@odoo/o-spreadsheet 19.0.1 → 19.0.3

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.
@@ -1,4 +1,4 @@
1
- !function(e,t){"use strict";function o(e){return e.map(i).sort(((e,t)=>e.sequence-t.sequence))}let s=1;function i(e){const t=e.name,o=e.children,n=e.description,r=e.icon,a=e.secondaryIcon,l=e.id||s++,c=e.isEnabled?e.isEnabled:()=>!0;return{id:l.toString(),name:"function"==typeof t?t:()=>t,isVisible:e.isVisible?e.isVisible:()=>!0,isEnabled:c,isActive:e.isActive,execute:e.execute?(t,o)=>{if(c(t))return e.execute(t,o)}:void 0,children:o?e=>o.map((t=>"function"==typeof t?t(e):t)).flat().map(i):()=>[],isReadonlyAllowed:e.isReadonlyAllowed||!1,separator:e.separator||!1,icon:"function"==typeof r?r:()=>r||"",iconColor:e.iconColor,secondaryIcon:"function"==typeof a?a:()=>a||"",description:"function"==typeof n?n:()=>n||"",textColor:e.textColor,sequence:e.sequence||0,onStartHover:e.onStartHover,onStopHover:e.onStopHover}}class n{content={};add(e,t){if(e in this.content)throw new Error(`${e} is already present in this registry!`);return this.replace(e,t)}replace(e,t){return this.content[e]=t,this}get(e){const t=this.content[e];if(!t&&!(e in this.content))throw new Error(`Cannot find ${e} in this registry!`);return t}contains(e){return e in this.content}getAll(){return Object.values(this.content)}getKeys(){return Object.keys(this.content)}remove(e){delete this.content[e]}}var r,a;!function(e){e.boolean="boolean",e.number="number",e.text="text",e.empty="empty",e.error="error"}(r||(r={})),function(e){e.PlainText="text/plain",e.Html="text/html",e.Image="image"}(a||(a={}));const l=new Set(["RENAME_SHEET","DELETE_SHEET","CREATE_SHEET","DUPLICATE_SHEET","ADD_COLUMNS_ROWS","REMOVE_COLUMNS_ROWS","UNDO","REDO","ADD_MERGE","REMOVE_MERGE","DUPLICATE_SHEET","UPDATE_LOCALE","ADD_PIVOT","UPDATE_PIVOT","INSERT_PIVOT","RENAME_PIVOT","REMOVE_PIVOT","DUPLICATE_PIVOT"]),c=new Set(["EVALUATE_CELLS","EVALUATE_CHARTS","UPDATE_CELL","UNHIDE_COLUMNS_ROWS","HIDE_COLUMNS_ROWS","GROUP_HEADERS","UNGROUP_HEADERS","FOLD_ALL_HEADER_GROUPS","FOLD_HEADER_GROUP","FOLD_HEADER_GROUPS_IN_ZONE","UNFOLD_ALL_HEADER_GROUPS","UNFOLD_HEADER_GROUP","UNFOLD_HEADER_GROUPS_IN_ZONE","UPDATE_TABLE","UPDATE_FILTER","UNDO","REDO"]),h=new Set(["MOVE_RANGES"]),d=new Set(["EVALUATE_CELLS","ADD_CONDITIONAL_FORMAT","REMOVE_CONDITIONAL_FORMAT","CHANGE_CONDITIONAL_FORMAT_PRIORITY"]),u=new Set(["AUTOFILL_CELL","SET_BORDER","SET_ZONE_BORDERS","SET_BORDERS_ON_TARGET"]),g=new Set(["UNHIDE_COLUMNS_ROWS","HIDE_COLUMNS_ROWS","GROUP_HEADERS","UNGROUP_HEADERS","FOLD_ALL_HEADER_GROUPS","FOLD_HEADER_GROUP","FOLD_HEADER_GROUPS_IN_ZONE","UNFOLD_ALL_HEADER_GROUPS","UNFOLD_HEADER_GROUP","UNFOLD_HEADER_GROUPS_IN_ZONE","UPDATE_TABLE","UPDATE_FILTER"]),p=new Set(["START","ACTIVATE_SHEET","COPY","RESIZE_SHEETVIEW","SET_VIEWPORT_OFFSET","EVALUATE_CELLS","EVALUATE_CHARTS","SET_FORMULA_VISIBILITY","UPDATE_FILTER","UPDATE_CHART","UPDATE_CAROUSEL_ACTIVE_ITEM","UPDATE_PIVOT"]),m=new Set(["UPDATE_CELL","UPDATE_CELL_POSITION","CLEAR_CELL","CLEAR_CELLS","DELETE_CONTENT","ADD_COLUMNS_ROWS","REMOVE_COLUMNS_ROWS","RESIZE_COLUMNS_ROWS","HIDE_COLUMNS_ROWS","UNHIDE_COLUMNS_ROWS","SET_GRID_LINES_VISIBILITY","UNFREEZE_COLUMNS","UNFREEZE_ROWS","FREEZE_COLUMNS","FREEZE_ROWS","UNFREEZE_COLUMNS_ROWS","ADD_MERGE","REMOVE_MERGE","CREATE_SHEET","DELETE_SHEET","DUPLICATE_SHEET","MOVE_SHEET","RENAME_SHEET","COLOR_SHEET","HIDE_SHEET","SHOW_SHEET","MOVE_RANGES","ADD_CONDITIONAL_FORMAT","REMOVE_CONDITIONAL_FORMAT","CHANGE_CONDITIONAL_FORMAT_PRIORITY","CREATE_FIGURE","DELETE_FIGURE","UPDATE_FIGURE","CREATE_CAROUSEL","UPDATE_CAROUSEL","SET_FORMATTING","CLEAR_FORMATTING","SET_BORDER","SET_ZONE_BORDERS","SET_BORDERS_ON_TARGET","CREATE_CHART","UPDATE_CHART","DELETE_CHART","CREATE_TABLE","REMOVE_TABLE","UPDATE_TABLE","CREATE_TABLE_STYLE","REMOVE_TABLE_STYLE","CREATE_IMAGE","GROUP_HEADERS","UNGROUP_HEADERS","UNFOLD_HEADER_GROUP","FOLD_HEADER_GROUP","FOLD_ALL_HEADER_GROUPS","UNFOLD_ALL_HEADER_GROUPS","UNFOLD_HEADER_GROUPS_IN_ZONE","FOLD_HEADER_GROUPS_IN_ZONE","ADD_DATA_VALIDATION_RULE","REMOVE_DATA_VALIDATION_RULE","UPDATE_LOCALE","ADD_PIVOT","UPDATE_PIVOT","INSERT_PIVOT","RENAME_PIVOT","REMOVE_PIVOT","DUPLICATE_PIVOT"]);function f(e){return m.has(e.type)}class v{reasons;constructor(e=[]){Array.isArray(e)||(e=[e]),e=[...new Set(e)],this.reasons=e.filter((e=>"Success"!==e))}static get Success(){return b}get isSuccessful(){return 0===this.reasons.length}isCancelledBecause(e){return this.reasons.includes(e)}}const b=new v;var S;e.CommandResult=void 0,(S=e.CommandResult||(e.CommandResult={})).Success="Success",S.CancelledForUnknownReason="CancelledForUnknownReason",S.WillRemoveExistingMerge="WillRemoveExistingMerge",S.CannotMoveTableHeader="CannotMoveTableHeader",S.MergeIsDestructive="MergeIsDestructive",S.CellIsMerged="CellIsMerged",S.InvalidTarget="InvalidTarget",S.EmptyUndoStack="EmptyUndoStack",S.EmptyRedoStack="EmptyRedoStack",S.NotEnoughElements="NotEnoughElements",S.NotEnoughSheets="NotEnoughSheets",S.MissingSheetName="MissingSheetName",S.UnchangedSheetName="UnchangedSheetName",S.DuplicatedSheetName="DuplicatedSheetName",S.DuplicatedSheetId="DuplicatedSheetId",S.ForbiddenCharactersInSheetName="ForbiddenCharactersInSheetName",S.WrongSheetMove="WrongSheetMove",S.WrongSheetPosition="WrongSheetPosition",S.InvalidAnchorZone="InvalidAnchorZone",S.SelectionOutOfBound="SelectionOutOfBound",S.TargetOutOfSheet="TargetOutOfSheet",S.WrongCutSelection="WrongCutSelection",S.WrongPasteSelection="WrongPasteSelection",S.WrongPasteOption="WrongPasteOption",S.WrongFigurePasteOption="WrongFigurePasteOption",S.EmptyClipboard="EmptyClipboard",S.EmptyRange="EmptyRange",S.InvalidRange="InvalidRange",S.InvalidZones="InvalidZones",S.InvalidSheetId="InvalidSheetId",S.InvalidCellId="InvalidCellId",S.InvalidFigureId="InvalidFigureId",S.InputAlreadyFocused="InputAlreadyFocused",S.MaximumRangesReached="MaximumRangesReached",S.MinimumRangesReached="MinimumRangesReached",S.InvalidChartDefinition="InvalidChartDefinition",S.InvalidDataSet="InvalidDataSet",S.InvalidLabelRange="InvalidLabelRange",S.InvalidScorecardKeyValue="InvalidScorecardKeyValue",S.InvalidScorecardBaseline="InvalidScorecardBaseline",S.InvalidGaugeDataRange="InvalidGaugeDataRange",S.EmptyGaugeRangeMin="EmptyGaugeRangeMin",S.GaugeRangeMinNaN="GaugeRangeMinNaN",S.EmptyGaugeRangeMax="EmptyGaugeRangeMax",S.GaugeRangeMaxNaN="GaugeRangeMaxNaN",S.GaugeLowerInflectionPointNaN="GaugeLowerInflectionPointNaN",S.GaugeUpperInflectionPointNaN="GaugeUpperInflectionPointNaN",S.InvalidAutofillSelection="InvalidAutofillSelection",S.MinBiggerThanMax="MinBiggerThanMax",S.LowerBiggerThanUpper="LowerBiggerThanUpper",S.MidBiggerThanMax="MidBiggerThanMax",S.MinBiggerThanMid="MinBiggerThanMid",S.FirstArgMissing="FirstArgMissing",S.SecondArgMissing="SecondArgMissing",S.MinNaN="MinNaN",S.MidNaN="MidNaN",S.MaxNaN="MaxNaN",S.ValueUpperInflectionNaN="ValueUpperInflectionNaN",S.ValueLowerInflectionNaN="ValueLowerInflectionNaN",S.MinInvalidFormula="MinInvalidFormula",S.MidInvalidFormula="MidInvalidFormula",S.MaxInvalidFormula="MaxInvalidFormula",S.ValueUpperInvalidFormula="ValueUpperInvalidFormula",S.ValueLowerInvalidFormula="ValueLowerInvalidFormula",S.InvalidSortAnchor="InvalidSortAnchor",S.InvalidSortZone="InvalidSortZone",S.SortZoneWithArrayFormulas="SortZoneWithArrayFormulas",S.WaitingSessionConfirmation="WaitingSessionConfirmation",S.MergeOverlap="MergeOverlap",S.TooManyHiddenElements="TooManyHiddenElements",S.Readonly="Readonly",S.InvalidViewportSize="InvalidViewportSize",S.InvalidScrollingDirection="InvalidScrollingDirection",S.ViewportScrollLimitsReached="ViewportScrollLimitsReached",S.FigureDoesNotExist="FigureDoesNotExist",S.InvalidConditionalFormatId="InvalidConditionalFormatId",S.InvalidCellPopover="InvalidCellPopover",S.EmptyTarget="EmptyTarget",S.InvalidFreezeQuantity="InvalidFreezeQuantity",S.FrozenPaneOverlap="FrozenPaneOverlap",S.ValuesNotChanged="ValuesNotChanged",S.InvalidFilterZone="InvalidFilterZone",S.TableNotFound="TableNotFound",S.TableOverlap="TableOverlap",S.InvalidTableConfig="InvalidTableConfig",S.InvalidTableStyle="InvalidTableStyle",S.FilterNotFound="FilterNotFound",S.MergeInTable="MergeInTable",S.NonContinuousTargets="NonContinuousTargets",S.DuplicatedFigureId="DuplicatedFigureId",S.InvalidSelectionStep="InvalidSelectionStep",S.DuplicatedChartId="DuplicatedChartId",S.ChartDoesNotExist="ChartDoesNotExist",S.InvalidHeaderIndex="InvalidHeaderIndex",S.InvalidQuantity="InvalidQuantity",S.MoreThanOneColumnSelected="MoreThanOneColumnSelected",S.EmptySplitSeparator="EmptySplitSeparator",S.SplitWillOverwriteContent="SplitWillOverwriteContent",S.NoSplitSeparatorInSelection="NoSplitSeparatorInSelection",S.NoActiveSheet="NoActiveSheet",S.InvalidLocale="InvalidLocale",S.MoreThanOneRangeSelected="MoreThanOneRangeSelected",S.NoColumnsProvided="NoColumnsProvided",S.ColumnsNotIncludedInZone="ColumnsNotIncludedInZone",S.DuplicatesColumnsSelected="DuplicatesColumnsSelected",S.InvalidHeaderGroupStartEnd="InvalidHeaderGroupStartEnd",S.HeaderGroupAlreadyExists="HeaderGroupAlreadyExists",S.UnknownHeaderGroup="UnknownHeaderGroup",S.UnknownDataValidationRule="UnknownDataValidationRule",S.UnknownDataValidationCriterionType="UnknownDataValidationCriterionType",S.InvalidDataValidationCriterionValue="InvalidDataValidationCriterionValue",S.InvalidNumberOfCriterionValues="InvalidNumberOfCriterionValues",S.InvalidCopyPasteSelection="InvalidCopyPasteSelection",S.NoChanges="NoChanges",S.InvalidInputId="InvalidInputId",S.SheetIsHidden="SheetIsHidden",S.InvalidTableResize="InvalidTableResize",S.PivotIdNotFound="PivotIdNotFound",S.PivotInError="PivotInError",S.EmptyName="EmptyName",S.ValueCellIsInvalidFormula="ValueCellIsInvalidFormula",S.InvalidDefinition="InvalidDefinition",S.InvalidColor="InvalidColor",S.InvalidPivotDataSet="InvalidPivotDataSet",S.InvalidPivotCustomField="InvalidPivotCustomField",S.MissingFigureArguments="MissingFigureArguments",S.InvalidCarouselItem="InvalidCarouselItem";const C=new Set(["containsText","notContainsText","isGreaterThan","isGreaterOrEqualTo","isLessThan","isLessOrEqualTo","isBetween","isNotBetween","beginsWithText","endsWithText","isNotEmpty","isEmpty","isNotEqual","isEqual","customFormula"]),y=new Set(["containsText","notContainsText","isEqualText","isEmail","isLink","dateIs","dateIsBefore","dateIsOnOrBefore","dateIsAfter","dateIsOnOrAfter","dateIsBetween","dateIsNotBetween","dateIsValid","isEqual","isNotEqual","isGreaterThan","isGreaterOrEqualTo","isLessThan","isLessOrEqualTo","isBetween","isNotBetween","isBoolean","isValueInList","isValueInRange","customFormula"]),w=[{name:"English (US)",code:"en_US",thousandsSeparator:",",decimalSeparator:".",weekStart:7,dateFormat:"m/d/yyyy",timeFormat:"hh:mm:ss a",formulaArgSeparator:","},{name:"French",code:"fr_FR",thousandsSeparator:" ",decimalSeparator:",",weekStart:1,dateFormat:"dd/mm/yyyy",timeFormat:"hh:mm:ss",formulaArgSeparator:";"}],I=w[0],x=["thin","medium","thick","dashed","dotted"];function E(e){return Array.isArray(e)&&Array.isArray(e[0])}var R;!function(e){e.UP="up",e.DOWN="down",e.LEFT="left",e.RIGHT="right"}(R||(R={}));const T=.5,A="#017E84",D="#f5f5f5",_="#F8F9FA",F="#E8EAED",O="#595959",P="#666666",M="#c9ccd2",N="#3266ca",k="#FFFFFF",L="#CACACA",V=11982760,U=A,H="#188038",z="#E0E2E4",B="#4A4F59",$="#999",G="#E2E3E3",W="#BCBCBC",q="#9B359B",Z="#00000000",j="#4EA7F2",Y="#EA6175",X="#AAAAAA",K="#111827",J="#D8DADD",Q="#E7E9ED",ee="#F9FAFB",te="#374151",oe=te+"C2",se="#111827",ie="#714B67",ne=Q,re=J,ae="#111827",le="#e6f2f3",ce="#111827",he=A,de="#D44C591A",ue="#C34A41",ge="#98DBE2",pe="#E6F2F3",me=20,fe=10,ve=15,be=16,Se=12,Ce="#F28C28",ye=["#000000","#434343","#666666","#999999","#B7B7B7","#CCCCCC","#D9D9D9","#EFEFEF","#F3F3F3","#FFFFFF","#980000","#FF0000","#FF9900","#FFFF00","#00FF00","#00FFFF","#4A86E8","#0000FF","#9900FF","#FF00FF","#E6B8AF","#F4CCCC","#FCE5CD","#FFF2CC","#D9EAD3","#D0E0E3","#C9DAF8","#CFE2F3","#D9D2E9","#EAD1DC","#DD7E6B","#EA9999","#F9CB9C","#FFE599","#B6D7A8","#A2C4C9","#A4C2F4","#9FC5E8","#B4A7D6","#D5A6BD","#CC4125","#E06666","#F6B26B","#FFD966","#93C47D","#76A5AF","#6D9EEB","#6FA8DC","#8E7CC3","#C27BA0","#A61C00","#CC0000","#E69138","#F1C232","#6AA84F","#45818E","#3C78D8","#3D85C6","#674EA7","#A64D79","#85200C","#990000","#B45F06","#BF9000","#38761D","#134F5C","#1155CC","#0B5394","#351C75","#741B47","#5B0F00","#660000","#783F04","#7F6000","#274E13","#0C343D","#1C4587","#073763","#20124D","#4C1130"],we=26,Ie=48,xe=96,Ee=23,Re=15,Te=4,Ae=3,De=Te,_e=21,Fe=2*Ee,Oe={align:"left",verticalAlign:"bottom",wrapping:"overflow",bold:!1,italic:!1,strikethrough:!1,underline:!1,fontSize:10,fillColor:"",textColor:""},Pe=Oe.verticalAlign,Me=Oe.wrapping,Ne="400",ke=Oe.fontSize,Le="'Roboto', arial",Ve="thin",Ue="#000000",He="START_REVISION",ze=1,Be=20,$e="??",Ge="difference",We="#43C5B1",qe="#EA6175",Ze=.4,je=3,Ye=2,Xe=["'","*","?","/","\\","[","]"],Ke=/'|\*|\?|\/|\\|\[|\]/,Je="|";var Qe;!function(e){e[e.Grid=0]="Grid",e[e.Highlight=5]="Highlight",e[e.HeaderGroupingButton=6]="HeaderGroupingButton",e[e.Figure=10]="Figure",e[e.ScrollBar=15]="ScrollBar",e[e.GridPopover=19]="GridPopover",e[e.GridComposer=20]="GridComposer",e[e.IconPicker=25]="IconPicker",e[e.TopBarComposer=30]="TopBarComposer",e[e.Popover=35]="Popover",e[e.FigureAnchor=1e3]="FigureAnchor",e[e.FigureSnapLine=1001]="FigureSnapLine",e[e.FigureTooltip=1002]="FigureTooltip"}(Qe||(Qe={}));let et=0;function tt(){return et}const ot="\n",st=[6,7,8,9,10,11,12,14,18,24,36],it={hasFilters:!1,totalRow:!1,firstColumn:!0,lastColumn:!1,numberOfHeaders:1,bandedRows:!0,bandedColumns:!1,styleId:"TableStyleMedium5",automaticAutofill:!1},nt=1e5,rt={symbol:"$",position:"before",decimalPlaces:2,code:"",name:"Dollar"},at={fontSize:be,color:te},lt="#000000",ct="#3da4ab",ht={OPERATOR:ct,NUMBER:"#02c39a",STRING:"#00a82d",FUNCTION:lt,DEBUGGER:ct,LEFT_PAREN:lt,RIGHT_PAREN:lt,ARG_SEPARATOR:lt,ORPHAN_RIGHT_PAREN:"#ff0000"},dt=new RegExp(Ke,"g");function ut(e){return'"'===e[0]&&(e=e.slice(1)),'"'===e[e.length-1]&&"\\"!==e[e.length-2]?e.slice(0,e.length-1):e}function gt(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function pt(e){switch(typeof e){case"object":{if(null===e)return e;if(function(e){return"clone"in e&&e.clone instanceof Function}(e))return e.clone();if(!(function(e){return"object"==typeof e&&null!==e&&(e?.constructor===Object||void 0===e?.constructor)}(e)||e instanceof Array))throw new Error("Unsupported type: only objects and arrays are supported");const t=Array.isArray(e)?new Array(e.length):{};if(Array.isArray(e))for(let o=0,s=e.length;o<s;o++)o in e&&(t[o]=pt(e[o]));else for(const o in e)t[o]=pt(e[o]);return t}case"number":case"string":case"boolean":case"function":case"undefined":return e;default:throw new Error("Unsupported type: "+typeof e)}}function mt(e){return ft(e,"'")}function ft(e,t='"'){return e.startsWith(t)&&(e=e.slice(1)),e.endsWith(t)&&(e=e.slice(0,-1)),e}function vt(e){return e.match(/\w/g)?.length!==e.length&&(e=`'${e}'`),e}function bt(e,t=" "){return e.replace(dt,t)}function St(e,t,o){return e<t?t:e>o?o:e}function Ct(e,t,o=1){if(t<=e&&o>0)return[];if(0===o)throw new Error("range() step must not be zero");const s=Math.ceil(Math.abs((t-e)/o)),i=Array(s);for(let t=0;t<s;t++)i[t]=e+t*o;return i}function yt(e){return e.reduce(((e,t,o,s)=>{if(1===Math.abs(t-s[o-1])){e[e.length-1].push(t)}else e.push([t]);return e}),[])}function*wt(e,t){t.next();for(const o of e){const e=t.next();yield{...o,next:e.done?void 0:e.value}}}function It(e){const t=e.toUpperCase();return"TRUE"===t||"FALSE"===t}const xt=/^\[(.+)\]\((.+)\)$/,Et=/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,4}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)$/;function Rt(e){return xt.test(e)}function Tt(e){return Et.test(e)}function At(e,t){return`[${e}](${t})`}function Dt(e){const t=e.match(xt)||[],o=t[1],s=t[2];if(!o||!s)throw new Error(`Could not parse markdown link ${e}.`);return{label:o,url:s}}const _t="o-spreadsheet://";function Ft(e){return e.startsWith(_t)}function Ot(e){return`${_t}${e}`}function Pt(e){if(e.startsWith(_t))return e.slice(_t.length);throw new Error(`${e} is not a valid sheet link`)}function Mt(e){return void 0!==e}function Nt(e){return void 0===e||Object.values(e).every((e=>"object"==typeof e?Nt(e):!e))}function kt(e,t,o){let s;const i=function(){const i=this,n=Array.from(arguments);const r=o&&!s;clearTimeout(s),s=setTimeout((function(){s=void 0,o||e.apply(i,n)}),t),r&&e.apply(i,n)};return i.isDebouncePending=()=>void 0!==s,i.stopDebounce=()=>{clearTimeout(s)},i}function Lt(e){let t="";for(let o=0,s=e.length;o<s;o++)t+=e[o];return t}function Vt(e){let t,o=!1;const s=()=>(o||(t=e instanceof Function?e():e,o=!0),t);return s.map=e=>Vt((()=>e(s()))),s}function Ut(e,t){let o=e.slice(t).find((e=>e));return o||(o=e.slice(0,t).reverse().find((e=>e))),o||""}function Ht(e,t){return"after"===e?t+1:t}function zt(...e){if(e.length<=1)return!0;for(let t=1;t<e.length;t++)if(!Bt(e[0],e[t]))return!1;return!0}function Bt(e,t){if(e===t)return!0;if(e&&!t||t&&!e)return!1;if(typeof e!=typeof t)return!1;if("object"!=typeof e)return!1;for(const o in t)if(!(o in e)&&void 0!==t[o])return!1;for(const o in e){if(typeof e[o]!=typeof t[o])return!1;if("object"==typeof e[o]){if(!Bt(e[o],t[o]))return!1}else if(e[o]!==t[o])return!1}return!0}function $t(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++)if(!zt(e[o],t[o]))return!1;return!0}function Gt(e,t){if(e.length<t.length)return!1;const o=new Set(e);return t.every((e=>o.has(e)))}function Wt(e){if(!e)return e;const t={...e};return Object.keys(t).forEach((e=>!t[e]&&delete t[e])),t}const qt=["\t","\f","\v",String.fromCharCode(parseInt("00a0",16)),String.fromCharCode(parseInt("1680",16)),String.fromCharCode(parseInt("2000",16)),String.fromCharCode(parseInt("200a",16)),String.fromCharCode(parseInt("2028",16)),String.fromCharCode(parseInt("2029",16)),String.fromCharCode(parseInt("202f",16)),String.fromCharCode(parseInt("205f",16)),String.fromCharCode(parseInt("3000",16)),String.fromCharCode(parseInt("feff",16))],Zt=new RegExp(qt.join("|"),"g"),jt=/(\r\n|\r)/g,Yt=qt.concat([" "]);function Xt(e){return e?e.replace(jt,ot):""}function Kt(e){const t=Array.from(e).sort(((e,t)=>e-t));for(let e=1;e<t.length;e++)if(t[e]-t[e-1]!=1)return!1;return!0}function Jt(e){const t=new Map,o=e.name?e.name+" (memoized)":"memoized";return{[o]:(...o)=>(t.has(o[0])||t.set(o[0],e(...o)),t.get(o[0]))}[o]}function Qt(e,t){return e.filter(((e,o)=>!t.includes(o)))}function eo(e,t,o){const s=[...e];return s.splice(o,0,...t),s}function to(e,t,o){const s=[...e];return s[o]=t,s}function oo(e){return e.split("\n").map((e=>e.replace(/\s+/g," ").trim())).join("\n")}function so(e,t,o){return t>o?so(e,o,t):e>=t&&e<=o}function io(e,t){let o=gt(e);const s=t.matchCase?"":"i";return t.exactMatch&&(o=`^${o}$`),RegExp(o,s)}function no(e){let t=e.length;if(t<1e5)return Math.max(...e);let o=-1/0;for(;t--;)o=e[t]>o?e[t]:o;return o}function ro(e){let t=e.length;if(t<1e5)return Math.min(...e);let o=1/0;for(;t--;)o=e[t]<o?e[t]:o;return o}class ao{text;currentIndex=0;current;constructor(e){this.text=e,this.current=e[0]}shift(){const e=this.current,t=this.text[++this.currentIndex];return this.current=t,e}advanceBy(e){this.currentIndex+=e,this.current=this.text[this.currentIndex]}isOver(){return this.currentIndex>=this.text.length}remaining(){return this.text.substring(this.currentIndex)}currentStartsWith(e){if(this.current!==e[0])return!1;for(let t=1;t<e.length;t++)if(this.text[this.currentIndex+t]!==e[t])return!1;return!0}}function lo(e,t=(e=>e)){const o=new Set;return e.filter((e=>{const s=t(e);return!o.has(s)&&(o.add(s),!0)}))}function co(e){const t={};for(const o in e)for(const s in e[o])t[s]||(t[s]={}),t[s][o]=e[o][s];return t}function ho(e,t,o={}){const s=o.compute??((e,t)=>`${e} (${t})`),i=o.computeFirstOne??!1;let n=o.start??1,r=i?s(e,n):e;for(;t.includes(r);)r=s(e,n++);return r}function uo(e){return e.startsWith("=")||e.startsWith("+")}const go={Background:0,Highlights:1,Clipboard:2,Chart:4,Autofill:5,Selection:6,Headers:100},po=Jt((()=>Object.keys(go).sort(((e,t)=>go[e]-go[t]))));new Set(["containsText","notContainsText","isEqualText","dateIs","dateIsBefore","dateIsOnOrBefore","dateIsAfter","dateIsOnOrAfter","dateIsBetween","dateIsNotBetween","isEqual","isNotEqual","isGreaterThan","isGreaterOrEqualTo","isLessThan","isLessOrEqualTo","isBetween","isNotBetween","customFormula","beginsWithText","endsWithText","isNotEmpty","isEmpty"]);const mo=["containsText","notContainsText","isEqualText","isEmpty","isNotEmpty","beginsWithText","endsWithText"],fo=["isEqual","isNotEqual","isGreaterThan","isGreaterOrEqualTo","isLessThan","isLessOrEqualTo","isBetween","isNotBetween","isEmpty","isNotEmpty"],vo=["dateIs","dateIsBefore","dateIsOnOrBefore","dateIsAfter","dateIsOnOrAfter","dateIsBetween","dateIsNotBetween","isEmpty","isNotEmpty"],bo=["image/avif","image/bmp","image/gif","image/vnd.microsoft.icon","image/jpeg","image/png","image/tiff","image/webp"];function So(e){if(e<0)throw new Error(`number must be positive. Got ${e}`);return e<26?String.fromCharCode(65+e):So(Math.floor(e/26)-1)+So(e%26)}function Co(e){let t=0;const o=e.length;for(let s=0;s<o;s++){t=26*t+yo(e[s])}return t-1}function yo(e){const t=e.charCodeAt(0);return t>=65&&t<=90?t-64:t-96}function wo(e){return e>="A"&&e<="Z"||e>="a"&&e<="z"}function Io(e){return e>="0"&&e<="9"}const xo=Co("ZZZ"),Eo=9999998;function Ro(e){for(;" "===e.current;)e.advanceBy(1)}function To(e){if("$"===e.current&&e.advanceBy(1),!e.current||!wo(e.current))return-1;let t=0;for(;e.current&&wo(e.current);)t=26*t+yo(e.shift());return t}function Ao(e){if("$"===e.current&&e.advanceBy(1),!e.current||!Io(e.current))return-1;let t=0;for(;e.current&&Io(e.current);)t=10*t+Number(e.shift());return t}function Do(e){const t=new ao(e);Ro(t);const o=To(t);if(-1===o||!t.current)throw new Error(`Invalid cell description: ${e}`);const s=Ao(t);Ro(t);const i=o-1,n=s-1;if(!t.isOver()||i>xo||n>Eo)throw new Error(`Invalid cell description: ${e}`);return{col:i,row:n}}function _o(e,t,o={colFixed:!1,rowFixed:!1}){return(o.colFixed?"$":"")+So(e)+(o.rowFixed?"$":"")+String(t+1)}function Fo(e,t=[]){if(e.length<=1&&0===t.length)return e;const o=[0],s=new Map([[0,[]]]);return Oo(o,s,e,!1),Oo(o,s,t,!0),function(e,t){const o=[];let s=[];for(let i=0;i<e.length;i++){const n=e[i],r=t.get(n);if(!r||0===r.length){o.push(...s),s=[];continue}let a=e[i+1];void 0!==a&&a--;const l=[];for(let e=0;e<r.length;e+=2){const t=r[e];let o=r[e+1];void 0!==o&&o--;const i={top:t,left:n,bottom:o,right:a,hasHeader:void 0===o&&0!==t||void 0===a&&0!==n};let c=!1;for(let e=s.length-1;e>=0;e--){const t=s[e];if(t.top===i.top&&t.bottom===i.bottom){t.right=i.right,s.splice(e,1),l.push(t),c=!0;break}}c||l.push(i)}o.push(...s),s=l}return o.push(...s),o}(o,s)}function Oo(e,t,o,s=!1){for(const i of o){const o=i.left,n=void 0===i.right?void 0:i.right+1,r=Po(e,t,o,!0,0),a=Po(e,t,n,!1,r);for(let o=r;o<=a;o++){Mo(t.get(e[o]),i,s)}No(e,t,r,a)}}function Po(e,t,o,s,i){if(void 0===o)return e.length-1;const n=ko(e,o,i);return o!==e[n]?(e.splice(n+1,0,o),t.set(o,[...t.get(e[n])]),s?n+1:n):s?n:n-1}function Mo(e,t,o=!1){const s=t.top,i=void 0===t.bottom?void 0:t.bottom+1,n=[],r=ko(e,s,0,!1);if((r%2!=0&&!o||r%2==0&&o)&&n.push(s),void 0===i)return e.splice(r+1),void e.push(...n);const a=function(e,t,o=0,s=!0){let i=e.length-1,n=e.length;for(;o<=i;){const r=Math.floor((o+i)/2);if(e[r]===t&&s)return r;e[r]>t?(n=r,i=r-1):o=r+1}return n}(e,i,0,!1);(a%2==0&&!o||a%2!=0&&o)&&n.push(i),e.splice(r+1,a-r-1,...n)}function No(e,t,o,s){const i=o-1==-1?0:o-1;for(let o=s===e.length-1?s:s+1;o>i;o--)$t(t.get(e[o]),t.get(e[o-1]))&&(t.delete(e[o]),e.splice(o,1))}function ko(e,t,o=0,s=!0){let i=e.length-1,n=-1;for(;o<=i;){const r=Math.floor((o+i)/2);if(e[r]===t&&s)return r;e[r]<t?(n=r,o=r+1):i=r-1}return n}function Lo(e){const t=function(e){const t=new ao(e);Ro(t);const o=e.indexOf("!");-1!==o&&t.advanceBy(o+1);const s=To(t),i=Ao(t);let n,r,a,l,c=!1,h=!1,d=!1;if(-1===i?(a=l=s-1,n=r=0,c=!0):-1===s?(n=r=i-1,a=l=0,h=!0):(a=l=s-1,n=r=i-1,d=!0),Ro(t),":"===t.current){t.advanceBy(1),Ro(t);const e=To(t),o=Ao(t);-1===o?(l=e-1,c=!0):-1===e?(r=o-1,h=!0):(l=e-1,r=o-1,n=c?r:n,a=h?l:a,d=!0)}const u={top:n,left:a,bottom:c?void 0:r,right:h?void 0:l};return d=d&&(h||c),d&&(u.hasHeader=d),u}(e),o=ns(t),s=o.bottom,i=o.right;if(void 0!==s&&s>Eo||void 0!==i&&i>xo)throw new Error(`Range string out of bounds: ${e}`);if(void 0===s&&void 0===i)throw new Error("Wrong zone xc. The zone cannot be at the same time a full column and a full row");return o}function Vo(e){const t=Lo(e);if(void 0===t.bottom||void 0===t.right)throw new Error("This does not support unbounded ranges");return t}function Uo(e){try{return function(e){return Ho(Lo(e))}(e)}catch(e){return!1}}function Ho(e){const{bottom:t,top:o,left:s,right:i}=e;return!(void 0!==t&&isNaN(t)||isNaN(o)||isNaN(s)||void 0!==i&&isNaN(i))&&(zo(e)&&e.top>=0&&e.left>=0)}function zo(e){return(void 0===e.bottom||e.bottom>=e.top&&e.bottom>=0)&&(void 0===e.right||e.right>=e.left&&e.right>=0)}function Bo(e){const{top:t,bottom:o,left:s,right:i}=e,n="hasHeader"in e&&e.hasHeader,r=t===o&&s===i;if(void 0===o&&void 0!==i)return 0!==t||n?`${_o(s,t)}:${So(i)}`:`${So(s)}:${So(i)}`;if(void 0===i&&void 0!==o)return 0!==s||n?`${_o(s,t)}:${o+1}`:`${t+1}:${o+1}`;if(void 0!==o&&void 0!==i)return r?_o(s,t):`${_o(s,t)}:${_o(i,o)}`;throw new Error("Bad zone format")}function $o(e,t,o,s,i){const n="left"===t?"columns":"rows",r="before"===s?o-1:o,a=e["left"===t?"right":"bottom"];return e[t]<=r&&a&&a>r?rs(e,n,"RESIZE",i):r<e[t]?rs(e,n,"MOVE",i):{...e}}function Go(e,t,o,s,i){const n="left"===t?"columns":"rows",r="before"===s?o-1:o,a="left"===t?"right":"bottom";return e[t]<=r&&e[a]>r?rs(e,n,"RESIZE",i):r<e[t]?rs(e,n,"MOVE",i):{...e}}function Wo(e,t,o){const s="left"===t?"right":"bottom";let i=e[t],n=e[s];for(const r of o.sort(((e,t)=>t-e)))e[t]>r&&(i--,n--),e[t]<r&&e[s]>=r&&n--;return{...e,[t]:i,[s]:n}}function qo(e,t,o){const s="left"===t?"right":"bottom";let i=e[t],n=e[s];const r=e[s];for(const s of o.sort(((e,t)=>t-e)))e[t]>s&&(i--,void 0!==n&&n--),void 0!==r&&void 0!==n&&e[t]<=s&&r>=s&&n--;if(!(void 0!==n&&i>n))return{...e,[t]:i,[s]:n}}function Zo(...e){return{top:Math.min(...e.map((e=>e.top))),left:Math.min(...e.map((e=>e.left))),bottom:Math.max(...e.map((e=>e.bottom))),right:Math.max(...e.map((e=>e.right)))}}function jo(e,t){if(Ko(e,t))return{top:Math.max(e.top,t.top),left:Math.max(e.left,t.left),bottom:void 0!==e.bottom?Math.min(e.bottom,t.bottom):e.bottom??t.bottom,right:void 0!==e.right?Math.min(e.right,t.right):e.right??t.right}}function Yo(e,t){return e.left===t.left&&e.right===t.right&&e.top===t.top&&e.bottom===t.bottom&&e.hasHeader===t.hasHeader}function Xo(e,t){if(jo(e,t))return;let o;return e.left===t.right+1&&(o={position:"left",start:Math.max(e.top,t.top),stop:void 0!==e.bottom?Math.min(e.bottom,t.bottom):t.bottom}),void 0!==e.right&&e.right+1===t.left&&(o={position:"right",start:Math.max(e.top,t.top),stop:void 0!==e.bottom?Math.min(e.bottom,t.bottom):t.bottom}),e.top===t.bottom+1&&(o={position:"top",start:Math.max(e.left,t.left),stop:void 0!==e.right?Math.min(e.right,t.right):t.right}),void 0!==e.bottom&&e.bottom+1===t.top&&(o={position:"bottom",start:Math.max(e.left,t.left),stop:void 0!==e.right?Math.min(e.right,t.right):t.right}),o&&o.start<=o.stop?o:void 0}function Ko(e,t){return!(void 0!==e.bottom&&e.bottom<t.top||void 0!==t.bottom&&t.bottom<e.top)&&!(void 0!==e.right&&e.right<t.left||void 0!==t.right&&t.right<e.left)}function Jo(e,t,o){const{left:s,right:i,top:n,bottom:r}=o;return e>=s&&e<=i&&t>=n&&t<=r}function Qo(e,t){return Yo(Zo(t,e),t)}function es(e){return{numberOfRows:e.bottom-e.top+1,numberOfCols:e.right-e.left+1}}function ts(e){const{numberOfCols:t,numberOfRows:o}=es(e);return 1===t||1===o}function os(e){const t={};for(const o of e)t[o.sheetId]??=[],t[o.sheetId].push(ls(o));for(const e in t)t[e]=Fo(t[e]);return t}function ss(e){const t=[],{left:o,right:s,top:i,bottom:n}=ns(e);for(const e of Ct(o,s+1))for(const o of Ct(i,n+1))t.push({col:e,row:o});return t}function is(e,t){const o=[],{left:s,right:i,top:n,bottom:r}=ns(t);for(const t of Ct(s,i+1))for(const s of Ct(n,r+1))o.push({sheetId:e,col:t,row:s});return o}function ns(e){return void 0!==e.right&&e.left>e.right&&(e={...e,left:e.right,right:e.left}),void 0!==e.bottom&&e.top>e.bottom&&(e={...e,top:e.bottom,bottom:e.top}),e}function rs(e,t,o,s){const i="both"===t?s[0]:"columns"===t?s:0,n="both"===t?s[1]:"rows"===t?s:0,r="hasHeader"in e&&e.hasHeader;let a;a=ds(e)&&!r?"rows"!==t:!(hs(e)&&!r)||"columns"!==t;const l={...e};return a&&"MOVE"===o&&(l.left+=i,l.top+=n),void 0!==l.right&&(l.right+=i),void 0!==l.bottom&&(l.bottom+=n),l}function as(e,t){let o,s;const{left:i,right:n,top:r,bottom:a}=e,{left:l,right:c,top:h,bottom:d}=t;return o=l!==i?l:c!==n?c:l,s=h!==r?h:d!==a?d:h,{col:o,row:s}}function ls(e){return{left:e.col,right:e.col,top:e.row,bottom:e.row}}function cs(e){return{...e,right:e.left,bottom:e.top}}function hs(e){return void 0===e.right}function ds(e){return void 0===e.bottom}function us(e){return(e.bottom-e.top+1)*(e.right-e.left+1)}function gs(e,t,o){return e.some((e=>function(e,t,o){return e.left<t&&t<=e.right||e.top<o&&o<=e.bottom}(e,t,o)))}function ps(e){return e.length<2||1===Fo(e).length}function ms(e){const t=[...e];let o=!0;for(;o;){o=!1;for(let e=0;e<t.length;e++){const s=t[e],i=t.findIndex(((t,o)=>{return e!==o&&(n=s,((i=t).right+1===n.left||i.left===n.right+1?i.top<=n.bottom&&i.top>=n.top||n.top<=i.bottom&&n.top>=i.top:(i.bottom+1===n.top||i.top===n.bottom+1)&&(i.left<=n.right&&i.left>=n.left||n.left<=i.right&&n.left>=i.left))||Ko(t,s));var i,n}));if(-1!==i){t[e]=Zo(t[i],s),t.splice(i,1),o=!0;break}}}return t}function fs(e,t){const o=Xo(e,t);if(!o)return[e];const s=[];switch(o.position){case"bottom":case"top":return s.push({top:e.top,bottom:e.bottom,left:o.start,right:o.stop}),o.start>e.left&&s.push({top:e.top,bottom:e.bottom,left:e.left,right:o.start-1}),(void 0===e.right||o.stop<e.right)&&s.push({top:e.top,bottom:e.bottom,left:o.stop+1,right:e.right}),s;case"left":case"right":return s.push({top:o.start,bottom:o.stop,left:e.left,right:e.right}),o.start>e.top&&s.push({top:e.top,bottom:o.start-1,left:e.left,right:e.right}),(void 0===e.bottom||o.stop<e.bottom)&&s.push({top:o.stop+1,bottom:e.bottom,left:e.left,right:e.right}),s}}function vs(e,t){const o=new Set(t.map((e=>e.left))),s=new Set(t.map((e=>e.right))),i=new Set(t.map((e=>e.top))),n=new Set(t.map((e=>e.bottom))),r=1===i.size&&1===n.size||1===o.size&&1===s.size?function(e){return e.reduce(((e,t)=>{const o=e.length;for(let s=0;s<o;s++)if(Ko(e[s],t))return e[s]=Zo(e[s],t),e;return e[o]=t,e}),[])}(t):[t[t.length-1]],a=r.map((e=>ss(e))).flat();return{sheetId:e,zones:t,clippedZones:r,columnsIndexes:[...new Set(a.map((e=>e.col)))].sort(((e,t)=>e-t)),rowsIndexes:[...new Set(a.map((e=>e.row)))].sort(((e,t)=>e-t))}}function bs(e,t,o){const s=Math.max(e.right-t+1,e.left),i=Math.max(e.bottom-o+1,e.top),n=[];for(let r=e.left;r<=s;r+=t)for(let s=e.top;s<=i;s+=o)n.push({left:r,top:s,bottom:s+o-1,right:r+t-1});return n}function Ss(e,t){if(!t.length||!t[0].length)return e;const o=t[0].length,s=t.length;return e.map((e=>bs(e,o,s))).flat()}function Cs(e){let t;if(e[a.Html]){t=function(e){const t=[...e.documentElement.attributes];if(t.some((e=>e.value.includes("microsoft"))))return;const o=e.querySelector("div")?.getAttribute("data-osheet-clipboard");return o&&JSON.parse(o)}((new DOMParser).parseFromString(e[a.Html],"text/html"))}const o=e[a.PlainText]||"";let s;if(!o.trim())for(const t of bo)if(e[t]){s=e[t];break}return{text:o,data:t,imageBlob:s}}const ys=(e,t,o,s)=>{e.forEach((({handlerName:e,handler:i})=>{const n=t[e];n&&i.paste(o,n,s)}))};function ws(e,t,o,s,i){let n;const r=[],a={sheetId:e,zones:t};for(const{handlerName:l,handler:c}of s){const s=o[l];if(!s)continue;const h=c.getPasteTarget(e,t,s,i);h.figureId&&(a.figureId=h.figureId);for(const e of h.zones)r.push(e),n=void 0!==n?Zo(n,e):e}return{target:a,zone:n,selectedZones:r}}const Is=(e,t,o)=>{const s={col:t[0].left,row:t[0].top};e.getBackToDefault(),e.selectZone({cell:s,zone:Zo(...o)},{scrollIntoView:!1})},xs=/rgba?\(|\s+|\)/gi,Es=/^#([A-F\d]{2}){3,4}$/,Rs=["#eb6d00","#0074d9","#ad8e00","#169ed4","#b10dc9","#00a82d","#00a3a3","#f012be","#3d9970","#111111","#62A300","#ff4136","#949494","#85144b","#001f3f"];function Ts(e,t=1){const o=1!==t?Math.round(255*t).toString(16).padStart(2,"0"):"";return Ds(e.toString(16).padStart(6,"0"))+o}function As(e){return"number"==typeof e?e:Number.parseInt(Ds(e).slice(1,7),16)}function Ds(e){let t=e;if(e.startsWith("rgb")?t=function(e){const t=e.replace(xs,"").split(",");let o=255;if(3!==t.length&&4!==t.length)throw new Error("invalid color");if(4===t.length){const e=parseFloat(t.pop()||"1");if(isNaN(e))throw new Error("invalid alpha value");o=Math.round(255*e)}const s=t.map((e=>parseInt(e,10)));255!==o&&s.push(o);return"#"+Lt(s.map((e=>e.toString(16).padStart(2,"0")))).toUpperCase()}(e):(t=e.replace("#","").toUpperCase(),3!==t.length&&4!==t.length||(t=t.split("").reduce(((e,t)=>e+t+t),"")),t=`#${t}`),!Es.test(t))throw new Error(`invalid color input: ${e}`);return t}function _s(e){try{return Ds(e),!0}catch(e){return!1}}const Fs=e=>e>=0&&e<=255;function Os(e,t,o,s=1){if(!Fs(e)||!Fs(t)||!Fs(o)||s<0||s>1)throw new Error(`Invalid RGBA values ${[e,t,o,s]}`);return{a:s,b:o,g:t,r:e}}function Ps(e){let{r:t,g:o,b:s}=Ns(e);t/=255,o/=255,s/=255;const i=e=>e<=.03928?e/12.92:((e+.055)/1.055)**2.4;return.2126*i(t)+.7152*i(o)+.0722*i(s)}function Ms(e){let t=e.r.toString(16),o=e.g.toString(16),s=e.b.toString(16),i=Math.round(255*e.a).toString(16);return 1===t.length&&(t="0"+t),1===o.length&&(o="0"+o),1===s.length&&(s="0"+s),1===i.length&&(i="0"+i),"ff"===i&&(i=""),("#"+t+o+s+i).toUpperCase()}function Ns(e){let t,o,s,i;if(7===(e=Ds(e)).length)t=parseInt(e[1]+e[2],16),o=parseInt(e[3]+e[4],16),s=parseInt(e[5]+e[6],16),i=255;else{if(9!==e.length)throw new Error("Invalid color");t=parseInt(e[1]+e[2],16),o=parseInt(e[3]+e[4],16),s=parseInt(e[5]+e[6],16),i=parseInt(e[7]+e[8],16)}return i=+(i/255).toFixed(3),{a:i,r:t,g:o,b:s}}function ks(e){(e={...e}).s/=100,e.l/=100;const t=(1-Math.abs(2*e.l-1))*e.s,o=t*(1-Math.abs(e.h/60%2-1)),s=e.l-t/2;let i=0,n=0,r=0;return 0<=e.h&&e.h<60?(i=t,n=o,r=0):60<=e.h&&e.h<120?(i=o,n=t,r=0):120<=e.h&&e.h<180?(i=0,n=t,r=o):180<=e.h&&e.h<240?(i=0,n=o,r=t):240<=e.h&&e.h<300?(i=o,n=0,r=t):300<=e.h&&e.h<360&&(i=t,n=0,r=o),i=Math.round(255*(i+s)),n=Math.round(255*(n+s)),r=Math.round(255*(r+s)),{a:e.a,r:i,g:n,b:r}}function Ls(e){const t=e.r/255,o=e.g/255,s=e.b/255,i=Math.min(t,o,s),n=Math.max(t,o,s),r=n-i;let a=0,l=0,c=0;return a=0===r?0:n===t?(o-s)/r%6:n===o?(s-t)/r+2:(t-o)/r+4,a=Math.round(60*a),a<0&&(a+=360),c=(n+i)/2,l=0===r?0:r/(1-Math.abs(2*c-1)),l=+(100*l).toFixed(1),c=+(100*c).toFixed(1),{a:e.a,h:a,s:l,l:c}}function Vs(e){return Ms(ks(e))}function Us(e){return Ls(Ns(e))}function Hs(e){return Ns("number"==typeof e?Ts(e):e)}function zs(e,t){return 1===t?Ds(e).slice(0,7):Ms({...Ns(e),a:t})}function Bs(e,t){const o=Us(e);return 1===t?"#fff":(o.l=t*(100-o.l)+o.l,Vs(o))}function $s(e,t){const o=Us(e);return 1===t?"#000":(o.s=Math.min(100,t*o.s+o.s),o.l=o.l-t*o.l,Vs(o))}function Gs(e){return Ps(e)<.6?Bs(e,.9):$s(e,.75)}const Ws=["#4EA7F2","#EA6175","#43C5B1","#F4A261","#8481DD","#FFD86D"],qs=["#4EA7F2","#3188E6","#43C5B1","#00A78D","#EA6175","#CE4257","#F4A261","#F48935","#8481DD","#5752D1","#FFD86D","#FFBC2C"],Zs=["#4EA7F2","#3188E6","#056BD9","#A76DBC","#7F4295","#6D2387","#EA6175","#CE4257","#982738","#43C5B1","#00A78D","#0E8270","#F4A261","#F48935","#BE5D10","#8481DD","#5752D1","#3A3580","#A4A8B6","#7E8290","#545B70","#FFD86D","#FFBC2C","#C08A16"],js=["#4EA7F2","#3188E6","#056BD9","#155193","#A76DBC","#7F4295","#6D2387","#4F1565","#EA6175","#CE4257","#982738","#791B29","#43C5B1","#00A78D","#0E8270","#105F53","#F4A261","#F48935","#BE5D10","#7D380D","#8481DD","#5752D1","#3A3580","#26235F","#A4A8B6","#7E8290","#545B70","#3F4250","#FFD86D","#FFBC2C","#C08A16","#936A12"],Ys=["#4EA7F2","#43C5B1","#EA6175","#F4A261","#8481DD","#FFD86D","#3188E6","#00A78D","#CE4257","#F48935","#5752D1","#FFBC2C"],Xs=["#4EA7F2","#A76DBC","#EA6175","#43C5B1","#F4A261","#8481DD","#A4A8B6","#FFD86D","#3188E6","#7F4295","#CE4257","#00A78D","#F48935","#5752D1","#7E8290","#FFBC2C","#056BD9","#6D2387","#982738","#0E8270","#BE5D10","#3A3580","#545B70","#C08A16"],Ks=["#4EA7F2","#A76DBC","#EA6175","#43C5B1","#F4A261","#8481DD","#A4A8B6","#FFD86D","#3188E6","#7F4295","#CE4257","#00A78D","#F48935","#5752D1","#7E8290","#FFBC2C","#056BD9","#6D2387","#982738","#0E8270","#BE5D10","#3A3580","#545B70","#C08A16","#155193","#4F1565","#791B29","#105F53","#7D380D","#26235F","#3F4250","#936A12"];function Js(e,t){return t[e%t.length]}function Qs(e){return e<=6?Ws:e<=12?qs:e<=24?Zs:js}class ei{preferredColors;currentColorIndex=0;palette;constructor(e,t=[]){this.preferredColors=t,this.palette=Qs(e).filter((e=>!t.includes(e)))}next(){return this.preferredColors?.[this.currentColorIndex]?this.preferredColors[this.currentColorIndex++]:Js(this.currentColorIndex++,this.palette)}}class ti extends ei{constructor(e,t=[]){var o;super(e,t),this.palette=(o=e,o<=6?Ws:o<=12?Ys:o<=24?Xs:Ks).filter((e=>!t.includes(e)))}}class oi{availableColors;colors={};constructor(e=12){this.availableColors=new ti(e)}get(e){return this.colors[e]||(this.colors[e]=this.availableColors.next()),this.colors[e]}}function si(e){if(e.length<2)throw new Error("Color scale must have at least 2 points");const t=[...e.sort(((e,t)=>e.value-t.value))],o=[];for(let e=1;e<t.length;e++){const s=Hs(t[e-1].color).a,i=Hs(t[e].color).a,n=As(t[e-1].color),r=As(t[e].color);o.push({min:t[e-1].value,max:t[e].value,minColor:n,maxColor:r,minColorAlpha:s,maxColorAlpha:i,colorDiff:ii(t[e-1].value,t[e].value,n,r)})}return e=>{if(e<o[0].min)return Ts(o[0].minColor,o[0].minColorAlpha);for(const t of o)if(e>=t.min&&e<=t.max)return Ts(ni(e,t.min,t.minColor,t.colorDiff),t.maxColorAlpha);return Ts(o[o.length-1].maxColor,o[o.length-1].maxColorAlpha)}}function ii(e,t,o,s){const i=t-e;return[((o>>16)%256-(s>>16)%256)/i,((o>>8)%256-(s>>8)%256)/i,(o%256-s%256)/i]}function ni(e,t,o,s){const[i,n,r]=s;return Math.round((o>>16)%256-i*(e-t))<<16|Math.round((o>>8)%256-n*(e-t))<<8|Math.round(o%256-r*(e-t))}const ri=e=>e,ai=()=>!1;let li=ri,ci=ai;function hi(e,...t){if(1!==t.length||"object"!=typeof t[0]||t[0]instanceof String)t.length>0&&(e=e.replace(/\%s/g,(()=>t.shift())));else{const o=t[0];e=e.replace(/\%\(([^\)]+)\)s/g,((e,t)=>o[t]))}return e}const di=function(e,...t){return ci()?hi(li(e),...t):new ui(e,t)};class ui extends String{values;constructor(e,t){super(e),this.values=t}valueOf(){const e=super.valueOf();return ci()?hi(li(e),...this.values):hi(e,...this.values)}toString(){return this.valueOf()}}function gi(e){return/^https?:\/\//i.test(e)?e:`https://${e}`}const pi=new n;function mi(e,t){return{url:e=gi(e),label:t||e,isExternal:!0,isUrlEditable:!0}}pi.add("sheet_URL",{match:e=>Ft(e),createLink:(e,t)=>({label:t,url:e,isExternal:!1,isUrlEditable:!1}),urlRepresentation(e,t){const o=Pt(e);return t.tryGetSheetName(o)||di("Invalid sheet")},open(e,t){const o=Pt(e);t.model.dispatch("ACTIVATE_SHEET",{sheetIdFrom:t.model.getters.getActiveSheetId(),sheetIdTo:o}).isCancelledBecause("SheetIsHidden")&&t.notifyUser({type:"warning",sticky:!1,text:di("Cannot open the link because the linked sheet is hidden.")})},sequence:0});const fi={createLink:mi,match:e=>Tt(e),open:e=>window.open(e,"_blank"),urlRepresentation:e=>e,sequence:0};function vi(e){return pi.getAll().sort(((e,t)=>e.sequence-t.sequence)).find((t=>t.match(e)))||fi}function bi(e,t){return vi(e.url).urlRepresentation(e.url,t)}function Si(e,t,o){vi(e.url).open(e.url,t,o)}function Ci(e){if("string"==typeof e){if(Rt(e)){const{label:t,url:o}=Dt(e);return vi(o).createLink(o,t)}return Tt(e)?mi(e):void 0}}class yi{jsDate;constructor(e,t,o,s=0,i=0,n=0){this.jsDate=new Date(Date.UTC(e,t,o,s,i,n,0))}static fromTimestamp(e){const t=new Date(e);return new yi(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds())}static now(){const e=new Date;return new yi(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds())}toString(){return this.jsDate.toString()}toLocaleDateString(){return this.jsDate.toLocaleDateString()}getTime(){return this.jsDate.getTime()}getFullYear(){return this.jsDate.getUTCFullYear()}getMonth(){return this.jsDate.getUTCMonth()}getQuarter(){return Math.floor(this.getMonth()/3)+1}getDate(){return this.jsDate.getUTCDate()}getDay(){return this.jsDate.getUTCDay()}getHours(){return this.jsDate.getUTCHours()}getMinutes(){return this.jsDate.getUTCMinutes()}getSeconds(){return this.jsDate.getUTCSeconds()}getIsoWeek(){const e=new Date(this.jsDate.getTime()),t=e.getUTCDay()||7;e.setUTCDate(e.getUTCDate()+4-t);const o=new Date(Date.UTC(e.getUTCFullYear(),0,1));return Math.ceil(((e.getTime()-o.getTime())/864e5+1)/7)}setFullYear(e){return this.jsDate.setUTCFullYear(e)}setMonth(e){return this.jsDate.setUTCMonth(e)}setDate(e){return this.jsDate.setUTCDate(e)}setHours(e){return this.jsDate.setUTCHours(e)}setMinutes(e){return this.jsDate.setUTCMinutes(e)}setSeconds(e){return this.jsDate.setUTCSeconds(e)}}const wi=new yi(1899,11,30),Ii=864e5,xi=2e3,Ei=yi.now().getFullYear(),Ri=yi.now().getMonth(),Ti=yi.fromTimestamp(0).getTime()-wi.getTime(),Ai=/^\d{1,2}(\/|-|\s)\d{1,2}((\/|-|\s)\d{1,4})?$/,Di=/^\d{3,4}(\/|-|\s)\d{1,2}(\/|-|\s)\d{1,2}$/,_i=Yt.join(""),Fi=new RegExp(`/|-|${Yt.join("|")}`),Oi=new RegExp(`^(\\d{1,4})[/${_i}-](\\d{1,4})([/${_i}-](\\d{1,4}))?$`),Pi=/((\d+(:\d+)?(:\d+)?\s*(AM|PM))|(\d+:\d+(:\d+)?))$/;function Mi(e,t){switch(typeof e){case"number":return e;case"string":return Ni(e,t)?Li(e,t)?.value:!e||isNaN(Number(e))?void 0:Number(e);default:return}}function Ni(e,t){return null!==Li(e,t)}const ki=new Map;function Li(e,t){return ki.has(t)||ki.set(t,new Map),ki.get(t).has(e)||ki.get(t).set(e,function(e,t){e=e.trim();let o=null;const s=e.match(Pi);if(s){if(o=function(e){if(e=e.trim(),Pi.test(e)){const t=/AM/i.test(e),o=/PM/i.test(e),s=(t||o?e.substring(0,e.length-2).trim():e).split(/:/),i=s.length>=2,n=3===s.length;let r=Number(s[0]),a=i?Number(s[1]):0,l=n?Number(s[2]):0,c=n?"hh:mm:ss":"hh:mm";if(t||o)c+=" a";else if(!i)return null;r>=12&&t?r-=12:r<12&&o&&(r+=12),a+=Math.floor(l/60),l%=60,r+=Math.floor(a/60),a%=60,r>=24&&(c="hhhh:mm:ss");return{value:r/24+a/1440+l/86400,format:c,jsDate:new yi(1899,11,30,r,a,l)}}return null}(s[0]),null===o)return null;e=e.replace(s[0],"").trim()}let i=null;const n=function(e,t){const o=e.match(Oi);if(!o)return null;const[,s,i,,n]=o;if(s.length>2&&n&&n.length>2)return null;if(s.length>2)return{year:s,month:i,day:n,dateString:e,type:"ymd"};const r=function(e){switch(e.dateFormat[0]){case"d":return"dmy";case"m":return"mdy";case"y":return"ymd"}throw new Error("Invalid date format in locale")}(t);if(!n)return i.length>2?{month:s,year:i,day:void 0,dateString:e,type:r}:"dmy"===r?{day:s,month:i,year:n,dateString:e,type:"dmy"}:{month:s,day:i,year:n,dateString:e,type:"mdy"};if(n.length>2)return"mdy"===r?{month:s,day:i,year:n,dateString:e,type:"mdy"}:{day:s,month:i,year:n,dateString:e,type:"dmy"};if("mdy"===r)return{month:s,day:i,year:n,dateString:e,type:"mdy"};if("ymd"===r)return{year:s,month:i,day:n,dateString:e,type:"ymd"};if("dmy"===r)return{day:s,month:i,year:n,dateString:e,type:"dmy"};return null}(e,t);if(n){const t=n.dateString.match(Fi)[0];if(i=function(e,t){const{year:o,month:s,day:i}=e,n=function(e){if(!e)return Ri;const t=Number(e);if(t>=1&&t<=12)return t-1;return null}(s),r=function(e){if(!e)return 1;const t=Number(e);if(t>=0&&t<=31)return t;return null}(i),a=function(e){if(!e)return Ei;const t=Number(e);switch(e.length){case 1:return xi+t;case 2:return xi+(xi+t>Ei+10?-100:0)+t;case 3:case 4:return t}return null}(o);if(null===a||null===n||null===r)return null;const l=2===s?.length&&n+1<10||2===i?.length&&r<10,c=2!==o?.length,h=new yi(a,n,r);if(h.getMonth()!==n||h.getDate()!==r)return null;const d=h.getTime()-wi.getTime(),u=function(e,t,o,s){const i=e.year?s?"yyyy":"yy":void 0,n=e.month?o?"mm":"m":void 0,r=e.day?o?"dd":"d":void 0;switch(e.type){case"mdy":return[n,r,i].filter(Mt).join(t);case"ymd":return[i,n,r].filter(Mt).join(t);case"dmy":return[r,n,i].filter(Mt).join(t)}}(e,t,l,c);return{value:Math.round(d/Ii),format:u,jsDate:h}}(n,t),null===i)return null;e=e.replace(n.dateString,"").trim()}if(""!==e||!i&&!o)return null;if(i&&i.jsDate&&o&&o.jsDate)return{value:i.value+o.value,format:i.format+" "+("hhhh:mm:ss"===o.format?"hh:mm:ss":o.format),jsDate:new yi(i.jsDate.getFullYear()+o.jsDate.getFullYear()-1899,i.jsDate.getMonth()+o.jsDate.getMonth()-11,i.jsDate.getDate()+o.jsDate.getDate()-30,i.jsDate.getHours()+o.jsDate.getHours(),i.jsDate.getMinutes()+o.jsDate.getMinutes(),i.jsDate.getSeconds()+o.jsDate.getSeconds())};return i||o}(e,t)),ki.get(t).get(e)}function Vi(e){const t=Math.trunc(e),o=yi.fromTimestamp(t*Ii-Ti);let s=e-t;s=s<0?1+s:s;const i=Math.round(24*s),n=Math.round(24*(s-i/24)*60),r=Math.round(24*(s-i/24-n/24/60)*60*60);return o.setHours(i),o.setMinutes(n),o.setSeconds(r),o}function Ui(e){return Math.round(Hi(e))}function Hi(e){return(e.getTime()-wi.getTime())/Ii}function zi(e){return new yi(e.getFullYear(),e.getMonth()+1,0).getDate()}function Bi(e){return zi(e)===e.getDate()}function $i(e,t,o){const s=e.getFullYear(),i=e.getMonth(),n=e.getDate(),r=new yi(s,i+t,1);return o&&n===zi(e)||n>zi(r)?r.setDate(zi(r)):r.setDate(n),r}function Gi(e){const t=Math.trunc(e);return t%4==0&&t%100!=0||t%400==0}function Wi(e,t,o){if(e===t)return 0;if(e>t){const o=t;t=e,e=o}const s=Vi(e),i=Vi(t);let n=s.getDate(),r=i.getDate();const a=s.getMonth(),l=i.getMonth(),c=s.getFullYear(),h=i.getFullYear();let d=0,u=0;switch(o){case 0:31===n&&(n=30),30===n&&31===r&&(r=30),1===a&&n===(Gi(c)?29:28)&&(n=30,1===l&&r===(Gi(h)?29:28)&&(r=30)),d=c+(30*a+n)/360,u=h+(30*l+r)/360;break;case 1:let o=365;const s=c===h;if(!s&&!(c+1===h)||!s&&a<l||!s&&a===l&&n<r){let e=0,t=0;for(let o=c;o<=h;o++)e++,t+=Gi(o)?366:365;o=t/e}else s?Gi(c)&&(o=366):(Gi(c)&&a<2&&(o=366),Gi(h)&&(l>1||1===l&&29===r)&&(o=366));d=e/o,u=t/o;break;case 2:d=e/360,u=t/360;break;case 3:d=e/365,u=t/365;break;case 4:31===n&&(n=30),31===r&&(r=30),d=c+(30*a+n)/360,u=h+(30*l+r)/360}return u-d}function qi(e,t){const o=12*(t.getFullYear()-e.getFullYear())+t.getMonth()-e.getMonth();return e.getDate()>t.getDate()?o-1:o}function Zi(e,t){const o=e.getTime(),s=t.getTime();return Math.floor((s-o)/Ii)}function ji(e,t){const o=t.getFullYear()-e.getFullYear(),s=e.getMonth(),i=t.getMonth(),n=e.getDate(),r=t.getDate();return i>s||i===s&&r>=n?o:o-1}function Yi(e,t,o){return t>o?Yi(e,o,t):(e=Math.trunc(e),t=Math.trunc(t),o=Math.trunc(o),e>=t&&e<=o)}const Xi=Jt((function(e){return e=gt(e),new RegExp(`(?:^-?\\d+(?:${e}?\\d*(?:e(\\+|-)?\\d+)?)?|^-?${e}\\d+)(?!\\w|!)`)})),Ki=Jt((function(e){const t=gt(e.decimalSeparator),o="(?:\\s*"+`(?:\\d+(?:${gt(e.thousandsSeparator||"")}\\d{3,})*(?:${t}\\d*)?)`+"|"+`(?:${t}\\d+)`+")(?:e(?:\\+|-)?\\d+)?(?:\\s*%)?",s="(?:\\s*-)?",i="(?:\\s*[\\$€])?",n="^(?:(?:"+[s+i+o,s+o+i,i+s+o].join(")|(?:")+"))$";return new RegExp(n,"i")}));function Ji(e,t){return!!e&&Ki(t).test(e.trim())}const Qi=Jt((function(e){return new RegExp(`[$€${gt(e.thousandsSeparator||"")}]`,"g")}));function en(e,t){e=e.replace(Qi(t),""),"."!==t.decimalSeparator&&(e=e.replace(t.decimalSeparator,"."));let o=Number(e);return isNaN(o)&&e.includes("%")&&(o=Number(e.split("%")[0]),!isNaN(o))?o/100:o}function tn(e,t,o){const s=[...e].sort(((e,t)=>e-t));let i=(s.length+(o?-1:1))*t;if(o||i--,Number.isInteger(i))return s[i];const n=Math.ceil(i),r=Math.floor(i);return s[n]*(i-r)+s[r]*(n-i)}const on={NotAvailable:"#N/A",InvalidReference:"#REF",BadExpression:"#BAD_EXPR",CircularDependency:"#CYCLE",UnknownFunction:"#NAME?",DivisionByZero:"#DIV/0!",SpilledBlocked:"#SPILL!",GenericError:"#ERROR",NullError:"#NULL!"},sn=new Set(Object.values(on));class nn{message;value;constructor(e=di("Error"),t=on.GenericError){this.message=e,this.value=t,this.message=e.toString()}}class rn extends nn{constructor(e=di("Invalid expression")){super(e,on.BadExpression)}}class an extends nn{constructor(e=di("Circular reference")){super(e,on.CircularDependency)}}class ln extends nn{constructor(e=di("Invalid reference")){super(e,on.InvalidReference)}}class cn extends nn{constructor(e=di("Data not available")){super(e,on.NotAvailable)}}class hn extends nn{constructor(e=di("Unknown function")){super(e,on.UnknownFunction)}}class dn extends nn{constructor(e=di("Spill range is not empty")){super(e,on.SpilledBlocked)}}class un extends nn{constructor(e=di("Division by zero")){super(e,on.DivisionByZero)}}const gn=["number","string","boolean","undefined"];function pn(e){if(void 0!==e)return E(e)?e[0][0]?.format:e.format}function mn(e){return"string"==typeof e&&sn.has(e)}function fn(e){return{value:on.NotAvailable,message:di("Did not find value '%s' in [[FUNCTION_NAME]] evaluation.",xn(e))}}const vn=e=>di("The function [[FUNCTION_NAME]] expects a number value, but '%s' is a string, and cannot be coerced to a number.",e);function bn(e,t){const o=Dn(e);switch(typeof o){case"number":return o;case"boolean":return o?1:0;case"string":if(Ji(o,t)||""===o)return en(o,t);const e=Li(o,t);if(e)return e.value;throw new nn(vn(o));default:return 0}}function Sn(e,t){try{return bn(e,t)}catch(e){return}}function Cn(e,t){return Xn(e).map((e=>e.map((e=>{if("number"!=typeof e.value)throw new nn(di("Function [[FUNCTION_NAME]] expects number values for %s, but got a %s.",t,typeof e.value));return e.value}))))}function yn(e,t){const o=Dn(e);if(""===o)throw new nn(vn(o));return bn(o,t)}function wn(e,t){return Math.trunc(bn(e,t))}function In(e,t){return Math.trunc(yn(e,t))}function xn(e){const t=Dn(e);switch(typeof t){case"string":return t;case"number":return t.toString();case"boolean":return t?"TRUE":"FALSE";default:return""}}const En=Jt((function(e){return e.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"")})),Rn=e=>di("The function [[FUNCTION_NAME]] expects a boolean value, but '%s' is a text, and cannot be coerced to a boolean.",e);function Tn(e){const t=Dn(e);switch(typeof t){case"boolean":return t;case"string":if(t){const e=t.toUpperCase();if("TRUE"===e)return!0;if("FALSE"===e)return!1;throw new nn(Rn(t))}return!1;case"number":return!!t;default:return!1}}function An(e,t){return Vi(bn(Dn(e),t))}function Dn(e){if("object"==typeof e&&null!==e&&"value"in e){if(mn(e.value))throw e;return e.value}if(mn(e))throw new nn("",e);return e}function _n(e,t,o){for(const s of e)if(E(s)){const e=s.length,o=s[0].length;for(let i=0;i<o;i++)for(let o=0;o<e;o++)t(s[o][i])}else o(s)}function Fn(e,t){_n(e,(e=>{if(mn(e.value))throw e;t(e)}),(e=>{if(mn(e?.value))throw e;t(e)}))}function On(e,t,o){_n(e,(e=>{if("number"==typeof e?.value&&t(e),mn(e?.value))throw e}),(e=>{t({value:yn(e,o),format:e?.format})}))}function Pn(e,t,o,s,i="rowFirst"){let n=s;for(const s of e)if(E(s)){const e=s.length,o=s[0].length;if("rowFirst"===i)for(let i=0;i<o;i++)for(let o=0;o<e;o++)n=t(n,s[o][i]);else for(let i=0;i<e;i++)for(let e=0;e<o;e++)n=t(n,s[i][e])}else n=o(n,s);return n}function Mn(e,t,o,s="rowFirst"){return Pn(e,t,t,o,s)}function Nn(e,t,o,s){return Pn(e,((e,o)=>{const s=o?.value;if("number"==typeof s)return t(e,s);if(mn(s))throw o;return e}),((e,o)=>t(e,yn(o,s))),o)}function kn(e,t,o,s){return Pn(e,((e,o)=>{const i=o?.value;if(null!=i){if("number"==typeof i)return t(e,i);if("boolean"==typeof i)return t(e,bn(i,s));if(mn(i))throw o;return t(e,0)}return e}),((e,o)=>t(e,bn(o,s))),o)}function Ln(e,t,o){const s=Array(e);for(let i=0;i<e;i++){s[i]=Array(t);for(let e=0;e<t;e++)s[i][e]=o(i,e)}return s}function Vn(e,t){return 0===e.length?[]:Ln(e.length,e[0].length,((o,s)=>t(e[o][s])))}function Un(e){return e.length?Ln(e[0].length,e.length,((t,o)=>e[o][t])):[]}function Hn(e,t,o=void 0){let s,i=1,n=1,r=1/0,a=1/0;for(let e=0;e<t.length;e++){const l=t[e];if(E(l)&&(void 0===o||o[e])){const o=l.length,c=l[0].length;1!==o||1!==c?(s??=new Array(t.length),1!==o&&1!==c?(s[e]="matrix",i=Math.max(i,o),n=Math.max(n,c),r=Math.min(r,o),a=Math.min(a,c)):1!==o?(s[e]="horizontal",i=Math.max(i,o),r=Math.min(r,o)):1!==c&&(s[e]="vertical",n=Math.max(n,c),a=Math.min(a,c))):t[e]=l[0][0]}}if(1===i&&1===n)return e(...t);return Ln(i,n,((o,i)=>{if(o>r-1||i>a-1)return new cn(di("Array arguments to [[FUNCTION_NAME]] are of different size."));const n=e(...(l=o,c=i,t.map(((e,t)=>{switch(s?.[t]){case"matrix":return e[l][c];case"horizontal":return e[l][0];case"vertical":return e[0][c];case void 0:return e}}))));var l,c;return E(n)?n[0][0]:n}))}function zn(e,t){return function(e,t,o){for(const s of e)if(E(s)){const e=s.length,o=s[0].length;for(let i=0;i<o;i++)for(let o=0;o<e;o++)if(!t(s[o][i]??void 0))return}else if(!o(s))return}(e,(e=>{const o=e?.value;if("boolean"==typeof o)return t(o);if("number"==typeof o)return t(!!o);if(mn(o))throw e;return!0}),(e=>void 0===e||null===e.value||t(function(e){const t=Dn(e);if(""===t)throw new nn(Rn(t));return Tn(t)}(e))))}function Bn(e,t){let o,s,i=e.substring(0,2);return"<="===i||">="===i||"<>"===i?(o=i,s=e.substring(2)):(i=e.substring(0,1),"<"===i||">"===i||"="===i?(o=i,s=e.substring(1)):(o="=",s=e)),Ji(s,t)||Ni(s,t)?s=bn(s,t):"TRUE"!==s&&"FALSE"!==s||(s=Tn(s)),{operator:o,operand:s}}const $n=Jt((function(e){if("*"===e)return/.+/;let t="",o="";for(const s of e)"?"===s&&"~"!==o?t+=".":"*"===s&&"~"!==o?t+=".*":("*"!==s&&"?"!==s||(t=t.slice(0,-1)),["^",".","[","]","$","(",")","*","+","?","|","{","}","\\"].includes(s)&&(t+="\\"),t+=s),o=s;return new RegExp("^"+t+"$","i")}));function Gn(e="",t,o){const{operator:s,operand:i}=t;if(void 0===i||null===e||null===i)return!1;if("number"==typeof i&&"="===s)return"string"==typeof e&&(Ji(e,o)||Ni(e,o))?bn(e,o)===i:e===i;if("<>"===s||"="===s){let t;return t=typeof e==typeof i&&("string"==typeof e&&"string"==typeof i?$n(i).test(e):e===i),"="===s?t:!t}if(typeof e==typeof i)switch(s){case"<":return e<i;case">":return e>i;case"<=":return e<=i;case">=":return e>=i}return!1}function Wn(e,t,o,s=!1){const i=e.length;if(i%2==1)throw new nn(di("Function [[FUNCTION_NAME]] expects criteria_range and criterion to be in pairs."));const n=Xn(e[0]),r=n.length,a=n[0].length,l=[];for(let t=0;t<i-1;t+=2){const i=Xn(e[t]);if(i.length!==r||i[0].length!==a)throw new nn(di("Function [[FUNCTION_NAME]] expects criteria_range to have the same dimension"));const n=Bn(xn(e[t+1]),o);s&&"string"==typeof n.operand&&(n.operand+="*"),l.push(n)}for(let s=0;s<r;s++)for(let n=0;n<a;n++){let r=!0;for(let t=0;t<i-1;t+=2){if(r=Gn(Xn(e[t])[s][n].value??void 0,l[t/2],o),!r)break}r&&t(s,n)}}function qn(e,t,o,s,i,n){if(void 0===t||null===t.value)return-1;if(mn(t.value))throw t;const r=jn(t.value),a=typeof r;let l,c,h,d,u,g,p=0,m=i-1;const f="desc"===s?t=>jn(n(e,i-t-1)):t=>jn(n(e,t));for(;m-p>=0;){for(h=Math.floor((p+m)/2),d=h,u=f(d),g=typeof u;p<d&&a!==g;)d--,u=f(d),g=typeof u;g===a&&null!=u?("strict"===o&&u===r?(l=u,c=d):"nextSmaller"===o&&u<=r?(null==l||l<u||l===u&&c<d)&&(l=u,c=d):"nextGreater"===o&&u>=r&&(void 0===l||l>u||l===u&&c<d)&&(l=u,c=d),u>r||"strict"===o&&u===r?m=d-1:p=h+1):p=h+1}return void 0===c?-1:"desc"===s?i-c-1:c}function Zn(e,t,o,s,i,n,r=!1){if(void 0===t||null===t.value)return-1;if(mn(t.value))throw t;const a=jn(t.value),l=r?(e,t)=>jn(i(e,s-t-1)):(e,t)=>jn(i(e,t)),c="wildcard"!==o||"string"!=typeof a||!(a.includes("*")||a.includes("?"));if(n&&c){const t=r?"reverseSearch":"forwardSearch";let i=n[t].get(e);if(void 0===i){i=new Map;for(let t=0;t<s;t++){const o=l(e,t)??null;i.has(o)||i.set(o,t)}n[t].set(e,i)}if(i.has(a)){const e=i.get(a);return r?s-e-1:e}if("strict"===o)return-1}const h=function(e,t,o,s,i){let n=o=>i(e,o)===t;if("wildcard"===o&&"string"==typeof t&&(t.includes("*")||t.includes("?"))){const o=$n(t);n=t=>{const s=i(e,t);return"string"==typeof s&&o.test(s)}}let r,a=-1;"nextSmaller"===o&&(n=o=>{const s=i(e,o);return(!r&&Yn(t,s)>=0||Yn(t,s)>=0&&Yn(s,r)>0)&&(r=s,a=o),s===t});"nextGreater"===o&&(n=o=>{const s=i(e,o);return(!r&&Yn(t,s)<=0||Yn(t,s)<=0&&Yn(s,r)<0)&&(r=s,a=o),s===t});for(let e=0;e<s;e++)if(n(e))return e;return a}(e,a,o,s,l);return r&&-1!==h?s-h-1:h}function jn(e){return"string"==typeof e?En(e):e}function Yn(e,t){let o=gn.indexOf(typeof e)-gn.indexOf(typeof t);return 0===o&&("string"==typeof e&&"string"==typeof t?o=e.localeCompare(t):"number"==typeof e&&"number"==typeof t?o=e-t:"boolean"==typeof e&&"boolean"==typeof t&&(o=Number(e)-Number(t))),o}function Xn(e){return void 0===e?[[]]:E(e)?e:[[e]]}function Kn(e,t){return Mn(e,((e,o)=>(e.push(t(o)),e)),[],"rowFirst")}function Jn(e){if(void 0===e)return!1;const{value:t}=e;return null!==t&&""!==t}const Qn=di("[[FUNCTION_NAME]] has no valid input data.");function er(e){return di("[[FUNCTION_NAME]] expects the provided values of %(argName)s to be a non-empty matrix.",{argName:e})}function tr(e){let t;if('"'===e.current?(e.shift(),t='"'):e.currentStartsWith("[$")&&(e.advanceBy(2),t="]"),!t)return null;let o="";for(;e.current&&e.current!==t;)o+=e.shift();if(e.current!==t)throw new Error("Unterminated string in format");return e.shift(),{type:"STRING",value:o}}const or=new Set("$+-/():!^&~{}<>= ");function sr(e){if("\\"===e.current){e.shift();const t=e.shift();if(!t)throw new Error("Unexpected end of format string");return{type:"CHAR",value:t}}return or.has(e.current)?{type:"CHAR",value:e.shift()}:null}function ir(e){return","===e.current?(e.shift(),{type:"THOUSANDS_SEPARATOR",value:","}):null}function nr(e){return"@"===e.current?(e.shift(),{type:"TEXT_PLACEHOLDER",value:"@"}):null}function rr(e){return"."===e.current?(e.shift(),{type:"DECIMAL_POINT",value:"."}):null}function ar(e){return"%"===e.current?(e.shift(),{type:"PERCENT",value:"%"}):null}function lr(e){if("0"===e.current||"#"===e.current){const t=e.current;return e.shift(),{type:"DIGIT",value:t}}return null}const cr=new Set("dmqyhsa");function hr(e){if(!cr.has(e.current))return null;const t=e.current;let o="";for(;e.current===t;)o+=e.shift();return{type:"DATE_PART",value:o}}function dr(e){if("*"!==e.current)return null;e.shift();const t=e.shift();if(!t)throw new Error("Unexpected end of format string");return{type:"REPEATED_CHAR",value:t}}const ur=20,gr={};function pr(e){let t=gr[e];return void 0===t&&(t=function(e){const t=function(e){const t=new ao(e),o=[];let s=[];for(o.push(s);!t.isOver();){if(";"===t.current){s=[],o.push(s),t.shift();continue}const e=lr(t)||tr(t)||sr(t)||ir(t)||rr(t)||ar(t)||hr(t)||nr(t)||dr(t);if(!e)throw new Error("Unknown token at "+t.remaining());s.push(e)}return o}(e);for(const e of t){const t=e.filter((e=>"REPEATED_CHAR"===e.type));for(const e of t.slice(1))e.type="CHAR"}const o=fr(t[0])||mr(t[0])||vr(t[0]);if(!o)throw new Error("Invalid first format part of: "+e);if(t.length>1&&"text"===o.type)throw new Error("The first format in a multi-part format must be a number format: "+e);const s=fr(t[1])||mr(t[1]);if(t[1]?.length&&!s)throw new Error("Invalid second format part of: "+e);const i=fr(t[2])||mr(t[2]);if(t[2]?.length&&!i)throw new Error("Invalid third format part of: "+e);const n=vr(t[3]);if(t[3]?.length&&!n)throw new Error("Invalid fourth format part of: "+e);return{positive:o,negative:s,zero:i,text:n}}(e),gr[e]=t),t}function mr(e){if(!e||!function(e){return e.every((e=>"DIGIT"===e.type||"DECIMAL_POINT"===e.type||"THOUSANDS_SEPARATOR"===e.type||"PERCENT"===e.type||"STRING"===e.type||"CHAR"===e.type||"REPEATED_CHAR"===e.type))}(e))return;const t=[];let o,s=t,i=0,n=0,r=e.findLastIndex((e=>"DIGIT"===e.type)),a=!1,l=0;for(let c=0;c<e.length;c++){const h=e[c];switch(h.type){case"DIGIT":s===t?s.push(h):l<ur&&(s.push(h),l++);break;case"DECIMAL_POINT":if(s!==t)throw new Error("Multiple decimal points in a number format");o=[],s=o;break;case"REPEATED_CHAR":case"CHAR":case"STRING":s.push(h);break;case"PERCENT":i++,s.push(h);break;case"THOUSANDS_SEPARATOR":c-1===r?(n+=1,r++,s.push(h)):"DIGIT"===e[c+1]?.type&&"DIGIT"===e[c-1]?.type?(s===t&&(a=!0),s.push(h)):s.push({type:"CHAR",value:","})}}return{type:"number",integerPart:t,decimalPart:o,percentSymbols:i,thousandsSeparator:a,magnitude:n}}function fr(e){const t=e&&function(e){return e.every((e=>"DATE_PART"===e.type||"DECIMAL_POINT"===e.type||"THOUSANDS_SEPARATOR"===e.type||"STRING"===e.type||"CHAR"===e.type||"REPEATED_CHAR"===e.type))}(e)?{type:"date",tokens:e}:void 0;if(!t)return;if(t.tokens.length&&t.tokens.every((e=>"DATE_PART"===e.type&&"a"===e.value)))throw new Error("Invalid date format");const o=function(e){const t=e.filter((e=>"DATE_PART"===e.type));for(let e=0;e<t.length;e++)!t[e].value.startsWith("m")||t[e].value.length>2||(t[e-1]?.value.startsWith("h")||t[e+1]?.value.startsWith("s"))&&(t[e].value=t[e].value.replaceAll("m","M"));return e}(t.tokens.map((e=>"THOUSANDS_SEPARATOR"===e.type||"DECIMAL_POINT"===e.type?{type:"CHAR",value:e.value}:e)));return{type:"date",tokens:o}}function vr(e){return e&&function(e){return e.every((e=>"STRING"===e.type||"TEXT_PLACEHOLDER"===e.type||"CHAR"===e.type||"REPEATED_CHAR"===e.type))}(e)?{type:"text",tokens:e}:void 0}function br(e){return[Sr(e.positive),Sr(e.negative),Sr(e.zero),Sr(e.text)].filter(Mt).join(";")}function Sr(e){if(!e)return;let t="";const o="number"!==e.type?e.tokens:function(e){const t=[...e.integerPart];e.decimalPart&&(t.push({type:"DECIMAL_POINT",value:"."}),t.push(...e.decimalPart));return t}(e);for(const e of o)switch(e.type){case"STRING":t+=`[$${e.value}]`;break;case"CHAR":t+=(s=e.value,or.has(s)?e.value:`\\${e.value}`);break;case"REPEATED_CHAR":t+="*"+e.value;break;default:t+=e.value}var s;return t}const Cr=11,yr="REPEATED_CHAR_PLACEHOLDER_",wr={0:di("January"),1:di("February"),2:di("March"),3:di("April"),4:di("May"),5:di("June"),6:di("July"),7:di("August"),8:di("September"),9:di("October"),10:di("November"),11:di("December")},Ir={0:di("Sunday"),1:di("Monday"),2:di("Tuesday"),3:di("Wednesday"),4:di("Thursday"),5:di("Friday"),6:di("Saturday")};function xr(e,t,o,s=!1){return s?Gr({value:e,format:t},o):Er(e,{format:t,locale:o})}function Er(e,{format:t,locale:o,formatWidth:s}){switch("boolean"==typeof e&&(e=e?"TRUE":"FALSE"),typeof e){case"string":{if(e.includes('\\"')&&(e=e.replaceAll(/\\"/g,'"')),!t)return e;const o=pr(t),i=o.text||o.positive;return i&&"text"===i.type?Rr(e,i,s):e}case"number":t||(t=kr(e));const i=pr(t);if("text"===i.positive.type)return Rr(e.toString(),i.positive,s);let n=i.positive;if(e<0&&i.negative?(n=i.negative,e=-e):0===e&&i.zero&&(n=i.zero),"date"===n.type)return Tr(function(e,t){const o=Vi(e),s=t.tokens.some((e=>"DATE_PART"===e.type&&"a"===e.value));let i="";for(const e of t.tokens)switch(e.type){case"DATE_PART":i+=Mr(o,e.value,s);break;case"REPEATED_CHAR":i+=yr+e.value;break;default:i+=e.value}return i}(e,n),s);const r=e<0,a=Tr(function(e,t,o){if(e===1/0)return"∞"+(t.percentSymbols?"%":"");const s=2*t.percentSymbols-3*t.magnitude;e*=10**s;let i=0;void 0!==t.decimalPart&&(i=t.decimalPart.filter((e=>"DIGIT"===e.type)).length);const{integerDigits:n,decimalDigits:r}=Dr(Math.abs(e),i);let a=function(e,t,o){let s=t.integerPart;s.some((e=>"DIGIT"===e.type))||(s=[...s,{type:"DIGIT",value:"#"}]);"0"===e&&(e="");let i="";const n=s.findIndex((e=>"DIGIT"===e.type));let r=e.length-1;function a(t,s){if("0"===s&&(t=t||"0"),!t)return;const n=e.length-1-r;i=o&&n>0&&n%3==0?t+o+i:t+i}for(let t=s.length-1;t>=0;t--){const o=s[t];switch(o.type){case"DIGIT":if(a(e[r],o.value),r--,n===t)for(;r>=0;)a(e[r],"0"),r--;break;case"THOUSANDS_SEPARATOR":break;case"REPEATED_CHAR":i=yr+o.value+i;break;default:i=o.value+i}}return i}(n,t,t.thousandsSeparator?o.thousandsSeparator:void 0);void 0!==t.decimalPart&&(a+=o.decimalSeparator+function(e,t){if(!t.decimalPart)return"";let o="",s=0;for(const i of t.decimalPart)switch(i.type){case"DIGIT":o+="#"===i.value?e[s]||"":e[s]||"0",s++;break;case"THOUSANDS_SEPARATOR":break;case"REPEATED_CHAR":o+=yr+i.value;break;default:o+=i.value}return o}(r||"",t));return a}(Math.abs(e),n,o),s);return r?"-"+a:a;case"object":return""}}function Rr(e,t,o){let s="";for(const o of t.tokens)switch(o.type){case"TEXT_PLACEHOLDER":s+=e;break;case"CHAR":case"STRING":s+=o.value;break;case"REPEATED_CHAR":s+=yr+o.value}return Tr(s,o)}function Tr(e,t){const o=e.indexOf(yr);if(-1===o)return e;const s=e.slice(0,o),i=e.slice(o+yr.length+1),n=e[o+yr.length];const{timesToRepeat:r,padding:a}=function(){if(!t)return{timesToRepeat:0,padding:""};const e=t.measureText(s+i),o=t.measureText(n),r=t.availableWidth-e;if(r<=0)return{timesToRepeat:0,padding:""};const a=Math.floor(r/o),l=r-a*o,c=t.measureText(" ");return{timesToRepeat:a,padding:" ".repeat(Math.floor(l/c))}}();return s+n.repeat(r)+a+i}const Ar=[];function Dr(e,t=ur){const o=e.toString();if(o.includes("e"))return function(e,t=ur){let o=Ar[t];o||(o=new Intl.NumberFormat("en-US",{maximumFractionDigits:t,useGrouping:!1}),Ar[t]=o);const[s,i]=o.format(e).split(".");return{integerDigits:s,decimalDigits:i}}(e,t);if(Number.isInteger(e))return{integerDigits:o,decimalDigits:void 0};const s=o.indexOf(".");let i=o.substring(0,s),n=o.substring(s+1);if(0===t)return Number(n[0])>=5&&(i=(Number(i)+1).toString()),{integerDigits:i,decimalDigits:void 0};if(n.length>t){const{integerDigits:e,decimalDigits:o}=function(e,t){let o="0",s=e;const i=e.slice(0,t),n=t;if(Number(e[n])<5)return{integerDigits:o,decimalDigits:i};const r=i.match(Fr)?.[0]||"",a=(Number(i)+1).toString(),l=i.slice(r.length),c=a.length>l.length;c&&!r?(o="1",s=void 0):s=c?r.slice(0,-1)+a:r+a;return{integerDigits:o,decimalDigits:s}}(n,t);n=o,"0"!==e&&(i=(Number(i)+Number(e)).toString())}return{integerDigits:i,decimalDigits:_r(n||"")}}function _r(e){let t=e.length-1;for(;t>=0&&"0"===e[t];)t--;return e.slice(0,t+1)||void 0}const Fr=/^0+/;function Or(e,t){const{integerDigits:o,decimalDigits:s}=Dr(e,20);return s?o+t+s:o}const Pr=Jt((function(e){if(!e)return!1;try{return"date"===pr(e).positive.type}catch(e){return!1}}));function Mr(e,t,o){switch(t){case"d":return e.getDate();case"dd":return e.getDate().toString().padStart(2,"0");case"ddd":return Ir[e.getDay()].slice(0,3);case"dddd":return Ir[e.getDay()].toString();case"m":return e.getMonth()+1;case"mm":return String(e.getMonth()+1).padStart(2,"0");case"mmm":return wr[e.getMonth()].slice(0,3);case"mmmm":return wr[e.getMonth()].toString();case"mmmmm":return wr[e.getMonth()].slice(0,1);case"qq":return di("Q%(quarter)s",{quarter:e.getQuarter()}).toString();case"qqqq":return di("Quarter %(quarter)s",{quarter:e.getQuarter()}).toString();case"yy":const s=String(e.getFullYear()).replace("-","").padStart(2,"0");return s.slice(s.length-2);case"yyyy":return e.getFullYear();case"hhhh":return Math.floor((e.getTime()-wi.getTime())/36e5).toString();case"hh":let i=e.getHours();return o&&(i=0===i?12:i>12?i-12:i),i.toString().padStart(2,"0");case"MM":return e.getMinutes().toString().padStart(2,"0");case"ss":return e.getSeconds().toString().padStart(2,"0");case"a":return e.getHours()>=12?"PM":"AM";default:throw new Error(`invalid date format token: ${t}`)}}const Nr=Jt((function(e){return new RegExp(`[0-9]+${gt(e.decimalSeparator)}[0-9]`)}));function kr(e){let{integerDigits:t,decimalDigits:o}=Dr(e);if(!o)return"0";const s=t.replace("-","").length;if(s+2>Cr)return"0";const i=Cr-s-1;return({decimalDigits:o}=Dr(e,Math.min(i,o.length))),o?"0."+"0".repeat(o.length):"0"}function Lr(e,t){if(!Ni(e,t))return;return Li(e,t).format}function Vr(e){const t=e.includes(".")?"0.00":"0",o=e.match(/[\$€]/);if(o){const s=e.match(/[\d]/),i="[$"+o.values().next().value+"]";return s.index<o.index?"#,##"+t+i:i+"#,##"+t}if(e.includes("%"))return t+"%"}function Ur(e){const t=e.decimalPlaces??2,o=e.position??"before",s=e.code??"",i=e.symbol??"",n="#,##0"+(t?"."+"0".repeat(t):"");let r=`${s} ${i}`.trim();return"after"===o&&s&&(r=" "+r),function(e,t,o){const s=`[$${e}]`;return"before"===t?s+o:o+s}(r,o,n)}function Hr(e){const t=e.decimalPlaces??2,o=e.position??"before",s=e.code??"",i=e.symbol??"",n="#,##0"+(t?"."+"0".repeat(t):"");let r=`${s} ${i}`.trim();"after"===o&&s&&(r=" "+r);return[zr(r,o,` ${n} `),zr(r,o,`(${n})`),zr(r,o," - ")].join(";")}function zr(e,t,o){const s=`[$${e}]`;return"before"===t?s+"* "+o:o+"* "+s}function Br(e){const t=pr(e);return br({positive:$r(t.positive),negative:t.negative?$r(t.negative):void 0,zero:t.zero?$r(t.zero):void 0,text:t.text})}function $r(e){if("number"!==e.type||!e.decimalPart)return e;const t=e.decimalPart.filter((e=>"DIGIT"!==e.type));return{...e,decimalPart:void 0,integerPart:[...e.integerPart,...t]}}function Gr({value:e,format:t},o){return Er(e,{format:Wr({value:e,format:t},void 0,o),locale:o})}function Wr(e,t,o){let s=0;try{s=Math.abs(bn(e?.value,o))}catch(e){return""}const i=e?.format;if(void 0!==t){const e=t?.value;switch(e){case"k":return qr(i,1,"k");case"m":return qr(i,2,"m");case"b":return qr(i,3,"b");default:throw new nn(di("The formatting unit should be 'k', 'm' or 'b'."))}}return s<1e5?qr(i,0,""):s<1e8?qr(i,1,"k"):s<1e11?qr(i,2,"m"):qr(i,3,"b")}function qr(e,t,o,s){const i=pr(e||"#,##0");return br({positive:Zr(i.positive,t,o),negative:i.negative?Zr(i.negative,t,o):void 0,zero:i.zero?Zr(i.zero,t,o):void 0,text:i.text})}function Zr(e,t,o){if("number"!==e.type)return e;const s={type:"STRING",value:o};let i=[...e.integerPart];const n=i.findLastIndex((e=>"DIGIT"===e.type));if(-1===n)throw new Error("Cannot create a large number format from a format with no digit.");for(;"THOUSANDS_SEPARATOR"===i[n+1]?.type;)i=Qt(i,[n+1]);const r=i[n+1];i="STRING"===r?.type&&["m","k","b"].includes(r.value)?to(i,s,n+1):eo(i,[s],n+1),t>0&&(i=eo(i,Array(t).fill({type:"THOUSANDS_SEPARATOR",value:","}),n+1));const a=e.percentSymbols-i.filter((e=>"PERCENT"===e.type)).length;return i.push(...new Array(a).fill({type:"PERCENT",value:"%"})),{...e,integerPart:i,decimalPart:void 0,magnitude:t}}function jr(e,t){const o=pr(e);return br(pr(br({positive:Yr(o.positive,t),negative:o.negative?Yr(o.negative,t):void 0,zero:o.zero?Yr(o.zero,t):void 0,text:o.text})))}function Yr(e,t){return"number"!==e.type?e:t>0?function(e,t){let o=e.integerPart,s=e.decimalPart;if(!s){const e=o.findLastIndex((e=>"DIGIT"===e.type));s=o.slice(e+1),o=o.slice(0,e+1)}const i=Ct(0,t).map((()=>({type:"DIGIT",value:"0"}))),n=s.findLastIndex((e=>"DIGIT"===e.type));s=-1===n?[...i,...s]:eo(s,i,n+1);return{...e,decimalPart:s,integerPart:o}}(e,t):function(e,t){let o=e.decimalPart;if(!o)return e;const s=[];let i=0;for(let e=o.length-1;e>=0&&!(i>=Math.abs(t));e--)"DIGIT"===o[e].type&&(i++,s.push(e));if(o=Qt(o,s),o.some((e=>"DIGIT"===e.type)))return{...e,decimalPart:o};return{...e,decimalPart:void 0,integerPart:[...e.integerPart,...o]}}(e,Math.abs(t))}function Xr(e){const t=pr(e);for(const e of[t.positive,t.negative,t.zero])if(e&&"date"===e.type&&e.tokens.some((e=>"DATE_PART"===e.type&&e.value.includes("q"))))return!1;return!0}function Kr(e){if(!e)return!1;try{return"text"===pr(e).positive.type}catch{return!1}}function Jr(e,t,o){return ea({value:Kr(t.format)&&null!==e.parsedValue?e.content:e.parsedValue,format:t.format,origin:o},t.locale)}function Qr(e,t){if(e.startsWith("="))throw new Error(`Cannot parse "${e}" because it's not a literal value. It's a formula`);if(""===e)return null;if(e.includes("\n"))return e;if(Ji(e,I))return en(e,I);const o=Li(e,t);return o?o.value:It(e)?"TRUE"===e.toUpperCase():e}function ea(e,t=I,o,s){const i=Ci(e.value);if(!i){return ia(ta(e,t,o),e.origin??s)}const n=Qr(i.label,t);return ia({...ta({value:n,format:e.format||("number"==typeof n?Lr(i.label,t)||Vr(i.label):void 0)},t,o),link:i},e.origin??s)}function ta(e,t,o){let{value:s,format:i,message:n}=e;i=o?.format||i;const a=Er(s,{format:i,locale:t});return mn(s)?function(e,t){return{value:e,formattedValue:e,message:t,type:r.error,isAutoSummable:!1,defaultAlign:"center"}}(s,n):null===s?sa(i):Kr(i)?oa(xn(s),i,a):"number"==typeof s?Pr(i||"")?function(e,t,o){return{value:e,format:t,formattedValue:o,type:r.number,isAutoSummable:!1,defaultAlign:"right"}}(s,i,a):function(e,t,o){return{value:e||0,format:t,formattedValue:o,type:r.number,isAutoSummable:!0,defaultAlign:"right"}}(s,i,a):"boolean"==typeof s?function(e,t,o){return{value:e,format:t,formattedValue:o,type:r.boolean,isAutoSummable:!1,defaultAlign:"center"}}(s,i,a):oa(s,i,a)}function oa(e,t,o){return{value:e,format:t,formattedValue:o,type:r.text,isAutoSummable:!0,defaultAlign:"left"}}const sa=Jt((function(e){return{value:null,format:e,formattedValue:"",type:r.empty,isAutoSummable:!0,defaultAlign:"left"}}));function ia(e,t){return null===e.value||"origin"in e||(e.origin=t),e}function na(e){const t=yi.now();switch(e){case"today":return Hi(t);case"yesterday":return Hi(yi.fromTimestamp(t.setDate(t.getDate()-1)));case"tomorrow":return Hi(yi.fromTimestamp(t.setDate(t.getDate()+1)));case"lastWeek":return Hi(yi.fromTimestamp(t.setDate(t.getDate()-7)));case"lastMonth":return Hi(yi.fromTimestamp(t.setMonth(t.getMonth()-1)));case"lastYear":return Hi(yi.fromTimestamp(t.setFullYear(t.getFullYear()-1)))}}function ra(e,t){return"dateValue"in e&&"exactDate"!==e.dateValue?[na(e.dateValue)]:e.values.map((e=>Mi(e,t)))}function aa(e,t){return e.map((e=>{if(e.startsWith("="))return e;const o=Qr(e,t);return"number"==typeof o?Er(o,{format:t.dateFormat,locale:t}):""}))}const la=new WeakMap,ca=new WeakMap;function ha(e,t){la.has(t)||(la.set(t,new Map),ca.set(t,0));const o=la.get(t),s=ga(e);if(o.has(s)){const i=o.get(s);return t[i]=e,i}const i=ca.get(t)+1;return o.set(s,i),ca.set(t,i),t[i]=e,i}function da(e){const t={};for(const o in e){const s=Fo(e[o].map(ls));for(const e of s)t[Bo(e)]=Number(o)}return t}function*ua(e,t){for(const o in t){const s=Vo(o),i=t[o];for(let t=s.top;t<=s.bottom;t++)for(let o=s.left;o<=s.right;o++){const s={sheetId:e,col:o,row:t};yield[s,i]}}}function ga(e){if(null===e)return"null";if(void 0===e)return"undefined";if("object"!=typeof e)return String(e);if(Array.isArray(e)){const t=e.length;let o="[";for(let s=0;s<t;s++)s>0&&(o+=","),o+=ga(e[s]);return o+"]"}const t=Object.keys(e).sort();let o="{";for(const s of t)void 0!==e[s]&&(o+=`"${s}":${ga(e[s])},`);return o+="}",o}function pa(e){return 20+120*Math.exp(-.035*(e-1))}const ma=new RegExp(/\$?([A-Z]{1,3})\$?([0-9]{1,7})/,"i"),fa=new RegExp(/^\$?([A-Z]{1,3})\$?([0-9]{1,7})$/,"i"),va=new RegExp(/^\$?([A-Z]{1,3})+$/,"i"),ba=new RegExp(/^\$?([0-9]{1,7})+$/,"i"),Sa=new RegExp(/^\s*('.+'!|[^']+!)?\$?([A-Z]{1,3})$/,"i"),Ca=new RegExp(/^\s*('.+'!|[^']+!)?\$?([0-9]{1,7})$/,"i"),ya=new RegExp(/^\s*('.+'!|[^']+!)?/.source+"("+[ma.source,/(\$?[A-Z]{1,3})?\$?[0-9]{1,7}\s*:\s*(\$?[A-Z]{1,3})?\$?[0-9]{1,7}\s*/i.source,/\$?[A-Z]{1,3}(\$?[0-9]{1,7})?\s*:\s*\$?[A-Z]{1,3}(\$?[0-9]{1,7})?\s*/i.source].join("|")+")"+/$/.source,"i");function wa(e){return Ca.test(e)}function Ia(e){return va.test(e)}function xa(e){return ba.test(e)}function Ea(e){return fa.test(e)}function Ra(e){if(!e.includes("!"))return{xc:e};const t=e.split("!"),o=t.pop();return{sheetName:mt(t.join("!"))||void 0,xc:o}}function Ta(e,t){return void 0!==e?`${vt(e)}!${t}`:t}function Aa(e){const t=[];for(let o=0;o<e;o++){const e={cells:{}};t.push(e)}return t}function Da(e,t,o){return o.map((o=>o>=e?o+t:o))}function _a(e,t){return e=[...e].sort(((e,t)=>t-e)),t.map((t=>{for(const o of e)if(t>o)t--;else if(t===o)return;return t})).filter(Mt)}function Fa(e,t="Sheet"){let o=1,s=`${t}${o}`;for(;e.includes(s);)s=`${t}${o}`,o++;return s}function Oa(e,t){let o=1;const s=di("Copy of %s",e);let i=s.toString();for(;t.includes(i);)i=`${s} (${o})`,o++;return i}function Pa(e,t){return void 0!==e&&void 0!==t&&mt(e.trim().toUpperCase())===mt(t.trim().toUpperCase())}function Ma(e,t){const o=e.zone,s=function(e,t){const{left:o,top:s,bottom:i,right:n}=e;if(void 0!==n&&void 0!==i)return e;if(void 0===i&&void 0!==n)return{right:n,top:s,left:o,bottom:t.numberOfRows-1};if(void 0===n&&void 0!==i)return{bottom:i,left:o,top:s,right:t.numberOfCols-1};throw new Error("Bad zone format")}(o,t(e.sheetId));let i=e.parts;return 1===e.parts.length&&us(s)>1?i=[e.parts[0],e.parts[0]]:2===e.parts.length&&1===us(s)&&(i=[e.parts[0]]),{unboundedZone:o,zone:s,parts:i,prefixSheet:e.prefixSheet,invalidSheetName:e.invalidSheetName,sheetId:e.sheetId}}function Na(e,t){const o=e.xc,{xc:s,sheetName:i}=Ra(o),n=Lo(s),r=function(e,t){const o=e.split(":").map((e=>{const t=wa(e);return{colFixed:!t&&e.startsWith("$"),rowFixed:t?e.startsWith("$"):e.includes("$",1)}})),s=void 0===t.bottom,i=void 0===t.right;s&&(o[0].rowFixed=o[0].rowFixed||o[1].rowFixed,o[1].rowFixed=o[0].rowFixed||o[1].rowFixed);i&&(o[0].colFixed=o[0].colFixed||o[1].colFixed,o[1].colFixed=o[0].colFixed||o[1].colFixed);return o}(s,n);return Ma({zone:n,parts:r,sheetId:e.sheetId,prefixSheet:Boolean(i),invalidSheetName:e.invalidSheetName},t)}function ka(e){const t={left:-1,top:-1,right:-1,bottom:-1};return{sheetId:"",zone:t,unboundedZone:t,parts:[],invalidXc:e,prefixSheet:!1}}function La(e){return ds(e.unboundedZone)}function Va(e){return hs(e.unboundedZone)}function Ua(e,t,o,s={useBoundedReference:!1,useFixedReference:!1}){if(e.invalidXc)return e.invalidXc;if(e.zone.bottom-e.zone.top<0||e.zone.right-e.zone.left<0)return on.InvalidReference;if(e.zone.left<0||e.zone.top<0)return on.InvalidReference;const i=e.sheetId!==t||e.invalidSheetName||e.prefixSheet;let n="";if(i&&(n=e.invalidSheetName?e.invalidSheetName:vt(o(e.sheetId))),i&&!n)return on.InvalidReference;let r=Ka(e,0,s);return e.parts&&2===e.parts.length&&(e.zone.top!==e.zone.bottom||e.zone.left!==e.zone.right||e.parts[0].rowFixed||e.parts[0].colFixed||e.parts[1].rowFixed||e.parts[1].colFixed)&&(r+=":",r+=Ka(e,1,s)),`${i?n+"!":""}${r}`}function Ha(e,t,o){const s=o.sheetId===e?t:o.sheetId;return{...o,sheetId:s}}function za(e,t,o){if(!o)return;const s=e.getRangeFromSheetXC(t,o);return s.invalidSheetName||s.invalidXc?void 0:s}function Ba(e){const t=[];for(const o of e)for(const e of ss(o.zone))t.push({...e,sheetId:o.sheetId});return t}function $a(e){return Ga.get(e.type)?.(e)}const Ga=new class extends n{add(e,t){return super.add(e,t),this}get(e){return this.content[e]}};function Wa(e){const t="COL"===e.dimension?"left":"top",o="COL"===e.dimension?"right":"bottom",s="COL"===e.dimension?"columns":"rows",i=[...e.elements];i.sort(((e,t)=>t-e));const n=yt(i);return i=>{if(!Pa(i.sheetId,e.sheetId))return{changeType:"NONE"};let r=i,a="NONE";for(const e of n){const n=ro(e),l=no(e);if(i.zone[t]<=n&&n<=i.zone[o]){const e=Math.min(i.zone[o],l)-n+1;a="RESIZE",r=Xa(r,s,a,-e)}else if(i.zone[t]>=n&&i.zone[o]<=l)a="REMOVE",r=ka(on.InvalidReference);else if(i.zone[t]<=l&&i.zone[o]>=l){const e=l-i.zone[t]+1;a="RESIZE",r=Xa(r,s,a,-e),r=Xa(r,s,"MOVE",-(i.zone[t]-n))}else n<i.zone[t]&&(a="MOVE",r=Xa(r,s,a,-(l-n+1)))}return"NONE"!==a?{changeType:a,range:r}:{changeType:"NONE"}}}function qa(e){const t="COL"===e.dimension?"left":"top",o="COL"===e.dimension?"right":"bottom",s="COL"===e.dimension?"columns":"rows";return i=>{if(i.sheetId!==e.sheetId)return{changeType:"NONE"};if("after"===e.position){if(i.zone[t]<=e.base&&e.base<i.zone[o])return{changeType:"RESIZE",range:Xa(i,s,"RESIZE",e.quantity)};if(e.base<i.zone[t])return{changeType:"MOVE",range:Xa(i,s,"MOVE",e.quantity)}}else{if(i.zone[t]<e.base&&e.base<=i.zone[o])return{changeType:"RESIZE",range:Xa(i,s,"RESIZE",e.quantity)};if(e.base<=i.zone[t])return{changeType:"MOVE",range:Xa(i,s,"MOVE",e.quantity)}}return{changeType:"NONE"}}}function Za(e){return t=>{if(t.sheetId!==e.sheetId&&t.invalidSheetName!==e.sheetName)return{changeType:"NONE"};const o=e.sheetName;return{changeType:"REMOVE",range:t={...ka(on.InvalidReference),invalidSheetName:o}}}}function ja(e){return t=>{if(t.sheetId===e.sheetId)return{changeType:"CHANGE",range:t};if(e.newName&&t.invalidSheetName===e.newName){const o=void 0,s=e.sheetId;return{changeType:"CHANGE",range:{...t,sheetId:s,invalidSheetName:o}}}if(e.oldName&&t.invalidSheetName===e.oldName){const o=void 0,s=e.sheetId;return{changeType:"CHANGE",range:{...t,sheetId:s,invalidSheetName:o}}}return{changeType:"NONE"}}}function Ya(e){const t=e.target[0];return o=>{if(o.sheetId!==e.sheetId||!Qo(o.zone,t))return{changeType:"NONE"};const s=e.targetSheetId,i=Xa(o,"both","MOVE",[e.col-t.left,e.row-t.top]),n=e.sheetId!==s||i.prefixSheet;return{changeType:"MOVE",range:{...i,sheetId:s,prefixSheet:n}}}}function Xa(e,t,o,s){return{...e,unboundedZone:rs(e.unboundedZone,t,o,s),zone:rs(e.zone,t,o,s)}}function Ka(e,t,o={useBoundedReference:!1,useFixedReference:!1}){const s=e.parts[t]?.colFixed||o.useFixedReference?"$":"",i=So(0===t?e.zone.left:e.zone.right),n=e.parts[t]?.rowFixed||o.useFixedReference?"$":"",r=String(0===t?e.zone.top+1:e.zone.bottom+1);let a="";return a=ds(e.unboundedZone)&&!o.useBoundedReference?0===t&&e.unboundedZone.hasHeader?s+i+n+r:s+i:hs(e.unboundedZone)&&!o.useBoundedReference?0===t&&e.unboundedZone.hasHeader?s+i+n+r:n+r:s+i+n+r,a}function Ja(e,t,o){const s=[];return t.forEach((t=>{const i=function(e,t){e=e.toLocaleLowerCase();let o=0,s=0;const i=(t=t.toLocaleLowerCase()).length;let n=0;for(let r=0;r<i;r++)t[r]===e[n]?(n++,s+=100+s-r/200):s=0,o+=s;return n===e.length?o:0}(e,o(t));i>0&&s.push({score:i,elem:t})})),s.sort(((e,t)=>t.score-e.score)),s.map((e=>e.elem))}function Qa(e,t=1){return t*(e+Te)-Te}function el(e,t,o,s){const i=dl(e,t,o,"wrap"===o?.wrapping?s-2*Te:void 0).length;return Qa(cl(o),i)+2*Ae}function tl(e,t=!1,o=!1){return`${o?"italic":""} ${t?"bold":""} ${e}px ${Le}`}Ga.add("REMOVE_COLUMNS_ROWS",(e=>({applyChange:Wa(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("ADD_COLUMNS_ROWS",(e=>({applyChange:qa(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("DELETE_SHEET",(e=>({applyChange:Za(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("RENAME_SHEET",(e=>({applyChange:ja(e),sheetId:e.sheetId,sheetName:{old:e.oldName,current:e.newName}}))).add("MOVE_RANGES",(e=>({applyChange:Ya(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}})));const ol={};function sl(e,t,o,s="pt"){return il(e,t,ll(o,s))}function il(e,t,o){if(ol[o]||(ol[o]={}),void 0===ol[o][t]){const s=e.font;e.font=o,ol[o][t]=e.measureText(t).width,e.font=s}return ol[o][t]}const nl={};function rl(e,t,o,s="pt"){const i=ll(o,s);e.save(),e.font=i;const n=function(e,t){const o=e.font;nl[o]||(nl[o]={});if(void 0===nl[o][t]){const s=e.measureText(t),i=s.width,n=s.fontBoundingBoxAscent+s.fontBoundingBoxDescent;nl[o][t]={width:i,height:n}}return nl[o][t]}(e,t);return e.restore(),n}function al(e){return Math.round(96*e/72)}function ll(e,t="pt"){return`${e.italic?"italic ":""}${e.bold?"bold":Ne} ${("pt"===t?cl(e):e.fontSize)??ke}px ${Le}`}function cl(e){return al(e?.fontSize||ke)}function hl(e,t,o,s){if(sl(e,t,s)<=o)return[t];const i=[];let n="";for(const r of t){sl(e,n+r,s)>o?(i.push(n),n=r):n+=r}return i.push(n),i}function dl(e,t,o,s){o||(o={}),Rt(t)&&(t=Dt(t).label);const i=[],n=t.includes(ot)?t.split(ot):[t];for(const t of n){const n=t.includes(" ")?t.split(" "):[t];if(!s){i.push(t);continue}let r="",a=s;for(const t of n){const n=hl(e,t,s,o),l=n.pop(),c=sl(e,l,o);if(n.length)""!==r&&(i.push(r),r="",a=s),n.forEach((e=>{i.push(e)})),r=l,a=s-c;else{const t=""===r?l:" "+l,n=sl(e,t,o);n<=a?(r+=t,a-=n):(i.push(r),r=l,a=s-c)}}""!==r&&i.push(r)}return i}function ul(e){return e?e.toLowerCase():""}const gl=/([0-9\.]*)px/;function pl(e,t,o){let s=il(e,t,e.font);if(s<=o)return t;const i=il(e,"…",e.font);if(s<=i)return t;let n=t.length;for(;s>=o-i&&n-- >0;)s=il(e,t=t.substring(0,n),e.font);return t+"…"}function ml(e,t,o,s=!1,i=!1,n=function(e){return Number(e.match(gl)?.[1])}(e.font)/10){if(e.fillText(t,o.x,o.y),!s&&!i)return;const r=e.measureText(t),a=r.width,l=r.actualBoundingBoxAscent+r.actualBoundingBoxDescent,c=r.fontBoundingBoxAscent+r.fontBoundingBoxDescent;let{x:h,y:d}=o,u=d,g=d;switch(e.textAlign){case"center":h-=a/2;break;case"right":h-=a}switch(e.textBaseline){case"top":g+=c-2*n,u+=c/2-n;break;case"middle":g+=c/2-n;break;case"alphabetic":g+=2*n,u-=3*n;break;case"bottom":g=d,u-=l/2-n/2}s&&(e.lineWidth=n,e.strokeStyle=e.fillStyle,e.beginPath(),e.moveTo(h,g),e.lineTo(h+a,g),e.stroke()),i&&(e.lineWidth=n,e.strokeStyle=e.fillStyle,e.beginPath(),e.moveTo(h,u),e.lineTo(h+a,u),e.stroke())}function fl(e,t,o,s,i="pt"){if(sl(e,o,s,i)<=t)return o;const n=sl(e,"...",s,i);if(n>=t)return"";let r,a=1,l=o.length;for(;a<=l;){const c=Math.floor((a+l)/2);r=sl(e,o.slice(0,c),s,i),r+n>t?l=c-1:a=c+1}const c=o.slice(0,Math.max(0,a-1));return c?c+"...":""}class vl{smallUuid(){return window.crypto?"10000000-1000".replace(/[01]/g,(e=>{const t=Number(e);return(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16)})):"xxxxxxxx-xxxx".replace(/[xy]/g,(function(e){const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}uuidv4(){return window.crypto?"10000000-1000-4000-8000-100000000000".replace(/[018]/g,(e=>{const t=Number(e);return(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16)})):"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}}class bl{getters;dispatch;constructor(e,t){this.getters=e,this.dispatch=t}copy(e,t,o="copyPaste"){}paste(e,t,o){}isPasteAllowed(e,t,o,s){return"Success"}isCutAllowed(e){return"Success"}getPasteTarget(e,t,o,s){return{zones:[],sheetId:e}}convertTextToClipboardData(e){}}class Sl extends bl{copy(e,t,o="copyPaste"){}pasteFromCopy(e,t,o,s){if(1===t.length)for(const i of Ss(t,o))this.pasteZone(e,i.left,i.top,o,s);else for(const i of Fo(t))for(let t=i.left;t<=i.right;t++)for(let n=i.top;n<=i.bottom;n++)this.pasteZone(e,t,n,o,s)}pasteZone(e,t,o,s,i){}}class Cl extends bl{copy(e){}}const yl=["%"],wl="+,-,*,/,:,=,<>,>=,>,<=,<,^,&".split(",").concat(yl);function Il(e,t=I){e=Xt(e);const o=new ao(e),s=[],i=Zt.test(e)?Nl:kl;for(;!o.isOver();){let e=Ll(o)||i(o)||Tl(o,t)||Rl(o)||Al(o)||Fl(o)||xl(o)||Vl(o)||_l(o,t)||Ml(o);e||(e={type:"UNKNOWN",value:o.shift()}),s.push(e)}return s}function xl(e){return"?"===e.current?(e.shift(),{type:"DEBUGGER",value:"?"}):null}const El={"(":{type:"LEFT_PAREN",value:"("},")":{type:"RIGHT_PAREN",value:")"}};function Rl(e){if("("===e.current||")"===e.current){const t=e.shift();return El[t]}return null}function Tl(e,t){if(e.current===t.formulaArgSeparator){return{type:"ARG_SEPARATOR",value:e.shift()}}return null}function Al(e){for(const t of wl)if(e.currentStartsWith(t))return e.advanceBy(t.length),{type:"OPERATOR",value:t};return null}const Dl=new Set("0123456789");function _l(e,t){if(!Dl.has(e.current)&&e.current!==t.decimalSeparator)return null;const o=e.remaining().match(Xi(t.decimalSeparator));return o?(e.advanceBy(o[0].length),{type:"NUMBER",value:o[0]}):null}function Fl(e){if('"'===e.current){const t=e.shift();let o=t;for(;e.current&&(e.current!==t||"\\"===o[o.length-1]);)o+=e.shift();return'"'===e.current&&(o+=e.shift()),{type:"STRING",value:o}}return null}const Ol=/\p{L}|\p{N}|_|\.|!|\$/u,Pl=new Set("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.!$");function Ml(e){let t="";if("'"===e.current){let o=e.shift();for(t+=o;e.current;)if(o=e.shift(),t+=o,"'"===o){if(!e.current||"'"!==e.current)break;o=e.shift(),t+=o}if("'"!==o)return{type:"UNKNOWN",value:t}}for(;e.current&&(Pl.has(e.current)||e.current.match(Ol));)t+=e.shift();if(t.length){const e=t;return ya.test(e)?{type:"REFERENCE",value:e}:{type:"SYMBOL",value:e}}return null}function Nl(e){let t="";for(;" "===e.current||e.current&&e.current.match(Zt);)t+=e.shift();return t?{type:"SPACE",value:t}:null}function kl(e){let t="";for(;" "===e.current;)t+=e.shift();return t?{type:"SPACE",value:t}:null}function Ll(e){let t=0;for(;e.current===ot;)t++,e.shift();return t?{type:"SPACE",value:ot.repeat(t)}:null}function Vl(e){return e.currentStartsWith(on.InvalidReference)?(e.advanceBy(on.InvalidReference.length),{type:"INVALID_REFERENCE",value:on.InvalidReference}):null}function Ul(e){if(!e||"object"!=typeof e||e.thousandsSeparator&&"string"!=typeof e.thousandsSeparator)return!1;for(const t of["code","name","decimalSeparator","dateFormat","timeFormat","formulaArgSeparator"])if(!e[t]||"string"!=typeof e[t])return!1;if(e.formulaArgSeparator===e.decimalSeparator)return!1;if(e.thousandsSeparator===e.decimalSeparator)return!1;try{Er(1,{locale:e,format:"#,##0.00"}),Er(1,{locale:e,format:e.dateFormat}),Er(1,{locale:e,format:e.timeFormat})}catch{return!1}return!0}function Hl(e,t){return uo(e)?Gl(e,t):Zl(e,t)}function zl(e,t){return uo(e)?Gl(e,t):function(e,t){if(Ni(e,t)){const o=bn(e,t);let s=I.dateFormat;return Number.isInteger(o)||(s+=" "+I.timeFormat),Er(o,{locale:I,format:s})}return Zl(e,t)}(e,t)}function Bl(e,t){return e.startsWith("=")?Wl(e,t):function(e,t){if(Ni(e,I)){const o=bn(e,I);let s=t.dateFormat;return Number.isInteger(o)||(s+=" "+t.timeFormat),Er(o,{locale:t,format:s})}return function(e,t){if("."===t.decimalSeparator||!Ji(e,I))return e;const o=Nr(I);return e.replace(o,(e=>e.replace(".",t.decimalSeparator)))}(e,t)}(e,t)}function $l(e,t){return uo(e)?Gl(e,t):Zl(e,t)}function Gl(e,t){return ql(e.startsWith("+")?"="+e.slice(1):e,t,I)}function Wl(e,t){return ql(e,I,t)}function ql(e,t,o){if(t.formulaArgSeparator===o.formulaArgSeparator&&t.decimalSeparator===o.decimalSeparator)return e;const s=Il(e,t);let i="";for(const e of s)"NUMBER"===e.type?i+=e.value.replace(t.decimalSeparator,o.decimalSeparator):"ARG_SEPARATOR"===e.type?i+=o.formulaArgSeparator:i+=e.value;return i}function Zl(e,t){return"."!==t.decimalSeparator&&Ji(e,t)?(t.thousandsSeparator&&(e=e.replaceAll(t.thousandsSeparator,"")),e.replace(t.decimalSeparator,".")):e}function jl(e,t){return Kl(e,(e=>zl(e,t)))}function Yl(e,t){return Kl(e,(e=>Bl(e,t)))}function Xl(e,t){const o=pt(e);return o.criterion.values=o.criterion.values.map((e=>Bl(e,t))),o}function Kl(e,t){switch((e=pt(e)).type){case"CellIsRule":switch(e.operator){case"isBetween":case"isNotBetween":case"isEqual":case"isNotEqual":case"isGreaterThan":case"isGreaterOrEqualTo":case"isLessThan":case"isLessOrEqualTo":case"customFormula":return e.values=e.values.map((e=>t(e))),e;case"beginsWithText":case"containsText":case"endsWithText":case"notContainsText":case"isEmpty":case"isNotEmpty":return e}case"DataBarRule":return e;case"ColorScaleRule":return e.minimum=Jl(e.minimum,t),e.maximum=Jl(e.maximum,t),e.midpoint&&(e.midpoint=Jl(e.midpoint,t)),e;case"IconSetRule":return e.lowerInflectionPoint.value=t(e.lowerInflectionPoint.value),e.upperInflectionPoint.value=t(e.upperInflectionPoint.value),e}}function Jl(e,t){if(!e?.value)return e;const o=t("formula"===e.type?"="+e.value:e.value),s="formula"===e.type?o.slice(1):o;return{...e,value:s}}function Ql(e){return e.dateFormat+" "+e.timeFormat}function ec(e){let t=!1,o=!0;return zn(e,(e=>(t=!0,o=o&&e,o))),{foundBoolean:t,result:o}}function tc(e){let t=!1,o=!1;return zn(e,(e=>(t=!0,o=o||e,!o))),{foundBoolean:t,result:o}}function oc(e,t){return Nn(e,((e,t)=>e+t),0,t)}function sc(e){return Mn(e,((e,t)=>Jn(t)?e.add(t?.value):e),new Set).size}function ic(e,t){if(!e)throw new nn(t)}function nc(e,t=di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")){if(0===e)throw new un(t)}function rc(e){return 1===e.length||1===e[0].length}function ac(...e){if(e.every(E)){const t=e[0].length,o=e[0][0].length;for(const s of e)if(s.length!==t||s[0].length!==o)return!1;return!0}return!e.some((e=>Array.isArray(e)&&(1!==e.length||1!==e[0].length)))}function lc(e){return e.length===e[0].length}const cc=e=>di("The function [[FUNCTION_NAME]] expects a number value to be greater than or equal to 1, but receives %s.",e);function hc(e){const t=Array(e);for(let o=0;o<e;o++)t[o]=Array(e).fill(0),t[o][o]=1;return t}function dc(e){if(e.length<1||e[0].length<1)throw new Error("invertMatrix: an empty matrix cannot be inverted.");if(e.length!==e[0].length)throw new Error("invertMatrix: only square matrices are invertible");let t=1;const o=e.length,s=hc(o),i=e.map((e=>e.slice()));for(let e=0;e<o;e++){let n=i[e][e];if(0===n){for(let n=e+1;n<o;n++)if(0!==i[e][n]){uc(i,e,n),uc(s,e,n),t*=-1;break}if(n=i[e][e],0===n)return{determinant:0}}for(let t=0;t<o;t++)i[t][e]=i[t][e]/n,s[t][e]=s[t][e]/n;t*=n;for(let t=0;t<o;t++){if(t===e)continue;const n=i[e][t];for(let r=0;r<o;r++)i[r][t]-=n*i[r][e],s[r][t]-=n*s[r][e]}}return{inverted:s,determinant:t}}function uc(e,t,o){for(let s=0;s<e.length;s++){const i=e[s][t];e[s][t]=e[s][o],e[s][o]=i}}function gc(e,t){if(e.length<1||t.length<1)throw new Error("multiplyMatrices: empty matrices cannot be multiplied.");if(e.length!==t[0].length)throw new Error("multiplyMatrices: incompatible matrices size.");const o=e[0].length,s=t.length,i=e.length,n=Array(s);for(let r=0;r<s;r++){n[r]=Array(o);for(let s=0;s<o;s++){let o=0;for(let n=0;n<i;n++)o+=e[n][s]*t[r][n];n[r][s]=o}}return n}function pc(e){if(!E(e))return e;if(!mc(e))throw new Error("The value should be a scalar or a 1x1 matrix");return e[0][0]}function mc(e){return 1===e.length&&1===e[0].length}function fc(e){return E(e)&&!mc(e)}function vc(...e){const t=e[0].length;e.forEach(((e,o)=>ic(e.length===t,di("[[FUNCTION_NAME]] has mismatched dimensions for argument %s (%s vs %s).",o.toString(),t.toString(),e.length.toString()))))}function bc(e,t){let o=0;const s=Nn(e,((e,t)=>(o+=1,e+t)),0,t);return nc(o),s/o}function Sc(e,t){let o=0;for(const s of e)if(E(s))for(const e of s)for(const t of e)"number"==typeof t.value&&(o+=1);else{const e=s?.value;mn(e)||"string"==typeof e&&!Ji(e,t)&&!Li(e,t)||(o+=1)}return o}function Cc(e){return Mn(e,((e,t)=>void 0!==t&&null!==t.value?e+1:e),0)}function yc(e,t){let o={value:-1/0};return On(e,(e=>{e.value>=o.value&&(o=e)}),t),o.value===-1/0?{value:0}:o}function wc(e,t){let o={value:1/0};return On(e,(e=>{e.value<=o.value&&(o=e)}),t),o.value===1/0?{value:0}:o}function Ic(e,t,o){const s=e[0].length?e:[Ct(1,t.flat().length+1)],i=s.length;let n=o[0].length?o:s;return n=n.length===i?Un(n):n,{_X:s,_newX:n}}function xc(e,t,o=!0,s=!1){const i=t.flat(),n=i.length;let{_X:r}=Ic(e,t,[[]]);r=r.length===n?Un(r):r.slice(),vc(r[0],i);const a=r.length,l=n-a-(o?1:0),c=[i],h=Un(r.reverse()),d=[];for(let e=0;e<a;e++)if(d.push(0),o){for(const t of r[e])d[e]+=t;d[e]/=n}let u=0;if(o){for(const e of i)u+=e;u/=n}const g=h.map((e=>e.map(((e,t)=>e-d[t]))));o&&h.forEach((e=>e.push(1)));const p=Rc(h,c);if(o||p.push([0]),!s)return p;const m=gc(g,Un(g)),{inverted:f}=dc(m);if(void 0===f)throw new nn(di("Matrix is not invertible"));let v=0,b=0;for(let e=0;e<n;e++){const t=i[e]-u;let o=0;for(let t=0;t<a;t++){o+=g[e][t]*p[t][0]}const s=t-o;v+=s*s,b+=o*o}const S=Math.sqrt(v/l),C=b/(b+v),y=b/a/(v/l),w=[];for(let e=0;e<a;e++)w.push(S*Math.sqrt(f[e][e]));if(o){const e=gc(f,[d]),t=gc(Un([d]),e);w.push(S*Math.sqrt(t[0][0]+1/i.length))}const I=[[p[0][0],w[0],C,y,b],[p[1][0],w[1],S,l,v]];for(let e=2;e<a;e++)I.push([p[e][0],w[e],"","",""]);return o?I.push([p[a][0],w[a],"","",""]):I.push([0,"","","",""]),I}function Ec(e,t,o,s){vc(t,e),ic(o>=1,di("Function [[FUNCTION_NAME]] A regression of order less than 1 cannot be possible."));const i=[e],n=t.map((e=>Ct(0,o).map((t=>Math.pow(e,o-t)))));s&&n.forEach((e=>e.push(1)));const r=Rc(n,i);return s||r.push([0]),r}function Rc(e,t){const o=gc(e,Un(e)),{inverted:s}=dc(o);if(void 0===s)throw new nn(di("Matrix is not invertible"));const i=gc(e,t);return Un(gc(s,i))}function Tc(e,t,o){return e.reduce(((e,s,i)=>e+s*Math.pow(t,o-i)),0)}function Ac(e){return e.map((e=>e.map((e=>Math.exp(e)))))}function Dc(e){return e.map((e=>e.map((e=>Math.log(e)))))}function _c(e,t,o,s){const{_X:i,_newX:n}=Ic(t,e,o),r=xc(i,e,s,!1),a=r.length-1,l=n.map((e=>{let t=0;for(let o=0;o<a;o++)t+=r[o][0]*e[a-o-1];return t+=r[a][0],[t]}));return l.length===o.length?l:Un(l)}const Fc=new n;function Oc(e){return Fc.get(e)}const Pc={normalizeFunctionValue:e=>bn(e,I),toValueAndFormat:(e,t)=>({value:bn(e,I),format:"dd mmm yyyy"}),toFunctionValue(e){const t=An(e,I);return`DATE(${t.getFullYear()},${t.getMonth()+1},${t.getDate()})`}},Mc={normalizeFunctionValue(e){const t=bn(e,I);if(t<1||t>31)throw new nn(di("%s is not a valid day of month (it should be a number between 1 and 31)",t));return t},toValueAndFormat:e=>({value:bn(e,I),format:"0"}),toFunctionValue:e=>`${e}`},Nc={normalizeFunctionValue(e){const t=bn(e,I);if(t<1||t>7)throw new nn(di("%s is not a valid day of week (it should be a number between 1 and 7)",t));return t},toValueAndFormat(e,t){const o=(e-1+(t||I).weekStart)%7;return{value:Ir[o].toString(),format:"@"}},toFunctionValue:e=>`${e}`},kc={normalizeFunctionValue(e){const t=bn(e,I);if(t<0||t>53)throw new nn(di("%s is not a valid week (it should be a number between 0 and 53)",t));return t},toValueAndFormat:e=>({value:bn(e,I),format:"0"}),toFunctionValue:e=>`${e}`},Lc={normalizeFunctionValue(e){const t=bn(e,I);if(t<1||t>12)throw new nn(di("%s is not a valid month (it should be a number between 1 and 12)",t));return t},toValueAndFormat:e=>({value:wr[bn(e,I)-1].toString(),format:"@"}),toFunctionValue:e=>`${e}`},Vc={normalizeFunctionValue:e=>Er(bn(e,I),{locale:I,format:"mm/yyyy"}),toValueAndFormat:e=>({value:bn(e,I),format:"mmmm yyyy"}),toFunctionValue(e){const t=An(e,I);return`DATE(${t.getFullYear()},${t.getMonth()+1},1)`}},Uc={normalizeFunctionValue(e){const t=bn(e,I);if(t<1||t>4)throw new nn(di("%s is not a valid quarter (it should be a number between 1 and 4)",t));return t},toValueAndFormat:e=>({value:di("Q%(quarter_number)s",{quarter_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Hc={normalizeFunctionValue(e){const t=bn(e,I);return t>3e3?An(t,I).getFullYear():t},toValueAndFormat:e=>({value:bn(e,I),format:"0"}),toFunctionValue:e=>`${e}`},zc={normalizeFunctionValue(e){const t=bn(e,I);if(t<0||t>23)throw new nn(di("%s is not a valid hour (it should be a number between 0 and 23)",t));return t},toValueAndFormat:e=>({value:di("%(hour_number)sh",{hour_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Bc={normalizeFunctionValue(e){const t=bn(e,I);if(t<0||t>59)throw new nn(di("%s is not a valid minute (it should be a number between 0 and 59)",t));return t},toValueAndFormat:e=>({value:di("%(minute_number)s'",{minute_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},$c={normalizeFunctionValue(e){const t=bn(e,I);if(t<0||t>59)throw new nn(di("%s is not a valid second (it should be a number between 0 and 59)",t));return t},toValueAndFormat:e=>({value:di("%(second_number)s''",{second_number:e}),format:"@"}),toFunctionValue:e=>`${e}`};function Gc(e){return{normalizeFunctionValue:t=>null===t?null:e.normalizeFunctionValue(t),toValueAndFormat:(t,o)=>null===t?{value:di("(Undefined)")}:e.toValueAndFormat(t,o),toFunctionValue:t=>null===t?"false":e.toFunctionValue(t)}}Fc.add("day",Gc(Pc)).add("year",Gc(Hc)).add("day_of_month",Gc(Mc)).add("iso_week_number",Gc(kc)).add("month_number",Gc(Lc)).add("month",Gc(Vc)).add("quarter_number",Gc(Uc)).add("day_of_week",Gc(Nc)).add("hour_number",Gc(zc)).add("minute_number",Gc(Bc)).add("second_number",Gc($c));const Wc={count:di("Count"),count_distinct:di("Count Distinct"),bool_and:di("Boolean And"),bool_or:di("Boolean Or"),max:di("Maximum"),min:di("Minimum"),avg:di("Average"),sum:di("Sum")},qc=["max","min","avg","sum","count_distinct","count"],Zc={integer:qc,char:qc,datetime:qc,boolean:["count_distinct","count","bool_and","bool_or"]},jc={};for(const e in Zc){jc[e]={};for(const t of Zc[e])jc[e][t]=Wc[t]}const Yc={count:e=>({value:Cc([e]),format:"0"}),count_distinct:e=>({value:sc([e]),format:"0"}),bool_and:e=>({value:ec([e]).result}),bool_or:e=>({value:tc([e]).result}),max:(e,t)=>yc([e],t),min:(e,t)=>wc([e],t),avg:(e,t)=>({value:bc([e],t),format:pn(e)}),sum:(e,t)=>({value:oc([e],t),format:pn(e)})};function Xc(e){const t=Object.keys(e);if(!t.length)return 0;const o=t.map((e=>parseInt(e,10)));return Math.max(...o)}const Kc={year:di("Year"),quarter:di("Quarter & Year"),month:di("Month & Year"),week:di("Week & Year"),day:di("Day"),quarter_number:di("Quarter"),month_number:di("Month"),iso_week_number:di("Week"),day_of_month:di("Day of Month"),day_of_week:di("Day of Week"),hour_number:di("Hour"),minute_number:di("Minute"),second_number:di("Second")},Jc=["date","datetime"];function Qc(e){const[t,o]=e.split(":");return o?{fieldName:t,granularity:o}:{fieldName:t}}function eh(e){return Jc.includes(e.type)}function th(e,t,o){const s=[e];o&&s.push(`"${o}"`);for(const{field:e,value:o,type:i}of t){if("measure"===e){s.push('"measure"',`"${o}"`);continue}const{granularity:t}=Qc(e),n=rh(o,{type:i,granularity:t});s.push(`"${e}"`,n)}return s}function oh(e,t){let o=0,s=0;const i=t.columns.map((e=>e.nameWithGranularity)),n=t.rows.map((e=>e.nameWithGranularity));for(;void 0!==e[o]&&e[o]===n[s];)o++,s++;for(s=0;void 0!==e[o]&&e[o]===i[s];)o++,s++;return e.length===o}function sh(e,t){switch(t.type){case"HEADER":return`=PIVOT.HEADER(${th(e,t.domain).join(",")})`;case"VALUE":return`=PIVOT.VALUE(${th(e,t.domain,t.measure).join(",")})`;case"MEASURE_HEADER":return`=PIVOT.HEADER(${th(e,[...t.domain,{field:"measure",value:t.measure,type:"char"}]).join(",")})`}return""}function ih(e,t){if(null===t||"null"===t)return null;const o="object"==typeof t?t.value:t;if(mn(o))return o;if("custom"===e.type)return Dn(t)??null;const s="boolean"==typeof t?xn(t).toLocaleLowerCase():xn(t);if("null"===s)return null;if(!lh.contains(e.type))throw new nn(di("Field %(field)s is not supported because of its type (%(type)s)",{field:e.displayName,type:e.type}));if("false"===s.toLowerCase())return!1;return lh.get(e.type)(s,e.granularity)}function nh(e,t){return Oc(t??"month").normalizeFunctionValue(e)}function rh(e,t){return null===e?'"null"':ch.contains(t.type)?ch.get(t.type)(e,t.granularity):`"${e}"`}function ah(e,t){return Oc(t??"month").toFunctionValue(e)}const lh=new n;lh.add("date",nh).add("datetime",nh).add("integer",(e=>bn(e,I))).add("boolean",(e=>Tn(e))).add("char",(e=>xn(e))).add("custom",(e=>e));const ch=new n;function hh(e){return e.displayName+(e.granularity?` (${Kc[e.granularity]})`:"")}function dh(e,t){try{if(!t.getMeasure(e.measure))return!1;const o=t.definition.columns;for(let s=0;s<e.domain.length;s++){if(o[s].nameWithGranularity!==e.domain[s].field)return!1;const i=t.getPossibleFieldValues(o[s]).map((e=>e.value));if(!(i.includes(e.domain[s].value)||null===e.domain[s].value&&i.includes("")))return!1}return!0}catch(e){return!1}}function uh(e,t){return ho(e,t.groups.map((e=>e.name)),{compute:(e,t)=>`${e}${t}`,start:2})}function gh(e,t){return ho(e,Object.values(t).map((e=>[e?.name,e?.string])).flat().filter(Mt),{compute:(e,t)=>`${e}${t}`,start:2})}function ph(e,t){const o={};for(const s of Object.values(e.customFields||{})){t[s.parentField]&&(o[s.name]={type:"custom",isCustomField:!0,name:s.name,string:s.name,customGroups:s.groups,parentField:s.parentField})}return o}function mh(e,t){t.groups=t.groups.filter((t=>!t.values.some((t=>e.includes(t)))))}function fh(e,t,o){const s=e.rows.some((e=>e.fieldName===t))?e.rows:e.columns,i=s.findIndex((e=>e.fieldName===t));return-1===i||s.some((e=>e.fieldName===o))||s.splice(i,0,{fieldName:o}),e}function vh(e,t,o){return Object.values(e.customFields||{}).find((e=>e.parentField===t.name))||{parentField:t.name,name:gh(t.string,o),groups:[]}}ch.add("date",ah).add("datetime",ah).add("integer",(e=>`${bn(e,I)}`)).add("boolean",(e=>Tn(e)?"TRUE":"FALSE")).add("char",(e=>`"${xn(e).replace(/"/g,'\\"')}"`)).add("custom",(e=>"string"==typeof e?`"${e}"`:String(e)));class bh extends Sl{isCutAllowed(e){return 1!==e.zones.length?"WrongCutSelection":"Success"}copy(e,t,o="copyPaste"){const s=e.sheetId,{clippedZones:i,rowsIndexes:n,columnsIndexes:r}=e,a=[],l=1===n.length&&1===r.length;for(const t of n){const i=[];for(const a of r){const c={col:a,row:t,sheetId:s};let h=this.getters.getCell(c);const d=this.getters.getEvaluatedCell(c),u=this.getters.getPivotIdFromPosition(c),g=this.getters.getArrayFormulaSpreadingOn(c);if("shiftCells"!==o&&u&&g){const t=this.getters.getSpreadZone(g);if((!zt(g,c)||!l)&&t&&!e.zones.some((e=>Qo(t,e)))){const e=this.getters.getPivotCellFromPosition(c),t=sh(this.getters.getPivotFormulaId(u),e);h={id:h?.id||"",style:h?.style,format:h?.format,content:t,isFormula:!1,parsedValue:d.value}}}else if("shiftCells"!==o&&g&&!zt(g,c)){const e=n.includes(g.row)&&r.includes(g.col)?"":Er(d.value,{locale:this.getters.getLocale()});h={id:h?.id||"",style:h?.style,format:d.format,content:e,isFormula:!1,parsedValue:d.value}}i.push({content:h?.content??"",style:h?.style,format:h?.format,tokens:h?.isFormula?h.compiledFormula.tokens.map((({value:e,type:t})=>({value:e,type:t}))):[],border:this.getters.getCellBorder(c)||void 0,evaluatedCell:d,position:c})}a.push(i)}return{cells:a,zones:i,sheetId:e.sheetId}}isPasteAllowed(e,t,o,s){if(!o.cells)return"Success";if(s?.isCutOperation&&void 0!==s?.pasteOption)return"WrongPasteOption";if(t.length>1&&(o.cells.length>1||o.cells[0].length>1))return"WrongPasteSelection";const i=o.cells.length,n=o.cells[0].length;for(const s of Ss(t,o.cells))if(this.getters.doesIntersectMerge(e,s)&&(t.length>1||!this.getters.isSingleCellOrMerge(e,t[0])||i*n!=1))return"WillRemoveExistingMerge";return"Success"}paste(e,t,o){const s=e.zones,i=e.sheetId;o.isCutOperation?this.pasteFromCut(i,s,t,o):this.pasteFromCopy(i,s,t.cells,o)}getPasteTarget(e,t,o,s){const i=o.cells[0].length,n=o.cells.length;return s?.isCutOperation?{sheetId:e,zones:[{left:t[0].left,top:t[0].top,right:t[0].left+i-1,bottom:t[0].top+n-1}]}:1===i&&1===n?{zones:[],sheetId:e}:{sheetId:e,zones:Ss(t,o.cells)}}pasteFromCut(e,t,o,s){this.clearClippedZones(o);const i=t[0];this.pasteZone(e,i.left,i.top,o.cells,s)}clearClippedZones(e){this.dispatch("CLEAR_CELLS",{sheetId:e.sheetId,target:e.zones}),this.dispatch("CLEAR_FORMATTING",{sheetId:e.sheetId,target:e.zones})}pasteZone(e,t,o,s,i){for(const[n,r]of s.entries())for(const[s,a]of r.entries()){if(!a)continue;const r={col:t+s,row:o+n,sheetId:e};this.pasteCell(a,r,i)}}pasteCell(e,t,o){const{sheetId:s,col:i,row:n}=t,r=this.getters.getEvaluatedCell(t),a=e?.format??e.evaluatedCell.format;if("asValue"===o?.pasteOption)return void this.dispatch("UPDATE_CELL",{...t,content:e.evaluatedCell.value?.toString()||"",format:a});if("onlyFormat"===o?.pasteOption)return void this.dispatch("UPDATE_CELL",{...t,style:e?.style??null,format:a??r.format});let l=e?.content;e?.tokens&&e.tokens.length>0&&!o?.isCutOperation?l=this.getters.getTranslatedCellFormula(s,i-e.position.col,n-e.position.row,e.tokens):e?.tokens&&e.tokens.length>0&&(l=this.getters.getFormulaMovedInSheet(e.position.sheetId,s,e.tokens)),""!==l||e?.format||e?.style?this.dispatch("UPDATE_CELL",{...t,content:l,style:e?.style||null,format:e?.format}):r&&this.dispatch("CLEAR_CELL",t)}convertTextToClipboardData(e){const t=this.getters.getLocale(),o={cells:[]},s=[];let i=0;for(const[t,o]of e.replace(/\r/g,"").split("\n").entries())s.push(o.split("\t")),s[t].length>i&&(i=s[t].length);for(const e of s){const s=[];for(let o=0;o<i;o++){const i=$l(e[o]||"",t);s.push({content:i,evaluatedCell:{formattedValue:i}})}o.cells.push(s)}return o}}const Sh={figureHandlers:new n,cellHandlers:new n};function Ch(e,t){return"REMOVE_COLUMNS_ROWS"===t.type?qo(e,"COL"===t.dimension?"left":"top",t.elements):"ADD_COLUMNS_ROWS"===t.type?$o(e,"COL"===t.dimension?"left":"top",t.base,t.position,t.quantity):e}function yh(e,t){const o="DELETE_SHEET"===t.type&&t.sheetId;if("sheetId"in t&&e._sheetId!==t.sheetId)return e;{const s=Ch(e._zone,t);if(s&&o!==e._sheetId)return{...e,_zone:s}}}Sh.figureHandlers.add("chart",class extends Cl{copy(e){const t=e.sheetId,o=this.getters.getFigure(t,e.figureId);if(!o)throw new Error(`No figure for the given id: ${e.figureId}`);if("chart"!==o.tag)return;const s={...o},i=this.getters.getChartFromFigureId(e.figureId);if(!i)throw new Error(`No chart for the given id: ${e.figureId}`);const n=i.copyInSheetId(t);return{figureId:e.figureId,copiedFigure:s,copiedChart:n}}getPasteTarget(e,t,o,s){return{zones:[],figureId:(new vl).smallUuid(),sheetId:e}}paste(e,t,o){if(!e.figureId)return;const{zones:s,figureId:i}=e,n=e.sheetId,{width:r,height:a}=t.copiedFigure,l=t.copiedChart.copyInSheetId(n),c=this.getters.getMaxAnchorOffset(n,a,r);let{left:h,top:d}=s[0];const u={x:0,y:0};h>c.col&&(h=c.col,u.x=c.offset.x),d>c.row&&(d=c.row,u.y=c.offset.y),this.dispatch("CREATE_CHART",{figureId:i,chartId:(new vl).smallUuid(),sheetId:n,definition:l.getDefinition(),col:h,row:d,offset:u,size:{height:a,width:r}}),o.isCutOperation&&this.dispatch("DELETE_FIGURE",{sheetId:t.copiedChart.sheetId,figureId:t.copiedFigure.id}),this.dispatch("SELECT_FIGURE",{figureId:i})}isPasteAllowed(e,t,o,s){return 0===t.length?"EmptyTarget":void 0!==s?.pasteOption?"WrongFigurePasteOption":"Success"}}).add("image",class extends Cl{copy(e){const t=e.sheetId,o=this.getters.getFigure(t,e.figureId);if(!o)throw new Error(`No figure for the given id: ${e.figureId}`);const s={...o};if("image"!==o.tag)return;const i=pt(this.getters.getImage(e.figureId));return{figureId:e.figureId,copiedFigure:s,copiedImage:i,sheetId:t}}getPasteTarget(e,t,o,s){return{sheetId:e,zones:[],figureId:(new vl).smallUuid()}}paste(e,t,o){if(!e.figureId)return;const{zones:s,figureId:i}=e,n=this.getters.getActiveSheetId(),{width:r,height:a}=t.copiedFigure,l=pt(t.copiedImage),c=this.getters.getMaxAnchorOffset(n,a,r);let{left:h,top:d}=s[0];const u={x:0,y:0};h>c.col&&(h=c.col,u.x=c.offset.x),d>c.row&&(d=c.row,u.y=c.offset.y),this.dispatch("CREATE_IMAGE",{figureId:i,sheetId:n,col:h,row:d,offset:u,size:{height:a,width:r},definition:l}),o.isCutOperation&&this.dispatch("DELETE_FIGURE",{sheetId:t.sheetId,figureId:t.copiedFigure.id}),this.dispatch("SELECT_FIGURE",{figureId:i})}isPasteAllowed(e,t,o,s){return 0===t.length?"EmptyTarget":void 0!==s?.pasteOption?"WrongFigurePasteOption":"Success"}}).add("carousel",class extends Cl{copy(e){const t=e.sheetId,o=this.getters.getFigure(t,e.figureId);if(!o)throw new Error(`No figure for the given id: ${e.figureId}`);if("carousel"!==o.tag)return;const s={...o},i=this.getters.getCarousel(e.figureId),n={};for(const e of i.items)if("chart"===e.type){const o=this.getters.getChart(e.chartId);if(!o)throw new Error(`No chart for the given id: ${e.chartId}`);n[e.chartId]=o.copyInSheetId(t)}return{figureId:e.figureId,copiedFigure:s,copiedCarousel:i,copiedCharts:n,copiedSheetId:t}}getPasteTarget(e){return{zones:[],figureId:(new vl).smallUuid(),sheetId:e}}paste(e,t,o){if(!e.figureId)return;const{zones:s,figureId:i}=e,n=e.sheetId,{width:r,height:a}=t.copiedFigure,l=this.getters.getMaxAnchorOffset(n,a,r);let{left:c,top:h}=s[0];const d={x:0,y:0};c>l.col&&(c=l.col,d.x=l.offset.x),h>l.row&&(h=l.row,d.y=l.offset.y),this.dispatch("CREATE_CAROUSEL",{figureId:i,sheetId:n,definition:{items:[]},col:c,row:h,offset:d,size:{height:a,width:r}});const u=new vl,g=pt(t.copiedCarousel.items);for(const e of g){if("chart"!==e.type)continue;const o=t.copiedCharts[e.chartId],s=u.smallUuid(),r=o.copyInSheetId(n).getDefinition();this.dispatch("CREATE_CHART",{figureId:i,chartId:s,sheetId:n,definition:r}),e.chartId=s}this.dispatch("UPDATE_CAROUSEL",{sheetId:n,figureId:i,definition:{...t.copiedCarousel,items:g}}),o.isCutOperation&&this.dispatch("DELETE_FIGURE",{sheetId:t.copiedSheetId,figureId:t.copiedFigure.id}),this.dispatch("SELECT_FIGURE",{figureId:i})}isPasteAllowed(e,t,o,s){return 0===t.length?"EmptyTarget":void 0!==s?.pasteOption?"WrongFigurePasteOption":"Success"}}),Sh.cellHandlers.add("dataValidation",class extends Sl{uuidGenerator=new vl;queuedChanges={};copy(e){const{rowsIndexes:t,columnsIndexes:o}=e,s=e.sheetId,i=[];for(const e of t){const t=[];for(const i of o){const o={sheetId:s,col:i,row:e},n=this.getters.getValidationRuleForCell(o);t.push({position:o,rule:n})}i.push(t)}return{dvRules:i}}paste(e,t,o){if(this.queuedChanges={},o.pasteOption)return;const s=e.zones,i=e.sheetId;o.isCutOperation?this.pasteFromCut(i,s,t):this.pasteFromCopy(i,s,t.dvRules),this.executeQueuedChanges()}pasteFromCut(e,t,o){const s=t[0];this.pasteZone(e,s.left,s.top,o.dvRules,{isCutOperation:!0})}pasteZone(e,t,o,s,i){for(const[n,r]of s.entries())for(const[s,a]of r.entries()){const r={col:t+s,row:o+n,sheetId:e};this.pasteDataValidation(a,r,i?.isCutOperation)}}pasteDataValidation(e,t,o){if(e){const s=ls(t),i=ls(e.position),n=e.rule;if(!n){const e=this.getters.getValidationRuleForCell(t);return void(e&&this.adaptDataValidationRule(t.sheetId,e,[],[s]))}const r=[];if(o&&r.push(i),e.position.sheetId===t.sheetId){const o=this.getDataValidationRuleToCopyTo(t.sheetId,n,!1);this.adaptDataValidationRule(e.position.sheetId,o,[s],r)}else{const o=this.getters.getValidationRuleForCell(e.position);o&&this.adaptDataValidationRule(e.position.sheetId,o,[],r);const i=this.getDataValidationRuleToCopyTo(t.sheetId,n);this.adaptDataValidationRule(t.sheetId,i,[s],[])}}}getDataValidationRuleToCopyTo(e,t,o=!0){let s=this.getters.getDataValidationRules(e).find((e=>zt(t.criterion,e.criterion)&&t.isBlocking===e.isBlocking));const i=this.queuedChanges[e];return!s&&i&&(s=i.find((e=>zt(t.criterion,e.rule.criterion)&&t.isBlocking===e.rule.isBlocking))?.rule),s||{...t,id:o?this.uuidGenerator.smallUuid():t.id,ranges:[]}}adaptDataValidationRule(e,t,o,s){this.queuedChanges[e]||(this.queuedChanges[e]=[]);const i=this.queuedChanges[e].find((e=>e.rule.id===t.id));i?(i.toAdd.push(...o),i.toRemove.push(...s)):this.queuedChanges[e].push({toAdd:o,toRemove:s,rule:t})}executeQueuedChanges(){for(const e in this.queuedChanges)for(const{toAdd:t,toRemove:o,rule:s}of this.queuedChanges[e]){const i=s.ranges.map((e=>e.zone)),n=Fo(i,o),r=Fo([...n,...t],[]);0!==r.length?this.dispatch("ADD_DATA_VALIDATION_RULE",{rule:{id:s.id,criterion:s.criterion,isBlocking:s.isBlocking},ranges:r.map((t=>this.getters.getRangeDataFromZone(e,t))),sheetId:e}):this.dispatch("REMOVE_DATA_VALIDATION_RULE",{sheetId:e,id:s.id})}}}).add("cell",bh).add("sheet",class extends Sl{isPasteAllowed(e,t,o,s){if(!("cells"in o))return"Success";const{xSplit:i,ySplit:n}=this.getters.getPaneDivisions(e);return gs(Ss(t,o.cells),i,n)?"FrozenPaneOverlap":"Success"}}).add("merge",class extends Sl{copy(e){const t=this.getters.getActiveSheetId(),{rowsIndexes:o,columnsIndexes:s}=e,i=[];for(const e of o){const o=[];for(const i of s){const s={col:i,row:e,sheetId:t};o.push(this.getters.getMerge(s))}i.push(o)}return{merges:i,sheetId:t}}paste(e,t,o){if(o.isCutOperation){const e=t.merges.flat().filter(Mt);this.dispatch("REMOVE_MERGE",{sheetId:t.sheetId,target:e})}this.pasteFromCopy(e.sheetId,e.zones,t.merges,o)}pasteZone(e,t,o,s){for(const[i,n]of s.entries())for(const[s,r]of n.entries()){const n={col:t+s,row:o+i,sheetId:e};this.pasteMerge(r,n)}}pasteMerge(e,t){if(!e)return;if(this.getters.isInMerge(t))return;const{sheetId:o,col:s,row:i}=t;this.dispatch("ADD_MERGE",{sheetId:o,force:!0,target:[{left:s,top:i,right:s+e.right-e.left,bottom:i+e.bottom-e.top}]})}}).add("table",class extends Sl{copy(e,t,o="copyPaste"){const s=e.sheetId,{rowsIndexes:i,columnsIndexes:n,zones:r}=e,a=new Set,l=[];for(const e of i){const c=[];l.push(c);for(const l of n){const n={col:l,row:e,sheetId:s},h=this.getters.getTable(n);if(!h){c.push({});continue}const d=this.getters.getCoreTable(n),u=d?.range.zone;let g;if(!a.has(h.id)&&d&&u&&r.some((e=>Qo(u,e)))){a.add(h.id);let{numberOfRows:e}=es(u);for(let o=u.top;o<=u.bottom;o++)t||i.includes(o)||e--;const o=d.range,s=this.getters.extendRange(d.range,"ROW",o.zone.top+e-1-o.zone.bottom);g={range:this.getters.getRangeData(s),config:d.config,type:d.type}}"shiftCells"!==o&&c.push({table:g,style:this.getTableStyleToCopy(n),isWholeTableCopied:a.has(h.id)})}}return{tableCells:l,sheetId:e.sheetId}}getTableStyleToCopy(e){const t=this.getters.getCellTableStyle(e),o=this.getters.getCellStyle(e),s=this.getters.getCellTableBorder(e),i=this.getters.getCellBorder(e);return{style:{...t,...Wt(o)},border:{...s,...Wt(i)}}}paste(e,t,o){const s=e.zones,i=e.sheetId;o.isCutOperation?this.pasteFromCut(i,s,t,o):this.pasteFromCopy(i,s,t.tableCells,o)}pasteFromCut(e,t,o,s){for(const e of o.tableCells)for(const t of e)t.table&&this.dispatch("REMOVE_TABLE",{sheetId:o.sheetId,target:[this.getters.getRangeFromRangeData(t.table.range).zone]});const i=t[0];this.pasteZone(e,i.left,i.top,o.tableCells,s)}pasteZone(e,t,o,s,i){for(let n=0;n<s.length;n++){const r=s[n];for(let s=0;s<r.length;s++){const a=r[s];if(!a)continue;const l={col:t+s,row:o+n,sheetId:e};this.pasteTableCell(e,a,l,i)}}if(1===s.length)for(let i=0;i<s[0].length;i++)this.dispatch("AUTOFILL_TABLE_COLUMN",{col:t+i,row:o,sheetId:e})}pasteTableCell(e,t,o,s){if(t.table&&!s?.pasteOption){const{range:s}=t.table,i=es(this.getters.getRangeFromRangeData(s).zone),n={left:o.col,top:o.row,right:o.col+i.numberOfCols-1,bottom:o.row+i.numberOfRows-1};this.dispatch("CREATE_TABLE",{sheetId:o.sheetId,ranges:[this.getters.getRangeDataFromZone(e,n)],config:t.table.config,tableType:t.table.type})}this.getters.getCoreTable(o)||"asValue"===s?.pasteOption||(s?.pasteOption||t.isWholeTableCopied)&&"onlyFormat"!==s?.pasteOption||(t.style?.style&&this.dispatch("UPDATE_CELL",{...o,style:t.style.style}),t.style?.border&&this.dispatch("SET_BORDER",{...o,border:t.style.border}))}}).add("conditionalFormat",class extends Sl{uuidGenerator=new vl;queuedChanges={};copy(e){if(!e.zones.length)return;const{rowsIndexes:t,columnsIndexes:o}=e,s=e.sheetId,i=[];for(const e of t){const t=[];for(const i of o){const o=Array.from(this.getters.getRulesByCell(s,i,e));t.push({position:{col:i,row:e,sheetId:s},rules:o})}i.push(t)}return{cfRules:i}}paste(e,t,o){if(this.queuedChanges={},"asValue"===o.pasteOption)return;const s=e.zones,i=e.sheetId;o.isCutOperation?this.pasteFromCut(i,s,t):this.pasteFromCopy(i,s,t.cfRules,o),this.executeQueuedChanges()}pasteFromCut(e,t,o){const s=t[0];this.pasteZone(e,s.left,s.top,o.cfRules,{isCutOperation:!0})}pasteZone(e,t,o,s,i){for(const[n,r]of s.entries())for(const[s,a]of r.entries()){const r={col:t+s,row:o+n,sheetId:e};this.pasteCf(a,r,i?.isCutOperation)}}pasteCf(e,t,o){if(e?.rules&&e.rules.length>0){const s=ls(e.position),i=ls(t);for(const n of e.rules){const r=[];if(o&&r.push(s),e.position.sheetId===t.sheetId)this.adaptCFRules(e.position.sheetId,n,[i],r);else{this.adaptCFRules(e.position.sheetId,n,[],r);const o=this.getCFToCopyTo(t.sheetId,n);this.adaptCFRules(t.sheetId,o,[i],[])}}}}adaptCFRules(e,t,o,s){this.queuedChanges[e]||(this.queuedChanges[e]=[]);const i=this.queuedChanges[e].find((e=>e.cf.id===t.id));i?(i.toAdd.push(...o),i.toRemove.push(...s)):this.queuedChanges[e].push({toAdd:o,toRemove:s,cf:t})}executeQueuedChanges(){for(const e in this.queuedChanges)for(const{toAdd:t,toRemove:o,cf:s}of this.queuedChanges[e]){const i=this.getters.getAdaptedCfRanges(e,s,t,o);i&&(0!==i.length?this.dispatch("ADD_CONDITIONAL_FORMAT",{cf:{id:s.id,rule:s.rule,stopIfTrue:s.stopIfTrue},ranges:i,sheetId:e}):this.dispatch("REMOVE_CONDITIONAL_FORMAT",{id:s.id,sheetId:e}))}}getCFToCopyTo(e,t){let o=this.getters.getConditionalFormats(e).find((e=>e.stopIfTrue===t.stopIfTrue&&zt(e.rule,t.rule)));const s=this.queuedChanges[e];return!o&&s&&(o=s.find((e=>e.cf.stopIfTrue===t.stopIfTrue&&zt(e.cf.rule,t.rule)))?.cf),o||{...t,id:this.uuidGenerator.smallUuid(),ranges:[]}}}).add("references",class extends Sl{copy(e){return{zones:e.clippedZones,sheetId:e.sheetId}}paste(e,t,o){if(o.isCutOperation){const o=e.zones[0];this.dispatch("MOVE_RANGES",{target:t.zones,sheetId:t.sheetId,sheetName:this.getters.getSheetName(t.sheetId),targetSheetId:e.sheetId,col:o.left,row:o.top})}}}).add("border",class extends Sl{copy(e){const t=e.sheetId;if(0===e.zones.length)return;const o=[];let s=0;for(const i of yt(e.columnsIndexes)){let n=0;for(const r of yt(e.rowsIndexes)){const e={left:i[0],right:i[i.length-1],top:r[0],bottom:r[r.length-1]};o.push(...this.getters.getBorders(t,e).map((({zone:t,style:o})=>({zone:{left:t.left-e.left+s,right:t.right&&t.right-e.left+s,top:t.top-e.top+n,bottom:t.bottom&&t.bottom-e.top+n},style:o})))),n+=r.length}s+=i.length}return{borders:o,width:e.columnsIndexes.length,height:e.rowsIndexes.length}}paste(e,t,o){const s=e.sheetId;if("asValue"===o.pasteOption)return;const i=e.zones;if(o.isCutOperation){const{left:e,top:o}=i[0];this.pasteBorderZone(s,e,o,t.borders)}else for(const e of i)for(const o of bs(e,t.width,t.height))this.pasteBorderZone(s,o.left,o.top,t.borders)}pasteBorderZone(e,t,o,s){for(const i of s){const s={left:i.zone.left+t,right:i.zone.right&&i.zone.right+t||i.zone.left+t,top:i.zone.top+o,bottom:i.zone.bottom&&i.zone.bottom+o||i.zone.top+o};for(const[t,o]of this.getOptimalBorderCommands(i.style))o&&this.dispatch("SET_ZONE_BORDERS",{sheetId:e,target:[s],border:{position:t,...o}})}}getOptimalBorderCommands(e){const t=zt(e.horizontal,e.vertical),o=zt(e.left,e.right,e.top,e.bottom);return t&&o&&zt(e.horizontal,e.left)?[["all",e.top]]:t&&o?[["hv",e.horizontal],["external",e.top]]:o?[["h",e.horizontal],["v",e.vertical],["external",e.top]]:t?[["hv",e.horizontal],["top",e.top],["bottom",e.bottom],["left",e.left],["right",e.right]]:[["h",e.horizontal],["v",e.vertical],["top",e.top],["bottom",e.bottom],["left",e.left],["right",e.right]]}});class wh{subscriptions={};on(e,t,o){if(!o)throw new Error("Missing callback");this.subscriptions[e]||(this.subscriptions[e]=[]),this.subscriptions[e].push({owner:t,callback:o})}trigger(e,t){const o=this.subscriptions[e]||[];for(let e=0,s=o.length;e<s;e++){const s=o[e];s.callback.call(s.owner,t)}}off(e,t){const o=this.subscriptions[e];o&&(this.subscriptions[e]=o.filter((e=>e.owner!==t)))}clear(){this.subscriptions={}}}class Ih extends wh{dependencies=new Map;factory=new xh(this.get.bind(this));inject(e,t){if(this.dependencies.has(e)&&this.dependencies.get(e)!==t)throw new Error(`Store ${e.name} already has an instance`);this.dependencies.set(e,t)}get(e){return this.dependencies.has(e)||this.dependencies.set(e,this.instantiate(e)),this.dependencies.get(e)}instantiate(e,...t){return this.factory.build(e,...t)}resetStores(){this.dependencies.clear()}dispose(){for(const e of this.dependencies.values())"dispose"in e&&"function"==typeof e.dispose&&e.dispose()}}class xh{get;pendingBuilds=new Set;constructor(e){this.get=e}build(e,...t){if(this.pendingBuilds.has(e))throw new Error(`Circular dependency detected: ${[...this.pendingBuilds,e].map((e=>e.name)).join(" -> ")}`);this.pendingBuilds.add(e);const o=new e(this.get,...t);return this.pendingBuilds.delete(e),o}}class Eh{get;disposeCallbacks=[];constructor(e){this.get=e}onDispose(e){this.disposeCallbacks.push(e)}dispose(){this.disposeCallbacks.forEach((e=>e()))}}function Rh(){const e=t.useEnv();if(e.__spreadsheet_stores__ instanceof Ih)return e.__spreadsheet_stores__;const o=new Ih;return t.useSubEnv({__spreadsheet_stores__:o,getStore:e=>_h(o.get(e),(()=>o.trigger("store-updated")))}),t.onWillUnmount((()=>o.dispose())),o}function Th(e){const o=Fh(t.useEnv()),s=o.get(e);return Dh(o,s)}function Ah(e,...o){const s=Fh(t.useEnv()),i=s.instantiate(e,...o);return t.onWillUnmount((()=>i.dispose())),Dh(s,i)}function Dh(e,o){const s=t.useComponent();return _h(o,(()=>{"mounted"===t.status(s)&&e.trigger("store-updated")}))}function _h(e,t){return new Proxy(e,{get(o,s,i){const n=o,r=Reflect.get(o,s,n);if(e.mutators?.includes(s)){const e=new Proxy(r,{apply(e,o,s){"noStateChange"!==Reflect.apply(e,n,s)&&t()}});return e}return r}})}function Fh(e){const t=e.__spreadsheet_stores__;if(!(t instanceof Ih))throw new Error("No store provider found. Did you forget to call useStoreProvider()?");return t}const Oh=(Ph="Model",class{constructor(e){throw new Error(`This is a abstract store for ${Ph}, it cannot be instantiated.\nDid you forget to inject your store instance?\n\nconst stores = useStoreProvider();\nstores.inject(MyMetaStore, storeInstance);\n`)}});var Ph;class Mh{mutators=["register","unRegister","draw","startAnimation","stopAnimation"];renderers={};model;context=void 0;animationFrameId=null;registeredAnimations=new Set;constructor(e){this.model=e(Oh)}register(e){if(e.renderingLayers.length)for(const t of e.renderingLayers)this.renderers[t]||(this.renderers[t]=[]),this.renderers[t].push(e)}unRegister(e){for(const t of Object.keys(this.renderers))this.renderers[t]=this.renderers[t].filter((t=>t!==e))}drawLayer(e,t,o){const s=this.renderers[t];if(s)for(const i of s)e.ctx.save(),i.drawLayer(e,t,o),e.ctx.restore();return"noStateChange"}draw(e,t){if(!(e=e||this.context))throw new Error("Rendering context is not defined");this.context=e;for(const o of po())this.model.drawLayer(e,o),this.drawLayer(e,o,t);return"noStateChange"}startAnimation(e){if(this.registeredAnimations.add(e),!this.animationFrameId){const e=t=>{this.animationFrameId=requestAnimationFrame(e),this.draw(void 0,t)};this.animationFrameId=requestAnimationFrame(e)}return"noStateChange"}stopAnimation(e){return this.registeredAnimations.delete(e),0===this.registeredAnimations.size&&null!==this.animationFrameId&&(cancelAnimationFrame(this.animationFrameId),this.animationFrameId=null),"noStateChange"}dispose(){this.animationFrameId&&(cancelAnimationFrame(this.animationFrameId),this.animationFrameId=null)}}class Nh extends Eh{model=this.get(Oh);getters=this.model.getters;renderer=this.get(Mh);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,o){}}const kh={id:"void-composer",get editionMode(){return"inactive"},startEdition:()=>{throw new Error("No composer is registered")},stopEdition:()=>{throw new Error("No composer is registered")},setCurrentContent:()=>{throw new Error("No composer is registered")}};class Lh extends Nh{mutators=["focusComposer","focusActiveComposer"];activeComposer=kh;_focusMode="inactive";get focusMode(){return"inactive"===this.activeComposer.editionMode?"inactive":this._focusMode}focusComposer(e,t){if(this.activeComposer=e,this.getters.isReadonly())return"noStateChange";this._focusMode=t.focusMode||"contentFocus","inactive"!==this._focusMode&&this.setComposerContent(t)}focusActiveComposer(e){if(this.getters.isReadonly())return"noStateChange";if(!this.activeComposer)throw new Error("No composer is registered");this._focusMode=e.focusMode||"contentFocus","inactive"!==this._focusMode&&this.setComposerContent(e)}setComposerContent({content:e,selection:t}){"inactive"===this.activeComposer.editionMode?this.activeComposer.startEdition(e,t):e&&this.activeComposer.setCurrentContent(e,t)}}const Vh={};let Uh=0;function Hh(e,...t){const o="__sheet__"+Uh++;return function(e,t){const o=document.createElement("style");o.textContent=function(e){const t=e.split(/(\{|\}|;)/).map((e=>e.trim())),o=[],s=[];let i=[];function n(e,t){const s=[];for(const i of o[e]){let r=t&&t+" "+i||i;r.includes("&")&&(r=i.replace(/&/g,t||"")),e<o.length-1&&(r=n(e+1,r)),s.push(r)}return s.join(", ")}function r(){i.length&&(s.push(n(0)+" {"),s.push(...i),s.push("}"),i=[])}for(;t.length;){const e=t.shift();"}"===e?(r(),o.pop()):("{"===t[0]&&(r(),o.push(e.split(/\s*,\s*/)),t.shift()),";"===t[0]&&i.push(" "+e+";"))}return s.join("\n")}(t),Vh[e]=o}(o,String.raw(e,...t)),function(e){const t=Vh[e];t.setAttribute("component",e),document.head.appendChild(t)}(o),o}function zh({strikethrough:e,underline:t}){return e||t?`${e?"line-through":""} ${t?"underline":""}`:"none"}function Bh(e){const t=$h(e);return e?(e.fillColor&&(t.background=e.fillColor),t):t}function $h(e){const 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 o=e.strikethrough?"line-through":"";o=e.underline?o+" underline":o,t["text-decoration"]=o}return e.textColor&&(t.color=e.textColor),t}function Gh(e){let t="";for(const o in e)e[o]&&(t+=`${o}:${e[o]}; `);return t}const Wh=new n;function qh(){if(window.Chart&&!window.Chart.registry.plugins.get("chartShowValuesPlugin"))for(const e of Wh.getAll())e.register(window.Chart)}class Zh extends Nh{mutators=["disableAnimationForChart","enableAnimationForChart"];animationPlayed={};disableAnimationForChart(e,t){return this.animationPlayed[e]=t,"noStateChange"}enableAnimationForChart(e){return this.animationPlayed[e]=void 0,"noStateChange"}}function jh(){return class extends window.Chart.BarController{static id="funnel";static defaults={...window.Chart?.BarController.defaults,dataElementType:"funnel",animation:{duration:e=>{if("data"!==e.type)return 1e3;return e.raw[1]/Math.max(...e.dataset.data.map((e=>e[1])))*1e3}}};updateElements(e,t,o,s){super.updateElements(e,t,o,s);for(let i=t;i<t+o;i++){const t=e[i];this.updateElement(t,i,{nextElement:e[i+1]},s)}}}}function Yh(){return class extends window.Chart.BarElement{static id="funnel";draw(e){e.save();const{x:t,y:o,height:s,nextElement:i,base:n,options:r}=this.getProps(["x","y","width","height","nextElement","base","options"]),a=Xh(this),l=(a-(i?Xh(i):0))/2,c=Math.min(t,n),h=o-s/2;e.fillStyle=r.backgroundColor,e.beginPath(),e.moveTo(c,h),e.lineTo(c+a,h),e.lineTo(c+a-l,h+s),e.lineTo(c+l,h+s),e.closePath(),e.fill(),r.borderWidth&&(e.strokeStyle=r.borderColor,e.lineWidth=r.borderWidth,e.stroke()),e.restore()}inRange(e,t){const{x:o,y:s,height:i,nextElement:n,base:r}=this.getProps(["x","y","width","height","nextElement","base","options"]),a=Xh(this),l=n?Xh(n):0,c=Math.min(o,r),h=s-i/2;if(t<h||t>h+i)return!1;const d=(a-l)/2;return!(e<c+d*(t-h)/i||e>c+a-d*(t-h)/i)}}}function Xh(e){const{x:t,base:o}=e.getProps(["x","base"]),s=Math.min(t,o);return Math.max(t,o)-s}const Kh=function(e){if(!e.length)return{x:0,y:0};const t=e[0].element,{x:o,y:s,base:i,width:n,height:r}=t.getProps(["x","y","width","height","base"]);return{x:Math.min(o,i)+2*n/3,y:s-r/2+r/2}},Jh="000000",Qh={arrows:"3Arrows",smiley:"3Symbols",dots:"3TrafficLights1"},ed={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"},td="http://schemas.openxmlformats.org/drawingml/2006/main",od="http://schemas.openxmlformats.org/drawingml/2006/chart",sd={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"},id={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"},nd="bdbb8cdc-fa1e-496e-a857-3c3f30c029c3",rd="http://schemas.openxmlformats.org/officeDocument/2006/relationships",ad=.75,ld=.143,cd=8.43,hd=12.75,dd=30,ud=100,gd=164,pd=50,md={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}]},fd=["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"],vd="[Content_Types].xml",bd=/(.*?)\((.*?)\)(.*)/,Sd=["ANY","BOOLEAN","DATE","NUMBER","STRING","RANGE","RANGE<BOOLEAN>","RANGE<DATE>","RANGE<NUMBER>","RANGE<STRING>","META","RANGE<META>"];function Cd(e,t="",o){return function(e,t,o){const s=e.match(bd),i=s[1].trim();if(!i)throw new Error(`Function argument definition is missing a name: '${e}'.`);const n=[];let r,a=!1,l=!1;for(const e of s[2].split(",")){const t=e.trim().toUpperCase(),o=Sd.find((e=>t===e));o?n.push(o):"RANGE<ANY>"===t?n.push("RANGE"):"OPTIONAL"===t?a=!0:"REPEATING"===t?l=!0:t.startsWith("DEFAULT=")&&(r=e.trim().slice(8))}const c={name:i,description:t,type:n};(n.includes("ANY")||n.includes("RANGE"))&&(c.acceptErrors=!0);a&&(c.optional=!0);l&&(c.repeating=!0);void 0!==r&&(c.default=!0,c.defaultValue=r);n.some((e=>e.startsWith("RANGE")))&&(c.acceptMatrix=!0);n.every((e=>e.startsWith("RANGE")))&&(c.acceptMatrixOnly=!0);o&&o.length>0&&(c.proposalValues=o);return c}(e,t,o)}const yd={};function wd(e,t){const o=e.name,s=yd[o]?.[t];return s||(yd[o]||(yd[o]={}),yd[o][t]||(yd[o][t]=function(e,t){const o={},s=e.nbrArgRepeating?Math.floor((t-e.minArgRequired)/e.nbrArgRepeating):0,i=e.nbrArgRepeating*s,n=t-e.minArgRequired-i;let r=0,a=0;for(let t=0;t<e.args.length;t++){const i=e.args[t];if(i.optional||i.default)a<n&&(o[r]=t,r++),a++;else if(i.repeating){for(let i=0;i<s;i++)for(let s=0;s<e.nbrArgRepeating;s++)o[r]=t+s,r++;t+=e.nbrArgRepeating-1}else o[r]=t,r++}return e=>o[e]}(e,t)),yd[o][t])}const Id=["META","RANGE<META>"];const xd=new n,Ed={description:di("Returns a result array constrained to a specific width and height."),args:[Cd("input_range (any, range<any>)",di("The range to constrain.")),Cd("rows (number)",di("The number of rows in the constrained array.")),Cd("columns (number)",di("The number of columns in the constrained array."))],compute:function(e,t,o){const s=Xn(e),i=wn(t?.value,this.locale),n=wn(o?.value,this.locale);if(i<=0)return new nn(di("The rows argument (%s) must be strictly positive.",i.toString()));if(n<=0)return new nn(di("The columns argument (%s) must be strictly positive.",n.toString()));const r=Math.min(i,s[0].length);return Ln(Math.min(n,s.length),r,((e,t)=>s[e][t]))},isExported:!1},Rd={description:di("Creates a new array from the selected columns in the existing range."),args:[Cd("array (any, range<any>)",di("The array that contains the columns to be returned.")),Cd("col_num (number, range<number>)",di("The first column index of the columns to be returned.")),Cd("col_num2 (number, range<number>, repeating)",di("The columns indexes of the columns to be returned."))],compute:function(e,...t){const o=Xn(e),s=Kn(t,(e=>wn(e?.value,this.locale))),i=s.filter((e=>0===e||o.length<Math.abs(e)));if(0!==i.length)return new nn(di("The columns arguments must be between -%s and %s (got %s), excluding 0.",o.length.toString(),o.length.toString(),i.join(",")));const n=Array(s.length);for(let e=0;e<s.length;e++)s[e]>0?n[e]=o[s[e]-1]:n[e]=o[o.length+s[e]];return n},isExported:!0},Td={description:di("Creates a new array from the selected rows in the existing range."),args:[Cd("array (any, range<any>)",di("The array that contains the rows to be returned.")),Cd("row_num (number, range<number>)",di("The first row index of the rows to be returned.")),Cd("row_num2 (number, range<number>, repeating)",di("The rows indexes of the rows to be returned."))],compute:function(e,...t){const o=Xn(e),s=Kn(t,(e=>wn(e?.value,this.locale))),i=o.length,n=s.filter((e=>0===e||o[0].length<Math.abs(e)));return 0!==n.length?new nn(di("The rows arguments must be between -%s and %s (got %s), excluding 0.",o[0].length.toString(),o[0].length.toString(),n.join(","))):Ln(i,s.length,((e,t)=>s[t]>0?o[e][s[t]-1]:o[e][o[e].length+s[t]]))},isExported:!0},Ad={description:di("Expands or pads an array to specified row and column dimensions."),args:[Cd("array (any, range<any>)",di("The array to expand.")),Cd("rows (number)",di("The number of rows in the expanded array. If missing, rows will not be expanded.")),Cd("columns (number, optional)",di("The number of columns in the expanded array. If missing, columns will not be expanded.")),Cd("pad_with (any, default=0)",di("The value with which to pad."))],compute:function(e,t,o,s={value:0}){const i=Xn(e),n=wn(t?.value,this.locale),r=void 0!==o?wn(o.value,this.locale):i.length;return n<i[0].length?new nn(di("The rows arguments (%s) must be greater or equal than the number of rows of the array.",n.toString())):r<i.length?new nn(di("The columns arguments (%s) must be greater or equal than the number of columns of the array.",r.toString())):Ln(r,n,((e,t)=>e>=i.length||t>=i[e].length?s:i[e][t]))},isExported:!0},Dd={description:di("Flattens all the values from one or more ranges into a single column."),args:[Cd("range (any, range<any>)",di("The first range to flatten.")),Cd("range2 (any, range<any>, repeating)",di("Additional ranges to flatten."))],compute:function(...e){return[Kn(e,(e=>void 0===e?{value:""}:e))]},isExported:!1},_d={description:di("Calculates the frequency distribution of a range."),args:[Cd("data (range<number>)",di("The array of ranges containing the values to be counted.")),Cd("classes (number, range<number>)",di("The range containing the set of classes."))],compute:function(e,t){const o=Kn([e],(e=>e.value)).filter((e=>"number"==typeof e)),s=Kn([t],(e=>e.value)).filter((e=>"number"==typeof e)),i=s.map(((e,t)=>({initialIndex:t,value:e,count:0}))).sort(((e,t)=>e.value-t.value));i.push({initialIndex:i.length,value:1/0,count:0});const n=o.sort(((e,t)=>e-t));let r=0;for(const e of n){for(;e>i[r].value&&r<i.length-1;)r++;i[r].count++}return[i.sort(((e,t)=>e.initialIndex-t.initialIndex)).map((e=>e.count))]},isExported:!0},Fd={description:di("Appends ranges horizontally and in sequence to return a larger array."),args:[Cd("range1 (any, range<any>)",di("The first range to be appended.")),Cd("range2 (any, range<any>, repeating)",di("Additional ranges to add to range1."))],compute:function(...e){const t=Math.max(...e.map((e=>e?.[0]?.length??0))),o=[];for(const s of e){const e=Xn(s);for(let s=0;s<e.length;s++){const i=Array(t).fill({value:null});for(let t=0;t<e[s].length;t++)i[t]=e[s][t];o.push(i)}}return o},isExported:!0},Od={description:di("Returns the matrix determinant of a square matrix."),args:[Cd("square_matrix (number, range<number>)",di("An range with an equal number of rows and columns representing a matrix whose determinant will be calculated."))],compute:function(e){const t=Cn(e,"square_matrix");return lc(t)?dc(t).determinant:new nn(di("The argument square_matrix must have the same number of columns and rows."))},isExported:!0},Pd={description:di("Returns the multiplicative inverse of a square matrix."),args:[Cd("square_matrix (number, range<number>)",di("An range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated."))],compute:function(e){const t=Cn(e,"square_matrix");if(!lc(t))return new nn(di("The argument square_matrix must have the same number of columns and rows."));const{inverted:o}=dc(t);return o||new nn(di("The matrix is not invertible."))},isExported:!0},Md={description:di("Calculates the matrix product of two matrices."),args:[Cd("matrix1 (number, range<number>)",di("The first matrix in the matrix multiplication operation.")),Cd("matrix2 (number, range<number>)",di("The second matrix in the matrix multiplication operation."))],compute:function(e,t){const o=Cn(e,"matrix1"),s=Cn(t,"matrix2");return 0===o.length||0===s.length?new nn(di("The first and second arguments of [[FUNCTION_NAME]] must be non-empty matrices.")):o.length!==s[0].length?new nn(di("In [[FUNCTION_NAME]], the number of columns of the first matrix (%s) must be equal to the number of rows of the second matrix (%s).",o.length.toString(),s[0].length.toString())):gc(o,s)},isExported:!0},Nd={description:di("Calculates the sum of the products of corresponding entries in equal-sized ranges."),args:[Cd("range1 (number, range<number>)",di("The first range whose entries will be multiplied with corresponding entries in the other ranges.")),Cd("range2 (number, range<number>, repeating)",di("The other range whose entries will be multiplied with corresponding entries in the other ranges."))],compute:function(...e){if(!ac(...e))return new nn(di("All the ranges must have the same dimensions."));const t=e.map(Xn);let o=0;for(let e=0;e<t[0].length;e++)for(let s=0;s<t[0][e].length;s++){if(!t.every((t=>"number"==typeof t[e][s].value)))continue;let i=1;for(const o of t)i*=bn(o[e][s],this.locale);o+=i}return o},isExported:!0};function kd(e,t,o){if(!ac(e,t))return new nn(di("The arguments array_x and array_y must have the same dimensions."));const s=Xn(e),i=Xn(t);let n=!1,r=0;for(const e in s)for(const t in s[e]){const a=s[e][t].value,l=i[e][t].value;"number"==typeof a&&"number"==typeof l&&(n=!0,r+=o(a,l))}return n?r:new nn(di("The arguments array_x and array_y must contain at least one pair of numbers."))}const Ld={description:di("Calculates the sum of the difference of the squares of the values in two array."),args:[Cd("array_x (number, range<number>)",di("The array or range of values whose squares will be reduced by the squares of corresponding entries in array_y and added together.")),Cd("array_y (number, range<number>)",di("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 kd(e,t,((e,t)=>e**2-t**2))},isExported:!0},Vd={description:di("Calculates the sum of the sum of the squares of the values in two array."),args:[Cd("array_x (number, range<number>)",di("The array or range of values whose squares will be added to the squares of corresponding entries in array_y and added together.")),Cd("array_y (number, range<number>)",di("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 kd(e,t,((e,t)=>e**2+t**2))},isExported:!0},Ud={description:di("Calculates the sum of squares of the differences of values in two array."),args:[Cd("array_x (number, range<number>)",di("The array or range of values that will be reduced by corresponding entries in array_y, squared, and added together.")),Cd("array_y (number, range<number>)",di("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 kd(e,t,((e,t)=>(e-t)**2))},isExported:!0},Hd=!1,zd=[Cd("array (any, range<any>)",di("The array which will be transformed.")),Cd("ignore (number, default=0)",di("Whether to ignore certain types of values. By default, no values are ignored."),[{value:0,label:di("Keep all values (default)")},{value:1,label:di("Ignore blanks")},{value:2,label:di("Ignore errors")},{value:3,label:di("Ignore blanks and errors")}]),Cd("scan_by_column (number, default=false)",di("Scan the array by column. By default, the array is scanned by row."),[{value:!1,label:di("Scan by row (default)")},{value:!0,label:di("Scan by column")}])];function Bd(e){const t=Math.trunc(e);if(0===t)return()=>!0;if(1===t)return e=>null!==e.value;if(2===t)return e=>!mn(e.value);if(3===t)return e=>null!==e.value&&!mn(e.value);throw new nn(di("Argument ignore must be between 0 and 3"))}const $d={description:di("Transforms a range of cells into a single column."),args:zd,compute:function(e,t={value:0},o={value:Hd}){const s=Xn(e),i=bn(t.value,this.locale),n=(Tn(o.value)?s:Un(s)).flat().filter(Bd(i));return 0===n.length?new cn(di("No results for the given arguments of TOCOL.")):[n]},isExported:!0},Gd={description:di("Transforms a range of cells into a single row."),args:zd,compute:function(e,t={value:0},o={value:Hd}){const s=Xn(e),i=bn(t.value,this.locale),n=(Tn(o.value)?s:Un(s)).flat().filter(Bd(i)).map((e=>[e]));return 0===n.length||0===n[0].length?new cn(di("No results for the given arguments of TOROW.")):n},isExported:!0},Wd={description:di("Transposes the rows and columns of a range."),args:[Cd("range (any, range<any>)",di("The range to be transposed."))],compute:function(e){const t=Xn(e);return Ln(t[0].length,t.length,((e,o)=>t[o][e]))},isExported:!0},qd={description:di("Appends ranges vertically and in sequence to return a larger array."),args:[Cd("range1 (any, range<any>)",di("The first range to be appended.")),Cd("range2 (any, range<any>, repeating)",di("Additional ranges to add to range1."))],compute:function(...e){const t=Math.max(...e.map((e=>Xn(e).length))),o=e.reduce(((e,t)=>e+Xn(t)[0].length),0),s=Array(t).fill([]).map((()=>Array(o).fill({value:0})));let i=0;for(const t of e){const e=Xn(t);for(let t=0;t<e.length;t++)for(let o=0;o<e[t].length;o++)s[t][i+o]=e[t][o];i+=e[0].length}return s},isExported:!0},Zd={description:di("Wraps the provided row or column of cells by columns after a specified number of elements to form a new array."),args:[Cd("range (any, range<any>)",di("The range to wrap.")),Cd("wrap_count (number)",di("The maximum number of cells for each column, rounded down to the nearest whole number.")),Cd("pad_with (any, default=0)",di("The value with which to fill the extra cells in the range."))],compute:function(e,t,o={value:0}){const s=Xn(e),i=wn(t?.value,this.locale);if(!rc(s))return new nn(di("Argument range must be a single row or column."));const n=s.flat();return Ln(Math.ceil(n.length/i),i,((e,t)=>{const s=e*i+t;return s<n.length?n[s]:o}))},isExported:!0},jd={description:di("Wraps the provided row or column of cells by rows after a specified number of elements to form a new array."),args:[Cd("range (any, range<any>)",di("The range to wrap.")),Cd("wrap_count (number)",di("The maximum number of cells for each row, rounded down to the nearest whole number.")),Cd("pad_with (any, default=0)",di("The value with which to fill the extra cells in the range."))],compute:function(e,t,o={value:0}){const s=Xn(e),i=wn(t?.value,this.locale);if(!rc(s))return new nn(di("Argument range must be a single row or column."));const n=s.flat(),r=Math.ceil(n.length/i);return Ln(i,r,((e,t)=>{const s=t*i+e;return s<n.length?n[s]:o}))},isExported:!0};var Yd=Object.freeze({__proto__:null,ARRAY_CONSTRAIN:Ed,CHOOSECOLS:Rd,CHOOSEROWS:Td,EXPAND:Ad,FLATTEN:Dd,FREQUENCY:_d,HSTACK:Fd,MDETERM:Od,MINVERSE:Pd,MMULT:Md,SUMPRODUCT:Nd,SUMX2MY2:Ld,SUMX2PY2:Vd,SUMXMY2:Ud,TOCOL:$d,TOROW:Gd,TRANSPOSE:Wd,VSTACK:qd,WRAPCOLS:Zd,WRAPROWS:jd});const Xd={description:di("Apply a large number format"),args:[Cd("value (number)",di("The number.")),Cd("unit (string, optional)",di("The formatting unit. Use 'k', 'm', or 'b' to force the unit"),[{value:"k",label:di("Thousand")},{value:"m",label:di("Million")},{value:"b",label:di("Billion")}])],compute:function(e,t){return{value:bn(e,this.locale),format:Wr(e,t,this.locale)}}};var Kd=Object.freeze({__proto__:null,FORMAT_LARGE_NUMBER:Xd});class Jd{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(const o of e){let e=o.call(this,t);Array.isArray(e)||(e=[e]);const s=e.filter((e=>"Success"!==e));if(s.length)return s}return"Success"}}checkValidations(e,...t){return this.batchValidations(...t)(e)}}class Qd extends Jd{static layers=[];getters;ui;selection;dispatch;canDispatch;constructor({getters:e,stateObserver:t,dispatch:o,canDispatch:s,uiActions:i,selection:n}){super(t),this.getters=e,this.ui=i,this.selection=n,this.dispatch=o,this.canDispatch=s}drawLayer(e,t){}}function eu(e){return e.isFormula&&e.compiledFormula.tokens.some((e=>"SYMBOL"===e.type&&"SUBTOTAL"===e.value.toUpperCase()))}const tu=/^-?[a-z0-9]+$/i,ou={description:di("Absolute value of a number."),args:[Cd("value (number)",di("The number of which to return the absolute value."))],compute:function(e){return Math.abs(bn(e,this.locale))},isExported:!0},su={description:di("Inverse cosine of a value, in radians."),args:[Cd("value (number)",di("The value for which to calculate the inverse cosine. Must be between -1 and 1, inclusive."))],compute:function(e){const t=bn(e,this.locale);return Math.abs(t)>1?new nn(di("The value (%s) must be between -1 and 1 inclusive.",t)):Math.acos(t)},isExported:!0},iu={description:di("Inverse hyperbolic cosine of a number."),args:[Cd("value (number)",di("The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1."))],compute:function(e){const t=bn(e,this.locale);return t<1?new nn(di("The value (%s) must be greater than or equal to 1.",t)):Math.acosh(t)},isExported:!0},nu={description:di("Inverse cotangent of a value."),args:[Cd("value (number)",di("The value for which to calculate the inverse cotangent."))],compute:function(e){const t=bn(e,this.locale);return(Math.sign(t)||1)*Math.PI/2-Math.atan(t)},isExported:!0},ru={description:di("Inverse hyperbolic cotangent of a value."),args:[Cd("value (number)",di("The value for which to calculate the inverse hyperbolic cotangent. Must not be between -1 and 1, inclusive."))],compute:function(e){const t=bn(e,this.locale);return Math.abs(t)<=1?new nn(di("The value (%s) cannot be between -1 and 1 inclusive.",t)):Math.log((t+1)/(t-1))/2},isExported:!0},au={description:di("Inverse sine of a value, in radians."),args:[Cd("value (number)",di("The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive."))],compute:function(e){const t=bn(e,this.locale);return Math.abs(t)>1?new nn(di("The value (%s) must be between -1 and 1 inclusive.",t)):Math.asin(t)},isExported:!0},lu={description:di("Inverse hyperbolic sine of a number."),args:[Cd("value (number)",di("The value for which to calculate the inverse hyperbolic sine."))],compute:function(e){return Math.asinh(bn(e,this.locale))},isExported:!0},cu={description:di("Inverse tangent of a value, in radians."),args:[Cd("value (number)",di("The value for which to calculate the inverse tangent."))],compute:function(e){return Math.atan(bn(e,this.locale))},isExported:!0},hu={description:di("Angle from the X axis to a point (x,y), in radians."),args:[Cd("x (number)",di("The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.")),Cd("y (number)",di("The y coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis."))],compute:function(e,t){const o=bn(e,this.locale),s=bn(t,this.locale);return 0===o&&0===s?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):Math.atan2(s,o)},isExported:!0},du={description:di("Inverse hyperbolic tangent of a number."),args:[Cd("value (number)",di("The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive."))],compute:function(e){const t=bn(e,this.locale);return Math.abs(t)>=1?new nn(di("The value (%s) must be between -1 and 1 exclusive.",t)):Math.atanh(t)},isExported:!0},uu={description:di("Rounds number up to nearest multiple of factor."),args:[Cd("value (number)",di("The value to round up to the nearest integer multiple of factor.")),Cd("factor (number, default=1)",di("The number to whose multiples value will be rounded."))],compute:function(e,t={value:1}){const o=bn(e,this.locale),s=bn(t,this.locale);return s<0&&o>0?new nn(di("The factor (%s) must be positive when the value (%s) is positive.",s,o)):{value:s?Math.ceil(o/s)*s:0,format:e?.format}},isExported:!0};function gu(e,t,o=0){return 0===t?0:(t=Math.abs(t),e>=0?Math.ceil(e/t)*t:0===o?-Math.floor(Math.abs(e)/t)*t:-Math.ceil(Math.abs(e)/t)*t)}const pu={description:di("Rounds number up to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round up to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),Cd("mode (number, default=0)",di("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},o={value:0}){const s=bn(t,this.locale);return{value:gu(bn(e,this.locale),s,bn(o,this.locale)),format:e?.format}},isExported:!0},mu={description:di("Rounds number up to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round up to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){const o=bn(t,this.locale);return{value:gu(bn(e,this.locale),o),format:e?.format}},isExported:!0},fu={description:di("Cosine of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the cosine of, in radians."))],compute:function(e){return Math.cos(bn(e,this.locale))},isExported:!0},vu={description:di("Hyperbolic cosine of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic cosine of."))],compute:function(e){return Math.cosh(bn(e,this.locale))},isExported:!0},bu={description:di("Cotangent of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the cotangent of, in radians."))],compute:function(e){const t=bn(e,this.locale);return 0===t?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.tan(t)},isExported:!0},Su={description:di("Hyperbolic cotangent of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic cotangent of."))],compute:function(e){const t=bn(e,this.locale);return 0===t?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.tanh(t)},isExported:!0},Cu={description:di("Number of empty values."),args:[Cd("value1 (any, range)",di("The first value or range in which to count the number of blanks.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges in which to count the number of blanks."))],compute:function(...e){return Mn(e,((e,t)=>void 0===t||null===t.value||""===t.value?e+1:e),0)},isExported:!0},yu={description:di("A conditional count across a range."),args:[Cd("range (range)",di("The range that is tested against criterion.")),Cd("criterion (string)",di("The pattern or test to apply to range."))],compute:function(...e){let t=0;return Wn(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},wu={description:di("Count values depending on multiple criteria."),args:[Cd("criteria_range1 (range)",di("The range to check against criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1.")),Cd("criteria_range2 (any, range, repeating)",di("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.")),Cd("criterion2 (string, repeating)",di("Additional criteria to check."))],compute:function(...e){let t=0;return Wn(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},Iu={description:di("Counts number of unique values in a range."),args:[Cd("value1 (any, range)",di("The first value or range to consider for uniqueness.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges to consider for uniqueness."))],compute:function(...e){return sc(e)}},xu={description:di("Counts number of unique values in a range, filtered by a set of criteria."),args:[Cd("range (range)",di("The range of cells from which the number of unique values will be counted.")),Cd("criteria_range1 (range)",di("The range of cells over which to evaluate criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Cd("criteria_range2 (any, range, repeating)",di("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.")),Cd("criterion2 (string, repeating)",di("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){const o=new Set;return Wn(t,((t,s)=>{const i=e[t]?.[s];Jn(i)&&o.add(i.value)}),this.locale),o.size}},Eu={description:di("Cosecant of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the cosecant of, in radians."))],compute:function(e){const t=bn(e,this.locale);return 0===t?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.sin(t)},isExported:!0},Ru={description:di("Hyperbolic cosecant of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic cosecant of."))],compute:function(e){const t=bn(e,this.locale);return 0===t?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.sinh(t)},isExported:!0},Tu={description:di("Converts from another base to decimal."),args:[Cd("value (string)",di("The number to convert.")),Cd("base (number)",di("The base to convert the value from."))],compute:function(e,t){let o=bn(t,this.locale);if(o=Math.floor(o),2>o||o>36)return new nn(di("The base (%s) must be between 2 and 36 inclusive.",o));const s=xn(e);if(""===s)return 0;if(!tu.test(s))return new nn(di("The value (%s) must be a valid base %s representation.",s,o));const i=parseInt(s,o);return isNaN(i)?new nn(di("The value (%s) must be a valid base %s representation.",s,o)):i},isExported:!0},Au={description:di("Converts an angle value in radians to degrees."),args:[Cd("angle (number)",di("The angle to convert from radians to degrees."))],compute:function(e){return 180*bn(e,this.locale)/Math.PI},isExported:!0},Du={description:di("Euler's number, e (~2.718) raised to a power."),args:[Cd("value (number)",di("The exponent to raise e."))],compute:function(e){return Math.exp(bn(e,this.locale))},isExported:!0},_u={description:di("Rounds number down to nearest multiple of factor."),args:[Cd("value (number)",di("The value to round down to the nearest integer multiple of factor.")),Cd("factor (number, default=1)",di("The number to whose multiples value will be rounded."))],compute:function(e,t={value:1}){const o=bn(e,this.locale),s=bn(t,this.locale);return s<0&&o>0?new nn(di("The factor (%s) must be positive when the value (%s) is positive.",s,o)):{value:s?Math.floor(o/s)*s:0,format:e?.format}},isExported:!0};function Fu(e,t,o=0){return 0===t?0:(t=Math.abs(t),e>=0?Math.floor(e/t)*t:0===o?-Math.ceil(Math.abs(e)/t)*t:-Math.floor(Math.abs(e)/t)*t)}const Ou={description:di("Rounds number down to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round down to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),Cd("mode (number, default=0)",di("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},o={value:0}){const s=bn(t,this.locale);return{value:Fu(bn(e,this.locale),s,bn(o,this.locale)),format:e?.format}},isExported:!0},Pu={description:di("Rounds number down to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round down to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){const o=bn(t,this.locale);return{value:Fu(bn(e,this.locale),o),format:e?.format}},isExported:!0},Mu={description:di("Whether the provided value is even."),args:[Cd("value (number)",di("The value to be verified as even."))],compute:function(e){const t=yn(e,this.locale);return!(1&Math.floor(Math.abs(t)))},isExported:!0},Nu={description:di("Rounds number up to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round up to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){return{value:gu(bn(e,this.locale),bn(t,this.locale)),format:e?.format}},isExported:!0},ku={description:di("Whether the provided value is even."),args:[Cd("value (number)",di("The value to be verified as even."))],compute:function(e){const t=yn(e,this.locale);return!!(1&Math.floor(Math.abs(t)))},isExported:!0},Lu={description:di("The logarithm of a number, base e (euler's number)."),args:[Cd("value (number)",di("The value for which to calculate the logarithm, base e."))],compute:function(e){const t=bn(e,this.locale);return t<=0?new nn(di("The value (%s) must be strictly positive.",t)):Math.log(t)},isExported:!0},Vu={description:di("The logarithm of a number, for a given base."),args:[Cd("value (number)",di("The value for which to calculate the logarithm.")),Cd("base (number, default=10)",di("The base of the logarithm."))],compute:function(e,t={value:10}){const o=bn(e,this.locale),s=bn(t,this.locale);return o<=0?new nn(di("The value (%s) must be strictly positive.",o)):s<=0?new nn(di("The base (%s) must be strictly positive.",s)):1===s?new nn(di("The base must be different from 1.")):Math.log10(o)/Math.log10(s)},isExported:!0};function Uu(e,t){nc(t,di("The divisor must be different from 0."));const o=e%t;return o>0&&t<0||o<0&&t>0?o+t:o}const Hu={description:di("Modulo (remainder) operator."),args:[Cd("dividend (number)",di("The number to be divided to find the remainder.")),Cd("divisor (number)",di("The number to divide by."))],compute:function(e,t){const o=bn(t,this.locale);return{value:Uu(bn(e,this.locale),o),format:e?.format}},isExported:!0},zu={description:di("Returns a n x n unit matrix, where n is the input dimension."),args:[Cd("dimension (number)",di("An integer specifying the dimension size of the unit matrix. It must be positive."))],compute:function(e){const t=wn(e,this.locale);return t<1?new nn(di("The argument dimension must be positive")):hc(t)},isExported:!0},Bu={description:di("Rounds a number up to the nearest odd integer."),args:[Cd("value (number)",di("The value to round to the next greatest odd number."))],compute:function(e){const t=bn(e,this.locale);let o=Math.ceil(Math.abs(t));return o=1&o?o:o+1,{value:t<0?-o:o,format:e?.format}},isExported:!0},$u={description:di("The number pi."),args:[],compute:function(){return Math.PI},isExported:!0},Gu={description:di("A number raised to a power."),args:[Cd("base (number)",di("The number to raise to the exponent power.")),Cd("exponent (number)",di("The exponent to raise base to."))],compute:function(e,t){const o=bn(e,this.locale),s=bn(t,this.locale);return o<0&&!Number.isInteger(s)?new nn(di("The exponent (%s) must be an integer when the base is negative.",s)):{value:Math.pow(o,s),format:e?.format}},isExported:!0},Wu={description:di("Result of multiplying a series of numbers together."),args:[Cd("factor1 (number, range<number>)",di("The first number or range to calculate for the product.")),Cd("factor2 (number, range<number>, repeating)",di("More numbers or ranges to calculate for the product."))],compute:function(...e){let t=0,o=1;for(const s of e)if(E(s))for(const e of s)for(const s of e){const e=s.value;if("number"==typeof e&&(o*=e,t+=1),mn(e))return s}else void 0!==s&&null!==s.value&&(o*=yn(s,this.locale),t+=1);return{value:0===t?0:o,format:pn(e[0])}},isExported:!0},qu={description:di("A random number between 0 inclusive and 1 exclusive."),args:[],compute:function(){return Math.random()},isExported:!0},Zu={description:di("Returns a grid of random numbers between 0 inclusive and 1 exclusive."),args:[Cd("rows (number, default=1)",di("The number of rows to be returned.")),Cd("columns (number, default=1)",di("The number of columns to be returned.")),Cd("min (number, default=0)",di("The minimum number you would like returned.")),Cd("max (number, default=1)",di("The maximum number you would like returned.")),Cd("whole_number (boolean, default=FALSE)",di("Return a whole number or a decimal value."),[{value:!1,label:di("Decimal (default)")},{value:!0,label:di("Integer")}])],compute:function(e={value:1},t={value:1},o={value:0},s={value:1},i={value:!1}){const n=wn(t,this.locale),r=wn(e,this.locale),a=bn(o,this.locale),l=bn(s,this.locale),c=Tn(i);if(n<1)return new nn(di("The number of columns (%s) must be positive.",n));if(r<1)return new nn(di("The number of rows (%s) must be positive.",r));if(a>l)return new nn(di("The maximum (%s) must be greater than or equal to the minimum (%s).",l,a));if(c&&(!Number.isInteger(a)||!Number.isInteger(l)))return new nn(di("The maximum (%s) and minimum (%s) must be integers when whole_number is TRUE.",l.toString(),a.toString()));const h=Array(n);for(let e=0;e<n;e++){h[e]=Array(r);for(let t=0;t<r;t++)h[e][t]=c?Math.floor(Math.random()*(l-a+1)+a):a+Math.random()*(l-a)}return h},isExported:!0},ju={description:di("Random integer between two values, inclusive."),args:[Cd("low (number)",di("The low end of the random range.")),Cd("high (number)",di("The high end of the random range."))],compute:function(e,t){let o=bn(e,this.locale);Number.isInteger(o)||(o=Math.ceil(o));let s=bn(t,this.locale);return Number.isInteger(s)||(s=Math.floor(s)),o>s?new nn(di("The high (%s) must be greater than or equal to the low (%s).",s,o)):{value:o+Math.ceil((s-o+1)*Math.random())-1,format:e?.format}},isExported:!0},Yu={description:di("Rounds a number according to standard rules."),args:[Cd("value (number)",di("The value to round to places number of places.")),Cd("places (number, default=0)",di("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=bn(e,this.locale);let s=bn(t,this.locale);const i=Math.abs(o);let n;return 0===s?n=Math.round(i):(Number.isInteger(s)||(s=Math.trunc(s)),n=Math.round(i*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?n:-n,format:e?.format}},isExported:!0},Xu={description:di("Rounds down a number."),args:[Cd("value (number)",di("The value to round to places number of places, always rounding down.")),Cd("places (number, default=0)",di("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=bn(e,this.locale);let s=bn(t,this.locale);const i=Math.abs(o);let n;return 0===s?n=Math.floor(i):(Number.isInteger(s)||(s=Math.trunc(s)),n=Math.floor(i*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?n:-n,format:e?.format}},isExported:!0},Ku={description:di("Rounds up a number."),args:[Cd("value (number)",di("The value to round to places number of places, always rounding up.")),Cd("places (number, default=0)",di("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=bn(e,this.locale);let s=bn(t,this.locale);const i=Math.abs(o);let n;return 0===s?n=Math.ceil(i):(Number.isInteger(s)||(s=Math.trunc(s)),n=Math.ceil(i*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?n:-n,format:e?.format}},isExported:!0},Ju={description:di("Secant of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the secant of, in radians."))],compute:function(e){return 1/Math.cos(bn(e,this.locale))},isExported:!0},Qu={description:di("Hyperbolic secant of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic secant of."))],compute:function(e){return 1/Math.cosh(bn(e,this.locale))},isExported:!0},eg={description:di("Returns a sequence of numbers."),args:[Cd("rows (number)",di("The number of rows to return")),Cd("columns (number, optional, default=1)",di("The number of columns to return")),Cd("start (number, optional, default=1)",di("The first number in the sequence")),Cd("step (number, optional, default=1)",di("The amount to increment each value in the sequence"))],compute:function(e,t={value:1},o={value:1},s={value:1}){const i=bn(o,this.locale),n=bn(s,this.locale),r=wn(e,this.locale),a=wn(t,this.locale);return a<1?new nn(di("The number of columns (%s) must be positive.",a)):r<1?new nn(di("The number of rows (%s) must be positive.",r)):Ln(a,r,((e,t)=>({value:i+t*a*n+e*n})))},isExported:!0},tg={description:di("Sine of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the sine of, in radians."))],compute:function(e){return Math.sin(bn(e,this.locale))},isExported:!0},og={description:di("Hyperbolic sine of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic sine of."))],compute:function(e){return Math.sinh(bn(e,this.locale))},isExported:!0},sg={description:di("Positive square root of a positive number."),args:[Cd("value (number)",di("The number for which to calculate the positive square root."))],compute:function(e){const t=bn(e,this.locale);return t<0?new nn(di("The value (%s) must be positive or null.",t)):{value:Math.sqrt(t),format:e?.format}},isExported:!0},ig={1:"AVERAGE",2:"COUNT",3:"COUNTA",4:"MAX",5:"MIN",6:"PRODUCT",7:"STDEV",8:"STDEVP",9:"SUM",10:"VAR",11:"VARP"},ng=Object.entries(ig).map((([e,t])=>({value:parseInt(e),label:di("%s (include manually-hidden rows)",t)}))),rg=Object.entries(ig).map((([e,t])=>({value:parseInt(e)+100,label:di("%s (exclude manually-hidden rows)",t)}))),ag={description:di("Returns a subtotal for a vertical range of cells using a specified aggregation function."),args:[Cd("function_code (number)",di("The function to use in subtotal aggregation."),[...ng,...rg]),Cd("ref1 (meta, range<meta>)",di("The range or reference for which you want the subtotal.")),Cd("ref2 (meta, range<meta>, repeating)",di("Additional ranges or references for which you want the subtotal."))],compute:function(e,...t){let o=wn(e,this.locale),s=!0;if(o>100&&(o-=100,s=!1),o<1||o>11)return new nn(di("The function code (%s) must be between 1 to 11 or 101 to 111.",o));const i=[];for(const e of t){const t=e[0][0],o=Ra(t.value).sheetName,n=o?this.getters.getSheetIdByName(o):this.__originSheetId;if(!n)continue;const{top:r,left:a}=Vo(t.value),l=a+e.length-1,c=r+e[0].length-1;for(let e=r;e<=c;e++)if(!this.getters.isRowFiltered(n,e)&&(s||!this.getters.isRowHiddenByUser(n,e)))for(let t=a;t<=l;t++){const o=this.getters.getCell({sheetId:n,col:t,row:e});o&&eu(o)||i.push(this.getters.getEvaluatedCell({sheetId:n,col:t,row:e}))}}return this[ig[o]].apply(this,[[i]])},isExported:!0},lg={description:di("Sum of a series of numbers and/or cells."),args:[Cd("value1 (number, range<number>)",di("The first number or range to add together.")),Cd("value2 (number, range<number>, repeating)",di("Additional numbers or ranges to add to value1."))],compute:function(...e){const t=e[0];return{value:oc(e,this.locale),format:pn(t)}},isExported:!0},cg={description:di("A conditional sum across a range."),args:[Cd("criteria_range (range)",di("The range which is tested against criterion.")),Cd("criterion (string)",di("The pattern or test to apply to range.")),Cd("sum_range (range, default=criteria_range)",di("The range to be summed, if different from range."))],compute:function(e,t,o){void 0===o&&(o=e);let s=0;return Wn([e,t],((e,t)=>{const i=o[e]?.[t]?.value;"number"==typeof i&&(s+=i)}),this.locale),s},isExported:!0},hg={description:di("Sums a range depending on multiple criteria."),args:[Cd("sum_range (range)",di("The range to sum.")),Cd("criteria_range1 (range)",di("The range to check against criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1.")),Cd("criteria_range2 (any, range, repeating)",di("Additional ranges to check.")),Cd("criterion2 (string, repeating)",di("Additional criteria to check."))],compute:function(e,...t){let o=0;return Wn(t,((t,s)=>{const i=e[t]?.[s]?.value;"number"==typeof i&&(o+=i)}),this.locale),o},isExported:!0},dg={description:di("Tangent of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the tangent of, in radians."))],compute:function(e){return Math.tan(bn(e,this.locale))},isExported:!0},ug={description:di("Hyperbolic tangent of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic tangent of."))],compute:function(e){return Math.tanh(bn(e,this.locale))},isExported:!0};function gg(e,t){return 0===t?Math.trunc(e):(Number.isInteger(t)||(t=Math.trunc(t)),Math.trunc(e*Math.pow(10,t))/Math.pow(10,t))}const pg={description:di("Truncates a number."),args:[Cd("value (number)",di("The value to be truncated.")),Cd("places (number, default=0)",di("The number of significant digits to the right of the decimal point to retain."))],compute:function(e,t={value:0}){return{value:gg(bn(e,this.locale),bn(t,this.locale)),format:e?.format}},isExported:!0},mg={description:di("Rounds a number down to the nearest integer that is less than or equal to it."),args:[Cd("value (number)",di("The number to round down to the nearest integer."))],compute:function(e){return Math.floor(bn(e,this.locale))},isExported:!0};var fg=Object.freeze({__proto__:null,ABS:ou,ACOS:su,ACOSH:iu,ACOT:nu,ACOTH:ru,ASIN:au,ASINH:lu,ATAN:cu,ATAN2:hu,ATANH:du,CEILING:uu,CEILING_MATH:pu,CEILING_PRECISE:mu,COS:fu,COSH:vu,COT:bu,COTH:Su,COUNTBLANK:Cu,COUNTIF:yu,COUNTIFS:wu,COUNTUNIQUE:Iu,COUNTUNIQUEIFS:xu,CSC:Eu,CSCH:Ru,DECIMAL:Tu,DEGREES:Au,EXP:Du,FLOOR:_u,FLOOR_MATH:Ou,FLOOR_PRECISE:Pu,INT:mg,ISEVEN:Mu,ISODD:ku,ISO_CEILING:Nu,LN:Lu,LOG:Vu,MOD:Hu,MUNIT:zu,ODD:Bu,PI:$u,POWER:Gu,PRODUCT:Wu,RAND:qu,RANDARRAY:Zu,RANDBETWEEN:ju,ROUND:Yu,ROUNDDOWN:Xu,ROUNDUP:Ku,SEC:Ju,SECH:Qu,SEQUENCE:eg,SIN:tg,SINH:og,SQRT:sg,SUBTOTAL:ag,SUM:lg,SUMIF:cg,SUMIFS:hg,TAN:dg,TANH:ug,TRUNC:pg});const vg=[{value:!0,label:di("b is calculated normally")},{value:!1,label:di("b is forced to 1")}],bg=[{value:!1,label:di("do not return additional regression statistics")},{value:!0,label:di("return additional regression statistics")}],Sg=[{value:1,label:di("order 1 (Linear)")},{value:2,label:di("order 2 (Quadratic)")},{value:3,label:di("order 3 (Cubic)")},{value:4,label:di("order 4 (Quartic)")},{value:5,label:di("order 5 (Quintic)")},{value:6,label:di("order 6 (Sextic)")}],Cg=[{value:!0,label:di("Compute intercept")},{value:!1,label:di("Force intercept to 0")}],yg=[{value:0,label:di("Minimum value")},{value:1,label:di("First quartile (25th percentile)")},{value:2,label:di("Median value (50th percentile)")},{value:3,label:di("Third quartile (75th percentile)")},{value:4,label:di("Maximum value")}];function wg(e,t){const o=[],s=[];let i=0,n=0;Fn([e],(e=>{o.push(e),i+=1})),Fn([t],(e=>{s.push(e),n+=1})),ic(i===n,di("[[FUNCTION_NAME]] has mismatched argument count %s vs %s.",i,n));const r=[],a=[];for(let e=0;e<i;e++){const t=o[e]?.value,i=s[e]?.value;"number"==typeof t&&"number"==typeof i&&(a.push(t),r.push(i))}return{flatDataX:r,flatDataY:a}}function Ig(e,t,o){const{flatDataX:s,flatDataY:i}=wg(e,t),n=i.length;nc(n),o&&nc(n-1);let r=0,a=0;for(let e=0;e<n;e++)r+=i[e],a+=s[e];const l=r/n,c=a/n;let h=0;for(let e=0;e<n;e++)h+=(i[e]-l)*(s[e]-c);return h/(n-(o?1:0))}function xg(e,t,o,s){let i=0;const n=o?kn:Nn,r=n(e,((e,t)=>(i+=1,e+t)),0,s);nc(i),t&&nc(i-1);const a=r/i;return n(e,((e,t)=>e+Math.pow(t-a,2)),0,s)/(i-(t?1:0))}function Eg(e,t,o,s){const i=bn(t,s);ic(o?0<=i&&i<=1:0<i&&i<1,di("Function [[FUNCTION_NAME]] parameter 2 value is out of range."));const n=[];let r,a=0;return Fn(e,(e=>{const t=e?.value;"number"==typeof t&&(r=qn(n,e,"nextSmaller","asc",n.length,((e,t)=>e[t])),n.splice(r+1,0,t),a++)})),ic(0!==a,Qn),o||ic(1/(a+1)<=i&&i<=a/(a+1),di("Function [[FUNCTION_NAME]] parameter 2 value is out of range.")),tn(n,i,o)}const Rg={description:di("Average magnitude of deviations from mean."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){let t=0;const o=Nn(e,((e,o)=>(t+=1,e+o)),0,this.locale);if(0===t)return new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));const s=o/t;return Nn(e,((e,t)=>e+Math.abs(s-t)),0,this.locale)/t},isExported:!0},Tg={description:di("Numerical average value in a dataset, ignoring text."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the average value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the average value."))],compute:function(...e){return{value:bc(e,this.locale),format:pn(e[0])}},isExported:!0},Ag=di("[[FUNCTION_NAME]] has mismatched range sizes."),Dg=di("[[FUNCTION_NAME]] expects the weight to be positive or equal to 0."),_g={description:di("Weighted average."),args:[Cd("values (number, range<number>)",di("Values to average.")),Cd("weights (number, range<number>)",di("Weights for each corresponding value.")),Cd("additional_values (number, range<number>, repeating)",di("Additional values to average.")),Cd("additional_weights (number, range<number>, repeating)",di("Additional weights."))],compute:function(...e){let t=0,o=0;for(let s=0;s<e.length-1;s+=2){const i=e[s],n=e[s+1];if(!ac(i,n))return new nn(Ag);if(E(i))for(let e=0;e<i.length;e++)for(let s=0;s<i[0].length;s++){const r=i[e][s].value,a=E(n)?n?.[e][s].value:bn(n,this.locale),l="number"==typeof r,c="number"==typeof a;if(l&&c){if(a<0)return new nn(Dg);t+=r*a,o+=a}else if(l!==c)return new nn(di("[[FUNCTION_NAME]] expects number values."))}else{const e=bn(i,this.locale),s=E(n)?n?.[0][0].value:bn(n,this.locale);if("number"==typeof s){if(s<0)return new nn(Dg);t+=e*s,o+=s}}}return 0===o?new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):{value:t/o,format:pn(e[0])}}},Fg={description:di("Numerical average value in a dataset."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the average value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the average value."))],compute:function(...e){let t=0;const o=kn(e,((e,o)=>(t+=1,e+o)),0,this.locale);return 0===t?new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):{value:o/t,format:pn(e[0])}},isExported:!0},Og={description:di("Average of values depending on criteria."),args:[Cd("criteria_range (number, range<number>)",di("The range to check against criterion.")),Cd("criterion (string)",di("The pattern or test to apply to criteria_range.")),Cd("average_range (number, range<number>, default=criteria_range)",di("The range to average. If not included, criteria_range is used for the average instead."))],compute:function(e,t,o){const s=Xn(void 0===o?e:o);let i=0,n=0;return Wn([e,t],((e,t)=>{const o=s[e]?.[t]?.value;"number"==typeof o&&(i+=1,n+=o)}),this.locale),0===i?new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):n/i},isExported:!0},Pg={description:di("Average of values depending on multiple criteria."),args:[Cd("average_range (range)",di("The range to average.")),Cd("criteria_range1 (range)",di("The range to check against criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1.")),Cd("criteria_range2 (any, range, repeating)",di("Additional criteria_range and criterion to check.")),Cd("criterion2 (string, repeating)",di("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){const o=Xn(e);let s=0,i=0;return Wn(t,((e,t)=>{const n=o[e]?.[t]?.value;"number"==typeof n&&(s+=1,i+=n)}),this.locale),0===s?new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):i/s},isExported:!0},Mg={description:di("The number of numeric values in dataset."),args:[Cd("value1 (number, any, range<number>)",di("The first value or range to consider when counting.")),Cd("value2 (number, any, range<number>, repeating)",di("Additional values or ranges to consider when counting."))],compute:function(...e){return Sc(e,this.locale)},isExported:!0},Ng={description:di("The number of values in a dataset."),args:[Cd("value1 (any, range)",di("The first value or range to consider when counting.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges to consider when counting."))],compute:function(...e){return Cc(e)},isExported:!0},kg={description:di("The covariance of a dataset."),args:[Cd("data_y (any, range)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (any, range)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){return Ig(e,t,!1)},isExported:!0},Lg={description:di("The covariance of a dataset."),args:[Cd("data_y (any, range)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (any, range)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){return Ig(e,t,!1)},isExported:!0},Vg={description:di("The sample covariance of a dataset."),args:[Cd("data_y (any, range)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (any, range)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){return Ig(e,t,!0)},isExported:!0},Ug={description:di("Calculates the expected y-value for a specified x based on a linear regression of a dataset."),args:[Cd("x (number, range<number>)",di("The value(s) on the x-axis to forecast.")),Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t,o){const{flatDataX:s,flatDataY:i}=wg(t,o);return 0===s.length||0===i.length?new cn(Qn):_c([i],[s],Vn(Xn(e),(e=>bn(e,this.locale))),!0)},isExported:!0},Hg={description:di("Fits points to exponential growth trend."),args:[Cd("known_data_y (range<number>)",di("The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.")),Cd("known_data_x (range<number>, default={1;2;3;...})",di("The values of the independent variable(s) corresponding with known_data_y.")),Cd("new_data_x (any, range, default=known_data_x)",di("The data points to return the y values for on the ideal curve fit.")),Cd("b (boolean, default=TRUE)",di("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."),vg)],compute:function(e,t=[[]],o=[[]],s={value:!0}){return 0===e.length||0===e[0].length?new nn(er("known_data_y")):Ac(_c(Dc(Cn(e,"the first argument (known_data_y)")),Cn(t,"the second argument (known_data_x)"),Cn(o,"the third argument (new_data_y)"),Tn(s)))}},zg={description:di("Compute the intercept of the linear regression."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=wg(e,t);if(0===o.length||0===s.length)return new cn(Qn);const[[],[i]]=xc([o],[s]);return i},isExported:!0},Bg={description:di("Nth largest element from a data set."),args:[Cd("data (any, range)",di("Array or range containing the dataset to consider.")),Cd("n (number)",di("The rank from largest to smallest of the element to return."))],compute:function(e,t){const o=Math.trunc(bn(t?.value,this.locale)),s=[];let i,n=0;Fn([e],(e=>{"number"==typeof e?.value&&(i=qn(s,e,"nextSmaller","asc",s.length,((e,t)=>e[t].value)),s.splice(i+1,0,e),n++,n>o&&(s.shift(),n--))}));const r=s.shift();return void 0===r?new nn(Qn):n<o?new nn(di("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)):r},isExported:!0},$g={description:di("Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>, default={1;2;3;...})",di("The range representing the array or matrix of independent data.")),Cd("calculate_b (boolean, default=TRUE)",di("A flag specifying whether to compute the slope or not"),vg),Cd("verbose (boolean, default=FALSE)",di("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"),bg)],compute:function(e,t=[[]],o={value:!0},s={value:!1}){return 0===e.length||0===e[0].length?new nn(er("data_y")):xc(Cn(t,"the first argument (data_y)"),Cn(e,"the second argument (data_x)"),Tn(o),Tn(s))},isExported:!0},Gg={description:di("Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>, optional, default={1;2;3;...})",di("The range representing the array or matrix of independent data.")),Cd("calculate_b (boolean, default=TRUE)",di("A flag specifying whether to compute the slope or not"),vg),Cd("verbose (boolean, default=FALSE)",di("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"),bg)],compute:function(e,t=[[]],o={value:!0},s={value:!1}){if(0===e.length||0===e[0].length)return new nn(er("data_y"));const i=xc(Cn(t,"the second argument (data_x)"),Dc(Cn(e,"the first argument (data_y)")),Tn(o),Tn(s));for(let e=0;e<i.length;e++)i[e][0]=Math.exp(i[e][0]);return i},isExported:!0},Wg={description:di("Compute the Matthews correlation coefficient of a dataset."),args:[Cd("data_x (range)",di("The range representing the array or matrix of observed data.")),Cd("data_y (range)",di("The range representing the array or matrix of predicted data."))],compute:function(e,t){const o=e.flat(),s=t.flat();if(vc(o,s),0===o.length||0===s.length)return new cn(Qn);const i=o.length;let n=0,r=0,a=0,l=0;for(let e=0;e<i;++e){const t=Tn(o[e]);t===Tn(s[e])?t?r++:n++:t?l++:a++}return(r*n-a*l)/Math.sqrt((r+a)*(r+l)*(n+a)*(n+l))},isExported:!1},qg={description:di("Maximum value in a numeric dataset."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the maximum value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the maximum value."))],compute:function(...e){return yc(e,this.locale)},isExported:!0},Zg={description:di("Maximum numeric value in a dataset."),args:[Cd("value1 (any, range)",di("The first value or range to consider when calculating the maximum value.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges to consider when calculating the maximum value."))],compute:function(...e){const t=kn(e,((e,t)=>Math.max(t,e)),-1/0,this.locale);return{value:t===-1/0?0:t,format:pn(e[0])}},isExported:!0},jg={description:di("Returns the maximum value in a range of cells, filtered by a set of criteria."),args:[Cd("range (range)",di("The range of cells from which the maximum will be determined.")),Cd("criteria_range1 (range)",di("The range of cells over which to evaluate criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Cd("criteria_range2 (any, range, repeating)",di("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.")),Cd("criterion2 (string, repeating)",di("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){let o=-1/0;return Wn(t,((t,s)=>{const i=e[t]?.[s]?.value;"number"==typeof i&&(o=o<i?i:o)}),this.locale),o===-1/0?0:o},isExported:!0},Yg={description:di("Median value in a numeric dataset."),args:[Cd("value1 (any, range)",di("The first value or range to consider when calculating the median value.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges to consider when calculating the median value."))],compute:function(...e){const t=[];return On(e,(e=>{t.push(e)}),this.locale),{value:Eg(t,{value:.5},!0,this.locale),format:pn(t[0])}},isExported:!0},Xg={description:di("Minimum value in a numeric dataset."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the minimum value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the minimum value."))],compute:function(...e){return wc(e,this.locale)},isExported:!0},Kg={description:di("Minimum numeric value in a dataset."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the minimum value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the minimum value."))],compute:function(...e){const t=kn(e,((e,t)=>Math.min(t,e)),1/0,this.locale);return{value:t===1/0?0:t,format:pn(e[0])}},isExported:!0},Jg={description:di("Returns the minimum value in a range of cells, filtered by a set of criteria."),args:[Cd("range (range)",di("The range of cells from which the minimum will be determined.")),Cd("criteria_range1 (range)",di("The range of cells over which to evaluate criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Cd("criteria_range2 (any, range, repeating)",di("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.")),Cd("criterion2 (string, repeating)",di("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){let o=1/0;return Wn(t,((t,s)=>{const i=e[t]?.[s]?.value;"number"==typeof i&&(o=o>i?i:o)}),this.locale),o===1/0?0:o},isExported:!0};function Qg(e,t){const{flatDataX:o,flatDataY:s}=wg(e,t);if(0===o.length||0===s.length)return new cn(Qn);const i=o.length;let n=0,r=0,a=0,l=0,c=0;for(let e=0;e<i;e++){const t=o[e],i=s[e];n+=t,r+=i,a+=t*i,l+=t*t,c+=i*i}return(i*a-n*r)/Math.sqrt((i*l-n*n)*(i*c-r*r))}const ep={description:di("Compute the Pearson product-moment correlation coefficient of a dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){return Qg(e,t)},isExported:!0},tp=ep,op={description:di("Value at a given percentile of a dataset."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("percentile (number)",di("The percentile whose value within data will be calculated and returned."))],compute:function(e,t){return ip.compute.bind(this)(e,t)},isExported:!0},sp={description:di("Value at a given percentile of a dataset exclusive of 0 and 1."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("percentile (number)",di("The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned."))],compute:function(e,t){return{value:Eg([e],t,!1,this.locale),format:pn(e)}},isExported:!0},ip={description:di("Value at a given percentile of a dataset."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("percentile (number)",di("The percentile whose value within data will be calculated and returned."))],compute:function(e,t){return{value:Eg([e],t,!0,this.locale),format:pn(e)}},isExported:!0},np={description:di("Compute the coefficients of polynomial regression of the dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data.")),Cd("order (number)",di("The order of the polynomial to fit the data, between 1 and 6."),Sg),Cd("intercept (boolean, default=TRUE)",di("A flag specifying whether to compute the intercept or not."),Cg)],compute:function(e,t,o,s={value:!0}){const{flatDataX:i,flatDataY:n}=wg(e,t);return 0===i.length||0===n.length?new cn(Qn):Ec(n,i,bn(o,this.locale),Tn(s))},isExported:!1},rp={description:di("Predict value by computing a polynomial regression of the dataset."),args:[Cd("x (number, range<number>)",di("The value(s) on the x-axis to forecast.")),Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data.")),Cd("order (number)",di("The order of the polynomial to fit the data, between 1 and 6."),Sg),Cd("intercept (boolean, default=TRUE)",di("A flag specifying whether to compute the intercept or not."),Cg)],compute:function(e,t,o,s,i={value:!0}){const n=bn(s,this.locale),{flatDataX:r,flatDataY:a}=wg(t,o);if(0===r.length||0===a.length)return new cn(Qn);const l=Ec(a,r,n,Tn(i)).flat();return Vn(Xn(e),(e=>Tc(l,bn(e,this.locale),n)))},isExported:!1},ap={description:di("Value nearest to a specific quartile of a dataset."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("quartile_number (number)",di("Which quartile value to return."),yg)],compute:function(e,t){return cp.compute.bind(this)(e,t)},isExported:!0},lp={description:di("Value nearest to a specific quartile of a dataset exclusive of 0 and 4."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("quartile_number (number)",di("Which quartile value, exclusive of 0 and 4, to return."),[{value:1,label:di("First quartile (25th percentile)")},{value:2,label:di("Median value (50th percentile)")},{value:3,label:di("Third quartile (75th percentile)")}])],compute:function(e,t){return{value:Eg([e],{value:.25*Math.trunc(bn(t,this.locale))},!1,this.locale),format:pn(e)}},isExported:!0},cp={description:di("Value nearest to a specific quartile of a dataset."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("quartile_number (number)",di("Which quartile value to return."),yg)],compute:function(e,t){return{value:Eg([e],{value:.25*Math.trunc(bn(t,this.locale))},!0,this.locale),format:pn(e)}},isExported:!0},hp={description:di("Returns the rank of a specified value in a dataset."),args:[Cd("value (number)",di("The value whose rank will be determined.")),Cd("data (range)",di("The range containing the dataset to consider.")),Cd("is_ascending (boolean, default=FALSE)",di("Whether to consider the values in data in descending or ascending order."),[{value:!1,label:di("Descending")},{value:!0,label:di("Ascending")}])],compute:function(e,t,o={value:!1}){const s=Tn(o),i=bn(e,this.locale);let n=1,r=!1;for(const e of t)for(const t of e){if("number"!=typeof t.value)continue;const e=bn(t,this.locale);e===i?r=!0:e>i!==s&&n++}return r?n:new cn(di("Value not found in the given data."))},isExported:!0},dp={description:di("Compute the square of r, the Pearson product-moment correlation coefficient of a dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const o=Qg(e,t);if(o instanceof Error)throw o;return Math.pow(o,2)},isExported:!0},up={description:di("Compute the slope of the linear regression."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=wg(e,t);if(0===o.length||0===s.length)return new cn(Qn);const[[i]]=xc([o],[s]);return i},isExported:!0},gp={description:di("Nth smallest element in a data set."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("n (number)",di("The rank from smallest to largest of the element to return."))],compute:function(e,t){const o=Math.trunc(bn(t?.value,this.locale)),s=[];let i,n=0;Fn([e],(e=>{"number"==typeof e?.value&&(i=qn(s,e,"nextSmaller","asc",s.length,((e,t)=>e[t].value)),s.splice(i+1,0,e),n++,n>o&&(s.pop(),n--))}));const r=s.pop();return void 0===r?new nn(Qn):n<o?new nn(di("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)):r},isExported:!0},pp={description:di("Compute the Spearman rank correlation coefficient of a dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=wg(t,e);if(0===o.length||0===s.length)return new cn(Qn);const i=o.length,n=o.map(((e,t)=>[e,s[t]]));n.sort(((e,t)=>e[0]-t[0]));for(let e=0;e<i;++e)n[e][0]=e;n.sort(((e,t)=>e[1]-t[1]));let r=0;for(let e=0;e<i;++e)r+=(n[e][0]-e)**2;return 1-6*r/(i**3-i)},isExported:!1},mp={description:di("Standard deviation."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Ip.compute.bind(this)(...e))},isExported:!0},fp={description:di("Standard deviation of entire population."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(xp.compute.bind(this)(...e))},isExported:!0},vp={description:di("Standard deviation."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Ep.compute.bind(this)(...e))},isExported:!0},bp={description:di("Standard deviation of sample (text as 0)."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Rp.compute.bind(this)(...e))},isExported:!0},Sp={description:di("Standard deviation of entire population."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(Tp.compute.bind(this)(...e))},isExported:!0},Cp={description:di("Standard deviation of entire population (text as 0)."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(Ap.compute.bind(this)(...e))},isExported:!0},yp={description:di("Calculates the standard error of the predicted y-value for each x in the regression of a dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=wg(e,t);if(0===o.length||0===s.length)return new cn(Qn);return xc([o],[s],!0,!0)[1][2]},isExported:!0},wp={description:di("Fits points to linear trend derived via least-squares."),args:[Cd("known_data_y (number, range<number>)",di("The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.")),Cd("known_data_x (number, range<number>, optional, default={1;2;3;...})",di("The values of the independent variable(s) corresponding with known_data_y.")),Cd("new_data_x (number, range<number>, optional, default=known_data_x)",di("The data points to return the y values for on the ideal curve fit.")),Cd("b (boolean, optional, default=TRUE)",di("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."),vg)],compute:function(e,t=[[]],o=[[]],s={value:!0}){return 0===e.length||0===e[0].length?new nn(er("known_data_y")):_c(Cn(e,"the first argument (known_data_y)"),Cn(t,"the second argument (known_data_x)"),Cn(o,"the third argument (new_data_y)"),Tn(s))}},Ip={description:di("Variance."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return xg(e,!0,!1,this.locale)},isExported:!0},xp={description:di("Variance of entire population."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return xg(e,!1,!1,this.locale)},isExported:!0},Ep={description:di("Variance."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return xg(e,!0,!1,this.locale)},isExported:!0},Rp={description:di("Variance of sample (text as 0)."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return xg(e,!0,!0,this.locale)},isExported:!0},Tp={description:di("Variance of entire population."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return xg(e,!1,!1,this.locale)},isExported:!0},Ap={description:di("Variance of entire population (text as 0)."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return xg(e,!1,!0,this.locale)},isExported:!0};var Dp=Object.freeze({__proto__:null,AVEDEV:Rg,AVERAGE:Tg,AVERAGEA:Fg,AVERAGEIF:Og,AVERAGEIFS:Pg,AVERAGE_WEIGHTED:_g,CORREL:tp,COUNT:Mg,COUNTA:Ng,COVAR:kg,COVARIANCE_P:Lg,COVARIANCE_S:Vg,FORECAST:Ug,GROWTH:Hg,INTERCEPT:zg,LARGE:Bg,LINEST:$g,LOGEST:Gg,MATTHEWS:Wg,MAX:qg,MAXA:Zg,MAXIFS:jg,MEDIAN:Yg,MIN:Xg,MINA:Kg,MINIFS:Jg,PEARSON:ep,PERCENTILE:op,PERCENTILE_EXC:sp,PERCENTILE_INC:ip,POLYFIT_COEFFS:np,POLYFIT_FORECAST:rp,QUARTILE:ap,QUARTILE_EXC:lp,QUARTILE_INC:cp,RANK:hp,RSQ:dp,SLOPE:up,SMALL:gp,SPEARMAN:pp,STDEV:mp,STDEVA:bp,STDEVP:Sp,STDEVPA:Cp,STDEV_P:fp,STDEV_S:vp,STEYX:yp,TREND:wp,VAR:Ip,VARA:Rp,VARP:Tp,VARPA:Ap,VAR_P:xp,VAR_S:Ep});function _p(e,t,o,s){const i=new Map,n=e.length;for(let t=n-1;t>=0;t--)i.set(xn(e[t][0]).toUpperCase(),t);const r=t?.value;if("number"!=typeof r&&"string"!=typeof r)throw new nn(di("The field must be a number or a string"));let a;if("number"==typeof r){if(a=Math.trunc(r)-1,a<0||n-1<a)throw new nn(di("The field (%(fieldValue)s) must be one of %(dimRowDB)s or must be a number between 1 and %s inclusive.",{fieldValue:r.toString(),dimRowDB:n.toString()}))}else{const e=xn(t).toUpperCase();if(a=i.get(e)??-1,-1===a)throw new nn(di("The field (%s) must be one of %s.",xn(t),[...i.keys()].toString()))}const l=o[0].length;if(l<2)throw new nn(di("The criteria range contains %s row, it must be at least 2 rows.",l.toString()));let c=new Set;const h=e[0].length;for(let t=1;t<l;t++){const n=[];let r=!0;for(let s=0;s<o.length;s++){const a=xn(o[s][0]).toUpperCase(),l=i.get(a),c=o[s][t];if(null!==c.value){if(void 0===l){r=!1;break}n.push([e[l].slice(1,h)]),n.push(c)}}if(r){if(!(n.length>0)){c=new Set(Array(h-1).keys());break}Wn(n,((e,t)=>{c.add(t)}),s,!0)}}const d=e[a];return[...c].map((e=>d[e+1]))}const Fp=[Cd("database (range)",di("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.")),Cd("field (number, string)",di("Indicates which column in database contains the values to be extracted and operated on.")),Cd("criteria (range)",di("An array or range containing zero or more criteria to filter the database values by before operating."))],Op={description:di("Average of a set of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Tg.compute.bind(this)([s])},isExported:!0},Pp={description:di("Counts values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Mg.compute.bind(this)([s])},isExported:!0},Mp={description:di("Counts values and text from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Ng.compute.bind(this)([s])},isExported:!0},Np={description:di("Single value from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return 1!==s.length?new nn(di("More than one match found in DGET evaluation.")):s[0]},isExported:!0},kp={description:di("Maximum of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return qg.compute.bind(this)([s])},isExported:!0},Lp={description:di("Minimum of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Xg.compute.bind(this)([s])},isExported:!0},Vp={description:di("Product of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Wu.compute.bind(this)([s])},isExported:!0},Up={description:di("Standard deviation of population sample from table."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return mp.compute.bind(this)([s])},isExported:!0},Hp={description:di("Standard deviation of entire population from table."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Sp.compute.bind(this)([s])},isExported:!0},zp={description:di("Sum of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return lg.compute.bind(this)([s])},isExported:!0},Bp={description:di("Variance of population sample from table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Ip.compute.bind(this)([s])},isExported:!0},$p={description:di("Variance of a population from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Tp.compute.bind(this)([s])},isExported:!0};var Gp=Object.freeze({__proto__:null,DAVERAGE:Op,DCOUNT:Pp,DCOUNTA:Mp,DGET:Np,DMAX:kp,DMIN:Lp,DPRODUCT:Vp,DSTDEV:Up,DSTDEVP:Hp,DSUM:zp,DVAR:Bp,DVARP:$p});const Wp=di("The cashflow_amounts and cashflow_dates ranges must have the same dimensions."),qp=di("There must be both positive and negative values in cashflow_amounts."),Zp=e=>di("The cost (%s) must be positive or null.",e),jp=e=>di("The frequency (%s) must be one of %s",e,[1,2,4].toString()),Yp=e=>di("The day_count_convention (%s) must be between 0 and 4 inclusive.",e),Xp=e=>di("The depreciation factor (%s) must be strictly positive.",e),Kp=e=>di("The discount (%s) must be strictly positive.",e),Jp=e=>di("The discount (%s) must be smaller than 1.",e),Qp=e=>di("All the dates should be greater or equal to the first date in cashflow_dates (%s).",e),em=(e,t)=>di("The first_period (%(first)s) must be smaller or equal to the last_period (%(last)s).",{first:e,last:t}),tm=e=>di("The first_period (%s) must be strictly positive.",e),om=e=>di("The investment (%s) must be strictly positive.",e),sm=(e,t)=>di("The last_period (%(last)s) must be smaller or equal to the number_of_periods (%(nPeriods)s).",{last:e,nPeriods:t}),im=e=>di("The last_period (%s) must be strictly positive.",e),nm=e=>di("The life (%s) must be strictly positive.",e),rm=(e,t)=>di("The maturity (%(maturity)s) must be strictly greater than the settlement (%(settlement)s).",{maturity:t,settlement:e}),am=e=>di("The number_of_periods (%s) must be strictly positive.",e),lm=e=>di("The period must be between 1 and number_of_periods (%s)",e),cm=e=>di("The periods_by_year (%s) must be strictly positive.",e),hm=(e,t)=>di("The period (%(period)s) must be less than or equal life (%(life)s).",{period:e,life:t}),dm=e=>di("The period (%s) must be strictly positive.",e),um=e=>di("The present_value (%s) must be strictly positive.",e),gm=e=>di("The price (%s) must be strictly positive.",e),pm=e=>di("The rate_guess (%s) must be strictly greater than -1.",e),mm=e=>di("The rate (%s) must be positive or null.",e),fm=e=>di("The rate (%s) must be strictly positive.",e),vm=e=>di("The redemption (%s) must be strictly positive.",e),bm=e=>di("The salvage (%s) must be positive or null.",e),Sm=(e,t)=>di("The settlement date (%(settlement)s) must at most one year after the maturity date (%(maturity)s).",{settlement:e,maturity:t}),Cm=e=>di("The unit (%s) must be strictly positive.",e),ym=e=>di("The yield (%s) must be positive or null.",e);function wm(e){return e.some((e=>e>0))&&e.some((e=>e<0))}function Im(e){return![0,1,2,3,4].includes(e)}function xm(e){return![1,2,4].includes(e)}function Em(e,t,o){const s=An(e,o),i=An(t,o),n=An(e,o);return n.setFullYear(s.getFullYear()+1),i.getTime()<=n.getTime()}const Rm=[{value:0,label:di("US (NASD) 30/360")},{value:1,label:di("Actual/Actual")},{value:2,label:di("Actual/360")},{value:3,label:di("Actual/365")},{value:4,label:di("European 30/360")}];var Tm;!function(e){e.WHOLE_YEARS="Y",e.WHOLE_MONTHS="M",e.WHOLE_DAYS="D",e.DAYS_WITHOUT_WHOLE_MONTHS="MD",e.MONTH_WITHOUT_WHOLE_YEARS="YM",e.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR="YD"}(Tm||(Tm={}));const Am={description:di("Converts year/month/day into a date."),args:[Cd("year (number)",di("The year component of the date.")),Cd("month (number)",di("The month component of the date.")),Cd("day (number)",di("The day component of the date."))],compute:function(e,t,o){let s=Math.trunc(bn(e,this.locale));const i=Math.trunc(bn(t,this.locale)),n=Math.trunc(bn(o,this.locale));if(s<0||s>9999)return new nn(di("The year (%s) must be between 0 and 9999 inclusive.",s.toString()));s<1900&&(s+=1900);const r=Ui(new yi(s,i-1,n));return r<0?new nn(di("The function [[FUNCTION_NAME]] result must be greater than or equal 01/01/1900.")):{value:r,format:this.locale.dateFormat}},isExported:!0},Dm={description:di("Calculates the number of days, months, or years between two dates."),args:[Cd("start_date (date)",di("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.")),Cd("end_date (date)",di("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.")),Cd("unit (string)",di("A text abbreviation for unit of time."),[{value:"Y",label:di("The number of whole years between start_date and end_date")},{value:"M",label:di("The number of whole months between start_date and end_date")},{value:"D",label:di("The number of days between start_date and end_date")},{value:"MD",label:di("The number of days between start_date and end_date after subtracting whole months")},{value:"YM",label:di("The number of whole months between start_date and end_date after subtracting whole years")},{value:"YD",label:di("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,o){const s=xn(o).toUpperCase();if(!Object.values(Tm).includes(s))return new nn(((e,t)=>{const o=e.map((e=>`'${e}'`)).join(", ");return di("The function [[FUNCTION_NAME]] has an argument with value '%s'. It should be one of: %s.",t,o)})(Object.values(Tm),xn(o)));const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Vi(i),a=Vi(n);if(n<i)return new nn(di("start_date (%s) should be on or before end_date (%s).",r.toLocaleDateString(),a.toLocaleDateString()));switch(s){case Tm.WHOLE_YEARS:return ji(r,a);case Tm.WHOLE_MONTHS:return qi(r,a);case Tm.WHOLE_DAYS:return Zi(r,a);case Tm.MONTH_WITHOUT_WHOLE_YEARS:return qi(r,a)-12*ji(r,a);case Tm.DAYS_WITHOUT_WHOLE_MONTHS:let e=a.getDate()-r.getDate();if(e<0){e=zi(new yi(a.getFullYear(),a.getMonth()-1,1))-Math.abs(e)}return e;case Tm.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR:{if(function(e,t){return Wi(e,t,1)<1}(i,n))return Zi(r,a);const e=new yi(r.getFullYear(),a.getMonth(),a.getDate());let t=Zi(r,e);return t<0&&(e.setFullYear(r.getFullYear()+1),t=Zi(r,e)),t}}},isExported:!0},_m={description:di("Converts a date string to a date value."),args:[Cd("date_string (string)",di("The string representing the date."))],compute:function(e){const t=xn(e),o=Li(t,this.locale);return null===o?new nn(di("The date_string (%s) cannot be parsed to date/time.",t.toString())):Math.trunc(o.value)},isExported:!0},Fm={description:di("Day of the month that a specific date falls on."),args:[Cd("date (string)",di("The date from which to extract the day."))],compute:function(e){return An(e,this.locale).getDate()},isExported:!0},Om={description:di("Number of days between two dates."),args:[Cd("end_date (date)",di("The end of the date range.")),Cd("start_date (date)",di("The start of the date range."))],compute:function(e,t){const o=An(e,this.locale),s=An(t,this.locale),i=o.getTime()-s.getTime();return Math.round(i/Ii)},isExported:!0},Pm={description:di("Number of days between two dates on a 360-day year (months of 30 days)."),args:[Cd("start_date (date)",di("The start date to consider in the calculation.")),Cd("end_date (date)",di("The end date to consider in the calculation.")),Cd("method (boolean, default=false)",di("An indicator of what day count method to use."),[{value:!1,label:di("U.S. NASD method (default)")},{value:!0,label:di("European method")}])],compute:function(e,t,o={value:false}){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=Wi(s,i,Tn(o)?4:0);return Math.sign(i-s)*Math.round(360*n)},isExported:!0},Mm={description:di("Date a number of months before/after another date."),args:[Cd("start_date (date)",di("The date from which to calculate the result.")),Cd("months (number)",di("The number of months before (negative) or after (positive) 'start_date' to calculate."))],compute:function(e,t){return{value:Ui($i(An(e,this.locale),Math.trunc(bn(t,this.locale)),!1)),format:this.locale.dateFormat}},isExported:!0},Nm={description:di("Last day of a month before or after a date."),args:[Cd("start_date (date)",di("The date from which to calculate the result.")),Cd("months (number)",di("The number of months before (negative) or after (positive) 'start_date' to consider."))],compute:function(e,t){const o=An(e,this.locale),s=Math.trunc(bn(t,this.locale)),i=o.getFullYear(),n=o.getMonth();return{value:Ui(new yi(i,n+s+1,0)),format:this.locale.dateFormat}},isExported:!0},km={description:di("Hour component of a specific time."),args:[Cd("time (date)",di("The time from which to calculate the hour component."))],compute:function(e){return An(e,this.locale).getHours()},isExported:!0},Lm={description:di("ISO week number of the year."),args:[Cd("date (date)",di("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){const t=An(e,this.locale),o=t.getFullYear();let s=1;for(;4!==new yi(o,0,s).getDay();)s+=1;const i=new yi(o,0,s-3);let n=31;for(;4!==new yi(o,11,n).getDay();)n-=1;const r=new yi(o,11,n+3);let a,l;switch(a=i.getTime()<=t.getTime()?t.getTime()<=r.getTime()?0:1:-1,a){case 0:l=i;break;case 1:l=new yi(o,11,n+3+1);break;case-1:let e=1;for(;4!==new yi(o-1,0,e).getDay();)e+=1;l=new yi(o-1,0,e-3)}const c=(t.getTime()-l.getTime())/Ii;return Math.floor(c/7)+1},isExported:!0},Vm={description:di("Minute component of a specific time."),args:[Cd("time (date)",di("The time from which to calculate the minute component."))],compute:function(e){return An(e,this.locale).getMinutes()},isExported:!0},Um={description:di("Month of the year a specific date falls in"),args:[Cd("date (date)",di("The date from which to extract the month."))],compute:function(e){return An(e,this.locale).getMonth()+1},isExported:!0},Hm={description:di("Net working days between two provided days."),args:[Cd("start_date (date)",di("The start date of the period from which to calculate the number of net working days.")),Cd("end_date (date)",di("The end date of the period from which to calculate the number of net working days.")),Cd("holidays (date, range<date>, optional)",di("A range or array constant containing the date serial numbers to consider holidays."))],compute:function(e,t,o){return $m.compute.bind(this)(e,t,{value:1},o)},isExported:!0};function zm(e){const t=e?.value;if("string"==typeof t){ic(7===t.length&&[...t].every((e=>"0"===e||"1"===e)),di('When weekend is a string (%s) it must be composed of "0" or "1".',t));const e=[];for(let o=0;o<7;o++)"1"===t[o]&&e.push((o+1)%7);return e}if("number"==typeof t)return ic(1<=t&&t<=7||11<=t&&t<=17,di("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 nn(di("The weekend must be a number or a string."))}const Bm=[{value:1,label:di("Saturday/Sunday are weekends")},{value:2,label:di("Sunday/Monday are weekends")},{value:3,label:di("Monday/Tuesday are weekends")},{value:4,label:di("Tuesday/Wednesday are weekends")},{value:5,label:di("Wednesday/Thursday are weekends")},{value:6,label:di("Thursday/Friday are weekends")},{value:7,label:di("Friday/Saturday are weekends")},{value:11,label:di("Sunday is the only weekend")},{value:12,label:di("Monday is the only weekend")},{value:13,label:di("Tuesday is the only weekend")},{value:14,label:di("Wednesday is the only weekend")},{value:15,label:di("Thursday is the only weekend")},{value:16,label:di("Friday is the only weekend")},{value:17,label:di("Saturday is the only weekend")}],$m={description:di("Net working days between two dates (specifying weekends)."),args:[Cd("start_date (date)",di("The start date of the period from which to calculate the number of net working days.")),Cd("end_date (date)",di("The end date of the period from which to calculate the number of net working days.")),Cd("weekend (any, default=1)",di("A number or string representing which days of the week are considered weekends."),Bm),Cd("holidays (date, range<date>, optional)",di("A range or array constant containing the dates to consider as holidays."))],compute:function(e,t,o={value:1},s){const i=An(e,this.locale),n=An(t,this.locale),r=zm(o),a=new Set;void 0!==s&&Fn([s],(e=>{const t=An(e,this.locale);a.add(t.getTime())}));const l=i.getTime()>n.getTime(),c=yi.fromTimestamp((l?i:n).getTime()),h=yi.fromTimestamp((l?n:i).getTime()),d=c.getTime();let u=h.getTime(),g=0;for(;u<=d;)r.includes(h.getDay())||a.has(u)||(g+=1),h.setDate(h.getDate()+1),u=h.getTime();return l?-g:g},isExported:!0},Gm={description:di("Current date and time as a date value."),args:[],compute:function(){const e=yi.now(),t=e.getTime()-wi.getTime(),o=e.getHours()/24+e.getMinutes()/1440+e.getSeconds()/86400;return{value:Math.floor(t/Ii)+o,format:Ql(this.locale)}},isExported:!0},Wm={description:di("Minute component of a specific time."),args:[Cd("time (date)",di("The time from which to calculate the second component."))],compute:function(e){return An(e,this.locale).getSeconds()},isExported:!0},qm={description:di("Converts hour/minute/second into a time."),args:[Cd("hour (number)",di("The hour component of the time.")),Cd("minute (number)",di("The minute component of the time.")),Cd("second (number)",di("The second component of the time."))],compute:function(e,t,o){let s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=Math.trunc(bn(o,this.locale));return i+=Math.floor(n/60),n=n%60+(n<0?60:0),s+=Math.floor(i/60),i=i%60+(i<0?60:0),s%=24,s<0?new nn(di("The function [[FUNCTION_NAME]] result cannot be negative")):{value:s/24+i/1440+n/86400,format:this.locale.timeFormat}},isExported:!0},Zm={description:di("Converts a time string into its serial number representation."),args:[Cd("time_string (string)",di("The string that holds the time representation."))],compute:function(e){const t=xn(e),o=Li(t,this.locale);if(null===o)return new nn(di("The time_string (%s) cannot be parsed to date/time.",t));const s=o.value-Math.trunc(o.value);return s<0?1+s:s},isExported:!0},jm={description:di("Current date as a date value."),args:[],compute:function(){const e=yi.now();return{value:Ui(new yi(e.getFullYear(),e.getMonth(),e.getDate())),format:this.locale.dateFormat}},isExported:!0},Ym={description:di("Day of the week of the date provided (as number)."),args:[Cd("date (date)",di("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.")),Cd("type (number, default=1)",di("A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1."),[{value:1,label:di("Numbers 1 (Sunday) trough 7 (Saturday)")},{value:2,label:di("Numbers 1 (Monday) trough 7 (Sunday)")},{value:3,label:di("Numbers 0 (Monday) trough 6 (Sunday)")},{value:11,label:di("Numbers 1 (Monday) trough 7 (Sunday)")},{value:12,label:di("Numbers 1 (Tuesday) trough 7 (Monday)")},{value:13,label:di("Numbers 1 (Wednesday) trough 7 (Tuesday)")},{value:14,label:di("Numbers 1 (Thursday) trough 7 (Wednesday)")},{value:15,label:di("Numbers 1 (Friday) trough 7 (Thursday)")},{value:16,label:di("Numbers 1 (Saturday) trough 7 (Friday)")},{value:17,label:di("Numbers 1 (Sunday) trough 7 (Saturday)")}])],compute:function(e,t={value:1}){const o=An(e,this.locale),s=Math.round(bn(t,this.locale)),i=o.getDay();if(!(1<=s&&s<=3||11<=s&&s<=17))return new nn(di("The type (%s) must be between 1 and 3 or between 11 and 17.",s));switch(s){case 1:return i+1;case 2:return 0===i?7:i;case 3:return 0===i?6:i-1}const n=(i+1-(s-10)+7)%7;return 0===n?7:n},isExported:!0},Xm={description:di("Week number of the year."),args:[Cd("date (date)",di("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.")),Cd("type (number, default=1)",di("A number representing the day that a week starts on. Sunday = 1."),[{value:1,label:di("Sunday")},{value:2,label:di("Monday")},{value:11,label:di("Monday")},{value:12,label:di("Tuesday")},{value:13,label:di("Wednesday")},{value:14,label:di("Thursday")},{value:15,label:di("Friday")},{value:16,label:di("Saturday")},{value:17,label:di("Sunday")},{value:21,label:di("ISO week number (Monday as first day of the week)")}])],compute:function(e,t={value:1}){const o=An(e,this.locale),s=Math.round(bn(t,this.locale));if(![1,2,11,12,13,14,15,16,17,21].includes(s))return new nn(di("The type (%s) is out of range.",s.toString()));if(21===s)return Lm.compute.bind(this)(e);let i;i=1===s||2===s?s-1:s-10==7?0:s-10;const n=o.getFullYear();let r=1,a=new yi(n,0,r);for(;a.getDay()!==i;)r+=1,a=new yi(n,0,r);const l=(o.getTime()-a.getTime())/Ii;return l<0?1:Math.floor(l/7)+(1===r?1:2)},isExported:!0},Km={description:di("Date after a number of workdays."),args:[Cd("start_date (date)",di("The date from which to begin counting.")),Cd("num_days (number)",di("The number of working days to advance from start_date. If negative, counts backwards.")),Cd("holidays (date, range<date>, optional)",di("A range or array constant containing the dates to consider holidays."))],compute:function(e,t,o={value:null}){return Jm.compute.bind(this)(e,t,{value:1},o)},isExported:!0},Jm={description:di("Date after a number of workdays (specifying weekends)."),args:[Cd("start_date (date)",di("The date from which to begin counting.")),Cd("num_days (number)",di("The number of working days to advance from start_date. If negative, counts backwards.")),Cd("weekend (any, default=1)",di("A number or string representing which days of the week are considered weekends."),Bm),Cd("holidays (date, range<date>, optional)",di("A range or array constant containing the dates to consider holidays."))],compute:function(e,t,o={value:1},s){const i=An(e,this.locale),n=Math.trunc(bn(t,this.locale));if("1111111"===o.value)return new nn(di("The weekend must be different from '1111111'."));const r=zm(o),a=new Set;void 0!==s&&Fn([s],(e=>{const t=An(e,this.locale);a.add(t.getTime())}));const l=yi.fromTimestamp(i.getTime());let c=l.getTime();const h=Math.sign(n);let d=Math.abs(n);for(;d>0;)l.setDate(l.getDate()+h),c=l.getTime(),r.includes(l.getDay())||a.has(c)||(d-=1);const u=c-wi.getTime();return{value:Math.round(u/Ii),format:this.locale.dateFormat}},isExported:!0},Qm={description:di("Year specified by a given date."),args:[Cd("date (date)",di("The date from which to extract the year."))],compute:function(e){return An(e,this.locale).getFullYear()},isExported:!0},ef={description:di("Exact number of years between two dates."),args:[Cd("start_date (date)",di("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.")),Cd("end_date (date)",di("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.")),Cd("day_count_convention (number, default=0)",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o={value:0}){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=Math.trunc(bn(o,this.locale));return s<0?new nn(di("The start_date (%s) must be positive or null.",s)):i<0?new nn(di("The end_date (%s) must be positive or null.",i)):0>n||n>4?new nn(di("The day_count_convention (%s) must be between 0 and 4 inclusive.",n)):Wi(s,i,n)}},tf={description:di("First day of the month preceding a date."),args:[Cd("date (date)",di("The date from which to calculate the result."))],compute:function(e){const t=An(e,this.locale),o=t.getFullYear(),s=t.getMonth();return{value:Ui(new yi(o,s,1)),format:this.locale.dateFormat}}},of={description:di("Last day of the month following a date."),args:[Cd("date (date)",di("The date from which to calculate the result."))],compute:function(e){return Nm.compute.bind(this)(e,{value:0})}},sf={description:di("Quarter of the year a specific date falls in"),args:[Cd("date (date)",di("The date from which to extract the quarter."))],compute:function(e){return Math.ceil((An(e,this.locale).getMonth()+1)/3)}},nf={description:di("First day of the quarter of the year a specific date falls in."),args:[Cd("date (date)",di("The date from which to calculate the start of quarter."))],compute:function(e){const t=sf.compute.bind(this)(e),o=Qm.compute.bind(this)(e);return{value:Ui(new yi(o,3*(t-1),1)),format:this.locale.dateFormat}}},rf={description:di("Last day of the quarter of the year a specific date falls in."),args:[Cd("date (date)",di("The date from which to calculate the end of quarter."))],compute:function(e){const t=sf.compute.bind(this)(e),o=Qm.compute.bind(this)(e);return{value:Ui(new yi(o,3*t,0)),format:this.locale.dateFormat}}},af={description:di("First day of the year a specific date falls in."),args:[Cd("date (date)",di("The date from which to calculate the start of the year."))],compute:function(e){const t=Qm.compute.bind(this)(e);return{value:Ui(new yi(t,0,1)),format:this.locale.dateFormat}}},lf={description:di("Last day of the year a specific date falls in."),args:[Cd("date (date)",di("The date from which to calculate the end of the year."))],compute:function(e){const t=Qm.compute.bind(this)(e);return{value:Ui(new yi(t+1,0,0)),format:this.locale.dateFormat}}};var cf=Object.freeze({__proto__:null,DATE:Am,DATEDIF:Dm,DATEVALUE:_m,DAY:Fm,DAYS:Om,DAYS360:Pm,EDATE:Mm,EOMONTH:Nm,HOUR:km,ISOWEEKNUM:Lm,MINUTE:Vm,MONTH:Um,MONTH_END:of,MONTH_START:tf,NETWORKDAYS:Hm,NETWORKDAYS_INTL:$m,NOW:Gm,QUARTER:sf,QUARTER_END:rf,QUARTER_START:nf,SECOND:Wm,TIME:qm,TIMEVALUE:Zm,TODAY:jm,WEEKDAY:Ym,WEEKNUM:Xm,WORKDAY:Km,WORKDAY_INTL:Jm,YEAR:Qm,YEARFRAC:ef,YEAR_END:lf,YEAR_START:af});const hf={description:di("Compare two numeric values, returning 1 if they're equal."),args:[Cd("number1 (number)",di("The first number to compare.")),Cd("number2 (number, default=0)",di("The second number to compare."))],compute:function(e,t={value:0}){return bn(e,this.locale)===bn(t,this.locale)?1:0},isExported:!0};var df=Object.freeze({__proto__:null,DELTA:hf});const uf=[r.number,r.error,r.text,r.boolean];function gf(e){const t="asc"===e?1:-1;return(e,o)=>{if(e.type===r.empty)return o.type===r.empty?0:1;if(o.type===r.empty)return-1;let s=uf.indexOf(e.type)-uf.indexOf(o.type);return 0===s&&(s=e.type===r.text||e.type===r.error?e.value.localeCompare(o.value):e.value-o.value),t*s}}function pf(e,t,o,s,i){let n=s.right>s.left;if(e.model.getters.doesIntersectMerge(t,s)){let o;n=!1;for(let i=s.top;i<=s.bottom;i++){o=[];for(let n=s.left;n<=s.right;n++){const s=e.model.getters.getMerge({sheetId:t,col:n,row:i});s&&!o.includes(s.id.toString())&&o.push(s.id.toString())}if(o.length>=2){n=!0;break}}}if(n)return void mf(e,t,o,s,i);const r=e.model.getters.getContiguousZone(t,s);Yo(r,s)?mf(e,t,o,s,i):e.askConfirmation(di("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?"),(()=>mf(e,t,o,r,i)),(()=>mf(e,t,o,s,i)))}function mf(e,t,o,s,i,n){const r=e.model.dispatch("SORT_CELLS",{sheetId:t,col:o.col,row:o.row,zone:s,sortDirection:i,sortOptions:n});if(r.isCancelledBecause("InvalidSortZone")){const{col:t,row:i}=o;e.model.selection.selectZone({cell:{col:t,row:i},zone:s}),e.raiseError(di("Cannot sort. To sort, select only cells or only merges that have the same size."))}if(r.isCancelledBecause("SortZoneWithArrayFormulas")){const{col:t,row:i}=o;e.model.selection.selectZone({cell:{col:t,row:i},zone:s}),e.raiseError(di("Cannot sort a zone with array formulas."))}}function ff(e,t,...o){for(const[e,t]of o.entries())ic(void 0!==t,di("Value for parameter %d is missing, while the function [[FUNCTION_NAME]] expect a number or a range.",e+1));const s=[],i=[],n=e.length;for(let r=0;r<o.length;r+=2){s.push(Tn(pc(o[r+1])?.value)?"asc":"desc");const a=o[r];if(E(a)&&(a.length>1||a[0].length>1))ic(1===a.length&&a[0].length===n,di("Wrong size for %s. Expected a range of size 1x%s. Got %sx%s.",`sort_column${r+1}`,n,a.length,a[0].length)),i.push(a.flat().map((e=>e.value)));else{const o=bn(pc(a)?.value,t);if(o<1||o>e[0].length)return e;i.push(e.map((e=>e[o-1].value)))}}if(0===i.length)for(let t=0;t<e[0].length;t++)i.push(e.map((e=>e[t].value))),s.push("asc");const a={desc:gf("desc"),asc:gf("asc")},l=Ct(0,e.length);return l.sort(((e,t)=>{for(const[o,n]of i.entries()){const i=n[e],l=n[t],c={value:i,type:null===i?r.empty:"string"==typeof i?r.text:typeof i},h={value:l,type:null===l?r.empty:"string"==typeof l?r.text:typeof l},d=a[s[o]](c,h);if(0!==d)return d}return 0})),l.map((t=>e[t]))}const vf={description:di("Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions."),args:[Cd("range (any, range<any>)",di("The data to be filtered.")),Cd("condition1 (boolean, range<boolean>)",di("A column or row containing true or false values corresponding to the first column or row of range.")),Cd("condition2 (boolean, range<boolean>, repeating)",di("Additional column or row containing true or false values."))],compute:function(e,...t){let o=Xn(e);const s=t.map((e=>Vn(Xn(e),(e=>e.value))));for(const e of s)if(!rc(e))return new nn(di("The arguments condition must be a single column or row."));if(!ac(...t))return new nn(di("The arguments conditions must have the same dimensions."));const i=s.map((e=>e.flat())),n=1===s[0].length?"row":"col";if(o="row"===n?Un(o):o,i.some((e=>e.length!==o.length)))return new nn(di("FILTER has mismatched sizes on the range and conditions."));const r=[];for(let e=0;e<o.length;e++){const t=o[e];i.every((t=>("boolean"==typeof t[e]||"number"==typeof t[e])&&t[e]))&&r.push(t)}return r.length?"row"===n?Un(r):r:new cn(di("No match found in FILTER evaluation"))},isExported:!1},bf={description:di("Sorts the rows of a given array or range by the values in one or more columns."),args:[Cd("range (range)",di("The data to be sorted.")),Cd("sort_column (any, range<number>, repeating)",di("The index of the column in range or a range outside of range containing the values by which to sort.")),Cd("is_ascending (boolean, repeating)",di("TRUE or FALSE indicating whether to sort sort_column in ascending order."),[{value:!0,label:di("Ascending")},{value:!1,label:di("Descending")}])],compute:function(e,...t){const o=Un(e);return Un(ff(o,this.locale,...t))},isExported:!0},Sf={description:di("Returns the first n items in a data set after performing a sort."),args:[Cd("range (range)",di("The data to be sorted.")),Cd("n (number)",di("The number of items to return.")),Cd("display_ties_mode (number, default=0)",di("A number representing the way to display ties.")),Cd("sort_column (number, range<number>, repeating)",di("The index of the column in range or a range outside of range containing the values by which to sort.")),Cd("is_ascending (boolean, repeating)",di("TRUE or FALSE indicating whether to sort sort_column in ascending order."),[{value:!0,label:di("Ascending")},{value:!1,label:di("Descending")}])],compute:function(e,t,...o){const s=bn(t?.value??1,this.locale),i=o.length%2==0?0:bn(o[0]?.value,this.locale),n=o.length%2==0?o:o.slice(1);if(s<0)return new nn(di("Wrong value of 'n'. Expected a positive number. Got %s.",s));if(i<0||i>3)return new nn(di("Wrong value of 'display_ties_mode'. Expected a positive number between 0 and 3. Got %s.",i));const r=ff(Un(e),this.locale,...n),a=(e,t)=>JSON.stringify(r[e].map((e=>e.value)))===JSON.stringify(r[t].map((e=>e.value)));switch(i){case 0:return Un(r.slice(0,s));case 1:for(let e=s;e<r.length;e++)if(!a(e,s-1))return Un(r.slice(0,e));return Un(r);case 2:{const e=[r[0]];for(let t=1;t<r.length;t++)for(let o=0;o<t&&!a(t,o);o++)o===t-1&&e.push(r[t]);return Un(e.slice(0,s))}case 3:{const e=[r[0]];let t=1;for(let o=1;o<r.length&&(a(o,o-1)||t++,!(t>s));o++)e.push(r[o]);return Un(e)}}},isExported:!1},Cf={description:di("Unique rows in the provided source range."),args:[Cd("range (any, range<any>)",di("The data to filter by unique entries.")),Cd("by_column (boolean, default=FALSE)",di("Whether to filter the data by columns or by rows."),[{value:!0,label:di("Return unique columns")},{value:!1,label:di("Return unique rows")}]),Cd("exactly_once (boolean, default=FALSE)",di("Whether to return only entries with no duplicates."),[{value:!0,label:di("Return items that appear exactly once")},{value:!1,label:di("Return every distinct item")}])],compute:function(e={value:""},t,o){if(!E(e))return[[e]];const s=Tn(t?.value)||!1,i=Tn(o?.value)||!1;s||(e=Un(e));const n=new Map;for(const t of e){const e=JSON.stringify(t.map((e=>e.value))),o=n.get(e);o?o.count++:n.set(e,{data:t,count:1})}const r=[];for(const e of n.values())i&&e.count>1||r.push(e.data);return r.length?s?r:Un(r):new nn(di("No unique values found"))},isExported:!0};var yf=Object.freeze({__proto__:null,FILTER:vf,SORT:bf,SORTN:Sf,UNIQUE:Cf});const wf=[{value:1,label:di("Annual")},{value:2,label:di("Semi-annual")},{value:4,label:di("Quarterly")}],If=[{value:0,label:di("End of period (default)")},{value:1,label:di("Beginning of period")}],xf=[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)];function Ef(e,t,o,s,i=1e-10,n){let r,a,l,c,h=o,d=!1,u=0;do{l=e(h),isNaN(l)?(ic(u<s&&void 0!==n,di("Function [[FUNCTION_NAME]] didn't find any result.")),u++,h=n(c),c=h):(r=h-l/t(h),a=Math.abs(r-h),h=r,d=a<i||Math.abs(l)<i,ic(u<s,di("Function [[FUNCTION_NAME]] didn't find any result.")),u++)}while(!d);return h}const Rf={description:di("Accrued interest of security paying at maturity."),args:[Cd("issue (date)",di("The date the security was initially issued.")),Cd("maturity (date)",di("The maturity date of the security.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(s,this.locale),l=bn(o,this.locale),c=Math.trunc(bn(i,this.locale));if(n<0)return new nn((e=>di("The issue (%s) must be positive or null.",e))(n));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(vm(a));if(l<=0)return new nn(fm(l));return a*l*Wi(n,r,c)},isExported:!0},Tf={description:di("Depreciation for an accounting period."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("purchase_date (date)",di("The date the asset was purchased.")),Cd("first_period_end (date)",di("The date the first period ended.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("period (number)",di("The single period within life for which to calculate depreciation.")),Cd("rate (number)",di("The deprecation rate.")),Cd("day_count_convention (number, optional)",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=bn(e,this.locale),l=Math.trunc(bn(t,this.locale)),c=Math.trunc(bn(o,this.locale)),h=bn(s,this.locale),d=bn(i,this.locale),u=bn(n,this.locale),g=Math.trunc(bn(r,this.locale));if(a<=0)return new nn((e=>di("The cost (%s) must be strictly positive.",e))(a));if(l<0)return new nn((e=>di("The purchase_date (%s) must be positive or null.",e))(l));if(h<0)return new nn(bm(h));if(h>a)return new nn(((e,t)=>di("The salvage (%(salvage)s) must be smaller or equal than the cost (%(cost)s).",{salvage:e,cost:t}))(h,a));if(d<0)return new nn((e=>di("The period (%s) must be positive or null.",e))(d));if(u<=0)return new nn(fm(u));if(Im(g))return new nn(Yp(g));if(l>c)return new nn(((e,t)=>di("The purchase_date (%(purchaseDate)s) must be before the first_period_end (%(firstPeriodEnd)s).",{purchaseDate:e,firstPeriodEnd:t}))(l,c));const p=d<1&&d>0?1:Math.trunc(d),m=a*u,f=Wi(l,c,g),v=l===c?m:m*f,b=a-v-m*p;return b>=h?0===p?v:m:h-b<m?m-(h-b):0},isExported:!0},Af={description:di("Days in coupon period containing settlement date."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));if(1===a){const i=Pf.compute.bind(this)(e,t,o,s).value;return bn(Ff.compute.bind(this)(e,t,o,s).value,this.locale)-bn(i,this.locale)}return(3===a?365:360)/r},isExported:!0},Df={description:di("Days from settlement until next coupon."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));const l=bn(Pf.compute.bind(this)(e,t,o,s).value,this.locale);if([1,2,3].includes(a))return i-l;if(4===a){const e=Wi(l,i,a);return Math.round(360*e)}const c=An(i,this.locale),h=An(l,this.locale),d=h.getFullYear(),u=c.getFullYear(),g=h.getMonth()+1,p=c.getMonth()+1;let m=h.getDate(),f=c.getDate();return 2===g&&2===p&&Bi(h)&&Bi(c)&&(f=30),31!==f||30!==m&&31!==m||(f=30),2===g&&Bi(h)&&(m=30),31===m&&(m=30),360*(u-d)+30*(p-g)+(f-m)},isExported:!0},_f={description:di("Days from settlement until next coupon."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));const l=bn(Ff.compute.bind(this)(e,t,o,s).value,this.locale);if([1,2,3].includes(a))return l-i;if(4===a){const e=Wi(i,l,a);return Math.round(360*e)}const c=Df.compute.bind(this)(e,t,o,s);return bn(Af.compute.bind(this)(e,t,o,s),this.locale)-bn(c,this.locale)},isExported:!0},Ff={description:di("Next coupon date after the settlement date."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));const l=12/r,c=Of.compute.bind(this)(e,t,o,s);return{value:Ui($i(An(n,this.locale),-(bn(c,this.locale)-1)*l,!0)),format:this.locale.dateFormat}},isExported:!0},Of={description:di("Number of coupons between settlement and maturity."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));let l=1,c=n;const h=12/r;for(;c>i;)c=Ui($i(An(c,this.locale),-h,!1)),l++;return l-1},isExported:!0},Pf={description:di("Last coupon date prior to or on the settlement date."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));const l=12/r,c=Of.compute.bind(this)(e,t,o,s);return{value:Ui($i(An(n,this.locale),-c*l,!0)),format:this.locale.dateFormat}},isExported:!0},Mf={description:di("Cumulative interest paid over a set of periods."),args:[Cd("rate (number)",di("The interest rate.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("first_period (number)",di("The number of the payment period to begin the cumulative calculation.")),Cd("last_period (number)",di("The number of the payment period to end the cumulative calculation.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s,i,n={value:0}){const r=bn(s,this.locale),a=bn(i,this.locale),l=bn(e,this.locale),c=bn(o,this.locale),h=bn(t,this.locale),d=Tn(n)?1:0;if(h<=0)return new nn(am(h));if(r<=0)return new nn(tm(r));if(a<=0)return new nn(im(a));if(r>a)return new nn(em(r,a));if(a>h)return new nn(sm(a,h));if(l<=0)return new nn(fm(l));if(c<=0)return new nn(um(c));let u=0;for(let e=r;e<=a;e++)u+=jf(l,e,h,c,0,d);return u},isExported:!0},Nf={description:di("Cumulative principal paid over a set of periods."),args:[Cd("rate (number)",di("The interest rate.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("first_period (number)",di("The number of the payment period to begin the cumulative calculation.")),Cd("last_period (number)",di("The number of the payment period to end the cumulative calculation.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s,i,n={value:0}){const r=bn(s,this.locale),a=bn(i,this.locale),l=bn(e,this.locale),c=bn(o,this.locale),h=bn(t,this.locale),d=Tn(n)?1:0;if(h<=0)return new nn(am(h));if(r<=0)return new nn(tm(r));if(a<=0)return new nn(im(a));if(r>a)return new nn(em(r,a));if(a>h)return new nn(sm(a,h));if(l<=0)return new nn(fm(l));if(c<=0)return new nn(um(c));let u=0;for(let e=r;e<=a;e++)u+=av(l,e,h,c,0,d);return u},isExported:!0},kf={description:di("Depreciation via declining balance method."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated.")),Cd("period (number)",di("The single period within life for which to calculate depreciation.")),Cd("month (number, optional)",di("The number of months in the first year of depreciation."))],compute:function(e,t,o,s,...i){const n=bn(e,this.locale),r=bn(t,this.locale),a=bn(o,this.locale),l=Math.trunc(bn(s,this.locale)),c=i.length?Math.trunc(bn(i[0],this.locale)):12,h=a+(12===c?0:1);if(n<0)return new nn(Zp(n));if(r<0)return new nn(bm(r));if(l<=0)return new nn(dm(l));if(a<=0)return new nn(nm(a));if(1>c||c>12)return new nn(di("The month (%s) must be between 1 and 12 inclusive.",c));if(l>h)return new nn(((e,t)=>di("The period (%(period)s) must be less than or equal to %(lifeLimit)s.",{period:e,lifeLimit:t}))(l,h));const d=c/12;let u=1-Math.pow(r/n,1/a);u=Math.round(1e3*u)/1e3;let g=n,p=n*(1-u*d);for(let e=1;e<l;e++)g=p,p=g*(1-u),e===a&&(p=g*(1-u*(1-d)));return{value:g-p,format:"#,##0.00"}},isExported:!0},Lf="#,##0.00",Vf={description:di("Depreciation via double-declining balance method."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated.")),Cd("period (number)",di("The single period within life for which to calculate depreciation.")),Cd("factor (number, default=2)",di("The factor by which depreciation decreases."))],compute:function(e,t,o,s,i={value:2}){const n=bn(e,this.locale),r=bn(t,this.locale),a=bn(o,this.locale),l=bn(s,this.locale),c=bn(i,this.locale);if(n<0)return new nn(Zp(n));if(r<0)return new nn(bm(r));if(l<=0)return new nn(dm(l));if(a<=0)return new nn(nm(a));if(l>a)return new nn(hm(l,a));if(c<=0)return new nn(Xp(c));if(0===n||r>=n)return{value:0,format:Lf};const h=c/a;if(h>1)return{value:1===l?n-r:0,format:Lf};if(l<=1)return{value:n*h,format:Lf};const d=n*Math.pow(1-h,l-1),u=n*Math.pow(1-h,l),g=u<r?d-r:d-u;return{value:Math.max(g,0),format:Lf}},isExported:!0},Uf={description:di("Discount rate of a security based on price."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("price (number)",di("The price at which the security is bought per 100 face value.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(o,this.locale),l=bn(s,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(gm(a));if(l<=0)return new nn(vm(l));return(l-a)/l/Wi(n,r,c)},isExported:!0},Hf={description:di("Convert a decimal fraction to decimal value."),args:[Cd("fractional_price (number)",di("The price quotation given using fractional decimal conventions.")),Cd("unit (number)",di("The units of the fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],compute:function(e,t){const o=bn(e,this.locale),s=Math.trunc(bn(t,this.locale));if(s<=0)return new nn(Cm(s));const i=Math.trunc(o);return i+(o-i)*(10**Math.ceil(Math.log10(s))/s)},isExported:!0},zf={description:di("Convert a decimal value to decimal fraction."),args:[Cd("decimal_price (number)",di("The price quotation given as a decimal value.")),Cd("unit (number)",di("The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],compute:function(e,t){const o=bn(e,this.locale),s=Math.trunc(bn(t,this.locale));if(s<=0)return new nn(Cm(s));const i=Math.trunc(o);return i+(o-i)*(s/10**Math.ceil(Math.log10(s)))},isExported:!0},Bf={description:di("Number of periods for an investment to reach a value."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("yield (number)",di("The expected annual yield of the security.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n={value:0}){const r=Math.trunc(bn(e,this.locale)),a=Math.trunc(bn(t,this.locale)),l=bn(o,this.locale),c=bn(s,this.locale),h=Math.trunc(bn(i,this.locale)),d=Math.trunc(bn(n,this.locale));if(r>=a)return new nn(rm(r,a));if(xm(h))return new nn(jp(h));if(Im(d))return new nn(Yp(d));if(l<0)return new nn(mm(l));if(c<0)return new nn(ym(c));const u=Wi(r,a,d),g=u-Math.trunc(u)||1/h,p=Math.ceil(u*h),m=l/h,f=c/h;let v=0,b=0;for(let e=1;e<=p;e++){const t=(m+(e===p?1:0))/(1+f)**e;b+=(g+(e-1)/h)*t,v+=t}return 0===v?0:b/v},isExported:!0},$f={description:di("Annual effective interest rate."),args:[Cd("nominal_rate (number)",di("The nominal interest rate per year.")),Cd("periods_per_year (number)",di("The number of compounding periods per year."))],compute:function(e,t){const o=bn(e,this.locale),s=Math.trunc(bn(t,this.locale));return o<=0?new nn(di("The nominal_rate (%s) must be strictly positive.",o)):s<=0?new nn(cm(s)):Math.pow(1+o/s,s)-1},isExported:!0};function Gf(e,t,o,s,i){return 0===e?-(s+o*t):-s*(1+e)**t-o*(1+e*i)*((1+e)**t-1)/e}const Wf={description:di("Future value of an annuity investment."),args:[Cd("rate (number)",di("The interest rate.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("payment_amount (number)",di("The amount per period to be paid.")),Cd("present_value (number, default=0)",di("The current value of the annuity.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;return{value:Gf(bn(e,this.locale),bn(t,this.locale),bn(o,this.locale),bn(s,this.locale),Tn(i)?1:0),format:"#,##0.00"}},isExported:!0},qf={description:di("Future value of principal from series of rates."),args:[Cd("principal (number)",di("The amount of initial capital or value to compound against.")),Cd("rate_schedule (number, range<number>)",di("A series of interest rates to compound against the principal."))],compute:function(e,t){return Mn([t],((e,t)=>e*(1+bn(t,this.locale))),bn(e,this.locale))},isExported:!0},Zf={description:di("Calculates effective interest rate."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("investment (number)",di("The amount invested in the security.")),Cd("redemption (number)",di("The amount to be received at maturity.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(s,this.locale),l=bn(o,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(l<=0)return new nn(om(l));if(a<=0)return new nn(vm(a));if(Im(c))return new nn(Yp(c));return(a-l)/l/Wi(n,r,c)},isExported:!0};function jf(e,t,o,s,i,n){return nv(e,o,s,i,n)-av(e,t,o,s,i,n)}const Yf={description:di("Payment on the principal of an investment."),args:[Cd("rate (number)",di("The annualized rate of interest.")),Cd("period (number)",di("The amortization period, in terms of number of periods.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s,i={value:0},n={value:0}){return{value:jf(bn(e,this.locale),bn(t,this.locale),bn(o,this.locale),bn(s,this.locale),bn(i,this.locale),Tn(n)?1:0),format:"#,##0.00"}},isExported:!0},Xf={description:di("Internal rate of return given periodic cashflows."),args:[Cd("cashflow_amounts (number, range<number>)",di("An array or range containing the income or payments associated with the investment.")),Cd("rate_guess (number, default=0.1)",di("An estimate for what the internal rate of return will be."))],compute:function(e,t={value:.1}){const o=bn(t,this.locale);if(o<=-1)return new nn(pm(o));let s=!1,i=!1;const n=[];if(On([e],(({value:e})=>{e>0&&(s=!0),e<0&&(i=!0),n.push(e)}),this.locale),!s||!i)return new nn(qp);const r=n.shift();return{value:Ef((function(e){return function(e,t,o){const s=o.length;let i=0;return o.reduce(((t,o)=>(i++,t+o*e**(s-i))),t*e**s)}(e,r,n)}),(function(e){return function(e,t,o){const s=o.length;let i=0;return o.reduce(((t,o)=>(i++,t+o*(s-i)*e**(s-i-1))),t*s*e**(s-1))}(e,r,n)}),o+1,20,1e-5)-1,format:"0%"}},isExported:!0},Kf={description:di("Returns the interest paid at a particular period of an investment."),args:[Cd("rate (number)",di("The interest rate.")),Cd("period (number)",di("The period for which you want to view the interest payment.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity."))],compute:function(e,t,o,s){const i=bn(e,this.locale),n=bn(t,this.locale),r=bn(o,this.locale),a=bn(s,this.locale);if(0===r)return new nn(di("The number_of_periods (%s) must be different from zero.",r));return-1*(a-a*(n/r))*i},isExported:!0},Jf={description:di("Modified Macaulay duration."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("yield (number)",di("The expected annual yield of the security.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."))],compute:function(e,t,o,s,i,n={value:0}){const r=Bf.compute.bind(this)(e,t,o,s,i,n),a=bn(s,this.locale),l=Math.trunc(bn(i,this.locale));return bn(r,this.locale)/(1+a/l)},isExported:!0},Qf={description:di("Modified internal rate of return."),args:[Cd("cashflow_amounts (range<number>)",di("A range containing the income or payments associated with the investment. The array should contain bot payments and incomes.")),Cd("financing_rate (number)",di("The interest rate paid on funds invested.")),Cd("reinvestment_return_rate (number)",di("The return (as a percentage) earned on reinvestment of income received from the investment."))],compute:function(e,t,o){const s=bn(t,this.locale),i=bn(o,this.locale),n=Un(e).flat().filter((e=>null!==e.value)).map((e=>bn(e,this.locale))),r=n.length;let a=0,l=0;for(const e of Ct(0,r)){const t=n[e];t>=0?a+=t*(i+1)**(r-e-1):l+=t/(s+1)**e}if(0===l||0===a)return new nn(qp);return(-a/l)**(1/(r-1))-1},isExported:!0},ev={description:di("Annual nominal interest rate."),args:[Cd("effective_rate (number)",di("The effective interest rate per year.")),Cd("periods_per_year (number)",di("The number of compounding periods per year."))],compute:function(e,t){const o=bn(e,this.locale),s=Math.trunc(bn(t,this.locale));return o<=0?new nn(di("The effective_rate (%s) must be strictly positive.",o)):s<=0?new nn(cm(s)):(Math.pow(o+1,1/s)-1)*s},isExported:!0},tv={description:di("Number of payment periods for an investment."),args:[Cd("rate (number)",di("The interest rate.")),Cd("payment_amount (number)",di("The amount of each payment made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;const n=bn(e,this.locale),r=bn(t,this.locale),a=bn(o,this.locale),l=bn(s,this.locale),c=Tn(i)?1:0;if(0===n)return-(l+a)/r;const h=r*(1+n*c)/n;return Math.log((h-l)/(a+h))/Math.log(1+n)},isExported:!0};function ov(e,t,o,s){let i=0;return Nn(o,((t,o)=>(i++,t+o/(1+e)**i)),t,s)}const sv={description:di("The net present value of an investment based on a series of periodic cash flows and a discount rate."),args:[Cd("discount (number)",di("The discount rate of the investment over one period.")),Cd("cashflow1 (number, range<number>)",di("The first future cash flow.")),Cd("cashflow2 (number, range<number>, repeating)",di("Additional future cash flows."))],compute:function(e,...t){const o=bn(e,this.locale);return-1===o?new nn((e=>di("The discount (%s) must be different from -1.",e))(o)):{value:ov(o,0,t,this.locale),format:"#,##0.00"}},isExported:!0},iv={description:di("Computes the number of periods needed for an investment to reach a value."),args:[Cd("rate (number)",di("The rate at which the investment grows each period.")),Cd("present_value (number)",di("The investment's current value.")),Cd("future_value (number)",di("The investment's desired future value."))],compute:function(e,t,o){const s=bn(e,this.locale),i=bn(t,this.locale),n=bn(o,this.locale);return s<=0?new nn(fm(s)):i<=0?new nn(um(i)):n<=0?new nn(di("The future_value (%s) must be strictly positive.",n)):(Math.log(n)-Math.log(i))/Math.log(1+s)},isExported:!0};function nv(e,t,o,s,i){if(t<=0)throw new nn(am(t));if(0===e)return-(s+o)/t;let n=-(o*(1+e)**t+s);return n=n*e/((1+e*i)*((1+e)**t-1)),n}const rv={description:di("Periodic payment for an annuity investment."),args:[Cd("rate (number)",di("The annualized rate of interest.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s={value:0},i={value:0}){const n=bn(t,this.locale),r=bn(e,this.locale),a=Tn(i)?1:0,l=bn(s,this.locale);return{value:nv(r,n,bn(o,this.locale),l,a),format:"#,##0.00"}},isExported:!0};function av(e,t,o,s,i,n){if(o<=0)throw new nn(am(o));if(t<=0||t>o)throw new nn(lm(o));const r=nv(e,o,s,i,n);if(1===n&&1===t)return r;return r+-Gf(e,0===n?t-1:t-2,r,s+r*n,0)*e}const lv={description:di("Payment on the principal of an investment."),args:[Cd("rate (number)",di("The annualized rate of interest.")),Cd("period (number)",di("The amortization period, in terms of number of periods.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s,i={value:0},n={value:0}){const r=bn(o,this.locale),a=bn(e,this.locale),l=bn(t,this.locale),c=Tn(n)?1:0,h=bn(i,this.locale);return{value:av(a,l,r,bn(s,this.locale),h,c),format:"#,##0.00"}},isExported:!0},cv={description:di("Present value of an annuity investment."),args:[Cd("rate (number)",di("The interest rate.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("payment_amount (number)",di("The amount per period to be paid.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;const n=bn(e,this.locale),r=bn(t,this.locale),a=bn(o,this.locale),l=bn(s,this.locale),c=Tn(i)?1:0;return{value:n?-(a*(1+n*c)*((1+n)**r-1)/n+l)/(1+n)**r:-(l+a*r),format:"#,##0.00"}},isExported:!0},hv={description:di("Price of a security paying periodic interest."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("yield (number)",di("The expected annual yield of the security.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Math.trunc(bn(e,this.locale)),l=Math.trunc(bn(t,this.locale)),c=bn(o,this.locale),h=bn(s,this.locale),d=bn(i,this.locale),u=Math.trunc(bn(n,this.locale)),g=Math.trunc(bn(r,this.locale));if(a>=l)return new nn(rm(a,l));if(xm(u))return new nn(jp(u));if(Im(g))return new nn(Yp(g));if(c<0)return new nn(mm(c));if(h<0)return new nn(ym(h));if(d<=0)return new nn(vm(d));const p=Wi(a,l,g)*u,m=Math.ceil(p),f=p-Math.floor(p)||1,v=1+h/u,b=100*c/u;if(1===m)return(b+d)/(f*h/u+1)-b*(1-f);let S=0;for(let e=1;e<=m;e++)S+=b/v**(e-1+f);return d/v**(m-1+f)+S-b*(1-f)},isExported:!0},dv={description:di("Price of a discount security."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("discount (number)",di("The discount rate of the security at time of purchase.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(o,this.locale),l=bn(s,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(Kp(a));if(l<=0)return new nn(vm(l));return l-a*l*Wi(n,r,c)},isExported:!0},uv={description:di("Calculates the price of a security paying interest at maturity, based on expected yield."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("issue (date)",di("The date the security was initially issued.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("yield (number)",di("The expected annual yield of the security.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n={value:0}){n=n||0;const r=Math.trunc(bn(e,this.locale)),a=Math.trunc(bn(t,this.locale)),l=Math.trunc(bn(o,this.locale)),c=bn(s,this.locale),h=bn(i,this.locale),d=Math.trunc(bn(n,this.locale));if(r<=l)return new nn(((e,t)=>di("The settlement date (%(settlement)s) must be strictly greater than the issue date (%(issue)s).",{settlement:e,issue:t}))(r,l));if(r>=a)return new nn(rm(r,a));if(Im(d))return new nn(Yp(d));if(c<0)return new nn(mm(c));if(h<0)return new nn(ym(h));const u=Wi(r,a,d),g=Wi(r,l,d);return(100+Wi(l,a,d)*c*100)/(1+u*h)-g*c*100},isExported:!0},gv=.1,pv={description:di("Interest rate of an annuity investment."),args:[Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("payment_per_period (number)",di("The amount per period to be paid.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If),Cd("rate_guess (number, default=0.1)",di("An estimate for what the interest rate will be."))],compute:function(e,t,o,s={value:0},i={value:0},n={value:gv}){const r=bn(e,this.locale),a=bn(t,this.locale),l=Tn(i)?1:0,c=bn(n,this.locale)||gv;let h=bn(s,this.locale),d=bn(o,this.locale);if(r<=0)return new nn(am(r));if(!wm([a,d,h]))return new nn(di("There must be both positive and negative values in [payment_amount, present_value, future_value]."));if(c<=-1)return new nn(pm(c));h-=a*l,d+=a*l;return{value:Ef((e=>{const t=Math.pow(1+e,r);return h+d*t+a*((t-1)/e)}),(e=>{const t=Math.pow(1+e,r-1),o=Math.pow(1+e,r);return d*r*t+a*(r*t/e-(o-1)/e/e)}),c,40,1e-5),format:"0%"}},isExported:!0},mv={description:di("Amount received at maturity for a security."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("investment (number)",di("The amount invested (irrespective of face value of each security).")),Cd("discount (number)",di("The discount rate of the security invested in.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(o,this.locale),l=bn(s,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(om(a));if(l<=0)return new nn(Kp(l));return a/(1-l*Wi(n,r,c))},isExported:!0},fv={description:di("Computes the rate needed for an investment to reach a specific value within a specific number of periods."),args:[Cd("number_of_periods (number)",di("The number of periods.")),Cd("present_value (number)",di("The present value of the investment.")),Cd("future_value (number)",di("The future value of the investment."))],compute:function(e,t,o){const s=bn(e,this.locale),i=bn(t,this.locale),n=bn(o,this.locale);return s<=0?new nn(am(s)):(n/i)**(1/s)-1},isExported:!0},vv={description:di("Depreciation of an asset using the straight-line method."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated."))],compute:function(e,t,o){return{value:(bn(e,this.locale)-bn(t,this.locale))/bn(o,this.locale),format:"#,##0.00"}},isExported:!0},bv={description:di("Depreciation via sum of years digit method."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated.")),Cd("period (number)",di("The single period within life for which to calculate depreciation."))],compute:function(e,t,o,s){const i=bn(e,this.locale),n=bn(t,this.locale),r=bn(o,this.locale),a=bn(s,this.locale);if(a<=0)return new nn(dm(a));if(r<=0)return new nn(nm(r));if(a>r)return new nn(hm(a,r));return{value:(r-a+1)/(r*(r+1)/2)*(i-n),format:"#,##0.00"}},isExported:!0};function Sv(e,t,o){return 100*(1-o*Wi(e,t,2))}const Cv={description:di("Price of a US Treasury bill."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("discount (number)",di("The discount rate of the bill at time of purchase."))],compute:function(e,t,o){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=bn(o,this.locale);return s>=i?new nn(rm(s,i)):Em(s,i,this.locale)?n<=0?new nn(Kp(n)):n>=1?new nn(Jp(n)):Sv(s,i,n):new nn(Sm(s,i))},isExported:!0},yv={description:di("Equivalent rate of return for a US Treasury bill."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("discount (number)",di("The discount rate of the bill at time of purchase."))],compute:function(e,t,o){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=bn(o,this.locale);if(s>=i)return new nn(rm(s,i));if(!Em(s,i,this.locale))return new nn(Sm(s,i));if(n<=0)return new nn(Kp(n));if(n>=1)return new nn(Jp(n));const r=Om.compute.bind(this)({value:i},{value:s});if(r<=182)return 365*n/(360-n*r);const a=Sv(s,i,n)/100,l=r/(366===r?366:365);return(-2*l+2*Math.sqrt(l**2-(2*l-1)*(1-1/a)))/(2*l-1)},isExported:!0},wv={description:di("The yield of a US Treasury bill based on price."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("price (number)",di("The price at which the security is bought per 100 face value."))],compute:function(e,t,o){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=bn(o,this.locale);if(s>=i)return new nn(rm(s,i));if(!Em(s,i,this.locale))return new nn(Sm(s,i));if(n<=0)return new nn(gm(n));return(100-n)/n*(1/Wi(s,i,2))},isExported:!0},Iv={description:di("Variable declining balance. WARNING : does not handle decimal periods."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated.")),Cd("start (number)",di("Starting period to calculate depreciation.")),Cd("end (number)",di("Ending period to calculate depreciation.")),Cd("factor (number, default=2)",di("The number of months in the first year of depreciation.")),Cd("no_switch (number, default=false)",di("Whether to switch to straight-line depreciation when the depreciation is greater than the declining balance calculation."),[{value:!1,label:di("Switch to straight-line depreciation")},{value:!0,label:di("Do not switch to straight-line depreciation")}])],compute:function(e,t,o,s,i,n={value:2},r={value:false}){n=n||0;const a=bn(e,this.locale),l=bn(t,this.locale),c=bn(o,this.locale),h=Math.trunc(bn(s,this.locale)),d=Math.trunc(bn(i,this.locale)),u=bn(n,this.locale),g=Tn(r);if(a<0)return new nn(Zp(a));if(l<0)return new nn(bm(l));if(c<=0)return new nn(nm(c));if(h<0)return new nn((e=>di("The start_period (%s) must be positive or null.",e))(h));if(d<0)return new nn((e=>di("The end_period (%s) must be positive or null.",e))(d));if(h>d)return new nn(di("The start_period (%(start)s) must be smaller or equal to the end_period (%(end)s).",{start:h,end:d}));if(d>c)return new nn(((e,t)=>di("The end_period (%(end)s) must be smaller or equal to the life (%(life)s).",{end:e,life:t}))(d,c));if(u<=0)return new nn(Xp(u));if(0===a)return 0;if(l>=a)return h<1?a-l:0;const p=u/c;if(p>=1)return h<1?a-l:0;let m=a,f=0,v=0,b=!1;for(let e=0;e<d;e++){if(!b||g){const t=m*p,o=(m-l)/(c-e);!g&&o>t?(b=!0,f=o):f=t}const t=Math.max(m-f,l);e>=h&&(v+=m-t),m=t}return v},isExported:!0},xv={description:di("Internal rate of return given non-periodic cash flows."),args:[Cd("cashflow_amounts (range<number>)",di("An range containing the income or payments associated with the investment.")),Cd("cashflow_dates (range<number>)",di("An range with dates corresponding to the cash flows in cashflow_amounts.")),Cd("rate_guess (number, default=0.1)",di("An estimate for what the internal rate of return will be."))],compute:function(e,t,o={value:gv}){const s=bn(o,this.locale);if(!ac(e,t))return new nn(Wp);const i=e.flat().map((e=>bn(e,this.locale))),n=t.flat().map((e=>bn(e,this.locale)));if(!wm(i))return new nn(qp);if(n.some((e=>e<n[0])))return new nn(Qp(n[0]));if(s<=-1)return new nn(pm(s));const r=new Map;for(const e of Ct(0,n.length)){const t=n[e];r.has(t)?r.set(t,r.get(t)+i[e]):r.set(t,i[e])}const a=Array.from(r.keys()),l=a.map((e=>r.get(e)));return Ef((e=>{let t=l[0];for(const o of Ct(1,l.length)){const s=(a[0]-a[o])/365;t+=l[o]*(1+e)**s}return t}),(e=>{let t=0;for(const o of Ct(1,l.length)){const s=(a[0]-a[o])/365;t+=s*l[o]*(1+e)**(s-1)}return t}),s,40,1e-5,(e=>e?e/10-.9:-.9))},isExported:!0},Ev={description:di("Net present value given to non-periodic cash flows.."),args:[Cd("discount (number)",di("The discount rate of the investment over one period.")),Cd("cashflow_amounts (number, range<number>)",di("An range containing the income or payments associated with the investment.")),Cd("cashflow_dates (number, range<number>)",di("An range with dates corresponding to the cash flows in cashflow_amounts."))],compute:function(e,t,o){const s=bn(e,this.locale);if(!ac(t,o))return new nn(Wp);const i=Xn(t).flat().map((e=>yn(e,this.locale))),n=Xn(o).flat().map((e=>yn(e,this.locale)));if(n.some((e=>e<n[0])))return new nn(Qp(n[0]));if(s<=0)return new nn(fm(s));if(1===i.length)return i[0];const r=new Map;for(const e of Ct(0,n.length)){const t=n[e];r.has(t)?r.set(t,r.get(t)+i[e]):r.set(t,i[e])}const a=Array.from(r.keys()),l=a.map((e=>r.get(e)));let c=l[0];for(const e of Ct(1,l.length)){const t=(a[0]-a[e])/365;c+=l[e]*(1+s)**t}return c},isExported:!0},Rv={description:di("Annual yield of a security paying periodic interest."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("price (number)",di("The price at which the security is bought per 100 face value.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Math.trunc(bn(e,this.locale)),l=Math.trunc(bn(t,this.locale)),c=bn(o,this.locale),h=bn(s,this.locale),d=bn(i,this.locale),u=Math.trunc(bn(n,this.locale)),g=Math.trunc(bn(r,this.locale));if(a>=l)return new nn(rm(a,l));if(xm(u))return new nn(jp(u));if(Im(g))return new nn(Yp(g));if(c<0)return new nn(mm(c));if(h<=0)return new nn(gm(h));if(d<=0)return new nn(vm(d));const p=Wi(a,l,g)*u,m=Math.ceil(p),f=p-Math.floor(p)||1,v=100*c/u;if(1===m){const e=h+v*(1-f);return(d+v-e)*u*(1/f)/e}const b=Ef((function(e){return function(e,t,o,s,i,n){let r=n-(e+i*(1-t))*s**(o-1+t);for(let e=1;e<=o;e++)r+=i*s**(e-1);return r}(h,f,m,e,v,d)}),(function(e){return function(e,t,o,s,i){let n=-(e+i*(1-t))*(o-1+t)*s**(o-2+t);for(let e=1;e<=o;e++)n+=i*(e-1)*s**(e-2);return n}(h,f,m,e,v)}),1+(c+1)/u,100,1e-5);return(b-1)*u},isExported:!0},Tv={description:di("Annual yield of a discount security."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("price (number)",di("The price at which the security is bought per 100 face value.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(o,this.locale),l=bn(s,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(gm(a));if(l<=0)return new nn(vm(l));return(l/a-1)/Wi(n,r,c)},isExported:!0},Av={description:di("Annual yield of a security paying interest at maturity."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("issue (date)",di("The date the security was initially issued.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("price (number)",di("The price at which the security is bought.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n={value:0}){n=n||0;const r=Math.trunc(bn(e,this.locale)),a=Math.trunc(bn(t,this.locale)),l=Math.trunc(bn(o,this.locale)),c=bn(s,this.locale),h=bn(i,this.locale),d=Math.trunc(bn(n,this.locale));if(r>=a)return new nn(rm(r,a));if(Im(d))return new nn(Yp(d));if(r<l)return new nn(((e,t)=>di("The settlement date (%(settlement)s) must be greater or equal to the issue date (%(issue)s).",{settlement:e,issue:t}))(r,l));if(c<0)return new nn(mm(c));if(h<=0)return new nn(gm(h));return(100*(1+c*Wi(l,a,d))/(h+100*c*Wi(l,r,d))-1)/Wi(r,a,d)},isExported:!0};var Dv,_v=Object.freeze({__proto__:null,ACCRINTM:Rf,AMORLINC:Tf,COUPDAYBS:Df,COUPDAYS:Af,COUPDAYSNC:_f,COUPNCD:Ff,COUPNUM:Of,COUPPCD:Pf,CUMIPMT:Mf,CUMPRINC:Nf,DB:kf,DDB:Vf,DISC:Uf,DOLLARDE:Hf,DOLLARFR:zf,DURATION:Bf,EFFECT:$f,FV:Wf,FVSCHEDULE:qf,INTRATE:Zf,IPMT:Yf,IRR:Xf,ISPMT:Kf,MDURATION:Jf,MIRR:Qf,NOMINAL:ev,NPER:tv,NPV:sv,PDURATION:iv,PMT:rv,PPMT:lv,PRICE:hv,PRICEDISC:dv,PRICEMAT:uv,PV:cv,RATE:pv,RECEIVED:mv,RRI:fv,SLN:vv,SYD:bv,TBILLEQ:yv,TBILLPRICE:Cv,TBILLYIELD:wv,VDB:Iv,XIRR:xv,XNPV:Ev,YIELD:Rv,YIELDDISC:Tv,YIELDMAT:Av});!function(e){e[e.LeftRef=0]="LeftRef",e[e.RightRef=1]="RightRef",e[e.Separator=2]="Separator",e[e.FullColumnSeparator=3]="FullColumnSeparator",e[e.FullRowSeparator=4]="FullRowSeparator",e[e.RightColumnRef=5]="RightColumnRef",e[e.RightRowRef=6]="RightRowRef",e[e.Found=7]="Found"}(Dv||(Dv={}));const Fv=(e,t=(()=>!0))=>[{goTo:e,guard:t}],Ov=(e,t=(()=>!0))=>({goTo:e,guard:t}),Pv={[Dv.LeftRef]:{REFERENCE:Fv(Dv.Separator),NUMBER:Fv(Dv.FullRowSeparator),SYMBOL:[Ov(Dv.FullColumnSeparator,(e=>{return t=e.value,Sa.test(t);var t})),Ov(Dv.FullRowSeparator,(e=>wa(e.value)))]},[Dv.FullColumnSeparator]:{SPACE:Fv(Dv.FullColumnSeparator),OPERATOR:Fv(Dv.RightColumnRef,(e=>":"===e.value))},[Dv.FullRowSeparator]:{SPACE:Fv(Dv.FullRowSeparator),OPERATOR:Fv(Dv.RightRowRef,(e=>":"===e.value))},[Dv.Separator]:{SPACE:Fv(Dv.Separator),OPERATOR:Fv(Dv.RightRef,(e=>":"===e.value))},[Dv.RightRef]:{SPACE:Fv(Dv.RightRef),NUMBER:Fv(Dv.Found),REFERENCE:Fv(Dv.Found,(e=>Ea(e.value))),SYMBOL:Fv(Dv.Found,(e=>Ia(e.value)||xa(e.value)))},[Dv.RightColumnRef]:{SPACE:Fv(Dv.RightColumnRef),SYMBOL:Fv(Dv.Found,(e=>Ia(e.value))),REFERENCE:Fv(Dv.Found,(e=>Ea(e.value)))},[Dv.RightRowRef]:{SPACE:Fv(Dv.RightRowRef),NUMBER:Fv(Dv.Found),REFERENCE:Fv(Dv.Found,(e=>Ea(e.value))),SYMBOL:Fv(Dv.Found,(e=>xa(e.value)))},[Dv.Found]:{}};function Mv(e){let t=0,o=Pv[Dv.LeftRef],s="";for(;void 0!==o;){const i=e[t++];if(!i)return null;const n=o[i.type]?.find((e=>e.guard(i))),r=n?n.goTo:void 0;switch(r){case void 0:return null;case Dv.Found:return s+=i.value,e.splice(0,t),{type:"REFERENCE",value:s};default:o=Pv[r],s+=i.value}}return null}function Nv(e,t=I){const o=Il(e,t),s=[];for(;o.length;)s.push(Mv(o)||o.shift());return s}const kv=/[a-zA-Z0-9\_]+(\.[a-zA-Z0-9\_]+)*/,Lv=["-","+"],Vv=["%"];class Uv{tokens;currentIndex=0;current;length;constructor(e){this.tokens=e,this.current=e[0],this.length=e.length}shift(){const e=this.tokens[this.currentIndex];return this.current=this.tokens[++this.currentIndex],e}get next(){return this.tokens[this.currentIndex+1]}}const Hv={"%":40,"^":30,"*":20,"/":20,"+":15,"-":15,"&":13,">":10,"<>":10,">=":10,"<":10,"<=":10,"=":10};function zv(e){const t=e.shift();if(!t)throw new rn;switch(t.type){case"DEBUGGER":const o=Gv(e,1e3);return o.debug=!0,o;case"NUMBER":return{type:"NUMBER",value:en(t.value,I),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"STRING":return{type:"STRING",value:ut(t.value),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"INVALID_REFERENCE":return{type:"REFERENCE",value:on.InvalidReference,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"REFERENCE":if(":"===e.current?.value&&"REFERENCE"===e.next?.type){e.shift();const o=e.shift();return{type:"REFERENCE",value:`${t.value}:${o?.value}`,tokenStartIndex:t.tokenIndex,tokenEndIndex:o.tokenIndex}}return{type:"REFERENCE",value:t.value,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"SYMBOL":const s=t.value,i=e.current;if("LEFT_PAREN"===i?.type&&kv.test(t.value)&&s===ft(s,"'")){const{args:o,rightParen:i}=function(e){$v(e,"LEFT_PAREN",di("Missing opening parenthesis"));const t=e.current;if("RIGHT_PAREN"===t?.type){return{args:[],rightParen:$v(e,"RIGHT_PAREN")}}const o=[];o.push(Bv(e));for(;"RIGHT_PAREN"!==e.current?.type;)$v(e,"ARG_SEPARATOR",di("Wrong function call")),o.push(Bv(e));const s=$v(e,"RIGHT_PAREN");return{args:o,rightParen:s}}(e);return{type:"FUNCALL",value:s,args:o,tokenStartIndex:t.tokenIndex,tokenEndIndex:i.tokenIndex}}const n=s.toUpperCase();return"TRUE"===n||"FALSE"===n?{type:"BOOLEAN",value:"TRUE"===n,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:{type:"SYMBOL",value:ft(t.value,"'"),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"LEFT_PAREN":const r=Gv(e),a=$v(e,"RIGHT_PAREN",di("Missing closing parenthesis"));return{...r,tokenStartIndex:t.tokenIndex,tokenEndIndex:a.tokenIndex};case"OPERATOR":const l=t.value;if(Lv.includes(l)){const o=Gv(e,Hv[l]);return{type:"UNARY_OPERATION",value:l,operand:o,tokenStartIndex:t.tokenIndex,tokenEndIndex:o.tokenEndIndex}}throw new rn(di("Unexpected token: %s",t.value));default:throw new rn(di("Unexpected token: %s",t.value))}}function Bv(e){const t=e.current;return"ARG_SEPARATOR"===t?.type||"RIGHT_PAREN"===t?.type?{type:"EMPTY",value:"",tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:Gv(e)}function $v(e,t,o){const s=e.shift();if(!s||s.type!==t)throw new rn(o);return s}function Gv(e,t=0){if(0===e.length)throw new rn;let o=zv(e);for(;"OPERATOR"===e.current?.type&&Hv[e.current.value]>t;){const t=e.shift(),s=t.value;if(Vv.includes(s))o={type:"UNARY_OPERATION",value:s,operand:o,postfix:!0,tokenStartIndex:o.tokenStartIndex,tokenEndIndex:t.tokenIndex};else{const t=Gv(e,Hv[s]);o={type:"BIN_OPERATION",value:s,left:o,right:t,tokenStartIndex:o.tokenStartIndex,tokenEndIndex:t.tokenEndIndex}}}return o}function Wv(e){return qv(Nv(e))}function qv(e){const t=e.map(((e,t)=>({type:e.type,value:e.value,tokenIndex:t}))).filter((e=>"SPACE"!==e.type)),o=new Uv(t);"="===o.current?.value&&o.shift();const s=Gv(o);if(o.current)throw new rn;return s}function Zv(e,t,o){return Xv(e,(e=>e.type===t?o(e):e))}function jv(e){return Array.from(Yv(e))}function*Yv(e){switch(yield e,e.type){case"FUNCALL":for(const t of e.args)yield*Yv(t);break;case"UNARY_OPERATION":yield*Yv(e.operand);break;case"BIN_OPERATION":yield*Yv(e.left),yield*Yv(e.right)}}function Xv(e,t){switch((e=t(e)).type){case"FUNCALL":return{...e,args:e.args.map((e=>Xv(e,t)))};case"UNARY_OPERATION":return{...e,operand:Xv(e.operand,t)};case"BIN_OPERATION":return{...e,right:Xv(e.right,t),left:Xv(e.left,t)};default:return e}}function Kv(e,t){return function(e){for(const t of e)if(t.functionContext){const{argsTokens:e,args:o}=t.functionContext;if(delete t.functionContext.argsTokens,o.length||!e)continue;"LEFT_PAREN"===e[0]?.[0]?.type&&(e[0]=e[0].slice(1));for(const t of e){let e=t;"ARG_SEPARATOR"===e.at(0)?.type&&(e=e.slice(1));try{o.push(qv(e))}catch(e){o.push(void 0)}}}return e}(function(e){const t=[];let o="";function s(e){if(0===t.length)return;const o=t.at(-1);if(o&&o.argsTokens){const{argsTokens:t,argPosition:s}=o;t[s]||(t[s]=[]),t[s].push({value:e.value,type:e.type})}}return e.map(((e,i)=>{switch(["SPACE","LEFT_PAREN"].includes(e.type)||(o=""),e.type){case"SYMBOL":s(e),o=e.value;break;case"LEFT_PAREN":t.push({parent:o,argPosition:0,argsTokens:[],args:[]}),s(e),o="";break;case"RIGHT_PAREN":const i=t.pop();i?.argsTokens?.flat().forEach(s),s(e);break;case"ARG_SEPARATOR":t.length&&t[t.length-1].argPosition++,s(e);break;default:s(e)}if(t.length){const o=t[t.length-1];o.parent&&(e.functionContext=Object.assign({},o))}return e}))}(function(e){const t=[];let o=0;return e.map(((s,i)=>{if("LEFT_PAREN"===s.type){t.push(o+1),o=0;for(let o=i-1;o>=0;o--){if("SPACE"!==e[o].type){"SYMBOL"===e[o].type&&(e[o].parenthesesCode=t.join(":"));break}e[o].parenthesesCode=t.join(":")}}return s.parenthesesCode=t.join(":"),"RIGHT_PAREN"===s.type&&t.length&&(o=t.pop()),s}))}(function(e){let t=0;return e.map((e=>{const o=e.value.toString().length,s=Object.assign({},e,{start:t,end:t+o,length:o});return t=s.end,s}))}(Nv(e,t)))))}function Jv(e){if("REFERENCE"!==e.type)return e;const{xc:t,sheetName:o}=Ra(e.value),[s,i]=t.split(":"),n=Qv(s),r=i?`:${Qv(i)}`:"";return{...e,value:Ta(o,n+r)}}function Qv(e){switch(function(e){if(function(e){return e.startsWith("$")&&e.length>1&&e.slice(1).includes("$")}(e))return"colrow";if(function(e){return e.startsWith("$")}(e))return"col";if(function(e){return e.includes("$",1)}(e))return"row";return"none"}(e)){case"none":e=eb(e,"colrow");break;case"colrow":e=eb(e,"row");break;case"row":e=eb(e,"col");break;case"col":e=eb(e,"none")}return e}function eb(e,t){let o;({sheetName:o,xc:e}=Ra(e)),o=o?o+"!":"";const s=(e=e.replace(/\$/g,"")).indexOf(":");return s>=0?`${o}${tb(e.slice(0,s),t)}:${tb(e.slice(s+1),t)}`:o+tb(e,t)}function tb(e,t){const o=e.search(/[0-9]/),s=0!==o,i=o>=0;switch(t){case"col":return s?"$"+e:e;case"row":return i?e.slice(0,o)+"$"+e.slice(o):e;case"colrow":return i&&s?"$"+e.slice(0,o)+"$"+e.slice(o):"$"+e;case"none":return e}}function ob(e,t,o){const s=(t.startsWith("=")?Kv(t,o):[]).filter((t=>t.start<=e.start&&t.end>=e.start||t.start>=e.start&&t.start<e.end)),i=s.filter((e=>"REFERENCE"===e.type));if(0===i.length)return;const n=s.map(Jv).map((e=>e.value)).join(""),r=s[0].start,a=s[s.length-1].end,l=t.slice(0,r)+n+t.slice(a),c=l.length-t.length,h={start:i[0].start,end:i[i.length-1].end+c};return 1===i.length&&e.start===e.end&&(h.start=h.end),{content:l,selection:h}}const sb=[{value:"address",label:di("Returns an absolute reference as plain text of the top left cell in reference.")},{value:"col",label:di("Returns the column number of the cell in reference.")},{value:"contents",label:di("Returns the value contained in the top left cell in reference.")},{value:"format",label:di("Returns the format of the top left cell in reference.")},{value:"row",label:di("Returns the row number of the top left cell in reference.")},{value:"type",label:di('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.')}],ib={description:di("Gets information about a cell."),args:[Cd("info_type (string)",di("The type of information requested."),sb),Cd("reference (meta, range<meta>)",di("The reference to the cell."))],compute:function(e,t){const o=xn(e).toLowerCase();if(!sb.map((e=>e.value)).includes(o))return new nn(di("The info_type should be one of %s.",sb.join(", ")));const s=this.__originSheetId,i=t[0][0].value;let{sheetName:n,xc:a}=Ra(i);n=n===this.getters.getSheetName(s)?void 0:n;const l=Ta(n,eb(a,"colrow")),c=this.getters.getRangeFromSheetXC(s,l);switch(o){case"address":return this.getters.getRangeString(c,s);case"col":return c.zone.left+1;case"contents":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).value}case"format":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).format||""}case"row":return c.zone.top+1;case"type":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top},t=this.getters.getEvaluatedCell(e).type;return t===r.empty?"b":t===r.text?"l":"v"}}return""},isExported:!0},nb={description:di("Whether a value is an error other than #N/A."),args:[Cd("value (any)",di("The value to be verified as an error type."))],compute:function(e){const t=e?.value;return mn(t)&&t!==on.NotAvailable},isExported:!0},rb={description:di("Whether a value is an error."),args:[Cd("value (any)",di("The value to be verified as an error type."))],compute:function(e){const t=e?.value;return mn(t)},isExported:!0},ab={description:di("Whether a value is `true` or `false`."),args:[Cd("value (any)",di("The value to be verified as a logical TRUE or FALSE."))],compute:function(e){return"boolean"==typeof e?.value},isExported:!0},lb={description:di("Whether a value is the error #N/A."),args:[Cd("value (any)",di("The value to be verified as an error type."))],compute:function(e){return e?.value===on.NotAvailable},isExported:!0},cb={description:di("Whether a value is non-textual."),args:[Cd("value (any)",di("The value to be checked."))],compute:function(e){return!db.compute.bind(this)(e)},isExported:!0},hb={description:di("Whether a value is a number."),args:[Cd("value (any)",di("The value to be verified as a number."))],compute:function(e){return"number"==typeof e?.value},isExported:!0},db={description:di("Whether a value is text."),args:[Cd("value (any)",di("The value to be verified as text."))],compute:function(e){return"string"==typeof e?.value&&!1===mn(e?.value)},isExported:!0},ub={description:di("Whether the referenced cell is empty"),args:[Cd("value (any)",di("Reference to the cell that will be checked for emptiness."))],compute:function(e){return null===e?.value},isExported:!0},gb={description:di("Returns the error value #N/A."),args:[],compute:function(){return{value:on.NotAvailable}},isExported:!0};var pb=Object.freeze({__proto__:null,CELL:ib,ISBLANK:ub,ISERR:nb,ISERROR:rb,ISLOGICAL:ab,ISNA:lb,ISNONTEXT:cb,ISNUMBER:hb,ISTEXT:db,NA:gb});const mb={description:di("Logical `and` operator."),args:[Cd("logical_expression1 (boolean, range<boolean>)",di("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.")),Cd("logical_expression2 (boolean, range<boolean>, repeating)",di("More expressions that represent logical values."))],compute:function(...e){const{result:t,foundBoolean:o}=ec(e);return o?t:new nn(Qn)},isExported:!0},fb={description:di("Logical value `false`."),args:[],compute:function(){return!1},isExported:!0},vb={description:di("Returns value depending on logical expression."),args:[Cd("logical_expression (boolean, range<boolean>)",di("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE.")),Cd("value_if_true (any, range)",di("The value the function returns if logical_expression is TRUE.")),Cd("value_if_false (any, range, default=FALSE)",di("The value the function returns if logical_expression is FALSE."))],compute:function(e,t,o){if(fc(e))return Hn(vb.compute,[e,t,o]);return(Tn(pc(e))?t:o)??{value:0}},isExported:!0},bb={description:di("Value if it is not an error, otherwise 2nd argument."),args:[Cd("value (any, range)",di("The value to return if value itself is not an error.")),Cd('value_if_error (any, range, default="empty")',di("The value the function returns if value is an error."))],compute:function(e,t){if(fc(e))return Hn(bb.compute,[e,t]);return(mn(pc(e)?.value)?t:e)??{value:0}},isExported:!0},Sb={description:di("Value if it is not an #N/A error, otherwise 2nd argument."),args:[Cd("value (any, range)",di("The value to return if value itself is not #N/A an error.")),Cd('value_if_error (any, range, default="empty")',di("The value the function returns if value is an #N/A error."))],compute:function(e,t){if(fc(e))return Hn(Sb.compute,[e,t]);return(pc(e)?.value===on.NotAvailable?t:e)??{value:0}},isExported:!0},Cb={description:di("Returns a value depending on multiple logical expressions."),args:[Cd("condition1 (boolean, range<boolean>)",di("The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those.")),Cd("value1 (any, range)",di("The returned value if condition1 is TRUE.")),Cd("condition2 (boolean, any, range, repeating)",di("Additional conditions to be evaluated if the previous ones are FALSE.")),Cd("value2 (any, range, repeating)",di("Additional values to be returned if their corresponding conditions are TRUE."))],compute:function(...e){if(e.length%2!=0)return new nn(di("Wrong number of arguments. Expected an even number of arguments."));for(;e.length>0;){if(fc(e[0]))return Hn(Cb.compute,e);const t=Tn(pc(e.shift())),o=e.shift();if(t)return o??{value:0}}return new nn(di("No match."))},isExported:!0},yb={description:di("Returns opposite of provided logical value."),args:[Cd("logical_expression (boolean)",di("An expression or reference to a cell holding an expression that represents some logical value."))],compute:function(e){return!Tn(e)},isExported:!0},wb={description:di("Logical `or` operator."),args:[Cd("logical_expression1 (boolean, range<boolean>)",di("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.")),Cd("logical_expression2 (boolean, range<boolean>, repeating)",di("More expressions that evaluate to logical values."))],compute:function(...e){const{result:t,foundBoolean:o}=tc(e);return o?t:new nn(Qn)},isExported:!0},Ib={description:di("Returns a value by comparing cases to an expression."),args:[Cd("expression (number, boolean, string)",di("The value to be checked.")),Cd("case1 (number, boolean, string)",di("The first case to be checked against expression.")),Cd("value1 (any)",di("The corresponding value to be returned if case1 matches expression.")),Cd("case2 (any, repeating)",di("Additional cases to try if the previous ones don't match expression.")),Cd("value2 (any, repeating)",di("Additional values to be returned if their corresponding cases match expression.")),Cd('default (any, default="empty")',di("An optional default value to be returned if none of the cases match expression."))],compute:function(e,...t){const o=t.length%2==0?fn(e):t.pop();for(let o=0;o<t.length;o+=2){const s=t[o];if(s&&mn(s.value))return s;if(e?.value===s?.value)return t[o+1]||{value:0}}return o||{value:0}},isExported:!0},xb={description:di("Logical value `true`."),args:[],compute:function(){return!0},isExported:!0},Eb={description:di("Logical `xor` operator."),args:[Cd("logical_expression1 (boolean, range<boolean>)",di("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.")),Cd("logical_expression2 (boolean, range<boolean>, repeating)",di("More expressions that evaluate to logical values."))],compute:function(...e){let t=!1,o=!1;return zn(e,(e=>(t=!0,o=o?!e:e,!0))),t?o:new nn(Qn)},isExported:!0};var Rb=Object.freeze({__proto__:null,AND:mb,FALSE:fb,IF:vb,IFERROR:bb,IFNA:Sb,IFS:Cb,NOT:yb,OR:wb,SWITCH:Ib,TRUE:xb,XOR:Eb});const Tb={Errors:{InvalidRange:di("The range is invalid"),FirstArgMissing:di("The argument is missing. Please provide a value"),SecondArgMissing:di("The second argument is missing. Please provide a value"),MinNaN:di("The minpoint must be a number"),MidNaN:di("The midpoint must be a number"),MaxNaN:di("The maxpoint must be a number"),ValueUpperInflectionNaN:di("The first value must be a number"),ValueLowerInflectionNaN:di("The second value must be a number"),MinBiggerThanMax:di("Minimum must be smaller then Maximum"),MinBiggerThanMid:di("Minimum must be smaller then Midpoint"),MidBiggerThanMax:di("Midpoint must be smaller then Maximum"),LowerBiggerThanUpper:di("Lower inflection point must be smaller than upper inflection point"),MinInvalidFormula:di("Invalid Minpoint formula"),MaxInvalidFormula:di("Invalid Maxpoint formula"),MidInvalidFormula:di("Invalid Midpoint formula"),ValueUpperInvalidFormula:di("Invalid upper inflection point formula"),ValueLowerInvalidFormula:di("Invalid lower inflection point formula"),EmptyRange:di("A range needs to be defined"),ValueCellIsInvalidFormula:di("At least one of the provided values is an invalid formula"),Unexpected:di("The rule is invalid for an unknown reason")},ColorScale:di("Color scale"),IconSet:di("Icon set"),DataBar:di("Data bar")},Ab={Series:di("Series"),BackgroundColor:di("Background color"),StackedBarChart:di("Stacked bar chart"),StackedLineChart:di("Stacked line chart"),StackedAreaChart:di("Stacked area chart"),StackedColumnChart:di("Stacked column chart"),CumulativeData:di("Cumulative data"),TreatLabelsAsText:di("Treat labels as text"),AggregatedChart:di("Aggregate"),Errors:{Unexpected:di("The chart definition is invalid for an unknown reason"),InvalidDataSet:di("The dataset is invalid"),InvalidLabelRange:di("Labels are invalid"),InvalidScorecardKeyValue:di("The key value is invalid"),InvalidScorecardBaseline:di("The baseline value is invalid"),InvalidGaugeDataRange:di("The data range is invalid"),EmptyGaugeRangeMin:di("A minimum range limit value is needed"),GaugeRangeMinNaN:di("The minimum range limit value must be a number"),EmptyGaugeRangeMax:di("A maximum range limit value is needed"),GaugeRangeMaxNaN:di("The maximum range limit value must be a number"),GaugeLowerInflectionPointNaN:di("The lower inflection point value must be a number"),GaugeUpperInflectionPointNaN:di("The upper inflection point value must be a number")},GeoChart:{ColorScales:{blues:di("Blues"),cividis:di("Cividis"),greens:di("Greens"),greys:di("Greys"),oranges:di("Oranges"),purples:di("Purples"),rainbow:di("Rainbow"),reds:di("Reds"),viridis:di("Viridis")}}},Db={Custom:di("Custom")},_b=di("Merged cells are preventing this operation. Unmerge those cells and try again."),Fb=di("The header row of a table can't be moved."),Ob={Errors:{Unexpected:di("Cannot split the selection for an unknown reason"),NoSplitSeparatorInSelection:di("There is no match for the selected separator in the selection"),MoreThanOneColumnSelected:di("Only a selection from a single column can be split"),SplitWillOverwriteContent:di("Splitting will overwrite existing content")}},Pb={Errors:{Unexpected:di("Cannot remove duplicates for an unknown reason"),MoreThanOneRangeSelected:di("Please select only one range of cells"),EmptyTarget:di("Please select a range of cells containing values."),NoColumnsProvided:di("Please select at latest one column to analyze."),WillRemoveExistingMerge:di("This operation is not possible due to a merge. Please remove the merges first than try again.")}},Mb={DateIs:{today:di("today"),yesterday:di("yesterday"),tomorrow:di("tomorrow"),lastWeek:di("in the past week"),lastMonth:di("in the past month"),lastYear:di("in the past year")},DateIsBefore:{today:di("today"),yesterday:di("yesterday"),tomorrow:di("tomorrow"),lastWeek:di("one week ago"),lastMonth:di("one month ago"),lastYear:di("one year ago")},CriterionError:{notEmptyValue:di("The value must not be empty"),numberValue:di("The value must be a number"),dateValue:di("The value must be a date"),validRange:di("The value must be a valid range"),validFormula:di("The formula must be valid")},Errors:{InvalidRange:di("The range is invalid."),InvalidDataValidationCriterionValue:di("One or more of the provided criteria values are invalid. Please review and correct them."),InvalidNumberOfCriterionValues:di("One or more of the provided criteria values are missing."),Unexpected:di("The rule is invalid for an unknown reason.")}},Nb={Errors:{Unexpected:di("The table zone is invalid for an unknown reason"),TableOverlap:di("You cannot create overlapping tables."),NonContinuousTargets:di("A table can only be created on a continuous selection."),InvalidRange:di("The range is invalid"),TargetOutOfSheet:di("The range is out of the sheet")},Checkboxes:{hasFilters:di("Filter button"),headerRow:di("Header row(s)"),bandedRows:di("Banded rows"),firstColumn:di("First column"),lastColumn:di("Last column"),bandedColumns:di("Banded columns"),automaticAutofill:di("Automatically autofill formulas"),totalRow:di("Total row"),isDynamic:di("Auto-adjust to formula result")},Tooltips:{filterWithoutHeader:di("Cannot have filters without a header row"),isDynamic:di("For tables based on array formulas only")}},kb={labels:{no_calculations:di("No calculations"),"%_of_grand_total":di("% of grand total"),"%_of_col_total":di("% of column total"),"%_of_row_total":di("% of row total"),"%_of":di("% of"),"%_of_parent_row_total":di("% of parent row total"),"%_of_parent_col_total":di("% of parent column total"),"%_of_parent_total":di("% of parent total"),difference_from:di("Difference from"),"%_difference_from":di("% difference from"),running_total:di("Running total"),"%_running_total":di("% Running total"),rank_asc:di("Rank smallest to largest"),rank_desc:di("Rank largest to smallest"),index:di("Index")},descriptions:{"%_of_grand_total":()=>di("Displayed as % of grand total"),"%_of_col_total":()=>di("Displayed as % of column total"),"%_of_row_total":()=>di("Displayed as % of row total"),"%_of":e=>di('Displayed as % of "%s"',e),"%_of_parent_row_total":e=>di('Displayed as % of parent row total of "%s"',e),"%_of_parent_col_total":()=>di("Displayed as % of parent column total"),"%_of_parent_total":e=>di('Displayed as % of parent "%s" total',e),difference_from:e=>di('Displayed as difference from "%s"',e),"%_difference_from":e=>di('Displayed as % difference from "%s"',e),running_total:e=>di('Displayed as running total based on "%s"',e),"%_running_total":e=>di('Displayed as % running total based on "%s"',e),rank_asc:e=>di('Displayed as rank from smallest to largest based on "%s"',e),rank_desc:e=>di('Displayed as rank largest to smallest based on "%s"',e),index:()=>di("Displayed as index")},documentation:{no_calculations:di("Displays the value that is entered in the field."),"%_of_grand_total":di("Displays values as a percentage of the grand total of all the values or data points in the report."),"%_of_col_total":di("Displays all the values in each column or series as a percentage of the total for the column or series."),"%_of_row_total":di("Displays the value in each row or category as a percentage of the total for the row or category."),"%_of":di("Displays values as a percentage of the value of the Base item in the Base field."),"%_of_parent_row_total":di("Calculates values as follows:\n(value for the item) / (value for the parent item on rows)"),"%_of_parent_col_total":di("Calculates values as follows:\n(value for the item) / (value for the parent item on columns)"),"%_of_parent_total":di("Calculates values as follows:\n(value for the item) / (value for the parent item of the selected Base field)"),difference_from:di("Displays values as the difference from the value of the Base item in the Base field."),"%_difference_from":di("Displays values as the percentage difference from the value of the Base item in the Base field."),running_total:di("Displays the value for successive items in the Base field as a running total."),"%_running_total":di("Calculates the value as a percentage for successive items in the Base field that are displayed as a running total."),rank_asc:di("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:di("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:di("Calculates values as follows:\n((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))")}};function Lb(e,t){const o=Er(e,{format:"0,00",locale:t});return di("Oops—this pivot table is quite large (%s cells). Try simplifying it using the side panel.",o)}function Vb(e,t){const o=t.getPivotId(e);if(!o)throw new nn(di('There is no pivot with id "%s"',e));return o}function Ub(e){if(e.length%2!=0)throw new nn(di("Function PIVOT takes an even number of arguments."))}function Hb(e,t,o){const s=[];if("SPREADSHEET"===t.type&&t.dataSet){const{sheetId:o,zone:i}=t.dataSet,n=Bo(i),r=e.getters.getRangeFromSheetXC(o,n);if(void 0===r||r.invalidXc||r.invalidSheetName)throw new ln;if(e.__originCellPosition&&r.sheetId===e.__originSheetId&&Qo(ls(e.__originCellPosition),i))throw new an;s.push(r)}for(const t of o)if(t.computedBy){const o=e.getters.getMeasureCompiledFormula(t);s.push(...o.dependencies.filter((e=>!e.invalidXc)))}const i=e.__originCellPosition;i&&s.length&&(e.updateDependencies?.(i),e.addDependencies?.(i,s))}const zb=!0,Bb=[{value:!0,label:di("A1 style (default)")},{value:!1,label:di("R1C1 style")}],$b=[{value:!0,label:di("Approximate match (default)")},{value:!1,label:di("Exact match")}],Gb={description:di("Returns a cell reference as a string. "),args:[Cd("row (number)",di("The row number of the cell reference. ")),Cd("column (number)",di("The column number (not name) of the cell reference. A is column number 1. ")),Cd("absolute_relative_mode (number, default=1)",di("An indicator of whether the reference is row/column absolute."),[{value:1,label:di("Absolute row and column (e.g. $A$1)")},{value:2,label:di("Absolute row, relative column (e.g. A$1)")},{value:3,label:di("Relative row, absolute column (e.g. $A1)")},{value:4,label:di("Relative row and column (e.g. A1)")}]),Cd("use_a1_notation (boolean, default=TRUE)",di("A boolean indicating whether to use A1 style notation or R1C1 style notation."),Bb),Cd("sheet (string, optional)",di("A string indicating the name of the sheet into which the address points."))],compute:function(e,t,o={value:1},s={value:!0},i){const n=In(e,this.locale),r=In(t,this.locale);if(n<1)return new nn(cc(n));if(r<1)return new nn(cc(r));const a=In(o,this.locale);if(![1,2,3,4].includes(a))return new nn((l=4,c=a,di("The function [[FUNCTION_NAME]] expects a number value between %s and %s inclusive, but receives %s.",1..toString(),l.toString(),c.toString())));var l,c;let h;if(Tn(s)){h=_o(r-1,n-1,{rowFixed:[1,2].includes(a),colFixed:[1,3].includes(a)})}else{h=([1,2].includes(a)?`R${n}`:`R[${n}]`)+([1,3].includes(a)?`C${r}`:`C[${r}]`)}return void 0!==i?Ta(xn(i),h):h},isExported:!0},Wb={description:di("Column number of a specified cell."),args:[Cd("cell_reference (meta, range<meta>, default='this cell')",di("The cell whose column number will be returned. Column A corresponds to 1. By default, the function use the cell in which the formula is entered."))],compute:function(e){if(void 0===e)return void 0===this.__originCellPosition?.col?new nn(di("In this context, the function [[FUNCTION_NAME]] needs to have a cell or range in parameter.")):this.__originCellPosition.col+1;if(void 0===e[0][0])return new nn(di("The range is out of bounds."));if(e[0][0].value===on.InvalidReference)return e[0][0];const t=this.getters.getRangeFromSheetXC(this.getters.getActiveSheetId(),e[0][0].value).zone.left;return 1===e.length?t+1:Ln(e.length,1,((e,o)=>({value:t+e+1})))},isExported:!0},qb={description:di("Number of columns in a specified array or range."),args:[Cd("range (any, range<any>)",di("The range whose column count will be returned."))],compute:function(e){const t=Xn(e);return void 0===t[0][0]?new nn(di("The range is out of bounds.")):t[0][0].value===on.InvalidReference?t[0][0]:t.length},isExported:!0},Zb={description:di("Horizontal lookup"),args:[Cd("search_key (string, number, boolean)",di("The value to search for. For example, 42, 'Cats', or I24.")),Cd("range (any, range)",di("The range to consider for the search. The first row in the range is searched for the key specified in search_key.")),Cd("index (number)",di("The row index of the value to be returned, where the first row in range is numbered 1.")),Cd("is_sorted (boolean, default=true)",di("Indicates whether the row to be searched (the first row of the specified range) is sorted, in which case the closest match for search_key will be returned."),$b)],compute:function(e,t,o,s={value:zb}){const i=Math.trunc(bn(o?.value,this.locale)),n=Xn(t);if(1>i||i>n[0].length)return new nn(di("[[FUNCTION_NAME]] evaluates to an out of bounds range."));const r=(e,t)=>e[t][0].value,a=n[Tn(s.value)?qn(n,e,"nextSmaller","asc",n.length,r):Zn(n,e,"wildcard",n.length,r,this.lookupCaches)];return void 0===a?fn(e):a[i-1]},isExported:!0},jb={description:di("Returns the content of a cell, specified by row and column offset."),args:[Cd("reference (any, range)",di("The range of cells from which the values are returned.")),Cd("row (number, default=0)",di("The index of the row to be returned from within the reference range of cells.")),Cd("column (number, default=0)",di("The index of the column to be returned from within the reference range of cells."))],compute:function(e,t={value:0},o={value:0}){const s=Xn(e),i=bn(t.value,this.locale),n=bn(o.value,this.locale);return n<0||n-1>=s.length||i<0||i-1>=s[0].length?new nn(di("Index out of range.")):0===i&&0===n?s:0===i?[s[n-1]]:0===n?s.map((e=>[e[i-1]])):s[n-1][i-1]},isExported:!0},Yb={description:di("Returns the content of a cell, specified by a string."),args:[Cd("reference (string)",di("The range of cells from which the values are returned.")),Cd("use_a1_notation (boolean, default=TRUE)",di("A boolean indicating whether to use A1 style notation (TRUE) or R1C1 style notation (FALSE)."),Bb)],compute:function(e,t={value:!0}){const o=e?.value?.toString();if(!o)return new ln(di("Reference should be defined."));if(!Tn(t))return new nn(di("R1C1 notation is not supported."));const s=this.__originSheetId,i=this.__originCellPosition;i&&this.updateDependencies?.(i);const n=this.getters.getRangeFromSheetXC(s,o);if(void 0===n||n.invalidXc||n.invalidSheetName)return new ln;i&&this.addDependencies?.(i,[n]);const r=[];for(let e=n.zone.left;e<=n.zone.right;e++){const t=[];for(let o=n.zone.top;o<=n.zone.bottom;o++){const s={sheetId:n.sheetId,col:e,row:o};t.push(this.getters.getEvaluatedCell(s))}r.push(t)}return 1===r.length&&1===r[0].length?r[0][0]:r},isExported:!0},Xb={description:di("Look up a value."),args:[Cd("search_key (string, number, boolean)",di("The value to search for. For example, 42, 'Cats', or I24.")),Cd("search_array (any, range)",di("One method of using this function is to provide a single sorted row or column search_array to look through for the search_key with a second argument result_range. The other way is to combine these two arguments into one search_array where the first row or column is searched and a value is returned from the last row or column in the array. If search_key is not found, a non-exact match may be returned.")),Cd("result_range (any, range, optional)",di("The range from which to return a result. The value returned corresponds to the location where search_key is found in search_range. This range must be only a single row or column and should not be used if using the search_result_array method."))],compute:function(e,t,o){const s=Xn(t),i=Xn(o);let n=s.length,r=s[0].length;const a=r>=n,l=a?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,c=qn(s,e,"nextSmaller","asc",a?r:n,l);return-1===c||a&&void 0===s[0][c]||!a&&void 0===s[c][r-1]?fn(e):0===i[0].length?a?s[n-1][c]:s[c][r-1]:(n=i.length,r=i[0].length,1!==n&&1!==r?new nn(di("The result_range must be a single row or a single column.")):n>1?c>n-1?new nn(di("[[FUNCTION_NAME]] evaluates to an out of range row value %s.",c+1)):i[c][0]:c>r-1?new nn(di("[[FUNCTION_NAME]] evaluates to an out of range column value %s.",c+1)):i[0][c])},isExported:!0},Kb={description:di("Position of item in range that matches value."),args:[Cd("search_key (string, number, boolean)",di("The value to search for. For example, 42, 'Cats', or I24.")),Cd("range (any, range)",di("The one-dimensional array to be searched.")),Cd("search_type (number, default=1)",di("The search method is a number 1, 0 or -1 indicating which value to return. 1 finds the largest value less than or equal to search_key when range is sorted in ascending order. 0 finds the exact value when range is unsorted. -1 finds the smallest value greater than or equal to search_key when range is sorted in descending order."),[{value:1,label:di("Ascending order (default)")},{value:0,label:di("Exact match")},{value:-1,label:di("Descending order")}])],compute:function(e,t,o={value:1}){let s=bn(o,this.locale);const i=Xn(t),n=i.length,r=i[0].length;if(1!==n&&1!==r)return new nn(di("The range must be a single row or a single column."));let a=-1;const l=1===n?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,c=1===n?i[0].length:i.length;switch(s=Math.sign(s),s){case 1:a=qn(i,e,"nextSmaller","asc",c,l);break;case 0:a=Zn(i,e,"wildcard",c,l,this.lookupCaches);break;case-1:a=qn(i,e,"nextGreater","desc",c,l)}return 1===n&&void 0===i[0][a]||1!==n&&void 0===i[a]?fn(e):a+1},isExported:!0},Jb={description:di("Row number of a specified cell."),args:[Cd("cell_reference (meta, range<meta>, default='this cell')",di("The cell whose row number will be returned. By default, this function uses the cell in which the formula is entered."))],compute:function(e){if(void 0===e)return void 0===this.__originCellPosition?.row?new nn(di("In this context, the function [[FUNCTION_NAME]] needs to have a cell or range in parameter.")):this.__originCellPosition.row+1;if(void 0===e[0][0])return new nn(di("The range is out of bounds."));if(e[0][0].value===on.InvalidReference)return e[0][0];const t=this.getters.getRangeFromSheetXC(this.getters.getActiveSheetId(),e[0][0].value).zone.top;return 1===e[0].length?t+1:Ln(1,e[0].length,((e,o)=>({value:t+o+1})))},isExported:!0},Qb={description:di("Number of rows in a specified array or range."),args:[Cd("range (any, range<any>)",di("The range whose row count will be returned."))],compute:function(e){const t=Xn(e);return void 0===t[0][0]?new nn(di("The range is out of bounds.")):t[0][0].value===on.InvalidReference?t[0][0]:t[0].length},isExported:!0},eS={description:di("Vertical lookup."),args:[Cd("search_key (string, number, boolean)",di("The value to search for. For example, 42, 'Cats', or I24.")),Cd("range (any, range)",di("The range to consider for the search. The first column in the range is searched for the key specified in search_key.")),Cd("index (number)",di("The column index of the value to be returned, where the first column in range is numbered 1.")),Cd("is_sorted (boolean, default=true)",di("Indicates whether the column to be searched (the first column of the specified range) is sorted, in which case the closest match for search_key will be returned."),$b)],compute:function(e,t,o,s={value:zb}){const i=Math.trunc(bn(o?.value,this.locale)),n=Xn(t);if(1>i||i>n.length)return new nn(di("[[FUNCTION_NAME]] evaluates to an out of bounds range."));const r=(e,t)=>e[0][t].value,a=Tn(s.value)?qn(n,e,"nextSmaller","asc",n[0].length,r):Zn(n,e,"wildcard",n[0].length,r,this.lookupCaches),l=n[i-1][a];return void 0===l?fn(e):l},isExported:!0},tS={0:"strict",1:"nextGreater","-1":"nextSmaller",2:"wildcard"},oS={description:di("Search a range for a match and return the corresponding item from a second range."),args:[Cd("search_key (string,number,boolean)",di("The value to search for.")),Cd("lookup_range (any, range)",di("The range to consider for the search. Should be a single column or a single row.")),Cd("return_range (any, range)",di("The range containing the return value. Should have the same dimensions as lookup_range.")),Cd("if_not_found (any, optional)",di("If a valid match is not found, return this value.")),Cd("match_mode (any, default=0)",di("Specifies how to match search_key with the items in lookup_range. "),[{value:0,label:di("Exact match (default)")},{value:-1,label:di("Exact match or next smaller item")},{value:1,label:di("Exact match or next larger item")},{value:2,label:di("Wildcard character match")}]),Cd("search_mode (any, default=1)",di("Specifies the search mode to use. By default, a first to last search will be used."),[{value:1,label:di("Search first to last (default)")},{value:-1,label:di("Search last to first")},{value:2,label:di("Binary search (sorted ascending order)")},{value:-2,label:di("Binary search (sorted descending order)")}])],compute:function(e,t,o,s,i={value:0},n={value:1}){const r=Math.trunc(bn(i.value,this.locale)),a=Math.trunc(bn(n.value,this.locale)),l=Xn(t),c=Xn(o);if(1!==l.length&&1!==l[0].length)return new nn(di("lookup_range should be either a single row or single column."));if(![1,-1,2,-2].includes(a))return new nn(di("search_mode should be a value in [-1, 1, -2, 2]."));if(![-1,0,1,2].includes(r))return new nn(di("match_mode should be a value in [-1, 0, 1, 2]."));const h=1===l.length?"col":"row";if(2===r&&[-2,2].includes(a))return new nn(di("The search and match mode combination is not supported for XLOOKUP evaluation."));if("col"===h?c[0].length!==l[0].length:c.length!==l.length)return new nn(di("return_range should have the same dimensions as lookup_range."));const d="col"===h?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,u="col"===h?l[0].length:l.length,g=tS[r],p=-1===a,m=2===a||-2===a?qn(l,e,g,2===a?"asc":"desc",u,d):Zn(l,e,g,u,d,this.lookupCaches,p);return-1!==m?"col"===h?c.map((e=>[e[m]])):[c[m]]:void 0===s?fn(e):[[s]]},isExported:!0},sS={description:di("Get the value from a pivot."),args:[Cd("pivot_id (number,string)",di("ID of the pivot.")),Cd("measure_name (string)",di("Name of the measure.")),Cd("domain_field_name (string,repeating)",di("Field name.")),Cd("domain_value (number,string,boolean,repeating)",di("Value."))],compute:function(e,t,...o){const s=xn(e),i=xn(t),n=Vb(s,this.getters);!function(e,t,o){const{measures:s}=o.getPivotCoreDefinition(e);if(!s.find((e=>e.id===t))){const e=`(${s.map((e=>e.id)).join(", ")})`;throw new nn(di("The argument %s is not a valid measure. Here are the measures: %s",t,e))}}(n,i,this.getters),Ub(o);const r=this.getters.getPivot(n),a=this.getters.getPivotCoreDefinition(n);Hb(this,a,a.measures.filter((e=>e.id===i))),r.init({reload:r.needsReevaluation});const l=r.assertIsValid({throwOnError:!1});if(l)return l;if(!r.areDomainArgsFieldsValid(o)){const e=di("Consider using a dynamic pivot formula: %s. Or re-insert the static pivot from the Data menu.",`=PIVOT(${s})`);return{value:on.GenericError,message:di("Dimensions don't match the pivot definition")+". "+e}}const c=r.parseArgsToPivotDomain(o);return this.getters.getActiveSheetId()===this.__originSheetId&&this.getters.getPivotPresenceTracker(n)?.trackValue(i,c),r.getPivotCellValueAndFormat(i,c)}},iS={description:di("Get the header of a pivot."),args:[Cd("pivot_id (number,string)",di("ID of the pivot.")),Cd("domain_field_name (string,repeating)",di("Field name.")),Cd("domain_value (number,string,value,repeating)",di("Value."))],compute:function(e,...t){const o=xn(e),s=Vb(o,this.getters);Ub(t);const i=this.getters.getPivot(s);Hb(this,this.getters.getPivotCoreDefinition(s),[]),i.init({reload:i.needsReevaluation});const n=i.assertIsValid({throwOnError:!1});if(n)return n;if(!i.areDomainArgsFieldsValid(t)){const e=di("Consider using a dynamic pivot formula: %s. Or re-insert the static pivot from the Data menu.",`=PIVOT(${o})`);return{value:on.GenericError,message:di("Dimensions don't match the pivot definition")+". "+e}}const r=i.parseArgsToPivotDomain(t);this.getters.getActiveSheetId()===this.__originSheetId&&this.getters.getPivotPresenceTracker(s)?.trackHeader(r);const a=r.at(-1);if("measure"===a?.field)return i.getPivotMeasureValue(xn(a.value),r);const{value:l,format:c}=i.getPivotHeaderValueAndFormat(r);return{value:l,format:a&&"measure"!==a.field&&"false"!==a.value?c:void 0}}},nS={description:di("Get a pivot table."),args:[Cd("pivot_id (string)",di("ID of the pivot.")),Cd("row_count (number, optional)",di("number of rows")),Cd("include_total (boolean, default=TRUE)",di("Whether to include total/sub-totals or not.")),Cd("include_column_titles (boolean, default=TRUE)",di("Whether to include the column titles or not.")),Cd("column_count (number, optional)",di("number of columns")),Cd("include_measure_titles (boolean, default=TRUE)",di("Whether to include the measure titles row or not."))],compute:function(e,t={value:1e4},o={value:!0},s={value:!0},i={value:Number.MAX_VALUE},n={value:!0}){const r=xn(e),a=bn(t,this.locale);if(a<0)return new nn(di("The number of rows must be positive."));const l=bn(i,this.locale);if(l<0)return new nn(di("The number of columns must be positive."));const c={displayColumnHeaders:Tn(s),displayTotals:Tn(o),displayMeasuresRow:Tn(n)},h=Vb(r,this.getters),d=this.getters.getPivot(h),u=this.getters.getPivotCoreDefinition(h);Hb(this,u,u.measures),d.init({reload:d.needsReevaluation});const g=d.assertIsValid({throwOnError:!1});if(g)return g;const p=d.getCollapsedTableStructure();if(p.numberOfCells>nt)return new nn(Lb(p.numberOfCells,this.locale));const m=p.getPivotCells(c);let f=0;c.displayColumnHeaders&&(f=p.columns.length-1),c.displayMeasuresRow&&f++;const v=this.getters.getPivotName(h),b=Math.min(f+a,m[0].length);if(0===b)return[[{value:v}]];const S=Math.min(1+l,m.length),C=[];for(const e of Ct(0,S)){C[e]=[];for(const t of Ct(0,b)){const o=m[e][t];switch(o.type){case"EMPTY":C[e].push({value:""});break;case"HEADER":const t=d.getPivotHeaderValueAndFormat(o.domain);C[e].push((y=o.domain,w=t,0===y.length?w:{...w,format:(w.format||"@")+"* "}));break;case"MEASURE_HEADER":C[e].push(d.getPivotMeasureValue(o.measure,o.domain));break;case"VALUE":C[e].push(d.getPivotCellValueAndFormat(o.measure,o.domain))}}}var y,w;return(c.displayColumnHeaders||c.displayMeasuresRow)&&(C[0][0]={value:v}),C}},rS={description:di("Returns a range reference shifted by a specified number of rows and columns from a starting cell reference."),args:[Cd("cell_reference (meta, range<meta>)",di("The starting point from which to count the offset rows and columns.")),Cd("offset_rows (number)",di("The number of rows to offset by.")),Cd("offset_columns (number)",di("The number of columns to offset by.")),Cd("height (number, default='height of cell_reference')",di("The number of rows of the range to return starting at the offset target.")),Cd("width (number, default='width of cell_reference')",di("The number of columns of the range to return starting at the offset target."))],compute:function(e,t,o,s,i){if(mn(e[0][0].value))return e[0][0];const n=e[0][0].value;if(!n)return new nn("In this context, the function OFFSET needs to have a cell or range in parameter.");const r=Vo(n);let a=e[0].length,l=e.length;if(s){const e=bn(s,this.locale);if(e<1)return new nn(di("Height value is %(_height)s. It should be greater than or equal to 1.",{_height:e}));a=e}if(i){const e=bn(i,this.locale);if(e<1)return new nn(di("Width value is %(_width)s. It should be greater than or equal to 1.",{_width:e}));l=e}const{sheetName:c}=Ra(n),h=c&&this.getters.getSheetIdByName(c)||this.getters.getActiveSheetId(),d=bn(t,this.locale),u=bn(o,this.locale),g=this.__originCellPosition;g&&this.updateDependencies?.(g);const p=r.left+u,m=r.top+d;if(p<0||m<0)return new ln(di("OFFSET evaluates to an out of bounds range."));const f={left:p,top:m,right:p+l-1,bottom:m+a-1},v=this.getters.getRangeFromZone(h,f);return v.invalidXc||v.invalidSheetName?new ln:(g&&this.addDependencies?.(g,[v]),Ln(l,a,((e,t)=>this.getters.getEvaluatedCell({sheetId:h,col:p+e,row:m+t}))))}};var aS=Object.freeze({__proto__:null,ADDRESS:Gb,COLUMN:Wb,COLUMNS:qb,HLOOKUP:Zb,INDEX:jb,INDIRECT:Yb,LOOKUP:Xb,MATCH:Kb,OFFSET:rS,PIVOT:nS,PIVOT_HEADER:iS,PIVOT_VALUE:sS,ROW:Jb,ROWS:Qb,VLOOKUP:eS,XLOOKUP:oS});const lS={description:di("Sum of two numbers."),args:[Cd("value1 (number)",di("The first addend.")),Cd("value2 (number)",di("The second addend."))],compute:function(e,t){return{value:bn(e,this.locale)+bn(t,this.locale),format:e?.format||t?.format}}},cS={description:di("Concatenation of two values."),args:[Cd("value1 (string)",di("The value to which value2 will be appended.")),Cd("value2 (string)",di("The value to append to value1."))],compute:function(e,t){return xn(e)+xn(t)},isExported:!0},hS={description:di("One number divided by another."),args:[Cd("dividend (number)",di("The number to be divided.")),Cd("divisor (number)",di("The number to divide by."))],compute:function(e,t){const o=bn(t,this.locale);return 0===o?new un(di("The divisor must be different from zero.")):{value:bn(e,this.locale)/o,format:e?.format||t?.format}}};function dS(e){return void 0===e||null===e.value}const uS={number:0,string:"",boolean:!1};function gS(e,t,o=2e-16){return Math.abs(e-t)<o}const pS={description:di("Equal."),args:[Cd("value1 (string, number, boolean)",di("The first value.")),Cd("value2 (string, number, boolean)",di("The value to test against value1 for equality."))],compute:function(e,t){if(mn(e?.value))return e;if(mn(t?.value))return t;let o=dS(e)?uS[typeof t?.value]:e?.value,s=dS(t)?uS[typeof e?.value]:t?.value;return"string"==typeof o&&(o=o.toUpperCase()),"string"==typeof s&&(s=s.toUpperCase()),"number"==typeof o&&"number"==typeof s?{value:gS(o,s)}:{value:o===s}}};function mS(e,t,o){if(mn(e?.value))return e;if(mn(t?.value))return t;let s=dS(e)?uS[typeof t?.value]:e?.value,i=dS(t)?uS[typeof e?.value]:t?.value;"number"!=typeof s&&(s=xn(s).toUpperCase()),"number"!=typeof i&&(i=xn(i).toUpperCase());const n=typeof s,r=typeof i;return"string"===n&&"number"===r?{value:!0}:"string"===r&&"number"===n?{value:!1}:{value:o(s,i)}}const fS={description:di("Strictly greater than."),args:[Cd("value1 (number, string, boolean)",di("The value to test as being greater than value2.")),Cd("value2 (number, string, boolean)",di("The second value."))],compute:function(e,t){return mS(e,t,((e,t)=>"number"==typeof e&&"number"==typeof t?!gS(e,t)&&e>t:e>t))}},vS={description:di("Greater than or equal to."),args:[Cd("value1 (number, string, boolean)",di("The value to test as being greater than or equal to value2.")),Cd("value2 (number, string, boolean)",di("The second value."))],compute:function(e,t){return mS(e,t,((e,t)=>"number"==typeof e&&"number"==typeof t?gS(e,t)||e>t:e>=t))}},bS={description:di("Less than."),args:[Cd("value1 (number, string, boolean)",di("The value to test as being less than value2.")),Cd("value2 (number, string, boolean)",di("The second value."))],compute:function(e,t){const o=vS.compute.bind(this)(e,t);return mn(o.value)?o:{value:!o.value}}},SS={description:di("Less than or equal to."),args:[Cd("value1 (number, string, boolean)",di("The value to test as being less than or equal to value2.")),Cd("value2 (number, string, boolean)",di("The second value."))],compute:function(e,t){const o=fS.compute.bind(this)(e,t);return mn(o.value)?o:{value:!o.value}}},CS={description:di("Difference of two numbers."),args:[Cd("value1 (number)",di("The minuend, or number to be subtracted from.")),Cd("value2 (number)",di("The subtrahend, or number to subtract from value1."))],compute:function(e,t){return{value:bn(e,this.locale)-bn(t,this.locale),format:e?.format||t?.format}}},yS={description:di("Product of two numbers"),args:[Cd("factor1 (number)",di("The first multiplicand.")),Cd("factor2 (number)",di("The second multiplicand."))],compute:function(e,t){return{value:bn(e,this.locale)*bn(t,this.locale),format:e?.format||t?.format}}},wS={description:di("Not equal."),args:[Cd("value1 (string, number, boolean)",di("The first value.")),Cd("value2 (string, number, boolean)",di("The value to test against value1 for inequality."))],compute:function(e,t){const o=pS.compute.bind(this)(e,t);return mn(o.value)?o:{value:!o.value}}},IS={description:di("A number raised to a power."),args:[Cd("base (number)",di("The number to raise to the exponent power.")),Cd("exponent (number)",di("The exponent to raise base to."))],compute:function(e,t){return Gu.compute.bind(this)(e,t)}},xS={description:di("A number with the sign reversed."),args:[Cd("value (number)",di("The number to have its sign reversed. Equivalently, the number to multiply by -1."))],compute:function(e){return{value:-bn(e,this.locale),format:e?.format}}},ES={description:di("Value interpreted as a percentage."),args:[Cd("percentage (number)",di("The value to interpret as a percentage."))],compute:function(e){return bn(e,this.locale)/100}},RS={description:di("A specified number, unchanged."),args:[Cd("value (any)",di("The number to return."))],compute:function(e={value:null}){return e}};var TS=Object.freeze({__proto__:null,ADD:lS,CONCAT:cS,DIVIDE:hS,EQ:pS,GT:fS,GTE:vS,LT:bS,LTE:SS,MINUS:CS,MULTIPLY:yS,NE:wS,POW:IS,UMINUS:xS,UNARY_PERCENT:ES,UPLUS:RS});const AS=e=>({transform:t=>t*e,inverseTransform:t=>t/e}),DS={transform:e=>e,inverseTransform:e=>e},_S=1e-10,FS=.0254,OS=FS/72,PS=.3048,MS=.9144,NS=1609.34,kS=1852,LS=946073047258e4,VS={g:{...DS,category:"weight"},u:{...AS(166053e-29),category:"weight"},grain:{...AS(.0647989),category:"weight"},ozm:{...AS(28.3495),category:"weight"},lbm:{...AS(453.592),category:"weight"},stone:{...AS(6350.29),category:"weight"},sg:{...AS(14593.90294),category:"weight"},cwt:{...AS(45359.237),category:"weight"},uk_cwt:{...AS(50802.3),category:"weight"},ton:{...AS(907184.74),category:"weight"},uk_ton:{...AS(1016046.9),category:"weight"},m:{...DS,category:"distance"},km:{...AS(1e3),category:"distance"},ang:{...AS(_S),category:"distance"},Picapt:{...AS(OS),category:"distance"},pica:{...AS(FS/6),category:"distance"},in:{...AS(FS),category:"distance"},ft:{...AS(PS),category:"distance"},yd:{...AS(MS),category:"distance"},ell:{...AS(1.143),category:"distance"},mi:{...AS(NS),category:"distance"},survey_mi:{...AS(1609.34),category:"distance"},Nmi:{...AS(kS),category:"distance"},ly:{...AS(LS),category:"distance"},parsec:{...AS(0x6da012f95c9fd0),category:"distance"},sec:{...DS,category:"time"},min:{...AS(60),category:"time"},hr:{...AS(3600),category:"time"},day:{...AS(86400),category:"time"},yr:{...AS(31556952),category:"time"},Pa:{...DS,category:"pressure"},bar:{...AS(1e5),category:"pressure"},mmHg:{...AS(133.322),category:"pressure"},Torr:{...AS(133.322),category:"pressure"},psi:{...AS(6894.76),category:"pressure"},atm:{...AS(101325),category:"pressure"},N:{...DS,category:"force"},dyn:{...AS(1e-5),category:"force"},pond:{...AS(.00980665),category:"force"},lbf:{...AS(4.44822),category:"force"},J:{...DS,category:"energy"},eV:{...AS(160218e-24),category:"energy"},e:{...AS(1e-7),category:"energy"},flb:{...AS(1.3558179483),category:"energy"},c:{...AS(4.184),category:"energy"},cal:{...AS(4.1868),category:"energy"},BTU:{...AS(1055.06),category:"energy"},Wh:{...AS(3600),category:"energy"},HPh:{...AS(2684520),category:"energy"},W:{...DS,category:"power"},PS:{...AS(735.499),category:"power"},HP:{...AS(745.7),category:"power"},T:{...DS,category:"magnetism"},ga:{...AS(1e-4),category:"magnetism"},K:{...DS,category:"temperature"},C:{transform:e=>e+273.15,inverseTransform:e=>e-273.15,category:"temperature"},F:{transform:e=>5*(e-32)/9+273.15,inverseTransform:e=>9*(e-273.15)/5+32,category:"temperature"},Rank:{...AS(5/9),category:"temperature"},Reau:{transform:e=>1.25*e+273.15,inverseTransform:e=>(e-273.15)/1.25,category:"temperature"},"m^3":{...DS,category:"volume",order:3},"ang^3":{...AS(Math.pow(_S,3)),category:"volume",order:3},"Picapt^3":{...AS(Math.pow(OS,3)),category:"volume",order:3},tsp:{...AS(492892e-11),category:"volume"},tspm:{...AS(5e-6),category:"volume"},tbs:{...AS(14786764825785619e-21),category:"volume"},"in^3":{...AS(Math.pow(FS,3)),category:"volume",order:3},oz:{...AS(295735295625e-16),category:"volume"},cup:{...AS(237e-6),category:"volume"},pt:{...AS(.0004731765),category:"volume"},uk_pt:{...AS(568261e-9),category:"volume"},qt:{...AS(.0009463529),category:"volume"},l:{...AS(.001),category:"volume"},uk_qt:{...AS(.0011365225),category:"volume"},gal:{...AS(.0037854118),category:"volume"},uk_gal:{...AS(.00454609),category:"volume"},"ft^3":{...AS(Math.pow(PS,3)),category:"volume",order:3},bushel:{...AS(.0352390704),category:"volume"},barrel:{...AS(.158987295),category:"volume"},"yd^3":{...AS(Math.pow(MS,3)),category:"volume",order:3},MTON:{...AS(1.13267386368),category:"volume"},GRT:{...AS(2.83168),category:"volume"},"mi^3":{...AS(Math.pow(NS,3)),category:"volume",order:3},"Nmi^3":{...AS(Math.pow(kS,3)),category:"volume",order:3},"ly^3":{...AS(Math.pow(LS,3)),category:"volume",order:3},"m^2":{...DS,category:"area",order:2},"ang^2":{...AS(Math.pow(_S,2)),category:"area",order:2},"Picapt^2":{...AS(Math.pow(OS,2)),category:"area",order:2},"in^2":{...AS(Math.pow(FS,2)),category:"area",order:2},"ft^2":{...AS(Math.pow(PS,2)),category:"area",order:2},"yd^2":{...AS(Math.pow(MS,2)),category:"area",order:2},ar:{...AS(100),category:"area"},Morgen:{...AS(2500),category:"area"},uk_acre:{...AS(4046.8564224),category:"area"},us_acre:{...AS(4046.8726098743),category:"area"},ha:{...AS(1e4),category:"area"},"mi^2":{...AS(Math.pow(NS,2)),category:"area",order:2},"Nmi^2":{...AS(Math.pow(kS,2)),category:"area",order:2},"ly^2":{...AS(Math.pow(LS,2)),category:"area",order:2},bit:{...DS,category:"information"},byte:{...AS(8),category:"information"},"m/s":{...DS,category:"speed"},"m/hr":{...AS(1/3600),category:"speed"},"km/hr":{...AS(1/3.6),category:"speed"},mph:{...AS(.44704),category:"speed"},kn:{...AS(.5144444444),category:"speed"},admkn:{...AS(.5147733333),category:"speed"}},US={shweight:"cwt",lcwt:"uk_cwt",hweight:"uk_cwt",LTON:"uk_ton",brton:"uk_ton",pc:"parsec",Pica:"Picapt",d:"day",mn:"min",s:"sec",p:"Pa",at:"atm",dy:"dyn",ev:"eV",hh:"HPh",wh:"Wh",btu:"BTU",h:"HP",cel:"C",fah:"F",kel:"K",us_pt:"pt",L:"l",lt:"l",ang3:"ang^3",ft3:"ft^3",in3:"in^3",ly3:"ly^3",m3:"m^3",mi3:"mi^3",yd3:"yd^3",Nmi3:"Nmi^3",Picapt3:"Picapt^3","Pica^3":"Picapt^3",Pica3:"Picapt^3",regton:"GRT",ang2:"ang^2",ft2:"ft^2",in2:"in^2",ly2:"ly^2",m2:"m^2",mi2:"mi^2",Nmi2:"Nmi^2",Picapt2:"Picapt^2","Pica^2":"Picapt^2",Pica2:"Picapt^2",yd2:"yd^2","m/h":"m/hr","m/sec":"m/s"},HS={"":1,Y:1e24,Z:1e21,E:1e18,P:1e15,T:1e12,G:1e9,M:1e6,k:1e3,h:100,da:10,e:10,d:.1,c:.01,m:.001,u:1e-6,n:1e-9,p:1e-12,f:1e-15,a:1e-18,z:1e-21,y:1e-21,Yi:Math.pow(2,80),Zi:Math.pow(2,70),Ei:Math.pow(2,60),Pi:Math.pow(2,50),Ti:Math.pow(2,40),Gi:Math.pow(2,30),Mi:Math.pow(2,20),ki:Math.pow(2,10)},zS={weight:di("Weight"),distance:di("Distance"),time:di("Time"),pressure:di("Pressure"),force:di("Force"),energy:di("Energy"),power:di("Power"),magnetism:di("Magnetism"),temperature:di("Temperature"),volume:di("Volume"),area:di("Area"),information:di("Information"),speed:di("Speed")},BS=Object.entries(VS).map((([e,t])=>({value:e,label:$S(t.category)})));function $S(e){return zS[e]??""}function GS(e){for(const[t,o]of Object.entries(HS)){if(t&&!e.startsWith(t))continue;const s=e.slice(t.length);let i=VS[s];if(!i&&US[s]&&(i=VS[US[s]]),i)return{...i,factor:i.order?Math.pow(o,i.order):o}}}const WS={description:di("Converts a numeric value to a different unit of measure."),args:[Cd("value (number)",di("the numeric value in start_unit to convert to end_unit")),Cd("start_unit (string)",di("The starting unit, the unit currently assigned to value"),BS),Cd("end_unit (string)",di("The unit of measure into which to convert value"),BS)],compute:function(e,t,o){const s=bn(e,this.locale),i=xn(t),n=xn(o),r=GS(i),a=GS(n);return r?a?r.category!==a.category?{value:on.GenericError,message:di("Incompatible units of measure ('%s' vs '%s')",$S(r.category),$S(a.category))}:{value:a.inverseTransform(r.factor*r.transform(s))/a.factor,format:e?.format}:{value:on.GenericError,message:di("Invalid units of measure ('%s')",n)}:{value:on.GenericError,message:di("Invalid units of measure ('%s')",i)}},isExported:!0};var qS=Object.freeze({__proto__:null,CONVERT:WS});const ZS=/[A-Za-zÀ-ÖØ-öø-ÿ]+/g,jS=[{value:0,label:di("Case-sensitive (default)")},{value:1,label:di("Case-insensitive")}],YS=[{value:0,label:di("Don't match to end (default)")},{value:1,label:di("Match to end")}],XS={description:di("Gets character associated with number."),args:[Cd("table_number (number)",di("The number of the character to look up from the current Unicode table in decimal format."))],compute:function(e){const t=Math.trunc(bn(e,this.locale));return t<1?new nn(di("The table_number (%s) is out of range.",t)):String.fromCharCode(t)},isExported:!0},KS={description:di("Remove non-printable characters from a piece of text."),args:[Cd("text (string)",di("The text whose non-printable characters are to be removed."))],compute:function(e){const t=xn(e);let o="";for(const e of t)e&&e.charCodeAt(0)>31&&(o+=e);return o},isExported:!0},JS={description:di("Appends strings to one another."),args:[Cd("string1 (string, range<string>)",di("The initial string.")),Cd("string2 (string, range<string>, repeating)",di("More strings to append in sequence."))],compute:function(...e){return Mn(e,((e,t)=>e+xn(t)),"")},isExported:!0},QS={description:di("Tests whether two strings are identical."),args:[Cd("string1 (string)",di("The first string to compare.")),Cd("string2 (string)",di("The second string to compare."))],compute:function(e,t){return xn(e)===xn(t)},isExported:!0},eC={description:di("First position of string found in text, case-sensitive."),args:[Cd("search_for (string)",di("The string to look for within text_to_search.")),Cd("text_to_search (string)",di("The text to search for the first occurrence of search_for.")),Cd("starting_at (number, default=1)",di("The character within text_to_search at which to start the search."))],compute:function(e,t,o={value:1}){const s=xn(e),i=xn(t),n=bn(o,this.locale);if(""===i)return new nn(di("The text_to_search must be non-empty."));if(n<1)return new nn(di("The starting_at (%s) must be greater than or equal to 1.",n));const r=i.indexOf(s,n-1);return-1===r?new nn(di("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,i)):r+1},isExported:!0},tC={description:di("Concatenates elements of arrays with delimiter."),args:[Cd("delimiter (string)",di("The character or string to place between each concatenated value.")),Cd("value_or_array1 (string, range<string>)",di("The value or values to be appended using delimiter.")),Cd("value_or_array2 (string, range<string>, repeating)",di("More values to be appended using delimiter."))],compute:function(e,...t){const o=xn(e);return Mn(t,((e,t)=>(e?e+o:"")+xn(t)),"")}},oC={description:di("Substring from beginning of specified string."),args:[Cd("text (string)",di("The string from which the left portion will be returned.")),Cd("number_of_characters (number, optional)",di("The number of characters to return from the left side of string."))],compute:function(e,...t){const o=t.length?bn(t[0],this.locale):1;return o<0?new nn(di("The number_of_characters (%s) must be positive or null.",o)):xn(e).substring(0,o)},isExported:!0},sC={description:di("Length of a string."),args:[Cd("text (string)",di("The string whose length will be returned."))],compute:function(e){return xn(e).length},isExported:!0},iC={description:di("Converts a specified string to lowercase."),args:[Cd("text (string)",di("The string to convert to lowercase."))],compute:function(e){return xn(e).toLowerCase()},isExported:!0},nC={description:di("A segment of a string."),args:[Cd("text (string)",di("The string to extract a segment from.")),Cd("starting_at (number)",di("The index from the left of string from which to begin extracting. The first character in string has the index 1.")),Cd("extract_length (number)",di("The length of the segment to extract."))],compute:function(e,t,o){const s=xn(e),i=bn(t,this.locale),n=bn(o,this.locale);return i<1?new nn(di("The starting_at argument (%s) must be positive greater than one.",i.toString())):n<0?new nn(di("The extract_length argument (%s) must be positive or null.",n)):s.slice(i-1,i+n-1)},isExported:!0},rC={description:di("Capitalizes each word in a specified string."),args:[Cd("text_to_capitalize (string)",di("The text which will be returned with the first letter of each word in uppercase and all other letters in lowercase."))],compute:function(e){return xn(e).replace(ZS,(e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()))},isExported:!0},aC={description:di("Extract text from a string based on the supplied regular expression."),args:[Cd("text (string)",di("The string on which you want to extract text.")),Cd("pattern (string)",di("The regular expression pattern to match against the text.")),Cd("return_mode (number, default=0)",di("0 = first match, 1 = all matches as an array, 2 = capturing groups from the first match as an array."),[{value:0,label:di("First match")},{value:1,label:di("All matches")},{value:2,label:di("Capture groups of first match")}]),Cd("case_sensitivity (number, default=0)",di("Whether the match is case-sensitive."),[{value:0,label:di("Case-sensitive")},{value:1,label:di("Case-insensitive")}])],compute:function(e,t,o={value:0},s={value:0}){const i=xn(e),n=xn(t),r=bn(o,this.locale),a=bn(s,this.locale);if(""===i||""===n)return{value:""};if(r<0||r>2)return new nn(di("The return_mode (%s) must be 0, 1 or 2.",r));if(0!==a&&1!==a)return new nn(di("The case_sensitivity (%s) must be 0 or 1.",a));const l=new RegExp(n,1===a?"gi":"g"),c=[...i.matchAll(l)];return 0===c.length?{value:on.NotAvailable,message:di("No matches found.")}:0===r?c[0][0]:1===r?c.map((e=>[e[0]])):c[0].length<2?new nn(di("No capturing groups found.")):c[0].slice(1).map((e=>[e]))},isExported:!0},lC={description:di("Replaces part of a text string with different text."),args:[Cd("text (string)",di("The text, a part of which will be replaced.")),Cd("position (number)",di("The position where the replacement will begin (starting from 1).")),Cd("length (number)",di("The number of characters in the text to be replaced.")),Cd("new_text (string)",di("The text which will be inserted into the original text."))],compute:function(e,t,o,s){const i=bn(t,this.locale);if(i<1)return new nn(di("The position (%s) must be greater than or equal to 1.",i));const n=xn(e),r=bn(o,this.locale),a=xn(s);return n.substring(0,i-1)+a+n.substring(i-1+r)},isExported:!0},cC={description:di("A substring from the end of a specified string."),args:[Cd("text (string)",di("The string from which the right portion will be returned.")),Cd("number_of_characters (number, optional)",di("The number of characters to return from the right side of string."))],compute:function(e,...t){const o=t.length?bn(t[0],this.locale):1;if(o<0)return new nn(di("The number_of_characters (%s) must be positive or null.",o));const s=xn(e),i=s.length;return s.substring(i-o,i)},isExported:!0},hC={description:di("First position of string found in text, ignoring case."),args:[Cd("search_for (string)",di("The string to look for within text_to_search.")),Cd("text_to_search (string)",di("The text to search for the first occurrence of search_for.")),Cd("starting_at (number, default=1)",di("The character within text_to_search at which to start the search."))],compute:function(e,t,o={value:1}){const s=xn(e).toLowerCase(),i=xn(t).toLowerCase(),n=bn(o,this.locale);if(""===i)return{value:on.GenericError,message:di("The text_to_search must be non-empty.")};if(n<1)return{value:on.GenericError,message:di("The starting_at (%s) must be greater than or equal to 1.",n)};const r=i.indexOf(s,n-1);return-1===r?{value:on.GenericError,message:di("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,i)}:{value:r+1}},isExported:!0},dC={description:di("Split text by specific character delimiter(s)."),args:[Cd("text (string)",di("The text to divide.")),Cd("delimiter (string)",di("The character or characters to use to split text.")),Cd("split_by_each (boolean, default=true})",di("Whether or not to divide text around each character contained in delimiter.")),Cd("remove_empty_text (boolean, default=true)",di("Whether or not to remove empty text messages from the split results. The default behavior is to treat consecutive delimiters as one (if TRUE). If FALSE, empty cells values are added between consecutive delimiters."))],compute:function(e,t,o={value:true},s={value:true}){const i=xn(e),n=gt(xn(t)),r=Tn(o),a=Tn(s);if(n.length<=0)return new nn(di("The delimiter (%s) must be not be empty.",n));const l=r?new RegExp(`[${n}]`,"g"):new RegExp(n,"g");let c=i.split(l);return a&&(c=c.filter((e=>""!==e))),Un([c])},isExported:!1},uC={description:di("Replaces existing text with new text in a string."),args:[Cd("text_to_search (string)",di("The text within which to search and replace.")),Cd("search_for (string)",di("The string to search for within text_to_search.")),Cd("replace_with (string)",di("The string that will replace search_for.")),Cd("occurrence_number (number, optional)",di("The instance of search_for within text_to_search to replace with replace_with. By default, all occurrences of search_for are replaced; however, if occurrence_number is specified, only the indicated instance of search_for is replaced."))],compute:function(e,t,o,s){const i=bn(s,this.locale);if(i<0)return new nn(di("The occurrenceNumber (%s) must be positive or null.",i));const n=xn(e),r=xn(t);if(""===r)return n;const a=xn(o),l=new RegExp(gt(r),"g");if(0===i)return n.replace(l,a);let c=0;return n.replace(l,(e=>++c===i?a:e))},isExported:!0},gC={description:di("Combines text from multiple strings and/or arrays."),args:[Cd("delimiter (string)",di(" A string, possible empty, or a reference to a valid string. If empty, the text will be simply concatenated.")),Cd("ignore_empty (boolean)",di("A boolean; if TRUE, empty cells selected in the text arguments won't be included in the result."),[{value:!0,label:di("Ignore empty cells")},{value:!1,label:di("Include empty cells (default)")}]),Cd("text1 (string, range<string>)",di("Any text item. This could be a string, or an array of strings in a range.")),Cd("text2 (string, range<string>, repeating)",di("Additional text item(s)."))],compute:function(e,t={value:true},...o){const s=xn(e),i=Tn(t);let n=0;return Mn(o,((e,t)=>i&&""===xn(t)?e:(n++?e+s:"")+xn(t)),"")},isExported:!0},pC={description:di("Splits text into rows or columns using specified column and row delimiters."),args:[Cd("text (string)",di("The text to split.")),Cd("col_delimiter (string, range<string>)",di("Character or string to split columns by.")),Cd("row_delimiter (string, range<string>, optional)",di("Character or string to split rows by.")),Cd("ignore_empty (boolean, default=false)",di("Whether to ignore empty cells."),[{value:!1,label:di("Include empty cells (default)")},{value:!0,label:di("Ignore empty cells")}]),Cd("match_mode (number, default=0)",di("Searches the text for a delimiter match. By default, a case-sensitive match is done."),jS),Cd(`pad_with (string, default="${on.NotAvailable}")`,di("The value to use for padding empty cells."))],compute:function(e,t,o,s={value:false},i={value:0},n=new cn){const r=xn(e);if(r.length<=0)return new nn(di("No text to split."));if(void 0===t&&void 0===o)return new nn(di("At least one delimiter must be provided."));const a=Xn(t).flat().map((e=>gt(xn(e)))),l=Xn(o).flat().map((e=>gt(xn(e))));if(a.some((e=>""===e))||l.some((e=>""===e)))return new nn(di("The delimiters cannot be empty values."));const c=Tn(s),h=bn(i,this.locale);if(![0,1].includes(h))return new nn(di("match_mode should be a value of 0 or 1."));const d=[],u=1===h?"gi":"g",g=l.filter((e=>!a.includes(e)));let p=g.length?r.split(new RegExp(g.join("|"),u)):[r];c&&(p=p.filter((e=>""!==e)));const m=new RegExp(a.join("|"),u);for(const e of p){let t=a.length?e.split(m):[e];c&&(t=t.filter((e=>""!==e))),d.push(t.map((e=>({value:e}))))}const f=Math.max(...d.map((e=>e.length)));for(const e of d)for(;e.length<f;)e.push(n);return Un(d)},isExported:!0},mC={description:di("Removes space characters."),args:[Cd("text (string)",di("The text or reference to a cell containing text to be trimmed."))],compute:function(e){return oo(xn(e))},isExported:!0},fC={description:di("Converts a specified string to uppercase."),args:[Cd("text (string)",di("The string to convert to uppercase."))],compute:function(e){return xn(e).toUpperCase()},isExported:!0},vC={description:di("Converts a number to text according to a specified format."),args:[Cd("number (number)",di("The number, date or time to format.")),Cd("format (string)",di('The case-sensitive format of the result, enclosed in quotation marks. Examples: "0.00" rounded to 2 decimal places, "hh:mm:ss" for hour:minutes:seconds.'))],compute:function(e,t){return Er(bn(e,this.locale),{format:xn(t),locale:this.locale})},isExported:!0},bC={description:di("Converts a string to a numeric value."),args:[Cd("value (number)",di("the string to be converted"))],compute:function(e){return bn(e,this.locale)},isExported:!0},SC={description:di("Returns text that occurs after a given substring or delimiter."),args:[Cd("text (string)",di("The source text.")),Cd("delimiter (string)",di("The substring after which text will be returned.")),Cd("instance_num (number, default=1)",di("The desired instance of the delimiter after which we extract the text. A negative number searches from the end.")),Cd("match_mode (number, default=0)",di("Searches the text for a delimiter match. By default, a case-sensitive match is done."),jS),Cd("match_end (number, default=0))",di("Whether to treat the end of text as a delimiter."),YS),Cd(`if_not_found (string, default="${on.NotAvailable}")`,di("Value to return if the delimiter is not found."))],compute:function(e,t,o={value:1},s={value:0},i={value:0},n=new cn){const r=xn(e),a=bn(o,this.locale),l=bn(s,this.locale),c=bn(i,this.locale);if(0===a)return new nn(di("The instance_num (%s) must not be zero.",a));if(0!==l&&1!==l)return new nn(di("match_mode should have a value of 0 or 1."));if(0!==c&&1!==c)return new nn(di("match_end should have a value of 0 or 1."));const h=xn(t);if(""===h)return Math.sign(a)>0?{value:r}:{value:""};const d=1===l?"gi":"g",u=gt(h),g=new RegExp(u,d);let p=[...r.matchAll(g)].map((e=>e.index+u.length));if(a<0&&(p=p.reverse()),c&&Math.abs(a)===p.length+1)return Math.sign(a)>0?{value:""}:{value:r};const m=p[Math.abs(a)-1];return void 0===m?n:{value:r.substring(m)}},isExported:!0},CC={description:di("Returns text that occurs before a given substring or delimiter."),args:[Cd("text (string)",di("The source text.")),Cd("delimiter (string)",di("The substring after which text will be returned.")),Cd("instance_num (number, default=1)",di("The desired instance of the delimiter before which we extract the text. A negative number searches from the end.")),Cd("match_mode (number, default=0)",di("Searches the text for a delimiter match. By default, a case-sensitive match is done."),jS),Cd("match_end (number, default=0))",di("Whether to match a delimiter against the end of the text."),YS),Cd(`if_not_found (string, default="${on.NotAvailable}")`,di("Value to return if the delimiter is not found."))],compute:function(e,t,o={value:1},s={value:0},i={value:0},n=new cn){const r=xn(e),a=bn(o,this.locale),l=bn(s,this.locale),c=bn(i,this.locale);if(0===a)return new nn(di("The instance_num (%s) must not be zero.",a));if(0!==l&&1!==l)return new nn(di("match_mode should have a value of 0 or 1."));if(0!==c&&1!==c)return new nn(di("match_end should have a value of 0 or 1."));const h=xn(t);if(""===h)return Math.sign(a)>0?{value:""}:{value:r};const d=1===l?"gi":"g",u=gt(h),g=new RegExp(u,d);let p=[...r.matchAll(g)].map((e=>e.index+u.length));if(a<0&&(p=p.reverse()),c&&Math.abs(a)===p.length+1)return Math.sign(a)>0?{value:r}:{value:""};const m=p[Math.abs(a)-1];return void 0===m?n:{value:r.substring(0,m-h.length)}},isExported:!0};var yC=Object.freeze({__proto__:null,CHAR:XS,CLEAN:KS,CONCATENATE:JS,EXACT:QS,FIND:eC,JOIN:tC,LEFT:oC,LEN:sC,LOWER:iC,MID:nC,PROPER:rC,REGEXEXTRACT:aC,REPLACE:lC,RIGHT:cC,SEARCH:hC,SPLIT:dC,SUBSTITUTE:uC,TEXT:vC,TEXTAFTER:SC,TEXTBEFORE:CC,TEXTJOIN:gC,TEXTSPLIT:pC,TRIM:mC,UPPER:fC,VALUE:bC});const wC={description:di("Creates a hyperlink in a cell."),args:[Cd("url (string)",di("The full URL of the link enclosed in quotation marks.")),Cd("link_label (string, optional)",di("The text to display in the cell, enclosed in quotation marks."))],compute:function(e,t){const o=xn(e).trim(),s=xn(t)||o;return""===o?s:At(s,o)},isExported:!0};var IC=Object.freeze({__proto__:null,HYPERLINK:wC});const xC=[{name:di("Array"),functions:Yd},{name:di("Database"),functions:Gp},{name:di("Date"),functions:cf},{name:di("Filter"),functions:yf},{name:di("Financial"),functions:_v},{name:di("Info"),functions:pb},{name:di("Lookup"),functions:aS},{name:di("Logical"),functions:Rb},{name:di("Math"),functions:fg},{name:di("Misc"),functions:Kd},{name:di("Operator"),functions:TS},{name:di("Statistical"),functions:Dp},{name:di("Text"),functions:yC},{name:di("Engineering"),functions:df},{name:di("Web"),functions:IC},{name:di("Parser"),functions:qS}],EC=/^[A-Z0-9\_\.]+$/;const RC=new class extends n{mapping={};add(e,t){if((e=e.toUpperCase())in this.content)throw new Error(`${e} is already present in this registry!`);return this.replace(e,t)}replace(e,t){if(e=e.toUpperCase(),!EC.test(e))throw new Error(di("Invalid function name %s. Function names can exclusively contain alphanumerical values separated by dots (.) or underscore (_)",e));const o=function(e,t){let o=0,s=0,i=0,n=0;for(const e of t.args)o++,e.optional||e.repeating||e.default||s++,e.repeating&&i++,(e.optional||e.default)&&n++;const r=t;return r.minArgRequired=s,r.maxArgPossible=i?1/0:o,r.nbrArgRepeating=i,r.nbrArgOptional=n,r.hidden=t.hidden||!1,r.name=e,r}(e,t);return function(e){if(e.nbrArgRepeating&&e.nbrArgOptional>=e.nbrArgRepeating)throw new Error(`Function ${e.name} has more optional arguments than repeatable ones.`);let t=!1,o=!1;for(const s of e.args){if(s.type.some((e=>Id.includes(e)))&&s.type.some((e=>!Id.includes(e))))throw new Error(`Function ${e.name} has a mix of META and non-META types in the same argument: ${s.type}.`);if(s.repeating){if(!o&&t)throw new Error(`Function ${e.name} has non-consecutive repeating arguments. All repeating arguments must be declared consecutively.`);t=!0,o=!0}else o=!1}}(o),this.mapping[e]=function(e){function t(...t){const s=[],i=wd(e,t.length);for(let o=0;o<t.length;o++){const n=i(o)??-1,r=e.args[n];if(!E(t[o])&&r.acceptMatrixOnly)throw new rn(di("Function %s expects the parameter '%s' to be reference to a cell or range.",e.name,(o+1).toString()));s.push(!r.acceptMatrix)}return Hn(o.bind(this),t,s)}function o(...t){for(let o=0;o<t.length;o++){const s=t[o],i=wd(e,t.length);if(!e.args[i(o)||o].acceptErrors&&!E(s)&&mn(s?.value))return s}try{return s.apply(this,t)}catch(t){return TC(t,e.name)}}function s(...t){this.debug;const o=e.compute.apply(this,t);return E(o)?"object"==typeof o[0][0]&&null!==o[0][0]&&"value"in o[0][0]?(function(e,t){const o=e.length,s=e[0]?.length??0;for(let i=0;i<o;i++)for(let o=0;o<s;o++)t(e[i][o])}(o,(t=>AC(t,e.name))),o):Vn(o,(e=>({value:e}))):"object"==typeof o&&null!==o&&"value"in o?(AC(o,e.name),o):{value:o}}return t}(o),super.replace(e,o),this}};for(const e of xC){const t=e.functions;for(let o in t){const s=t[o];s.category=s.category||e.name,o=o.replace(/_/g,"."),RC.add(o,{isExported:!1,...s}),FC(o,s.args)}}function TC(e,t){return o=e,void 0!==o?.value&&"string"==typeof o.value&&mn(e.value)?(_C(e)&&AC(e,t),e):(console.error(e),new nn(DC+(_C(e)?" "+e.message:"")));var o}function AC(e,t){e.message?.includes("[[FUNCTION_NAME]]")&&(e.message=e.message.replace("[[FUNCTION_NAME]]",t))}const DC=di("An unexpected error occurred. Submit a support ticket at odoo.com/help.");function _C(e){return void 0!==e?.message&&"string"==typeof e.message}function FC(e,t){for(let o=0;o<t.length;o++){const s=t[o].proposalValues;if(void 0===s||0===s.length)continue;const i=t=>{const i=t.functionContext;if(!i||i.parent.toUpperCase()!==e.toUpperCase()||i.argPosition!==o)return;const n=[];let r="";for(const{value:e,label:t}of s){switch(typeof e){case"string":r=`"${e}"`;break;case"number":r=e.toString();break;case"boolean":r=e?"TRUE":"FALSE"}n.push({text:r,description:t,htmlContent:[{value:r,color:"string"==typeof e?ht.STRING:ht.NUMBER}],fuzzySearchKey:r,alwaysExpanded:!0})}return n};xd.add(`${e}_function_${t[o].name}_argument_proposals`,{sequence:50,autoSelectFirstProposal:!0,selectProposal:OC,getProposals:i})}}function OC(e,t){let o=e.end;const s=e.end;["LEFT_PAREN","ARG_SEPARATOR"].includes(e.type)||(o=e.start),this.composer.stopComposerRangeSelection(),this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t)}class PC{scope;code="";constructor(e=new NC){this.scope=e}append(...e){this.code+=e.map((e=>e.toString())).join("\n")+"\n"}return(e){return new MC(this.scope,this.code,e)}toString(){return kC(this.code)}}class MC{scope;returnExpression;code;constructor(e,t,o){this.scope=e,this.returnExpression=o,this.code=kC(t)}toString(){return this.code}assignResultToVariable(){if(this.scope.isAlreadyDeclared(this.returnExpression))return this;const e=this.scope.nextVariableName(),t=new PC(this.scope);return t.append(this.code),t.append(`const ${e} = ${this.returnExpression};`),t.return(e)}}class NC{nextId=1;declaredVariables=new Set;nextVariableName(){const e="_"+this.nextId++;return this.declaredVariables.add(e),e}isAlreadyDeclared(e){return this.declaredVariables.has(e)}}function kC(e){let t="",o=0;const s=e.split("\n").map((e=>e.trim())).filter((e=>""!==e));for(const e of s)e.startsWith("}")&&o--,t+="\t".repeat(o)+e+"\n",e.endsWith("{")&&o++;return t.trim()}const LC=RC.content,VC={"=":"EQ","+":"ADD","-":"MINUS","*":"MULTIPLY","/":"DIVIDE",">=":"GTE","<>":"NE",">":"GT","<=":"LTE","<":"LT","^":"POWER","&":"CONCATENATE"},UC={"-":"UMINUS","+":"UPLUS","%":"UNARY.PERCENT"},HC={};function zC(e){return BC(Nv(e))}function BC(e){try{return function(e){const{dependencies:t,literalValues:o,symbols:s}=function(e){const t={numbers:[],strings:[]},o=[],s=[];for(const i of e)switch(i.type){case"INVALID_REFERENCE":case"REFERENCE":o.push(i.value);break;case"STRING":const e=ut(i.value);t.strings.push({value:e});break;case"NUMBER":{const e=en(i.value,I);t.numbers.push({value:e});break}case"SYMBOL":s.push(ft(i.value,"'"))}return{dependencies:o,literalValues:t,symbols:s}}(e),i=function(e){let t="";for(const o of e)switch(o.type){case"STRING":t+="|S|";break;case"NUMBER":t+="|N|";break;case"REFERENCE":case"INVALID_REFERENCE":o.value.includes(":")?t+="|R|":t+="|C|";break;case"SPACE":break;default:t+=o.value}return t}(e);if(!HC[i]){const r=qv([...e]),a=new NC;let l=0,c=0,h=0;if("BIN_OPERATION"===r.type&&":"===r.value)throw new rn(di("Invalid formula"));if("EMPTY"===r.type)throw new rn(di("Invalid formula"));const d=m(r),u=new PC;u.append(`// ${i}`),u.append(d),u.append(`return ${d.returnExpression};`);const g=new Function("deps","ref","range","getSymbolValue","ctx",u.toString());function p(e){const{args:t}=e,o=e.value.toUpperCase(),s=LC[o];if(!s)throw new hn(di('Unknown function: "%s"',e.value));!function(e){const t=e.args.length,o=e.value.toUpperCase(),s=LC[o],{nbrArgRepeating:i,minArgRequired:n}=s;if(t<n)throw new rn(di("Invalid number of arguments for the %(functionName)s function. Expected %(minArgRequired)s minimum, but got %(nbrArgSupplied)s instead.",{functionName:o,minArgRequired:n,nbrArgSupplied:t}));if(t>s.maxArgPossible)throw new rn(di("Invalid number of arguments for the %(functionName)s function. Expected %(maxArgPossible)s maximum, but got %(nbrArgSupplied)s instead.",{functionName:o,maxArgPossible:s.maxArgPossible,nbrArgSupplied:t}));if(i>1){const e=t-n-i*Math.floor((t-n)/i)-s.nbrArgOptional;if(e>0)throw new rn(di("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:o,nbrArgRepeating:i,nbrArgOptional:s.nbrArgOptional,nbrValueRemaining:e}))}}(e);const i=[],n=wd(s,t.length);for(let e=0;e<t.length;e++){const o=s.args[n(e)??-1],r=t[e],a=o.type||[],l=a.includes("META")||a.includes("RANGE<META>"),c=a.some((e=>$C(e)));i.push(m(r,l,c))}return i}function m(e,t=!1,o=!1){const i=new PC(a);if("REFERENCE"!==e.type&&("BIN_OPERATION"!==e.type||":"!==e.value)&&t)throw new rn(di("Argument must be a reference to a cell or range."));switch(e.debug&&(i.append("debugger;"),i.append('ctx["debug"] = true;')),e.type){case"BOOLEAN":return i.return(`{ value: ${e.value} }`);case"NUMBER":return i.return(`this.literalValues.numbers[${c++}]`);case"STRING":return i.return(`this.literalValues.strings[${l++}]`);case"REFERENCE":return i.return(`${e.value.includes(":")||o?"range":"ref"}(deps[${h++}], ${t?"true":"false"})`);case"FUNCALL":const n=p(e).map((e=>e.assignResultToVariable()));i.append(...n);const r=e.value.toUpperCase();return i.return(`ctx['${r}'](${n.map((e=>e.returnExpression))})`);case"UNARY_OPERATION":{const t=UC[e.value],o=m(e.operand,!1,!1).assignResultToVariable();return i.append(o),i.return(`ctx['${t}'](${o.returnExpression})`)}case"BIN_OPERATION":{const t=VC[e.value],o=m(e.left,!1,!1).assignResultToVariable(),s=m(e.right,!1,!1).assignResultToVariable();return i.append(o),i.append(s),i.return(`ctx['${t}'](${o.returnExpression}, ${s.returnExpression})`)}case"SYMBOL":const a=s.indexOf(e.value);return i.return(`getSymbolValue(this.symbols[${a}])`);case"EMPTY":return i.return("undefined")}}HC[i]=g}const n={execute:HC[i],dependencies:t,literalValues:o,symbols:s,tokens:e,isBadExpression:!1,normalizedFormula:i};return n}(e)}catch(t){return{tokens:e,dependencies:[],execute:function(){return t},isBadExpression:!0,normalizedFormula:e.map((e=>e.value)).join("")}}}function $C(e){return e.startsWith("RANGE")}const GC=RC.content;function WC(e){try{return 0===jv(qv(e)).filter((e=>"FUNCALL"===e.type&&!GC[e.value.toUpperCase()]?.isExported)).length}catch(e){return!1}}function qC(e,t){if(!e.some((e=>"SYMBOL"===e.type&&t.includes(e.value.toUpperCase()))))return[];let o;try{o=qv(e)}catch{return[]}return function(e,t){return jv(e).filter((e=>"FUNCALL"===e.type&&t.includes(e.value.toUpperCase()))).map((e=>({functionName:e.value.toUpperCase(),args:e.args})))}(o,t)}function ZC(e,t,o){if(!t.startsWith("="))return t;const s=Nv(t);for(let t=1;t<s.length;t++){if("REFERENCE"!==s[t].type)continue;const i=s[t].value,n=jC(e,i,o);i!==n&&(s[t]={value:n,type:"REFERENCE"})}return Lt(s.map((e=>e.value)))}function jC(e,t,o){const s=Ra(t).sheetName;if(s?!Pa(s,o.sheetName.old):e!==o.sheetId)return t;const i=function(e,t){if(!ya.test(e))return ka(e);return Na({xc:e,sheetId:t},YC)}(t,s?o.sheetId:e);if(i.invalidXc)return t;const n=o.applyChange(i);return"NONE"===n.changeType||"REMOVE"===n.changeType?t:Ua(n.range,e,function(e){return t=>t===e.sheetId?e.sheetName.current:""}(o))}function YC(e){return{numberOfRows:Number.MAX_SAFE_INTEGER,numberOfCols:Number.MAX_SAFE_INTEGER}}const XC="x1",KC="xMovingAverage",JC={exponential:"exp",logarithmic:"log",polynomial:"poly",trailingMovingAverage:"movingAvg"};function QC(e,t,o,s){let i=!1;const n=[];for(const s in o){let r=o[s];if(r.labelCell){const e=oy(r.labelCell,t);r.labelCell!==e&&(i=!0,r={...r,labelCell:e})}const a=oy(r.dataRange,t);void 0===a||e.getRangeString(a,a.sheetId)===on.InvalidReference?(i=!0,r=void 0):a!==r.dataRange&&(i=!0,r={...r,dataRange:a}),n[s]=r}let r=s;const a=oy(r,t);a!==r&&(i=!0,r=a);return{isStale:i,dataSets:n.filter(Mt),labelRange:r}}function ey(e,t,o){return o.map((o=>({dataRange:Ha(e,t,o.dataRange),labelCell:o.labelCell?Ha(e,t,o.labelCell):void 0})))}function ty(e,t,o){return o?Ha(e,t,o):void 0}function oy(e,t){if(!e)return;const o=t(e);switch(o.changeType){case"NONE":return e;case"REMOVE":return;default:return o.range}}function sy(e,t,o,s){const i=[];for(const n of t){const t=e.getRangeFromSheetXC(o,n.dataRange),{unboundedZone:r,sheetId:a,invalidSheetName:l,invalidXc:c}=t;if(!l&&!c)if(r.left!==r.right&&r.top!==r.bottom){if(void 0===r.right)continue;for(let t=r.left;t<=r.right;t++){const o={...r,left:t,right:t};i.push({...iy(e,a,o,s?{top:o.top,bottom:o.top,left:o.left,right:o.left}:void 0),backgroundColor:n.backgroundColor,rightYAxis:"y1"===n.yAxisId,customLabel:n.label,trend:n.trend})}}else i.push({...iy(e,a,r,s?{top:r.top,bottom:r.top,left:r.left,right:r.left}:void 0),backgroundColor:n.backgroundColor,rightYAxis:"y1"===n.yAxisId,customLabel:n.label,trend:n.trend})}return i}function iy(e,t,o,s){if(o.left!==o.right&&o.top!==o.bottom)throw new Error(`Zone should be a single column or row: ${Bo(o)}`);if(s){const i=Bo(o),n=Bo(s);return{labelCell:e.getRangeFromSheetXC(t,n),dataRange:e.getRangeFromSheetXC(t,i)}}return{labelCell:void 0,dataRange:e.getRangeFromSheetXC(t,Bo(o))}}function ny(e,t){const o=t.labelCell?.zone;let s=t.dataRange.zone;if(o){const{numberOfRows:e,numberOfCols:t}=es(s);1===e?s={...s,left:s.left+1}:1===t&&(s={...s,top:s.top+1})}const i=Ma({...t.dataRange,zone:s},e.getSheetSize);let n,r={};return t.customLabel?r={text:t.customLabel}:t.labelCell&&(r={reference:e.getRangeString(t.labelCell,"forceSheetReference",{useBoundedReference:!0})}),t.trend?.type&&(n={type:"polynomial"===t.trend.type&&1===t.trend.order?"linear":JC[t.trend.type],color:t.trend.color,order:t.trend.order?Math.min(t.trend.order,6):void 0,window:t.trend.window||Ye}),{label:r,range:e.getRangeString(i,"forceSheetReference",{useBoundedReference:!0}),backgroundColor:t.backgroundColor,rightYAxis:t.rightYAxis,trend:n}}function ry(e,t,o){if(!t)return;const s={...t.zone};o&&t.zone.bottom>t.zone.top&&(s.top=s.top+1);const i=Ma({...t,zone:s},e.getSheetSize);return e.getRangeString(i,"forceSheetReference",{useBoundedReference:!0})}function ay(e,t,o){let s;if(t.labelRange){const i=jC(e,t.labelRange,o);i!==on.InvalidReference&&(s=i)}const i=[];for(const s of t.dataSets){const t={...s},n=jC(e,s.dataRange,o);n!==on.InvalidReference&&(t.dataRange=n,i.push(t))}return{...t,dataSets:i,labelRange:s}}function ly(e){return e&&Ps(e)<.3?"#FFFFFF":"#000000"}function cy(e){return e&&Ps(e)<.3?"#C8C8C8":"#666666"}function hy(e){if(e.dataSets){const t=void 0!==e.dataSets.find((e=>!ya.test(e.dataRange)));if(t)return"InvalidDataSet";if(e.dataSets.map((e=>Lo(e.dataRange))).some((e=>e.top!==e.bottom&&hs(e))))return"InvalidDataSet"}return"Success"}function dy(e){if(e.labelRange){if(!ya.test(e.labelRange||""))return"InvalidLabelRange"}return"Success"}function uy(e,t,o){if(!o)return!1;if(!e)return!1;if(!t)return!0;const s=us(t.dataRange.zone);return!(us(e.zone)<s)}function gy(e){let t=!1,o=!1;if("horizontal"in e&&e.horizontal)return{useLeftAxis:!0,useRightAxis:!1};for(const s of e.dataSets||[])"y1"===s.yAxisId?o=!0:t=!0;return t||=!o,{useLeftAxis:t,useRightAxis:o}}function py(e,t,o=!1){return(s,i)=>{const n=e?.[i];return my({format:n,locale:t},o)(s)}}function my(e,t=!1){return o=>{if(o=Number(o),isNaN(o))return o;const{locale:s,format:i}=e;return by(t?Gr({value:o,format:i},s):Er(o,{locale:s,format:!i&&Math.abs(o)>=1e3?"#,##":i}))}}const fy=[{value:"left",label:di("Left")},{value:"right",label:di("Right")}];function vy(e,t){const o=[],s=no(t.map((e=>e.data.length)));for(let t=0;t<=s;t++)o.push(e.next());return o}function by(e,t=Be){return e?e.length>t?e.substring(0,t)+"…":e:""}function Sy(e){return e===XC||e===KC}const Cy={id:"chartShowValuesPlugin",afterDatasetsDraw(e,t,o){if(!o.showValues)return;const s=e._metasets?.[0]?.data;if(!s)return;const i=e.ctx;switch(i.save(),i.textAlign="center",i.textBaseline="middle",i.miterLimit=1,e.config.type){case"pie":case"doughnut":!function(e,t,o){for(const s of e._metasets)for(let e=0;e<s._parsed.length;e++){const i=Number(s._parsed[e]);if(isNaN(i)||0===i)continue;const n=s.data[e],{startAngle:r,endAngle:a,innerRadius:l,outerRadius:c}=n,h=(r+a)/2,d=(l+c)/2,u=n.x+d*Math.cos(h),g=n.y+d*Math.sin(h),p=t.callback(i,s,e),m=12,f=sl(o,p,{fontSize:m},"px"),v=c-l;if(f>=v||v<m)continue;const b=a-r,S=2*d*Math.tan(b/2);b<Math.PI/2&&(f>=S||S<m)||(o.fillStyle=ly(t.background),o.strokeStyle=t.background||"#ffffff",yy(p,u,g,o))}}(e,o,i);break;case"bar":case"line":case"radar":o.horizontal?wy(e,o,i):function(e,t,o){const s=e.chartArea.bottom,i=e.chartArea.top,n={};for(const r of e._metasets){if(Sy(r.xAxisID)||r.hidden)continue;const a=e.scales[r.yAxisID];for(let l=0;l<r._parsed.length;l++){const c=r._parsed[l],h=Number("radar"===e.config.type?c.r:c.y);if(isNaN(h))continue;const d=r.data[l],u=d.x;let g=0;if("line"===e.config.type||"radar"===e.config.type)g=h<0?d.y+10:d.y-10;else{const e=a.getPixelForValue(0),t=12;g=Math.abs(e-d.y)<t?h<0?e+t/2:e-t/2:h<0?d.y-d.height/2:d.y+d.height/2}g=Math.min(g,s),g=Math.max(g,i),n[u]||(n[u]=[]);for(const e of n[u]||[])Math.abs(e-g)<13&&(g=h<0?e+13:e-13);n[u].push(g),o.fillStyle=d.options.backgroundColor,o.strokeStyle=t.background||"#ffffff";yy(t.callback(Number(h),r,l),u,g,o)}}}(e,o,i);break;case"funnel":wy(e,o,i)}i.restore()}};function yy(e,t,o,s){s.lineWidth=3,s.strokeText(e,t,o),s.lineWidth=1,s.fillText(e,t,o)}function wy(e,t,o){const s=e.chartArea.right,i=e.chartArea.left,n={};for(const r of e._metasets){if(Sy(r.xAxisID))return;const a=e.scales[r.xAxisID].getPixelForValue(0);for(let e=0;e<r._parsed.length;e++){const l=Number(r._parsed[e].x);if(isNaN(l))continue;const c=t.callback(l,r,e),h=r.data[e],d=h.y,u=sl(o,c,{fontSize:12},"px"),g=3;let p;Math.abs(h.x-a)<u?p=l<0?a-u/2-g:a+u/2+g:(p=l<0?h.x+h.width/2:h.x-h.width/2,p=Math.min(p,s),p=Math.max(p,i)),n[d]||(n[d]=[]);for(const e of n[d])Math.abs(e-p)<u&&(p=l<0?e-u-g:e+u+g);n[d].push(p),o.fillStyle=h.options.backgroundColor,o.strokeStyle=t.background||"#ffffff",yy(c,p,d,o)}}}const Iy={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}},xy="nullValue";function Ey(e,t){const{dataSetsValues:o}=t,s=[],i=$y(e,o.length),n=[];for(const r in o){let{label:a,data:l,hidden:c}=o[r];a=e.dataSets?.[r].label||a;const h=i.next(),d={label:a,data:l,hidden:c,borderColor:e.background||k,borderWidth:e.stacked?1:0,backgroundColor:h,yAxisID:e.horizontal?"y":e.dataSets?.[r].yAxisId||"y",xAxisID:"x"};s.push(d);const u=e.dataSets?.[r].trend,g=t.trendDataSetsValues?.[r];u?.display&&!e.horizontal&&g&&n.push(zy(d,u,g))}return s.push(...n),s}function Ry(e,t){const{dataSetsValues:o,labels:s}=t,i=e.negativeValuesColor||Y,n=e.positiveValuesColor||j,r=e.subTotalValuesColor||X,a=[],l=[],c={label:"",data:l,backgroundColor:a},h=[];let d=0;for(const t of o)if(!t.hidden){for(let c=0;c<t.data.length;c++){const u=t.data[c];if(h.push(s[c]),isNaN(Number(u))){l.push([d,d]),a.push("");continue}l.push([d,u+d]);let g=u>=0?n:i;0===c&&t===o[0]&&e.firstValueAsSubtotal&&(g=r),a.push(g),d+=u}e.showSubTotals&&(h.push(di("Subtotal")),l.push([0,d]),a.push(r))}return{datasets:[c],labels:h}}function Ty(e,t){const{dataSetsValues:o,axisType:s,labels:i}=t,n=[],r=!!e.fillArea,a=!!e.stacked,l=[],c=$y(e,o.length);for(let h=0;h<o.length;h++){let{label:d,data:u,hidden:g}=o[h];d=e.dataSets?.[h].label||d;const p=c.next();s&&["linear","time"].includes(s)&&(u=u.map(((e,t)=>({x:i[t]||void 0,y:e}))));const m={label:d,data:u,hidden:g,tension:0,borderColor:p,backgroundColor:r?zs(p,Ze):p,pointBackgroundColor:p,fill:!!r&&By(h,a),pointRadius:e.hideDataMarkers?0:je,yAxisID:e.dataSets?.[h].yAxisId||"y"};n.push(m);const f=e.dataSets?.[h].trend,v=t.trendDataSetsValues?.[h];f?.display&&v&&l.push(zy(m,f,v))}return n.push(...l),n}function Ay(e,t){const o=Ty(e,t);for(const e of o)Sy(e.xAxisID)||(e.showLine=!1);return o}function Dy(e,t){const{dataSetsValues:o}=t,s=[],i=Math.max(0,...o.map((e=>e?.data?.length??0))),n=vy(new ei(i),o);for(const{label:t,data:i,hidden:r}of o){if(r)continue;const o={label:t,data:i,borderColor:e.background||"#FFFFFF",backgroundColor:n,hoverOffset:10};s.push(o)}return s}function _y(e,t){const{dataSetsValues:o}=t,s=[],i=$y(e,o.length),n=[];for(let r=0;r<o.length;r++){let{label:a,data:l,hidden:c}=o[r];a=e.dataSets?.[r].label||a;const h=e.dataSets?.[r],d=i.next(),u=h?.type??"line",g={label:a,data:l,hidden:c,borderColor:d,backgroundColor:d,yAxisID:e.dataSets?.[r].yAxisId||"y",xAxisID:"x",type:u,order:"bar"===u?o.length+r:r,pointRadius:e.hideDataMarkers?0:je};s.push(g);const p=e.dataSets?.[r].trend,m=t.trendDataSetsValues?.[r];p?.display&&m&&n.push(zy(g,p,m))}return s.push(...n),s}function Fy(e,t){const{dataSetsValues:o}=t,s=[],i=e.fillArea??!1,n=$y(e,o.length);for(let t=0;t<o.length;t++){let{label:r,data:a,hidden:l}=o[t];e.dataSets?.[t]?.label&&(r=e.dataSets[t].label);const c=n.next(),h={label:r,data:a,hidden:l,borderColor:c,backgroundColor:c,pointRadius:e.hideDataMarkers?0:je};i&&(h.backgroundColor=zs(c,Ze),h.fill="start"),s.push(h)}return s}function Oy(e,t){const{availableRegions:o,dataSetsValues:s,labels:i}=t,n=e.region||o[0]?.id,r=n?t.getGeoJsonFeatures(n):void 0,a={outline:r,showOutline:!!r,data:[]};if(r&&n){const e={};if(s[0])for(let o=0;o<s[0].data.length;o++){if(!i[o]||void 0===s[0].data[o])continue;const r=t.geoFeatureNameToId(n,i[o]);r&&(e[r]={value:s[0].data[o],label:i[o]})}for(const t of r)t.id&&a.data.push({feature:{...t,properties:{name:e[t.id]?.label}},value:e[t.id]?.value})}return[a]}function Py(e,t){const o=t.dataSetsValues[0],s=t.labels;if(!o)return[];let{label:i,data:n}=o;i=e.dataSets?.[0].label||i;return[{label:i,data:n.map((e=>e<=0?[0,0]:[-e,e])),backgroundColor:My(s,e.funnelColors),yAxisID:"y",xAxisID:"x",barPercentage:1,categoryPercentage:1,borderColor:e.background||k,borderWidth:3}]}function My(e,t){const o=new ei(e.length,t);return e.map((()=>o.next()))}function Ny(e,t){const{dataSetsValues:o,labels:s}=t,i=Vy(ky(o,s)),n=i[0]||[],r=new ei(n.length,e.groupColors||[]),a=n.map((e=>({label:e.label,color:r.next()}))),l=[];for(let t=i.length-1;t>=0;t--){const o={groupColors:a,parsing:{key:"value"},data:i[t],borderColor:t=>{const o="data"===t.type?t.raw:void 0;return o&&o.label!==xy?e.background||k:Z},backgroundColor:e=>{const t="data"===e.type?e.raw:void 0;if(!t||t.label===xy)return Z;const o=t.groups[0];return a.find((e=>e.label===o))?.color},hoverOffset:10};l.push(o)}return l}function ky(e,t){const o=function(e,t){const o=[],s=Math.max(...e.map((e=>e.data.length)));for(let i=0;i<s;i++){o[i]={};for(let t=0;t<e.length;t++){const s=null===e[t].data[i]?xy:String(e[t].data[i]);o[i][t]=s}o[i].value=Number(t[i])}return o}(e,t);return Ly(o,0,e.length,[])}function Ly(e,t,o,s){if(t>=o)return[];const i=Object.groupBy(e,(e=>e[t]));return Object.keys(i).map((e=>{const n=i[e]?.reduce(((e,t)=>e+Number(t.value)),0)||0,r=[...s,e];return{label:e,value:n,children:Ly(i[e]||[],t+1,o,[...s,e]),groups:r,depth:t}})).sort(((e,t)=>t.value-e.value))}function Vy(e){const t=[],o=[...e];for(;o.length>0;){const e=o.shift();e&&(t[e.depth]||(t[e.depth]=[]),t[e.depth].push(e),e.children&&o.push(...e.children))}return t}function Uy(e,t){const{dataSetsValues:o,labels:s,locale:i,axisFormats:n}=t,r={locale:i,format:n?.y};if(0===o.length)return[];const a=ky(o,s).sort(((e,t)=>t.value-e.value)),l=function(e,t){const o="categoryColor"===e.coloringOptions?.type?e.coloringOptions.colors:[],s=new ei(t.length,o);return t.map((e=>({label:e.label,color:s.next()})))}(e,a),c=[],h=Math.max(...o.map((e=>e.data.length)));for(let e=0;e<h;e++){c[e]={};for(let t=0;t<o.length;t++)c[e][t]=o[t].data[e]?String(o[t].data[e]):void 0;c[e].value=Number(s[e])}const d=e.showLabels??Iy.showLabels,u=e.showValues??Iy.showValues,g=e.coloringOptions||Iy.coloringOptions;let p;"colorScale"===g?.type&&(p=function(e,t){const o=Vy(e),s=o[o.length-1],i=Math.min(...s.map((e=>e.value))),n=Math.max(...s.map((e=>e.value)));if(Number.isFinite(i)&&Number.isFinite(n)){const e=[{value:i,color:t.minColor}];if(t.midColor){const o=(i+n)/2;e.push({value:o,color:t.midColor})}return e.push({value:n,color:t.maxColor}),si(e)}return}(a,g));const m=[{data:[],tree:c,labels:{display:d||u,overflow:"hidden",...Hy(e.valuesDesign,Iy.valuesDesign),formatter:e=>[d?e.raw.g:void 0,u?Er(e.raw.v,r):void 0].filter(Mt)},captions:{display:e.showHeaders??Iy.showHeaders,padding:6,...Hy(e.headerDesign,Iy.headerDesign)},key:"value",groups:Ct(0,o.length).map((e=>String(e))),borderWidth:0,spacing:1,displayMode:"headerBoxes",groupColors:l,backgroundColor:t=>{if("data"!==t.type)return"transparent";if(!t.raw.isLeaf)return e.headerDesign?.fillColor||Iy.headerDesign?.fillColor;if("colorScale"===g.type)return p?.(t.raw.v)||"#FF0000";if("categoryColor"===g.type)return function(e,t,o,s){const i=e.raw._data.children[0][0],n=s.find((e=>e.label===i))?.color;if(!n||!o.useValueBasedGradient)return n||"#FF0000";const r=t.find((e=>e.label===i));if(!r||!r.children.length)return n;const a=Vy(r.children),l=a[a.length-1],c=Math.max(...l.map((e=>e.value))),h=Math.min(...l.map((e=>e.value)));if(h===c||!isFinite(h)||!isFinite(c))return n;const d=Number(e.raw.v)||0,u=(d-c)/(h-c)*.5;return Bs(n,u)}(t,a,g,l);throw new Error("Unsupported coloring option type}")}}];return m}function Hy(e,t){const o=e=>Ps(e.element.options.backgroundColor)>.7?"#666666":"#FFFFFF";return{align:e?.align??t?.align,position:e?.verticalAlign??t?.verticalAlign,color:e?.color||o,hoverColor:e?.color||o,font:{weight:e?.bold??t?.bold?"bold":"normal",style:e?.italic??t?.italic?"italic":"normal",size:e?.fontSize??t?.fontSize}}}function zy(e,t,o){const s=Ns(e.backgroundColor);s.a=1;const i=t.color||Bs(Ms(s),.5);return{type:"line",xAxisID:"trailingMovingAverage"===t.type?KC:XC,yAxisID:e.yAxisID,label:e.label?di("Trend line for %s",e.label):"",data:o,order:-1,showLine:!0,pointRadius:0,backgroundColor:i,borderColor:i,borderDash:[5,5],borderWidth:void 0,fill:!1,pointBackgroundColor:i}}function By(e,t){return t?0===e?"origin":"-1":"origin"}function $y(e,t){return new ei(t,e.dataSets?.map((e=>e.backgroundColor))||[])}const Gy={id:"sunburstHoverPlugin",afterEvent(e,t,o){if(!o.enabled)return;const s=e.getActiveElements();let i=s.map((e=>({datasetIndex:e.datasetIndex,index:e.index})));for(const t of s){const o=e.data.datasets[t.datasetIndex].data[t.index];for(let t=0;t<e.data.datasets.length;t++){const s=e.data.datasets[t];for(let e=0;e<s.data.length;e++){const n=s.data[e];Wy(o.groups,n.groups)&&i.push({datasetIndex:t,index:e})}}}i=i.filter((t=>{const{datasetIndex:o,index:s}=t;return e.data.datasets[o].data[s].label!==xy})),e.setActiveElements(i);for(const t of e.getSortedVisibleDatasetMetas())for(const e of t.data){const t=e.$context,{datasetIndex:o,index:s,dataset:n,raw:r}=t;if(r.label===xy)continue;const a="function"==typeof n.backgroundColor?n.backgroundColor(t):n.backgroundColor;i.length&&!i.some((e=>e.datasetIndex===o&&e.index===s))?e.options.backgroundColor=Bs(a,.5):e.options.backgroundColor=a}}};function Wy(e,t){return t.length>e.length&&e.every(((e,o)=>e===t[o]))}const qy={id:"sunburstLabelsPlugin",afterDatasetsDraw(e,t,o){if(!o.showValues&&!o.showLabels||"doughnut"!==e.config.type)return;!function(e,t,o){const s=t.style,i=s.fontSize||13,n=i+3;for(const r of e._metasets)for(let a=0;a<r._dataset.data.length;a++){const l=r._dataset.data[a];if(l.label===xy)continue;const c=[t.showLabels?l.label:void 0,t.showValues?t.callback(l.value,"y"):void 0].filter(Mt),h=r.data[a];let{startAngle:d,endAngle:u,innerRadius:g,outerRadius:p,circumference:m}=h;const f=h.options.offset/4,v=f*(1-Math.sin(Math.min(Math.PI,m||0)));g+=v,p+=v;const b=(d+u)/2,S=(g+p)/2,C=.9*(p-g),y=u-d;if((y>=Math.PI?p:Math.sin(y/2)*g*2)<c.length*n)continue;o.save();const w={x:Math.cos(b)*f,y:Math.sin(b)*f},I=e.chartArea.left+e.chartArea.width/2+w.x,x=e.chartArea.top+e.chartArea.height/2+w.y;let E;o.translate(I,x),b>Math.PI/2?(o.rotate(b-Math.PI),E=-S):(E=S,o.rotate(b));const R=Ps(h.options.backgroundColor)>.7?"#666666":"#FFFFFF";o.fillStyle=s.textColor||R,o.textAlign="center",o.textBaseline="middle",o.font=tl(i,s.bold,s.italic);const T=-(c.length-1)*n/2;for(let e=0;e<c.length;e++){const t=fl(o,C,c[e],s,"px");o.fillText(t,E,T+e*n)}o.restore()}}(e,o,e.ctx)}};const Zy={id:"waterfallLinesPlugin",beforeDraw(e,t,o){if(!o.showConnectorLines)return;const s=e._metasets?.[0]?.data;if(!s)return;const i=e.ctx;i.save(),i.setLineDash([3,2]);for(let e=0;e<s.length;e++){const t=s[e];if(0===t.height)continue;const o=Yy(s,e);if(!o)break;const n=jy(t),r=jy(o),a=t.$context.raw,l=a[1]-a[0],c=Math.round(l<0?n.bottom-1:n.top),h=Math.round(n.right),d=Math.round(r.left);i.strokeStyle="#999",i.beginPath(),i.moveTo(h+1,c+.5),i.lineTo(d,c+.5),i.stroke()}i.restore()}};function jy(e){const 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 Yy(e,t){return e.find(((e,o)=>o>t&&0!==e.height))}Hh`
1
+ !function(e,t){"use strict";function o(e){return e.map(i).sort(((e,t)=>e.sequence-t.sequence))}let s=1;function i(e){const t=e.name,o=e.children,n=e.description,r=e.icon,a=e.secondaryIcon,l=e.id||s++,c=e.isEnabled?e.isEnabled:()=>!0;return{id:l.toString(),name:"function"==typeof t?t:()=>t,isVisible:e.isVisible?e.isVisible:()=>!0,isEnabled:c,isActive:e.isActive,execute:e.execute?(t,o)=>{if(c(t))return e.execute(t,o)}:void 0,children:o?e=>o.map((t=>"function"==typeof t?t(e):t)).flat().map(i):()=>[],isReadonlyAllowed:e.isReadonlyAllowed||!1,separator:e.separator||!1,icon:"function"==typeof r?r:()=>r||"",iconColor:e.iconColor,secondaryIcon:"function"==typeof a?a:()=>a||"",description:"function"==typeof n?n:()=>n||"",textColor:e.textColor,sequence:e.sequence||0,onStartHover:e.onStartHover,onStopHover:e.onStopHover}}class n{content={};add(e,t){if(e in this.content)throw new Error(`${e} is already present in this registry!`);return this.replace(e,t)}replace(e,t){return this.content[e]=t,this}get(e){const t=this.content[e];if(!t&&!(e in this.content))throw new Error(`Cannot find ${e} in this registry!`);return t}contains(e){return e in this.content}getAll(){return Object.values(this.content)}getKeys(){return Object.keys(this.content)}remove(e){delete this.content[e]}}var r,a;!function(e){e.boolean="boolean",e.number="number",e.text="text",e.empty="empty",e.error="error"}(r||(r={})),function(e){e.PlainText="text/plain",e.Html="text/html",e.Image="image"}(a||(a={}));const l=new Set(["RENAME_SHEET","DELETE_SHEET","CREATE_SHEET","DUPLICATE_SHEET","ADD_COLUMNS_ROWS","REMOVE_COLUMNS_ROWS","UNDO","REDO","ADD_MERGE","REMOVE_MERGE","DUPLICATE_SHEET","UPDATE_LOCALE","ADD_PIVOT","UPDATE_PIVOT","INSERT_PIVOT","RENAME_PIVOT","REMOVE_PIVOT","DUPLICATE_PIVOT"]),c=new Set(["EVALUATE_CELLS","EVALUATE_CHARTS","UPDATE_CELL","UNHIDE_COLUMNS_ROWS","HIDE_COLUMNS_ROWS","GROUP_HEADERS","UNGROUP_HEADERS","FOLD_ALL_HEADER_GROUPS","FOLD_HEADER_GROUP","FOLD_HEADER_GROUPS_IN_ZONE","UNFOLD_ALL_HEADER_GROUPS","UNFOLD_HEADER_GROUP","UNFOLD_HEADER_GROUPS_IN_ZONE","UPDATE_TABLE","UPDATE_FILTER","UNDO","REDO"]),h=new Set(["MOVE_RANGES"]),d=new Set(["EVALUATE_CELLS","ADD_CONDITIONAL_FORMAT","REMOVE_CONDITIONAL_FORMAT","CHANGE_CONDITIONAL_FORMAT_PRIORITY"]),u=new Set(["AUTOFILL_CELL","SET_BORDER","SET_ZONE_BORDERS","SET_BORDERS_ON_TARGET"]),g=new Set(["UNHIDE_COLUMNS_ROWS","HIDE_COLUMNS_ROWS","GROUP_HEADERS","UNGROUP_HEADERS","FOLD_ALL_HEADER_GROUPS","FOLD_HEADER_GROUP","FOLD_HEADER_GROUPS_IN_ZONE","UNFOLD_ALL_HEADER_GROUPS","UNFOLD_HEADER_GROUP","UNFOLD_HEADER_GROUPS_IN_ZONE","UPDATE_TABLE","UPDATE_FILTER"]),p=new Set(["START","ACTIVATE_SHEET","COPY","RESIZE_SHEETVIEW","SET_VIEWPORT_OFFSET","EVALUATE_CELLS","EVALUATE_CHARTS","SET_FORMULA_VISIBILITY","UPDATE_FILTER","UPDATE_CHART","UPDATE_CAROUSEL_ACTIVE_ITEM","UPDATE_PIVOT"]),m=new Set(["UPDATE_CELL","UPDATE_CELL_POSITION","CLEAR_CELL","CLEAR_CELLS","DELETE_CONTENT","ADD_COLUMNS_ROWS","REMOVE_COLUMNS_ROWS","RESIZE_COLUMNS_ROWS","HIDE_COLUMNS_ROWS","UNHIDE_COLUMNS_ROWS","SET_GRID_LINES_VISIBILITY","UNFREEZE_COLUMNS","UNFREEZE_ROWS","FREEZE_COLUMNS","FREEZE_ROWS","UNFREEZE_COLUMNS_ROWS","ADD_MERGE","REMOVE_MERGE","CREATE_SHEET","DELETE_SHEET","DUPLICATE_SHEET","MOVE_SHEET","RENAME_SHEET","COLOR_SHEET","HIDE_SHEET","SHOW_SHEET","MOVE_RANGES","ADD_CONDITIONAL_FORMAT","REMOVE_CONDITIONAL_FORMAT","CHANGE_CONDITIONAL_FORMAT_PRIORITY","CREATE_FIGURE","DELETE_FIGURE","UPDATE_FIGURE","CREATE_CAROUSEL","UPDATE_CAROUSEL","SET_FORMATTING","CLEAR_FORMATTING","SET_BORDER","SET_ZONE_BORDERS","SET_BORDERS_ON_TARGET","CREATE_CHART","UPDATE_CHART","DELETE_CHART","CREATE_TABLE","REMOVE_TABLE","UPDATE_TABLE","CREATE_TABLE_STYLE","REMOVE_TABLE_STYLE","CREATE_IMAGE","GROUP_HEADERS","UNGROUP_HEADERS","UNFOLD_HEADER_GROUP","FOLD_HEADER_GROUP","FOLD_ALL_HEADER_GROUPS","UNFOLD_ALL_HEADER_GROUPS","UNFOLD_HEADER_GROUPS_IN_ZONE","FOLD_HEADER_GROUPS_IN_ZONE","ADD_DATA_VALIDATION_RULE","REMOVE_DATA_VALIDATION_RULE","UPDATE_LOCALE","ADD_PIVOT","UPDATE_PIVOT","INSERT_PIVOT","RENAME_PIVOT","REMOVE_PIVOT","DUPLICATE_PIVOT"]);function f(e){return m.has(e.type)}class v{reasons;constructor(e=[]){Array.isArray(e)||(e=[e]),e=[...new Set(e)],this.reasons=e.filter((e=>"Success"!==e))}static get Success(){return b}get isSuccessful(){return 0===this.reasons.length}isCancelledBecause(e){return this.reasons.includes(e)}}const b=new v;var S;e.CommandResult=void 0,(S=e.CommandResult||(e.CommandResult={})).Success="Success",S.CancelledForUnknownReason="CancelledForUnknownReason",S.WillRemoveExistingMerge="WillRemoveExistingMerge",S.CannotMoveTableHeader="CannotMoveTableHeader",S.MergeIsDestructive="MergeIsDestructive",S.CellIsMerged="CellIsMerged",S.InvalidTarget="InvalidTarget",S.EmptyUndoStack="EmptyUndoStack",S.EmptyRedoStack="EmptyRedoStack",S.NotEnoughElements="NotEnoughElements",S.NotEnoughSheets="NotEnoughSheets",S.MissingSheetName="MissingSheetName",S.UnchangedSheetName="UnchangedSheetName",S.DuplicatedSheetName="DuplicatedSheetName",S.DuplicatedSheetId="DuplicatedSheetId",S.ForbiddenCharactersInSheetName="ForbiddenCharactersInSheetName",S.WrongSheetMove="WrongSheetMove",S.WrongSheetPosition="WrongSheetPosition",S.InvalidAnchorZone="InvalidAnchorZone",S.SelectionOutOfBound="SelectionOutOfBound",S.TargetOutOfSheet="TargetOutOfSheet",S.WrongCutSelection="WrongCutSelection",S.WrongPasteSelection="WrongPasteSelection",S.WrongPasteOption="WrongPasteOption",S.WrongFigurePasteOption="WrongFigurePasteOption",S.EmptyClipboard="EmptyClipboard",S.EmptyRange="EmptyRange",S.InvalidRange="InvalidRange",S.InvalidZones="InvalidZones",S.InvalidSheetId="InvalidSheetId",S.InvalidCellId="InvalidCellId",S.InvalidFigureId="InvalidFigureId",S.InputAlreadyFocused="InputAlreadyFocused",S.MaximumRangesReached="MaximumRangesReached",S.MinimumRangesReached="MinimumRangesReached",S.InvalidChartDefinition="InvalidChartDefinition",S.InvalidDataSet="InvalidDataSet",S.InvalidLabelRange="InvalidLabelRange",S.InvalidScorecardKeyValue="InvalidScorecardKeyValue",S.InvalidScorecardBaseline="InvalidScorecardBaseline",S.InvalidGaugeDataRange="InvalidGaugeDataRange",S.EmptyGaugeRangeMin="EmptyGaugeRangeMin",S.GaugeRangeMinNaN="GaugeRangeMinNaN",S.EmptyGaugeRangeMax="EmptyGaugeRangeMax",S.GaugeRangeMaxNaN="GaugeRangeMaxNaN",S.GaugeLowerInflectionPointNaN="GaugeLowerInflectionPointNaN",S.GaugeUpperInflectionPointNaN="GaugeUpperInflectionPointNaN",S.InvalidAutofillSelection="InvalidAutofillSelection",S.MinBiggerThanMax="MinBiggerThanMax",S.LowerBiggerThanUpper="LowerBiggerThanUpper",S.MidBiggerThanMax="MidBiggerThanMax",S.MinBiggerThanMid="MinBiggerThanMid",S.FirstArgMissing="FirstArgMissing",S.SecondArgMissing="SecondArgMissing",S.MinNaN="MinNaN",S.MidNaN="MidNaN",S.MaxNaN="MaxNaN",S.ValueUpperInflectionNaN="ValueUpperInflectionNaN",S.ValueLowerInflectionNaN="ValueLowerInflectionNaN",S.MinInvalidFormula="MinInvalidFormula",S.MidInvalidFormula="MidInvalidFormula",S.MaxInvalidFormula="MaxInvalidFormula",S.ValueUpperInvalidFormula="ValueUpperInvalidFormula",S.ValueLowerInvalidFormula="ValueLowerInvalidFormula",S.InvalidSortAnchor="InvalidSortAnchor",S.InvalidSortZone="InvalidSortZone",S.SortZoneWithArrayFormulas="SortZoneWithArrayFormulas",S.WaitingSessionConfirmation="WaitingSessionConfirmation",S.MergeOverlap="MergeOverlap",S.TooManyHiddenElements="TooManyHiddenElements",S.Readonly="Readonly",S.InvalidViewportSize="InvalidViewportSize",S.InvalidScrollingDirection="InvalidScrollingDirection",S.ViewportScrollLimitsReached="ViewportScrollLimitsReached",S.FigureDoesNotExist="FigureDoesNotExist",S.InvalidConditionalFormatId="InvalidConditionalFormatId",S.InvalidCellPopover="InvalidCellPopover",S.EmptyTarget="EmptyTarget",S.InvalidFreezeQuantity="InvalidFreezeQuantity",S.FrozenPaneOverlap="FrozenPaneOverlap",S.ValuesNotChanged="ValuesNotChanged",S.InvalidFilterZone="InvalidFilterZone",S.TableNotFound="TableNotFound",S.TableOverlap="TableOverlap",S.InvalidTableConfig="InvalidTableConfig",S.InvalidTableStyle="InvalidTableStyle",S.FilterNotFound="FilterNotFound",S.MergeInTable="MergeInTable",S.NonContinuousTargets="NonContinuousTargets",S.DuplicatedFigureId="DuplicatedFigureId",S.InvalidSelectionStep="InvalidSelectionStep",S.DuplicatedChartId="DuplicatedChartId",S.ChartDoesNotExist="ChartDoesNotExist",S.InvalidHeaderIndex="InvalidHeaderIndex",S.InvalidQuantity="InvalidQuantity",S.MoreThanOneColumnSelected="MoreThanOneColumnSelected",S.EmptySplitSeparator="EmptySplitSeparator",S.SplitWillOverwriteContent="SplitWillOverwriteContent",S.NoSplitSeparatorInSelection="NoSplitSeparatorInSelection",S.NoActiveSheet="NoActiveSheet",S.InvalidLocale="InvalidLocale",S.MoreThanOneRangeSelected="MoreThanOneRangeSelected",S.NoColumnsProvided="NoColumnsProvided",S.ColumnsNotIncludedInZone="ColumnsNotIncludedInZone",S.DuplicatesColumnsSelected="DuplicatesColumnsSelected",S.InvalidHeaderGroupStartEnd="InvalidHeaderGroupStartEnd",S.HeaderGroupAlreadyExists="HeaderGroupAlreadyExists",S.UnknownHeaderGroup="UnknownHeaderGroup",S.UnknownDataValidationRule="UnknownDataValidationRule",S.UnknownDataValidationCriterionType="UnknownDataValidationCriterionType",S.InvalidDataValidationCriterionValue="InvalidDataValidationCriterionValue",S.InvalidNumberOfCriterionValues="InvalidNumberOfCriterionValues",S.InvalidCopyPasteSelection="InvalidCopyPasteSelection",S.NoChanges="NoChanges",S.InvalidInputId="InvalidInputId",S.SheetIsHidden="SheetIsHidden",S.InvalidTableResize="InvalidTableResize",S.PivotIdNotFound="PivotIdNotFound",S.PivotInError="PivotInError",S.EmptyName="EmptyName",S.ValueCellIsInvalidFormula="ValueCellIsInvalidFormula",S.InvalidDefinition="InvalidDefinition",S.InvalidColor="InvalidColor",S.InvalidPivotDataSet="InvalidPivotDataSet",S.InvalidPivotCustomField="InvalidPivotCustomField",S.MissingFigureArguments="MissingFigureArguments",S.InvalidCarouselItem="InvalidCarouselItem";const C=new Set(["containsText","notContainsText","isGreaterThan","isGreaterOrEqualTo","isLessThan","isLessOrEqualTo","isBetween","isNotBetween","beginsWithText","endsWithText","isNotEmpty","isEmpty","isNotEqual","isEqual","customFormula"]),y=new Set(["containsText","notContainsText","isEqualText","isEmail","isLink","dateIs","dateIsBefore","dateIsOnOrBefore","dateIsAfter","dateIsOnOrAfter","dateIsBetween","dateIsNotBetween","dateIsValid","isEqual","isNotEqual","isGreaterThan","isGreaterOrEqualTo","isLessThan","isLessOrEqualTo","isBetween","isNotBetween","isBoolean","isValueInList","isValueInRange","customFormula"]),w=[{name:"English (US)",code:"en_US",thousandsSeparator:",",decimalSeparator:".",weekStart:7,dateFormat:"m/d/yyyy",timeFormat:"hh:mm:ss a",formulaArgSeparator:","},{name:"French",code:"fr_FR",thousandsSeparator:" ",decimalSeparator:",",weekStart:1,dateFormat:"dd/mm/yyyy",timeFormat:"hh:mm:ss",formulaArgSeparator:";"}],I=w[0],x=["thin","medium","thick","dashed","dotted"];function E(e){return Array.isArray(e)&&Array.isArray(e[0])}var R;!function(e){e.UP="up",e.DOWN="down",e.LEFT="left",e.RIGHT="right"}(R||(R={}));const T=.5,A="#017E84",D="#f5f5f5",_="#F8F9FA",F="#E8EAED",O="#595959",P="#666666",M="#c9ccd2",N="#3266ca",k="#FFFFFF",L="#CACACA",V=11982760,U=A,H="#188038",z="#E0E2E4",B="#4A4F59",$="#999",G="#E2E3E3",W="#BCBCBC",q="#9B359B",Z="#00000000",j="#4EA7F2",Y="#EA6175",X="#AAAAAA",K="#111827",J="#D8DADD",Q="#E7E9ED",ee="#F9FAFB",te="#374151",oe=te+"C2",se="#111827",ie="#714B67",ne=Q,re=J,ae="#111827",le="#e6f2f3",ce="#111827",he=A,de="#D44C591A",ue="#C34A41",ge="#98DBE2",pe="#E6F2F3",me=20,fe=10,ve=15,be=16,Se=12,Ce="#F28C28",ye=["#000000","#434343","#666666","#999999","#B7B7B7","#CCCCCC","#D9D9D9","#EFEFEF","#F3F3F3","#FFFFFF","#980000","#FF0000","#FF9900","#FFFF00","#00FF00","#00FFFF","#4A86E8","#0000FF","#9900FF","#FF00FF","#E6B8AF","#F4CCCC","#FCE5CD","#FFF2CC","#D9EAD3","#D0E0E3","#C9DAF8","#CFE2F3","#D9D2E9","#EAD1DC","#DD7E6B","#EA9999","#F9CB9C","#FFE599","#B6D7A8","#A2C4C9","#A4C2F4","#9FC5E8","#B4A7D6","#D5A6BD","#CC4125","#E06666","#F6B26B","#FFD966","#93C47D","#76A5AF","#6D9EEB","#6FA8DC","#8E7CC3","#C27BA0","#A61C00","#CC0000","#E69138","#F1C232","#6AA84F","#45818E","#3C78D8","#3D85C6","#674EA7","#A64D79","#85200C","#990000","#B45F06","#BF9000","#38761D","#134F5C","#1155CC","#0B5394","#351C75","#741B47","#5B0F00","#660000","#783F04","#7F6000","#274E13","#0C343D","#1C4587","#073763","#20124D","#4C1130"],we=26,Ie=48,xe=96,Ee=23,Re=15,Te=4,Ae=3,De=Te,_e=21,Fe=2*Ee,Oe={align:"left",verticalAlign:"bottom",wrapping:"overflow",bold:!1,italic:!1,strikethrough:!1,underline:!1,fontSize:10,fillColor:"",textColor:""},Pe=Oe.verticalAlign,Me=Oe.wrapping,Ne="400",ke=Oe.fontSize,Le="'Roboto', arial",Ve="thin",Ue="#000000",He="START_REVISION",ze=1,Be=20,$e="??",Ge="difference",We="#43C5B1",qe="#EA6175",Ze=.4,je=3,Ye=2,Xe=["'","*","?","/","\\","[","]"],Ke=/'|\*|\?|\/|\\|\[|\]/,Je="|";var Qe;!function(e){e[e.Grid=0]="Grid",e[e.Highlight=5]="Highlight",e[e.HeaderGroupingButton=6]="HeaderGroupingButton",e[e.Figure=10]="Figure",e[e.ScrollBar=15]="ScrollBar",e[e.GridPopover=19]="GridPopover",e[e.GridComposer=20]="GridComposer",e[e.IconPicker=25]="IconPicker",e[e.TopBarComposer=30]="TopBarComposer",e[e.Popover=35]="Popover",e[e.FigureAnchor=1e3]="FigureAnchor",e[e.FigureSnapLine=1001]="FigureSnapLine",e[e.FigureTooltip=1002]="FigureTooltip"}(Qe||(Qe={}));let et=0;function tt(){return et}const ot="\n",st=[6,7,8,9,10,11,12,14,18,24,36],it={hasFilters:!1,totalRow:!1,firstColumn:!0,lastColumn:!1,numberOfHeaders:1,bandedRows:!0,bandedColumns:!1,styleId:"TableStyleMedium5",automaticAutofill:!1},nt=1e5,rt={symbol:"$",position:"before",decimalPlaces:2,code:"",name:"Dollar"},at={fontSize:be,color:te},lt="#000000",ct="#3da4ab",ht={OPERATOR:ct,NUMBER:"#02c39a",STRING:"#00a82d",FUNCTION:lt,DEBUGGER:ct,LEFT_PAREN:lt,RIGHT_PAREN:lt,ARG_SEPARATOR:lt,ORPHAN_RIGHT_PAREN:"#ff0000"},dt=new RegExp(Ke,"g");function ut(e){return'"'===e[0]&&(e=e.slice(1)),'"'===e[e.length-1]&&"\\"!==e[e.length-2]?e.slice(0,e.length-1):e}function gt(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function pt(e){switch(typeof e){case"object":{if(null===e)return e;if(function(e){return"clone"in e&&e.clone instanceof Function}(e))return e.clone();if(!(function(e){return"object"==typeof e&&null!==e&&(e?.constructor===Object||void 0===e?.constructor)}(e)||e instanceof Array))throw new Error("Unsupported type: only objects and arrays are supported");const t=Array.isArray(e)?new Array(e.length):{};if(Array.isArray(e))for(let o=0,s=e.length;o<s;o++)o in e&&(t[o]=pt(e[o]));else for(const o in e)t[o]=pt(e[o]);return t}case"number":case"string":case"boolean":case"function":case"undefined":return e;default:throw new Error("Unsupported type: "+typeof e)}}function mt(e){return ft(e,"'")}function ft(e,t='"'){return e.startsWith(t)&&(e=e.slice(1)),e.endsWith(t)&&(e=e.slice(0,-1)),e}function vt(e){return e.match(/\w/g)?.length!==e.length&&(e=`'${e}'`),e}function bt(e,t=" "){return e.replace(dt,t)}function St(e,t,o){return e<t?t:e>o?o:e}function Ct(e,t,o=1){if(t<=e&&o>0)return[];if(0===o)throw new Error("range() step must not be zero");const s=Math.ceil(Math.abs((t-e)/o)),i=Array(s);for(let t=0;t<s;t++)i[t]=e+t*o;return i}function yt(e){return e.reduce(((e,t,o,s)=>{if(1===Math.abs(t-s[o-1])){e[e.length-1].push(t)}else e.push([t]);return e}),[])}function*wt(e,t){t.next();for(const o of e){const e=t.next();yield{...o,next:e.done?void 0:e.value}}}function It(e){const t=e.toUpperCase();return"TRUE"===t||"FALSE"===t}const xt=/^\[(.+)\]\((.+)\)$/,Et=/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,4}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)$/;function Rt(e){return xt.test(e)}function Tt(e){return Et.test(e)}function At(e,t){return`[${e}](${t})`}function Dt(e){const t=e.match(xt)||[],o=t[1],s=t[2];if(!o||!s)throw new Error(`Could not parse markdown link ${e}.`);return{label:o,url:s}}const _t="o-spreadsheet://";function Ft(e){return e.startsWith(_t)}function Ot(e){return`${_t}${e}`}function Pt(e){if(e.startsWith(_t))return e.slice(_t.length);throw new Error(`${e} is not a valid sheet link`)}function Mt(e){return void 0!==e}function Nt(e){return void 0===e||Object.values(e).every((e=>"object"==typeof e?Nt(e):!e))}function kt(e,t,o){let s;const i=function(){const i=this,n=Array.from(arguments);const r=o&&!s;clearTimeout(s),s=setTimeout((function(){s=void 0,o||e.apply(i,n)}),t),r&&e.apply(i,n)};return i.isDebouncePending=()=>void 0!==s,i.stopDebounce=()=>{clearTimeout(s)},i}function Lt(e){let t="";for(let o=0,s=e.length;o<s;o++)t+=e[o];return t}function Vt(e){let t,o=!1;const s=()=>(o||(t=e instanceof Function?e():e,o=!0),t);return s.map=e=>Vt((()=>e(s()))),s}function Ut(e,t){let o=e.slice(t).find((e=>e));return o||(o=e.slice(0,t).reverse().find((e=>e))),o||""}function Ht(e,t){return"after"===e?t+1:t}function zt(...e){if(e.length<=1)return!0;for(let t=1;t<e.length;t++)if(!Bt(e[0],e[t]))return!1;return!0}function Bt(e,t){if(e===t)return!0;if(e&&!t||t&&!e)return!1;if(typeof e!=typeof t)return!1;if("object"!=typeof e)return!1;for(const o in t)if(!(o in e)&&void 0!==t[o])return!1;for(const o in e){if(typeof e[o]!=typeof t[o])return!1;if("object"==typeof e[o]){if(!Bt(e[o],t[o]))return!1}else if(e[o]!==t[o])return!1}return!0}function $t(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++)if(!zt(e[o],t[o]))return!1;return!0}function Gt(e,t){if(e.length<t.length)return!1;const o=new Set(e);return t.every((e=>o.has(e)))}function Wt(e){if(!e)return e;const t={...e};return Object.keys(t).forEach((e=>!t[e]&&delete t[e])),t}const qt=["\t","\f","\v",String.fromCharCode(parseInt("00a0",16)),String.fromCharCode(parseInt("1680",16)),String.fromCharCode(parseInt("2000",16)),String.fromCharCode(parseInt("200a",16)),String.fromCharCode(parseInt("2028",16)),String.fromCharCode(parseInt("2029",16)),String.fromCharCode(parseInt("202f",16)),String.fromCharCode(parseInt("205f",16)),String.fromCharCode(parseInt("3000",16)),String.fromCharCode(parseInt("feff",16))],Zt=new RegExp(qt.join("|"),"g"),jt=/(\r\n|\r)/g,Yt=qt.concat([" "]);function Xt(e){return e?e.replace(jt,ot):""}function Kt(e){const t=Array.from(e).sort(((e,t)=>e-t));for(let e=1;e<t.length;e++)if(t[e]-t[e-1]!=1)return!1;return!0}function Jt(e){const t=new Map,o=e.name?e.name+" (memoized)":"memoized";return{[o]:(...o)=>(t.has(o[0])||t.set(o[0],e(...o)),t.get(o[0]))}[o]}function Qt(e,t){const o=new Set(t),s=[];for(let t=0;t<e.length;t++)o.has(t)||s.push(e[t]);return s}function eo(e,t,o){const s=[...e];return s.splice(o,0,...t),s}function to(e,t,o){const s=[...e];return s[o]=t,s}function oo(e){return e.split("\n").map((e=>e.replace(/\s+/g," ").trim())).join("\n")}function so(e,t,o){return t>o?so(e,o,t):e>=t&&e<=o}function io(e,t){let o=gt(e);const s=t.matchCase?"":"i";return t.exactMatch&&(o=`^${o}$`),RegExp(o,s)}function no(e){let t=e.length;if(t<1e5)return Math.max(...e);let o=-1/0;for(;t--;)o=e[t]>o?e[t]:o;return o}function ro(e){let t=e.length;if(t<1e5)return Math.min(...e);let o=1/0;for(;t--;)o=e[t]<o?e[t]:o;return o}class ao{text;currentIndex=0;current;constructor(e){this.text=e,this.current=e[0]}shift(){const e=this.current,t=this.text[++this.currentIndex];return this.current=t,e}advanceBy(e){this.currentIndex+=e,this.current=this.text[this.currentIndex]}isOver(){return this.currentIndex>=this.text.length}remaining(){return this.text.substring(this.currentIndex)}currentStartsWith(e){if(this.current!==e[0])return!1;for(let t=1;t<e.length;t++)if(this.text[this.currentIndex+t]!==e[t])return!1;return!0}}function lo(e,t=(e=>e)){const o=new Set;return e.filter((e=>{const s=t(e);return!o.has(s)&&(o.add(s),!0)}))}function co(e){const t={};for(const o in e)for(const s in e[o])t[s]||(t[s]={}),t[s][o]=e[o][s];return t}function ho(e,t,o={}){const s=o.compute??((e,t)=>`${e} (${t})`),i=o.computeFirstOne??!1;let n=o.start??1,r=i?s(e,n):e;for(;t.includes(r);)r=s(e,n++);return r}function uo(e){return e.startsWith("=")||e.startsWith("+")}const go={Background:0,Highlights:1,Clipboard:2,Chart:4,Autofill:5,Selection:6,Headers:100},po=Jt((()=>Object.keys(go).sort(((e,t)=>go[e]-go[t]))));new Set(["containsText","notContainsText","isEqualText","dateIs","dateIsBefore","dateIsOnOrBefore","dateIsAfter","dateIsOnOrAfter","dateIsBetween","dateIsNotBetween","isEqual","isNotEqual","isGreaterThan","isGreaterOrEqualTo","isLessThan","isLessOrEqualTo","isBetween","isNotBetween","customFormula","beginsWithText","endsWithText","isNotEmpty","isEmpty"]);const mo=["containsText","notContainsText","isEqualText","isEmpty","isNotEmpty","beginsWithText","endsWithText"],fo=["isEqual","isNotEqual","isGreaterThan","isGreaterOrEqualTo","isLessThan","isLessOrEqualTo","isBetween","isNotBetween","isEmpty","isNotEmpty"],vo=["dateIs","dateIsBefore","dateIsOnOrBefore","dateIsAfter","dateIsOnOrAfter","dateIsBetween","dateIsNotBetween","isEmpty","isNotEmpty"],bo=["image/avif","image/bmp","image/gif","image/vnd.microsoft.icon","image/jpeg","image/png","image/tiff","image/webp"];function So(e){if(e<0)throw new Error(`number must be positive. Got ${e}`);return e<26?String.fromCharCode(65+e):So(Math.floor(e/26)-1)+So(e%26)}function Co(e){let t=0;const o=e.length;for(let s=0;s<o;s++){t=26*t+yo(e[s])}return t-1}function yo(e){const t=e.charCodeAt(0);return t>=65&&t<=90?t-64:t-96}function wo(e){return e>="A"&&e<="Z"||e>="a"&&e<="z"}function Io(e){return e>="0"&&e<="9"}const xo=Co("ZZZ"),Eo=9999998;function Ro(e){for(;" "===e.current;)e.advanceBy(1)}function To(e){if("$"===e.current&&e.advanceBy(1),!e.current||!wo(e.current))return-1;let t=0;for(;e.current&&wo(e.current);)t=26*t+yo(e.shift());return t}function Ao(e){if("$"===e.current&&e.advanceBy(1),!e.current||!Io(e.current))return-1;let t=0;for(;e.current&&Io(e.current);)t=10*t+Number(e.shift());return t}function Do(e){const t=new ao(e);Ro(t);const o=To(t);if(-1===o||!t.current)throw new Error(`Invalid cell description: ${e}`);const s=Ao(t);Ro(t);const i=o-1,n=s-1;if(!t.isOver()||i>xo||n>Eo)throw new Error(`Invalid cell description: ${e}`);return{col:i,row:n}}function _o(e,t,o={colFixed:!1,rowFixed:!1}){return(o.colFixed?"$":"")+So(e)+(o.rowFixed?"$":"")+String(t+1)}function Fo(e,t=[]){if(e.length<=1&&0===t.length)return e;const o=[0],s=new Map([[0,[]]]);return Oo(o,s,e,!1),Oo(o,s,t,!0),function(e,t){const o=[];let s=[];for(let i=0;i<e.length;i++){const n=e[i],r=t.get(n);if(!r||0===r.length){o.push(...s),s=[];continue}let a=e[i+1];void 0!==a&&a--;const l=[];for(let e=0;e<r.length;e+=2){const t=r[e];let o=r[e+1];void 0!==o&&o--;const i={top:t,left:n,bottom:o,right:a,hasHeader:void 0===o&&0!==t||void 0===a&&0!==n};let c=!1;for(let e=s.length-1;e>=0;e--){const t=s[e];if(t.top===i.top&&t.bottom===i.bottom){t.right=i.right,s.splice(e,1),l.push(t),c=!0;break}}c||l.push(i)}o.push(...s),s=l}return o.push(...s),o}(o,s)}function Oo(e,t,o,s=!1){for(const i of o){const o=i.left,n=void 0===i.right?void 0:i.right+1,r=Po(e,t,o,!0,0),a=Po(e,t,n,!1,r);for(let o=r;o<=a;o++){Mo(t.get(e[o]),i,s)}No(e,t,r,a)}}function Po(e,t,o,s,i){if(void 0===o)return e.length-1;const n=ko(e,o,i);return o!==e[n]?(e.splice(n+1,0,o),t.set(o,[...t.get(e[n])]),s?n+1:n):s?n:n-1}function Mo(e,t,o=!1){const s=t.top,i=void 0===t.bottom?void 0:t.bottom+1,n=[],r=ko(e,s,0,!1);if((r%2!=0&&!o||r%2==0&&o)&&n.push(s),void 0===i)return e.splice(r+1),void e.push(...n);const a=function(e,t,o=0,s=!0){let i=e.length-1,n=e.length;for(;o<=i;){const r=Math.floor((o+i)/2);if(e[r]===t&&s)return r;e[r]>t?(n=r,i=r-1):o=r+1}return n}(e,i,0,!1);(a%2==0&&!o||a%2!=0&&o)&&n.push(i),e.splice(r+1,a-r-1,...n)}function No(e,t,o,s){const i=o-1==-1?0:o-1;for(let o=s===e.length-1?s:s+1;o>i;o--)$t(t.get(e[o]),t.get(e[o-1]))&&(t.delete(e[o]),e.splice(o,1))}function ko(e,t,o=0,s=!0){let i=e.length-1,n=-1;for(;o<=i;){const r=Math.floor((o+i)/2);if(e[r]===t&&s)return r;e[r]<t?(n=r,o=r+1):i=r-1}return n}function Lo(e){const t=function(e){const t=new ao(e);Ro(t);const o=e.indexOf("!");-1!==o&&t.advanceBy(o+1);const s=To(t),i=Ao(t);let n,r,a,l,c=!1,h=!1,d=!1;if(-1===i?(a=l=s-1,n=r=0,c=!0):-1===s?(n=r=i-1,a=l=0,h=!0):(a=l=s-1,n=r=i-1,d=!0),Ro(t),":"===t.current){t.advanceBy(1),Ro(t);const e=To(t),o=Ao(t);-1===o?(l=e-1,c=!0):-1===e?(r=o-1,h=!0):(l=e-1,r=o-1,n=c?r:n,a=h?l:a,d=!0)}const u={top:n,left:a,bottom:c?void 0:r,right:h?void 0:l};return d=d&&(h||c),d&&(u.hasHeader=d),u}(e),o=ns(t),s=o.bottom,i=o.right;if(void 0!==s&&s>Eo||void 0!==i&&i>xo)throw new Error(`Range string out of bounds: ${e}`);if(void 0===s&&void 0===i)throw new Error("Wrong zone xc. The zone cannot be at the same time a full column and a full row");return o}function Vo(e){const t=Lo(e);if(void 0===t.bottom||void 0===t.right)throw new Error("This does not support unbounded ranges");return t}function Uo(e){try{return function(e){return Ho(Lo(e))}(e)}catch(e){return!1}}function Ho(e){const{bottom:t,top:o,left:s,right:i}=e;return!(void 0!==t&&isNaN(t)||isNaN(o)||isNaN(s)||void 0!==i&&isNaN(i))&&(zo(e)&&e.top>=0&&e.left>=0)}function zo(e){return(void 0===e.bottom||e.bottom>=e.top&&e.bottom>=0)&&(void 0===e.right||e.right>=e.left&&e.right>=0)}function Bo(e){const{top:t,bottom:o,left:s,right:i}=e,n="hasHeader"in e&&e.hasHeader,r=t===o&&s===i;if(void 0===o&&void 0!==i)return 0!==t||n?`${_o(s,t)}:${So(i)}`:`${So(s)}:${So(i)}`;if(void 0===i&&void 0!==o)return 0!==s||n?`${_o(s,t)}:${o+1}`:`${t+1}:${o+1}`;if(void 0!==o&&void 0!==i)return r?_o(s,t):`${_o(s,t)}:${_o(i,o)}`;throw new Error("Bad zone format")}function $o(e,t,o,s,i){const n="left"===t?"columns":"rows",r="before"===s?o-1:o,a=e["left"===t?"right":"bottom"];return e[t]<=r&&a&&a>r?rs(e,n,"RESIZE",i):r<e[t]?rs(e,n,"MOVE",i):{...e}}function Go(e,t,o,s,i){const n="left"===t?"columns":"rows",r="before"===s?o-1:o,a="left"===t?"right":"bottom";return e[t]<=r&&e[a]>r?rs(e,n,"RESIZE",i):r<e[t]?rs(e,n,"MOVE",i):{...e}}function Wo(e,t,o){const s="left"===t?"right":"bottom";let i=e[t],n=e[s];for(const r of o.sort(((e,t)=>t-e)))e[t]>r&&(i--,n--),e[t]<r&&e[s]>=r&&n--;return{...e,[t]:i,[s]:n}}function qo(e,t,o){const s="left"===t?"right":"bottom";let i=e[t],n=e[s];const r=e[s];for(const s of o.sort(((e,t)=>t-e)))e[t]>s&&(i--,void 0!==n&&n--),void 0!==r&&void 0!==n&&e[t]<=s&&r>=s&&n--;if(!(void 0!==n&&i>n))return{...e,[t]:i,[s]:n}}function Zo(...e){return{top:Math.min(...e.map((e=>e.top))),left:Math.min(...e.map((e=>e.left))),bottom:Math.max(...e.map((e=>e.bottom))),right:Math.max(...e.map((e=>e.right)))}}function jo(e,t){if(Ko(e,t))return{top:Math.max(e.top,t.top),left:Math.max(e.left,t.left),bottom:void 0!==e.bottom?Math.min(e.bottom,t.bottom):e.bottom??t.bottom,right:void 0!==e.right?Math.min(e.right,t.right):e.right??t.right}}function Yo(e,t){return e.left===t.left&&e.right===t.right&&e.top===t.top&&e.bottom===t.bottom&&e.hasHeader===t.hasHeader}function Xo(e,t){if(jo(e,t))return;let o;return e.left===t.right+1&&(o={position:"left",start:Math.max(e.top,t.top),stop:void 0!==e.bottom?Math.min(e.bottom,t.bottom):t.bottom}),void 0!==e.right&&e.right+1===t.left&&(o={position:"right",start:Math.max(e.top,t.top),stop:void 0!==e.bottom?Math.min(e.bottom,t.bottom):t.bottom}),e.top===t.bottom+1&&(o={position:"top",start:Math.max(e.left,t.left),stop:void 0!==e.right?Math.min(e.right,t.right):t.right}),void 0!==e.bottom&&e.bottom+1===t.top&&(o={position:"bottom",start:Math.max(e.left,t.left),stop:void 0!==e.right?Math.min(e.right,t.right):t.right}),o&&o.start<=o.stop?o:void 0}function Ko(e,t){return!(void 0!==e.bottom&&e.bottom<t.top||void 0!==t.bottom&&t.bottom<e.top)&&!(void 0!==e.right&&e.right<t.left||void 0!==t.right&&t.right<e.left)}function Jo(e,t,o){const{left:s,right:i,top:n,bottom:r}=o;return e>=s&&e<=i&&t>=n&&t<=r}function Qo(e,t){return Yo(Zo(t,e),t)}function es(e){return{numberOfRows:e.bottom-e.top+1,numberOfCols:e.right-e.left+1}}function ts(e){const{numberOfCols:t,numberOfRows:o}=es(e);return 1===t||1===o}function os(e){const t={};for(const o of e)t[o.sheetId]??=[],t[o.sheetId].push(ls(o));for(const e in t)t[e]=Fo(t[e]);return t}function ss(e){const t=[],{left:o,right:s,top:i,bottom:n}=ns(e);for(const e of Ct(o,s+1))for(const o of Ct(i,n+1))t.push({col:e,row:o});return t}function is(e,t){const o=[],{left:s,right:i,top:n,bottom:r}=ns(t);for(const t of Ct(s,i+1))for(const s of Ct(n,r+1))o.push({sheetId:e,col:t,row:s});return o}function ns(e){return void 0!==e.right&&e.left>e.right&&(e={...e,left:e.right,right:e.left}),void 0!==e.bottom&&e.top>e.bottom&&(e={...e,top:e.bottom,bottom:e.top}),e}function rs(e,t,o,s){const i="both"===t?s[0]:"columns"===t?s:0,n="both"===t?s[1]:"rows"===t?s:0,r="hasHeader"in e&&e.hasHeader;let a;a=ds(e)&&!r?"rows"!==t:!(hs(e)&&!r)||"columns"!==t;const l={...e};return a&&"MOVE"===o&&(l.left+=i,l.top+=n),void 0!==l.right&&(l.right+=i),void 0!==l.bottom&&(l.bottom+=n),l}function as(e,t){let o,s;const{left:i,right:n,top:r,bottom:a}=e,{left:l,right:c,top:h,bottom:d}=t;return o=l!==i?l:c!==n?c:l,s=h!==r?h:d!==a?d:h,{col:o,row:s}}function ls(e){return{left:e.col,right:e.col,top:e.row,bottom:e.row}}function cs(e){return{...e,right:e.left,bottom:e.top}}function hs(e){return void 0===e.right}function ds(e){return void 0===e.bottom}function us(e){return(e.bottom-e.top+1)*(e.right-e.left+1)}function gs(e,t,o){return e.some((e=>function(e,t,o){return e.left<t&&t<=e.right||e.top<o&&o<=e.bottom}(e,t,o)))}function ps(e){return e.length<2||1===Fo(e).length}function ms(e){const t=[...e];let o=!0;for(;o;){o=!1;for(let e=0;e<t.length;e++){const s=t[e],i=t.findIndex(((t,o)=>{return e!==o&&(n=s,((i=t).right+1===n.left||i.left===n.right+1?i.top<=n.bottom&&i.top>=n.top||n.top<=i.bottom&&n.top>=i.top:(i.bottom+1===n.top||i.top===n.bottom+1)&&(i.left<=n.right&&i.left>=n.left||n.left<=i.right&&n.left>=i.left))||Ko(t,s));var i,n}));if(-1!==i){t[e]=Zo(t[i],s),t.splice(i,1),o=!0;break}}}return t}function fs(e,t){const o=Xo(e,t);if(!o)return[e];const s=[];switch(o.position){case"bottom":case"top":return s.push({top:e.top,bottom:e.bottom,left:o.start,right:o.stop}),o.start>e.left&&s.push({top:e.top,bottom:e.bottom,left:e.left,right:o.start-1}),(void 0===e.right||o.stop<e.right)&&s.push({top:e.top,bottom:e.bottom,left:o.stop+1,right:e.right}),s;case"left":case"right":return s.push({top:o.start,bottom:o.stop,left:e.left,right:e.right}),o.start>e.top&&s.push({top:e.top,bottom:o.start-1,left:e.left,right:e.right}),(void 0===e.bottom||o.stop<e.bottom)&&s.push({top:o.stop+1,bottom:e.bottom,left:e.left,right:e.right}),s}}function vs(e,t){const o=new Set(t.map((e=>e.left))),s=new Set(t.map((e=>e.right))),i=new Set(t.map((e=>e.top))),n=new Set(t.map((e=>e.bottom))),r=1===i.size&&1===n.size||1===o.size&&1===s.size?function(e){return e.reduce(((e,t)=>{const o=e.length;for(let s=0;s<o;s++)if(Ko(e[s],t))return e[s]=Zo(e[s],t),e;return e[o]=t,e}),[])}(t):[t[t.length-1]],a=r.map((e=>ss(e))).flat();return{sheetId:e,zones:t,clippedZones:r,columnsIndexes:[...new Set(a.map((e=>e.col)))].sort(((e,t)=>e-t)),rowsIndexes:[...new Set(a.map((e=>e.row)))].sort(((e,t)=>e-t))}}function bs(e,t,o){const s=Math.max(e.right-t+1,e.left),i=Math.max(e.bottom-o+1,e.top),n=[];for(let r=e.left;r<=s;r+=t)for(let s=e.top;s<=i;s+=o)n.push({left:r,top:s,bottom:s+o-1,right:r+t-1});return n}function Ss(e,t){if(!t.length||!t[0].length)return e;const o=t[0].length,s=t.length;return e.map((e=>bs(e,o,s))).flat()}function Cs(e){let t;if(e[a.Html]){t=function(e){const t=[...e.documentElement.attributes];if(t.some((e=>e.value.includes("microsoft"))))return;const o=e.querySelector("div")?.getAttribute("data-osheet-clipboard");return o&&JSON.parse(o)}((new DOMParser).parseFromString(e[a.Html],"text/html"))}const o=e[a.PlainText]||"";let s;if(!o.trim())for(const t of bo)if(e[t]){s=e[t];break}return{text:o,data:t,imageBlob:s}}const ys=(e,t,o,s)=>{e.forEach((({handlerName:e,handler:i})=>{const n=t[e];n&&i.paste(o,n,s)}))};function ws(e,t,o,s,i){let n;const r=[],a={sheetId:e,zones:t};for(const{handlerName:l,handler:c}of s){const s=o[l];if(!s)continue;const h=c.getPasteTarget(e,t,s,i);h.figureId&&(a.figureId=h.figureId);for(const e of h.zones)r.push(e),n=void 0!==n?Zo(n,e):e}return{target:a,zone:n,selectedZones:r}}const Is=(e,t,o)=>{const s={col:t[0].left,row:t[0].top};e.getBackToDefault(),e.selectZone({cell:s,zone:Zo(...o)},{scrollIntoView:!1})},xs=/rgba?\(|\s+|\)/gi,Es=/^#([A-F\d]{2}){3,4}$/,Rs=["#eb6d00","#0074d9","#ad8e00","#169ed4","#b10dc9","#00a82d","#00a3a3","#f012be","#3d9970","#111111","#62A300","#ff4136","#949494","#85144b","#001f3f"];function Ts(e,t=1){const o=1!==t?Math.round(255*t).toString(16).padStart(2,"0"):"";return Ds(e.toString(16).padStart(6,"0"))+o}function As(e){return"number"==typeof e?e:Number.parseInt(Ds(e).slice(1,7),16)}function Ds(e){let t=e;if(e.startsWith("rgb")?t=function(e){const t=e.replace(xs,"").split(",");let o=255;if(3!==t.length&&4!==t.length)throw new Error("invalid color");if(4===t.length){const e=parseFloat(t.pop()||"1");if(isNaN(e))throw new Error("invalid alpha value");o=Math.round(255*e)}const s=t.map((e=>parseInt(e,10)));255!==o&&s.push(o);return"#"+Lt(s.map((e=>e.toString(16).padStart(2,"0")))).toUpperCase()}(e):(t=e.replace("#","").toUpperCase(),3!==t.length&&4!==t.length||(t=t.split("").reduce(((e,t)=>e+t+t),"")),t=`#${t}`),!Es.test(t))throw new Error(`invalid color input: ${e}`);return t}function _s(e){try{return Ds(e),!0}catch(e){return!1}}const Fs=e=>e>=0&&e<=255;function Os(e,t,o,s=1){if(!Fs(e)||!Fs(t)||!Fs(o)||s<0||s>1)throw new Error(`Invalid RGBA values ${[e,t,o,s]}`);return{a:s,b:o,g:t,r:e}}function Ps(e){let{r:t,g:o,b:s}=Ns(e);t/=255,o/=255,s/=255;const i=e=>e<=.03928?e/12.92:((e+.055)/1.055)**2.4;return.2126*i(t)+.7152*i(o)+.0722*i(s)}function Ms(e){let t=e.r.toString(16),o=e.g.toString(16),s=e.b.toString(16),i=Math.round(255*e.a).toString(16);return 1===t.length&&(t="0"+t),1===o.length&&(o="0"+o),1===s.length&&(s="0"+s),1===i.length&&(i="0"+i),"ff"===i&&(i=""),("#"+t+o+s+i).toUpperCase()}function Ns(e){let t,o,s,i;if(7===(e=Ds(e)).length)t=parseInt(e[1]+e[2],16),o=parseInt(e[3]+e[4],16),s=parseInt(e[5]+e[6],16),i=255;else{if(9!==e.length)throw new Error("Invalid color");t=parseInt(e[1]+e[2],16),o=parseInt(e[3]+e[4],16),s=parseInt(e[5]+e[6],16),i=parseInt(e[7]+e[8],16)}return i=+(i/255).toFixed(3),{a:i,r:t,g:o,b:s}}function ks(e){(e={...e}).s/=100,e.l/=100;const t=(1-Math.abs(2*e.l-1))*e.s,o=t*(1-Math.abs(e.h/60%2-1)),s=e.l-t/2;let i=0,n=0,r=0;return 0<=e.h&&e.h<60?(i=t,n=o,r=0):60<=e.h&&e.h<120?(i=o,n=t,r=0):120<=e.h&&e.h<180?(i=0,n=t,r=o):180<=e.h&&e.h<240?(i=0,n=o,r=t):240<=e.h&&e.h<300?(i=o,n=0,r=t):300<=e.h&&e.h<360&&(i=t,n=0,r=o),i=Math.round(255*(i+s)),n=Math.round(255*(n+s)),r=Math.round(255*(r+s)),{a:e.a,r:i,g:n,b:r}}function Ls(e){const t=e.r/255,o=e.g/255,s=e.b/255,i=Math.min(t,o,s),n=Math.max(t,o,s),r=n-i;let a=0,l=0,c=0;return a=0===r?0:n===t?(o-s)/r%6:n===o?(s-t)/r+2:(t-o)/r+4,a=Math.round(60*a),a<0&&(a+=360),c=(n+i)/2,l=0===r?0:r/(1-Math.abs(2*c-1)),l=+(100*l).toFixed(1),c=+(100*c).toFixed(1),{a:e.a,h:a,s:l,l:c}}function Vs(e){return Ms(ks(e))}function Us(e){return Ls(Ns(e))}function Hs(e){return Ns("number"==typeof e?Ts(e):e)}function zs(e,t){return 1===t?Ds(e).slice(0,7):Ms({...Ns(e),a:t})}function Bs(e,t){const o=Us(e);return 1===t?"#fff":(o.l=t*(100-o.l)+o.l,Vs(o))}function $s(e,t){const o=Us(e);return 1===t?"#000":(o.s=Math.min(100,t*o.s+o.s),o.l=o.l-t*o.l,Vs(o))}function Gs(e){return Ps(e)<.6?Bs(e,.9):$s(e,.75)}const Ws=["#4EA7F2","#EA6175","#43C5B1","#F4A261","#8481DD","#FFD86D"],qs=["#4EA7F2","#3188E6","#43C5B1","#00A78D","#EA6175","#CE4257","#F4A261","#F48935","#8481DD","#5752D1","#FFD86D","#FFBC2C"],Zs=["#4EA7F2","#3188E6","#056BD9","#A76DBC","#7F4295","#6D2387","#EA6175","#CE4257","#982738","#43C5B1","#00A78D","#0E8270","#F4A261","#F48935","#BE5D10","#8481DD","#5752D1","#3A3580","#A4A8B6","#7E8290","#545B70","#FFD86D","#FFBC2C","#C08A16"],js=["#4EA7F2","#3188E6","#056BD9","#155193","#A76DBC","#7F4295","#6D2387","#4F1565","#EA6175","#CE4257","#982738","#791B29","#43C5B1","#00A78D","#0E8270","#105F53","#F4A261","#F48935","#BE5D10","#7D380D","#8481DD","#5752D1","#3A3580","#26235F","#A4A8B6","#7E8290","#545B70","#3F4250","#FFD86D","#FFBC2C","#C08A16","#936A12"],Ys=["#4EA7F2","#43C5B1","#EA6175","#F4A261","#8481DD","#FFD86D","#3188E6","#00A78D","#CE4257","#F48935","#5752D1","#FFBC2C"],Xs=["#4EA7F2","#A76DBC","#EA6175","#43C5B1","#F4A261","#8481DD","#A4A8B6","#FFD86D","#3188E6","#7F4295","#CE4257","#00A78D","#F48935","#5752D1","#7E8290","#FFBC2C","#056BD9","#6D2387","#982738","#0E8270","#BE5D10","#3A3580","#545B70","#C08A16"],Ks=["#4EA7F2","#A76DBC","#EA6175","#43C5B1","#F4A261","#8481DD","#A4A8B6","#FFD86D","#3188E6","#7F4295","#CE4257","#00A78D","#F48935","#5752D1","#7E8290","#FFBC2C","#056BD9","#6D2387","#982738","#0E8270","#BE5D10","#3A3580","#545B70","#C08A16","#155193","#4F1565","#791B29","#105F53","#7D380D","#26235F","#3F4250","#936A12"];function Js(e,t){return t[e%t.length]}function Qs(e){return e<=6?Ws:e<=12?qs:e<=24?Zs:js}class ei{preferredColors;currentColorIndex=0;palette;constructor(e,t=[]){this.preferredColors=t,this.palette=Qs(e).filter((e=>!t.includes(e)))}next(){return this.preferredColors?.[this.currentColorIndex]?this.preferredColors[this.currentColorIndex++]:Js(this.currentColorIndex++,this.palette)}}class ti extends ei{constructor(e,t=[]){var o;super(e,t),this.palette=(o=e,o<=6?Ws:o<=12?Ys:o<=24?Xs:Ks).filter((e=>!t.includes(e)))}}class oi{availableColors;colors={};constructor(e=12){this.availableColors=new ti(e)}get(e){return this.colors[e]||(this.colors[e]=this.availableColors.next()),this.colors[e]}}function si(e){if(e.length<2)throw new Error("Color scale must have at least 2 points");const t=[...e.sort(((e,t)=>e.value-t.value))],o=[];for(let e=1;e<t.length;e++){const s=Hs(t[e-1].color).a,i=Hs(t[e].color).a,n=As(t[e-1].color),r=As(t[e].color);o.push({min:t[e-1].value,max:t[e].value,minColor:n,maxColor:r,minColorAlpha:s,maxColorAlpha:i,colorDiff:ii(t[e-1].value,t[e].value,n,r)})}return e=>{if(e<o[0].min)return Ts(o[0].minColor,o[0].minColorAlpha);for(const t of o)if(e>=t.min&&e<=t.max)return Ts(ni(e,t.min,t.minColor,t.colorDiff),t.maxColorAlpha);return Ts(o[o.length-1].maxColor,o[o.length-1].maxColorAlpha)}}function ii(e,t,o,s){const i=t-e;return[((o>>16)%256-(s>>16)%256)/i,((o>>8)%256-(s>>8)%256)/i,(o%256-s%256)/i]}function ni(e,t,o,s){const[i,n,r]=s;return Math.round((o>>16)%256-i*(e-t))<<16|Math.round((o>>8)%256-n*(e-t))<<8|Math.round(o%256-r*(e-t))}const ri=e=>e,ai=()=>!1;let li=ri,ci=ai;function hi(e,...t){if(1!==t.length||"object"!=typeof t[0]||t[0]instanceof String)t.length>0&&(e=e.replace(/\%s/g,(()=>t.shift())));else{const o=t[0];e=e.replace(/\%\(([^\)]+)\)s/g,((e,t)=>o[t]))}return e}const di=function(e,...t){return ci()?hi(li(e),...t):new ui(e,t)};class ui extends String{values;constructor(e,t){super(e),this.values=t}valueOf(){const e=super.valueOf();return ci()?hi(li(e),...this.values):hi(e,...this.values)}toString(){return this.valueOf()}}function gi(e){return/^https?:\/\//i.test(e)?e:`https://${e}`}const pi=new n;function mi(e,t){return{url:e=gi(e),label:t||e,isExternal:!0,isUrlEditable:!0}}pi.add("sheet_URL",{match:e=>Ft(e),createLink:(e,t)=>({label:t,url:e,isExternal:!1,isUrlEditable:!1}),urlRepresentation(e,t){const o=Pt(e);return t.tryGetSheetName(o)||di("Invalid sheet")},open(e,t){const o=Pt(e);t.model.dispatch("ACTIVATE_SHEET",{sheetIdFrom:t.model.getters.getActiveSheetId(),sheetIdTo:o}).isCancelledBecause("SheetIsHidden")&&t.notifyUser({type:"warning",sticky:!1,text:di("Cannot open the link because the linked sheet is hidden.")})},sequence:0});const fi={createLink:mi,match:e=>Tt(e),open:e=>window.open(e,"_blank"),urlRepresentation:e=>e,sequence:0};function vi(e){return pi.getAll().sort(((e,t)=>e.sequence-t.sequence)).find((t=>t.match(e)))||fi}function bi(e,t){return vi(e.url).urlRepresentation(e.url,t)}function Si(e,t,o){vi(e.url).open(e.url,t,o)}function Ci(e){if("string"==typeof e){if(Rt(e)){const{label:t,url:o}=Dt(e);return vi(o).createLink(o,t)}return Tt(e)?mi(e):void 0}}class yi{jsDate;constructor(e,t,o,s=0,i=0,n=0){this.jsDate=new Date(Date.UTC(e,t,o,s,i,n,0))}static fromTimestamp(e){const t=new Date(e);return new yi(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds())}static now(){const e=new Date;return new yi(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds())}toString(){return this.jsDate.toString()}toLocaleDateString(){return this.jsDate.toLocaleDateString()}getTime(){return this.jsDate.getTime()}getFullYear(){return this.jsDate.getUTCFullYear()}getMonth(){return this.jsDate.getUTCMonth()}getQuarter(){return Math.floor(this.getMonth()/3)+1}getDate(){return this.jsDate.getUTCDate()}getDay(){return this.jsDate.getUTCDay()}getHours(){return this.jsDate.getUTCHours()}getMinutes(){return this.jsDate.getUTCMinutes()}getSeconds(){return this.jsDate.getUTCSeconds()}getIsoWeek(){const e=new Date(this.jsDate.getTime()),t=e.getUTCDay()||7;e.setUTCDate(e.getUTCDate()+4-t);const o=new Date(Date.UTC(e.getUTCFullYear(),0,1));return Math.ceil(((e.getTime()-o.getTime())/864e5+1)/7)}setFullYear(e){return this.jsDate.setUTCFullYear(e)}setMonth(e){return this.jsDate.setUTCMonth(e)}setDate(e){return this.jsDate.setUTCDate(e)}setHours(e){return this.jsDate.setUTCHours(e)}setMinutes(e){return this.jsDate.setUTCMinutes(e)}setSeconds(e){return this.jsDate.setUTCSeconds(e)}}const wi=new yi(1899,11,30),Ii=864e5,xi=2e3,Ei=yi.now().getFullYear(),Ri=yi.now().getMonth(),Ti=yi.fromTimestamp(0).getTime()-wi.getTime(),Ai=/^\d{1,2}(\/|-|\s)\d{1,2}((\/|-|\s)\d{1,4})?$/,Di=/^\d{3,4}(\/|-|\s)\d{1,2}(\/|-|\s)\d{1,2}$/,_i=Yt.join(""),Fi=new RegExp(`/|-|${Yt.join("|")}`),Oi=new RegExp(`^(\\d{1,4})[/${_i}-](\\d{1,4})([/${_i}-](\\d{1,4}))?$`),Pi=/((\d+(:\d+)?(:\d+)?\s*(AM|PM))|(\d+:\d+(:\d+)?))$/;function Mi(e,t){switch(typeof e){case"number":return e;case"string":return Ni(e,t)?Li(e,t)?.value:!e||isNaN(Number(e))?void 0:Number(e);default:return}}function Ni(e,t){return null!==Li(e,t)}const ki=new Map;function Li(e,t){return ki.has(t)||ki.set(t,new Map),ki.get(t).has(e)||ki.get(t).set(e,function(e,t){e=e.trim();let o=null;const s=e.match(Pi);if(s){if(o=function(e){if(e=e.trim(),Pi.test(e)){const t=/AM/i.test(e),o=/PM/i.test(e),s=(t||o?e.substring(0,e.length-2).trim():e).split(/:/),i=s.length>=2,n=3===s.length;let r=Number(s[0]),a=i?Number(s[1]):0,l=n?Number(s[2]):0,c=n?"hh:mm:ss":"hh:mm";if(t||o)c+=" a";else if(!i)return null;r>=12&&t?r-=12:r<12&&o&&(r+=12),a+=Math.floor(l/60),l%=60,r+=Math.floor(a/60),a%=60,r>=24&&(c="hhhh:mm:ss");return{value:r/24+a/1440+l/86400,format:c,jsDate:new yi(1899,11,30,r,a,l)}}return null}(s[0]),null===o)return null;e=e.replace(s[0],"").trim()}let i=null;const n=function(e,t){const o=e.match(Oi);if(!o)return null;const[,s,i,,n]=o;if(s.length>2&&n&&n.length>2)return null;if(s.length>2)return{year:s,month:i,day:n,dateString:e,type:"ymd"};const r=function(e){switch(e.dateFormat[0]){case"d":return"dmy";case"m":return"mdy";case"y":return"ymd"}throw new Error("Invalid date format in locale")}(t);if(!n)return i.length>2?{month:s,year:i,day:void 0,dateString:e,type:r}:"dmy"===r?{day:s,month:i,year:n,dateString:e,type:"dmy"}:{month:s,day:i,year:n,dateString:e,type:"mdy"};if(n.length>2)return"mdy"===r?{month:s,day:i,year:n,dateString:e,type:"mdy"}:{day:s,month:i,year:n,dateString:e,type:"dmy"};if("mdy"===r)return{month:s,day:i,year:n,dateString:e,type:"mdy"};if("ymd"===r)return{year:s,month:i,day:n,dateString:e,type:"ymd"};if("dmy"===r)return{day:s,month:i,year:n,dateString:e,type:"dmy"};return null}(e,t);if(n){const t=n.dateString.match(Fi)[0];if(i=function(e,t){const{year:o,month:s,day:i}=e,n=function(e){if(!e)return Ri;const t=Number(e);if(t>=1&&t<=12)return t-1;return null}(s),r=function(e){if(!e)return 1;const t=Number(e);if(t>=0&&t<=31)return t;return null}(i),a=function(e){if(!e)return Ei;const t=Number(e);switch(e.length){case 1:return xi+t;case 2:return xi+(xi+t>Ei+10?-100:0)+t;case 3:case 4:return t}return null}(o);if(null===a||null===n||null===r)return null;const l=2===s?.length&&n+1<10||2===i?.length&&r<10,c=2!==o?.length,h=new yi(a,n,r);if(h.getMonth()!==n||h.getDate()!==r)return null;const d=h.getTime()-wi.getTime(),u=function(e,t,o,s){const i=e.year?s?"yyyy":"yy":void 0,n=e.month?o?"mm":"m":void 0,r=e.day?o?"dd":"d":void 0;switch(e.type){case"mdy":return[n,r,i].filter(Mt).join(t);case"ymd":return[i,n,r].filter(Mt).join(t);case"dmy":return[r,n,i].filter(Mt).join(t)}}(e,t,l,c);return{value:Math.round(d/Ii),format:u,jsDate:h}}(n,t),null===i)return null;e=e.replace(n.dateString,"").trim()}if(""!==e||!i&&!o)return null;if(i&&i.jsDate&&o&&o.jsDate)return{value:i.value+o.value,format:i.format+" "+("hhhh:mm:ss"===o.format?"hh:mm:ss":o.format),jsDate:new yi(i.jsDate.getFullYear()+o.jsDate.getFullYear()-1899,i.jsDate.getMonth()+o.jsDate.getMonth()-11,i.jsDate.getDate()+o.jsDate.getDate()-30,i.jsDate.getHours()+o.jsDate.getHours(),i.jsDate.getMinutes()+o.jsDate.getMinutes(),i.jsDate.getSeconds()+o.jsDate.getSeconds())};return i||o}(e,t)),ki.get(t).get(e)}function Vi(e){const t=Math.trunc(e),o=yi.fromTimestamp(t*Ii-Ti);let s=e-t;s=s<0?1+s:s;const i=Math.round(24*s),n=Math.round(24*(s-i/24)*60),r=Math.round(24*(s-i/24-n/24/60)*60*60);return o.setHours(i),o.setMinutes(n),o.setSeconds(r),o}function Ui(e){return Math.round(Hi(e))}function Hi(e){return(e.getTime()-wi.getTime())/Ii}function zi(e){return new yi(e.getFullYear(),e.getMonth()+1,0).getDate()}function Bi(e){return zi(e)===e.getDate()}function $i(e,t,o){const s=e.getFullYear(),i=e.getMonth(),n=e.getDate(),r=new yi(s,i+t,1);return o&&n===zi(e)||n>zi(r)?r.setDate(zi(r)):r.setDate(n),r}function Gi(e){const t=Math.trunc(e);return t%4==0&&t%100!=0||t%400==0}function Wi(e,t,o){if(e===t)return 0;if(e>t){const o=t;t=e,e=o}const s=Vi(e),i=Vi(t);let n=s.getDate(),r=i.getDate();const a=s.getMonth(),l=i.getMonth(),c=s.getFullYear(),h=i.getFullYear();let d=0,u=0;switch(o){case 0:31===n&&(n=30),30===n&&31===r&&(r=30),1===a&&n===(Gi(c)?29:28)&&(n=30,1===l&&r===(Gi(h)?29:28)&&(r=30)),d=c+(30*a+n)/360,u=h+(30*l+r)/360;break;case 1:let o=365;const s=c===h;if(!s&&!(c+1===h)||!s&&a<l||!s&&a===l&&n<r){let e=0,t=0;for(let o=c;o<=h;o++)e++,t+=Gi(o)?366:365;o=t/e}else s?Gi(c)&&(o=366):(Gi(c)&&a<2&&(o=366),Gi(h)&&(l>1||1===l&&29===r)&&(o=366));d=e/o,u=t/o;break;case 2:d=e/360,u=t/360;break;case 3:d=e/365,u=t/365;break;case 4:31===n&&(n=30),31===r&&(r=30),d=c+(30*a+n)/360,u=h+(30*l+r)/360}return u-d}function qi(e,t){const o=12*(t.getFullYear()-e.getFullYear())+t.getMonth()-e.getMonth();return e.getDate()>t.getDate()?o-1:o}function Zi(e,t){const o=e.getTime(),s=t.getTime();return Math.floor((s-o)/Ii)}function ji(e,t){const o=t.getFullYear()-e.getFullYear(),s=e.getMonth(),i=t.getMonth(),n=e.getDate(),r=t.getDate();return i>s||i===s&&r>=n?o:o-1}function Yi(e,t,o){return t>o?Yi(e,o,t):(e=Math.trunc(e),t=Math.trunc(t),o=Math.trunc(o),e>=t&&e<=o)}const Xi=Jt((function(e){return e=gt(e),new RegExp(`(?:^-?\\d+(?:${e}?\\d*(?:e(\\+|-)?\\d+)?)?|^-?${e}\\d+)(?!\\w|!)`)})),Ki=Jt((function(e){const t=gt(e.decimalSeparator),o="(?:\\s*"+`(?:\\d+(?:${gt(e.thousandsSeparator||"")}\\d{3,})*(?:${t}\\d*)?)`+"|"+`(?:${t}\\d+)`+")(?:e(?:\\+|-)?\\d+)?(?:\\s*%)?",s="(?:\\s*-)?",i="(?:\\s*[\\$€])?",n="^(?:(?:"+[s+i+o,s+o+i,i+s+o].join(")|(?:")+"))$";return new RegExp(n,"i")}));function Ji(e,t){return!!e&&Ki(t).test(e.trim())}const Qi=Jt((function(e){return new RegExp(`[$€${gt(e.thousandsSeparator||"")}]`,"g")}));function en(e,t){e=e.replace(Qi(t),""),"."!==t.decimalSeparator&&(e=e.replace(t.decimalSeparator,"."));let o=Number(e);return isNaN(o)&&e.includes("%")&&(o=Number(e.split("%")[0]),!isNaN(o))?o/100:o}function tn(e,t,o){const s=[...e].sort(((e,t)=>e-t));let i=(s.length+(o?-1:1))*t;if(o||i--,Number.isInteger(i))return s[i];const n=Math.ceil(i),r=Math.floor(i);return s[n]*(i-r)+s[r]*(n-i)}const on={NotAvailable:"#N/A",InvalidReference:"#REF",BadExpression:"#BAD_EXPR",CircularDependency:"#CYCLE",UnknownFunction:"#NAME?",DivisionByZero:"#DIV/0!",SpilledBlocked:"#SPILL!",GenericError:"#ERROR",NullError:"#NULL!"},sn=new Set(Object.values(on));class nn{message;value;constructor(e=di("Error"),t=on.GenericError){this.message=e,this.value=t,this.message=e.toString()}}class rn extends nn{constructor(e=di("Invalid expression")){super(e,on.BadExpression)}}class an extends nn{constructor(e=di("Circular reference")){super(e,on.CircularDependency)}}class ln extends nn{constructor(e=di("Invalid reference")){super(e,on.InvalidReference)}}class cn extends nn{constructor(e=di("Data not available")){super(e,on.NotAvailable)}}class hn extends nn{constructor(e=di("Unknown function")){super(e,on.UnknownFunction)}}class dn extends nn{constructor(e=di("Spill range is not empty")){super(e,on.SpilledBlocked)}}class un extends nn{constructor(e=di("Division by zero")){super(e,on.DivisionByZero)}}const gn=["number","string","boolean","undefined"];function pn(e){if(void 0!==e)return E(e)?e[0][0]?.format:e.format}function mn(e){return"string"==typeof e&&sn.has(e)}function fn(e){return{value:on.NotAvailable,message:di("Did not find value '%s' in [[FUNCTION_NAME]] evaluation.",xn(e))}}const vn=e=>di("The function [[FUNCTION_NAME]] expects a number value, but '%s' is a string, and cannot be coerced to a number.",e);function bn(e,t){const o=Dn(e);switch(typeof o){case"number":return o;case"boolean":return o?1:0;case"string":if(Ji(o,t)||""===o)return en(o,t);const e=Li(o,t);if(e)return e.value;throw new nn(vn(o));default:return 0}}function Sn(e,t){try{return bn(e,t)}catch(e){return}}function Cn(e,t){return Xn(e).map((e=>e.map((e=>{if("number"!=typeof e.value)throw new nn(di("Function [[FUNCTION_NAME]] expects number values for %s, but got a %s.",t,typeof e.value));return e.value}))))}function yn(e,t){const o=Dn(e);if(""===o)throw new nn(vn(o));return bn(o,t)}function wn(e,t){return Math.trunc(bn(e,t))}function In(e,t){return Math.trunc(yn(e,t))}function xn(e){const t=Dn(e);switch(typeof t){case"string":return t;case"number":return t.toString();case"boolean":return t?"TRUE":"FALSE";default:return""}}const En=Jt((function(e){return e.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"")})),Rn=e=>di("The function [[FUNCTION_NAME]] expects a boolean value, but '%s' is a text, and cannot be coerced to a boolean.",e);function Tn(e){const t=Dn(e);switch(typeof t){case"boolean":return t;case"string":if(t){const e=t.toUpperCase();if("TRUE"===e)return!0;if("FALSE"===e)return!1;throw new nn(Rn(t))}return!1;case"number":return!!t;default:return!1}}function An(e,t){return Vi(bn(Dn(e),t))}function Dn(e){if("object"==typeof e&&null!==e&&"value"in e){if(mn(e.value))throw e;return e.value}if(mn(e))throw new nn("",e);return e}function _n(e,t,o){for(const s of e)if(E(s)){const e=s.length,o=s[0].length;for(let i=0;i<o;i++)for(let o=0;o<e;o++)t(s[o][i])}else o(s)}function Fn(e,t){_n(e,(e=>{if(mn(e.value))throw e;t(e)}),(e=>{if(mn(e?.value))throw e;t(e)}))}function On(e,t,o){_n(e,(e=>{if("number"==typeof e?.value&&t(e),mn(e?.value))throw e}),(e=>{t({value:yn(e,o),format:e?.format})}))}function Pn(e,t,o,s,i="rowFirst"){let n=s;for(const s of e)if(E(s)){const e=s.length,o=s[0].length;if("rowFirst"===i)for(let i=0;i<o;i++)for(let o=0;o<e;o++)n=t(n,s[o][i]);else for(let i=0;i<e;i++)for(let e=0;e<o;e++)n=t(n,s[i][e])}else n=o(n,s);return n}function Mn(e,t,o,s="rowFirst"){return Pn(e,t,t,o,s)}function Nn(e,t,o,s){return Pn(e,((e,o)=>{const s=o?.value;if("number"==typeof s)return t(e,s);if(mn(s))throw o;return e}),((e,o)=>t(e,yn(o,s))),o)}function kn(e,t,o,s){return Pn(e,((e,o)=>{const i=o?.value;if(null!=i){if("number"==typeof i)return t(e,i);if("boolean"==typeof i)return t(e,bn(i,s));if(mn(i))throw o;return t(e,0)}return e}),((e,o)=>t(e,bn(o,s))),o)}function Ln(e,t,o){const s=Array(e);for(let i=0;i<e;i++){s[i]=Array(t);for(let e=0;e<t;e++)s[i][e]=o(i,e)}return s}function Vn(e,t){return 0===e.length?[]:Ln(e.length,e[0].length,((o,s)=>t(e[o][s])))}function Un(e){return e.length?Ln(e[0].length,e.length,((t,o)=>e[o][t])):[]}function Hn(e,t,o=void 0){let s,i=1,n=1,r=1/0,a=1/0;for(let e=0;e<t.length;e++){const l=t[e];if(E(l)&&(void 0===o||o[e])){const o=l.length,c=l[0].length;1!==o||1!==c?(s??=new Array(t.length),1!==o&&1!==c?(s[e]="matrix",i=Math.max(i,o),n=Math.max(n,c),r=Math.min(r,o),a=Math.min(a,c)):1!==o?(s[e]="horizontal",i=Math.max(i,o),r=Math.min(r,o)):1!==c&&(s[e]="vertical",n=Math.max(n,c),a=Math.min(a,c))):t[e]=l[0][0]}}if(1===i&&1===n)return e(...t);return Ln(i,n,((o,i)=>{if(o>r-1||i>a-1)return new cn(di("Array arguments to [[FUNCTION_NAME]] are of different size."));const n=e(...(l=o,c=i,t.map(((e,t)=>{switch(s?.[t]){case"matrix":return e[l][c];case"horizontal":return e[l][0];case"vertical":return e[0][c];case void 0:return e}}))));var l,c;return E(n)?n[0][0]:n}))}function zn(e,t){return function(e,t,o){for(const s of e)if(E(s)){const e=s.length,o=s[0].length;for(let i=0;i<o;i++)for(let o=0;o<e;o++)if(!t(s[o][i]??void 0))return}else if(!o(s))return}(e,(e=>{const o=e?.value;if("boolean"==typeof o)return t(o);if("number"==typeof o)return t(!!o);if(mn(o))throw e;return!0}),(e=>void 0===e||null===e.value||t(function(e){const t=Dn(e);if(""===t)throw new nn(Rn(t));return Tn(t)}(e))))}function Bn(e,t){let o,s,i=e.substring(0,2);return"<="===i||">="===i||"<>"===i?(o=i,s=e.substring(2)):(i=e.substring(0,1),"<"===i||">"===i||"="===i?(o=i,s=e.substring(1)):(o="=",s=e)),Ji(s,t)||Ni(s,t)?s=bn(s,t):"TRUE"!==s&&"FALSE"!==s||(s=Tn(s)),{operator:o,operand:s}}const $n=Jt((function(e){if("*"===e)return/.+/;let t="",o="";for(const s of e)"?"===s&&"~"!==o?t+=".":"*"===s&&"~"!==o?t+=".*":("*"!==s&&"?"!==s||(t=t.slice(0,-1)),["^",".","[","]","$","(",")","*","+","?","|","{","}","\\"].includes(s)&&(t+="\\"),t+=s),o=s;return new RegExp("^"+t+"$","i")}));function Gn(e="",t,o){const{operator:s,operand:i}=t;if(void 0===i||null===e||null===i)return!1;if("number"==typeof i&&"="===s)return"string"==typeof e&&(Ji(e,o)||Ni(e,o))?bn(e,o)===i:e===i;if("<>"===s||"="===s){let t;return t=typeof e==typeof i&&("string"==typeof e&&"string"==typeof i?$n(i).test(e):e===i),"="===s?t:!t}if(typeof e==typeof i)switch(s){case"<":return e<i;case">":return e>i;case"<=":return e<=i;case">=":return e>=i}return!1}function Wn(e,t,o,s=!1){const i=e.length;if(i%2==1)throw new nn(di("Function [[FUNCTION_NAME]] expects criteria_range and criterion to be in pairs."));const n=Xn(e[0]),r=n.length,a=n[0].length,l=[];for(let t=0;t<i-1;t+=2){const i=Xn(e[t]);if(i.length!==r||i[0].length!==a)throw new nn(di("Function [[FUNCTION_NAME]] expects criteria_range to have the same dimension"));const n=Bn(xn(e[t+1]),o);s&&"string"==typeof n.operand&&(n.operand+="*"),l.push(n)}for(let s=0;s<r;s++)for(let n=0;n<a;n++){let r=!0;for(let t=0;t<i-1;t+=2){if(r=Gn(Xn(e[t])[s][n].value??void 0,l[t/2],o),!r)break}r&&t(s,n)}}function qn(e,t,o,s,i,n){if(void 0===t||null===t.value)return-1;if(mn(t.value))throw t;const r=jn(t.value),a=typeof r;let l,c,h,d,u,g,p=0,m=i-1;const f="desc"===s?t=>jn(n(e,i-t-1)):t=>jn(n(e,t));for(;m-p>=0;){for(h=Math.floor((p+m)/2),d=h,u=f(d),g=typeof u;p<d&&a!==g;)d--,u=f(d),g=typeof u;g===a&&null!=u?("strict"===o&&u===r?(l=u,c=d):"nextSmaller"===o&&u<=r?(null==l||l<u||l===u&&c<d)&&(l=u,c=d):"nextGreater"===o&&u>=r&&(void 0===l||l>u||l===u&&c<d)&&(l=u,c=d),u>r||"strict"===o&&u===r?m=d-1:p=h+1):p=h+1}return void 0===c?-1:"desc"===s?i-c-1:c}function Zn(e,t,o,s,i,n,r=!1){if(void 0===t||null===t.value)return-1;if(mn(t.value))throw t;const a=jn(t.value),l=r?(e,t)=>jn(i(e,s-t-1)):(e,t)=>jn(i(e,t)),c="wildcard"!==o||"string"!=typeof a||!(a.includes("*")||a.includes("?"));if(n&&c){const t=r?"reverseSearch":"forwardSearch";let i=n[t].get(e);if(void 0===i){i=new Map;for(let t=0;t<s;t++){const o=l(e,t)??null;i.has(o)||i.set(o,t)}n[t].set(e,i)}if(i.has(a)){const e=i.get(a);return r?s-e-1:e}if("strict"===o)return-1}const h=function(e,t,o,s,i){let n=o=>i(e,o)===t;if("wildcard"===o&&"string"==typeof t&&(t.includes("*")||t.includes("?"))){const o=$n(t);n=t=>{const s=i(e,t);return"string"==typeof s&&o.test(s)}}let r,a=-1;"nextSmaller"===o&&(n=o=>{const s=i(e,o);return(!r&&Yn(t,s)>=0||Yn(t,s)>=0&&Yn(s,r)>0)&&(r=s,a=o),s===t});"nextGreater"===o&&(n=o=>{const s=i(e,o);return(!r&&Yn(t,s)<=0||Yn(t,s)<=0&&Yn(s,r)<0)&&(r=s,a=o),s===t});for(let e=0;e<s;e++)if(n(e))return e;return a}(e,a,o,s,l);return r&&-1!==h?s-h-1:h}function jn(e){return"string"==typeof e?En(e):e}function Yn(e,t){let o=gn.indexOf(typeof e)-gn.indexOf(typeof t);return 0===o&&("string"==typeof e&&"string"==typeof t?o=e.localeCompare(t):"number"==typeof e&&"number"==typeof t?o=e-t:"boolean"==typeof e&&"boolean"==typeof t&&(o=Number(e)-Number(t))),o}function Xn(e){return void 0===e?[[]]:E(e)?e:[[e]]}function Kn(e,t){return Mn(e,((e,o)=>(e.push(t(o)),e)),[],"rowFirst")}function Jn(e){if(void 0===e)return!1;const{value:t}=e;return null!==t&&""!==t}const Qn=di("[[FUNCTION_NAME]] has no valid input data.");function er(e){return di("[[FUNCTION_NAME]] expects the provided values of %(argName)s to be a non-empty matrix.",{argName:e})}function tr(e){let t;if('"'===e.current?(e.shift(),t='"'):e.currentStartsWith("[$")&&(e.advanceBy(2),t="]"),!t)return null;let o="";for(;e.current&&e.current!==t;)o+=e.shift();if(e.current!==t)throw new Error("Unterminated string in format");return e.shift(),{type:"STRING",value:o}}const or=new Set("$+-/():!^&~{}<>= ");function sr(e){if("\\"===e.current){e.shift();const t=e.shift();if(!t)throw new Error("Unexpected end of format string");return{type:"CHAR",value:t}}return or.has(e.current)?{type:"CHAR",value:e.shift()}:null}function ir(e){return","===e.current?(e.shift(),{type:"THOUSANDS_SEPARATOR",value:","}):null}function nr(e){return"@"===e.current?(e.shift(),{type:"TEXT_PLACEHOLDER",value:"@"}):null}function rr(e){return"."===e.current?(e.shift(),{type:"DECIMAL_POINT",value:"."}):null}function ar(e){return"%"===e.current?(e.shift(),{type:"PERCENT",value:"%"}):null}function lr(e){if("0"===e.current||"#"===e.current){const t=e.current;return e.shift(),{type:"DIGIT",value:t}}return null}const cr=new Set("dmqyhsa");function hr(e){if(!cr.has(e.current))return null;const t=e.current;let o="";for(;e.current===t;)o+=e.shift();return{type:"DATE_PART",value:o}}function dr(e){if("*"!==e.current)return null;e.shift();const t=e.shift();if(!t)throw new Error("Unexpected end of format string");return{type:"REPEATED_CHAR",value:t}}const ur=20,gr={};function pr(e){let t=gr[e];return void 0===t&&(t=function(e){const t=function(e){const t=new ao(e),o=[];let s=[];for(o.push(s);!t.isOver();){if(";"===t.current){s=[],o.push(s),t.shift();continue}const e=lr(t)||tr(t)||sr(t)||ir(t)||rr(t)||ar(t)||hr(t)||nr(t)||dr(t);if(!e)throw new Error("Unknown token at "+t.remaining());s.push(e)}return o}(e);for(const e of t){const t=e.filter((e=>"REPEATED_CHAR"===e.type));for(const e of t.slice(1))e.type="CHAR"}const o=fr(t[0])||mr(t[0])||vr(t[0]);if(!o)throw new Error("Invalid first format part of: "+e);if(t.length>1&&"text"===o.type)throw new Error("The first format in a multi-part format must be a number format: "+e);const s=fr(t[1])||mr(t[1]);if(t[1]?.length&&!s)throw new Error("Invalid second format part of: "+e);const i=fr(t[2])||mr(t[2]);if(t[2]?.length&&!i)throw new Error("Invalid third format part of: "+e);const n=vr(t[3]);if(t[3]?.length&&!n)throw new Error("Invalid fourth format part of: "+e);return{positive:o,negative:s,zero:i,text:n}}(e),gr[e]=t),t}function mr(e){if(!e||!function(e){return e.every((e=>"DIGIT"===e.type||"DECIMAL_POINT"===e.type||"THOUSANDS_SEPARATOR"===e.type||"PERCENT"===e.type||"STRING"===e.type||"CHAR"===e.type||"REPEATED_CHAR"===e.type))}(e))return;const t=[];let o,s=t,i=0,n=0,r=e.findLastIndex((e=>"DIGIT"===e.type)),a=!1,l=0;for(let c=0;c<e.length;c++){const h=e[c];switch(h.type){case"DIGIT":s===t?s.push(h):l<ur&&(s.push(h),l++);break;case"DECIMAL_POINT":if(s!==t)throw new Error("Multiple decimal points in a number format");o=[],s=o;break;case"REPEATED_CHAR":case"CHAR":case"STRING":s.push(h);break;case"PERCENT":i++,s.push(h);break;case"THOUSANDS_SEPARATOR":c-1===r?(n+=1,r++,s.push(h)):"DIGIT"===e[c+1]?.type&&"DIGIT"===e[c-1]?.type?(s===t&&(a=!0),s.push(h)):s.push({type:"CHAR",value:","})}}return{type:"number",integerPart:t,decimalPart:o,percentSymbols:i,thousandsSeparator:a,magnitude:n}}function fr(e){const t=e&&function(e){return e.every((e=>"DATE_PART"===e.type||"DECIMAL_POINT"===e.type||"THOUSANDS_SEPARATOR"===e.type||"STRING"===e.type||"CHAR"===e.type||"REPEATED_CHAR"===e.type))}(e)?{type:"date",tokens:e}:void 0;if(!t)return;if(t.tokens.length&&t.tokens.every((e=>"DATE_PART"===e.type&&"a"===e.value)))throw new Error("Invalid date format");const o=function(e){const t=e.filter((e=>"DATE_PART"===e.type));for(let e=0;e<t.length;e++)!t[e].value.startsWith("m")||t[e].value.length>2||(t[e-1]?.value.startsWith("h")||t[e+1]?.value.startsWith("s"))&&(t[e].value=t[e].value.replaceAll("m","M"));return e}(t.tokens.map((e=>"THOUSANDS_SEPARATOR"===e.type||"DECIMAL_POINT"===e.type?{type:"CHAR",value:e.value}:e)));return{type:"date",tokens:o}}function vr(e){return e&&function(e){return e.every((e=>"STRING"===e.type||"TEXT_PLACEHOLDER"===e.type||"CHAR"===e.type||"REPEATED_CHAR"===e.type))}(e)?{type:"text",tokens:e}:void 0}function br(e){return[Sr(e.positive),Sr(e.negative),Sr(e.zero),Sr(e.text)].filter(Mt).join(";")}function Sr(e){if(!e)return;let t="";const o="number"!==e.type?e.tokens:function(e){const t=[...e.integerPart];e.decimalPart&&(t.push({type:"DECIMAL_POINT",value:"."}),t.push(...e.decimalPart));return t}(e);for(const e of o)switch(e.type){case"STRING":t+=`[$${e.value}]`;break;case"CHAR":t+=(s=e.value,or.has(s)?e.value:`\\${e.value}`);break;case"REPEATED_CHAR":t+="*"+e.value;break;default:t+=e.value}var s;return t}const Cr=11,yr="REPEATED_CHAR_PLACEHOLDER_",wr={0:di("January"),1:di("February"),2:di("March"),3:di("April"),4:di("May"),5:di("June"),6:di("July"),7:di("August"),8:di("September"),9:di("October"),10:di("November"),11:di("December")},Ir={0:di("Sunday"),1:di("Monday"),2:di("Tuesday"),3:di("Wednesday"),4:di("Thursday"),5:di("Friday"),6:di("Saturday")};function xr(e,t,o,s=!1){return s?Gr({value:e,format:t},o):Er(e,{format:t,locale:o})}function Er(e,{format:t,locale:o,formatWidth:s}){switch("boolean"==typeof e&&(e=e?"TRUE":"FALSE"),typeof e){case"string":{if(e.includes('\\"')&&(e=e.replaceAll(/\\"/g,'"')),!t)return e;const o=pr(t),i=o.text||o.positive;return i&&"text"===i.type?Rr(e,i,s):e}case"number":t||(t=kr(e));const i=pr(t);if("text"===i.positive.type)return Rr(e.toString(),i.positive,s);let n=i.positive;if(e<0&&i.negative?(n=i.negative,e=-e):0===e&&i.zero&&(n=i.zero),"date"===n.type)return Tr(function(e,t){const o=Vi(e),s=t.tokens.some((e=>"DATE_PART"===e.type&&"a"===e.value));let i="";for(const e of t.tokens)switch(e.type){case"DATE_PART":i+=Mr(o,e.value,s);break;case"REPEATED_CHAR":i+=yr+e.value;break;default:i+=e.value}return i}(e,n),s);const r=e<0,a=Tr(function(e,t,o){if(e===1/0)return"∞"+(t.percentSymbols?"%":"");const s=2*t.percentSymbols-3*t.magnitude;e*=10**s;let i=0;void 0!==t.decimalPart&&(i=t.decimalPart.filter((e=>"DIGIT"===e.type)).length);const{integerDigits:n,decimalDigits:r}=Dr(Math.abs(e),i);let a=function(e,t,o){let s=t.integerPart;s.some((e=>"DIGIT"===e.type))||(s=[...s,{type:"DIGIT",value:"#"}]);"0"===e&&(e="");let i="";const n=s.findIndex((e=>"DIGIT"===e.type));let r=e.length-1;function a(t,s){if("0"===s&&(t=t||"0"),!t)return;const n=e.length-1-r;i=o&&n>0&&n%3==0?t+o+i:t+i}for(let t=s.length-1;t>=0;t--){const o=s[t];switch(o.type){case"DIGIT":if(a(e[r],o.value),r--,n===t)for(;r>=0;)a(e[r],"0"),r--;break;case"THOUSANDS_SEPARATOR":break;case"REPEATED_CHAR":i=yr+o.value+i;break;default:i=o.value+i}}return i}(n,t,t.thousandsSeparator?o.thousandsSeparator:void 0);void 0!==t.decimalPart&&(a+=o.decimalSeparator+function(e,t){if(!t.decimalPart)return"";let o="",s=0;for(const i of t.decimalPart)switch(i.type){case"DIGIT":o+="#"===i.value?e[s]||"":e[s]||"0",s++;break;case"THOUSANDS_SEPARATOR":break;case"REPEATED_CHAR":o+=yr+i.value;break;default:o+=i.value}return o}(r||"",t));return a}(Math.abs(e),n,o),s);return r?"-"+a:a;case"object":return""}}function Rr(e,t,o){let s="";for(const o of t.tokens)switch(o.type){case"TEXT_PLACEHOLDER":s+=e;break;case"CHAR":case"STRING":s+=o.value;break;case"REPEATED_CHAR":s+=yr+o.value}return Tr(s,o)}function Tr(e,t){const o=e.indexOf(yr);if(-1===o)return e;const s=e.slice(0,o),i=e.slice(o+yr.length+1),n=e[o+yr.length];const{timesToRepeat:r,padding:a}=function(){if(!t)return{timesToRepeat:0,padding:""};const e=t.measureText(s+i),o=t.measureText(n),r=t.availableWidth-e;if(r<=0)return{timesToRepeat:0,padding:""};const a=Math.floor(r/o),l=r-a*o,c=t.measureText(" ");return{timesToRepeat:a,padding:" ".repeat(Math.floor(l/c))}}();return s+n.repeat(r)+a+i}const Ar=[];function Dr(e,t=ur){const o=e.toString();if(o.includes("e"))return function(e,t=ur){let o=Ar[t];o||(o=new Intl.NumberFormat("en-US",{maximumFractionDigits:t,useGrouping:!1}),Ar[t]=o);const[s,i]=o.format(e).split(".");return{integerDigits:s,decimalDigits:i}}(e,t);if(Number.isInteger(e))return{integerDigits:o,decimalDigits:void 0};const s=o.indexOf(".");let i=o.substring(0,s),n=o.substring(s+1);if(0===t)return Number(n[0])>=5&&(i=(Number(i)+1).toString()),{integerDigits:i,decimalDigits:void 0};if(n.length>t){const{integerDigits:e,decimalDigits:o}=function(e,t){let o="0",s=e;const i=e.slice(0,t),n=t;if(Number(e[n])<5)return{integerDigits:o,decimalDigits:i};const r=i.match(Fr)?.[0]||"",a=(Number(i)+1).toString(),l=i.slice(r.length),c=a.length>l.length;c&&!r?(o="1",s=void 0):s=c?r.slice(0,-1)+a:r+a;return{integerDigits:o,decimalDigits:s}}(n,t);n=o,"0"!==e&&(i=(Number(i)+Number(e)).toString())}return{integerDigits:i,decimalDigits:_r(n||"")}}function _r(e){let t=e.length-1;for(;t>=0&&"0"===e[t];)t--;return e.slice(0,t+1)||void 0}const Fr=/^0+/;function Or(e,t){const{integerDigits:o,decimalDigits:s}=Dr(e,20);return s?o+t+s:o}const Pr=Jt((function(e){if(!e)return!1;try{return"date"===pr(e).positive.type}catch(e){return!1}}));function Mr(e,t,o){switch(t){case"d":return e.getDate();case"dd":return e.getDate().toString().padStart(2,"0");case"ddd":return Ir[e.getDay()].slice(0,3);case"dddd":return Ir[e.getDay()].toString();case"m":return e.getMonth()+1;case"mm":return String(e.getMonth()+1).padStart(2,"0");case"mmm":return wr[e.getMonth()].slice(0,3);case"mmmm":return wr[e.getMonth()].toString();case"mmmmm":return wr[e.getMonth()].slice(0,1);case"qq":return di("Q%(quarter)s",{quarter:e.getQuarter()}).toString();case"qqqq":return di("Quarter %(quarter)s",{quarter:e.getQuarter()}).toString();case"yy":const s=String(e.getFullYear()).replace("-","").padStart(2,"0");return s.slice(s.length-2);case"yyyy":return e.getFullYear();case"hhhh":return Math.floor((e.getTime()-wi.getTime())/36e5).toString();case"hh":let i=e.getHours();return o&&(i=0===i?12:i>12?i-12:i),i.toString().padStart(2,"0");case"MM":return e.getMinutes().toString().padStart(2,"0");case"ss":return e.getSeconds().toString().padStart(2,"0");case"a":return e.getHours()>=12?"PM":"AM";default:throw new Error(`invalid date format token: ${t}`)}}const Nr=Jt((function(e){return new RegExp(`[0-9]+${gt(e.decimalSeparator)}[0-9]`)}));function kr(e){let{integerDigits:t,decimalDigits:o}=Dr(e);if(!o)return"0";const s=t.replace("-","").length;if(s+2>Cr)return"0";const i=Cr-s-1;return({decimalDigits:o}=Dr(e,Math.min(i,o.length))),o?"0."+"0".repeat(o.length):"0"}function Lr(e,t){if(!Ni(e,t))return;return Li(e,t).format}function Vr(e){const t=e.includes(".")?"0.00":"0",o=e.match(/[\$€]/);if(o){const s=e.match(/[\d]/),i="[$"+o.values().next().value+"]";return s.index<o.index?"#,##"+t+i:i+"#,##"+t}if(e.includes("%"))return t+"%"}function Ur(e){const t=e.decimalPlaces??2,o=e.position??"before",s=e.code??"",i=e.symbol??"",n="#,##0"+(t?"."+"0".repeat(t):"");let r=`${s} ${i}`.trim();return"after"===o&&s&&(r=" "+r),function(e,t,o){const s=`[$${e}]`;return"before"===t?s+o:o+s}(r,o,n)}function Hr(e){const t=e.decimalPlaces??2,o=e.position??"before",s=e.code??"",i=e.symbol??"",n="#,##0"+(t?"."+"0".repeat(t):"");let r=`${s} ${i}`.trim();"after"===o&&s&&(r=" "+r);return[zr(r,o,` ${n} `),zr(r,o,`(${n})`),zr(r,o," - ")].join(";")}function zr(e,t,o){const s=`[$${e}]`;return"before"===t?s+"* "+o:o+"* "+s}function Br(e){const t=pr(e);return br({positive:$r(t.positive),negative:t.negative?$r(t.negative):void 0,zero:t.zero?$r(t.zero):void 0,text:t.text})}function $r(e){if("number"!==e.type||!e.decimalPart)return e;const t=e.decimalPart.filter((e=>"DIGIT"!==e.type));return{...e,decimalPart:void 0,integerPart:[...e.integerPart,...t]}}function Gr({value:e,format:t},o){return Er(e,{format:Wr({value:e,format:t},void 0,o),locale:o})}function Wr(e,t,o){let s=0;try{s=Math.abs(bn(e?.value,o))}catch(e){return""}const i=e?.format;if(void 0!==t){const e=t?.value;switch(e){case"k":return qr(i,1,"k");case"m":return qr(i,2,"m");case"b":return qr(i,3,"b");default:throw new nn(di("The formatting unit should be 'k', 'm' or 'b'."))}}return s<1e5?qr(i,0,""):s<1e8?qr(i,1,"k"):s<1e11?qr(i,2,"m"):qr(i,3,"b")}function qr(e,t,o,s){const i=pr(e||"#,##0");return br({positive:Zr(i.positive,t,o),negative:i.negative?Zr(i.negative,t,o):void 0,zero:i.zero?Zr(i.zero,t,o):void 0,text:i.text})}function Zr(e,t,o){if("number"!==e.type)return e;const s={type:"STRING",value:o};let i=[...e.integerPart];const n=i.findLastIndex((e=>"DIGIT"===e.type));if(-1===n)throw new Error("Cannot create a large number format from a format with no digit.");for(;"THOUSANDS_SEPARATOR"===i[n+1]?.type;)i=Qt(i,[n+1]);const r=i[n+1];i="STRING"===r?.type&&["m","k","b"].includes(r.value)?to(i,s,n+1):eo(i,[s],n+1),t>0&&(i=eo(i,Array(t).fill({type:"THOUSANDS_SEPARATOR",value:","}),n+1));const a=e.percentSymbols-i.filter((e=>"PERCENT"===e.type)).length;return i.push(...new Array(a).fill({type:"PERCENT",value:"%"})),{...e,integerPart:i,decimalPart:void 0,magnitude:t}}function jr(e,t){const o=pr(e);return br(pr(br({positive:Yr(o.positive,t),negative:o.negative?Yr(o.negative,t):void 0,zero:o.zero?Yr(o.zero,t):void 0,text:o.text})))}function Yr(e,t){return"number"!==e.type?e:t>0?function(e,t){let o=e.integerPart,s=e.decimalPart;if(!s){const e=o.findLastIndex((e=>"DIGIT"===e.type));s=o.slice(e+1),o=o.slice(0,e+1)}const i=Ct(0,t).map((()=>({type:"DIGIT",value:"0"}))),n=s.findLastIndex((e=>"DIGIT"===e.type));s=-1===n?[...i,...s]:eo(s,i,n+1);return{...e,decimalPart:s,integerPart:o}}(e,t):function(e,t){let o=e.decimalPart;if(!o)return e;const s=[];let i=0;for(let e=o.length-1;e>=0&&!(i>=Math.abs(t));e--)"DIGIT"===o[e].type&&(i++,s.push(e));if(o=Qt(o,s),o.some((e=>"DIGIT"===e.type)))return{...e,decimalPart:o};return{...e,decimalPart:void 0,integerPart:[...e.integerPart,...o]}}(e,Math.abs(t))}function Xr(e){const t=pr(e);for(const e of[t.positive,t.negative,t.zero])if(e&&"date"===e.type&&e.tokens.some((e=>"DATE_PART"===e.type&&e.value.includes("q"))))return!1;return!0}function Kr(e){if(!e)return!1;try{return"text"===pr(e).positive.type}catch{return!1}}function Jr(e,t,o){return ea({value:Kr(t.format)&&null!==e.parsedValue?e.content:e.parsedValue,format:t.format,origin:o},t.locale)}function Qr(e,t){if(e.startsWith("="))throw new Error(`Cannot parse "${e}" because it's not a literal value. It's a formula`);if(""===e)return null;if(e.includes("\n"))return e;if(Ji(e,I))return en(e,I);const o=Li(e,t);return o?o.value:It(e)?"TRUE"===e.toUpperCase():e}function ea(e,t=I,o,s){const i=Ci(e.value);if(!i){return ia(ta(e,t,o),e.origin??s)}const n=Qr(i.label,t);return ia({...ta({value:n,format:e.format||("number"==typeof n?Lr(i.label,t)||Vr(i.label):void 0)},t,o),link:i},e.origin??s)}function ta(e,t,o){let{value:s,format:i,message:n}=e;i=o?.format||i;const a=Er(s,{format:i,locale:t});return mn(s)?function(e,t){return{value:e,formattedValue:e,message:t,type:r.error,isAutoSummable:!1,defaultAlign:"center"}}(s,n):null===s?sa(i):Kr(i)?oa(xn(s),i,a):"number"==typeof s?Pr(i||"")?function(e,t,o){return{value:e,format:t,formattedValue:o,type:r.number,isAutoSummable:!1,defaultAlign:"right"}}(s,i,a):function(e,t,o){return{value:e||0,format:t,formattedValue:o,type:r.number,isAutoSummable:!0,defaultAlign:"right"}}(s,i,a):"boolean"==typeof s?function(e,t,o){return{value:e,format:t,formattedValue:o,type:r.boolean,isAutoSummable:!1,defaultAlign:"center"}}(s,i,a):oa(s,i,a)}function oa(e,t,o){return{value:e,format:t,formattedValue:o,type:r.text,isAutoSummable:!0,defaultAlign:"left"}}const sa=Jt((function(e){return{value:null,format:e,formattedValue:"",type:r.empty,isAutoSummable:!0,defaultAlign:"left"}}));function ia(e,t){return null===e.value||"origin"in e||(e.origin=t),e}function na(e){const t=yi.now();switch(e){case"today":return Hi(t);case"yesterday":return Hi(yi.fromTimestamp(t.setDate(t.getDate()-1)));case"tomorrow":return Hi(yi.fromTimestamp(t.setDate(t.getDate()+1)));case"lastWeek":return Hi(yi.fromTimestamp(t.setDate(t.getDate()-7)));case"lastMonth":return Hi(yi.fromTimestamp(t.setMonth(t.getMonth()-1)));case"lastYear":return Hi(yi.fromTimestamp(t.setFullYear(t.getFullYear()-1)))}}function ra(e,t){return"dateValue"in e&&"exactDate"!==e.dateValue?[na(e.dateValue)]:e.values.map((e=>Mi(e,t)))}function aa(e,t){return e.map((e=>{if(e.startsWith("="))return e;const o=Qr(e,t);return"number"==typeof o?Er(o,{format:t.dateFormat,locale:t}):""}))}const la=new WeakMap,ca=new WeakMap;function ha(e,t){la.has(t)||(la.set(t,new Map),ca.set(t,0));const o=la.get(t),s=ga(e);if(o.has(s)){const i=o.get(s);return t[i]=e,i}const i=ca.get(t)+1;return o.set(s,i),ca.set(t,i),t[i]=e,i}function da(e){const t={};for(const o in e){const s=Fo(e[o].map(ls));for(const e of s)t[Bo(e)]=Number(o)}return t}function*ua(e,t){for(const o in t){const s=Vo(o),i=t[o];for(let t=s.top;t<=s.bottom;t++)for(let o=s.left;o<=s.right;o++){const s={sheetId:e,col:o,row:t};yield[s,i]}}}function ga(e){if(null===e)return"null";if(void 0===e)return"undefined";if("object"!=typeof e)return String(e);if(Array.isArray(e)){const t=e.length;let o="[";for(let s=0;s<t;s++)s>0&&(o+=","),o+=ga(e[s]);return o+"]"}const t=Object.keys(e).sort();let o="{";for(const s of t)void 0!==e[s]&&(o+=`"${s}":${ga(e[s])},`);return o+="}",o}function pa(e){return 20+120*Math.exp(-.035*(e-1))}const ma=new RegExp(/\$?([A-Z]{1,3})\$?([0-9]{1,7})/,"i"),fa=new RegExp(/^\$?([A-Z]{1,3})\$?([0-9]{1,7})$/,"i"),va=new RegExp(/^\$?([A-Z]{1,3})+$/,"i"),ba=new RegExp(/^\$?([0-9]{1,7})+$/,"i"),Sa=new RegExp(/^\s*('.+'!|[^']+!)?\$?([A-Z]{1,3})$/,"i"),Ca=new RegExp(/^\s*('.+'!|[^']+!)?\$?([0-9]{1,7})$/,"i"),ya=new RegExp(/^\s*('.+'!|[^']+!)?/.source+"("+[ma.source,/(\$?[A-Z]{1,3})?\$?[0-9]{1,7}\s*:\s*(\$?[A-Z]{1,3})?\$?[0-9]{1,7}\s*/i.source,/\$?[A-Z]{1,3}(\$?[0-9]{1,7})?\s*:\s*\$?[A-Z]{1,3}(\$?[0-9]{1,7})?\s*/i.source].join("|")+")"+/$/.source,"i");function wa(e){return Ca.test(e)}function Ia(e){return va.test(e)}function xa(e){return ba.test(e)}function Ea(e){return fa.test(e)}function Ra(e){if(!e.includes("!"))return{xc:e};const t=e.split("!"),o=t.pop();return{sheetName:mt(t.join("!"))||void 0,xc:o}}function Ta(e,t){return void 0!==e?`${vt(e)}!${t}`:t}function Aa(e){const t=[];for(let o=0;o<e;o++){const e={cells:{}};t.push(e)}return t}function Da(e,t,o){return o.map((o=>o>=e?o+t:o))}function _a(e,t){return e=[...e].sort(((e,t)=>t-e)),t.map((t=>{for(const o of e)if(t>o)t--;else if(t===o)return;return t})).filter(Mt)}function Fa(e,t="Sheet"){let o=1,s=`${t}${o}`;for(;e.includes(s);)s=`${t}${o}`,o++;return s}function Oa(e,t){let o=1;const s=di("Copy of %s",e);let i=s.toString();for(;t.includes(i);)i=`${s} (${o})`,o++;return i}function Pa(e,t){return void 0!==e&&void 0!==t&&mt(e.trim().toUpperCase())===mt(t.trim().toUpperCase())}function Ma(e,t){const o=e.zone,s=function(e,t){const{left:o,top:s,bottom:i,right:n}=e;if(void 0!==n&&void 0!==i)return e;if(void 0===i&&void 0!==n)return{right:n,top:s,left:o,bottom:t.numberOfRows-1};if(void 0===n&&void 0!==i)return{bottom:i,left:o,top:s,right:t.numberOfCols-1};throw new Error("Bad zone format")}(o,t(e.sheetId));let i=e.parts;return 1===e.parts.length&&us(s)>1?i=[e.parts[0],e.parts[0]]:2===e.parts.length&&1===us(s)&&(i=[e.parts[0]]),{unboundedZone:o,zone:s,parts:i,prefixSheet:e.prefixSheet,invalidSheetName:e.invalidSheetName,sheetId:e.sheetId}}function Na(e,t){const o=e.xc,{xc:s,sheetName:i}=Ra(o),n=Lo(s),r=function(e,t){const o=e.split(":").map((e=>{const t=wa(e);return{colFixed:!t&&e.startsWith("$"),rowFixed:t?e.startsWith("$"):e.includes("$",1)}})),s=void 0===t.bottom,i=void 0===t.right;s&&(o[0].rowFixed=o[0].rowFixed||o[1].rowFixed,o[1].rowFixed=o[0].rowFixed||o[1].rowFixed);i&&(o[0].colFixed=o[0].colFixed||o[1].colFixed,o[1].colFixed=o[0].colFixed||o[1].colFixed);return o}(s,n);return Ma({zone:n,parts:r,sheetId:e.sheetId,prefixSheet:Boolean(i),invalidSheetName:e.invalidSheetName},t)}function ka(e){const t={left:-1,top:-1,right:-1,bottom:-1};return{sheetId:"",zone:t,unboundedZone:t,parts:[],invalidXc:e,prefixSheet:!1}}function La(e){return ds(e.unboundedZone)}function Va(e){return hs(e.unboundedZone)}function Ua(e,t,o,s={useBoundedReference:!1,useFixedReference:!1}){if(e.invalidXc)return e.invalidXc;if(e.zone.bottom-e.zone.top<0||e.zone.right-e.zone.left<0)return on.InvalidReference;if(e.zone.left<0||e.zone.top<0)return on.InvalidReference;const i=e.sheetId!==t||e.invalidSheetName||e.prefixSheet;let n="";if(i&&(n=e.invalidSheetName?e.invalidSheetName:vt(o(e.sheetId))),i&&!n)return on.InvalidReference;let r=Ka(e,0,s);return e.parts&&2===e.parts.length&&(e.zone.top!==e.zone.bottom||e.zone.left!==e.zone.right||e.parts[0].rowFixed||e.parts[0].colFixed||e.parts[1].rowFixed||e.parts[1].colFixed)&&(r+=":",r+=Ka(e,1,s)),`${i?n+"!":""}${r}`}function Ha(e,t,o){const s=o.sheetId===e?t:o.sheetId;return{...o,sheetId:s}}function za(e,t,o){if(!o)return;const s=e.getRangeFromSheetXC(t,o);return s.invalidSheetName||s.invalidXc?void 0:s}function Ba(e){const t=[];for(const o of e)for(const e of ss(o.zone))t.push({...e,sheetId:o.sheetId});return t}function $a(e){return Ga.get(e.type)?.(e)}const Ga=new class extends n{add(e,t){return super.add(e,t),this}get(e){return this.content[e]}};function Wa(e){const t="COL"===e.dimension?"left":"top",o="COL"===e.dimension?"right":"bottom",s="COL"===e.dimension?"columns":"rows",i=[...e.elements];i.sort(((e,t)=>t-e));const n=yt(i);return i=>{if(!Pa(i.sheetId,e.sheetId))return{changeType:"NONE"};let r=i,a="NONE";for(const e of n){const n=ro(e),l=no(e);if(i.zone[t]<=n&&n<=i.zone[o]){const e=Math.min(i.zone[o],l)-n+1;a="RESIZE",r=Xa(r,s,a,-e)}else if(i.zone[t]>=n&&i.zone[o]<=l)a="REMOVE",r=ka(on.InvalidReference);else if(i.zone[t]<=l&&i.zone[o]>=l){const e=l-i.zone[t]+1;a="RESIZE",r=Xa(r,s,a,-e),r=Xa(r,s,"MOVE",-(i.zone[t]-n))}else n<i.zone[t]&&(a="MOVE",r=Xa(r,s,a,-(l-n+1)))}return"NONE"!==a?{changeType:a,range:r}:{changeType:"NONE"}}}function qa(e){const t="COL"===e.dimension?"left":"top",o="COL"===e.dimension?"right":"bottom",s="COL"===e.dimension?"columns":"rows";return i=>{if(i.sheetId!==e.sheetId)return{changeType:"NONE"};if("after"===e.position){if(i.zone[t]<=e.base&&e.base<i.zone[o])return{changeType:"RESIZE",range:Xa(i,s,"RESIZE",e.quantity)};if(e.base<i.zone[t])return{changeType:"MOVE",range:Xa(i,s,"MOVE",e.quantity)}}else{if(i.zone[t]<e.base&&e.base<=i.zone[o])return{changeType:"RESIZE",range:Xa(i,s,"RESIZE",e.quantity)};if(e.base<=i.zone[t])return{changeType:"MOVE",range:Xa(i,s,"MOVE",e.quantity)}}return{changeType:"NONE"}}}function Za(e){return t=>{if(t.sheetId!==e.sheetId&&t.invalidSheetName!==e.sheetName)return{changeType:"NONE"};const o=e.sheetName;return{changeType:"REMOVE",range:t={...ka(on.InvalidReference),invalidSheetName:o}}}}function ja(e){return t=>{if(t.sheetId===e.sheetId)return{changeType:"CHANGE",range:t};if(e.newName&&t.invalidSheetName===e.newName){const o=void 0,s=e.sheetId;return{changeType:"CHANGE",range:{...t,sheetId:s,invalidSheetName:o}}}if(e.oldName&&t.invalidSheetName===e.oldName){const o=void 0,s=e.sheetId;return{changeType:"CHANGE",range:{...t,sheetId:s,invalidSheetName:o}}}return{changeType:"NONE"}}}function Ya(e){const t=e.target[0];return o=>{if(o.sheetId!==e.sheetId||!Qo(o.zone,t))return{changeType:"NONE"};const s=e.targetSheetId,i=Xa(o,"both","MOVE",[e.col-t.left,e.row-t.top]),n=e.sheetId!==s||i.prefixSheet;return{changeType:"MOVE",range:{...i,sheetId:s,prefixSheet:n}}}}function Xa(e,t,o,s){return{...e,unboundedZone:rs(e.unboundedZone,t,o,s),zone:rs(e.zone,t,o,s)}}function Ka(e,t,o={useBoundedReference:!1,useFixedReference:!1}){const s=e.parts[t]?.colFixed||o.useFixedReference?"$":"",i=So(0===t?e.zone.left:e.zone.right),n=e.parts[t]?.rowFixed||o.useFixedReference?"$":"",r=String(0===t?e.zone.top+1:e.zone.bottom+1);let a="";return a=ds(e.unboundedZone)&&!o.useBoundedReference?0===t&&e.unboundedZone.hasHeader?s+i+n+r:s+i:hs(e.unboundedZone)&&!o.useBoundedReference?0===t&&e.unboundedZone.hasHeader?s+i+n+r:n+r:s+i+n+r,a}function Ja(e,t,o){const s=[];return t.forEach((t=>{const i=function(e,t){e=e.toLocaleLowerCase();let o=0,s=0;const i=(t=t.toLocaleLowerCase()).length;let n=0;for(let r=0;r<i;r++)t[r]===e[n]?(n++,s+=100+s-r/200):s=0,o+=s;return n===e.length?o:0}(e,o(t));i>0&&s.push({score:i,elem:t})})),s.sort(((e,t)=>t.score-e.score)),s.map((e=>e.elem))}function Qa(e,t=1){return t*(e+Te)-Te}function el(e,t,o,s){const i=dl(e,t,o,"wrap"===o?.wrapping?s-2*Te:void 0).length;return Qa(cl(o),i)+2*Ae}function tl(e,t=!1,o=!1){return`${o?"italic":""} ${t?"bold":""} ${e}px ${Le}`}Ga.add("REMOVE_COLUMNS_ROWS",(e=>({applyChange:Wa(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("ADD_COLUMNS_ROWS",(e=>({applyChange:qa(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("DELETE_SHEET",(e=>({applyChange:Za(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("RENAME_SHEET",(e=>({applyChange:ja(e),sheetId:e.sheetId,sheetName:{old:e.oldName,current:e.newName}}))).add("MOVE_RANGES",(e=>({applyChange:Ya(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}})));const ol={};function sl(e,t,o,s="pt"){return il(e,t,ll(o,s))}function il(e,t,o){if(ol[o]||(ol[o]={}),void 0===ol[o][t]){const s=e.font;e.font=o,ol[o][t]=e.measureText(t).width,e.font=s}return ol[o][t]}const nl={};function rl(e,t,o,s="pt"){const i=ll(o,s);e.save(),e.font=i;const n=function(e,t){const o=e.font;nl[o]||(nl[o]={});if(void 0===nl[o][t]){const s=e.measureText(t),i=s.width,n=s.fontBoundingBoxAscent+s.fontBoundingBoxDescent;nl[o][t]={width:i,height:n}}return nl[o][t]}(e,t);return e.restore(),n}function al(e){return Math.round(96*e/72)}function ll(e,t="pt"){return`${e.italic?"italic ":""}${e.bold?"bold":Ne} ${("pt"===t?cl(e):e.fontSize)??ke}px ${Le}`}function cl(e){return al(e?.fontSize||ke)}function hl(e,t,o,s){if(sl(e,t,s)<=o)return[t];const i=[];let n="";for(const r of t){sl(e,n+r,s)>o?(i.push(n),n=r):n+=r}return i.push(n),i}function dl(e,t,o,s){o||(o={}),Rt(t)&&(t=Dt(t).label);const i=[],n=t.includes(ot)?t.split(ot):[t];for(const t of n){const n=t.includes(" ")?t.split(" "):[t];if(!s){i.push(t);continue}let r="",a=s;for(const t of n){const n=hl(e,t,s,o),l=n.pop(),c=sl(e,l,o);if(n.length)""!==r&&(i.push(r),r="",a=s),n.forEach((e=>{i.push(e)})),r=l,a=s-c;else{const t=""===r?l:" "+l,n=sl(e,t,o);n<=a?(r+=t,a-=n):(i.push(r),r=l,a=s-c)}}""!==r&&i.push(r)}return i}function ul(e){return e?e.toLowerCase():""}const gl=/([0-9\.]*)px/;function pl(e,t,o){let s=il(e,t,e.font);if(s<=o)return t;const i=il(e,"…",e.font);if(s<=i)return t;let n=t.length;for(;s>=o-i&&n-- >0;)s=il(e,t=t.substring(0,n),e.font);return t+"…"}function ml(e,t,o,s=!1,i=!1,n=function(e){return Number(e.match(gl)?.[1])}(e.font)/10){if(e.fillText(t,o.x,o.y),!s&&!i)return;const r=e.measureText(t),a=r.width,l=r.actualBoundingBoxAscent+r.actualBoundingBoxDescent,c=r.fontBoundingBoxAscent+r.fontBoundingBoxDescent;let{x:h,y:d}=o,u=d,g=d;switch(e.textAlign){case"center":h-=a/2;break;case"right":h-=a}switch(e.textBaseline){case"top":g+=c-2*n,u+=c/2-n;break;case"middle":g+=c/2-n;break;case"alphabetic":g+=2*n,u-=3*n;break;case"bottom":g=d,u-=l/2-n/2}s&&(e.lineWidth=n,e.strokeStyle=e.fillStyle,e.beginPath(),e.moveTo(h,g),e.lineTo(h+a,g),e.stroke()),i&&(e.lineWidth=n,e.strokeStyle=e.fillStyle,e.beginPath(),e.moveTo(h,u),e.lineTo(h+a,u),e.stroke())}function fl(e,t,o,s,i="pt"){if(sl(e,o,s,i)<=t)return o;const n=sl(e,"...",s,i);if(n>=t)return"";let r,a=1,l=o.length;for(;a<=l;){const c=Math.floor((a+l)/2);r=sl(e,o.slice(0,c),s,i),r+n>t?l=c-1:a=c+1}const c=o.slice(0,Math.max(0,a-1));return c?c+"...":""}class vl{smallUuid(){return window.crypto?"10000000-1000".replace(/[01]/g,(e=>{const t=Number(e);return(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16)})):"xxxxxxxx-xxxx".replace(/[xy]/g,(function(e){const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}uuidv4(){return window.crypto?"10000000-1000-4000-8000-100000000000".replace(/[018]/g,(e=>{const t=Number(e);return(t^crypto.getRandomValues(new Uint8Array(1))[0]&15>>t/4).toString(16)})):"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}}class bl{getters;dispatch;constructor(e,t){this.getters=e,this.dispatch=t}copy(e,t,o="copyPaste"){}paste(e,t,o){}isPasteAllowed(e,t,o,s){return"Success"}isCutAllowed(e){return"Success"}getPasteTarget(e,t,o,s){return{zones:[],sheetId:e}}convertTextToClipboardData(e){}}class Sl extends bl{copy(e,t,o="copyPaste"){}pasteFromCopy(e,t,o,s){if(1===t.length)for(const i of Ss(t,o))this.pasteZone(e,i.left,i.top,o,s);else for(const i of Fo(t))for(let t=i.left;t<=i.right;t++)for(let n=i.top;n<=i.bottom;n++)this.pasteZone(e,t,n,o,s)}pasteZone(e,t,o,s,i){}}class Cl extends bl{copy(e){}}const yl=["%"],wl="+,-,*,/,:,=,<>,>=,>,<=,<,^,&".split(",").concat(yl);function Il(e,t=I){e=Xt(e);const o=new ao(e),s=[],i=Zt.test(e)?Nl:kl;for(;!o.isOver();){let e=Ll(o)||i(o)||Tl(o,t)||Rl(o)||Al(o)||Fl(o)||xl(o)||Vl(o)||_l(o,t)||Ml(o);e||(e={type:"UNKNOWN",value:o.shift()}),s.push(e)}return s}function xl(e){return"?"===e.current?(e.shift(),{type:"DEBUGGER",value:"?"}):null}const El={"(":{type:"LEFT_PAREN",value:"("},")":{type:"RIGHT_PAREN",value:")"}};function Rl(e){if("("===e.current||")"===e.current){const t=e.shift();return El[t]}return null}function Tl(e,t){if(e.current===t.formulaArgSeparator){return{type:"ARG_SEPARATOR",value:e.shift()}}return null}function Al(e){for(const t of wl)if(e.currentStartsWith(t))return e.advanceBy(t.length),{type:"OPERATOR",value:t};return null}const Dl=new Set("0123456789");function _l(e,t){if(!Dl.has(e.current)&&e.current!==t.decimalSeparator)return null;const o=e.remaining().match(Xi(t.decimalSeparator));return o?(e.advanceBy(o[0].length),{type:"NUMBER",value:o[0]}):null}function Fl(e){if('"'===e.current){const t=e.shift();let o=t;for(;e.current&&(e.current!==t||"\\"===o[o.length-1]);)o+=e.shift();return'"'===e.current&&(o+=e.shift()),{type:"STRING",value:o}}return null}const Ol=/\p{L}|\p{N}|_|\.|!|\$/u,Pl=new Set("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.!$");function Ml(e){let t="";if("'"===e.current){let o=e.shift();for(t+=o;e.current;)if(o=e.shift(),t+=o,"'"===o){if(!e.current||"'"!==e.current)break;o=e.shift(),t+=o}if("'"!==o)return{type:"UNKNOWN",value:t}}for(;e.current&&(Pl.has(e.current)||e.current.match(Ol));)t+=e.shift();if(t.length){const e=t;return ya.test(e)?{type:"REFERENCE",value:e}:{type:"SYMBOL",value:e}}return null}function Nl(e){let t="";for(;" "===e.current||e.current&&e.current.match(Zt);)t+=e.shift();return t?{type:"SPACE",value:t}:null}function kl(e){let t="";for(;" "===e.current;)t+=e.shift();return t?{type:"SPACE",value:t}:null}function Ll(e){let t=0;for(;e.current===ot;)t++,e.shift();return t?{type:"SPACE",value:ot.repeat(t)}:null}function Vl(e){return e.currentStartsWith(on.InvalidReference)?(e.advanceBy(on.InvalidReference.length),{type:"INVALID_REFERENCE",value:on.InvalidReference}):null}function Ul(e){if(!e||"object"!=typeof e||e.thousandsSeparator&&"string"!=typeof e.thousandsSeparator)return!1;for(const t of["code","name","decimalSeparator","dateFormat","timeFormat","formulaArgSeparator"])if(!e[t]||"string"!=typeof e[t])return!1;if(e.formulaArgSeparator===e.decimalSeparator)return!1;if(e.thousandsSeparator===e.decimalSeparator)return!1;try{Er(1,{locale:e,format:"#,##0.00"}),Er(1,{locale:e,format:e.dateFormat}),Er(1,{locale:e,format:e.timeFormat})}catch{return!1}return!0}function Hl(e,t){return uo(e)?Gl(e,t):Zl(e,t)}function zl(e,t){return uo(e)?Gl(e,t):function(e,t){if(Ni(e,t)){const o=bn(e,t);let s=I.dateFormat;return Number.isInteger(o)||(s+=" "+I.timeFormat),Er(o,{locale:I,format:s})}return Zl(e,t)}(e,t)}function Bl(e,t){return e.startsWith("=")?Wl(e,t):function(e,t){if(Ni(e,I)){const o=bn(e,I);let s=t.dateFormat;return Number.isInteger(o)||(s+=" "+t.timeFormat),Er(o,{locale:t,format:s})}return function(e,t){if("."===t.decimalSeparator||!Ji(e,I))return e;const o=Nr(I);return e.replace(o,(e=>e.replace(".",t.decimalSeparator)))}(e,t)}(e,t)}function $l(e,t){return uo(e)?Gl(e,t):Zl(e,t)}function Gl(e,t){return ql(e.startsWith("+")?"="+e.slice(1):e,t,I)}function Wl(e,t){return ql(e,I,t)}function ql(e,t,o){if(t.formulaArgSeparator===o.formulaArgSeparator&&t.decimalSeparator===o.decimalSeparator)return e;const s=Il(e,t);let i="";for(const e of s)"NUMBER"===e.type?i+=e.value.replace(t.decimalSeparator,o.decimalSeparator):"ARG_SEPARATOR"===e.type?i+=o.formulaArgSeparator:i+=e.value;return i}function Zl(e,t){return"."!==t.decimalSeparator&&Ji(e,t)?(t.thousandsSeparator&&(e=e.replaceAll(t.thousandsSeparator,"")),e.replace(t.decimalSeparator,".")):e}function jl(e,t){return Kl(e,(e=>zl(e,t)))}function Yl(e,t){return Kl(e,(e=>Bl(e,t)))}function Xl(e,t){const o=pt(e);return o.criterion.values=o.criterion.values.map((e=>Bl(e,t))),o}function Kl(e,t){switch((e=pt(e)).type){case"CellIsRule":switch(e.operator){case"isBetween":case"isNotBetween":case"isEqual":case"isNotEqual":case"isGreaterThan":case"isGreaterOrEqualTo":case"isLessThan":case"isLessOrEqualTo":case"customFormula":return e.values=e.values.map((e=>t(e))),e;case"beginsWithText":case"containsText":case"endsWithText":case"notContainsText":case"isEmpty":case"isNotEmpty":return e}case"DataBarRule":return e;case"ColorScaleRule":return e.minimum=Jl(e.minimum,t),e.maximum=Jl(e.maximum,t),e.midpoint&&(e.midpoint=Jl(e.midpoint,t)),e;case"IconSetRule":return e.lowerInflectionPoint.value=t(e.lowerInflectionPoint.value),e.upperInflectionPoint.value=t(e.upperInflectionPoint.value),e}}function Jl(e,t){if(!e?.value)return e;const o=t("formula"===e.type?"="+e.value:e.value),s="formula"===e.type?o.slice(1):o;return{...e,value:s}}function Ql(e){return e.dateFormat+" "+e.timeFormat}function ec(e){let t=!1,o=!0;return zn(e,(e=>(t=!0,o=o&&e,o))),{foundBoolean:t,result:o}}function tc(e){let t=!1,o=!1;return zn(e,(e=>(t=!0,o=o||e,!o))),{foundBoolean:t,result:o}}function oc(e,t){return Nn(e,((e,t)=>e+t),0,t)}function sc(e){return Mn(e,((e,t)=>Jn(t)?e.add(t?.value):e),new Set).size}function ic(e,t){if(!e)throw new nn(t)}function nc(e,t=di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")){if(0===e)throw new un(t)}function rc(e){return 1===e.length||1===e[0].length}function ac(...e){if(e.every(E)){const t=e[0].length,o=e[0][0].length;for(const s of e)if(s.length!==t||s[0].length!==o)return!1;return!0}return!e.some((e=>Array.isArray(e)&&(1!==e.length||1!==e[0].length)))}function lc(e){return e.length===e[0].length}const cc=e=>di("The function [[FUNCTION_NAME]] expects a number value to be greater than or equal to 1, but receives %s.",e);function hc(e){const t=Array(e);for(let o=0;o<e;o++)t[o]=Array(e).fill(0),t[o][o]=1;return t}function dc(e){if(e.length<1||e[0].length<1)throw new Error("invertMatrix: an empty matrix cannot be inverted.");if(e.length!==e[0].length)throw new Error("invertMatrix: only square matrices are invertible");let t=1;const o=e.length,s=hc(o),i=e.map((e=>e.slice()));for(let e=0;e<o;e++){let n=i[e][e];if(0===n){for(let n=e+1;n<o;n++)if(0!==i[e][n]){uc(i,e,n),uc(s,e,n),t*=-1;break}if(n=i[e][e],0===n)return{determinant:0}}for(let t=0;t<o;t++)i[t][e]=i[t][e]/n,s[t][e]=s[t][e]/n;t*=n;for(let t=0;t<o;t++){if(t===e)continue;const n=i[e][t];for(let r=0;r<o;r++)i[r][t]-=n*i[r][e],s[r][t]-=n*s[r][e]}}return{inverted:s,determinant:t}}function uc(e,t,o){for(let s=0;s<e.length;s++){const i=e[s][t];e[s][t]=e[s][o],e[s][o]=i}}function gc(e,t){if(e.length<1||t.length<1)throw new Error("multiplyMatrices: empty matrices cannot be multiplied.");if(e.length!==t[0].length)throw new Error("multiplyMatrices: incompatible matrices size.");const o=e[0].length,s=t.length,i=e.length,n=Array(s);for(let r=0;r<s;r++){n[r]=Array(o);for(let s=0;s<o;s++){let o=0;for(let n=0;n<i;n++)o+=e[n][s]*t[r][n];n[r][s]=o}}return n}function pc(e){if(!E(e))return e;if(!mc(e))throw new Error("The value should be a scalar or a 1x1 matrix");return e[0][0]}function mc(e){return 1===e.length&&1===e[0].length}function fc(e){return E(e)&&!mc(e)}function vc(...e){const t=e[0].length;e.forEach(((e,o)=>ic(e.length===t,di("[[FUNCTION_NAME]] has mismatched dimensions for argument %s (%s vs %s).",o.toString(),t.toString(),e.length.toString()))))}function bc(e,t){let o=0;const s=Nn(e,((e,t)=>(o+=1,e+t)),0,t);return nc(o),s/o}function Sc(e,t){let o=0;for(const s of e)if(E(s))for(const e of s)for(const t of e)"number"==typeof t.value&&(o+=1);else{const e=s?.value;mn(e)||"string"==typeof e&&!Ji(e,t)&&!Li(e,t)||(o+=1)}return o}function Cc(e){return Mn(e,((e,t)=>void 0!==t&&null!==t.value?e+1:e),0)}function yc(e,t){let o={value:-1/0};return On(e,(e=>{e.value>=o.value&&(o=e)}),t),o.value===-1/0?{value:0}:o}function wc(e,t){let o={value:1/0};return On(e,(e=>{e.value<=o.value&&(o=e)}),t),o.value===1/0?{value:0}:o}function Ic(e,t,o){const s=e[0].length?e:[Ct(1,t.flat().length+1)],i=s.length;let n=o[0].length?o:s;return n=n.length===i?Un(n):n,{_X:s,_newX:n}}function xc(e,t,o=!0,s=!1){const i=t.flat(),n=i.length;let{_X:r}=Ic(e,t,[[]]);r=r.length===n?Un(r):r.slice(),vc(r[0],i);const a=r.length,l=n-a-(o?1:0),c=[i],h=Un(r.reverse()),d=[];for(let e=0;e<a;e++)if(d.push(0),o){for(const t of r[e])d[e]+=t;d[e]/=n}let u=0;if(o){for(const e of i)u+=e;u/=n}const g=h.map((e=>e.map(((e,t)=>e-d[t]))));o&&h.forEach((e=>e.push(1)));const p=Rc(h,c);if(o||p.push([0]),!s)return p;const m=gc(g,Un(g)),{inverted:f}=dc(m);if(void 0===f)throw new nn(di("Matrix is not invertible"));let v=0,b=0;for(let e=0;e<n;e++){const t=i[e]-u;let o=0;for(let t=0;t<a;t++){o+=g[e][t]*p[t][0]}const s=t-o;v+=s*s,b+=o*o}const S=Math.sqrt(v/l),C=b/(b+v),y=b/a/(v/l),w=[];for(let e=0;e<a;e++)w.push(S*Math.sqrt(f[e][e]));if(o){const e=gc(f,[d]),t=gc(Un([d]),e);w.push(S*Math.sqrt(t[0][0]+1/i.length))}const I=[[p[0][0],w[0],C,y,b],[p[1][0],w[1],S,l,v]];for(let e=2;e<a;e++)I.push([p[e][0],w[e],"","",""]);return o?I.push([p[a][0],w[a],"","",""]):I.push([0,"","","",""]),I}function Ec(e,t,o,s){vc(t,e),ic(o>=1,di("Function [[FUNCTION_NAME]] A regression of order less than 1 cannot be possible."));const i=[e],n=t.map((e=>Ct(0,o).map((t=>Math.pow(e,o-t)))));s&&n.forEach((e=>e.push(1)));const r=Rc(n,i);return s||r.push([0]),r}function Rc(e,t){const o=gc(e,Un(e)),{inverted:s}=dc(o);if(void 0===s)throw new nn(di("Matrix is not invertible"));const i=gc(e,t);return Un(gc(s,i))}function Tc(e,t,o){return e.reduce(((e,s,i)=>e+s*Math.pow(t,o-i)),0)}function Ac(e){return e.map((e=>e.map((e=>Math.exp(e)))))}function Dc(e){return e.map((e=>e.map((e=>Math.log(e)))))}function _c(e,t,o,s){const{_X:i,_newX:n}=Ic(t,e,o),r=xc(i,e,s,!1),a=r.length-1,l=n.map((e=>{let t=0;for(let o=0;o<a;o++)t+=r[o][0]*e[a-o-1];return t+=r[a][0],[t]}));return l.length===o.length?l:Un(l)}const Fc=new n;function Oc(e){return Fc.get(e)}const Pc={normalizeFunctionValue:e=>bn(e,I),toValueAndFormat:(e,t)=>({value:bn(e,I),format:"dd mmm yyyy"}),toFunctionValue(e){const t=An(e,I);return`DATE(${t.getFullYear()},${t.getMonth()+1},${t.getDate()})`}},Mc={normalizeFunctionValue(e){const t=bn(e,I);if(t<1||t>31)throw new nn(di("%s is not a valid day of month (it should be a number between 1 and 31)",t));return t},toValueAndFormat:e=>({value:bn(e,I),format:"0"}),toFunctionValue:e=>`${e}`},Nc={normalizeFunctionValue(e){const t=bn(e,I);if(t<1||t>7)throw new nn(di("%s is not a valid day of week (it should be a number between 1 and 7)",t));return t},toValueAndFormat(e,t){const o=(e-1+(t||I).weekStart)%7;return{value:Ir[o].toString(),format:"@"}},toFunctionValue:e=>`${e}`},kc={normalizeFunctionValue(e){const t=bn(e,I);if(t<0||t>53)throw new nn(di("%s is not a valid week (it should be a number between 0 and 53)",t));return t},toValueAndFormat:e=>({value:bn(e,I),format:"0"}),toFunctionValue:e=>`${e}`},Lc={normalizeFunctionValue(e){const t=bn(e,I);if(t<1||t>12)throw new nn(di("%s is not a valid month (it should be a number between 1 and 12)",t));return t},toValueAndFormat:e=>({value:wr[bn(e,I)-1].toString(),format:"@"}),toFunctionValue:e=>`${e}`},Vc={normalizeFunctionValue:e=>Er(bn(e,I),{locale:I,format:"mm/yyyy"}),toValueAndFormat:e=>({value:bn(e,I),format:"mmmm yyyy"}),toFunctionValue(e){const t=An(e,I);return`DATE(${t.getFullYear()},${t.getMonth()+1},1)`}},Uc={normalizeFunctionValue(e){const t=bn(e,I);if(t<1||t>4)throw new nn(di("%s is not a valid quarter (it should be a number between 1 and 4)",t));return t},toValueAndFormat:e=>({value:di("Q%(quarter_number)s",{quarter_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Hc={normalizeFunctionValue(e){const t=bn(e,I);return t>3e3?An(t,I).getFullYear():t},toValueAndFormat:e=>({value:bn(e,I),format:"0"}),toFunctionValue:e=>`${e}`},zc={normalizeFunctionValue(e){const t=bn(e,I);if(t<0||t>23)throw new nn(di("%s is not a valid hour (it should be a number between 0 and 23)",t));return t},toValueAndFormat:e=>({value:di("%(hour_number)sh",{hour_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Bc={normalizeFunctionValue(e){const t=bn(e,I);if(t<0||t>59)throw new nn(di("%s is not a valid minute (it should be a number between 0 and 59)",t));return t},toValueAndFormat:e=>({value:di("%(minute_number)s'",{minute_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},$c={normalizeFunctionValue(e){const t=bn(e,I);if(t<0||t>59)throw new nn(di("%s is not a valid second (it should be a number between 0 and 59)",t));return t},toValueAndFormat:e=>({value:di("%(second_number)s''",{second_number:e}),format:"@"}),toFunctionValue:e=>`${e}`};function Gc(e){return{normalizeFunctionValue:t=>null===t?null:e.normalizeFunctionValue(t),toValueAndFormat:(t,o)=>null===t?{value:di("(Undefined)")}:e.toValueAndFormat(t,o),toFunctionValue:t=>null===t?"false":e.toFunctionValue(t)}}Fc.add("day",Gc(Pc)).add("year",Gc(Hc)).add("day_of_month",Gc(Mc)).add("iso_week_number",Gc(kc)).add("month_number",Gc(Lc)).add("month",Gc(Vc)).add("quarter_number",Gc(Uc)).add("day_of_week",Gc(Nc)).add("hour_number",Gc(zc)).add("minute_number",Gc(Bc)).add("second_number",Gc($c));const Wc={count:di("Count"),count_distinct:di("Count Distinct"),bool_and:di("Boolean And"),bool_or:di("Boolean Or"),max:di("Maximum"),min:di("Minimum"),avg:di("Average"),sum:di("Sum")},qc=["max","min","avg","sum","count_distinct","count"],Zc={integer:qc,char:qc,datetime:qc,boolean:["count_distinct","count","bool_and","bool_or"]},jc={};for(const e in Zc){jc[e]={};for(const t of Zc[e])jc[e][t]=Wc[t]}const Yc={count:e=>({value:Cc([e]),format:"0"}),count_distinct:e=>({value:sc([e]),format:"0"}),bool_and:e=>({value:ec([e]).result}),bool_or:e=>({value:tc([e]).result}),max:(e,t)=>yc([e],t),min:(e,t)=>wc([e],t),avg:(e,t)=>({value:bc([e],t),format:pn(e)}),sum:(e,t)=>({value:oc([e],t),format:pn(e)})};function Xc(e){const t=Object.keys(e);if(!t.length)return 0;const o=t.map((e=>parseInt(e,10)));return Math.max(...o)}const Kc={year:di("Year"),quarter:di("Quarter & Year"),month:di("Month & Year"),week:di("Week & Year"),day:di("Day"),quarter_number:di("Quarter"),month_number:di("Month"),iso_week_number:di("Week"),day_of_month:di("Day of Month"),day_of_week:di("Day of Week"),hour_number:di("Hour"),minute_number:di("Minute"),second_number:di("Second")},Jc=["date","datetime"];function Qc(e){const[t,o]=e.split(":");return o?{fieldName:t,granularity:o}:{fieldName:t}}function eh(e){return Jc.includes(e.type)}function th(e,t,o){const s=[e];o&&s.push(`"${o}"`);for(const{field:e,value:o,type:i}of t){if("measure"===e){s.push('"measure"',`"${o}"`);continue}const{granularity:t}=Qc(e),n=rh(o,{type:i,granularity:t});s.push(`"${e}"`,n)}return s}function oh(e,t){let o=0,s=0;const i=t.columns.map((e=>e.nameWithGranularity)),n=t.rows.map((e=>e.nameWithGranularity));for(;void 0!==e[o]&&e[o]===n[s];)o++,s++;for(s=0;void 0!==e[o]&&e[o]===i[s];)o++,s++;return e.length===o}function sh(e,t){switch(t.type){case"HEADER":return`=PIVOT.HEADER(${th(e,t.domain).join(",")})`;case"VALUE":return`=PIVOT.VALUE(${th(e,t.domain,t.measure).join(",")})`;case"MEASURE_HEADER":return`=PIVOT.HEADER(${th(e,[...t.domain,{field:"measure",value:t.measure,type:"char"}]).join(",")})`}return""}function ih(e,t){if(null===t||"null"===t)return null;const o="object"==typeof t?t.value:t;if(mn(o))return o;if("custom"===e.type)return Dn(t)??null;const s="boolean"==typeof t?xn(t).toLocaleLowerCase():xn(t);if("null"===s)return null;if(!lh.contains(e.type))throw new nn(di("Field %(field)s is not supported because of its type (%(type)s)",{field:e.displayName,type:e.type}));if("false"===s.toLowerCase())return!1;return lh.get(e.type)(s,e.granularity)}function nh(e,t){return Oc(t??"month").normalizeFunctionValue(e)}function rh(e,t){return null===e?'"null"':ch.contains(t.type)?ch.get(t.type)(e,t.granularity):`"${e}"`}function ah(e,t){return Oc(t??"month").toFunctionValue(e)}const lh=new n;lh.add("date",nh).add("datetime",nh).add("integer",(e=>bn(e,I))).add("boolean",(e=>Tn(e))).add("char",(e=>xn(e))).add("custom",(e=>e));const ch=new n;function hh(e){return e.displayName+(e.granularity?` (${Kc[e.granularity]})`:"")}function dh(e,t){try{if(!t.getMeasure(e.measure))return!1;const o=t.definition.columns;for(let s=0;s<e.domain.length;s++){if(o[s].nameWithGranularity!==e.domain[s].field)return!1;const i=t.getPossibleFieldValues(o[s]).map((e=>e.value));if(!(i.includes(e.domain[s].value)||null===e.domain[s].value&&i.includes("")))return!1}return!0}catch(e){return!1}}function uh(e,t){return ho(e,t.groups.map((e=>e.name)),{compute:(e,t)=>`${e}${t}`,start:2})}function gh(e,t){return ho(e,Object.values(t).map((e=>[e?.name,e?.string])).flat().filter(Mt),{compute:(e,t)=>`${e}${t}`,start:2})}function ph(e,t){const o={};for(const s of Object.values(e.customFields||{})){t[s.parentField]&&(o[s.name]={type:"custom",isCustomField:!0,name:s.name,string:s.name,customGroups:s.groups,parentField:s.parentField})}return o}function mh(e,t){t.groups=t.groups.filter((t=>!t.values.some((t=>e.includes(t)))))}function fh(e,t,o){const s=e.rows.some((e=>e.fieldName===t))?e.rows:e.columns,i=s.findIndex((e=>e.fieldName===t));return-1===i||s.some((e=>e.fieldName===o))||s.splice(i,0,{fieldName:o}),e}function vh(e,t,o){return Object.values(e.customFields||{}).find((e=>e.parentField===t.name))||{parentField:t.name,name:gh(t.string,o),groups:[]}}ch.add("date",ah).add("datetime",ah).add("integer",(e=>`${bn(e,I)}`)).add("boolean",(e=>Tn(e)?"TRUE":"FALSE")).add("char",(e=>`"${xn(e).replace(/"/g,'\\"')}"`)).add("custom",(e=>"string"==typeof e?`"${e}"`:String(e)));class bh extends Sl{isCutAllowed(e){return 1!==e.zones.length?"WrongCutSelection":"Success"}copy(e,t,o="copyPaste"){const s=e.sheetId,{clippedZones:i,rowsIndexes:n,columnsIndexes:r}=e,a=[],l=1===n.length&&1===r.length;for(const t of n){const i=[];for(const a of r){const c={col:a,row:t,sheetId:s};let h=this.getters.getCell(c);const d=this.getters.getEvaluatedCell(c),u=this.getters.getPivotIdFromPosition(c),g=this.getters.getArrayFormulaSpreadingOn(c);if("shiftCells"!==o&&u&&g){const t=this.getters.getSpreadZone(g);if((!zt(g,c)||!l)&&t&&!e.zones.some((e=>Qo(t,e)))){const e=this.getters.getPivotCellFromPosition(c),t=sh(this.getters.getPivotFormulaId(u),e);h={id:h?.id||"",style:h?.style,format:h?.format,content:t,isFormula:!1,parsedValue:d.value}}}else if("shiftCells"!==o&&g&&!zt(g,c)){const e=n.includes(g.row)&&r.includes(g.col)?"":Er(d.value,{locale:this.getters.getLocale()});h={id:h?.id||"",style:h?.style,format:d.format,content:e,isFormula:!1,parsedValue:d.value}}i.push({content:h?.content??"",style:h?.style,format:h?.format,tokens:h?.isFormula?h.compiledFormula.tokens.map((({value:e,type:t})=>({value:e,type:t}))):[],border:this.getters.getCellBorder(c)||void 0,evaluatedCell:d,position:c})}a.push(i)}return{cells:a,zones:i,sheetId:e.sheetId}}isPasteAllowed(e,t,o,s){if(!o.cells)return"Success";if(s?.isCutOperation&&void 0!==s?.pasteOption)return"WrongPasteOption";if(t.length>1&&(o.cells.length>1||o.cells[0].length>1))return"WrongPasteSelection";const i=o.cells.length,n=o.cells[0].length;for(const s of Ss(t,o.cells))if(this.getters.doesIntersectMerge(e,s)&&(t.length>1||!this.getters.isSingleCellOrMerge(e,t[0])||i*n!=1))return"WillRemoveExistingMerge";return"Success"}paste(e,t,o){const s=e.zones,i=e.sheetId;o.isCutOperation?this.pasteFromCut(i,s,t,o):this.pasteFromCopy(i,s,t.cells,o)}getPasteTarget(e,t,o,s){const i=o.cells[0].length,n=o.cells.length;return s?.isCutOperation?{sheetId:e,zones:[{left:t[0].left,top:t[0].top,right:t[0].left+i-1,bottom:t[0].top+n-1}]}:1===i&&1===n?{zones:[],sheetId:e}:{sheetId:e,zones:Ss(t,o.cells)}}pasteFromCut(e,t,o,s){this.clearClippedZones(o);const i=t[0];this.pasteZone(e,i.left,i.top,o.cells,s)}clearClippedZones(e){this.dispatch("CLEAR_CELLS",{sheetId:e.sheetId,target:e.zones}),this.dispatch("CLEAR_FORMATTING",{sheetId:e.sheetId,target:e.zones})}pasteZone(e,t,o,s,i){for(const[n,r]of s.entries())for(const[s,a]of r.entries()){if(!a)continue;const r={col:t+s,row:o+n,sheetId:e};this.pasteCell(a,r,i)}}pasteCell(e,t,o){const{sheetId:s,col:i,row:n}=t,r=this.getters.getEvaluatedCell(t),a=e?.format??e.evaluatedCell.format;if("asValue"===o?.pasteOption)return void this.dispatch("UPDATE_CELL",{...t,content:e.evaluatedCell.value?.toString()||"",format:a});if("onlyFormat"===o?.pasteOption)return void this.dispatch("UPDATE_CELL",{...t,style:e?.style??null,format:a??r.format});let l=e?.content;e?.tokens&&e.tokens.length>0&&!o?.isCutOperation?l=this.getters.getTranslatedCellFormula(s,i-e.position.col,n-e.position.row,e.tokens):e?.tokens&&e.tokens.length>0&&(l=this.getters.getFormulaMovedInSheet(e.position.sheetId,s,e.tokens)),""!==l||e?.format||e?.style?this.dispatch("UPDATE_CELL",{...t,content:l,style:e?.style||null,format:e?.format}):r&&this.dispatch("CLEAR_CELL",t)}convertTextToClipboardData(e){const t=this.getters.getLocale(),o={cells:[]},s=[];let i=0;for(const[t,o]of e.replace(/\r/g,"").split("\n").entries())s.push(o.split("\t")),s[t].length>i&&(i=s[t].length);for(const e of s){const s=[];for(let o=0;o<i;o++){const i=$l(e[o]||"",t);s.push({content:i,evaluatedCell:{formattedValue:i}})}o.cells.push(s)}return o}}const Sh={figureHandlers:new n,cellHandlers:new n};function Ch(e,t){return"REMOVE_COLUMNS_ROWS"===t.type?qo(e,"COL"===t.dimension?"left":"top",t.elements):"ADD_COLUMNS_ROWS"===t.type?$o(e,"COL"===t.dimension?"left":"top",t.base,t.position,t.quantity):e}function yh(e,t){const o="DELETE_SHEET"===t.type&&t.sheetId;if("sheetId"in t&&e._sheetId!==t.sheetId)return e;{const s=Ch(e._zone,t);if(s&&o!==e._sheetId)return{...e,_zone:s}}}Sh.figureHandlers.add("chart",class extends Cl{copy(e){const t=e.sheetId,o=this.getters.getFigure(t,e.figureId);if(!o)throw new Error(`No figure for the given id: ${e.figureId}`);if("chart"!==o.tag)return;const s={...o},i=this.getters.getChartFromFigureId(e.figureId);if(!i)throw new Error(`No chart for the given id: ${e.figureId}`);const n=i.copyInSheetId(t);return{figureId:e.figureId,copiedFigure:s,copiedChart:n}}getPasteTarget(e,t,o,s){return{zones:[],figureId:(new vl).smallUuid(),sheetId:e}}paste(e,t,o){if(!e.figureId)return;const{zones:s,figureId:i}=e,n=e.sheetId,{width:r,height:a}=t.copiedFigure,l=t.copiedChart.copyInSheetId(n),c=this.getters.getMaxAnchorOffset(n,a,r);let{left:h,top:d}=s[0];const u={x:0,y:0};h>c.col&&(h=c.col,u.x=c.offset.x),d>c.row&&(d=c.row,u.y=c.offset.y),this.dispatch("CREATE_CHART",{figureId:i,chartId:(new vl).smallUuid(),sheetId:n,definition:l.getDefinition(),col:h,row:d,offset:u,size:{height:a,width:r}}),o.isCutOperation&&this.dispatch("DELETE_FIGURE",{sheetId:t.copiedChart.sheetId,figureId:t.copiedFigure.id}),this.dispatch("SELECT_FIGURE",{figureId:i})}isPasteAllowed(e,t,o,s){return 0===t.length?"EmptyTarget":void 0!==s?.pasteOption?"WrongFigurePasteOption":"Success"}}).add("image",class extends Cl{copy(e){const t=e.sheetId,o=this.getters.getFigure(t,e.figureId);if(!o)throw new Error(`No figure for the given id: ${e.figureId}`);const s={...o};if("image"!==o.tag)return;const i=pt(this.getters.getImage(e.figureId));return{figureId:e.figureId,copiedFigure:s,copiedImage:i,sheetId:t}}getPasteTarget(e,t,o,s){return{sheetId:e,zones:[],figureId:(new vl).smallUuid()}}paste(e,t,o){if(!e.figureId)return;const{zones:s,figureId:i}=e,n=this.getters.getActiveSheetId(),{width:r,height:a}=t.copiedFigure,l=pt(t.copiedImage),c=this.getters.getMaxAnchorOffset(n,a,r);let{left:h,top:d}=s[0];const u={x:0,y:0};h>c.col&&(h=c.col,u.x=c.offset.x),d>c.row&&(d=c.row,u.y=c.offset.y),this.dispatch("CREATE_IMAGE",{figureId:i,sheetId:n,col:h,row:d,offset:u,size:{height:a,width:r},definition:l}),o.isCutOperation&&this.dispatch("DELETE_FIGURE",{sheetId:t.sheetId,figureId:t.copiedFigure.id}),this.dispatch("SELECT_FIGURE",{figureId:i})}isPasteAllowed(e,t,o,s){return 0===t.length?"EmptyTarget":void 0!==s?.pasteOption?"WrongFigurePasteOption":"Success"}}).add("carousel",class extends Cl{copy(e){const t=e.sheetId,o=this.getters.getFigure(t,e.figureId);if(!o)throw new Error(`No figure for the given id: ${e.figureId}`);if("carousel"!==o.tag)return;const s={...o},i=this.getters.getCarousel(e.figureId),n={};for(const e of i.items)if("chart"===e.type){const o=this.getters.getChart(e.chartId);if(!o)throw new Error(`No chart for the given id: ${e.chartId}`);n[e.chartId]=o.copyInSheetId(t)}return{figureId:e.figureId,copiedFigure:s,copiedCarousel:i,copiedCharts:n,copiedSheetId:t}}getPasteTarget(e){return{zones:[],figureId:(new vl).smallUuid(),sheetId:e}}paste(e,t,o){if(!e.figureId)return;const{zones:s,figureId:i}=e,n=e.sheetId,{width:r,height:a}=t.copiedFigure,l=this.getters.getMaxAnchorOffset(n,a,r);let{left:c,top:h}=s[0];const d={x:0,y:0};c>l.col&&(c=l.col,d.x=l.offset.x),h>l.row&&(h=l.row,d.y=l.offset.y),this.dispatch("CREATE_CAROUSEL",{figureId:i,sheetId:n,definition:{items:[]},col:c,row:h,offset:d,size:{height:a,width:r}});const u=new vl,g=pt(t.copiedCarousel.items);for(const e of g){if("chart"!==e.type)continue;const o=t.copiedCharts[e.chartId],s=u.smallUuid(),r=o.copyInSheetId(n).getDefinition();this.dispatch("CREATE_CHART",{figureId:i,chartId:s,sheetId:n,definition:r}),e.chartId=s}this.dispatch("UPDATE_CAROUSEL",{sheetId:n,figureId:i,definition:{...t.copiedCarousel,items:g}}),o.isCutOperation&&this.dispatch("DELETE_FIGURE",{sheetId:t.copiedSheetId,figureId:t.copiedFigure.id}),this.dispatch("SELECT_FIGURE",{figureId:i})}isPasteAllowed(e,t,o,s){return 0===t.length?"EmptyTarget":void 0!==s?.pasteOption?"WrongFigurePasteOption":"Success"}}),Sh.cellHandlers.add("dataValidation",class extends Sl{uuidGenerator=new vl;queuedChanges={};copy(e){const{rowsIndexes:t,columnsIndexes:o}=e,s=e.sheetId,i=[];for(const e of t){const t=[];for(const i of o){const o={sheetId:s,col:i,row:e},n=this.getters.getValidationRuleForCell(o);t.push({position:o,rule:n})}i.push(t)}return{dvRules:i}}paste(e,t,o){if(this.queuedChanges={},o.pasteOption)return;const s=e.zones,i=e.sheetId;o.isCutOperation?this.pasteFromCut(i,s,t):this.pasteFromCopy(i,s,t.dvRules),this.executeQueuedChanges()}pasteFromCut(e,t,o){const s=t[0];this.pasteZone(e,s.left,s.top,o.dvRules,{isCutOperation:!0})}pasteZone(e,t,o,s,i){for(const[n,r]of s.entries())for(const[s,a]of r.entries()){const r={col:t+s,row:o+n,sheetId:e};this.pasteDataValidation(a,r,i?.isCutOperation)}}pasteDataValidation(e,t,o){if(e){const s=ls(t),i=ls(e.position),n=e.rule;if(!n){const e=this.getters.getValidationRuleForCell(t);return void(e&&this.adaptDataValidationRule(t.sheetId,e,[],[s]))}const r=[];if(o&&r.push(i),e.position.sheetId===t.sheetId){const o=this.getDataValidationRuleToCopyTo(t.sheetId,n,!1);this.adaptDataValidationRule(e.position.sheetId,o,[s],r)}else{const o=this.getters.getValidationRuleForCell(e.position);o&&this.adaptDataValidationRule(e.position.sheetId,o,[],r);const i=this.getDataValidationRuleToCopyTo(t.sheetId,n);this.adaptDataValidationRule(t.sheetId,i,[s],[])}}}getDataValidationRuleToCopyTo(e,t,o=!0){let s=this.getters.getDataValidationRules(e).find((e=>zt(t.criterion,e.criterion)&&t.isBlocking===e.isBlocking));const i=this.queuedChanges[e];return!s&&i&&(s=i.find((e=>zt(t.criterion,e.rule.criterion)&&t.isBlocking===e.rule.isBlocking))?.rule),s||{...t,id:o?this.uuidGenerator.smallUuid():t.id,ranges:[]}}adaptDataValidationRule(e,t,o,s){this.queuedChanges[e]||(this.queuedChanges[e]=[]);const i=this.queuedChanges[e].find((e=>e.rule.id===t.id));i?(i.toAdd.push(...o),i.toRemove.push(...s)):this.queuedChanges[e].push({toAdd:o,toRemove:s,rule:t})}executeQueuedChanges(){for(const e in this.queuedChanges)for(const{toAdd:t,toRemove:o,rule:s}of this.queuedChanges[e]){const i=s.ranges.map((e=>e.zone)),n=Fo(i,o),r=Fo([...n,...t],[]);0!==r.length?this.dispatch("ADD_DATA_VALIDATION_RULE",{rule:{id:s.id,criterion:s.criterion,isBlocking:s.isBlocking},ranges:r.map((t=>this.getters.getRangeDataFromZone(e,t))),sheetId:e}):this.dispatch("REMOVE_DATA_VALIDATION_RULE",{sheetId:e,id:s.id})}}}).add("cell",bh).add("sheet",class extends Sl{isPasteAllowed(e,t,o,s){if(!("cells"in o))return"Success";const{xSplit:i,ySplit:n}=this.getters.getPaneDivisions(e);return gs(Ss(t,o.cells),i,n)?"FrozenPaneOverlap":"Success"}}).add("merge",class extends Sl{copy(e){const t=this.getters.getActiveSheetId(),{rowsIndexes:o,columnsIndexes:s}=e,i=[];for(const e of o){const o=[];for(const i of s){const s={col:i,row:e,sheetId:t};o.push(this.getters.getMerge(s))}i.push(o)}return{merges:i,sheetId:t}}paste(e,t,o){if(o.isCutOperation){const e=t.merges.flat().filter(Mt);this.dispatch("REMOVE_MERGE",{sheetId:t.sheetId,target:e})}this.pasteFromCopy(e.sheetId,e.zones,t.merges,o)}pasteZone(e,t,o,s){for(const[i,n]of s.entries())for(const[s,r]of n.entries()){const n={col:t+s,row:o+i,sheetId:e};this.pasteMerge(r,n)}}pasteMerge(e,t){if(!e)return;if(this.getters.isInMerge(t))return;const{sheetId:o,col:s,row:i}=t;this.dispatch("ADD_MERGE",{sheetId:o,force:!0,target:[{left:s,top:i,right:s+e.right-e.left,bottom:i+e.bottom-e.top}]})}}).add("table",class extends Sl{copy(e,t,o="copyPaste"){const s=e.sheetId,{rowsIndexes:i,columnsIndexes:n,zones:r}=e,a=new Set,l=[];for(const e of i){const c=[];l.push(c);for(const l of n){const n={col:l,row:e,sheetId:s},h=this.getters.getTable(n);if(!h){c.push({});continue}const d=this.getters.getCoreTable(n),u=d?.range.zone;let g;if(!a.has(h.id)&&d&&u&&r.some((e=>Qo(u,e)))){a.add(h.id);let{numberOfRows:e}=es(u);for(let o=u.top;o<=u.bottom;o++)t||i.includes(o)||e--;const o=d.range,s=this.getters.extendRange(d.range,"ROW",o.zone.top+e-1-o.zone.bottom);g={range:this.getters.getRangeData(s),config:d.config,type:d.type}}"shiftCells"!==o&&c.push({table:g,style:this.getTableStyleToCopy(n),isWholeTableCopied:a.has(h.id)})}}return{tableCells:l,sheetId:e.sheetId}}getTableStyleToCopy(e){const t=this.getters.getCellTableStyle(e),o=this.getters.getCellStyle(e),s=this.getters.getCellTableBorder(e),i=this.getters.getCellBorder(e);return{style:{...t,...Wt(o)},border:{...s,...Wt(i)}}}paste(e,t,o){const s=e.zones,i=e.sheetId;o.isCutOperation?this.pasteFromCut(i,s,t,o):this.pasteFromCopy(i,s,t.tableCells,o)}pasteFromCut(e,t,o,s){for(const e of o.tableCells)for(const t of e)t.table&&this.dispatch("REMOVE_TABLE",{sheetId:o.sheetId,target:[this.getters.getRangeFromRangeData(t.table.range).zone]});const i=t[0];this.pasteZone(e,i.left,i.top,o.tableCells,s)}pasteZone(e,t,o,s,i){for(let n=0;n<s.length;n++){const r=s[n];for(let s=0;s<r.length;s++){const a=r[s];if(!a)continue;const l={col:t+s,row:o+n,sheetId:e};this.pasteTableCell(e,a,l,i)}}if(1===s.length)for(let i=0;i<s[0].length;i++)this.dispatch("AUTOFILL_TABLE_COLUMN",{col:t+i,row:o,sheetId:e})}pasteTableCell(e,t,o,s){if(t.table&&!s?.pasteOption){const{range:s}=t.table,i=es(this.getters.getRangeFromRangeData(s).zone),n={left:o.col,top:o.row,right:o.col+i.numberOfCols-1,bottom:o.row+i.numberOfRows-1};this.dispatch("CREATE_TABLE",{sheetId:o.sheetId,ranges:[this.getters.getRangeDataFromZone(e,n)],config:t.table.config,tableType:t.table.type})}this.getters.getCoreTable(o)||"asValue"===s?.pasteOption||(s?.pasteOption||t.isWholeTableCopied)&&"onlyFormat"!==s?.pasteOption||(t.style?.style&&this.dispatch("UPDATE_CELL",{...o,style:t.style.style}),t.style?.border&&this.dispatch("SET_BORDER",{...o,border:t.style.border}))}}).add("conditionalFormat",class extends Sl{uuidGenerator=new vl;queuedChanges={};copy(e){if(!e.zones.length)return;const{rowsIndexes:t,columnsIndexes:o}=e,s=e.sheetId,i=[];for(const e of t){const t=[];for(const i of o){const o=Array.from(this.getters.getRulesByCell(s,i,e));t.push({position:{col:i,row:e,sheetId:s},rules:o})}i.push(t)}return{cfRules:i}}paste(e,t,o){if(this.queuedChanges={},"asValue"===o.pasteOption)return;const s=e.zones,i=e.sheetId;o.isCutOperation?this.pasteFromCut(i,s,t):this.pasteFromCopy(i,s,t.cfRules,o),this.executeQueuedChanges()}pasteFromCut(e,t,o){const s=t[0];this.pasteZone(e,s.left,s.top,o.cfRules,{isCutOperation:!0})}pasteZone(e,t,o,s,i){for(const[n,r]of s.entries())for(const[s,a]of r.entries()){const r={col:t+s,row:o+n,sheetId:e};this.pasteCf(a,r,i?.isCutOperation)}}pasteCf(e,t,o){if(e?.rules&&e.rules.length>0){const s=ls(e.position),i=ls(t);for(const n of e.rules){const r=[];if(o&&r.push(s),e.position.sheetId===t.sheetId)this.adaptCFRules(e.position.sheetId,n,[i],r);else{this.adaptCFRules(e.position.sheetId,n,[],r);const o=this.getCFToCopyTo(t.sheetId,n);this.adaptCFRules(t.sheetId,o,[i],[])}}}}adaptCFRules(e,t,o,s){this.queuedChanges[e]||(this.queuedChanges[e]=[]);const i=this.queuedChanges[e].find((e=>e.cf.id===t.id));i?(i.toAdd.push(...o),i.toRemove.push(...s)):this.queuedChanges[e].push({toAdd:o,toRemove:s,cf:t})}executeQueuedChanges(){for(const e in this.queuedChanges)for(const{toAdd:t,toRemove:o,cf:s}of this.queuedChanges[e]){const i=this.getters.getAdaptedCfRanges(e,s,t,o);i&&(0!==i.length?this.dispatch("ADD_CONDITIONAL_FORMAT",{cf:{id:s.id,rule:s.rule,stopIfTrue:s.stopIfTrue},ranges:i,sheetId:e}):this.dispatch("REMOVE_CONDITIONAL_FORMAT",{id:s.id,sheetId:e}))}}getCFToCopyTo(e,t){let o=this.getters.getConditionalFormats(e).find((e=>e.stopIfTrue===t.stopIfTrue&&zt(e.rule,t.rule)));const s=this.queuedChanges[e];return!o&&s&&(o=s.find((e=>e.cf.stopIfTrue===t.stopIfTrue&&zt(e.cf.rule,t.rule)))?.cf),o||{...t,id:this.uuidGenerator.smallUuid(),ranges:[]}}}).add("references",class extends Sl{copy(e){return{zones:e.clippedZones,sheetId:e.sheetId}}paste(e,t,o){if(o.isCutOperation){const o=e.zones[0];this.dispatch("MOVE_RANGES",{target:t.zones,sheetId:t.sheetId,sheetName:this.getters.getSheetName(t.sheetId),targetSheetId:e.sheetId,col:o.left,row:o.top})}}}).add("border",class extends Sl{copy(e){const t=e.sheetId;if(0===e.zones.length)return;const o=[];let s=0;for(const i of yt(e.columnsIndexes)){let n=0;for(const r of yt(e.rowsIndexes)){const e={left:i[0],right:i[i.length-1],top:r[0],bottom:r[r.length-1]};o.push(...this.getters.getBorders(t,e).map((({zone:t,style:o})=>({zone:{left:t.left-e.left+s,right:t.right&&t.right-e.left+s,top:t.top-e.top+n,bottom:t.bottom&&t.bottom-e.top+n},style:o})))),n+=r.length}s+=i.length}return{borders:o,width:e.columnsIndexes.length,height:e.rowsIndexes.length}}paste(e,t,o){const s=e.sheetId;if("asValue"===o.pasteOption)return;const i=e.zones;if(o.isCutOperation){const{left:e,top:o}=i[0];this.pasteBorderZone(s,e,o,t.borders)}else for(const e of i)for(const o of bs(e,t.width,t.height))this.pasteBorderZone(s,o.left,o.top,t.borders)}pasteBorderZone(e,t,o,s){for(const i of s){const s={left:i.zone.left+t,right:i.zone.right&&i.zone.right+t||i.zone.left+t,top:i.zone.top+o,bottom:i.zone.bottom&&i.zone.bottom+o||i.zone.top+o};for(const[t,o]of this.getOptimalBorderCommands(i.style))o&&this.dispatch("SET_ZONE_BORDERS",{sheetId:e,target:[s],border:{position:t,...o}})}}getOptimalBorderCommands(e){const t=zt(e.horizontal,e.vertical),o=zt(e.left,e.right,e.top,e.bottom);return t&&o&&zt(e.horizontal,e.left)?[["all",e.top]]:t&&o?[["hv",e.horizontal],["external",e.top]]:o?[["h",e.horizontal],["v",e.vertical],["external",e.top]]:t?[["hv",e.horizontal],["top",e.top],["bottom",e.bottom],["left",e.left],["right",e.right]]:[["h",e.horizontal],["v",e.vertical],["top",e.top],["bottom",e.bottom],["left",e.left],["right",e.right]]}});class wh{subscriptions={};on(e,t,o){if(!o)throw new Error("Missing callback");this.subscriptions[e]||(this.subscriptions[e]=[]),this.subscriptions[e].push({owner:t,callback:o})}trigger(e,t){const o=this.subscriptions[e]||[];for(let e=0,s=o.length;e<s;e++){const s=o[e];s.callback.call(s.owner,t)}}off(e,t){const o=this.subscriptions[e];o&&(this.subscriptions[e]=o.filter((e=>e.owner!==t)))}clear(){this.subscriptions={}}}class Ih extends wh{dependencies=new Map;factory=new xh(this.get.bind(this));inject(e,t){if(this.dependencies.has(e)&&this.dependencies.get(e)!==t)throw new Error(`Store ${e.name} already has an instance`);this.dependencies.set(e,t)}get(e){return this.dependencies.has(e)||this.dependencies.set(e,this.instantiate(e)),this.dependencies.get(e)}instantiate(e,...t){return this.factory.build(e,...t)}resetStores(){this.dependencies.clear()}dispose(){for(const e of this.dependencies.values())"dispose"in e&&"function"==typeof e.dispose&&e.dispose()}}class xh{get;pendingBuilds=new Set;constructor(e){this.get=e}build(e,...t){if(this.pendingBuilds.has(e))throw new Error(`Circular dependency detected: ${[...this.pendingBuilds,e].map((e=>e.name)).join(" -> ")}`);this.pendingBuilds.add(e);const o=new e(this.get,...t);return this.pendingBuilds.delete(e),o}}class Eh{get;disposeCallbacks=[];constructor(e){this.get=e}onDispose(e){this.disposeCallbacks.push(e)}dispose(){this.disposeCallbacks.forEach((e=>e()))}}function Rh(){const e=t.useEnv();if(e.__spreadsheet_stores__ instanceof Ih)return e.__spreadsheet_stores__;const o=new Ih;return t.useSubEnv({__spreadsheet_stores__:o,getStore:e=>_h(o.get(e),(()=>o.trigger("store-updated")))}),t.onWillUnmount((()=>o.dispose())),o}function Th(e){const o=Fh(t.useEnv()),s=o.get(e);return Dh(o,s)}function Ah(e,...o){const s=Fh(t.useEnv()),i=s.instantiate(e,...o);return t.onWillUnmount((()=>i.dispose())),Dh(s,i)}function Dh(e,o){const s=t.useComponent();return _h(o,(()=>{"mounted"===t.status(s)&&e.trigger("store-updated")}))}function _h(e,t){return new Proxy(e,{get(o,s,i){const n=o,r=Reflect.get(o,s,n);if(e.mutators?.includes(s)){const e=new Proxy(r,{apply(e,o,s){"noStateChange"!==Reflect.apply(e,n,s)&&t()}});return e}return r}})}function Fh(e){const t=e.__spreadsheet_stores__;if(!(t instanceof Ih))throw new Error("No store provider found. Did you forget to call useStoreProvider()?");return t}const Oh=(Ph="Model",class{constructor(e){throw new Error(`This is a abstract store for ${Ph}, it cannot be instantiated.\nDid you forget to inject your store instance?\n\nconst stores = useStoreProvider();\nstores.inject(MyMetaStore, storeInstance);\n`)}});var Ph;class Mh{mutators=["register","unRegister","draw","startAnimation","stopAnimation"];renderers={};model;context=void 0;animationFrameId=null;registeredAnimations=new Set;constructor(e){this.model=e(Oh)}register(e){if(e.renderingLayers.length)for(const t of e.renderingLayers)this.renderers[t]||(this.renderers[t]=[]),this.renderers[t].push(e)}unRegister(e){for(const t of Object.keys(this.renderers))this.renderers[t]=this.renderers[t].filter((t=>t!==e))}drawLayer(e,t,o){const s=this.renderers[t];if(s)for(const i of s)e.ctx.save(),i.drawLayer(e,t,o),e.ctx.restore();return"noStateChange"}draw(e,t){if(!(e=e||this.context))throw new Error("Rendering context is not defined");this.context=e;for(const o of po())this.model.drawLayer(e,o),this.drawLayer(e,o,t);return"noStateChange"}startAnimation(e){if(this.registeredAnimations.add(e),!this.animationFrameId){const e=t=>{this.animationFrameId=requestAnimationFrame(e),this.draw(void 0,t)};this.animationFrameId=requestAnimationFrame(e)}return"noStateChange"}stopAnimation(e){return this.registeredAnimations.delete(e),0===this.registeredAnimations.size&&null!==this.animationFrameId&&(cancelAnimationFrame(this.animationFrameId),this.animationFrameId=null),"noStateChange"}dispose(){this.animationFrameId&&(cancelAnimationFrame(this.animationFrameId),this.animationFrameId=null)}}class Nh extends Eh{model=this.get(Oh);getters=this.model.getters;renderer=this.get(Mh);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,o){}}const kh={id:"void-composer",get editionMode(){return"inactive"},startEdition:()=>{throw new Error("No composer is registered")},stopEdition:()=>{throw new Error("No composer is registered")},setCurrentContent:()=>{throw new Error("No composer is registered")}};class Lh extends Nh{mutators=["focusComposer","focusActiveComposer"];activeComposer=kh;_focusMode="inactive";get focusMode(){return"inactive"===this.activeComposer.editionMode?"inactive":this._focusMode}focusComposer(e,t){if(this.activeComposer=e,this.getters.isReadonly())return"noStateChange";this._focusMode=t.focusMode||"contentFocus","inactive"!==this._focusMode&&this.setComposerContent(t)}focusActiveComposer(e){if(this.getters.isReadonly())return"noStateChange";if(!this.activeComposer)throw new Error("No composer is registered");this._focusMode=e.focusMode||"contentFocus","inactive"!==this._focusMode&&this.setComposerContent(e)}setComposerContent({content:e,selection:t}){"inactive"===this.activeComposer.editionMode?this.activeComposer.startEdition(e,t):e&&this.activeComposer.setCurrentContent(e,t)}}const Vh={};let Uh=0;function Hh(e,...t){const o="__sheet__"+Uh++;return function(e,t){const o=document.createElement("style");o.textContent=function(e){const t=e.split(/(\{|\}|;)/).map((e=>e.trim())),o=[],s=[];let i=[];function n(e,t){const s=[];for(const i of o[e]){let r=t&&t+" "+i||i;r.includes("&")&&(r=i.replace(/&/g,t||"")),e<o.length-1&&(r=n(e+1,r)),s.push(r)}return s.join(", ")}function r(){i.length&&(s.push(n(0)+" {"),s.push(...i),s.push("}"),i=[])}for(;t.length;){const e=t.shift();"}"===e?(r(),o.pop()):("{"===t[0]&&(r(),o.push(e.split(/\s*,\s*/)),t.shift()),";"===t[0]&&i.push(" "+e+";"))}return s.join("\n")}(t),Vh[e]=o}(o,String.raw(e,...t)),function(e){const t=Vh[e];t.setAttribute("component",e),document.head.appendChild(t)}(o),o}function zh({strikethrough:e,underline:t}){return e||t?`${e?"line-through":""} ${t?"underline":""}`:"none"}function Bh(e){const t=$h(e);return e?(e.fillColor&&(t.background=e.fillColor),t):t}function $h(e){const 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 o=e.strikethrough?"line-through":"";o=e.underline?o+" underline":o,t["text-decoration"]=o}return e.textColor&&(t.color=e.textColor),t}function Gh(e){let t="";for(const o in e)e[o]&&(t+=`${o}:${e[o]}; `);return t}const Wh=new n;function qh(){if(window.Chart&&!window.Chart.registry.plugins.get("chartShowValuesPlugin"))for(const e of Wh.getAll())e.register(window.Chart)}class Zh extends Nh{mutators=["disableAnimationForChart","enableAnimationForChart"];animationPlayed={};disableAnimationForChart(e,t){return this.animationPlayed[e]=t,"noStateChange"}enableAnimationForChart(e){return this.animationPlayed[e]=void 0,"noStateChange"}}function jh(){return class extends window.Chart.BarController{static id="funnel";static defaults={...window.Chart?.BarController.defaults,dataElementType:"funnel",animation:{duration:e=>{if("data"!==e.type)return 1e3;return e.raw[1]/Math.max(...e.dataset.data.map((e=>e[1])))*1e3}}};updateElements(e,t,o,s){super.updateElements(e,t,o,s);for(let i=t;i<t+o;i++){const t=e[i];this.updateElement(t,i,{nextElement:e[i+1]},s)}}}}function Yh(){return class extends window.Chart.BarElement{static id="funnel";draw(e){e.save();const{x:t,y:o,height:s,nextElement:i,base:n,options:r}=this.getProps(["x","y","width","height","nextElement","base","options"]),a=Xh(this),l=(a-(i?Xh(i):0))/2,c=Math.min(t,n),h=o-s/2;e.fillStyle=r.backgroundColor,e.beginPath(),e.moveTo(c,h),e.lineTo(c+a,h),e.lineTo(c+a-l,h+s),e.lineTo(c+l,h+s),e.closePath(),e.fill(),r.borderWidth&&(e.strokeStyle=r.borderColor,e.lineWidth=r.borderWidth,e.stroke()),e.restore()}inRange(e,t){const{x:o,y:s,height:i,nextElement:n,base:r}=this.getProps(["x","y","width","height","nextElement","base","options"]),a=Xh(this),l=n?Xh(n):0,c=Math.min(o,r),h=s-i/2;if(t<h||t>h+i)return!1;const d=(a-l)/2;return!(e<c+d*(t-h)/i||e>c+a-d*(t-h)/i)}}}function Xh(e){const{x:t,base:o}=e.getProps(["x","base"]),s=Math.min(t,o);return Math.max(t,o)-s}const Kh=function(e){if(!e.length)return{x:0,y:0};const t=e[0].element,{x:o,y:s,base:i,width:n,height:r}=t.getProps(["x","y","width","height","base"]);return{x:Math.min(o,i)+2*n/3,y:s-r/2+r/2}},Jh="000000",Qh={arrows:"3Arrows",smiley:"3Symbols",dots:"3TrafficLights1"},ed={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"},td="http://schemas.openxmlformats.org/drawingml/2006/main",od="http://schemas.openxmlformats.org/drawingml/2006/chart",sd={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"},id={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"},nd="bdbb8cdc-fa1e-496e-a857-3c3f30c029c3",rd="http://schemas.openxmlformats.org/officeDocument/2006/relationships",ad=.75,ld=.143,cd=8.43,hd=12.75,dd=30,ud=100,gd=164,pd=50,md={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}]},fd=["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"],vd="[Content_Types].xml",bd=/(.*?)\((.*?)\)(.*)/,Sd=["ANY","BOOLEAN","DATE","NUMBER","STRING","RANGE","RANGE<BOOLEAN>","RANGE<DATE>","RANGE<NUMBER>","RANGE<STRING>","META","RANGE<META>"];function Cd(e,t="",o){return function(e,t,o){const s=e.match(bd),i=s[1].trim();if(!i)throw new Error(`Function argument definition is missing a name: '${e}'.`);const n=[];let r,a=!1,l=!1;for(const e of s[2].split(",")){const t=e.trim().toUpperCase(),o=Sd.find((e=>t===e));o?n.push(o):"RANGE<ANY>"===t?n.push("RANGE"):"OPTIONAL"===t?a=!0:"REPEATING"===t?l=!0:t.startsWith("DEFAULT=")&&(r=e.trim().slice(8))}const c={name:i,description:t,type:n};(n.includes("ANY")||n.includes("RANGE"))&&(c.acceptErrors=!0);a&&(c.optional=!0);l&&(c.repeating=!0);void 0!==r&&(c.default=!0,c.defaultValue=r);n.some((e=>e.startsWith("RANGE")))&&(c.acceptMatrix=!0);n.every((e=>e.startsWith("RANGE")))&&(c.acceptMatrixOnly=!0);o&&o.length>0&&(c.proposalValues=o);return c}(e,t,o)}const yd={};function wd(e,t){const o=e.name,s=yd[o]?.[t];return s||(yd[o]||(yd[o]={}),yd[o][t]||(yd[o][t]=function(e,t){const o={},s=e.nbrArgRepeating?Math.floor((t-e.minArgRequired)/e.nbrArgRepeating):0,i=e.nbrArgRepeating*s,n=t-e.minArgRequired-i;let r=0,a=0;for(let t=0;t<e.args.length;t++){const i=e.args[t];if(i.optional||i.default)a<n&&(o[r]=t,r++),a++;else if(i.repeating){for(let i=0;i<s;i++)for(let s=0;s<e.nbrArgRepeating;s++)o[r]=t+s,r++;t+=e.nbrArgRepeating-1}else o[r]=t,r++}return e=>o[e]}(e,t)),yd[o][t])}const Id=["META","RANGE<META>"];const xd=new n,Ed={description:di("Returns a result array constrained to a specific width and height."),args:[Cd("input_range (any, range<any>)",di("The range to constrain.")),Cd("rows (number)",di("The number of rows in the constrained array.")),Cd("columns (number)",di("The number of columns in the constrained array."))],compute:function(e,t,o){const s=Xn(e),i=wn(t?.value,this.locale),n=wn(o?.value,this.locale);if(i<=0)return new nn(di("The rows argument (%s) must be strictly positive.",i.toString()));if(n<=0)return new nn(di("The columns argument (%s) must be strictly positive.",n.toString()));const r=Math.min(i,s[0].length);return Ln(Math.min(n,s.length),r,((e,t)=>s[e][t]))},isExported:!1},Rd={description:di("Creates a new array from the selected columns in the existing range."),args:[Cd("array (any, range<any>)",di("The array that contains the columns to be returned.")),Cd("col_num (number, range<number>)",di("The first column index of the columns to be returned.")),Cd("col_num2 (number, range<number>, repeating)",di("The columns indexes of the columns to be returned."))],compute:function(e,...t){const o=Xn(e),s=Kn(t,(e=>wn(e?.value,this.locale))),i=s.filter((e=>0===e||o.length<Math.abs(e)));if(0!==i.length)return new nn(di("The columns arguments must be between -%s and %s (got %s), excluding 0.",o.length.toString(),o.length.toString(),i.join(",")));const n=Array(s.length);for(let e=0;e<s.length;e++)s[e]>0?n[e]=o[s[e]-1]:n[e]=o[o.length+s[e]];return n},isExported:!0},Td={description:di("Creates a new array from the selected rows in the existing range."),args:[Cd("array (any, range<any>)",di("The array that contains the rows to be returned.")),Cd("row_num (number, range<number>)",di("The first row index of the rows to be returned.")),Cd("row_num2 (number, range<number>, repeating)",di("The rows indexes of the rows to be returned."))],compute:function(e,...t){const o=Xn(e),s=Kn(t,(e=>wn(e?.value,this.locale))),i=o.length,n=s.filter((e=>0===e||o[0].length<Math.abs(e)));return 0!==n.length?new nn(di("The rows arguments must be between -%s and %s (got %s), excluding 0.",o[0].length.toString(),o[0].length.toString(),n.join(","))):Ln(i,s.length,((e,t)=>s[t]>0?o[e][s[t]-1]:o[e][o[e].length+s[t]]))},isExported:!0},Ad={description:di("Expands or pads an array to specified row and column dimensions."),args:[Cd("array (any, range<any>)",di("The array to expand.")),Cd("rows (number)",di("The number of rows in the expanded array. If missing, rows will not be expanded.")),Cd("columns (number, optional)",di("The number of columns in the expanded array. If missing, columns will not be expanded.")),Cd("pad_with (any, default=0)",di("The value with which to pad."))],compute:function(e,t,o,s={value:0}){const i=Xn(e),n=wn(t?.value,this.locale),r=void 0!==o?wn(o.value,this.locale):i.length;return n<i[0].length?new nn(di("The rows arguments (%s) must be greater or equal than the number of rows of the array.",n.toString())):r<i.length?new nn(di("The columns arguments (%s) must be greater or equal than the number of columns of the array.",r.toString())):Ln(r,n,((e,t)=>e>=i.length||t>=i[e].length?s:i[e][t]))},isExported:!0},Dd={description:di("Flattens all the values from one or more ranges into a single column."),args:[Cd("range (any, range<any>)",di("The first range to flatten.")),Cd("range2 (any, range<any>, repeating)",di("Additional ranges to flatten."))],compute:function(...e){return[Kn(e,(e=>void 0===e?{value:""}:e))]},isExported:!1},_d={description:di("Calculates the frequency distribution of a range."),args:[Cd("data (range<number>)",di("The array of ranges containing the values to be counted.")),Cd("classes (number, range<number>)",di("The range containing the set of classes."))],compute:function(e,t){const o=Kn([e],(e=>e.value)).filter((e=>"number"==typeof e)),s=Kn([t],(e=>e.value)).filter((e=>"number"==typeof e)),i=s.map(((e,t)=>({initialIndex:t,value:e,count:0}))).sort(((e,t)=>e.value-t.value));i.push({initialIndex:i.length,value:1/0,count:0});const n=o.sort(((e,t)=>e-t));let r=0;for(const e of n){for(;e>i[r].value&&r<i.length-1;)r++;i[r].count++}return[i.sort(((e,t)=>e.initialIndex-t.initialIndex)).map((e=>e.count))]},isExported:!0},Fd={description:di("Appends ranges horizontally and in sequence to return a larger array."),args:[Cd("range1 (any, range<any>)",di("The first range to be appended.")),Cd("range2 (any, range<any>, repeating)",di("Additional ranges to add to range1."))],compute:function(...e){const t=Math.max(...e.map((e=>e?.[0]?.length??0))),o=[];for(const s of e){const e=Xn(s);for(let s=0;s<e.length;s++){const i=Array(t).fill({value:null});for(let t=0;t<e[s].length;t++)i[t]=e[s][t];o.push(i)}}return o},isExported:!0},Od={description:di("Returns the matrix determinant of a square matrix."),args:[Cd("square_matrix (number, range<number>)",di("An range with an equal number of rows and columns representing a matrix whose determinant will be calculated."))],compute:function(e){const t=Cn(e,"square_matrix");return lc(t)?dc(t).determinant:new nn(di("The argument square_matrix must have the same number of columns and rows."))},isExported:!0},Pd={description:di("Returns the multiplicative inverse of a square matrix."),args:[Cd("square_matrix (number, range<number>)",di("An range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated."))],compute:function(e){const t=Cn(e,"square_matrix");if(!lc(t))return new nn(di("The argument square_matrix must have the same number of columns and rows."));const{inverted:o}=dc(t);return o||new nn(di("The matrix is not invertible."))},isExported:!0},Md={description:di("Calculates the matrix product of two matrices."),args:[Cd("matrix1 (number, range<number>)",di("The first matrix in the matrix multiplication operation.")),Cd("matrix2 (number, range<number>)",di("The second matrix in the matrix multiplication operation."))],compute:function(e,t){const o=Cn(e,"matrix1"),s=Cn(t,"matrix2");return 0===o.length||0===s.length?new nn(di("The first and second arguments of [[FUNCTION_NAME]] must be non-empty matrices.")):o.length!==s[0].length?new nn(di("In [[FUNCTION_NAME]], the number of columns of the first matrix (%s) must be equal to the number of rows of the second matrix (%s).",o.length.toString(),s[0].length.toString())):gc(o,s)},isExported:!0},Nd={description:di("Calculates the sum of the products of corresponding entries in equal-sized ranges."),args:[Cd("range1 (number, range<number>)",di("The first range whose entries will be multiplied with corresponding entries in the other ranges.")),Cd("range2 (number, range<number>, repeating)",di("The other range whose entries will be multiplied with corresponding entries in the other ranges."))],compute:function(...e){if(!ac(...e))return new nn(di("All the ranges must have the same dimensions."));const t=e.map(Xn);let o=0;for(let e=0;e<t[0].length;e++)for(let s=0;s<t[0][e].length;s++){if(!t.every((t=>"number"==typeof t[e][s].value)))continue;let i=1;for(const o of t)i*=bn(o[e][s],this.locale);o+=i}return o},isExported:!0};function kd(e,t,o){if(!ac(e,t))return new nn(di("The arguments array_x and array_y must have the same dimensions."));const s=Xn(e),i=Xn(t);let n=!1,r=0;for(const e in s)for(const t in s[e]){const a=s[e][t].value,l=i[e][t].value;"number"==typeof a&&"number"==typeof l&&(n=!0,r+=o(a,l))}return n?r:new nn(di("The arguments array_x and array_y must contain at least one pair of numbers."))}const Ld={description:di("Calculates the sum of the difference of the squares of the values in two array."),args:[Cd("array_x (number, range<number>)",di("The array or range of values whose squares will be reduced by the squares of corresponding entries in array_y and added together.")),Cd("array_y (number, range<number>)",di("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 kd(e,t,((e,t)=>e**2-t**2))},isExported:!0},Vd={description:di("Calculates the sum of the sum of the squares of the values in two array."),args:[Cd("array_x (number, range<number>)",di("The array or range of values whose squares will be added to the squares of corresponding entries in array_y and added together.")),Cd("array_y (number, range<number>)",di("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 kd(e,t,((e,t)=>e**2+t**2))},isExported:!0},Ud={description:di("Calculates the sum of squares of the differences of values in two array."),args:[Cd("array_x (number, range<number>)",di("The array or range of values that will be reduced by corresponding entries in array_y, squared, and added together.")),Cd("array_y (number, range<number>)",di("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 kd(e,t,((e,t)=>(e-t)**2))},isExported:!0},Hd=!1,zd=[Cd("array (any, range<any>)",di("The array which will be transformed.")),Cd("ignore (number, default=0)",di("Whether to ignore certain types of values. By default, no values are ignored."),[{value:0,label:di("Keep all values (default)")},{value:1,label:di("Ignore blanks")},{value:2,label:di("Ignore errors")},{value:3,label:di("Ignore blanks and errors")}]),Cd("scan_by_column (number, default=false)",di("Scan the array by column. By default, the array is scanned by row."),[{value:!1,label:di("Scan by row (default)")},{value:!0,label:di("Scan by column")}])];function Bd(e){const t=Math.trunc(e);if(0===t)return()=>!0;if(1===t)return e=>null!==e.value;if(2===t)return e=>!mn(e.value);if(3===t)return e=>null!==e.value&&!mn(e.value);throw new nn(di("Argument ignore must be between 0 and 3"))}const $d={description:di("Transforms a range of cells into a single column."),args:zd,compute:function(e,t={value:0},o={value:Hd}){const s=Xn(e),i=bn(t.value,this.locale),n=(Tn(o.value)?s:Un(s)).flat().filter(Bd(i));return 0===n.length?new cn(di("No results for the given arguments of TOCOL.")):[n]},isExported:!0},Gd={description:di("Transforms a range of cells into a single row."),args:zd,compute:function(e,t={value:0},o={value:Hd}){const s=Xn(e),i=bn(t.value,this.locale),n=(Tn(o.value)?s:Un(s)).flat().filter(Bd(i)).map((e=>[e]));return 0===n.length||0===n[0].length?new cn(di("No results for the given arguments of TOROW.")):n},isExported:!0},Wd={description:di("Transposes the rows and columns of a range."),args:[Cd("range (any, range<any>)",di("The range to be transposed."))],compute:function(e){const t=Xn(e);return Ln(t[0].length,t.length,((e,o)=>t[o][e]))},isExported:!0},qd={description:di("Appends ranges vertically and in sequence to return a larger array."),args:[Cd("range1 (any, range<any>)",di("The first range to be appended.")),Cd("range2 (any, range<any>, repeating)",di("Additional ranges to add to range1."))],compute:function(...e){const t=Math.max(...e.map((e=>Xn(e).length))),o=e.reduce(((e,t)=>e+Xn(t)[0].length),0),s=Array(t).fill([]).map((()=>Array(o).fill({value:0})));let i=0;for(const t of e){const e=Xn(t);for(let t=0;t<e.length;t++)for(let o=0;o<e[t].length;o++)s[t][i+o]=e[t][o];i+=e[0].length}return s},isExported:!0},Zd={description:di("Wraps the provided row or column of cells by columns after a specified number of elements to form a new array."),args:[Cd("range (any, range<any>)",di("The range to wrap.")),Cd("wrap_count (number)",di("The maximum number of cells for each column, rounded down to the nearest whole number.")),Cd("pad_with (any, default=0)",di("The value with which to fill the extra cells in the range."))],compute:function(e,t,o={value:0}){const s=Xn(e),i=wn(t?.value,this.locale);if(!rc(s))return new nn(di("Argument range must be a single row or column."));const n=s.flat();return Ln(Math.ceil(n.length/i),i,((e,t)=>{const s=e*i+t;return s<n.length?n[s]:o}))},isExported:!0},jd={description:di("Wraps the provided row or column of cells by rows after a specified number of elements to form a new array."),args:[Cd("range (any, range<any>)",di("The range to wrap.")),Cd("wrap_count (number)",di("The maximum number of cells for each row, rounded down to the nearest whole number.")),Cd("pad_with (any, default=0)",di("The value with which to fill the extra cells in the range."))],compute:function(e,t,o={value:0}){const s=Xn(e),i=wn(t?.value,this.locale);if(!rc(s))return new nn(di("Argument range must be a single row or column."));const n=s.flat(),r=Math.ceil(n.length/i);return Ln(i,r,((e,t)=>{const s=t*i+e;return s<n.length?n[s]:o}))},isExported:!0};var Yd=Object.freeze({__proto__:null,ARRAY_CONSTRAIN:Ed,CHOOSECOLS:Rd,CHOOSEROWS:Td,EXPAND:Ad,FLATTEN:Dd,FREQUENCY:_d,HSTACK:Fd,MDETERM:Od,MINVERSE:Pd,MMULT:Md,SUMPRODUCT:Nd,SUMX2MY2:Ld,SUMX2PY2:Vd,SUMXMY2:Ud,TOCOL:$d,TOROW:Gd,TRANSPOSE:Wd,VSTACK:qd,WRAPCOLS:Zd,WRAPROWS:jd});const Xd={description:di("Apply a large number format"),args:[Cd("value (number)",di("The number.")),Cd("unit (string, optional)",di("The formatting unit. Use 'k', 'm', or 'b' to force the unit"),[{value:"k",label:di("Thousand")},{value:"m",label:di("Million")},{value:"b",label:di("Billion")}])],compute:function(e,t){return{value:bn(e,this.locale),format:Wr(e,t,this.locale)}}};var Kd=Object.freeze({__proto__:null,FORMAT_LARGE_NUMBER:Xd});class Jd{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(const o of e){let e=o.call(this,t);Array.isArray(e)||(e=[e]);const s=e.filter((e=>"Success"!==e));if(s.length)return s}return"Success"}}checkValidations(e,...t){return this.batchValidations(...t)(e)}}class Qd extends Jd{static layers=[];getters;ui;selection;dispatch;canDispatch;constructor({getters:e,stateObserver:t,dispatch:o,canDispatch:s,uiActions:i,selection:n}){super(t),this.getters=e,this.ui=i,this.selection=n,this.dispatch=o,this.canDispatch=s}drawLayer(e,t){}}function eu(e){return e.isFormula&&e.compiledFormula.tokens.some((e=>"SYMBOL"===e.type&&"SUBTOTAL"===e.value.toUpperCase()))}const tu=/^-?[a-z0-9]+$/i,ou={description:di("Absolute value of a number."),args:[Cd("value (number)",di("The number of which to return the absolute value."))],compute:function(e){return Math.abs(bn(e,this.locale))},isExported:!0},su={description:di("Inverse cosine of a value, in radians."),args:[Cd("value (number)",di("The value for which to calculate the inverse cosine. Must be between -1 and 1, inclusive."))],compute:function(e){const t=bn(e,this.locale);return Math.abs(t)>1?new nn(di("The value (%s) must be between -1 and 1 inclusive.",t)):Math.acos(t)},isExported:!0},iu={description:di("Inverse hyperbolic cosine of a number."),args:[Cd("value (number)",di("The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1."))],compute:function(e){const t=bn(e,this.locale);return t<1?new nn(di("The value (%s) must be greater than or equal to 1.",t)):Math.acosh(t)},isExported:!0},nu={description:di("Inverse cotangent of a value."),args:[Cd("value (number)",di("The value for which to calculate the inverse cotangent."))],compute:function(e){const t=bn(e,this.locale);return(Math.sign(t)||1)*Math.PI/2-Math.atan(t)},isExported:!0},ru={description:di("Inverse hyperbolic cotangent of a value."),args:[Cd("value (number)",di("The value for which to calculate the inverse hyperbolic cotangent. Must not be between -1 and 1, inclusive."))],compute:function(e){const t=bn(e,this.locale);return Math.abs(t)<=1?new nn(di("The value (%s) cannot be between -1 and 1 inclusive.",t)):Math.log((t+1)/(t-1))/2},isExported:!0},au={description:di("Inverse sine of a value, in radians."),args:[Cd("value (number)",di("The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive."))],compute:function(e){const t=bn(e,this.locale);return Math.abs(t)>1?new nn(di("The value (%s) must be between -1 and 1 inclusive.",t)):Math.asin(t)},isExported:!0},lu={description:di("Inverse hyperbolic sine of a number."),args:[Cd("value (number)",di("The value for which to calculate the inverse hyperbolic sine."))],compute:function(e){return Math.asinh(bn(e,this.locale))},isExported:!0},cu={description:di("Inverse tangent of a value, in radians."),args:[Cd("value (number)",di("The value for which to calculate the inverse tangent."))],compute:function(e){return Math.atan(bn(e,this.locale))},isExported:!0},hu={description:di("Angle from the X axis to a point (x,y), in radians."),args:[Cd("x (number)",di("The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.")),Cd("y (number)",di("The y coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis."))],compute:function(e,t){const o=bn(e,this.locale),s=bn(t,this.locale);return 0===o&&0===s?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):Math.atan2(s,o)},isExported:!0},du={description:di("Inverse hyperbolic tangent of a number."),args:[Cd("value (number)",di("The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive."))],compute:function(e){const t=bn(e,this.locale);return Math.abs(t)>=1?new nn(di("The value (%s) must be between -1 and 1 exclusive.",t)):Math.atanh(t)},isExported:!0},uu={description:di("Rounds number up to nearest multiple of factor."),args:[Cd("value (number)",di("The value to round up to the nearest integer multiple of factor.")),Cd("factor (number, default=1)",di("The number to whose multiples value will be rounded."))],compute:function(e,t={value:1}){const o=bn(e,this.locale),s=bn(t,this.locale);return s<0&&o>0?new nn(di("The factor (%s) must be positive when the value (%s) is positive.",s,o)):{value:s?Math.ceil(o/s)*s:0,format:e?.format}},isExported:!0};function gu(e,t,o=0){return 0===t?0:(t=Math.abs(t),e>=0?Math.ceil(e/t)*t:0===o?-Math.floor(Math.abs(e)/t)*t:-Math.ceil(Math.abs(e)/t)*t)}const pu={description:di("Rounds number up to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round up to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),Cd("mode (number, default=0)",di("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},o={value:0}){const s=bn(t,this.locale);return{value:gu(bn(e,this.locale),s,bn(o,this.locale)),format:e?.format}},isExported:!0},mu={description:di("Rounds number up to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round up to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){const o=bn(t,this.locale);return{value:gu(bn(e,this.locale),o),format:e?.format}},isExported:!0},fu={description:di("Cosine of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the cosine of, in radians."))],compute:function(e){return Math.cos(bn(e,this.locale))},isExported:!0},vu={description:di("Hyperbolic cosine of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic cosine of."))],compute:function(e){return Math.cosh(bn(e,this.locale))},isExported:!0},bu={description:di("Cotangent of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the cotangent of, in radians."))],compute:function(e){const t=bn(e,this.locale);return 0===t?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.tan(t)},isExported:!0},Su={description:di("Hyperbolic cotangent of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic cotangent of."))],compute:function(e){const t=bn(e,this.locale);return 0===t?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.tanh(t)},isExported:!0},Cu={description:di("Number of empty values."),args:[Cd("value1 (any, range)",di("The first value or range in which to count the number of blanks.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges in which to count the number of blanks."))],compute:function(...e){return Mn(e,((e,t)=>void 0===t||null===t.value||""===t.value?e+1:e),0)},isExported:!0},yu={description:di("A conditional count across a range."),args:[Cd("range (range)",di("The range that is tested against criterion.")),Cd("criterion (string)",di("The pattern or test to apply to range."))],compute:function(...e){let t=0;return Wn(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},wu={description:di("Count values depending on multiple criteria."),args:[Cd("criteria_range1 (range)",di("The range to check against criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1.")),Cd("criteria_range2 (any, range, repeating)",di("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.")),Cd("criterion2 (string, repeating)",di("Additional criteria to check."))],compute:function(...e){let t=0;return Wn(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},Iu={description:di("Counts number of unique values in a range."),args:[Cd("value1 (any, range)",di("The first value or range to consider for uniqueness.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges to consider for uniqueness."))],compute:function(...e){return sc(e)}},xu={description:di("Counts number of unique values in a range, filtered by a set of criteria."),args:[Cd("range (range)",di("The range of cells from which the number of unique values will be counted.")),Cd("criteria_range1 (range)",di("The range of cells over which to evaluate criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Cd("criteria_range2 (any, range, repeating)",di("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.")),Cd("criterion2 (string, repeating)",di("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){const o=new Set;return Wn(t,((t,s)=>{const i=e[t]?.[s];Jn(i)&&o.add(i.value)}),this.locale),o.size}},Eu={description:di("Cosecant of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the cosecant of, in radians."))],compute:function(e){const t=bn(e,this.locale);return 0===t?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.sin(t)},isExported:!0},Ru={description:di("Hyperbolic cosecant of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic cosecant of."))],compute:function(e){const t=bn(e,this.locale);return 0===t?new un(di("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.sinh(t)},isExported:!0},Tu={description:di("Converts from another base to decimal."),args:[Cd("value (string)",di("The number to convert.")),Cd("base (number)",di("The base to convert the value from."))],compute:function(e,t){let o=bn(t,this.locale);if(o=Math.floor(o),2>o||o>36)return new nn(di("The base (%s) must be between 2 and 36 inclusive.",o));const s=xn(e);if(""===s)return 0;if(!tu.test(s))return new nn(di("The value (%s) must be a valid base %s representation.",s,o));const i=parseInt(s,o);return isNaN(i)?new nn(di("The value (%s) must be a valid base %s representation.",s,o)):i},isExported:!0},Au={description:di("Converts an angle value in radians to degrees."),args:[Cd("angle (number)",di("The angle to convert from radians to degrees."))],compute:function(e){return 180*bn(e,this.locale)/Math.PI},isExported:!0},Du={description:di("Euler's number, e (~2.718) raised to a power."),args:[Cd("value (number)",di("The exponent to raise e."))],compute:function(e){return Math.exp(bn(e,this.locale))},isExported:!0},_u={description:di("Rounds number down to nearest multiple of factor."),args:[Cd("value (number)",di("The value to round down to the nearest integer multiple of factor.")),Cd("factor (number, default=1)",di("The number to whose multiples value will be rounded."))],compute:function(e,t={value:1}){const o=bn(e,this.locale),s=bn(t,this.locale);return s<0&&o>0?new nn(di("The factor (%s) must be positive when the value (%s) is positive.",s,o)):{value:s?Math.floor(o/s)*s:0,format:e?.format}},isExported:!0};function Fu(e,t,o=0){return 0===t?0:(t=Math.abs(t),e>=0?Math.floor(e/t)*t:0===o?-Math.ceil(Math.abs(e)/t)*t:-Math.floor(Math.abs(e)/t)*t)}const Ou={description:di("Rounds number down to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round down to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),Cd("mode (number, default=0)",di("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},o={value:0}){const s=bn(t,this.locale);return{value:Fu(bn(e,this.locale),s,bn(o,this.locale)),format:e?.format}},isExported:!0},Pu={description:di("Rounds number down to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round down to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){const o=bn(t,this.locale);return{value:Fu(bn(e,this.locale),o),format:e?.format}},isExported:!0},Mu={description:di("Whether the provided value is even."),args:[Cd("value (number)",di("The value to be verified as even."))],compute:function(e){const t=yn(e,this.locale);return!(1&Math.floor(Math.abs(t)))},isExported:!0},Nu={description:di("Rounds number up to nearest multiple of factor."),args:[Cd("number (number)",di("The value to round up to the nearest integer multiple of significance.")),Cd("significance (number, default=1)",di("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){return{value:gu(bn(e,this.locale),bn(t,this.locale)),format:e?.format}},isExported:!0},ku={description:di("Whether the provided value is even."),args:[Cd("value (number)",di("The value to be verified as even."))],compute:function(e){const t=yn(e,this.locale);return!!(1&Math.floor(Math.abs(t)))},isExported:!0},Lu={description:di("The logarithm of a number, base e (euler's number)."),args:[Cd("value (number)",di("The value for which to calculate the logarithm, base e."))],compute:function(e){const t=bn(e,this.locale);return t<=0?new nn(di("The value (%s) must be strictly positive.",t)):Math.log(t)},isExported:!0},Vu={description:di("The logarithm of a number, for a given base."),args:[Cd("value (number)",di("The value for which to calculate the logarithm.")),Cd("base (number, default=10)",di("The base of the logarithm."))],compute:function(e,t={value:10}){const o=bn(e,this.locale),s=bn(t,this.locale);return o<=0?new nn(di("The value (%s) must be strictly positive.",o)):s<=0?new nn(di("The base (%s) must be strictly positive.",s)):1===s?new nn(di("The base must be different from 1.")):Math.log10(o)/Math.log10(s)},isExported:!0};function Uu(e,t){nc(t,di("The divisor must be different from 0."));const o=e%t;return o>0&&t<0||o<0&&t>0?o+t:o}const Hu={description:di("Modulo (remainder) operator."),args:[Cd("dividend (number)",di("The number to be divided to find the remainder.")),Cd("divisor (number)",di("The number to divide by."))],compute:function(e,t){const o=bn(t,this.locale);return{value:Uu(bn(e,this.locale),o),format:e?.format}},isExported:!0},zu={description:di("Returns a n x n unit matrix, where n is the input dimension."),args:[Cd("dimension (number)",di("An integer specifying the dimension size of the unit matrix. It must be positive."))],compute:function(e){const t=wn(e,this.locale);return t<1?new nn(di("The argument dimension must be positive")):hc(t)},isExported:!0},Bu={description:di("Rounds a number up to the nearest odd integer."),args:[Cd("value (number)",di("The value to round to the next greatest odd number."))],compute:function(e){const t=bn(e,this.locale);let o=Math.ceil(Math.abs(t));return o=1&o?o:o+1,{value:t<0?-o:o,format:e?.format}},isExported:!0},$u={description:di("The number pi."),args:[],compute:function(){return Math.PI},isExported:!0},Gu={description:di("A number raised to a power."),args:[Cd("base (number)",di("The number to raise to the exponent power.")),Cd("exponent (number)",di("The exponent to raise base to."))],compute:function(e,t){const o=bn(e,this.locale),s=bn(t,this.locale);return o<0&&!Number.isInteger(s)?new nn(di("The exponent (%s) must be an integer when the base is negative.",s)):{value:Math.pow(o,s),format:e?.format}},isExported:!0},Wu={description:di("Result of multiplying a series of numbers together."),args:[Cd("factor1 (number, range<number>)",di("The first number or range to calculate for the product.")),Cd("factor2 (number, range<number>, repeating)",di("More numbers or ranges to calculate for the product."))],compute:function(...e){let t=0,o=1;for(const s of e)if(E(s))for(const e of s)for(const s of e){const e=s.value;if("number"==typeof e&&(o*=e,t+=1),mn(e))return s}else void 0!==s&&null!==s.value&&(o*=yn(s,this.locale),t+=1);return{value:0===t?0:o,format:pn(e[0])}},isExported:!0},qu={description:di("A random number between 0 inclusive and 1 exclusive."),args:[],compute:function(){return Math.random()},isExported:!0},Zu={description:di("Returns a grid of random numbers between 0 inclusive and 1 exclusive."),args:[Cd("rows (number, default=1)",di("The number of rows to be returned.")),Cd("columns (number, default=1)",di("The number of columns to be returned.")),Cd("min (number, default=0)",di("The minimum number you would like returned.")),Cd("max (number, default=1)",di("The maximum number you would like returned.")),Cd("whole_number (boolean, default=FALSE)",di("Return a whole number or a decimal value."),[{value:!1,label:di("Decimal (default)")},{value:!0,label:di("Integer")}])],compute:function(e={value:1},t={value:1},o={value:0},s={value:1},i={value:!1}){const n=wn(t,this.locale),r=wn(e,this.locale),a=bn(o,this.locale),l=bn(s,this.locale),c=Tn(i);if(n<1)return new nn(di("The number of columns (%s) must be positive.",n));if(r<1)return new nn(di("The number of rows (%s) must be positive.",r));if(a>l)return new nn(di("The maximum (%s) must be greater than or equal to the minimum (%s).",l,a));if(c&&(!Number.isInteger(a)||!Number.isInteger(l)))return new nn(di("The maximum (%s) and minimum (%s) must be integers when whole_number is TRUE.",l.toString(),a.toString()));const h=Array(n);for(let e=0;e<n;e++){h[e]=Array(r);for(let t=0;t<r;t++)h[e][t]=c?Math.floor(Math.random()*(l-a+1)+a):a+Math.random()*(l-a)}return h},isExported:!0},ju={description:di("Random integer between two values, inclusive."),args:[Cd("low (number)",di("The low end of the random range.")),Cd("high (number)",di("The high end of the random range."))],compute:function(e,t){let o=bn(e,this.locale);Number.isInteger(o)||(o=Math.ceil(o));let s=bn(t,this.locale);return Number.isInteger(s)||(s=Math.floor(s)),o>s?new nn(di("The high (%s) must be greater than or equal to the low (%s).",s,o)):{value:o+Math.ceil((s-o+1)*Math.random())-1,format:e?.format}},isExported:!0},Yu={description:di("Rounds a number according to standard rules."),args:[Cd("value (number)",di("The value to round to places number of places.")),Cd("places (number, default=0)",di("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=bn(e,this.locale);let s=bn(t,this.locale);const i=Math.abs(o);let n;return 0===s?n=Math.round(i):(Number.isInteger(s)||(s=Math.trunc(s)),n=Math.round(i*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?n:-n,format:e?.format}},isExported:!0},Xu={description:di("Rounds down a number."),args:[Cd("value (number)",di("The value to round to places number of places, always rounding down.")),Cd("places (number, default=0)",di("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=bn(e,this.locale);let s=bn(t,this.locale);const i=Math.abs(o);let n;return 0===s?n=Math.floor(i):(Number.isInteger(s)||(s=Math.trunc(s)),n=Math.floor(i*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?n:-n,format:e?.format}},isExported:!0},Ku={description:di("Rounds up a number."),args:[Cd("value (number)",di("The value to round to places number of places, always rounding up.")),Cd("places (number, default=0)",di("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=bn(e,this.locale);let s=bn(t,this.locale);const i=Math.abs(o);let n;return 0===s?n=Math.ceil(i):(Number.isInteger(s)||(s=Math.trunc(s)),n=Math.ceil(i*Math.pow(10,s))/Math.pow(10,s)),{value:o>=0?n:-n,format:e?.format}},isExported:!0},Ju={description:di("Secant of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the secant of, in radians."))],compute:function(e){return 1/Math.cos(bn(e,this.locale))},isExported:!0},Qu={description:di("Hyperbolic secant of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic secant of."))],compute:function(e){return 1/Math.cosh(bn(e,this.locale))},isExported:!0},eg={description:di("Returns a sequence of numbers."),args:[Cd("rows (number)",di("The number of rows to return")),Cd("columns (number, optional, default=1)",di("The number of columns to return")),Cd("start (number, optional, default=1)",di("The first number in the sequence")),Cd("step (number, optional, default=1)",di("The amount to increment each value in the sequence"))],compute:function(e,t={value:1},o={value:1},s={value:1}){const i=bn(o,this.locale),n=bn(s,this.locale),r=wn(e,this.locale),a=wn(t,this.locale);return a<1?new nn(di("The number of columns (%s) must be positive.",a)):r<1?new nn(di("The number of rows (%s) must be positive.",r)):Ln(a,r,((e,t)=>({value:i+t*a*n+e*n})))},isExported:!0},tg={description:di("Sine of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the sine of, in radians."))],compute:function(e){return Math.sin(bn(e,this.locale))},isExported:!0},og={description:di("Hyperbolic sine of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic sine of."))],compute:function(e){return Math.sinh(bn(e,this.locale))},isExported:!0},sg={description:di("Positive square root of a positive number."),args:[Cd("value (number)",di("The number for which to calculate the positive square root."))],compute:function(e){const t=bn(e,this.locale);return t<0?new nn(di("The value (%s) must be positive or null.",t)):{value:Math.sqrt(t),format:e?.format}},isExported:!0},ig={1:"AVERAGE",2:"COUNT",3:"COUNTA",4:"MAX",5:"MIN",6:"PRODUCT",7:"STDEV",8:"STDEVP",9:"SUM",10:"VAR",11:"VARP"},ng=Object.entries(ig).map((([e,t])=>({value:parseInt(e),label:di("%s (include manually-hidden rows)",t)}))),rg=Object.entries(ig).map((([e,t])=>({value:parseInt(e)+100,label:di("%s (exclude manually-hidden rows)",t)}))),ag={description:di("Returns a subtotal for a vertical range of cells using a specified aggregation function."),args:[Cd("function_code (number)",di("The function to use in subtotal aggregation."),[...ng,...rg]),Cd("ref1 (meta, range<meta>)",di("The range or reference for which you want the subtotal.")),Cd("ref2 (meta, range<meta>, repeating)",di("Additional ranges or references for which you want the subtotal."))],compute:function(e,...t){let o=wn(e,this.locale),s=!0;if(o>100&&(o-=100,s=!1),o<1||o>11)return new nn(di("The function code (%s) must be between 1 to 11 or 101 to 111.",o));const i=[];for(const e of t){const t=e[0][0],o=Ra(t.value).sheetName,n=o?this.getters.getSheetIdByName(o):this.__originSheetId;if(!n)continue;const{top:r,left:a}=Vo(t.value),l=a+e.length-1,c=r+e[0].length-1;for(let e=r;e<=c;e++)if(!this.getters.isRowFiltered(n,e)&&(s||!this.getters.isRowHiddenByUser(n,e)))for(let t=a;t<=l;t++){const o=this.getters.getCell({sheetId:n,col:t,row:e});o&&eu(o)||i.push(this.getters.getEvaluatedCell({sheetId:n,col:t,row:e}))}}return this[ig[o]].apply(this,[[i]])},isExported:!0},lg={description:di("Sum of a series of numbers and/or cells."),args:[Cd("value1 (number, range<number>)",di("The first number or range to add together.")),Cd("value2 (number, range<number>, repeating)",di("Additional numbers or ranges to add to value1."))],compute:function(...e){const t=e[0];return{value:oc(e,this.locale),format:pn(t)}},isExported:!0},cg={description:di("A conditional sum across a range."),args:[Cd("criteria_range (range)",di("The range which is tested against criterion.")),Cd("criterion (string)",di("The pattern or test to apply to range.")),Cd("sum_range (range, default=criteria_range)",di("The range to be summed, if different from range."))],compute:function(e,t,o){void 0===o&&(o=e);let s=0;return Wn([e,t],((e,t)=>{const i=o[e]?.[t]?.value;"number"==typeof i&&(s+=i)}),this.locale),s},isExported:!0},hg={description:di("Sums a range depending on multiple criteria."),args:[Cd("sum_range (range)",di("The range to sum.")),Cd("criteria_range1 (range)",di("The range to check against criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1.")),Cd("criteria_range2 (any, range, repeating)",di("Additional ranges to check.")),Cd("criterion2 (string, repeating)",di("Additional criteria to check."))],compute:function(e,...t){let o=0;return Wn(t,((t,s)=>{const i=e[t]?.[s]?.value;"number"==typeof i&&(o+=i)}),this.locale),o},isExported:!0},dg={description:di("Tangent of an angle provided in radians."),args:[Cd("angle (number)",di("The angle to find the tangent of, in radians."))],compute:function(e){return Math.tan(bn(e,this.locale))},isExported:!0},ug={description:di("Hyperbolic tangent of any real number."),args:[Cd("value (number)",di("Any real value to calculate the hyperbolic tangent of."))],compute:function(e){return Math.tanh(bn(e,this.locale))},isExported:!0};function gg(e,t){return 0===t?Math.trunc(e):(Number.isInteger(t)||(t=Math.trunc(t)),Math.trunc(e*Math.pow(10,t))/Math.pow(10,t))}const pg={description:di("Truncates a number."),args:[Cd("value (number)",di("The value to be truncated.")),Cd("places (number, default=0)",di("The number of significant digits to the right of the decimal point to retain."))],compute:function(e,t={value:0}){return{value:gg(bn(e,this.locale),bn(t,this.locale)),format:e?.format}},isExported:!0},mg={description:di("Rounds a number down to the nearest integer that is less than or equal to it."),args:[Cd("value (number)",di("The number to round down to the nearest integer."))],compute:function(e){return Math.floor(bn(e,this.locale))},isExported:!0};var fg=Object.freeze({__proto__:null,ABS:ou,ACOS:su,ACOSH:iu,ACOT:nu,ACOTH:ru,ASIN:au,ASINH:lu,ATAN:cu,ATAN2:hu,ATANH:du,CEILING:uu,CEILING_MATH:pu,CEILING_PRECISE:mu,COS:fu,COSH:vu,COT:bu,COTH:Su,COUNTBLANK:Cu,COUNTIF:yu,COUNTIFS:wu,COUNTUNIQUE:Iu,COUNTUNIQUEIFS:xu,CSC:Eu,CSCH:Ru,DECIMAL:Tu,DEGREES:Au,EXP:Du,FLOOR:_u,FLOOR_MATH:Ou,FLOOR_PRECISE:Pu,INT:mg,ISEVEN:Mu,ISODD:ku,ISO_CEILING:Nu,LN:Lu,LOG:Vu,MOD:Hu,MUNIT:zu,ODD:Bu,PI:$u,POWER:Gu,PRODUCT:Wu,RAND:qu,RANDARRAY:Zu,RANDBETWEEN:ju,ROUND:Yu,ROUNDDOWN:Xu,ROUNDUP:Ku,SEC:Ju,SECH:Qu,SEQUENCE:eg,SIN:tg,SINH:og,SQRT:sg,SUBTOTAL:ag,SUM:lg,SUMIF:cg,SUMIFS:hg,TAN:dg,TANH:ug,TRUNC:pg});const vg=[{value:!0,label:di("b is calculated normally")},{value:!1,label:di("b is forced to 1")}],bg=[{value:!1,label:di("do not return additional regression statistics")},{value:!0,label:di("return additional regression statistics")}],Sg=[{value:1,label:di("order 1 (Linear)")},{value:2,label:di("order 2 (Quadratic)")},{value:3,label:di("order 3 (Cubic)")},{value:4,label:di("order 4 (Quartic)")},{value:5,label:di("order 5 (Quintic)")},{value:6,label:di("order 6 (Sextic)")}],Cg=[{value:!0,label:di("Compute intercept")},{value:!1,label:di("Force intercept to 0")}],yg=[{value:0,label:di("Minimum value")},{value:1,label:di("First quartile (25th percentile)")},{value:2,label:di("Median value (50th percentile)")},{value:3,label:di("Third quartile (75th percentile)")},{value:4,label:di("Maximum value")}];function wg(e,t){const o=[],s=[];let i=0,n=0;Fn([e],(e=>{o.push(e),i+=1})),Fn([t],(e=>{s.push(e),n+=1})),ic(i===n,di("[[FUNCTION_NAME]] has mismatched argument count %s vs %s.",i,n));const r=[],a=[];for(let e=0;e<i;e++){const t=o[e]?.value,i=s[e]?.value;"number"==typeof t&&"number"==typeof i&&(a.push(t),r.push(i))}return{flatDataX:r,flatDataY:a}}function Ig(e,t,o){const{flatDataX:s,flatDataY:i}=wg(e,t),n=i.length;nc(n),o&&nc(n-1);let r=0,a=0;for(let e=0;e<n;e++)r+=i[e],a+=s[e];const l=r/n,c=a/n;let h=0;for(let e=0;e<n;e++)h+=(i[e]-l)*(s[e]-c);return h/(n-(o?1:0))}function xg(e,t,o,s){let i=0;const n=o?kn:Nn,r=n(e,((e,t)=>(i+=1,e+t)),0,s);nc(i),t&&nc(i-1);const a=r/i;return n(e,((e,t)=>e+Math.pow(t-a,2)),0,s)/(i-(t?1:0))}function Eg(e,t,o,s){const i=bn(t,s);ic(o?0<=i&&i<=1:0<i&&i<1,di("Function [[FUNCTION_NAME]] parameter 2 value is out of range."));const n=[];let r,a=0;return Fn(e,(e=>{const t=e?.value;"number"==typeof t&&(r=qn(n,e,"nextSmaller","asc",n.length,((e,t)=>e[t])),n.splice(r+1,0,t),a++)})),ic(0!==a,Qn),o||ic(1/(a+1)<=i&&i<=a/(a+1),di("Function [[FUNCTION_NAME]] parameter 2 value is out of range.")),tn(n,i,o)}const Rg={description:di("Average magnitude of deviations from mean."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){let t=0;const o=Nn(e,((e,o)=>(t+=1,e+o)),0,this.locale);if(0===t)return new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));const s=o/t;return Nn(e,((e,t)=>e+Math.abs(s-t)),0,this.locale)/t},isExported:!0},Tg={description:di("Numerical average value in a dataset, ignoring text."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the average value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the average value."))],compute:function(...e){return{value:bc(e,this.locale),format:pn(e[0])}},isExported:!0},Ag=di("[[FUNCTION_NAME]] has mismatched range sizes."),Dg=di("[[FUNCTION_NAME]] expects the weight to be positive or equal to 0."),_g={description:di("Weighted average."),args:[Cd("values (number, range<number>)",di("Values to average.")),Cd("weights (number, range<number>)",di("Weights for each corresponding value.")),Cd("additional_values (number, range<number>, repeating)",di("Additional values to average.")),Cd("additional_weights (number, range<number>, repeating)",di("Additional weights."))],compute:function(...e){let t=0,o=0;for(let s=0;s<e.length-1;s+=2){const i=e[s],n=e[s+1];if(!ac(i,n))return new nn(Ag);if(E(i))for(let e=0;e<i.length;e++)for(let s=0;s<i[0].length;s++){const r=i[e][s].value,a=E(n)?n?.[e][s].value:bn(n,this.locale),l="number"==typeof r,c="number"==typeof a;if(l&&c){if(a<0)return new nn(Dg);t+=r*a,o+=a}else if(l!==c)return new nn(di("[[FUNCTION_NAME]] expects number values."))}else{const e=bn(i,this.locale),s=E(n)?n?.[0][0].value:bn(n,this.locale);if("number"==typeof s){if(s<0)return new nn(Dg);t+=e*s,o+=s}}}return 0===o?new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):{value:t/o,format:pn(e[0])}}},Fg={description:di("Numerical average value in a dataset."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the average value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the average value."))],compute:function(...e){let t=0;const o=kn(e,((e,o)=>(t+=1,e+o)),0,this.locale);return 0===t?new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):{value:o/t,format:pn(e[0])}},isExported:!0},Og={description:di("Average of values depending on criteria."),args:[Cd("criteria_range (number, range<number>)",di("The range to check against criterion.")),Cd("criterion (string)",di("The pattern or test to apply to criteria_range.")),Cd("average_range (number, range<number>, default=criteria_range)",di("The range to average. If not included, criteria_range is used for the average instead."))],compute:function(e,t,o){const s=Xn(void 0===o?e:o);let i=0,n=0;return Wn([e,t],((e,t)=>{const o=s[e]?.[t]?.value;"number"==typeof o&&(i+=1,n+=o)}),this.locale),0===i?new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):n/i},isExported:!0},Pg={description:di("Average of values depending on multiple criteria."),args:[Cd("average_range (range)",di("The range to average.")),Cd("criteria_range1 (range)",di("The range to check against criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1.")),Cd("criteria_range2 (any, range, repeating)",di("Additional criteria_range and criterion to check.")),Cd("criterion2 (string, repeating)",di("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){const o=Xn(e);let s=0,i=0;return Wn(t,((e,t)=>{const n=o[e]?.[t]?.value;"number"==typeof n&&(s+=1,i+=n)}),this.locale),0===s?new un(di("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):i/s},isExported:!0},Mg={description:di("The number of numeric values in dataset."),args:[Cd("value1 (number, any, range<number>)",di("The first value or range to consider when counting.")),Cd("value2 (number, any, range<number>, repeating)",di("Additional values or ranges to consider when counting."))],compute:function(...e){return Sc(e,this.locale)},isExported:!0},Ng={description:di("The number of values in a dataset."),args:[Cd("value1 (any, range)",di("The first value or range to consider when counting.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges to consider when counting."))],compute:function(...e){return Cc(e)},isExported:!0},kg={description:di("The covariance of a dataset."),args:[Cd("data_y (any, range)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (any, range)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){return Ig(e,t,!1)},isExported:!0},Lg={description:di("The covariance of a dataset."),args:[Cd("data_y (any, range)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (any, range)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){return Ig(e,t,!1)},isExported:!0},Vg={description:di("The sample covariance of a dataset."),args:[Cd("data_y (any, range)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (any, range)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){return Ig(e,t,!0)},isExported:!0},Ug={description:di("Calculates the expected y-value for a specified x based on a linear regression of a dataset."),args:[Cd("x (number, range<number>)",di("The value(s) on the x-axis to forecast.")),Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t,o){const{flatDataX:s,flatDataY:i}=wg(t,o);return 0===s.length||0===i.length?new cn(Qn):_c([i],[s],Vn(Xn(e),(e=>bn(e,this.locale))),!0)},isExported:!0},Hg={description:di("Fits points to exponential growth trend."),args:[Cd("known_data_y (range<number>)",di("The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.")),Cd("known_data_x (range<number>, default={1;2;3;...})",di("The values of the independent variable(s) corresponding with known_data_y.")),Cd("new_data_x (any, range, default=known_data_x)",di("The data points to return the y values for on the ideal curve fit.")),Cd("b (boolean, default=TRUE)",di("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."),vg)],compute:function(e,t=[[]],o=[[]],s={value:!0}){return 0===e.length||0===e[0].length?new nn(er("known_data_y")):Ac(_c(Dc(Cn(e,"the first argument (known_data_y)")),Cn(t,"the second argument (known_data_x)"),Cn(o,"the third argument (new_data_y)"),Tn(s)))}},zg={description:di("Compute the intercept of the linear regression."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=wg(e,t);if(0===o.length||0===s.length)return new cn(Qn);const[[],[i]]=xc([o],[s]);return i},isExported:!0},Bg={description:di("Nth largest element from a data set."),args:[Cd("data (any, range)",di("Array or range containing the dataset to consider.")),Cd("n (number)",di("The rank from largest to smallest of the element to return."))],compute:function(e,t){const o=Math.trunc(bn(t?.value,this.locale)),s=[];let i,n=0;Fn([e],(e=>{"number"==typeof e?.value&&(i=qn(s,e,"nextSmaller","asc",s.length,((e,t)=>e[t].value)),s.splice(i+1,0,e),n++,n>o&&(s.shift(),n--))}));const r=s.shift();return void 0===r?new nn(Qn):n<o?new nn(di("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)):r},isExported:!0},$g={description:di("Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>, default={1;2;3;...})",di("The range representing the array or matrix of independent data.")),Cd("calculate_b (boolean, default=TRUE)",di("A flag specifying whether to compute the slope or not"),vg),Cd("verbose (boolean, default=FALSE)",di("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"),bg)],compute:function(e,t=[[]],o={value:!0},s={value:!1}){return 0===e.length||0===e[0].length?new nn(er("data_y")):xc(Cn(t,"the first argument (data_y)"),Cn(e,"the second argument (data_x)"),Tn(o),Tn(s))},isExported:!0},Gg={description:di("Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>, optional, default={1;2;3;...})",di("The range representing the array or matrix of independent data.")),Cd("calculate_b (boolean, default=TRUE)",di("A flag specifying whether to compute the slope or not"),vg),Cd("verbose (boolean, default=FALSE)",di("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"),bg)],compute:function(e,t=[[]],o={value:!0},s={value:!1}){if(0===e.length||0===e[0].length)return new nn(er("data_y"));const i=xc(Cn(t,"the second argument (data_x)"),Dc(Cn(e,"the first argument (data_y)")),Tn(o),Tn(s));for(let e=0;e<i.length;e++)i[e][0]=Math.exp(i[e][0]);return i},isExported:!0},Wg={description:di("Compute the Matthews correlation coefficient of a dataset."),args:[Cd("data_x (range)",di("The range representing the array or matrix of observed data.")),Cd("data_y (range)",di("The range representing the array or matrix of predicted data."))],compute:function(e,t){const o=e.flat(),s=t.flat();if(vc(o,s),0===o.length||0===s.length)return new cn(Qn);const i=o.length;let n=0,r=0,a=0,l=0;for(let e=0;e<i;++e){const t=Tn(o[e]);t===Tn(s[e])?t?r++:n++:t?l++:a++}return(r*n-a*l)/Math.sqrt((r+a)*(r+l)*(n+a)*(n+l))},isExported:!1},qg={description:di("Maximum value in a numeric dataset."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the maximum value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the maximum value."))],compute:function(...e){return yc(e,this.locale)},isExported:!0},Zg={description:di("Maximum numeric value in a dataset."),args:[Cd("value1 (any, range)",di("The first value or range to consider when calculating the maximum value.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges to consider when calculating the maximum value."))],compute:function(...e){const t=kn(e,((e,t)=>Math.max(t,e)),-1/0,this.locale);return{value:t===-1/0?0:t,format:pn(e[0])}},isExported:!0},jg={description:di("Returns the maximum value in a range of cells, filtered by a set of criteria."),args:[Cd("range (range)",di("The range of cells from which the maximum will be determined.")),Cd("criteria_range1 (range)",di("The range of cells over which to evaluate criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Cd("criteria_range2 (any, range, repeating)",di("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.")),Cd("criterion2 (string, repeating)",di("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){let o=-1/0;return Wn(t,((t,s)=>{const i=e[t]?.[s]?.value;"number"==typeof i&&(o=o<i?i:o)}),this.locale),o===-1/0?0:o},isExported:!0},Yg={description:di("Median value in a numeric dataset."),args:[Cd("value1 (any, range)",di("The first value or range to consider when calculating the median value.")),Cd("value2 (any, range, repeating)",di("Additional values or ranges to consider when calculating the median value."))],compute:function(...e){const t=[];return On(e,(e=>{t.push(e)}),this.locale),{value:Eg(t,{value:.5},!0,this.locale),format:pn(t[0])}},isExported:!0},Xg={description:di("Minimum value in a numeric dataset."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the minimum value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the minimum value."))],compute:function(...e){return wc(e,this.locale)},isExported:!0},Kg={description:di("Minimum numeric value in a dataset."),args:[Cd("value1 (number, range<number>)",di("The first value or range to consider when calculating the minimum value.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to consider when calculating the minimum value."))],compute:function(...e){const t=kn(e,((e,t)=>Math.min(t,e)),1/0,this.locale);return{value:t===1/0?0:t,format:pn(e[0])}},isExported:!0},Jg={description:di("Returns the minimum value in a range of cells, filtered by a set of criteria."),args:[Cd("range (range)",di("The range of cells from which the minimum will be determined.")),Cd("criteria_range1 (range)",di("The range of cells over which to evaluate criterion1.")),Cd("criterion1 (string)",di("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Cd("criteria_range2 (any, range, repeating)",di("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.")),Cd("criterion2 (string, repeating)",di("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){let o=1/0;return Wn(t,((t,s)=>{const i=e[t]?.[s]?.value;"number"==typeof i&&(o=o>i?i:o)}),this.locale),o===1/0?0:o},isExported:!0};function Qg(e,t){const{flatDataX:o,flatDataY:s}=wg(e,t);if(0===o.length||0===s.length)return new cn(Qn);const i=o.length;let n=0,r=0,a=0,l=0,c=0;for(let e=0;e<i;e++){const t=o[e],i=s[e];n+=t,r+=i,a+=t*i,l+=t*t,c+=i*i}return(i*a-n*r)/Math.sqrt((i*l-n*n)*(i*c-r*r))}const ep={description:di("Compute the Pearson product-moment correlation coefficient of a dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){return Qg(e,t)},isExported:!0},tp=ep,op={description:di("Value at a given percentile of a dataset."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("percentile (number)",di("The percentile whose value within data will be calculated and returned."))],compute:function(e,t){return ip.compute.bind(this)(e,t)},isExported:!0},sp={description:di("Value at a given percentile of a dataset exclusive of 0 and 1."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("percentile (number)",di("The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned."))],compute:function(e,t){return{value:Eg([e],t,!1,this.locale),format:pn(e)}},isExported:!0},ip={description:di("Value at a given percentile of a dataset."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("percentile (number)",di("The percentile whose value within data will be calculated and returned."))],compute:function(e,t){return{value:Eg([e],t,!0,this.locale),format:pn(e)}},isExported:!0},np={description:di("Compute the coefficients of polynomial regression of the dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data.")),Cd("order (number)",di("The order of the polynomial to fit the data, between 1 and 6."),Sg),Cd("intercept (boolean, default=TRUE)",di("A flag specifying whether to compute the intercept or not."),Cg)],compute:function(e,t,o,s={value:!0}){const{flatDataX:i,flatDataY:n}=wg(e,t);return 0===i.length||0===n.length?new cn(Qn):Ec(n,i,bn(o,this.locale),Tn(s))},isExported:!1},rp={description:di("Predict value by computing a polynomial regression of the dataset."),args:[Cd("x (number, range<number>)",di("The value(s) on the x-axis to forecast.")),Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data.")),Cd("order (number)",di("The order of the polynomial to fit the data, between 1 and 6."),Sg),Cd("intercept (boolean, default=TRUE)",di("A flag specifying whether to compute the intercept or not."),Cg)],compute:function(e,t,o,s,i={value:!0}){const n=bn(s,this.locale),{flatDataX:r,flatDataY:a}=wg(t,o);if(0===r.length||0===a.length)return new cn(Qn);const l=Ec(a,r,n,Tn(i)).flat();return Vn(Xn(e),(e=>Tc(l,bn(e,this.locale),n)))},isExported:!1},ap={description:di("Value nearest to a specific quartile of a dataset."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("quartile_number (number)",di("Which quartile value to return."),yg)],compute:function(e,t){return cp.compute.bind(this)(e,t)},isExported:!0},lp={description:di("Value nearest to a specific quartile of a dataset exclusive of 0 and 4."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("quartile_number (number)",di("Which quartile value, exclusive of 0 and 4, to return."),[{value:1,label:di("First quartile (25th percentile)")},{value:2,label:di("Median value (50th percentile)")},{value:3,label:di("Third quartile (75th percentile)")}])],compute:function(e,t){return{value:Eg([e],{value:.25*Math.trunc(bn(t,this.locale))},!1,this.locale),format:pn(e)}},isExported:!0},cp={description:di("Value nearest to a specific quartile of a dataset."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("quartile_number (number)",di("Which quartile value to return."),yg)],compute:function(e,t){return{value:Eg([e],{value:.25*Math.trunc(bn(t,this.locale))},!0,this.locale),format:pn(e)}},isExported:!0},hp={description:di("Returns the rank of a specified value in a dataset."),args:[Cd("value (number)",di("The value whose rank will be determined.")),Cd("data (range)",di("The range containing the dataset to consider.")),Cd("is_ascending (boolean, default=FALSE)",di("Whether to consider the values in data in descending or ascending order."),[{value:!1,label:di("Descending")},{value:!0,label:di("Ascending")}])],compute:function(e,t,o={value:!1}){const s=Tn(o),i=bn(e,this.locale);let n=1,r=!1;for(const e of t)for(const t of e){if("number"!=typeof t.value)continue;const e=bn(t,this.locale);e===i?r=!0:e>i!==s&&n++}return r?n:new cn(di("Value not found in the given data."))},isExported:!0},dp={description:di("Compute the square of r, the Pearson product-moment correlation coefficient of a dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const o=Qg(e,t);if(o instanceof Error)throw o;return Math.pow(o,2)},isExported:!0},up={description:di("Compute the slope of the linear regression."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=wg(e,t);if(0===o.length||0===s.length)return new cn(Qn);const[[i]]=xc([o],[s]);return i},isExported:!0},gp={description:di("Nth smallest element in a data set."),args:[Cd("data (any, range)",di("The array or range containing the dataset to consider.")),Cd("n (number)",di("The rank from smallest to largest of the element to return."))],compute:function(e,t){const o=Math.trunc(bn(t?.value,this.locale)),s=[];let i,n=0;Fn([e],(e=>{"number"==typeof e?.value&&(i=qn(s,e,"nextSmaller","asc",s.length,((e,t)=>e[t].value)),s.splice(i+1,0,e),n++,n>o&&(s.pop(),n--))}));const r=s.pop();return void 0===r?new nn(Qn):n<o?new nn(di("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)):r},isExported:!0},pp={description:di("Compute the Spearman rank correlation coefficient of a dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=wg(t,e);if(0===o.length||0===s.length)return new cn(Qn);const i=o.length,n=o.map(((e,t)=>[e,s[t]]));n.sort(((e,t)=>e[0]-t[0]));for(let e=0;e<i;++e)n[e][0]=e;n.sort(((e,t)=>e[1]-t[1]));let r=0;for(let e=0;e<i;++e)r+=(n[e][0]-e)**2;return 1-6*r/(i**3-i)},isExported:!1},mp={description:di("Standard deviation."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Ip.compute.bind(this)(...e))},isExported:!0},fp={description:di("Standard deviation of entire population."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(xp.compute.bind(this)(...e))},isExported:!0},vp={description:di("Standard deviation."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Ep.compute.bind(this)(...e))},isExported:!0},bp={description:di("Standard deviation of sample (text as 0)."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Rp.compute.bind(this)(...e))},isExported:!0},Sp={description:di("Standard deviation of entire population."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(Tp.compute.bind(this)(...e))},isExported:!0},Cp={description:di("Standard deviation of entire population (text as 0)."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(Ap.compute.bind(this)(...e))},isExported:!0},yp={description:di("Calculates the standard error of the predicted y-value for each x in the regression of a dataset."),args:[Cd("data_y (range<number>)",di("The range representing the array or matrix of dependent data.")),Cd("data_x (range<number>)",di("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=wg(e,t);if(0===o.length||0===s.length)return new cn(Qn);return xc([o],[s],!0,!0)[1][2]},isExported:!0},wp={description:di("Fits points to linear trend derived via least-squares."),args:[Cd("known_data_y (number, range<number>)",di("The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.")),Cd("known_data_x (number, range<number>, optional, default={1;2;3;...})",di("The values of the independent variable(s) corresponding with known_data_y.")),Cd("new_data_x (number, range<number>, optional, default=known_data_x)",di("The data points to return the y values for on the ideal curve fit.")),Cd("b (boolean, optional, default=TRUE)",di("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."),vg)],compute:function(e,t=[[]],o=[[]],s={value:!0}){return 0===e.length||0===e[0].length?new nn(er("known_data_y")):_c(Cn(e,"the first argument (known_data_y)"),Cn(t,"the second argument (known_data_x)"),Cn(o,"the third argument (new_data_y)"),Tn(s))}},Ip={description:di("Variance."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return xg(e,!0,!1,this.locale)},isExported:!0},xp={description:di("Variance of entire population."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return xg(e,!1,!1,this.locale)},isExported:!0},Ep={description:di("Variance."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return xg(e,!0,!1,this.locale)},isExported:!0},Rp={description:di("Variance of sample (text as 0)."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the sample.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the sample."))],compute:function(...e){return xg(e,!0,!0,this.locale)},isExported:!0},Tp={description:di("Variance of entire population."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return xg(e,!1,!1,this.locale)},isExported:!0},Ap={description:di("Variance of entire population (text as 0)."),args:[Cd("value1 (number, range<number>)",di("The first value or range of the population.")),Cd("value2 (number, range<number>, repeating)",di("Additional values or ranges to include in the population."))],compute:function(...e){return xg(e,!1,!0,this.locale)},isExported:!0};var Dp=Object.freeze({__proto__:null,AVEDEV:Rg,AVERAGE:Tg,AVERAGEA:Fg,AVERAGEIF:Og,AVERAGEIFS:Pg,AVERAGE_WEIGHTED:_g,CORREL:tp,COUNT:Mg,COUNTA:Ng,COVAR:kg,COVARIANCE_P:Lg,COVARIANCE_S:Vg,FORECAST:Ug,GROWTH:Hg,INTERCEPT:zg,LARGE:Bg,LINEST:$g,LOGEST:Gg,MATTHEWS:Wg,MAX:qg,MAXA:Zg,MAXIFS:jg,MEDIAN:Yg,MIN:Xg,MINA:Kg,MINIFS:Jg,PEARSON:ep,PERCENTILE:op,PERCENTILE_EXC:sp,PERCENTILE_INC:ip,POLYFIT_COEFFS:np,POLYFIT_FORECAST:rp,QUARTILE:ap,QUARTILE_EXC:lp,QUARTILE_INC:cp,RANK:hp,RSQ:dp,SLOPE:up,SMALL:gp,SPEARMAN:pp,STDEV:mp,STDEVA:bp,STDEVP:Sp,STDEVPA:Cp,STDEV_P:fp,STDEV_S:vp,STEYX:yp,TREND:wp,VAR:Ip,VARA:Rp,VARP:Tp,VARPA:Ap,VAR_P:xp,VAR_S:Ep});function _p(e,t,o,s){const i=new Map,n=e.length;for(let t=n-1;t>=0;t--)i.set(xn(e[t][0]).toUpperCase(),t);const r=t?.value;if("number"!=typeof r&&"string"!=typeof r)throw new nn(di("The field must be a number or a string"));let a;if("number"==typeof r){if(a=Math.trunc(r)-1,a<0||n-1<a)throw new nn(di("The field (%(fieldValue)s) must be one of %(dimRowDB)s or must be a number between 1 and %s inclusive.",{fieldValue:r.toString(),dimRowDB:n.toString()}))}else{const e=xn(t).toUpperCase();if(a=i.get(e)??-1,-1===a)throw new nn(di("The field (%s) must be one of %s.",xn(t),[...i.keys()].toString()))}const l=o[0].length;if(l<2)throw new nn(di("The criteria range contains %s row, it must be at least 2 rows.",l.toString()));let c=new Set;const h=e[0].length;for(let t=1;t<l;t++){const n=[];let r=!0;for(let s=0;s<o.length;s++){const a=xn(o[s][0]).toUpperCase(),l=i.get(a),c=o[s][t];if(null!==c.value){if(void 0===l){r=!1;break}n.push([e[l].slice(1,h)]),n.push(c)}}if(r){if(!(n.length>0)){c=new Set(Array(h-1).keys());break}Wn(n,((e,t)=>{c.add(t)}),s,!0)}}const d=e[a];return[...c].map((e=>d[e+1]))}const Fp=[Cd("database (range)",di("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.")),Cd("field (number, string)",di("Indicates which column in database contains the values to be extracted and operated on.")),Cd("criteria (range)",di("An array or range containing zero or more criteria to filter the database values by before operating."))],Op={description:di("Average of a set of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Tg.compute.bind(this)([s])},isExported:!0},Pp={description:di("Counts values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Mg.compute.bind(this)([s])},isExported:!0},Mp={description:di("Counts values and text from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Ng.compute.bind(this)([s])},isExported:!0},Np={description:di("Single value from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return 1!==s.length?new nn(di("More than one match found in DGET evaluation.")):s[0]},isExported:!0},kp={description:di("Maximum of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return qg.compute.bind(this)([s])},isExported:!0},Lp={description:di("Minimum of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Xg.compute.bind(this)([s])},isExported:!0},Vp={description:di("Product of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Wu.compute.bind(this)([s])},isExported:!0},Up={description:di("Standard deviation of population sample from table."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return mp.compute.bind(this)([s])},isExported:!0},Hp={description:di("Standard deviation of entire population from table."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Sp.compute.bind(this)([s])},isExported:!0},zp={description:di("Sum of values from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return lg.compute.bind(this)([s])},isExported:!0},Bp={description:di("Variance of population sample from table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Ip.compute.bind(this)([s])},isExported:!0},$p={description:di("Variance of a population from a table-like range."),args:Fp,compute:function(e,t,o){const s=_p(e,t,o,this.locale);return Tp.compute.bind(this)([s])},isExported:!0};var Gp=Object.freeze({__proto__:null,DAVERAGE:Op,DCOUNT:Pp,DCOUNTA:Mp,DGET:Np,DMAX:kp,DMIN:Lp,DPRODUCT:Vp,DSTDEV:Up,DSTDEVP:Hp,DSUM:zp,DVAR:Bp,DVARP:$p});const Wp=di("The cashflow_amounts and cashflow_dates ranges must have the same dimensions."),qp=di("There must be both positive and negative values in cashflow_amounts."),Zp=e=>di("The cost (%s) must be positive or null.",e),jp=e=>di("The frequency (%s) must be one of %s",e,[1,2,4].toString()),Yp=e=>di("The day_count_convention (%s) must be between 0 and 4 inclusive.",e),Xp=e=>di("The depreciation factor (%s) must be strictly positive.",e),Kp=e=>di("The discount (%s) must be strictly positive.",e),Jp=e=>di("The discount (%s) must be smaller than 1.",e),Qp=e=>di("All the dates should be greater or equal to the first date in cashflow_dates (%s).",e),em=(e,t)=>di("The first_period (%(first)s) must be smaller or equal to the last_period (%(last)s).",{first:e,last:t}),tm=e=>di("The first_period (%s) must be strictly positive.",e),om=e=>di("The investment (%s) must be strictly positive.",e),sm=(e,t)=>di("The last_period (%(last)s) must be smaller or equal to the number_of_periods (%(nPeriods)s).",{last:e,nPeriods:t}),im=e=>di("The last_period (%s) must be strictly positive.",e),nm=e=>di("The life (%s) must be strictly positive.",e),rm=(e,t)=>di("The maturity (%(maturity)s) must be strictly greater than the settlement (%(settlement)s).",{maturity:t,settlement:e}),am=e=>di("The number_of_periods (%s) must be strictly positive.",e),lm=e=>di("The period must be between 1 and number_of_periods (%s)",e),cm=e=>di("The periods_by_year (%s) must be strictly positive.",e),hm=(e,t)=>di("The period (%(period)s) must be less than or equal life (%(life)s).",{period:e,life:t}),dm=e=>di("The period (%s) must be strictly positive.",e),um=e=>di("The present_value (%s) must be strictly positive.",e),gm=e=>di("The price (%s) must be strictly positive.",e),pm=e=>di("The rate_guess (%s) must be strictly greater than -1.",e),mm=e=>di("The rate (%s) must be positive or null.",e),fm=e=>di("The rate (%s) must be strictly positive.",e),vm=e=>di("The redemption (%s) must be strictly positive.",e),bm=e=>di("The salvage (%s) must be positive or null.",e),Sm=(e,t)=>di("The settlement date (%(settlement)s) must at most one year after the maturity date (%(maturity)s).",{settlement:e,maturity:t}),Cm=e=>di("The unit (%s) must be strictly positive.",e),ym=e=>di("The yield (%s) must be positive or null.",e);function wm(e){return e.some((e=>e>0))&&e.some((e=>e<0))}function Im(e){return![0,1,2,3,4].includes(e)}function xm(e){return![1,2,4].includes(e)}function Em(e,t,o){const s=An(e,o),i=An(t,o),n=An(e,o);return n.setFullYear(s.getFullYear()+1),i.getTime()<=n.getTime()}const Rm=[{value:0,label:di("US (NASD) 30/360")},{value:1,label:di("Actual/Actual")},{value:2,label:di("Actual/360")},{value:3,label:di("Actual/365")},{value:4,label:di("European 30/360")}];var Tm;!function(e){e.WHOLE_YEARS="Y",e.WHOLE_MONTHS="M",e.WHOLE_DAYS="D",e.DAYS_WITHOUT_WHOLE_MONTHS="MD",e.MONTH_WITHOUT_WHOLE_YEARS="YM",e.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR="YD"}(Tm||(Tm={}));const Am={description:di("Converts year/month/day into a date."),args:[Cd("year (number)",di("The year component of the date.")),Cd("month (number)",di("The month component of the date.")),Cd("day (number)",di("The day component of the date."))],compute:function(e,t,o){let s=Math.trunc(bn(e,this.locale));const i=Math.trunc(bn(t,this.locale)),n=Math.trunc(bn(o,this.locale));if(s<0||s>9999)return new nn(di("The year (%s) must be between 0 and 9999 inclusive.",s.toString()));s<1900&&(s+=1900);const r=Ui(new yi(s,i-1,n));return r<0?new nn(di("The function [[FUNCTION_NAME]] result must be greater than or equal 01/01/1900.")):{value:r,format:this.locale.dateFormat}},isExported:!0},Dm={description:di("Calculates the number of days, months, or years between two dates."),args:[Cd("start_date (date)",di("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.")),Cd("end_date (date)",di("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.")),Cd("unit (string)",di("A text abbreviation for unit of time."),[{value:"Y",label:di("The number of whole years between start_date and end_date")},{value:"M",label:di("The number of whole months between start_date and end_date")},{value:"D",label:di("The number of days between start_date and end_date")},{value:"MD",label:di("The number of days between start_date and end_date after subtracting whole months")},{value:"YM",label:di("The number of whole months between start_date and end_date after subtracting whole years")},{value:"YD",label:di("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,o){const s=xn(o).toUpperCase();if(!Object.values(Tm).includes(s))return new nn(((e,t)=>{const o=e.map((e=>`'${e}'`)).join(", ");return di("The function [[FUNCTION_NAME]] has an argument with value '%s'. It should be one of: %s.",t,o)})(Object.values(Tm),xn(o)));const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Vi(i),a=Vi(n);if(n<i)return new nn(di("start_date (%s) should be on or before end_date (%s).",r.toLocaleDateString(),a.toLocaleDateString()));switch(s){case Tm.WHOLE_YEARS:return ji(r,a);case Tm.WHOLE_MONTHS:return qi(r,a);case Tm.WHOLE_DAYS:return Zi(r,a);case Tm.MONTH_WITHOUT_WHOLE_YEARS:return qi(r,a)-12*ji(r,a);case Tm.DAYS_WITHOUT_WHOLE_MONTHS:let e=a.getDate()-r.getDate();if(e<0){e=zi(new yi(a.getFullYear(),a.getMonth()-1,1))-Math.abs(e)}return e;case Tm.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR:{if(function(e,t){return Wi(e,t,1)<1}(i,n))return Zi(r,a);const e=new yi(r.getFullYear(),a.getMonth(),a.getDate());let t=Zi(r,e);return t<0&&(e.setFullYear(r.getFullYear()+1),t=Zi(r,e)),t}}},isExported:!0},_m={description:di("Converts a date string to a date value."),args:[Cd("date_string (string)",di("The string representing the date."))],compute:function(e){const t=xn(e),o=Li(t,this.locale);return null===o?new nn(di("The date_string (%s) cannot be parsed to date/time.",t.toString())):Math.trunc(o.value)},isExported:!0},Fm={description:di("Day of the month that a specific date falls on."),args:[Cd("date (string)",di("The date from which to extract the day."))],compute:function(e){return An(e,this.locale).getDate()},isExported:!0},Om={description:di("Number of days between two dates."),args:[Cd("end_date (date)",di("The end of the date range.")),Cd("start_date (date)",di("The start of the date range."))],compute:function(e,t){const o=An(e,this.locale),s=An(t,this.locale),i=o.getTime()-s.getTime();return Math.round(i/Ii)},isExported:!0},Pm={description:di("Number of days between two dates on a 360-day year (months of 30 days)."),args:[Cd("start_date (date)",di("The start date to consider in the calculation.")),Cd("end_date (date)",di("The end date to consider in the calculation.")),Cd("method (boolean, default=false)",di("An indicator of what day count method to use."),[{value:!1,label:di("U.S. NASD method (default)")},{value:!0,label:di("European method")}])],compute:function(e,t,o={value:false}){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=Wi(s,i,Tn(o)?4:0);return Math.sign(i-s)*Math.round(360*n)},isExported:!0},Mm={description:di("Date a number of months before/after another date."),args:[Cd("start_date (date)",di("The date from which to calculate the result.")),Cd("months (number)",di("The number of months before (negative) or after (positive) 'start_date' to calculate."))],compute:function(e,t){return{value:Ui($i(An(e,this.locale),Math.trunc(bn(t,this.locale)),!1)),format:this.locale.dateFormat}},isExported:!0},Nm={description:di("Last day of a month before or after a date."),args:[Cd("start_date (date)",di("The date from which to calculate the result.")),Cd("months (number)",di("The number of months before (negative) or after (positive) 'start_date' to consider."))],compute:function(e,t){const o=An(e,this.locale),s=Math.trunc(bn(t,this.locale)),i=o.getFullYear(),n=o.getMonth();return{value:Ui(new yi(i,n+s+1,0)),format:this.locale.dateFormat}},isExported:!0},km={description:di("Hour component of a specific time."),args:[Cd("time (date)",di("The time from which to calculate the hour component."))],compute:function(e){return An(e,this.locale).getHours()},isExported:!0},Lm={description:di("ISO week number of the year."),args:[Cd("date (date)",di("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){const t=An(e,this.locale),o=t.getFullYear();let s=1;for(;4!==new yi(o,0,s).getDay();)s+=1;const i=new yi(o,0,s-3);let n=31;for(;4!==new yi(o,11,n).getDay();)n-=1;const r=new yi(o,11,n+3);let a,l;switch(a=i.getTime()<=t.getTime()?t.getTime()<=r.getTime()?0:1:-1,a){case 0:l=i;break;case 1:l=new yi(o,11,n+3+1);break;case-1:let e=1;for(;4!==new yi(o-1,0,e).getDay();)e+=1;l=new yi(o-1,0,e-3)}const c=(t.getTime()-l.getTime())/Ii;return Math.floor(c/7)+1},isExported:!0},Vm={description:di("Minute component of a specific time."),args:[Cd("time (date)",di("The time from which to calculate the minute component."))],compute:function(e){return An(e,this.locale).getMinutes()},isExported:!0},Um={description:di("Month of the year a specific date falls in"),args:[Cd("date (date)",di("The date from which to extract the month."))],compute:function(e){return An(e,this.locale).getMonth()+1},isExported:!0},Hm={description:di("Net working days between two provided days."),args:[Cd("start_date (date)",di("The start date of the period from which to calculate the number of net working days.")),Cd("end_date (date)",di("The end date of the period from which to calculate the number of net working days.")),Cd("holidays (date, range<date>, optional)",di("A range or array constant containing the date serial numbers to consider holidays."))],compute:function(e,t,o){return $m.compute.bind(this)(e,t,{value:1},o)},isExported:!0};function zm(e){const t=e?.value;if("string"==typeof t){ic(7===t.length&&[...t].every((e=>"0"===e||"1"===e)),di('When weekend is a string (%s) it must be composed of "0" or "1".',t));const e=[];for(let o=0;o<7;o++)"1"===t[o]&&e.push((o+1)%7);return e}if("number"==typeof t)return ic(1<=t&&t<=7||11<=t&&t<=17,di("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 nn(di("The weekend must be a number or a string."))}const Bm=[{value:1,label:di("Saturday/Sunday are weekends")},{value:2,label:di("Sunday/Monday are weekends")},{value:3,label:di("Monday/Tuesday are weekends")},{value:4,label:di("Tuesday/Wednesday are weekends")},{value:5,label:di("Wednesday/Thursday are weekends")},{value:6,label:di("Thursday/Friday are weekends")},{value:7,label:di("Friday/Saturday are weekends")},{value:11,label:di("Sunday is the only weekend")},{value:12,label:di("Monday is the only weekend")},{value:13,label:di("Tuesday is the only weekend")},{value:14,label:di("Wednesday is the only weekend")},{value:15,label:di("Thursday is the only weekend")},{value:16,label:di("Friday is the only weekend")},{value:17,label:di("Saturday is the only weekend")}],$m={description:di("Net working days between two dates (specifying weekends)."),args:[Cd("start_date (date)",di("The start date of the period from which to calculate the number of net working days.")),Cd("end_date (date)",di("The end date of the period from which to calculate the number of net working days.")),Cd("weekend (any, default=1)",di("A number or string representing which days of the week are considered weekends."),Bm),Cd("holidays (date, range<date>, optional)",di("A range or array constant containing the dates to consider as holidays."))],compute:function(e,t,o={value:1},s){const i=An(e,this.locale),n=An(t,this.locale),r=zm(o),a=new Set;void 0!==s&&Fn([s],(e=>{const t=An(e,this.locale);a.add(t.getTime())}));const l=i.getTime()>n.getTime(),c=yi.fromTimestamp((l?i:n).getTime()),h=yi.fromTimestamp((l?n:i).getTime()),d=c.getTime();let u=h.getTime(),g=0;for(;u<=d;)r.includes(h.getDay())||a.has(u)||(g+=1),h.setDate(h.getDate()+1),u=h.getTime();return l?-g:g},isExported:!0},Gm={description:di("Current date and time as a date value."),args:[],compute:function(){const e=yi.now(),t=e.getTime()-wi.getTime(),o=e.getHours()/24+e.getMinutes()/1440+e.getSeconds()/86400;return{value:Math.floor(t/Ii)+o,format:Ql(this.locale)}},isExported:!0},Wm={description:di("Minute component of a specific time."),args:[Cd("time (date)",di("The time from which to calculate the second component."))],compute:function(e){return An(e,this.locale).getSeconds()},isExported:!0},qm={description:di("Converts hour/minute/second into a time."),args:[Cd("hour (number)",di("The hour component of the time.")),Cd("minute (number)",di("The minute component of the time.")),Cd("second (number)",di("The second component of the time."))],compute:function(e,t,o){let s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=Math.trunc(bn(o,this.locale));return i+=Math.floor(n/60),n=n%60+(n<0?60:0),s+=Math.floor(i/60),i=i%60+(i<0?60:0),s%=24,s<0?new nn(di("The function [[FUNCTION_NAME]] result cannot be negative")):{value:s/24+i/1440+n/86400,format:this.locale.timeFormat}},isExported:!0},Zm={description:di("Converts a time string into its serial number representation."),args:[Cd("time_string (string)",di("The string that holds the time representation."))],compute:function(e){const t=xn(e),o=Li(t,this.locale);if(null===o)return new nn(di("The time_string (%s) cannot be parsed to date/time.",t));const s=o.value-Math.trunc(o.value);return s<0?1+s:s},isExported:!0},jm={description:di("Current date as a date value."),args:[],compute:function(){const e=yi.now();return{value:Ui(new yi(e.getFullYear(),e.getMonth(),e.getDate())),format:this.locale.dateFormat}},isExported:!0},Ym={description:di("Day of the week of the date provided (as number)."),args:[Cd("date (date)",di("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.")),Cd("type (number, default=1)",di("A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1."),[{value:1,label:di("Numbers 1 (Sunday) trough 7 (Saturday)")},{value:2,label:di("Numbers 1 (Monday) trough 7 (Sunday)")},{value:3,label:di("Numbers 0 (Monday) trough 6 (Sunday)")},{value:11,label:di("Numbers 1 (Monday) trough 7 (Sunday)")},{value:12,label:di("Numbers 1 (Tuesday) trough 7 (Monday)")},{value:13,label:di("Numbers 1 (Wednesday) trough 7 (Tuesday)")},{value:14,label:di("Numbers 1 (Thursday) trough 7 (Wednesday)")},{value:15,label:di("Numbers 1 (Friday) trough 7 (Thursday)")},{value:16,label:di("Numbers 1 (Saturday) trough 7 (Friday)")},{value:17,label:di("Numbers 1 (Sunday) trough 7 (Saturday)")}])],compute:function(e,t={value:1}){const o=An(e,this.locale),s=Math.round(bn(t,this.locale)),i=o.getDay();if(!(1<=s&&s<=3||11<=s&&s<=17))return new nn(di("The type (%s) must be between 1 and 3 or between 11 and 17.",s));switch(s){case 1:return i+1;case 2:return 0===i?7:i;case 3:return 0===i?6:i-1}const n=(i+1-(s-10)+7)%7;return 0===n?7:n},isExported:!0},Xm={description:di("Week number of the year."),args:[Cd("date (date)",di("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.")),Cd("type (number, default=1)",di("A number representing the day that a week starts on. Sunday = 1."),[{value:1,label:di("Sunday")},{value:2,label:di("Monday")},{value:11,label:di("Monday")},{value:12,label:di("Tuesday")},{value:13,label:di("Wednesday")},{value:14,label:di("Thursday")},{value:15,label:di("Friday")},{value:16,label:di("Saturday")},{value:17,label:di("Sunday")},{value:21,label:di("ISO week number (Monday as first day of the week)")}])],compute:function(e,t={value:1}){const o=An(e,this.locale),s=Math.round(bn(t,this.locale));if(![1,2,11,12,13,14,15,16,17,21].includes(s))return new nn(di("The type (%s) is out of range.",s.toString()));if(21===s)return Lm.compute.bind(this)(e);let i;i=1===s||2===s?s-1:s-10==7?0:s-10;const n=o.getFullYear();let r=1,a=new yi(n,0,r);for(;a.getDay()!==i;)r+=1,a=new yi(n,0,r);const l=(o.getTime()-a.getTime())/Ii;return l<0?1:Math.floor(l/7)+(1===r?1:2)},isExported:!0},Km={description:di("Date after a number of workdays."),args:[Cd("start_date (date)",di("The date from which to begin counting.")),Cd("num_days (number)",di("The number of working days to advance from start_date. If negative, counts backwards.")),Cd("holidays (date, range<date>, optional)",di("A range or array constant containing the dates to consider holidays."))],compute:function(e,t,o={value:null}){return Jm.compute.bind(this)(e,t,{value:1},o)},isExported:!0},Jm={description:di("Date after a number of workdays (specifying weekends)."),args:[Cd("start_date (date)",di("The date from which to begin counting.")),Cd("num_days (number)",di("The number of working days to advance from start_date. If negative, counts backwards.")),Cd("weekend (any, default=1)",di("A number or string representing which days of the week are considered weekends."),Bm),Cd("holidays (date, range<date>, optional)",di("A range or array constant containing the dates to consider holidays."))],compute:function(e,t,o={value:1},s){const i=An(e,this.locale),n=Math.trunc(bn(t,this.locale));if("1111111"===o.value)return new nn(di("The weekend must be different from '1111111'."));const r=zm(o),a=new Set;void 0!==s&&Fn([s],(e=>{const t=An(e,this.locale);a.add(t.getTime())}));const l=yi.fromTimestamp(i.getTime());let c=l.getTime();const h=Math.sign(n);let d=Math.abs(n);for(;d>0;)l.setDate(l.getDate()+h),c=l.getTime(),r.includes(l.getDay())||a.has(c)||(d-=1);const u=c-wi.getTime();return{value:Math.round(u/Ii),format:this.locale.dateFormat}},isExported:!0},Qm={description:di("Year specified by a given date."),args:[Cd("date (date)",di("The date from which to extract the year."))],compute:function(e){return An(e,this.locale).getFullYear()},isExported:!0},ef={description:di("Exact number of years between two dates."),args:[Cd("start_date (date)",di("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.")),Cd("end_date (date)",di("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.")),Cd("day_count_convention (number, default=0)",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o={value:0}){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=Math.trunc(bn(o,this.locale));return s<0?new nn(di("The start_date (%s) must be positive or null.",s)):i<0?new nn(di("The end_date (%s) must be positive or null.",i)):0>n||n>4?new nn(di("The day_count_convention (%s) must be between 0 and 4 inclusive.",n)):Wi(s,i,n)}},tf={description:di("First day of the month preceding a date."),args:[Cd("date (date)",di("The date from which to calculate the result."))],compute:function(e){const t=An(e,this.locale),o=t.getFullYear(),s=t.getMonth();return{value:Ui(new yi(o,s,1)),format:this.locale.dateFormat}}},of={description:di("Last day of the month following a date."),args:[Cd("date (date)",di("The date from which to calculate the result."))],compute:function(e){return Nm.compute.bind(this)(e,{value:0})}},sf={description:di("Quarter of the year a specific date falls in"),args:[Cd("date (date)",di("The date from which to extract the quarter."))],compute:function(e){return Math.ceil((An(e,this.locale).getMonth()+1)/3)}},nf={description:di("First day of the quarter of the year a specific date falls in."),args:[Cd("date (date)",di("The date from which to calculate the start of quarter."))],compute:function(e){const t=sf.compute.bind(this)(e),o=Qm.compute.bind(this)(e);return{value:Ui(new yi(o,3*(t-1),1)),format:this.locale.dateFormat}}},rf={description:di("Last day of the quarter of the year a specific date falls in."),args:[Cd("date (date)",di("The date from which to calculate the end of quarter."))],compute:function(e){const t=sf.compute.bind(this)(e),o=Qm.compute.bind(this)(e);return{value:Ui(new yi(o,3*t,0)),format:this.locale.dateFormat}}},af={description:di("First day of the year a specific date falls in."),args:[Cd("date (date)",di("The date from which to calculate the start of the year."))],compute:function(e){const t=Qm.compute.bind(this)(e);return{value:Ui(new yi(t,0,1)),format:this.locale.dateFormat}}},lf={description:di("Last day of the year a specific date falls in."),args:[Cd("date (date)",di("The date from which to calculate the end of the year."))],compute:function(e){const t=Qm.compute.bind(this)(e);return{value:Ui(new yi(t+1,0,0)),format:this.locale.dateFormat}}};var cf=Object.freeze({__proto__:null,DATE:Am,DATEDIF:Dm,DATEVALUE:_m,DAY:Fm,DAYS:Om,DAYS360:Pm,EDATE:Mm,EOMONTH:Nm,HOUR:km,ISOWEEKNUM:Lm,MINUTE:Vm,MONTH:Um,MONTH_END:of,MONTH_START:tf,NETWORKDAYS:Hm,NETWORKDAYS_INTL:$m,NOW:Gm,QUARTER:sf,QUARTER_END:rf,QUARTER_START:nf,SECOND:Wm,TIME:qm,TIMEVALUE:Zm,TODAY:jm,WEEKDAY:Ym,WEEKNUM:Xm,WORKDAY:Km,WORKDAY_INTL:Jm,YEAR:Qm,YEARFRAC:ef,YEAR_END:lf,YEAR_START:af});const hf={description:di("Compare two numeric values, returning 1 if they're equal."),args:[Cd("number1 (number)",di("The first number to compare.")),Cd("number2 (number, default=0)",di("The second number to compare."))],compute:function(e,t={value:0}){return bn(e,this.locale)===bn(t,this.locale)?1:0},isExported:!0};var df=Object.freeze({__proto__:null,DELTA:hf});const uf=[r.number,r.error,r.text,r.boolean];function gf(e){const t="asc"===e?1:-1;return(e,o)=>{if(e.type===r.empty)return o.type===r.empty?0:1;if(o.type===r.empty)return-1;let s=uf.indexOf(e.type)-uf.indexOf(o.type);return 0===s&&(s=e.type===r.text||e.type===r.error?e.value.localeCompare(o.value):e.value-o.value),t*s}}function pf(e,t,o,s,i){let n=s.right>s.left;if(e.model.getters.doesIntersectMerge(t,s)){let o;n=!1;for(let i=s.top;i<=s.bottom;i++){o=[];for(let n=s.left;n<=s.right;n++){const s=e.model.getters.getMerge({sheetId:t,col:n,row:i});s&&!o.includes(s.id.toString())&&o.push(s.id.toString())}if(o.length>=2){n=!0;break}}}if(n)return void mf(e,t,o,s,i);const r=e.model.getters.getContiguousZone(t,s);Yo(r,s)?mf(e,t,o,s,i):e.askConfirmation(di("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?"),(()=>mf(e,t,o,r,i)),(()=>mf(e,t,o,s,i)))}function mf(e,t,o,s,i,n){const r=e.model.dispatch("SORT_CELLS",{sheetId:t,col:o.col,row:o.row,zone:s,sortDirection:i,sortOptions:n});if(r.isCancelledBecause("InvalidSortZone")){const{col:t,row:i}=o;e.model.selection.selectZone({cell:{col:t,row:i},zone:s}),e.raiseError(di("Cannot sort. To sort, select only cells or only merges that have the same size."))}if(r.isCancelledBecause("SortZoneWithArrayFormulas")){const{col:t,row:i}=o;e.model.selection.selectZone({cell:{col:t,row:i},zone:s}),e.raiseError(di("Cannot sort a zone with array formulas."))}}function ff(e,t,...o){for(let e=0;e<o.length;e++){const t=e%2==0?"sort_column":"is_ascending";ic(void 0!==o[e],di("Value for parameter %s is missing in [[FUNCTION_NAME]].",t))}const s=[],i=[],n=e.length;for(let r=0;r<o.length;r+=2){s.push(Tn(pc(o[r+1])?.value)?"asc":"desc");const a=o[r];if(E(a)&&(a.length>1||a[0].length>1))ic(1===a.length&&a[0].length===n,di("Wrong size for %s. Expected a range of size 1x%s. Got %sx%s.",`sort_column${r+1}`,n,a.length,a[0].length)),i.push(a.flat().map((e=>e.value)));else{const o=bn(pc(a)?.value,t);if(o<1||o>e[0].length)return e;i.push(e.map((e=>e[o-1].value)))}}if(0===i.length)for(let t=0;t<e[0].length;t++)i.push(e.map((e=>e[t].value))),s.push("asc");const a={desc:gf("desc"),asc:gf("asc")},l=Ct(0,e.length);return l.sort(((e,t)=>{for(const[o,n]of i.entries()){const i=n[e],l=n[t],c={value:i,type:null===i?r.empty:"string"==typeof i?r.text:typeof i},h={value:l,type:null===l?r.empty:"string"==typeof l?r.text:typeof l},d=a[s[o]](c,h);if(0!==d)return d}return 0})),l.map((t=>e[t]))}const vf={description:di("Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions."),args:[Cd("range (any, range<any>)",di("The data to be filtered.")),Cd("condition1 (boolean, range<boolean>)",di("A column or row containing true or false values corresponding to the first column or row of range.")),Cd("condition2 (boolean, range<boolean>, repeating)",di("Additional column or row containing true or false values."))],compute:function(e,...t){let o=Xn(e);const s=t.map((e=>Vn(Xn(e),(e=>e.value))));for(const e of s)if(!rc(e))return new nn(di("The arguments condition must be a single column or row."));if(!ac(...t))return new nn(di("The arguments conditions must have the same dimensions."));const i=s.map((e=>e.flat())),n=1===s[0].length?"row":"col";if(o="row"===n?Un(o):o,i.some((e=>e.length!==o.length)))return new nn(di("FILTER has mismatched sizes on the range and conditions."));const r=[];for(let e=0;e<o.length;e++){const t=o[e];i.every((t=>("boolean"==typeof t[e]||"number"==typeof t[e])&&t[e]))&&r.push(t)}return r.length?"row"===n?Un(r):r:new cn(di("No match found in FILTER evaluation"))},isExported:!1},bf={description:di("Sorts the rows of a given array or range by the values in one or more columns."),args:[Cd("range (range)",di("The data to be sorted.")),Cd("sort_column (any, range<number>, repeating)",di("The index of the column in range or a range outside of range containing the values by which to sort.")),Cd("is_ascending (boolean, repeating)",di("TRUE or FALSE indicating whether to sort sort_column in ascending order."),[{value:!0,label:di("Ascending")},{value:!1,label:di("Descending")}])],compute:function(e,...t){const o=Un(e);return Un(ff(o,this.locale,...t))},isExported:!0},Sf={description:di("Returns the first n items in a data set after performing a sort."),args:[Cd("range (range)",di("The data to be sorted.")),Cd("n (number)",di("The number of items to return.")),Cd("display_ties_mode (number, default=0)",di("A number representing the way to display ties.")),Cd("sort_column (number, range<number>, repeating)",di("The index of the column in range or a range outside of range containing the values by which to sort.")),Cd("is_ascending (boolean, repeating)",di("TRUE or FALSE indicating whether to sort sort_column in ascending order."),[{value:!0,label:di("Ascending")},{value:!1,label:di("Descending")}])],compute:function(e,t,...o){const s=bn(t?.value??1,this.locale),i=o.length%2==0?0:bn(o[0]?.value,this.locale),n=o.length%2==0?o:o.slice(1);if(s<0)return new nn(di("Wrong value of 'n'. Expected a positive number. Got %s.",s));if(i<0||i>3)return new nn(di("Wrong value of 'display_ties_mode'. Expected a positive number between 0 and 3. Got %s.",i));const r=ff(Un(e),this.locale,...n),a=(e,t)=>JSON.stringify(r[e].map((e=>e.value)))===JSON.stringify(r[t].map((e=>e.value)));switch(i){case 0:return Un(r.slice(0,s));case 1:for(let e=s;e<r.length;e++)if(!a(e,s-1))return Un(r.slice(0,e));return Un(r);case 2:{const e=[r[0]];for(let t=1;t<r.length;t++)for(let o=0;o<t&&!a(t,o);o++)o===t-1&&e.push(r[t]);return Un(e.slice(0,s))}case 3:{const e=[r[0]];let t=1;for(let o=1;o<r.length&&(a(o,o-1)||t++,!(t>s));o++)e.push(r[o]);return Un(e)}}},isExported:!1},Cf={description:di("Unique rows in the provided source range."),args:[Cd("range (any, range<any>)",di("The data to filter by unique entries.")),Cd("by_column (boolean, default=FALSE)",di("Whether to filter the data by columns or by rows."),[{value:!0,label:di("Return unique columns")},{value:!1,label:di("Return unique rows")}]),Cd("exactly_once (boolean, default=FALSE)",di("Whether to return only entries with no duplicates."),[{value:!0,label:di("Return items that appear exactly once")},{value:!1,label:di("Return every distinct item")}])],compute:function(e={value:""},t,o){if(!E(e))return[[e]];const s=Tn(t?.value)||!1,i=Tn(o?.value)||!1;s||(e=Un(e));const n=new Map;for(const t of e){const e=JSON.stringify(t.map((e=>e.value))),o=n.get(e);o?o.count++:n.set(e,{data:t,count:1})}const r=[];for(const e of n.values())i&&e.count>1||r.push(e.data);return r.length?s?r:Un(r):new nn(di("No unique values found"))},isExported:!0};var yf=Object.freeze({__proto__:null,FILTER:vf,SORT:bf,SORTN:Sf,UNIQUE:Cf});const wf=[{value:1,label:di("Annual")},{value:2,label:di("Semi-annual")},{value:4,label:di("Quarterly")}],If=[{value:0,label:di("End of period (default)")},{value:1,label:di("Beginning of period")}],xf=[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)];function Ef(e,t,o,s,i=1e-10,n){let r,a,l,c,h=o,d=!1,u=0;do{l=e(h),isNaN(l)?(ic(u<s&&void 0!==n,di("Function [[FUNCTION_NAME]] didn't find any result.")),u++,h=n(c),c=h):(r=h-l/t(h),a=Math.abs(r-h),h=r,d=a<i||Math.abs(l)<i,ic(u<s,di("Function [[FUNCTION_NAME]] didn't find any result.")),u++)}while(!d);return h}const Rf={description:di("Accrued interest of security paying at maturity."),args:[Cd("issue (date)",di("The date the security was initially issued.")),Cd("maturity (date)",di("The maturity date of the security.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(s,this.locale),l=bn(o,this.locale),c=Math.trunc(bn(i,this.locale));if(n<0)return new nn((e=>di("The issue (%s) must be positive or null.",e))(n));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(vm(a));if(l<=0)return new nn(fm(l));return a*l*Wi(n,r,c)},isExported:!0},Tf={description:di("Depreciation for an accounting period."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("purchase_date (date)",di("The date the asset was purchased.")),Cd("first_period_end (date)",di("The date the first period ended.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("period (number)",di("The single period within life for which to calculate depreciation.")),Cd("rate (number)",di("The deprecation rate.")),Cd("day_count_convention (number, optional)",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=bn(e,this.locale),l=Math.trunc(bn(t,this.locale)),c=Math.trunc(bn(o,this.locale)),h=bn(s,this.locale),d=bn(i,this.locale),u=bn(n,this.locale),g=Math.trunc(bn(r,this.locale));if(a<=0)return new nn((e=>di("The cost (%s) must be strictly positive.",e))(a));if(l<0)return new nn((e=>di("The purchase_date (%s) must be positive or null.",e))(l));if(h<0)return new nn(bm(h));if(h>a)return new nn(((e,t)=>di("The salvage (%(salvage)s) must be smaller or equal than the cost (%(cost)s).",{salvage:e,cost:t}))(h,a));if(d<0)return new nn((e=>di("The period (%s) must be positive or null.",e))(d));if(u<=0)return new nn(fm(u));if(Im(g))return new nn(Yp(g));if(l>c)return new nn(((e,t)=>di("The purchase_date (%(purchaseDate)s) must be before the first_period_end (%(firstPeriodEnd)s).",{purchaseDate:e,firstPeriodEnd:t}))(l,c));const p=d<1&&d>0?1:Math.trunc(d),m=a*u,f=Wi(l,c,g),v=l===c?m:m*f,b=a-v-m*p;return b>=h?0===p?v:m:h-b<m?m-(h-b):0},isExported:!0},Af={description:di("Days in coupon period containing settlement date."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));if(1===a){const i=Pf.compute.bind(this)(e,t,o,s).value;return bn(Ff.compute.bind(this)(e,t,o,s).value,this.locale)-bn(i,this.locale)}return(3===a?365:360)/r},isExported:!0},Df={description:di("Days from settlement until next coupon."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));const l=bn(Pf.compute.bind(this)(e,t,o,s).value,this.locale);if([1,2,3].includes(a))return i-l;if(4===a){const e=Wi(l,i,a);return Math.round(360*e)}const c=An(i,this.locale),h=An(l,this.locale),d=h.getFullYear(),u=c.getFullYear(),g=h.getMonth()+1,p=c.getMonth()+1;let m=h.getDate(),f=c.getDate();return 2===g&&2===p&&Bi(h)&&Bi(c)&&(f=30),31!==f||30!==m&&31!==m||(f=30),2===g&&Bi(h)&&(m=30),31===m&&(m=30),360*(u-d)+30*(p-g)+(f-m)},isExported:!0},_f={description:di("Days from settlement until next coupon."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));const l=bn(Ff.compute.bind(this)(e,t,o,s).value,this.locale);if([1,2,3].includes(a))return l-i;if(4===a){const e=Wi(i,l,a);return Math.round(360*e)}const c=Df.compute.bind(this)(e,t,o,s);return bn(Af.compute.bind(this)(e,t,o,s),this.locale)-bn(c,this.locale)},isExported:!0},Ff={description:di("Next coupon date after the settlement date."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));const l=12/r,c=Of.compute.bind(this)(e,t,o,s);return{value:Ui($i(An(n,this.locale),-(bn(c,this.locale)-1)*l,!0)),format:this.locale.dateFormat}},isExported:!0},Of={description:di("Number of coupons between settlement and maturity."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));let l=1,c=n;const h=12/r;for(;c>i;)c=Ui($i(An(c,this.locale),-h,!1)),l++;return l-1},isExported:!0},Pf={description:di("Last coupon date prior to or on the settlement date."),args:xf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(bn(e,this.locale)),n=Math.trunc(bn(t,this.locale)),r=Math.trunc(bn(o,this.locale)),a=Math.trunc(bn(s,this.locale));if(i>=n)return new nn(rm(i,n));if(xm(r))return new nn(jp(r));if(Im(a))return new nn(Yp(a));const l=12/r,c=Of.compute.bind(this)(e,t,o,s);return{value:Ui($i(An(n,this.locale),-c*l,!0)),format:this.locale.dateFormat}},isExported:!0},Mf={description:di("Cumulative interest paid over a set of periods."),args:[Cd("rate (number)",di("The interest rate.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("first_period (number)",di("The number of the payment period to begin the cumulative calculation.")),Cd("last_period (number)",di("The number of the payment period to end the cumulative calculation.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s,i,n={value:0}){const r=bn(s,this.locale),a=bn(i,this.locale),l=bn(e,this.locale),c=bn(o,this.locale),h=bn(t,this.locale),d=Tn(n)?1:0;if(h<=0)return new nn(am(h));if(r<=0)return new nn(tm(r));if(a<=0)return new nn(im(a));if(r>a)return new nn(em(r,a));if(a>h)return new nn(sm(a,h));if(l<=0)return new nn(fm(l));if(c<=0)return new nn(um(c));let u=0;for(let e=r;e<=a;e++)u+=jf(l,e,h,c,0,d);return u},isExported:!0},Nf={description:di("Cumulative principal paid over a set of periods."),args:[Cd("rate (number)",di("The interest rate.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("first_period (number)",di("The number of the payment period to begin the cumulative calculation.")),Cd("last_period (number)",di("The number of the payment period to end the cumulative calculation.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s,i,n={value:0}){const r=bn(s,this.locale),a=bn(i,this.locale),l=bn(e,this.locale),c=bn(o,this.locale),h=bn(t,this.locale),d=Tn(n)?1:0;if(h<=0)return new nn(am(h));if(r<=0)return new nn(tm(r));if(a<=0)return new nn(im(a));if(r>a)return new nn(em(r,a));if(a>h)return new nn(sm(a,h));if(l<=0)return new nn(fm(l));if(c<=0)return new nn(um(c));let u=0;for(let e=r;e<=a;e++)u+=av(l,e,h,c,0,d);return u},isExported:!0},kf={description:di("Depreciation via declining balance method."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated.")),Cd("period (number)",di("The single period within life for which to calculate depreciation.")),Cd("month (number, optional)",di("The number of months in the first year of depreciation."))],compute:function(e,t,o,s,...i){const n=bn(e,this.locale),r=bn(t,this.locale),a=bn(o,this.locale),l=Math.trunc(bn(s,this.locale)),c=i.length?Math.trunc(bn(i[0],this.locale)):12,h=a+(12===c?0:1);if(n<0)return new nn(Zp(n));if(r<0)return new nn(bm(r));if(l<=0)return new nn(dm(l));if(a<=0)return new nn(nm(a));if(1>c||c>12)return new nn(di("The month (%s) must be between 1 and 12 inclusive.",c));if(l>h)return new nn(((e,t)=>di("The period (%(period)s) must be less than or equal to %(lifeLimit)s.",{period:e,lifeLimit:t}))(l,h));const d=c/12;let u=1-Math.pow(r/n,1/a);u=Math.round(1e3*u)/1e3;let g=n,p=n*(1-u*d);for(let e=1;e<l;e++)g=p,p=g*(1-u),e===a&&(p=g*(1-u*(1-d)));return{value:g-p,format:"#,##0.00"}},isExported:!0},Lf="#,##0.00",Vf={description:di("Depreciation via double-declining balance method."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated.")),Cd("period (number)",di("The single period within life for which to calculate depreciation.")),Cd("factor (number, default=2)",di("The factor by which depreciation decreases."))],compute:function(e,t,o,s,i={value:2}){const n=bn(e,this.locale),r=bn(t,this.locale),a=bn(o,this.locale),l=bn(s,this.locale),c=bn(i,this.locale);if(n<0)return new nn(Zp(n));if(r<0)return new nn(bm(r));if(l<=0)return new nn(dm(l));if(a<=0)return new nn(nm(a));if(l>a)return new nn(hm(l,a));if(c<=0)return new nn(Xp(c));if(0===n||r>=n)return{value:0,format:Lf};const h=c/a;if(h>1)return{value:1===l?n-r:0,format:Lf};if(l<=1)return{value:n*h,format:Lf};const d=n*Math.pow(1-h,l-1),u=n*Math.pow(1-h,l),g=u<r?d-r:d-u;return{value:Math.max(g,0),format:Lf}},isExported:!0},Uf={description:di("Discount rate of a security based on price."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("price (number)",di("The price at which the security is bought per 100 face value.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(o,this.locale),l=bn(s,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(gm(a));if(l<=0)return new nn(vm(l));return(l-a)/l/Wi(n,r,c)},isExported:!0},Hf={description:di("Convert a decimal fraction to decimal value."),args:[Cd("fractional_price (number)",di("The price quotation given using fractional decimal conventions.")),Cd("unit (number)",di("The units of the fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],compute:function(e,t){const o=bn(e,this.locale),s=Math.trunc(bn(t,this.locale));if(s<=0)return new nn(Cm(s));const i=Math.trunc(o);return i+(o-i)*(10**Math.ceil(Math.log10(s))/s)},isExported:!0},zf={description:di("Convert a decimal value to decimal fraction."),args:[Cd("decimal_price (number)",di("The price quotation given as a decimal value.")),Cd("unit (number)",di("The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],compute:function(e,t){const o=bn(e,this.locale),s=Math.trunc(bn(t,this.locale));if(s<=0)return new nn(Cm(s));const i=Math.trunc(o);return i+(o-i)*(s/10**Math.ceil(Math.log10(s)))},isExported:!0},Bf={description:di("Number of periods for an investment to reach a value."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("yield (number)",di("The expected annual yield of the security.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n={value:0}){const r=Math.trunc(bn(e,this.locale)),a=Math.trunc(bn(t,this.locale)),l=bn(o,this.locale),c=bn(s,this.locale),h=Math.trunc(bn(i,this.locale)),d=Math.trunc(bn(n,this.locale));if(r>=a)return new nn(rm(r,a));if(xm(h))return new nn(jp(h));if(Im(d))return new nn(Yp(d));if(l<0)return new nn(mm(l));if(c<0)return new nn(ym(c));const u=Wi(r,a,d),g=u-Math.trunc(u)||1/h,p=Math.ceil(u*h),m=l/h,f=c/h;let v=0,b=0;for(let e=1;e<=p;e++){const t=(m+(e===p?1:0))/(1+f)**e;b+=(g+(e-1)/h)*t,v+=t}return 0===v?0:b/v},isExported:!0},$f={description:di("Annual effective interest rate."),args:[Cd("nominal_rate (number)",di("The nominal interest rate per year.")),Cd("periods_per_year (number)",di("The number of compounding periods per year."))],compute:function(e,t){const o=bn(e,this.locale),s=Math.trunc(bn(t,this.locale));return o<=0?new nn(di("The nominal_rate (%s) must be strictly positive.",o)):s<=0?new nn(cm(s)):Math.pow(1+o/s,s)-1},isExported:!0};function Gf(e,t,o,s,i){return 0===e?-(s+o*t):-s*(1+e)**t-o*(1+e*i)*((1+e)**t-1)/e}const Wf={description:di("Future value of an annuity investment."),args:[Cd("rate (number)",di("The interest rate.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("payment_amount (number)",di("The amount per period to be paid.")),Cd("present_value (number, default=0)",di("The current value of the annuity.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;return{value:Gf(bn(e,this.locale),bn(t,this.locale),bn(o,this.locale),bn(s,this.locale),Tn(i)?1:0),format:"#,##0.00"}},isExported:!0},qf={description:di("Future value of principal from series of rates."),args:[Cd("principal (number)",di("The amount of initial capital or value to compound against.")),Cd("rate_schedule (number, range<number>)",di("A series of interest rates to compound against the principal."))],compute:function(e,t){return Mn([t],((e,t)=>e*(1+bn(t,this.locale))),bn(e,this.locale))},isExported:!0},Zf={description:di("Calculates effective interest rate."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("investment (number)",di("The amount invested in the security.")),Cd("redemption (number)",di("The amount to be received at maturity.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(s,this.locale),l=bn(o,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(l<=0)return new nn(om(l));if(a<=0)return new nn(vm(a));if(Im(c))return new nn(Yp(c));return(a-l)/l/Wi(n,r,c)},isExported:!0};function jf(e,t,o,s,i,n){return nv(e,o,s,i,n)-av(e,t,o,s,i,n)}const Yf={description:di("Payment on the principal of an investment."),args:[Cd("rate (number)",di("The annualized rate of interest.")),Cd("period (number)",di("The amortization period, in terms of number of periods.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s,i={value:0},n={value:0}){return{value:jf(bn(e,this.locale),bn(t,this.locale),bn(o,this.locale),bn(s,this.locale),bn(i,this.locale),Tn(n)?1:0),format:"#,##0.00"}},isExported:!0},Xf={description:di("Internal rate of return given periodic cashflows."),args:[Cd("cashflow_amounts (number, range<number>)",di("An array or range containing the income or payments associated with the investment.")),Cd("rate_guess (number, default=0.1)",di("An estimate for what the internal rate of return will be."))],compute:function(e,t={value:.1}){const o=bn(t,this.locale);if(o<=-1)return new nn(pm(o));let s=!1,i=!1;const n=[];if(On([e],(({value:e})=>{e>0&&(s=!0),e<0&&(i=!0),n.push(e)}),this.locale),!s||!i)return new nn(qp);const r=n.shift();return{value:Ef((function(e){return function(e,t,o){const s=o.length;let i=0;return o.reduce(((t,o)=>(i++,t+o*e**(s-i))),t*e**s)}(e,r,n)}),(function(e){return function(e,t,o){const s=o.length;let i=0;return o.reduce(((t,o)=>(i++,t+o*(s-i)*e**(s-i-1))),t*s*e**(s-1))}(e,r,n)}),o+1,20,1e-5)-1,format:"0%"}},isExported:!0},Kf={description:di("Returns the interest paid at a particular period of an investment."),args:[Cd("rate (number)",di("The interest rate.")),Cd("period (number)",di("The period for which you want to view the interest payment.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity."))],compute:function(e,t,o,s){const i=bn(e,this.locale),n=bn(t,this.locale),r=bn(o,this.locale),a=bn(s,this.locale);if(0===r)return new nn(di("The number_of_periods (%s) must be different from zero.",r));return-1*(a-a*(n/r))*i},isExported:!0},Jf={description:di("Modified Macaulay duration."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("yield (number)",di("The expected annual yield of the security.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."))],compute:function(e,t,o,s,i,n={value:0}){const r=Bf.compute.bind(this)(e,t,o,s,i,n),a=bn(s,this.locale),l=Math.trunc(bn(i,this.locale));return bn(r,this.locale)/(1+a/l)},isExported:!0},Qf={description:di("Modified internal rate of return."),args:[Cd("cashflow_amounts (range<number>)",di("A range containing the income or payments associated with the investment. The array should contain bot payments and incomes.")),Cd("financing_rate (number)",di("The interest rate paid on funds invested.")),Cd("reinvestment_return_rate (number)",di("The return (as a percentage) earned on reinvestment of income received from the investment."))],compute:function(e,t,o){const s=bn(t,this.locale),i=bn(o,this.locale),n=Un(e).flat().filter((e=>null!==e.value)).map((e=>bn(e,this.locale))),r=n.length;let a=0,l=0;for(const e of Ct(0,r)){const t=n[e];t>=0?a+=t*(i+1)**(r-e-1):l+=t/(s+1)**e}if(0===l||0===a)return new nn(qp);return(-a/l)**(1/(r-1))-1},isExported:!0},ev={description:di("Annual nominal interest rate."),args:[Cd("effective_rate (number)",di("The effective interest rate per year.")),Cd("periods_per_year (number)",di("The number of compounding periods per year."))],compute:function(e,t){const o=bn(e,this.locale),s=Math.trunc(bn(t,this.locale));return o<=0?new nn(di("The effective_rate (%s) must be strictly positive.",o)):s<=0?new nn(cm(s)):(Math.pow(o+1,1/s)-1)*s},isExported:!0},tv={description:di("Number of payment periods for an investment."),args:[Cd("rate (number)",di("The interest rate.")),Cd("payment_amount (number)",di("The amount of each payment made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;const n=bn(e,this.locale),r=bn(t,this.locale),a=bn(o,this.locale),l=bn(s,this.locale),c=Tn(i)?1:0;if(0===n)return-(l+a)/r;const h=r*(1+n*c)/n;return Math.log((h-l)/(a+h))/Math.log(1+n)},isExported:!0};function ov(e,t,o,s){let i=0;return Nn(o,((t,o)=>(i++,t+o/(1+e)**i)),t,s)}const sv={description:di("The net present value of an investment based on a series of periodic cash flows and a discount rate."),args:[Cd("discount (number)",di("The discount rate of the investment over one period.")),Cd("cashflow1 (number, range<number>)",di("The first future cash flow.")),Cd("cashflow2 (number, range<number>, repeating)",di("Additional future cash flows."))],compute:function(e,...t){const o=bn(e,this.locale);return-1===o?new nn((e=>di("The discount (%s) must be different from -1.",e))(o)):{value:ov(o,0,t,this.locale),format:"#,##0.00"}},isExported:!0},iv={description:di("Computes the number of periods needed for an investment to reach a value."),args:[Cd("rate (number)",di("The rate at which the investment grows each period.")),Cd("present_value (number)",di("The investment's current value.")),Cd("future_value (number)",di("The investment's desired future value."))],compute:function(e,t,o){const s=bn(e,this.locale),i=bn(t,this.locale),n=bn(o,this.locale);return s<=0?new nn(fm(s)):i<=0?new nn(um(i)):n<=0?new nn(di("The future_value (%s) must be strictly positive.",n)):(Math.log(n)-Math.log(i))/Math.log(1+s)},isExported:!0};function nv(e,t,o,s,i){if(t<=0)throw new nn(am(t));if(0===e)return-(s+o)/t;let n=-(o*(1+e)**t+s);return n=n*e/((1+e*i)*((1+e)**t-1)),n}const rv={description:di("Periodic payment for an annuity investment."),args:[Cd("rate (number)",di("The annualized rate of interest.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s={value:0},i={value:0}){const n=bn(t,this.locale),r=bn(e,this.locale),a=Tn(i)?1:0,l=bn(s,this.locale);return{value:nv(r,n,bn(o,this.locale),l,a),format:"#,##0.00"}},isExported:!0};function av(e,t,o,s,i,n){if(o<=0)throw new nn(am(o));if(t<=0||t>o)throw new nn(lm(o));const r=nv(e,o,s,i,n);if(1===n&&1===t)return r;return r+-Gf(e,0===n?t-1:t-2,r,s+r*n,0)*e}const lv={description:di("Payment on the principal of an investment."),args:[Cd("rate (number)",di("The annualized rate of interest.")),Cd("period (number)",di("The amortization period, in terms of number of periods.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s,i={value:0},n={value:0}){const r=bn(o,this.locale),a=bn(e,this.locale),l=bn(t,this.locale),c=Tn(n)?1:0,h=bn(i,this.locale);return{value:av(a,l,r,bn(s,this.locale),h,c),format:"#,##0.00"}},isExported:!0},cv={description:di("Present value of an annuity investment."),args:[Cd("rate (number)",di("The interest rate.")),Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("payment_amount (number)",di("The amount per period to be paid.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;const n=bn(e,this.locale),r=bn(t,this.locale),a=bn(o,this.locale),l=bn(s,this.locale),c=Tn(i)?1:0;return{value:n?-(a*(1+n*c)*((1+n)**r-1)/n+l)/(1+n)**r:-(l+a*r),format:"#,##0.00"}},isExported:!0},hv={description:di("Price of a security paying periodic interest."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("yield (number)",di("The expected annual yield of the security.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Math.trunc(bn(e,this.locale)),l=Math.trunc(bn(t,this.locale)),c=bn(o,this.locale),h=bn(s,this.locale),d=bn(i,this.locale),u=Math.trunc(bn(n,this.locale)),g=Math.trunc(bn(r,this.locale));if(a>=l)return new nn(rm(a,l));if(xm(u))return new nn(jp(u));if(Im(g))return new nn(Yp(g));if(c<0)return new nn(mm(c));if(h<0)return new nn(ym(h));if(d<=0)return new nn(vm(d));const p=Wi(a,l,g)*u,m=Math.ceil(p),f=p-Math.floor(p)||1,v=1+h/u,b=100*c/u;if(1===m)return(b+d)/(f*h/u+1)-b*(1-f);let S=0;for(let e=1;e<=m;e++)S+=b/v**(e-1+f);return d/v**(m-1+f)+S-b*(1-f)},isExported:!0},dv={description:di("Price of a discount security."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("discount (number)",di("The discount rate of the security at time of purchase.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(o,this.locale),l=bn(s,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(Kp(a));if(l<=0)return new nn(vm(l));return l-a*l*Wi(n,r,c)},isExported:!0},uv={description:di("Calculates the price of a security paying interest at maturity, based on expected yield."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("issue (date)",di("The date the security was initially issued.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("yield (number)",di("The expected annual yield of the security.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n={value:0}){n=n||0;const r=Math.trunc(bn(e,this.locale)),a=Math.trunc(bn(t,this.locale)),l=Math.trunc(bn(o,this.locale)),c=bn(s,this.locale),h=bn(i,this.locale),d=Math.trunc(bn(n,this.locale));if(r<=l)return new nn(((e,t)=>di("The settlement date (%(settlement)s) must be strictly greater than the issue date (%(issue)s).",{settlement:e,issue:t}))(r,l));if(r>=a)return new nn(rm(r,a));if(Im(d))return new nn(Yp(d));if(c<0)return new nn(mm(c));if(h<0)return new nn(ym(h));const u=Wi(r,a,d),g=Wi(r,l,d);return(100+Wi(l,a,d)*c*100)/(1+u*h)-g*c*100},isExported:!0},gv=.1,pv={description:di("Interest rate of an annuity investment."),args:[Cd("number_of_periods (number)",di("The number of payments to be made.")),Cd("payment_per_period (number)",di("The amount per period to be paid.")),Cd("present_value (number)",di("The current value of the annuity.")),Cd("future_value (number, default=0)",di("The future value remaining after the final payment has been made.")),Cd("end_or_beginning (number, default=0)",di("The timing of the payment payments are due for each period."),If),Cd("rate_guess (number, default=0.1)",di("An estimate for what the interest rate will be."))],compute:function(e,t,o,s={value:0},i={value:0},n={value:gv}){const r=bn(e,this.locale),a=bn(t,this.locale),l=Tn(i)?1:0,c=bn(n,this.locale)||gv;let h=bn(s,this.locale),d=bn(o,this.locale);if(r<=0)return new nn(am(r));if(!wm([a,d,h]))return new nn(di("There must be both positive and negative values in [payment_amount, present_value, future_value]."));if(c<=-1)return new nn(pm(c));h-=a*l,d+=a*l;return{value:Ef((e=>{const t=Math.pow(1+e,r);return h+d*t+a*((t-1)/e)}),(e=>{const t=Math.pow(1+e,r-1),o=Math.pow(1+e,r);return d*r*t+a*(r*t/e-(o-1)/e/e)}),c,40,1e-5),format:"0%"}},isExported:!0},mv={description:di("Amount received at maturity for a security."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("investment (number)",di("The amount invested (irrespective of face value of each security).")),Cd("discount (number)",di("The discount rate of the security invested in.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(o,this.locale),l=bn(s,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(om(a));if(l<=0)return new nn(Kp(l));return a/(1-l*Wi(n,r,c))},isExported:!0},fv={description:di("Computes the rate needed for an investment to reach a specific value within a specific number of periods."),args:[Cd("number_of_periods (number)",di("The number of periods.")),Cd("present_value (number)",di("The present value of the investment.")),Cd("future_value (number)",di("The future value of the investment."))],compute:function(e,t,o){const s=bn(e,this.locale),i=bn(t,this.locale),n=bn(o,this.locale);return s<=0?new nn(am(s)):(n/i)**(1/s)-1},isExported:!0},vv={description:di("Depreciation of an asset using the straight-line method."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated."))],compute:function(e,t,o){return{value:(bn(e,this.locale)-bn(t,this.locale))/bn(o,this.locale),format:"#,##0.00"}},isExported:!0},bv={description:di("Depreciation via sum of years digit method."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated.")),Cd("period (number)",di("The single period within life for which to calculate depreciation."))],compute:function(e,t,o,s){const i=bn(e,this.locale),n=bn(t,this.locale),r=bn(o,this.locale),a=bn(s,this.locale);if(a<=0)return new nn(dm(a));if(r<=0)return new nn(nm(r));if(a>r)return new nn(hm(a,r));return{value:(r-a+1)/(r*(r+1)/2)*(i-n),format:"#,##0.00"}},isExported:!0};function Sv(e,t,o){return 100*(1-o*Wi(e,t,2))}const Cv={description:di("Price of a US Treasury bill."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("discount (number)",di("The discount rate of the bill at time of purchase."))],compute:function(e,t,o){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=bn(o,this.locale);return s>=i?new nn(rm(s,i)):Em(s,i,this.locale)?n<=0?new nn(Kp(n)):n>=1?new nn(Jp(n)):Sv(s,i,n):new nn(Sm(s,i))},isExported:!0},yv={description:di("Equivalent rate of return for a US Treasury bill."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("discount (number)",di("The discount rate of the bill at time of purchase."))],compute:function(e,t,o){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=bn(o,this.locale);if(s>=i)return new nn(rm(s,i));if(!Em(s,i,this.locale))return new nn(Sm(s,i));if(n<=0)return new nn(Kp(n));if(n>=1)return new nn(Jp(n));const r=Om.compute.bind(this)({value:i},{value:s});if(r<=182)return 365*n/(360-n*r);const a=Sv(s,i,n)/100,l=r/(366===r?366:365);return(-2*l+2*Math.sqrt(l**2-(2*l-1)*(1-1/a)))/(2*l-1)},isExported:!0},wv={description:di("The yield of a US Treasury bill based on price."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("price (number)",di("The price at which the security is bought per 100 face value."))],compute:function(e,t,o){const s=Math.trunc(bn(e,this.locale)),i=Math.trunc(bn(t,this.locale)),n=bn(o,this.locale);if(s>=i)return new nn(rm(s,i));if(!Em(s,i,this.locale))return new nn(Sm(s,i));if(n<=0)return new nn(gm(n));return(100-n)/n*(1/Wi(s,i,2))},isExported:!0},Iv={description:di("Variable declining balance. WARNING : does not handle decimal periods."),args:[Cd("cost (number)",di("The initial cost of the asset.")),Cd("salvage (number)",di("The value of the asset at the end of depreciation.")),Cd("life (number)",di("The number of periods over which the asset is depreciated.")),Cd("start (number)",di("Starting period to calculate depreciation.")),Cd("end (number)",di("Ending period to calculate depreciation.")),Cd("factor (number, default=2)",di("The number of months in the first year of depreciation.")),Cd("no_switch (number, default=false)",di("Whether to switch to straight-line depreciation when the depreciation is greater than the declining balance calculation."),[{value:!1,label:di("Switch to straight-line depreciation")},{value:!0,label:di("Do not switch to straight-line depreciation")}])],compute:function(e,t,o,s,i,n={value:2},r={value:false}){n=n||0;const a=bn(e,this.locale),l=bn(t,this.locale),c=bn(o,this.locale),h=Math.trunc(bn(s,this.locale)),d=Math.trunc(bn(i,this.locale)),u=bn(n,this.locale),g=Tn(r);if(a<0)return new nn(Zp(a));if(l<0)return new nn(bm(l));if(c<=0)return new nn(nm(c));if(h<0)return new nn((e=>di("The start_period (%s) must be positive or null.",e))(h));if(d<0)return new nn((e=>di("The end_period (%s) must be positive or null.",e))(d));if(h>d)return new nn(di("The start_period (%(start)s) must be smaller or equal to the end_period (%(end)s).",{start:h,end:d}));if(d>c)return new nn(((e,t)=>di("The end_period (%(end)s) must be smaller or equal to the life (%(life)s).",{end:e,life:t}))(d,c));if(u<=0)return new nn(Xp(u));if(0===a)return 0;if(l>=a)return h<1?a-l:0;const p=u/c;if(p>=1)return h<1?a-l:0;let m=a,f=0,v=0,b=!1;for(let e=0;e<d;e++){if(!b||g){const t=m*p,o=(m-l)/(c-e);!g&&o>t?(b=!0,f=o):f=t}const t=Math.max(m-f,l);e>=h&&(v+=m-t),m=t}return v},isExported:!0},xv={description:di("Internal rate of return given non-periodic cash flows."),args:[Cd("cashflow_amounts (range<number>)",di("An range containing the income or payments associated with the investment.")),Cd("cashflow_dates (range<number>)",di("An range with dates corresponding to the cash flows in cashflow_amounts.")),Cd("rate_guess (number, default=0.1)",di("An estimate for what the internal rate of return will be."))],compute:function(e,t,o={value:gv}){const s=bn(o,this.locale);if(!ac(e,t))return new nn(Wp);const i=e.flat().map((e=>bn(e,this.locale))),n=t.flat().map((e=>bn(e,this.locale)));if(!wm(i))return new nn(qp);if(n.some((e=>e<n[0])))return new nn(Qp(n[0]));if(s<=-1)return new nn(pm(s));const r=new Map;for(const e of Ct(0,n.length)){const t=n[e];r.has(t)?r.set(t,r.get(t)+i[e]):r.set(t,i[e])}const a=Array.from(r.keys()),l=a.map((e=>r.get(e)));return Ef((e=>{let t=l[0];for(const o of Ct(1,l.length)){const s=(a[0]-a[o])/365;t+=l[o]*(1+e)**s}return t}),(e=>{let t=0;for(const o of Ct(1,l.length)){const s=(a[0]-a[o])/365;t+=s*l[o]*(1+e)**(s-1)}return t}),s,40,1e-5,(e=>e?e/10-.9:-.9))},isExported:!0},Ev={description:di("Net present value given to non-periodic cash flows.."),args:[Cd("discount (number)",di("The discount rate of the investment over one period.")),Cd("cashflow_amounts (number, range<number>)",di("An range containing the income or payments associated with the investment.")),Cd("cashflow_dates (number, range<number>)",di("An range with dates corresponding to the cash flows in cashflow_amounts."))],compute:function(e,t,o){const s=bn(e,this.locale);if(!ac(t,o))return new nn(Wp);const i=Xn(t).flat().map((e=>yn(e,this.locale))),n=Xn(o).flat().map((e=>yn(e,this.locale)));if(n.some((e=>e<n[0])))return new nn(Qp(n[0]));if(s<=0)return new nn(fm(s));if(1===i.length)return i[0];const r=new Map;for(const e of Ct(0,n.length)){const t=n[e];r.has(t)?r.set(t,r.get(t)+i[e]):r.set(t,i[e])}const a=Array.from(r.keys()),l=a.map((e=>r.get(e)));let c=l[0];for(const e of Ct(1,l.length)){const t=(a[0]-a[e])/365;c+=l[e]*(1+s)**t}return c},isExported:!0},Rv={description:di("Annual yield of a security paying periodic interest."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("price (number)",di("The price at which the security is bought per 100 face value.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("frequency (number)",di("The number of interest or coupon payments per year (1, 2, or 4)."),wf),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Math.trunc(bn(e,this.locale)),l=Math.trunc(bn(t,this.locale)),c=bn(o,this.locale),h=bn(s,this.locale),d=bn(i,this.locale),u=Math.trunc(bn(n,this.locale)),g=Math.trunc(bn(r,this.locale));if(a>=l)return new nn(rm(a,l));if(xm(u))return new nn(jp(u));if(Im(g))return new nn(Yp(g));if(c<0)return new nn(mm(c));if(h<=0)return new nn(gm(h));if(d<=0)return new nn(vm(d));const p=Wi(a,l,g)*u,m=Math.ceil(p),f=p-Math.floor(p)||1,v=100*c/u;if(1===m){const e=h+v*(1-f);return(d+v-e)*u*(1/f)/e}const b=Ef((function(e){return function(e,t,o,s,i,n){let r=n-(e+i*(1-t))*s**(o-1+t);for(let e=1;e<=o;e++)r+=i*s**(e-1);return r}(h,f,m,e,v,d)}),(function(e){return function(e,t,o,s,i){let n=-(e+i*(1-t))*(o-1+t)*s**(o-2+t);for(let e=1;e<=o;e++)n+=i*(e-1)*s**(e-2);return n}(h,f,m,e,v)}),1+(c+1)/u,100,1e-5);return(b-1)*u},isExported:!0},Tv={description:di("Annual yield of a discount security."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("price (number)",di("The price at which the security is bought per 100 face value.")),Cd("redemption (number)",di("The redemption amount per 100 face value, or par.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(bn(e,this.locale)),r=Math.trunc(bn(t,this.locale)),a=bn(o,this.locale),l=bn(s,this.locale),c=Math.trunc(bn(i,this.locale));if(n>=r)return new nn(rm(n,r));if(Im(c))return new nn(Yp(c));if(a<=0)return new nn(gm(a));if(l<=0)return new nn(vm(l));return(l/a-1)/Wi(n,r,c)},isExported:!0},Av={description:di("Annual yield of a security paying interest at maturity."),args:[Cd("settlement (date)",di("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Cd("maturity (date)",di("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Cd("issue (date)",di("The date the security was initially issued.")),Cd("rate (number)",di("The annualized rate of interest.")),Cd("price (number)",di("The price at which the security is bought.")),Cd("day_count_convention (number, default=0 )",di("An indicator of what day count method to use."),Rm)],compute:function(e,t,o,s,i,n={value:0}){n=n||0;const r=Math.trunc(bn(e,this.locale)),a=Math.trunc(bn(t,this.locale)),l=Math.trunc(bn(o,this.locale)),c=bn(s,this.locale),h=bn(i,this.locale),d=Math.trunc(bn(n,this.locale));if(r>=a)return new nn(rm(r,a));if(Im(d))return new nn(Yp(d));if(r<l)return new nn(((e,t)=>di("The settlement date (%(settlement)s) must be greater or equal to the issue date (%(issue)s).",{settlement:e,issue:t}))(r,l));if(c<0)return new nn(mm(c));if(h<=0)return new nn(gm(h));return(100*(1+c*Wi(l,a,d))/(h+100*c*Wi(l,r,d))-1)/Wi(r,a,d)},isExported:!0};var Dv,_v=Object.freeze({__proto__:null,ACCRINTM:Rf,AMORLINC:Tf,COUPDAYBS:Df,COUPDAYS:Af,COUPDAYSNC:_f,COUPNCD:Ff,COUPNUM:Of,COUPPCD:Pf,CUMIPMT:Mf,CUMPRINC:Nf,DB:kf,DDB:Vf,DISC:Uf,DOLLARDE:Hf,DOLLARFR:zf,DURATION:Bf,EFFECT:$f,FV:Wf,FVSCHEDULE:qf,INTRATE:Zf,IPMT:Yf,IRR:Xf,ISPMT:Kf,MDURATION:Jf,MIRR:Qf,NOMINAL:ev,NPER:tv,NPV:sv,PDURATION:iv,PMT:rv,PPMT:lv,PRICE:hv,PRICEDISC:dv,PRICEMAT:uv,PV:cv,RATE:pv,RECEIVED:mv,RRI:fv,SLN:vv,SYD:bv,TBILLEQ:yv,TBILLPRICE:Cv,TBILLYIELD:wv,VDB:Iv,XIRR:xv,XNPV:Ev,YIELD:Rv,YIELDDISC:Tv,YIELDMAT:Av});!function(e){e[e.LeftRef=0]="LeftRef",e[e.RightRef=1]="RightRef",e[e.Separator=2]="Separator",e[e.FullColumnSeparator=3]="FullColumnSeparator",e[e.FullRowSeparator=4]="FullRowSeparator",e[e.RightColumnRef=5]="RightColumnRef",e[e.RightRowRef=6]="RightRowRef",e[e.Found=7]="Found"}(Dv||(Dv={}));const Fv=(e,t=(()=>!0))=>[{goTo:e,guard:t}],Ov=(e,t=(()=>!0))=>({goTo:e,guard:t}),Pv={[Dv.LeftRef]:{REFERENCE:Fv(Dv.Separator),NUMBER:Fv(Dv.FullRowSeparator),SYMBOL:[Ov(Dv.FullColumnSeparator,(e=>{return t=e.value,Sa.test(t);var t})),Ov(Dv.FullRowSeparator,(e=>wa(e.value)))]},[Dv.FullColumnSeparator]:{SPACE:Fv(Dv.FullColumnSeparator),OPERATOR:Fv(Dv.RightColumnRef,(e=>":"===e.value))},[Dv.FullRowSeparator]:{SPACE:Fv(Dv.FullRowSeparator),OPERATOR:Fv(Dv.RightRowRef,(e=>":"===e.value))},[Dv.Separator]:{SPACE:Fv(Dv.Separator),OPERATOR:Fv(Dv.RightRef,(e=>":"===e.value))},[Dv.RightRef]:{SPACE:Fv(Dv.RightRef),NUMBER:Fv(Dv.Found),REFERENCE:Fv(Dv.Found,(e=>Ea(e.value))),SYMBOL:Fv(Dv.Found,(e=>Ia(e.value)||xa(e.value)))},[Dv.RightColumnRef]:{SPACE:Fv(Dv.RightColumnRef),SYMBOL:Fv(Dv.Found,(e=>Ia(e.value))),REFERENCE:Fv(Dv.Found,(e=>Ea(e.value)))},[Dv.RightRowRef]:{SPACE:Fv(Dv.RightRowRef),NUMBER:Fv(Dv.Found),REFERENCE:Fv(Dv.Found,(e=>Ea(e.value))),SYMBOL:Fv(Dv.Found,(e=>xa(e.value)))},[Dv.Found]:{}};function Mv(e){let t=0,o=Pv[Dv.LeftRef],s="";for(;void 0!==o;){const i=e[t++];if(!i)return null;const n=o[i.type]?.find((e=>e.guard(i))),r=n?n.goTo:void 0;switch(r){case void 0:return null;case Dv.Found:return s+=i.value,e.splice(0,t),{type:"REFERENCE",value:s};default:o=Pv[r],s+=i.value}}return null}function Nv(e,t=I){const o=Il(e,t),s=[];for(;o.length;)s.push(Mv(o)||o.shift());return s}const kv=/[a-zA-Z0-9\_]+(\.[a-zA-Z0-9\_]+)*/,Lv=["-","+"],Vv=["%"];class Uv{tokens;currentIndex=0;current;length;constructor(e){this.tokens=e,this.current=e[0],this.length=e.length}shift(){const e=this.tokens[this.currentIndex];return this.current=this.tokens[++this.currentIndex],e}get next(){return this.tokens[this.currentIndex+1]}}const Hv={"%":40,"^":30,"*":20,"/":20,"+":15,"-":15,"&":13,">":10,"<>":10,">=":10,"<":10,"<=":10,"=":10};function zv(e){const t=e.shift();if(!t)throw new rn;switch(t.type){case"DEBUGGER":const o=Gv(e,1e3);return o.debug=!0,o;case"NUMBER":return{type:"NUMBER",value:en(t.value,I),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"STRING":return{type:"STRING",value:ut(t.value),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"INVALID_REFERENCE":return{type:"REFERENCE",value:on.InvalidReference,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"REFERENCE":if(":"===e.current?.value&&"REFERENCE"===e.next?.type){e.shift();const o=e.shift();return{type:"REFERENCE",value:`${t.value}:${o?.value}`,tokenStartIndex:t.tokenIndex,tokenEndIndex:o.tokenIndex}}return{type:"REFERENCE",value:t.value,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"SYMBOL":const s=t.value,i=e.current;if("LEFT_PAREN"===i?.type&&kv.test(t.value)&&s===ft(s,"'")){const{args:o,rightParen:i}=function(e){$v(e,"LEFT_PAREN",di("Missing opening parenthesis"));const t=e.current;if("RIGHT_PAREN"===t?.type){return{args:[],rightParen:$v(e,"RIGHT_PAREN")}}const o=[];o.push(Bv(e));for(;"RIGHT_PAREN"!==e.current?.type;)$v(e,"ARG_SEPARATOR",di("Wrong function call")),o.push(Bv(e));const s=$v(e,"RIGHT_PAREN");return{args:o,rightParen:s}}(e);return{type:"FUNCALL",value:s,args:o,tokenStartIndex:t.tokenIndex,tokenEndIndex:i.tokenIndex}}const n=s.toUpperCase();return"TRUE"===n||"FALSE"===n?{type:"BOOLEAN",value:"TRUE"===n,tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:{type:"SYMBOL",value:ft(t.value,"'"),tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex};case"LEFT_PAREN":const r=Gv(e),a=$v(e,"RIGHT_PAREN",di("Missing closing parenthesis"));return{...r,tokenStartIndex:t.tokenIndex,tokenEndIndex:a.tokenIndex};case"OPERATOR":const l=t.value;if(Lv.includes(l)){const o=Gv(e,Hv[l]);return{type:"UNARY_OPERATION",value:l,operand:o,tokenStartIndex:t.tokenIndex,tokenEndIndex:o.tokenEndIndex}}throw new rn(di("Unexpected token: %s",t.value));default:throw new rn(di("Unexpected token: %s",t.value))}}function Bv(e){const t=e.current;return"ARG_SEPARATOR"===t?.type||"RIGHT_PAREN"===t?.type?{type:"EMPTY",value:"",tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:Gv(e)}function $v(e,t,o){const s=e.shift();if(!s||s.type!==t)throw new rn(o);return s}function Gv(e,t=0){if(0===e.length)throw new rn;let o=zv(e);for(;"OPERATOR"===e.current?.type&&Hv[e.current.value]>t;){const t=e.shift(),s=t.value;if(Vv.includes(s))o={type:"UNARY_OPERATION",value:s,operand:o,postfix:!0,tokenStartIndex:o.tokenStartIndex,tokenEndIndex:t.tokenIndex};else{const t=Gv(e,Hv[s]);o={type:"BIN_OPERATION",value:s,left:o,right:t,tokenStartIndex:o.tokenStartIndex,tokenEndIndex:t.tokenEndIndex}}}return o}function Wv(e){return qv(Nv(e))}function qv(e){const t=e.map(((e,t)=>({type:e.type,value:e.value,tokenIndex:t}))).filter((e=>"SPACE"!==e.type)),o=new Uv(t);"="===o.current?.value&&o.shift();const s=Gv(o);if(o.current)throw new rn;return s}function Zv(e,t,o){return Xv(e,(e=>e.type===t?o(e):e))}function jv(e){return Array.from(Yv(e))}function*Yv(e){switch(yield e,e.type){case"FUNCALL":for(const t of e.args)yield*Yv(t);break;case"UNARY_OPERATION":yield*Yv(e.operand);break;case"BIN_OPERATION":yield*Yv(e.left),yield*Yv(e.right)}}function Xv(e,t){switch((e=t(e)).type){case"FUNCALL":return{...e,args:e.args.map((e=>Xv(e,t)))};case"UNARY_OPERATION":return{...e,operand:Xv(e.operand,t)};case"BIN_OPERATION":return{...e,right:Xv(e.right,t),left:Xv(e.left,t)};default:return e}}function Kv(e,t){return function(e){for(const t of e)if(t.functionContext){const{argsTokens:e,args:o}=t.functionContext;if(delete t.functionContext.argsTokens,o.length||!e)continue;"LEFT_PAREN"===e[0]?.[0]?.type&&(e[0]=e[0].slice(1));for(const t of e){let e=t;"ARG_SEPARATOR"===e.at(0)?.type&&(e=e.slice(1));try{o.push(qv(e))}catch(e){o.push(void 0)}}}return e}(function(e){const t=[];let o="";function s(e){if(0===t.length)return;const o=t.at(-1);if(o&&o.argsTokens){const{argsTokens:t,argPosition:s}=o;t[s]||(t[s]=[]),t[s].push({value:e.value,type:e.type})}}return e.map(((e,i)=>{switch(["SPACE","LEFT_PAREN"].includes(e.type)||(o=""),e.type){case"SYMBOL":s(e),o=e.value;break;case"LEFT_PAREN":t.push({parent:o,argPosition:0,argsTokens:[],args:[]}),s(e),o="";break;case"RIGHT_PAREN":const i=t.pop();i?.argsTokens?.flat().forEach(s),s(e);break;case"ARG_SEPARATOR":t.length&&t[t.length-1].argPosition++,s(e);break;default:s(e)}if(t.length){const o=t[t.length-1];o.parent&&(e.functionContext=Object.assign({},o))}return e}))}(function(e){const t=[];let o=0;return e.map(((s,i)=>{if("LEFT_PAREN"===s.type){t.push(o+1),o=0;for(let o=i-1;o>=0;o--){if("SPACE"!==e[o].type){"SYMBOL"===e[o].type&&(e[o].parenthesesCode=t.join(":"));break}e[o].parenthesesCode=t.join(":")}}return s.parenthesesCode=t.join(":"),"RIGHT_PAREN"===s.type&&t.length&&(o=t.pop()),s}))}(function(e){let t=0;return e.map((e=>{const o=e.value.toString().length,s=Object.assign({},e,{start:t,end:t+o,length:o});return t=s.end,s}))}(Nv(e,t)))))}function Jv(e){if("REFERENCE"!==e.type)return e;const{xc:t,sheetName:o}=Ra(e.value),[s,i]=t.split(":"),n=Qv(s),r=i?`:${Qv(i)}`:"";return{...e,value:Ta(o,n+r)}}function Qv(e){switch(function(e){if(function(e){return e.startsWith("$")&&e.length>1&&e.slice(1).includes("$")}(e))return"colrow";if(function(e){return e.startsWith("$")}(e))return"col";if(function(e){return e.includes("$",1)}(e))return"row";return"none"}(e)){case"none":e=eb(e,"colrow");break;case"colrow":e=eb(e,"row");break;case"row":e=eb(e,"col");break;case"col":e=eb(e,"none")}return e}function eb(e,t){let o;({sheetName:o,xc:e}=Ra(e)),o=o?o+"!":"";const s=(e=e.replace(/\$/g,"")).indexOf(":");return s>=0?`${o}${tb(e.slice(0,s),t)}:${tb(e.slice(s+1),t)}`:o+tb(e,t)}function tb(e,t){const o=e.search(/[0-9]/),s=0!==o,i=o>=0;switch(t){case"col":return s?"$"+e:e;case"row":return i?e.slice(0,o)+"$"+e.slice(o):e;case"colrow":return i&&s?"$"+e.slice(0,o)+"$"+e.slice(o):"$"+e;case"none":return e}}function ob(e,t,o){const s=(t.startsWith("=")?Kv(t,o):[]).filter((t=>t.start<=e.start&&t.end>=e.start||t.start>=e.start&&t.start<e.end)),i=s.filter((e=>"REFERENCE"===e.type));if(0===i.length)return;const n=s.map(Jv).map((e=>e.value)).join(""),r=s[0].start,a=s[s.length-1].end,l=t.slice(0,r)+n+t.slice(a),c=l.length-t.length,h={start:i[0].start,end:i[i.length-1].end+c};return 1===i.length&&e.start===e.end&&(h.start=h.end),{content:l,selection:h}}const sb=[{value:"address",label:di("Returns an absolute reference as plain text of the top left cell in reference.")},{value:"col",label:di("Returns the column number of the cell in reference.")},{value:"contents",label:di("Returns the value contained in the top left cell in reference.")},{value:"format",label:di("Returns the format of the top left cell in reference.")},{value:"row",label:di("Returns the row number of the top left cell in reference.")},{value:"type",label:di('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.')}],ib={description:di("Gets information about a cell."),args:[Cd("info_type (string)",di("The type of information requested."),sb),Cd("reference (meta, range<meta>)",di("The reference to the cell."))],compute:function(e,t){const o=xn(e).toLowerCase();if(!sb.map((e=>e.value)).includes(o))return new nn(di("The info_type should be one of %s.",sb.join(", ")));const s=this.__originSheetId,i=t[0][0].value;let{sheetName:n,xc:a}=Ra(i);n=n===this.getters.getSheetName(s)?void 0:n;const l=Ta(n,eb(a,"colrow")),c=this.getters.getRangeFromSheetXC(s,l);switch(o){case"address":return this.getters.getRangeString(c,s);case"col":return c.zone.left+1;case"contents":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).value}case"format":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top};return this.getters.getEvaluatedCell(e).format||""}case"row":return c.zone.top+1;case"type":{const e={sheetId:c.sheetId,col:c.zone.left,row:c.zone.top},t=this.getters.getEvaluatedCell(e).type;return t===r.empty?"b":t===r.text?"l":"v"}}return""},isExported:!0},nb={description:di("Whether a value is an error other than #N/A."),args:[Cd("value (any)",di("The value to be verified as an error type."))],compute:function(e){const t=e?.value;return mn(t)&&t!==on.NotAvailable},isExported:!0},rb={description:di("Whether a value is an error."),args:[Cd("value (any)",di("The value to be verified as an error type."))],compute:function(e){const t=e?.value;return mn(t)},isExported:!0},ab={description:di("Whether a value is `true` or `false`."),args:[Cd("value (any)",di("The value to be verified as a logical TRUE or FALSE."))],compute:function(e){return"boolean"==typeof e?.value},isExported:!0},lb={description:di("Whether a value is the error #N/A."),args:[Cd("value (any)",di("The value to be verified as an error type."))],compute:function(e){return e?.value===on.NotAvailable},isExported:!0},cb={description:di("Whether a value is non-textual."),args:[Cd("value (any)",di("The value to be checked."))],compute:function(e){return!db.compute.bind(this)(e)},isExported:!0},hb={description:di("Whether a value is a number."),args:[Cd("value (any)",di("The value to be verified as a number."))],compute:function(e){return"number"==typeof e?.value},isExported:!0},db={description:di("Whether a value is text."),args:[Cd("value (any)",di("The value to be verified as text."))],compute:function(e){return"string"==typeof e?.value&&!1===mn(e?.value)},isExported:!0},ub={description:di("Whether the referenced cell is empty"),args:[Cd("value (any)",di("Reference to the cell that will be checked for emptiness."))],compute:function(e){return null===e?.value},isExported:!0},gb={description:di("Returns the error value #N/A."),args:[],compute:function(){return{value:on.NotAvailable}},isExported:!0};var pb=Object.freeze({__proto__:null,CELL:ib,ISBLANK:ub,ISERR:nb,ISERROR:rb,ISLOGICAL:ab,ISNA:lb,ISNONTEXT:cb,ISNUMBER:hb,ISTEXT:db,NA:gb});const mb={description:di("Logical `and` operator."),args:[Cd("logical_expression1 (boolean, range<boolean>)",di("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.")),Cd("logical_expression2 (boolean, range<boolean>, repeating)",di("More expressions that represent logical values."))],compute:function(...e){const{result:t,foundBoolean:o}=ec(e);return o?t:new nn(Qn)},isExported:!0},fb={description:di("Logical value `false`."),args:[],compute:function(){return!1},isExported:!0},vb={description:di("Returns value depending on logical expression."),args:[Cd("logical_expression (boolean, range<boolean>)",di("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE.")),Cd("value_if_true (any, range)",di("The value the function returns if logical_expression is TRUE.")),Cd("value_if_false (any, range, default=FALSE)",di("The value the function returns if logical_expression is FALSE."))],compute:function(e,t,o){if(fc(e))return Hn(vb.compute,[e,t,o]);return(Tn(pc(e))?t:o)??{value:0}},isExported:!0},bb={description:di("Value if it is not an error, otherwise 2nd argument."),args:[Cd("value (any, range)",di("The value to return if value itself is not an error.")),Cd('value_if_error (any, range, default="empty")',di("The value the function returns if value is an error."))],compute:function(e,t){if(fc(e))return Hn(bb.compute,[e,t]);return(mn(pc(e)?.value)?t:e)??{value:0}},isExported:!0},Sb={description:di("Value if it is not an #N/A error, otherwise 2nd argument."),args:[Cd("value (any, range)",di("The value to return if value itself is not #N/A an error.")),Cd('value_if_error (any, range, default="empty")',di("The value the function returns if value is an #N/A error."))],compute:function(e,t){if(fc(e))return Hn(Sb.compute,[e,t]);return(pc(e)?.value===on.NotAvailable?t:e)??{value:0}},isExported:!0},Cb={description:di("Returns a value depending on multiple logical expressions."),args:[Cd("condition1 (boolean, range<boolean>)",di("The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those.")),Cd("value1 (any, range)",di("The returned value if condition1 is TRUE.")),Cd("condition2 (boolean, any, range, repeating)",di("Additional conditions to be evaluated if the previous ones are FALSE.")),Cd("value2 (any, range, repeating)",di("Additional values to be returned if their corresponding conditions are TRUE."))],compute:function(...e){if(e.length%2!=0)return new nn(di("Wrong number of arguments. Expected an even number of arguments."));for(;e.length>0;){if(fc(e[0]))return Hn(Cb.compute,e);const t=Tn(pc(e.shift())),o=e.shift();if(t)return o??{value:0}}return new nn(di("No match."))},isExported:!0},yb={description:di("Returns opposite of provided logical value."),args:[Cd("logical_expression (boolean)",di("An expression or reference to a cell holding an expression that represents some logical value."))],compute:function(e){return!Tn(e)},isExported:!0},wb={description:di("Logical `or` operator."),args:[Cd("logical_expression1 (boolean, range<boolean>)",di("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.")),Cd("logical_expression2 (boolean, range<boolean>, repeating)",di("More expressions that evaluate to logical values."))],compute:function(...e){const{result:t,foundBoolean:o}=tc(e);return o?t:new nn(Qn)},isExported:!0},Ib={description:di("Returns a value by comparing cases to an expression."),args:[Cd("expression (number, boolean, string)",di("The value to be checked.")),Cd("case1 (number, boolean, string)",di("The first case to be checked against expression.")),Cd("value1 (any)",di("The corresponding value to be returned if case1 matches expression.")),Cd("case2 (any, repeating)",di("Additional cases to try if the previous ones don't match expression.")),Cd("value2 (any, repeating)",di("Additional values to be returned if their corresponding cases match expression.")),Cd('default (any, default="empty")',di("An optional default value to be returned if none of the cases match expression."))],compute:function(e,...t){const o=t.length%2==0?fn(e):t.pop();for(let o=0;o<t.length;o+=2){const s=t[o];if(s&&mn(s.value))return s;if(e?.value===s?.value)return t[o+1]||{value:0}}return o||{value:0}},isExported:!0},xb={description:di("Logical value `true`."),args:[],compute:function(){return!0},isExported:!0},Eb={description:di("Logical `xor` operator."),args:[Cd("logical_expression1 (boolean, range<boolean>)",di("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.")),Cd("logical_expression2 (boolean, range<boolean>, repeating)",di("More expressions that evaluate to logical values."))],compute:function(...e){let t=!1,o=!1;return zn(e,(e=>(t=!0,o=o?!e:e,!0))),t?o:new nn(Qn)},isExported:!0};var Rb=Object.freeze({__proto__:null,AND:mb,FALSE:fb,IF:vb,IFERROR:bb,IFNA:Sb,IFS:Cb,NOT:yb,OR:wb,SWITCH:Ib,TRUE:xb,XOR:Eb});const Tb={Errors:{InvalidRange:di("The range is invalid"),FirstArgMissing:di("The argument is missing. Please provide a value"),SecondArgMissing:di("The second argument is missing. Please provide a value"),MinNaN:di("The minpoint must be a number"),MidNaN:di("The midpoint must be a number"),MaxNaN:di("The maxpoint must be a number"),ValueUpperInflectionNaN:di("The first value must be a number"),ValueLowerInflectionNaN:di("The second value must be a number"),MinBiggerThanMax:di("Minimum must be smaller then Maximum"),MinBiggerThanMid:di("Minimum must be smaller then Midpoint"),MidBiggerThanMax:di("Midpoint must be smaller then Maximum"),LowerBiggerThanUpper:di("Lower inflection point must be smaller than upper inflection point"),MinInvalidFormula:di("Invalid Minpoint formula"),MaxInvalidFormula:di("Invalid Maxpoint formula"),MidInvalidFormula:di("Invalid Midpoint formula"),ValueUpperInvalidFormula:di("Invalid upper inflection point formula"),ValueLowerInvalidFormula:di("Invalid lower inflection point formula"),EmptyRange:di("A range needs to be defined"),ValueCellIsInvalidFormula:di("At least one of the provided values is an invalid formula"),Unexpected:di("The rule is invalid for an unknown reason")},ColorScale:di("Color scale"),IconSet:di("Icon set"),DataBar:di("Data bar")},Ab={Series:di("Series"),BackgroundColor:di("Background color"),StackedBarChart:di("Stacked bar chart"),StackedLineChart:di("Stacked line chart"),StackedAreaChart:di("Stacked area chart"),StackedColumnChart:di("Stacked column chart"),CumulativeData:di("Cumulative data"),TreatLabelsAsText:di("Treat labels as text"),AggregatedChart:di("Aggregate"),Errors:{Unexpected:di("The chart definition is invalid for an unknown reason"),InvalidDataSet:di("The dataset is invalid"),InvalidLabelRange:di("Labels are invalid"),InvalidScorecardKeyValue:di("The key value is invalid"),InvalidScorecardBaseline:di("The baseline value is invalid"),InvalidGaugeDataRange:di("The data range is invalid"),EmptyGaugeRangeMin:di("A minimum range limit value is needed"),GaugeRangeMinNaN:di("The minimum range limit value must be a number"),EmptyGaugeRangeMax:di("A maximum range limit value is needed"),GaugeRangeMaxNaN:di("The maximum range limit value must be a number"),GaugeLowerInflectionPointNaN:di("The lower inflection point value must be a number"),GaugeUpperInflectionPointNaN:di("The upper inflection point value must be a number")},GeoChart:{ColorScales:{blues:di("Blues"),cividis:di("Cividis"),greens:di("Greens"),greys:di("Greys"),oranges:di("Oranges"),purples:di("Purples"),rainbow:di("Rainbow"),reds:di("Reds"),viridis:di("Viridis")}}},Db={Custom:di("Custom")},_b=di("Merged cells are preventing this operation. Unmerge those cells and try again."),Fb=di("The header row of a table can't be moved."),Ob={Errors:{Unexpected:di("Cannot split the selection for an unknown reason"),NoSplitSeparatorInSelection:di("There is no match for the selected separator in the selection"),MoreThanOneColumnSelected:di("Only a selection from a single column can be split"),SplitWillOverwriteContent:di("Splitting will overwrite existing content")}},Pb={Errors:{Unexpected:di("Cannot remove duplicates for an unknown reason"),MoreThanOneRangeSelected:di("Please select only one range of cells"),EmptyTarget:di("Please select a range of cells containing values."),NoColumnsProvided:di("Please select at latest one column to analyze."),WillRemoveExistingMerge:di("This operation is not possible due to a merge. Please remove the merges first than try again.")}},Mb={DateIs:{today:di("today"),yesterday:di("yesterday"),tomorrow:di("tomorrow"),lastWeek:di("in the past week"),lastMonth:di("in the past month"),lastYear:di("in the past year")},DateIsBefore:{today:di("today"),yesterday:di("yesterday"),tomorrow:di("tomorrow"),lastWeek:di("one week ago"),lastMonth:di("one month ago"),lastYear:di("one year ago")},CriterionError:{notEmptyValue:di("The value must not be empty"),numberValue:di("The value must be a number"),dateValue:di("The value must be a date"),validRange:di("The value must be a valid range"),validFormula:di("The formula must be valid")},Errors:{InvalidRange:di("The range is invalid."),InvalidDataValidationCriterionValue:di("One or more of the provided criteria values are invalid. Please review and correct them."),InvalidNumberOfCriterionValues:di("One or more of the provided criteria values are missing."),Unexpected:di("The rule is invalid for an unknown reason.")}},Nb={Errors:{Unexpected:di("The table zone is invalid for an unknown reason"),TableOverlap:di("You cannot create overlapping tables."),NonContinuousTargets:di("A table can only be created on a continuous selection."),InvalidRange:di("The range is invalid"),TargetOutOfSheet:di("The range is out of the sheet")},Checkboxes:{hasFilters:di("Filter button"),headerRow:di("Header row(s)"),bandedRows:di("Banded rows"),firstColumn:di("First column"),lastColumn:di("Last column"),bandedColumns:di("Banded columns"),automaticAutofill:di("Automatically autofill formulas"),totalRow:di("Total row"),isDynamic:di("Auto-adjust to formula result")},Tooltips:{filterWithoutHeader:di("Cannot have filters without a header row"),isDynamic:di("For tables based on array formulas only")}},kb={labels:{no_calculations:di("No calculations"),"%_of_grand_total":di("% of grand total"),"%_of_col_total":di("% of column total"),"%_of_row_total":di("% of row total"),"%_of":di("% of"),"%_of_parent_row_total":di("% of parent row total"),"%_of_parent_col_total":di("% of parent column total"),"%_of_parent_total":di("% of parent total"),difference_from:di("Difference from"),"%_difference_from":di("% difference from"),running_total:di("Running total"),"%_running_total":di("% Running total"),rank_asc:di("Rank smallest to largest"),rank_desc:di("Rank largest to smallest"),index:di("Index")},descriptions:{"%_of_grand_total":()=>di("Displayed as % of grand total"),"%_of_col_total":()=>di("Displayed as % of column total"),"%_of_row_total":()=>di("Displayed as % of row total"),"%_of":e=>di('Displayed as % of "%s"',e),"%_of_parent_row_total":e=>di('Displayed as % of parent row total of "%s"',e),"%_of_parent_col_total":()=>di("Displayed as % of parent column total"),"%_of_parent_total":e=>di('Displayed as % of parent "%s" total',e),difference_from:e=>di('Displayed as difference from "%s"',e),"%_difference_from":e=>di('Displayed as % difference from "%s"',e),running_total:e=>di('Displayed as running total based on "%s"',e),"%_running_total":e=>di('Displayed as % running total based on "%s"',e),rank_asc:e=>di('Displayed as rank from smallest to largest based on "%s"',e),rank_desc:e=>di('Displayed as rank largest to smallest based on "%s"',e),index:()=>di("Displayed as index")},documentation:{no_calculations:di("Displays the value that is entered in the field."),"%_of_grand_total":di("Displays values as a percentage of the grand total of all the values or data points in the report."),"%_of_col_total":di("Displays all the values in each column or series as a percentage of the total for the column or series."),"%_of_row_total":di("Displays the value in each row or category as a percentage of the total for the row or category."),"%_of":di("Displays values as a percentage of the value of the Base item in the Base field."),"%_of_parent_row_total":di("Calculates values as follows:\n(value for the item) / (value for the parent item on rows)"),"%_of_parent_col_total":di("Calculates values as follows:\n(value for the item) / (value for the parent item on columns)"),"%_of_parent_total":di("Calculates values as follows:\n(value for the item) / (value for the parent item of the selected Base field)"),difference_from:di("Displays values as the difference from the value of the Base item in the Base field."),"%_difference_from":di("Displays values as the percentage difference from the value of the Base item in the Base field."),running_total:di("Displays the value for successive items in the Base field as a running total."),"%_running_total":di("Calculates the value as a percentage for successive items in the Base field that are displayed as a running total."),rank_asc:di("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:di("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:di("Calculates values as follows:\n((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))")}};function Lb(e,t){const o=Er(e,{format:"0,00",locale:t});return di("Oops—this pivot table is quite large (%s cells). Try simplifying it using the side panel.",o)}function Vb(e,t){const o=t.getPivotId(e);if(!o)throw new nn(di('There is no pivot with id "%s"',e));return o}function Ub(e){if(e.length%2!=0)throw new nn(di("Function PIVOT takes an even number of arguments."))}function Hb(e,t,o){const s=[];if("SPREADSHEET"===t.type&&t.dataSet){const{sheetId:o,zone:i}=t.dataSet,n=Bo(i),r=e.getters.getRangeFromSheetXC(o,n);if(void 0===r||r.invalidXc||r.invalidSheetName)throw new ln;if(e.__originCellPosition&&r.sheetId===e.__originSheetId&&Qo(ls(e.__originCellPosition),i))throw new an;s.push(r)}for(const t of o)if(t.computedBy){const o=e.getters.getMeasureCompiledFormula(t);s.push(...o.dependencies.filter((e=>!e.invalidXc)))}const i=e.__originCellPosition;i&&s.length&&(e.updateDependencies?.(i),e.addDependencies?.(i,s))}const zb=!0,Bb=[{value:!0,label:di("A1 style (default)")},{value:!1,label:di("R1C1 style")}],$b=[{value:!0,label:di("Approximate match (default)")},{value:!1,label:di("Exact match")}],Gb={description:di("Returns a cell reference as a string. "),args:[Cd("row (number)",di("The row number of the cell reference. ")),Cd("column (number)",di("The column number (not name) of the cell reference. A is column number 1. ")),Cd("absolute_relative_mode (number, default=1)",di("An indicator of whether the reference is row/column absolute."),[{value:1,label:di("Absolute row and column (e.g. $A$1)")},{value:2,label:di("Absolute row, relative column (e.g. A$1)")},{value:3,label:di("Relative row, absolute column (e.g. $A1)")},{value:4,label:di("Relative row and column (e.g. A1)")}]),Cd("use_a1_notation (boolean, default=TRUE)",di("A boolean indicating whether to use A1 style notation or R1C1 style notation."),Bb),Cd("sheet (string, optional)",di("A string indicating the name of the sheet into which the address points."))],compute:function(e,t,o={value:1},s={value:!0},i){const n=In(e,this.locale),r=In(t,this.locale);if(n<1)return new nn(cc(n));if(r<1)return new nn(cc(r));const a=In(o,this.locale);if(![1,2,3,4].includes(a))return new nn((l=4,c=a,di("The function [[FUNCTION_NAME]] expects a number value between %s and %s inclusive, but receives %s.",1..toString(),l.toString(),c.toString())));var l,c;let h;if(Tn(s)){h=_o(r-1,n-1,{rowFixed:[1,2].includes(a),colFixed:[1,3].includes(a)})}else{h=([1,2].includes(a)?`R${n}`:`R[${n}]`)+([1,3].includes(a)?`C${r}`:`C[${r}]`)}return void 0!==i?Ta(xn(i),h):h},isExported:!0},Wb={description:di("Column number of a specified cell."),args:[Cd("cell_reference (meta, range<meta>, default='this cell')",di("The cell whose column number will be returned. Column A corresponds to 1. By default, the function use the cell in which the formula is entered."))],compute:function(e){if(void 0===e)return void 0===this.__originCellPosition?.col?new nn(di("In this context, the function [[FUNCTION_NAME]] needs to have a cell or range in parameter.")):this.__originCellPosition.col+1;if(void 0===e[0][0])return new nn(di("The range is out of bounds."));if(e[0][0].value===on.InvalidReference)return e[0][0];const t=this.getters.getRangeFromSheetXC(this.getters.getActiveSheetId(),e[0][0].value).zone.left;return 1===e.length?t+1:Ln(e.length,1,((e,o)=>({value:t+e+1})))},isExported:!0},qb={description:di("Number of columns in a specified array or range."),args:[Cd("range (any, range<any>)",di("The range whose column count will be returned."))],compute:function(e){const t=Xn(e);return void 0===t[0][0]?new nn(di("The range is out of bounds.")):t[0][0].value===on.InvalidReference?t[0][0]:t.length},isExported:!0},Zb={description:di("Horizontal lookup"),args:[Cd("search_key (string, number, boolean)",di("The value to search for. For example, 42, 'Cats', or I24.")),Cd("range (any, range)",di("The range to consider for the search. The first row in the range is searched for the key specified in search_key.")),Cd("index (number)",di("The row index of the value to be returned, where the first row in range is numbered 1.")),Cd("is_sorted (boolean, default=true)",di("Indicates whether the row to be searched (the first row of the specified range) is sorted, in which case the closest match for search_key will be returned."),$b)],compute:function(e,t,o,s={value:zb}){const i=Math.trunc(bn(o?.value,this.locale)),n=Xn(t);if(1>i||i>n[0].length)return new nn(di("[[FUNCTION_NAME]] evaluates to an out of bounds range."));const r=(e,t)=>e[t][0].value,a=n[Tn(s.value)?qn(n,e,"nextSmaller","asc",n.length,r):Zn(n,e,"wildcard",n.length,r,this.lookupCaches)];return void 0===a?fn(e):a[i-1]},isExported:!0},jb={description:di("Returns the content of a cell, specified by row and column offset."),args:[Cd("reference (any, range)",di("The range of cells from which the values are returned.")),Cd("row (number, default=0)",di("The index of the row to be returned from within the reference range of cells.")),Cd("column (number, default=0)",di("The index of the column to be returned from within the reference range of cells."))],compute:function(e,t={value:0},o={value:0}){const s=Xn(e),i=bn(t.value,this.locale),n=bn(o.value,this.locale);return n<0||n-1>=s.length||i<0||i-1>=s[0].length?new nn(di("Index out of range.")):0===i&&0===n?s:0===i?[s[n-1]]:0===n?s.map((e=>[e[i-1]])):s[n-1][i-1]},isExported:!0},Yb={description:di("Returns the content of a cell, specified by a string."),args:[Cd("reference (string)",di("The range of cells from which the values are returned.")),Cd("use_a1_notation (boolean, default=TRUE)",di("A boolean indicating whether to use A1 style notation (TRUE) or R1C1 style notation (FALSE)."),Bb)],compute:function(e,t={value:!0}){const o=e?.value?.toString();if(!o)return new ln(di("Reference should be defined."));if(!Tn(t))return new nn(di("R1C1 notation is not supported."));const s=this.__originSheetId,i=this.__originCellPosition;i&&this.updateDependencies?.(i);const n=this.getters.getRangeFromSheetXC(s,o);if(void 0===n||n.invalidXc||n.invalidSheetName)return new ln;i&&this.addDependencies?.(i,[n]);const r=[];for(let e=n.zone.left;e<=n.zone.right;e++){const t=[];for(let o=n.zone.top;o<=n.zone.bottom;o++){const s={sheetId:n.sheetId,col:e,row:o};t.push(this.getters.getEvaluatedCell(s))}r.push(t)}return 1===r.length&&1===r[0].length?r[0][0]:r},isExported:!0},Xb={description:di("Look up a value."),args:[Cd("search_key (string, number, boolean)",di("The value to search for. For example, 42, 'Cats', or I24.")),Cd("search_array (any, range)",di("One method of using this function is to provide a single sorted row or column search_array to look through for the search_key with a second argument result_range. The other way is to combine these two arguments into one search_array where the first row or column is searched and a value is returned from the last row or column in the array. If search_key is not found, a non-exact match may be returned.")),Cd("result_range (any, range, optional)",di("The range from which to return a result. The value returned corresponds to the location where search_key is found in search_range. This range must be only a single row or column and should not be used if using the search_result_array method."))],compute:function(e,t,o){const s=Xn(t),i=Xn(o);let n=s.length,r=s[0].length;const a=r>=n,l=a?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,c=qn(s,e,"nextSmaller","asc",a?r:n,l);return-1===c||a&&void 0===s[0][c]||!a&&void 0===s[c][r-1]?fn(e):0===i[0].length?a?s[n-1][c]:s[c][r-1]:(n=i.length,r=i[0].length,1!==n&&1!==r?new nn(di("The result_range must be a single row or a single column.")):n>1?c>n-1?new nn(di("[[FUNCTION_NAME]] evaluates to an out of range row value %s.",c+1)):i[c][0]:c>r-1?new nn(di("[[FUNCTION_NAME]] evaluates to an out of range column value %s.",c+1)):i[0][c])},isExported:!0},Kb={description:di("Position of item in range that matches value."),args:[Cd("search_key (string, number, boolean)",di("The value to search for. For example, 42, 'Cats', or I24.")),Cd("range (any, range)",di("The one-dimensional array to be searched.")),Cd("search_type (number, default=1)",di("The search method is a number 1, 0 or -1 indicating which value to return. 1 finds the largest value less than or equal to search_key when range is sorted in ascending order. 0 finds the exact value when range is unsorted. -1 finds the smallest value greater than or equal to search_key when range is sorted in descending order."),[{value:1,label:di("Ascending order (default)")},{value:0,label:di("Exact match")},{value:-1,label:di("Descending order")}])],compute:function(e,t,o={value:1}){let s=bn(o,this.locale);const i=Xn(t),n=i.length,r=i[0].length;if(1!==n&&1!==r)return new nn(di("The range must be a single row or a single column."));let a=-1;const l=1===n?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,c=1===n?i[0].length:i.length;switch(s=Math.sign(s),s){case 1:a=qn(i,e,"nextSmaller","asc",c,l);break;case 0:a=Zn(i,e,"wildcard",c,l,this.lookupCaches);break;case-1:a=qn(i,e,"nextGreater","desc",c,l)}return 1===n&&void 0===i[0][a]||1!==n&&void 0===i[a]?fn(e):a+1},isExported:!0},Jb={description:di("Row number of a specified cell."),args:[Cd("cell_reference (meta, range<meta>, default='this cell')",di("The cell whose row number will be returned. By default, this function uses the cell in which the formula is entered."))],compute:function(e){if(void 0===e)return void 0===this.__originCellPosition?.row?new nn(di("In this context, the function [[FUNCTION_NAME]] needs to have a cell or range in parameter.")):this.__originCellPosition.row+1;if(void 0===e[0][0])return new nn(di("The range is out of bounds."));if(e[0][0].value===on.InvalidReference)return e[0][0];const t=this.getters.getRangeFromSheetXC(this.getters.getActiveSheetId(),e[0][0].value).zone.top;return 1===e[0].length?t+1:Ln(1,e[0].length,((e,o)=>({value:t+o+1})))},isExported:!0},Qb={description:di("Number of rows in a specified array or range."),args:[Cd("range (any, range<any>)",di("The range whose row count will be returned."))],compute:function(e){const t=Xn(e);return void 0===t[0][0]?new nn(di("The range is out of bounds.")):t[0][0].value===on.InvalidReference?t[0][0]:t[0].length},isExported:!0},eS={description:di("Vertical lookup."),args:[Cd("search_key (string, number, boolean)",di("The value to search for. For example, 42, 'Cats', or I24.")),Cd("range (any, range)",di("The range to consider for the search. The first column in the range is searched for the key specified in search_key.")),Cd("index (number)",di("The column index of the value to be returned, where the first column in range is numbered 1.")),Cd("is_sorted (boolean, default=true)",di("Indicates whether the column to be searched (the first column of the specified range) is sorted, in which case the closest match for search_key will be returned."),$b)],compute:function(e,t,o,s={value:zb}){const i=Math.trunc(bn(o?.value,this.locale)),n=Xn(t);if(1>i||i>n.length)return new nn(di("[[FUNCTION_NAME]] evaluates to an out of bounds range."));const r=(e,t)=>e[0][t].value,a=Tn(s.value)?qn(n,e,"nextSmaller","asc",n[0].length,r):Zn(n,e,"wildcard",n[0].length,r,this.lookupCaches),l=n[i-1][a];return void 0===l?fn(e):l},isExported:!0},tS={0:"strict",1:"nextGreater","-1":"nextSmaller",2:"wildcard"},oS={description:di("Search a range for a match and return the corresponding item from a second range."),args:[Cd("search_key (string,number,boolean)",di("The value to search for.")),Cd("lookup_range (any, range)",di("The range to consider for the search. Should be a single column or a single row.")),Cd("return_range (any, range)",di("The range containing the return value. Should have the same dimensions as lookup_range.")),Cd("if_not_found (any, optional)",di("If a valid match is not found, return this value.")),Cd("match_mode (any, default=0)",di("Specifies how to match search_key with the items in lookup_range. "),[{value:0,label:di("Exact match (default)")},{value:-1,label:di("Exact match or next smaller item")},{value:1,label:di("Exact match or next larger item")},{value:2,label:di("Wildcard character match")}]),Cd("search_mode (any, default=1)",di("Specifies the search mode to use. By default, a first to last search will be used."),[{value:1,label:di("Search first to last (default)")},{value:-1,label:di("Search last to first")},{value:2,label:di("Binary search (sorted ascending order)")},{value:-2,label:di("Binary search (sorted descending order)")}])],compute:function(e,t,o,s,i={value:0},n={value:1}){const r=Math.trunc(bn(i.value,this.locale)),a=Math.trunc(bn(n.value,this.locale)),l=Xn(t),c=Xn(o);if(1!==l.length&&1!==l[0].length)return new nn(di("lookup_range should be either a single row or single column."));if(![1,-1,2,-2].includes(a))return new nn(di("search_mode should be a value in [-1, 1, -2, 2]."));if(![-1,0,1,2].includes(r))return new nn(di("match_mode should be a value in [-1, 0, 1, 2]."));const h=1===l.length?"col":"row";if(2===r&&[-2,2].includes(a))return new nn(di("The search and match mode combination is not supported for XLOOKUP evaluation."));if("col"===h?c[0].length!==l[0].length:c.length!==l.length)return new nn(di("return_range should have the same dimensions as lookup_range."));const d="col"===h?(e,t)=>e[0][t].value:(e,t)=>e[t][0].value,u="col"===h?l[0].length:l.length,g=tS[r],p=-1===a,m=2===a||-2===a?qn(l,e,g,2===a?"asc":"desc",u,d):Zn(l,e,g,u,d,this.lookupCaches,p);return-1!==m?"col"===h?c.map((e=>[e[m]])):[c[m]]:void 0===s?fn(e):[[s]]},isExported:!0},sS={description:di("Get the value from a pivot."),args:[Cd("pivot_id (number,string)",di("ID of the pivot.")),Cd("measure_name (string)",di("Name of the measure.")),Cd("domain_field_name (string,repeating)",di("Field name.")),Cd("domain_value (number,string,boolean,repeating)",di("Value."))],compute:function(e,t,...o){const s=xn(e),i=xn(t),n=Vb(s,this.getters);!function(e,t,o){const{measures:s}=o.getPivotCoreDefinition(e);if(!s.find((e=>e.id===t))){const e=`(${s.map((e=>e.id)).join(", ")})`;throw new nn(di("The argument %s is not a valid measure. Here are the measures: %s",t,e))}}(n,i,this.getters),Ub(o);const r=this.getters.getPivot(n),a=this.getters.getPivotCoreDefinition(n);Hb(this,a,a.measures.filter((e=>e.id===i))),r.init({reload:r.needsReevaluation});const l=r.assertIsValid({throwOnError:!1});if(l)return l;if(!r.areDomainArgsFieldsValid(o)){const e=di("Consider using a dynamic pivot formula: %s. Or re-insert the static pivot from the Data menu.",`=PIVOT(${s})`);return{value:on.GenericError,message:di("Dimensions don't match the pivot definition")+". "+e}}const c=r.parseArgsToPivotDomain(o);return this.getters.getActiveSheetId()===this.__originSheetId&&this.getters.getPivotPresenceTracker(n)?.trackValue(i,c),r.getPivotCellValueAndFormat(i,c)}},iS={description:di("Get the header of a pivot."),args:[Cd("pivot_id (number,string)",di("ID of the pivot.")),Cd("domain_field_name (string,repeating)",di("Field name.")),Cd("domain_value (number,string,value,repeating)",di("Value."))],compute:function(e,...t){const o=xn(e),s=Vb(o,this.getters);Ub(t);const i=this.getters.getPivot(s);Hb(this,this.getters.getPivotCoreDefinition(s),[]),i.init({reload:i.needsReevaluation});const n=i.assertIsValid({throwOnError:!1});if(n)return n;if(!i.areDomainArgsFieldsValid(t)){const e=di("Consider using a dynamic pivot formula: %s. Or re-insert the static pivot from the Data menu.",`=PIVOT(${o})`);return{value:on.GenericError,message:di("Dimensions don't match the pivot definition")+". "+e}}const r=i.parseArgsToPivotDomain(t);this.getters.getActiveSheetId()===this.__originSheetId&&this.getters.getPivotPresenceTracker(s)?.trackHeader(r);const a=r.at(-1);if("measure"===a?.field)return i.getPivotMeasureValue(xn(a.value),r);const{value:l,format:c}=i.getPivotHeaderValueAndFormat(r);return{value:l,format:a&&"measure"!==a.field&&"false"!==a.value?c:void 0}}},nS={description:di("Get a pivot table."),args:[Cd("pivot_id (string)",di("ID of the pivot.")),Cd("row_count (number, optional)",di("number of rows")),Cd("include_total (boolean, default=TRUE)",di("Whether to include total/sub-totals or not.")),Cd("include_column_titles (boolean, default=TRUE)",di("Whether to include the column titles or not.")),Cd("column_count (number, optional)",di("number of columns")),Cd("include_measure_titles (boolean, default=TRUE)",di("Whether to include the measure titles row or not."))],compute:function(e,t={value:1e4},o={value:!0},s={value:!0},i={value:Number.MAX_VALUE},n={value:!0}){const r=xn(e),a=bn(t,this.locale);if(a<0)return new nn(di("The number of rows must be positive."));const l=bn(i,this.locale);if(l<0)return new nn(di("The number of columns must be positive."));const c={displayColumnHeaders:Tn(s),displayTotals:Tn(o),displayMeasuresRow:Tn(n)},h=Vb(r,this.getters),d=this.getters.getPivot(h),u=this.getters.getPivotCoreDefinition(h);Hb(this,u,u.measures),d.init({reload:d.needsReevaluation});const g=d.assertIsValid({throwOnError:!1});if(g)return g;const p=d.getCollapsedTableStructure();if(p.numberOfCells>nt)return new nn(Lb(p.numberOfCells,this.locale));const m=p.getPivotCells(c);let f=0;c.displayColumnHeaders&&(f=p.columns.length-1),c.displayMeasuresRow&&f++;const v=this.getters.getPivotName(h),b=Math.min(f+a,m[0].length);if(0===b)return[[{value:v}]];const S=Math.min(1+l,m.length),C=[];for(const e of Ct(0,S)){C[e]=[];for(const t of Ct(0,b)){const o=m[e][t];switch(o.type){case"EMPTY":C[e].push({value:""});break;case"HEADER":const t=d.getPivotHeaderValueAndFormat(o.domain);C[e].push((y=o.domain,w=t,0===y.length?w:{...w,format:(w.format||"@")+"* "}));break;case"MEASURE_HEADER":C[e].push(d.getPivotMeasureValue(o.measure,o.domain));break;case"VALUE":C[e].push(d.getPivotCellValueAndFormat(o.measure,o.domain))}}}var y,w;return(c.displayColumnHeaders||c.displayMeasuresRow)&&(C[0][0]={value:v}),C}},rS={description:di("Returns a range reference shifted by a specified number of rows and columns from a starting cell reference."),args:[Cd("cell_reference (meta, range<meta>)",di("The starting point from which to count the offset rows and columns.")),Cd("offset_rows (number)",di("The number of rows to offset by.")),Cd("offset_columns (number)",di("The number of columns to offset by.")),Cd("height (number, default='height of cell_reference')",di("The number of rows of the range to return starting at the offset target.")),Cd("width (number, default='width of cell_reference')",di("The number of columns of the range to return starting at the offset target."))],compute:function(e,t,o,s,i){if(mn(e[0][0].value))return e[0][0];const n=e[0][0].value;if(!n)return new nn("In this context, the function OFFSET needs to have a cell or range in parameter.");const r=Vo(n);let a=e[0].length,l=e.length;if(s){const e=bn(s,this.locale);if(e<1)return new nn(di("Height value is %(_height)s. It should be greater than or equal to 1.",{_height:e}));a=e}if(i){const e=bn(i,this.locale);if(e<1)return new nn(di("Width value is %(_width)s. It should be greater than or equal to 1.",{_width:e}));l=e}const{sheetName:c}=Ra(n),h=c&&this.getters.getSheetIdByName(c)||this.getters.getActiveSheetId(),d=bn(t,this.locale),u=bn(o,this.locale),g=this.__originCellPosition;g&&this.updateDependencies?.(g);const p=r.left+u,m=r.top+d;if(p<0||m<0)return new ln(di("OFFSET evaluates to an out of bounds range."));const f={left:p,top:m,right:p+l-1,bottom:m+a-1},v=this.getters.getRangeFromZone(h,f);return v.invalidXc||v.invalidSheetName?new ln:(g&&this.addDependencies?.(g,[v]),Ln(l,a,((e,t)=>this.getters.getEvaluatedCell({sheetId:h,col:p+e,row:m+t}))))}};var aS=Object.freeze({__proto__:null,ADDRESS:Gb,COLUMN:Wb,COLUMNS:qb,HLOOKUP:Zb,INDEX:jb,INDIRECT:Yb,LOOKUP:Xb,MATCH:Kb,OFFSET:rS,PIVOT:nS,PIVOT_HEADER:iS,PIVOT_VALUE:sS,ROW:Jb,ROWS:Qb,VLOOKUP:eS,XLOOKUP:oS});const lS={description:di("Sum of two numbers."),args:[Cd("value1 (number)",di("The first addend.")),Cd("value2 (number)",di("The second addend."))],compute:function(e,t){return{value:bn(e,this.locale)+bn(t,this.locale),format:e?.format||t?.format}}},cS={description:di("Concatenation of two values."),args:[Cd("value1 (string)",di("The value to which value2 will be appended.")),Cd("value2 (string)",di("The value to append to value1."))],compute:function(e,t){return xn(e)+xn(t)},isExported:!0},hS={description:di("One number divided by another."),args:[Cd("dividend (number)",di("The number to be divided.")),Cd("divisor (number)",di("The number to divide by."))],compute:function(e,t){const o=bn(t,this.locale);return 0===o?new un(di("The divisor must be different from zero.")):{value:bn(e,this.locale)/o,format:e?.format||t?.format}}};function dS(e){return void 0===e||null===e.value}const uS={number:0,string:"",boolean:!1};function gS(e,t,o=2e-16){return Math.abs(e-t)<o}const pS={description:di("Equal."),args:[Cd("value1 (string, number, boolean)",di("The first value.")),Cd("value2 (string, number, boolean)",di("The value to test against value1 for equality."))],compute:function(e,t){if(mn(e?.value))return e;if(mn(t?.value))return t;let o=dS(e)?uS[typeof t?.value]:e?.value,s=dS(t)?uS[typeof e?.value]:t?.value;return"string"==typeof o&&(o=o.toUpperCase()),"string"==typeof s&&(s=s.toUpperCase()),"number"==typeof o&&"number"==typeof s?{value:gS(o,s)}:{value:o===s}}};function mS(e,t,o){if(mn(e?.value))return e;if(mn(t?.value))return t;let s=dS(e)?uS[typeof t?.value]:e?.value,i=dS(t)?uS[typeof e?.value]:t?.value;"number"!=typeof s&&(s=xn(s).toUpperCase()),"number"!=typeof i&&(i=xn(i).toUpperCase());const n=typeof s,r=typeof i;return"string"===n&&"number"===r?{value:!0}:"string"===r&&"number"===n?{value:!1}:{value:o(s,i)}}const fS={description:di("Strictly greater than."),args:[Cd("value1 (number, string, boolean)",di("The value to test as being greater than value2.")),Cd("value2 (number, string, boolean)",di("The second value."))],compute:function(e,t){return mS(e,t,((e,t)=>"number"==typeof e&&"number"==typeof t?!gS(e,t)&&e>t:e>t))}},vS={description:di("Greater than or equal to."),args:[Cd("value1 (number, string, boolean)",di("The value to test as being greater than or equal to value2.")),Cd("value2 (number, string, boolean)",di("The second value."))],compute:function(e,t){return mS(e,t,((e,t)=>"number"==typeof e&&"number"==typeof t?gS(e,t)||e>t:e>=t))}},bS={description:di("Less than."),args:[Cd("value1 (number, string, boolean)",di("The value to test as being less than value2.")),Cd("value2 (number, string, boolean)",di("The second value."))],compute:function(e,t){const o=vS.compute.bind(this)(e,t);return mn(o.value)?o:{value:!o.value}}},SS={description:di("Less than or equal to."),args:[Cd("value1 (number, string, boolean)",di("The value to test as being less than or equal to value2.")),Cd("value2 (number, string, boolean)",di("The second value."))],compute:function(e,t){const o=fS.compute.bind(this)(e,t);return mn(o.value)?o:{value:!o.value}}},CS={description:di("Difference of two numbers."),args:[Cd("value1 (number)",di("The minuend, or number to be subtracted from.")),Cd("value2 (number)",di("The subtrahend, or number to subtract from value1."))],compute:function(e,t){return{value:bn(e,this.locale)-bn(t,this.locale),format:e?.format||t?.format}}},yS={description:di("Product of two numbers"),args:[Cd("factor1 (number)",di("The first multiplicand.")),Cd("factor2 (number)",di("The second multiplicand."))],compute:function(e,t){return{value:bn(e,this.locale)*bn(t,this.locale),format:e?.format||t?.format}}},wS={description:di("Not equal."),args:[Cd("value1 (string, number, boolean)",di("The first value.")),Cd("value2 (string, number, boolean)",di("The value to test against value1 for inequality."))],compute:function(e,t){const o=pS.compute.bind(this)(e,t);return mn(o.value)?o:{value:!o.value}}},IS={description:di("A number raised to a power."),args:[Cd("base (number)",di("The number to raise to the exponent power.")),Cd("exponent (number)",di("The exponent to raise base to."))],compute:function(e,t){return Gu.compute.bind(this)(e,t)}},xS={description:di("A number with the sign reversed."),args:[Cd("value (number)",di("The number to have its sign reversed. Equivalently, the number to multiply by -1."))],compute:function(e){return{value:-bn(e,this.locale),format:e?.format}}},ES={description:di("Value interpreted as a percentage."),args:[Cd("percentage (number)",di("The value to interpret as a percentage."))],compute:function(e){return bn(e,this.locale)/100}},RS={description:di("A specified number, unchanged."),args:[Cd("value (any)",di("The number to return."))],compute:function(e={value:null}){return e}};var TS=Object.freeze({__proto__:null,ADD:lS,CONCAT:cS,DIVIDE:hS,EQ:pS,GT:fS,GTE:vS,LT:bS,LTE:SS,MINUS:CS,MULTIPLY:yS,NE:wS,POW:IS,UMINUS:xS,UNARY_PERCENT:ES,UPLUS:RS});const AS=e=>({transform:t=>t*e,inverseTransform:t=>t/e}),DS={transform:e=>e,inverseTransform:e=>e},_S=1e-10,FS=.0254,OS=FS/72,PS=.3048,MS=.9144,NS=1609.34,kS=1852,LS=946073047258e4,VS={g:{...DS,category:"weight"},u:{...AS(166053e-29),category:"weight"},grain:{...AS(.0647989),category:"weight"},ozm:{...AS(28.3495),category:"weight"},lbm:{...AS(453.592),category:"weight"},stone:{...AS(6350.29),category:"weight"},sg:{...AS(14593.90294),category:"weight"},cwt:{...AS(45359.237),category:"weight"},uk_cwt:{...AS(50802.3),category:"weight"},ton:{...AS(907184.74),category:"weight"},uk_ton:{...AS(1016046.9),category:"weight"},m:{...DS,category:"distance"},km:{...AS(1e3),category:"distance"},ang:{...AS(_S),category:"distance"},Picapt:{...AS(OS),category:"distance"},pica:{...AS(FS/6),category:"distance"},in:{...AS(FS),category:"distance"},ft:{...AS(PS),category:"distance"},yd:{...AS(MS),category:"distance"},ell:{...AS(1.143),category:"distance"},mi:{...AS(NS),category:"distance"},survey_mi:{...AS(1609.34),category:"distance"},Nmi:{...AS(kS),category:"distance"},ly:{...AS(LS),category:"distance"},parsec:{...AS(0x6da012f95c9fd0),category:"distance"},sec:{...DS,category:"time"},min:{...AS(60),category:"time"},hr:{...AS(3600),category:"time"},day:{...AS(86400),category:"time"},yr:{...AS(31556952),category:"time"},Pa:{...DS,category:"pressure"},bar:{...AS(1e5),category:"pressure"},mmHg:{...AS(133.322),category:"pressure"},Torr:{...AS(133.322),category:"pressure"},psi:{...AS(6894.76),category:"pressure"},atm:{...AS(101325),category:"pressure"},N:{...DS,category:"force"},dyn:{...AS(1e-5),category:"force"},pond:{...AS(.00980665),category:"force"},lbf:{...AS(4.44822),category:"force"},J:{...DS,category:"energy"},eV:{...AS(160218e-24),category:"energy"},e:{...AS(1e-7),category:"energy"},flb:{...AS(1.3558179483),category:"energy"},c:{...AS(4.184),category:"energy"},cal:{...AS(4.1868),category:"energy"},BTU:{...AS(1055.06),category:"energy"},Wh:{...AS(3600),category:"energy"},HPh:{...AS(2684520),category:"energy"},W:{...DS,category:"power"},PS:{...AS(735.499),category:"power"},HP:{...AS(745.7),category:"power"},T:{...DS,category:"magnetism"},ga:{...AS(1e-4),category:"magnetism"},K:{...DS,category:"temperature"},C:{transform:e=>e+273.15,inverseTransform:e=>e-273.15,category:"temperature"},F:{transform:e=>5*(e-32)/9+273.15,inverseTransform:e=>9*(e-273.15)/5+32,category:"temperature"},Rank:{...AS(5/9),category:"temperature"},Reau:{transform:e=>1.25*e+273.15,inverseTransform:e=>(e-273.15)/1.25,category:"temperature"},"m^3":{...DS,category:"volume",order:3},"ang^3":{...AS(Math.pow(_S,3)),category:"volume",order:3},"Picapt^3":{...AS(Math.pow(OS,3)),category:"volume",order:3},tsp:{...AS(492892e-11),category:"volume"},tspm:{...AS(5e-6),category:"volume"},tbs:{...AS(14786764825785619e-21),category:"volume"},"in^3":{...AS(Math.pow(FS,3)),category:"volume",order:3},oz:{...AS(295735295625e-16),category:"volume"},cup:{...AS(237e-6),category:"volume"},pt:{...AS(.0004731765),category:"volume"},uk_pt:{...AS(568261e-9),category:"volume"},qt:{...AS(.0009463529),category:"volume"},l:{...AS(.001),category:"volume"},uk_qt:{...AS(.0011365225),category:"volume"},gal:{...AS(.0037854118),category:"volume"},uk_gal:{...AS(.00454609),category:"volume"},"ft^3":{...AS(Math.pow(PS,3)),category:"volume",order:3},bushel:{...AS(.0352390704),category:"volume"},barrel:{...AS(.158987295),category:"volume"},"yd^3":{...AS(Math.pow(MS,3)),category:"volume",order:3},MTON:{...AS(1.13267386368),category:"volume"},GRT:{...AS(2.83168),category:"volume"},"mi^3":{...AS(Math.pow(NS,3)),category:"volume",order:3},"Nmi^3":{...AS(Math.pow(kS,3)),category:"volume",order:3},"ly^3":{...AS(Math.pow(LS,3)),category:"volume",order:3},"m^2":{...DS,category:"area",order:2},"ang^2":{...AS(Math.pow(_S,2)),category:"area",order:2},"Picapt^2":{...AS(Math.pow(OS,2)),category:"area",order:2},"in^2":{...AS(Math.pow(FS,2)),category:"area",order:2},"ft^2":{...AS(Math.pow(PS,2)),category:"area",order:2},"yd^2":{...AS(Math.pow(MS,2)),category:"area",order:2},ar:{...AS(100),category:"area"},Morgen:{...AS(2500),category:"area"},uk_acre:{...AS(4046.8564224),category:"area"},us_acre:{...AS(4046.8726098743),category:"area"},ha:{...AS(1e4),category:"area"},"mi^2":{...AS(Math.pow(NS,2)),category:"area",order:2},"Nmi^2":{...AS(Math.pow(kS,2)),category:"area",order:2},"ly^2":{...AS(Math.pow(LS,2)),category:"area",order:2},bit:{...DS,category:"information"},byte:{...AS(8),category:"information"},"m/s":{...DS,category:"speed"},"m/hr":{...AS(1/3600),category:"speed"},"km/hr":{...AS(1/3.6),category:"speed"},mph:{...AS(.44704),category:"speed"},kn:{...AS(.5144444444),category:"speed"},admkn:{...AS(.5147733333),category:"speed"}},US={shweight:"cwt",lcwt:"uk_cwt",hweight:"uk_cwt",LTON:"uk_ton",brton:"uk_ton",pc:"parsec",Pica:"Picapt",d:"day",mn:"min",s:"sec",p:"Pa",at:"atm",dy:"dyn",ev:"eV",hh:"HPh",wh:"Wh",btu:"BTU",h:"HP",cel:"C",fah:"F",kel:"K",us_pt:"pt",L:"l",lt:"l",ang3:"ang^3",ft3:"ft^3",in3:"in^3",ly3:"ly^3",m3:"m^3",mi3:"mi^3",yd3:"yd^3",Nmi3:"Nmi^3",Picapt3:"Picapt^3","Pica^3":"Picapt^3",Pica3:"Picapt^3",regton:"GRT",ang2:"ang^2",ft2:"ft^2",in2:"in^2",ly2:"ly^2",m2:"m^2",mi2:"mi^2",Nmi2:"Nmi^2",Picapt2:"Picapt^2","Pica^2":"Picapt^2",Pica2:"Picapt^2",yd2:"yd^2","m/h":"m/hr","m/sec":"m/s"},HS={"":1,Y:1e24,Z:1e21,E:1e18,P:1e15,T:1e12,G:1e9,M:1e6,k:1e3,h:100,da:10,e:10,d:.1,c:.01,m:.001,u:1e-6,n:1e-9,p:1e-12,f:1e-15,a:1e-18,z:1e-21,y:1e-21,Yi:Math.pow(2,80),Zi:Math.pow(2,70),Ei:Math.pow(2,60),Pi:Math.pow(2,50),Ti:Math.pow(2,40),Gi:Math.pow(2,30),Mi:Math.pow(2,20),ki:Math.pow(2,10)},zS={weight:di("Weight"),distance:di("Distance"),time:di("Time"),pressure:di("Pressure"),force:di("Force"),energy:di("Energy"),power:di("Power"),magnetism:di("Magnetism"),temperature:di("Temperature"),volume:di("Volume"),area:di("Area"),information:di("Information"),speed:di("Speed")},BS=Object.entries(VS).map((([e,t])=>({value:e,label:$S(t.category)})));function $S(e){return zS[e]??""}function GS(e){for(const[t,o]of Object.entries(HS)){if(t&&!e.startsWith(t))continue;const s=e.slice(t.length);let i=VS[s];if(!i&&US[s]&&(i=VS[US[s]]),i)return{...i,factor:i.order?Math.pow(o,i.order):o}}}const WS={description:di("Converts a numeric value to a different unit of measure."),args:[Cd("value (number)",di("the numeric value in start_unit to convert to end_unit")),Cd("start_unit (string)",di("The starting unit, the unit currently assigned to value"),BS),Cd("end_unit (string)",di("The unit of measure into which to convert value"),BS)],compute:function(e,t,o){const s=bn(e,this.locale),i=xn(t),n=xn(o),r=GS(i),a=GS(n);return r?a?r.category!==a.category?{value:on.GenericError,message:di("Incompatible units of measure ('%s' vs '%s')",$S(r.category),$S(a.category))}:{value:a.inverseTransform(r.factor*r.transform(s))/a.factor,format:e?.format}:{value:on.GenericError,message:di("Invalid units of measure ('%s')",n)}:{value:on.GenericError,message:di("Invalid units of measure ('%s')",i)}},isExported:!0};var qS=Object.freeze({__proto__:null,CONVERT:WS});const ZS=/[A-Za-zÀ-ÖØ-öø-ÿ]+/g,jS=[{value:0,label:di("Case-sensitive (default)")},{value:1,label:di("Case-insensitive")}],YS=[{value:0,label:di("Don't match to end (default)")},{value:1,label:di("Match to end")}],XS={description:di("Gets character associated with number."),args:[Cd("table_number (number)",di("The number of the character to look up from the current Unicode table in decimal format."))],compute:function(e){const t=Math.trunc(bn(e,this.locale));return t<1?new nn(di("The table_number (%s) is out of range.",t)):String.fromCharCode(t)},isExported:!0},KS={description:di("Remove non-printable characters from a piece of text."),args:[Cd("text (string)",di("The text whose non-printable characters are to be removed."))],compute:function(e){const t=xn(e);let o="";for(const e of t)e&&e.charCodeAt(0)>31&&(o+=e);return o},isExported:!0},JS={description:di("Appends strings to one another."),args:[Cd("string1 (string, range<string>)",di("The initial string.")),Cd("string2 (string, range<string>, repeating)",di("More strings to append in sequence."))],compute:function(...e){return Mn(e,((e,t)=>e+xn(t)),"")},isExported:!0},QS={description:di("Tests whether two strings are identical."),args:[Cd("string1 (string)",di("The first string to compare.")),Cd("string2 (string)",di("The second string to compare."))],compute:function(e,t){return xn(e)===xn(t)},isExported:!0},eC={description:di("First position of string found in text, case-sensitive."),args:[Cd("search_for (string)",di("The string to look for within text_to_search.")),Cd("text_to_search (string)",di("The text to search for the first occurrence of search_for.")),Cd("starting_at (number, default=1)",di("The character within text_to_search at which to start the search."))],compute:function(e,t,o={value:1}){const s=xn(e),i=xn(t),n=bn(o,this.locale);if(""===i)return new nn(di("The text_to_search must be non-empty."));if(n<1)return new nn(di("The starting_at (%s) must be greater than or equal to 1.",n));const r=i.indexOf(s,n-1);return-1===r?new nn(di("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,i)):r+1},isExported:!0},tC={description:di("Concatenates elements of arrays with delimiter."),args:[Cd("delimiter (string)",di("The character or string to place between each concatenated value.")),Cd("value_or_array1 (string, range<string>)",di("The value or values to be appended using delimiter.")),Cd("value_or_array2 (string, range<string>, repeating)",di("More values to be appended using delimiter."))],compute:function(e,...t){const o=xn(e);return Mn(t,((e,t)=>(e?e+o:"")+xn(t)),"")}},oC={description:di("Substring from beginning of specified string."),args:[Cd("text (string)",di("The string from which the left portion will be returned.")),Cd("number_of_characters (number, optional)",di("The number of characters to return from the left side of string."))],compute:function(e,...t){const o=t.length?bn(t[0],this.locale):1;return o<0?new nn(di("The number_of_characters (%s) must be positive or null.",o)):xn(e).substring(0,o)},isExported:!0},sC={description:di("Length of a string."),args:[Cd("text (string)",di("The string whose length will be returned."))],compute:function(e){return xn(e).length},isExported:!0},iC={description:di("Converts a specified string to lowercase."),args:[Cd("text (string)",di("The string to convert to lowercase."))],compute:function(e){return xn(e).toLowerCase()},isExported:!0},nC={description:di("A segment of a string."),args:[Cd("text (string)",di("The string to extract a segment from.")),Cd("starting_at (number)",di("The index from the left of string from which to begin extracting. The first character in string has the index 1.")),Cd("extract_length (number)",di("The length of the segment to extract."))],compute:function(e,t,o){const s=xn(e),i=bn(t,this.locale),n=bn(o,this.locale);return i<1?new nn(di("The starting_at argument (%s) must be positive greater than one.",i.toString())):n<0?new nn(di("The extract_length argument (%s) must be positive or null.",n)):s.slice(i-1,i+n-1)},isExported:!0},rC={description:di("Capitalizes each word in a specified string."),args:[Cd("text_to_capitalize (string)",di("The text which will be returned with the first letter of each word in uppercase and all other letters in lowercase."))],compute:function(e){return xn(e).replace(ZS,(e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()))},isExported:!0},aC={description:di("Extract text from a string based on the supplied regular expression."),args:[Cd("text (string)",di("The string on which you want to extract text.")),Cd("pattern (string)",di("The regular expression pattern to match against the text.")),Cd("return_mode (number, default=0)",di("0 = first match, 1 = all matches as an array, 2 = capturing groups from the first match as an array."),[{value:0,label:di("First match")},{value:1,label:di("All matches")},{value:2,label:di("Capture groups of first match")}]),Cd("case_sensitivity (number, default=0)",di("Whether the match is case-sensitive."),[{value:0,label:di("Case-sensitive")},{value:1,label:di("Case-insensitive")}])],compute:function(e,t,o={value:0},s={value:0}){const i=xn(e),n=xn(t),r=bn(o,this.locale),a=bn(s,this.locale);if(""===i||""===n)return{value:""};if(r<0||r>2)return new nn(di("The return_mode (%s) must be 0, 1 or 2.",r));if(0!==a&&1!==a)return new nn(di("The case_sensitivity (%s) must be 0 or 1.",a));const l=new RegExp(n,1===a?"gi":"g"),c=[...i.matchAll(l)];return 0===c.length?{value:on.NotAvailable,message:di("No matches found.")}:0===r?c[0][0]:1===r?c.map((e=>[e[0]])):c[0].length<2?new nn(di("No capturing groups found.")):c[0].slice(1).map((e=>[e]))},isExported:!0},lC={description:di("Replaces part of a text string with different text."),args:[Cd("text (string)",di("The text, a part of which will be replaced.")),Cd("position (number)",di("The position where the replacement will begin (starting from 1).")),Cd("length (number)",di("The number of characters in the text to be replaced.")),Cd("new_text (string)",di("The text which will be inserted into the original text."))],compute:function(e,t,o,s){const i=bn(t,this.locale);if(i<1)return new nn(di("The position (%s) must be greater than or equal to 1.",i));const n=xn(e),r=bn(o,this.locale),a=xn(s);return n.substring(0,i-1)+a+n.substring(i-1+r)},isExported:!0},cC={description:di("A substring from the end of a specified string."),args:[Cd("text (string)",di("The string from which the right portion will be returned.")),Cd("number_of_characters (number, optional)",di("The number of characters to return from the right side of string."))],compute:function(e,...t){const o=t.length?bn(t[0],this.locale):1;if(o<0)return new nn(di("The number_of_characters (%s) must be positive or null.",o));const s=xn(e),i=s.length;return s.substring(i-o,i)},isExported:!0},hC={description:di("First position of string found in text, ignoring case."),args:[Cd("search_for (string)",di("The string to look for within text_to_search.")),Cd("text_to_search (string)",di("The text to search for the first occurrence of search_for.")),Cd("starting_at (number, default=1)",di("The character within text_to_search at which to start the search."))],compute:function(e,t,o={value:1}){const s=xn(e).toLowerCase(),i=xn(t).toLowerCase(),n=bn(o,this.locale);if(""===i)return{value:on.GenericError,message:di("The text_to_search must be non-empty.")};if(n<1)return{value:on.GenericError,message:di("The starting_at (%s) must be greater than or equal to 1.",n)};const r=i.indexOf(s,n-1);return-1===r?{value:on.GenericError,message:di("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,i)}:{value:r+1}},isExported:!0},dC={description:di("Split text by specific character delimiter(s)."),args:[Cd("text (string)",di("The text to divide.")),Cd("delimiter (string)",di("The character or characters to use to split text.")),Cd("split_by_each (boolean, default=true})",di("Whether or not to divide text around each character contained in delimiter.")),Cd("remove_empty_text (boolean, default=true)",di("Whether or not to remove empty text messages from the split results. The default behavior is to treat consecutive delimiters as one (if TRUE). If FALSE, empty cells values are added between consecutive delimiters."))],compute:function(e,t,o={value:true},s={value:true}){const i=xn(e),n=gt(xn(t)),r=Tn(o),a=Tn(s);if(n.length<=0)return new nn(di("The delimiter (%s) must be not be empty.",n));const l=r?new RegExp(`[${n}]`,"g"):new RegExp(n,"g");let c=i.split(l);return a&&(c=c.filter((e=>""!==e))),Un([c])},isExported:!1},uC={description:di("Replaces existing text with new text in a string."),args:[Cd("text_to_search (string)",di("The text within which to search and replace.")),Cd("search_for (string)",di("The string to search for within text_to_search.")),Cd("replace_with (string)",di("The string that will replace search_for.")),Cd("occurrence_number (number, optional)",di("The instance of search_for within text_to_search to replace with replace_with. By default, all occurrences of search_for are replaced; however, if occurrence_number is specified, only the indicated instance of search_for is replaced."))],compute:function(e,t,o,s){const i=bn(s,this.locale);if(i<0)return new nn(di("The occurrenceNumber (%s) must be positive or null.",i));const n=xn(e),r=xn(t);if(""===r)return n;const a=xn(o),l=new RegExp(gt(r),"g");if(0===i)return n.replace(l,a);let c=0;return n.replace(l,(e=>++c===i?a:e))},isExported:!0},gC={description:di("Combines text from multiple strings and/or arrays."),args:[Cd("delimiter (string)",di(" A string, possible empty, or a reference to a valid string. If empty, the text will be simply concatenated.")),Cd("ignore_empty (boolean)",di("A boolean; if TRUE, empty cells selected in the text arguments won't be included in the result."),[{value:!0,label:di("Ignore empty cells")},{value:!1,label:di("Include empty cells (default)")}]),Cd("text1 (string, range<string>)",di("Any text item. This could be a string, or an array of strings in a range.")),Cd("text2 (string, range<string>, repeating)",di("Additional text item(s)."))],compute:function(e,t={value:true},...o){const s=xn(e),i=Tn(t);let n=0;return Mn(o,((e,t)=>i&&""===xn(t)?e:(n++?e+s:"")+xn(t)),"")},isExported:!0},pC={description:di("Splits text into rows or columns using specified column and row delimiters."),args:[Cd("text (string)",di("The text to split.")),Cd("col_delimiter (string, range<string>)",di("Character or string to split columns by.")),Cd("row_delimiter (string, range<string>, optional)",di("Character or string to split rows by.")),Cd("ignore_empty (boolean, default=false)",di("Whether to ignore empty cells."),[{value:!1,label:di("Include empty cells (default)")},{value:!0,label:di("Ignore empty cells")}]),Cd("match_mode (number, default=0)",di("Searches the text for a delimiter match. By default, a case-sensitive match is done."),jS),Cd(`pad_with (string, default="${on.NotAvailable}")`,di("The value to use for padding empty cells."))],compute:function(e,t,o,s={value:false},i={value:0},n=new cn){const r=xn(e);if(r.length<=0)return new nn(di("No text to split."));if(void 0===t&&void 0===o)return new nn(di("At least one delimiter must be provided."));const a=Xn(t).flat().map((e=>gt(xn(e)))),l=Xn(o).flat().map((e=>gt(xn(e))));if(a.some((e=>""===e))||l.some((e=>""===e)))return new nn(di("The delimiters cannot be empty values."));const c=Tn(s),h=bn(i,this.locale);if(![0,1].includes(h))return new nn(di("match_mode should be a value of 0 or 1."));const d=[],u=1===h?"gi":"g",g=l.filter((e=>!a.includes(e)));let p=g.length?r.split(new RegExp(g.join("|"),u)):[r];c&&(p=p.filter((e=>""!==e)));const m=new RegExp(a.join("|"),u);for(const e of p){let t=a.length?e.split(m):[e];c&&(t=t.filter((e=>""!==e))),d.push(t.map((e=>({value:e}))))}const f=Math.max(...d.map((e=>e.length)));for(const e of d)for(;e.length<f;)e.push(n);return Un(d)},isExported:!0},mC={description:di("Removes space characters."),args:[Cd("text (string)",di("The text or reference to a cell containing text to be trimmed."))],compute:function(e){return oo(xn(e))},isExported:!0},fC={description:di("Converts a specified string to uppercase."),args:[Cd("text (string)",di("The string to convert to uppercase."))],compute:function(e){return xn(e).toUpperCase()},isExported:!0},vC={description:di("Converts a number to text according to a specified format."),args:[Cd("number (number)",di("The number, date or time to format.")),Cd("format (string)",di('The case-sensitive format of the result, enclosed in quotation marks. Examples: "0.00" rounded to 2 decimal places, "hh:mm:ss" for hour:minutes:seconds.'))],compute:function(e,t){return Er(bn(e,this.locale),{format:xn(t),locale:this.locale})},isExported:!0},bC={description:di("Converts a string to a numeric value."),args:[Cd("value (number)",di("the string to be converted"))],compute:function(e){return bn(e,this.locale)},isExported:!0},SC={description:di("Returns text that occurs after a given substring or delimiter."),args:[Cd("text (string)",di("The source text.")),Cd("delimiter (string)",di("The substring after which text will be returned.")),Cd("instance_num (number, default=1)",di("The desired instance of the delimiter after which we extract the text. A negative number searches from the end.")),Cd("match_mode (number, default=0)",di("Searches the text for a delimiter match. By default, a case-sensitive match is done."),jS),Cd("match_end (number, default=0))",di("Whether to treat the end of text as a delimiter."),YS),Cd(`if_not_found (string, default="${on.NotAvailable}")`,di("Value to return if the delimiter is not found."))],compute:function(e,t,o={value:1},s={value:0},i={value:0},n=new cn){const r=xn(e),a=bn(o,this.locale),l=bn(s,this.locale),c=bn(i,this.locale);if(0===a)return new nn(di("The instance_num (%s) must not be zero.",a));if(0!==l&&1!==l)return new nn(di("match_mode should have a value of 0 or 1."));if(0!==c&&1!==c)return new nn(di("match_end should have a value of 0 or 1."));const h=xn(t);if(""===h)return Math.sign(a)>0?{value:r}:{value:""};const d=1===l?"gi":"g",u=gt(h),g=new RegExp(u,d);let p=[...r.matchAll(g)].map((e=>e.index+u.length));if(a<0&&(p=p.reverse()),c&&Math.abs(a)===p.length+1)return Math.sign(a)>0?{value:""}:{value:r};const m=p[Math.abs(a)-1];return void 0===m?n:{value:r.substring(m)}},isExported:!0},CC={description:di("Returns text that occurs before a given substring or delimiter."),args:[Cd("text (string)",di("The source text.")),Cd("delimiter (string)",di("The substring after which text will be returned.")),Cd("instance_num (number, default=1)",di("The desired instance of the delimiter before which we extract the text. A negative number searches from the end.")),Cd("match_mode (number, default=0)",di("Searches the text for a delimiter match. By default, a case-sensitive match is done."),jS),Cd("match_end (number, default=0))",di("Whether to match a delimiter against the end of the text."),YS),Cd(`if_not_found (string, default="${on.NotAvailable}")`,di("Value to return if the delimiter is not found."))],compute:function(e,t,o={value:1},s={value:0},i={value:0},n=new cn){const r=xn(e),a=bn(o,this.locale),l=bn(s,this.locale),c=bn(i,this.locale);if(0===a)return new nn(di("The instance_num (%s) must not be zero.",a));if(0!==l&&1!==l)return new nn(di("match_mode should have a value of 0 or 1."));if(0!==c&&1!==c)return new nn(di("match_end should have a value of 0 or 1."));const h=xn(t);if(""===h)return Math.sign(a)>0?{value:""}:{value:r};const d=1===l?"gi":"g",u=gt(h),g=new RegExp(u,d);let p=[...r.matchAll(g)].map((e=>e.index+u.length));if(a<0&&(p=p.reverse()),c&&Math.abs(a)===p.length+1)return Math.sign(a)>0?{value:r}:{value:""};const m=p[Math.abs(a)-1];return void 0===m?n:{value:r.substring(0,m-h.length)}},isExported:!0};var yC=Object.freeze({__proto__:null,CHAR:XS,CLEAN:KS,CONCATENATE:JS,EXACT:QS,FIND:eC,JOIN:tC,LEFT:oC,LEN:sC,LOWER:iC,MID:nC,PROPER:rC,REGEXEXTRACT:aC,REPLACE:lC,RIGHT:cC,SEARCH:hC,SPLIT:dC,SUBSTITUTE:uC,TEXT:vC,TEXTAFTER:SC,TEXTBEFORE:CC,TEXTJOIN:gC,TEXTSPLIT:pC,TRIM:mC,UPPER:fC,VALUE:bC});const wC={description:di("Creates a hyperlink in a cell."),args:[Cd("url (string)",di("The full URL of the link enclosed in quotation marks.")),Cd("link_label (string, optional)",di("The text to display in the cell, enclosed in quotation marks."))],compute:function(e,t){const o=xn(e).trim(),s=xn(t)||o;return""===o?s:At(s,o)},isExported:!0};var IC=Object.freeze({__proto__:null,HYPERLINK:wC});const xC=[{name:di("Array"),functions:Yd},{name:di("Database"),functions:Gp},{name:di("Date"),functions:cf},{name:di("Filter"),functions:yf},{name:di("Financial"),functions:_v},{name:di("Info"),functions:pb},{name:di("Lookup"),functions:aS},{name:di("Logical"),functions:Rb},{name:di("Math"),functions:fg},{name:di("Misc"),functions:Kd},{name:di("Operator"),functions:TS},{name:di("Statistical"),functions:Dp},{name:di("Text"),functions:yC},{name:di("Engineering"),functions:df},{name:di("Web"),functions:IC},{name:di("Parser"),functions:qS}],EC=/^[A-Z0-9\_\.]+$/;const RC=new class extends n{mapping={};add(e,t){if((e=e.toUpperCase())in this.content)throw new Error(`${e} is already present in this registry!`);return this.replace(e,t)}replace(e,t){if(e=e.toUpperCase(),!EC.test(e))throw new Error(di("Invalid function name %s. Function names can exclusively contain alphanumerical values separated by dots (.) or underscore (_)",e));const o=function(e,t){let o=0,s=0,i=0,n=0;for(const e of t.args)o++,e.optional||e.repeating||e.default||s++,e.repeating&&i++,(e.optional||e.default)&&n++;const r=t;return r.minArgRequired=s,r.maxArgPossible=i?1/0:o,r.nbrArgRepeating=i,r.nbrArgOptional=n,r.hidden=t.hidden||!1,r.name=e,r}(e,t);return function(e){if(e.nbrArgRepeating&&e.nbrArgOptional>=e.nbrArgRepeating)throw new Error(`Function ${e.name} has more optional arguments than repeatable ones.`);let t=!1,o=!1;for(const s of e.args){if(s.type.some((e=>Id.includes(e)))&&s.type.some((e=>!Id.includes(e))))throw new Error(`Function ${e.name} has a mix of META and non-META types in the same argument: ${s.type}.`);if(s.repeating){if(!o&&t)throw new Error(`Function ${e.name} has non-consecutive repeating arguments. All repeating arguments must be declared consecutively.`);t=!0,o=!0}else o=!1}}(o),this.mapping[e]=function(e){function t(...t){const s=[],i=wd(e,t.length);for(let o=0;o<t.length;o++){const n=i(o)??-1,r=e.args[n];if(!E(t[o])&&r.acceptMatrixOnly)throw new rn(di("Function %s expects the parameter '%s' to be reference to a cell or range.",e.name,(o+1).toString()));s.push(!r.acceptMatrix)}return Hn(o.bind(this),t,s)}function o(...t){for(let o=0;o<t.length;o++){const s=t[o],i=wd(e,t.length);if(!e.args[i(o)||o].acceptErrors&&!E(s)&&mn(s?.value))return s}try{return s.apply(this,t)}catch(t){return TC(t,e.name)}}function s(...t){this.debug;const o=e.compute.apply(this,t);return E(o)?"object"==typeof o[0][0]&&null!==o[0][0]&&"value"in o[0][0]?(function(e,t){const o=e.length,s=e[0]?.length??0;for(let i=0;i<o;i++)for(let o=0;o<s;o++)t(e[i][o])}(o,(t=>AC(t,e.name))),o):Vn(o,(e=>({value:e}))):"object"==typeof o&&null!==o&&"value"in o?(AC(o,e.name),o):{value:o}}return t}(o),super.replace(e,o),this}};for(const e of xC){const t=e.functions;for(let o in t){const s=t[o];s.category=s.category||e.name,o=o.replace(/_/g,"."),RC.add(o,{isExported:!1,...s}),FC(o,s.args)}}function TC(e,t){return o=e,void 0!==o?.value&&"string"==typeof o.value&&mn(e.value)?(_C(e)&&AC(e,t),e):(console.error(e),new nn(DC+(_C(e)?" "+e.message:"")));var o}function AC(e,t){e.message?.includes("[[FUNCTION_NAME]]")&&(e.message=e.message.replace("[[FUNCTION_NAME]]",t))}const DC=di("An unexpected error occurred. Submit a support ticket at odoo.com/help.");function _C(e){return void 0!==e?.message&&"string"==typeof e.message}function FC(e,t){for(let o=0;o<t.length;o++){const s=t[o].proposalValues;if(void 0===s||0===s.length)continue;const i=t=>{const i=t.functionContext;if(!i||i.parent.toUpperCase()!==e.toUpperCase()||i.argPosition!==o)return;const n=[];let r="";for(const{value:e,label:t}of s){switch(typeof e){case"string":r=`"${e}"`;break;case"number":r=e.toString();break;case"boolean":r=e?"TRUE":"FALSE"}n.push({text:r,description:t,htmlContent:[{value:r,color:"string"==typeof e?ht.STRING:ht.NUMBER}],fuzzySearchKey:r,alwaysExpanded:!0})}return n};xd.add(`${e}_function_${t[o].name}_argument_proposals`,{sequence:50,autoSelectFirstProposal:!0,selectProposal:OC,getProposals:i})}}function OC(e,t){let o=e.end;const s=e.end;["LEFT_PAREN","ARG_SEPARATOR"].includes(e.type)||(o=e.start),this.composer.stopComposerRangeSelection(),this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t)}class PC{scope;code="";constructor(e=new NC){this.scope=e}append(...e){this.code+=e.map((e=>e.toString())).join("\n")+"\n"}return(e){return new MC(this.scope,this.code,e)}toString(){return kC(this.code)}}class MC{scope;returnExpression;code;constructor(e,t,o){this.scope=e,this.returnExpression=o,this.code=kC(t)}toString(){return this.code}assignResultToVariable(){if(this.scope.isAlreadyDeclared(this.returnExpression))return this;const e=this.scope.nextVariableName(),t=new PC(this.scope);return t.append(this.code),t.append(`const ${e} = ${this.returnExpression};`),t.return(e)}}class NC{nextId=1;declaredVariables=new Set;nextVariableName(){const e="_"+this.nextId++;return this.declaredVariables.add(e),e}isAlreadyDeclared(e){return this.declaredVariables.has(e)}}function kC(e){let t="",o=0;const s=e.split("\n").map((e=>e.trim())).filter((e=>""!==e));for(const e of s)e.startsWith("}")&&o--,t+="\t".repeat(o)+e+"\n",e.endsWith("{")&&o++;return t.trim()}const LC=RC.content,VC={"=":"EQ","+":"ADD","-":"MINUS","*":"MULTIPLY","/":"DIVIDE",">=":"GTE","<>":"NE",">":"GT","<=":"LTE","<":"LT","^":"POWER","&":"CONCATENATE"},UC={"-":"UMINUS","+":"UPLUS","%":"UNARY.PERCENT"},HC={};function zC(e){return BC(Nv(e))}function BC(e){try{return function(e){const{dependencies:t,literalValues:o,symbols:s}=function(e){const t={numbers:[],strings:[]},o=[],s=[];for(const i of e)switch(i.type){case"INVALID_REFERENCE":case"REFERENCE":o.push(i.value);break;case"STRING":const e=ut(i.value);t.strings.push({value:e});break;case"NUMBER":{const e=en(i.value,I);t.numbers.push({value:e});break}case"SYMBOL":s.push(ft(i.value,"'"))}return{dependencies:o,literalValues:t,symbols:s}}(e),i=function(e){let t="";for(const o of e)switch(o.type){case"STRING":t+="|S|";break;case"NUMBER":t+="|N|";break;case"REFERENCE":case"INVALID_REFERENCE":o.value.includes(":")?t+="|R|":t+="|C|";break;case"SPACE":break;default:t+=o.value}return t}(e);if(!HC[i]){const r=qv([...e]),a=new NC;let l=0,c=0,h=0;if("BIN_OPERATION"===r.type&&":"===r.value)throw new rn(di("Invalid formula"));if("EMPTY"===r.type)throw new rn(di("Invalid formula"));const d=m(r),u=new PC;u.append(`// ${i}`),u.append(d),u.append(`return ${d.returnExpression};`);const g=new Function("deps","ref","range","getSymbolValue","ctx",u.toString());function p(e){const{args:t}=e,o=e.value.toUpperCase(),s=LC[o];if(!s)throw new hn(di('Unknown function: "%s"',e.value));!function(e){const t=e.args.length,o=e.value.toUpperCase(),s=LC[o],{nbrArgRepeating:i,minArgRequired:n}=s;if(t<n)throw new rn(di("Invalid number of arguments for the %(functionName)s function. Expected %(minArgRequired)s minimum, but got %(nbrArgSupplied)s instead.",{functionName:o,minArgRequired:n,nbrArgSupplied:t}));if(t>s.maxArgPossible)throw new rn(di("Invalid number of arguments for the %(functionName)s function. Expected %(maxArgPossible)s maximum, but got %(nbrArgSupplied)s instead.",{functionName:o,maxArgPossible:s.maxArgPossible,nbrArgSupplied:t}));if(i>1){const e=t-n-i*Math.floor((t-n)/i)-s.nbrArgOptional;if(e>0)throw new rn(di("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:o,nbrArgRepeating:i,nbrArgOptional:s.nbrArgOptional,nbrValueRemaining:e}))}}(e);const i=[],n=wd(s,t.length);for(let e=0;e<t.length;e++){const o=s.args[n(e)??-1],r=t[e],a=o.type||[],l=a.includes("META")||a.includes("RANGE<META>"),c=a.some((e=>$C(e)));i.push(m(r,l,c))}return i}function m(e,t=!1,o=!1){const i=new PC(a);if("REFERENCE"!==e.type&&("BIN_OPERATION"!==e.type||":"!==e.value)&&t)throw new rn(di("Argument must be a reference to a cell or range."));switch(e.debug&&(i.append("debugger;"),i.append('ctx["debug"] = true;')),e.type){case"BOOLEAN":return i.return(`{ value: ${e.value} }`);case"NUMBER":return i.return(`this.literalValues.numbers[${c++}]`);case"STRING":return i.return(`this.literalValues.strings[${l++}]`);case"REFERENCE":return i.return(`${e.value.includes(":")||o?"range":"ref"}(deps[${h++}], ${t?"true":"false"})`);case"FUNCALL":const n=p(e).map((e=>e.assignResultToVariable()));i.append(...n);const r=e.value.toUpperCase();return i.return(`ctx['${r}'](${n.map((e=>e.returnExpression))})`);case"UNARY_OPERATION":{const t=UC[e.value],o=m(e.operand,!1,!1).assignResultToVariable();return i.append(o),i.return(`ctx['${t}'](${o.returnExpression})`)}case"BIN_OPERATION":{const t=VC[e.value],o=m(e.left,!1,!1).assignResultToVariable(),s=m(e.right,!1,!1).assignResultToVariable();return i.append(o),i.append(s),i.return(`ctx['${t}'](${o.returnExpression}, ${s.returnExpression})`)}case"SYMBOL":const a=s.indexOf(e.value);return i.return(`getSymbolValue(this.symbols[${a}])`);case"EMPTY":return i.return("undefined")}}HC[i]=g}const n={execute:HC[i],dependencies:t,literalValues:o,symbols:s,tokens:e,isBadExpression:!1,normalizedFormula:i};return n}(e)}catch(t){return{tokens:e,dependencies:[],execute:function(){return t},isBadExpression:!0,normalizedFormula:e.map((e=>e.value)).join("")}}}function $C(e){return e.startsWith("RANGE")}const GC=RC.content;function WC(e){try{return 0===jv(qv(e)).filter((e=>"FUNCALL"===e.type&&!GC[e.value.toUpperCase()]?.isExported)).length}catch(e){return!1}}function qC(e,t){if(!e.some((e=>"SYMBOL"===e.type&&t.includes(e.value.toUpperCase()))))return[];let o;try{o=qv(e)}catch{return[]}return function(e,t){return jv(e).filter((e=>"FUNCALL"===e.type&&t.includes(e.value.toUpperCase()))).map((e=>({functionName:e.value.toUpperCase(),args:e.args})))}(o,t)}function ZC(e,t,o){if(!t.startsWith("="))return t;const s=Nv(t);for(let t=1;t<s.length;t++){if("REFERENCE"!==s[t].type)continue;const i=s[t].value,n=jC(e,i,o);i!==n&&(s[t]={value:n,type:"REFERENCE"})}return Lt(s.map((e=>e.value)))}function jC(e,t,o){const s=Ra(t).sheetName;if(s?!Pa(s,o.sheetName.old):e!==o.sheetId)return t;const i=function(e,t){if(!ya.test(e))return ka(e);return Na({xc:e,sheetId:t},YC)}(t,s?o.sheetId:e);if(i.invalidXc)return t;const n=o.applyChange(i);return"NONE"===n.changeType||"REMOVE"===n.changeType?t:Ua(n.range,e,function(e){return t=>t===e.sheetId?e.sheetName.current:""}(o))}function YC(e){return{numberOfRows:Number.MAX_SAFE_INTEGER,numberOfCols:Number.MAX_SAFE_INTEGER}}const XC="x1",KC="xMovingAverage",JC={exponential:"exp",logarithmic:"log",polynomial:"poly",trailingMovingAverage:"movingAvg"};function QC(e,t,o,s){let i=!1;const n=[];for(const s in o){let r=o[s];if(r.labelCell){const e=oy(r.labelCell,t);r.labelCell!==e&&(i=!0,r={...r,labelCell:e})}const a=oy(r.dataRange,t);void 0===a||e.getRangeString(a,a.sheetId)===on.InvalidReference?(i=!0,r=void 0):a!==r.dataRange&&(i=!0,r={...r,dataRange:a}),n[s]=r}let r=s;const a=oy(r,t);a!==r&&(i=!0,r=a);return{isStale:i,dataSets:n.filter(Mt),labelRange:r}}function ey(e,t,o){return o.map((o=>({dataRange:Ha(e,t,o.dataRange),labelCell:o.labelCell?Ha(e,t,o.labelCell):void 0})))}function ty(e,t,o){return o?Ha(e,t,o):void 0}function oy(e,t){if(!e)return;const o=t(e);switch(o.changeType){case"NONE":return e;case"REMOVE":return;default:return o.range}}function sy(e,t,o,s){const i=[];for(const n of t){const t=e.getRangeFromSheetXC(o,n.dataRange),{unboundedZone:r,sheetId:a,invalidSheetName:l,invalidXc:c}=t;if(!l&&!c)if(r.left!==r.right&&r.top!==r.bottom){if(void 0===r.right)continue;for(let t=r.left;t<=r.right;t++){const o={...r,left:t,right:t};i.push({...iy(e,a,o,s?{top:o.top,bottom:o.top,left:o.left,right:o.left}:void 0),backgroundColor:n.backgroundColor,rightYAxis:"y1"===n.yAxisId,customLabel:n.label,trend:n.trend})}}else i.push({...iy(e,a,r,s?{top:r.top,bottom:r.top,left:r.left,right:r.left}:void 0),backgroundColor:n.backgroundColor,rightYAxis:"y1"===n.yAxisId,customLabel:n.label,trend:n.trend})}return i}function iy(e,t,o,s){if(o.left!==o.right&&o.top!==o.bottom)throw new Error(`Zone should be a single column or row: ${Bo(o)}`);if(s){const i=Bo(o),n=Bo(s);return{labelCell:e.getRangeFromSheetXC(t,n),dataRange:e.getRangeFromSheetXC(t,i)}}return{labelCell:void 0,dataRange:e.getRangeFromSheetXC(t,Bo(o))}}function ny(e,t){const o=t.labelCell?.zone;let s=t.dataRange.zone;if(o){const{numberOfRows:e,numberOfCols:t}=es(s);1===e?s={...s,left:s.left+1}:1===t&&(s={...s,top:s.top+1})}const i=Ma({...t.dataRange,zone:s},e.getSheetSize);let n,r={};return t.customLabel?r={text:t.customLabel}:t.labelCell&&(r={reference:e.getRangeString(t.labelCell,"forceSheetReference",{useBoundedReference:!0})}),t.trend?.type&&(n={type:"polynomial"===t.trend.type&&1===t.trend.order?"linear":JC[t.trend.type],color:t.trend.color,order:t.trend.order?Math.min(t.trend.order,6):void 0,window:t.trend.window||Ye}),{label:r,range:e.getRangeString(i,"forceSheetReference",{useBoundedReference:!0}),backgroundColor:t.backgroundColor,rightYAxis:t.rightYAxis,trend:n}}function ry(e,t,o){if(!t)return;const s={...t.zone};o&&t.zone.bottom>t.zone.top&&(s.top=s.top+1);const i=Ma({...t,zone:s},e.getSheetSize);return e.getRangeString(i,"forceSheetReference",{useBoundedReference:!0})}function ay(e,t,o){let s;if(t.labelRange){const i=jC(e,t.labelRange,o);i!==on.InvalidReference&&(s=i)}const i=[];for(const s of t.dataSets){const t={...s},n=jC(e,s.dataRange,o);n!==on.InvalidReference&&(t.dataRange=n,i.push(t))}return{...t,dataSets:i,labelRange:s}}function ly(e){return e&&Ps(e)<.3?"#FFFFFF":"#000000"}function cy(e){return e&&Ps(e)<.3?"#C8C8C8":"#666666"}function hy(e){if(e.dataSets){const t=void 0!==e.dataSets.find((e=>!ya.test(e.dataRange)));if(t)return"InvalidDataSet";if(e.dataSets.map((e=>Lo(e.dataRange))).some((e=>e.top!==e.bottom&&hs(e))))return"InvalidDataSet"}return"Success"}function dy(e){if(e.labelRange){if(!ya.test(e.labelRange||""))return"InvalidLabelRange"}return"Success"}function uy(e,t,o){if(!o)return!1;if(!e)return!1;if(!t)return!0;const s=us(t.dataRange.zone);return!(us(e.zone)<s)}function gy(e){let t=!1,o=!1;if("horizontal"in e&&e.horizontal)return{useLeftAxis:!0,useRightAxis:!1};for(const s of e.dataSets||[])"y1"===s.yAxisId?o=!0:t=!0;return t||=!o,{useLeftAxis:t,useRightAxis:o}}function py(e,t,o=!1){return(s,i)=>{const n=e?.[i];return my({format:n,locale:t},o)(s)}}function my(e,t=!1){return o=>{if(o=Number(o),isNaN(o))return o;const{locale:s,format:i}=e;return by(t?Gr({value:o,format:i},s):Er(o,{locale:s,format:!i&&Math.abs(o)>=1e3?"#,##":i}))}}const fy=[{value:"left",label:di("Left")},{value:"right",label:di("Right")}];function vy(e,t){const o=[],s=no(t.map((e=>e.data.length)));for(let t=0;t<=s;t++)o.push(e.next());return o}function by(e,t=Be){return e?e.length>t?e.substring(0,t)+"…":e:""}function Sy(e){return e===XC||e===KC}const Cy={id:"chartShowValuesPlugin",afterDatasetsDraw(e,t,o){if(!o.showValues)return;const s=e._metasets?.[0]?.data;if(!s)return;const i=e.ctx;switch(i.save(),i.textAlign="center",i.textBaseline="middle",i.miterLimit=1,e.config.type){case"pie":case"doughnut":!function(e,t,o){for(const s of e._metasets)for(let e=0;e<s._parsed.length;e++){const i=Number(s._parsed[e]);if(isNaN(i)||0===i)continue;const n=s.data[e],{startAngle:r,endAngle:a,innerRadius:l,outerRadius:c}=n,h=(r+a)/2,d=(l+c)/2,u=n.x+d*Math.cos(h),g=n.y+d*Math.sin(h),p=t.callback(i,s,e),m=12,f=sl(o,p,{fontSize:m},"px"),v=c-l;if(f>=v||v<m)continue;const b=a-r,S=2*d*Math.tan(b/2);b<Math.PI/2&&(f>=S||S<m)||(o.fillStyle=ly(t.background),o.strokeStyle=t.background||"#ffffff",yy(p,u,g,o))}}(e,o,i);break;case"bar":case"line":case"radar":o.horizontal?wy(e,o,i):function(e,t,o){const s=e.chartArea.bottom,i=e.chartArea.top,n={};for(const r of e._metasets){if(Sy(r.xAxisID)||r.hidden)continue;const a=e.scales[r.yAxisID];for(let l=0;l<r._parsed.length;l++){const c=r._parsed[l],h=Number("radar"===e.config.type?c.r:c.y);if(isNaN(h))continue;const d=r.data[l],u=d.x;let g=0;if("line"===e.config.type||"radar"===e.config.type)g=h<0?d.y+10:d.y-10;else{const e=a.getPixelForValue(0),t=12;g=Math.abs(e-d.y)<t?h<0?e+t/2:e-t/2:h<0?d.y-d.height/2:d.y+d.height/2}g=Math.min(g,s),g=Math.max(g,i),n[u]||(n[u]=[]);for(const e of n[u]||[])Math.abs(e-g)<13&&(g=h<0?e+13:e-13);n[u].push(g),o.fillStyle=d.options.backgroundColor,o.strokeStyle=t.background||"#ffffff";yy(t.callback(Number(h),r,l),u,g,o)}}}(e,o,i);break;case"funnel":wy(e,o,i)}i.restore()}};function yy(e,t,o,s){s.lineWidth=3,s.strokeText(e,t,o),s.lineWidth=1,s.fillText(e,t,o)}function wy(e,t,o){const s=e.chartArea.right,i=e.chartArea.left,n={};for(const r of e._metasets){if(Sy(r.xAxisID))return;const a=e.scales[r.xAxisID].getPixelForValue(0);for(let e=0;e<r._parsed.length;e++){const l=Number(r._parsed[e].x);if(isNaN(l))continue;const c=t.callback(l,r,e),h=r.data[e],d=h.y,u=sl(o,c,{fontSize:12},"px"),g=3;let p;Math.abs(h.x-a)<u?p=l<0?a-u/2-g:a+u/2+g:(p=l<0?h.x+h.width/2:h.x-h.width/2,p=Math.min(p,s),p=Math.max(p,i)),n[d]||(n[d]=[]);for(const e of n[d])Math.abs(e-p)<u&&(p=l<0?e-u-g:e+u+g);n[d].push(p),o.fillStyle=h.options.backgroundColor,o.strokeStyle=t.background||"#ffffff",yy(c,p,d,o)}}}const Iy={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}},xy="nullValue";function Ey(e,t){const{dataSetsValues:o}=t,s=[],i=$y(e,o.length),n=[];for(const r in o){let{label:a,data:l,hidden:c}=o[r];a=e.dataSets?.[r].label||a;const h=i.next(),d={label:a,data:l,hidden:c,borderColor:e.background||k,borderWidth:e.stacked?1:0,backgroundColor:h,yAxisID:e.horizontal?"y":e.dataSets?.[r].yAxisId||"y",xAxisID:"x"};s.push(d);const u=e.dataSets?.[r].trend,g=t.trendDataSetsValues?.[r];u?.display&&!e.horizontal&&g&&n.push(zy(d,u,g))}return s.push(...n),s}function Ry(e,t){const{dataSetsValues:o,labels:s}=t,i=e.negativeValuesColor||Y,n=e.positiveValuesColor||j,r=e.subTotalValuesColor||X,a=[],l=[],c={label:"",data:l,backgroundColor:a},h=[];let d=0;for(const t of o)if(!t.hidden){for(let c=0;c<t.data.length;c++){const u=t.data[c];if(h.push(s[c]),isNaN(Number(u))){l.push([d,d]),a.push("");continue}l.push([d,u+d]);let g=u>=0?n:i;0===c&&t===o[0]&&e.firstValueAsSubtotal&&(g=r),a.push(g),d+=u}e.showSubTotals&&(h.push(di("Subtotal")),l.push([0,d]),a.push(r))}return{datasets:[c],labels:h}}function Ty(e,t){const{dataSetsValues:o,axisType:s,labels:i}=t,n=[],r=!!e.fillArea,a=!!e.stacked,l=[],c=$y(e,o.length);for(let h=0;h<o.length;h++){let{label:d,data:u,hidden:g}=o[h];d=e.dataSets?.[h].label||d;const p=c.next();s&&["linear","time"].includes(s)&&(u=u.map(((e,t)=>({x:i[t]||void 0,y:e}))));const m={label:d,data:u,hidden:g,tension:0,borderColor:p,backgroundColor:r?zs(p,Ze):p,pointBackgroundColor:p,fill:!!r&&By(h,a),pointRadius:e.hideDataMarkers?0:je,yAxisID:e.dataSets?.[h].yAxisId||"y"};n.push(m);const f=e.dataSets?.[h].trend,v=t.trendDataSetsValues?.[h];f?.display&&v&&l.push(zy(m,f,v))}return n.push(...l),n}function Ay(e,t){const o=Ty(e,t);for(const e of o)Sy(e.xAxisID)||(e.showLine=!1);return o}function Dy(e,t){const{dataSetsValues:o}=t,s=[],i=Math.max(0,...o.map((e=>e?.data?.length??0))),n=vy(new ei(i),o);for(const{label:t,data:i,hidden:r}of o){if(r)continue;const o={label:t,data:i,borderColor:e.background||"#FFFFFF",backgroundColor:n,hoverOffset:10};s.push(o)}return s}function _y(e,t){const{dataSetsValues:o}=t,s=[],i=$y(e,o.length),n=[];for(let r=0;r<o.length;r++){let{label:a,data:l,hidden:c}=o[r];a=e.dataSets?.[r].label||a;const h=e.dataSets?.[r],d=i.next(),u=h?.type??"line",g={label:a,data:l,hidden:c,borderColor:d,backgroundColor:d,yAxisID:e.dataSets?.[r].yAxisId||"y",xAxisID:"x",type:u,order:"bar"===u?o.length+r:r,pointRadius:e.hideDataMarkers?0:je};s.push(g);const p=e.dataSets?.[r].trend,m=t.trendDataSetsValues?.[r];p?.display&&m&&n.push(zy(g,p,m))}return s.push(...n),s}function Fy(e,t){const{dataSetsValues:o}=t,s=[],i=e.fillArea??!1,n=$y(e,o.length);for(let t=0;t<o.length;t++){let{label:r,data:a,hidden:l}=o[t];e.dataSets?.[t]?.label&&(r=e.dataSets[t].label);const c=n.next(),h={label:r,data:a,hidden:l,borderColor:c,backgroundColor:c,pointRadius:e.hideDataMarkers?0:je};i&&(h.backgroundColor=zs(c,Ze),h.fill="start"),s.push(h)}return s}function Oy(e,t){const{availableRegions:o,dataSetsValues:s,labels:i}=t,n=e.region||o[0]?.id,r=n?t.getGeoJsonFeatures(n):void 0,a={outline:r,showOutline:!!r,data:[]};if(r&&n){const e={};if(s[0])for(let o=0;o<s[0].data.length;o++){if(!i[o]||void 0===s[0].data[o])continue;const r=t.geoFeatureNameToId(n,i[o]);r&&(e[r]={value:s[0].data[o],label:i[o]})}for(const t of r)t.id&&a.data.push({feature:{...t,properties:{name:e[t.id]?.label}},value:e[t.id]?.value})}return[a]}function Py(e,t){const o=t.dataSetsValues[0],s=t.labels;if(!o)return[];let{label:i,data:n}=o;i=e.dataSets?.[0].label||i;return[{label:i,data:n.map((e=>e<=0?[0,0]:[-e,e])),backgroundColor:My(s,e.funnelColors),yAxisID:"y",xAxisID:"x",barPercentage:1,categoryPercentage:1,borderColor:e.background||k,borderWidth:3}]}function My(e,t){const o=new ei(e.length,t);return e.map((()=>o.next()))}function Ny(e,t){const{dataSetsValues:o,labels:s}=t,i=Vy(ky(o,s)),n=i[0]||[],r=new ei(n.length,e.groupColors||[]),a=n.map((e=>({label:e.label,color:r.next()}))),l=[];for(let t=i.length-1;t>=0;t--){const o={groupColors:a,parsing:{key:"value"},data:i[t],borderColor:t=>{const o="data"===t.type?t.raw:void 0;return o&&o.label!==xy?e.background||k:Z},backgroundColor:e=>{const t="data"===e.type?e.raw:void 0;if(!t||t.label===xy)return Z;const o=t.groups[0];return a.find((e=>e.label===o))?.color},hoverOffset:10};l.push(o)}return l}function ky(e,t){const o=function(e,t){const o=[],s=Math.max(...e.map((e=>e.data.length)));for(let i=0;i<s;i++){o[i]={};for(let t=0;t<e.length;t++){const s=null===e[t].data[i]?xy:String(e[t].data[i]);o[i][t]=s}o[i].value=Number(t[i])}return o}(e,t);return Ly(o,0,e.length,[])}function Ly(e,t,o,s){if(t>=o)return[];const i=Object.groupBy(e,(e=>e[t]));return Object.keys(i).map((e=>{const n=i[e]?.reduce(((e,t)=>e+Number(t.value)),0)||0,r=[...s,e];return{label:e,value:n,children:Ly(i[e]||[],t+1,o,[...s,e]),groups:r,depth:t}})).sort(((e,t)=>t.value-e.value))}function Vy(e){const t=[],o=[...e];for(;o.length>0;){const e=o.shift();e&&(t[e.depth]||(t[e.depth]=[]),t[e.depth].push(e),e.children&&o.push(...e.children))}return t}function Uy(e,t){const{dataSetsValues:o,labels:s,locale:i,axisFormats:n}=t,r={locale:i,format:n?.y};if(0===o.length)return[];const a=ky(o,s).sort(((e,t)=>t.value-e.value)),l=function(e,t){const o="categoryColor"===e.coloringOptions?.type?e.coloringOptions.colors:[],s=new ei(t.length,o);return t.map((e=>({label:e.label,color:s.next()})))}(e,a),c=[],h=Math.max(...o.map((e=>e.data.length)));for(let e=0;e<h;e++){c[e]={};for(let t=0;t<o.length;t++)c[e][t]=o[t].data[e]?String(o[t].data[e]):void 0;c[e].value=Number(s[e])}const d=e.showLabels??Iy.showLabels,u=e.showValues??Iy.showValues,g=e.coloringOptions||Iy.coloringOptions;let p;"colorScale"===g?.type&&(p=function(e,t){const o=Vy(e),s=o[o.length-1],i=Math.min(...s.map((e=>e.value))),n=Math.max(...s.map((e=>e.value)));if(Number.isFinite(i)&&Number.isFinite(n)){const e=[{value:i,color:t.minColor}];if(t.midColor){const o=(i+n)/2;e.push({value:o,color:t.midColor})}return e.push({value:n,color:t.maxColor}),si(e)}return}(a,g));const m=[{data:[],tree:c,labels:{display:d||u,overflow:"hidden",...Hy(e.valuesDesign,Iy.valuesDesign),formatter:e=>[d?e.raw.g:void 0,u?Er(e.raw.v,r):void 0].filter(Mt)},captions:{display:e.showHeaders??Iy.showHeaders,padding:6,...Hy(e.headerDesign,Iy.headerDesign)},key:"value",groups:Ct(0,o.length).map((e=>String(e))),borderWidth:0,spacing:1,displayMode:"headerBoxes",groupColors:l,backgroundColor:t=>{if("data"!==t.type)return"transparent";if(!t.raw.isLeaf)return e.headerDesign?.fillColor||Iy.headerDesign?.fillColor;if("colorScale"===g.type)return p?.(t.raw.v)||"#FF0000";if("categoryColor"===g.type)return function(e,t,o,s){const i=e.raw._data.children[0][0],n=s.find((e=>e.label===i))?.color;if(!n||!o.useValueBasedGradient)return n||"#FF0000";const r=t.find((e=>e.label===i));if(!r||!r.children.length)return n;const a=Vy(r.children),l=a[a.length-1],c=Math.max(...l.map((e=>e.value))),h=Math.min(...l.map((e=>e.value)));if(h===c||!isFinite(h)||!isFinite(c))return n;const d=Number(e.raw.v)||0,u=(d-c)/(h-c)*.5;return Bs(n,u)}(t,a,g,l);throw new Error("Unsupported coloring option type}")}}];return m}function Hy(e,t){const o=e=>Ps(e.element.options.backgroundColor)>.7?"#666666":"#FFFFFF";return{align:e?.align??t?.align,position:e?.verticalAlign??t?.verticalAlign,color:e?.color||o,hoverColor:e?.color||o,font:{weight:e?.bold??t?.bold?"bold":"normal",style:e?.italic??t?.italic?"italic":"normal",size:e?.fontSize??t?.fontSize}}}function zy(e,t,o){const s=Ns(e.backgroundColor);s.a=1;const i=t.color||Bs(Ms(s),.5);return{type:"line",xAxisID:"trailingMovingAverage"===t.type?KC:XC,yAxisID:e.yAxisID,label:e.label?di("Trend line for %s",e.label):"",data:o,order:-1,showLine:!0,pointRadius:0,backgroundColor:i,borderColor:i,borderDash:[5,5],borderWidth:void 0,fill:!1,pointBackgroundColor:i}}function By(e,t){return t?0===e?"origin":"-1":"origin"}function $y(e,t){return new ei(t,e.dataSets?.map((e=>e.backgroundColor))||[])}const Gy={id:"sunburstHoverPlugin",afterEvent(e,t,o){if(!o.enabled)return;const s=e.getActiveElements();let i=s.map((e=>({datasetIndex:e.datasetIndex,index:e.index})));for(const t of s){const o=e.data.datasets[t.datasetIndex].data[t.index];for(let t=0;t<e.data.datasets.length;t++){const s=e.data.datasets[t];for(let e=0;e<s.data.length;e++){const n=s.data[e];Wy(o.groups,n.groups)&&i.push({datasetIndex:t,index:e})}}}i=i.filter((t=>{const{datasetIndex:o,index:s}=t;return e.data.datasets[o].data[s].label!==xy})),e.setActiveElements(i);for(const t of e.getSortedVisibleDatasetMetas())for(const e of t.data){const t=e.$context,{datasetIndex:o,index:s,dataset:n,raw:r}=t;if(r.label===xy)continue;const a="function"==typeof n.backgroundColor?n.backgroundColor(t):n.backgroundColor;i.length&&!i.some((e=>e.datasetIndex===o&&e.index===s))?e.options.backgroundColor=Bs(a,.5):e.options.backgroundColor=a}}};function Wy(e,t){return t.length>e.length&&e.every(((e,o)=>e===t[o]))}const qy={id:"sunburstLabelsPlugin",afterDatasetsDraw(e,t,o){if(!o.showValues&&!o.showLabels||"doughnut"!==e.config.type)return;!function(e,t,o){const s=t.style,i=s.fontSize||13,n=i+3;for(const r of e._metasets)for(let a=0;a<r._dataset.data.length;a++){const l=r._dataset.data[a];if(l.label===xy)continue;const c=[t.showLabels?l.label:void 0,t.showValues?t.callback(l.value,"y"):void 0].filter(Mt),h=r.data[a];let{startAngle:d,endAngle:u,innerRadius:g,outerRadius:p,circumference:m}=h;const f=h.options.offset/4,v=f*(1-Math.sin(Math.min(Math.PI,m||0)));g+=v,p+=v;const b=(d+u)/2,S=(g+p)/2,C=.9*(p-g),y=u-d;if((y>=Math.PI?p:Math.sin(y/2)*g*2)<c.length*n)continue;o.save();const w={x:Math.cos(b)*f,y:Math.sin(b)*f},I=e.chartArea.left+e.chartArea.width/2+w.x,x=e.chartArea.top+e.chartArea.height/2+w.y;let E;o.translate(I,x),b>Math.PI/2?(o.rotate(b-Math.PI),E=-S):(E=S,o.rotate(b));const R=Ps(h.options.backgroundColor)>.7?"#666666":"#FFFFFF";o.fillStyle=s.textColor||R,o.textAlign="center",o.textBaseline="middle",o.font=tl(i,s.bold,s.italic);const T=-(c.length-1)*n/2;for(let e=0;e<c.length;e++){const t=fl(o,C,c[e],s,"px");o.fillText(t,E,T+e*n)}o.restore()}}(e,o,e.ctx)}};const Zy={id:"waterfallLinesPlugin",beforeDraw(e,t,o){if(!o.showConnectorLines)return;const s=e._metasets?.[0]?.data;if(!s)return;const i=e.ctx;i.save(),i.setLineDash([3,2]);for(let e=0;e<s.length;e++){const t=s[e];if(0===t.height)continue;const o=Yy(s,e);if(!o)break;const n=jy(t),r=jy(o),a=t.$context.raw,l=a[1]-a[0],c=Math.round(l<0?n.bottom-1:n.top),h=Math.round(n.right),d=Math.round(r.left);i.strokeStyle="#999",i.beginPath(),i.moveTo(h+1,c+.5),i.lineTo(d,c+.5),i.stroke()}i.restore()}};function jy(e){const 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 Yy(e,t){return e.find(((e,o)=>o>t&&0!==e.height))}Hh`
2
2
  .o-spreadsheet {
3
3
  .o-chart-custom-tooltip {
4
4
  font-size: 12px;
@@ -77,7 +77,7 @@
77
77
  padding: ${6}px 0px;
78
78
  background-color: white;
79
79
  }
80
- `;class HE extends t.Component{static template="o-spreadsheet-Menu-Popover";static props={anchorRect:Object,popoverPositioning:{type:String,optional:!0},menuItems:Array,depth:{type:Number,optional:!0},maxHeight:{type:Number,optional:!0},onClose:Function,onMenuClicked:{type:Function,optional:!0},menuId:{type:String,optional:!0},onMouseOver:{type:Function,optional:!0},width:{type:Number,optional:!0}};static components={MenuPopover:HE,Menu:OE,Popover:kE};static defaultProps={depth:1,popoverPositioning:"top-right"};subMenu=t.useState({isOpen:!1,anchorRect:null,scrollOffset:0,menuItems:[],isHoveringChild:!1});menuRef=t.useRef("menu");hoveredMenu=void 0;openingTimeOut=function(){let e;function o(){void 0!==e&&(clearTimeout(e),e=void 0)}return t.onWillUnmount(o),{clear:o,schedule:function(t,s){o(),e=setTimeout(t,s)}}}();setup(){t.useExternalListener(window,"click",this.onExternalClick,{capture:!0}),t.useExternalListener(window,"contextmenu",this.onExternalClick,{capture:!0}),t.onWillUpdateProps((e=>{e.menuItems!==this.props.menuItems&&this.closeSubMenu()})),t.onWillUnmount((()=>{this.hoveredMenu?.onStopHover?.(this.env)}))}get menuProps(){return{menuItems:this.props.menuItems,onClose:this.close.bind(this),onClickMenu:this.onClickMenu.bind(this),onMouseOver:this.onMouseOver.bind(this),onMouseLeave:this.onMouseLeave.bind(this),width:this.props.width||250,isActive:this.isActive.bind(this),onScroll:this.onScroll.bind(this)}}get subMenuAnchorRect(){const e=Object.assign({},this.subMenu.anchorRect);return e.y-=this.subMenu.scrollOffset||0,e}get popoverProps(){const e=1===this.props.depth;return{anchorRect:{x:this.props.anchorRect.x,y:this.props.anchorRect.y,width:e?this.props.anchorRect.width:this.props.width||250,height:e?this.props.anchorRect.height:26},positioning:this.props.popoverPositioning,verticalOffset:e?0:6,onPopoverHidden:()=>this.closeSubMenu(),onPopoverMoved:()=>this.closeSubMenu(),maxHeight:this.props.maxHeight}}get childrenHaveIcon(){return this.props.menuItems.some((e=>!!this.getIconName(e)))}getIconName(e){return e.icon(this.env)?e.icon(this.env):e.isActive?.(this.env)?"o-spreadsheet-Icon.CHECK":""}getColor(e){return Gh({color:e.textColor})}getIconColor(e){return Gh({color:e.iconColor})}async activateMenu(e,t){const o=await(e.execute?.(this.env,t));this.close(),this.props.onMenuClicked?.({detail:o})}close(){this.closeSubMenu(),this.props.onClose()}onExternalClick(e){this.menuRef.el&&Array.from(document.querySelectorAll(".o-spreadsheet .o-menu")).some((t=>pw(t,e)))||(e.closedMenuId=this.props.menuId,this.close())}getName(e){return e.name(this.env)}isRoot(e){return!e.execute}isEnabled(e){return!!e.isEnabled(this.env)&&(!this.env.model.getters.isReadonly()||e.isReadonlyAllowed)}isActive(e){return!!this.subMenu?.isHoveringChild&&this.isParentMenu(this.subMenu,e)}onScroll(e){this.subMenu.scrollOffset=e.target.scrollTop}openSubMenu(e,t){if(!t)return;const o=t.getBoundingClientRect().top;this.subMenu.anchorRect={x:fw(this.menuRef).x,y:o-(this.subMenu.scrollOffset||0),width:this.props.width||250,height:26},this.subMenu.menuItems=e.children(this.env),this.subMenu.isOpen=!0,this.subMenu.parentMenu=e}isParentMenu(e,t){return e.parentMenu?.id===t.id}closeSubMenu(){this.subMenu.isHoveringChild||(this.subMenu.isOpen=!1,this.subMenu.parentMenu=void 0)}onClickMenu(e,t){this.isRoot(e)?this.openSubMenu(e,t.currentTarget):this.activateMenu(e,Ew(t))}onMouseOver(e,t){if(this.isEnabled(e)){if(this.isParentMenu(this.subMenu,e))return void this.openingTimeOut.clear();const o=t.currentTarget;this.isRoot(e)&&this.openingTimeOut.schedule((()=>{this.openSubMenu(e,o)}),250)}}onMouseOverMainMenu(){this.props.onMouseOver?.(),this.subMenu.isHoveringChild=!1}onMouseOverChildMenu(){this.subMenu.isHoveringChild=!0,this.openingTimeOut.clear()}onMouseLeave(e){this.openingTimeOut.schedule(this.closeSubMenu.bind(this),250)}get menuStyle(){return this.props.width?Gh({width:this.props.width+"px"}):""}}class zE extends t.Component{static template="o-spreadsheet-ChartDashboardMenu";static components={MenuPopover:HE};static props={chartId:String};fullScreenFigureStore;menuState=t.useState({isOpen:!1,anchorRect:null,menuItems:[]});setup(){super.setup(),this.fullScreenFigureStore=Th(Sx)}getMenuItems(){return[this.fullScreenMenuItem].filter(Mt)}get backgroundColor(){return"background-color: "+(this.env.model.getters.getChartDefinition(this.props.chartId).background||k)}openContextMenu(e){this.menuState.isOpen=!0,this.menuState.anchorRect={x:e.clientX,y:e.clientY,width:0,height:0};const t=this.env.model.getters.getFigureIdFromChartId(this.props.chartId);this.menuState.menuItems=xE(t,(()=>{}),this.env)}get fullScreenMenuItem(){const e=this.env.model.getters.getChartDefinition(this.props.chartId),t=this.env.model.getters.getFigureIdFromChartId(this.props.chartId);if("scorecard"===e.type)return;const o=t===this.fullScreenFigureStore.fullScreenFigure?.id;return{id:"fullScreenChart",label:di(o?"Exit Full Screen":"Full Screen"),class:"text-muted fa "+(o?"fa-compress":"fa-expand"),onClick:()=>{this.fullScreenFigureStore.toggleFullScreenChart(t)}}}}class BE extends t.Component{static template="o-spreadsheet-CarouselFigure";static props={figureUI:Object,onFigureDeleted:Function,editFigureStyle:{type:Function,optional:!0}};static components={ChartDashboardMenu:zE};animationStore;setup(){this.animationStore=Th(Zh),t.useEffect((()=>{"carouselDataView"===this.selectedCarouselItem?.type?this.props.editFigureStyle?.({"pointer-events":"none"}):this.props.editFigureStyle?.({"pointer-events":"auto"})}))}get carousel(){return this.env.model.getters.getCarousel(this.props.figureUI.id)}get selectedCarouselItem(){return this.env.model.getters.getSelectedCarouselItem(this.props.figureUI.id)}get chartComponent(){const e=this.selectedCarouselItem;if("chart"!==e?.type)throw new Error("Selected item is not a chart");const t=this.env.model.getters.getChartType(e.chartId),o=oE.get(t);if(!o)throw new Error(`Component is not defined for type ${t}`);return o}onCarouselDoubleClick(){this.env.model.dispatch("SELECT_FIGURE",{figureId:this.props.figureUI.id}),this.env.openSidePanel("CarouselPanel",{figureId:this.props.figureUI.id})}isItemSelected(e){return zt(this.selectedCarouselItem,e)}getItemTitle(e){return FE(this.env.model.getters,e)}onCarouselTabClick(e){this.env.model.dispatch("UPDATE_CAROUSEL_ACTIVE_ITEM",{figureId:this.props.figureUI.id,sheetId:this.env.model.getters.getActiveSheetId(),item:e}),"chart"===e.type&&this.animationStore?.enableAnimationForChart(e.chartId)}get headerStyle(){const e={};if("carouselDataView"===this.selectedCarouselItem?.type)e["background-color"]="#ffffff";else if("chart"===this.selectedCarouselItem?.type){const t=this.env.model.getters.getChartRuntime(this.selectedCarouselItem.chartId);e["background-color"]=t.background}return Gh(e)}get title(){return this.carousel.title?.text??""}get titleStyle(){return Gh($h(function(e){return{bold:e.bold,italic:e.italic,fontSize:e.fontSize,textColor:e.color,align:e.align}}({...at,...this.carousel.title})))}}class $E extends t.Component{static template="o-spreadsheet-ChartFigure";static props={figureUI:Object,onFigureDeleted:Function,editFigureStyle:{type:Function,optional:!0}};static components={ChartDashboardMenu:zE};onDoubleClick(){this.env.model.dispatch("SELECT_FIGURE",{figureId:this.props.figureUI.id}),this.env.openSidePanel("ChartPanel")}get chartType(){return this.env.model.getters.getChartType(this.chartId)}get chartId(){const e=this.env.model.getters.getChartIdFromFigureId(this.props.figureUI.id);if(!e)throw new Error(`No chart found for figure ID: ${this.props.figureUI.id}`);return e}get chartComponent(){const e=this.chartType,t=oE.get(e);if(!t)throw new Error(`Component is not defined for type ${e}`);return t}}class GE extends t.Component{static template="o-spreadsheet-ImageFigure";static props={figureUI:Object,onFigureDeleted:Function,editFigureStyle:{type:Function,optional:!0}};static components={};get figureId(){return this.props.figureUI.id}get getImagePath(){return this.env.model.getters.getImagePath(this.figureId)}}const WE=new n;WE.add("chart",{Component:$E,SidePanelComponent:"ChartPanel",menuBuilder:xE}),WE.add("image",{Component:GE,keepRatio:!0,minFigSize:20,borderWidth:0,menuBuilder:function(e,t,s){return o([EE(e,s,di("Image copied to clipboard")),RE(e,s),{id:"reset_size",name:di("Reset size"),execute:async()=>{const t=s.model.getters.getActiveSheetId(),o=s.model.getters.getFigure(t,e);if(!o)return;const i=s.model.getters.getImagePath(e),n=s.model.getters.getImageSize(e)??await(s.imageProvider?.getImageOriginalSize(i));if(!s.model.getters.getImageSize(e)){s.model.getters.getImage(e).size=n}const{col:r,row:a}=o,{height:l,width:c}=dE(s.model.getters,n);s.model.dispatch("UPDATE_FIGURE",{sheetId:t,figureId:e,height:l,width:c,col:r,row:a})},icon:"o-spreadsheet-Icon.REFRESH"},{id:"download",name:di("Download"),execute:async()=>{s.model.dispatch("SELECT_FIGURE",{figureId:e});Rw(s.model.getters.getImagePath(e),"image")},icon:"o-spreadsheet-Icon.DOWNLOAD"},DE(e,t,s)])}}),WE.add("carousel",{Component:BE,menuBuilder:function(e,t,s){const i=t=>"chart"===t.model.getters.getSelectedCarouselItem(e)?.type;return o([{id:"edit_carousel",name:di("Edit carousel"),execute:()=>{s.model.dispatch("SELECT_FIGURE",{figureId:e}),s.openSidePanel("CarouselPanel",{figureId:e})},icon:"o-spreadsheet-Icon.EDIT",isEnabled:e=>!e.isSmall},{...EE(e,s,di("Carousel copied to clipboard")),name:di("Copy carousel")},{...RE(e,s),name:di("Cut carousel")},{...DE(e,t,s),name:di("Delete carousel"),separator:!0},{id:"edit_chart",name:di("Edit chart"),execute:()=>{s.model.dispatch("SELECT_FIGURE",{figureId:e}),s.openSidePanel("ChartPanel",{})},icon:"o-spreadsheet-Icon.EDIT",isEnabled:e=>!e.isSmall,isVisible:i},{...TE(e,s),isVisible:i,name:di("Copy chart as image")},{...AE(e,s),isVisible:i,name:di("Download chart")},{id:"popout_chart",name:di("Pop out chart"),icon:"o-spreadsheet-Icon.EXTERNAL",execute:()=>{const t=s.model.getters.getSelectedCarouselItem(e);t&&"chart"===t.type&&s.model.dispatch("POPOUT_CHART_FROM_CAROUSEL",{carouselId:e,chartId:t.chartId,sheetId:s.model.getters.getActiveSheetId()})},isVisible:i},{id:"delete_carousel_item",name:t=>{const o=t.model.getters.getSelectedCarouselItem(e);return di("chart"===o?.type?"Delete chart":"Delete data view")},execute:()=>{const t=s.model.getters.getSelectedCarouselItem(e);if(!t)return;const o=s.model.getters.getCarousel(e),i=o.items.filter((e=>!zt(e,t)));s.model.dispatch("UPDATE_CAROUSEL",{figureId:e,sheetId:s.model.getters.getActiveSheetId(),definition:{...o,items:i}})},icon:"o-spreadsheet-Icon.TRASH",isVisible:t=>t.model.getters.getCarousel(e).items.length>=1}]).filter((e=>!s.model.getters.isReadonly()||e.isReadonlyAllowed))}});Hh`
80
+ `;class HE extends t.Component{static template="o-spreadsheet-Menu-Popover";static props={anchorRect:Object,popoverPositioning:{type:String,optional:!0},menuItems:Array,depth:{type:Number,optional:!0},maxHeight:{type:Number,optional:!0},onClose:Function,onMenuClicked:{type:Function,optional:!0},menuId:{type:String,optional:!0},onMouseOver:{type:Function,optional:!0},width:{type:Number,optional:!0}};static components={MenuPopover:HE,Menu:OE,Popover:kE};static defaultProps={depth:1,popoverPositioning:"top-right"};subMenu=t.useState({isOpen:!1,anchorRect:null,scrollOffset:0,menuItems:[],isHoveringChild:!1});menuRef=t.useRef("menu");hoveredMenu=void 0;openingTimeOut=function(){let e;function o(){void 0!==e&&(clearTimeout(e),e=void 0)}return t.onWillUnmount(o),{clear:o,schedule:function(t,s){o(),e=setTimeout(t,s)}}}();setup(){t.useExternalListener(window,"click",this.onExternalClick,{capture:!0}),t.useExternalListener(window,"contextmenu",this.onExternalClick,{capture:!0}),t.onWillUpdateProps((e=>{e.menuItems!==this.props.menuItems&&this.closeSubMenu()})),t.onWillUnmount((()=>{this.hoveredMenu?.onStopHover?.(this.env)}))}get menuProps(){return{menuItems:this.props.menuItems,onClose:this.close.bind(this),onClickMenu:this.onClickMenu.bind(this),onMouseOver:this.onMouseOver.bind(this),onMouseLeave:this.onMouseLeave.bind(this),width:this.props.width||250,isActive:this.isActive.bind(this),onScroll:this.onScroll.bind(this)}}get subMenuAnchorRect(){const e=Object.assign({},this.subMenu.anchorRect);return e.y-=this.subMenu.scrollOffset||0,e}get popoverProps(){const e=1===this.props.depth;return{anchorRect:{x:this.props.anchorRect.x,y:this.props.anchorRect.y,width:e?this.props.anchorRect.width:this.props.width||250,height:e?this.props.anchorRect.height:26},positioning:this.props.popoverPositioning,verticalOffset:e?0:6,onPopoverHidden:()=>this.closeSubMenu(),onPopoverMoved:()=>this.closeSubMenu(),maxHeight:this.props.maxHeight}}get childrenHaveIcon(){return this.props.menuItems.some((e=>!!this.getIconName(e)))}getIconName(e){return e.icon(this.env)?e.icon(this.env):e.isActive?.(this.env)?"o-spreadsheet-Icon.CHECK":""}getColor(e){return Gh({color:e.textColor})}getIconColor(e){return Gh({color:e.iconColor})}async activateMenu(e,t){const o=await(e.execute?.(this.env,t));this.close(),this.props.onMenuClicked?.({detail:o})}close(){this.closeSubMenu(),this.props.onClose()}onExternalClick(e){this.menuRef.el&&Array.from(document.querySelectorAll(".o-spreadsheet .o-menu")).some((t=>pw(t,e)))||(e.closedMenuId=this.props.menuId,this.close())}getName(e){return e.name(this.env)}isRoot(e){return!e.execute}isEnabled(e){return!!e.isEnabled(this.env)&&(!this.env.model.getters.isReadonly()||e.isReadonlyAllowed)}isActive(e){return!!this.subMenu?.isHoveringChild&&this.isParentMenu(this.subMenu,e)}onScroll(e){this.subMenu.scrollOffset=e.target.scrollTop}openSubMenu(e,t){if(!t)return;const o=t.getBoundingClientRect().top;this.subMenu.anchorRect={x:fw(this.menuRef).x,y:o-(this.subMenu.scrollOffset||0),width:this.props.width||250,height:26},this.subMenu.menuItems=e.children(this.env),this.subMenu.isOpen=!0,this.subMenu.parentMenu=e}isParentMenu(e,t){return e.parentMenu?.id===t.id}closeSubMenu(){this.subMenu.isHoveringChild||(this.subMenu.isOpen=!1,this.subMenu.parentMenu=void 0)}onClickMenu(e,t){this.isRoot(e)?this.openSubMenu(e,t.currentTarget):this.activateMenu(e,Ew(t))}onMouseOver(e,t){if(this.isEnabled(e)){if(this.isParentMenu(this.subMenu,e))return void this.openingTimeOut.clear();const o=t.currentTarget;this.isRoot(e)&&this.openingTimeOut.schedule((()=>{this.openSubMenu(e,o)}),250)}}onMouseOverMainMenu(){this.props.onMouseOver?.(),this.subMenu.isHoveringChild=!1}onMouseOverChildMenu(){this.subMenu.isHoveringChild=!0,this.openingTimeOut.clear()}onMouseLeave(e){this.openingTimeOut.schedule(this.closeSubMenu.bind(this),250)}get menuStyle(){return this.props.width?Gh({width:this.props.width+"px"}):""}}class zE extends t.Component{static template="o-spreadsheet-ChartDashboardMenu";static components={MenuPopover:HE};static props={chartId:String};fullScreenFigureStore;menuState=t.useState({isOpen:!1,anchorRect:null,menuItems:[]});setup(){super.setup(),this.fullScreenFigureStore=Th(Sx)}getMenuItems(){return[this.fullScreenMenuItem].filter(Mt)}get backgroundColor(){return"background-color: "+(this.env.model.getters.getChartDefinition(this.props.chartId).background||k)}openContextMenu(e){this.menuState.isOpen=!0,this.menuState.anchorRect={x:e.clientX,y:e.clientY,width:0,height:0};const t=this.env.model.getters.getFigureIdFromChartId(this.props.chartId);this.menuState.menuItems=xE(t,(()=>{}),this.env)}get fullScreenMenuItem(){const e=this.env.model.getters.getChartDefinition(this.props.chartId),t=this.env.model.getters.getFigureIdFromChartId(this.props.chartId);if("scorecard"===e.type)return;const o=t===this.fullScreenFigureStore.fullScreenFigure?.id;return{id:"fullScreenChart",label:di(o?"Exit Full Screen":"Full Screen"),class:"text-muted fa "+(o?"fa-compress":"fa-expand"),onClick:()=>{this.fullScreenFigureStore.toggleFullScreenChart(t)}}}}class BE extends t.Component{static template="o-spreadsheet-CarouselFigure";static props={figureUI:Object,onFigureDeleted:Function,editFigureStyle:{type:Function,optional:!0}};static components={ChartDashboardMenu:zE,MenuPopover:HE};carouselTabsRef=t.useRef("carouselTabs");carouselTabsDropdownRef=t.useRef("carouselTabsDropdown");menuState=t.useState({isOpen:!1,anchorRect:null,menuItems:[]});hiddenItems=[];animationStore;setup(){this.animationStore=Th(Zh),t.useEffect((()=>{"carouselDataView"===this.selectedCarouselItem?.type?this.props.editFigureStyle?.({"pointer-events":"none"}):this.props.editFigureStyle?.({"pointer-events":"auto"}),this.updateTabsVisibility()}))}get carousel(){return this.env.model.getters.getCarousel(this.props.figureUI.id)}get selectedCarouselItem(){return this.env.model.getters.getSelectedCarouselItem(this.props.figureUI.id)}get chartComponent(){const e=this.selectedCarouselItem;if("chart"!==e?.type)throw new Error("Selected item is not a chart");const t=this.env.model.getters.getChartType(e.chartId),o=oE.get(t);if(!o)throw new Error(`Component is not defined for type ${t}`);return o}onCarouselDoubleClick(){this.env.model.dispatch("SELECT_FIGURE",{figureId:this.props.figureUI.id}),this.env.openSidePanel("CarouselPanel",{figureId:this.props.figureUI.id})}isItemSelected(e){return zt(this.selectedCarouselItem,e)}getItemTitle(e){return FE(this.env.model.getters,e)}onCarouselTabClick(e){this.env.model.dispatch("UPDATE_CAROUSEL_ACTIVE_ITEM",{figureId:this.props.figureUI.id,sheetId:this.env.model.getters.getActiveSheetId(),item:e}),"chart"===e.type&&this.animationStore?.enableAnimationForChart(e.chartId)}get headerStyle(){const e={};if("carouselDataView"===this.selectedCarouselItem?.type)e["background-color"]="#ffffff";else if("chart"===this.selectedCarouselItem?.type){const t=this.env.model.getters.getChartRuntime(this.selectedCarouselItem.chartId);e["background-color"]=t.background}return Gh(e)}get title(){return this.carousel.title?.text??""}get titleStyle(){return Gh($h(function(e){return{bold:e.bold,italic:e.italic,fontSize:e.fontSize,textColor:e.color,align:e.align}}({...at,...this.carousel.title})))}updateTabsVisibility(){const e=this.carouselTabsRef.el,t=this.carouselTabsDropdownRef.el;if(!e||!t)return;this.hiddenItems=[];const o=vw(e),s=Array.from(e.children);for(const e of s)e.style.display="block";const i=s.map((e=>vw(e).width));let n=0;for(let e=0;e<s.length;e++){const t=n+i[e]>o.width;n+=i[e],t&&(s[e].style.display="none",this.hiddenItems.push(this.carousel.items[e]))}t.style.display=this.hiddenItems.length?"block":"none"}get menuId(){return"carousel-tabs-menu-"}toggleMenu(e){if(e.closedMenuId===this.menuId)return void(this.menuState.isOpen=!1);const t=fw(this.carouselTabsDropdownRef),s=this.hiddenItems.map((e=>({name:this.getItemTitle(e),execute:()=>this.onCarouselTabClick(e),isActive:()=>this.isItemSelected(e),isReadonlyAllowed:!0})));this.menuState.isOpen=!0,this.menuState.anchorRect=t,this.menuState.menuItems=o(s)}}class $E extends t.Component{static template="o-spreadsheet-ChartFigure";static props={figureUI:Object,onFigureDeleted:Function,editFigureStyle:{type:Function,optional:!0}};static components={ChartDashboardMenu:zE};onDoubleClick(){this.env.model.dispatch("SELECT_FIGURE",{figureId:this.props.figureUI.id}),this.env.openSidePanel("ChartPanel")}get chartType(){return this.env.model.getters.getChartType(this.chartId)}get chartId(){const e=this.env.model.getters.getChartIdFromFigureId(this.props.figureUI.id);if(!e)throw new Error(`No chart found for figure ID: ${this.props.figureUI.id}`);return e}get chartComponent(){const e=this.chartType,t=oE.get(e);if(!t)throw new Error(`Component is not defined for type ${e}`);return t}}class GE extends t.Component{static template="o-spreadsheet-ImageFigure";static props={figureUI:Object,onFigureDeleted:Function,editFigureStyle:{type:Function,optional:!0}};static components={};get figureId(){return this.props.figureUI.id}get getImagePath(){return this.env.model.getters.getImagePath(this.figureId)}}const WE=new n;WE.add("chart",{Component:$E,SidePanelComponent:"ChartPanel",menuBuilder:xE}),WE.add("image",{Component:GE,keepRatio:!0,minFigSize:20,borderWidth:0,menuBuilder:function(e,t,s){return o([EE(e,s,di("Image copied to clipboard")),RE(e,s),{id:"reset_size",name:di("Reset size"),execute:async()=>{const t=s.model.getters.getActiveSheetId(),o=s.model.getters.getFigure(t,e);if(!o)return;const i=s.model.getters.getImagePath(e),n=s.model.getters.getImageSize(e)??await(s.imageProvider?.getImageOriginalSize(i));if(!s.model.getters.getImageSize(e)){s.model.getters.getImage(e).size=n}const{col:r,row:a}=o,{height:l,width:c}=dE(s.model.getters,n);s.model.dispatch("UPDATE_FIGURE",{sheetId:t,figureId:e,height:l,width:c,col:r,row:a})},icon:"o-spreadsheet-Icon.REFRESH"},{id:"download",name:di("Download"),execute:async()=>{s.model.dispatch("SELECT_FIGURE",{figureId:e});Rw(s.model.getters.getImagePath(e),"image")},icon:"o-spreadsheet-Icon.DOWNLOAD"},DE(e,t,s)])}}),WE.add("carousel",{Component:BE,menuBuilder:function(e,t,s){const i=t=>"chart"===t.model.getters.getSelectedCarouselItem(e)?.type;return o([{id:"edit_carousel",name:di("Edit carousel"),execute:()=>{s.model.dispatch("SELECT_FIGURE",{figureId:e}),s.openSidePanel("CarouselPanel",{figureId:e})},icon:"o-spreadsheet-Icon.EDIT",isEnabled:e=>!e.isSmall},{...EE(e,s,di("Carousel copied to clipboard")),name:di("Copy carousel")},{...RE(e,s),name:di("Cut carousel")},{...DE(e,t,s),name:di("Delete carousel"),separator:!0},{id:"edit_chart",name:di("Edit chart"),execute:()=>{s.model.dispatch("SELECT_FIGURE",{figureId:e}),s.openSidePanel("ChartPanel",{})},icon:"o-spreadsheet-Icon.EDIT",isEnabled:e=>!e.isSmall,isVisible:i},{...TE(e,s),isVisible:i,name:di("Copy chart as image")},{...AE(e,s),isVisible:i,name:di("Download chart")},{id:"popout_chart",name:di("Pop out chart"),icon:"o-spreadsheet-Icon.EXTERNAL",execute:()=>{const t=s.model.getters.getSelectedCarouselItem(e);t&&"chart"===t.type&&s.model.dispatch("POPOUT_CHART_FROM_CAROUSEL",{carouselId:e,chartId:t.chartId,sheetId:s.model.getters.getActiveSheetId()})},isVisible:i},{id:"delete_carousel_item",name:t=>{const o=t.model.getters.getSelectedCarouselItem(e);return di("chart"===o?.type?"Delete chart":"Delete data view")},execute:()=>{const t=s.model.getters.getSelectedCarouselItem(e);if(!t)return;const o=s.model.getters.getCarousel(e),i=o.items.filter((e=>!zt(e,t)));s.model.dispatch("UPDATE_CAROUSEL",{figureId:e,sheetId:s.model.getters.getActiveSheetId(),definition:{...o,items:i}})},icon:"o-spreadsheet-Icon.TRASH",isVisible:t=>t.model.getters.getCarousel(e).items.length>=1}]).filter((e=>!s.model.getters.isReadonly()||e.isReadonlyAllowed))}});Hh`
81
81
  div.o-figure {
82
82
  position: absolute;
83
83
  width: 100%;
@@ -825,7 +825,7 @@
825
825
  -webkit-user-select: none; /* safari */
826
826
  user-select: none;
827
827
  }
828
- `;class yN extends t.Component{static template="o-spreadsheet-FiguresContainer";static props={onFigureDeleted:Function};static components={FigureComponent:qE};dnd=t.useState({draggedFigure:void 0,horizontalSnap:void 0,verticalSnap:void 0,cancelDnd:void 0,overlappingCarousel:void 0});setup(){t.onMounted((()=>{this.render()})),t.onWillUpdateProps((()=>{const e=this.env.model.getters.getActiveSheetId(),t=this.dnd.draggedFigure?.id;t&&!this.env.model.getters.getFigure(e,t)&&(this.dnd.cancelDnd&&this.dnd.cancelDnd(),this.dnd.draggedFigure=void 0,this.dnd.horizontalSnap=void 0,this.dnd.verticalSnap=void 0,this.dnd.overlappingCarousel=void 0,this.dnd.cancelDnd=void 0)}))}getVisibleFigures(){const e=this.env.model.getters.getVisibleFigures();return this.dnd.draggedFigure&&!e.some((e=>e.id===this.dnd.draggedFigure?.id))&&this.dnd.draggedFigure&&e.push(this.dnd.draggedFigure),e}get containers(){const e=this.getVisibleFigures(),t=[];for(const o of["topLeft","topRight","bottomLeft","bottomRight"]){const s=e.filter((e=>this.getFigureContainer(e)===o));s.length>0&&t.push({type:o,figures:s,style:this.getContainerStyle(o),inverseViewportStyle:this.getInverseViewportPositionStyle(o)})}return this.dnd.draggedFigure&&t.push({type:"dnd",figures:[this.getDndFigure()],style:this.getContainerStyle("dnd"),inverseViewportStyle:this.getInverseViewportPositionStyle("dnd")}),t}getContainerStyle(e){return this.rectToCss(this.getContainerRect(e))}rectToCss(e){return Gh({left:`${e.x}px`,top:`${e.y}px`,width:`${e.width}px`,height:`${e.height}px`})}getContainerRect(e){const{width:t,height:o}=this.env.model.getters.getSheetViewDimension(),{x:s,y:i}=this.env.model.getters.getMainViewportCoordinates(),n=["bottomRight","topRight"].includes(e)?s:0,r=t-n,a=["bottomRight","bottomLeft"].includes(e)?i:0;return{x:n,y:a,width:r,height:o-a}}getInverseViewportPositionStyle(e){const{scrollX:t,scrollY:o}=this.env.model.getters.getActiveSheetScrollInfo(),{x:s,y:i}=this.env.model.getters.getMainViewportCoordinates();let n=0,r=0;return"dnd"===e&&(n=-t,r=-o),["bottomRight","topRight"].includes(e)&&(n=-t-s),["bottomRight","bottomLeft"].includes(e)&&(r=-o-i),Gh({left:`${n}px`,top:`${r}px`})}getFigureContainer(e){const{x:t,y:o}=this.env.model.getters.getMainViewportCoordinates();return e.id===this.dnd.draggedFigure?.id?"dnd":e.x<t&&e.y<o?"topLeft":e.x<t?"bottomLeft":e.y<o?"topRight":"bottomRight"}toBottomRightViewport(e){const t=this.getFigureContainer(e),o=this.env.model.getters.getActiveSheetScrollInfo(),s={...e};return["bottomLeft","topLeft"].includes(t)&&(s.x+=o.scrollX),["topLeft","topRight"].includes(t)&&(s.y+=o.scrollY),s}startDraggingFigure(e,t){if(t.button>0||this.env.model.getters.isReadonly())return;if(!this.env.model.dispatch("SELECT_FIGURE",{figureId:e.id}).isSuccessful)return;if(this.env.isMobile())return;const o=this.env.model.getters.getActiveSheetId(),s={x:t.clientX,y:t.clientY},i=this.env.model.getters.getActiveSheetScrollInfo(),n=this.toBottomRightViewport(e),r={maxX:this.env.model.getters.getColDimensions(o,this.env.model.getters.getNumberCols(o)-1).end,maxY:this.env.model.getters.getRowDimensions(o,this.env.model.getters.getNumberRows(o)-1).end};this.dnd.cancelDnd=MR((e=>{const t=this.env.model.getters,o=function({x:e,y:t},{x:o,y:s},i,{maxX:n,maxY:r},{scrollX:a,scrollY:l},{scrollX:c,scrollY:h}){const d=e-o+c-a,u=St(i.x+d,0,n-i.width),g=t-s+h-l,p=St(i.y+g,0,r-i.height);return{...i,x:u,y:p}}({x:e.clientX,y:e.clientY},s,n,r,i,t.getActiveSheetScrollInfo()),a=this.getOtherFigures(n.id),l=this.getCarouselOverlappingChart(o,a);if(this.dnd.overlappingCarousel=l,l)this.dnd.draggedFigure=o,this.dnd.horizontalSnap=void 0,this.dnd.verticalSnap=void 0;else{const e=function(e,t,o){const s=SN(e,t,["hCenter","right","left"],o,["hCenter","right","left"]),i=SN(e,t,["vCenter","bottom","top"],o,["vCenter","bottom","top"]),{y:n,x:r}=e.getMainViewportCoordinates(),{scrollY:a,scrollX:l}=e.getActiveSheetScrollInfo();if(i){t.y-=i.snapOffset;const e=t.y<n,o=t.y<n;e&&!o?t.y+=a:!e&&o&&(t.y-=a)}if(s){t.x-=s.snapOffset;const e=t.x<r,o=t.x<r;e&&!o?t.x+=l:!e&&o&&(t.x-=l)}return{snappedFigure:t,verticalSnapLine:s,horizontalSnapLine:i}}(t,o,a);this.dnd.draggedFigure=e.snappedFigure,this.dnd.horizontalSnap=this.getSnap(e.horizontalSnapLine),this.dnd.verticalSnap=this.getSnap(e.verticalSnapLine)}}),(t=>{if(!this.dnd.draggedFigure)return;const{col:s,row:i,offset:n}=this.env.model.getters.getPositionAnchorOffset(this.dnd.draggedFigure);this.dnd.overlappingCarousel?(this.env.model.dispatch("ADD_FIGURE_CHART_TO_CAROUSEL",{sheetId:o,carouselFigureId:this.dnd.overlappingCarousel.id,chartFigureId:e.id}),this.props.onFigureDeleted()):this.env.model.dispatch("UPDATE_FIGURE",{sheetId:o,figureId:e.id,offset:n,col:s,row:i}),this.dnd.draggedFigure=void 0,this.dnd.horizontalSnap=void 0,this.dnd.verticalSnap=void 0,this.dnd.overlappingCarousel=void 0}))}startResize(e,t,o,s){s.stopPropagation();const i={x:s.clientX,y:s.clientY},n=this.env.model.getters.getActiveSheetScrollInfo(),r=WE.get(e.tag).keepRatio||!1,a=WE.get(e.tag).minFigSize||80,l=this.env.model.getters.getActiveSheetId(),c={maxX:this.env.model.getters.getColDimensions(l,this.env.model.getters.getNumberCols(l)-1).end,maxY:this.env.model.getters.getRowDimensions(l,this.env.model.getters.getNumberRows(l)-1).end};this.dnd.cancelDnd=MR((s=>{const l={x:s.clientX,y:s.clientY},h=function(e,t,o,{x:s,y:i},{x:n,y:r},a,l,{scrollX:c,scrollY:h},{scrollX:d,scrollY:u},{maxX:g,maxY:p}){let{x:m,y:f,width:v,height:b}=e;if(a&&0!==t&&0!==o){const e=Math.min(t*(n-s+d-c),v-l),a=Math.min(o*(r-i+u-h),b-l),g=Math.min(e/v,a/b);t<0&&(m+=v*g),o<0&&(f+=b*g),v*=1-g,b*=1-g}else{const e=Math.max(t*(s-n+d-c),l-v),a=Math.max(o*(i-r+u-h),l-b);v+=e,b+=a,t<0&&(m-=e),o<0&&(f-=a)}return m+d<=0?(v=v+m+d,m=-d):m+v>g&&(v=g-m),f+u<=0?(b=b+f+u,f=-u):f+b>p&&(b=p-f),{...e,x:m,y:f,width:v,height:b}}(e,t,o,l,i,r,a,n,this.env.model.getters.getActiveSheetScrollInfo(),c),d=this.getOtherFigures(e.id),u=function(e,t,o,s,i){const n=SN(e,s,[-1===t?"left":"right"],i,["right","left"]);n&&(1===t?s.width-=n.snapOffset:-1===t&&(s.x-=n.snapOffset,s.width+=n.snapOffset));const r=SN(e,s,[-1===o?"top":"bottom"],i,["bottom","top"]);return r&&(1===o?s.height-=r.snapOffset:-1===o&&(s.y-=r.snapOffset,s.height+=r.snapOffset)),s.x=Math.round(s.x),s.y=Math.round(s.y),s.height=Math.round(s.height),s.width=Math.round(s.width),{snappedFigure:s,verticalSnapLine:n,horizontalSnapLine:r}}(this.env.model.getters,t,o,h,d);this.dnd.draggedFigure=u.snappedFigure,this.dnd.horizontalSnap=this.getSnap(u.horizontalSnapLine),this.dnd.verticalSnap=this.getSnap(u.verticalSnapLine)}),(s=>{if(!this.dnd.draggedFigure)return;const i=this.env.model.getters.getPositionAnchorOffset(this.dnd.draggedFigure);t&&(i.width=this.dnd.draggedFigure.width),o&&(i.height=this.dnd.draggedFigure.height),this.env.model.dispatch("UPDATE_FIGURE",{sheetId:this.env.model.getters.getActiveSheetId(),figureId:e.id,...i}),this.dnd.draggedFigure=void 0,this.dnd.horizontalSnap=void 0,this.dnd.verticalSnap=void 0,this.dnd.overlappingCarousel=void 0}))}getOtherFigures(e){return this.getVisibleFigures().filter((t=>t.id!==e))}getDndFigure(){const e=this.dnd.draggedFigure;if(!e)throw new Error("Dnd figure not found");return e}getFigureStyle(e){return e.id!==this.dnd.draggedFigure?.id?"":Gh({opacity:this.dnd.overlappingCarousel?.id?"0.6":"0.9",cursor:"grabbing"})}getFigureClass(e){return e.id!==this.dnd.overlappingCarousel?.id?"":"o-add-to-carousel"}getSnap(e){if(!e||!this.dnd.draggedFigure)return;const{scrollX:t,scrollY:o}=this.env.model.getters.getActiveSheetScrollInfo(),s=e.matchedFigIds.map((e=>this.getVisibleFigures().find((t=>t.id===e)))).filter(Mt).map((e=>({x:e.x-t,y:e.y-o,width:e.width,height:e.height}))).filter(Mt),i=function(...e){return ME(Zo(...e.map(PE)))}({...this.dnd.draggedFigure,x:this.dnd.draggedFigure.x-t,y:this.dnd.draggedFigure.y-o},...s);return{line:e,containerStyle:this.rectToCss(i),lineStyle:this.getSnapLineStyle(e,i)}}getSnapLineStyle(e,t){if(!e)return"";const{scrollX:o,scrollY:s}=this.env.model.getters.getActiveSheetScrollInfo();return["top","vCenter","bottom"].includes(e.snappedAxisType)?Gh({top:e.position-t.y-s+"px",left:"0px",width:"100%"}):Gh({top:"0px",left:e.position-t.x-o+"px",height:"100%"})}getCarouselOverlappingChart(e,t){if("chart"!==e.tag)return;const o=e.x+e.width/2,s=e.y+e.height/2;let i,n=1/0;for(const r of t){if("carousel"!==r.tag)continue;const t=r.x+r.width/2,a=r.y+r.height/2,l=Math.abs(o-t),c=Math.abs(s-a),h=l**2+c**2;l<=e.width/2&&c<=e.height/2&&h<n&&(n=h,i=r)}return i}}Hh`
828
+ `;class yN extends t.Component{static template="o-spreadsheet-FiguresContainer";static props={onFigureDeleted:Function};static components={FigureComponent:qE};dnd=t.useState({draggedFigure:void 0,horizontalSnap:void 0,verticalSnap:void 0,cancelDnd:void 0,overlappingCarousel:void 0});setup(){t.onMounted((()=>{this.render()})),t.onWillUpdateProps((()=>{const e=this.env.model.getters.getActiveSheetId(),t=this.dnd.draggedFigure?.id;t&&!this.env.model.getters.getFigure(e,t)&&(this.dnd.cancelDnd&&this.dnd.cancelDnd(),this.dnd.draggedFigure=void 0,this.dnd.horizontalSnap=void 0,this.dnd.verticalSnap=void 0,this.dnd.overlappingCarousel=void 0,this.dnd.cancelDnd=void 0)}))}getVisibleFigures(){const e=this.env.model.getters.getVisibleFigures();return this.dnd.draggedFigure&&!e.some((e=>e.id===this.dnd.draggedFigure?.id))&&this.dnd.draggedFigure&&e.push(this.dnd.draggedFigure),e}get containers(){const e=this.getVisibleFigures(),t=[];for(const o of["topLeft","topRight","bottomLeft","bottomRight"]){const s=e.filter((e=>this.getFigureContainer(e)===o));s.length>0&&t.push({type:o,figures:s,style:this.getContainerStyle(o),inverseViewportStyle:this.getInverseViewportPositionStyle(o)})}return this.dnd.draggedFigure&&t.push({type:"dnd",figures:[this.getDndFigure()],style:this.getContainerStyle("dnd"),inverseViewportStyle:this.getInverseViewportPositionStyle("dnd")}),t}getContainerStyle(e){return this.rectToCss(this.getContainerRect(e))}rectToCss(e){return Gh({left:`${e.x}px`,top:`${e.y}px`,width:`${e.width}px`,height:`${e.height}px`})}getContainerRect(e){const{width:t,height:o}=this.env.model.getters.getSheetViewDimension(),{x:s,y:i}=this.env.model.getters.getMainViewportCoordinates(),n=["bottomRight","topRight"].includes(e)?s:0,r=t-n,a=["bottomRight","bottomLeft"].includes(e)?i:0;return{x:n,y:a,width:r,height:o-a}}getInverseViewportPositionStyle(e){const{scrollX:t,scrollY:o}=this.env.model.getters.getActiveSheetScrollInfo(),{x:s,y:i}=this.env.model.getters.getMainViewportCoordinates();let n=0,r=0;return"dnd"===e&&(n=-t,r=-o),["bottomRight","topRight"].includes(e)&&(n=-t-s),["bottomRight","bottomLeft"].includes(e)&&(r=-o-i),Gh({left:`${n}px`,top:`${r}px`})}getFigureContainer(e){const{x:t,y:o}=this.env.model.getters.getMainViewportCoordinates();return e.id===this.dnd.draggedFigure?.id?"dnd":e.x<t&&e.y<o?"topLeft":e.x<t?"bottomLeft":e.y<o?"topRight":"bottomRight"}toBottomRightViewport(e){const t=this.getFigureContainer(e),o=this.env.model.getters.getActiveSheetScrollInfo(),s={...e};return["bottomLeft","topLeft"].includes(t)&&(s.x+=o.scrollX),["topLeft","topRight"].includes(t)&&(s.y+=o.scrollY),s}startDraggingFigure(e,t){if(t.button>0||this.env.model.getters.isReadonly())return;if(!this.env.model.dispatch("SELECT_FIGURE",{figureId:e.id}).isSuccessful)return;if(this.env.isMobile())return;const o=this.env.model.getters.getActiveSheetId(),s={x:t.clientX,y:t.clientY},i=this.env.model.getters.getActiveSheetScrollInfo(),n=this.toBottomRightViewport(e),r={maxX:this.env.model.getters.getColDimensions(o,this.env.model.getters.getNumberCols(o)-1).end,maxY:this.env.model.getters.getRowDimensions(o,this.env.model.getters.getNumberRows(o)-1).end};let a=!1;this.dnd.cancelDnd=MR((e=>{const t=this.env.model.getters,o={x:e.clientX,y:e.clientY},l=Math.abs(o.x-s.x),c=Math.abs(o.y-s.y);if(!a&&l<5&&c<5)return;a=!0;const h=function({x:e,y:t},{x:o,y:s},i,{maxX:n,maxY:r},{scrollX:a,scrollY:l},{scrollX:c,scrollY:h}){const d=e-o+c-a,u=St(i.x+d,0,n-i.width),g=t-s+h-l,p=St(i.y+g,0,r-i.height);return{...i,x:u,y:p}}(o,s,n,r,i,t.getActiveSheetScrollInfo()),d=this.getOtherFigures(n.id),u=this.getCarouselOverlappingChart(h,d);if(this.dnd.overlappingCarousel=u,u)this.dnd.draggedFigure=h,this.dnd.horizontalSnap=void 0,this.dnd.verticalSnap=void 0;else{const e=function(e,t,o){const s=SN(e,t,["hCenter","right","left"],o,["hCenter","right","left"]),i=SN(e,t,["vCenter","bottom","top"],o,["vCenter","bottom","top"]),{y:n,x:r}=e.getMainViewportCoordinates(),{scrollY:a,scrollX:l}=e.getActiveSheetScrollInfo();if(i){t.y-=i.snapOffset;const e=t.y<n,o=t.y<n;e&&!o?t.y+=a:!e&&o&&(t.y-=a)}if(s){t.x-=s.snapOffset;const e=t.x<r,o=t.x<r;e&&!o?t.x+=l:!e&&o&&(t.x-=l)}return{snappedFigure:t,verticalSnapLine:s,horizontalSnapLine:i}}(t,h,d);this.dnd.draggedFigure=e.snappedFigure,this.dnd.horizontalSnap=this.getSnap(e.horizontalSnapLine),this.dnd.verticalSnap=this.getSnap(e.verticalSnapLine)}}),(t=>{if(!this.dnd.draggedFigure)return;const{col:s,row:i,offset:n}=this.env.model.getters.getPositionAnchorOffset(this.dnd.draggedFigure);this.dnd.overlappingCarousel?(this.env.model.dispatch("ADD_FIGURE_CHART_TO_CAROUSEL",{sheetId:o,carouselFigureId:this.dnd.overlappingCarousel.id,chartFigureId:e.id}),this.props.onFigureDeleted()):this.env.model.dispatch("UPDATE_FIGURE",{sheetId:o,figureId:e.id,offset:n,col:s,row:i}),this.dnd.draggedFigure=void 0,this.dnd.horizontalSnap=void 0,this.dnd.verticalSnap=void 0,this.dnd.overlappingCarousel=void 0}))}startResize(e,t,o,s){s.stopPropagation();const i={x:s.clientX,y:s.clientY},n=this.env.model.getters.getActiveSheetScrollInfo(),r=WE.get(e.tag).keepRatio||!1,a=WE.get(e.tag).minFigSize||80,l=this.env.model.getters.getActiveSheetId(),c={maxX:this.env.model.getters.getColDimensions(l,this.env.model.getters.getNumberCols(l)-1).end,maxY:this.env.model.getters.getRowDimensions(l,this.env.model.getters.getNumberRows(l)-1).end};this.dnd.cancelDnd=MR((s=>{const l={x:s.clientX,y:s.clientY},h=function(e,t,o,{x:s,y:i},{x:n,y:r},a,l,{scrollX:c,scrollY:h},{scrollX:d,scrollY:u},{maxX:g,maxY:p}){let{x:m,y:f,width:v,height:b}=e;if(a&&0!==t&&0!==o){const e=Math.min(t*(n-s+d-c),v-l),a=Math.min(o*(r-i+u-h),b-l),g=Math.min(e/v,a/b);t<0&&(m+=v*g),o<0&&(f+=b*g),v*=1-g,b*=1-g}else{const e=Math.max(t*(s-n+d-c),l-v),a=Math.max(o*(i-r+u-h),l-b);v+=e,b+=a,t<0&&(m-=e),o<0&&(f-=a)}return m+d<=0?(v=v+m+d,m=-d):m+v>g&&(v=g-m),f+u<=0?(b=b+f+u,f=-u):f+b>p&&(b=p-f),{...e,x:m,y:f,width:v,height:b}}(e,t,o,l,i,r,a,n,this.env.model.getters.getActiveSheetScrollInfo(),c),d=this.getOtherFigures(e.id),u=function(e,t,o,s,i){const n=SN(e,s,[-1===t?"left":"right"],i,["right","left"]);n&&(1===t?s.width-=n.snapOffset:-1===t&&(s.x-=n.snapOffset,s.width+=n.snapOffset));const r=SN(e,s,[-1===o?"top":"bottom"],i,["bottom","top"]);return r&&(1===o?s.height-=r.snapOffset:-1===o&&(s.y-=r.snapOffset,s.height+=r.snapOffset)),s.x=Math.round(s.x),s.y=Math.round(s.y),s.height=Math.round(s.height),s.width=Math.round(s.width),{snappedFigure:s,verticalSnapLine:n,horizontalSnapLine:r}}(this.env.model.getters,t,o,h,d);this.dnd.draggedFigure=u.snappedFigure,this.dnd.horizontalSnap=this.getSnap(u.horizontalSnapLine),this.dnd.verticalSnap=this.getSnap(u.verticalSnapLine)}),(s=>{if(!this.dnd.draggedFigure)return;const i=this.env.model.getters.getPositionAnchorOffset(this.dnd.draggedFigure);t&&(i.width=this.dnd.draggedFigure.width),o&&(i.height=this.dnd.draggedFigure.height),this.env.model.dispatch("UPDATE_FIGURE",{sheetId:this.env.model.getters.getActiveSheetId(),figureId:e.id,...i}),this.dnd.draggedFigure=void 0,this.dnd.horizontalSnap=void 0,this.dnd.verticalSnap=void 0,this.dnd.overlappingCarousel=void 0}))}getOtherFigures(e){return this.getVisibleFigures().filter((t=>t.id!==e))}getDndFigure(){const e=this.dnd.draggedFigure;if(!e)throw new Error("Dnd figure not found");return e}getFigureStyle(e){return e.id!==this.dnd.draggedFigure?.id?"":Gh({opacity:this.dnd.overlappingCarousel?.id?"0.6":"0.9",cursor:"grabbing"})}getFigureClass(e){return e.id!==this.dnd.overlappingCarousel?.id?"":"o-add-to-carousel"}getSnap(e){if(!e||!this.dnd.draggedFigure)return;const{scrollX:t,scrollY:o}=this.env.model.getters.getActiveSheetScrollInfo(),s=e.matchedFigIds.map((e=>this.getVisibleFigures().find((t=>t.id===e)))).filter(Mt).map((e=>({x:e.x-t,y:e.y-o,width:e.width,height:e.height}))).filter(Mt),i=function(...e){return ME(Zo(...e.map(PE)))}({...this.dnd.draggedFigure,x:this.dnd.draggedFigure.x-t,y:this.dnd.draggedFigure.y-o},...s);return{line:e,containerStyle:this.rectToCss(i),lineStyle:this.getSnapLineStyle(e,i)}}getSnapLineStyle(e,t){if(!e)return"";const{scrollX:o,scrollY:s}=this.env.model.getters.getActiveSheetScrollInfo();return["top","vCenter","bottom"].includes(e.snappedAxisType)?Gh({top:e.position-t.y-s+"px",left:"0px",width:"100%"}):Gh({top:"0px",left:e.position-t.x-o+"px",height:"100%"})}getCarouselOverlappingChart(e,t){if("chart"!==e.tag)return;const o=e.x+e.width/2,s=e.y+e.height/2;let i,n=1/0;for(const r of t){if("carousel"!==r.tag)continue;const t=r.x+r.width/2,a=r.y+r.height/2,l=Math.abs(o-t),c=Math.abs(s-a),h=l**2+c**2;l<=e.width/2&&c<=e.height/2&&h<n&&(n=h,i=r)}return i}}Hh`
829
829
  .o-validation {
830
830
  border-radius: 4px;
831
831
  border-width: 0 0 0 3px;
@@ -1674,7 +1674,7 @@
1674
1674
  .add-calculated-measure {
1675
1675
  cursor: pointer;
1676
1676
  }
1677
- `;class xL extends t.Component{static template="o-spreadsheet-PivotLayoutConfigurator";static components={AddDimensionButton:bL,PivotDimension:SL,PivotDimensionOrder:yL,PivotDimensionGranularity:CL,PivotMeasureEditor:wL,PivotSortSection:IL,PivotCustomGroupsCollapsible:fL};static props={definition:Object,onDimensionsUpdated:Function,unusedGroupableFields:Array,measureFields:Array,unusedGranularities:Object,dateGranularities:Array,datetimeGranularities:Array,getScrollableContainerEl:{type:Function,optional:!0},pivotId:String};dimensionsRef=t.useRef("pivot-dimensions");dragAndDrop=HR();AGGREGATORS=jc;composerFocus;isDateOrDatetimeField=eh;setup(){this.composerFocus=Th(Lh)}startDragAndDrop(e,t){if(0!==t.button||"SELECT"===t.target.tagName)return;const o=this.getDimensionElementsRects(),s=this.props.definition,{columns:i,rows:n}=s,r=[...i.map((e=>e.nameWithGranularity)),"__rows_title__",...n.map((e=>e.nameWithGranularity))],a=i.concat(n),l=r.map(((e,t)=>({id:e,size:o[t+1].height,position:o[t+1].y})));this.dragAndDrop.start("vertical",{draggedItemId:e.nameWithGranularity,initialMousePosition:t.clientY,items:l,scrollableContainerEl:this.props.getScrollableContainerEl?.()||this.dimensionsRef.el,onDragEnd:(e,t)=>{const o=r.findIndex((t=>t===e));if(o===t)return;const s=[...r];s.splice(o,1),s.splice(t,0,e);const i=s.slice(0,s.indexOf("__rows_title__")),n=s.slice(s.indexOf("__rows_title__")+1);this.props.onDimensionsUpdated({columns:i.map((e=>a.find((t=>t.nameWithGranularity===e)))).filter(Mt),rows:n.map((e=>a.find((t=>t.nameWithGranularity===e)))).filter(Mt)})}})}getGranularitiesFor(e){return eh(e)?"date"===e.type?this.props.dateGranularities:this.props.datetimeGranularities:[]}startDragAndDropMeasures(e,t){if(0!==t.button||"SELECT"===t.target.tagName||"INPUT"===t.target.tagName||"inactive"!==this.composerFocus.focusMode)return;const o=this.getDimensionElementsRects(),s=this.props.definition,{measures:i,columns:n,rows:r}=s,a=i.map((e=>e.id)),l=3+n.length+r.length,c=a.map(((e,t)=>({id:e,size:o[t+l].height,position:o[t+l].y})));this.dragAndDrop.start("vertical",{draggedItemId:e.id,initialMousePosition:t.clientY,items:c,scrollableContainerEl:this.props.getScrollableContainerEl?.()||this.dimensionsRef.el,onDragEnd:(e,t)=>{const o=a.findIndex((t=>t===e));if(o===t)return;const s=[...a];s.splice(o,1),s.splice(t,0,e),this.props.onDimensionsUpdated({measures:s.map((e=>i.find((t=>t.id===e)))).filter(Mt)})}})}getDimensionElementsRects(){return Array.from(this.dimensionsRef.el.children).map((e=>{const t=getComputedStyle(e),o=e.getBoundingClientRect();return{x:o.x,y:o.y,width:o.width+parseInt(t.marginLeft||"0")+parseInt(t.marginRight||"0"),height:o.height+parseInt(t.marginTop||"0")+parseInt(t.marginBottom||"0")}}))}removeDimension(e){const{columns:t,rows:o}=this.props.definition;this.props.onDimensionsUpdated({columns:t.filter((t=>t.nameWithGranularity!==e.nameWithGranularity)),rows:o.filter((t=>t.nameWithGranularity!==e.nameWithGranularity))})}removeMeasureDimension(e){const{measures:t}=this.props.definition;this.props.onDimensionsUpdated({measures:t.filter((t=>t.id!==e.id))})}addColumnDimension(e){const{columns:t}=this.props.definition;this.props.onDimensionsUpdated({columns:t.concat([{fieldName:e,order:"asc"}])})}addRowDimension(e){const{rows:t}=this.props.definition;this.props.onDimensionsUpdated({rows:t.concat([{fieldName:e,order:"asc"}])})}addMeasureDimension(e){const{measures:t}=this.props.definition,o=this.getDefaultMeasureAggregator(e);this.props.onDimensionsUpdated({measures:t.concat([{id:this.getMeasureId(e,o),fieldName:e,aggregator:o}])})}updateMeasure(e,t){const{measures:o}=this.props.definition,s={measures:o.map((o=>o.id===e.id?t:o))};this.props.definition.sortedColumn?.measure===e.id&&(s.sortedColumn={...this.props.definition.sortedColumn,measure:t.id}),this.props.onDimensionsUpdated(s)}getMeasureId(e,t){const o=e.replaceAll("'","")+(t?`:${t}`:"");let s=o,i=2;for(;this.props.definition.measures.some((e=>e.id===s));)s=`${o}:${i}`,i++;return s}getDefaultMeasureAggregator(e){const t=this.props.measureFields.find((t=>t.name===e));return t?.aggregator?t.aggregator:"count"}addCalculatedMeasure(){const{measures:e}=this.props.definition,t=this.env.model.getters.generateNewCalculatedMeasureName(e);this.props.onDimensionsUpdated({measures:e.concat([{id:this.getMeasureId(t),fieldName:t,aggregator:"sum",computedBy:{sheetId:this.env.model.getters.getActiveSheetId(),formula:"=0"}}])})}getCustomField(e){const t=this.env.model.getters.getPivotCoreDefinition(this.props.pivotId);return t.customFields?.[e.nameWithGranularity]}updateOrder(e,t){const{rows:o,columns:s}=this.props.definition;this.props.onDimensionsUpdated({rows:o.map((o=>o.nameWithGranularity===e.nameWithGranularity?{...o,order:t||void 0}:o)),columns:s.map((o=>o.nameWithGranularity===e.nameWithGranularity?{...o,order:t||void 0}:o))})}updateGranularity(e,t){const{rows:o,columns:s}=this.props.definition;this.props.onDimensionsUpdated({rows:o.map((o=>o.nameWithGranularity===e.nameWithGranularity?{...o,granularity:t}:o)),columns:s.map((o=>o.nameWithGranularity===e.nameWithGranularity?{...o,granularity:t}:o))})}getMeasureDescription(e){const t=e.display;if(!t||"no_calculations"===t.type)return"";const o=this.env.model.getters.getPivot(this.props.pivotId),s=[...o.definition.columns,...o.definition.rows].find((e=>e.nameWithGranularity===t.fieldNameWithGranularity)),i=s?hh(s):"";return kb.descriptions[t.type](i)}getHugeDimensionErrorMessage(e){const t=this.env.model.getters.getPivot(this.props.pivotId).getPossibleFieldValues(e);return t.length>100?di("This dimension contains a lot of values (%s), and might slow down the pivot table.",t.length):void 0}}class EL extends t.Component{static template="o-spreadsheet-PivotTitleSection";static components={CogWheelMenu:tk,Section:VR,TextInput:XN};static props={pivotId:String,flipAxis:Function};get cogWheelMenuItems(){return[{name:di("Flip axes"),icon:"o-spreadsheet-Icon.EXCHANGE",execute:this.props.flipAxis},{name:di("Duplicate"),icon:"o-spreadsheet-Icon.COPY",execute:()=>this.duplicatePivot()},{name:di("Delete"),icon:"o-spreadsheet-Icon.TRASH",execute:()=>this.delete()}]}get name(){return this.env.model.getters.getPivotName(this.props.pivotId)}get displayName(){return this.env.model.getters.getPivotDisplayName(this.props.pivotId)}duplicatePivot(){const e=this.env.model.uuidGenerator.smallUuid(),t=this.env.model.uuidGenerator.smallUuid(),o=this.env.model.dispatch("DUPLICATE_PIVOT_IN_NEW_SHEET",{pivotId:this.props.pivotId,newPivotId:e,newSheetId:t});let s;s=o.isSuccessful?di("Pivot duplicated."):o.isCancelledBecause("PivotInError")?di("Cannot duplicate a pivot in error."):di("Pivot duplication failed.");const i=o.isSuccessful?"success":"danger";this.env.notifyUser({text:s,sticky:!1,type:i}),o.isSuccessful&&this.env.openSidePanel("PivotSidePanel",{pivotId:e})}delete(){this.env.askConfirmation(di("Are you sure you want to delete this pivot?"),(()=>{this.env.model.dispatch("REMOVE_PIVOT",{pivotId:this.props.pivotId})}))}onNameChanged(e){const t=this.env.model.getters.getPivotCoreDefinition(this.props.pivotId);this.env.model.dispatch("UPDATE_PIVOT",{pivotId:this.props.pivotId,pivot:{...t,name:e}})}}const RL=["PIVOT.VALUE","PIVOT.HEADER","PIVOT"];function TL(e,t){const o=`"${t?`${e.name}:${t}`:e.name}"`,s=e.string!==e.name?e.string+o:o;return{text:o,description:e.string+(e.help?` (${e.help})`:""),htmlContent:[{value:o,color:ht.STRING}],fuzzySearchKey:s}}function AL(e){const t=e.functionContext?.args[0];if(t&&["STRING","NUMBER"].includes(t.type))return t.value}function DL(e){return qC(e,RL)[0]}function _L(e){return qC(e,RL).length}class FL extends Nh{pivotId;mutators=["reset","deferUpdates","applyUpdate","discardPendingUpdate","update"];updatesAreDeferred;draft=null;notification=this.get(xR);alreadyNotified=!1;alreadyNotifiedForPivotSize=!1;constructor(e,t){super(e),this.pivotId=t,this.updatesAreDeferred=this.getters.getPivotCoreDefinition(this.pivotId).deferUpdates??!1}handle(e){if("UPDATE_PIVOT"===e.type)e.pivotId===this.pivotId&&this.getters.getPivot(this.pivotId).init()}get fields(){return this.pivot.getFields()}get pivot(){return this.getters.getPivot(this.pivotId)}get definition(){const e=pP.get(this.pivot.type).definition;return this.draft?new e(this.draft,this.fields,this.getters):this.pivot.definition}get isDirty(){return!!this.draft}get measureFields(){const e=[{name:"__count",string:di("Count"),type:"integer",aggregator:"sum"}],t=this.fields;for(const o in t){const s=t[o];s&&(pP.get(this.pivot.type).isMeasureCandidate(s)&&e.push(s))}return e.sort(((e,t)=>e.string.localeCompare(t.string)))}get unusedGroupableFields(){const e=[],t=this.fields;for(const o in t){const s=t[o];s&&(pP.get(this.pivot.type).isGroupable(s)&&e.push(s))}const{columns:o,rows:s,measures:i}=this.definition,n=i.concat(s).concat(o).map((e=>e.fieldName)),r=this.unusedGranularities;return e.filter((e=>eh(e)?!n.includes(e.name)||r[e.name].size>0:!n.includes(e.name))).sort(((e,t)=>e.string.localeCompare(t.string)))}get datetimeGranularities(){return pP.get(this.pivot.type).datetimeGranularities}get dateGranularities(){return pP.get(this.pivot.type).dateGranularities}get unusedGranularities(){return this.getUnusedGranularities(this.fields,this.draft??this.getters.getPivotCoreDefinition(this.pivotId))}reset(e){this.pivotId=e,this.updatesAreDeferred=!0,this.draft=null}deferUpdates(e){!1===e&&this.draft?(this.draft.deferUpdates=!1,this.applyUpdate()):this.update({deferUpdates:e}),this.updatesAreDeferred=e}applyUpdate(){if(this.draft){if(this.model.dispatch("UPDATE_PIVOT",{pivotId:this.pivotId,pivot:this.draft}),this.draft=null,!this.alreadyNotified&&this.isUpdatedPivotVisibleInViewportOnlyAsStaticPivot()){const e=`=PIVOT(${this.getters.getPivotFormulaId(this.pivotId)})`;this.alreadyNotified=!0,this.notification.notifyUser({type:"info",text:di("Pivot updates only work with dynamic pivot tables. Use the formula '%s' or re-insert the static pivot from the Data menu.",e),sticky:!0})}const e=this.getters.getPivot(this.pivotId),t=e.isValid()?e.getExpandedTableStructure().numberOfCells:0;!this.alreadyNotifiedForPivotSize&&t>nt&&(this.alreadyNotifiedForPivotSize=!0,this.notification.notifyUser({type:"warning",text:Lb(t,this.getters.getLocale()),sticky:!0}))}}discardPendingUpdate(){this.draft=null}update(e){const t=this.getters.getPivotCoreDefinition(this.pivotId),o={...t,...this.draft,...e},s={...o,columns:o.columns.map((e=>({fieldName:e.fieldName,order:e.order,granularity:e.granularity}))),rows:o.rows.map((e=>({fieldName:e.fieldName,order:e.order,granularity:e.granularity}))),measures:o.measures.map((e=>({id:e.id,fieldName:e.fieldName,aggregator:e.aggregator,userDefinedName:e.userDefinedName,computedBy:e.computedBy,isHidden:e.isHidden,format:e.format,display:e.display}))),sortedColumn:this.shouldKeepSortedColumn(o)?o.sortedColumn:void 0};if(s.collapsedDomains){const{COL:e,ROW:t}=s.collapsedDomains;s.collapsedDomains={COL:e.filter((e=>this.areDomainFieldsValid(e,s.columns))),ROW:t.filter((e=>this.areDomainFieldsValid(e,s.rows)))}}if(!this.draft&&zt(t,s))return;const i=this.addDefaultDateTimeGranularity(this.fields,s);this.draft=i,this.updatesAreDeferred||this.applyUpdate()}isUpdatedPivotVisibleInViewportOnlyAsStaticPivot(){let e=0;const t=this.getters.getPivotFormulaId(this.pivotId);for(const o of this.getters.getVisibleCellPositions()){const s=this.getters.getCell(o);if(s?.isFormula){const o=DL(s.compiledFormula.tokens),i=o?.args[0]?.value;if(o&&t===i.toString()){if("PIVOT"===o.functionName)return!1;e++}}}return e>0}addDefaultDateTimeGranularity(e,t){const{columns:o,rows:s}=t,i=pt(o),n=pt(s),r=this.getUnusedGranularities(e,t);for(const t of i.concat(n)){const o=e[t.fieldName]?.type;if(("date"===o||"datetime"===o)&&!t.granularity){const e=r[t.fieldName]?.values().next().value||"year";r[t.fieldName]?.delete(e),t.granularity=e}}return{...t,columns:i,rows:n}}getUnusedGranularities(e,t){const{columns:o,rows:s,measures:i}=t,n=o.concat(s).concat(i).filter((t=>{const o=e[t.fieldName]?.type;return"date"===o||"datetime"===o})),r={};for(const t of n)r[t.fieldName]=new Set("date"===e[t.fieldName]?.type?this.dateGranularities:this.datetimeGranularities);for(const e of n)r[e.fieldName].delete(e.granularity||"month");return r}shouldKeepSortedColumn(e){const{sortedColumn:t}=e;if(!t)return!0;const o=this.getters.getPivotCoreDefinition(this.pivotId);return e.measures.find((e=>e.id===t.measure))&&zt(o.columns,e.columns)}areDomainFieldsValid(e,t){const o=t.map((({fieldName:e,granularity:t})=>e+(t?`:${t}`:"")));for(let t=0;t<e.length;t++)if(e[t].field!==o[t])return!1;return!0}}class OL extends t.Component{static template="o-spreadsheet-PivotSpreadsheetSidePanel";static props={pivotId:String,onCloseSidePanel:Function};static components={PivotLayoutConfigurator:xL,Section:VR,SelectionInput:ZR,Checkbox:QR,PivotDeferUpdate:mL,PivotTitleSection:EL};store;state;pivotSidePanelRef=t.useRef("pivotSidePanel");setup(){this.store=Ah(FL,this.props.pivotId),this.state=t.useState({range:void 0,rangeHasChanged:!1})}get shouldDisplayInvalidRangeError(){return(!this.store.isDirty||!this.state.rangeHasChanged)&&this.pivot.isInvalidRange}get ranges(){return this.state.range?[this.state.range]:this.definition.range?[this.env.model.getters.getRangeString(this.definition.range,"forceSheetReference")]:[]}get pivot(){return this.store.pivot}get definition(){return this.store.definition}getScrollableContainerEl(){return this.pivotSidePanelRef.el}onSelectionChanged(e){this.state.rangeHasChanged=!0,this.state.range=e[0]}onSelectionConfirmed(){if(this.state.range){const e=this.env.model.getters.getRangeFromSheetXC(this.env.model.getters.getActiveSheetId(),this.state.range);if(e.invalidSheetName||e.invalidXc)return;const t={sheetId:e.sheetId,zone:e.zone};this.store.update({dataSet:t}),this.store.applyUpdate()}}flipAxis(){const{rows:e,columns:t}=this.definition;this.onDimensionsUpdated({rows:t,columns:e})}onDimensionsUpdated(e){this.store.update(e)}}const PL=new n;PL.add("SPREADSHEET",{editor:OL});class ML extends t.Component{static template="o-spreadsheet-PivotSidePanel";static props={pivotId:String,onCloseSidePanel:Function};static components={PivotLayoutConfigurator:xL,Section:VR};setup(){Xk(this)}get sidePanelEditor(){const e=this.env.model.getters.getPivotCoreDefinition(this.props.pivotId);if(!e)throw new Error("pivotId does not correspond to a pivot.");return PL.get(e.type).editor}get highlights(){return pL(this.env.model.getters,this.props.pivotId)}}Hh`
1677
+ `;class xL extends t.Component{static template="o-spreadsheet-PivotLayoutConfigurator";static components={AddDimensionButton:bL,PivotDimension:SL,PivotDimensionOrder:yL,PivotDimensionGranularity:CL,PivotMeasureEditor:wL,PivotSortSection:IL,PivotCustomGroupsCollapsible:fL};static props={definition:Object,onDimensionsUpdated:Function,unusedGroupableFields:Array,measureFields:Array,unusedGranularities:Object,dateGranularities:Array,datetimeGranularities:Array,getScrollableContainerEl:{type:Function,optional:!0},pivotId:String};dimensionsRef=t.useRef("pivot-dimensions");dragAndDrop=HR();AGGREGATORS=jc;composerFocus;isDateOrDatetimeField=eh;setup(){this.composerFocus=Th(Lh)}startDragAndDrop(e,t){if(0!==t.button||"SELECT"===t.target.tagName)return;const o=this.getDimensionElementsRects(),s=this.props.definition,{columns:i,rows:n}=s,r=[...i.map((e=>e.nameWithGranularity)),"__rows_title__",...n.map((e=>e.nameWithGranularity))],a=i.concat(n),l=r.map(((e,t)=>({id:e,size:o[t+1].height,position:o[t+1].y})));this.dragAndDrop.start("vertical",{draggedItemId:e.nameWithGranularity,initialMousePosition:t.clientY,items:l,scrollableContainerEl:this.props.getScrollableContainerEl?.()||this.dimensionsRef.el,onDragEnd:(e,t)=>{const o=r.findIndex((t=>t===e));if(o===t)return;const s=[...r];s.splice(o,1),s.splice(t,0,e);const i=s.slice(0,s.indexOf("__rows_title__")),n=s.slice(s.indexOf("__rows_title__")+1);this.props.onDimensionsUpdated({columns:i.map((e=>a.find((t=>t.nameWithGranularity===e)))).filter(Mt),rows:n.map((e=>a.find((t=>t.nameWithGranularity===e)))).filter(Mt)})}})}getGranularitiesFor(e){return eh(e)?"date"===e.type?this.props.dateGranularities:this.props.datetimeGranularities:[]}startDragAndDropMeasures(e,t){if(0!==t.button||"SELECT"===t.target.tagName||"INPUT"===t.target.tagName||"inactive"!==this.composerFocus.focusMode)return;const o=this.getDimensionElementsRects(),s=this.props.definition,{measures:i,columns:n,rows:r}=s,a=i.map((e=>e.id)),l=3+n.length+r.length,c=a.map(((e,t)=>({id:e,size:o[t+l].height,position:o[t+l].y})));this.dragAndDrop.start("vertical",{draggedItemId:e.id,initialMousePosition:t.clientY,items:c,scrollableContainerEl:this.props.getScrollableContainerEl?.()||this.dimensionsRef.el,onDragEnd:(e,t)=>{const o=a.findIndex((t=>t===e));if(o===t)return;const s=[...a];s.splice(o,1),s.splice(t,0,e),this.props.onDimensionsUpdated({measures:s.map((e=>i.find((t=>t.id===e)))).filter(Mt)})}})}getDimensionElementsRects(){return Array.from(this.dimensionsRef.el.children).map((e=>{const t=getComputedStyle(e),o=e.getBoundingClientRect();return{x:o.x,y:o.y,width:o.width+parseInt(t.marginLeft||"0")+parseInt(t.marginRight||"0"),height:o.height+parseInt(t.marginTop||"0")+parseInt(t.marginBottom||"0")}}))}removeDimension(e){const{columns:t,rows:o}=this.props.definition;this.props.onDimensionsUpdated({columns:t.filter((t=>t.nameWithGranularity!==e.nameWithGranularity)),rows:o.filter((t=>t.nameWithGranularity!==e.nameWithGranularity))})}removeMeasureDimension(e){const{measures:t}=this.props.definition;this.props.onDimensionsUpdated({measures:t.filter((t=>t.id!==e.id))})}addColumnDimension(e){const{columns:t}=this.props.definition;this.props.onDimensionsUpdated({columns:t.concat([{fieldName:e,order:"asc"}])})}addRowDimension(e){const{rows:t}=this.props.definition;this.props.onDimensionsUpdated({rows:t.concat([{fieldName:e,order:"asc"}])})}addMeasureDimension(e){const{measures:t}=this.props.definition,o=this.getDefaultMeasureAggregator(e);this.props.onDimensionsUpdated({measures:t.concat([{id:this.getMeasureId(e,o),fieldName:e,aggregator:o}])})}updateMeasure(e,t){const{measures:o}=this.props.definition,s={measures:o.map((o=>o.id===e.id?t:o))};this.props.definition.sortedColumn?.measure===e.id&&(s.sortedColumn={...this.props.definition.sortedColumn,measure:t.id}),this.props.onDimensionsUpdated(s)}getMeasureId(e,t){const o=e.replaceAll("'","")+(t?`:${t}`:"");let s=o,i=2;for(;this.props.definition.measures.some((e=>e.id===s));)s=`${o}:${i}`,i++;return s}getDefaultMeasureAggregator(e){const t=this.props.measureFields.find((t=>t.name===e));return t?.aggregator?t.aggregator:"count"}addCalculatedMeasure(){const{measures:e}=this.props.definition,t=this.env.model.getters.generateNewCalculatedMeasureName(e);this.props.onDimensionsUpdated({measures:e.concat([{id:this.getMeasureId(t,"sum"),fieldName:t,aggregator:"sum",computedBy:{sheetId:this.env.model.getters.getActiveSheetId(),formula:"=0"}}])})}getCustomField(e){const t=this.env.model.getters.getPivotCoreDefinition(this.props.pivotId);return t.customFields?.[e.nameWithGranularity]}updateOrder(e,t){const{rows:o,columns:s}=this.props.definition;this.props.onDimensionsUpdated({rows:o.map((o=>o.nameWithGranularity===e.nameWithGranularity?{...o,order:t||void 0}:o)),columns:s.map((o=>o.nameWithGranularity===e.nameWithGranularity?{...o,order:t||void 0}:o))})}updateGranularity(e,t){const{rows:o,columns:s}=this.props.definition;this.props.onDimensionsUpdated({rows:o.map((o=>o.nameWithGranularity===e.nameWithGranularity?{...o,granularity:t}:o)),columns:s.map((o=>o.nameWithGranularity===e.nameWithGranularity?{...o,granularity:t}:o))})}getMeasureDescription(e){const t=e.display;if(!t||"no_calculations"===t.type)return"";const o=this.env.model.getters.getPivot(this.props.pivotId),s=[...o.definition.columns,...o.definition.rows].find((e=>e.nameWithGranularity===t.fieldNameWithGranularity)),i=s?hh(s):"";return kb.descriptions[t.type](i)}getHugeDimensionErrorMessage(e){const t=this.env.model.getters.getPivot(this.props.pivotId).getPossibleFieldValues(e);return t.length>100?di("This dimension contains a lot of values (%s), and might slow down the pivot table.",t.length):void 0}}class EL extends t.Component{static template="o-spreadsheet-PivotTitleSection";static components={CogWheelMenu:tk,Section:VR,TextInput:XN};static props={pivotId:String,flipAxis:Function};get cogWheelMenuItems(){return[{name:di("Flip axes"),icon:"o-spreadsheet-Icon.EXCHANGE",execute:this.props.flipAxis},{name:di("Duplicate"),icon:"o-spreadsheet-Icon.COPY",execute:()=>this.duplicatePivot()},{name:di("Delete"),icon:"o-spreadsheet-Icon.TRASH",execute:()=>this.delete()}]}get name(){return this.env.model.getters.getPivotName(this.props.pivotId)}get displayName(){return this.env.model.getters.getPivotDisplayName(this.props.pivotId)}duplicatePivot(){const e=this.env.model.uuidGenerator.smallUuid(),t=this.env.model.uuidGenerator.smallUuid(),o=this.env.model.dispatch("DUPLICATE_PIVOT_IN_NEW_SHEET",{pivotId:this.props.pivotId,newPivotId:e,newSheetId:t});let s;s=o.isSuccessful?di("Pivot duplicated."):o.isCancelledBecause("PivotInError")?di("Cannot duplicate a pivot in error."):di("Pivot duplication failed.");const i=o.isSuccessful?"success":"danger";this.env.notifyUser({text:s,sticky:!1,type:i}),o.isSuccessful&&this.env.openSidePanel("PivotSidePanel",{pivotId:e})}delete(){this.env.askConfirmation(di("Are you sure you want to delete this pivot?"),(()=>{this.env.model.dispatch("REMOVE_PIVOT",{pivotId:this.props.pivotId})}))}onNameChanged(e){const t=this.env.model.getters.getPivotCoreDefinition(this.props.pivotId);this.env.model.dispatch("UPDATE_PIVOT",{pivotId:this.props.pivotId,pivot:{...t,name:e}})}}const RL=["PIVOT.VALUE","PIVOT.HEADER","PIVOT"];function TL(e,t){const o=`"${t?`${e.name}:${t}`:e.name}"`,s=e.string!==e.name?e.string+o:o;return{text:o,description:e.string+(e.help?` (${e.help})`:""),htmlContent:[{value:o,color:ht.STRING}],fuzzySearchKey:s}}function AL(e){const t=e.functionContext?.args[0];if(t&&["STRING","NUMBER"].includes(t.type))return t.value}function DL(e){return qC(e,RL)[0]}function _L(e){return qC(e,RL).length}class FL extends Nh{pivotId;mutators=["reset","deferUpdates","applyUpdate","discardPendingUpdate","update"];updatesAreDeferred;draft=null;notification=this.get(xR);alreadyNotified=!1;alreadyNotifiedForPivotSize=!1;constructor(e,t){super(e),this.pivotId=t,this.updatesAreDeferred=this.getters.getPivotCoreDefinition(this.pivotId).deferUpdates??!1}handle(e){if("UPDATE_PIVOT"===e.type)e.pivotId===this.pivotId&&this.getters.getPivot(this.pivotId).init()}get fields(){return this.pivot.getFields()}get pivot(){return this.getters.getPivot(this.pivotId)}get definition(){const e=pP.get(this.pivot.type).definition;return this.draft?new e(this.draft,this.fields,this.getters):this.pivot.definition}get isDirty(){return!!this.draft}get measureFields(){const e=[{name:"__count",string:di("Count"),type:"integer",aggregator:"sum"}],t=this.fields;for(const o in t){const s=t[o];s&&(pP.get(this.pivot.type).isMeasureCandidate(s)&&e.push(s))}return e.sort(((e,t)=>e.string.localeCompare(t.string)))}get unusedGroupableFields(){const e=[],t=this.fields;for(const o in t){const s=t[o];s&&(pP.get(this.pivot.type).isGroupable(s)&&e.push(s))}const{columns:o,rows:s,measures:i}=this.definition,n=i.concat(s).concat(o).map((e=>e.fieldName)),r=this.unusedGranularities;return e.filter((e=>eh(e)?!n.includes(e.name)||r[e.name].size>0:!n.includes(e.name))).sort(((e,t)=>e.string.localeCompare(t.string)))}get datetimeGranularities(){return pP.get(this.pivot.type).datetimeGranularities}get dateGranularities(){return pP.get(this.pivot.type).dateGranularities}get unusedGranularities(){return this.getUnusedGranularities(this.fields,this.draft??this.getters.getPivotCoreDefinition(this.pivotId))}reset(e){this.pivotId=e,this.updatesAreDeferred=!0,this.draft=null}deferUpdates(e){!1===e&&this.draft?(this.draft.deferUpdates=!1,this.applyUpdate()):this.update({deferUpdates:e}),this.updatesAreDeferred=e}applyUpdate(){if(this.draft){if(this.model.dispatch("UPDATE_PIVOT",{pivotId:this.pivotId,pivot:this.draft}),this.draft=null,!this.alreadyNotified&&this.isUpdatedPivotVisibleInViewportOnlyAsStaticPivot()){const e=`=PIVOT(${this.getters.getPivotFormulaId(this.pivotId)})`;this.alreadyNotified=!0,this.notification.notifyUser({type:"info",text:di("Pivot updates only work with dynamic pivot tables. Use the formula '%s' or re-insert the static pivot from the Data menu.",e),sticky:!0})}const e=this.getters.getPivot(this.pivotId),t=e.isValid()?e.getExpandedTableStructure().numberOfCells:0;!this.alreadyNotifiedForPivotSize&&t>nt&&(this.alreadyNotifiedForPivotSize=!0,this.notification.notifyUser({type:"warning",text:Lb(t,this.getters.getLocale()),sticky:!0}))}}discardPendingUpdate(){this.draft=null}update(e){const t=this.getters.getPivotCoreDefinition(this.pivotId),o={...t,...this.draft,...e},s={...o,columns:o.columns.map((e=>({fieldName:e.fieldName,order:e.order,granularity:e.granularity}))),rows:o.rows.map((e=>({fieldName:e.fieldName,order:e.order,granularity:e.granularity}))),measures:o.measures.map((e=>({id:e.id,fieldName:e.fieldName,aggregator:e.aggregator,userDefinedName:e.userDefinedName,computedBy:e.computedBy,isHidden:e.isHidden,format:e.format,display:e.display}))),sortedColumn:this.shouldKeepSortedColumn(o)?o.sortedColumn:void 0};if(s.collapsedDomains){const{COL:e,ROW:t}=s.collapsedDomains;s.collapsedDomains={COL:e.filter((e=>this.areDomainFieldsValid(e,s.columns))),ROW:t.filter((e=>this.areDomainFieldsValid(e,s.rows)))}}if(!this.draft&&zt(t,s))return;const i=this.addDefaultDateTimeGranularity(this.fields,s);this.draft=i,this.updatesAreDeferred||this.applyUpdate()}isUpdatedPivotVisibleInViewportOnlyAsStaticPivot(){let e=0;const t=this.getters.getPivotFormulaId(this.pivotId);for(const o of this.getters.getVisibleCellPositions()){const s=this.getters.getCell(o);if(s?.isFormula){const o=DL(s.compiledFormula.tokens),i=o?.args[0]?.value;if(o&&t===i.toString()){if("PIVOT"===o.functionName)return!1;e++}}}return e>0}addDefaultDateTimeGranularity(e,t){const{columns:o,rows:s}=t,i=pt(o),n=pt(s),r=this.getUnusedGranularities(e,t);for(const t of i.concat(n)){const o=e[t.fieldName]?.type;if(("date"===o||"datetime"===o)&&!t.granularity){const e=r[t.fieldName]?.values().next().value||"year";r[t.fieldName]?.delete(e),t.granularity=e}}return{...t,columns:i,rows:n}}getUnusedGranularities(e,t){const{columns:o,rows:s,measures:i}=t,n=o.concat(s).concat(i).filter((t=>{const o=e[t.fieldName]?.type;return"date"===o||"datetime"===o})),r={};for(const t of n)r[t.fieldName]=new Set("date"===e[t.fieldName]?.type?this.dateGranularities:this.datetimeGranularities);for(const e of n)r[e.fieldName].delete(e.granularity||"month");return r}shouldKeepSortedColumn(e){const{sortedColumn:t}=e;if(!t)return!0;const o=this.getters.getPivotCoreDefinition(this.pivotId);return e.measures.find((e=>e.id===t.measure))&&zt(o.columns,e.columns)}areDomainFieldsValid(e,t){const o=t.map((({fieldName:e,granularity:t})=>e+(t?`:${t}`:"")));for(let t=0;t<e.length;t++)if(e[t].field!==o[t])return!1;return!0}}class OL extends t.Component{static template="o-spreadsheet-PivotSpreadsheetSidePanel";static props={pivotId:String,onCloseSidePanel:Function};static components={PivotLayoutConfigurator:xL,Section:VR,SelectionInput:ZR,Checkbox:QR,PivotDeferUpdate:mL,PivotTitleSection:EL};store;state;pivotSidePanelRef=t.useRef("pivotSidePanel");setup(){this.store=Ah(FL,this.props.pivotId),this.state=t.useState({range:void 0,rangeHasChanged:!1})}get shouldDisplayInvalidRangeError(){return(!this.store.isDirty||!this.state.rangeHasChanged)&&this.pivot.isInvalidRange}get ranges(){return this.state.range?[this.state.range]:this.definition.range?[this.env.model.getters.getRangeString(this.definition.range,"forceSheetReference")]:[]}get pivot(){return this.store.pivot}get definition(){return this.store.definition}getScrollableContainerEl(){return this.pivotSidePanelRef.el}onSelectionChanged(e){this.state.rangeHasChanged=!0,this.state.range=e[0]}onSelectionConfirmed(){if(this.state.range){const e=this.env.model.getters.getRangeFromSheetXC(this.env.model.getters.getActiveSheetId(),this.state.range);if(e.invalidSheetName||e.invalidXc)return;const t={sheetId:e.sheetId,zone:e.zone};this.store.update({dataSet:t}),this.store.applyUpdate()}}flipAxis(){const{rows:e,columns:t}=this.definition;this.onDimensionsUpdated({rows:t,columns:e})}onDimensionsUpdated(e){this.store.update(e)}}const PL=new n;PL.add("SPREADSHEET",{editor:OL});class ML extends t.Component{static template="o-spreadsheet-PivotSidePanel";static props={pivotId:String,onCloseSidePanel:Function};static components={PivotLayoutConfigurator:xL,Section:VR};setup(){Xk(this)}get sidePanelEditor(){const e=this.env.model.getters.getPivotCoreDefinition(this.props.pivotId);if(!e)throw new Error("pivotId does not correspond to a pivot.");return PL.get(e.type).editor}get highlights(){return pL(this.env.model.getters,this.props.pivotId)}}Hh`
1678
1678
  .o-checkbox-selection {
1679
1679
  max-height: 300px;
1680
1680
  }
@@ -1847,7 +1847,7 @@
1847
1847
  background: #e7f2f6;
1848
1848
  }
1849
1849
  }
1850
- `;class nV extends t.Component{static template="o_spreadsheet.PivotHTMLRenderer";static components={Checkbox:QR};static props={pivotId:String,onCellClicked:Function};pivot=this.env.model.getters.getPivot(this.props.pivotId);data={columns:[],rows:[],values:[]};state=t.useState({showMissingValuesOnly:!1});setup(){const 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;const e=this.getColumnsIndexes(),t=this.getRowsIndexes();return{columns:this.buildColumnsMissing(e),rows:this.buildRowsMissing(t),values:this.buildValuesMissing(e,t)}}addRecursiveRow(e){const t=this.pivot.getExpandedTableStructure().rows,o=[...t[e].values];if(o.length<=1)return[e];o.pop();const s=t.findIndex((e=>JSON.stringify(e.values)===JSON.stringify(o)));return[e].concat(this.addRecursiveRow(s))}buildColumnsMissing(e){const t=[];for(const e of this.data.columns){const o=[];for(const t in e)for(let s=0;s<e[t].span;s++)o.push(parseInt(t,10));t.push(o)}for(let o=t[t.length-1].length;o>=0;o--)if(!e.includes(o))for(const e of t)e.splice(o,1);const o=[];for(const e in t){const s=[];let i,n=1;for(let o=0;o<t[e].length;o++)i!==t[e][o]?(void 0!==i&&s.push(Object.assign({},this.data.columns[e][i],{span:n})),i=t[e][o],n=1):n++;void 0!==i&&s.push(Object.assign({},this.data.columns[e][i],{span:n})),o.push(s)}return o}buildRowsMissing(e){return e.map((e=>this.data.rows[e]))}buildValuesMissing(e,t){const o=e.map((()=>[]));for(const s of t)for(const t in e)o[t].push(this.data.values[e[t]][s]);return o}getColumnsIndexes(){const e=new Set;for(let t=0;t<this.data.columns.length;t++){const o=[];for(let e=0;e<this.data.columns[t].length;e++)for(let s=0;s<this.data.columns[t][e].span;s++)o.push(this.data.columns[t][e]);for(let t=0;t<o.length;t++)o[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(){const e=new Set;for(let t=0;t<this.data.rows.length;t++){this.data.rows[t].isMissing&&e.add(t);for(const o of this.data.values)o[t].isMissing&&this.addRecursiveRow(t).forEach((t=>e.add(t)))}return Array.from(e).sort(((e,t)=>e-t))}_buildColHeaders(e,t){const o=[];for(const s of t.columns){const t=[];for(const o of s){const s=[];for(let e=0;e<o.fields.length;e++)s.push({value:o.fields[e]},{value:o.values[e]});const i=this.pivot.parseArgsToPivotDomain(s),n=this.env.model.getters.getLocale();if("measure"===i.at(-1)?.field){const{value:s,format:r}=this.pivot.getPivotMeasureValue(xn(i.at(-1).value),i);t.push({formula:`=PIVOT.HEADER(${th(e,i).join(",")})`,value:Er(s,{format:r,locale:n}),span:o.width,isMissing:!this.tracker?.isHeaderPresent(i)})}else{const{value:s,format:r}=this.pivot.getPivotHeaderValueAndFormat(i);t.push({formula:`=PIVOT.HEADER(${th(e,i).join(",")})`,value:Er(s,{format:r,locale:n}),span:o.width,isMissing:!this.tracker?.isHeaderPresent(i)})}}o.push(t)}const s=o[o.length-1];return o[o.length-1]=s.map((e=>(e.isMissing||(e.style="color: #756f6f;"),e))),o}_buildRowHeaders(e,t){const o=[];for(const s of t.rows){const t=[];for(let e=0;e<s.fields.length;e++)t.push({value:s.fields[e]},{value:s.values[e]});const i=this.pivot.parseArgsToPivotDomain(t),{value:n,format:r}=this.pivot.getPivotHeaderValueAndFormat(i),a=this.env.model.getters.getLocale(),l={formula:`=PIVOT.HEADER(${th(e,i).join(",")})`,value:Er(n,{format:r,locale:a}),isMissing:!this.tracker?.isHeaderPresent(i)};s.indent>1&&(l.style=`padding-left: ${s.indent-10}px`),o.push(l)}return o}_buildValues(e,t){const o=[];for(const s of t.columns.at(-1)||[]){const i=[],n=xn(s.values[s.values.length-1]);for(const o of t.rows){const t=[];for(let e=0;e<o.fields.length;e++)t.push({value:o.fields[e]},{value:o.values[e]});for(let e=0;e<s.fields.length-1;e++)t.push({value:s.fields[e]},{value:s.values[e]});const r=this.pivot.parseArgsToPivotDomain(t),{value:a,format:l}=this.pivot.getPivotCellValueAndFormat(n,r),c=this.env.model.getters.getLocale();i.push({formula:`=PIVOT.VALUE(${th(e,r,n).join(",")})`,value:Er(a,{format:l,locale:c}),isMissing:!this.tracker?.isValuePresent(n,r)})}o.push(i)}return o}}class rV extends Jd{getters;dispatch;canDispatch;constructor({getters:e,stateObserver:t,range:o,dispatch:s,canDispatch:i}){super(t),o.addRangeProvider(this.adaptRanges.bind(this)),this.getters=e,this.dispatch=s,this.canDispatch=i}import(e){}export(e){}adaptRanges(e,t,o){}garbageCollectExternalResources(){}}class aV{id;format;style;sheetId;getRangeString;isFormula=!0;compiledFormula;constructor(e,t,o,s,i,n,r){this.id=e,this.format=o,this.style=s,this.sheetId=n,this.getRangeString=r;let a=0;const l=t.tokens.map((e=>{if("REFERENCE"===e.type){const e=a++;return new lV(i,e,this.sheetId,this.getRangeString)}return e}));this.compiledFormula={...t,dependencies:i,tokens:l}}get content(){return Lt(this.compiledFormula.tokens.map((e=>e.value)))}get contentWithFixedReferences(){let e=0;return Lt(this.compiledFormula.tokens.map((t=>{if("REFERENCE"===t.type){const t=e++;return this.getRangeString(this.compiledFormula.dependencies[t],this.sheetId,{useBoundedReference:!0})}return t.value})))}}class lV{ranges;rangeIndex;sheetId;getRangeString;type="REFERENCE";constructor(e,t,o,s){this.ranges=e,this.rangeIndex=t,this.sheetId=o,this.getRangeString=s}get value(){const e=this.ranges[this.rangeIndex];return this.getRangeString(e,this.sheetId)}}function cV(e){return""===e?NaN:Number(e)}function hV(e){return Object.entries(e).map((([e,t])=>t?dV(parseInt(e,10),t):void 0)).filter(Mt).map((e=>_o(e.left,e.top)+":"+_o(e.right,e.bottom)))}function dV(e,t){return{...t.zone,id:e}}class uV{getters;providers=[];constructor(e){this.getters=e}static getters=["adaptFormulaStringDependencies","copyFormulaStringForSheet","extendRange","getRangeString","getRangeFromSheetXC","createAdaptedRanges","getRangeData","getRangeDataFromXc","getRangeDataFromZone","getRangeFromRangeData","getRangeFromZone","getRangesUnion","recomputeRanges","isRangeValid","removeRangesSheetPrefix"];allowDispatch(e){return"MOVE_RANGES"===e.type?1===e.target.length?"Success":"InvalidZones":"Success"}beforeHandle(e){}handle(e){const t=$a(e);t?.applyChange&&this.executeOnAllRanges(t.applyChange,t.sheetId,t.sheetName)}finalize(){}verifyRangeRemoved(e){return t=>{const o=e(t);return"NONE"===o.changeType||Ho(o.range.zone)?o:{range:o.range,changeType:"REMOVE"}}}executeOnAllRanges(e,t,o){const s=this.verifyRangeRemoved(e);for(const e of this.providers)e(s,t,o)}addRangeProvider(e){this.providers.push(e)}createAdaptedRanges(e,t,o,s){return e.map((e=>{if(!Ho(e.zone))return e;const i=e.prefixSheet?e.sheetId:s,n=Va(e),r=La(e),a={...e.unboundedZone,left:n&&!e.unboundedZone.hasHeader?e.unboundedZone.left:e.unboundedZone.left+(e.parts[0].colFixed?0:t),right:n?e.unboundedZone.right:e.unboundedZone.right+((e.parts[1]||e.parts[0]).colFixed?0:t),top:r&&!e.unboundedZone.hasHeader?e.unboundedZone.top:e.unboundedZone.top+(e.parts[0].rowFixed?0:o),bottom:r?e.unboundedZone.bottom:e.unboundedZone.bottom+((e.parts[1]||e.parts[0]).rowFixed?0:o)};return function(e){if(zo(e.zone))return e;const t={...e.unboundedZone},o={...e.zone};let s=e.parts;if(void 0!==t.right&&t.right<t.left){const e=t.right;t.right=t.left,t.left=e,o.right=o.left,o.left=e,s=[{colFixed:s[1]?.colFixed||!1,rowFixed:s[0]?.rowFixed||!1},{colFixed:s[0]?.colFixed||!1,rowFixed:s[1]?.rowFixed||!1}]}if(void 0!==t.bottom&&t.bottom<t.top){const e=t.bottom;t.bottom=t.top,t.top=e,o.bottom=o.top,o.top=e,s=[{colFixed:s[0]?.colFixed||!1,rowFixed:s[1]?.rowFixed||!1},{colFixed:s[1]?.colFixed||!1,rowFixed:s[0]?.rowFixed||!1}]}return{unboundedZone:t,zone:o,parts:s,invalidXc:e.invalidXc,prefixSheet:e.prefixSheet,invalidSheetName:e.invalidSheetName,sheetId:e.sheetId}}(Ma({...e,sheetId:i,zone:a},this.getters.getSheetSize))}))}removeRangesSheetPrefix(e,t){return t.map((t=>t.prefixSheet&&t.sheetId===e?{...t,prefixSheet:!1}:t))}extendRange(e,t,o){const s="COL"===t?e.zone.right+o:e.zone.right,i="ROW"===t?e.zone.bottom+o:e.zone.bottom,n={left:e.zone.left,top:e.zone.top,right:Va(e)?void 0:s,bottom:La(e)?void 0:i};return Ma({...e,zone:n},this.getters.getSheetSize)}getRangeFromSheetXC(e,t){if(!ya.test(t)||!this.getters.tryGetSheet(e))return ka(t);const{sheetName:o}=Ra(t);return Na({xc:t,sheetId:this.getters.getSheetIdByName(o)||e,invalidSheetName:o&&!this.getters.getSheetIdByName(o)?o:void 0},this.getters.getSheetSize)}getRangeString(e,t,o={useBoundedReference:!1,useFixedReference:!1}){return e?e.invalidXc?e.invalidXc:this.getters.tryGetSheet(e.sheetId)?Ua(e,t,this.getters.getSheetName,o):on.InvalidReference:on.InvalidReference}getRangeDataFromXc(e,t){const o=this.getters.getRangeFromSheetXC(e,t);return this.getRangeDataFromZone(o.sheetId,o.unboundedZone)}getRangeDataFromZone(e,t){return{_sheetId:e,_zone:t=this.getters.getUnboundedZone(e,t)}}getRangeData(e){return this.getRangeDataFromZone(e.sheetId,e.unboundedZone)}getRangeFromZone(e,t){return Ma({sheetId:e,zone:t,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}],prefixSheet:!1},this.getters.getSheetSize)}recomputeRanges(e,t){const o=e.map((e=>e.unboundedZone)),s=t.map((e=>e.unboundedZone));return Fo(o,s).map((t=>this.getRangeFromZone(e[0].sheetId,t)))}getRangeFromRangeData(e){if(!this.getters.tryGetSheet(e._sheetId))return ka(on.InvalidReference);return Ma({prefixSheet:!1,zone:e._zone,sheetId:e._sheetId,invalidSheetName:void 0,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}]},this.getters.getSheetSize)}isRangeValid(e){if(!e)return!1;const{xc:t,sheetName:o}=Ra(e);return null!==t.match(ya)&&(!o||void 0!==this.getters.getSheetIdByName(o))}getRangesUnion(e){const t=e.map((e=>e.unboundedZone)),o=function(...e){return{top:Math.min(...e.map((e=>e.top))),left:Math.min(...e.map((e=>e.left))),bottom:e.some((e=>void 0===e.bottom))?void 0:Math.max(...e.map((e=>e.bottom))),right:e.some((e=>void 0===e.right))?void 0:Math.max(...e.map((e=>e.right)))}}(...t);return this.getRangeFromZone(e[0].sheetId,o)}adaptFormulaStringDependencies(e,t,o){if(!t.startsWith("="))return t;const s=zC(t),i=s.dependencies.map((t=>{const s=this.getters.getRangeFromSheetXC(e,t),i=o(s);return"NONE"===i.changeType?s:i.range}));return this.getters.getFormulaString(e,s.tokens,i)}copyFormulaStringForSheet(e,t,o,s){if(!o.startsWith("="))return o;const i=zC(o),n=i.dependencies.map((o=>{const i=this.getters.getRangeFromSheetXC(e,o);return"keepSameReference"===s?i:Ha(e,t,i)}));return this.getters.getFormulaString(t,i.tokens,n)}}function gV(e,t){if(!e)return;const o=t(e);switch(o.changeType){case"NONE":return e;case"REMOVE":return;default:return o.range}}class pV extends Jd{getters;constructor({getters:e,stateObserver:t}){super(t),this.getters=e}}const mV=new n;mV.add("pivots",(e=>{for(const t of e.getPivotIds()){const o=e.getPivot(t);o.markAsDirtyForEvaluation?.()}}));const fV=RC.mapping;function vV(e,t,o){return new bV(e,t,o).getParameters()}class bV{getters;computeCell;evalContext;rangeCache={};constructor(e,t,o){this.getters=t,this.computeCell=o,this.evalContext=Object.assign(Object.create(fV),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){const o=this.getRangeError(e);if(o)return o;const s={sheetId:e.sheetId,col:e.zone.left,row:e.zone.top};if(t){this.computeCell(s);return{value:Ta(this.getters.getSheetName(e.sheetId),Bo(e.zone))}}return this.computeCell(s)}range(e,t){const o=this.getRangeError(e);if(o)return[[o]];const s=e.sheetId,i=e.zone,n=jo(i,this.getters.getSheetZone(s));if(!n)return[[]];const{top:r,left:a,bottom:l,right:c}=i,h=`${s}-${r}-${a}-${l}-${c}-${t}`;if(h in this.rangeCache)return this.rangeCache[h];const d=n.bottom-n.top+1,u=n.right-n.left+1,g=new Array(u),p=this.getters.getSheetName(e.sheetId);for(let e=n.left;e<=n.right;e++){const o=e-n.left;g[o]=new Array(d);for(let i=n.top;i<=n.bottom;i++){const r=i-n.top,a=this.computeCell({sheetId:s,col:e,row:i});g[o][r]=t?{value:Ta(p,_o(e,i))}:a}}return this.rangeCache[h]=g,g}getRangeError(e){return Ho(e.zone)?e.invalidSheetName?new ln(di("Invalid sheet name: %s",e.invalidSheetName)):void 0:new ln}}function SV(e,t,o,s,i){CV(e,t,o||0,s||e.length-1,i||wV)}function CV(e,t,o,s,i){for(;s>o;){if(s-o>600){var n=s-o+1,r=t-o+1,a=Math.log(n),l=.5*Math.exp(2*a/3),c=.5*Math.sqrt(a*l*(n-l)/n)*(r-n/2<0?-1:1);CV(e,t,Math.max(o,Math.floor(t-r*l/n+c)),Math.min(s,Math.floor(t+(n-r)*l/n+c)),i)}var h=e[t],d=o,u=s;for(yV(e,o,t),i(e[s],h)>0&&yV(e,o,s);d<u;){for(yV(e,d,u),d++,u--;i(e[d],h)<0;)d++;for(;i(e[u],h)>0;)u--}0===i(e[o],h)?yV(e,o,u):yV(e,++u,s),u<=t&&(o=u+1),t<=u&&(s=u-1)}}function yV(e,t,o){var s=e[t];e[t]=e[o],e[o]=s}function wV(e,t){return e<t?-1:e>t?1:0}class IV{constructor(e=9){this._maxEntries=Math.max(4,e),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),this.clear()}all(){return this._all(this.data,[])}search(e){let t=this.data;const o=[];if(!MV(e,t))return o;const s=this.toBBox,i=[];for(;t;){for(let n=0;n<t.children.length;n++){const r=t.children[n],a=t.leaf?s(r):r;MV(e,a)&&(t.leaf?o.push(r):PV(e,a)?this._all(r,o):i.push(r))}t=i.pop()}return o}collides(e){let t=this.data;if(!MV(e,t))return!1;const o=[];for(;t;){for(let s=0;s<t.children.length;s++){const i=t.children[s],n=t.leaf?this.toBBox(i):i;if(MV(e,n)){if(t.leaf||PV(e,n))return!0;o.push(i)}}t=o.pop()}return!1}load(e){if(!e||!e.length)return this;if(e.length<this._minEntries){for(let t=0;t<e.length;t++)this.insert(e[t]);return this}let t=this._build(e.slice(),0,e.length-1,0);if(this.data.children.length)if(this.data.height===t.height)this._splitRoot(this.data,t);else{if(this.data.height<t.height){const e=this.data;this.data=t,t=e}this._insert(t,this.data.height-t.height-1,!0)}else this.data=t;return this}insert(e){return e&&this._insert(e,this.data.height-1),this}clear(){return this.data=NV([]),this}remove(e,t){if(!e)return this;let o=this.data;const s=this.toBBox(e),i=[],n=[];let r,a,l;for(;o||i.length;){if(o||(o=i.pop(),a=i[i.length-1],r=n.pop(),l=!0),o.leaf){const s=xV(e,o.children,t);if(-1!==s)return o.children.splice(s,1),i.push(o),this._condense(i),this}l||o.leaf||!PV(o,s)?a?(r++,o=a.children[r],l=!1):o=null:(i.push(o),n.push(r),r=0,a=o,o=o.children[0])}return this}toBBox(e){return e}compareMinX(e,t){return e.minX-t.minX}compareMinY(e,t){return e.minY-t.minY}toJSON(){return this.data}fromJSON(e){return this.data=e,this}_all(e,t){const o=[];for(;e;)e.leaf?t.push(...e.children):o.push(...e.children),e=o.pop();return t}_build(e,t,o,s){const i=o-t+1;let n,r=this._maxEntries;if(i<=r)return n=NV(e.slice(t,o+1)),EV(n,this.toBBox),n;s||(s=Math.ceil(Math.log(i)/Math.log(r)),r=Math.ceil(i/Math.pow(r,s-1))),n=NV([]),n.leaf=!1,n.height=s;const a=Math.ceil(i/r),l=a*Math.ceil(Math.sqrt(r));kV(e,t,o,l,this.compareMinX);for(let i=t;i<=o;i+=l){const t=Math.min(i+l-1,o);kV(e,i,t,a,this.compareMinY);for(let o=i;o<=t;o+=a){const i=Math.min(o+a-1,t);n.children.push(this._build(e,o,i,s-1))}}return EV(n,this.toBBox),n}_chooseSubtree(e,t,o,s){for(;s.push(t),!t.leaf&&s.length-1!==o;){let o,s=1/0,r=1/0;for(let a=0;a<t.children.length;a++){const l=t.children[a],c=_V(l),h=(i=e,n=l,(Math.max(n.maxX,i.maxX)-Math.min(n.minX,i.minX))*(Math.max(n.maxY,i.maxY)-Math.min(n.minY,i.minY))-c);h<r?(r=h,s=c<s?c:s,o=l):h===r&&c<s&&(s=c,o=l)}t=o||t.children[0]}var i,n;return t}_insert(e,t,o){const s=o?e:this.toBBox(e),i=[],n=this._chooseSubtree(s,this.data,t,i);for(n.children.push(e),TV(n,s);t>=0&&i[t].children.length>this._maxEntries;)this._split(i,t),t--;this._adjustParentBBoxes(s,i,t)}_split(e,t){const o=e[t],s=o.children.length,i=this._minEntries;this._chooseSplitAxis(o,i,s);const n=this._chooseSplitIndex(o,i,s),r=NV(o.children.splice(n,o.children.length-n));r.height=o.height,r.leaf=o.leaf,EV(o,this.toBBox),EV(r,this.toBBox),t?e[t-1].children.push(r):this._splitRoot(o,r)}_splitRoot(e,t){this.data=NV([e,t]),this.data.height=e.height+1,this.data.leaf=!1,EV(this.data,this.toBBox)}_chooseSplitIndex(e,t,o){let s,i=1/0,n=1/0;for(let r=t;r<=o-t;r++){const t=RV(e,0,r,this.toBBox),a=RV(e,r,o,this.toBBox),l=OV(t,a),c=_V(t)+_V(a);l<i?(i=l,s=r,n=c<n?c:n):l===i&&c<n&&(n=c,s=r)}return s||o-t}_chooseSplitAxis(e,t,o){const s=e.leaf?this.compareMinX:AV,i=e.leaf?this.compareMinY:DV;this._allDistMargin(e,t,o,s)<this._allDistMargin(e,t,o,i)&&e.children.sort(s)}_allDistMargin(e,t,o,s){e.children.sort(s);const i=this.toBBox,n=RV(e,0,t,i),r=RV(e,o-t,o,i);let a=FV(n)+FV(r);for(let s=t;s<o-t;s++){const t=e.children[s];TV(n,e.leaf?i(t):t),a+=FV(n)}for(let s=o-t-1;s>=t;s--){const t=e.children[s];TV(r,e.leaf?i(t):t),a+=FV(r)}return a}_adjustParentBBoxes(e,t,o){for(let s=o;s>=0;s--)TV(t[s],e)}_condense(e){for(let t,o=e.length-1;o>=0;o--)0===e[o].children.length?o>0?(t=e[o-1].children,t.splice(t.indexOf(e[o]),1)):this.clear():EV(e[o],this.toBBox)}}function xV(e,t,o){if(!o)return t.indexOf(e);for(let s=0;s<t.length;s++)if(o(e,t[s]))return s;return-1}function EV(e,t){RV(e,0,e.children.length,t,e)}function RV(e,t,o,s,i){i||(i=NV(null)),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(let n=t;n<o;n++){const t=e.children[n];TV(i,e.leaf?s(t):t)}return i}function TV(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 AV(e,t){return e.minX-t.minX}function DV(e,t){return e.minY-t.minY}function _V(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function FV(e){return e.maxX-e.minX+(e.maxY-e.minY)}function OV(e,t){const o=Math.max(e.minX,t.minX),s=Math.max(e.minY,t.minY),i=Math.min(e.maxX,t.maxX),n=Math.min(e.maxY,t.maxY);return Math.max(0,i-o)*Math.max(0,n-s)}function PV(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function MV(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function NV(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function kV(e,t,o,s,i){const n=[t,o];for(;n.length;){if((o=n.pop())-(t=n.pop())<=s)continue;const r=t+Math.ceil((o-t)/s/2)*s;SV(e,r,t,o,i),n.push(t,r,r,o)}}class LV{rTrees={};constructor(e=[]){const t={};for(const o of e){const e=o.boundingBox.sheetId;t[e]||(t[e]=[]),t[e].push(o)}for(const e in t)this.rTrees[e]=new VV,this.rTrees[e].load(t[e])}insert(e){const t=e.boundingBox.sheetId;this.rTrees[t]||(this.rTrees[t]=new VV),this.rTrees[t].insert(e)}search({zone:e,sheetId:t}){return this.rTrees[t]?this.rTrees[t].search({minX:e.left,minY:e.top,maxX:e.right,maxY:e.bottom}):[]}remove(e){const t=e.boundingBox.sheetId;this.rTrees[t]&&this.rTrees[t].remove(e,this.rtreeItemComparer)}rtreeItemComparer(e,t){return e.data===t.data&&e.boundingBox.sheetId===t.boundingBox.sheetId&&e.boundingBox?.zone.left===t.boundingBox.zone.left&&e.boundingBox?.zone.top===t.boundingBox.zone.top&&e.boundingBox?.zone.right===t.boundingBox.zone.right&&e.boundingBox?.zone.bottom===t.boundingBox.zone.bottom}}class VV extends IV{toBBox({boundingBox:e}){const t=e.zone;return{minX:t.left,minY:t.top,maxX:t.right,maxY:t.bottom}}compareMinX(e,t){return e.boundingBox.zone.left-t.boundingBox.zone.left}compareMinY(e,t){return e.boundingBox.zone.top-t.boundingBox.zone.top}}class UV{createEmptyPositionSet;dependencies=new j_;rTree;constructor(e,t=[]){this.createEmptyPositionSet=e,this.rTree=new LV(t)}removeAllDependencies(e){const t=this.dependencies.get(e);if(t){for(const e of t)this.rTree.remove(e);this.dependencies.delete(e)}}addDependencies(e,t){const o=t.map((({sheetId:t,zone:o})=>({data:e,boundingBox:{zone:o,sheetId:t}})));for(const e of o)this.rTree.insert(e);const s=this.dependencies.get(e);s?s.push(...o):this.dependencies.set(e,o)}getCellsDependingOn(e){const t=this.createEmptyPositionSet(),o=Array.from(e).reverse();for(;o.length>0;){const e=o.pop(),s=e.zone,i=e.sheetId;for(let e=s.left;e<=s.right;e++)for(let o=s.top;o<=s.bottom;o++)t.add({sheetId:i,col:e,row:o});const n=this.rTree.search(e).map((e=>e.data)),r={};for(const e of n)t.has(e)||(r[e.sheetId]||(r[e.sheetId]=[]),r[e.sheetId].push(ls(e)));for(const e in r){const t=Fo(r[e],[]);o.push(...t.map((t=>({sheetId:e,zone:t}))))}}for(const o of e){const e=o.zone,s=o.sheetId;for(let o=e.left;o<=e.right;o++)for(let i=e.top;i<=e.bottom;i++)t.delete({sheetId:s,col:o,row:i})}return t}}class HV extends Uint32Array{columnOffset=0;cols=0;rows=0;static create(e,t){const o=function(e){if(0===e)return-1/0;if(e<0)return NaN;return 32-Math.clz32(--e)}(t),s=new this((e<<o>>5)+1);return s.columnOffset=o,s.cols=t,s.rows=e,s}getValue(e){const[t,o]=this.getCoordinates(e);return this[t]>>o&1}setValue(e,t){const[o,s]=this.getCoordinates(e),i=0===(this[o]>>s&1)&&1===t;return this[o]=this[o]&~(1<<s)|t<<s,i}isEmpty(){return!this.some((e=>0!==e))}fillAllPositions(){this.fill(-1>>>0)}clear(){this.fill(0)}getCoordinates(e){const{row:t,col:o}=e,s=(t<<this.columnOffset)+o,i=s>>5;return[i,s-(i<<5)]}}class zV{sheets={};insertions=[];maxSize=0;constructor(e){for(const t in e){const o=e[t].cols,s=e[t].rows;this.maxSize+=o*s,this.sheets[t]=HV.create(s,o)}}add(e){this.sheets[e.sheetId].setValue(e,1)&&this.insertions.push(e)}addMany(e){for(const t of e)this.add(t)}delete(e){this.sheets[e.sheetId].setValue(e,0)}deleteMany(e){for(const t of e)this.delete(t)}has(e){return 1===this.sheets[e.sheetId].getValue(e)}clear(){const e=[...this];this.insertions=[];for(const e in this.sheets)this.sheets[e].clear();return e}isEmpty(){if(0===this.insertions.length)return!0;for(const e in this.sheets)if(!this.sheets[e].isEmpty())return!1;return!0}fillAllPositions(){this.insertions=new Array(this.maxSize);let e=0;for(const t in this.sheets){const o=this.sheets[t];o.fillAllPositions();for(let s=0;s<o.rows;s++)for(let i=0;i<o.cols;i++)this.insertions[e++]={sheetId:t,row:s,col:i}}}*[Symbol.iterator](){for(const e of this.insertions)1===this.sheets[e.sheetId].getValue(e)&&(yield e)}}class BV{resultsToArrayFormulas=new LV;arrayFormulasToResults=new j_;searchFormulaPositionsSpreadingOn(e,t){return this.resultsToArrayFormulas.search({sheetId:e,zone:t}).map((e=>e.data))||$V}getArrayResultZone(e){return this.arrayFormulasToResults.get(e)}removeNode(e){this.resultsToArrayFormulas.remove({boundingBox:{sheetId:e.sheetId,zone:ls(e)},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)}}const $V=[],GV=Object.freeze(ea({...new an,origin:void 0})),WV=Object.freeze(ea({value:null}));class qV{context;getters;compilationParams;evaluatedCells=new j_;formulaDependencies=Vt(new UV(this.createEmptyPositionSet.bind(this)));blockedArrayFormulas=new zV({});spreadingRelations=new BV;constructor(e,t){this.context=e,this.getters=t,this.compilationParams=vV(this.context,this.getters,this.computeAndSave.bind(this))}getEvaluatedCell(e){return this.evaluatedCells.get(e)||WV}getSpreadZone(e,t={ignoreSpillError:!1}){const o=this.spreadingRelations.getArrayResultZone(e);if(!o)return;const s=this.evaluatedCells.get(e);return s?.type!==r.error||t.ignoreSpillError&&s?.value===on.SpilledBlocked?Zo(ls(e),o):ls(e)}getEvaluatedPositions(){return this.evaluatedCells.keys()}getEvaluatedPositionsInSheet(e){return this.evaluatedCells.keysForSheet(e)}getArrayFormulaSpreadingOn(e){if(this.getEvaluatedCell(e).type===r.empty)return;const t=this.spreadingRelations.searchFormulaPositionsSpreadingOn(e.sheetId,ls(e));return Array.from(t).find((e=>!this.blockedArrayFormulas.has(e)))}updateDependencies(e){this.formulaDependencies().removeAllDependencies(e);const t=this.getDirectDependencies(e);this.formulaDependencies().addDependencies(e,t)}addDependencies(e,t){this.formulaDependencies().addDependencies(e,t);for(const e of t){const t=e.sheetId,{left:o,bottom:s,right:i,top:n}=e.zone;for(let e=o;e<=i;e++)for(let o=n;o<=s;o++)this.computeAndSave({sheetId:t,col:e,row:o})}}updateCompilationParameters(){this.compilationParams=vV(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(){const e={};for(const t of this.getters.getSheetIds())e[t]={rows:this.getters.getNumberRows(t),cols:this.getters.getNumberCols(t)};return new zV(e)}evaluateCells(e){const t=performance.now(),o=this.createEmptyPositionSet();o.addMany(e);const s=this.getArrayFormulasImpactedByChangesOf(e);o.addMany(this.getCellsDependingOn(e)),o.addMany(s),o.addMany(this.getCellsDependingOn(s)),this.evaluate(o),console.debug("evaluate Cells",performance.now()-t,"ms")}getArrayFormulasImpactedByChangesOf(e){const t=this.createEmptyPositionSet();for(const o of e){const e=this.getters.getCell(o)?.content,s=this.getArrayFormulaSpreadingOn(o);void 0!==s&&t.add(s),e||t.add(o)}const o=os(t);for(const e in o)for(const s of o[e])t.addMany(this.getArrayFormulasBlockedBy(e,s));return t}buildDependencyGraph(){this.blockedArrayFormulas=this.createEmptyPositionSet(),this.spreadingRelations=new BV,this.formulaDependencies=Vt((()=>{const e=[...this.getAllCells()].flatMap((e=>this.getDirectDependencies(e).filter((e=>!e.invalidSheetName&&!e.invalidXc)).map((t=>({data:e,boundingBox:{zone:t.zone,sheetId:t.sheetId}})))));return new UV(this.createEmptyPositionSet.bind(this),e)}))}evaluateAllCells(){const e=performance.now();this.evaluatedCells=new j_,this.evaluate(this.getAllCells()),console.debug("evaluate all cells",performance.now()-e,"ms")}evaluateFormulaResult(e,t){const o=zC(t),s=o.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)));return this.updateCompilationParameters(),this.evaluateCompiledFormula(e,{...o,dependencies:s})}evaluateCompiledFormula(e,t,o){try{const s=YV(t,this.compilationParams,e,this.buildSafeGetSymbolValue(o),this.compilationParams.evalContext.__originCellPosition);return E(s)?Vn(s,jV):jV(s)}catch(e){return TC(e,"")}}getAllCells(){const e=this.createEmptyPositionSet();return e.fillAllPositions(),e}getArrayFormulasBlockedBy(e,t){const o=this.createEmptyPositionSet(),s=this.spreadingRelations.searchFormulaPositionsSpreadingOn(e,t);o.addMany(s);const i=[...s].filter((e=>!this.blockedArrayFormulas.has(e)));return i.length&&o.deleteMany(i),o.addMany(this.getCellsDependingOn(o)),o}nextPositionsToUpdate=new zV({});cellsBeingComputed=new Set;symbolsBeingComputed=new Set;evaluate(e){this.cellsBeingComputed=new Set,this.nextPositionsToUpdate=e;let t=0;for(;!this.nextPositionsToUpdate.isEmpty()&&t++<30;){this.updateCompilationParameters();const e=this.nextPositionsToUpdate.clear();for(let t=0;t<e.length;++t)this.evaluatedCells.delete(e[t]);for(let t=0;t<e.length;++t){const o=e[t];if(this.nextPositionsToUpdate.has(o))continue;const s=this.computeCell(o);s!==WV&&this.evaluatedCells.set(o,s)}mV.getAll().forEach((e=>e(this.getters)))}t>=30&&console.warn("Maximum iteration reached while evaluating cells")}computeCell(e){const t=this.evaluatedCells.get(e);if(t)return t;this.blockedArrayFormulas.has(e)||this.invalidateSpreading(e),this.spreadingRelations.isArrayFormula(e)&&this.spreadingRelations.removeNode(e);const o=this.getters.getCell(e);if(void 0===o)return WV;const s=o.id,i={format:o.format,locale:this.getters.getLocale()};try{return this.cellsBeingComputed.has(s)?GV:(this.cellsBeingComputed.add(s),o.isFormula?this.computeFormulaCell(e,o):Jr(o,i,e))}catch(t){return t.value=t?.value||on.GenericError,t.message=t?.message||DC,t.origin=e,ea(t)}finally{this.cellsBeingComputed.delete(s)}}computeAndSave(e){const t=this.computeCell(e);return this.evaluatedCells.has(e)||this.evaluatedCells.set(e,t),t}computeFormulaCell(e,t){const o=YV(t.compiledFormula,this.compilationParams,e.sheetId,this.buildSafeGetSymbolValue(),e);if(!E(o)){const s=ea(jV(o),this.getters.getLocale(),t,e);return s.type===r.error&&(s.errorOriginPosition=o.errorOriginPosition??e),s}this.assertSheetHasEnoughSpaceToSpreadFormulaResult(e,o);const s=o.length,i=o[0].length,n={top:e.row,bottom:e.row+i-1,left:e.col,right:e.col+s-1};return this.spreadingRelations.addRelation({resultZone:n,arrayFormulaPosition:e}),this.assertNoMergedCellsInSpreadZone(e,o),ZV(s,i,this.checkCollision(e)),ZV(s,i,this.spreadValues(e,o)),this.invalidatePositionsDependingOnSpread(e.sheetId,n),ea(jV(o[0][0]),this.getters.getLocale(),t)}invalidatePositionsDependingOnSpread(e,t){const o=this.formulaDependencies().getCellsDependingOn(function(e){const{top:t,left:o,bottom:s,right:i}=e;if(1===us(e))return[];const n={top:t+1,bottom:s,left:o,right:o};if(i===o)return[n];const r={top:t,bottom:s,left:o+1,right:i};return t===s?[r]:[n,r]}(t).map((t=>({sheetId:e,zone:t}))));o.delete({sheetId:e,col:t.left,row:t.top}),this.nextPositionsToUpdate.addMany(o)}assertSheetHasEnoughSpaceToSpreadFormulaResult({sheetId:e,col:t,row:o},s){const i=this.getters.getNumberCols(e),n=this.getters.getNumberRows(e),r=t+s.length<=i,a=o+s[0].length<=n;if(!r||!a){if(r)throw new dn(di("Result couldn't be automatically expanded. Please insert more rows."));if(a)throw new dn(di("Result couldn't be automatically expanded. Please insert more columns."));throw new dn(di("Result couldn't be automatically expanded. Please insert more columns and rows."))}}assertNoMergedCellsInSpreadZone({sheetId:e,col:t,row:o},s){if(0!==this.getters.getMergesInZone(e,{top:o,bottom:o+s[0].length-1,left:t,right:t+s.length-1}).length)throw new dn(di("Merged cells found in the spill zone. Please unmerge cells before using array formulas."))}checkCollision(e){const{sheetId:t,col:o,row:s}=e;return(i,n)=>{const a={sheetId:t,col:i+o,row:n+s},l=this.getters.getCell(a);if(l?.content||this.getters.getEvaluatedCell(a).type!==r.empty)throw this.blockedArrayFormulas.add(e),new dn(di("Array result was not expanded because it would overwrite data in %s.",_o(a.col,a.row)));this.blockedArrayFormulas.delete(e)}}spreadValues({sheetId:e,col:t,row:o},s){return(i,n)=>{const a={sheetId:e,col:i+t,row:n+o},l=this.getters.getCell(a),c=ea(jV(s[i][n]),this.getters.getLocale(),l,a);c.type===r.error&&(c.errorOriginPosition=s[i][n].errorOriginPosition??a),this.evaluatedCells.set(a,c)}}invalidateSpreading(e){const t=this.spreadingRelations.getArrayResultZone(e);if(!t)return;for(let o=t.left;o<=t.right;o++)for(let s=t.top;s<=t.bottom;s++){const t={sheetId:e.sheetId,col:o,row:s},i=this.getters.getCell(t)?.content;i||this.evaluatedCells.delete(t)}const o=e.sheetId;this.invalidatePositionsDependingOnSpread(o,t),this.nextPositionsToUpdate.addMany(this.getArrayFormulasBlockedBy(o,t))}buildSafeGetSymbolValue(e){return t=>{if(this.symbolsBeingComputed.has(t))return GV;this.symbolsBeingComputed.add(t);try{const o=e?.(t);return o||new rn(di("Invalid formula"))}finally{this.symbolsBeingComputed.delete(t)}}}getDirectDependencies(e){const t=this.getters.getCell(e);return t?.isFormula?t.compiledFormula.dependencies:[]}getCellsDependingOn(e){const t=[],o=os(e);for(const e in o)t.push(...o[e].map((t=>({sheetId:e,zone:t}))));return this.formulaDependencies().getCellsDependingOn(t)}}function ZV(e,t,o){for(let s=0;s<e;++s)for(let e=0;e<t;++e)0===s&&0===e||o(s,e)}function jV(e){return null===e.value||void 0===e.value?{...e,value:0}:e}function YV(e,t,o,s,i){return t.evalContext.__originCellPosition=i,t.evalContext.__originSheetId=o,e.execute(e.dependencies,t.referenceDenormalizer,t.ensureRange,s,t.evalContext)}const XV=/"(#[0-9a-fA-F]{6})"/g;const KV={isValid:!0};const JV=new n;function QV(e,t){const o=t.model.getters.getPivotCellFromPosition(e),s=t.model.getters.getPivotIdFromPosition(e);if(!s||"HEADER"!==o.type)return;const i=t.model.getters.getPivotCoreDefinition(s),n=i.collapsedDomains?.[o.dimension]?[...i.collapsedDomains[o.dimension]]:[],r=n.findIndex((e=>zt(e,o.domain)));-1!==r?n.splice(r,1):n.push(o.domain);const a=i.collapsedDomains?{...i.collapsedDomains}:{COL:[],ROW:[]};a[o.dimension]=n,t.model.dispatch("UPDATE_PIVOT",{pivotId:s,pivot:{...i,collapsedDomains:a}})}JV.add("data_validation_checkbox",((e,t)=>{if(e.isCellValidCheckbox(t)){const o=!!e.getEvaluatedCell(t).value;return{svg:o?eA:JT,hoverSvg:o?eA:QT,priority:2,horizontalAlign:"center",size:17,margin:2,position:t,type:"data_validation_checkbox",onClick:(e,t)=>{const s=t.model.getters.getCell(e);if(t.model.getters.isReadonly()||!!s?.isFormula)return;const i=o?"FALSE":"TRUE";t.model.dispatch("UPDATE_CELL",{...e,content:i})}}}})),JV.add("data_validation_chip_icon",((e,t)=>{const o=e.getDataValidationChipStyle(t);if(o){const s=e.getCellComputedStyle(t);return{svg:XT(o),hoverSvg:KT(o),priority:10,horizontalAlign:"right",size:cl(s),margin:4,position:t,onClick:(e,t)=>{const{col:o,row:s}=e;t.model.selection.selectCell(o,s),t.startCellEdition()},type:"data_validation_chip_icon"}}})),JV.add("data_validation_list_icon",((e,t)=>{if(!e.isReadonly()&&e.cellHasListDataValidationIcon(t)){const s=e.getCellComputedStyle(t);return{svg:ZT(s),hoverSvg:(o=s,{name:"CARET_DOWN",width:512,height:512,paths:[{fillColor:o.textColor||oe,path:"M15 15 h482 v482 h-482"},{fillColor:o.fillColor||"#fff",path:"M120 195 h270 l-135 130"}]}),priority:2,horizontalAlign:"right",size:17,margin:2,position:t,onClick:(e,t)=>{const{col:o,row:s}=e;t.model.selection.selectCell(o,s),t.startCellEdition()},type:"data_validation_list_icon"}}var o})),JV.add("filter_icon",((e,t)=>{if(e.isFilterHeader(t)){const o=e.isFilterActive(t),s=Ps(e.getCellComputedStyle(t).fillColor||"#fff")<.45;return{type:"filter_icon",svg:oA(o,s,!1),hoverSvg:oA(o,s,!0),priority:3,horizontalAlign:"right",size:17,margin:2,position:t,onClick:(e,t)=>{const o=t.getStore(YE),s=o.persistentCellPopover;s.isOpen&&s.col===e.col&&s.row===e.row&&"FilterMenu"===s.type?o.close():o.open(e,"FilterMenu")}}}})),JV.add("conditional_formatting",((e,t)=>{const o=e.getConditionalIcon(t);if(o){const s=e.getCellStyle(t);return{type:"conditional_formatting",svg:sA[o].svg,priority:1,horizontalAlign:"left",size:cl(s),margin:4,position:t}}})),JV.add("pivot_collapse",((e,t)=>{if(!e.isSpillPivotFormula(t))return;const o=e.getPivotCellFromPosition(t),s=e.getPivotIdFromPosition(t);if("HEADER"===o.type&&s&&o.domain.length){const i=e.getPivotCoreDefinition(s),n=e.isDashboard(),r="COL"===o.dimension?i.columns:i.rows,a=!n&&o.domain.length!==r.length,l=(i.collapsedDomains?.[o.dimension]??[]).some((e=>zt(e,o.domain))),c="ROW"===o.dimension?15*(o.domain.length-1):0;return{type:"pivot_collapse",priority:4,horizontalAlign:"left",size:a||!n&&"ROW"===o.dimension&&i.rows.length>1?12:0,margin:a?4+c:c,svg:a?tA(l,!1):void 0,hoverSvg:a?tA(l,!0):void 0,position:t,onClick:QV}}})),JV.add("pivot_dashboard_sorting",((e,t)=>{if(!e.isDashboard())return;if("MEASURE_HEADER"!==e.getPivotCellFromPosition(t).type)return;const o=e.getPivotCellSortDirection(t);if("asc"!==o&&"desc"!==o)return;const s=e.getCellComputedStyle(t);return{type:`pivot_dashboard_sorting_${o}`,priority:5,horizontalAlign:"right",size:17,margin:2,svg:"asc"===o?jT(s):ZT(s),position:t,onClick:void 0}}));const eU="0.00%";function tU(e){return class extends e{getters;cache={};rankAsc={};rankDesc={};runningTotal={};runningTotalInPercent={};constructor(e,t){super(e,t),this.getters=t.getters}markAsDirtyForEvaluation(){this.cache={},this.rankAsc={},this.rankDesc={},this.runningTotal={},this.runningTotalInPercent={},super.markAsDirtyForEvaluation?.()}getPivotCellValueAndFormat(e,t){return this.getMeasureDisplayValue(e,t)}_getPivotCellValueAndFormat(e,t){const o=`${e}-${t.map((e=>e.field+"="+e.value)).join(",")}`;if(this.cache[o])return this.cache[o];const s=this.getMeasure(e),i=s.computedBy?this.computeMeasure(s,t):super.getPivotCellValueAndFormat(e,t);return s.format?this.cache[o]={...i,format:s.format}:this.cache[o]=i,this.cache[o]}computeMeasure(e,t){if(!e.computedBy)return{value:0};const{columns:o,rows:s}=super.definition;if(o.length+s.length!==t.length){const o=this.getValuesToAggregate(e,t),s=Yc[e.aggregator];if(!s)return{value:0};try{return s([o],this.getters.getLocale())}catch(t){return TC(t,e.aggregator.toUpperCase())}}const i=this.getters.getMeasureCompiledFormula(e),n=this.getters.evaluateCompiledFormula(e.computedBy.sheetId,i,(e=>{const{columns:o,rows:s}=this.definition;if(o.find((t=>t.nameWithGranularity===e))){const{colDomain:o}=zO(this,t),s=o.findIndex((t=>t.field===e));return this.getPivotHeaderValueAndFormat(o.slice(0,s+1))}if(s.find((t=>t.nameWithGranularity===e))){const{rowDomain:o}=zO(this,t),s=o.findIndex((t=>t.field===e));return this.getPivotHeaderValueAndFormat(o.slice(0,s+1))}return this.getPivotCellValueAndFormat(e,t)}));return E(n)?n[0][0]:n}getValuesToAggregate(e,t){const{rowDomain:o,colDomain:s}=zO(this,t),i=super.getExpandedTableStructure(),n=[];if(0===s.length&&o.length<this.definition.rows.length&&this.definition.rows.length&&this.definition.columns.length){const t=this.treeToLeafDomains(i.getColTree()),s=this.getSubTreeMatchingDomain(i.getRowTree(),o),r=this.treeToLeafDomains(s);for(const s of t)for(const t of r)n.push(this._getPivotCellValueAndFormat(e.id,o.concat(t).concat(s)));return n}if(o.length===this.definition.rows.length&&0===s.length){const t=i.getColTree(),r=this.getSubTreeMatchingDomain(t,s),a=this.treeToLeafDomains(r,s);for(const t of a)n.push(this._getPivotCellValueAndFormat(e.id,o.concat(t)));return n}if(o.length===this.definition.rows.length&&s.length&&s.length<this.definition.columns.length){const t=this.getSubTreeMatchingDomain(i.getColTree(),s),r=this.treeToLeafDomains(t,s);for(const t of r)n.push(this._getPivotCellValueAndFormat(e.id,o.concat(t)));return n}{const t=i.getRowTree(),r=this.getSubTreeMatchingDomain(t,o),a=this.treeToLeafDomains(r,o);for(const t of a)n.push(this._getPivotCellValueAndFormat(e.id,t.concat(s)));return n}}getSubTreeMatchingDomain(e,t,o=0){if(o>t.length)return[];if(t.length===o)return e;for(const s of e){const e=ih(this.definition.getDimension(s.field),t[o]?.value);if(s.field===t[o]?.field&&s.value===e)return this.getSubTreeMatchingDomain(s.children,t,o+1)}return[]}treeToLeafDomains(e,t=[]){const o=[];for(const s of e){const e=this.definition.getDimension(s.field),i=[...t,{field:s.field,value:s.value,type:e.type}];0===s.children.length?o.push(i):o.push(...this.treeToLeafDomains(s.children,i))}return o}getMeasureDisplayValue(e,t){const o=this.getMeasure(e),s=this._getPivotCellValueAndFormat(e,t);if(!o.display||"no_calculations"===o.display.type||s.message)return s;const i=o.display.fieldNameWithGranularity;if(i&&!this.isFieldInPivot(i))return{value:on.NotAvailable,message:di('Field "%s" not found in pivot for measure display calculation',i)};try{const e=o.display;switch(e.type){case"%_of_grand_total":return this.asPercentOfGrandTotal(s,o);case"%_of_col_total":return this.asPercentOfColumnTotal(s,o,t);case"%_of_row_total":return this.asPercentOfRowTotal(s,o,t);case"%_of_parent_row_total":return this.asPercentOfParentRowTotal(s,o,t);case"%_of_parent_col_total":return this.asPercentOfParentColumnTotal(s,o,t);case"index":return this.asIndex(s,o,t);case"%_of_parent_total":return this.asPercentOfParentTotal(s,o,t,e);case"running_total":return this.asRunningTotal(s,o,t,e,"running_total");case"%_running_total":return this.asRunningTotal(s,o,t,e,"%_running_total");case"rank_asc":return this.asRank(s,o,t,e,"asc");case"rank_desc":return this.asRank(s,o,t,e,"desc");case"%_of":return this.asPercentOf(s,o,t,e);case"difference_from":return this.asDifferenceFrom(s,o,t,e);case"%_difference_from":return this.asDifferenceFromInPercent(s,o,t,e)}return s}catch(e){return TC(e,"COMPUTE_MEASURE_DISPLAY_VALUE")}}asPercentOfGrandTotal(e,t){const o=this.getGrandTotal(t.id);return 0===o?{value:on.DivisionByZero}:{value:this.measureValueToNumber(e)/o,format:eU}}asPercentOfRowTotal(e,t,o){const s=this.getRowTotal(t.id,o);return 0===s?{value:on.DivisionByZero}:{value:this.measureValueToNumber(e)/s,format:eU}}asPercentOfColumnTotal(e,t,o){const s=this.getColumnTotal(t.id,o);return 0===s?{value:on.DivisionByZero}:{value:this.measureValueToNumber(e)/s,format:eU}}asPercentOfParentRowTotal(e,t,o){const s=function(e,t){const{colDomain:o,rowDomain:s}=zO(e,t);return[...o,...s.slice(0,s.length-1)]}(this,o),i=this.measureValueToNumber(this._getPivotCellValueAndFormat(t.id,s));return 0===i?{value:""}:{value:this.measureValueToNumber(e)/i,format:eU}}asPercentOfParentColumnTotal(e,t,o){const s=function(e,t){const{colDomain:o,rowDomain:s}=zO(e,t);return[...o.slice(0,o.length-1),...s]}(this,o),i=this.measureValueToNumber(this._getPivotCellValueAndFormat(t.id,s));return 0===i?{value:""}:{value:this.measureValueToNumber(e)/i,format:eU}}asPercentOfParentTotal(e,t,o,s){const{fieldNameWithGranularity:i}=s;if(!i)return e;if(!qO(i,o))return{value:""};const n=function(e,t,o){let{rowDomain:s,colDomain:i}=zO(e,o);if("row"===ZO(e,t)){const e=s.findIndex((e=>e.field===t));if(-1===e)return o;s=s.slice(0,e+1)}else{const e=i.findIndex((e=>e.field===t));if(-1===e)return o;i=i.slice(0,e+1)}return[...s,...i]}(this,i,o),r=this._getPivotCellValueAndFormat(t.id,n),a=this.measureValueToNumber(r);return 0===a?{value:""}:{value:this.measureValueToNumber(e)/a,format:eU}}asIndex(e,t,o){const s=this.measureValueToNumber(e),i=this.getRowTotal(t.id,o),n=this.getColumnTotal(t.id,o),r=this.getGrandTotal(t.id);return 0===i||0===n?{value:on.DivisionByZero}:{value:s*r/(n*i),format:void 0}}asRunningTotal(e,t,o,s,i){const{fieldNameWithGranularity:n}=s;if(!n)return e;const r="running_total"===i?this.runningTotal:this.runningTotalInPercent;let a=r[t.id]?.[n];a||(a=this.computeRunningTotal(t,n,i),r[t.id]||(r[t.id]={}),r[t.id][n]=a);const{rowDomain:l,colDomain:c}=zO(this,o),h=jO(c),d=jO(l),u=a[h]?.[d];return{value:u??"",format:"running_total"===i?e.format:eU}}asPercentOf(e,t,o,s){const{fieldNameWithGranularity:i,value:n}=s;if(void 0===n||!i)return e;if(!qO(i,o))return{value:""};const r=this.getComparisonValue(t,o,i,n),a=this.strictMeasureValueToNumber(e);return 0===r||"sameValue"===r&&0===a?{value:on.DivisionByZero}:!r||"sameValue"===r&&!a?{value:""}:"sameValue"===r?{value:1,format:eU}:void 0===a?{value:on.NullError}:{value:a/r,format:eU}}asDifferenceFrom(e,t,o,s){const{fieldNameWithGranularity:i,value:n}=s;if(void 0===n||!i)return e;if(!qO(i,o))return{value:""};const r=this.getComparisonValue(t,o,i,n)||0;return"sameValue"===r?{value:""}:{value:this.measureValueToNumber(e)-r,format:e.format}}asDifferenceFromInPercent(e,t,o,s){const{fieldNameWithGranularity:i,value:n}=s;if(void 0===n||!i)return e;if(!qO(i,o))return{value:""};const r=this.getComparisonValue(t,o,i,n),a=this.strictMeasureValueToNumber(e);return 0===r?{value:on.DivisionByZero}:r&&"sameValue"!==r?void 0===a?{value:on.NullError}:{value:(a-r)/r,format:eU}:{value:""}}asRank(e,t,o,s,i){const{fieldNameWithGranularity:n}=s;if(!n)return e;if(!qO(n,o))return{value:""};const r="asc"===i?this.rankAsc:this.rankDesc;let a=r[t.id]?.[n];a||(a=this.computeRank(t,n,i),r[t.id]||(r[t.id]={}),r[t.id][n]=a);const{rowDomain:l,colDomain:c}=zO(this,o),h=jO(c),d=jO(l),u=a[h]?.[d];return{value:u??""}}computeRank(e,t,o){const s={},i=ZO(this,t),n="row"===i?"column":"row";let r=this.getPivotValueCells(e.id);"column"===i&&(r=Un(r));for(const a of r){const r=jO(BO(this,n,a[0].domain)),l=a.map((t=>({...t,value:this.strictMeasureValueToNumber(this._getPivotCellValueAndFormat(e.id,t.domain)),rowDomain:BO(this,i,t.domain)}))).filter((e=>qO(t,e.rowDomain))),c=Object.groupBy(l,(e=>XO(e.rowDomain,t)));for(const e in c)c[e]=lo(c[e]||[],(e=>e.value)).filter((e=>void 0!==e.value)).sort(((e,t)=>"asc"===o?e.value-t.value:t.value-e.value));s[r]={};for(const e of l){const o=jO(BO(this,i,e.domain)),n=c[XO(e.rowDomain,t)];if(!n)continue;const a=n.findIndex((t=>t.value===e.value));-1!==a&&(s[r][o]=a+1)}}return"row"===i?s:co(s)}computeRunningTotal(e,t,o){const s={},i=ZO(this,t),n="row"===i?"column":"row";let r=this.getPivotValueCells(e.id);"column"===i&&(r=Un(r));for(const a of r){const r=jO(BO(this,n,a[0].domain));s[r]={};const l={},c=a.map((t=>({...t,rowDomain:BO(this,i,t.domain),value:this.measureValueToNumber(this._getPivotCellValueAndFormat(e.id,t.domain))}))).filter((e=>qO(t,e.rowDomain)));for(const e of c){const o=jO(e.rowDomain),i=KO(e.rowDomain,t),n=(l[i]||0)+e.value;l[i]=n,s[r][o]=n}if("%_running_total"===o)for(const e of c){const o=e.rowDomain,i=jO(o),n=KO(o,t),a=s[r][i]||0,c=l[n];s[r][i]=c?a/c:void 0}}return"row"===i?s:co(s)}getGrandTotal(e){const t=this._getPivotCellValueAndFormat(e,[]);return this.measureValueToNumber(t)}getRowTotal(e,t){const o=zO(this,t).rowDomain,s=this._getPivotCellValueAndFormat(e,o);return this.measureValueToNumber(s)}getColumnTotal(e,t){const o=zO(this,t).colDomain,s=this._getPivotCellValueAndFormat(e,o);return this.measureValueToNumber(s)}isFieldInPivot(e){return this.definition.columns.some((t=>t.nameWithGranularity===e))||this.definition.rows.some((t=>t.nameWithGranularity===e))}getComparisonValue(e,t,o,s){const i=s===UO||s===HO?function(e,t,o,s){const i=ZO(e,o),n="row"===i?e.getExpandedTableStructure().getRowTree():e.getExpandedTableStructure().getColTree(),r=GO(BO(e,i,t),n,o),a=r?.map((e=>e.value))??[],l=function(e,t){const o=t.find((t=>t.field===e));return o?.value}(o,t);if(void 0===l)return;const c=a.indexOf(l);if(void 0===l||-1===c)return;return WO(t,o,a[St(c+(s===UO?-1:1),0,a.length-1)])}(this,t,o,s):WO(t,o,s);if(zt(i,t))return"sameValue";if(!i||!function(e,t){for(const o of t)if(void 0===e.definition.rows.find((e=>e.nameWithGranularity===o.field))&&void 0===e.definition.columns.find((e=>e.nameWithGranularity===o.field)))return!1;const{rowDomain:o,colDomain:s}=zO(e,t);return $O(o,e.getExpandedTableStructure().getRowTree())&&$O(s,e.getExpandedTableStructure().getColTree())}(this,i))throw new cn;const n=this._getPivotCellValueAndFormat(e.id,i);return this.strictMeasureValueToNumber(n)}getPivotValueCells(e){return this.getCollapsedTableStructure().getPivotCells().map((t=>t.filter((t=>"VALUE"===t.type&&t.measure===e)))).filter((e=>e.length>0))}measureValueToNumber(e){if("number"==typeof e.value)return e.value;if(!e.value)return 0;throw new Error(`Value ${e.value} is not a number`)}strictMeasureValueToNumber(e){if("number"==typeof e.value)return e.value;if(e.value)throw new Error(`Value ${e.value} is not a number`)}getCollapsedTableStructure(){const e=super.getCollapsedTableStructure();return this.sortTableStructure(e),e}getExpandedTableStructure(){const e=super.getExpandedTableStructure();return this.sortTableStructure(e),e}sortTableStructure(e){if(!this.definition.sortedColumn||e.isSorted)return;const t=this.definition.sortedColumn.measure;dh(this.definition.sortedColumn,this)&&e.sort(t,this.definition.sortedColumn,((e,t)=>this._getPivotCellValueAndFormat(e,t)))}}}const oU=["ADD_PIVOT","UPDATE_PIVOT","REMOVE_PIVOT"];function sU(e){return oU.includes(e.type)}const iU=new n;iU.add("ALPHANUMERIC_INCREMENT_MODIFIER",{apply:(e,t)=>{e.current+=e.increment;let o=Math.abs(e.current).toString();o="0".repeat(Math.max(e.numberPostfixLength-o.length,0))+o;const s=`${e.prefix}${o}`;return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:s},tooltip:{props:{content:s}}}}}).add("INCREMENT_MODIFIER",{apply:(e,t,o)=>{e.current+=e.increment;const s=e.current.toString(),i=o.getLocale(),n=Er(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:s},tooltip:s?{props:{content:n}}:void 0}}}).add("DATE_INCREMENT_MODIFIER",{apply:(e,t,o)=>{const s=An(e.current,o.getLocale());s.setFullYear(s.getFullYear()+e.increment.years||0),s.setMonth(s.getMonth()+e.increment.months||0),s.setDate(s.getDate()+e.increment.days||0);const i=Hi(s);e.current=i;const n=o.getLocale(),r=Er(i,{format:t.cell?.format,locale:n});return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:i.toString()},tooltip:i?{props:{content:r}}:void 0}}}).add("COPY_MODIFIER",{apply:(e,t,o)=>{const s=t.cell?.content||"",i={locale:o.getLocale(),format:t.cell?.format};return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:s},tooltip:s?{props:{content:t.cell?Jr(t.cell,i).formattedValue:""}}:void 0}}}).add("FORMULA_MODIFIER",{apply:(e,t,o,s)=>{e.current+=e.increment;let i=0,n=0;switch(s){case"up":i=0,n=-e.current;break;case"down":i=0,n=e.current;break;case"left":i=-e.current,n=0;break;case"right":i=e.current,n=0}const r=t.cell;if(!r||!r.isFormula)return{cellData:{}};const a=t.sheetId,l=o.getTranslatedCellFormula(a,i,n,r.compiledFormula.tokens);return{cellData:{border:t.border,style:r.style,format:r.format,content:l},tooltip:l?{props:{content:l}}:void 0}}});const nU=new n,rU=/(\d+)$/,aU=/^(.*\D+)/,lU=/^(.*\D+)(\d+)$/,cU=/^0*/;function hU(e,t,o){let s=[],i=!1;for(const n of t){n===e&&(i=!0);const t=void 0===n||n.isFormula?void 0:Jr(n,{locale:I,format:n.format});if(t&&o(t))s.push(t);else{if(i)return s;s=[]}}return s}function dU(e){let t=1;return e.length>=2&&(t=function(e){const t=[];let o=e[0];for(let s=1;s<e.length;s++){const i=e[s];t.push(i-o),o=i}return t.reduce(((e,t)=>e+t),0)/t.length}(e)*e.length),t}function uU(e){if(e.length<2)return 1;const t=e.map((e=>An(e,I))),o=function(e){if(e.length<2)return[{years:0,months:0,days:0}];const t=e.map(((t,o)=>{if(0===o)return{years:0,months:0,days:0};const s=yi.fromTimestamp(e[o-1].getTime()),i=ji(s,t),n=qi(s,t)%12;s.setFullYear(s.getFullYear()+i),s.setMonth(s.getMonth()+n);return{years:i,months:n,days:Zi(s,t)}}));return t.slice(1)}(t),s=(i=o).length<2?i[0]||{years:0,months:0,days:0}:i.every((e=>e.years===i[0].years&&e.months===i[0].months&&e.days===i[0].days))?i[0]:void 0;var i;if(void 0===s)return;const n=1===Object.values(s).filter((e=>0!==e)).length,r=Object.values(s).every((e=>0===e));if(!n||r){const o=t.map(((e,o)=>{if(0===o)return 0;const s=t[o-1];return Math.floor(e.getTime())-Math.floor(s.getTime())})).slice(1);if(o.every((e=>e===o[0])))return e.length*(e[1]-e[0])}return{years:s.years*e.length,months:s.months*e.length,days:s.days*e.length}}nU.add("simple_value_copy",{condition:(e,t)=>!(1!==t.length||e.isFormula||e.format&&Pr(e.format)),generateRule:()=>({type:"COPY_MODIFIER"}),sequence:10}).add("increment_alphanumeric_value",{condition:e=>!e.isFormula&&Jr(e,{locale:I}).type===r.text&&lU.test(e.content),generateRule:(e,t,o)=>{const s=parseInt(e.content.match(rU)[0]),i=e.content.match(aU)[0],n=hU(e,t,(e=>e.type===r.text&&lU.test(e.value))).filter((e=>i===(e.value??"").toString().match(aU)[0])).map((e=>(e.value??"").toString().match(rU)[0])),a=n.reduce(((e,t)=>{const o=t.match(cU)[0].length;return o>e[1]?[t,o]:e}),[n[0],0]),l=a[1]?a[0].length:0;let c=dU(n.map((e=>parseInt(e))));return["up","left"].includes(o)&&1===n.length&&(c=-c),{type:"ALPHANUMERIC_INCREMENT_MODIFIER",prefix:i,current:s,increment:c,numberPostfixLength:l}},sequence:15}).add("copy_text",{condition:e=>!e.isFormula&&Jr(e,{locale:I}).type===r.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&&Jr(e,{locale:I}).type===r.number&&!!e.format&&Pr(e.format),generateRule:(e,t)=>{const o=uU(hU(e,t,(e=>e.type===r.number&&!!e.format&&Pr(e.format))).map((e=>Number(e.value))));if(void 0===o)return{type:"COPY_MODIFIER"};const s=Jr(e,{locale:I});return"object"==typeof o?{type:"DATE_INCREMENT_MODIFIER",increment:o,current:s.type===r.number?s.value:0}:{type:"INCREMENT_MODIFIER",increment:o,current:s.type===r.number?s.value:0}},sequence:25}).add("increment_number",{condition:e=>!e.isFormula&&Jr(e,{locale:I}).type===r.number,generateRule:(e,t,o)=>{const s=hU(e,t,(e=>e.type===r.number&&!Pr(e.format||""))).map((e=>Number(e.value)));let i=dU(s);["up","left"].includes(o)&&1===s.length&&(i=-i);const n=Jr(e,{locale:I});return{type:"INCREMENT_MODIFIER",increment:i,current:n.type===r.number?n.value:0}},sequence:40});class gU{cells;getters;index=0;direction;constructor(e,t,o){this.cells=e,this.getters=t,this.direction=o}next(){const e=this.cells[this.index++%this.cells.length],t=e.rule,{cellData:o,tooltip:s}=iU.get(t.type).apply(t,e.data,this.getters,this.direction);return{cellData:o,tooltip:s,origin:{col:e.data.col,row:e.data.row}}}}const pU=new class extends n{addTransformation(e,t,o){this.content[e]||(this.content[e]=new Map);for(const s of t)this.content[e].set(s,o);return this}getTransformation(e,t){return this.content[t]&&this.content[t].get(e)}};const mU=new class extends n{add(e,t){return super.add(e,t),this}replace(e,t){return super.replace(e,t),this}get(e){return this.content[e]}};function fU(e,t){if("SPREADSHEET"!==e.pivot.type)return e;if(e.pivot.dataSet?.sheetId!==t.sheetId)return e;const o=Ch(e.pivot.dataSet.zone,t),s=o?{...e.pivot.dataSet,zone:o}:void 0;return{...e,pivot:{...e.pivot,dataSet:s}}}function vU(e,t){if(e.sheetId!==t.sheetId)return e;if(("FREEZE_COLUMNS"===e.type?"COL":"ROW")!==t.dimension)return e;let o=e.quantity;if("REMOVE_COLUMNS_ROWS"===t.type){const e=[...t.elements].sort(((e,t)=>t-e));for(const t of e)o>t&&o--}if("ADD_COLUMNS_ROWS"===t.type){o=o>("before"===t.position?t.base-1:t.base)?o+t.quantity:o}return o>0?{...e,quantity:o}:void 0}function bU(e,t){if(e.sheetId!==t.sheetId)return e;const o=Ch(e.zone,t);if(!o)return;const s=e.newTableRange?yh(e.newTableRange,t):void 0;return{...e,newTableRange:s,zone:o}}function SU(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;let o;if("REMOVE_COLUMNS_ROWS"===t.type)o=_a(t.elements,[e.base])[0];else if("ADD_COLUMNS_ROWS"===t.type){o=Da(Ht(t.position,t.base),t.quantity,[e.base])[0]}return void 0!==o?{...e,base:o}:void 0}function CU(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;const o=Ct(e.start,e.end+1);let s=[];if("REMOVE_COLUMNS_ROWS"===t.type)s=_a(t.elements,o);else if("ADD_COLUMNS_ROWS"===t.type){s=Da(Ht(t.position,t.base),t.quantity,o)}return 0!==s.length?{...e,start:Math.min(...s),end:Math.max(...s)}:void 0}function yU(e,t){return(e=pt(e)).pivot.measures.map((e=>{e.computedBy&&(e.computedBy.formula=ZC(e.computedBy.sheetId,e.computedBy.formula,t))})),e}function wU(e,t){return{...e,definition:lE(e.sheetId,e.definition,t)}}pU.addTransformation("ADD_COLUMNS_ROWS",["ADD_COLUMNS_ROWS"],SU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["ADD_COLUMNS_ROWS"],SU),pU.addTransformation("DELETE_SHEET",["MOVE_RANGES"],(function(e,t){const o=t.sheetId;if(e.targetSheetId===o||e.sheetId===o)return;return e})),pU.addTransformation("DELETE_FIGURE",["UPDATE_FIGURE","UPDATE_CHART","UPDATE_CAROUSEL"],(function(e,t){if(e.figureId===t.figureId)return;return e})),pU.addTransformation("DELETE_CHART",["UPDATE_CHART"],(function(e,t){if(e.chartId===t.chartId)return;return e})),pU.addTransformation("DELETE_CHART",["UPDATE_CAROUSEL"],(function(e,t){return{...e,definition:{...e.definition,items:e.definition.items.filter((e=>!("chart"===e.type&&e.chartId===t.chartId)))}}})),pU.addTransformation("CREATE_SHEET",["CREATE_SHEET"],(function(e,t){e.sheetId===t.sheetId&&(e={...e,sheetId:`${e.sheetId}~`});if(e.name===t.name)return{...e,name:e.name?.match(/\d+/)?e.name.replace(/\d+/,(e=>(parseInt(e)+1).toString())):`${e.name}~`,position:e.position+1};return e})),pU.addTransformation("ADD_MERGE",["ADD_MERGE","REMOVE_MERGE"],(function(e,t){if(e.sheetId!==t.sheetId)return e;const o=[];for(const s of e.target)t.target.every((e=>!Ko(s,e)))&&o.push(s);if(o.length)return{...e,target:o};return})),pU.addTransformation("ADD_COLUMNS_ROWS",["FREEZE_COLUMNS","FREEZE_ROWS"],vU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["FREEZE_COLUMNS","FREEZE_ROWS"],vU),pU.addTransformation("ADD_COLUMNS_ROWS",["UPDATE_TABLE"],bU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["UPDATE_TABLE"],bU),pU.addTransformation("REMOVE_TABLE_STYLE",["CREATE_TABLE","UPDATE_TABLE"],(function(e,t){if(e.config?.styleId!==t.tableStyleId)return e;return{...e,config:{...e.config,styleId:TT.styleId}}})),pU.addTransformation("ADD_COLUMNS_ROWS",["GROUP_HEADERS","UNGROUP_HEADERS","FOLD_HEADER_GROUP","UNFOLD_HEADER_GROUP"],CU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["GROUP_HEADERS","UNGROUP_HEADERS","FOLD_HEADER_GROUP","UNFOLD_HEADER_GROUP"],CU),pU.addTransformation("REMOVE_PIVOT",["RENAME_PIVOT","DUPLICATE_PIVOT","INSERT_PIVOT","UPDATE_PIVOT"],(function(e,t){if(e.pivotId===t.pivotId)return;return e})),pU.addTransformation("DELETE_SHEET",["ADD_PIVOT","UPDATE_PIVOT"],(function(e,t){if("SPREADSHEET"!==e.pivot.type)return e;if(e.pivot.dataSet?.sheetId===t.sheetId)return{...e,pivot:{...e.pivot,dataSet:void 0}};return e})),pU.addTransformation("ADD_COLUMNS_ROWS",["ADD_PIVOT","UPDATE_PIVOT"],fU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["ADD_PIVOT","UPDATE_PIVOT"],fU),mU.add("UPDATE_CELL",(function(e,t){const o=e.content&&ZC(e.sheetId,e.content,t);return{...e,content:o}})),mU.add("ADD_CONDITIONAL_FORMAT",(function(e,t){const o=e.cf.rule;if(e={...e,cf:{...e.cf}},"CellIsRule"===o.type)e.cf.rule={...o,values:o.values.map((o=>ZC(e.sheetId,o,t)))};else if("ColorScaleRule"===o.type){const{minimum:s,maximum:i,midpoint:n}=o;e.cf.rule={...o,minimum:{...s,value:s.value&&ZC(e.sheetId,s.value,t)},maximum:{...i,value:i.value&&ZC(e.sheetId,i.value,t)},midpoint:n?{...n,value:ZC(e.sheetId,n.value,t)}:void 0}}else if("IconSetRule"===o.type){const{upperInflectionPoint:s,lowerInflectionPoint:i}=o;e.cf.rule={...o,upperInflectionPoint:{...s,value:ZC(e.sheetId,s.value,t)},lowerInflectionPoint:{...i,value:ZC(e.sheetId,i.value,t)}}}else"DataBarRule"===o.type&&(e.cf.rule={...o,rangeValues:o.rangeValues?jC(e.sheetId,o.rangeValues,t):void 0});return e})),mU.add("ADD_DATA_VALIDATION_RULE",(function(e,t){return(e={...e,rule:{...e.rule,criterion:{...e.rule.criterion}}}).rule.criterion.values=e.rule.criterion.values.map((o=>ZC(e.sheetId,o,t))),e})),mU.add("ADD_PIVOT",yU),mU.add("UPDATE_PIVOT",yU),mU.add("CREATE_CHART",wU),mU.add("UPDATE_CHART",wU);const IU=[{match:function(e){return"sheetId"in e},fn:RU},{match:function(e){return"target"in e&&"sheetId"in e},fn:function(e,t){const o=RU(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;const s=[];for(const o of e.target){const e=Ch(o,t);e&&s.push(e)}if(!s.length)return"IGNORE_COMMAND";return{...e,target:s}}},{match:function(e){return"sheetId"in e&&"zone"in e},fn:function(e,t){const o=RU(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;const s=Ch(e.zone,t);if(s)return{...e,zone:s};return"IGNORE_COMMAND"}},{match:function(e){return"col"in e&&"row"in e&&"sheetId"in e},fn:function(e,t){const o=RU(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;if("ADD_COLUMNS_ROWS"===t.type||"REMOVE_COLUMNS_ROWS"===t.type)return function(e,t){const o="COL"===t.dimension?"col":"row";let s=e[o];if("REMOVE_COLUMNS_ROWS"===t.type){const e=[...t.elements].sort(((e,t)=>t-e));if(e.includes(s))return"IGNORE_COMMAND";for(const t of e)s>=t&&s--}"ADD_COLUMNS_ROWS"===t.type&&(s>t.base||s===t.base&&"before"===t.position)&&(s+=t.quantity);return{...e,[o]:s}}(e,t);if("ADD_MERGE"===t.type)return function(e,t){for(const o of t.target){if(!(e.col===o.left&&e.row===o.top)&&Jo(e.col,e.row,o))return"IGNORE_COMMAND"}return e}(e,t);return"SKIP_TRANSFORMATION"}},{match:function(e){return"dimension"in e&&"sheetId"in e&&"elements"in e},fn:function(e,t){const o=RU(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;if("ADD_COLUMNS_ROWS"!==t.type&&"REMOVE_COLUMNS_ROWS"!==t.type)return"SKIP_TRANSFORMATION";if(t.dimension!==e.dimension)return e;let s=[];if("REMOVE_COLUMNS_ROWS"===t.type)s=_a(t.elements,e.elements);else if("ADD_COLUMNS_ROWS"===t.type){s=Da(Ht(t.position,t.base),t.quantity,e.elements)}if(0===s.length)return"IGNORE_COMMAND";return{...e,elements:s}}},{match:function(e){return"ranges"in e},fn:function(e,t){if(!("sheetId"in t))return e;const o=e.ranges.map((e=>yh(e,t))).filter(Mt);if(!o.length)return"IGNORE_COMMAND";return{...e,ranges:o}}}];function xU(e,t){const o=pU.getTransformation(e.type,t.type),s=o?o(e,t):function(e,t){for(const{match:o,fn:s}of IU)if(o(e)){const o=s(e,t);if("SKIP_TRANSFORMATION"===o)continue;if("IGNORE_COMMAND"===o)return;e=o}return e}(e,t);return s?function(e,t){const o=mU.get(e.type);if(!o)return e;const s=$a(t);if(s)return o(e,s);return e}(s,t):s}function EU(e,t){let o=[...e];const s=new Set(pU.getKeys());for(const e of t)(s.has(e.type)||Ga.contains(e.type))&&(o=o.reduce(((t,o)=>{const s=xU(o,e);return s&&t.push(s),t}),[]));return o}function RU(e,t){if(!("sheetId"in t))return e;const o="DELETE_SHEET"===t.type&&t.sheetId;return e.sheetId===o?"IGNORE_COMMAND":"CREATE_SHEET"===e.type||"CREATE_SHEET"===t.type||e.sheetId!==t.sheetId?e:"SKIP_TRANSFORMATION"}class TU{rootCommand;timestamp;id;clientId;_commands=[];_changes=[];constructor(e,t,o,s,i,n){this.rootCommand=s,this.timestamp=n,this.id=e,this.clientId=t,this._commands=[...o],this._changes=i?[...i]:[]}setChanges(e){this._changes=e}get commands(){return this._commands}get changes(){return this._changes}}class AU extends Error{}class DU extends wh{revisions;transportService;serverRevisionId;clients={};clientId="local";debouncedMove;pendingMessages=[];awaitingClientPosition;waitingAck=!1;waitingUndoRedoAck=!1;isReplayingInitialRevisions=!1;processedRevisions=new Set;lastRevisionMessage=void 0;uuidGenerator=new vl;lastLocalOperation;constructor(e,t,o=He){super(),this.revisions=e,this.transportService=t,this.serverRevisionId=o,this.debouncedMove=kt(this._move.bind(this),200)}canApplyOptimisticUpdate(){return!this.waitingUndoRedoAck}save(e,t,o){if(!t.length||!o.length||!this.canApplyOptimisticUpdate())return;const s=new TU(this.uuidGenerator.uuidv4(),this.clientId,t,e,o,Date.now());this.revisions.append(s.id,s),"REQUEST_REDO"!==e.type&&(this.lastLocalOperation=s),this.trigger("new-local-state-update",{id:s.id}),this.sendUpdateMessage({type:"REMOTE_REVISION",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:s.id,clientId:s.clientId,commands:s.commands})}undo(e){this.waitingUndoRedoAck=!0,this.sendUpdateMessage({type:"REVISION_UNDONE",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:this.uuidGenerator.uuidv4(),undoneRevisionId:e})}redo(e){this.waitingUndoRedoAck=!0,this.sendUpdateMessage({type:"REVISION_REDONE",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:this.uuidGenerator.uuidv4(),redoneRevisionId:e})}move(e){this.debouncedMove(e)}join(e){e?(this.clients[e.id]=e,this.clientId=e.id):(this.clients.local={id:"local",name:"local"},this.clientId="local"),this.transportService.onNewMessage(this.clientId,this.onMessageReceived.bind(this)),this.awaitingClientPosition&&(this._move(this.awaitingClientPosition),this.awaitingClientPosition=void 0)}loadInitialMessages(e){const t=performance.now(),o=e.reduce(((e,t)=>e+("REMOTE_REVISION"===t.type?t.commands.length:1)),0);this.isReplayingInitialRevisions=!0;for(const t of e)this.onMessageReceived(t);this.isReplayingInitialRevisions=!1,console.debug("Replayed",o,"commands in",performance.now()-t,"ms")}async leave(e){e&&1===Object.keys(this.clients).length&&this.lastRevisionMessage&&"SNAPSHOT_CREATED"!==this.lastRevisionMessage?.type&&await this.snapshot(e()),delete this.clients[this.clientId],this.transportService.leave(this.clientId),this.transportService.sendMessage({type:"CLIENT_LEFT",clientId:this.clientId,version:1})}async snapshot(e){if(0!==this.pendingMessages.length)return;const t=this.uuidGenerator.uuidv4();await this.transportService.sendMessage({type:"SNAPSHOT",nextRevisionId:t,serverRevisionId:this.serverRevisionId,data:{...e,revisionId:t},version:1})}getCurrentClient(){return this.getClient(this.clientId)}getClient(e){const t=this.clients[e];if(!t)throw new AU("The client left the session");return t}getConnectedClients(){return new Set(Object.values(this.clients).filter(Mt))}getRevisionId(){return this.serverRevisionId}isFullySynchronized(){return 0===this.pendingMessages.length}getLastLocalNonEmptyRevision(){return this.lastLocalOperation}_move(e){if(!this.clients[this.clientId])return void(this.awaitingClientPosition=e);const t=this.clients[this.clientId]?.position;if(t?.col===e.col&&t.row===e.row&&t.sheetId===e.sheetId)return;const o=t?"CLIENT_MOVED":"CLIENT_JOINED",s=this.getCurrentClient();this.clients[this.clientId]={...s,position:e},this.transportService.sendMessage({type:o,version:1,client:{...s,position:e}})}onMessageReceived(e){if(!this.isAlreadyProcessed(e))if(this.isWrongServerRevisionId(e))this.trigger("unexpected-revision-id");else{switch(e.type){case"CLIENT_MOVED":this.onClientMoved(e);break;case"CLIENT_JOINED":this.onClientJoined(e);break;case"CLIENT_LEFT":this.onClientLeft(e);break;case"REVISION_REDONE":this.revisions.redo(e.redoneRevisionId,e.nextRevisionId,e.serverRevisionId),this.trigger("revision-redone",{revisionId:e.redoneRevisionId,commands:this.revisions.get(e.redoneRevisionId).commands});break;case"REVISION_UNDONE":this.revisions.undo(e.undoneRevisionId,e.nextRevisionId,e.serverRevisionId),this.trigger("revision-undone",{revisionId:e.undoneRevisionId,commands:this.revisions.get(e.undoneRevisionId).commands});break;case"REMOTE_REVISION":const{clientId:t,commands:o,timestamp:s}=e,i=new TU(e.nextRevisionId,t,o,void 0,void 0,s);if(i.clientId!==this.clientId){this.revisions.insert(i.id,i,e.serverRevisionId);const t=this.pendingMessages.filter((e=>"REMOTE_REVISION"===e.type)).map((e=>e.commands)).flat();this.trigger("remote-revision-received",{commands:EU(o,t)})}break;case"SNAPSHOT_CREATED":{const t=new TU(e.nextRevisionId,"server",[],void 0,void 0,Date.now());this.revisions.insert(t.id,t,e.serverRevisionId),this.dropPendingHistoryMessages(),this.trigger("snapshot"),this.lastLocalOperation=void 0;break}}this.acknowledge(e),this.trigger("collaborative-event-received")}}onClientMoved(e){e.client.id!==this.clientId&&(this.clients[e.client.id]=e.client)}onClientJoined(e){if(e.client.id!==this.clientId){this.clients[e.client.id]=e.client;const t=this.clients[this.clientId];if(t){const{position:e}=t;e&&this.transportService.sendMessage({type:"CLIENT_MOVED",version:1,client:{...t,position:e}})}}}onClientLeft(e){e.clientId!==this.clientId&&delete this.clients[e.clientId]}sendUpdateMessage(e){this.pendingMessages.push(e),this.waitingAck||this.sendPendingMessage()}sendPendingMessage(){let e=this.pendingMessages[0];if(e){if("REMOTE_REVISION"===e.type){let t=this.revisions.get(e.nextRevisionId);0===t.commands.length&&(this.revisions.rebase(t.id),t=this.revisions.get(e.nextRevisionId)),e={...e,clientId:t.clientId,commands:t.commands}}if(this.isReplayingInitialRevisions)throw new Error(`Trying to send a new revision while replaying initial revision. This can lead to endless dispatches every time the spreadsheet is open.\n ${JSON.stringify(e)}`);this.waitingAck=!0,this.transportService.sendMessage({...e,serverRevisionId:this.serverRevisionId})}}acknowledge(e){switch("REVISION_UNDONE"!==e.type&&"REVISION_REDONE"!==e.type||(this.waitingUndoRedoAck=!1),e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"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));const t=this.pendingMessages.findIndex((e=>"REMOTE_REVISION"===e.type));-1!==t&&this.revisions.rebase(this.pendingMessages[t].nextRevisionId),this.serverRevisionId=e.nextRevisionId,this.processedRevisions.add(e.nextRevisionId),this.sendPendingMessage();break}}}isAlreadyProcessed(e){if("CLIENT_MOVED"===e.type&&e.client.id===this.clientId)return!0;switch(e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"REVISION_UNDONE":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})=>"REVISION_REDONE"!==e&&"REVISION_UNDONE"!==e))}}const _U=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"]);function FU(e){return _U.has(e.type)}const OU=[PU,function(e,t){return"target"in t&&Array.isArray(t.target)?{...pt(t),target:e.getSelectedZones()}:t},NU,function(e,t){return"ranges"in t?{...pt(t),ranges:e.getSelectedZones().map((t=>e.getRangeDataFromZone(e.getActiveSheetId(),t)))}:t}];function PU(e,t){return"sheetId"in t?{...pt(t),sheetId:e.getActiveSheetId()}:t}function MU(e,t){return"zone"in t?{...pt(t),zone:e.getSelectedZone()}:t}function NU(e,t){if(!("row"in t)||!("col"in t))return t;const{col:o,row:s}=e.getActivePosition();return{...pt(t),col:o,row:s}}const kU=new vl;function LU(e,t){const o=e.getSelectedZone();return{...PU(e,t),elements:"COL"===t.dimension?Ct(o.left,o.right+1):Ct(o.top,o.bottom+1)}}function VU(e,t){const o=e.getSelectedZone();return{...pt(t),zone:o}}function UU(e,t){const o=pt(t),s=e.getSelectedZone(),{top:i,bottom:n,left:r,right:a}=s;return"cols"in o?o.cols=Ct(r,a+1):"rows"in o&&(o.rows=Ct(i,n+1)),o}function HU(e,t){const o=e.getSelectedZone();return{...PU(e,t),start:"COL"===t.dimension?o.left:o.top,end:"COL"===t.dimension?o.right:o.bottom}}const zU=new n;zU.add("UPDATE_CELL",$U),zU.add("CLEAR_CELL",$U),zU.add("CLEAR_CELLS",$U),zU.add("DELETE_CONTENT",$U),zU.add("ADD_MERGE",$U),zU.add("REMOVE_MERGE",$U),zU.add("SET_FORMATTING",$U),zU.add("CLEAR_FORMATTING",$U),zU.add("SET_BORDER",$U),zU.add("CREATE_TABLE",$U),zU.add("REMOVE_TABLE",$U),zU.add("HIDE_SHEET",$U),zU.add("ADD_COLUMNS_ROWS",(function(e,t){const o=e.getActivePosition();return{...PU(e,t),base:"COL"===t.dimension?o.col:o.row}})),zU.add("REMOVE_COLUMNS_ROWS",LU),zU.add("HIDE_COLUMNS_ROWS",LU),zU.add("RESIZE_COLUMNS_ROWS",LU),zU.add("CREATE_SHEET",(function(e,t){const o=pt(t);o.sheetId=kU.smallUuid();const s=t.name||e.getSheet(e.getActiveSheetId()).name,i=s.match(/(.+?)\d*$/)?.[1]||s;return o.name=e.getNextSheetName(i),o})),zU.add("CREATE_FIGURE",(function(e,t){const o=NU(e,PU(e,t));return o.figureId=kU.smallUuid(),o})),zU.add("CREATE_CHART",(function(e,t){const o=kU.smallUuid();return{...PU(e,t),figureId:o,chartId:o}})),zU.add("CREATE_IMAGE",(function(e,t){return{...PU(e,t),figureId:kU.smallUuid()}})),zU.add("GROUP_HEADERS",HU),zU.add("UNGROUP_HEADERS",HU),zU.add("UNFOLD_HEADER_GROUPS_IN_ZONE",MU),zU.add("FOLD_HEADER_GROUPS_IN_ZONE",MU);const BU=new n;function $U(e,t){let o=pt(t);for(const t of OU)o=t(e,o);return o}function GU(e,t){if(e.rootCommand&&"object"==typeof e.rootCommand)return f(e.rootCommand)?function(e,t){if(!t)return;if(!zU.contains(t.type))return;return zU.get(t.type)(e,t)}(t,e.rootCommand):function(e,t,o){if(!BU.contains(t.type))return;return BU.get(t.type)(e,t,o)}(t,e.rootCommand,e.commands)}BU.add("PASTE",(function(e,t){return{type:"REPEAT_PASTE",pasteOption:pt(t.pasteOption),target:e.getSelectedZones()}})),BU.add("INSERT_CELL",VU),BU.add("DELETE_CELL",VU),BU.add("AUTORESIZE_COLUMNS",UU),BU.add("AUTORESIZE_ROWS",UU),BU.add("SORT_CELLS",(function(e,t){const o=e.getSelectedZone();return{...PU(e,t),col:o.left,row:o.top,zone:o}})),BU.add("SUM_SELECTION",$U),BU.add("SET_DECIMAL",$U),BU.add("DELETE_UNFILTERED_CONTENT",$U);class WU{trackedValues=new Set;domainToArray(e){return e.flatMap((e=>[e.field,xn(e.value)]))}isValuePresent(e,t){const o=JSON.stringify({measure:e,domain:this.domainToArray(t)});return this.trackedValues.has(o)}isHeaderPresent(e){const t=JSON.stringify({domain:this.domainToArray(e)});return this.trackedValues.has(t)}trackValue(e,t){const o=JSON.stringify({measure:e,domain:this.domainToArray(t)});this.trackedValues.add(o)}trackHeader(e){const t=JSON.stringify({domain:this.domainToArray(e)});this.trackedValues.add(t)}}const qU=5242880;const ZU={filterType:"criterion",type:"none",values:[]};class jU{getters;sheetId;boundaries;top;bottom;left;right;offsetX;offsetY;canScrollVertically;canScrollHorizontally;viewportWidth;viewportHeight;offsetCorrectionX;offsetCorrectionY;constructor(e,t,o,s,i,n){if(this.getters=e,this.sheetId=t,this.boundaries=o,s.width<0||s.height<0)throw new Error("Viewport size cannot be negative");this.viewportWidth=s.height&&s.width,this.viewportHeight=s.width&&s.height,this.top=o.top,this.bottom=o.bottom,this.left=o.left,this.right=o.right,this.offsetX=n.x,this.offsetY=n.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(){const e=this.getters.findLastVisibleColRowIndex(this.sheetId,"COL",{first:this.boundaries.left,last:this.boundaries.right}),t=this.getters.findLastVisibleColRowIndex(this.sheetId,"ROW",{first:this.boundaries.top,last:this.boundaries.bottom}),{end:o}=this.getters.getColDimensions(this.sheetId,e),{end:s}=this.getters.getRowDimensions(this.sheetId,t);let i=o-this.offsetCorrectionX;this.canScrollHorizontally&&(i=Math.max(i,this.viewportWidth));let n=s-this.offsetCorrectionY;return this.canScrollVertically&&(n=Math.max(n,this.viewportHeight),s+Fe>n&&!this.getters.isReadonly()&&(n+=Fe)),{width:i,height:n}}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){const t=this.sheetId,o=this.getters.getMainCellPosition({sheetId:t,...e}),{col:s,row:i}=this.getters.getNextVisibleCellPosition(o);Jo(s,this.boundaries.top,this.boundaries)&&this.adjustPositionX(s),Jo(this.boundaries.left,i,this.boundaries)&&this.adjustPositionY(i)}adjustPositionX(e){const t=this.sheetId,{start:o,end:s}=this.getters.getColDimensions(t,e);this.offsetX+this.viewportWidth+this.offsetCorrectionX<s?this.offsetX=s-this.viewportWidth:this.offsetX+this.offsetCorrectionX>o&&(this.offsetX=o-this.offsetCorrectionX),this.adjustViewportZoneX()}adjustPositionY(e){const t=this.sheetId,{start:o,end:s}=this.getters.getRowDimensions(t,e);this.offsetY+this.viewportHeight+this.offsetCorrectionY<s?this.offsetY=s-this.viewportHeight:this.offsetY+this.offsetCorrectionY>o&&(this.offsetY=o-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){const t=jo(e,this),o=this.snapCorrection.x,s=this.snapCorrection.y;if(t){return{x:this.getters.getColRowOffset("COL",this.left,t.left)+this.offsetCorrectionX-(this.left!==t.left?o:0),y:this.getters.getColRowOffset("ROW",this.top,t.top)+this.offsetCorrectionY-(this.top!==t.top?s:0),width:Math.min(this.getters.getColRowOffset("COL",t.left,t.right+1)-(this.left===t.left?o:0),this.viewportWidth),height:Math.min(this.getters.getColRowOffset("ROW",t.top,t.bottom+1)-(this.top===t.top?s:0),this.viewportHeight)}}}getFullRect(e){const t=jo(e,this.boundaries),o=this.snapCorrection.x,s=this.snapCorrection.y;if(t){return{x:this.getters.getColRowOffset("COL",this.left,e.left)+this.offsetCorrectionX-o,y:this.getters.getColRowOffset("ROW",this.top,e.top)+this.offsetCorrectionY-s,width:this.getters.getColRowOffset("COL",e.left,e.right+1),height:this.getters.getColRowOffset("ROW",e.top,e.bottom+1)}}}isVisible(e,t){return t<=this.bottom&&t>=this.top&&e>=this.left&&e<=this.right&&!this.getters.isColHidden(this.sheetId,e)&&!this.getters.isRowHidden(this.sheetId,t)}searchHeaderIndex(e,t,o=0){if(this.viewportWidth<=0||this.viewportHeight<=0)return-1;const s=this.sheetId,i=this.getters.getNumberHeaders(s,e);let n=o,r=i;for(;n<=r&&n!==i&&-1!==r;){const i=Math.floor((n+r)/2),a=this.getters.getColRowOffset(e,o,i),l=this.getters.getHeaderSize(s,e,i);if(t>=a&&t<a+l)return i;t>=a+l?n=i+1:r=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){const{width:e}=this.getMaxSize();this.viewportWidth+this.offsetX>e&&(this.offsetX=Math.max(0,e-this.viewportWidth))}this.adjustViewportZoneX()}adjustViewportOffsetY(){if(this.canScrollVertically){const{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&&(-1===this.left&&(this.left=this.boundaries.left),-1===this.right&&(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&&(-1===this.top&&(this.top=this.boundaries.top),-1===this.bottom&&(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)))}}}const YU=(new n).add("settings",class extends rV{static getters=["getLocale"];locale=I;allowDispatch(e){return"UPDATE_LOCALE"===e.type?Ul(e.locale)?"Success":"InvalidLocale":"Success"}handle(e){if("UPDATE_LOCALE"===e.type){const t=this.locale,o=e.locale;this.history.update("locale",o),this.changeCellsDateFormatWithLocale(t,o)}}getLocale(){return this.locale}changeCellsDateFormatWithLocale(e,t){for(const o of this.getters.getSheetIds())for(const[s,i]of Object.entries(this.getters.getCells(o))){let o;if(i.format===e.dateFormat&&(o=t.dateFormat),i.format===e.timeFormat&&(o=t.timeFormat),i.format===Ql(e)&&(o=Ql(t)),o){const{col:e,row:t,sheetId:i}=this.getters.getCellPosition(s);this.dispatch("UPDATE_CELL",{col:e,row:t,sheetId:i,format:o})}}}import(e){this.locale=e.settings?.locale??I}export(e){e.settings={locale:this.locale}}}).add("sheet",class extends rV{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"];sheetIdsMapName={};orderedSheetIds=[];sheets={};cellPosition={};allowDispatch(e){const t=this.chainValidations(this.checkSheetExists,this.checkZonesAreInSheet)(e);if("Success"!==t)return t;switch(e.type){case"HIDE_SHEET":return 1===this.getVisibleSheetIds().length?"NotEnoughSheets":"Success";case"CREATE_SHEET":return this.checkValidations(e,this.checkSheetName,this.checkSheetPosition);case"DUPLICATE_SHEET":return this.sheets[e.sheetIdTo]?"DuplicatedSheetId":this.orderedSheetIds.map(this.getSheetName.bind(this)).includes(e.sheetNameTo)?"DuplicatedSheetName":"Success";case"MOVE_SHEET":try{const t=this.orderedSheetIds.findIndex((t=>t===e.sheetId));return this.findIndexOfTargetSheet(t,e.delta),"Success"}catch(e){return"WrongSheetMove"}case"RENAME_SHEET":return this.isRenameAllowed(e);case"COLOR_SHEET":return!e.color||_s(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":{const t=ro(e.elements),o=no(e.elements);return t<0||!this.doesHeaderExist(e.sheetId,e.dimension,o)?"InvalidHeaderIndex":this.checkElementsIncludeAllNonFrozenHeaders(e.sheetId,e.dimension,e.elements)?"NotEnoughElements":"Success"}case"FREEZE_ROWS":return this.checkValidations(e,this.checkRowFreezeQuantity,this.checkRowFreezeOverlapMerge);case"FREEZE_COLUMNS":return this.checkValidations(e,this.checkColFreezeQuantity,this.checkColFreezeOverlapMerge);default:return"Success"}}handle(e){switch(e.type){case"SET_GRID_LINES_VISIBILITY":this.setGridLinesVisibility(e.sheetId,e.areGridLinesVisible);break;case"CREATE_SHEET":const t=this.createSheet(e.sheetId,e.name||this.getNextSheetName(),e.cols||26,e.rows||100,e.position);this.history.update("sheetIdsMapName",t.name,t.id);break;case"MOVE_SHEET":this.moveSheet(e.sheetId,e.delta);break;case"RENAME_SHEET":this.renameSheet(this.sheets[e.sheetId],e.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":"COL"===e.dimension?this.removeColumns(this.sheets[e.sheetId],[...e.elements]):this.removeRows(this.sheets[e.sheetId],[...e.elements]);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.addColumns(this.sheets[e.sheetId],e.base,e.position,e.quantity):this.addRows(this.sheets[e.sheetId],e.base,e.position,e.quantity);break;case"UPDATE_CELL_POSITION":this.updateCellPosition(e);break;case"FREEZE_COLUMNS":this.setPaneDivisions(e.sheetId,e.quantity,"COL");break;case"FREEZE_ROWS":this.setPaneDivisions(e.sheetId,e.quantity,"ROW");break;case"UNFREEZE_ROWS":this.setPaneDivisions(e.sheetId,0,"ROW");break;case"UNFREEZE_COLUMNS":this.setPaneDivisions(e.sheetId,0,"COL");break;case"UNFREEZE_COLUMNS_ROWS":this.setPaneDivisions(e.sheetId,0,"COL"),this.setPaneDivisions(e.sheetId,0,"ROW")}}import(e){for(const t of e.sheets)this.sheetIdsMapName[t.name]=t.id;for(const t of e.sheets){const e=t.name||"Sheet"+(Object.keys(this.sheets).length+1),{colNumber:o,rowNumber:s}=this.getImportedSheetSize(t),i={id:t.id,name:e,numberOfCols:o,rows:Aa(s),areGridLinesVisible:void 0===t.areGridLinesVisible||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(Mt).map((e=>{const t=this.sheets[e],o={id:t.id,name:t.name,colNumber:t.numberOfCols,rowNumber:this.getters.getNumberRows(t.id),rows:{},cols:{},merges:[],cells:{},styles:{},formats:{},borders:{},conditionalFormats:[],dataValidationRules:[],figures:[],tables:[],areGridLinesVisible:void 0===t.areGridLinesVisible||t.areGridLinesVisible,isVisible:t.isVisible,color:t.color};return(t.panes.xSplit||t.panes.ySplit)&&(o.panes=t.panes),o}))}export(e){this.exportSheets(e)}exportForExcel(e){this.exportSheets(e)}getGridLinesVisibility(e){return this.getSheet(e).areGridLinesVisible}tryGetSheet(e){return this.sheets[e]}getSheet(e){const t=this.sheets[e];if(!t)throw new Error(`Sheet ${e} not found.`);return t}isSheetVisible(e){return this.getSheet(e).isVisible}getSheetName(e){return this.getSheet(e).name}tryGetSheetName(e){return this.tryGetSheet(e)?.name}getSheetIdByName(e){if(e){const t=mt(e);for(const e in this.sheetIdsMapName)if(Pa(e,t))return this.sheetIdsMapName[e]}}getSheetIds(){return this.orderedSheetIds}getVisibleSheetIds(){return this.orderedSheetIds.filter(this.isSheetVisible.bind(this))}doesHeaderExist(e,t,o){return"COL"===t?o>=0&&o<this.getNumberCols(e):o>=0&&o<this.getNumberRows(e)}doesHeadersExist(e,t,o){return o.every((o=>this.doesHeaderExist(e,t,o)))}getCell({sheetId:e,col:t,row:o}){const s=this.tryGetSheet(e),i=s?.rows[o]?.cells[t];if(void 0!==i)return this.getters.getCellById(i)}getColsZone(e,t,o){return{top:0,bottom:this.getNumberRows(e)-1,left:t,right:o}}getRowCells(e,t){return Object.values(this.getSheet(e).rows[t]?.cells).filter(Mt)}getRowsZone(e,t,o){return{top:t,bottom:o,left:0,right:this.getSheet(e).numberOfCols-1}}getCellPosition(e){const t=this.cellPosition[e];if(!t)throw new Error(`asking for a cell position that doesn't exist, cell id: ${e}`);return t}getNumberCols(e){return this.getSheet(e).numberOfCols}getNumberRows(e){return this.getSheet(e).rows.length}getNumberHeaders(e,t){return"COL"===t?this.getNumberCols(e):this.getNumberRows(e)}getNextSheetName(e="Sheet"){return Fa(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(void 0===t.bottom||void 0===t.right)return t;const o=0===t.left&&t.right===this.getNumberCols(e)-1,s=0===t.top&&t.bottom===this.getNumberRows(e)-1;return{...t,bottom:s?void 0:t.bottom,right:o&&!s?void 0:t.right}}getPaneDivisions(e){return this.getSheet(e).panes}setPaneDivisions(e,t,o){const s={...this.getPaneDivisions(e)};"COL"===o?s.xSplit=t:"ROW"===o&&(s.ySplit=t),this.history.update("sheets",e,"panes",s)}checkElementsIncludeAllNonFrozenHeaders(e,t,o){const s=this.getters.getPaneDivisions(e),i="ROW"===t?s.ySplit:s.xSplit,n=this.getters.getNumberHeaders(e,t);if(!i)return!1;return Gt(o,Ct(i,n))}getCommandZones(e){const t=[];return"zone"in e&&t.push(e.zone),"target"in e&&t.push(...e.target),"ranges"in e&&t.push(...e.ranges.map((e=>this.getters.getRangeFromRangeData(e).zone))),"col"in e&&void 0!==e.col&&"row"in e&&void 0!==e.row&&t.push({top:e.row,left:e.col,bottom:e.row,right:e.col}),t}checkZonesExistInSheet(e,t){if(!t.every(Ho))return"InvalidRange";if(t.length){const o=this.getSheetZone(e);return t.every((e=>Qo(e,o)))?"Success":"TargetOutOfSheet"}return"Success"}updateCellPosition(e){const{sheetId:t,cellId:o,col:s,row:i}=e;o?this.setNewPosition(o,t,s,i):this.clearPosition(t,s,i)}setNewPosition(e,t,o,s){const i=this.cellPosition[e];i&&this.clearPosition(t,i.col,i.row),this.history.update("cellPosition",e,{row:s,col:o,sheetId:t}),this.history.update("sheets",t,"rows",s,"cells",o,e)}clearPosition(e,t,o){const s=this.sheets[e]?.rows[o].cells[t];s&&(this.history.update("cellPosition",s,void 0),this.history.update("sheets",e,"rows",o,"cells",t,void 0))}setGridLinesVisibility(e,t){this.history.update("sheets",e,"areGridLinesVisible",t)}createSheet(e,t,o,s,i){const n={id:e,name:t,numberOfCols:o,rows:Aa(s),areGridLinesVisible:!0,isVisible:!0,panes:{xSplit:0,ySplit:0}},r=this.orderedSheetIds.slice();r.splice(i,0,n.id);const a=this.sheets;return this.history.update("orderedSheetIds",r),this.history.update("sheets",Object.assign({},a,{[n.id]:n})),n}moveSheet(e,t){const o=this.orderedSheetIds.slice(),s=o.findIndex((t=>t===e)),i=o.splice(s,1),n=this.findIndexOfTargetSheet(s,t);o.splice(n,0,i[0]),this.history.update("orderedSheetIds",o)}findIndexOfTargetSheet(e,t){for(;0!==t&&0<=e&&e<=this.orderedSheetIds.length;)t>0?(e++,this.isSheetVisible(this.orderedSheetIds[e])&&t--):t<0&&(e--,this.isSheetVisible(this.orderedSheetIds[e])&&t++);if(0===t)return e;throw new Error("There is not enough visible sheets")}checkSheetName(e){const t=this.getters.tryGetSheetName(e.sheetId),o="RENAME_SHEET"===e.type?e.newName:e.name;if(void 0!==t&&o===t)return"UnchangedSheetName";const{orderedSheetIds:s,sheets:i}=this,n=o&&o.trim().toLowerCase();return s.find((t=>Pa(i[t]?.name,n)&&t!==e.sheetId))?"DuplicatedSheetName":Ke.test(n)?"ForbiddenCharactersInSheetName":"Success"}checkSheetPosition(e){const{orderedSheetIds:t}=this;return e.position>t.length||e.position<0?"WrongSheetPosition":"Success"}checkRowFreezeQuantity(e){return e.quantity>=1&&e.quantity<this.getNumberRows(e.sheetId)?"Success":"InvalidFreezeQuantity"}checkColFreezeQuantity(e){return e.quantity>=1&&e.quantity<this.getNumberCols(e.sheetId)?"Success":"InvalidFreezeQuantity"}checkRowFreezeOverlapMerge(e){const t=this.getters.getMerges(e.sheetId);for(const o of t)if(o.top<e.quantity&&e.quantity<=o.bottom)return"MergeOverlap";return"Success"}checkColFreezeOverlapMerge(e){const t=this.getters.getMerges(e.sheetId);for(const o of t)if(o.left<e.quantity&&e.quantity<=o.right)return"MergeOverlap";return"Success"}isRenameAllowed(e){return e.newName&&e.newName.trim().toLowerCase()?this.checkSheetName(e):"MissingSheetName"}renameSheet(e,t){const o=e.name;this.history.update("sheets",e.id,"name",t.trim());const s=Object.assign({},this.sheetIdsMapName);delete s[o],s[t]=e.id,this.history.update("sheetIdsMapName",s)}hideSheet(e){this.history.update("sheets",e,"isVisible",!1)}showSheet(e){this.history.update("sheets",e,"isVisible",!0)}duplicateSheet(e,t,o){const s=pt(this.getSheet(e));s.id=t,s.name=o;for(let e=0;e<=s.numberOfCols;e++)for(let t=0;t<=s.rows.length;t++)s.rows[t]&&(s.rows[t].cells[e]=void 0);const i=this.orderedSheetIds.slice(),n=i.indexOf(e);i.splice(n+1,0,s.id),this.history.update("orderedSheetIds",i),this.history.update("sheets",Object.assign({},this.sheets,{[s.id]:s}));for(const t of Object.values(this.getters.getCells(e))){const{col:e,row:o}=this.getCellPosition(t.id);this.dispatch("UPDATE_CELL",{sheetId:s.id,col:e,row:o,content:t.content,format:t.format,style:t.style})}const r=Object.assign({},this.sheetIdsMapName);r[s.name]=s.id,this.history.update("sheetIdsMapName",r)}getDuplicateSheetName(e){return Oa(e,this.orderedSheetIds.map(this.getSheetName.bind(this)))}deleteSheet(e){const t=e.name,o=Object.assign({},this.sheets);delete o[e.id],this.history.update("sheets",o);const s=this.orderedSheetIds.slice(),i=s.indexOf(e.id);s.splice(i,1),this.history.update("orderedSheetIds",s);const n=Object.assign({},this.sheetIdsMapName);delete n[t],this.history.update("sheetIdsMapName",n)}removeColumns(e,t){t.sort(((e,t)=>t-e));for(const o of t)this.moveCellOnColumnsDeletion(e,o);const o=this.sheets[e.id].numberOfCols;this.history.update("sheets",e.id,"numberOfCols",o-t.length);const s=t.filter((t=>t<e.panes.xSplit)).length;s&&this.setPaneDivisions(e.id,e.panes.xSplit-s,"COL")}removeRows(e,t){t.sort(((e,t)=>t-e));for(const o of yt(t)){const t=o[o.length-1],s=o[0];this.moveCellOnRowsDeletion(e,t,s),this.updateRowsStructureOnDeletion(e,t,s)}const o=t.filter((t=>t<e.panes.ySplit)).length;o&&this.setPaneDivisions(e.id,e.panes.ySplit-o,"ROW")}addColumns(e,t,o,s){const i="before"===o?t:t+1;this.moveCellsOnAddition(e,i,s,"columns");const n=this.sheets[e.id].numberOfCols;this.history.update("sheets",e.id,"numberOfCols",n+s),i<e.panes.xSplit&&this.setPaneDivisions(e.id,e.panes.xSplit+s,"COL")}addRows(e,t,o,s){const i="before"===o?t:t+1;this.addEmptyRows(e,s),this.moveCellsOnAddition(e,i,s,"rows"),i<e.panes.ySplit&&this.setPaneDivisions(e.id,e.panes.ySplit+s,"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 o=0;o<e.rows.length;o++){const s=e.rows[o];for(const i in s.cells){const n=Number(i),r=s.cells[i];r&&n>t&&this.setNewPosition(r,e.id,n-1,o)}}}moveCellsOnAddition(e,t,o,s){const i=[];for(let n=0;n<e.rows.length;n++){const r=e.rows[n];if("rows"!==s||n>=t)for(const a in r.cells){const l=Number(a),c=r.cells[a];c&&("rows"===s||l>=t)&&i.push({sheetId:e.id,cellId:c,col:l+("columns"===s?o:0),row:n+("rows"===s?o:0),type:"UPDATE_CELL_POSITION"})}}for(const e of i.reverse())this.updateCellPosition(e)}moveCellOnRowsDeletion(e,t,o){this.dispatch("CLEAR_CELLS",{sheetId:e.id,target:[{left:0,top:t,right:this.getters.getNumberCols(e.id),bottom:o}]});const s=o-t+1;for(let t=0;t<e.rows.length;t++){const i=e.rows[t];if(t>o)for(const o in i.cells){const n=Number(o),r=i.cells[o];r&&this.setNewPosition(r,e.id,n,t-s)}}}updateRowsStructureOnDeletion(e,t,o){const s=[],i=e.rows.map((e=>e.cells)).reverse();for(const n in e.rows){const e=Number(n);e>=t&&e<=o||s.push({cells:i.pop()})}this.history.update("sheets",e.id,"rows",s)}addEmptyRows(e,t){const o=e.rows.slice();for(let e=0;e<t;e++)o.push({cells:{}});this.history.update("sheets",e.id,"rows",o)}getImportedSheetSize(e){const t=Object.keys(e.cells).map(Do);let o=e.rowNumber,s=e.colNumber;for(const{col:e,row:i}of t)o=Math.max(o,i+1),s=Math.max(s,e+1);return{rowNumber:o,colNumber:s}}checkSheetExists(e){return"CREATE_SHEET"!==e.type&&"sheetId"in e&&void 0===this.sheets[e.sheetId]?"InvalidSheetId":"CREATE_SHEET"===e.type&&void 0!==this.sheets[e.sheetId]?"DuplicatedSheetId":"Success"}checkZonesAreInSheet(e){return"sheetId"in e?"ranges"in e&&e.ranges.some((e=>""!==e._sheetId&&!this.getters.tryGetSheet(e._sheetId)))?"InvalidSheetId":this.checkZonesExistInSheet(e.sheetId,this.getCommandZones(e)):"Success"}}).add("header grouping",class extends rV{static getters=["getHeaderGroups","getGroupsLayers","getVisibleGroupLayers","getHeaderGroup","getHeaderGroupsInZone","isGroupFolded","isRowFolded","isColFolded"];groups={};allowDispatch(e){switch(e.type){case"GROUP_HEADERS":{const{start:t,end:o,sheetId:s}=e;if(!this.getters.tryGetSheet(s))return"InvalidSheetId";if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,o]))return"InvalidHeaderGroupStartEnd";if(t>o)return"InvalidHeaderGroupStartEnd";if(this.findGroupWithStartEnd(e.sheetId,e.dimension,t,o))return"HeaderGroupAlreadyExists";break}case"UNGROUP_HEADERS":{const{start:t,end:o,sheetId:s}=e;if(!this.getters.tryGetSheet(s))return"InvalidSheetId";if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,o]))return"InvalidHeaderGroupStartEnd";if(t>o)return"InvalidHeaderGroupStartEnd";break}case"UNFOLD_HEADER_GROUP":case"FOLD_HEADER_GROUP":if(!this.getters.tryGetSheet(e.sheetId))return"InvalidSheetId";const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);if(!t)return"UnknownHeaderGroup";if(Ct(0,this.getters.getNumberHeaders(e.sheetId,e.dimension)).every((o=>o>=t.start&&o<=t.end||this.getters.isHeaderHiddenByUser(e.sheetId,e.dimension,o))))return"NotEnoughElements"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("groups",e.sheetId,{ROW:[],COL:[]});break;case"GROUP_HEADERS":this.groupHeaders(e.sheetId,e.dimension,e.start,e.end);break;case"UNGROUP_HEADERS":this.unGroupHeaders(e.sheetId,e.dimension,e.start,e.end);break;case"DUPLICATE_SHEET":{const t=pt(this.groups[e.sheetId]);this.history.update("groups",e.sheetIdTo,t);break}case"DELETE_SHEET":{const t={...this.groups};delete t[e.sheetId],this.history.update("groups",t);break}case"ADD_COLUMNS_ROWS":const t=Ht(e.position,e.base);this.moveGroupsOnHeaderInsertion(e.sheetId,e.dimension,t,e.quantity);break;case"REMOVE_COLUMNS_ROWS":this.moveGroupsOnHeaderDeletion(e.sheetId,e.dimension,e.elements);break;case"UNFOLD_HEADER_GROUP":{const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.unfoldHeaderGroup(e.sheetId,e.dimension,t);break}case"FOLD_HEADER_GROUP":{const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.foldHeaderGroup(e.sheetId,e.dimension,t);break}case"UNFOLD_ALL_HEADER_GROUPS":{const t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(const o of t)this.unfoldHeaderGroup(e.sheetId,e.dimension,o);break}case"FOLD_ALL_HEADER_GROUPS":{const t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(const o of t)this.foldHeaderGroup(e.sheetId,e.dimension,o);break}case"FOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_HEADER_GROUPS_IN_ZONE":{const t="UNFOLD_HEADER_GROUPS_IN_ZONE"===e.type?"unfold":"fold",o=this.getGroupsLayers(e.sheetId,e.dimension);"fold"===t&&o.reverse();const s=o.flat(),i="ROW"===e.dimension?e.zone.top:e.zone.left,n="ROW"===e.dimension?e.zone.bottom:e.zone.right,r=new Set;for(let e=i;e<=n;e++){const o=s.filter((t=>t.start-1<=e&&e<=t.end));for(const e of o)if(!("fold"===t&&e.isFolded||"unfold"===t&&!e.isFolded)){r.add(e);break}}for(const o of r)"unfold"===t?this.unfoldHeaderGroup(e.sheetId,e.dimension,o):this.foldHeaderGroup(e.sheetId,e.dimension,o);break}}}getHeaderGroups(e,t){return this.groups[e][t]}getHeaderGroup(e,t,o,s){return this.getHeaderGroups(e,t).find((e=>e.start===o&&e.end===s))}getHeaderGroupsInZone(e,t,o){return this.getHeaderGroups(e,t).filter((e=>{const s="ROW"===t?o.top:o.left,i="ROW"===t?o.bottom:o.right;return this.doGroupOverlap(e,s,i)}))}getGroupsLayers(e,t){const o=this.getHeaderGroups(e,t);return this.bricksFallingAlgorithm(o,0,0)}getVisibleGroupLayers(e,t){const o=this.getGroupsLayers(e,t);for(const s of o)for(let o=s.length-1;o>=0;o--){const i=s[o];if(0===i.start)continue;Ct(i.start-1,i.end+1).every((o=>this.getters.isHeaderHiddenByUser(e,t,o)))&&s.splice(o,1)}return o.filter((e=>e.length>0))}isGroupFolded(e,t,o,s){return this.getHeaderGroup(e,t,o,s)?.isFolded||!1}isRowFolded(e,t){return this.getters.getHeaderGroups(e,"ROW").some((e=>e.start<=t&&t<=e.end&&e.isFolded))}isColFolded(e,t){return this.getters.getHeaderGroups(e,"COL").some((e=>e.start<=t&&t<=e.end&&e.isFolded))}getGroupId(e){return`${e.start}-${e.end}}`}bricksFallingAlgorithm(e,t,o,s=0){const i={};for(const t of e)i[this.getGroupId(t)]=t.isFolded;const n={};for(const t of e)for(let e=t.start;e<=t.end;e++)n[e]=n[e]?n[e]+1:1;for(let e=t;e<=o;e++)n[e]=n[e]?n[e]+s:s;const r=Math.max(...Object.values(n),0),a=Array.from({length:r},(()=>[])),l=Math.max(o,...e.map((e=>e.end))),c=Math.min(t,...e.map((e=>e.start)));for(let e=c;e<=l;e++){const t=n[e]||0;for(let o=0;o<t;o++){const t=a[o].at(-1);if(t&&Kt([t.end,e]))t.end++;else{const t={start:e,end:e};a[o].push(t)}}}for(const e of a)for(const t of e)t.isFolded=i[this.getGroupId(t)];return a}groupHeaders(e,t,o,s){const i=this.getHeaderGroups(e,t),n=this.bricksFallingAlgorithm(i,o,s,1).flat();this.history.update("groups",e,t,this.removeDuplicateGroups(n))}unGroupHeaders(e,t,o,s){const i=this.getHeaderGroups(e,t),n=this.bricksFallingAlgorithm(i,o,s,-1).flat();this.history.update("groups",e,t,this.removeDuplicateGroups(n))}moveGroupsOnHeaderInsertion(e,t,o,s){const i=this.groups[e][t];for(let n=0;n<i.length;n++){const r=i[n],[a,l]=Da(o,s,[r.start,r.end]);a===r.start&&l===r.end||this.history.update("groups",e,t,n,{...r,start:a,end:l})}}moveGroupsOnHeaderDeletion(e,t,o){const s=this.getHeaderGroups(e,t),i=[];for(const e of s){const t=_a(o,Ct(e.start,e.end+1));0!==t.length&&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,o){return e.start<=o&&e.end>=t}removeDuplicateGroups(e){const t={};for(const o of e)t[this.getGroupId(o)]=o;return Object.values(t)}findGroupWithStartEnd(e,t,o,s){return this.getHeaderGroups(e,t).find((e=>e.start===o&&e.end===s))}foldHeaderGroup(e,t,o){const s=this.getGroupIndex(e,t,o.start,o.end);if(void 0===s)return;this.history.update("groups",e,t,s,"isFolded",!0);const i=this.getters.getHeaderGroups(e,t);for(let s=0;s<i.length;s++){const n=i[s];n.start===o.start&&n.end<=o.end&&this.history.update("groups",e,t,s,"isFolded",!0)}}unfoldHeaderGroup(e,t,o){const s=this.getGroupIndex(e,t,o.start,o.end);if(void 0===s)return;this.history.update("groups",e,t,s,"isFolded",!1);const i=this.getters.getHeaderGroups(e,t);for(let s=0;s<i.length;s++){const n=i[s];n.start===o.start&&n.end>=o.end&&this.history.update("groups",e,t,s,"isFolded",!1)}}getGroupIndex(e,t,o,s){const i=this.groups[e][t].findIndex((e=>e.start===o&&e.end===s));return-1===i?void 0:i}import(e){for(const t of e.sheets)if(this.groups[t.id]={ROW:[],COL:[]},t.headerGroups)for(const e of["ROW","COL"])for(const o of t.headerGroups[e]||[])this.groups[t.id][e].push({...o})}export(e){for(const t of e.sheets)t.headerGroups=this.groups[t.id]}exportForExcel(e){for(const t of e.sheets)for(const e of["ROW","COL"]){const o=this.getGroupsLayers(t.id,e);for(let s=0;s<o.length;s++){const i=o[s];for(const o of i){for(let i=o.start;i<=o.end;i++){const n=HA(t,e,i);n.outlineLevel=s+1,o.isFolded&&(n.isHidden=!0)}if(o.isFolded){HA(t,e,o.end+1).collapsed=!0}}}}}}).add("header visibility",class extends rV{static getters=["checkElementsIncludeAllVisibleHeaders","getHiddenColsGroups","getHiddenRowsGroups","isHeaderHiddenByUser","isRowHiddenByUser","isColHiddenByUser"];hiddenHeaders={};allowDispatch(e){switch(e.type){case"HIDE_COLUMNS_ROWS":{if(!this.getters.tryGetSheet(e.sheetId))return"InvalidSheetId";const t="COL"===e.dimension?this.getHiddenColsGroups(e.sheetId):this.getHiddenRowsGroups(e.sheetId),o="COL"===e.dimension?this.getters.getNumberCols(e.sheetId):this.getters.getNumberRows(e.sheetId);return new Set((t||[]).flat().concat(e.elements)).size>=o?"TooManyHiddenElements":ro(e.elements)<0||no(e.elements)>o?"InvalidHeaderIndex":"Success"}case"REMOVE_COLUMNS_ROWS":return this.getters.tryGetSheet(e.sheetId)?this.checkElementsIncludeAllVisibleHeaders(e.sheetId,e.dimension,e.elements)?"NotEnoughElements":"Success":"InvalidSheetId"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":const t={COL:Array(this.getters.getNumberCols(e.sheetId)).fill(!1),ROW:Array(this.getters.getNumberRows(e.sheetId)).fill(!1)};this.history.update("hiddenHeaders",e.sheetId,t);break;case"DUPLICATE_SHEET":this.history.update("hiddenHeaders",e.sheetIdTo,pt(this.hiddenHeaders[e.sheetId]));break;case"DELETE_SHEET":this.history.update("hiddenHeaders",e.sheetId,void 0);break;case"REMOVE_COLUMNS_ROWS":{const t=[...this.hiddenHeaders[e.sheetId][e.dimension]];for(const o of[...e.elements].sort(((e,t)=>t-e)))t.splice(o,1);this.history.update("hiddenHeaders",e.sheetId,e.dimension,t);break}case"ADD_COLUMNS_ROWS":{const t=[...this.hiddenHeaders[e.sheetId][e.dimension]],o=Ht(e.position,e.base);t.splice(o,0,...Array(e.quantity).fill(!1)),this.history.update("hiddenHeaders",e.sheetId,e.dimension,t);break}case"HIDE_COLUMNS_ROWS":for(const t of e.elements)this.history.update("hiddenHeaders",e.sheetId,e.dimension,t,!0);break;case"UNHIDE_COLUMNS_ROWS":for(const t of e.elements)this.history.update("hiddenHeaders",e.sheetId,e.dimension,t,!1)}}checkElementsIncludeAllVisibleHeaders(e,t,o){return Gt(o,this.getAllVisibleHeaders(e,t))}isHeaderHiddenByUser(e,t,o){return"COL"===t?this.isColHiddenByUser(e,o):this.isRowHiddenByUser(e,o)}isRowHiddenByUser(e,t){return this.hiddenHeaders[e].ROW[t]||this.getters.isRowFolded(e,t)}isColHiddenByUser(e,t){return this.hiddenHeaders[e].COL[t]||this.getters.isColFolded(e,t)}getHiddenColsGroups(e){const t=[[]],o=this.hiddenHeaders[e].COL;for(let e=0;e<o.length;e++){o[e]?t[t.length-1].push(e):0!==t[t.length-1].length&&t.push([])}return 0===t[t.length-1].length&&t.pop(),t}getHiddenRowsGroups(e){const t=[[]],o=this.hiddenHeaders[e].ROW;for(let e=0;e<o.length;e++){o[e]?t[t.length-1].push(e):0!==t[t.length-1].length&&t.push([])}return 0===t[t.length-1].length&&t.pop(),t}getAllVisibleHeaders(e,t){const o=Ct(0,this.getters.getNumberHeaders(e,t)),s=[];return this.getters.getHeaderGroups(e,t).forEach((e=>{e.isFolded&&s.push(...Ct(e.start,e.end+1))})),o.filter((o=>!this.hiddenHeaders[e][t][o]&&!s.includes(o)))}import(e){for(const t of e.sheets){this.hiddenHeaders[t.id]={COL:[],ROW:[]};for(let e=0;e<t.rowNumber;e++)this.hiddenHeaders[t.id].ROW[e]=Boolean(t.rows[e]?.isHidden);for(let e=0;e<t.colNumber;e++)this.hiddenHeaders[t.id].COL[e]=Boolean(t.cols[e]?.isHidden)}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(const o of e.sheets){void 0===o.rows&&(o.rows={});for(let e=0;e<this.getters.getNumberRows(o.id);e++)(t||this.hiddenHeaders[o.id].ROW[e])&&(void 0===o.rows[e]&&(o.rows[e]={}),o.rows[e].isHidden||=this.hiddenHeaders[o.id].ROW[e]);void 0===o.cols&&(o.cols={});for(let e=0;e<this.getters.getNumberCols(o.id);e++)(t||this.hiddenHeaders[o.id].COL[e])&&(void 0===o.cols[e]&&(o.cols[e]={}),o.cols[e].isHidden||=this.hiddenHeaders[o.id].COL[e])}}}).add("tables",class extends rV{static getters=["getCoreTable","getCoreTables","getCoreTableMatchingTopLeft"];tables={};nextTableId=1;adaptRanges(e,t){for(const o of this.getCoreTables(t))this.applyRangeChangeOnTable(t,o,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";const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e).zone));return ps(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(const t of this.getCoreTables(e.sheetId)){const o=t.range.zone;for(const t of e.target)if(Ko(o,t))return"MergeInTable"}}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("tables",e.sheetId,{});break;case"DELETE_SHEET":{const t={...this.tables};delete t[e.sheetId],this.history.update("tables",t);break}case"DUPLICATE_SHEET":{const t={};for(const o of this.getCoreTables(e.sheetId))t[o.id]="dynamic"===o.type?this.copyDynamicTableForSheet(e.sheetIdTo,o):this.copyStaticTableForSheet(e.sheetIdTo,o);this.history.update("tables",e.sheetIdTo,t);break}case"CREATE_TABLE":{const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e))),o=this.getters.getRangesUnion(t),s=this.getters.getMergesInZone(e.sheetId,o.zone);s.length&&this.dispatch("REMOVE_MERGE",{sheetId:e.sheetId,target:s});const i=this.consumeNextId(),n=e.config||TT,r="dynamic"===e.tableType?this.createDynamicTable(i,o,n):this.createStaticTable(i,e.tableType,o,n);this.history.update("tables",e.sheetId,r.id,r);break}case"REMOVE_TABLE":{const t={};for(const o of this.getCoreTables(e.sheetId))e.target.every((e=>!jo(o.range.zone,e)))&&(t[o.id]=o);this.history.update("tables",e.sheetId,t);break}case"UPDATE_TABLE":this.updateTable(e);break;case"UPDATE_CELL":{const t=e.sheetId;for(const o of this.getCoreTables(t)){if("dynamic"===o.type)continue;const s=this.canUpdateCellCmdExtendTable(e,o);"down"===s?this.extendTableDown(t,o):"right"===s&&this.extendTableRight(t,o)}break}case"DELETE_CONTENT":{const t={...this.tables[e.sheetId]};for(const o in t){const s=t[o];s&&e.target.some((e=>Qo(s.range.zone,e)))&&this.dispatch("REMOVE_TABLE",{sheetId:e.sheetId,target:[s.range.zone]})}break}}}getCoreTables(e){return this.tables[e]?Object.values(this.tables[e]).filter(Mt):[]}getCoreTable({sheetId:e,col:t,row:o}){return this.getCoreTables(e).find((e=>Jo(t,o,e.range.zone)))}getTablesOverlappingZones(e,t){return this.getCoreTables(e).filter((e=>t.some((t=>Ko(e.range.zone,t)))))}extendTableDown(e,t){const o=this.getters.extendRange(t.range,"ROW",1);this.history.update("tables",e,t.id,this.updateStaticTable(t,o))}extendTableRight(e,t){const o=this.getters.extendRange(t.range,"COL",1);this.history.update("tables",e,t.id,this.updateStaticTable(t,o))}canUpdateCellCmdExtendTable({content:e,sheetId:t,col:o,row:s},i){if(!e)return"none";const n=i.range.zone;let r="none";if(n.bottom+1===s&&o>=n.left&&o<=n.right?r="down":n.right+1===o&&s>=n.top&&s<=n.bottom&&(r="right"),"none"===r)return"none";const a="down"===r?{...n,bottom:n.bottom+1,top:n.bottom+1}:{...n,right:n.right+1,left:n.right+1};for(let e=a.top;e<=a.bottom;e++)for(let o=a.left;o<=a.right;o++){const s={sheetId:t,col:o,row:e},i=this.getters.getCell(s)?.content;if(i||this.getters.isInMerge(s)||this.getTablesOverlappingZones(t,[ls(s)]).length)return"none"}return r}getCoreTableMatchingTopLeft(e,t){for(const o of this.getCoreTables(e)){const e=o.range.zone;if(e.left===t.left&&e.top===t.top)return o}}checkUpdatedTableZoneIsValid(e){if(!e.newTableRange)return"Success";const t=this.getters.getRangeFromRangeData(e.newTableRange).zone,o=this.getters.checkZonesExistInSheet(e.sheetId,[t]);if("Success"!==o)return o;const s=this.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(!s)return"TableNotFound";return this.getTablesOverlappingZones(e.sheetId,[t]).filter((e=>e.id!==s.id)).length?"TableOverlap":"Success"}checkTableConfigUpdateIsValid(e){return e&&(void 0!==e.numberOfHeaders&&e.numberOfHeaders<0||e.hasFilters&&0===e.numberOfHeaders)?"InvalidTableConfig":"Success"}createStaticTable(e,t,o,s,i){const n=o.zone;if(!i){i=[];for(const e of Ct(n.left,n.right+1)){const t={...n,left:e,right:e},r=this.consumeNextId();i.push(this.createFilterFromZone(r,o.sheetId,t,s))}}return{id:e,range:o,filters:i,config:s,type:t}}createDynamicTable(e,t,o){const s=cs(t.zone);return{id:e,range:this.getters.getRangeFromZone(t.sheetId,s),config:o,type:"dynamic"}}updateTable(e){const t=this.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(!t)return;const o=e.newTableRange?this.getters.getRangeFromRangeData(e.newTableRange):void 0;if(o){const t=this.getters.getMergesInZone(e.sheetId,o.zone);this.dispatch("REMOVE_MERGE",{sheetId:e.sheetId,target:t})}const s=o||t.range,i=this.updateTableConfig(e.config,t.config),n=e.tableType??t.type;if("dynamic"===n&&"dynamic"!==t.type||"dynamic"!==n&&"dynamic"===t.type){const o="dynamic"===n?this.createDynamicTable(t.id,s,i):this.createStaticTable(t.id,n,s,i);this.history.update("tables",e.sheetId,t.id,o)}else{const o="dynamic"===t.type?this.updateDynamicTable(t,s,i):this.updateStaticTable(t,s,i,n);this.history.update("tables",e.sheetId,t.id,o)}}updateStaticTable(e,t,o,s=e.type){if("dynamic"===s)throw new Error("Cannot use updateStaticTable to update a dynamic table");const i=t||e.range,n=i.zone,r=this.updateTableConfig(o,e.config),a=r||e.config,l=[];if(t||r&&"numberOfHeaders"in r)for(const t of Ct(n.left,n.right+1)){const o=n.top===e.range.zone.top?e.filters.find((e=>e.col===t)):void 0,s={...n,left:t,right:t},r=o?.id||this.consumeNextId();l.push(this.createFilterFromZone(r,i.sheetId,s,a))}return{...e,range:i,config:a,filters:l.length?l:e.filters,type:s}}updateDynamicTable(e,t,o){const s=t?this.getters.getRangeFromZone(t.sheetId,cs(t.zone)):e.range,i=o||e.config;return{...e,range:s,config:i}}updateTableConfig(e,t){if(!e)return t;const o={...t,...e};return 0===e.numberOfHeaders?o.hasFilters=!1:!0===e.hasFilters&&(o.numberOfHeaders||=1),o}createFilterFromZone(e,t,o,s){return EF(e,this.getters.getRangeFromZone(t,o),s,this.getters.getRangeFromZone)}copyStaticTableForSheet(e,t){const o=this.getters.getRangeFromZone(e,t.range.zone),s=t.filters.map((o=>{const s=this.getters.getRangeFromZone(e,o.rangeWithHeaders.zone);return EF(o.id,s,t.config,this.getters.getRangeFromZone)}));return{id:t.id,range:o,filters:s,config:pt(t.config),type:t.type}}copyDynamicTableForSheet(e,t){const o=this.getters.getRangeFromZone(e,t.range.zone);return{id:t.id,range:o,config:pt(t.config),type:"dynamic"}}applyRangeChangeOnTable(e,t,o){const s=o(t.range);let i;switch(s.changeType){case"REMOVE":return void this.history.update("tables",e,t.id,void 0);case"NONE":return;default:i=s.range}if("dynamic"===t.type){const o=this.updateDynamicTable(t,i);return void this.history.update("tables",e,t.id,o)}const n=[];for(const e of t.filters){const s=o(e.rangeWithHeaders);switch(s.changeType){case"REMOVE":continue;case"NONE":n.push(e);break;default:const o=s.range,i=EF(e.id,o,t.config,this.getters.getRangeFromZone);n.push(i)}}const r=i.zone;if(n.length<es(r).numberOfCols){for(let o=r.left;o<=r.right;o++)if(!n.find((e=>e.col===o))){const s=this.consumeNextId(),i={...r,left:o,right:o};n.push(this.createFilterFromZone(s,e,i,t.config))}n.sort(((e,t)=>e.col-t.col))}const a=this.createStaticTable(t.id,t.type,i,t.config,n);this.history.update("tables",e,t.id,a)}consumeNextId(){const e=`${this.nextTableId}`;return this.history.update("nextTableId",this.nextTableId+1),e}import(e){for(const t of e.sheets)for(const e of t.tables||[]){const o=this.consumeNextId(),s=e.config||TT,i=this.getters.getRangeFromSheetXC(t.id,e.range),n=e.type||"static",r="dynamic"===n?this.createDynamicTable(o,i,s):this.createStaticTable(o,n,i,s);this.history.update("tables",t.id,r.id,r)}}export(e){for(const t of e.sheets)for(const e of this.getCoreTables(t.id)){const o={range:Bo(e.range.zone),type:e.type};zt(e.config,TT)||(o.config=e.config),t.tables.push(o)}}exportForExcel(e){for(const t of e.sheets)for(const e of this.getCoreTables(t.id)){const o=Bo(e.range.zone);t.tables.push({range:o,filters:[],config:e.config})}}}).add("dataValidation",class extends rV{static getters=["cellHasListDataValidationIcon","getDataValidationRule","getDataValidationRules","getValidationRuleForCell"];rules={};adaptRanges(e,t){this.adaptDVRanges(t,e),this.adaptDVFormulas(e)}adaptDVFormulas(e){for(const t in this.rules){for(let o=this.rules[t].length-1;o>=0;o--){const s=this.rules[t][o];for(let i=0;i<s.criterion.values.length;i++){const n=this.getters.adaptFormulaStringDependencies(t,s.criterion.values[i],e);this.history.update("rules",t,o,"criterion","values",i,n)}}}}adaptDVRanges(e,t){for(let o=this.rules[e].length-1;o>=0;o--){const s=this.rules[e][o];for(let i=s.ranges.length-1;i>=0;i--){const n=t(s.ranges[i]);switch(n.changeType){case"REMOVE":if(1===s.ranges.length)this.removeDataValidationRule(e,s.id);else{const t=s.ranges.slice();t.splice(i,1),this.history.update("rules",e,o,"ranges",t)}break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("rules",e,o,"ranges",i,n.range)}}}}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)):"InvalidSheetId";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"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("rules",e.sheetId,[]);break;case"DUPLICATE_SHEET":{const t=pt(this.rules[e.sheetId]).map((t=>({...t,ranges:t.ranges.map((t=>Ha(e.sheetId,e.sheetIdTo,t)))})));this.history.update("rules",e.sheetIdTo,t);break}case"DELETE_SHEET":{const t={...this.rules};delete t[e.sheetId],this.history.update("rules",t);break}case"REMOVE_DATA_VALIDATION_RULE":this.removeDataValidationRule(e.sheetId,e.id);break;case"ADD_DATA_VALIDATION_RULE":{const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e)));this.addDataValidationRule(e.sheetId,{...e.rule,ranges:t});break}case"DELETE_CONTENT":{const t=Fo(e.target),o=e.sheetId;for(const e of t)for(let t=e.top;t<=e.bottom;t++)for(let s=e.left;s<=e.right;s++){const e=this.getValidationRuleForCell({sheetId:o,col:s,row:t});if(e&&("isBoolean"===e.criterion.type||"isValueInList"===e.criterion.type&&!this.getters.getCell({sheetId:o,col:s,row:t})?.content)){const e=this.rules[o],i=[this.getters.getRangeFromSheetXC(o,_o(s,t))],n=this.removeRangesFromRules(o,i,e);this.history.update("rules",o,n)}}}}}getDataValidationRules(e){return this.rules[e]}getDataValidationRule(e,t){return this.rules[e].find((e=>e.id===t))}getValidationRuleForCell({sheetId:e,col:t,row:o}){if(this.rules[e])for(const s of this.rules[e])for(const e of s.ranges)if(Jo(t,o,e.zone))return s}cellHasListDataValidationIcon(e){const t=this.getValidationRuleForCell(e);return!!t&&!("isValueInList"!==t.criterion.type&&"isValueInRange"!==t.criterion.type||"arrow"!==t.criterion.displayStyle&&"chip"!==t.criterion.displayStyle)}addDataValidationRule(e,t){const o=this.rules[e];"isBoolean"===t.criterion.type?this.setCenterStyleToBooleanCells(t):"isValueInList"===t.criterion.type&&(t.criterion.values=Array.from(new Set(t.criterion.values)));const s=this.removeRangesFromRules(e,t.ranges,o,t.id),i=s.findIndex((e=>e.id===t.id));-1!==i?(s[i]=t,this.history.update("rules",e,s)):this.history.update("rules",e,[...s,t])}removeRangesFromRules(e,t,o,s){o=pt(o);for(const e of o)e.id!==s&&(e.ranges=this.getters.recomputeRanges(e.ranges,t));return o.filter((e=>e.ranges.length>0))}removeDataValidationRule(e,t){const o=this.rules[e].filter((e=>e.id!==t));this.history.update("rules",e,o)}setCenterStyleToBooleanCells(e){for(const t of Ba(e.ranges)){const e=this.getters.getCell(t),o={...e?.style,align:e?.style?.align??"center",verticalAlign:e?.style?.verticalAlign??"middle"};this.dispatch("UPDATE_CELL",{...t,style:o})}}checkEmptyRange(e){return e.ranges.length?"Success":"EmptyRange"}import(e){for(const t of e.sheets)if(this.rules[t.id]=[],t.dataValidationRules)for(const e of t.dataValidationRules)this.rules[t.id].push({...e,ranges:e.ranges.map((e=>this.getters.getRangeFromSheetXC(t.id,e)))})}export(e){if(e.sheets)for(const t of e.sheets){t.dataValidationRules=[];for(const e of this.rules[t.id])t.dataValidationRules.push({...e,ranges:e.ranges.map((e=>this.getters.getRangeString(e,t.id)))})}}exportForExcel(e){if(e.sheets)for(const t of e.sheets){t.dataValidationRules=[];for(const e of this.rules[t.id]){const o={...pt(e),ranges:e.ranges.map((e=>this.getters.getRangeString(e,t.id,{useBoundedReference:!0})))};"isValueInRange"===e.criterion.type&&(o.criterion.values=e.criterion.values.map((e=>{const o=this.getters.getRangeFromSheetXC(t.id,e);return this.getters.getRangeString(o,t.id,{useBoundedReference:!0,useFixedReference:!0})}))),t.dataValidationRules.push(o)}}}checkCriterionTypeIsValid(e){return tR.contains(e.rule.criterion.type)?"Success":"UnknownDataValidationCriterionType"}checkCriterionHasValidNumberOfValues(e){const t=e.rule.criterion,o=tR.get(t.type).numberOfValues(t);return void 0!==o&&t.values.length!==o?"InvalidNumberOfCriterionValues":"Success"}checkCriterionValuesAreValid(e){const t=e.rule.criterion,o=tR.get(t.type);return t.values.some((e=>"onlyFormulas"===o.allowedValues&&!e.startsWith("=")||(e.startsWith("=")?"onlyLiterals"===o.allowedValues||zC(e).isBadExpression:!o.isCriterionValueValid(e))))?"InvalidDataValidationCriterionValue":"Success"}checkValidRange(e){const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e))),o=t.map((t=>this.getters.getRangeString(t,e.sheetId)));return o.some((e=>!this.getters.isRangeValid(e)))?"InvalidRange":"Success"}}).add("cell",class extends rV{static getters=["zoneToXC","getCells","getTranslatedCellFormula","getCellStyle","getCellById","getFormulaString","getFormulaMovedInSheet"];nextId=1;cells={};adaptRanges(e,t,o){for(const s of Object.keys(this.cells))for(const i of Object.values(this.cells[s]||{}))if(i.isFormula)for(const n of i.compiledFormula.dependencies)if(n.sheetId===t||n.invalidSheetName===o.old){const t=e(n);"NONE"!==t.changeType&&this.history.update("cells",s,i.id,"compiledFormula","dependencies",i.compiledFormula.dependencies.indexOf(n),t.range)}}allowDispatch(e){switch(e.type){case"UPDATE_CELL":return this.checkValidations(e,this.checkCellOutOfSheet,this.checkUselessUpdateCell);case"CLEAR_CELL":return this.checkValidations(e,this.checkCellOutOfSheet,this.checkUselessClearCell);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&&void 0!==e.format&&this.setFormatter(e.sheetId,e.target,e.format);break;case"CLEAR_FORMATTING":this.clearFormatting(e.sheetId,e.target);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.handleAddColumnsRows(e,this.copyColumnStyle.bind(this)):this.handleAddColumnsRows(e,this.copyRowStyle.bind(this));break;case"UPDATE_CELL":this.updateCell(e.sheetId,e.col,e.row,e);break;case"CLEAR_CELL":this.dispatch("UPDATE_CELL",{sheetId:e.sheetId,col:e.col,row:e.row,content:"",style:null,format:""});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(const o of Fo(t))for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++){const o=this.getters.getCell({sheetId:e,col:t,row:s});(o?.isFormula||o?.content)&&this.dispatch("UPDATE_CELL",{sheetId:e,content:"",col:t,row:s})}}setFormatter(e,t,o){for(const s of Fo(t))for(let t=s.top;t<=s.bottom;t++)for(let i=s.left;i<=s.right;i++)this.dispatch("UPDATE_CELL",{sheetId:e,col:i,row:t,format:o})}clearFormatting(e,t){for(const o of Fo(t))for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,style:null,format:""})}clearCells(e,t){for(const o of t)for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,content:"",style:null,format:""})}handleAddColumnsRows(e,t){let o,s;"before"===e.position?(o=Ct(e.base,e.base+e.quantity),s=e.base+e.quantity):(o=Ct(e.base+1,e.base+e.quantity+1),s=e.base),t(e.sheetId,s,o)}import(e){for(const t of e.sheets){const o=t.id,s=new j_;for(const e in t.cells)if(t.cells[e]){const{col:o,row:i}=Do(e),n={sheetId:t.id,col:o,row:i};s.set(n,{content:t.cells[e]})}for(const[e,o]of[["style",t.styles],["format",t.formats]])for(const[i,n]of ua(t.id,o)){const t=s.get(i);t?t[e]=n:s.set(i,{[e]:n})}for(const i of s.keysForSheet(o)){const o=s.get(i);if(o?.content||o?.format||o?.style){const s=this.importCell(t.id,o?.content,o?.style?e.styles[o?.style]:void 0,o?.format?e.formats[o?.format]:void 0);this.history.update("cells",t.id,s.id,s),this.dispatch("UPDATE_CELL_POSITION",{cellId:s.id,...i})}}}}export(e){const t={},o={};for(const s of e.sheets){const e=[],i=[],n={},r=Object.keys(this.cells[s.id]||{}).map((e=>this.getters.getCellPosition(e))).sort(((e,t)=>e.col===t.col?e.row-t.row:e.col-t.col));for(const s of r){const r=this.getters.getCell(s),a=_o(s.col,s.row),l=this.removeDefaultStyleValues(r.style);if(Object.keys(l).length){const o=ha(l,t);e[o]??=[],e[o].push(s)}if(r.format){const e=ha(r.format,o);i[e]??=[],i[e].push(s)}r.content&&(n[a]=r.content)}s.styles=da(e),s.formats=da(i),s.cells=n}e.styles=t,e.formats=o}importCell(e,t,o,s){const i=this.getNextUid();return this.createCell(i,t||"",s,o,e)}exportForExcel(e){this.export(e);const t=[];for(const o in e.formats||[])Xr(e.formats[o])||(t.push(Number(o)),delete e.formats[o]);if(t.length)for(const o of e.sheets)for(const e in o.formats){const s=o.formats[e];s&&t.includes(s)&&delete o.formats[e]}}removeDefaultStyleValues(e){const t={...e};for(const e in Oe)t[e]===Oe[e]&&delete t[e];return t}getCells(e){return this.cells[e]||{}}getCellById(e){const t=this.getters.getCellPosition(e);return this.cells[t.sheetId][e]}getFormulaString(e,t,o,s=!1){if(!o.length)return Lt(t.map((e=>e.value)));let i=0;return Lt(t.map((t=>{if("REFERENCE"===t.type){const t=o[i++];return this.getters.getRangeString(t,e,{useBoundedReference:s})}return t.value})))}getTranslatedCellFormula(e,t,o,s){const i=this.getters.createAdaptedRanges(BC(s).dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t))),t,o,e);return this.getFormulaString(e,s,i)}getFormulaMovedInSheet(e,t,o){const s=BC(o).dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t))),i=this.getters.removeRangesSheetPrefix(t,s);return this.getFormulaString(t,o,i)}getCellStyle(e){return this.getters.getCell(e)?.style||{}}zoneToXC(e,t,o=[{colFixed:!1,rowFixed:!1}]){const s=_o((t=this.getters.expandZone(e,t)).left,t.top,o[0]),i=_o(t.right,t.bottom,o.length>1?o[1]:o[0]),n=this.getters.getMainCellPosition({sheetId:e,col:t.left,row:t.top}),r=this.getters.getMainCellPosition({sheetId:e,col:t.right,row:t.bottom}),a=n.col===r.col&&n.row===r.row;return s===i||a?s:s+":"+i}setStyle(e,t,o){for(const s of Fo(t))for(let t=s.left;t<=s.right;t++)for(let i=s.top;i<=s.bottom;i++){const s=this.getters.getCell({sheetId:e,col:t,row:i});this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:i,style:o?{...s?.style,...o}:void 0})}}copyColumnStyle(e,t,o){for(let s=0;s<this.getters.getNumberRows(e);s++){const i=this.getFormat(e,t,s);if(i.style||i.format)for(const t of o)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,...i})}}copyRowStyle(e,t,o){for(let s=0;s<this.getters.getNumberCols(e);s++){const i=this.getFormat(e,s,t);if(i.style||i.format)for(const t of o)this.dispatch("UPDATE_CELL",{sheetId:e,col:s,row:t,...i})}}getFormat(e,t,o){const s={},i=this.getters.getMainCellPosition({sheetId:e,col:t,row:o}),n=this.getters.getCell(i);return n&&(n.style&&(s.style=n.style),n.format&&(s.format=n.format)),s}getNextUid(){const e=this.nextId.toString();return this.history.update("nextId",this.nextId+1),e}updateCell(e,t,o,s){const i=this.getters.getCell({sheetId:e,col:t,row:o}),n="content"in s||"formula"in s,r=n?Xt(s?.content):i?.content||"";let a;a=void 0!==s.style?s.style||void 0:i?i.style:void 0;const l="format"in s?s.format:i&&i.format;if((n&&!r&&!s.formula||!n&&(!i||""===i.content))&&!a&&!l)return void(i&&(this.history.update("cells",e,i.id,void 0),this.dispatch("UPDATE_CELL_POSITION",{cellId:void 0,col:t,row:o,sheetId:e})));const c=i?.id||this.getNextUid(),h=this.createCell(c,r,l,a,e);this.history.update("cells",e,h.id,h),this.dispatch("UPDATE_CELL_POSITION",{cellId:h.id,col:t,row:o,sheetId:e})}createCell(e,t,o,s,i){return t.startsWith("=")?this.createFormulaCell(e,t,o,s,i):this.createLiteralCell(e,t,o,s)}createLiteralCell(e,t,o,s){const i=this.getters.getLocale(),n=Qr(t,i);return Kr(o=o||("number"==typeof n?Lr(t,i)||Vr(t):void 0))||mn(t)||(t=xn(n)),{id:e,content:t,style:s,format:o,isFormula:!1,parsedValue:n}}createFormulaCell(e,t,o,s,i){const n=zC(t);return n.dependencies.length?this.createFormulaCellWithDependencies(e,n,o,s,i):{id:e,content:t,style:s,format:o,isFormula:!0,compiledFormula:{...n,dependencies:[]}}}createFormulaCellWithDependencies(e,t,o,s,i){const n=[];for(const e of t.dependencies)n.push(this.getters.getRangeFromSheetXC(i,e));return new aV(e,t,o,s,n,i,this.getters.getRangeString)}checkCellOutOfSheet(e){const{sheetId:t,col:o,row:s}=e;if(!this.getters.tryGetSheet(t))return"InvalidSheetId";return Jo(o,s,this.getters.getSheetZone(t))?"Success":"TargetOutOfSheet"}checkUselessClearCell(e){const t=this.getters.getCell(e);return t&&(t.content||t.style||t.format)?"Success":"NoChanges"}checkUselessUpdateCell(e){const t=this.getters.getCell(e),o="style"in e,s="format"in e;return("content"in e||"formula"in e)&&t?.content!==e.content||o&&!zt(t?.style,e.style)||s&&t?.format!==e.format?"Success":"NoChanges"}}).add("merge",class extends rV{static getters=["isInMerge","isInSameMerge","isMergeHidden","getMainCellPosition","expandZone","doesIntersectMerge","doesColumnsHaveCommonMerges","doesRowsHaveCommonMerges","getMerges","getMerge","getMergesInZone","isSingleCellOrMerge","getSelectionRangeString","isMainCellPosition"];nextId=1;merges={};mergeCellMap={};allowDispatch(e){const t="force"in e&&!!e.force;switch(e.type){case"ADD_MERGE":return t?this.checkValidations(e,this.checkFrozenPanes):this.checkValidations(e,this.checkDestructiveMerge,this.checkOverlap,this.checkFrozenPanes);case"UPDATE_CELL":return this.checkMergedContentUpdate(e);case"REMOVE_MERGE":return this.checkMergeExists(e);default:return"Success"}}handle(e){switch(e.type){case"CREATE_SHEET":case"DELETE_SHEET":this.history.update("merges",e.sheetId,{}),this.history.update("mergeCellMap",e.sheetId,{});break;case"DUPLICATE_SHEET":const t=this.merges[e.sheetId];if(!t)break;for(const o of Object.values(t).filter(Mt))this.addMerge(e.sheetIdTo,o.zone);break;case"ADD_MERGE":for(const t of e.target)this.addMerge(e.sheetId,t);break;case"REMOVE_MERGE":for(const t of e.target)this.removeMerge(e.sheetId,t)}}adaptRanges(e,t){this.applyRangeChangeOnSheet(t,e)}getMerges(e){return Object.keys(this.merges[e]||{}).map((t=>this.getMergeById(e,parseInt(t,10)))).filter(Mt)}getMerge({sheetId:e,col:t,row:o}){const s=this.mergeCellMap[e],i=s?t in s&&s[t]?.[o]:void 0;return i?this.getMergeById(e,i):void 0}getMergesInZone(e,t){const o=this.mergeCellMap[e];if(!o)return[];const s=new Set;for(let e=t.left;e<=t.right;e++)for(let i=t.top;i<=t.bottom;i++){const t=o[e]?.[i];t&&s.add(t)}return Array.from(s).map((t=>this.getMergeById(e,t))).filter(Mt)}getSelectionRangeString(e,t){const o=this.getters.expandZone(e.sheetId,e.zone),s=Ma({...e,zone:{...o,bottom:La(e)?void 0:o.bottom,right:Va(e)?void 0:o.right}},this.getters.getSheetSize),i=this.getters.getRangeString(s,t);if(this.isSingleCellOrMerge(e.sheetId,e.zone)){const{sheetName:e,xc:t}=Ra(i);return Ta(e,t.split(":")[0])}return i}doesIntersectMerge(e,t){for(const o of this.getMerges(e))if(Ko(t,o))return!0;return!1}doesColumnsHaveCommonMerges(e,t,o){const s=this.getters.getSheet(e);for(let i=0;i<this.getters.getNumberRows(e);i++)if(this.isInSameMerge(s.id,t,i,o,i))return!0;return!1}doesRowsHaveCommonMerges(e,t,o){const s=this.getters.getSheet(e);for(let i=0;i<=this.getters.getNumberCols(e);i++)if(this.isInSameMerge(s.id,i,t,i,o))return!0;return!1}expandZone(e,t){const{left:o,right:s,top:i,bottom:n}=t;let r={left:o,right:s,top:i,bottom:n};for(const t in this.merges[e]){const o=this.getMergeById(e,parseInt(t));o&&Ko(o,r)&&(r=Zo(o,r))}return Yo(r,t)?r:this.expandZone(e,r)}isInSameMerge(e,t,o,s,i){const n=this.getMerge({sheetId:e,col:t,row:o}),r=this.getMerge({sheetId:e,col:s,row:i});return!(!n||!r)&&Yo(n,r)}isInMerge({sheetId:e,col:t,row:o}){const s=this.mergeCellMap[e];return!!s&&(t in s&&Boolean(s[t]?.[o]))}getMainCellPosition(e){const t=this.getMerge(e);return t?{sheetId:e.sheetId,col:t.left,row:t.top}:e}isMergeHidden(e,t){const o=this.getters.getHiddenColsGroups(e),s=this.getters.getHiddenRowsGroups(e);for(const e of o)if(t.left>=e[0]&&t.right<=e[e.length-1])return!0;for(const e of s)if(t.top>=e[0]&&t.bottom<=e[e.length-1])return!0;return!1}isSingleCellOrMerge(e,t){const o=this.getMerge({sheetId:e,col:t.left,row:t.top});if(o)return Yo(t,o);const{numberOfCols:s,numberOfRows:i}=es(t);return 1===s&&1===i}isMainCellPosition(e){return zt(this.getMainCellPosition(e),e)}isMergeDestructive(e,t){let{left:o,right:s,top:i,bottom:n}=t;s=St(s,0,this.getters.getNumberCols(e)-1),n=St(n,0,this.getters.getNumberRows(e)-1);for(let t=i;t<=n;t++)for(let n=o;n<=s;n++)if(n!==o||t!==i){const o=this.getters.getCell({sheetId:e,col:n,row:t});if(o&&""!==o.content)return!0}return!1}getMergeById(e,t){const o=this.merges[e]?.[t];return void 0!==o?dV(t,o):void 0}checkDestructiveMerge({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return"Success";return t.some((t=>this.isMergeDestructive(e,t)))?"MergeIsDestructive":"Success"}checkOverlap({target:e}){for(const t of e)for(const o of e)if(t!==o&&Ko(t,o))return"MergeOverlap";return"Success"}checkFrozenPanes({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return"Success";const{xSplit:o,ySplit:s}=this.getters.getPaneDivisions(e);return gs(t,o,s)?"FrozenPaneOverlap":"Success"}checkMergedContentUpdate(e){const{col:t,row:o,content:s}=e;if(void 0===s)return"Success";const{col:i,row:n}=this.getMainCellPosition(e);return i===t&&n===o?"Success":"CellIsMerged"}checkMergeExists(e){const{sheetId:t,target:o}=e;for(const e of o){const{left:o,top:s}=e,i=this.getMerge({sheetId:t,col:o,row:s});if(void 0===i||!Yo(e,i))return"InvalidTarget"}return"Success"}addMerge(e,t){let{left:o,right:s,top:i,bottom:n}=t;s=St(s,0,this.getters.getNumberCols(e)-1),n=St(n,0,this.getters.getNumberRows(e)-1);if(_o(o,i)===_o(s,n))return;const r=this.getters.getCell({sheetId:e,col:o,row:i}),a=this.nextId++;this.history.update("merges",e,a,this.getters.getRangeFromSheetXC(e,Bo({left:o,top:i,right:s,bottom:n})));const l=new Set;for(let t=i;t<=n;t++)for(let n=o;n<=s;n++){n===o&&t===i||this.dispatch("UPDATE_CELL",{sheetId:e,col:n,row:t,style:r?r.style:null,content:""});const s=this.getMerge({sheetId:e,col:n,row:t});s&&l.add(s.id),this.history.update("mergeCellMap",e,n,t,a)}for(const t of l){const{top:o,bottom:s,left:i,right:n}=this.getMergeById(e,t);for(let t=o;t<=s;t++)for(let o=i;o<=n;o++){const s={sheetId:e,col:o,row:t},i=this.getMerge(s);i&&i.id===a||(this.history.update("mergeCellMap",e,o,t,void 0),this.dispatch("CLEAR_CELL",s))}this.history.update("merges",e,t,void 0)}}removeMerge(e,t){const{left:o,top:s,bottom:i,right:n}=t,r=this.getMerge({sheetId:e,col:o,row:s});if(void 0!==r&&Yo(t,r)){this.history.update("merges",e,r.id,void 0);for(let t=s;t<=i;t++)for(let s=o;s<=n;s++)this.history.update("mergeCellMap",e,s,t,void 0)}}applyRangeChangeOnSheet(e,t){const o=Object.entries(this.merges[e]||{});for(const[s,i]of o)if(i){const o=i.zone,n=t(i);switch(n.changeType){case"NONE":break;case"REMOVE":this.removeMerge(e,o);break;default:const{numberOfCols:t,numberOfRows:i}=es(n.range.zone);1===t&&1===i?this.removeMerge(e,o):this.history.update("merges",e,parseInt(s,10),n.range)}}this.history.update("mergeCellMap",e,{});for(const t of this.getMerges(e))for(const{col:o,row:s}of ss(t))this.history.update("mergeCellMap",e,o,s,t.id)}import(e){const t=e.sheets||[];for(const 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(const o of t)this.addMerge(e,Vo(o))}export(e){for(const t of e.sheets){const e=this.merges[t.id];e&&t.merges.push(...hV(e))}}exportForExcel(e){this.export(e)}}).add("headerSize",class extends rV{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,pt(this.sizes[e.sheetId]));break;case"DELETE_SHEET":const t={...this.sizes};delete t[e.sheetId],this.history.update("sizes",t);break;case"REMOVE_COLUMNS_ROWS":{const t=Qt(this.sizes[e.sheetId][e.dimension],e.elements);this.history.update("sizes",e.sheetId,e.dimension,t);break}case"ADD_COLUMNS_ROWS":{const t=[...this.sizes[e.sheetId][e.dimension]],o=Ht(e.position,e.base),s=t[e.base];t.splice(o,0,...Array(e.quantity).fill(s)),this.history.update("sizes",e.sheetId,e.dimension,t);break}case"RESIZE_COLUMNS_ROWS":if("ROW"===e.dimension)for(const t of e.elements)this.history.update("sizes",e.sheetId,e.dimension,t,e.size||void 0);else for(const t of e.elements)this.history.update("sizes",e.sheetId,e.dimension,t,e.size||void 0)}}getColSize(e,t){return Math.round(this.sizes[e]?.COL[t]||xe)}getUserRowSize(e,t){const o=this.sizes[e]?.ROW[t];return o?Math.round(o):void 0}import(e){for(const t of e.sheets){const e={COL:Array(t.colNumber).fill(void 0),ROW:Array(t.rowNumber).fill(void 0)};for(const[o,s]of Object.entries(t.rows))s.size&&(e.ROW[o]=s.size);for(const[o,s]of Object.entries(t.cols))s.size&&(e.COL[o]=s.size);this.sizes[t.id]=e}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(const o of e.sheets){void 0===o.rows&&(o.rows={});for(const e of Ct(0,this.getters.getNumberRows(o.id)))(t||this.sizes[o.id].ROW[e])&&(o.rows[e]={...o.rows[e],size:this.getUserRowSize(o.id,e)??Ee});void 0===o.cols&&(o.cols={});for(const e of Ct(0,this.getters.getNumberCols(o.id)))(t||this.sizes[o.id].COL[e])&&(o.cols[e]={...o.cols[e],size:this.getColSize(o.id,e)})}}}).add("borders",class extends rV{static getters=["getCellBorder","getBorders","getBordersColors","getCellBordersInZone"];borders={};allowDispatch(e){return"SET_BORDER"===e.type?this.checkValidations(e,this.checkBordersUnchanged,this.ensureHasBorder):"Success"}handle(e){switch(e.type){case"ADD_MERGE":for(const t of e.target)this.addBordersToMerge(e.sheetId,t);break;case"DUPLICATE_SHEET":this.history.update("borders",e.sheetIdTo,pt(this.borders[e.sheetId]));break;case"DELETE_SHEET":const t={...this.borders};delete t[e.sheetId],this.history.update("borders",t);break;case"SET_BORDER":e.border&&this.addBorders(e.sheetId,[ls(e)],e.border);break;case"SET_BORDERS_ON_TARGET":for(const t of e.target)for(let o=t.left;o<=t.right;o++)for(let s=t.top;s<=t.bottom;s++)this.addBorder(e.sheetId,{left:o,right:o,top:s,bottom:s},e.border&&Object.keys(e.border).length?e.border:void 0);break;case"SET_ZONE_BORDERS":const o=e.target.map((t=>this.getters.expandZone(e.sheetId,t)));"clear"===e.border.position?this.clearBorders(e.sheetId,o):this.addBorders(e.sheetId,o,this.borderDataToNewBorderData(e.border));break;case"CLEAR_FORMATTING":this.clearBorders(e.sheetId,e.target)}}beforeHandle(e){"REMOVE_COLUMNS_ROWS"===e.type&&("ROW"===e.dimension?this.onRowRemove(e.sheetId,e.elements):this.onColRemove(e.sheetId,e.elements))}adaptRanges(e,t){const o=[];for(const s of this.borders[t]??[]){const i=e(this.getters.getRangeFromZone(t,s.zone));switch(i.changeType){case"RESIZE":case"CHANGE":case"MOVE":o.push({...s,zone:i.range.unboundedZone});break;case"NONE":o.push(s)}}this.history.update("borders",t,o.filter((e=>!this.borderIsClear(e))))}onRowRemove(e,t){const o=new Set(t),s=[];for(const t of this.borders[e]??[]){let e=t;o.has(t.zone.top)&&(e=pt(t),e.style.top=t.style.horizontal),void 0!==t.zone.bottom&&o.has(t.zone.bottom)&&(e=e===t?pt(t):e,e.style.bottom=t.style.horizontal),s.push(e)}this.history.update("borders",e,s)}onColRemove(e,t){const o=new Set(t),s=[];for(const t of this.borders[e]??[]){let e=t;o.has(t.zone.left)&&(e=pt(t),e.style.left=t.style.vertical),void 0!==t.zone.right&&o.has(t.zone.right)&&(e=e===t?pt(t):e,e.style.right=t.style.vertical),s.push(e)}this.history.update("borders",e,s.filter((e=>!this.borderIsClear(e))))}getCellBorder(e){return this.getZoneExternalBorders(e.sheetId,ls(e))}getZoneExternalBorders(e,t){const o={};for(const s of this.borders[e]??[])Ko(s.zone,t)&&(o.right=(t.right===s.zone.right?s.style.right:s.style.vertical)??o.right,o.left=(t.left===s.zone.left?s.style.left:s.style.vertical)??o.left,o.bottom=(t.bottom===s.zone.bottom?s.style.bottom:s.style.horizontal)??o.bottom,o.top=(t.top===s.zone.top?s.style.top:s.style.horizontal)??o.top);return o}getCellBordersInZone(e,t){const o=new j_;for(const s of this.borders[e]??[]){const{zone:i,style:n}=s,r=jo(i,t);if(r)for(let t=r.left;t<=r.right;t++)for(let s=r.top;s<=r.bottom;s++){const r=o.get({sheetId:e,col:t,row:s})??{};r.right=(t===i.right?n.right:n.vertical)??r.right,r.left=(t===i.left?n.left:n.vertical)??r.left,r.bottom=(s===i.bottom?n.bottom:n.horizontal)??r.bottom,r.top=(s===i.top?n.top:n.horizontal)??r.top,o.set({sheetId:e,col:t,row:s},r)}}return o}getBordersColors(e){const t=new Set;for(const o of this.borders[e]??[])for(const e of Object.values(o.style))e?.color&&t.add(e.color);return[...t]}getBorders(e,t){const o=[];for(const s of this.borders[e]??[]){const e=jo(s.zone,t);e&&o.push(this.computeBorderFromZone(e,s))}return o}computeBorderFromZone(e,t){const o=t.style,s=t.zone,i=e.top===s.top,n=e.bottom===s.bottom,r=e.left===s.left,a=e.right===s.right;return{zone:e,style:{top:i?o.top:o.horizontal,bottom:n?o.bottom:o.horizontal,left:r?o.left:o.vertical,right:a?o.right:o.vertical,vertical:o.vertical,horizontal:o.horizontal}}}borderIsClear(e){const t=e.style;if(t.left||t.right||t.bottom||t.top)return!1;const o=e.zone;return(!(void 0===o.bottom||o.top<o.bottom)||!t.horizontal)&&(!(void 0===o.right||o.left<o.right)||!t.vertical)}clearBorders(e,t){for(const o of t)this.removeAndClearAdjacent(e,o)}removeAndClearAdjacent(e,t){const o=[];for(const s of this.borders[e]??[])for(const e of Fo([s.zone],[t]))for(const i of fs(e,t)){const e=this.computeBorderFromZone(i,s),n=Xo(i,t);switch(n?.position){case"left":e.style.left=void 0;break;case"right":e.style.right=void 0;break;case"top":e.style.top=void 0;break;case"bottom":e.style.bottom=void 0}o.push(e)}this.history.update("borders",e,o)}addBorders(e,t,o){for(const s of t)this.addBorder(e,s,o)}addBorder(e,t,o,s=!1){const i=[],n=o?{zone:t,style:o}:void 0,r={left:s||!!o?.left,right:s||!!o?.right,top:s||!!o?.top,bottom:s||!!o?.bottom};let a=[t];for(const o of this.borders[e]??[]){const e=jo(o.zone,t);if(e){if(n){let t=this.computeBorderFromZone(e,n).style;s||(t={...this.computeBorderFromZone(e,o).style,...Wt(t)}),i.push({zone:e,style:t})}a=Fo(a,[e]);for(const t of Fo([o.zone],[e]))i.push(this.computeBorderFromZone(t,o))}else{const e=Xo(o.zone,t);if(e&&r[e.position])for(const e of fs(o.zone,t)){const s=this.computeBorderFromZone(e,o),n=Xo(e,t);switch(n?.position){case"left":s.style.left=void 0;break;case"right":s.style.right=void 0;break;case"top":s.style.top=void 0;break;case"bottom":s.style.bottom=void 0}i.push(s)}else i.push(o)}}n&&i.push(...a.map((e=>this.computeBorderFromZone(e,n)))),this.history.update("borders",e,i.filter((e=>!this.borderIsClear(e))))}borderDataToNewBorderData(e){const t={},o={color:e.color??"#000000",style:e.style??"thin"};return["all","external","top"].includes(e.position)&&(t.top={...o}),["all","external","bottom"].includes(e.position)&&(t.bottom={...o}),["all","external","left"].includes(e.position)&&(t.left={...o}),["all","external","right"].includes(e.position)&&(t.right={...o}),["all","hv","v"].includes(e.position)&&(t.vertical={...o}),["all","hv","h"].includes(e.position)&&(t.horizontal={...o}),t}checkBordersUnchanged(e){const t=this.getCellBorder(e),o=!(e.border?.bottom||e.border?.left||e.border?.right||e.border?.top);return!t&&o||zt(t,e.border)?"NoChanges":"Success"}ensureHasBorder(e){return e.border?"Success":"NoChanges"}addBordersToMerge(e,t){const o={...this.getZoneExternalBorders(e,t),...Wt(this.getCellBorder({sheetId:e,col:t.left,row:t.top}))};this.addBorder(e,t,o,!0)}import(e){if(Object.keys(e.borders||{}).length)for(const t of e.sheets)for(const o in t.borders){const s=t.borders[o];this.addBorder(t.id,Vo(o),e.borders[s])}for(const t of e.sheets)if(t.merges)for(const e of t.merges)this.addBordersToMerge(t.id,Vo(e))}export(e){const t={};for(const o of e.sheets){o.borders={};for(const e of this.borders[o.id]??[])o.borders[Bo(e.zone)]=ha(e.style,t)}e.borders=t}exportForExcel(e){this.export(e)}}).add("conditional formatting",class extends rV{static getters=["getConditionalFormats","getRulesSelection","getRulesByCell","getAdaptedCfRanges"];cfRules={};adaptCFFormulas(e){for(const t in this.cfRules)for(const o of this.cfRules[t])if("DataBarRule"===o.rule.type&&o.rule.rangeValues){const s=e(o.rule.rangeValues);switch(s.changeType){case"REMOVE":this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule","rangeValues",void 0);break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule","rangeValues",s.range)}}else if("CellIsRule"===o.rule.type)for(let s=0;s<o.rule.values.length;s++)this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule","values",s,this.getters.adaptFormulaStringDependencies(t,o.rule.values[s],e));else if("IconSetRule"===o.rule.type)for(const s of["lowerInflectionPoint","upperInflectionPoint"])"formula"===o.rule[s].type&&this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule",s,"value",this.getters.adaptFormulaStringDependencies(t,o.rule[s].value,e));else if("ColorScaleRule"===o.rule.type)for(const s of["minimum","maximum","midpoint"]){const i=o.rule[s];"formula"===i?.type&&i?.value&&this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule",s,"value",this.getters.adaptFormulaStringDependencies(t,i.value,e))}}adaptCFRanges(e,t){for(const o of this.cfRules[e])for(const s of o.ranges){const i=t(s);switch(i.changeType){case"REMOVE":const t=o.ranges.slice();t.splice(o.ranges.indexOf(s),1),t.length>=1?this.history.update("cfRules",e,this.cfRules[e].indexOf(o),"ranges",t):this.removeConditionalFormatting(o.id,e);break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("cfRules",e,this.cfRules[e].indexOf(o),"ranges",o.ranges.indexOf(s),i.range)}}}adaptRanges(e,t){const o=t?[t]:Object.keys(this.cfRules);for(const t of o)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(const t of this.getConditionalFormats(e.sheetId))this.addConditionalFormatting(t,e.sheetIdTo);break;case"DELETE_SHEET":const t=Object.assign({},this.cfRules);delete t[e.sheetId],this.history.update("cfRules",t);break;case"ADD_CONDITIONAL_FORMAT":const o={...e.cf,ranges:e.ranges.map((t=>this.getters.getRangeString(this.getters.getRangeFromRangeData(t),e.sheetId)))};this.addConditionalFormatting(o,e.sheetId);break;case"REMOVE_CONDITIONAL_FORMAT":this.removeConditionalFormatting(e.id,e.sheetId);break;case"CHANGE_CONDITIONAL_FORMAT_PRIORITY":this.changeCFPriority(e.cfId,e.delta,e.sheetId)}}import(e){for(const t of e.sheets)this.cfRules[t.id]=t.conditionalFormats.map((e=>this.mapToConditionalFormatInternal(t.id,e)))}export(e){if(e.sheets)for(const 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(const 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){const o=new Set;return t.forEach((t=>{this.getRulesByZone(e,t).forEach((e=>{o.add(e)}))})),Array.from(o)}getRulesByZone(e,t){const o=new Set;for(let s=t.top;s<=t.bottom;s++)for(let i=t.left;i<=t.right;i++){this.getRulesByCell(e,i,s).forEach((e=>{o.add(e.id)}))}return o}getRulesByCell(e,t,o){const s=[];for(const i of this.cfRules[e])for(const e of i.ranges)Jo(t,o,e.zone)&&s.push(i);return new Set(s.map((t=>this.mapToConditionalFormat(e,t))))}getAdaptedCfRanges(e,t,o,s){if(0===o.length&&0===s.length)return;const i=this.getters.getConditionalFormats(e),n=i.findIndex((e=>e.id===t.id));let r=[];n>-1&&(r=i[n].ranges.map(Lo));const a=Fo(r,s);return Fo([...o,...a],[]).map((t=>this.getters.getRangeDataFromZone(e,t)))}mapToConditionalFormat(e,t,{useBoundedReference:o}={useBoundedReference:!1}){const s=t.ranges.map((t=>this.getters.getRangeString(t,e,{useBoundedReference:o})));return"DataBarRule"!==t.rule.type?{...t,rule:{...t.rule},ranges:s}:{...t,rule:{...t.rule,rangeValues:t.rule.rangeValues&&this.getters.getRangeString(t.rule.rangeValues,e,{useBoundedReference:o})},ranges:s}}mapToConditionalFormatInternal(e,t){const o=t.ranges.map((t=>this.getters.getRangeFromSheetXC(e,t)));return"DataBarRule"!==t.rule.type?{...t,rule:{...t.rule},ranges:o}:{...t,rule:{...t.rule,rangeValues:t.rule.rangeValues?this.getters.getRangeFromSheetXC(e,t.rule.rangeValues):void 0},ranges:o}}addConditionalFormatting(e,t){const o=this.cfRules[t].slice(),s=o.findIndex((t=>t.id===e.id)),i=this.mapToConditionalFormatInternal(t,e);s>-1?o.splice(s,1,i):o.push(i),this.history.update("cfRules",t,o)}checkValidPriorityChange(e,t,o){if(!this.cfRules[o])return"InvalidSheetId";const s=this.cfRules[o].findIndex((t=>t.id===e));if(-1===s)return"InvalidConditionalFormatId";const i=s-t;return i<0||i>=this.cfRules[o].length?"InvalidConditionalFormatId":"Success"}checkEmptyRange(e){return e.ranges.length?"Success":"EmptyRange"}checkCFRule(e){const t=e.cf.rule;switch(t.type){case"CellIsRule":return this.checkValidations(t,this.checkOperatorArgsNumber,this.checkCFValues);case"ColorScaleRule":return this.checkValidations(t,this.chainValidations(this.checkThresholds(this.checkFormulaCompilation)),this.chainValidations(this.checkThresholds(this.checkNaN),this.batchValidations(this.checkMinBiggerThanMax,this.checkMinBiggerThanMid,this.checkMidBiggerThanMax)));case"IconSetRule":return this.checkValidations(t,this.chainValidations(this.checkInflectionPoints(this.checkNaN),this.checkLowerBiggerThanUpper),this.chainValidations(this.checkInflectionPoints(this.checkFormulaCompilation)))}return"Success"}checkCFHasChanged(e){const t=this.mapToConditionalFormatInternal(e.sheetId,{...e.cf,ranges:e.ranges.map((t=>this.getters.getRangeString(this.getters.getRangeFromRangeData(t),e.sheetId)))}),o=this.cfRules[e.sheetId]?.find((t=>t.id===e.cf.id));return o&&zt(t,o)?"NoChanges":"Success"}checkOperatorArgsNumber(e){const t=tR.get(e.operator).numberOfValues({type:e.operator,values:e.values});if(void 0===t||t>2)throw new Error("Checking more than 2 arguments is currently not supported. Add the appropriate CommandResult if you want to.");const o=[],s=e=>void 0===e||""===e;return t>=1&&s(e.values[0])&&o.push("FirstArgMissing"),t>=2&&s(e.values[1])&&o.push("SecondArgMissing"),o.length?o:"Success"}checkNaN(e,t){if(["number","percentage","percentile"].includes(e.type)&&(""===e.value||isNaN(e.value)))switch(t){case"min":return"MinNaN";case"max":return"MaxNaN";case"mid":return"MidNaN";case"upperInflectionPoint":return"ValueUpperInflectionNaN";case"lowerInflectionPoint":return"ValueLowerInflectionNaN"}return"Success"}checkFormulaCompilation(e,t){if("formula"!==e.type)return"Success";if(zC(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){const t=e.lowerInflectionPoint.value,o=e.upperInflectionPoint.value;return["number","percentage","percentile"].includes(e.lowerInflectionPoint.type)&&e.lowerInflectionPoint.type===e.upperInflectionPoint.type&&Number(t)>Number(o)?"LowerBiggerThanUpper":"Success"}checkMinBiggerThanMax(e){const t=e.minimum.value,o=e.maximum.value;return["number","percentage","percentile"].includes(e.minimum.type)&&e.minimum.type===e.maximum.type&&cV(t)>=cV(o)?"MinBiggerThanMax":"Success"}checkMidBiggerThanMax(e){const t=e.midpoint?.value,o=e.maximum.value;return e.midpoint&&["number","percentage","percentile"].includes(e.midpoint.type)&&e.midpoint.type===e.maximum.type&&cV(t)>=cV(o)?"MidBiggerThanMax":"Success"}checkMinBiggerThanMid(e){const t=e.minimum.value,o=e.midpoint?.value;return e.midpoint&&["number","percentage","percentile"].includes(e.midpoint.type)&&e.minimum.type===e.midpoint.type&&cV(t)>=cV(o)?"MinBiggerThanMid":"Success"}checkCFValues(e){for(const t of e.values){if(!t.startsWith("="))continue;if(zC(t||"").isBadExpression)return"ValueCellIsInvalidFormula"}return"Success"}removeConditionalFormatting(e,t){const o=this.cfRules[t].findIndex((t=>t.id===e));if(-1!==o){const e=this.cfRules[t].slice();e.splice(o,1),this.history.update("cfRules",t,e)}}changeCFPriority(e,t,o){const s=this.cfRules[o].findIndex((t=>t.id===e)),i=this.cfRules[o][s],n=s-t,r=[...this.cfRules[o]];r.splice(s,1),r.splice(n,0,i),this.history.update("cfRules",o,r)}}).add("figures",class extends rV{static getters=["getFigures","getFigure","getFigureSheetId"];figures={};insertionOrders=[];adaptRanges(e,t){for(const o of this.getFigures(t)){const s=e(this.getters.getRangeFromZone(t,{left:o.col,right:o.col,top:o.row,bottom:o.row}));if("MOVE"===s.changeType)this.history.update("figures",t,o.id,"col",s.range.zone.right),this.history.update("figures",t,o.id,"row",s.range.zone.bottom);else if("REMOVE"===s.changeType){const s=e(this.getters.getRangeFromZone(t,{left:0,right:o.col-1,top:0,bottom:o.row-1}));let{offset:i,col:n,row:r}=o;"NONE"!==s.changeType&&(n=s.range.zone.right+1,r=s.range.zone.bottom+1),({offset:i,col:n,row:r}=this.getPositionInSheet(t,{...o,col:n,row:r})),this.history.update("figures",t,o.id,"offset",i),this.history.update("figures",t,o.id,"col",n),this.history.update("figures",t,o.id,"row",r)}}}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){if("DELETE_SHEET"===e.type)this.getters.getFigures(e.sheetId).forEach((t=>{this.dispatch("DELETE_FIGURE",{figureId:t.id,sheetId:e.sheetId})}))}handle(e){switch(e.type){case"CREATE_SHEET":this.figures[e.sheetId]={};break;case"DELETE_SHEET":this.deleteSheet(e.sheetId);break;case"CREATE_FIGURE":const 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":"COL"===e.dimension?this.onColRemove(e.sheetId):this.onRowRemove(e.sheetId);break;case"DUPLICATE_SHEET":for(const t in this.figures[e.sheetId]){const o=this.figures[e.sheetId]?.[t];if(!o)continue;const s=t.split($e).pop(),i=`${e.sheetIdTo}${$e}${s}`;this.dispatch("CREATE_FIGURE",{figureId:i,...o,size:{width:o.width,height:o.height},sheetId:e.sheetIdTo})}}}onColRemove(e){const t=this.getters.getNumberCols(e),o=new Array(t+1);o[t]=0;for(let s=t-1;s>=0;s--)o[s]=o[s+1]+this.getters.getColSize(e,s);for(const t of this.getFigures(e))if(t.offset.x+t.width>o[t.col]){let s=t.offset.x,i=t.col;for(s=Math.min(s,o[i]-t.width);s<0&&i>0;)i--,s=o[i]-t.width;s!==t.offset.x&&this.history.update("figures",e,t.id,"offset",{x:Math.max(s,0),y:t.offset.y}),i!==t.col&&this.history.update("figures",e,t.id,"col",i)}}onRowRemove(e){const t=this.getters.getNumberRows(e),o=new Array(t+1);o[t]=0;for(let s=t-1;s>=0;s--)o[s]=o[s+1]+(this.getters.getUserRowSize(e,s)??Ee);for(const t of this.getFigures(e))if(t.offset.y+t.height>o[t.row]){let s=t.offset.y,i=t.row;for(let t=this.getters.getUserRowSize(e,i)??Ee;t<s;t=this.getters.getUserRowSize(e,i)??Ee)i+=1,s-=t;for(s=Math.min(s,o[i]-t.height);s<0&&i>0;)i--,s=o[i]-t.height;s!==t.offset.y&&this.history.update("figures",e,t.id,"offset",{x:t.offset.x,y:Math.max(0,s)}),i!==t.row&&this.history.update("figures",e,t.id,"row",i)}else t.offset.y+t.height>o[0]&&this.history.update("figures",e,t.id,"offset",{x:t.offset.x,y:Math.max(o[0]-t.height,0)})}getPositionInSheet(e,t){const{numberOfRows:o,numberOfCols:s}=this.getters.getSheetSize(e);let i,n,r=0,a=0,{col:l,row:c}=t;const h={...t.offset};for(i=o;r<t.height&&i>0;i--)r+=this.getters.getUserRowSize(e,i-1)??Ee;for(c>i?(c=i,h.y=Math.max(r-t.height,0)):c===i&&(h.y=St(h.y,0,Math.max(r-t.height,0))),n=s;a<t.width&&n>0;n--)a+=this.getters.getColSize(e,n-1);return l>n?(l=n,h.x=Math.max(a-t.width,0)):n===l&&(h.x=St(h.x,0,Math.max(a-t.width,0))),{col:l,row:c,offset:h}}updateFigure(e){if(!("figureId"in e)||!("sheetId"in e))return;const{figureId:t,sheetId:o,...s}=e,i={...this.getFigure(o,t),...s};for(const[e,t]of Object.entries(s))switch(e){case"tag":case"offset":this.history.update("figures",o,i.id,e,t);break;case"col":case"row":case"width":case"height":void 0!==t&&this.history.update("figures",o,i.id,e,t)}}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 void 0===this.figures[e.sheetId]?.[e.figureId]?"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){const t=[];for(const o of this.insertionOrders){const s=this.figures[e]?.[o];s&&t.push(s)}return t}getFigure(e,t){return this.figures[e]?.[t]}getFigureSheetId(e){return Object.keys(this.figures).find((t=>void 0!==this.figures[t]?.[e]))}import(e){for(const t of e.sheets)for(const e of t.figures)this.addFigure(e,t.id)}export(e){for(const t of e.sheets)for(const e of this.getFigures(t.id)){const o=void 0;t.figures.push({...e,data:o})}}exportForExcel(e){return this.export(e)}}).add("chart",class extends rV{static getters=["isChartDefined","getChartDefinition","getChartType","getChartIds","getChart","getFigureIdFromChartId","getContextCreationChart"];charts={};createChart=nE(this.getters);validateChartDefinition=e=>aE(this,e.definition);adaptRanges(e,t,o){for(const[s,i]of Object.entries(this.charts)){if(!i)continue;const n=i.chart.updateRanges(e,t,o);this.history.update("charts",s,n?{figureId:i.figureId,chart:n}: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":const{col:t,row:o,offset:s,size:i,sheetId:n,figureId:r}=e;this.getters.getFigure(n,r)||void 0===s||void 0===t||void 0===o||this.addFigure(r,n,t,o,s,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(const t of this.getChartIds(e.sheetId)){const{chart:o,figureId:s}=this.charts[t]||{};if(!o||!s)continue;const i=this.getters.getFigure(e.sheetId,s);if(!i)continue;const n=s.split($e).pop(),r=`${e.sheetIdTo}${$e}${n}`,a=t.split($e).pop(),l=`${e.sheetIdTo}${$e}${a}`,c=o.duplicateInDuplicatedSheet(e.sheetIdTo);c&&this.dispatch("CREATE_CHART",{figureId:r,chartId:l,col:i.col,row:i.row,offset:i.offset,size:{width:i.width,height:i.height},definition:c.getDefinition(),sheetId:e.sheetIdTo})}break;case"DELETE_FIGURE":for(const 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(const t of this.getChartIds(e.sheetId))this.history.update("charts",t,void 0)}}getContextCreationChart(e){return this.charts[e]?.chart.getContextCreation()}getChart(e){return this.charts[e]?.chart}getFigureIdFromChartId(e){if(!this.charts[e])throw new Error(`Chart with id ${e} does not exist.`);return this.charts[e].figureId}getChartType(e){const t=this.charts[e]?.chart.type;if(!t)throw new Error("Chart not defined.");return t}isChartDefined(e){return e in this.charts&&void 0!==this.charts}getChartIds(e){return Object.entries(this.charts).filter((([,t])=>t?.chart.sheetId===e)).map((([e])=>e))}getChartDefinition(e){const t=this.charts[e]?.chart.getDefinition();if(!t)throw new Error(`There is no chart with the given id: ${e}`);return t}import(e){for(const t of e.sheets)if(t.figures)for(const e of t.figures)if("chart"===e.tag){const o=e.data.chartId,s=this.createChart(e.id,e.data,t.id);this.charts[o]={chart:s,figureId:e.id}}else if("carousel"===e.tag)for(const o in e.data.chartDefinitions||{}){const s=e.data.chartDefinitions[o],i=this.createChart(e.id,s,t.id);this.charts[o]={chart:i,figureId:e.id}}}export(e){if(e.sheets)for(const t of e.sheets){const e=this.getters.getFigures(t.id),o=[];for(const t of e){const e=t,s=Object.keys(this.charts).find((e=>this.charts[e]?.figureId===t.id));if(e&&"chart"===e.tag&&s){const t=this.charts[s]?.chart.getDefinition();t&&(e.data={...t,chartId:s},o.push(e))}else if(e&&"carousel"===e.tag){const s=Object.keys(this.charts).filter((e=>this.charts[e]?.figureId===t.id)),i={};for(const e of s)i[e]=this.charts[e]?.chart.getDefinition();e.data={chartDefinitions:i},o.push(e)}else o.push(e)}t.figures=o}}addFigure(e,t,o,s,i,n={width:536,height:335}){this.dispatch("CREATE_FIGURE",{sheetId:t,figureId:e,col:o,row:s,offset:i,size:n,tag:"chart"})}addChart(e,t,o){const s=this.getters.getFigureSheetId(e);if(s){const i=this.createChart(e,o,s);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?"Success":zt(this.getChartDefinition(e.chartId),e.definition)?"NoChanges":"Success"}checkFigureArguments(e){return this.getters.getFigure(e.sheetId,e.figureId)||void 0!==e.offset&&void 0!==e.col&&void 0!==e.row?"Success":"MissingFigureArguments"}}).add("carousel",class extends rV{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":return this.carousels[e.sheetId]?.[e.figureId]?"Success":"InvalidFigureId"}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":{const t=this.getters.getFigures(e.sheetId);for(const o of t)if("carousel"===o.tag){const t=o.id.split($e).pop(),s=`${e.sheetIdTo}${$e}${t}`,i=this.getCarousel(o.id);if(i){const t={width:o.width,height:o.height};this.dispatch("CREATE_CAROUSEL",{sheetId:e.sheetIdTo,figureId:s,offset:o.offset,col:o.col,row:o.row,size:t,definition:{items:i.items.map((t=>{if("carouselDataView"===t.type)return{...t};const o=t.chartId.split($e).pop(),s=`${e.sheetIdTo}${$e}${o}`;return{...t,chartId:s}}))}})}}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)}}doesCarouselExist(e){for(const t in this.carousels)if(this.carousels[t]?.[e])return!0;return!1}getCarousel(e){for(const t in this.carousels)if(this.carousels[t]?.[e])return this.carousels[t][e];throw new Error(`There is no carousel with the given figureId: ${e}`)}removeDeletedCharts(e,t){const o=new Set(e.definition.items.filter((e=>"chart"===e.type)).map((e=>e.chartId)));for(const s of t)"chart"!==s.type||o.has(s.chartId)||this.dispatch("DELETE_CHART",{chartId:s.chartId,sheetId:e.sheetId})}import(e){for(const t of e.sheets){const e=(t.figures||[]).filter((e=>"carousel"===e.tag));for(const o of e)this.history.update("carousels",t.id,o.id,{items:o.data.items,title:o.data.title})}}export(e){for(const t of e.sheets){const e=t.figures.filter((e=>"carousel"===e.tag));for(const o of e)this.carousels[t.id]?.[o.id]&&(o.data={...o.data,...this.carousels[t.id]?.[o.id]})}}}).add("image",class extends rV{static getters=["getImage","getImagePath","getImageSize"];fileStore;images={};syncedImages=new Set;constructor(e){super(e),this.fileStore=e.external.fileStore}allowDispatch(e){return"CREATE_IMAGE"===e.type&&this.getters.getFigure(e.sheetId,e.figureId)?"InvalidFigureId":"Success"}handle(e){switch(e.type){case"CREATE_IMAGE":this.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":{const t=this.getters.getFigures(e.sheetId);for(const o of t)if("image"===o.tag){const t=o.id.split($e).pop(),s=`${e.sheetIdTo}${$e}${t}`,i=this.getImage(o.id);if(i){const t={width:o.width,height:o.height};this.dispatch("CREATE_IMAGE",{sheetId:e.sheetIdTo,figureId:s,offset:o.offset,col:o.col,row:o.row,size:t,definition:pt(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)}}garbageCollectExternalResources(){const e=new Set(this.getAllImages().map((e=>e.path)));for(const t of this.syncedImages)e.has(t)||this.fileStore?.delete(t)}getImage(e){for(const t of Object.values(this.images))if(t&&t[e])return t[e];throw new Error(`There is no image with the given figureId: ${e}`)}getImagePath(e){return this.getImage(e).path}getImageSize(e){return this.getImage(e).size}addFigure(e,t,o,s,i,n){this.dispatch("CREATE_FIGURE",{sheetId:t,figureId:e,col:o,row:s,offset:i,size:n,tag:"image"})}import(e){for(const t of e.sheets){const e=(t.figures||[]).filter((e=>"image"===e.tag));for(const o of e)this.history.update("images",t.id,o.id,o.data),this.syncedImages.add(o.data.path)}}export(e){for(const t of e.sheets){const e=t.figures.filter((e=>"image"===e.tag));for(const o of e)o.data=this.images[t.id]?.[o.id]}}exportForExcel(e){for(const t of e.sheets){t.images||(t.images=[]);const e=this.getters.getFigures(t.id),o=[];for(const t of e)if("image"===t?.tag){const e=this.getImage(t.id);e&&o.push({...t,data:pt(e)})}t.images=[...t.images,...o]}}getAllImages(){const e=[];for(const t in this.images)e.push(...Object.values(this.images[t]||{}).filter(Mt));return e}}).add("pivot_core",class extends rV{static getters=["getPivotCoreDefinition","getPivotDisplayName","getPivotId","getPivotFormulaId","getPivotIds","getMeasureCompiledFormula","getPivotName","isExistingPivot"];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?zt(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":case"DUPLICATE_PIVOT":if(!(e.pivotId in this.pivots))return"PivotIdNotFound"}return"Success"}handle(e){switch(e.type){case"ADD_PIVOT":{const{pivotId:t,pivot:o}=e;this.addPivot(t,o);break}case"INSERT_PIVOT":{const{sheetId:t,col:o,row:s,pivotId:i,table:n}=e,r={sheetId:t,col:o,row:s},{cols:a,rows:l,measures:c,fieldsType:h}=n,d=new oP(a,l,c,h||{}),u=this.getPivotFormulaId(i);this.insertPivot(r,u,d);break}case"RENAME_PIVOT":this.history.update("pivots",e.pivotId,"definition","name",e.name);break;case"REMOVE_PIVOT":{const t={...this.pivots};delete t[e.pivotId];const o=this.getPivotFormulaId(e.pivotId);this.history.update("formulaIds",o,void 0),this.history.update("pivots",t);break}case"DUPLICATE_PIVOT":{const{pivotId:t,newPivotId:o}=e,s=pt(this.getPivotCore(t).definition);s.name=e.duplicatedPivotName??s.name+" (copy)",this.addPivot(o,s);break}case"UPDATE_PIVOT":this.history.update("pivots",e.pivotId,"definition",pt(e.pivot)),this.compileCalculatedMeasures(e.pivot.measures)}}adaptRanges(e){for(const t in this.compiledMeasureFormulas)for(const o in this.compiledMeasureFormulas[t]){const s=this.compiledMeasureFormulas[t][o],i=[];for(const t of s.dependencies){const o=e(t);"NONE"===o.changeType?i.push(t):i.push(o.range)}const n=this.getters.getFormulaString(t,s.tokens,i);n!==o&&this.replaceMeasureFormula(t,o,n)}}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){if(!e.computedBy)throw new Error(`Measure ${e.fieldName} is not computed by formula`);const t=e.computedBy.sheetId;return this.compiledMeasureFormulas[t][e.computedBy.formula]}addPivot(e,t,o=this.nextFormulaId.toString()){this.history.update("pivots",e,{definition:pt(t),formulaId:o}),this.compileCalculatedMeasures(t.measures),this.history.update("formulaIds",o,e),this.history.update("nextFormulaId",this.nextFormulaId+1)}compileCalculatedMeasures(e){for(const t of e)if(t.computedBy){const e=t.computedBy.sheetId,o=this.compileMeasureFormula(t.computedBy.sheetId,t.computedBy.formula);this.history.update("compiledMeasureFormulas",e,t.computedBy.formula,o)}}insertPivot(e,t,o){this.resizeSheet(e.sheetId,e,o);const s=o.getPivotCells();for(let o=0;o<s.length;o++)for(let i=0;i<s[o].length;i++){const n=s[o][i];this.dispatch("UPDATE_CELL",{sheetId:e.sheetId,col:e.col+o,row:e.row+i,content:sh(t,n)})}}resizeSheet(e,{col:t,row:o},s){const i=s.getNumberOfDataColumns()+1,n=this.getters.getNumberCols(e),r=n-t;r<i&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:n-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:i-r,position:"after"});const a=s.columns.length+s.rows.length,l=this.getters.getNumberRows(e),c=l-o;c<a&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"ROW",base:l-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:a-c,position:"after"})}getPivotCore(e){const t=this.pivots[e];if(!t)throw new Error(`Pivot with id ${e} not found`);return t}compileMeasureFormula(e,t){const o=zC(t),s=o.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)));return{...o,dependencies:s}}replaceMeasureFormula(e,t,o){this.history.update("compiledMeasureFormulas",e,t,void 0),this.history.update("compiledMeasureFormulas",e,o,this.compileMeasureFormula(e,o));for(const s in this.pivots){const i=this.pivots[s];if(i)for(const n of i.definition.measures)if(n.computedBy?.formula===t){const t=i.definition.measures.indexOf(n);this.history.update("pivots",s,"definition","measures",t,"computedBy",{formula:o,sheetId:e})}}}checkSortedColumnInMeasures(e){const t=e.measures.map((e=>e.id));return e.sortedColumn&&!t.includes(e.sortedColumn.measure)?"InvalidDefinition":"Success"}checkDuplicatedMeasureIds(e){const t=new Set(e.measures.map((e=>e.id)));return e.measures.length!==t.size?"InvalidDefinition":"Success"}checkCustomFieldsAreValid(e){for(const t in e.customFields){const o=e.customFields[t],s=new Set,i=new Set;let n=!1;for(const e of o.groups){if(!e.name||i.has(e.name))return"InvalidPivotCustomField";if(e.values.some((e=>s.has(e))))return"InvalidPivotCustomField";if(e.isOtherGroup&&n)return"InvalidPivotCustomField";e.values.forEach((e=>s.add(e))),i.add(e.name),n||=!!e.isOtherGroup}}return"Success"}import(e){if(e.pivots)for(const[t,o]of Object.entries(e.pivots))this.addPivot(t,o,o.formulaId);this.history.update("nextFormulaId",e.pivotNextId||Xc(this.pivots)+1)}export(e){e.pivots={};for(const t in this.pivots)e.pivots[t]={...this.getPivotCoreDefinition(t),formulaId:this.getPivotFormulaId(t)};e.pivotNextId=this.nextFormulaId}}).add("spreadsheet_pivot_core",class extends rV{allowDispatch(e){switch(e.type){case"ADD_PIVOT":case"UPDATE_PIVOT":const t=e.pivot;return this.checkDataSetValidity(t)}return"Success"}adaptRanges(e){for(const t of this.getters.getPivotIds()){const o=this.getters.getPivotCoreDefinition(t);if("SPREADSHEET"===o.type&&o.dataSet){const{sheetId:s,zone:i}=o.dataSet,n=gV(this.getters.getRangeFromZone(s,i),e),r=n&&{sheetId:n.sheetId,zone:n.zone};this.dispatch("UPDATE_PIVOT",{pivotId:t,pivot:{...o,dataSet:r}})}}}checkDataSetValidity(e){if("SPREADSHEET"===e.type&&e.dataSet){const{zone:t,sheetId:o}=e.dataSet;return o&&this.getters.tryGetSheet(o)&&t&&Ho(t)?this.getters.checkZonesExistInSheet(o,[t]):"InvalidDataSet"}return"Success"}}).add("tableStyle",class extends rV{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(!GT[e.templateName])return"InvalidTableStyle";try{Ds(e.primaryColor)}catch(e){return"InvalidTableStyle"}}return"Success"}handle(e){switch(e.type){case"CREATE_TABLE_STYLE":const t=WT(e.tableStyleName,e.templateName,e.primaryColor);this.history.update("styles",e.tableStyleId,t);break;case"REMOVE_TABLE_STYLE":const o={...this.styles};delete o[e.tableStyleId],this.history.update("styles",o);for(const t of this.getters.getSheetIds())for(const o of this.getters.getCoreTables(t))o.config.styleId===e.tableStyleId&&this.dispatch("UPDATE_TABLE",{sheetId:t,zone:o.range.zone,config:{styleId:TT.styleId}})}}getTableStyle(e){if(!this.styles[e])throw new Error(`Table style ${e} does not exist`);return this.styles[e]}getTableStyles(){return this.styles}getNewCustomTableStyleName(){return ho(di("Custom Table Style"),Object.values(this.styles).map((e=>e.displayName)),{compute:(e,t)=>`${e} ${t}`,start:2})}isTableStyleEditable(e){return!$T[e]}import(e){for(const e in $T)this.styles[e]=$T[e];for(const t in e.customTableStyles){const o=e.customTableStyles[t];this.styles[t]=WT(o.displayName,o.templateName,o.primaryColor)}}export(e){const t={};for(const e in this.styles)$T[e]||(t[e]={displayName:this.styles[e].displayName,templateName:this.styles[e].templateName,primaryColor:this.styles[e].primaryColor});e.customTableStyles=t}}),XU=(new n).add("ui_sheet",class extends Qd{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(const t of e.cols){const o=this.getColMaxWidth(e.sheetId,t);0!==o&&this.dispatch("RESIZE_COLUMNS_ROWS",{elements:[t],dimension:"COL",size:o,sheetId:e.sheetId})}break;case"AUTORESIZE_ROWS":this.autoResizeRows(e.sheetId,e.rows);break;case"DELETE_UNFILTERED_CONTENT":const t=[];for(const o of e.target){const s=yt(Ct(o.top,o.bottom+1).filter((t=>!this.getters.isRowFiltered(e.sheetId,t))));for(const e of s)t.push({...o,top:e[0],bottom:e[e.length-1]})}this.dispatch("DELETE_CONTENT",{sheetId:e.sheetId,target:t})}}getCellWidth(e){const t=this.getters.getCellComputedStyle(e);let o=0;const s=this.getters.getEvaluatedCell(e).formattedValue;if(s){const e=dl(this.ctx,s,t,void 0);o+=Math.max(...e.map((e=>sl(this.ctx,e,t))))}for(const t of this.getters.getCellIcons(e))o+=t.margin+t.size;if(this.getters.getDataValidationChipStyle(e)&&(o+=10),0===o)return 0;if(o+=2*De,"wrap"===t.wrapping){const t=this.getters.getColSize(this.getters.getActiveSheetId(),e.col);return Math.min(t,o)}return o}getTextWidth(e,t){return sl(this.ctx,e,t)}getCellText(e,t){const o=this.getters.getCell(e),s=this.getters.getLocale();if(t?.showFormula&&o?.isFormula)return Wl(o.content,s);if(t?.showFormula&&!o?.content)return"";{const i=this.getters.getEvaluatedCell(e),n=t?.availableWidth?{availableWidth:t.availableWidth,measureText:e=>sl(this.ctx,e,o?.style||{})}:void 0;return Er(i.value,{format:i.format,locale:s,formatWidth:n})}}getCellMultiLineText(e,t){const o=this.getters.getCellStyle(e),s=this.getters.getCellText(e,{showFormula:this.getters.shouldShowFormulas(),availableWidth:t.maxWidth});return dl(this.ctx,s,o,t.wrapText?t.maxWidth:void 0)}computeTextYCoordinate(e,t,o=Pe,s=1){const i=e.y+1,n=Qa(t,s);if(e.height>n+2*Te){if("middle"===o)return Math.ceil(i+(e.height-n)/2);if("bottom"===o)return i+e.height-n-Te}return i+Te}getContiguousZone(e,t){const o=t=>{for(const o of Ct(t.left,t.right+1)){if(!this.isCellEmpty({sheetId:e,col:o,row:t.top-1}))return{...t,top:t.top-1};if(!this.isCellEmpty({sheetId:e,col:o,row:t.bottom+1}))return{...t,bottom:t.bottom+1}}for(const o of Ct(t.top,t.bottom+1)){if(!this.isCellEmpty({sheetId:e,col:t.left-1,row:o}))return{...t,left:t.left-1};if(!this.isCellEmpty({sheetId:e,col:t.right+1,row:o}))return{...t,right:t.right+1}}return t};let s=!1,i=t;do{s=!1;const e=o(i);Yo(i,e)||(s=!0,i=e)}while(s);return i}isCellEmpty(e){const t=this.getters.getMainCellPosition(e);return this.getters.getEvaluatedCell(t).type===r.empty}getColMaxWidth(e,t){const o=ss(this.getters.getColsZone(e,t,t)).map((t=>this.getCellWidth({sheetId:e,...t})));return Math.max(0,no(o))}checkSheetExists(e){return"sheetId"in e&&void 0===this.getters.tryGetSheet(e.sheetId)?"InvalidSheetId":"Success"}checkZonesAreInSheet(e){const t="sheetId"in e?e.sheetId:this.getters.tryGetActiveSheetId();if("ranges"in e&&e.ranges.some((e=>!this.getters.tryGetSheet(e._sheetId))))return"InvalidSheetId";const o=this.getters.getCommandZones(e);return!t&&o.length>0?"NoActiveSheet":t&&o.length>0?this.getters.checkZonesExistInSheet(t,o):"Success"}autoResizeRows(e,t){const o=[];for(const s of t){let t=0;for(const o of this.getters.getRowCells(e,s)){const s=this.getters.getCellById(o);if(!s)continue;const i=this.getters.getCellPosition(s.id),n=this.getters.getColSize(e,i.col);if(s.isFormula||this.getters.getArrayFormulaSpreadingOn(i)){const e=this.getters.getEvaluatedCell(i).formattedValue,o=el(this.ctx,e,s?.style,n);o>t&&o>Ee&&(t=o)}else{const e=s.content,o=el(this.ctx,e,s?.style,n);o>=t&&o>Ee&&(t=0)}}o.push(t||null)}const s=new Map(o.map((e=>[e,[]])));for(let e=0;e<o.length;e++)s.get(o[e])?.push(t[e]);for(const[t,o]of s)this.dispatch("RESIZE_COLUMNS_ROWS",{elements:o,dimension:"ROW",size:t,sheetId:e})}}).add("ui_options",class extends Qd{static getters=["shouldShowFormulas"];showFormulas=!1;handle(e){if("SET_FORMULA_VISIBILITY"===e.type)this.showFormulas=e.show}shouldShowFormulas(){return this.showFormulas}}).add("autofill",class extends Qd{static layers=["Autofill"];static getters=["getAutofillTooltip"];autofillZone;steps;lastCellSelected={};direction;tooltip;allowDispatch(e){if("AUTOFILL_SELECT"===e.type){const t=this.getters.getActiveSheetId();return this.lastCellSelected.col=-1===e.col?this.lastCellSelected.col:St(e.col,0,this.getters.getNumberCols(t)),this.lastCellSelected.row=-1===e.row?this.lastCellSelected.row:St(e.row,0,this.getters.getNumberRows(t)),void 0!==this.lastCellSelected.col&&void 0!==this.lastCellSelected.row?"Success":"InvalidAutofillSelection"}return"Success"}handle(e){switch(e.type){case"AUTOFILL":this.autofill(!0);break;case"AUTOFILL_SELECT":this.select(e.col,e.row);break;case"AUTOFILL_AUTO":this.autofillAuto()}}getAutofillTooltip(){return this.tooltip}autofill(e){if(!this.autofillZone||!this.steps||void 0===this.direction)return void(this.tooltip=void 0);const t=this.getters.getSelectedZone(),o=this.autofillZone,s=[];switch(this.direction){case"down":for(let e=t.left;e<=t.right;e++){const i=[];for(let o=t.top;o<=t.bottom;o++)i.push(_o(e,o));const n=this.createGenerator(i);for(let t=o.top;t<=o.bottom;t++)s.push(this.computeNewCell(n,e,t))}break;case"up":for(let e=t.left;e<=t.right;e++){const i=[];for(let o=t.bottom;o>=t.top;o--)i.push(_o(e,o));const n=this.createGenerator(i);for(let t=o.bottom;t>=o.top;t--)s.push(this.computeNewCell(n,e,t))}break;case"left":for(let e=t.top;e<=t.bottom;e++){const i=[];for(let o=t.right;o>=t.left;o--)i.push(_o(o,e));const n=this.createGenerator(i);for(let t=o.right;t>=o.left;t--)s.push(this.computeNewCell(n,t,e))}break;case"right":for(let e=t.top;e<=t.bottom;e++){const i=[];for(let o=t.left;o<=t.right;o++)i.push(_o(o,e));const n=this.createGenerator(i);for(let t=o.left;t<=o.right;t++)s.push(this.computeNewCell(n,t,e))}}if(e){const e={},t={},o={},i=this.getters.getActiveSheetId();for(const n of s)this.collectBordersData(n,e),this.autofillMerge(i,n),this.autofillCell(i,n),this.collectConditionalFormatsData(i,n,t),this.collectDataValidationsData(i,n,o);this.autofillBorders(i,e),this.autofillConditionalFormats(i,t),this.autofillDataValidations(i,o),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){const o=JSON.stringify(e.border);o in t||(t[o]=[]),t[o].push(ls({col:e.col,row:e.row}))}collectConditionalFormatsData(e,t,o){const{originCol:s,originRow:i,col:n,row:r}=t,a=this.getters.getRulesByCell(e,s,i),l=_o(n,r);for(const e of a)e.id in o||(o[e.id]=[]),o[e.id].push(l)}collectDataValidationsData(e,t,o){const{originCol:s,originRow:i,col:n,row:r}=t,a={sheetId:e,col:s,row:i},l=this.getters.getValidationRuleForCell(a);l&&(l.id in o||(o[l.id]=[]),o[l.id].push(ls({col:n,row:r})))}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(const o in t){const s="undefined"===o?void 0:JSON.parse(o);this.dispatch("SET_BORDERS_ON_TARGET",{sheetId:e,border:s,target:Fo(t[o])})}}autofillConditionalFormats(e,t){for(const o in t){const s=t[o],i=this.getters.getConditionalFormats(e).find((e=>e.id===o));if(!i)continue;const n=this.getters.getAdaptedCfRanges(e,i,s.map(Vo),[]);n&&this.dispatch("ADD_CONDITIONAL_FORMAT",{cf:{id:i.id,rule:i.rule,stopIfTrue:i.stopIfTrue},ranges:n,sheetId:e})}}autofillDataValidations(e,t){for(const o in t){const s=t[o],i=this.getters.getDataValidationRule(e,o);if(!i)continue;const n=i.ranges.map((e=>e.zone)),r=Fo(n.concat(s),[]);this.dispatch("ADD_DATA_VALIDATION_RULE",{rule:i,ranges:r.map((t=>this.getters.getRangeDataFromZone(e,t))),sheetId:e})}}select(e,t){const o=this.getters.getSelectedZone();if(Jo(e,t,o))this.autofillZone=void 0;else{switch(this.direction=this.getDirection(e,t),this.direction){case"up":this.saveZone(t,o.top-1,o.left,o.right),this.steps=o.top-t;break;case"down":this.saveZone(o.bottom+1,t,o.left,o.right),this.steps=t-o.bottom;break;case"left":this.saveZone(o.top,o.bottom,e,o.left-1),this.steps=o.left-e;break;case"right":this.saveZone(o.top,o.bottom,o.right+1,e),this.steps=e-o.right}this.autofill(!1)}}autofillAuto(){const e=this.getters.getActivePosition(),t=this.getters.getTable(e);let o=t?t.range.zone.bottom:this.getAutofillAutoLastRow();const s=this.getters.getSelectedZone();for(let t=s.bottom+1;t<=o;t++)if(this.getters.getEvaluatedCell({...e,row:t}).type!==r.empty){o=t-1;break}o>s.bottom&&(this.select(e.col,o),this.autofill(!0))}getAutofillAutoLastRow(){const e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();let o=e.left,s=e.bottom;if(o>0){let e={sheetId:t,col:o-1,row:s};for(;this.getters.getEvaluatedCell(e).type!==r.empty;)s+=1,e={sheetId:t,col:o-1,row:s}}if(s===e.bottom&&(o=e.right,o<=this.getters.getNumberCols(t))){let e={sheetId:t,col:o+1,row:s};for(;this.getters.getEvaluatedCell(e).type!==r.empty;)s+=1,e={sheetId:t,col:o+1,row:s}}return s-1}computeNewCell(e,t,o){const{cellData:s,tooltip:i,origin:n}=e.next(),{content:r,style:a,border:l,format:c}=s;return this.tooltip=i,{originCol:n.col,originRow:n.row,col:t,row:o,content:r,style:a,border:l,format:c}}getRule(e,t){const o=nU.getAll().sort(((e,t)=>e.sequence-t.sequence)).find((o=>o.condition(e,t)));return o&&this.direction&&o.generateRule(e,t,this.direction)}createGenerator(e){const t=[],o=[],s=this.getters.getActiveSheetId();for(const t of e){const{col:e,row:i}=Do(t),n=this.getters.getCell({sheetId:s,col:e,row:i});o.push({col:e,row:i,cell:n,sheetId:s})}const i=o.map((e=>e.cell));for(const e of o){let o={type:"COPY_MODIFIER"};if(e&&e.cell){o=this.getRule(e.cell,i)||o}const s=this.getters.getCellBorder(e)||void 0;t.push({data:{...e,border:s},rule:o})}return new gU(t,this.getters,this.direction)}saveZone(e,t,o,s){this.autofillZone={top:e,bottom:t,left:o,right:s}}getDirection(e,t){const o=this.getters.getSelectedZone(),s={up:{number:o.top-t,value:"up"},down:{number:t-o.bottom,value:"down"},left:{number:o.left-e,value:"left"},right:{number:e-o.right,value:"right"}};if(1===Object.values(s).map((e=>e.number>0?1:0)).reduce(((e,t)=>e+t)))return Object.values(s).find((e=>e.number>0?1:0)).value;const i=s.up.number>0?"up":"down",n=s.left.number>0?"left":"right";return Math.abs(s[i].number)>=Math.abs(s[n].number)?s[i].value:s[n].value}autofillMerge(e,t){const{originCol:o,originRow:s,col:i,row:n}=t,r={sheetId:e,col:i,row:n},a={sheetId:e,col:o,row:s};if(this.getters.isInMerge(r)&&!this.getters.isInMerge(a)){const t=this.getters.getMerge(r);t&&this.dispatch("REMOVE_MERGE",{sheetId:e,target:[t]})}const l=this.getters.getMerge(a);l?.left===o&&l?.top===s&&this.dispatch("ADD_MERGE",{sheetId:e,target:[{top:n,bottom:n+l.bottom-l.top,left:i,right:i+l.right-l.left}]})}drawLayer(e){if(!this.autofillZone)return;const{ctx:t,thinLineWidth:o}=e,{x:s,y:i,width:n,height:r}=this.getters.getVisibleRect(this.autofillZone);n>0&&r>0&&(t.strokeStyle="black",t.lineWidth=o,t.setLineDash([3]),t.strokeRect(s,i,n,r),t.setLineDash([]))}}).add("sort",class extends Qd{allowDispatch(e){return"SORT_CELLS"===e.type?Jo(e.col,e.row,e.zone)?this.checkValidations(e,this.checkMerge,this.checkMergeSizes,this.checkArrayFormulaInSortZone):"InvalidSortAnchor":"Success"}handle(e){if("SORT_CELLS"===e.type)this.sortZone(e.sheetId,e,e.zone,e.sortDirection,e.sortOptions||{})}checkMerge({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return"Success";return ss(t).some((({col:t,row:o})=>!this.getters.isInMerge({sheetId:e,col:t,row:o})))?"InvalidSortZone":"Success"}checkMergeSizes({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return"Success";const o=this.getters.getMerges(e).filter((e=>Ko(e,t))),s=es(o[0]),[i,n]=[s.numberOfCols,s.numberOfRows];return o.every((e=>{const[t,o]=[e.right-e.left+1,e.bottom-e.top+1];return t===i&&o===n}))?"Success":"InvalidSortZone"}checkArrayFormulaInSortZone({sheetId:e,zone:t}){return ss(t).some((({col:t,row:o})=>this.getters.getArrayFormulaSpreadingOn({sheetId:e,col:t,row:o})))?"SortZoneWithArrayFormulas":"Success"}hasHeader(e,t){if(1===t[0].length)return!1;let o=t.map((t=>t.map((({col:t,row:o})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:o}).type))));return o[0][0]===r.empty&&(o=o.slice(1)),!o.some((e=>e[0]===r.empty))&&!!o.some((e=>e[1]!==r.empty&&e[0]!==e[1]))}sortZone(e,t,o,s,i){const[n,a]=this.mainCellsSteps(e,o),l=this.getters.getMainCellPosition({sheetId:e,col:t.col,row:t.row}).col,c=Object.assign({},o);let h=this.mainCells(e,o);!i.sortHeaders&&this.hasHeader(e,h)&&(c.top+=a),h=this.mainCells(e,c);const d=function(e,t,o){const s=e.map(((e,t)=>({index:t,type:e.type,value:e.value})));return(o?s.map((e=>e.type===r.empty?{...e,type:r.number,value:0}:e)):s).sort(gf(t))}(h[l-c.left].map((e=>this.getters.getEvaluatedCell(e))),s,Boolean(i.emptyCellAsZero)),u=d.map((e=>e.index)),[g,p]=[h.length,h[0].length],m=[];for(let e=0;e<g;e++)for(let t=0;t<p;t++){const{col:o,row:s,sheetId:i}=h[e][u[t]],r=this.getters.getCell({sheetId:i,col:o,row:s}),l=c.left+e*n,d=c.top+t*a,g={sheetId:i,col:l,row:d,content:""};if(r){let e=r.content;if(r.isFormula){const t=this.getters.getCellPosition(r.id);e=this.getters.getTranslatedCellFormula(i,0,d-t.row,r.compiledFormula.tokens)}g.style=r.style,g.content=e,g.format=r.format}m.push(g)}m.forEach((e=>this.dispatch("UPDATE_CELL",e)))}mainCellsSteps(e,t){const o=this.getters.getMerge({sheetId:e,col:t.left,row:t.top});return[o?o.right-o.left+1:1,o?o.bottom-o.top+1:1]}mainCells(e,t){const[o,s]=this.mainCellsSteps(e,t),i=[],n=Ct(t.left,t.right+1,o),r=Ct(t.top,t.bottom+1,s);for(const t of n){const o=[];i.push(o);for(const s of r)o.push({sheetId:e,col:t,row:s})}return i}}).add("automatic_sum",class extends Qd{static getters=["getAutomaticSums"];handle(e){if("SUM_SELECTION"===e.type){const e=this.getters.getActiveSheetId(),{zones:t,anchor:o}=this.getters.getSelection();for(const s of t){const t=this.getAutomaticSums(e,s,o.cell);this.dispatchCellUpdates(e,t)}}}getAutomaticSums(e,t,o){return this.shouldFindData(e,t)?this.sumAdjacentData(e,t,o):this.sumData(e,t)}sumData(e,t){const o=this.dimensionsToSum(e,t),s=this.sumDimensions(e,t,o).filter((({zone:t})=>!this.getters.isEmpty(e,t)));return o.has("ROW")&&o.has("COL")&&s.push(this.sumTotal(t)),s}sumAdjacentData(e,t,o){const{col:s,row:i}=Jo(o.col,o.row,t)?o:{col:t.left,row:t.top},n=this.findAdjacentData(e,s,i);return n?this.getters.isSingleCellOrMerge(e,t)||ts(Zo(n,t))?[{position:{col:s,row:i},zone:n}]:this.sumDimensions(e,Zo(n,t),this.transpose(this.dimensionsToSum(e,t))):[]}findAdjacentData(e,t,o){const s=this.getters.getSheet(e),i=this.getters.getMainCellPosition({sheetId:e,col:t,row:o}),n=this.findSuitableZoneToSum(s,i.col,i.row);if(n)return this.getters.expandZone(e,n)}findSuitableZoneToSum(e,t,o){const s=this.getters.getEvaluatedCell({sheetId:e.id,col:t,row:o-1}),i=this.getters.getEvaluatedCell({sheetId:e.id,col:t-1,row:o});if(this.isNumber(i)&&!this.isNumber(s))return this.findHorizontalZone(e,t,o);const n=this.findVerticalZone(e,t,o);if(this.isZoneValid(n))return n;const r=this.findHorizontalZone(e,t,o);return this.isZoneValid(r)?r:void 0}findVerticalZone(e,t,o){const s={top:0,bottom:o-1,left:t,right:t},i=this.reduceZoneStart(e,s,s.bottom);return{...s,top:i}}findHorizontalZone(e,t,o){const s={top:o,bottom:o,left:0,right:t-1},i=this.reduceZoneStart(e,s,s.right);return{...s,left:i}}reduceZoneStart(e,t,o){const s=this.getters.getEvaluatedCellsInZone(e.id,t),i=Ct(o,-1,-1),n=no(i.filter((e=>s[e]&&!s[e].isAutoSummable))),r=yt(i.filter((e=>this.isNumber(s[e]))))[0]||[];return no(r)<n?1/0:ro(r)}shouldFindData(e,t){return this.getters.isEmpty(e,t)||this.getters.isSingleCellOrMerge(e,t)}isNumber(e){return e.type===r.number&&!(e.format&&Pr(e.format))}isZoneValid(e){return e.bottom>=e.top&&e.right>=e.left}lastColIsEmpty(e,t){return this.getters.isEmpty(e,{...t,left:t.right})}lastRowIsEmpty(e,t){return this.getters.isEmpty(e,{...t,top:t.bottom})}dimensionsToSum(e,t){const o=new Set;return ts(t)?(o.add(1===es(t).numberOfCols?"COL":"ROW"),o):(this.lastColIsEmpty(e,t)&&o.add("ROW"),this.lastRowIsEmpty(e,t)&&o.add("COL"),0===o.size&&o.add("COL"),o)}sumDimensions(e,t,o){return[...o.has("COL")?this.sumColumns(t,e):[],...o.has("ROW")?this.sumRows(t,e):[]]}sumTotal(e){const{bottom:t,right:o}=e;return{position:{col:o,row:t},zone:{...e,top:t,right:o-1}}}sumColumns(e,t){const o=this.nextEmptyRow(t,{...e,bottom:e.bottom-1});return e={...e,bottom:Math.min(e.bottom,o.bottom-1)},ss(o).map((t=>({position:t,zone:{...e,right:t.col,left:t.col}})))}sumRows(e,t){const o=this.nextEmptyCol(t,{...e,right:e.right-1});return e={...e,right:Math.min(e.right,o.right-1)},ss(o).map((t=>({position:t,zone:{...e,top:t.row,bottom:t.row}})))}dispatchCellUpdates(e,t){for(const o of t){const{col:t,row:s}=o.position;this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,content:`=SUM(${this.getters.zoneToXC(e,o.zone)})`})}}nextEmptyRow(e,t){let o=t.bottom+1;const{left:s,right:i}=t;for(;!this.getters.isEmpty(e,{bottom:o,top:o,left:s,right:i});)o++;return{...t,top:o,bottom:o}}nextEmptyCol(e,t){let o=t.right+1;const{top:s,bottom:i}=t;for(;!this.getters.isEmpty(e,{left:o,right:o,top:s,bottom:i});)o++;return{...t,left:o,right:o}}transpose(e){return new Set([...e.values()].map((e=>"COL"===e?"ROW":"COL")))}}).add("format",class extends Qd{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)}}setContextualFormat(e,t,o){const s=[],i={};for(const o of Fo(t))for(let t=o.left;t<=o.right;t++)for(let n=o.top;n<=o.bottom;n++){const o={sheetId:e,col:t,row:n},r=this.getters.getPivotCellFromPosition(o);if(this.isSpilledPivotValueFormula(o,r)){s.push(o);const e=this.getters.getPivotIdFromPosition(o)||"";i[e]??=new Set,i[e].add(r.measure)}}const n=Fo(s.map(ls));for(const e in i){const t=i[e],s=this.getters.getPivotCoreDefinition(e);this.dispatch("UPDATE_PIVOT",{pivotId:e,pivot:{...s,measures:s.measures.map((e=>t.has(e.id)?{...e,format:o}:e))}})}this.dispatch("SET_FORMATTING",{sheetId:e,target:n,format:""}),this.dispatch("SET_FORMATTING",{sheetId:e,target:Fo(t,n),format:o})}isSpilledPivotValueFormula(e,t){const o=this.getters.getCell(e);return"VALUE"===t.type&&!o?.isFormula}setDecimal(e,t,o){const s={};for(const i of Fo(t))for(const t of ss(i)){const i=this.getCellNumberFormat({sheetId:e,...t});if(void 0!==i){const e=jr(i,o);s[e]=s[e]||[],s[e].push(t)}}for(const t in s){const o=Fo(s[t].map((e=>ls(e))));this.setContextualFormat(e,o,t)}}getCellNumberFormat(e){for(const t of[e]){const e=this.getters.getEvaluatedCell(t);if(!(e.type!==r.number||e.format&&Pr(e.format)))return e.format||kr(e.value)}}}).add("insert_pivot",class extends Qd{static getters=[];allowDispatch(e){if("DUPLICATE_PIVOT_IN_NEW_SHEET"===e.type){if(!this.getters.isExistingPivot(e.pivotId))return"PivotIdNotFound";if(!this.getters.getPivot(e.pivotId).isValid())return"PivotInError"}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){1===us(this.getters.getSelectedZone())&&this.selection.selectTableAroundSelection();const o=this.getters.getActiveSheetId();this.dispatch("ADD_PIVOT",{pivotId:e,pivot:{dataSet:{zone:this.getters.getSelectedZone(),sheetId:o},columns:[],rows:[],measures:[],name:di("New pivot"),type:"SPREADSHEET"}});const s=this.getters.getSheetIds().findIndex((e=>e===o))+1,i=this.getters.getPivotFormulaId(e);this.dispatch("CREATE_SHEET",{sheetId:t,name:di("Pivot #%(formulaId)s",{formulaId:i}),position:s}),this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:o,sheetIdTo:t});const n=this.getters.getPivot(e);this.insertPivotWithTable(t,0,0,e,n.getCollapsedTableStructure().export(),"dynamic")}duplicatePivotInNewSheet(e,t,o){this.dispatch("DUPLICATE_PIVOT",{pivotId:e,newPivotId:t,duplicatedPivotName:di("%s (copy)",this.getters.getPivotCoreDefinition(e).name)});const s=this.getters.getActiveSheetId(),i=this.getters.getSheetIds().indexOf(s)+1,n=this.getters.getPivotFormulaId(t),r=this.getters.getPivotName(t);if(this.dispatch("CREATE_SHEET",{sheetId:o,name:this.getPivotDuplicateSheetName(di("%(newPivotName)s (Pivot #%(formulaId)s)",{newPivotName:r,formulaId:n})),position:i}).isSuccessful){this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:s,sheetIdTo:o});const i=this.getters.getPivot(e);this.insertPivotWithTable(o,0,0,t,i.getCollapsedTableStructure().export(),"dynamic")}}getPivotDuplicateSheetName(e){const t=this.getters.getSheetIds().map((e=>this.getters.getSheetName(e)));return ho(bt(e),t)}insertPivotWithTable(e,t,o,s,i,n){const{cols:r,rows:a,measures:l,fieldsType:c}=i,h=new oP(r,a,l,c||{}),d=h.columns.length-1;this.resizeSheet(e,t,o,h);const u=this.getters.getPivotFormulaId(s);let g;"dynamic"===n?(this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:o,content:`=PIVOT(${u})`}),g={left:t,right:t,top:o,bottom:o}):(this.dispatch("INSERT_PIVOT",{sheetId:e,col:t,row:o,pivotId:s,table:h.export()}),g={left:t,right:t+h.getNumberOfDataColumns(),top:o,bottom:o+d+h.rows.length}),this.dispatch("CREATE_TABLE",{tableType:n,sheetId:e,ranges:[this.getters.getRangeDataFromZone(e,g)],config:{...it,numberOfHeaders:d}})}resizeSheet(e,t,o,s){const i=s.getNumberOfDataColumns()+1,n=this.getters.getNumberCols(e),r=n-t;r<i&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:n-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:i-r,position:"after"});const a=s.columns.length+s.rows.length,l=this.getters.getNumberRows(e),c=l-o;c<a&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"ROW",base:l-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:a-c,position:"after"})}splitPivotFormula(e,t,o,s){const i=this.getters.getSpreadZone({sheetId:e,col:t,row:o});if(!i)return;const n=this.getters.getPivotFormulaId(s),r=new Map;for(let t=i.left;t<=i.right;t++)for(let o=i.top;o<=i.bottom;o++){const s={sheetId:e,col:t,row:o};r.set(s,this.getters.getPivotCellFromPosition(s))}for(const[e,t]of r)this.dispatch("UPDATE_CELL",{...e,content:sh(n,t)});const a=this.getters.getCoreTable({sheetId:e,col:t,row:o});if("dynamic"===a?.type){const s=ls({col:t,row:o}),n=this.getters.getRangeDataFromZone(e,i);this.dispatch("UPDATE_TABLE",{sheetId:e,zone:s,newTableRange:n,tableType:"static"})}}}).add("pivot_presence",class extends Qd{static getters=["getPivotPresenceTracker"];trackPresencePivotId;tracker;handle(e){switch(e.type){case"PIVOT_START_PRESENCE_TRACKING":this.tracker=new WU,this.trackPresencePivotId=e.pivotId;break;case"PIVOT_STOP_PRESENCE_TRACKING":this.trackPresencePivotId=void 0}}getPivotPresenceTracker(e){if(this.trackPresencePivotId===e){if(!this.tracker)throw new Error("Tracker not initialized");return this.tracker}}}).add("split_to_columns",class extends Qd{static getters=["getAutomaticSeparator"];allowDispatch(e){return"SPLIT_TEXT_INTO_COLUMNS"===e.type?this.chainValidations(this.batchValidations(this.checkSingleColSelected,this.checkNonEmptySelector),this.batchValidations(this.checkNotOverwritingContent,this.checkSeparatorInSelection))(e):"Success"}handle(e){if("SPLIT_TEXT_INTO_COLUMNS"===e.type)this.splitIntoColumns(e)}getAutomaticSeparator(){const e=this.getters.getSelectedCells();for(const t of e)if(t.value&&t.type===r.text){const e=this.getAutoSeparatorForString(t.value);if(e)return e}return" "}getAutoSeparatorForString(e){const t=[ot,";",","," ","."];for(const o of t)if(e.includes(o))return o}splitIntoColumns({separator:e,addNewColumns:t}){const o=this.getters.getSelectedZone(),s=this.getters.getActiveSheetId(),i=this.getSplittedCols(o,e);t&&this.addColsToAvoidCollisions(o,i),this.removeMergesInSplitZone(o,i),this.addColumnsToNotOverflowSheet(o,i);for(let e=0;e<i.length;e++){const t=o.top+e,n=i[e],r=o.left,a=this.getters.getCell({sheetId:s,col:r,row:t});if(1!==n.length||n[0]!==a?.content)for(const[e,o]of n.entries())this.dispatch("UPDATE_CELL",{sheetId:s,col:r+e,row:t,content:Hl(o,this.getters.getLocale()),format:"",style:a?.style||null})}}getSplittedCols(e,t){if(!t)throw new Error("Separator cannot be empty");const o=this.getters.getActiveSheetId(),s=[];for(const i of Ct(e.top,e.bottom+1)){const n=this.getters.getEvaluatedCell({sheetId:o,col:e.left,row:i}).formattedValue;s.push(this.splitAndRemoveTrailingEmpty(n,t))}return s}splitAndRemoveTrailingEmpty(e,t){const o=e.split(t);for(;o.length>1&&""===o[o.length-1];)o.pop();return o}willSplittedColsOverwriteContent(e,t){const o=this.getters.getActiveSheetId();for(const s of Ct(e.top,e.bottom+1)){const i=t[s-e.top];for(let t=1;t<i.length;t++){const i=this.getters.getCell({sheetId:o,col:e.left+t,row:s});if(i&&i.content)return!0}}return!1}removeMergesInSplitZone(e,t){const o=this.getters.getActiveSheetId(),s=Math.max(...t.map((e=>e.length))),i={...e,right:e.left+s-1},n=this.getters.getMergesInZone(o,i);this.dispatch("REMOVE_MERGE",{sheetId:o,target:n})}addColsToAvoidCollisions(e,t){const o=this.getters.getActiveSheetId();let s=0;for(const i of Ct(e.top,e.bottom+1)){const n={sheetId:o,col:e.left,row:i},r=t[i-e.top],a=this.getColsToAddToAvoidCollision(n,r);s=Math.max(s,a)}s&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:e.left,sheetId:o,sheetName:this.getters.getSheetName(o),quantity:s,position:"after"})}getColsToAddToAvoidCollision(e,t){const o=t.length;for(let t=1;t<o;t++){const s=e.col+t,i=this.getters.getCell({...e,col:s});if(i&&i.content)return o-t}return 0}addColumnsToNotOverflowSheet(e,t){const o=this.getters.getActiveSheetId(),s=Math.max(...t.map((e=>e.length-1))),i=this.getters.getNumberCols(o)-1;e.left+s>i&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:i,sheetId:o,sheetName:this.getters.getSheetName(o),quantity:e.left+s-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";const t=this.getters.getSelectedZones()[0],o=this.getSplittedCols(t,e.separator);return this.willSplittedColsOverwriteContent(t,o)?"SplitWillOverwriteContent":"Success"}checkSeparatorInSelection({separator:e}){const t=this.getters.getSelectedCells();for(const o of t)if(o.formattedValue.includes(e))return"Success";return"NoSplitSeparatorInSelection"}}).add("subtotal_evaluation",class extends Qd{subtotalCells=new Set;handle(e){switch(e.type){case"START":this.subtotalCells.clear();for(const e of this.getters.getSheetIds()){const t=this.getters.getCells(e);for(const e in t){const o=t[e];eu(o)&&this.subtotalCells.add(o.id)}}break;case"UPDATE_CELL":{if(!("content"in e))return;const t=this.getters.getCell(e);if(!t)return;eu(t)?this.subtotalCells.add(t.id):this.subtotalCells.delete(t.id);break}}g.has(e.type)&&this.dispatch("EVALUATE_CELLS",{cellIds:Array.from(this.subtotalCells)})}}).add("collaborative",class extends Qd{static getters=["getClientsToDisplay","getClient","getCurrentClient","getConnectedClients","isFullySynchronized"];static layers=["Selection"];colors=new oi(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 AU)return[];throw e}const e=this.getters.getActiveSheetId(),t=[];for(const o of this.getters.getConnectedClients())o.id!==this.getters.getCurrentClient().id&&o.position&&o.position.sheetId===e&&this.isPositionValid(o.position)&&t.push({...o,position:o.position});return t}drawLayer(e){if(this.getters.isDashboard())return;const{ctx:t,thinLineWidth:o}=e,s=this.getters.getActiveSheetId();for(const e of this.getClientsToDisplay()){const{row:i,col:n}=e.position,r=this.getters.expandZone(s,{top:i,bottom:i,left:n,right:n}),{x:a,y:l,width:c,height:h}=this.getters.getVisibleRect(r);if(c<=0||h<=0)continue;const d=e.color;t.fillStyle=`${d}10`,t.lineWidth=4*o,t.strokeStyle=d,t.globalCompositeOperation="multiply",t.fillRect(a,l,c,h),t.globalCompositeOperation="source-over",t.strokeRect(a,l,c,h),t.font=`bold ${ke+1}px ${Le}`}}}).add("history",class extends Qd{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"}return"Success"}handle(e){switch(e.type){case"REQUEST_UNDO":case"REQUEST_REDO":this.requestHistoryChange("REQUEST_UNDO"===e.type?"UNDO":"REDO")}}finalize(){}requestHistoryChange(e){const t="UNDO"===e?this.undoStack.pop():this.redoStack.pop();if(t)"UNDO"===e?(this.session.undo(t),this.redoStack.push(t)):(this.session.redo(t),this.undoStack.push(t));else{const e=this.getPossibleRevisionToRepeat();if(!e)return;const t=GU(e,this.getters);if(!t)return;if(!Array.isArray(t))return void this.dispatch(t.type,t);for(const e of t)this.dispatch(e.type,e)}}canUndo(){return this.undoStack.length>0}canRedo(){if(this.redoStack.length>0)return!0;const e=this.getPossibleRevisionToRepeat();return!(!(t=e)||!t.rootCommand||"object"!=typeof t.rootCommand)&&(f(t.rootCommand)?zU.contains(t.rootCommand.type):BU.contains(t.rootCommand.type));var t}onNewLocalStateUpdate({id:e}){this.undoStack.push(e),this.redoStack=[],this.undoStack.length>99&&this.undoStack.shift()}getPossibleRevisionToRepeat(){return this.session.getLastLocalNonEmptyRevision()}}).add("data_cleanup",class extends Qd{allowDispatch(e){return"REMOVE_DUPLICATES"===e.type?this.checkValidations(e,this.chainValidations(this.checkSingleRangeSelected,this.checkNoMergeInZone,this.checkRangeContainsValues,this.checkColumnsIncludedInZone),this.chainValidations(this.checkNoColumnProvided,this.checkColumnsAreUnique)):"Success"}handle(e){switch(e.type){case"REMOVE_DUPLICATES":this.removeDuplicates(e.columns,e.hasHeader);break;case"TRIM_WHITESPACE":this.trimWhitespace()}}removeDuplicates(e,t){const o=this.getters.getActiveSheetId(),s=this.getters.getSelectedZone();t&&(s.top+=1);const i=this.getUniqueRowsIndexes(o,s.top,s.bottom,e),n=i.length;if(n===es(s).numberOfRows)return void this.notifyRowsRemovedAndRemaining(0,n);const r=i.map((e=>({left:s.left,top:e,right:s.right,bottom:e}))),a=new bh(this.getters,this.dispatch),l=a.copy(vs(o,r),!1);if(!l)return;this.dispatch("CLEAR_CELLS",{target:[s],sheetId:o});const c={left:s.left,top:s.top,right:s.left,bottom:s.top};a.paste({zones:[c],sheetId:o},l,{isCutOperation:!1});const h={left:s.left,top:s.top-(t?1:0),right:s.right,bottom:s.top+n-1};this.selection.selectZone({cell:{col:h.left,row:h.top},zone:h});const d=s.bottom-s.top+1-n;this.notifyRowsRemovedAndRemaining(d,n)}getUniqueRowsIndexes(e,t,o,s){const i=new Map;for(const n of Ct(t,o+1)){const t=s.map((t=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:n}).value));!Object.values(i).some((e=>zt(e,t)))&&(i[n]=t)}return Object.keys(i).map((e=>parseInt(e)))}notifyRowsRemovedAndRemaining(e,t){this.ui.notifyUI({type:"info",text:di("%s duplicate rows found and removed.\n%s unique rows remain.",e.toString(),t.toString()),sticky:!1})}checkSingleRangeSelected(){return 1!==this.getters.getSelectedZones().length?"MoreThanOneRangeSelected":"Success"}checkNoMergeInZone(){const e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZone();return this.getters.getMergesInZone(e,t).length>0?"WillRemoveExistingMerge":"Success"}checkRangeContainsValues(e){const t=this.getters.getActiveSheetId(),o=this.getters.getSelectedZone();e.hasHeader&&(o.top+=1);return this.getters.getEvaluatedCellsInZone(t,o).every((e=>"empty"===e.type))?"EmptyTarget":"Success"}checkNoColumnProvided(e){return 0===e.columns.length?"NoColumnsProvided":"Success"}checkColumnsIncludedInZone(e){const t=this.getters.getSelectedZone();return e.columns.some((e=>e<t.left||e>t.right))?"ColumnsNotIncludedInZone":"Success"}checkColumnsAreUnique(e){return e.columns.length!==new Set(e.columns).size?"DuplicatesColumnsSelected":"Success"}trimWhitespace(){const e=Fo(this.getters.getSelectedZones()),t=this.getters.getActiveSheetId();let o=0;for(const{col:s,row:i}of e.map(ss).flat()){const e=this.getters.getCell({col:s,row:i,sheetId:t});if(!e)continue;const n=oo(e.content);n!==e.content&&(o+=1,this.dispatch("UPDATE_CELL",{sheetId:t,col:s,row:i,content:n}))}const s=o?di("Trimmed whitespace from %s cells.",o):di("No selected cells had whitespace trimmed.");this.ui.notifyUI({type:"info",text:s,sticky:!1})}}).add("table_autofill",class extends Qd{handle(e){if("AUTOFILL_TABLE_COLUMN"===e.type){const t=this.getters.getCoreTable(e),o=this.getters.getCell(e);if(!t?.config.automaticAutofill||"dynamic"===t.type||!o?.isFormula)return;const{col:s,row:i}=e,n=function(e,t){const o=t.numberOfHeaders,s={...e,top:e.top+o};return s.top<=s.bottom?s:void 0}(t.range.zone,t.config);if(n&&Jo(s,i,n)){const t=e.autofillRowStart??n.top,o=e.autofillRowEnd??n.bottom,s={...n,top:t,bottom:o};this.autofillTableZone(e,s)}}}autofillTableZone(e,t){if(t.top===t.bottom)return;const{col:o,row:s,sheetId:i}=e;for(let e=t.top;e<=t.bottom;e++)if(e!==s&&this.getters.getEvaluatedCell({col:o,row:e,sheetId:i}).type!==r.empty)return;const n={zone:this.getters.getSelectedZone(),cell:this.getters.getActivePosition()};this.selection.selectCell(o,s),this.dispatch("AUTOFILL_SELECT",{col:o,row:t.bottom}),this.dispatch("AUTOFILL"),this.selection.selectCell(o,s),this.dispatch("AUTOFILL_SELECT",{col:o,row:t.top}),this.dispatch("AUTOFILL"),this.selection.selectZone(n)}}).add("table_ui_resize",class extends Qd{allowDispatch(e){if("RESIZE_TABLE"===e.type){const t=this.getters.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(!t)return"TableNotFound";const o=t.range.zone,s=this.getters.getRangeFromRangeData(e.newTableRange).zone;return s.top!==o.top||s.left!==o.left?"InvalidTableResize":this.canDispatch("UPDATE_TABLE",{...e}).reasons}return"Success"}handle(e){switch(e.type){case"RESIZE_TABLE":{const t=this.getters.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(this.dispatch("UPDATE_TABLE",{...e}),!t)return;const o=this.getters.getRangeFromRangeData(e.newTableRange).zone;if(this.selection.selectCell(o.right,o.bottom),!t.config.automaticAutofill)return;const s=t.range.zone;if(o.bottom>=s.bottom){for(let t=o.left;t<=o.right;t++){const i={col:t,row:s.bottom,sheetId:e.sheetId};this.getters.getCell(i)?.content.startsWith("=")&&this.dispatch("AUTOFILL_TABLE_COLUMN",{...i,autofillRowStart:s.bottom,autofillRowEnd:o.bottom})}break}}}}}).add("datavalidation_insert",class extends Qd{handle(e){if("ADD_DATA_VALIDATION_RULE"===e.type)if("isBoolean"===e.rule.criterion.type){const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e)));for(const e of Ba(t)){const t=this.getters.getCell(e),o=this.getters.getEvaluatedCell(e);if(t?.content)if(t?.content&&o.type===r.empty){let o;if(t.content.startsWith("=")){const s=this.getters.evaluateFormula(e.sheetId,t.content);o=(E(s)?s[0][0]:s)?.toString()}else o=t.content;o&&It(o)||this.dispatch("UPDATE_CELL",{...e,content:"FALSE"})}else o.type!==r.boolean&&this.dispatch("UPDATE_CELL",{...e,content:"FALSE"});else this.dispatch("UPDATE_CELL",{...e,content:"FALSE"})}}}}).add("checkbox_toggle",class extends Qd{static getters=["hasBooleanValidationInZones"];handle(e){if("TOGGLE_CHECKBOX"===e.type)this.toggleCheckbox(e.sheetId,e.target)}hasBooleanValidationInZones(e){const t=this.getters.getActiveSheetId();for(const o of e)for(let e=o.left;e<=o.right;e++)for(let s=o.top;s<=o.bottom;s++)if(this.getters.isCellValidCheckbox({col:e,row:s,sheetId:t}))return!0;return!1}toggleCheckbox(e,t){for(const o of t)for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++){const o={col:t,row:s,sheetId:e};if(this.getters.isCellValidCheckbox(o)){const e=this.getters.getEvaluatedCell(o).value?"FALSE":"TRUE";this.dispatch("UPDATE_CELL",{...o,content:e})}}}}).add("dynamic_translate",class extends Qd{static getters=["dynamicTranslate"];dynamicTranslate(e){return e}}).add("geo_features",class extends Qd{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)return void console.error("No geoJsonService provided to the model");const t=this.geoJsonCache[e];return t instanceof Promise?void 0:void 0!==t?t??void 0:void(this.geoJsonCache[e]=new Promise((async t=>{const o=await(this.geoJsonService?.getTopoJson(e));this.geoJsonCache[e]=this.convertToGeoJson(o),this.dispatch("EVALUATE_CHARTS"),t()})))}geoFeatureNameToId(e,t){if(this.geoJsonService)return this.geoJsonService.geoFeatureNameToId(e,t);console.error("No geoJsonService provided to the model")}convertToGeoJson(e){if(!e)return null;if("Topology"===e.type){const t=window.ChartGeo.topojson.feature(e,Object.values(e.objects)[0]);return"FeatureCollection"===t.type?t.features:[t]}if("FeatureCollection"===e.type)return e.features;throw new Error("Invalid TopoJSON")}}),KU=(new n).add("selection",class extends Qd{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(e){return"InvalidSheetId"}case"MOVE_COLUMNS_ROWS":return this.isMoveElementAllowed(e)}return"Success"}handleEvent(e){const t=e.anchor;let o=[];switch(this.isUnbounded=e.options?.unbounded||!1,e.mode){case"overrideSelection":o=[t.zone];break;case"updateAnchor":o=[...this.gridSelection.zones];const s=o.findIndex((t=>Yo(t,e.previousAnchor.zone)));s>=0&&(o[s]=t.zone);break;case"newAnchor":o=[...this.gridSelection.zones,t.zone]}this.setSelectionMixin(e.anchor,o),this.selection.resetDefaultAnchor(this,pt(this.gridSelection.anchor));const{col:s,row:i}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:s,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)}switch(e.type){case"START":const t=this.getters.getVisibleSheetIds()[0];this.activateSheet(t,t);const{col:o,row:s}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(o,s),this.selection.registerAsDefault(this,this.gridSelection.anchor,{handleEvent:this.handleEvent.bind(this)}),this.moveClient({sheetId:t,col:0,row:0});break;case"ACTIVATE_SHEET":this.activateSheet(e.sheetIdFrom,e.sheetIdTo);break;case"REMOVE_COLUMNS_ROWS":{const t=this.getters.getActiveSheetId();if(e.sheetId===t){"COL"===e.dimension?this.onColumnsRemoved(e):this.onRowsRemoved(e);const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:o,row:s})}break}case"ADD_COLUMNS_ROWS":{const t=this.getters.getActiveSheetId();if(e.sheetId===t){this.onAddElements(e);const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:o,row:s})}break}case"MOVE_COLUMNS_ROWS":e.sheetId===this.getActiveSheetId()&&this.onMoveElements(e);break;case"SELECT_FIGURE":this.selectedFigureId=e.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":const i=Object.keys(this.sheetsData).filter((e=>!this.getters.tryGetSheet(e)));for(const e of i)delete this.sheetsData[e];for(const e in this.sheetsData){const t=this.clipSelection(e,this.sheetsData[e].gridSelection);this.sheetsData[e]={gridSelection:pt(t)}}this.fallbackToVisibleSheet();const n=this.getters.getActiveSheetId();this.gridSelection.zones=this.gridSelection.zones.map((e=>this.getters.expandZone(n,e))),this.gridSelection.anchor.zone=this.getters.expandZone(n,this.gridSelection.anchor.zone),this.setSelectionMixin(this.gridSelection.anchor,this.gridSelection.zones),this.selectedFigureId=null}}finalize(){this.fallbackToVisibleSheet(),this.selection.resetDefaultAnchor(this,pt(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(){const e=new Set;for(const t of this.gridSelection.zones)if(0===t.top&&t.bottom===this.getters.getNumberRows(this.getters.getActiveSheetId())-1)for(let o=t.left;o<=t.right;o++)e.add(o);return e}getActiveRows(){const e=new Set,t=this.getters.getActiveSheetId();for(const o of this.gridSelection.zones)if(0===o.left&&o.right===this.getters.getNumberCols(t)-1)for(let t=o.top;t<=o.bottom;t++)e.add(t);return e}getCurrentStyle(){const e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();return this.getters.getCellStyle({sheetId:t,col:e.left,row:e.top})}getSelectedZones(){return pt(this.gridSelection.zones)}getSelectedZone(){return pt(this.gridSelection.anchor.zone)}getSelectecUnboundedZone(){return pt(this.isUnbounded?this.getters.getUnboundedZone(this.activeSheet.id,this.gridSelection.anchor.zone):this.gridSelection.anchor.zone)}getSelection(){return pt(this.gridSelection)}getSelectedCells(){const e=this.getters.getActiveSheetId(),t=[];for(const o of this.gridSelection.zones)t.push(...this.getters.getEvaluatedCellsInZone(e,o));return t}getSelectedFigureId(){return this.selectedFigureId}getActivePosition(){return this.getters.getMainCellPosition({sheetId:this.getActiveSheetId(),col:this.gridSelection.anchor.cell.col,row:this.gridSelection.anchor.cell.row})}getSheetPosition(e){if(e===this.getters.getActiveSheetId())return this.getActivePosition();{const t=this.sheetsData[e];return t?{sheetId:e,col:t.gridSelection.anchor.cell.col,row:t.gridSelection.anchor.cell.row}:this.getters.getNextVisibleCellPosition({sheetId:e,col:0,row:0})}}isSingleColSelected(){const e=this.getters.getSelectedZones();return 1===e.length&&e[0].left===e[0].right}getElementsFromSelection(e){if("COL"===e&&0===this.getters.getActiveCols().size)return[];if("ROW"===e&&0===this.getters.getActiveRows().size)return[];const t=this.getters.getSelectedZones();let o=[];const s="COL"===e?"left":"top",i="COL"===e?"right":"bottom";for(const e of t){const t=Array.from({length:e[i]-e[s]+1},((t,o)=>e[s]+o));o=o.concat(t)}return[...new Set(o)].sort()}activateSheet(e,t){if(this.setActiveSheet(t),this.sheetsData[e]={gridSelection:pt(this.gridSelection)},t in this.sheetsData)Object.assign(this,this.sheetsData[t]),this.selection.resetDefaultAnchor(this,pt(this.gridSelection.anchor));else{const{col:e,row:o}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(e,o)}const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.activeSheet.id,col:o,row:s})}setSelectionMixin(e,t){const{anchor:o,zones:s}=this.clipSelection(this.getters.getActiveSheetId(),{anchor:e,zones:t});this.gridSelection.anchor=o,this.gridSelection.zones=function(e){return e.reverse().filter(((e,t,o)=>t===o.findIndex((t=>t.top===e.top&&t.bottom===e.bottom&&t.left===e.left&&t.right===e.right)))).reverse()}(s)}selectCell(e,t){const o=this.getters.getActiveSheetId(),s=this.getters.expandZone(o,{left:e,right:e,top:t,bottom:t});this.setSelectionMixin({zone:s,cell:{col:e,row:t}},[s])}setActiveSheet(e){this.activeSheet=this.getters.getSheet(e)}activateNextSheet(e){const t=this.getters.getSheetIds(),o=(t.findIndex((e=>e===this.activeSheet.id))+("left"===e?t.length-1:1))%t.length;this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:this.getActiveSheetId(),sheetIdTo:t[o]})}onColumnsRemoved(e){const{cell:t,zone:o}=this.gridSelection.anchor,s=Wo(o,"left",[...e.elements]);let i={left:t.col,right:t.col,top:t.row,bottom:t.row};i=Wo(i,"left",[...e.elements]);const n={cell:{col:i.left,row:i.top},zone:s},r=this.gridSelection.zones.map((t=>Wo(t,"left",[...e.elements])));this.setSelectionMixin(n,r)}onRowsRemoved(e){const{cell:t,zone:o}=this.gridSelection.anchor,s=Wo(o,"top",[...e.elements]);let i={left:t.col,right:t.col,top:t.row,bottom:t.row};i=Wo(i,"top",[...e.elements]);const n={cell:{col:i.left,row:i.top},zone:s},r=this.gridSelection.zones.map((t=>Wo(t,"top",[...e.elements])));this.setSelectionMixin(n,r)}onAddElements(e){const t="COL"===e.dimension?"left":"top",o=Go(this.gridSelection.anchor.zone,t,e.base,e.position,e.quantity),s=this.gridSelection.zones.map((o=>Go(o,t,e.base,e.position,e.quantity))),i={cell:{col:o.left,row:o.top},zone:o};this.setSelectionMixin(i,s)}onMoveElements(e){const t=e.elements.length,o=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});const s="COL"===e.dimension,i=e.elements[0],n=e.elements[t-1],r=e.base<i,a=r&&s?t:0,l=r&&!s?t:0,c=r?e.elements.map((e=>e+t)):e.elements,h=Object.fromEntries(c.map((t=>{const o=s?this.getters.getColSize(e.sheetId,t):this.getters.getUserRowSize(e.sheetId,t);return[t,s&&o===xe?void 0:o]}))),d=[{left:s?i+a:0,right:s?n+a:this.getters.getNumberCols(e.sheetId)-1,top:s?0:i+l,bottom:s?this.getters.getNumberRows(e.sheetId)-1:n+l}],u=this.getActiveSheetId(),g=r?e.base:e.base+1,p=[{left:s?g:0,right:s?g+t-1:this.getters.getNumberCols(e.sheetId)-1,top:s?0:g,bottom:s?this.getters.getNumberRows(e.sheetId)-1:g+t-1}],m=Sh.cellHandlers.getKeys().map((e=>[e,new(Sh.cellHandlers.get(e))(this.getters,this.dispatch)])),f={};for(const[e,t]of m)f[e]=t.copy(vs(u,d),!1,"shiftCells");for(const[e,t]of m)f[e]&&t.paste({zones:p,sheetId:u},f[e],{isCutOperation:!0});const v=p[0],b=v.left,S=v.top;this.setSelectionMixin({zone:v,cell:{col:b,row:S}},[v]);let C=r?e.base:e.base+1;const y={};for(const t of c){const o=h[t],s=this.getters.getHeaderSize(e.sheetId,e.dimension,C);o&&o!==s&&(y[o]??=[],y[o].push(C),C+=1)}for(const t in y)this.dispatch("RESIZE_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,size:parseInt(t,10),elements:y[t]});this.dispatch("REMOVE_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,sheetName:e.sheetName,elements:c}),this.applyFigureUpdates(o)}getFiguresUpdates(e){const t=[],o={},s=e.elements[0]<e.base?e.base-e.elements.length+1:e.base;for(let t=0;t<e.elements.length;t++)o[e.elements[t]]=s+t;for(const s of this.getters.getFigures(e.sheetId))"COL"===e.dimension&&s.col in o&&t.push({type:"UPDATE_FIGURE",sheetId:e.sheetId,figureId:s.id,col:o[s.col],row:s.row}),"ROW"===e.dimension&&s.row in o&&t.push({type:"UPDATE_FIGURE",sheetId:e.sheetId,figureId:s.id,row:o[s.row],col:s.col});return t}applyFigureUpdates(e){for(const t of e)this.dispatch(t.type,{...t})}isMoveElementAllowed(e){const t="COL"===e.dimension,o=e.elements[0],s=e.elements[e.elements.length-1],i=e.sheetId,n=t?this.getters.doesColumnsHaveCommonMerges:this.getters.doesRowsHaveCommonMerges;if(n(i,o-1,o)||n(i,s,s+1)||n(i,e.base-1,e.base))return"WillRemoveExistingMerge";const r=[e.base,...e.elements],a=t?this.getters.getNumberCols(i):this.getters.getNumberRows(i);return r.some((e=>e<0||e>=a))?"InvalidHeaderIndex":t||this.isTableRowMoveAllowed(i,e.elements)?"Success":"CannotMoveTableHeader"}isTableRowMoveAllowed(e,t){const o=this.getters.getCoreTables(e);if(0===o.length)return!0;const s=new Set(t);return o.every((({range:{zone:e},config:o})=>{const{top:i,bottom:n}=e;if(0===o.numberOfHeaders)return!0;const r=i+o.numberOfHeaders-1;if(!t.some((e=>e>=i&&e<=r)))return!0;return Ct(i,n+1).every((e=>s.has(e)))}))}fallbackToVisibleSheet(){if(!this.getters.tryGetSheet(this.getters.getActiveSheetId())){const e=this.getters.getVisibleSheetIds();if(this.activeSheet=this.getters.getSheet(e[0]),this.activeSheet.id in this.sheetsData){const{anchor:e}=this.clipSelection(this.activeSheet.id,this.sheetsData[this.activeSheet.id].gridSelection);this.selectCell(e.cell.col,e.cell.row)}else this.selectCell(0,0);const{col:t,row:o}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:t,row:o})}}clipSelection(e,t){const o=this.getters.getNumberCols(e)-1,s=this.getters.getNumberRows(e)-1;return{zones:t.zones.map((e=>({left:St(e.left,0,o),right:St(e.right,0,o),top:St(e.top,0,s),bottom:St(e.bottom,0,s)}))),anchor:{cell:{col:St(t.anchor.cell.col,0,o),row:St(t.anchor.cell.row,0,s)},zone:{left:St(t.anchor.zone.left,0,o),right:St(t.anchor.zone.right,0,o),top:St(t.anchor.zone.top,0,s),bottom:St(t.anchor.zone.bottom,0,s)}}}}drawLayer(e){if(this.getters.isDashboard())return;const{ctx:t,thinLineWidth:o}=e,s=this.getSelectedZones();t.fillStyle="#f3f7fe";const i=1===s.length&&s[0].left===s[0].right&&s[0].top===s[0].bottom;t.fillStyle=i?"#f3f7fe":"#e9f0ff",t.strokeStyle=N,t.lineWidth=1.5*o;for(const e of s){const{x:o,y:s,width:i,height:n}=this.getters.getVisibleRect(e);t.globalCompositeOperation="multiply",t.fillRect(o,s,i,n),t.globalCompositeOperation="source-over",t.strokeRect(o,s,i,n)}t.globalCompositeOperation="source-over";const n=this.getActivePosition();let r;t.strokeStyle=N,t.lineWidth=3*o,r=this.getters.isInMerge(n)?this.getters.getMerge(n):ls(n);const{x:a,y:l,width:c,height:h}=this.getters.getVisibleRect(r);c>0&&h>0&&t.strokeRect(a,l,c,h)}}).add("evaluation_filter",class extends Qd{static getters=["getFilterValue","getFilterHiddenValues","getFilterCriterionValue","getFirstTableInSelection","isRowFiltered","isFilterActive"];filterValues={};hiddenRows={};isEvaluationDirty=!1;allowDispatch(e){if("UPDATE_FILTER"===e.type)if(!this.getters.getFilterId(e))return"FilterNotFound";return"Success"}handle(e){switch(e.type){case"UNDO":case"REDO":case"UPDATE_CELL":case"EVALUATE_CELLS":case"ACTIVATE_SHEET":case"REMOVE_TABLE":case"ADD_COLUMNS_ROWS":case"REMOVE_COLUMNS_ROWS":case"UPDATE_TABLE":this.isEvaluationDirty=!0;break;case"START":for(const 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]=pt(this.filterValues[e.sheetId])}}finalize(){if(this.isEvaluationDirty){for(const e of this.getters.getSheetIds())this.updateHiddenRows(e);this.isEvaluationDirty=!1}}isRowFiltered(e,t){return!!this.hiddenRows[e]?.has(t)}getFilterValue(e){const t=this.getters.getFilterId(e),o=e.sheetId;return t?this.filterValues[o]?.[t]:void 0}getFilterHiddenValues(e){const t=this.getters.getFilterId(e),o=e.sheetId;if(!t||!this.filterValues[o])return[];const s=this.filterValues[o][t]||[];return"values"===s.filterType?s.hiddenValues:[]}getFilterCriterionValue(e){const t=this.getters.getFilterId(e),o=e.sheetId;if(!t||!this.filterValues[o])return ZU;const s=this.filterValues[o][t];return s&&"criterion"===s.filterType?s:ZU}isFilterActive(e){const t=this.getters.getFilterId(e);if(!t)return!1;const o=e.sheetId,s=this.filterValues[o]?.[t];return!!s&&("values"===s.filterType?s.hiddenValues.length>0:"none"!==s.type)}getFirstTableInSelection(){const e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZones();return this.getters.getTablesOverlappingZones(e,t)[0]}updateFilter({col:e,row:t,value:o,sheetId:s}){const i=this.getters.getFilterId({sheetId:s,col:e,row:t});i&&(this.filterValues[s]||(this.filterValues[s]={}),this.filterValues[s][i]=o)}updateHiddenRows(e){const t=this.getters.getFilters(e).sort(((e,t)=>e.rangeWithHeaders.zone.top-t.rangeWithHeaders.zone.top)),o=new Set;for(const s of t){const t=this.filterValues[e]?.[s.id],i=s.filteredRange?.zone;if(t&&i&&!o.has(s.rangeWithHeaders.zone.top)&&!this.getters.isRowHiddenByUser(e,s.rangeWithHeaders.zone.top))if("values"===t.filterType){const n=t.hiddenValues?.map(ul);if(!n)continue;const r=new Set(n);for(let t=i.top;t<=i.bottom;t++){const i=this.getCellValueAsString(e,s.col,t);r.has(i)&&o.add(t)}}else{if("none"===t.type)continue;const n=tR.get(t.type),r=t.values.map((t=>t.startsWith("=")?this.getters.evaluateFormula(e,t)??"":Qr(t,I)));if(r.some(fc))continue;const a={type:t.type,values:r.map(pc),dateValue:t.dateValue};for(let t=i.top;t<=i.bottom;t++){const i={sheetId:e,col:s.col,row:t},r=this.getters.getEvaluatedCell(i).value??"";n.isValueValid(r,a,this.getters,e)||o.add(t)}}}this.hiddenRows[e]=o}getCellValueAsString(e,t,o){return this.getters.getEvaluatedCell({sheetId:e,col:t,row:o}).formattedValue.toLowerCase()}exportForExcel(e){for(const t of e.sheets){const e=t.id;for(const o of t.tables){const s=Vo(o.range),i=[],n=[];for(const o of Ct(0,es(s).numberOfCols)){const r={sheetId:t.id,col:s.left+o,row:s.top},a=this.getFilterHiddenValues(r),l=this.getters.getFilter(r),c=l?.filteredRange?ss(l.filteredRange.zone).map((t=>this.getters.getEvaluatedCell({sheetId:e,...t}).formattedValue)):[];if(a.length){const e=c.filter((e=>e)).filter((e=>!a.includes(e)));i.push({colId:o,displayedValues:[...new Set(e)],displayBlanks:!a.includes("")&&c.some((e=>!e))})}const h=this.getters.getEvaluatedCell(r).formattedValue,d=this.getUniqueColNameForExcel(o,h,n);n.push(d);const u=_o(r.col,r.row);t.cells[u]=d,t.cellValues[u]=d}o.filters=i}}}getUniqueColNameForExcel(e,t,o){return t||(t=`Column${e}`),ho(t,o,{compute:(e,o)=>t+String(o),start:2})}}).add("header_visibility_ui",class extends Qd{static getters=["getNextVisibleCellPosition","findVisibleHeader","findLastVisibleColRowIndex","findFirstVisibleColRowIndex","isRowHidden","isColHidden","isHeaderHidden"];isRowHidden(e,t){return this.getters.isRowHiddenByUser(e,t)||this.getters.isRowFiltered(e,t)}isColHidden(e,t){return this.getters.isColHiddenByUser(e,t)}isHeaderHidden(e,t,o){return"COL"===t?this.isColHidden(e,o):this.isRowHidden(e,o)}getNextVisibleCellPosition({sheetId:e,col:t,row:o}){return{sheetId:e,col:this.findVisibleHeader(e,"COL",t,this.getters.getNumberCols(e)-1),row:this.findVisibleHeader(e,"ROW",o,this.getters.getNumberRows(e)-1)}}findVisibleHeader(e,t,o,s){if(o<=s)for(let i=o;i<=s;i++)if(this.getters.doesHeaderExist(e,t,i)&&!this.isHeaderHidden(e,t,i))return i;if(o>s)for(let i=o;i>=s;i--)if(this.getters.doesHeaderExist(e,t,i)&&!this.isHeaderHidden(e,t,i))return i}findLastVisibleColRowIndex(e,t,{last:o,first:s}){return Ct(o,s,-1).find((o=>!this.isHeaderHidden(e,t,o)))||s}findFirstVisibleColRowIndex(e,t){const o=this.getters.getNumberHeaders(e,t);for(let s=0;s<o;s++){if("COL"===t&&!this.isColHidden(e,s))return s;if("ROW"===t&&!this.isRowHidden(e,s))return s}}exportForExcel(e){for(const t of e.sheets)for(const[e,o]of Object.entries(t.rows))o.isHidden=this.isRowHidden(t.id,Number(e))}}).add("cell_computed_style",class extends Qd{static getters=["getCellComputedBorder","getCellComputedStyle"];styles=new j_;borders=new j_;handle(e){if(l.has(e.type)||"UPDATE_CELL"===e.type||"SET_FORMATTING"===e.type||"ADD_DATA_VALIDATION_RULE"===e.type||"REMOVE_DATA_VALIDATION_RULE"===e.type||"EVALUATE_CELLS"===e.type)return this.styles=new j_,void(this.borders=new j_);FU(e)?"sheetId"in e?(this.styles.clearSheet(e.sheetId),this.borders.clearSheet(e.sheetId)):(this.styles=new j_,this.borders=new j_):d.has(e.type)?this.styles=new j_:u.has(e.type)&&(this.borders=new j_)}getCellComputedBorder(e,t){let o=this.borders.get(e);return void 0===o&&(this.precomputeCellBorders(e.sheetId,t??ls(e)),o=this.borders.get(e)),o??null}precomputeCellBorders(e,t){const o=this.getters.getCellBordersInZone(e,t),s=this.getters.getCellTableBorderZone(e,t);for(let i=t.left;i<=t.right;i++)for(let n=t.top;n<=t.bottom;n++){const t={sheetId:e,col:i,row:n};if(void 0!==this.borders.get(t))continue;const r=o.get(t),a={...Wt(s.get(t)),...Wt(r)};Nt(a)?this.borders.set(t,null):this.borders.set(t,a)}}getCellComputedStyle(e){let t=this.styles.get(e);return void 0===t&&(t=this.computeCellStyle(e),this.styles.set(e,t)),t}computeCellStyle(e){const t=this.getters.getCell(e),o=this.getters.getCellConditionalFormatStyle(e),s=this.getters.getCellTableStyle(e),i=this.getters.getDataValidationCellStyle(e),n={...Wt(s),...Wt(i),...Wt(t?.style),...Wt(o)};return this.getters.getEvaluatedCell(e).link&&!n.textColor&&(n.textColor=U),n}}).add("table_computed_style",class extends Qd{static getters=["getCellTableStyle","getCellTableBorder","getCellTableBorderZone"];tableStyles={};handle(e){l.has(e.type)||"UPDATE_CELL"===e.type&&("content"in e||"format"in e)||"EVALUATE_CELLS"===e.type?this.tableStyles={}:FU(e)&&("sheetId"in e?delete this.tableStyles[e.sheetId]:this.tableStyles={})}finalize(){for(const e of this.getters.getSheetIds()){this.tableStyles[e]||(this.tableStyles[e]={});for(const t of this.getters.getTables(e))this.tableStyles[e][t.id]||(this.tableStyles[e][t.id]=this.computeTableStyle(e,t))}}getCellTableStyle(e){const t=this.getters.getTable(e);if(t)return this.tableStyles[e.sheetId][t.id]().styles[e.col]?.[e.row]}getCellTableBorder(e){const t=this.getters.getTable(e);if(t)return this.tableStyles[e.sheetId][t.id]().borders[e.col]?.[e.row]}getCellTableBorderZone(e,t){const o=new j_;for(const s of this.getters.getTablesOverlappingZones(e,[t])){const t=this.tableStyles[e][s.id]().borders;for(const[s,i]of Object.entries(t)){const t=parseInt(s);for(const[s,n]of Object.entries(i))n&&o.set({sheetId:e,col:t,row:parseInt(s)},n)}}return o}computeTableStyle(e,t){return Vt((()=>{const{config:o,numberOfCols:s,numberOfRows:i}=this.getTableRuntimeConfig(e,t),n=TF(o,this.getters.getTableStyle(t.config.styleId),s,i),r=this.getTableMapping(e,t),a={borders:{},styles:{}};for(let e=0;e<s;e++){const t=r.colMapping[e];a.borders[t]={},a.styles[t]={};for(let o=0;o<i;o++){const s=r.rowMapping[o];a.borders[t][s]=n.borders[e][o],a.styles[t][s]=n.styles[e][o]}}return a}))}getTableRuntimeConfig(e,t){const o=t.range.zone,s={...t.config};let i=o.right-o.left+1,n=o.bottom-o.top+1;for(let i=o.top;i<=o.bottom;i++)this.getters.isRowHidden(e,i)&&(n--,i-o.top<t.config.numberOfHeaders&&(s.numberOfHeaders--,s.numberOfHeaders<0&&(s.numberOfHeaders=0)),i===o.bottom&&(s.totalRow=!1));for(let t=o.left;t<=o.right;t++)this.getters.isColHidden(e,t)&&(i--,t===o.left&&(s.firstColumn=!1),t===o.right&&(s.lastColumn=!1));return{config:s,numberOfCols:i,numberOfRows:n}}getTableMapping(e,t){const o={},s={};let i=0,n=0;const r=t.range.zone;for(let t=r.left;t<=r.right;t++)if(!this.getters.isColHidden(e,t)){o[i]=t,i++;for(let t=r.top;t<=r.bottom;t++)this.getters.isRowHidden(e,t)||(s[n]=t,n++)}return{colMapping:o,rowMapping:s}}}).add("header_positions",class extends Qd{static getters=["getColDimensions","getRowDimensions","getColRowOffset"];headerPositions={};isDirty=!0;handle(e){switch(l.has(e.type)&&(this.headerPositions={},this.isDirty=!0),e.type){case"START":for(const e of this.getters.getSheetIds())this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e);break;case"UPDATE_CELL":case"UPDATE_FILTER":case"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]=pt(this.headerPositions[e.sheetId])}}finalize(){for(const e of this.getters.getSheetIds())!this.isDirty&&this.headerPositions[e]||(this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e));this.isDirty=!1}getColDimensions(e,t){const o=this.headerPositions[e].COL[t],s=this.getters.getColSize(e,t);return{start:o,size:s,end:o+(this.getters.isColHidden(e,t)?0:s)}}getRowDimensions(e,t){const o=this.headerPositions[e].ROW[t],s=this.getters.getRowSize(e,t);return{start:o,size:s,end:o+(this.getters.isRowHidden(e,t)?0:s)}}getColRowOffset(e,t,o,s=this.getters.getActiveSheetId()){const i=this.headerPositions[s][e][t];return this.headerPositions[s][e][o]-i}computeHeaderPositionsOfSheet(e){return{COL:this.computePositions(e,"COL"),ROW:this.computePositions(e,"ROW")}}computePositions(e,t){const o={};let s=0;for(let i=0;i<this.getters.getNumberHeaders(e,t)+1;i++)o[i]=s,this.getters.isHeaderHidden(e,t,i)||(s+=this.getters.getHeaderSize(e,t,i));return o}}).add("viewport",class extends Qd{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"];viewports={};sheetViewWidth=tt();sheetViewHeight=tt();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){const t=this.getters.getActiveSheetId();if(e.options.scrollIntoView){let{col:o,row:s}=as(e.previousAnchor.zone,e.anchor.zone);if("updateAnchor"===e.mode){const i=e.previousAnchor.zone,n=e.anchor.zone,{top:r,bottom:a,left:l,right:c}=this.getMainInternalViewport(t);i.left===n.left&&i.right===n.right&&(o=l>o||o>c?l:o),i.top===n.top&&i.bottom===n.bottom&&(s=r>s||s>a?r:s)}o=Math.min(o,this.getters.getNumberCols(t)-1),s=Math.min(s,this.getters.getNumberRows(t)-1),this.sheetsWithDirtyViewports.has(t)||this.refreshViewport(this.getters.getActiveSheetId(),{col:o,row:s})}}handle(e){if(l.has(e.type))for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);switch(e.type){case"START":this.selection.observe(this,{handleEvent:this.handleEvent.bind(this)}),this.resetViewports(this.getters.getActiveSheetId());break;case"UNDO":case"REDO":this.cleanViewports();for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);this.shouldAdjustViewports=!0;break;case"RESIZE_SHEETVIEW":this.resizeSheetView(e.height,e.width,e.gridOffsetX,e.gridOffsetY);break;case"SET_VIEWPORT_OFFSET":this.setSheetViewOffset(e.offsetX,e.offsetY);break;case"SHIFT_VIEWPORT_DOWN":const t=this.getters.getActiveSheetId(),{top:o,viewportHeight:s,offsetCorrectionY:i}=this.getMainInternalViewport(t),n=this.getters.getRowDimensions(t,o);this.shiftVertically(n.start+s-i);break;case"SHIFT_VIEWPORT_UP":{const e=this.getters.getActiveSheetId(),{top:t,viewportHeight:o,offsetCorrectionY:s}=this.getMainInternalViewport(e),i=this.getters.getRowDimensions(e,t);this.shiftVertically(i.end-s-o);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":if("content"in e||"format"in e||void 0!==e.style?.fontSize)for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);break;case"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})}}finalize(){for(const e of this.sheetsWithDirtyViewports)if(this.resetViewports(e),this.shouldAdjustViewports){const t=this.getters.getSheetPosition(e);this.getSubViewports(e).forEach((e=>{e.adjustPosition(t)}))}this.sheetsWithDirtyViewports=new Set,this.shouldAdjustViewports=!1,this.setViewports()}setViewports(){const e=this.getters.getSheetIds();for(const t of e)this.viewports[t]?.bottomRight||this.resetViewports(t)}getColIndex(e){const t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map((t=>t.getColIndex(e))))}getRowIndex(e){const t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map((t=>t.getRowIndex(e))))}getSheetViewDimensionWithHeaders(){return{width:this.sheetViewWidth+this.gridOffsetX,height:this.sheetViewHeight+this.gridOffsetY}}getSheetViewDimension(){return{width:this.sheetViewWidth,height:this.sheetViewHeight}}getGridOffset(){return{x:this.gridOffsetX,y:this.gridOffsetY}}getActiveMainViewport(){const e=this.getters.getActiveSheetId();return this.getMainViewport(e)}getActiveSheetScrollInfo(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e);return{scrollX:t.offsetX,scrollY:t.offsetY}}getSheetViewVisibleCols(){const e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map((e=>Ct(e.left,e.right+1))).flat())].filter((t=>t>=0&&!this.getters.isHeaderHidden(e,"COL",t)))}getSheetViewVisibleRows(){const e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map((e=>Ct(e.top,e.bottom+1))).flat())].filter((t=>t>=0&&!this.getters.isHeaderHidden(e,"ROW",t)))}getVisibleCellPositions(){const e=this.getSheetViewVisibleCols(),t=this.getSheetViewVisibleRows(),o=this.getters.getActiveSheetId(),s=[];for(const i of e)for(const e of t){const t={sheetId:o,col:i,row:e},n=this.getters.getMainCellPosition(t);n.row===e&&n.col===i&&s.push(t)}return s}getMainViewportRect(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e),{xSplit:o,ySplit:s}=this.getters.getPaneDivisions(e),{width:i,height:n}=t.getMaxSize();return{x:this.getters.getColDimensions(e,o).start,y:this.getters.getRowDimensions(e,s).start,width:i,height:n}}getMaximumSheetOffset(){const e=this.getters.getActiveSheetId(),{width:t,height:o}=this.getMainViewportRect(),s=this.getMainInternalViewport(e);return{maxOffsetX:Math.max(0,t-s.viewportWidth),maxOffsetY:Math.max(0,o-s.viewportHeight)}}getColRowOffsetInViewport(e,t,o){if(o<t)return-this.getColRowOffsetInViewport(e,o,t);const s=this.getters.getActiveSheetId(),i="COL"===e?this.getters.getSheetViewVisibleCols():this.getters.getSheetViewVisibleRows(),n=i.findIndex((e=>t>=e));let r=i.findIndex((e=>o<=e));r=-1===r?i.length:r;const a=i.slice(n,r);let l=0;for(const t of a)l+=this.getters.getHeaderSize(s,e,t);return l}isVisibleInViewport({sheetId:e,col:t,row:o}){return this.getSubViewports(e).some((e=>e.isVisible(t,o)))}getEdgeScrollCol(e,t,o){let s=!1,i=0,n=0;const{xSplit:r}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{width:a}=this.getSheetViewDimension(),{x:l}=this.getMainViewportCoordinates(),c=this.getActiveSheetScrollInfo().scrollX;return e>a?(s=!0,n=pa(e-a),i=1):e<l&&o>=l&&c>0?(s=!0,n=pa(l-e),i=-1):r&&t<l&&e>l&&(s=!0,n=pa(e),i="reset"),{canEdgeScroll:s,direction:i,delay:n}}getEdgeScrollRow(e,t,o){let s=!1,i=0,n=0;const{ySplit:r}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{height:a}=this.getSheetViewDimension(),{y:l}=this.getMainViewportCoordinates(),c=this.getActiveSheetScrollInfo().scrollY;return e>a?(s=!0,n=pa(e-a),i=1):e<l&&o>=l&&c>0?(s=!0,n=pa(l-e),i=-1):r&&t<l&&e>l&&(s=!0,n=pa(e),i="reset"),{canEdgeScroll:s,direction:i,delay:n}}getVisibleRect(e){const t=this.getVisibleRectWithoutHeaders(e);return{...t,x:t.x+this.gridOffsetX,y:t.y+this.gridOffsetY}}getVisibleRectWithoutHeaders(e){const t=this.getters.getActiveSheetId();return this.mapViewportsToRect(t,(t=>t.getVisibleRect(e)))}getRect(e){const t=this.getters.getActiveSheetId(),o=this.mapViewportsToRect(t,(t=>t.getFullRect(e)));return{...o,x:o.x+this.gridOffsetX,y:o.y+this.gridOffsetY}}getRectWithoutHeaders(e){const t=this.getters.getActiveSheetId();return this.mapViewportsToRect(t,(t=>t.getFullRect(e)))}getMainViewportCoordinates(){const e=this.getters.getActiveSheetId(),{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e);return{x:this.getters.getColDimensions(e,t).start,y:this.getters.getRowDimensions(e,o).start}}getColDimensionsInViewport(e,t){const{top:o}=this.getMainInternalViewport(e),s={left:t,right:t,top:o,bottom:o},{x:i,width:n}=this.getVisibleRect(s),r=i-this.gridOffsetX;return{start:r,size:n,end:r+n}}getRowDimensionsInViewport(e,t){const{left:o}=this.getMainInternalViewport(e),s={left:0,right:o,top:t,bottom:t},{y:i,height:n}=this.getVisibleRect(s),r=i-this.gridOffsetY;return{start:r,size:n,end:r+n}}getAllActiveViewportsZonesAndRect(){const 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(Mt)}checkPositiveDimension(e){return e.width<0||e.height<0?"InvalidViewportSize":"Success"}checkValuesAreDifferent(e){const{height:t,width:o}=this.getSheetViewDimension();return e.gridOffsetX===this.gridOffsetX&&e.gridOffsetY===this.gridOffsetY&&e.width===o&&e.height===t?"ValuesNotChanged":"Success"}checkScrollingDirection({offsetX:e,offsetY:t}){const o=this.getMainInternalViewport(this.getters.getActiveSheetId());return!o.canScrollHorizontally&&e>0||!o.canScrollVertically&&t>0?"InvalidScrollingDirection":"Success"}checkIfViewportsWillChange({offsetX:e,offsetY:t}){const o=this.getters.getActiveSheetId(),{maxOffsetX:s,maxOffsetY:i}=this.getMaximumSheetOffset();return this.getSubViewports(o).some((o=>o.willNewOffsetScrollViewport(St(e,0,s),St(t,0,i))))?"Success":"ViewportScrollLimitsReached"}getMainViewport(e){const t=this.getMainInternalViewport(e);return{top:t.top,left:t.left,bottom:t.bottom,right:t.right}}getMainInternalViewport(e){return this.ensureMainViewportExist(e),this.viewports[e].bottomRight}cleanViewports(){const e={};for(const t of this.getters.getSheetIds())e[t]=this.viewports[t];this.viewports=e}resizeSheetView(e,t,o=0,s=0){this.sheetViewHeight=e,this.sheetViewWidth=t,this.gridOffsetX=o,this.gridOffsetY=s,this.recomputeViewports()}recomputeViewports(){for(const e of this.getters.getSheetIds())this.resetViewports(e)}setSheetViewOffset(e,t){const o=this.getters.getActiveSheetId(),{maxOffsetX:s,maxOffsetY:i}=this.getMaximumSheetOffset();this.getSubViewports(o).forEach((o=>o.setViewportOffset(St(e,0,s),St(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;const{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e),s=this.getters.getNumberCols(e),i=this.getters.getNumberRows(e),n=Math.min(this.getters.getColRowOffset("COL",0,t,e),this.sheetViewWidth),r=Math.min(this.getters.getColRowOffset("ROW",0,o,e),this.sheetViewHeight),a=Math.max(this.sheetViewWidth-n,0),l=Math.max(this.sheetViewHeight-r,0),{xRatio:c,yRatio:h}=this.getFrozenSheetViewRatio(e),d=c<1,u=h<1,g=this.getViewportOffset(e),p={topLeft:o&&t&&new jU(this.getters,e,{left:0,right:t-1,top:0,bottom:o-1},{width:n,height:r},{canScrollHorizontally:!1,canScrollVertically:!1},{x:0,y:0})||void 0,topRight:o&&new jU(this.getters,e,{left:t,right:s-1,top:0,bottom:o-1},{width:a,height:r},{canScrollHorizontally:d,canScrollVertically:!1},{x:d?g.x:0,y:0})||void 0,bottomLeft:t&&new jU(this.getters,e,{left:0,right:t-1,top:o,bottom:i-1},{width:n,height:l},{canScrollHorizontally:!1,canScrollVertically:u},{x:0,y:u?g.y:0})||void 0,bottomRight:new jU(this.getters,e,{left:t,right:s-1,top:o,bottom:i-1},{width:a,height:l},{canScrollHorizontally:d,canScrollVertically:u},{x:d?g.x:0,y:u?g.y:0})};this.viewports[e]=p}refreshViewport(e,t){this.getSubViewports(e).forEach((e=>{e.adjustViewportZone(),e.adjustPosition(t)}))}shiftVertically(e){const t=this.getters.getActiveSheetId(),{top:o}=this.getMainInternalViewport(t),{scrollX:s}=this.getActiveSheetScrollInfo();this.setSheetViewOffset(s,e);const{anchor:i}=this.getters.getSelection();if(i.cell.row>=this.getters.getPaneDivisions(t).ySplit){const e=this.getMainInternalViewport(t).top-o;this.selection.selectCell(i.cell.col,i.cell.row+e)}}getColIndexLeftOfMainViewport(e){if(e>=0)return-1;const t=this.getters.getActiveSheetId();let o=this.getActiveMainViewport().left,s=-this.getActiveSheetScrollInfo().scrollX-this.getters.getColRowOffset("COL",o,0);for(;e<s;o--)s-=this.getters.getColSize(t,o-1);return Math.max(o,0)}getRowIndexTopOfMainViewport(e){if(e>=0)return-1;const t=this.getters.getActiveSheetId();let o=this.getActiveMainViewport().top,s=-this.getActiveSheetScrollInfo().scrollY-this.getters.getColRowOffset("ROW",o,0);for(;e<s;o--)s-=this.getters.getRowSize(t,o-1);return Math.max(o,0)}getVisibleFigures(){const e=this.getters.getActiveSheetId(),t=[],o=this.getters.getFigures(e),{scrollX:s,scrollY:i}=this.getters.getActiveSheetScrollInfo(),{x:n,y:r}=this.getMainViewportCoordinates(),{width:a,height:l}=this.getters.getSheetViewDimensionWithHeaders();for(const c of o){const o=this.getFigureUI(e,c),{x:h,y:d}=o;h>=n&&(h+c.width<s+n||h>a+s+n)||(d>=r&&(d+c.height<i+r||d>l+i+r)||t.push(o))}return t}getFigureUI(e,t){const o=t.offset.x+this.getters.getColDimensions(e,t.col).start,s=t.offset.y+this.getters.getRowDimensions(e,t.row).start;return{...t,x:o,y:s}}getPositionAnchorOffset(e){const{scrollX:t,scrollY:o}=this.getters.getActiveSheetScrollInfo(),s=e.x-t,i=e.y-o,n=s>=0?this.getColIndex(s):this.getColIndexLeftOfMainViewport(s),r=i>=0?this.getRowIndex(i):this.getRowIndexTopOfMainViewport(i),{x:a,y:l}=this.getRect(ls({col:n,row:r}));return{col:n,row:r,offset:{x:Math.max(s-a+this.gridOffsetX,0),y:Math.max(i-l+this.gridOffsetY,0)}}}isPixelPositionVisible(e){const{scrollX:t,scrollY:o}=this.getters.getActiveSheetScrollInfo(),{x:s,y:i}=this.getters.getMainViewportCoordinates(),{width:n,height:r}=this.getters.getSheetViewDimension();return!(e.x>=s&&(e.x<s+t||e.x>n+t+s))&&!(e.y>=i&&(e.y<i+o||e.y>r+o+i))}getFrozenSheetViewRatio(e){const{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e),s=this.getters.getColDimensions(e,t).start,i=this.getters.getRowDimensions(e,o).start;return{xRatio:s/(this.sheetViewWidth+this.gridOffsetX),yRatio:i/(this.sheetViewHeight+this.gridOffsetY)}}mapViewportsToRect(e,t){let o=1/0,s=1/0,i=0,n=0,r=!1;for(const a of this.getSubViewports(e)){const e=t(a);e&&(r=!0,o=Math.min(o,e.x),s=Math.min(s,e.y),i=Math.max(i,e.x+e.width),n=Math.max(n,e.y+e.height))}return r?{x:o,y:s,width:i-o,height:n-s}:{x:0,y:0,width:0,height:0}}}).add("clipboard",class extends Qd{static layers=["Clipboard"];static getters=["getClipboardTextAndImageContent","getClipboardId","getClipboardTextContent","isCutOperation"];status="invisible";originSheetId;copiedData;_isCutOperation=!1;clipboardId=(new vl).uuidv4();fileStore;uuidGenerator;constructor(e){super(e),this.fileStore=e.external.fileStore,this.uuidGenerator=new vl}allowDispatch(e){switch(e.type){case"CUT":const t=this.getters.getSelectedZones();return this.isCutAllowedOn(t);case"PASTE_FROM_OS_CLIPBOARD":{const t=this.convertTextToClipboardData(e.clipboardContent.text??""),o=e.pasteOption;return this.isPasteAllowed(e.target,t,{pasteOption:o,isCutOperation:!1})}case"PASTE":{if(!this.copiedData)return"EmptyClipboard";const t=e.pasteOption;return this.isPasteAllowed(e.target,this.copiedData,{pasteOption:t,isCutOperation:this._isCutOperation})}case"COPY_PASTE_CELLS_ABOVE":{const e=this.getters.getSelectedZones();if(e.length>1||0===e[0].top&&0===e[0].bottom)return"InvalidCopyPasteSelection";break}case"COPY_PASTE_CELLS_ON_LEFT":{const e=this.getters.getSelectedZones();if(e.length>1||0===e[0].left&&0===e[0].right)return"InvalidCopyPasteSelection";break}case"INSERT_CELL":{const{cut:t,paste:o}=this.getInsertCellsTargets(e.zone,e.shiftDimension),s=this.copy(t,"shiftCells");return this.isPasteAllowed(o,s,{isCutOperation:!0})}case"DELETE_CELL":{const{cut:t,paste:o}=this.getDeleteCellsTargets(e.zone,e.shiftDimension),s=this.copy(t,"shiftCells");return this.isPasteAllowed(o,s,{isCutOperation:!0})}}return"Success"}handle(e){switch(e.type){case"COPY":case"CUT":const t=this.getters.getSelectedZones();this.status="visible",this.originSheetId=this.getters.getActiveSheetId(),this._isCutOperation="CUT"===e.type,this.copiedData=this.copy(t);break;case"PASTE_FROM_OS_CLIPBOARD":{this._isCutOperation=!1;const t=e.clipboardContent.data;if(e.clipboardContent.imageData){const t=this.getters.getActiveSheetId(),o=this.uuidGenerator.uuidv4(),s=e.clipboardContent.imageData,i=dE(this.getters,s.size);this.dispatch("CREATE_IMAGE",{definition:s,size:i,col:e.target[0].left,row:e.target[0].top,offset:{x:0,y:0},sheetId:t,figureId:o})}this.copiedData=t||this.convertTextToClipboardData(e.clipboardContent.text??"");const o=e.pasteOption;this.paste(e.target,this.copiedData,{pasteOption:o,selectTarget:!0,isCutOperation:!1}),this.status="invisible",this.copiedData=void 0;break}case"PASTE":{const 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,this._isCutOperation=!1);break}case"COPY_PASTE_CELLS_ABOVE":{const e=this.getters.getSelectedZone(),t=e.top!==e.bottom,o={...e,bottom:t?e.top:e.top-1,top:t?e.top:e.top-1};this.originSheetId=this.getters.getActiveSheetId();const s=this.copy([o]);this.paste([e],s,{isCutOperation:!1,selectTarget:!0})}break;case"COPY_PASTE_CELLS_ON_LEFT":{const e=this.getters.getSelectedZone(),t=e.left!==e.right,o={...e,right:t?e.left:e.left-1,left:t?e.left:e.left-1};this.originSheetId=this.getters.getActiveSheetId();const s=this.copy([o]);this.paste([e],s,{isCutOperation:!1,selectTarget:!0})}break;case"CLEAN_CLIPBOARD_HIGHLIGHT":this.status="invisible";break;case"DELETE_CELL":{const{cut:t,paste:o}=this.getDeleteCellsTargets(e.zone,e.shiftDimension);if(!Ho(t[0])){this.dispatch("CLEAR_CELLS",{target:[e.zone],sheetId:this.getters.getActiveSheetId()});break}const s=this.copy(t,"shiftCells");this.paste(o,s,{isCutOperation:!0});break}case"INSERT_CELL":{const{cut:t,paste:o}=this.getInsertCellsTargets(e.zone,e.shiftDimension),s=this.copy(t,"shiftCells");this.paste(o,s,{isCutOperation:!0});break}case"ADD_COLUMNS_ROWS":if(this.status="invisible",!this._isCutOperation||e.sheetId!==this.copiedData?.sheetId)return;this.isColRowDirtyingClipboard("before"===e.position?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(const 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:f(e)&&(this.status="invisible")}}convertTextToClipboardData(e){const t=this.selectClipboardHandlers({figureId:!0}).concat(this.selectClipboardHandlers({})),o={};for(const{handlerName:s,handler:i}of t){const t=i.convertTextToClipboardData(e);o[s]=t;const n=["sheetId","cells","zones","figureId"];for(const e of n)t&&e in t&&(o[e]=t[e])}return o}selectClipboardHandlers(e){const t="figureId"in e?Sh.figureHandlers:Sh.cellHandlers;return t.getKeys().map((e=>({handlerName:e,handler:new(t.get(e))(this.getters,this.dispatch)})))}isCutAllowedOn(e){const t=this.getClipboardData(e);for(const{handler:e}of this.selectClipboardHandlers(t)){const o=e.isCutAllowed(t);if("Success"!==o)return o}return"Success"}isPasteAllowed(e,t,o){for(const{handler:s}of this.selectClipboardHandlers(t)){const i=s.isPasteAllowed(this.getters.getActiveSheetId(),e,t,{...o});if("Success"!==i)return i}return"Success"}isColRowDirtyingClipboard(e,t){if(!this.copiedData||!this.copiedData.zones)return!1;const{zones:o}=this.copiedData;for(const s of o){if("COL"===t&&e<=s.right)return!0;if("ROW"===t&&e<=s.bottom)return!0}return!1}copy(e,t="copyPaste"){const o={},s=this.getClipboardData(e);for(const{handlerName:e,handler:i}of this.selectClipboardHandlers(s)){const n=i.copy(s,this._isCutOperation,t);o[e]=n;const r=["sheetId","cells","zones","figureId"];for(const e of r)n&&e in n&&(o[e]=n[e])}return o}paste(e,t,o){if(!t)return;const s=this.getters.getActiveSheetId(),i=this.selectClipboardHandlers(t),{target:n,zone:r,selectedZones:a}=ws(s,e,t,i,o);void 0!==r&&this.addMissingDimensions(s,r.right-r.left+1,r.bottom-r.top+1,r.left,r.top),ys(i,t,n,o),o?.selectTarget&&Is(this.selection,e,a)}addMissingDimensions(e,t,o,s,i){const n=o+i-this.getters.getNumberRows(e);n>0&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"ROW",base:this.getters.getNumberRows(e)-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:n,position:"after"});const r=t+s-this.getters.getNumberCols(e);r>0&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:this.getters.getNumberCols(e)-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:r,position:"after"})}getClipboardTextContent(){return this.getPlainTextContent()}getClipboardId(){return this.clipboardId}async getClipboardTextAndImageContent(){const e=await this.getImageContent(),t=e?.type,o={[a.PlainText]:this.getPlainTextContent(),[a.Html]:await this.getHTMLContent()};return t&&e&&(o[t]=e),o}getSheetData(){const e={version:m_(),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("\t"))).join("\n")||"\t"}async getHTMLContent(){let e="";const t=this.copiedData?.cells;if(t)if(1===t.length&&1===t[0].length)e=`${this.getters.getCellText(t[0][0].position)}`;else{if(!t[0][0])return"";{let o='<table border="1" style="border-collapse:collapse">';for(const e of t){o+="<tr>";for(const t of e){if(!t)continue;o+=`<td style="${Gh(Bh(this.getters.getCellComputedStyle(t.position)))}">`+mE(this.getters.getCellText(t.position))+"</td>"}o+="</tr>"}o+="</table>",e=o}}else if(this.copiedData?.figureId){const t=this.copiedData.figureId,o=this.getters.getFigureSheetId(t);e="image"===this.getters.getFigure(o,t).tag?await this.craftImageHTML(t):"\t"}else e="\t";return`<div data-osheet-clipboard='${mE(JSON.stringify(this.getSheetData()))}'>${e}</div>`}readFileAsDataURL(e){return new Promise((t=>{const o=new FileReader;o.onload=()=>t(o.result),o.readAsDataURL(e)}))}async craftImageHTML(e){if(!this.fileStore)return"\t";const t=this.getters.getImage(e).path,o=await(this.fileStore?.getFile(t))||null;if(o){return`<img src="${mE(await this.readFileAsDataURL(o))}" />`}return"\t"}async getImageContent(){const e=this.copiedData?.figureId;if(!e)return;const t=this.getters.getFigureSheetId(e);let o;if("image"===this.getters.getFigure(t,e).tag){if(!this.fileStore)return;const t=this.getters.getImage(e).path;if(o=await(this.fileStore?.getFile(t)),"image/png"!==o.type){if(o.size>qU)return void this.ui.notifyUI({text:di("The file you are trying to copy is too large (>%sMB).\nIt will not be added to your OS clipboard.\nYou can download it directly instead.",Math.round(5)),sticky:!1,type:"warning"});o=await async function(e){return new Promise(((t,o)=>{const s=new Image;s.addEventListener("load",(()=>{const e=document.createElement("canvas");e.width=s.width,e.height=s.height;const o=e.getContext("2d");o?.drawImage(s,0,0),e.toBlob(t,"image/png")})),s.addEventListener("error",o),s.src=e}))}(t)}}return o?o instanceof File?o:new File([o],"image.png",{type:"image/png"}):void 0}isCutOperation(){return this._isCutOperation??!1}getDeleteCellsTargets(e,t){const o=this.getters.getActiveSheetId();let s;return s="COL"===t?{...e,left:e.right+1,right:this.getters.getNumberCols(o)-1}:{...e,top:e.bottom+1,bottom:this.getters.getNumberRows(o)-1},{cut:[s],paste:[e]}}getInsertCellsTargets(e,t){const o=this.getters.getActiveSheetId();let s,i;return"COL"===t?(s={...e,right:this.getters.getNumberCols(o)-1},i={...e,left:e.right+1,right:e.right+1}):(s={...e,bottom:this.getters.getNumberRows(o)-1},i={...e,top:e.bottom+1,bottom:this.getters.getNumberRows(o)-1}),{cut:[s],paste:[i]}}getClipboardData(e){const t=this.getters.getActiveSheetId(),o=this.getters.getSelectedFigureId();if(o)return{figureId:o,sheetId:t};const s=vs(t,e);return this._isCutOperation||(s.rowsIndexes=s.rowsIndexes.filter((e=>!this.getters.isRowFiltered(t,e)))),s}drawLayer(e){if("visible"!==this.status||!this.copiedData)return;const{sheetId:t,zones:o}=this.copiedData;if(t!==this.getters.getActiveSheetId()||!o||!o.length)return;const{ctx:s,thinLineWidth:i}=e;s.setLineDash([8,5]),s.strokeStyle=N,s.lineWidth=3.3*i;for(const e of o){const{x:t,y:o,width:i,height:n}=this.getters.getVisibleRect(e);i>0&&n>0&&s.strokeRect(t,o,i,n)}}}).add("carousel_ui",class extends Qd{static getters=["getSelectedCarouselItem","getChartFromFigureId","getChartIdFromFigureId"];uuidGenerator=new vl;carouselStates={};allowDispatch(e){switch(e.type){case"ADD_FIGURE_CHART_TO_CAROUSEL":return this.getters.doesCarouselExist(e.carouselFigureId)&&"chart"===this.getters.getFigure(e.sheetId,e.chartFigureId)?.tag?"Success":"InvalidFigureId";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=>zt(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(const e in this.carouselStates)this.fixWrongCarouselState(e)}}popOutChartFromCarousel(e,t,o){const s=this.getters.getCarousel(e);if(!s)return;const i=this.getters.getFigure(o,e),n=this.getters.getChartDefinition(t);if(!n||!i)return;const r=this.getters.getFigureUI(o,i),a=this.getters.getPositionAnchorOffset({x:r.x+50,y:r.y+50}),l=this.uuidGenerator.smallUuid();this.dispatch("CREATE_CHART",{...a,chartId:this.uuidGenerator.smallUuid(),figureId:l,sheetId:o,size:{width:i.width,height:i.height},definition:{...n}});const c=s.items.filter((e=>"chart"!==e.type||e.chartId!==t));this.dispatch("UPDATE_CAROUSEL",{sheetId:o,figureId:e,definition:{...s,items:c}}),this.dispatch("SELECT_FIGURE",{figureId:l})}getSelectedCarouselItem(e){const 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;const t=this.getChartIdFromFigureId(e);return t?this.getters.getChart(t):void 0}getChartIdFromFigureId(e){const t=this.getters.getFigureSheetId(e);if(!t)return;const o=this.getters.getFigure(t,e);if(o&&("chart"===o.tag||"carousel"===o.tag)){if("carousel"===o.tag){const t=this.getSelectedCarouselItem(e);return"chart"===t?.type?t.chartId:void 0}return this.getters.getChartIds(t).find((t=>this.getters.getFigureIdFromChartId(t)===e))}}fixWrongCarouselState(e){if(!this.getters.doesCarouselExist(e))return void delete this.carouselStates[e];const t=this.getters.getCarousel(e);0===t.items.length?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){const o=this.getters.getCarousel(e),s=this.uuidGenerator.smallUuid();this.dispatch("CREATE_CHART",{chartId:s,figureId:e,sheetId:t,definition:_E});const i={...o,items:[...o.items,{type:"chart",chartId:s}]};this.dispatch("UPDATE_CAROUSEL",{sheetId:t,figureId:e,definition:i})}addFigureChartToCarousel(e,t,o){const s=this.getChartIdFromFigureId(t);if(!s)return;const i=this.getters.getCarousel(e),n={...i,items:[...i.items,{type:"chart",chartId:s}]};this.dispatch("UPDATE_CAROUSEL",{sheetId:o,figureId:e,definition:n}),this.dispatch("UPDATE_CHART",{sheetId:o,chartId:s,figureId:e,definition:this.getters.getChartDefinition(s)}),this.dispatch("DELETE_FIGURE",{sheetId:o,figureId:t})}getCarouselItemId(e){return"chart"===e.type?e.chartId:"carouselDataView"}}),JU=(new n).add("evaluation",class extends pV{static getters=["evaluateFormula","evaluateFormulaResult","evaluateCompiledFormula","getCorrespondingFormulaCell","getRangeFormattedValues","getRangeValues","getRangeFormats","getEvaluatedCell","getEvaluatedCells","getEvaluatedCellsInZone","getEvaluatedCellsPositions","getSpreadZone","getArrayFormulaSpreadingOn","isEmpty"];shouldRebuildDependenciesGraph=!0;evaluator;positionsToUpdate=[];constructor(e){super(e),this.evaluator=new qV(e.custom,this.getters)}beforeHandle(e){(l.has(e.type)||h.has(e.type))&&(this.shouldRebuildDependenciesGraph=!0)}handle(e){switch(e.type){case"UPDATE_CELL":if(!("content"in e)&&!("format"in e)||this.shouldRebuildDependenciesGraph)return;const 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()}}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){const o=this.evaluateFormulaResult(e,t);return E(o)?Vn(o,(e=>e.value)):o.value}evaluateFormulaResult(e,t){return this.evaluator.evaluateFormulaResult(e,t)}evaluateCompiledFormula(e,t,o){return this.evaluator.evaluateCompiledFormula(e,t,o)}getRangeFormattedValues(e){return void 0===this.getters.tryGetSheet(e.sheetId)?[]:this.mapVisiblePositions(e,(e=>this.getters.getEvaluatedCell(e).formattedValue))}getRangeValues(e){return void 0===this.getters.tryGetSheet(e.sheetId)?[]:this.mapVisiblePositions(e,(e=>this.getters.getEvaluatedCell(e).value))}getRangeFormats(e){const t=this.getters.tryGetSheet(e.sheetId);return void 0===t?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map((e=>e.format))}getEvaluatedCell(e){return this.evaluator.getEvaluatedCell(e)}getEvaluatedCells(e){return this.evaluator.getEvaluatedPositionsInSheet(e).map((e=>this.getEvaluatedCell(e)))}getEvaluatedCellsPositions(e){return this.evaluator.getEvaluatedPositionsInSheet(e)}getEvaluatedCellsInZone(e,t){return ss(t).map((({col:t,row:o})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:o})))}getSpreadZone(e,t={ignoreSpillError:!1}){return this.evaluator.getSpreadZone(e,t)}getArrayFormulaSpreadingOn(e){return this.evaluator.getArrayFormulaSpreadingOn(e)}isEmpty(e,t){return ss(t).map((({col:t,row:o})=>this.getEvaluatedCell({sheetId:e,col:t,row:o}))).every((e=>e.type===r.empty))}mapVisiblePositions(e,t){const{sheetId:o,zone:s}=e;return ss(s).reduce(((e,s)=>{const{col:i,row:n}=s;return this.getters.isColHidden(o,i)||this.getters.isRowHidden(o,n)||e.push(t({sheetId:o,...s})),e}),[])}exportForExcel(e){for(const t of e.sheets)t.cellValues={},t.formulaSpillRanges={};for(const t of this.evaluator.getEvaluatedPositions()){const o=this.evaluator.getEvaluatedCell(t),s=_o(t.col,t.row),i=o.value;let n,r=!1,a=!0;const l=e.sheets.find((e=>e.id===t.sheetId)),c=this.getCorrespondingFormulaCell(t);if(c){const h=this.getters.getCell(t);if(a=WC(c.compiledFormula.tokens),r=a&&h?.content===c.content,!a&&""!==i){n=(i??"").toString();const t=o.format;if(t){const o=ha(t,e.formats);l.formats[s]=o}}}const h=l.cells[s];let d;d=a&&r&&c instanceof aV?c.contentWithFixedReferences:a?h:n,l.cells[s]=d,l.cellValues[s]="error"!==o.type?i:void 0;const u=this.getSpreadZone(t);u&&(l.formulaSpillRanges[s]=this.getters.getRangeString(this.getters.getRangeFromZone(t.sheetId,u),t.sheetId))}}getCorrespondingFormulaCell(e){const t=this.getters.getCell(e);if(t&&t.isFormula)return t.compiledFormula.isBadExpression?void 0:t;if(t&&t.content)return;const o=this.getArrayFormulaSpreadingOn(e);if(void 0===o)return;const s=this.getters.getCell(o);return s?.isFormula?s:void 0}}).add("evaluation_chart",class extends pV{static getters=["getChartRuntime","getStyleOfSingleCellChart"];charts={};createRuntimeChart=rE(this.getters);handle(e){if(l.has(e.type)||d.has(e.type)||c.has(e.type))for(const e in this.charts)this.charts[e]=void 0;switch(e.type){case"UPDATE_CHART":case"CREATE_CHART":case"DELETE_CHART":this.charts[e.chartId]=void 0;break;case"DELETE_SHEET":for(const e in this.charts)this.getters.isChartDefined(e)||(this.charts[e]=void 0)}}getChartRuntime(e){if(!this.charts[e]){const t=this.getters.getChart(e);if(!t)throw new Error(`No chart for the given id: ${e}`);this.charts[e]=this.createRuntimeChart(t)}return this.charts[e]}getStyleOfSingleCellChart(e,t){if(e)return{background:e,fontColor:ly(e)};if(!t)return{background:k,fontColor:ly(k)};const o=t.zone.left,s=t.zone.top,i=t.sheetId,n=this.getters.getCellComputedStyle({sheetId:i,col:o,row:s}),r=n.fillColor||k;return{background:r,fontColor:n.textColor||ly(r)}}exportForExcel(e){for(const t of e.sheets){t.images||(t.images=[]);const e=this.getters.getFigures(t.id),o=[];for(const s of e){if(!s||"chart"!==s.tag)continue;const e=this.getters.getChartIds(t.id).find((e=>this.getters.getFigureIdFromChartId(e)===s.id));if(!e)continue;const i=this.getters.getChart(e),n=i?.getDefinitionForExcel(this.getters);if(n)o.push({...s,data:n});else{if(!i)continue;const o=this.getters.getChartType(e),n=Zw(this.getters.getChartRuntime(e),s,o);n&&t.images.push({...s,tag:"image",data:{mimetype:"image/png",path:n,size:{width:s.width,height:s.height}}})}}t.charts=o}}}).add("evaluation_cf",class extends pV{static getters=["getConditionalIcon","getCellConditionalFormatStyle","getConditionalDataBar"];isStale=!0;computedStyles={};computedIcons={};computedDataBars={};handle(e){(l.has(e.type)||d.has(e.type)||"UPDATE_CELL"===e.type&&("content"in e||"format"in e))&&(this.isStale=!0)}finalize(){if(this.isStale){for(const e of this.getters.getSheetIds())this.computedStyles[e]=Vt((()=>this.getComputedStyles(e))),this.computedIcons[e]=Vt((()=>this.getComputedIcons(e))),this.computedDataBars[e]=Vt((()=>this.getComputedDataBars(e)));this.isStale=!1}}getCellConditionalFormatStyle(e){const{sheetId:t,col:o,row:s}=e,i=this.computedStyles[t]();return i&&i[o]?.[s]}getConditionalIcon({sheetId:e,col:t,row:o}){const s=this.computedIcons[e]();return s&&s[t]?.[o]}getConditionalDataBar({sheetId:e,col:t,row:o}){const s=this.computedDataBars[e]();return s&&s[t]?.[o]}getComputedStyles(e){const t={};for(const o of this.getters.getConditionalFormats(e).reverse())switch(o.rule.type){case"ColorScaleRule":for(const s of o.ranges)this.applyColorScale(e,s,o.rule,t);break;case"CellIsRule":const s=o.rule.values.map((e=>e.startsWith("=")?zC(e):void 0));for(const i of o.ranges){const n=this.getters.getRangeFromSheetXC(e,i).zone;for(let i=n.top;i<=n.bottom;i++)for(let r=n.left;r<=n.right;r++){const a={sheetId:e,col:r,row:i},l=o.rule.values.map(((t,o)=>{const a=s[o];return a?this.getters.getTranslatedCellFormula(e,r-n.left,i-n.top,a.tokens):t}));this.getRuleResultForTarget(a,{...o.rule,values:l})&&(t[r]||(t[r]=[]),t[r][i]=Object.assign(t[r]?.[i]||{},o.rule.style))}}}return t}getComputedIcons(e){const t={};for(const o of this.getters.getConditionalFormats(e).reverse())if("IconSetRule"===o.rule.type)for(const s of o.ranges)this.applyIcon(e,s,o.rule,t);return t}getComputedDataBars(e){const t={};for(const o of this.getters.getConditionalFormats(e).reverse())if("DataBarRule"===o.rule.type)for(const s of o.ranges)this.applyDataBar(e,s,o.rule,t);return t}parsePoint(e,t,o,s){const i=this.getters.getEvaluatedCellsInZone(e,this.getters.getRangeFromSheetXC(e,t).zone).filter((e=>e.type===r.number)).map((e=>e.value));switch(o.type){case"value":return"max"===s?no(i):ro(i);case"number":return Number(o.value);case"percentage":const t=ro(i);return t+(no(i)-t)*Number(o.value)/100;case"percentile":return tn(i,Number(o.value)/100,!0);case"formula":const n=o.value&&this.getters.evaluateFormula(e,o.value);return"number"==typeof n?n:null;default:return null}}applyIcon(e,t,o,s){const i=this.parsePoint(e,t,o.lowerInflectionPoint),n=this.parsePoint(e,t,o.upperInflectionPoint);if(null===i||null===n||i>n)return;const a=this.getters.getRangeFromSheetXC(e,t).zone,l=[o.icons.upper,o.icons.middle,o.icons.lower];for(let t=a.top;t<=a.bottom;t++)for(let c=a.left;c<=a.right;c++){const a=this.getters.getEvaluatedCell({sheetId:e,col:c,row:t});if(a.type!==r.number)continue;const h=this.computeIcon(a.value,n,o.upperInflectionPoint.operator,i,o.lowerInflectionPoint.operator,l);s[c]||(s[c]=[]),s[c][t]=h}}computeIcon(e,t,o,s,i,n){return"ge"===o&&e>=t||"gt"===o&&e>t?n[0]:"ge"===i&&e>=s||"gt"===i&&e>s?n[1]:n[2]}applyDataBar(e,t,o,s){const i=this.getters.getRangeFromSheetXC(e,o.rangeValues||t),n=no(this.getters.getEvaluatedCellsInZone(e,i.zone).filter((e=>e.type===r.number)).map((e=>e.value)));if(n<=0)return;const a=o.color,l=this.getters.getRangeFromSheetXC(e,t).zone,c=i.zone;for(let t=l.top;t<=l.bottom;t++)for(let o=l.left;o<=l.right;o++){const i=o-l.left+c.left,h=t-l.top+c.top,d=this.getters.getEvaluatedCell({sheetId:e,col:i,row:h});!Jo(i,h,c)||d.type!==r.number||d.value<=0||(s[o]||(s[o]=[]),s[o][t]={color:Ts(a),percentage:100*d.value/n})}}applyColorScale(e,t,o,s){const i=this.parsePoint(e,t,o.minimum,"min"),n=o.midpoint?this.parsePoint(e,t,o.midpoint):null,a=this.parsePoint(e,t,o.maximum,"max");if(null===i||null===a||i>=a||n&&(i>=n||n>=a))return;const l=this.getters.getRangeFromSheetXC(e,t).zone,c=[{value:i,color:o.minimum.color}];o.midpoint&&n&&c.push({value:n,color:o.midpoint.color}),c.push({value:a,color:o.maximum.color});const h=si(c);for(let t=l.top;t<=l.bottom;t++)for(let o=l.left;o<=l.right;o++){const n=this.getters.getEvaluatedCell({sheetId:e,col:o,row:t});if(n.type===r.number){const e=St(n.value,i,a);s[o]||(s[o]=[]),s[o][t]=s[o]?.[t]||{},s[o][t].fillColor=h(e)}}}getRuleResultForTarget(e,t){const o=this.getters.getEvaluatedCell(e);if(o.type===r.error)return!1;const{sheetId:s}=e,i=tR.get(t.operator),n=t.values.map((e=>e.startsWith("=")?this.getters.evaluateFormula(s,e)??"":Qr(e,I)));if(n.some(fc))return!1;const a={type:t.operator,values:n.map(pc)};return i.isValueValid(o.value??"",a,this.getters,s)}}).add("row_size",class extends pV{static getters=["getRowSize","getHeaderSize","getMaxAnchorOffset"];tallestCellInRow={};ctx=document.createElement("canvas").getContext("2d");beforeHandle(e){if("ADD_COLUMNS_ROWS"===e.type){if("COL"===e.dimension)return;const t=Ht(e.position,e.base),o=Array(e.quantity).fill(void 0),s=eo(this.tallestCellInRow[e.sheetId],o,t);this.history.update("tallestCellInRow",e.sheetId,s)}}handle(e){switch(e.type){case"START":for(const e of this.getters.getSheetIds())this.initializeSheet(e);break;case"CREATE_SHEET":this.initializeSheet(e.sheetId);break;case"DUPLICATE_SHEET":{const t=pt(this.tallestCellInRow[e.sheetId]);this.history.update("tallestCellInRow",e.sheetIdTo,t);break}case"DELETE_SHEET":const t={...this.tallestCellInRow};delete t[e.sheetId],this.history.update("tallestCellInRow",t);break;case"REMOVE_COLUMNS_ROWS":{if("COL"===e.dimension)return;const t=Qt(this.tallestCellInRow[e.sheetId],e.elements);this.history.update("tallestCellInRow",e.sheetId,t);break}case"RESIZE_COLUMNS_ROWS":{const t=e.sheetId;if("ROW"===e.dimension)for(const o of e.elements){const e=this.getRowTallestCell(t,o);this.history.update("tallestCellInRow",t,o,e)}else for(const o of Ct(0,this.getters.getNumberRows(t)))for(const s of e.elements)this.updateRowSizeForCellChange(t,o,s)}break;case"UPDATE_CELL":this.updateRowSizeForCellChange(e.sheetId,e.row,e.col);break;case"ADD_MERGE":case"REMOVE_MERGE":for(const t of e.target)for(const o of ss(t))this.updateRowSizeForCellChange(e.sheetId,o.row,o.col)}}getRowSize(e,t){return Math.round(this.getters.getUserRowSize(e,t)??this.tallestCellInRow[e][t]?.size??Ee)}getMaxAnchorOffset(e,t,o){let{numberOfRows:s,numberOfCols:i}=this.getters.getSheetSize(e),n=0;for(;n<t&&s>0;s--)n+=this.getRowSize(e,s-1);let r=0;for(;r<o&&i>0;i--)r+=this.getters.getColSize(e,i-1);return{col:i,row:s,offset:{x:r-o,y:n-t}}}getHeaderSize(e,t,o){return this.getters.isHeaderHidden(e,t,o)?0:"ROW"===t?this.getRowSize(e,o):this.getters.getColSize(e,o)}updateRowSizeForCellChange(e,t,o){const s=this.tallestCellInRow[e]?.[t];if(s?.cell.col===o){const o=this.getRowTallestCell(e,t);this.history.update("tallestCellInRow",e,t,o)}const i=this.getCellHeight({sheetId:e,col:o,row:t});if(!(i<=Ee)&&(!s&&i>Ee||s&&i>s.size)){const s={cell:{sheetId:e,col:o,row:t},size:i};this.history.update("tallestCellInRow",e,t,s)}}initializeSheet(e){const t=[];for(let o=0;o<this.getters.getNumberRows(e);o++){const s=this.getRowTallestCell(e,o);t.push(s)}this.history.update("tallestCellInRow",e,t)}getCellHeight(e){if(this.isInMultiRowMerge(e))return Ee;const t=this.getters.getCell(e),o=this.getters.getColSize(e.sheetId,e.col);return function(e,t,o){return t&&(t.isFormula||t.content)?el(e,t.isFormula?"":t.content,t.style,o):Ee}(this.ctx,t,o)}isInMultiRowMerge(e){const t=this.getters.getMerge(e);return!!t&&t.bottom!==t.top}getRowTallestCell(e,t){if(void 0!==this.getters.getUserRowSize(e,t))return;const o=this.getters.getRowCells(e,t);let s,i=0;for(let e=0;e<o.length;e++){const t=this.getters.getCellById(o[e]);if(!t)continue;const n=this.getters.getCellPosition(t.id),r=this.getCellHeight(n);r>i&&r>Ee&&(i=r,s={cell:n,size:r})}return s&&s.size>Ee?s:void 0}}).add("data_validation_ui",class extends pV{static getters=["getDataValidationInvalidCriterionValueMessage","getInvalidDataValidationMessage","getValidationResultForCellValue","getDataValidationRangeValues","isCellValidCheckbox","getDataValidationCellStyle","getDataValidationChipStyle","isDataValidationInvalid"];validationResults={};handle(e){if(l.has(e.type)||"EVALUATE_CELLS"===e.type||"UPDATE_CELL"===e.type&&("content"in e||"format"in e))this.validationResults={};else switch(e.type){case"ADD_DATA_VALIDATION_RULE":case"REMOVE_DATA_VALIDATION_RULE":delete this.validationResults[e.sheetId]}}isDataValidationInvalid(e){return!this.getValidationResultForCell(e).isValid}getDataValidationCellStyle(e){if(!this.hasChip(e))return this.getDataValidationStyle(e)}getDataValidationChipStyle(e){if(this.hasChip(e))return this.getDataValidationStyle(e)??{fillColor:Q}}getInvalidDataValidationMessage(e){const t=this.getValidationResultForCell(e);return t.isValid?void 0:t.error}getDataValidationInvalidCriterionValueMessage(e,t){const o=tR.get(e);return t.startsWith("=")?"onlyLiterals"===o.allowedValues?di("The value must not be a formula"):this.isValidFormula(t)?void 0:Mb.CriterionError.validFormula:"onlyFormulas"===o.allowedValues?di("The value must be a formula"):o.isCriterionValueValid(t)?void 0:o.criterionValueErrorString}getDataValidationRangeValues(e,t){const o=this.getters.getRangeFromSheetXC(e,String(t.values[0])),s=[],i=new Set;for(const e of ss(o.zone)){const t=this.getters.getEvaluatedCell({...e,sheetId:o.sheetId});t.formattedValue&&!i.has(t.formattedValue)&&(i.add(t.formattedValue),s.push({label:t.formattedValue,value:t.value?.toString()||""}))}return s}isCellValidCheckbox(e){if(!this.getters.isMainCellPosition(e))return!1;const t=this.getters.getValidationRuleForCell(e);return!(!t||"isBoolean"!==t.criterion.type)&&this.getValidationResultForCell(e).isValid}getValidationResultForCellValue(e,t){const o=this.getters.getValidationRuleForCell(t);if(!o)return KV;const s=this.getRuleErrorForCellValue(e,t,o);return s?{error:s,rule:o,isValid:!1}:KV}hasChip(e){const t=this.getters.getValidationRuleForCell(e);return("isValueInList"===t?.criterion.type||"isValueInRange"===t?.criterion.type)&&"chip"===t.criterion.displayStyle}getDataValidationStyle(e){const t=this.getters.getValidationRuleForCell(e);if(!t||this.isDataValidationInvalid(e))return;const o=this.getters.getEvaluatedCell(e),s=this.getValueColor(t,o.value);if(!s)return;return{fillColor:s,textColor:Gs(s)}}getValueColor(e,t){if("isValueInList"===e.criterion.type||"isValueInRange"===e.criterion.type)for(const o in e.criterion.colors)if(o.toLowerCase()===String(t).toLowerCase())return e.criterion.colors[o]}isValidFormula(e){return!zC(e).isBadExpression}getValidationResultForCell(e){const{col:t,row:o,sheetId:s}=e;return this.validationResults[s]||(this.validationResults[s]=this.computeSheetValidationResults(s)),this.validationResults[s][t]?.[o]?.()||KV}computeSheetValidationResults(e){const t={},o=this.getters.getDataValidationRules(e).map((e=>e.ranges));for(const e of Ba(o.flat())){const{col:o,row:s}=e;t[o]||(t[o]=[]),t[o][s]=Vt((()=>{const t=this.getters.getEvaluatedCell(e);return t.type===r.empty?KV:this.getValidationResultForCellValue(t.value,e)}))}return t}getRuleErrorForCellValue(e,t,o){const{sheetId:s}=t,i=o.criterion,n=tR.get(i.type),r=this.getCellOffsetInRule(t,o),a=this.getEvaluatedCriterionValues(s,r,i);if(a.some(fc))return;const l={...i,values:a.map(pc)};return n.isValueValid(e,l,this.getters,s)?void 0:n.getErrorString(l,this.getters,s)}getCellOffsetInRule(e,t){const o=t.ranges.find((t=>Jo(e.col,e.row,t.zone)));if(!o)throw new Error("The cell is not in any range of the rule");return{col:e.col-o.zone.left,row:e.row-o.zone.top}}getEvaluatedCriterionValues(e,t,o){return o.values.map((o=>{if(!o.startsWith("="))return Qr(o,I);const s=zC(o),i=this.getters.getTranslatedCellFormula(e,t.col,t.row,s.tokens);return this.getters.evaluateFormula(e,i)}))}}).add("dynamic_tables",class extends pV{static getters=["canCreateDynamicTableOnZones","doesZonesContainFilter","getFilter","getFilters","getTable","getTables","getTablesOverlappingZones","getFilterId","getFilterHeaders","isFilterHeader"];tables={};handle(e){if(l.has(e.type)||"UPDATE_CELL"===e.type&&("content"in e||"format"in e)||"EVALUATE_CELLS"===e.type)this.tables={};else switch(e.type){case"CREATE_TABLE":case"REMOVE_TABLE":case"UPDATE_TABLE":case"DELETE_CONTENT":this.tables={}}}finalize(){for(const e of this.getters.getSheetIds())this.tables[e]||(this.tables[e]=this.computeTables(e))}computeTables(e){const t=[],o=this.getters.getCoreTables(e);for(const e of o)"dynamic"!==e.type&&t.push(e);const s=[...t];for(const i of o){if("dynamic"!==i.type)continue;const o=this.coreTableToTable(e,i);let n=o.range.zone;for(const e of s)Ko(n,e.range.zone)&&(n={...n,right:e.range.zone.left-1});t.push({...o,range:this.getters.getRangeFromZone(e,n)})}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){const 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:o}){return this.getTables(e).find((e=>Jo(t,o,e.range.zone)))}getTablesOverlappingZones(e,t){return this.getTables(e).filter((e=>t.some((t=>Ko(e.range.zone,t)))))}doesZonesContainFilter(e,t){return this.getTablesOverlappingZones(e,t).some((e=>e.config.hasFilters))}getFilterHeaders(e){const t=[];for(const o of this.getTables(e)){if(!o.config.hasFilters)continue;const s=o.range.zone,i=s.top;for(let o=s.left;o<=s.right;o++)t.push({sheetId:e,col:o,row:i})}return t}isFilterHeader({sheetId:e,col:t,row:o}){return this.getFilterHeaders(e).some((e=>e.col===t&&e.row===o))}canCreateDynamicTableOnZones(e,t){if(!ps(t))return!1;const o=Zo(...t),s={col:o.left,row:o.top,sheetId:e},i=this.getters.getArrayFormulaSpreadingOn(s);if(!i)return!1;if(zt(i,s)&&1===us(o))return!0;return zt(o,this.getters.getSpreadZone(i))}coreTableToTable(e,t){if("dynamic"!==t.type)return t;const o=t.range.zone,s={sheetId:e,col:o.left,row:o.top},i=this.getters.getSpreadZone(s)??t.range.zone,n=this.getters.getRangeFromZone(e,i),r=this.getDynamicTableFilters(e,t,i);return{id:t.id,range:n,filters:r,config:t.config}}getDynamicTableFilters(e,t,o){const s=[],{top:i,bottom:n,left:r,right:a}=o;for(let o=r;o<=a;o++){const a=o-r,l={left:o,right:o,top:i,bottom:n},c=EF(this.getDynamicTableFilterId(t.id,a),this.getters.getRangeFromZone(e,l),t.config,this.getters.getRangeFromZone);s.push(c)}return s}getDynamicTableFilterId(e,t){return e+"_"+t}exportForExcel(e){for(const t of e.sheets)for(const e of t.tables){const o=Vo(e.range),s={sheetId:t.id,col:o.left,row:o.top},i=this.getters.getCoreTable(s),n=this.getTable(s);"dynamic"===i?.type&&n&&(e.range=Bo(n.range.zone))}}}).add("custom_colors",class extends pV{customColors={};shouldUpdateColors=!0;static getters=["getCustomColors"];constructor(e){super(e),this.tryToAddColors(e.customColors??[])}handle(e){switch(e.type){case"START":for(const e of this.getters.getSheetIds())for(const t of this.getters.getChartIds(e))this.tryToAddColors(this.getChartColors(t));break;case"UPDATE_CHART":case"CREATE_CHART":this.tryToAddColors(this.getChartColors(e.chartId));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)}}finalize(){this.shouldUpdateColors&&(this.history.update("shouldUpdateColors",!1),this.tryToAddColors(this.computeCustomColors()))}getCustomColors(){return function(e){const t=[{leadColor:Os(255,0,0),colors:[]},{leadColor:Os(255,128,0),colors:[]},{leadColor:Os(128,128,0),colors:[]},{leadColor:Os(128,255,0),colors:[]},{leadColor:Os(0,255,0),colors:[]},{leadColor:Os(0,255,128),colors:[]},{leadColor:Os(0,255,255),colors:[]},{leadColor:Os(0,127,255),colors:[]},{leadColor:Os(0,0,255),colors:[]},{leadColor:Os(127,0,255),colors:[]},{leadColor:Os(128,0,128),colors:[]},{leadColor:Os(255,0,128),colors:[]}];for(const o of e.map(Ns)){let e=500,s=0;t.forEach(((t,i)=>{const n=(r=o,a=t.leadColor,Math.sqrt(Math.pow(r.r-a.r,2)+Math.pow(r.g-a.g,2)+Math.pow(r.b-a.b,2)));var r,a;e>n&&(e=n,s=i)})),t[s].colors.push(o)}return t.map((e=>e.colors.sort(((e,t)=>Ls(e).s-Ls(t).s)))).flat().map(Ms)}(Object.keys(this.customColors))}computeCustomColors(){let e=[];for(const t of this.getters.getSheetIds())e=e.concat(this.getColorsFromCells(t),this.getFormattingColors(t),this.getTableColors(t));return[...new Set([...e])]}getColorsFromCells(e){const t=Object.values(this.getters.getCells(e)),o=new Set;for(const e of t)e.style?.textColor&&o.add(e.style.textColor),e.style?.fillColor&&o.add(e.style.fillColor);for(const t of this.getters.getBordersColors(e))o.add(t);return[...o]}getFormattingColors(e){const t=this.getters.getConditionalFormats(e),o=[];for(const e of t){const t=e.rule;"CellIsRule"===t.type?(o.push(t.style.textColor),o.push(t.style.fillColor)):"ColorScaleRule"===t.type&&(o.push(Ts(t.minimum.color)),o.push(t.midpoint?Ts(t.midpoint.color):void 0),o.push(Ts(t.maximum.color)))}return o.filter(Mt)}getChartColors(e){const t=this.getters.getChart(e);if(void 0===t)return[];return[...JSON.stringify(t.getDefinition()).matchAll(XV)].map((e=>e[1]))}getTableColors(e){return this.getters.getTables(e).flatMap((e=>{const t=e.config,o=this.getters.getTableStyle(t.styleId);return[this.getTableStyleElementColors(o.wholeTable),t.numberOfHeaders>0?this.getTableStyleElementColors(o.headerRow):[],t.totalRow?this.getTableStyleElementColors(o.totalRow):[],t.bandedColumns?this.getTableStyleElementColors(o.firstColumnStripe):[],t.bandedColumns?this.getTableStyleElementColors(o.secondColumnStripe):[],t.bandedRows?this.getTableStyleElementColors(o.firstRowStripe):[],t.bandedRows?this.getTableStyleElementColors(o.secondRowStripe):[],t.firstColumn?this.getTableStyleElementColors(o.firstColumn):[],t.lastColumn?this.getTableStyleElementColors(o.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(Mt):[]}tryToAddColors(e){for(const t of e){if(!_s(t))continue;const e=Ds(t);t&&!ye.includes(e)&&this.history.update("customColors",e,!0)}}}).add("pivot_ui",class extends pV{static getters=["getPivot","getFirstPivotFunction","getPivotCellSortDirection","getPivotIdFromPosition","getPivotCellFromPosition","generateNewCalculatedMeasureName","isPivotUnused","isSpillPivotFormula"];pivots={};unusedPivots;custom;constructor(e){super(e),this.custom=e.custom}beforeHandle(e){if("START"===e.type)for(const e of this.getters.getPivotIds())this.setupPivot(e)}handle(e){if(l.has(e.type))for(const e of this.getters.getPivotIds())pP.get(this.getters.getPivotCoreDefinition(e).type).externalData||this.setupPivot(e,{recreate:!0});switch(e.type){case"REFRESH_PIVOT":this.refreshPivot(e.id);break;case"ADD_PIVOT":this.setupPivot(e.pivotId);break;case"DUPLICATE_PIVOT":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;const t=e.commands.filter(sU);for(const e of t){const t=e.pivotId;this.getters.isExistingPivot(t)&&this.setupPivot(t,{recreate:!0})}break}case"UPDATE_LOCALE":!function(){for(const e in uP)uP[e].set.clear(),uP[e].values={}}()}}getPivotIdFromPosition(e){const t=this.getters.getCorrespondingFormulaCell(e);if(t&&t.isFormula){const o=this.getFirstPivotFunction(e.sheetId,t.compiledFormula.tokens);if(o){const e=o.args[0]?.toString();return e&&this.getters.getPivotId(e)}}}isSpillPivotFormula(e){const t=this.getters.getCorrespondingFormulaCell(e);if(t&&t.isFormula){const o=this.getFirstPivotFunction(e.sheetId,t.compiledFormula.tokens);return"PIVOT"===o?.functionName}return!1}getFirstPivotFunction(e,t){const o=DL(t);if(!o)return;const{functionName:s,args:i}=o;return{functionName:s,args:i.map((t=>{if("EMPTY"===t.type)return;if("STRING"===t.type||"BOOLEAN"===t.type||"NUMBER"===t.type)return t.value;const o=hN(t);return this.getters.evaluateFormula(e,o)}))}}getPivotCellFromPosition(e){const t=this.getters.getCorrespondingFormulaCell(e);if(!t||!t.isFormula||0===_L(t.compiledFormula.tokens))return sP;const o=this.getters.getCellPosition(t.id),s=this.getters.getFirstPivotFunction(e.sheetId,t.compiledFormula.tokens);if(!s)return sP;let{functionName:i,args:n}=s;const r=n[0];if(!r)return sP;const a=this.getters.getPivotId(r.toString());if(!a)return sP;const l=this.getPivot(a);if(!l.isValid())return sP;if("PIVOT"===i&&!t.content.replaceAll(" ","").toUpperCase().startsWith("=PIVOT"))return sP;if("PIVOT"===i){const t=pc(n[2]),s=void 0===t||Tn(t),i=pc(n[3]),r=pc(n[5]),a=void 0===r||Tn(r),c={displayColumnHeaders:void 0===i||Tn(i),displayTotals:s,displayMeasuresRow:a},h=l.getCollapsedTableStructure().getPivotCells(c),d=e.col-o.col,u=e.row-o.row;return h[d][u]}try{const t=e.row-o.row,s=e.col-o.col;if(n=n.map((e=>E(e)?e[s][t]:e)),"PIVOT.HEADER"===i&&"measure"===n.at(-2)){return{type:"MEASURE_HEADER",domain:l.parseArgsToPivotDomain(n.slice(1,-2).map((e=>({value:e})))),measure:n.at(-1)?.toString()||""}}if("PIVOT.HEADER"===i){const e=l.parseArgsToPivotDomain(n.slice(1).map((e=>({value:e}))));return{type:"HEADER",domain:e,dimension:zO(l,e).colDomain.length?"COL":"ROW"}}const[r,...a]=n.slice(1);return{type:"VALUE",domain:l.parseArgsToPivotDomain(a.map((e=>({value:e})))),measure:r?.toString()||""}}catch(e){return sP}}generateNewCalculatedMeasureName(e){const t=e.map((e=>e.fieldName));return ho(di("Calculated measure 1"),t,{compute:(e,t)=>di("Calculated measure %s",t)})}getPivot(e){if(!this.getters.isExistingPivot(e))throw new Error(`pivot ${e} not found`);return this.pivots[e]}isPivotUnused(e){return this._getUnusedPivots().includes(e)}getPivotCellSortDirection(e){const t=this.getters.getPivotIdFromPosition(e),o=this.getters.getPivotCellFromPosition(e);if("EMPTY"===o.type||"HEADER"===o.type||!t)return;const s=this.getters.getPivot(t),i=zO(s,o.domain).colDomain,n=s.definition.sortedColumn;return n?.measure===o.measure&&zt(n.domain,i)?n.order:"none"}refreshPivot(e){this.getters.getPivot(e).init({reload:!0})}setupPivot(e,{recreate:t}={recreate:!1}){const o=this.getters.getPivotCoreDefinition(e);if(e in this.pivots)t&&this.pivots[e].onDefinitionChange(o);else{const t=tU(pP.get(o.type).ui);this.pivots[e]=new t(this.custom,{definition:o,getters:this.getters})}}_getUnusedPivots(){if(void 0!==this.unusedPivots)return this.unusedPivots;const e=new Set(this.getters.getPivotIds());for(const t of this.getters.getSheetIds())for(const o in this.getters.getCells(t)){const t=this.getters.getCellPosition(o),s=this.getPivotIdFromPosition(t);if(s&&(e.delete(s),!e.size))return this.unusedPivots=[],[]}return this.unusedPivots=[...e],this.unusedPivots}}).add("cell_icon",class extends pV{static getters=["doesCellHaveGridIcon","getCellIcons","getCellIconRect"];cellIconsCache={};handle(e){"SET_VIEWPORT_OFFSET"!==e.type&&(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){const o=e.position,s=this.getters.getCell(o);return{x:this.getIconHorizontalPosition(t,e.horizontalAlign,e),y:this.getters.computeTextYCoordinate(t,e.size,s?.style?.verticalAlign),width:e.size,height:e.size}}getIconHorizontalPosition(e,t,o){const s=e.x,i=e.x+e.width;switch(t){case"right":return i-o.margin-o.size;case"left":return s+o.margin;default:const e=Math.floor((i-s-o.size)/2);return i-o.size-e}}computeCellIcons(e){const t={left:void 0,right:void 0,center:void 0},o=JV.getAll();for(const s of o){const o=s(this.getters,e);o&&(!t[o.horizontalAlign]||o.priority>t[o.horizontalAlign].priority)&&(t[o.horizontalAlign]=o)}if(t.center&&(t.left||t.right)){const 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(Mt)}doesCellHaveGridIcon(e){return Boolean(this.getCellIcons(e).length)}});xd.add("dataValidation",{displayAllOnInitialContent:!0,canBeToggled:!1,getProposals(e,t){if(uo(t))return[];if(!this.composer.currentEditedCell)return[];const o=this.composer.currentEditedCell,s=this.getters.getValidationRuleForCell(o);if(!s||"isValueInList"!==s.criterion.type&&"isValueInRange"!==s.criterion.type)return[];const i=this.composer.currentEditedCell.sheetId,n="isValueInRange"===s.criterion.type?this.getters.getDataValidationRangeValues(i,s.criterion):s.criterion.values.map((e=>({label:e,value:e})));if(!("chip"===s.criterion.displayStyle))return n.map((e=>({text:e.value,fuzzySearchKey:e.label,htmlContent:[{value:e.label}]})));const r=s.criterion.colors;return n.map((e=>{const t=r?.[e.value];return{text:e.value,htmlContent:[{value:e.label,color:t?Gs(t):void 0,backgroundColor:t||Q,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()}}),xd.add("functions",{sequence:100,autoSelectFirstProposal:!0,maxDisplayedProposals:10,getProposals(e){if("SYMBOL"!==e.type)return[];const t=e.value;if(!uo(this.composer.currentContent))return[];const o=Object.entries(RC.content).filter((([e,{hidden:t}])=>!t)).map((([e,{description:o}])=>({text:e,description:o,htmlContent:vL(t,e,q,"o-semi-bold")}))).sort(((e,t)=>e.text.length-t.text.length||e.text.localeCompare(t.text)));return o},selectProposal(e,t){let o=e.end,s=e.end;["SYMBOL","FUNCTION"].includes(e.type)&&(o=e.start);const i=this.composer.currentTokens;t+="(";const n=i.map((e=>e.start)).indexOf(e.start);if(n+1<i.length){const e=i[n+1];"LEFT_PAREN"===e?.type&&s++}this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t)}}),xd.add("pivot_ids",{sequence:50,autoSelectFirstProposal:!0,getProposals(e){const t=e.functionContext;if(!t||!["PIVOT.VALUE","PIVOT.HEADER","PIVOT"].includes(t.parent.toUpperCase())||0!==t.argPosition)return;const o=this.getters.getPivotIds();return o.includes(e.value)?void 0:o.map((e=>{const t=this.getters.getPivotCoreDefinition(e),o=`${this.getters.getPivotFormulaId(e)}`;return{text:o,description:t.name,htmlContent:[{value:o,color:ht.NUMBER}],fuzzySearchKey:o+t.name,alwaysExpanded:!0}})).filter(Mt)},selectProposal:OC}),xd.add("pivot_measures",{sequence:50,autoSelectFirstProposal:!0,getProposals(e){const t=e.functionContext;if("PIVOT.VALUE"!==t?.parent.toUpperCase()||1!==t.argPosition)return[];const o=AL(e),s=this.getters.getPivotId(o);if(!s||!this.getters.isExistingPivot(s))return[];const i=this.getters.getPivot(s);return i.init(),i.isValid()?i.definition.measures.map((e=>{if("__count"===e.fieldName){const e='"__count"';return{text:e,description:di("Count"),htmlContent:[{value:e,color:ht.STRING}],fuzzySearchKey:di("Count")+e}}return function(e){const t=`"${e.id}"`,o=e.displayName+e.fieldName+t;return{text:t,description:e.displayName,htmlContent:[{value:t,color:ht.STRING}],fuzzySearchKey:o}}(e)})).filter(Mt):[]},selectProposal:OC}),xd.add("pivot_group_fields",{sequence:50,autoSelectFirstProposal:!0,getProposals(e){const t=e.functionContext;if(!t||!function(e){const t=e.functionContext;return"PIVOT.VALUE"===t?.parent.toUpperCase()&&t.argPosition>=2&&t.argPosition%2==0}(e)&&!function(e){const t=e.functionContext;return"PIVOT.HEADER"===t?.parent.toUpperCase()&&t.argPosition>=1&&t.argPosition%2==1}(e))return;const o=AL(e),s=this.getters.getPivotId(o);if(!s||!this.getters.isExistingPivot(s))return;const i=this.getters.getPivot(s);i.init();const n=i.getFields(),{columns:r,rows:a}=i.definition;let l=t.args;"PIVOT.VALUE"===t?.parent.toUpperCase()?(l=l.filter(((e,t)=>t%2==0)),l=l.slice(1,t.argPosition)):l=l.filter(((e,t)=>t%2==1));const c=l.map((e=>e?.value)).filter(Mt),h=r.map((e=>e.nameWithGranularity)),d=a.map((e=>e.nameWithGranularity)),u=[];let g=["ARG_SEPARATOR","SPACE"].includes(e.type)?c.at(-1):c.at(-2);const p=oV.get(i.type);if(p&&g?.startsWith("#")&&(g=g.slice(1)),void 0===g&&(u.push(h[0]),u.push(d[0])),d.includes(g)){const e=d[d.indexOf(g)+1];u.push(e),u.push(h[0])}if(h.includes(g)){const e=h[h.indexOf(g)+1];u.push(e)}const m=u.filter(Mt);return m.map((e=>{const[t,o]=e.split(":"),s=n[t];return s?TL(s,o):void 0})).concat(m.map((e=>{if(!p)return;const t=e.split(":")[0],o=n[t];if(!o)return;const s=`"#${e}"`;return{text:s,description:di("%s (positional)",o.string)+(o.help?` (${o.help})`:""),htmlContent:[{value:s,color:ht.STRING}],fuzzySearchKey:o.string+s}}))).filter(Mt)},selectProposal:OC}),xd.add("pivot_group_values",{sequence:50,autoSelectFirstProposal:!0,getProposals(e){const t=e.functionContext;if(!t||!e||!function(e){const t=e.functionContext;return"PIVOT.VALUE"===t?.parent.toUpperCase()&&t.argPosition>=2&&t.argPosition%2==1}(e)&&!function(e){const t=e.functionContext;return"PIVOT.HEADER"===t?.parent.toUpperCase()&&t.argPosition>=1&&t.argPosition%2==0}(e))return;const o=AL(e),s=this.getters.getPivotId(o);if(!s||!this.getters.isExistingPivot(s))return;const i=this.getters.getPivot(s);if(!i.isValid())return;const n=t.argPosition,r=e.functionContext?.args[n-1]?.value;if(!r)return;let a;try{a=i.definition.getDimension(r)}catch(e){return}return"month_number"===a.granularity?Object.values(wr).map(((e,t)=>({text:`${t+1}`,fuzzySearchKey:e.toString(),description:e.toString(),htmlContent:[{value:`${t+1}`,color:ht.NUMBER}]}))):"quarter_number"===a.granularity?[1,2,3,4].map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:di("Quarter %s",e),htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"day_of_month"===a.granularity?Ct(1,32).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"iso_week_number"===a.granularity?Ct(0,54).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"day_of_week"===a.granularity?Ct(1,8).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"hour_number"===a.granularity?Ct(0,24).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"minute_number"===a.granularity?Ct(0,60).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"second_number"===a.granularity?Ct(0,60).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):i.getPossibleFieldValues(a).map((({value:e,label:t})=>{const o="string"==typeof e,s=o?`"${e}"`:e.toString(),i=t===e?"":t;return{text:s,description:i,htmlContent:[{value:s,color:o?ht.STRING:ht.NUMBER}],fuzzySearchKey:s+i}}))},selectProposal:OC}),xd.add("sheet_names",{sequence:150,autoSelectFirstProposal:!0,getProposals(e){return"SYMBOL"===e.type||"UNKNOWN"===e.type&&e.value.startsWith("'")?this.getters.getSheetIds().map((e=>{const t=vt(this.getters.getSheetName(e));return{text:t,fuzzySearchKey:t.startsWith("'")?t:"'"+t}})):[]},selectProposal(e,t){const o=e.start,s=e.end;this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t+"!")}});const QU=new n;QU.add("link",{condition:(e,t)=>!!t.getEvaluatedCell(e).link,execute:(e,t,o)=>Si(t.model.getters.getEvaluatedCell(e).link,t,o),title:(e,t)=>{const o=t.getEvaluatedCell(e).link;return o?o.isExternal?di("Go to url: %(url)s",{url:o.url}):di("Go to %(label)s",{label:o.label}):""},sequence:5}),QU.add("dashboard_pivot_sorting",{condition:(e,t)=>{if(!t.isDashboard())return!1;const o=t.getPivotCellFromPosition(e);return xP(t,e)&&"MEASURE_HEADER"===o.type},execute:(e,t)=>{EP(t,e,function(e,t){return eH[e.getPivotCellSortDirection(t)??"none"]}(t.model.getters,e))},component:sV,componentProps:(e,t)=>({position:e,sortDirection:t.getPivotCellSortDirection(e)}),sequence:2});const eH={none:"asc",asc:"desc",desc:"none"};const tH=(new n).add("ADD_COLUMNS_ROWS",(function(e){const t=[];let o=e.base;"after"===e.position&&o++;for(let s=0;s<e.quantity;s++)t.push(s+o);return[{type:"REMOVE_COLUMNS_ROWS",dimension:e.dimension,elements:t,sheetId:e.sheetId,sheetName:e.sheetName}]})).add("REMOVE_COLUMNS_ROWS",(function(e){const t=[],o=[...e.elements].sort(((e,t)=>e-t));for(const s of yt(o)){const o=0===s[0]?0:s[0]-1,i=0===s[0]?"before":"after";t.push({type:"ADD_COLUMNS_ROWS",dimension:e.dimension,quantity:s.length,base:o,sheetId:e.sheetId,sheetName:e.sheetName,position:i})}return t})).add("ADD_MERGE",(function(e){return[{type:"REMOVE_MERGE",sheetId:e.sheetId,target:e.target}]})).add("REMOVE_MERGE",(function(e){return[{type:"ADD_MERGE",sheetId:e.sheetId,target:e.target}]})).add("CREATE_SHEET",(function(e){return[{type:"DELETE_SHEET",sheetId:e.sheetId,sheetName:e.name}]})).add("DELETE_SHEET",(function(e){return[{type:"CREATE_SHEET",sheetId:e.sheetId,position:1,name:e.sheetName}]})).add("DUPLICATE_SHEET",(function(e){return[{type:"DELETE_SHEET",sheetId:e.sheetIdTo,sheetName:""}]})).add("CREATE_FIGURE",(function(e){return[{type:"DELETE_FIGURE",figureId:e.figureId,sheetId:e.sheetId}]})).add("CREATE_CHART",(function(e){return[{type:"DELETE_FIGURE",figureId:e.figureId,sheetId:e.sheetId}]})).add("HIDE_COLUMNS_ROWS",(function(e){return[{type:"UNHIDE_COLUMNS_ROWS",sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]})).add("UNHIDE_COLUMNS_ROWS",(function(e){return[{type:"HIDE_COLUMNS_ROWS",sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]})).add("CREATE_TABLE_STYLE",(function(e){return[{type:"REMOVE_TABLE_STYLE",tableStyleId:e.tableStyleId}]})).add("ADD_PIVOT",(function(e){return[{type:"REMOVE_PIVOT",pivotId:e.pivotId}]})).add("RENAME_SHEET",(function(e){return[{type:"RENAME_SHEET",sheetId:e.sheetId,oldName:e.newName,newName:e.oldName}]}));for(const e of m.values())tH.contains(e)||tH.add(e,oH);function oH(e){return[e]}const sH=new n;sH.add("format_number_automatic",{...zP,id:"format_number_automatic",sequence:10}).add("format_number_plain_text",{...BP,id:"format_number_plain_text",sequence:15,separator:!0}).add("format_number_number",{...$P,id:"format_number_number",sequence:20}).add("format_number_percent",{...WP,id:"format_number_percent",sequence:30,separator:!0}).add("format_number_currency",{...qP,id:"format_number_currency",sequence:40}).add("format_number_accounting",{...jP,id:"format_number_accounting",sequence:45}).add("format_number_currency_rounded",{...ZP,id:"format_number_currency_rounded",sequence:50}).add("format_custom_currency",{...XP,id:"format_custom_currency",sequence:60,separator:!0}).add("format_number_date",{...KP,id:"format_number_date",sequence:70}).add("format_number_time",{...JP,id:"format_number_time",sequence:80}).add("format_number_date_time",{...QP,id:"format_number_date_time",sequence:90}).add("format_number_duration",{...eM,id:"format_number_duration",sequence:100,separator:!0}).add("more_formats",{...sM,id:"more_formats",sequence:120});const iH=Jt((e=>Pr(e)?"date":e.includes("[$")?"currency":"number")),nH={name:di("More formats"),icon:"o-spreadsheet-Icon.NUMBER_FORMATS",children:[e=>{const t=function(e){const t=new Set(sH.getAll().map((t=>"function"==typeof t.format?t.format(e):t.format))),o=new Map;for(const s of e.model.getters.getSheetIds()){const i=e.model.getters.getEvaluatedCells(s);for(const e in i){const s=i[e];if(s.format&&!o.has(s.format)&&!t.has(s.format)){const e=iH(s.format);"date"!==e&&"currency"!==e||o.set(s.format,HP({descriptionValue:"currency"===e?1e3:YP,format:s.format,name:s.format}))}}}return[...o.values()]}(e).map((e=>({...e,sequence:110})));return t.length>0&&(t[t.length-1].separator=!0),o([...sH.getAll(),...t])}]};const rH=new pT;rH.add("file",{name:di("File"),sequence:10}).addChild("settings",["file"],{name:di("Settings"),sequence:200,execute:e=>e.openSidePanel("Settings"),isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.COG"}).add("edit",{name:di("Edit"),sequence:20}).addChild("undo",["edit"],{...NF,sequence:10}).addChild("redo",["edit"],{...kF,sequence:20,separator:!0}).addChild("copy",["edit"],{...LF,sequence:30}).addChild("cut",["edit"],{...VF,sequence:40}).addChild("paste",["edit"],{...UF,sequence:50}).addChild("paste_special",["edit"],{...HF,sequence:60,separator:!0}).addChild("paste_special_value",["edit","paste_special"],{...zF,sequence:10}).addChild("paste_special_format",["edit","paste_special"],{...BF,sequence:20}).addChild("edit_table",["edit"],{...tO,isVisible:B_,sequence:60}).addChild("find_and_replace",["edit"],{...$F,sequence:65,separator:!0}).addChild("delete",["edit"],{name:di("Delete"),icon:"o-spreadsheet-Icon.TRASH",sequence:70}).addChild("edit_delete_cell_values",["edit","delete"],{...GF,sequence:10}).addChild("edit_delete_row",["edit","delete"],{...WF,sequence:20}).addChild("edit_delete_column",["edit","delete"],{...jF,sequence:30}).addChild("edit_delete_cell_shift_up",["edit","delete"],{...JF,sequence:40}).addChild("edit_delete_cell_shift_left",["edit","delete"],{...QF,sequence:50}).addChild("edit_unhide_columns",["edit"],{...Q_,sequence:80}).addChild("edit_unhide_rows",["edit"],{...oF,sequence:80}).add("view",{name:di("View"),sequence:30}).addChild("unfreeze_panes",["view"],{...sF,sequence:4}).addChild("freeze_panes",["view"],{...iF,sequence:5}).addChild("unfreeze_rows",["view","freeze_panes"],{...nF,sequence:5}).addChild("freeze_first_row",["view","freeze_panes"],{...rF,sequence:10}).addChild("freeze_second_row",["view","freeze_panes"],{...aF,sequence:15}).addChild("freeze_current_row",["view","freeze_panes"],{...lF,sequence:20,separator:!0}).addChild("unfreeze_columns",["view","freeze_panes"],{...cF,sequence:25}).addChild("freeze_first_col",["view","freeze_panes"],{...hF,sequence:30}).addChild("freeze_second_col",["view","freeze_panes"],{...dF,sequence:35}).addChild("freeze_current_col",["view","freeze_panes"],{...uF,sequence:40}).addChild("group_headers",["view"],{name:di("Group"),sequence:15,separator:!0,icon:"o-spreadsheet-Icon.PLUS_IN_BOX",isVisible:G_}).addChild("group_columns",["view","group_headers"],{...fF,sequence:5}).addChild("ungroup_columns",["view","group_headers"],{...bF,isVisible:e=>wF(e,"COL"),sequence:10}).addChild("group_rows",["view","group_headers"],{...vF,sequence:15}).addChild("ungroup_rows",["view","group_headers"],{...SF,isVisible:e=>wF(e,"ROW"),sequence:20}).addChild("show",["view"],{name:di("Show"),sequence:1,icon:"o-spreadsheet-Icon.SHOW"}).addChild("view_gridlines",["view","show"],{...gF,sequence:5}).addChild("view_formulas",["view","show"],{...mF,sequence:10}).addChild("view_irregularity_map",["view"],{...pF,sequence:40,separator:!0}).add("insert",{name:di("Insert"),sequence:40}).addChild("insert_row",["insert"],{...nO,sequence:10}).addChild("insert_row_before",["insert","insert_row"],{...aO,sequence:10}).addChild("insert_row_after",["insert","insert_row"],{...hO,sequence:20}).addChild("insert_column",["insert"],{...dO,sequence:20}).addChild("insert_column_before",["insert","insert_column"],{...gO,sequence:10}).addChild("insert_column_after",["insert","insert_column"],{...fO,sequence:20}).addChild("insert_cell",["insert"],{...vO,sequence:30}).addChild("insert_cell_down",["insert","insert_cell"],{...bO,name:di("Shift down"),sequence:10}).addChild("insert_cell_right",["insert","insert_cell"],{...SO,name:di("Shift right"),sequence:20}).addChild("insert_sheet",["insert"],{...NO,sequence:40,separator:!0}).addChild("insert_chart",["insert"],{...CO,sequence:50}).addChild("insert_carousel",["insert"],{...yO,sequence:51}).addChild("insert_pivot",["insert"],{...wO,sequence:52}).addChild("insert_image",["insert"],{...IO,sequence:55}).addChild("insert_table",["insert"],{...xO,sequence:57}).addChild("insert_function",["insert"],{...EO,sequence:60}).addChild("insert_function_sum",["insert","insert_function"],{...RO,sequence:0}).addChild("insert_function_average",["insert","insert_function"],{...TO,sequence:10}).addChild("insert_function_count",["insert","insert_function"],{...AO,sequence:20}).addChild("insert_function_max",["insert","insert_function"],{...DO,sequence:30}).addChild("insert_function_min",["insert","insert_function"],{..._O,sequence:40,separator:!0}).addChild("categorie_function_all",["insert","insert_function"],{...FO,sequence:50}).addChild("categories_function_list",["insert","insert_function"],(()=>{const e=RC.content;return[...new Set(RC.getAll().filter((e=>!e.hidden)).map((e=>e.category)))].filter(Mt).sort().map(((t,o)=>{const s=Object.keys(e).filter((o=>e[o].category===t&&!e[o].hidden));return{name:t,children:kO(s)}}))})).addChild("insert_link",["insert"],{...OO,separator:!0,sequence:70}).addChild("insert_checkbox",["insert"],{...PO,sequence:80}).addChild("insert_dropdown",["insert"],{...MO,separator:!0,sequence:90}).add("format",{name:di("Format"),sequence:50}).addChild("format_number",["format"],{...nH,name:di("Number"),sequence:10,separator:!0}).addChild("format_bold",["format"],{...mM,sequence:20}).addChild("format_italic",["format"],{...fM,sequence:30}).addChild("format_underline",["format"],{...vM,sequence:40}).addChild("format_strikethrough",["format"],{...bM,sequence:50,separator:!0}).addChild("format_font_size",["format"],{...SM,sequence:60,separator:!0}).addChild("format_alignment",["format"],{...CM,sequence:70}).addChild("format_alignment_left",["format","format_alignment"],{...wM,sequence:10}).addChild("format_alignment_center",["format","format_alignment"],{...IM,sequence:20}).addChild("format_alignment_right",["format","format_alignment"],{...xM,sequence:30,separator:!0}).addChild("format_alignment_top",["format","format_alignment"],{...RM,sequence:40}).addChild("format_alignment_middle",["format","format_alignment"],{...TM,sequence:50}).addChild("format_alignment_bottom",["format","format_alignment"],{...AM,sequence:60,separator:!0}).addChild("format_wrapping",["format"],{...DM,sequence:80,separator:!0}).addChild("format_wrapping_overflow",["format","format_wrapping"],{...FM,sequence:10}).addChild("format_wrapping_wrap",["format","format_wrapping"],{...OM,sequence:20}).addChild("format_wrapping_clip",["format","format_wrapping"],{...PM,sequence:30}).addChild("format_cf",["format"],{...MM,sequence:90,separator:!0}).addChild("format_clearFormat",["format"],{...NM,sequence:100,separator:!0}).add("data",{name:di("Data"),sequence:60}).addChild("sort_range",["data"],{...DP,sequence:10,separator:!0}).addChild("sort_ascending",["data","sort_range"],{..._P,sequence:10}).addChild("sort_descending",["data","sort_range"],{...MP,sequence:20}).addChild("data_cleanup",["data"],{...FP,sequence:15}).addChild("remove_duplicates",["data","data_cleanup"],{...OP,sequence:10}).addChild("trim_whitespace",["data","data_cleanup"],{...PP,sequence:20}).addChild("split_to_columns",["data"],{...LP,sequence:20}).addChild("data_validation",["data"],{name:di("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"],{...NP,sequence:40,separator:!0}).addChild("pivot_data_sources",["data"],(e=>{const t=e.model.getters.getPivotIds().length;return e.model.getters.getPivotIds().map(((o,s)=>{const i={get highlights(){return pL(e.model.getters,o)}};return{id:`item_pivot_${e.model.getters.getPivotFormulaId(o)}`,name:e.model.getters.getPivotDisplayName(o),sequence:50+s/t,isReadonlyAllowed:!0,execute:e=>e.openSidePanel("PivotSidePanel",{pivotId:o}),isEnabled:e=>!e.isSmall,onStartHover:e=>e.getStore(IR).register(i),onStopHover:e=>e.getStore(IR).unRegister(i),icon:"o-spreadsheet-Icon.PIVOT",separator:s===e.model.getters.getPivotIds().length-1,secondaryIcon:e=>e.model.getters.isPivotUnused(o)?"o-spreadsheet-Icon.UNUSED_PIVOT_WARNING":void 0}}))})).addChild("reinsert_dynamic_pivot",["data"],VP).addChild("reinsert_static_pivot",["data"],UP);const aH=new class extends n{mapping={};uuidGenerator=new vl;replace(e,t){const o={...t,id:this.uuidGenerator.uuidv4()};return super.replace(e,o)}getAllOrdered(){return this.getAll().sort(((e,t)=>e.sequence-t.sequence))}};class lH{listeners=[];async sendMessage(e){for(const{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))}}class cH{fileStore;constructor(e){this.fileStore=e}async requestImage(){const e=await this.userImageUpload(),t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}async uploadFile(e){const t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}userImageUpload(){return new Promise(((e,t)=>{const o=document.createElement("input");o.setAttribute("type","file"),o.setAttribute("accept","image/*"),o.addEventListener("change",(async()=>{null===o.files||1!==o.files.length?t():e(o.files[0])})),o.click()}))}getImageOriginalSize(e){return new Promise(((t,o)=>{const s=new Image;s.addEventListener("load",(()=>{const e={width:s.width,height:s.height};t(e)})),s.addEventListener("error",o),s.src=e}))}}const hH=[{transform:"scale(0)"},{transform:"scale(0.8)",offset:.33},{opacity:"0",transform:"scale(1)",offset:1}];Hh`
1850
+ `;class nV extends t.Component{static template="o_spreadsheet.PivotHTMLRenderer";static components={Checkbox:QR};static props={pivotId:String,onCellClicked:Function};pivot=this.env.model.getters.getPivot(this.props.pivotId);data={columns:[],rows:[],values:[]};state=t.useState({showMissingValuesOnly:!1});setup(){const 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;const e=this.getColumnsIndexes(),t=this.getRowsIndexes();return{columns:this.buildColumnsMissing(e),rows:this.buildRowsMissing(t),values:this.buildValuesMissing(e,t)}}addRecursiveRow(e){const t=this.pivot.getExpandedTableStructure().rows,o=[...t[e].values];if(o.length<=1)return[e];o.pop();const s=t.findIndex((e=>JSON.stringify(e.values)===JSON.stringify(o)));return[e].concat(this.addRecursiveRow(s))}buildColumnsMissing(e){const t=[];for(const e of this.data.columns){const o=[];for(const t in e)for(let s=0;s<e[t].span;s++)o.push(parseInt(t,10));t.push(o)}for(let o=t[t.length-1].length;o>=0;o--)if(!e.includes(o))for(const e of t)e.splice(o,1);const o=[];for(const e in t){const s=[];let i,n=1;for(let o=0;o<t[e].length;o++)i!==t[e][o]?(void 0!==i&&s.push(Object.assign({},this.data.columns[e][i],{span:n})),i=t[e][o],n=1):n++;void 0!==i&&s.push(Object.assign({},this.data.columns[e][i],{span:n})),o.push(s)}return o}buildRowsMissing(e){return e.map((e=>this.data.rows[e]))}buildValuesMissing(e,t){const o=e.map((()=>[]));for(const s of t)for(const t in e)o[t].push(this.data.values[e[t]][s]);return o}getColumnsIndexes(){const e=new Set;for(let t=0;t<this.data.columns.length;t++){const o=[];for(let e=0;e<this.data.columns[t].length;e++)for(let s=0;s<this.data.columns[t][e].span;s++)o.push(this.data.columns[t][e]);for(let t=0;t<o.length;t++)o[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(){const e=new Set;for(let t=0;t<this.data.rows.length;t++){this.data.rows[t].isMissing&&e.add(t);for(const o of this.data.values)o[t].isMissing&&this.addRecursiveRow(t).forEach((t=>e.add(t)))}return Array.from(e).sort(((e,t)=>e-t))}_buildColHeaders(e,t){const o=[];for(const s of t.columns){const t=[];for(const o of s){const s=[];for(let e=0;e<o.fields.length;e++)s.push({value:o.fields[e]},{value:o.values[e]});const i=this.pivot.parseArgsToPivotDomain(s),n=this.env.model.getters.getLocale();if("measure"===i.at(-1)?.field){const{value:s,format:r}=this.pivot.getPivotMeasureValue(xn(i.at(-1).value),i);t.push({formula:`=PIVOT.HEADER(${th(e,i).join(",")})`,value:Er(s,{format:r,locale:n}),span:o.width,isMissing:!this.tracker?.isHeaderPresent(i)})}else{const{value:s,format:r}=this.pivot.getPivotHeaderValueAndFormat(i);t.push({formula:`=PIVOT.HEADER(${th(e,i).join(",")})`,value:Er(s,{format:r,locale:n}),span:o.width,isMissing:!this.tracker?.isHeaderPresent(i)})}}o.push(t)}const s=o[o.length-1];return o[o.length-1]=s.map((e=>(e.isMissing||(e.style="color: #756f6f;"),e))),o}_buildRowHeaders(e,t){const o=[];for(const s of t.rows){const t=[];for(let e=0;e<s.fields.length;e++)t.push({value:s.fields[e]},{value:s.values[e]});const i=this.pivot.parseArgsToPivotDomain(t),{value:n,format:r}=this.pivot.getPivotHeaderValueAndFormat(i),a=this.env.model.getters.getLocale(),l={formula:`=PIVOT.HEADER(${th(e,i).join(",")})`,value:Er(n,{format:r,locale:a}),isMissing:!this.tracker?.isHeaderPresent(i)};s.indent>1&&(l.style=`padding-left: ${s.indent-10}px`),o.push(l)}return o}_buildValues(e,t){const o=[];for(const s of t.columns.at(-1)||[]){const i=[],n=xn(s.values[s.values.length-1]);for(const o of t.rows){const t=[];for(let e=0;e<o.fields.length;e++)t.push({value:o.fields[e]},{value:o.values[e]});for(let e=0;e<s.fields.length-1;e++)t.push({value:s.fields[e]},{value:s.values[e]});const r=this.pivot.parseArgsToPivotDomain(t),{value:a,format:l}=this.pivot.getPivotCellValueAndFormat(n,r),c=this.env.model.getters.getLocale();i.push({formula:`=PIVOT.VALUE(${th(e,r,n).join(",")})`,value:Er(a,{format:l,locale:c}),isMissing:!this.tracker?.isValuePresent(n,r)})}o.push(i)}return o}}class rV extends Jd{getters;dispatch;canDispatch;constructor({getters:e,stateObserver:t,range:o,dispatch:s,canDispatch:i}){super(t),o.addRangeProvider(this.adaptRanges.bind(this)),this.getters=e,this.dispatch=s,this.canDispatch=i}import(e){}export(e){}adaptRanges(e,t,o){}garbageCollectExternalResources(){}}class aV{id;format;style;sheetId;getRangeString;isFormula=!0;compiledFormula;constructor(e,t,o,s,i,n,r){this.id=e,this.format=o,this.style=s,this.sheetId=n,this.getRangeString=r;let a=0;const l=t.tokens.map((e=>{if("REFERENCE"===e.type){const e=a++;return new lV(i,e,this.sheetId,this.getRangeString)}return e}));this.compiledFormula={...t,dependencies:i,tokens:l}}get content(){return Lt(this.compiledFormula.tokens.map((e=>e.value)))}get contentWithFixedReferences(){let e=0;return Lt(this.compiledFormula.tokens.map((t=>{if("REFERENCE"===t.type){const t=e++;return this.getRangeString(this.compiledFormula.dependencies[t],this.sheetId,{useBoundedReference:!0})}return t.value})))}}class lV{ranges;rangeIndex;sheetId;getRangeString;type="REFERENCE";constructor(e,t,o,s){this.ranges=e,this.rangeIndex=t,this.sheetId=o,this.getRangeString=s}get value(){const e=this.ranges[this.rangeIndex];return this.getRangeString(e,this.sheetId)}}function cV(e){return""===e?NaN:Number(e)}function hV(e){return Object.entries(e).map((([e,t])=>t?dV(parseInt(e,10),t):void 0)).filter(Mt).map((e=>_o(e.left,e.top)+":"+_o(e.right,e.bottom)))}function dV(e,t){return{...t.zone,id:e}}class uV{getters;providers=[];constructor(e){this.getters=e}static getters=["adaptFormulaStringDependencies","copyFormulaStringForSheet","extendRange","getRangeString","getRangeFromSheetXC","createAdaptedRanges","getRangeData","getRangeDataFromXc","getRangeDataFromZone","getRangeFromRangeData","getRangeFromZone","getRangesUnion","recomputeRanges","isRangeValid","removeRangesSheetPrefix"];allowDispatch(e){return"MOVE_RANGES"===e.type?1===e.target.length?"Success":"InvalidZones":"Success"}beforeHandle(e){}handle(e){const t=$a(e);t?.applyChange&&this.executeOnAllRanges(t.applyChange,t.sheetId,t.sheetName)}finalize(){}verifyRangeRemoved(e){return t=>{const o=e(t);return"NONE"===o.changeType||Ho(o.range.zone)?o:{range:o.range,changeType:"REMOVE"}}}executeOnAllRanges(e,t,o){const s=this.verifyRangeRemoved(e);for(const e of this.providers)e(s,t,o)}addRangeProvider(e){this.providers.push(e)}createAdaptedRanges(e,t,o,s){return e.map((e=>{if(!Ho(e.zone))return e;const i=e.prefixSheet?e.sheetId:s,n=Va(e),r=La(e),a={...e.unboundedZone,left:n&&!e.unboundedZone.hasHeader?e.unboundedZone.left:e.unboundedZone.left+(e.parts[0].colFixed?0:t),right:n?e.unboundedZone.right:e.unboundedZone.right+((e.parts[1]||e.parts[0]).colFixed?0:t),top:r&&!e.unboundedZone.hasHeader?e.unboundedZone.top:e.unboundedZone.top+(e.parts[0].rowFixed?0:o),bottom:r?e.unboundedZone.bottom:e.unboundedZone.bottom+((e.parts[1]||e.parts[0]).rowFixed?0:o)};return function(e){if(zo(e.zone))return e;const t={...e.unboundedZone},o={...e.zone};let s=e.parts;if(void 0!==t.right&&t.right<t.left){const e=t.right;t.right=t.left,t.left=e,o.right=o.left,o.left=e,s=[{colFixed:s[1]?.colFixed||!1,rowFixed:s[0]?.rowFixed||!1},{colFixed:s[0]?.colFixed||!1,rowFixed:s[1]?.rowFixed||!1}]}if(void 0!==t.bottom&&t.bottom<t.top){const e=t.bottom;t.bottom=t.top,t.top=e,o.bottom=o.top,o.top=e,s=[{colFixed:s[0]?.colFixed||!1,rowFixed:s[1]?.rowFixed||!1},{colFixed:s[1]?.colFixed||!1,rowFixed:s[0]?.rowFixed||!1}]}return{unboundedZone:t,zone:o,parts:s,invalidXc:e.invalidXc,prefixSheet:e.prefixSheet,invalidSheetName:e.invalidSheetName,sheetId:e.sheetId}}(Ma({...e,sheetId:i,zone:a},this.getters.getSheetSize))}))}removeRangesSheetPrefix(e,t){return t.map((t=>t.prefixSheet&&t.sheetId===e?{...t,prefixSheet:!1}:t))}extendRange(e,t,o){const s="COL"===t?e.zone.right+o:e.zone.right,i="ROW"===t?e.zone.bottom+o:e.zone.bottom,n={left:e.zone.left,top:e.zone.top,right:Va(e)?void 0:s,bottom:La(e)?void 0:i};return Ma({...e,zone:n},this.getters.getSheetSize)}getRangeFromSheetXC(e,t){if(!ya.test(t)||!this.getters.tryGetSheet(e))return ka(t);const{sheetName:o}=Ra(t);return Na({xc:t,sheetId:this.getters.getSheetIdByName(o)||e,invalidSheetName:o&&!this.getters.getSheetIdByName(o)?o:void 0},this.getters.getSheetSize)}getRangeString(e,t,o={useBoundedReference:!1,useFixedReference:!1}){return e?e.invalidXc?e.invalidXc:this.getters.tryGetSheet(e.sheetId)?Ua(e,t,this.getters.getSheetName,o):on.InvalidReference:on.InvalidReference}getRangeDataFromXc(e,t){const o=this.getters.getRangeFromSheetXC(e,t);return this.getRangeDataFromZone(o.sheetId,o.unboundedZone)}getRangeDataFromZone(e,t){return{_sheetId:e,_zone:t=this.getters.getUnboundedZone(e,t)}}getRangeData(e){return this.getRangeDataFromZone(e.sheetId,e.unboundedZone)}getRangeFromZone(e,t){return Ma({sheetId:e,zone:t,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}],prefixSheet:!1},this.getters.getSheetSize)}recomputeRanges(e,t){const o=e.map((e=>e.unboundedZone)),s=t.map((e=>e.unboundedZone));return Fo(o,s).map((t=>this.getRangeFromZone(e[0].sheetId,t)))}getRangeFromRangeData(e){if(!this.getters.tryGetSheet(e._sheetId))return ka(on.InvalidReference);return Ma({prefixSheet:!1,zone:e._zone,sheetId:e._sheetId,invalidSheetName:void 0,parts:[{colFixed:!1,rowFixed:!1},{colFixed:!1,rowFixed:!1}]},this.getters.getSheetSize)}isRangeValid(e){if(!e)return!1;const{xc:t,sheetName:o}=Ra(e);return null!==t.match(ya)&&(!o||void 0!==this.getters.getSheetIdByName(o))}getRangesUnion(e){const t=e.map((e=>e.unboundedZone)),o=function(...e){return{top:Math.min(...e.map((e=>e.top))),left:Math.min(...e.map((e=>e.left))),bottom:e.some((e=>void 0===e.bottom))?void 0:Math.max(...e.map((e=>e.bottom))),right:e.some((e=>void 0===e.right))?void 0:Math.max(...e.map((e=>e.right)))}}(...t);return this.getRangeFromZone(e[0].sheetId,o)}adaptFormulaStringDependencies(e,t,o){if(!t.startsWith("="))return t;const s=zC(t),i=s.dependencies.map((t=>{const s=this.getters.getRangeFromSheetXC(e,t),i=o(s);return"NONE"===i.changeType?s:i.range}));return this.getters.getFormulaString(e,s.tokens,i)}copyFormulaStringForSheet(e,t,o,s){if(!o.startsWith("="))return o;const i=zC(o),n=i.dependencies.map((o=>{const i=this.getters.getRangeFromSheetXC(e,o);return"keepSameReference"===s?i:Ha(e,t,i)}));return this.getters.getFormulaString(t,i.tokens,n)}}function gV(e,t){if(!e)return;const o=t(e);switch(o.changeType){case"NONE":return e;case"REMOVE":return;default:return o.range}}class pV extends Jd{getters;constructor({getters:e,stateObserver:t}){super(t),this.getters=e}}const mV=new n;mV.add("pivots",(e=>{for(const t of e.getPivotIds()){const o=e.getPivot(t);o.markAsDirtyForEvaluation?.()}}));const fV=RC.mapping;function vV(e,t,o){return new bV(e,t,o).getParameters()}class bV{getters;computeCell;evalContext;rangeCache={};constructor(e,t,o){this.getters=t,this.computeCell=o,this.evalContext=Object.assign(Object.create(fV),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){const o=this.getRangeError(e);if(o)return o;const s={sheetId:e.sheetId,col:e.zone.left,row:e.zone.top};if(t){this.computeCell(s);return{value:Ta(this.getters.getSheetName(e.sheetId),Bo(e.zone))}}return this.computeCell(s)}range(e,t){const o=this.getRangeError(e);if(o)return[[o]];const s=e.sheetId,i=e.zone,n=jo(i,this.getters.getSheetZone(s));if(!n)return[[]];const{top:r,left:a,bottom:l,right:c}=i,h=`${s}-${r}-${a}-${l}-${c}-${t}`;if(h in this.rangeCache)return this.rangeCache[h];const d=n.bottom-n.top+1,u=n.right-n.left+1,g=new Array(u),p=this.getters.getSheetName(e.sheetId);for(let e=n.left;e<=n.right;e++){const o=e-n.left;g[o]=new Array(d);for(let i=n.top;i<=n.bottom;i++){const r=i-n.top,a=this.computeCell({sheetId:s,col:e,row:i});g[o][r]=t?{value:Ta(p,_o(e,i))}:a}}return this.rangeCache[h]=g,g}getRangeError(e){return Ho(e.zone)?e.invalidSheetName?new ln(di("Invalid sheet name: %s",e.invalidSheetName)):void 0:new ln}}function SV(e,t,o,s,i){CV(e,t,o||0,s||e.length-1,i||wV)}function CV(e,t,o,s,i){for(;s>o;){if(s-o>600){var n=s-o+1,r=t-o+1,a=Math.log(n),l=.5*Math.exp(2*a/3),c=.5*Math.sqrt(a*l*(n-l)/n)*(r-n/2<0?-1:1);CV(e,t,Math.max(o,Math.floor(t-r*l/n+c)),Math.min(s,Math.floor(t+(n-r)*l/n+c)),i)}var h=e[t],d=o,u=s;for(yV(e,o,t),i(e[s],h)>0&&yV(e,o,s);d<u;){for(yV(e,d,u),d++,u--;i(e[d],h)<0;)d++;for(;i(e[u],h)>0;)u--}0===i(e[o],h)?yV(e,o,u):yV(e,++u,s),u<=t&&(o=u+1),t<=u&&(s=u-1)}}function yV(e,t,o){var s=e[t];e[t]=e[o],e[o]=s}function wV(e,t){return e<t?-1:e>t?1:0}class IV{constructor(e=9){this._maxEntries=Math.max(4,e),this._minEntries=Math.max(2,Math.ceil(.4*this._maxEntries)),this.clear()}all(){return this._all(this.data,[])}search(e){let t=this.data;const o=[];if(!MV(e,t))return o;const s=this.toBBox,i=[];for(;t;){for(let n=0;n<t.children.length;n++){const r=t.children[n],a=t.leaf?s(r):r;MV(e,a)&&(t.leaf?o.push(r):PV(e,a)?this._all(r,o):i.push(r))}t=i.pop()}return o}collides(e){let t=this.data;if(!MV(e,t))return!1;const o=[];for(;t;){for(let s=0;s<t.children.length;s++){const i=t.children[s],n=t.leaf?this.toBBox(i):i;if(MV(e,n)){if(t.leaf||PV(e,n))return!0;o.push(i)}}t=o.pop()}return!1}load(e){if(!e||!e.length)return this;if(e.length<this._minEntries){for(let t=0;t<e.length;t++)this.insert(e[t]);return this}let t=this._build(e.slice(),0,e.length-1,0);if(this.data.children.length)if(this.data.height===t.height)this._splitRoot(this.data,t);else{if(this.data.height<t.height){const e=this.data;this.data=t,t=e}this._insert(t,this.data.height-t.height-1,!0)}else this.data=t;return this}insert(e){return e&&this._insert(e,this.data.height-1),this}clear(){return this.data=NV([]),this}remove(e,t){if(!e)return this;let o=this.data;const s=this.toBBox(e),i=[],n=[];let r,a,l;for(;o||i.length;){if(o||(o=i.pop(),a=i[i.length-1],r=n.pop(),l=!0),o.leaf){const s=xV(e,o.children,t);if(-1!==s)return o.children.splice(s,1),i.push(o),this._condense(i),this}l||o.leaf||!PV(o,s)?a?(r++,o=a.children[r],l=!1):o=null:(i.push(o),n.push(r),r=0,a=o,o=o.children[0])}return this}toBBox(e){return e}compareMinX(e,t){return e.minX-t.minX}compareMinY(e,t){return e.minY-t.minY}toJSON(){return this.data}fromJSON(e){return this.data=e,this}_all(e,t){const o=[];for(;e;)e.leaf?t.push(...e.children):o.push(...e.children),e=o.pop();return t}_build(e,t,o,s){const i=o-t+1;let n,r=this._maxEntries;if(i<=r)return n=NV(e.slice(t,o+1)),EV(n,this.toBBox),n;s||(s=Math.ceil(Math.log(i)/Math.log(r)),r=Math.ceil(i/Math.pow(r,s-1))),n=NV([]),n.leaf=!1,n.height=s;const a=Math.ceil(i/r),l=a*Math.ceil(Math.sqrt(r));kV(e,t,o,l,this.compareMinX);for(let i=t;i<=o;i+=l){const t=Math.min(i+l-1,o);kV(e,i,t,a,this.compareMinY);for(let o=i;o<=t;o+=a){const i=Math.min(o+a-1,t);n.children.push(this._build(e,o,i,s-1))}}return EV(n,this.toBBox),n}_chooseSubtree(e,t,o,s){for(;s.push(t),!t.leaf&&s.length-1!==o;){let o,s=1/0,r=1/0;for(let a=0;a<t.children.length;a++){const l=t.children[a],c=_V(l),h=(i=e,n=l,(Math.max(n.maxX,i.maxX)-Math.min(n.minX,i.minX))*(Math.max(n.maxY,i.maxY)-Math.min(n.minY,i.minY))-c);h<r?(r=h,s=c<s?c:s,o=l):h===r&&c<s&&(s=c,o=l)}t=o||t.children[0]}var i,n;return t}_insert(e,t,o){const s=o?e:this.toBBox(e),i=[],n=this._chooseSubtree(s,this.data,t,i);for(n.children.push(e),TV(n,s);t>=0&&i[t].children.length>this._maxEntries;)this._split(i,t),t--;this._adjustParentBBoxes(s,i,t)}_split(e,t){const o=e[t],s=o.children.length,i=this._minEntries;this._chooseSplitAxis(o,i,s);const n=this._chooseSplitIndex(o,i,s),r=NV(o.children.splice(n,o.children.length-n));r.height=o.height,r.leaf=o.leaf,EV(o,this.toBBox),EV(r,this.toBBox),t?e[t-1].children.push(r):this._splitRoot(o,r)}_splitRoot(e,t){this.data=NV([e,t]),this.data.height=e.height+1,this.data.leaf=!1,EV(this.data,this.toBBox)}_chooseSplitIndex(e,t,o){let s,i=1/0,n=1/0;for(let r=t;r<=o-t;r++){const t=RV(e,0,r,this.toBBox),a=RV(e,r,o,this.toBBox),l=OV(t,a),c=_V(t)+_V(a);l<i?(i=l,s=r,n=c<n?c:n):l===i&&c<n&&(n=c,s=r)}return s||o-t}_chooseSplitAxis(e,t,o){const s=e.leaf?this.compareMinX:AV,i=e.leaf?this.compareMinY:DV;this._allDistMargin(e,t,o,s)<this._allDistMargin(e,t,o,i)&&e.children.sort(s)}_allDistMargin(e,t,o,s){e.children.sort(s);const i=this.toBBox,n=RV(e,0,t,i),r=RV(e,o-t,o,i);let a=FV(n)+FV(r);for(let s=t;s<o-t;s++){const t=e.children[s];TV(n,e.leaf?i(t):t),a+=FV(n)}for(let s=o-t-1;s>=t;s--){const t=e.children[s];TV(r,e.leaf?i(t):t),a+=FV(r)}return a}_adjustParentBBoxes(e,t,o){for(let s=o;s>=0;s--)TV(t[s],e)}_condense(e){for(let t,o=e.length-1;o>=0;o--)0===e[o].children.length?o>0?(t=e[o-1].children,t.splice(t.indexOf(e[o]),1)):this.clear():EV(e[o],this.toBBox)}}function xV(e,t,o){if(!o)return t.indexOf(e);for(let s=0;s<t.length;s++)if(o(e,t[s]))return s;return-1}function EV(e,t){RV(e,0,e.children.length,t,e)}function RV(e,t,o,s,i){i||(i=NV(null)),i.minX=1/0,i.minY=1/0,i.maxX=-1/0,i.maxY=-1/0;for(let n=t;n<o;n++){const t=e.children[n];TV(i,e.leaf?s(t):t)}return i}function TV(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 AV(e,t){return e.minX-t.minX}function DV(e,t){return e.minY-t.minY}function _V(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function FV(e){return e.maxX-e.minX+(e.maxY-e.minY)}function OV(e,t){const o=Math.max(e.minX,t.minX),s=Math.max(e.minY,t.minY),i=Math.min(e.maxX,t.maxX),n=Math.min(e.maxY,t.maxY);return Math.max(0,i-o)*Math.max(0,n-s)}function PV(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function MV(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function NV(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function kV(e,t,o,s,i){const n=[t,o];for(;n.length;){if((o=n.pop())-(t=n.pop())<=s)continue;const r=t+Math.ceil((o-t)/s/2)*s;SV(e,r,t,o,i),n.push(t,r,r,o)}}class LV{rTrees={};constructor(e=[]){const t={};for(const o of e){const e=o.boundingBox.sheetId;t[e]||(t[e]=[]),t[e].push(o)}for(const e in t)this.rTrees[e]=new VV,this.rTrees[e].load(t[e])}insert(e){const t=e.boundingBox.sheetId;this.rTrees[t]||(this.rTrees[t]=new VV),this.rTrees[t].insert(e)}search({zone:e,sheetId:t}){return this.rTrees[t]?this.rTrees[t].search({minX:e.left,minY:e.top,maxX:e.right,maxY:e.bottom}):[]}remove(e){const t=e.boundingBox.sheetId;this.rTrees[t]&&this.rTrees[t].remove(e,this.rtreeItemComparer)}rtreeItemComparer(e,t){return e.data===t.data&&e.boundingBox.sheetId===t.boundingBox.sheetId&&e.boundingBox?.zone.left===t.boundingBox.zone.left&&e.boundingBox?.zone.top===t.boundingBox.zone.top&&e.boundingBox?.zone.right===t.boundingBox.zone.right&&e.boundingBox?.zone.bottom===t.boundingBox.zone.bottom}}class VV extends IV{toBBox({boundingBox:e}){const t=e.zone;return{minX:t.left,minY:t.top,maxX:t.right,maxY:t.bottom}}compareMinX(e,t){return e.boundingBox.zone.left-t.boundingBox.zone.left}compareMinY(e,t){return e.boundingBox.zone.top-t.boundingBox.zone.top}}class UV{createEmptyPositionSet;dependencies=new j_;rTree;constructor(e,t=[]){this.createEmptyPositionSet=e,this.rTree=new LV(t)}removeAllDependencies(e){const t=this.dependencies.get(e);if(t){for(const e of t)this.rTree.remove(e);this.dependencies.delete(e)}}addDependencies(e,t){const o=t.map((({sheetId:t,zone:o})=>({data:e,boundingBox:{zone:o,sheetId:t}})));for(const e of o)this.rTree.insert(e);const s=this.dependencies.get(e);s?s.push(...o):this.dependencies.set(e,o)}getCellsDependingOn(e){const t=this.createEmptyPositionSet(),o=Array.from(e).reverse();for(;o.length>0;){const e=o.pop(),s=e.zone,i=e.sheetId;for(let e=s.left;e<=s.right;e++)for(let o=s.top;o<=s.bottom;o++)t.add({sheetId:i,col:e,row:o});const n=this.rTree.search(e).map((e=>e.data)),r={};for(const e of n)t.has(e)||(r[e.sheetId]||(r[e.sheetId]=[]),r[e.sheetId].push(ls(e)));for(const e in r){const t=Fo(r[e],[]);o.push(...t.map((t=>({sheetId:e,zone:t}))))}}for(const o of e){const e=o.zone,s=o.sheetId;for(let o=e.left;o<=e.right;o++)for(let i=e.top;i<=e.bottom;i++)t.delete({sheetId:s,col:o,row:i})}return t}}class HV extends Uint32Array{columnOffset=0;cols=0;rows=0;static create(e,t){const o=function(e){if(0===e)return-1/0;if(e<0)return NaN;return 32-Math.clz32(--e)}(t),s=new this((e<<o>>5)+1);return s.columnOffset=o,s.cols=t,s.rows=e,s}getValue(e){const[t,o]=this.getCoordinates(e);return this[t]>>o&1}setValue(e,t){const[o,s]=this.getCoordinates(e),i=0===(this[o]>>s&1)&&1===t;return this[o]=this[o]&~(1<<s)|t<<s,i}isEmpty(){return!this.some((e=>0!==e))}fillAllPositions(){this.fill(-1>>>0)}clear(){this.fill(0)}getCoordinates(e){const{row:t,col:o}=e,s=(t<<this.columnOffset)+o,i=s>>5;return[i,s-(i<<5)]}}class zV{sheets={};insertions=[];maxSize=0;constructor(e){for(const t in e){const o=e[t].cols,s=e[t].rows;this.maxSize+=o*s,this.sheets[t]=HV.create(s,o)}}add(e){this.sheets[e.sheetId].setValue(e,1)&&this.insertions.push(e)}addMany(e){for(const t of e)this.add(t)}delete(e){this.sheets[e.sheetId].setValue(e,0)}deleteMany(e){for(const t of e)this.delete(t)}has(e){return 1===this.sheets[e.sheetId].getValue(e)}clear(){const e=[...this];this.insertions=[];for(const e in this.sheets)this.sheets[e].clear();return e}isEmpty(){if(0===this.insertions.length)return!0;for(const e in this.sheets)if(!this.sheets[e].isEmpty())return!1;return!0}fillAllPositions(){this.insertions=new Array(this.maxSize);let e=0;for(const t in this.sheets){const o=this.sheets[t];o.fillAllPositions();for(let s=0;s<o.rows;s++)for(let i=0;i<o.cols;i++)this.insertions[e++]={sheetId:t,row:s,col:i}}}*[Symbol.iterator](){for(const e of this.insertions)1===this.sheets[e.sheetId].getValue(e)&&(yield e)}}class BV{resultsToArrayFormulas=new LV;arrayFormulasToResults=new j_;searchFormulaPositionsSpreadingOn(e,t){return this.resultsToArrayFormulas.search({sheetId:e,zone:t}).map((e=>e.data))||$V}getArrayResultZone(e){return this.arrayFormulasToResults.get(e)}removeNode(e){this.resultsToArrayFormulas.remove({boundingBox:{sheetId:e.sheetId,zone:ls(e)},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)}}const $V=[],GV=Object.freeze(ea({...new an,origin:void 0})),WV=Object.freeze(ea({value:null}));class qV{context;getters;compilationParams;evaluatedCells=new j_;formulaDependencies=Vt(new UV(this.createEmptyPositionSet.bind(this)));blockedArrayFormulas=new zV({});spreadingRelations=new BV;constructor(e,t){this.context=e,this.getters=t,this.compilationParams=vV(this.context,this.getters,this.computeAndSave.bind(this))}getEvaluatedCell(e){return this.evaluatedCells.get(e)||WV}getSpreadZone(e,t={ignoreSpillError:!1}){const o=this.spreadingRelations.getArrayResultZone(e);if(!o)return;const s=this.evaluatedCells.get(e);return s?.type!==r.error||t.ignoreSpillError&&s?.value===on.SpilledBlocked?Zo(ls(e),o):ls(e)}getEvaluatedPositions(){return this.evaluatedCells.keys()}getEvaluatedPositionsInSheet(e){return this.evaluatedCells.keysForSheet(e)}getArrayFormulaSpreadingOn(e){if(this.getEvaluatedCell(e).type===r.empty)return;const t=this.spreadingRelations.searchFormulaPositionsSpreadingOn(e.sheetId,ls(e));return Array.from(t).find((e=>!this.blockedArrayFormulas.has(e)))}updateDependencies(e){this.formulaDependencies().removeAllDependencies(e);const t=this.getDirectDependencies(e);this.formulaDependencies().addDependencies(e,t)}addDependencies(e,t){this.formulaDependencies().addDependencies(e,t);for(const e of t){const t=e.sheetId,{left:o,bottom:s,right:i,top:n}=e.zone;for(let e=o;e<=i;e++)for(let o=n;o<=s;o++)this.computeAndSave({sheetId:t,col:e,row:o})}}updateCompilationParameters(){this.compilationParams=vV(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(){const e={};for(const t of this.getters.getSheetIds())e[t]={rows:this.getters.getNumberRows(t),cols:this.getters.getNumberCols(t)};return new zV(e)}evaluateCells(e){const t=performance.now(),o=this.createEmptyPositionSet();o.addMany(e);const s=this.getArrayFormulasImpactedByChangesOf(e);o.addMany(this.getCellsDependingOn(e)),o.addMany(s),o.addMany(this.getCellsDependingOn(s)),this.evaluate(o),console.debug("evaluate Cells",performance.now()-t,"ms")}getArrayFormulasImpactedByChangesOf(e){const t=this.createEmptyPositionSet();for(const o of e){const e=this.getters.getCell(o)?.content,s=this.getArrayFormulaSpreadingOn(o);void 0!==s&&t.add(s),e||t.add(o)}const o=os(t);for(const e in o)for(const s of o[e])t.addMany(this.getArrayFormulasBlockedBy(e,s));return t}buildDependencyGraph(){this.blockedArrayFormulas=this.createEmptyPositionSet(),this.spreadingRelations=new BV,this.formulaDependencies=Vt((()=>{const e=[...this.getAllCells()].flatMap((e=>this.getDirectDependencies(e).filter((e=>!e.invalidSheetName&&!e.invalidXc)).map((t=>({data:e,boundingBox:{zone:t.zone,sheetId:t.sheetId}})))));return new UV(this.createEmptyPositionSet.bind(this),e)}))}evaluateAllCells(){const e=performance.now();this.evaluatedCells=new j_,this.evaluate(this.getAllCells()),console.debug("evaluate all cells",performance.now()-e,"ms")}evaluateFormulaResult(e,t){const o=zC(t),s=o.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)));return this.updateCompilationParameters(),this.evaluateCompiledFormula(e,{...o,dependencies:s})}evaluateCompiledFormula(e,t,o){try{const s=YV(t,this.compilationParams,e,this.buildSafeGetSymbolValue(o),this.compilationParams.evalContext.__originCellPosition);return E(s)?Vn(s,jV):jV(s)}catch(e){return TC(e,"")}}getAllCells(){const e=this.createEmptyPositionSet();return e.fillAllPositions(),e}getArrayFormulasBlockedBy(e,t){const o=this.createEmptyPositionSet(),s=this.spreadingRelations.searchFormulaPositionsSpreadingOn(e,t);o.addMany(s);const i=[...s].filter((e=>!this.blockedArrayFormulas.has(e)));return i.length&&o.deleteMany(i),o.addMany(this.getCellsDependingOn(o)),o}nextPositionsToUpdate=new zV({});cellsBeingComputed=new Set;symbolsBeingComputed=new Set;evaluate(e){this.cellsBeingComputed=new Set,this.nextPositionsToUpdate=e;let t=0;for(;!this.nextPositionsToUpdate.isEmpty()&&t++<30;){this.updateCompilationParameters();const e=this.nextPositionsToUpdate.clear();for(let t=0;t<e.length;++t)this.evaluatedCells.delete(e[t]);for(let t=0;t<e.length;++t){const o=e[t];if(this.nextPositionsToUpdate.has(o))continue;const s=this.computeCell(o);s!==WV&&this.evaluatedCells.set(o,s)}mV.getAll().forEach((e=>e(this.getters)))}t>=30&&console.warn("Maximum iteration reached while evaluating cells")}computeCell(e){const t=this.evaluatedCells.get(e);if(t)return t;this.blockedArrayFormulas.has(e)||this.invalidateSpreading(e),this.spreadingRelations.isArrayFormula(e)&&this.spreadingRelations.removeNode(e);const o=this.getters.getCell(e);if(void 0===o)return WV;const s=o.id,i={format:o.format,locale:this.getters.getLocale()};try{return this.cellsBeingComputed.has(s)?GV:(this.cellsBeingComputed.add(s),o.isFormula?this.computeFormulaCell(e,o):Jr(o,i,e))}catch(t){return t.value=t?.value||on.GenericError,t.message=t?.message||DC,t.origin=e,ea(t)}finally{this.cellsBeingComputed.delete(s)}}computeAndSave(e){const t=this.computeCell(e);return this.evaluatedCells.has(e)||this.evaluatedCells.set(e,t),t}computeFormulaCell(e,t){const o=YV(t.compiledFormula,this.compilationParams,e.sheetId,this.buildSafeGetSymbolValue(),e);if(!E(o)){const s=ea(jV(o),this.getters.getLocale(),t,e);return s.type===r.error&&(s.errorOriginPosition=o.errorOriginPosition??e),s}this.assertSheetHasEnoughSpaceToSpreadFormulaResult(e,o);const s=o.length,i=o[0].length,n={top:e.row,bottom:e.row+i-1,left:e.col,right:e.col+s-1};return this.spreadingRelations.addRelation({resultZone:n,arrayFormulaPosition:e}),this.assertNoMergedCellsInSpreadZone(e,o),ZV(s,i,this.checkCollision(e)),ZV(s,i,this.spreadValues(e,o)),this.invalidatePositionsDependingOnSpread(e.sheetId,n),ea(jV(o[0][0]),this.getters.getLocale(),t)}invalidatePositionsDependingOnSpread(e,t){const o=this.formulaDependencies().getCellsDependingOn(function(e){const{top:t,left:o,bottom:s,right:i}=e;if(1===us(e))return[];const n={top:t+1,bottom:s,left:o,right:o};if(i===o)return[n];const r={top:t,bottom:s,left:o+1,right:i};return t===s?[r]:[n,r]}(t).map((t=>({sheetId:e,zone:t}))));o.delete({sheetId:e,col:t.left,row:t.top}),this.nextPositionsToUpdate.addMany(o)}assertSheetHasEnoughSpaceToSpreadFormulaResult({sheetId:e,col:t,row:o},s){const i=this.getters.getNumberCols(e),n=this.getters.getNumberRows(e),r=t+s.length<=i,a=o+s[0].length<=n;if(!r||!a){if(r)throw new dn(di("Result couldn't be automatically expanded. Please insert more rows."));if(a)throw new dn(di("Result couldn't be automatically expanded. Please insert more columns."));throw new dn(di("Result couldn't be automatically expanded. Please insert more columns and rows."))}}assertNoMergedCellsInSpreadZone({sheetId:e,col:t,row:o},s){if(0!==this.getters.getMergesInZone(e,{top:o,bottom:o+s[0].length-1,left:t,right:t+s.length-1}).length)throw new dn(di("Merged cells found in the spill zone. Please unmerge cells before using array formulas."))}checkCollision(e){const{sheetId:t,col:o,row:s}=e;return(i,n)=>{const a={sheetId:t,col:i+o,row:n+s},l=this.getters.getCell(a);if(l?.content||this.getters.getEvaluatedCell(a).type!==r.empty)throw this.blockedArrayFormulas.add(e),new dn(di("Array result was not expanded because it would overwrite data in %s.",_o(a.col,a.row)));this.blockedArrayFormulas.delete(e)}}spreadValues({sheetId:e,col:t,row:o},s){return(i,n)=>{const a={sheetId:e,col:i+t,row:n+o},l=this.getters.getCell(a),c=ea(jV(s[i][n]),this.getters.getLocale(),l,a);c.type===r.error&&(c.errorOriginPosition=s[i][n].errorOriginPosition??a),this.evaluatedCells.set(a,c)}}invalidateSpreading(e){const t=this.spreadingRelations.getArrayResultZone(e);if(!t)return;for(let o=t.left;o<=t.right;o++)for(let s=t.top;s<=t.bottom;s++){const t={sheetId:e.sheetId,col:o,row:s},i=this.getters.getCell(t)?.content;i||this.evaluatedCells.delete(t)}const o=e.sheetId;this.invalidatePositionsDependingOnSpread(o,t),this.nextPositionsToUpdate.addMany(this.getArrayFormulasBlockedBy(o,t))}buildSafeGetSymbolValue(e){return t=>{if(this.symbolsBeingComputed.has(t))return GV;this.symbolsBeingComputed.add(t);try{const o=e?.(t);return o||new rn(di("Invalid formula"))}finally{this.symbolsBeingComputed.delete(t)}}}getDirectDependencies(e){const t=this.getters.getCell(e);return t?.isFormula?t.compiledFormula.dependencies:[]}getCellsDependingOn(e){const t=[],o=os(e);for(const e in o)t.push(...o[e].map((t=>({sheetId:e,zone:t}))));return this.formulaDependencies().getCellsDependingOn(t)}}function ZV(e,t,o){for(let s=0;s<e;++s)for(let e=0;e<t;++e)0===s&&0===e||o(s,e)}function jV(e){return null===e.value||void 0===e.value?{...e,value:0}:e}function YV(e,t,o,s,i){return t.evalContext.__originCellPosition=i,t.evalContext.__originSheetId=o,e.execute(e.dependencies,t.referenceDenormalizer,t.ensureRange,s,t.evalContext)}const XV=/"(#[0-9a-fA-F]{6})"/g;const KV={isValid:!0};const JV=new n;function QV(e,t){const o=t.model.getters.getPivotCellFromPosition(e),s=t.model.getters.getPivotIdFromPosition(e);if(!s||"HEADER"!==o.type)return;const i=t.model.getters.getPivotCoreDefinition(s),n=i.collapsedDomains?.[o.dimension]?[...i.collapsedDomains[o.dimension]]:[],r=n.findIndex((e=>zt(e,o.domain)));-1!==r?n.splice(r,1):n.push(o.domain);const a=i.collapsedDomains?{...i.collapsedDomains}:{COL:[],ROW:[]};a[o.dimension]=n,t.model.dispatch("UPDATE_PIVOT",{pivotId:s,pivot:{...i,collapsedDomains:a}})}JV.add("data_validation_checkbox",((e,t)=>{if(e.isCellValidCheckbox(t)){const o=!!e.getEvaluatedCell(t).value;return{svg:o?eA:JT,hoverSvg:o?eA:QT,priority:2,horizontalAlign:"center",size:17,margin:2,position:t,type:"data_validation_checkbox",onClick:(e,t)=>{const s=t.model.getters.getCell(e);if(t.model.getters.isReadonly()||!!s?.isFormula)return;const i=o?"FALSE":"TRUE";t.model.dispatch("UPDATE_CELL",{...e,content:i})}}}})),JV.add("data_validation_chip_icon",((e,t)=>{const o=e.getDataValidationChipStyle(t);if(o){const s=e.getCellComputedStyle(t);return{svg:XT(o),hoverSvg:KT(o),priority:10,horizontalAlign:"right",size:cl(s),margin:4,position:t,onClick:(e,t)=>{const{col:o,row:s}=e;t.model.selection.selectCell(o,s),t.startCellEdition()},type:"data_validation_chip_icon"}}})),JV.add("data_validation_list_icon",((e,t)=>{if(!e.isReadonly()&&e.cellHasListDataValidationIcon(t)){const s=e.getCellComputedStyle(t);return{svg:ZT(s),hoverSvg:(o=s,{name:"CARET_DOWN",width:512,height:512,paths:[{fillColor:o.textColor||oe,path:"M15 15 h482 v482 h-482"},{fillColor:o.fillColor||"#fff",path:"M120 195 h270 l-135 130"}]}),priority:2,horizontalAlign:"right",size:17,margin:2,position:t,onClick:(e,t)=>{const{col:o,row:s}=e;t.model.selection.selectCell(o,s),t.startCellEdition()},type:"data_validation_list_icon"}}var o})),JV.add("filter_icon",((e,t)=>{if(e.isFilterHeader(t)){const o=e.isFilterActive(t),s=Ps(e.getCellComputedStyle(t).fillColor||"#fff")<.45;return{type:"filter_icon",svg:oA(o,s,!1),hoverSvg:oA(o,s,!0),priority:3,horizontalAlign:"right",size:17,margin:2,position:t,onClick:(e,t)=>{const o=t.getStore(YE),s=o.persistentCellPopover;s.isOpen&&s.col===e.col&&s.row===e.row&&"FilterMenu"===s.type?o.close():o.open(e,"FilterMenu")}}}})),JV.add("conditional_formatting",((e,t)=>{const o=e.getConditionalIcon(t);if(o){const s=e.getCellStyle(t);return{type:"conditional_formatting",svg:sA[o].svg,priority:1,horizontalAlign:"left",size:cl(s),margin:4,position:t}}})),JV.add("pivot_collapse",((e,t)=>{if(!e.isSpillPivotFormula(t))return;const o=e.getPivotCellFromPosition(t),s=e.getPivotIdFromPosition(t);if("HEADER"===o.type&&s&&o.domain.length){const i=e.getPivotCoreDefinition(s),n=e.isDashboard(),r="COL"===o.dimension?i.columns:i.rows,a=!n&&o.domain.length!==r.length,l=(i.collapsedDomains?.[o.dimension]??[]).some((e=>zt(e,o.domain))),c="ROW"===o.dimension?15*(o.domain.length-1):0;return{type:"pivot_collapse",priority:4,horizontalAlign:"left",size:a||!n&&"ROW"===o.dimension&&i.rows.length>1?12:0,margin:a?4+c:c,svg:a?tA(l,!1):void 0,hoverSvg:a?tA(l,!0):void 0,position:t,onClick:QV}}})),JV.add("pivot_dashboard_sorting",((e,t)=>{if(!e.isDashboard())return;if("MEASURE_HEADER"!==e.getPivotCellFromPosition(t).type)return;const o=e.getPivotCellSortDirection(t);if("asc"!==o&&"desc"!==o)return;const s=e.getCellComputedStyle(t);return{type:`pivot_dashboard_sorting_${o}`,priority:5,horizontalAlign:"right",size:17,margin:2,svg:"asc"===o?jT(s):ZT(s),position:t,onClick:void 0}}));const eU="0.00%";function tU(e){return class extends e{getters;cache={};rankAsc={};rankDesc={};runningTotal={};runningTotalInPercent={};constructor(e,t){super(e,t),this.getters=t.getters}markAsDirtyForEvaluation(){this.cache={},this.rankAsc={},this.rankDesc={},this.runningTotal={},this.runningTotalInPercent={},super.markAsDirtyForEvaluation?.()}getPivotCellValueAndFormat(e,t){return this.getMeasureDisplayValue(e,t)}_getPivotCellValueAndFormat(e,t){const o=`${e}-${t.map((e=>e.field+"="+e.value)).join(",")}`;if(this.cache[o])return this.cache[o];const s=this.getMeasure(e),i=s.computedBy?this.computeMeasure(s,t):super.getPivotCellValueAndFormat(e,t);return s.format?this.cache[o]={...i,format:s.format}:this.cache[o]=i,this.cache[o]}computeMeasure(e,t){if(!e.computedBy)return{value:0};const{columns:o,rows:s}=super.definition;if(e.aggregator&&o.length+s.length!==t.length){const o=this.getValuesToAggregate(e,t),s=Yc[e.aggregator];if(!s)return{value:0};try{return s([o],this.getters.getLocale())}catch(t){return TC(t,e.aggregator.toUpperCase())}}const i=this.getters.getMeasureCompiledFormula(e),n=this.getters.evaluateCompiledFormula(e.computedBy.sheetId,i,(e=>{const{columns:o,rows:s}=this.definition;if(o.find((t=>t.nameWithGranularity===e))){const{colDomain:o}=zO(this,t),s=o.findIndex((t=>t.field===e));return-1===s?new cn:this.getPivotHeaderValueAndFormat(o.slice(0,s+1))}if(s.find((t=>t.nameWithGranularity===e))){const{rowDomain:o}=zO(this,t),s=o.findIndex((t=>t.field===e));return-1===s?new cn:this.getPivotHeaderValueAndFormat(o.slice(0,s+1))}return this.getPivotCellValueAndFormat(e,t)}));return E(n)?n[0][0]:n}getValuesToAggregate(e,t){const{rowDomain:o,colDomain:s}=zO(this,t),i=super.getExpandedTableStructure(),n=[];if(0===s.length&&o.length<this.definition.rows.length&&this.definition.rows.length&&this.definition.columns.length){const t=this.treeToLeafDomains(i.getColTree()),s=this.getSubTreeMatchingDomain(i.getRowTree(),o),r=this.treeToLeafDomains(s);for(const s of t)for(const t of r)n.push(this._getPivotCellValueAndFormat(e.id,o.concat(t).concat(s)));return n}if(o.length===this.definition.rows.length&&0===s.length){const t=i.getColTree(),r=this.getSubTreeMatchingDomain(t,s),a=this.treeToLeafDomains(r,s);for(const t of a)n.push(this._getPivotCellValueAndFormat(e.id,o.concat(t)));return n}if(o.length===this.definition.rows.length&&s.length&&s.length<this.definition.columns.length){const t=this.getSubTreeMatchingDomain(i.getColTree(),s),r=this.treeToLeafDomains(t,s);for(const t of r)n.push(this._getPivotCellValueAndFormat(e.id,o.concat(t)));return n}{const t=i.getRowTree(),r=this.getSubTreeMatchingDomain(t,o),a=this.treeToLeafDomains(r,o);for(const t of a)n.push(this._getPivotCellValueAndFormat(e.id,t.concat(s)));return n}}getSubTreeMatchingDomain(e,t,o=0){if(o>t.length)return[];if(t.length===o)return e;for(const s of e){const e=ih(this.definition.getDimension(s.field),t[o]?.value);if(s.field===t[o]?.field&&s.value===e)return this.getSubTreeMatchingDomain(s.children,t,o+1)}return[]}treeToLeafDomains(e,t=[]){const o=[];for(const s of e){const e=this.definition.getDimension(s.field),i=[...t,{field:s.field,value:s.value,type:e.type}];0===s.children.length?o.push(i):o.push(...this.treeToLeafDomains(s.children,i))}return o}getMeasureDisplayValue(e,t){const o=this.getMeasure(e),s=this._getPivotCellValueAndFormat(e,t);if(!o.display||"no_calculations"===o.display.type||s.message)return s;const i=o.display.fieldNameWithGranularity;if(i&&!this.isFieldInPivot(i))return{value:on.NotAvailable,message:di('Field "%s" not found in pivot for measure display calculation',i)};try{const e=o.display;switch(e.type){case"%_of_grand_total":return this.asPercentOfGrandTotal(s,o);case"%_of_col_total":return this.asPercentOfColumnTotal(s,o,t);case"%_of_row_total":return this.asPercentOfRowTotal(s,o,t);case"%_of_parent_row_total":return this.asPercentOfParentRowTotal(s,o,t);case"%_of_parent_col_total":return this.asPercentOfParentColumnTotal(s,o,t);case"index":return this.asIndex(s,o,t);case"%_of_parent_total":return this.asPercentOfParentTotal(s,o,t,e);case"running_total":return this.asRunningTotal(s,o,t,e,"running_total");case"%_running_total":return this.asRunningTotal(s,o,t,e,"%_running_total");case"rank_asc":return this.asRank(s,o,t,e,"asc");case"rank_desc":return this.asRank(s,o,t,e,"desc");case"%_of":return this.asPercentOf(s,o,t,e);case"difference_from":return this.asDifferenceFrom(s,o,t,e);case"%_difference_from":return this.asDifferenceFromInPercent(s,o,t,e)}return s}catch(e){return TC(e,"COMPUTE_MEASURE_DISPLAY_VALUE")}}asPercentOfGrandTotal(e,t){const o=this.getGrandTotal(t.id);return 0===o?{value:on.DivisionByZero}:{value:this.measureValueToNumber(e)/o,format:eU}}asPercentOfRowTotal(e,t,o){const s=this.getRowTotal(t.id,o);return 0===s?{value:on.DivisionByZero}:{value:this.measureValueToNumber(e)/s,format:eU}}asPercentOfColumnTotal(e,t,o){const s=this.getColumnTotal(t.id,o);return 0===s?{value:on.DivisionByZero}:{value:this.measureValueToNumber(e)/s,format:eU}}asPercentOfParentRowTotal(e,t,o){const s=function(e,t){const{colDomain:o,rowDomain:s}=zO(e,t);return[...o,...s.slice(0,s.length-1)]}(this,o),i=this.measureValueToNumber(this._getPivotCellValueAndFormat(t.id,s));return 0===i?{value:""}:{value:this.measureValueToNumber(e)/i,format:eU}}asPercentOfParentColumnTotal(e,t,o){const s=function(e,t){const{colDomain:o,rowDomain:s}=zO(e,t);return[...o.slice(0,o.length-1),...s]}(this,o),i=this.measureValueToNumber(this._getPivotCellValueAndFormat(t.id,s));return 0===i?{value:""}:{value:this.measureValueToNumber(e)/i,format:eU}}asPercentOfParentTotal(e,t,o,s){const{fieldNameWithGranularity:i}=s;if(!i)return e;if(!qO(i,o))return{value:""};const n=function(e,t,o){let{rowDomain:s,colDomain:i}=zO(e,o);if("row"===ZO(e,t)){const e=s.findIndex((e=>e.field===t));if(-1===e)return o;s=s.slice(0,e+1)}else{const e=i.findIndex((e=>e.field===t));if(-1===e)return o;i=i.slice(0,e+1)}return[...s,...i]}(this,i,o),r=this._getPivotCellValueAndFormat(t.id,n),a=this.measureValueToNumber(r);return 0===a?{value:""}:{value:this.measureValueToNumber(e)/a,format:eU}}asIndex(e,t,o){const s=this.measureValueToNumber(e),i=this.getRowTotal(t.id,o),n=this.getColumnTotal(t.id,o),r=this.getGrandTotal(t.id);return 0===i||0===n?{value:on.DivisionByZero}:{value:s*r/(n*i),format:void 0}}asRunningTotal(e,t,o,s,i){const{fieldNameWithGranularity:n}=s;if(!n)return e;const r="running_total"===i?this.runningTotal:this.runningTotalInPercent;let a=r[t.id]?.[n];a||(a=this.computeRunningTotal(t,n,i),r[t.id]||(r[t.id]={}),r[t.id][n]=a);const{rowDomain:l,colDomain:c}=zO(this,o),h=jO(c),d=jO(l),u=a[h]?.[d];return{value:u??"",format:"running_total"===i?e.format:eU}}asPercentOf(e,t,o,s){const{fieldNameWithGranularity:i,value:n}=s;if(void 0===n||!i)return e;if(!qO(i,o))return{value:""};const r=this.getComparisonValue(t,o,i,n),a=this.strictMeasureValueToNumber(e);return 0===r||"sameValue"===r&&0===a?{value:on.DivisionByZero}:!r||"sameValue"===r&&!a?{value:""}:"sameValue"===r?{value:1,format:eU}:void 0===a?{value:on.NullError}:{value:a/r,format:eU}}asDifferenceFrom(e,t,o,s){const{fieldNameWithGranularity:i,value:n}=s;if(void 0===n||!i)return e;if(!qO(i,o))return{value:""};const r=this.getComparisonValue(t,o,i,n)||0;return"sameValue"===r?{value:""}:{value:this.measureValueToNumber(e)-r,format:e.format}}asDifferenceFromInPercent(e,t,o,s){const{fieldNameWithGranularity:i,value:n}=s;if(void 0===n||!i)return e;if(!qO(i,o))return{value:""};const r=this.getComparisonValue(t,o,i,n),a=this.strictMeasureValueToNumber(e);return 0===r?{value:on.DivisionByZero}:r&&"sameValue"!==r?void 0===a?{value:on.NullError}:{value:(a-r)/r,format:eU}:{value:""}}asRank(e,t,o,s,i){const{fieldNameWithGranularity:n}=s;if(!n)return e;if(!qO(n,o))return{value:""};const r="asc"===i?this.rankAsc:this.rankDesc;let a=r[t.id]?.[n];a||(a=this.computeRank(t,n,i),r[t.id]||(r[t.id]={}),r[t.id][n]=a);const{rowDomain:l,colDomain:c}=zO(this,o),h=jO(c),d=jO(l),u=a[h]?.[d];return{value:u??""}}computeRank(e,t,o){const s={},i=ZO(this,t),n="row"===i?"column":"row";let r=this.getPivotValueCells(e.id);"column"===i&&(r=Un(r));for(const a of r){const r=jO(BO(this,n,a[0].domain)),l=a.map((t=>({...t,value:this.strictMeasureValueToNumber(this._getPivotCellValueAndFormat(e.id,t.domain)),rowDomain:BO(this,i,t.domain)}))).filter((e=>qO(t,e.rowDomain))),c=Object.groupBy(l,(e=>XO(e.rowDomain,t)));for(const e in c)c[e]=lo(c[e]||[],(e=>e.value)).filter((e=>void 0!==e.value)).sort(((e,t)=>"asc"===o?e.value-t.value:t.value-e.value));s[r]={};for(const e of l){const o=jO(BO(this,i,e.domain)),n=c[XO(e.rowDomain,t)];if(!n)continue;const a=n.findIndex((t=>t.value===e.value));-1!==a&&(s[r][o]=a+1)}}return"row"===i?s:co(s)}computeRunningTotal(e,t,o){const s={},i=ZO(this,t),n="row"===i?"column":"row";let r=this.getPivotValueCells(e.id);"column"===i&&(r=Un(r));for(const a of r){const r=jO(BO(this,n,a[0].domain));s[r]={};const l={},c=a.map((t=>({...t,rowDomain:BO(this,i,t.domain),value:this.measureValueToNumber(this._getPivotCellValueAndFormat(e.id,t.domain))}))).filter((e=>qO(t,e.rowDomain)));for(const e of c){const o=jO(e.rowDomain),i=KO(e.rowDomain,t),n=(l[i]||0)+e.value;l[i]=n,s[r][o]=n}if("%_running_total"===o)for(const e of c){const o=e.rowDomain,i=jO(o),n=KO(o,t),a=s[r][i]||0,c=l[n];s[r][i]=c?a/c:void 0}}return"row"===i?s:co(s)}getGrandTotal(e){const t=this._getPivotCellValueAndFormat(e,[]);return this.measureValueToNumber(t)}getRowTotal(e,t){const o=zO(this,t).rowDomain,s=this._getPivotCellValueAndFormat(e,o);return this.measureValueToNumber(s)}getColumnTotal(e,t){const o=zO(this,t).colDomain,s=this._getPivotCellValueAndFormat(e,o);return this.measureValueToNumber(s)}isFieldInPivot(e){return this.definition.columns.some((t=>t.nameWithGranularity===e))||this.definition.rows.some((t=>t.nameWithGranularity===e))}getComparisonValue(e,t,o,s){const i=s===UO||s===HO?function(e,t,o,s){const i=ZO(e,o),n="row"===i?e.getExpandedTableStructure().getRowTree():e.getExpandedTableStructure().getColTree(),r=GO(BO(e,i,t),n,o),a=r?.map((e=>e.value))??[],l=function(e,t){const o=t.find((t=>t.field===e));return o?.value}(o,t);if(void 0===l)return;const c=a.indexOf(l);if(void 0===l||-1===c)return;return WO(t,o,a[St(c+(s===UO?-1:1),0,a.length-1)])}(this,t,o,s):WO(t,o,s);if(zt(i,t))return"sameValue";if(!i||!function(e,t){for(const o of t)if(void 0===e.definition.rows.find((e=>e.nameWithGranularity===o.field))&&void 0===e.definition.columns.find((e=>e.nameWithGranularity===o.field)))return!1;const{rowDomain:o,colDomain:s}=zO(e,t);return $O(o,e.getExpandedTableStructure().getRowTree())&&$O(s,e.getExpandedTableStructure().getColTree())}(this,i))throw new cn;const n=this._getPivotCellValueAndFormat(e.id,i);return this.strictMeasureValueToNumber(n)}getPivotValueCells(e){return this.getCollapsedTableStructure().getPivotCells().map((t=>t.filter((t=>"VALUE"===t.type&&t.measure===e)))).filter((e=>e.length>0))}measureValueToNumber(e){if("number"==typeof e.value)return e.value;if(!e.value)return 0;throw new Error(`Value ${e.value} is not a number`)}strictMeasureValueToNumber(e){if("number"==typeof e.value)return e.value;if(e.value)throw new Error(`Value ${e.value} is not a number`)}getCollapsedTableStructure(){const e=super.getCollapsedTableStructure();return this.sortTableStructure(e),e}getExpandedTableStructure(){const e=super.getExpandedTableStructure();return this.sortTableStructure(e),e}sortTableStructure(e){if(!this.definition.sortedColumn||e.isSorted)return;const t=this.definition.sortedColumn.measure;dh(this.definition.sortedColumn,this)&&e.sort(t,this.definition.sortedColumn,((e,t)=>this._getPivotCellValueAndFormat(e,t)))}}}const oU=["ADD_PIVOT","UPDATE_PIVOT","REMOVE_PIVOT"];function sU(e){return oU.includes(e.type)}const iU=new n;iU.add("ALPHANUMERIC_INCREMENT_MODIFIER",{apply:(e,t)=>{e.current+=e.increment;let o=Math.abs(e.current).toString();o="0".repeat(Math.max(e.numberPostfixLength-o.length,0))+o;const s=`${e.prefix}${o}`;return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:s},tooltip:{props:{content:s}}}}}).add("INCREMENT_MODIFIER",{apply:(e,t,o)=>{e.current+=e.increment;const s=e.current.toString(),i=o.getLocale(),n=Er(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:s},tooltip:s?{props:{content:n}}:void 0}}}).add("DATE_INCREMENT_MODIFIER",{apply:(e,t,o)=>{const s=An(e.current,o.getLocale());s.setFullYear(s.getFullYear()+e.increment.years||0),s.setMonth(s.getMonth()+e.increment.months||0),s.setDate(s.getDate()+e.increment.days||0);const i=Hi(s);e.current=i;const n=o.getLocale(),r=Er(i,{format:t.cell?.format,locale:n});return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:i.toString()},tooltip:i?{props:{content:r}}:void 0}}}).add("COPY_MODIFIER",{apply:(e,t,o)=>{const s=t.cell?.content||"",i={locale:o.getLocale(),format:t.cell?.format};return{cellData:{border:t.border,style:t.cell&&t.cell.style,format:t.cell&&t.cell.format,content:s},tooltip:s?{props:{content:t.cell?Jr(t.cell,i).formattedValue:""}}:void 0}}}).add("FORMULA_MODIFIER",{apply:(e,t,o,s)=>{e.current+=e.increment;let i=0,n=0;switch(s){case"up":i=0,n=-e.current;break;case"down":i=0,n=e.current;break;case"left":i=-e.current,n=0;break;case"right":i=e.current,n=0}const r=t.cell;if(!r||!r.isFormula)return{cellData:{}};const a=t.sheetId,l=o.getTranslatedCellFormula(a,i,n,r.compiledFormula.tokens);return{cellData:{border:t.border,style:r.style,format:r.format,content:l},tooltip:l?{props:{content:l}}:void 0}}});const nU=new n,rU=/(\d+)$/,aU=/^(.*\D+)/,lU=/^(.*\D+)(\d+)$/,cU=/^0*/;function hU(e,t,o){let s=[],i=!1;for(const n of t){n===e&&(i=!0);const t=void 0===n||n.isFormula?void 0:Jr(n,{locale:I,format:n.format});if(t&&o(t))s.push(t);else{if(i)return s;s=[]}}return s}function dU(e){let t=1;return e.length>=2&&(t=function(e){const t=[];let o=e[0];for(let s=1;s<e.length;s++){const i=e[s];t.push(i-o),o=i}return t.reduce(((e,t)=>e+t),0)/t.length}(e)*e.length),t}function uU(e){if(e.length<2)return 1;const t=e.map((e=>An(e,I))),o=function(e){if(e.length<2)return[{years:0,months:0,days:0}];const t=e.map(((t,o)=>{if(0===o)return{years:0,months:0,days:0};const s=yi.fromTimestamp(e[o-1].getTime()),i=ji(s,t),n=qi(s,t)%12;s.setFullYear(s.getFullYear()+i),s.setMonth(s.getMonth()+n);return{years:i,months:n,days:Zi(s,t)}}));return t.slice(1)}(t),s=(i=o).length<2?i[0]||{years:0,months:0,days:0}:i.every((e=>e.years===i[0].years&&e.months===i[0].months&&e.days===i[0].days))?i[0]:void 0;var i;if(void 0===s)return;const n=1===Object.values(s).filter((e=>0!==e)).length,r=Object.values(s).every((e=>0===e));if(!n||r){const o=t.map(((e,o)=>{if(0===o)return 0;const s=t[o-1];return Math.floor(e.getTime())-Math.floor(s.getTime())})).slice(1);if(o.every((e=>e===o[0])))return e.length*(e[1]-e[0])}return{years:s.years*e.length,months:s.months*e.length,days:s.days*e.length}}nU.add("simple_value_copy",{condition:(e,t)=>!(1!==t.length||e.isFormula||e.format&&Pr(e.format)),generateRule:()=>({type:"COPY_MODIFIER"}),sequence:10}).add("increment_alphanumeric_value",{condition:e=>!e.isFormula&&Jr(e,{locale:I}).type===r.text&&lU.test(e.content),generateRule:(e,t,o)=>{const s=parseInt(e.content.match(rU)[0]),i=e.content.match(aU)[0],n=hU(e,t,(e=>e.type===r.text&&lU.test(e.value))).filter((e=>i===(e.value??"").toString().match(aU)[0])).map((e=>(e.value??"").toString().match(rU)[0])),a=n.reduce(((e,t)=>{const o=t.match(cU)[0].length;return o>e[1]?[t,o]:e}),[n[0],0]),l=a[1]?a[0].length:0;let c=dU(n.map((e=>parseInt(e))));return["up","left"].includes(o)&&1===n.length&&(c=-c),{type:"ALPHANUMERIC_INCREMENT_MODIFIER",prefix:i,current:s,increment:c,numberPostfixLength:l}},sequence:15}).add("copy_text",{condition:e=>!e.isFormula&&Jr(e,{locale:I}).type===r.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&&Jr(e,{locale:I}).type===r.number&&!!e.format&&Pr(e.format),generateRule:(e,t)=>{const o=uU(hU(e,t,(e=>e.type===r.number&&!!e.format&&Pr(e.format))).map((e=>Number(e.value))));if(void 0===o)return{type:"COPY_MODIFIER"};const s=Jr(e,{locale:I});return"object"==typeof o?{type:"DATE_INCREMENT_MODIFIER",increment:o,current:s.type===r.number?s.value:0}:{type:"INCREMENT_MODIFIER",increment:o,current:s.type===r.number?s.value:0}},sequence:25}).add("increment_number",{condition:e=>!e.isFormula&&Jr(e,{locale:I}).type===r.number,generateRule:(e,t,o)=>{const s=hU(e,t,(e=>e.type===r.number&&!Pr(e.format||""))).map((e=>Number(e.value)));let i=dU(s);["up","left"].includes(o)&&1===s.length&&(i=-i);const n=Jr(e,{locale:I});return{type:"INCREMENT_MODIFIER",increment:i,current:n.type===r.number?n.value:0}},sequence:40});class gU{cells;getters;index=0;direction;constructor(e,t,o){this.cells=e,this.getters=t,this.direction=o}next(){const e=this.cells[this.index++%this.cells.length],t=e.rule,{cellData:o,tooltip:s}=iU.get(t.type).apply(t,e.data,this.getters,this.direction);return{cellData:o,tooltip:s,origin:{col:e.data.col,row:e.data.row}}}}const pU=new class extends n{addTransformation(e,t,o){this.content[e]||(this.content[e]=new Map);for(const s of t)this.content[e].set(s,o);return this}getTransformation(e,t){return this.content[t]&&this.content[t].get(e)}};const mU=new class extends n{add(e,t){return super.add(e,t),this}replace(e,t){return super.replace(e,t),this}get(e){return this.content[e]}};function fU(e,t){if("SPREADSHEET"!==e.pivot.type)return e;if(e.pivot.dataSet?.sheetId!==t.sheetId)return e;const o=Ch(e.pivot.dataSet.zone,t),s=o?{...e.pivot.dataSet,zone:o}:void 0;return{...e,pivot:{...e.pivot,dataSet:s}}}function vU(e,t){if(e.sheetId!==t.sheetId)return e;if(("FREEZE_COLUMNS"===e.type?"COL":"ROW")!==t.dimension)return e;let o=e.quantity;if("REMOVE_COLUMNS_ROWS"===t.type){const e=[...t.elements].sort(((e,t)=>t-e));for(const t of e)o>t&&o--}if("ADD_COLUMNS_ROWS"===t.type){o=o>("before"===t.position?t.base-1:t.base)?o+t.quantity:o}return o>0?{...e,quantity:o}:void 0}function bU(e,t){if(e.sheetId!==t.sheetId)return e;const o=Ch(e.zone,t);if(!o)return;const s=e.newTableRange?yh(e.newTableRange,t):void 0;return{...e,newTableRange:s,zone:o}}function SU(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;let o;if("REMOVE_COLUMNS_ROWS"===t.type)o=_a(t.elements,[e.base])[0];else if("ADD_COLUMNS_ROWS"===t.type){o=Da(Ht(t.position,t.base),t.quantity,[e.base])[0]}return void 0!==o?{...e,base:o}:void 0}function CU(e,t){if(e.sheetId!==t.sheetId||e.dimension!==t.dimension)return e;const o=Ct(e.start,e.end+1);let s=[];if("REMOVE_COLUMNS_ROWS"===t.type)s=_a(t.elements,o);else if("ADD_COLUMNS_ROWS"===t.type){s=Da(Ht(t.position,t.base),t.quantity,o)}return 0!==s.length?{...e,start:Math.min(...s),end:Math.max(...s)}:void 0}function yU(e,t){return(e=pt(e)).pivot.measures.map((e=>{e.computedBy&&(e.computedBy.formula=ZC(e.computedBy.sheetId,e.computedBy.formula,t))})),e}function wU(e,t){return{...e,definition:lE(e.sheetId,e.definition,t)}}pU.addTransformation("ADD_COLUMNS_ROWS",["ADD_COLUMNS_ROWS"],SU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["ADD_COLUMNS_ROWS"],SU),pU.addTransformation("DELETE_SHEET",["MOVE_RANGES"],(function(e,t){const o=t.sheetId;if(e.targetSheetId===o||e.sheetId===o)return;return e})),pU.addTransformation("DELETE_FIGURE",["UPDATE_FIGURE","UPDATE_CHART","UPDATE_CAROUSEL"],(function(e,t){if(e.figureId===t.figureId)return;return e})),pU.addTransformation("DELETE_CHART",["UPDATE_CHART"],(function(e,t){if(e.chartId===t.chartId)return;return e})),pU.addTransformation("DELETE_CHART",["UPDATE_CAROUSEL"],(function(e,t){return{...e,definition:{...e.definition,items:e.definition.items.filter((e=>!("chart"===e.type&&e.chartId===t.chartId)))}}})),pU.addTransformation("CREATE_SHEET",["CREATE_SHEET"],(function(e,t){e.sheetId===t.sheetId&&(e={...e,sheetId:`${e.sheetId}~`});if(e.name===t.name)return{...e,name:e.name?.match(/\d+/)?e.name.replace(/\d+/,(e=>(parseInt(e)+1).toString())):`${e.name}~`,position:e.position+1};return e})),pU.addTransformation("ADD_MERGE",["ADD_MERGE","REMOVE_MERGE"],(function(e,t){if(e.sheetId!==t.sheetId)return e;const o=[];for(const s of e.target)t.target.every((e=>!Ko(s,e)))&&o.push(s);if(o.length)return{...e,target:o};return})),pU.addTransformation("ADD_COLUMNS_ROWS",["FREEZE_COLUMNS","FREEZE_ROWS"],vU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["FREEZE_COLUMNS","FREEZE_ROWS"],vU),pU.addTransformation("ADD_COLUMNS_ROWS",["UPDATE_TABLE"],bU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["UPDATE_TABLE"],bU),pU.addTransformation("REMOVE_TABLE_STYLE",["CREATE_TABLE","UPDATE_TABLE"],(function(e,t){if(e.config?.styleId!==t.tableStyleId)return e;return{...e,config:{...e.config,styleId:TT.styleId}}})),pU.addTransformation("ADD_COLUMNS_ROWS",["GROUP_HEADERS","UNGROUP_HEADERS","FOLD_HEADER_GROUP","UNFOLD_HEADER_GROUP"],CU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["GROUP_HEADERS","UNGROUP_HEADERS","FOLD_HEADER_GROUP","UNFOLD_HEADER_GROUP"],CU),pU.addTransformation("REMOVE_PIVOT",["RENAME_PIVOT","DUPLICATE_PIVOT","INSERT_PIVOT","UPDATE_PIVOT"],(function(e,t){if(e.pivotId===t.pivotId)return;return e})),pU.addTransformation("DELETE_SHEET",["ADD_PIVOT","UPDATE_PIVOT"],(function(e,t){if("SPREADSHEET"!==e.pivot.type)return e;if(e.pivot.dataSet?.sheetId===t.sheetId)return{...e,pivot:{...e.pivot,dataSet:void 0}};return e})),pU.addTransformation("ADD_COLUMNS_ROWS",["ADD_PIVOT","UPDATE_PIVOT"],fU),pU.addTransformation("REMOVE_COLUMNS_ROWS",["ADD_PIVOT","UPDATE_PIVOT"],fU),mU.add("UPDATE_CELL",(function(e,t){const o=e.content&&ZC(e.sheetId,e.content,t);return{...e,content:o}})),mU.add("ADD_CONDITIONAL_FORMAT",(function(e,t){const o=e.cf.rule;if(e={...e,cf:{...e.cf}},"CellIsRule"===o.type)e.cf.rule={...o,values:o.values.map((o=>ZC(e.sheetId,o,t)))};else if("ColorScaleRule"===o.type){const{minimum:s,maximum:i,midpoint:n}=o;e.cf.rule={...o,minimum:{...s,value:s.value&&ZC(e.sheetId,s.value,t)},maximum:{...i,value:i.value&&ZC(e.sheetId,i.value,t)},midpoint:n?{...n,value:ZC(e.sheetId,n.value,t)}:void 0}}else if("IconSetRule"===o.type){const{upperInflectionPoint:s,lowerInflectionPoint:i}=o;e.cf.rule={...o,upperInflectionPoint:{...s,value:ZC(e.sheetId,s.value,t)},lowerInflectionPoint:{...i,value:ZC(e.sheetId,i.value,t)}}}else"DataBarRule"===o.type&&(e.cf.rule={...o,rangeValues:o.rangeValues?jC(e.sheetId,o.rangeValues,t):void 0});return e})),mU.add("ADD_DATA_VALIDATION_RULE",(function(e,t){return(e={...e,rule:{...e.rule,criterion:{...e.rule.criterion}}}).rule.criterion.values=e.rule.criterion.values.map((o=>ZC(e.sheetId,o,t))),e})),mU.add("ADD_PIVOT",yU),mU.add("UPDATE_PIVOT",yU),mU.add("CREATE_CHART",wU),mU.add("UPDATE_CHART",wU);const IU=[{match:function(e){return"sheetId"in e},fn:RU},{match:function(e){return"target"in e&&"sheetId"in e},fn:function(e,t){const o=RU(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;const s=[];for(const o of e.target){const e=Ch(o,t);e&&s.push(e)}if(!s.length)return"IGNORE_COMMAND";return{...e,target:s}}},{match:function(e){return"sheetId"in e&&"zone"in e},fn:function(e,t){const o=RU(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;const s=Ch(e.zone,t);if(s)return{...e,zone:s};return"IGNORE_COMMAND"}},{match:function(e){return"col"in e&&"row"in e&&"sheetId"in e},fn:function(e,t){const o=RU(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;if("ADD_COLUMNS_ROWS"===t.type||"REMOVE_COLUMNS_ROWS"===t.type)return function(e,t){const o="COL"===t.dimension?"col":"row";let s=e[o];if("REMOVE_COLUMNS_ROWS"===t.type){const e=[...t.elements].sort(((e,t)=>t-e));if(e.includes(s))return"IGNORE_COMMAND";for(const t of e)s>=t&&s--}"ADD_COLUMNS_ROWS"===t.type&&(s>t.base||s===t.base&&"before"===t.position)&&(s+=t.quantity);return{...e,[o]:s}}(e,t);if("ADD_MERGE"===t.type)return function(e,t){for(const o of t.target){if(!(e.col===o.left&&e.row===o.top)&&Jo(e.col,e.row,o))return"IGNORE_COMMAND"}return e}(e,t);return"SKIP_TRANSFORMATION"}},{match:function(e){return"dimension"in e&&"sheetId"in e&&"elements"in e},fn:function(e,t){const o=RU(e,t);if("SKIP_TRANSFORMATION"!==o)return"IGNORE_COMMAND"===o?"IGNORE_COMMAND":e;if("ADD_COLUMNS_ROWS"!==t.type&&"REMOVE_COLUMNS_ROWS"!==t.type)return"SKIP_TRANSFORMATION";if(t.dimension!==e.dimension)return e;let s=[];if("REMOVE_COLUMNS_ROWS"===t.type)s=_a(t.elements,e.elements);else if("ADD_COLUMNS_ROWS"===t.type){s=Da(Ht(t.position,t.base),t.quantity,e.elements)}if(0===s.length)return"IGNORE_COMMAND";return{...e,elements:s}}},{match:function(e){return"ranges"in e},fn:function(e,t){if(!("sheetId"in t))return e;const o=e.ranges.map((e=>yh(e,t))).filter(Mt);if(!o.length)return"IGNORE_COMMAND";return{...e,ranges:o}}}];function xU(e,t){const o=pU.getTransformation(e.type,t.type),s=o?o(e,t):function(e,t){for(const{match:o,fn:s}of IU)if(o(e)){const o=s(e,t);if("SKIP_TRANSFORMATION"===o)continue;if("IGNORE_COMMAND"===o)return;e=o}return e}(e,t);return s?function(e,t){const o=mU.get(e.type);if(!o)return e;const s=$a(t);if(s)return o(e,s);return e}(s,t):s}function EU(e,t){let o=[...e];const s=new Set(pU.getKeys());for(const e of t)(s.has(e.type)||Ga.contains(e.type))&&(o=o.reduce(((t,o)=>{const s=xU(o,e);return s&&t.push(s),t}),[]));return o}function RU(e,t){if(!("sheetId"in t))return e;const o="DELETE_SHEET"===t.type&&t.sheetId;return e.sheetId===o?"IGNORE_COMMAND":"CREATE_SHEET"===e.type||"CREATE_SHEET"===t.type||e.sheetId!==t.sheetId?e:"SKIP_TRANSFORMATION"}class TU{rootCommand;timestamp;id;clientId;_commands=[];_changes=[];constructor(e,t,o,s,i,n){this.rootCommand=s,this.timestamp=n,this.id=e,this.clientId=t,this._commands=[...o],this._changes=i?[...i]:[]}setChanges(e){this._changes=e}get commands(){return this._commands}get changes(){return this._changes}}class AU extends Error{}class DU extends wh{revisions;transportService;serverRevisionId;clients={};clientId="local";debouncedMove;pendingMessages=[];awaitingClientPosition;waitingAck=!1;waitingUndoRedoAck=!1;isReplayingInitialRevisions=!1;processedRevisions=new Set;lastRevisionMessage=void 0;uuidGenerator=new vl;lastLocalOperation;constructor(e,t,o=He){super(),this.revisions=e,this.transportService=t,this.serverRevisionId=o,this.debouncedMove=kt(this._move.bind(this),200)}canApplyOptimisticUpdate(){return!this.waitingUndoRedoAck}save(e,t,o){if(!t.length||!o.length||!this.canApplyOptimisticUpdate())return;const s=new TU(this.uuidGenerator.uuidv4(),this.clientId,t,e,o,Date.now());this.revisions.append(s.id,s),"REQUEST_REDO"!==e.type&&(this.lastLocalOperation=s),this.trigger("new-local-state-update",{id:s.id}),this.sendUpdateMessage({type:"REMOTE_REVISION",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:s.id,clientId:s.clientId,commands:s.commands})}undo(e){this.waitingUndoRedoAck=!0,this.sendUpdateMessage({type:"REVISION_UNDONE",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:this.uuidGenerator.uuidv4(),undoneRevisionId:e})}redo(e){this.waitingUndoRedoAck=!0,this.sendUpdateMessage({type:"REVISION_REDONE",version:1,serverRevisionId:this.serverRevisionId,nextRevisionId:this.uuidGenerator.uuidv4(),redoneRevisionId:e})}move(e){this.debouncedMove(e)}join(e){e?(this.clients[e.id]=e,this.clientId=e.id):(this.clients.local={id:"local",name:"local"},this.clientId="local"),this.transportService.onNewMessage(this.clientId,this.onMessageReceived.bind(this)),this.awaitingClientPosition&&(this._move(this.awaitingClientPosition),this.awaitingClientPosition=void 0)}loadInitialMessages(e){const t=performance.now(),o=e.reduce(((e,t)=>e+("REMOTE_REVISION"===t.type?t.commands.length:1)),0);this.isReplayingInitialRevisions=!0;for(const t of e)this.onMessageReceived(t);this.isReplayingInitialRevisions=!1,console.debug("Replayed",o,"commands in",performance.now()-t,"ms")}async leave(e){e&&1===Object.keys(this.clients).length&&this.lastRevisionMessage&&"SNAPSHOT_CREATED"!==this.lastRevisionMessage?.type&&await this.snapshot(e()),delete this.clients[this.clientId],this.transportService.leave(this.clientId),this.transportService.sendMessage({type:"CLIENT_LEFT",clientId:this.clientId,version:1})}async snapshot(e){if(0!==this.pendingMessages.length)return;const t=this.uuidGenerator.uuidv4();await this.transportService.sendMessage({type:"SNAPSHOT",nextRevisionId:t,serverRevisionId:this.serverRevisionId,data:{...e,revisionId:t},version:1})}getCurrentClient(){return this.getClient(this.clientId)}getClient(e){const t=this.clients[e];if(!t)throw new AU("The client left the session");return t}getConnectedClients(){return new Set(Object.values(this.clients).filter(Mt))}getRevisionId(){return this.serverRevisionId}isFullySynchronized(){return 0===this.pendingMessages.length}getLastLocalNonEmptyRevision(){return this.lastLocalOperation}_move(e){if(!this.clients[this.clientId])return void(this.awaitingClientPosition=e);const t=this.clients[this.clientId]?.position;if(t?.col===e.col&&t.row===e.row&&t.sheetId===e.sheetId)return;const o=t?"CLIENT_MOVED":"CLIENT_JOINED",s=this.getCurrentClient();this.clients[this.clientId]={...s,position:e},this.transportService.sendMessage({type:o,version:1,client:{...s,position:e}})}onMessageReceived(e){if(!this.isAlreadyProcessed(e))if(this.isWrongServerRevisionId(e))this.trigger("unexpected-revision-id");else{switch(e.type){case"CLIENT_MOVED":this.onClientMoved(e);break;case"CLIENT_JOINED":this.onClientJoined(e);break;case"CLIENT_LEFT":this.onClientLeft(e);break;case"REVISION_REDONE":this.revisions.redo(e.redoneRevisionId,e.nextRevisionId,e.serverRevisionId),this.trigger("revision-redone",{revisionId:e.redoneRevisionId,commands:this.revisions.get(e.redoneRevisionId).commands});break;case"REVISION_UNDONE":this.revisions.undo(e.undoneRevisionId,e.nextRevisionId,e.serverRevisionId),this.trigger("revision-undone",{revisionId:e.undoneRevisionId,commands:this.revisions.get(e.undoneRevisionId).commands});break;case"REMOTE_REVISION":const{clientId:t,commands:o,timestamp:s}=e,i=new TU(e.nextRevisionId,t,o,void 0,void 0,s);if(i.clientId!==this.clientId){this.revisions.insert(i.id,i,e.serverRevisionId);const t=this.pendingMessages.filter((e=>"REMOTE_REVISION"===e.type)).map((e=>e.commands)).flat();this.trigger("remote-revision-received",{commands:EU(o,t)})}break;case"SNAPSHOT_CREATED":{const t=new TU(e.nextRevisionId,"server",[],void 0,void 0,Date.now());this.revisions.insert(t.id,t,e.serverRevisionId),this.dropPendingHistoryMessages(),this.trigger("snapshot"),this.lastLocalOperation=void 0;break}}this.acknowledge(e),this.trigger("collaborative-event-received")}}onClientMoved(e){e.client.id!==this.clientId&&(this.clients[e.client.id]=e.client)}onClientJoined(e){if(e.client.id!==this.clientId){this.clients[e.client.id]=e.client;const t=this.clients[this.clientId];if(t){const{position:e}=t;e&&this.transportService.sendMessage({type:"CLIENT_MOVED",version:1,client:{...t,position:e}})}}}onClientLeft(e){e.clientId!==this.clientId&&delete this.clients[e.clientId]}sendUpdateMessage(e){this.pendingMessages.push(e),this.waitingAck||this.sendPendingMessage()}sendPendingMessage(){let e=this.pendingMessages[0];if(e){if("REMOTE_REVISION"===e.type){let t=this.revisions.get(e.nextRevisionId);0===t.commands.length&&(this.revisions.rebase(t.id),t=this.revisions.get(e.nextRevisionId)),e={...e,clientId:t.clientId,commands:t.commands}}if(this.isReplayingInitialRevisions)throw new Error(`Trying to send a new revision while replaying initial revision. This can lead to endless dispatches every time the spreadsheet is open.\n ${JSON.stringify(e)}`);this.waitingAck=!0,this.transportService.sendMessage({...e,serverRevisionId:this.serverRevisionId})}}acknowledge(e){switch("REVISION_UNDONE"!==e.type&&"REVISION_REDONE"!==e.type||(this.waitingUndoRedoAck=!1),e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"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));const t=this.pendingMessages.findIndex((e=>"REMOTE_REVISION"===e.type));-1!==t&&this.revisions.rebase(this.pendingMessages[t].nextRevisionId),this.serverRevisionId=e.nextRevisionId,this.processedRevisions.add(e.nextRevisionId),this.sendPendingMessage();break}}}isAlreadyProcessed(e){if("CLIENT_MOVED"===e.type&&e.client.id===this.clientId)return!0;switch(e.type){case"REMOTE_REVISION":case"REVISION_REDONE":case"REVISION_UNDONE":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})=>"REVISION_REDONE"!==e&&"REVISION_UNDONE"!==e))}}const _U=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"]);function FU(e){return _U.has(e.type)}const OU=[PU,function(e,t){return"target"in t&&Array.isArray(t.target)?{...pt(t),target:e.getSelectedZones()}:t},NU,function(e,t){return"ranges"in t?{...pt(t),ranges:e.getSelectedZones().map((t=>e.getRangeDataFromZone(e.getActiveSheetId(),t)))}:t}];function PU(e,t){return"sheetId"in t?{...pt(t),sheetId:e.getActiveSheetId()}:t}function MU(e,t){return"zone"in t?{...pt(t),zone:e.getSelectedZone()}:t}function NU(e,t){if(!("row"in t)||!("col"in t))return t;const{col:o,row:s}=e.getActivePosition();return{...pt(t),col:o,row:s}}const kU=new vl;function LU(e,t){const o=e.getSelectedZone();return{...PU(e,t),elements:"COL"===t.dimension?Ct(o.left,o.right+1):Ct(o.top,o.bottom+1)}}function VU(e,t){const o=e.getSelectedZone();return{...pt(t),zone:o}}function UU(e,t){const o=pt(t),s=e.getSelectedZone(),{top:i,bottom:n,left:r,right:a}=s;return"cols"in o?o.cols=Ct(r,a+1):"rows"in o&&(o.rows=Ct(i,n+1)),o}function HU(e,t){const o=e.getSelectedZone();return{...PU(e,t),start:"COL"===t.dimension?o.left:o.top,end:"COL"===t.dimension?o.right:o.bottom}}const zU=new n;zU.add("UPDATE_CELL",$U),zU.add("CLEAR_CELL",$U),zU.add("CLEAR_CELLS",$U),zU.add("DELETE_CONTENT",$U),zU.add("ADD_MERGE",$U),zU.add("REMOVE_MERGE",$U),zU.add("SET_FORMATTING",$U),zU.add("CLEAR_FORMATTING",$U),zU.add("SET_BORDER",$U),zU.add("CREATE_TABLE",$U),zU.add("REMOVE_TABLE",$U),zU.add("HIDE_SHEET",$U),zU.add("ADD_COLUMNS_ROWS",(function(e,t){const o=e.getActivePosition();return{...PU(e,t),base:"COL"===t.dimension?o.col:o.row}})),zU.add("REMOVE_COLUMNS_ROWS",LU),zU.add("HIDE_COLUMNS_ROWS",LU),zU.add("RESIZE_COLUMNS_ROWS",LU),zU.add("CREATE_SHEET",(function(e,t){const o=pt(t);o.sheetId=kU.smallUuid();const s=t.name||e.getSheet(e.getActiveSheetId()).name,i=s.match(/(.+?)\d*$/)?.[1]||s;return o.name=e.getNextSheetName(i),o})),zU.add("CREATE_FIGURE",(function(e,t){const o=NU(e,PU(e,t));return o.figureId=kU.smallUuid(),o})),zU.add("CREATE_CHART",(function(e,t){const o=kU.smallUuid();return{...PU(e,t),figureId:o,chartId:o}})),zU.add("CREATE_IMAGE",(function(e,t){return{...PU(e,t),figureId:kU.smallUuid()}})),zU.add("GROUP_HEADERS",HU),zU.add("UNGROUP_HEADERS",HU),zU.add("UNFOLD_HEADER_GROUPS_IN_ZONE",MU),zU.add("FOLD_HEADER_GROUPS_IN_ZONE",MU);const BU=new n;function $U(e,t){let o=pt(t);for(const t of OU)o=t(e,o);return o}function GU(e,t){if(e.rootCommand&&"object"==typeof e.rootCommand)return f(e.rootCommand)?function(e,t){if(!t)return;if(!zU.contains(t.type))return;return zU.get(t.type)(e,t)}(t,e.rootCommand):function(e,t,o){if(!BU.contains(t.type))return;return BU.get(t.type)(e,t,o)}(t,e.rootCommand,e.commands)}BU.add("PASTE",(function(e,t){return{type:"REPEAT_PASTE",pasteOption:pt(t.pasteOption),target:e.getSelectedZones()}})),BU.add("INSERT_CELL",VU),BU.add("DELETE_CELL",VU),BU.add("AUTORESIZE_COLUMNS",UU),BU.add("AUTORESIZE_ROWS",UU),BU.add("SORT_CELLS",(function(e,t){const o=e.getSelectedZone();return{...PU(e,t),col:o.left,row:o.top,zone:o}})),BU.add("SUM_SELECTION",$U),BU.add("SET_DECIMAL",$U),BU.add("DELETE_UNFILTERED_CONTENT",$U);class WU{trackedValues=new Set;domainToArray(e){return e.flatMap((e=>[e.field,xn(e.value)]))}isValuePresent(e,t){const o=JSON.stringify({measure:e,domain:this.domainToArray(t)});return this.trackedValues.has(o)}isHeaderPresent(e){const t=JSON.stringify({domain:this.domainToArray(e)});return this.trackedValues.has(t)}trackValue(e,t){const o=JSON.stringify({measure:e,domain:this.domainToArray(t)});this.trackedValues.add(o)}trackHeader(e){const t=JSON.stringify({domain:this.domainToArray(e)});this.trackedValues.add(t)}}const qU=5242880;const ZU={filterType:"criterion",type:"none",values:[]};class jU{getters;sheetId;boundaries;top;bottom;left;right;offsetX;offsetY;canScrollVertically;canScrollHorizontally;viewportWidth;viewportHeight;offsetCorrectionX;offsetCorrectionY;constructor(e,t,o,s,i,n){if(this.getters=e,this.sheetId=t,this.boundaries=o,s.width<0||s.height<0)throw new Error("Viewport size cannot be negative");this.viewportWidth=s.height&&s.width,this.viewportHeight=s.width&&s.height,this.top=o.top,this.bottom=o.bottom,this.left=o.left,this.right=o.right,this.offsetX=n.x,this.offsetY=n.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(){const e=this.getters.findLastVisibleColRowIndex(this.sheetId,"COL",{first:this.boundaries.left,last:this.boundaries.right}),t=this.getters.findLastVisibleColRowIndex(this.sheetId,"ROW",{first:this.boundaries.top,last:this.boundaries.bottom}),{end:o}=this.getters.getColDimensions(this.sheetId,e),{end:s}=this.getters.getRowDimensions(this.sheetId,t);let i=o-this.offsetCorrectionX;this.canScrollHorizontally&&(i=Math.max(i,this.viewportWidth));let n=s-this.offsetCorrectionY;return this.canScrollVertically&&(n=Math.max(n,this.viewportHeight),s+Fe>n&&!this.getters.isReadonly()&&(n+=Fe)),{width:i,height:n}}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){const t=this.sheetId,o=this.getters.getMainCellPosition({sheetId:t,...e}),{col:s,row:i}=this.getters.getNextVisibleCellPosition(o);Jo(s,this.boundaries.top,this.boundaries)&&this.adjustPositionX(s),Jo(this.boundaries.left,i,this.boundaries)&&this.adjustPositionY(i)}adjustPositionX(e){const t=this.sheetId,{start:o,end:s}=this.getters.getColDimensions(t,e);this.offsetX+this.viewportWidth+this.offsetCorrectionX<s?this.offsetX=s-this.viewportWidth:this.offsetX+this.offsetCorrectionX>o&&(this.offsetX=o-this.offsetCorrectionX),this.adjustViewportZoneX()}adjustPositionY(e){const t=this.sheetId,{start:o,end:s}=this.getters.getRowDimensions(t,e);this.offsetY+this.viewportHeight+this.offsetCorrectionY<s?this.offsetY=s-this.viewportHeight:this.offsetY+this.offsetCorrectionY>o&&(this.offsetY=o-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){const t=jo(e,this),o=this.snapCorrection.x,s=this.snapCorrection.y;if(t){return{x:this.getters.getColRowOffset("COL",this.left,t.left)+this.offsetCorrectionX-(this.left!==t.left?o:0),y:this.getters.getColRowOffset("ROW",this.top,t.top)+this.offsetCorrectionY-(this.top!==t.top?s:0),width:Math.min(this.getters.getColRowOffset("COL",t.left,t.right+1)-(this.left===t.left?o:0),this.viewportWidth),height:Math.min(this.getters.getColRowOffset("ROW",t.top,t.bottom+1)-(this.top===t.top?s:0),this.viewportHeight)}}}getFullRect(e){const t=jo(e,this.boundaries),o=this.snapCorrection.x,s=this.snapCorrection.y;if(t){return{x:this.getters.getColRowOffset("COL",this.left,e.left)+this.offsetCorrectionX-o,y:this.getters.getColRowOffset("ROW",this.top,e.top)+this.offsetCorrectionY-s,width:this.getters.getColRowOffset("COL",e.left,e.right+1),height:this.getters.getColRowOffset("ROW",e.top,e.bottom+1)}}}isVisible(e,t){return t<=this.bottom&&t>=this.top&&e>=this.left&&e<=this.right&&!this.getters.isColHidden(this.sheetId,e)&&!this.getters.isRowHidden(this.sheetId,t)}searchHeaderIndex(e,t,o=0){if(this.viewportWidth<=0||this.viewportHeight<=0)return-1;const s=this.sheetId,i=this.getters.getNumberHeaders(s,e);let n=o,r=i;for(;n<=r&&n!==i&&-1!==r;){const i=Math.floor((n+r)/2),a=this.getters.getColRowOffset(e,o,i),l=this.getters.getHeaderSize(s,e,i);if(t>=a&&t<a+l)return i;t>=a+l?n=i+1:r=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){const{width:e}=this.getMaxSize();this.viewportWidth+this.offsetX>e&&(this.offsetX=Math.max(0,e-this.viewportWidth))}this.adjustViewportZoneX()}adjustViewportOffsetY(){if(this.canScrollVertically){const{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&&(-1===this.left&&(this.left=this.boundaries.left),-1===this.right&&(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&&(-1===this.top&&(this.top=this.boundaries.top),-1===this.bottom&&(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)))}}}const YU=(new n).add("settings",class extends rV{static getters=["getLocale"];locale=I;allowDispatch(e){return"UPDATE_LOCALE"===e.type?Ul(e.locale)?"Success":"InvalidLocale":"Success"}handle(e){if("UPDATE_LOCALE"===e.type){const t=this.locale,o=e.locale;this.history.update("locale",o),this.changeCellsDateFormatWithLocale(t,o)}}getLocale(){return this.locale}changeCellsDateFormatWithLocale(e,t){for(const o of this.getters.getSheetIds())for(const[s,i]of Object.entries(this.getters.getCells(o))){let o;if(i.format===e.dateFormat&&(o=t.dateFormat),i.format===e.timeFormat&&(o=t.timeFormat),i.format===Ql(e)&&(o=Ql(t)),o){const{col:e,row:t,sheetId:i}=this.getters.getCellPosition(s);this.dispatch("UPDATE_CELL",{col:e,row:t,sheetId:i,format:o})}}}import(e){this.locale=e.settings?.locale??I}export(e){e.settings={locale:this.locale}}}).add("sheet",class extends rV{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"];sheetIdsMapName={};orderedSheetIds=[];sheets={};cellPosition={};allowDispatch(e){const t=this.chainValidations(this.checkSheetExists,this.checkZonesAreInSheet)(e);if("Success"!==t)return t;switch(e.type){case"HIDE_SHEET":return 1===this.getVisibleSheetIds().length?"NotEnoughSheets":"Success";case"CREATE_SHEET":return this.checkValidations(e,this.checkSheetName,this.checkSheetPosition);case"DUPLICATE_SHEET":return this.sheets[e.sheetIdTo]?"DuplicatedSheetId":this.orderedSheetIds.map(this.getSheetName.bind(this)).includes(e.sheetNameTo)?"DuplicatedSheetName":"Success";case"MOVE_SHEET":try{const t=this.orderedSheetIds.findIndex((t=>t===e.sheetId));return this.findIndexOfTargetSheet(t,e.delta),"Success"}catch(e){return"WrongSheetMove"}case"RENAME_SHEET":return this.isRenameAllowed(e);case"COLOR_SHEET":return!e.color||_s(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":{const t=ro(e.elements),o=no(e.elements);return t<0||!this.doesHeaderExist(e.sheetId,e.dimension,o)?"InvalidHeaderIndex":this.checkElementsIncludeAllNonFrozenHeaders(e.sheetId,e.dimension,e.elements)?"NotEnoughElements":"Success"}case"FREEZE_ROWS":return this.checkValidations(e,this.checkRowFreezeQuantity,this.checkRowFreezeOverlapMerge);case"FREEZE_COLUMNS":return this.checkValidations(e,this.checkColFreezeQuantity,this.checkColFreezeOverlapMerge);default:return"Success"}}handle(e){switch(e.type){case"SET_GRID_LINES_VISIBILITY":this.setGridLinesVisibility(e.sheetId,e.areGridLinesVisible);break;case"CREATE_SHEET":const t=this.createSheet(e.sheetId,e.name||this.getNextSheetName(),e.cols||26,e.rows||100,e.position);this.history.update("sheetIdsMapName",t.name,t.id);break;case"MOVE_SHEET":this.moveSheet(e.sheetId,e.delta);break;case"RENAME_SHEET":this.renameSheet(this.sheets[e.sheetId],e.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":"COL"===e.dimension?this.removeColumns(this.sheets[e.sheetId],[...e.elements]):this.removeRows(this.sheets[e.sheetId],[...e.elements]);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.addColumns(this.sheets[e.sheetId],e.base,e.position,e.quantity):this.addRows(this.sheets[e.sheetId],e.base,e.position,e.quantity);break;case"UPDATE_CELL_POSITION":this.updateCellPosition(e);break;case"FREEZE_COLUMNS":this.setPaneDivisions(e.sheetId,e.quantity,"COL");break;case"FREEZE_ROWS":this.setPaneDivisions(e.sheetId,e.quantity,"ROW");break;case"UNFREEZE_ROWS":this.setPaneDivisions(e.sheetId,0,"ROW");break;case"UNFREEZE_COLUMNS":this.setPaneDivisions(e.sheetId,0,"COL");break;case"UNFREEZE_COLUMNS_ROWS":this.setPaneDivisions(e.sheetId,0,"COL"),this.setPaneDivisions(e.sheetId,0,"ROW")}}import(e){for(const t of e.sheets)this.sheetIdsMapName[t.name]=t.id;for(const t of e.sheets){const e=t.name||"Sheet"+(Object.keys(this.sheets).length+1),{colNumber:o,rowNumber:s}=this.getImportedSheetSize(t),i={id:t.id,name:e,numberOfCols:o,rows:Aa(s),areGridLinesVisible:void 0===t.areGridLinesVisible||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(Mt).map((e=>{const t=this.sheets[e],o={id:t.id,name:t.name,colNumber:t.numberOfCols,rowNumber:this.getters.getNumberRows(t.id),rows:{},cols:{},merges:[],cells:{},styles:{},formats:{},borders:{},conditionalFormats:[],dataValidationRules:[],figures:[],tables:[],areGridLinesVisible:void 0===t.areGridLinesVisible||t.areGridLinesVisible,isVisible:t.isVisible,color:t.color};return(t.panes.xSplit||t.panes.ySplit)&&(o.panes=t.panes),o}))}export(e){this.exportSheets(e)}exportForExcel(e){this.exportSheets(e)}getGridLinesVisibility(e){return this.getSheet(e).areGridLinesVisible}tryGetSheet(e){return this.sheets[e]}getSheet(e){const t=this.sheets[e];if(!t)throw new Error(`Sheet ${e} not found.`);return t}isSheetVisible(e){return this.getSheet(e).isVisible}getSheetName(e){return this.getSheet(e).name}tryGetSheetName(e){return this.tryGetSheet(e)?.name}getSheetIdByName(e){if(e){const t=mt(e);for(const e in this.sheetIdsMapName)if(Pa(e,t))return this.sheetIdsMapName[e]}}getSheetIds(){return this.orderedSheetIds}getVisibleSheetIds(){return this.orderedSheetIds.filter(this.isSheetVisible.bind(this))}doesHeaderExist(e,t,o){return"COL"===t?o>=0&&o<this.getNumberCols(e):o>=0&&o<this.getNumberRows(e)}doesHeadersExist(e,t,o){return o.every((o=>this.doesHeaderExist(e,t,o)))}getCell({sheetId:e,col:t,row:o}){const s=this.tryGetSheet(e),i=s?.rows[o]?.cells[t];if(void 0!==i)return this.getters.getCellById(i)}getColsZone(e,t,o){return{top:0,bottom:this.getNumberRows(e)-1,left:t,right:o}}getRowCells(e,t){return Object.values(this.getSheet(e).rows[t]?.cells).filter(Mt)}getRowsZone(e,t,o){return{top:t,bottom:o,left:0,right:this.getSheet(e).numberOfCols-1}}getCellPosition(e){const t=this.cellPosition[e];if(!t)throw new Error(`asking for a cell position that doesn't exist, cell id: ${e}`);return t}getNumberCols(e){return this.getSheet(e).numberOfCols}getNumberRows(e){return this.getSheet(e).rows.length}getNumberHeaders(e,t){return"COL"===t?this.getNumberCols(e):this.getNumberRows(e)}getNextSheetName(e="Sheet"){return Fa(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(void 0===t.bottom||void 0===t.right)return t;const o=0===t.left&&t.right===this.getNumberCols(e)-1,s=0===t.top&&t.bottom===this.getNumberRows(e)-1;return{...t,bottom:s?void 0:t.bottom,right:o&&!s?void 0:t.right}}getPaneDivisions(e){return this.getSheet(e).panes}setPaneDivisions(e,t,o){const s={...this.getPaneDivisions(e)};"COL"===o?s.xSplit=t:"ROW"===o&&(s.ySplit=t),this.history.update("sheets",e,"panes",s)}checkElementsIncludeAllNonFrozenHeaders(e,t,o){const s=this.getters.getPaneDivisions(e),i="ROW"===t?s.ySplit:s.xSplit,n=this.getters.getNumberHeaders(e,t);if(!i)return!1;return Gt(o,Ct(i,n))}getCommandZones(e){const t=[];return"zone"in e&&t.push(e.zone),"target"in e&&t.push(...e.target),"ranges"in e&&t.push(...e.ranges.map((e=>this.getters.getRangeFromRangeData(e).zone))),"col"in e&&void 0!==e.col&&"row"in e&&void 0!==e.row&&t.push({top:e.row,left:e.col,bottom:e.row,right:e.col}),t}checkZonesExistInSheet(e,t){if(!t.every(Ho))return"InvalidRange";if(t.length){const o=this.getSheetZone(e);return t.every((e=>Qo(e,o)))?"Success":"TargetOutOfSheet"}return"Success"}updateCellPosition(e){const{sheetId:t,cellId:o,col:s,row:i}=e;o?this.setNewPosition(o,t,s,i):this.clearPosition(t,s,i)}setNewPosition(e,t,o,s){const i=this.cellPosition[e];i&&this.clearPosition(t,i.col,i.row),this.history.update("cellPosition",e,{row:s,col:o,sheetId:t}),this.history.update("sheets",t,"rows",s,"cells",o,e)}clearPosition(e,t,o){const s=this.sheets[e]?.rows[o].cells[t];s&&(this.history.update("cellPosition",s,void 0),this.history.update("sheets",e,"rows",o,"cells",t,void 0))}setGridLinesVisibility(e,t){this.history.update("sheets",e,"areGridLinesVisible",t)}createSheet(e,t,o,s,i){const n={id:e,name:t,numberOfCols:o,rows:Aa(s),areGridLinesVisible:!0,isVisible:!0,panes:{xSplit:0,ySplit:0}},r=this.orderedSheetIds.slice();r.splice(i,0,n.id);const a=this.sheets;return this.history.update("orderedSheetIds",r),this.history.update("sheets",Object.assign({},a,{[n.id]:n})),n}moveSheet(e,t){const o=this.orderedSheetIds.slice(),s=o.findIndex((t=>t===e)),i=o.splice(s,1),n=this.findIndexOfTargetSheet(s,t);o.splice(n,0,i[0]),this.history.update("orderedSheetIds",o)}findIndexOfTargetSheet(e,t){for(;0!==t&&0<=e&&e<=this.orderedSheetIds.length;)t>0?(e++,this.isSheetVisible(this.orderedSheetIds[e])&&t--):t<0&&(e--,this.isSheetVisible(this.orderedSheetIds[e])&&t++);if(0===t)return e;throw new Error("There is not enough visible sheets")}checkSheetName(e){const t=this.getters.tryGetSheetName(e.sheetId),o="RENAME_SHEET"===e.type?e.newName:e.name;if(void 0!==t&&o===t)return"UnchangedSheetName";const{orderedSheetIds:s,sheets:i}=this,n=o&&o.trim().toLowerCase();return s.find((t=>Pa(i[t]?.name,n)&&t!==e.sheetId))?"DuplicatedSheetName":Ke.test(n)?"ForbiddenCharactersInSheetName":"Success"}checkSheetPosition(e){const{orderedSheetIds:t}=this;return e.position>t.length||e.position<0?"WrongSheetPosition":"Success"}checkRowFreezeQuantity(e){return e.quantity>=1&&e.quantity<this.getNumberRows(e.sheetId)?"Success":"InvalidFreezeQuantity"}checkColFreezeQuantity(e){return e.quantity>=1&&e.quantity<this.getNumberCols(e.sheetId)?"Success":"InvalidFreezeQuantity"}checkRowFreezeOverlapMerge(e){const t=this.getters.getMerges(e.sheetId);for(const o of t)if(o.top<e.quantity&&e.quantity<=o.bottom)return"MergeOverlap";return"Success"}checkColFreezeOverlapMerge(e){const t=this.getters.getMerges(e.sheetId);for(const o of t)if(o.left<e.quantity&&e.quantity<=o.right)return"MergeOverlap";return"Success"}isRenameAllowed(e){return e.newName&&e.newName.trim().toLowerCase()?this.checkSheetName(e):"MissingSheetName"}renameSheet(e,t){const o=e.name;this.history.update("sheets",e.id,"name",t.trim());const s=Object.assign({},this.sheetIdsMapName);delete s[o],s[t]=e.id,this.history.update("sheetIdsMapName",s)}hideSheet(e){this.history.update("sheets",e,"isVisible",!1)}showSheet(e){this.history.update("sheets",e,"isVisible",!0)}duplicateSheet(e,t,o){const s=pt(this.getSheet(e));s.id=t,s.name=o;for(let e=0;e<=s.numberOfCols;e++)for(let t=0;t<=s.rows.length;t++)s.rows[t]&&(s.rows[t].cells[e]=void 0);const i=this.orderedSheetIds.slice(),n=i.indexOf(e);i.splice(n+1,0,s.id),this.history.update("orderedSheetIds",i),this.history.update("sheets",Object.assign({},this.sheets,{[s.id]:s}));for(const t of Object.values(this.getters.getCells(e))){const{col:e,row:o}=this.getCellPosition(t.id);this.dispatch("UPDATE_CELL",{sheetId:s.id,col:e,row:o,content:t.content,format:t.format,style:t.style})}const r=Object.assign({},this.sheetIdsMapName);r[s.name]=s.id,this.history.update("sheetIdsMapName",r)}getDuplicateSheetName(e){return Oa(e,this.orderedSheetIds.map(this.getSheetName.bind(this)))}deleteSheet(e){const t=e.name,o=Object.assign({},this.sheets);delete o[e.id],this.history.update("sheets",o);const s=this.orderedSheetIds.slice(),i=s.indexOf(e.id);s.splice(i,1),this.history.update("orderedSheetIds",s);const n=Object.assign({},this.sheetIdsMapName);delete n[t],this.history.update("sheetIdsMapName",n)}removeColumns(e,t){t.sort(((e,t)=>t-e));for(const o of t)this.moveCellOnColumnsDeletion(e,o);const o=this.sheets[e.id].numberOfCols;this.history.update("sheets",e.id,"numberOfCols",o-t.length);const s=t.filter((t=>t<e.panes.xSplit)).length;s&&this.setPaneDivisions(e.id,e.panes.xSplit-s,"COL")}removeRows(e,t){t.sort(((e,t)=>t-e));for(const o of yt(t)){const t=o[o.length-1],s=o[0];this.moveCellOnRowsDeletion(e,t,s),this.updateRowsStructureOnDeletion(e,t,s)}const o=t.filter((t=>t<e.panes.ySplit)).length;o&&this.setPaneDivisions(e.id,e.panes.ySplit-o,"ROW")}addColumns(e,t,o,s){const i="before"===o?t:t+1;this.moveCellsOnAddition(e,i,s,"columns");const n=this.sheets[e.id].numberOfCols;this.history.update("sheets",e.id,"numberOfCols",n+s),i<e.panes.xSplit&&this.setPaneDivisions(e.id,e.panes.xSplit+s,"COL")}addRows(e,t,o,s){const i="before"===o?t:t+1;this.addEmptyRows(e,s),this.moveCellsOnAddition(e,i,s,"rows"),i<e.panes.ySplit&&this.setPaneDivisions(e.id,e.panes.ySplit+s,"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 o=0;o<e.rows.length;o++){const s=e.rows[o];for(const i in s.cells){const n=Number(i),r=s.cells[i];r&&n>t&&this.setNewPosition(r,e.id,n-1,o)}}}moveCellsOnAddition(e,t,o,s){const i=[];for(let n=0;n<e.rows.length;n++){const r=e.rows[n];if("rows"!==s||n>=t)for(const a in r.cells){const l=Number(a),c=r.cells[a];c&&("rows"===s||l>=t)&&i.push({sheetId:e.id,cellId:c,col:l+("columns"===s?o:0),row:n+("rows"===s?o:0),type:"UPDATE_CELL_POSITION"})}}for(const e of i.reverse())this.updateCellPosition(e)}moveCellOnRowsDeletion(e,t,o){this.dispatch("CLEAR_CELLS",{sheetId:e.id,target:[{left:0,top:t,right:this.getters.getNumberCols(e.id),bottom:o}]});const s=o-t+1;for(let t=0;t<e.rows.length;t++){const i=e.rows[t];if(t>o)for(const o in i.cells){const n=Number(o),r=i.cells[o];r&&this.setNewPosition(r,e.id,n,t-s)}}}updateRowsStructureOnDeletion(e,t,o){const s=[],i=e.rows.map((e=>e.cells)).reverse();for(const n in e.rows){const e=Number(n);e>=t&&e<=o||s.push({cells:i.pop()})}this.history.update("sheets",e.id,"rows",s)}addEmptyRows(e,t){const o=e.rows.slice();for(let e=0;e<t;e++)o.push({cells:{}});this.history.update("sheets",e.id,"rows",o)}getImportedSheetSize(e){const t=Object.keys(e.cells).map(Do);let o=e.rowNumber,s=e.colNumber;for(const{col:e,row:i}of t)o=Math.max(o,i+1),s=Math.max(s,e+1);return{rowNumber:o,colNumber:s}}checkSheetExists(e){return"CREATE_SHEET"!==e.type&&"sheetId"in e&&void 0===this.sheets[e.sheetId]?"InvalidSheetId":"CREATE_SHEET"===e.type&&void 0!==this.sheets[e.sheetId]?"DuplicatedSheetId":"Success"}checkZonesAreInSheet(e){return"sheetId"in e?"ranges"in e&&e.ranges.some((e=>""!==e._sheetId&&!this.getters.tryGetSheet(e._sheetId)))?"InvalidSheetId":this.checkZonesExistInSheet(e.sheetId,this.getCommandZones(e)):"Success"}}).add("header grouping",class extends rV{static getters=["getHeaderGroups","getGroupsLayers","getVisibleGroupLayers","getHeaderGroup","getHeaderGroupsInZone","isGroupFolded","isRowFolded","isColFolded"];groups={};allowDispatch(e){switch(e.type){case"GROUP_HEADERS":{const{start:t,end:o,sheetId:s}=e;if(!this.getters.tryGetSheet(s))return"InvalidSheetId";if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,o]))return"InvalidHeaderGroupStartEnd";if(t>o)return"InvalidHeaderGroupStartEnd";if(this.findGroupWithStartEnd(e.sheetId,e.dimension,t,o))return"HeaderGroupAlreadyExists";break}case"UNGROUP_HEADERS":{const{start:t,end:o,sheetId:s}=e;if(!this.getters.tryGetSheet(s))return"InvalidSheetId";if(!this.getters.doesHeadersExist(e.sheetId,e.dimension,[t,o]))return"InvalidHeaderGroupStartEnd";if(t>o)return"InvalidHeaderGroupStartEnd";break}case"UNFOLD_HEADER_GROUP":case"FOLD_HEADER_GROUP":if(!this.getters.tryGetSheet(e.sheetId))return"InvalidSheetId";const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);if(!t)return"UnknownHeaderGroup";if(Ct(0,this.getters.getNumberHeaders(e.sheetId,e.dimension)).every((o=>o>=t.start&&o<=t.end||this.getters.isHeaderHiddenByUser(e.sheetId,e.dimension,o))))return"NotEnoughElements"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("groups",e.sheetId,{ROW:[],COL:[]});break;case"GROUP_HEADERS":this.groupHeaders(e.sheetId,e.dimension,e.start,e.end);break;case"UNGROUP_HEADERS":this.unGroupHeaders(e.sheetId,e.dimension,e.start,e.end);break;case"DUPLICATE_SHEET":{const t=pt(this.groups[e.sheetId]);this.history.update("groups",e.sheetIdTo,t);break}case"DELETE_SHEET":{const t={...this.groups};delete t[e.sheetId],this.history.update("groups",t);break}case"ADD_COLUMNS_ROWS":const t=Ht(e.position,e.base);this.moveGroupsOnHeaderInsertion(e.sheetId,e.dimension,t,e.quantity);break;case"REMOVE_COLUMNS_ROWS":this.moveGroupsOnHeaderDeletion(e.sheetId,e.dimension,e.elements);break;case"UNFOLD_HEADER_GROUP":{const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.unfoldHeaderGroup(e.sheetId,e.dimension,t);break}case"FOLD_HEADER_GROUP":{const t=this.findGroupWithStartEnd(e.sheetId,e.dimension,e.start,e.end);t&&this.foldHeaderGroup(e.sheetId,e.dimension,t);break}case"UNFOLD_ALL_HEADER_GROUPS":{const t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(const o of t)this.unfoldHeaderGroup(e.sheetId,e.dimension,o);break}case"FOLD_ALL_HEADER_GROUPS":{const t=this.getters.getHeaderGroups(e.sheetId,e.dimension);for(const o of t)this.foldHeaderGroup(e.sheetId,e.dimension,o);break}case"FOLD_HEADER_GROUPS_IN_ZONE":case"UNFOLD_HEADER_GROUPS_IN_ZONE":{const t="UNFOLD_HEADER_GROUPS_IN_ZONE"===e.type?"unfold":"fold",o=this.getGroupsLayers(e.sheetId,e.dimension);"fold"===t&&o.reverse();const s=o.flat(),i="ROW"===e.dimension?e.zone.top:e.zone.left,n="ROW"===e.dimension?e.zone.bottom:e.zone.right,r=new Set;for(let e=i;e<=n;e++){const o=s.filter((t=>t.start-1<=e&&e<=t.end));for(const e of o)if(!("fold"===t&&e.isFolded||"unfold"===t&&!e.isFolded)){r.add(e);break}}for(const o of r)"unfold"===t?this.unfoldHeaderGroup(e.sheetId,e.dimension,o):this.foldHeaderGroup(e.sheetId,e.dimension,o);break}}}getHeaderGroups(e,t){return this.groups[e][t]}getHeaderGroup(e,t,o,s){return this.getHeaderGroups(e,t).find((e=>e.start===o&&e.end===s))}getHeaderGroupsInZone(e,t,o){return this.getHeaderGroups(e,t).filter((e=>{const s="ROW"===t?o.top:o.left,i="ROW"===t?o.bottom:o.right;return this.doGroupOverlap(e,s,i)}))}getGroupsLayers(e,t){const o=this.getHeaderGroups(e,t);return this.bricksFallingAlgorithm(o,0,0)}getVisibleGroupLayers(e,t){const o=this.getGroupsLayers(e,t);for(const s of o)for(let o=s.length-1;o>=0;o--){const i=s[o];if(0===i.start)continue;Ct(i.start-1,i.end+1).every((o=>this.getters.isHeaderHiddenByUser(e,t,o)))&&s.splice(o,1)}return o.filter((e=>e.length>0))}isGroupFolded(e,t,o,s){return this.getHeaderGroup(e,t,o,s)?.isFolded||!1}isRowFolded(e,t){return this.getters.getHeaderGroups(e,"ROW").some((e=>e.start<=t&&t<=e.end&&e.isFolded))}isColFolded(e,t){return this.getters.getHeaderGroups(e,"COL").some((e=>e.start<=t&&t<=e.end&&e.isFolded))}getGroupId(e){return`${e.start}-${e.end}}`}bricksFallingAlgorithm(e,t,o,s=0){const i={};for(const t of e)i[this.getGroupId(t)]=t.isFolded;const n={};for(const t of e)for(let e=t.start;e<=t.end;e++)n[e]=n[e]?n[e]+1:1;for(let e=t;e<=o;e++)n[e]=n[e]?n[e]+s:s;const r=Math.max(...Object.values(n),0),a=Array.from({length:r},(()=>[])),l=Math.max(o,...e.map((e=>e.end))),c=Math.min(t,...e.map((e=>e.start)));for(let e=c;e<=l;e++){const t=n[e]||0;for(let o=0;o<t;o++){const t=a[o].at(-1);if(t&&Kt([t.end,e]))t.end++;else{const t={start:e,end:e};a[o].push(t)}}}for(const e of a)for(const t of e)t.isFolded=i[this.getGroupId(t)];return a}groupHeaders(e,t,o,s){const i=this.getHeaderGroups(e,t),n=this.bricksFallingAlgorithm(i,o,s,1).flat();this.history.update("groups",e,t,this.removeDuplicateGroups(n))}unGroupHeaders(e,t,o,s){const i=this.getHeaderGroups(e,t),n=this.bricksFallingAlgorithm(i,o,s,-1).flat();this.history.update("groups",e,t,this.removeDuplicateGroups(n))}moveGroupsOnHeaderInsertion(e,t,o,s){const i=this.groups[e][t];for(let n=0;n<i.length;n++){const r=i[n],[a,l]=Da(o,s,[r.start,r.end]);a===r.start&&l===r.end||this.history.update("groups",e,t,n,{...r,start:a,end:l})}}moveGroupsOnHeaderDeletion(e,t,o){const s=this.getHeaderGroups(e,t),i=[];for(const e of s){const t=_a(o,Ct(e.start,e.end+1));0!==t.length&&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,o){return e.start<=o&&e.end>=t}removeDuplicateGroups(e){const t={};for(const o of e)t[this.getGroupId(o)]=o;return Object.values(t)}findGroupWithStartEnd(e,t,o,s){return this.getHeaderGroups(e,t).find((e=>e.start===o&&e.end===s))}foldHeaderGroup(e,t,o){const s=this.getGroupIndex(e,t,o.start,o.end);if(void 0===s)return;this.history.update("groups",e,t,s,"isFolded",!0);const i=this.getters.getHeaderGroups(e,t);for(let s=0;s<i.length;s++){const n=i[s];n.start===o.start&&n.end<=o.end&&this.history.update("groups",e,t,s,"isFolded",!0)}}unfoldHeaderGroup(e,t,o){const s=this.getGroupIndex(e,t,o.start,o.end);if(void 0===s)return;this.history.update("groups",e,t,s,"isFolded",!1);const i=this.getters.getHeaderGroups(e,t);for(let s=0;s<i.length;s++){const n=i[s];n.start===o.start&&n.end>=o.end&&this.history.update("groups",e,t,s,"isFolded",!1)}}getGroupIndex(e,t,o,s){const i=this.groups[e][t].findIndex((e=>e.start===o&&e.end===s));return-1===i?void 0:i}import(e){for(const t of e.sheets)if(this.groups[t.id]={ROW:[],COL:[]},t.headerGroups)for(const e of["ROW","COL"])for(const o of t.headerGroups[e]||[])this.groups[t.id][e].push({...o})}export(e){for(const t of e.sheets)t.headerGroups=this.groups[t.id]}exportForExcel(e){for(const t of e.sheets)for(const e of["ROW","COL"]){const o=this.getGroupsLayers(t.id,e);for(let s=0;s<o.length;s++){const i=o[s];for(const o of i){for(let i=o.start;i<=o.end;i++){const n=HA(t,e,i);n.outlineLevel=s+1,o.isFolded&&(n.isHidden=!0)}if(o.isFolded){HA(t,e,o.end+1).collapsed=!0}}}}}}).add("header visibility",class extends rV{static getters=["checkElementsIncludeAllVisibleHeaders","getHiddenColsGroups","getHiddenRowsGroups","isHeaderHiddenByUser","isRowHiddenByUser","isColHiddenByUser"];hiddenHeaders={};allowDispatch(e){switch(e.type){case"HIDE_COLUMNS_ROWS":{if(!this.getters.tryGetSheet(e.sheetId))return"InvalidSheetId";const t="COL"===e.dimension?this.getHiddenColsGroups(e.sheetId):this.getHiddenRowsGroups(e.sheetId),o="COL"===e.dimension?this.getters.getNumberCols(e.sheetId):this.getters.getNumberRows(e.sheetId);return new Set((t||[]).flat().concat(e.elements)).size>=o?"TooManyHiddenElements":ro(e.elements)<0||no(e.elements)>o?"InvalidHeaderIndex":"Success"}case"REMOVE_COLUMNS_ROWS":return this.getters.tryGetSheet(e.sheetId)?this.checkElementsIncludeAllVisibleHeaders(e.sheetId,e.dimension,e.elements)?"NotEnoughElements":"Success":"InvalidSheetId"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":const t={COL:Array(this.getters.getNumberCols(e.sheetId)).fill(!1),ROW:Array(this.getters.getNumberRows(e.sheetId)).fill(!1)};this.history.update("hiddenHeaders",e.sheetId,t);break;case"DUPLICATE_SHEET":this.history.update("hiddenHeaders",e.sheetIdTo,pt(this.hiddenHeaders[e.sheetId]));break;case"DELETE_SHEET":this.history.update("hiddenHeaders",e.sheetId,void 0);break;case"REMOVE_COLUMNS_ROWS":{const t=[...this.hiddenHeaders[e.sheetId][e.dimension]];for(const o of[...e.elements].sort(((e,t)=>t-e)))t.splice(o,1);this.history.update("hiddenHeaders",e.sheetId,e.dimension,t);break}case"ADD_COLUMNS_ROWS":{const t=[...this.hiddenHeaders[e.sheetId][e.dimension]],o=Ht(e.position,e.base);t.splice(o,0,...Array(e.quantity).fill(!1)),this.history.update("hiddenHeaders",e.sheetId,e.dimension,t);break}case"HIDE_COLUMNS_ROWS":for(const t of e.elements)this.history.update("hiddenHeaders",e.sheetId,e.dimension,t,!0);break;case"UNHIDE_COLUMNS_ROWS":for(const t of e.elements)this.history.update("hiddenHeaders",e.sheetId,e.dimension,t,!1)}}checkElementsIncludeAllVisibleHeaders(e,t,o){return Gt(o,this.getAllVisibleHeaders(e,t))}isHeaderHiddenByUser(e,t,o){return"COL"===t?this.isColHiddenByUser(e,o):this.isRowHiddenByUser(e,o)}isRowHiddenByUser(e,t){return this.hiddenHeaders[e].ROW[t]||this.getters.isRowFolded(e,t)}isColHiddenByUser(e,t){return this.hiddenHeaders[e].COL[t]||this.getters.isColFolded(e,t)}getHiddenColsGroups(e){const t=[[]],o=this.hiddenHeaders[e].COL;for(let e=0;e<o.length;e++){o[e]?t[t.length-1].push(e):0!==t[t.length-1].length&&t.push([])}return 0===t[t.length-1].length&&t.pop(),t}getHiddenRowsGroups(e){const t=[[]],o=this.hiddenHeaders[e].ROW;for(let e=0;e<o.length;e++){o[e]?t[t.length-1].push(e):0!==t[t.length-1].length&&t.push([])}return 0===t[t.length-1].length&&t.pop(),t}getAllVisibleHeaders(e,t){const o=Ct(0,this.getters.getNumberHeaders(e,t)),s=[];return this.getters.getHeaderGroups(e,t).forEach((e=>{e.isFolded&&s.push(...Ct(e.start,e.end+1))})),o.filter((o=>!this.hiddenHeaders[e][t][o]&&!s.includes(o)))}import(e){for(const t of e.sheets){this.hiddenHeaders[t.id]={COL:[],ROW:[]};for(let e=0;e<t.rowNumber;e++)this.hiddenHeaders[t.id].ROW[e]=Boolean(t.rows[e]?.isHidden);for(let e=0;e<t.colNumber;e++)this.hiddenHeaders[t.id].COL[e]=Boolean(t.cols[e]?.isHidden)}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(const o of e.sheets){void 0===o.rows&&(o.rows={});for(let e=0;e<this.getters.getNumberRows(o.id);e++)(t||this.hiddenHeaders[o.id].ROW[e])&&(void 0===o.rows[e]&&(o.rows[e]={}),o.rows[e].isHidden||=this.hiddenHeaders[o.id].ROW[e]);void 0===o.cols&&(o.cols={});for(let e=0;e<this.getters.getNumberCols(o.id);e++)(t||this.hiddenHeaders[o.id].COL[e])&&(void 0===o.cols[e]&&(o.cols[e]={}),o.cols[e].isHidden||=this.hiddenHeaders[o.id].COL[e])}}}).add("tables",class extends rV{static getters=["getCoreTable","getCoreTables","getCoreTableMatchingTopLeft"];tables={};nextTableId=1;adaptRanges(e,t){for(const o of this.getCoreTables(t))this.applyRangeChangeOnTable(t,o,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";const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e).zone));return ps(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(const t of this.getCoreTables(e.sheetId)){const o=t.range.zone;for(const t of e.target)if(Ko(o,t))return"MergeInTable"}}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("tables",e.sheetId,{});break;case"DELETE_SHEET":{const t={...this.tables};delete t[e.sheetId],this.history.update("tables",t);break}case"DUPLICATE_SHEET":{const t={};for(const o of this.getCoreTables(e.sheetId))t[o.id]="dynamic"===o.type?this.copyDynamicTableForSheet(e.sheetIdTo,o):this.copyStaticTableForSheet(e.sheetIdTo,o);this.history.update("tables",e.sheetIdTo,t);break}case"CREATE_TABLE":{const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e))),o=this.getters.getRangesUnion(t),s=this.getters.getMergesInZone(e.sheetId,o.zone);s.length&&this.dispatch("REMOVE_MERGE",{sheetId:e.sheetId,target:s});const i=this.consumeNextId(),n=e.config||TT,r="dynamic"===e.tableType?this.createDynamicTable(i,o,n):this.createStaticTable(i,e.tableType,o,n);this.history.update("tables",e.sheetId,r.id,r);break}case"REMOVE_TABLE":{const t={};for(const o of this.getCoreTables(e.sheetId))e.target.every((e=>!jo(o.range.zone,e)))&&(t[o.id]=o);this.history.update("tables",e.sheetId,t);break}case"UPDATE_TABLE":this.updateTable(e);break;case"UPDATE_CELL":{const t=e.sheetId;for(const o of this.getCoreTables(t)){if("dynamic"===o.type)continue;const s=this.canUpdateCellCmdExtendTable(e,o);"down"===s?this.extendTableDown(t,o):"right"===s&&this.extendTableRight(t,o)}break}case"DELETE_CONTENT":{const t={...this.tables[e.sheetId]};for(const o in t){const s=t[o];s&&e.target.some((e=>Qo(s.range.zone,e)))&&this.dispatch("REMOVE_TABLE",{sheetId:e.sheetId,target:[s.range.zone]})}break}}}getCoreTables(e){return this.tables[e]?Object.values(this.tables[e]).filter(Mt):[]}getCoreTable({sheetId:e,col:t,row:o}){return this.getCoreTables(e).find((e=>Jo(t,o,e.range.zone)))}getTablesOverlappingZones(e,t){return this.getCoreTables(e).filter((e=>t.some((t=>Ko(e.range.zone,t)))))}extendTableDown(e,t){const o=this.getters.extendRange(t.range,"ROW",1);this.history.update("tables",e,t.id,this.updateStaticTable(t,o))}extendTableRight(e,t){const o=this.getters.extendRange(t.range,"COL",1);this.history.update("tables",e,t.id,this.updateStaticTable(t,o))}canUpdateCellCmdExtendTable({content:e,sheetId:t,col:o,row:s},i){if(!e)return"none";const n=i.range.zone;let r="none";if(n.bottom+1===s&&o>=n.left&&o<=n.right?r="down":n.right+1===o&&s>=n.top&&s<=n.bottom&&(r="right"),"none"===r)return"none";const a="down"===r?{...n,bottom:n.bottom+1,top:n.bottom+1}:{...n,right:n.right+1,left:n.right+1};for(let e=a.top;e<=a.bottom;e++)for(let o=a.left;o<=a.right;o++){const s={sheetId:t,col:o,row:e},i=this.getters.getCell(s)?.content;if(i||this.getters.isInMerge(s)||this.getTablesOverlappingZones(t,[ls(s)]).length)return"none"}return r}getCoreTableMatchingTopLeft(e,t){for(const o of this.getCoreTables(e)){const e=o.range.zone;if(e.left===t.left&&e.top===t.top)return o}}checkUpdatedTableZoneIsValid(e){if(!e.newTableRange)return"Success";const t=this.getters.getRangeFromRangeData(e.newTableRange).zone,o=this.getters.checkZonesExistInSheet(e.sheetId,[t]);if("Success"!==o)return o;const s=this.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(!s)return"TableNotFound";return this.getTablesOverlappingZones(e.sheetId,[t]).filter((e=>e.id!==s.id)).length?"TableOverlap":"Success"}checkTableConfigUpdateIsValid(e){return e&&(void 0!==e.numberOfHeaders&&e.numberOfHeaders<0||e.hasFilters&&0===e.numberOfHeaders)?"InvalidTableConfig":"Success"}createStaticTable(e,t,o,s,i){const n=o.zone;if(!i){i=[];for(const e of Ct(n.left,n.right+1)){const t={...n,left:e,right:e},r=this.consumeNextId();i.push(this.createFilterFromZone(r,o.sheetId,t,s))}}return{id:e,range:o,filters:i,config:s,type:t}}createDynamicTable(e,t,o){const s=cs(t.zone);return{id:e,range:this.getters.getRangeFromZone(t.sheetId,s),config:o,type:"dynamic"}}updateTable(e){const t=this.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(!t)return;const o=e.newTableRange?this.getters.getRangeFromRangeData(e.newTableRange):void 0;if(o){const t=this.getters.getMergesInZone(e.sheetId,o.zone);this.dispatch("REMOVE_MERGE",{sheetId:e.sheetId,target:t})}const s=o||t.range,i=this.updateTableConfig(e.config,t.config),n=e.tableType??t.type;if("dynamic"===n&&"dynamic"!==t.type||"dynamic"!==n&&"dynamic"===t.type){const o="dynamic"===n?this.createDynamicTable(t.id,s,i):this.createStaticTable(t.id,n,s,i);this.history.update("tables",e.sheetId,t.id,o)}else{const o="dynamic"===t.type?this.updateDynamicTable(t,s,i):this.updateStaticTable(t,s,i,n);this.history.update("tables",e.sheetId,t.id,o)}}updateStaticTable(e,t,o,s=e.type){if("dynamic"===s)throw new Error("Cannot use updateStaticTable to update a dynamic table");const i=t||e.range,n=i.zone,r=this.updateTableConfig(o,e.config),a=r||e.config,l=[];if(t||r&&"numberOfHeaders"in r)for(const t of Ct(n.left,n.right+1)){const o=n.top===e.range.zone.top?e.filters.find((e=>e.col===t)):void 0,s={...n,left:t,right:t},r=o?.id||this.consumeNextId();l.push(this.createFilterFromZone(r,i.sheetId,s,a))}return{...e,range:i,config:a,filters:l.length?l:e.filters,type:s}}updateDynamicTable(e,t,o){const s=t?this.getters.getRangeFromZone(t.sheetId,cs(t.zone)):e.range,i=o||e.config;return{...e,range:s,config:i}}updateTableConfig(e,t){if(!e)return t;const o={...t,...e};return 0===e.numberOfHeaders?o.hasFilters=!1:!0===e.hasFilters&&(o.numberOfHeaders||=1),o}createFilterFromZone(e,t,o,s){return EF(e,this.getters.getRangeFromZone(t,o),s,this.getters.getRangeFromZone)}copyStaticTableForSheet(e,t){const o=this.getters.getRangeFromZone(e,t.range.zone),s=t.filters.map((o=>{const s=this.getters.getRangeFromZone(e,o.rangeWithHeaders.zone);return EF(o.id,s,t.config,this.getters.getRangeFromZone)}));return{id:t.id,range:o,filters:s,config:pt(t.config),type:t.type}}copyDynamicTableForSheet(e,t){const o=this.getters.getRangeFromZone(e,t.range.zone);return{id:t.id,range:o,config:pt(t.config),type:"dynamic"}}applyRangeChangeOnTable(e,t,o){const s=o(t.range);let i;switch(s.changeType){case"REMOVE":return void this.history.update("tables",e,t.id,void 0);case"NONE":return;default:i=s.range}if("dynamic"===t.type){const o=this.updateDynamicTable(t,i);return void this.history.update("tables",e,t.id,o)}const n=[];for(const e of t.filters){const s=o(e.rangeWithHeaders);switch(s.changeType){case"REMOVE":continue;case"NONE":n.push(e);break;default:const o=s.range,i=EF(e.id,o,t.config,this.getters.getRangeFromZone);n.push(i)}}const r=i.zone;if(n.length<es(r).numberOfCols){for(let o=r.left;o<=r.right;o++)if(!n.find((e=>e.col===o))){const s=this.consumeNextId(),i={...r,left:o,right:o};n.push(this.createFilterFromZone(s,e,i,t.config))}n.sort(((e,t)=>e.col-t.col))}const a=this.createStaticTable(t.id,t.type,i,t.config,n);this.history.update("tables",e,t.id,a)}consumeNextId(){const e=`${this.nextTableId}`;return this.history.update("nextTableId",this.nextTableId+1),e}import(e){for(const t of e.sheets)for(const e of t.tables||[]){const o=this.consumeNextId(),s=e.config||TT,i=this.getters.getRangeFromSheetXC(t.id,e.range),n=e.type||"static",r="dynamic"===n?this.createDynamicTable(o,i,s):this.createStaticTable(o,n,i,s);this.history.update("tables",t.id,r.id,r)}}export(e){for(const t of e.sheets)for(const e of this.getCoreTables(t.id)){const o={range:Bo(e.range.zone),type:e.type};zt(e.config,TT)||(o.config=e.config),t.tables.push(o)}}exportForExcel(e){for(const t of e.sheets)for(const e of this.getCoreTables(t.id)){const o=Bo(e.range.zone);t.tables.push({range:o,filters:[],config:e.config})}}}).add("dataValidation",class extends rV{static getters=["cellHasListDataValidationIcon","getDataValidationRule","getDataValidationRules","getValidationRuleForCell"];rules={};adaptRanges(e,t){this.adaptDVRanges(t,e),this.adaptDVFormulas(e)}adaptDVFormulas(e){for(const t in this.rules){for(let o=this.rules[t].length-1;o>=0;o--){const s=this.rules[t][o];for(let i=0;i<s.criterion.values.length;i++){const n=this.getters.adaptFormulaStringDependencies(t,s.criterion.values[i],e);this.history.update("rules",t,o,"criterion","values",i,n)}}}}adaptDVRanges(e,t){for(let o=this.rules[e].length-1;o>=0;o--){const s=this.rules[e][o];for(let i=s.ranges.length-1;i>=0;i--){const n=t(s.ranges[i]);switch(n.changeType){case"REMOVE":if(1===s.ranges.length)this.removeDataValidationRule(e,s.id);else{const t=s.ranges.slice();t.splice(i,1),this.history.update("rules",e,o,"ranges",t)}break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("rules",e,o,"ranges",i,n.range)}}}}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)):"InvalidSheetId";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"}return"Success"}handle(e){switch(e.type){case"CREATE_SHEET":this.history.update("rules",e.sheetId,[]);break;case"DUPLICATE_SHEET":{const t=pt(this.rules[e.sheetId]).map((t=>({...t,ranges:t.ranges.map((t=>Ha(e.sheetId,e.sheetIdTo,t)))})));this.history.update("rules",e.sheetIdTo,t);break}case"DELETE_SHEET":{const t={...this.rules};delete t[e.sheetId],this.history.update("rules",t);break}case"REMOVE_DATA_VALIDATION_RULE":this.removeDataValidationRule(e.sheetId,e.id);break;case"ADD_DATA_VALIDATION_RULE":{const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e)));this.addDataValidationRule(e.sheetId,{...e.rule,ranges:t});break}case"DELETE_CONTENT":{const t=Fo(e.target),o=e.sheetId;for(const e of t)for(let t=e.top;t<=e.bottom;t++)for(let s=e.left;s<=e.right;s++){const e=this.getValidationRuleForCell({sheetId:o,col:s,row:t});if(e&&("isBoolean"===e.criterion.type||"isValueInList"===e.criterion.type&&!this.getters.getCell({sheetId:o,col:s,row:t})?.content)){const e=this.rules[o],i=[this.getters.getRangeFromSheetXC(o,_o(s,t))],n=this.removeRangesFromRules(o,i,e);this.history.update("rules",o,n)}}}}}getDataValidationRules(e){return this.rules[e]}getDataValidationRule(e,t){return this.rules[e].find((e=>e.id===t))}getValidationRuleForCell({sheetId:e,col:t,row:o}){if(this.rules[e])for(const s of this.rules[e])for(const e of s.ranges)if(Jo(t,o,e.zone))return s}cellHasListDataValidationIcon(e){const t=this.getValidationRuleForCell(e);return!!t&&!("isValueInList"!==t.criterion.type&&"isValueInRange"!==t.criterion.type||"arrow"!==t.criterion.displayStyle&&"chip"!==t.criterion.displayStyle)}addDataValidationRule(e,t){const o=this.rules[e];"isBoolean"===t.criterion.type?this.setCenterStyleToBooleanCells(t):"isValueInList"===t.criterion.type&&(t.criterion.values=Array.from(new Set(t.criterion.values)));const s=this.removeRangesFromRules(e,t.ranges,o,t.id),i=s.findIndex((e=>e.id===t.id));-1!==i?(s[i]=t,this.history.update("rules",e,s)):this.history.update("rules",e,[...s,t])}removeRangesFromRules(e,t,o,s){o=pt(o);for(const e of o)e.id!==s&&(e.ranges=this.getters.recomputeRanges(e.ranges,t));return o.filter((e=>e.ranges.length>0))}removeDataValidationRule(e,t){const o=this.rules[e].filter((e=>e.id!==t));this.history.update("rules",e,o)}setCenterStyleToBooleanCells(e){for(const t of Ba(e.ranges)){const e=this.getters.getCell(t),o={...e?.style,align:e?.style?.align??"center",verticalAlign:e?.style?.verticalAlign??"middle"};this.dispatch("UPDATE_CELL",{...t,style:o})}}checkEmptyRange(e){return e.ranges.length?"Success":"EmptyRange"}import(e){for(const t of e.sheets)if(this.rules[t.id]=[],t.dataValidationRules)for(const e of t.dataValidationRules)this.rules[t.id].push({...e,ranges:e.ranges.map((e=>this.getters.getRangeFromSheetXC(t.id,e)))})}export(e){if(e.sheets)for(const t of e.sheets){t.dataValidationRules=[];for(const e of this.rules[t.id])t.dataValidationRules.push({...e,ranges:e.ranges.map((e=>this.getters.getRangeString(e,t.id)))})}}exportForExcel(e){if(e.sheets)for(const t of e.sheets){t.dataValidationRules=[];for(const e of this.rules[t.id]){const o={...pt(e),ranges:e.ranges.map((e=>this.getters.getRangeString(e,t.id,{useBoundedReference:!0})))};"isValueInRange"===e.criterion.type&&(o.criterion.values=e.criterion.values.map((e=>{const o=this.getters.getRangeFromSheetXC(t.id,e);return this.getters.getRangeString(o,t.id,{useBoundedReference:!0,useFixedReference:!0})}))),t.dataValidationRules.push(o)}}}checkCriterionTypeIsValid(e){return tR.contains(e.rule.criterion.type)?"Success":"UnknownDataValidationCriterionType"}checkCriterionHasValidNumberOfValues(e){const t=e.rule.criterion,o=tR.get(t.type).numberOfValues(t);return void 0!==o&&t.values.length!==o?"InvalidNumberOfCriterionValues":"Success"}checkCriterionValuesAreValid(e){const t=e.rule.criterion,o=tR.get(t.type);return t.values.some((e=>"onlyFormulas"===o.allowedValues&&!e.startsWith("=")||(e.startsWith("=")?"onlyLiterals"===o.allowedValues||zC(e).isBadExpression:!o.isCriterionValueValid(e))))?"InvalidDataValidationCriterionValue":"Success"}checkValidRange(e){const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e))),o=t.map((t=>this.getters.getRangeString(t,e.sheetId)));return o.some((e=>!this.getters.isRangeValid(e)))?"InvalidRange":"Success"}}).add("cell",class extends rV{static getters=["zoneToXC","getCells","getTranslatedCellFormula","getCellStyle","getCellById","getFormulaString","getFormulaMovedInSheet"];nextId=1;cells={};adaptRanges(e,t,o){for(const s of Object.keys(this.cells))for(const i of Object.values(this.cells[s]||{}))if(i.isFormula)for(const n of i.compiledFormula.dependencies)if(n.sheetId===t||n.invalidSheetName===o.old){const t=e(n);"NONE"!==t.changeType&&this.history.update("cells",s,i.id,"compiledFormula","dependencies",i.compiledFormula.dependencies.indexOf(n),t.range)}}allowDispatch(e){switch(e.type){case"UPDATE_CELL":return this.checkValidations(e,this.checkCellOutOfSheet,this.checkUselessUpdateCell);case"CLEAR_CELL":return this.checkValidations(e,this.checkCellOutOfSheet,this.checkUselessClearCell);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&&void 0!==e.format&&this.setFormatter(e.sheetId,e.target,e.format);break;case"CLEAR_FORMATTING":this.clearFormatting(e.sheetId,e.target);break;case"ADD_COLUMNS_ROWS":"COL"===e.dimension?this.handleAddColumnsRows(e,this.copyColumnStyle.bind(this)):this.handleAddColumnsRows(e,this.copyRowStyle.bind(this));break;case"UPDATE_CELL":this.updateCell(e.sheetId,e.col,e.row,e);break;case"CLEAR_CELL":this.dispatch("UPDATE_CELL",{sheetId:e.sheetId,col:e.col,row:e.row,content:"",style:null,format:""});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(const o of Fo(t))for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++){const o=this.getters.getCell({sheetId:e,col:t,row:s});(o?.isFormula||o?.content)&&this.dispatch("UPDATE_CELL",{sheetId:e,content:"",col:t,row:s})}}setFormatter(e,t,o){for(const s of Fo(t))for(let t=s.top;t<=s.bottom;t++)for(let i=s.left;i<=s.right;i++)this.dispatch("UPDATE_CELL",{sheetId:e,col:i,row:t,format:o})}clearFormatting(e,t){for(const o of Fo(t))for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,style:null,format:""})}clearCells(e,t){for(const o of t)for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,content:"",style:null,format:""})}handleAddColumnsRows(e,t){let o,s;"before"===e.position?(o=Ct(e.base,e.base+e.quantity),s=e.base+e.quantity):(o=Ct(e.base+1,e.base+e.quantity+1),s=e.base),t(e.sheetId,s,o)}import(e){for(const t of e.sheets){const o=t.id,s=new j_;for(const e in t.cells)if(t.cells[e]){const{col:o,row:i}=Do(e),n={sheetId:t.id,col:o,row:i};s.set(n,{content:t.cells[e]})}for(const[e,o]of[["style",t.styles],["format",t.formats]])for(const[i,n]of ua(t.id,o)){const t=s.get(i);t?t[e]=n:s.set(i,{[e]:n})}for(const i of s.keysForSheet(o)){const o=s.get(i);if(o?.content||o?.format||o?.style){const s=this.importCell(t.id,o?.content,o?.style?e.styles[o?.style]:void 0,o?.format?e.formats[o?.format]:void 0);this.history.update("cells",t.id,s.id,s),this.dispatch("UPDATE_CELL_POSITION",{cellId:s.id,...i})}}}}export(e){const t={},o={};for(const s of e.sheets){const e=[],i=[],n={},r=Object.keys(this.cells[s.id]||{}).map((e=>this.getters.getCellPosition(e))).sort(((e,t)=>e.col===t.col?e.row-t.row:e.col-t.col));for(const s of r){const r=this.getters.getCell(s),a=_o(s.col,s.row),l=this.removeDefaultStyleValues(r.style);if(Object.keys(l).length){const o=ha(l,t);e[o]??=[],e[o].push(s)}if(r.format){const e=ha(r.format,o);i[e]??=[],i[e].push(s)}r.content&&(n[a]=r.content)}s.styles=da(e),s.formats=da(i),s.cells=n}e.styles=t,e.formats=o}importCell(e,t,o,s){const i=this.getNextUid();return this.createCell(i,t||"",s,o,e)}exportForExcel(e){this.export(e);const t=[];for(const o in e.formats||[])Xr(e.formats[o])||(t.push(Number(o)),delete e.formats[o]);if(t.length)for(const o of e.sheets)for(const e in o.formats){const s=o.formats[e];s&&t.includes(s)&&delete o.formats[e]}}removeDefaultStyleValues(e){const t={...e};for(const e in Oe)t[e]===Oe[e]&&delete t[e];return t}getCells(e){return this.cells[e]||{}}getCellById(e){const t=this.getters.getCellPosition(e);return this.cells[t.sheetId][e]}getFormulaString(e,t,o,s=!1){if(!o.length)return Lt(t.map((e=>e.value)));let i=0;return Lt(t.map((t=>{if("REFERENCE"===t.type){const t=o[i++];return this.getters.getRangeString(t,e,{useBoundedReference:s})}return t.value})))}getTranslatedCellFormula(e,t,o,s){const i=this.getters.createAdaptedRanges(BC(s).dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t))),t,o,e);return this.getFormulaString(e,s,i)}getFormulaMovedInSheet(e,t,o){const s=BC(o).dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t))),i=this.getters.removeRangesSheetPrefix(t,s);return this.getFormulaString(t,o,i)}getCellStyle(e){return this.getters.getCell(e)?.style||{}}zoneToXC(e,t,o=[{colFixed:!1,rowFixed:!1}]){const s=_o((t=this.getters.expandZone(e,t)).left,t.top,o[0]),i=_o(t.right,t.bottom,o.length>1?o[1]:o[0]),n=this.getters.getMainCellPosition({sheetId:e,col:t.left,row:t.top}),r=this.getters.getMainCellPosition({sheetId:e,col:t.right,row:t.bottom}),a=n.col===r.col&&n.row===r.row;return s===i||a?s:s+":"+i}setStyle(e,t,o){for(const s of Fo(t))for(let t=s.left;t<=s.right;t++)for(let i=s.top;i<=s.bottom;i++){const s=this.getters.getCell({sheetId:e,col:t,row:i});this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:i,style:o?{...s?.style,...o}:void 0})}}copyColumnStyle(e,t,o){for(let s=0;s<this.getters.getNumberRows(e);s++){const i=this.getFormat(e,t,s);if(i.style||i.format)for(const t of o)this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,...i})}}copyRowStyle(e,t,o){for(let s=0;s<this.getters.getNumberCols(e);s++){const i=this.getFormat(e,s,t);if(i.style||i.format)for(const t of o)this.dispatch("UPDATE_CELL",{sheetId:e,col:s,row:t,...i})}}getFormat(e,t,o){const s={},i=this.getters.getMainCellPosition({sheetId:e,col:t,row:o}),n=this.getters.getCell(i);return n&&(n.style&&(s.style=n.style),n.format&&(s.format=n.format)),s}getNextUid(){const e=this.nextId.toString();return this.history.update("nextId",this.nextId+1),e}updateCell(e,t,o,s){const i=this.getters.getCell({sheetId:e,col:t,row:o}),n="content"in s||"formula"in s,r=n?Xt(s?.content):i?.content||"";let a;a=void 0!==s.style?s.style||void 0:i?i.style:void 0;const l="format"in s?s.format:i&&i.format;if((n&&!r&&!s.formula||!n&&(!i||""===i.content))&&!a&&!l)return void(i&&(this.history.update("cells",e,i.id,void 0),this.dispatch("UPDATE_CELL_POSITION",{cellId:void 0,col:t,row:o,sheetId:e})));const c=i?.id||this.getNextUid(),h=this.createCell(c,r,l,a,e);this.history.update("cells",e,h.id,h),this.dispatch("UPDATE_CELL_POSITION",{cellId:h.id,col:t,row:o,sheetId:e})}createCell(e,t,o,s,i){return t.startsWith("=")?this.createFormulaCell(e,t,o,s,i):this.createLiteralCell(e,t,o,s)}createLiteralCell(e,t,o,s){const i=this.getters.getLocale(),n=Qr(t,i);return Kr(o=o||("number"==typeof n?Lr(t,i)||Vr(t):void 0))||mn(t)||(t=xn(n)),{id:e,content:t,style:s,format:o,isFormula:!1,parsedValue:n}}createFormulaCell(e,t,o,s,i){const n=zC(t);return n.dependencies.length?this.createFormulaCellWithDependencies(e,n,o,s,i):{id:e,content:t,style:s,format:o,isFormula:!0,compiledFormula:{...n,dependencies:[]}}}createFormulaCellWithDependencies(e,t,o,s,i){const n=[];for(const e of t.dependencies)n.push(this.getters.getRangeFromSheetXC(i,e));return new aV(e,t,o,s,n,i,this.getters.getRangeString)}checkCellOutOfSheet(e){const{sheetId:t,col:o,row:s}=e;if(!this.getters.tryGetSheet(t))return"InvalidSheetId";return Jo(o,s,this.getters.getSheetZone(t))?"Success":"TargetOutOfSheet"}checkUselessClearCell(e){const t=this.getters.getCell(e);return t&&(t.content||t.style||t.format)?"Success":"NoChanges"}checkUselessUpdateCell(e){const t=this.getters.getCell(e),o="style"in e,s="format"in e;return("content"in e||"formula"in e)&&t?.content!==e.content||o&&!zt(t?.style,e.style)||s&&t?.format!==e.format?"Success":"NoChanges"}}).add("merge",class extends rV{static getters=["isInMerge","isInSameMerge","isMergeHidden","getMainCellPosition","expandZone","doesIntersectMerge","doesColumnsHaveCommonMerges","doesRowsHaveCommonMerges","getMerges","getMerge","getMergesInZone","isSingleCellOrMerge","getSelectionRangeString","isMainCellPosition"];nextId=1;merges={};mergeCellMap={};allowDispatch(e){const t="force"in e&&!!e.force;switch(e.type){case"ADD_MERGE":return t?this.checkValidations(e,this.checkFrozenPanes):this.checkValidations(e,this.checkDestructiveMerge,this.checkOverlap,this.checkFrozenPanes);case"UPDATE_CELL":return this.checkMergedContentUpdate(e);case"REMOVE_MERGE":return this.checkMergeExists(e);default:return"Success"}}handle(e){switch(e.type){case"CREATE_SHEET":case"DELETE_SHEET":this.history.update("merges",e.sheetId,{}),this.history.update("mergeCellMap",e.sheetId,{});break;case"DUPLICATE_SHEET":const t=this.merges[e.sheetId];if(!t)break;for(const o of Object.values(t).filter(Mt))this.addMerge(e.sheetIdTo,o.zone);break;case"ADD_MERGE":for(const t of e.target)this.addMerge(e.sheetId,t);break;case"REMOVE_MERGE":for(const t of e.target)this.removeMerge(e.sheetId,t)}}adaptRanges(e,t){this.applyRangeChangeOnSheet(t,e)}getMerges(e){return Object.keys(this.merges[e]||{}).map((t=>this.getMergeById(e,parseInt(t,10)))).filter(Mt)}getMerge({sheetId:e,col:t,row:o}){const s=this.mergeCellMap[e],i=s?t in s&&s[t]?.[o]:void 0;return i?this.getMergeById(e,i):void 0}getMergesInZone(e,t){const o=this.mergeCellMap[e];if(!o)return[];const s=new Set;for(let e=t.left;e<=t.right;e++)for(let i=t.top;i<=t.bottom;i++){const t=o[e]?.[i];t&&s.add(t)}return Array.from(s).map((t=>this.getMergeById(e,t))).filter(Mt)}getSelectionRangeString(e,t){const o=this.getters.expandZone(e.sheetId,e.zone),s=Ma({...e,zone:{...o,bottom:La(e)?void 0:o.bottom,right:Va(e)?void 0:o.right}},this.getters.getSheetSize),i=this.getters.getRangeString(s,t);if(this.isSingleCellOrMerge(e.sheetId,e.zone)){const{sheetName:e,xc:t}=Ra(i);return Ta(e,t.split(":")[0])}return i}doesIntersectMerge(e,t){for(const o of this.getMerges(e))if(Ko(t,o))return!0;return!1}doesColumnsHaveCommonMerges(e,t,o){const s=this.getters.getSheet(e);for(let i=0;i<this.getters.getNumberRows(e);i++)if(this.isInSameMerge(s.id,t,i,o,i))return!0;return!1}doesRowsHaveCommonMerges(e,t,o){const s=this.getters.getSheet(e);for(let i=0;i<=this.getters.getNumberCols(e);i++)if(this.isInSameMerge(s.id,i,t,i,o))return!0;return!1}expandZone(e,t){const{left:o,right:s,top:i,bottom:n}=t;let r={left:o,right:s,top:i,bottom:n};for(const t in this.merges[e]){const o=this.getMergeById(e,parseInt(t));o&&Ko(o,r)&&(r=Zo(o,r))}return Yo(r,t)?r:this.expandZone(e,r)}isInSameMerge(e,t,o,s,i){const n=this.getMerge({sheetId:e,col:t,row:o}),r=this.getMerge({sheetId:e,col:s,row:i});return!(!n||!r)&&Yo(n,r)}isInMerge({sheetId:e,col:t,row:o}){const s=this.mergeCellMap[e];return!!s&&(t in s&&Boolean(s[t]?.[o]))}getMainCellPosition(e){const t=this.getMerge(e);return t?{sheetId:e.sheetId,col:t.left,row:t.top}:e}isMergeHidden(e,t){const o=this.getters.getHiddenColsGroups(e),s=this.getters.getHiddenRowsGroups(e);for(const e of o)if(t.left>=e[0]&&t.right<=e[e.length-1])return!0;for(const e of s)if(t.top>=e[0]&&t.bottom<=e[e.length-1])return!0;return!1}isSingleCellOrMerge(e,t){const o=this.getMerge({sheetId:e,col:t.left,row:t.top});if(o)return Yo(t,o);const{numberOfCols:s,numberOfRows:i}=es(t);return 1===s&&1===i}isMainCellPosition(e){return zt(this.getMainCellPosition(e),e)}isMergeDestructive(e,t){let{left:o,right:s,top:i,bottom:n}=t;s=St(s,0,this.getters.getNumberCols(e)-1),n=St(n,0,this.getters.getNumberRows(e)-1);for(let t=i;t<=n;t++)for(let n=o;n<=s;n++)if(n!==o||t!==i){const o=this.getters.getCell({sheetId:e,col:n,row:t});if(o&&""!==o.content)return!0}return!1}getMergeById(e,t){const o=this.merges[e]?.[t];return void 0!==o?dV(t,o):void 0}checkDestructiveMerge({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return"Success";return t.some((t=>this.isMergeDestructive(e,t)))?"MergeIsDestructive":"Success"}checkOverlap({target:e}){for(const t of e)for(const o of e)if(t!==o&&Ko(t,o))return"MergeOverlap";return"Success"}checkFrozenPanes({sheetId:e,target:t}){if(!this.getters.tryGetSheet(e))return"Success";const{xSplit:o,ySplit:s}=this.getters.getPaneDivisions(e);return gs(t,o,s)?"FrozenPaneOverlap":"Success"}checkMergedContentUpdate(e){const{col:t,row:o,content:s}=e;if(void 0===s)return"Success";const{col:i,row:n}=this.getMainCellPosition(e);return i===t&&n===o?"Success":"CellIsMerged"}checkMergeExists(e){const{sheetId:t,target:o}=e;for(const e of o){const{left:o,top:s}=e,i=this.getMerge({sheetId:t,col:o,row:s});if(void 0===i||!Yo(e,i))return"InvalidTarget"}return"Success"}addMerge(e,t){let{left:o,right:s,top:i,bottom:n}=t;s=St(s,0,this.getters.getNumberCols(e)-1),n=St(n,0,this.getters.getNumberRows(e)-1);if(_o(o,i)===_o(s,n))return;const r=this.getters.getCell({sheetId:e,col:o,row:i}),a=this.nextId++;this.history.update("merges",e,a,this.getters.getRangeFromSheetXC(e,Bo({left:o,top:i,right:s,bottom:n})));const l=new Set;for(let t=i;t<=n;t++)for(let n=o;n<=s;n++){n===o&&t===i||this.dispatch("UPDATE_CELL",{sheetId:e,col:n,row:t,style:r?r.style:null,content:""});const s=this.getMerge({sheetId:e,col:n,row:t});s&&l.add(s.id),this.history.update("mergeCellMap",e,n,t,a)}for(const t of l){const{top:o,bottom:s,left:i,right:n}=this.getMergeById(e,t);for(let t=o;t<=s;t++)for(let o=i;o<=n;o++){const s={sheetId:e,col:o,row:t},i=this.getMerge(s);i&&i.id===a||(this.history.update("mergeCellMap",e,o,t,void 0),this.dispatch("CLEAR_CELL",s))}this.history.update("merges",e,t,void 0)}}removeMerge(e,t){const{left:o,top:s,bottom:i,right:n}=t,r=this.getMerge({sheetId:e,col:o,row:s});if(void 0!==r&&Yo(t,r)){this.history.update("merges",e,r.id,void 0);for(let t=s;t<=i;t++)for(let s=o;s<=n;s++)this.history.update("mergeCellMap",e,s,t,void 0)}}applyRangeChangeOnSheet(e,t){const o=Object.entries(this.merges[e]||{});for(const[s,i]of o)if(i){const o=i.zone,n=t(i);switch(n.changeType){case"NONE":break;case"REMOVE":this.removeMerge(e,o);break;default:const{numberOfCols:t,numberOfRows:i}=es(n.range.zone);1===t&&1===i?this.removeMerge(e,o):this.history.update("merges",e,parseInt(s,10),n.range)}}this.history.update("mergeCellMap",e,{});for(const t of this.getMerges(e))for(const{col:o,row:s}of ss(t))this.history.update("mergeCellMap",e,o,s,t.id)}import(e){const t=e.sheets||[];for(const 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(const o of t)this.addMerge(e,Vo(o))}export(e){for(const t of e.sheets){const e=this.merges[t.id];e&&t.merges.push(...hV(e))}}exportForExcel(e){this.export(e)}}).add("headerSize",class extends rV{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,pt(this.sizes[e.sheetId]));break;case"DELETE_SHEET":const t={...this.sizes};delete t[e.sheetId],this.history.update("sizes",t);break;case"REMOVE_COLUMNS_ROWS":{const t=Qt(this.sizes[e.sheetId][e.dimension],e.elements);this.history.update("sizes",e.sheetId,e.dimension,t);break}case"ADD_COLUMNS_ROWS":{const t=[...this.sizes[e.sheetId][e.dimension]],o=Ht(e.position,e.base),s=t[e.base];t.splice(o,0,...Array(e.quantity).fill(s)),this.history.update("sizes",e.sheetId,e.dimension,t);break}case"RESIZE_COLUMNS_ROWS":if("ROW"===e.dimension)for(const t of e.elements)this.history.update("sizes",e.sheetId,e.dimension,t,e.size||void 0);else for(const t of e.elements)this.history.update("sizes",e.sheetId,e.dimension,t,e.size||void 0)}}getColSize(e,t){return Math.round(this.sizes[e]?.COL[t]||xe)}getUserRowSize(e,t){const o=this.sizes[e]?.ROW[t];return o?Math.round(o):void 0}import(e){for(const t of e.sheets){const e={COL:Array(t.colNumber).fill(void 0),ROW:Array(t.rowNumber).fill(void 0)};for(const[o,s]of Object.entries(t.rows))s.size&&(e.ROW[o]=s.size);for(const[o,s]of Object.entries(t.cols))s.size&&(e.COL[o]=s.size);this.sizes[t.id]=e}}exportForExcel(e){this.exportData(e,!0)}export(e){this.exportData(e)}exportData(e,t=!1){for(const o of e.sheets){void 0===o.rows&&(o.rows={});for(const e of Ct(0,this.getters.getNumberRows(o.id)))(t||this.sizes[o.id].ROW[e])&&(o.rows[e]={...o.rows[e],size:this.getUserRowSize(o.id,e)??Ee});void 0===o.cols&&(o.cols={});for(const e of Ct(0,this.getters.getNumberCols(o.id)))(t||this.sizes[o.id].COL[e])&&(o.cols[e]={...o.cols[e],size:this.getColSize(o.id,e)})}}}).add("borders",class extends rV{static getters=["getCellBorder","getBorders","getBordersColors","getCellBordersInZone"];borders={};allowDispatch(e){return"SET_BORDER"===e.type?this.checkValidations(e,this.checkBordersUnchanged,this.ensureHasBorder):"Success"}handle(e){switch(e.type){case"ADD_MERGE":for(const t of e.target)this.addBordersToMerge(e.sheetId,t);break;case"DUPLICATE_SHEET":this.history.update("borders",e.sheetIdTo,pt(this.borders[e.sheetId]));break;case"DELETE_SHEET":const t={...this.borders};delete t[e.sheetId],this.history.update("borders",t);break;case"SET_BORDER":e.border&&this.addBorders(e.sheetId,[ls(e)],e.border);break;case"SET_BORDERS_ON_TARGET":for(const t of e.target)for(let o=t.left;o<=t.right;o++)for(let s=t.top;s<=t.bottom;s++)this.addBorder(e.sheetId,{left:o,right:o,top:s,bottom:s},e.border&&Object.keys(e.border).length?e.border:void 0);break;case"SET_ZONE_BORDERS":const o=e.target.map((t=>this.getters.expandZone(e.sheetId,t)));"clear"===e.border.position?this.clearBorders(e.sheetId,o):this.addBorders(e.sheetId,o,this.borderDataToNewBorderData(e.border));break;case"CLEAR_FORMATTING":this.clearBorders(e.sheetId,e.target)}}beforeHandle(e){"REMOVE_COLUMNS_ROWS"===e.type&&("ROW"===e.dimension?this.onRowRemove(e.sheetId,e.elements):this.onColRemove(e.sheetId,e.elements))}adaptRanges(e,t){const o=[];for(const s of this.borders[t]??[]){const i=e(this.getters.getRangeFromZone(t,s.zone));switch(i.changeType){case"RESIZE":case"CHANGE":case"MOVE":o.push({...s,zone:i.range.unboundedZone});break;case"NONE":o.push(s)}}this.history.update("borders",t,o.filter((e=>!this.borderIsClear(e))))}onRowRemove(e,t){const o=new Set(t),s=[];for(const t of this.borders[e]??[]){let e=t;o.has(t.zone.top)&&(e=pt(t),e.style.top=t.style.horizontal),void 0!==t.zone.bottom&&o.has(t.zone.bottom)&&(e=e===t?pt(t):e,e.style.bottom=t.style.horizontal),s.push(e)}this.history.update("borders",e,s)}onColRemove(e,t){const o=new Set(t),s=[];for(const t of this.borders[e]??[]){let e=t;o.has(t.zone.left)&&(e=pt(t),e.style.left=t.style.vertical),void 0!==t.zone.right&&o.has(t.zone.right)&&(e=e===t?pt(t):e,e.style.right=t.style.vertical),s.push(e)}this.history.update("borders",e,s.filter((e=>!this.borderIsClear(e))))}getCellBorder(e){return this.getZoneExternalBorders(e.sheetId,ls(e))}getZoneExternalBorders(e,t){const o={};for(const s of this.borders[e]??[])Ko(s.zone,t)&&(o.right=(t.right===s.zone.right?s.style.right:s.style.vertical)??o.right,o.left=(t.left===s.zone.left?s.style.left:s.style.vertical)??o.left,o.bottom=(t.bottom===s.zone.bottom?s.style.bottom:s.style.horizontal)??o.bottom,o.top=(t.top===s.zone.top?s.style.top:s.style.horizontal)??o.top);return o}getCellBordersInZone(e,t){const o=new j_;for(const s of this.borders[e]??[]){const{zone:i,style:n}=s,r=jo(i,t);if(r)for(let t=r.left;t<=r.right;t++)for(let s=r.top;s<=r.bottom;s++){const r=o.get({sheetId:e,col:t,row:s})??{};r.right=(t===i.right?n.right:n.vertical)??r.right,r.left=(t===i.left?n.left:n.vertical)??r.left,r.bottom=(s===i.bottom?n.bottom:n.horizontal)??r.bottom,r.top=(s===i.top?n.top:n.horizontal)??r.top,o.set({sheetId:e,col:t,row:s},r)}}return o}getBordersColors(e){const t=new Set;for(const o of this.borders[e]??[])for(const e of Object.values(o.style))e?.color&&t.add(e.color);return[...t]}getBorders(e,t){const o=[];for(const s of this.borders[e]??[]){const e=jo(s.zone,t);e&&o.push(this.computeBorderFromZone(e,s))}return o}computeBorderFromZone(e,t){const o=t.style,s=t.zone,i=e.top===s.top,n=e.bottom===s.bottom,r=e.left===s.left,a=e.right===s.right;return{zone:e,style:{top:i?o.top:o.horizontal,bottom:n?o.bottom:o.horizontal,left:r?o.left:o.vertical,right:a?o.right:o.vertical,vertical:o.vertical,horizontal:o.horizontal}}}borderIsClear(e){const t=e.style;if(t.left||t.right||t.bottom||t.top)return!1;const o=e.zone;return(!(void 0===o.bottom||o.top<o.bottom)||!t.horizontal)&&(!(void 0===o.right||o.left<o.right)||!t.vertical)}clearBorders(e,t){for(const o of t)this.removeAndClearAdjacent(e,o)}removeAndClearAdjacent(e,t){const o=[];for(const s of this.borders[e]??[])for(const e of Fo([s.zone],[t]))for(const i of fs(e,t)){const e=this.computeBorderFromZone(i,s),n=Xo(i,t);switch(n?.position){case"left":e.style.left=void 0;break;case"right":e.style.right=void 0;break;case"top":e.style.top=void 0;break;case"bottom":e.style.bottom=void 0}o.push(e)}this.history.update("borders",e,o)}addBorders(e,t,o){for(const s of t)this.addBorder(e,s,o)}addBorder(e,t,o,s=!1){const i=[],n=o?{zone:t,style:o}:void 0,r={left:s||!!o?.left,right:s||!!o?.right,top:s||!!o?.top,bottom:s||!!o?.bottom};let a=[t];for(const o of this.borders[e]??[]){const e=jo(o.zone,t);if(e){if(n){let t=this.computeBorderFromZone(e,n).style;s||(t={...this.computeBorderFromZone(e,o).style,...Wt(t)}),i.push({zone:e,style:t})}a=Fo(a,[e]);for(const t of Fo([o.zone],[e]))i.push(this.computeBorderFromZone(t,o))}else{const e=Xo(o.zone,t);if(e&&r[e.position])for(const e of fs(o.zone,t)){const s=this.computeBorderFromZone(e,o),n=Xo(e,t);switch(n?.position){case"left":s.style.left=void 0;break;case"right":s.style.right=void 0;break;case"top":s.style.top=void 0;break;case"bottom":s.style.bottom=void 0}i.push(s)}else i.push(o)}}n&&i.push(...a.map((e=>this.computeBorderFromZone(e,n)))),this.history.update("borders",e,i.filter((e=>!this.borderIsClear(e))))}borderDataToNewBorderData(e){const t={},o={color:e.color??"#000000",style:e.style??"thin"};return["all","external","top"].includes(e.position)&&(t.top={...o}),["all","external","bottom"].includes(e.position)&&(t.bottom={...o}),["all","external","left"].includes(e.position)&&(t.left={...o}),["all","external","right"].includes(e.position)&&(t.right={...o}),["all","hv","v"].includes(e.position)&&(t.vertical={...o}),["all","hv","h"].includes(e.position)&&(t.horizontal={...o}),t}checkBordersUnchanged(e){const t=this.getCellBorder(e),o=!(e.border?.bottom||e.border?.left||e.border?.right||e.border?.top);return!t&&o||zt(t,e.border)?"NoChanges":"Success"}ensureHasBorder(e){return e.border?"Success":"NoChanges"}addBordersToMerge(e,t){const o={...this.getZoneExternalBorders(e,t),...Wt(this.getCellBorder({sheetId:e,col:t.left,row:t.top}))};this.addBorder(e,t,o,!0)}import(e){if(Object.keys(e.borders||{}).length)for(const t of e.sheets)for(const o in t.borders){const s=t.borders[o];this.addBorder(t.id,Vo(o),e.borders[s])}for(const t of e.sheets)if(t.merges)for(const e of t.merges)this.addBordersToMerge(t.id,Vo(e))}export(e){const t={};for(const o of e.sheets){o.borders={};for(const e of this.borders[o.id]??[])o.borders[Bo(e.zone)]=ha(e.style,t)}e.borders=t}exportForExcel(e){this.export(e)}}).add("conditional formatting",class extends rV{static getters=["getConditionalFormats","getRulesSelection","getRulesByCell","getAdaptedCfRanges"];cfRules={};adaptCFFormulas(e){for(const t in this.cfRules)for(const o of this.cfRules[t])if("DataBarRule"===o.rule.type&&o.rule.rangeValues){const s=e(o.rule.rangeValues);switch(s.changeType){case"REMOVE":this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule","rangeValues",void 0);break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule","rangeValues",s.range)}}else if("CellIsRule"===o.rule.type)for(let s=0;s<o.rule.values.length;s++)this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule","values",s,this.getters.adaptFormulaStringDependencies(t,o.rule.values[s],e));else if("IconSetRule"===o.rule.type)for(const s of["lowerInflectionPoint","upperInflectionPoint"])"formula"===o.rule[s].type&&this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule",s,"value",this.getters.adaptFormulaStringDependencies(t,o.rule[s].value,e));else if("ColorScaleRule"===o.rule.type)for(const s of["minimum","maximum","midpoint"]){const i=o.rule[s];"formula"===i?.type&&i?.value&&this.history.update("cfRules",t,this.cfRules[t].indexOf(o),"rule",s,"value",this.getters.adaptFormulaStringDependencies(t,i.value,e))}}adaptCFRanges(e,t){for(const o of this.cfRules[e])for(const s of o.ranges){const i=t(s);switch(i.changeType){case"REMOVE":const t=o.ranges.slice();t.splice(o.ranges.indexOf(s),1),t.length>=1?this.history.update("cfRules",e,this.cfRules[e].indexOf(o),"ranges",t):this.removeConditionalFormatting(o.id,e);break;case"RESIZE":case"MOVE":case"CHANGE":this.history.update("cfRules",e,this.cfRules[e].indexOf(o),"ranges",o.ranges.indexOf(s),i.range)}}}adaptRanges(e,t){const o=t?[t]:Object.keys(this.cfRules);for(const t of o)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(const t of this.getConditionalFormats(e.sheetId))this.addConditionalFormatting(t,e.sheetIdTo);break;case"DELETE_SHEET":const t=Object.assign({},this.cfRules);delete t[e.sheetId],this.history.update("cfRules",t);break;case"ADD_CONDITIONAL_FORMAT":const o={...e.cf,ranges:e.ranges.map((t=>this.getters.getRangeString(this.getters.getRangeFromRangeData(t),e.sheetId)))};this.addConditionalFormatting(o,e.sheetId);break;case"REMOVE_CONDITIONAL_FORMAT":this.removeConditionalFormatting(e.id,e.sheetId);break;case"CHANGE_CONDITIONAL_FORMAT_PRIORITY":this.changeCFPriority(e.cfId,e.delta,e.sheetId)}}import(e){for(const t of e.sheets)this.cfRules[t.id]=t.conditionalFormats.map((e=>this.mapToConditionalFormatInternal(t.id,e)))}export(e){if(e.sheets)for(const 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(const 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){const o=new Set;return t.forEach((t=>{this.getRulesByZone(e,t).forEach((e=>{o.add(e)}))})),Array.from(o)}getRulesByZone(e,t){const o=new Set;for(let s=t.top;s<=t.bottom;s++)for(let i=t.left;i<=t.right;i++){this.getRulesByCell(e,i,s).forEach((e=>{o.add(e.id)}))}return o}getRulesByCell(e,t,o){const s=[];for(const i of this.cfRules[e])for(const e of i.ranges)Jo(t,o,e.zone)&&s.push(i);return new Set(s.map((t=>this.mapToConditionalFormat(e,t))))}getAdaptedCfRanges(e,t,o,s){if(0===o.length&&0===s.length)return;const i=this.getters.getConditionalFormats(e),n=i.findIndex((e=>e.id===t.id));let r=[];n>-1&&(r=i[n].ranges.map(Lo));const a=Fo(r,s);return Fo([...o,...a],[]).map((t=>this.getters.getRangeDataFromZone(e,t)))}mapToConditionalFormat(e,t,{useBoundedReference:o}={useBoundedReference:!1}){const s=t.ranges.map((t=>this.getters.getRangeString(t,e,{useBoundedReference:o})));return"DataBarRule"!==t.rule.type?{...t,rule:{...t.rule},ranges:s}:{...t,rule:{...t.rule,rangeValues:t.rule.rangeValues&&this.getters.getRangeString(t.rule.rangeValues,e,{useBoundedReference:o})},ranges:s}}mapToConditionalFormatInternal(e,t){const o=t.ranges.map((t=>this.getters.getRangeFromSheetXC(e,t)));return"DataBarRule"!==t.rule.type?{...t,rule:{...t.rule},ranges:o}:{...t,rule:{...t.rule,rangeValues:t.rule.rangeValues?this.getters.getRangeFromSheetXC(e,t.rule.rangeValues):void 0},ranges:o}}addConditionalFormatting(e,t){const o=this.cfRules[t].slice(),s=o.findIndex((t=>t.id===e.id)),i=this.mapToConditionalFormatInternal(t,e);s>-1?o.splice(s,1,i):o.push(i),this.history.update("cfRules",t,o)}checkValidPriorityChange(e,t,o){if(!this.cfRules[o])return"InvalidSheetId";const s=this.cfRules[o].findIndex((t=>t.id===e));if(-1===s)return"InvalidConditionalFormatId";const i=s-t;return i<0||i>=this.cfRules[o].length?"InvalidConditionalFormatId":"Success"}checkEmptyRange(e){return e.ranges.length?"Success":"EmptyRange"}checkCFRule(e){const t=e.cf.rule;switch(t.type){case"CellIsRule":return this.checkValidations(t,this.checkOperatorArgsNumber,this.checkCFValues);case"ColorScaleRule":return this.checkValidations(t,this.chainValidations(this.checkThresholds(this.checkFormulaCompilation)),this.chainValidations(this.checkThresholds(this.checkNaN),this.batchValidations(this.checkMinBiggerThanMax,this.checkMinBiggerThanMid,this.checkMidBiggerThanMax)));case"IconSetRule":return this.checkValidations(t,this.chainValidations(this.checkInflectionPoints(this.checkNaN),this.checkLowerBiggerThanUpper),this.chainValidations(this.checkInflectionPoints(this.checkFormulaCompilation)))}return"Success"}checkCFHasChanged(e){const t=this.mapToConditionalFormatInternal(e.sheetId,{...e.cf,ranges:e.ranges.map((t=>this.getters.getRangeString(this.getters.getRangeFromRangeData(t),e.sheetId)))}),o=this.cfRules[e.sheetId]?.find((t=>t.id===e.cf.id));return o&&zt(t,o)?"NoChanges":"Success"}checkOperatorArgsNumber(e){const t=tR.get(e.operator).numberOfValues({type:e.operator,values:e.values});if(void 0===t||t>2)throw new Error("Checking more than 2 arguments is currently not supported. Add the appropriate CommandResult if you want to.");const o=[],s=e=>void 0===e||""===e;return t>=1&&s(e.values[0])&&o.push("FirstArgMissing"),t>=2&&s(e.values[1])&&o.push("SecondArgMissing"),o.length?o:"Success"}checkNaN(e,t){if(["number","percentage","percentile"].includes(e.type)&&(""===e.value||isNaN(e.value)))switch(t){case"min":return"MinNaN";case"max":return"MaxNaN";case"mid":return"MidNaN";case"upperInflectionPoint":return"ValueUpperInflectionNaN";case"lowerInflectionPoint":return"ValueLowerInflectionNaN"}return"Success"}checkFormulaCompilation(e,t){if("formula"!==e.type)return"Success";if(zC(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){const t=e.lowerInflectionPoint.value,o=e.upperInflectionPoint.value;return["number","percentage","percentile"].includes(e.lowerInflectionPoint.type)&&e.lowerInflectionPoint.type===e.upperInflectionPoint.type&&Number(t)>Number(o)?"LowerBiggerThanUpper":"Success"}checkMinBiggerThanMax(e){const t=e.minimum.value,o=e.maximum.value;return["number","percentage","percentile"].includes(e.minimum.type)&&e.minimum.type===e.maximum.type&&cV(t)>=cV(o)?"MinBiggerThanMax":"Success"}checkMidBiggerThanMax(e){const t=e.midpoint?.value,o=e.maximum.value;return e.midpoint&&["number","percentage","percentile"].includes(e.midpoint.type)&&e.midpoint.type===e.maximum.type&&cV(t)>=cV(o)?"MidBiggerThanMax":"Success"}checkMinBiggerThanMid(e){const t=e.minimum.value,o=e.midpoint?.value;return e.midpoint&&["number","percentage","percentile"].includes(e.midpoint.type)&&e.minimum.type===e.midpoint.type&&cV(t)>=cV(o)?"MinBiggerThanMid":"Success"}checkCFValues(e){for(const t of e.values){if(!t.startsWith("="))continue;if(zC(t||"").isBadExpression)return"ValueCellIsInvalidFormula"}return"Success"}removeConditionalFormatting(e,t){const o=this.cfRules[t].findIndex((t=>t.id===e));if(-1!==o){const e=this.cfRules[t].slice();e.splice(o,1),this.history.update("cfRules",t,e)}}changeCFPriority(e,t,o){const s=this.cfRules[o].findIndex((t=>t.id===e)),i=this.cfRules[o][s],n=s-t,r=[...this.cfRules[o]];r.splice(s,1),r.splice(n,0,i),this.history.update("cfRules",o,r)}}).add("figures",class extends rV{static getters=["getFigures","getFigure","getFigureSheetId"];figures={};insertionOrders=[];adaptRanges(e,t){for(const o of this.getFigures(t)){const s=e(this.getters.getRangeFromZone(t,{left:o.col,right:o.col,top:o.row,bottom:o.row}));if("MOVE"===s.changeType)this.history.update("figures",t,o.id,"col",s.range.zone.right),this.history.update("figures",t,o.id,"row",s.range.zone.bottom);else if("REMOVE"===s.changeType){const s=e(this.getters.getRangeFromZone(t,{left:0,right:o.col-1,top:0,bottom:o.row-1}));let{offset:i,col:n,row:r}=o;"NONE"!==s.changeType&&(n=s.range.zone.right+1,r=s.range.zone.bottom+1),({offset:i,col:n,row:r}=this.getPositionInSheet(t,{...o,col:n,row:r})),this.history.update("figures",t,o.id,"offset",i),this.history.update("figures",t,o.id,"col",n),this.history.update("figures",t,o.id,"row",r)}}}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){if("DELETE_SHEET"===e.type)this.getters.getFigures(e.sheetId).forEach((t=>{this.dispatch("DELETE_FIGURE",{figureId:t.id,sheetId:e.sheetId})}))}handle(e){switch(e.type){case"CREATE_SHEET":this.figures[e.sheetId]={};break;case"DELETE_SHEET":this.deleteSheet(e.sheetId);break;case"CREATE_FIGURE":const 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":"COL"===e.dimension?this.onColRemove(e.sheetId):this.onRowRemove(e.sheetId);break;case"DUPLICATE_SHEET":for(const t in this.figures[e.sheetId]){const o=this.figures[e.sheetId]?.[t];if(!o)continue;const s=t.split($e).pop(),i=`${e.sheetIdTo}${$e}${s}`;this.dispatch("CREATE_FIGURE",{figureId:i,...o,size:{width:o.width,height:o.height},sheetId:e.sheetIdTo})}}}onColRemove(e){const t=this.getters.getNumberCols(e),o=new Array(t+1);o[t]=0;for(let s=t-1;s>=0;s--)o[s]=o[s+1]+this.getters.getColSize(e,s);for(const t of this.getFigures(e))if(t.offset.x+t.width>o[t.col]){let s=t.offset.x,i=t.col;for(s=Math.min(s,o[i]-t.width);s<0&&i>0;)i--,s=o[i]-t.width;s!==t.offset.x&&this.history.update("figures",e,t.id,"offset",{x:Math.max(s,0),y:t.offset.y}),i!==t.col&&this.history.update("figures",e,t.id,"col",i)}}onRowRemove(e){const t=this.getters.getNumberRows(e),o=new Array(t+1);o[t]=0;for(let s=t-1;s>=0;s--)o[s]=o[s+1]+(this.getters.getUserRowSize(e,s)??Ee);for(const t of this.getFigures(e))if(t.offset.y+t.height>o[t.row]){let s=t.offset.y,i=t.row;for(let t=this.getters.getUserRowSize(e,i)??Ee;t<s;t=this.getters.getUserRowSize(e,i)??Ee)i+=1,s-=t;for(s=Math.min(s,o[i]-t.height);s<0&&i>0;)i--,s=o[i]-t.height;s!==t.offset.y&&this.history.update("figures",e,t.id,"offset",{x:t.offset.x,y:Math.max(0,s)}),i!==t.row&&this.history.update("figures",e,t.id,"row",i)}else t.offset.y+t.height>o[0]&&this.history.update("figures",e,t.id,"offset",{x:t.offset.x,y:Math.max(o[0]-t.height,0)})}getPositionInSheet(e,t){const{numberOfRows:o,numberOfCols:s}=this.getters.getSheetSize(e);let i,n,r=0,a=0,{col:l,row:c}=t;const h={...t.offset};for(i=o;r<t.height&&i>0;i--)r+=this.getters.getUserRowSize(e,i-1)??Ee;for(c>i?(c=i,h.y=Math.max(r-t.height,0)):c===i&&(h.y=St(h.y,0,Math.max(r-t.height,0))),n=s;a<t.width&&n>0;n--)a+=this.getters.getColSize(e,n-1);return l>n?(l=n,h.x=Math.max(a-t.width,0)):n===l&&(h.x=St(h.x,0,Math.max(a-t.width,0))),{col:l,row:c,offset:h}}updateFigure(e){if(!("figureId"in e)||!("sheetId"in e))return;const{figureId:t,sheetId:o,...s}=e,i={...this.getFigure(o,t),...s};for(const[e,t]of Object.entries(s))switch(e){case"tag":case"offset":this.history.update("figures",o,i.id,e,t);break;case"col":case"row":case"width":case"height":void 0!==t&&this.history.update("figures",o,i.id,e,t)}}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 void 0===this.figures[e.sheetId]?.[e.figureId]?"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){const t=[];for(const o of this.insertionOrders){const s=this.figures[e]?.[o];s&&t.push(s)}return t}getFigure(e,t){return this.figures[e]?.[t]}getFigureSheetId(e){return Object.keys(this.figures).find((t=>void 0!==this.figures[t]?.[e]))}import(e){for(const t of e.sheets)for(const e of t.figures)this.addFigure(e,t.id)}export(e){for(const t of e.sheets)for(const e of this.getFigures(t.id)){const o=void 0;t.figures.push({...e,data:o})}}exportForExcel(e){return this.export(e)}}).add("chart",class extends rV{static getters=["isChartDefined","getChartDefinition","getChartType","getChartIds","getChart","getFigureIdFromChartId","getContextCreationChart"];charts={};createChart=nE(this.getters);validateChartDefinition=e=>aE(this,e.definition);adaptRanges(e,t,o){for(const[s,i]of Object.entries(this.charts)){if(!i)continue;const n=i.chart.updateRanges(e,t,o);this.history.update("charts",s,n?{figureId:i.figureId,chart:n}: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":const{col:t,row:o,offset:s,size:i,sheetId:n,figureId:r}=e;this.getters.getFigure(n,r)||void 0===s||void 0===t||void 0===o||this.addFigure(r,n,t,o,s,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(const t of this.getChartIds(e.sheetId)){const{chart:o,figureId:s}=this.charts[t]||{};if(!o||!s)continue;const i=this.getters.getFigure(e.sheetId,s);if(!i)continue;const n=s.split($e).pop(),r=`${e.sheetIdTo}${$e}${n}`,a=t.split($e).pop(),l=`${e.sheetIdTo}${$e}${a}`,c=o.duplicateInDuplicatedSheet(e.sheetIdTo);c&&this.dispatch("CREATE_CHART",{figureId:r,chartId:l,col:i.col,row:i.row,offset:i.offset,size:{width:i.width,height:i.height},definition:c.getDefinition(),sheetId:e.sheetIdTo})}break;case"DELETE_FIGURE":for(const 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(const t of this.getChartIds(e.sheetId))this.history.update("charts",t,void 0)}}getContextCreationChart(e){return this.charts[e]?.chart.getContextCreation()}getChart(e){return this.charts[e]?.chart}getFigureIdFromChartId(e){if(!this.charts[e])throw new Error(`Chart with id ${e} does not exist.`);return this.charts[e].figureId}getChartType(e){const t=this.charts[e]?.chart.type;if(!t)throw new Error("Chart not defined.");return t}isChartDefined(e){return e in this.charts&&void 0!==this.charts}getChartIds(e){return Object.entries(this.charts).filter((([,t])=>t?.chart.sheetId===e)).map((([e])=>e))}getChartDefinition(e){const t=this.charts[e]?.chart.getDefinition();if(!t)throw new Error(`There is no chart with the given id: ${e}`);return t}import(e){for(const t of e.sheets)if(t.figures)for(const e of t.figures)if("chart"===e.tag){const o=e.data.chartId,s=this.createChart(e.id,e.data,t.id);this.charts[o]={chart:s,figureId:e.id}}else if("carousel"===e.tag)for(const o in e.data.chartDefinitions||{}){const s=e.data.chartDefinitions[o],i=this.createChart(e.id,s,t.id);this.charts[o]={chart:i,figureId:e.id}}}export(e){if(e.sheets)for(const t of e.sheets){const e=this.getters.getFigures(t.id),o=[];for(const t of e){const e=t,s=Object.keys(this.charts).find((e=>this.charts[e]?.figureId===t.id));if(e&&"chart"===e.tag&&s){const t=this.charts[s]?.chart.getDefinition();t&&(e.data={...t,chartId:s},o.push(e))}else if(e&&"carousel"===e.tag){const s=Object.keys(this.charts).filter((e=>this.charts[e]?.figureId===t.id)),i={};for(const e of s)i[e]=this.charts[e]?.chart.getDefinition();e.data={chartDefinitions:i},o.push(e)}else o.push(e)}t.figures=o}}addFigure(e,t,o,s,i,n={width:536,height:335}){this.dispatch("CREATE_FIGURE",{sheetId:t,figureId:e,col:o,row:s,offset:i,size:n,tag:"chart"})}addChart(e,t,o){const s=this.getters.getFigureSheetId(e);if(s){const i=this.createChart(e,o,s);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?"Success":zt(this.getChartDefinition(e.chartId),e.definition)?"NoChanges":"Success"}checkFigureArguments(e){return this.getters.getFigure(e.sheetId,e.figureId)||void 0!==e.offset&&void 0!==e.col&&void 0!==e.row?"Success":"MissingFigureArguments"}}).add("carousel",class extends rV{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":return this.carousels[e.sheetId]?.[e.figureId]?"Success":"InvalidFigureId"}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":{const t=this.getters.getFigures(e.sheetId);for(const o of t)if("carousel"===o.tag){const t=o.id.split($e).pop(),s=`${e.sheetIdTo}${$e}${t}`,i=this.getCarousel(o.id);if(i){const t={width:o.width,height:o.height};this.dispatch("CREATE_CAROUSEL",{sheetId:e.sheetIdTo,figureId:s,offset:o.offset,col:o.col,row:o.row,size:t,definition:{items:i.items.map((t=>{if("carouselDataView"===t.type)return{...t};const o=t.chartId.split($e).pop(),s=`${e.sheetIdTo}${$e}${o}`;return{...t,chartId:s}}))}})}}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)}}doesCarouselExist(e){for(const t in this.carousels)if(this.carousels[t]?.[e])return!0;return!1}getCarousel(e){for(const t in this.carousels)if(this.carousels[t]?.[e])return this.carousels[t][e];throw new Error(`There is no carousel with the given figureId: ${e}`)}removeDeletedCharts(e,t){const o=new Set(e.definition.items.filter((e=>"chart"===e.type)).map((e=>e.chartId)));for(const s of t)"chart"!==s.type||o.has(s.chartId)||this.dispatch("DELETE_CHART",{chartId:s.chartId,sheetId:e.sheetId})}import(e){for(const t of e.sheets){const e=(t.figures||[]).filter((e=>"carousel"===e.tag));for(const o of e)this.history.update("carousels",t.id,o.id,{items:o.data.items,title:o.data.title})}}export(e){for(const t of e.sheets){const e=t.figures.filter((e=>"carousel"===e.tag));for(const o of e)this.carousels[t.id]?.[o.id]&&(o.data={...o.data,...this.carousels[t.id]?.[o.id]})}}}).add("image",class extends rV{static getters=["getImage","getImagePath","getImageSize"];fileStore;images={};syncedImages=new Set;constructor(e){super(e),this.fileStore=e.external.fileStore}allowDispatch(e){return"CREATE_IMAGE"===e.type&&this.getters.getFigure(e.sheetId,e.figureId)?"InvalidFigureId":"Success"}handle(e){switch(e.type){case"CREATE_IMAGE":this.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":{const t=this.getters.getFigures(e.sheetId);for(const o of t)if("image"===o.tag){const t=o.id.split($e).pop(),s=`${e.sheetIdTo}${$e}${t}`,i=this.getImage(o.id);if(i){const t={width:o.width,height:o.height};this.dispatch("CREATE_IMAGE",{sheetId:e.sheetIdTo,figureId:s,offset:o.offset,col:o.col,row:o.row,size:t,definition:pt(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)}}garbageCollectExternalResources(){const e=new Set(this.getAllImages().map((e=>e.path)));for(const t of this.syncedImages)e.has(t)||this.fileStore?.delete(t)}getImage(e){for(const t of Object.values(this.images))if(t&&t[e])return t[e];throw new Error(`There is no image with the given figureId: ${e}`)}getImagePath(e){return this.getImage(e).path}getImageSize(e){return this.getImage(e).size}addFigure(e,t,o,s,i,n){this.dispatch("CREATE_FIGURE",{sheetId:t,figureId:e,col:o,row:s,offset:i,size:n,tag:"image"})}import(e){for(const t of e.sheets){const e=(t.figures||[]).filter((e=>"image"===e.tag));for(const o of e)this.history.update("images",t.id,o.id,o.data),this.syncedImages.add(o.data.path)}}export(e){for(const t of e.sheets){const e=t.figures.filter((e=>"image"===e.tag));for(const o of e)o.data=this.images[t.id]?.[o.id]}}exportForExcel(e){for(const t of e.sheets){t.images||(t.images=[]);const e=this.getters.getFigures(t.id),o=[];for(const t of e)if("image"===t?.tag){const e=this.getImage(t.id);e&&o.push({...t,data:pt(e)})}t.images=[...t.images,...o]}}getAllImages(){const e=[];for(const t in this.images)e.push(...Object.values(this.images[t]||{}).filter(Mt));return e}}).add("pivot_core",class extends rV{static getters=["getPivotCoreDefinition","getPivotDisplayName","getPivotId","getPivotFormulaId","getPivotIds","getMeasureCompiledFormula","getPivotName","isExistingPivot"];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?zt(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":case"DUPLICATE_PIVOT":if(!(e.pivotId in this.pivots))return"PivotIdNotFound"}return"Success"}handle(e){switch(e.type){case"ADD_PIVOT":{const{pivotId:t,pivot:o}=e;this.addPivot(t,o);break}case"INSERT_PIVOT":{const{sheetId:t,col:o,row:s,pivotId:i,table:n}=e,r={sheetId:t,col:o,row:s},{cols:a,rows:l,measures:c,fieldsType:h}=n,d=new oP(a,l,c,h||{}),u=this.getPivotFormulaId(i);this.insertPivot(r,u,d);break}case"RENAME_PIVOT":this.history.update("pivots",e.pivotId,"definition","name",e.name);break;case"REMOVE_PIVOT":{const t={...this.pivots};delete t[e.pivotId];const o=this.getPivotFormulaId(e.pivotId);this.history.update("formulaIds",o,void 0),this.history.update("pivots",t);break}case"DUPLICATE_PIVOT":{const{pivotId:t,newPivotId:o}=e,s=pt(this.getPivotCore(t).definition);s.name=e.duplicatedPivotName??s.name+" (copy)",this.addPivot(o,s);break}case"UPDATE_PIVOT":this.history.update("pivots",e.pivotId,"definition",pt(e.pivot)),this.compileCalculatedMeasures(e.pivot.measures)}}adaptRanges(e){for(const t in this.compiledMeasureFormulas)for(const o in this.compiledMeasureFormulas[t]){const s=this.compiledMeasureFormulas[t][o],i=[];for(const t of s.dependencies){const o=e(t);"NONE"===o.changeType?i.push(t):i.push(o.range)}const n=this.getters.getFormulaString(t,s.tokens,i);n!==o&&this.replaceMeasureFormula(t,o,n)}}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){if(!e.computedBy)throw new Error(`Measure ${e.fieldName} is not computed by formula`);const t=e.computedBy.sheetId;return this.compiledMeasureFormulas[t][e.computedBy.formula]}addPivot(e,t,o=this.nextFormulaId.toString()){this.history.update("pivots",e,{definition:pt(t),formulaId:o}),this.compileCalculatedMeasures(t.measures),this.history.update("formulaIds",o,e),this.history.update("nextFormulaId",this.nextFormulaId+1)}compileCalculatedMeasures(e){for(const t of e)if(t.computedBy){const e=t.computedBy.sheetId,o=this.compileMeasureFormula(t.computedBy.sheetId,t.computedBy.formula);this.history.update("compiledMeasureFormulas",e,t.computedBy.formula,o)}}insertPivot(e,t,o){this.resizeSheet(e.sheetId,e,o);const s=o.getPivotCells();for(let o=0;o<s.length;o++)for(let i=0;i<s[o].length;i++){const n=s[o][i];this.dispatch("UPDATE_CELL",{sheetId:e.sheetId,col:e.col+o,row:e.row+i,content:sh(t,n)})}}resizeSheet(e,{col:t,row:o},s){const i=s.getNumberOfDataColumns()+1,n=this.getters.getNumberCols(e),r=n-t;r<i&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:n-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:i-r,position:"after"});const a=s.columns.length+s.rows.length,l=this.getters.getNumberRows(e),c=l-o;c<a&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"ROW",base:l-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:a-c,position:"after"})}getPivotCore(e){const t=this.pivots[e];if(!t)throw new Error(`Pivot with id ${e} not found`);return t}compileMeasureFormula(e,t){const o=zC(t),s=o.dependencies.map((t=>this.getters.getRangeFromSheetXC(e,t)));return{...o,dependencies:s}}replaceMeasureFormula(e,t,o){this.history.update("compiledMeasureFormulas",e,t,void 0),this.history.update("compiledMeasureFormulas",e,o,this.compileMeasureFormula(e,o));for(const s in this.pivots){const i=this.pivots[s];if(i)for(const n of i.definition.measures)if(n.computedBy?.formula===t){const t=i.definition.measures.indexOf(n);this.history.update("pivots",s,"definition","measures",t,"computedBy",{formula:o,sheetId:e})}}}checkSortedColumnInMeasures(e){const t=e.measures.map((e=>e.id));return e.sortedColumn&&!t.includes(e.sortedColumn.measure)?"InvalidDefinition":"Success"}checkDuplicatedMeasureIds(e){const t=new Set(e.measures.map((e=>e.id)));return e.measures.length!==t.size?"InvalidDefinition":"Success"}checkCustomFieldsAreValid(e){for(const t in e.customFields){const o=e.customFields[t],s=new Set,i=new Set;let n=!1;for(const e of o.groups){if(!e.name||i.has(e.name))return"InvalidPivotCustomField";if(e.values.some((e=>s.has(e))))return"InvalidPivotCustomField";if(e.isOtherGroup&&n)return"InvalidPivotCustomField";e.values.forEach((e=>s.add(e))),i.add(e.name),n||=!!e.isOtherGroup}}return"Success"}import(e){if(e.pivots)for(const[t,o]of Object.entries(e.pivots))this.addPivot(t,o,o.formulaId);this.history.update("nextFormulaId",e.pivotNextId||Xc(this.pivots)+1)}export(e){e.pivots={};for(const t in this.pivots)e.pivots[t]={...this.getPivotCoreDefinition(t),formulaId:this.getPivotFormulaId(t)};e.pivotNextId=this.nextFormulaId}}).add("spreadsheet_pivot_core",class extends rV{allowDispatch(e){switch(e.type){case"ADD_PIVOT":case"UPDATE_PIVOT":const t=e.pivot;return this.checkDataSetValidity(t)}return"Success"}adaptRanges(e){for(const t of this.getters.getPivotIds()){const o=this.getters.getPivotCoreDefinition(t);if("SPREADSHEET"===o.type&&o.dataSet){const{sheetId:s,zone:i}=o.dataSet,n=gV(this.getters.getRangeFromZone(s,i),e),r=n&&{sheetId:n.sheetId,zone:n.zone};this.dispatch("UPDATE_PIVOT",{pivotId:t,pivot:{...o,dataSet:r}})}}}checkDataSetValidity(e){if("SPREADSHEET"===e.type&&e.dataSet){const{zone:t,sheetId:o}=e.dataSet;return o&&this.getters.tryGetSheet(o)&&t&&Ho(t)?this.getters.checkZonesExistInSheet(o,[t]):"InvalidDataSet"}return"Success"}}).add("tableStyle",class extends rV{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(!GT[e.templateName])return"InvalidTableStyle";try{Ds(e.primaryColor)}catch(e){return"InvalidTableStyle"}}return"Success"}handle(e){switch(e.type){case"CREATE_TABLE_STYLE":const t=WT(e.tableStyleName,e.templateName,e.primaryColor);this.history.update("styles",e.tableStyleId,t);break;case"REMOVE_TABLE_STYLE":const o={...this.styles};delete o[e.tableStyleId],this.history.update("styles",o);for(const t of this.getters.getSheetIds())for(const o of this.getters.getCoreTables(t))o.config.styleId===e.tableStyleId&&this.dispatch("UPDATE_TABLE",{sheetId:t,zone:o.range.zone,config:{styleId:TT.styleId}})}}getTableStyle(e){if(!this.styles[e])throw new Error(`Table style ${e} does not exist`);return this.styles[e]}getTableStyles(){return this.styles}getNewCustomTableStyleName(){return ho(di("Custom Table Style"),Object.values(this.styles).map((e=>e.displayName)),{compute:(e,t)=>`${e} ${t}`,start:2})}isTableStyleEditable(e){return!$T[e]}import(e){for(const e in $T)this.styles[e]=$T[e];for(const t in e.customTableStyles){const o=e.customTableStyles[t];this.styles[t]=WT(o.displayName,o.templateName,o.primaryColor)}}export(e){const t={};for(const e in this.styles)$T[e]||(t[e]={displayName:this.styles[e].displayName,templateName:this.styles[e].templateName,primaryColor:this.styles[e].primaryColor});e.customTableStyles=t}}),XU=(new n).add("ui_sheet",class extends Qd{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(const t of e.cols){const o=this.getColMaxWidth(e.sheetId,t);0!==o&&this.dispatch("RESIZE_COLUMNS_ROWS",{elements:[t],dimension:"COL",size:o,sheetId:e.sheetId})}break;case"AUTORESIZE_ROWS":this.autoResizeRows(e.sheetId,e.rows);break;case"DELETE_UNFILTERED_CONTENT":const t=[];for(const o of e.target){const s=yt(Ct(o.top,o.bottom+1).filter((t=>!this.getters.isRowFiltered(e.sheetId,t))));for(const e of s)t.push({...o,top:e[0],bottom:e[e.length-1]})}this.dispatch("DELETE_CONTENT",{sheetId:e.sheetId,target:t})}}getCellWidth(e){const t=this.getters.getCellComputedStyle(e);let o=0;const s=this.getters.getEvaluatedCell(e).formattedValue;if(s){const e=dl(this.ctx,s,t,void 0);o+=Math.max(...e.map((e=>sl(this.ctx,e,t))))}for(const t of this.getters.getCellIcons(e))o+=t.margin+t.size;if(this.getters.getDataValidationChipStyle(e)&&(o+=10),0===o)return 0;if(o+=2*De,"wrap"===t.wrapping){const t=this.getters.getColSize(this.getters.getActiveSheetId(),e.col);return Math.min(t,o)}return o}getTextWidth(e,t){return sl(this.ctx,e,t)}getCellText(e,t){const o=this.getters.getCell(e),s=this.getters.getLocale();if(t?.showFormula&&o?.isFormula)return Wl(o.content,s);if(t?.showFormula&&!o?.content)return"";{const i=this.getters.getEvaluatedCell(e),n=t?.availableWidth?{availableWidth:t.availableWidth,measureText:e=>sl(this.ctx,e,o?.style||{})}:void 0;return Er(i.value,{format:i.format,locale:s,formatWidth:n})}}getCellMultiLineText(e,t){const o=this.getters.getCellStyle(e),s=this.getters.getCellText(e,{showFormula:this.getters.shouldShowFormulas(),availableWidth:t.maxWidth});return dl(this.ctx,s,o,t.wrapText?t.maxWidth:void 0)}computeTextYCoordinate(e,t,o=Pe,s=1){const i=e.y+1,n=Qa(t,s);if(e.height>n+2*Te){if("middle"===o)return Math.ceil(i+(e.height-n)/2);if("bottom"===o)return i+e.height-n-Te}return i+Te}getContiguousZone(e,t){const o=t=>{for(const o of Ct(t.left,t.right+1)){if(!this.isCellEmpty({sheetId:e,col:o,row:t.top-1}))return{...t,top:t.top-1};if(!this.isCellEmpty({sheetId:e,col:o,row:t.bottom+1}))return{...t,bottom:t.bottom+1}}for(const o of Ct(t.top,t.bottom+1)){if(!this.isCellEmpty({sheetId:e,col:t.left-1,row:o}))return{...t,left:t.left-1};if(!this.isCellEmpty({sheetId:e,col:t.right+1,row:o}))return{...t,right:t.right+1}}return t};let s=!1,i=t;do{s=!1;const e=o(i);Yo(i,e)||(s=!0,i=e)}while(s);return i}isCellEmpty(e){const t=this.getters.getMainCellPosition(e);return this.getters.getEvaluatedCell(t).type===r.empty}getColMaxWidth(e,t){const o=ss(this.getters.getColsZone(e,t,t)).map((t=>this.getCellWidth({sheetId:e,...t})));return Math.max(0,no(o))}checkSheetExists(e){return"sheetId"in e&&void 0===this.getters.tryGetSheet(e.sheetId)?"InvalidSheetId":"Success"}checkZonesAreInSheet(e){const t="sheetId"in e?e.sheetId:this.getters.tryGetActiveSheetId();if("ranges"in e&&e.ranges.some((e=>!this.getters.tryGetSheet(e._sheetId))))return"InvalidSheetId";const o=this.getters.getCommandZones(e);return!t&&o.length>0?"NoActiveSheet":t&&o.length>0?this.getters.checkZonesExistInSheet(t,o):"Success"}autoResizeRows(e,t){const o=[];for(const s of t){let t=0;for(const o of this.getters.getRowCells(e,s)){const s=this.getters.getCellById(o);if(!s)continue;const i=this.getters.getCellPosition(s.id),n=this.getters.getColSize(e,i.col);if(s.isFormula||this.getters.getArrayFormulaSpreadingOn(i)){const e=this.getters.getEvaluatedCell(i).formattedValue,o=el(this.ctx,e,s?.style,n);o>t&&o>Ee&&(t=o)}else{const e=s.content,o=el(this.ctx,e,s?.style,n);o>=t&&o>Ee&&(t=0)}}o.push(t||null)}const s=new Map(o.map((e=>[e,[]])));for(let e=0;e<o.length;e++)s.get(o[e])?.push(t[e]);for(const[t,o]of s)this.dispatch("RESIZE_COLUMNS_ROWS",{elements:o,dimension:"ROW",size:t,sheetId:e})}}).add("ui_options",class extends Qd{static getters=["shouldShowFormulas"];showFormulas=!1;handle(e){if("SET_FORMULA_VISIBILITY"===e.type)this.showFormulas=e.show}shouldShowFormulas(){return this.showFormulas}}).add("autofill",class extends Qd{static layers=["Autofill"];static getters=["getAutofillTooltip"];autofillZone;steps;lastCellSelected={};direction;tooltip;allowDispatch(e){if("AUTOFILL_SELECT"===e.type){const t=this.getters.getActiveSheetId();return this.lastCellSelected.col=-1===e.col?this.lastCellSelected.col:St(e.col,0,this.getters.getNumberCols(t)),this.lastCellSelected.row=-1===e.row?this.lastCellSelected.row:St(e.row,0,this.getters.getNumberRows(t)),void 0!==this.lastCellSelected.col&&void 0!==this.lastCellSelected.row?"Success":"InvalidAutofillSelection"}return"Success"}handle(e){switch(e.type){case"AUTOFILL":this.autofill(!0);break;case"AUTOFILL_SELECT":this.select(e.col,e.row);break;case"AUTOFILL_AUTO":this.autofillAuto()}}getAutofillTooltip(){return this.tooltip}autofill(e){if(!this.autofillZone||!this.steps||void 0===this.direction)return void(this.tooltip=void 0);const t=this.getters.getSelectedZone(),o=this.autofillZone,s=[];switch(this.direction){case"down":for(let e=t.left;e<=t.right;e++){const i=[];for(let o=t.top;o<=t.bottom;o++)i.push(_o(e,o));const n=this.createGenerator(i);for(let t=o.top;t<=o.bottom;t++)s.push(this.computeNewCell(n,e,t))}break;case"up":for(let e=t.left;e<=t.right;e++){const i=[];for(let o=t.bottom;o>=t.top;o--)i.push(_o(e,o));const n=this.createGenerator(i);for(let t=o.bottom;t>=o.top;t--)s.push(this.computeNewCell(n,e,t))}break;case"left":for(let e=t.top;e<=t.bottom;e++){const i=[];for(let o=t.right;o>=t.left;o--)i.push(_o(o,e));const n=this.createGenerator(i);for(let t=o.right;t>=o.left;t--)s.push(this.computeNewCell(n,t,e))}break;case"right":for(let e=t.top;e<=t.bottom;e++){const i=[];for(let o=t.left;o<=t.right;o++)i.push(_o(o,e));const n=this.createGenerator(i);for(let t=o.left;t<=o.right;t++)s.push(this.computeNewCell(n,t,e))}}if(e){const e={},t={},o={},i=this.getters.getActiveSheetId();for(const n of s)this.collectBordersData(n,e),this.autofillMerge(i,n),this.autofillCell(i,n),this.collectConditionalFormatsData(i,n,t),this.collectDataValidationsData(i,n,o);this.autofillBorders(i,e),this.autofillConditionalFormats(i,t),this.autofillDataValidations(i,o),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){const o=JSON.stringify(e.border);o in t||(t[o]=[]),t[o].push(ls({col:e.col,row:e.row}))}collectConditionalFormatsData(e,t,o){const{originCol:s,originRow:i,col:n,row:r}=t,a=this.getters.getRulesByCell(e,s,i),l=_o(n,r);for(const e of a)e.id in o||(o[e.id]=[]),o[e.id].push(l)}collectDataValidationsData(e,t,o){const{originCol:s,originRow:i,col:n,row:r}=t,a={sheetId:e,col:s,row:i},l=this.getters.getValidationRuleForCell(a);l&&(l.id in o||(o[l.id]=[]),o[l.id].push(ls({col:n,row:r})))}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(const o in t){const s="undefined"===o?void 0:JSON.parse(o);this.dispatch("SET_BORDERS_ON_TARGET",{sheetId:e,border:s,target:Fo(t[o])})}}autofillConditionalFormats(e,t){for(const o in t){const s=t[o],i=this.getters.getConditionalFormats(e).find((e=>e.id===o));if(!i)continue;const n=this.getters.getAdaptedCfRanges(e,i,s.map(Vo),[]);n&&this.dispatch("ADD_CONDITIONAL_FORMAT",{cf:{id:i.id,rule:i.rule,stopIfTrue:i.stopIfTrue},ranges:n,sheetId:e})}}autofillDataValidations(e,t){for(const o in t){const s=t[o],i=this.getters.getDataValidationRule(e,o);if(!i)continue;const n=i.ranges.map((e=>e.zone)),r=Fo(n.concat(s),[]);this.dispatch("ADD_DATA_VALIDATION_RULE",{rule:i,ranges:r.map((t=>this.getters.getRangeDataFromZone(e,t))),sheetId:e})}}select(e,t){const o=this.getters.getSelectedZone();if(Jo(e,t,o))this.autofillZone=void 0;else{switch(this.direction=this.getDirection(e,t),this.direction){case"up":this.saveZone(t,o.top-1,o.left,o.right),this.steps=o.top-t;break;case"down":this.saveZone(o.bottom+1,t,o.left,o.right),this.steps=t-o.bottom;break;case"left":this.saveZone(o.top,o.bottom,e,o.left-1),this.steps=o.left-e;break;case"right":this.saveZone(o.top,o.bottom,o.right+1,e),this.steps=e-o.right}this.autofill(!1)}}autofillAuto(){const e=this.getters.getActivePosition(),t=this.getters.getTable(e);let o=t?t.range.zone.bottom:this.getAutofillAutoLastRow();const s=this.getters.getSelectedZone();for(let t=s.bottom+1;t<=o;t++)if(this.getters.getEvaluatedCell({...e,row:t}).type!==r.empty){o=t-1;break}o>s.bottom&&(this.select(e.col,o),this.autofill(!0))}getAutofillAutoLastRow(){const e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();let o=e.left,s=e.bottom;if(o>0){let e={sheetId:t,col:o-1,row:s};for(;this.getters.getEvaluatedCell(e).type!==r.empty;)s+=1,e={sheetId:t,col:o-1,row:s}}if(s===e.bottom&&(o=e.right,o<=this.getters.getNumberCols(t))){let e={sheetId:t,col:o+1,row:s};for(;this.getters.getEvaluatedCell(e).type!==r.empty;)s+=1,e={sheetId:t,col:o+1,row:s}}return s-1}computeNewCell(e,t,o){const{cellData:s,tooltip:i,origin:n}=e.next(),{content:r,style:a,border:l,format:c}=s;return this.tooltip=i,{originCol:n.col,originRow:n.row,col:t,row:o,content:r,style:a,border:l,format:c}}getRule(e,t){const o=nU.getAll().sort(((e,t)=>e.sequence-t.sequence)).find((o=>o.condition(e,t)));return o&&this.direction&&o.generateRule(e,t,this.direction)}createGenerator(e){const t=[],o=[],s=this.getters.getActiveSheetId();for(const t of e){const{col:e,row:i}=Do(t),n=this.getters.getCell({sheetId:s,col:e,row:i});o.push({col:e,row:i,cell:n,sheetId:s})}const i=o.map((e=>e.cell));for(const e of o){let o={type:"COPY_MODIFIER"};if(e&&e.cell){o=this.getRule(e.cell,i)||o}const s=this.getters.getCellBorder(e)||void 0;t.push({data:{...e,border:s},rule:o})}return new gU(t,this.getters,this.direction)}saveZone(e,t,o,s){this.autofillZone={top:e,bottom:t,left:o,right:s}}getDirection(e,t){const o=this.getters.getSelectedZone(),s={up:{number:o.top-t,value:"up"},down:{number:t-o.bottom,value:"down"},left:{number:o.left-e,value:"left"},right:{number:e-o.right,value:"right"}};if(1===Object.values(s).map((e=>e.number>0?1:0)).reduce(((e,t)=>e+t)))return Object.values(s).find((e=>e.number>0?1:0)).value;const i=s.up.number>0?"up":"down",n=s.left.number>0?"left":"right";return Math.abs(s[i].number)>=Math.abs(s[n].number)?s[i].value:s[n].value}autofillMerge(e,t){const{originCol:o,originRow:s,col:i,row:n}=t,r={sheetId:e,col:i,row:n},a={sheetId:e,col:o,row:s};if(this.getters.isInMerge(r)&&!this.getters.isInMerge(a)){const t=this.getters.getMerge(r);t&&this.dispatch("REMOVE_MERGE",{sheetId:e,target:[t]})}const l=this.getters.getMerge(a);l?.left===o&&l?.top===s&&this.dispatch("ADD_MERGE",{sheetId:e,target:[{top:n,bottom:n+l.bottom-l.top,left:i,right:i+l.right-l.left}]})}drawLayer(e){if(!this.autofillZone)return;const{ctx:t,thinLineWidth:o}=e,{x:s,y:i,width:n,height:r}=this.getters.getVisibleRect(this.autofillZone);n>0&&r>0&&(t.strokeStyle="black",t.lineWidth=o,t.setLineDash([3]),t.strokeRect(s,i,n,r),t.setLineDash([]))}}).add("sort",class extends Qd{allowDispatch(e){return"SORT_CELLS"===e.type?Jo(e.col,e.row,e.zone)?this.checkValidations(e,this.checkMerge,this.checkMergeSizes,this.checkArrayFormulaInSortZone):"InvalidSortAnchor":"Success"}handle(e){if("SORT_CELLS"===e.type)this.sortZone(e.sheetId,e,e.zone,e.sortDirection,e.sortOptions||{})}checkMerge({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return"Success";return ss(t).some((({col:t,row:o})=>!this.getters.isInMerge({sheetId:e,col:t,row:o})))?"InvalidSortZone":"Success"}checkMergeSizes({sheetId:e,zone:t}){if(!this.getters.doesIntersectMerge(e,t))return"Success";const o=this.getters.getMerges(e).filter((e=>Ko(e,t))),s=es(o[0]),[i,n]=[s.numberOfCols,s.numberOfRows];return o.every((e=>{const[t,o]=[e.right-e.left+1,e.bottom-e.top+1];return t===i&&o===n}))?"Success":"InvalidSortZone"}checkArrayFormulaInSortZone({sheetId:e,zone:t}){return ss(t).some((({col:t,row:o})=>this.getters.getArrayFormulaSpreadingOn({sheetId:e,col:t,row:o})))?"SortZoneWithArrayFormulas":"Success"}hasHeader(e,t){if(1===t[0].length)return!1;let o=t.map((t=>t.map((({col:t,row:o})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:o}).type))));return o[0][0]===r.empty&&(o=o.slice(1)),!o.some((e=>e[0]===r.empty))&&!!o.some((e=>e[1]!==r.empty&&e[0]!==e[1]))}sortZone(e,t,o,s,i){const[n,a]=this.mainCellsSteps(e,o),l=this.getters.getMainCellPosition({sheetId:e,col:t.col,row:t.row}).col,c=Object.assign({},o);let h=this.mainCells(e,o);!i.sortHeaders&&this.hasHeader(e,h)&&(c.top+=a),h=this.mainCells(e,c);const d=function(e,t,o){const s=e.map(((e,t)=>({index:t,type:e.type,value:e.value})));return(o?s.map((e=>e.type===r.empty?{...e,type:r.number,value:0}:e)):s).sort(gf(t))}(h[l-c.left].map((e=>this.getters.getEvaluatedCell(e))),s,Boolean(i.emptyCellAsZero)),u=d.map((e=>e.index)),[g,p]=[h.length,h[0].length],m=[];for(let e=0;e<g;e++)for(let t=0;t<p;t++){const{col:o,row:s,sheetId:i}=h[e][u[t]],r=this.getters.getCell({sheetId:i,col:o,row:s}),l=c.left+e*n,d=c.top+t*a,g={sheetId:i,col:l,row:d,content:""};if(r){let e=r.content;if(r.isFormula){const t=this.getters.getCellPosition(r.id);e=this.getters.getTranslatedCellFormula(i,0,d-t.row,r.compiledFormula.tokens)}g.style=r.style,g.content=e,g.format=r.format}m.push(g)}m.forEach((e=>this.dispatch("UPDATE_CELL",e)))}mainCellsSteps(e,t){const o=this.getters.getMerge({sheetId:e,col:t.left,row:t.top});return[o?o.right-o.left+1:1,o?o.bottom-o.top+1:1]}mainCells(e,t){const[o,s]=this.mainCellsSteps(e,t),i=[],n=Ct(t.left,t.right+1,o),r=Ct(t.top,t.bottom+1,s);for(const t of n){const o=[];i.push(o);for(const s of r)o.push({sheetId:e,col:t,row:s})}return i}}).add("automatic_sum",class extends Qd{static getters=["getAutomaticSums"];handle(e){if("SUM_SELECTION"===e.type){const e=this.getters.getActiveSheetId(),{zones:t,anchor:o}=this.getters.getSelection();for(const s of t){const t=this.getAutomaticSums(e,s,o.cell);this.dispatchCellUpdates(e,t)}}}getAutomaticSums(e,t,o){return this.shouldFindData(e,t)?this.sumAdjacentData(e,t,o):this.sumData(e,t)}sumData(e,t){const o=this.dimensionsToSum(e,t),s=this.sumDimensions(e,t,o).filter((({zone:t})=>!this.getters.isEmpty(e,t)));return o.has("ROW")&&o.has("COL")&&s.push(this.sumTotal(t)),s}sumAdjacentData(e,t,o){const{col:s,row:i}=Jo(o.col,o.row,t)?o:{col:t.left,row:t.top},n=this.findAdjacentData(e,s,i);return n?this.getters.isSingleCellOrMerge(e,t)||ts(Zo(n,t))?[{position:{col:s,row:i},zone:n}]:this.sumDimensions(e,Zo(n,t),this.transpose(this.dimensionsToSum(e,t))):[]}findAdjacentData(e,t,o){const s=this.getters.getSheet(e),i=this.getters.getMainCellPosition({sheetId:e,col:t,row:o}),n=this.findSuitableZoneToSum(s,i.col,i.row);if(n)return this.getters.expandZone(e,n)}findSuitableZoneToSum(e,t,o){const s=this.getters.getEvaluatedCell({sheetId:e.id,col:t,row:o-1}),i=this.getters.getEvaluatedCell({sheetId:e.id,col:t-1,row:o});if(this.isNumber(i)&&!this.isNumber(s))return this.findHorizontalZone(e,t,o);const n=this.findVerticalZone(e,t,o);if(this.isZoneValid(n))return n;const r=this.findHorizontalZone(e,t,o);return this.isZoneValid(r)?r:void 0}findVerticalZone(e,t,o){const s={top:0,bottom:o-1,left:t,right:t},i=this.reduceZoneStart(e,s,s.bottom);return{...s,top:i}}findHorizontalZone(e,t,o){const s={top:o,bottom:o,left:0,right:t-1},i=this.reduceZoneStart(e,s,s.right);return{...s,left:i}}reduceZoneStart(e,t,o){const s=this.getters.getEvaluatedCellsInZone(e.id,t),i=Ct(o,-1,-1),n=no(i.filter((e=>s[e]&&!s[e].isAutoSummable))),r=yt(i.filter((e=>this.isNumber(s[e]))))[0]||[];return no(r)<n?1/0:ro(r)}shouldFindData(e,t){return this.getters.isEmpty(e,t)||this.getters.isSingleCellOrMerge(e,t)}isNumber(e){return e.type===r.number&&!(e.format&&Pr(e.format))}isZoneValid(e){return e.bottom>=e.top&&e.right>=e.left}lastColIsEmpty(e,t){return this.getters.isEmpty(e,{...t,left:t.right})}lastRowIsEmpty(e,t){return this.getters.isEmpty(e,{...t,top:t.bottom})}dimensionsToSum(e,t){const o=new Set;return ts(t)?(o.add(1===es(t).numberOfCols?"COL":"ROW"),o):(this.lastColIsEmpty(e,t)&&o.add("ROW"),this.lastRowIsEmpty(e,t)&&o.add("COL"),0===o.size&&o.add("COL"),o)}sumDimensions(e,t,o){return[...o.has("COL")?this.sumColumns(t,e):[],...o.has("ROW")?this.sumRows(t,e):[]]}sumTotal(e){const{bottom:t,right:o}=e;return{position:{col:o,row:t},zone:{...e,top:t,right:o-1}}}sumColumns(e,t){const o=this.nextEmptyRow(t,{...e,bottom:e.bottom-1});return e={...e,bottom:Math.min(e.bottom,o.bottom-1)},ss(o).map((t=>({position:t,zone:{...e,right:t.col,left:t.col}})))}sumRows(e,t){const o=this.nextEmptyCol(t,{...e,right:e.right-1});return e={...e,right:Math.min(e.right,o.right-1)},ss(o).map((t=>({position:t,zone:{...e,top:t.row,bottom:t.row}})))}dispatchCellUpdates(e,t){for(const o of t){const{col:t,row:s}=o.position;this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:s,content:`=SUM(${this.getters.zoneToXC(e,o.zone)})`})}}nextEmptyRow(e,t){let o=t.bottom+1;const{left:s,right:i}=t;for(;!this.getters.isEmpty(e,{bottom:o,top:o,left:s,right:i});)o++;return{...t,top:o,bottom:o}}nextEmptyCol(e,t){let o=t.right+1;const{top:s,bottom:i}=t;for(;!this.getters.isEmpty(e,{left:o,right:o,top:s,bottom:i});)o++;return{...t,left:o,right:o}}transpose(e){return new Set([...e.values()].map((e=>"COL"===e?"ROW":"COL")))}}).add("format",class extends Qd{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)}}setContextualFormat(e,t,o){const s=[],i={};for(const o of Fo(t))for(let t=o.left;t<=o.right;t++)for(let n=o.top;n<=o.bottom;n++){const o={sheetId:e,col:t,row:n},r=this.getters.getPivotCellFromPosition(o);if(this.isSpilledPivotValueFormula(o,r)){s.push(o);const e=this.getters.getPivotIdFromPosition(o)||"";i[e]??=new Set,i[e].add(r.measure)}}const n=Fo(s.map(ls));for(const e in i){const t=i[e],s=this.getters.getPivotCoreDefinition(e);this.dispatch("UPDATE_PIVOT",{pivotId:e,pivot:{...s,measures:s.measures.map((e=>t.has(e.id)?{...e,format:o}:e))}})}this.dispatch("SET_FORMATTING",{sheetId:e,target:n,format:""}),this.dispatch("SET_FORMATTING",{sheetId:e,target:Fo(t,n),format:o})}isSpilledPivotValueFormula(e,t){const o=this.getters.getCell(e);return"VALUE"===t.type&&!o?.isFormula}setDecimal(e,t,o){const s={};for(const i of Fo(t))for(const t of ss(i)){const i=this.getCellNumberFormat({sheetId:e,...t});if(void 0!==i){const e=jr(i,o);s[e]=s[e]||[],s[e].push(t)}}for(const t in s){const o=Fo(s[t].map((e=>ls(e))));this.setContextualFormat(e,o,t)}}getCellNumberFormat(e){for(const t of[e]){const e=this.getters.getEvaluatedCell(t);if(!(e.type!==r.number||e.format&&Pr(e.format)))return e.format||kr(e.value)}}}).add("insert_pivot",class extends Qd{static getters=[];allowDispatch(e){if("DUPLICATE_PIVOT_IN_NEW_SHEET"===e.type){if(!this.getters.isExistingPivot(e.pivotId))return"PivotIdNotFound";if(!this.getters.getPivot(e.pivotId).isValid())return"PivotInError"}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){1===us(this.getters.getSelectedZone())&&this.selection.selectTableAroundSelection();const o=this.getters.getActiveSheetId();this.dispatch("ADD_PIVOT",{pivotId:e,pivot:{dataSet:{zone:this.getters.getSelectedZone(),sheetId:o},columns:[],rows:[],measures:[],name:di("New pivot"),type:"SPREADSHEET"}});const s=this.getters.getSheetIds().findIndex((e=>e===o))+1,i=this.getters.getPivotFormulaId(e);this.dispatch("CREATE_SHEET",{sheetId:t,name:di("Pivot #%(formulaId)s",{formulaId:i}),position:s}),this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:o,sheetIdTo:t});const n=this.getters.getPivot(e);this.insertPivotWithTable(t,0,0,e,n.getCollapsedTableStructure().export(),"dynamic")}duplicatePivotInNewSheet(e,t,o){this.dispatch("DUPLICATE_PIVOT",{pivotId:e,newPivotId:t,duplicatedPivotName:di("%s (copy)",this.getters.getPivotCoreDefinition(e).name)});const s=this.getters.getActiveSheetId(),i=this.getters.getSheetIds().indexOf(s)+1,n=this.getters.getPivotFormulaId(t),r=this.getters.getPivotName(t);if(this.dispatch("CREATE_SHEET",{sheetId:o,name:this.getPivotDuplicateSheetName(di("%(newPivotName)s (Pivot #%(formulaId)s)",{newPivotName:r,formulaId:n})),position:i}).isSuccessful){this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:s,sheetIdTo:o});const i=this.getters.getPivot(e);this.insertPivotWithTable(o,0,0,t,i.getCollapsedTableStructure().export(),"dynamic")}}getPivotDuplicateSheetName(e){const t=this.getters.getSheetIds().map((e=>this.getters.getSheetName(e)));return ho(bt(e),t)}insertPivotWithTable(e,t,o,s,i,n){const{cols:r,rows:a,measures:l,fieldsType:c}=i,h=new oP(r,a,l,c||{}),d=h.columns.length-1;this.resizeSheet(e,t,o,h);const u=this.getters.getPivotFormulaId(s);let g;"dynamic"===n?(this.dispatch("UPDATE_CELL",{sheetId:e,col:t,row:o,content:`=PIVOT(${u})`}),g={left:t,right:t,top:o,bottom:o}):(this.dispatch("INSERT_PIVOT",{sheetId:e,col:t,row:o,pivotId:s,table:h.export()}),g={left:t,right:t+h.getNumberOfDataColumns(),top:o,bottom:o+d+h.rows.length}),this.dispatch("CREATE_TABLE",{tableType:n,sheetId:e,ranges:[this.getters.getRangeDataFromZone(e,g)],config:{...it,numberOfHeaders:d}})}resizeSheet(e,t,o,s){const i=s.getNumberOfDataColumns()+1,n=this.getters.getNumberCols(e),r=n-t;r<i&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:n-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:i-r,position:"after"});const a=s.columns.length+s.rows.length,l=this.getters.getNumberRows(e),c=l-o;c<a&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"ROW",base:l-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:a-c,position:"after"})}splitPivotFormula(e,t,o,s){const i=this.getters.getSpreadZone({sheetId:e,col:t,row:o});if(!i)return;const n=this.getters.getPivotFormulaId(s),r=new Map;for(let t=i.left;t<=i.right;t++)for(let o=i.top;o<=i.bottom;o++){const s={sheetId:e,col:t,row:o};r.set(s,this.getters.getPivotCellFromPosition(s))}for(const[e,t]of r)this.dispatch("UPDATE_CELL",{...e,content:sh(n,t)});const a=this.getters.getCoreTable({sheetId:e,col:t,row:o});if("dynamic"===a?.type){const s=ls({col:t,row:o}),n=this.getters.getRangeDataFromZone(e,i);this.dispatch("UPDATE_TABLE",{sheetId:e,zone:s,newTableRange:n,tableType:"static"})}}}).add("pivot_presence",class extends Qd{static getters=["getPivotPresenceTracker"];trackPresencePivotId;tracker;handle(e){switch(e.type){case"PIVOT_START_PRESENCE_TRACKING":this.tracker=new WU,this.trackPresencePivotId=e.pivotId;break;case"PIVOT_STOP_PRESENCE_TRACKING":this.trackPresencePivotId=void 0}}getPivotPresenceTracker(e){if(this.trackPresencePivotId===e){if(!this.tracker)throw new Error("Tracker not initialized");return this.tracker}}}).add("split_to_columns",class extends Qd{static getters=["getAutomaticSeparator"];allowDispatch(e){return"SPLIT_TEXT_INTO_COLUMNS"===e.type?this.chainValidations(this.batchValidations(this.checkSingleColSelected,this.checkNonEmptySelector),this.batchValidations(this.checkNotOverwritingContent,this.checkSeparatorInSelection))(e):"Success"}handle(e){if("SPLIT_TEXT_INTO_COLUMNS"===e.type)this.splitIntoColumns(e)}getAutomaticSeparator(){const e=this.getters.getSelectedCells();for(const t of e)if(t.value&&t.type===r.text){const e=this.getAutoSeparatorForString(t.value);if(e)return e}return" "}getAutoSeparatorForString(e){const t=[ot,";",","," ","."];for(const o of t)if(e.includes(o))return o}splitIntoColumns({separator:e,addNewColumns:t}){const o=this.getters.getSelectedZone(),s=this.getters.getActiveSheetId(),i=this.getSplittedCols(o,e);t&&this.addColsToAvoidCollisions(o,i),this.removeMergesInSplitZone(o,i),this.addColumnsToNotOverflowSheet(o,i);for(let e=0;e<i.length;e++){const t=o.top+e,n=i[e],r=o.left,a=this.getters.getCell({sheetId:s,col:r,row:t});if(1!==n.length||n[0]!==a?.content)for(const[e,o]of n.entries())this.dispatch("UPDATE_CELL",{sheetId:s,col:r+e,row:t,content:Hl(o,this.getters.getLocale()),format:"",style:a?.style||null})}}getSplittedCols(e,t){if(!t)throw new Error("Separator cannot be empty");const o=this.getters.getActiveSheetId(),s=[];for(const i of Ct(e.top,e.bottom+1)){const n=this.getters.getEvaluatedCell({sheetId:o,col:e.left,row:i}).formattedValue;s.push(this.splitAndRemoveTrailingEmpty(n,t))}return s}splitAndRemoveTrailingEmpty(e,t){const o=e.split(t);for(;o.length>1&&""===o[o.length-1];)o.pop();return o}willSplittedColsOverwriteContent(e,t){const o=this.getters.getActiveSheetId();for(const s of Ct(e.top,e.bottom+1)){const i=t[s-e.top];for(let t=1;t<i.length;t++){const i=this.getters.getCell({sheetId:o,col:e.left+t,row:s});if(i&&i.content)return!0}}return!1}removeMergesInSplitZone(e,t){const o=this.getters.getActiveSheetId(),s=Math.max(...t.map((e=>e.length))),i={...e,right:e.left+s-1},n=this.getters.getMergesInZone(o,i);this.dispatch("REMOVE_MERGE",{sheetId:o,target:n})}addColsToAvoidCollisions(e,t){const o=this.getters.getActiveSheetId();let s=0;for(const i of Ct(e.top,e.bottom+1)){const n={sheetId:o,col:e.left,row:i},r=t[i-e.top],a=this.getColsToAddToAvoidCollision(n,r);s=Math.max(s,a)}s&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:e.left,sheetId:o,sheetName:this.getters.getSheetName(o),quantity:s,position:"after"})}getColsToAddToAvoidCollision(e,t){const o=t.length;for(let t=1;t<o;t++){const s=e.col+t,i=this.getters.getCell({...e,col:s});if(i&&i.content)return o-t}return 0}addColumnsToNotOverflowSheet(e,t){const o=this.getters.getActiveSheetId(),s=Math.max(...t.map((e=>e.length-1))),i=this.getters.getNumberCols(o)-1;e.left+s>i&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:i,sheetId:o,sheetName:this.getters.getSheetName(o),quantity:e.left+s-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";const t=this.getters.getSelectedZones()[0],o=this.getSplittedCols(t,e.separator);return this.willSplittedColsOverwriteContent(t,o)?"SplitWillOverwriteContent":"Success"}checkSeparatorInSelection({separator:e}){const t=this.getters.getSelectedCells();for(const o of t)if(o.formattedValue.includes(e))return"Success";return"NoSplitSeparatorInSelection"}}).add("subtotal_evaluation",class extends Qd{subtotalCells=new Set;handle(e){switch(e.type){case"START":this.subtotalCells.clear();for(const e of this.getters.getSheetIds()){const t=this.getters.getCells(e);for(const e in t){const o=t[e];eu(o)&&this.subtotalCells.add(o.id)}}break;case"UPDATE_CELL":{if(!("content"in e))return;const t=this.getters.getCell(e);if(!t)return;eu(t)?this.subtotalCells.add(t.id):this.subtotalCells.delete(t.id);break}}g.has(e.type)&&this.dispatch("EVALUATE_CELLS",{cellIds:Array.from(this.subtotalCells)})}}).add("collaborative",class extends Qd{static getters=["getClientsToDisplay","getClient","getCurrentClient","getConnectedClients","isFullySynchronized"];static layers=["Selection"];colors=new oi(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 AU)return[];throw e}const e=this.getters.getActiveSheetId(),t=[];for(const o of this.getters.getConnectedClients())o.id!==this.getters.getCurrentClient().id&&o.position&&o.position.sheetId===e&&this.isPositionValid(o.position)&&t.push({...o,position:o.position});return t}drawLayer(e){if(this.getters.isDashboard())return;const{ctx:t,thinLineWidth:o}=e,s=this.getters.getActiveSheetId();for(const e of this.getClientsToDisplay()){const{row:i,col:n}=e.position,r=this.getters.expandZone(s,{top:i,bottom:i,left:n,right:n}),{x:a,y:l,width:c,height:h}=this.getters.getVisibleRect(r);if(c<=0||h<=0)continue;const d=e.color;t.fillStyle=`${d}10`,t.lineWidth=4*o,t.strokeStyle=d,t.globalCompositeOperation="multiply",t.fillRect(a,l,c,h),t.globalCompositeOperation="source-over",t.strokeRect(a,l,c,h),t.font=`bold ${ke+1}px ${Le}`}}}).add("history",class extends Qd{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"}return"Success"}handle(e){switch(e.type){case"REQUEST_UNDO":case"REQUEST_REDO":this.requestHistoryChange("REQUEST_UNDO"===e.type?"UNDO":"REDO")}}finalize(){}requestHistoryChange(e){const t="UNDO"===e?this.undoStack.pop():this.redoStack.pop();if(t)"UNDO"===e?(this.session.undo(t),this.redoStack.push(t)):(this.session.redo(t),this.undoStack.push(t));else{const e=this.getPossibleRevisionToRepeat();if(!e)return;const t=GU(e,this.getters);if(!t)return;if(!Array.isArray(t))return void this.dispatch(t.type,t);for(const e of t)this.dispatch(e.type,e)}}canUndo(){return this.undoStack.length>0}canRedo(){if(this.redoStack.length>0)return!0;const e=this.getPossibleRevisionToRepeat();return!(!(t=e)||!t.rootCommand||"object"!=typeof t.rootCommand)&&(f(t.rootCommand)?zU.contains(t.rootCommand.type):BU.contains(t.rootCommand.type));var t}onNewLocalStateUpdate({id:e}){this.undoStack.push(e),this.redoStack=[],this.undoStack.length>99&&this.undoStack.shift()}getPossibleRevisionToRepeat(){return this.session.getLastLocalNonEmptyRevision()}}).add("data_cleanup",class extends Qd{allowDispatch(e){return"REMOVE_DUPLICATES"===e.type?this.checkValidations(e,this.chainValidations(this.checkSingleRangeSelected,this.checkNoMergeInZone,this.checkRangeContainsValues,this.checkColumnsIncludedInZone),this.chainValidations(this.checkNoColumnProvided,this.checkColumnsAreUnique)):"Success"}handle(e){switch(e.type){case"REMOVE_DUPLICATES":this.removeDuplicates(e.columns,e.hasHeader);break;case"TRIM_WHITESPACE":this.trimWhitespace()}}removeDuplicates(e,t){const o=this.getters.getActiveSheetId(),s=this.getters.getSelectedZone();t&&(s.top+=1);const i=this.getUniqueRowsIndexes(o,s.top,s.bottom,e),n=i.length;if(n===es(s).numberOfRows)return void this.notifyRowsRemovedAndRemaining(0,n);const r=i.map((e=>({left:s.left,top:e,right:s.right,bottom:e}))),a=new bh(this.getters,this.dispatch),l=a.copy(vs(o,r),!1);if(!l)return;this.dispatch("CLEAR_CELLS",{target:[s],sheetId:o});const c={left:s.left,top:s.top,right:s.left,bottom:s.top};a.paste({zones:[c],sheetId:o},l,{isCutOperation:!1});const h={left:s.left,top:s.top-(t?1:0),right:s.right,bottom:s.top+n-1};this.selection.selectZone({cell:{col:h.left,row:h.top},zone:h});const d=s.bottom-s.top+1-n;this.notifyRowsRemovedAndRemaining(d,n)}getUniqueRowsIndexes(e,t,o,s){const i=new Map;for(const n of Ct(t,o+1)){const t=s.map((t=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:n}).value));!Object.values(i).some((e=>zt(e,t)))&&(i[n]=t)}return Object.keys(i).map((e=>parseInt(e)))}notifyRowsRemovedAndRemaining(e,t){this.ui.notifyUI({type:"info",text:di("%s duplicate rows found and removed.\n%s unique rows remain.",e.toString(),t.toString()),sticky:!1})}checkSingleRangeSelected(){return 1!==this.getters.getSelectedZones().length?"MoreThanOneRangeSelected":"Success"}checkNoMergeInZone(){const e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZone();return this.getters.getMergesInZone(e,t).length>0?"WillRemoveExistingMerge":"Success"}checkRangeContainsValues(e){const t=this.getters.getActiveSheetId(),o=this.getters.getSelectedZone();e.hasHeader&&(o.top+=1);return this.getters.getEvaluatedCellsInZone(t,o).every((e=>"empty"===e.type))?"EmptyTarget":"Success"}checkNoColumnProvided(e){return 0===e.columns.length?"NoColumnsProvided":"Success"}checkColumnsIncludedInZone(e){const t=this.getters.getSelectedZone();return e.columns.some((e=>e<t.left||e>t.right))?"ColumnsNotIncludedInZone":"Success"}checkColumnsAreUnique(e){return e.columns.length!==new Set(e.columns).size?"DuplicatesColumnsSelected":"Success"}trimWhitespace(){const e=Fo(this.getters.getSelectedZones()),t=this.getters.getActiveSheetId();let o=0;for(const{col:s,row:i}of e.map(ss).flat()){const e=this.getters.getCell({col:s,row:i,sheetId:t});if(!e)continue;const n=oo(e.content);n!==e.content&&(o+=1,this.dispatch("UPDATE_CELL",{sheetId:t,col:s,row:i,content:n}))}const s=o?di("Trimmed whitespace from %s cells.",o):di("No selected cells had whitespace trimmed.");this.ui.notifyUI({type:"info",text:s,sticky:!1})}}).add("table_autofill",class extends Qd{handle(e){if("AUTOFILL_TABLE_COLUMN"===e.type){const t=this.getters.getCoreTable(e),o=this.getters.getCell(e);if(!t?.config.automaticAutofill||"dynamic"===t.type||!o?.isFormula)return;const{col:s,row:i}=e,n=function(e,t){const o=t.numberOfHeaders,s={...e,top:e.top+o};return s.top<=s.bottom?s:void 0}(t.range.zone,t.config);if(n&&Jo(s,i,n)){const t=e.autofillRowStart??n.top,o=e.autofillRowEnd??n.bottom,s={...n,top:t,bottom:o};this.autofillTableZone(e,s)}}}autofillTableZone(e,t){if(t.top===t.bottom)return;const{col:o,row:s,sheetId:i}=e;for(let e=t.top;e<=t.bottom;e++)if(e!==s&&this.getters.getEvaluatedCell({col:o,row:e,sheetId:i}).type!==r.empty)return;const n={zone:this.getters.getSelectedZone(),cell:this.getters.getActivePosition()};this.selection.selectCell(o,s),this.dispatch("AUTOFILL_SELECT",{col:o,row:t.bottom}),this.dispatch("AUTOFILL"),this.selection.selectCell(o,s),this.dispatch("AUTOFILL_SELECT",{col:o,row:t.top}),this.dispatch("AUTOFILL"),this.selection.selectZone(n)}}).add("table_ui_resize",class extends Qd{allowDispatch(e){if("RESIZE_TABLE"===e.type){const t=this.getters.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(!t)return"TableNotFound";const o=t.range.zone,s=this.getters.getRangeFromRangeData(e.newTableRange).zone;return s.top!==o.top||s.left!==o.left?"InvalidTableResize":this.canDispatch("UPDATE_TABLE",{...e}).reasons}return"Success"}handle(e){switch(e.type){case"RESIZE_TABLE":{const t=this.getters.getCoreTableMatchingTopLeft(e.sheetId,e.zone);if(this.dispatch("UPDATE_TABLE",{...e}),!t)return;const o=this.getters.getRangeFromRangeData(e.newTableRange).zone;if(this.selection.selectCell(o.right,o.bottom),!t.config.automaticAutofill)return;const s=t.range.zone;if(o.bottom>=s.bottom){for(let t=o.left;t<=o.right;t++){const i={col:t,row:s.bottom,sheetId:e.sheetId};this.getters.getCell(i)?.content.startsWith("=")&&this.dispatch("AUTOFILL_TABLE_COLUMN",{...i,autofillRowStart:s.bottom,autofillRowEnd:o.bottom})}break}}}}}).add("datavalidation_insert",class extends Qd{handle(e){if("ADD_DATA_VALIDATION_RULE"===e.type)if("isBoolean"===e.rule.criterion.type){const t=e.ranges.map((e=>this.getters.getRangeFromRangeData(e)));for(const e of Ba(t)){const t=this.getters.getCell(e),o=this.getters.getEvaluatedCell(e);if(t?.content)if(t?.content&&o.type===r.empty){let o;if(t.content.startsWith("=")){const s=this.getters.evaluateFormula(e.sheetId,t.content);o=(E(s)?s[0][0]:s)?.toString()}else o=t.content;o&&It(o)||this.dispatch("UPDATE_CELL",{...e,content:"FALSE"})}else o.type!==r.boolean&&this.dispatch("UPDATE_CELL",{...e,content:"FALSE"});else this.dispatch("UPDATE_CELL",{...e,content:"FALSE"})}}}}).add("checkbox_toggle",class extends Qd{static getters=["hasBooleanValidationInZones"];handle(e){if("TOGGLE_CHECKBOX"===e.type)this.toggleCheckbox(e.sheetId,e.target)}hasBooleanValidationInZones(e){const t=this.getters.getActiveSheetId();for(const o of e)for(let e=o.left;e<=o.right;e++)for(let s=o.top;s<=o.bottom;s++)if(this.getters.isCellValidCheckbox({col:e,row:s,sheetId:t}))return!0;return!1}toggleCheckbox(e,t){for(const o of t)for(let t=o.left;t<=o.right;t++)for(let s=o.top;s<=o.bottom;s++){const o={col:t,row:s,sheetId:e};if(this.getters.isCellValidCheckbox(o)){const e=this.getters.getEvaluatedCell(o).value?"FALSE":"TRUE";this.dispatch("UPDATE_CELL",{...o,content:e})}}}}).add("dynamic_translate",class extends Qd{static getters=["dynamicTranslate"];dynamicTranslate(e){return e}}).add("geo_features",class extends Qd{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)return void console.error("No geoJsonService provided to the model");const t=this.geoJsonCache[e];return t instanceof Promise?void 0:void 0!==t?t??void 0:void(this.geoJsonCache[e]=new Promise((async t=>{const o=await(this.geoJsonService?.getTopoJson(e));this.geoJsonCache[e]=this.convertToGeoJson(o),this.dispatch("EVALUATE_CHARTS"),t()})))}geoFeatureNameToId(e,t){if(this.geoJsonService)return this.geoJsonService.geoFeatureNameToId(e,t);console.error("No geoJsonService provided to the model")}convertToGeoJson(e){if(!e)return null;if("Topology"===e.type){const t=window.ChartGeo.topojson.feature(e,Object.values(e.objects)[0]);return"FeatureCollection"===t.type?t.features:[t]}if("FeatureCollection"===e.type)return e.features;throw new Error("Invalid TopoJSON")}}),KU=(new n).add("selection",class extends Qd{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(e){return"InvalidSheetId"}case"MOVE_COLUMNS_ROWS":return this.isMoveElementAllowed(e)}return"Success"}handleEvent(e){const t=e.anchor;let o=[];switch(this.isUnbounded=e.options?.unbounded||!1,e.mode){case"overrideSelection":o=[t.zone];break;case"updateAnchor":o=[...this.gridSelection.zones];const s=o.findIndex((t=>Yo(t,e.previousAnchor.zone)));s>=0&&(o[s]=t.zone);break;case"newAnchor":o=[...this.gridSelection.zones,t.zone]}this.setSelectionMixin(e.anchor,o),this.selection.resetDefaultAnchor(this,pt(this.gridSelection.anchor));const{col:s,row:i}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:s,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)}switch(e.type){case"START":const t=this.getters.getVisibleSheetIds()[0];this.activateSheet(t,t);const{col:o,row:s}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(o,s),this.selection.registerAsDefault(this,this.gridSelection.anchor,{handleEvent:this.handleEvent.bind(this)}),this.moveClient({sheetId:t,col:0,row:0});break;case"ACTIVATE_SHEET":this.activateSheet(e.sheetIdFrom,e.sheetIdTo);break;case"REMOVE_COLUMNS_ROWS":{const t=this.getters.getActiveSheetId();if(e.sheetId===t){"COL"===e.dimension?this.onColumnsRemoved(e):this.onRowsRemoved(e);const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:o,row:s})}break}case"ADD_COLUMNS_ROWS":{const t=this.getters.getActiveSheetId();if(e.sheetId===t){this.onAddElements(e);const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:t,col:o,row:s})}break}case"MOVE_COLUMNS_ROWS":e.sheetId===this.getActiveSheetId()&&this.onMoveElements(e);break;case"SELECT_FIGURE":this.selectedFigureId=e.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":const i=Object.keys(this.sheetsData).filter((e=>!this.getters.tryGetSheet(e)));for(const e of i)delete this.sheetsData[e];for(const e in this.sheetsData){const t=this.clipSelection(e,this.sheetsData[e].gridSelection);this.sheetsData[e]={gridSelection:pt(t)}}this.fallbackToVisibleSheet();const n=this.getters.getActiveSheetId();this.gridSelection.zones=this.gridSelection.zones.map((e=>this.getters.expandZone(n,e))),this.gridSelection.anchor.zone=this.getters.expandZone(n,this.gridSelection.anchor.zone),this.setSelectionMixin(this.gridSelection.anchor,this.gridSelection.zones),this.selectedFigureId=null}}finalize(){this.fallbackToVisibleSheet(),this.selection.resetDefaultAnchor(this,pt(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(){const e=new Set;for(const t of this.gridSelection.zones)if(0===t.top&&t.bottom===this.getters.getNumberRows(this.getters.getActiveSheetId())-1)for(let o=t.left;o<=t.right;o++)e.add(o);return e}getActiveRows(){const e=new Set,t=this.getters.getActiveSheetId();for(const o of this.gridSelection.zones)if(0===o.left&&o.right===this.getters.getNumberCols(t)-1)for(let t=o.top;t<=o.bottom;t++)e.add(t);return e}getCurrentStyle(){const e=this.getters.getSelectedZone(),t=this.getters.getActiveSheetId();return this.getters.getCellStyle({sheetId:t,col:e.left,row:e.top})}getSelectedZones(){return pt(this.gridSelection.zones)}getSelectedZone(){return pt(this.gridSelection.anchor.zone)}getSelectecUnboundedZone(){return pt(this.isUnbounded?this.getters.getUnboundedZone(this.activeSheet.id,this.gridSelection.anchor.zone):this.gridSelection.anchor.zone)}getSelection(){return pt(this.gridSelection)}getSelectedCells(){const e=this.getters.getActiveSheetId(),t=[];for(const o of this.gridSelection.zones)t.push(...this.getters.getEvaluatedCellsInZone(e,o));return t}getSelectedFigureId(){return this.selectedFigureId}getActivePosition(){return this.getters.getMainCellPosition({sheetId:this.getActiveSheetId(),col:this.gridSelection.anchor.cell.col,row:this.gridSelection.anchor.cell.row})}getSheetPosition(e){if(e===this.getters.getActiveSheetId())return this.getActivePosition();{const t=this.sheetsData[e];return t?{sheetId:e,col:t.gridSelection.anchor.cell.col,row:t.gridSelection.anchor.cell.row}:this.getters.getNextVisibleCellPosition({sheetId:e,col:0,row:0})}}isSingleColSelected(){const e=this.getters.getSelectedZones();return 1===e.length&&e[0].left===e[0].right}getElementsFromSelection(e){if("COL"===e&&0===this.getters.getActiveCols().size)return[];if("ROW"===e&&0===this.getters.getActiveRows().size)return[];const t=this.getters.getSelectedZones();let o=[];const s="COL"===e?"left":"top",i="COL"===e?"right":"bottom";for(const e of t){const t=Array.from({length:e[i]-e[s]+1},((t,o)=>e[s]+o));o=o.concat(t)}return[...new Set(o)].sort()}activateSheet(e,t){if(this.setActiveSheet(t),this.sheetsData[e]={gridSelection:pt(this.gridSelection)},t in this.sheetsData)Object.assign(this,this.sheetsData[t]),this.selection.resetDefaultAnchor(this,pt(this.gridSelection.anchor));else{const{col:e,row:o}=this.getters.getNextVisibleCellPosition({sheetId:t,col:0,row:0});this.selectCell(e,o)}const{col:o,row:s}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.activeSheet.id,col:o,row:s})}setSelectionMixin(e,t){const{anchor:o,zones:s}=this.clipSelection(this.getters.getActiveSheetId(),{anchor:e,zones:t});this.gridSelection.anchor=o,this.gridSelection.zones=function(e){return e.reverse().filter(((e,t,o)=>t===o.findIndex((t=>t.top===e.top&&t.bottom===e.bottom&&t.left===e.left&&t.right===e.right)))).reverse()}(s)}selectCell(e,t){const o=this.getters.getActiveSheetId(),s=this.getters.expandZone(o,{left:e,right:e,top:t,bottom:t});this.setSelectionMixin({zone:s,cell:{col:e,row:t}},[s])}setActiveSheet(e){this.activeSheet=this.getters.getSheet(e)}activateNextSheet(e){const t=this.getters.getSheetIds(),o=(t.findIndex((e=>e===this.activeSheet.id))+("left"===e?t.length-1:1))%t.length;this.dispatch("ACTIVATE_SHEET",{sheetIdFrom:this.getActiveSheetId(),sheetIdTo:t[o]})}onColumnsRemoved(e){const{cell:t,zone:o}=this.gridSelection.anchor,s=Wo(o,"left",[...e.elements]);let i={left:t.col,right:t.col,top:t.row,bottom:t.row};i=Wo(i,"left",[...e.elements]);const n={cell:{col:i.left,row:i.top},zone:s},r=this.gridSelection.zones.map((t=>Wo(t,"left",[...e.elements])));this.setSelectionMixin(n,r)}onRowsRemoved(e){const{cell:t,zone:o}=this.gridSelection.anchor,s=Wo(o,"top",[...e.elements]);let i={left:t.col,right:t.col,top:t.row,bottom:t.row};i=Wo(i,"top",[...e.elements]);const n={cell:{col:i.left,row:i.top},zone:s},r=this.gridSelection.zones.map((t=>Wo(t,"top",[...e.elements])));this.setSelectionMixin(n,r)}onAddElements(e){const t="COL"===e.dimension?"left":"top",o=Go(this.gridSelection.anchor.zone,t,e.base,e.position,e.quantity),s=this.gridSelection.zones.map((o=>Go(o,t,e.base,e.position,e.quantity))),i={cell:{col:o.left,row:o.top},zone:o};this.setSelectionMixin(i,s)}onMoveElements(e){const t=e.elements.length,o=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});const s="COL"===e.dimension,i=e.elements[0],n=e.elements[t-1],r=e.base<i,a=r&&s?t:0,l=r&&!s?t:0,c=r?e.elements.map((e=>e+t)):e.elements,h={};for(const t of c)h[t]=this.getters.getHeaderSize(e.sheetId,e.dimension,t);const d=[{left:s?i+a:0,right:s?n+a:this.getters.getNumberCols(e.sheetId)-1,top:s?0:i+l,bottom:s?this.getters.getNumberRows(e.sheetId)-1:n+l}],u=this.getActiveSheetId(),g=r?e.base:e.base+1,p=[{left:s?g:0,right:s?g+t-1:this.getters.getNumberCols(e.sheetId)-1,top:s?0:g,bottom:s?this.getters.getNumberRows(e.sheetId)-1:g+t-1}],m=Sh.cellHandlers.getKeys().map((e=>[e,new(Sh.cellHandlers.get(e))(this.getters,this.dispatch)])),f={};for(const[e,t]of m)f[e]=t.copy(vs(u,d),!1,"shiftCells");for(const[e,t]of m)f[e]&&t.paste({zones:p,sheetId:u},f[e],{isCutOperation:!0});const v=p[0],b=v.left,S=v.top;this.setSelectionMixin({zone:v,cell:{col:b,row:S}},[v]);let C=r?e.base:e.base+1;const y={};for(const t of c){const o=h[t];o!==this.getters.getHeaderSize(e.sheetId,e.dimension,C)&&(y[o]??=[],y[o].push(C)),C+=1}for(const t in y)this.dispatch("RESIZE_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,size:parseInt(t,10),elements:y[t]});this.dispatch("REMOVE_COLUMNS_ROWS",{dimension:e.dimension,sheetId:e.sheetId,sheetName:e.sheetName,elements:c}),this.applyFigureUpdates(o)}getFiguresUpdates(e){const t=[],o={},s=e.elements[0]<e.base?e.base-e.elements.length+1:e.base;for(let t=0;t<e.elements.length;t++)o[e.elements[t]]=s+t;for(const s of this.getters.getFigures(e.sheetId))"COL"===e.dimension&&s.col in o&&t.push({type:"UPDATE_FIGURE",sheetId:e.sheetId,figureId:s.id,col:o[s.col],row:s.row}),"ROW"===e.dimension&&s.row in o&&t.push({type:"UPDATE_FIGURE",sheetId:e.sheetId,figureId:s.id,row:o[s.row],col:s.col});return t}applyFigureUpdates(e){for(const t of e)this.dispatch(t.type,{...t})}isMoveElementAllowed(e){const t="COL"===e.dimension,o=e.elements[0],s=e.elements[e.elements.length-1],i=e.sheetId,n=t?this.getters.doesColumnsHaveCommonMerges:this.getters.doesRowsHaveCommonMerges;if(n(i,o-1,o)||n(i,s,s+1)||n(i,e.base-1,e.base))return"WillRemoveExistingMerge";const r=[e.base,...e.elements],a=t?this.getters.getNumberCols(i):this.getters.getNumberRows(i);return r.some((e=>e<0||e>=a))?"InvalidHeaderIndex":t||this.isTableRowMoveAllowed(i,e.elements)?"Success":"CannotMoveTableHeader"}isTableRowMoveAllowed(e,t){const o=this.getters.getCoreTables(e);if(0===o.length)return!0;const s=new Set(t);return o.every((({range:{zone:e},config:o})=>{const{top:i,bottom:n}=e;if(0===o.numberOfHeaders)return!0;const r=i+o.numberOfHeaders-1;if(!t.some((e=>e>=i&&e<=r)))return!0;return Ct(i,n+1).every((e=>s.has(e)))}))}fallbackToVisibleSheet(){if(!this.getters.tryGetSheet(this.getters.getActiveSheetId())){const e=this.getters.getVisibleSheetIds();if(this.activeSheet=this.getters.getSheet(e[0]),this.activeSheet.id in this.sheetsData){const{anchor:e}=this.clipSelection(this.activeSheet.id,this.sheetsData[this.activeSheet.id].gridSelection);this.selectCell(e.cell.col,e.cell.row)}else this.selectCell(0,0);const{col:t,row:o}=this.gridSelection.anchor.cell;this.moveClient({sheetId:this.getters.getActiveSheetId(),col:t,row:o})}}clipSelection(e,t){const o=this.getters.getNumberCols(e)-1,s=this.getters.getNumberRows(e)-1;return{zones:t.zones.map((e=>({left:St(e.left,0,o),right:St(e.right,0,o),top:St(e.top,0,s),bottom:St(e.bottom,0,s)}))),anchor:{cell:{col:St(t.anchor.cell.col,0,o),row:St(t.anchor.cell.row,0,s)},zone:{left:St(t.anchor.zone.left,0,o),right:St(t.anchor.zone.right,0,o),top:St(t.anchor.zone.top,0,s),bottom:St(t.anchor.zone.bottom,0,s)}}}}drawLayer(e){if(this.getters.isDashboard())return;const{ctx:t,thinLineWidth:o}=e,s=this.getSelectedZones();t.fillStyle="#f3f7fe";const i=1===s.length&&s[0].left===s[0].right&&s[0].top===s[0].bottom;t.fillStyle=i?"#f3f7fe":"#e9f0ff",t.strokeStyle=N,t.lineWidth=1.5*o;for(const e of s){const{x:o,y:s,width:i,height:n}=this.getters.getVisibleRect(e);t.globalCompositeOperation="multiply",t.fillRect(o,s,i,n),t.globalCompositeOperation="source-over",t.strokeRect(o,s,i,n)}t.globalCompositeOperation="source-over";const n=this.getActivePosition();let r;t.strokeStyle=N,t.lineWidth=3*o,r=this.getters.isInMerge(n)?this.getters.getMerge(n):ls(n);const{x:a,y:l,width:c,height:h}=this.getters.getVisibleRect(r);c>0&&h>0&&t.strokeRect(a,l,c,h)}}).add("evaluation_filter",class extends Qd{static getters=["getFilterValue","getFilterHiddenValues","getFilterCriterionValue","getFirstTableInSelection","isRowFiltered","isFilterActive"];filterValues={};hiddenRows={};isEvaluationDirty=!1;allowDispatch(e){if("UPDATE_FILTER"===e.type)if(!this.getters.getFilterId(e))return"FilterNotFound";return"Success"}handle(e){switch(e.type){case"UNDO":case"REDO":case"UPDATE_CELL":case"EVALUATE_CELLS":case"ACTIVATE_SHEET":case"REMOVE_TABLE":case"ADD_COLUMNS_ROWS":case"REMOVE_COLUMNS_ROWS":case"UPDATE_TABLE":this.isEvaluationDirty=!0;break;case"START":for(const 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]=pt(this.filterValues[e.sheetId])}}finalize(){if(this.isEvaluationDirty){for(const e of this.getters.getSheetIds())this.updateHiddenRows(e);this.isEvaluationDirty=!1}}isRowFiltered(e,t){return!!this.hiddenRows[e]?.has(t)}getFilterValue(e){const t=this.getters.getFilterId(e),o=e.sheetId;return t?this.filterValues[o]?.[t]:void 0}getFilterHiddenValues(e){const t=this.getters.getFilterId(e),o=e.sheetId;if(!t||!this.filterValues[o])return[];const s=this.filterValues[o][t]||[];return"values"===s.filterType?s.hiddenValues:[]}getFilterCriterionValue(e){const t=this.getters.getFilterId(e),o=e.sheetId;if(!t||!this.filterValues[o])return ZU;const s=this.filterValues[o][t];return s&&"criterion"===s.filterType?s:ZU}isFilterActive(e){const t=this.getters.getFilterId(e);if(!t)return!1;const o=e.sheetId,s=this.filterValues[o]?.[t];return!!s&&("values"===s.filterType?s.hiddenValues.length>0:"none"!==s.type)}getFirstTableInSelection(){const e=this.getters.getActiveSheetId(),t=this.getters.getSelectedZones();return this.getters.getTablesOverlappingZones(e,t)[0]}updateFilter({col:e,row:t,value:o,sheetId:s}){const i=this.getters.getFilterId({sheetId:s,col:e,row:t});i&&(this.filterValues[s]||(this.filterValues[s]={}),this.filterValues[s][i]=o)}updateHiddenRows(e){const t=this.getters.getFilters(e).sort(((e,t)=>e.rangeWithHeaders.zone.top-t.rangeWithHeaders.zone.top)),o=new Set;for(const s of t){const t=this.filterValues[e]?.[s.id],i=s.filteredRange?.zone;if(t&&i&&!o.has(s.rangeWithHeaders.zone.top)&&!this.getters.isRowHiddenByUser(e,s.rangeWithHeaders.zone.top))if("values"===t.filterType){const n=t.hiddenValues?.map(ul);if(!n)continue;const r=new Set(n);for(let t=i.top;t<=i.bottom;t++){const i=this.getCellValueAsString(e,s.col,t);r.has(i)&&o.add(t)}}else{if("none"===t.type)continue;const n=tR.get(t.type),r=t.values.map((t=>t.startsWith("=")?this.getters.evaluateFormula(e,t)??"":Qr(t,I)));if(r.some(fc))continue;const a={type:t.type,values:r.map(pc),dateValue:t.dateValue};for(let t=i.top;t<=i.bottom;t++){const i={sheetId:e,col:s.col,row:t},r=this.getters.getEvaluatedCell(i).value??"";n.isValueValid(r,a,this.getters,e)||o.add(t)}}}this.hiddenRows[e]=o}getCellValueAsString(e,t,o){return this.getters.getEvaluatedCell({sheetId:e,col:t,row:o}).formattedValue.toLowerCase()}exportForExcel(e){for(const t of e.sheets){const e=t.id;for(const o of t.tables){const s=Vo(o.range),i=[],n=[];for(const o of Ct(0,es(s).numberOfCols)){const r={sheetId:t.id,col:s.left+o,row:s.top},a=this.getFilterHiddenValues(r),l=this.getters.getFilter(r),c=l?.filteredRange?ss(l.filteredRange.zone).map((t=>this.getters.getEvaluatedCell({sheetId:e,...t}).formattedValue)):[];if(a.length){const e=c.filter((e=>e)).filter((e=>!a.includes(e)));i.push({colId:o,displayedValues:[...new Set(e)],displayBlanks:!a.includes("")&&c.some((e=>!e))})}const h=this.getters.getEvaluatedCell(r).formattedValue,d=this.getUniqueColNameForExcel(o,h,n);n.push(d);const u=_o(r.col,r.row);t.cells[u]=d,t.cellValues[u]=d}o.filters=i}}}getUniqueColNameForExcel(e,t,o){return t||(t=`Column${e}`),ho(t,o,{compute:(e,o)=>t+String(o),start:2})}}).add("header_visibility_ui",class extends Qd{static getters=["getNextVisibleCellPosition","findVisibleHeader","findLastVisibleColRowIndex","findFirstVisibleColRowIndex","isRowHidden","isColHidden","isHeaderHidden"];isRowHidden(e,t){return this.getters.isRowHiddenByUser(e,t)||this.getters.isRowFiltered(e,t)}isColHidden(e,t){return this.getters.isColHiddenByUser(e,t)}isHeaderHidden(e,t,o){return"COL"===t?this.isColHidden(e,o):this.isRowHidden(e,o)}getNextVisibleCellPosition({sheetId:e,col:t,row:o}){return{sheetId:e,col:this.findVisibleHeader(e,"COL",t,this.getters.getNumberCols(e)-1),row:this.findVisibleHeader(e,"ROW",o,this.getters.getNumberRows(e)-1)}}findVisibleHeader(e,t,o,s){if(o<=s)for(let i=o;i<=s;i++)if(this.getters.doesHeaderExist(e,t,i)&&!this.isHeaderHidden(e,t,i))return i;if(o>s)for(let i=o;i>=s;i--)if(this.getters.doesHeaderExist(e,t,i)&&!this.isHeaderHidden(e,t,i))return i}findLastVisibleColRowIndex(e,t,{last:o,first:s}){return Ct(o,s,-1).find((o=>!this.isHeaderHidden(e,t,o)))||s}findFirstVisibleColRowIndex(e,t){const o=this.getters.getNumberHeaders(e,t);for(let s=0;s<o;s++){if("COL"===t&&!this.isColHidden(e,s))return s;if("ROW"===t&&!this.isRowHidden(e,s))return s}}exportForExcel(e){for(const t of e.sheets)for(const[e,o]of Object.entries(t.rows))o.isHidden=this.isRowHidden(t.id,Number(e))}}).add("cell_computed_style",class extends Qd{static getters=["getCellComputedBorder","getCellComputedStyle"];styles=new j_;borders=new j_;handle(e){if(l.has(e.type)||"UPDATE_CELL"===e.type||"SET_FORMATTING"===e.type||"ADD_DATA_VALIDATION_RULE"===e.type||"REMOVE_DATA_VALIDATION_RULE"===e.type||"EVALUATE_CELLS"===e.type)return this.styles=new j_,void(this.borders=new j_);FU(e)?"sheetId"in e?(this.styles.clearSheet(e.sheetId),this.borders.clearSheet(e.sheetId)):(this.styles=new j_,this.borders=new j_):d.has(e.type)?this.styles=new j_:u.has(e.type)&&(this.borders=new j_)}getCellComputedBorder(e,t){let o=this.borders.get(e);return void 0===o&&(this.precomputeCellBorders(e.sheetId,t??ls(e)),o=this.borders.get(e)),o??null}precomputeCellBorders(e,t){const o=this.getters.getCellBordersInZone(e,t),s=this.getters.getCellTableBorderZone(e,t);for(let i=t.left;i<=t.right;i++)for(let n=t.top;n<=t.bottom;n++){const t={sheetId:e,col:i,row:n};if(void 0!==this.borders.get(t))continue;const r=o.get(t),a={...Wt(s.get(t)),...Wt(r)};Nt(a)?this.borders.set(t,null):this.borders.set(t,a)}}getCellComputedStyle(e){let t=this.styles.get(e);return void 0===t&&(t=this.computeCellStyle(e),this.styles.set(e,t)),t}computeCellStyle(e){const t=this.getters.getCell(e),o=this.getters.getCellConditionalFormatStyle(e),s=this.getters.getCellTableStyle(e),i=this.getters.getDataValidationCellStyle(e),n={...Wt(s),...Wt(i),...Wt(t?.style),...Wt(o)};return this.getters.getEvaluatedCell(e).link&&!n.textColor&&(n.textColor=U),n}}).add("table_computed_style",class extends Qd{static getters=["getCellTableStyle","getCellTableBorder","getCellTableBorderZone"];tableStyles={};handle(e){l.has(e.type)||"UPDATE_CELL"===e.type&&("content"in e||"format"in e)||"EVALUATE_CELLS"===e.type?this.tableStyles={}:FU(e)&&("sheetId"in e?delete this.tableStyles[e.sheetId]:this.tableStyles={})}finalize(){for(const e of this.getters.getSheetIds()){this.tableStyles[e]||(this.tableStyles[e]={});for(const t of this.getters.getTables(e))this.tableStyles[e][t.id]||(this.tableStyles[e][t.id]=this.computeTableStyle(e,t))}}getCellTableStyle(e){const t=this.getters.getTable(e);if(t)return this.tableStyles[e.sheetId][t.id]().styles[e.col]?.[e.row]}getCellTableBorder(e){const t=this.getters.getTable(e);if(t)return this.tableStyles[e.sheetId][t.id]().borders[e.col]?.[e.row]}getCellTableBorderZone(e,t){const o=new j_;for(const s of this.getters.getTablesOverlappingZones(e,[t])){const t=this.tableStyles[e][s.id]().borders;for(const[s,i]of Object.entries(t)){const t=parseInt(s);for(const[s,n]of Object.entries(i))n&&o.set({sheetId:e,col:t,row:parseInt(s)},n)}}return o}computeTableStyle(e,t){return Vt((()=>{const{config:o,numberOfCols:s,numberOfRows:i}=this.getTableRuntimeConfig(e,t),n=TF(o,this.getters.getTableStyle(t.config.styleId),s,i),r=this.getTableMapping(e,t),a={borders:{},styles:{}};for(let e=0;e<s;e++){const t=r.colMapping[e];a.borders[t]={},a.styles[t]={};for(let o=0;o<i;o++){const s=r.rowMapping[o];a.borders[t][s]=n.borders[e][o],a.styles[t][s]=n.styles[e][o]}}return a}))}getTableRuntimeConfig(e,t){const o=t.range.zone,s={...t.config};let i=o.right-o.left+1,n=o.bottom-o.top+1;for(let i=o.top;i<=o.bottom;i++)this.getters.isRowHidden(e,i)&&(n--,i-o.top<t.config.numberOfHeaders&&(s.numberOfHeaders--,s.numberOfHeaders<0&&(s.numberOfHeaders=0)),i===o.bottom&&(s.totalRow=!1));for(let t=o.left;t<=o.right;t++)this.getters.isColHidden(e,t)&&(i--,t===o.left&&(s.firstColumn=!1),t===o.right&&(s.lastColumn=!1));return{config:s,numberOfCols:i,numberOfRows:n}}getTableMapping(e,t){const o={},s={};let i=0,n=0;const r=t.range.zone;for(let t=r.left;t<=r.right;t++)if(!this.getters.isColHidden(e,t)){o[i]=t,i++;for(let t=r.top;t<=r.bottom;t++)this.getters.isRowHidden(e,t)||(s[n]=t,n++)}return{colMapping:o,rowMapping:s}}}).add("header_positions",class extends Qd{static getters=["getColDimensions","getRowDimensions","getColRowOffset"];headerPositions={};isDirty=!0;handle(e){switch(l.has(e.type)&&(this.headerPositions={},this.isDirty=!0),e.type){case"START":for(const e of this.getters.getSheetIds())this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e);break;case"UPDATE_CELL":case"UPDATE_FILTER":case"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]=pt(this.headerPositions[e.sheetId])}}finalize(){for(const e of this.getters.getSheetIds())!this.isDirty&&this.headerPositions[e]||(this.headerPositions[e]=this.computeHeaderPositionsOfSheet(e));this.isDirty=!1}getColDimensions(e,t){const o=this.headerPositions[e].COL[t],s=this.getters.getColSize(e,t);return{start:o,size:s,end:o+(this.getters.isColHidden(e,t)?0:s)}}getRowDimensions(e,t){const o=this.headerPositions[e].ROW[t],s=this.getters.getRowSize(e,t);return{start:o,size:s,end:o+(this.getters.isRowHidden(e,t)?0:s)}}getColRowOffset(e,t,o,s=this.getters.getActiveSheetId()){const i=this.headerPositions[s][e][t];return this.headerPositions[s][e][o]-i}computeHeaderPositionsOfSheet(e){return{COL:this.computePositions(e,"COL"),ROW:this.computePositions(e,"ROW")}}computePositions(e,t){const o={};let s=0;for(let i=0;i<this.getters.getNumberHeaders(e,t)+1;i++)o[i]=s,this.getters.isHeaderHidden(e,t,i)||(s+=this.getters.getHeaderSize(e,t,i));return o}}).add("viewport",class extends Qd{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"];viewports={};sheetViewWidth=tt();sheetViewHeight=tt();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){const t=this.getters.getActiveSheetId();if(e.options.scrollIntoView){let{col:o,row:s}=as(e.previousAnchor.zone,e.anchor.zone);if("updateAnchor"===e.mode){const i=e.previousAnchor.zone,n=e.anchor.zone,{top:r,bottom:a,left:l,right:c}=this.getMainInternalViewport(t);i.left===n.left&&i.right===n.right&&(o=l>o||o>c?l:o),i.top===n.top&&i.bottom===n.bottom&&(s=r>s||s>a?r:s)}o=Math.min(o,this.getters.getNumberCols(t)-1),s=Math.min(s,this.getters.getNumberRows(t)-1),this.sheetsWithDirtyViewports.has(t)||this.refreshViewport(this.getters.getActiveSheetId(),{col:o,row:s})}}handle(e){if(l.has(e.type))for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);switch(e.type){case"START":this.selection.observe(this,{handleEvent:this.handleEvent.bind(this)}),this.resetViewports(this.getters.getActiveSheetId());break;case"UNDO":case"REDO":this.cleanViewports();for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);this.shouldAdjustViewports=!0;break;case"RESIZE_SHEETVIEW":this.resizeSheetView(e.height,e.width,e.gridOffsetX,e.gridOffsetY);break;case"SET_VIEWPORT_OFFSET":this.setSheetViewOffset(e.offsetX,e.offsetY);break;case"SHIFT_VIEWPORT_DOWN":const t=this.getters.getActiveSheetId(),{top:o,viewportHeight:s,offsetCorrectionY:i}=this.getMainInternalViewport(t),n=this.getters.getRowDimensions(t,o);this.shiftVertically(n.start+s-i);break;case"SHIFT_VIEWPORT_UP":{const e=this.getters.getActiveSheetId(),{top:t,viewportHeight:o,offsetCorrectionY:s}=this.getMainInternalViewport(e),i=this.getters.getRowDimensions(e,t);this.shiftVertically(i.end-s-o);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":if("content"in e||"format"in e||void 0!==e.style?.fontSize)for(const e of this.getters.getSheetIds())this.sheetsWithDirtyViewports.add(e);break;case"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})}}finalize(){for(const e of this.sheetsWithDirtyViewports)if(this.resetViewports(e),this.shouldAdjustViewports){const t=this.getters.getSheetPosition(e);this.getSubViewports(e).forEach((e=>{e.adjustPosition(t)}))}this.sheetsWithDirtyViewports=new Set,this.shouldAdjustViewports=!1,this.setViewports()}setViewports(){const e=this.getters.getSheetIds();for(const t of e)this.viewports[t]?.bottomRight||this.resetViewports(t)}getColIndex(e){const t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map((t=>t.getColIndex(e))))}getRowIndex(e){const t=this.getters.getActiveSheetId();return Math.max(...this.getSubViewports(t).map((t=>t.getRowIndex(e))))}getSheetViewDimensionWithHeaders(){return{width:this.sheetViewWidth+this.gridOffsetX,height:this.sheetViewHeight+this.gridOffsetY}}getSheetViewDimension(){return{width:this.sheetViewWidth,height:this.sheetViewHeight}}getGridOffset(){return{x:this.gridOffsetX,y:this.gridOffsetY}}getActiveMainViewport(){const e=this.getters.getActiveSheetId();return this.getMainViewport(e)}getActiveSheetScrollInfo(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e);return{scrollX:t.offsetX,scrollY:t.offsetY}}getSheetViewVisibleCols(){const e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map((e=>Ct(e.left,e.right+1))).flat())].filter((t=>t>=0&&!this.getters.isHeaderHidden(e,"COL",t)))}getSheetViewVisibleRows(){const e=this.getters.getActiveSheetId(),t=this.getSubViewports(e);return[...new Set(t.map((e=>Ct(e.top,e.bottom+1))).flat())].filter((t=>t>=0&&!this.getters.isHeaderHidden(e,"ROW",t)))}getVisibleCellPositions(){const e=this.getSheetViewVisibleCols(),t=this.getSheetViewVisibleRows(),o=this.getters.getActiveSheetId(),s=[];for(const i of e)for(const e of t){const t={sheetId:o,col:i,row:e},n=this.getters.getMainCellPosition(t);n.row===e&&n.col===i&&s.push(t)}return s}getMainViewportRect(){const e=this.getters.getActiveSheetId(),t=this.getMainInternalViewport(e),{xSplit:o,ySplit:s}=this.getters.getPaneDivisions(e),{width:i,height:n}=t.getMaxSize();return{x:this.getters.getColDimensions(e,o).start,y:this.getters.getRowDimensions(e,s).start,width:i,height:n}}getMaximumSheetOffset(){const e=this.getters.getActiveSheetId(),{width:t,height:o}=this.getMainViewportRect(),s=this.getMainInternalViewport(e);return{maxOffsetX:Math.max(0,t-s.viewportWidth),maxOffsetY:Math.max(0,o-s.viewportHeight)}}getColRowOffsetInViewport(e,t,o){if(o<t)return-this.getColRowOffsetInViewport(e,o,t);const s=this.getters.getActiveSheetId(),i="COL"===e?this.getters.getSheetViewVisibleCols():this.getters.getSheetViewVisibleRows(),n=i.findIndex((e=>t>=e));let r=i.findIndex((e=>o<=e));r=-1===r?i.length:r;const a=i.slice(n,r);let l=0;for(const t of a)l+=this.getters.getHeaderSize(s,e,t);return l}isVisibleInViewport({sheetId:e,col:t,row:o}){return this.getSubViewports(e).some((e=>e.isVisible(t,o)))}getEdgeScrollCol(e,t,o){let s=!1,i=0,n=0;const{xSplit:r}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{width:a}=this.getSheetViewDimension(),{x:l}=this.getMainViewportCoordinates(),c=this.getActiveSheetScrollInfo().scrollX;return e>a?(s=!0,n=pa(e-a),i=1):e<l&&o>=l&&c>0?(s=!0,n=pa(l-e),i=-1):r&&t<l&&e>l&&(s=!0,n=pa(e),i="reset"),{canEdgeScroll:s,direction:i,delay:n}}getEdgeScrollRow(e,t,o){let s=!1,i=0,n=0;const{ySplit:r}=this.getters.getPaneDivisions(this.getters.getActiveSheetId()),{height:a}=this.getSheetViewDimension(),{y:l}=this.getMainViewportCoordinates(),c=this.getActiveSheetScrollInfo().scrollY;return e>a?(s=!0,n=pa(e-a),i=1):e<l&&o>=l&&c>0?(s=!0,n=pa(l-e),i=-1):r&&t<l&&e>l&&(s=!0,n=pa(e),i="reset"),{canEdgeScroll:s,direction:i,delay:n}}getVisibleRect(e){const t=this.getVisibleRectWithoutHeaders(e);return{...t,x:t.x+this.gridOffsetX,y:t.y+this.gridOffsetY}}getVisibleRectWithoutHeaders(e){const t=this.getters.getActiveSheetId();return this.mapViewportsToRect(t,(t=>t.getVisibleRect(e)))}getRect(e){const t=this.getters.getActiveSheetId(),o=this.mapViewportsToRect(t,(t=>t.getFullRect(e)));return{...o,x:o.x+this.gridOffsetX,y:o.y+this.gridOffsetY}}getRectWithoutHeaders(e){const t=this.getters.getActiveSheetId();return this.mapViewportsToRect(t,(t=>t.getFullRect(e)))}getMainViewportCoordinates(){const e=this.getters.getActiveSheetId(),{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e);return{x:this.getters.getColDimensions(e,t).start,y:this.getters.getRowDimensions(e,o).start}}getColDimensionsInViewport(e,t){const{top:o}=this.getMainInternalViewport(e),s={left:t,right:t,top:o,bottom:o},{x:i,width:n}=this.getVisibleRect(s),r=i-this.gridOffsetX;return{start:r,size:n,end:r+n}}getRowDimensionsInViewport(e,t){const{left:o}=this.getMainInternalViewport(e),s={left:0,right:o,top:t,bottom:t},{y:i,height:n}=this.getVisibleRect(s),r=i-this.gridOffsetY;return{start:r,size:n,end:r+n}}getAllActiveViewportsZonesAndRect(){const 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(Mt)}checkPositiveDimension(e){return e.width<0||e.height<0?"InvalidViewportSize":"Success"}checkValuesAreDifferent(e){const{height:t,width:o}=this.getSheetViewDimension();return e.gridOffsetX===this.gridOffsetX&&e.gridOffsetY===this.gridOffsetY&&e.width===o&&e.height===t?"ValuesNotChanged":"Success"}checkScrollingDirection({offsetX:e,offsetY:t}){const o=this.getMainInternalViewport(this.getters.getActiveSheetId());return!o.canScrollHorizontally&&e>0||!o.canScrollVertically&&t>0?"InvalidScrollingDirection":"Success"}checkIfViewportsWillChange({offsetX:e,offsetY:t}){const o=this.getters.getActiveSheetId(),{maxOffsetX:s,maxOffsetY:i}=this.getMaximumSheetOffset();return this.getSubViewports(o).some((o=>o.willNewOffsetScrollViewport(St(e,0,s),St(t,0,i))))?"Success":"ViewportScrollLimitsReached"}getMainViewport(e){const t=this.getMainInternalViewport(e);return{top:t.top,left:t.left,bottom:t.bottom,right:t.right}}getMainInternalViewport(e){return this.ensureMainViewportExist(e),this.viewports[e].bottomRight}cleanViewports(){const e={};for(const t of this.getters.getSheetIds())e[t]=this.viewports[t];this.viewports=e}resizeSheetView(e,t,o=0,s=0){this.sheetViewHeight=e,this.sheetViewWidth=t,this.gridOffsetX=o,this.gridOffsetY=s,this.recomputeViewports()}recomputeViewports(){for(const e of this.getters.getSheetIds())this.resetViewports(e)}setSheetViewOffset(e,t){const o=this.getters.getActiveSheetId(),{maxOffsetX:s,maxOffsetY:i}=this.getMaximumSheetOffset();this.getSubViewports(o).forEach((o=>o.setViewportOffset(St(e,0,s),St(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;const{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e),s=this.getters.getNumberCols(e),i=this.getters.getNumberRows(e),n=Math.min(this.getters.getColRowOffset("COL",0,t,e),this.sheetViewWidth),r=Math.min(this.getters.getColRowOffset("ROW",0,o,e),this.sheetViewHeight),a=Math.max(this.sheetViewWidth-n,0),l=Math.max(this.sheetViewHeight-r,0),{xRatio:c,yRatio:h}=this.getFrozenSheetViewRatio(e),d=c<1,u=h<1,g=this.getViewportOffset(e),p={topLeft:o&&t&&new jU(this.getters,e,{left:0,right:t-1,top:0,bottom:o-1},{width:n,height:r},{canScrollHorizontally:!1,canScrollVertically:!1},{x:0,y:0})||void 0,topRight:o&&new jU(this.getters,e,{left:t,right:s-1,top:0,bottom:o-1},{width:a,height:r},{canScrollHorizontally:d,canScrollVertically:!1},{x:d?g.x:0,y:0})||void 0,bottomLeft:t&&new jU(this.getters,e,{left:0,right:t-1,top:o,bottom:i-1},{width:n,height:l},{canScrollHorizontally:!1,canScrollVertically:u},{x:0,y:u?g.y:0})||void 0,bottomRight:new jU(this.getters,e,{left:t,right:s-1,top:o,bottom:i-1},{width:a,height:l},{canScrollHorizontally:d,canScrollVertically:u},{x:d?g.x:0,y:u?g.y:0})};this.viewports[e]=p}refreshViewport(e,t){this.getSubViewports(e).forEach((e=>{e.adjustViewportZone(),e.adjustPosition(t)}))}shiftVertically(e){const t=this.getters.getActiveSheetId(),{top:o}=this.getMainInternalViewport(t),{scrollX:s}=this.getActiveSheetScrollInfo();this.setSheetViewOffset(s,e);const{anchor:i}=this.getters.getSelection();if(i.cell.row>=this.getters.getPaneDivisions(t).ySplit){const e=this.getMainInternalViewport(t).top-o;this.selection.selectCell(i.cell.col,i.cell.row+e)}}getColIndexLeftOfMainViewport(e){if(e>=0)return-1;const t=this.getters.getActiveSheetId();let o=this.getActiveMainViewport().left,s=-this.getActiveSheetScrollInfo().scrollX-this.getters.getColRowOffset("COL",o,0);for(;e<s;o--)s-=this.getters.getColSize(t,o-1);return Math.max(o,0)}getRowIndexTopOfMainViewport(e){if(e>=0)return-1;const t=this.getters.getActiveSheetId();let o=this.getActiveMainViewport().top,s=-this.getActiveSheetScrollInfo().scrollY-this.getters.getColRowOffset("ROW",o,0);for(;e<s;o--)s-=this.getters.getRowSize(t,o-1);return Math.max(o,0)}getVisibleFigures(){const e=this.getters.getActiveSheetId(),t=[],o=this.getters.getFigures(e),{scrollX:s,scrollY:i}=this.getters.getActiveSheetScrollInfo(),{x:n,y:r}=this.getMainViewportCoordinates(),{width:a,height:l}=this.getters.getSheetViewDimensionWithHeaders();for(const c of o){const o=this.getFigureUI(e,c),{x:h,y:d}=o;h>=n&&(h+c.width<s+n||h>a+s+n)||(d>=r&&(d+c.height<i+r||d>l+i+r)||t.push(o))}return t}getFigureUI(e,t){const o=t.offset.x+this.getters.getColDimensions(e,t.col).start,s=t.offset.y+this.getters.getRowDimensions(e,t.row).start;return{...t,x:o,y:s}}getPositionAnchorOffset(e){const{scrollX:t,scrollY:o}=this.getters.getActiveSheetScrollInfo(),s=e.x-t,i=e.y-o,n=s>=0?this.getColIndex(s):this.getColIndexLeftOfMainViewport(s),r=i>=0?this.getRowIndex(i):this.getRowIndexTopOfMainViewport(i),{x:a,y:l}=this.getRect(ls({col:n,row:r}));return{col:n,row:r,offset:{x:Math.max(s-a+this.gridOffsetX,0),y:Math.max(i-l+this.gridOffsetY,0)}}}isPixelPositionVisible(e){const{scrollX:t,scrollY:o}=this.getters.getActiveSheetScrollInfo(),{x:s,y:i}=this.getters.getMainViewportCoordinates(),{width:n,height:r}=this.getters.getSheetViewDimension();return!(e.x>=s&&(e.x<s+t||e.x>n+t+s))&&!(e.y>=i&&(e.y<i+o||e.y>r+o+i))}getFrozenSheetViewRatio(e){const{xSplit:t,ySplit:o}=this.getters.getPaneDivisions(e),s=this.getters.getColDimensions(e,t).start,i=this.getters.getRowDimensions(e,o).start;return{xRatio:s/(this.sheetViewWidth+this.gridOffsetX),yRatio:i/(this.sheetViewHeight+this.gridOffsetY)}}mapViewportsToRect(e,t){let o=1/0,s=1/0,i=0,n=0,r=!1;for(const a of this.getSubViewports(e)){const e=t(a);e&&(r=!0,o=Math.min(o,e.x),s=Math.min(s,e.y),i=Math.max(i,e.x+e.width),n=Math.max(n,e.y+e.height))}return r?{x:o,y:s,width:i-o,height:n-s}:{x:0,y:0,width:0,height:0}}}).add("clipboard",class extends Qd{static layers=["Clipboard"];static getters=["getClipboardTextAndImageContent","getClipboardId","getClipboardTextContent","isCutOperation"];status="invisible";originSheetId;copiedData;_isCutOperation=!1;clipboardId=(new vl).uuidv4();fileStore;uuidGenerator;constructor(e){super(e),this.fileStore=e.external.fileStore,this.uuidGenerator=new vl}allowDispatch(e){switch(e.type){case"CUT":const t=this.getters.getSelectedZones();return this.isCutAllowedOn(t);case"PASTE_FROM_OS_CLIPBOARD":{const t=this.convertTextToClipboardData(e.clipboardContent.text??""),o=e.pasteOption;return this.isPasteAllowed(e.target,t,{pasteOption:o,isCutOperation:!1})}case"PASTE":{if(!this.copiedData)return"EmptyClipboard";const t=e.pasteOption;return this.isPasteAllowed(e.target,this.copiedData,{pasteOption:t,isCutOperation:this._isCutOperation})}case"COPY_PASTE_CELLS_ABOVE":{const e=this.getters.getSelectedZones();if(e.length>1||0===e[0].top&&0===e[0].bottom)return"InvalidCopyPasteSelection";break}case"COPY_PASTE_CELLS_ON_LEFT":{const e=this.getters.getSelectedZones();if(e.length>1||0===e[0].left&&0===e[0].right)return"InvalidCopyPasteSelection";break}case"INSERT_CELL":{const{cut:t,paste:o}=this.getInsertCellsTargets(e.zone,e.shiftDimension),s=this.copy(t,"shiftCells");return this.isPasteAllowed(o,s,{isCutOperation:!0})}case"DELETE_CELL":{const{cut:t,paste:o}=this.getDeleteCellsTargets(e.zone,e.shiftDimension),s=this.copy(t,"shiftCells");return this.isPasteAllowed(o,s,{isCutOperation:!0})}}return"Success"}handle(e){switch(e.type){case"COPY":case"CUT":const t=this.getters.getSelectedZones();this.status="visible",this.originSheetId=this.getters.getActiveSheetId(),this._isCutOperation="CUT"===e.type,this.copiedData=this.copy(t);break;case"PASTE_FROM_OS_CLIPBOARD":{this._isCutOperation=!1;const t=e.clipboardContent.data;if(e.clipboardContent.imageData){const t=this.getters.getActiveSheetId(),o=this.uuidGenerator.uuidv4(),s=e.clipboardContent.imageData,i=dE(this.getters,s.size);this.dispatch("CREATE_IMAGE",{definition:s,size:i,col:e.target[0].left,row:e.target[0].top,offset:{x:0,y:0},sheetId:t,figureId:o})}this.copiedData=t||this.convertTextToClipboardData(e.clipboardContent.text??"");const o=e.pasteOption;this.paste(e.target,this.copiedData,{pasteOption:o,selectTarget:!0,isCutOperation:!1}),this.status="invisible",this.copiedData=void 0;break}case"PASTE":{const 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,this._isCutOperation=!1);break}case"COPY_PASTE_CELLS_ABOVE":{const e=this.getters.getSelectedZone(),t=e.top!==e.bottom,o={...e,bottom:t?e.top:e.top-1,top:t?e.top:e.top-1};this.originSheetId=this.getters.getActiveSheetId();const s=this.copy([o]);this.paste([e],s,{isCutOperation:!1,selectTarget:!0})}break;case"COPY_PASTE_CELLS_ON_LEFT":{const e=this.getters.getSelectedZone(),t=e.left!==e.right,o={...e,right:t?e.left:e.left-1,left:t?e.left:e.left-1};this.originSheetId=this.getters.getActiveSheetId();const s=this.copy([o]);this.paste([e],s,{isCutOperation:!1,selectTarget:!0})}break;case"CLEAN_CLIPBOARD_HIGHLIGHT":this.status="invisible";break;case"DELETE_CELL":{const{cut:t,paste:o}=this.getDeleteCellsTargets(e.zone,e.shiftDimension);if(!Ho(t[0])){this.dispatch("CLEAR_CELLS",{target:[e.zone],sheetId:this.getters.getActiveSheetId()});break}const s=this.copy(t,"shiftCells");this.paste(o,s,{isCutOperation:!0});break}case"INSERT_CELL":{const{cut:t,paste:o}=this.getInsertCellsTargets(e.zone,e.shiftDimension),s=this.copy(t,"shiftCells");this.paste(o,s,{isCutOperation:!0});break}case"ADD_COLUMNS_ROWS":if(this.status="invisible",!this._isCutOperation||e.sheetId!==this.copiedData?.sheetId)return;this.isColRowDirtyingClipboard("before"===e.position?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(const 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:f(e)&&(this.status="invisible")}}convertTextToClipboardData(e){const t=this.selectClipboardHandlers({figureId:!0}).concat(this.selectClipboardHandlers({})),o={};for(const{handlerName:s,handler:i}of t){const t=i.convertTextToClipboardData(e);o[s]=t;const n=["sheetId","cells","zones","figureId"];for(const e of n)t&&e in t&&(o[e]=t[e])}return o}selectClipboardHandlers(e){const t="figureId"in e?Sh.figureHandlers:Sh.cellHandlers;return t.getKeys().map((e=>({handlerName:e,handler:new(t.get(e))(this.getters,this.dispatch)})))}isCutAllowedOn(e){const t=this.getClipboardData(e);for(const{handler:e}of this.selectClipboardHandlers(t)){const o=e.isCutAllowed(t);if("Success"!==o)return o}return"Success"}isPasteAllowed(e,t,o){for(const{handler:s}of this.selectClipboardHandlers(t)){const i=s.isPasteAllowed(this.getters.getActiveSheetId(),e,t,{...o});if("Success"!==i)return i}return"Success"}isColRowDirtyingClipboard(e,t){if(!this.copiedData||!this.copiedData.zones)return!1;const{zones:o}=this.copiedData;for(const s of o){if("COL"===t&&e<=s.right)return!0;if("ROW"===t&&e<=s.bottom)return!0}return!1}copy(e,t="copyPaste"){const o={},s=this.getClipboardData(e);for(const{handlerName:e,handler:i}of this.selectClipboardHandlers(s)){const n=i.copy(s,this._isCutOperation,t);o[e]=n;const r=["sheetId","cells","zones","figureId"];for(const e of r)n&&e in n&&(o[e]=n[e])}return o}paste(e,t,o){if(!t)return;const s=this.getters.getActiveSheetId(),i=this.selectClipboardHandlers(t),{target:n,zone:r,selectedZones:a}=ws(s,e,t,i,o);void 0!==r&&this.addMissingDimensions(s,r.right-r.left+1,r.bottom-r.top+1,r.left,r.top),ys(i,t,n,o),o?.selectTarget&&Is(this.selection,e,a)}addMissingDimensions(e,t,o,s,i){const n=o+i-this.getters.getNumberRows(e);n>0&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"ROW",base:this.getters.getNumberRows(e)-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:n,position:"after"});const r=t+s-this.getters.getNumberCols(e);r>0&&this.dispatch("ADD_COLUMNS_ROWS",{dimension:"COL",base:this.getters.getNumberCols(e)-1,sheetId:e,sheetName:this.getters.getSheetName(e),quantity:r,position:"after"})}getClipboardTextContent(){return this.getPlainTextContent()}getClipboardId(){return this.clipboardId}async getClipboardTextAndImageContent(){const e=await this.getImageContent(),t=e?.type,o={[a.PlainText]:this.getPlainTextContent(),[a.Html]:await this.getHTMLContent()};return t&&e&&(o[t]=e),o}getSheetData(){const e={version:m_(),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("\t"))).join("\n")||"\t"}async getHTMLContent(){let e="";const t=this.copiedData?.cells;if(t)if(1===t.length&&1===t[0].length)e=`${this.getters.getCellText(t[0][0].position)}`;else{if(!t[0][0])return"";{let o='<table border="1" style="border-collapse:collapse">';for(const e of t){o+="<tr>";for(const t of e){if(!t)continue;o+=`<td style="${Gh(Bh(this.getters.getCellComputedStyle(t.position)))}">`+mE(this.getters.getCellText(t.position))+"</td>"}o+="</tr>"}o+="</table>",e=o}}else if(this.copiedData?.figureId){const t=this.copiedData.figureId,o=this.getters.getFigureSheetId(t);e="image"===this.getters.getFigure(o,t).tag?await this.craftImageHTML(t):"\t"}else e="\t";return`<div data-osheet-clipboard='${mE(JSON.stringify(this.getSheetData()))}'>${e}</div>`}readFileAsDataURL(e){return new Promise((t=>{const o=new FileReader;o.onload=()=>t(o.result),o.readAsDataURL(e)}))}async craftImageHTML(e){if(!this.fileStore)return"\t";const t=this.getters.getImage(e).path,o=await(this.fileStore?.getFile(t))||null;if(o){return`<img src="${mE(await this.readFileAsDataURL(o))}" />`}return"\t"}async getImageContent(){const e=this.copiedData?.figureId;if(!e)return;const t=this.getters.getFigureSheetId(e);let o;if("image"===this.getters.getFigure(t,e).tag){if(!this.fileStore)return;const t=this.getters.getImage(e).path;if(o=await(this.fileStore?.getFile(t)),"image/png"!==o.type){if(o.size>qU)return void this.ui.notifyUI({text:di("The file you are trying to copy is too large (>%sMB).\nIt will not be added to your OS clipboard.\nYou can download it directly instead.",Math.round(5)),sticky:!1,type:"warning"});o=await async function(e){return new Promise(((t,o)=>{const s=new Image;s.addEventListener("load",(()=>{const e=document.createElement("canvas");e.width=s.width,e.height=s.height;const o=e.getContext("2d");o?.drawImage(s,0,0),e.toBlob(t,"image/png")})),s.addEventListener("error",o),s.src=e}))}(t)}}return o?o instanceof File?o:new File([o],"image.png",{type:"image/png"}):void 0}isCutOperation(){return this._isCutOperation??!1}getDeleteCellsTargets(e,t){const o=this.getters.getActiveSheetId();let s;return s="COL"===t?{...e,left:e.right+1,right:this.getters.getNumberCols(o)-1}:{...e,top:e.bottom+1,bottom:this.getters.getNumberRows(o)-1},{cut:[s],paste:[e]}}getInsertCellsTargets(e,t){const o=this.getters.getActiveSheetId();let s,i;return"COL"===t?(s={...e,right:this.getters.getNumberCols(o)-1},i={...e,left:e.right+1,right:e.right+1}):(s={...e,bottom:this.getters.getNumberRows(o)-1},i={...e,top:e.bottom+1,bottom:this.getters.getNumberRows(o)-1}),{cut:[s],paste:[i]}}getClipboardData(e){const t=this.getters.getActiveSheetId(),o=this.getters.getSelectedFigureId();if(o)return{figureId:o,sheetId:t};const s=vs(t,e);return this._isCutOperation||(s.rowsIndexes=s.rowsIndexes.filter((e=>!this.getters.isRowFiltered(t,e)))),s}drawLayer(e){if("visible"!==this.status||!this.copiedData)return;const{sheetId:t,zones:o}=this.copiedData;if(t!==this.getters.getActiveSheetId()||!o||!o.length)return;const{ctx:s,thinLineWidth:i}=e;s.setLineDash([8,5]),s.strokeStyle=N,s.lineWidth=3.3*i;for(const e of o){const{x:t,y:o,width:i,height:n}=this.getters.getVisibleRect(e);i>0&&n>0&&s.strokeRect(t,o,i,n)}}}).add("carousel_ui",class extends Qd{static getters=["getSelectedCarouselItem","getChartFromFigureId","getChartIdFromFigureId"];uuidGenerator=new vl;carouselStates={};allowDispatch(e){switch(e.type){case"ADD_FIGURE_CHART_TO_CAROUSEL":return this.getters.doesCarouselExist(e.carouselFigureId)&&"chart"===this.getters.getFigure(e.sheetId,e.chartFigureId)?.tag?"Success":"InvalidFigureId";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=>zt(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(const e in this.carouselStates)this.fixWrongCarouselState(e)}}popOutChartFromCarousel(e,t,o){const s=this.getters.getCarousel(e);if(!s)return;const i=this.getters.getFigure(o,e),n=this.getters.getChartDefinition(t);if(!n||!i)return;const r=this.getters.getFigureUI(o,i),a=this.getters.getPositionAnchorOffset({x:r.x+50,y:r.y+50}),l=this.uuidGenerator.smallUuid();this.dispatch("CREATE_CHART",{...a,chartId:this.uuidGenerator.smallUuid(),figureId:l,sheetId:o,size:{width:i.width,height:i.height},definition:{...n}});const c=s.items.filter((e=>"chart"!==e.type||e.chartId!==t));this.dispatch("UPDATE_CAROUSEL",{sheetId:o,figureId:e,definition:{...s,items:c}}),this.dispatch("SELECT_FIGURE",{figureId:l})}getSelectedCarouselItem(e){const 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;const t=this.getChartIdFromFigureId(e);return t?this.getters.getChart(t):void 0}getChartIdFromFigureId(e){const t=this.getters.getFigureSheetId(e);if(!t)return;const o=this.getters.getFigure(t,e);if(o&&("chart"===o.tag||"carousel"===o.tag)){if("carousel"===o.tag){const t=this.getSelectedCarouselItem(e);return"chart"===t?.type?t.chartId:void 0}return this.getters.getChartIds(t).find((t=>this.getters.getFigureIdFromChartId(t)===e))}}fixWrongCarouselState(e){if(!this.getters.doesCarouselExist(e))return void delete this.carouselStates[e];const t=this.getters.getCarousel(e);0===t.items.length?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){const o=this.getters.getCarousel(e),s=this.uuidGenerator.smallUuid();this.dispatch("CREATE_CHART",{chartId:s,figureId:e,sheetId:t,definition:_E});const i={...o,items:[...o.items,{type:"chart",chartId:s}]};this.dispatch("UPDATE_CAROUSEL",{sheetId:t,figureId:e,definition:i})}addFigureChartToCarousel(e,t,o){const s=this.getChartIdFromFigureId(t);if(!s)return;const i=this.getters.getCarousel(e),n={...i,items:[...i.items,{type:"chart",chartId:s}]};this.dispatch("UPDATE_CAROUSEL",{sheetId:o,figureId:e,definition:n}),this.dispatch("UPDATE_CHART",{sheetId:o,chartId:s,figureId:e,definition:this.getters.getChartDefinition(s)}),this.dispatch("DELETE_FIGURE",{sheetId:o,figureId:t})}getCarouselItemId(e){return"chart"===e.type?e.chartId:"carouselDataView"}}),JU=(new n).add("evaluation",class extends pV{static getters=["evaluateFormula","evaluateFormulaResult","evaluateCompiledFormula","getCorrespondingFormulaCell","getRangeFormattedValues","getRangeValues","getRangeFormats","getEvaluatedCell","getEvaluatedCells","getEvaluatedCellsInZone","getEvaluatedCellsPositions","getSpreadZone","getArrayFormulaSpreadingOn","isEmpty"];shouldRebuildDependenciesGraph=!0;evaluator;positionsToUpdate=[];constructor(e){super(e),this.evaluator=new qV(e.custom,this.getters)}beforeHandle(e){(l.has(e.type)||h.has(e.type))&&(this.shouldRebuildDependenciesGraph=!0)}handle(e){switch(e.type){case"UPDATE_CELL":if(!("content"in e)&&!("format"in e)||this.shouldRebuildDependenciesGraph)return;const 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()}}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){const o=this.evaluateFormulaResult(e,t);return E(o)?Vn(o,(e=>e.value)):o.value}evaluateFormulaResult(e,t){return this.evaluator.evaluateFormulaResult(e,t)}evaluateCompiledFormula(e,t,o){return this.evaluator.evaluateCompiledFormula(e,t,o)}getRangeFormattedValues(e){return void 0===this.getters.tryGetSheet(e.sheetId)?[]:this.mapVisiblePositions(e,(e=>this.getters.getEvaluatedCell(e).formattedValue))}getRangeValues(e){return void 0===this.getters.tryGetSheet(e.sheetId)?[]:this.mapVisiblePositions(e,(e=>this.getters.getEvaluatedCell(e).value))}getRangeFormats(e){const t=this.getters.tryGetSheet(e.sheetId);return void 0===t?[]:this.getters.getEvaluatedCellsInZone(t.id,e.zone).map((e=>e.format))}getEvaluatedCell(e){return this.evaluator.getEvaluatedCell(e)}getEvaluatedCells(e){return this.evaluator.getEvaluatedPositionsInSheet(e).map((e=>this.getEvaluatedCell(e)))}getEvaluatedCellsPositions(e){return this.evaluator.getEvaluatedPositionsInSheet(e)}getEvaluatedCellsInZone(e,t){return ss(t).map((({col:t,row:o})=>this.getters.getEvaluatedCell({sheetId:e,col:t,row:o})))}getSpreadZone(e,t={ignoreSpillError:!1}){return this.evaluator.getSpreadZone(e,t)}getArrayFormulaSpreadingOn(e){return this.evaluator.getArrayFormulaSpreadingOn(e)}isEmpty(e,t){return ss(t).map((({col:t,row:o})=>this.getEvaluatedCell({sheetId:e,col:t,row:o}))).every((e=>e.type===r.empty))}mapVisiblePositions(e,t){const{sheetId:o,zone:s}=e;return ss(s).reduce(((e,s)=>{const{col:i,row:n}=s;return this.getters.isColHidden(o,i)||this.getters.isRowHidden(o,n)||e.push(t({sheetId:o,...s})),e}),[])}exportForExcel(e){for(const t of e.sheets)t.cellValues={},t.formulaSpillRanges={};for(const t of this.evaluator.getEvaluatedPositions()){const o=this.evaluator.getEvaluatedCell(t),s=_o(t.col,t.row),i=o.value;let n,r=!1,a=!0;const l=e.sheets.find((e=>e.id===t.sheetId)),c=this.getCorrespondingFormulaCell(t);if(c){const h=this.getters.getCell(t);if(a=WC(c.compiledFormula.tokens),r=a&&h?.content===c.content,!a&&""!==i){n=(i??"").toString();const t=o.format;if(t){const o=ha(t,e.formats);l.formats[s]=o}}}const h=l.cells[s];let d;d=a&&r&&c instanceof aV?c.contentWithFixedReferences:a?h:n,l.cells[s]=d,l.cellValues[s]="error"!==o.type?i:void 0;const u=this.getSpreadZone(t);u&&(l.formulaSpillRanges[s]=this.getters.getRangeString(this.getters.getRangeFromZone(t.sheetId,u),t.sheetId))}}getCorrespondingFormulaCell(e){const t=this.getters.getCell(e);if(t&&t.isFormula)return t.compiledFormula.isBadExpression?void 0:t;if(t&&t.content)return;const o=this.getArrayFormulaSpreadingOn(e);if(void 0===o)return;const s=this.getters.getCell(o);return s?.isFormula?s:void 0}}).add("evaluation_chart",class extends pV{static getters=["getChartRuntime","getStyleOfSingleCellChart"];charts={};createRuntimeChart=rE(this.getters);handle(e){if(l.has(e.type)||d.has(e.type)||c.has(e.type))for(const e in this.charts)this.charts[e]=void 0;switch(e.type){case"UPDATE_CHART":case"CREATE_CHART":case"DELETE_CHART":this.charts[e.chartId]=void 0;break;case"DELETE_SHEET":for(const e in this.charts)this.getters.isChartDefined(e)||(this.charts[e]=void 0)}}getChartRuntime(e){if(!this.charts[e]){const t=this.getters.getChart(e);if(!t)throw new Error(`No chart for the given id: ${e}`);this.charts[e]=this.createRuntimeChart(t)}return this.charts[e]}getStyleOfSingleCellChart(e,t){if(e)return{background:e,fontColor:ly(e)};if(!t)return{background:k,fontColor:ly(k)};const o=t.zone.left,s=t.zone.top,i=t.sheetId,n=this.getters.getCellComputedStyle({sheetId:i,col:o,row:s}),r=n.fillColor||k;return{background:r,fontColor:n.textColor||ly(r)}}exportForExcel(e){for(const t of e.sheets){t.images||(t.images=[]);const e=this.getters.getFigures(t.id),o=[];for(const s of e){if(!s||"chart"!==s.tag)continue;const e=this.getters.getChartIds(t.id).find((e=>this.getters.getFigureIdFromChartId(e)===s.id));if(!e)continue;const i=this.getters.getChart(e),n=i?.getDefinitionForExcel(this.getters);if(n)o.push({...s,data:n});else{if(!i)continue;const o=this.getters.getChartType(e),n=Zw(this.getters.getChartRuntime(e),s,o);n&&t.images.push({...s,tag:"image",data:{mimetype:"image/png",path:n,size:{width:s.width,height:s.height}}})}}t.charts=o}}}).add("evaluation_cf",class extends pV{static getters=["getConditionalIcon","getCellConditionalFormatStyle","getConditionalDataBar"];isStale=!0;computedStyles={};computedIcons={};computedDataBars={};handle(e){(l.has(e.type)||d.has(e.type)||"UPDATE_CELL"===e.type&&("content"in e||"format"in e))&&(this.isStale=!0)}finalize(){if(this.isStale){for(const e of this.getters.getSheetIds())this.computedStyles[e]=Vt((()=>this.getComputedStyles(e))),this.computedIcons[e]=Vt((()=>this.getComputedIcons(e))),this.computedDataBars[e]=Vt((()=>this.getComputedDataBars(e)));this.isStale=!1}}getCellConditionalFormatStyle(e){const{sheetId:t,col:o,row:s}=e,i=this.computedStyles[t]();return i&&i[o]?.[s]}getConditionalIcon({sheetId:e,col:t,row:o}){const s=this.computedIcons[e]();return s&&s[t]?.[o]}getConditionalDataBar({sheetId:e,col:t,row:o}){const s=this.computedDataBars[e]();return s&&s[t]?.[o]}getComputedStyles(e){const t={};for(const o of this.getters.getConditionalFormats(e).reverse())switch(o.rule.type){case"ColorScaleRule":for(const s of o.ranges)this.applyColorScale(e,s,o.rule,t);break;case"CellIsRule":const s=o.rule.values.map((e=>e.startsWith("=")?zC(e):void 0));for(const i of o.ranges){const n=this.getters.getRangeFromSheetXC(e,i).zone;for(let i=n.top;i<=n.bottom;i++)for(let r=n.left;r<=n.right;r++){const a={sheetId:e,col:r,row:i},l=o.rule.values.map(((t,o)=>{const a=s[o];return a?this.getters.getTranslatedCellFormula(e,r-n.left,i-n.top,a.tokens):t}));this.getRuleResultForTarget(a,{...o.rule,values:l})&&(t[r]||(t[r]=[]),t[r][i]=Object.assign(t[r]?.[i]||{},o.rule.style))}}}return t}getComputedIcons(e){const t={};for(const o of this.getters.getConditionalFormats(e).reverse())if("IconSetRule"===o.rule.type)for(const s of o.ranges)this.applyIcon(e,s,o.rule,t);return t}getComputedDataBars(e){const t={};for(const o of this.getters.getConditionalFormats(e).reverse())if("DataBarRule"===o.rule.type)for(const s of o.ranges)this.applyDataBar(e,s,o.rule,t);return t}parsePoint(e,t,o,s){const i=this.getters.getEvaluatedCellsInZone(e,this.getters.getRangeFromSheetXC(e,t).zone).filter((e=>e.type===r.number)).map((e=>e.value));switch(o.type){case"value":return"max"===s?no(i):ro(i);case"number":return Number(o.value);case"percentage":const t=ro(i);return t+(no(i)-t)*Number(o.value)/100;case"percentile":return tn(i,Number(o.value)/100,!0);case"formula":const n=o.value&&this.getters.evaluateFormula(e,o.value);return"number"==typeof n?n:null;default:return null}}applyIcon(e,t,o,s){const i=this.parsePoint(e,t,o.lowerInflectionPoint),n=this.parsePoint(e,t,o.upperInflectionPoint);if(null===i||null===n||i>n)return;const a=this.getters.getRangeFromSheetXC(e,t).zone,l=[o.icons.upper,o.icons.middle,o.icons.lower];for(let t=a.top;t<=a.bottom;t++)for(let c=a.left;c<=a.right;c++){const a=this.getters.getEvaluatedCell({sheetId:e,col:c,row:t});if(a.type!==r.number)continue;const h=this.computeIcon(a.value,n,o.upperInflectionPoint.operator,i,o.lowerInflectionPoint.operator,l);s[c]||(s[c]=[]),s[c][t]=h}}computeIcon(e,t,o,s,i,n){return"ge"===o&&e>=t||"gt"===o&&e>t?n[0]:"ge"===i&&e>=s||"gt"===i&&e>s?n[1]:n[2]}applyDataBar(e,t,o,s){const i=this.getters.getRangeFromSheetXC(e,o.rangeValues||t),n=no(this.getters.getEvaluatedCellsInZone(e,i.zone).filter((e=>e.type===r.number)).map((e=>e.value)));if(n<=0)return;const a=o.color,l=this.getters.getRangeFromSheetXC(e,t).zone,c=i.zone;for(let t=l.top;t<=l.bottom;t++)for(let o=l.left;o<=l.right;o++){const i=o-l.left+c.left,h=t-l.top+c.top,d=this.getters.getEvaluatedCell({sheetId:e,col:i,row:h});!Jo(i,h,c)||d.type!==r.number||d.value<=0||(s[o]||(s[o]=[]),s[o][t]={color:Ts(a),percentage:100*d.value/n})}}applyColorScale(e,t,o,s){const i=this.parsePoint(e,t,o.minimum,"min"),n=o.midpoint?this.parsePoint(e,t,o.midpoint):null,a=this.parsePoint(e,t,o.maximum,"max");if(null===i||null===a||i>=a||n&&(i>=n||n>=a))return;const l=this.getters.getRangeFromSheetXC(e,t).zone,c=[{value:i,color:o.minimum.color}];o.midpoint&&n&&c.push({value:n,color:o.midpoint.color}),c.push({value:a,color:o.maximum.color});const h=si(c);for(let t=l.top;t<=l.bottom;t++)for(let o=l.left;o<=l.right;o++){const n=this.getters.getEvaluatedCell({sheetId:e,col:o,row:t});if(n.type===r.number){const e=St(n.value,i,a);s[o]||(s[o]=[]),s[o][t]=s[o]?.[t]||{},s[o][t].fillColor=h(e)}}}getRuleResultForTarget(e,t){const o=this.getters.getEvaluatedCell(e);if(o.type===r.error)return!1;const{sheetId:s}=e,i=tR.get(t.operator),n=t.values.map((e=>e.startsWith("=")?this.getters.evaluateFormula(s,e)??"":Qr(e,I)));if(n.some(fc))return!1;const a={type:t.operator,values:n.map(pc)};return i.isValueValid(o.value??"",a,this.getters,s)}}).add("row_size",class extends pV{static getters=["getRowSize","getHeaderSize","getMaxAnchorOffset"];tallestCellInRow={};ctx=document.createElement("canvas").getContext("2d");beforeHandle(e){if("ADD_COLUMNS_ROWS"===e.type){if("COL"===e.dimension)return;const t=Ht(e.position,e.base),o=Array(e.quantity).fill(void 0),s=eo(this.tallestCellInRow[e.sheetId],o,t);this.history.update("tallestCellInRow",e.sheetId,s)}}handle(e){switch(e.type){case"START":for(const e of this.getters.getSheetIds())this.initializeSheet(e);break;case"CREATE_SHEET":this.initializeSheet(e.sheetId);break;case"DUPLICATE_SHEET":{const t=pt(this.tallestCellInRow[e.sheetId]);this.history.update("tallestCellInRow",e.sheetIdTo,t);break}case"DELETE_SHEET":const t={...this.tallestCellInRow};delete t[e.sheetId],this.history.update("tallestCellInRow",t);break;case"REMOVE_COLUMNS_ROWS":{if("COL"===e.dimension)return;const t=Qt(this.tallestCellInRow[e.sheetId],e.elements);this.history.update("tallestCellInRow",e.sheetId,t);break}case"RESIZE_COLUMNS_ROWS":{const t=e.sheetId;if("ROW"===e.dimension)for(const o of e.elements){const e=this.getRowTallestCell(t,o);this.history.update("tallestCellInRow",t,o,e)}else for(const o of Ct(0,this.getters.getNumberRows(t)))for(const s of e.elements)this.updateRowSizeForCellChange(t,o,s)}break;case"UPDATE_CELL":this.updateRowSizeForCellChange(e.sheetId,e.row,e.col);break;case"ADD_MERGE":case"REMOVE_MERGE":for(const t of e.target)for(const o of ss(t))this.updateRowSizeForCellChange(e.sheetId,o.row,o.col)}}getRowSize(e,t){return Math.round(this.getters.getUserRowSize(e,t)??this.tallestCellInRow[e][t]?.size??Ee)}getMaxAnchorOffset(e,t,o){let{numberOfRows:s,numberOfCols:i}=this.getters.getSheetSize(e),n=0;for(;n<t&&s>0;s--)n+=this.getRowSize(e,s-1);let r=0;for(;r<o&&i>0;i--)r+=this.getters.getColSize(e,i-1);return{col:i,row:s,offset:{x:r-o,y:n-t}}}getHeaderSize(e,t,o){return this.getters.isHeaderHidden(e,t,o)?0:"ROW"===t?this.getRowSize(e,o):this.getters.getColSize(e,o)}updateRowSizeForCellChange(e,t,o){const s=this.tallestCellInRow[e]?.[t];if(s?.cell.col===o){const o=this.getRowTallestCell(e,t);this.history.update("tallestCellInRow",e,t,o)}const i=this.getCellHeight({sheetId:e,col:o,row:t});if(!(i<=Ee)&&(!s&&i>Ee||s&&i>s.size)){const s={cell:{sheetId:e,col:o,row:t},size:i};this.history.update("tallestCellInRow",e,t,s)}}initializeSheet(e){const t=[];for(let o=0;o<this.getters.getNumberRows(e);o++){const s=this.getRowTallestCell(e,o);t.push(s)}this.history.update("tallestCellInRow",e,t)}getCellHeight(e){if(this.isInMultiRowMerge(e))return Ee;const t=this.getters.getCell(e),o=this.getters.getColSize(e.sheetId,e.col);return function(e,t,o){return t&&(t.isFormula||t.content)?el(e,t.isFormula?"":t.content,t.style,o):Ee}(this.ctx,t,o)}isInMultiRowMerge(e){const t=this.getters.getMerge(e);return!!t&&t.bottom!==t.top}getRowTallestCell(e,t){if(void 0!==this.getters.getUserRowSize(e,t))return;const o=this.getters.getRowCells(e,t);let s,i=0;for(let e=0;e<o.length;e++){const t=this.getters.getCellById(o[e]);if(!t)continue;const n=this.getters.getCellPosition(t.id),r=this.getCellHeight(n);r>i&&r>Ee&&(i=r,s={cell:n,size:r})}return s&&s.size>Ee?s:void 0}}).add("data_validation_ui",class extends pV{static getters=["getDataValidationInvalidCriterionValueMessage","getInvalidDataValidationMessage","getValidationResultForCellValue","getDataValidationRangeValues","isCellValidCheckbox","getDataValidationCellStyle","getDataValidationChipStyle","isDataValidationInvalid"];validationResults={};handle(e){if(l.has(e.type)||"EVALUATE_CELLS"===e.type||"UPDATE_CELL"===e.type&&("content"in e||"format"in e))this.validationResults={};else switch(e.type){case"ADD_DATA_VALIDATION_RULE":case"REMOVE_DATA_VALIDATION_RULE":delete this.validationResults[e.sheetId]}}isDataValidationInvalid(e){return!this.getValidationResultForCell(e).isValid}getDataValidationCellStyle(e){if(!this.hasChip(e))return this.getDataValidationStyle(e)}getDataValidationChipStyle(e){if(this.hasChip(e))return this.getDataValidationStyle(e)??{fillColor:Q}}getInvalidDataValidationMessage(e){const t=this.getValidationResultForCell(e);return t.isValid?void 0:t.error}getDataValidationInvalidCriterionValueMessage(e,t){const o=tR.get(e);return t.startsWith("=")?"onlyLiterals"===o.allowedValues?di("The value must not be a formula"):this.isValidFormula(t)?void 0:Mb.CriterionError.validFormula:"onlyFormulas"===o.allowedValues?di("The value must be a formula"):o.isCriterionValueValid(t)?void 0:o.criterionValueErrorString}getDataValidationRangeValues(e,t){const o=this.getters.getRangeFromSheetXC(e,String(t.values[0])),s=[],i=new Set;for(const e of ss(o.zone)){const t=this.getters.getEvaluatedCell({...e,sheetId:o.sheetId});t.formattedValue&&!i.has(t.formattedValue)&&(i.add(t.formattedValue),s.push({label:t.formattedValue,value:t.value?.toString()||""}))}return s}isCellValidCheckbox(e){if(!this.getters.isMainCellPosition(e))return!1;const t=this.getters.getValidationRuleForCell(e);return!(!t||"isBoolean"!==t.criterion.type)&&this.getValidationResultForCell(e).isValid}getValidationResultForCellValue(e,t){const o=this.getters.getValidationRuleForCell(t);if(!o)return KV;const s=this.getRuleErrorForCellValue(e,t,o);return s?{error:s,rule:o,isValid:!1}:KV}hasChip(e){const t=this.getters.getValidationRuleForCell(e);return("isValueInList"===t?.criterion.type||"isValueInRange"===t?.criterion.type)&&"chip"===t.criterion.displayStyle}getDataValidationStyle(e){const t=this.getters.getValidationRuleForCell(e);if(!t||this.isDataValidationInvalid(e))return;const o=this.getters.getEvaluatedCell(e),s=this.getValueColor(t,o.value);if(!s)return;return{fillColor:s,textColor:Gs(s)}}getValueColor(e,t){if("isValueInList"===e.criterion.type||"isValueInRange"===e.criterion.type)for(const o in e.criterion.colors)if(o.toLowerCase()===String(t).toLowerCase())return e.criterion.colors[o]}isValidFormula(e){return!zC(e).isBadExpression}getValidationResultForCell(e){const{col:t,row:o,sheetId:s}=e;return this.validationResults[s]||(this.validationResults[s]=this.computeSheetValidationResults(s)),this.validationResults[s][t]?.[o]?.()||KV}computeSheetValidationResults(e){const t={},o=this.getters.getDataValidationRules(e).map((e=>e.ranges));for(const e of Ba(o.flat())){const{col:o,row:s}=e;t[o]||(t[o]=[]),t[o][s]=Vt((()=>{const t=this.getters.getEvaluatedCell(e);return t.type===r.empty?KV:this.getValidationResultForCellValue(t.value,e)}))}return t}getRuleErrorForCellValue(e,t,o){const{sheetId:s}=t,i=o.criterion,n=tR.get(i.type),r=this.getCellOffsetInRule(t,o),a=this.getEvaluatedCriterionValues(s,r,i);if(a.some(fc))return;const l={...i,values:a.map(pc)};return n.isValueValid(e,l,this.getters,s)?void 0:n.getErrorString(l,this.getters,s)}getCellOffsetInRule(e,t){const o=t.ranges.find((t=>Jo(e.col,e.row,t.zone)));if(!o)throw new Error("The cell is not in any range of the rule");return{col:e.col-o.zone.left,row:e.row-o.zone.top}}getEvaluatedCriterionValues(e,t,o){return o.values.map((o=>{if(!o.startsWith("="))return Qr(o,I);const s=zC(o),i=this.getters.getTranslatedCellFormula(e,t.col,t.row,s.tokens);return this.getters.evaluateFormula(e,i)}))}}).add("dynamic_tables",class extends pV{static getters=["canCreateDynamicTableOnZones","doesZonesContainFilter","getFilter","getFilters","getTable","getTables","getTablesOverlappingZones","getFilterId","getFilterHeaders","isFilterHeader"];tables={};handle(e){if(l.has(e.type)||"UPDATE_CELL"===e.type&&("content"in e||"format"in e)||"EVALUATE_CELLS"===e.type)this.tables={};else switch(e.type){case"CREATE_TABLE":case"REMOVE_TABLE":case"UPDATE_TABLE":case"DELETE_CONTENT":this.tables={}}}finalize(){for(const e of this.getters.getSheetIds())this.tables[e]||(this.tables[e]=this.computeTables(e))}computeTables(e){const t=[],o=this.getters.getCoreTables(e);for(const e of o)"dynamic"!==e.type&&t.push(e);const s=[...t];for(const i of o){if("dynamic"!==i.type)continue;const o=this.coreTableToTable(e,i);let n=o.range.zone;for(const e of s)Ko(n,e.range.zone)&&(n={...n,right:e.range.zone.left-1});t.push({...o,range:this.getters.getRangeFromZone(e,n)})}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){const 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:o}){return this.getTables(e).find((e=>Jo(t,o,e.range.zone)))}getTablesOverlappingZones(e,t){return this.getTables(e).filter((e=>t.some((t=>Ko(e.range.zone,t)))))}doesZonesContainFilter(e,t){return this.getTablesOverlappingZones(e,t).some((e=>e.config.hasFilters))}getFilterHeaders(e){const t=[];for(const o of this.getTables(e)){if(!o.config.hasFilters)continue;const s=o.range.zone,i=s.top;for(let o=s.left;o<=s.right;o++)t.push({sheetId:e,col:o,row:i})}return t}isFilterHeader({sheetId:e,col:t,row:o}){return this.getFilterHeaders(e).some((e=>e.col===t&&e.row===o))}canCreateDynamicTableOnZones(e,t){if(!ps(t))return!1;const o=Zo(...t),s={col:o.left,row:o.top,sheetId:e},i=this.getters.getArrayFormulaSpreadingOn(s);if(!i)return!1;if(zt(i,s)&&1===us(o))return!0;return zt(o,this.getters.getSpreadZone(i))}coreTableToTable(e,t){if("dynamic"!==t.type)return t;const o=t.range.zone,s={sheetId:e,col:o.left,row:o.top},i=this.getters.getSpreadZone(s)??t.range.zone,n=this.getters.getRangeFromZone(e,i),r=this.getDynamicTableFilters(e,t,i);return{id:t.id,range:n,filters:r,config:t.config}}getDynamicTableFilters(e,t,o){const s=[],{top:i,bottom:n,left:r,right:a}=o;for(let o=r;o<=a;o++){const a=o-r,l={left:o,right:o,top:i,bottom:n},c=EF(this.getDynamicTableFilterId(t.id,a),this.getters.getRangeFromZone(e,l),t.config,this.getters.getRangeFromZone);s.push(c)}return s}getDynamicTableFilterId(e,t){return e+"_"+t}exportForExcel(e){for(const t of e.sheets)for(const e of t.tables){const o=Vo(e.range),s={sheetId:t.id,col:o.left,row:o.top},i=this.getters.getCoreTable(s),n=this.getTable(s);"dynamic"===i?.type&&n&&(e.range=Bo(n.range.zone))}}}).add("custom_colors",class extends pV{customColors={};shouldUpdateColors=!0;static getters=["getCustomColors"];constructor(e){super(e),this.tryToAddColors(e.customColors??[])}handle(e){switch(e.type){case"START":for(const e of this.getters.getSheetIds())for(const t of this.getters.getChartIds(e))this.tryToAddColors(this.getChartColors(t));break;case"UPDATE_CHART":case"CREATE_CHART":this.tryToAddColors(this.getChartColors(e.chartId));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)}}finalize(){this.shouldUpdateColors&&(this.history.update("shouldUpdateColors",!1),this.tryToAddColors(this.computeCustomColors()))}getCustomColors(){return function(e){const t=[{leadColor:Os(255,0,0),colors:[]},{leadColor:Os(255,128,0),colors:[]},{leadColor:Os(128,128,0),colors:[]},{leadColor:Os(128,255,0),colors:[]},{leadColor:Os(0,255,0),colors:[]},{leadColor:Os(0,255,128),colors:[]},{leadColor:Os(0,255,255),colors:[]},{leadColor:Os(0,127,255),colors:[]},{leadColor:Os(0,0,255),colors:[]},{leadColor:Os(127,0,255),colors:[]},{leadColor:Os(128,0,128),colors:[]},{leadColor:Os(255,0,128),colors:[]}];for(const o of e.map(Ns)){let e=500,s=0;t.forEach(((t,i)=>{const n=(r=o,a=t.leadColor,Math.sqrt(Math.pow(r.r-a.r,2)+Math.pow(r.g-a.g,2)+Math.pow(r.b-a.b,2)));var r,a;e>n&&(e=n,s=i)})),t[s].colors.push(o)}return t.map((e=>e.colors.sort(((e,t)=>Ls(e).s-Ls(t).s)))).flat().map(Ms)}(Object.keys(this.customColors))}computeCustomColors(){let e=[];for(const t of this.getters.getSheetIds())e=e.concat(this.getColorsFromCells(t),this.getFormattingColors(t),this.getTableColors(t));return[...new Set([...e])]}getColorsFromCells(e){const t=Object.values(this.getters.getCells(e)),o=new Set;for(const e of t)e.style?.textColor&&o.add(e.style.textColor),e.style?.fillColor&&o.add(e.style.fillColor);for(const t of this.getters.getBordersColors(e))o.add(t);return[...o]}getFormattingColors(e){const t=this.getters.getConditionalFormats(e),o=[];for(const e of t){const t=e.rule;"CellIsRule"===t.type?(o.push(t.style.textColor),o.push(t.style.fillColor)):"ColorScaleRule"===t.type&&(o.push(Ts(t.minimum.color)),o.push(t.midpoint?Ts(t.midpoint.color):void 0),o.push(Ts(t.maximum.color)))}return o.filter(Mt)}getChartColors(e){const t=this.getters.getChart(e);if(void 0===t)return[];return[...JSON.stringify(t.getDefinition()).matchAll(XV)].map((e=>e[1]))}getTableColors(e){return this.getters.getTables(e).flatMap((e=>{const t=e.config,o=this.getters.getTableStyle(t.styleId);return[this.getTableStyleElementColors(o.wholeTable),t.numberOfHeaders>0?this.getTableStyleElementColors(o.headerRow):[],t.totalRow?this.getTableStyleElementColors(o.totalRow):[],t.bandedColumns?this.getTableStyleElementColors(o.firstColumnStripe):[],t.bandedColumns?this.getTableStyleElementColors(o.secondColumnStripe):[],t.bandedRows?this.getTableStyleElementColors(o.firstRowStripe):[],t.bandedRows?this.getTableStyleElementColors(o.secondRowStripe):[],t.firstColumn?this.getTableStyleElementColors(o.firstColumn):[],t.lastColumn?this.getTableStyleElementColors(o.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(Mt):[]}tryToAddColors(e){for(const t of e){if(!_s(t))continue;const e=Ds(t);t&&!ye.includes(e)&&this.history.update("customColors",e,!0)}}}).add("pivot_ui",class extends pV{static getters=["getPivot","getFirstPivotFunction","getPivotCellSortDirection","getPivotIdFromPosition","getPivotCellFromPosition","generateNewCalculatedMeasureName","isPivotUnused","isSpillPivotFormula"];pivots={};unusedPivots;custom;constructor(e){super(e),this.custom=e.custom}beforeHandle(e){if("START"===e.type)for(const e of this.getters.getPivotIds())this.setupPivot(e)}handle(e){if(l.has(e.type))for(const e of this.getters.getPivotIds())pP.get(this.getters.getPivotCoreDefinition(e).type).externalData||this.setupPivot(e,{recreate:!0});switch(e.type){case"REFRESH_PIVOT":this.refreshPivot(e.id);break;case"ADD_PIVOT":this.setupPivot(e.pivotId);break;case"DUPLICATE_PIVOT":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;const t=e.commands.filter(sU);for(const e of t){const t=e.pivotId;this.getters.isExistingPivot(t)&&this.setupPivot(t,{recreate:!0})}break}case"UPDATE_LOCALE":!function(){for(const e in uP)uP[e].set.clear(),uP[e].values={}}()}}getPivotIdFromPosition(e){const t=this.getters.getCorrespondingFormulaCell(e);if(t&&t.isFormula){const o=this.getFirstPivotFunction(e.sheetId,t.compiledFormula.tokens);if(o){const e=o.args[0]?.toString();return e&&this.getters.getPivotId(e)}}}isSpillPivotFormula(e){const t=this.getters.getCorrespondingFormulaCell(e);if(t&&t.isFormula){const o=this.getFirstPivotFunction(e.sheetId,t.compiledFormula.tokens);return"PIVOT"===o?.functionName}return!1}getFirstPivotFunction(e,t){const o=DL(t);if(!o)return;const{functionName:s,args:i}=o;return{functionName:s,args:i.map((t=>{if("EMPTY"===t.type)return;if("STRING"===t.type||"BOOLEAN"===t.type||"NUMBER"===t.type)return t.value;const o=hN(t);return this.getters.evaluateFormula(e,o)}))}}getPivotCellFromPosition(e){const t=this.getters.getCorrespondingFormulaCell(e);if(!t||!t.isFormula||0===_L(t.compiledFormula.tokens))return sP;const o=this.getters.getCellPosition(t.id),s=this.getters.getFirstPivotFunction(e.sheetId,t.compiledFormula.tokens);if(!s)return sP;let{functionName:i,args:n}=s;const r=n[0];if(!r)return sP;const a=this.getters.getPivotId(r.toString());if(!a)return sP;const l=this.getPivot(a);if(!l.isValid())return sP;if("PIVOT"===i&&!t.content.replaceAll(" ","").toUpperCase().startsWith("=PIVOT"))return sP;if("PIVOT"===i){const t=pc(n[2]),s=void 0===t||Tn(t),i=pc(n[3]),r=pc(n[5]),a=void 0===r||Tn(r),c={displayColumnHeaders:void 0===i||Tn(i),displayTotals:s,displayMeasuresRow:a},h=l.getCollapsedTableStructure().getPivotCells(c),d=e.col-o.col,u=e.row-o.row;return h[d][u]}try{const t=e.row-o.row,s=e.col-o.col;if(n=n.map((e=>E(e)?e[s][t]:e)),"PIVOT.HEADER"===i&&"measure"===n.at(-2)){return{type:"MEASURE_HEADER",domain:l.parseArgsToPivotDomain(n.slice(1,-2).map((e=>({value:e})))),measure:n.at(-1)?.toString()||""}}if("PIVOT.HEADER"===i){const e=l.parseArgsToPivotDomain(n.slice(1).map((e=>({value:e}))));return{type:"HEADER",domain:e,dimension:zO(l,e).colDomain.length?"COL":"ROW"}}const[r,...a]=n.slice(1);return{type:"VALUE",domain:l.parseArgsToPivotDomain(a.map((e=>({value:e})))),measure:r?.toString()||""}}catch(e){return sP}}generateNewCalculatedMeasureName(e){const t=e.map((e=>e.fieldName));return ho(di("Calculated measure 1"),t,{compute:(e,t)=>di("Calculated measure %s",t)})}getPivot(e){if(!this.getters.isExistingPivot(e))throw new Error(`pivot ${e} not found`);return this.pivots[e]}isPivotUnused(e){return this._getUnusedPivots().includes(e)}getPivotCellSortDirection(e){const t=this.getters.getPivotIdFromPosition(e),o=this.getters.getPivotCellFromPosition(e);if("EMPTY"===o.type||"HEADER"===o.type||!t)return;const s=this.getters.getPivot(t),i=zO(s,o.domain).colDomain,n=s.definition.sortedColumn;return n?.measure===o.measure&&zt(n.domain,i)?n.order:"none"}refreshPivot(e){this.getters.getPivot(e).init({reload:!0})}setupPivot(e,{recreate:t}={recreate:!1}){const o=this.getters.getPivotCoreDefinition(e);if(e in this.pivots)t&&this.pivots[e].onDefinitionChange(o);else{const t=tU(pP.get(o.type).ui);this.pivots[e]=new t(this.custom,{definition:o,getters:this.getters})}}_getUnusedPivots(){if(void 0!==this.unusedPivots)return this.unusedPivots;const e=new Set(this.getters.getPivotIds());for(const t of this.getters.getSheetIds())for(const o in this.getters.getCells(t)){const t=this.getters.getCellPosition(o),s=this.getPivotIdFromPosition(t);if(s&&(e.delete(s),!e.size))return this.unusedPivots=[],[]}return this.unusedPivots=[...e],this.unusedPivots}}).add("cell_icon",class extends pV{static getters=["doesCellHaveGridIcon","getCellIcons","getCellIconRect"];cellIconsCache={};handle(e){"SET_VIEWPORT_OFFSET"!==e.type&&(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){const o=e.position,s=this.getters.getCell(o);return{x:this.getIconHorizontalPosition(t,e.horizontalAlign,e),y:this.getters.computeTextYCoordinate(t,e.size,s?.style?.verticalAlign),width:e.size,height:e.size}}getIconHorizontalPosition(e,t,o){const s=e.x,i=e.x+e.width;switch(t){case"right":return i-o.margin-o.size;case"left":return s+o.margin;default:const e=Math.floor((i-s-o.size)/2);return i-o.size-e}}computeCellIcons(e){const t={left:void 0,right:void 0,center:void 0},o=JV.getAll();for(const s of o){const o=s(this.getters,e);o&&(!t[o.horizontalAlign]||o.priority>t[o.horizontalAlign].priority)&&(t[o.horizontalAlign]=o)}if(t.center&&(t.left||t.right)){const 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(Mt)}doesCellHaveGridIcon(e){return Boolean(this.getCellIcons(e).length)}});xd.add("dataValidation",{displayAllOnInitialContent:!0,canBeToggled:!1,getProposals(e,t){if(uo(t))return[];if(!this.composer.currentEditedCell)return[];const o=this.composer.currentEditedCell,s=this.getters.getValidationRuleForCell(o);if(!s||"isValueInList"!==s.criterion.type&&"isValueInRange"!==s.criterion.type)return[];const i=this.composer.currentEditedCell.sheetId,n="isValueInRange"===s.criterion.type?this.getters.getDataValidationRangeValues(i,s.criterion):s.criterion.values.map((e=>({label:e,value:e})));if(!("chip"===s.criterion.displayStyle))return n.map((e=>({text:e.value,fuzzySearchKey:e.label,htmlContent:[{value:e.label}]})));const r=s.criterion.colors;return n.map((e=>{const t=r?.[e.value];return{text:e.value,htmlContent:[{value:e.label,color:t?Gs(t):void 0,backgroundColor:t||Q,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()}}),xd.add("functions",{sequence:100,autoSelectFirstProposal:!0,maxDisplayedProposals:10,getProposals(e){if("SYMBOL"!==e.type)return[];const t=e.value;if(!uo(this.composer.currentContent))return[];const o=Object.entries(RC.content).filter((([e,{hidden:t}])=>!t)).map((([e,{description:o}])=>({text:e,description:o,htmlContent:vL(t,e,q,"o-semi-bold")}))).sort(((e,t)=>e.text.length-t.text.length||e.text.localeCompare(t.text)));return o},selectProposal(e,t){let o=e.end,s=e.end;["SYMBOL","FUNCTION"].includes(e.type)&&(o=e.start);const i=this.composer.currentTokens;t+="(";const n=i.map((e=>e.start)).indexOf(e.start);if(n+1<i.length){const e=i[n+1];"LEFT_PAREN"===e?.type&&s++}this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t)}}),xd.add("pivot_ids",{sequence:50,autoSelectFirstProposal:!0,getProposals(e){const t=e.functionContext;if(!t||!["PIVOT.VALUE","PIVOT.HEADER","PIVOT"].includes(t.parent.toUpperCase())||0!==t.argPosition)return;const o=this.getters.getPivotIds();return o.includes(e.value)?void 0:o.map((e=>{const t=this.getters.getPivotCoreDefinition(e),o=`${this.getters.getPivotFormulaId(e)}`;return{text:o,description:t.name,htmlContent:[{value:o,color:ht.NUMBER}],fuzzySearchKey:o+t.name,alwaysExpanded:!0}})).filter(Mt)},selectProposal:OC}),xd.add("pivot_measures",{sequence:50,autoSelectFirstProposal:!0,getProposals(e){const t=e.functionContext;if("PIVOT.VALUE"!==t?.parent.toUpperCase()||1!==t.argPosition)return[];const o=AL(e),s=this.getters.getPivotId(o);if(!s||!this.getters.isExistingPivot(s))return[];const i=this.getters.getPivot(s);return i.init(),i.isValid()?i.definition.measures.map((e=>{if("__count"===e.fieldName){const e='"__count"';return{text:e,description:di("Count"),htmlContent:[{value:e,color:ht.STRING}],fuzzySearchKey:di("Count")+e}}return function(e){const t=`"${e.id}"`,o=e.displayName+e.fieldName+t;return{text:t,description:e.displayName,htmlContent:[{value:t,color:ht.STRING}],fuzzySearchKey:o}}(e)})).filter(Mt):[]},selectProposal:OC}),xd.add("pivot_group_fields",{sequence:50,autoSelectFirstProposal:!0,getProposals(e){const t=e.functionContext;if(!t||!function(e){const t=e.functionContext;return"PIVOT.VALUE"===t?.parent.toUpperCase()&&t.argPosition>=2&&t.argPosition%2==0}(e)&&!function(e){const t=e.functionContext;return"PIVOT.HEADER"===t?.parent.toUpperCase()&&t.argPosition>=1&&t.argPosition%2==1}(e))return;const o=AL(e),s=this.getters.getPivotId(o);if(!s||!this.getters.isExistingPivot(s))return;const i=this.getters.getPivot(s);i.init();const n=i.getFields(),{columns:r,rows:a}=i.definition;let l=t.args;"PIVOT.VALUE"===t?.parent.toUpperCase()?(l=l.filter(((e,t)=>t%2==0)),l=l.slice(1,t.argPosition)):l=l.filter(((e,t)=>t%2==1));const c=l.map((e=>e?.value)).filter(Mt),h=r.map((e=>e.nameWithGranularity)),d=a.map((e=>e.nameWithGranularity)),u=[];let g=["ARG_SEPARATOR","SPACE"].includes(e.type)?c.at(-1):c.at(-2);const p=oV.get(i.type);if(p&&g?.startsWith("#")&&(g=g.slice(1)),void 0===g&&(u.push(h[0]),u.push(d[0])),d.includes(g)){const e=d[d.indexOf(g)+1];u.push(e),u.push(h[0])}if(h.includes(g)){const e=h[h.indexOf(g)+1];u.push(e)}const m=u.filter(Mt);return m.map((e=>{const[t,o]=e.split(":"),s=n[t];return s?TL(s,o):void 0})).concat(m.map((e=>{if(!p)return;const t=e.split(":")[0],o=n[t];if(!o)return;const s=`"#${e}"`;return{text:s,description:di("%s (positional)",o.string)+(o.help?` (${o.help})`:""),htmlContent:[{value:s,color:ht.STRING}],fuzzySearchKey:o.string+s}}))).filter(Mt)},selectProposal:OC}),xd.add("pivot_group_values",{sequence:50,autoSelectFirstProposal:!0,getProposals(e){const t=e.functionContext;if(!t||!e||!function(e){const t=e.functionContext;return"PIVOT.VALUE"===t?.parent.toUpperCase()&&t.argPosition>=2&&t.argPosition%2==1}(e)&&!function(e){const t=e.functionContext;return"PIVOT.HEADER"===t?.parent.toUpperCase()&&t.argPosition>=1&&t.argPosition%2==0}(e))return;const o=AL(e),s=this.getters.getPivotId(o);if(!s||!this.getters.isExistingPivot(s))return;const i=this.getters.getPivot(s);if(!i.isValid())return;const n=t.argPosition,r=e.functionContext?.args[n-1]?.value;if(!r)return;let a;try{a=i.definition.getDimension(r)}catch(e){return}return"month_number"===a.granularity?Object.values(wr).map(((e,t)=>({text:`${t+1}`,fuzzySearchKey:e.toString(),description:e.toString(),htmlContent:[{value:`${t+1}`,color:ht.NUMBER}]}))):"quarter_number"===a.granularity?[1,2,3,4].map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:di("Quarter %s",e),htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"day_of_month"===a.granularity?Ct(1,32).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"iso_week_number"===a.granularity?Ct(0,54).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"day_of_week"===a.granularity?Ct(1,8).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"hour_number"===a.granularity?Ct(0,24).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"minute_number"===a.granularity?Ct(0,60).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):"second_number"===a.granularity?Ct(0,60).map((e=>({text:`${e}`,fuzzySearchKey:`${e}`,description:"",htmlContent:[{value:`${e}`,color:ht.NUMBER}]}))):i.getPossibleFieldValues(a).map((({value:e,label:t})=>{const o="string"==typeof e,s=o?`"${e}"`:e.toString(),i=t===e?"":t;return{text:s,description:i,htmlContent:[{value:s,color:o?ht.STRING:ht.NUMBER}],fuzzySearchKey:s+i}}))},selectProposal:OC}),xd.add("sheet_names",{sequence:150,autoSelectFirstProposal:!0,getProposals(e){return"SYMBOL"===e.type||"UNKNOWN"===e.type&&e.value.startsWith("'")?this.getters.getSheetIds().map((e=>{const t=vt(this.getters.getSheetName(e));return{text:t,fuzzySearchKey:t.startsWith("'")?t:"'"+t}})):[]},selectProposal(e,t){const o=e.start,s=e.end;this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t+"!")}});const QU=new n;QU.add("link",{condition:(e,t)=>!!t.getEvaluatedCell(e).link,execute:(e,t,o)=>Si(t.model.getters.getEvaluatedCell(e).link,t,o),title:(e,t)=>{const o=t.getEvaluatedCell(e).link;return o?o.isExternal?di("Go to url: %(url)s",{url:o.url}):di("Go to %(label)s",{label:o.label}):""},sequence:5}),QU.add("dashboard_pivot_sorting",{condition:(e,t)=>{if(!t.isDashboard())return!1;const o=t.getPivotCellFromPosition(e);return xP(t,e)&&"MEASURE_HEADER"===o.type},execute:(e,t)=>{EP(t,e,function(e,t){return eH[e.getPivotCellSortDirection(t)??"none"]}(t.model.getters,e))},component:sV,componentProps:(e,t)=>({position:e,sortDirection:t.getPivotCellSortDirection(e)}),sequence:2});const eH={none:"asc",asc:"desc",desc:"none"};const tH=(new n).add("ADD_COLUMNS_ROWS",(function(e){const t=[];let o=e.base;"after"===e.position&&o++;for(let s=0;s<e.quantity;s++)t.push(s+o);return[{type:"REMOVE_COLUMNS_ROWS",dimension:e.dimension,elements:t,sheetId:e.sheetId,sheetName:e.sheetName}]})).add("REMOVE_COLUMNS_ROWS",(function(e){const t=[],o=[...e.elements].sort(((e,t)=>e-t));for(const s of yt(o)){const o=0===s[0]?0:s[0]-1,i=0===s[0]?"before":"after";t.push({type:"ADD_COLUMNS_ROWS",dimension:e.dimension,quantity:s.length,base:o,sheetId:e.sheetId,sheetName:e.sheetName,position:i})}return t})).add("ADD_MERGE",(function(e){return[{type:"REMOVE_MERGE",sheetId:e.sheetId,target:e.target}]})).add("REMOVE_MERGE",(function(e){return[{type:"ADD_MERGE",sheetId:e.sheetId,target:e.target}]})).add("CREATE_SHEET",(function(e){return[{type:"DELETE_SHEET",sheetId:e.sheetId,sheetName:e.name}]})).add("DELETE_SHEET",(function(e){return[{type:"CREATE_SHEET",sheetId:e.sheetId,position:1,name:e.sheetName}]})).add("DUPLICATE_SHEET",(function(e){return[{type:"DELETE_SHEET",sheetId:e.sheetIdTo,sheetName:""}]})).add("CREATE_FIGURE",(function(e){return[{type:"DELETE_FIGURE",figureId:e.figureId,sheetId:e.sheetId}]})).add("CREATE_CHART",(function(e){return[{type:"DELETE_FIGURE",figureId:e.figureId,sheetId:e.sheetId}]})).add("HIDE_COLUMNS_ROWS",(function(e){return[{type:"UNHIDE_COLUMNS_ROWS",sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]})).add("UNHIDE_COLUMNS_ROWS",(function(e){return[{type:"HIDE_COLUMNS_ROWS",sheetId:e.sheetId,dimension:e.dimension,elements:e.elements}]})).add("CREATE_TABLE_STYLE",(function(e){return[{type:"REMOVE_TABLE_STYLE",tableStyleId:e.tableStyleId}]})).add("ADD_PIVOT",(function(e){return[{type:"REMOVE_PIVOT",pivotId:e.pivotId}]})).add("RENAME_SHEET",(function(e){return[{type:"RENAME_SHEET",sheetId:e.sheetId,oldName:e.newName,newName:e.oldName}]}));for(const e of m.values())tH.contains(e)||tH.add(e,oH);function oH(e){return[e]}const sH=new n;sH.add("format_number_automatic",{...zP,id:"format_number_automatic",sequence:10}).add("format_number_plain_text",{...BP,id:"format_number_plain_text",sequence:15,separator:!0}).add("format_number_number",{...$P,id:"format_number_number",sequence:20}).add("format_number_percent",{...WP,id:"format_number_percent",sequence:30,separator:!0}).add("format_number_currency",{...qP,id:"format_number_currency",sequence:40}).add("format_number_accounting",{...jP,id:"format_number_accounting",sequence:45}).add("format_number_currency_rounded",{...ZP,id:"format_number_currency_rounded",sequence:50}).add("format_custom_currency",{...XP,id:"format_custom_currency",sequence:60,separator:!0}).add("format_number_date",{...KP,id:"format_number_date",sequence:70}).add("format_number_time",{...JP,id:"format_number_time",sequence:80}).add("format_number_date_time",{...QP,id:"format_number_date_time",sequence:90}).add("format_number_duration",{...eM,id:"format_number_duration",sequence:100,separator:!0}).add("more_formats",{...sM,id:"more_formats",sequence:120});const iH=Jt((e=>Pr(e)?"date":e.includes("[$")?"currency":"number")),nH={name:di("More formats"),icon:"o-spreadsheet-Icon.NUMBER_FORMATS",children:[e=>{const t=function(e){const t=new Set(sH.getAll().map((t=>"function"==typeof t.format?t.format(e):t.format))),o=new Map;for(const s of e.model.getters.getSheetIds()){const i=e.model.getters.getEvaluatedCells(s);for(const e in i){const s=i[e];if(s.format&&!o.has(s.format)&&!t.has(s.format)){const e=iH(s.format);"date"!==e&&"currency"!==e||o.set(s.format,HP({descriptionValue:"currency"===e?1e3:YP,format:s.format,name:s.format}))}}}return[...o.values()]}(e).map((e=>({...e,sequence:110})));return t.length>0&&(t[t.length-1].separator=!0),o([...sH.getAll(),...t])}]};const rH=new pT;rH.add("file",{name:di("File"),sequence:10}).addChild("settings",["file"],{name:di("Settings"),sequence:200,execute:e=>e.openSidePanel("Settings"),isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.COG"}).add("edit",{name:di("Edit"),sequence:20}).addChild("undo",["edit"],{...NF,sequence:10}).addChild("redo",["edit"],{...kF,sequence:20,separator:!0}).addChild("copy",["edit"],{...LF,sequence:30}).addChild("cut",["edit"],{...VF,sequence:40}).addChild("paste",["edit"],{...UF,sequence:50}).addChild("paste_special",["edit"],{...HF,sequence:60,separator:!0}).addChild("paste_special_value",["edit","paste_special"],{...zF,sequence:10}).addChild("paste_special_format",["edit","paste_special"],{...BF,sequence:20}).addChild("edit_table",["edit"],{...tO,isVisible:B_,sequence:60}).addChild("find_and_replace",["edit"],{...$F,sequence:65,separator:!0}).addChild("delete",["edit"],{name:di("Delete"),icon:"o-spreadsheet-Icon.TRASH",sequence:70}).addChild("edit_delete_cell_values",["edit","delete"],{...GF,sequence:10}).addChild("edit_delete_row",["edit","delete"],{...WF,sequence:20}).addChild("edit_delete_column",["edit","delete"],{...jF,sequence:30}).addChild("edit_delete_cell_shift_up",["edit","delete"],{...JF,sequence:40}).addChild("edit_delete_cell_shift_left",["edit","delete"],{...QF,sequence:50}).addChild("edit_unhide_columns",["edit"],{...Q_,sequence:80}).addChild("edit_unhide_rows",["edit"],{...oF,sequence:80}).add("view",{name:di("View"),sequence:30}).addChild("unfreeze_panes",["view"],{...sF,sequence:4}).addChild("freeze_panes",["view"],{...iF,sequence:5}).addChild("unfreeze_rows",["view","freeze_panes"],{...nF,sequence:5}).addChild("freeze_first_row",["view","freeze_panes"],{...rF,sequence:10}).addChild("freeze_second_row",["view","freeze_panes"],{...aF,sequence:15}).addChild("freeze_current_row",["view","freeze_panes"],{...lF,sequence:20,separator:!0}).addChild("unfreeze_columns",["view","freeze_panes"],{...cF,sequence:25}).addChild("freeze_first_col",["view","freeze_panes"],{...hF,sequence:30}).addChild("freeze_second_col",["view","freeze_panes"],{...dF,sequence:35}).addChild("freeze_current_col",["view","freeze_panes"],{...uF,sequence:40}).addChild("group_headers",["view"],{name:di("Group"),sequence:15,separator:!0,icon:"o-spreadsheet-Icon.PLUS_IN_BOX",isVisible:G_}).addChild("group_columns",["view","group_headers"],{...fF,sequence:5}).addChild("ungroup_columns",["view","group_headers"],{...bF,isVisible:e=>wF(e,"COL"),sequence:10}).addChild("group_rows",["view","group_headers"],{...vF,sequence:15}).addChild("ungroup_rows",["view","group_headers"],{...SF,isVisible:e=>wF(e,"ROW"),sequence:20}).addChild("show",["view"],{name:di("Show"),sequence:1,icon:"o-spreadsheet-Icon.SHOW"}).addChild("view_gridlines",["view","show"],{...gF,sequence:5}).addChild("view_formulas",["view","show"],{...mF,sequence:10}).addChild("view_irregularity_map",["view"],{...pF,sequence:40,separator:!0}).add("insert",{name:di("Insert"),sequence:40}).addChild("insert_row",["insert"],{...nO,sequence:10}).addChild("insert_row_before",["insert","insert_row"],{...aO,sequence:10}).addChild("insert_row_after",["insert","insert_row"],{...hO,sequence:20}).addChild("insert_column",["insert"],{...dO,sequence:20}).addChild("insert_column_before",["insert","insert_column"],{...gO,sequence:10}).addChild("insert_column_after",["insert","insert_column"],{...fO,sequence:20}).addChild("insert_cell",["insert"],{...vO,sequence:30}).addChild("insert_cell_down",["insert","insert_cell"],{...bO,name:di("Shift down"),sequence:10}).addChild("insert_cell_right",["insert","insert_cell"],{...SO,name:di("Shift right"),sequence:20}).addChild("insert_sheet",["insert"],{...NO,sequence:40,separator:!0}).addChild("insert_chart",["insert"],{...CO,sequence:50}).addChild("insert_carousel",["insert"],{...yO,sequence:51}).addChild("insert_pivot",["insert"],{...wO,sequence:52}).addChild("insert_image",["insert"],{...IO,sequence:55}).addChild("insert_table",["insert"],{...xO,sequence:57}).addChild("insert_function",["insert"],{...EO,sequence:60}).addChild("insert_function_sum",["insert","insert_function"],{...RO,sequence:0}).addChild("insert_function_average",["insert","insert_function"],{...TO,sequence:10}).addChild("insert_function_count",["insert","insert_function"],{...AO,sequence:20}).addChild("insert_function_max",["insert","insert_function"],{...DO,sequence:30}).addChild("insert_function_min",["insert","insert_function"],{..._O,sequence:40,separator:!0}).addChild("categorie_function_all",["insert","insert_function"],{...FO,sequence:50}).addChild("categories_function_list",["insert","insert_function"],(()=>{const e=RC.content;return[...new Set(RC.getAll().filter((e=>!e.hidden)).map((e=>e.category)))].filter(Mt).sort().map(((t,o)=>{const s=Object.keys(e).filter((o=>e[o].category===t&&!e[o].hidden));return{name:t,children:kO(s)}}))})).addChild("insert_link",["insert"],{...OO,separator:!0,sequence:70}).addChild("insert_checkbox",["insert"],{...PO,sequence:80}).addChild("insert_dropdown",["insert"],{...MO,separator:!0,sequence:90}).add("format",{name:di("Format"),sequence:50}).addChild("format_number",["format"],{...nH,name:di("Number"),sequence:10,separator:!0}).addChild("format_bold",["format"],{...mM,sequence:20}).addChild("format_italic",["format"],{...fM,sequence:30}).addChild("format_underline",["format"],{...vM,sequence:40}).addChild("format_strikethrough",["format"],{...bM,sequence:50,separator:!0}).addChild("format_font_size",["format"],{...SM,sequence:60,separator:!0}).addChild("format_alignment",["format"],{...CM,sequence:70}).addChild("format_alignment_left",["format","format_alignment"],{...wM,sequence:10}).addChild("format_alignment_center",["format","format_alignment"],{...IM,sequence:20}).addChild("format_alignment_right",["format","format_alignment"],{...xM,sequence:30,separator:!0}).addChild("format_alignment_top",["format","format_alignment"],{...RM,sequence:40}).addChild("format_alignment_middle",["format","format_alignment"],{...TM,sequence:50}).addChild("format_alignment_bottom",["format","format_alignment"],{...AM,sequence:60,separator:!0}).addChild("format_wrapping",["format"],{...DM,sequence:80,separator:!0}).addChild("format_wrapping_overflow",["format","format_wrapping"],{...FM,sequence:10}).addChild("format_wrapping_wrap",["format","format_wrapping"],{...OM,sequence:20}).addChild("format_wrapping_clip",["format","format_wrapping"],{...PM,sequence:30}).addChild("format_cf",["format"],{...MM,sequence:90,separator:!0}).addChild("format_clearFormat",["format"],{...NM,sequence:100,separator:!0}).add("data",{name:di("Data"),sequence:60}).addChild("sort_range",["data"],{...DP,sequence:10,separator:!0}).addChild("sort_ascending",["data","sort_range"],{..._P,sequence:10}).addChild("sort_descending",["data","sort_range"],{...MP,sequence:20}).addChild("data_cleanup",["data"],{...FP,sequence:15}).addChild("remove_duplicates",["data","data_cleanup"],{...OP,sequence:10}).addChild("trim_whitespace",["data","data_cleanup"],{...PP,sequence:20}).addChild("split_to_columns",["data"],{...LP,sequence:20}).addChild("data_validation",["data"],{name:di("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"],{...NP,sequence:40,separator:!0}).addChild("pivot_data_sources",["data"],(e=>{const t=e.model.getters.getPivotIds().length;return e.model.getters.getPivotIds().map(((o,s)=>{const i={get highlights(){return pL(e.model.getters,o)}};return{id:`item_pivot_${e.model.getters.getPivotFormulaId(o)}`,name:e.model.getters.getPivotDisplayName(o),sequence:50+s/t,isReadonlyAllowed:!0,execute:e=>e.openSidePanel("PivotSidePanel",{pivotId:o}),isEnabled:e=>!e.isSmall,onStartHover:e=>e.getStore(IR).register(i),onStopHover:e=>e.getStore(IR).unRegister(i),icon:"o-spreadsheet-Icon.PIVOT",separator:s===e.model.getters.getPivotIds().length-1,secondaryIcon:e=>e.model.getters.isPivotUnused(o)?"o-spreadsheet-Icon.UNUSED_PIVOT_WARNING":void 0}}))})).addChild("reinsert_dynamic_pivot",["data"],VP).addChild("reinsert_static_pivot",["data"],UP);const aH=new class extends n{mapping={};uuidGenerator=new vl;replace(e,t){const o={...t,id:this.uuidGenerator.uuidv4()};return super.replace(e,o)}getAllOrdered(){return this.getAll().sort(((e,t)=>e.sequence-t.sequence))}};class lH{listeners=[];async sendMessage(e){for(const{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))}}class cH{fileStore;constructor(e){this.fileStore=e}async requestImage(){const e=await this.userImageUpload(),t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}async uploadFile(e){const t=await this.fileStore.upload(e);return{path:t,size:await this.getImageOriginalSize(t),mimetype:e.type}}userImageUpload(){return new Promise(((e,t)=>{const o=document.createElement("input");o.setAttribute("type","file"),o.setAttribute("accept","image/*"),o.addEventListener("change",(async()=>{null===o.files||1!==o.files.length?t():e(o.files[0])})),o.click()}))}getImageOriginalSize(e){return new Promise(((t,o)=>{const s=new Image;s.addEventListener("load",(()=>{const e={width:s.width,height:s.height};t(e)})),s.addEventListener("error",o),s.src=e}))}}const hH=[{transform:"scale(0)"},{transform:"scale(0.8)",offset:.33},{opacity:"0",transform:"scale(1)",offset:1}];Hh`
1851
1851
  .o-ripple {
1852
1852
  z-index: 1;
1853
1853
  }
@@ -3371,4 +3371,4 @@
3371
3371
  <tableParts count="${e.tables.length}">
3372
3372
  ${CE(a)}
3373
3373
  </tableParts>
3374
- `}var nB;!function(e){e[e.Ready=0]="Ready",e[e.Running=1]="Running",e[e.RunningCore=2]="RunningCore",e[e.Finalizing=3]="Finalizing"}(nB||(nB={}));function rB(e,t={}){const o=pt(t);return o.type=e,o}const aB={},lB={MIN_ROW_HEIGHT:10,MIN_COL_WIDTH:5,HEADER_HEIGHT:we,HEADER_WIDTH:Ie,DESKTOP_BOTTOMBAR_HEIGHT:36,DEFAULT_CELL_WIDTH:xe,DEFAULT_CELL_HEIGHT:Ee,SCROLLBAR_WIDTH:Re},cB={autoCompleteProviders:xd,autofillModifiersRegistry:iU,autofillRulesRegistry:nU,cellMenuRegistry:AP,colMenuRegistry:HM,errorTypes:sn,linkMenuRegistry:mT,functionRegistry:RC,featurePluginRegistry:XU,iconsOnCellRegistry:JV,statefulUIPluginRegistry:KU,coreViewsPluginRegistry:JU,corePluginRegistry:YU,rowMenuRegistry:qM,sidePanelRegistry:ZL,figureRegistry:WE,chartSidePanelComponentRegistry:Gk,chartComponentRegistry:oE,chartRegistry:tE,chartSubtypeRegistry:iE,topbarMenuRegistry:rH,topbarComponentRegistry:aH,clickableCellRegistry:QU,otRegistry:pU,inverseCommandRegistry:tH,urlRegistry:pi,cellPopoverRegistry:jE,numberFormatMenuRegistry:sH,repeatLocalCommandTransformRegistry:BU,repeatCommandTransformRegistry:zU,clipboardHandlersRegistries:Sh,pivotRegistry:pP,pivotTimeAdapterRegistry:Fc,pivotSidePanelRegistry:PL,pivotNormalizationValueRegistry:lh,supportedPivotPositionalFormulaRegistry:oV,pivotToFunctionValueRegistry:ch,migrationStepRegistry:g_,chartJsExtensionRegistry:Wh},hB={arg:Cd,isEvaluationError:mn,toBoolean:Tn,toJsDate:An,toNumber:bn,toString:xn,toNormalizedPivotValue:ih,toFunctionPivotValue:rh,toXC:_o,toZone:Vo,toUnboundedZone:Lo,toCartesian:Do,numberToLetters:So,lettersToNumber:Co,UuidGenerator:vl,formatValue:Er,createCurrencyFormat:Ur,ColorGenerator:ei,computeTextWidth:sl,createEmptyWorkbookData:x_,createEmptySheet:I_,createEmptyExcelSheet:E_,rgbaToHex:Ms,colorToRGBA:Ns,positionToZone:ls,isDefined:Mt,isMatrix:E,lazy:Vt,genericRepeat:$U,createAction:i,createActions:o,transformRangeData:yh,deepEquals:zt,overlap:Ko,union:Zo,isInside:Jo,deepCopy:pt,expandZoneOnInsertion:$o,reduceZoneOnDeletion:qo,unquote:ft,getMaxObjectId:Xc,getFunctionsFromTokens:qC,getFirstPivotFunction:DL,getNumberOfPivotFunctions:_L,parseDimension:Qc,isDateOrDatetimeField:eh,makeFieldProposal:TL,insertTokenAfterArgSeparator:function(e,t){let o=e.end;const s=e.end;"ARG_SEPARATOR"!==e.type&&(o=e.start),this.composer.stopComposerRangeSelection(),this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t)},insertTokenAfterLeftParenthesis:function(e,t){let o=e.end;const s=e.end;"LEFT_PAREN"!==e.type&&(o=e.start),this.composer.stopComposerRangeSelection(),this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t)},mergeContiguousZones:ms,getPivotHighlights:pL,pivotTimeAdapter:Oc,UNDO_REDO_PIVOT_COMMANDS:oU,createPivotFormula:sh,areDomainArgsFieldsValid:oh,splitReference:Ra,sanitizeSheetName:bt,getUniqueText:ho,isNumber:Ji,isDateTime:Ni,createCustomFields:ph},dB={isMarkdownLink:Rt,parseMarkdownLink:Dt,markdownLink:At,openLink:Si,urlRepresentation:bi},uB={Checkbox:QR,Section:VR,RoundColorPicker:UR,ChartDataSeries:sk,ChartErrorSection:ik,ChartLabelRange:nk,ChartTitle:ck,ChartPanel:Zk,ChartFigure:$E,ChartJsComponent:Xy,ClickableCellSortIcon:sV,ZoomableChartJsComponent:xx,Grid:tV,GridOverlay:_N,ScorecardChart:dw,LineConfigPanel:_k,BarConfigPanel:ak,PieChartDesignPanel:Pk,GenericChartConfigPanel:rk,ChartWithAxisDesignPanel:bk,GenericZoomableChartDesignPanel:Ck,LineChartDesignPanel:Fk,GaugeChartConfigPanel:Ik,GaugeChartDesignPanel:xk,ScorecardChartConfigPanel:Nk,ScorecardChartDesignPanel:kk,GeoChartDesignPanel:Ak,RadarChartDesignPanel:Mk,WaterfallChartDesignPanel:$k,ComboChartDesignPanel:yk,FunnelChartDesignPanel:wk,SunburstChartDesignPanel:Lk,TreeMapChartDesignPanel:Bk,ChartTypePicker:Wk,FigureComponent:qE,MenuPopover:HE,Popover:kE,SelectionInput:ZR,ValidationMessages:wN,AddDimensionButton:bL,PivotDimensionGranularity:CL,PivotDimensionOrder:yL,PivotDimension:SL,PivotLayoutConfigurator:xL,PivotHTMLRenderer:nV,PivotDeferUpdate:mL,PivotTitleSection:EL,CogWheelMenu:tk,TextInput:XN,SidePanelCollapsible:QE,RadioSelection:dk,GeoChartRegionSelectSection:Ek,ChartDashboardMenu:zE,FullScreenChart:iV},gB={useDragAndDropListItems:HR,useHighlights:Xk,useHighlightsOnHover:Yk},pB={useStoreProvider:Rh,DependencyContainer:Ih,CellPopoverStore:YE,ComposerFocusStore:Lh,CellComposerStore:pN,FindAndReplaceStore:lL,HighlightStore:IR,DelayedHoveredCellStore:ZE,HoveredTableStore:TN,ModelStore:Oh,NotificationStore:xR,RendererStore:Mh,SelectionInputStore:qR,SpreadsheetStore:Nh,useStore:Th,useLocalStore:Ah,SidePanelStore:KL,PivotSidePanelStore:FL,PivotMeasureDisplayPanelStore:uL,ClientFocusStore:jM,GridRenderer:VN};const mB={DEFAULT_LOCALE:I,HIGHLIGHT_COLOR:A,PIVOT_TABLE_CONFIG:it,ChartTerms:Ab,FIGURE_ID_SPLITTER:$e,GRID_ICON_EDGE_LENGTH:17,GRID_ICON_MARGIN:2},fB={...cE,...fx};e.AbstractCellClipboardHandler=Sl,e.AbstractChart=Ky,e.AbstractFigureClipboardHandler=Cl,e.CellErrorType=on,e.ClientDisconnectedError=AU,e.CorePlugin=rV,e.CoreViewPlugin=pV,e.DispatchResult=v,e.EvaluationError=nn,e.LocalTransportService=lH,e.Model=class extends wh{corePlugins=[];statefulUIPlugins=[];range;session;isReplayingCommand=!1;renderers={};status=0;config;corePluginConfig;coreViewPluginConfig;uiPluginConfig;state;selection;getters;coreGetters;uuidGenerator;handlers=[];uiHandlers=[];coreHandlers=[];constructor(e={},o={},s=[],i=new vl,n=!1){const r=performance.now();console.debug("##### Model creation #####"),super(),li===ri&&ci===ai&&(ci=()=>!0),s=y_(e,s);const a=b_(e,n);this.state=new sz,this.uuidGenerator=i,this.config=this.setupConfig(o),this.session=this.setupSession(a.revisionId),this.coreGetters={},this.range=new uV(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.adaptFormulaStringDependencies=this.range.adaptFormulaStringDependencies.bind(this.range),this.coreGetters.copyFormulaStringForSheet=this.range.copyFormulaStringForSheet.bind(this.range),this.getters={isReadonly:()=>"readonly"===this.config.mode||"dashboard"===this.config.mode,isDashboard:()=>"dashboard"===this.config.mode},this.selection=new tz(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(const e of YU.getAll())this.setupCorePlugin(e,a);Object.assign(this.getters,this.coreGetters),this.session.loadInitialMessages(s);for(const e of JU.getAll()){const t=this.setupCoreViewPlugin(e);this.handlers.push(t),this.uiHandlers.push(t),this.coreHandlers.push(t)}for(const e of KU.getAll()){const t=this.setupUiPlugin(e);this.statefulUIPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}for(const e of XU.getAll()){const 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(),o.snapshotRequested||e["[Content_Types].xml"]&&!this.getters.isReadonly()){const e=performance.now();console.debug("Snapshot requested"),this.session.snapshot(this.exportData()),this.garbageCollectExternalResources(),console.debug("Snapshot taken in",performance.now()-e,"ms")}t.markRaw(this),console.debug("Model created in",performance.now()-r,"ms"),console.debug("######")}joinSession(){this.session.join(this.config.client)}async leaveSession(){const e=this.getters.isReadonly()?void 0:Vt((()=>this.exportData()));await this.session.leave(e)}setupUiPlugin(e){const t=new e(this.uiPluginConfig);for(const o of e.getters){if(!(o in t))throw new Error(`Invalid getter name: ${o} for plugin ${t.constructor}`);if(o in this.getters)throw new Error(`Getter "${o}" is already defined.`);this.getters[o]=t[o].bind(t)}for(const o of e.layers)this.renderers[o]||(this.renderers[o]=[]),this.renderers[o].push(t);return t}setupCoreViewPlugin(e){const t=new e(this.coreViewPluginConfig);for(const o of e.getters){if(!(o in t))throw new Error(`Invalid getter name: ${o} for plugin ${t.constructor}`);if(o in this.getters)throw new Error(`Getter "${o}" is already defined.`);this.getters[o]=t[o].bind(t)}return t}setupCorePlugin(e,t){const o=new e(this.corePluginConfig);for(const t of e.getters){if(!(t in o))throw new Error(`Invalid getter name: ${t} for plugin ${o.constructor}`);if(t in this.coreGetters)throw new Error(`Getter "${t}" is already defined.`);this.coreGetters[t]=o[t].bind(o)}o.import(t),this.corePlugins.push(o),this.coreHandlers.push(o),this.handlers.push(o)}onRemoteRevisionReceived({commands:e}){for(const t of e){const e=this.status;this.status=2,this.dispatchToHandlers(this.statefulUIPlugins,t),this.status=e}this.finalize()}setupSession(e){return new DU(JH({initialRevisionId:e,recordChanges:this.state.recordChanges.bind(this.state),dispatch:e=>{this.checkDispatchAllowed(e).isSuccessful?(this.isReplayingCommand=!0,this.dispatchToHandlers(this.coreHandlers,e),this.isReplayingCommand=!1):this.dispatchToHandlers(this.coreHandlers,{type:"UNDO",commands:[e]})}}),this.config.transportService,e)}setupSessionEvents(){this.session.on("remote-revision-received",this,this.onRemoteRevisionReceived),this.session.on("revision-undone",this,(({commands:e})=>{this.dispatchFromCorePlugin("UNDO",{commands:e}),this.finalize()})),this.session.on("revision-redone",this,(({commands:e})=>{this.dispatchFromCorePlugin("REDO",{commands:e}),this.finalize()})),this.session.on("unexpected-revision-id",this,(()=>this.trigger("unexpected-revision-id"))),this.session.on("collaborative-event-received",this,(()=>{this.trigger("update")}))}setupConfig(e){const t=e.client||{id:this.uuidGenerator.smallUuid(),name:di("Anonymous").toString()},o=e.transportService||new lH,s="readonly"===e.mode||"dashboard"===e.mode;return{...e,mode:e.mode||"normal",custom:e.custom||{},external:this.setupExternalConfig(e.external||{}),transportService:s?new GH(o):o,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){const t=e.loadLocales||(()=>Promise.resolve(w));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){const t=f(e)?this.checkDispatchAllowedCoreCommand(e):this.checkDispatchAllowedLocalCommand(e);return t.some((e=>"Success"!==e))?new v(t.flat()):v.Success}checkDispatchAllowedCoreCommand(e){const t=this.corePlugins.map((t=>t.allowDispatch(e)));return t.push(this.range.allowDispatch(e)),t}checkDispatchAllowedLocalCommand(e){return this.uiHandlers.map((t=>t.allowDispatch(e)))}finalize(){this.status=3;for(const e of this.handlers)e.finalize();this.status=0,this.trigger("command-finalized")}canDispatch=(e,t)=>this.checkDispatchAllowed(rB(e,t));dispatch=(e,t)=>{const o=rB(e,t),s=this.status;if(this.getters.isReadonly()&&(i=o,!p.has(i.type)))return new v("Readonly");var i;if(!this.session.canApplyOptimisticUpdate())return new v("WaitingSessionConfirmation");switch(s){case 0:const t=this.checkDispatchAllowed(o);if(!t.isSuccessful)return this.trigger("update"),t;this.status=1;const{changes:s,commands:i}=this.state.recordChanges((()=>{const t=performance.now();f(o)&&this.state.addCommand(o),this.dispatchToHandlers(this.handlers,o),this.finalize();const s=performance.now()-t;s>5&&console.debug(e,s,"ms")}));this.session.save(o,i,s),this.status=0,this.trigger("update");break;case 1:if(f(o)){const e=this.checkDispatchAllowed(o);if(!e.isSuccessful)return e;this.state.addCommand(o)}this.dispatchToHandlers(this.handlers,o);break;case 3:throw new Error("Cannot dispatch commands in the finalize state");case 2:if(f(o))throw new Error(`A UI plugin cannot dispatch ${e} while handling a core command`);this.dispatchToHandlers(this.handlers,o)}return v.Success};dispatchFromCorePlugin=(e,t)=>{const o=rB(e,t),s=this.status;this.status=2;const i=this.isReplayingCommand?this.coreHandlers:this.handlers;return this.dispatchToHandlers(i,o),this.status=s,v.Success};dispatchToHandlers(e,t){const o=f(t);for(const s of e)!o&&s instanceof rV||s.beforeHandle(t);for(const s of e)!o&&s instanceof rV||s.handle(t);this.trigger("command-dispatched",t)}drawLayer(e,t){const o=this.renderers[t];if(o)for(const s of o)e.ctx.save(),s.drawLayer(e,t),e.ctx.restore()}exportData(){let e=x_();for(const t of this.handlers)t instanceof rV&&t.export(e);return e.revisionId=this.session.getRevisionId()||He,e=pt(e),e}updateMode(e){this.config.mode=e,this.trigger("update")}exportXLSX(){this.dispatch("EVALUATE_CELLS");let e={...x_(),sheets:[E_(v_,"Sheet1")]};for(const t of this.handlers)t instanceof Jd&&t.exportForExcel(e);return e=pt(e),sB(e)}garbageCollectExternalResources(){for(const e of this.corePlugins)e.garbageCollectExternalResources()}},e.PivotRuntimeDefinition=eP,e.Registry=n,e.Revision=TU,e.SPREADSHEET_DIMENSIONS=lB,e.Spreadsheet=$H,e.SpreadsheetPivotTable=oP,e.UIPlugin=Qd,e.__info__=aB,e.addFunction=function e(t,o){return RC.add(t,o),{addFunction:(t,o)=>e(t,o)}},e.addRenderingLayer=function(e,t){if(go[e])throw new Error(`Layer ${e} already exists`);go[e]=t},e.astToFormula=hN,e.chartHelpers=fB,e.compile=zC,e.compileTokens=BC,e.components=uB,e.constants=mB,e.convertAstNodes=Zv,e.coreTypes=m,e.findCellInNewZone=as,e.functionCache=HC,e.getCaretDownSvg=ZT,e.getCaretUpSvg=jT,e.helpers=hB,e.hooks=gB,e.invalidateCFEvaluationCommands=d,e.invalidateChartEvaluationCommands=c,e.invalidateDependenciesCommands=h,e.invalidateEvaluationCommands=l,e.iterateAstNodes=jv,e.links=dB,e.load=b_,e.parse=Wv,e.parseTokens=qv,e.readonlyAllowedCommands=p,e.registries=cB,e.setDefaultSheetViewSize=function(e){et=e},e.setTranslationMethod=function(e,t=(()=>!0)){li=e,ci=t},e.stores=pB,e.tokenColors=ht,e.tokenize=Il,aB.version="19.0.1",aB.date="2025-09-11T08:45:47.109Z",aB.hash="bd79eea"}(this.o_spreadsheet=this.o_spreadsheet||{},owl);
3374
+ `}var nB;!function(e){e[e.Ready=0]="Ready",e[e.Running=1]="Running",e[e.RunningCore=2]="RunningCore",e[e.Finalizing=3]="Finalizing"}(nB||(nB={}));function rB(e,t={}){const o=pt(t);return o.type=e,o}const aB={},lB={MIN_ROW_HEIGHT:10,MIN_COL_WIDTH:5,HEADER_HEIGHT:we,HEADER_WIDTH:Ie,DESKTOP_BOTTOMBAR_HEIGHT:36,DEFAULT_CELL_WIDTH:xe,DEFAULT_CELL_HEIGHT:Ee,SCROLLBAR_WIDTH:Re},cB={autoCompleteProviders:xd,autofillModifiersRegistry:iU,autofillRulesRegistry:nU,cellMenuRegistry:AP,colMenuRegistry:HM,errorTypes:sn,linkMenuRegistry:mT,functionRegistry:RC,featurePluginRegistry:XU,iconsOnCellRegistry:JV,statefulUIPluginRegistry:KU,coreViewsPluginRegistry:JU,corePluginRegistry:YU,rowMenuRegistry:qM,sidePanelRegistry:ZL,figureRegistry:WE,chartSidePanelComponentRegistry:Gk,chartComponentRegistry:oE,chartRegistry:tE,chartSubtypeRegistry:iE,topbarMenuRegistry:rH,topbarComponentRegistry:aH,clickableCellRegistry:QU,otRegistry:pU,inverseCommandRegistry:tH,urlRegistry:pi,cellPopoverRegistry:jE,numberFormatMenuRegistry:sH,repeatLocalCommandTransformRegistry:BU,repeatCommandTransformRegistry:zU,clipboardHandlersRegistries:Sh,pivotRegistry:pP,pivotTimeAdapterRegistry:Fc,pivotSidePanelRegistry:PL,pivotNormalizationValueRegistry:lh,supportedPivotPositionalFormulaRegistry:oV,pivotToFunctionValueRegistry:ch,migrationStepRegistry:g_,chartJsExtensionRegistry:Wh},hB={arg:Cd,isEvaluationError:mn,toBoolean:Tn,toJsDate:An,toNumber:bn,toString:xn,toNormalizedPivotValue:ih,toFunctionPivotValue:rh,toXC:_o,toZone:Vo,toUnboundedZone:Lo,toCartesian:Do,numberToLetters:So,lettersToNumber:Co,UuidGenerator:vl,formatValue:Er,createCurrencyFormat:Ur,ColorGenerator:ei,computeTextWidth:sl,createEmptyWorkbookData:x_,createEmptySheet:I_,createEmptyExcelSheet:E_,rgbaToHex:Ms,colorToRGBA:Ns,positionToZone:ls,isDefined:Mt,isMatrix:E,lazy:Vt,genericRepeat:$U,createAction:i,createActions:o,transformRangeData:yh,deepEquals:zt,overlap:Ko,union:Zo,isInside:Jo,deepCopy:pt,expandZoneOnInsertion:$o,reduceZoneOnDeletion:qo,unquote:ft,getMaxObjectId:Xc,getFunctionsFromTokens:qC,getFirstPivotFunction:DL,getNumberOfPivotFunctions:_L,parseDimension:Qc,isDateOrDatetimeField:eh,makeFieldProposal:TL,insertTokenAfterArgSeparator:function(e,t){let o=e.end;const s=e.end;"ARG_SEPARATOR"!==e.type&&(o=e.start),this.composer.stopComposerRangeSelection(),this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t)},insertTokenAfterLeftParenthesis:function(e,t){let o=e.end;const s=e.end;"LEFT_PAREN"!==e.type&&(o=e.start),this.composer.stopComposerRangeSelection(),this.composer.changeComposerCursorSelection(o,s),this.composer.replaceComposerCursorSelection(t)},mergeContiguousZones:ms,getPivotHighlights:pL,pivotTimeAdapter:Oc,UNDO_REDO_PIVOT_COMMANDS:oU,createPivotFormula:sh,areDomainArgsFieldsValid:oh,splitReference:Ra,sanitizeSheetName:bt,getUniqueText:ho,isNumber:Ji,isDateTime:Ni,createCustomFields:ph},dB={isMarkdownLink:Rt,parseMarkdownLink:Dt,markdownLink:At,openLink:Si,urlRepresentation:bi},uB={Checkbox:QR,Section:VR,RoundColorPicker:UR,ChartDataSeries:sk,ChartErrorSection:ik,ChartLabelRange:nk,ChartTitle:ck,ChartPanel:Zk,ChartFigure:$E,ChartJsComponent:Xy,ClickableCellSortIcon:sV,ZoomableChartJsComponent:xx,Grid:tV,GridOverlay:_N,ScorecardChart:dw,LineConfigPanel:_k,BarConfigPanel:ak,PieChartDesignPanel:Pk,GenericChartConfigPanel:rk,ChartWithAxisDesignPanel:bk,GenericZoomableChartDesignPanel:Ck,LineChartDesignPanel:Fk,GaugeChartConfigPanel:Ik,GaugeChartDesignPanel:xk,ScorecardChartConfigPanel:Nk,ScorecardChartDesignPanel:kk,GeoChartDesignPanel:Ak,RadarChartDesignPanel:Mk,WaterfallChartDesignPanel:$k,ComboChartDesignPanel:yk,FunnelChartDesignPanel:wk,SunburstChartDesignPanel:Lk,TreeMapChartDesignPanel:Bk,ChartTypePicker:Wk,FigureComponent:qE,MenuPopover:HE,Popover:kE,SelectionInput:ZR,ValidationMessages:wN,AddDimensionButton:bL,PivotDimensionGranularity:CL,PivotDimensionOrder:yL,PivotDimension:SL,PivotLayoutConfigurator:xL,PivotHTMLRenderer:nV,PivotDeferUpdate:mL,PivotTitleSection:EL,CogWheelMenu:tk,TextInput:XN,SidePanelCollapsible:QE,RadioSelection:dk,GeoChartRegionSelectSection:Ek,ChartDashboardMenu:zE,FullScreenChart:iV},gB={useDragAndDropListItems:HR,useHighlights:Xk,useHighlightsOnHover:Yk},pB={useStoreProvider:Rh,DependencyContainer:Ih,CellPopoverStore:YE,ComposerFocusStore:Lh,CellComposerStore:pN,FindAndReplaceStore:lL,HighlightStore:IR,DelayedHoveredCellStore:ZE,HoveredTableStore:TN,ModelStore:Oh,NotificationStore:xR,RendererStore:Mh,SelectionInputStore:qR,SpreadsheetStore:Nh,useStore:Th,useLocalStore:Ah,SidePanelStore:KL,PivotSidePanelStore:FL,PivotMeasureDisplayPanelStore:uL,ClientFocusStore:jM,GridRenderer:VN};const mB={DEFAULT_LOCALE:I,HIGHLIGHT_COLOR:A,PIVOT_TABLE_CONFIG:it,ChartTerms:Ab,FIGURE_ID_SPLITTER:$e,GRID_ICON_EDGE_LENGTH:17,GRID_ICON_MARGIN:2},fB={...cE,...fx};e.AbstractCellClipboardHandler=Sl,e.AbstractChart=Ky,e.AbstractFigureClipboardHandler=Cl,e.CellErrorType=on,e.ClientDisconnectedError=AU,e.CorePlugin=rV,e.CoreViewPlugin=pV,e.DispatchResult=v,e.EvaluationError=nn,e.LocalTransportService=lH,e.Model=class extends wh{corePlugins=[];statefulUIPlugins=[];range;session;isReplayingCommand=!1;renderers={};status=0;config;corePluginConfig;coreViewPluginConfig;uiPluginConfig;state;selection;getters;coreGetters;uuidGenerator;handlers=[];uiHandlers=[];coreHandlers=[];constructor(e={},o={},s=[],i=new vl,n=!1){const r=performance.now();console.debug("##### Model creation #####"),super(),li===ri&&ci===ai&&(ci=()=>!0),s=y_(e,s);const a=b_(e,n);this.state=new sz,this.uuidGenerator=i,this.config=this.setupConfig(o),this.session=this.setupSession(a.revisionId),this.coreGetters={},this.range=new uV(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.adaptFormulaStringDependencies=this.range.adaptFormulaStringDependencies.bind(this.range),this.coreGetters.copyFormulaStringForSheet=this.range.copyFormulaStringForSheet.bind(this.range),this.getters={isReadonly:()=>"readonly"===this.config.mode||"dashboard"===this.config.mode,isDashboard:()=>"dashboard"===this.config.mode},this.selection=new tz(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(const e of YU.getAll())this.setupCorePlugin(e,a);Object.assign(this.getters,this.coreGetters),this.session.loadInitialMessages(s);for(const e of JU.getAll()){const t=this.setupCoreViewPlugin(e);this.handlers.push(t),this.uiHandlers.push(t),this.coreHandlers.push(t)}for(const e of KU.getAll()){const t=this.setupUiPlugin(e);this.statefulUIPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}for(const e of XU.getAll()){const 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(),o.snapshotRequested||e["[Content_Types].xml"]&&!this.getters.isReadonly()){const e=performance.now();console.debug("Snapshot requested"),this.session.snapshot(this.exportData()),this.garbageCollectExternalResources(),console.debug("Snapshot taken in",performance.now()-e,"ms")}t.markRaw(this),console.debug("Model created in",performance.now()-r,"ms"),console.debug("######")}joinSession(){this.session.join(this.config.client)}async leaveSession(){const e=this.getters.isReadonly()?void 0:Vt((()=>this.exportData()));await this.session.leave(e)}setupUiPlugin(e){const t=new e(this.uiPluginConfig);for(const o of e.getters){if(!(o in t))throw new Error(`Invalid getter name: ${o} for plugin ${t.constructor}`);if(o in this.getters)throw new Error(`Getter "${o}" is already defined.`);this.getters[o]=t[o].bind(t)}for(const o of e.layers)this.renderers[o]||(this.renderers[o]=[]),this.renderers[o].push(t);return t}setupCoreViewPlugin(e){const t=new e(this.coreViewPluginConfig);for(const o of e.getters){if(!(o in t))throw new Error(`Invalid getter name: ${o} for plugin ${t.constructor}`);if(o in this.getters)throw new Error(`Getter "${o}" is already defined.`);this.getters[o]=t[o].bind(t)}return t}setupCorePlugin(e,t){const o=new e(this.corePluginConfig);for(const t of e.getters){if(!(t in o))throw new Error(`Invalid getter name: ${t} for plugin ${o.constructor}`);if(t in this.coreGetters)throw new Error(`Getter "${t}" is already defined.`);this.coreGetters[t]=o[t].bind(o)}o.import(t),this.corePlugins.push(o),this.coreHandlers.push(o),this.handlers.push(o)}onRemoteRevisionReceived({commands:e}){for(const t of e){const e=this.status;this.status=2,this.dispatchToHandlers(this.statefulUIPlugins,t),this.status=e}this.finalize()}setupSession(e){return new DU(JH({initialRevisionId:e,recordChanges:this.state.recordChanges.bind(this.state),dispatch:e=>{this.checkDispatchAllowed(e).isSuccessful?(this.isReplayingCommand=!0,this.dispatchToHandlers(this.coreHandlers,e),this.isReplayingCommand=!1):this.dispatchToHandlers(this.coreHandlers,{type:"UNDO",commands:[e]})}}),this.config.transportService,e)}setupSessionEvents(){this.session.on("remote-revision-received",this,this.onRemoteRevisionReceived),this.session.on("revision-undone",this,(({commands:e})=>{this.dispatchFromCorePlugin("UNDO",{commands:e}),this.finalize()})),this.session.on("revision-redone",this,(({commands:e})=>{this.dispatchFromCorePlugin("REDO",{commands:e}),this.finalize()})),this.session.on("unexpected-revision-id",this,(()=>this.trigger("unexpected-revision-id"))),this.session.on("collaborative-event-received",this,(()=>{this.trigger("update")}))}setupConfig(e){const t=e.client||{id:this.uuidGenerator.smallUuid(),name:di("Anonymous").toString()},o=e.transportService||new lH,s="readonly"===e.mode||"dashboard"===e.mode;return{...e,mode:e.mode||"normal",custom:e.custom||{},external:this.setupExternalConfig(e.external||{}),transportService:s?new GH(o):o,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){const t=e.loadLocales||(()=>Promise.resolve(w));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){const t=f(e)?this.checkDispatchAllowedCoreCommand(e):this.checkDispatchAllowedLocalCommand(e);return t.some((e=>"Success"!==e))?new v(t.flat()):v.Success}checkDispatchAllowedCoreCommand(e){const t=this.corePlugins.map((t=>t.allowDispatch(e)));return t.push(this.range.allowDispatch(e)),t}checkDispatchAllowedLocalCommand(e){return this.uiHandlers.map((t=>t.allowDispatch(e)))}finalize(){this.status=3;for(const e of this.handlers)e.finalize();this.status=0,this.trigger("command-finalized")}canDispatch=(e,t)=>this.checkDispatchAllowed(rB(e,t));dispatch=(e,t)=>{const o=rB(e,t),s=this.status;if(this.getters.isReadonly()&&(i=o,!p.has(i.type)))return new v("Readonly");var i;if(!this.session.canApplyOptimisticUpdate())return new v("WaitingSessionConfirmation");switch(s){case 0:const t=this.checkDispatchAllowed(o);if(!t.isSuccessful)return this.trigger("update"),t;this.status=1;const{changes:s,commands:i}=this.state.recordChanges((()=>{const t=performance.now();f(o)&&this.state.addCommand(o),this.dispatchToHandlers(this.handlers,o),this.finalize();const s=performance.now()-t;s>5&&console.debug(e,s,"ms")}));this.session.save(o,i,s),this.status=0,this.trigger("update");break;case 1:if(f(o)){const e=this.checkDispatchAllowed(o);if(!e.isSuccessful)return e;this.state.addCommand(o)}this.dispatchToHandlers(this.handlers,o);break;case 3:throw new Error("Cannot dispatch commands in the finalize state");case 2:if(f(o))throw new Error(`A UI plugin cannot dispatch ${e} while handling a core command`);this.dispatchToHandlers(this.handlers,o)}return v.Success};dispatchFromCorePlugin=(e,t)=>{const o=rB(e,t),s=this.status;this.status=2;const i=this.isReplayingCommand?this.coreHandlers:this.handlers;return this.dispatchToHandlers(i,o),this.status=s,v.Success};dispatchToHandlers(e,t){const o=f(t);for(const s of e)!o&&s instanceof rV||s.beforeHandle(t);for(const s of e)!o&&s instanceof rV||s.handle(t);this.trigger("command-dispatched",t)}drawLayer(e,t){const o=this.renderers[t];if(o)for(const s of o)e.ctx.save(),s.drawLayer(e,t),e.ctx.restore()}exportData(){let e=x_();for(const t of this.handlers)t instanceof rV&&t.export(e);return e.revisionId=this.session.getRevisionId()||He,e=pt(e),e}updateMode(e){this.config.mode=e,this.trigger("update")}exportXLSX(){this.dispatch("EVALUATE_CELLS");let e={...x_(),sheets:[E_(v_,"Sheet1")]};for(const t of this.handlers)t instanceof Jd&&t.exportForExcel(e);return e=pt(e),sB(e)}garbageCollectExternalResources(){for(const e of this.corePlugins)e.garbageCollectExternalResources()}},e.PivotRuntimeDefinition=eP,e.Registry=n,e.Revision=TU,e.SPREADSHEET_DIMENSIONS=lB,e.Spreadsheet=$H,e.SpreadsheetPivotTable=oP,e.UIPlugin=Qd,e.__info__=aB,e.addFunction=function e(t,o){return RC.add(t,o),{addFunction:(t,o)=>e(t,o)}},e.addRenderingLayer=function(e,t){if(go[e])throw new Error(`Layer ${e} already exists`);go[e]=t},e.astToFormula=hN,e.chartHelpers=fB,e.compile=zC,e.compileTokens=BC,e.components=uB,e.constants=mB,e.convertAstNodes=Zv,e.coreTypes=m,e.findCellInNewZone=as,e.functionCache=HC,e.getCaretDownSvg=ZT,e.getCaretUpSvg=jT,e.helpers=hB,e.hooks=gB,e.invalidateCFEvaluationCommands=d,e.invalidateChartEvaluationCommands=c,e.invalidateDependenciesCommands=h,e.invalidateEvaluationCommands=l,e.iterateAstNodes=jv,e.links=dB,e.load=b_,e.parse=Wv,e.parseTokens=qv,e.readonlyAllowedCommands=p,e.registries=cB,e.setDefaultSheetViewSize=function(e){et=e},e.setTranslationMethod=function(e,t=(()=>!0)){li=e,ci=t},e.stores=pB,e.tokenColors=ht,e.tokenize=Il,aB.version="19.0.3",aB.date="2025-09-19T07:26:41.356Z",aB.hash="84f3b74"}(this.o_spreadsheet=this.o_spreadsheet||{},owl);