@odoo/o-spreadsheet 19.0.49 → 19.0.50

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.
@@ -13,7 +13,7 @@ Did you forget to inject your store instance?
13
13
  const stores = useStoreProvider();
14
14
  stores.inject(MyMetaStore, storeInstance);
15
15
  `)}}return t}var pf=class{get;disposeCallbacks=[];constructor(e){this.get=e}onDispose(e){this.disposeCallbacks.push(e)}dispose(){this.disposeCallbacks.forEach(e=>e())}};function mf(){let e=(0,t.useEnv)();if(e.__spreadsheet_stores__ instanceof uf)return e.__spreadsheet_stores__;let n=new uf;return(0,t.useSubEnv)({__spreadsheet_stores__:n,getStore:e=>_f(n.get(e),()=>n.trigger(`store-updated`))}),(0,t.onWillUnmount)(()=>n.dispose()),n}function z(e){let n=vf((0,t.useEnv)());return gf(n,n.get(e))}function hf(e,...n){let r=vf((0,t.useEnv)()),i=r.instantiate(e,...n);return(0,t.onWillUnmount)(()=>i.dispose()),gf(r,i)}function gf(e,n){let r=(0,t.useComponent)();return _f(n,()=>{(0,t.status)(r)===`mounted`&&e.trigger(`store-updated`)})}function _f(e,t){return new Proxy(e,{get(n,r,i){let a=n,o=Reflect.get(n,r,a);return e.mutators?.includes(r)?new Proxy(o,{apply(e,n,r){Reflect.apply(e,a,r)!==`noStateChange`&&t()}}):o}})}function vf(e){let t=e.__spreadsheet_stores__;if(!(t instanceof uf))throw Error(`No store provider found. Did you forget to call useStoreProvider()?`);return t}let yf=ff(`Model`);var bf=class{mutators=[`register`,`unRegister`,`draw`,`startAnimation`,`stopAnimation`];renderers={};model;context=void 0;animationFrameId=null;registeredAnimations=new Set;constructor(e){this.model=e(yf)}register(e){if(e.renderingLayers.length)for(let t of e.renderingLayers)this.renderers[t]||(this.renderers[t]=[]),this.renderers[t].push(e)}unRegister(e){for(let t of Object.keys(this.renderers))this.renderers[t]=this.renderers[t].filter(t=>t!==e)}drawLayer(e,t,n){let r=this.renderers[t];if(r)for(let i of r)e.ctx.save(),i.drawLayer(e,t,n),e.ctx.restore();return`noStateChange`}draw(e,t){if(e||=this.context,!e)throw Error(`Rendering context is not defined`);this.context=e;for(let n of Rr())this.model.drawLayer(e,n),this.drawLayer(e,n,t);return`noStateChange`}startAnimation(e){if(this.registeredAnimations.add(e),!this.animationFrameId){let e=t=>{this.animationFrameId=requestAnimationFrame(e),this.draw(void 0,t)};this.animationFrameId=requestAnimationFrame(e)}return`noStateChange`}stopAnimation(e){return this.registeredAnimations.delete(e),this.registeredAnimations.size===0&&this.animationFrameId!==null&&(cancelAnimationFrame(this.animationFrameId),this.animationFrameId=null),`noStateChange`}dispose(){this.animationFrameId&&=(cancelAnimationFrame(this.animationFrameId),null)}},xf=class extends pf{model=this.get(yf);getters=this.model.getters;renderer=this.get(bf);constructor(e){super(e),this.model.on(`command-dispatched`,this,this.handle),this.model.on(`command-finalized`,this,this.finalize),this.renderer.register(this),this.onDispose(()=>{this.model.off(`command-dispatched`,this),this.model.off(`command-finalized`,this),this.renderer.unRegister(this)})}get renderingLayers(){return[]}handle(e){}finalize(){}drawLayer(e,t,n){}};let Sf={id:`void-composer`,get editionMode(){return`inactive`},startEdition:()=>{throw Error(`No composer is registered`)},stopEdition:()=>{throw Error(`No composer is registered`)},setCurrentContent:()=>{throw Error(`No composer is registered`)}};var Cf=class extends xf{mutators=[`focusComposer`,`focusActiveComposer`];activeComposer=Sf;_focusMode=`inactive`;get focusMode(){return this.activeComposer.editionMode===`inactive`?`inactive`:this._focusMode}focusComposer(e,t){if(this.activeComposer=e,this.getters.isReadonly())return`noStateChange`;this._focusMode=t.focusMode||`contentFocus`,this._focusMode!==`inactive`&&this.setComposerContent(t)}focusActiveComposer(e){if(this.getters.isReadonly())return`noStateChange`;if(!this.activeComposer)throw Error(`No composer is registered`);this._focusMode=e.focusMode||`contentFocus`,this._focusMode!==`inactive`&&this.setComposerContent(e)}setComposerContent({content:e,selection:t}){this.activeComposer.editionMode===`inactive`?this.activeComposer.startEdition(e,t):e&&this.activeComposer.setCurrentContent(e,t)}};let wf={},Tf=0;function B(e,...t){let n=`__sheet__${Tf++}`;return Df(n,String.raw(e,...t)),Of(n),n}function Ef(e){let t=e.split(/(\{|\}|;)/).map(e=>e.trim()),n=[],r=[],i=[];function a(e,t){let r=[];for(let i of n[e]){let o=t&&t+` `+i||i;o.includes(`&`)&&(o=i.replace(/&/g,t||``)),e<n.length-1&&(o=a(e+1,o)),r.push(o)}return r.join(`, `)}function o(){i.length&&(r.push(a(0)+` {`),r.push(...i),r.push(`}`),i=[])}for(;t.length;){let e=t.shift();e===`}`?(o(),n.pop()):(t[0]===`{`&&(o(),n.push(e.split(/\s*,\s*/)),t.shift()),t[0]===`;`&&i.push(` `+e+`;`))}return r.join(`
16
- `)}function Df(e,t){let n=document.createElement(`style`);n.textContent=Ef(t),wf[e]=n}function Of(e){let t=wf[e];t.setAttribute(`component`,e),document.head.appendChild(t)}function kf({strikethrough:e,underline:t}){return!e&&!t?`none`:`${e?`line-through`:``} ${t?`underline`:``}`}function Af(e){let t=jf(e);return e&&e.fillColor&&(t.background=e.fillColor),t}function jf(e){let t={};if(!e)return t;if(e.bold&&(t[`font-weight`]=`bold`),e.italic&&(t[`font-style`]=`italic`),e.fontSize&&(t[`font-size`]=`${e.fontSize}px`),e.strikethrough||e.underline){let n=e.strikethrough?`line-through`:``;n=e.underline?n+` underline`:n,t[`text-decoration`]=n}return e.textColor&&(t.color=e.textColor),t}function V(e){let t=``;for(let n in e)e[n]&&(t+=`${n}:${e[n]}; `);return t}function Mf(e){let t=window.getComputedStyle(e);return{top:parseInt(t.marginTop,10)||0,bottom:parseInt(t.marginBottom,10)||0,left:parseInt(t.marginLeft,10)||0,right:parseInt(t.marginRight,10)||0}}let Nf=new g;function Pf(){return!!window.Chart.registry.plugins.get(`chartShowValuesPlugin`)}function Ff(){if(!(!window.Chart||Pf()))for(let e of Nf.getAll())e.register(window.Chart)}function If(){if(window.Chart)for(let e of Nf.getAll())e.unregister(window.Chart)}var Lf=class extends xf{mutators=[`disableAnimationForChart`,`enableAnimationForChart`];animationPlayed={};disableAnimationForChart(e,t){return this.animationPlayed[e]=t,`noStateChange`}enableAnimationForChart(e){return this.animationPlayed[e]=void 0,`noStateChange`}};function Rf(){return class extends window.Chart.BarController{static id=`funnel`;static defaults={...window.Chart?.BarController.defaults,dataElementType:`funnel`,animation:{duration:e=>e.type===`data`?1e3*(e.raw[1]/Math.max(...e.dataset.data.map(e=>e[1]))):1e3}};updateElements(e,t,n,r){super.updateElements(e,t,n,r);for(let i=t;i<t+n;i++){let t=e[i];this.updateElement(t,i,{nextElement:e[i+1]},r)}}}}function zf(){return class extends window.Chart.BarElement{static id=`funnel`;draw(e){e.save();let{x:t,y:n,height:r,nextElement:i,base:a,options:o}=this.getProps([`x`,`y`,`width`,`height`,`nextElement`,`base`,`options`]),s=Bf(this),c=(s-(i?Bf(i):0))/2,l=Math.min(t,a),u=n-r/2;e.fillStyle=o.backgroundColor,e.beginPath(),e.moveTo(l,u),e.lineTo(l+s,u),e.lineTo(l+s-c,u+r),e.lineTo(l+c,u+r),e.closePath(),e.fill(),o.borderWidth&&(e.strokeStyle=o.borderColor,e.lineWidth=o.borderWidth,e.stroke()),e.restore()}inRange(e,t){let{x:n,y:r,height:i,nextElement:a,base:o}=this.getProps([`x`,`y`,`width`,`height`,`nextElement`,`base`,`options`]),s=Bf(this),c=a?Bf(a):0,l=Math.min(n,o),u=r-i/2;if(t<u||t>u+i)return!1;let d=(s-c)/2,f=l+d*(t-u)/i,p=l+s-d*(t-u)/i;return!(e<f||e>p)}}}function Bf(e){let{x:t,base:n}=e.getProps([`x`,`base`]);return Math.max(t,n)-Math.min(t,n)}let Vf=function(e){if(!e.length)return{x:0,y:0};let{x:t,y:n,base:r,width:i,height:a}=e[0].element.getProps([`x`,`y`,`width`,`height`,`base`]),o=Math.min(t,r),s=n-a/2;return{x:o+i*2/3,y:s+a/2}},Hf=`000000`,Uf={arrows:`3Arrows`,smiley:`3Symbols`,dots:`3TrafficLights1`},Wf={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`},Gf=`http://schemas.openxmlformats.org/drawingml/2006/main`,Kf=`http://schemas.openxmlformats.org/drawingml/2006/chart`,qf={workbook:`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml`,macroEnabledWorkbook:`application/vnd.ms-excel.sheet.macroEnabled.main+xml`,templateWorkbook:`application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml`,macroEnabledTemplateWorkbook:`application/vnd.ms-excel.template.macroEnabled.main+xml`,excelAddInWorkbook:`application/vnd.ms-excel.addin.macroEnabled.main+xml`,sheet:`application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml`,metadata:`application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+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`},Jf={document:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument`,sheet:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet`,metadata:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata`,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`},Yf=`http://schemas.openxmlformats.org/officeDocument/2006/relationships`,Xf=.75,Zf=.143,Qf=8.43,$f=12.75,ep={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}],IFERROR:[{type:`NUMBER`,value:0}]},tp=`ACOT,ACOTH,AGGREGATE,ARABIC,BASE,BETA.DIST,BETA.INV,BINOM.DIST,BINOM.DIST.RANGE,BINOM.INV,BITAND,BITLSHIFT,BITOR,BITRSHIFT,BITXOR,BYCOL,BYROW,CEILING.MATH,CEILING.PRECISE,CHISQ.DIST,CHISQ.DIST.RT,CHISQ.INV,CHISQ.INV.RT,CHISQ.TEST,CHOOSECOLS,CHOOSEROWS,COMBINA,CONCAT,CONFIDENCE.NORM,CONFIDENCE.T,COT,COTH,COVARIANCE.P,COVARIANCE.S,CSC,CSCH,DAYS,DECIMAL,DROP,ERF.PRECISE,ERFC.PRECISE,EXPAND,EXPON.DIST,F.DIST,F.DIST.RT,F.INV,F.INV.RT,F.TEST,FIELDVALUE,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,HSTACK,HYPGEOM.DIST,IFNA,IFS,IMCOSH,IMCOT,IMCSC,IMCSCH,IMSEC,IMSECH,IMSINH,IMTAN,ISFORMULA,ISOMITTED,ISOWEEKNUM,LAMBDA,LET,LOGNORM.DIST,LOGNORM.INV,MAKEARRAY,MAP,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,PQSOURCE,PYTHON_STR,PYTHON_TYPE,PYTHON_TYPENAME,QUARTILE.EXC,QUARTILE.INC,QUERYSTRING,RANDARRAY,RANK.AVG,RANK.EQ,REDUCE,RRI,SCAN,SEC,SECH,SEQUENCE,SHEET,SHEETS,SKEW.P,SORTBY,STDEV.P,STDEV.S,SWITCH,T.DIST,T.DIST.2T,T.DIST.RT,T.INV,T.INV.2T,T.TEST,TAKE,TEXTAFTER,TEXTBEFORE,TEXTJOIN,TEXTSPLIT,TOCOL,TOROW,UNICHAR,UNICODE,UNIQUE,VAR.P,VAR.S,VSTACK,WEBSERVICE,WEIBULL.DIST,WRAPCOLS,WRAPROWS,XLOOKUP,XOR,Z.TEST`.split(`,`),np=/(.*?)\((.*?)\)(.*)/,rp=[`ANY`,`BOOLEAN`,`DATE`,`NUMBER`,`STRING`,`RANGE`,`RANGE<BOOLEAN>`,`RANGE<DATE>`,`RANGE<NUMBER>`,`RANGE<STRING>`,`META`,`RANGE<META>`];function H(e,t=``,n){return ip(e,t,n)}function ip(e,t,n){let r=e.match(np),i=r[1].trim();if(!i)throw Error(`Function argument definition is missing a name: '${e}'.`);let a=[],o=!1,s=!1,c;for(let e of r[2].split(`,`)){let t=e.trim().toUpperCase(),n=rp.find(e=>t===e);n?a.push(n):t===`RANGE<ANY>`?a.push(`RANGE`):t===`OPTIONAL`?o=!0:t===`REPEATING`?s=!0:t.startsWith(`DEFAULT=`)&&(c=e.trim().slice(8))}let l={name:i,description:t,type:a};return(a.includes(`ANY`)||a.includes(`RANGE`))&&(l.acceptErrors=!0),o&&(l.optional=!0),s&&(l.repeating=!0),c!==void 0&&(l.default=!0,l.defaultValue=c),a.some(e=>e.startsWith(`RANGE`))&&(l.acceptMatrix=!0),a.every(e=>e.startsWith(`RANGE`))&&(l.acceptMatrixOnly=!0),n&&n.length>0&&(l.proposalValues=n),l}function ap(e,t){let n=0,r=0,i=0,a=0;for(let e of t.args)n++,!e.optional&&!e.repeating&&!e.default&&r++,e.repeating&&i++,(e.optional||e.default)&&a++;let o=t;return o.minArgRequired=r,o.maxArgPossible=i?1/0:n,o.nbrArgRepeating=i,o.nbrArgOptional=a,o.hidden=t.hidden||!1,o.name=e,o}let op={};function sp(e,t){let n=e.name;return op[n]?.[t]||(op[n]||(op[n]={}),op[n][t]||(op[n][t]=cp(e,t)),op[n][t])}function cp(e,t){let n={},r=e.nbrArgRepeating?Math.floor((t-e.minArgRequired)/e.nbrArgRepeating):0,i=e.nbrArgRepeating*r,a=t-e.minArgRequired-i,o=0,s=0;for(let t=0;t<e.args.length;t++){let i=e.args[t];if(i.optional||i.default){s<a&&(n[o]=t,o++),s++;continue}if(i.repeating){for(let i=0;i<r;i++)for(let r=0;r<e.nbrArgRepeating;r++)n[o]=t+r,o++;t+=e.nbrArgRepeating-1;continue}n[o]=t,o++}return e=>n[e]}let lp=[`META`,`RANGE<META>`];function up(e){if(e.nbrArgRepeating&&e.nbrArgOptional>=e.nbrArgRepeating)throw Error(`Function ${e.name} has more optional arguments than repeatable ones.`);let t=!1,n=!1;for(let r of e.args){if(r.type.some(e=>lp.includes(e))&&r.type.some(e=>!lp.includes(e)))throw Error(`Function ${e.name} has a mix of META and non-META types in the same argument: ${r.type}.`);if(r.repeating){if(!n&&t)throw Error(`Function ${e.name} has non-consecutive repeating arguments. All repeating arguments must be declared consecutively.`);t=!0,n=!0}else n=!1}}let dp=new g;var fp=l({ARRAY_CONSTRAIN:()=>pp,CHOOSECOLS:()=>mp,CHOOSEROWS:()=>hp,EXPAND:()=>gp,FLATTEN:()=>_p,FREQUENCY:()=>vp,HSTACK:()=>yp,MDETERM:()=>bp,MINVERSE:()=>xp,MMULT:()=>Sp,SUMPRODUCT:()=>Cp,SUMX2MY2:()=>Tp,SUMX2PY2:()=>Ep,SUMXMY2:()=>Dp,TOCOL:()=>Ap,TOROW:()=>jp,TRANSPOSE:()=>Mp,VSTACK:()=>Np,WRAPCOLS:()=>Pp,WRAPROWS:()=>Fp});let pp={description:E(`Returns a result array constrained to a specific width and height.`),args:[H(`input_range (any, range<any>)`,E(`The range to constrain.`)),H(`rows (number)`,E(`The number of rows in the constrained array.`)),H(`columns (number)`,E(`The number of columns in the constrained array.`))],compute:function(e,t,n){let r=I(e),i=la(t?.value,this.locale),a=la(n?.value,this.locale);if(i<=0)return new A(E(`The rows argument (%s) must be strictly positive.`,i.toString()));if(a<=0)return new A(E(`The columns argument (%s) must be strictly positive.`,a.toString()));let o=Math.min(i,r[0].length);return Ca(Math.min(a,r.length),o,(e,t)=>r[e][t])},isExported:!1},mp={description:E(`Creates a new array from the selected columns in the existing range.`),args:[H(`array (any, range<any>)`,E(`The array that contains the columns to be returned.`)),H(`col_num (number, range<number>)`,E(`The first column index of the columns to be returned.`)),H(`col_num2 (number, range<number>, repeating)`,E(`The columns indexes of the columns to be returned.`))],compute:function(e,...t){let n=I(e),r=za(t,e=>la(e?.value,this.locale)),i=r.filter(e=>e===0||n.length<Math.abs(e));if(i.length!==0)return new A(E(`The columns arguments must be between -%s and %s (got %s), excluding 0.`,n.length.toString(),n.length.toString(),i.join(`,`)));let a=Array(r.length);for(let e=0;e<r.length;e++)r[e]>0?a[e]=n[r[e]-1]:a[e]=n[n.length+r[e]];return a},isExported:!0},hp={description:E(`Creates a new array from the selected rows in the existing range.`),args:[H(`array (any, range<any>)`,E(`The array that contains the rows to be returned.`)),H(`row_num (number, range<number>)`,E(`The first row index of the rows to be returned.`)),H(`row_num2 (number, range<number>, repeating)`,E(`The rows indexes of the rows to be returned.`))],compute:function(e,...t){let n=I(e),r=za(t,e=>la(e?.value,this.locale)),i=n.length,a=r.filter(e=>e===0||n[0].length<Math.abs(e));return a.length===0?Ca(i,r.length,(e,t)=>r[t]>0?n[e][r[t]-1]:n[e][n[e].length+r[t]]):new A(E(`The rows arguments must be between -%s and %s (got %s), excluding 0.`,n[0].length.toString(),n[0].length.toString(),a.join(`,`)))},isExported:!0},gp={description:E(`Expands or pads an array to specified row and column dimensions.`),args:[H(`array (any, range<any>)`,E(`The array to expand.`)),H(`rows (number)`,E(`The number of rows in the expanded array. If missing, rows will not be expanded.`)),H(`columns (number, optional)`,E(`The number of columns in the expanded array. If missing, columns will not be expanded.`)),H(`pad_with (any, default=0)`,E(`The value with which to pad.`))],compute:function(e,t,n,r={value:0}){let i=I(e),a=la(t?.value,this.locale),o=n===void 0?i.length:la(n.value,this.locale);return a<i[0].length?new A(E(`The rows arguments (%s) must be greater or equal than the number of rows of the array.`,a.toString())):o<i.length?new A(E(`The columns arguments (%s) must be greater or equal than the number of columns of the array.`,o.toString())):Ca(o,a,(e,t)=>e>=i.length||t>=i[e].length?r:i[e][t])},isExported:!0},_p={description:E(`Flattens all the values from one or more ranges into a single column.`),args:[H(`range (any, range<any>)`,E(`The first range to flatten.`)),H(`range2 (any, range<any>, repeating)`,E(`Additional ranges to flatten.`))],compute:function(...e){return[za(e,e=>e===void 0?{value:``}:e)]},isExported:!1},vp={description:E(`Calculates the frequency distribution of a range.`),args:[H(`data (range<number>)`,E(`The array of ranges containing the values to be counted.`)),H(`classes (number, range<number>)`,E(`The range containing the set of classes.`))],compute:function(e,t){let n=za([e],e=>e.value).filter(e=>typeof e==`number`),r=za([t],e=>e.value).filter(e=>typeof e==`number`).map((e,t)=>({initialIndex:t,value:e,count:0})).sort((e,t)=>e.value-t.value);r.push({initialIndex:r.length,value:1/0,count:0});let i=n.sort((e,t)=>e-t),a=0;for(let e of i){for(;e>r[a].value&&a<r.length-1;)a++;r[a].count++}return[r.sort((e,t)=>e.initialIndex-t.initialIndex).map(e=>e.count)]},isExported:!0},yp={description:E(`Appends ranges horizontally and in sequence to return a larger array.`),args:[H(`range1 (any, range<any>)`,E(`The first range to be appended.`)),H(`range2 (any, range<any>, repeating)`,E(`Additional ranges to add to range1.`))],compute:function(...e){let t=Math.max(...e.map(e=>e?.[0]?.length??0)),n=[];for(let r of e){let e=I(r);for(let r=0;r<e.length;r++){let i=Array(t).fill({value:null});for(let t=0;t<e[r].length;t++)i[t]=e[r][t];n.push(i)}}return n},isExported:!0},bp={description:E(`Returns the matrix determinant of a square matrix.`),args:[H(`square_matrix (number, range<number>)`,E(`An range with an equal number of rows and columns representing a matrix whose determinant will be calculated.`))],compute:function(e){let t=sa(e,`square_matrix`);return Lu(t)?Bu(t).determinant:new A(E(`The argument square_matrix must have the same number of columns and rows.`))},isExported:!0},xp={description:E(`Returns the multiplicative inverse of a square matrix.`),args:[H(`square_matrix (number, range<number>)`,E(`An range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated.`))],compute:function(e){let t=sa(e,`square_matrix`);if(!Lu(t))return new A(E(`The argument square_matrix must have the same number of columns and rows.`));let{inverted:n}=Bu(t);return n||new A(E(`The matrix is not invertible.`))},isExported:!0},Sp={description:E(`Calculates the matrix product of two matrices.`),args:[H(`matrix1 (number, range<number>)`,E(`The first matrix in the matrix multiplication operation.`)),H(`matrix2 (number, range<number>)`,E(`The second matrix in the matrix multiplication operation.`))],compute:function(e,t){let n=sa(e,`matrix1`),r=sa(t,`matrix2`);return n.length===0||r.length===0?new A(E(`The first and second arguments of [[FUNCTION_NAME]] must be non-empty matrices.`)):n.length===r[0].length?Hu(n,r):new A(E(`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).`,n.length.toString(),r[0].length.toString()))},isExported:!0},Cp={description:E(`Calculates the sum of the products of corresponding entries in equal-sized ranges.`),args:[H(`range1 (number, range<number>)`,E(`The first range whose entries will be multiplied with corresponding entries in the other ranges.`)),H(`range2 (number, range<number>, repeating)`,E(`The other range whose entries will be multiplied with corresponding entries in the other ranges.`))],compute:function(...e){if(!Iu(...e))return new A(E(`All the ranges must have the same dimensions.`));let t=e.map(I),n=0;for(let e=0;e<t[0].length;e++)for(let r=0;r<t[0][e].length;r++){if(!t.every(t=>typeof t[e][r].value==`number`))continue;let i=1;for(let n of t)i*=M(n[e][r],this.locale);n+=i}return n},isExported:!0};function wp(e,t,n){if(!Iu(e,t))return new A(E(`The arguments array_x and array_y must have the same dimensions.`));let r=I(e),i=I(t),a=!1,o=0;for(let e in r)for(let t in r[e]){let s=r[e][t].value,c=i[e][t].value;typeof s!=`number`||typeof c!=`number`||(a=!0,o+=n(s,c))}return a?o:new A(E(`The arguments array_x and array_y must contain at least one pair of numbers.`))}let Tp={description:E(`Calculates the sum of the difference of the squares of the values in two array.`),args:[H(`array_x (number, range<number>)`,E(`The array or range of values whose squares will be reduced by the squares of corresponding entries in array_y and added together.`)),H(`array_y (number, range<number>)`,E(`The array or range of values whose squares will be subtracted from the squares of corresponding entries in array_x and added together.`))],compute:function(e,t){return wp(e,t,(e,t)=>e**2-t**2)},isExported:!0},Ep={description:E(`Calculates the sum of the sum of the squares of the values in two array.`),args:[H(`array_x (number, range<number>)`,E(`The array or range of values whose squares will be added to the squares of corresponding entries in array_y and added together.`)),H(`array_y (number, range<number>)`,E(`The array or range of values whose squares will be added to the squares of corresponding entries in array_x and added together.`))],compute:function(e,t){return wp(e,t,(e,t)=>e**2+t**2)},isExported:!0},Dp={description:E(`Calculates the sum of squares of the differences of values in two array.`),args:[H(`array_x (number, range<number>)`,E(`The array or range of values that will be reduced by corresponding entries in array_y, squared, and added together.`)),H(`array_y (number, range<number>)`,E(`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.`))],compute:function(e,t){return wp(e,t,(e,t)=>(e-t)**2)},isExported:!0},Op=[H(`array (any, range<any>)`,E(`The array which will be transformed.`)),H(`ignore (number, default=0)`,E(`Whether to ignore certain types of values. By default, no values are ignored.`),[{value:0,label:E(`Keep all values (default)`)},{value:1,label:E(`Ignore blanks`)},{value:2,label:E(`Ignore errors`)},{value:3,label:E(`Ignore blanks and errors`)}]),H(`scan_by_column (number, default=false)`,E(`Scan the array by column. By default, the array is scanned by row.`),[{value:!1,label:E(`Scan by row (default)`)},{value:!0,label:E(`Scan by column`)}])];function kp(e){let t=Math.trunc(e);if(t===0)return()=>!0;if(t===1)return e=>e.value!==null;if(t===2)return e=>!j(e.value);if(t===3)return e=>e.value!==null&&!j(e.value);throw new A(E(`Argument ignore must be between 0 and 3`))}let Ap={description:E(`Transforms a range of cells into a single column.`),args:Op,compute:function(e,t={value:0},n={value:!1}){let r=I(e),i=M(t.value,this.locale),a=(P(n.value)?r:Ea(r)).flat().filter(kp(i));return a.length===0?new Xi(E(`No results for the given arguments of TOCOL.`)):[a]},isExported:!0},jp={description:E(`Transforms a range of cells into a single row.`),args:Op,compute:function(e,t={value:0},n={value:!1}){let r=I(e),i=M(t.value,this.locale),a=(P(n.value)?r:Ea(r)).flat().filter(kp(i)).map(e=>[e]);return a.length===0||a[0].length===0?new Xi(E(`No results for the given arguments of TOROW.`)):a},isExported:!0},Mp={description:E(`Transposes the rows and columns of a range.`),args:[H(`range (any, range<any>)`,E(`The range to be transposed.`))],compute:function(e){let t=I(e),n=t[0].length,r=t.length;return Ca(n,r,(e,n)=>t[n][e])},isExported:!0},Np={description:E(`Appends ranges vertically and in sequence to return a larger array.`),args:[H(`range1 (any, range<any>)`,E(`The first range to be appended.`)),H(`range2 (any, range<any>, repeating)`,E(`Additional ranges to add to range1.`))],compute:function(...e){let t=Math.max(...e.map(e=>I(e).length)),n=e.reduce((e,t)=>e+I(t)[0].length,0),r=Array(t).fill([]).map(()=>Array(n).fill({value:0})),i=0;for(let t of e){let e=I(t);for(let t=0;t<e.length;t++)for(let n=0;n<e[t].length;n++)r[t][i+n]=e[t][n];i+=e[0].length}return r},isExported:!0},Pp={description:E(`Wraps the provided row or column of cells by columns after a specified number of elements to form a new array.`),args:[H(`range (any, range<any>)`,E(`The range to wrap.`)),H(`wrap_count (number)`,E(`The maximum number of cells for each column, rounded down to the nearest whole number.`)),H(`pad_with (any, default=0)`,E(`The value with which to fill the extra cells in the range.`))],compute:function(e,t,n={value:0}){let r=I(e),i=la(t?.value,this.locale);if(!Fu(r))return new A(E(`Argument range must be a single row or column.`));let a=r.flat();return Ca(Math.ceil(a.length/i),i,(e,t)=>{let r=e*i+t;return r<a.length?a[r]:n})},isExported:!0},Fp={description:E(`Wraps the provided row or column of cells by rows after a specified number of elements to form a new array.`),args:[H(`range (any, range<any>)`,E(`The range to wrap.`)),H(`wrap_count (number)`,E(`The maximum number of cells for each row, rounded down to the nearest whole number.`)),H(`pad_with (any, default=0)`,E(`The value with which to fill the extra cells in the range.`))],compute:function(e,t,n={value:0}){let r=I(e),i=la(t?.value,this.locale);if(!Fu(r))return new A(E(`Argument range must be a single row or column.`));let a=r.flat();return Ca(i,Math.ceil(a.length/i),(e,t)=>{let r=t*i+e;return r<a.length?a[r]:n})},isExported:!0};var Ip=l({FORMAT_LARGE_NUMBER:()=>Lp});let Lp={description:E(`Apply a large number format`),args:[H(`value (number)`,E(`The number.`)),H(`unit (string, optional)`,E(`The formatting unit. Use 'k', 'm', or 'b' to force the unit`),[{value:`k`,label:E(`Thousand`)},{value:`m`,label:E(`Million`)},{value:`b`,label:E(`Billion`)}])],compute:function(e,t){return{value:M(e,this.locale),format:Ko(e,t,this.locale)}}};var Rp=class{static getters=[];history;constructor(e){this.history=Object.assign(Object.create(e),{update:e.addChange.bind(e,this),selectCell:()=>{}})}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(let n of e){let e=n.call(this,t);Array.isArray(e)||(e=[e]);let r=e.filter(e=>e!==`Success`);if(r.length)return r}return`Success`}}checkValidations(e,...t){return this.batchValidations(...t)(e)}},zp=class extends Rp{static layers=[];getters;ui;selection;dispatch;canDispatch;constructor({getters:e,stateObserver:t,dispatch:n,canDispatch:r,uiActions:i,selection:a}){super(t),this.getters=e,this.ui=i,this.selection=a,this.dispatch=n,this.canDispatch=r}drawLayer(e,t){}},Bp=class extends zp{subtotalCells=new Set;handle(e){switch(e.type){case`START`:this.subtotalCells.clear();for(let e of this.getters.getSheetIds()){let t=this.getters.getCells(e);for(let e in t){let n=t[e];Vp(n)&&this.subtotalCells.add(n.id)}}break;case`UPDATE_CELL`:{if(!(`content`in e))return;let t=this.getters.getCell(e);if(!t)return;Vp(t)?this.subtotalCells.add(t.id):this.subtotalCells.delete(t.id);break}}wr.has(e.type)&&this.dispatch(`EVALUATE_CELLS`,{cellIds:Array.from(this.subtotalCells)})}};function Vp(e){return e.isFormula&&e.compiledFormula.tokens.some(e=>e.type===`SYMBOL`&&e.value.toUpperCase()===`SUBTOTAL`)}var Hp=l({ABS:()=>Wp,ACOS:()=>Gp,ACOSH:()=>Kp,ACOT:()=>qp,ACOTH:()=>Jp,ASIN:()=>Yp,ASINH:()=>Xp,ATAN:()=>Zp,ATAN2:()=>Qp,ATANH:()=>$p,CEILING:()=>em,CEILING_MATH:()=>nm,CEILING_PRECISE:()=>rm,COS:()=>im,COSH:()=>am,COT:()=>om,COTH:()=>sm,COUNTBLANK:()=>cm,COUNTIF:()=>lm,COUNTIFS:()=>um,COUNTUNIQUE:()=>dm,COUNTUNIQUEIFS:()=>fm,CSC:()=>pm,CSCH:()=>mm,DECIMAL:()=>hm,DEGREES:()=>gm,EXP:()=>_m,FLOOR:()=>vm,FLOOR_MATH:()=>bm,FLOOR_PRECISE:()=>xm,INT:()=>rh,ISEVEN:()=>Sm,ISODD:()=>wm,ISO_CEILING:()=>Cm,LN:()=>Tm,LOG:()=>Em,MOD:()=>Om,MUNIT:()=>km,ODD:()=>Am,PI:()=>jm,POWER:()=>Mm,PRODUCT:()=>Nm,RAND:()=>Pm,RANDARRAY:()=>Fm,RANDBETWEEN:()=>Im,ROUND:()=>Lm,ROUNDDOWN:()=>Rm,ROUNDUP:()=>zm,SEC:()=>Bm,SECH:()=>Vm,SEQUENCE:()=>Hm,SIN:()=>Um,SINH:()=>Wm,SQRT:()=>Gm,SUBTOTAL:()=>Ym,SUM:()=>Xm,SUMIF:()=>Zm,SUMIFS:()=>Qm,TAN:()=>$m,TANH:()=>eh,TRUNC:()=>nh});let Up=/^-?[a-z0-9]+$/i,Wp={description:E(`Absolute value of a number.`),args:[H(`value (number)`,E(`The number of which to return the absolute value.`))],compute:function(e){return Math.abs(M(e,this.locale))},isExported:!0},Gp={description:E(`Inverse cosine of a value, in radians.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse cosine. Must be between -1 and 1, inclusive.`))],compute:function(e){let t=M(e,this.locale);return Math.abs(t)>1?new A(E(`The value (%s) must be between -1 and 1 inclusive.`,t)):Math.acos(t)},isExported:!0},Kp={description:E(`Inverse hyperbolic cosine of a number.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1.`))],compute:function(e){let t=M(e,this.locale);return t<1?new A(E(`The value (%s) must be greater than or equal to 1.`,t)):Math.acosh(t)},isExported:!0},qp={description:E(`Inverse cotangent of a value.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse cotangent.`))],compute:function(e){let t=M(e,this.locale);return(Math.sign(t)||1)*Math.PI/2-Math.atan(t)},isExported:!0},Jp={description:E(`Inverse hyperbolic cotangent of a value.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse hyperbolic cotangent. Must not be between -1 and 1, inclusive.`))],compute:function(e){let t=M(e,this.locale);return Math.abs(t)<=1?new A(E(`The value (%s) cannot be between -1 and 1 inclusive.`,t)):Math.log((t+1)/(t-1))/2},isExported:!0},Yp={description:E(`Inverse sine of a value, in radians.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive.`))],compute:function(e){let t=M(e,this.locale);return Math.abs(t)>1?new A(E(`The value (%s) must be between -1 and 1 inclusive.`,t)):Math.asin(t)},isExported:!0},Xp={description:E(`Inverse hyperbolic sine of a number.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse hyperbolic sine.`))],compute:function(e){return Math.asinh(M(e,this.locale))},isExported:!0},Zp={description:E(`Inverse tangent of a value, in radians.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse tangent.`))],compute:function(e){return Math.atan(M(e,this.locale))},isExported:!0},Qp={description:E(`Angle from the X axis to a point (x,y), in radians.`),args:[H(`x (number)`,E(`The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.`)),H(`y (number)`,E(`The y coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.`))],compute:function(e,t){let n=M(e,this.locale),r=M(t,this.locale);return n===0&&r===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):Math.atan2(r,n)},isExported:!0},$p={description:E(`Inverse hyperbolic tangent of a number.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive.`))],compute:function(e){let t=M(e,this.locale);return Math.abs(t)>=1?new A(E(`The value (%s) must be between -1 and 1 exclusive.`,t)):Math.atanh(t)},isExported:!0},em={description:E(`Rounds number up to nearest multiple of factor.`),args:[H(`value (number)`,E(`The value to round up to the nearest integer multiple of factor.`)),H(`factor (number, default=1)`,E(`The number to whose multiples value will be rounded.`))],compute:function(e,t={value:1}){let n=M(e,this.locale),r=M(t,this.locale);return r<0&&n>0?new A(E(`The factor (%s) must be positive when the value (%s) is positive.`,r,n)):{value:r?Math.ceil(n/r)*r:0,format:e?.format}},isExported:!0};function tm(e,t,n=0){return t===0?0:(t=Math.abs(t),e>=0?Math.ceil(e/t)*t:n===0?-Math.floor(Math.abs(e)/t)*t:-Math.ceil(Math.abs(e)/t)*t)}let nm={description:E(`Rounds number up to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round up to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded. The sign of significance will be ignored.`)),H(`mode (number, default=0)`,E(`If number is negative, specifies the rounding direction. If 0 or blank, it is rounded towards zero. Otherwise, it is rounded away from zero.`))],compute:function(e,t={value:1},n={value:0}){let r=M(t,this.locale);return{value:tm(M(e,this.locale),r,M(n,this.locale)),format:e?.format}},isExported:!0},rm={description:E(`Rounds number up to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round up to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded.`))],compute:function(e,t={value:1}){let n=M(t,this.locale);return{value:tm(M(e,this.locale),n),format:e?.format}},isExported:!0},im={description:E(`Cosine of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the cosine of, in radians.`))],compute:function(e){return Math.cos(M(e,this.locale))},isExported:!0},am={description:E(`Hyperbolic cosine of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic cosine of.`))],compute:function(e){return Math.cosh(M(e,this.locale))},isExported:!0},om={description:E(`Cotangent of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the cotangent of, in radians.`))],compute:function(e){let t=M(e,this.locale);return t===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):1/Math.tan(t)},isExported:!0},sm={description:E(`Hyperbolic cotangent of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic cotangent of.`))],compute:function(e){let t=M(e,this.locale);return t===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):1/Math.tanh(t)},isExported:!0},cm={description:E(`Number of empty values.`),args:[H(`value1 (any, range)`,E(`The first value or range in which to count the number of blanks.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges in which to count the number of blanks.`))],compute:function(...e){return ba(e,(e,t)=>t===void 0||t.value===null||t.value===``?e+1:e,0)},isExported:!0},lm={description:E(`A conditional count across a range.`),args:[H(`range (range)`,E(`The range that is tested against criterion.`)),H(`criterion (string)`,E(`The pattern or test to apply to range.`))],compute:function(...e){let t=0;return Na(e,(e,n)=>{t+=1},this.locale),t},isExported:!0},um={description:E(`Count values depending on multiple criteria.`),args:[H(`criteria_range1 (range)`,E(`The range to check against criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1.`)),H(`criteria_range2 (any, range, repeating)`,E(`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.`)),H(`criterion2 (string, repeating)`,E(`Additional criteria to check.`))],compute:function(...e){let t=0;return Na(e,(e,n)=>{t+=1},this.locale),t},isExported:!0},dm={description:E(`Counts number of unique values in a range.`),args:[H(`value1 (any, range)`,E(`The first value or range to consider for uniqueness.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges to consider for uniqueness.`))],compute:function(...e){return Mu(e)}},fm={description:E(`Counts number of unique values in a range, filtered by a set of criteria.`),args:[H(`range (range)`,E(`The range of cells from which the number of unique values will be counted.`)),H(`criteria_range1 (range)`,E(`The range of cells over which to evaluate criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.`)),H(`criteria_range2 (any, range, repeating)`,E(`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.`)),H(`criterion2 (string, repeating)`,E(`The pattern or test to apply to criteria_range2.`))],compute:function(e,...t){let n=new Set;return Na(t,(t,r)=>{let i=e[t]?.[r];Ba(i)&&n.add(i.value)},this.locale),n.size}},pm={description:E(`Cosecant of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the cosecant of, in radians.`))],compute:function(e){let t=M(e,this.locale);return t===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):1/Math.sin(t)},isExported:!0},mm={description:E(`Hyperbolic cosecant of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic cosecant of.`))],compute:function(e){let t=M(e,this.locale);return t===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):1/Math.sinh(t)},isExported:!0},hm={description:E(`Converts from another base to decimal.`),args:[H(`value (string)`,E(`The number to convert.`)),H(`base (number)`,E(`The base to convert the value from.`))],compute:function(e,t){let n=M(t,this.locale);if(n=Math.floor(n),2>n||n>36)return new A(E(`The base (%s) must be between 2 and 36 inclusive.`,n));let r=N(e);if(r===``)return 0;if(!Up.test(r))return new A(E(`The value (%s) must be a valid base %s representation.`,r,n));let i=parseInt(r,n);return isNaN(i)?new A(E(`The value (%s) must be a valid base %s representation.`,r,n)):i},isExported:!0},gm={description:E(`Converts an angle value in radians to degrees.`),args:[H(`angle (number)`,E(`The angle to convert from radians to degrees.`))],compute:function(e){return M(e,this.locale)*180/Math.PI},isExported:!0},_m={description:E(`Euler's number, e (~2.718) raised to a power.`),args:[H(`value (number)`,E(`The exponent to raise e.`))],compute:function(e){return Math.exp(M(e,this.locale))},isExported:!0},vm={description:E(`Rounds number down to nearest multiple of factor.`),args:[H(`value (number)`,E(`The value to round down to the nearest integer multiple of factor.`)),H(`factor (number, default=1)`,E(`The number to whose multiples value will be rounded.`))],compute:function(e,t={value:1}){let n=M(e,this.locale),r=M(t,this.locale);return r<0&&n>0?new A(E(`The factor (%s) must be positive when the value (%s) is positive.`,r,n)):{value:r?Math.floor(n/r)*r:0,format:e?.format}},isExported:!0};function ym(e,t,n=0){return t===0?0:(t=Math.abs(t),e>=0?Math.floor(e/t)*t:n===0?-Math.ceil(Math.abs(e)/t)*t:-Math.floor(Math.abs(e)/t)*t)}let bm={description:E(`Rounds number down to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round down to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded. The sign of significance will be ignored.`)),H(`mode (number, default=0)`,E(`If number is negative, specifies the rounding direction. If 0 or blank, it is rounded away from zero. Otherwise, it is rounded towards zero.`))],compute:function(e,t={value:1},n={value:0}){let r=M(t,this.locale);return{value:ym(M(e,this.locale),r,M(n,this.locale)),format:e?.format}},isExported:!0},xm={description:E(`Rounds number down to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round down to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded.`))],compute:function(e,t={value:1}){let n=M(t,this.locale);return{value:ym(M(e,this.locale),n),format:e?.format}},isExported:!0},Sm={description:E(`Whether the provided value is even.`),args:[H(`value (number)`,E(`The value to be verified as even.`))],compute:function(e){let t=ca(e,this.locale);return!(Math.floor(Math.abs(t))&1)},isExported:!0},Cm={description:E(`Rounds number up to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round up to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded.`))],compute:function(e,t={value:1}){return{value:tm(M(e,this.locale),M(t,this.locale)),format:e?.format}},isExported:!0},wm={description:E(`Whether the provided value is even.`),args:[H(`value (number)`,E(`The value to be verified as even.`))],compute:function(e){let t=ca(e,this.locale);return!!(Math.floor(Math.abs(t))&1)},isExported:!0},Tm={description:E(`The logarithm of a number, base e (euler's number).`),args:[H(`value (number)`,E(`The value for which to calculate the logarithm, base e.`))],compute:function(e){let t=M(e,this.locale);return t<=0?new A(E(`The value (%s) must be strictly positive.`,t)):Math.log(t)},isExported:!0},Em={description:E(`The logarithm of a number, for a given base.`),args:[H(`value (number)`,E(`The value for which to calculate the logarithm.`)),H(`base (number, default=10)`,E(`The base of the logarithm.`))],compute:function(e,t={value:10}){let n=M(e,this.locale),r=M(t,this.locale);return n<=0?new A(E(`The value (%s) must be strictly positive.`,n)):r<=0?new A(E(`The base (%s) must be strictly positive.`,r)):r===1?new A(E(`The base must be different from 1.`)):Math.log10(n)/Math.log10(r)},isExported:!0};function Dm(e,t){Pu(t,E(`The divisor must be different from 0.`));let n=e%t;return n>0&&t<0||n<0&&t>0?n+t:n}let Om={description:E(`Modulo (remainder) operator.`),args:[H(`dividend (number)`,E(`The number to be divided to find the remainder.`)),H(`divisor (number)`,E(`The number to divide by.`))],compute:function(e,t){let n=M(t,this.locale);return{value:Dm(M(e,this.locale),n),format:e?.format}},isExported:!0},km={description:E(`Returns a n x n unit matrix, where n is the input dimension.`),args:[H(`dimension (number)`,E(`An integer specifying the dimension size of the unit matrix. It must be positive.`))],compute:function(e){let t=la(e,this.locale);return t<1?new A(E(`The argument dimension must be positive`)):zu(t)},isExported:!0},Am={description:E(`Rounds a number up to the nearest odd integer.`),args:[H(`value (number)`,E(`The value to round to the next greatest odd number.`))],compute:function(e){let t=M(e,this.locale),n=Math.ceil(Math.abs(t));return n=n&1?n:n+1,{value:t<0?-n:n,format:e?.format}},isExported:!0},jm={description:E(`The number pi.`),args:[],compute:function(){return Math.PI},isExported:!0},Mm={description:E(`A number raised to a power.`),args:[H(`base (number)`,E(`The number to raise to the exponent power.`)),H(`exponent (number)`,E(`The exponent to raise base to.`))],compute:function(e,t){let n=M(e,this.locale),r=M(t,this.locale);return n<0&&!Number.isInteger(r)?new A(E(`The exponent (%s) must be an integer when the base is negative.`,r)):{value:n**+r,format:e?.format}},isExported:!0},Nm={description:E(`Result of multiplying a series of numbers together.`),args:[H(`factor1 (number, range<number>)`,E(`The first number or range to calculate for the product.`)),H(`factor2 (number, range<number>, repeating)`,E(`More numbers or ranges to calculate for the product.`))],compute:function(...e){let t=0,n=1;for(let r of e)if(Ir(r))for(let e of r)for(let r of e){let e=r.value;if(typeof e==`number`&&(n*=e,t+=1),j(e))return r}else r!==void 0&&r.value!==null&&(n*=ca(r,this.locale),t+=1);return{value:t===0?0:n,format:ta(e[0])}},isExported:!0},Pm={description:E(`A random number between 0 inclusive and 1 exclusive.`),args:[],compute:function(){return Math.random()},isExported:!0},Fm={description:E(`Returns a grid of random numbers between 0 inclusive and 1 exclusive.`),args:[H(`rows (number, default=1)`,E(`The number of rows to be returned.`)),H(`columns (number, default=1)`,E(`The number of columns to be returned.`)),H(`min (number, default=0)`,E(`The minimum number you would like returned.`)),H(`max (number, default=1)`,E(`The maximum number you would like returned.`)),H(`whole_number (boolean, default=FALSE)`,E(`Return a whole number or a decimal value.`),[{value:!1,label:E(`Decimal (default)`)},{value:!0,label:E(`Integer`)}])],compute:function(e={value:1},t={value:1},n={value:0},r={value:1},i={value:!1}){let a=la(t,this.locale),o=la(e,this.locale),s=M(n,this.locale),c=M(r,this.locale),l=P(i);if(a<1)return new A(E(`The number of columns (%s) must be positive.`,a));if(o<1)return new A(E(`The number of rows (%s) must be positive.`,o));if(s>c)return new A(E(`The maximum (%s) must be greater than or equal to the minimum (%s).`,c,s));if(l&&(!Number.isInteger(s)||!Number.isInteger(c)))return new A(E(`The maximum (%s) and minimum (%s) must be integers when whole_number is TRUE.`,c.toString(),s.toString()));let u=Array(a);for(let e=0;e<a;e++){u[e]=Array(o);for(let t=0;t<o;t++)l?u[e][t]=Math.floor(Math.random()*(c-s+1)+s):u[e][t]=s+Math.random()*(c-s)}return u},isExported:!0},Im={description:E(`Random integer between two values, inclusive.`),args:[H(`low (number)`,E(`The low end of the random range.`)),H(`high (number)`,E(`The high end of the random range.`))],compute:function(e,t){let n=M(e,this.locale);Number.isInteger(n)||(n=Math.ceil(n));let r=M(t,this.locale);return Number.isInteger(r)||(r=Math.floor(r)),n>r?new A(E(`The high (%s) must be greater than or equal to the low (%s).`,r,n)):{value:n+Math.ceil((r-n+1)*Math.random())-1,format:e?.format}},isExported:!0},Lm={description:E(`Rounds a number according to standard rules.`),args:[H(`value (number)`,E(`The value to round to places number of places.`)),H(`places (number, default=0)`,E(`The number of decimal places to which to round.`))],compute:function(e,t={value:0}){let n=M(e,this.locale),r=M(t,this.locale),i=Math.abs(n),a;return r===0?a=Math.round(i):(Number.isInteger(r)||(r=Math.trunc(r)),a=Math.round(i*10**r)/10**r),{value:n>=0?a:-a,format:e?.format}},isExported:!0},Rm={description:E(`Rounds down a number.`),args:[H(`value (number)`,E(`The value to round to places number of places, always rounding down.`)),H(`places (number, default=0)`,E(`The number of decimal places to which to round.`))],compute:function(e,t={value:0}){let n=M(e,this.locale),r=M(t,this.locale),i=Math.abs(n),a;return r===0?a=Math.floor(i):(Number.isInteger(r)||(r=Math.trunc(r)),a=Math.floor(i*10**r)/10**r),{value:n>=0?a:-a,format:e?.format}},isExported:!0},zm={description:E(`Rounds up a number.`),args:[H(`value (number)`,E(`The value to round to places number of places, always rounding up.`)),H(`places (number, default=0)`,E(`The number of decimal places to which to round.`))],compute:function(e,t={value:0}){let n=M(e,this.locale),r=M(t,this.locale),i=Math.abs(n),a;return r===0?a=Math.ceil(i):(Number.isInteger(r)||(r=Math.trunc(r)),a=Math.ceil(i*10**r)/10**r),{value:n>=0?a:-a,format:e?.format}},isExported:!0},Bm={description:E(`Secant of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the secant of, in radians.`))],compute:function(e){return 1/Math.cos(M(e,this.locale))},isExported:!0},Vm={description:E(`Hyperbolic secant of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic secant of.`))],compute:function(e){return 1/Math.cosh(M(e,this.locale))},isExported:!0},Hm={description:E(`Returns a sequence of numbers.`),args:[H(`rows (number)`,E(`The number of rows to return`)),H(`columns (number, optional, default=1)`,E(`The number of columns to return`)),H(`start (number, optional, default=1)`,E(`The first number in the sequence`)),H(`step (number, optional, default=1)`,E(`The amount to increment each value in the sequence`))],compute:function(e,t={value:1},n={value:1},r={value:1}){let i=M(n,this.locale),a=M(r,this.locale),o=la(e,this.locale),s=la(t,this.locale);return s<1?new A(E(`The number of columns (%s) must be positive.`,s)):o<1?new A(E(`The number of rows (%s) must be positive.`,o)):Ca(s,o,(e,t)=>({value:i+t*s*a+e*a}))},isExported:!0},Um={description:E(`Sine of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the sine of, in radians.`))],compute:function(e){return Math.sin(M(e,this.locale))},isExported:!0},Wm={description:E(`Hyperbolic sine of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic sine of.`))],compute:function(e){return Math.sinh(M(e,this.locale))},isExported:!0},Gm={description:E(`Positive square root of a positive number.`),args:[H(`value (number)`,E(`The number for which to calculate the positive square root.`))],compute:function(e){let t=M(e,this.locale);return t<0?new A(E(`The value (%s) must be positive or null.`,t)):{value:Math.sqrt(t),format:e?.format}},isExported:!0},Km={1:`AVERAGE`,2:`COUNT`,3:`COUNTA`,4:`MAX`,5:`MIN`,6:`PRODUCT`,7:`STDEV`,8:`STDEVP`,9:`SUM`,10:`VAR`,11:`VARP`},qm=Object.entries(Km).map(([e,t])=>({value:parseInt(e),label:E(`%s (include manually-hidden rows)`,t)})),Jm=Object.entries(Km).map(([e,t])=>({value:parseInt(e)+100,label:E(`%s (exclude manually-hidden rows)`,t)})),Ym={description:E(`Returns a subtotal for a vertical range of cells using a specified aggregation function.`),args:[H(`function_code (number)`,E(`The function to use in subtotal aggregation.`),[...qm,...Jm]),H(`ref1 (meta, range<meta>)`,E(`The range or reference for which you want the subtotal.`)),H(`ref2 (meta, range<meta>, repeating)`,E(`Additional ranges or references for which you want the subtotal.`))],compute:function(e,...t){let n=la(e,this.locale),r=!0;if(n>100&&(n-=100,r=!1),n<1||n>11)return new A(E(`The function code (%s) must be between 1 to 11 or 101 to 111.`,n));let i=[];for(let e of t){let t=e[0][0],n=Mc(t.value).sheetName,a=n?this.getters.getSheetIdByName(n):this.__originSheetId;if(!a)continue;let{top:o,left:s}=Es(t.value),c=s+e.length-1,l=o+e[0].length-1;for(let e=o;e<=l;e++)if(!this.getters.isRowFiltered(a,e)&&!(!r&&this.getters.isRowHiddenByUser(a,e)))for(let t=s;t<=c;t++){let n=this.getters.getCorrespondingFormulaCell({sheetId:a,col:t,row:e});(!n||!Vp(n))&&i.push(this.getters.getEvaluatedCell({sheetId:a,col:t,row:e}))}}return this[Km[n]].apply(this,[[i]])},isExported:!0},Xm={description:E(`Sum of a series of numbers and/or cells.`),args:[H(`value1 (number, range<number>)`,E(`The first number or range to add together.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional numbers or ranges to add to value1.`))],compute:function(...e){let t=e[0];return{value:ju(e,this.locale),format:ta(t)}},isExported:!0},Zm={description:E(`A conditional sum across a range.`),args:[H(`criteria_range (range)`,E(`The range which is tested against criterion.`)),H(`criterion (string)`,E(`The pattern or test to apply to range.`)),H(`sum_range (range, default=criteria_range)`,E(`The range to be summed, if different from range.`))],compute:function(e,t,n){n===void 0&&(n=e);let r=0;return Na([e,t],(e,t)=>{let i=n[e]?.[t]?.value;typeof i==`number`&&(r+=i)},this.locale),r},isExported:!0},Qm={description:E(`Sums a range depending on multiple criteria.`),args:[H(`sum_range (range)`,E(`The range to sum.`)),H(`criteria_range1 (range)`,E(`The range to check against criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1.`)),H(`criteria_range2 (any, range, repeating)`,E(`Additional ranges to check.`)),H(`criterion2 (string, repeating)`,E(`Additional criteria to check.`))],compute:function(e,...t){let n=0;return Na(t,(t,r)=>{let i=e[t]?.[r]?.value;typeof i==`number`&&(n+=i)},this.locale),n},isExported:!0},$m={description:E(`Tangent of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the tangent of, in radians.`))],compute:function(e){return Math.tan(M(e,this.locale))},isExported:!0},eh={description:E(`Hyperbolic tangent of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic tangent of.`))],compute:function(e){return Math.tanh(M(e,this.locale))},isExported:!0};function th(e,t){return t===0?Math.trunc(e):(Number.isInteger(t)||(t=Math.trunc(t)),Math.trunc(e*10**t)/10**t)}let nh={description:E(`Truncates a number.`),args:[H(`value (number)`,E(`The value to be truncated.`)),H(`places (number, default=0)`,E(`The number of significant digits to the right of the decimal point to retain.`))],compute:function(e,t={value:0}){return{value:th(M(e,this.locale),M(t,this.locale)),format:e?.format}},isExported:!0},rh={description:E(`Rounds a number down to the nearest integer that is less than or equal to it.`),args:[H(`value (number)`,E(`The number to round down to the nearest integer.`))],compute:function(e){return Math.floor(M(e,this.locale))},isExported:!0};var ih=l({AVEDEV:()=>mh,AVERAGE:()=>hh,AVERAGEA:()=>yh,AVERAGEIF:()=>bh,AVERAGEIFS:()=>xh,AVERAGE_WEIGHTED:()=>vh,CORREL:()=>Uh,COUNT:()=>Sh,COUNTA:()=>Ch,COVAR:()=>wh,COVARIANCE_P:()=>Th,COVARIANCE_S:()=>Eh,FORECAST:()=>Dh,GROWTH:()=>Oh,INTERCEPT:()=>kh,LARGE:()=>Ah,LINEST:()=>jh,LOGEST:()=>Mh,MATTHEWS:()=>Nh,MAX:()=>Ph,MAXA:()=>Fh,MAXIFS:()=>Ih,MEDIAN:()=>Lh,MIN:()=>Rh,MINA:()=>zh,MINIFS:()=>Bh,PEARSON:()=>Hh,PERCENTILE:()=>Wh,PERCENTILE_EXC:()=>Gh,PERCENTILE_INC:()=>Kh,POLYFIT_COEFFS:()=>qh,POLYFIT_FORECAST:()=>Jh,QUARTILE:()=>Yh,QUARTILE_EXC:()=>Xh,QUARTILE_INC:()=>Zh,RANK:()=>Qh,RSQ:()=>$h,SLOPE:()=>eg,SMALL:()=>tg,SPEARMAN:()=>ng,STDEV:()=>rg,STDEVA:()=>og,STDEVP:()=>sg,STDEVPA:()=>cg,STDEV_P:()=>ig,STDEV_S:()=>ag,STEYX:()=>lg,TREND:()=>ug,VAR:()=>dg,VARA:()=>mg,VARP:()=>hg,VARPA:()=>gg,VAR_P:()=>fg,VAR_S:()=>pg});let ah=[{value:!0,label:E(`b is calculated normally`)},{value:!1,label:E(`b is forced to 1`)}],oh=[{value:!1,label:E(`do not return additional regression statistics`)},{value:!0,label:E(`return additional regression statistics`)}],sh=[{value:1,label:E(`order 1 (Linear)`)},{value:2,label:E(`order 2 (Quadratic)`)},{value:3,label:E(`order 3 (Cubic)`)},{value:4,label:E(`order 4 (Quartic)`)},{value:5,label:E(`order 5 (Quintic)`)},{value:6,label:E(`order 6 (Sextic)`)}],ch=[{value:!0,label:E(`Compute intercept`)},{value:!1,label:E(`Force intercept to 0`)}],lh=[{value:0,label:E(`Minimum value`)},{value:1,label:E(`First quartile (25th percentile)`)},{value:2,label:E(`Median value (50th percentile)`)},{value:3,label:E(`Third quartile (75th percentile)`)},{value:4,label:E(`Maximum value`)}];function uh(e,t){let n=[],r=[],i=0,a=0;_a([e],e=>{n.push(e),i+=1}),_a([t],e=>{r.push(e),a+=1}),Nu(i===a,E(`[[FUNCTION_NAME]] has mismatched argument count %s vs %s.`,i,a));let o=[],s=[];for(let e=0;e<i;e++){let t=n[e]?.value,i=r[e]?.value;typeof t==`number`&&typeof i==`number`&&(s.push(t),o.push(i))}return{flatDataX:o,flatDataY:s}}function dh(e,t,n){let{flatDataX:r,flatDataY:i}=uh(e,t),a=i.length;Pu(a),n&&Pu(a-1);let o=0,s=0;for(let e=0;e<a;e++)o+=i[e],s+=r[e];let c=o/a,l=s/a,u=0;for(let e=0;e<a;e++)u+=(i[e]-c)*(r[e]-l);return u/(a-+!!n)}function fh(e,t,n,r){let i=0,a=n?Sa:xa,o=a(e,(e,t)=>(i+=1,e+t),0,r);Pu(i),t&&Pu(i-1);let s=o/i;return a(e,(e,t)=>e+(t-s)**2,0,r)/(i-+!!t)}function ph(e,t,n,r){let i=M(t,r);Nu(n?0<=i&&i<=1:0<i&&i<1,E(`Function [[FUNCTION_NAME]] parameter 2 value is out of range.`));let a=[],o,s=0;return _a(e,e=>{let t=e?.value;typeof t==`number`&&(o=Pa(a,e,`nextSmaller`,`asc`,a.length,(e,t)=>e[t]),a.splice(o+1,0,t),s++)}),Nu(s!==0,Va),n||Nu(1/(s+1)<=i&&i<=s/(s+1),E(`Function [[FUNCTION_NAME]] parameter 2 value is out of range.`)),Gi(a,i,n)}let mh={description:E(`Average magnitude of deviations from mean.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){let t=0,n=xa(e,(e,n)=>(t+=1,e+n),0,this.locale);if(t===0)return new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`));let r=n/t;return xa(e,(e,t)=>e+Math.abs(r-t),0,this.locale)/t},isExported:!0},hh={description:E(`Numerical average value in a dataset, ignoring text.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the average value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the average value.`))],compute:function(...e){return{value:qu(e,this.locale),format:ta(e[0])}},isExported:!0},gh=E(`[[FUNCTION_NAME]] has mismatched range sizes.`),_h=E(`[[FUNCTION_NAME]] expects the weight to be positive or equal to 0.`),vh={description:E(`Weighted average.`),args:[H(`values (number, range<number>)`,E(`Values to average.`)),H(`weights (number, range<number>)`,E(`Weights for each corresponding value.`)),H(`additional_values (number, range<number>, repeating)`,E(`Additional values to average.`)),H(`additional_weights (number, range<number>, repeating)`,E(`Additional weights.`))],compute:function(...e){let t=0,n=0;for(let r=0;r<e.length-1;r+=2){let i=e[r],a=e[r+1];if(!Iu(i,a))return new A(gh);if(Ir(i))for(let e=0;e<i.length;e++)for(let r=0;r<i[0].length;r++){let o=i[e][r].value,s=Ir(a)?a?.[e][r].value:M(a,this.locale),c=typeof o==`number`,l=typeof s==`number`;if(c&&l){if(s<0)return new A(_h);t+=o*s,n+=s;continue}if(c!==l)return new A(E(`[[FUNCTION_NAME]] expects number values.`))}else{let e=M(i,this.locale),r=Ir(a)?a?.[0][0].value:M(a,this.locale);if(typeof r==`number`){if(r<0)return new A(_h);t+=e*r,n+=r}}}return n===0?new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`)):{value:t/n,format:ta(e[0])}}},yh={description:E(`Numerical average value in a dataset.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the average value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the average value.`))],compute:function(...e){let t=0,n=Sa(e,(e,n)=>(t+=1,e+n),0,this.locale);return t===0?new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`)):{value:n/t,format:ta(e[0])}},isExported:!0},bh={description:E(`Average of values depending on criteria.`),args:[H(`criteria_range (number, range<number>)`,E(`The range to check against criterion.`)),H(`criterion (string)`,E(`The pattern or test to apply to criteria_range.`)),H(`average_range (number, range<number>, default=criteria_range)`,E(`The range to average. If not included, criteria_range is used for the average instead.`))],compute:function(e,t,n){let r=I(n===void 0?e:n),i=0,a=0;return Na([e,t],(e,t)=>{let n=r[e]?.[t]?.value;typeof n==`number`&&(i+=1,a+=n)},this.locale),i===0?new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`)):a/i},isExported:!0},xh={description:E(`Average of values depending on multiple criteria.`),args:[H(`average_range (range)`,E(`The range to average.`)),H(`criteria_range1 (range)`,E(`The range to check against criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1.`)),H(`criteria_range2 (any, range, repeating)`,E(`Additional criteria_range and criterion to check.`)),H(`criterion2 (string, repeating)`,E(`The pattern or test to apply to criteria_range2.`))],compute:function(e,...t){let n=I(e),r=0,i=0;return Na(t,(e,t)=>{let a=n[e]?.[t]?.value;typeof a==`number`&&(r+=1,i+=a)},this.locale),r===0?new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`)):i/r},isExported:!0},Sh={description:E(`The number of numeric values in dataset.`),args:[H(`value1 (number, any, range<number>)`,E(`The first value or range to consider when counting.`)),H(`value2 (number, any, range<number>, repeating)`,E(`Additional values or ranges to consider when counting.`))],compute:function(...e){return Ju(e,this.locale)},isExported:!0},Ch={description:E(`The number of values in a dataset.`),args:[H(`value1 (any, range)`,E(`The first value or range to consider when counting.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges to consider when counting.`))],compute:function(...e){return Yu(e)},isExported:!0},wh={description:E(`The covariance of a dataset.`),args:[H(`data_y (any, range)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (any, range)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){return dh(e,t,!1)},isExported:!0},Th={description:E(`The covariance of a dataset.`),args:[H(`data_y (any, range)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (any, range)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){return dh(e,t,!1)},isExported:!0},Eh={description:E(`The sample covariance of a dataset.`),args:[H(`data_y (any, range)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (any, range)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){return dh(e,t,!0)},isExported:!0},Dh={description:E(`Calculates the expected y-value for a specified x based on a linear regression of a dataset.`),args:[H(`x (number, range<number>)`,E(`The value(s) on the x-axis to forecast.`)),H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t,n){let{flatDataX:r,flatDataY:i}=uh(t,n);return r.length===0||i.length===0?new Xi(Va):ad([i],[r],wa(I(e),e=>M(e,this.locale)),!0)},isExported:!0},Oh={description:E(`Fits points to exponential growth trend.`),args:[H(`known_data_y (range<number>)`,E(`The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.`)),H(`known_data_x (range<number>, default={1;2;3;...})`,E(`The values of the independent variable(s) corresponding with known_data_y.`)),H(`new_data_x (any, range, default=known_data_x)`,E(`The data points to return the y values for on the ideal curve fit.`)),H(`b (boolean, default=TRUE)`,E(`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.`),ah)],compute:function(e,t=[[]],n=[[]],r={value:!0}){return e.length===0||e[0].length===0?new A(Ha(`known_data_y`)):rd(ad(id(sa(e,`known_data_y`)),sa(t,`known_data_x`),sa(n,`new_data_y`),P(r)))}},kh={description:E(`Compute the intercept of the linear regression.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let{flatDataX:n,flatDataY:r}=uh(e,t);if(n.length===0||r.length===0)return new Xi(Va);let[[],[i]]=$u([n],[r]);return i},isExported:!0},Ah={description:E(`Nth largest element from a data set.`),args:[H(`data (any, range)`,E(`Array or range containing the dataset to consider.`)),H(`n (number)`,E(`The rank from largest to smallest of the element to return.`))],compute:function(e,t){let n=Math.trunc(M(t?.value,this.locale)),r=[],i,a=0;_a([e],e=>{typeof e?.value==`number`&&(i=Pa(r,e,`nextSmaller`,`asc`,r.length,(e,t)=>e[t].value),r.splice(i+1,0,e),a++,a>n&&(r.shift(),a--))});let o=r.shift();return o===void 0?new A(Va):a<n?new A(E(`Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.`,n)):o},isExported:!0},jh={description:E(`Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>, default={1;2;3;...})`,E(`The range representing the array or matrix of independent data.`)),H(`calculate_b (boolean, default=TRUE)`,E(`A flag specifying whether to compute the slope or not`),ah),H(`verbose (boolean, default=FALSE)`,E(`A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept`),oh)],compute:function(e,t=[[]],n={value:!0},r={value:!1}){return e.length===0||e[0].length===0?new A(Ha(`data_y`)):$u(sa(t,`data_x`),sa(e,`data_y`),P(n),P(r))},isExported:!0},Mh={description:E(`Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>, optional, default={1;2;3;...})`,E(`The range representing the array or matrix of independent data.`)),H(`calculate_b (boolean, default=TRUE)`,E(`A flag specifying whether to compute the slope or not`),ah),H(`verbose (boolean, default=FALSE)`,E(`A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept`),oh)],compute:function(e,t=[[]],n={value:!0},r={value:!1}){if(e.length===0||e[0].length===0)return new A(Ha(`data_y`));let i=$u(sa(t,`data_x`),id(sa(e,`data_y`)),P(n),P(r));for(let e=0;e<i.length;e++)i[e][0]=Math.exp(i[e][0]);return i},isExported:!0},Nh={description:E(`Compute the Matthews correlation coefficient of a dataset.`),args:[H(`data_x (range)`,E(`The range representing the array or matrix of observed data.`)),H(`data_y (range)`,E(`The range representing the array or matrix of predicted data.`))],compute:function(e,t){let n=e.flat(),r=t.flat();if(Ku(n,r),n.length===0||r.length===0)return new Xi(Va);let i=n.length,a=0,o=0,s=0,c=0;for(let e=0;e<i;++e){let t=P(n[e]);t===P(r[e])?t?o++:a++:t?c++:s++}return(o*a-s*c)/Math.sqrt((o+s)*(o+c)*(a+s)*(a+c))},isExported:!1},Ph={description:E(`Maximum value in a numeric dataset.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the maximum value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the maximum value.`))],compute:function(...e){return Xu(e,this.locale)},isExported:!0},Fh={description:E(`Maximum numeric value in a dataset.`),args:[H(`value1 (any, range)`,E(`The first value or range to consider when calculating the maximum value.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges to consider when calculating the maximum value.`))],compute:function(...e){let t=Sa(e,(e,t)=>Math.max(t,e),-1/0,this.locale);return{value:t===-1/0?0:t,format:ta(e[0])}},isExported:!0},Ih={description:E(`Returns the maximum value in a range of cells, filtered by a set of criteria.`),args:[H(`range (range)`,E(`The range of cells from which the maximum will be determined.`)),H(`criteria_range1 (range)`,E(`The range of cells over which to evaluate criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.`)),H(`criteria_range2 (any, range, repeating)`,E(`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.`)),H(`criterion2 (string, repeating)`,E(`The pattern or test to apply to criteria_range2.`))],compute:function(e,...t){let n=-1/0;return Na(t,(t,r)=>{let i=e[t]?.[r]?.value;typeof i==`number`&&(n=n<i?i:n)},this.locale),n===-1/0?0:n},isExported:!0},Lh={description:E(`Median value in a numeric dataset.`),args:[H(`value1 (any, range)`,E(`The first value or range to consider when calculating the median value.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges to consider when calculating the median value.`))],compute:function(...e){let t=[];return va(e,e=>{t.push(e)},this.locale),{value:ph(t,{value:.5},!0,this.locale),format:ta(t[0])}},isExported:!0},Rh={description:E(`Minimum value in a numeric dataset.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the minimum value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the minimum value.`))],compute:function(...e){return Zu(e,this.locale)},isExported:!0},zh={description:E(`Minimum numeric value in a dataset.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the minimum value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the minimum value.`))],compute:function(...e){let t=Sa(e,(e,t)=>Math.min(t,e),1/0,this.locale);return{value:t===1/0?0:t,format:ta(e[0])}},isExported:!0},Bh={description:E(`Returns the minimum value in a range of cells, filtered by a set of criteria.`),args:[H(`range (range)`,E(`The range of cells from which the minimum will be determined.`)),H(`criteria_range1 (range)`,E(`The range of cells over which to evaluate criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.`)),H(`criteria_range2 (any, range, repeating)`,E(`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.`)),H(`criterion2 (string, repeating)`,E(`The pattern or test to apply to criteria_range2.`))],compute:function(e,...t){let n=1/0;return Na(t,(t,r)=>{let i=e[t]?.[r]?.value;typeof i==`number`&&(n=n>i?i:n)},this.locale),n===1/0?0:n},isExported:!0};function Vh(e,t){let{flatDataX:n,flatDataY:r}=uh(e,t);if(n.length===0||r.length===0)return new Xi(Va);let i=n.length,a=0,o=0,s=0,c=0,l=0;for(let e=0;e<i;e++){let t=n[e],i=r[e];a+=t,o+=i,s+=t*i,c+=t*t,l+=i*i}return(i*s-a*o)/Math.sqrt((i*c-a*a)*(i*l-o*o))}let Hh={description:E(`Compute the Pearson product-moment correlation coefficient of a dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){return Vh(e,t)},isExported:!0},Uh=Hh,Wh={description:E(`Value at a given percentile of a dataset.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`percentile (number)`,E(`The percentile whose value within data will be calculated and returned.`))],compute:function(e,t){return Kh.compute.bind(this)(e,t)},isExported:!0},Gh={description:E(`Value at a given percentile of a dataset exclusive of 0 and 1.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`percentile (number)`,E(`The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned.`))],compute:function(e,t){return{value:ph([e],t,!1,this.locale),format:ta(e)}},isExported:!0},Kh={description:E(`Value at a given percentile of a dataset.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`percentile (number)`,E(`The percentile whose value within data will be calculated and returned.`))],compute:function(e,t){return{value:ph([e],t,!0,this.locale),format:ta(e)}},isExported:!0},qh={description:E(`Compute the coefficients of polynomial regression of the dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`)),H(`order (number)`,E(`The order of the polynomial to fit the data, between 1 and 6.`),sh),H(`intercept (boolean, default=TRUE)`,E(`A flag specifying whether to compute the intercept or not.`),ch)],compute:function(e,t,n,r={value:!0}){let{flatDataX:i,flatDataY:a}=uh(e,t);return i.length===0||a.length===0?new Xi(Va):ed(a,i,M(n,this.locale),P(r))},isExported:!1},Jh={description:E(`Predict value by computing a polynomial regression of the dataset.`),args:[H(`x (number, range<number>)`,E(`The value(s) on the x-axis to forecast.`)),H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`)),H(`order (number)`,E(`The order of the polynomial to fit the data, between 1 and 6.`),sh),H(`intercept (boolean, default=TRUE)`,E(`A flag specifying whether to compute the intercept or not.`),ch)],compute:function(e,t,n,r,i={value:!0}){let a=M(r,this.locale),{flatDataX:o,flatDataY:s}=uh(t,n);if(o.length===0||s.length===0)return new Xi(Va);let c=ed(s,o,a,P(i)).flat();return wa(I(e),e=>nd(c,M(e,this.locale),a))},isExported:!1},Yh={description:E(`Value nearest to a specific quartile of a dataset.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`quartile_number (number)`,E(`Which quartile value to return.`),lh)],compute:function(e,t){return Zh.compute.bind(this)(e,t)},isExported:!0},Xh={description:E(`Value nearest to a specific quartile of a dataset exclusive of 0 and 4.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`quartile_number (number)`,E(`Which quartile value, exclusive of 0 and 4, to return.`),[{value:1,label:E(`First quartile (25th percentile)`)},{value:2,label:E(`Median value (50th percentile)`)},{value:3,label:E(`Third quartile (75th percentile)`)}])],compute:function(e,t){let n={value:.25*Math.trunc(M(t,this.locale))};return{value:ph([e],n,!1,this.locale),format:ta(e)}},isExported:!0},Zh={description:E(`Value nearest to a specific quartile of a dataset.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`quartile_number (number)`,E(`Which quartile value to return.`),lh)],compute:function(e,t){let n={value:.25*Math.trunc(M(t,this.locale))};return{value:ph([e],n,!0,this.locale),format:ta(e)}},isExported:!0},Qh={description:E(`Returns the rank of a specified value in a dataset.`),args:[H(`value (number)`,E(`The value whose rank will be determined.`)),H(`data (range)`,E(`The range containing the dataset to consider.`)),H(`is_ascending (boolean, default=FALSE)`,E(`Whether to consider the values in data in descending or ascending order.`),[{value:!1,label:E(`Descending`)},{value:!0,label:E(`Ascending`)}])],compute:function(e,t,n={value:!1}){let r=P(n),i=M(e,this.locale),a=1,o=!1;for(let e of t)for(let t of e){if(typeof t.value!=`number`)continue;let e=M(t,this.locale);e===i?o=!0:e>i!==r&&a++}return o?a:new Xi(E(`Value not found in the given data.`))},isExported:!0},$h={description:E(`Compute the square of r, the Pearson product-moment correlation coefficient of a dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let n=Vh(e,t);if(n instanceof Error)throw n;return n**2},isExported:!0},eg={description:E(`Compute the slope of the linear regression.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let{flatDataX:n,flatDataY:r}=uh(e,t);if(n.length===0||r.length===0)return new Xi(Va);let[[i]]=$u([n],[r]);return i},isExported:!0},tg={description:E(`Nth smallest element in a data set.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`n (number)`,E(`The rank from smallest to largest of the element to return.`))],compute:function(e,t){let n=Math.trunc(M(t?.value,this.locale)),r=[],i,a=0;_a([e],e=>{typeof e?.value==`number`&&(i=Pa(r,e,`nextSmaller`,`asc`,r.length,(e,t)=>e[t].value),r.splice(i+1,0,e),a++,a>n&&(r.pop(),a--))});let o=r.pop();return o===void 0?new A(Va):a<n?new A(E(`Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.`,n)):o},isExported:!0},ng={description:E(`Compute the Spearman rank correlation coefficient of a dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let{flatDataX:n,flatDataY:r}=uh(t,e);if(n.length===0||r.length===0)return new Xi(Va);let i=n.length,a=n.map((e,t)=>[e,r[t]]);a.sort((e,t)=>e[0]-t[0]);for(let e=0;e<i;++e)a[e][0]=e;a.sort((e,t)=>e[1]-t[1]);let o=0;for(let e=0;e<i;++e)o+=(a[e][0]-e)**2;return 1-6*o/(i**3-i)},isExported:!1},rg={description:E(`Standard deviation.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return Math.sqrt(dg.compute.bind(this)(...e))},isExported:!0},ig={description:E(`Standard deviation of entire population.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return Math.sqrt(fg.compute.bind(this)(...e))},isExported:!0},ag={description:E(`Standard deviation.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return Math.sqrt(pg.compute.bind(this)(...e))},isExported:!0},og={description:E(`Standard deviation of sample (text as 0).`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return Math.sqrt(mg.compute.bind(this)(...e))},isExported:!0},sg={description:E(`Standard deviation of entire population.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return Math.sqrt(hg.compute.bind(this)(...e))},isExported:!0},cg={description:E(`Standard deviation of entire population (text as 0).`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return Math.sqrt(gg.compute.bind(this)(...e))},isExported:!0},lg={description:E(`Calculates the standard error of the predicted y-value for each x in the regression of a dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let{flatDataX:n,flatDataY:r}=uh(e,t);return n.length===0||r.length===0?new Xi(Va):$u([n],[r],!0,!0)[1][2]},isExported:!0},ug={description:E(`Fits points to linear trend derived via least-squares.`),args:[H(`known_data_y (number, range<number>)`,E(`The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.`)),H(`known_data_x (number, range<number>, optional, default={1;2;3;...})`,E(`The values of the independent variable(s) corresponding with known_data_y.`)),H(`new_data_x (number, range<number>, optional, default=known_data_x)`,E(`The data points to return the y values for on the ideal curve fit.`)),H(`b (boolean, optional, default=TRUE)`,E(`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.`),ah)],compute:function(e,t=[[]],n=[[]],r={value:!0}){return e.length===0||e[0].length===0?new A(Ha(`known_data_y`)):ad(sa(e,`known_data_y`),sa(t,`known_data_x`),sa(n,`new_data_y`),P(r))}},dg={description:E(`Variance.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return fh(e,!0,!1,this.locale)},isExported:!0},fg={description:E(`Variance of entire population.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return fh(e,!1,!1,this.locale)},isExported:!0},pg={description:E(`Variance.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return fh(e,!0,!1,this.locale)},isExported:!0},mg={description:E(`Variance of sample (text as 0).`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return fh(e,!0,!0,this.locale)},isExported:!0},hg={description:E(`Variance of entire population.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return fh(e,!1,!1,this.locale)},isExported:!0},gg={description:E(`Variance of entire population (text as 0).`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return fh(e,!1,!0,this.locale)},isExported:!0};var _g=l({DAVERAGE:()=>bg,DCOUNT:()=>xg,DCOUNTA:()=>Sg,DGET:()=>Cg,DMAX:()=>wg,DMIN:()=>Tg,DPRODUCT:()=>Eg,DSTDEV:()=>Dg,DSTDEVP:()=>Og,DSUM:()=>kg,DVAR:()=>Ag,DVARP:()=>jg});function vg(e,t,n,r){let i=new Map,a=e.length;for(let t=a-1;t>=0;t--)i.set(N(e[t][0]).toUpperCase(),t);let o=t?.value;if(typeof o!=`number`&&typeof o!=`string`)throw new A(E(`The field must be a number or a string`));let s;if(typeof o==`number`){if(s=Math.trunc(o)-1,s<0||a-1<s)throw new A(E(`The field (%(fieldValue)s) must be one of %(dimRowDB)s or must be a number between 1 and %s inclusive.`,{fieldValue:o.toString(),dimRowDB:a.toString()}))}else{let e=N(t).toUpperCase();if(s=i.get(e)??-1,s===-1)throw new A(E(`The field (%s) must be one of %s.`,N(t),[...i.keys()].toString()))}let c=n[0].length;if(c<2)throw new A(E(`The criteria range contains %s row, it must be at least 2 rows.`,c.toString()));let l=new Set,u=e[0].length;for(let t=1;t<c;t++){let a=[],o=!0;for(let r=0;r<n.length;r++){let s=N(n[r][0]).toUpperCase(),c=i.get(s),l=n[r][t];if(l.value!==null)if(c!==void 0)a.push([e[c].slice(1,u)]),a.push(l);else{o=!1;break}}if(o)if(a.length>0)Na(a,(e,t)=>{l.add(t)},r,!0);else{l=new Set(Array(u-1).keys());break}}let d=e[s];return[...l].map(e=>d[e+1])}let yg=[H(`database (range)`,E(`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.`)),H(`field (number, string)`,E(`Indicates which column in database contains the values to be extracted and operated on.`)),H(`criteria (range)`,E(`An array or range containing zero or more criteria to filter the database values by before operating.`))],bg={description:E(`Average of a set of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return hh.compute.bind(this)([r])},isExported:!0},xg={description:E(`Counts values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Sh.compute.bind(this)([r])},isExported:!0},Sg={description:E(`Counts values and text from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Ch.compute.bind(this)([r])},isExported:!0},Cg={description:E(`Single value from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return r.length===1?r[0]:new A(E(`More than one match found in DGET evaluation.`))},isExported:!0},wg={description:E(`Maximum of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Ph.compute.bind(this)([r])},isExported:!0},Tg={description:E(`Minimum of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Rh.compute.bind(this)([r])},isExported:!0},Eg={description:E(`Product of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Nm.compute.bind(this)([r])},isExported:!0},Dg={description:E(`Standard deviation of population sample from table.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return rg.compute.bind(this)([r])},isExported:!0},Og={description:E(`Standard deviation of entire population from table.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return sg.compute.bind(this)([r])},isExported:!0},kg={description:E(`Sum of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Xm.compute.bind(this)([r])},isExported:!0},Ag={description:E(`Variance of population sample from table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return dg.compute.bind(this)([r])},isExported:!0},jg={description:E(`Variance of a population from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return hg.compute.bind(this)([r])},isExported:!0},Mg=E(`The cashflow_amounts and cashflow_dates ranges must have the same dimensions.`),Ng=E(`There must be both positive and negative values in cashflow_amounts.`),Pg=e=>E(`The cost (%s) must be positive or null.`,e),Fg=e=>E(`The cost (%s) must be strictly positive.`,e),Ig=e=>E(`The frequency (%s) must be one of %s`,e,[1,2,4].toString()),Lg=e=>E(`The day_count_convention (%s) must be between 0 and 4 inclusive.`,e),Rg=e=>E(`The depreciation factor (%s) must be strictly positive.`,e),zg=e=>E(`The discount (%s) must be different from -1.`,e),Bg=e=>E(`The discount (%s) must be strictly positive.`,e),Vg=e=>E(`The discount (%s) must be smaller than 1.`,e),Hg=e=>E(`The effective_rate (%s) must be strictly positive.`,e),Ug=e=>E(`The end_period (%s) must be positive or null.`,e),Wg=(e,t)=>E(`The end_period (%(end)s) must be smaller or equal to the life (%(life)s).`,{end:e,life:t}),Gg=e=>E(`All the dates should be greater or equal to the first date in cashflow_dates (%s).`,e),Kg=(e,t)=>E(`The first_period (%(first)s) must be smaller or equal to the last_period (%(last)s).`,{first:e,last:t}),qg=e=>E(`The first_period (%s) must be strictly positive.`,e),Jg=e=>E(`The future_value (%s) must be strictly positive.`,e),Yg=e=>E(`The investment (%s) must be strictly positive.`,e),Xg=e=>E(`The issue (%s) must be positive or null.`,e),Zg=(e,t)=>E(`The last_period (%(last)s) must be smaller or equal to the number_of_periods (%(nPeriods)s).`,{last:e,nPeriods:t}),Qg=e=>E(`The last_period (%s) must be strictly positive.`,e),$g=e=>E(`The life (%s) must be strictly positive.`,e),e_=(e,t)=>E(`The maturity (%(maturity)s) must be strictly greater than the settlement (%(settlement)s).`,{maturity:t,settlement:e}),t_=e=>E(`The month (%s) must be between 1 and 12 inclusive.`,e),n_=e=>E(`The nominal_rate (%s) must be strictly positive.`,e),r_=e=>E(`The number_of_periods (%s) must be different from zero.`,e),i_=e=>E(`The number_of_periods (%s) must be strictly positive.`,e),a_=e=>E(`The period must be between 1 and number_of_periods (%s)`,e),o_=(e,t)=>E(`The period (%(period)s) must be less than or equal to %(lifeLimit)s.`,{period:e,lifeLimit:t}),s_=e=>E(`The period (%s) must be positive or null.`,e),c_=e=>E(`The periods_by_year (%s) must be strictly positive.`,e),l_=(e,t)=>E(`The period (%(period)s) must be less than or equal life (%(life)s).`,{period:e,life:t}),u_=e=>E(`The period (%s) must be strictly positive.`,e),d_=e=>E(`The present_value (%s) must be strictly positive.`,e),f_=e=>E(`The price (%s) must be strictly positive.`,e),p_=(e,t)=>E(`The purchase_date (%(purchaseDate)s) must be before the first_period_end (%(firstPeriodEnd)s).`,{purchaseDate:e,firstPeriodEnd:t}),m_=e=>E(`The purchase_date (%s) must be positive or null.`,e),h_=e=>E(`The rate_guess (%s) must be strictly greater than -1.`,e),g_=e=>E(`The rate (%s) must be positive or null.`,e),__=e=>E(`The rate (%s) must be strictly positive.`,e),v_=e=>E(`The redemption (%s) must be strictly positive.`,e),y_=e=>E(`The salvage (%s) must be positive or null.`,e),b_=(e,t)=>E(`The salvage (%(salvage)s) must be smaller or equal than the cost (%(cost)s).`,{salvage:e,cost:t}),x_=(e,t)=>E(`The settlement date (%(settlement)s) must be greater or equal to the issue date (%(issue)s).`,{settlement:e,issue:t}),S_=(e,t)=>E(`The settlement date (%(settlement)s) must at most one year after the maturity date (%(maturity)s).`,{settlement:e,maturity:t}),C_=(e,t)=>E(`The settlement date (%(settlement)s) must be strictly greater than the issue date (%(issue)s).`,{settlement:e,issue:t}),w_=e=>E(`The start_period (%s) must be positive or null.`,e),T_=(e,t)=>E(`The start_period (%(start)s) must be smaller or equal to the end_period (%(end)s).`,{start:e,end:t}),E_=e=>E(`The unit (%s) must be strictly positive.`,e),D_=e=>E(`The yield (%s) must be positive or null.`,e);function O_(e){return e.some(e=>e>0)&&e.some(e=>e<0)}function k_(e){return![0,1,2,3,4].includes(e)}function A_(e){return![1,2,4].includes(e)}function j_(e,t,n){let r=F(e,n),i=F(t,n),a=F(e,n);return a.setFullYear(r.getFullYear()+1),i.getTime()<=a.getTime()}let M_=[{value:0,label:E(`US (NASD) 30/360`)},{value:1,label:E(`Actual/Actual`)},{value:2,label:E(`Actual/360`)},{value:3,label:E(`Actual/365`)},{value:4,label:E(`European 30/360`)}];var N_=l({DATE:()=>F_,DATEDIF:()=>I_,DATEVALUE:()=>L_,DAY:()=>R_,DAYS:()=>z_,DAYS360:()=>B_,EDATE:()=>V_,EOMONTH:()=>H_,HOUR:()=>U_,ISOWEEKNUM:()=>W_,MINUTE:()=>G_,MONTH:()=>K_,MONTH_END:()=>lv,MONTH_START:()=>cv,NETWORKDAYS:()=>q_,NETWORKDAYS_INTL:()=>X_,NOW:()=>Z_,QUARTER:()=>uv,QUARTER_END:()=>fv,QUARTER_START:()=>dv,SECOND:()=>Q_,TIME:()=>$_,TIMEVALUE:()=>ev,TODAY:()=>tv,WEEKDAY:()=>nv,WEEKNUM:()=>rv,WORKDAY:()=>iv,WORKDAY_INTL:()=>av,YEAR:()=>ov,YEARFRAC:()=>sv,YEAR_END:()=>mv,YEAR_START:()=>pv}),P_=function(e){return 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`,e}(P_||{});let F_={description:E(`Converts year/month/day into a date.`),args:[H(`year (number)`,E(`The year component of the date.`)),H(`month (number)`,E(`The month component of the date.`)),H(`day (number)`,E(`The day component of the date.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=Math.trunc(M(n,this.locale));if(r<0||r>9999)return new A(E(`The year (%s) must be between 0 and 9999 inclusive.`,r.toString()));r<1900&&(r+=1900);let o=Ci(new O(r,i-1,a));return o<0?new A(E(`The function [[FUNCTION_NAME]] result must be greater than or equal 01/01/1900.`)):{value:o,format:this.locale.dateFormat}},isExported:!0},I_={description:E(`Calculates the number of days, months, or years between two dates.`),args:[H(`start_date (date)`,E(`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.`)),H(`end_date (date)`,E(`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.`)),H(`unit (string)`,E(`A text abbreviation for unit of time.`),[{value:`Y`,label:E(`The number of whole years between start_date and end_date`)},{value:`M`,label:E(`The number of whole months between start_date and end_date`)},{value:`D`,label:E(`The number of days between start_date and end_date`)},{value:`MD`,label:E(`The number of days between start_date and end_date after subtracting whole months`)},{value:`YM`,label:E(`The number of whole months between start_date and end_date after subtracting whole years`)},{value:`YD`,label:E(`The number of days between start_date and end_date, assuming start_date and end_date were no more than one year apart`)}])],compute:function(e,t,n){let r=N(n).toUpperCase();if(!Object.values(P_).includes(r))return new A(aa(Object.values(P_),N(n)));let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Si(i),s=Si(a);if(a<i)return new A(E(`start_date (%s) should be on or before end_date (%s).`,o.toLocaleDateString(),s.toLocaleDateString()));switch(r){case`Y`:return Mi(o,s);case`M`:return Ai(o,s);case`D`:return ji(o,s);case`YM`:return Ai(o,s)-Mi(o,s)*12;case`MD`:let e=s.getDate()-o.getDate();return e<0&&(e=Ti(new O(s.getFullYear(),s.getMonth()-1,1))-Math.abs(e)),e;case`YD`:{if(Ni(i,a))return ji(o,s);let e=new O(o.getFullYear(),s.getMonth(),s.getDate()),t=ji(o,e);return t<0&&(e.setFullYear(o.getFullYear()+1),t=ji(o,e)),t}}},isExported:!0},L_={description:E(`Converts a date string to a date value.`),args:[H(`date_string (string)`,E(`The string representing the date.`))],compute:function(e){let t=N(e),n=fi(t,this.locale);return n===null?new A(E(`The date_string (%s) cannot be parsed to date/time.`,t.toString())):Math.trunc(n.value)},isExported:!0},R_={description:E(`Day of the month that a specific date falls on.`),args:[H(`date (string)`,E(`The date from which to extract the day.`))],compute:function(e){return F(e,this.locale).getDate()},isExported:!0},z_={description:E(`Number of days between two dates.`),args:[H(`end_date (date)`,E(`The end of the date range.`)),H(`start_date (date)`,E(`The start of the date range.`))],compute:function(e,t){let n=F(e,this.locale),r=F(t,this.locale),i=n.getTime()-r.getTime();return Math.round(i/Qr)},isExported:!0},B_={description:E(`Number of days between two dates on a 360-day year (months of 30 days).`),args:[H(`start_date (date)`,E(`The start date to consider in the calculation.`)),H(`end_date (date)`,E(`The end date to consider in the calculation.`)),H(`method (boolean, default=false)`,E(`An indicator of what day count method to use.`),[{value:!1,label:E(`U.S. NASD method (default)`)},{value:!0,label:E(`European method`)}])],compute:function(e,t,n={value:!1}){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=ki(r,i,P(n)?4:0);return Math.sign(i-r)*Math.round(a*360)},isExported:!0},V_={description:E(`Date a number of months before/after another date.`),args:[H(`start_date (date)`,E(`The date from which to calculate the result.`)),H(`months (number)`,E(`The number of months before (negative) or after (positive) 'start_date' to calculate.`))],compute:function(e,t){return{value:Ci(Di(F(e,this.locale),Math.trunc(M(t,this.locale)),!1)),format:this.locale.dateFormat}},isExported:!0},H_={description:E(`Last day of a month before or after a date.`),args:[H(`start_date (date)`,E(`The date from which to calculate the result.`)),H(`months (number)`,E(`The number of months before (negative) or after (positive) 'start_date' to consider.`))],compute:function(e,t){let n=F(e,this.locale),r=Math.trunc(M(t,this.locale));return{value:Ci(new O(n.getFullYear(),n.getMonth()+r+1,0)),format:this.locale.dateFormat}},isExported:!0},U_={description:E(`Hour component of a specific time.`),args:[H(`time (date)`,E(`The time from which to calculate the hour component.`))],compute:function(e){return F(e,this.locale).getHours()},isExported:!0},W_={description:E(`ISO week number of the year.`),args:[H(`date (date)`,E(`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.`))],compute:function(e){let t=F(e,this.locale),n=t.getFullYear(),r=1;for(;new O(n,0,r).getDay()!==4;)r+=1;let i=new O(n,0,r-3),a=31;for(;new O(n,11,a).getDay()!==4;)--a;let o=new O(n,11,a+3),s;s=i.getTime()<=t.getTime()?t.getTime()<=o.getTime()?0:1:-1;let c;switch(s){case 0:c=i;break;case 1:c=new O(n,11,a+3+1);break;case-1:let e=1;for(;new O(n-1,0,e).getDay()!==4;)e+=1;c=new O(n-1,0,e-3);break}let l=(t.getTime()-c.getTime())/Qr;return Math.floor(l/7)+1},isExported:!0},G_={description:E(`Minute component of a specific time.`),args:[H(`time (date)`,E(`The time from which to calculate the minute component.`))],compute:function(e){return F(e,this.locale).getMinutes()},isExported:!0},K_={description:E(`Month of the year a specific date falls in`),args:[H(`date (date)`,E(`The date from which to extract the month.`))],compute:function(e){return F(e,this.locale).getMonth()+1},isExported:!0},q_={description:E(`Net working days between two provided days.`),args:[H(`start_date (date)`,E(`The start date of the period from which to calculate the number of net working days.`)),H(`end_date (date)`,E(`The end date of the period from which to calculate the number of net working days.`)),H(`holidays (date, range<date>, optional)`,E(`A range or array constant containing the date serial numbers to consider holidays.`))],compute:function(e,t,n){return X_.compute.bind(this)(e,t,{value:1},n)},isExported:!0};function J_(e){let t=e?.value;if(typeof t==`string`){Nu(t.length===7&&[...t].every(e=>e===`0`||e===`1`),E(`When weekend is a string (%s) it must be composed of "0" or "1".`,t));let e=[];for(let n=0;n<7;n++)t[n]===`1`&&e.push((n+1)%7);return e}if(typeof t==`number`)return Nu(1<=t&&t<=7||11<=t&&t<=17,E(`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 A(E(`The weekend must be a number or a string.`))}let Y_=[{value:1,label:E(`Saturday/Sunday are weekends`)},{value:2,label:E(`Sunday/Monday are weekends`)},{value:3,label:E(`Monday/Tuesday are weekends`)},{value:4,label:E(`Tuesday/Wednesday are weekends`)},{value:5,label:E(`Wednesday/Thursday are weekends`)},{value:6,label:E(`Thursday/Friday are weekends`)},{value:7,label:E(`Friday/Saturday are weekends`)},{value:11,label:E(`Sunday is the only weekend`)},{value:12,label:E(`Monday is the only weekend`)},{value:13,label:E(`Tuesday is the only weekend`)},{value:14,label:E(`Wednesday is the only weekend`)},{value:15,label:E(`Thursday is the only weekend`)},{value:16,label:E(`Friday is the only weekend`)},{value:17,label:E(`Saturday is the only weekend`)}],X_={description:E(`Net working days between two dates (specifying weekends).`),args:[H(`start_date (date)`,E(`The start date of the period from which to calculate the number of net working days.`)),H(`end_date (date)`,E(`The end date of the period from which to calculate the number of net working days.`)),H(`weekend (any, default=1)`,E(`A number or string representing which days of the week are considered weekends.`),Y_),H(`holidays (date, range<date>, optional)`,E(`A range or array constant containing the dates to consider as holidays.`))],compute:function(e,t,n={value:1},r){let i=F(e,this.locale),a=F(t,this.locale),o=J_(n),s=new Set;r!==void 0&&_a([r],e=>{let t=F(e,this.locale);s.add(t.getTime())});let c=i.getTime()>a.getTime(),l=O.fromTimestamp((c?i:a).getTime()),u=O.fromTimestamp((c?a:i).getTime()),d=l.getTime(),f=u.getTime(),p=0;for(;f<=d;)!o.includes(u.getDay())&&!s.has(f)&&(p+=1),u.setDate(u.getDate()+1),f=u.getTime();return c?-p:p},isExported:!0},Z_={description:E(`Current date and time as a date value.`),args:[],compute:function(){let e=O.now(),t=e.getTime()-Zr.getTime(),n=e.getHours()/24+e.getMinutes()/1440+e.getSeconds()/86400;return{value:Math.floor(t/Qr)+n,format:Ou(this.locale)}},isExported:!0},Q_={description:E(`Minute component of a specific time.`),args:[H(`time (date)`,E(`The time from which to calculate the second component.`))],compute:function(e){return F(e,this.locale).getSeconds()},isExported:!0},$_={description:E(`Converts hour/minute/second into a time.`),args:[H(`hour (number)`,E(`The hour component of the time.`)),H(`minute (number)`,E(`The minute component of the time.`)),H(`second (number)`,E(`The second component of the time.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=Math.trunc(M(n,this.locale));return i+=Math.floor(a/60),a=a%60+(a<0?60:0),r+=Math.floor(i/60),i=i%60+(i<0?60:0),r%=24,r<0?new A(E(`The function [[FUNCTION_NAME]] result cannot be negative`)):{value:r/24+i/1440+a/(1440*60),format:this.locale.timeFormat}},isExported:!0},ev={description:E(`Converts a time string into its serial number representation.`),args:[H(`time_string (string)`,E(`The string that holds the time representation.`))],compute:function(e){let t=N(e),n=fi(t,this.locale);if(n===null)return new A(E(`The time_string (%s) cannot be parsed to date/time.`,t));let r=n.value-Math.trunc(n.value);return r<0?1+r:r},isExported:!0},tv={description:E(`Current date as a date value.`),args:[],compute:function(){let e=O.now();return{value:Ci(new O(e.getFullYear(),e.getMonth(),e.getDate())),format:this.locale.dateFormat}},isExported:!0},nv={description:E(`Day of the week of the date provided (as number).`),args:[H(`date (date)`,E(`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.`)),H(`type (number, default=1)`,E(`A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1.`),[{value:1,label:E(`Numbers 1 (Sunday) trough 7 (Saturday)`)},{value:2,label:E(`Numbers 1 (Monday) trough 7 (Sunday)`)},{value:3,label:E(`Numbers 0 (Monday) trough 6 (Sunday)`)},{value:11,label:E(`Numbers 1 (Monday) trough 7 (Sunday)`)},{value:12,label:E(`Numbers 1 (Tuesday) trough 7 (Monday)`)},{value:13,label:E(`Numbers 1 (Wednesday) trough 7 (Tuesday)`)},{value:14,label:E(`Numbers 1 (Thursday) trough 7 (Wednesday)`)},{value:15,label:E(`Numbers 1 (Friday) trough 7 (Thursday)`)},{value:16,label:E(`Numbers 1 (Saturday) trough 7 (Friday)`)},{value:17,label:E(`Numbers 1 (Sunday) trough 7 (Saturday)`)}])],compute:function(e,t={value:1}){let n=F(e,this.locale),r=Math.round(M(t,this.locale)),i=n.getDay();if(!(1<=r&&r<=3)&&!(11<=r&&r<=17))return new A(E(`The type (%s) must be between 1 and 3 or between 11 and 17.`,r));switch(r){case 1:return i+1;case 2:return i===0?7:i;case 3:return i===0?6:i-1}let a=r-10,o=(i+1-a+7)%7;return o===0?7:o},isExported:!0},rv={description:E(`Week number of the year.`),args:[H(`date (date)`,E(`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.`)),H(`type (number, default=1)`,E(`A number representing the day that a week starts on. Sunday = 1.`),[{value:1,label:E(`Sunday`)},{value:2,label:E(`Monday`)},{value:11,label:E(`Monday`)},{value:12,label:E(`Tuesday`)},{value:13,label:E(`Wednesday`)},{value:14,label:E(`Thursday`)},{value:15,label:E(`Friday`)},{value:16,label:E(`Saturday`)},{value:17,label:E(`Sunday`)},{value:21,label:E(`ISO week number (Monday as first day of the week)`)}])],compute:function(e,t={value:1}){let n=F(e,this.locale),r=Math.round(M(t,this.locale));if(![1,2,11,12,13,14,15,16,17,21].includes(r))return new A(E(`The type (%s) is out of range.`,r.toString()));if(r===21)return W_.compute.bind(this)(e);let i;i=r===1||r===2?r-1:r-10==7?0:r-10;let a=n.getFullYear(),o=1,s=new O(a,0,o);for(;s.getDay()!==i;)o+=1,s=new O(a,0,o);let c=(n.getTime()-s.getTime())/Qr;return c<0?1:Math.floor(c/7)+(o===1?1:2)},isExported:!0},iv={description:E(`Date after a number of workdays.`),args:[H(`start_date (date)`,E(`The date from which to begin counting.`)),H(`num_days (number)`,E(`The number of working days to advance from start_date. If negative, counts backwards.`)),H(`holidays (date, range<date>, optional)`,E(`A range or array constant containing the dates to consider holidays.`))],compute:function(e,t,n={value:null}){return av.compute.bind(this)(e,t,{value:1},n)},isExported:!0},av={description:E(`Date after a number of workdays (specifying weekends).`),args:[H(`start_date (date)`,E(`The date from which to begin counting.`)),H(`num_days (number)`,E(`The number of working days to advance from start_date. If negative, counts backwards.`)),H(`weekend (any, default=1)`,E(`A number or string representing which days of the week are considered weekends.`),Y_),H(`holidays (date, range<date>, optional)`,E(`A range or array constant containing the dates to consider holidays.`))],compute:function(e,t,n={value:1},r){let i=F(e,this.locale),a=Math.trunc(M(t,this.locale));if(n.value===`1111111`)return new A(E(`The weekend must be different from '1111111'.`));let o=J_(n),s=new Set;r!==void 0&&_a([r],e=>{let t=F(e,this.locale);s.add(t.getTime())});let c=O.fromTimestamp(i.getTime()),l=c.getTime(),u=Math.sign(a),d=Math.abs(a);for(;d>0;)c.setDate(c.getDate()+u),l=c.getTime(),!o.includes(c.getDay())&&!s.has(l)&&--d;let f=l-Zr.getTime();return{value:Math.round(f/Qr),format:this.locale.dateFormat}},isExported:!0},ov={description:E(`Year specified by a given date.`),args:[H(`date (date)`,E(`The date from which to extract the year.`))],compute:function(e){return F(e,this.locale).getFullYear()},isExported:!0},sv={description:E(`Exact number of years between two dates.`),args:[H(`start_date (date)`,E(`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.`)),H(`end_date (date)`,E(`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.`)),H(`day_count_convention (number, default=0)`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n={value:0}){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=Math.trunc(M(n,this.locale));return r<0?new A(E(`The start_date (%s) must be positive or null.`,r)):i<0?new A(E(`The end_date (%s) must be positive or null.`,i)):0>a||a>4?new A(E(`The day_count_convention (%s) must be between 0 and 4 inclusive.`,a)):ki(r,i,a)}},cv={description:E(`First day of the month preceding a date.`),args:[H(`date (date)`,E(`The date from which to calculate the result.`))],compute:function(e){let t=F(e,this.locale);return{value:Ci(new O(t.getFullYear(),t.getMonth(),1)),format:this.locale.dateFormat}}},lv={description:E(`Last day of the month following a date.`),args:[H(`date (date)`,E(`The date from which to calculate the result.`))],compute:function(e){return H_.compute.bind(this)(e,{value:0})}},uv={description:E(`Quarter of the year a specific date falls in`),args:[H(`date (date)`,E(`The date from which to extract the quarter.`))],compute:function(e){return Math.ceil((F(e,this.locale).getMonth()+1)/3)}},dv={description:E(`First day of the quarter of the year a specific date falls in.`),args:[H(`date (date)`,E(`The date from which to calculate the start of quarter.`))],compute:function(e){let t=uv.compute.bind(this)(e);return{value:Ci(new O(ov.compute.bind(this)(e),(t-1)*3,1)),format:this.locale.dateFormat}}},fv={description:E(`Last day of the quarter of the year a specific date falls in.`),args:[H(`date (date)`,E(`The date from which to calculate the end of quarter.`))],compute:function(e){let t=uv.compute.bind(this)(e);return{value:Ci(new O(ov.compute.bind(this)(e),t*3,0)),format:this.locale.dateFormat}}},pv={description:E(`First day of the year a specific date falls in.`),args:[H(`date (date)`,E(`The date from which to calculate the start of the year.`))],compute:function(e){return{value:Ci(new O(ov.compute.bind(this)(e),0,1)),format:this.locale.dateFormat}}},mv={description:E(`Last day of the year a specific date falls in.`),args:[H(`date (date)`,E(`The date from which to calculate the end of the year.`))],compute:function(e){return{value:Ci(new O(ov.compute.bind(this)(e)+1,0,0)),format:this.locale.dateFormat}}};var hv=l({DELTA:()=>gv});let gv={description:E(`Compare two numeric values, returning 1 if they're equal.`),args:[H(`number1 (number)`,E(`The first number to compare.`)),H(`number2 (number, default=0)`,E(`The second number to compare.`))],compute:function(e,t={value:0}){return+(M(e,this.locale)===M(t,this.locale))},isExported:!0},_v=[`number`,`error`,`text`,`boolean`];function vv(e){let t=e===`asc`?1:-1;return(e,n)=>{if(e.type===`empty`)return n.type===`empty`?0:1;if(n.type===`empty`)return-1;let r=_v.indexOf(e.type)-_v.indexOf(n.type);return r===0&&(r=e.type===`text`||e.type===`error`?e.value.localeCompare(n.value):e.value-n.value),t*r}}function yv(e,t,n){let r=e.map((e,t)=>({index:t,type:e.type,value:e.value}));return(n?r.map(e=>e.type===`empty`?{...e,type:`number`,value:0}:e):r).sort(vv(t))}function bv(e,t,n,r,i){let a=r.right>r.left;if(e.model.getters.doesIntersectMerge(t,r)){a=!1;let n;for(let i=r.top;i<=r.bottom;i++){n=[];for(let a=r.left;a<=r.right;a++){let r=e.model.getters.getMerge({sheetId:t,col:a,row:i});r&&!n.includes(r.id.toString())&&n.push(r.id.toString())}if(n.length>=2){a=!0;break}}}if(a){xv(e,t,n,r,i);return}let o=e.model.getters.getContiguousZone(t,r);zs(o,r)?xv(e,t,n,r,i):e.askConfirmation(E(`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?`),()=>xv(e,t,n,o,i),()=>xv(e,t,n,r,i))}function xv(e,t,n,r,i,a){let o=e.model.dispatch(`SORT_CELLS`,{sheetId:t,col:n.col,row:n.row,zone:r,sortDirection:i,sortOptions:a});if(o.isCancelledBecause(`InvalidSortZone`)){let{col:t,row:i}=n;e.model.selection.selectZone({cell:{col:t,row:i},zone:r}),e.raiseError(E(`Cannot sort. To sort, select only cells or only merges that have the same size.`))}if(o.isCancelledBecause(`SortZoneWithArrayFormulas`)){let{col:t,row:i}=n;e.model.selection.selectZone({cell:{col:t,row:i},zone:r}),e.raiseError(E(`Cannot sort a zone with array formulas.`))}}var Sv=l({FILTER:()=>wv,SORT:()=>Tv,SORTN:()=>Ev,UNIQUE:()=>Dv});function Cv(e,t,...n){for(let e=0;e<n.length;e++){let t=e%2==0?`sort_column`:`is_ascending`;Nu(n[e]!==void 0,E(`Value for parameter %s is missing in [[FUNCTION_NAME]].`,t))}let r=[],i=[],a=e.length;for(let o=0;o<n.length;o+=2){r.push(P(Uu(n[o+1])?.value)?`asc`:`desc`);let s=n[o];if(Ir(s)&&(s.length>1||s[0].length>1))Nu(s.length===1&&s[0].length===a,E(`Wrong size for %s. Expected a range of size 1x%s. Got %sx%s.`,`sort_column${o+1}`,a,s.length,s[0].length)),i.push(s.flat().map(e=>e.value));else{let n=M(Uu(s)?.value,t);if(n<1||n>e[0].length)return e;i.push(e.map(e=>e[n-1].value))}}if(i.length===0)for(let t=0;t<e[0].length;t++)i.push(e.map(e=>e[t].value)),r.push(`asc`);let o={desc:vv(`desc`),asc:vv(`asc`)},s=S(0,e.length);return s.sort((e,t)=>{for(let[n,a]of i.entries()){let i=a[e],s=a[t],c={value:i,type:i===null?`empty`:typeof i==`string`?`text`:typeof i},l={value:s,type:s===null?`empty`:typeof s==`string`?`text`:typeof s},u=o[r[n]](c,l);if(u!==0)return u}return 0}),s.map(t=>e[t])}let wv={description:E(`Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions.`),args:[H(`range (any, range<any>)`,E(`The data to be filtered.`)),H(`condition1 (boolean, range<boolean>)`,E(`A column or row containing true or false values corresponding to the first column or row of range.`)),H(`condition2 (boolean, range<boolean>, repeating)`,E(`Additional column or row containing true or false values.`))],compute:function(e,...t){let n=I(e),r=t.map(e=>wa(I(e),e=>e.value));for(let e of r)if(!Fu(e))return new A(E(`The arguments condition must be a single column or row.`));if(!Iu(...t))return new A(E(`The arguments conditions must have the same dimensions.`));let i=r.map(e=>e.flat()),a=r[0].length===1?`row`:`col`;if(n=a===`row`?Ea(n):n,i.some(e=>e.length!==n.length))return new A(E(`FILTER has mismatched sizes on the range and conditions.`));let o=[];for(let e=0;e<n.length;e++){let t=n[e];i.every(t=>(typeof t[e]==`boolean`||typeof t[e]==`number`)&&t[e])&&o.push(t)}return o.length?a===`row`?Ea(o):o:new Xi(E(`No match found in FILTER evaluation`))},isExported:!1},Tv={description:E(`Sorts the rows of a given array or range by the values in one or more columns.`),args:[H(`range (range)`,E(`The data to be sorted.`)),H(`sort_column (any, range<number>, repeating)`,E(`The index of the column in range or a range outside of range containing the values by which to sort.`)),H(`is_ascending (boolean, repeating)`,E(`TRUE or FALSE indicating whether to sort sort_column in ascending order.`),[{value:!0,label:E(`Ascending`)},{value:!1,label:E(`Descending`)}])],compute:function(e,...t){return Ea(Cv(Ea(e),this.locale,...t))},isExported:!0},Ev={description:E(`Returns the first n items in a data set after performing a sort.`),args:[H(`range (range)`,E(`The data to be sorted.`)),H(`n (number)`,E(`The number of items to return.`)),H(`display_ties_mode (number, default=0)`,E(`A number representing the way to display ties.`)),H(`sort_column (number, range<number>, repeating)`,E(`The index of the column in range or a range outside of range containing the values by which to sort.`)),H(`is_ascending (boolean, repeating)`,E(`TRUE or FALSE indicating whether to sort sort_column in ascending order.`),[{value:!0,label:E(`Ascending`)},{value:!1,label:E(`Descending`)}])],compute:function(e,t,...n){let r=M(t?.value??1,this.locale),i=n.length%2==0?0:M(n[0]?.value,this.locale),a=n.length%2==0?n:n.slice(1);if(r<0)return new A(E(`Wrong value of 'n'. Expected a positive number. Got %s.`,r));if(i<0||i>3)return new A(E(`Wrong value of 'display_ties_mode'. Expected a positive number between 0 and 3. Got %s.`,i));let o=Cv(Ea(e),this.locale,...a),s=(e,t)=>JSON.stringify(o[e].map(e=>e.value))===JSON.stringify(o[t].map(e=>e.value));switch(i){case 0:return Ea(o.slice(0,r));case 1:for(let e=r;e<o.length;e++)if(!s(e,r-1))return Ea(o.slice(0,e));return Ea(o);case 2:{let e=[o[0]];for(let t=1;t<o.length;t++)for(let n=0;n<t&&!s(t,n);n++)n===t-1&&e.push(o[t]);return Ea(e.slice(0,r))}case 3:{let e=[o[0]],t=1;for(let n=1;n<o.length&&(s(n,n-1)||t++,!(t>r));n++)e.push(o[n]);return Ea(e)}}},isExported:!1},Dv={description:E(`Unique rows in the provided source range.`),args:[H(`range (any, range<any>)`,E(`The data to filter by unique entries.`)),H(`by_column (boolean, default=FALSE)`,E(`Whether to filter the data by columns or by rows.`),[{value:!0,label:E(`Return unique columns`)},{value:!1,label:E(`Return unique rows`)}]),H(`exactly_once (boolean, default=FALSE)`,E(`Whether to return only entries with no duplicates.`),[{value:!0,label:E(`Return items that appear exactly once`)},{value:!1,label:E(`Return every distinct item`)}])],compute:function(e={value:``},t,n){if(!Ir(e))return[[e]];let r=P(t?.value)||!1,i=P(n?.value)||!1;r||(e=Ea(e));let a=new Map;for(let t of e){let e=JSON.stringify(t.map(e=>e.value)),n=a.get(e);n?n.count++:a.set(e,{data:t,count:1})}let o=[];for(let e of a.values())i&&e.count>1||o.push(e.data);return o.length?r?o:Ea(o):new A(E(`No unique values found`))},isExported:!0};var Ov=l({ACCRINTM:()=>Nv,AMORLINC:()=>Pv,COUPDAYBS:()=>Iv,COUPDAYS:()=>Fv,COUPDAYSNC:()=>Lv,COUPNCD:()=>Rv,COUPNUM:()=>zv,COUPPCD:()=>Bv,CUMIPMT:()=>Vv,CUMPRINC:()=>Hv,DB:()=>Uv,DDB:()=>Gv,DISC:()=>Kv,DOLLARDE:()=>qv,DOLLARFR:()=>Jv,DURATION:()=>Yv,EFFECT:()=>Xv,FV:()=>Qv,FVSCHEDULE:()=>$v,INTRATE:()=>ey,IPMT:()=>ny,IRR:()=>iy,ISPMT:()=>ay,MDURATION:()=>oy,MIRR:()=>sy,NOMINAL:()=>cy,NPER:()=>ly,NPV:()=>dy,PDURATION:()=>fy,PMT:()=>my,PPMT:()=>gy,PRICE:()=>vy,PRICEDISC:()=>yy,PRICEMAT:()=>by,PV:()=>_y,RATE:()=>Sy,RECEIVED:()=>Cy,RRI:()=>wy,SLN:()=>Ty,SYD:()=>Ey,TBILLEQ:()=>ky,TBILLPRICE:()=>Oy,TBILLYIELD:()=>Ay,VDB:()=>jy,XIRR:()=>My,XNPV:()=>Ny,YIELD:()=>Py,YIELDDISC:()=>Fy,YIELDMAT:()=>Iy});let kv=[{value:1,label:E(`Annual`)},{value:2,label:E(`Semi-annual`)},{value:4,label:E(`Quarterly`)}],Av=[{value:0,label:E(`End of period (default)`)},{value:1,label:E(`Beginning of period`)}],jv=[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)];function Mv(e,t,n,r,i=1e-10,a){let o=n,s,c,l,u=!1,d=0,f;do{if(l=e(o),isNaN(l)){Nu(d<r&&a!==void 0,E(`Function [[FUNCTION_NAME]] didn't find any result.`)),d++,o=a(f),f=o;continue}s=o-l/t(o),c=Math.abs(s-o),o=s,u=c<i||Math.abs(l)<i,Nu(d<r,E(`Function [[FUNCTION_NAME]] didn't find any result.`)),d++}while(!u);return o}let Nv={description:E(`Accrued interest of security paying at maturity.`),args:[H(`issue (date)`,E(`The date the security was initially issued.`)),H(`maturity (date)`,E(`The maturity date of the security.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(r,this.locale),c=M(n,this.locale),l=Math.trunc(M(i,this.locale));if(a<0)return new A(Xg(a));if(a>=o)return new A(e_(a,o));if(k_(l))return new A(Lg(l));if(s<=0)return new A(v_(s));if(c<=0)return new A(__(c));let u=ki(a,o,l);return s*c*u},isExported:!0},Pv={description:E(`Depreciation for an accounting period.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`purchase_date (date)`,E(`The date the asset was purchased.`)),H(`first_period_end (date)`,E(`The date the first period ended.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`period (number)`,E(`The single period within life for which to calculate depreciation.`)),H(`rate (number)`,E(`The deprecation rate.`)),H(`day_count_convention (number, optional)`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a,o={value:0}){o||=0;let s=M(e,this.locale),c=Math.trunc(M(t,this.locale)),l=Math.trunc(M(n,this.locale)),u=M(r,this.locale),d=M(i,this.locale),f=M(a,this.locale),p=Math.trunc(M(o,this.locale));if(s<=0)return new A(Fg(s));if(c<0)return new A(m_(c));if(u<0)return new A(y_(u));if(u>s)return new A(b_(u,s));if(d<0)return new A(s_(d));if(f<=0)return new A(__(f));if(k_(p))return new A(Lg(p));if(c>l)return new A(p_(c,l));let m=d<1&&d>0?1:Math.trunc(d),h=s*f,g=ki(c,l,p),_=c===l?h:h*g,v=s-_-h*m;return v>=u?m===0?_:h:u-v<h?h-(u-v):0},isExported:!0},Fv={description:E(`Days in coupon period containing settlement date.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));if(s===1){let i=Bv.compute.bind(this)(e,t,n,r).value,a=Rv.compute.bind(this)(e,t,n,r).value;return M(a,this.locale)-M(i,this.locale)}return(s===3?365:360)/o},isExported:!0},Iv={description:E(`Days from settlement until next coupon.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=Bv.compute.bind(this)(e,t,n,r).value,l=M(c,this.locale);if([1,2,3].includes(s))return i-l;if(s===4){let e=ki(l,i,s);return Math.round(e*360)}let u=F(i,this.locale),d=F(l,this.locale),f=d.getFullYear(),p=u.getFullYear(),m=d.getMonth()+1,h=u.getMonth()+1,g=d.getDate(),_=u.getDate();return m===2&&h===2&&Ei(d)&&Ei(u)&&(_=30),_===31&&(g===30||g===31)&&(_=30),m===2&&Ei(d)&&(g=30),g===31&&(g=30),(p-f)*360+(h-m)*30+(_-g)},isExported:!0},Lv={description:E(`Days from settlement until next coupon.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=Rv.compute.bind(this)(e,t,n,r).value,l=M(c,this.locale);if([1,2,3].includes(s))return l-i;if(s===4){let e=ki(i,l,s);return Math.round(e*360)}let u=Iv.compute.bind(this)(e,t,n,r);return M(Fv.compute.bind(this)(e,t,n,r),this.locale)-M(u,this.locale)},isExported:!0},Rv={description:E(`Next coupon date after the settlement date.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=12/o,l=zv.compute.bind(this)(e,t,n,r);return{value:Ci(Di(F(a,this.locale),-(M(l,this.locale)-1)*c,!0)),format:this.locale.dateFormat}},isExported:!0},zv={description:E(`Number of coupons between settlement and maturity.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=1,l=a,u=12/o;for(;l>i;)l=Ci(Di(F(l,this.locale),-u,!1)),c++;return c-1},isExported:!0},Bv={description:E(`Last coupon date prior to or on the settlement date.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=12/o,l=zv.compute.bind(this)(e,t,n,r);return{value:Ci(Di(F(a,this.locale),-l*c,!0)),format:this.locale.dateFormat}},isExported:!0},Vv={description:E(`Cumulative interest paid over a set of periods.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`first_period (number)`,E(`The number of the payment period to begin the cumulative calculation.`)),H(`last_period (number)`,E(`The number of the payment period to end the cumulative calculation.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r,i,a={value:0}){let o=M(r,this.locale),s=M(i,this.locale),c=M(e,this.locale),l=M(n,this.locale),u=M(t,this.locale),d=+!!P(a);if(u<=0)return new A(i_(u));if(o<=0)return new A(qg(o));if(s<=0)return new A(Qg(s));if(o>s)return new A(Kg(o,s));if(s>u)return new A(Zg(s,u));if(c<=0)return new A(__(c));if(l<=0)return new A(d_(l));let f=0;for(let e=o;e<=s;e++)f+=ty(c,e,u,l,0,d);return f},isExported:!0},Hv={description:E(`Cumulative principal paid over a set of periods.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`first_period (number)`,E(`The number of the payment period to begin the cumulative calculation.`)),H(`last_period (number)`,E(`The number of the payment period to end the cumulative calculation.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r,i,a={value:0}){let o=M(r,this.locale),s=M(i,this.locale),c=M(e,this.locale),l=M(n,this.locale),u=M(t,this.locale),d=+!!P(a);if(u<=0)return new A(i_(u));if(o<=0)return new A(qg(o));if(s<=0)return new A(Qg(s));if(o>s)return new A(Kg(o,s));if(s>u)return new A(Zg(s,u));if(c<=0)return new A(__(c));if(l<=0)return new A(d_(l));let f=0;for(let e=o;e<=s;e++)f+=hy(c,e,u,l,0,d);return f},isExported:!0},Uv={description:E(`Depreciation via declining balance method.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`)),H(`period (number)`,E(`The single period within life for which to calculate depreciation.`)),H(`month (number, optional)`,E(`The number of months in the first year of depreciation.`))],compute:function(e,t,n,r,...i){let a=M(e,this.locale),o=M(t,this.locale),s=M(n,this.locale),c=Math.trunc(M(r,this.locale)),l=i.length?Math.trunc(M(i[0],this.locale)):12,u=s+(l===12?0:1);if(a<0)return new A(Pg(a));if(o<0)return new A(y_(o));if(c<=0)return new A(u_(c));if(s<=0)return new A($g(s));if(1>l||l>12)return new A(t_(l));if(c>u)return new A(o_(c,u));let d=l/12,f=1-(o/a)**(1/s);f=Math.round(f*1e3)/1e3;let p=a,m=a*(1-f*d);for(let e=1;e<c;e++)p=m,m=p*(1-f),e===s&&(m=p*(1-f*(1-d)));return{value:p-m,format:`#,##0.00`}},isExported:!0},Wv=`#,##0.00`,Gv={description:E(`Depreciation via double-declining balance method.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`)),H(`period (number)`,E(`The single period within life for which to calculate depreciation.`)),H(`factor (number, default=2)`,E(`The factor by which depreciation decreases.`))],compute:function(e,t,n,r,i={value:2}){let a=M(e,this.locale),o=M(t,this.locale),s=M(n,this.locale),c=M(r,this.locale),l=M(i,this.locale);if(a<0)return new A(Pg(a));if(o<0)return new A(y_(o));if(c<=0)return new A(u_(c));if(s<=0)return new A($g(s));if(c>s)return new A(l_(c,s));if(l<=0)return new A(Rg(l));if(a===0||o>=a)return{value:0,format:Wv};let u=l/s;if(u>1)return{value:c===1?a-o:0,format:Wv};if(c<=1)return{value:a*u,format:Wv};let d=a*(1-u)**(c-1),f=a*(1-u)**c,p=f<o?d-o:d-f;return{value:Math.max(p,0),format:Wv}},isExported:!0},Kv={description:E(`Discount rate of a security based on price.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`price (number)`,E(`The price at which the security is bought per 100 face value.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){i||=0;let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(n,this.locale),c=M(r,this.locale),l=Math.trunc(M(i,this.locale));if(a>=o)return new A(e_(a,o));if(k_(l))return new A(Lg(l));if(s<=0)return new A(f_(s));if(c<=0)return new A(v_(c));let u=ki(a,o,l);return(c-s)/c/u},isExported:!0},qv={description:E(`Convert a decimal fraction to decimal value.`),args:[H(`fractional_price (number)`,E(`The price quotation given using fractional decimal conventions.`)),H(`unit (number)`,E(`The units of the fraction, e.g. 8 for 1/8ths or 32 for 1/32nds.`))],compute:function(e,t){let n=M(e,this.locale),r=Math.trunc(M(t,this.locale));if(r<=0)return new A(E_(r));let i=Math.trunc(n);return i+(n-i)*(10**Math.ceil(Math.log10(r))/r)},isExported:!0},Jv={description:E(`Convert a decimal value to decimal fraction.`),args:[H(`decimal_price (number)`,E(`The price quotation given as a decimal value.`)),H(`unit (number)`,E(`The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds.`))],compute:function(e,t){let n=M(e,this.locale),r=Math.trunc(M(t,this.locale));if(r<=0)return new A(E_(r));let i=Math.trunc(n);return i+(n-i)*(r/10**Math.ceil(Math.log10(r)))},isExported:!0},Yv={description:E(`Number of periods for an investment to reach a value.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`yield (number)`,E(`The expected annual yield of the security.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a={value:0}){let o=Math.trunc(M(e,this.locale)),s=Math.trunc(M(t,this.locale)),c=M(n,this.locale),l=M(r,this.locale),u=Math.trunc(M(i,this.locale)),d=Math.trunc(M(a,this.locale));if(o>=s)return new A(e_(o,s));if(A_(u))return new A(Ig(u));if(k_(d))return new A(Lg(d));if(c<0)return new A(g_(c));if(l<0)return new A(D_(l));let f=ki(o,s,d),p=f-Math.trunc(f)||1/u,m=Math.ceil(f*u),h=c/u,g=l/u,_=0,v=0;for(let e=1;e<=m;e++){let t=(h+ +(e===m))/(1+g)**e;v+=(p+(e-1)/u)*t,_+=t}return _===0?0:v/_},isExported:!0},Xv={description:E(`Annual effective interest rate.`),args:[H(`nominal_rate (number)`,E(`The nominal interest rate per year.`)),H(`periods_per_year (number)`,E(`The number of compounding periods per year.`))],compute:function(e,t){let n=M(e,this.locale),r=Math.trunc(M(t,this.locale));return n<=0?new A(n_(n)):r<=0?new A(c_(r)):(1+n/r)**+r-1},isExported:!0};function Zv(e,t,n,r,i){return e===0?-(r+n*t):-r*(1+e)**t-n*(1+e*i)*((1+e)**t-1)/e}let Qv={description:E(`Future value of an annuity investment.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`payment_amount (number)`,E(`The amount per period to be paid.`)),H(`present_value (number, default=0)`,E(`The current value of the annuity.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r={value:0},i={value:0}){return r||=0,i||=0,{value:Zv(M(e,this.locale),M(t,this.locale),M(n,this.locale),M(r,this.locale),+!!P(i)),format:`#,##0.00`}},isExported:!0},$v={description:E(`Future value of principal from series of rates.`),args:[H(`principal (number)`,E(`The amount of initial capital or value to compound against.`)),H(`rate_schedule (number, range<number>)`,E(`A series of interest rates to compound against the principal.`))],compute:function(e,t){let n=M(e,this.locale);return ba([t],(e,t)=>e*(1+M(t,this.locale)),n)},isExported:!0},ey={description:E(`Calculates effective interest rate.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`investment (number)`,E(`The amount invested in the security.`)),H(`redemption (number)`,E(`The amount to be received at maturity.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(r,this.locale),c=M(n,this.locale),l=Math.trunc(M(i,this.locale));if(a>=o)return new A(e_(a,o));if(c<=0)return new A(Yg(c));if(s<=0)return new A(v_(s));if(k_(l))return new A(Lg(l));let u=ki(a,o,l);return(s-c)/c/u},isExported:!0};function ty(e,t,n,r,i,a){return py(e,n,r,i,a)-hy(e,t,n,r,i,a)}let ny={description:E(`Payment on the principal of an investment.`),args:[H(`rate (number)`,E(`The annualized rate of interest.`)),H(`period (number)`,E(`The amortization period, in terms of number of periods.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r,i={value:0},a={value:0}){return{value:ty(M(e,this.locale),M(t,this.locale),M(n,this.locale),M(r,this.locale),M(i,this.locale),+!!P(a)),format:`#,##0.00`}},isExported:!0},ry=.1,iy={description:E(`Internal rate of return given periodic cashflows.`),args:[H(`cashflow_amounts (number, range<number>)`,E(`An array or range containing the income or payments associated with the investment.`)),H(`rate_guess (number, default=${ry})`,E(`An estimate for what the internal rate of return will be.`))],compute:function(e,t={value:ry}){let n=M(t,this.locale);if(n<=-1)return new A(h_(n));let r=!1,i=!1,a=[];if(va([e],({value:e})=>{e>0&&(r=!0),e<0&&(i=!0),a.push(e)},this.locale),!r||!i)return new A(Ng);let o=a.shift();function s(e,t,n){let r=n.length,i=0;return n.reduce((t,n)=>(i++,t+n*e**(r-i)),t*e**r)}function c(e,t,n){let r=n.length,i=0;return n.reduce((t,n)=>(i++,t+n*(r-i)*e**(r-i-1)),t*r*e**(r-1))}function l(e){return s(e,o,a)}function u(e){return c(e,o,a)}return{value:Mv(l,u,n+1,20,1e-5)-1,format:`0%`}},isExported:!0},ay={description:E(`Returns the interest paid at a particular period of an investment.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`period (number)`,E(`The period for which you want to view the interest payment.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`))],compute:function(e,t,n,r){let i=M(e,this.locale),a=M(t,this.locale),o=M(n,this.locale),s=M(r,this.locale);return o===0?new A(r_(o)):-1*(s-a/o*s)*i},isExported:!0},oy={description:E(`Modified Macaulay duration.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`yield (number)`,E(`The expected annual yield of the security.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`))],compute:function(e,t,n,r,i,a={value:0}){let o=Yv.compute.bind(this)(e,t,n,r,i,a),s=M(r,this.locale),c=Math.trunc(M(i,this.locale));return M(o,this.locale)/(1+s/c)},isExported:!0},sy={description:E(`Modified internal rate of return.`),args:[H(`cashflow_amounts (range<number>)`,E(`A range containing the income or payments associated with the investment. The array should contain bot payments and incomes.`)),H(`financing_rate (number)`,E(`The interest rate paid on funds invested.`)),H(`reinvestment_return_rate (number)`,E(`The return (as a percentage) earned on reinvestment of income received from the investment.`))],compute:function(e,t,n){let r=M(t,this.locale),i=M(n,this.locale),a=Ea(e).flat().filter(e=>e.value!==null).map(e=>M(e,this.locale)),o=a.length,s=0,c=0;for(let e of S(0,o)){let t=a[e];t>=0?s+=t*(i+1)**(o-e-1):c+=t/(r+1)**e}if(c===0||s===0)return new A(Ng);let l=1/(o-1);return(-s/c)**l-1},isExported:!0},cy={description:E(`Annual nominal interest rate.`),args:[H(`effective_rate (number)`,E(`The effective interest rate per year.`)),H(`periods_per_year (number)`,E(`The number of compounding periods per year.`))],compute:function(e,t){let n=M(e,this.locale),r=Math.trunc(M(t,this.locale));return n<=0?new A(Hg(n)):r<=0?new A(c_(r)):((n+1)**(1/r)-1)*r},isExported:!0},ly={description:E(`Number of payment periods for an investment.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`payment_amount (number)`,E(`The amount of each payment made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r={value:0},i={value:0}){r||=0,i||=0;let a=M(e,this.locale),o=M(t,this.locale),s=M(n,this.locale),c=M(r,this.locale),l=+!!P(i);if(a===0)return-(c+s)/o;let u=o*(1+a*l)/a;return Math.log((u-c)/(s+u))/Math.log(1+a)},isExported:!0};function uy(e,t,n,r){let i=0;return xa(n,(t,n)=>(i++,t+n/(1+e)**i),t,r)}let dy={description:E(`The net present value of an investment based on a series of periodic cash flows and a discount rate.`),args:[H(`discount (number)`,E(`The discount rate of the investment over one period.`)),H(`cashflow1 (number, range<number>)`,E(`The first future cash flow.`)),H(`cashflow2 (number, range<number>, repeating)`,E(`Additional future cash flows.`))],compute:function(e,...t){let n=M(e,this.locale);return n===-1?new A(zg(n)):{value:uy(n,0,t,this.locale),format:`#,##0.00`}},isExported:!0},fy={description:E(`Computes the number of periods needed for an investment to reach a value.`),args:[H(`rate (number)`,E(`The rate at which the investment grows each period.`)),H(`present_value (number)`,E(`The investment's current value.`)),H(`future_value (number)`,E(`The investment's desired future value.`))],compute:function(e,t,n){let r=M(e,this.locale),i=M(t,this.locale),a=M(n,this.locale);return r<=0?new A(__(r)):i<=0?new A(d_(i)):a<=0?new A(Jg(a)):(Math.log(a)-Math.log(i))/Math.log(1+r)},isExported:!0};function py(e,t,n,r,i){if(t<=0)throw new A(i_(t));if(e===0)return-(r+n)/t;let a=-(n*(1+e)**t+r);return a=a*e/((1+e*i)*((1+e)**t-1)),a}let my={description:E(`Periodic payment for an annuity investment.`),args:[H(`rate (number)`,E(`The annualized rate of interest.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r={value:0},i={value:0}){let a=M(t,this.locale),o=M(e,this.locale),s=+!!P(i),c=M(r,this.locale);return{value:py(o,a,M(n,this.locale),c,s),format:`#,##0.00`}},isExported:!0};function hy(e,t,n,r,i,a){if(n<=0)throw new A(i_(n));if(t<=0||t>n)throw new A(a_(n));let o=py(e,n,r,i,a);return a===1&&t===1?o:o+-Zv(e,a===0?t-1:t-2,o,r+o*a,0)*e}let gy={description:E(`Payment on the principal of an investment.`),args:[H(`rate (number)`,E(`The annualized rate of interest.`)),H(`period (number)`,E(`The amortization period, in terms of number of periods.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r,i={value:0},a={value:0}){let o=M(n,this.locale),s=M(e,this.locale),c=M(t,this.locale),l=+!!P(a),u=M(i,this.locale);return{value:hy(s,c,o,M(r,this.locale),u,l),format:`#,##0.00`}},isExported:!0},_y={description:E(`Present value of an annuity investment.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`payment_amount (number)`,E(`The amount per period to be paid.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r={value:0},i={value:0}){r||=0,i||=0;let a=M(e,this.locale),o=M(t,this.locale),s=M(n,this.locale),c=M(r,this.locale),l=+!!P(i);return{value:a?-(s*(1+a*l)*((1+a)**o-1)/a+c)/(1+a)**o:-(c+s*o),format:`#,##0.00`}},isExported:!0},vy={description:E(`Price of a security paying periodic interest.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`yield (number)`,E(`The expected annual yield of the security.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a,o={value:0}){o||=0;let s=Math.trunc(M(e,this.locale)),c=Math.trunc(M(t,this.locale)),l=M(n,this.locale),u=M(r,this.locale),d=M(i,this.locale),f=Math.trunc(M(a,this.locale)),p=Math.trunc(M(o,this.locale));if(s>=c)return new A(e_(s,c));if(A_(f))return new A(Ig(f));if(k_(p))return new A(Lg(p));if(l<0)return new A(g_(l));if(u<0)return new A(D_(u));if(d<=0)return new A(v_(d));let m=ki(s,c,p)*f,h=Math.ceil(m),g=m-Math.floor(m)||1,_=1+u/f,v=100*l/f;if(h===1)return(v+d)/(g*u/f+1)-v*(1-g);let y=0;for(let e=1;e<=h;e++)y+=v/_**(e-1+g);return d/_**(h-1+g)+y-v*(1-g)},isExported:!0},yy={description:E(`Price of a discount security.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`discount (number)`,E(`The discount rate of the security at time of purchase.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){i||=0;let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(n,this.locale),c=M(r,this.locale),l=Math.trunc(M(i,this.locale));if(a>=o)return new A(e_(a,o));if(k_(l))return new A(Lg(l));if(s<=0)return new A(Bg(s));if(c<=0)return new A(v_(c));let u=ki(a,o,l);return c-s*c*u},isExported:!0},by={description:E(`Calculates the price of a security paying interest at maturity, based on expected yield.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`issue (date)`,E(`The date the security was initially issued.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`yield (number)`,E(`The expected annual yield of the security.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a={value:0}){a||=0;let o=Math.trunc(M(e,this.locale)),s=Math.trunc(M(t,this.locale)),c=Math.trunc(M(n,this.locale)),l=M(r,this.locale),u=M(i,this.locale),d=Math.trunc(M(a,this.locale));if(o<=c)return new A(C_(o,c));if(o>=s)return new A(e_(o,s));if(k_(d))return new A(Lg(d));if(l<0)return new A(g_(l));if(u<0)return new A(D_(u));let f=ki(o,s,d),p=ki(o,c,d),m=100+ki(c,s,d)*l*100,h=1+f*u,g=p*l*100;return m/h-g},isExported:!0},xy=.1,Sy={description:E(`Interest rate of an annuity investment.`),args:[H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`payment_per_period (number)`,E(`The amount per period to be paid.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av),H(`rate_guess (number, default=${xy})`,E(`An estimate for what the interest rate will be.`))],compute:function(e,t,n,r={value:0},i={value:0},a={value:xy}){let o=M(e,this.locale),s=M(t,this.locale),c=+!!P(i),l=M(a,this.locale)||xy,u=M(r,this.locale),d=M(n,this.locale);return o<=0?new A(i_(o)):O_([s,d,u])?l<=-1?new A(h_(l)):(u-=s*c,d+=s*c,{value:Mv(e=>{let t=(1+e)**+o,n=(t-1)/e;return u+d*t+s*n},e=>{let t=(1+e)**(o-1),n=((1+e)**+o-1)/e,r=o*t/e-n/e;return d*o*t+s*r},l,40,1e-5),format:`0%`}):new A(E(`There must be both positive and negative values in [payment_amount, present_value, future_value].`))},isExported:!0},Cy={description:E(`Amount received at maturity for a security.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`investment (number)`,E(`The amount invested (irrespective of face value of each security).`)),H(`discount (number)`,E(`The discount rate of the security invested in.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){i||=0;let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(n,this.locale),c=M(r,this.locale),l=Math.trunc(M(i,this.locale));return a>=o?new A(e_(a,o)):k_(l)?new A(Lg(l)):s<=0?new A(Yg(s)):c<=0?new A(Bg(c)):s/(1-c*ki(a,o,l))},isExported:!0},wy={description:E(`Computes the rate needed for an investment to reach a specific value within a specific number of periods.`),args:[H(`number_of_periods (number)`,E(`The number of periods.`)),H(`present_value (number)`,E(`The present value of the investment.`)),H(`future_value (number)`,E(`The future value of the investment.`))],compute:function(e,t,n){let r=M(e,this.locale),i=M(t,this.locale),a=M(n,this.locale);return r<=0?new A(i_(r)):(a/i)**(1/r)-1},isExported:!0},Ty={description:E(`Depreciation of an asset using the straight-line method.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`))],compute:function(e,t,n){let r=M(e,this.locale),i=M(t,this.locale),a=M(n,this.locale);return{value:(r-i)/a,format:`#,##0.00`}},isExported:!0},Ey={description:E(`Depreciation via sum of years digit method.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`)),H(`period (number)`,E(`The single period within life for which to calculate depreciation.`))],compute:function(e,t,n,r){let i=M(e,this.locale),a=M(t,this.locale),o=M(n,this.locale),s=M(r,this.locale);if(s<=0)return new A(u_(s));if(o<=0)return new A($g(o));if(s>o)return new A(l_(s,o));let c=o*(o+1)/2,l=o-s+1;return{value:(i-a)*(l/c),format:`#,##0.00`}},isExported:!0};function Dy(e,t,n){return 100*(1-n*ki(e,t,2))}let Oy={description:E(`Price of a US Treasury bill.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`discount (number)`,E(`The discount rate of the bill at time of purchase.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=M(n,this.locale);return r>=i?new A(e_(r,i)):j_(r,i,this.locale)?a<=0?new A(Bg(a)):a>=1?new A(Vg(a)):Dy(r,i,a):new A(S_(r,i))},isExported:!0},ky={description:E(`Equivalent rate of return for a US Treasury bill.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`discount (number)`,E(`The discount rate of the bill at time of purchase.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=M(n,this.locale);if(r>=i)return new A(e_(r,i));if(!j_(r,i,this.locale))return new A(S_(r,i));if(a<=0)return new A(Bg(a));if(a>=1)return new A(Vg(a));let o=z_.compute.bind(this)({value:i},{value:r});if(o<=182)return 365*a/(360-a*o);let s=Dy(r,i,a)/100,c=o/(o===366?366:365);return(-2*c+2*Math.sqrt(c**2-(2*c-1)*(1-1/s)))/(2*c-1)},isExported:!0},Ay={description:E(`The yield of a US Treasury bill based on price.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`price (number)`,E(`The price at which the security is bought per 100 face value.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=M(n,this.locale);if(r>=i)return new A(e_(r,i));if(!j_(r,i,this.locale))return new A(S_(r,i));if(a<=0)return new A(f_(a));let o=ki(r,i,2);return(100-a)/a*(1/o)},isExported:!0},jy={description:E(`Variable declining balance. WARNING : does not handle decimal periods.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`)),H(`start (number)`,E(`Starting period to calculate depreciation.`)),H(`end (number)`,E(`Ending period to calculate depreciation.`)),H(`factor (number, default=2)`,E(`The number of months in the first year of depreciation.`)),H(`no_switch (number, default=false)`,E(`Whether to switch to straight-line depreciation when the depreciation is greater than the declining balance calculation.`),[{value:!1,label:E(`Switch to straight-line depreciation`)},{value:!0,label:E(`Do not switch to straight-line depreciation`)}])],compute:function(e,t,n,r,i,a={value:2},o={value:!1}){a||=0;let s=M(e,this.locale),c=M(t,this.locale),l=M(n,this.locale),u=Math.trunc(M(r,this.locale)),d=Math.trunc(M(i,this.locale)),f=M(a,this.locale),p=P(o);if(s<0)return new A(Pg(s));if(c<0)return new A(y_(c));if(l<=0)return new A($g(l));if(u<0)return new A(w_(u));if(d<0)return new A(Ug(d));if(u>d)return new A(T_(u,d));if(d>l)return new A(Wg(d,l));if(f<=0)return new A(Rg(f));if(s===0)return 0;if(c>=s)return u<1?s-c:0;let m=f/l;if(m>=1)return u<1?s-c:0;let h=s,g=0,_=0,v=!1;for(let e=0;e<d;e++){if(!v||p){let t=h*m,n=l-e,r=(h-c)/n;!p&&r>t?(v=!0,g=r):g=t}let t=Math.max(h-g,c);e>=u&&(_+=h-t),h=t}return _},isExported:!0},My={description:E(`Internal rate of return given non-periodic cash flows.`),args:[H(`cashflow_amounts (range<number>)`,E(`An range containing the income or payments associated with the investment.`)),H(`cashflow_dates (range<number>)`,E(`An range with dates corresponding to the cash flows in cashflow_amounts.`)),H(`rate_guess (number, default=${xy})`,E(`An estimate for what the internal rate of return will be.`))],compute:function(e,t,n={value:xy}){let r=M(n,this.locale);if(!Iu(e,t))return new A(Mg);let i=e.flat().map(e=>M(e,this.locale)),a=t.flat().map(e=>M(e,this.locale));if(!O_(i))return new A(Ng);if(a.some(e=>e<a[0]))return new A(Gg(a[0]));if(r<=-1)return new A(h_(r));let o=new Map;for(let e of S(0,a.length)){let t=a[e];o.has(t)?o.set(t,o.get(t)+i[e]):o.set(t,i[e])}let s=Array.from(o.keys()),c=s.map(e=>o.get(e));return Mv(e=>{let t=c[0];for(let n of S(1,c.length)){let r=(s[0]-s[n])/365;t+=c[n]*(1+e)**r}return t},e=>{let t=0;for(let n of S(1,c.length)){let r=(s[0]-s[n])/365;t+=r*c[n]*(1+e)**(r-1)}return t},r,40,1e-5,e=>e?e/10-.9:-.9)},isExported:!0},Ny={description:E(`Net present value given to non-periodic cash flows..`),args:[H(`discount (number)`,E(`The discount rate of the investment over one period.`)),H(`cashflow_amounts (number, range<number>)`,E(`An range containing the income or payments associated with the investment.`)),H(`cashflow_dates (number, range<number>)`,E(`An range with dates corresponding to the cash flows in cashflow_amounts.`))],compute:function(e,t,n){let r=M(e,this.locale);if(!Iu(t,n))return new A(Mg);let i=I(t).flat().map(e=>ca(e,this.locale)),a=I(n).flat().map(e=>ca(e,this.locale));if(a.some(e=>e<a[0]))return new A(Gg(a[0]));if(r<=0)return new A(__(r));if(i.length===1)return i[0];let o=new Map;for(let e of S(0,a.length)){let t=a[e];o.has(t)?o.set(t,o.get(t)+i[e]):o.set(t,i[e])}let s=Array.from(o.keys()),c=s.map(e=>o.get(e)),l=c[0];for(let e of S(1,c.length)){let t=(s[0]-s[e])/365;l+=c[e]*(1+r)**t}return l},isExported:!0},Py={description:E(`Annual yield of a security paying periodic interest.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`price (number)`,E(`The price at which the security is bought per 100 face value.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a,o={value:0}){o||=0;let s=Math.trunc(M(e,this.locale)),c=Math.trunc(M(t,this.locale)),l=M(n,this.locale),u=M(r,this.locale),d=M(i,this.locale),f=Math.trunc(M(a,this.locale)),p=Math.trunc(M(o,this.locale));if(s>=c)return new A(e_(s,c));if(A_(f))return new A(Ig(f));if(k_(p))return new A(Lg(p));if(l<0)return new A(g_(l));if(u<=0)return new A(f_(u));if(d<=0)return new A(v_(d));let m=ki(s,c,p)*f,h=Math.ceil(m),g=m-Math.floor(m)||1,_=100*l/f;if(h===1){let e=u+_*(1-g);return(d+_-e)*f*(1/g)/e}function v(e,t,n,r,i,a){let o=a-(e+i*(1-t))*r**(n-1+t);for(let e=1;e<=n;e++)o+=i*r**(e-1);return o}function y(e,t,n,r,i){let a=-(e+i*(1-t))*(n-1+t)*r**(n-2+t);for(let e=1;e<=n;e++)a+=i*(e-1)*r**(e-2);return a}function ee(e){return v(u,g,h,e,_,d)}function te(e){return y(u,g,h,e,_)}return(Mv(ee,te,1+(l+1)/f,100,1e-5)-1)*f},isExported:!0},Fy={description:E(`Annual yield of a discount security.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`price (number)`,E(`The price at which the security is bought per 100 face value.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){i||=0;let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(n,this.locale),c=M(r,this.locale),l=Math.trunc(M(i,this.locale));if(a>=o)return new A(e_(a,o));if(k_(l))return new A(Lg(l));if(s<=0)return new A(f_(s));if(c<=0)return new A(v_(c));let u=ki(a,o,l);return(c/s-1)/u},isExported:!0},Iy={description:E(`Annual yield of a security paying interest at maturity.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`issue (date)`,E(`The date the security was initially issued.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`price (number)`,E(`The price at which the security is bought.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a={value:0}){a||=0;let o=Math.trunc(M(e,this.locale)),s=Math.trunc(M(t,this.locale)),c=Math.trunc(M(n,this.locale)),l=M(r,this.locale),u=M(i,this.locale),d=Math.trunc(M(a,this.locale));if(o>=s)return new A(e_(o,s));if(k_(d))return new A(Lg(d));if(o<c)return new A(x_(o,c));if(l<0)return new A(g_(l));if(u<=0)return new A(f_(u));let f=ki(c,s,d),p=ki(c,o,d),m=ki(o,s,d);return(100*(1+l*f)/(u+100*l*p)-1)/m},isExported:!0},Ly=(e,t=()=>!0)=>[{goTo:e,guard:t}],Ry=(e,t=()=>!0)=>({goTo:e,guard:t}),zy={0:{REFERENCE:Ly(2),NUMBER:Ly(4),SYMBOL:[Ry(3,e=>Dc(e.value)),Ry(4,e=>Oc(e.value))]},3:{SPACE:Ly(3),OPERATOR:Ly(5,e=>e.value===`:`)},4:{SPACE:Ly(4),OPERATOR:Ly(6,e=>e.value===`:`)},2:{SPACE:Ly(2),OPERATOR:Ly(1,e=>e.value===`:`)},1:{SPACE:Ly(1),NUMBER:Ly(7),REFERENCE:Ly(7,e=>jc(e.value)),SYMBOL:Ly(7,e=>kc(e.value)||Ac(e.value))},5:{SPACE:Ly(5),SYMBOL:Ly(7,e=>kc(e.value)),REFERENCE:Ly(7,e=>jc(e.value))},6:{SPACE:Ly(6),NUMBER:Ly(7),REFERENCE:Ly(7,e=>jc(e.value)),SYMBOL:Ly(7,e=>Ac(e.value))},7:{}};function By(e){let t=0,n=zy[0],r=``;for(;n!==void 0;){let i=e[t++];if(!i)return null;let a=n[i.type]?.find(e=>e.guard(i)),o=a?a.goTo:void 0;switch(o){case void 0:return null;case 7:return r+=i.value,e.splice(0,t),{type:`REFERENCE`,value:r};default:n=zy[o],r+=i.value;break}}return null}function Vy(e,t=D){let n=Yl(e,t),r=[];for(;n.length;)r.push(By(n)||n.shift());return r}let Hy=/[a-zA-Z0-9\_]+(\.[a-zA-Z0-9\_]+)*/,Uy=[`-`,`+`],Wy=[`%`];var Gy=class{tokens;currentIndex=0;current;length;constructor(e){this.tokens=e,this.current=e[0],this.length=e.length}shift(){let e=this.tokens[this.currentIndex];return this.current=this.tokens[++this.currentIndex],e}get next(){return this.tokens[this.currentIndex+1]}};let Ky={"%":40,"^":30,"*":20,"/":20,"+":15,"-":15,"&":13,">":10,"<>":10,">=":10,"<":10,"<=":10,"=":10};function qy(e){let t=e.shift();if(!t)throw new qi;switch(t.type){case`DEBUGGER`:let n=Zy(e,1e3);return n.debug=!0,n;case`NUMBER`:return{type:`NUMBER`,value:Wi(t.value,D),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`STRING`:return{type:`STRING`,value:ct(t.value),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`INVALID_REFERENCE`:return{type:`REFERENCE`,value:k.InvalidReference,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`REFERENCE`:if(e.current?.value===`:`&&e.next?.type===`REFERENCE`){e.shift();let n=e.shift();return{type:`REFERENCE`,value:`${t.value}:${n?.value}`,tokenStartIndex:t.tokenIndex,tokenEndIndex:n.tokenIndex}}return{type:`REFERENCE`,value:t.value,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`SYMBOL`:let r=t.value;if(e.current?.type===`LEFT_PAREN`&&Hy.test(t.value)&&r===pt(r,`'`)){let{args:n,rightParen:i}=Jy(e);return{type:`FUNCALL`,value:r,args:n,tokenStartIndex:t.tokenIndex,tokenEndIndex:i.tokenIndex}}let i=r.toUpperCase();return i===`TRUE`||i===`FALSE`?{type:`BOOLEAN`,value:i===`TRUE`,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:{type:`SYMBOL`,value:pt(t.value,`'`),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`LEFT_PAREN`:let a=Zy(e),o=Xy(e,`RIGHT_PAREN`,E(`Missing closing parenthesis`));return{...a,tokenStartIndex:t.tokenIndex,tokenEndIndex:o.tokenIndex};case`OPERATOR`:let s=t.value;if(Uy.includes(s)){let n=Zy(e,Ky[s]);return{type:`UNARY_OPERATION`,value:s,operand:n,tokenStartIndex:t.tokenIndex,tokenEndIndex:n.tokenEndIndex}}throw new qi(E(`Unexpected token: %s`,t.value));default:throw new qi(E(`Unexpected token: %s`,t.value))}}function Jy(e){if(Xy(e,`LEFT_PAREN`,E(`Missing opening parenthesis`)),e.current?.type===`RIGHT_PAREN`)return{args:[],rightParen:Xy(e,`RIGHT_PAREN`)};let t=[];for(t.push(Yy(e));e.current?.type!==`RIGHT_PAREN`;)Xy(e,`ARG_SEPARATOR`,E(`Wrong function call`)),t.push(Yy(e));return{args:t,rightParen:Xy(e,`RIGHT_PAREN`)}}function Yy(e){let t=e.current;return t?.type===`ARG_SEPARATOR`||t?.type===`RIGHT_PAREN`?{type:`EMPTY`,value:``,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:Zy(e)}function Xy(e,t,n){let r=e.shift();if(!r||r.type!==t)throw new qi(n);return r}function Zy(e,t=0){if(e.length===0)throw new qi;let n=qy(e);for(;e.current?.type===`OPERATOR`&&Ky[e.current.value]>t;){let t=e.shift(),r=t.value;if(Wy.includes(r))n={type:`UNARY_OPERATION`,value:r,operand:n,postfix:!0,tokenStartIndex:n.tokenStartIndex,tokenEndIndex:t.tokenIndex};else{let t=Zy(e,Ky[r]);n={type:`BIN_OPERATION`,value:r,left:n,right:t,tokenStartIndex:n.tokenStartIndex,tokenEndIndex:t.tokenEndIndex}}}return n}function Qy(e){return $y(Vy(e))}function $y(e){let t=new Gy(e.map((e,t)=>({type:e.type,value:e.value,tokenIndex:t})).filter(e=>e.type!==`SPACE`));t.current?.value===`=`&&t.shift();let n=Zy(t);if(t.current)throw new qi;return n}function eb(e,t,n){return rb(e,e=>e.type===t?n(e):e)}function tb(e){return Array.from(nb(e))}function*nb(e){switch(yield e,e.type){case`FUNCALL`:for(let t of e.args)yield*nb(t);break;case`UNARY_OPERATION`:yield*nb(e.operand);break;case`BIN_OPERATION`:yield*nb(e.left),yield*nb(e.right);break}}function rb(e,t){switch(e=t(e),e.type){case`FUNCALL`:return{...e,args:e.args.map(e=>rb(e,t))};case`UNARY_OPERATION`:return{...e,operand:rb(e.operand,t)};case`BIN_OPERATION`:return{...e,right:rb(e.right,t),left:rb(e.left,t)};default:return e}}function ib(e){let t=0;return e.map(e=>{let n=e.value.toString().length,r=Object.assign({},e,{start:t,end:t+n,length:n});return t=r.end,r})}function ab(e){let t=[],n=0;return e.map((r,i)=>{if(r.type===`LEFT_PAREN`){t.push(n+1),n=0;for(let n=i-1;n>=0;n--){if(e[n].type===`SPACE`){e[n].parenthesesCode=t.join(`:`);continue}e[n].type===`SYMBOL`&&(e[n].parenthesesCode=t.join(`:`));break}}return r.parenthesesCode=t.join(`:`),r.type===`RIGHT_PAREN`&&t.length&&(n=t.pop()),r})}function ob(e){let t=[],n=``;function r(e){if(t.length===0)return;let n=t.at(-1);if(n&&n.argsTokens){let{argsTokens:t,argPosition:r}=n;t[r]||(t[r]=[]),t[r].push({value:e.value,type:e.type})}}return e.map((e,i)=>{switch([`SPACE`,`LEFT_PAREN`].includes(e.type)||(n=``),e.type){case`SYMBOL`:r(e),n=e.value;break;case`LEFT_PAREN`:t.push({parent:n,argPosition:0,argsTokens:[],args:[]}),r(e),n=``;break;case`RIGHT_PAREN`:t.pop()?.argsTokens?.flat().forEach(r),r(e);break;case`ARG_SEPARATOR`:t.length&&t[t.length-1].argPosition++,r(e);break;default:r(e);break}if(t.length){let n=t[t.length-1];n.parent&&(e.functionContext=Object.assign({},n))}return e})}function sb(e){for(let t of e)if(t.functionContext){let{argsTokens:e,args:n}=t.functionContext;if(delete t.functionContext.argsTokens,n.length||!e)continue;e[0]?.[0]?.type===`LEFT_PAREN`&&(e[0]=e[0].slice(1));for(let t of e){let e=t;e.at(0)?.type===`ARG_SEPARATOR`&&(e=e.slice(1));try{n.push($y(e))}catch{n.push(void 0)}}}return e}function cb(e,t){return sb(ob(ab(ib(Vy(e,t)))))}function lb(e){if(e.type!==`REFERENCE`)return e;let{xc:t,sheetName:n}=Mc(e.value),[r,i]=t.split(`:`),a=ub(r),o=i?`:${ub(i)}`:``;return{...e,value:Nc(n,a+o)}}function ub(e){switch(pb(e)){case`none`:e=db(e,`colrow`);break;case`colrow`:e=db(e,`row`);break;case`row`:e=db(e,`col`);break;case`col`:e=db(e,`none`);break}return e}function db(e,t){let n;({sheetName:n,xc:e}=Mc(e)),n=n?mt(n)+`!`:``,e=e.replace(/\$/g,``);let r=e.indexOf(`:`);return r>=0?`${n}${fb(e.slice(0,r),t)}:${fb(e.slice(r+1),t)}`:n+fb(e,t)}function fb(e,t){let n=e.search(/[0-9]/),r=n!==0,i=n>=0;switch(t){case`col`:return r?`$`+e:e;case`row`:return i?e.slice(0,n)+`$`+e.slice(n):e;case`colrow`:return!i||!r?`$`+e:`$`+e.slice(0,n)+`$`+e.slice(n);case`none`:return e}}function pb(e){return gb(e)?`colrow`:mb(e)?`col`:hb(e)?`row`:`none`}function mb(e){return e.startsWith(`$`)}function hb(e){return e.includes(`$`,1)}function gb(e){return e.startsWith(`$`)&&e.length>1&&e.slice(1).includes(`$`)}function _b(e,t,n){let r=(t.startsWith(`=`)?cb(t,n):[]).filter(t=>t.start<=e.start&&t.end>=e.start||t.start>=e.start&&t.start<e.end),i=r.filter(e=>e.type===`REFERENCE`);if(i.length===0)return;let a=r.map(lb).map(e=>e.value).join(``),o=r[0].start,s=r[r.length-1].end,c=t.slice(0,o)+a+t.slice(s),l=c.length-t.length,u={start:i[0].start,end:i[i.length-1].end+l};return i.length===1&&e.start===e.end&&(u.start=u.end),{content:c,selection:u}}var vb=l({CELL:()=>bb,ISBLANK:()=>Ob,ISERR:()=>xb,ISERROR:()=>Sb,ISFORMULA:()=>Ab,ISLOGICAL:()=>Cb,ISNA:()=>wb,ISNONTEXT:()=>Tb,ISNUMBER:()=>Eb,ISTEXT:()=>Db,NA:()=>kb});let yb=[{value:`address`,label:E(`Returns an absolute reference as plain text of the top left cell in reference.`)},{value:`col`,label:E(`Returns the column number of the cell in reference.`)},{value:`contents`,label:E(`Returns the value contained in the top left cell in reference.`)},{value:`format`,label:E(`Returns the format of the top left cell in reference.`)},{value:`row`,label:E(`Returns the row number of the top left cell in reference.`)},{value:`type`,label:E(`Returns the type of data in the cell in reference. The following values are returned: "b" for a blank cell, "l" (for label) if the cell contains plain text, and "v" (for value) if the cell contains any other type of data.`)}],bb={description:E(`Gets information about a cell.`),args:[H(`info_type (string)`,E(`The type of information requested.`),yb),H(`reference (meta, range<meta>)`,E(`The reference to the cell.`))],compute:function(e,t){let n=N(e).toLowerCase();if(!yb.map(e=>e.value).includes(n))return new A(E(`The info_type should be one of %s.`,yb.join(`, `)));let r=this.__originSheetId,i=t[0][0].value,{sheetName:a,xc:o}=Mc(i);a=a===this.getters.getSheetName(r)?void 0:a;let s=Nc(a,db(o,`colrow`)),c=this.getters.getRangeFromSheetXC(r,s);switch(n){case`address`:return this.getters.getRangeString(c,r);case`col`:return c.zone.left+1;case`contents`:{let e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).value}case`format`:{let 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`:{let e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top},t=this.getters.getEvaluatedCell(e).type;return t===`empty`?`b`:t===`text`?`l`:`v`}}return``},isExported:!0},xb={description:E(`Whether a value is an error other than #N/A.`),args:[H(`value (any)`,E(`The value to be verified as an error type.`))],compute:function(e){let t=e?.value;return j(t)&&t!==k.NotAvailable},isExported:!0},Sb={description:E(`Whether a value is an error.`),args:[H(`value (any)`,E(`The value to be verified as an error type.`))],compute:function(e){let t=e?.value;return j(t)},isExported:!0},Cb={description:E("Whether a value is `true` or `false`."),args:[H(`value (any)`,E(`The value to be verified as a logical TRUE or FALSE.`))],compute:function(e){return typeof e?.value==`boolean`},isExported:!0},wb={description:E(`Whether a value is the error #N/A.`),args:[H(`value (any)`,E(`The value to be verified as an error type.`))],compute:function(e){return e?.value===k.NotAvailable},isExported:!0},Tb={description:E(`Whether a value is non-textual.`),args:[H(`value (any)`,E(`The value to be checked.`))],compute:function(e){return!Db.compute.bind(this)(e)},isExported:!0},Eb={description:E(`Whether a value is a number.`),args:[H(`value (any)`,E(`The value to be verified as a number.`))],compute:function(e){return typeof e?.value==`number`},isExported:!0},Db={description:E(`Whether a value is text.`),args:[H(`value (any)`,E(`The value to be verified as text.`))],compute:function(e){return typeof e?.value==`string`&&j(e?.value)===!1},isExported:!0},Ob={description:E(`Whether the referenced cell is empty`),args:[H(`value (any)`,E(`Reference to the cell that will be checked for emptiness.`))],compute:function(e){return e?.value===null},isExported:!0},kb={description:E(`Returns the error value #N/A.`),args:[],compute:function(){return{value:k.NotAvailable}},isExported:!0},Ab={description:E(`Checks whether there is a reference to a cell that contains a formula, and returns TRUE or FALSE.`),args:[H(`cell_reference (meta)`,E(`A reference to a cell.`))],compute:function(e){let{sheetName:t,xc:n}=Mc(e.value),{col:r,row:i}=ir(n),a=(t&&this.getters.getSheetIdByName(t))??this.__originSheetId;return this.getters.getCell({sheetId:a,col:r,row:i})?.isFormula??!1},isExported:!0};var jb=l({AND:()=>Mb,FALSE:()=>Nb,IF:()=>Pb,IFERROR:()=>Fb,IFNA:()=>Ib,IFS:()=>Lb,NOT:()=>Rb,OR:()=>zb,SWITCH:()=>Bb,TRUE:()=>Vb,XOR:()=>Hb});let Mb={description:E("Logical `and` operator."),args:[H(`logical_expression1 (boolean, range<boolean>)`,E(`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.`)),H(`logical_expression2 (boolean, range<boolean>, repeating)`,E(`More expressions that represent logical values.`))],compute:function(...e){let{result:t,foundBoolean:n}=ku(e);return n?t:new A(Va)},isExported:!0},Nb={description:E("Logical value `false`."),args:[],compute:function(){return!1},isExported:!0},Pb={description:E(`Returns value depending on logical expression.`),args:[H(`logical_expression (boolean, range<boolean>)`,E(`An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE.`)),H(`value_if_true (any, range)`,E(`The value the function returns if logical_expression is TRUE.`)),H(`value_if_false (any, range, default=FALSE)`,E(`The value the function returns if logical_expression is FALSE.`))],compute:function(e,t,n){return Gu(e)?Da(Pb.compute,[e,t,n]):(P(Uu(e))?t:n)??{value:0}},isExported:!0},Fb={description:E(`Value if it is not an error, otherwise 2nd argument.`),args:[H(`value (any, range)`,E(`The value to return if value itself is not an error.`)),H(`value_if_error (any, range, default="empty")`,E(`The value the function returns if value is an error.`))],compute:function(e,t){return Gu(e)?Da(Fb.compute,[e,t]):(j(Uu(e)?.value)?t:e)??{value:0}},isExported:!0},Ib={description:E(`Value if it is not an #N/A error, otherwise 2nd argument.`),args:[H(`value (any, range)`,E(`The value to return if value itself is not #N/A an error.`)),H(`value_if_error (any, range, default="empty")`,E(`The value the function returns if value is an #N/A error.`))],compute:function(e,t){return Gu(e)?Da(Ib.compute,[e,t]):(Uu(e)?.value===k.NotAvailable?t:e)??{value:0}},isExported:!0},Lb={description:E(`Returns a value depending on multiple logical expressions.`),args:[H(`condition1 (boolean, range<boolean>)`,E(`The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those.`)),H(`value1 (any, range)`,E(`The returned value if condition1 is TRUE.`)),H(`condition2 (boolean, any, range, repeating)`,E(`Additional conditions to be evaluated if the previous ones are FALSE.`)),H(`value2 (any, range, repeating)`,E(`Additional values to be returned if their corresponding conditions are TRUE.`))],compute:function(...e){if(e.length%2!=0)return new A(E(`Wrong number of arguments. Expected an even number of arguments.`));for(;e.length>0;){if(Gu(e[0]))return Da(Lb.compute,e);let t=P(Uu(e.shift())),n=e.shift();if(t)return n??{value:0}}return new A(E(`No match.`))},isExported:!0},Rb={description:E(`Returns opposite of provided logical value.`),args:[H(`logical_expression (boolean)`,E(`An expression or reference to a cell holding an expression that represents some logical value.`))],compute:function(e){return!P(e)},isExported:!0},zb={description:E("Logical `or` operator."),args:[H(`logical_expression1 (boolean, range<boolean>)`,E(`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.`)),H(`logical_expression2 (boolean, range<boolean>, repeating)`,E(`More expressions that evaluate to logical values.`))],compute:function(...e){let{result:t,foundBoolean:n}=Au(e);return n?t:new A(Va)},isExported:!0},Bb={description:E(`Returns a value by comparing cases to an expression.`),args:[H(`expression (number, boolean, string)`,E(`The value to be checked.`)),H(`case1 (number, boolean, string)`,E(`The first case to be checked against expression.`)),H(`value1 (any)`,E(`The corresponding value to be returned if case1 matches expression.`)),H(`case2 (any, repeating)`,E(`Additional cases to try if the previous ones don't match expression.`)),H(`value2 (any, repeating)`,E(`Additional values to be returned if their corresponding cases match expression.`)),H(`default (any, default="empty")`,E(`An optional default value to be returned if none of the cases match expression.`))],compute:function(e,...t){let n=t.length%2==0?na(e):t.pop();for(let n=0;n<t.length;n+=2){let r=t[n];if(r&&j(r.value))return r;if(e?.value===r?.value)return t[n+1]||{value:0}}return n||{value:0}},isExported:!0},Vb={description:E("Logical value `true`."),args:[],compute:function(){return!0},isExported:!0},Hb={description:E("Logical `xor` operator."),args:[H(`logical_expression1 (boolean, range<boolean>)`,E(`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.`)),H(`logical_expression2 (boolean, range<boolean>, repeating)`,E(`More expressions that evaluate to logical values.`))],compute:function(...e){let t=!1,n=!1;return ka(e,e=>(t=!0,n=n?!e:e,!0)),t?n:new A(Va)},isExported:!0},Ub={Errors:{InvalidRange:E(`The range is invalid`),FirstArgMissing:E(`The argument is missing. Please provide a value`),SecondArgMissing:E(`The second argument is missing. Please provide a value`),MinNaN:E(`The minpoint must be a number`),MidNaN:E(`The midpoint must be a number`),MaxNaN:E(`The maxpoint must be a number`),ValueUpperInflectionNaN:E(`The first value must be a number`),ValueLowerInflectionNaN:E(`The second value must be a number`),MinBiggerThanMax:E(`Minimum must be smaller then Maximum`),MinBiggerThanMid:E(`Minimum must be smaller then Midpoint`),MidBiggerThanMax:E(`Midpoint must be smaller then Maximum`),LowerBiggerThanUpper:E(`Lower inflection point must be smaller than upper inflection point`),MinInvalidFormula:E(`Invalid Minpoint formula`),MaxInvalidFormula:E(`Invalid Maxpoint formula`),MidInvalidFormula:E(`Invalid Midpoint formula`),ValueUpperInvalidFormula:E(`Invalid upper inflection point formula`),ValueLowerInvalidFormula:E(`Invalid lower inflection point formula`),EmptyRange:E(`A range needs to be defined`),ValueCellIsInvalidFormula:E(`At least one of the provided values is an invalid formula`),Unexpected:E(`The rule is invalid for an unknown reason`)},ColorScale:E(`Color scale`),IconSet:E(`Icon set`),DataBar:E(`Data bar`)},Wb={Series:E(`Series`),BackgroundColor:E(`Background color`),StackedBarChart:E(`Stacked bar chart`),StackedLineChart:E(`Stacked line chart`),StackedAreaChart:E(`Stacked area chart`),StackedColumnChart:E(`Stacked column chart`),CumulativeData:E(`Cumulative data`),TreatLabelsAsText:E(`Treat labels as text`),AggregatedChart:E(`Aggregate`),Errors:{Unexpected:E(`The chart definition is invalid for an unknown reason`),InvalidDataSet:E(`The dataset is invalid`),InvalidLabelRange:E(`Labels are invalid`),InvalidScorecardKeyValue:E(`The key value is invalid`),InvalidScorecardBaseline:E(`The baseline value is invalid`),InvalidGaugeDataRange:E(`The data range is invalid`),EmptyGaugeRangeMin:E(`A minimum range limit value is needed`),GaugeRangeMinNaN:E(`The minimum range limit value must be a number`),EmptyGaugeRangeMax:E(`A maximum range limit value is needed`),GaugeRangeMaxNaN:E(`The maximum range limit value must be a number`),GaugeLowerInflectionPointNaN:E(`The lower inflection point value must be a number`),GaugeUpperInflectionPointNaN:E(`The upper inflection point value must be a number`)},GeoChart:{ColorScales:{blues:E(`Blues`),cividis:E(`Cividis`),greens:E(`Greens`),greys:E(`Greys`),oranges:E(`Oranges`),purples:E(`Purples`),rainbow:E(`Rainbow`),reds:E(`Reds`),viridis:E(`Viridis`)}}},Gb={Custom:E(`Custom`)},Kb=E(`Merged cells are preventing this operation. Unmerge those cells and try again.`),qb=E(`The header row of a table can't be moved.`),Jb={Errors:{Unexpected:E(`Cannot split the selection for an unknown reason`),NoSplitSeparatorInSelection:E(`There is no match for the selected separator in the selection`),MoreThanOneColumnSelected:E(`Only a selection from a single column can be split`),SplitWillOverwriteContent:E(`Splitting will overwrite existing content`)}},Yb={Errors:{Unexpected:E(`Cannot remove duplicates for an unknown reason`),MoreThanOneRangeSelected:E(`Please select only one range of cells`),EmptyTarget:E(`Please select a range of cells containing values.`),NoColumnsProvided:E(`Please select at latest one column to analyze.`),WillRemoveExistingMerge:E(`This operation is not possible due to a merge. Please remove the merges first than try again.`)}},U={DateIs:{today:E(`today`),yesterday:E(`yesterday`),tomorrow:E(`tomorrow`),lastWeek:E(`in the past week`),lastMonth:E(`in the past month`),lastYear:E(`in the past year`)},DateIsBefore:{today:E(`today`),yesterday:E(`yesterday`),tomorrow:E(`tomorrow`),lastWeek:E(`one week ago`),lastMonth:E(`one month ago`),lastYear:E(`one year ago`)},CriterionError:{notEmptyValue:E(`The value must not be empty`),numberValue:E(`The value must be a number`),dateValue:E(`The value must be a date`),validRange:E(`The value must be a valid range`),validFormula:E(`The formula must be valid`)},Errors:{InvalidRange:E(`The range is invalid.`),InvalidDataValidationCriterionValue:E(`One or more of the provided criteria values are invalid. Please review and correct them.`),InvalidNumberOfCriterionValues:E(`One or more of the provided criteria values are missing.`),Unexpected:E(`The rule is invalid for an unknown reason.`)}},Xb={Errors:{Unexpected:E(`The table zone is invalid for an unknown reason`),TableOverlap:E(`You cannot create overlapping tables.`),NonContinuousTargets:E(`A table can only be created on a continuous selection.`),InvalidRange:E(`The range is invalid`),TargetOutOfSheet:E(`The range is out of the sheet`)},Checkboxes:{hasFilters:E(`Filter button`),headerRow:E(`Header row(s)`),bandedRows:E(`Banded rows`),firstColumn:E(`First column`),lastColumn:E(`Last column`),bandedColumns:E(`Banded columns`),automaticAutofill:E(`Automatically autofill formulas`),totalRow:E(`Total row`),isDynamic:E(`Auto-adjust to formula result`)},Tooltips:{filterWithoutHeader:E(`Cannot have filters without a header row`),isDynamic:E(`For tables based on array formulas only`)}},Zb={labels:{no_calculations:E(`No calculations`),"%_of_grand_total":E(`% of grand total`),"%_of_col_total":E(`% of column total`),"%_of_row_total":E(`% of row total`),"%_of":E(`% of`),"%_of_parent_row_total":E(`% of parent row total`),"%_of_parent_col_total":E(`% of parent column total`),"%_of_parent_total":E(`% of parent total`),difference_from:E(`Difference from`),"%_difference_from":E(`% difference from`),running_total:E(`Running total`),"%_running_total":E(`% Running total`),rank_asc:E(`Rank smallest to largest`),rank_desc:E(`Rank largest to smallest`),index:E(`Index`)},descriptions:{"%_of_grand_total":()=>E(`Displayed as % of grand total`),"%_of_col_total":()=>E(`Displayed as % of column total`),"%_of_row_total":()=>E(`Displayed as % of row total`),"%_of":e=>E(`Displayed as % of "%s"`,e),"%_of_parent_row_total":e=>E(`Displayed as % of parent row total of "%s"`,e),"%_of_parent_col_total":()=>E(`Displayed as % of parent column total`),"%_of_parent_total":e=>E(`Displayed as % of parent "%s" total`,e),difference_from:e=>E(`Displayed as difference from "%s"`,e),"%_difference_from":e=>E(`Displayed as % difference from "%s"`,e),running_total:e=>E(`Displayed as running total based on "%s"`,e),"%_running_total":e=>E(`Displayed as % running total based on "%s"`,e),rank_asc:e=>E(`Displayed as rank from smallest to largest based on "%s"`,e),rank_desc:e=>E(`Displayed as rank largest to smallest based on "%s"`,e),index:()=>E(`Displayed as index`)},documentation:{no_calculations:E(`Displays the value that is entered in the field.`),"%_of_grand_total":E(`Displays values as a percentage of the grand total of all the values or data points in the report.`),"%_of_col_total":E(`Displays all the values in each column or series as a percentage of the total for the column or series.`),"%_of_row_total":E(`Displays the value in each row or category as a percentage of the total for the row or category.`),"%_of":E(`Displays values as a percentage of the value of the Base item in the Base field.`),"%_of_parent_row_total":E(`Calculates values as follows:
16
+ `)}function Df(e,t){let n=document.createElement(`style`);n.textContent=Ef(t),wf[e]=n}function Of(e){let t=wf[e];t.setAttribute(`component`,e),document.head.appendChild(t)}function kf({strikethrough:e,underline:t}){return!e&&!t?`none`:`${e?`line-through`:``} ${t?`underline`:``}`}function Af(e){let t=jf(e);return e&&e.fillColor&&(t.background=e.fillColor),t}function jf(e){let t={};if(!e)return t;if(e.bold&&(t[`font-weight`]=`bold`),e.italic&&(t[`font-style`]=`italic`),e.fontSize&&(t[`font-size`]=`${e.fontSize}px`),e.strikethrough||e.underline){let n=e.strikethrough?`line-through`:``;n=e.underline?n+` underline`:n,t[`text-decoration`]=n}return e.textColor&&(t.color=e.textColor),t}function V(e){let t=``;for(let n in e)e[n]&&(t+=`${n}:${e[n]}; `);return t}function Mf(e){let t=window.getComputedStyle(e);return{top:parseInt(t.marginTop,10)||0,bottom:parseInt(t.marginBottom,10)||0,left:parseInt(t.marginLeft,10)||0,right:parseInt(t.marginRight,10)||0}}let Nf=new g;function Pf(){return!!window.Chart.registry.plugins.get(`chartShowValuesPlugin`)}function Ff(){if(!(!window.Chart||Pf()))for(let e of Nf.getAll())e.register(window.Chart)}function If(){if(window.Chart)for(let e of Nf.getAll())e.unregister(window.Chart)}var Lf=class extends xf{mutators=[`disableAnimationForChart`,`enableAnimationForChart`];animationPlayed={};disableAnimationForChart(e,t){return this.animationPlayed[e]=t,`noStateChange`}enableAnimationForChart(e){return this.animationPlayed[e]=void 0,`noStateChange`}};function Rf(){return class extends window.Chart.BarController{static id=`funnel`;static defaults={...window.Chart?.BarController.defaults,dataElementType:`funnel`,animation:{duration:e=>e.type===`data`?1e3*(e.raw[1]/Math.max(...e.dataset.data.map(e=>e[1]))):1e3}};updateElements(e,t,n,r){super.updateElements(e,t,n,r);for(let i=t;i<t+n;i++){let t=e[i];this.updateElement(t,i,{nextElement:e[i+1]},r)}}}}function zf(){return class extends window.Chart.BarElement{static id=`funnel`;draw(e){e.save();let{x:t,y:n,height:r,nextElement:i,base:a,options:o}=this.getProps([`x`,`y`,`width`,`height`,`nextElement`,`base`,`options`]),s=Bf(this),c=(s-(i?Bf(i):0))/2,l=Math.min(t,a),u=n-r/2;e.fillStyle=o.backgroundColor,e.beginPath(),e.moveTo(l,u),e.lineTo(l+s,u),e.lineTo(l+s-c,u+r),e.lineTo(l+c,u+r),e.closePath(),e.fill(),o.borderWidth&&(e.strokeStyle=o.borderColor,e.lineWidth=o.borderWidth,e.stroke()),e.restore()}inRange(e,t){let{x:n,y:r,height:i,nextElement:a,base:o}=this.getProps([`x`,`y`,`width`,`height`,`nextElement`,`base`,`options`]),s=Bf(this),c=a?Bf(a):0,l=Math.min(n,o),u=r-i/2;if(t<u||t>u+i)return!1;let d=(s-c)/2,f=l+d*(t-u)/i,p=l+s-d*(t-u)/i;return!(e<f||e>p)}}}function Bf(e){let{x:t,base:n}=e.getProps([`x`,`base`]);return Math.max(t,n)-Math.min(t,n)}let Vf=function(e){if(!e.length)return{x:0,y:0};let{x:t,y:n,base:r,width:i,height:a}=e[0].element.getProps([`x`,`y`,`width`,`height`,`base`]),o=Math.min(t,r),s=n-a/2;return{x:o+i*2/3,y:s+a/2}},Hf=`000000`,Uf={arrows:`3Arrows`,smiley:`3Symbols`,dots:`3TrafficLights1`},Wf={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`},Gf=`http://schemas.openxmlformats.org/drawingml/2006/main`,Kf=`http://schemas.openxmlformats.org/drawingml/2006/chart`,qf={workbook:`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml`,macroEnabledWorkbook:`application/vnd.ms-excel.sheet.macroEnabled.main+xml`,templateWorkbook:`application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml`,macroEnabledTemplateWorkbook:`application/vnd.ms-excel.template.macroEnabled.main+xml`,excelAddInWorkbook:`application/vnd.ms-excel.addin.macroEnabled.main+xml`,sheet:`application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml`,metadata:`application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+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`},Jf={document:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument`,sheet:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet`,metadata:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata`,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`},Yf=`http://schemas.openxmlformats.org/officeDocument/2006/relationships`,Xf=.75,Zf=.143,Qf=8.43,$f=12.75,ep={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}],IFERROR:[{type:`NUMBER`,value:0}]},tp=`ACOT,ACOTH,AGGREGATE,ARABIC,BASE,BETA.DIST,BETA.INV,BINOM.DIST,BINOM.DIST.RANGE,BINOM.INV,BITAND,BITLSHIFT,BITOR,BITRSHIFT,BITXOR,BYCOL,BYROW,CEILING.MATH,CEILING.PRECISE,CHISQ.DIST,CHISQ.DIST.RT,CHISQ.INV,CHISQ.INV.RT,CHISQ.TEST,CHOOSECOLS,CHOOSEROWS,COMBINA,CONCAT,CONFIDENCE.NORM,CONFIDENCE.T,COT,COTH,COVARIANCE.P,COVARIANCE.S,CSC,CSCH,DAYS,DECIMAL,DROP,ERF.PRECISE,ERFC.PRECISE,EXPAND,EXPON.DIST,F.DIST,F.DIST.RT,F.INV,F.INV.RT,F.TEST,FIELDVALUE,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,HSTACK,HYPGEOM.DIST,IFNA,IFS,IMCOSH,IMCOT,IMCSC,IMCSCH,IMSEC,IMSECH,IMSINH,IMTAN,ISFORMULA,ISOMITTED,ISOWEEKNUM,LAMBDA,LET,LOGNORM.DIST,LOGNORM.INV,MAKEARRAY,MAP,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,PQSOURCE,PYTHON_STR,PYTHON_TYPE,PYTHON_TYPENAME,QUARTILE.EXC,QUARTILE.INC,QUERYSTRING,RANDARRAY,RANK.AVG,RANK.EQ,REDUCE,RRI,SCAN,SEC,SECH,SEQUENCE,SHEET,SHEETS,SKEW.P,SORTBY,STDEV.P,STDEV.S,SWITCH,T.DIST,T.DIST.2T,T.DIST.RT,T.INV,T.INV.2T,T.TEST,TAKE,TEXTAFTER,TEXTBEFORE,TEXTJOIN,TEXTSPLIT,TOCOL,TOROW,UNICHAR,UNICODE,UNIQUE,VAR.P,VAR.S,VSTACK,WEBSERVICE,WEIBULL.DIST,WRAPCOLS,WRAPROWS,XLOOKUP,XOR,Z.TEST`.split(`,`),np=/(.*?)\((.*?)\)(.*)/,rp=[`ANY`,`BOOLEAN`,`DATE`,`NUMBER`,`STRING`,`RANGE`,`RANGE<BOOLEAN>`,`RANGE<DATE>`,`RANGE<NUMBER>`,`RANGE<STRING>`,`META`,`RANGE<META>`];function H(e,t=``,n){return ip(e,t,n)}function ip(e,t,n){let r=e.match(np),i=r[1].trim();if(!i)throw Error(`Function argument definition is missing a name: '${e}'.`);let a=[],o=!1,s=!1,c;for(let e of r[2].split(`,`)){let t=e.trim().toUpperCase(),n=rp.find(e=>t===e);n?a.push(n):t===`RANGE<ANY>`?a.push(`RANGE`):t===`OPTIONAL`?o=!0:t===`REPEATING`?s=!0:t.startsWith(`DEFAULT=`)&&(c=e.trim().slice(8))}let l={name:i,description:t,type:a};return(a.includes(`ANY`)||a.includes(`RANGE`))&&(l.acceptErrors=!0),o&&(l.optional=!0),s&&(l.repeating=!0),c!==void 0&&(l.default=!0,l.defaultValue=c),a.some(e=>e.startsWith(`RANGE`))&&(l.acceptMatrix=!0),a.every(e=>e.startsWith(`RANGE`))&&(l.acceptMatrixOnly=!0),n&&n.length>0&&(l.proposalValues=n),l}function ap(e,t){let n=0,r=0,i=0,a=0;for(let e of t.args)n++,!e.optional&&!e.repeating&&!e.default&&r++,e.repeating&&i++,(e.optional||e.default)&&a++;let o=t;return o.minArgRequired=r,o.maxArgPossible=i?1/0:n,o.nbrArgRepeating=i,o.nbrArgOptional=a,o.hidden=t.hidden||!1,o.name=e,o}let op={};function sp(e,t){let n=e.name;return op[n]?.[t]||(op[n]||(op[n]={}),op[n][t]||(op[n][t]=cp(e,t)),op[n][t])}function cp(e,t){let n={},r=e.nbrArgRepeating?Math.floor((t-e.minArgRequired)/e.nbrArgRepeating):0,i=e.nbrArgRepeating*r,a=t-e.minArgRequired-i,o=0,s=0;for(let t=0;t<e.args.length;t++){let i=e.args[t];if(i.optional||i.default){s<a&&(n[o]=t,o++),s++;continue}if(i.repeating){for(let i=0;i<r;i++)for(let r=0;r<e.nbrArgRepeating;r++)n[o]=t+r,o++;t+=e.nbrArgRepeating-1;continue}n[o]=t,o++}return e=>n[e]}let lp=[`META`,`RANGE<META>`];function up(e){if(e.nbrArgRepeating&&e.nbrArgOptional>=e.nbrArgRepeating)throw Error(`Function ${e.name} has more optional arguments than repeatable ones.`);let t=!1,n=!1;for(let r of e.args){if(r.type.some(e=>lp.includes(e))&&r.type.some(e=>!lp.includes(e)))throw Error(`Function ${e.name} has a mix of META and non-META types in the same argument: ${r.type}.`);if(r.repeating){if(!n&&t)throw Error(`Function ${e.name} has non-consecutive repeating arguments. All repeating arguments must be declared consecutively.`);t=!0,n=!0}else n=!1}}let dp=new g;var fp=l({ARRAY_CONSTRAIN:()=>pp,CHOOSECOLS:()=>mp,CHOOSEROWS:()=>hp,EXPAND:()=>gp,FLATTEN:()=>_p,FREQUENCY:()=>vp,HSTACK:()=>yp,MDETERM:()=>bp,MINVERSE:()=>xp,MMULT:()=>Sp,SUMPRODUCT:()=>Cp,SUMX2MY2:()=>Tp,SUMX2PY2:()=>Ep,SUMXMY2:()=>Dp,TOCOL:()=>Ap,TOROW:()=>jp,TRANSPOSE:()=>Mp,VSTACK:()=>Np,WRAPCOLS:()=>Pp,WRAPROWS:()=>Fp});let pp={description:E(`Returns a result array constrained to a specific width and height.`),args:[H(`input_range (any, range<any>)`,E(`The range to constrain.`)),H(`rows (number)`,E(`The number of rows in the constrained array.`)),H(`columns (number)`,E(`The number of columns in the constrained array.`))],compute:function(e,t,n){let r=I(e),i=la(t?.value,this.locale),a=la(n?.value,this.locale);if(i<=0)return new A(E(`The rows argument (%s) must be strictly positive.`,i.toString()));if(a<=0)return new A(E(`The columns argument (%s) must be strictly positive.`,a.toString()));let o=Math.min(i,r[0].length);return Ca(Math.min(a,r.length),o,(e,t)=>r[e][t])},isExported:!1},mp={description:E(`Creates a new array from the selected columns in the existing range.`),args:[H(`array (any, range<any>)`,E(`The array that contains the columns to be returned.`)),H(`col_num (number, range<number>)`,E(`The first column index of the columns to be returned.`)),H(`col_num2 (number, range<number>, repeating)`,E(`The columns indexes of the columns to be returned.`))],compute:function(e,...t){let n=I(e),r=za(t,e=>la(e?.value,this.locale)),i=r.filter(e=>e===0||n.length<Math.abs(e));if(i.length!==0)return new A(E(`The columns arguments must be between -%s and %s (got %s), excluding 0.`,n.length.toString(),n.length.toString(),i.join(`,`)));let a=Array(r.length);for(let e=0;e<r.length;e++)r[e]>0?a[e]=n[r[e]-1]:a[e]=n[n.length+r[e]];return a},isExported:!0},hp={description:E(`Creates a new array from the selected rows in the existing range.`),args:[H(`array (any, range<any>)`,E(`The array that contains the rows to be returned.`)),H(`row_num (number, range<number>)`,E(`The first row index of the rows to be returned.`)),H(`row_num2 (number, range<number>, repeating)`,E(`The rows indexes of the rows to be returned.`))],compute:function(e,...t){let n=I(e),r=za(t,e=>la(e?.value,this.locale)),i=n.length,a=r.filter(e=>e===0||n[0].length<Math.abs(e));return a.length===0?Ca(i,r.length,(e,t)=>r[t]>0?n[e][r[t]-1]:n[e][n[e].length+r[t]]):new A(E(`The rows arguments must be between -%s and %s (got %s), excluding 0.`,n[0].length.toString(),n[0].length.toString(),a.join(`,`)))},isExported:!0},gp={description:E(`Expands or pads an array to specified row and column dimensions.`),args:[H(`array (any, range<any>)`,E(`The array to expand.`)),H(`rows (number)`,E(`The number of rows in the expanded array. If missing, rows will not be expanded.`)),H(`columns (number, optional)`,E(`The number of columns in the expanded array. If missing, columns will not be expanded.`)),H(`pad_with (any, default=0)`,E(`The value with which to pad.`))],compute:function(e,t,n,r={value:0}){let i=I(e),a=la(t?.value,this.locale),o=n===void 0?i.length:la(n.value,this.locale);return a<i[0].length?new A(E(`The rows arguments (%s) must be greater or equal than the number of rows of the array.`,a.toString())):o<i.length?new A(E(`The columns arguments (%s) must be greater or equal than the number of columns of the array.`,o.toString())):Ca(o,a,(e,t)=>e>=i.length||t>=i[e].length?r:i[e][t])},isExported:!0},_p={description:E(`Flattens all the values from one or more ranges into a single column.`),args:[H(`range (any, range<any>)`,E(`The first range to flatten.`)),H(`range2 (any, range<any>, repeating)`,E(`Additional ranges to flatten.`))],compute:function(...e){return[za(e,e=>e===void 0?{value:``}:e)]},isExported:!1},vp={description:E(`Calculates the frequency distribution of a range.`),args:[H(`data (range<number>)`,E(`The array of ranges containing the values to be counted.`)),H(`classes (number, range<number>)`,E(`The range containing the set of classes.`))],compute:function(e,t){let n=za([e],e=>e.value).filter(e=>typeof e==`number`),r=za([t],e=>e.value).filter(e=>typeof e==`number`).map((e,t)=>({initialIndex:t,value:e,count:0})).sort((e,t)=>e.value-t.value);r.push({initialIndex:r.length,value:1/0,count:0});let i=n.sort((e,t)=>e-t),a=0;for(let e of i){for(;e>r[a].value&&a<r.length-1;)a++;r[a].count++}return[r.sort((e,t)=>e.initialIndex-t.initialIndex).map(e=>e.count)]},isExported:!0},yp={description:E(`Appends ranges horizontally and in sequence to return a larger array.`),args:[H(`range1 (any, range<any>)`,E(`The first range to be appended.`)),H(`range2 (any, range<any>, repeating)`,E(`Additional ranges to add to range1.`))],compute:function(...e){let t=Math.max(...e.map(e=>e?.[0]?.length??0)),n=[];for(let r of e){let e=I(r);for(let r=0;r<e.length;r++){let i=Array(t).fill({value:null});for(let t=0;t<e[r].length;t++)i[t]=e[r][t];n.push(i)}}return n},isExported:!0},bp={description:E(`Returns the matrix determinant of a square matrix.`),args:[H(`square_matrix (number, range<number>)`,E(`An range with an equal number of rows and columns representing a matrix whose determinant will be calculated.`))],compute:function(e){let t=sa(e,`square_matrix`);return Lu(t)?Bu(t).determinant:new A(E(`The argument square_matrix must have the same number of columns and rows.`))},isExported:!0},xp={description:E(`Returns the multiplicative inverse of a square matrix.`),args:[H(`square_matrix (number, range<number>)`,E(`An range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated.`))],compute:function(e){let t=sa(e,`square_matrix`);if(!Lu(t))return new A(E(`The argument square_matrix must have the same number of columns and rows.`));let{inverted:n}=Bu(t);return n||new A(E(`The matrix is not invertible.`))},isExported:!0},Sp={description:E(`Calculates the matrix product of two matrices.`),args:[H(`matrix1 (number, range<number>)`,E(`The first matrix in the matrix multiplication operation.`)),H(`matrix2 (number, range<number>)`,E(`The second matrix in the matrix multiplication operation.`))],compute:function(e,t){let n=sa(e,`matrix1`),r=sa(t,`matrix2`);return n.length===0||r.length===0?new A(E(`The first and second arguments of [[FUNCTION_NAME]] must be non-empty matrices.`)):n.length===r[0].length?Hu(n,r):new A(E(`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).`,n.length.toString(),r[0].length.toString()))},isExported:!0},Cp={description:E(`Calculates the sum of the products of corresponding entries in equal-sized ranges.`),args:[H(`range1 (number, range<number>)`,E(`The first range whose entries will be multiplied with corresponding entries in the other ranges.`)),H(`range2 (number, range<number>, repeating)`,E(`The other range whose entries will be multiplied with corresponding entries in the other ranges.`))],compute:function(...e){if(!Iu(...e))return new A(E(`All the ranges must have the same dimensions.`));let t=e.map(I),n=0;for(let e=0;e<t[0].length;e++)for(let r=0;r<t[0][e].length;r++){if(!t.every(t=>typeof t[e][r].value==`number`))continue;let i=1;for(let n of t)i*=M(n[e][r],this.locale);n+=i}return n},isExported:!0};function wp(e,t,n){if(!Iu(e,t))return new A(E(`The arguments array_x and array_y must have the same dimensions.`));let r=I(e),i=I(t),a=!1,o=0;for(let e in r)for(let t in r[e]){let s=r[e][t].value,c=i[e][t].value;typeof s!=`number`||typeof c!=`number`||(a=!0,o+=n(s,c))}return a?o:new A(E(`The arguments array_x and array_y must contain at least one pair of numbers.`))}let Tp={description:E(`Calculates the sum of the difference of the squares of the values in two array.`),args:[H(`array_x (number, range<number>)`,E(`The array or range of values whose squares will be reduced by the squares of corresponding entries in array_y and added together.`)),H(`array_y (number, range<number>)`,E(`The array or range of values whose squares will be subtracted from the squares of corresponding entries in array_x and added together.`))],compute:function(e,t){return wp(e,t,(e,t)=>e**2-t**2)},isExported:!0},Ep={description:E(`Calculates the sum of the sum of the squares of the values in two array.`),args:[H(`array_x (number, range<number>)`,E(`The array or range of values whose squares will be added to the squares of corresponding entries in array_y and added together.`)),H(`array_y (number, range<number>)`,E(`The array or range of values whose squares will be added to the squares of corresponding entries in array_x and added together.`))],compute:function(e,t){return wp(e,t,(e,t)=>e**2+t**2)},isExported:!0},Dp={description:E(`Calculates the sum of squares of the differences of values in two array.`),args:[H(`array_x (number, range<number>)`,E(`The array or range of values that will be reduced by corresponding entries in array_y, squared, and added together.`)),H(`array_y (number, range<number>)`,E(`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.`))],compute:function(e,t){return wp(e,t,(e,t)=>(e-t)**2)},isExported:!0},Op=[H(`array (any, range<any>)`,E(`The array which will be transformed.`)),H(`ignore (number, default=0)`,E(`Whether to ignore certain types of values. By default, no values are ignored.`),[{value:0,label:E(`Keep all values (default)`)},{value:1,label:E(`Ignore blanks`)},{value:2,label:E(`Ignore errors`)},{value:3,label:E(`Ignore blanks and errors`)}]),H(`scan_by_column (number, default=false)`,E(`Scan the array by column. By default, the array is scanned by row.`),[{value:!1,label:E(`Scan by row (default)`)},{value:!0,label:E(`Scan by column`)}])];function kp(e){let t=Math.trunc(e);if(t===0)return()=>!0;if(t===1)return e=>e.value!==null;if(t===2)return e=>!j(e.value);if(t===3)return e=>e.value!==null&&!j(e.value);throw new A(E(`Argument ignore must be between 0 and 3`))}let Ap={description:E(`Transforms a range of cells into a single column.`),args:Op,compute:function(e,t={value:0},n={value:!1}){let r=I(e),i=M(t.value,this.locale),a=(P(n.value)?r:Ea(r)).flat().filter(kp(i));return a.length===0?new Xi(E(`No results for the given arguments of TOCOL.`)):[a]},isExported:!0},jp={description:E(`Transforms a range of cells into a single row.`),args:Op,compute:function(e,t={value:0},n={value:!1}){let r=I(e),i=M(t.value,this.locale),a=(P(n.value)?r:Ea(r)).flat().filter(kp(i)).map(e=>[e]);return a.length===0||a[0].length===0?new Xi(E(`No results for the given arguments of TOROW.`)):a},isExported:!0},Mp={description:E(`Transposes the rows and columns of a range.`),args:[H(`range (any, range<any>)`,E(`The range to be transposed.`))],compute:function(e){let t=I(e),n=t[0].length,r=t.length;return Ca(n,r,(e,n)=>t[n][e])},isExported:!0},Np={description:E(`Appends ranges vertically and in sequence to return a larger array.`),args:[H(`range1 (any, range<any>)`,E(`The first range to be appended.`)),H(`range2 (any, range<any>, repeating)`,E(`Additional ranges to add to range1.`))],compute:function(...e){let t=Math.max(...e.map(e=>I(e).length)),n=e.reduce((e,t)=>e+I(t)[0].length,0),r=Array(t).fill([]).map(()=>Array(n).fill({value:0})),i=0;for(let t of e){let e=I(t);for(let t=0;t<e.length;t++)for(let n=0;n<e[t].length;n++)r[t][i+n]=e[t][n];i+=e[0].length}return r},isExported:!0},Pp={description:E(`Wraps the provided row or column of cells by columns after a specified number of elements to form a new array.`),args:[H(`range (any, range<any>)`,E(`The range to wrap.`)),H(`wrap_count (number)`,E(`The maximum number of cells for each column, rounded down to the nearest whole number.`)),H(`pad_with (any, default=0)`,E(`The value with which to fill the extra cells in the range.`))],compute:function(e,t,n={value:0}){let r=I(e),i=la(t?.value,this.locale);if(!Fu(r))return new A(E(`Argument range must be a single row or column.`));let a=r.flat();return Ca(Math.ceil(a.length/i),i,(e,t)=>{let r=e*i+t;return r<a.length?a[r]:n})},isExported:!0},Fp={description:E(`Wraps the provided row or column of cells by rows after a specified number of elements to form a new array.`),args:[H(`range (any, range<any>)`,E(`The range to wrap.`)),H(`wrap_count (number)`,E(`The maximum number of cells for each row, rounded down to the nearest whole number.`)),H(`pad_with (any, default=0)`,E(`The value with which to fill the extra cells in the range.`))],compute:function(e,t,n={value:0}){let r=I(e),i=la(t?.value,this.locale);if(!Fu(r))return new A(E(`Argument range must be a single row or column.`));let a=r.flat();return Ca(i,Math.ceil(a.length/i),(e,t)=>{let r=t*i+e;return r<a.length?a[r]:n})},isExported:!0};var Ip=l({FORMAT_LARGE_NUMBER:()=>Lp});let Lp={description:E(`Apply a large number format`),args:[H(`value (number)`,E(`The number.`)),H(`unit (string, optional)`,E(`The formatting unit. Use 'k', 'm', or 'b' to force the unit`),[{value:`k`,label:E(`Thousand`)},{value:`m`,label:E(`Million`)},{value:`b`,label:E(`Billion`)}])],compute:function(e,t){return{value:M(e,this.locale),format:Ko(e,t,this.locale)}}};var Rp=class{static getters=[];history;constructor(e){this.history=Object.assign(Object.create(e),{update:e.addChange.bind(e,this),selectCell:()=>{}})}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(let n of e){let e=n.call(this,t);Array.isArray(e)||(e=[e]);let r=e.filter(e=>e!==`Success`);if(r.length)return r}return`Success`}}checkValidations(e,...t){return this.batchValidations(...t)(e)}},zp=class extends Rp{static layers=[];getters;ui;selection;dispatch;canDispatch;constructor({getters:e,stateObserver:t,dispatch:n,canDispatch:r,uiActions:i,selection:a}){super(t),this.getters=e,this.ui=i,this.selection=a,this.dispatch=n,this.canDispatch=r}drawLayer(e,t){}},Bp=class extends zp{subtotalCells=new Set;handle(e){switch(e.type){case`START`:this.subtotalCells.clear();for(let e of this.getters.getSheetIds()){let t=this.getters.getCells(e);for(let e in t){let n=t[e];Vp(n)&&this.subtotalCells.add(n.id)}}break;case`UPDATE_CELL`:{if(!(`content`in e))return;let t=this.getters.getCell(e);if(!t)return;Vp(t)?this.subtotalCells.add(t.id):this.subtotalCells.delete(t.id);break}}wr.has(e.type)&&this.dispatch(`EVALUATE_CELLS`,{cellIds:Array.from(this.subtotalCells)})}};function Vp(e){return e.isFormula&&e.compiledFormula.tokens.some(e=>e.type===`SYMBOL`&&e.value.toUpperCase()===`SUBTOTAL`)}var Hp=l({ABS:()=>Wp,ACOS:()=>Gp,ACOSH:()=>Kp,ACOT:()=>qp,ACOTH:()=>Jp,ASIN:()=>Yp,ASINH:()=>Xp,ATAN:()=>Zp,ATAN2:()=>Qp,ATANH:()=>$p,CEILING:()=>em,CEILING_MATH:()=>nm,CEILING_PRECISE:()=>rm,COS:()=>im,COSH:()=>am,COT:()=>om,COTH:()=>sm,COUNTBLANK:()=>cm,COUNTIF:()=>lm,COUNTIFS:()=>um,COUNTUNIQUE:()=>dm,COUNTUNIQUEIFS:()=>fm,CSC:()=>pm,CSCH:()=>mm,DECIMAL:()=>hm,DEGREES:()=>gm,EXP:()=>_m,FLOOR:()=>vm,FLOOR_MATH:()=>bm,FLOOR_PRECISE:()=>xm,INT:()=>rh,ISEVEN:()=>Sm,ISODD:()=>wm,ISO_CEILING:()=>Cm,LN:()=>Tm,LOG:()=>Em,MOD:()=>Om,MUNIT:()=>km,ODD:()=>Am,PI:()=>jm,POWER:()=>Mm,PRODUCT:()=>Nm,RAND:()=>Pm,RANDARRAY:()=>Fm,RANDBETWEEN:()=>Im,ROUND:()=>Lm,ROUNDDOWN:()=>Rm,ROUNDUP:()=>zm,SEC:()=>Bm,SECH:()=>Vm,SEQUENCE:()=>Hm,SIN:()=>Um,SINH:()=>Wm,SQRT:()=>Gm,SUBTOTAL:()=>Ym,SUM:()=>Xm,SUMIF:()=>Zm,SUMIFS:()=>Qm,TAN:()=>$m,TANH:()=>eh,TRUNC:()=>nh});let Up=/^-?[a-z0-9]+$/i,Wp={description:E(`Absolute value of a number.`),args:[H(`value (number)`,E(`The number of which to return the absolute value.`))],compute:function(e){return Math.abs(M(e,this.locale))},isExported:!0},Gp={description:E(`Inverse cosine of a value, in radians.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse cosine. Must be between -1 and 1, inclusive.`))],compute:function(e){let t=M(e,this.locale);return Math.abs(t)>1?new A(E(`The value (%s) must be between -1 and 1 inclusive.`,t)):Math.acos(t)},isExported:!0},Kp={description:E(`Inverse hyperbolic cosine of a number.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1.`))],compute:function(e){let t=M(e,this.locale);return t<1?new A(E(`The value (%s) must be greater than or equal to 1.`,t)):Math.acosh(t)},isExported:!0},qp={description:E(`Inverse cotangent of a value.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse cotangent.`))],compute:function(e){let t=M(e,this.locale);return(Math.sign(t)||1)*Math.PI/2-Math.atan(t)},isExported:!0},Jp={description:E(`Inverse hyperbolic cotangent of a value.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse hyperbolic cotangent. Must not be between -1 and 1, inclusive.`))],compute:function(e){let t=M(e,this.locale);return Math.abs(t)<=1?new A(E(`The value (%s) cannot be between -1 and 1 inclusive.`,t)):Math.log((t+1)/(t-1))/2},isExported:!0},Yp={description:E(`Inverse sine of a value, in radians.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive.`))],compute:function(e){let t=M(e,this.locale);return Math.abs(t)>1?new A(E(`The value (%s) must be between -1 and 1 inclusive.`,t)):Math.asin(t)},isExported:!0},Xp={description:E(`Inverse hyperbolic sine of a number.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse hyperbolic sine.`))],compute:function(e){return Math.asinh(M(e,this.locale))},isExported:!0},Zp={description:E(`Inverse tangent of a value, in radians.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse tangent.`))],compute:function(e){return Math.atan(M(e,this.locale))},isExported:!0},Qp={description:E(`Angle from the X axis to a point (x,y), in radians.`),args:[H(`x (number)`,E(`The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.`)),H(`y (number)`,E(`The y coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.`))],compute:function(e,t){let n=M(e,this.locale),r=M(t,this.locale);return n===0&&r===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):Math.atan2(r,n)},isExported:!0},$p={description:E(`Inverse hyperbolic tangent of a number.`),args:[H(`value (number)`,E(`The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive.`))],compute:function(e){let t=M(e,this.locale);return Math.abs(t)>=1?new A(E(`The value (%s) must be between -1 and 1 exclusive.`,t)):Math.atanh(t)},isExported:!0},em={description:E(`Rounds number up to nearest multiple of factor.`),args:[H(`value (number)`,E(`The value to round up to the nearest integer multiple of factor.`)),H(`factor (number, default=1)`,E(`The number to whose multiples value will be rounded.`))],compute:function(e,t={value:1}){let n=M(e,this.locale),r=M(t,this.locale);return r<0&&n>0?new A(E(`The factor (%s) must be positive when the value (%s) is positive.`,r,n)):{value:r?Math.ceil(n/r)*r:0,format:e?.format}},isExported:!0};function tm(e,t,n=0){return t===0?0:(t=Math.abs(t),e>=0?Math.ceil(e/t)*t:n===0?-Math.floor(Math.abs(e)/t)*t:-Math.ceil(Math.abs(e)/t)*t)}let nm={description:E(`Rounds number up to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round up to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded. The sign of significance will be ignored.`)),H(`mode (number, default=0)`,E(`If number is negative, specifies the rounding direction. If 0 or blank, it is rounded towards zero. Otherwise, it is rounded away from zero.`))],compute:function(e,t={value:1},n={value:0}){let r=M(t,this.locale);return{value:tm(M(e,this.locale),r,M(n,this.locale)),format:e?.format}},isExported:!0},rm={description:E(`Rounds number up to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round up to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded.`))],compute:function(e,t={value:1}){let n=M(t,this.locale);return{value:tm(M(e,this.locale),n),format:e?.format}},isExported:!0},im={description:E(`Cosine of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the cosine of, in radians.`))],compute:function(e){return Math.cos(M(e,this.locale))},isExported:!0},am={description:E(`Hyperbolic cosine of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic cosine of.`))],compute:function(e){return Math.cosh(M(e,this.locale))},isExported:!0},om={description:E(`Cotangent of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the cotangent of, in radians.`))],compute:function(e){let t=M(e,this.locale);return t===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):1/Math.tan(t)},isExported:!0},sm={description:E(`Hyperbolic cotangent of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic cotangent of.`))],compute:function(e){let t=M(e,this.locale);return t===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):1/Math.tanh(t)},isExported:!0},cm={description:E(`Number of empty values.`),args:[H(`value1 (any, range)`,E(`The first value or range in which to count the number of blanks.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges in which to count the number of blanks.`))],compute:function(...e){return ba(e,(e,t)=>t===void 0||t.value===null||t.value===``?e+1:e,0)},isExported:!0},lm={description:E(`A conditional count across a range.`),args:[H(`range (range)`,E(`The range that is tested against criterion.`)),H(`criterion (string)`,E(`The pattern or test to apply to range.`))],compute:function(...e){let t=0;return Na(e,(e,n)=>{t+=1},this.locale),t},isExported:!0},um={description:E(`Count values depending on multiple criteria.`),args:[H(`criteria_range1 (range)`,E(`The range to check against criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1.`)),H(`criteria_range2 (any, range, repeating)`,E(`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.`)),H(`criterion2 (string, repeating)`,E(`Additional criteria to check.`))],compute:function(...e){let t=0;return Na(e,(e,n)=>{t+=1},this.locale),t},isExported:!0},dm={description:E(`Counts number of unique values in a range.`),args:[H(`value1 (any, range)`,E(`The first value or range to consider for uniqueness.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges to consider for uniqueness.`))],compute:function(...e){return Mu(e)}},fm={description:E(`Counts number of unique values in a range, filtered by a set of criteria.`),args:[H(`range (range)`,E(`The range of cells from which the number of unique values will be counted.`)),H(`criteria_range1 (range)`,E(`The range of cells over which to evaluate criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.`)),H(`criteria_range2 (any, range, repeating)`,E(`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.`)),H(`criterion2 (string, repeating)`,E(`The pattern or test to apply to criteria_range2.`))],compute:function(e,...t){let n=new Set;return Na(t,(t,r)=>{let i=e[t]?.[r];Ba(i)&&n.add(i.value)},this.locale),n.size}},pm={description:E(`Cosecant of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the cosecant of, in radians.`))],compute:function(e){let t=M(e,this.locale);return t===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):1/Math.sin(t)},isExported:!0},mm={description:E(`Hyperbolic cosecant of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic cosecant of.`))],compute:function(e){let t=M(e,this.locale);return t===0?new $i(E(`Function [[FUNCTION_NAME]] caused a divide by zero error.`)):1/Math.sinh(t)},isExported:!0},hm={description:E(`Converts from another base to decimal.`),args:[H(`value (string)`,E(`The number to convert.`)),H(`base (number)`,E(`The base to convert the value from.`))],compute:function(e,t){let n=M(t,this.locale);if(n=Math.floor(n),2>n||n>36)return new A(E(`The base (%s) must be between 2 and 36 inclusive.`,n));let r=N(e);if(r===``)return 0;if(!Up.test(r))return new A(E(`The value (%s) must be a valid base %s representation.`,r,n));let i=parseInt(r,n);return isNaN(i)?new A(E(`The value (%s) must be a valid base %s representation.`,r,n)):i},isExported:!0},gm={description:E(`Converts an angle value in radians to degrees.`),args:[H(`angle (number)`,E(`The angle to convert from radians to degrees.`))],compute:function(e){return M(e,this.locale)*180/Math.PI},isExported:!0},_m={description:E(`Euler's number, e (~2.718) raised to a power.`),args:[H(`value (number)`,E(`The exponent to raise e.`))],compute:function(e){return Math.exp(M(e,this.locale))},isExported:!0},vm={description:E(`Rounds number down to nearest multiple of factor.`),args:[H(`value (number)`,E(`The value to round down to the nearest integer multiple of factor.`)),H(`factor (number, default=1)`,E(`The number to whose multiples value will be rounded.`))],compute:function(e,t={value:1}){let n=M(e,this.locale),r=M(t,this.locale);return r<0&&n>0?new A(E(`The factor (%s) must be positive when the value (%s) is positive.`,r,n)):{value:r?Math.floor(n/r)*r:0,format:e?.format}},isExported:!0};function ym(e,t,n=0){return t===0?0:(t=Math.abs(t),e>=0?Math.floor(e/t)*t:n===0?-Math.ceil(Math.abs(e)/t)*t:-Math.floor(Math.abs(e)/t)*t)}let bm={description:E(`Rounds number down to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round down to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded. The sign of significance will be ignored.`)),H(`mode (number, default=0)`,E(`If number is negative, specifies the rounding direction. If 0 or blank, it is rounded away from zero. Otherwise, it is rounded towards zero.`))],compute:function(e,t={value:1},n={value:0}){let r=M(t,this.locale);return{value:ym(M(e,this.locale),r,M(n,this.locale)),format:e?.format}},isExported:!0},xm={description:E(`Rounds number down to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round down to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded.`))],compute:function(e,t={value:1}){let n=M(t,this.locale);return{value:ym(M(e,this.locale),n),format:e?.format}},isExported:!0},Sm={description:E(`Whether the provided value is even.`),args:[H(`value (number)`,E(`The value to be verified as even.`))],compute:function(e){let t=ca(e,this.locale);return!(Math.floor(Math.abs(t))&1)},isExported:!0},Cm={description:E(`Rounds number up to nearest multiple of factor.`),args:[H(`number (number)`,E(`The value to round up to the nearest integer multiple of significance.`)),H(`significance (number, default=1)`,E(`The number to whose multiples number will be rounded.`))],compute:function(e,t={value:1}){return{value:tm(M(e,this.locale),M(t,this.locale)),format:e?.format}},isExported:!0},wm={description:E(`Whether the provided value is even.`),args:[H(`value (number)`,E(`The value to be verified as even.`))],compute:function(e){let t=ca(e,this.locale);return!!(Math.floor(Math.abs(t))&1)},isExported:!0},Tm={description:E(`The logarithm of a number, base e (euler's number).`),args:[H(`value (number)`,E(`The value for which to calculate the logarithm, base e.`))],compute:function(e){let t=M(e,this.locale);return t<=0?new A(E(`The value (%s) must be strictly positive.`,t)):Math.log(t)},isExported:!0},Em={description:E(`The logarithm of a number, for a given base.`),args:[H(`value (number)`,E(`The value for which to calculate the logarithm.`)),H(`base (number, default=10)`,E(`The base of the logarithm.`))],compute:function(e,t={value:10}){let n=M(e,this.locale),r=M(t,this.locale);return n<=0?new A(E(`The value (%s) must be strictly positive.`,n)):r<=0?new A(E(`The base (%s) must be strictly positive.`,r)):r===1?new A(E(`The base must be different from 1.`)):Math.log10(n)/Math.log10(r)},isExported:!0};function Dm(e,t){Pu(t,E(`The divisor must be different from 0.`));let n=e%t;return n>0&&t<0||n<0&&t>0?n+t:n}let Om={description:E(`Modulo (remainder) operator.`),args:[H(`dividend (number)`,E(`The number to be divided to find the remainder.`)),H(`divisor (number)`,E(`The number to divide by.`))],compute:function(e,t){let n=M(t,this.locale);return{value:Dm(M(e,this.locale),n),format:e?.format}},isExported:!0},km={description:E(`Returns a n x n unit matrix, where n is the input dimension.`),args:[H(`dimension (number)`,E(`An integer specifying the dimension size of the unit matrix. It must be positive.`))],compute:function(e){let t=la(e,this.locale);return t<1?new A(E(`The argument dimension must be positive`)):zu(t)},isExported:!0},Am={description:E(`Rounds a number up to the nearest odd integer.`),args:[H(`value (number)`,E(`The value to round to the next greatest odd number.`))],compute:function(e){let t=M(e,this.locale),n=Math.ceil(Math.abs(t));return n=n&1?n:n+1,{value:t<0?-n:n,format:e?.format}},isExported:!0},jm={description:E(`The number pi.`),args:[],compute:function(){return Math.PI},isExported:!0},Mm={description:E(`A number raised to a power.`),args:[H(`base (number)`,E(`The number to raise to the exponent power.`)),H(`exponent (number)`,E(`The exponent to raise base to.`))],compute:function(e,t){let n=M(e,this.locale),r=M(t,this.locale);return n<0&&!Number.isInteger(r)?new A(E(`The exponent (%s) must be an integer when the base is negative.`,r)):{value:n**+r,format:e?.format}},isExported:!0},Nm={description:E(`Result of multiplying a series of numbers together.`),args:[H(`factor1 (number, range<number>)`,E(`The first number or range to calculate for the product.`)),H(`factor2 (number, range<number>, repeating)`,E(`More numbers or ranges to calculate for the product.`))],compute:function(...e){let t=0,n=1;for(let r of e)if(Ir(r))for(let e of r)for(let r of e){let e=r.value;if(typeof e==`number`&&(n*=e,t+=1),j(e))return r}else r!==void 0&&r.value!==null&&(n*=ca(r,this.locale),t+=1);return{value:t===0?0:n,format:ta(e[0])}},isExported:!0},Pm={description:E(`A random number between 0 inclusive and 1 exclusive.`),args:[],compute:function(){return Math.random()},isExported:!0},Fm={description:E(`Returns a grid of random numbers between 0 inclusive and 1 exclusive.`),args:[H(`rows (number, default=1)`,E(`The number of rows to be returned.`)),H(`columns (number, default=1)`,E(`The number of columns to be returned.`)),H(`min (number, default=0)`,E(`The minimum number you would like returned.`)),H(`max (number, default=1)`,E(`The maximum number you would like returned.`)),H(`whole_number (boolean, default=FALSE)`,E(`Return a whole number or a decimal value.`),[{value:!1,label:E(`Decimal (default)`)},{value:!0,label:E(`Integer`)}])],compute:function(e={value:1},t={value:1},n={value:0},r={value:1},i={value:!1}){let a=la(t,this.locale),o=la(e,this.locale),s=M(n,this.locale),c=M(r,this.locale),l=P(i);if(a<1)return new A(E(`The number of columns (%s) must be positive.`,a));if(o<1)return new A(E(`The number of rows (%s) must be positive.`,o));if(s>c)return new A(E(`The maximum (%s) must be greater than or equal to the minimum (%s).`,c,s));if(l&&(!Number.isInteger(s)||!Number.isInteger(c)))return new A(E(`The maximum (%s) and minimum (%s) must be integers when whole_number is TRUE.`,c.toString(),s.toString()));let u=Array(a);for(let e=0;e<a;e++){u[e]=Array(o);for(let t=0;t<o;t++)l?u[e][t]=Math.floor(Math.random()*(c-s+1)+s):u[e][t]=s+Math.random()*(c-s)}return u},isExported:!0},Im={description:E(`Random integer between two values, inclusive.`),args:[H(`low (number)`,E(`The low end of the random range.`)),H(`high (number)`,E(`The high end of the random range.`))],compute:function(e,t){let n=M(e,this.locale);Number.isInteger(n)||(n=Math.ceil(n));let r=M(t,this.locale);return Number.isInteger(r)||(r=Math.floor(r)),n>r?new A(E(`The high (%s) must be greater than or equal to the low (%s).`,r,n)):{value:n+Math.ceil((r-n+1)*Math.random())-1,format:e?.format}},isExported:!0},Lm={description:E(`Rounds a number according to standard rules.`),args:[H(`value (number)`,E(`The value to round to places number of places.`)),H(`places (number, default=0)`,E(`The number of decimal places to which to round.`))],compute:function(e,t={value:0}){let n=M(e,this.locale),r=M(t,this.locale),i=Math.abs(n),a;return r===0?a=Math.round(i):(Number.isInteger(r)||(r=Math.trunc(r)),a=Math.round(i*10**r)/10**r),{value:n>=0?a:-a,format:e?.format}},isExported:!0},Rm={description:E(`Rounds down a number.`),args:[H(`value (number)`,E(`The value to round to places number of places, always rounding down.`)),H(`places (number, default=0)`,E(`The number of decimal places to which to round.`))],compute:function(e,t={value:0}){let n=M(e,this.locale),r=M(t,this.locale),i=Math.abs(n),a;return r===0?a=Math.floor(i):(Number.isInteger(r)||(r=Math.trunc(r)),a=Math.floor(i*10**r)/10**r),{value:n>=0?a:-a,format:e?.format}},isExported:!0},zm={description:E(`Rounds up a number.`),args:[H(`value (number)`,E(`The value to round to places number of places, always rounding up.`)),H(`places (number, default=0)`,E(`The number of decimal places to which to round.`))],compute:function(e,t={value:0}){let n=M(e,this.locale),r=M(t,this.locale),i=Math.abs(n),a;return r===0?a=Math.ceil(i):(Number.isInteger(r)||(r=Math.trunc(r)),a=Math.ceil(i*10**r)/10**r),{value:n>=0?a:-a,format:e?.format}},isExported:!0},Bm={description:E(`Secant of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the secant of, in radians.`))],compute:function(e){return 1/Math.cos(M(e,this.locale))},isExported:!0},Vm={description:E(`Hyperbolic secant of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic secant of.`))],compute:function(e){return 1/Math.cosh(M(e,this.locale))},isExported:!0},Hm={description:E(`Returns a sequence of numbers.`),args:[H(`rows (number)`,E(`The number of rows to return`)),H(`columns (number, optional, default=1)`,E(`The number of columns to return`)),H(`start (number, optional, default=1)`,E(`The first number in the sequence`)),H(`step (number, optional, default=1)`,E(`The amount to increment each value in the sequence`))],compute:function(e,t={value:1},n={value:1},r={value:1}){let i=M(n,this.locale),a=M(r,this.locale),o=la(e,this.locale),s=la(t,this.locale);return s<1?new A(E(`The number of columns (%s) must be positive.`,s)):o<1?new A(E(`The number of rows (%s) must be positive.`,o)):Ca(s,o,(e,t)=>({value:i+t*s*a+e*a}))},isExported:!0},Um={description:E(`Sine of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the sine of, in radians.`))],compute:function(e){return Math.sin(M(e,this.locale))},isExported:!0},Wm={description:E(`Hyperbolic sine of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic sine of.`))],compute:function(e){return Math.sinh(M(e,this.locale))},isExported:!0},Gm={description:E(`Positive square root of a positive number.`),args:[H(`value (number)`,E(`The number for which to calculate the positive square root.`))],compute:function(e){let t=M(e,this.locale);return t<0?new A(E(`The value (%s) must be positive or null.`,t)):{value:Math.sqrt(t),format:e?.format}},isExported:!0},Km={1:`AVERAGE`,2:`COUNT`,3:`COUNTA`,4:`MAX`,5:`MIN`,6:`PRODUCT`,7:`STDEV`,8:`STDEVP`,9:`SUM`,10:`VAR`,11:`VARP`},qm=Object.entries(Km).map(([e,t])=>({value:parseInt(e),label:E(`%s (include manually-hidden rows)`,t)})),Jm=Object.entries(Km).map(([e,t])=>({value:parseInt(e)+100,label:E(`%s (exclude manually-hidden rows)`,t)})),Ym={description:E(`Returns a subtotal for a vertical range of cells using a specified aggregation function.`),args:[H(`function_code (number)`,E(`The function to use in subtotal aggregation.`),[...qm,...Jm]),H(`ref1 (meta, range<meta>)`,E(`The range or reference for which you want the subtotal.`)),H(`ref2 (meta, range<meta>, repeating)`,E(`Additional ranges or references for which you want the subtotal.`))],compute:function(e,...t){let n=la(e,this.locale),r=!0;if(n>100&&(n-=100,r=!1),n<1||n>11)return new A(E(`The function code (%s) must be between 1 to 11 or 101 to 111.`,n));let i=[];for(let e of t){let t=e[0][0],n=Mc(t.value).sheetName,a=n?this.getters.getSheetIdByName(n):this.__originSheetId;if(!a)continue;let{top:o,left:s}=Es(t.value),c=s+e.length-1,l=o+e[0].length-1;for(let e=o;e<=l;e++)if(!this.getters.isRowFiltered(a,e)&&!(!r&&this.getters.isRowHiddenByUser(a,e)))for(let t=s;t<=c;t++){let n=this.getters.getCorrespondingFormulaCell({sheetId:a,col:t,row:e});(!n||!Vp(n))&&i.push(this.getters.getEvaluatedCell({sheetId:a,col:t,row:e}))}}return this[Km[n]].apply(this,[[i]])},isExported:!0},Xm={description:E(`Sum of a series of numbers and/or cells.`),args:[H(`value1 (number, range<number>)`,E(`The first number or range to add together.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional numbers or ranges to add to value1.`))],compute:function(...e){let t=e[0];return{value:ju(e,this.locale),format:ta(t)}},isExported:!0},Zm={description:E(`A conditional sum across a range.`),args:[H(`criteria_range (range)`,E(`The range which is tested against criterion.`)),H(`criterion (string)`,E(`The pattern or test to apply to range.`)),H(`sum_range (range, default=criteria_range)`,E(`The range to be summed, if different from range.`))],compute:function(e,t,n){n===void 0&&(n=e);let r=0;return Na([e,t],(e,t)=>{let i=n[e]?.[t]?.value;typeof i==`number`&&(r+=i)},this.locale),r},isExported:!0},Qm={description:E(`Sums a range depending on multiple criteria.`),args:[H(`sum_range (range)`,E(`The range to sum.`)),H(`criteria_range1 (range)`,E(`The range to check against criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1.`)),H(`criteria_range2 (any, range, repeating)`,E(`Additional ranges to check.`)),H(`criterion2 (string, repeating)`,E(`Additional criteria to check.`))],compute:function(e,...t){let n=0;return Na(t,(t,r)=>{let i=e[t]?.[r]?.value;typeof i==`number`&&(n+=i)},this.locale),n},isExported:!0},$m={description:E(`Tangent of an angle provided in radians.`),args:[H(`angle (number)`,E(`The angle to find the tangent of, in radians.`))],compute:function(e){return Math.tan(M(e,this.locale))},isExported:!0},eh={description:E(`Hyperbolic tangent of any real number.`),args:[H(`value (number)`,E(`Any real value to calculate the hyperbolic tangent of.`))],compute:function(e){return Math.tanh(M(e,this.locale))},isExported:!0};function th(e,t){return t===0?Math.trunc(e):(Number.isInteger(t)||(t=Math.trunc(t)),Math.trunc(e*10**t)/10**t)}let nh={description:E(`Truncates a number.`),args:[H(`value (number)`,E(`The value to be truncated.`)),H(`places (number, default=0)`,E(`The number of significant digits to the right of the decimal point to retain.`))],compute:function(e,t={value:0}){return{value:th(M(e,this.locale),M(t,this.locale)),format:e?.format}},isExported:!0},rh={description:E(`Rounds a number down to the nearest integer that is less than or equal to it.`),args:[H(`value (number)`,E(`The number to round down to the nearest integer.`))],compute:function(e){return Math.floor(M(e,this.locale))},isExported:!0};var ih=l({AVEDEV:()=>mh,AVERAGE:()=>hh,AVERAGEA:()=>yh,AVERAGEIF:()=>bh,AVERAGEIFS:()=>xh,AVERAGE_WEIGHTED:()=>vh,CORREL:()=>Uh,COUNT:()=>Sh,COUNTA:()=>Ch,COVAR:()=>wh,COVARIANCE_P:()=>Th,COVARIANCE_S:()=>Eh,FORECAST:()=>Dh,GROWTH:()=>Oh,INTERCEPT:()=>kh,LARGE:()=>Ah,LINEST:()=>jh,LOGEST:()=>Mh,MATTHEWS:()=>Nh,MAX:()=>Ph,MAXA:()=>Fh,MAXIFS:()=>Ih,MEDIAN:()=>Lh,MIN:()=>Rh,MINA:()=>zh,MINIFS:()=>Bh,PEARSON:()=>Hh,PERCENTILE:()=>Wh,PERCENTILE_EXC:()=>Gh,PERCENTILE_INC:()=>Kh,POLYFIT_COEFFS:()=>qh,POLYFIT_FORECAST:()=>Jh,QUARTILE:()=>Yh,QUARTILE_EXC:()=>Xh,QUARTILE_INC:()=>Zh,RANK:()=>Qh,RSQ:()=>$h,SLOPE:()=>eg,SMALL:()=>tg,SPEARMAN:()=>ng,STDEV:()=>rg,STDEVA:()=>og,STDEVP:()=>sg,STDEVPA:()=>cg,STDEV_P:()=>ig,STDEV_S:()=>ag,STEYX:()=>lg,TREND:()=>ug,VAR:()=>dg,VARA:()=>mg,VARP:()=>hg,VARPA:()=>gg,VAR_P:()=>fg,VAR_S:()=>pg});let ah=[{value:!0,label:E(`b is calculated normally`)},{value:!1,label:E(`b is forced to 1`)}],oh=[{value:!1,label:E(`do not return additional regression statistics`)},{value:!0,label:E(`return additional regression statistics`)}],sh=[{value:1,label:E(`order 1 (Linear)`)},{value:2,label:E(`order 2 (Quadratic)`)},{value:3,label:E(`order 3 (Cubic)`)},{value:4,label:E(`order 4 (Quartic)`)},{value:5,label:E(`order 5 (Quintic)`)},{value:6,label:E(`order 6 (Sextic)`)}],ch=[{value:!0,label:E(`Compute intercept`)},{value:!1,label:E(`Force intercept to 0`)}],lh=[{value:0,label:E(`Minimum value`)},{value:1,label:E(`First quartile (25th percentile)`)},{value:2,label:E(`Median value (50th percentile)`)},{value:3,label:E(`Third quartile (75th percentile)`)},{value:4,label:E(`Maximum value`)}];function uh(e,t){let n=[],r=[],i=0,a=0;_a([e],e=>{n.push(e),i+=1}),_a([t],e=>{r.push(e),a+=1}),Nu(i===a,E(`[[FUNCTION_NAME]] has mismatched argument count %s vs %s.`,i,a));let o=[],s=[];for(let e=0;e<i;e++){let t=n[e]?.value,i=r[e]?.value;typeof t==`number`&&typeof i==`number`&&(s.push(t),o.push(i))}return{flatDataX:o,flatDataY:s}}function dh(e,t,n){let{flatDataX:r,flatDataY:i}=uh(e,t),a=i.length;Pu(a),n&&Pu(a-1);let o=0,s=0;for(let e=0;e<a;e++)o+=i[e],s+=r[e];let c=o/a,l=s/a,u=0;for(let e=0;e<a;e++)u+=(i[e]-c)*(r[e]-l);return u/(a-+!!n)}function fh(e,t,n,r){let i=0,a=n?Sa:xa,o=a(e,(e,t)=>(i+=1,e+t),0,r);Pu(i),t&&Pu(i-1);let s=o/i;return a(e,(e,t)=>e+(t-s)**2,0,r)/(i-+!!t)}function ph(e,t,n,r){let i=M(t,r);Nu(n?0<=i&&i<=1:0<i&&i<1,E(`Function [[FUNCTION_NAME]] parameter 2 value is out of range.`));let a=[],o,s=0;return _a(e,e=>{let t=e?.value;typeof t==`number`&&(o=Pa(a,e,`nextSmaller`,`asc`,a.length,(e,t)=>e[t]),a.splice(o+1,0,t),s++)}),Nu(s!==0,Va),n||Nu(1/(s+1)<=i&&i<=s/(s+1),E(`Function [[FUNCTION_NAME]] parameter 2 value is out of range.`)),Gi(a,i,n)}let mh={description:E(`Average magnitude of deviations from mean.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){let t=0,n=xa(e,(e,n)=>(t+=1,e+n),0,this.locale);if(t===0)return new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`));let r=n/t;return xa(e,(e,t)=>e+Math.abs(r-t),0,this.locale)/t},isExported:!0},hh={description:E(`Numerical average value in a dataset, ignoring text.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the average value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the average value.`))],compute:function(...e){return{value:qu(e,this.locale),format:ta(e[0])}},isExported:!0},gh=E(`[[FUNCTION_NAME]] has mismatched range sizes.`),_h=E(`[[FUNCTION_NAME]] expects the weight to be positive or equal to 0.`),vh={description:E(`Weighted average.`),args:[H(`values (number, range<number>)`,E(`Values to average.`)),H(`weights (number, range<number>)`,E(`Weights for each corresponding value.`)),H(`additional_values (number, range<number>, repeating)`,E(`Additional values to average.`)),H(`additional_weights (number, range<number>, repeating)`,E(`Additional weights.`))],compute:function(...e){let t=0,n=0;for(let r=0;r<e.length-1;r+=2){let i=e[r],a=e[r+1];if(!Iu(i,a))return new A(gh);if(Ir(i))for(let e=0;e<i.length;e++)for(let r=0;r<i[0].length;r++){let o=i[e][r].value,s=Ir(a)?a?.[e][r].value:M(a,this.locale),c=typeof o==`number`,l=typeof s==`number`;if(c&&l){if(s<0)return new A(_h);t+=o*s,n+=s;continue}if(c!==l)return new A(E(`[[FUNCTION_NAME]] expects number values.`))}else{let e=M(i,this.locale),r=Ir(a)?a?.[0][0].value:M(a,this.locale);if(typeof r==`number`){if(r<0)return new A(_h);t+=e*r,n+=r}}}return n===0?new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`)):{value:t/n,format:ta(e[0])}}},yh={description:E(`Numerical average value in a dataset.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the average value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the average value.`))],compute:function(...e){let t=0,n=Sa(e,(e,n)=>(t+=1,e+n),0,this.locale);return t===0?new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`)):{value:n/t,format:ta(e[0])}},isExported:!0},bh={description:E(`Average of values depending on criteria.`),args:[H(`criteria_range (number, range<number>)`,E(`The range to check against criterion.`)),H(`criterion (string)`,E(`The pattern or test to apply to criteria_range.`)),H(`average_range (number, range<number>, default=criteria_range)`,E(`The range to average. If not included, criteria_range is used for the average instead.`))],compute:function(e,t,n){let r=I(n===void 0?e:n),i=0,a=0;return Na([e,t],(e,t)=>{let n=r[e]?.[t]?.value;typeof n==`number`&&(i+=1,a+=n)},this.locale),i===0?new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`)):a/i},isExported:!0},xh={description:E(`Average of values depending on multiple criteria.`),args:[H(`average_range (range)`,E(`The range to average.`)),H(`criteria_range1 (range)`,E(`The range to check against criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1.`)),H(`criteria_range2 (any, range, repeating)`,E(`Additional criteria_range and criterion to check.`)),H(`criterion2 (string, repeating)`,E(`The pattern or test to apply to criteria_range2.`))],compute:function(e,...t){let n=I(e),r=0,i=0;return Na(t,(e,t)=>{let a=n[e]?.[t]?.value;typeof a==`number`&&(r+=1,i+=a)},this.locale),r===0?new $i(E(`Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.`)):i/r},isExported:!0},Sh={description:E(`The number of numeric values in dataset.`),args:[H(`value1 (number, any, range<number>)`,E(`The first value or range to consider when counting.`)),H(`value2 (number, any, range<number>, repeating)`,E(`Additional values or ranges to consider when counting.`))],compute:function(...e){return Ju(e,this.locale)},isExported:!0},Ch={description:E(`The number of values in a dataset.`),args:[H(`value1 (any, range)`,E(`The first value or range to consider when counting.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges to consider when counting.`))],compute:function(...e){return Yu(e)},isExported:!0},wh={description:E(`The covariance of a dataset.`),args:[H(`data_y (any, range)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (any, range)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){return dh(e,t,!1)},isExported:!0},Th={description:E(`The covariance of a dataset.`),args:[H(`data_y (any, range)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (any, range)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){return dh(e,t,!1)},isExported:!0},Eh={description:E(`The sample covariance of a dataset.`),args:[H(`data_y (any, range)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (any, range)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){return dh(e,t,!0)},isExported:!0},Dh={description:E(`Calculates the expected y-value for a specified x based on a linear regression of a dataset.`),args:[H(`x (number, range<number>)`,E(`The value(s) on the x-axis to forecast.`)),H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t,n){let{flatDataX:r,flatDataY:i}=uh(t,n);return r.length===0||i.length===0?new Xi(Va):ad([i],[r],wa(I(e),e=>M(e,this.locale)),!0)},isExported:!0},Oh={description:E(`Fits points to exponential growth trend.`),args:[H(`known_data_y (range<number>)`,E(`The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.`)),H(`known_data_x (range<number>, default={1;2;3;...})`,E(`The values of the independent variable(s) corresponding with known_data_y.`)),H(`new_data_x (any, range, default=known_data_x)`,E(`The data points to return the y values for on the ideal curve fit.`)),H(`b (boolean, default=TRUE)`,E(`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.`),ah)],compute:function(e,t=[[]],n=[[]],r={value:!0}){return e.length===0||e[0].length===0?new A(Ha(`known_data_y`)):rd(ad(id(sa(e,`known_data_y`)),sa(t,`known_data_x`),sa(n,`new_data_y`),P(r)))}},kh={description:E(`Compute the intercept of the linear regression.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let{flatDataX:n,flatDataY:r}=uh(e,t);if(n.length===0||r.length===0)return new Xi(Va);let[[],[i]]=$u([n],[r]);return i},isExported:!0},Ah={description:E(`Nth largest element from a data set.`),args:[H(`data (any, range)`,E(`Array or range containing the dataset to consider.`)),H(`n (number)`,E(`The rank from largest to smallest of the element to return.`))],compute:function(e,t){let n=Math.trunc(M(t?.value,this.locale)),r=[],i,a=0;_a([e],e=>{typeof e?.value==`number`&&(i=Pa(r,e,`nextSmaller`,`asc`,r.length,(e,t)=>e[t].value),r.splice(i+1,0,e),a++,a>n&&(r.shift(),a--))});let o=r.shift();return o===void 0?new A(Va):a<n?new A(E(`Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.`,n)):o},isExported:!0},jh={description:E(`Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>, default={1;2;3;...})`,E(`The range representing the array or matrix of independent data.`)),H(`calculate_b (boolean, default=TRUE)`,E(`A flag specifying whether to compute the slope or not`),ah),H(`verbose (boolean, default=FALSE)`,E(`A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept`),oh)],compute:function(e,t=[[]],n={value:!0},r={value:!1}){return e.length===0||e[0].length===0?new A(Ha(`data_y`)):$u(sa(t,`data_x`),sa(e,`data_y`),P(n),P(r))},isExported:!0},Mh={description:E(`Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>, optional, default={1;2;3;...})`,E(`The range representing the array or matrix of independent data.`)),H(`calculate_b (boolean, default=TRUE)`,E(`A flag specifying whether to compute the slope or not`),ah),H(`verbose (boolean, default=FALSE)`,E(`A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept`),oh)],compute:function(e,t=[[]],n={value:!0},r={value:!1}){if(e.length===0||e[0].length===0)return new A(Ha(`data_y`));let i=$u(sa(t,`data_x`),id(sa(e,`data_y`)),P(n),P(r));for(let e=0;e<i.length;e++)i[e][0]=Math.exp(i[e][0]);return i},isExported:!0},Nh={description:E(`Compute the Matthews correlation coefficient of a dataset.`),args:[H(`data_x (range)`,E(`The range representing the array or matrix of observed data.`)),H(`data_y (range)`,E(`The range representing the array or matrix of predicted data.`))],compute:function(e,t){let n=e.flat(),r=t.flat();if(Ku(n,r),n.length===0||r.length===0)return new Xi(Va);let i=n.length,a=0,o=0,s=0,c=0;for(let e=0;e<i;++e){let t=P(n[e]);t===P(r[e])?t?o++:a++:t?c++:s++}return(o*a-s*c)/Math.sqrt((o+s)*(o+c)*(a+s)*(a+c))},isExported:!1},Ph={description:E(`Maximum value in a numeric dataset.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the maximum value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the maximum value.`))],compute:function(...e){return Xu(e,this.locale)},isExported:!0},Fh={description:E(`Maximum numeric value in a dataset.`),args:[H(`value1 (any, range)`,E(`The first value or range to consider when calculating the maximum value.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges to consider when calculating the maximum value.`))],compute:function(...e){let t=Sa(e,(e,t)=>Math.max(t,e),-1/0,this.locale);return{value:t===-1/0?0:t,format:ta(e[0])}},isExported:!0},Ih={description:E(`Returns the maximum value in a range of cells, filtered by a set of criteria.`),args:[H(`range (range)`,E(`The range of cells from which the maximum will be determined.`)),H(`criteria_range1 (range)`,E(`The range of cells over which to evaluate criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.`)),H(`criteria_range2 (any, range, repeating)`,E(`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.`)),H(`criterion2 (string, repeating)`,E(`The pattern or test to apply to criteria_range2.`))],compute:function(e,...t){let n=-1/0;return Na(t,(t,r)=>{let i=e[t]?.[r]?.value;typeof i==`number`&&(n=n<i?i:n)},this.locale),n===-1/0?0:n},isExported:!0},Lh={description:E(`Median value in a numeric dataset.`),args:[H(`value1 (any, range)`,E(`The first value or range to consider when calculating the median value.`)),H(`value2 (any, range, repeating)`,E(`Additional values or ranges to consider when calculating the median value.`))],compute:function(...e){let t=[];return va(e,e=>{t.push(e)},this.locale),{value:ph(t,{value:.5},!0,this.locale),format:ta(t[0])}},isExported:!0},Rh={description:E(`Minimum value in a numeric dataset.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the minimum value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the minimum value.`))],compute:function(...e){return Zu(e,this.locale)},isExported:!0},zh={description:E(`Minimum numeric value in a dataset.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range to consider when calculating the minimum value.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to consider when calculating the minimum value.`))],compute:function(...e){let t=Sa(e,(e,t)=>Math.min(t,e),1/0,this.locale);return{value:t===1/0?0:t,format:ta(e[0])}},isExported:!0},Bh={description:E(`Returns the minimum value in a range of cells, filtered by a set of criteria.`),args:[H(`range (range)`,E(`The range of cells from which the minimum will be determined.`)),H(`criteria_range1 (range)`,E(`The range of cells over which to evaluate criterion1.`)),H(`criterion1 (string)`,E(`The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.`)),H(`criteria_range2 (any, range, repeating)`,E(`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.`)),H(`criterion2 (string, repeating)`,E(`The pattern or test to apply to criteria_range2.`))],compute:function(e,...t){let n=1/0;return Na(t,(t,r)=>{let i=e[t]?.[r]?.value;typeof i==`number`&&(n=n>i?i:n)},this.locale),n===1/0?0:n},isExported:!0};function Vh(e,t){let{flatDataX:n,flatDataY:r}=uh(e,t);if(n.length===0||r.length===0)return new Xi(Va);let i=n.length,a=0,o=0,s=0,c=0,l=0;for(let e=0;e<i;e++){let t=n[e],i=r[e];a+=t,o+=i,s+=t*i,c+=t*t,l+=i*i}return(i*s-a*o)/Math.sqrt((i*c-a*a)*(i*l-o*o))}let Hh={description:E(`Compute the Pearson product-moment correlation coefficient of a dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){return Vh(e,t)},isExported:!0},Uh=Hh,Wh={description:E(`Value at a given percentile of a dataset.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`percentile (number)`,E(`The percentile whose value within data will be calculated and returned.`))],compute:function(e,t){return Kh.compute.bind(this)(e,t)},isExported:!0},Gh={description:E(`Value at a given percentile of a dataset exclusive of 0 and 1.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`percentile (number)`,E(`The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned.`))],compute:function(e,t){return{value:ph([e],t,!1,this.locale),format:ta(e)}},isExported:!0},Kh={description:E(`Value at a given percentile of a dataset.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`percentile (number)`,E(`The percentile whose value within data will be calculated and returned.`))],compute:function(e,t){return{value:ph([e],t,!0,this.locale),format:ta(e)}},isExported:!0},qh={description:E(`Compute the coefficients of polynomial regression of the dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`)),H(`order (number)`,E(`The order of the polynomial to fit the data, between 1 and 6.`),sh),H(`intercept (boolean, default=TRUE)`,E(`A flag specifying whether to compute the intercept or not.`),ch)],compute:function(e,t,n,r={value:!0}){let{flatDataX:i,flatDataY:a}=uh(e,t);return i.length===0||a.length===0?new Xi(Va):ed(a,i,M(n,this.locale),P(r))},isExported:!1},Jh={description:E(`Predict value by computing a polynomial regression of the dataset.`),args:[H(`x (number, range<number>)`,E(`The value(s) on the x-axis to forecast.`)),H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`)),H(`order (number)`,E(`The order of the polynomial to fit the data, between 1 and 6.`),sh),H(`intercept (boolean, default=TRUE)`,E(`A flag specifying whether to compute the intercept or not.`),ch)],compute:function(e,t,n,r,i={value:!0}){let a=M(r,this.locale),{flatDataX:o,flatDataY:s}=uh(t,n);if(o.length===0||s.length===0)return new Xi(Va);let c=ed(s,o,a,P(i)).flat();return wa(I(e),e=>nd(c,M(e,this.locale),a))},isExported:!1},Yh={description:E(`Value nearest to a specific quartile of a dataset.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`quartile_number (number)`,E(`Which quartile value to return.`),lh)],compute:function(e,t){return Zh.compute.bind(this)(e,t)},isExported:!0},Xh={description:E(`Value nearest to a specific quartile of a dataset exclusive of 0 and 4.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`quartile_number (number)`,E(`Which quartile value, exclusive of 0 and 4, to return.`),[{value:1,label:E(`First quartile (25th percentile)`)},{value:2,label:E(`Median value (50th percentile)`)},{value:3,label:E(`Third quartile (75th percentile)`)}])],compute:function(e,t){let n={value:.25*Math.trunc(M(t,this.locale))};return{value:ph([e],n,!1,this.locale),format:ta(e)}},isExported:!0},Zh={description:E(`Value nearest to a specific quartile of a dataset.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`quartile_number (number)`,E(`Which quartile value to return.`),lh)],compute:function(e,t){let n={value:.25*Math.trunc(M(t,this.locale))};return{value:ph([e],n,!0,this.locale),format:ta(e)}},isExported:!0},Qh={description:E(`Returns the rank of a specified value in a dataset.`),args:[H(`value (number)`,E(`The value whose rank will be determined.`)),H(`data (range)`,E(`The range containing the dataset to consider.`)),H(`is_ascending (boolean, default=FALSE)`,E(`Whether to consider the values in data in descending or ascending order.`),[{value:!1,label:E(`Descending`)},{value:!0,label:E(`Ascending`)}])],compute:function(e,t,n={value:!1}){let r=P(n),i=M(e,this.locale),a=1,o=!1;for(let e of t)for(let t of e){if(typeof t.value!=`number`)continue;let e=M(t,this.locale);e===i?o=!0:e>i!==r&&a++}return o?a:new Xi(E(`Value not found in the given data.`))},isExported:!0},$h={description:E(`Compute the square of r, the Pearson product-moment correlation coefficient of a dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let n=Vh(e,t);if(n instanceof Error)throw n;return n**2},isExported:!0},eg={description:E(`Compute the slope of the linear regression.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let{flatDataX:n,flatDataY:r}=uh(e,t);if(n.length===0||r.length===0)return new Xi(Va);let[[i]]=$u([n],[r]);return i},isExported:!0},tg={description:E(`Nth smallest element in a data set.`),args:[H(`data (any, range)`,E(`The array or range containing the dataset to consider.`)),H(`n (number)`,E(`The rank from smallest to largest of the element to return.`))],compute:function(e,t){let n=Math.trunc(M(t?.value,this.locale)),r=[],i,a=0;_a([e],e=>{typeof e?.value==`number`&&(i=Pa(r,e,`nextSmaller`,`asc`,r.length,(e,t)=>e[t].value),r.splice(i+1,0,e),a++,a>n&&(r.pop(),a--))});let o=r.pop();return o===void 0?new A(Va):a<n?new A(E(`Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.`,n)):o},isExported:!0},ng={description:E(`Compute the Spearman rank correlation coefficient of a dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let{flatDataX:n,flatDataY:r}=uh(t,e);if(n.length===0||r.length===0)return new Xi(Va);let i=n.length,a=n.map((e,t)=>[e,r[t]]);a.sort((e,t)=>e[0]-t[0]);for(let e=0;e<i;++e)a[e][0]=e;a.sort((e,t)=>e[1]-t[1]);let o=0;for(let e=0;e<i;++e)o+=(a[e][0]-e)**2;return 1-6*o/(i**3-i)},isExported:!1},rg={description:E(`Standard deviation.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return Math.sqrt(dg.compute.bind(this)(...e))},isExported:!0},ig={description:E(`Standard deviation of entire population.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return Math.sqrt(fg.compute.bind(this)(...e))},isExported:!0},ag={description:E(`Standard deviation.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return Math.sqrt(pg.compute.bind(this)(...e))},isExported:!0},og={description:E(`Standard deviation of sample (text as 0).`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return Math.sqrt(mg.compute.bind(this)(...e))},isExported:!0},sg={description:E(`Standard deviation of entire population.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return Math.sqrt(hg.compute.bind(this)(...e))},isExported:!0},cg={description:E(`Standard deviation of entire population (text as 0).`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return Math.sqrt(gg.compute.bind(this)(...e))},isExported:!0},lg={description:E(`Calculates the standard error of the predicted y-value for each x in the regression of a dataset.`),args:[H(`data_y (range<number>)`,E(`The range representing the array or matrix of dependent data.`)),H(`data_x (range<number>)`,E(`The range representing the array or matrix of independent data.`))],compute:function(e,t){let{flatDataX:n,flatDataY:r}=uh(e,t);return n.length===0||r.length===0?new Xi(Va):$u([n],[r],!0,!0)[1][2]},isExported:!0},ug={description:E(`Fits points to linear trend derived via least-squares.`),args:[H(`known_data_y (number, range<number>)`,E(`The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.`)),H(`known_data_x (number, range<number>, optional, default={1;2;3;...})`,E(`The values of the independent variable(s) corresponding with known_data_y.`)),H(`new_data_x (number, range<number>, optional, default=known_data_x)`,E(`The data points to return the y values for on the ideal curve fit.`)),H(`b (boolean, optional, default=TRUE)`,E(`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.`),ah)],compute:function(e,t=[[]],n=[[]],r={value:!0}){return e.length===0||e[0].length===0?new A(Ha(`known_data_y`)):ad(sa(e,`known_data_y`),sa(t,`known_data_x`),sa(n,`new_data_y`),P(r))}},dg={description:E(`Variance.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return fh(e,!0,!1,this.locale)},isExported:!0},fg={description:E(`Variance of entire population.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return fh(e,!1,!1,this.locale)},isExported:!0},pg={description:E(`Variance.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return fh(e,!0,!1,this.locale)},isExported:!0},mg={description:E(`Variance of sample (text as 0).`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the sample.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the sample.`))],compute:function(...e){return fh(e,!0,!0,this.locale)},isExported:!0},hg={description:E(`Variance of entire population.`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return fh(e,!1,!1,this.locale)},isExported:!0},gg={description:E(`Variance of entire population (text as 0).`),args:[H(`value1 (number, range<number>)`,E(`The first value or range of the population.`)),H(`value2 (number, range<number>, repeating)`,E(`Additional values or ranges to include in the population.`))],compute:function(...e){return fh(e,!1,!0,this.locale)},isExported:!0};var _g=l({DAVERAGE:()=>bg,DCOUNT:()=>xg,DCOUNTA:()=>Sg,DGET:()=>Cg,DMAX:()=>wg,DMIN:()=>Tg,DPRODUCT:()=>Eg,DSTDEV:()=>Dg,DSTDEVP:()=>Og,DSUM:()=>kg,DVAR:()=>Ag,DVARP:()=>jg});function vg(e,t,n,r){let i=new Map,a=e.length;for(let t=a-1;t>=0;t--)i.set(N(e[t][0]).toUpperCase(),t);let o=t?.value;if(typeof o!=`number`&&typeof o!=`string`)throw new A(E(`The field must be a number or a string`));let s;if(typeof o==`number`){if(s=Math.trunc(o)-1,s<0||a-1<s)throw new A(E(`The field (%(fieldValue)s) must be one of %(dimRowDB)s or must be a number between 1 and %s inclusive.`,{fieldValue:o.toString(),dimRowDB:a.toString()}))}else{let e=N(t).toUpperCase();if(s=i.get(e)??-1,s===-1)throw new A(E(`The field (%s) must be one of %s.`,N(t),[...i.keys()].toString()))}let c=n[0].length;if(c<2)throw new A(E(`The criteria range contains %s row, it must be at least 2 rows.`,c.toString()));let l=new Set,u=e[0].length;for(let t=1;t<c;t++){let a=[],o=!0;for(let r=0;r<n.length;r++){let s=N(n[r][0]).toUpperCase(),c=i.get(s),l=n[r][t];if(l.value!==null)if(c!==void 0)a.push([e[c].slice(1,u)]),a.push(l);else{o=!1;break}}if(o)if(a.length>0)Na(a,(e,t)=>{l.add(t)},r,!0);else{l=new Set(Array(u-1).keys());break}}let d=e[s];return[...l].map(e=>d[e+1])}let yg=[H(`database (range)`,E(`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.`)),H(`field (number, string)`,E(`Indicates which column in database contains the values to be extracted and operated on.`)),H(`criteria (range)`,E(`An array or range containing zero or more criteria to filter the database values by before operating.`))],bg={description:E(`Average of a set of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return hh.compute.bind(this)([r])},isExported:!0},xg={description:E(`Counts values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Sh.compute.bind(this)([r])},isExported:!0},Sg={description:E(`Counts values and text from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Ch.compute.bind(this)([r])},isExported:!0},Cg={description:E(`Single value from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return r.length===1?r[0]:new A(E(`More than one match found in DGET evaluation.`))},isExported:!0},wg={description:E(`Maximum of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Ph.compute.bind(this)([r])},isExported:!0},Tg={description:E(`Minimum of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Rh.compute.bind(this)([r])},isExported:!0},Eg={description:E(`Product of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Nm.compute.bind(this)([r])},isExported:!0},Dg={description:E(`Standard deviation of population sample from table.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return rg.compute.bind(this)([r])},isExported:!0},Og={description:E(`Standard deviation of entire population from table.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return sg.compute.bind(this)([r])},isExported:!0},kg={description:E(`Sum of values from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return Xm.compute.bind(this)([r])},isExported:!0},Ag={description:E(`Variance of population sample from table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return dg.compute.bind(this)([r])},isExported:!0},jg={description:E(`Variance of a population from a table-like range.`),args:yg,compute:function(e,t,n){let r=vg(e,t,n,this.locale);return hg.compute.bind(this)([r])},isExported:!0},Mg=E(`The cashflow_amounts and cashflow_dates ranges must have the same dimensions.`),Ng=E(`There must be both positive and negative values in cashflow_amounts.`),Pg=e=>E(`The cost (%s) must be positive or null.`,e),Fg=e=>E(`The cost (%s) must be strictly positive.`,e),Ig=e=>E(`The frequency (%s) must be one of %s`,e,[1,2,4].toString()),Lg=e=>E(`The day_count_convention (%s) must be between 0 and 4 inclusive.`,e),Rg=e=>E(`The depreciation factor (%s) must be strictly positive.`,e),zg=e=>E(`The discount (%s) must be different from -1.`,e),Bg=e=>E(`The discount (%s) must be strictly positive.`,e),Vg=e=>E(`The discount (%s) must be smaller than 1.`,e),Hg=e=>E(`The effective_rate (%s) must be strictly positive.`,e),Ug=e=>E(`The end_period (%s) must be positive or null.`,e),Wg=(e,t)=>E(`The end_period (%(end)s) must be smaller or equal to the life (%(life)s).`,{end:e,life:t}),Gg=e=>E(`All the dates should be greater or equal to the first date in cashflow_dates (%s).`,e),Kg=(e,t)=>E(`The first_period (%(first)s) must be smaller or equal to the last_period (%(last)s).`,{first:e,last:t}),qg=e=>E(`The first_period (%s) must be strictly positive.`,e),Jg=e=>E(`The future_value (%s) must be strictly positive.`,e),Yg=e=>E(`The investment (%s) must be strictly positive.`,e),Xg=e=>E(`The issue (%s) must be positive or null.`,e),Zg=(e,t)=>E(`The last_period (%(last)s) must be smaller or equal to the number_of_periods (%(nPeriods)s).`,{last:e,nPeriods:t}),Qg=e=>E(`The last_period (%s) must be strictly positive.`,e),$g=e=>E(`The life (%s) must be strictly positive.`,e),e_=(e,t)=>E(`The maturity (%(maturity)s) must be strictly greater than the settlement (%(settlement)s).`,{maturity:t,settlement:e}),t_=e=>E(`The month (%s) must be between 1 and 12 inclusive.`,e),n_=e=>E(`The nominal_rate (%s) must be strictly positive.`,e),r_=e=>E(`The number_of_periods (%s) must be different from zero.`,e),i_=e=>E(`The number_of_periods (%s) must be strictly positive.`,e),a_=e=>E(`The period must be between 1 and number_of_periods (%s)`,e),o_=(e,t)=>E(`The period (%(period)s) must be less than or equal to %(lifeLimit)s.`,{period:e,lifeLimit:t}),s_=e=>E(`The period (%s) must be positive or null.`,e),c_=e=>E(`The periods_by_year (%s) must be strictly positive.`,e),l_=(e,t)=>E(`The period (%(period)s) must be less than or equal life (%(life)s).`,{period:e,life:t}),u_=e=>E(`The period (%s) must be strictly positive.`,e),d_=e=>E(`The present_value (%s) must be strictly positive.`,e),f_=e=>E(`The price (%s) must be strictly positive.`,e),p_=(e,t)=>E(`The purchase_date (%(purchaseDate)s) must be before the first_period_end (%(firstPeriodEnd)s).`,{purchaseDate:e,firstPeriodEnd:t}),m_=e=>E(`The purchase_date (%s) must be positive or null.`,e),h_=e=>E(`The rate_guess (%s) must be strictly greater than -1.`,e),g_=e=>E(`The rate (%s) must be positive or null.`,e),__=e=>E(`The rate (%s) must be strictly positive.`,e),v_=e=>E(`The redemption (%s) must be strictly positive.`,e),y_=e=>E(`The salvage (%s) must be positive or null.`,e),b_=(e,t)=>E(`The salvage (%(salvage)s) must be smaller or equal than the cost (%(cost)s).`,{salvage:e,cost:t}),x_=(e,t)=>E(`The settlement date (%(settlement)s) must be greater or equal to the issue date (%(issue)s).`,{settlement:e,issue:t}),S_=(e,t)=>E(`The settlement date (%(settlement)s) must at most one year after the maturity date (%(maturity)s).`,{settlement:e,maturity:t}),C_=(e,t)=>E(`The settlement date (%(settlement)s) must be strictly greater than the issue date (%(issue)s).`,{settlement:e,issue:t}),w_=e=>E(`The start_period (%s) must be positive or null.`,e),T_=(e,t)=>E(`The start_period (%(start)s) must be smaller or equal to the end_period (%(end)s).`,{start:e,end:t}),E_=e=>E(`The unit (%s) must be strictly positive.`,e),D_=e=>E(`The yield (%s) must be positive or null.`,e);function O_(e){return e.some(e=>e>0)&&e.some(e=>e<0)}function k_(e){return![0,1,2,3,4].includes(e)}function A_(e){return![1,2,4].includes(e)}function j_(e,t,n){let r=F(e,n),i=F(t,n),a=F(e,n);return a.setFullYear(r.getFullYear()+1),i.getTime()<=a.getTime()}let M_=[{value:0,label:E(`US (NASD) 30/360`)},{value:1,label:E(`Actual/Actual`)},{value:2,label:E(`Actual/360`)},{value:3,label:E(`Actual/365`)},{value:4,label:E(`European 30/360`)}];var N_=l({DATE:()=>F_,DATEDIF:()=>I_,DATEVALUE:()=>L_,DAY:()=>R_,DAYS:()=>z_,DAYS360:()=>B_,EDATE:()=>V_,EOMONTH:()=>H_,HOUR:()=>U_,ISOWEEKNUM:()=>W_,MINUTE:()=>G_,MONTH:()=>K_,MONTH_END:()=>lv,MONTH_START:()=>cv,NETWORKDAYS:()=>q_,NETWORKDAYS_INTL:()=>X_,NOW:()=>Z_,QUARTER:()=>uv,QUARTER_END:()=>fv,QUARTER_START:()=>dv,SECOND:()=>Q_,TIME:()=>$_,TIMEVALUE:()=>ev,TODAY:()=>tv,WEEKDAY:()=>nv,WEEKNUM:()=>rv,WORKDAY:()=>iv,WORKDAY_INTL:()=>av,YEAR:()=>ov,YEARFRAC:()=>sv,YEAR_END:()=>mv,YEAR_START:()=>pv}),P_=function(e){return 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`,e}(P_||{});let F_={description:E(`Converts year/month/day into a date.`),args:[H(`year (number)`,E(`The year component of the date.`)),H(`month (number)`,E(`The month component of the date.`)),H(`day (number)`,E(`The day component of the date.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=Math.trunc(M(n,this.locale));if(r<0||r>9999)return new A(E(`The year (%s) must be between 0 and 9999 inclusive.`,r.toString()));r<1900&&(r+=1900);let o=Ci(new O(r,i-1,a));return o<0?new A(E(`The function [[FUNCTION_NAME]] result must be greater than or equal 01/01/1900.`)):{value:o,format:this.locale.dateFormat}},isExported:!0},I_={description:E(`Calculates the number of days, months, or years between two dates.`),args:[H(`start_date (date)`,E(`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.`)),H(`end_date (date)`,E(`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.`)),H(`unit (string)`,E(`A text abbreviation for unit of time.`),[{value:`Y`,label:E(`The number of whole years between start_date and end_date`)},{value:`M`,label:E(`The number of whole months between start_date and end_date`)},{value:`D`,label:E(`The number of days between start_date and end_date`)},{value:`MD`,label:E(`The number of days between start_date and end_date after subtracting whole months`)},{value:`YM`,label:E(`The number of whole months between start_date and end_date after subtracting whole years`)},{value:`YD`,label:E(`The number of days between start_date and end_date, assuming start_date and end_date were no more than one year apart`)}])],compute:function(e,t,n){let r=N(n).toUpperCase();if(!Object.values(P_).includes(r))return new A(aa(Object.values(P_),N(n)));let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Si(i),s=Si(a);if(a<i)return new A(E(`start_date (%s) should be on or before end_date (%s).`,o.toLocaleDateString(),s.toLocaleDateString()));switch(r){case`Y`:return Mi(o,s);case`M`:return Ai(o,s);case`D`:return ji(o,s);case`YM`:return Ai(o,s)-Mi(o,s)*12;case`MD`:let e=s.getDate()-o.getDate();return e<0&&(e=Ti(new O(s.getFullYear(),s.getMonth()-1,1))-Math.abs(e)),e;case`YD`:{if(Ni(i,a))return ji(o,s);let e=new O(o.getFullYear(),s.getMonth(),s.getDate()),t=ji(o,e);return t<0&&(e.setFullYear(o.getFullYear()+1),t=ji(o,e)),t}}},isExported:!0},L_={description:E(`Converts a date string to a date value.`),args:[H(`date_string (string)`,E(`The string representing the date.`))],compute:function(e){let t=N(e),n=fi(t,this.locale);return n===null?new A(E(`The date_string (%s) cannot be parsed to date/time.`,t.toString())):Math.trunc(n.value)},isExported:!0},R_={description:E(`Day of the month that a specific date falls on.`),args:[H(`date (string)`,E(`The date from which to extract the day.`))],compute:function(e){return F(e,this.locale).getDate()},isExported:!0},z_={description:E(`Number of days between two dates.`),args:[H(`end_date (date)`,E(`The end of the date range.`)),H(`start_date (date)`,E(`The start of the date range.`))],compute:function(e,t){let n=F(e,this.locale),r=F(t,this.locale),i=n.getTime()-r.getTime();return Math.round(i/Qr)},isExported:!0},B_={description:E(`Number of days between two dates on a 360-day year (months of 30 days).`),args:[H(`start_date (date)`,E(`The start date to consider in the calculation.`)),H(`end_date (date)`,E(`The end date to consider in the calculation.`)),H(`method (boolean, default=false)`,E(`An indicator of what day count method to use.`),[{value:!1,label:E(`U.S. NASD method (default)`)},{value:!0,label:E(`European method`)}])],compute:function(e,t,n={value:!1}){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=ki(r,i,P(n)?4:0);return Math.sign(i-r)*Math.round(a*360)},isExported:!0},V_={description:E(`Date a number of months before/after another date.`),args:[H(`start_date (date)`,E(`The date from which to calculate the result.`)),H(`months (number)`,E(`The number of months before (negative) or after (positive) 'start_date' to calculate.`))],compute:function(e,t){return{value:Ci(Di(F(e,this.locale),Math.trunc(M(t,this.locale)),!1)),format:this.locale.dateFormat}},isExported:!0},H_={description:E(`Last day of a month before or after a date.`),args:[H(`start_date (date)`,E(`The date from which to calculate the result.`)),H(`months (number)`,E(`The number of months before (negative) or after (positive) 'start_date' to consider.`))],compute:function(e,t){let n=F(e,this.locale),r=Math.trunc(M(t,this.locale));return{value:Ci(new O(n.getFullYear(),n.getMonth()+r+1,0)),format:this.locale.dateFormat}},isExported:!0},U_={description:E(`Hour component of a specific time.`),args:[H(`time (date)`,E(`The time from which to calculate the hour component.`))],compute:function(e){return F(e,this.locale).getHours()},isExported:!0},W_={description:E(`ISO week number of the year.`),args:[H(`date (date)`,E(`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.`))],compute:function(e){let t=F(e,this.locale),n=t.getFullYear(),r=1;for(;new O(n,0,r).getDay()!==4;)r+=1;let i=new O(n,0,r-3),a=31;for(;new O(n,11,a).getDay()!==4;)--a;let o=new O(n,11,a+3),s;s=i.getTime()<=t.getTime()?t.getTime()<=o.getTime()?0:1:-1;let c;switch(s){case 0:c=i;break;case 1:c=new O(n,11,a+3+1);break;case-1:let e=1;for(;new O(n-1,0,e).getDay()!==4;)e+=1;c=new O(n-1,0,e-3);break}let l=(t.getTime()-c.getTime())/Qr;return Math.floor(l/7)+1},isExported:!0},G_={description:E(`Minute component of a specific time.`),args:[H(`time (date)`,E(`The time from which to calculate the minute component.`))],compute:function(e){return F(e,this.locale).getMinutes()},isExported:!0},K_={description:E(`Month of the year a specific date falls in`),args:[H(`date (date)`,E(`The date from which to extract the month.`))],compute:function(e){return F(e,this.locale).getMonth()+1},isExported:!0},q_={description:E(`Net working days between two provided days.`),args:[H(`start_date (date)`,E(`The start date of the period from which to calculate the number of net working days.`)),H(`end_date (date)`,E(`The end date of the period from which to calculate the number of net working days.`)),H(`holidays (date, range<date>, optional)`,E(`A range or array constant containing the date serial numbers to consider holidays.`))],compute:function(e,t,n){return X_.compute.bind(this)(e,t,{value:1},n)},isExported:!0};function J_(e){let t=e?.value;if(typeof t==`string`){Nu(t.length===7&&[...t].every(e=>e===`0`||e===`1`),E(`When weekend is a string (%s) it must be composed of "0" or "1".`,t));let e=[];for(let n=0;n<7;n++)t[n]===`1`&&e.push((n+1)%7);return e}if(typeof t==`number`)return Nu(1<=t&&t<=7||11<=t&&t<=17,E(`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 A(E(`The weekend must be a number or a string.`))}let Y_=[{value:1,label:E(`Saturday/Sunday are weekends`)},{value:2,label:E(`Sunday/Monday are weekends`)},{value:3,label:E(`Monday/Tuesday are weekends`)},{value:4,label:E(`Tuesday/Wednesday are weekends`)},{value:5,label:E(`Wednesday/Thursday are weekends`)},{value:6,label:E(`Thursday/Friday are weekends`)},{value:7,label:E(`Friday/Saturday are weekends`)},{value:11,label:E(`Sunday is the only weekend`)},{value:12,label:E(`Monday is the only weekend`)},{value:13,label:E(`Tuesday is the only weekend`)},{value:14,label:E(`Wednesday is the only weekend`)},{value:15,label:E(`Thursday is the only weekend`)},{value:16,label:E(`Friday is the only weekend`)},{value:17,label:E(`Saturday is the only weekend`)}],X_={description:E(`Net working days between two dates (specifying weekends).`),args:[H(`start_date (date)`,E(`The start date of the period from which to calculate the number of net working days.`)),H(`end_date (date)`,E(`The end date of the period from which to calculate the number of net working days.`)),H(`weekend (any, default=1)`,E(`A number or string representing which days of the week are considered weekends.`),Y_),H(`holidays (date, range<date>, optional)`,E(`A range or array constant containing the dates to consider as holidays.`))],compute:function(e,t,n={value:1},r){let i=F(e,this.locale),a=F(t,this.locale),o=J_(n),s=new Set;r!==void 0&&_a([r],e=>{let t=F(e,this.locale);s.add(t.getTime())});let c=i.getTime()>a.getTime(),l=O.fromTimestamp((c?i:a).getTime()),u=O.fromTimestamp((c?a:i).getTime()),d=l.getTime(),f=u.getTime(),p=0;for(;f<=d;)!o.includes(u.getDay())&&!s.has(f)&&(p+=1),u.setDate(u.getDate()+1),f=u.getTime();return c?-p:p},isExported:!0},Z_={description:E(`Current date and time as a date value.`),args:[],compute:function(){let e=O.now(),t=e.getTime()-Zr.getTime(),n=e.getHours()/24+e.getMinutes()/1440+e.getSeconds()/86400;return{value:Math.floor(t/Qr)+n,format:Ou(this.locale)}},isExported:!0},Q_={description:E(`Minute component of a specific time.`),args:[H(`time (date)`,E(`The time from which to calculate the second component.`))],compute:function(e){return F(e,this.locale).getSeconds()},isExported:!0},$_={description:E(`Converts hour/minute/second into a time.`),args:[H(`hour (number)`,E(`The hour component of the time.`)),H(`minute (number)`,E(`The minute component of the time.`)),H(`second (number)`,E(`The second component of the time.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=Math.trunc(M(n,this.locale));return i+=Math.floor(a/60),a=a%60+(a<0?60:0),r+=Math.floor(i/60),i=i%60+(i<0?60:0),r%=24,r<0?new A(E(`The function [[FUNCTION_NAME]] result cannot be negative`)):{value:r/24+i/1440+a/(1440*60),format:this.locale.timeFormat}},isExported:!0},ev={description:E(`Converts a time string into its serial number representation.`),args:[H(`time_string (string)`,E(`The string that holds the time representation.`))],compute:function(e){let t=N(e),n=fi(t,this.locale);if(n===null)return new A(E(`The time_string (%s) cannot be parsed to date/time.`,t));let r=n.value-Math.trunc(n.value);return r<0?1+r:r},isExported:!0},tv={description:E(`Current date as a date value.`),args:[],compute:function(){let e=O.now();return{value:Ci(new O(e.getFullYear(),e.getMonth(),e.getDate())),format:this.locale.dateFormat}},isExported:!0},nv={description:E(`Day of the week of the date provided (as number).`),args:[H(`date (date)`,E(`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.`)),H(`type (number, default=1)`,E(`A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1.`),[{value:1,label:E(`Numbers 1 (Sunday) trough 7 (Saturday)`)},{value:2,label:E(`Numbers 1 (Monday) trough 7 (Sunday)`)},{value:3,label:E(`Numbers 0 (Monday) trough 6 (Sunday)`)},{value:11,label:E(`Numbers 1 (Monday) trough 7 (Sunday)`)},{value:12,label:E(`Numbers 1 (Tuesday) trough 7 (Monday)`)},{value:13,label:E(`Numbers 1 (Wednesday) trough 7 (Tuesday)`)},{value:14,label:E(`Numbers 1 (Thursday) trough 7 (Wednesday)`)},{value:15,label:E(`Numbers 1 (Friday) trough 7 (Thursday)`)},{value:16,label:E(`Numbers 1 (Saturday) trough 7 (Friday)`)},{value:17,label:E(`Numbers 1 (Sunday) trough 7 (Saturday)`)}])],compute:function(e,t={value:1}){let n=F(e,this.locale),r=Math.round(M(t,this.locale)),i=n.getDay();if(!(1<=r&&r<=3)&&!(11<=r&&r<=17))return new A(E(`The type (%s) must be between 1 and 3 or between 11 and 17.`,r));switch(r){case 1:return i+1;case 2:return i===0?7:i;case 3:return i===0?6:i-1}let a=r-10,o=(i+1-a+7)%7;return o===0?7:o},isExported:!0},rv={description:E(`Week number of the year.`),args:[H(`date (date)`,E(`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.`)),H(`type (number, default=1)`,E(`A number representing the day that a week starts on. Sunday = 1.`),[{value:1,label:E(`Sunday`)},{value:2,label:E(`Monday`)},{value:11,label:E(`Monday`)},{value:12,label:E(`Tuesday`)},{value:13,label:E(`Wednesday`)},{value:14,label:E(`Thursday`)},{value:15,label:E(`Friday`)},{value:16,label:E(`Saturday`)},{value:17,label:E(`Sunday`)},{value:21,label:E(`ISO week number (Monday as first day of the week)`)}])],compute:function(e,t={value:1}){let n=F(e,this.locale),r=Math.round(M(t,this.locale));if(![1,2,11,12,13,14,15,16,17,21].includes(r))return new A(E(`The type (%s) is out of range.`,r.toString()));if(r===21)return W_.compute.bind(this)(e);let i;i=r===1||r===2?r-1:r-10==7?0:r-10;let a=n.getFullYear(),o=1,s=new O(a,0,o);for(;s.getDay()!==i;)o+=1,s=new O(a,0,o);let c=(n.getTime()-s.getTime())/Qr;return c<0?1:Math.floor(c/7)+(o===1?1:2)},isExported:!0},iv={description:E(`Date after a number of workdays.`),args:[H(`start_date (date)`,E(`The date from which to begin counting.`)),H(`num_days (number)`,E(`The number of working days to advance from start_date. If negative, counts backwards.`)),H(`holidays (date, range<date>, optional)`,E(`A range or array constant containing the dates to consider holidays.`))],compute:function(e,t,n={value:null}){return av.compute.bind(this)(e,t,{value:1},n)},isExported:!0},av={description:E(`Date after a number of workdays (specifying weekends).`),args:[H(`start_date (date)`,E(`The date from which to begin counting.`)),H(`num_days (number)`,E(`The number of working days to advance from start_date. If negative, counts backwards.`)),H(`weekend (any, default=1)`,E(`A number or string representing which days of the week are considered weekends.`),Y_),H(`holidays (date, range<date>, optional)`,E(`A range or array constant containing the dates to consider holidays.`))],compute:function(e,t,n={value:1},r){let i=F(e,this.locale),a=Math.trunc(M(t,this.locale));if(n.value===`1111111`)return new A(E(`The weekend must be different from '1111111'.`));let o=J_(n),s=new Set;r!==void 0&&_a([r],e=>{let t=F(e,this.locale);s.add(t.getTime())});let c=O.fromTimestamp(i.getTime()),l=c.getTime(),u=Math.sign(a),d=Math.abs(a);for(;d>0;)c.setDate(c.getDate()+u),l=c.getTime(),!o.includes(c.getDay())&&!s.has(l)&&--d;let f=l-Zr.getTime();return{value:Math.round(f/Qr),format:this.locale.dateFormat}},isExported:!0},ov={description:E(`Year specified by a given date.`),args:[H(`date (date)`,E(`The date from which to extract the year.`))],compute:function(e){return F(e,this.locale).getFullYear()},isExported:!0},sv={description:E(`Exact number of years between two dates.`),args:[H(`start_date (date)`,E(`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.`)),H(`end_date (date)`,E(`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.`)),H(`day_count_convention (number, default=0)`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n={value:0}){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=Math.trunc(M(n,this.locale));return r<0?new A(E(`The start_date (%s) must be positive or null.`,r)):i<0?new A(E(`The end_date (%s) must be positive or null.`,i)):0>a||a>4?new A(E(`The day_count_convention (%s) must be between 0 and 4 inclusive.`,a)):ki(r,i,a)}},cv={description:E(`First day of the month preceding a date.`),args:[H(`date (date)`,E(`The date from which to calculate the result.`))],compute:function(e){let t=F(e,this.locale);return{value:Ci(new O(t.getFullYear(),t.getMonth(),1)),format:this.locale.dateFormat}}},lv={description:E(`Last day of the month following a date.`),args:[H(`date (date)`,E(`The date from which to calculate the result.`))],compute:function(e){return H_.compute.bind(this)(e,{value:0})}},uv={description:E(`Quarter of the year a specific date falls in`),args:[H(`date (date)`,E(`The date from which to extract the quarter.`))],compute:function(e){return Math.ceil((F(e,this.locale).getMonth()+1)/3)}},dv={description:E(`First day of the quarter of the year a specific date falls in.`),args:[H(`date (date)`,E(`The date from which to calculate the start of quarter.`))],compute:function(e){let t=uv.compute.bind(this)(e);return{value:Ci(new O(ov.compute.bind(this)(e),(t-1)*3,1)),format:this.locale.dateFormat}}},fv={description:E(`Last day of the quarter of the year a specific date falls in.`),args:[H(`date (date)`,E(`The date from which to calculate the end of quarter.`))],compute:function(e){let t=uv.compute.bind(this)(e);return{value:Ci(new O(ov.compute.bind(this)(e),t*3,0)),format:this.locale.dateFormat}}},pv={description:E(`First day of the year a specific date falls in.`),args:[H(`date (date)`,E(`The date from which to calculate the start of the year.`))],compute:function(e){return{value:Ci(new O(ov.compute.bind(this)(e),0,1)),format:this.locale.dateFormat}}},mv={description:E(`Last day of the year a specific date falls in.`),args:[H(`date (date)`,E(`The date from which to calculate the end of the year.`))],compute:function(e){return{value:Ci(new O(ov.compute.bind(this)(e)+1,0,0)),format:this.locale.dateFormat}}};var hv=l({DELTA:()=>gv});let gv={description:E(`Compare two numeric values, returning 1 if they're equal.`),args:[H(`number1 (number)`,E(`The first number to compare.`)),H(`number2 (number, default=0)`,E(`The second number to compare.`))],compute:function(e,t={value:0}){return+(M(e,this.locale)===M(t,this.locale))},isExported:!0},_v=[`number`,`error`,`text`,`boolean`];function vv(e){let t=e===`asc`?1:-1;return(e,n)=>{if(e.type===`empty`)return n.type===`empty`?0:1;if(n.type===`empty`)return-1;let r=_v.indexOf(e.type)-_v.indexOf(n.type);return r===0&&(r=e.type===`text`||e.type===`error`?e.value.localeCompare(n.value):e.value-n.value),t*r}}function yv(e,t,n){let r=e.map((e,t)=>({index:t,type:e.type,value:e.value}));return(n?r.map(e=>e.type===`empty`?{...e,type:`number`,value:0}:e):r).sort(vv(t))}function bv(e,t,n,r,i){let a=r.right>r.left;if(e.model.getters.doesIntersectMerge(t,r)){a=!1;let n;for(let i=r.top;i<=r.bottom;i++){n=[];for(let a=r.left;a<=r.right;a++){let r=e.model.getters.getMerge({sheetId:t,col:a,row:i});r&&!n.includes(r.id.toString())&&n.push(r.id.toString())}if(n.length>=2){a=!0;break}}}if(a){xv(e,t,n,r,i);return}let o=e.model.getters.getContiguousZone(t,r);zs(o,r)?xv(e,t,n,r,i):e.askConfirmation(E(`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?`),()=>xv(e,t,n,o,i),()=>xv(e,t,n,r,i))}function xv(e,t,n,r,i,a){let o=e.model.dispatch(`SORT_CELLS`,{sheetId:t,col:n.col,row:n.row,zone:r,sortDirection:i,sortOptions:a});if(o.isCancelledBecause(`InvalidSortZone`)){let{col:t,row:i}=n;e.model.selection.selectZone({cell:{col:t,row:i},zone:r}),e.raiseError(E(`Cannot sort. To sort, select only cells or only merges that have the same size.`))}if(o.isCancelledBecause(`SortZoneWithArrayFormulas`)){let{col:t,row:i}=n;e.model.selection.selectZone({cell:{col:t,row:i},zone:r}),e.raiseError(E(`Cannot sort a zone with array formulas.`))}}var Sv=l({FILTER:()=>wv,SORT:()=>Tv,SORTN:()=>Ev,UNIQUE:()=>Dv});function Cv(e,t,...n){for(let e=0;e<n.length;e++){let t=e%2==0?`sort_column`:`is_ascending`;Nu(n[e]!==void 0,E(`Value for parameter %s is missing in [[FUNCTION_NAME]].`,t))}let r=[],i=[],a=e.length;for(let o=0;o<n.length;o+=2){r.push(P(Uu(n[o+1])?.value)?`asc`:`desc`);let s=n[o];if(Ir(s)&&(s.length>1||s[0].length>1))Nu(s.length===1&&s[0].length===a,E(`Wrong size for %s. Expected a range of size 1x%s. Got %sx%s.`,`sort_column${o+1}`,a,s.length,s[0].length)),i.push(s.flat().map(e=>e.value));else{let n=M(Uu(s)?.value,t);if(n<1||n>e[0].length)return e;i.push(e.map(e=>e[n-1].value))}}if(i.length===0)for(let t=0;t<e[0].length;t++)i.push(e.map(e=>e[t].value)),r.push(`asc`);let o={desc:vv(`desc`),asc:vv(`asc`)},s=S(0,e.length);return s.sort((e,t)=>{for(let[n,a]of i.entries()){let i=a[e],s=a[t],c={value:i,type:i===null?`empty`:typeof i==`string`?`text`:typeof i},l={value:s,type:s===null?`empty`:typeof s==`string`?`text`:typeof s},u=o[r[n]](c,l);if(u!==0)return u}return 0}),s.map(t=>e[t])}let wv={description:E(`Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions.`),args:[H(`range (any, range<any>)`,E(`The data to be filtered.`)),H(`condition1 (boolean, range<boolean>)`,E(`A column or row containing true or false values corresponding to the first column or row of range.`)),H(`condition2 (boolean, range<boolean>, repeating)`,E(`Additional column or row containing true or false values.`))],compute:function(e,...t){let n=I(e),r=t.map(e=>wa(I(e),e=>e.value));for(let e of r)if(!Fu(e))return new A(E(`The arguments condition must be a single column or row.`));if(!Iu(...t))return new A(E(`The arguments conditions must have the same dimensions.`));let i=r.map(e=>e.flat()),a=r[0].length===1?`row`:`col`;if(n=a===`row`?Ea(n):n,i.some(e=>e.length!==n.length))return new A(E(`FILTER has mismatched sizes on the range and conditions.`));let o=[];for(let e=0;e<n.length;e++){let t=n[e];i.every(t=>(typeof t[e]==`boolean`||typeof t[e]==`number`)&&t[e])&&o.push(t)}return o.length?a===`row`?Ea(o):o:new Xi(E(`No match found in FILTER evaluation`))},isExported:!1},Tv={description:E(`Sorts the rows of a given array or range by the values in one or more columns.`),args:[H(`range (range)`,E(`The data to be sorted.`)),H(`sort_column (any, range<number>, repeating)`,E(`The index of the column in range or a range outside of range containing the values by which to sort.`)),H(`is_ascending (boolean, repeating)`,E(`TRUE or FALSE indicating whether to sort sort_column in ascending order.`),[{value:!0,label:E(`Ascending`)},{value:!1,label:E(`Descending`)}])],compute:function(e,...t){return Ea(Cv(Ea(e),this.locale,...t))},isExported:!0},Ev={description:E(`Returns the first n items in a data set after performing a sort.`),args:[H(`range (range)`,E(`The data to be sorted.`)),H(`n (number)`,E(`The number of items to return.`)),H(`display_ties_mode (number, default=0)`,E(`A number representing the way to display ties.`)),H(`sort_column (number, range<number>, repeating)`,E(`The index of the column in range or a range outside of range containing the values by which to sort.`)),H(`is_ascending (boolean, repeating)`,E(`TRUE or FALSE indicating whether to sort sort_column in ascending order.`),[{value:!0,label:E(`Ascending`)},{value:!1,label:E(`Descending`)}])],compute:function(e,t,...n){let r=M(t?.value??1,this.locale),i=n.length%2==0?0:M(n[0]?.value,this.locale),a=n.length%2==0?n:n.slice(1);if(r<0)return new A(E(`Wrong value of 'n'. Expected a positive number. Got %s.`,r));if(i<0||i>3)return new A(E(`Wrong value of 'display_ties_mode'. Expected a positive number between 0 and 3. Got %s.`,i));let o=Cv(Ea(e),this.locale,...a),s=(e,t)=>JSON.stringify(o[e].map(e=>e.value))===JSON.stringify(o[t].map(e=>e.value));switch(i){case 0:return Ea(o.slice(0,r));case 1:for(let e=r;e<o.length;e++)if(!s(e,r-1))return Ea(o.slice(0,e));return Ea(o);case 2:{let e=[o[0]];for(let t=1;t<o.length;t++)for(let n=0;n<t&&!s(t,n);n++)n===t-1&&e.push(o[t]);return Ea(e.slice(0,r))}case 3:{let e=[o[0]],t=1;for(let n=1;n<o.length&&(s(n,n-1)||t++,!(t>r));n++)e.push(o[n]);return Ea(e)}}},isExported:!1},Dv={description:E(`Unique rows in the provided source range.`),args:[H(`range (any, range<any>)`,E(`The data to filter by unique entries.`)),H(`by_column (boolean, default=FALSE)`,E(`Whether to filter the data by columns or by rows.`),[{value:!0,label:E(`Return unique columns`)},{value:!1,label:E(`Return unique rows`)}]),H(`exactly_once (boolean, default=FALSE)`,E(`Whether to return only entries with no duplicates.`),[{value:!0,label:E(`Return items that appear exactly once`)},{value:!1,label:E(`Return every distinct item`)}])],compute:function(e={value:``},t,n){if(!Ir(e))return[[e]];let r=P(t?.value)||!1,i=P(n?.value)||!1;r||(e=Ea(e));let a=new Map;for(let t of e){let e=JSON.stringify(t.map(e=>e.value)),n=a.get(e);n?n.count++:a.set(e,{data:t,count:1})}let o=[];for(let e of a.values())i&&e.count>1||o.push(e.data);return o.length?r?o:Ea(o):new A(E(`No unique values found`))},isExported:!0};var Ov=l({ACCRINTM:()=>Nv,AMORLINC:()=>Pv,COUPDAYBS:()=>Iv,COUPDAYS:()=>Fv,COUPDAYSNC:()=>Lv,COUPNCD:()=>Rv,COUPNUM:()=>zv,COUPPCD:()=>Bv,CUMIPMT:()=>Vv,CUMPRINC:()=>Hv,DB:()=>Uv,DDB:()=>Gv,DISC:()=>Kv,DOLLARDE:()=>qv,DOLLARFR:()=>Jv,DURATION:()=>Yv,EFFECT:()=>Xv,FV:()=>Qv,FVSCHEDULE:()=>$v,INTRATE:()=>ey,IPMT:()=>ny,IRR:()=>iy,ISPMT:()=>ay,MDURATION:()=>oy,MIRR:()=>sy,NOMINAL:()=>cy,NPER:()=>ly,NPV:()=>dy,PDURATION:()=>fy,PMT:()=>my,PPMT:()=>gy,PRICE:()=>vy,PRICEDISC:()=>yy,PRICEMAT:()=>by,PV:()=>_y,RATE:()=>Sy,RECEIVED:()=>Cy,RRI:()=>wy,SLN:()=>Ty,SYD:()=>Ey,TBILLEQ:()=>ky,TBILLPRICE:()=>Oy,TBILLYIELD:()=>Ay,VDB:()=>jy,XIRR:()=>My,XNPV:()=>Ny,YIELD:()=>Py,YIELDDISC:()=>Fy,YIELDMAT:()=>Iy});let kv=[{value:1,label:E(`Annual`)},{value:2,label:E(`Semi-annual`)},{value:4,label:E(`Quarterly`)}],Av=[{value:0,label:E(`End of period (default)`)},{value:1,label:E(`Beginning of period`)}],jv=[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)];function Mv(e,t,n,r,i=1e-10,a){let o=n,s,c,l,u=!1,d=0,f;do{if(l=e(o),isNaN(l)){Nu(d<r&&a!==void 0,E(`Function [[FUNCTION_NAME]] didn't find any result.`)),d++,o=a(f),f=o;continue}s=o-l/t(o),c=Math.abs(s-o),o=s,u=c<i||Math.abs(l)<i,Nu(d<r,E(`Function [[FUNCTION_NAME]] didn't find any result.`)),d++}while(!u);return o}let Nv={description:E(`Accrued interest of security paying at maturity.`),args:[H(`issue (date)`,E(`The date the security was initially issued.`)),H(`maturity (date)`,E(`The maturity date of the security.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(r,this.locale),c=M(n,this.locale),l=Math.trunc(M(i,this.locale));if(a<0)return new A(Xg(a));if(a>=o)return new A(e_(a,o));if(k_(l))return new A(Lg(l));if(s<=0)return new A(v_(s));if(c<=0)return new A(__(c));let u=ki(a,o,l);return s*c*u},isExported:!0},Pv={description:E(`Depreciation for an accounting period.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`purchase_date (date)`,E(`The date the asset was purchased.`)),H(`first_period_end (date)`,E(`The date the first period ended.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`period (number)`,E(`The single period within life for which to calculate depreciation.`)),H(`rate (number)`,E(`The deprecation rate.`)),H(`day_count_convention (number, optional)`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a,o={value:0}){o||=0;let s=M(e,this.locale),c=Math.trunc(M(t,this.locale)),l=Math.trunc(M(n,this.locale)),u=M(r,this.locale),d=M(i,this.locale),f=M(a,this.locale),p=Math.trunc(M(o,this.locale));if(s<=0)return new A(Fg(s));if(c<0)return new A(m_(c));if(u<0)return new A(y_(u));if(u>s)return new A(b_(u,s));if(d<0)return new A(s_(d));if(f<=0)return new A(__(f));if(k_(p))return new A(Lg(p));if(c>l)return new A(p_(c,l));let m=d<1&&d>0?1:Math.trunc(d),h=s*f,g=ki(c,l,p),_=c===l?h:h*g,v=s-_-h*m;return v>=u?m===0?_:h:u-v<h?h-(u-v):0},isExported:!0},Fv={description:E(`Days in coupon period containing settlement date.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));if(s===1){let i=Bv.compute.bind(this)(e,t,n,r).value,a=Rv.compute.bind(this)(e,t,n,r).value;return M(a,this.locale)-M(i,this.locale)}return(s===3?365:360)/o},isExported:!0},Iv={description:E(`Days from settlement until next coupon.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=Bv.compute.bind(this)(e,t,n,r).value,l=M(c,this.locale);if([1,2,3].includes(s))return i-l;if(s===4){let e=ki(l,i,s);return Math.round(e*360)}let u=F(i,this.locale),d=F(l,this.locale),f=d.getFullYear(),p=u.getFullYear(),m=d.getMonth()+1,h=u.getMonth()+1,g=d.getDate(),_=u.getDate();return m===2&&h===2&&Ei(d)&&Ei(u)&&(_=30),_===31&&(g===30||g===31)&&(_=30),m===2&&Ei(d)&&(g=30),g===31&&(g=30),(p-f)*360+(h-m)*30+(_-g)},isExported:!0},Lv={description:E(`Days from settlement until next coupon.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=Rv.compute.bind(this)(e,t,n,r).value,l=M(c,this.locale);if([1,2,3].includes(s))return l-i;if(s===4){let e=ki(i,l,s);return Math.round(e*360)}let u=Iv.compute.bind(this)(e,t,n,r);return M(Fv.compute.bind(this)(e,t,n,r),this.locale)-M(u,this.locale)},isExported:!0},Rv={description:E(`Next coupon date after the settlement date.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=12/o,l=zv.compute.bind(this)(e,t,n,r);return{value:Ci(Di(F(a,this.locale),-(M(l,this.locale)-1)*c,!0)),format:this.locale.dateFormat}},isExported:!0},zv={description:E(`Number of coupons between settlement and maturity.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=1,l=a,u=12/o;for(;l>i;)l=Ci(Di(F(l,this.locale),-u,!1)),c++;return c-1},isExported:!0},Bv={description:E(`Last coupon date prior to or on the settlement date.`),args:jv,compute:function(e,t,n,r={value:0}){r||=0;let i=Math.trunc(M(e,this.locale)),a=Math.trunc(M(t,this.locale)),o=Math.trunc(M(n,this.locale)),s=Math.trunc(M(r,this.locale));if(i>=a)return new A(e_(i,a));if(A_(o))return new A(Ig(o));if(k_(s))return new A(Lg(s));let c=12/o,l=zv.compute.bind(this)(e,t,n,r);return{value:Ci(Di(F(a,this.locale),-l*c,!0)),format:this.locale.dateFormat}},isExported:!0},Vv={description:E(`Cumulative interest paid over a set of periods.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`first_period (number)`,E(`The number of the payment period to begin the cumulative calculation.`)),H(`last_period (number)`,E(`The number of the payment period to end the cumulative calculation.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r,i,a={value:0}){let o=M(r,this.locale),s=M(i,this.locale),c=M(e,this.locale),l=M(n,this.locale),u=M(t,this.locale),d=+!!P(a);if(u<=0)return new A(i_(u));if(o<=0)return new A(qg(o));if(s<=0)return new A(Qg(s));if(o>s)return new A(Kg(o,s));if(s>u)return new A(Zg(s,u));if(c<=0)return new A(__(c));if(l<=0)return new A(d_(l));let f=0;for(let e=o;e<=s;e++)f+=ty(c,e,u,l,0,d);return f},isExported:!0},Hv={description:E(`Cumulative principal paid over a set of periods.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`first_period (number)`,E(`The number of the payment period to begin the cumulative calculation.`)),H(`last_period (number)`,E(`The number of the payment period to end the cumulative calculation.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r,i,a={value:0}){let o=M(r,this.locale),s=M(i,this.locale),c=M(e,this.locale),l=M(n,this.locale),u=M(t,this.locale),d=+!!P(a);if(u<=0)return new A(i_(u));if(o<=0)return new A(qg(o));if(s<=0)return new A(Qg(s));if(o>s)return new A(Kg(o,s));if(s>u)return new A(Zg(s,u));if(c<=0)return new A(__(c));if(l<=0)return new A(d_(l));let f=0;for(let e=o;e<=s;e++)f+=hy(c,e,u,l,0,d);return f},isExported:!0},Uv={description:E(`Depreciation via declining balance method.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`)),H(`period (number)`,E(`The single period within life for which to calculate depreciation.`)),H(`month (number, optional)`,E(`The number of months in the first year of depreciation.`))],compute:function(e,t,n,r,...i){let a=M(e,this.locale),o=M(t,this.locale),s=M(n,this.locale),c=Math.trunc(M(r,this.locale)),l=i.length?Math.trunc(M(i[0],this.locale)):12,u=s+(l===12?0:1);if(a<0)return new A(Pg(a));if(o<0)return new A(y_(o));if(c<=0)return new A(u_(c));if(s<=0)return new A($g(s));if(1>l||l>12)return new A(t_(l));if(c>u)return new A(o_(c,u));let d=l/12,f=1-(o/a)**(1/s);f=Math.round(f*1e3)/1e3;let p=a,m=a*(1-f*d);for(let e=1;e<c;e++)p=m,m=p*(1-f),e===s&&(m=p*(1-f*(1-d)));return{value:p-m,format:`#,##0.00`}},isExported:!0},Wv=`#,##0.00`,Gv={description:E(`Depreciation via double-declining balance method.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`)),H(`period (number)`,E(`The single period within life for which to calculate depreciation.`)),H(`factor (number, default=2)`,E(`The factor by which depreciation decreases.`))],compute:function(e,t,n,r,i={value:2}){let a=M(e,this.locale),o=M(t,this.locale),s=M(n,this.locale),c=M(r,this.locale),l=M(i,this.locale);if(a<0)return new A(Pg(a));if(o<0)return new A(y_(o));if(c<=0)return new A(u_(c));if(s<=0)return new A($g(s));if(c>s)return new A(l_(c,s));if(l<=0)return new A(Rg(l));if(a===0||o>=a)return{value:0,format:Wv};let u=l/s;if(u>1)return{value:c===1?a-o:0,format:Wv};if(c<=1)return{value:a*u,format:Wv};let d=a*(1-u)**(c-1),f=a*(1-u)**c,p=f<o?d-o:d-f;return{value:Math.max(p,0),format:Wv}},isExported:!0},Kv={description:E(`Discount rate of a security based on price.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`price (number)`,E(`The price at which the security is bought per 100 face value.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){i||=0;let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(n,this.locale),c=M(r,this.locale),l=Math.trunc(M(i,this.locale));if(a>=o)return new A(e_(a,o));if(k_(l))return new A(Lg(l));if(s<=0)return new A(f_(s));if(c<=0)return new A(v_(c));let u=ki(a,o,l);return(c-s)/c/u},isExported:!0},qv={description:E(`Convert a decimal fraction to decimal value.`),args:[H(`fractional_price (number)`,E(`The price quotation given using fractional decimal conventions.`)),H(`unit (number)`,E(`The units of the fraction, e.g. 8 for 1/8ths or 32 for 1/32nds.`))],compute:function(e,t){let n=M(e,this.locale),r=Math.trunc(M(t,this.locale));if(r<=0)return new A(E_(r));let i=Math.trunc(n);return i+(n-i)*(10**Math.ceil(Math.log10(r))/r)},isExported:!0},Jv={description:E(`Convert a decimal value to decimal fraction.`),args:[H(`decimal_price (number)`,E(`The price quotation given as a decimal value.`)),H(`unit (number)`,E(`The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds.`))],compute:function(e,t){let n=M(e,this.locale),r=Math.trunc(M(t,this.locale));if(r<=0)return new A(E_(r));let i=Math.trunc(n);return i+(n-i)*(r/10**Math.ceil(Math.log10(r)))},isExported:!0},Yv={description:E(`Number of periods for an investment to reach a value.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`yield (number)`,E(`The expected annual yield of the security.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a={value:0}){let o=Math.trunc(M(e,this.locale)),s=Math.trunc(M(t,this.locale)),c=M(n,this.locale),l=M(r,this.locale),u=Math.trunc(M(i,this.locale)),d=Math.trunc(M(a,this.locale));if(o>=s)return new A(e_(o,s));if(A_(u))return new A(Ig(u));if(k_(d))return new A(Lg(d));if(c<0)return new A(g_(c));if(l<0)return new A(D_(l));let f=ki(o,s,d),p=f-Math.trunc(f)||1/u,m=Math.ceil(f*u),h=c/u,g=l/u,_=0,v=0;for(let e=1;e<=m;e++){let t=(h+ +(e===m))/(1+g)**e;v+=(p+(e-1)/u)*t,_+=t}return _===0?0:v/_},isExported:!0},Xv={description:E(`Annual effective interest rate.`),args:[H(`nominal_rate (number)`,E(`The nominal interest rate per year.`)),H(`periods_per_year (number)`,E(`The number of compounding periods per year.`))],compute:function(e,t){let n=M(e,this.locale),r=Math.trunc(M(t,this.locale));return n<=0?new A(n_(n)):r<=0?new A(c_(r)):(1+n/r)**+r-1},isExported:!0};function Zv(e,t,n,r,i){return e===0?-(r+n*t):-r*(1+e)**t-n*(1+e*i)*((1+e)**t-1)/e}let Qv={description:E(`Future value of an annuity investment.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`payment_amount (number)`,E(`The amount per period to be paid.`)),H(`present_value (number, default=0)`,E(`The current value of the annuity.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r={value:0},i={value:0}){return r||=0,i||=0,{value:Zv(M(e,this.locale),M(t,this.locale),M(n,this.locale),M(r,this.locale),+!!P(i)),format:`#,##0.00`}},isExported:!0},$v={description:E(`Future value of principal from series of rates.`),args:[H(`principal (number)`,E(`The amount of initial capital or value to compound against.`)),H(`rate_schedule (number, range<number>)`,E(`A series of interest rates to compound against the principal.`))],compute:function(e,t){let n=M(e,this.locale);return ba([t],(e,t)=>e*(1+M(t,this.locale)),n)},isExported:!0},ey={description:E(`Calculates effective interest rate.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`investment (number)`,E(`The amount invested in the security.`)),H(`redemption (number)`,E(`The amount to be received at maturity.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(r,this.locale),c=M(n,this.locale),l=Math.trunc(M(i,this.locale));if(a>=o)return new A(e_(a,o));if(c<=0)return new A(Yg(c));if(s<=0)return new A(v_(s));if(k_(l))return new A(Lg(l));let u=ki(a,o,l);return(s-c)/c/u},isExported:!0};function ty(e,t,n,r,i,a){return py(e,n,r,i,a)-hy(e,t,n,r,i,a)}let ny={description:E(`Payment on the principal of an investment.`),args:[H(`rate (number)`,E(`The annualized rate of interest.`)),H(`period (number)`,E(`The amortization period, in terms of number of periods.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r,i={value:0},a={value:0}){return{value:ty(M(e,this.locale),M(t,this.locale),M(n,this.locale),M(r,this.locale),M(i,this.locale),+!!P(a)),format:`#,##0.00`}},isExported:!0},ry=.1,iy={description:E(`Internal rate of return given periodic cashflows.`),args:[H(`cashflow_amounts (number, range<number>)`,E(`An array or range containing the income or payments associated with the investment.`)),H(`rate_guess (number, default=${ry})`,E(`An estimate for what the internal rate of return will be.`))],compute:function(e,t={value:ry}){let n=M(t,this.locale);if(n<=-1)return new A(h_(n));let r=!1,i=!1,a=[];if(va([e],({value:e})=>{e>0&&(r=!0),e<0&&(i=!0),a.push(e)},this.locale),!r||!i)return new A(Ng);let o=a.shift();function s(e,t,n){let r=n.length,i=0;return n.reduce((t,n)=>(i++,t+n*e**(r-i)),t*e**r)}function c(e,t,n){let r=n.length,i=0;return n.reduce((t,n)=>(i++,t+n*(r-i)*e**(r-i-1)),t*r*e**(r-1))}function l(e){return s(e,o,a)}function u(e){return c(e,o,a)}return{value:Mv(l,u,n+1,20,1e-5)-1,format:`0%`}},isExported:!0},ay={description:E(`Returns the interest paid at a particular period of an investment.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`period (number)`,E(`The period for which you want to view the interest payment.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`))],compute:function(e,t,n,r){let i=M(e,this.locale),a=M(t,this.locale),o=M(n,this.locale),s=M(r,this.locale);return o===0?new A(r_(o)):-1*(s-a/o*s)*i},isExported:!0},oy={description:E(`Modified Macaulay duration.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`yield (number)`,E(`The expected annual yield of the security.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`))],compute:function(e,t,n,r,i,a={value:0}){let o=Yv.compute.bind(this)(e,t,n,r,i,a),s=M(r,this.locale),c=Math.trunc(M(i,this.locale));return M(o,this.locale)/(1+s/c)},isExported:!0},sy={description:E(`Modified internal rate of return.`),args:[H(`cashflow_amounts (range<number>)`,E(`A range containing the income or payments associated with the investment. The array should contain bot payments and incomes.`)),H(`financing_rate (number)`,E(`The interest rate paid on funds invested.`)),H(`reinvestment_return_rate (number)`,E(`The return (as a percentage) earned on reinvestment of income received from the investment.`))],compute:function(e,t,n){let r=M(t,this.locale),i=M(n,this.locale),a=Ea(e).flat().filter(e=>e.value!==null).map(e=>M(e,this.locale)),o=a.length,s=0,c=0;for(let e of S(0,o)){let t=a[e];t>=0?s+=t*(i+1)**(o-e-1):c+=t/(r+1)**e}if(c===0||s===0)return new A(Ng);let l=1/(o-1);return(-s/c)**l-1},isExported:!0},cy={description:E(`Annual nominal interest rate.`),args:[H(`effective_rate (number)`,E(`The effective interest rate per year.`)),H(`periods_per_year (number)`,E(`The number of compounding periods per year.`))],compute:function(e,t){let n=M(e,this.locale),r=Math.trunc(M(t,this.locale));return n<=0?new A(Hg(n)):r<=0?new A(c_(r)):((n+1)**(1/r)-1)*r},isExported:!0},ly={description:E(`Number of payment periods for an investment.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`payment_amount (number)`,E(`The amount of each payment made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r={value:0},i={value:0}){r||=0,i||=0;let a=M(e,this.locale),o=M(t,this.locale),s=M(n,this.locale),c=M(r,this.locale),l=+!!P(i);if(a===0)return-(c+s)/o;let u=o*(1+a*l)/a;return Math.log((u-c)/(s+u))/Math.log(1+a)},isExported:!0};function uy(e,t,n,r){let i=0;return xa(n,(t,n)=>(i++,t+n/(1+e)**i),t,r)}let dy={description:E(`The net present value of an investment based on a series of periodic cash flows and a discount rate.`),args:[H(`discount (number)`,E(`The discount rate of the investment over one period.`)),H(`cashflow1 (number, range<number>)`,E(`The first future cash flow.`)),H(`cashflow2 (number, range<number>, repeating)`,E(`Additional future cash flows.`))],compute:function(e,...t){let n=M(e,this.locale);return n===-1?new A(zg(n)):{value:uy(n,0,t,this.locale),format:`#,##0.00`}},isExported:!0},fy={description:E(`Computes the number of periods needed for an investment to reach a value.`),args:[H(`rate (number)`,E(`The rate at which the investment grows each period.`)),H(`present_value (number)`,E(`The investment's current value.`)),H(`future_value (number)`,E(`The investment's desired future value.`))],compute:function(e,t,n){let r=M(e,this.locale),i=M(t,this.locale),a=M(n,this.locale);return r<=0?new A(__(r)):i<=0?new A(d_(i)):a<=0?new A(Jg(a)):(Math.log(a)-Math.log(i))/Math.log(1+r)},isExported:!0};function py(e,t,n,r,i){if(t<=0)throw new A(i_(t));if(e===0)return-(r+n)/t;let a=-(n*(1+e)**t+r);return a=a*e/((1+e*i)*((1+e)**t-1)),a}let my={description:E(`Periodic payment for an annuity investment.`),args:[H(`rate (number)`,E(`The annualized rate of interest.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r={value:0},i={value:0}){let a=M(t,this.locale),o=M(e,this.locale),s=+!!P(i),c=M(r,this.locale);return{value:py(o,a,M(n,this.locale),c,s),format:`#,##0.00`}},isExported:!0};function hy(e,t,n,r,i,a){if(n<=0)throw new A(i_(n));if(t<=0||t>n)throw new A(a_(n));let o=py(e,n,r,i,a);return a===1&&t===1?o:o+-Zv(e,a===0?t-1:t-2,o,r+o*a,0)*e}let gy={description:E(`Payment on the principal of an investment.`),args:[H(`rate (number)`,E(`The annualized rate of interest.`)),H(`period (number)`,E(`The amortization period, in terms of number of periods.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r,i={value:0},a={value:0}){let o=M(n,this.locale),s=M(e,this.locale),c=M(t,this.locale),l=+!!P(a),u=M(i,this.locale);return{value:hy(s,c,o,M(r,this.locale),u,l),format:`#,##0.00`}},isExported:!0},_y={description:E(`Present value of an annuity investment.`),args:[H(`rate (number)`,E(`The interest rate.`)),H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`payment_amount (number)`,E(`The amount per period to be paid.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av)],compute:function(e,t,n,r={value:0},i={value:0}){r||=0,i||=0;let a=M(e,this.locale),o=M(t,this.locale),s=M(n,this.locale),c=M(r,this.locale),l=+!!P(i);return{value:a?-(s*(1+a*l)*((1+a)**o-1)/a+c)/(1+a)**o:-(c+s*o),format:`#,##0.00`}},isExported:!0},vy={description:E(`Price of a security paying periodic interest.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`yield (number)`,E(`The expected annual yield of the security.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a,o={value:0}){o||=0;let s=Math.trunc(M(e,this.locale)),c=Math.trunc(M(t,this.locale)),l=M(n,this.locale),u=M(r,this.locale),d=M(i,this.locale),f=Math.trunc(M(a,this.locale)),p=Math.trunc(M(o,this.locale));if(s>=c)return new A(e_(s,c));if(A_(f))return new A(Ig(f));if(k_(p))return new A(Lg(p));if(l<0)return new A(g_(l));if(u<0)return new A(D_(u));if(d<=0)return new A(v_(d));let m=ki(s,c,p)*f,h=Math.ceil(m),g=m-Math.floor(m)||1,_=1+u/f,v=100*l/f;if(h===1)return(v+d)/(g*u/f+1)-v*(1-g);let y=0;for(let e=1;e<=h;e++)y+=v/_**(e-1+g);return d/_**(h-1+g)+y-v*(1-g)},isExported:!0},yy={description:E(`Price of a discount security.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`discount (number)`,E(`The discount rate of the security at time of purchase.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){i||=0;let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(n,this.locale),c=M(r,this.locale),l=Math.trunc(M(i,this.locale));if(a>=o)return new A(e_(a,o));if(k_(l))return new A(Lg(l));if(s<=0)return new A(Bg(s));if(c<=0)return new A(v_(c));let u=ki(a,o,l);return c-s*c*u},isExported:!0},by={description:E(`Calculates the price of a security paying interest at maturity, based on expected yield.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`issue (date)`,E(`The date the security was initially issued.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`yield (number)`,E(`The expected annual yield of the security.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a={value:0}){a||=0;let o=Math.trunc(M(e,this.locale)),s=Math.trunc(M(t,this.locale)),c=Math.trunc(M(n,this.locale)),l=M(r,this.locale),u=M(i,this.locale),d=Math.trunc(M(a,this.locale));if(o<=c)return new A(C_(o,c));if(o>=s)return new A(e_(o,s));if(k_(d))return new A(Lg(d));if(l<0)return new A(g_(l));if(u<0)return new A(D_(u));let f=ki(o,s,d),p=ki(o,c,d),m=100+ki(c,s,d)*l*100,h=1+f*u,g=p*l*100;return m/h-g},isExported:!0},xy=.1,Sy={description:E(`Interest rate of an annuity investment.`),args:[H(`number_of_periods (number)`,E(`The number of payments to be made.`)),H(`payment_per_period (number)`,E(`The amount per period to be paid.`)),H(`present_value (number)`,E(`The current value of the annuity.`)),H(`future_value (number, default=0)`,E(`The future value remaining after the final payment has been made.`)),H(`end_or_beginning (number, default=0)`,E(`The timing of the payment payments are due for each period.`),Av),H(`rate_guess (number, default=${xy})`,E(`An estimate for what the interest rate will be.`))],compute:function(e,t,n,r={value:0},i={value:0},a={value:xy}){let o=M(e,this.locale),s=M(t,this.locale),c=+!!P(i),l=M(a,this.locale)||xy,u=M(r,this.locale),d=M(n,this.locale);return o<=0?new A(i_(o)):O_([s,d,u])?l<=-1?new A(h_(l)):(u-=s*c,d+=s*c,{value:Mv(e=>{let t=(1+e)**+o,n=(t-1)/e;return u+d*t+s*n},e=>{let t=(1+e)**(o-1),n=((1+e)**+o-1)/e,r=o*t/e-n/e;return d*o*t+s*r},l,40,1e-5),format:`0%`}):new A(E(`There must be both positive and negative values in [payment_amount, present_value, future_value].`))},isExported:!0},Cy={description:E(`Amount received at maturity for a security.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`investment (number)`,E(`The amount invested (irrespective of face value of each security).`)),H(`discount (number)`,E(`The discount rate of the security invested in.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){i||=0;let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(n,this.locale),c=M(r,this.locale),l=Math.trunc(M(i,this.locale));return a>=o?new A(e_(a,o)):k_(l)?new A(Lg(l)):s<=0?new A(Yg(s)):c<=0?new A(Bg(c)):s/(1-c*ki(a,o,l))},isExported:!0},wy={description:E(`Computes the rate needed for an investment to reach a specific value within a specific number of periods.`),args:[H(`number_of_periods (number)`,E(`The number of periods.`)),H(`present_value (number)`,E(`The present value of the investment.`)),H(`future_value (number)`,E(`The future value of the investment.`))],compute:function(e,t,n){let r=M(e,this.locale),i=M(t,this.locale),a=M(n,this.locale);return r<=0?new A(i_(r)):(a/i)**(1/r)-1},isExported:!0},Ty={description:E(`Depreciation of an asset using the straight-line method.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`))],compute:function(e,t,n){let r=M(e,this.locale),i=M(t,this.locale),a=M(n,this.locale);return{value:(r-i)/a,format:`#,##0.00`}},isExported:!0},Ey={description:E(`Depreciation via sum of years digit method.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`)),H(`period (number)`,E(`The single period within life for which to calculate depreciation.`))],compute:function(e,t,n,r){let i=M(e,this.locale),a=M(t,this.locale),o=M(n,this.locale),s=M(r,this.locale);if(s<=0)return new A(u_(s));if(o<=0)return new A($g(o));if(s>o)return new A(l_(s,o));let c=o*(o+1)/2,l=o-s+1;return{value:(i-a)*(l/c),format:`#,##0.00`}},isExported:!0};function Dy(e,t,n){return 100*(1-n*ki(e,t,2))}let Oy={description:E(`Price of a US Treasury bill.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`discount (number)`,E(`The discount rate of the bill at time of purchase.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=M(n,this.locale);return r>=i?new A(e_(r,i)):j_(r,i,this.locale)?a<=0?new A(Bg(a)):a>=1?new A(Vg(a)):Dy(r,i,a):new A(S_(r,i))},isExported:!0},ky={description:E(`Equivalent rate of return for a US Treasury bill.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`discount (number)`,E(`The discount rate of the bill at time of purchase.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=M(n,this.locale);if(r>=i)return new A(e_(r,i));if(!j_(r,i,this.locale))return new A(S_(r,i));if(a<=0)return new A(Bg(a));if(a>=1)return new A(Vg(a));let o=z_.compute.bind(this)({value:i},{value:r});if(o<=182)return 365*a/(360-a*o);let s=Dy(r,i,a)/100,c=o/(o===366?366:365);return(-2*c+2*Math.sqrt(c**2-(2*c-1)*(1-1/s)))/(2*c-1)},isExported:!0},Ay={description:E(`The yield of a US Treasury bill based on price.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`price (number)`,E(`The price at which the security is bought per 100 face value.`))],compute:function(e,t,n){let r=Math.trunc(M(e,this.locale)),i=Math.trunc(M(t,this.locale)),a=M(n,this.locale);if(r>=i)return new A(e_(r,i));if(!j_(r,i,this.locale))return new A(S_(r,i));if(a<=0)return new A(f_(a));let o=ki(r,i,2);return(100-a)/a*(1/o)},isExported:!0},jy={description:E(`Variable declining balance. WARNING : does not handle decimal periods.`),args:[H(`cost (number)`,E(`The initial cost of the asset.`)),H(`salvage (number)`,E(`The value of the asset at the end of depreciation.`)),H(`life (number)`,E(`The number of periods over which the asset is depreciated.`)),H(`start (number)`,E(`Starting period to calculate depreciation.`)),H(`end (number)`,E(`Ending period to calculate depreciation.`)),H(`factor (number, default=2)`,E(`The number of months in the first year of depreciation.`)),H(`no_switch (number, default=false)`,E(`Whether to switch to straight-line depreciation when the depreciation is greater than the declining balance calculation.`),[{value:!1,label:E(`Switch to straight-line depreciation`)},{value:!0,label:E(`Do not switch to straight-line depreciation`)}])],compute:function(e,t,n,r,i,a={value:2},o={value:!1}){a||=0;let s=M(e,this.locale),c=M(t,this.locale),l=M(n,this.locale),u=Math.trunc(M(r,this.locale)),d=Math.trunc(M(i,this.locale)),f=M(a,this.locale),p=P(o);if(s<0)return new A(Pg(s));if(c<0)return new A(y_(c));if(l<=0)return new A($g(l));if(u<0)return new A(w_(u));if(d<0)return new A(Ug(d));if(u>d)return new A(T_(u,d));if(d>l)return new A(Wg(d,l));if(f<=0)return new A(Rg(f));if(s===0)return 0;if(c>=s)return u<1?s-c:0;let m=f/l;if(m>=1)return u<1?s-c:0;let h=s,g=0,_=0,v=!1;for(let e=0;e<d;e++){if(!v||p){let t=h*m,n=l-e,r=(h-c)/n;!p&&r>t?(v=!0,g=r):g=t}let t=Math.max(h-g,c);e>=u&&(_+=h-t),h=t}return _},isExported:!0},My={description:E(`Internal rate of return given non-periodic cash flows.`),args:[H(`cashflow_amounts (range<number>)`,E(`An range containing the income or payments associated with the investment.`)),H(`cashflow_dates (range<number>)`,E(`An range with dates corresponding to the cash flows in cashflow_amounts.`)),H(`rate_guess (number, default=${xy})`,E(`An estimate for what the internal rate of return will be.`))],compute:function(e,t,n={value:xy}){let r=M(n,this.locale);if(!Iu(e,t))return new A(Mg);let i=e.flat().map(e=>M(e,this.locale)),a=t.flat().map(e=>M(e,this.locale));if(!O_(i))return new A(Ng);if(a.some(e=>e<a[0]))return new A(Gg(a[0]));if(r<=-1)return new A(h_(r));let o=new Map;for(let e of S(0,a.length)){let t=a[e];o.has(t)?o.set(t,o.get(t)+i[e]):o.set(t,i[e])}let s=Array.from(o.keys()),c=s.map(e=>o.get(e));return Mv(e=>{let t=c[0];for(let n of S(1,c.length)){let r=(s[0]-s[n])/365;t+=c[n]*(1+e)**r}return t},e=>{let t=0;for(let n of S(1,c.length)){let r=(s[0]-s[n])/365;t+=r*c[n]*(1+e)**(r-1)}return t},r,40,1e-5,e=>e?e/10-.9:-.9)},isExported:!0},Ny={description:E(`Net present value given to non-periodic cash flows..`),args:[H(`discount (number)`,E(`The discount rate of the investment over one period.`)),H(`cashflow_amounts (number, range<number>)`,E(`An range containing the income or payments associated with the investment.`)),H(`cashflow_dates (number, range<number>)`,E(`An range with dates corresponding to the cash flows in cashflow_amounts.`))],compute:function(e,t,n){let r=M(e,this.locale);if(!Iu(t,n))return new A(Mg);let i=I(t).flat().map(e=>ca(e,this.locale)),a=I(n).flat().map(e=>ca(e,this.locale));if(a.some(e=>e<a[0]))return new A(Gg(a[0]));if(r<=0)return new A(__(r));if(i.length===1)return i[0];let o=new Map;for(let e of S(0,a.length)){let t=a[e];o.has(t)?o.set(t,o.get(t)+i[e]):o.set(t,i[e])}let s=Array.from(o.keys()),c=s.map(e=>o.get(e)),l=c[0];for(let e of S(1,c.length)){let t=(s[0]-s[e])/365;l+=c[e]*(1+r)**t}return l},isExported:!0},Py={description:E(`Annual yield of a security paying periodic interest.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`price (number)`,E(`The price at which the security is bought per 100 face value.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`frequency (number)`,E(`The number of interest or coupon payments per year (1, 2, or 4).`),kv),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a,o={value:0}){o||=0;let s=Math.trunc(M(e,this.locale)),c=Math.trunc(M(t,this.locale)),l=M(n,this.locale),u=M(r,this.locale),d=M(i,this.locale),f=Math.trunc(M(a,this.locale)),p=Math.trunc(M(o,this.locale));if(s>=c)return new A(e_(s,c));if(A_(f))return new A(Ig(f));if(k_(p))return new A(Lg(p));if(l<0)return new A(g_(l));if(u<=0)return new A(f_(u));if(d<=0)return new A(v_(d));let m=ki(s,c,p)*f,h=Math.ceil(m),g=m-Math.floor(m)||1,_=100*l/f;if(h===1){let e=u+_*(1-g);return(d+_-e)*f*(1/g)/e}function v(e,t,n,r,i,a){let o=a-(e+i*(1-t))*r**(n-1+t);for(let e=1;e<=n;e++)o+=i*r**(e-1);return o}function y(e,t,n,r,i){let a=-(e+i*(1-t))*(n-1+t)*r**(n-2+t);for(let e=1;e<=n;e++)a+=i*(e-1)*r**(e-2);return a}function ee(e){return v(u,g,h,e,_,d)}function te(e){return y(u,g,h,e,_)}return(Mv(ee,te,1+(l+1)/f,100,1e-5)-1)*f},isExported:!0},Fy={description:E(`Annual yield of a discount security.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`price (number)`,E(`The price at which the security is bought per 100 face value.`)),H(`redemption (number)`,E(`The redemption amount per 100 face value, or par.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i={value:0}){i||=0;let a=Math.trunc(M(e,this.locale)),o=Math.trunc(M(t,this.locale)),s=M(n,this.locale),c=M(r,this.locale),l=Math.trunc(M(i,this.locale));if(a>=o)return new A(e_(a,o));if(k_(l))return new A(Lg(l));if(s<=0)return new A(f_(s));if(c<=0)return new A(v_(c));let u=ki(a,o,l);return(c/s-1)/u},isExported:!0},Iy={description:E(`Annual yield of a security paying interest at maturity.`),args:[H(`settlement (date)`,E(`The settlement date of the security, the date after issuance when the security is delivered to the buyer.`)),H(`maturity (date)`,E(`The maturity or end date of the security, when it can be redeemed at face, or par value.`)),H(`issue (date)`,E(`The date the security was initially issued.`)),H(`rate (number)`,E(`The annualized rate of interest.`)),H(`price (number)`,E(`The price at which the security is bought.`)),H(`day_count_convention (number, default=0 )`,E(`An indicator of what day count method to use.`),M_)],compute:function(e,t,n,r,i,a={value:0}){a||=0;let o=Math.trunc(M(e,this.locale)),s=Math.trunc(M(t,this.locale)),c=Math.trunc(M(n,this.locale)),l=M(r,this.locale),u=M(i,this.locale),d=Math.trunc(M(a,this.locale));if(o>=s)return new A(e_(o,s));if(k_(d))return new A(Lg(d));if(o<c)return new A(x_(o,c));if(l<0)return new A(g_(l));if(u<=0)return new A(f_(u));let f=ki(c,s,d),p=ki(c,o,d),m=ki(o,s,d);return(100*(1+l*f)/(u+100*l*p)-1)/m},isExported:!0},Ly=(e,t=()=>!0)=>[{goTo:e,guard:t}],Ry=(e,t=()=>!0)=>({goTo:e,guard:t}),zy={0:{REFERENCE:Ly(2),NUMBER:Ly(4),SYMBOL:[Ry(3,e=>Dc(e.value)),Ry(4,e=>Oc(e.value))]},3:{SPACE:Ly(3),OPERATOR:Ly(5,e=>e.value===`:`)},4:{SPACE:Ly(4),OPERATOR:Ly(6,e=>e.value===`:`)},2:{SPACE:Ly(2),OPERATOR:Ly(1,e=>e.value===`:`)},1:{SPACE:Ly(1),NUMBER:Ly(7),REFERENCE:Ly(7,e=>jc(e.value)),SYMBOL:Ly(7,e=>kc(e.value)||Ac(e.value))},5:{SPACE:Ly(5),SYMBOL:Ly(7,e=>kc(e.value)),REFERENCE:Ly(7,e=>jc(e.value))},6:{SPACE:Ly(6),NUMBER:Ly(7),REFERENCE:Ly(7,e=>jc(e.value)),SYMBOL:Ly(7,e=>Ac(e.value))},7:{}};function By(e){let t=0,n=zy[0],r=``;for(;n!==void 0;){let i=e[t++];if(!i)return null;let a=n[i.type]?.find(e=>e.guard(i)),o=a?a.goTo:void 0;switch(o){case void 0:return null;case 7:return r+=i.value,e.splice(0,t),{type:`REFERENCE`,value:r};default:n=zy[o],r+=i.value;break}}return null}function Vy(e,t=D){let n=Yl(e,t),r=[];for(;n.length;)r.push(By(n)||n.shift());return r}let Hy=/[a-zA-Z0-9\_]+(\.[a-zA-Z0-9\_]+)*/,Uy=[`-`,`+`],Wy=[`%`];var Gy=class{tokens;currentIndex=0;current;length;constructor(e){this.tokens=e,this.current=e[0],this.length=e.length}shift(){let e=this.tokens[this.currentIndex];return this.current=this.tokens[++this.currentIndex],e}get next(){return this.tokens[this.currentIndex+1]}};let Ky={"%":40,"^":30,"*":20,"/":20,"+":15,"-":15,"&":13,">":10,"<>":10,">=":10,"<":10,"<=":10,"=":10};function qy(e){let t=e.shift();if(!t)throw new qi;switch(t.type){case`DEBUGGER`:let n=Zy(e,1e3);return n.debug=!0,n;case`NUMBER`:return{type:`NUMBER`,value:Wi(t.value,D),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`STRING`:return{type:`STRING`,value:ct(t.value),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`INVALID_REFERENCE`:return{type:`REFERENCE`,value:k.InvalidReference,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`REFERENCE`:if(e.current?.value===`:`&&e.next?.type===`REFERENCE`){e.shift();let n=e.shift();return{type:`REFERENCE`,value:`${t.value}:${n?.value}`,tokenStartIndex:t.tokenIndex,tokenEndIndex:n.tokenIndex}}return{type:`REFERENCE`,value:t.value,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`SYMBOL`:let r=t.value;if(e.current?.type===`LEFT_PAREN`&&Hy.test(t.value)&&r===pt(r,`'`)){let{args:n,rightParen:i}=Jy(e);return{type:`FUNCALL`,value:r,args:n,tokenStartIndex:t.tokenIndex,tokenEndIndex:i.tokenIndex}}let i=r.toUpperCase();return i===`TRUE`||i===`FALSE`?{type:`BOOLEAN`,value:i===`TRUE`,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:{type:`SYMBOL`,value:pt(t.value,`'`),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case`LEFT_PAREN`:let a=Zy(e),o=Xy(e,`RIGHT_PAREN`,E(`Missing closing parenthesis`));return{...a,tokenStartIndex:t.tokenIndex,tokenEndIndex:o.tokenIndex};case`OPERATOR`:let s=t.value;if(Uy.includes(s)){let n=Zy(e,Ky[s]);return{type:`UNARY_OPERATION`,value:s,operand:n,tokenStartIndex:t.tokenIndex,tokenEndIndex:n.tokenEndIndex}}throw new qi(E(`Unexpected token: %s`,t.value));default:throw new qi(E(`Unexpected token: %s`,t.value))}}function Jy(e){if(Xy(e,`LEFT_PAREN`,E(`Missing opening parenthesis`)),e.current?.type===`RIGHT_PAREN`)return{args:[],rightParen:Xy(e,`RIGHT_PAREN`)};let t=[];for(t.push(Yy(e));e.current?.type!==`RIGHT_PAREN`;)Xy(e,`ARG_SEPARATOR`,E(`Wrong function call`)),t.push(Yy(e));return{args:t,rightParen:Xy(e,`RIGHT_PAREN`)}}function Yy(e){let t=e.current;return t?.type===`ARG_SEPARATOR`||t?.type===`RIGHT_PAREN`?{type:`EMPTY`,value:``,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:Zy(e)}function Xy(e,t,n){let r=e.shift();if(!r||r.type!==t)throw new qi(n);return r}function Zy(e,t=0){if(e.length===0)throw new qi;let n=qy(e);for(;e.current?.type===`OPERATOR`&&Ky[e.current.value]>t;){let t=e.shift(),r=t.value;if(Wy.includes(r))n={type:`UNARY_OPERATION`,value:r,operand:n,postfix:!0,tokenStartIndex:n.tokenStartIndex,tokenEndIndex:t.tokenIndex};else{let t=Zy(e,Ky[r]);n={type:`BIN_OPERATION`,value:r,left:n,right:t,tokenStartIndex:n.tokenStartIndex,tokenEndIndex:t.tokenEndIndex}}}return n}function Qy(e){return $y(Vy(e))}function $y(e){let t=new Gy(e.map((e,t)=>({type:e.type,value:e.value,tokenIndex:t})).filter(e=>e.type!==`SPACE`));t.current?.value===`=`&&t.shift();let n=Zy(t);if(t.current)throw new qi;return n}function eb(e,t,n){return rb(e,e=>e.type===t?n(e):e)}function tb(e){return Array.from(nb(e))}function*nb(e){switch(yield e,e.type){case`FUNCALL`:for(let t of e.args)yield*nb(t);break;case`UNARY_OPERATION`:yield*nb(e.operand);break;case`BIN_OPERATION`:yield*nb(e.left),yield*nb(e.right);break}}function rb(e,t){switch(e=t(e),e.type){case`FUNCALL`:return{...e,args:e.args.map(e=>rb(e,t))};case`UNARY_OPERATION`:return{...e,operand:rb(e.operand,t)};case`BIN_OPERATION`:return{...e,right:rb(e.right,t),left:rb(e.left,t)};default:return e}}function ib(e){let t=0;return e.map(e=>{let n=e.value.toString().length,r=Object.assign({},e,{start:t,end:t+n,length:n});return t=r.end,r})}function ab(e){let t=[],n=0;return e.map((r,i)=>{if(r.type===`LEFT_PAREN`){t.push(n+1),n=0;for(let n=i-1;n>=0;n--){if(e[n].type===`SPACE`){e[n].parenthesesCode=t.join(`:`);continue}e[n].type===`SYMBOL`&&(e[n].parenthesesCode=t.join(`:`));break}}return r.parenthesesCode=t.join(`:`),r.type===`RIGHT_PAREN`&&t.length&&(n=t.pop()),r})}function ob(e){let t=[],n=``;function r(e){if(t.length===0)return;let n=t.at(-1);if(n&&n.argsTokens){let{argsTokens:t,argPosition:r}=n;t[r]||(t[r]=[]),t[r].push({value:e.value,type:e.type})}}return e.map((e,i)=>{switch([`SPACE`,`LEFT_PAREN`].includes(e.type)||(n=``),e.type){case`SYMBOL`:r(e),n=e.value;break;case`LEFT_PAREN`:t.push({parent:n,argPosition:0,argsTokens:[],args:[]}),r(e),n=``;break;case`RIGHT_PAREN`:t.pop()?.argsTokens?.flat().forEach(r),r(e);break;case`ARG_SEPARATOR`:t.length&&t[t.length-1].argPosition++,r(e);break;default:r(e);break}if(t.length){let n=t[t.length-1];n.parent&&(e.functionContext=Object.assign({},n))}return e})}function sb(e){for(let t of e)if(t.functionContext){let{argsTokens:e,args:n}=t.functionContext;if(delete t.functionContext.argsTokens,n.length||!e)continue;e[0]?.[0]?.type===`LEFT_PAREN`&&(e[0]=e[0].slice(1));for(let t of e){let e=t;e.at(0)?.type===`ARG_SEPARATOR`&&(e=e.slice(1));try{n.push($y(e))}catch{n.push(void 0)}}}return e}function cb(e,t){return sb(ob(ab(ib(Vy(e,t)))))}function lb(e){if(e.type!==`REFERENCE`)return e;let{xc:t,sheetName:n}=Mc(e.value),[r,i]=t.split(`:`),a=ub(r),o=i?`:${ub(i)}`:``;return{...e,value:Nc(n,a+o)}}function ub(e){switch(pb(e)){case`none`:e=db(e,`colrow`);break;case`colrow`:e=db(e,`row`);break;case`row`:e=db(e,`col`);break;case`col`:e=db(e,`none`);break}return e}function db(e,t){let n;({sheetName:n,xc:e}=Mc(e)),n=n?mt(n)+`!`:``,e=e.replace(/\$/g,``);let r=e.indexOf(`:`);return r>=0?`${n}${fb(e.slice(0,r),t)}:${fb(e.slice(r+1),t)}`:n+fb(e,t)}function fb(e,t){let n=e.search(/[0-9]/),r=n!==0,i=n>=0;switch(t){case`col`:return r?`$`+e:e;case`row`:return i?e.slice(0,n)+`$`+e.slice(n):e;case`colrow`:return!i||!r?`$`+e:`$`+e.slice(0,n)+`$`+e.slice(n);case`none`:return e}}function pb(e){return gb(e)?`colrow`:mb(e)?`col`:hb(e)?`row`:`none`}function mb(e){return e.startsWith(`$`)}function hb(e){return e.includes(`$`,1)}function gb(e){return e.startsWith(`$`)&&e.length>1&&e.slice(1).includes(`$`)}function _b(e,t,n){let r=(t.startsWith(`=`)?cb(t,n):[]).filter(t=>t.start<=e.start&&t.end>=e.start||t.start>=e.start&&t.start<e.end),i=r.filter(e=>e.type===`REFERENCE`);if(i.length===0)return;let a=r.map(lb).map(e=>e.value).join(``),o=r[0].start,s=r[r.length-1].end,c=t.slice(0,o)+a+t.slice(s),l=c.length-t.length,u={start:i[0].start,end:i[i.length-1].end+l};return i.length===1&&e.start===e.end&&(u.start=u.end),{content:c,selection:u}}var vb=l({CELL:()=>bb,ISBLANK:()=>Ob,ISERR:()=>xb,ISERROR:()=>Sb,ISFORMULA:()=>Ab,ISLOGICAL:()=>Cb,ISNA:()=>wb,ISNONTEXT:()=>Tb,ISNUMBER:()=>Eb,ISTEXT:()=>Db,NA:()=>kb});let yb=[{value:`address`,label:E(`Returns an absolute reference as plain text of the top left cell in reference.`)},{value:`col`,label:E(`Returns the column number of the cell in reference.`)},{value:`contents`,label:E(`Returns the value contained in the top left cell in reference.`)},{value:`format`,label:E(`Returns the format of the top left cell in reference.`)},{value:`row`,label:E(`Returns the row number of the top left cell in reference.`)},{value:`type`,label:E(`Returns the type of data in the cell in reference. The following values are returned: "b" for a blank cell, "l" (for label) if the cell contains plain text, and "v" (for value) if the cell contains any other type of data.`)}],bb={description:E(`Gets information about a cell.`),args:[H(`info_type (string)`,E(`The type of information requested.`),yb),H(`reference (meta, range<meta>)`,E(`The reference to the cell.`))],compute:function(e,t){let n=N(e).toLowerCase();if(!yb.map(e=>e.value).includes(n))return new A(E(`The info_type should be one of %s.`,yb.join(`, `)));let r=this.__originSheetId,i=t[0][0].value,{sheetName:a,xc:o}=Mc(i);a=a===this.getters.getSheetName(r)?void 0:a;let s=Nc(a,db(o,`colrow`)),c=this.getters.getRangeFromSheetXC(r,s);switch(n){case`address`:return this.getters.getRangeString(c,r);case`col`:return c.zone.left+1;case`contents`:{let e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).value}case`format`:{let 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`:{let e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top},t=this.getters.getEvaluatedCell(e).type;return t===`empty`?`b`:t===`text`?`l`:`v`}}return``},isExported:!0},xb={description:E(`Whether a value is an error other than #N/A.`),args:[H(`value (any)`,E(`The value to be verified as an error type.`))],compute:function(e){let t=e?.value;return j(t)&&t!==k.NotAvailable},isExported:!0},Sb={description:E(`Whether a value is an error.`),args:[H(`value (any)`,E(`The value to be verified as an error type.`))],compute:function(e){let t=e?.value;return j(t)},isExported:!0},Cb={description:E("Whether a value is `true` or `false`."),args:[H(`value (any)`,E(`The value to be verified as a logical TRUE or FALSE.`))],compute:function(e){return typeof e?.value==`boolean`},isExported:!0},wb={description:E(`Whether a value is the error #N/A.`),args:[H(`value (any)`,E(`The value to be verified as an error type.`))],compute:function(e){return e?.value===k.NotAvailable},isExported:!0},Tb={description:E(`Whether a value is non-textual.`),args:[H(`value (any)`,E(`The value to be checked.`))],compute:function(e){return!Db.compute.bind(this)(e)},isExported:!0},Eb={description:E(`Whether a value is a number.`),args:[H(`value (any)`,E(`The value to be verified as a number.`))],compute:function(e){return typeof e?.value==`number`},isExported:!0},Db={description:E(`Whether a value is text.`),args:[H(`value (any)`,E(`The value to be verified as text.`))],compute:function(e){return typeof e?.value==`string`&&j(e?.value)===!1},isExported:!0},Ob={description:E(`Whether the referenced cell is empty`),args:[H(`value (any)`,E(`Reference to the cell that will be checked for emptiness.`))],compute:function(e){return e?.value===null},isExported:!0},kb={description:E(`Returns the error value #N/A.`),args:[],compute:function(){return{value:k.NotAvailable}},isExported:!0},Ab={description:E(`Checks whether there is a reference to a cell that contains a formula, and returns TRUE or FALSE.`),args:[H(`cell_reference (meta)`,E(`A reference to a cell.`))],compute:function(e){let{sheetName:t,xc:n}=Mc(e.value),{col:r,row:i}=ir(n),a=(t&&this.getters.getSheetIdByName(t))??this.__originSheetId;return this.getters.getCell({sheetId:a,col:r,row:i})?.isFormula??!1},isExported:!0};var jb=l({AND:()=>Mb,FALSE:()=>Nb,IF:()=>Pb,IFERROR:()=>Fb,IFNA:()=>Ib,IFS:()=>Lb,NOT:()=>Rb,OR:()=>zb,SWITCH:()=>Bb,TRUE:()=>Vb,XOR:()=>Hb});let Mb={description:E("Logical `and` operator."),args:[H(`logical_expression1 (boolean, range<boolean>)`,E(`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.`)),H(`logical_expression2 (boolean, range<boolean>, repeating)`,E(`More expressions that represent logical values.`))],compute:function(...e){let{result:t,foundBoolean:n}=ku(e);return n?t:new A(Va)},isExported:!0},Nb={description:E("Logical value `false`."),args:[],compute:function(){return!1},isExported:!0},Pb={description:E(`Returns value depending on logical expression.`),args:[H(`logical_expression (boolean, range<boolean>)`,E(`An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE.`)),H(`value_if_true (any, range)`,E(`The value the function returns if logical_expression is TRUE.`)),H(`value_if_false (any, range, default=FALSE)`,E(`The value the function returns if logical_expression is FALSE.`))],compute:function(e,t,n){return Gu(e)?Da(Pb.compute,[e,t,n]):(P(Uu(e))?t:n)??{value:0}},isExported:!0},Fb={description:E(`Value if it is not an error, otherwise 2nd argument.`),args:[H(`value (any, range)`,E(`The value to return if value itself is not an error.`)),H(`value_if_error (any, range, default="empty")`,E(`The value the function returns if value is an error.`))],compute:function(e,t){return Gu(e)?Da(Fb.compute,[e,t]):(j(Uu(e)?.value)?t:e)??{value:0}},isExported:!0},Ib={description:E(`Value if it is not an #N/A error, otherwise 2nd argument.`),args:[H(`value (any, range)`,E(`The value to return if value itself is not #N/A an error.`)),H(`value_if_error (any, range, default="empty")`,E(`The value the function returns if value is an #N/A error.`))],compute:function(e,t){return Gu(e)?Da(Ib.compute,[e,t]):(Uu(e)?.value===k.NotAvailable?t:e)??{value:0}},isExported:!0},Lb={description:E(`Returns a value depending on multiple logical expressions.`),args:[H(`condition1 (boolean, range<boolean>)`,E(`The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those.`)),H(`value1 (any, range)`,E(`The returned value if condition1 is TRUE.`)),H(`condition2 (boolean, any, range, repeating)`,E(`Additional conditions to be evaluated if the previous ones are FALSE.`)),H(`value2 (any, range, repeating)`,E(`Additional values to be returned if their corresponding conditions are TRUE.`))],compute:function(...e){if(e.length%2!=0)return new A(E(`Wrong number of arguments. Expected an even number of arguments.`));for(;e.length>0;){if(Gu(e[0]))return Da(Lb.compute,e);let t=P(Uu(e.shift())),n=e.shift();if(t)return n??{value:0}}return new A(E(`No match.`))},isExported:!0},Rb={description:E(`Returns opposite of provided logical value.`),args:[H(`logical_expression (boolean)`,E(`An expression or reference to a cell holding an expression that represents some logical value.`))],compute:function(e){return!P(e)},isExported:!0},zb={description:E("Logical `or` operator."),args:[H(`logical_expression1 (boolean, range<boolean>)`,E(`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.`)),H(`logical_expression2 (boolean, range<boolean>, repeating)`,E(`More expressions that evaluate to logical values.`))],compute:function(...e){let{result:t,foundBoolean:n}=Au(e);return n?t:new A(Va)},isExported:!0},Bb={description:E(`Returns a value by comparing cases to an expression.`),args:[H(`expression (number, boolean, string)`,E(`The value to be checked.`)),H(`case1 (number, boolean, string)`,E(`The first case to be checked against expression.`)),H(`value1 (any)`,E(`The corresponding value to be returned if case1 matches expression.`)),H(`case2 (any, repeating)`,E(`Additional cases to try if the previous ones don't match expression.`)),H(`value2 (any, repeating)`,E(`Additional values to be returned if their corresponding cases match expression.`)),H(`default (any, default="empty")`,E(`An optional default value to be returned if none of the cases match expression.`))],compute:function(e,...t){let n=t.length%2==0?na(e):t.pop();for(let n=0;n<t.length;n+=2){let r=t[n];if(r&&j(r.value))return r;if(e?.value===r?.value)return t[n+1]||{value:0}}return n||{value:0}},isExported:!0},Vb={description:E("Logical value `true`."),args:[],compute:function(){return!0},isExported:!0},Hb={description:E("Logical `xor` operator."),args:[H(`logical_expression1 (boolean, range<boolean>)`,E(`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.`)),H(`logical_expression2 (boolean, range<boolean>, repeating)`,E(`More expressions that evaluate to logical values.`))],compute:function(...e){let t=!1,n=!1;return ka(e,e=>(t=!0,n=n?!e:e,!0)),t?n:new A(Va)},isExported:!0},Ub={Errors:{InvalidRange:E(`The range is invalid`),FirstArgMissing:E(`The argument is missing. Please provide a value`),SecondArgMissing:E(`The second argument is missing. Please provide a value`),MinNaN:E(`The minpoint must be a number`),MidNaN:E(`The midpoint must be a number`),MaxNaN:E(`The maxpoint must be a number`),ValueUpperInflectionNaN:E(`The first value must be a number`),ValueLowerInflectionNaN:E(`The second value must be a number`),MinBiggerThanMax:E(`Minimum must be smaller then Maximum`),MinBiggerThanMid:E(`Minimum must be smaller then Midpoint`),MidBiggerThanMax:E(`Midpoint must be smaller then Maximum`),LowerBiggerThanUpper:E(`Lower inflection point must be smaller than upper inflection point`),MinInvalidFormula:E(`Invalid Minpoint formula`),MaxInvalidFormula:E(`Invalid Maxpoint formula`),MidInvalidFormula:E(`Invalid Midpoint formula`),ValueUpperInvalidFormula:E(`Invalid upper inflection point formula`),ValueLowerInvalidFormula:E(`Invalid lower inflection point formula`),EmptyRange:E(`A range needs to be defined`),ValueCellIsInvalidFormula:E(`At least one of the provided values is an invalid formula`),Unexpected:E(`The rule is invalid for an unknown reason`)},ColorScale:E(`Color scale`),IconSet:E(`Icon set`),DataBar:E(`Data bar`)},Wb={Series:E(`Series`),BackgroundColor:E(`Background color`),StackedBarChart:E(`Stacked bar chart`),StackedLineChart:E(`Stacked line chart`),StackedAreaChart:E(`Stacked area chart`),StackedColumnChart:E(`Stacked column chart`),CumulativeData:E(`Cumulative data`),TreatLabelsAsText:E(`Treat labels as text`),AggregatedChart:E(`Aggregate`),Errors:{Unexpected:E(`The chart definition is invalid for an unknown reason`),InvalidDataSet:E(`The dataset is invalid`),InvalidLabelRange:E(`Labels are invalid`),InvalidScorecardKeyValue:E(`The key value is invalid`),InvalidScorecardBaseline:E(`The baseline value is invalid`),InvalidGaugeDataRange:E(`The data range is invalid`),EmptyGaugeRangeMin:E(`A minimum range limit value is needed`),GaugeRangeMinNaN:E(`The minimum range limit value must be a number`),EmptyGaugeRangeMax:E(`A maximum range limit value is needed`),GaugeRangeMaxNaN:E(`The maximum range limit value must be a number`),GaugeLowerInflectionPointNaN:E(`The lower inflection point value must be a number`),GaugeUpperInflectionPointNaN:E(`The upper inflection point value must be a number`)},GeoChart:{ColorScales:{blues:E(`Blues`),cividis:E(`Cividis`),greens:E(`Greens`),greys:E(`Greys`),oranges:E(`Oranges`),purples:E(`Purples`),rainbow:E(`Rainbow`),reds:E(`Reds`),viridis:E(`Viridis`)}}},Gb={Custom:E(`Custom`)},Kb=E(`Merged cells are preventing this operation. Unmerge those cells and try again.`),qb=E(`The header row of a table can't be moved.`),Jb={Errors:{Unexpected:E(`Cannot split the selection for an unknown reason`),NoSplitSeparatorInSelection:E(`There is no match for the selected separator in the selection`),MoreThanOneColumnSelected:E(`Only a selection from a single column can be split`),SplitWillOverwriteContent:E(`Splitting will overwrite existing content`)}},Yb={Errors:{Unexpected:E(`Cannot remove duplicates for an unknown reason`),MoreThanOneRangeSelected:E(`Please select only one range of cells`),EmptyTarget:E(`Please select a range of cells containing values.`),NoColumnsProvided:E(`Please select at latest one column to analyze.`),WillRemoveExistingMerge:E(`Cannot perform this action on merged cells. Unmerge the cells and try again.`)}},U={DateIs:{today:E(`today`),yesterday:E(`yesterday`),tomorrow:E(`tomorrow`),lastWeek:E(`in the past week`),lastMonth:E(`in the past month`),lastYear:E(`in the past year`)},DateIsBefore:{today:E(`today`),yesterday:E(`yesterday`),tomorrow:E(`tomorrow`),lastWeek:E(`one week ago`),lastMonth:E(`one month ago`),lastYear:E(`one year ago`)},CriterionError:{notEmptyValue:E(`The value must not be empty`),numberValue:E(`The value must be a number`),dateValue:E(`The value must be a date`),validRange:E(`The value must be a valid range`),validFormula:E(`The formula must be valid`)},Errors:{InvalidRange:E(`The range is invalid.`),InvalidDataValidationCriterionValue:E(`One or more of the provided criteria values are invalid. Please review and correct them.`),InvalidNumberOfCriterionValues:E(`One or more of the provided criteria values are missing.`),Unexpected:E(`The rule is invalid for an unknown reason.`)}},Xb={Errors:{Unexpected:E(`The table zone is invalid for an unknown reason`),TableOverlap:E(`You cannot create overlapping tables.`),NonContinuousTargets:E(`A table can only be created on a continuous selection.`),InvalidRange:E(`The range is invalid`),TargetOutOfSheet:E(`The range is out of the sheet`)},Checkboxes:{hasFilters:E(`Filter button`),headerRow:E(`Header row(s)`),bandedRows:E(`Banded rows`),firstColumn:E(`First column`),lastColumn:E(`Last column`),bandedColumns:E(`Banded columns`),automaticAutofill:E(`Automatically autofill formulas`),totalRow:E(`Total row`),isDynamic:E(`Auto-adjust to formula result`)},Tooltips:{filterWithoutHeader:E(`Cannot have filters without a header row`),isDynamic:E(`For tables based on array formulas only`)}},Zb={labels:{no_calculations:E(`No calculations`),"%_of_grand_total":E(`% of grand total`),"%_of_col_total":E(`% of column total`),"%_of_row_total":E(`% of row total`),"%_of":E(`% of`),"%_of_parent_row_total":E(`% of parent row total`),"%_of_parent_col_total":E(`% of parent column total`),"%_of_parent_total":E(`% of parent total`),difference_from:E(`Difference from`),"%_difference_from":E(`% difference from`),running_total:E(`Running total`),"%_running_total":E(`% Running total`),rank_asc:E(`Rank smallest to largest`),rank_desc:E(`Rank largest to smallest`),index:E(`Index`)},descriptions:{"%_of_grand_total":()=>E(`Displayed as % of grand total`),"%_of_col_total":()=>E(`Displayed as % of column total`),"%_of_row_total":()=>E(`Displayed as % of row total`),"%_of":e=>E(`Displayed as % of "%s"`,e),"%_of_parent_row_total":e=>E(`Displayed as % of parent row total of "%s"`,e),"%_of_parent_col_total":()=>E(`Displayed as % of parent column total`),"%_of_parent_total":e=>E(`Displayed as % of parent "%s" total`,e),difference_from:e=>E(`Displayed as difference from "%s"`,e),"%_difference_from":e=>E(`Displayed as % difference from "%s"`,e),running_total:e=>E(`Displayed as running total based on "%s"`,e),"%_running_total":e=>E(`Displayed as % running total based on "%s"`,e),rank_asc:e=>E(`Displayed as rank from smallest to largest based on "%s"`,e),rank_desc:e=>E(`Displayed as rank largest to smallest based on "%s"`,e),index:()=>E(`Displayed as index`)},documentation:{no_calculations:E(`Displays the value that is entered in the field.`),"%_of_grand_total":E(`Displays values as a percentage of the grand total of all the values or data points in the report.`),"%_of_col_total":E(`Displays all the values in each column or series as a percentage of the total for the column or series.`),"%_of_row_total":E(`Displays the value in each row or category as a percentage of the total for the row or category.`),"%_of":E(`Displays values as a percentage of the value of the Base item in the Base field.`),"%_of_parent_row_total":E(`Calculates values as follows:
17
17
  (value for the item) / (value for the parent item on rows)`),"%_of_parent_col_total":E(`Calculates values as follows:
18
18
  (value for the item) / (value for the parent item on columns)`),"%_of_parent_total":E(`Calculates values as follows:
19
19
  (value for the item) / (value for the parent item of the selected Base field)`),difference_from:E(`Displays values as the difference from the value of the Base item in the Base field.`),"%_difference_from":E(`Displays values as the percentage difference from the value of the Base item in the Base field.`),running_total:E(`Displays the value for successive items in the Base field as a running total.`),"%_running_total":E(`Calculates the value as a percentage for successive items in the Base field that are displayed as a running total.`),rank_asc:E(`Displays the rank of selected values in a specific field, listing the smallest item in the field as 1, and each larger value with a higher rank value.`),rank_desc:E(`Displays the rank of selected values in a specific field, listing the largest item in the field as 1, and each smaller value with a higher rank value.`),index:E(`Calculates values as follows:
@@ -21,7 +21,7 @@ stores.inject(MyMetaStore, storeInstance);
21
21
  `)+`
22
22
  `}return(e){return new XS(this.scope,this.code,e)}toString(){return $S(this.code)}},XS=class{scope;returnExpression;code;constructor(e,t,n){this.scope=e,this.returnExpression=n,this.code=$S(t)}toString(){return this.code}assignResultToVariable(){if(this.scope.isAlreadyDeclared(this.returnExpression))return this;let e=this.scope.nextVariableName(),t=new YS(this.scope);return t.append(this.code),t.append(`const ${e} = ${this.returnExpression};`),t.return(e)}},ZS=class{nextId=1;declaredVariables=new Set;nextVariableName(){let e=`_${this.nextId++}`;return this.declaredVariables.add(e),e}isAlreadyDeclared(e){return this.declaredVariables.has(e)}};function QS(e){return e.split(`
23
23
  `).map(e=>e.trim()).filter(e=>e!==``)}function $S(e){let t=``,n=0,r=QS(e);for(let e of r)e.startsWith(`}`)&&n--,t+=` `.repeat(n)+e+`
24
- `,e.endsWith(`{`)&&n++;return t.trim()}let eC=BS.content,tC={"=":`EQ`,"+":`ADD`,"-":`MINUS`,"*":`MULTIPLY`,"/":`DIVIDE`,">=":`GTE`,"<>":`NE`,">":`GT`,"<=":`LTE`,"<":`LT`,"^":`POWER`,"&":`CONCATENATE`},nC={"-":`UMINUS`,"+":`UPLUS`,"%":`UNARY.PERCENT`},rC={};function iC(e){return aC(Vy(e))}function aC(e){try{return oC(e)}catch(t){return{tokens:e,dependencies:[],execute:function(){return t},isBadExpression:!0,normalizedFormula:e.map(e=>e.value).join(``)}}}function oC(e){let{dependencies:t,literalValues:n,symbols:r}=cC(e),i=sC(e);if(!rC[i]){let t=$y([...e]),n=new ZS,s=0,c=0,l=0;if(t.type===`BIN_OPERATION`&&t.value===`:`||t.type===`EMPTY`)throw new qi(E(`Invalid formula`));let u=o(t),d=new YS;d.append(u),d.append(`return ${u.returnExpression};`),rC[i]=Function(`deps`,`ref`,`range`,`getSymbolValue`,`ctx`,d.toString());function a(e){let{args:t}=e,n=eC[e.value.toUpperCase()];if(!n)throw new Zi(E(`Unknown function: "%s"`,e.value));lC(e);let r=[],i=sp(n,t.length);for(let e=0;e<t.length;e++){let a=n.args[i(e)??-1],s=t[e],c=a.type||[],l=c.includes(`META`)||c.includes(`RANGE<META>`),u=c.some(e=>uC(e));r.push(o(s,l,u))}return r}function o(e,t=!1,i=!1){let u=new YS(n);if(e.type!==`REFERENCE`&&!(e.type===`BIN_OPERATION`&&e.value===`:`)&&t)throw new qi(E(`Argument must be a reference to a cell or range.`));switch(e.debug&&(u.append(`debugger;`),u.append(`ctx["debug"] = true;`)),e.type){case`BOOLEAN`:return u.return(`{ value: ${e.value} }`);case`NUMBER`:return u.return(`this.literalValues.numbers[${c++}]`);case`STRING`:return u.return(`this.literalValues.strings[${s++}]`);case`REFERENCE`:return u.return(`${e.value.includes(`:`)||i?`range`:`ref`}(deps[${l++}], ${t?`true`:`false`})`);case`FUNCALL`:let n=a(e).map(e=>e.assignResultToVariable());u.append(...n);let d=e.value.toUpperCase();return u.return(`ctx['${d}'](${n.map(e=>e.returnExpression)})`);case`UNARY_OPERATION`:{let t=nC[e.value],n=o(e.operand,!1,!1).assignResultToVariable();return u.append(n),u.return(`ctx['${t}'](${n.returnExpression})`)}case`BIN_OPERATION`:{let t=tC[e.value],n=o(e.left,!1,!1).assignResultToVariable(),r=o(e.right,!1,!1).assignResultToVariable();return u.append(n),u.append(r),u.return(`ctx['${t}'](${n.returnExpression}, ${r.returnExpression})`)}case`SYMBOL`:let f=r.indexOf(e.value);return u.return(`getSymbolValue(this.symbols[${f}])`);case`EMPTY`:return u.return(`undefined`)}}}return{execute:rC[i],dependencies:t,literalValues:n,symbols:r,tokens:e,isBadExpression:!1,normalizedFormula:i}}function sC(e){let t=``;for(let n of e)switch(n.type){case`STRING`:t+=`|S|`;break;case`NUMBER`:t+=`|N|`;break;case`REFERENCE`:case`INVALID_REFERENCE`:n.value.includes(`:`)?t+=`|R|`:t+=`|C|`;break;case`SPACE`:break;default:t+=n.value;break}return t}function cC(e){let t={numbers:[],strings:[]},n=[],r=[];for(let i of e)switch(i.type){case`INVALID_REFERENCE`:case`REFERENCE`:n.push(i.value);break;case`STRING`:let e=ct(i.value);t.strings.push({value:e});break;case`NUMBER`:{let e=Wi(i.value,D);t.numbers.push({value:e});break}case`SYMBOL`:r.push(pt(i.value,`'`))}return{dependencies:n,literalValues:t,symbols:r}}function lC(e){let t=e.args.length,n=e.value.toUpperCase(),r=eC[n],{nbrArgRepeating:i,minArgRequired:a}=r;if(t<a)throw new qi(E(`Invalid number of arguments for the %(functionName)s function. Expected %(minArgRequired)s minimum, but got %(nbrArgSupplied)s instead.`,{functionName:n,minArgRequired:a,nbrArgSupplied:t}));if(t>r.maxArgPossible)throw new qi(E(`Invalid number of arguments for the %(functionName)s function. Expected %(maxArgPossible)s maximum, but got %(nbrArgSupplied)s instead.`,{functionName:n,maxArgPossible:r.maxArgPossible,nbrArgSupplied:t}));if(i>1){let e=i*Math.floor((t-a)/i),o=t-a-e-r.nbrArgOptional;if(o>0)throw new qi(E(`Invalid number of arguments for the %(functionName)s function. Repeatable arguments should be supplied in groups of %(nbrArgRepeating)s, with up to %(nbrArgOptional)s optional. Got %(nbrValueRemaining)s too many.`,{functionName:n,nbrArgRepeating:i,nbrArgOptional:r.nbrArgOptional,nbrValueRemaining:o}))}}function uC(e){return e.startsWith(`RANGE`)}let dC=BS.content;function fC(e){try{return tb($y(e)).filter(e=>e.type===`FUNCALL`&&!dC[e.value.toUpperCase()]?.isExported).length===0}catch{return!1}}function pC(e,t){if(!e.some(e=>e.type===`SYMBOL`&&t.includes(e.value.toUpperCase())))return[];let n;try{n=$y(e)}catch{return[]}return mC(n,t)}function mC(e,t){return tb(e).filter(e=>e.type===`FUNCALL`&&t.includes(e.value.toUpperCase())).map(e=>({functionName:e.value.toUpperCase(),args:e.args}))}function hC(e,t,n){if(!t.startsWith(`=`))return t;let r=Vy(t);for(let t=1;t<r.length;t++){if(r[t].type!==`REFERENCE`)continue;let i=r[t].value,a=gC(e,i,n).range;i!==a&&(r[t]={value:a,type:`REFERENCE`})}return Mt(r.map(e=>e.value))}function gC(e,t,n){let r=Mc(t).sheetName;if(r?!ll(r,n.sheetName.old):e!==n.sheetId)return{changeType:`NONE`,range:t};let i=yC(t,r?n.sheetId:e);if(i.invalidXc)return{changeType:`NONE`,range:t};let a=n.applyChange(i);if(a.changeType===`NONE`||a.changeType===`REMOVE`)return{changeType:a.changeType,range:t};let o=zc(a.range,e,_C(n));return o===k.InvalidReference?{changeType:`REMOVE`,range:o}:{changeType:a.changeType,range:o}}function _C(e){return t=>t===e.sheetId?e.sheetName.current:``}function vC(e){return{numberOfRows:2**53-1,numberOfCols:2**53-1}}function yC(e,t){return Ec.test(e)?Fc({xc:e,sheetId:t},vC):Ic(e)}let bC=`xMovingAverage`,xC={exponential:`exp`,logarithmic:`log`,polynomial:`poly`,trailingMovingAverage:`movingAvg`};function SC(e,t,n,r){let i=!1,a=[];for(let r in n){let o=n[r];if(o.labelCell){let e=TC(o.labelCell,t);o.labelCell!==e&&(i=!0,o={...o,labelCell:e})}let s=TC(o.dataRange,t);s===void 0||e.getRangeString(s,s.sheetId)===k.InvalidReference?(i=!0,o=void 0):s!==o.dataRange&&(i=!0,o={...o,dataRange:s}),a[r]=o}let o=r,s=TC(o,t);s!==o&&(i=!0,o=s);let c=a.filter(C);return{isStale:i,dataSets:c,labelRange:o}}function CC(e,t,n){return n.map(n=>({dataRange:Bc(e,t,n.dataRange),labelCell:n.labelCell?Bc(e,t,n.labelCell):void 0}))}function wC(e,t,n){return n?Bc(e,t,n):void 0}function TC(e,t){if(!e)return;let n=t(e);switch(n.changeType){case`REMOVE`:return;default:return n.range}}function EC(e,t,n,r){let i=[];for(let a of t){let{unboundedZone:t,sheetId:o,invalidSheetName:s,invalidXc:c}=e.getRangeFromSheetXC(n,a.dataRange);if(!(s||c))if(t.left!==t.right&&t.top!==t.bottom){if(t.right===void 0)continue;for(let n=t.left;n<=t.right;n++){let s={...t,left:n,right:n};i.push({...DC(e,o,s,r?{top:s.top,bottom:s.top,left:s.left,right:s.left}:void 0),backgroundColor:a.backgroundColor,rightYAxis:a.yAxisId===`y1`,customLabel:a.label,trend:a.trend})}}else i.push({...DC(e,o,t,r?{top:t.top,bottom:t.top,left:t.left,right:t.left}:void 0),backgroundColor:a.backgroundColor,rightYAxis:a.yAxisId===`y1`,customLabel:a.label,trend:a.trend})}return i}function DC(e,t,n,r){if(n.left!==n.right&&n.top!==n.bottom)throw Error(`Zone should be a single column or row: ${js(n)}`);if(r){let i=js(n),a=js(r);return{labelCell:e.getRangeFromSheetXC(t,a),dataRange:e.getRangeFromSheetXC(t,i)}}else return{labelCell:void 0,dataRange:e.getRangeFromSheetXC(t,js(n))}}function OC(e,t){let n=t.labelCell?.zone,r=t.dataRange.zone;if(n){let{numberOfRows:e,numberOfCols:t}=Ws(r);e===1?r={...r,left:r.left+1}:t===1&&(r={...r,top:r.top+1})}let i=Pc({...t.dataRange,zone:r},e.getSheetSize),a={};t.customLabel?a={text:t.customLabel}:t.labelCell&&(a={reference:e.getRangeString(t.labelCell,`forceSheetReference`,{useBoundedReference:!0})});let o;return t.trend?.type&&(o={type:t.trend.type===`polynomial`&&t.trend.order===1?`linear`:xC[t.trend.type],color:t.trend.color,order:t.trend.order?Math.min(t.trend.order,6):void 0,window:t.trend.window||2}),{label:a,range:e.getRangeString(i,`forceSheetReference`,{useBoundedReference:!0}),backgroundColor:t.backgroundColor,rightYAxis:t.rightYAxis,trend:o}}function kC(e,t,n){if(!t)return;let r={...t.zone};n&&t.zone.bottom>t.zone.top&&(r.top+=1);let i=Pc({...t,zone:r},e.getSheetSize);return e.getRangeString(i,`forceSheetReference`,{useBoundedReference:!0})}function AC(e,t,n){let r;if(t.labelRange){let{changeType:i,range:a}=gC(e,t.labelRange,n);i!==`REMOVE`&&(r=a)}let i=[];for(let r of t.dataSets){let t={...r},{changeType:a,range:o}=gC(e,r.dataRange,n);a!==`REMOVE`&&(t.dataRange=o,i.push(t))}return{...t,dataSets:i,labelRange:r}}function jC(e){return e&&vn(e)<.3?`#FFFFFF`:`#000000`}function MC(e){return e&&vn(e)<.3?`#C8C8C8`:`#666666`}function NC(e){return e.dataSets&&(e.dataSets.find(e=>!Ec.test(e.dataRange))!==void 0||e.dataSets.map(e=>Ts(e.dataRange)).some(e=>e.top!==e.bottom&&tc(e)))?`InvalidDataSet`:`Success`}function PC(e){return e.labelRange&&!Ec.test(e.labelRange||``)?`InvalidLabelRange`:`Success`}function FC(e,t,n){if(!n||!e)return!1;if(!t)return!0;let r=rc(t.dataRange.zone);return!(rc(e.zone)<r)}function IC(e,t){let{x:n,y:r}=e.getMainViewportCoordinates(),{scrollX:i,scrollY:a}=e.getActiveSheetScrollInfo(),{width:o,height:s}=e.getVisibleRect(e.getActiveMainViewport());return{x:n+i+Math.max(0,(o-t.width)/2),y:r+a+Math.max(0,(s-t.height)/2)}}function LC(e){let t=!1,n=!1;if(`horizontal`in e&&e.horizontal)return{useLeftAxis:!0,useRightAxis:!1};for(let r of e.dataSets||[])r.yAxisId===`y1`?n=!0:t=!0;return t||=!n,{useLeftAxis:t,useRightAxis:n}}function RC(e,t,n=!1){return(r,i)=>{let a=e?.[i];return zC({format:a,locale:t},n)(r)}}function zC(e,t=!1){return n=>{if(n=Number(n),isNaN(n))return n;let{locale:r,format:i}=e;return HC(t?Go({value:n,format:i},r):L(n,{locale:r,format:!i&&Math.abs(n)>=1e3?`#,##`:i}))}}let BC=[{value:`left`,label:E(`Left`)},{value:`right`,label:E(`Right`)}];function VC(e,t){let n=[],r=$t(t.map(e=>e.data.length));for(let t=0;t<=r;t++)n.push(e.next());return n}function HC(e,t=20){return e?e.length>t?e.substring(0,t)+`…`:e:``}function UC(e){return e===`x1`||e===`xMovingAverage`}let WC={id:`chartShowValuesPlugin`,afterDatasetsDraw(e,t,n){if(!n.showValues||!e._metasets?.[0]?.data)return;let r=e.ctx;switch(r.save(),r.textAlign=`center`,r.textBaseline=`middle`,r.miterLimit=1,e.config.type){case`pie`:case`doughnut`:JC(e,n,r);break;case`bar`:case`line`:case`radar`:n.horizontal?qC(e,n,r,{offsetFromAxisOrigin:!0}):KC(e,n,r);break;case`funnel`:qC(e,n,r,{offsetFromAxisOrigin:!1});break}r.restore()}};function GC(e,t,n,r){r.lineWidth=3,r.strokeText(e,t,n),r.lineWidth=1,r.fillText(e,t,n)}function KC(e,t,n){let r={};for(let i of e._metasets){if(UC(i.xAxisID)||i.hidden)continue;let a=e.scales[i.yAxisID];for(let o=0;o<i._parsed.length;o++){let s=i._parsed[o],c=Number(e.config.type===`radar`?s.r:s.y);if(isNaN(c))continue;let l=i.data[o],u=l.x,d=0;if(e.config.type===`line`||e.config.type===`radar`)d=c<0?l.y+10:l.y-10;else{let e=a.getPixelForValue(0);d=Math.abs(e-l.y)<12?c<0?e+12/2:e-12/2:c<0?l.y-l.height/2:l.y+l.height/2}r[u]||(r[u]=[]);for(let e of r[u]||[])Math.abs(e-d)<13&&(d=c<0?e+13:e-13);r[u].push(d),n.fillStyle=l.options.backgroundColor,n.strokeStyle=t.background||`#ffffff`,GC(t.callback(Number(c),i,o),u,d,n)}}}function qC(e,t,n,r){let i={};for(let a of e._metasets){if(UC(a.xAxisID))return;let o=e.scales[a.xAxisID].getPixelForValue(0);for(let e=0;e<a._parsed.length;e++){let s=Number(a._parsed[e].x);if(isNaN(s))continue;let c=t.callback(s,a,e),l=a.data[e],u=l.y,d=hl(n,c,{fontSize:12},`px`),f=Math.abs(l.x-o),p;p=r.offsetFromAxisOrigin&&f<d?s<0?o-d/2-3:o+d/2+3:s<0?l.x+l.width/2:l.x-l.width/2,i[u]||(i[u]=[]);for(let e of i[u])Math.abs(e-p)<d&&(p=s<0?e-d-3:e+d+3);i[u].push(p),n.fillStyle=l.options.backgroundColor,n.strokeStyle=t.background||`#ffffff`,GC(c,p,u,n)}}}function JC(e,t,n){for(let r of e._metasets)for(let e=0;e<r._parsed.length;e++){let i=Number(r._parsed[e]);if(isNaN(i)||i===0)continue;let a=r.data[e],{startAngle:o,endAngle:s,innerRadius:c,outerRadius:l}=a,u=(o+s)/2,d=(c+l)/2,f=a.x+d*Math.cos(u),p=a.y+d*Math.sin(u),m=t.callback(i,r,e),h=hl(n,m,{fontSize:12},`px`),g=l-c;if(h>=g||g<12)continue;let _=s-o,v=2*d*Math.tan(_/2);_<Math.PI/2&&(h>=v||v<12)||(n.fillStyle=jC(t.background),n.strokeStyle=t.background||`#ffffff`,GC(m,f,p,n))}}let YC={showHeaders:!0,headerDesign:{align:`center`,fillColor:`#808080`,bold:!0,fontSize:15},showValues:!0,showLabels:!0,valuesDesign:{align:`left`,verticalAlign:`bottom`,fontSize:12},coloringOptions:{type:`categoryColor`,colors:[],useValueBasedGradient:!0}},XC=`nullValue`;function ZC(e,t){let{dataSetsValues:n}=t,r=[],i=gw(e,n.length),a=[];for(let o in n){let{label:s,data:c,hidden:l}=n[o];s=e.dataSets?.[o].label||s;let u=i.next(),d={label:s,data:c,hidden:l,borderColor:e.background||`#FFFFFF`,borderWidth:+!!e.stacked,backgroundColor:u,yAxisID:e.horizontal?`y`:e.dataSets?.[o].yAxisId||`y`,xAxisID:`x`};r.push(d);let f=e.dataSets?.[o].trend,p=t.trendDataSetsValues?.[o];!f?.display||e.horizontal||!p||a.push(mw(d,f,p))}return r.push(...a),r}function QC(e,t){let{dataSetsValues:n,labels:r}=t,i=e.negativeValuesColor||`#EA6175`,a=e.positiveValuesColor||`#4EA7F2`,o=e.subTotalValuesColor||`#AAAAAA`,s=[],c=[],l={label:``,data:c,backgroundColor:s},u=[],d=0;for(let t of n)if(!t.hidden){for(let l=0;l<t.data.length;l++){let f=t.data[l];if(u.push(r[l]),isNaN(Number(f))){c.push([d,d]),s.push(``);continue}c.push([d,f+d]);let p=f>=0?a:i;l===0&&t===n[0]&&e.firstValueAsSubtotal&&(p=o),s.push(p),d+=f}e.showSubTotals&&(u.push(E(`Subtotal`)),c.push([0,d]),s.push(o))}return{datasets:[l],labels:u}}function $C(e,t){let{dataSetsValues:n,axisType:r,labels:i}=t,a=[],o=!!e.fillArea,s=!!e.stacked,c=[],l=gw(e,n.length);for(let u=0;u<n.length;u++){let{label:d,data:f,hidden:p}=n[u];d=e.dataSets?.[u].label||d;let m=l.next();r&&[`linear`,`time`].includes(r)&&(f=f.map((e,t)=>({x:i[t]||void 0,y:e})));let h={label:d,data:f,hidden:p,tension:0,borderColor:m,backgroundColor:o?kn(m,Je):m,pointBackgroundColor:m,fill:o?hw(u,s):!1,pointRadius:e.hideDataMarkers?0:3,yAxisID:e.dataSets?.[u].yAxisId||`y`};a.push(h);let g=e.dataSets?.[u].trend,_=t.trendDataSetsValues?.[u];!g?.display||!_||c.push(mw(h,g,_))}return a.push(...c),a}function ew(e,t){let n=$C(e,t);for(let e of n)UC(e.xAxisID)||(e.showLine=!1);return n}function tw(e,t){let{dataSetsValues:n}=t,r=[],i=VC(new Un(Math.max(0,...n.map(e=>e?.data?.length??0))),n);for(let{label:t,data:a,hidden:o}of n){if(o)continue;let n={label:t,data:a,borderColor:e.background||`#FFFFFF`,backgroundColor:i,hoverOffset:10};r.push(n)}return r}function nw(e,t){let{dataSetsValues:n}=t,r=[],i=gw(e,n.length),a=[];for(let o=0;o<n.length;o++){let{label:s,data:c,hidden:l}=n[o];s=e.dataSets?.[o].label||s;let u=e.dataSets?.[o],d=i.next(),f=u?.type??`line`,p={label:s,data:c,hidden:l,borderColor:d,backgroundColor:d,yAxisID:e.dataSets?.[o].yAxisId||`y`,xAxisID:`x`,type:f,order:f===`bar`?n.length+o:o,pointRadius:e.hideDataMarkers?0:3};r.push(p);let m=e.dataSets?.[o].trend,h=t.trendDataSetsValues?.[o];!m?.display||!h||a.push(mw(p,m,h))}return r.push(...a),r}function rw(e,t){let{dataSetsValues:n}=t,r=[],i=e.fillArea??!1,a=gw(e,n.length);for(let t=0;t<n.length;t++){let{label:o,data:s,hidden:c}=n[t];e.dataSets?.[t]?.label&&(o=e.dataSets[t].label);let l=a.next(),u={label:o,data:s,hidden:c,borderColor:l,backgroundColor:l,pointBackgroundColor:l,pointRadius:e.hideDataMarkers?0:3};i&&(u.backgroundColor=kn(l,Je),u.fill=`start`),r.push(u)}return r}function iw(e,t){let{availableRegions:n,dataSetsValues:r,labels:i}=t,a=e.region||n[0]?.id,o=a?t.getGeoJsonFeatures(a):void 0,s={outline:o,showOutline:!!o,data:[]};if(o&&a){let e={};if(r[0])for(let n=0;n<r[0].data.length;n++){if(!i[n]||r[0].data[n]===void 0)continue;let o=t.geoFeatureNameToId(a,i[n]);o&&(e[o]={value:r[0].data[n],label:i[n]})}for(let t of o)t.id&&s.data.push({feature:{...t,properties:{name:e[t.id]?.label}},value:e[t.id]?.value})}return[s]}function aw(e,t){let n=t.dataSetsValues[0],r=t.labels;if(!n)return[];let{label:i,data:a}=n;return i=e.dataSets?.[0].label||i,[{label:i,data:a.map(e=>e<=0?[0,0]:[-e,e]),backgroundColor:ow(r,e.funnelColors),yAxisID:`y`,xAxisID:`x`,barPercentage:1,categoryPercentage:1,borderColor:e.background||`#FFFFFF`,borderWidth:3}]}function ow(e,t){let n=new Un(e.length,t);return e.map(()=>n.next())}function sw(e,t){let{dataSetsValues:n,labels:r}=t,i=dw(lw(n,r)),a=i[0]||[],o=new Un(a.length,e.groupColors||[]),s=a.map(e=>({label:e.label,color:o.next()})),c=[];for(let t=i.length-1;t>=0;t--){let n={groupColors:s,parsing:{key:`value`},data:i[t],borderColor:t=>{let n=t.type===`data`?t.raw:void 0;return!n||n.label===`nullValue`?_e:e.background||`#FFFFFF`},backgroundColor:e=>{let t=e.type===`data`?e.raw:void 0;if(!t||t.label===`nullValue`)return _e;let n=t.groups[0];return s.find(e=>e.label===n)?.color},hoverOffset:10};c.push(n)}return c}function cw(e,t){let n=[],r=Math.max(...e.map(e=>e.data.length));for(let i=0;i<r;i++){n[i]={};for(let t=0;t<e.length;t++){let r=e[t].data[i]===null?XC:String(e[t].data[i]);n[i][t]=r}n[i].value=Number(t[i])}return n}function lw(e,t){return uw(cw(e,t),0,e.length,[])}function uw(e,t,n,r){if(t>=n)return[];let i=Object.groupBy(e,e=>e[t]);return Object.keys(i).map(e=>{let a=i[e]?.reduce((e,t)=>e+Number(t.value),0)||0,o=[...r,e];return{label:e,value:a,children:uw(i[e]||[],t+1,n,[...r,e]),groups:o,depth:t}}).sort((e,t)=>t.value-e.value)}function dw(e){let t=[],n=[...e];for(;n.length>0;){let e=n.shift();e&&(t[e.depth]||(t[e.depth]=[]),t[e.depth].push(e),e.children&&n.push(...e.children))}return t}function fw(e,t){let{dataSetsValues:n,labels:r,locale:i,axisFormats:a}=t,o={locale:i,format:a?.y};if(n.length===0)return[];let s=lw(n,r).sort((e,t)=>t.value-e.value),c=_w(e,s),l=[],u=Math.max(...n.map(e=>e.data.length));for(let e=0;e<u;e++){l[e]={};for(let t=0;t<n.length;t++)l[e][t]=n[t].data[e]?String(n[t].data[e]):void 0;l[e].value=Number(r[e])}let d=e.showLabels??YC.showLabels,f=e.showValues??YC.showValues,p=e.coloringOptions||YC.coloringOptions,m;return p?.type===`colorScale`&&(m=vw(s,p)),[{data:[],tree:l,labels:{display:d||f,overflow:`hidden`,...pw(e.valuesDesign,YC.valuesDesign),formatter:e=>[d?e.raw.g:void 0,f?L(e.raw.v,o):void 0].filter(C)},captions:{display:e.showHeaders??YC.showHeaders,padding:6,...pw(e.headerDesign,YC.headerDesign)},key:`value`,groups:S(0,n.length).map(e=>String(e)),borderWidth:0,spacing:1,displayMode:`headerBoxes`,groupColors:c,backgroundColor:t=>{if(t.type!==`data`)return`transparent`;if(!t.raw.isLeaf)return e.headerDesign?.fillColor||YC.headerDesign?.fillColor;if(p.type===`colorScale`)return m?.(t.raw.v)||`#FF0000`;if(p.type===`categoryColor`)return yw(t,s,p,c);throw Error(`Unsupported coloring option type}`)}}]}function pw(e,t){let n=e=>{let t=e.element.options.backgroundColor;return vn(t)>.7?`#666666`:`#FFFFFF`};return{align:e?.align??t?.align,position:e?.verticalAlign??t?.verticalAlign,color:e?.color||n,hoverColor:e?.color||n,font:{weight:e?.bold??t?.bold?`bold`:`normal`,style:e?.italic??t?.italic?`italic`:`normal`,size:e?.fontSize??t?.fontSize}}}function mw(e,t,n){let r=xn(e.backgroundColor);r.a=1;let i=t.color||An(bn(r),.5);return{type:`line`,xAxisID:t.type===`trailingMovingAverage`?bC:`x1`,yAxisID:e.yAxisID,label:e.label?E(`Trend line for %s`,e.label):``,data:n,order:-1,showLine:!0,pointRadius:0,backgroundColor:i,borderColor:i,borderDash:[5,5],borderWidth:void 0,fill:!1,pointBackgroundColor:i}}function hw(e,t){return t?e===0?`origin`:`-1`:`origin`}function gw(e,t){return new Un(t,e.dataSets?.map(e=>e.backgroundColor)||[])}function _w(e,t){let n=e.coloringOptions?.type===`categoryColor`?e.coloringOptions.colors:[],r=new Un(t.length,n);return t.map(e=>({label:e.label,color:r.next()}))}function vw(e,t){if(e.length===0)return;let n=dw(e),r=n[n.length-1],i=Math.min(...r.map(e=>e.value)),a=Math.max(...r.map(e=>e.value));if(Number.isFinite(i)&&Number.isFinite(a)){let e=[{value:i,color:t.minColor}];if(t.midColor){let n=(i+a)/2;e.push({value:n,color:t.midColor})}return e.push({value:a,color:t.maxColor}),Kn(e)}}function yw(e,t,n,r){let i=e.raw._data.children[0][0],a=r.find(e=>e.label===i)?.color;if(!a||!n.useValueBasedGradient)return a||`#FF0000`;let o=t.find(e=>e.label===i);if(!o||!o.children.length)return a;let s=dw(o.children),c=s[s.length-1],l=Math.max(...c.map(e=>e.value)),u=Math.min(...c.map(e=>e.value));return u===l||!isFinite(u)||!isFinite(l)?a:An(a,((Number(e.raw.v)||0)-l)/(u-l)*.5)}let bw={id:`sunburstHoverPlugin`,afterEvent(e,t,n){if(!n.enabled)return;let r=e.getActiveElements(),i=r.map(e=>({datasetIndex:e.datasetIndex,index:e.index}));for(let t of r){let n=e.data.datasets[t.datasetIndex].data[t.index];for(let t=0;t<e.data.datasets.length;t++){let r=e.data.datasets[t];for(let e=0;e<r.data.length;e++){let a=r.data[e];xw(n.groups,a.groups)&&i.push({datasetIndex:t,index:e})}}}i=i.filter(t=>{let{datasetIndex:n,index:r}=t;return e.data.datasets[n].data[r].label!==XC}),e.setActiveElements(i);for(let t of e.getSortedVisibleDatasetMetas())for(let e of t.data){let t=e.$context,{datasetIndex:n,index:r,dataset:a,raw:o}=t;if(o.label===`nullValue`)continue;let s=typeof a.backgroundColor==`function`?a.backgroundColor(t):a.backgroundColor;i.length&&!i.some(e=>e.datasetIndex===n&&e.index===r)?e.options.backgroundColor=An(s,.5):e.options.backgroundColor=s}}};function xw(e,t){return t.length>e.length&&e.every((e,n)=>e===t[n])}let Sw={id:`sunburstLabelsPlugin`,afterDatasetsDraw(e,t,n){if(!n.showValues&&!n.showLabels||e.config.type!==`doughnut`)return;let r=e.ctx;Cw(e,n,r)}};function Cw(e,t,n){let r=t.style,i=r.fontSize||13,a=i+3;for(let o of e._metasets)for(let s=0;s<o._dataset.data.length;s++){let c=o._dataset.data[s];if(c.label===`nullValue`)continue;let l=[t.showLabels?c.label:void 0,t.showValues?t.callback(c.value,`y`):void 0].filter(C),u=o.data[s],{startAngle:d,endAngle:f,innerRadius:p,outerRadius:m,circumference:h}=u,g=u.options.offset/4,_=g*(1-Math.sin(Math.min(Math.PI,h||0)));p+=_,m+=_;let v=(d+f)/2,y=(p+m)/2,ee=(m-p)*.9,te=f-d;if((te>=Math.PI?m:Math.sin(te/2)*p*2)<l.length*a)continue;n.save();let ne={x:Math.cos(v)*g,y:Math.sin(v)*g},re=e.chartArea.left+e.chartArea.width/2+ne.x,ie=e.chartArea.top+e.chartArea.height/2+ne.y;n.translate(re,ie);let ae;v>Math.PI/2?(n.rotate(v-Math.PI),ae=-y):(ae=y,n.rotate(v));let oe=u.options.backgroundColor,se=vn(oe)>.7?`#666666`:`#FFFFFF`;n.fillStyle=r.textColor||se,n.textAlign=`center`,n.textBaseline=`middle`,n.font=pl(i,r.bold,r.italic);let ce=-((l.length-1)*a)/2;for(let e=0;e<l.length;e++){let t=jl(n,ee,l[e],r,`px`);n.fillText(t,ae,ce+e*a)}n.restore()}}let ww={id:`waterfallLinesPlugin`,beforeDraw(e,t,n){if(!n.showConnectorLines)return;let r=e._metasets?.[0]?.data;if(!r)return;let i=e.ctx;i.save(),i.setLineDash([3,2]);for(let e=0;e<r.length;e++){let t=r[e];if(t.height===0)continue;let n=Ew(r,e);if(!n)break;let a=Tw(t),o=Tw(n),s=t.$context.raw,c=s[1]-s[0],l=Math.round(c<0?a.bottom-1:a.top),u=Math.round(a.right),d=Math.round(o.left);i.strokeStyle=`#999`,i.beginPath(),i.moveTo(u+1,l+.5),i.lineTo(d,l+.5),i.stroke()}i.restore()}};function Tw(e){let t=e.base<e.y;return{left:e.x-e.width/2,right:e.x+e.width/2,bottom:t?e.base+e.height:e.y+e.height,top:t?e.base:e.y}}function Ew(e,t){return e.find((e,n)=>n>t&&e.height!==0)}B`
24
+ `,e.endsWith(`{`)&&n++;return t.trim()}let eC=BS.content,tC={"=":`EQ`,"+":`ADD`,"-":`MINUS`,"*":`MULTIPLY`,"/":`DIVIDE`,">=":`GTE`,"<>":`NE`,">":`GT`,"<=":`LTE`,"<":`LT`,"^":`POWER`,"&":`CONCATENATE`},nC={"-":`UMINUS`,"+":`UPLUS`,"%":`UNARY.PERCENT`},rC={};function iC(e){return aC(Vy(e))}function aC(e){try{return oC(e)}catch(t){return{tokens:e,dependencies:[],execute:function(){return t},isBadExpression:!0,normalizedFormula:e.map(e=>e.value).join(``)}}}function oC(e){let{dependencies:t,literalValues:n,symbols:r}=cC(e),i=sC(e);if(!rC[i]){let t=$y([...e]),n=new ZS,s=0,c=0,l=0;if(t.type===`BIN_OPERATION`&&t.value===`:`||t.type===`EMPTY`)throw new qi(E(`Invalid formula`));let u=o(t),d=new YS;d.append(u),d.append(`return ${u.returnExpression};`),rC[i]=Function(`deps`,`ref`,`range`,`getSymbolValue`,`ctx`,d.toString());function a(e){let{args:t}=e,n=eC[e.value.toUpperCase()];if(!n)throw new Zi(E(`Unknown function: "%s"`,e.value));lC(e);let r=[],i=sp(n,t.length);for(let e=0;e<t.length;e++){let a=n.args[i(e)??-1],s=t[e],c=a.type||[],l=c.includes(`META`)||c.includes(`RANGE<META>`),u=c.some(e=>uC(e));r.push(o(s,l,u))}return r}function o(e,t=!1,i=!1){let u=new YS(n);if(e.type!==`REFERENCE`&&!(e.type===`BIN_OPERATION`&&e.value===`:`)&&t)throw new qi(E(`Argument must be a reference to a cell or range.`));switch(e.debug&&(u.append(`debugger;`),u.append(`ctx["debug"] = true;`)),e.type){case`BOOLEAN`:return u.return(`{ value: ${e.value} }`);case`NUMBER`:return u.return(`this.literalValues.numbers[${c++}]`);case`STRING`:return u.return(`this.literalValues.strings[${s++}]`);case`REFERENCE`:return u.return(`${e.value.includes(`:`)||i?`range`:`ref`}(deps[${l++}], ${t?`true`:`false`})`);case`FUNCALL`:let n=a(e).map(e=>e.assignResultToVariable());u.append(...n);let d=e.value.toUpperCase();return u.return(`ctx['${d}'](${n.map(e=>e.returnExpression)})`);case`UNARY_OPERATION`:{let t=nC[e.value],n=o(e.operand,!1,!1).assignResultToVariable();return u.append(n),u.return(`ctx['${t}'](${n.returnExpression})`)}case`BIN_OPERATION`:{let t=tC[e.value],n=o(e.left,!1,!1).assignResultToVariable(),r=o(e.right,!1,!1).assignResultToVariable();return u.append(n),u.append(r),u.return(`ctx['${t}'](${n.returnExpression}, ${r.returnExpression})`)}case`SYMBOL`:let f=r.indexOf(e.value);return u.return(`getSymbolValue(this.symbols[${f}])`);case`EMPTY`:return u.return(`undefined`)}}}return{execute:rC[i],dependencies:t,literalValues:n,symbols:r,tokens:e,isBadExpression:!1,normalizedFormula:i}}function sC(e){let t=``;for(let n of e)switch(n.type){case`STRING`:t+=`|S|`;break;case`NUMBER`:t+=`|N|`;break;case`REFERENCE`:case`INVALID_REFERENCE`:n.value.includes(`:`)?t+=`|R|`:t+=`|C|`;break;case`SPACE`:break;default:t+=n.value;break}return t}function cC(e){let t={numbers:[],strings:[]},n=[],r=[];for(let i of e)switch(i.type){case`INVALID_REFERENCE`:case`REFERENCE`:n.push(i.value);break;case`STRING`:let e=ct(i.value);t.strings.push({value:e});break;case`NUMBER`:{let e=Wi(i.value,D);t.numbers.push({value:e});break}case`SYMBOL`:r.push(pt(i.value,`'`))}return{dependencies:n,literalValues:t,symbols:r}}function lC(e){let t=e.args.length,n=e.value.toUpperCase(),r=eC[n],{nbrArgRepeating:i,minArgRequired:a}=r;if(t<a)throw new qi(E(`Invalid number of arguments for the %(functionName)s function. Expected %(minArgRequired)s minimum, but got %(nbrArgSupplied)s instead.`,{functionName:n,minArgRequired:a,nbrArgSupplied:t}));if(t>r.maxArgPossible)throw new qi(E(`Invalid number of arguments for the %(functionName)s function. Expected %(maxArgPossible)s maximum, but got %(nbrArgSupplied)s instead.`,{functionName:n,maxArgPossible:r.maxArgPossible,nbrArgSupplied:t}));if(i>1){let e=i*Math.floor((t-a)/i),o=t-a-e-r.nbrArgOptional;if(o>0)throw new qi(E(`Invalid number of arguments for the %(functionName)s function. Repeatable arguments should be supplied in groups of %(nbrArgRepeating)s, with up to %(nbrArgOptional)s optional. Got %(nbrValueRemaining)s too many.`,{functionName:n,nbrArgRepeating:i,nbrArgOptional:r.nbrArgOptional,nbrValueRemaining:o}))}}function uC(e){return e.startsWith(`RANGE`)}let dC=BS.content;function fC(e){try{return tb($y(e)).filter(e=>e.type===`FUNCALL`&&!dC[e.value.toUpperCase()]?.isExported).length===0}catch{return!1}}function pC(e,t){if(!e.some(e=>e.type===`SYMBOL`&&t.includes(e.value.toUpperCase())))return[];let n;try{n=$y(e)}catch{return[]}return mC(n,t)}function mC(e,t){return tb(e).filter(e=>e.type===`FUNCALL`&&t.includes(e.value.toUpperCase())).map(e=>({functionName:e.value.toUpperCase(),args:e.args}))}function hC(e,t,n){if(!t.startsWith(`=`))return t;let r=Vy(t);for(let t=1;t<r.length;t++){if(r[t].type!==`REFERENCE`)continue;let i=r[t].value,a=gC(e,i,n).range;i!==a&&(r[t]={value:a,type:`REFERENCE`})}return Mt(r.map(e=>e.value))}function gC(e,t,n){let r=Mc(t).sheetName;if(r?!ll(r,n.sheetName.old):e!==n.sheetId)return{changeType:`NONE`,range:t};let i=yC(t,r?n.sheetId:e);if(i.invalidXc)return{changeType:`NONE`,range:t};let a=n.applyChange(i);if(a.changeType===`NONE`||a.changeType===`REMOVE`)return{changeType:a.changeType,range:t};let o=zc(a.range,e,_C(n));return o===k.InvalidReference?{changeType:`REMOVE`,range:o}:{changeType:a.changeType,range:o}}function _C(e){return t=>t===e.sheetId?e.sheetName.current:``}function vC(e){return{numberOfRows:2**53-1,numberOfCols:2**53-1}}function yC(e,t){return Ec.test(e)?Fc({xc:e,sheetId:t},vC):Ic(e)}let bC=`xMovingAverage`,xC={exponential:`exp`,logarithmic:`log`,polynomial:`poly`,trailingMovingAverage:`movingAvg`};function SC(e,t,n,r){let i=!1,a=[];for(let r in n){let o=n[r];if(o.labelCell){let e=TC(o.labelCell,t);o.labelCell!==e&&(i=!0,o={...o,labelCell:e})}let s=TC(o.dataRange,t);s===void 0||e.getRangeString(s,s.sheetId)===k.InvalidReference?(i=!0,o=void 0):s!==o.dataRange&&(i=!0,o={...o,dataRange:s}),a[r]=o}let o=r,s=TC(o,t);s!==o&&(i=!0,o=s);let c=a.filter(C);return{isStale:i,dataSets:c,labelRange:o}}function CC(e,t,n){return n.map(n=>({dataRange:Bc(e,t,n.dataRange),labelCell:n.labelCell?Bc(e,t,n.labelCell):void 0}))}function wC(e,t,n){return n?Bc(e,t,n):void 0}function TC(e,t){if(!e)return;let n=t(e);switch(n.changeType){case`REMOVE`:return;default:return n.range}}function EC(e,t,n,r){let i=[];for(let a of t){let{unboundedZone:t,sheetId:o,invalidSheetName:s,invalidXc:c}=e.getRangeFromSheetXC(n,a.dataRange);if(!(s||c))if(t.left!==t.right&&t.top!==t.bottom){if(t.right===void 0)continue;for(let n=t.left;n<=t.right;n++){let s={...t,left:n,right:n};i.push({...DC(e,o,s,r?{top:s.top,bottom:s.top,left:s.left,right:s.left}:void 0),backgroundColor:a.backgroundColor,rightYAxis:a.yAxisId===`y1`,customLabel:a.label,trend:a.trend})}}else i.push({...DC(e,o,t,r?{top:t.top,bottom:t.top,left:t.left,right:t.left}:void 0),backgroundColor:a.backgroundColor,rightYAxis:a.yAxisId===`y1`,customLabel:a.label,trend:a.trend})}return i}function DC(e,t,n,r){if(n.left!==n.right&&n.top!==n.bottom)throw Error(`Zone should be a single column or row: ${js(n)}`);if(r){let i=js(n),a=js(r);return{labelCell:e.getRangeFromSheetXC(t,a),dataRange:e.getRangeFromSheetXC(t,i)}}else return{labelCell:void 0,dataRange:e.getRangeFromSheetXC(t,js(n))}}function OC(e,t){let n=t.labelCell?.zone,r=t.dataRange.zone;if(n){let{numberOfRows:e,numberOfCols:t}=Ws(r);e===1?r={...r,left:r.left+1}:t===1&&(r={...r,top:r.top+1})}let i=Pc({...t.dataRange,zone:r},e.getSheetSize),a={};t.customLabel?a={text:t.customLabel}:t.labelCell&&(a={reference:e.getRangeString(t.labelCell,`forceSheetReference`,{useBoundedReference:!0})});let o;return t.trend?.type&&(o={type:t.trend.type===`polynomial`&&t.trend.order===1?`linear`:xC[t.trend.type],color:t.trend.color,order:t.trend.order?Math.min(t.trend.order,6):void 0,window:t.trend.window||2}),{label:a,range:e.getRangeString(i,`forceSheetReference`,{useBoundedReference:!0}),backgroundColor:t.backgroundColor,rightYAxis:t.rightYAxis,trend:o}}function kC(e,t,n){if(!t)return;let r={...t.zone};n&&t.zone.bottom>t.zone.top&&(r.top+=1);let i=Pc({...t,zone:r},e.getSheetSize);return e.getRangeString(i,`forceSheetReference`,{useBoundedReference:!0})}function AC(e,t,n){let r;if(t.labelRange){let{changeType:i,range:a}=gC(e,t.labelRange,n);i!==`REMOVE`&&(r=a)}let i=[];for(let r of t.dataSets){let t={...r},{changeType:a,range:o}=gC(e,r.dataRange,n);a!==`REMOVE`&&(t.dataRange=o,i.push(t))}return{...t,dataSets:i,labelRange:r}}function jC(e){return e&&vn(e)<.3?`#FFFFFF`:`#000000`}function MC(e){return e&&vn(e)<.3?`#C8C8C8`:`#666666`}function NC(e){return e.dataSets&&(e.dataSets.find(e=>!Ec.test(e.dataRange))!==void 0||e.dataSets.map(e=>Ts(e.dataRange)).some(e=>e.top!==e.bottom&&tc(e)))?`InvalidDataSet`:`Success`}function PC(e){return e.labelRange&&!Ec.test(e.labelRange||``)?`InvalidLabelRange`:`Success`}function FC(e,t,n){if(!n||!e)return!1;if(!t)return!0;let r=rc(t.dataRange.zone);return!(rc(e.zone)<r)}function IC(e,t){let{x:n,y:r}=e.getMainViewportCoordinates(),{scrollX:i,scrollY:a}=e.getActiveSheetScrollInfo(),{width:o,height:s}=e.getVisibleRect(e.getActiveMainViewport());return{x:n+i+Math.max(0,(o-t.width)/2),y:r+a+Math.max(0,(s-t.height)/2)}}function LC(e){let t=!1,n=!1;if(`horizontal`in e&&e.horizontal)return{useLeftAxis:!0,useRightAxis:!1};for(let r of e.dataSets||[])r.yAxisId===`y1`?n=!0:t=!0;return t||=!n,{useLeftAxis:t,useRightAxis:n}}function RC(e,t,n=!1){return(r,i)=>{let a=e?.[i];return zC({format:a,locale:t},n)(r)}}function zC(e,t=!1){return n=>{if(n=Number(n),isNaN(n))return n;let{locale:r,format:i}=e;return HC(t?Go({value:n,format:i},r):L(n,{locale:r,format:!i&&Math.abs(n)>=1e3?`#,##`:i}))}}let BC=[{value:`left`,label:E(`Left`)},{value:`right`,label:E(`Right`)}];function VC(e,t){let n=[],r=$t(t.map(e=>e.data.length));for(let t=0;t<=r;t++)n.push(e.next());return n}function HC(e,t=20){return e?e.length>t?e.substring(0,t)+`…`:e:``}function UC(e){return e===`x1`||e===`xMovingAverage`}let WC={id:`chartShowValuesPlugin`,afterDatasetsDraw(e,t,n){if(!n.showValues||!e._metasets?.[0]?.data)return;let r=e.ctx;switch(r.save(),r.textAlign=`center`,r.textBaseline=`middle`,r.miterLimit=1,e.config.type){case`pie`:case`doughnut`:JC(e,n,r);break;case`combo`:case`bar`:case`line`:case`radar`:n.horizontal?qC(e,n,r,{offsetFromAxisOrigin:!0}):KC(e,n,r);break;case`funnel`:qC(e,n,r,{offsetFromAxisOrigin:!1});break}r.restore()}};function GC(e,t,n,r){r.lineWidth=3,r.strokeText(e,t,n),r.lineWidth=1,r.fillText(e,t,n)}function KC(e,t,n){let r={};for(let i of e._metasets){if(UC(i.xAxisID)||i.hidden)continue;let a=e.scales[i.yAxisID];for(let o=0;o<i._parsed.length;o++){let s=i._parsed[o],c=Number(e.config.type===`radar`?s.r:s.y);if(isNaN(c))continue;let l=i.data[o],u=l.x,d=0;if(i.type===`line`||i.type===`radar`)d=c<0?l.y+10:l.y-10;else{let e=a.getPixelForValue(0);d=Math.abs(e-l.y)<12?c<0?e+12/2:e-12/2:c<0?l.y-l.height/2:l.y+l.height/2}r[u]||(r[u]=[]);for(let e of r[u]||[])Math.abs(e-d)<13&&(d=c<0?e+13:e-13);r[u].push(d),n.fillStyle=l.options.backgroundColor,n.strokeStyle=t.background||`#ffffff`,GC(t.callback(Number(c),i,o),u,d,n)}}}function qC(e,t,n,r){let i={};for(let a of e._metasets){if(UC(a.xAxisID))return;let o=e.scales[a.xAxisID].getPixelForValue(0);for(let e=0;e<a._parsed.length;e++){let s=Number(a._parsed[e].x);if(isNaN(s))continue;let c=t.callback(s,a,e),l=a.data[e],u=l.y,d=hl(n,c,{fontSize:12},`px`),f=Math.abs(l.x-o),p;p=r.offsetFromAxisOrigin&&f<d?s<0?o-d/2-3:o+d/2+3:s<0?l.x+l.width/2:l.x-l.width/2,i[u]||(i[u]=[]);for(let e of i[u])Math.abs(e-p)<d&&(p=s<0?e-d-3:e+d+3);i[u].push(p),n.fillStyle=l.options.backgroundColor,n.strokeStyle=t.background||`#ffffff`,GC(c,p,u,n)}}}function JC(e,t,n){for(let r of e._metasets)for(let e=0;e<r._parsed.length;e++){let i=Number(r._parsed[e]);if(isNaN(i)||i===0)continue;let a=r.data[e],{startAngle:o,endAngle:s,innerRadius:c,outerRadius:l}=a,u=(o+s)/2,d=(c+l)/2,f=a.x+d*Math.cos(u),p=a.y+d*Math.sin(u),m=t.callback(i,r,e),h=hl(n,m,{fontSize:12},`px`),g=l-c;if(h>=g||g<12)continue;let _=s-o,v=2*d*Math.tan(_/2);_<Math.PI/2&&(h>=v||v<12)||(n.fillStyle=jC(t.background),n.strokeStyle=t.background||`#ffffff`,GC(m,f,p,n))}}let YC={showHeaders:!0,headerDesign:{align:`center`,fillColor:`#808080`,bold:!0,fontSize:15},showValues:!0,showLabels:!0,valuesDesign:{align:`left`,verticalAlign:`bottom`,fontSize:12},coloringOptions:{type:`categoryColor`,colors:[],useValueBasedGradient:!0}},XC=`nullValue`;function ZC(e,t){let{dataSetsValues:n}=t,r=[],i=gw(e,n.length),a=[];for(let o in n){let{label:s,data:c,hidden:l}=n[o];s=e.dataSets?.[o].label||s;let u=i.next(),d={label:s,data:c,hidden:l,borderColor:e.background||`#FFFFFF`,borderWidth:+!!e.stacked,backgroundColor:u,yAxisID:e.horizontal?`y`:e.dataSets?.[o].yAxisId||`y`,xAxisID:`x`};r.push(d);let f=e.dataSets?.[o].trend,p=t.trendDataSetsValues?.[o];!f?.display||e.horizontal||!p||a.push(mw(d,f,p))}return r.push(...a),r}function QC(e,t){let{dataSetsValues:n,labels:r}=t,i=e.negativeValuesColor||`#EA6175`,a=e.positiveValuesColor||`#4EA7F2`,o=e.subTotalValuesColor||`#AAAAAA`,s=[],c=[],l={label:``,data:c,backgroundColor:s},u=[],d=0;for(let t of n)if(!t.hidden){for(let l=0;l<t.data.length;l++){let f=t.data[l];if(u.push(r[l]),isNaN(Number(f))){c.push([d,d]),s.push(``);continue}c.push([d,f+d]);let p=f>=0?a:i;l===0&&t===n[0]&&e.firstValueAsSubtotal&&(p=o),s.push(p),d+=f}e.showSubTotals&&(u.push(E(`Subtotal`)),c.push([0,d]),s.push(o))}return{datasets:[l],labels:u}}function $C(e,t){let{dataSetsValues:n,axisType:r,labels:i}=t,a=[],o=!!e.fillArea,s=!!e.stacked,c=[],l=gw(e,n.length);for(let u=0;u<n.length;u++){let{label:d,data:f,hidden:p}=n[u];d=e.dataSets?.[u].label||d;let m=l.next();r&&[`linear`,`time`].includes(r)&&(f=f.map((e,t)=>({x:i[t]||void 0,y:e})));let h={label:d,data:f,hidden:p,tension:0,borderColor:m,backgroundColor:o?kn(m,Je):m,pointBackgroundColor:m,fill:o?hw(u,s):!1,pointRadius:e.hideDataMarkers?0:3,yAxisID:e.dataSets?.[u].yAxisId||`y`};a.push(h);let g=e.dataSets?.[u].trend,_=t.trendDataSetsValues?.[u];!g?.display||!_||c.push(mw(h,g,_))}return a.push(...c),a}function ew(e,t){let n=$C(e,t);for(let e of n)UC(e.xAxisID)||(e.showLine=!1);return n}function tw(e,t){let{dataSetsValues:n}=t,r=[],i=VC(new Un(Math.max(0,...n.map(e=>e?.data?.length??0))),n);for(let{label:t,data:a,hidden:o}of n){if(o)continue;let n={label:t,data:a,borderColor:e.background||`#FFFFFF`,backgroundColor:i,hoverOffset:10};r.push(n)}return r}function nw(e,t){let{dataSetsValues:n}=t,r=[],i=gw(e,n.length),a=[];for(let o=0;o<n.length;o++){let{label:s,data:c,hidden:l}=n[o];s=e.dataSets?.[o].label||s;let u=e.dataSets?.[o],d=i.next(),f=u?.type??`line`,p={label:s,data:c,hidden:l,borderColor:d,backgroundColor:d,yAxisID:e.dataSets?.[o].yAxisId||`y`,xAxisID:`x`,type:f,order:f===`bar`?n.length+o:o,pointRadius:e.hideDataMarkers?0:3};r.push(p);let m=e.dataSets?.[o].trend,h=t.trendDataSetsValues?.[o];!m?.display||!h||a.push(mw(p,m,h))}return r.push(...a),r}function rw(e,t){let{dataSetsValues:n}=t,r=[],i=e.fillArea??!1,a=gw(e,n.length);for(let t=0;t<n.length;t++){let{label:o,data:s,hidden:c}=n[t];e.dataSets?.[t]?.label&&(o=e.dataSets[t].label);let l=a.next(),u={label:o,data:s,hidden:c,borderColor:l,backgroundColor:l,pointBackgroundColor:l,pointRadius:e.hideDataMarkers?0:3};i&&(u.backgroundColor=kn(l,Je),u.fill=`start`),r.push(u)}return r}function iw(e,t){let{availableRegions:n,dataSetsValues:r,labels:i}=t,a=e.region||n[0]?.id,o=a?t.getGeoJsonFeatures(a):void 0,s={outline:o,showOutline:!!o,data:[]};if(o&&a){let e={};if(r[0])for(let n=0;n<r[0].data.length;n++){if(!i[n]||r[0].data[n]===void 0)continue;let o=t.geoFeatureNameToId(a,i[n]);o&&(e[o]={value:r[0].data[n],label:i[n]})}for(let t of o)t.id&&s.data.push({feature:{...t,properties:{name:e[t.id]?.label}},value:e[t.id]?.value})}return[s]}function aw(e,t){let n=t.dataSetsValues[0],r=t.labels;if(!n)return[];let{label:i,data:a}=n;return i=e.dataSets?.[0].label||i,[{label:i,data:a.map(e=>e<=0?[0,0]:[-e,e]),backgroundColor:ow(r,e.funnelColors),yAxisID:`y`,xAxisID:`x`,barPercentage:1,categoryPercentage:1,borderColor:e.background||`#FFFFFF`,borderWidth:3}]}function ow(e,t){let n=new Un(e.length,t);return e.map(()=>n.next())}function sw(e,t){let{dataSetsValues:n,labels:r}=t,i=dw(lw(n,r)),a=i[0]||[],o=new Un(a.length,e.groupColors||[]),s=a.map(e=>({label:e.label,color:o.next()})),c=[];for(let t=i.length-1;t>=0;t--){let n={groupColors:s,parsing:{key:`value`},data:i[t],borderColor:t=>{let n=t.type===`data`?t.raw:void 0;return!n||n.label===`nullValue`?_e:e.background||`#FFFFFF`},backgroundColor:e=>{let t=e.type===`data`?e.raw:void 0;if(!t||t.label===`nullValue`)return _e;let n=t.groups[0];return s.find(e=>e.label===n)?.color},hoverOffset:10};c.push(n)}return c}function cw(e,t){let n=[],r=Math.max(...e.map(e=>e.data.length));for(let i=0;i<r;i++){n[i]={};for(let t=0;t<e.length;t++){let r=e[t].data[i]===null?XC:String(e[t].data[i]);n[i][t]=r}n[i].value=Number(t[i])}return n}function lw(e,t){return uw(cw(e,t),0,e.length,[])}function uw(e,t,n,r){if(t>=n)return[];let i=Object.groupBy(e,e=>e[t]);return Object.keys(i).map(e=>{let a=i[e]?.reduce((e,t)=>e+Number(t.value),0)||0,o=[...r,e];return{label:e,value:a,children:uw(i[e]||[],t+1,n,[...r,e]),groups:o,depth:t}}).sort((e,t)=>t.value-e.value)}function dw(e){let t=[],n=[...e];for(;n.length>0;){let e=n.shift();e&&(t[e.depth]||(t[e.depth]=[]),t[e.depth].push(e),e.children&&n.push(...e.children))}return t}function fw(e,t){let{dataSetsValues:n,labels:r,locale:i,axisFormats:a}=t,o={locale:i,format:a?.y};if(n.length===0)return[];let s=lw(n,r).sort((e,t)=>t.value-e.value),c=_w(e,s),l=[],u=Math.max(...n.map(e=>e.data.length));for(let e=0;e<u;e++){l[e]={};for(let t=0;t<n.length;t++)l[e][t]=n[t].data[e]?String(n[t].data[e]):void 0;l[e].value=Number(r[e])}let d=e.showLabels??YC.showLabels,f=e.showValues??YC.showValues,p=e.coloringOptions||YC.coloringOptions,m;return p?.type===`colorScale`&&(m=vw(s,p)),[{data:[],tree:l,labels:{display:d||f,overflow:`hidden`,...pw(e.valuesDesign,YC.valuesDesign),formatter:e=>[d?e.raw.g:void 0,f?L(e.raw.v,o):void 0].filter(C)},captions:{display:e.showHeaders??YC.showHeaders,padding:6,...pw(e.headerDesign,YC.headerDesign)},key:`value`,groups:S(0,n.length).map(e=>String(e)),borderWidth:0,spacing:1,displayMode:`headerBoxes`,groupColors:c,backgroundColor:t=>{if(t.type!==`data`)return`transparent`;if(!t.raw.isLeaf)return e.headerDesign?.fillColor||YC.headerDesign?.fillColor;if(p.type===`colorScale`)return m?.(t.raw.v)||`#FF0000`;if(p.type===`categoryColor`)return yw(t,s,p,c);throw Error(`Unsupported coloring option type}`)}}]}function pw(e,t){let n=e=>{let t=e.element.options.backgroundColor;return vn(t)>.7?`#666666`:`#FFFFFF`};return{align:e?.align??t?.align,position:e?.verticalAlign??t?.verticalAlign,color:e?.color||n,hoverColor:e?.color||n,font:{weight:e?.bold??t?.bold?`bold`:`normal`,style:e?.italic??t?.italic?`italic`:`normal`,size:e?.fontSize??t?.fontSize}}}function mw(e,t,n){let r=xn(e.backgroundColor);r.a=1;let i=t.color||An(bn(r),.5);return{type:`line`,xAxisID:t.type===`trailingMovingAverage`?bC:`x1`,yAxisID:e.yAxisID,label:e.label?E(`Trend line for %s`,e.label):``,data:n,order:-1,showLine:!0,pointRadius:0,backgroundColor:i,borderColor:i,borderDash:[5,5],borderWidth:void 0,fill:!1,pointBackgroundColor:i}}function hw(e,t){return t?e===0?`origin`:`-1`:`origin`}function gw(e,t){return new Un(t,e.dataSets?.map(e=>e.backgroundColor)||[])}function _w(e,t){let n=e.coloringOptions?.type===`categoryColor`?e.coloringOptions.colors:[],r=new Un(t.length,n);return t.map(e=>({label:e.label,color:r.next()}))}function vw(e,t){if(e.length===0)return;let n=dw(e),r=n[n.length-1],i=Math.min(...r.map(e=>e.value)),a=Math.max(...r.map(e=>e.value));if(Number.isFinite(i)&&Number.isFinite(a)){let e=[{value:i,color:t.minColor}];if(t.midColor){let n=(i+a)/2;e.push({value:n,color:t.midColor})}return e.push({value:a,color:t.maxColor}),Kn(e)}}function yw(e,t,n,r){let i=e.raw._data.children[0][0],a=r.find(e=>e.label===i)?.color;if(!a||!n.useValueBasedGradient)return a||`#FF0000`;let o=t.find(e=>e.label===i);if(!o||!o.children.length)return a;let s=dw(o.children),c=s[s.length-1],l=Math.max(...c.map(e=>e.value)),u=Math.min(...c.map(e=>e.value));return u===l||!isFinite(u)||!isFinite(l)?a:An(a,((Number(e.raw.v)||0)-l)/(u-l)*.5)}let bw={id:`sunburstHoverPlugin`,afterEvent(e,t,n){if(!n.enabled)return;let r=e.getActiveElements(),i=r.map(e=>({datasetIndex:e.datasetIndex,index:e.index}));for(let t of r){let n=e.data.datasets[t.datasetIndex].data[t.index];for(let t=0;t<e.data.datasets.length;t++){let r=e.data.datasets[t];for(let e=0;e<r.data.length;e++){let a=r.data[e];xw(n.groups,a.groups)&&i.push({datasetIndex:t,index:e})}}}i=i.filter(t=>{let{datasetIndex:n,index:r}=t;return e.data.datasets[n].data[r].label!==XC}),e.setActiveElements(i);for(let t of e.getSortedVisibleDatasetMetas())for(let e of t.data){let t=e.$context,{datasetIndex:n,index:r,dataset:a,raw:o}=t;if(o.label===`nullValue`)continue;let s=typeof a.backgroundColor==`function`?a.backgroundColor(t):a.backgroundColor;i.length&&!i.some(e=>e.datasetIndex===n&&e.index===r)?e.options.backgroundColor=An(s,.5):e.options.backgroundColor=s}}};function xw(e,t){return t.length>e.length&&e.every((e,n)=>e===t[n])}let Sw={id:`sunburstLabelsPlugin`,afterDatasetsDraw(e,t,n){if(!n.showValues&&!n.showLabels||e.config.type!==`doughnut`)return;let r=e.ctx;Cw(e,n,r)}};function Cw(e,t,n){let r=t.style,i=r.fontSize||13,a=i+3;for(let o of e._metasets)for(let s=0;s<o._dataset.data.length;s++){let c=o._dataset.data[s];if(c.label===`nullValue`)continue;let l=[t.showLabels?c.label:void 0,t.showValues?t.callback(c.value,`y`):void 0].filter(C),u=o.data[s],{startAngle:d,endAngle:f,innerRadius:p,outerRadius:m,circumference:h}=u,g=u.options.offset/4,_=g*(1-Math.sin(Math.min(Math.PI,h||0)));p+=_,m+=_;let v=(d+f)/2,y=(p+m)/2,ee=(m-p)*.9,te=f-d;if((te>=Math.PI?m:Math.sin(te/2)*p*2)<l.length*a)continue;n.save();let ne={x:Math.cos(v)*g,y:Math.sin(v)*g},re=e.chartArea.left+e.chartArea.width/2+ne.x,ie=e.chartArea.top+e.chartArea.height/2+ne.y;n.translate(re,ie);let ae;v>Math.PI/2?(n.rotate(v-Math.PI),ae=-y):(ae=y,n.rotate(v));let oe=u.options.backgroundColor,se=vn(oe)>.7?`#666666`:`#FFFFFF`;n.fillStyle=r.textColor||se,n.textAlign=`center`,n.textBaseline=`middle`,n.font=pl(i,r.bold,r.italic);let ce=-((l.length-1)*a)/2;for(let e=0;e<l.length;e++){let t=jl(n,ee,l[e],r,`px`);n.fillText(t,ae,ce+e*a)}n.restore()}}let ww={id:`waterfallLinesPlugin`,beforeDraw(e,t,n){if(!n.showConnectorLines)return;let r=e._metasets?.[0]?.data;if(!r)return;let i=e.ctx;i.save(),i.setLineDash([3,2]);for(let e=0;e<r.length;e++){let t=r[e];if(t.height===0)continue;let n=Ew(r,e);if(!n)break;let a=Tw(t),o=Tw(n),s=t.$context.raw,c=s[1]-s[0],l=Math.round(c<0?a.bottom-1:a.top),u=Math.round(a.right),d=Math.round(o.left);i.strokeStyle=`#999`,i.beginPath(),i.moveTo(u+1,l+.5),i.lineTo(d,l+.5),i.stroke()}i.restore()}};function Tw(e){let t=e.base<e.y;return{left:e.x-e.width/2,right:e.x+e.width/2,bottom:t?e.base+e.height:e.y+e.height,top:t?e.base:e.y}}function Ew(e,t){return e.find((e,n)=>n>t&&e.height!==0)}B`
25
25
  .o-spreadsheet {
26
26
  .o-chart-custom-tooltip {
27
27
  font-size: 12px;
@@ -959,7 +959,7 @@ stores.inject(MyMetaStore, storeInstance);
959
959
  .o-paint-format-cursor {
960
960
  cursor: url("data:image/svg+xml,${`%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2214%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M6.5.4c1.3-.8%202.9-.1%203.8%201.4l2.9%205.1c.2.4.9%201.6-.4%202.3l-1.6.9%201.8%203.1c.2.4.1%201-.2%201.2l-1.6%201c-.3.1-.9%200-1.1-.4l-1.8-3.1-1.6%201c-.6.4-1.7%200-2.2-.8L0%204.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.1%202a1.4%201.1%2060%200%200-1.7-.6L5.5%202.5l.9%201.6-1%20.6-.9-1.6-.6.4%201.8%203.1-1.3.7-1.8-3.1-1%20.6%203.8%206.6%206.8-3.98M3.9%208.8%2010.82%205l.795%201.4-6.81%203.96%22%2F%3E%3C%2Fsvg%3E%0A`}"), auto;
961
961
  }
962
- `;function oV(e,n){let r=z(gk),i=z(iV),a={col:void 0,row:void 0},{Date:o}=window,s,c,l=0;function u(){return s===void 0||c===void 0?{col:-1,row:-1}:{col:e.model.getters.getColIndex(s),row:e.model.getters.getRowIndex(c)}}function d(e){let t=Xw(n.el);return{x:e.clientX-t.x,y:e.clientY-t.y}}let{pause:f,resume:p}=YO(m,200);function m(){let{col:e,row:t}=u(),n=o.now()-l;if(n>300&&(e!==a.col||t!==a.row)&&y(void 0,void 0),n>300){if(e<0||t<0)return;y(e,t)}}function h(e){qw(n.el,e)&&({x:s,y:c}=d(e),l=o.now(),i.hover(u()))}function g(){let{col:e,row:t}=u();(e!==a.col||t!==a.row)&&y(void 0,void 0)}function _(e){let{x:t,y:r}=d(e),i=Xw(n.el);return r<0||r>i.height||t<0||t>i.width?h(e):f()}eV(n,`pointermove`,t=>!e.isMobile()&&h(t)),eV(n,`mouseleave`,_),eV(n,`mouseenter`,p),eV(n,`pointerdown`,g),eV(n,`pointerdown`,t=>e.isMobile()&&h(t)),(0,t.useExternalListener)(window,`click`,v);function v(e){let t=e.target;n.el.contains(t)||y(void 0,void 0)}function y(e,t){(e!==a.col||t!==a.row)&&(a.col=e,a.row=t,r.hover({col:e,row:t}))}return a}var sV=class extends t.Component{static template=`o-spreadsheet-GridOverlay`;static props={onCellDoubleClicked:{type:Function,optional:!0},onCellClicked:{type:Function,optional:!0},onCellRightClicked:{type:Function,optional:!0},onGridResized:{type:Function,optional:!0},onGridMoved:Function,gridOverlayDimensions:String,slots:{type:Object,optional:!0}};static components={FiguresContainer:ZB,GridAddRowsFooter:$B};static defaultProps={onCellDoubleClicked:()=>{},onCellClicked:()=>{},onCellRightClicked:()=>{},onGridResized:()=>{}};gridOverlay=(0,t.useRef)(`gridOverlay`);cellPopovers;paintFormatStore;hoveredIconStore;setup(){oV(this.env,this.gridOverlay);let e=new ResizeObserver(()=>{this.props.onGridResized()});(0,t.onMounted)(()=>{e.observe(this.gridOverlayEl)}),(0,t.onWillUnmount)(()=>{e.disconnect()}),this.cellPopovers=z(EA),this.paintFormatStore=z(rV),this.hoveredIconStore=z(aV)}get gridOverlayEl(){if(!this.gridOverlay.el)throw Error(`GridOverlay el is not defined.`);return this.gridOverlay.el}get style(){return this.props.gridOverlayDimensions+V({cursor:this.hoveredIconStore.hoveredIcon?`pointer`:`default`})}get isPaintingFormat(){return this.paintFormatStore.isActive}onPointerMove(e){if(this.env.isMobile())return;let t=this.getInteractiveIconAtEvent(e),n=t?.type?{id:t.type,position:t.position}:void 0;w(n,this.hoveredIconStore.hoveredIcon)||this.hoveredIconStore.setHoveredIcon(n)}onPointerDown(e){e.button>0||this.env.isMobile()||this.onCellClicked(e)}onClick(e){e.button>0||!this.env.isMobile()||this.onCellClicked(e)}onCellClicked(e){let t=this.cellPopovers.persistentCellPopover,[n,r]=this.getCartesianCoordinates(e),i=this.getInteractiveIconAtEvent(e);if(i&&this.env.model.selection.getBackToDefault(),this.props.onCellClicked(n,r,{expandZone:e.shiftKey,addZone:aT(e)},e),i?.onClick&&i.onClick(i.position,this.env),e.target===this.gridOverlay.el&&this.cellPopovers.isOpen&&w(t,this.cellPopovers.persistentCellPopover)){this.cellPopovers.close();return}}onDoubleClick(e){if(this.getInteractiveIconAtEvent(e))return;let[t,n]=this.getCartesianCoordinates(e);this.props.onCellDoubleClicked(t,n)}onContextMenu(e){let[t,n]=this.getCartesianCoordinates(e);this.props.onCellRightClicked(t,n,{x:e.clientX,y:e.clientY})}getCartesianCoordinates(e){let t=Yw(this.gridOverlay),n=e.clientX-t.x,r=e.clientY-t.y;return[this.env.model.getters.getColIndex(n),this.env.model.getters.getRowIndex(r)]}getInteractiveIconAtEvent(e){let t=Yw(this.gridOverlay),n=this.env.model.getters.getGridOffset(),r=e.clientX-t.x+n.x,i=e.clientY-t.y+n.y,[a,o]=this.getCartesianCoordinates(e),s=this.env.model.getters.getActiveSheetId(),c={col:a,row:o,sheetId:s},l=this.env.model.getters.getMerge(c);l&&(c={col:l.left,row:l.top,sheetId:s});let u=this.env.model.getters.getCellIcons(c).find(e=>{let t=this.env.model.getters.getMerge(c)||R(c),n=this.env.model.getters.getRect(t);return nk(r,i,this.env.model.getters.getCellIconRect(e,n))});return u?.onClick?u:void 0}},cV=class extends t.Component{static template=`o-spreadsheet-GridPopover`;static props={onClosePopover:Function,onMouseWheel:Function,gridRect:Object};static components={Popover:ak};cellPopovers;zIndex=19;setup(){this.cellPopovers=z(EA)}get cellPopover(){let e=this.cellPopovers.cellPopover;if(!e.isOpen)return{isOpen:!1};let t=e.anchorRect;return{...e,anchorRect:{...t,x:t.x+this.props.gridRect.x,y:t.y+this.props.gridRect.y}}}},lV=class extends t.Component{static template=`o-spreadsheet-UnhideRowHeaders`;static props={headersGroups:Array,headerRange:Object,offset:{type:Number,optional:!0}};static defaultProps={offset:0};get sheetId(){return this.env.model.getters.getActiveSheetId()}getUnhidePreviousButtonStyle(e){let t=this.env.model.getters.getRect(R({col:0,row:e}));return V({top:t.y+t.height-26-this.props.offset+`px`,"margin-right":`1px`})}getUnhideNextButtonStyle(e){return V({top:this.env.model.getters.getRect(R({col:0,row:e})).y-26-this.props.offset+`px`,"margin-right":`1px`})}unhide(e){this.env.model.dispatch(`UNHIDE_COLUMNS_ROWS`,{sheetId:this.sheetId,dimension:`ROW`,elements:e})}isVisible(e){return e>=this.props.headerRange.start&&e<=this.props.headerRange.end}},uV=class extends t.Component{static template=`o-spreadsheet-UnhideColumnHeaders`;static props={headersGroups:Array,headerRange:Object,offset:{type:Number,optional:!0}};static defaultProps={offset:0};get sheetId(){return this.env.model.getters.getActiveSheetId()}getUnhidePreviousButtonStyle(e){let t=this.env.model.getters.getRect(R({col:e,row:0}));return V({left:t.x+t.width-48-this.props.offset+`px`})}getUnhideNextButtonStyle(e){return V({left:this.env.model.getters.getRect(R({col:e,row:0})).x-48-this.props.offset+`px`})}unhide(e){this.env.model.dispatch(`UNHIDE_COLUMNS_ROWS`,{sheetId:this.sheetId,dimension:`COL`,elements:e})}isVisible(e){return e>=this.props.headerRange.start&&e<=this.props.headerRange.end}},dV=class extends t.Component{static props={onOpenContextMenu:Function};composerFocusStore;PADDING=0;MAX_SIZE_MARGIN=0;MIN_ELEMENT_SIZE=0;lastSelectedElementIndex=null;state=(0,t.useState)({resizerIsActive:!1,isResizing:!1,isMoving:!1,isSelecting:!1,waitingForMove:!1,activeElement:0,draggerLinePosition:0,draggerShadowPosition:0,draggerShadowThickness:0,delta:0,base:0,position:`before`});dragNDropGrid=mB(this.env);setup(){this.composerFocusStore=z(Cf)}_computeHandleDisplay(e){let t=this._getEvOffset(e),n=this._getElementIndex(t);if(n<0)return;let r=this._getDimensionsInViewport(n);t-r.start<this.PADDING&&n!==this._getViewportOffset()?(this.state.resizerIsActive=!0,this.state.draggerLinePosition=r.start,this.state.activeElement=this._getPreviousVisibleElement(n)):r.end-t<this.PADDING?(this.state.resizerIsActive=!0,this.state.draggerLinePosition=r.end,this.state.activeElement=n):this.state.resizerIsActive=!1}_computeGrabDisplay(e){let t=this._getElementIndex(this._getEvOffset(e)),n=this._getActiveElements(),r=this._getSelectedZoneStart(),i=this._getSelectedZoneEnd();if(n.has(r)&&r<=t&&t<=i){this.state.waitingForMove=!0;return}this.state.waitingForMove=!1}onMouseMove(e){this.env.isMobile()||this.env.model.getters.isReadonly()||this.state.isResizing||this.state.isMoving||this.state.isSelecting||(this._computeHandleDisplay(e),this._computeGrabDisplay(e))}onMouseLeave(){this.state.resizerIsActive=this.state.isResizing,this.state.waitingForMove=!1}onDblClick(e){this._fitElementSize(this.state.activeElement),this.state.isResizing=!1,this._computeHandleDisplay(e),this._computeGrabDisplay(e)}onMouseDown(e){this.state.isResizing=!0,this.state.delta=0;let t=this._getClientPosition(e),n=this.state.draggerLinePosition,r=this._getElementSize(this.state.activeElement),i=n-r+this.MIN_ELEMENT_SIZE,a=this._getMaxSize();iA(e=>{this.state.delta=this._getClientPosition(e)-t,this.state.draggerLinePosition=n+this.state.delta,this.state.draggerLinePosition<i&&(this.state.draggerLinePosition=i,this.state.delta=this.MIN_ELEMENT_SIZE-r),this.state.draggerLinePosition>a&&(this.state.draggerLinePosition=a,this.state.delta=a-n)},e=>{this.state.isResizing=!1,this.state.delta!==0&&this._updateSize()})}onClick(e){if(!this.env.isMobile()||e.button>0)return;let t=this._getElementIndex(this._getEvOffset(e));this._selectElement(t,!1)}select(e){if(this.env.isMobile()||e.button>0)return;let t=this._getElementIndex(this._getEvOffset(e));if(!(t<0)){if(this.env.model.getters.isReadonly()){this._selectElement(t,!1);return}if(this.state.waitingForMove){this.env.model.getters.isGridSelectionActive()?this.startMovement(e):this._selectElement(t,!1);return}this.composerFocusStore.activeComposer.editionMode===`editing`&&this.env.model.selection.getBackToDefault(),this.startSelection(e,t)}}startMovement(e){this.state.waitingForMove=!1,this.state.isMoving=!0;let t=this._getDimensionsInViewport(this._getSelectedZoneStart()),n=this._getDimensionsInViewport(this._getSelectedZoneEnd()),r=t.start;this.state.draggerLinePosition=r,this.state.base=this._getSelectedZoneStart(),this.state.draggerShadowPosition=r,this.state.draggerShadowThickness=n.end-t.start,this.dragNDropGrid.start(e,(e,n)=>{let r=this._getType()===`COL`?e:n;if(r>=0){let e=this._getDimensionsInViewport(r);r<=this._getSelectedZoneStart()?(this.state.draggerLinePosition=e.start,this.state.draggerShadowPosition=e.start,this.state.base=r,this.state.position=`before`):this._getSelectedZoneEnd()<r?(this.state.draggerLinePosition=e.end,this.state.draggerShadowPosition=e.end-this.state.draggerShadowThickness,this.state.base=r,this.state.position=`after`):(this.state.draggerLinePosition=t.start,this.state.draggerShadowPosition=t.start,this.state.base=this._getSelectedZoneStart())}},()=>{this.state.isMoving=!1,this.state.base!==this._getSelectedZoneStart()&&this._moveElements(),this._computeGrabDisplay(e)})}startSelection(e,t){this.env.isMobile()||(this.state.isSelecting=!0,e.shiftKey?this._increaseSelection(t):this._selectElement(t,aT(e)),this.lastSelectedElementIndex=t,this.dragNDropGrid.start(e,(e,t)=>{let n=this._getType()===`COL`?e:t;n!==this.lastSelectedElementIndex&&n!==-1&&(this._increaseSelection(n),this.lastSelectedElementIndex=n)},()=>{this.state.isSelecting=!1,this.lastSelectedElementIndex=null,this._computeGrabDisplay(e)}))}onMouseUp(e){this.lastSelectedElementIndex=null}onContextMenu(e){e.preventDefault();let t=this._getElementIndex(this._getEvOffset(e));if(t<0)return;this._getActiveElements().has(t)||this._selectElement(t,!1);let n=this._getType();this.props.onOpenContextMenu(n,e.clientX,e.clientY)}};B`
962
+ `;function oV(e,n){let r=z(gk),i=z(iV),a={col:void 0,row:void 0},{Date:o}=window,s,c,l=0;function u(){return s===void 0||c===void 0?{col:-1,row:-1}:{col:e.model.getters.getColIndex(s),row:e.model.getters.getRowIndex(c)}}function d(e){let t=Xw(n.el);return{x:e.clientX-t.x,y:e.clientY-t.y}}let{pause:f,resume:p}=YO(m,200);function m(){let{col:e,row:t}=u(),n=o.now()-l;if(n>300&&(e!==a.col||t!==a.row)&&y(void 0,void 0),n>300){if(e<0||t<0)return;y(e,t)}}function h(e){qw(n.el,e)&&({x:s,y:c}=d(e),l=o.now(),i.hover(u()))}function g(){let{col:e,row:t}=u();(e!==a.col||t!==a.row)&&y(void 0,void 0)}function _(e){let{x:t,y:r}=d(e),i=Xw(n.el);return r<0||r>i.height||t<0||t>i.width?h(e):f()}eV(n,`pointermove`,t=>!e.isMobile()&&h(t)),eV(n,`mouseleave`,_),eV(n,`mouseenter`,p),eV(n,`pointerdown`,g),eV(n,`pointerdown`,t=>e.isMobile()&&h(t)),(0,t.useExternalListener)(window,`click`,v);function v(e){let t=e.target;n.el.contains(t)||y(void 0,void 0)}function y(e,t){(e!==a.col||t!==a.row)&&(a.col=e,a.row=t,r.hover({col:e,row:t}))}return a}var sV=class extends t.Component{static template=`o-spreadsheet-GridOverlay`;static props={onCellDoubleClicked:{type:Function,optional:!0},onCellClicked:{type:Function,optional:!0},onCellRightClicked:{type:Function,optional:!0},onGridResized:{type:Function,optional:!0},onGridMoved:Function,gridOverlayDimensions:String,slots:{type:Object,optional:!0}};static components={FiguresContainer:ZB,GridAddRowsFooter:$B};static defaultProps={onCellDoubleClicked:()=>{},onCellClicked:()=>{},onCellRightClicked:()=>{},onGridResized:()=>{}};gridOverlay=(0,t.useRef)(`gridOverlay`);cellPopovers;paintFormatStore;hoveredIconStore;setup(){oV(this.env,this.gridOverlay);let e=new ResizeObserver(()=>{this.props.onGridResized()});(0,t.onMounted)(()=>{e.observe(this.gridOverlayEl)}),(0,t.onWillUnmount)(()=>{e.disconnect()}),this.cellPopovers=z(EA),this.paintFormatStore=z(rV),this.hoveredIconStore=z(aV)}get gridOverlayEl(){if(!this.gridOverlay.el)throw Error(`GridOverlay el is not defined.`);return this.gridOverlay.el}get style(){return this.props.gridOverlayDimensions+V({cursor:this.hoveredIconStore.hoveredIcon?`pointer`:`default`})}get isPaintingFormat(){return this.paintFormatStore.isActive}onPointerMove(e){if(this.env.isMobile())return;let t=this.getInteractiveIconAtEvent(e),n=t?.type?{id:t.type,position:t.position}:void 0;w(n,this.hoveredIconStore.hoveredIcon)||this.hoveredIconStore.setHoveredIcon(n)}onPointerDown(e){e.button>0||this.env.isMobile()||this.onCellClicked(e)}onClick(e){e.button>0||!this.env.isMobile()||this.onCellClicked(e)}onCellClicked(e){let t=this.cellPopovers.persistentCellPopover,[n,r]=this.getCartesianCoordinates(e),i=this.getInteractiveIconAtEvent(e);if(i&&this.env.model.selection.getBackToDefault(),this.props.onCellClicked(n,r,{expandZone:e.shiftKey,addZone:aT(e)},e),i?.onClick&&i.onClick(i.position,this.env),e.target===this.gridOverlay.el&&this.cellPopovers.isOpen&&w(t,this.cellPopovers.persistentCellPopover)){this.cellPopovers.close();return}}onDoubleClick(e){if(this.getInteractiveIconAtEvent(e))return;let[t,n]=this.getCartesianCoordinates(e);this.props.onCellDoubleClicked(t,n)}onContextMenu(e){let[t,n]=this.getCartesianCoordinates(e);this.props.onCellRightClicked(t,n,{x:e.clientX,y:e.clientY})}getCartesianCoordinates(e){let t=Yw(this.gridOverlay),n=e.clientX-t.x,r=e.clientY-t.y;return[this.env.model.getters.getColIndex(n),this.env.model.getters.getRowIndex(r)]}getInteractiveIconAtEvent(e){let t=Yw(this.gridOverlay),n=this.env.model.getters.getGridOffset(),r=e.clientX-t.x+n.x,i=e.clientY-t.y+n.y,[a,o]=this.getCartesianCoordinates(e),s=this.env.model.getters.getActiveSheetId(),c={col:a,row:o,sheetId:s},l=this.env.model.getters.getMerge(c);l&&(c={col:l.left,row:l.top,sheetId:s});let u=this.env.model.getters.getCellIcons(c).find(e=>{let t=this.env.model.getters.getMerge(c)||R(c),n=this.env.model.getters.getRect(t);return nk(r,i,this.env.model.getters.getCellIconRect(e,n))});return u?.onClick?u:void 0}get isFooterVisible(){let{y:e}=this.env.model.getters.getMainViewportCoordinates(),{height:t}=this.env.model.getters.getSheetViewDimension();return!this.env.model.getters.isReadonly()&&t-e>46}},cV=class extends t.Component{static template=`o-spreadsheet-GridPopover`;static props={onClosePopover:Function,onMouseWheel:Function,gridRect:Object};static components={Popover:ak};cellPopovers;zIndex=19;setup(){this.cellPopovers=z(EA)}get cellPopover(){let e=this.cellPopovers.cellPopover;if(!e.isOpen)return{isOpen:!1};let t=e.anchorRect;return{...e,anchorRect:{...t,x:t.x+this.props.gridRect.x,y:t.y+this.props.gridRect.y}}}},lV=class extends t.Component{static template=`o-spreadsheet-UnhideRowHeaders`;static props={headersGroups:Array,headerRange:Object,offset:{type:Number,optional:!0}};static defaultProps={offset:0};get sheetId(){return this.env.model.getters.getActiveSheetId()}getUnhidePreviousButtonStyle(e){let t=this.env.model.getters.getRect(R({col:0,row:e}));return V({top:t.y+t.height-26-this.props.offset+`px`,"margin-right":`1px`})}getUnhideNextButtonStyle(e){return V({top:this.env.model.getters.getRect(R({col:0,row:e})).y-26-this.props.offset+`px`,"margin-right":`1px`})}unhide(e){this.env.model.dispatch(`UNHIDE_COLUMNS_ROWS`,{sheetId:this.sheetId,dimension:`ROW`,elements:e})}isVisible(e){return e>=this.props.headerRange.start&&e<=this.props.headerRange.end}},uV=class extends t.Component{static template=`o-spreadsheet-UnhideColumnHeaders`;static props={headersGroups:Array,headerRange:Object,offset:{type:Number,optional:!0}};static defaultProps={offset:0};get sheetId(){return this.env.model.getters.getActiveSheetId()}getUnhidePreviousButtonStyle(e){let t=this.env.model.getters.getRect(R({col:e,row:0}));return V({left:t.x+t.width-48-this.props.offset+`px`})}getUnhideNextButtonStyle(e){return V({left:this.env.model.getters.getRect(R({col:e,row:0})).x-48-this.props.offset+`px`})}unhide(e){this.env.model.dispatch(`UNHIDE_COLUMNS_ROWS`,{sheetId:this.sheetId,dimension:`COL`,elements:e})}isVisible(e){return e>=this.props.headerRange.start&&e<=this.props.headerRange.end}},dV=class extends t.Component{static props={onOpenContextMenu:Function};composerFocusStore;PADDING=0;MAX_SIZE_MARGIN=0;MIN_ELEMENT_SIZE=0;lastSelectedElementIndex=null;state=(0,t.useState)({resizerIsActive:!1,isResizing:!1,isMoving:!1,isSelecting:!1,waitingForMove:!1,activeElement:0,draggerLinePosition:0,draggerShadowPosition:0,draggerShadowThickness:0,delta:0,base:0,position:`before`});dragNDropGrid=mB(this.env);setup(){this.composerFocusStore=z(Cf)}_computeHandleDisplay(e){let t=this._getEvOffset(e),n=this._getElementIndex(t);if(n<0)return;let r=this._getDimensionsInViewport(n);t-r.start<this.PADDING&&n!==this._getViewportOffset()?(this.state.resizerIsActive=!0,this.state.draggerLinePosition=r.start,this.state.activeElement=this._getPreviousVisibleElement(n)):r.end-t<this.PADDING?(this.state.resizerIsActive=!0,this.state.draggerLinePosition=r.end,this.state.activeElement=n):this.state.resizerIsActive=!1}_computeGrabDisplay(e){let t=this._getElementIndex(this._getEvOffset(e)),n=this._getActiveElements(),r=this._getSelectedZoneStart(),i=this._getSelectedZoneEnd();if(n.has(r)&&r<=t&&t<=i){this.state.waitingForMove=!0;return}this.state.waitingForMove=!1}onMouseMove(e){this.env.isMobile()||this.env.model.getters.isReadonly()||this.state.isResizing||this.state.isMoving||this.state.isSelecting||(this._computeHandleDisplay(e),this._computeGrabDisplay(e))}onMouseLeave(){this.state.resizerIsActive=this.state.isResizing,this.state.waitingForMove=!1}onDblClick(e){this._fitElementSize(this.state.activeElement),this.state.isResizing=!1,this._computeHandleDisplay(e),this._computeGrabDisplay(e)}onMouseDown(e){this.state.isResizing=!0,this.state.delta=0;let t=this._getClientPosition(e),n=this.state.draggerLinePosition,r=this._getElementSize(this.state.activeElement),i=n-r+this.MIN_ELEMENT_SIZE,a=this._getMaxSize();iA(e=>{this.state.delta=this._getClientPosition(e)-t,this.state.draggerLinePosition=n+this.state.delta,this.state.draggerLinePosition<i&&(this.state.draggerLinePosition=i,this.state.delta=this.MIN_ELEMENT_SIZE-r),this.state.draggerLinePosition>a&&(this.state.draggerLinePosition=a,this.state.delta=a-n)},e=>{this.state.isResizing=!1,this.state.delta!==0&&this._updateSize()})}onClick(e){if(!this.env.isMobile()||e.button>0)return;let t=this._getElementIndex(this._getEvOffset(e));this._selectElement(t,!1)}select(e){if(this.env.isMobile()||e.button>0)return;let t=this._getElementIndex(this._getEvOffset(e));if(!(t<0)){if(this.env.model.getters.isReadonly()){this._selectElement(t,!1);return}if(this.state.waitingForMove){this.env.model.getters.isGridSelectionActive()?this.startMovement(e):this._selectElement(t,!1);return}this.composerFocusStore.activeComposer.editionMode===`editing`&&this.env.model.selection.getBackToDefault(),this.startSelection(e,t)}}startMovement(e){this.state.waitingForMove=!1,this.state.isMoving=!0;let t=this._getDimensionsInViewport(this._getSelectedZoneStart()),n=this._getDimensionsInViewport(this._getSelectedZoneEnd()),r=t.start;this.state.draggerLinePosition=r,this.state.base=this._getSelectedZoneStart(),this.state.draggerShadowPosition=r,this.state.draggerShadowThickness=n.end-t.start,this.dragNDropGrid.start(e,(e,n)=>{let r=this._getType()===`COL`?e:n;if(r>=0){let e=this._getDimensionsInViewport(r);r<=this._getSelectedZoneStart()?(this.state.draggerLinePosition=e.start,this.state.draggerShadowPosition=e.start,this.state.base=r,this.state.position=`before`):this._getSelectedZoneEnd()<r?(this.state.draggerLinePosition=e.end,this.state.draggerShadowPosition=e.end-this.state.draggerShadowThickness,this.state.base=r,this.state.position=`after`):(this.state.draggerLinePosition=t.start,this.state.draggerShadowPosition=t.start,this.state.base=this._getSelectedZoneStart())}},()=>{this.state.isMoving=!1,this.state.base!==this._getSelectedZoneStart()&&this._moveElements(),this._computeGrabDisplay(e)})}startSelection(e,t){this.env.isMobile()||(this.state.isSelecting=!0,e.shiftKey?this._increaseSelection(t):this._selectElement(t,aT(e)),this.lastSelectedElementIndex=t,this.dragNDropGrid.start(e,(e,t)=>{let n=this._getType()===`COL`?e:t;n!==this.lastSelectedElementIndex&&n!==-1&&(this._increaseSelection(n),this.lastSelectedElementIndex=n)},()=>{this.state.isSelecting=!1,this.lastSelectedElementIndex=null,this._computeGrabDisplay(e)}))}onMouseUp(e){this.lastSelectedElementIndex=null}onContextMenu(e){e.preventDefault();let t=this._getElementIndex(this._getEvOffset(e));if(t<0)return;this._getActiveElements().has(t)||this._selectElement(t,!1);let n=this._getType();this.props.onOpenContextMenu(n,e.clientX,e.clientY)}};B`
963
963
  .o-col-resizer {
964
964
  position: absolute;
965
965
  top: 0;
@@ -1663,7 +1663,7 @@ stores.inject(MyMetaStore, storeInstance);
1663
1663
  }
1664
1664
  }
1665
1665
  }
1666
- `;var GH=class extends t.Component{static template=`o-spreadsheet-FindAndReplacePanel`;static components={SelectionInput:hA,Section:X,Checkbox:xA,ValidationMessages:QB};static props={onCloseSidePanel:Function};searchInput=(0,t.useRef)(`searchInput`);store;state;updateSearchContent;get hasSearchResult(){return this.store.selectedMatchIndex!==null}get searchOptions(){return this.store.searchOptions}get allSheetsMatchesCount(){return E(`%s matches in all sheets`,this.store.allSheetMatchesCount)}get currentSheetMatchesCount(){return E(`%(matches)s matches in %(sheetName)s`,{matches:this.store.activeSheetMatchesCount,sheetName:this.env.model.getters.getSheetName(this.env.model.getters.getActiveSheetId())})}get specificRangeMatchesCount(){let e=this.searchOptions.specificRange;if(!e)return``;let{sheetId:t,zone:n}=e;return E(`%(matches)s matches in range %(range)s of %(sheetName)s`,{matches:this.store.specificRangeMatchesCount,range:js(n),sheetName:this.env.model.getters.getSheetName(t)})}get searchInfo(){return this.store.toSearch?[this.specificRangeMatchesCount,this.currentSheetMatchesCount,this.allSheetsMatchesCount]:[]}setup(){this.store=hf(WH),this.state=(0,t.useState)({dataRange:``}),(0,t.onMounted)(()=>this.searchInput.el?.focus()),(0,t.onWillUnmount)(()=>this.updateSearchContent.stopDebounce()),this.updateSearchContent=At(this.store.updateSearchContent,200),(0,t.useExternalListener)(window,`keydown`,e=>{let t=rT(e);(t===`Ctrl+F`||t===`Ctrl+H`)&&(this.searchInput.el?.focus(),e.preventDefault(),e.stopPropagation())},{capture:!0})}onFocusSearch(){this.updateDataRange()}onSearchInput(e){this.updateSearchContent(e.target.value)}onKeydownSearch(e){e.key===`Enter`&&(e.preventDefault(),e.stopPropagation(),e.shiftKey?this.store.selectPreviousMatch():this.store.selectNextMatch())}onKeydownReplace(e){e.key===`Enter`&&(e.preventDefault(),e.stopPropagation(),this.store.replace())}searchFormulas(e){this.store.searchFormulas(e)}searchExactMatch(e){this.store.updateSearchOptions({exactMatch:e})}searchMatchCase(e){this.store.updateSearchOptions({matchCase:e})}changeSearchScope(e){let t=e.target.value;this.store.updateSearchOptions({searchScope:t})}onSearchRangeChanged(e){this.state.dataRange=e[0]}updateDataRange(){if(!this.state.dataRange||this.searchOptions.searchScope!==`specificRange`)return;let e=this.env.model.getters.getRangeFromSheetXC(this.env.model.getters.getActiveSheetId(),this.state.dataRange);this.store.updateSearchOptions({specificRange:e})}get specificRange(){let e=this.store.searchOptions.specificRange;return e?this.env.model.getters.getRangeString(e,`forceSheetReference`):``}get pendingSearch(){return this.updateSearchContent.isDebouncePending()}get selectionInputKey(){return this.env.model.getters.getActiveSheetId()}};B`
1666
+ `;var GH=class extends t.Component{static template=`o-spreadsheet-FindAndReplacePanel`;static components={SelectionInput:hA,Section:X,Checkbox:xA,ValidationMessages:QB};static props={onCloseSidePanel:Function};searchInput=(0,t.useRef)(`searchInput`);store;state;updateSearchContent;get hasSearchResult(){return this.store.selectedMatchIndex!==null}get searchOptions(){return this.store.searchOptions}get allSheetsMatchesCount(){return E(`%s matches in all sheets`,this.store.allSheetMatchesCount)}get currentSheetMatchesCount(){return E(`%(matches)s matches in %(sheetName)s`,{matches:this.store.activeSheetMatchesCount,sheetName:this.env.model.getters.getSheetName(this.env.model.getters.getActiveSheetId())})}get specificRangeMatchesCount(){let e=this.searchOptions.specificRange;if(!e||e.invalidSheetName||e.invalidXc)return``;let{sheetId:t,zone:n}=e;return E(`%(matches)s matches in range %(range)s of %(sheetName)s`,{matches:this.store.specificRangeMatchesCount,range:js(n),sheetName:this.env.model.getters.getSheetName(t)})}get searchInfo(){return this.store.toSearch?[this.specificRangeMatchesCount,this.currentSheetMatchesCount,this.allSheetsMatchesCount]:[]}setup(){this.store=hf(WH),this.state=(0,t.useState)({dataRange:``}),(0,t.onMounted)(()=>this.searchInput.el?.focus()),(0,t.onWillUnmount)(()=>this.updateSearchContent.stopDebounce()),this.updateSearchContent=At(this.store.updateSearchContent,200),(0,t.useExternalListener)(window,`keydown`,e=>{let t=rT(e);(t===`Ctrl+F`||t===`Ctrl+H`)&&(this.searchInput.el?.focus(),e.preventDefault(),e.stopPropagation())},{capture:!0})}onFocusSearch(){this.updateDataRange()}onSearchInput(e){this.updateSearchContent(e.target.value)}onKeydownSearch(e){e.key===`Enter`&&(e.preventDefault(),e.stopPropagation(),e.shiftKey?this.store.selectPreviousMatch():this.store.selectNextMatch())}onKeydownReplace(e){e.key===`Enter`&&(e.preventDefault(),e.stopPropagation(),this.store.replace())}searchFormulas(e){this.store.searchFormulas(e)}searchExactMatch(e){this.store.updateSearchOptions({exactMatch:e})}searchMatchCase(e){this.store.updateSearchOptions({matchCase:e})}changeSearchScope(e){let t=e.target.value;this.store.updateSearchOptions({searchScope:t})}onSearchRangeChanged(e){this.state.dataRange=e[0]}updateDataRange(){if(!this.state.dataRange||this.searchOptions.searchScope!==`specificRange`)return;let e=this.env.model.getters.getRangeFromSheetXC(this.env.model.getters.getActiveSheetId(),this.state.dataRange);this.store.updateSearchOptions({specificRange:e})}get specificRange(){let e=this.store.searchOptions.specificRange;return e?this.env.model.getters.getRangeString(e,`forceSheetReference`):``}get pendingSearch(){return this.updateSearchContent.isDebouncePending()}get selectionInputKey(){return this.env.model.getters.getActiveSheetId()}};B`
1667
1667
  .o-more-formats-panel {
1668
1668
  .format-preview {
1669
1669
  height: 49px;
@@ -1933,11 +1933,11 @@ stores.inject(MyMetaStore, storeInstance);
1933
1933
  }
1934
1934
  `;var XU=class extends t.Component{static template=`o_spreadsheet.PivotHTMLRenderer`;static components={Checkbox:xA};static props={pivotId:String,onCellClicked:Function};pivot=this.env.model.getters.getPivot(this.props.pivotId);data={columns:[],rows:[],values:[]};state=(0,t.useState)({showMissingValuesOnly:!1});setup(){let e=this.pivot.getExpandedTableStructure(),t=this.env.model.getters.getPivotFormulaId(this.props.pivotId);this.data={columns:this._buildColHeaders(t,e),rows:this._buildRowHeaders(t,e),values:this._buildValues(t,e)}}get tracker(){return this.env.model.getters.getPivotPresenceTracker(this.props.pivotId)}getTableData(){if(!this.state.showMissingValuesOnly)return this.data;let e=this.getColumnsIndexes(),t=this.getRowsIndexes();return{columns:this.buildColumnsMissing(e),rows:this.buildRowsMissing(t),values:this.buildValuesMissing(e,t)}}addRecursiveRow(e){let t=this.pivot.getExpandedTableStructure().rows,n=[...t[e].values];if(n.length<=1)return[e];n.pop();let r=t.findIndex(e=>JSON.stringify(e.values)===JSON.stringify(n));return[e].concat(this.addRecursiveRow(r))}buildColumnsMissing(e){let t=[];for(let e of this.data.columns){let n=[];for(let t in e)for(let r=0;r<e[t].span;r++)n.push(parseInt(t,10));t.push(n)}for(let n=t[t.length-1].length;n>=0;n--)if(!e.includes(n))for(let e of t)e.splice(n,1);let n=[];for(let e in t){let r=[],i,a=1;for(let n=0;n<t[e].length;n++)i===t[e][n]?a++:(i!==void 0&&r.push(Object.assign({},this.data.columns[e][i],{span:a})),i=t[e][n],a=1);i!==void 0&&r.push(Object.assign({},this.data.columns[e][i],{span:a})),n.push(r)}return n}buildRowsMissing(e){return e.map(e=>this.data.rows[e])}buildValuesMissing(e,t){let n=e.map(()=>[]);for(let r of t)for(let t in e)n[t].push(this.data.values[e[t]][r]);return n}getColumnsIndexes(){let e=new Set;for(let t=0;t<this.data.columns.length;t++){let n=[];for(let e=0;e<this.data.columns[t].length;e++)for(let r=0;r<this.data.columns[t][e].span;r++)n.push(this.data.columns[t][e]);for(let t=0;t<n.length;t++)n[t].isMissing&&e.add(t)}for(let t=0;t<this.data.columns[this.data.columns.length-1].length;t++)this.data.values[t].find(e=>e.isMissing)&&e.add(t);return Array.from(e).sort((e,t)=>e-t)}getRowsIndexes(){let e=new Set;for(let t=0;t<this.data.rows.length;t++){this.data.rows[t].isMissing&&e.add(t);for(let n of this.data.values)n[t].isMissing&&this.addRecursiveRow(t).forEach(t=>e.add(t))}return Array.from(e).sort((e,t)=>e-t)}_buildColHeaders(e,t){let n=[];for(let r of t.columns){let t=[];for(let n of r){let r=[];for(let e=0;e<n.fields.length;e++)r.push({value:n.fields[e]},{value:n.values[e]});let i=this.pivot.parseArgsToPivotDomain(r),a=this.env.model.getters.getLocale();if(i.at(-1)?.field===`measure`){let{value:r,format:o}=this.pivot.getPivotMeasureValue(N(i.at(-1).value),i);t.push({formula:`=PIVOT.HEADER(${jd(e,i).join(`,`)})`,value:L(r,{format:o,locale:a}),span:n.width,isMissing:!this.tracker?.isHeaderPresent(i)})}else{let{value:r,format:o}=this.pivot.getPivotHeaderValueAndFormat(i);t.push({formula:`=PIVOT.HEADER(${jd(e,i).join(`,`)})`,value:L(r,{format:o,locale:a}),span:n.width,isMissing:!this.tracker?.isHeaderPresent(i)})}}n.push(t)}let r=n[n.length-1];return n[n.length-1]=r.map(e=>(e.isMissing||(e.style=`color: #756f6f;`),e)),n}_buildRowHeaders(e,t){let n=[];for(let r of t.rows){let t=[];for(let e=0;e<r.fields.length;e++)t.push({value:r.fields[e]},{value:r.values[e]});let i=this.pivot.parseArgsToPivotDomain(t),{value:a,format:o}=this.pivot.getPivotHeaderValueAndFormat(i),s=this.env.model.getters.getLocale(),c={formula:`=PIVOT.HEADER(${jd(e,i).join(`,`)})`,value:L(a,{format:o,locale:s}),isMissing:!this.tracker?.isHeaderPresent(i)};r.indent>1&&(c.style=`padding-left: ${r.indent-10}px`),n.push(c)}return n}_buildValues(e,t){let n=[];for(let r of t.columns.at(-1)||[]){let i=[],a=N(r.values[r.values.length-1]);for(let n of t.rows){let t=[];for(let e=0;e<n.fields.length;e++)t.push({value:n.fields[e]},{value:n.values[e]});for(let e=0;e<r.fields.length-1;e++)t.push({value:r.fields[e]},{value:r.values[e]});let o=this.pivot.parseArgsToPivotDomain(t),{value:s,format:c}=this.pivot.getPivotCellValueAndFormat(a,o),l=this.env.model.getters.getLocale();i.push({formula:`=PIVOT.VALUE(${jd(e,o,a).join(`,`)})`,value:L(s,{format:c,locale:l}),isMissing:!this.tracker?.isValuePresent(a,o)})}n.push(i)}return n}},ZU=class extends Rp{getters;dispatch;canDispatch;constructor({getters:e,stateObserver:t,range:n,dispatch:r,canDispatch:i}){super(t),n.addRangeProvider(this.adaptRanges.bind(this)),this.getters=e,this.dispatch=r,this.canDispatch=i}import(e){}export(e){}adaptRanges(e,t,n){}garbageCollectExternalResources(){}},QU=class extends ZU{static getters=[`getCellBorder`,`getBordersColors`];borders={};allowDispatch(e){switch(e.type){case`SET_BORDER`:return this.checkBordersUnchanged(e);default:return`Success`}}handle(e){switch(e.type){case`ADD_MERGE`:for(let t of e.target)this.addBordersToMerge(e.sheetId,t);break;case`DUPLICATE_SHEET`:let t=this.borders[e.sheetId];if(t){let n=t.slice().map(e=>e?.slice().map(e=>b(e)));this.history.update(`borders`,e.sheetIdTo,n)}break;case`DELETE_SHEET`:let n={...this.borders};delete n[e.sheetId],this.history.update(`borders`,n);break;case`SET_BORDER`:this.setBorder(e.sheetId,e.col,e.row,e.border);break;case`SET_BORDERS_ON_TARGET`:for(let t of e.target)for(let n=t.top;n<=t.bottom;n++)for(let r=t.left;r<=t.right;r++)this.setBorder(e.sheetId,r,n,e.border);break;case`SET_ZONE_BORDERS`:if(e.border){let 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||Ue.style,color:e.border.color||Ue.color})}break;case`CLEAR_FORMATTING`:this.clearBorders(e.sheetId,e.target);break;case`REMOVE_COLUMNS_ROWS`:let r=[...e.elements].sort((e,t)=>t-e);for(let t of gt(r))if(e.dimension===`COL`){let n=this.getters.getColsZone(e.sheetId,t[t.length-1],t[0]);this.clearInsideBorders(e.sheetId,[n]),this.shiftBordersHorizontally(e.sheetId,t[0]+1,-t.length)}else{let n=this.getters.getRowsZone(e.sheetId,t[t.length-1],t[0]);this.clearInsideBorders(e.sheetId,[n]),this.shiftBordersVertically(e.sheetId,t[0]+1,-t.length)}break;case`ADD_COLUMNS_ROWS`:e.dimension===`COL`?this.handleAddColumns(e):this.handleAddRows(e);break}}handleAddColumns(e){let t,n;e.position===`before`?(this.shiftBordersHorizontally(e.sheetId,e.base,e.quantity),t=e.base-1,n=e.base+e.quantity):(this.shiftBordersHorizontally(e.sheetId,e.base+1,e.quantity),t=e.base,n=e.base+e.quantity+1),this.ensureColumnBorderContinuity(e.sheetId,t,n)}handleAddRows(e){let t,n;e.position===`before`?(this.shiftBordersVertically(e.sheetId,e.base,e.quantity),t=e.base-1,n=e.base+e.quantity):(this.shiftBordersVertically(e.sheetId,e.base+1,e.quantity),t=e.base,n=e.base+e.quantity+1),this.ensureRowBorderContinuity(e.sheetId,t,n)}getCellBorder({sheetId:e,col:t,row:n}){let r=this.borders[e]?.[t]?.[n];return r?.top||r?.bottom||r?.left||r?.right?b(r):null}getBordersColors(e){let t=[],n=this.borders[e];if(n){for(let e of n.filter(C))for(let n of e)if(n)for(let e of[`top`,`bottom`,`left`,`right`]){let r=n[e]?.color;r&&t.push(r)}}return t}ensureColumnBorderContinuity(e,t,n){let r=S(t+1,n);for(let i=0;i<this.getters.getNumberRows(e);i++){let a=this.getCellBorder({sheetId:e,col:t,row:i}),o=this.getCellBorder({sheetId:e,col:n,row:i});if(a&&o){let t=this.getCommonSides(a,o);for(let n of r)this.addBorder(e,n,i,t)}}}ensureRowBorderContinuity(e,t,n){let r=S(t+1,n);for(let i=0;i<this.getters.getNumberCols(e);i++){let a=this.getCellBorder({sheetId:e,col:i,row:t}),o=this.getCellBorder({sheetId:e,col:i,row:n});if(a&&o){let t=this.getCommonSides(a,o);for(let n of r)this.addBorder(e,i,n,t)}}}getCommonSides(e,t){let n={};for(let r of[`top`,`bottom`,`left`,`right`])e[r]&&w(e[r],t[r])&&(n[r]=e[r]);return n}getColumnsWithBorders(e){let t=this.borders[e];return t?Object.keys(t).map(e=>parseInt(e,10)):[]}getRowsWithBorders(e){let t=this.borders[e]?.filter(C);if(!t)return[];let n=new Set;for(let e of t)for(let t in e)n.add(parseInt(t,10));return Array.from(n)}getRowsRange(e){return this.borders[e]?S(0,this.getters.getNumberRows(e)+1):[]}shiftBordersHorizontally(e,t,n){this.borders[e]&&this.getColumnsWithBorders(e).filter(e=>e>=t).sort((e,t)=>n<0?e-t:t-e).forEach(t=>{this.moveBordersOfColumn(e,t,n)})}shiftBordersVertically(e,t,n){this.borders[e]&&(n<0&&this.moveBordersOfRow(e,t,n,{destructive:!1}),this.getRowsWithBorders(e).filter(e=>e>=t).sort((e,t)=>n<0?e-t:t-e).forEach(t=>{this.moveBordersOfRow(e,t,n)}))}moveBordersOfRow(e,t,n,{destructive:r}={destructive:!0}){let i=this.borders[e];i&&this.getColumnsWithBorders(e).forEach(a=>{let o=i[a]?.[t+n],s=i[a]?.[t];this.history.update(`borders`,e,a,t+n,r?s:s||o),this.history.update(`borders`,e,a,t,void 0)})}moveBordersOfColumn(e,t,n,{destructive:r}={destructive:!0}){let i=this.borders[e];i&&this.getRowsRange(e).forEach(a=>{let o=i[t+n]?.[a],s=i[t]?.[a];this.history.update(`borders`,e,t+n,a,r?s:s||o),r&&this.history.update(`borders`,e,t,a,void 0)})}setBorder(e,t,n,r,i=!0){let a=this.getters.getNumberCols(e)-1,o=this.getters.getNumberRows(e)-1;(i||!this.borders[e]?.[t]?.[n]?.left)&&(this.history.update(`borders`,e,t,n,`left`,r?.left),r?.left&&t>0&&!w(this.borders[e]?.[t-1]?.[n]?.right,r?.left)&&this.history.update(`borders`,e,t-1,n,`right`,void 0)),(i||!this.borders[e]?.[t]?.[n]?.top)&&(this.history.update(`borders`,e,t,n,`top`,r?.top),r?.top&&n>0&&!w(this.borders[e]?.[t]?.[n-1]?.bottom,r?.top)&&this.history.update(`borders`,e,t,n-1,`bottom`,void 0)),(i||!this.borders[e]?.[t]?.[n]?.right)&&(this.history.update(`borders`,e,t,n,`right`,r?.right),r?.right&&t<a&&!w(this.borders[e]?.[t+1]?.[n]?.left,r?.right)&&this.history.update(`borders`,e,t+1,n,`left`,void 0)),(i||!this.borders[e]?.[t]?.[n]?.bottom)&&(this.history.update(`borders`,e,t,n,`bottom`,r?.bottom),r?.bottom&&n<o&&!w(this.borders[e]?.[t]?.[n+1]?.top,r?.bottom)&&this.history.update(`borders`,e,t,n+1,`top`,void 0))}clearBorders(e,t,n=!1){let r=this.getters.getNumberCols(e)-1,i=this.getters.getNumberRows(e)-1;for(let a of hs(t))for(let t=a.top;t<=a.bottom;t++){n&&(a.left>0&&this.history.update(`borders`,e,a.left-1,t,`right`,void 0),a.right<r&&this.history.update(`borders`,e,a.right+1,t,`left`,void 0));for(let r=a.left;r<=a.right;r++)this.history.update(`borders`,e,r,t,void 0),n&&(a.top>0&&this.history.update(`borders`,e,r,a.top-1,`bottom`,void 0),a.bottom<i&&this.history.update(`borders`,e,r,a.bottom+1,`top`,void 0))}}clearInsideBorders(e,t){for(let n of t)for(let t=n.top;t<=n.bottom;t++)for(let r=n.left;r<=n.right;r++)this.history.update(`borders`,e,r,t,void 0)}addBorder(e,t,n,r){this.setBorder(e,t,n,{...this.getCellBorder({sheetId:e,col:t,row:n}),...r})}setBorders(e,t,n,r){if(n===`clear`)return this.clearBorders(e,t,!0);for(let i of hs(t)){if(n===`all`)for(let t=i.top;t<=i.bottom;t++)for(let n=i.left;n<=i.right;n++)this.addBorder(e,n,t,{top:r,right:r,bottom:r,left:r});if(n===`h`||n===`hv`){if(i.top===i.bottom)continue;for(let t=i.left;t<=i.right;t++){this.addBorder(e,t,i.top,{bottom:r});for(let n=i.top+1;n<i.bottom;n++)this.addBorder(e,t,n,{top:r,bottom:r});this.addBorder(e,t,i.bottom,{top:r})}}if(n===`v`||n===`hv`){if(i.left===i.right)continue;for(let t=i.top;t<=i.bottom;t++){this.addBorder(e,i.left,t,{right:r});for(let n=i.left+1;n<i.right;n++)this.addBorder(e,n,t,{left:r,right:r});this.addBorder(e,i.right,t,{left:r})}}if(n===`left`||n===`external`)for(let t=i.top;t<=i.bottom;t++)this.addBorder(e,i.left,t,{left:r});if(n===`right`||n===`external`)for(let t=i.top;t<=i.bottom;t++)this.addBorder(e,i.right,t,{right:r});if(n===`top`||n===`external`)for(let t=i.left;t<=i.right;t++)this.addBorder(e,t,i.top,{top:r});if(n===`bottom`||n===`external`)for(let t=i.left;t<=i.right;t++)this.addBorder(e,t,i.bottom,{bottom:r})}}addBordersToMerge(e,t){let{left:n,right:r,top:i,bottom:a}=t,o=this.getCellBorder({sheetId:e,col:n,row:i}),s=this.getCellBorder({sheetId:e,col:r,row:a});this.clearBorders(e,[t]),o?.top&&this.setBorders(e,[{...t,bottom:i}],`top`,o.top),o?.left&&this.setBorders(e,[{...t,right:n}],`left`,o.left),s?.bottom?this.setBorders(e,[{...t,top:a}],`bottom`,s.bottom):o?.bottom&&this.setBorders(e,[{...t,top:a}],`bottom`,o.bottom),s?.right?this.setBorders(e,[{...t,left:r}],`right`,s.right):o?.right&&this.setBorders(e,[{...t,left:r}],`right`,o.right)}checkBordersUnchanged(e){let t=this.getCellBorder(e),n=!e.border?.bottom&&!e.border?.left&&!e.border?.right&&!e.border?.top;return!t&&n||w(t,e.border)?`NoChanges`:`Success`}import(e){if(Object.keys(e.borders||{}).length)for(let t of e.sheets)for(let[n,r]of _c(t.id,t.borders)){let{sheetId:t,col:i,row:a}=n,o=e.borders[r];this.setBorder(t,i,a,o,!1)}for(let t of e.sheets)if(t.merges)for(let e of t.merges)this.addBordersToMerge(t.id,Es(e))}export(e){let t={};for(let n of e.sheets){let e={};for(let r=0;r<n.colNumber;r++)for(let i=0;i<n.rowNumber;i++){let a=this.getCellBorder({sheetId:n.id,col:r,row:i});if(a){let o=hc(a,t),s={sheetId:n.id,col:r,row:i};e[o]??=[],e[o].push(s)}}n.borders=gc(e)}e.borders=t}exportForExcel(e){this.export(e)}},$U=class extends ZU{static getters=[`zoneToXC`,`getCells`,`getTranslatedCellFormula`,`getCellStyle`,`getCellById`,`getFormulaString`,`getFormulaMovedInSheet`];nextId=1;cells={};adaptRanges({applyChange:e},t,n){for(let r of Object.keys(this.cells))for(let i of Object.values(this.cells[r]||{}))if(i.isFormula){for(let a of i.compiledFormula.dependencies)if(a.sheetId===t||a.invalidSheetName===n.old){let t=e(a);t.changeType!==`NONE`&&this.history.update(`cells`,r,i.id,`compiledFormula`,`dependencies`,i.compiledFormula.dependencies.indexOf(a),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);case`UPDATE_CELL_POSITION`:return!e.cellId||this.cells[e.sheetId]?.[e.cellId]?`Success`:`InvalidCellId`;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&&e.format!==void 0&&this.setFormatter(e.sheetId,e.target,e.format);break;case`CLEAR_FORMATTING`:this.clearFormatting(e.sheetId,e.target);break;case`ADD_COLUMNS_ROWS`:e.dimension===`COL`?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:``});break;case`CLEAR_CELLS`:this.clearCells(e.sheetId,e.target);break;case`DELETE_CONTENT`:this.clearZones(e.sheetId,e.target);break;case`DELETE_SHEET`:this.history.update(`cells`,e.sheetId,void 0)}}clearZones(e,t){for(let n of hs(t))for(let t=n.left;t<=n.right;t++)for(let r=n.top;r<=n.bottom;r++){let n=this.getters.getCell({sheetId:e,col:t,row:r});(n?.isFormula||n?.content)&&this.dispatch(`UPDATE_CELL`,{sheetId:e,content:``,col:t,row:r})}}setFormatter(e,t,n){for(let r of hs(t))for(let t=r.top;t<=r.bottom;t++)for(let i=r.left;i<=r.right;i++)this.dispatch(`UPDATE_CELL`,{sheetId:e,col:i,row:t,format:n})}clearFormatting(e,t){for(let n of hs(t))for(let t=n.left;t<=n.right;t++)for(let r=n.top;r<=n.bottom;r++)this.dispatch(`UPDATE_CELL`,{sheetId:e,col:t,row:r,style:null,format:``})}clearCells(e,t){for(let n of t)for(let t=n.left;t<=n.right;t++)for(let r=n.top;r<=n.bottom;r++)this.dispatch(`UPDATE_CELL`,{sheetId:e,col:t,row:r,content:``,style:null,format:``})}handleAddColumnsRows(e,t){let n,r;e.position===`before`?(n=S(e.base,e.base+e.quantity),r=e.base+e.quantity):(n=S(e.base+1,e.base+e.quantity+1),r=e.base),t(e.sheetId,r,n)}import(e){for(let t of e.sheets){let n=t.id,r=new RF;for(let e in t.cells)if(t.cells[e]){let{col:n,row:i}=ir(e),a={sheetId:t.id,col:n,row:i};r.set(a,{content:t.cells[e]})}for(let[e,n]of[[`style`,t.styles],[`format`,t.formats]])for(let[i,a]of _c(t.id,n)){let t=r.get(i);t?t[e]=a:r.set(i,{[e]:a})}for(let i of r.keysForSheet(n)){let n=r.get(i);if(n?.content||n?.format||n?.style){let r=this.importCell(t.id,n?.content,n?.style?e.styles[n?.style]:void 0,n?.format?e.formats[n?.format]:void 0);this.history.update(`cells`,t.id,r.id,r),this.dispatch(`UPDATE_CELL_POSITION`,{cellId:r.id,...i})}}}}export(e){let t={},n={};for(let r of e.sheets){let e=[],i=[],a={},o=Object.keys(this.cells[r.id]||{}).map(e=>this.getters.getCellPosition(e)).sort((e,t)=>e.col===t.col?e.row-t.row:e.col-t.col);for(let r of o){let o=this.getters.getCell(r),s=T(r.col,r.row),c=this.extractCustomStyle(o);if(Object.keys(c).length){let n=hc(c,t);e[n]??=[],e[n].push(r)}if(o.format){let e=hc(o.format,n);i[e]??=[],i[e].push(r)}o.content&&(a[s]=o.content)}r.styles=gc(e),r.formats=gc(i),r.cells=a}e.styles=t,e.formats=n}importCell(e,t,n,r){let i=this.getNextUid();return this.createCell(i,t||``,r,n,e)}exportForExcel(e){this.export(e);let t=[];for(let n in e.formats||[])$o(e.formats[n])||(t.push(Number(n)),delete e.formats[n]);if(t.length)for(let n of e.sheets)for(let e in n.formats){let r=n.formats[e];r&&t.includes(r)&&delete n.formats[e]}}extractCustomStyle(e){let t={...e.style},n=Hi(e.content,D)?Re:Le;for(let r in t)(r!==`align`||!e.isFormula)&&t[r]===n[r]&&delete t[r];return t}getCells(e){return this.cells[e]||{}}getCellById(e){let t=this.getters.getCellPosition(e);return this.cells[t.sheetId][e]}getFormulaString(e,t,n,r=!1){if(!n.length)return Mt(t.map(e=>e.value));let i=0;return Mt(t.map(t=>{if(t.type===`REFERENCE`){let t=n[i++];return this.getters.getRangeString(t,e,{useBoundedReference:r})}return t.value}))}getTranslatedCellFormula(e,t,n,r){let i=this.getters.createAdaptedRanges(aC(r).dependencies.map(t=>this.getters.getRangeFromSheetXC(e,t)),t,n,e);return this.getFormulaString(e,r,i)}getFormulaMovedInSheet(e,t,n){let r=aC(n).dependencies.map(t=>this.getters.getRangeFromSheetXC(e,t)),i=this.getters.removeRangesSheetPrefix(t,r);return this.getFormulaString(t,n,i)}getCellStyle(e){return this.getters.getCell(e)?.style||{}}zoneToXC(e,t,n=[{colFixed:!1,rowFixed:!1}]){t=this.getters.expandZone(e,t);let r=T(t.left,t.top,n[0]),i=T(t.right,t.bottom,n.length>1?n[1]:n[0]),a=this.getters.getMainCellPosition({sheetId:e,col:t.left,row:t.top}),o=this.getters.getMainCellPosition({sheetId:e,col:t.right,row:t.bottom}),s=a.col===o.col&&a.row===o.row;return r!==i&&!s?r+`:`+i:r}setStyle(e,t,n){for(let r of hs(t))for(let t=r.left;t<=r.right;t++)for(let i=r.top;i<=r.bottom;i++){let r=this.getters.getCell({sheetId:e,col:t,row:i});this.dispatch(`UPDATE_CELL`,{sheetId:e,col:t,row:i,style:n?{...r?.style,...n}:void 0})}}copyColumnStyle(e,t,n){for(let r=0;r<this.getters.getNumberRows(e);r++){let i=this.getFormat(e,t,r);if(i.style||i.format)for(let t of n)this.dispatch(`UPDATE_CELL`,{sheetId:e,col:t,row:r,...i})}}copyRowStyle(e,t,n){for(let r=0;r<this.getters.getNumberCols(e);r++){let i=this.getFormat(e,r,t);if(i.style||i.format)for(let t of n)this.dispatch(`UPDATE_CELL`,{sheetId:e,col:r,row:t,...i})}}getFormat(e,t,n){let r={},i=this.getters.getMainCellPosition({sheetId:e,col:t,row:n}),a=this.getters.getCell(i);return a&&(a.style&&(r.style=a.style),a.format&&(r.format=a.format)),r}getNextUid(){let e=this.nextId.toString();return this.history.update(`nextId`,this.nextId+1),e}updateCell(e,t,n,r){let i=this.getters.getCell({sheetId:e,col:t,row:n}),a=r.content!==void 0||`formula`in r,o=a?Wt(r?.content||void 0):i?.content||``,s;s=r.style===void 0?i?i.style:void 0:r.style||void 0;let c=r.format===void 0?i&&i.format:r.format;if((a&&!o&&!r.formula||!a&&(!i||i.content===``))&&!s&&!c){i&&(this.history.update(`cells`,e,i.id,void 0),this.dispatch(`UPDATE_CELL_POSITION`,{cellId:void 0,col:t,row:n,sheetId:e}));return}let l=i?.id||this.getNextUid(),u=this.createCell(l,o,c,s,e);this.history.update(`cells`,e,u.id,u),this.dispatch(`UPDATE_CELL_POSITION`,{cellId:u.id,col:t,row:n,sheetId:e})}createCell(e,t,n,r,i){return t.startsWith(`=`)?this.createFormulaCell(e,t,n,r,i):this.createLiteralCell(e,t,n,r)}createLiteralCell(e,t,n,r){let i=this.getters.getLocale(),a=ns(t,i);return n||=typeof a==`number`?Lo(t,i)||Ro(t):void 0,!es(n)&&!j(t)&&(t=N(a)),{id:e,content:t,style:r,format:n,isFormula:!1,parsedValue:a}}createFormulaCell(e,t,n,r,i){let a=iC(t);return a.dependencies.length?this.createFormulaCellWithDependencies(e,a,n,r,i):{id:e,content:t,style:r,format:n,isFormula:!0,compiledFormula:{...a,dependencies:[]}}}createFormulaCellWithDependencies(e,t,n,r,i){let a=[];for(let e of t.dependencies)a.push(this.getters.getRangeFromSheetXC(i,e));return new eW(e,t,n,r,a,i,this.getters.getRangeString)}checkCellOutOfSheet(e){let{sheetId:t,col:n,row:r}=e;return this.getters.tryGetSheet(t)?Hs(n,r,this.getters.getSheetZone(t))?`Success`:`TargetOutOfSheet`:`InvalidSheetId`}checkUselessClearCell(e){let t=this.getters.getCell(e);return!t||!t.content&&!t.style&&!t.format?`NoChanges`:`Success`}checkUselessUpdateCell(e){let t=this.getters.getCell(e),n=`content`in e||`formula`in e,r=`style`in e,i=`format`in e;return(!n||t?.content===e.content)&&(!r||w(t?.style,e.style))&&(!i||t?.format===e.format)?`NoChanges`:`Success`}},eW=class{id;format;style;sheetId;getRangeString;isFormula=!0;compiledFormula;constructor(e,t,n,r,i,a,o){this.id=e,this.format=n,this.style=r,this.sheetId=a,this.getRangeString=o;let s=0,c=t.tokens.map(e=>e.type===`REFERENCE`?new tW(i,s++,this.sheetId,this.getRangeString):e);this.compiledFormula={...t,dependencies:i,tokens:c}}get content(){return Mt(this.compiledFormula.tokens.map(e=>e.value))}get contentWithFixedReferences(){let e=0;return Mt(this.compiledFormula.tokens.map(t=>{if(t.type===`REFERENCE`){let t=e++;return this.getRangeString(this.compiledFormula.dependencies[t],this.sheetId,{useBoundedReference:!0})}return t.value}))}},tW=class{ranges;rangeIndex;sheetId;getRangeString;type=`REFERENCE`;constructor(e,t,n,r){this.ranges=e,this.rangeIndex=t,this.sheetId=n,this.getRangeString=r}get value(){let e=this.ranges[this.rangeIndex];return this.getRangeString(e,this.sheetId)}},nW=class extends ZU{static getters=[`isChartDefined`,`getChartDefinition`,`getChartType`,`getChartIds`,`getChart`,`getFigureIdFromChartId`,`getContextCreationChart`];charts={};createChart=vO(this.getters);validateChartDefinition=e=>bO(this,e.definition);adaptRanges(e){for(let[t,n]of Object.entries(this.charts)){if(!n)continue;let r=n.chart.updateRanges(e);this.history.update(`charts`,t,r?{figureId:n.figureId,chart:r}:void 0)}}allowDispatch(e){switch(e.type){case`CREATE_CHART`:return this.checkValidations(e,this.chainValidations(this.checkFigureArguments,this.validateChartDefinition,this.checkChartDuplicate));case`UPDATE_CHART`:return this.checkValidations(e,this.chainValidations(this.validateChartDefinition,this.checkChartExists,this.checkChartChanged));case`DELETE_CHART`:return this.checkChartExists(e);default:return`Success`}}handle(e){switch(e.type){case`CREATE_CHART`:let{col:t,row:n,offset:r,size:i,sheetId:a,figureId:o}=e;!this.getters.getFigure(a,o)&&r!==void 0&&t!==void 0&&n!==void 0&&this.addFigure(o,a,t,n,r,i),this.addChart(e.figureId,e.chartId,e.definition);break;case`UPDATE_CHART`:this.addChart(e.figureId,e.chartId,e.definition);break;case`DUPLICATE_SHEET`:for(let t of this.getChartIds(e.sheetId)){let{chart:n,figureId:r}=this.charts[t]||{};if(!n||!r)continue;let i=this.getters.getFigure(e.sheetId,r);if(!i)continue;let a=r.split(`??`).pop(),o=`${e.sheetIdTo}??${a}`,s=t.split(`??`).pop(),c=`${e.sheetIdTo}??${s}`,l=n.duplicateInDuplicatedSheet(e.sheetIdTo);l&&this.dispatch(`CREATE_CHART`,{figureId:o,chartId:c,col:i.col,row:i.row,offset:i.offset,size:{width:i.width,height:i.height},definition:l.getDefinition(),sheetId:e.sheetIdTo})}break;case`DELETE_FIGURE`:for(let t in this.charts)this.charts[t]?.figureId===e.figureId&&this.dispatch(`DELETE_CHART`,{chartId:t,sheetId:e.sheetId});break;case`DELETE_CHART`:this.isChartDefined(e.chartId)&&this.history.update(`charts`,e.chartId,void 0);break;case`DELETE_SHEET`:for(let t of this.getChartIds(e.sheetId))this.history.update(`charts`,t,void 0);break}}getContextCreationChart(e){return this.charts[e]?.chart.getContextCreation()}getChart(e){return this.charts[e]?.chart}getFigureIdFromChartId(e){if(!this.charts[e])throw Error(`Chart with id ${e} does not exist.`);return this.charts[e].figureId}getChartType(e){let t=this.charts[e]?.chart.type;if(!t)throw Error(`Chart not defined.`);return t}isChartDefined(e){return e in this.charts&&this.charts!==void 0}getChartIds(e){return Object.entries(this.charts).filter(([,t])=>t?.chart.sheetId===e).map(([e])=>e)}getChartDefinition(e){let t=this.charts[e]?.chart.getDefinition();if(!t)throw Error(`There is no chart with the given id: ${e}`);return t}import(e){for(let t of e.sheets)if(t.figures){for(let e of t.figures)if(e.tag===`chart`){let n=e.data.chartId,r=this.createChart(e.id,e.data,t.id);this.charts[n]={chart:r,figureId:e.id}}else if(e.tag===`carousel`)for(let n in e.data.chartDefinitions||{}){let r=e.data.chartDefinitions[n],i=this.createChart(e.id,r,t.id);this.charts[n]={chart:i,figureId:e.id}}}}export(e){if(e.sheets)for(let t of e.sheets){let e=this.getters.getFigures(t.id),n=[];for(let t of e){let e=t,r=Object.keys(this.charts).find(e=>this.charts[e]?.figureId===t.id);if(e&&e.tag===`chart`&&r){let t=this.charts[r]?.chart.getDefinition();t&&(e.data={...t,chartId:r},n.push(e))}else if(e&&e.tag===`carousel`){let r=Object.keys(this.charts).filter(e=>this.charts[e]?.figureId===t.id),i={};for(let e of r)i[e]=this.charts[e]?.chart.getDefinition();e.data={chartDefinitions:i},n.push(e)}else n.push(e)}t.figures=n}}addFigure(e,t,n,r,i,a={width:536,height:335}){this.dispatch(`CREATE_FIGURE`,{sheetId:t,figureId:e,col:n,row:r,offset:i,size:a,tag:`chart`})}addChart(e,t,n){let r=this.getters.getFigureSheetId(e);if(r){let i=this.createChart(e,n,r);this.history.update(`charts`,t,{figureId:e,chart:i})}}checkChartDuplicate(e){return this.isChartDefined(e.chartId)?`DuplicatedChartId`:`Success`}checkChartExists(e){return this.isChartDefined(e.chartId)?`Success`:`ChartDoesNotExist`}checkChartChanged(e){return e.figureId===this.charts[e.chartId]?.figureId&&w(this.getChartDefinition(e.chartId),e.definition)?`NoChanges`:`Success`}checkFigureArguments(e){return this.getters.getFigure(e.sheetId,e.figureId)||e.offset!==void 0&&e.col!==void 0&&e.row!==void 0?`Success`:`MissingFigureArguments`}};function rW(e){return e===``?NaN:Number(e)}var iW=class extends ZU{static getters=[`getConditionalFormats`,`getRulesSelection`,`getRulesByCell`,`getAdaptedCfRanges`];cfRules={};adaptCFFormulas({applyChange:e,adaptFormulaString:t}){for(let n in this.cfRules)for(let r of this.cfRules[n])if(r.rule.type===`DataBarRule`&&r.rule.rangeValues){let t=e(r.rule.rangeValues);switch(t.changeType){case`REMOVE`:this.history.update(`cfRules`,n,this.cfRules[n].indexOf(r),`rule`,`rangeValues`,void 0);break;case`RESIZE`:case`MOVE`:case`CHANGE`:this.history.update(`cfRules`,n,this.cfRules[n].indexOf(r),`rule`,`rangeValues`,t.range);break}}else if(r.rule.type===`CellIsRule`)for(let e=0;e<r.rule.values.length;e++)this.history.update(`cfRules`,n,this.cfRules[n].indexOf(r),`rule`,`values`,e,t(n,r.rule.values[e]));else if(r.rule.type===`IconSetRule`)for(let e of[`lowerInflectionPoint`,`upperInflectionPoint`])r.rule[e].type===`formula`&&this.history.update(`cfRules`,n,this.cfRules[n].indexOf(r),`rule`,e,`value`,t(n,r.rule[e].value));else if(r.rule.type===`ColorScaleRule`)for(let e of[`minimum`,`maximum`,`midpoint`]){let i=r.rule[e];i?.type===`formula`&&i?.value&&this.history.update(`cfRules`,n,this.cfRules[n].indexOf(r),`rule`,e,`value`,t(n,i.value))}}adaptCFRanges(e,{applyChange:t}){for(let n of this.cfRules[e])for(let r of n.ranges){let i=t(r);switch(i.changeType){case`REMOVE`:let t=n.ranges.slice();t.splice(n.ranges.indexOf(r),1),t.length>=1?this.history.update(`cfRules`,e,this.cfRules[e].indexOf(n),`ranges`,t):this.removeConditionalFormatting(n.id,e);break;case`RESIZE`:case`MOVE`:case`CHANGE`:this.history.update(`cfRules`,e,this.cfRules[e].indexOf(n),`ranges`,n.ranges.indexOf(r),i.range);break}}}adaptRanges(e,t){let n=t?[t]:Object.keys(this.cfRules);for(let t of n)this.adaptCFRanges(t,e);this.adaptCFFormulas(e)}allowDispatch(e){switch(e.type){case`ADD_CONDITIONAL_FORMAT`:return e.ranges.some(e=>!this.getters.tryGetSheet(e._sheetId))?`InvalidSheetId`:this.checkValidations(e,this.checkCFRule,this.checkEmptyRange,this.checkCFHasChanged);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(let t of this.getConditionalFormats(e.sheetId))this.addConditionalFormatting(t,e.sheetIdTo);break;case`DELETE_SHEET`:let t=Object.assign({},this.cfRules);delete t[e.sheetId],this.history.update(`cfRules`,t);break;case`ADD_CONDITIONAL_FORMAT`:let n={...e.cf,ranges:e.ranges.map(t=>this.getters.getRangeString(this.getters.getRangeFromRangeData(t),e.sheetId))};this.addConditionalFormatting(n,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);break}}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,{useBoundedReference:!0})))}getConditionalFormats(e){return this.cfRules[e]?.map(t=>this.mapToConditionalFormat(e,t))||[]}getRulesSelection(e,t){let n=new Set;return t.forEach(t=>{this.getRulesByZone(e,t).forEach(e=>{n.add(e)})}),Array.from(n)}getRulesByZone(e,t){let n=new Set;for(let r=t.top;r<=t.bottom;r++)for(let i=t.left;i<=t.right;i++)this.getRulesByCell(e,i,r).forEach(e=>{n.add(e.id)});return n}getRulesByCell(e,t,n){let r=[];for(let i of this.cfRules[e])for(let e of i.ranges)Hs(t,n,e.zone)&&r.push(i);return new Set(r.map(t=>this.mapToConditionalFormat(e,t)))}getAdaptedCfRanges(e,t,n,r){if(n.length===0&&r.length===0)return;let i=this.getters.getConditionalFormats(e),a=i.findIndex(e=>e.id===t.id),o=[];a>-1&&(o=i[a].ranges.map(Ts));let s=hs(o,r);return hs([...n,...s],[]).map(t=>this.getters.getRangeDataFromZone(e,t))}mapToConditionalFormat(e,t,{useBoundedReference:n}={useBoundedReference:!1}){let r=t.ranges.map(t=>this.getters.getRangeString(t,e,{useBoundedReference:n}));return t.rule.type===`DataBarRule`?{...t,rule:{...t.rule,rangeValues:t.rule.rangeValues&&this.getters.getRangeString(t.rule.rangeValues,e,{useBoundedReference:n})},ranges:r}:{...t,rule:{...t.rule},ranges:r}}mapToConditionalFormatInternal(e,t){let n=t.ranges.map(t=>this.getters.getRangeFromSheetXC(e,t));return t.rule.type===`DataBarRule`?{...t,rule:{...t.rule,rangeValues:t.rule.rangeValues?this.getters.getRangeFromSheetXC(e,t.rule.rangeValues):void 0},ranges:n}:{...t,rule:{...t.rule},ranges:n}}addConditionalFormatting(e,t){let n=this.cfRules[t].slice(),r=n.findIndex(t=>t.id===e.id),i=this.mapToConditionalFormatInternal(t,e);r>-1?n.splice(r,1,i):n.push(i),this.history.update(`cfRules`,t,n)}checkValidPriorityChange(e,t,n){if(!this.cfRules[n])return`InvalidSheetId`;let r=this.cfRules[n].findIndex(t=>t.id===e);if(r===-1)return`InvalidConditionalFormatId`;let i=r-t;return i<0||i>=this.cfRules[n].length?`InvalidConditionalFormatId`:`Success`}checkEmptyRange(e){return e.ranges.length?`Success`:`EmptyRange`}checkCFRule(e){let t=e.cf.rule;switch(t.type){case`CellIsRule`:return Mr.has(t.operator)?this.checkValidations(t,this.checkOperatorArgsNumber,this.checkCFValues):`InvalidConditionalFormatType`;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)));case`DataBarRule`:return`Success`}return`InvalidConditionalFormatType`}checkCFHasChanged(e){let t=this.mapToConditionalFormatInternal(e.sheetId,{...e.cf,ranges:e.ranges.map(t=>this.getters.getRangeString(this.getters.getRangeFromRangeData(t),e.sheetId))}),n=this.cfRules[e.sheetId]?.find(t=>t.id===e.cf.id);return n&&w(t,n)?`NoChanges`:`Success`}checkOperatorArgsNumber(e){let t=Y.get(e.operator).numberOfValues({type:e.operator,values:e.values});if(t===void 0||t>2)throw Error(`Checking more than 2 arguments is currently not supported. Add the appropriate CommandResult if you want to.`);let n=[],r=e=>e===void 0||e===``;return t>=1&&r(e.values[0])&&n.push(`FirstArgMissing`),t>=2&&r(e.values[1])&&n.push(`SecondArgMissing`),n.length?n:`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(e.type!==`formula`)return`Success`;if(iC(e.value||``).isBadExpression)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){let t=e.lowerInflectionPoint.value,n=e.upperInflectionPoint.value;return[`number`,`percentage`,`percentile`].includes(e.lowerInflectionPoint.type)&&e.lowerInflectionPoint.type===e.upperInflectionPoint.type&&Number(t)>Number(n)?`LowerBiggerThanUpper`:`Success`}checkMinBiggerThanMax(e){let t=e.minimum.value,n=e.maximum.value;return[`number`,`percentage`,`percentile`].includes(e.minimum.type)&&e.minimum.type===e.maximum.type&&rW(t)>=rW(n)?`MinBiggerThanMax`:`Success`}checkMidBiggerThanMax(e){let t=e.midpoint?.value,n=e.maximum.value;return e.midpoint&&[`number`,`percentage`,`percentile`].includes(e.midpoint.type)&&e.midpoint.type===e.maximum.type&&rW(t)>=rW(n)?`MidBiggerThanMax`:`Success`}checkMinBiggerThanMid(e){let t=e.minimum.value,n=e.midpoint?.value;return e.midpoint&&[`number`,`percentage`,`percentile`].includes(e.midpoint.type)&&e.minimum.type===e.midpoint.type&&rW(t)>=rW(n)?`MinBiggerThanMid`:`Success`}checkCFValues(e){for(let t of e.values)if(t.startsWith(`=`)&&iC(t||``).isBadExpression)return`ValueCellIsInvalidFormula`;return`Success`}removeConditionalFormatting(e,t){let n=this.cfRules[t].findIndex(t=>t.id===e);if(n!==-1){let e=this.cfRules[t].slice();e.splice(n,1),this.history.update(`cfRules`,t,e)}}changeCFPriority(e,t,n){let r=this.cfRules[n].findIndex(t=>t.id===e),i=this.cfRules[n][r],a=r-t,o=[...this.cfRules[n]];o.splice(r,1),o.splice(a,0,i),this.history.update(`cfRules`,n,o)}},aW=class extends ZU{static getters=[`cellHasListDataValidationIcon`,`getDataValidationRule`,`getDataValidationRules`,`getValidationRuleForCell`];rules={};adaptRanges(e,t){this.adaptDVRanges(t,e),this.adaptDVFormulas(e)}adaptDVFormulas({adaptFormulaString:e}){for(let t in this.rules){let n=this.rules[t];for(let r=n.length-1;r>=0;r--){let n=this.rules[t][r];for(let i=0;i<n.criterion.values.length;i++){let a=e(t,n.criterion.values[i]);this.history.update(`rules`,t,r,`criterion`,`values`,i,a)}}}}adaptDVRanges(e,{applyChange:t}){let n=this.rules[e];for(let r=n.length-1;r>=0;r--){let n=this.rules[e][r];for(let i=n.ranges.length-1;i>=0;i--){let a=n.ranges[i],o=t(a);switch(o.changeType){case`REMOVE`:if(n.ranges.length===1)this.removeDataValidationRule(e,n.id);else{let t=n.ranges.slice();t.splice(i,1),this.history.update(`rules`,e,r,`ranges`,t)}break;case`RESIZE`:case`MOVE`:case`CHANGE`:this.history.update(`rules`,e,r,`ranges`,i,o.range);break}}}}allowDispatch(e){switch(e.type){case`ADD_DATA_VALIDATION_RULE`:return!this.getters.tryGetSheet(e.sheetId)||e.ranges.some(e=>!this.getters.tryGetSheet(e._sheetId))?`InvalidSheetId`:this.checkValidations(e,this.chainValidations(this.checkEmptyRange,this.checkValidRange,this.checkCriterionTypeIsValid,this.checkCriterionHasValidNumberOfValues,this.checkCriterionValuesAreValid));case`REMOVE_DATA_VALIDATION_RULE`:if(!this.getters.tryGetSheet(e.sheetId))return`InvalidSheetId`;if(!this.rules[e.sheetId].find(t=>t.id===e.id))return`UnknownDataValidationRule`;break}return`Success`}handle(e){switch(e.type){case`CREATE_SHEET`:this.history.update(`rules`,e.sheetId,[]);break;case`DUPLICATE_SHEET`:{let t=b(this.rules[e.sheetId]).map(t=>({...t,ranges:t.ranges.map(t=>Bc(e.sheetId,e.sheetIdTo,t))}));this.history.update(`rules`,e.sheetIdTo,t);break}case`DELETE_SHEET`:{let 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`:{let t=e.ranges.map(e=>this.getters.getRangeFromRangeData(e));this.addDataValidationRule(e.sheetId,{...e.rule,ranges:t});break}case`DELETE_CONTENT`:{let t=hs(e.target),n=e.sheetId;for(let e of t)for(let t=e.top;t<=e.bottom;t++)for(let r=e.left;r<=e.right;r++){let e=this.getValidationRuleForCell({sheetId:n,col:r,row:t});if(e&&(e.criterion.type===`isBoolean`||e.criterion.type===`isValueInList`&&!this.getters.getCell({sheetId:n,col:r,row:t})?.content)){let e=this.rules[n],i=[this.getters.getRangeFromSheetXC(n,T(r,t))],a=this.removeRangesFromRules(n,i,e);this.history.update(`rules`,n,a)}}}}}getDataValidationRules(e){return this.rules[e]}getDataValidationRule(e,t){return this.rules[e].find(e=>e.id===t)}getValidationRuleForCell({sheetId:e,col:t,row:n}){if(this.rules[e]){for(let r of this.rules[e])for(let e of r.ranges)if(Hs(t,n,e.zone))return r}}cellHasListDataValidationIcon(e){let t=this.getValidationRuleForCell(e);return t?(t.criterion.type===`isValueInList`||t.criterion.type===`isValueInRange`)&&(t.criterion.displayStyle===`arrow`||t.criterion.displayStyle===`chip`):!1}addDataValidationRule(e,t){let n=this.rules[e];t.criterion.type===`isBoolean`?this.setCenterStyleToBooleanCells(t):t.criterion.type===`isValueInList`&&(t.criterion.values=Array.from(new Set(t.criterion.values)));let r=this.removeRangesFromRules(e,t.ranges,n,t.id),i=r.findIndex(e=>e.id===t.id);i===-1?this.history.update(`rules`,e,[...r,t]):(r[i]=t,this.history.update(`rules`,e,r))}removeRangesFromRules(e,t,n,r){n=b(n);for(let e of n)e.id!==r&&(e.ranges=this.getters.recomputeRanges(e.ranges,t));return n.filter(e=>e.ranges.length>0)}removeDataValidationRule(e,t){let n=this.rules[e].filter(e=>e.id!==t);this.history.update(`rules`,e,n)}setCenterStyleToBooleanCells(e){for(let t of Hc(e.ranges)){let e=this.getters.getCell(t),n={...e?.style,align:e?.style?.align??`center`,verticalAlign:e?.style?.verticalAlign??`middle`};this.dispatch(`UPDATE_CELL`,{...t,style:n})}}checkEmptyRange(e){return e.ranges.length?`Success`:`EmptyRange`}import(e){for(let t of e.sheets)if(this.rules[t.id]=[],t.dataValidationRules)for(let 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(let t of e.sheets){t.dataValidationRules=[];for(let e of this.rules[t.id])t.dataValidationRules.push({...e,ranges:e.ranges.map(e=>this.getters.getRangeString(e,t.id))})}}exportForExcel(e){if(e.sheets)for(let t of e.sheets){t.dataValidationRules=[];for(let e of this.rules[t.id]){let n={...b(e),ranges:e.ranges.map(e=>this.getters.getRangeString(e,t.id,{useBoundedReference:!0}))};e.criterion.type===`isValueInRange`&&(n.criterion.values=e.criterion.values.map(e=>{let n=this.getters.getRangeFromSheetXC(t.id,e);return this.getters.getRangeString(n,t.id,{useBoundedReference:!0,useFixedReference:!0})})),t.dataValidationRules.push(n)}}}checkCriterionTypeIsValid(e){return Y.contains(e.rule.criterion.type)?`Success`:`UnknownDataValidationCriterionType`}checkCriterionHasValidNumberOfValues(e){let t=e.rule.criterion,n=Y.get(t.type).numberOfValues(t);return n!==void 0&&t.values.length!==n?`InvalidNumberOfCriterionValues`:`Success`}checkCriterionValuesAreValid(e){let t=e.rule.criterion,n=Y.get(t.type);return t.values.some(e=>n.allowedValues===`onlyFormulas`&&!e.startsWith(`=`)?!0:e.startsWith(`=`)?n.allowedValues===`onlyLiterals`||iC(e).isBadExpression:!n.isCriterionValueValid(e))?`InvalidDataValidationCriterionValue`:`Success`}checkValidRange(e){return e.ranges.map(e=>this.getters.getRangeFromRangeData(e)).map(t=>this.getters.getRangeString(t,e.sheetId)).some(e=>!this.getters.isRangeValid(e))?`InvalidRange`:`Success`}},oW=class extends ZU{static getters=[`getFigures`,`getFigure`,`getFigureSheetId`];figures={};insertionOrders=[];adaptRanges({applyChange:e},t){for(let n of this.getFigures(t)){let r=e(this.getters.getRangeFromZone(t,{left:n.col,right:n.col,top:n.row,bottom:n.row}));if(r.changeType===`MOVE`)this.history.update(`figures`,t,n.id,`col`,r.range.zone.right),this.history.update(`figures`,t,n.id,`row`,r.range.zone.bottom);else if(r.changeType===`REMOVE`){let r=e(this.getters.getRangeFromZone(t,{left:0,right:n.col-1,top:0,bottom:n.row-1})),{offset:i,col:a,row:o}=n;r.changeType!==`NONE`&&(a=r.range.zone.right+1,o=r.range.zone.bottom+1),{offset:i,col:a,row:o}=this.getPositionInSheet(t,{...n,col:a,row:o}),this.history.update(`figures`,t,n.id,`offset`,i),this.history.update(`figures`,t,n.id,`col`,a),this.history.update(`figures`,t,n.id,`row`,o)}}}allowDispatch(e){switch(e.type){case`CREATE_FIGURE`:return this.checkValidations(e,this.checkFigureDuplicate,this.checkFigureAnchorOffset);case`UPDATE_FIGURE`:return this.checkValidations(e,this.checkFigureExists,this.checkFigureAnchorOffset);case`DELETE_FIGURE`:return this.checkFigureExists(e);default:return`Success`}}beforeHandle(e){switch(e.type){case`DELETE_SHEET`:this.getters.getFigures(e.sheetId).forEach(t=>{this.dispatch(`DELETE_FIGURE`,{figureId:t.id,sheetId:e.sheetId})});break}}handle(e){switch(e.type){case`CREATE_SHEET`:this.figures[e.sheetId]={};break;case`DELETE_SHEET`:this.deleteSheet(e.sheetId);break;case`CREATE_FIGURE`:let t={id:e.figureId,col:e.col,row:e.row,offset:e.offset,width:e.size.width,height:e.size.height,tag:e.tag};this.addFigure(t,e.sheetId);break;case`UPDATE_FIGURE`:this.updateFigure(e);break;case`DELETE_FIGURE`:this.removeFigure(e.figureId,e.sheetId);break;case`REMOVE_COLUMNS_ROWS`:e.dimension===`COL`?this.onColRemove(e.sheetId):this.onRowRemove(e.sheetId);break;case`DUPLICATE_SHEET`:for(let t of this.getFigures(e.sheetId)){let n=t.id,r=this.figures[e.sheetId]?.[n];if(!r)continue;let i=n.split(`??`).pop(),a=`${e.sheetIdTo}??${i}`;this.dispatch(`CREATE_FIGURE`,{figureId:a,...r,size:{width:r.width,height:r.height},sheetId:e.sheetIdTo})}break}}onColRemove(e){let t=this.getters.getNumberCols(e),n=Array(t+1);n[t]=0;for(let r=t-1;r>=0;r--)n[r]=n[r+1]+this.getters.getColSize(e,r);for(let t of this.getFigures(e))if(t.offset.x+t.width>n[t.col]){let r=t.offset.x,i=t.col;for(r=Math.min(r,n[i]-t.width);r<0&&i>0;)i--,r=n[i]-t.width;r!==t.offset.x&&this.history.update(`figures`,e,t.id,`offset`,{x:Math.max(r,0),y:t.offset.y}),i!==t.col&&this.history.update(`figures`,e,t.id,`col`,i)}}onRowRemove(e){let t=this.getters.getNumberRows(e),n=Array(t+1);n[t]=0;for(let r=t-1;r>=0;r--)n[r]=n[r+1]+(this.getters.getUserRowSize(e,r)??23);for(let t of this.getFigures(e))if(t.offset.y+t.height>n[t.row]){let r=t.offset.y,i=t.row;for(let t=this.getters.getUserRowSize(e,i)??23;t<r;t=this.getters.getUserRowSize(e,i)??23)i+=1,r-=t;for(r=Math.min(r,n[i]-t.height);r<0&&i>0;)i--,r=n[i]-t.height;r!==t.offset.y&&this.history.update(`figures`,e,t.id,`offset`,{x:t.offset.x,y:Math.max(0,r)}),i!==t.row&&this.history.update(`figures`,e,t.id,`row`,i)}else t.offset.y+t.height>n[0]&&this.history.update(`figures`,e,t.id,`offset`,{x:t.offset.x,y:Math.max(n[0]-t.height,0)})}getPositionInSheet(e,t){let{numberOfRows:n,numberOfCols:r}=this.getters.getSheetSize(e),i=0,a=0,o,s,{col:c,row:l}=t,u={...t.offset};for(o=n;i<t.height&&o>0;o--)i+=this.getters.getUserRowSize(e,o-1)??23;for(l>o?(l=o,u.y=Math.max(i-t.height,0)):l===o&&(u.y=x(u.y,0,Math.max(i-t.height,0))),s=r;a<t.width&&s>0;s--)a+=this.getters.getColSize(e,s-1);return c>s?(c=s,u.x=Math.max(a-t.width,0)):s===c&&(u.x=x(u.x,0,Math.max(a-t.width,0))),{col:c,row:l,offset:u}}updateFigure(e){if(!(`figureId`in e)||!(`sheetId`in e))return;let{figureId:t,sheetId:n,...r}=e,i={...this.getFigure(n,t),...r};for(let[e,t]of Object.entries(r))switch(e){case`tag`:this.history.update(`figures`,n,i.id,e,t);break;case`offset`:this.history.update(`figures`,n,i.id,e,t);break;case`col`:case`row`:case`width`:case`height`:t!==void 0&&this.history.update(`figures`,n,i.id,e,t);break}}addFigure(e,t){this.history.update(`figures`,t,e.id,e),this.history.update(`insertionOrders`,this.insertionOrders.length,e.id)}deleteSheet(e){this.history.update(`insertionOrders`,this.insertionOrders.filter(t=>!this.figures[e]?.[t])),this.history.update(`figures`,e,void 0)}removeFigure(e,t){this.history.update(`insertionOrders`,this.insertionOrders.filter(t=>t!==e)),this.history.update(`figures`,t,e,void 0)}checkFigureExists(e){return this.figures[e.sheetId]?.[e.figureId]===void 0?`FigureDoesNotExist`:`Success`}checkFigureDuplicate(e){return Object.values(this.figures).find(t=>t?.[e.figureId])?`DuplicatedFigureId`:`Success`}checkFigureAnchorOffset(e){return e.col<0||e.row<0||e.offset&&(e.offset.x<0||e.offset.y<0)?`WrongSheetPosition`:`Success`}getFigures(e){let t=[];for(let n of this.insertionOrders){let r=this.figures[e]?.[n];r&&t.push(r)}return t}getFigure(e,t){return this.figures[e]?.[t]}getFigureSheetId(e){return Object.keys(this.figures).find(t=>this.figures[t]?.[e]!==void 0)}import(e){for(let t of e.sheets)for(let e of t.figures)this.addFigure(e,t.id)}export(e){for(let t of e.sheets)for(let e of this.getFigures(t.id))t.figures.push({...e,data:void 0})}exportForExcel(e){return this.export(e)}},sW=class extends ZU{static getters=[`getUserRowSize`,`getColSize`];sizes={};handle(e){switch(e.type){case`CREATE_SHEET`:this.history.update(`sizes`,e.sheetId,{COL:Array(this.getters.getNumberCols(e.sheetId)).fill(void 0),ROW:Array(this.getters.getNumberRows(e.sheetId)).fill(void 0)});break;case`DUPLICATE_SHEET`:this.history.update(`sizes`,e.sheetIdTo,b(this.sizes[e.sheetId]));break;case`DELETE_SHEET`:let t={...this.sizes};delete t[e.sheetId],this.history.update(`sizes`,t);break;case`REMOVE_COLUMNS_ROWS`:{let t=this.sizes[e.sheetId][e.dimension],n=qt(t,e.elements);this.history.update(`sizes`,e.sheetId,e.dimension,n);break}case`ADD_COLUMNS_ROWS`:{let t=this.sizes[e.sheetId][e.dimension],n=Ft(e.position,e.base),r=t[e.base],i=Jt(t,Array(e.quantity).fill(r),n);this.history.update(`sizes`,e.sheetId,e.dimension,i);break}case`RESIZE_COLUMNS_ROWS`:if(e.dimension===`ROW`)for(let t of e.elements)this.history.update(`sizes`,e.sheetId,e.dimension,t,e.size||void 0);else for(let t of e.elements)this.history.update(`sizes`,e.sheetId,e.dimension,t,e.size||void 0);break}}getColSize(e,t){return Math.round(this.sizes[e]?.COL[t]||96)}getUserRowSize(e,t){let n=this.sizes[e]?.ROW[t];return n?Math.round(n):void 0}import(e){for(let t of e.sheets){let e={COL:Array(t.colNumber).fill(void 0),ROW:Array(t.rowNumber).fill(void 0)};for(let[n,r]of Object.entries(t.rows))r.size&&(e.ROW[n]=r.size);for(let[n,r]of Object.entries(t.cols))r.size&&(e.COL[n]=r.size);this.sizes[t.id]=e}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(let n of e.sheets){n.rows===void 0&&(n.rows={});for(let e of S(0,this.getters.getNumberRows(n.id)))(t||this.sizes[n.id].ROW[e])&&(n.rows[e]={...n.rows[e],size:this.getUserRowSize(n.id,e)??23});n.cols===void 0&&(n.cols={});for(let e of S(0,this.getters.getNumberCols(n.id)))(t||this.sizes[n.id].COL[e])&&(n.cols[e]={...n.cols[e],size:this.getColSize(n.id,e)})}}},cW=class extends ZU{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`;let t=e.dimension===`COL`?this.getHiddenColsGroups(e.sheetId):this.getHiddenRowsGroups(e.sheetId),n=e.dimension===`COL`?this.getters.getNumberCols(e.sheetId):this.getters.getNumberRows(e.sheetId);return new Set((t||[]).flat().concat(e.elements)).size>=n?`TooManyHiddenElements`:en(e.elements)<0||$t(e.elements)>n?`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`:let 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,b(this.hiddenHeaders[e.sheetId]));break;case`DELETE_SHEET`:this.history.update(`hiddenHeaders`,e.sheetId,void 0);break;case`REMOVE_COLUMNS_ROWS`:{let t=[...this.hiddenHeaders[e.sheetId][e.dimension]];for(let n of[...e.elements].sort((e,t)=>t-e))t.splice(n,1);this.history.update(`hiddenHeaders`,e.sheetId,e.dimension,t);break}case`ADD_COLUMNS_ROWS`:{let t=Ft(e.position,e.base),n=Jt([...this.hiddenHeaders[e.sheetId][e.dimension]],Array(e.quantity).fill(!1),t);this.history.update(`hiddenHeaders`,e.sheetId,e.dimension,n);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);break}}checkElementsIncludeAllVisibleHeaders(e,t,n){return Rt(n,this.getAllVisibleHeaders(e,t))}isHeaderHiddenByUser(e,t,n){return t===`COL`?this.isColHiddenByUser(e,n):this.isRowHiddenByUser(e,n)}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){let t=[[]],n=this.hiddenHeaders[e].COL;for(let e=0;e<n.length;e++)n[e]?t[t.length-1].push(e):t[t.length-1].length!==0&&t.push([]);return t[t.length-1].length===0&&t.pop(),t}getHiddenRowsGroups(e){let t=[[]],n=this.hiddenHeaders[e].ROW;for(let e=0;e<n.length;e++)n[e]?t[t.length-1].push(e):t[t.length-1].length!==0&&t.push([]);return t[t.length-1].length===0&&t.pop(),t}getAllVisibleHeaders(e,t){let n=S(0,this.getters.getNumberHeaders(e,t)),r=[];return this.getters.getHeaderGroups(e,t).forEach(e=>{e.isFolded&&r.push(...S(e.start,e.end+1))}),n.filter(n=>!this.hiddenHeaders[e][t][n]&&!r.includes(n))}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]=!!t.rows[e]?.isHidden;for(let e=0;e<t.colNumber;e++)this.hiddenHeaders[t.id].COL[e]=!!t.cols[e]?.isHidden}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(let n of e.sheets){n.rows===void 0&&(n.rows={});for(let e=0;e<this.getters.getNumberRows(n.id);e++)(t||this.hiddenHeaders[n.id].ROW[e])&&(n.rows[e]===void 0&&(n.rows[e]={}),n.rows[e].isHidden||=this.hiddenHeaders[n.id].ROW[e]);n.cols===void 0&&(n.cols={});for(let e=0;e<this.getters.getNumberCols(n.id);e++)(t||this.hiddenHeaders[n.id].COL[e])&&(n.cols[e]===void 0&&(n.cols[e]={}),n.cols[e].isHidden||=this.hiddenHeaders[n.id].COL[e])}}},lW=class extends ZU{static getters=[`getImage`,`getImagePath`,`getImageSize`];fileStore;images={};syncedImages=new Set;constructor(e){super(e),this.fileStore=e.external.fileStore}allowDispatch(e){switch(e.type){case`CREATE_IMAGE`:return this.getters.getFigure(e.sheetId,e.figureId)?`InvalidFigureId`:`Success`;default:return`Success`}}handle(e){switch(e.type){case`CREATE_IMAGE`:this.getters.getFigure(e.sheetId,e.figureId)||this.addFigure(e.figureId,e.sheetId,e.col,e.row,e.offset,e.size),this.history.update(`images`,e.sheetId,e.figureId,e.definition),this.syncedImages.add(e.definition.path);break;case`DUPLICATE_SHEET`:{let t=this.getters.getFigures(e.sheetId);for(let n of t)if(n.tag===`image`){let t=n.id.split(`??`).pop(),r=`${e.sheetIdTo}??${t}`,i=this.getImage(n.id);if(i){let t={width:n.width,height:n.height};this.dispatch(`CREATE_IMAGE`,{sheetId:e.sheetIdTo,figureId:r,offset:n.offset,col:n.col,row:n.row,size:t,definition:b(i)})}}break}case`DELETE_FIGURE`:this.history.update(`images`,e.sheetId,e.figureId,void 0);break;case`DELETE_SHEET`:this.history.update(`images`,e.sheetId,void 0);break}}garbageCollectExternalResources(){let e=new Set(this.getAllImages().map(e=>e.path));for(let t of this.syncedImages)e.has(t)||this.fileStore?.delete(t)}getImage(e){for(let t of Object.values(this.images))if(t&&t[e])return t[e];throw Error(`There is no image with the given figureId: ${e}`)}getImagePath(e){return this.getImage(e).path}getImageSize(e){return this.getImage(e).size}addFigure(e,t,n,r,i,a){this.dispatch(`CREATE_FIGURE`,{sheetId:t,figureId:e,col:n,row:r,offset:i,size:a,tag:`image`})}import(e){for(let t of e.sheets){let e=(t.figures||[]).filter(e=>e.tag===`image`);for(let n of e)this.history.update(`images`,t.id,n.id,n.data),this.syncedImages.add(n.data.path)}}export(e){for(let t of e.sheets){let e=t.figures.filter(e=>e.tag===`image`);for(let n of e)n.data=this.images[t.id]?.[n.id]}}exportForExcel(e){for(let t of e.sheets){t.images||=[];let e=this.getters.getFigures(t.id),n=[];for(let t of e)if(t?.tag===`image`){let e=this.getImage(t.id);e&&n.push({...t,data:b(e)})}t.images=[...t.images,...n]}}getAllImages(){let e=[];for(let t in this.images)e.push(...Object.values(this.images[t]||{}).filter(C));return e}},uW=class extends ZU{static getters=[`isInMerge`,`isInSameMerge`,`isMergeHidden`,`getMainCellPosition`,`expandZone`,`doesIntersectMerge`,`doesColumnsHaveCommonMerges`,`doesRowsHaveCommonMerges`,`getMerges`,`getMerge`,`getMergesInZone`,`isSingleCellOrMerge`,`getSelectionRangeString`,`isMainCellPosition`];nextId=1;merges={};mergeCellMap={};allowDispatch(e){let t=`force`in e?!!e.force:!1;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`:this.history.update(`merges`,e.sheetId,{}),this.history.update(`mergeCellMap`,e.sheetId,{});break;case`DELETE_SHEET`:this.history.update(`merges`,e.sheetId,{}),this.history.update(`mergeCellMap`,e.sheetId,{});break;case`DUPLICATE_SHEET`:let t=this.merges[e.sheetId];if(!t)break;for(let n of Object.values(t).filter(C))this.addMerge(e.sheetIdTo,n.zone);break;case`ADD_MERGE`:for(let t of e.target)this.addMerge(e.sheetId,t);break;case`REMOVE_MERGE`:for(let t of e.target)this.removeMerge(e.sheetId,t);break}}adaptRanges(e,t){this.applyRangeChangeOnSheet(t,e)}getMerges(e){return Object.keys(this.merges[e]||{}).map(t=>this.getMergeById(e,parseInt(t,10))).filter(C)}getMerge({sheetId:e,col:t,row:n}){let r=this.mergeCellMap[e],i=r?t in r&&r[t]?.[n]:void 0;return i?this.getMergeById(e,i):void 0}getMergesInZone(e,t){let n=this.mergeCellMap[e];if(!n)return[];let r=new Set;for(let e=t.left;e<=t.right;e++)for(let i=t.top;i<=t.bottom;i++){let t=n[e]?.[i];t&&r.add(t)}return Array.from(r).map(t=>this.getMergeById(e,t)).filter(C)}getSelectionRangeString(e,t){let n=this.getters.expandZone(e.sheetId,e.zone),r=Pc({...e,zone:{...n,bottom:Lc(e)?void 0:n.bottom,right:Rc(e)?void 0:n.right}},this.getters.getSheetSize),i=this.getters.getRangeString(r,t);if(this.isSingleCellOrMerge(e.sheetId,e.zone)){let{sheetName:e,xc:t}=Mc(i);return Nc(e,t.split(`:`)[0])}return i}doesIntersectMerge(e,t){for(let n of this.getMerges(e))if(Bs(t,n))return!0;return!1}doesColumnsHaveCommonMerges(e,t,n){let r=this.getters.getSheet(e);for(let i=0;i<this.getters.getNumberRows(e);i++)if(this.isInSameMerge(r.id,t,i,n,i))return!0;return!1}doesRowsHaveCommonMerges(e,t,n){let r=this.getters.getSheet(e);for(let i=0;i<=this.getters.getNumberCols(e);i++)if(this.isInSameMerge(r.id,i,t,i,n))return!0;return!1}expandZone(e,t){let{left:n,right:r,top:i,bottom:a}=t,o={left:n,right:r,top:i,bottom:a};for(let t in this.merges[e]){let n=this.getMergeById(e,parseInt(t));n&&Bs(n,o)&&(o=Is(n,o))}return zs(o,t)?o:this.expandZone(e,o)}isInSameMerge(e,t,n,r,i){let a=this.getMerge({sheetId:e,col:t,row:n}),o=this.getMerge({sheetId:e,col:r,row:i});return!a||!o?!1:zs(a,o)}isInMerge({sheetId:e,col:t,row:n}){let r=this.mergeCellMap[e];return r?t in r&&!!r[t]?.[n]:!1}getMainCellPosition(e){let t=this.getMerge(e);return t?{sheetId:e.sheetId,col:t.left,row:t.top}:e}isMergeHidden(e,t){let n=this.getters.getHiddenColsGroups(e),r=this.getters.getHiddenRowsGroups(e);for(let e of n)if(t.left>=e[0]&&t.right<=e[e.length-1])return!0;for(let e of r)if(t.top>=e[0]&&t.bottom<=e[e.length-1])return!0;return!1}isSingleCellOrMerge(e,t){let n=this.getMerge({sheetId:e,col:t.left,row:t.top});if(n)return zs(t,n);let{numberOfCols:r,numberOfRows:i}=Ws(t);return r===1&&i===1}isMainCellPosition(e){return w(this.getMainCellPosition(e),e)}isMergeDestructive(e,t){let{left:n,right:r,top:i,bottom:a}=t;r=x(r,0,this.getters.getNumberCols(e)-1),a=x(a,0,this.getters.getNumberRows(e)-1);for(let t=i;t<=a;t++)for(let a=n;a<=r;a++)if(a!==n||t!==i){let n=this.getters.getCell({sheetId:e,col:a,row:t});if(n&&n.content!==``)return!0}return!1}getMergeById(e,t){let n=this.merges[e]?.[t];return n===void 0?void 0:fW(t,n)}checkDestructiveMerge({sheetId:e,target:t}){return this.getters.tryGetSheet(e)&&t.some(t=>this.isMergeDestructive(e,t))?`MergeIsDestructive`:`Success`}checkOverlap({target:e}){for(let t of e)for(let n of e)if(t!==n&&Bs(t,n))return`MergeOverlap`;return`Success`}checkFrozenPanes({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return`Success`;let{xSplit:n,ySplit:r}=this.getters.getPaneDivisions(e);return ac(t,n,r)?`FrozenPaneOverlap`:`Success`}checkMergedContentUpdate(e){let{col:t,row:n,content:r}=e;if(r===void 0)return`Success`;let{col:i,row:a}=this.getMainCellPosition(e);return i===t&&a===n?`Success`:`CellIsMerged`}checkMergeExists(e){let{sheetId:t,target:n}=e;for(let e of n){let{left:n,top:r}=e,i=this.getMerge({sheetId:t,col:n,row:r});if(i===void 0||!zs(e,i))return`InvalidTarget`}return`Success`}addMerge(e,t){let{left:n,right:r,top:i,bottom:a}=t;if(r=x(r,0,this.getters.getNumberCols(e)-1),a=x(a,0,this.getters.getNumberRows(e)-1),T(n,i)===T(r,a))return;let o=this.getters.getCell({sheetId:e,col:n,row:i}),s=this.nextId++;this.history.update(`merges`,e,s,this.getters.getRangeFromSheetXC(e,js({left:n,top:i,right:r,bottom:a})));let c=new Set;for(let t=i;t<=a;t++)for(let a=n;a<=r;a++){(a!==n||t!==i)&&this.dispatch(`UPDATE_CELL`,{sheetId:e,col:a,row:t,style:o?o.style:null,content:``});let r=this.getMerge({sheetId:e,col:a,row:t});r&&c.add(r.id),this.history.update(`mergeCellMap`,e,a,t,s)}for(let t of c){let{top:n,bottom:r,left:i,right:a}=this.getMergeById(e,t);for(let t=n;t<=r;t++)for(let n=i;n<=a;n++){let r={sheetId:e,col:n,row:t},i=this.getMerge(r);(!i||i.id!==s)&&(this.history.update(`mergeCellMap`,e,n,t,void 0),this.dispatch(`CLEAR_CELL`,r))}this.history.update(`merges`,e,t,void 0)}}removeMerge(e,t){let{left:n,top:r,bottom:i,right:a}=t,o=this.getMerge({sheetId:e,col:n,row:r});if(!(o===void 0||!zs(t,o))){this.history.update(`merges`,e,o.id,void 0);for(let t=r;t<=i;t++)for(let r=n;r<=a;r++)this.history.update(`mergeCellMap`,e,r,t,void 0)}}applyRangeChangeOnSheet(e,{applyChange:t}){let n=Object.entries(this.merges[e]||{});for(let[r,i]of n)if(i){let n=i.zone,a=t(i);switch(a.changeType){case`NONE`:break;case`REMOVE`:this.removeMerge(e,n);break;default:let{numberOfCols:t,numberOfRows:i}=Ws(a.range.zone);t===1&&i===1?this.removeMerge(e,n):this.history.update(`merges`,e,parseInt(r,10),a.range);break}}this.history.update(`mergeCellMap`,e,{});for(let t of this.getMerges(e))for(let{col:n,row:r}of qs(t))this.history.update(`mergeCellMap`,e,n,r,t.id)}import(e){let 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 n of t)this.addMerge(e,Es(n))}export(e){for(let t of e.sheets){let e=this.merges[t.id];e&&t.merges.push(...dW(e))}}exportForExcel(e){this.export(e)}};function dW(e){return Object.entries(e).map(([e,t])=>t?fW(parseInt(e,10),t):void 0).filter(C).map(e=>T(e.left,e.top)+`:`+T(e.right,e.bottom))}function fW(e,t){return{...t.zone,id:e}}var pW=class{getters;providers=[];isAdaptingRanges=!1;constructor(e){this.getters=e}static getters=[`copyFormulaStringForSheet`,`extendRange`,`getRangeString`,`getRangeFromSheetXC`,`createAdaptedRanges`,`getRangeData`,`getRangeDataFromXc`,`getRangeDataFromZone`,`getRangeFromRangeData`,`getRangeFromZone`,`getRangesUnion`,`recomputeRanges`,`isRangeValid`,`removeRangesSheetPrefix`];allowDispatch(e){return e.type===`MOVE_RANGES`?e.target.length===1?`Success`:`InvalidZones`:`Success`}beforeHandle(e){}handle(e){if(this.isAdaptingRanges)throw Error(`Plugins cannot dispatch commands during adaptRanges phase`);let t=Kc(e);t&&this.executeOnAllRanges(t)}finalize(){}verifyRangeRemoved(e){return t=>{let n=e(t);return n.changeType!==`NONE`&&!ks(n.range.zone)?{range:n.range,changeType:`REMOVE`}:n}}executeOnAllRanges(e){this.isAdaptingRanges=!0;let t={applyChange:this.verifyRangeRemoved(e.applyChange),adaptRangeString:(t,n)=>gC(t,n,e),adaptFormulaString:(t,n)=>hC(t,n,e)};for(let n of this.providers)n(t,e.sheetId,e.sheetName);this.isAdaptingRanges=!1}addRangeProvider(e){this.providers.push(e)}createAdaptedRanges(e,t,n,r){return e.map(e=>{if(!ks(e.zone))return e;let i=e.prefixSheet?e.sheetId:r,a=Rc(e),o=Lc(e),s={...e.unboundedZone,left:a&&!e.unboundedZone.hasHeader?e.unboundedZone.left:e.unboundedZone.left+(e.parts[0].colFixed?0:t),right:a?e.unboundedZone.right:e.unboundedZone.right+((e.parts[1]||e.parts[0]).colFixed?0:t),top:o&&!e.unboundedZone.hasHeader?e.unboundedZone.top:e.unboundedZone.top+(e.parts[0].rowFixed?0:n),bottom:o?e.unboundedZone.bottom:e.unboundedZone.bottom+((e.parts[1]||e.parts[0]).rowFixed?0:n)};return Gc(Pc({...e,sheetId:i,zone:s},this.getters.getSheetSize))})}removeRangesSheetPrefix(e,t){return t.map(t=>t.prefixSheet&&t.sheetId===e?{...t,prefixSheet:!1}:t)}extendRange(e,t,n){let r=t===`COL`?e.zone.right+n:e.zone.right,i=t===`ROW`?e.zone.bottom+n:e.zone.bottom,a={left:e.zone.left,top:e.zone.top,right:Rc(e)?void 0:r,bottom:Lc(e)?void 0:i};return Pc({...e,zone:a},this.getters.getSheetSize)}getRangeFromSheetXC(e,t){if(!Ec.test(t)||!this.getters.tryGetSheet(e))return Ic(t);let{sheetName:n}=Mc(t);return Fc({xc:t,sheetId:this.getters.getSheetIdByName(n)||e,invalidSheetName:n&&!this.getters.getSheetIdByName(n)?n:void 0},this.getters.getSheetSize)}getRangeString(e,t,n={useBoundedReference:!1,useFixedReference:!1}){return e?e.invalidXc?e.invalidXc:this.getters.tryGetSheet(e.sheetId)?zc(e,t,this.getters.getSheetName,n):k.InvalidReference:k.InvalidReference}getRangeDataFromXc(e,t){let n=this.getters.getRangeFromSheetXC(e,t);return this.getRangeDataFromZone(n.sheetId,n.unboundedZone)}getRangeDataFromZone(e,t){return t=this.getters.getUnboundedZone(e,t),{_sheetId:e,_zone:t}}getRangeData(e){return this.getRangeDataFromZone(e.sheetId,e.unboundedZone)}getRangeFromZone(e,t){return Pc({sheetId:e,zone:t,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}],prefixSheet:!1},this.getters.getSheetSize)}recomputeRanges(e,t){return hs(e.map(e=>e.unboundedZone),t.map(e=>e.unboundedZone)).map(t=>this.getRangeFromZone(e[0].sheetId,t))}getRangeFromRangeData(e){return this.getters.tryGetSheet(e._sheetId)?Pc({prefixSheet:!1,zone:e._zone,sheetId:e._sheetId,invalidSheetName:void 0,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}]},this.getters.getSheetSize):Ic(k.InvalidReference)}isRangeValid(e){if(!e)return!1;let{xc:t,sheetName:n}=Mc(e);return t.match(Ec)!==null&&(!n||this.getters.getSheetIdByName(n)!==void 0)}getRangesUnion(e){let t=Ls(...e.map(e=>e.unboundedZone));return this.getRangeFromZone(e[0].sheetId,t)}copyFormulaStringForSheet(e,t,n,r){if(!n.startsWith(`=`))return n;let i=iC(n),a=i.dependencies.map(n=>{let i=this.getters.getRangeFromSheetXC(e,n);return r===`keepSameReference`?i:Bc(e,t,i)});return this.getters.getFormulaString(t,i.tokens,a)}},mW=class extends ZU{static getters=`getSheetName.tryGetSheetName.getSheet.tryGetSheet.getSheetIdByName.getSheetIds.getVisibleSheetIds.isSheetVisible.doesHeaderExist.doesHeadersExist.getCell.getCellPosition.getColsZone.getRowCells.getRowsZone.getNumberCols.getNumberRows.getNumberHeaders.getGridLinesVisibility.getNextSheetName.getSheetSize.getSheetZone.getPaneDivisions.checkZonesExistInSheet.getCommandZones.getUnboundedZone.checkElementsIncludeAllNonFrozenHeaders.getDuplicateSheetName`.split(`.`);sheetIdsMapName={};orderedSheetIds=[];sheets={};cellPosition={};allowDispatch(e){let t=this.chainValidations(this.checkSheetExists,this.checkZonesAreInSheet)(e);if(t!==`Success`)return t;switch(e.type){case`HIDE_SHEET`:return this.getVisibleSheetIds().length===1?`NotEnoughSheets`:`Success`;case`CREATE_SHEET`:return this.checkValidations(e,this.checkSheetName,this.checkSheetPosition);case`DUPLICATE_SHEET`:return this.sheets[e.sheetIdTo]?`DuplicatedSheetId`:this.orderedSheetIds.map(this.getSheetName.bind(this)).includes(e.sheetNameTo)?`DuplicatedSheetName`:`Success`;case`MOVE_SHEET`:try{let t=this.orderedSheetIds.findIndex(t=>t===e.sheetId);return this.findIndexOfTargetSheet(t,e.delta),`Success`}catch{return`WrongSheetMove`}case`RENAME_SHEET`:return this.isRenameAllowed(e);case`COLOR_SHEET`:return!e.color||mn(e.color)?`Success`:`InvalidColor`;case`DELETE_SHEET`:return this.getVisibleSheetIds().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`:{let t=en(e.elements),n=$t(e.elements);return t<0||!this.doesHeaderExist(e.sheetId,e.dimension,n)?`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`CREATE_SHEET`:let t=this.createSheet(e.sheetId,e.name||this.getNextSheetName(),e.cols||26,e.rows||100,e.position);this.history.update(`sheetIdsMapName`,cl(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.newName);break;case`COLOR_SHEET`:this.history.update(`sheets`,e.sheetId,`color`,e.color);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,e.sheetNameTo);break;case`DELETE_SHEET`:this.deleteSheet(this.sheets[e.sheetId]);break;case`REMOVE_COLUMNS_ROWS`:e.dimension===`COL`?this.removeColumns(this.sheets[e.sheetId],[...e.elements]):this.removeRows(this.sheets[e.sheetId],[...e.elements]);break;case`ADD_COLUMNS_ROWS`:e.dimension===`COL`?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[cl(t.name)]=t.id;for(let t of e.sheets){let e=t.name||`Sheet`+(Object.keys(this.sheets).length+1),{colNumber:n,rowNumber:r}=this.getImportedSheetSize(t),i={id:t.id,name:e,numberOfCols:n,rows:rl(r),areGridLinesVisible:t.areGridLinesVisible===void 0?!0:t.areGridLinesVisible,isVisible:t.isVisible,panes:{xSplit:t.panes?.xSplit||0,ySplit:t.panes?.ySplit||0},color:t.color};this.orderedSheetIds.push(i.id),this.sheets[i.id]=i}}exportSheets(e){e.sheets=this.orderedSheetIds.filter(C).map(e=>{let t=this.sheets[e],n={id:t.id,name:t.name,colNumber:t.numberOfCols,rowNumber:this.getters.getNumberRows(t.id),rows:{},cols:{},merges:[],cells:{},styles:{},formats:{},borders:{},conditionalFormats:[],dataValidationRules:[],figures:[],tables:[],areGridLinesVisible:t.areGridLinesVisible===void 0?!0:t.areGridLinesVisible,isVisible:t.isVisible,color:t.color};return(t.panes.xSplit||t.panes.ySplit)&&(n.panes=t.panes),n})}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){let t=this.sheets[e];if(!t)throw 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)return this.sheetIdsMapName[cl(e)]}getSheetIds(){return this.orderedSheetIds}getVisibleSheetIds(){return this.orderedSheetIds.filter(this.isSheetVisible.bind(this))}doesHeaderExist(e,t,n){return t===`COL`?n>=0&&n<this.getNumberCols(e):n>=0&&n<this.getNumberRows(e)}doesHeadersExist(e,t,n){return n.every(n=>this.doesHeaderExist(e,t,n))}getCell({sheetId:e,col:t,row:n}){let r=this.tryGetSheet(e)?.rows[n]?.cells[t];if(r!==void 0)return this.getters.getCellById(r)}getColsZone(e,t,n){return{top:0,bottom:this.getNumberRows(e)-1,left:t,right:n}}getRowCells(e,t){return Object.values(this.getSheet(e).rows[t]?.cells).filter(C)}getRowsZone(e,t,n){return{top:t,bottom:n,left:0,right:this.getSheet(e).numberOfCols-1}}getCellPosition(e){let t=this.cellPosition[e];if(!t)throw 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 t===`COL`?this.getNumberCols(e):this.getNumberRows(e)}getNextSheetName(e=`Sheet`){return ol(this.orderedSheetIds.map(this.getSheetName.bind(this)),e)}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){if(t.bottom===void 0||t.right===void 0)return t;let n=t.left===0&&t.right===this.getNumberCols(e)-1,r=t.top===0&&t.bottom===this.getNumberRows(e)-1;return{...t,bottom:r?void 0:t.bottom,right:n&&!r?void 0:t.right}}getPaneDivisions(e){return this.getSheet(e).panes}setPaneDivisions(e,t,n){let r={...this.getPaneDivisions(e)};n===`COL`?r.xSplit=t:n===`ROW`&&(r.ySplit=t),this.history.update(`sheets`,e,`panes`,r)}checkElementsIncludeAllNonFrozenHeaders(e,t,n){let r=this.getters.getPaneDivisions(e),i=t===`ROW`?r.ySplit:r.xSplit,a=this.getters.getNumberHeaders(e,t);return i?Rt(n,S(i,a)):!1}getCommandZones(e){let 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&&e.col!==void 0&&`row`in e&&e.row!==void 0&&t.push({top:e.row,left:e.col,bottom:e.row,right:e.col}),t}checkZonesExistInSheet(e,t){if(!t.every(ks))return`InvalidRange`;if(t.length){let n=this.getSheetZone(e);return t.every(e=>Us(e,n))?`Success`:`TargetOutOfSheet`}return`Success`}updateCellPosition(e){let{sheetId:t,cellId:n,col:r,row:i}=e;n?this.setNewPosition(n,t,r,i):this.clearPosition(t,r,i)}setNewPosition(e,t,n,r){let i=this.cellPosition[e];i&&this.clearPosition(t,i.col,i.row),this.history.update(`cellPosition`,e,{row:r,col:n,sheetId:t}),this.history.update(`sheets`,t,`rows`,r,`cells`,n,e)}clearPosition(e,t,n){let r=this.sheets[e]?.rows[n].cells[t];r&&(this.history.update(`cellPosition`,r,void 0),this.history.update(`sheets`,e,`rows`,n,`cells`,t,void 0))}setGridLinesVisibility(e,t){this.history.update(`sheets`,e,`areGridLinesVisible`,t)}createSheet(e,t,n,r,i){let a={id:e,name:t,numberOfCols:n,rows:rl(r),areGridLinesVisible:!0,isVisible:!0,panes:{xSplit:0,ySplit:0}},o=this.orderedSheetIds.slice();o.splice(i,0,a.id);let s=this.sheets;return this.history.update(`orderedSheetIds`,o),this.history.update(`sheets`,Object.assign({},s,{[a.id]:a})),a}moveSheet(e,t){let n=this.orderedSheetIds.slice(),r=n.findIndex(t=>t===e),i=n.splice(r,1),a=this.findIndexOfTargetSheet(r,t);n.splice(a,0,i[0]),this.history.update(`orderedSheetIds`,n)}findIndexOfTargetSheet(e,t){for(;t!==0&&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(t===0)return e;throw Error(`There is not enough visible sheets`)}checkSheetName(e){let t=this.getters.tryGetSheetName(e.sheetId),n=e.type===`RENAME_SHEET`?e.newName:e.name;if(t!==void 0&&n===t)return`UnchangedSheetName`;let{orderedSheetIds:r,sheets:i}=this,a=n&&n.trim().toLowerCase();return r.find(t=>ll(i[t]?.name,a)&&t!==e.sheetId)?`DuplicatedSheetName`:Xe.test(a)?`ForbiddenCharactersInSheetName`:`Success`}checkSheetPosition(e){let{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){let t=this.getters.getMerges(e.sheetId);for(let n of t)if(n.top<e.quantity&&e.quantity<=n.bottom)return`MergeOverlap`;return`Success`}checkColFreezeOverlapMerge(e){let t=this.getters.getMerges(e.sheetId);for(let n of t)if(n.left<e.quantity&&e.quantity<=n.right)return`MergeOverlap`;return`Success`}isRenameAllowed(e){return e.newName&&e.newName.trim().toLowerCase()?this.checkSheetName(e):`MissingSheetName`}renameSheet(e,t){let n=e.name;this.history.update(`sheets`,e.id,`name`,t.trim());let r=Object.assign({},this.sheetIdsMapName);delete r[cl(n)],r[cl(t)]=e.id,this.history.update(`sheetIdsMapName`,r)}hideSheet(e){this.history.update(`sheets`,e,`isVisible`,!1)}showSheet(e){this.history.update(`sheets`,e,`isVisible`,!0)}duplicateSheet(e,t,n){let r=b(this.getSheet(e));r.id=t,r.name=n;for(let e=0;e<=r.numberOfCols;e++)for(let t=0;t<=r.rows.length;t++)r.rows[t]&&(r.rows[t].cells[e]=void 0);let i=this.orderedSheetIds.slice(),a=i.indexOf(e);i.splice(a+1,0,r.id),this.history.update(`orderedSheetIds`,i),this.history.update(`sheets`,Object.assign({},this.sheets,{[r.id]:r}));for(let t of Object.values(this.getters.getCells(e))){let{col:e,row:n}=this.getCellPosition(t.id);this.dispatch(`UPDATE_CELL`,{sheetId:r.id,col:e,row:n,content:t.content,format:t.format,style:t.style})}let o=Object.assign({},this.sheetIdsMapName);o[cl(r.name)]=r.id,this.history.update(`sheetIdsMapName`,o)}getDuplicateSheetName(e){return sl(e,this.orderedSheetIds.map(this.getSheetName.bind(this)))}deleteSheet(e){let t=e.name,n=Object.assign({},this.sheets);delete n[e.id],this.history.update(`sheets`,n);let r=this.orderedSheetIds.slice(),i=r.indexOf(e.id);r.splice(i,1),this.history.update(`orderedSheetIds`,r);let a=Object.assign({},this.sheetIdsMapName);delete a[cl(t)],this.history.update(`sheetIdsMapName`,a)}removeColumns(e,t){t.sort((e,t)=>t-e);for(let n of t)this.moveCellOnColumnsDeletion(e,n);let n=this.sheets[e.id].numberOfCols;this.history.update(`sheets`,e.id,`numberOfCols`,n-t.length);let r=t.filter(t=>t<e.panes.xSplit).length;r&&this.setPaneDivisions(e.id,e.panes.xSplit-r,`COL`)}removeRows(e,t){t.sort((e,t)=>t-e);for(let n of gt(t)){let t=n[n.length-1],r=n[0];this.moveCellOnRowsDeletion(e,t,r),this.updateRowsStructureOnDeletion(e,t,r)}let n=t.filter(t=>t<e.panes.ySplit).length;n&&this.setPaneDivisions(e.id,e.panes.ySplit-n,`ROW`)}addColumns(e,t,n,r){let i=n===`before`?t:t+1;this.moveCellsOnAddition(e,i,r,`columns`);let a=this.sheets[e.id].numberOfCols;this.history.update(`sheets`,e.id,`numberOfCols`,a+r),i<e.panes.xSplit&&this.setPaneDivisions(e.id,e.panes.xSplit+r,`COL`)}addRows(e,t,n,r){let i=n===`before`?t:t+1;this.addEmptyRows(e,r),this.moveCellsOnAddition(e,i,r,`rows`),i<e.panes.ySplit&&this.setPaneDivisions(e.id,e.panes.ySplit+r,`ROW`)}moveCellOnColumnsDeletion(e,t){this.dispatch(`CLEAR_CELLS`,{sheetId:e.id,target:[{left:t,top:0,right:t,bottom:e.rows.length-1}]});for(let n=0;n<e.rows.length;n++){let r=e.rows[n];for(let i in r.cells){let a=Number(i),o=r.cells[i];o&&a>t&&this.setNewPosition(o,e.id,a-1,n)}}}moveCellsOnAddition(e,t,n,r){let i=[];for(let a=0;a<e.rows.length;a++){let o=e.rows[a];if(r!==`rows`||a>=t)for(let s in o.cells){let c=Number(s),l=o.cells[s];l&&(r===`rows`||c>=t)&&i.push({sheetId:e.id,cellId:l,col:c+(r===`columns`?n:0),row:a+(r===`rows`?n:0),type:`UPDATE_CELL_POSITION`})}}for(let e of i.reverse())this.updateCellPosition(e)}moveCellOnRowsDeletion(e,t,n){this.dispatch(`CLEAR_CELLS`,{sheetId:e.id,target:[{left:0,top:t,right:this.getters.getNumberCols(e.id),bottom:n}]});let r=n-t+1;for(let t=0;t<e.rows.length;t++){let i=e.rows[t];if(t>n)for(let n in i.cells){let a=Number(n),o=i.cells[n];o&&this.setNewPosition(o,e.id,a,t-r)}}}updateRowsStructureOnDeletion(e,t,n){let r=[],i=e.rows.map(e=>e.cells).reverse();for(let a in e.rows){let e=Number(a);e>=t&&e<=n||r.push({cells:i.pop()})}this.history.update(`sheets`,e.id,`rows`,r)}addEmptyRows(e,t){let n=e.rows.slice();for(let e=0;e<t;e++)n.push({cells:{}});this.history.update(`sheets`,e.id,`rows`,n)}getImportedSheetSize(e){let t=Object.keys(e.cells).map(ir),n=e.rowNumber,r=e.colNumber;for(let{col:e,row:i}of t)n=Math.max(n,i+1),r=Math.max(r,e+1);return{rowNumber:n,colNumber:r}}checkSheetExists(e){return e.type!==`CREATE_SHEET`&&`sheetId`in e&&this.sheets[e.sheetId]===void 0?`InvalidSheetId`:e.type===`CREATE_SHEET`&&this.sheets[e.sheetId]!==void 0?`DuplicatedSheetId`:`Success`}checkZonesAreInSheet(e){return`sheetId`in e?`ranges`in e&&e.ranges.some(e=>e._sheetId!==``&&!this.getters.tryGetSheet(e._sheetId))?`InvalidSheetId`:this.checkZonesExistInSheet(e.sheetId,this.getCommandZones(e)):`Success`}},hW=class extends ZU{static getters=[`getCoreTable`,`getCoreTables`,`getCoreTableMatchingTopLeft`];tables={};nextTableId=1;adaptRanges({applyChange:e},t){for(let n of this.getCoreTables(t))this.applyRangeChangeOnTable(t,n,e)}allowDispatch(e){switch(e.type){case`CREATE_TABLE`:if(e.ranges.some(t=>!this.getters.tryGetSheet(t._sheetId)||t._sheetId!==e.sheetId))return`InvalidSheetId`;let t=e.ranges.map(e=>this.getters.getRangeFromRangeData(e).zone);return sc(t)?this.checkValidations(e,e=>this.getTablesOverlappingZones(e.sheetId,t).length?`TableOverlap`:`Success`,e=>this.checkTableConfigUpdateIsValid(e.config)):`NonContinuousTargets`;case`UPDATE_TABLE`:return this.getCoreTableMatchingTopLeft(e.sheetId,e.zone)?this.checkValidations(e,this.checkUpdatedTableZoneIsValid,e=>this.checkTableConfigUpdateIsValid(e.config)):`TableNotFound`;case`ADD_MERGE`:for(let t of this.getCoreTables(e.sheetId)){let n=t.range.zone;for(let t of e.target)if(Bs(n,t))return`MergeInTable`}break}return`Success`}handle(e){switch(e.type){case`CREATE_SHEET`:this.history.update(`tables`,e.sheetId,{});break;case`DELETE_SHEET`:{let t={...this.tables};delete t[e.sheetId],this.history.update(`tables`,t);break}case`DUPLICATE_SHEET`:{let t={};for(let n of this.getCoreTables(e.sheetId))t[n.id]=n.type===`dynamic`?this.copyDynamicTableForSheet(e.sheetIdTo,n):this.copyStaticTableForSheet(e.sheetIdTo,n);this.history.update(`tables`,e.sheetIdTo,t);break}case`CREATE_TABLE`:{let t=e.ranges.map(e=>this.getters.getRangeFromRangeData(e)),n=this.getters.getRangesUnion(t),r=this.getters.getMergesInZone(e.sheetId,n.zone);r.length&&this.dispatch(`REMOVE_MERGE`,{sheetId:e.sheetId,target:r});let i=this.consumeNextId(),a=e.config||$A,o=e.tableType===`dynamic`?this.createDynamicTable(i,n,a):this.createStaticTable(i,e.tableType,n,a);this.history.update(`tables`,e.sheetId,o.id,o);break}case`REMOVE_TABLE`:{let t={};for(let n of this.getCoreTables(e.sheetId))e.target.every(e=>!Rs(n.range.zone,e))&&(t[n.id]=n);this.history.update(`tables`,e.sheetId,t);break}case`UPDATE_TABLE`:this.updateTable(e);break;case`UPDATE_CELL`:{let t=e.sheetId;for(let n of this.getCoreTables(t)){if(n.type===`dynamic`)continue;let r=this.canUpdateCellCmdExtendTable(e,n);r===`down`?this.extendTableDown(t,n):r===`right`&&this.extendTableRight(t,n)}break}case`DELETE_CONTENT`:{let t={...this.tables[e.sheetId]};for(let n in t){let r=t[n];r&&e.target.some(e=>Us(r.range.zone,e))&&this.dispatch(`REMOVE_TABLE`,{sheetId:e.sheetId,target:[r.range.zone]})}break}}}getCoreTables(e){return this.tables[e]?Object.values(this.tables[e]).filter(C):[]}getCoreTable({sheetId:e,col:t,row:n}){return this.getCoreTables(e).find(e=>Hs(t,n,e.range.zone))}getTablesOverlappingZones(e,t){return this.getCoreTables(e).filter(e=>t.some(t=>Bs(e.range.zone,t)))}extendTableDown(e,t){let n=this.getters.extendRange(t.range,`ROW`,1);this.history.update(`tables`,e,t.id,this.updateStaticTable(t,n))}extendTableRight(e,t){let n=this.getters.extendRange(t.range,`COL`,1);this.history.update(`tables`,e,t.id,this.updateStaticTable(t,n))}canUpdateCellCmdExtendTable({content:e,sheetId:t,col:n,row:r},i){if(!e)return`none`;let a=i.range.zone,o=`none`;if(a.bottom+1===r&&n>=a.left&&n<=a.right?o=`down`:a.right+1===n&&r>=a.top&&r<=a.bottom&&(o=`right`),o===`none`)return`none`;let s=o===`down`?{...a,bottom:a.bottom+1,top:a.bottom+1}:{...a,right:a.right+1,left:a.right+1};for(let e=s.top;e<=s.bottom;e++)for(let n=s.left;n<=s.right;n++){let r={sheetId:t,col:n,row:e};if(this.getters.getCell(r)?.content||this.getters.isInMerge(r)||this.getTablesOverlappingZones(t,[R(r)]).length)return`none`}return o}getCoreTableMatchingTopLeft(e,t){for(let n of this.getCoreTables(e)){let e=n.range.zone;if(e.left===t.left&&e.top===t.top)return n}}checkUpdatedTableZoneIsValid(e){if(!e.newTableRange)return`Success`;let t=this.getters.getRangeFromRangeData(e.newTableRange).zone,n=this.getters.checkZonesExistInSheet(e.sheetId,[t]);if(n!==`Success`)return n;let r=this.getCoreTableMatchingTopLeft(e.sheetId,e.zone);return r?this.getTablesOverlappingZones(e.sheetId,[t]).filter(e=>e.id!==r.id).length?`TableOverlap`:`Success`:`TableNotFound`}checkTableConfigUpdateIsValid(e){return e&&(e.numberOfHeaders!==void 0&&e.numberOfHeaders<0||e.hasFilters&&e.numberOfHeaders===0)?`InvalidTableConfig`:`Success`}createStaticTable(e,t,n,r,i){let a=n.zone;if(!i){i=[];for(let e of S(a.left,a.right+1)){let t={...a,left:e,right:e},o=this.consumeNextId();i.push(this.createFilterFromZone(o,n.sheetId,t,r))}}return{id:e,range:n,filters:i,config:r,type:t}}createDynamicTable(e,t,n){let r=ec(t.zone);return{id:e,range:this.getters.getRangeFromZone(t.sheetId,r),config:n,type:`dynamic`}}updateTable(e){let t=this.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(!t)return;let n=e.newTableRange?this.getters.getRangeFromRangeData(e.newTableRange):void 0;if(n){let t=this.getters.getMergesInZone(e.sheetId,n.zone);this.dispatch(`REMOVE_MERGE`,{sheetId:e.sheetId,target:t})}let r=n||t.range,i=this.updateTableConfig(e.config,t.config),a=e.tableType??t.type;if(a===`dynamic`&&t.type!==`dynamic`||a!==`dynamic`&&t.type===`dynamic`){let n=a===`dynamic`?this.createDynamicTable(t.id,r,i):this.createStaticTable(t.id,a,r,i);this.history.update(`tables`,e.sheetId,t.id,n)}else{let n=t.type===`dynamic`?this.updateDynamicTable(t,r,i):this.updateStaticTable(t,r,i,a);this.history.update(`tables`,e.sheetId,t.id,n)}}updateStaticTable(e,t,n,r=e.type){if(r===`dynamic`)throw Error(`Cannot use updateStaticTable to update a dynamic table`);let i=t||e.range,a=i.zone,o=this.updateTableConfig(n,e.config),s=o||e.config,c=[];if(t||o&&`numberOfHeaders`in o)for(let t of S(a.left,a.right+1)){let n=a.top===e.range.zone.top?e.filters.find(e=>e.col===t):void 0,r={...a,left:t,right:t},o=n?.id||this.consumeNextId();c.push(this.createFilterFromZone(o,i.sheetId,r,s))}return{...e,range:i,config:s,filters:c.length?c:e.filters,type:r}}updateDynamicTable(e,t,n){let r=t?this.getters.getRangeFromZone(t.sheetId,ec(t.zone)):e.range,i=n||e.config;return{...e,range:r,config:i}}updateTableConfig(e,t){if(!e)return t;let n={...t,...e};return e.numberOfHeaders===0?n.hasFilters=!1:e.hasFilters===!0&&(n.numberOfHeaders||=1),n}createFilterFromZone(e,t,n,r){return _I(e,this.getters.getRangeFromZone(t,n),r,this.getters.getRangeFromZone)}copyStaticTableForSheet(e,t){let n=this.getters.getRangeFromZone(e,t.range.zone),r=t.filters.map(n=>{let r=this.getters.getRangeFromZone(e,n.rangeWithHeaders.zone);return _I(n.id,r,t.config,this.getters.getRangeFromZone)});return{id:t.id,range:n,filters:r,config:b(t.config),type:t.type}}copyDynamicTableForSheet(e,t){let n=this.getters.getRangeFromZone(e,t.range.zone);return{id:t.id,range:n,config:b(t.config),type:`dynamic`}}applyRangeChangeOnTable(e,t,n){let r=n(t.range),i;switch(r.changeType){case`REMOVE`:this.history.update(`tables`,e,t.id,void 0);return;case`NONE`:return;default:i=r.range}if(t.type===`dynamic`){let n=this.updateDynamicTable(t,i);this.history.update(`tables`,e,t.id,n);return}let a=[];for(let e of t.filters){let r=n(e.rangeWithHeaders);switch(r.changeType){case`REMOVE`:continue;case`NONE`:a.push(e);break;default:let n=r.range,i=_I(e.id,n,t.config,this.getters.getRangeFromZone);a.push(i)}}let o=i.zone;if(a.length<Ws(o).numberOfCols){for(let n=o.left;n<=o.right;n++)if(!a.find(e=>e.col===n)){let r=this.consumeNextId(),i={...o,left:n,right:n};a.push(this.createFilterFromZone(r,e,i,t.config))}a.sort((e,t)=>e.col-t.col)}let s=this.createStaticTable(t.id,t.type,i,t.config,a);this.history.update(`tables`,e,t.id,s)}consumeNextId(){let e=`${this.nextTableId}`;return this.history.update(`nextTableId`,this.nextTableId+1),e}import(e){for(let t of e.sheets)for(let e of t.tables||[]){let n=this.consumeNextId(),r=e.config||$A,i=this.getters.getRangeFromSheetXC(t.id,e.range),a=e.type||`static`,o=a===`dynamic`?this.createDynamicTable(n,i,r):this.createStaticTable(n,a,i,r);this.history.update(`tables`,t.id,o.id,o)}}export(e){for(let t of e.sheets)for(let e of this.getCoreTables(t.id)){let n={range:js(e.range.zone),type:e.type};w(e.config,$A)||(n.config=e.config),t.tables.push(n)}}exportForExcel(e){for(let t of e.sheets)for(let e of this.getCoreTables(t.id)){let n=js(e.range.zone);t.tables.push({range:n,filters:[],config:e.config})}}},gW=class extends ZU{static getters=[`getCarousel`,`doesCarouselExist`];carousels={};allowDispatch(e){switch(e.type){case`CREATE_CAROUSEL`:return this.getters.getFigure(e.sheetId,e.figureId)?`DuplicatedFigureId`:`Success`;case`UPDATE_CAROUSEL`:if(!this.carousels[e.sheetId]?.[e.figureId])return`InvalidFigureId`;for(let t of e.definition.items)if(t.type===`chart`&&!this.getters.getChart(t.chartId))return`ChartDoesNotExist`;return`Success`}return`Success`}handle(e){switch(e.type){case`CREATE_CAROUSEL`:this.getters.getFigure(e.sheetId,e.figureId)||this.dispatch(`CREATE_FIGURE`,{...e,tag:`carousel`}),this.history.update(`carousels`,e.sheetId,e.figureId,e.definition);break;case`UPDATE_CAROUSEL`:this.removeDeletedCharts(e,this.getters.getCarousel(e.figureId).items),this.history.update(`carousels`,e.sheetId,e.figureId,e.definition);break;case`DUPLICATE_SHEET`:{let t=this.getters.getFigures(e.sheetId);for(let n of t)if(n.tag===`carousel`){let t=n.id.split(`??`).pop(),r=`${e.sheetIdTo}??${t}`,i=this.getCarousel(n.id);if(i){let t={width:n.width,height:n.height};this.dispatch(`CREATE_CAROUSEL`,{sheetId:e.sheetIdTo,figureId:r,offset:n.offset,col:n.col,row:n.row,size:t,definition:{items:i.items.map(t=>{if(t.type===`carouselDataView`)return{...t};let n=t.chartId.split(`??`).pop(),r=`${e.sheetIdTo}??${n}`;return{...t,chartId:r}})}})}}break}case`DELETE_FIGURE`:this.history.update(`carousels`,e.sheetId,e.figureId,void 0);break;case`DELETE_SHEET`:this.history.update(`carousels`,e.sheetId,void 0);break}}doesCarouselExist(e){for(let t in this.carousels)if(this.carousels[t]?.[e])return!0;return!1}getCarousel(e){for(let t in this.carousels)if(this.carousels[t]?.[e])return this.carousels[t][e];throw Error(`There is no carousel with the given figureId: ${e}`)}removeDeletedCharts(e,t){let n=new Set(e.definition.items.filter(e=>e.type===`chart`).map(e=>e.chartId));for(let r of t)r.type===`chart`&&!n.has(r.chartId)&&this.dispatch(`DELETE_CHART`,{chartId:r.chartId,sheetId:e.sheetId})}import(e){for(let t of e.sheets){let e=(t.figures||[]).filter(e=>e.tag===`carousel`);for(let n of e)this.history.update(`carousels`,t.id,n.id,{items:n.data.items,title:n.data.title})}}export(e){for(let t of e.sheets){let e=t.figures.filter(e=>e.tag===`carousel`);for(let n of e)this.carousels[t.id]?.[n.id]&&(n.data={...n.data,...this.carousels[t.id]?.[n.id]})}}},_W=class extends ZU{static getters=[`getHeaderGroups`,`getGroupsLayers`,`getVisibleGroupLayers`,`getHeaderGroup`,`getHeaderGroupsInZone`,`isGroupFolded`,`isRowFolded`,`isColFolded`];groups={};allowDispatch(e){switch(e.type){case`GROUP_HEADERS`:{let{start:t,end:n,sheetId:r}=e;if(!this.getters.tryGetSheet(r))return`InvalidSheetId`;if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,n])||t>n)return`InvalidHeaderGroupStartEnd`;if(this.findGroupWithStartEnd(e.sheetId,e.dimension,t,n))return`HeaderGroupAlreadyExists`;break}case`UNGROUP_HEADERS`:{let{start:t,end:n,sheetId:r}=e;if(!this.getters.tryGetSheet(r))return`InvalidSheetId`;if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,n])||t>n)return`InvalidHeaderGroupStartEnd`;break}case`UNFOLD_HEADER_GROUP`:case`FOLD_HEADER_GROUP`:if(!this.getters.tryGetSheet(e.sheetId))return`InvalidSheetId`;let t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);if(!t)return`UnknownHeaderGroup`;if(S(0,this.getters.getNumberHeaders(e.sheetId,e.dimension)).every(n=>n>=t.start&&n<=t.end||this.getters.isHeaderHiddenByUser(e.sheetId,e.dimension,n)))return`NotEnoughElements`;break}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`:{let t=b(this.groups[e.sheetId]);this.history.update(`groups`,e.sheetIdTo,t);break}case`DELETE_SHEET`:{let t={...this.groups};delete t[e.sheetId],this.history.update(`groups`,t);break}case`ADD_COLUMNS_ROWS`:let t=Ft(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`:{let t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.unfoldHeaderGroup(e.sheetId,e.dimension,t);break}case`FOLD_HEADER_GROUP`:{let 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`:{let t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(let n of t)this.unfoldHeaderGroup(e.sheetId,e.dimension,n);break}case`FOLD_ALL_HEADER_GROUPS`:{let t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(let n of t)this.foldHeaderGroup(e.sheetId,e.dimension,n);break}case`FOLD_HEADER_GROUPS_IN_ZONE`:case`UNFOLD_HEADER_GROUPS_IN_ZONE`:{let t=e.type===`UNFOLD_HEADER_GROUPS_IN_ZONE`?`unfold`:`fold`,n=this.getGroupsLayers(e.sheetId,e.dimension);t===`fold`&&n.reverse();let r=n.flat(),i=e.dimension===`ROW`?e.zone.top:e.zone.left,a=e.dimension===`ROW`?e.zone.bottom:e.zone.right,o=new Set;for(let e=i;e<=a;e++){let n=r.filter(t=>t.start-1<=e&&e<=t.end);for(let e of n)if(!(t===`fold`&&e.isFolded||t===`unfold`&&!e.isFolded)){o.add(e);break}}for(let n of o)t===`unfold`?this.unfoldHeaderGroup(e.sheetId,e.dimension,n):this.foldHeaderGroup(e.sheetId,e.dimension,n);break}}}getHeaderGroups(e,t){return this.groups[e][t]}getHeaderGroup(e,t,n,r){return this.getHeaderGroups(e,t).find(e=>e.start===n&&e.end===r)}getHeaderGroupsInZone(e,t,n){return this.getHeaderGroups(e,t).filter(e=>{let r=t===`ROW`?n.top:n.left,i=t===`ROW`?n.bottom:n.right;return this.doGroupOverlap(e,r,i)})}getGroupsLayers(e,t){let n=this.getHeaderGroups(e,t);return this.bricksFallingAlgorithm(n,0,0)}getVisibleGroupLayers(e,t){let n=this.getGroupsLayers(e,t);for(let r of n)for(let n=r.length-1;n>=0;n--){let i=r[n];i.start!==0&&S(i.start-1,i.end+1).every(n=>this.getters.isHeaderHiddenByUser(e,t,n))&&r.splice(n,1)}return n.filter(e=>e.length>0)}isGroupFolded(e,t,n,r){return this.getHeaderGroup(e,t,n,r)?.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,n,r=0){let i={};for(let t of e)i[this.getGroupId(t)]=t.isFolded;let a={};for(let t of e)for(let e=t.start;e<=t.end;e++)a[e]=a[e]?a[e]+1:1;for(let e=t;e<=n;e++)a[e]=a[e]?a[e]+r:r;let o=Math.max(...Object.values(a),0),s=Array.from({length:o},()=>[]),c=Math.max(n,...e.map(e=>e.end)),l=Math.min(t,...e.map(e=>e.start));for(let e=l;e<=c;e++){let t=a[e]||0;for(let n=0;n<t;n++){let t=s[n].at(-1);if(t&&Gt([t.end,e]))t.end++;else{let t={start:e,end:e};s[n].push(t)}}}for(let e of s)for(let t of e)t.isFolded=i[this.getGroupId(t)];return s}groupHeaders(e,t,n,r){let i=this.getHeaderGroups(e,t),a=this.bricksFallingAlgorithm(i,n,r,1).flat();this.history.update(`groups`,e,t,this.removeDuplicateGroups(a))}unGroupHeaders(e,t,n,r){let i=this.getHeaderGroups(e,t),a=this.bricksFallingAlgorithm(i,n,r,-1).flat();this.history.update(`groups`,e,t,this.removeDuplicateGroups(a))}moveGroupsOnHeaderInsertion(e,t,n,r){let i=this.groups[e][t];for(let a=0;a<i.length;a++){let o=i[a],[s,c]=il(n,r,[o.start,o.end]);(s!==o.start||c!==o.end)&&this.history.update(`groups`,e,t,a,{...o,start:s,end:c})}}moveGroupsOnHeaderDeletion(e,t,n){let r=this.getHeaderGroups(e,t),i=[];for(let e of r){let t=al(n,S(e.start,e.end+1));t.length!==0&&i.push({...e,start:Math.min(...t),end:Math.max(...t)})}this.history.update(`groups`,e,t,this.bricksFallingAlgorithm(i,0,0).flat())}doGroupOverlap(e,t,n){return e.start<=n&&e.end>=t}removeDuplicateGroups(e){let t={};for(let n of e)t[this.getGroupId(n)]=n;return Object.values(t)}findGroupWithStartEnd(e,t,n,r){return this.getHeaderGroups(e,t).find(e=>e.start===n&&e.end===r)}foldHeaderGroup(e,t,n){let r=this.getGroupIndex(e,t,n.start,n.end);if(r===void 0)return;this.history.update(`groups`,e,t,r,`isFolded`,!0);let i=this.getters.getHeaderGroups(e,t);for(let r=0;r<i.length;r++){let a=i[r];a.start===n.start&&a.end<=n.end&&this.history.update(`groups`,e,t,r,`isFolded`,!0)}}unfoldHeaderGroup(e,t,n){let r=this.getGroupIndex(e,t,n.start,n.end);if(r===void 0)return;this.history.update(`groups`,e,t,r,`isFolded`,!1);let i=this.getters.getHeaderGroups(e,t);for(let r=0;r<i.length;r++){let a=i[r];a.start===n.start&&a.end>=n.end&&this.history.update(`groups`,e,t,r,`isFolded`,!1)}}getGroupIndex(e,t,n,r){let i=this.groups[e][t].findIndex(e=>e.start===n&&e.end===r);return i===-1?void 0:i}import(e){for(let t of e.sheets)if(this.groups[t.id]={ROW:[],COL:[]},t.headerGroups)for(let e of[`ROW`,`COL`])for(let n of t.headerGroups[e]||[])this.groups[t.id][e].push({...n})}export(e){for(let t of e.sheets)t.headerGroups=this.groups[t.id]}exportForExcel(e){for(let t of e.sheets)for(let e of[`ROW`,`COL`]){let n=this.getGroupsLayers(t.id,e);for(let r=0;r<n.length;r++){let i=n[r];for(let n of i){for(let i=n.start;i<=n.end;i++){let a=Wj(t,e,i);a.outlineLevel=r+1,n.isFolded&&(a.isHidden=!0)}if(n.isFolded){let r=Wj(t,e,n.end+1);r.collapsed=!0}}}}}},vW=class extends ZU{static getters=[`getPivotCoreDefinition`,`getPivotDisplayName`,`getPivotId`,`getPivotFormulaId`,`getPivotIds`,`getMeasureCompiledFormula`,`getPivotName`,`isExistingPivot`,`getMeasureFullDependencies`];nextFormulaId=1;pivots={};formulaIds={};compiledMeasureFormulas={};allowDispatch(e){switch(e.type){case`ADD_PIVOT`:return this.checkValidations(e.pivot,this.checkDuplicatedMeasureIds,this.checkSortedColumnInMeasures,this.checkCustomFieldsAreValid);case`UPDATE_PIVOT`:return e.pivotId in this.pivots?w(e.pivot,this.pivots[e.pivotId]?.definition)?`NoChanges`:e.pivot.name===``?`EmptyName`:this.checkValidations(e.pivot,this.checkDuplicatedMeasureIds,this.checkSortedColumnInMeasures,this.checkCustomFieldsAreValid):`PivotIdNotFound`;case`RENAME_PIVOT`:if(!(e.pivotId in this.pivots))return`PivotIdNotFound`;if(e.name===``)return`EmptyName`;break;case`REMOVE_PIVOT`:case`DUPLICATE_PIVOT`:case`INSERT_PIVOT`:if(!(e.pivotId in this.pivots))return`PivotIdNotFound`;break;case`DUPLICATE_PIVOT`:if(!(e.pivotId in this.pivots))return`PivotIdNotFound`}return`Success`}handle(e){switch(e.type){case`ADD_PIVOT`:{let{pivotId:t,pivot:n}=e;this.addPivot(t,n);break}case`INSERT_PIVOT`:{let{sheetId:t,col:n,row:r,pivotId:i,table:a}=e,o={sheetId:t,col:n,row:r},{cols:s,rows:c,measures:l,fieldsType:u}=a,d=new rR(s,c,l,u||{}),f=this.getPivotFormulaId(i);this.insertPivot(o,f,d);break}case`RENAME_PIVOT`:this.history.update(`pivots`,e.pivotId,`definition`,`name`,e.name);break;case`REMOVE_PIVOT`:{let t={...this.pivots};delete t[e.pivotId];let n=this.getPivotFormulaId(e.pivotId);this.history.update(`formulaIds`,n,void 0),this.history.update(`pivots`,t);break}case`DUPLICATE_PIVOT`:{let{pivotId:t,newPivotId:n}=e,r=b(this.getPivotCore(t).definition);r.name=e.duplicatedPivotName??r.name+` (copy)`,this.addPivot(n,r);break}case`UPDATE_PIVOT`:this.history.update(`pivots`,e.pivotId,`definition`,b(e.pivot)),this.compileCalculatedMeasures(e.pivotId,e.pivot.measures);break}}adaptRanges({applyChange:e,adaptFormulaString:t}){for(let t in this.pivots){let n=b(this.pivots[t]?.definition);if(!n)continue;let r=yR.get(n.type)?.adaptRanges?.(this.getters,n,e);r&&!w(n,r)&&this.history.update(`pivots`,t,`definition`,r)}for(let n in this.compiledMeasureFormulas)for(let r in this.compiledMeasureFormulas[n]){let i=this.pivots[n]?.definition.measures.find(e=>e.id===r);if(!i||!i.computedBy)continue;let a=i.computedBy.sheetId,{formula:o,dependencies:s}=this.compiledMeasureFormulas[n][r];this.history.update(`compiledMeasureFormulas`,n,r,`formula`,`dependencies`,o.dependencies.map(t=>e(t).range)),this.history.update(`compiledMeasureFormulas`,n,i.id,`dependencies`,s.map(t=>e(t).range));let c=i.computedBy.formula,l=t(a,c);l!==c&&this.replaceMeasureFormula(n,i,l)}}getPivotDisplayName(e){return`(#${this.getPivotFormulaId(e)}) ${this.getPivotName(e)}`}getPivotName(e){return this.getPivotCore(e).definition.name}getPivotCoreDefinition(e){return this.getPivotCore(e).definition}getPivotId(e){return this.formulaIds[e]}getPivotFormulaId(e){return this.getPivotCore(e).formulaId}getPivotIds(){return Object.keys(this.pivots)}isExistingPivot(e){return e in this.pivots}getMeasureCompiledFormula(e,t){if(!t.computedBy)throw Error(`Measure ${t.fieldName} is not computed by formula`);return this.compiledMeasureFormulas[e][t.id].formula}getMeasureFullDependencies(e,t){if(!t.computedBy)throw Error(`Measure ${t.fieldName} is not computed by formula`);return this.compiledMeasureFormulas[e][t.id].dependencies}addPivot(e,t,n=this.nextFormulaId.toString()){this.history.update(`pivots`,e,{definition:b(t),formulaId:n}),this.compileCalculatedMeasures(e,t.measures),this.history.update(`formulaIds`,n,e),this.history.update(`nextFormulaId`,this.nextFormulaId+1)}compileCalculatedMeasures(e,t){for(let n of t)if(n.computedBy){let t=this.compileMeasureFormula(n.computedBy.sheetId,n.computedBy.formula);this.history.update(`compiledMeasureFormulas`,e,n.id,`formula`,t)}for(let n of t)if(n.computedBy){let t=this.computeMeasureFullDependencies(e,n);this.history.update(`compiledMeasureFormulas`,e,n.id,`dependencies`,t)}}computeMeasureFullDependencies(e,t,n=new Set){let r=[],i=this.getPivotCoreDefinition(e),a=this.getMeasureCompiledFormula(e,t);n.add(t.id);for(let o of a.tokens){if(o.type!==`SYMBOL`)continue;let a=i.measures.find(e=>mt(e.id)===o.value&&t.id!==e.id);!a||n.has(a.id)||!a.computedBy||r.push(...this.computeMeasureFullDependencies(e,a,n))}return r.push(...a.dependencies.filter(e=>!e.invalidXc)),r}insertPivot(e,t,n){this.resizeSheet(e.sheetId,e,n);let r=n.getPivotCells();for(let n=0;n<r.length;n++)for(let i=0;i<r[n].length;i++){let a=r[n][i];this.dispatch(`UPDATE_CELL`,{sheetId:e.sheetId,col:e.col+n,row:e.row+i,content:Nd(t,a)})}}resizeSheet(e,{col:t,row:n},r){let i=r.getNumberOfDataColumns()+1,a=this.getters.getNumberCols(e),o=a-t;o<i&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`COL`,base:a-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:i-o,position:`after`});let s=r.columns.length+r.rows.length,c=this.getters.getNumberRows(e),l=c-n;l<s&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`ROW`,base:c-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:s-l,position:`after`})}getPivotCore(e){let t=this.pivots[e];if(!t)throw Error(`Pivot with id ${e} not found`);return t}compileMeasureFormula(e,t){let n=iC(t),r=n.dependencies.map(t=>this.getters.getRangeFromSheetXC(e,t));return{...n,dependencies:r}}replaceMeasureFormula(e,t,n){let r=this.pivots[e];if(!r)return;let i=r.definition.measures.indexOf(t);this.history.update(`pivots`,e,`definition`,`measures`,i,`computedBy`,{formula:n,sheetId:t.computedBy.sheetId})}checkSortedColumnInMeasures(e){let t=e.measures.map(e=>e.id);return e.sortedColumn&&!t.includes(e.sortedColumn.measure)?`InvalidDefinition`:`Success`}checkDuplicatedMeasureIds(e){let t=new Set(e.measures.map(e=>e.id));return e.measures.length===t.size?`Success`:`InvalidDefinition`}checkCustomFieldsAreValid(e){for(let t in e.customFields){let n=e.customFields[t],r=new Set,i=new Set,a=!1;for(let e of n.groups){if(!e.name||i.has(e.name)||e.values.some(e=>r.has(e))||e.isOtherGroup&&a)return`InvalidPivotCustomField`;e.values.forEach(e=>r.add(e)),i.add(e.name),a||=!!e.isOtherGroup}}return`Success`}import(e){if(e.pivots)for(let[t,n]of Object.entries(e.pivots))this.addPivot(t,n,n.formulaId);this.history.update(`nextFormulaId`,e.pivotNextId||Ed(this.pivots)+1)}export(e){e.pivots={};for(let t in this.pivots)e.pivots[t]={...this.getPivotCoreDefinition(t),formulaId:this.getPivotFormulaId(t)};e.pivotNextId=this.nextFormulaId}},yW=class extends ZU{static getters=[`getLocale`];locale=D;allowDispatch(e){switch(e.type){case`UPDATE_LOCALE`:return du(e.locale)?`Success`:`InvalidLocale`}return`Success`}handle(e){switch(e.type){case`UPDATE_LOCALE`:let t=this.locale,n=e.locale;this.history.update(`locale`,n),this.changeCellsDateFormatWithLocale(t,n);break}}getLocale(){return this.locale}changeCellsDateFormatWithLocale(e,t){for(let n of this.getters.getSheetIds())for(let[r,i]of Object.entries(this.getters.getCells(n))){let n;if(i.format===e.dateFormat&&(n=t.dateFormat),i.format===e.timeFormat&&(n=t.timeFormat),i.format===Ou(e)&&(n=Ou(t)),n){let{col:e,row:t,sheetId:i}=this.getters.getCellPosition(r);this.dispatch(`UPDATE_CELL`,{col:e,row:t,sheetId:i,format:n})}}}import(e){this.locale=e.settings?.locale??D}export(e){e.settings={locale:this.locale}}},bW=class extends ZU{allowDispatch(e){switch(e.type){case`ADD_PIVOT`:case`UPDATE_PIVOT`:let t=e.pivot;return this.checkDataSetValidity(t)}return`Success`}checkDataSetValidity(e){if(e.type===`SPREADSHEET`&&e.dataSet){let{zone:t,sheetId:n}=e.dataSet;return!n||!this.getters.tryGetSheet(n)||!t||!ks(t)?`InvalidDataSet`:this.getters.checkZonesExistInSheet(n,[t])}return`Success`}},xW=class extends ZU{static getters=[`getNewCustomTableStyleName`,`getTableStyle`,`getTableStyles`,`isTableStyleEditable`];styles={};allowDispatch(e){switch(e.type){case`CREATE_TABLE`:case`UPDATE_TABLE`:if(e.config?.styleId&&!this.styles[e.config.styleId])return`InvalidTableConfig`;break;case`CREATE_TABLE_STYLE`:if(!mj[e.templateName])return`InvalidTableStyle`;try{pn(e.primaryColor)}catch{return`InvalidTableStyle`}break}return`Success`}handle(e){switch(e.type){case`CREATE_TABLE_STYLE`:let t=hj(e.tableStyleName,e.templateName,e.primaryColor);this.history.update(`styles`,e.tableStyleId,t);break;case`REMOVE_TABLE_STYLE`:let n={...this.styles};delete n[e.tableStyleId],this.history.update(`styles`,n);for(let t of this.getters.getSheetIds())for(let n of this.getters.getCoreTables(t))n.config.styleId===e.tableStyleId&&this.dispatch(`UPDATE_TABLE`,{sheetId:t,zone:n.range.zone,config:{styleId:$A.styleId}});break}}getTableStyle(e){if(!this.styles[e])throw Error(`Table style ${e} does not exist`);return this.styles[e]}getTableStyles(){return this.styles}getNewCustomTableStyleName(){return an(E(`Custom Table Style`),Object.values(this.styles).map(e=>e.displayName),{compute:(e,t)=>`${e} ${t}`,start:2})}isTableStyleEditable(e){return!pj[e]}import(e){for(let e in pj)this.styles[e]=pj[e];for(let t in e.customTableStyles){let n=e.customTableStyles[t];this.styles[t]=hj(n.displayName,n.templateName,n.primaryColor)}}export(e){let t={};for(let e in this.styles)pj[e]||(t[e]={displayName:this.styles[e].displayName,templateName:this.styles[e].templateName,primaryColor:this.styles[e].primaryColor});e.customTableStyles=t}},SW=class extends Rp{getters;constructor({getters:e,stateObserver:t}){super(t),this.getters=e}};let CW=new g;CW.add(`pivots`,e=>{for(let t of e.getPivotIds())e.getPivot(t).markAsDirtyForEvaluation?.()});let wW=BS.mapping;function TW(e,t,n){return new EW(e,t,n).getParameters()}var EW=class{getters;computeCell;evalContext;rangeCache={};constructor(e,t,n){this.getters=t,this.computeCell=n,this.evalContext=Object.assign(Object.create(wW),e,{getters:this.getters,locale:this.getters.getLocale()})}getParameters(){return{referenceDenormalizer:this.refFn.bind(this),ensureRange:this.range.bind(this),evalContext:this.evalContext}}refFn(e,t){let n=this.getRangeError(e);if(n)return n;let r={sheetId:e.sheetId,col:e.zone.left,row:e.zone.top};return t?(this.computeCell(r),{value:Nc(this.getters.getSheetName(e.sheetId),js(e.zone))}):this.computeCell(r)}range(e,t){let n=this.getRangeError(e);if(n)return[[n]];let r=e.sheetId,i=e.zone,a=Rs(i,this.getters.getSheetZone(r));if(!a)return[[]];let{top:o,left:s,bottom:c,right:l}=i,u=`${r}-${o}-${s}-${c}-${l}-${t}`;if(u in this.rangeCache)return this.rangeCache[u];let d=a.bottom-a.top+1,f=a.right-a.left+1,p=Array(f),m=this.getters.getSheetName(e.sheetId);for(let e=a.left;e<=a.right;e++){let n=e-a.left;p[n]=Array(d);for(let i=a.top;i<=a.bottom;i++){let o=i-a.top,s=this.computeCell({sheetId:r,col:e,row:i});p[n][o]=t?{value:Nc(m,T(e,i))}:s}}return this.rangeCache[u]=p,p}getRangeError(e){if(!ks(e.zone))return new Yi;if(e.invalidSheetName)return new Yi(E(`Invalid sheet name: %s`,e.invalidSheetName))}},DW=d(c(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?t.exports=r():typeof define==`function`&&define.amd?define(r):(n||=self).RBush=r()})(e,function(){"use strict";function e(e,r,i,a,o){(function e(n,r,i,a,o){for(;a>i;){if(a-i>600){var s=a-i+1,c=r-i+1,l=Math.log(s),u=.5*Math.exp(2*l/3),d=.5*Math.sqrt(l*u*(s-u)/s)*(c-s/2<0?-1:1);e(n,r,Math.max(i,Math.floor(r-c*u/s+d)),Math.min(a,Math.floor(r+(s-c)*u/s+d)),o)}var f=n[r],p=i,m=a;for(t(n,i,r),o(n[a],f)>0&&t(n,i,a);p<m;){for(t(n,p,m),p++,m--;o(n[p],f)<0;)p++;for(;o(n[m],f)>0;)m--}o(n[i],f)===0?t(n,i,m):t(n,++m,a),m<=r&&(i=m+1),r<=m&&(a=m-1)}})(e,r,i||0,a||e.length-1,o||n)}function t(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function n(e,t){return e<t?-1:+(e>t)}var r=function(e){e===void 0&&(e=9),this._maxEntries=Math.max(4,e),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),this.clear()};function i(e,t,n){if(!n)return t.indexOf(e);for(var r=0;r<t.length;r++)if(n(e,t[r]))return r;return-1}function a(e,t){o(e,0,e.children.length,t,e)}function o(e,t,n,r,i){i||=m(null),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(var a=t;a<n;a++){var o=e.children[a];s(i,e.leaf?r(o):o)}return i}function s(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 c(e,t){return e.minX-t.minX}function l(e,t){return e.minY-t.minY}function u(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function d(e){return e.maxX-e.minX+(e.maxY-e.minY)}function f(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function p(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function m(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function h(t,n,r,i,a){for(var o=[n,r];o.length;)if(!((r=o.pop())-(n=o.pop())<=i)){var s=n+Math.ceil((r-n)/i/2)*i;e(t,s,n,r,a),o.push(n,s,s,r)}}return r.prototype.all=function(){return this._all(this.data,[])},r.prototype.search=function(e){var t=this.data,n=[];if(!p(e,t))return n;for(var r=this.toBBox,i=[];t;){for(var a=0;a<t.children.length;a++){var o=t.children[a],s=t.leaf?r(o):o;p(e,s)&&(t.leaf?n.push(o):f(e,s)?this._all(o,n):i.push(o))}t=i.pop()}return n},r.prototype.collides=function(e){var t=this.data;if(!p(e,t))return!1;for(var n=[];t;){for(var r=0;r<t.children.length;r++){var i=t.children[r],a=t.leaf?this.toBBox(i):i;if(p(e,a)){if(t.leaf||f(e,a))return!0;n.push(i)}}t=n.pop()}return!1},r.prototype.load=function(e){if(!e||!e.length)return this;if(e.length<this._minEntries){for(var t=0;t<e.length;t++)this.insert(e[t]);return this}var n=this._build(e.slice(),0,e.length-1,0);if(this.data.children.length)if(this.data.height===n.height)this._splitRoot(this.data,n);else{if(this.data.height<n.height){var r=this.data;this.data=n,n=r}this._insert(n,this.data.height-n.height-1,!0)}else this.data=n;return this},r.prototype.insert=function(e){return e&&this._insert(e,this.data.height-1),this},r.prototype.clear=function(){return this.data=m([]),this},r.prototype.remove=function(e,t){if(!e)return this;for(var n,r,a,o=this.data,s=this.toBBox(e),c=[],l=[];o||c.length;){if(o||(o=c.pop(),r=c[c.length-1],n=l.pop(),a=!0),o.leaf){var u=i(e,o.children,t);if(u!==-1)return o.children.splice(u,1),c.push(o),this._condense(c),this}a||o.leaf||!f(o,s)?r?(n++,o=r.children[n],a=!1):o=null:(c.push(o),l.push(n),n=0,r=o,o=o.children[0])}return this},r.prototype.toBBox=function(e){return e},r.prototype.compareMinX=function(e,t){return e.minX-t.minX},r.prototype.compareMinY=function(e,t){return e.minY-t.minY},r.prototype.toJSON=function(){return this.data},r.prototype.fromJSON=function(e){return this.data=e,this},r.prototype._all=function(e,t){for(var n=[];e;)e.leaf?t.push.apply(t,e.children):n.push.apply(n,e.children),e=n.pop();return t},r.prototype._build=function(e,t,n,r){var i,o=n-t+1,s=this._maxEntries;if(o<=s)return a(i=m(e.slice(t,n+1)),this.toBBox),i;r||(r=Math.ceil(Math.log(o)/Math.log(s)),s=Math.ceil(o/s**(r-1))),(i=m([])).leaf=!1,i.height=r;var c=Math.ceil(o/s),l=c*Math.ceil(Math.sqrt(s));h(e,t,n,l,this.compareMinX);for(var u=t;u<=n;u+=l){var d=Math.min(u+l-1,n);h(e,u,d,c,this.compareMinY);for(var f=u;f<=d;f+=c){var p=Math.min(f+c-1,d);i.children.push(this._build(e,f,p,r-1))}}return a(i,this.toBBox),i},r.prototype._chooseSubtree=function(e,t,n,r){for(;r.push(t),!t.leaf&&r.length-1!==n;){for(var i=1/0,a=1/0,o=void 0,s=0;s<t.children.length;s++){var c=t.children[s],l=u(c),d=(f=e,p=c,(Math.max(p.maxX,f.maxX)-Math.min(p.minX,f.minX))*(Math.max(p.maxY,f.maxY)-Math.min(p.minY,f.minY))-l);d<a?(a=d,i=l<i?l:i,o=c):d===a&&l<i&&(i=l,o=c)}t=o||t.children[0]}var f,p;return t},r.prototype._insert=function(e,t,n){var r=n?e:this.toBBox(e),i=[],a=this._chooseSubtree(r,this.data,t,i);for(a.children.push(e),s(a,r);t>=0&&i[t].children.length>this._maxEntries;)this._split(i,t),t--;this._adjustParentBBoxes(r,i,t)},r.prototype._split=function(e,t){var n=e[t],r=n.children.length,i=this._minEntries;this._chooseSplitAxis(n,i,r);var o=this._chooseSplitIndex(n,i,r),s=m(n.children.splice(o,n.children.length-o));s.height=n.height,s.leaf=n.leaf,a(n,this.toBBox),a(s,this.toBBox),t?e[t-1].children.push(s):this._splitRoot(n,s)},r.prototype._splitRoot=function(e,t){this.data=m([e,t]),this.data.height=e.height+1,this.data.leaf=!1,a(this.data,this.toBBox)},r.prototype._chooseSplitIndex=function(e,t,n){for(var r,i,a,s,c,l,d,f=1/0,p=1/0,m=t;m<=n-t;m++){var h=o(e,0,m,this.toBBox),g=o(e,m,n,this.toBBox),_=(i=h,a=g,s=void 0,c=void 0,l=void 0,d=void 0,s=Math.max(i.minX,a.minX),c=Math.max(i.minY,a.minY),l=Math.min(i.maxX,a.maxX),d=Math.min(i.maxY,a.maxY),Math.max(0,l-s)*Math.max(0,d-c)),v=u(h)+u(g);_<f?(f=_,r=m,p=v<p?v:p):_===f&&v<p&&(p=v,r=m)}return r||n-t},r.prototype._chooseSplitAxis=function(e,t,n){var r=e.leaf?this.compareMinX:c,i=e.leaf?this.compareMinY:l;this._allDistMargin(e,t,n,r)<this._allDistMargin(e,t,n,i)&&e.children.sort(r)},r.prototype._allDistMargin=function(e,t,n,r){e.children.sort(r);for(var i=this.toBBox,a=o(e,0,t,i),c=o(e,n-t,n,i),l=d(a)+d(c),u=t;u<n-t;u++){var f=e.children[u];s(a,e.leaf?i(f):f),l+=d(a)}for(var p=n-t-1;p>=t;p--){var m=e.children[p];s(c,e.leaf?i(m):m),l+=d(c)}return l},r.prototype._adjustParentBBoxes=function(e,t,n){for(var r=n;r>=0;r--)s(t[r],e)},r.prototype._condense=function(e){for(var t=e.length-1,n=void 0;t>=0;t--)e[t].children.length===0?t>0?(n=e[t-1].children).splice(n.indexOf(e[t]),1):this.clear():a(e[t],this.toBBox)},r})}))(),1),OW=class{rTrees={};constructor(e=[]){let t={};for(let n of e){let e=n.boundingBox.sheetId;t[e]||(t[e]=[]),t[e].push(n)}for(let e in t)this.rTrees[e]=new kW,this.rTrees[e].load(t[e])}insert(e){let t=e.boundingBox.sheetId;this.rTrees[t]||(this.rTrees[t]=new kW),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){let t=e.boundingBox.sheetId;this.rTrees[t]&&this.rTrees[t].remove(e,this.rtreeItemComparer)}rtreeItemComparer(e,t){return 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&&w(e.data,t.data)}},kW=class extends DW.default{toBBox({boundingBox:e}){let 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}},AW=class e{profilesStartingPosition=[0];profiles=new Map([[0,[]]]);constructor(e=[]){for(let t of e)this.add(t)}isEmpty(){return this.profiles.size===1&&this.profiles.get(0)?.length===0}add(e){gs(this.profilesStartingPosition,this.profiles,[e])}delete(e){gs(this.profilesStartingPosition,this.profiles,[e],!0)}has(e){return _s(this.profilesStartingPosition,this.profiles,e)}difference(e){let t=this.copy();for(let n of e)t.delete(n);return t}copy(){let t=new e;t.profilesStartingPosition=[...this.profilesStartingPosition],t.profiles=new Map;for(let[e,n]of this.profiles)t.profiles.set(e,[...n]);return t}[Symbol.iterator](){return xs(this.profilesStartingPosition,this.profiles)[Symbol.iterator]()}},jW=class e{setsBySheetId={};constructor(e=[]){for(let t of e)this.add(t)}add(e){this.setsBySheetId[e.sheetId]||(this.setsBySheetId[e.sheetId]=new AW),this.setsBySheetId[e.sheetId].add(e.zone)}addMany(e){for(let t of e)this.add(t)}addPosition(e){this.add(Wc(e))}addManyPositions(e){for(let t of e)this.addPosition(t)}has(e){return this.setsBySheetId[e.sheetId]?this.setsBySheetId[e.sheetId].has(e.zone):!1}hasPosition(e){return this.has(Wc(e))}delete(e){this.setsBySheetId[e.sheetId]&&this.setsBySheetId[e.sheetId].delete(e.zone)}deleteMany(e){for(let t of e)this.delete(t)}deleteManyPositions(e){for(let t of e)this.delete(Wc(t))}difference(t){let n=new e;for(let e in this.setsBySheetId)n.setsBySheetId[e]=this.setsBySheetId[e];for(let e in t.setsBySheetId)n.setsBySheetId[e]&&(n.setsBySheetId[e]=n.setsBySheetId[e].difference(t.setsBySheetId[e]));return n}copy(){let t=new e;for(let e in this.setsBySheetId)t.setsBySheetId[e]=this.setsBySheetId[e].copy();return t}clear(){this.setsBySheetId={}}isEmpty(){for(let e in this.setsBySheetId)if(!this.setsBySheetId[e].isEmpty())return!1;return!0}[Symbol.iterator](){let e=[];for(let t in this.setsBySheetId)for(let n of this.setsBySheetId[t])e.push({sheetId:t,zone:n});return e[Symbol.iterator]()}},MW=class{rTree;constructor(e=[]){let t=NW(e);this.rTree=new OW(t)}insert(e){let t=this.rTree.search(e.boundingBox),n=e.boundingBox,r=t.find(({boundingBox:e})=>e.sheetId===n.sheetId&&e.zone.left===n.zone.left&&e.zone.top===n.zone.top&&e.zone.right===n.zone.right&&e.zone.bottom===n.zone.bottom);r?r.data.add(e.data):this.rTree.insert({...e,data:new jW([e.data])})}search({zone:e,sheetId:t}){let n=new jW;for(let{data:r}of this.rTree.search({zone:e,sheetId:t}))n.addMany(r);return n}remove(e){let t=this.rTree.search(e.boundingBox),n=e.boundingBox,r=t.find(({boundingBox:e})=>e.sheetId===n.sheetId&&e.zone.left===n.zone.left&&e.zone.top===n.zone.top&&e.zone.right===n.zone.right&&e.zone.bottom===n.zone.bottom);r?r.data.delete(e.data):this.rTree.remove({...e,data:new jW([e.data])})}};function NW(e){let t=0,n=0;for(let r=0;r<e.length;r++){let i=e[r].boundingBox.zone;i.right>t&&(t=i.right),i.bottom>n&&(n=i.bottom)}t+=1,n+=1;let r=(((n+1)*t+1)*n+1)*t<=2**53-1;r||console.warn(`Max col/row size exceeded, using slow zone key`);let i={};for(let a of e){let e=a.boundingBox.sheetId;i[e]||(i[e]={});let o=a.boundingBox.zone,s=0;s=r?o.left+o.top*t+o.right*t*n+o.bottom*t*n*t:`${o.left},${o.top},${o.right},${o.bottom}`,i[e][s]?i[e][s].data.add(a.data):i[e][s]={boundingBox:a.boundingBox,data:new jW([a.data])}}let a=[];for(let e in i){let t=i[e];for(let e in t)a.push(t[e])}return a}var PW=class{dependencies=new RF;rTree;constructor(e=[]){this.rTree=new MW(e)}removeAllDependencies(e){let t=this.dependencies.get(e);if(t){for(let e of t)this.rTree.remove(e);this.dependencies.delete(e)}}addDependencies(e,t){let n=t.map(({sheetId:t,zone:n})=>({data:{sheetId:e.sheetId,zone:R(e)},boundingBox:{zone:n,sheetId:t}}));for(let e of n)this.rTree.insert(e);let r=this.dependencies.get(e);r?r.push(...n):this.dependencies.set(e,n)}getCellsDependingOn(e,t=new jW){t=t.copy();let n=t.copy(),r=Array.from(e).reverse();for(;r.length>0;){let e=r.pop();t.add(e);let i=this.rTree.search(e);r.push(...i.difference(t)),n=n.difference(i)}for(let e of n)t.delete(e);return t}},FW=class extends Uint32Array{columnOffset=0;cols=0;rows=0;static create(e,t){let n=IW(t),r=e<<n>>5,i=new this(r+1);return i.columnOffset=n,i.cols=t,i.rows=e,i}getValue(e){let[t,n]=this.getCoordinates(e);return this[t]>>n&1}setValue(e,t){let[n,r]=this.getCoordinates(e),i=(this[n]>>r&1)==0&&t===1;return this[n]=this[n]&~(1<<r)|t<<r,i}isEmpty(){return!this.some(e=>e!==0)}fillAllPositions(){this.fill(-1>>>0)}clear(){this.fill(0)}getCoordinates(e){let{row:t,col:n}=e,r=(t<<this.columnOffset)+n,i=r>>5;return[i,r-(i<<5)]}};function IW(e){return e===0?-1/0:e<0?NaN:32-Math.clz32(--e)}var LW=class{sheets={};insertions=[];maxSize=0;constructor(e){for(let t in e){let n=e[t].cols,r=e[t].rows;this.maxSize+=n*r,this.sheets[t]=FW.create(r,n)}}add(e){this.sheets[e.sheetId].setValue(e,1)&&this.insertions.push(e)}addMany(e){for(let t of e)this.add(t)}delete(e){this.sheets[e.sheetId].setValue(e,0)}deleteMany(e){for(let t of e)this.delete(t)}has(e){return this.sheets[e.sheetId].getValue(e)===1}clear(){let e=[...this];this.insertions=[];for(let e in this.sheets)this.sheets[e].clear();return e}isEmpty(){if(this.insertions.length===0)return!0;for(let e in this.sheets)if(!this.sheets[e].isEmpty())return!1;return!0}fillAllPositions(){this.insertions=Array(this.maxSize);let e=0;for(let t in this.sheets){let n=this.sheets[t];n.fillAllPositions();for(let r=0;r<n.rows;r++)for(let i=0;i<n.cols;i++)this.insertions[e++]={sheetId:t,row:r,col:i}}}*[Symbol.iterator](){for(let e of this.insertions)this.sheets[e.sheetId].getValue(e)===1&&(yield e)}},RW=class{resultsToArrayFormulas=new OW;arrayFormulasToResults=new RF;searchFormulaPositionsSpreadingOn(e,t){return this.resultsToArrayFormulas.search({sheetId:e,zone:t}).map(e=>e.data)||zW}getArrayResultZone(e){return this.arrayFormulasToResults.get(e)}removeNode(e){let t=this.arrayFormulasToResults.get(e);t&&(this.resultsToArrayFormulas.remove({boundingBox:{sheetId:e.sheetId,zone:t},data:e}),this.arrayFormulasToResults.delete(e))}addRelation({arrayFormulaPosition:e,resultZone:t}){this.resultsToArrayFormulas.insert({boundingBox:{sheetId:e.sheetId,zone:t},data:e}),this.arrayFormulasToResults.set(e,t)}isArrayFormula(e){return this.arrayFormulasToResults.has(e)}};let zW=[],BW=Object.freeze(rs({...new Ji,origin:void 0})),VW=Object.freeze(rs({value:null}));var HW=class{context;getters;compilationParams;evaluatedCells=new RF;formulaDependencies=Nt(new PW);blockedArrayFormulas=new LW({});spreadingRelations=new RW;constructor(e,t){this.context=e,this.getters=t,this.compilationParams=TW(this.context,this.getters,this.computeAndSave.bind(this))}getEvaluatedCell(e){return this.evaluatedCells.get(e)||VW}getSpreadZone(e,t={ignoreSpillError:!1}){let n=this.spreadingRelations.getArrayResultZone(e);if(!n)return;let r=this.evaluatedCells.get(e);return r?.type===`error`&&!(t.ignoreSpillError&&r?.value===k.SpilledBlocked)?R(e):Is(R(e),n)}getEvaluatedPositions(){return this.evaluatedCells.keys()}getEvaluatedPositionsInSheet(e){return this.evaluatedCells.keysForSheet(e)}getArrayFormulaSpreadingOn(e){if(this.getEvaluatedCell(e).type!==`empty`)return this.spreadingRelations.searchFormulaPositionsSpreadingOn(e.sheetId,R(e)).find(e=>!this.blockedArrayFormulas.has(e))}isArrayFormulaSpillBlocked(e){return this.blockedArrayFormulas.has(e)}updateDependencies(e){this.formulaDependencies().removeAllDependencies(e);let t=this.getDirectDependencies(e);this.formulaDependencies().addDependencies(e,t)}addDependencies(e,t){this.formulaDependencies().addDependencies(e,t);for(let e of t)this.compilationParams.ensureRange(e,!1)}updateCompilationParametersForIsolatedFormula(e){this.compilationParams=TW(this.context,this.getters,this.computeAndSave.bind(this)),this.compilationParams.evalContext.__originCellPosition=e,this.compilationParams.evalContext.updateDependencies=void 0,this.compilationParams.evalContext.addDependencies=void 0,this.compilationParams.evalContext.lookupCaches=this.compilationParams.evalContext.lookupCaches||{forwardSearch:new Map,reverseSearch:new Map}}updateCompilationParameters(){this.compilationParams=TW(this.context,this.getters,this.computeAndSave.bind(this)),this.compilationParams.evalContext.updateDependencies=this.updateDependencies.bind(this),this.compilationParams.evalContext.addDependencies=this.addDependencies.bind(this),this.compilationParams.evalContext.lookupCaches={forwardSearch:new Map,reverseSearch:new Map}}createEmptyPositionSet(){let e={};for(let t of this.getters.getSheetIds())e[t]={rows:this.getters.getNumberRows(t),cols:this.getters.getNumberCols(t)};return new LW(e)}evaluateCells(e){let t=performance.now(),n=new jW;n.addManyPositions(e);let r=this.getArrayFormulasImpactedByChangesOf(e);n.addMany(this.getCellsDependingOn(n)),n.addMany(r),n.addMany(this.getCellsDependingOn(r)),this.evaluate(n),console.debug(`evaluate Cells`,performance.now()-t,`ms`)}getArrayFormulasImpactedByChangesOf(e){let t=new jW;for(let n of e){let e=this.getters.getCell(n)?.content,r=this.getArrayFormulaSpreadingOn(n);r!==void 0&&t.addPosition(r),e||t.addPosition(n)}for(let e of[...t])t.addMany(this.getArrayFormulasBlockedBy(e.sheetId,e.zone));return t}buildDependencyGraph(){this.blockedArrayFormulas=this.createEmptyPositionSet(),this.spreadingRelations=new RW,this.formulaDependencies=Nt(()=>{let e=[];for(let t of this.getters.getSheetIds()){let n=this.getters.getCells(t);for(let r in n){let i=n[r];if(i.isFormula){let n=i.compiledFormula.dependencies;for(let i of n)i.invalidSheetName||i.invalidXc||e.push({data:{sheetId:t,zone:R(this.getters.getCellPosition(r))},boundingBox:{sheetId:i.sheetId,zone:i.zone}})}}}return new PW(e)})}evaluateAllCells(){let e=performance.now();this.evaluatedCells=new RF;let t=[];for(let e of this.getters.getSheetIds()){let n=this.getters.getSheetZone(e);t.push({sheetId:e,zone:n})}this.evaluate(t),console.debug(`evaluate all cells`,performance.now()-e,`ms`)}evaluateFormulaResult(e,t,n){let r=iC(t),i=r.dependencies.map(t=>this.getters.getRangeFromSheetXC(e,t));return this.updateCompilationParametersForIsolatedFormula(n),this.evaluateCompiledFormula(e,{...r,dependencies:i})}evaluateCompiledFormula(e,t,n){try{let r=GW(t,this.compilationParams,e,this.buildSafeGetSymbolValue(n),this.compilationParams.evalContext.__originCellPosition);return Ir(r)?wa(r,WW):WW(r)}catch(e){return HS(e,``)}}getArrayFormulasBlockedBy(e,t){let n=new jW,r=this.spreadingRelations.searchFormulaPositionsSpreadingOn(e,t);n.addManyPositions(r);let i=[...r].filter(e=>!this.blockedArrayFormulas.has(e));return i.length&&n.deleteManyPositions(i),n.addMany(this.getCellsDependingOn(n)),n}nextRangesToUpdate=new jW;cellsBeingComputed=new Set;symbolsBeingComputed=new Set;evaluate(e){this.cellsBeingComputed=new Set,this.nextRangesToUpdate=new jW(e);let t=0;for(;!this.nextRangesToUpdate.isEmpty()&&t++<30;){this.updateCompilationParameters();let e=[...this.nextRangesToUpdate];this.nextRangesToUpdate.clear(),this.clearEvaluatedRanges(e);for(let t of e){let{left:e,bottom:n,right:r,top:i}=t.zone;for(let a=e;a<=r;a++)for(let e=i;e<=n;e++){let n={sheetId:t.sheetId,col:a,row:e};if(this.nextRangesToUpdate.hasPosition(n))continue;let r=this.computeCell(n);r!==VW&&this.evaluatedCells.set(n,r)}}CW.getAll().forEach(e=>e(this.getters))}t>=30&&console.warn(`Maximum iteration reached while evaluating cells`)}clearEvaluatedRanges(e){for(let t of e){let{left:e,bottom:n,right:r,top:i}=t.zone;for(let a=e;a<=r;a++)for(let e=i;e<=n;e++)this.evaluatedCells.delete({sheetId:t.sheetId,col:a,row:e})}}computeCell(e){let t=this.evaluatedCells.get(e);if(t)return t;this.blockedArrayFormulas.has(e)||this.invalidateSpreading(e),this.spreadingRelations.isArrayFormula(e)&&this.spreadingRelations.removeNode(e);let n=this.getters.getCell(e);if(n===void 0)return VW;let r=n.id,i={format:n.format,locale:this.getters.getLocale()};try{return this.cellsBeingComputed.has(r)?BW:(this.cellsBeingComputed.add(r),n.isFormula?this.computeFormulaCell(e,n):ts(n,i,e))}catch(t){return t.value=t?.value||k.GenericError,t.message=t?.message||GS,t.origin=e,t.errorOriginPosition=t?.errorOriginPosition,rs(t)}finally{this.cellsBeingComputed.delete(r)}}computeAndSave(e){let t=this.computeCell(e);return this.evaluatedCells.has(e)||this.evaluatedCells.set(e,t),t}computeFormulaCell(e,t){let n=GW(t.compiledFormula,this.compilationParams,e.sheetId,this.buildSafeGetSymbolValue(),e);if(!Ir(n)){let r=rs(WW(n),this.getters.getLocale(),t,e);return r.type===`error`&&(r.errorOriginPosition=n.errorOriginPosition??e),r}this.assertSheetHasEnoughSpaceToSpreadFormulaResult(e,n);let r=n.length,i=n[0].length;if(i===0)return rs({value:0},this.getters.getLocale(),t);if(i===1&&r===1)return rs(WW(n[0][0]),this.getters.getLocale(),t);let a={top:e.row,bottom:e.row+i-1,left:e.col,right:e.col+r-1};return this.spreadingRelations.addRelation({resultZone:a,arrayFormulaPosition:e}),this.assertNoMergedCellsInSpreadZone(e,n),UW(r,i,this.checkCollision(e)),UW(r,i,this.spreadValues(e,n)),this.invalidatePositionsDependingOnSpread(e.sheetId,a),rs(WW(n[0][0]),this.getters.getLocale(),t)}invalidatePositionsDependingOnSpread(e,t){let n=this.getCellsDependingOn(Ks(t).map(t=>({sheetId:e,zone:t})));n.delete({sheetId:e,zone:t}),this.nextRangesToUpdate.addMany(n)}assertSheetHasEnoughSpaceToSpreadFormulaResult({sheetId:e,col:t,row:n},r){let i=this.getters.getNumberCols(e),a=this.getters.getNumberRows(e),o=t+r.length<=i,s=n+r[0].length<=a;if(!(o&&s))throw o?new Qi(E(`Result couldn't be automatically expanded. Please insert more rows.`)):s?new Qi(E(`Result couldn't be automatically expanded. Please insert more columns.`)):new Qi(E(`Result couldn't be automatically expanded. Please insert more columns and rows.`))}assertNoMergedCellsInSpreadZone({sheetId:e,col:t,row:n},r){if(this.getters.getMergesInZone(e,{top:n,bottom:n+r[0].length-1,left:t,right:t+r.length-1}).length!==0)throw new Qi(E(`Merged cells found in the spill zone. Please unmerge cells before using array formulas.`))}checkCollision(e){let{sheetId:t,col:n,row:r}=e;return(i,a)=>{let o={sheetId:t,col:i+n,row:a+r};if(this.getters.getCell(o)?.content||this.getters.getEvaluatedCell(o).type!==`empty`)throw this.blockedArrayFormulas.add(e),new Qi(E(`Array result was not expanded because it would overwrite data.`),o);this.blockedArrayFormulas.delete(e)}}spreadValues({sheetId:e,col:t,row:n},r){return(i,a)=>{let o={sheetId:e,col:i+t,row:a+n},s=this.getters.getCell(o),c=rs(WW(r[i][a]),this.getters.getLocale(),s,o);c.type===`error`&&(c.errorOriginPosition=r[i][a].errorOriginPosition??o),this.evaluatedCells.set(o,c)}}invalidateSpreading(e){let t=this.spreadingRelations.getArrayResultZone(e);if(!t)return;for(let n=t.left;n<=t.right;n++)for(let r=t.top;r<=t.bottom;r++){let t={sheetId:e.sheetId,col:n,row:r};this.getters.getCell(t)?.content||this.evaluatedCells.delete(t)}let n=e.sheetId;this.invalidatePositionsDependingOnSpread(n,t),this.nextRangesToUpdate.addMany(this.getArrayFormulasBlockedBy(n,t))}buildSafeGetSymbolValue(e){return t=>{if(this.symbolsBeingComputed.has(t))return BW;this.symbolsBeingComputed.add(t);try{return e?.(t)||new qi(E(`Invalid formula`))}finally{this.symbolsBeingComputed.delete(t)}}}getDirectDependencies(e){let t=this.getters.getCell(e);return t?.isFormula?t.compiledFormula.dependencies:[]}getCellsDependingOn(e){return this.formulaDependencies().getCellsDependingOn(e,this.nextRangesToUpdate)}};function UW(e,t,n){for(let r=0;r<e;++r)for(let e=0;e<t;++e)r===0&&e===0||n(r,e)}function WW(e){return e.value===null||e.value===void 0?{...e,value:0}:e}function GW(e,t,n,r,i){let a=t.evalContext,o=a.__originCellPosition,s=a.__originSheetId;a.__originCellPosition=i,a.__originSheetId=n;let c=e.execute(e.dependencies,t.referenceDenormalizer,t.ensureRange,r,a);return a.__originCellPosition=o,a.__originSheetId=s,c}var KW=class extends SW{static getters=[`evaluateFormula`,`evaluateFormulaResult`,`evaluateCompiledFormula`,`getCorrespondingFormulaCell`,`getRangeFormattedValues`,`getRangeValues`,`getRangeFormats`,`getEvaluatedCell`,`getEvaluatedCells`,`getEvaluatedCellsInZone`,`getEvaluatedCellsPositions`,`getSpreadZone`,`getArrayFormulaSpreadingOn`,`isArrayFormulaSpillBlocked`,`isEmpty`];shouldRebuildDependenciesGraph=!0;evaluator;positionsToUpdate=[];constructor(e){super(e),this.evaluator=new HW(e.custom,this.getters)}beforeHandle(e){(yr.has(e.type)||xr.has(e.type))&&(this.shouldRebuildDependenciesGraph=!0)}handle(e){switch(e.type){case`UPDATE_CELL`:if(!(`content`in e||`format`in e)||this.shouldRebuildDependenciesGraph)return;let t={sheetId:e.sheetId,row:e.row,col:e.col};this.positionsToUpdate.push(t),`content`in e&&this.evaluator.updateDependencies(t);break;case`EVALUATE_CELLS`:if(e.cellIds)for(let t=0;t<e.cellIds.length;t++)this.positionsToUpdate.push(this.getters.getCellPosition(e.cellIds[t]));else this.evaluator.evaluateAllCells();break}}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,n){let r=this.evaluateFormulaResult(e,t,n);return Ir(r)?wa(r,e=>e.value):r.value}evaluateFormulaResult(e,t,n){return this.evaluator.evaluateFormulaResult(e,t,n)}evaluateCompiledFormula(e,t,n){return this.evaluator.evaluateCompiledFormula(e,t,n)}getRangeFormattedValues(e){return this.getters.tryGetSheet(e.sheetId)===void 0?[]:this.mapVisiblePositions(e,e=>this.getters.getEvaluatedCell(e).formattedValue)}getRangeValues(e){return this.getters.tryGetSheet(e.sheetId)===void 0?[]:this.mapVisiblePositions(e,e=>this.getters.getEvaluatedCell(e).value)}getRangeFormats(e){let t=this.getters.tryGetSheet(e.sheetId);return t===void 0?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map(e=>e.format)}getEvaluatedCell(e){return this.evaluator.getEvaluatedCell(e)}getEvaluatedCells(e){return this.evaluator.getEvaluatedPositionsInSheet(e).map(e=>this.getEvaluatedCell(e))}getEvaluatedCellsPositions(e){return this.evaluator.getEvaluatedPositionsInSheet(e)}getEvaluatedCellsInZone(e,t){return qs(t).map(({col:t,row:n})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:n}))}getSpreadZone(e,t={ignoreSpillError:!1}){return this.evaluator.getSpreadZone(e,t)}getArrayFormulaSpreadingOn(e){return this.evaluator.getArrayFormulaSpreadingOn(e)}isArrayFormulaSpillBlocked(e){return this.evaluator.isArrayFormulaSpillBlocked(e)}isEmpty(e,t){return qs(t).map(({col:t,row:n})=>this.getEvaluatedCell({sheetId:e,col:t,row:n})).every(e=>e.type===`empty`)}mapVisiblePositions(e,t){let{sheetId:n,zone:r}=e;return qs(r).reduce((e,r)=>{let{col:i,row:a}=r;return!this.getters.isColHidden(n,i)&&!this.getters.isRowHidden(n,a)&&e.push(t({sheetId:n,...r})),e},[])}exportForExcel(e){for(let t of e.sheets)t.cellValues={},t.formulaSpillRanges={};for(let t of this.evaluator.getEvaluatedPositions()){let n=this.evaluator.getEvaluatedCell(t),r=T(t.col,t.row),i=n.value,a=!1,o,s=!0,c=e.sheets.find(e=>e.id===t.sheetId),l=this.getCorrespondingFormulaCell(t);if(l){let u=this.getters.getCell(t);if(s=fC(l.compiledFormula.tokens),a=s&&u?.content===l.content,!s&&i!==``){o=(i??``).toString();let t=n.format;if(t){let n=hc(t,e.formats);c.formats[r]=n}}}let u=c.cells[r],d;d=s&&a&&l instanceof eW?l.contentWithFixedReferences:s?u:o,c.cells[r]=d,c.cellValues[r]=i===k.BadExpression?void 0:i;let f=this.getSpreadZone(t);f&&(c.formulaSpillRanges[r]=this.getters.getRangeString(this.getters.getRangeFromZone(t.sheetId,f),t.sheetId))}}getCorrespondingFormulaCell(e){let t=this.getters.getCell(e);if(t&&t.isFormula)return t.compiledFormula.isBadExpression?void 0:t;if(t&&t.content)return;let n=this.getArrayFormulaSpreadingOn(e);if(n===void 0)return;let r=this.getters.getCell(n);if(r?.isFormula)return r}};let qW=/"(#[0-9a-fA-F]{6})"/g;function JW(e){let t=[{leadColor:_n(255,0,0),colors:[]},{leadColor:_n(255,128,0),colors:[]},{leadColor:_n(128,128,0),colors:[]},{leadColor:_n(128,255,0),colors:[]},{leadColor:_n(0,255,0),colors:[]},{leadColor:_n(0,255,128),colors:[]},{leadColor:_n(0,255,255),colors:[]},{leadColor:_n(0,127,255),colors:[]},{leadColor:_n(0,0,255),colors:[]},{leadColor:_n(127,0,255),colors:[]},{leadColor:_n(128,0,128),colors:[]},{leadColor:_n(255,0,128),colors:[]}];for(let n of e.map(xn)){let e=500,r=0;t.forEach((t,i)=>{let a=YW(n,t.leadColor);e>a&&(e=a,r=i)}),t[r].colors.push(n)}return t.map(e=>e.colors.sort((e,t)=>Cn(e).s-Cn(t).s)).flat().map(bn)}function YW(e,t){return Math.sqrt((e.r-t.r)**2+(e.g-t.g)**2+(e.b-t.b)**2)}var XW=class extends SW{customColors={};shouldUpdateColors=!0;static getters=[`getCustomColors`];constructor(e){super(e),this.tryToAddColors(e.customColors??[])}handle(e){switch(e.type){case`START`:for(let e of this.getters.getSheetIds()){for(let t of this.getters.getChartIds(e))this.tryToAddColors(this.getChartColors(t));for(let t of this.getters.getFigures(e))this.tryToAddColors(this.getCarouselColors(e,t.id))}break;case`UPDATE_CHART`:case`CREATE_CHART`:this.tryToAddColors(this.getChartColors(e.chartId));break;case`CREATE_CAROUSEL`:case`UPDATE_CAROUSEL`:this.tryToAddColors(this.getCarouselColors(e.sheetId,e.figureId));break;case`COLOR_SHEET`:e.color&&this.tryToAddColors([e.color]);break;case`UPDATE_CELL`:case`ADD_CONDITIONAL_FORMAT`:case`SET_BORDER`:case`SET_ZONE_BORDERS`:case`SET_FORMATTING`:case`CREATE_TABLE`:case`UPDATE_TABLE`:this.history.update(`shouldUpdateColors`,!0);break}}finalize(){this.shouldUpdateColors&&(this.history.update(`shouldUpdateColors`,!1),this.tryToAddColors(this.computeCustomColors()))}getCustomColors(){return JW(Object.keys(this.customColors))}computeCustomColors(){let e=[];for(let t of this.getters.getSheetIds())e=e.concat(this.getSheetColors(t),this.getColorsFromCells(t),this.getFormattingColors(t),this.getTableColors(t));return[...new Set([...e])]}getSheetColors(e){let t=this.getters.getSheet(e);return t.color?[t.color]:[]}getColorsFromCells(e){let t=Object.values(this.getters.getCells(e)),n=new Set;for(let e of t)e.style?.textColor&&n.add(e.style.textColor),e.style?.fillColor&&n.add(e.style.fillColor);for(let t of this.getters.getBordersColors(e))n.add(t);return[...n]}getFormattingColors(e){let t=this.getters.getConditionalFormats(e),n=[];for(let e of t){let t=e.rule;t.type===`CellIsRule`?(n.push(t.style.textColor),n.push(t.style.fillColor)):t.type===`ColorScaleRule`&&(n.push(dn(t.minimum.color)),n.push(t.midpoint?dn(t.midpoint.color):void 0),n.push(dn(t.maximum.color)))}return n.filter(C)}getChartColors(e){let t=this.getters.getChart(e);return t===void 0?[]:[...JSON.stringify(t.getDefinition()).matchAll(qW)].map(e=>e[1])}getCarouselColors(e,t){if(this.getters.getFigure(e,t)?.tag!==`carousel`)return[];let n=this.getters.getCarousel(t).title?.color;return n?[n]:[]}getTableColors(e){return this.getters.getTables(e).flatMap(e=>{let t=e.config,n=this.getters.getTableStyle(t.styleId);return[this.getTableStyleElementColors(n.wholeTable),t.numberOfHeaders>0?this.getTableStyleElementColors(n.headerRow):[],t.totalRow?this.getTableStyleElementColors(n.totalRow):[],t.bandedColumns?this.getTableStyleElementColors(n.firstColumnStripe):[],t.bandedColumns?this.getTableStyleElementColors(n.secondColumnStripe):[],t.bandedRows?this.getTableStyleElementColors(n.firstRowStripe):[],t.bandedRows?this.getTableStyleElementColors(n.secondRowStripe):[],t.firstColumn?this.getTableStyleElementColors(n.firstColumn):[],t.lastColumn?this.getTableStyleElementColors(n.lastColumn):[]].flat()})}getTableStyleElementColors(e){return e?[e.style?.fillColor,e.style?.textColor,e.border?.bottom?.color,e.border?.top?.color,e.border?.left?.color,e.border?.right?.color,e.border?.horizontal?.color,e.border?.vertical?.color].filter(C):[]}tryToAddColors(e){for(let t of e){if(!mn(t))continue;let e=pn(t);t&&!Ie.includes(e)&&this.history.update(`customColors`,e,!0)}}},ZW=class extends SW{static getters=[`getChartRuntime`,`getStyleOfSingleCellChart`];charts={};createRuntimeChart=yO(this.getters);handle(e){if(yr.has(e.type)||Sr.has(e.type)||br.has(e.type))for(let e in this.charts)this.charts[e]=void 0;switch(e.type){case`UPDATE_CHART`:case`CREATE_CHART`:this.charts[e.chartId]=void 0;break;case`DELETE_CHART`:this.charts[e.chartId]=void 0;break;case`DELETE_SHEET`:for(let e in this.charts)this.getters.isChartDefined(e)||(this.charts[e]=void 0);break}}getChartRuntime(e){if(!this.charts[e]){let t=this.getters.getChart(e);if(!t)throw 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:jC(e)};if(!t)return{background:oe,fontColor:jC(oe)};let n=t.zone.left,r=t.zone.top,i=t.sheetId,a=this.getters.getCellComputedStyle({sheetId:i,col:n,row:r}),o=a.fillColor||`#FFFFFF`;return{background:o,fontColor:a.textColor||jC(o)}}exportForExcel(e){for(let t of e.sheets){t.images||=[];let e=this.getters.getFigures(t.id),n=[];for(let r of e){if(!r||r.tag!==`chart`)continue;let e=this.getters.getChartIds(t.id).find(e=>this.getters.getFigureIdFromChartId(e)===r.id);if(!e)continue;let i=this.getters.getChart(e),a=i?.getDefinitionForExcel(this.getters);if(a)n.push({...r,data:a});else{if(!i)continue;let n=this.getters.getChartType(e),a=MT(this.getters.getChartRuntime(e),r,n);a&&t.images.push({...r,tag:`image`,data:{mimetype:`image/png`,path:a,size:{width:r.width,height:r.height}}})}}t.charts=n}}},QW=class extends SW{static getters=[`getConditionalIcon`,`getCellConditionalFormatStyle`,`getConditionalDataBar`];isStale=!0;computedStyles={};computedIcons={};computedDataBars={};handle(e){(yr.has(e.type)||Sr.has(e.type)||e.type===`UPDATE_CELL`&&(`content`in e||`format`in e))&&(this.isStale=!0)}finalize(){if(this.isStale){for(let e of this.getters.getSheetIds())this.computedStyles[e]=Nt(()=>this.getComputedStyles(e)),this.computedIcons[e]=Nt(()=>this.getComputedIcons(e)),this.computedDataBars[e]=Nt(()=>this.getComputedDataBars(e));this.isStale=!1}}getCellConditionalFormatStyle(e){let{sheetId:t,col:n,row:r}=e,i=this.computedStyles[t]();return i&&i[n]?.[r]}getConditionalIcon({sheetId:e,col:t,row:n}){let r=this.computedIcons[e]();return r&&r[t]?.[n]}getConditionalDataBar({sheetId:e,col:t,row:n}){let r=this.computedDataBars[e]();return r&&r[t]?.[n]}getComputedStyles(e){let t={};for(let n of this.getters.getConditionalFormats(e).reverse())switch(n.rule.type){case`ColorScaleRule`:for(let r of n.ranges)this.applyColorScale(e,r,n.rule,t);break;case`CellIsRule`:let r=n.rule.values.map(e=>e.startsWith(`=`)?iC(e):void 0);for(let i of n.ranges){let a=this.getters.getRangeFromSheetXC(e,i).zone;for(let i=a.top;i<=a.bottom;i++)for(let o=a.left;o<=a.right;o++){let s={sheetId:e,col:o,row:i},c=n.rule.values.map((t,n)=>{let s=r[n];return s?this.getters.getTranslatedCellFormula(e,o-a.left,i-a.top,s.tokens):t});this.getRuleResultForTarget(s,{...n.rule,values:c})&&(t[o]||(t[o]=[]),t[o][i]=Object.assign(t[o]?.[i]||{},n.rule.style))}}break}return t}getComputedIcons(e){let t={};for(let n of this.getters.getConditionalFormats(e).reverse())if(n.rule.type===`IconSetRule`)for(let r of n.ranges)this.applyIcon(e,r,n.rule,t);return t}getComputedDataBars(e){let t={};for(let n of this.getters.getConditionalFormats(e).reverse())if(n.rule.type===`DataBarRule`)for(let r of n.ranges)this.applyDataBar(e,r,n.rule,t);return t}parsePoint(e,t,n,r){let i=this.getters.getRangeFromSheetXC(e,t).zone,a=this.getters.getEvaluatedCellsInZone(e,i).filter(e=>e.type===`number`).map(e=>e.value);switch(n.type){case`value`:return r===`max`?$t(a):en(a);case`number`:return Number(n.value);case`percentage`:let t=en(a);return t+($t(a)-t)*Number(n.value)/100;case`percentile`:return Gi(a,Number(n.value)/100,!0);case`formula`:let i=n.value&&this.getters.evaluateFormula(e,n.value);return typeof i==`number`?i:null;default:return null}}applyIcon(e,t,n,r){let i=this.parsePoint(e,t,n.lowerInflectionPoint),a=this.parsePoint(e,t,n.upperInflectionPoint);if(i===null||a===null||i>a)return;let o=this.getters.getRangeFromSheetXC(e,t).zone,s=[n.icons.upper,n.icons.middle,n.icons.lower];for(let t=o.top;t<=o.bottom;t++)for(let c=o.left;c<=o.right;c++){let o=this.getters.getEvaluatedCell({sheetId:e,col:c,row:t});if(o.type!==`number`)continue;let l=this.computeIcon(o.value,a,n.upperInflectionPoint.operator,i,n.lowerInflectionPoint.operator,s);r[c]||(r[c]=[]),r[c][t]=l}}computeIcon(e,t,n,r,i,a){return n===`ge`&&e>=t||n===`gt`&&e>t?a[0]:i===`ge`&&e>=r||i===`gt`&&e>r?a[1]:a[2]}applyDataBar(e,t,n,r){let i=this.getters.getRangeFromSheetXC(e,n.rangeValues||t),a=$t(this.getters.getEvaluatedCellsInZone(e,i.zone).filter(e=>e.type===`number`).map(e=>e.value));if(a<=0)return;let o=n.color,s=this.getters.getRangeFromSheetXC(e,t).zone,c=i.zone;for(let t=s.top;t<=s.bottom;t++)for(let n=s.left;n<=s.right;n++){let i=n-s.left+c.left,l=t-s.top+c.top,u=this.getters.getEvaluatedCell({sheetId:e,col:i,row:l});!Hs(i,l,c)||u.type!==`number`||u.value<=0||(r[n]||(r[n]=[]),r[n][t]={color:dn(o),percentage:u.value*100/a})}}applyColorScale(e,t,n,r){let i=this.parsePoint(e,t,n.minimum,`min`),a=n.midpoint?this.parsePoint(e,t,n.midpoint):null,o=this.parsePoint(e,t,n.maximum,`max`);if(i===null||o===null||i>=o||a!==null&&(i>=a||a>=o))return;let s=this.getters.getRangeFromSheetXC(e,t).zone,c=[{value:i,color:n.minimum.color}];n.midpoint&&a!==null&&c.push({value:a,color:n.midpoint.color}),c.push({value:o,color:n.maximum.color});let l=Kn(c);for(let t=s.top;t<=s.bottom;t++)for(let n=s.left;n<=s.right;n++){let a=this.getters.getEvaluatedCell({sheetId:e,col:n,row:t});if(a.type===`number`){let e=x(a.value,i,o);r[n]||(r[n]=[]),r[n][t]=r[n]?.[t]||{},r[n][t].fillColor=l(e)}}}getRuleResultForTarget(e,t){let n=this.getters.getEvaluatedCell(e);if(n.type===`error`)return!1;let{sheetId:r}=e,i=Y.get(t.operator),a=t.values.map(t=>t.startsWith(`=`)?this.getters.evaluateFormula(r,t,e)??``:ns(t,D));if(a.some(Gu))return!1;let o={type:t.operator,values:a.map(Uu)};return i.isValueValid(n.value??``,o,this.getters,r)}};let $W={isValid:!0};var eG=class extends SW{static getters=[`getDataValidationInvalidCriterionValueMessage`,`getInvalidDataValidationMessage`,`getValidationResultForCellValue`,`getDataValidationRangeValues`,`isCellValidCheckbox`,`getDataValidationCellStyle`,`getDataValidationChipStyle`,`isDataValidationInvalid`];validationResults={};handle(e){if(yr.has(e.type)||e.type===`EVALUATE_CELLS`||e.type===`UPDATE_CELL`&&(`content`in e||`format`in e)){this.validationResults={};return}switch(e.type){case`ADD_DATA_VALIDATION_RULE`:case`REMOVE_DATA_VALIDATION_RULE`:delete this.validationResults[e.sheetId];break}}isDataValidationInvalid(e){return!this.getValidationResultForCell(e).isValid}getDataValidationCellStyle(e){if(!this.hasChip(e))return this.getDataValidationStyle(e)}getDataValidationChipStyle(e){if(this.hasChip(e))return this.getDataValidationStyle(e)??{fillColor:`#E7E9ED`}}getInvalidDataValidationMessage(e){let t=this.getValidationResultForCell(e);return t.isValid?void 0:t.error}getDataValidationInvalidCriterionValueMessage(e,t){let n=Y.get(e);return t.startsWith(`=`)?n.allowedValues===`onlyLiterals`?E(`The value must not be a formula`):this.isValidFormula(t)?void 0:U.CriterionError.validFormula:n.allowedValues===`onlyFormulas`?E(`The value must be a formula`):n.isCriterionValueValid(t)?void 0:n.criterionValueErrorString}getDataValidationRangeValues(e,t){let n=this.getters.getRangeFromSheetXC(e,String(t.values[0])),r=[],i=new Set;for(let e of qs(n.zone)){let t=this.getters.getEvaluatedCell({...e,sheetId:n.sheetId});t.formattedValue&&!i.has(t.formattedValue)&&(i.add(t.formattedValue),r.push({label:t.formattedValue,value:t.value?.toString()||``}))}return r}isCellValidCheckbox(e){if(!this.getters.isMainCellPosition(e))return!1;let t=this.getters.getValidationRuleForCell(e);return!t||t.criterion.type!==`isBoolean`?!1:this.getValidationResultForCell(e).isValid}getValidationResultForCellValue(e,t){let n=this.getters.getValidationRuleForCell(t);if(!n)return $W;let r=this.getRuleErrorForCellValue(e,t,n);return r?{error:r,rule:n,isValid:!1}:$W}hasChip(e){let t=this.getters.getValidationRuleForCell(e);return(t?.criterion.type===`isValueInList`||t?.criterion.type===`isValueInRange`)&&t.criterion.displayStyle===`chip`}getDataValidationStyle(e){let t=this.getters.getValidationRuleForCell(e);if(!t||this.isDataValidationInvalid(e))return;let n=this.getters.getEvaluatedCell(e),r=this.getValueColor(t,n.value);if(r)return{fillColor:r,textColor:Mn(r)}}getValueColor(e,t){if(!(e.criterion.type!==`isValueInList`&&e.criterion.type!==`isValueInRange`)){for(let n in e.criterion.colors)if(n.toLowerCase()===String(t).toLowerCase())return e.criterion.colors[n]}}isValidFormula(e){return!iC(e).isBadExpression}getValidationResultForCell(e){let{col:t,row:n,sheetId:r}=e;return this.validationResults[r]||(this.validationResults[r]=this.computeSheetValidationResults(r)),this.validationResults[r][t]?.[n]?.()||$W}computeSheetValidationResults(e){let t={},n=this.getters.getDataValidationRules(e).map(e=>e.ranges);for(let e of Hc(n.flat())){let{col:n,row:r}=e;t[n]||(t[n]=[]),t[n][r]=Nt(()=>{let t=this.getters.getEvaluatedCell(e);return t.type===`empty`?$W:this.getValidationResultForCellValue(t.value,e)})}return t}getRuleErrorForCellValue(e,t,n){let{sheetId:r}=t,i=n.criterion,a=Y.get(i.type),o=this.getCellOffsetInRule(t,n),s=this.getEvaluatedCriterionValues(r,t,o,i);if(s.some(Gu))return;let c={...i,values:s.map(Uu)};if(!a.isValueValid(e,c,this.getters,r))return a.getErrorString(c,this.getters,r)}getCellOffsetInRule(e,t){let n=t.ranges.find(t=>Hs(e.col,e.row,t.zone));if(!n)throw Error(`The cell is not in any range of the rule`);return{col:e.col-n.zone.left,row:e.row-n.zone.top}}getEvaluatedCriterionValues(e,t,n,r){return r.values.map(r=>{if(!r.startsWith(`=`))return ns(r,D);let i=iC(r),a=this.getters.getTranslatedCellFormula(e,n.col,n.row,i.tokens);return this.getters.evaluateFormula(e,a,t)})}};let tG=new g;tG.add(`data_validation_checkbox`,(e,t)=>{if(e.isCellValidCheckbox(t)){let n=!!e.getEvaluatedCell(t).value;return{svg:n?Pj:Mj,hoverSvg:n?Pj:Nj,priority:2,horizontalAlign:`center`,size:17,margin:2,position:t,type:`data_validation_checkbox`,onClick:(e,t)=>{let r=t.model.getters.getCell(e);if(t.model.getters.isReadonly()||r?.isFormula)return;let i=n?`FALSE`:`TRUE`;t.model.dispatch(`UPDATE_CELL`,{...e,content:i})}}}}),tG.add(`data_validation_chip_icon`,(e,t)=>{let n=e.getDataValidationChipStyle(t);if(n){let r=e.getCellComputedStyle(t);return{svg:Aj(n),hoverSvg:jj(n),priority:10,horizontalAlign:`right`,size:Sl(r),margin:4,position:t,onClick:(e,t)=>{let{col:n,row:r}=e;t.model.selection.selectCell(n,r),t.startCellEdition()},type:`data_validation_chip_icon`}}}),tG.add(`data_validation_list_icon`,(e,t)=>{if(!e.isReadonly()&&e.cellHasListDataValidationIcon(t)){let n=e.getCellComputedStyle(t);return{svg:Ej(n),hoverSvg:Oj(n),priority:2,horizontalAlign:`right`,size:17,margin:2,position:t,onClick:(e,t)=>{let{col:n,row:r}=e;t.model.selection.selectCell(n,r),t.startCellEdition()},type:`data_validation_list_icon`}}}),tG.add(`filter_icon`,(e,t)=>{if(e.isFilterHeader(t)){let n=e.isFilterActive(t),r=vn(e.getCellComputedStyle(t).fillColor||`#fff`)<.45;return{type:`filter_icon`,svg:Ij(n,r,!1),hoverSvg:Ij(n,r,!0),priority:3,horizontalAlign:`right`,size:17,margin:2,position:t,onClick:(e,t)=>{let n=t.getStore(EA),r=n.persistentCellPopover;if(r.isOpen&&r.col===e.col&&r.row===e.row&&r.type===`FilterMenu`){n.close();return}n.open(e,`FilterMenu`)}}}}),tG.add(`conditional_formatting`,(e,t)=>{let n=e.getConditionalIcon(t);if(n){let r=e.getCellStyle(t);return{type:`conditional_formatting`,svg:Lj[n].svg,priority:1,horizontalAlign:`left`,size:Sl(r),margin:4,position:t}}}),tG.add(`pivot_collapse`,(e,t)=>{if(!e.isSpillPivotFormula(t))return;let n=e.getPivotCellFromPosition(t),r=e.getPivotIdFromPosition(t);if(n.type===`HEADER`&&r&&n.domain.length){let i=e.getPivotCoreDefinition(r),a=e.isDashboard(),o=n.dimension===`COL`?i.columns:i.rows,s=!a&&!e.shouldShowFormulas()&&n.domain.length!==o.length,c=(i.collapsedDomains?.[n.dimension]??[]).some(e=>w(e,n.domain)),l=n.dimension===`ROW`?(n.domain.length-1)*15:0;return{type:`pivot_collapse`,priority:4,horizontalAlign:`left`,size:s||!a&&n.dimension===`ROW`&&i.rows.length>1?12:0,margin:s?4+l:l,svg:s?Fj(c,!1):void 0,hoverSvg:s?Fj(c,!0):void 0,position:t,onClick:nG}}});function nG(e,t){let n=t.model.getters.getPivotCellFromPosition(e),r=t.model.getters.getPivotIdFromPosition(e);if(!r||n.type!==`HEADER`)return;let i=t.model.getters.getPivotCoreDefinition(r),a=i.collapsedDomains?.[n.dimension]?[...i.collapsedDomains[n.dimension]]:[],o=a.findIndex(e=>w(e,n.domain));o===-1?a.push(n.domain):a.splice(o,1);let s=i.collapsedDomains?{...i.collapsedDomains}:{COL:[],ROW:[]};s[n.dimension]=a,t.model.dispatch(`UPDATE_PIVOT`,{pivotId:r,pivot:{...i,collapsedDomains:s}})}tG.add(`pivot_dashboard_sorting`,(e,t)=>{if(!e.isDashboard()||e.getPivotCellFromPosition(t).type!==`MEASURE_HEADER`)return;let n=e.getPivotCellSortDirection(t);if(n!==`asc`&&n!==`desc`)return;let r=e.getCellComputedStyle(t);return{type:`pivot_dashboard_sorting_${n}`,priority:5,horizontalAlign:`right`,size:17,margin:2,svg:n===`asc`?Dj(r):Ej(r),position:t,onClick:void 0}});var rG=class extends SW{static getters=[`doesCellHaveGridIcon`,`getCellIcons`,`getCellIconRect`];cellIconsCache={};handle(e){e.type!==`SET_VIEWPORT_OFFSET`&&(this.cellIconsCache={})}getCellIcons(e){return this.cellIconsCache[e.sheetId]||(this.cellIconsCache[e.sheetId]={}),this.cellIconsCache[e.sheetId][e.col]||(this.cellIconsCache[e.sheetId][e.col]={}),this.cellIconsCache[e.sheetId][e.col][e.row]||(this.cellIconsCache[e.sheetId][e.col][e.row]=this.computeCellIcons(e)),this.cellIconsCache[e.sheetId][e.col][e.row]}getCellIconRect(e,t){let n=e.position,r=this.getters.getCell(n);return{x:this.getIconHorizontalPosition(t,e.horizontalAlign,e),y:this.getters.computeTextYCoordinate(t,e.size,r?.style?.verticalAlign),width:e.size,height:e.size}}getIconHorizontalPosition(e,t,n){let r=e.x,i=e.x+e.width;switch(t){case`right`:return i-n.margin-n.size;case`left`:return r+n.margin;default:let e=Math.floor((i-r-n.size)/2);return i-n.size-e}}computeCellIcons(e){let t={left:void 0,right:void 0,center:void 0},n=tG.getAll();for(let r of n){let n=r(this.getters,e);n&&(!t[n.horizontalAlign]||n.priority>t[n.horizontalAlign].priority)&&(t[n.horizontalAlign]=n)}if(t.center&&(t.left||t.right)){let e=Math.max(t.left?.priority||0,t.right?.priority||0);t.center.priority<e?t.center=void 0:(t.left=void 0,t.right=void 0)}return Object.values(t).filter(C)}doesCellHaveGridIcon(e){return!!this.getCellIcons(e).length}},iG=class extends SW{static getters=[`canCreateDynamicTableOnZones`,`doesZonesContainFilter`,`getFilter`,`getFilters`,`getTable`,`getTables`,`getTablesOverlappingZones`,`getFilterId`,`getFilterHeaders`,`isFilterHeader`];tables={};handle(e){if(yr.has(e.type)||e.type===`UPDATE_CELL`&&(`content`in e||`format`in e)||e.type===`EVALUATE_CELLS`){this.tables={};return}switch(e.type){case`CREATE_TABLE`:case`REMOVE_TABLE`:case`UPDATE_TABLE`:case`DELETE_CONTENT`:this.tables={};break}}finalize(){for(let e of this.getters.getSheetIds())this.tables[e]||(this.tables[e]=this.computeTables(e))}computeTables(e){let t=[],n=this.getters.getCoreTables(e);for(let e of n)e.type!==`dynamic`&&t.push(e);let r=[...t];for(let i of n){if(i.type!==`dynamic`)continue;let n=this.coreTableToTable(e,i),a=n.range.zone;for(let e of r){let t=e.range.zone;Bs(a,t)&&(a=t.left>a.left?{...a,right:Math.min(a.right,t.left-1)}:{...a,bottom:Math.min(a.bottom,t.top-1)})}t.push({...n,range:this.getters.getRangeFromZone(e,a)})}return t}getFilters(e){return this.getTables(e).filter(e=>e.config.hasFilters).map(e=>e.filters).flat()}getTables(e){return this.tables[e]||[]}getFilter(e){let t=this.getTable(e);if(!(!t||!t.config.hasFilters))return t.filters.find(t=>t.col===e.col)}getFilterId(e){return this.getFilter(e)?.id}getTable({sheetId:e,col:t,row:n}){return this.getTables(e).find(e=>Hs(t,n,e.range.zone))}getTablesOverlappingZones(e,t){return this.getTables(e).filter(e=>t.some(t=>Bs(e.range.zone,t)))}doesZonesContainFilter(e,t){return this.getTablesOverlappingZones(e,t).some(e=>e.config.hasFilters)}getFilterHeaders(e){let t=[];for(let n of this.getTables(e)){if(!n.config.hasFilters)continue;let r=n.range.zone,i=r.top;for(let n=r.left;n<=r.right;n++)t.push({sheetId:e,col:n,row:i})}return t}isFilterHeader({sheetId:e,col:t,row:n}){return this.getFilterHeaders(e).some(e=>e.col===t&&e.row===n)}canCreateDynamicTableOnZones(e,t){if(!sc(t))return!1;let n=Is(...t),r={col:n.left,row:n.top,sheetId:e},i=this.getters.getArrayFormulaSpreadingOn(r);if(!i){let e=this.getters.getEvaluatedCell(r);return e.value===k.SpilledBlocked&&!e.errorOriginPosition}else if(w(i,r)&&rc(n)===1)return!0;return w(n,this.getters.getSpreadZone(i))}coreTableToTable(e,t){if(t.type!==`dynamic`)return t;let n=t.range.zone,r={sheetId:e,col:n.left,row:n.top},i=this.getters.getSpreadZone(r)??t.range.zone,a=this.getters.getRangeFromZone(e,i),o=this.getDynamicTableFilters(e,t,i);return{id:t.id,range:a,filters:o,config:t.config}}getDynamicTableFilters(e,t,n){let r=[],{top:i,bottom:a,left:o,right:s}=n;for(let n=o;n<=s;n++){let s=n-o,c={left:n,right:n,top:i,bottom:a},l=_I(this.getDynamicTableFilterId(t.id,s),this.getters.getRangeFromZone(e,c),t.config,this.getters.getRangeFromZone);r.push(l)}return r}getDynamicTableFilterId(e,t){return e+`_`+t}isTableExcelExportable(e,t){return t.type===`dynamic`?!1:!qs(t.range.zone).some(t=>this.getters.getArrayFormulaSpreadingOn({sheetId:e,...t}))}exportForExcel(e){for(let t of e.sheets){let n=[];for(let r of t.tables){let i=Es(r.range),a={sheetId:t.id,col:i.left,row:i.top},o=this.getters.getCoreTable(a),s=this.getTable(a);if(!o||!s||this.isTableExcelExportable(t.id,o)){n.push(r);continue}t.styles=t.styles||{},t.borders=t.borders||{};for(let n of qs(s.range.zone)){let r={sheetId:t.id,...n},i=this.getters.getCellComputedStyle(r),a=this.getters.getCellComputedBorder(r),o=T(n.col,n.row);if(!kt(i)){let n=hc(i,e.styles);t.styles[o]=n}if(a){let n=hc(a,e.borders);t.borders[o]=n}}}t.tables=n}}},aG=class extends SW{static getters=[`getRowSize`,`getHeaderSize`,`getMaxAnchorOffset`];tallestCellInRow={};ctx=document.createElement(`canvas`).getContext(`2d`);beforeHandle(e){switch(e.type){case`ADD_COLUMNS_ROWS`:if(e.dimension===`COL`)return;let t=Ft(e.position,e.base),n=Array(e.quantity).fill(void 0),r=Jt(this.tallestCellInRow[e.sheetId],n,t);this.history.update(`tallestCellInRow`,e.sheetId,r);break}}handle(e){switch(e.type){case`START`:case`UPDATE_LOCALE`:for(let e of this.getters.getSheetIds())this.initializeSheet(e);break;case`CREATE_SHEET`:this.initializeSheet(e.sheetId);break;case`DUPLICATE_SHEET`:{let t=b(this.tallestCellInRow[e.sheetId]);this.history.update(`tallestCellInRow`,e.sheetIdTo,t);break}case`DELETE_SHEET`:let t={...this.tallestCellInRow};delete t[e.sheetId],this.history.update(`tallestCellInRow`,t);break;case`REMOVE_COLUMNS_ROWS`:{if(e.dimension===`COL`)return;let t=qt(this.tallestCellInRow[e.sheetId],e.elements);this.history.update(`tallestCellInRow`,e.sheetId,t);break}case`RESIZE_COLUMNS_ROWS`:{let t=e.sheetId;if(e.dimension===`ROW`)for(let n of e.elements){let e=this.getRowTallestCell(t,n);this.history.update(`tallestCellInRow`,t,n,e)}else for(let n of S(0,this.getters.getNumberRows(t)))for(let r of e.elements)this.updateRowSizeForCellChange(t,n,r)}break;case`UPDATE_CELL`:this.updateRowSizeForCellChange(e.sheetId,e.row,e.col);break;case`ADD_MERGE`:case`REMOVE_MERGE`:for(let t of e.target)for(let n of qs(t))this.updateRowSizeForCellChange(e.sheetId,n.row,n.col)}}getRowSize(e,t){return Math.round(this.getters.getUserRowSize(e,t)??this.tallestCellInRow[e][t]?.size??23)}getMaxAnchorOffset(e,t,n){let{numberOfRows:r,numberOfCols:i}=this.getters.getSheetSize(e),a=0;for(;a<t&&r>0;r--)a+=this.getRowSize(e,r-1);let o=0;for(;o<n&&i>0;i--)o+=this.getters.getColSize(e,i-1);return{col:i,row:r,offset:{x:o-n,y:a-t}}}getHeaderSize(e,t,n){return this.getters.isHeaderHidden(e,t,n)?0:t===`ROW`?this.getRowSize(e,n):this.getters.getColSize(e,n)}updateRowSizeForCellChange(e,t,n){let r=this.tallestCellInRow[e]?.[t];if(r?.cell.col===n){let n=this.getRowTallestCell(e,t);this.history.update(`tallestCellInRow`,e,t,n)}let i=this.getCellHeight({sheetId:e,col:n,row:t});if(!(i<=23)&&(!r&&i>23||r&&i>r.size)){let r={cell:{sheetId:e,col:n,row:t},size:i};this.history.update(`tallestCellInRow`,e,t,r)}}initializeSheet(e){let t=[];for(let n=0;n<this.getters.getNumberRows(e);n++){let r=this.getRowTallestCell(e,n);t.push(r)}this.history.update(`tallestCellInRow`,e,t)}getCellHeight(e){if(this.isInMultiRowMerge(e))return 23;let t=this.getters.getCell(e),n=this.getters.getColSize(e.sheetId,e.col);return dl(this.ctx,t,this.getters.getLocale(),n)}isInMultiRowMerge(e){let t=this.getters.getMerge(e);return!!t&&t.bottom!==t.top}getRowTallestCell(e,t){if(this.getters.getUserRowSize(e,t)!==void 0)return;let n=this.getters.getRowCells(e,t),r=0,i;for(let e=0;e<n.length;e++){let t=this.getters.getCellById(n[e]);if(!t)continue;let a=this.getters.getCellPosition(t.id),o=this.getCellHeight(a);o>r&&o>23&&(r=o,i={cell:a,size:o})}if(i&&i.size>23)return i}};let oG=`0.00%`;function sG(e){class t extends e{getters;pivotId;cache={};rankAsc={};rankDesc={};runningTotal={};runningTotalInPercent={};constructor(e,t,n){super(t,n),this.getters=n.getters,this.pivotId=e}markAsDirtyForEvaluation(){this.cache={},this.rankAsc={},this.rankDesc={},this.runningTotal={},this.runningTotalInPercent={},super.markAsDirtyForEvaluation?.()}getPivotCellValueAndFormat(e,t){return this.getMeasureDisplayValue(e,t)}_getPivotCellValueAndFormat(e,t){let n=`${e}-${t.map(e=>e.field+`=`+e.value).join(`,`)}`;if(this.cache[n])return this.cache[n];let r=this.getMeasure(e),i=r.computedBy?this.computeMeasure(r,t):super.getPivotCellValueAndFormat(e,t);return r.format?this.cache[n]={...i,format:r.format}:this.cache[n]=i,this.cache[n]}computeMeasure(e,t){if(!e.computedBy)return{value:0};let{columns:n,rows:r}=super.definition;if(e.aggregator&&n.length+r.length!==t.length){let n=this.getValuesToAggregate(e,t),r=Td[e.aggregator];if(!r)return{value:0};try{return r([n],this.getters.getLocale())}catch(t){return HS(t,e.aggregator.toUpperCase())}}let i=this.getters.getMeasureCompiledFormula(this.pivotId,e),a=this.getters.evaluateCompiledFormula(e.computedBy.sheetId,i,e=>{let{columns:n,rows:r}=this.definition;if(n.find(t=>t.nameWithGranularity===e)){let{colDomain:n}=RL(this,t),r=n.findIndex(t=>t.field===e);return r===-1?new Xi:this.getPivotHeaderValueAndFormat(n.slice(0,r+1))}if(r.find(t=>t.nameWithGranularity===e)){let{rowDomain:n}=RL(this,t),r=n.findIndex(t=>t.field===e);return r===-1?new Xi:this.getPivotHeaderValueAndFormat(n.slice(0,r+1))}return this.getPivotCellValueAndFormat(e,t)});return Ir(a)?a[0][0]:a}getValuesToAggregate(e,t){let{rowDomain:n,colDomain:r}=RL(this,t),i=super.getExpandedTableStructure(),a=[];if(r.length===0&&n.length<this.definition.rows.length&&this.definition.rows.length&&this.definition.columns.length){let t=this.treeToLeafDomains(i.getColTree()),r=this.getSubTreeMatchingDomain(i.getRowTree(),n),o=this.treeToLeafDomains(r);for(let r of t)for(let t of o)a.push(this._getPivotCellValueAndFormat(e.id,n.concat(t).concat(r)));return a}else if(n.length===this.definition.rows.length&&r.length===0){let t=i.getColTree(),o=this.getSubTreeMatchingDomain(t,r),s=this.treeToLeafDomains(o,r);for(let t of s)a.push(this._getPivotCellValueAndFormat(e.id,n.concat(t)));return a}else if(n.length===this.definition.rows.length&&r.length&&r.length<this.definition.columns.length){let t=this.getSubTreeMatchingDomain(i.getColTree(),r),o=this.treeToLeafDomains(t,r);for(let t of o)a.push(this._getPivotCellValueAndFormat(e.id,n.concat(t)));return a}else{let t=i.getRowTree(),o=this.getSubTreeMatchingDomain(t,n),s=this.treeToLeafDomains(o,n);for(let t of s)a.push(this._getPivotCellValueAndFormat(e.id,t.concat(r)));return a}}getSubTreeMatchingDomain(e,t,n=0){if(n>t.length)return[];if(t.length===n)return e;for(let r of e){let e=Pd(this.definition.getDimension(r.field),t[n]?.value);if(r.field===t[n]?.field&&r.value===e)return this.getSubTreeMatchingDomain(r.children,t,n+1)}return[]}treeToLeafDomains(e,t=[]){let n=[];for(let r of e){let e=this.definition.getDimension(r.field),i=[...t,{field:r.field,value:r.value,type:e.type}];r.children.length===0?n.push(i):n.push(...this.treeToLeafDomains(r.children,i))}return n}getMeasureDisplayValue(e,t){let n=this.getMeasure(e),r=this._getPivotCellValueAndFormat(e,t);if(!n.display||n.display.type===`no_calculations`||r.message)return r;let i=n.display.fieldNameWithGranularity;if(i&&!this.isFieldInPivot(i))return{value:k.NotAvailable,message:E(`Field "%s" not found in pivot for measure display calculation`,i)};try{let e=n.display;switch(e.type){case`%_of_grand_total`:return this.asPercentOfGrandTotal(r,n);case`%_of_col_total`:return this.asPercentOfColumnTotal(r,n,t);case`%_of_row_total`:return this.asPercentOfRowTotal(r,n,t);case`%_of_parent_row_total`:return this.asPercentOfParentRowTotal(r,n,t);case`%_of_parent_col_total`:return this.asPercentOfParentColumnTotal(r,n,t);case`index`:return this.asIndex(r,n,t);case`%_of_parent_total`:return this.asPercentOfParentTotal(r,n,t,e);case`running_total`:return this.asRunningTotal(r,n,t,e,`running_total`);case`%_running_total`:return this.asRunningTotal(r,n,t,e,`%_running_total`);case`rank_asc`:return this.asRank(r,n,t,e,`asc`);case`rank_desc`:return this.asRank(r,n,t,e,`desc`);case`%_of`:return this.asPercentOf(r,n,t,e);case`difference_from`:return this.asDifferenceFrom(r,n,t,e);case`%_difference_from`:return this.asDifferenceFromInPercent(r,n,t,e)}return r}catch(e){return HS(e,`COMPUTE_MEASURE_DISPLAY_VALUE`)}}asPercentOfGrandTotal(e,t){let n=this.getGrandTotal(t.id);return n===0?{value:k.DivisionByZero}:{value:this.measureValueToNumber(e)/n,format:oG}}asPercentOfRowTotal(e,t,n){let r=this.getRowTotal(t.id,n);return r===0?{value:k.DivisionByZero}:{value:this.measureValueToNumber(e)/r,format:oG}}asPercentOfColumnTotal(e,t,n){let r=this.getColumnTotal(t.id,n);return r===0?{value:k.DivisionByZero}:{value:this.measureValueToNumber(e)/r,format:oG}}asPercentOfParentRowTotal(e,t,n){let r=IL(this,n),i=this.measureValueToNumber(this._getPivotCellValueAndFormat(t.id,r));return i===0?{value:``}:{value:this.measureValueToNumber(e)/i,format:oG}}asPercentOfParentColumnTotal(e,t,n){let r=LL(this,n),i=this.measureValueToNumber(this._getPivotCellValueAndFormat(t.id,r));return i===0?{value:``}:{value:this.measureValueToNumber(e)/i,format:oG}}asPercentOfParentTotal(e,t,n,r){let{fieldNameWithGranularity:i}=r;if(!i)return e;if(!KL(i,n))return{value:``};let a=WL(this,i,n),o=this._getPivotCellValueAndFormat(t.id,a),s=this.measureValueToNumber(o);return s===0?{value:``}:{value:this.measureValueToNumber(e)/s,format:oG}}asIndex(e,t,n){let r=this.measureValueToNumber(e),i=this.getRowTotal(t.id,n),a=this.getColumnTotal(t.id,n),o=this.getGrandTotal(t.id);return i===0||a===0?{value:k.DivisionByZero}:{value:r*o/(a*i),format:void 0}}asRunningTotal(e,t,n,r,i){let{fieldNameWithGranularity:a}=r;if(!a)return e;let o=i===`running_total`?this.runningTotal:this.runningTotalInPercent,s=o[t.id]?.[a];s||(s=this.computeRunningTotal(t,a,i),o[t.id]||(o[t.id]={}),o[t.id][a]=s);let{rowDomain:c,colDomain:l}=RL(this,n),u=YL(l),d=YL(c);return{value:s[u]?.[d]??``,format:i===`running_total`?e.format:oG}}asPercentOf(e,t,n,r){let{fieldNameWithGranularity:i,value:a}=r;if(a===void 0||!i)return e;if(!KL(i,n))return{value:``};let o=this.getComparisonValue(t,n,i,a),s=this.strictMeasureValueToNumber(e);return o===0||o===`sameValue`&&s===0?{value:k.DivisionByZero}:!o||o===`sameValue`&&!s?{value:``}:o===`sameValue`?{value:1,format:oG}:s===void 0?{value:k.NullError}:{value:s/o,format:oG}}asDifferenceFrom(e,t,n,r){let{fieldNameWithGranularity:i,value:a}=r;if(a===void 0||!i)return e;if(!KL(i,n))return{value:``};let o=this.getComparisonValue(t,n,i,a)||0;return o===`sameValue`?{value:``}:{value:this.measureValueToNumber(e)-o,format:e.format}}asDifferenceFromInPercent(e,t,n,r){let{fieldNameWithGranularity:i,value:a}=r;if(a===void 0||!i)return e;if(!KL(i,n))return{value:``};let o=this.getComparisonValue(t,n,i,a),s=this.strictMeasureValueToNumber(e);return o===0?{value:k.DivisionByZero}:!o||o===`sameValue`?{value:``}:s===void 0?{value:k.NullError}:{value:(s-o)/o,format:oG}}asRank(e,t,n,r,i){let{fieldNameWithGranularity:a}=r;if(!a)return e;if(!KL(a,n))return{value:``};let o=i===`asc`?this.rankAsc:this.rankDesc,s=o[t.id]?.[a];s||(s=this.computeRank(t,a,i),o[t.id]||(o[t.id]={}),o[t.id][a]=s);let{rowDomain:c,colDomain:l}=RL(this,n),u=YL(l),d=YL(c);return{value:s[u]?.[d]??``}}computeRank(e,t,n){let r={},i=qL(this,t),a=i===`row`?`column`:`row`,o=this.getPivotValueCells(e.id);i===`column`&&(o=Ea(o));for(let s of o){let o=YL(zL(this,a,s[0].domain)),c=s.map(t=>({...t,value:this.strictMeasureValueToNumber(this._getPivotCellValueAndFormat(e.id,t.domain)),rowDomain:zL(this,i,t.domain)})).filter(e=>KL(t,e.rowDomain)),l=Object.groupBy(c,e=>ZL(e.rowDomain,t));for(let e in l)l[e]=nn(l[e]||[],e=>e.value).filter(e=>e.value!==void 0).sort((e,t)=>n===`asc`?e.value-t.value:t.value-e.value);r[o]={};for(let e of c){let n=YL(zL(this,i,e.domain)),a=l[ZL(e.rowDomain,t)];if(!a)continue;let s=a.findIndex(t=>t.value===e.value);s!==-1&&(r[o][n]=s+1)}}return i===`row`?r:rn(r)}computeRunningTotal(e,t,n){let r={},i=qL(this,t),a=i===`row`?`column`:`row`,o=this.getPivotValueCells(e.id);i===`column`&&(o=Ea(o));for(let s of o){let o=YL(zL(this,a,s[0].domain));r[o]={};let c={},l=s.map(t=>({...t,rowDomain:zL(this,i,t.domain),value:this.measureValueToNumber(this._getPivotCellValueAndFormat(e.id,t.domain))})).filter(e=>KL(t,e.rowDomain));for(let e of l){let n=YL(e.rowDomain),i=QL(e.rowDomain,t),a=(c[i]||0)+e.value;c[i]=a,r[o][n]=a}if(n===`%_running_total`)for(let e of l){let n=e.rowDomain,i=YL(n),a=QL(n,t),s=r[o][i]||0,l=c[a];r[o][i]=l?s/l:void 0}}return i===`row`?r:rn(r)}getGrandTotal(e){let t=this._getPivotCellValueAndFormat(e,[]);return this.measureValueToNumber(t)}getRowTotal(e,t){let n=RL(this,t).rowDomain,r=this._getPivotCellValueAndFormat(e,n);return this.measureValueToNumber(r)}getColumnTotal(e,t){let n=RL(this,t).colDomain,r=this._getPivotCellValueAndFormat(e,n);return this.measureValueToNumber(r)}isFieldInPivot(e){return this.definition.columns.some(t=>t.nameWithGranularity===e)||this.definition.rows.some(t=>t.nameWithGranularity===e)}getComparisonValue(e,t,n,r){let i=r===`(previous)`||r===`(next)`?JL(this,t,n,r):GL(t,n,r);if(w(i,t))return`sameValue`;if(!i||!VL(this,i))throw new Xi;let a=this._getPivotCellValueAndFormat(e.id,i);return this.strictMeasureValueToNumber(a)}getPivotValueCells(e){return this.getCollapsedTableStructure().getPivotCells().map(t=>t.filter(t=>t.type===`VALUE`&&t.measure===e)).filter(e=>e.length>0)}measureValueToNumber(e){if(typeof e.value==`number`)return e.value;if(!e.value)return 0;throw Error(`Value ${e.value} is not a number`)}strictMeasureValueToNumber(e){if(typeof e.value==`number`)return e.value;if(e.value)throw Error(`Value ${e.value} is not a number`)}getCollapsedTableStructure(){let e=super.getCollapsedTableStructure();return this.sortTableStructure(e),e}getExpandedTableStructure(){let e=super.getExpandedTableStructure();return this.sortTableStructure(e),e}sortTableStructure(e){if(!this.definition.sortedColumn||e.isSorted)return;let t=this.definition.sortedColumn.measure;Hd(this.definition.sortedColumn,this)&&e.sort(t,this.definition.sortedColumn,(e,t)=>this._getPivotCellValueAndFormat(e,t))}}return t}let cG=[`ADD_PIVOT`,`UPDATE_PIVOT`,`REMOVE_PIVOT`];function lG(e){return cG.includes(e.type)}var uG=class extends SW{static getters=[`getPivot`,`getFirstPivotFunction`,`getPivotCellSortDirection`,`getPivotIdFromPosition`,`getPivotIdsFromPosition`,`getPivotCellFromPosition`,`generateNewCalculatedMeasureName`,`isPivotUnused`,`isSpillPivotFormula`];pivots={};unusedPivots;custom;pivotPositionCache=new RF;shouldInvalidateCache=!1;constructor(e){super(e),this.custom=e.custom}beforeHandle(e){switch(e.type){case`START`:for(let e of this.getters.getPivotIds())this.setupPivot(e)}}handle(e){if(yr.has(e.type)){this.shouldInvalidateCache=!0;for(let e of this.getters.getPivotIds())this.setupPivot(e,{recreate:!0})}switch(e.type===`UPDATE_CELL`&&(this.shouldInvalidateCache=!0),e.type){case`REFRESH_PIVOT`:this.refreshPivot(e.id);break;case`ADD_PIVOT`:this.unusedPivots?.push(e.pivotId),this.setupPivot(e.pivotId);break;case`DUPLICATE_PIVOT`:this.unusedPivots?.push(e.newPivotId),this.setupPivot(e.newPivotId);break;case`UPDATE_PIVOT`:this.setupPivot(e.pivotId,{recreate:!0});break;case`DELETE_SHEET`:case`UPDATE_CELL`:this.unusedPivots=void 0;break;case`UNDO`:case`REDO`:{this.unusedPivots=void 0;let t=e.commands.filter(lG);for(let e of t){let t=e.pivotId;this.getters.isExistingPivot(t)&&this.setupPivot(t,{recreate:!0})}break}case`UPDATE_LOCALE`:_R();break}}finalize(){this.shouldInvalidateCache&&=(this.pivotPositionCache=new RF,!1)}getPivotIdFromPosition(e){return this.getPivotIdsFromPosition(e)[0]}getPivotIdsFromPosition(e){if(!this.pivotPositionCache.has(e)){let t=this.getters.getCorrespondingFormulaCell(e);if(t&&t.isFormula){let n=this.getPivotIdsFromFormula(e.sheetId,t.compiledFormula);this.pivotPositionCache.set(e,n)}}return this.pivotPositionCache.get(e)||[]}getPivotIdsFromFormula(e,t){return this.getPivotFunctions(e,t.tokens).map(e=>{let t=e.args[0]?.toString();return t&&this.getters.getPivotId(t)}).filter(C)}isSpillPivotFormula(e){let t=this.getters.getCorrespondingFormulaCell(e);return t&&t.isFormula?this.getFirstPivotFunction(e.sheetId,t.compiledFormula.tokens)?.functionName===`PIVOT`:!1}getPivotFunctions(e,t){let n=_U(t);if(!n.length)return[];let r=[];for(let t of n){let{functionName:n,args:i}=t,a=i.map(t=>{if(t.type===`EMPTY`)return;if(t.type===`STRING`||t.type===`BOOLEAN`||t.type===`NUMBER`)return t.value;let n=FB(t);return this.getters.evaluateFormula(e,n)});r.push({functionName:n,args:a})}return r}getFirstPivotFunction(e,t){return this.getPivotFunctions(e,t)[0]}getPivotCellFromPosition(e){let t=this.getters.getCorrespondingFormulaCell(e);if(!t||!t.isFormula||vU(t.compiledFormula.tokens)===0)return iR;let n=this.getters.getCellPosition(t.id),r=this.getters.getFirstPivotFunction(e.sheetId,t.compiledFormula.tokens);if(!r)return iR;let{functionName:i,args:a}=r,o=a[0];if(!o)return iR;let s=this.getters.getPivotId(o.toString());if(!s)return iR;let c=this.getPivot(s);if(!c.isValid()||i===`PIVOT`&&!t.content.replaceAll(` `,``).toUpperCase().startsWith(`=PIVOT`))return iR;try{if(i===`PIVOT`){let t=Uu(a[2]),r=t===void 0?!0:P(t),i=Uu(a[3]),o=Uu(a[5]),s=o===void 0?!0:P(o),l={displayColumnHeaders:i===void 0?!0:P(i),displayTotals:r,displayMeasuresRow:s},u=c.getCollapsedTableStructure().getPivotCells(l),d=e.col-n.col,f=e.row-n.row;return u[d][f]}let t=e.row-n.row,r=e.col-n.col;if(a=a.map(e=>Ir(e)?e[r][t]:e),i===`PIVOT.HEADER`&&a.at(-2)===`measure`)return{type:`MEASURE_HEADER`,domain:c.parseArgsToPivotDomain(a.slice(1,-2).map(e=>({value:e}))),measure:a.at(-1)?.toString()||``};if(i===`PIVOT.HEADER`){let e=c.parseArgsToPivotDomain(a.slice(1).map(e=>({value:e})));return{type:`HEADER`,domain:e,dimension:RL(c,e).colDomain.length?`COL`:`ROW`}}let[o,...s]=a.slice(1);return{type:`VALUE`,domain:c.parseArgsToPivotDomain(s.map(e=>({value:e}))),measure:o?.toString()||``}}catch{return iR}}generateNewCalculatedMeasureName(e){let t=e.map(e=>e.fieldName);return an(E(`Calculated measure 1`),t,{compute:(e,t)=>E(`Calculated measure %s`,t)})}getPivot(e){if(!this.getters.isExistingPivot(e))throw Error(`pivot ${e} not found`);return this.pivots[e]}isPivotUnused(e){return this._getUnusedPivots().includes(e)}getPivotCellSortDirection(e){let t=this.getters.getPivotIdFromPosition(e),n=this.getters.getPivotCellFromPosition(e);if(n.type===`EMPTY`||n.type===`HEADER`||!t)return;let r=this.getters.getPivot(t),i=RL(r,n.domain).colDomain,a=r.definition.sortedColumn;return a?.measure===n.measure&&w(a.domain,i)?a.order:`none`}refreshPivot(e){this.getters.getPivot(e).init({reload:!0})}setupPivot(e,{recreate:t}={recreate:!1}){let n=b(this.getters.getPivotCoreDefinition(e));if(e in this.pivots)t&&this.pivots[e].onDefinitionChange(n);else{let t=sG(yR.get(n.type).ui);this.pivots[e]=new t(e,this.custom,{definition:n,getters:this.getters})}}_getUnusedPivots(){if(this.unusedPivots!==void 0)return this.unusedPivots;let e=new Set(this.getters.getPivotIds());for(let t of this.getters.getSheetIds())for(let n in this.getters.getCells(t)){let t=this.getters.getCellPosition(n),r=this.getPivotIdsFromPosition(t);for(let t of r)if(e.delete(t),!e.size)return this.unusedPivots=[],[]}for(let t of this.getters.getPivotIds()){let n=this.getters.getPivotCoreDefinition(t);for(let r of n.measures)if(r.computedBy){let{sheetId:n}=r.computedBy,i=this.getters.getMeasureCompiledFormula(t,r),a=this.getPivotIdsFromFormula(n,i);for(let t of a)if(e.delete(t),!e.size)return this.unusedPivots=[],[]}}return this.unusedPivots=[...e],this.unusedPivots}};let dG=new g;dG.add(`ALPHANUMERIC_INCREMENT_MODIFIER`,{apply:(e,t)=>{e.current+=e.increment;let n=Math.abs(e.current).toString();n=`0`.repeat(Math.max(e.numberPostfixLength-n.length,0))+n;let r=`${e.prefix}${n}`;return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:r},tooltip:{props:{content:r}}}}}).add(`INCREMENT_MODIFIER`,{apply:(e,t,n)=>{e.current+=e.increment;let r=e.current.toString(),i=n.getLocale(),a=L(e.current,{format:t.cell?.format,locale:i});return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:r},tooltip:r?{props:{content:a}}:void 0}}}).add(`DATE_INCREMENT_MODIFIER`,{apply:(e,t,n)=>{let r=F(e.current,n.getLocale());r.setFullYear(r.getFullYear()+e.increment.years||0),r.setMonth(r.getMonth()+e.increment.months||0),r.setDate(r.getDate()+e.increment.days||0);let i=wi(r);e.current=i;let a=n.getLocale(),o=L(i,{format:t.cell?.format,locale:a});return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:i.toString()},tooltip:i?{props:{content:o}}:void 0}}}).add(`COPY_MODIFIER`,{apply:(e,t,n)=>{let r=t.cell?.content||``,i={locale:n.getLocale(),format:t.cell?.format};return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:r},tooltip:r?{props:{content:t.cell?ts(t.cell,i).formattedValue:``}}:void 0}}}).add(`FORMULA_MODIFIER`,{apply:(e,t,n,r)=>{e.current+=e.increment;let i=0,a=0;switch(r){case`up`:i=0,a=-e.current;break;case`down`:i=0,a=e.current;break;case`left`:i=-e.current,a=0;break;case`right`:i=e.current,a=0;break}let o=t.cell;if(!o||!o.isFormula)return{cellData:{}};let s=t.sheetId,c=n.getTranslatedCellFormula(s,i,a,o.compiledFormula.tokens);return{cellData:{border:t.border,style:o.style,format:o.format,content:c},tooltip:c?{props:{content:c}}:void 0}}});let fG=new g,pG=/(\d+)$/,mG=/^(.*\D+)/,hG=/^(.*\D+)(\d+)$/,gG=/^0*/;function _G(e,t,n){let r=[],i=!1;for(let a of t){a===e&&(i=!0);let t=a===void 0||a.isFormula?void 0:ts(a,{locale:D,format:a.format});if(t&&n(t))r.push(t);else{if(i)return r;r=[]}}return r}function vG(e){let t=[],n=e[0];for(let r=1;r<e.length;r++){let i=e[r];t.push(i-n),n=i}return t.reduce((e,t)=>e+t,0)/t.length}function yG(e){let t=1;return e.length>=2&&(t=vG(e)*e.length),t}function bG(e){return e.length<2?e[0]||{years:0,months:0,days:0}:e.every(t=>t.years===e[0].years&&t.months===e[0].months&&t.days===e[0].days)?e[0]:void 0}function xG(e){if(e.length<2)return 1;let t=e.map(e=>F(e,D)),n=bG(SG(t));if(n===void 0)return;let r=Object.values(n).filter(e=>e!==0).length===1,i=Object.values(n).every(e=>e===0);if(!r||i){let n=t.map((e,n)=>{if(n===0)return 0;let r=t[n-1];return Math.floor(e.getTime())-Math.floor(r.getTime())}).slice(1);if(n.every(e=>e===n[0]))return e.length*(e[1]-e[0])}return{years:n.years*e.length,months:n.months*e.length,days:n.days*e.length}}fG.add(`simple_value_copy`,{condition:(e,t)=>t.length===1&&!e.isFormula&&!(e.format&&Mo(e.format)),generateRule:()=>({type:`COPY_MODIFIER`}),sequence:10}).add(`increment_alphanumeric_value`,{condition:e=>!e.isFormula&&ts(e,{locale:D}).type===`text`&&hG.test(e.content),generateRule:(e,t,n)=>{let r=parseInt(e.content.match(pG)[0]),i=e.content.match(mG)[0],a=_G(e,t,e=>e.type===`text`&&hG.test(e.value)).filter(e=>i===(e.value??``).toString().match(mG)[0]).map(e=>(e.value??``).toString().match(pG)[0]),o=a.reduce((e,t)=>{let n=t.match(gG)[0].length;return n>e[1]?[t,n]:e},[a[0],0]),s=o[1]?o[0].length:0,c=yG(a.map(e=>parseInt(e)));return[`up`,`left`].includes(n)&&a.length===1&&(c=-c),{type:`ALPHANUMERIC_INCREMENT_MODIFIER`,prefix:i,current:r,increment:c,numberPostfixLength:s}},sequence:15}).add(`copy_text`,{condition:e=>!e.isFormula&&ts(e,{locale:D}).type===`text`,generateRule:()=>({type:`COPY_MODIFIER`}),sequence:20}).add(`update_formula`,{condition:e=>e.isFormula,generateRule:(e,t)=>({type:`FORMULA_MODIFIER`,increment:t.length,current:0}),sequence:30}).add(`increment_dates`,{condition:(e,t)=>!e.isFormula&&ts(e,{locale:D}).type===`number`&&!!e.format&&Mo(e.format),generateRule:(e,t)=>{let n=xG(_G(e,t,e=>e.type===`number`&&!!e.format&&Mo(e.format)).map(e=>Number(e.value)));if(n===void 0)return{type:`COPY_MODIFIER`};let r=ts(e,{locale:D});return typeof n==`object`?{type:`DATE_INCREMENT_MODIFIER`,increment:n,current:r.type===`number`?r.value:0}:{type:`INCREMENT_MODIFIER`,increment:n,current:r.type===`number`?r.value:0}},sequence:25}).add(`increment_number`,{condition:e=>!e.isFormula&&ts(e,{locale:D}).type===`number`,generateRule:(e,t,n)=>{let r=_G(e,t,e=>e.type===`number`&&!Mo(e.format||``)).map(e=>Number(e.value)),i=yG(r);[`up`,`left`].includes(n)&&r.length===1&&(i=-i);let a=ts(e,{locale:D});return{type:`INCREMENT_MODIFIER`,increment:i,current:a.type===`number`?a.value:0}},sequence:40});function SG(e){return e.length<2?[{years:0,months:0,days:0}]:e.map((t,n)=>{if(n===0)return{years:0,months:0,days:0};let r=O.fromTimestamp(e[n-1].getTime()),i=Mi(r,t),a=Ai(r,t)%12;return r.setFullYear(r.getFullYear()+i),r.setMonth(r.getMonth()+a),{years:i,months:a,days:ji(r,t)}}).slice(1)}var CG=class{cells;getters;index=0;direction;constructor(e,t,n){this.cells=e,this.getters=t,this.direction=n}next(){let e=this.cells[this.index++%this.cells.length],t=e.rule,{cellData:n,tooltip:r}=dG.get(t.type).apply(t,e.data,this.getters,this.direction);return{cellData:n,tooltip:r,origin:{col:e.data.col,row:e.data.row}}}},wG=class extends zp{static layers=[`Autofill`];static getters=[`getAutofillTooltip`];autofillZone;steps;lastCellSelected={};direction;tooltip;allowDispatch(e){switch(e.type){case`AUTOFILL_SELECT`:let t=this.getters.getActiveSheetId();return this.lastCellSelected.col=e.col===-1?this.lastCellSelected.col:x(e.col,0,this.getters.getNumberCols(t)),this.lastCellSelected.row=e.row===-1?this.lastCellSelected.row:x(e.row,0,this.getters.getNumberRows(t)),this.lastCellSelected.col!==void 0&&this.lastCellSelected.row!==void 0?`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}}getAutofillTooltip(){return this.tooltip}autofill(e){if(!this.autofillZone||!this.steps||this.direction===void 0){this.tooltip=void 0;return}let t=this.getters.getSelectedZone(),n=this.autofillZone,r=[];switch(this.direction){case`down`:for(let e=t.left;e<=t.right;e++){let i=[];for(let n=t.top;n<=t.bottom;n++)i.push(T(e,n));let a=this.createGenerator(i);for(let t=n.top;t<=n.bottom;t++)r.push(this.computeNewCell(a,e,t))}break;case`up`:for(let e=t.left;e<=t.right;e++){let i=[];for(let n=t.bottom;n>=t.top;n--)i.push(T(e,n));let a=this.createGenerator(i);for(let t=n.bottom;t>=n.top;t--)r.push(this.computeNewCell(a,e,t))}break;case`left`:for(let e=t.top;e<=t.bottom;e++){let i=[];for(let n=t.right;n>=t.left;n--)i.push(T(n,e));let a=this.createGenerator(i);for(let t=n.right;t>=n.left;t--)r.push(this.computeNewCell(a,t,e))}break;case`right`:for(let e=t.top;e<=t.bottom;e++){let i=[];for(let n=t.left;n<=t.right;n++)i.push(T(n,e));let a=this.createGenerator(i);for(let t=n.left;t<=n.right;t++)r.push(this.computeNewCell(a,t,e))}break}if(e){let e={},t={},n={},i=this.getters.getActiveSheetId();for(let a of r)this.collectBordersData(a,e),this.autofillMerge(i,a),this.autofillCell(i,a),this.collectConditionalFormatsData(i,a,t),this.collectDataValidationsData(i,a,n);this.autofillBorders(i,e),this.autofillConditionalFormats(i,t),this.autofillDataValidations(i,n),this.autofillZone=void 0,this.selection.resizeAnchorZone(this.direction,this.steps),this.lastCellSelected={},this.direction=void 0,this.steps=0,this.tooltip=void 0}}collectBordersData(e,t){let n=JSON.stringify(e.border);n in t||(t[n]=[]),t[n].push(R({col:e.col,row:e.row}))}collectConditionalFormatsData(e,t,n){let{originCol:r,originRow:i,col:a,row:o}=t,s=this.getters.getRulesByCell(e,r,i),c=T(a,o);for(let e of s)e.id in n||(n[e.id]=[]),n[e.id].push(c)}collectDataValidationsData(e,t,n){let{originCol:r,originRow:i,col:a,row:o}=t,s={sheetId:e,col:r,row:i},c=this.getters.getValidationRuleForCell(s);c&&(c.id in n||(n[c.id]=[]),n[c.id].push(R({col:a,row:o})))}autofillCell(e,t){this.dispatch(`UPDATE_CELL`,{sheetId:e,col:t.col,row:t.row,content:t.content||``,style:t.style||null,format:t.format||``}),this.dispatch(`AUTOFILL_CELL`,t)}autofillBorders(e,t){for(let n in t){let r=n===`undefined`?void 0:JSON.parse(n);this.dispatch(`SET_BORDERS_ON_TARGET`,{sheetId:e,border:r,target:hs(t[n])})}}autofillConditionalFormats(e,t){for(let n in t){let r=t[n],i=this.getters.getConditionalFormats(e).find(e=>e.id===n);if(!i)continue;let a=this.getters.getAdaptedCfRanges(e,i,r.map(Es),[]);a&&this.dispatch(`ADD_CONDITIONAL_FORMAT`,{cf:{id:i.id,rule:i.rule,stopIfTrue:i.stopIfTrue},ranges:a,sheetId:e})}}autofillDataValidations(e,t){for(let n in t){let r=t[n],i=this.getters.getDataValidationRule(e,n);if(!i)continue;let a=hs(i.ranges.map(e=>e.zone).concat(r),[]);this.dispatch(`ADD_DATA_VALIDATION_RULE`,{rule:i,ranges:a.map(t=>this.getters.getRangeDataFromZone(e,t)),sheetId:e})}}select(e,t){let n=this.getters.getSelectedZone();if(Hs(e,t,n)){this.autofillZone=void 0;return}switch(this.direction=this.getDirection(e,t),this.direction){case`up`:this.saveZone(t,n.top-1,n.left,n.right),this.steps=n.top-t;break;case`down`:this.saveZone(n.bottom+1,t,n.left,n.right),this.steps=t-n.bottom;break;case`left`:this.saveZone(n.top,n.bottom,e,n.left-1),this.steps=n.left-e;break;case`right`:this.saveZone(n.top,n.bottom,n.right+1,e),this.steps=e-n.right;break}this.autofill(!1)}autofillAuto(){let e=this.getters.getActivePosition(),t=this.getters.getTable(e),n=t?t.range.zone.bottom:this.getAutofillAutoLastRow(),r=this.getters.getSelectedZone();for(let t=r.bottom+1;t<=n;t++)if(this.getters.getEvaluatedCell({...e,row:t}).type!==`empty`){n=t-1;break}n>r.bottom&&(this.select(e.col,n),this.autofill(!0))}getAutofillAutoLastRow(){let e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId(),n=e.left,r=e.bottom;if(n>0){let e={sheetId:t,col:n-1,row:r};for(;this.getters.getEvaluatedCell(e).type!==`empty`;)r+=1,e={sheetId:t,col:n-1,row:r}}if(r===e.bottom&&(n=e.right,n<=this.getters.getNumberCols(t))){let e={sheetId:t,col:n+1,row:r};for(;this.getters.getEvaluatedCell(e).type!==`empty`;)r+=1,e={sheetId:t,col:n+1,row:r}}return r-1}computeNewCell(e,t,n){let{cellData:r,tooltip:i,origin:a}=e.next(),{content:o,style:s,border:c,format:l}=r;return this.tooltip=i,{originCol:a.col,originRow:a.row,col:t,row:n,content:o,style:s,border:c,format:l}}getRule(e,t){let n=fG.getAll().sort((e,t)=>e.sequence-t.sequence).find(n=>n.condition(e,t));return n&&this.direction&&n.generateRule(e,t,this.direction)}createGenerator(e){let t=[],n=[],r=this.getters.getActiveSheetId();for(let t of e){let{col:e,row:i}=ir(t),a=this.getters.getCell({sheetId:r,col:e,row:i});n.push({col:e,row:i,cell:a,sheetId:r})}let i=n.map(e=>e.cell);for(let e of n){let n={type:`COPY_MODIFIER`};e&&e.cell&&(n=this.getRule(e.cell,i)||n);let r=this.getters.getCellBorder(e)||void 0;t.push({data:{...e,border:r},rule:n})}return new CG(t,this.getters,this.direction)}saveZone(e,t,n,r){this.autofillZone={top:e,bottom:t,left:n,right:r}}getDirection(e,t){let n=this.getters.getSelectedZone(),r={up:{number:n.top-t,value:`up`},down:{number:t-n.bottom,value:`down`},left:{number:n.left-e,value:`left`},right:{number:e-n.right,value:`right`}};if(Object.values(r).map(e=>+(e.number>0)).reduce((e,t)=>e+t)===1)return Object.values(r).find(e=>+(e.number>0)).value;let i=r.up.number>0?`up`:`down`,a=r.left.number>0?`left`:`right`;return Math.abs(r[i].number)>=Math.abs(r[a].number)?r[i].value:r[a].value}autofillMerge(e,t){let{originCol:n,originRow:r,col:i,row:a}=t,o={sheetId:e,col:i,row:a},s={sheetId:e,col:n,row:r};if(this.getters.isInMerge(o)&&!this.getters.isInMerge(s)){let t=this.getters.getMerge(o);t&&this.dispatch(`REMOVE_MERGE`,{sheetId:e,target:[t]})}let c=this.getters.getMerge(s);c?.left===n&&c?.top===r&&this.dispatch(`ADD_MERGE`,{sheetId:e,target:[{top:a,bottom:a+c.bottom-c.top,left:i,right:i+c.right-c.left}]})}drawLayer(e){if(!this.autofillZone)return;let{ctx:t,thinLineWidth:n}=e,{x:r,y:i,width:a,height:o}=this.getters.getVisibleRect(this.autofillZone);a>0&&o>0&&(t.strokeStyle=`black`,t.lineWidth=n,t.setLineDash([3]),t.strokeRect(r,i,a,o),t.setLineDash([]))}},TG=class extends zp{static getters=[`getAutomaticSums`];handle(e){switch(e.type){case`SUM_SELECTION`:let e=this.getters.getActiveSheetId(),{zones:t,anchor:n}=this.getters.getSelection();for(let r of t){let t=this.getAutomaticSums(e,r,n.cell);this.dispatchCellUpdates(e,t)}break}}getAutomaticSums(e,t,n){return this.shouldFindData(e,t)?this.sumAdjacentData(e,t,n):this.sumData(e,t)}sumData(e,t){let n=this.dimensionsToSum(e,t),r=this.sumDimensions(e,t,n).filter(({zone:t})=>!this.getters.isEmpty(e,t));return n.has(`ROW`)&&n.has(`COL`)&&r.push(this.sumTotal(t)),r}sumAdjacentData(e,t,n){let{col:r,row:i}=Hs(n.col,n.row,t)?n:{col:t.left,row:t.top},a=this.findAdjacentData(e,r,i);return a?this.getters.isSingleCellOrMerge(e,t)||Gs(Is(a,t))?[{position:{col:r,row:i},zone:a}]:this.sumDimensions(e,Is(a,t),this.transpose(this.dimensionsToSum(e,t))):[]}findAdjacentData(e,t,n){let r=this.getters.getSheet(e),i=this.getters.getMainCellPosition({sheetId:e,col:t,row:n}),a=this.findSuitableZoneToSum(r,i.col,i.row);if(a)return this.getters.expandZone(e,a)}findSuitableZoneToSum(e,t,n){let r=this.getters.getEvaluatedCell({sheetId:e.id,col:t,row:n-1}),i=this.getters.getEvaluatedCell({sheetId:e.id,col:t-1,row:n});if(this.isNumber(i)&&!this.isNumber(r))return this.findHorizontalZone(e,t,n);let a=this.findVerticalZone(e,t,n);if(this.isZoneValid(a))return a;let o=this.findHorizontalZone(e,t,n);if(this.isZoneValid(o))return o}findVerticalZone(e,t,n){let r={top:0,bottom:n-1,left:t,right:t},i=this.reduceZoneStart(e,r,r.bottom);return{...r,top:i}}findHorizontalZone(e,t,n){let r={top:n,bottom:n,left:0,right:t-1},i=this.reduceZoneStart(e,r,r.right);return{...r,left:i}}reduceZoneStart(e,t,n){let r=this.getters.getEvaluatedCellsInZone(e.id,t),i=S(n,-1,-1),a=$t(i.filter(e=>r[e]&&!r[e].isAutoSummable)),o=gt(i.filter(e=>this.isNumber(r[e])))[0]||[];return $t(o)<a?1/0:en(o)}shouldFindData(e,t){return this.getters.isEmpty(e,t)||this.getters.isSingleCellOrMerge(e,t)}isNumber(e){return e.type===`number`&&!(e.format&&Mo(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){let n=new Set;return Gs(t)?(n.add(Ws(t).numberOfCols===1?`COL`:`ROW`),n):(this.lastColIsEmpty(e,t)&&n.add(`ROW`),this.lastRowIsEmpty(e,t)&&n.add(`COL`),n.size===0&&n.add(`COL`),n)}sumDimensions(e,t,n){return[...n.has(`COL`)?this.sumColumns(t,e):[],...n.has(`ROW`)?this.sumRows(t,e):[]]}sumTotal(e){let{bottom:t,right:n}=e;return{position:{col:n,row:t},zone:{...e,top:t,right:n-1}}}sumColumns(e,t){let n=this.nextEmptyRow(t,{...e,bottom:e.bottom-1});return e={...e,bottom:Math.min(e.bottom,n.bottom-1)},qs(n).map(t=>({position:t,zone:{...e,right:t.col,left:t.col}}))}sumRows(e,t){let n=this.nextEmptyCol(t,{...e,right:e.right-1});return e={...e,right:Math.min(e.right,n.right-1)},qs(n).map(t=>({position:t,zone:{...e,top:t.row,bottom:t.row}}))}dispatchCellUpdates(e,t){for(let n of t){let{col:t,row:r}=n.position;this.dispatch(`UPDATE_CELL`,{sheetId:e,col:t,row:r,content:`=SUM(${this.getters.zoneToXC(e,n.zone)})`})}}nextEmptyRow(e,t){let n=t.bottom+1,{left:r,right:i}=t;for(;!this.getters.isEmpty(e,{bottom:n,top:n,left:r,right:i});)n++;return{...t,top:n,bottom:n}}nextEmptyCol(e,t){let n=t.right+1,{top:r,bottom:i}=t;for(;!this.getters.isEmpty(e,{left:n,right:n,top:r,bottom:i});)n++;return{...t,left:n,right:n}}transpose(e){return new Set([...e.values()].map(e=>e===`COL`?`ROW`:`COL`))}};let EG=new class extends g{addTransformation(e,t,n){this.content[e]||(this.content[e]=new Map);for(let r of t)this.content[e].set(r,n);return this}getTransformation(e,t){return this.content[t]&&this.content[t].get(e)}},DG=new class extends g{add(e,t){return super.add(e,t),this}replace(e,t){return super.replace(e,t),this}get(e){return this.content[e]}};EG.addTransformation(`ADD_COLUMNS_ROWS`,[`ADD_COLUMNS_ROWS`],BG),EG.addTransformation(`REMOVE_COLUMNS_ROWS`,[`ADD_COLUMNS_ROWS`],BG),EG.addTransformation(`DELETE_SHEET`,[`MOVE_RANGES`],jG),EG.addTransformation(`DELETE_FIGURE`,[`UPDATE_FIGURE`,`UPDATE_CHART`,`UPDATE_CAROUSEL`],MG),EG.addTransformation(`DELETE_CHART`,[`UPDATE_CHART`],NG),EG.addTransformation(`DELETE_CHART`,[`UPDATE_CAROUSEL`],PG),EG.addTransformation(`CREATE_SHEET`,[`CREATE_SHEET`],FG),EG.addTransformation(`ADD_MERGE`,[`ADD_MERGE`,`REMOVE_MERGE`],IG),EG.addTransformation(`ADD_COLUMNS_ROWS`,[`FREEZE_COLUMNS`,`FREEZE_ROWS`],LG),EG.addTransformation(`REMOVE_COLUMNS_ROWS`,[`FREEZE_COLUMNS`,`FREEZE_ROWS`],LG),EG.addTransformation(`ADD_COLUMNS_ROWS`,[`UPDATE_TABLE`],RG),EG.addTransformation(`REMOVE_COLUMNS_ROWS`,[`UPDATE_TABLE`],RG),EG.addTransformation(`REMOVE_TABLE_STYLE`,[`CREATE_TABLE`,`UPDATE_TABLE`],zG),EG.addTransformation(`ADD_COLUMNS_ROWS`,[`GROUP_HEADERS`,`UNGROUP_HEADERS`,`FOLD_HEADER_GROUP`,`UNFOLD_HEADER_GROUP`],VG),EG.addTransformation(`REMOVE_COLUMNS_ROWS`,[`GROUP_HEADERS`,`UNGROUP_HEADERS`,`FOLD_HEADER_GROUP`,`UNFOLD_HEADER_GROUP`],VG),EG.addTransformation(`REMOVE_PIVOT`,[`RENAME_PIVOT`,`DUPLICATE_PIVOT`,`INSERT_PIVOT`,`UPDATE_PIVOT`],AG),EG.addTransformation(`DELETE_SHEET`,[`ADD_PIVOT`,`UPDATE_PIVOT`],kG),EG.addTransformation(`ADD_COLUMNS_ROWS`,[`ADD_PIVOT`,`UPDATE_PIVOT`],OG),EG.addTransformation(`REMOVE_COLUMNS_ROWS`,[`ADD_PIVOT`,`UPDATE_PIVOT`],OG);function OG(e,t){if(e.pivot.type!==`SPREADSHEET`||e.pivot.dataSet?.sheetId!==t.sheetId)return e;let n=sf(e.pivot.dataSet.zone,t),r=n?{...e.pivot.dataSet,zone:n}:void 0;return{...e,pivot:{...e.pivot,dataSet:r}}}function kG(e,t){return e.pivot.type===`SPREADSHEET`&&e.pivot.dataSet?.sheetId===t.sheetId?{...e,pivot:{...e.pivot,dataSet:void 0}}:e}function AG(e,t){if(e.pivotId!==t.pivotId)return e}function jG(e,t){let n=t.sheetId;if(!(e.targetSheetId===n||e.sheetId===n))return e}function MG(e,t){if(e.figureId!==t.figureId)return e}function NG(e,t){if(e.chartId!==t.chartId)return e}function PG(e,t){return{...e,definition:{...e.definition,items:e.definition.items.filter(e=>!(e.type===`chart`&&e.chartId===t.chartId))}}}function FG(e,t){return e.sheetId===t.sheetId&&(e={...e,sheetId:`${e.sheetId}~`}),e.name===t.name?{...e,name:e.name?.match(/\d+/)?e.name.replace(/\d+/,e=>(parseInt(e)+1).toString()):`${e.name}~`,position:e.position+1}:e}function IG(e,t){if(e.sheetId!==t.sheetId)return e;let n=[];for(let r of e.target)t.target.every(e=>!Bs(r,e))&&n.push(r);if(n.length)return{...e,target:n}}function LG(e,t){if(e.sheetId!==t.sheetId||(e.type===`FREEZE_COLUMNS`?`COL`:`ROW`)!==t.dimension)return e;let n=e.quantity;if(t.type===`REMOVE_COLUMNS_ROWS`){let e=[...t.elements].sort((e,t)=>t-e);for(let t of e)n>t&&n--}if(t.type===`ADD_COLUMNS_ROWS`){let e=t.position===`before`?t.base-1:t.base;n=n>e?n+t.quantity:n}return n>0?{...e,quantity:n}:void 0}function RG(e,t){if(e.sheetId!==t.sheetId)return e;let n=sf(e.zone,t);if(!n)return;let r=e.newTableRange?cf(e.newTableRange,t):void 0;return{...e,newTableRange:r,zone:n}}function zG(e,t){return e.config?.styleId===t.tableStyleId?{...e,config:{...e.config,styleId:$A.styleId}}:e}function BG(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;let n;if(t.type===`REMOVE_COLUMNS_ROWS`?n=al(t.elements,[e.base])[0]:t.type===`ADD_COLUMNS_ROWS`&&(n=il(Ft(t.position,t.base),t.quantity,[e.base])[0]),n!==void 0)return{...e,base:n}}function VG(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;let n=S(e.start,e.end+1),r=[];if(t.type===`REMOVE_COLUMNS_ROWS`?r=al(t.elements,n):t.type===`ADD_COLUMNS_ROWS`&&(r=il(Ft(t.position,t.base),t.quantity,n)),r.length!==0)return{...e,start:Math.min(...r),end:Math.max(...r)}}function HG(e,t){let n=e.content&&hC(e.sheetId,e.content,t);return{...e,content:n}}DG.add(`UPDATE_CELL`,HG);function UG(e,t){let n=e.cf.rule;if(e={...e,cf:{...e.cf}},n.type===`CellIsRule`)e.cf.rule={...n,values:n.values.map(n=>hC(e.sheetId,n,t))};else if(n.type===`ColorScaleRule`){let{minimum:r,maximum:i,midpoint:a}=n;e.cf.rule={...n,minimum:{...r,value:r.value&&hC(e.sheetId,r.value,t)},maximum:{...i,value:i.value&&hC(e.sheetId,i.value,t)},midpoint:a?{...a,value:hC(e.sheetId,a.value,t)}:void 0}}else if(n.type===`IconSetRule`){let{upperInflectionPoint:r,lowerInflectionPoint:i}=n;e.cf.rule={...n,upperInflectionPoint:{...r,value:hC(e.sheetId,r.value,t)},lowerInflectionPoint:{...i,value:hC(e.sheetId,i.value,t)}}}else n.type===`DataBarRule`&&(e.cf.rule={...n,rangeValues:n.rangeValues?gC(e.sheetId,n.rangeValues,t).range:void 0});return e}DG.add(`ADD_CONDITIONAL_FORMAT`,UG);function WG(e,t){return e={...e,rule:{...e.rule,criterion:{...e.rule.criterion}}},e.rule.criterion.values=e.rule.criterion.values.map(n=>hC(e.sheetId,n,t)),e}DG.add(`ADD_DATA_VALIDATION_RULE`,WG);function GG(e,t){return e=b(e),e.pivot.measures.map(e=>{e.computedBy&&(e.computedBy.formula=hC(e.computedBy.sheetId,e.computedBy.formula,t))}),e}DG.add(`ADD_PIVOT`,GG),DG.add(`UPDATE_PIVOT`,GG),DG.add(`CREATE_CHART`,KG),DG.add(`UPDATE_CHART`,KG);function KG(e,t){return{...e,definition:xO(e.sheetId,e.definition,t)}}let qG=[{match:pr,fn:QG},{match:hr,fn:$G},{match:vr,fn:eK},{match:_r,fn:rK},{match:mr,fn:nK},{match:gr,fn:tK}];function JG(e,t){let n=EG.getTransformation(e.type,t.type),r=n?n(e,t):ZG(e,t);return r&&YG(r,t)}function YG(e,t){let n=DG.get(e.type);if(!n)return e;let r=Kc(t);return r?n(e,r):e}function XG(e,t){let n=[...e],r=new Set(EG.getKeys());for(let e of t)(r.has(e.type)||qc.contains(e.type))&&(n=n.reduce((t,n)=>{let r=JG(n,e);return r&&t.push(r),t},[]));return n}function ZG(e,t){for(let{match:n,fn:r}of qG)if(n(e)){let n=r(e,t);if(n===`SKIP_TRANSFORMATION`)continue;if(n===`IGNORE_COMMAND`)return;e=n}return e}function QG(e,t){if(!(`sheetId`in t))return e;let n=t.type===`DELETE_SHEET`&&t.sheetId;return e.sheetId===n?`IGNORE_COMMAND`:e.type===`CREATE_SHEET`||t.type===`CREATE_SHEET`||e.sheetId!==t.sheetId?e:`SKIP_TRANSFORMATION`}function $G(e,t){let n=QG(e,t);if(n!==`SKIP_TRANSFORMATION`)return n===`IGNORE_COMMAND`?`IGNORE_COMMAND`:e;let r=[];for(let n of e.target){let e=sf(n,t);e&&r.push(e)}return r.length?{...e,target:r}:`IGNORE_COMMAND`}function eK(e,t){let n=QG(e,t);if(n!==`SKIP_TRANSFORMATION`)return n===`IGNORE_COMMAND`?`IGNORE_COMMAND`:e;let r=sf(e.zone,t);return r?{...e,zone:r}:`IGNORE_COMMAND`}function tK(e,t){if(!(`sheetId`in t))return e;let n=e.ranges.map(e=>cf(e,t)).filter(C);return n.length?{...e,ranges:n}:`IGNORE_COMMAND`}function nK(e,t){let n=QG(e,t);if(n!==`SKIP_TRANSFORMATION`)return n===`IGNORE_COMMAND`?`IGNORE_COMMAND`:e;if(t.type!==`ADD_COLUMNS_ROWS`&&t.type!==`REMOVE_COLUMNS_ROWS`)return`SKIP_TRANSFORMATION`;if(t.dimension!==e.dimension)return e;let r=[];return t.type===`REMOVE_COLUMNS_ROWS`?r=al(t.elements,e.elements):t.type===`ADD_COLUMNS_ROWS`&&(r=il(Ft(t.position,t.base),t.quantity,e.elements)),r.length===0?`IGNORE_COMMAND`:{...e,elements:r}}function rK(e,t){let n=QG(e,t);return n===`SKIP_TRANSFORMATION`?t.type===`ADD_COLUMNS_ROWS`||t.type===`REMOVE_COLUMNS_ROWS`?iK(e,t):t.type===`ADD_MERGE`?aK(e,t):`SKIP_TRANSFORMATION`:n===`IGNORE_COMMAND`?`IGNORE_COMMAND`:e}function iK(e,t){let n=t.dimension===`COL`?`col`:`row`,r=e[n];if(t.type===`REMOVE_COLUMNS_ROWS`){let e=[...t.elements].sort((e,t)=>t-e);if(e.includes(r))return`IGNORE_COMMAND`;for(let t of e)r>=t&&r--}return t.type===`ADD_COLUMNS_ROWS`&&(r>t.base||r===t.base&&t.position===`before`)&&(r+=t.quantity),{...e,[n]:r}}function aK(e,t){for(let n of t.target)if(!(e.col===n.left&&e.row===n.top)&&Hs(e.col,e.row,n))return`IGNORE_COMMAND`;return e}var oK=class{rootCommand;timestamp;id;clientId;_commands=[];_changes=[];constructor(e,t,n,r,i,a){this.rootCommand=r,this.timestamp=a,this.id=e,this.clientId=t,this._commands=[...n],this._changes=i?[...i]:[]}setChanges(e){this._changes=e}get commands(){return this._commands}get changes(){return this._changes}},sK=class extends Error{},cK=class extends lf{revisions;transportService;serverRevisionId;clients={};clientId=`local`;debouncedMove;pendingMessages=[];awaitingClientPosition;waitingAck=!1;waitingUndoRedoAck=!1;isReplayingInitialRevisions=!1;processedRevisions=new Set;lastRevisionMessage=void 0;uuidGenerator=new Ml;lastLocalOperation;constructor(e,t,n=We){super(),this.revisions=e,this.transportService=t,this.serverRevisionId=n,this.debouncedMove=At(this._move.bind(this),200)}canApplyOptimisticUpdate(){return!this.waitingUndoRedoAck}save(e,t,n){if(!t.length||!n.length||!this.canApplyOptimisticUpdate())return;let r=new oK(this.uuidGenerator.uuidv4(),this.clientId,t,e,n,Date.now());this.revisions.append(r.id,r),e.type!==`REQUEST_REDO`&&(this.lastLocalOperation=r),this.trigger(`new-local-state-update`,{id:r.id}),this.sendUpdateMessage({type:`REMOTE_REVISION`,version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:r.id,clientId:r.clientId,commands:r.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)),this.awaitingClientPosition&&=(this._move(this.awaitingClientPosition),void 0)}loadInitialMessages(e){let t=performance.now(),n=e.reduce((e,t)=>e+(t.type===`REMOTE_REVISION`?t.commands.length:1),0);this.isReplayingInitialRevisions=!0;for(let t of e)this.onMessageReceived(t);this.isReplayingInitialRevisions=!1,console.debug(`Replayed`,n,`commands in`,performance.now()-t,`ms`)}async leave(e){e&&Object.keys(this.clients).length===1&&this.lastRevisionMessage&&this.lastRevisionMessage?.type!==`SNAPSHOT_CREATED`&&await this.snapshot(e()),delete this.clients[this.clientId],this.transportService.leave(this.clientId),this.sendToTransport({type:`CLIENT_LEFT`,clientId:this.clientId,version:1})}async snapshot(e){if(this.pendingMessages.length!==0)return;let t=this.uuidGenerator.uuidv4();await this.sendToTransport({type:`SNAPSHOT`,nextRevisionId:t,serverRevisionId:this.serverRevisionId,data:{...e,revisionId:t},version:1})}getCurrentClient(){return this.getClient(this.clientId)}getClient(e){let t=this.clients[e];if(!t)throw new sK(`The client left the session`);return t}getConnectedClients(){return new Set(Object.values(this.clients).filter(C))}getRevisionId(){return this.serverRevisionId}isFullySynchronized(){return this.pendingMessages.length===0}getLastLocalNonEmptyRevision(){return this.lastLocalOperation}_move(e){if(!this.clients[this.clientId]){this.awaitingClientPosition=e;return}let t=this.clients[this.clientId]?.position;if(t?.col===e.col&&t.row===e.row&&t.sheetId===e.sheetId)return;let n=t?`CLIENT_MOVED`:`CLIENT_JOINED`,r=this.getCurrentClient();this.clients[this.clientId]={...r,position:e},this.sendToTransport({type:n,version:1,client:{...r,position:e}}).then(()=>{this.pendingMessages.length>0&&!this.waitingAck&&this.sendPendingMessage()})}onMessageReceived(e){if(!this.isAlreadyProcessed(e)){if(this.isWrongServerRevisionId(e)){this.trigger(`unexpected-revision-id`);return}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`:let{clientId:t,commands:n,timestamp:r}=e,i=new oK(e.nextRevisionId,t,n,void 0,void 0,r);if(i.clientId!==this.clientId){this.revisions.insert(i.id,i,e.serverRevisionId);let t=this.pendingMessages.filter(e=>e.type===`REMOTE_REVISION`).map(e=>e.commands).flat();this.trigger(`remote-revision-received`,{commands:XG(n,t)})}break;case`SNAPSHOT_CREATED`:{let t=new oK(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;let t=this.clients[this.clientId];if(t){let{position:e}=t;e&&this.sendToTransport({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.sendPendingMessage()}async sendToTransport(e){return this.transportService.sendMessage(e)}sendPendingMessage(){let e=this.pendingMessages[0];if(e){if(e.type===`REMOTE_REVISION`){let t=this.revisions.get(e.nextRevisionId);t.commands.length===0&&(this.revisions.rebase(t.id),t=this.revisions.get(e.nextRevisionId)),e={...e,clientId:t.clientId,commands:t.commands}}if(this.isReplayingInitialRevisions)throw Error(`Trying to send a new revision while replaying initial revision. This can lead to endless dispatches every time the spreadsheet is open.
1935
1935
  ${JSON.stringify(e)}`);this.waitingAck=!0,this.sendToTransport({...e,serverRevisionId:this.serverRevisionId}).catch(e=>{if(!(e instanceof sK))throw e.cause||e;this.waitingAck=!1})}}acknowledge(e){switch((e.type===`REVISION_UNDONE`||e.type===`REVISION_REDONE`)&&(this.waitingUndoRedoAck=!1),e.type){case`REMOTE_REVISION`:case`REVISION_REDONE`: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.lastRevisionMessage=e,this.sendPendingMessage();break;case`REVISION_UNDONE`:{this.waitingAck=!1,this.pendingMessages=this.pendingMessages.filter(t=>t.nextRevisionId!==e.nextRevisionId);let t=this.pendingMessages.findIndex(e=>e.type===`REMOTE_REVISION`);t!==-1&&this.revisions.rebase(this.pendingMessages[t].nextRevisionId),this.serverRevisionId=e.nextRevisionId,this.processedRevisions.add(e.nextRevisionId),this.sendPendingMessage();break}}}isAlreadyProcessed(e){if(e.type===`CLIENT_MOVED`&&e.client.id===this.clientId)return!0;switch(e.type){case`REMOTE_REVISION`:case`REVISION_REDONE`:case`REVISION_UNDONE`:case`SNAPSHOT_CREATED`: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})=>e!==`REVISION_REDONE`&&e!==`REVISION_UNDONE`)}},lK=class extends zp{static getters=[`getClientsToDisplay`,`getClient`,`getCurrentClient`,`getConnectedClients`,`isFullySynchronized`];static layers=[`Selection`];colors=new Gn(12);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)}getClient(e){return this.session.getClient(e)}getCurrentClient(){return this.session.getCurrentClient()}getConnectedClients(){return[...this.session.getConnectedClients()].map(e=>({...e,color:this.colors.get(e.id)}))}isFullySynchronized(){return this.session.isFullySynchronized()}getClientsToDisplay(){try{this.getters.getCurrentClient()}catch(e){if(e instanceof sK)return[];throw e}let e=this.getters.getActiveSheetId(),t=[];for(let n of this.getters.getConnectedClients())n.id!==this.getters.getCurrentClient().id&&n.position&&n.position.sheetId===e&&this.isPositionValid(n.position)&&t.push({...n,position:n.position});return t}drawLayer(e){if(this.getters.isDashboard())return;let{ctx:t,thinLineWidth:n}=e,r=this.getters.getActiveSheetId();for(let e of this.getClientsToDisplay()){let{row:i,col:a}=e.position,o=this.getters.expandZone(r,{top:i,bottom:i,left:a,right:a}),{x:s,y:c,width:l,height:u}=this.getters.getVisibleRect(o);if(l<=0||u<=0)continue;let d=e.color;t.fillStyle=`${d}10`,t.lineWidth=4*n,t.strokeStyle=d,t.globalCompositeOperation=`multiply`,t.fillRect(s,c,l,u),t.globalCompositeOperation=`source-over`,t.strokeRect(s,c,l,u),t.font=`bold ${Ve+1}px ${He}`}}},uK=class extends zp{allowDispatch(e){switch(e.type){case`REMOVE_DUPLICATES`:return this.checkValidations(e,this.chainValidations(this.checkSingleRangeSelected,this.checkNoMergeInZone,this.checkRangeContainsValues,this.checkColumnsIncludedInZone),this.chainValidations(this.checkNoColumnProvided,this.checkColumnsAreUnique))}return`Success`}handle(e){switch(e.type){case`REMOVE_DUPLICATES`:this.removeDuplicates(e.columns,e.hasHeader);break;case`TRIM_WHITESPACE`:this.trimWhitespace();break}}removeDuplicates(e,t){let n=this.getters.getActiveSheetId(),r=this.getters.getSelectedZone();t&&(r.top+=1);let i=this.getUniqueRowsIndexes(n,r.top,r.bottom,e),a=i.length;if(a===Ws(r).numberOfRows){this.notifyRowsRemovedAndRemaining(0,a);return}let o=i.map(e=>({left:r.left,top:e,right:r.right,bottom:e})),s=new Xd(this.getters,this.dispatch),c=s.copy(Pl(n,o),!1);if(!c)return;this.dispatch(`CLEAR_CELLS`,{target:[r],sheetId:n});let l={left:r.left,top:r.top,right:r.left,bottom:r.top};s.paste({zones:[l],sheetId:n},c,{isCutOperation:!1});let u={left:r.left,top:r.top-+!!t,right:r.right,bottom:r.top+a-1};this.selection.selectZone({cell:{col:u.left,row:u.top},zone:u});let d=r.bottom-r.top+1-a;this.notifyRowsRemovedAndRemaining(d,a)}getUniqueRowsIndexes(e,t,n,r){let i=new Map;for(let a of S(t,n+1)){let t=r.map(t=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:a}).value);Object.values(i).some(e=>w(e,t))||(i[a]=t)}return Object.keys(i).map(e=>parseInt(e))}notifyRowsRemovedAndRemaining(e,t){this.ui.notifyUI({type:`info`,text:E(`%s duplicate rows found and removed.
1936
- %s unique rows remain.`,e.toString(),t.toString()),sticky:!1})}checkSingleRangeSelected(){return this.getters.getSelectedZones().length===1?`Success`:`MoreThanOneRangeSelected`}checkNoMergeInZone(){let e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZone();return this.getters.getMergesInZone(e,t).length>0?`WillRemoveExistingMerge`:`Success`}checkRangeContainsValues(e){let t=this.getters.getActiveSheetId(),n=this.getters.getSelectedZone();return e.hasHeader&&(n.top+=1),this.getters.getEvaluatedCellsInZone(t,n).every(e=>e.type===`empty`)?`EmptyTarget`:`Success`}checkNoColumnProvided(e){return e.columns.length===0?`NoColumnsProvided`:`Success`}checkColumnsIncludedInZone(e){let 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?`Success`:`DuplicatesColumnsSelected`}trimWhitespace(){let e=hs(this.getters.getSelectedZones()),t=this.getters.getActiveSheetId(),n=0;for(let{col:r,row:i}of e.map(qs).flat()){let e=this.getters.getCell({col:r,row:i,sheetId:t});if(!e)continue;let a=Xt(e.content);a!==e.content&&(n+=1,this.dispatch(`UPDATE_CELL`,{sheetId:t,col:r,row:i,content:a}))}let r=n?E(`Trimmed whitespace from %s cells.`,n):E(`No selected cells had whitespace trimmed.`);this.ui.notifyUI({type:`info`,text:r,sticky:!1})}},dK=class extends zp{handle(e){switch(e.type){case`SET_DECIMAL`:this.setDecimal(e.sheetId,e.target,e.step);break;case`SET_FORMATTING_WITH_PIVOT`:this.setContextualFormat(e.sheetId,e.target,e.format);break}}setContextualFormat(e,t,n){let r=[],i={};for(let n of hs(t))for(let t=n.left;t<=n.right;t++)for(let a=n.top;a<=n.bottom;a++){let n={sheetId:e,col:t,row:a},o=this.getters.getPivotCellFromPosition(n);if(this.isSpilledPivotValueFormula(n,o)){r.push(n);let e=this.getters.getPivotIdFromPosition(n)||``;i[e]??=new Set,i[e].add(o.measure)}}let a=hs(r.map(R));for(let e in i){let t=i[e],r=this.getters.getPivotCoreDefinition(e);this.dispatch(`UPDATE_PIVOT`,{pivotId:e,pivot:{...r,measures:r.measures.map(e=>t.has(e.id)?{...e,format:n}:e)}})}this.dispatch(`SET_FORMATTING`,{sheetId:e,target:a,format:``}),this.dispatch(`SET_FORMATTING`,{sheetId:e,target:hs(t,a),format:n})}isSpilledPivotValueFormula(e,t){let n=this.getters.getCell(e);return t.type===`VALUE`&&!n?.isFormula}setDecimal(e,t,n){let r={};for(let i of hs(t))for(let t of qs(i)){let i=this.getCellNumberFormat({sheetId:e,...t});if(i!==void 0){let e=Yo(i,n);r[e]=r[e]||[],r[e].push(t)}}for(let t in r){let n=hs(r[t].map(e=>R(e)));this.setContextualFormat(e,n,t)}}getCellNumberFormat(e){for(let t of[e]){let e=this.getters.getEvaluatedCell(t);if(e.type===`number`&&!(e.format&&Mo(e.format)))return e.format||Io(e.value)}}},fK=class extends zp{static getters=[`getGeoJsonFeatures`,`geoFeatureNameToId`,`getGeoChartAvailableRegions`];geoJsonService;geoJsonCache={};constructor(e){super(e),this.geoJsonService=e.external.geoJsonService}getGeoChartAvailableRegions(){return this.geoJsonService?this.geoJsonService.getAvailableRegions()||[]:(console.error(`No geoJsonService provided to the model`),[])}getGeoJsonFeatures(e){if(!this.geoJsonService){console.error(`No geoJsonService provided to the model`);return}let t=this.geoJsonCache[e];if(!(t instanceof Promise)){if(t!==void 0)return t??void 0;this.geoJsonCache[e]=new Promise(async t=>{let n=await this.geoJsonService?.getTopoJson(e);this.geoJsonCache[e]=this.convertToGeoJson(n),this.dispatch(`EVALUATE_CHARTS`),t()})}}geoFeatureNameToId(e,t){if(!this.geoJsonService){console.error(`No geoJsonService provided to the model`);return}return this.geoJsonService.geoFeatureNameToId(e,t)}convertToGeoJson(e){if(!e)return null;if(e.type===`Topology`){let t=window.ChartGeo.topojson.feature(e,Object.values(e.objects)[0]);return t.type===`FeatureCollection`?t.features:[t]}else if(e.type===`FeatureCollection`)return e.features;throw Error(`Invalid TopoJSON`)}},pK=class extends zp{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,n){return t===`COL`?this.isColHidden(e,n):this.isRowHidden(e,n)}getNextVisibleCellPosition({sheetId:e,col:t,row:n}){return{sheetId:e,col:this.findVisibleHeader(e,`COL`,t,this.getters.getNumberCols(e)-1)||this.findVisibleHeader(e,`COL`,t,0)||0,row:this.findVisibleHeader(e,`ROW`,n,this.getters.getNumberRows(e)-1)||this.findVisibleHeader(e,`ROW`,n,0)||0}}findVisibleHeader(e,t,n,r){if(n<=r){for(let i=n;i<=r;i++)if(this.getters.doesHeaderExist(e,t,i)&&!this.isHeaderHidden(e,t,i))return i}if(n>r){for(let i=n;i>=r;i--)if(this.getters.doesHeaderExist(e,t,i)&&!this.isHeaderHidden(e,t,i))return i}}findLastVisibleColRowIndex(e,t,{last:n,first:r}){return S(n,r,-1).find(n=>!this.isHeaderHidden(e,t,n))||r}findFirstVisibleColRowIndex(e,t){let n=this.getters.getNumberHeaders(e,t);for(let r=0;r<n;r++)if(t===`COL`&&!this.isColHidden(e,r)||t===`ROW`&&!this.isRowHidden(e,r))return r}exportForExcel(e){for(let t of e.sheets)for(let[e,n]of Object.entries(t.rows))n.isHidden=this.isRowHidden(t.id,Number(e))}},mK=class extends zp{static getters=[];allowDispatch(e){switch(e.type){case`DUPLICATE_PIVOT_IN_NEW_SHEET`:if(!this.getters.isExistingPivot(e.pivotId))return`PivotIdNotFound`;if(!this.getters.getPivot(e.pivotId).isValid())return`PivotInError`;break}return`Success`}handle(e){switch(e.type){case`INSERT_NEW_PIVOT`:this.insertNewPivot(e.pivotId,e.newSheetId);break;case`DUPLICATE_PIVOT_IN_NEW_SHEET`:this.duplicatePivotInNewSheet(e.pivotId,e.newPivotId,e.newSheetId);break;case`INSERT_PIVOT_WITH_TABLE`:this.insertPivotWithTable(e.sheetId,e.col,e.row,e.pivotId,e.table,e.pivotMode);break;case`SPLIT_PIVOT_FORMULA`:this.splitPivotFormula(e.sheetId,e.col,e.row,e.pivotId)}}insertNewPivot(e,t){rc(this.getters.getSelectedZone())===1&&this.selection.selectTableAroundSelection();let n=this.getters.getActiveSheetId();this.dispatch(`ADD_PIVOT`,{pivotId:e,pivot:{dataSet:{zone:this.getters.getSelectedZone(),sheetId:n},columns:[],rows:[],measures:[],name:E(`New pivot`),type:`SPREADSHEET`}});let r=this.getters.getSheetIds().findIndex(e=>e===n)+1,i=this.getters.getPivotFormulaId(e);this.dispatch(`CREATE_SHEET`,{sheetId:t,name:E(`Pivot #%(formulaId)s`,{formulaId:i}),position:r}),this.dispatch(`ACTIVATE_SHEET`,{sheetIdFrom:n,sheetIdTo:t});let a=this.getters.getPivot(e);this.insertPivotWithTable(t,0,0,e,a.getCollapsedTableStructure().export(),`dynamic`)}duplicatePivotInNewSheet(e,t,n){this.dispatch(`DUPLICATE_PIVOT`,{pivotId:e,newPivotId:t,duplicatedPivotName:E(`%s (copy)`,this.getters.getPivotCoreDefinition(e).name)});let r=this.getters.getActiveSheetId(),i=this.getters.getSheetIds().indexOf(r)+1,a=this.getters.getPivotFormulaId(t),o=this.getters.getPivotName(t);if(this.dispatch(`CREATE_SHEET`,{sheetId:n,name:this.getPivotDuplicateSheetName(E(`%(newPivotName)s (Pivot #%(formulaId)s)`,{newPivotName:o,formulaId:a})),position:i}).isSuccessful){this.dispatch(`ACTIVATE_SHEET`,{sheetIdFrom:r,sheetIdTo:n});let i=this.getters.getPivot(e);this.insertPivotWithTable(n,0,0,t,i.getCollapsedTableStructure().export(),`dynamic`)}}getPivotDuplicateSheetName(e){let t=this.getters.getSheetIds().map(e=>this.getters.getSheetName(e));return an(ht(e),t)}insertPivotWithTable(e,t,n,r,i,a){let{cols:o,rows:s,measures:c,fieldsType:l}=i,u=new rR(o,s,c,l||{}),d=u.columns.length-1;this.resizeSheet(e,t,n,u);let f=this.getters.getPivotFormulaId(r),p;a===`dynamic`?(this.dispatch(`UPDATE_CELL`,{sheetId:e,col:t,row:n,content:`=PIVOT(${f})`}),p={left:t,right:t,top:n,bottom:n}):(this.dispatch(`INSERT_PIVOT`,{sheetId:e,col:t,row:n,pivotId:r,table:u.export()}),p={left:t,right:t+u.getNumberOfDataColumns(),top:n,bottom:n+d+u.rows.length}),this.dispatch(`CREATE_TABLE`,{tableType:a,sheetId:e,ranges:[this.getters.getRangeDataFromZone(e,p)],config:{...tt,numberOfHeaders:d}})}resizeSheet(e,t,n,r){let i=r.getNumberOfDataColumns()+1,a=this.getters.getNumberCols(e),o=a-t;o<i&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`COL`,base:a-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:i-o,position:`after`});let s=r.columns.length+r.rows.length,c=this.getters.getNumberRows(e),l=c-n;l<s&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`ROW`,base:c-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:s-l,position:`after`})}splitPivotFormula(e,t,n,r){let i=this.getters.getSpreadZone({sheetId:e,col:t,row:n});if(!i)return;let a=this.getters.getPivotFormulaId(r),o=new Map;for(let t=i.left;t<=i.right;t++)for(let n=i.top;n<=i.bottom;n++){let r={sheetId:e,col:t,row:n};o.set(r,this.getters.getPivotCellFromPosition(r))}for(let[e,t]of o)this.dispatch(`UPDATE_CELL`,{...e,content:Nd(a,t)});if(this.getters.getCoreTable({sheetId:e,col:t,row:n})?.type===`dynamic`){let r=R({col:t,row:n}),a=this.getters.getRangeDataFromZone(e,i);this.dispatch(`UPDATE_TABLE`,{sheetId:e,zone:r,newTableRange:a,tableType:`static`})}}},hK=class extends zp{allowDispatch(e){switch(e.type){case`SORT_CELLS`:return Hs(e.col,e.row,e.zone)?this.checkValidations(e,this.checkMerge,this.checkMergeSizes,this.checkArrayFormulaInSortZone):`InvalidSortAnchor`}return`Success`}handle(e){switch(e.type){case`SORT_CELLS`:this.sortZone(e.sheetId,e,e.zone,e.sortDirection,e.sortOptions||{});break}}checkMerge({sheetId:e,zone:t}){return this.getters.doesIntersectMerge(e,t)&&qs(t).some(({col:t,row:n})=>!this.getters.isInMerge({sheetId:e,col:t,row:n}))?`InvalidSortZone`:`Success`}checkMergeSizes({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return`Success`;let n=this.getters.getMerges(e).filter(e=>Bs(e,t)),r=Ws(n[0]),[i,a]=[r.numberOfCols,r.numberOfRows];return n.every(e=>{let[t,n]=[e.right-e.left+1,e.bottom-e.top+1];return t===i&&n===a})?`Success`:`InvalidSortZone`}checkArrayFormulaInSortZone({sheetId:e,zone:t}){return qs(t).some(({col:t,row:n})=>{let r=this.getters.getArrayFormulaSpreadingOn({sheetId:e,col:t,row:n});return r&&!w(r,{sheetId:e,col:t,row:n})})?`SortZoneWithArrayFormulas`:`Success`}hasHeader(e,t){if(t[0].length===1)return!1;let n=t.map(t=>t.map(({col:t,row:n})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:n}).type));return n[0][0]===`empty`&&(n=n.slice(1)),n.some(e=>e[0]===`empty`)?!1:!!n.some(e=>e[1]!==`empty`&&e[0]!==e[1])}sortZone(e,t,n,r,i){let[a,o]=this.mainCellsSteps(e,n),s=this.getters.getMainCellPosition({sheetId:e,col:t.col,row:t.row}).col,c=Object.assign({},n),l=this.mainCells(e,n);!i.sortHeaders&&this.hasHeader(e,l)&&(c.top+=o),l=this.mainCells(e,c);let u=l[s-c.left],d=yv(u.map(e=>this.getters.getEvaluatedCell(e)),r,!!i.emptyCellAsZero).map(e=>e.index),[f,p]=[l.length,l[0].length],m=[];for(let e=0;e<f;e++)for(let t=0;t<p;t++){let{col:n,row:r,sheetId:i}=l[e][d[t]],s=this.getters.getCell({sheetId:i,col:n,row:r}),u=c.left+e*a,f=c.top+t*o,p={sheetId:i,col:u,row:f,content:``};if(s){let e=s.content;if(s.isFormula){let t=this.getters.getCellPosition(s.id);e=this.getters.getTranslatedCellFormula(i,0,f-t.row,s.compiledFormula.tokens)}p.style=s.style,p.content=e,p.format=s.format}m.push(p)}m.forEach(e=>this.dispatch(`UPDATE_CELL`,e))}mainCellsSteps(e,t){let n=this.getters.getMerge({sheetId:e,col:t.left,row:t.top});return[n?n.right-n.left+1:1,n?n.bottom-n.top+1:1]}mainCells(e,t){let[n,r]=this.mainCellsSteps(e,t),i=[],a=S(t.left,t.right+1,n),o=S(t.top,t.bottom+1,r);for(let t of a){let n=[];i.push(n);for(let r of o)n.push({sheetId:e,col:t,row:r})}return i}},gK=class extends zp{static getters=[`shouldShowFormulas`];showFormulas=!1;handle(e){switch(e.type){case`SET_FORMULA_VISIBILITY`:this.showFormulas=e.show;break}}shouldShowFormulas(){return this.showFormulas}},_K=class extends zp{static getters=[`getCellWidth`,`getTextWidth`,`getCellText`,`getCellMultiLineText`,`getContiguousZone`,`computeTextYCoordinate`];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){let n=this.getColMaxWidth(e.sheetId,t);n!==0&&this.dispatch(`RESIZE_COLUMNS_ROWS`,{elements:[t],dimension:`COL`,size:n,sheetId:e.sheetId})}break;case`AUTORESIZE_ROWS`:this.autoResizeRows(e.sheetId,e.rows);break;case`DELETE_UNFILTERED_CONTENT`:let t=[];for(let n of e.target){let r=gt(S(n.top,n.bottom+1).filter(t=>!this.getters.isRowFiltered(e.sheetId,t)));for(let e of r)t.push({...n,top:e[0],bottom:e[e.length-1]})}this.dispatch(`DELETE_CONTENT`,{sheetId:e.sheetId,target:t});break}}getCellWidth(e){let t=this.getters.getCellComputedStyle(e),n=0,r=this.getters.getEvaluatedCell(e).formattedValue;if(r){let e=wl(this.ctx,r,t,void 0);n+=Math.max(...e.map(e=>hl(this.ctx,e,t)))}for(let t of this.getters.getCellIcons(e))n+=t.margin+t.size;if(this.getters.getDataValidationChipStyle(e)&&(n+=10),n===0)return 0;if(n+=8,t.wrapping===`wrap`){let t=this.getters.getColSize(e.sheetId,e.col);return Math.min(t,n)}return n}getTextWidth(e,t){return hl(this.ctx,e,t)}getCellText(e,t){let n=this.getters.getCell(e),r=this.getters.getLocale();if(t?.showFormula&&n?.isFormula)return _u(n.content,r);if(t?.showFormula&&!n?.content)return``;{let i=this.getters.getEvaluatedCell(e),a=t?.availableWidth?{availableWidth:t.availableWidth,measureText:e=>hl(this.ctx,e,n?.style||{})}:void 0;return L(i.value,{format:i.format,locale:r,formatWidth:a})}}getCellMultiLineText(e,t){let n=this.getters.getCellStyle(e),r=this.getters.getCellText(e,{showFormula:this.getters.shouldShowFormulas(),availableWidth:t.formatWidth});return wl(this.ctx,r,n,t.wrapText?t.maxWidth:void 0)}computeTextYCoordinate(e,t,n=ze,r=1){let i=e.y+1,a=ul(t,r);if(e.height>a+8){if(n===`middle`)return Math.ceil(i+(e.height-a)/2);if(n===`bottom`)return i+e.height-a-4}return i+4}getContiguousZone(e,t){let n=t=>{for(let n of S(t.left,t.right+1)){if(!this.isCellEmpty({sheetId:e,col:n,row:t.top-1}))return{...t,top:t.top-1};if(!this.isCellEmpty({sheetId:e,col:n,row:t.bottom+1}))return{...t,bottom:t.bottom+1}}for(let n of S(t.top,t.bottom+1)){if(!this.isCellEmpty({sheetId:e,col:t.left-1,row:n}))return{...t,left:t.left-1};if(!this.isCellEmpty({sheetId:e,col:t.right+1,row:n}))return{...t,right:t.right+1}}return t},r=!1,i=t;do{r=!1;let e=n(i);zs(i,e)||(r=!0,i=e)}while(r);return i}isCellEmpty(e){let t=this.getters.getMainCellPosition(e);return this.getters.getEvaluatedCell(t).type===`empty`}getColMaxWidth(e,t){let n=qs(this.getters.getColsZone(e,t,t)).map(t=>this.getCellWidth({sheetId:e,...t}));return Math.max(0,$t(n))}checkSheetExists(e){return`sheetId`in e&&this.getters.tryGetSheet(e.sheetId)===void 0?`InvalidSheetId`:`Success`}checkZonesAreInSheet(e){let t=`sheetId`in e?e.sheetId:this.getters.tryGetActiveSheetId();if(`ranges`in e&&e.ranges.some(e=>!this.getters.tryGetSheet(e._sheetId)))return`InvalidSheetId`;let n=this.getters.getCommandZones(e);return!t&&n.length>0?`NoActiveSheet`:t&&n.length>0?this.getters.checkZonesExistInSheet(t,n):`Success`}autoResizeRows(e,t){let n=[];for(let r of t){let t=0;for(let n of this.getters.getRowCells(e,r)){let r=this.getters.getCellById(n);if(!r)continue;let i=this.getters.getCellPosition(r.id),a=this.getters.getColSize(e,i.col);if(r.isFormula||this.getters.getArrayFormulaSpreadingOn(i)){let e=this.getters.getEvaluatedCell(i).formattedValue,n=fl(this.ctx,e,r?.style,a);n>t&&n>23&&(t=n)}else{let e=r.content,n=fl(this.ctx,e,r?.style,a);n>=t&&n>23&&(t=0)}}n.push(t||null)}let r=new Map(n.map(e=>[e,[]]));for(let e=0;e<n.length;e++)r.get(n[e])?.push(t[e]);for(let[t,n]of r)this.dispatch(`RESIZE_COLUMNS_ROWS`,{elements:n,dimension:`ROW`,size:t,sheetId:e})}},vK=class extends zp{static getters=[`getCellTableStyle`,`getCellTableBorder`];tableStyles={};handle(e){if(yr.has(e.type)||e.type===`UPDATE_CELL`&&(`content`in e||`format`in e)||e.type===`EVALUATE_CELLS`){this.tableStyles={};return}if(bK(e)){`sheetId`in e?delete this.tableStyles[e.sheetId]:this.tableStyles={};return}}finalize(){for(let e of this.getters.getSheetIds()){this.tableStyles[e]||(this.tableStyles[e]={});for(let t of this.getters.getTables(e))this.tableStyles[e][t.id]||(this.tableStyles[e][t.id]=this.computeTableStyle(e,t))}}getCellTableStyle(e){let t=this.getters.getTable(e);if(t)return this.tableStyles[e.sheetId][t.id]().styles[e.col]?.[e.row]}getCellTableBorder(e){let t=this.getters.getTable(e);if(t)return this.tableStyles[e.sheetId][t.id]().borders[e.col]?.[e.row]}computeTableStyle(e,t){return Nt(()=>{let{config:n,numberOfCols:r,numberOfRows:i}=this.getTableRuntimeConfig(e,t),a=yI(n,this.getters.getTableStyle(t.config.styleId),r,i),o=this.getTableMapping(e,t),s={borders:{},styles:{}};for(let e=0;e<r;e++){let t=o.colMapping[e];s.borders[t]={},s.styles[t]={};for(let n=0;n<i;n++){let r=o.rowMapping[n];s.borders[t][r]=a.borders[e][n],s.styles[t][r]=a.styles[e][n]}}return s})}getTableRuntimeConfig(e,t){let n=t.range.zone,r={...t.config},i=n.right-n.left+1,a=n.bottom-n.top+1;for(let i=n.top;i<=n.bottom;i++)this.getters.isRowHidden(e,i)&&(a--,i-n.top<t.config.numberOfHeaders&&(r.numberOfHeaders--,r.numberOfHeaders<0&&(r.numberOfHeaders=0)),i===n.bottom&&(r.totalRow=!1));for(let t=n.left;t<=n.right;t++)this.getters.isColHidden(e,t)&&(i--,t===n.left&&(r.firstColumn=!1),t===n.right&&(r.lastColumn=!1));return{config:r,numberOfCols:i,numberOfRows:a}}getTableMapping(e,t){let n={},r={},i=0,a=0,o=t.range.zone;for(let t=o.left;t<=o.right;t++)if(!this.getters.isColHidden(e,t)){n[i]=t,i++;for(let t=o.top;t<=o.bottom;t++)this.getters.isRowHidden(e,t)||(r[a]=t,a++)}return{colMapping:n,rowMapping:r}}};let yK=new Set([`HIDE_COLUMNS_ROWS`,`UNHIDE_COLUMNS_ROWS`,`UNFOLD_HEADER_GROUP`,`UNGROUP_HEADERS`,`FOLD_HEADER_GROUP`,`FOLD_ALL_HEADER_GROUPS`,`UNFOLD_ALL_HEADER_GROUPS`,`FOLD_HEADER_GROUPS_IN_ZONE`,`UNFOLD_HEADER_GROUPS_IN_ZONE`,`CREATE_TABLE`,`UPDATE_TABLE`,`UPDATE_FILTER`,`REMOVE_TABLE`,`RESIZE_TABLE`,`CREATE_TABLE_STYLE`,`REMOVE_TABLE_STYLE`,`DELETE_CONTENT`]);function bK(e){return yK.has(e.type)}var xK=class extends zp{static getters=[`getCellComputedBorder`,`getCellComputedStyle`];styles=new RF;borders=new RF;handle(e){if(yr.has(e.type)||e.type===`UPDATE_CELL`||e.type===`SET_FORMATTING`||e.type===`CLEAR_FORMATTING`||e.type===`ADD_DATA_VALIDATION_RULE`||e.type===`REMOVE_DATA_VALIDATION_RULE`||e.type===`EVALUATE_CELLS`){this.styles=new RF,this.borders=new RF;return}if(bK(e)){`sheetId`in e?(this.styles.clearSheet(e.sheetId),this.borders.clearSheet(e.sheetId)):(this.styles=new RF,this.borders=new RF);return}if(Sr.has(e.type)){this.styles=new RF;return}if(Cr.has(e.type)){this.borders=new RF;return}}getCellComputedBorder(e){let t=this.borders.get(e);return t===void 0&&(t=this.computeCellBorder(e),this.borders.set(e,t)),t}getCellComputedStyle(e){let t=this.styles.get(e);return t===void 0&&(t=this.computeCellStyle(e),this.styles.set(e,t)),t}computeCellBorder(e){let t=this.getters.getCellBorder(e)||{},n={...zt(this.getters.getCellTableBorder(e)||{}),...zt(t)};return kt(n)?null:n}computeCellStyle(e){let t=this.getters.getCell(e),n=this.getters.getCellConditionalFormatStyle(e),r=this.getters.getCellTableStyle(e),i=this.getters.getDataValidationCellStyle(e),a={...zt(r),...zt(i),...zt(t?.style),...zt(n)};return this.getters.getEvaluatedCell(e).link&&!a.textColor&&(a.textColor=le),a}},SK=class extends zp{static getters=[`hasBooleanValidationInZones`];handle(e){switch(e.type){case`TOGGLE_CHECKBOX`:this.toggleCheckbox(e.sheetId,e.target);break}}hasBooleanValidationInZones(e){let t=this.getters.getActiveSheetId();for(let n of e)for(let e=n.left;e<=n.right;e++)for(let r=n.top;r<=n.bottom;r++)if(this.getters.isCellValidCheckbox({col:e,row:r,sheetId:t}))return!0;return!1}toggleCheckbox(e,t){for(let n of t)for(let t=n.left;t<=n.right;t++)for(let r=n.top;r<=n.bottom;r++){let n={col:t,row:r,sheetId:e};if(this.getters.isCellValidCheckbox(n)){let e=this.getters.getEvaluatedCell(n).value?`FALSE`:`TRUE`;this.dispatch(`UPDATE_CELL`,{...n,content:e})}}}},CK=class extends zp{handle(e){switch(e.type){case`ADD_DATA_VALIDATION_RULE`:if(e.rule.criterion.type===`isBoolean`){let t=e.ranges.map(e=>this.getters.getRangeFromRangeData(e));for(let e of Hc(t)){let t=this.getters.getCell(e),n=this.getters.getEvaluatedCell(e);if(!t?.content)this.dispatch(`UPDATE_CELL`,{...e,content:`FALSE`});else if(t?.content&&n.type===`empty`){let n;if(t.content.startsWith(`=`)){let r=this.getters.evaluateFormula(e.sheetId,t.content);n=(Ir(r)?r[0][0]:r)?.toString()}else n=t.content;(!n||!vt(n))&&this.dispatch(`UPDATE_CELL`,{...e,content:`FALSE`})}else n.type!==`boolean`&&this.dispatch(`UPDATE_CELL`,{...e,content:`FALSE`})}}}}},wK=class extends zp{static getters=[`dynamicTranslate`];dynamicTranslate(e){return e}};let TK=[EK,DK,kK,AK];function EK(e,t){return`sheetId`in t?{...b(t),sheetId:e.getActiveSheetId()}:t}function DK(e,t){return!(`target`in t)||!Array.isArray(t.target)?t:{...b(t),target:e.getSelectedZones()}}function OK(e,t){return`zone`in t?{...b(t),zone:e.getSelectedZone()}:t}function kK(e,t){if(!(`row`in t)||!(`col`in t))return t;let{col:n,row:r}=e.getActivePosition();return{...b(t),col:n,row:r}}function AK(e,t){return`ranges`in t?{...b(t),ranges:e.getSelectedZones().map(t=>e.getRangeDataFromZone(e.getActiveSheetId(),t))}:t}let jK=new Ml;function MK(e,t){let n=jK.smallUuid();return{...EK(e,t),figureId:n,chartId:n}}function NK(e,t){return{...EK(e,t),figureId:jK.smallUuid()}}function PK(e,t){let n=kK(e,EK(e,t));return n.figureId=jK.smallUuid(),n}function FK(e,t){let n=b(t);n.sheetId=jK.smallUuid();let r=t.name||e.getSheet(e.getActiveSheetId()).name,i=r.match(/(.+?)\d*$/)?.[1]||r;return n.name=e.getNextSheetName(i),n}function IK(e,t){let n=e.getActivePosition();return{...EK(e,t),base:t.dimension===`COL`?n.col:n.row}}function LK(e,t){let n=e.getSelectedZone();return{...EK(e,t),elements:t.dimension===`COL`?S(n.left,n.right+1):S(n.top,n.bottom+1)}}function RK(e,t){let n=e.getSelectedZone();return{...b(t),zone:n}}function zK(e,t){let n=b(t),{top:r,bottom:i,left:a,right:o}=e.getSelectedZone();return`cols`in n?n.cols=S(a,o+1):`rows`in n&&(n.rows=S(r,i+1)),n}function BK(e,t){let n=e.getSelectedZone();return{...EK(e,t),col:n.left,row:n.top,zone:n}}function VK(e,t){return{type:`REPEAT_PASTE`,pasteOption:b(t.pasteOption),target:e.getSelectedZones()}}function HK(e,t){let n=e.getSelectedZone();return{...EK(e,t),start:t.dimension===`COL`?n.left:n.top,end:t.dimension===`COL`?n.right:n.bottom}}let UK=new g;UK.add(`UPDATE_CELL`,GK),UK.add(`CLEAR_CELL`,GK),UK.add(`CLEAR_CELLS`,GK),UK.add(`DELETE_CONTENT`,GK),UK.add(`ADD_MERGE`,GK),UK.add(`REMOVE_MERGE`,GK),UK.add(`SET_FORMATTING`,GK),UK.add(`CLEAR_FORMATTING`,GK),UK.add(`SET_BORDER`,GK),UK.add(`CREATE_TABLE`,GK),UK.add(`REMOVE_TABLE`,GK),UK.add(`HIDE_SHEET`,GK),UK.add(`ADD_COLUMNS_ROWS`,IK),UK.add(`REMOVE_COLUMNS_ROWS`,LK),UK.add(`HIDE_COLUMNS_ROWS`,LK),UK.add(`RESIZE_COLUMNS_ROWS`,LK),UK.add(`CREATE_SHEET`,FK),UK.add(`CREATE_FIGURE`,PK),UK.add(`CREATE_CHART`,MK),UK.add(`CREATE_IMAGE`,NK),UK.add(`GROUP_HEADERS`,HK),UK.add(`UNGROUP_HEADERS`,HK),UK.add(`UNFOLD_HEADER_GROUPS_IN_ZONE`,OK),UK.add(`FOLD_HEADER_GROUPS_IN_ZONE`,OK);let WK=new g;WK.add(`PASTE`,VK),WK.add(`INSERT_CELL`,RK),WK.add(`DELETE_CELL`,RK),WK.add(`AUTORESIZE_COLUMNS`,zK),WK.add(`AUTORESIZE_ROWS`,zK),WK.add(`SORT_CELLS`,BK),WK.add(`SUM_SELECTION`,GK),WK.add(`SET_DECIMAL`,GK),WK.add(`DELETE_UNFILTERED_CONTENT`,GK);function GK(e,t){let n=b(t);for(let t of TK)n=t(e,n);return n}function KK(e,t){if(t&&UK.contains(t.type))return UK.get(t.type)(e,t)}function qK(e,t,n){if(WK.contains(t.type))return WK.get(t.type)(e,t,n)}function JK(e){return!e||!e.rootCommand||typeof e.rootCommand!=`object`?!1:Dr(e.rootCommand)?UK.contains(e.rootCommand.type):WK.contains(e.rootCommand.type)}function YK(e,t){if(!(!e.rootCommand||typeof e.rootCommand!=`object`))return Dr(e.rootCommand)?KK(t,e.rootCommand):qK(t,e.rootCommand,e.commands)}var XK=class extends zp{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(`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`;break}return`Success`}handle(e){switch(e.type){case`REQUEST_UNDO`:case`REQUEST_REDO`:this.requestHistoryChange(e.type===`REQUEST_UNDO`?`UNDO`:`REDO`)}}finalize(){}requestHistoryChange(e){let t=e===`UNDO`?this.undoStack.pop():this.redoStack.pop();if(!t){let e=this.getPossibleRevisionToRepeat();if(!e)return;let t=YK(e,this.getters);if(!t)return;if(!Array.isArray(t)){this.dispatch(t.type,t);return}for(let e of t)this.dispatch(e.type,e);return}e===`UNDO`?(this.session.undo(t),this.redoStack.push(t)):(this.session.redo(t),this.undoStack.push(t))}canUndo(){return this.undoStack.length>0}canRedo(){return this.redoStack.length>0?!0:JK(this.getPossibleRevisionToRepeat())}onNewLocalStateUpdate({id:e}){this.undoStack.push(e),this.redoStack=[],this.undoStack.length>99&&this.undoStack.shift()}getPossibleRevisionToRepeat(){return this.session.getLastLocalNonEmptyRevision()}},ZK=class{trackedValues=new Set;domainToArray(e){return e.flatMap(e=>[e.field,N(e.value)])}isValuePresent(e,t){let n=JSON.stringify({measure:e,domain:this.domainToArray(t)});return this.trackedValues.has(n)}isHeaderPresent(e){let t=JSON.stringify({domain:this.domainToArray(e)});return this.trackedValues.has(t)}trackValue(e,t){let n=JSON.stringify({measure:e,domain:this.domainToArray(t)});this.trackedValues.add(n)}trackHeader(e){let t=JSON.stringify({domain:this.domainToArray(e)});this.trackedValues.add(t)}},QK=class extends zp{static getters=[`getPivotPresenceTracker`];trackPresencePivotId;tracker;handle(e){switch(e.type){case`PIVOT_START_PRESENCE_TRACKING`:this.tracker=new ZK,this.trackPresencePivotId=e.pivotId;break;case`PIVOT_STOP_PRESENCE_TRACKING`:this.trackPresencePivotId=void 0;break}}getPivotPresenceTracker(e){if(this.trackPresencePivotId===e){if(!this.tracker)throw Error(`Tracker not initialized`);return this.tracker}}},$K=class extends zp{static getters=[`getAutomaticSeparator`];allowDispatch(e){switch(e.type){case`SPLIT_TEXT_INTO_COLUMNS`:return this.chainValidations(this.batchValidations(this.checkSingleColSelected,this.checkNonEmptySelector),this.batchValidations(this.checkNotOverwritingContent,this.checkSeparatorInSelection))(e)}return`Success`}handle(e){switch(e.type){case`SPLIT_TEXT_INTO_COLUMNS`:this.splitIntoColumns(e);break}}getAutomaticSeparator(){let e=this.getters.getSelectedCells();for(let t of e)if(t.value&&t.type===`text`){let e=this.getAutoSeparatorForString(t.value);if(e)return e}return` `}getAutoSeparatorForString(e){for(let t of[`
1936
+ %s unique rows remain.`,e.toString(),t.toString()),sticky:!1})}checkSingleRangeSelected(){return this.getters.getSelectedZones().length===1?`Success`:`MoreThanOneRangeSelected`}checkNoMergeInZone(){let e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZone();return this.getters.getMergesInZone(e,t).length>0?`WillRemoveExistingMerge`:`Success`}checkRangeContainsValues(e){let t=this.getters.getActiveSheetId(),n=this.getters.getSelectedZone();return e.hasHeader&&(n.top+=1),this.getters.getEvaluatedCellsInZone(t,n).every(e=>e.type===`empty`)?`EmptyTarget`:`Success`}checkNoColumnProvided(e){return e.columns.length===0?`NoColumnsProvided`:`Success`}checkColumnsIncludedInZone(e){let 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?`Success`:`DuplicatesColumnsSelected`}trimWhitespace(){let e=hs(this.getters.getSelectedZones()),t=this.getters.getActiveSheetId(),n=0;for(let{col:r,row:i}of e.map(qs).flat()){let e=this.getters.getCell({col:r,row:i,sheetId:t});if(!e)continue;let a=Xt(e.content);a!==e.content&&(n+=1,this.dispatch(`UPDATE_CELL`,{sheetId:t,col:r,row:i,content:a}))}let r=n?E(`Trimmed whitespace from %s cells.`,n):E(`No selected cells had whitespace trimmed.`);this.ui.notifyUI({type:`info`,text:r,sticky:!1})}},dK=class extends zp{handle(e){switch(e.type){case`SET_DECIMAL`:this.setDecimal(e.sheetId,e.target,e.step);break;case`SET_FORMATTING_WITH_PIVOT`:this.setContextualFormat(e.sheetId,e.target,e.format);break}}setContextualFormat(e,t,n){let r=[],i={};for(let n of hs(t))for(let t=n.left;t<=n.right;t++)for(let a=n.top;a<=n.bottom;a++){let n={sheetId:e,col:t,row:a},o=this.getters.getPivotCellFromPosition(n);if(this.isSpilledPivotValueFormula(n,o)){r.push(n);let e=this.getters.getPivotIdFromPosition(n)||``;i[e]??=new Set,i[e].add(o.measure)}}let a=hs(r.map(R));for(let e in i){let t=i[e],r=this.getters.getPivotCoreDefinition(e);this.dispatch(`UPDATE_PIVOT`,{pivotId:e,pivot:{...r,measures:r.measures.map(e=>t.has(e.id)?{...e,format:n}:e)}})}this.dispatch(`SET_FORMATTING`,{sheetId:e,target:a,format:``}),this.dispatch(`SET_FORMATTING`,{sheetId:e,target:hs(t,a),format:n})}isSpilledPivotValueFormula(e,t){let n=this.getters.getCell(e);return t.type===`VALUE`&&!n?.isFormula}setDecimal(e,t,n){let r={};for(let i of hs(t))for(let t of qs(i)){let i=this.getCellNumberFormat({sheetId:e,...t});if(i!==void 0){let e=Yo(i,n);r[e]=r[e]||[],r[e].push(t)}}for(let t in r){let n=hs(r[t].map(e=>R(e)));this.setContextualFormat(e,n,t)}}getCellNumberFormat(e){for(let t of[e]){let e=this.getters.getEvaluatedCell(t);if(e.type===`number`&&!(e.format&&Mo(e.format)))return e.format||Io(e.value)}}},fK=class extends zp{static getters=[`getGeoJsonFeatures`,`geoFeatureNameToId`,`getGeoChartAvailableRegions`,`loadUsedGeoJsonFeatures`];geoJsonService;geoJsonCache={};constructor(e){super(e),this.geoJsonService=e.external.geoJsonService}getGeoChartAvailableRegions(){return this.geoJsonService?this.geoJsonService.getAvailableRegions()||[]:(console.error(`No geoJsonService provided to the model`),[])}getGeoJsonFeatures(e){if(!this.geoJsonService){console.error(`No geoJsonService provided to the model`);return}let t=this.geoJsonCache[e];if(!(t instanceof Promise)){if(t!==void 0)return t??void 0;this.geoJsonCache[e]=new Promise(async t=>{let n=await this.geoJsonService?.getTopoJson(e);this.geoJsonCache[e]=this.convertToGeoJson(n),this.dispatch(`EVALUATE_CHARTS`),t()})}}geoFeatureNameToId(e,t){if(!this.geoJsonService){console.error(`No geoJsonService provided to the model`);return}return this.geoJsonService.geoFeatureNameToId(e,t)}loadUsedGeoJsonFeatures(){let e=this.getters.getSheetIds().flatMap(e=>this.getters.getChartIds(e).map(e=>{let t=this.getters.getChartDefinition(e);return t.type===`geo`?t.region||this.getters.getGeoChartAvailableRegions()[0]?.id:void 0})).filter(C),t=Array.from(new Set(e));if(t.length&&!this.geoJsonService)return console.error(`No geoJsonService provided to the model`),Promise.resolve();for(let e of t)this.getGeoJsonFeatures(e);let n=t.map(e=>{let t=this.geoJsonCache[e];return t instanceof Promise?t:Promise.resolve()});return Promise.all(n).then(()=>{})}convertToGeoJson(e){if(!e)return null;if(e.type===`Topology`){let t=window.ChartGeo.topojson.feature(e,Object.values(e.objects)[0]);return t.type===`FeatureCollection`?t.features:[t]}else if(e.type===`FeatureCollection`)return e.features;throw Error(`Invalid TopoJSON`)}},pK=class extends zp{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,n){return t===`COL`?this.isColHidden(e,n):this.isRowHidden(e,n)}getNextVisibleCellPosition({sheetId:e,col:t,row:n}){return{sheetId:e,col:this.findVisibleHeader(e,`COL`,t,this.getters.getNumberCols(e)-1)||this.findVisibleHeader(e,`COL`,t,0)||0,row:this.findVisibleHeader(e,`ROW`,n,this.getters.getNumberRows(e)-1)||this.findVisibleHeader(e,`ROW`,n,0)||0}}findVisibleHeader(e,t,n,r){if(n<=r){for(let i=n;i<=r;i++)if(this.getters.doesHeaderExist(e,t,i)&&!this.isHeaderHidden(e,t,i))return i}if(n>r){for(let i=n;i>=r;i--)if(this.getters.doesHeaderExist(e,t,i)&&!this.isHeaderHidden(e,t,i))return i}}findLastVisibleColRowIndex(e,t,{last:n,first:r}){return S(n,r,-1).find(n=>!this.isHeaderHidden(e,t,n))||r}findFirstVisibleColRowIndex(e,t){let n=this.getters.getNumberHeaders(e,t);for(let r=0;r<n;r++)if(t===`COL`&&!this.isColHidden(e,r)||t===`ROW`&&!this.isRowHidden(e,r))return r}exportForExcel(e){for(let t of e.sheets)for(let[e,n]of Object.entries(t.rows))n.isHidden=this.isRowHidden(t.id,Number(e))}},mK=class extends zp{static getters=[];allowDispatch(e){switch(e.type){case`DUPLICATE_PIVOT_IN_NEW_SHEET`:if(!this.getters.isExistingPivot(e.pivotId))return`PivotIdNotFound`;if(!this.getters.getPivot(e.pivotId).isValid())return`PivotInError`;break}return`Success`}handle(e){switch(e.type){case`INSERT_NEW_PIVOT`:this.insertNewPivot(e.pivotId,e.newSheetId);break;case`DUPLICATE_PIVOT_IN_NEW_SHEET`:this.duplicatePivotInNewSheet(e.pivotId,e.newPivotId,e.newSheetId);break;case`INSERT_PIVOT_WITH_TABLE`:this.insertPivotWithTable(e.sheetId,e.col,e.row,e.pivotId,e.table,e.pivotMode);break;case`SPLIT_PIVOT_FORMULA`:this.splitPivotFormula(e.sheetId,e.col,e.row,e.pivotId)}}insertNewPivot(e,t){rc(this.getters.getSelectedZone())===1&&this.selection.selectTableAroundSelection();let n=this.getters.getActiveSheetId();this.dispatch(`ADD_PIVOT`,{pivotId:e,pivot:{dataSet:{zone:this.getters.getSelectedZone(),sheetId:n},columns:[],rows:[],measures:[],name:E(`New pivot`),type:`SPREADSHEET`}});let r=this.getters.getSheetIds().findIndex(e=>e===n)+1,i=this.getters.getPivotFormulaId(e);this.dispatch(`CREATE_SHEET`,{sheetId:t,name:E(`Pivot #%(formulaId)s`,{formulaId:i}),position:r}),this.dispatch(`ACTIVATE_SHEET`,{sheetIdFrom:n,sheetIdTo:t});let a=this.getters.getPivot(e);this.insertPivotWithTable(t,0,0,e,a.getCollapsedTableStructure().export(),`dynamic`)}duplicatePivotInNewSheet(e,t,n){this.dispatch(`DUPLICATE_PIVOT`,{pivotId:e,newPivotId:t,duplicatedPivotName:E(`%s (copy)`,this.getters.getPivotCoreDefinition(e).name)});let r=this.getters.getActiveSheetId(),i=this.getters.getSheetIds().indexOf(r)+1,a=this.getters.getPivotFormulaId(t),o=this.getters.getPivotName(t);if(this.dispatch(`CREATE_SHEET`,{sheetId:n,name:this.getPivotDuplicateSheetName(E(`%(newPivotName)s (Pivot #%(formulaId)s)`,{newPivotName:o,formulaId:a})),position:i}).isSuccessful){this.dispatch(`ACTIVATE_SHEET`,{sheetIdFrom:r,sheetIdTo:n});let i=this.getters.getPivot(e);this.insertPivotWithTable(n,0,0,t,i.getCollapsedTableStructure().export(),`dynamic`)}}getPivotDuplicateSheetName(e){let t=this.getters.getSheetIds().map(e=>this.getters.getSheetName(e));return an(ht(e),t)}insertPivotWithTable(e,t,n,r,i,a){let{cols:o,rows:s,measures:c,fieldsType:l}=i,u=new rR(o,s,c,l||{}),d=u.columns.length-1;this.resizeSheet(e,t,n,u);let f=this.getters.getPivotFormulaId(r),p;a===`dynamic`?(this.dispatch(`UPDATE_CELL`,{sheetId:e,col:t,row:n,content:`=PIVOT(${f})`}),p={left:t,right:t,top:n,bottom:n}):(this.dispatch(`INSERT_PIVOT`,{sheetId:e,col:t,row:n,pivotId:r,table:u.export()}),p={left:t,right:t+u.getNumberOfDataColumns(),top:n,bottom:n+d+u.rows.length}),this.dispatch(`CREATE_TABLE`,{tableType:a,sheetId:e,ranges:[this.getters.getRangeDataFromZone(e,p)],config:{...tt,numberOfHeaders:d}})}resizeSheet(e,t,n,r){let i=r.getNumberOfDataColumns()+1,a=this.getters.getNumberCols(e),o=a-t;o<i&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`COL`,base:a-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:i-o,position:`after`});let s=r.columns.length+r.rows.length,c=this.getters.getNumberRows(e),l=c-n;l<s&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`ROW`,base:c-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:s-l,position:`after`})}splitPivotFormula(e,t,n,r){let i=this.getters.getSpreadZone({sheetId:e,col:t,row:n});if(!i)return;let a=this.getters.getPivotFormulaId(r),o=new Map;for(let t=i.left;t<=i.right;t++)for(let n=i.top;n<=i.bottom;n++){let r={sheetId:e,col:t,row:n};o.set(r,this.getters.getPivotCellFromPosition(r))}for(let[e,t]of o)this.dispatch(`UPDATE_CELL`,{...e,content:Nd(a,t)});if(this.getters.getCoreTable({sheetId:e,col:t,row:n})?.type===`dynamic`){let r=R({col:t,row:n}),a=this.getters.getRangeDataFromZone(e,i);this.dispatch(`UPDATE_TABLE`,{sheetId:e,zone:r,newTableRange:a,tableType:`static`})}}},hK=class extends zp{allowDispatch(e){switch(e.type){case`SORT_CELLS`:return Hs(e.col,e.row,e.zone)?this.checkValidations(e,this.checkMerge,this.checkMergeSizes,this.checkArrayFormulaInSortZone):`InvalidSortAnchor`}return`Success`}handle(e){switch(e.type){case`SORT_CELLS`:this.sortZone(e.sheetId,e,e.zone,e.sortDirection,e.sortOptions||{});break}}checkMerge({sheetId:e,zone:t}){return this.getters.doesIntersectMerge(e,t)&&qs(t).some(({col:t,row:n})=>!this.getters.isInMerge({sheetId:e,col:t,row:n}))?`InvalidSortZone`:`Success`}checkMergeSizes({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return`Success`;let n=this.getters.getMerges(e).filter(e=>Bs(e,t)),r=Ws(n[0]),[i,a]=[r.numberOfCols,r.numberOfRows];return n.every(e=>{let[t,n]=[e.right-e.left+1,e.bottom-e.top+1];return t===i&&n===a})?`Success`:`InvalidSortZone`}checkArrayFormulaInSortZone({sheetId:e,zone:t}){return qs(t).some(({col:t,row:n})=>{let r=this.getters.getArrayFormulaSpreadingOn({sheetId:e,col:t,row:n});return r&&!w(r,{sheetId:e,col:t,row:n})})?`SortZoneWithArrayFormulas`:`Success`}hasHeader(e,t){if(t[0].length===1)return!1;let n=t.map(t=>t.map(({col:t,row:n})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:n}).type));return n[0][0]===`empty`&&(n=n.slice(1)),n.some(e=>e[0]===`empty`)?!1:!!n.some(e=>e[1]!==`empty`&&e[0]!==e[1])}sortZone(e,t,n,r,i){let[a,o]=this.mainCellsSteps(e,n),s=this.getters.getMainCellPosition({sheetId:e,col:t.col,row:t.row}).col,c=Object.assign({},n),l=this.mainCells(e,n);!i.sortHeaders&&this.hasHeader(e,l)&&(c.top+=o),l=this.mainCells(e,c);let u=l[s-c.left],d=yv(u.map(e=>this.getters.getEvaluatedCell(e)),r,!!i.emptyCellAsZero).map(e=>e.index),[f,p]=[l.length,l[0].length],m=[];for(let e=0;e<f;e++)for(let t=0;t<p;t++){let{col:n,row:r,sheetId:i}=l[e][d[t]],s=this.getters.getCell({sheetId:i,col:n,row:r}),u=c.left+e*a,f=c.top+t*o,p={sheetId:i,col:u,row:f,content:``};if(s){let e=s.content;if(s.isFormula){let t=this.getters.getCellPosition(s.id);e=this.getters.getTranslatedCellFormula(i,0,f-t.row,s.compiledFormula.tokens)}p.style=s.style,p.content=e,p.format=s.format}m.push(p)}m.forEach(e=>this.dispatch(`UPDATE_CELL`,e))}mainCellsSteps(e,t){let n=this.getters.getMerge({sheetId:e,col:t.left,row:t.top});return[n?n.right-n.left+1:1,n?n.bottom-n.top+1:1]}mainCells(e,t){let[n,r]=this.mainCellsSteps(e,t),i=[],a=S(t.left,t.right+1,n),o=S(t.top,t.bottom+1,r);for(let t of a){let n=[];i.push(n);for(let r of o)n.push({sheetId:e,col:t,row:r})}return i}},gK=class extends zp{static getters=[`shouldShowFormulas`];showFormulas=!1;handle(e){switch(e.type){case`SET_FORMULA_VISIBILITY`:this.showFormulas=e.show;break}}shouldShowFormulas(){return this.showFormulas}},_K=class extends zp{static getters=[`getCellWidth`,`getTextWidth`,`getCellText`,`getCellMultiLineText`,`getContiguousZone`,`computeTextYCoordinate`];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){let n=this.getColMaxWidth(e.sheetId,t);n!==0&&this.dispatch(`RESIZE_COLUMNS_ROWS`,{elements:[t],dimension:`COL`,size:n,sheetId:e.sheetId})}break;case`AUTORESIZE_ROWS`:this.autoResizeRows(e.sheetId,e.rows);break;case`DELETE_UNFILTERED_CONTENT`:let t=[];for(let n of e.target){let r=gt(S(n.top,n.bottom+1).filter(t=>!this.getters.isRowFiltered(e.sheetId,t)));for(let e of r)t.push({...n,top:e[0],bottom:e[e.length-1]})}this.dispatch(`DELETE_CONTENT`,{sheetId:e.sheetId,target:t});break}}getCellWidth(e){let t=this.getters.getCellComputedStyle(e),n=0,r=this.getters.getEvaluatedCell(e).formattedValue;if(r){let e=wl(this.ctx,r,t,void 0);n+=Math.max(...e.map(e=>hl(this.ctx,e,t)))}for(let t of this.getters.getCellIcons(e))n+=t.margin+t.size;if(this.getters.getDataValidationChipStyle(e)&&(n+=10),n===0)return 0;if(n+=8,t.wrapping===`wrap`){let t=this.getters.getColSize(e.sheetId,e.col);return Math.min(t,n)}return n}getTextWidth(e,t){return hl(this.ctx,e,t)}getCellText(e,t){let n=this.getters.getCell(e),r=this.getters.getLocale();if(t?.showFormula&&n?.isFormula)return _u(n.content,r);if(t?.showFormula&&!n?.content)return``;{let i=this.getters.getEvaluatedCell(e),a=t?.availableWidth?{availableWidth:t.availableWidth,measureText:e=>hl(this.ctx,e,n?.style||{})}:void 0;return L(i.value,{format:i.format,locale:r,formatWidth:a})}}getCellMultiLineText(e,t){let n=this.getters.getCellStyle(e),r=this.getters.getCellText(e,{showFormula:this.getters.shouldShowFormulas(),availableWidth:t.formatWidth});return wl(this.ctx,r,n,t.wrapText?t.maxWidth:void 0)}computeTextYCoordinate(e,t,n=ze,r=1){let i=e.y+1,a=ul(t,r);if(e.height>a+8){if(n===`middle`)return Math.ceil(i+(e.height-a)/2);if(n===`bottom`)return i+e.height-a-4}return i+4}getContiguousZone(e,t){let n=t=>{for(let n of S(t.left,t.right+1)){if(!this.isCellEmpty({sheetId:e,col:n,row:t.top-1}))return{...t,top:t.top-1};if(!this.isCellEmpty({sheetId:e,col:n,row:t.bottom+1}))return{...t,bottom:t.bottom+1}}for(let n of S(t.top,t.bottom+1)){if(!this.isCellEmpty({sheetId:e,col:t.left-1,row:n}))return{...t,left:t.left-1};if(!this.isCellEmpty({sheetId:e,col:t.right+1,row:n}))return{...t,right:t.right+1}}return t},r=!1,i=t;do{r=!1;let e=n(i);zs(i,e)||(r=!0,i=e)}while(r);return i}isCellEmpty(e){let t=this.getters.getMainCellPosition(e);return this.getters.getEvaluatedCell(t).type===`empty`}getColMaxWidth(e,t){let n=qs(this.getters.getColsZone(e,t,t)).map(t=>this.getCellWidth({sheetId:e,...t}));return Math.max(0,$t(n))}checkSheetExists(e){return`sheetId`in e&&this.getters.tryGetSheet(e.sheetId)===void 0?`InvalidSheetId`:`Success`}checkZonesAreInSheet(e){let t=`sheetId`in e?e.sheetId:this.getters.tryGetActiveSheetId();if(`ranges`in e&&e.ranges.some(e=>!this.getters.tryGetSheet(e._sheetId)))return`InvalidSheetId`;let n=this.getters.getCommandZones(e);return!t&&n.length>0?`NoActiveSheet`:t&&n.length>0?this.getters.checkZonesExistInSheet(t,n):`Success`}autoResizeRows(e,t){let n=[];for(let r of t){let t=0;for(let n of this.getters.getRowCells(e,r)){let r=this.getters.getCellById(n);if(!r)continue;let i=this.getters.getCellPosition(r.id),a=this.getters.getColSize(e,i.col);if(r.isFormula||this.getters.getArrayFormulaSpreadingOn(i)){let e=this.getters.getEvaluatedCell(i).formattedValue,n=fl(this.ctx,e,r?.style,a);n>t&&n>23&&(t=n)}else{let e=r.content,n=fl(this.ctx,e,r?.style,a);n>=t&&n>23&&(t=0)}}n.push(t||null)}let r=new Map(n.map(e=>[e,[]]));for(let e=0;e<n.length;e++)r.get(n[e])?.push(t[e]);for(let[t,n]of r)this.dispatch(`RESIZE_COLUMNS_ROWS`,{elements:n,dimension:`ROW`,size:t,sheetId:e})}},vK=class extends zp{static getters=[`getCellTableStyle`,`getCellTableBorder`];tableStyles={};handle(e){if(yr.has(e.type)||e.type===`UPDATE_CELL`&&(`content`in e||`format`in e)||e.type===`EVALUATE_CELLS`){this.tableStyles={};return}if(bK(e)){`sheetId`in e?delete this.tableStyles[e.sheetId]:this.tableStyles={};return}}finalize(){for(let e of this.getters.getSheetIds()){this.tableStyles[e]||(this.tableStyles[e]={});for(let t of this.getters.getTables(e))this.tableStyles[e][t.id]||(this.tableStyles[e][t.id]=this.computeTableStyle(e,t))}}getCellTableStyle(e){let t=this.getters.getTable(e);if(t)return this.tableStyles[e.sheetId][t.id]().styles[e.col]?.[e.row]}getCellTableBorder(e){let t=this.getters.getTable(e);if(t)return this.tableStyles[e.sheetId][t.id]().borders[e.col]?.[e.row]}computeTableStyle(e,t){return Nt(()=>{let{config:n,numberOfCols:r,numberOfRows:i}=this.getTableRuntimeConfig(e,t),a=yI(n,this.getters.getTableStyle(t.config.styleId),r,i),o=this.getTableMapping(e,t),s={borders:{},styles:{}};for(let e=0;e<r;e++){let t=o.colMapping[e];s.borders[t]={},s.styles[t]={};for(let n=0;n<i;n++){let r=o.rowMapping[n];s.borders[t][r]=a.borders[e][n],s.styles[t][r]=a.styles[e][n]}}return s})}getTableRuntimeConfig(e,t){let n=t.range.zone,r={...t.config},i=n.right-n.left+1,a=n.bottom-n.top+1;for(let i=n.top;i<=n.bottom;i++)this.getters.isRowHidden(e,i)&&(a--,i-n.top<t.config.numberOfHeaders&&(r.numberOfHeaders--,r.numberOfHeaders<0&&(r.numberOfHeaders=0)),i===n.bottom&&(r.totalRow=!1));for(let t=n.left;t<=n.right;t++)this.getters.isColHidden(e,t)&&(i--,t===n.left&&(r.firstColumn=!1),t===n.right&&(r.lastColumn=!1));return{config:r,numberOfCols:i,numberOfRows:a}}getTableMapping(e,t){let n={},r={},i=0,a=0,o=t.range.zone;for(let t=o.left;t<=o.right;t++)if(!this.getters.isColHidden(e,t)){n[i]=t,i++;for(let t=o.top;t<=o.bottom;t++)this.getters.isRowHidden(e,t)||(r[a]=t,a++)}return{colMapping:n,rowMapping:r}}};let yK=new Set([`HIDE_COLUMNS_ROWS`,`UNHIDE_COLUMNS_ROWS`,`UNFOLD_HEADER_GROUP`,`UNGROUP_HEADERS`,`FOLD_HEADER_GROUP`,`FOLD_ALL_HEADER_GROUPS`,`UNFOLD_ALL_HEADER_GROUPS`,`FOLD_HEADER_GROUPS_IN_ZONE`,`UNFOLD_HEADER_GROUPS_IN_ZONE`,`CREATE_TABLE`,`UPDATE_TABLE`,`UPDATE_FILTER`,`REMOVE_TABLE`,`RESIZE_TABLE`,`CREATE_TABLE_STYLE`,`REMOVE_TABLE_STYLE`,`DELETE_CONTENT`]);function bK(e){return yK.has(e.type)}var xK=class extends zp{static getters=[`getCellComputedBorder`,`getCellComputedStyle`];styles=new RF;borders=new RF;handle(e){if(yr.has(e.type)||e.type===`UPDATE_CELL`||e.type===`SET_FORMATTING`||e.type===`CLEAR_FORMATTING`||e.type===`ADD_DATA_VALIDATION_RULE`||e.type===`REMOVE_DATA_VALIDATION_RULE`||e.type===`EVALUATE_CELLS`){this.styles=new RF,this.borders=new RF;return}if(bK(e)){`sheetId`in e?(this.styles.clearSheet(e.sheetId),this.borders.clearSheet(e.sheetId)):(this.styles=new RF,this.borders=new RF);return}if(Sr.has(e.type)){this.styles=new RF;return}if(Cr.has(e.type)){this.borders=new RF;return}}getCellComputedBorder(e){let t=this.borders.get(e);return t===void 0&&(t=this.computeCellBorder(e),this.borders.set(e,t)),t}getCellComputedStyle(e){let t=this.styles.get(e);return t===void 0&&(t=this.computeCellStyle(e),this.styles.set(e,t)),t}computeCellBorder(e){let t=this.getters.getCellBorder(e)||{},n={...zt(this.getters.getCellTableBorder(e)||{}),...zt(t)};return kt(n)?null:n}computeCellStyle(e){let t=this.getters.getCell(e),n=this.getters.getCellConditionalFormatStyle(e),r=this.getters.getCellTableStyle(e),i=this.getters.getDataValidationCellStyle(e),a={...zt(r),...zt(i),...zt(t?.style),...zt(n)};return this.getters.getEvaluatedCell(e).link&&!a.textColor&&(a.textColor=le),a}},SK=class extends zp{static getters=[`hasBooleanValidationInZones`];handle(e){switch(e.type){case`TOGGLE_CHECKBOX`:this.toggleCheckbox(e.sheetId,e.target);break}}hasBooleanValidationInZones(e){let t=this.getters.getActiveSheetId();for(let n of e)for(let e=n.left;e<=n.right;e++)for(let r=n.top;r<=n.bottom;r++)if(this.getters.isCellValidCheckbox({col:e,row:r,sheetId:t}))return!0;return!1}toggleCheckbox(e,t){for(let n of t)for(let t=n.left;t<=n.right;t++)for(let r=n.top;r<=n.bottom;r++){let n={col:t,row:r,sheetId:e};if(this.getters.isCellValidCheckbox(n)){let e=this.getters.getEvaluatedCell(n).value?`FALSE`:`TRUE`;this.dispatch(`UPDATE_CELL`,{...n,content:e})}}}},CK=class extends zp{handle(e){switch(e.type){case`ADD_DATA_VALIDATION_RULE`:if(e.rule.criterion.type===`isBoolean`){let t=e.ranges.map(e=>this.getters.getRangeFromRangeData(e));for(let e of Hc(t)){let t=this.getters.getCell(e),n=this.getters.getEvaluatedCell(e);if(!t?.content)this.dispatch(`UPDATE_CELL`,{...e,content:`FALSE`});else if(t?.content&&n.type===`empty`){let n;if(t.content.startsWith(`=`)){let r=this.getters.evaluateFormula(e.sheetId,t.content);n=(Ir(r)?r[0][0]:r)?.toString()}else n=t.content;(!n||!vt(n))&&this.dispatch(`UPDATE_CELL`,{...e,content:`FALSE`})}else n.type!==`boolean`&&this.dispatch(`UPDATE_CELL`,{...e,content:`FALSE`})}}}}},wK=class extends zp{static getters=[`dynamicTranslate`];dynamicTranslate(e){return e}};let TK=[EK,DK,kK,AK];function EK(e,t){return`sheetId`in t?{...b(t),sheetId:e.getActiveSheetId()}:t}function DK(e,t){return!(`target`in t)||!Array.isArray(t.target)?t:{...b(t),target:e.getSelectedZones()}}function OK(e,t){return`zone`in t?{...b(t),zone:e.getSelectedZone()}:t}function kK(e,t){if(!(`row`in t)||!(`col`in t))return t;let{col:n,row:r}=e.getActivePosition();return{...b(t),col:n,row:r}}function AK(e,t){return`ranges`in t?{...b(t),ranges:e.getSelectedZones().map(t=>e.getRangeDataFromZone(e.getActiveSheetId(),t))}:t}let jK=new Ml;function MK(e,t){let n=jK.smallUuid();return{...EK(e,t),figureId:n,chartId:n}}function NK(e,t){return{...EK(e,t),figureId:jK.smallUuid()}}function PK(e,t){let n=kK(e,EK(e,t));return n.figureId=jK.smallUuid(),n}function FK(e,t){let n=b(t);n.sheetId=jK.smallUuid();let r=t.name||e.getSheet(e.getActiveSheetId()).name,i=r.match(/(.+?)\d*$/)?.[1]||r;return n.name=e.getNextSheetName(i),n}function IK(e,t){let n=e.getActivePosition();return{...EK(e,t),base:t.dimension===`COL`?n.col:n.row}}function LK(e,t){let n=e.getSelectedZone();return{...EK(e,t),elements:t.dimension===`COL`?S(n.left,n.right+1):S(n.top,n.bottom+1)}}function RK(e,t){let n=e.getSelectedZone();return{...b(t),zone:n}}function zK(e,t){let n=b(t),{top:r,bottom:i,left:a,right:o}=e.getSelectedZone();return`cols`in n?n.cols=S(a,o+1):`rows`in n&&(n.rows=S(r,i+1)),n}function BK(e,t){let n=e.getSelectedZone();return{...EK(e,t),col:n.left,row:n.top,zone:n}}function VK(e,t){return{type:`REPEAT_PASTE`,pasteOption:b(t.pasteOption),target:e.getSelectedZones()}}function HK(e,t){let n=e.getSelectedZone();return{...EK(e,t),start:t.dimension===`COL`?n.left:n.top,end:t.dimension===`COL`?n.right:n.bottom}}let UK=new g;UK.add(`UPDATE_CELL`,GK),UK.add(`CLEAR_CELL`,GK),UK.add(`CLEAR_CELLS`,GK),UK.add(`DELETE_CONTENT`,GK),UK.add(`ADD_MERGE`,GK),UK.add(`REMOVE_MERGE`,GK),UK.add(`SET_FORMATTING`,GK),UK.add(`CLEAR_FORMATTING`,GK),UK.add(`SET_BORDER`,GK),UK.add(`CREATE_TABLE`,GK),UK.add(`REMOVE_TABLE`,GK),UK.add(`HIDE_SHEET`,GK),UK.add(`ADD_COLUMNS_ROWS`,IK),UK.add(`REMOVE_COLUMNS_ROWS`,LK),UK.add(`HIDE_COLUMNS_ROWS`,LK),UK.add(`RESIZE_COLUMNS_ROWS`,LK),UK.add(`CREATE_SHEET`,FK),UK.add(`CREATE_FIGURE`,PK),UK.add(`CREATE_CHART`,MK),UK.add(`CREATE_IMAGE`,NK),UK.add(`GROUP_HEADERS`,HK),UK.add(`UNGROUP_HEADERS`,HK),UK.add(`UNFOLD_HEADER_GROUPS_IN_ZONE`,OK),UK.add(`FOLD_HEADER_GROUPS_IN_ZONE`,OK);let WK=new g;WK.add(`PASTE`,VK),WK.add(`INSERT_CELL`,RK),WK.add(`DELETE_CELL`,RK),WK.add(`AUTORESIZE_COLUMNS`,zK),WK.add(`AUTORESIZE_ROWS`,zK),WK.add(`SORT_CELLS`,BK),WK.add(`SUM_SELECTION`,GK),WK.add(`SET_DECIMAL`,GK),WK.add(`DELETE_UNFILTERED_CONTENT`,GK);function GK(e,t){let n=b(t);for(let t of TK)n=t(e,n);return n}function KK(e,t){if(t&&UK.contains(t.type))return UK.get(t.type)(e,t)}function qK(e,t,n){if(WK.contains(t.type))return WK.get(t.type)(e,t,n)}function JK(e){return!e||!e.rootCommand||typeof e.rootCommand!=`object`?!1:Dr(e.rootCommand)?UK.contains(e.rootCommand.type):WK.contains(e.rootCommand.type)}function YK(e,t){if(!(!e.rootCommand||typeof e.rootCommand!=`object`))return Dr(e.rootCommand)?KK(t,e.rootCommand):qK(t,e.rootCommand,e.commands)}var XK=class extends zp{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(`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`;break}return`Success`}handle(e){switch(e.type){case`REQUEST_UNDO`:case`REQUEST_REDO`:this.requestHistoryChange(e.type===`REQUEST_UNDO`?`UNDO`:`REDO`)}}finalize(){}requestHistoryChange(e){let t=e===`UNDO`?this.undoStack.pop():this.redoStack.pop();if(!t){let e=this.getPossibleRevisionToRepeat();if(!e)return;let t=YK(e,this.getters);if(!t)return;if(!Array.isArray(t)){this.dispatch(t.type,t);return}for(let e of t)this.dispatch(e.type,e);return}e===`UNDO`?(this.session.undo(t),this.redoStack.push(t)):(this.session.redo(t),this.undoStack.push(t))}canUndo(){return this.undoStack.length>0}canRedo(){return this.redoStack.length>0?!0:JK(this.getPossibleRevisionToRepeat())}onNewLocalStateUpdate({id:e}){this.undoStack.push(e),this.redoStack=[],this.undoStack.length>99&&this.undoStack.shift()}getPossibleRevisionToRepeat(){return this.session.getLastLocalNonEmptyRevision()}},ZK=class{trackedValues=new Set;domainToArray(e){return e.flatMap(e=>[e.field,N(e.value)])}isValuePresent(e,t){let n=JSON.stringify({measure:e,domain:this.domainToArray(t)});return this.trackedValues.has(n)}isHeaderPresent(e){let t=JSON.stringify({domain:this.domainToArray(e)});return this.trackedValues.has(t)}trackValue(e,t){let n=JSON.stringify({measure:e,domain:this.domainToArray(t)});this.trackedValues.add(n)}trackHeader(e){let t=JSON.stringify({domain:this.domainToArray(e)});this.trackedValues.add(t)}},QK=class extends zp{static getters=[`getPivotPresenceTracker`];trackPresencePivotId;tracker;handle(e){switch(e.type){case`PIVOT_START_PRESENCE_TRACKING`:this.tracker=new ZK,this.trackPresencePivotId=e.pivotId;break;case`PIVOT_STOP_PRESENCE_TRACKING`:this.trackPresencePivotId=void 0;break}}getPivotPresenceTracker(e){if(this.trackPresencePivotId===e){if(!this.tracker)throw Error(`Tracker not initialized`);return this.tracker}}},$K=class extends zp{static getters=[`getAutomaticSeparator`];allowDispatch(e){switch(e.type){case`SPLIT_TEXT_INTO_COLUMNS`:return this.chainValidations(this.batchValidations(this.checkSingleColSelected,this.checkNonEmptySelector),this.batchValidations(this.checkNotOverwritingContent,this.checkSeparatorInSelection))(e)}return`Success`}handle(e){switch(e.type){case`SPLIT_TEXT_INTO_COLUMNS`:this.splitIntoColumns(e);break}}getAutomaticSeparator(){let e=this.getters.getSelectedCells();for(let t of e)if(t.value&&t.type===`text`){let e=this.getAutoSeparatorForString(t.value);if(e)return e}return` `}getAutoSeparatorForString(e){for(let t of[`
1937
1937
  `,`;`,`,`,` `,`.`])if(e.includes(t))return t}splitIntoColumns({separator:e,addNewColumns:t}){let n=this.getters.getSelectedZone(),r=this.getters.getActiveSheetId(),i=this.getSplittedCols(n,e);t&&this.addColsToAvoidCollisions(n,i),this.removeMergesInSplitZone(n,i),this.addColumnsToNotOverflowSheet(n,i);for(let e=0;e<i.length;e++){let t=n.top+e,a=i[e],o=n.left,s=this.getters.getCell({sheetId:r,col:o,row:t});if(!(a.length===1&&a[0]===s?.content))for(let[e,n]of a.entries())this.dispatch(`UPDATE_CELL`,{sheetId:r,col:o+e,row:t,content:fu(n,this.getters.getLocale()),format:``,style:s?.style||null})}}getSplittedCols(e,t){if(!t)throw Error(`Separator cannot be empty`);let n=this.getters.getActiveSheetId(),r=[];for(let i of S(e.top,e.bottom+1)){let a=this.getters.getEvaluatedCell({sheetId:n,col:e.left,row:i}).formattedValue;r.push(this.splitAndRemoveTrailingEmpty(a,t))}return r}splitAndRemoveTrailingEmpty(e,t){let n=e.split(t);for(;n.length>1&&n[n.length-1]===``;)n.pop();return n}willSplittedColsOverwriteContent(e,t){let n=this.getters.getActiveSheetId();for(let r of S(e.top,e.bottom+1)){let i=t[r-e.top];for(let t=1;t<i.length;t++){let i=this.getters.getCell({sheetId:n,col:e.left+t,row:r});if(i&&i.content)return!0}}return!1}removeMergesInSplitZone(e,t){let n=this.getters.getActiveSheetId(),r=Math.max(...t.map(e=>e.length)),i={...e,right:e.left+r-1},a=this.getters.getMergesInZone(n,i);this.dispatch(`REMOVE_MERGE`,{sheetId:n,target:a})}addColsToAvoidCollisions(e,t){let n=this.getters.getActiveSheetId(),r=0;for(let i of S(e.top,e.bottom+1)){let a={sheetId:n,col:e.left,row:i},o=t[i-e.top],s=this.getColsToAddToAvoidCollision(a,o);r=Math.max(r,s)}r&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`COL`,base:e.left,sheetId:n,sheetName:this.getters.getSheetName(n),quantity:r,position:`after`})}getColsToAddToAvoidCollision(e,t){let n=t.length;for(let t=1;t<n;t++){let r=e.col+t,i=this.getters.getCell({...e,col:r});if(i&&i.content)return n-t}return 0}addColumnsToNotOverflowSheet(e,t){let n=this.getters.getActiveSheetId(),r=Math.max(...t.map(e=>e.length-1)),i=this.getters.getNumberCols(n)-1;e.left+r>i&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`COL`,base:i,sheetId:n,sheetName:this.getters.getSheetName(n),quantity:e.left+r-i,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`;let t=this.getters.getSelectedZones()[0],n=this.getSplittedCols(t,e.separator);return this.willSplittedColsOverwriteContent(t,n)?`SplitWillOverwriteContent`:`Success`}checkSeparatorInSelection({separator:e}){let t=this.getters.getSelectedCells();for(let n of t)if(n.formattedValue.includes(e))return`Success`;return`NoSplitSeparatorInSelection`}},eq=class extends zp{handle(e){switch(e.type){case`AUTOFILL_TABLE_COLUMN`:let t=this.getters.getCoreTable(e),n=this.getters.getCell(e);if(!t?.config.automaticAutofill||t.type===`dynamic`||!n?.isFormula)return;let{col:r,row:i}=e,a=hI(t.range.zone,t.config);if(a&&Hs(r,i,a)){let t=e.autofillRowStart??a.top,n=e.autofillRowEnd??a.bottom,r={...a,top:t,bottom:n};this.autofillTableZone(e,r)}break}}autofillTableZone(e,t){if(t.top===t.bottom)return;let{col:n,row:r,sheetId:i}=e;for(let e=t.top;e<=t.bottom;e++)if(e!==r&&this.getters.getEvaluatedCell({col:n,row:e,sheetId:i}).type!==`empty`)return;let a={zone:this.getters.getSelectedZone(),cell:this.getters.getActivePosition()};this.selection.selectCell(n,r),this.dispatch(`AUTOFILL_SELECT`,{col:n,row:t.bottom}),this.dispatch(`AUTOFILL`),this.selection.selectCell(n,r),this.dispatch(`AUTOFILL_SELECT`,{col:n,row:t.top}),this.dispatch(`AUTOFILL`),this.selection.selectZone(a)}},tq=class extends zp{allowDispatch(e){switch(e.type){case`RESIZE_TABLE`:let t=this.getters.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(!t)return`TableNotFound`;let n=t.range.zone,r=this.getters.getRangeFromRangeData(e.newTableRange).zone;return r.top!==n.top||r.left!==n.left?`InvalidTableResize`:this.canDispatch(`UPDATE_TABLE`,{...e}).reasons}return`Success`}handle(e){switch(e.type){case`RESIZE_TABLE`:{let t=this.getters.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(this.dispatch(`UPDATE_TABLE`,{...e}),!t)return;let n=this.getters.getRangeFromRangeData(e.newTableRange).zone;if(this.selection.selectCell(n.right,n.bottom),!t.config.automaticAutofill)return;let r=t.range.zone;if(n.bottom>=r.bottom){for(let t=n.left;t<=n.right;t++){let i={col:t,row:r.bottom,sheetId:e.sheetId};this.getters.getCell(i)?.content.startsWith(`=`)&&this.dispatch(`AUTOFILL_TABLE_COLUMN`,{...i,autofillRowStart:r.bottom,autofillRowEnd:n.bottom})}break}}}}},nq=class extends zp{static layers=[`Clipboard`];static getters=[`getClipboardTextAndImageContent`,`getClipboardId`,`getClipboardTextContent`,`isCutOperation`];status=`invisible`;originSheetId;copiedData;_isCutOperation=!1;clipboardId=new Ml().uuidv4();fileStore;uuidGenerator;constructor(e){super(e),this.fileStore=e.external.fileStore,this.uuidGenerator=new Ml}allowDispatch(e){switch(e.type){case`CUT`:let t=this.getters.getSelectedZones();return this.isCutAllowedOn(t);case`PASTE_FROM_OS_CLIPBOARD`:{let t=this.convertTextToClipboardData(e.clipboardContent.text??``),n=e.pasteOption;return this.isPasteAllowed(e.target,t,{pasteOption:n,isCutOperation:!1})}case`PASTE`:{if(!this.copiedData)return`EmptyClipboard`;let t=e.pasteOption;return this.isPasteAllowed(e.target,this.copiedData,{pasteOption:t,isCutOperation:this._isCutOperation})}case`COPY_PASTE_CELLS_ABOVE`:{let e=this.getters.getSelectedZones();if(e.length>1||e[0].top===0&&e[0].bottom===0)return`InvalidCopyPasteSelection`;break}case`COPY_PASTE_CELLS_ON_LEFT`:{let e=this.getters.getSelectedZones();if(e.length>1||e[0].left===0&&e[0].right===0)return`InvalidCopyPasteSelection`;break}case`INSERT_CELL`:{let{cut:t,paste:n}=this.getInsertCellsTargets(e.zone,e.shiftDimension),r=this.copy(t,`shiftCells`);return this.isPasteAllowed(n,r,{isCutOperation:!0})}case`DELETE_CELL`:{let{cut:t,paste:n}=this.getDeleteCellsTargets(e.zone,e.shiftDimension),r=this.copy(t,`shiftCells`);return this.isPasteAllowed(n,r,{isCutOperation:!0})}}return`Success`}handle(e){switch(e.type){case`COPY`:case`CUT`:let t=this.getters.getSelectedZones();this.status=`visible`,this.originSheetId=this.getters.getActiveSheetId(),this._isCutOperation=e.type===`CUT`,this.copiedData=this.copy(t);break;case`PASTE_FROM_OS_CLIPBOARD`:{this._isCutOperation=!1;let t=e.clipboardContent;if(t.data?.version!==xP()&&(t={...t},delete t.data),t.imageData){let n=this.getters.getActiveSheetId(),r=this.uuidGenerator.uuidv4(),i=t.imageData,a=wO(this.getters,i.size);this.dispatch(`CREATE_IMAGE`,{definition:i,size:a,col:e.target[0].left,row:e.target[0].top,offset:{x:0,y:0},sheetId:n,figureId:r})}t.data?this.copiedData=t.data:this.copiedData=this.convertTextToClipboardData(t.text??``);let n=e.pasteOption;this.paste(e.target,this.copiedData,{pasteOption:n,selectTarget:!0,isCutOperation:!1}),this.status=`invisible`,this.copiedData=void 0;break}case`PASTE`:{let t=e.pasteOption;this.paste(e.target,this.copiedData,{pasteOption:t,selectTarget:!0,isCutOperation:this._isCutOperation}),this.status=`invisible`,this._isCutOperation&&=(this.copiedData=void 0,!1);break}case`COPY_PASTE_CELLS_ABOVE`:{let e=this.getters.getSelectedZone(),t=e.top!==e.bottom,n={...e,bottom:t?e.top:e.top-1,top:t?e.top:e.top-1};this.originSheetId=this.getters.getActiveSheetId();let r=this.copy([n]);this.paste([e],r,{isCutOperation:!1,selectTarget:!0})}break;case`COPY_PASTE_CELLS_ON_LEFT`:{let e=this.getters.getSelectedZone(),t=e.left!==e.right,n={...e,right:t?e.left:e.left-1,left:t?e.left:e.left-1};this.originSheetId=this.getters.getActiveSheetId();let r=this.copy([n]);this.paste([e],r,{isCutOperation:!1,selectTarget:!0})}break;case`CLEAN_CLIPBOARD_HIGHLIGHT`:this.status=`invisible`;break;case`DELETE_CELL`:{let{cut:t,paste:n}=this.getDeleteCellsTargets(e.zone,e.shiftDimension);if(!ks(t[0])){this.dispatch(`CLEAR_CELLS`,{target:[e.zone],sheetId:this.getters.getActiveSheetId()});break}let r=this.copy(t,`shiftCells`);this.paste(n,r,{isCutOperation:!0});break}case`INSERT_CELL`:{let{cut:t,paste:n}=this.getInsertCellsTargets(e.zone,e.shiftDimension),r=this.copy(t,`shiftCells`);this.paste(n,r,{isCutOperation:!0});break}case`ADD_COLUMNS_ROWS`:if(this.status=`invisible`,!this._isCutOperation||e.sheetId!==this.copiedData?.sheetId)return;this.isColRowDirtyingClipboard(e.position===`before`?e.base:e.base+1,e.dimension)&&(this.copiedData=void 0);break;case`REMOVE_COLUMNS_ROWS`:if(this.status=`invisible`,!this._isCutOperation||e.sheetId!==this.copiedData?.sheetId)return;for(let t of e.elements)if(this.isColRowDirtyingClipboard(t,e.dimension)){this.copiedData=void 0;break}this.status=`invisible`;break;case`REPEAT_PASTE`:this.paste(e.target,this.copiedData,{isCutOperation:!1,pasteOption:e.pasteOption,selectTarget:!0});break;case`DELETE_SHEET`:if(!this._isCutOperation)return;this.originSheetId===e.sheetId&&(this.copiedData=void 0,this.status=`invisible`);break;default:Dr(e)&&(this.status=`invisible`)}}convertTextToClipboardData(e){let t=this.selectClipboardHandlers({figureId:!0}).concat(this.selectClipboardHandlers({})),n={};for(let{handlerName:r,handler:i}of t){let t=i.convertTextToClipboardData(e);n[r]=t;for(let e of[`sheetId`,`cells`,`zones`,`figureId`])t&&e in t&&(n[e]=t[e])}return n}selectClipboardHandlers(e){let t=`figureId`in e?of.figureHandlers:of.cellHandlers;return t.getKeys().map(e=>({handlerName:e,handler:new(t.get(e))(this.getters,this.dispatch)}))}isCutAllowedOn(e){let t=this.getClipboardData(e);for(let{handler:e}of this.selectClipboardHandlers(t)){let n=e.isCutAllowed(t);if(n!==`Success`)return n}return`Success`}isPasteAllowed(e,t,n){for(let{handler:r}of this.selectClipboardHandlers(t)){let i=r.isPasteAllowed(this.getters.getActiveSheetId(),e,t,{...n});if(i!==`Success`)return i}return`Success`}isColRowDirtyingClipboard(e,t){if(!this.copiedData||!this.copiedData.zones)return!1;let{zones:n}=this.copiedData;for(let r of n)if(t===`COL`&&e<=r.right||t===`ROW`&&e<=r.bottom)return!0;return!1}copy(e,t=`copyPaste`){let n={},r=this.getClipboardData(e);for(let{handlerName:e,handler:i}of this.selectClipboardHandlers(r)){let a=i.copy(r,this._isCutOperation,t);n[e]=a;for(let e of[`sheetId`,`cells`,`zones`,`figureId`])a&&e in a&&(n[e]=a[e])}return n}paste(e,t,n){if(!t)return;let r=this.getters.getActiveSheetId(),i=this.selectClipboardHandlers(t),{target:a,zone:o,selectedZones:s}=Bl(r,e,t,i,n);o!==void 0&&this.addMissingDimensions(r,o.right-o.left+1,o.bottom-o.top+1,o.left,o.top),zl(i,t,a,n),n?.selectTarget&&Vl(this.selection,e,s)}addMissingDimensions(e,t,n,r,i){let a=n+i-this.getters.getNumberRows(e);a>0&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`ROW`,base:this.getters.getNumberRows(e)-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:a,position:`after`});let o=t+r-this.getters.getNumberCols(e);o>0&&this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:`COL`,base:this.getters.getNumberCols(e)-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:o,position:`after`})}getClipboardTextContent(){return this.getPlainTextContent()}getClipboardId(){return this.clipboardId}async getClipboardTextAndImageContent(){let e=await this.getImageContent(),t=e?.type,n={"text/plain":this.getPlainTextContent(),"text/html":await this.getHTMLContent()};return t&&e&&(n[t]=e),n}getSheetData(){let e={version:xP(),clipboardId:this.clipboardId};return this.copiedData&&`figureId`in this.copiedData?e:{...e,...this.copiedData}}getPlainTextContent(){return this.copiedData?.cells&&this.copiedData.cells.map(e=>e.map(e=>this.getters.shouldShowFormulas()&&e?.tokens?.length?e?.content||``:e.evaluatedCell?.formattedValue||``).join(` `)).join(`
1938
1938
  `)||` `}async getHTMLContent(){let e=``,t=this.copiedData?.cells;if(!t)if(this.copiedData?.figureId){let t=this.copiedData.figureId,n=this.getters.getFigureSheetId(t);e=this.getters.getFigure(n,t).tag===`image`?await this.craftImageHTML(t):` `}else e=` `;else if(t.length===1&&t[0].length===1)e=`${this.getters.getCellText(t[0][0].position)}`;else if(t[0][0]){let n=`<table border="1" style="border-collapse:collapse">`;for(let e of t){n+=`<tr>`;for(let t of e){if(!t)continue;let e=V(Af(this.getters.getCellComputedStyle(t.position))),r=this.getters.getCellText(t.position);n+=`<td style="${e}">`+OO(r)+`</td>`}n+=`</tr>`}n+=`</table>`,e=n}else return``;return`<div data-osheet-clipboard='${OO(JSON.stringify(this.getSheetData()))}'>${e}</div>`}readFileAsDataURL(e){return new Promise(t=>{let n=new FileReader;n.onload=()=>t(n.result),n.readAsDataURL(e)})}async craftImageHTML(e){if(!this.fileStore)return` `;let t=this.getters.getImage(e).path,n=await this.fileStore?.getFile(t)||null;return n?`<img src="${OO(await this.readFileAsDataURL(n))}" />`:` `}async getImageContent(){let e=this.copiedData?.figureId;if(!e)return;let t=this.getters.getFigureSheetId(e),n=this.getters.getFigure(t,e),r;if(n.tag===`image`){if(!this.fileStore)return;let t=this.getters.getImage(e).path;if(r=await this.fileStore?.getFile(t),r.type!==`image/png`){if(r.size>5242880){this.ui.notifyUI({text:E(`The file you are trying to copy is too large (>%sMB).
1939
1939
  It will not be added to your OS clipboard.
1940
- You can download it directly instead.`,5),sticky:!1,type:`warning`});return}r=await sT(t)}}if(r)return r instanceof File?r:new File([r],`image.png`,{type:`image/png`})}isCutOperation(){return this._isCutOperation??!1}getDeleteCellsTargets(e,t){let n=this.getters.getActiveSheetId(),r;return r=t===`COL`?{...e,left:e.right+1,right:this.getters.getNumberCols(n)-1}:{...e,top:e.bottom+1,bottom:this.getters.getNumberRows(n)-1},{cut:[r],paste:[e]}}getInsertCellsTargets(e,t){let n=this.getters.getActiveSheetId(),r,i;return t===`COL`?(r={...e,right:this.getters.getNumberCols(n)-1},i={...e,left:e.right+1,right:e.right+1}):(r={...e,bottom:this.getters.getNumberRows(n)-1},i={...e,top:e.bottom+1,bottom:this.getters.getNumberRows(n)-1}),{cut:[r],paste:[i]}}getClipboardData(e){let t=this.getters.getActiveSheetId(),n=this.getters.getSelectedFigureId();if(n)return{figureId:n,sheetId:t};let r=Pl(t,e);return this._isCutOperation||(r.rowsIndexes=r.rowsIndexes.filter(e=>!this.getters.isRowFiltered(t,e))),r}drawLayer(e){if(this.status!==`visible`||!this.copiedData)return;let{sheetId:t,zones:n}=this.copiedData;if(t!==this.getters.getActiveSheetId()||!n||!n.length)return;let{ctx:r,thinLineWidth:i}=e;r.setLineDash([8,5]),r.strokeStyle=ae,r.lineWidth=3.3*i;for(let e of n){let{x:t,y:n,width:i,height:a}=this.getters.getVisibleRect(e);i>0&&a>0&&r.strokeRect(t,n,i,a)}}};let rq={filterType:`criterion`,type:`none`,values:[]};var iq=class extends zp{static getters=[`getFilterValue`,`getFilterHiddenValues`,`getFilterCriterionValue`,`getFirstTableInSelection`,`isRowFiltered`,`isFilterActive`];filterValues={};hiddenRows={};isEvaluationDirty=!1;allowDispatch(e){switch(e.type){case`UPDATE_FILTER`:if(!this.getters.getFilterId(e))return`FilterNotFound`;break}return`Success`}handle(e){switch(e.type){case`UNDO`:case`REDO`:case`UPDATE_CELL`:case`EVALUATE_CELLS`:case`ACTIVATE_SHEET`:case`REMOVE_TABLE`:case`ADD_COLUMNS_ROWS`:case`REMOVE_COLUMNS_ROWS`:case`UPDATE_TABLE`:this.isEvaluationDirty=!0;break;case`START`:for(let e of this.getters.getSheetIds())this.filterValues[e]={};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`:case`FOLD_HEADER_GROUPS_IN_ZONE`:case`UNFOLD_HEADER_GROUPS_IN_ZONE`:this.updateHiddenRows(e.sheetId);break;case`UPDATE_FILTER`:this.updateFilter(e),this.updateHiddenRows(e.sheetId);break;case`DUPLICATE_SHEET`:this.filterValues[e.sheetIdTo]=b(this.filterValues[e.sheetId]);break}}finalize(){if(this.isEvaluationDirty){for(let e of this.getters.getSheetIds())this.updateHiddenRows(e);this.isEvaluationDirty=!1}}isRowFiltered(e,t){return!!this.hiddenRows[e]?.has(t)}getFilterValue(e){let t=this.getters.getFilterId(e),n=e.sheetId;return t?this.filterValues[n]?.[t]:void 0}getFilterHiddenValues(e){let t=this.getters.getFilterId(e),n=e.sheetId;if(!t||!this.filterValues[n])return[];let r=this.filterValues[n][t]||[];return r.filterType===`values`?r.hiddenValues:[]}getFilterCriterionValue(e){let t=this.getters.getFilterId(e),n=e.sheetId;if(!t||!this.filterValues[n])return rq;let r=this.filterValues[n][t];return r&&r.filterType===`criterion`?r:rq}isFilterActive(e){let t=this.getters.getFilterId(e);if(!t)return!1;let n=e.sheetId,r=this.filterValues[n]?.[t];return r?r.filterType===`values`?r.hiddenValues.length>0:r.type!==`none`:!1}getFirstTableInSelection(){let e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZones();return this.getters.getTablesOverlappingZones(e,t)[0]}updateFilter({col:e,row:t,value:n,sheetId:r}){let i=this.getters.getFilterId({sheetId:r,col:e,row:t});i&&(this.filterValues[r]||(this.filterValues[r]={}),this.filterValues[r][i]=n)}updateHiddenRows(e){let t=this.getters.getFilters(e).sort((e,t)=>e.rangeWithHeaders.zone.top-t.rangeWithHeaders.zone.top),n=new Set;for(let r of t){let t=this.filterValues[e]?.[r.id],i=r.filteredRange?.zone;if(!(!t||!i||n.has(r.rangeWithHeaders.zone.top)||this.getters.isRowHiddenByUser(e,r.rangeWithHeaders.zone.top)))if(t.filterType===`values`){let a=t.hiddenValues?.map(El);if(!a)continue;let o=new Set(a);for(let t=i.top;t<=i.bottom;t++){let i=this.getCellValueAsString(e,r.col,t);o.has(i)&&n.add(t)}}else{if(t.type===`none`)continue;let a=Y.get(t.type),o=t.values.map(t=>t.startsWith(`=`)?this.getters.evaluateFormula(e,t)??``:ns(t,D));if(o.some(Gu))continue;let s={type:t.type,values:o.map(Uu),dateValue:t.dateValue};for(let t=i.top;t<=i.bottom;t++){let i={sheetId:e,col:r.col,row:t},o=this.getters.getEvaluatedCell(i).value??``;a.isValueValid(o,s,this.getters,e)||n.add(t)}}}this.hiddenRows[e]=n}getCellValueAsString(e,t,n){return this.getters.getEvaluatedCell({sheetId:e,col:t,row:n}).formattedValue.toLowerCase()}exportForExcel(e){for(let t of e.sheets){let e=t.id;for(let n of t.tables){let r=Es(n.range),i=[],a=[];for(let n of S(0,Ws(r).numberOfCols)){let o={sheetId:t.id,col:r.left+n,row:r.top},s=this.getFilterHiddenValues(o),c=this.getters.getFilter(o),l=c?.filteredRange?qs(c.filteredRange.zone).map(t=>this.getters.getEvaluatedCell({sheetId:e,...t}).formattedValue):[];if(s.length){let e=l.filter(e=>e).filter(e=>!s.includes(e));i.push({colId:n,displayedValues:[...new Set(e)],displayBlanks:!s.includes(``)&&l.some(e=>!e)})}let u=this.getters.getEvaluatedCell(o).formattedValue,d=this.getUniqueColNameForExcel(n,u,a);a.push(d);let f=T(o.col,o.row);t.cells[f]=d,t.cellValues[f]=d}n.filters=i}}}getUniqueColNameForExcel(e,t,n){return t||=`Column${e}`,an(t,n,{compute:(e,n)=>t+String(n),start:2})}},aq=class extends zp{static layers=[`Selection`];static getters=[`getActiveSheet`,`getActiveSheetId`,`getActiveSheetName`,`getActiveCell`,`getActiveCols`,`getActiveRows`,`getCurrentStyle`,`getSelectedZones`,`getSelectedZone`,`getSelectedCells`,`getSelectedFigureId`,`getSelection`,`getActivePosition`,`getSheetPosition`,`isSingleColSelected`,`getElementsFromSelection`,`tryGetActiveSheetId`,`isGridSelectionActive`,`getSelectecUnboundedZone`];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;isUnbounded;activeSheet=null;constructor(e){super(e),this.moveClient=e.moveClient,this.isUnbounded=!1}allowDispatch(e){switch(e.type){case`ACTIVATE_SHEET`:try{if(!this.getters.getSheet(e.sheetIdTo).isVisible)return`SheetIsHidden`;break}catch{return`InvalidSheetId`}case`MOVE_COLUMNS_ROWS`:return this.isMoveElementAllowed(e)}return`Success`}handleEvent(e){let t=e.anchor,n=[];switch(this.isUnbounded=e.options?.unbounded||!1,e.mode){case`overrideSelection`:n=[t.zone];break;case`updateAnchor`:n=[...this.gridSelection.zones];let r=n.findIndex(t=>zs(t,e.previousAnchor.zone));r>=0&&(n[r]=t.zone);break;case`newAnchor`:n=[...this.gridSelection.zones,t.zone];break}this.setSelectionMixin(e.anchor,n),this.selection.resetDefaultAnchor(this,b(this.gridSelection.anchor));let{col:r,row:i}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:r,row:i}),this.selectedFigureId=null}handle(e){switch(e.type){case`ACTIVATE_SHEET`:this.selectedFigureId=null;break;case`DELETE_FIGURE`:this.selectedFigureId===e.figureId&&(this.selectedFigureId=null);break;case`DELETE_SHEET`:this.selectedFigureId&&this.getters.getFigure(e.sheetId,this.selectedFigureId)&&(this.selectedFigureId=null);break}switch(e.type){case`START`:let t=this.getters.getVisibleSheetIds()[0];this.activateSheet(t,t);let{col:n,row:r}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(n,r),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`:{let t=this.getters.getActiveSheetId();if(e.sheetId===t){e.dimension===`COL`?this.onColumnsRemoved(e):this.onRowsRemoved(e);let{col:n,row:r}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:n,row:r})}break}case`ADD_COLUMNS_ROWS`:{let t=this.getters.getActiveSheetId();if(e.sheetId===t){this.onAddElements(e);let{col:n,row:r}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:n,row:r})}break}case`MOVE_COLUMNS_ROWS`:e.sheetId===this.getActiveSheetId()&&this.onMoveElements(e);break;case`SELECT_FIGURE`:this.selectedFigureId=e.figureId;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`:let i=Object.keys(this.sheetsData).filter(e=>!this.getters.tryGetSheet(e));for(let e of i)delete this.sheetsData[e];for(let e in this.sheetsData){let t=this.clipSelection(e,this.sheetsData[e].gridSelection);this.sheetsData[e]={gridSelection:b(t)}}this.fallbackToVisibleSheet();let a=this.getters.getActiveSheetId();this.gridSelection.zones=this.gridSelection.zones.map(e=>this.getters.expandZone(a,e)),this.gridSelection.anchor.zone=this.getters.expandZone(a,this.gridSelection.anchor.zone),this.setSelectionMixin(this.gridSelection.anchor,this.gridSelection.zones),this.selectedFigureId=null;break}}finalize(){this.fallbackToVisibleSheet(),this.selection.resetDefaultAnchor(this,b(this.gridSelection.anchor))}isGridSelectionActive(){return this.selection.isListening(this)}getActiveSheet(){return this.activeSheet}getActiveSheetId(){return this.activeSheet.id}getActiveSheetName(){return this.activeSheet.name}tryGetActiveSheetId(){return this.activeSheet?.id}getActiveCell(){return this.getters.getEvaluatedCell(this.getActivePosition())}getActiveCols(){let e=new Set;for(let t of this.gridSelection.zones)if(t.top===0&&t.bottom===this.getters.getNumberRows(this.getters.getActiveSheetId())-1)for(let n=t.left;n<=t.right;n++)e.add(n);return e}getActiveRows(){let e=new Set,t=this.getters.getActiveSheetId();for(let n of this.gridSelection.zones)if(n.left===0&&n.right===this.getters.getNumberCols(t)-1)for(let t=n.top;t<=n.bottom;t++)e.add(t);return e}getCurrentStyle(){let e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();return this.getters.getCellStyle({sheetId:t,col:e.left,row:e.top})}getSelectedZones(){return b(this.gridSelection.zones)}getSelectedZone(){return b(this.gridSelection.anchor.zone)}getSelectecUnboundedZone(){return b(this.isUnbounded?this.getters.getUnboundedZone(this.activeSheet.id,this.gridSelection.anchor.zone):this.gridSelection.anchor.zone)}getSelection(){return b(this.gridSelection)}getSelectedCells(){let e=this.getters.getActiveSheetId(),t=[];for(let n of this.gridSelection.zones)t.push(...this.getters.getEvaluatedCellsInZone(e,n));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();{let 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})}}isSingleColSelected(){let e=this.getters.getSelectedZones();return!(e.length!==1||e[0].left!==e[0].right)}getElementsFromSelection(e){if(e===`COL`&&this.getters.getActiveCols().size===0||e===`ROW`&&this.getters.getActiveRows().size===0)return[];let t=this.getters.getSelectedZones(),n=[],r=e===`COL`?`left`:`top`,i=e===`COL`?`right`:`bottom`;for(let e of t){let t=Array.from({length:e[i]-e[r]+1},(t,n)=>e[r]+n);n=n.concat(t)}return[...new Set(n)].sort()}activateSheet(e,t){if(this.setActiveSheet(t),this.sheetsData[e]={gridSelection:b(this.gridSelection)},t in this.sheetsData)Object.assign(this,this.sheetsData[t]),this.selection.resetDefaultAnchor(this,b(this.gridSelection.anchor));else{let{col:e,row:n}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(e,n)}let{col:n,row:r}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.activeSheet.id,col:n,row:r})}setSelectionMixin(e,t){let{anchor:n,zones:r}=this.clipSelection(this.getters.getActiveSheetId(),{anchor:e,zones:t});this.gridSelection.anchor=n,this.gridSelection.zones=Zs(r)}selectCell(e,t){let n=this.getters.getActiveSheetId(),r=this.getters.expandZone(n,{left:e,right:e,top:t,bottom:t});this.setSelectionMixin({zone:r,cell:{col:e,row:t}},[r])}setActiveSheet(e){this.activeSheet=this.getters.getSheet(e)}activateNextSheet(e){let t=this.getters.getSheetIds(),n=(t.findIndex(e=>e===this.activeSheet.id)+(e===`left`?t.length-1:1))%t.length;this.dispatch(`ACTIVATE_SHEET`,{sheetIdFrom:this.getActiveSheetId(),sheetIdTo:t[n]})}onColumnsRemoved(e){let{cell:t,zone:n}=this.gridSelection.anchor,r=Ps(n,`left`,[...e.elements]),i={left:t.col,right:t.col,top:t.row,bottom:t.row};i=Ps(i,`left`,[...e.elements]);let a={cell:{col:i.left,row:i.top},zone:r},o=this.gridSelection.zones.map(t=>Ps(t,`left`,[...e.elements]));this.setSelectionMixin(a,o)}onRowsRemoved(e){let{cell:t,zone:n}=this.gridSelection.anchor,r=Ps(n,`top`,[...e.elements]),i={left:t.col,right:t.col,top:t.row,bottom:t.row};i=Ps(i,`top`,[...e.elements]);let a={cell:{col:i.left,row:i.top},zone:r},o=this.gridSelection.zones.map(t=>Ps(t,`top`,[...e.elements]));this.setSelectionMixin(a,o)}onAddElements(e){let t=e.dimension===`COL`?`left`:`top`,n=Ns(this.gridSelection.anchor.zone,t,e.base,e.position,e.quantity),r=this.gridSelection.zones.map(n=>Ns(n,t,e.base,e.position,e.quantity)),i={cell:{col:n.left,row:n.top},zone:n};this.setSelectionMixin(i,r)}onMoveElements(e){let t=e.elements.length,n=this.getFiguresUpdates(e);this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:e.dimension,sheetId:e.sheetId,sheetName:e.sheetName,base:e.base,quantity:t,position:e.position});let r=e.dimension===`COL`,i=e.elements[0],a=e.elements[t-1],o=e.base<i,s=o&&r?t:0,c=o&&!r?t:0,l=o?e.elements.map(e=>e+t):e.elements,u={};for(let t of l)u[t]=this.getters.getHeaderSize(e.sheetId,e.dimension,t);let d=[{left:r?i+s:0,right:r?a+s:this.getters.getNumberCols(e.sheetId)-1,top:r?0:i+c,bottom:r?this.getters.getNumberRows(e.sheetId)-1:a+c}],f=this.getActiveSheetId(),p=o?e.base:e.base+1,m=[{left:r?p:0,right:r?p+t-1:this.getters.getNumberCols(e.sheetId)-1,top:r?0:p,bottom:r?this.getters.getNumberRows(e.sheetId)-1:p+t-1}],h=of.cellHandlers.getKeys().map(e=>[e,new(of.cellHandlers.get(e))(this.getters,this.dispatch)]),g={};for(let[e,t]of h)g[e]=t.copy(Pl(f,d),!1,`shiftCells`);for(let[e,t]of h)g[e]&&t.paste({zones:m,sheetId:f},g[e],{isCutOperation:!0});let _=m[0],v=_.left,y=_.top;this.setSelectionMixin({zone:_,cell:{col:v,row:y}},[_]);let ee=o?e.base:e.base+1,te={};for(let t of l){let n=u[t];n!==this.getters.getHeaderSize(e.sheetId,e.dimension,ee)&&(te[n]??=[],te[n].push(ee)),ee+=1}for(let t in te)this.dispatch(`RESIZE_COLUMNS_ROWS`,{dimension:e.dimension,sheetId:e.sheetId,size:parseInt(t,10),elements:te[t]});this.dispatch(`REMOVE_COLUMNS_ROWS`,{dimension:e.dimension,sheetId:e.sheetId,sheetName:e.sheetName,elements:l}),this.applyFigureUpdates(n)}getFiguresUpdates(e){let t=[],n={},r=e.elements[0]<e.base?e.base-e.elements.length+1:e.base;for(let t=0;t<e.elements.length;t++)n[e.elements[t]]=r+t;for(let r of this.getters.getFigures(e.sheetId))e.dimension===`COL`&&r.col in n&&t.push({type:`UPDATE_FIGURE`,sheetId:e.sheetId,figureId:r.id,col:n[r.col],row:r.row}),e.dimension===`ROW`&&r.row in n&&t.push({type:`UPDATE_FIGURE`,sheetId:e.sheetId,figureId:r.id,row:n[r.row],col:r.col});return t}applyFigureUpdates(e){for(let t of e)this.dispatch(t.type,{...t})}isMoveElementAllowed(e){let t=e.dimension===`COL`,n=e.elements[0],r=e.elements[e.elements.length-1],i=e.sheetId,a=t?this.getters.doesColumnsHaveCommonMerges:this.getters.doesRowsHaveCommonMerges;if(a(i,n-1,n)||a(i,r,r+1)||a(i,e.base-1,e.base))return`WillRemoveExistingMerge`;let o=[e.base,...e.elements],s=t?this.getters.getNumberCols(i):this.getters.getNumberRows(i);return o.some(e=>e<0||e>=s)?`InvalidHeaderIndex`:!t&&!this.isTableRowMoveAllowed(i,e.elements)?`CannotMoveTableHeader`:`Success`}isTableRowMoveAllowed(e,t){let n=this.getters.getCoreTables(e);if(n.length===0)return!0;let r=new Set(t);return n.every(({range:{zone:e},config:n})=>{let{top:i,bottom:a}=e;if(n.numberOfHeaders===0)return!0;let o=i+n.numberOfHeaders-1;return t.some(e=>e>=i&&e<=o)?S(i,a+1).every(e=>r.has(e)):!0})}fallbackToVisibleSheet(){if(!this.getters.tryGetSheet(this.getters.getActiveSheetId())){let e=this.getters.getVisibleSheetIds();if(this.activeSheet=this.getters.getSheet(e[0]),this.activeSheet.id in this.sheetsData){let{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);let{col:t,row:n}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:t,row:n})}}clipSelection(e,t){let n=this.getters.getNumberCols(e)-1,r=this.getters.getNumberRows(e)-1,i=t.zones.map(e=>({left:x(e.left,0,n),right:x(e.right,0,n),top:x(e.top,0,r),bottom:x(e.bottom,0,r)})),a=x(t.anchor.cell.col,0,n),o=x(t.anchor.cell.row,0,r),s={left:x(t.anchor.zone.left,0,n),right:x(t.anchor.zone.right,0,n),top:x(t.anchor.zone.top,0,r),bottom:x(t.anchor.zone.bottom,0,r)};return{zones:i,anchor:{cell:{col:a,row:o},zone:s}}}drawLayer(e){if(this.getters.isDashboard())return;let{ctx:t,thinLineWidth:n}=e,r=this.getSelectedZones();t.fillStyle=`#f3f7fe`,t.fillStyle=r.length===1&&r[0].left===r[0].right&&r[0].top===r[0].bottom?`#f3f7fe`:`#e9f0ff`,t.strokeStyle=ae,t.lineWidth=1.5*n;for(let e of r){let{x:n,y:r,width:i,height:a}=this.getters.getVisibleRect(e);t.globalCompositeOperation=`multiply`,t.fillRect(n,r,i,a),t.globalCompositeOperation=`source-over`,t.strokeRect(n,r,i,a)}t.globalCompositeOperation=`source-over`;let i=this.getActivePosition();t.strokeStyle=ae,t.lineWidth=3*n;let a;a=this.getters.isInMerge(i)?this.getters.getMerge(i):R(i);let{x:o,y:s,width:c,height:l}=this.getters.getVisibleRect(a);c>0&&l>0&&t.strokeRect(o,s,c,l)}},oq=class{getters;sheetId;boundaries;top;bottom;left;right;offsetX;offsetY;canScrollVertically;canScrollHorizontally;viewportWidth;viewportHeight;offsetCorrectionX;offsetCorrectionY;constructor(e,t,n,r,i,a){if(this.getters=e,this.sheetId=t,this.boundaries=n,r.width<0||r.height<0)throw Error(`Viewport size cannot be negative`);this.viewportWidth=r.height&&r.width,this.viewportHeight=r.width&&r.height,this.top=n.top,this.bottom=n.bottom,this.left=n.left,this.right=n.right,this.offsetX=a.x,this.offsetY=a.y,this.canScrollVertically=i.canScrollVertically,this.canScrollHorizontally=i.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(){let 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:n}=this.getters.getColDimensions(this.sheetId,e),{end:r}=this.getters.getRowDimensions(this.sheetId,t),i=n-this.offsetCorrectionX;this.canScrollHorizontally&&(i=Math.max(i,this.viewportWidth));let a=r-this.offsetCorrectionY;return this.canScrollVertically&&(a=Math.max(a,this.viewportHeight),r+46>a&&!this.getters.isReadonly()&&(a+=46)),{width:i,height:a}}getColIndex(e){return e<this.offsetCorrectionX||e>this.offsetCorrectionX+this.viewportWidth?-1:this.searchHeaderIndex(`COL`,e-this.offsetCorrectionX+this.snapCorrection.x,this.left)}getRowIndex(e){return e<this.offsetCorrectionY||e>this.offsetCorrectionY+this.viewportHeight?-1:this.searchHeaderIndex(`ROW`,e-this.offsetCorrectionY+this.snapCorrection.y,this.top)}adjustPosition(e){let t=this.sheetId,n=this.getters.getMainCellPosition({sheetId:t,...e}),{col:r,row:i}=this.getters.getNextVisibleCellPosition(n);Hs(r,this.boundaries.top,this.boundaries)&&this.adjustPositionX(r),Hs(this.boundaries.left,i,this.boundaries)&&this.adjustPositionY(i)}adjustPositionX(e){let t=this.sheetId,{start:n,end:r}=this.getters.getColDimensions(t,e);this.offsetX+this.viewportWidth+this.offsetCorrectionX<r?this.offsetX=r-this.viewportWidth-this.offsetCorrectionX:this.offsetX+this.offsetCorrectionX>n&&(this.offsetX=n-this.offsetCorrectionX),this.adjustViewportZoneX()}adjustPositionY(e){let t=this.sheetId,{start:n,end:r}=this.getters.getRowDimensions(t,e);this.offsetY+this.viewportHeight+this.offsetCorrectionY<r?this.offsetY=r-this.viewportHeight-this.offsetCorrectionY:this.offsetY+this.offsetCorrectionY>n&&(this.offsetY=n-this.offsetCorrectionY),this.adjustViewportZoneY()}willNewOffsetScrollViewport(e,t){return this.canScrollHorizontally&&this.offsetX!==e||this.canScrollVertically&&this.offsetY!==t}setViewportOffset(e,t){this.setViewportOffsetX(e),this.setViewportOffsetY(t)}adjustViewportZone(){this.adjustViewportZoneX(),this.adjustViewportZoneY()}getVisibleRect(e){let t=Rs(e,this),n=this.snapCorrection.x,r=this.snapCorrection.y;if(t)return{x:this.getters.getColRowOffset(`COL`,this.left,t.left)+this.offsetCorrectionX-(this.left===t.left?0:n),y:this.getters.getColRowOffset(`ROW`,this.top,t.top)+this.offsetCorrectionY-(this.top===t.top?0:r),width:Math.min(this.getters.getColRowOffset(`COL`,t.left,t.right+1)-(this.left===t.left?n:0),this.viewportWidth),height:Math.min(this.getters.getColRowOffset(`ROW`,t.top,t.bottom+1)-(this.top===t.top?r:0),this.viewportHeight)}}getFullRect(e){let t=Rs(e,this.boundaries),n=this.snapCorrection.x,r=this.snapCorrection.y;if(t){let t=this.getters.getColRowOffset(`COL`,this.left,e.left)+this.offsetCorrectionX,i=this.getters.getColRowOffset(`ROW`,this.top,e.top)+this.offsetCorrectionY,a=this.getters.getColRowOffset(`COL`,e.left,e.right+1),o=this.getters.getColRowOffset(`ROW`,e.top,e.bottom+1);return{x:t-n,y:i-r,width:a,height:o}}}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,n=0){if(this.viewportWidth<=0||this.viewportHeight<=0)return-1;let r=this.sheetId,i=this.getters.getNumberHeaders(r,e),a=n,o=i;for(;a<=o&&a!==i&&o!==-1;){let i=Math.floor((a+o)/2),s=this.getters.getColRowOffset(e,n,i),c=this.getters.getHeaderSize(r,e,i);if(t>=s&&t<s+c)return i;t>=s+c?a=i+1:o=i-1}return-1}setViewportOffsetX(e){this.canScrollHorizontally&&(this.offsetX=e,this.adjustViewportZoneX())}setViewportOffsetY(e){this.canScrollVertically&&(this.offsetY=e,this.adjustViewportZoneY())}adjustViewportOffsetX(){if(this.canScrollHorizontally){let{width:e}=this.getMaxSize();this.viewportWidth+this.offsetX>e&&(this.offsetX=Math.max(0,e-this.viewportWidth))}this.adjustViewportZoneX()}adjustViewportOffsetY(){if(this.canScrollVertically){let{height:e}=this.getMaxSize();this.viewportHeight+this.offsetY>e&&(this.offsetY=Math.max(0,e-this.viewportHeight))}this.adjustViewportZoneY()}adjustViewportZoneX(){this.left=this.searchHeaderIndex(`COL`,this.offsetX,this.boundaries.left),this.right=Math.min(this.boundaries.right,this.searchHeaderIndex(`COL`,Math.max(this.viewportWidth+this.snapCorrection.x-.1),this.left)),this.viewportWidth&&(this.left===-1&&(this.left=this.boundaries.left),this.right===-1&&(this.right=this.boundaries.right))}adjustViewportZoneY(){this.top=this.searchHeaderIndex(`ROW`,this.offsetY,this.boundaries.top),this.bottom=Math.min(this.boundaries.bottom,this.searchHeaderIndex(`ROW`,Math.max(this.viewportHeight+this.snapCorrection.y-.1,0),this.top)),this.viewportHeight&&(this.top===-1&&(this.top=this.boundaries.top),this.bottom===-1&&(this.bottom=this.boundaries.bottom))}get snapCorrection(){return{x:Math.abs(this.offsetX-this.getters.getColRowOffset(`COL`,this.boundaries.left,Math.max(0,this.left))),y:Math.abs(this.offsetY-this.getters.getColRowOffset(`ROW`,this.boundaries.top,Math.max(0,this.top)))}}},sq=class extends zp{static getters=`getColIndex.getRowIndex.getActiveMainViewport.getSheetViewDimension.getSheetViewDimensionWithHeaders.getMainViewportRect.isVisibleInViewport.getEdgeScrollCol.getEdgeScrollRow.getVisibleFigures.getVisibleRect.getVisibleRectWithoutHeaders.getVisibleCellPositions.getColRowOffsetInViewport.getMainViewportCoordinates.getActiveSheetScrollInfo.getSheetViewVisibleCols.getSheetViewVisibleRows.getFrozenSheetViewRatio.isPixelPositionVisible.getColDimensionsInViewport.getRowDimensionsInViewport.getAllActiveViewportsZonesAndRect.getRect.getFigureUI.getPositionAnchorOffset.getGridOffset.getMaximumSheetOffset`.split(`.`);viewports={};sheetViewWidth=Qe();sheetViewHeight=Qe();gridOffsetX=0;gridOffsetY=0;sheetsWithDirtyViewports=new Set;shouldAdjustViewports=!1;allowDispatch(e){switch(e.type){case`SET_VIEWPORT_OFFSET`:return this.chainValidations(this.checkScrollingDirection,this.checkIfViewportsWillChange)(e);case`RESIZE_SHEETVIEW`:return this.chainValidations(this.checkValuesAreDifferent,this.checkPositiveDimension)(e);default:return`Success`}}handleEvent(e){let t=this.getters.getActiveSheetId();if(e.options.scrollIntoView){let{col:n,row:r}=$s(e.previousAnchor.zone,e.anchor.zone);if(e.mode===`updateAnchor`){let i=e.previousAnchor.zone,a=e.anchor.zone,{top:o,bottom:s,left:c,right:l}=this.getMainInternalViewport(t);i.left===a.left&&i.right===a.right&&(n=c>n||n>l?c:n),i.top===a.top&&i.bottom===a.bottom&&(r=o>r||r>s?o:r)}n=Math.min(n,this.getters.getNumberCols(t)-1),r=Math.min(r,this.getters.getNumberRows(t)-1),this.sheetsWithDirtyViewports.has(t)||this.refreshViewport(this.getters.getActiveSheetId(),{col:n,row:r})}}handle(e){if(yr.has(e.type))for(let 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`:this.cleanViewports();for(let 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`:let t=this.getters.getActiveSheetId(),{top:n,viewportHeight:r,offsetCorrectionY:i}=this.getMainInternalViewport(t),a=this.getters.getRowDimensions(t,n);this.shiftVertically(a.start+r-i);break;case`SHIFT_VIEWPORT_UP`:{let e=this.getters.getActiveSheetId(),{top:t,viewportHeight:n,offsetCorrectionY:r}=this.getMainInternalViewport(e),i=this.getters.getRowDimensions(e,t);this.shiftVertically(i.end-r-n);break}case`REMOVE_TABLE`:case`UPDATE_TABLE`:case`UPDATE_FILTER`:case`UNFREEZE_ROWS`:case`UNFREEZE_COLUMNS`:case`FREEZE_COLUMNS`:case`FREEZE_ROWS`:case`UNFREEZE_COLUMNS_ROWS`: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`:this.sheetsWithDirtyViewports.add(e.sheetId);break;case`UPDATE_CELL`:for(let e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);break;case`DELETE_SHEET`:this.cleanViewports(),this.sheetsWithDirtyViewports.delete(e.sheetId);break;case`ACTIVATE_SHEET`:this.sheetsWithDirtyViewports.add(e.sheetIdTo);break;case`SCROLL_TO_CELL`:this.refreshViewport(this.getters.getActiveSheetId(),{col:e.col,row:e.row});break}}finalize(){for(let e of this.sheetsWithDirtyViewports)if(this.resetViewports(e),this.shouldAdjustViewports){let t=this.getters.getSheetPosition(e);this.getSubViewports(e).forEach(e=>{e.adjustPosition(t)})}this.sheetsWithDirtyViewports=new Set,this.shouldAdjustViewports=!1,this.setViewports()}setViewports(){let e=this.getters.getSheetIds();for(let t of e)this.viewports[t]?.bottomRight||this.resetViewports(t)}getColIndex(e){let t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map(t=>t.getColIndex(e)))}getRowIndex(e){let 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}}getGridOffset(){return{x:this.gridOffsetX,y:this.gridOffsetY}}getActiveMainViewport(){let e=this.getters.getActiveSheetId();return this.getMainViewport(e)}getActiveSheetScrollInfo(){let e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e);return{scrollX:t.offsetX,scrollY:t.offsetY}}getSheetViewVisibleCols(){let e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map(e=>S(e.left,e.right+1)).flat())].filter(t=>t>=0&&!this.getters.isHeaderHidden(e,`COL`,t))}getSheetViewVisibleRows(){let e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map(e=>S(e.top,e.bottom+1)).flat())].filter(t=>t>=0&&!this.getters.isHeaderHidden(e,`ROW`,t))}getVisibleCellPositions(){let e=this.getSheetViewVisibleCols(),t=this.getSheetViewVisibleRows(),n=this.getters.getActiveSheetId(),r=[];for(let i of e)for(let e of t){let t={sheetId:n,col:i,row:e},a=this.getters.getMainCellPosition(t);a.row!==e||a.col!==i||r.push(t)}return r}getMainViewportRect(){let e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e),{xSplit:n,ySplit:r}=this.getters.getPaneDivisions(e),{width:i,height:a}=t.getMaxSize();return{x:this.getters.getColDimensions(e,n).start,y:this.getters.getRowDimensions(e,r).start,width:i,height:a}}getMaximumSheetOffset(){let e=this.getters.getActiveSheetId(),{width:t,height:n}=this.getMainViewportRect(),r=this.getMainInternalViewport(e);return{maxOffsetX:Math.max(0,t-r.viewportWidth),maxOffsetY:Math.max(0,n-r.viewportHeight)}}getColRowOffsetInViewport(e,t,n){if(n<t)return-this.getColRowOffsetInViewport(e,n,t);let r=this.getters.getActiveSheetId(),i=e===`COL`?this.getters.getSheetViewVisibleCols():this.getters.getSheetViewVisibleRows(),a=i.findIndex(e=>t>=e),o=i.findIndex(e=>n<=e);o=o===-1?i.length:o;let s=i.slice(a,o),c=0;for(let t of s)c+=this.getters.getHeaderSize(r,e,t);return c}isVisibleInViewport({sheetId:e,col:t,row:n}){return this.getSubViewports(e).some(e=>e.isVisible(t,n))}getEdgeScrollCol(e,t,n){let r=!1,i=0,a=0,{xSplit:o}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{width:s}=this.getSheetViewDimension(),{x:c}=this.getMainViewportCoordinates(),l=this.getActiveSheetScrollInfo().scrollX;return e>s?(r=!0,a=yc(e-s),i=1):e<c&&n>=c&&l>0?(r=!0,a=yc(c-e),i=-1):o&&t<c&&e>c&&(r=!0,a=yc(e),i=`reset`),{canEdgeScroll:r,direction:i,delay:a}}getEdgeScrollRow(e,t,n){let r=!1,i=0,a=0,{ySplit:o}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{height:s}=this.getSheetViewDimension(),{y:c}=this.getMainViewportCoordinates(),l=this.getActiveSheetScrollInfo().scrollY;return e>s?(r=!0,a=yc(e-s),i=1):e<c&&n>=c&&l>0?(r=!0,a=yc(c-e),i=-1):o&&t<c&&e>c&&(r=!0,a=yc(e),i=`reset`),{canEdgeScroll:r,direction:i,delay:a}}getVisibleRect(e){let t=this.getVisibleRectWithoutHeaders(e);return{...t,x:t.x+this.gridOffsetX,y:t.y+this.gridOffsetY}}getVisibleRectWithoutHeaders(e){let t=this.getters.getActiveSheetId();return this.mapViewportsToRect(t,t=>t.getVisibleRect(e))}getRect(e){let t=this.getters.getActiveSheetId(),n=this.mapViewportsToRect(t,t=>t.getFullRect(e));return{...n,x:n.x+this.gridOffsetX,y:n.y+this.gridOffsetY}}getRectWithoutHeaders(e){let t=this.getters.getActiveSheetId();return this.mapViewportsToRect(t,t=>t.getFullRect(e))}getMainViewportCoordinates(){let e=this.getters.getActiveSheetId(),{xSplit:t,ySplit:n}=this.getters.getPaneDivisions(e);return{x:this.getters.getColDimensions(e,t).start,y:this.getters.getRowDimensions(e,n).start}}getColDimensionsInViewport(e,t){let{top:n}=this.getMainInternalViewport(e),r={left:t,right:t,top:n,bottom:n},{x:i,width:a}=this.getVisibleRect(r),o=i-this.gridOffsetX;return{start:o,size:a,end:o+a}}getRowDimensionsInViewport(e,t){let{left:n}=this.getMainInternalViewport(e),r={left:0,right:n,top:t,bottom:t},{y:i,height:a}=this.getVisibleRect(r),o=i-this.gridOffsetY;return{start:o,size:a,end:o+a}}getAllActiveViewportsZonesAndRect(){let e=this.getters.getActiveSheetId();return this.getSubViewports(e).map(e=>({zone:e,rect:{x:e.offsetCorrectionX+this.gridOffsetX,y:e.offsetCorrectionY+this.gridOffsetY,...e.getMaxSize()}}))}ensureMainViewportExist(e){this.viewports[e]||this.resetViewports(e)}getSubViewports(e){return this.ensureMainViewportExist(e),Object.values(this.viewports[e]).filter(C)}checkPositiveDimension(e){return e.width<0||e.height<0?`InvalidViewportSize`:`Success`}checkValuesAreDifferent(e){let{height:t,width:n}=this.getSheetViewDimension();return e.gridOffsetX===this.gridOffsetX&&e.gridOffsetY===this.gridOffsetY&&e.width===n&&e.height===t?`ValuesNotChanged`:`Success`}checkScrollingDirection({offsetX:e,offsetY:t}){let n=this.getMainInternalViewport(this.getters.getActiveSheetId());return!n.canScrollHorizontally&&e>0||!n.canScrollVertically&&t>0?`InvalidScrollingDirection`:`Success`}checkIfViewportsWillChange({offsetX:e,offsetY:t}){let n=this.getters.getActiveSheetId(),{maxOffsetX:r,maxOffsetY:i}=this.getMaximumSheetOffset();return this.getSubViewports(n).some(n=>n.willNewOffsetScrollViewport(x(e,0,r),x(t,0,i)))?`Success`:`ViewportScrollLimitsReached`}getMainViewport(e){let 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(){let e={};for(let t of this.getters.getSheetIds())e[t]=this.viewports[t];this.viewports=e}resizeSheetView(e,t,n=0,r=0){this.sheetViewHeight=e,this.sheetViewWidth=t,this.gridOffsetX=n,this.gridOffsetY=r,this.recomputeViewports()}recomputeViewports(){for(let e of this.getters.getSheetIds())this.resetViewports(e)}setSheetViewOffset(e,t){let n=this.getters.getActiveSheetId(),{maxOffsetX:r,maxOffsetY:i}=this.getMaximumSheetOffset();this.getSubViewports(n).forEach(n=>n.setViewportOffset(x(e,0,r),x(t,0,i)))}getViewportOffset(e){return{x:this.viewports[e]?.bottomRight.offsetX||0,y:this.viewports[e]?.bottomRight.offsetY||0}}resetViewports(e){if(!this.getters.tryGetSheet(e))return;let{xSplit:t,ySplit:n}=this.getters.getPaneDivisions(e),r=this.getters.getNumberCols(e),i=this.getters.getNumberRows(e),a=Math.min(this.getters.getColRowOffset(`COL`,0,t,e),this.sheetViewWidth),o=Math.min(this.getters.getColRowOffset(`ROW`,0,n,e),this.sheetViewHeight),s=Math.max(this.sheetViewWidth-a,0),c=Math.max(this.sheetViewHeight-o,0),{xRatio:l,yRatio:u}=this.getFrozenSheetViewRatio(e),d=l<1,f=u<1,p=this.getViewportOffset(e),m={topLeft:n&&t&&new oq(this.getters,e,{left:0,right:t-1,top:0,bottom:n-1},{width:a,height:o},{canScrollHorizontally:!1,canScrollVertically:!1},{x:0,y:0})||void 0,topRight:n&&new oq(this.getters,e,{left:t,right:r-1,top:0,bottom:n-1},{width:s,height:o},{canScrollHorizontally:d,canScrollVertically:!1},{x:d?p.x:0,y:0})||void 0,bottomLeft:t&&new oq(this.getters,e,{left:0,right:t-1,top:n,bottom:i-1},{width:a,height:c},{canScrollHorizontally:!1,canScrollVertically:f},{x:0,y:f?p.y:0})||void 0,bottomRight:new oq(this.getters,e,{left:t,right:r-1,top:n,bottom:i-1},{width:s,height:c},{canScrollHorizontally:d,canScrollVertically:f},{x:d?p.x:0,y:f?p.y:0})};this.viewports[e]=m}refreshViewport(e,t){this.getSubViewports(e).forEach(e=>{e.adjustViewportZone(),e.adjustPosition(t)})}shiftVertically(e){let t=this.getters.getActiveSheetId(),{top:n}=this.getMainInternalViewport(t),{scrollX:r}=this.getActiveSheetScrollInfo();this.setSheetViewOffset(r,e);let{anchor:i}=this.getters.getSelection();if(i.cell.row>=this.getters.getPaneDivisions(t).ySplit){let e=this.getMainInternalViewport(t).top-n;this.selection.selectCell(i.cell.col,i.cell.row+e)}}getColIndexLeftOfMainViewport(e){if(e>=0)return-1;let t=this.getters.getActiveSheetId(),n=this.getActiveMainViewport().left,r=-this.getActiveSheetScrollInfo().scrollX-this.getters.getColRowOffset(`COL`,n,0);for(;e<r;n--)r-=this.getters.getColSize(t,n-1);return Math.max(n,0)}getRowIndexTopOfMainViewport(e){if(e>=0)return-1;let t=this.getters.getActiveSheetId(),n=this.getActiveMainViewport().top,r=-this.getActiveSheetScrollInfo().scrollY-this.getters.getColRowOffset(`ROW`,n,0);for(;e<r;n--)r-=this.getters.getRowSize(t,n-1);return Math.max(n,0)}getVisibleFigures(){let e=this.getters.getActiveSheetId(),t=[],n=this.getters.getFigures(e),{scrollX:r,scrollY:i}=this.getters.getActiveSheetScrollInfo(),{x:a,y:o}=this.getMainViewportCoordinates(),{width:s,height:c}=this.getters.getSheetViewDimensionWithHeaders();for(let l of n){let n=this.getFigureUI(e,l),{x:u,y:d}=n;u>=a&&(u+l.width<r+a||u>s+r+a)||d>=o&&(d+l.height<i+o||d>c+i+o)||t.push(n)}return t}getFigureUI(e,t){let n=t.offset.x+this.getters.getColDimensions(e,t.col).start,r=t.offset.y+this.getters.getRowDimensions(e,t.row).start;return{...t,x:n,y:r}}getPositionAnchorOffset(e){let{scrollX:t,scrollY:n}=this.getters.getActiveSheetScrollInfo(),r=e.x-t,i=e.y-n,a=r>=0?this.getColIndex(r):this.getColIndexLeftOfMainViewport(r),o=i>=0?this.getRowIndex(i):this.getRowIndexTopOfMainViewport(i),{x:s,y:c}=this.getRect(R({col:a,row:o}));return{col:a,row:o,offset:{x:Math.max(r-s+this.gridOffsetX,0),y:Math.max(i-c+this.gridOffsetY,0)}}}isPixelPositionVisible(e){let{scrollX:t,scrollY:n}=this.getters.getActiveSheetScrollInfo(),{x:r,y:i}=this.getters.getMainViewportCoordinates(),{width:a,height:o}=this.getters.getSheetViewDimension();return!(e.x>=r&&(e.x<r+t||e.x>a+t+r)||e.y>=i&&(e.y<i+n||e.y>o+n+i))}getFrozenSheetViewRatio(e){let{xSplit:t,ySplit:n}=this.getters.getPaneDivisions(e),r=this.getters.getColDimensions(e,t).start,i=this.getters.getRowDimensions(e,n).start,a=this.sheetViewWidth+this.gridOffsetX,o=this.sheetViewHeight+this.gridOffsetY;return{xRatio:r/a,yRatio:i/o}}mapViewportsToRect(e,t){let n=1/0,r=1/0,i=0,a=0,o=!1;for(let s of this.getSubViewports(e)){let e=t(s);e&&(o=!0,n=Math.min(n,e.x),r=Math.min(r,e.y),i=Math.max(i,e.x+e.width),a=Math.max(a,e.y+e.height))}return o?{x:n,y:r,width:i-n,height:a-r}:{x:0,y:0,width:0,height:0}}},cq=class extends zp{static getters=[`getSelectedCarouselItem`,`getChartFromFigureId`,`getChartIdFromFigureId`];uuidGenerator=new Ml;carouselStates={};allowDispatch(e){switch(e.type){case`ADD_FIGURE_CHART_TO_CAROUSEL`:return!this.getters.doesCarouselExist(e.carouselFigureId)||this.getters.getFigure(e.sheetId,e.chartFigureId)?.tag!==`chart`?`InvalidFigureId`:`Success`;case`ADD_NEW_CHART_TO_CAROUSEL`:return this.getters.doesCarouselExist(e.figureId)?`Success`:`InvalidFigureId`;case`UPDATE_CAROUSEL_ACTIVE_ITEM`:return this.getters.doesCarouselExist(e.figureId)?this.getters.getCarousel(e.figureId).items.some(t=>w(t,e.item))?`Success`:`InvalidCarouselItem`:`InvalidFigureId`}return`Success`}handle(e){switch(e.type){case`ADD_NEW_CHART_TO_CAROUSEL`:this.addNewChartToCarousel(e.figureId,e.sheetId);break;case`ADD_FIGURE_CHART_TO_CAROUSEL`:this.addFigureChartToCarousel(e.carouselFigureId,e.chartFigureId,e.sheetId);break;case`UPDATE_CAROUSEL_ACTIVE_ITEM`:this.carouselStates[e.figureId]=this.getCarouselItemId(e.item);break;case`POPOUT_CHART_FROM_CAROUSEL`:this.popOutChartFromCarousel(e.carouselId,e.chartId,e.sheetId);break;case`DELETE_FIGURE`:delete this.carouselStates[e.figureId];break;case`UPDATE_CAROUSEL`:this.fixWrongCarouselState(e.figureId);break;case`DELETE_CHART`:case`UNDO`:case`REDO`:case`DELETE_SHEET`:for(let e in this.carouselStates)this.fixWrongCarouselState(e);break}}popOutChartFromCarousel(e,t,n){let r=this.getters.getCarousel(e);if(!r)return;let i=this.getters.getFigure(n,e),a=this.getters.getChartDefinition(t);if(!a||!i)return;let o=this.getters.getFigureUI(n,i),s=this.getters.getPositionAnchorOffset({x:o.x+50,y:o.y+50}),c=this.uuidGenerator.smallUuid();this.dispatch(`CREATE_CHART`,{...s,chartId:this.uuidGenerator.smallUuid(),figureId:c,sheetId:n,size:{width:i.width,height:i.height},definition:{...a}});let l=r.items.filter(e=>e.type!==`chart`||e.chartId!==t);this.dispatch(`UPDATE_CAROUSEL`,{sheetId:n,figureId:e,definition:{...r,items:l}}),this.dispatch(`SELECT_FIGURE`,{figureId:c})}getSelectedCarouselItem(e){let t=this.getters.getCarousel(e);if(t.items.length)return this.carouselStates[e]?t.items.find(t=>this.getCarouselItemId(t)===this.carouselStates[e]):t.items[0]}getChartFromFigureId(e){if(!this.getters.getFigureSheetId(e))return;let t=this.getChartIdFromFigureId(e);return t?this.getters.getChart(t):void 0}getChartIdFromFigureId(e){let t=this.getters.getFigureSheetId(e);if(!t)return;let n=this.getters.getFigure(t,e);if(!(!n||n.tag!==`chart`&&n.tag!==`carousel`)){if(n.tag===`carousel`){let t=this.getSelectedCarouselItem(e);return t?.type===`chart`?t.chartId:void 0}return this.getters.getChartIds(t).find(t=>this.getters.getFigureIdFromChartId(t)===e)}}fixWrongCarouselState(e){if(!this.getters.doesCarouselExist(e)){delete this.carouselStates[e];return}let t=this.getters.getCarousel(e);t.items.length===0?delete this.carouselStates[e]:this.carouselStates[e]&&t.items.some(t=>this.getCarouselItemId(t)===this.carouselStates[e])||(this.carouselStates[e]=this.getCarouselItemId(t.items[0]))}addNewChartToCarousel(e,t){let n=this.getters.getCarousel(e),r=this.uuidGenerator.smallUuid();this.dispatch(`CREATE_CHART`,{chartId:r,figureId:e,sheetId:t,definition:GO});let i={...n,items:[...n.items,{type:`chart`,chartId:r}]};this.dispatch(`UPDATE_CAROUSEL`,{sheetId:t,figureId:e,definition:i})}addFigureChartToCarousel(e,t,n){let r=this.getChartIdFromFigureId(t);if(!r)return;let i=this.getters.getCarousel(e),a={...i,items:[...i.items,{type:`chart`,chartId:r}]};this.dispatch(`UPDATE_CAROUSEL`,{sheetId:n,figureId:e,definition:a}),this.dispatch(`UPDATE_CHART`,{sheetId:n,chartId:r,figureId:e,definition:this.getters.getChartDefinition(r)}),this.dispatch(`DELETE_FIGURE`,{sheetId:n,figureId:t})}getCarouselItemId(e){return e.type===`chart`?e.chartId:`carouselDataView`}},lq=class extends zp{static getters=[`getColDimensions`,`getRowDimensions`,`getColRowOffset`];headerPositions={};isDirty=!0;handle(e){switch(yr.has(e.type)&&(this.headerPositions={},this.isDirty=!0),e.type){case`START`:for(let e of this.getters.getSheetIds())this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e);break;case`UPDATE_CELL`:this.headerPositions={},this.isDirty=!0;break;case`UPDATE_FILTER`:case`UPDATE_TABLE`:case`REMOVE_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.getters.tryGetSheet(e.sheetId)&&(this.headerPositions[e.sheetId]=this.computeHeaderPositionsOfSheet(e.sheetId));break;case`DUPLICATE_SHEET`:this.headerPositions[e.sheetIdTo]=b(this.headerPositions[e.sheetId]);break}}finalize(){for(let e of this.getters.getSheetIds())(this.isDirty||!this.headerPositions[e])&&(this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e));this.isDirty=!1}getColDimensions(e,t){let n=this.headerPositions[e].COL[t],r=this.getters.getColSize(e,t);return{start:n,size:r,end:n+(this.getters.isColHidden(e,t)?0:r)}}getRowDimensions(e,t){let n=this.headerPositions[e].ROW[t],r=this.getters.getRowSize(e,t);return{start:n,size:r,end:n+(this.getters.isRowHidden(e,t)?0:r)}}getColRowOffset(e,t,n,r=this.getters.getActiveSheetId()){let i=this.headerPositions[r][e][t];return this.headerPositions[r][e][n]-i}computeHeaderPositionsOfSheet(e){return{COL:this.computePositions(e,`COL`),ROW:this.computePositions(e,`ROW`)}}computePositions(e,t){let n={},r=0;for(let i=0;i<this.getters.getNumberHeaders(e,t)+1;i++)n[i]=r,!this.getters.isHeaderHidden(e,t,i)&&(r+=this.getters.getHeaderSize(e,t,i));return n}};let uq=new g().add(`settings`,yW).add(`sheet`,mW).add(`header grouping`,_W).add(`header visibility`,cW).add(`tables`,hW).add(`dataValidation`,aW).add(`cell`,$U).add(`merge`,uW).add(`headerSize`,sW).add(`borders`,QU).add(`conditional formatting`,iW).add(`figures`,oW).add(`chart`,nW).add(`carousel`,gW).add(`image`,lW).add(`pivot_core`,vW).add(`spreadsheet_pivot_core`,bW).add(`tableStyle`,xW),dq=new g().add(`ui_sheet`,_K).add(`ui_options`,gK).add(`autofill`,wG).add(`sort`,hK).add(`automatic_sum`,TG).add(`format`,dK).add(`insert_pivot`,mK).add(`pivot_presence`,QK).add(`split_to_columns`,$K).add(`subtotal_evaluation`,Bp).add(`collaborative`,lK).add(`history`,XK).add(`data_cleanup`,uK).add(`table_autofill`,eq).add(`table_ui_resize`,tq).add(`datavalidation_insert`,CK).add(`checkbox_toggle`,SK).add(`dynamic_translate`,wK).add(`geo_features`,fK),fq=new g().add(`selection`,aq).add(`evaluation_filter`,iq).add(`header_visibility_ui`,pK).add(`cell_computed_style`,xK).add(`table_computed_style`,vK).add(`header_positions`,lq).add(`viewport`,sq).add(`clipboard`,nq).add(`carousel_ui`,cq),pq=new g().add(`evaluation`,KW).add(`evaluation_chart`,ZW).add(`evaluation_cf`,QW).add(`row_size`,aG).add(`data_validation_ui`,eG).add(`dynamic_tables`,iG).add(`custom_colors`,XW).add(`pivot_ui`,uG).add(`cell_icon`,rG);dp.add(`dataValidation`,{displayAllOnInitialContent:!0,canBeToggled:!1,getProposals(e,t){if(on(t)||!this.composer.currentEditedCell)return[];let n=this.composer.currentEditedCell,r=this.getters.getValidationRuleForCell(n);if(!r||r.criterion.type!==`isValueInList`&&r.criterion.type!==`isValueInRange`)return[];let i=this.composer.currentEditedCell.sheetId,a=r.criterion.type===`isValueInRange`?this.getters.getDataValidationRangeValues(i,r.criterion):r.criterion.values.map(e=>({label:e,value:e}));if(r.criterion.displayStyle!==`chip`)return a.map(e=>({text:e.value,fuzzySearchKey:e.label,htmlContent:[{value:e.label}]}));let o=r.criterion.colors;return a.map(e=>{let t=o?.[e.value];return{text:e.value,htmlContent:[{value:e.label,color:t?Mn(t):void 0,backgroundColor:t||`#E7E9ED`,classes:[`badge rounded-pill fs-6 fw-normal w-100 mt-1 text-start`]}],fuzzySearchKey:e.label}})},selectProposal(e,t){this.composer.setCurrentContent(t),this.composer.stopEdition()}}),dp.add(`functions`,{sequence:100,autoSelectFirstProposal:!0,maxDisplayedProposals:10,getProposals(e){if(e.type!==`SYMBOL`)return[];let t=e.value;return on(this.composer.currentContent)?Object.entries(BS.content).filter(([e,{hidden:t}])=>!t).map(([e,{description:n}])=>({text:e,description:n,htmlContent:eU(t,e,ge,`o-semi-bold`)})).sort((e,t)=>e.text.length-t.text.length||e.text.localeCompare(t.text)):[]},selectProposal(e,t){let n=e.end,r=e.end;[`SYMBOL`,`FUNCTION`].includes(e.type)&&(n=e.start);let i=this.composer.currentTokens;t+=`(`;let a=i.map(e=>e.start).indexOf(e.start);a+1<i.length&&i[a+1]?.type===`LEFT_PAREN`&&r++,this.composer.changeComposerCursorSelection(n,r),this.composer.replaceComposerCursorSelection(t)}}),dp.add(`pivot_ids`,{sequence:50,autoSelectFirstProposal:!0,getProposals(e){let t=e.functionContext;if(!t||![`PIVOT.VALUE`,`PIVOT.HEADER`,`PIVOT`].includes(t.parent.toUpperCase())||t.argPosition!==0)return;let n=this.getters.getPivotIds();if(!n.includes(e.value))return n.map(e=>{let t=this.getters.getPivotCoreDefinition(e),n=`${this.getters.getPivotFormulaId(e)}`;return{text:n,description:t.name,htmlContent:[{value:n,color:ot.NUMBER}],fuzzySearchKey:n+t.name,alwaysExpanded:!0}}).filter(C)},selectProposal:JS}),dp.add(`pivot_measures`,{sequence:50,autoSelectFirstProposal:!0,getProposals(e){let t=e.functionContext;if(t?.parent.toUpperCase()!==`PIVOT.VALUE`||t.argPosition!==1)return[];let n=hU(e),r=this.getters.getPivotId(n);if(!r||!this.getters.isExistingPivot(r))return[];let i=this.getters.getPivot(r);return i.init(),i.isValid()?i.definition.measures.map(e=>{if(e.fieldName===`__count`){let e=`"__count"`;return{text:e,description:E(`Count`),htmlContent:[{value:e,color:ot.STRING}],fuzzySearchKey:E(`Count`)+e}}return fU(e)}).filter(C):[]},selectProposal:JS}),dp.add(`pivot_group_fields`,{sequence:50,autoSelectFirstProposal:!0,getProposals(e){let t=e.functionContext;if(!t||!mq(e)&&!hq(e))return;let n=hU(e),r=this.getters.getPivotId(n);if(!r||!this.getters.isExistingPivot(r))return;let i=this.getters.getPivot(r);i.init();let a=i.getFields(),{columns:o,rows:s}=i.definition,c=t.args;t?.parent.toUpperCase()===`PIVOT.VALUE`?(c=c.filter((e,t)=>t%2==0),c=c.slice(1,t.argPosition)):c=c.filter((e,t)=>t%2==1);let l=c.map(e=>e?.value).filter(C),u=o.map(e=>e.nameWithGranularity),d=s.map(e=>e.nameWithGranularity),f=[],p=[`ARG_SEPARATOR`,`SPACE`].includes(e.type)?l.at(-1):l.at(-2),m=qU.get(i.type);if(m&&p?.startsWith(`#`)&&(p=p.slice(1)),p===void 0&&(f.push(u[0]),f.push(d[0])),d.includes(p)){let e=d[d.indexOf(p)+1];f.push(e),f.push(u[0])}if(u.includes(p)){let e=u[u.indexOf(p)+1];f.push(e)}let h=f.filter(C);return h.map(e=>{let[t,n]=e.split(`:`),r=a[t];return r?dU(r,n):void 0}).concat(h.map(e=>{if(!m)return;let t=a[e.split(`:`)[0]];if(!t)return;let n=`"#${e}"`;return{text:n,description:E(`%s (positional)`,t.string)+(t.help?` (${t.help})`:``),htmlContent:[{value:n,color:ot.STRING}],fuzzySearchKey:t.string+n}})).filter(C)},selectProposal:JS});function mq(e){let t=e.functionContext;return t?.parent.toUpperCase()===`PIVOT.VALUE`&&t.argPosition>=2&&t.argPosition%2==0}function hq(e){let t=e.functionContext;return t?.parent.toUpperCase()===`PIVOT.HEADER`&&t.argPosition>=1&&t.argPosition%2==1}dp.add(`pivot_group_values`,{sequence:50,autoSelectFirstProposal:!0,getProposals(e){let t=e.functionContext;if(!t||!e||!gq(e)&&!_q(e))return;let n=hU(e),r=this.getters.getPivotId(n);if(!r||!this.getters.isExistingPivot(r))return;let i=this.getters.getPivot(r);if(!i.isValid())return;let a=t.argPosition,o=e.functionContext?.args[a-1]?.value;if(!o)return;let s;try{s=i.definition.getDimension(o)}catch{return}return s.granularity===`month_number`?Object.values(_o).map((e,t)=>({text:`${t+1}`,fuzzySearchKey:e.toString(),description:e.toString(),htmlContent:[{value:`${t+1}`,color:ot.NUMBER}]})):s.granularity===`quarter_number`?[1,2,3,4].map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:E(`Quarter %s`,e),htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`day_of_month`?S(1,32).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`iso_week_number`?S(0,54).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`day_of_week`?S(1,8).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`hour_number`?S(0,24).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`minute_number`?S(0,60).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`second_number`?S(0,60).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):i.getPossibleFieldValues(s).map(({value:e,label:t})=>{let n=typeof e==`string`,r=n?`"${e}"`:e.toString(),i=n?ot.STRING:ot.NUMBER,a=t===e?``:t;return{text:r,description:a,htmlContent:[{value:r,color:i}],fuzzySearchKey:r+a}})},selectProposal:JS});function gq(e){let t=e.functionContext;return t?.parent.toUpperCase()===`PIVOT.VALUE`&&t.argPosition>=2&&t.argPosition%2==1}function _q(e){let t=e.functionContext;return t?.parent.toUpperCase()===`PIVOT.HEADER`&&t.argPosition>=1&&t.argPosition%2==0}dp.add(`sheet_names`,{sequence:150,autoSelectFirstProposal:!0,getProposals(e){return e.type===`SYMBOL`||e.type===`UNKNOWN`&&e.value.startsWith(`'`)?this.getters.getSheetIds().map(e=>{let t=mt(this.getters.getSheetName(e));return{text:t,fuzzySearchKey:t.startsWith(`'`)?t:`'`+t}}):[]},selectProposal(e,t){let n=e.start,r=e.end;this.composer.changeComposerCursorSelection(n,r),this.composer.replaceComposerCursorSelection(t+`!`)}});let vq=new g;vq.add(`link`,{condition:(e,t)=>!!t.getEvaluatedCell(e).link,execute:(e,t,n)=>Yr(t.model.getters.getEvaluatedCell(e).link,t,n),title:(e,t)=>{let n=t.getEvaluatedCell(e).link;return n?n.isExternal?E(`Go to url: %(url)s`,{url:n.url}):E(`Go to %(label)s`,{label:n.label}):``},sequence:5}),vq.add(`dashboard_pivot_sorting`,{condition:(e,t)=>{if(!t.isDashboard())return!1;let n=t.getPivotCellFromPosition(e);return jR(t,e)&&n.type===`MEASURE_HEADER`},execute:(e,t)=>{MR(t,e,bq(t.model.getters,e))},component:JU,componentProps:(e,t)=>({position:e,sortDirection:t.getPivotCellSortDirection(e)}),sequence:2});let yq={none:`asc`,asc:`desc`,desc:`none`};function bq(e,t){return yq[e.getPivotCellSortDirection(t)??`none`]}let xq=new g().add(`ADD_COLUMNS_ROWS`,wq).add(`REMOVE_COLUMNS_ROWS`,kq).add(`ADD_MERGE`,Tq).add(`REMOVE_MERGE`,Eq).add(`CREATE_SHEET`,Dq).add(`DELETE_SHEET`,Aq).add(`DUPLICATE_SHEET`,Oq).add(`CREATE_FIGURE`,jq).add(`CREATE_CHART`,Mq).add(`HIDE_COLUMNS_ROWS`,Nq).add(`UNHIDE_COLUMNS_ROWS`,Pq).add(`CREATE_TABLE_STYLE`,Fq).add(`ADD_PIVOT`,Cq).add(`RENAME_SHEET`,Iq);for(let e of Er.values())xq.contains(e)||xq.add(e,Sq);function Sq(e){return[e]}function Cq(e){return[{type:`REMOVE_PIVOT`,pivotId:e.pivotId}]}function wq(e){let t=[],n=e.base;e.position===`after`&&n++;for(let r=0;r<e.quantity;r++)t.push(r+n);return[{type:`REMOVE_COLUMNS_ROWS`,dimension:e.dimension,elements:t,sheetId:e.sheetId,sheetName:e.sheetName}]}function Tq(e){return[{type:`REMOVE_MERGE`,sheetId:e.sheetId,target:e.target}]}function Eq(e){return[{type:`ADD_MERGE`,sheetId:e.sheetId,target:e.target}]}function Dq(e){return[{type:`DELETE_SHEET`,sheetId:e.sheetId,sheetName:e.name}]}function Oq(e){return[{type:`DELETE_SHEET`,sheetId:e.sheetIdTo,sheetName:``}]}function kq(e){let t=[],n=[...e.elements].sort((e,t)=>e-t);for(let r of gt(n)){let n=r[0]===0?0:r[0]-1,i=r[0]===0?`before`:`after`;t.push({type:`ADD_COLUMNS_ROWS`,dimension:e.dimension,quantity:r.length,base:n,sheetId:e.sheetId,sheetName:e.sheetName,position:i})}return t}function Aq(e){return[{type:`CREATE_SHEET`,sheetId:e.sheetId,position:1,name:e.sheetName}]}function jq(e){return[{type:`DELETE_FIGURE`,figureId:e.figureId,sheetId:e.sheetId}]}function Mq(e){return[{type:`DELETE_CHART`,chartId:e.chartId,sheetId:e.sheetId},{type:`DELETE_FIGURE`,figureId:e.figureId,sheetId:e.sheetId}]}function Nq(e){return[{type:`UNHIDE_COLUMNS_ROWS`,sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]}function Pq(e){return[{type:`HIDE_COLUMNS_ROWS`,sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]}function Fq(e){return[{type:`REMOVE_TABLE_STYLE`,tableStyleId:e.tableStyleId}]}function Iq(e){return[{type:`RENAME_SHEET`,sheetId:e.sheetId,oldName:e.newName,newName:e.oldName}]}let Lq=new g;Lq.add(`format_number_automatic`,{...$R,id:`format_number_automatic`,sequence:10}).add(`format_number_plain_text`,{...ez,id:`format_number_plain_text`,sequence:15,separator:!0}).add(`format_number_number`,{...tz,id:`format_number_number`,sequence:20}).add(`format_number_percent`,{...rz,id:`format_number_percent`,sequence:30,separator:!0}).add(`format_number_currency`,{...iz,id:`format_number_currency`,sequence:40}).add(`format_number_accounting`,{...oz,id:`format_number_accounting`,sequence:45}).add(`format_number_currency_rounded`,{...az,id:`format_number_currency_rounded`,sequence:50}).add(`format_custom_currency`,{...cz,id:`format_custom_currency`,sequence:60,separator:!0}).add(`format_number_date`,{...lz,id:`format_number_date`,sequence:70}).add(`format_number_time`,{...uz,id:`format_number_time`,sequence:80}).add(`format_number_date_time`,{...dz,id:`format_number_date_time`,sequence:90}).add(`format_number_duration`,{...fz,id:`format_number_duration`,sequence:100,separator:!0}).add(`more_formats`,{...hz,id:`more_formats`,sequence:120});function Rq(e){let t=new Set(Lq.getAll().map(t=>typeof t.format==`function`?t.format(e):t.format)),n=new Map;for(let r of e.model.getters.getSheetIds()){let i=e.model.getters.getEvaluatedCells(r);for(let e in i){let r=i[e];if(r.format&&!n.has(r.format)&&!t.has(r.format)){let e=zq(r.format);(e===`date`||e===`currency`)&&n.set(r.format,QR({descriptionValue:e===`currency`?1e3:sz,format:r.format,name:r.format}))}}}return[...n.values()]}let zq=Kt(e=>Mo(e)?`date`:e.includes(`[$`)?`currency`:`number`),Bq={name:E(`More formats`),icon:`o-spreadsheet-Icon.NUMBER_FORMATS`,children:[e=>{let t=Rq(e).map(e=>({...e,sequence:110}));return t.length>0&&(t[t.length-1].separator=!0),f([...Lq.getAll(),...t])}]};function Vq(e){let t=new LA;return t.add(`delete`,{...AA,sequence:10}).add(`hide_sheet`,{...IA,sequence:20}).add(`duplicate`,{...jA,sequence:30,separator:!0}).add(`rename`,{...MA(e),sequence:40}).add(`change_color`,{...NA(e),sequence:50,separator:!0}).add(`move_right`,{...PA,sequence:60}).add(`move_left`,{...FA,sequence:70}),t}let Hq=new LA;Hq.add(`file`,{name:E(`File`),sequence:10,isReadonlyAllowed:!0}).addChild(`settings`,[`file`],{name:E(`Settings`),sequence:200,execute:e=>e.openSidePanel(`Settings`),isEnabled:e=>!e.isSmall,icon:`o-spreadsheet-Icon.COG`}).add(`edit`,{name:E(`Edit`),sequence:20,isReadonlyAllowed:!0}).addChild(`undo`,[`edit`],{...OI,sequence:10}).addChild(`redo`,[`edit`],{...kI,sequence:20,separator:!0}).addChild(`copy`,[`edit`],{...AI,sequence:30}).addChild(`cut`,[`edit`],{...jI,sequence:40}).addChild(`paste`,[`edit`],{...MI,sequence:50}).addChild(`paste_special`,[`edit`],{...NI,sequence:60,separator:!0}).addChild(`paste_special_value`,[`edit`,`paste_special`],{...PI,sequence:10}).addChild(`paste_special_format`,[`edit`,`paste_special`],{...FI,sequence:20}).addChild(`edit_table`,[`edit`],{...JI,isVisible:OF,sequence:60}).addChild(`find_and_replace`,[`edit`],{...II,sequence:65,separator:!0}).addChild(`delete`,[`edit`],{name:E(`Delete`),icon:`o-spreadsheet-Icon.TRASH`,sequence:70}).addChild(`edit_delete_cell_values`,[`edit`,`delete`],{...LI,sequence:10}).addChild(`edit_delete_row`,[`edit`,`delete`],{...RI,sequence:20}).addChild(`edit_delete_column`,[`edit`,`delete`],{...VI,sequence:30}).addChild(`edit_delete_cell_shift_up`,[`edit`,`delete`],{...GI,sequence:40}).addChild(`edit_delete_cell_shift_left`,[`edit`,`delete`],{...KI,sequence:50}).addChild(`edit_unhide_columns`,[`edit`],{...WF,sequence:80}).addChild(`edit_unhide_rows`,[`edit`],{...qF,sequence:80}).add(`view`,{name:E(`View`),sequence:30,isReadonlyAllowed:!0}).addChild(`unfreeze_panes`,[`view`],{...JF,sequence:4}).addChild(`freeze_panes`,[`view`],{...YF,sequence:5}).addChild(`unfreeze_rows`,[`view`,`freeze_panes`],{...XF,sequence:5}).addChild(`freeze_first_row`,[`view`,`freeze_panes`],{...ZF,sequence:10}).addChild(`freeze_second_row`,[`view`,`freeze_panes`],{...QF,sequence:15}).addChild(`freeze_current_row`,[`view`,`freeze_panes`],{...$F,sequence:20,separator:!0}).addChild(`unfreeze_columns`,[`view`,`freeze_panes`],{...eI,sequence:25}).addChild(`freeze_first_col`,[`view`,`freeze_panes`],{...tI,sequence:30}).addChild(`freeze_second_col`,[`view`,`freeze_panes`],{...nI,sequence:35}).addChild(`freeze_current_col`,[`view`,`freeze_panes`],{...rI,sequence:40}).addChild(`group_headers`,[`view`],{name:E(`Group`),sequence:15,separator:!0,icon:`o-spreadsheet-Icon.PLUS_IN_BOX`,isVisible:PF}).addChild(`group_columns`,[`view`,`group_headers`],{...sI,sequence:5}).addChild(`ungroup_columns`,[`view`,`group_headers`],{...lI,isVisible:e=>pI(e,`COL`),sequence:10}).addChild(`group_rows`,[`view`,`group_headers`],{...cI,sequence:15}).addChild(`ungroup_rows`,[`view`,`group_headers`],{...uI,isVisible:e=>pI(e,`ROW`),sequence:20}).addChild(`show`,[`view`],{name:E(`Show`),sequence:1,icon:`o-spreadsheet-Icon.SHOW`}).addChild(`view_gridlines`,[`view`,`show`],{...iI,sequence:5}).addChild(`view_formulas`,[`view`,`show`],{...oI,sequence:10}).addChild(`view_irregularity_map`,[`view`],{...aI,sequence:40,separator:!0}).add(`insert`,{name:E(`Insert`),sequence:40,isReadonlyAllowed:!0}).addChild(`insert_row`,[`insert`],{...$I,sequence:10}).addChild(`insert_row_before`,[`insert`,`insert_row`],{...tL,sequence:10}).addChild(`insert_row_after`,[`insert`,`insert_row`],{...iL,sequence:20}).addChild(`insert_column`,[`insert`],{...aL,sequence:20}).addChild(`insert_column_before`,[`insert`,`insert_column`],{...sL,sequence:10}).addChild(`insert_column_after`,[`insert`,`insert_column`],{...uL,sequence:20}).addChild(`insert_cell`,[`insert`],{...dL,sequence:30}).addChild(`insert_cell_down`,[`insert`,`insert_cell`],{...fL,name:E(`Shift down`),sequence:10}).addChild(`insert_cell_right`,[`insert`,`insert_cell`],{...pL,name:E(`Shift right`),sequence:20}).addChild(`insert_sheet`,[`insert`],{...jL,sequence:40,separator:!0}).addChild(`insert_chart`,[`insert`],{...mL,sequence:50}).addChild(`insert_carousel`,[`insert`],{...hL,sequence:51}).addChild(`insert_pivot`,[`insert`],{...gL,sequence:52}).addChild(`insert_image`,[`insert`],{..._L,sequence:55}).addChild(`insert_table`,[`insert`],{...vL,sequence:57}).addChild(`insert_function`,[`insert`],{...yL,sequence:60}).addChild(`insert_function_sum`,[`insert`,`insert_function`],{...bL,sequence:0}).addChild(`insert_function_average`,[`insert`,`insert_function`],{...xL,sequence:10}).addChild(`insert_function_count`,[`insert`,`insert_function`],{...SL,sequence:20}).addChild(`insert_function_max`,[`insert`,`insert_function`],{...CL,sequence:30}).addChild(`insert_function_min`,[`insert`,`insert_function`],{...wL,sequence:40,separator:!0}).addChild(`categorie_function_all`,[`insert`,`insert_function`],{...TL,sequence:50}).addChild(`categories_function_list`,[`insert`,`insert_function`],DL).addChild(`insert_link`,[`insert`],{...OL,separator:!0,sequence:70}).addChild(`insert_checkbox`,[`insert`],{...kL,sequence:80}).addChild(`insert_dropdown`,[`insert`],{...AL,separator:!0,sequence:90}).add(`format`,{name:E(`Format`),sequence:50,isReadonlyAllowed:!0}).addChild(`format_number`,[`format`],{...Bq,name:E(`Number`),sequence:10,separator:!0}).addChild(`format_bold`,[`format`],{...Dz,sequence:20}).addChild(`format_italic`,[`format`],{...Oz,sequence:30}).addChild(`format_underline`,[`format`],{...kz,sequence:40}).addChild(`format_strikethrough`,[`format`],{...Az,sequence:50,separator:!0}).addChild(`format_font_size`,[`format`],{...jz,sequence:60,separator:!0}).addChild(`format_alignment`,[`format`],{...Mz,sequence:70}).addChild(`format_alignment_left`,[`format`,`format_alignment`],{...Pz,sequence:10}).addChild(`format_alignment_center`,[`format`,`format_alignment`],{...Fz,sequence:20}).addChild(`format_alignment_right`,[`format`,`format_alignment`],{...Iz,sequence:30,separator:!0}).addChild(`format_alignment_top`,[`format`,`format_alignment`],{...Rz,sequence:40}).addChild(`format_alignment_middle`,[`format`,`format_alignment`],{...zz,sequence:50}).addChild(`format_alignment_bottom`,[`format`,`format_alignment`],{...Bz,sequence:60,separator:!0}).addChild(`format_wrapping`,[`format`],{...Vz,sequence:80,separator:!0}).addChild(`format_wrapping_overflow`,[`format`,`format_wrapping`],{...Uz,sequence:10}).addChild(`format_wrapping_wrap`,[`format`,`format_wrapping`],{...Wz,sequence:20}).addChild(`format_wrapping_clip`,[`format`,`format_wrapping`],{...Gz,sequence:30}).addChild(`format_cf`,[`format`],{...Kz,sequence:90,separator:!0}).addChild(`format_clearFormat`,[`format`],{...qz,sequence:100,separator:!0}).add(`data`,{name:E(`Data`),sequence:60,isReadonlyAllowed:!0}).addChild(`sort_range`,[`data`],{...VR,sequence:10,separator:!0}).addChild(`sort_ascending`,[`data`,`sort_range`],{...HR,sequence:10}).addChild(`sort_descending`,[`data`,`sort_range`],{...KR,sequence:20}).addChild(`data_cleanup`,[`data`],{...UR,sequence:15}).addChild(`remove_duplicates`,[`data`,`data_cleanup`],{...WR,sequence:10}).addChild(`trim_whitespace`,[`data`,`data_cleanup`],{...GR,sequence:20}).addChild(`split_to_columns`,[`data`],{...YR,sequence:20}).addChild(`data_validation`,[`data`],{name:E(`Data Validation`),execute:e=>{e.openSidePanel(`DataValidation`)},isEnabled:e=>!e.isSmall,icon:`o-spreadsheet-Icon.DATA_VALIDATION`,sequence:30,separator:!0}).addChild(`add_remove_data_filter`,[`data`],{...qR,sequence:40,separator:!0}).addChild(`pivot_data_sources`,[`data`],e=>{let t=e.model.getters.getPivotIds().length;return e.model.getters.getPivotIds().map((n,r)=>{let i={get highlights(){return XH(e.model.getters,n)}};return{id:`item_pivot_${e.model.getters.getPivotFormulaId(n)}`,name:e.model.getters.getPivotDisplayName(n),sequence:50+r/t,isReadonlyAllowed:!0,execute:e=>e.openSidePanel(`PivotSidePanel`,{pivotId:n}),isEnabled:e=>!e.isSmall,onStartHover:e=>e.getStore(qk).register(i),onStopHover:e=>e.getStore(qk).unRegister(i),icon:`o-spreadsheet-Icon.PIVOT`,separator:r===e.model.getters.getPivotIds().length-1,secondaryIcon:e=>e.model.getters.isPivotUnused(n)?`o-spreadsheet-Icon.UNUSED_PIVOT_WARNING`:void 0}})}).addChild(`reinsert_dynamic_pivot`,[`data`],XR).addChild(`reinsert_static_pivot`,[`data`],ZR);let Uq=new class extends g{mapping={};uuidGenerator=new Ml;replace(e,t){let n={...t,id:this.uuidGenerator.uuidv4()};return super.replace(e,n)}getAllOrdered(){return this.getAll().sort((e,t)=>e.sequence-t.sequence)}};var Wq=class{listeners=[];async sendMessage(e){for(let{callback:t}of this.listeners)t(e)}onNewMessage(e,t){this.listeners.push({id:e,callback:t})}leave(e){this.listeners=this.listeners.filter(t=>t.id!==e)}},Gq=class{fileStore;constructor(e){this.fileStore=e}async requestImage(){let e=await this.userImageUpload(),t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}async uploadFile(e){let t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}userImageUpload(){return new Promise((e,t)=>{let n=document.createElement(`input`);n.setAttribute(`type`,`file`),n.setAttribute(`accept`,`image/*`),n.addEventListener(`change`,async()=>{n.files===null||n.files.length!==1?t():e(n.files[0])}),n.click()})}getImageOriginalSize(e){return new Promise((t,n)=>{let r=new Image;r.addEventListener(`load`,()=>{t({width:r.width,height:r.height})}),r.addEventListener(`error`,n),r.src=e})}};let Kq=[{transform:`scale(0)`},{transform:`scale(0.8)`,offset:.33},{opacity:`0`,transform:`scale(1)`,offset:1}];B`
1940
+ You can download it directly instead.`,5),sticky:!1,type:`warning`});return}r=await sT(t)}}if(r)return r instanceof File?r:new File([r],`image.png`,{type:`image/png`})}isCutOperation(){return this._isCutOperation??!1}getDeleteCellsTargets(e,t){let n=this.getters.getActiveSheetId(),r;return r=t===`COL`?{...e,left:e.right+1,right:this.getters.getNumberCols(n)-1}:{...e,top:e.bottom+1,bottom:this.getters.getNumberRows(n)-1},{cut:[r],paste:[e]}}getInsertCellsTargets(e,t){let n=this.getters.getActiveSheetId(),r,i;return t===`COL`?(r={...e,right:this.getters.getNumberCols(n)-1},i={...e,left:e.right+1,right:e.right+1}):(r={...e,bottom:this.getters.getNumberRows(n)-1},i={...e,top:e.bottom+1,bottom:this.getters.getNumberRows(n)-1}),{cut:[r],paste:[i]}}getClipboardData(e){let t=this.getters.getActiveSheetId(),n=this.getters.getSelectedFigureId();if(n)return{figureId:n,sheetId:t};let r=Pl(t,e);return this._isCutOperation||(r.rowsIndexes=r.rowsIndexes.filter(e=>!this.getters.isRowFiltered(t,e))),r}drawLayer(e){if(this.status!==`visible`||!this.copiedData)return;let{sheetId:t,zones:n}=this.copiedData;if(t!==this.getters.getActiveSheetId()||!n||!n.length)return;let{ctx:r,thinLineWidth:i}=e;r.setLineDash([8,5]),r.strokeStyle=ae,r.lineWidth=3.3*i;for(let e of n){let{x:t,y:n,width:i,height:a}=this.getters.getVisibleRect(e);i>0&&a>0&&r.strokeRect(t,n,i,a)}}};let rq={filterType:`criterion`,type:`none`,values:[]};var iq=class extends zp{static getters=[`getFilterValue`,`getFilterHiddenValues`,`getFilterCriterionValue`,`getFirstTableInSelection`,`isRowFiltered`,`isFilterActive`];filterValues={};hiddenRows={};isEvaluationDirty=!1;allowDispatch(e){switch(e.type){case`UPDATE_FILTER`:if(!this.getters.getFilterId(e))return`FilterNotFound`;break}return`Success`}handle(e){switch(e.type){case`UNDO`:case`REDO`:case`UPDATE_CELL`:case`EVALUATE_CELLS`:case`ACTIVATE_SHEET`:case`REMOVE_TABLE`:case`ADD_COLUMNS_ROWS`:case`REMOVE_COLUMNS_ROWS`:case`UPDATE_TABLE`:this.isEvaluationDirty=!0;break;case`START`:for(let e of this.getters.getSheetIds())this.filterValues[e]={};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`:case`FOLD_HEADER_GROUPS_IN_ZONE`:case`UNFOLD_HEADER_GROUPS_IN_ZONE`:this.updateHiddenRows(e.sheetId);break;case`UPDATE_FILTER`:this.updateFilter(e),this.updateHiddenRows(e.sheetId);break;case`DUPLICATE_SHEET`:this.filterValues[e.sheetIdTo]=b(this.filterValues[e.sheetId]);break}}finalize(){if(this.isEvaluationDirty){for(let e of this.getters.getSheetIds())this.updateHiddenRows(e);this.isEvaluationDirty=!1}}isRowFiltered(e,t){return!!this.hiddenRows[e]?.has(t)}getFilterValue(e){let t=this.getters.getFilterId(e),n=e.sheetId;return t?this.filterValues[n]?.[t]:void 0}getFilterHiddenValues(e){let t=this.getters.getFilterId(e),n=e.sheetId;if(!t||!this.filterValues[n])return[];let r=this.filterValues[n][t]||[];return r.filterType===`values`?r.hiddenValues:[]}getFilterCriterionValue(e){let t=this.getters.getFilterId(e),n=e.sheetId;if(!t||!this.filterValues[n])return rq;let r=this.filterValues[n][t];return r&&r.filterType===`criterion`?r:rq}isFilterActive(e){let t=this.getters.getFilterId(e);if(!t)return!1;let n=e.sheetId,r=this.filterValues[n]?.[t];return r?r.filterType===`values`?r.hiddenValues.length>0:r.type!==`none`:!1}getFirstTableInSelection(){let e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZones();return this.getters.getTablesOverlappingZones(e,t)[0]}updateFilter({col:e,row:t,value:n,sheetId:r}){let i=this.getters.getFilterId({sheetId:r,col:e,row:t});i&&(this.filterValues[r]||(this.filterValues[r]={}),this.filterValues[r][i]=n)}updateHiddenRows(e){let t=this.getters.getFilters(e).sort((e,t)=>e.rangeWithHeaders.zone.top-t.rangeWithHeaders.zone.top),n=new Set;for(let r of t){let t=this.filterValues[e]?.[r.id],i=r.filteredRange?.zone;if(!(!t||!i||n.has(r.rangeWithHeaders.zone.top)||this.getters.isRowHiddenByUser(e,r.rangeWithHeaders.zone.top)))if(t.filterType===`values`){let a=t.hiddenValues?.map(El);if(!a)continue;let o=new Set(a);for(let t=i.top;t<=i.bottom;t++){let i=this.getCellValueAsString(e,r.col,t);o.has(i)&&n.add(t)}}else{if(t.type===`none`)continue;let a=Y.get(t.type),o=t.values.map(t=>t.startsWith(`=`)?this.getters.evaluateFormula(e,t)??``:ns(t,D));if(o.some(Gu))continue;let s={type:t.type,values:o.map(Uu),dateValue:t.dateValue};for(let t=i.top;t<=i.bottom;t++){let i={sheetId:e,col:r.col,row:t},o=this.getters.getEvaluatedCell(i).value??``;a.isValueValid(o,s,this.getters,e)||n.add(t)}}}this.hiddenRows[e]=n}getCellValueAsString(e,t,n){return this.getters.getEvaluatedCell({sheetId:e,col:t,row:n}).formattedValue.toLowerCase()}exportForExcel(e){for(let t of e.sheets){let e=t.id;for(let n of t.tables){let r=Es(n.range),i=[],a=[];for(let n of S(0,Ws(r).numberOfCols)){let o={sheetId:t.id,col:r.left+n,row:r.top},s=this.getFilterHiddenValues(o),c=this.getters.getFilter(o),l=c?.filteredRange?qs(c.filteredRange.zone).map(t=>this.getters.getEvaluatedCell({sheetId:e,...t}).formattedValue):[];if(s.length){let e=l.filter(e=>e).filter(e=>!s.includes(e));i.push({colId:n,displayedValues:[...new Set(e)],displayBlanks:!s.includes(``)&&l.some(e=>!e)})}let u=this.getters.getEvaluatedCell(o).formattedValue,d=this.getUniqueColNameForExcel(n,u,a);a.push(d);let f=T(o.col,o.row);t.cells[f]=d,t.cellValues[f]=d}n.filters=i}}}getUniqueColNameForExcel(e,t,n){return t||=`Column${e}`,an(t,n,{compute:(e,n)=>t+String(n),start:2})}},aq=class extends zp{static layers=[`Selection`];static getters=[`getActiveSheet`,`getActiveSheetId`,`getActiveSheetName`,`getActiveCell`,`getActiveCols`,`getActiveRows`,`getCurrentStyle`,`getSelectedZones`,`getSelectedZone`,`getSelectedCells`,`getSelectedFigureId`,`getSelection`,`getActivePosition`,`getSheetPosition`,`isSingleColSelected`,`getElementsFromSelection`,`tryGetActiveSheetId`,`isGridSelectionActive`,`getSelectecUnboundedZone`];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;isUnbounded;activeSheet=null;constructor(e){super(e),this.moveClient=e.moveClient,this.isUnbounded=!1}allowDispatch(e){switch(e.type){case`ACTIVATE_SHEET`:try{if(!this.getters.getSheet(e.sheetIdTo).isVisible)return`SheetIsHidden`;break}catch{return`InvalidSheetId`}case`MOVE_COLUMNS_ROWS`:return this.isMoveElementAllowed(e)}return`Success`}handleEvent(e){let t=e.anchor,n=[];switch(this.isUnbounded=e.options?.unbounded||!1,e.mode){case`overrideSelection`:n=[t.zone];break;case`updateAnchor`:n=[...this.gridSelection.zones];let r=n.findIndex(t=>zs(t,e.previousAnchor.zone));r>=0&&(n[r]=t.zone);break;case`newAnchor`:n=[...this.gridSelection.zones,t.zone];break}this.setSelectionMixin(e.anchor,n),this.selection.resetDefaultAnchor(this,b(this.gridSelection.anchor));let{col:r,row:i}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:r,row:i}),this.selectedFigureId=null}handle(e){switch(e.type){case`ACTIVATE_SHEET`:this.selectedFigureId=null;break;case`DELETE_FIGURE`:this.selectedFigureId===e.figureId&&(this.selectedFigureId=null);break;case`DELETE_SHEET`:this.selectedFigureId&&this.getters.getFigure(e.sheetId,this.selectedFigureId)&&(this.selectedFigureId=null);break}switch(e.type){case`START`:let t=this.getters.getVisibleSheetIds()[0];this.activateSheet(t,t);let{col:n,row:r}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(n,r),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`:{let t=this.getters.getActiveSheetId();if(e.sheetId===t){e.dimension===`COL`?this.onColumnsRemoved(e):this.onRowsRemoved(e);let{col:n,row:r}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:n,row:r})}break}case`ADD_COLUMNS_ROWS`:{let t=this.getters.getActiveSheetId();if(e.sheetId===t){this.onAddElements(e);let{col:n,row:r}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:n,row:r})}break}case`MOVE_COLUMNS_ROWS`:e.sheetId===this.getActiveSheetId()&&this.onMoveElements(e);break;case`SELECT_FIGURE`:this.selectedFigureId=e.figureId;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`:let i=Object.keys(this.sheetsData).filter(e=>!this.getters.tryGetSheet(e));for(let e of i)delete this.sheetsData[e];for(let e in this.sheetsData){let t=this.clipSelection(e,this.sheetsData[e].gridSelection);this.sheetsData[e]={gridSelection:b(t)}}this.fallbackToVisibleSheet();let a=this.getters.getActiveSheetId();this.gridSelection.zones=this.gridSelection.zones.map(e=>this.getters.expandZone(a,e)),this.gridSelection.anchor.zone=this.getters.expandZone(a,this.gridSelection.anchor.zone),this.setSelectionMixin(this.gridSelection.anchor,this.gridSelection.zones),this.selectedFigureId=null;break}}finalize(){this.fallbackToVisibleSheet(),this.selection.resetDefaultAnchor(this,b(this.gridSelection.anchor))}isGridSelectionActive(){return this.selection.isListening(this)}getActiveSheet(){return this.activeSheet}getActiveSheetId(){return this.activeSheet.id}getActiveSheetName(){return this.activeSheet.name}tryGetActiveSheetId(){return this.activeSheet?.id}getActiveCell(){return this.getters.getEvaluatedCell(this.getActivePosition())}getActiveCols(){let e=new Set;for(let t of this.gridSelection.zones)if(t.top===0&&t.bottom===this.getters.getNumberRows(this.getters.getActiveSheetId())-1)for(let n=t.left;n<=t.right;n++)e.add(n);return e}getActiveRows(){let e=new Set,t=this.getters.getActiveSheetId();for(let n of this.gridSelection.zones)if(n.left===0&&n.right===this.getters.getNumberCols(t)-1)for(let t=n.top;t<=n.bottom;t++)e.add(t);return e}getCurrentStyle(){let e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();return this.getters.getCellStyle({sheetId:t,col:e.left,row:e.top})}getSelectedZones(){return b(this.gridSelection.zones)}getSelectedZone(){return b(this.gridSelection.anchor.zone)}getSelectecUnboundedZone(){return b(this.isUnbounded?this.getters.getUnboundedZone(this.activeSheet.id,this.gridSelection.anchor.zone):this.gridSelection.anchor.zone)}getSelection(){return b(this.gridSelection)}getSelectedCells(){let e=this.getters.getActiveSheetId(),t=[];for(let n of this.gridSelection.zones)t.push(...this.getters.getEvaluatedCellsInZone(e,n));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();{let 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})}}isSingleColSelected(){let e=this.getters.getSelectedZones();return!(e.length!==1||e[0].left!==e[0].right)}getElementsFromSelection(e){if(e===`COL`&&this.getters.getActiveCols().size===0||e===`ROW`&&this.getters.getActiveRows().size===0)return[];let t=this.getters.getSelectedZones(),n=[],r=e===`COL`?`left`:`top`,i=e===`COL`?`right`:`bottom`;for(let e of t){let t=Array.from({length:e[i]-e[r]+1},(t,n)=>e[r]+n);n=n.concat(t)}return[...new Set(n)].sort()}activateSheet(e,t){if(this.setActiveSheet(t),this.sheetsData[e]={gridSelection:b(this.gridSelection)},t in this.sheetsData)Object.assign(this,this.sheetsData[t]),this.selection.resetDefaultAnchor(this,b(this.gridSelection.anchor));else{let{col:e,row:n}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(e,n)}let{col:n,row:r}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.activeSheet.id,col:n,row:r})}setSelectionMixin(e,t){let{anchor:n,zones:r}=this.clipSelection(this.getters.getActiveSheetId(),{anchor:e,zones:t});this.gridSelection.anchor=n,this.gridSelection.zones=Zs(r)}selectCell(e,t){let n=this.getters.getActiveSheetId(),r=this.getters.expandZone(n,{left:e,right:e,top:t,bottom:t});this.setSelectionMixin({zone:r,cell:{col:e,row:t}},[r])}setActiveSheet(e){this.activeSheet=this.getters.getSheet(e)}activateNextSheet(e){let t=this.getters.getSheetIds(),n=(t.findIndex(e=>e===this.activeSheet.id)+(e===`left`?t.length-1:1))%t.length;this.dispatch(`ACTIVATE_SHEET`,{sheetIdFrom:this.getActiveSheetId(),sheetIdTo:t[n]})}onColumnsRemoved(e){let{cell:t,zone:n}=this.gridSelection.anchor,r=Ps(n,`left`,[...e.elements]),i={left:t.col,right:t.col,top:t.row,bottom:t.row};i=Ps(i,`left`,[...e.elements]);let a={cell:{col:i.left,row:i.top},zone:r},o=this.gridSelection.zones.map(t=>Ps(t,`left`,[...e.elements]));this.setSelectionMixin(a,o)}onRowsRemoved(e){let{cell:t,zone:n}=this.gridSelection.anchor,r=Ps(n,`top`,[...e.elements]),i={left:t.col,right:t.col,top:t.row,bottom:t.row};i=Ps(i,`top`,[...e.elements]);let a={cell:{col:i.left,row:i.top},zone:r},o=this.gridSelection.zones.map(t=>Ps(t,`top`,[...e.elements]));this.setSelectionMixin(a,o)}onAddElements(e){let t=e.dimension===`COL`?`left`:`top`,n=Ns(this.gridSelection.anchor.zone,t,e.base,e.position,e.quantity),r=this.gridSelection.zones.map(n=>Ns(n,t,e.base,e.position,e.quantity)),i={cell:{col:n.left,row:n.top},zone:n};this.setSelectionMixin(i,r)}onMoveElements(e){let t=e.elements.length,n=this.getFiguresUpdates(e);this.dispatch(`ADD_COLUMNS_ROWS`,{dimension:e.dimension,sheetId:e.sheetId,sheetName:e.sheetName,base:e.base,quantity:t,position:e.position});let r=e.dimension===`COL`,i=e.elements[0],a=e.elements[t-1],o=e.base<i,s=o&&r?t:0,c=o&&!r?t:0,l=o?e.elements.map(e=>e+t):e.elements,u={};for(let t of l)u[t]=this.getters.getHeaderSize(e.sheetId,e.dimension,t);let d=[{left:r?i+s:0,right:r?a+s:this.getters.getNumberCols(e.sheetId)-1,top:r?0:i+c,bottom:r?this.getters.getNumberRows(e.sheetId)-1:a+c}],f=this.getActiveSheetId(),p=o?e.base:e.base+1,m=[{left:r?p:0,right:r?p+t-1:this.getters.getNumberCols(e.sheetId)-1,top:r?0:p,bottom:r?this.getters.getNumberRows(e.sheetId)-1:p+t-1}],h=of.cellHandlers.getKeys().map(e=>[e,new(of.cellHandlers.get(e))(this.getters,this.dispatch)]),g={};for(let[e,t]of h)g[e]=t.copy(Pl(f,d),!1,`shiftCells`);for(let[e,t]of h)g[e]&&t.paste({zones:m,sheetId:f},g[e],{isCutOperation:!0});let _=m[0],v=_.left,y=_.top;this.setSelectionMixin({zone:_,cell:{col:v,row:y}},[_]);let ee=o?e.base:e.base+1,te={};for(let t of l){let n=u[t];n!==this.getters.getHeaderSize(e.sheetId,e.dimension,ee)&&(te[n]??=[],te[n].push(ee)),ee+=1}for(let t in te)this.dispatch(`RESIZE_COLUMNS_ROWS`,{dimension:e.dimension,sheetId:e.sheetId,size:parseInt(t,10),elements:te[t]});this.dispatch(`REMOVE_COLUMNS_ROWS`,{dimension:e.dimension,sheetId:e.sheetId,sheetName:e.sheetName,elements:l}),this.applyFigureUpdates(n)}getFiguresUpdates(e){let t=[],n={},r=e.elements[0]<e.base?e.base-e.elements.length+1:e.base;for(let t=0;t<e.elements.length;t++)n[e.elements[t]]=r+t;for(let r of this.getters.getFigures(e.sheetId))e.dimension===`COL`&&r.col in n&&t.push({type:`UPDATE_FIGURE`,sheetId:e.sheetId,figureId:r.id,col:n[r.col],row:r.row}),e.dimension===`ROW`&&r.row in n&&t.push({type:`UPDATE_FIGURE`,sheetId:e.sheetId,figureId:r.id,row:n[r.row],col:r.col});return t}applyFigureUpdates(e){for(let t of e)this.dispatch(t.type,{...t})}isMoveElementAllowed(e){let t=e.dimension===`COL`,n=e.elements[0],r=e.elements[e.elements.length-1],i=e.sheetId,a=t?this.getters.doesColumnsHaveCommonMerges:this.getters.doesRowsHaveCommonMerges;if(a(i,n-1,n)||a(i,r,r+1)||a(i,e.base-1,e.base))return`WillRemoveExistingMerge`;let o=[e.base,...e.elements],s=t?this.getters.getNumberCols(i):this.getters.getNumberRows(i);return o.some(e=>e<0||e>=s)?`InvalidHeaderIndex`:!t&&!this.isTableRowMoveAllowed(i,e.elements)?`CannotMoveTableHeader`:`Success`}isTableRowMoveAllowed(e,t){let n=this.getters.getCoreTables(e);if(n.length===0)return!0;let r=new Set(t);return n.every(({range:{zone:e},config:n})=>{let{top:i,bottom:a}=e;if(n.numberOfHeaders===0)return!0;let o=i+n.numberOfHeaders-1;return t.some(e=>e>=i&&e<=o)?S(i,a+1).every(e=>r.has(e)):!0})}fallbackToVisibleSheet(){if(!this.getters.tryGetSheet(this.getters.getActiveSheetId())){let e=this.getters.getVisibleSheetIds();if(this.activeSheet=this.getters.getSheet(e[0]),this.activeSheet.id in this.sheetsData){let{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);let{col:t,row:n}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:t,row:n})}}clipSelection(e,t){let n=this.getters.getNumberCols(e)-1,r=this.getters.getNumberRows(e)-1,i=t.zones.map(e=>({left:x(e.left,0,n),right:x(e.right,0,n),top:x(e.top,0,r),bottom:x(e.bottom,0,r)})),a=x(t.anchor.cell.col,0,n),o=x(t.anchor.cell.row,0,r),s={left:x(t.anchor.zone.left,0,n),right:x(t.anchor.zone.right,0,n),top:x(t.anchor.zone.top,0,r),bottom:x(t.anchor.zone.bottom,0,r)};return{zones:i,anchor:{cell:{col:a,row:o},zone:s}}}drawLayer(e){if(this.getters.isDashboard())return;let{ctx:t,thinLineWidth:n}=e,r=this.getSelectedZones();t.fillStyle=`#f3f7fe`,t.fillStyle=r.length===1&&r[0].left===r[0].right&&r[0].top===r[0].bottom?`#f3f7fe`:`#e9f0ff`,t.strokeStyle=ae,t.lineWidth=1.5*n;for(let e of r){let{x:n,y:r,width:i,height:a}=this.getters.getVisibleRect(e);t.globalCompositeOperation=`multiply`,t.fillRect(n,r,i,a),t.globalCompositeOperation=`source-over`,t.strokeRect(n,r,i,a)}t.globalCompositeOperation=`source-over`;let i=this.getActivePosition();t.strokeStyle=ae,t.lineWidth=3*n;let a;a=this.getters.isInMerge(i)?this.getters.getMerge(i):R(i);let{x:o,y:s,width:c,height:l}=this.getters.getVisibleRect(a);c>0&&l>0&&t.strokeRect(o,s,c,l)}},oq=class{getters;sheetId;boundaries;top;bottom;left;right;offsetX;offsetY;canScrollVertically;canScrollHorizontally;viewportWidth;viewportHeight;offsetCorrectionX;offsetCorrectionY;constructor(e,t,n,r,i,a){if(this.getters=e,this.sheetId=t,this.boundaries=n,r.width<0||r.height<0)throw Error(`Viewport size cannot be negative`);this.viewportWidth=r.height&&r.width,this.viewportHeight=r.width&&r.height,this.top=n.top,this.bottom=n.bottom,this.left=n.left,this.right=n.right,this.offsetX=a.x,this.offsetY=a.y,this.canScrollVertically=i.canScrollVertically,this.canScrollHorizontally=i.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(){let 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:n}=this.getters.getColDimensions(this.sheetId,e),{end:r}=this.getters.getRowDimensions(this.sheetId,t),i=n-this.offsetCorrectionX;this.canScrollHorizontally&&(i=Math.max(i,this.viewportWidth));let a=r-this.offsetCorrectionY;return this.canScrollVertically&&(a=Math.max(a,this.viewportHeight),r+46>a&&!this.getters.isReadonly()&&this.viewportHeight>46&&(a+=46)),{width:i,height:a}}getColIndex(e){return e<this.offsetCorrectionX||e>this.offsetCorrectionX+this.viewportWidth?-1:this.searchHeaderIndex(`COL`,e-this.offsetCorrectionX+this.snapCorrection.x,this.left)}getRowIndex(e){return e<this.offsetCorrectionY||e>this.offsetCorrectionY+this.viewportHeight?-1:this.searchHeaderIndex(`ROW`,e-this.offsetCorrectionY+this.snapCorrection.y,this.top)}adjustPosition(e){let t=this.sheetId,n=this.getters.getMainCellPosition({sheetId:t,...e}),{col:r,row:i}=this.getters.getNextVisibleCellPosition(n);Hs(r,this.boundaries.top,this.boundaries)&&this.adjustPositionX(r),Hs(this.boundaries.left,i,this.boundaries)&&this.adjustPositionY(i)}adjustPositionX(e){let t=this.sheetId,{start:n,end:r}=this.getters.getColDimensions(t,e);this.offsetX+this.viewportWidth+this.offsetCorrectionX<r?this.offsetX=r-this.viewportWidth-this.offsetCorrectionX:this.offsetX+this.offsetCorrectionX>n&&(this.offsetX=n-this.offsetCorrectionX),this.adjustViewportZoneX()}adjustPositionY(e){let t=this.sheetId,{start:n,end:r}=this.getters.getRowDimensions(t,e);this.offsetY+this.viewportHeight+this.offsetCorrectionY<r?this.offsetY=r-this.viewportHeight-this.offsetCorrectionY:this.offsetY+this.offsetCorrectionY>n&&(this.offsetY=n-this.offsetCorrectionY),this.adjustViewportZoneY()}willNewOffsetScrollViewport(e,t){return this.canScrollHorizontally&&this.offsetX!==e||this.canScrollVertically&&this.offsetY!==t}setViewportOffset(e,t){this.setViewportOffsetX(e),this.setViewportOffsetY(t)}adjustViewportZone(){this.adjustViewportZoneX(),this.adjustViewportZoneY()}getVisibleRect(e){let t=Rs(e,this),n=this.snapCorrection.x,r=this.snapCorrection.y;if(t)return{x:this.getters.getColRowOffset(`COL`,this.left,t.left)+this.offsetCorrectionX-(this.left===t.left?0:n),y:this.getters.getColRowOffset(`ROW`,this.top,t.top)+this.offsetCorrectionY-(this.top===t.top?0:r),width:Math.min(this.getters.getColRowOffset(`COL`,t.left,t.right+1)-(this.left===t.left?n:0),this.viewportWidth),height:Math.min(this.getters.getColRowOffset(`ROW`,t.top,t.bottom+1)-(this.top===t.top?r:0),this.viewportHeight)}}getFullRect(e){let t=Rs(e,this.boundaries),n=this.snapCorrection.x,r=this.snapCorrection.y;if(t){let t=this.getters.getColRowOffset(`COL`,this.left,e.left)+this.offsetCorrectionX,i=this.getters.getColRowOffset(`ROW`,this.top,e.top)+this.offsetCorrectionY,a=this.getters.getColRowOffset(`COL`,e.left,e.right+1),o=this.getters.getColRowOffset(`ROW`,e.top,e.bottom+1);return{x:t-n,y:i-r,width:a,height:o}}}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,n=0){if(this.viewportWidth<=0||this.viewportHeight<=0)return-1;let r=this.sheetId,i=this.getters.getNumberHeaders(r,e),a=n,o=i;for(;a<=o&&a!==i&&o!==-1;){let i=Math.floor((a+o)/2),s=this.getters.getColRowOffset(e,n,i),c=this.getters.getHeaderSize(r,e,i);if(t>=s&&t<s+c)return i;t>=s+c?a=i+1:o=i-1}return-1}setViewportOffsetX(e){this.canScrollHorizontally&&(this.offsetX=e,this.adjustViewportZoneX())}setViewportOffsetY(e){this.canScrollVertically&&(this.offsetY=e,this.adjustViewportZoneY())}adjustViewportOffsetX(){if(this.canScrollHorizontally){let{width:e}=this.getMaxSize();this.viewportWidth+this.offsetX>e&&(this.offsetX=Math.max(0,e-this.viewportWidth))}this.adjustViewportZoneX()}adjustViewportOffsetY(){if(this.canScrollVertically){let{height:e}=this.getMaxSize();this.viewportHeight+this.offsetY>e&&(this.offsetY=Math.max(0,e-this.viewportHeight))}this.adjustViewportZoneY()}adjustViewportZoneX(){this.left=this.searchHeaderIndex(`COL`,this.offsetX,this.boundaries.left),this.right=Math.min(this.boundaries.right,this.searchHeaderIndex(`COL`,Math.max(this.viewportWidth+this.snapCorrection.x-.1),this.left)),this.viewportWidth&&(this.left===-1&&(this.left=this.boundaries.left),this.right===-1&&(this.right=this.boundaries.right))}adjustViewportZoneY(){this.top=this.searchHeaderIndex(`ROW`,this.offsetY,this.boundaries.top),this.bottom=Math.min(this.boundaries.bottom,this.searchHeaderIndex(`ROW`,Math.max(this.viewportHeight+this.snapCorrection.y-.1,0),this.top)),this.viewportHeight&&(this.top===-1&&(this.top=this.boundaries.top),this.bottom===-1&&(this.bottom=this.boundaries.bottom))}get snapCorrection(){return{x:Math.abs(this.offsetX-this.getters.getColRowOffset(`COL`,this.boundaries.left,Math.max(0,this.left))),y:Math.abs(this.offsetY-this.getters.getColRowOffset(`ROW`,this.boundaries.top,Math.max(0,this.top)))}}},sq=class extends zp{static getters=`getColIndex.getRowIndex.getActiveMainViewport.getSheetViewDimension.getSheetViewDimensionWithHeaders.getMainViewportRect.isVisibleInViewport.getEdgeScrollCol.getEdgeScrollRow.getVisibleFigures.getVisibleRect.getVisibleRectWithoutHeaders.getVisibleCellPositions.getColRowOffsetInViewport.getMainViewportCoordinates.getActiveSheetScrollInfo.getSheetViewVisibleCols.getSheetViewVisibleRows.getFrozenSheetViewRatio.isPixelPositionVisible.getColDimensionsInViewport.getRowDimensionsInViewport.getAllActiveViewportsZonesAndRect.getRect.getFigureUI.getPositionAnchorOffset.getGridOffset.getMaximumSheetOffset`.split(`.`);viewports={};sheetViewWidth=Qe();sheetViewHeight=Qe();gridOffsetX=0;gridOffsetY=0;sheetsWithDirtyViewports=new Set;shouldAdjustViewports=!1;allowDispatch(e){switch(e.type){case`SET_VIEWPORT_OFFSET`:return this.chainValidations(this.checkScrollingDirection,this.checkIfViewportsWillChange)(e);case`RESIZE_SHEETVIEW`:return this.chainValidations(this.checkValuesAreDifferent,this.checkPositiveDimension)(e);default:return`Success`}}handleEvent(e){let t=this.getters.getActiveSheetId();if(e.options.scrollIntoView){let{col:n,row:r}=$s(e.previousAnchor.zone,e.anchor.zone);if(e.mode===`updateAnchor`){let i=e.previousAnchor.zone,a=e.anchor.zone,{top:o,bottom:s,left:c,right:l}=this.getMainInternalViewport(t);i.left===a.left&&i.right===a.right&&(n=c>n||n>l?c:n),i.top===a.top&&i.bottom===a.bottom&&(r=o>r||r>s?o:r)}n=Math.min(n,this.getters.getNumberCols(t)-1),r=Math.min(r,this.getters.getNumberRows(t)-1),this.sheetsWithDirtyViewports.has(t)||this.refreshViewport(this.getters.getActiveSheetId(),{col:n,row:r})}}handle(e){if(yr.has(e.type))for(let 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`:this.cleanViewports();for(let 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`:let t=this.getters.getActiveSheetId(),{top:n,viewportHeight:r,offsetCorrectionY:i}=this.getMainInternalViewport(t),a=this.getters.getRowDimensions(t,n);this.shiftVertically(a.start+r-i);break;case`SHIFT_VIEWPORT_UP`:{let e=this.getters.getActiveSheetId(),{top:t,viewportHeight:n,offsetCorrectionY:r}=this.getMainInternalViewport(e),i=this.getters.getRowDimensions(e,t);this.shiftVertically(i.end-r-n);break}case`REMOVE_TABLE`:case`UPDATE_TABLE`:case`UPDATE_FILTER`:case`UNFREEZE_ROWS`:case`UNFREEZE_COLUMNS`:case`FREEZE_COLUMNS`:case`FREEZE_ROWS`:case`UNFREEZE_COLUMNS_ROWS`: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`:this.sheetsWithDirtyViewports.add(e.sheetId);break;case`UPDATE_CELL`:for(let e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);break;case`DELETE_SHEET`:this.cleanViewports(),this.sheetsWithDirtyViewports.delete(e.sheetId);break;case`ACTIVATE_SHEET`:this.sheetsWithDirtyViewports.add(e.sheetIdTo);break;case`SCROLL_TO_CELL`:this.refreshViewport(this.getters.getActiveSheetId(),{col:e.col,row:e.row});break}}finalize(){for(let e of this.sheetsWithDirtyViewports)if(this.resetViewports(e),this.shouldAdjustViewports){let t=this.getters.getSheetPosition(e);this.getSubViewports(e).forEach(e=>{e.adjustPosition(t)})}this.sheetsWithDirtyViewports=new Set,this.shouldAdjustViewports=!1,this.setViewports()}setViewports(){let e=this.getters.getSheetIds();for(let t of e)this.viewports[t]?.bottomRight||this.resetViewports(t)}getColIndex(e){let t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map(t=>t.getColIndex(e)))}getRowIndex(e){let 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}}getGridOffset(){return{x:this.gridOffsetX,y:this.gridOffsetY}}getActiveMainViewport(){let e=this.getters.getActiveSheetId();return this.getMainViewport(e)}getActiveSheetScrollInfo(){let e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e);return{scrollX:t.offsetX,scrollY:t.offsetY}}getSheetViewVisibleCols(){let e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map(e=>S(e.left,e.right+1)).flat())].filter(t=>t>=0&&!this.getters.isHeaderHidden(e,`COL`,t))}getSheetViewVisibleRows(){let e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map(e=>S(e.top,e.bottom+1)).flat())].filter(t=>t>=0&&!this.getters.isHeaderHidden(e,`ROW`,t))}getVisibleCellPositions(){let e=this.getSheetViewVisibleCols(),t=this.getSheetViewVisibleRows(),n=this.getters.getActiveSheetId(),r=[];for(let i of e)for(let e of t){let t={sheetId:n,col:i,row:e},a=this.getters.getMainCellPosition(t);a.row!==e||a.col!==i||r.push(t)}return r}getMainViewportRect(){let e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e),{xSplit:n,ySplit:r}=this.getters.getPaneDivisions(e),{width:i,height:a}=t.getMaxSize();return{x:this.getters.getColDimensions(e,n).start,y:this.getters.getRowDimensions(e,r).start,width:i,height:a}}getMaximumSheetOffset(){let e=this.getters.getActiveSheetId(),{width:t,height:n}=this.getMainViewportRect(),r=this.getMainInternalViewport(e);return{maxOffsetX:Math.max(0,t-r.viewportWidth),maxOffsetY:Math.max(0,n-r.viewportHeight)}}getColRowOffsetInViewport(e,t,n){if(n<t)return-this.getColRowOffsetInViewport(e,n,t);let r=this.getters.getActiveSheetId(),i=e===`COL`?this.getters.getSheetViewVisibleCols():this.getters.getSheetViewVisibleRows(),a=i.findIndex(e=>t>=e),o=i.findIndex(e=>n<=e);o=o===-1?i.length:o;let s=i.slice(a,o),c=0;for(let t of s)c+=this.getters.getHeaderSize(r,e,t);return c}isVisibleInViewport({sheetId:e,col:t,row:n}){return this.getSubViewports(e).some(e=>e.isVisible(t,n))}getEdgeScrollCol(e,t,n){let r=!1,i=0,a=0,{xSplit:o}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{width:s}=this.getSheetViewDimension(),{x:c}=this.getMainViewportCoordinates(),l=this.getActiveSheetScrollInfo().scrollX;return e>s?(r=!0,a=yc(e-s),i=1):e<c&&n>=c&&l>0?(r=!0,a=yc(c-e),i=-1):o&&t<c&&e>c&&(r=!0,a=yc(e),i=`reset`),{canEdgeScroll:r,direction:i,delay:a}}getEdgeScrollRow(e,t,n){let r=!1,i=0,a=0,{ySplit:o}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{height:s}=this.getSheetViewDimension(),{y:c}=this.getMainViewportCoordinates(),l=this.getActiveSheetScrollInfo().scrollY;return e>s?(r=!0,a=yc(e-s),i=1):e<c&&n>=c&&l>0?(r=!0,a=yc(c-e),i=-1):o&&t<c&&e>c&&(r=!0,a=yc(e),i=`reset`),{canEdgeScroll:r,direction:i,delay:a}}getVisibleRect(e){let t=this.getVisibleRectWithoutHeaders(e);return{...t,x:t.x+this.gridOffsetX,y:t.y+this.gridOffsetY}}getVisibleRectWithoutHeaders(e){let t=this.getters.getActiveSheetId();return this.mapViewportsToRect(t,t=>t.getVisibleRect(e))}getRect(e){let t=this.getters.getActiveSheetId(),n=this.mapViewportsToRect(t,t=>t.getFullRect(e));return{...n,x:n.x+this.gridOffsetX,y:n.y+this.gridOffsetY}}getRectWithoutHeaders(e){let t=this.getters.getActiveSheetId();return this.mapViewportsToRect(t,t=>t.getFullRect(e))}getMainViewportCoordinates(){let e=this.getters.getActiveSheetId(),{xSplit:t,ySplit:n}=this.getters.getPaneDivisions(e);return{x:this.getters.getColDimensions(e,t).start,y:this.getters.getRowDimensions(e,n).start}}getColDimensionsInViewport(e,t){let{top:n}=this.getMainInternalViewport(e),r={left:t,right:t,top:n,bottom:n},{x:i,width:a}=this.getVisibleRect(r),o=i-this.gridOffsetX;return{start:o,size:a,end:o+a}}getRowDimensionsInViewport(e,t){let{left:n}=this.getMainInternalViewport(e),r={left:0,right:n,top:t,bottom:t},{y:i,height:a}=this.getVisibleRect(r),o=i-this.gridOffsetY;return{start:o,size:a,end:o+a}}getAllActiveViewportsZonesAndRect(){let e=this.getters.getActiveSheetId();return this.getSubViewports(e).map(e=>({zone:e,rect:{x:e.offsetCorrectionX+this.gridOffsetX,y:e.offsetCorrectionY+this.gridOffsetY,...e.getMaxSize()}}))}ensureMainViewportExist(e){this.viewports[e]||this.resetViewports(e)}getSubViewports(e){return this.ensureMainViewportExist(e),Object.values(this.viewports[e]).filter(C)}checkPositiveDimension(e){return e.width<0||e.height<0?`InvalidViewportSize`:`Success`}checkValuesAreDifferent(e){let{height:t,width:n}=this.getSheetViewDimension();return e.gridOffsetX===this.gridOffsetX&&e.gridOffsetY===this.gridOffsetY&&e.width===n&&e.height===t?`ValuesNotChanged`:`Success`}checkScrollingDirection({offsetX:e,offsetY:t}){let n=this.getMainInternalViewport(this.getters.getActiveSheetId());return!n.canScrollHorizontally&&e>0||!n.canScrollVertically&&t>0?`InvalidScrollingDirection`:`Success`}checkIfViewportsWillChange({offsetX:e,offsetY:t}){let n=this.getters.getActiveSheetId(),{maxOffsetX:r,maxOffsetY:i}=this.getMaximumSheetOffset();return this.getSubViewports(n).some(n=>n.willNewOffsetScrollViewport(x(e,0,r),x(t,0,i)))?`Success`:`ViewportScrollLimitsReached`}getMainViewport(e){let 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(){let e={};for(let t of this.getters.getSheetIds())e[t]=this.viewports[t];this.viewports=e}resizeSheetView(e,t,n=0,r=0){this.sheetViewHeight=e,this.sheetViewWidth=t,this.gridOffsetX=n,this.gridOffsetY=r,this.recomputeViewports()}recomputeViewports(){for(let e of this.getters.getSheetIds())this.resetViewports(e)}setSheetViewOffset(e,t){let n=this.getters.getActiveSheetId(),{maxOffsetX:r,maxOffsetY:i}=this.getMaximumSheetOffset();this.getSubViewports(n).forEach(n=>n.setViewportOffset(x(e,0,r),x(t,0,i)))}getViewportOffset(e){return{x:this.viewports[e]?.bottomRight.offsetX||0,y:this.viewports[e]?.bottomRight.offsetY||0}}resetViewports(e){if(!this.getters.tryGetSheet(e))return;let{xSplit:t,ySplit:n}=this.getters.getPaneDivisions(e),r=this.getters.getNumberCols(e),i=this.getters.getNumberRows(e),a=Math.min(this.getters.getColRowOffset(`COL`,0,t,e),this.sheetViewWidth),o=Math.min(this.getters.getColRowOffset(`ROW`,0,n,e),this.sheetViewHeight),s=Math.max(this.sheetViewWidth-a,0),c=Math.max(this.sheetViewHeight-o,0),{xRatio:l,yRatio:u}=this.getFrozenSheetViewRatio(e),d=l<1,f=u<1,p=this.getViewportOffset(e),m={topLeft:n&&t&&new oq(this.getters,e,{left:0,right:t-1,top:0,bottom:n-1},{width:a,height:o},{canScrollHorizontally:!1,canScrollVertically:!1},{x:0,y:0})||void 0,topRight:n&&new oq(this.getters,e,{left:t,right:r-1,top:0,bottom:n-1},{width:s,height:o},{canScrollHorizontally:d,canScrollVertically:!1},{x:d?p.x:0,y:0})||void 0,bottomLeft:t&&new oq(this.getters,e,{left:0,right:t-1,top:n,bottom:i-1},{width:a,height:c},{canScrollHorizontally:!1,canScrollVertically:f},{x:0,y:f?p.y:0})||void 0,bottomRight:new oq(this.getters,e,{left:t,right:r-1,top:n,bottom:i-1},{width:s,height:c},{canScrollHorizontally:d,canScrollVertically:f},{x:d?p.x:0,y:f?p.y:0})};this.viewports[e]=m}refreshViewport(e,t){this.getSubViewports(e).forEach(e=>{e.adjustViewportZone(),e.adjustPosition(t)})}shiftVertically(e){let t=this.getters.getActiveSheetId(),{top:n}=this.getMainInternalViewport(t),{scrollX:r}=this.getActiveSheetScrollInfo();this.setSheetViewOffset(r,e);let{anchor:i}=this.getters.getSelection();if(i.cell.row>=this.getters.getPaneDivisions(t).ySplit){let e=this.getMainInternalViewport(t).top-n;this.selection.selectCell(i.cell.col,i.cell.row+e)}}getColIndexLeftOfMainViewport(e){if(e>=0)return-1;let t=this.getters.getActiveSheetId(),n=this.getActiveMainViewport().left,r=-this.getActiveSheetScrollInfo().scrollX-this.getters.getColRowOffset(`COL`,n,0);for(;e<r;n--)r-=this.getters.getColSize(t,n-1);return Math.max(n,0)}getRowIndexTopOfMainViewport(e){if(e>=0)return-1;let t=this.getters.getActiveSheetId(),n=this.getActiveMainViewport().top,r=-this.getActiveSheetScrollInfo().scrollY-this.getters.getColRowOffset(`ROW`,n,0);for(;e<r;n--)r-=this.getters.getRowSize(t,n-1);return Math.max(n,0)}getVisibleFigures(){let e=this.getters.getActiveSheetId(),t=[],n=this.getters.getFigures(e),{scrollX:r,scrollY:i}=this.getters.getActiveSheetScrollInfo(),{x:a,y:o}=this.getMainViewportCoordinates(),{width:s,height:c}=this.getters.getSheetViewDimensionWithHeaders();for(let l of n){let n=this.getFigureUI(e,l),{x:u,y:d}=n;u>=a&&(u+l.width<r+a||u>s+r+a)||d>=o&&(d+l.height<i+o||d>c+i+o)||t.push(n)}return t}getFigureUI(e,t){let n=t.offset.x+this.getters.getColDimensions(e,t.col).start,r=t.offset.y+this.getters.getRowDimensions(e,t.row).start;return{...t,x:n,y:r}}getPositionAnchorOffset(e){let{scrollX:t,scrollY:n}=this.getters.getActiveSheetScrollInfo(),r=e.x-t,i=e.y-n,a=r>=0?this.getColIndex(r):this.getColIndexLeftOfMainViewport(r),o=i>=0?this.getRowIndex(i):this.getRowIndexTopOfMainViewport(i),{x:s,y:c}=this.getRect(R({col:a,row:o}));return{col:a,row:o,offset:{x:Math.max(r-s+this.gridOffsetX,0),y:Math.max(i-c+this.gridOffsetY,0)}}}isPixelPositionVisible(e){let{scrollX:t,scrollY:n}=this.getters.getActiveSheetScrollInfo(),{x:r,y:i}=this.getters.getMainViewportCoordinates(),{width:a,height:o}=this.getters.getSheetViewDimension();return!(e.x>=r&&(e.x<r+t||e.x>a+t+r)||e.y>=i&&(e.y<i+n||e.y>o+n+i))}getFrozenSheetViewRatio(e){let{xSplit:t,ySplit:n}=this.getters.getPaneDivisions(e),r=this.getters.getColDimensions(e,t).start,i=this.getters.getRowDimensions(e,n).start,a=this.sheetViewWidth+this.gridOffsetX,o=this.sheetViewHeight+this.gridOffsetY;return{xRatio:r/a,yRatio:i/o}}mapViewportsToRect(e,t){let n=1/0,r=1/0,i=0,a=0,o=!1;for(let s of this.getSubViewports(e)){let e=t(s);e&&(o=!0,n=Math.min(n,e.x),r=Math.min(r,e.y),i=Math.max(i,e.x+e.width),a=Math.max(a,e.y+e.height))}return o?{x:n,y:r,width:i-n,height:a-r}:{x:0,y:0,width:0,height:0}}},cq=class extends zp{static getters=[`getSelectedCarouselItem`,`getChartFromFigureId`,`getChartIdFromFigureId`];uuidGenerator=new Ml;carouselStates={};allowDispatch(e){switch(e.type){case`ADD_FIGURE_CHART_TO_CAROUSEL`:return!this.getters.doesCarouselExist(e.carouselFigureId)||this.getters.getFigure(e.sheetId,e.chartFigureId)?.tag!==`chart`?`InvalidFigureId`:`Success`;case`ADD_NEW_CHART_TO_CAROUSEL`:return this.getters.doesCarouselExist(e.figureId)?`Success`:`InvalidFigureId`;case`UPDATE_CAROUSEL_ACTIVE_ITEM`:return this.getters.doesCarouselExist(e.figureId)?this.getters.getCarousel(e.figureId).items.some(t=>w(t,e.item))?`Success`:`InvalidCarouselItem`:`InvalidFigureId`}return`Success`}handle(e){switch(e.type){case`ADD_NEW_CHART_TO_CAROUSEL`:this.addNewChartToCarousel(e.figureId,e.sheetId);break;case`ADD_FIGURE_CHART_TO_CAROUSEL`:this.addFigureChartToCarousel(e.carouselFigureId,e.chartFigureId,e.sheetId);break;case`UPDATE_CAROUSEL_ACTIVE_ITEM`:this.carouselStates[e.figureId]=this.getCarouselItemId(e.item);break;case`POPOUT_CHART_FROM_CAROUSEL`:this.popOutChartFromCarousel(e.carouselId,e.chartId,e.sheetId);break;case`DELETE_FIGURE`:delete this.carouselStates[e.figureId];break;case`UPDATE_CAROUSEL`:this.fixWrongCarouselState(e.figureId);break;case`DELETE_CHART`:case`UNDO`:case`REDO`:case`DELETE_SHEET`:for(let e in this.carouselStates)this.fixWrongCarouselState(e);break}}popOutChartFromCarousel(e,t,n){let r=this.getters.getCarousel(e);if(!r)return;let i=this.getters.getFigure(n,e),a=this.getters.getChartDefinition(t);if(!a||!i)return;let o=this.getters.getFigureUI(n,i),s=this.getters.getPositionAnchorOffset({x:o.x+50,y:o.y+50}),c=this.uuidGenerator.smallUuid();this.dispatch(`CREATE_CHART`,{...s,chartId:this.uuidGenerator.smallUuid(),figureId:c,sheetId:n,size:{width:i.width,height:i.height},definition:{...a}});let l=r.items.filter(e=>e.type!==`chart`||e.chartId!==t);this.dispatch(`UPDATE_CAROUSEL`,{sheetId:n,figureId:e,definition:{...r,items:l}}),this.dispatch(`SELECT_FIGURE`,{figureId:c})}getSelectedCarouselItem(e){let t=this.getters.getCarousel(e);if(t.items.length)return this.carouselStates[e]?t.items.find(t=>this.getCarouselItemId(t)===this.carouselStates[e]):t.items[0]}getChartFromFigureId(e){if(!this.getters.getFigureSheetId(e))return;let t=this.getChartIdFromFigureId(e);return t?this.getters.getChart(t):void 0}getChartIdFromFigureId(e){let t=this.getters.getFigureSheetId(e);if(!t)return;let n=this.getters.getFigure(t,e);if(!(!n||n.tag!==`chart`&&n.tag!==`carousel`)){if(n.tag===`carousel`){let t=this.getSelectedCarouselItem(e);return t?.type===`chart`?t.chartId:void 0}return this.getters.getChartIds(t).find(t=>this.getters.getFigureIdFromChartId(t)===e)}}fixWrongCarouselState(e){if(!this.getters.doesCarouselExist(e)){delete this.carouselStates[e];return}let t=this.getters.getCarousel(e);t.items.length===0?delete this.carouselStates[e]:this.carouselStates[e]&&t.items.some(t=>this.getCarouselItemId(t)===this.carouselStates[e])||(this.carouselStates[e]=this.getCarouselItemId(t.items[0]))}addNewChartToCarousel(e,t){let n=this.getters.getCarousel(e),r=this.uuidGenerator.smallUuid();this.dispatch(`CREATE_CHART`,{chartId:r,figureId:e,sheetId:t,definition:GO});let i={...n,items:[...n.items,{type:`chart`,chartId:r}]};this.dispatch(`UPDATE_CAROUSEL`,{sheetId:t,figureId:e,definition:i})}addFigureChartToCarousel(e,t,n){let r=this.getChartIdFromFigureId(t);if(!r)return;let i=this.getters.getCarousel(e),a={...i,items:[...i.items,{type:`chart`,chartId:r}]};this.dispatch(`UPDATE_CAROUSEL`,{sheetId:n,figureId:e,definition:a}),this.dispatch(`UPDATE_CHART`,{sheetId:n,chartId:r,figureId:e,definition:this.getters.getChartDefinition(r)}),this.dispatch(`DELETE_FIGURE`,{sheetId:n,figureId:t})}getCarouselItemId(e){return e.type===`chart`?e.chartId:`carouselDataView`}},lq=class extends zp{static getters=[`getColDimensions`,`getRowDimensions`,`getColRowOffset`];headerPositions={};isDirty=!0;handle(e){switch(yr.has(e.type)&&(this.headerPositions={},this.isDirty=!0),e.type){case`START`:for(let e of this.getters.getSheetIds())this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e);break;case`UPDATE_CELL`:this.headerPositions={},this.isDirty=!0;break;case`UPDATE_FILTER`:case`UPDATE_TABLE`:case`REMOVE_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.getters.tryGetSheet(e.sheetId)&&(this.headerPositions[e.sheetId]=this.computeHeaderPositionsOfSheet(e.sheetId));break;case`DUPLICATE_SHEET`:this.headerPositions[e.sheetIdTo]=b(this.headerPositions[e.sheetId]);break}}finalize(){for(let e of this.getters.getSheetIds())(this.isDirty||!this.headerPositions[e])&&(this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e));this.isDirty=!1}getColDimensions(e,t){let n=this.headerPositions[e].COL[t],r=this.getters.getColSize(e,t);return{start:n,size:r,end:n+(this.getters.isColHidden(e,t)?0:r)}}getRowDimensions(e,t){let n=this.headerPositions[e].ROW[t],r=this.getters.getRowSize(e,t);return{start:n,size:r,end:n+(this.getters.isRowHidden(e,t)?0:r)}}getColRowOffset(e,t,n,r=this.getters.getActiveSheetId()){let i=this.headerPositions[r][e][t];return this.headerPositions[r][e][n]-i}computeHeaderPositionsOfSheet(e){return{COL:this.computePositions(e,`COL`),ROW:this.computePositions(e,`ROW`)}}computePositions(e,t){let n={},r=0;for(let i=0;i<this.getters.getNumberHeaders(e,t)+1;i++)n[i]=r,!this.getters.isHeaderHidden(e,t,i)&&(r+=this.getters.getHeaderSize(e,t,i));return n}};let uq=new g().add(`settings`,yW).add(`sheet`,mW).add(`header grouping`,_W).add(`header visibility`,cW).add(`tables`,hW).add(`dataValidation`,aW).add(`cell`,$U).add(`merge`,uW).add(`headerSize`,sW).add(`borders`,QU).add(`conditional formatting`,iW).add(`figures`,oW).add(`chart`,nW).add(`carousel`,gW).add(`image`,lW).add(`pivot_core`,vW).add(`spreadsheet_pivot_core`,bW).add(`tableStyle`,xW),dq=new g().add(`ui_sheet`,_K).add(`ui_options`,gK).add(`autofill`,wG).add(`sort`,hK).add(`automatic_sum`,TG).add(`format`,dK).add(`insert_pivot`,mK).add(`pivot_presence`,QK).add(`split_to_columns`,$K).add(`subtotal_evaluation`,Bp).add(`collaborative`,lK).add(`history`,XK).add(`data_cleanup`,uK).add(`table_autofill`,eq).add(`table_ui_resize`,tq).add(`datavalidation_insert`,CK).add(`checkbox_toggle`,SK).add(`dynamic_translate`,wK).add(`geo_features`,fK),fq=new g().add(`selection`,aq).add(`evaluation_filter`,iq).add(`header_visibility_ui`,pK).add(`cell_computed_style`,xK).add(`table_computed_style`,vK).add(`header_positions`,lq).add(`viewport`,sq).add(`clipboard`,nq).add(`carousel_ui`,cq),pq=new g().add(`evaluation`,KW).add(`evaluation_chart`,ZW).add(`evaluation_cf`,QW).add(`row_size`,aG).add(`data_validation_ui`,eG).add(`dynamic_tables`,iG).add(`custom_colors`,XW).add(`pivot_ui`,uG).add(`cell_icon`,rG);dp.add(`dataValidation`,{displayAllOnInitialContent:!0,canBeToggled:!1,getProposals(e,t){if(on(t)||!this.composer.currentEditedCell)return[];let n=this.composer.currentEditedCell,r=this.getters.getValidationRuleForCell(n);if(!r||r.criterion.type!==`isValueInList`&&r.criterion.type!==`isValueInRange`)return[];let i=this.composer.currentEditedCell.sheetId,a=r.criterion.type===`isValueInRange`?this.getters.getDataValidationRangeValues(i,r.criterion):r.criterion.values.map(e=>({label:e,value:e}));if(r.criterion.displayStyle!==`chip`)return a.map(e=>({text:e.value,fuzzySearchKey:e.label,htmlContent:[{value:e.label}]}));let o=r.criterion.colors;return a.map(e=>{let t=o?.[e.value];return{text:e.value,htmlContent:[{value:e.label,color:t?Mn(t):void 0,backgroundColor:t||`#E7E9ED`,classes:[`badge rounded-pill fs-6 fw-normal w-100 mt-1 text-start`]}],fuzzySearchKey:e.label}})},selectProposal(e,t){this.composer.setCurrentContent(t),this.composer.stopEdition()}}),dp.add(`functions`,{sequence:100,autoSelectFirstProposal:!0,maxDisplayedProposals:10,getProposals(e){if(e.type!==`SYMBOL`)return[];let t=e.value;return on(this.composer.currentContent)?Object.entries(BS.content).filter(([e,{hidden:t}])=>!t).map(([e,{description:n}])=>({text:e,description:n,htmlContent:eU(t,e,ge,`o-semi-bold`)})).sort((e,t)=>e.text.length-t.text.length||e.text.localeCompare(t.text)):[]},selectProposal(e,t){let n=e.end,r=e.end;[`SYMBOL`,`FUNCTION`].includes(e.type)&&(n=e.start);let i=this.composer.currentTokens;t+=`(`;let a=i.map(e=>e.start).indexOf(e.start);a+1<i.length&&i[a+1]?.type===`LEFT_PAREN`&&r++,this.composer.changeComposerCursorSelection(n,r),this.composer.replaceComposerCursorSelection(t)}}),dp.add(`pivot_ids`,{sequence:50,autoSelectFirstProposal:!0,getProposals(e){let t=e.functionContext;if(!t||![`PIVOT.VALUE`,`PIVOT.HEADER`,`PIVOT`].includes(t.parent.toUpperCase())||t.argPosition!==0)return;let n=this.getters.getPivotIds();if(!n.includes(e.value))return n.map(e=>{let t=this.getters.getPivotCoreDefinition(e),n=`${this.getters.getPivotFormulaId(e)}`;return{text:n,description:t.name,htmlContent:[{value:n,color:ot.NUMBER}],fuzzySearchKey:n+t.name,alwaysExpanded:!0}}).filter(C)},selectProposal:JS}),dp.add(`pivot_measures`,{sequence:50,autoSelectFirstProposal:!0,getProposals(e){let t=e.functionContext;if(t?.parent.toUpperCase()!==`PIVOT.VALUE`||t.argPosition!==1)return[];let n=hU(e),r=this.getters.getPivotId(n);if(!r||!this.getters.isExistingPivot(r))return[];let i=this.getters.getPivot(r);return i.init(),i.isValid()?i.definition.measures.map(e=>{if(e.fieldName===`__count`){let e=`"__count"`;return{text:e,description:E(`Count`),htmlContent:[{value:e,color:ot.STRING}],fuzzySearchKey:E(`Count`)+e}}return fU(e)}).filter(C):[]},selectProposal:JS}),dp.add(`pivot_group_fields`,{sequence:50,autoSelectFirstProposal:!0,getProposals(e){let t=e.functionContext;if(!t||!mq(e)&&!hq(e))return;let n=hU(e),r=this.getters.getPivotId(n);if(!r||!this.getters.isExistingPivot(r))return;let i=this.getters.getPivot(r);i.init();let a=i.getFields(),{columns:o,rows:s}=i.definition,c=t.args;t?.parent.toUpperCase()===`PIVOT.VALUE`?(c=c.filter((e,t)=>t%2==0),c=c.slice(1,t.argPosition)):c=c.filter((e,t)=>t%2==1);let l=c.map(e=>e?.value).filter(C),u=o.map(e=>e.nameWithGranularity),d=s.map(e=>e.nameWithGranularity),f=[],p=[`ARG_SEPARATOR`,`SPACE`].includes(e.type)?l.at(-1):l.at(-2),m=qU.get(i.type);if(m&&p?.startsWith(`#`)&&(p=p.slice(1)),p===void 0&&(f.push(u[0]),f.push(d[0])),d.includes(p)){let e=d[d.indexOf(p)+1];f.push(e),f.push(u[0])}if(u.includes(p)){let e=u[u.indexOf(p)+1];f.push(e)}let h=f.filter(C);return h.map(e=>{let[t,n]=e.split(`:`),r=a[t];return r?dU(r,n):void 0}).concat(h.map(e=>{if(!m)return;let t=a[e.split(`:`)[0]];if(!t)return;let n=`"#${e}"`;return{text:n,description:E(`%s (positional)`,t.string)+(t.help?` (${t.help})`:``),htmlContent:[{value:n,color:ot.STRING}],fuzzySearchKey:t.string+n}})).filter(C)},selectProposal:JS});function mq(e){let t=e.functionContext;return t?.parent.toUpperCase()===`PIVOT.VALUE`&&t.argPosition>=2&&t.argPosition%2==0}function hq(e){let t=e.functionContext;return t?.parent.toUpperCase()===`PIVOT.HEADER`&&t.argPosition>=1&&t.argPosition%2==1}dp.add(`pivot_group_values`,{sequence:50,autoSelectFirstProposal:!0,getProposals(e){let t=e.functionContext;if(!t||!e||!gq(e)&&!_q(e))return;let n=hU(e),r=this.getters.getPivotId(n);if(!r||!this.getters.isExistingPivot(r))return;let i=this.getters.getPivot(r);if(!i.isValid())return;let a=t.argPosition,o=e.functionContext?.args[a-1]?.value;if(!o)return;let s;try{s=i.definition.getDimension(o)}catch{return}return s.granularity===`month_number`?Object.values(_o).map((e,t)=>({text:`${t+1}`,fuzzySearchKey:e.toString(),description:e.toString(),htmlContent:[{value:`${t+1}`,color:ot.NUMBER}]})):s.granularity===`quarter_number`?[1,2,3,4].map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:E(`Quarter %s`,e),htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`day_of_month`?S(1,32).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`iso_week_number`?S(0,54).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`day_of_week`?S(1,8).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`hour_number`?S(0,24).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`minute_number`?S(0,60).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):s.granularity===`second_number`?S(0,60).map(e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:``,htmlContent:[{value:`${e}`,color:ot.NUMBER}]})):i.getPossibleFieldValues(s).map(({value:e,label:t})=>{let n=typeof e==`string`,r=n?`"${e}"`:e.toString(),i=n?ot.STRING:ot.NUMBER,a=t===e?``:t;return{text:r,description:a,htmlContent:[{value:r,color:i}],fuzzySearchKey:r+a}})},selectProposal:JS});function gq(e){let t=e.functionContext;return t?.parent.toUpperCase()===`PIVOT.VALUE`&&t.argPosition>=2&&t.argPosition%2==1}function _q(e){let t=e.functionContext;return t?.parent.toUpperCase()===`PIVOT.HEADER`&&t.argPosition>=1&&t.argPosition%2==0}dp.add(`sheet_names`,{sequence:150,autoSelectFirstProposal:!0,getProposals(e){return e.type===`SYMBOL`||e.type===`UNKNOWN`&&e.value.startsWith(`'`)?this.getters.getSheetIds().map(e=>{let t=mt(this.getters.getSheetName(e));return{text:t,fuzzySearchKey:t.startsWith(`'`)?t:`'`+t}}):[]},selectProposal(e,t){let n=e.start,r=e.end;this.composer.changeComposerCursorSelection(n,r),this.composer.replaceComposerCursorSelection(t+`!`)}});let vq=new g;vq.add(`link`,{condition:(e,t)=>!!t.getEvaluatedCell(e).link,execute:(e,t,n)=>Yr(t.model.getters.getEvaluatedCell(e).link,t,n),title:(e,t)=>{let n=t.getEvaluatedCell(e).link;return n?n.isExternal?E(`Go to url: %(url)s`,{url:n.url}):E(`Go to %(label)s`,{label:n.label}):``},sequence:5}),vq.add(`dashboard_pivot_sorting`,{condition:(e,t)=>{if(!t.isDashboard())return!1;let n=t.getPivotCellFromPosition(e);return jR(t,e)&&n.type===`MEASURE_HEADER`},execute:(e,t)=>{MR(t,e,bq(t.model.getters,e))},component:JU,componentProps:(e,t)=>({position:e,sortDirection:t.getPivotCellSortDirection(e)}),sequence:2});let yq={none:`asc`,asc:`desc`,desc:`none`};function bq(e,t){return yq[e.getPivotCellSortDirection(t)??`none`]}let xq=new g().add(`ADD_COLUMNS_ROWS`,wq).add(`REMOVE_COLUMNS_ROWS`,kq).add(`ADD_MERGE`,Tq).add(`REMOVE_MERGE`,Eq).add(`CREATE_SHEET`,Dq).add(`DELETE_SHEET`,Aq).add(`DUPLICATE_SHEET`,Oq).add(`CREATE_FIGURE`,jq).add(`CREATE_CHART`,Mq).add(`HIDE_COLUMNS_ROWS`,Nq).add(`UNHIDE_COLUMNS_ROWS`,Pq).add(`CREATE_TABLE_STYLE`,Fq).add(`ADD_PIVOT`,Cq).add(`RENAME_SHEET`,Iq);for(let e of Er.values())xq.contains(e)||xq.add(e,Sq);function Sq(e){return[e]}function Cq(e){return[{type:`REMOVE_PIVOT`,pivotId:e.pivotId}]}function wq(e){let t=[],n=e.base;e.position===`after`&&n++;for(let r=0;r<e.quantity;r++)t.push(r+n);return[{type:`REMOVE_COLUMNS_ROWS`,dimension:e.dimension,elements:t,sheetId:e.sheetId,sheetName:e.sheetName}]}function Tq(e){return[{type:`REMOVE_MERGE`,sheetId:e.sheetId,target:e.target}]}function Eq(e){return[{type:`ADD_MERGE`,sheetId:e.sheetId,target:e.target}]}function Dq(e){return[{type:`DELETE_SHEET`,sheetId:e.sheetId,sheetName:e.name}]}function Oq(e){return[{type:`DELETE_SHEET`,sheetId:e.sheetIdTo,sheetName:``}]}function kq(e){let t=[],n=[...e.elements].sort((e,t)=>e-t);for(let r of gt(n)){let n=r[0]===0?0:r[0]-1,i=r[0]===0?`before`:`after`;t.push({type:`ADD_COLUMNS_ROWS`,dimension:e.dimension,quantity:r.length,base:n,sheetId:e.sheetId,sheetName:e.sheetName,position:i})}return t}function Aq(e){return[{type:`CREATE_SHEET`,sheetId:e.sheetId,position:1,name:e.sheetName}]}function jq(e){return[{type:`DELETE_FIGURE`,figureId:e.figureId,sheetId:e.sheetId}]}function Mq(e){return[{type:`DELETE_CHART`,chartId:e.chartId,sheetId:e.sheetId},{type:`DELETE_FIGURE`,figureId:e.figureId,sheetId:e.sheetId}]}function Nq(e){return[{type:`UNHIDE_COLUMNS_ROWS`,sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]}function Pq(e){return[{type:`HIDE_COLUMNS_ROWS`,sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]}function Fq(e){return[{type:`REMOVE_TABLE_STYLE`,tableStyleId:e.tableStyleId}]}function Iq(e){return[{type:`RENAME_SHEET`,sheetId:e.sheetId,oldName:e.newName,newName:e.oldName}]}let Lq=new g;Lq.add(`format_number_automatic`,{...$R,id:`format_number_automatic`,sequence:10}).add(`format_number_plain_text`,{...ez,id:`format_number_plain_text`,sequence:15,separator:!0}).add(`format_number_number`,{...tz,id:`format_number_number`,sequence:20}).add(`format_number_percent`,{...rz,id:`format_number_percent`,sequence:30,separator:!0}).add(`format_number_currency`,{...iz,id:`format_number_currency`,sequence:40}).add(`format_number_accounting`,{...oz,id:`format_number_accounting`,sequence:45}).add(`format_number_currency_rounded`,{...az,id:`format_number_currency_rounded`,sequence:50}).add(`format_custom_currency`,{...cz,id:`format_custom_currency`,sequence:60,separator:!0}).add(`format_number_date`,{...lz,id:`format_number_date`,sequence:70}).add(`format_number_time`,{...uz,id:`format_number_time`,sequence:80}).add(`format_number_date_time`,{...dz,id:`format_number_date_time`,sequence:90}).add(`format_number_duration`,{...fz,id:`format_number_duration`,sequence:100,separator:!0}).add(`more_formats`,{...hz,id:`more_formats`,sequence:120});function Rq(e){let t=new Set(Lq.getAll().map(t=>typeof t.format==`function`?t.format(e):t.format)),n=new Map;for(let r of e.model.getters.getSheetIds()){let i=e.model.getters.getEvaluatedCells(r);for(let e in i){let r=i[e];if(r.format&&!n.has(r.format)&&!t.has(r.format)){let e=zq(r.format);(e===`date`||e===`currency`)&&n.set(r.format,QR({descriptionValue:e===`currency`?1e3:sz,format:r.format,name:r.format}))}}}return[...n.values()]}let zq=Kt(e=>Mo(e)?`date`:e.includes(`[$`)?`currency`:`number`),Bq={name:E(`More formats`),icon:`o-spreadsheet-Icon.NUMBER_FORMATS`,children:[e=>{let t=Rq(e).map(e=>({...e,sequence:110}));return t.length>0&&(t[t.length-1].separator=!0),f([...Lq.getAll(),...t])}]};function Vq(e){let t=new LA;return t.add(`delete`,{...AA,sequence:10}).add(`hide_sheet`,{...IA,sequence:20}).add(`duplicate`,{...jA,sequence:30,separator:!0}).add(`rename`,{...MA(e),sequence:40}).add(`change_color`,{...NA(e),sequence:50,separator:!0}).add(`move_right`,{...PA,sequence:60}).add(`move_left`,{...FA,sequence:70}),t}let Hq=new LA;Hq.add(`file`,{name:E(`File`),sequence:10,isReadonlyAllowed:!0}).addChild(`settings`,[`file`],{name:E(`Settings`),sequence:200,execute:e=>e.openSidePanel(`Settings`),isEnabled:e=>!e.isSmall,icon:`o-spreadsheet-Icon.COG`}).add(`edit`,{name:E(`Edit`),sequence:20,isReadonlyAllowed:!0}).addChild(`undo`,[`edit`],{...OI,sequence:10}).addChild(`redo`,[`edit`],{...kI,sequence:20,separator:!0}).addChild(`copy`,[`edit`],{...AI,sequence:30}).addChild(`cut`,[`edit`],{...jI,sequence:40}).addChild(`paste`,[`edit`],{...MI,sequence:50}).addChild(`paste_special`,[`edit`],{...NI,sequence:60,separator:!0}).addChild(`paste_special_value`,[`edit`,`paste_special`],{...PI,sequence:10}).addChild(`paste_special_format`,[`edit`,`paste_special`],{...FI,sequence:20}).addChild(`edit_table`,[`edit`],{...JI,isVisible:OF,sequence:60}).addChild(`find_and_replace`,[`edit`],{...II,sequence:65,separator:!0}).addChild(`delete`,[`edit`],{name:E(`Delete`),icon:`o-spreadsheet-Icon.TRASH`,sequence:70}).addChild(`edit_delete_cell_values`,[`edit`,`delete`],{...LI,sequence:10}).addChild(`edit_delete_row`,[`edit`,`delete`],{...RI,sequence:20}).addChild(`edit_delete_column`,[`edit`,`delete`],{...VI,sequence:30}).addChild(`edit_delete_cell_shift_up`,[`edit`,`delete`],{...GI,sequence:40}).addChild(`edit_delete_cell_shift_left`,[`edit`,`delete`],{...KI,sequence:50}).addChild(`edit_unhide_columns`,[`edit`],{...WF,sequence:80}).addChild(`edit_unhide_rows`,[`edit`],{...qF,sequence:80}).add(`view`,{name:E(`View`),sequence:30,isReadonlyAllowed:!0}).addChild(`unfreeze_panes`,[`view`],{...JF,sequence:4}).addChild(`freeze_panes`,[`view`],{...YF,sequence:5}).addChild(`unfreeze_rows`,[`view`,`freeze_panes`],{...XF,sequence:5}).addChild(`freeze_first_row`,[`view`,`freeze_panes`],{...ZF,sequence:10}).addChild(`freeze_second_row`,[`view`,`freeze_panes`],{...QF,sequence:15}).addChild(`freeze_current_row`,[`view`,`freeze_panes`],{...$F,sequence:20,separator:!0}).addChild(`unfreeze_columns`,[`view`,`freeze_panes`],{...eI,sequence:25}).addChild(`freeze_first_col`,[`view`,`freeze_panes`],{...tI,sequence:30}).addChild(`freeze_second_col`,[`view`,`freeze_panes`],{...nI,sequence:35}).addChild(`freeze_current_col`,[`view`,`freeze_panes`],{...rI,sequence:40}).addChild(`group_headers`,[`view`],{name:E(`Group`),sequence:15,separator:!0,icon:`o-spreadsheet-Icon.PLUS_IN_BOX`,isVisible:PF}).addChild(`group_columns`,[`view`,`group_headers`],{...sI,sequence:5}).addChild(`ungroup_columns`,[`view`,`group_headers`],{...lI,isVisible:e=>pI(e,`COL`),sequence:10}).addChild(`group_rows`,[`view`,`group_headers`],{...cI,sequence:15}).addChild(`ungroup_rows`,[`view`,`group_headers`],{...uI,isVisible:e=>pI(e,`ROW`),sequence:20}).addChild(`show`,[`view`],{name:E(`Show`),sequence:1,icon:`o-spreadsheet-Icon.SHOW`}).addChild(`view_gridlines`,[`view`,`show`],{...iI,sequence:5}).addChild(`view_formulas`,[`view`,`show`],{...oI,sequence:10}).addChild(`view_irregularity_map`,[`view`],{...aI,sequence:40,separator:!0}).add(`insert`,{name:E(`Insert`),sequence:40,isReadonlyAllowed:!0}).addChild(`insert_row`,[`insert`],{...$I,sequence:10}).addChild(`insert_row_before`,[`insert`,`insert_row`],{...tL,sequence:10}).addChild(`insert_row_after`,[`insert`,`insert_row`],{...iL,sequence:20}).addChild(`insert_column`,[`insert`],{...aL,sequence:20}).addChild(`insert_column_before`,[`insert`,`insert_column`],{...sL,sequence:10}).addChild(`insert_column_after`,[`insert`,`insert_column`],{...uL,sequence:20}).addChild(`insert_cell`,[`insert`],{...dL,sequence:30}).addChild(`insert_cell_down`,[`insert`,`insert_cell`],{...fL,name:E(`Shift down`),sequence:10}).addChild(`insert_cell_right`,[`insert`,`insert_cell`],{...pL,name:E(`Shift right`),sequence:20}).addChild(`insert_sheet`,[`insert`],{...jL,sequence:40,separator:!0}).addChild(`insert_chart`,[`insert`],{...mL,sequence:50}).addChild(`insert_carousel`,[`insert`],{...hL,sequence:51}).addChild(`insert_pivot`,[`insert`],{...gL,sequence:52}).addChild(`insert_image`,[`insert`],{..._L,sequence:55}).addChild(`insert_table`,[`insert`],{...vL,sequence:57}).addChild(`insert_function`,[`insert`],{...yL,sequence:60}).addChild(`insert_function_sum`,[`insert`,`insert_function`],{...bL,sequence:0}).addChild(`insert_function_average`,[`insert`,`insert_function`],{...xL,sequence:10}).addChild(`insert_function_count`,[`insert`,`insert_function`],{...SL,sequence:20}).addChild(`insert_function_max`,[`insert`,`insert_function`],{...CL,sequence:30}).addChild(`insert_function_min`,[`insert`,`insert_function`],{...wL,sequence:40,separator:!0}).addChild(`categorie_function_all`,[`insert`,`insert_function`],{...TL,sequence:50}).addChild(`categories_function_list`,[`insert`,`insert_function`],DL).addChild(`insert_link`,[`insert`],{...OL,separator:!0,sequence:70}).addChild(`insert_checkbox`,[`insert`],{...kL,sequence:80}).addChild(`insert_dropdown`,[`insert`],{...AL,separator:!0,sequence:90}).add(`format`,{name:E(`Format`),sequence:50,isReadonlyAllowed:!0}).addChild(`format_number`,[`format`],{...Bq,name:E(`Number`),sequence:10,separator:!0}).addChild(`format_bold`,[`format`],{...Dz,sequence:20}).addChild(`format_italic`,[`format`],{...Oz,sequence:30}).addChild(`format_underline`,[`format`],{...kz,sequence:40}).addChild(`format_strikethrough`,[`format`],{...Az,sequence:50,separator:!0}).addChild(`format_font_size`,[`format`],{...jz,sequence:60,separator:!0}).addChild(`format_alignment`,[`format`],{...Mz,sequence:70}).addChild(`format_alignment_left`,[`format`,`format_alignment`],{...Pz,sequence:10}).addChild(`format_alignment_center`,[`format`,`format_alignment`],{...Fz,sequence:20}).addChild(`format_alignment_right`,[`format`,`format_alignment`],{...Iz,sequence:30,separator:!0}).addChild(`format_alignment_top`,[`format`,`format_alignment`],{...Rz,sequence:40}).addChild(`format_alignment_middle`,[`format`,`format_alignment`],{...zz,sequence:50}).addChild(`format_alignment_bottom`,[`format`,`format_alignment`],{...Bz,sequence:60,separator:!0}).addChild(`format_wrapping`,[`format`],{...Vz,sequence:80,separator:!0}).addChild(`format_wrapping_overflow`,[`format`,`format_wrapping`],{...Uz,sequence:10}).addChild(`format_wrapping_wrap`,[`format`,`format_wrapping`],{...Wz,sequence:20}).addChild(`format_wrapping_clip`,[`format`,`format_wrapping`],{...Gz,sequence:30}).addChild(`format_cf`,[`format`],{...Kz,sequence:90,separator:!0}).addChild(`format_clearFormat`,[`format`],{...qz,sequence:100,separator:!0}).add(`data`,{name:E(`Data`),sequence:60,isReadonlyAllowed:!0}).addChild(`sort_range`,[`data`],{...VR,sequence:10,separator:!0}).addChild(`sort_ascending`,[`data`,`sort_range`],{...HR,sequence:10}).addChild(`sort_descending`,[`data`,`sort_range`],{...KR,sequence:20}).addChild(`data_cleanup`,[`data`],{...UR,sequence:15}).addChild(`remove_duplicates`,[`data`,`data_cleanup`],{...WR,sequence:10}).addChild(`trim_whitespace`,[`data`,`data_cleanup`],{...GR,sequence:20}).addChild(`split_to_columns`,[`data`],{...YR,sequence:20}).addChild(`data_validation`,[`data`],{name:E(`Data Validation`),execute:e=>{e.openSidePanel(`DataValidation`)},isEnabled:e=>!e.isSmall,icon:`o-spreadsheet-Icon.DATA_VALIDATION`,sequence:30,separator:!0}).addChild(`add_remove_data_filter`,[`data`],{...qR,sequence:40,separator:!0}).addChild(`pivot_data_sources`,[`data`],e=>{let t=e.model.getters.getPivotIds().length;return e.model.getters.getPivotIds().map((n,r)=>{let i={get highlights(){return XH(e.model.getters,n)}};return{id:`item_pivot_${e.model.getters.getPivotFormulaId(n)}`,name:e.model.getters.getPivotDisplayName(n),sequence:50+r/t,isReadonlyAllowed:!0,execute:e=>e.openSidePanel(`PivotSidePanel`,{pivotId:n}),isEnabled:e=>!e.isSmall,onStartHover:e=>e.getStore(qk).register(i),onStopHover:e=>e.getStore(qk).unRegister(i),icon:`o-spreadsheet-Icon.PIVOT`,separator:r===e.model.getters.getPivotIds().length-1,secondaryIcon:e=>e.model.getters.isPivotUnused(n)?`o-spreadsheet-Icon.UNUSED_PIVOT_WARNING`:void 0}})}).addChild(`reinsert_dynamic_pivot`,[`data`],XR).addChild(`reinsert_static_pivot`,[`data`],ZR);let Uq=new class extends g{mapping={};uuidGenerator=new Ml;replace(e,t){let n={...t,id:this.uuidGenerator.uuidv4()};return super.replace(e,n)}getAllOrdered(){return this.getAll().sort((e,t)=>e.sequence-t.sequence)}};var Wq=class{listeners=[];async sendMessage(e){for(let{callback:t}of this.listeners)t(e)}onNewMessage(e,t){this.listeners.push({id:e,callback:t})}leave(e){this.listeners=this.listeners.filter(t=>t.id!==e)}},Gq=class{fileStore;constructor(e){this.fileStore=e}async requestImage(){let e=await this.userImageUpload(),t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}async uploadFile(e){let t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}userImageUpload(){return new Promise((e,t)=>{let n=document.createElement(`input`);n.setAttribute(`type`,`file`),n.setAttribute(`accept`,`image/*`),n.addEventListener(`change`,async()=>{n.files===null||n.files.length!==1?t():e(n.files[0])}),n.click()})}getImageOriginalSize(e){return new Promise((t,n)=>{let r=new Image;r.addEventListener(`load`,()=>{t({width:r.width,height:r.height})}),r.addEventListener(`error`,n),r.src=e})}};let Kq=[{transform:`scale(0)`},{transform:`scale(0.8)`,offset:.33},{opacity:`0`,transform:`scale(1)`,offset:1}];B`
1941
1941
  .o-ripple {
1942
1942
  z-index: 1;
1943
1943
  }
@@ -3455,4 +3455,4 @@ You can download it directly instead.`,5),sticky:!1,type:`warning`});return}r=aw
3455
3455
  <Relationships xmlns="${Wf.Relationships}">
3456
3456
  <Relationship ${K(e)} />
3457
3457
  </Relationships>
3458
- `),`_rels/.rels`)}function OX(e){let t={},n=[];for(let r of e.sheets){let e=r.name.slice(0,31);e=an(e,n,{compute:(e,t)=>e.slice(0,31-String(t).length)+t}),n.push(e),e!==r.name&&(t[r.name]=e,r.name=e)}if(!Object.keys(t).length)return e;let r=Object.keys(t).sort((e,t)=>t.length-e.length),i=JSON.stringify(e);for(let e of r){let n=RegExp(`'?${ut(e)}'?!`,`g`);i=i.replaceAll(n,n=>{let r=t[e];return n.replace(e,r)})}return JSON.parse(i)}function kX(e){for(let t of e.sheets)t.tables=t.tables.filter(e=>Ws(Es(e.range)).numberOfRows>1);return e}var AX=class extends lf{corePlugins=[];statefulUIPlugins=[];range;session;isReplayingCommand=!1;renderers={};status=0;config;corePluginConfig;coreViewPluginConfig;uiPluginConfig;state;selection;getters;coreGetters;uuidGenerator;handlers=[];uiHandlers=[];coreHandlers=[];constructor(e={},n={},r=[],i=new Ml,a=!1){let o=performance.now();console.debug(`##### Model creation #####`),super(),dr(),r=MP(e,r);let s=wP(e,a);this.state=new WJ,this.uuidGenerator=i,this.config=this.setupConfig(n),this.session=this.setupSession(s.revisionId),this.coreGetters={},this.range=new pW(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.getRangeData=this.range.getRangeData.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.coreGetters.recomputeRanges=this.range.recomputeRanges.bind(this.range),this.coreGetters.isRangeValid=this.range.isRangeValid.bind(this.range),this.coreGetters.extendRange=this.range.extendRange.bind(this.range),this.coreGetters.getRangesUnion=this.range.getRangesUnion.bind(this.range),this.coreGetters.removeRangesSheetPrefix=this.range.removeRangesSheetPrefix.bind(this.range),this.coreGetters.copyFormulaStringForSheet=this.range.copyFormulaStringForSheet.bind(this.range),this.getters={isReadonly:()=>this.config.mode===`readonly`||this.config.mode===`dashboard`,isDashboard:()=>this.config.mode===`dashboard`},this.selection=new HJ(this.getters),this.coreHandlers.push(this.range),this.handlers.push(this.range),this.corePluginConfig=this.setupCorePluginConfig(),this.coreViewPluginConfig=this.setupCoreViewPluginConfig(),this.uiPluginConfig=this.setupUiPluginConfig();for(let e of uq.getAll())this.setupCorePlugin(e,s);Object.assign(this.getters,this.coreGetters),this.session.loadInitialMessages(r);for(let e of pq.getAll()){let t=this.setupCoreViewPlugin(e);this.handlers.push(t),this.uiHandlers.push(t),this.coreHandlers.push(t)}for(let e of fq.getAll()){let t=this.setupUiPlugin(e);this.statefulUIPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}for(let e of dq.getAll()){let t=this.setupUiPlugin(e);this.handlers.push(t),this.uiHandlers.push(t)}if(this.dispatch(`START`),this.selection.observe(this,{handleEvent:()=>this.trigger(`update`)}),this.setupSessionEvents(),this.joinSession(),n.snapshotRequested||e[`[Content_Types].xml`]&&!this.getters.isReadonly()){let e=performance.now();console.debug(`Snapshot requested`),this.session.snapshot(this.exportData()),this.garbageCollectExternalResources(),console.debug(`Snapshot taken in`,performance.now()-e,`ms`)}(0,t.markRaw)(this),console.debug(`Model created in`,performance.now()-o,`ms`),console.debug(`######`)}joinSession(){this.session.join(this.config.client)}async leaveSession(){let e=this.getters.isReadonly()?void 0:Nt(()=>this.exportData());await this.session.leave(e)}setupUiPlugin(e){let t=new e(this.uiPluginConfig);for(let n of e.getters){if(!(n in t))throw Error(`Invalid getter name: ${n} for plugin ${t.constructor}`);if(n in this.getters)throw Error(`Getter "${n}" is already defined.`);this.getters[n]=t[n].bind(t)}for(let n of e.layers)this.renderers[n]||(this.renderers[n]=[]),this.renderers[n].push(t);return t}setupCoreViewPlugin(e){let t=new e(this.coreViewPluginConfig);for(let n of e.getters){if(!(n in t))throw Error(`Invalid getter name: ${n} for plugin ${t.constructor}`);if(n in this.getters)throw Error(`Getter "${n}" is already defined.`);this.getters[n]=t[n].bind(t)}return t}setupCorePlugin(e,t){let n=new e(this.corePluginConfig);for(let t of e.getters){if(!(t in n))throw Error(`Invalid getter name: ${t} for plugin ${n.constructor}`);if(t in this.coreGetters)throw Error(`Getter "${t}" is already defined.`);this.coreGetters[t]=n[t].bind(n)}n.import(t),this.corePlugins.push(n),this.coreHandlers.push(n),this.handlers.push(n)}onRemoteRevisionReceived({commands:e}){for(let t of e){let e=this.status;this.status=2,this.dispatchToHandlers(this.statefulUIPlugins,t),this.status=e}this.finalize()}setupSession(e){return new cK(RJ({initialRevisionId:e,recordChanges:this.state.recordChanges.bind(this.state),dispatch:e=>{if(!this.checkDispatchAllowed(e).isSuccessful){this.dispatchToHandlers(this.coreHandlers,{type:`UNDO`,commands:[e]});return}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){let t=e.client||{id:this.uuidGenerator.smallUuid(),name:E(`Anonymous`).toString()},n=e.transportService||new Wq,r=e.mode===`readonly`||e.mode===`dashboard`;return{...e,mode:e.mode||`normal`,custom:e.custom||{},external:this.setupExternalConfig(e.external||{}),transportService:r?new AJ(n):n,client:t,moveClient:()=>{},snapshotRequested:!1,notifyUI:e=>this.trigger(`notify-ui`,e),raiseBlockingErrorUI:e=>this.trigger(`raise-error-ui`,{text:e}),customColors:e.customColors||[]}}setupExternalConfig(e){let t=e.loadLocales||(()=>Promise.resolve(Pr));return{...e,loadLocales:t}}setupCorePluginConfig(){return{getters:this.coreGetters,stateObserver:this.state,range:this.range,dispatch:this.dispatchFromCorePlugin,canDispatch:this.canDispatch,custom:this.config.custom,external:this.config.external}}setupCoreViewPluginConfig(){return{getters:this.getters,stateObserver:this.state,selection:this.selection,moveClient:this.session.move.bind(this.session),custom:this.config.custom,uiActions:this.config,session:this.session,defaultCurrency:this.config.defaultCurrency,customColors:this.config.customColors||[],external:this.config.external}}setupUiPluginConfig(){return{getters:this.getters,stateObserver:this.state,dispatch:this.dispatch,canDispatch:this.canDispatch,selection:this.selection,moveClient:this.session.move.bind(this.session),custom:this.config.custom,uiActions:this.config,session:this.session,defaultCurrency:this.config.defaultCurrency,customColors:this.config.customColors||[],external:this.config.external}}checkDispatchAllowed(e){let t=Dr(e)?this.checkDispatchAllowedCoreCommand(e):this.checkDispatchAllowedLocalCommand(e);return t.some(e=>e!==`Success`)?new kr(t.flat()):kr.Success}checkDispatchAllowedCoreCommand(e){let 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(let e of this.handlers)e.finalize();this.status=0,this.trigger(`command-finalized`)}canDispatch=(e,t)=>this.checkDispatchAllowed(jX(e,t));dispatch=(e,t)=>{let n=jX(e,t),r=this.status;if(this.getters.isReadonly()&&!Or(n))return new kr(`Readonly`);if(!this.session.canApplyOptimisticUpdate())return new kr(`WaitingSessionConfirmation`);switch(r){case 0:let t=this.checkDispatchAllowed(n);if(!t.isSuccessful)return this.trigger(`update`),t;this.status=1;let{changes:r,commands:i}=this.state.recordChanges(()=>{let t=performance.now();Dr(n)&&this.state.addCommand(n),this.dispatchToHandlers(this.handlers,n),this.finalize();let r=performance.now()-t;r>5&&console.debug(e,r,`ms`)});this.session.save(n,i,r),this.status=0,this.trigger(`update`);break;case 1:if(Dr(n)){let e=this.checkDispatchAllowed(n);if(!e.isSuccessful)return e;this.state.addCommand(n)}this.dispatchToHandlers(this.handlers,n);break;case 3:throw Error(`Cannot dispatch commands in the finalize state`);case 2:if(Dr(n))throw Error(`A UI plugin cannot dispatch ${e} while handling a core command`);this.dispatchToHandlers(this.handlers,n)}return kr.Success};dispatchFromCorePlugin=(e,t)=>{let n=jX(e,t),r=this.status;this.status=2;let i=this.isReplayingCommand?this.coreHandlers:this.handlers;return this.dispatchToHandlers(i,n),this.status=r,kr.Success};dispatchToHandlers(e,t){let n=Dr(t);for(let r of e)!n&&r instanceof ZU||r.beforeHandle(t);for(let r of e)!n&&r instanceof ZU||r.handle(t);this.trigger(`command-dispatched`,t)}drawLayer(e,t){let n=this.renderers[t];if(n)for(let r of n)e.ctx.save(),r.drawLayer(e,t),e.ctx.restore()}exportData(){let e=zP();for(let t of this.handlers)t instanceof ZU&&t.export(e);return e.revisionId=this.session.getRevisionId()||`START_REVISION`,e=b(e),e}updateMode(e){this.config.mode=e,this.trigger(`update`)}exportXLSX(){this.dispatch(`EVALUATE_CELLS`);let e=VP();for(let t of this.handlers)t instanceof Rp&&t.exportForExcel(e);return e=b(e),yX(e)}garbageCollectExternalResources(){for(let e of this.corePlugins)e.garbageCollectExternalResources()}};function jX(e,t={}){let n=b(t);return n.type=e,n}let MX={},NX={MIN_ROW_HEIGHT:10,MIN_COL_WIDTH:5,HEADER_HEIGHT:26,HEADER_WIDTH:48,DESKTOP_BOTTOMBAR_HEIGHT:36,DEFAULT_CELL_WIDTH:96,DEFAULT_CELL_HEIGHT:23,SCROLLBAR_WIDTH:15},PX={autoCompleteProviders:dp,autofillModifiersRegistry:dG,autofillRulesRegistry:fG,cellMenuRegistry:BR,colMenuRegistry:iB,errorTypes:Ki,linkMenuRegistry:RA,functionRegistry:BS,featurePluginRegistry:dq,iconsOnCellRegistry:tG,statefulUIPluginRegistry:fq,coreViewsPluginRegistry:pq,corePluginRegistry:uq,rowMenuRegistry:dB,sidePanelRegistry:BU,figureRegistry:mk,chartSidePanelComponentRegistry:DH,chartComponentRegistry:mO,chartRegistry:pO,chartSubtypeRegistry:gO,topbarMenuRegistry:Hq,topbarComponentRegistry:Uq,clickableCellRegistry:vq,otRegistry:EG,inverseCommandRegistry:xq,urlRegistry:Wr,cellPopoverRegistry:_k,numberFormatMenuRegistry:Lq,repeatLocalCommandTransformRegistry:WK,repeatCommandTransformRegistry:UK,clipboardHandlersRegistries:of,pivotRegistry:yR,pivotTimeAdapterRegistry:sd,pivotSidePanelRegistry:xU,pivotNormalizationValueRegistry:Rd,supportedPivotPositionalFormulaRegistry:qU,pivotToFunctionValueRegistry:zd,migrationStepRegistry:yP,chartJsExtensionRegistry:Nf},FX={arg:H,isEvaluationError:j,toBoolean:P,toJsDate:F,toNumber:M,toString:N,toNormalizedPivotValue:Pd,toFunctionPivotValue:Id,toXC:T,toZone:Es,toUnboundedZone:Ts,toCartesian:ir,numberToLetters:Yn,lettersToNumber:Xn,UuidGenerator:Ml,formatValue:L,createCurrencyFormat:zo,ColorGenerator:Un,computeTextWidth:hl,createEmptyWorkbookData:zP,createEmptySheet:RP,createEmptyExcelSheet:BP,rgbaToHex:bn,colorToRGBA:xn,positionToZone:R,isDefined:C,isMatrix:Ir,lazy:Nt,genericRepeat:GK,createAction:m,createActions:f,transformRangeData:cf,deepEquals:w,overlap:Bs,union:Is,isInside:Hs,deepCopy:b,expandZoneOnInsertion:Ms,reduceZoneOnDeletion:Fs,unquote:pt,getMaxObjectId:Ed,getFunctionsFromTokens:pC,getFirstPivotFunction:gU,getNumberOfPivotFunctions:vU,parseDimension:kd,isDateOrDatetimeField:Ad,makeFieldProposal:dU,insertTokenAfterArgSeparator:pU,insertTokenAfterLeftParenthesis:mU,mergeContiguousZones:fc,getPivotHighlights:XH,pivotTimeAdapter:cd,UNDO_REDO_PIVOT_COMMANDS:cG,createPivotFormula:Nd,areDomainArgsFieldsValid:Md,splitReference:Mc,sanitizeSheetName:ht,getUniqueText:an,isNumber:Hi,isDateTime:ui,createCustomFields:Gd,PositionMap:RF},IX={isMarkdownLink:xt,parseMarkdownLink:wt,markdownLink:Ct,openLink:Yr,urlRepresentation:Jr},LX={Checkbox:xA,Section:X,RoundColorPicker:oA,ChartDataSeries:LV,ChartErrorSection:RV,ChartLabelRange:zV,ChartTitle:UV,ChartPanel:AH,ChartFigure:fk,ChartJsComponent:Dw,ClickableCellSortIcon:JU,ZoomableChartJsComponent:ED,Grid:KU,GridOverlay:sV,ScorecardChart:Ww,GaugeChartComponent:MD,LineConfigPanel:fH,BarConfigPanel:VV,PieChartDesignPanel:hH,GenericChartConfigPanel:BV,ChartWithAxisDesignPanel:QV,GenericZoomableChartDesignPanel:$V,LineChartDesignPanel:pH,GaugeChartConfigPanel:aH,GaugeChartDesignPanel:oH,ScorecardChartConfigPanel:vH,ScorecardChartDesignPanel:yH,GeoChartDesignPanel:uH,RadarChartDesignPanel:gH,WaterfallChartDesignPanel:EH,ComboChartDesignPanel:nH,FunnelChartDesignPanel:iH,SunburstChartDesignPanel:bH,TreeMapChartDesignPanel:TH,ChartTypePicker:OH,FigureComponent:hk,MenuPopover:lk,Popover:ak,SelectionInput:hA,ValidationMessages:QB,AddDimensionButton:tU,PivotDimensionGranularity:rU,PivotDimensionOrder:iU,PivotDimension:nU,PivotLayoutConfigurator:cU,PivotHTMLRenderer:XU,PivotDeferUpdate:QH,PivotTitleSection:lU,CogWheelMenu:FV,TextInput:AV,SidePanelCollapsible:xk,RadioSelection:GV,GeoChartRegionSelectSection:sH,ChartDashboardMenu:uk,FullScreenFigure:YU},RX={useDragAndDropListItems:cA,useHighlights:NH,useHighlightsOnHover:MH},zX={useStoreProvider:mf,DependencyContainer:uf,CellPopoverStore:EA,ComposerFocusStore:Cf,CellComposerStore:zB,FindAndReplaceStore:WH,HighlightStore:qk,DelayedHoveredCellStore:gk,HoveredTableStore:iV,ModelStore:yf,NotificationStore:Jk,RendererStore:bf,SelectionInputStore:mA,SpreadsheetStore:xf,useStore:z,useLocalStore:hf,SidePanelStore:HU,PivotSidePanelStore:yU,PivotMeasureDisplayPanelStore:JH,ClientFocusStore:pB,GridRenderer:hV};function BX(e,t){return BS.add(e,t),{addFunction:(e,t)=>BX(e,t)}}let VX={DEFAULT_LOCALE:D,HIGHLIGHT_COLOR:v,PIVOT_TABLE_CONFIG:tt,ChartTerms:Wb,FIGURE_ID_SPLITTER:`??`,GRID_ICON_EDGE_LENGTH:17,GRID_ICON_MARGIN:2},HX={...SO,...yD};e.AbstractCellClipboardHandler=Ul,e.AbstractChart=Ow,e.AbstractFigureClipboardHandler=Gl,e.CellErrorType=k,e.ClientDisconnectedError=sK,e.CommandResult=jr,e.CorePlugin=ZU,e.CoreViewPlugin=SW,e.DispatchResult=kr,e.EvaluationError=A,e.LocalTransportService=Wq,e.Model=AX,e.PivotRuntimeDefinition=tR,e.Registry=g,e.Revision=oK,e.SPREADSHEET_DIMENSIONS=NX,e.Spreadsheet=kJ,e.SpreadsheetPivotTable=rR,e.UIPlugin=zp,e.__info__=MX,e.addFunction=BX,e.addRenderingLayer=zr,e.astToFormula=FB,e.chartHelpers=HX,e.compile=iC,e.compileTokens=aC,e.components=LX,e.constants=VX,e.convertAstNodes=eb,e.coreTypes=Er,e.findCellInNewZone=$s,e.functionCache=rC,e.getCaretDownSvg=Ej,e.getCaretUpSvg=Dj,e.helpers=FX,e.hooks=RX,e.invalidateCFEvaluationCommands=Sr,e.invalidateChartEvaluationCommands=br,e.invalidateDependenciesCommands=xr,e.invalidateEvaluationCommands=yr,e.iterateAstNodes=tb,e.links=IX,e.load=wP,e.parse=Qy,e.parseTokens=$y,e.readonlyAllowedCommands=Tr,e.registries=PX,e.setDefaultSheetViewSize=$e,e.setTranslationMethod=ur,e.stores=zX,e.tokenColors=ot,e.tokenize=Yl,MX.version=`19.0.49`,MX.date=`2026-09-04T07:28:54.520Z`,MX.hash=`3926688`})(this.o_spreadsheet=this.o_spreadsheet||{},owl);
3458
+ `),`_rels/.rels`)}function OX(e){let t={},n=[];for(let r of e.sheets){let e=r.name.slice(0,31);e=an(e,n,{compute:(e,t)=>e.slice(0,31-String(t).length)+t}),n.push(e),e!==r.name&&(t[r.name]=e,r.name=e)}if(!Object.keys(t).length)return e;let r=Object.keys(t).sort((e,t)=>t.length-e.length),i=JSON.stringify(e);for(let e of r){let n=RegExp(`'?${ut(e)}'?!`,`g`);i=i.replaceAll(n,n=>{let r=t[e];return n.replace(e,r)})}return JSON.parse(i)}function kX(e){for(let t of e.sheets)t.tables=t.tables.filter(e=>Ws(Es(e.range)).numberOfRows>1);return e}var AX=class extends lf{corePlugins=[];statefulUIPlugins=[];range;session;isReplayingCommand=!1;renderers={};status=0;config;corePluginConfig;coreViewPluginConfig;uiPluginConfig;state;selection;getters;coreGetters;uuidGenerator;handlers=[];uiHandlers=[];coreHandlers=[];constructor(e={},n={},r=[],i=new Ml,a=!1){let o=performance.now();console.debug(`##### Model creation #####`),super(),dr(),r=MP(e,r);let s=wP(e,a);this.state=new WJ,this.uuidGenerator=i,this.config=this.setupConfig(n),this.session=this.setupSession(s.revisionId),this.coreGetters={},this.range=new pW(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.getRangeData=this.range.getRangeData.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.coreGetters.recomputeRanges=this.range.recomputeRanges.bind(this.range),this.coreGetters.isRangeValid=this.range.isRangeValid.bind(this.range),this.coreGetters.extendRange=this.range.extendRange.bind(this.range),this.coreGetters.getRangesUnion=this.range.getRangesUnion.bind(this.range),this.coreGetters.removeRangesSheetPrefix=this.range.removeRangesSheetPrefix.bind(this.range),this.coreGetters.copyFormulaStringForSheet=this.range.copyFormulaStringForSheet.bind(this.range),this.getters={isReadonly:()=>this.config.mode===`readonly`||this.config.mode===`dashboard`,isDashboard:()=>this.config.mode===`dashboard`},this.selection=new HJ(this.getters),this.coreHandlers.push(this.range),this.handlers.push(this.range),this.corePluginConfig=this.setupCorePluginConfig(),this.coreViewPluginConfig=this.setupCoreViewPluginConfig(),this.uiPluginConfig=this.setupUiPluginConfig();for(let e of uq.getAll())this.setupCorePlugin(e,s);Object.assign(this.getters,this.coreGetters),this.session.loadInitialMessages(r);for(let e of pq.getAll()){let t=this.setupCoreViewPlugin(e);this.handlers.push(t),this.uiHandlers.push(t),this.coreHandlers.push(t)}for(let e of fq.getAll()){let t=this.setupUiPlugin(e);this.statefulUIPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}for(let e of dq.getAll()){let t=this.setupUiPlugin(e);this.handlers.push(t),this.uiHandlers.push(t)}if(this.dispatch(`START`),this.selection.observe(this,{handleEvent:()=>this.trigger(`update`)}),this.setupSessionEvents(),this.joinSession(),n.snapshotRequested||e[`[Content_Types].xml`]&&!this.getters.isReadonly()){let e=performance.now();console.debug(`Snapshot requested`),this.session.snapshot(this.exportData()),this.garbageCollectExternalResources(),console.debug(`Snapshot taken in`,performance.now()-e,`ms`)}(0,t.markRaw)(this),console.debug(`Model created in`,performance.now()-o,`ms`),console.debug(`######`)}joinSession(){this.session.join(this.config.client)}async leaveSession(){let e=this.getters.isReadonly()?void 0:Nt(()=>this.exportData());await this.session.leave(e)}setupUiPlugin(e){let t=new e(this.uiPluginConfig);for(let n of e.getters){if(!(n in t))throw Error(`Invalid getter name: ${n} for plugin ${t.constructor}`);if(n in this.getters)throw Error(`Getter "${n}" is already defined.`);this.getters[n]=t[n].bind(t)}for(let n of e.layers)this.renderers[n]||(this.renderers[n]=[]),this.renderers[n].push(t);return t}setupCoreViewPlugin(e){let t=new e(this.coreViewPluginConfig);for(let n of e.getters){if(!(n in t))throw Error(`Invalid getter name: ${n} for plugin ${t.constructor}`);if(n in this.getters)throw Error(`Getter "${n}" is already defined.`);this.getters[n]=t[n].bind(t)}return t}setupCorePlugin(e,t){let n=new e(this.corePluginConfig);for(let t of e.getters){if(!(t in n))throw Error(`Invalid getter name: ${t} for plugin ${n.constructor}`);if(t in this.coreGetters)throw Error(`Getter "${t}" is already defined.`);this.coreGetters[t]=n[t].bind(n)}n.import(t),this.corePlugins.push(n),this.coreHandlers.push(n),this.handlers.push(n)}onRemoteRevisionReceived({commands:e}){for(let t of e){let e=this.status;this.status=2,this.dispatchToHandlers(this.statefulUIPlugins,t),this.status=e}this.finalize()}setupSession(e){return new cK(RJ({initialRevisionId:e,recordChanges:this.state.recordChanges.bind(this.state),dispatch:e=>{if(!this.checkDispatchAllowed(e).isSuccessful){this.dispatchToHandlers(this.coreHandlers,{type:`UNDO`,commands:[e]});return}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){let t=e.client||{id:this.uuidGenerator.smallUuid(),name:E(`Anonymous`).toString()},n=e.transportService||new Wq,r=e.mode===`readonly`||e.mode===`dashboard`;return{...e,mode:e.mode||`normal`,custom:e.custom||{},external:this.setupExternalConfig(e.external||{}),transportService:r?new AJ(n):n,client:t,moveClient:()=>{},snapshotRequested:!1,notifyUI:e=>this.trigger(`notify-ui`,e),raiseBlockingErrorUI:e=>this.trigger(`raise-error-ui`,{text:e}),customColors:e.customColors||[]}}setupExternalConfig(e){let t=e.loadLocales||(()=>Promise.resolve(Pr));return{...e,loadLocales:t}}setupCorePluginConfig(){return{getters:this.coreGetters,stateObserver:this.state,range:this.range,dispatch:this.dispatchFromCorePlugin,canDispatch:this.canDispatch,custom:this.config.custom,external:this.config.external}}setupCoreViewPluginConfig(){return{getters:this.getters,stateObserver:this.state,selection:this.selection,moveClient:this.session.move.bind(this.session),custom:this.config.custom,uiActions:this.config,session:this.session,defaultCurrency:this.config.defaultCurrency,customColors:this.config.customColors||[],external:this.config.external}}setupUiPluginConfig(){return{getters:this.getters,stateObserver:this.state,dispatch:this.dispatch,canDispatch:this.canDispatch,selection:this.selection,moveClient:this.session.move.bind(this.session),custom:this.config.custom,uiActions:this.config,session:this.session,defaultCurrency:this.config.defaultCurrency,customColors:this.config.customColors||[],external:this.config.external}}checkDispatchAllowed(e){let t=Dr(e)?this.checkDispatchAllowedCoreCommand(e):this.checkDispatchAllowedLocalCommand(e);return t.some(e=>e!==`Success`)?new kr(t.flat()):kr.Success}checkDispatchAllowedCoreCommand(e){let 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(let e of this.handlers)e.finalize();this.status=0,this.trigger(`command-finalized`)}canDispatch=(e,t)=>this.checkDispatchAllowed(jX(e,t));dispatch=(e,t)=>{let n=jX(e,t),r=this.status;if(this.getters.isReadonly()&&!Or(n))return new kr(`Readonly`);if(!this.session.canApplyOptimisticUpdate())return new kr(`WaitingSessionConfirmation`);switch(r){case 0:let t=this.checkDispatchAllowed(n);if(!t.isSuccessful)return this.trigger(`update`),t;this.status=1;let{changes:r,commands:i}=this.state.recordChanges(()=>{let t=performance.now();Dr(n)&&this.state.addCommand(n),this.dispatchToHandlers(this.handlers,n),this.finalize();let r=performance.now()-t;r>5&&console.debug(e,r,`ms`)});this.session.save(n,i,r),this.status=0,this.trigger(`update`);break;case 1:if(Dr(n)){let e=this.checkDispatchAllowed(n);if(!e.isSuccessful)return e;this.state.addCommand(n)}this.dispatchToHandlers(this.handlers,n);break;case 3:throw Error(`Cannot dispatch commands in the finalize state`);case 2:if(Dr(n))throw Error(`A UI plugin cannot dispatch ${e} while handling a core command`);this.dispatchToHandlers(this.handlers,n)}return kr.Success};dispatchFromCorePlugin=(e,t)=>{let n=jX(e,t),r=this.status;this.status=2;let i=this.isReplayingCommand?this.coreHandlers:this.handlers;return this.dispatchToHandlers(i,n),this.status=r,kr.Success};dispatchToHandlers(e,t){let n=Dr(t);for(let r of e)!n&&r instanceof ZU||r.beforeHandle(t);for(let r of e)!n&&r instanceof ZU||r.handle(t);this.trigger(`command-dispatched`,t)}drawLayer(e,t){let n=this.renderers[t];if(n)for(let r of n)e.ctx.save(),r.drawLayer(e,t),e.ctx.restore()}exportData(){let e=zP();for(let t of this.handlers)t instanceof ZU&&t.export(e);return e.revisionId=this.session.getRevisionId()||`START_REVISION`,e=b(e),e}updateMode(e){this.config.mode=e,this.trigger(`update`)}exportXLSX(){this.dispatch(`EVALUATE_CELLS`);let e=VP();for(let t of this.handlers)t instanceof Rp&&t.exportForExcel(e);return e=b(e),yX(e)}garbageCollectExternalResources(){for(let e of this.corePlugins)e.garbageCollectExternalResources()}};function jX(e,t={}){let n=b(t);return n.type=e,n}let MX={},NX={MIN_ROW_HEIGHT:10,MIN_COL_WIDTH:5,HEADER_HEIGHT:26,HEADER_WIDTH:48,DESKTOP_BOTTOMBAR_HEIGHT:36,DEFAULT_CELL_WIDTH:96,DEFAULT_CELL_HEIGHT:23,SCROLLBAR_WIDTH:15},PX={autoCompleteProviders:dp,autofillModifiersRegistry:dG,autofillRulesRegistry:fG,cellMenuRegistry:BR,colMenuRegistry:iB,errorTypes:Ki,linkMenuRegistry:RA,functionRegistry:BS,featurePluginRegistry:dq,iconsOnCellRegistry:tG,statefulUIPluginRegistry:fq,coreViewsPluginRegistry:pq,corePluginRegistry:uq,rowMenuRegistry:dB,sidePanelRegistry:BU,figureRegistry:mk,chartSidePanelComponentRegistry:DH,chartComponentRegistry:mO,chartRegistry:pO,chartSubtypeRegistry:gO,topbarMenuRegistry:Hq,topbarComponentRegistry:Uq,clickableCellRegistry:vq,otRegistry:EG,inverseCommandRegistry:xq,urlRegistry:Wr,cellPopoverRegistry:_k,numberFormatMenuRegistry:Lq,repeatLocalCommandTransformRegistry:WK,repeatCommandTransformRegistry:UK,clipboardHandlersRegistries:of,pivotRegistry:yR,pivotTimeAdapterRegistry:sd,pivotSidePanelRegistry:xU,pivotNormalizationValueRegistry:Rd,supportedPivotPositionalFormulaRegistry:qU,pivotToFunctionValueRegistry:zd,migrationStepRegistry:yP,chartJsExtensionRegistry:Nf},FX={arg:H,isEvaluationError:j,toBoolean:P,toJsDate:F,toNumber:M,toString:N,toNormalizedPivotValue:Pd,toFunctionPivotValue:Id,toXC:T,toZone:Es,toUnboundedZone:Ts,toCartesian:ir,numberToLetters:Yn,lettersToNumber:Xn,UuidGenerator:Ml,formatValue:L,createCurrencyFormat:zo,ColorGenerator:Un,computeTextWidth:hl,createEmptyWorkbookData:zP,createEmptySheet:RP,createEmptyExcelSheet:BP,rgbaToHex:bn,colorToRGBA:xn,positionToZone:R,isDefined:C,isMatrix:Ir,lazy:Nt,genericRepeat:GK,createAction:m,createActions:f,transformRangeData:cf,deepEquals:w,overlap:Bs,union:Is,isInside:Hs,deepCopy:b,expandZoneOnInsertion:Ms,reduceZoneOnDeletion:Fs,unquote:pt,getMaxObjectId:Ed,getFunctionsFromTokens:pC,getFirstPivotFunction:gU,getNumberOfPivotFunctions:vU,parseDimension:kd,isDateOrDatetimeField:Ad,makeFieldProposal:dU,insertTokenAfterArgSeparator:pU,insertTokenAfterLeftParenthesis:mU,mergeContiguousZones:fc,getPivotHighlights:XH,pivotTimeAdapter:cd,UNDO_REDO_PIVOT_COMMANDS:cG,createPivotFormula:Nd,areDomainArgsFieldsValid:Md,splitReference:Mc,sanitizeSheetName:ht,getUniqueText:an,isNumber:Hi,isDateTime:ui,createCustomFields:Gd,PositionMap:RF},IX={isMarkdownLink:xt,parseMarkdownLink:wt,markdownLink:Ct,openLink:Yr,urlRepresentation:Jr},LX={Checkbox:xA,Section:X,RoundColorPicker:oA,ChartDataSeries:LV,ChartErrorSection:RV,ChartLabelRange:zV,ChartTitle:UV,ChartPanel:AH,ChartFigure:fk,ChartJsComponent:Dw,ClickableCellSortIcon:JU,ZoomableChartJsComponent:ED,Grid:KU,GridOverlay:sV,ScorecardChart:Ww,GaugeChartComponent:MD,LineConfigPanel:fH,BarConfigPanel:VV,PieChartDesignPanel:hH,GenericChartConfigPanel:BV,ChartWithAxisDesignPanel:QV,GenericZoomableChartDesignPanel:$V,LineChartDesignPanel:pH,GaugeChartConfigPanel:aH,GaugeChartDesignPanel:oH,ScorecardChartConfigPanel:vH,ScorecardChartDesignPanel:yH,GeoChartDesignPanel:uH,RadarChartDesignPanel:gH,WaterfallChartDesignPanel:EH,ComboChartDesignPanel:nH,FunnelChartDesignPanel:iH,SunburstChartDesignPanel:bH,TreeMapChartDesignPanel:TH,ChartTypePicker:OH,FigureComponent:hk,MenuPopover:lk,Popover:ak,SelectionInput:hA,ValidationMessages:QB,AddDimensionButton:tU,PivotDimensionGranularity:rU,PivotDimensionOrder:iU,PivotDimension:nU,PivotLayoutConfigurator:cU,PivotHTMLRenderer:XU,PivotDeferUpdate:QH,PivotTitleSection:lU,CogWheelMenu:FV,TextInput:AV,SidePanelCollapsible:xk,RadioSelection:GV,GeoChartRegionSelectSection:sH,ChartDashboardMenu:uk,FullScreenFigure:YU},RX={useDragAndDropListItems:cA,useHighlights:NH,useHighlightsOnHover:MH},zX={useStoreProvider:mf,DependencyContainer:uf,CellPopoverStore:EA,ComposerFocusStore:Cf,CellComposerStore:zB,FindAndReplaceStore:WH,HighlightStore:qk,DelayedHoveredCellStore:gk,HoveredTableStore:iV,ModelStore:yf,NotificationStore:Jk,RendererStore:bf,SelectionInputStore:mA,SpreadsheetStore:xf,useStore:z,useLocalStore:hf,SidePanelStore:HU,PivotSidePanelStore:yU,PivotMeasureDisplayPanelStore:JH,ClientFocusStore:pB,GridRenderer:hV};function BX(e,t){return BS.add(e,t),{addFunction:(e,t)=>BX(e,t)}}let VX={DEFAULT_LOCALE:D,HIGHLIGHT_COLOR:v,PIVOT_TABLE_CONFIG:tt,ChartTerms:Wb,FIGURE_ID_SPLITTER:`??`,GRID_ICON_EDGE_LENGTH:17,GRID_ICON_MARGIN:2},HX={...SO,...yD};e.AbstractCellClipboardHandler=Ul,e.AbstractChart=Ow,e.AbstractFigureClipboardHandler=Gl,e.CellErrorType=k,e.ClientDisconnectedError=sK,e.CommandResult=jr,e.CorePlugin=ZU,e.CoreViewPlugin=SW,e.DispatchResult=kr,e.EvaluationError=A,e.LocalTransportService=Wq,e.Model=AX,e.PivotRuntimeDefinition=tR,e.Registry=g,e.Revision=oK,e.SPREADSHEET_DIMENSIONS=NX,e.Spreadsheet=kJ,e.SpreadsheetPivotTable=rR,e.UIPlugin=zp,e.__info__=MX,e.addFunction=BX,e.addRenderingLayer=zr,e.astToFormula=FB,e.chartHelpers=HX,e.compile=iC,e.compileTokens=aC,e.components=LX,e.constants=VX,e.convertAstNodes=eb,e.coreTypes=Er,e.findCellInNewZone=$s,e.functionCache=rC,e.getCaretDownSvg=Ej,e.getCaretUpSvg=Dj,e.helpers=FX,e.hooks=RX,e.invalidateCFEvaluationCommands=Sr,e.invalidateChartEvaluationCommands=br,e.invalidateDependenciesCommands=xr,e.invalidateEvaluationCommands=yr,e.iterateAstNodes=tb,e.links=IX,e.load=wP,e.parse=Qy,e.parseTokens=$y,e.readonlyAllowedCommands=Tr,e.registries=PX,e.setDefaultSheetViewSize=$e,e.setTranslationMethod=ur,e.stores=zX,e.tokenColors=ot,e.tokenize=Yl,MX.version=`19.0.50`,MX.date=`2026-09-10T05:35:44.046Z`,MX.hash=`e499258`})(this.o_spreadsheet=this.o_spreadsheet||{},owl);