@odoo/o-spreadsheet 19.0.7 → 19.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/o-spreadsheet.cjs.js +28 -10
- package/dist/o-spreadsheet.d.ts +3 -0
- package/dist/o-spreadsheet.esm.js +28 -10
- package/dist/o-spreadsheet.iife.js +28 -10
- package/dist/o-spreadsheet.iife.min.js +5 -5
- package/dist/o_spreadsheet.xml +23 -13
- package/package.json +1 -1
- package/readme.md +1 -0
|
@@ -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"]),I=[{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:";"}],w=I[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"],Ie=26,we=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*It(e,t){t.next();for(const o of e){const e=t.next();yield{...o,next:e.done?void 0:e.value}}}function wt(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){return e.slice(0,o).concat(t).concat(e.slice(o))}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 Io(e){return e>="A"&&e<="Z"||e>="a"&&e<="z"}function wo(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||!Io(e.current))return-1;let t=0;for(;e.current&&Io(e.current);)t=26*t+yo(e.shift());return t}function Ao(e){if("$"===e.current&&e.advanceBy(1),!e.current||!wo(e.current))return-1;let t=0;for(;e.current&&wo(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),ko(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=Lo(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=Lo(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=Vo(e,i,0,!1);(a%2==0&&!o||a%2!=0&&o)&&n.push(i);const l=a-r-1,c=n.length,h=r+1;h===e.length-1&&1===l&&1===c?e[h]=n[0]??n[1]:e.splice(h,l,...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){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};(void 0===o&&0!==t||void 0===a&&0!==n)&&(i.hasHeader=!0);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}function Lo(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 Vo(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}function Uo(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=rs(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 Ho(e){const t=Uo(e);if(void 0===t.bottom||void 0===t.right)throw new Error("This does not support unbounded ranges");return t}function zo(e){try{return function(e){return Bo(Uo(e))}(e)}catch(e){return!1}}function Bo(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))&&($o(e)&&e.top>=0&&e.left>=0)}function $o(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 Go(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 Wo(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?as(e,n,"RESIZE",i):r<e[t]?as(e,n,"MOVE",i):{...e}}function qo(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?as(e,n,"RESIZE",i):r<e[t]?as(e,n,"MOVE",i):{...e}}function Zo(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 jo(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 Yo(...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 Xo(e,t){if(Qo(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 Ko(e,t){return e.left===t.left&&e.right===t.right&&e.top===t.top&&e.bottom===t.bottom&&e.hasHeader===t.hasHeader}function Jo(e,t){if(Xo(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 Qo(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 es(e,t,o){const{left:s,right:i,top:n,bottom:r}=o;return e>=s&&e<=i&&t>=n&&t<=r}function ts(e,t){return Ko(Yo(t,e),t)}function os(e){return{numberOfRows:e.bottom-e.top+1,numberOfCols:e.right-e.left+1}}function ss(e){const{numberOfCols:t,numberOfRows:o}=os(e);return 1===t||1===o}function is(e){const t=[],{left:o,right:s,top:i,bottom:n}=rs(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 ns(e,t){const o=[],{left:s,right:i,top:n,bottom:r}=rs(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 rs(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 as(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=us(e)&&!r?"rows"!==t:!(ds(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 ls(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 cs(e){return{left:e.col,right:e.col,top:e.row,bottom:e.row}}function hs(e){return{...e,right:e.left,bottom:e.top}}function ds(e){return void 0===e.right}function us(e){return void 0===e.bottom}function gs(e){return(e.bottom-e.top+1)*(e.right-e.left+1)}function ps(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 ms(e){return e.length<2||1===Fo(e).length}function fs(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))||Qo(t,s));var i,n}));if(-1!==i){t[e]=Yo(t[i],s),t.splice(i,1),o=!0;break}}}return t}function vs(e,t){const o=Jo(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 bs(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(Qo(e[s],t))return e[s]=Yo(e[s],t),e;return e[o]=t,e}),[])}(t):[t[t.length-1]],a=r.map((e=>is(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 Ss(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 Cs(e,t){if(!t.length||!t[0].length)return e;const o=t[0].length,s=t.length;return e.map((e=>Ss(e,o,s))).flat()}function ys(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 Is=(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?Yo(n,e):e}return{target:a,zone:n,selectedZones:r}}const xs=(e,t,o)=>{const s={col:t[0].left,row:t[0].top};e.getBackToDefault(),e.selectZone({cell:s,zone:Yo(...o)},{scrollIntoView:!1})},Es=/rgba?\(|\s+|\)/gi,Rs=/^#([A-F\d]{2}){3,4}$/,Ts=["#eb6d00","#0074d9","#ad8e00","#169ed4","#b10dc9","#00a82d","#00a3a3","#f012be","#3d9970","#111111","#62A300","#ff4136","#949494","#85144b","#001f3f"];function As(e,t=1){const o=1!==t?Math.round(255*t).toString(16).padStart(2,"0"):"";return _s(e.toString(16).padStart(6,"0"))+o}function Ds(e){return"number"==typeof e?e:Number.parseInt(_s(e).slice(1,7),16)}function _s(e){let t=e;if(e.startsWith("rgb")?t=function(e){const t=e.replace(Es,"").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}`),!Rs.test(t))throw new Error(`invalid color input: ${e}`);return t}function Fs(e){try{return _s(e),!0}catch(e){return!1}}const Os=e=>e>=0&&e<=255;function Ps(e,t,o,s=1){if(!Os(e)||!Os(t)||!Os(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 Ms(e){let{r:t,g:o,b:s}=ks(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 Ns(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 ks(e){let t,o,s,i;if(7===(e=_s(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 Ls(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 Vs(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 Us(e){return Ns(Ls(e))}function Hs(e){return Vs(ks(e))}function zs(e){return ks("number"==typeof e?As(e):e)}function Bs(e,t){return 1===t?_s(e).slice(0,7):Ns({...ks(e),a:t})}function $s(e,t){const o=Hs(e);return 1===t?"#fff":(o.l=t*(100-o.l)+o.l,Us(o))}function Gs(e,t){const o=Hs(e);return 1===t?"#000":(o.s=Math.min(100,t*o.s+o.s),o.l=o.l-t*o.l,Us(o))}function Ws(e){return Ms(e)<.6?$s(e,.9):Gs(e,.75)}const qs=["#4EA7F2","#EA6175","#43C5B1","#F4A261","#8481DD","#FFD86D"],Zs=["#4EA7F2","#3188E6","#43C5B1","#00A78D","#EA6175","#CE4257","#F4A261","#F48935","#8481DD","#5752D1","#FFD86D","#FFBC2C"],js=["#4EA7F2","#3188E6","#056BD9","#A76DBC","#7F4295","#6D2387","#EA6175","#CE4257","#982738","#43C5B1","#00A78D","#0E8270","#F4A261","#F48935","#BE5D10","#8481DD","#5752D1","#3A3580","#A4A8B6","#7E8290","#545B70","#FFD86D","#FFBC2C","#C08A16"],Ys=["#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"],Xs=["#4EA7F2","#43C5B1","#EA6175","#F4A261","#8481DD","#FFD86D","#3188E6","#00A78D","#CE4257","#F48935","#5752D1","#FFBC2C"],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"],Js=["#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 Qs(e,t){return t[e%t.length]}function ei(e){return e<=6?qs:e<=12?Zs:e<=24?js:Ys}class ti{preferredColors;currentColorIndex=0;palette;constructor(e,t=[]){this.preferredColors=t,this.palette=ei(e).filter((e=>!t.includes(e)))}next(){return this.preferredColors?.[this.currentColorIndex]?this.preferredColors[this.currentColorIndex++]:Qs(this.currentColorIndex++,this.palette)}}class oi extends ti{constructor(e,t=[]){var o;super(e,t),this.palette=(o=e,o<=6?qs:o<=12?Xs:o<=24?Ks:Js).filter((e=>!t.includes(e)))}}class si{availableColors;colors={};constructor(e=12){this.availableColors=new oi(e)}get(e){return this.colors[e]||(this.colors[e]=this.availableColors.next()),this.colors[e]}}function ii(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=zs(t[e-1].color).a,i=zs(t[e].color).a,n=Ds(t[e-1].color),r=Ds(t[e].color);o.push({min:t[e-1].value,max:t[e].value,minColor:n,maxColor:r,minColorAlpha:s,maxColorAlpha:i,colorDiff:ni(t[e-1].value,t[e].value,n,r)})}return e=>{if(e<o[0].min)return As(o[0].minColor,o[0].minColorAlpha);for(const t of o)if(e>=t.min&&e<=t.max)return As(ri(e,t.min,t.minColor,t.colorDiff),t.maxColorAlpha);return As(o[o.length-1].maxColor,o[o.length-1].maxColorAlpha)}}function ni(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 ri(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 ai=e=>e,li=()=>!1;let ci=ai,hi=li;function di(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 ui=function(e,...t){return hi()?di(ci(e),...t):new gi(e,t)};class gi extends String{values;constructor(e,t){super(e),this.values=t}valueOf(){const e=super.valueOf();return hi()?di(ci(e),...this.values):di(e,...this.values)}toString(){return this.valueOf()}}function pi(e){return/^https?:\/\//i.test(e)?e:`https://${e}`}const mi=new n;function fi(e,t){return{url:e=pi(e),label:t||e,isExternal:!0,isUrlEditable:!0}}mi.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)||ui("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:ui("Cannot open the link because the linked sheet is hidden.")})},sequence:0});const vi={createLink:fi,match:e=>Tt(e),open:e=>window.open(e,"_blank"),urlRepresentation:e=>e,sequence:0};function bi(e){return mi.getAll().sort(((e,t)=>e.sequence-t.sequence)).find((t=>t.match(e)))||vi}function Si(e,t){return bi(e.url).urlRepresentation(e.url,t)}function Ci(e,t,o){bi(e.url).open(e.url,t,o)}function yi(e){if("string"==typeof e){if(Rt(e)){const{label:t,url:o}=Dt(e);return bi(o).createLink(o,t)}return Tt(e)?fi(e):void 0}}class Ii{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 Ii(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds())}static now(){const e=new Date;return new Ii(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 Ii(1899,11,30),xi=864e5,Ei=2e3,Ri=Ii.now().getFullYear(),Ti=Ii.now().getMonth(),Ai=Ii.fromTimestamp(0).getTime()-wi.getTime(),Di=/^\d{1,2}(\/|-|\s)\d{1,2}((\/|-|\s)\d{1,4})?$/,_i=/^\d{3,4}(\/|-|\s)\d{1,2}(\/|-|\s)\d{1,2}$/,Fi=Yt.join(""),Oi=new RegExp(`/|-|${Yt.join("|")}`),Pi=new RegExp(`^(\\d{1,4})[/${Fi}-](\\d{1,4})([/${Fi}-](\\d{1,4}))?$`),Mi=/((\d+(:\d+)?(:\d+)?\s*(AM|PM))|(\d+:\d+(:\d+)?))$/;function Ni(e,t){switch(typeof e){case"number":return e;case"string":return ki(e,t)?Vi(e,t)?.value:!e||isNaN(Number(e))?void 0:Number(e);default:return}}function ki(e,t){return null!==Vi(e,t)}const Li=new Map;function Vi(e,t){return Li.has(t)||Li.set(t,new Map),Li.get(t).has(e)||Li.get(t).set(e,function(e,t){e=e.trim();let o=null;const s=e.match(Mi);if(s){if(o=function(e){if(e=e.trim(),Mi.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 Ii(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(Pi);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(Oi)[0];if(i=function(e,t){const{year:o,month:s,day:i}=e,n=function(e){if(!e)return Ti;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 Ri;const t=Number(e);switch(e.length){case 1:return Ei+t;case 2:return Ei+(Ei+t>Ri+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 Ii(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/xi),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 Ii(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)),Li.get(t).get(e)}function Ui(e){const t=Math.trunc(e),o=Ii.fromTimestamp(t*xi-Ai);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 Hi(e){return Math.round(zi(e))}function zi(e){return(e.getTime()-wi.getTime())/xi}function Bi(e){return new Ii(e.getFullYear(),e.getMonth()+1,0).getDate()}function $i(e){return Bi(e)===e.getDate()}function Gi(e,t,o){const s=e.getFullYear(),i=e.getMonth(),n=e.getDate(),r=new Ii(s,i+t,1);return o&&n===Bi(e)||n>Bi(r)?r.setDate(Bi(r)):r.setDate(n),r}function Wi(e){const t=Math.trunc(e);return t%4==0&&t%100!=0||t%400==0}function qi(e,t,o){if(e===t)return 0;if(e>t){const o=t;t=e,e=o}const s=Ui(e),i=Ui(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===(Wi(c)?29:28)&&(n=30,1===l&&r===(Wi(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+=Wi(o)?366:365;o=t/e}else s?Wi(c)&&(o=366):(Wi(c)&&a<2&&(o=366),Wi(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 Zi(e,t){const o=12*(t.getFullYear()-e.getFullYear())+t.getMonth()-e.getMonth();return e.getDate()>t.getDate()?o-1:o}function ji(e,t){const o=e.getTime(),s=t.getTime();return Math.floor((s-o)/xi)}function Yi(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 Xi(e,t,o){return t>o?Xi(e,o,t):(e=Math.trunc(e),t=Math.trunc(t),o=Math.trunc(o),e>=t&&e<=o)}const Ki=Jt((function(e){return e=gt(e),new RegExp(`(?:^-?\\d+(?:${e}?\\d*(?:e(\\+|-)?\\d+)?)?|^-?${e}\\d+)(?!\\w|!)`)})),Ji=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 Qi(e,t){return!!e&&Ji(t).test(e.trim())}const en=Jt((function(e){return new RegExp(`[$€${gt(e.thousandsSeparator||"")}]`,"g")}));function tn(e,t){e=e.replace(en(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 on(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 sn={NotAvailable:"#N/A",InvalidReference:"#REF",BadExpression:"#BAD_EXPR",CircularDependency:"#CYCLE",UnknownFunction:"#NAME?",DivisionByZero:"#DIV/0!",SpilledBlocked:"#SPILL!",GenericError:"#ERROR",NullError:"#NULL!"},nn=new Set(Object.values(sn));class rn{message;value;constructor(e=ui("Error"),t=sn.GenericError){this.message=e,this.value=t,this.message=e.toString()}}class an extends rn{constructor(e=ui("Invalid expression")){super(e,sn.BadExpression)}}class ln extends rn{constructor(e=ui("Circular reference")){super(e,sn.CircularDependency)}}class cn extends rn{constructor(e=ui("Invalid reference")){super(e,sn.InvalidReference)}}class hn extends rn{constructor(e=ui("Data not available")){super(e,sn.NotAvailable)}}class dn extends rn{constructor(e=ui("Unknown function")){super(e,sn.UnknownFunction)}}class un extends rn{constructor(e=ui("Spill range is not empty")){super(e,sn.SpilledBlocked)}}class gn extends rn{constructor(e=ui("Division by zero")){super(e,sn.DivisionByZero)}}const pn=["number","string","boolean","undefined"];function mn(e){if(void 0!==e)return E(e)?e[0][0]?.format:e.format}function fn(e){return"string"==typeof e&&nn.has(e)}function vn(e){return{value:sn.NotAvailable,message:ui("Did not find value '%s' in [[FUNCTION_NAME]] evaluation.",En(e))}}const bn=e=>ui("The function [[FUNCTION_NAME]] expects a number value, but '%s' is a string, and cannot be coerced to a number.",e);function Sn(e,t){const o=_n(e);switch(typeof o){case"number":return o;case"boolean":return o?1:0;case"string":if(Qi(o,t)||""===o)return tn(o,t);const e=Vi(o,t);if(e)return e.value;throw new rn(bn(o));default:return 0}}function Cn(e,t){try{return Sn(e,t)}catch(e){return}}function yn(e,t){return Kn(e).map((e=>e.map((e=>{if("number"!=typeof e.value){let o="";throw"object"==typeof e?o=ui("Function [[FUNCTION_NAME]] expects number values for %s, but got an empty value.",t):"string"==typeof e?o=ui("Function [[FUNCTION_NAME]] expects number values for %s, but got a string.",t):"boolean"==typeof e&&(o=ui("Function [[FUNCTION_NAME]] expects number values for %s, but got a boolean.",t)),new rn(o)}return e.value}))))}function In(e,t){const o=_n(e);if(""===o)throw new rn(bn(o));return Sn(o,t)}function wn(e,t){return Math.trunc(Sn(e,t))}function xn(e,t){return Math.trunc(In(e,t))}function En(e){const t=_n(e);switch(typeof t){case"string":return t;case"number":return t.toString();case"boolean":return t?"TRUE":"FALSE";default:return""}}const Rn=Jt((function(e){return e.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"")})),Tn=e=>ui("The function [[FUNCTION_NAME]] expects a boolean value, but '%s' is a text, and cannot be coerced to a boolean.",e);function An(e){const t=_n(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 rn(Tn(t))}return!1;case"number":return!!t;default:return!1}}function Dn(e,t){return Ui(Sn(_n(e),t))}function _n(e){if("object"==typeof e&&null!==e&&"value"in e){if(fn(e.value))throw e;return e.value}if(fn(e))throw new rn("",e);return e}function Fn(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 On(e,t){Fn(e,(e=>{if(fn(e.value))throw e;t(e)}),(e=>{if(fn(e?.value))throw e;t(e)}))}function Pn(e,t,o){Fn(e,(e=>{if("number"==typeof e?.value&&t(e),fn(e?.value))throw e}),(e=>{t({value:In(e,o),format:e?.format})}))}function Mn(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 Nn(e,t,o,s="rowFirst"){return Mn(e,t,t,o,s)}function kn(e,t,o,s){return Mn(e,((e,o)=>{const s=o?.value;if("number"==typeof s)return t(e,s);if(fn(s))throw o;return e}),((e,o)=>t(e,In(o,s))),o)}function Ln(e,t,o,s){return Mn(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,Sn(i,s));if(fn(i))throw o;return t(e,0)}return e}),((e,o)=>t(e,Sn(o,s))),o)}function Vn(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 Un(e,t){return 0===e.length?[]:Vn(e.length,e[0].length,((o,s)=>t(e[o][s])))}function Hn(e){return e.length?Vn(e[0].length,e.length,((t,o)=>e[o][t])):[]}function zn(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 Vn(i,n,((o,i)=>{if(o>r-1||i>a-1)return new hn(ui("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 Bn(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(fn(o))throw e;return!0}),(e=>void 0===e||null===e.value||t(function(e){const t=_n(e);if(""===t)throw new rn(Tn(t));return An(t)}(e))))}function $n(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)),Qi(s,t)||ki(s,t)?s=Sn(s,t):"TRUE"!==s&&"FALSE"!==s||(s=An(s)),{operator:o,operand:s}}const Gn=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 Wn(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&&(Qi(e,o)||ki(e,o))?Sn(e,o)===i:e===i;if("<>"===s||"="===s){let t;return t=typeof e==typeof i&&("string"==typeof e&&"string"==typeof i?Gn(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 qn(e,t,o,s=!1){const i=e.length;if(i%2==1)throw new rn(ui("Function [[FUNCTION_NAME]] expects criteria_range and criterion to be in pairs."));const n=Kn(e[0]),r=n.length,a=n[0].length,l=[];for(let t=0;t<i-1;t+=2){const i=Kn(e[t]);if(i.length!==r||i[0].length!==a)throw new rn(ui("Function [[FUNCTION_NAME]] expects criteria_range to have the same dimension"));const n=$n(En(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=Wn(Kn(e[t])[s][n].value??void 0,l[t/2],o),!r)break}r&&t(s,n)}}function Zn(e,t,o,s,i,n){if(void 0===t||null===t.value)return-1;if(fn(t.value))throw t;const r=Yn(t.value),a=typeof r;let l,c,h,d,u,g,p=0,m=i-1;const f="desc"===s?t=>Yn(n(e,i-t-1)):t=>Yn(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 jn(e,t,o,s,i,n,r=!1){if(void 0===t||null===t.value)return-1;if(fn(t.value))throw t;const a=Yn(t.value),l=r?(e,t)=>Yn(i(e,s-t-1)):(e,t)=>Yn(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=Gn(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&&Xn(t,s)>=0||Xn(t,s)>=0&&Xn(s,r)>0)&&(r=s,a=o),s===t});"nextGreater"===o&&(n=o=>{const s=i(e,o);return(!r&&Xn(t,s)<=0||Xn(t,s)<=0&&Xn(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 Yn(e){return"string"==typeof e?Rn(e):e}function Xn(e,t){let o=pn.indexOf(typeof e)-pn.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 Kn(e){return void 0===e?[[]]:E(e)?e:[[e]]}function Jn(e,t){return Nn(e,((e,o)=>(e.push(t(o)),e)),[],"rowFirst")}function Qn(e){if(void 0===e)return!1;const{value:t}=e;return null!==t&&""!==t}const er=ui("[[FUNCTION_NAME]] has no valid input data.");function tr(e){return ui("[[FUNCTION_NAME]] expects the provided values of %(argName)s to be a non-empty matrix.",{argName:e})}function or(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 sr=new Set("$+-/():!^&~{}<>= ");function ir(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 sr.has(e.current)?{type:"CHAR",value:e.shift()}:null}function nr(e){return","===e.current?(e.shift(),{type:"THOUSANDS_SEPARATOR",value:","}):null}function rr(e){return"@"===e.current?(e.shift(),{type:"TEXT_PLACEHOLDER",value:"@"}):null}function ar(e){return"."===e.current?(e.shift(),{type:"DECIMAL_POINT",value:"."}):null}function lr(e){return"%"===e.current?(e.shift(),{type:"PERCENT",value:"%"}):null}function cr(e){if("0"===e.current||"#"===e.current){const t=e.current;return e.shift(),{type:"DIGIT",value:t}}return null}const hr=new Set("dmqyhsa");function dr(e){if(!hr.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 ur(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 gr=20,pr={};function mr(e){let t=pr[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=cr(t)||or(t)||ir(t)||nr(t)||ar(t)||lr(t)||dr(t)||rr(t)||ur(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=vr(t[0])||fr(t[0])||br(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=vr(t[1])||fr(t[1]);if(t[1]?.length&&!s)throw new Error("Invalid second format part of: "+e);const i=vr(t[2])||fr(t[2]);if(t[2]?.length&&!i)throw new Error("Invalid third format part of: "+e);const n=br(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),pr[e]=t),t}function fr(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<gr&&(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 vr(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 br(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 Sr(e){return[Cr(e.positive),Cr(e.negative),Cr(e.zero),Cr(e.text)].filter(Mt).join(";")}function Cr(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,sr.has(s)?e.value:`\\${e.value}`);break;case"REPEATED_CHAR":t+="*"+e.value;break;case"DATE_PART":t+="MM"===e.value?"mm":e.value;break;default:t+=e.value}var s;return t}const yr=11,Ir="REPEATED_CHAR_PLACEHOLDER_",wr={0:ui("January"),1:ui("February"),2:ui("March"),3:ui("April"),4:ui("May"),5:ui("June"),6:ui("July"),7:ui("August"),8:ui("September"),9:ui("October"),10:ui("November"),11:ui("December")},xr={0:ui("Sunday"),1:ui("Monday"),2:ui("Tuesday"),3:ui("Wednesday"),4:ui("Thursday"),5:ui("Friday"),6:ui("Saturday")};function Er(e,t,o,s=!1){return s?Wr({value:e,format:t},o):Rr(e,{format:t,locale:o})}function Rr(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=mr(t),i=o.text||o.positive;return i&&"text"===i.type?Tr(e,i,s):e}case"number":t||(t=Lr(e));const i=mr(t);if("text"===i.positive.type)return Tr(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 Ar(function(e,t){const o=Ui(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+=Nr(o,e.value,s);break;case"REPEATED_CHAR":i+=Ir+e.value;break;default:i+=e.value}return i}(e,n),s);const r=e<0,a=Ar(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}=_r(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=Ir+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+=Ir+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 Tr(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+=Ir+o.value}return Ar(s,o)}function Ar(e,t){const o=e.indexOf(Ir);if(-1===o)return e;const s=e.slice(0,o),i=e.slice(o+Ir.length+1),n=e[o+Ir.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 Dr=[];function _r(e,t=gr){const o=e.toString();if(o.includes("e"))return function(e,t=gr){let o=Dr[t];o||(o=new Intl.NumberFormat("en-US",{maximumFractionDigits:t,useGrouping:!1}),Dr[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(Or)?.[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:Fr(n||"")}}function Fr(e){let t=e.length-1;for(;t>=0&&"0"===e[t];)t--;return e.slice(0,t+1)||void 0}const Or=/^0+/;function Pr(e,t){const{integerDigits:o,decimalDigits:s}=_r(e,20);return s?o+t+s:o}const Mr=Jt((function(e){if(!e)return!1;try{return"date"===mr(e).positive.type}catch(e){return!1}}));function Nr(e,t,o){switch(t){case"d":return e.getDate();case"dd":return e.getDate().toString().padStart(2,"0");case"ddd":return xr[e.getDay()].slice(0,3);case"dddd":return xr[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 ui("Q%(quarter)s",{quarter:e.getQuarter()}).toString();case"qqqq":return ui("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 kr=Jt((function(e){return new RegExp(`[0-9]+${gt(e.decimalSeparator)}[0-9]`)}));function Lr(e){let{integerDigits:t,decimalDigits:o}=_r(e);if(!o)return"0";const s=t.replace("-","").length;if(s+2>yr)return"0";const i=yr-s-1;return({decimalDigits:o}=_r(e,Math.min(i,o.length))),o?"0."+"0".repeat(o.length):"0"}function Vr(e,t){if(!ki(e,t))return;return Vi(e,t).format}function Ur(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 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();return"after"===o&&s&&(r=" "+r),function(e,t,o){const s=`[$${e}]`;return"before"===t?s+o:o+s}(r,o,n)}function zr(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[Br(r,o,` ${n} `),Br(r,o,`(${n})`),Br(r,o," - ")].join(";")}function Br(e,t,o){const s=`[$${e}]`;return"before"===t?s+"* "+o:o+"* "+s}function $r(e){const t=mr(e);return Sr({positive:Gr(t.positive),negative:t.negative?Gr(t.negative):void 0,zero:t.zero?Gr(t.zero):void 0,text:t.text})}function Gr(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 Wr({value:e,format:t},o){return Rr(e,{format:qr({value:e,format:t},void 0,o),locale:o})}function qr(e,t,o){let s=0;try{s=Math.abs(Sn(e?.value,o))}catch(e){return""}const i=e?.format;if(void 0!==t){const e=t?.value;switch(e){case"k":return Zr(i,1,"k");case"m":return Zr(i,2,"m");case"b":return Zr(i,3,"b");default:throw new rn(ui("The formatting unit should be 'k', 'm' or 'b'."))}}return s<1e5?Zr(i,0,""):s<1e8?Zr(i,1,"k"):s<1e11?Zr(i,2,"m"):Zr(i,3,"b")}function Zr(e,t,o,s){const i=mr(e||"#,##0");return Sr({positive:jr(i.positive,t,o),negative:i.negative?jr(i.negative,t,o):void 0,zero:i.zero?jr(i.zero,t,o):void 0,text:i.text})}function jr(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 Yr(e,t){const o=mr(e);return Sr(mr(Sr({positive:Xr(o.positive,t),negative:o.negative?Xr(o.negative,t):void 0,zero:o.zero?Xr(o.zero,t):void 0,text:o.text})))}function Xr(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 Kr(e){const t=mr(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 Jr(e){if(!e)return!1;try{return"text"===mr(e).positive.type}catch{return!1}}function Qr(e,t,o){return ta({value:Jr(t.format)&&null!==e.parsedValue?e.content:e.parsedValue,format:t.format,origin:o},t.locale)}function ea(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(Qi(e,w))return tn(e,w);const o=Vi(e,t);return o?o.value:wt(e)?"TRUE"===e.toUpperCase():e}function ta(e,t=w,o,s){const i=yi(e.value);if(!i){return na(oa(e,t,o),e.origin??s)}const n=ea(i.label,t);return na({...oa({value:n,format:e.format||("number"==typeof n?Vr(i.label,t)||Ur(i.label):void 0)},t,o),link:i},e.origin??s)}function oa(e,t,o){let{value:s,format:i,message:n}=e;i=o?.format||i;const a=Rr(s,{format:i,locale:t});return fn(s)?function(e,t){return{value:e,formattedValue:e,message:t,type:r.error,isAutoSummable:!1,defaultAlign:"center"}}(s,n):null===s?ia(i):Jr(i)?sa(En(s),i,a):"number"==typeof s?Mr(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):sa(s,i,a)}function sa(e,t,o){return{value:e,format:t,formattedValue:o,type:r.text,isAutoSummable:!0,defaultAlign:"left"}}const ia=Jt((function(e){return{value:null,format:e,formattedValue:"",type:r.empty,isAutoSummable:!0,defaultAlign:"left"}}));function na(e,t){return null===e.value||"origin"in e||(e.origin=t),e}function ra(e){const t=Ii.now();switch(e){case"today":return zi(t);case"yesterday":return zi(Ii.fromTimestamp(t.setDate(t.getDate()-1)));case"tomorrow":return zi(Ii.fromTimestamp(t.setDate(t.getDate()+1)));case"lastWeek":return zi(Ii.fromTimestamp(t.setDate(t.getDate()-7)));case"lastMonth":return zi(Ii.fromTimestamp(t.setMonth(t.getMonth()-1)));case"lastYear":return zi(Ii.fromTimestamp(t.setFullYear(t.getFullYear()-1)))}}function aa(e,t){return"dateValue"in e&&"exactDate"!==e.dateValue?[ra(e.dateValue)]:e.values.map((e=>Ni(e,t)))}function la(e,t){return e.map((e=>{if(e.startsWith("="))return e;const o=ea(e,t);return"number"==typeof o?Rr(o,{format:t.dateFormat,locale:t}):""}))}const ca=new WeakMap,ha=new WeakMap;function da(e,t){ca.has(t)||(ca.set(t,new Map),ha.set(t,0));const o=ca.get(t),s=pa(e);if(o.has(s)){const i=o.get(s);return t[i]=e,i}const i=ha.get(t)+1;return o.set(s,i),ha.set(t,i),t[i]=e,i}function ua(e){const t={};for(const o in e){const s=Fo(e[o].map(cs));for(const e of s)t[Go(e)]=Number(o)}return t}function*ga(e,t){for(const o in t){const s=Ho(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 pa(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+=pa(e[s]);return o+"]"}const t=Object.keys(e).sort();let o="{";for(const s of t)void 0!==e[s]&&(o+=`"${s}":${pa(e[s])},`);return o+="}",o}function ma(e){return 20+120*Math.exp(-.035*(e-1))}const fa=new RegExp(/\$?([A-Z]{1,3})\$?([0-9]{1,7})/,"i"),va=new RegExp(/^\$?([A-Z]{1,3})\$?([0-9]{1,7})$/,"i"),ba=new RegExp(/^\$?([A-Z]{1,3})+$/,"i"),Sa=new RegExp(/^\$?([0-9]{1,7})+$/,"i"),Ca=new RegExp(/^\s*('.+'!|[^']+!)?\$?([A-Z]{1,3})$/,"i"),ya=new RegExp(/^\s*('.+'!|[^']+!)?\$?([0-9]{1,7})$/,"i"),Ia=new RegExp(/^\s*('.+'!|[^']+!)?/.source+"("+[fa.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 ya.test(e)}function xa(e){return ba.test(e)}function Ea(e){return Sa.test(e)}function Ra(e){return va.test(e)}function Ta(e){if(!e.includes("!"))return{xc:e};const t=e.split("!"),o=t.pop();return{sheetName:mt(t.join("!"))||void 0,xc:o}}function Aa(e,t){return void 0!==e?`${vt(e)}!${t}`:t}function Da(e){const t=[];for(let o=0;o<e;o++){const e={cells:{}};t.push(e)}return t}function _a(e,t,o){return o.map((o=>o>=e?o+t:o))}function Fa(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 Oa(e,t="Sheet"){let o=1,s=`${t}${o}`;for(;e.includes(s);)s=`${t}${o}`,o++;return s}function Pa(e,t){let o=1;const s=ui("Copy of %s",e);let i=s.toString();for(;t.includes(i);)i=`${s} (${o})`,o++;return i}function Ma(e,t){return void 0!==e&&void 0!==t&&mt(e.trim().toUpperCase())===mt(t.trim().toUpperCase())}function Na(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&&gs(s)>1?i=[e.parts[0],e.parts[0]]:2===e.parts.length&&1===gs(s)&&(i=[e.parts[0]]),{unboundedZone:o,zone:s,parts:i,prefixSheet:e.prefixSheet,invalidSheetName:e.invalidSheetName,sheetId:e.sheetId}}function ka(e,t){const o=e.xc,{xc:s,sheetName:i}=Ta(o),n=Uo(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 Na({zone:n,parts:r,sheetId:e.sheetId,prefixSheet:Boolean(i),invalidSheetName:e.invalidSheetName},t)}function La(e){const t={left:-1,top:-1,right:-1,bottom:-1};return{sheetId:"",zone:t,unboundedZone:t,parts:[],invalidXc:e,prefixSheet:!1}}function Va(e){return us(e.unboundedZone)}function Ua(e){return ds(e.unboundedZone)}function Ha(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 sn.InvalidReference;if(e.zone.left<0||e.zone.top<0)return sn.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 sn.InvalidReference;let r=Qa(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+=Qa(e,1,s)),`${i?n+"!":""}${r}`}function za(e,t,o){const s=o.sheetId===e?t:o.sheetId;return{...o,sheetId:s}}function Ba(e,t,o){if(!o)return;const s=e.getRangeFromSheetXC(t,o);return s.invalidSheetName||s.invalidXc?void 0:s}function $a(e){const t=[];for(const o of e)for(const e of is(o.zone))t.push({...e,sheetId:o.sheetId});return t}function Ga(e){const t={left:e.col,top:e.row,right:e.col,bottom:e.row};return{sheetId:e.sheetId,zone:t}}function Wa(e){return qa.get(e.type)?.(e)}const qa=new class extends n{add(e,t){return super.add(e,t),this}get(e){return this.content[e]}};function Za(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(!Ma(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=Ja(r,s,a,-e)}else if(i.zone[t]>=n&&i.zone[o]<=l)a="REMOVE",r=La(sn.InvalidReference);else if(i.zone[t]<=l&&i.zone[o]>=l){const e=l-i.zone[t]+1;a="RESIZE",r=Ja(r,s,a,-e),r=Ja(r,s,"MOVE",-(i.zone[t]-n))}else n<i.zone[t]&&(a="MOVE",r=Ja(r,s,a,-(l-n+1)))}return"NONE"!==a?{changeType:a,range:r}:{changeType:"NONE"}}}function ja(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:Ja(i,s,"RESIZE",e.quantity)};if(e.base<i.zone[t])return{changeType:"MOVE",range:Ja(i,s,"MOVE",e.quantity)}}else{if(i.zone[t]<e.base&&e.base<=i.zone[o])return{changeType:"RESIZE",range:Ja(i,s,"RESIZE",e.quantity)};if(e.base<=i.zone[t])return{changeType:"MOVE",range:Ja(i,s,"MOVE",e.quantity)}}return{changeType:"NONE"}}}function Ya(e){return t=>{if(t.sheetId!==e.sheetId&&t.invalidSheetName!==e.sheetName)return{changeType:"NONE"};const o=e.sheetName;return{changeType:"REMOVE",range:t={...La(sn.InvalidReference),invalidSheetName:o}}}}function Xa(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 Ka(e){const t=e.target[0];return o=>{if(o.sheetId!==e.sheetId||!ts(o.zone,t))return{changeType:"NONE"};const s=e.targetSheetId,i=Ja(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 Ja(e,t,o,s){return{...e,unboundedZone:as(e.unboundedZone,t,o,s),zone:as(e.zone,t,o,s)}}function Qa(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=us(e.unboundedZone)&&!o.useBoundedReference?0===t&&e.unboundedZone.hasHeader?s+i+n+r:s+i:ds(e.unboundedZone)&&!o.useBoundedReference?0===t&&e.unboundedZone.hasHeader?s+i+n+r:n+r:s+i+n+r,a}function el(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 tl(e,t=1){return t*(e+Te)-Te}function ol(e,t,o,s){const i=gl(e,t,o,"wrap"===o?.wrapping?s-2*Te:void 0).length;return tl(dl(o),i)+2*Ae}function sl(e,t=!1,o=!1){return`${o?"italic":""} ${t?"bold":""} ${e}px ${Le}`}qa.add("REMOVE_COLUMNS_ROWS",(e=>({applyChange:Za(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("ADD_COLUMNS_ROWS",(e=>({applyChange:ja(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("DELETE_SHEET",(e=>({applyChange:Ya(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("RENAME_SHEET",(e=>({applyChange:Xa(e),sheetId:e.sheetId,sheetName:{old:e.oldName,current:e.newName}}))).add("MOVE_RANGES",(e=>({applyChange:Ka(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}})));const il={};function nl(e,t,o,s="pt"){return rl(e,t,hl(o,s))}function rl(e,t,o){if(il[o]||(il[o]={}),void 0===il[o][t]){const s=e.font;e.font=o,il[o][t]=e.measureText(t).width,e.font=s}return il[o][t]}const al={};function ll(e,t,o,s="pt"){const i=hl(o,s);e.save(),e.font=i;const n=function(e,t){const o=e.font;al[o]||(al[o]={});if(void 0===al[o][t]){const s=e.measureText(t),i=s.width,n=s.fontBoundingBoxAscent+s.fontBoundingBoxDescent;al[o][t]={width:i,height:n}}return al[o][t]}(e,t);return e.restore(),n}function cl(e){return Math.round(96*e/72)}function hl(e,t="pt"){return`${e.italic?"italic ":""}${e.bold?"bold":Ne} ${("pt"===t?dl(e):e.fontSize)??ke}px ${Le}`}function dl(e){return cl(e?.fontSize||ke)}function ul(e,t,o,s){if(nl(e,t,s)<=o)return[t];const i=[];let n="";for(const r of t){nl(e,n+r,s)>o?(i.push(n),n=r):n+=r}return i.push(n),i}function gl(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=ul(e,t,s,o),l=n.pop(),c=nl(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=nl(e,t,o);n<=a?(r+=t,a-=n):(i.push(r),r=l,a=s-c)}}""!==r&&i.push(r)}return i}function pl(e){return e?e.toLowerCase():""}const ml=/([0-9\.]*)px/;function fl(e,t,o){let s=rl(e,t,e.font);if(s<=o)return t;const i=rl(e,"…",e.font);if(s<=i)return t;let n=t.length;for(;s>=o-i&&n-- >0;)s=rl(e,t=t.substring(0,n),e.font);return t+"…"}function vl(e,t,o,s=!1,i=!1,n=function(e){return Number(e.match(ml)?.[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 bl(e,t,o,s,i="pt"){if(nl(e,o,s,i)<=t)return o;const n=nl(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=nl(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 Sl{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 Cl{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 yl extends Cl{copy(e,t,o="copyPaste"){}pasteFromCopy(e,t,o,s){if(1===t.length)for(const i of Cs(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 Il extends Cl{copy(e){}}const wl=["%"],xl="+,-,*,/,:,=,<>,>=,>,<=,<,^,&".split(",").concat(wl);function El(e,t=w){e=Xt(e);const o=new ao(e),s=[],i=Zt.test(e)?Ll:Vl;for(;!o.isOver();){let e=Ul(o)||i(o)||Dl(o,t)||Al(o)||_l(o)||Pl(o)||Rl(o)||Hl(o)||Ol(o,t)||kl(o);e||(e={type:"UNKNOWN",value:o.shift()}),s.push(e)}return s}function Rl(e){return"?"===e.current?(e.shift(),{type:"DEBUGGER",value:"?"}):null}const Tl={"(":{type:"LEFT_PAREN",value:"("},")":{type:"RIGHT_PAREN",value:")"}};function Al(e){if("("===e.current||")"===e.current){const t=e.shift();return Tl[t]}return null}function Dl(e,t){if(e.current===t.formulaArgSeparator){return{type:"ARG_SEPARATOR",value:e.shift()}}return null}function _l(e){for(const t of xl)if(e.currentStartsWith(t))return e.advanceBy(t.length),{type:"OPERATOR",value:t};return null}const Fl=new Set("0123456789");function Ol(e,t){if(!Fl.has(e.current)&&e.current!==t.decimalSeparator)return null;const o=e.remaining().match(Ki(t.decimalSeparator));return o?(e.advanceBy(o[0].length),{type:"NUMBER",value:o[0]}):null}function Pl(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 Ml=/\p{L}|\p{N}|_|\.|!|\$/u,Nl=new Set("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.!$");function kl(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&&(Nl.has(e.current)||e.current.match(Ml));)t+=e.shift();if(t.length){const e=t;return Ia.test(e)?{type:"REFERENCE",value:e}:{type:"SYMBOL",value:e}}return null}function Ll(e){let t="";for(;" "===e.current||e.current&&e.current.match(Zt);)t+=e.shift();return t?{type:"SPACE",value:t}:null}function Vl(e){let t="";for(;" "===e.current;)t+=e.shift();return t?{type:"SPACE",value:t}:null}function Ul(e){let t=0;for(;e.current===ot;)t++,e.shift();return t?{type:"SPACE",value:ot.repeat(t)}:null}function Hl(e){return e.currentStartsWith(sn.InvalidReference)?(e.advanceBy(sn.InvalidReference.length),{type:"INVALID_REFERENCE",value:sn.InvalidReference}):null}function zl(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{Rr(1,{locale:e,format:"#,##0.00"}),Rr(1,{locale:e,format:e.dateFormat}),Rr(1,{locale:e,format:e.timeFormat})}catch{return!1}return!0}function Bl(e,t){return uo(e)?ql(e,t):Yl(e,t)}function $l(e,t){return uo(e)?ql(e,t):function(e,t){if(ki(e,t)){const o=Sn(e,t);let s=w.dateFormat;return Number.isInteger(o)||(s+=" "+w.timeFormat),Rr(o,{locale:w,format:s})}return Yl(e,t)}(e,t)}function Gl(e,t){return e.startsWith("=")?Zl(e,t):function(e,t){if(ki(e,w)){const o=Sn(e,w);let s=t.dateFormat;return Number.isInteger(o)||(s+=" "+t.timeFormat),Rr(o,{locale:t,format:s})}return function(e,t){if("."===t.decimalSeparator||!Qi(e,w))return e;const o=kr(w);return e.replace(o,(e=>e.replace(".",t.decimalSeparator)))}(e,t)}(e,t)}function Wl(e,t){return uo(e)?ql(e,t):Yl(e,t)}function ql(e,t){return jl(e.startsWith("+")?"="+e.slice(1):e,t,w)}function Zl(e,t){return jl(e,w,t)}function jl(e,t,o){if(t.formulaArgSeparator===o.formulaArgSeparator&&t.decimalSeparator===o.decimalSeparator)return e;const s=El(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 Yl(e,t){return"."!==t.decimalSeparator&&Qi(e,t)?(t.thousandsSeparator&&(e=e.replaceAll(t.thousandsSeparator,"")),e.replace(t.decimalSeparator,".")):e}function Xl(e,t){return Ql(e,(e=>$l(e,t)))}function Kl(e,t){return Ql(e,(e=>Gl(e,t)))}function Jl(e,t){const o=pt(e);return o.criterion.values=o.criterion.values.map((e=>Gl(e,t))),o}function Ql(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=ec(e.minimum,t),e.maximum=ec(e.maximum,t),e.midpoint&&(e.midpoint=ec(e.midpoint,t)),e;case"IconSetRule":return e.lowerInflectionPoint.value=t(e.lowerInflectionPoint.value),e.upperInflectionPoint.value=t(e.upperInflectionPoint.value),e}}function ec(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 tc(e){return e.dateFormat+" "+e.timeFormat}function oc(e){let t=!1,o=!0;return Bn(e,(e=>(t=!0,o=o&&e,o))),{foundBoolean:t,result:o}}function sc(e){let t=!1,o=!1;return Bn(e,(e=>(t=!0,o=o||e,!o))),{foundBoolean:t,result:o}}function ic(e,t){return kn(e,((e,t)=>e+t),0,t)}function nc(e){return Nn(e,((e,t)=>Qn(t)?e.add(t?.value):e),new Set).size}function rc(e,t){if(!e)throw new rn(t)}function ac(e,t=ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")){if(0===e)throw new gn(t)}function lc(e){return 1===e.length||1===e[0].length}function cc(...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 hc(e){return e.length===e[0].length}const dc=e=>ui("The function [[FUNCTION_NAME]] expects a number value to be greater than or equal to 1, but receives %s.",e);function uc(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 gc(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=uc(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]){pc(i,e,n),pc(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 pc(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 mc(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 fc(e){if(!E(e))return e;if(!vc(e))throw new Error("The value should be a scalar or a 1x1 matrix");return e[0][0]}function vc(e){return 1===e.length&&1===e[0].length}function bc(e){return E(e)&&!vc(e)}function Sc(...e){const t=e[0].length;e.forEach(((e,o)=>rc(e.length===t,ui("[[FUNCTION_NAME]] has mismatched dimensions for argument %s (%s vs %s).",o.toString(),t.toString(),e.length.toString()))))}function Cc(e,t){let o=0;const s=kn(e,((e,t)=>(o+=1,e+t)),0,t);return ac(o),s/o}function yc(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;fn(e)||"string"==typeof e&&!Qi(e,t)&&!Vi(e,t)||(o+=1)}return o}function Ic(e){return Nn(e,((e,t)=>void 0!==t&&null!==t.value?e+1:e),0)}function wc(e,t){let o={value:-1/0};return Pn(e,(e=>{e.value>=o.value&&(o=e)}),t),o.value===-1/0?{value:0}:o}function xc(e,t){let o={value:1/0};return Pn(e,(e=>{e.value<=o.value&&(o=e)}),t),o.value===1/0?{value:0}:o}function Ec(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?Hn(n):n,{_X:s,_newX:n}}function Rc(e,t,o=!0,s=!1){const i=t.flat(),n=i.length;let{_X:r}=Ec(e,t,[[]]);r=r.length===n?Hn(r):r.slice(),Sc(r[0],i);const a=r.length,l=n-a-(o?1:0),c=[i],h=Hn(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=Ac(h,c);if(o||p.push([0]),!s)return p;const m=mc(g,Hn(g)),{inverted:f}=gc(m);if(void 0===f)throw new rn(ui("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),I=[];for(let e=0;e<a;e++)I.push(S*Math.sqrt(f[e][e]));if(o){const e=mc(f,[d]),t=mc(Hn([d]),e);I.push(S*Math.sqrt(t[0][0]+1/i.length))}const w=[[p[0][0],I[0],C,y,b],[p[1][0],I[1],S,l,v]];for(let e=2;e<a;e++)w.push([p[e][0],I[e],"","",""]);return o?w.push([p[a][0],I[a],"","",""]):w.push([0,"","","",""]),w}function Tc(e,t,o,s){Sc(t,e),rc(o>=1,ui("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=Ac(n,i);return s||r.push([0]),r}function Ac(e,t){const o=mc(e,Hn(e)),{inverted:s}=gc(o);if(void 0===s)throw new rn(ui("Matrix is not invertible"));const i=mc(e,t);return Hn(mc(s,i))}function Dc(e,t,o){return e.reduce(((e,s,i)=>e+s*Math.pow(t,o-i)),0)}function _c(e){return e.map((e=>e.map((e=>Math.exp(e)))))}function Fc(e){return e.map((e=>e.map((e=>Math.log(e)))))}function Oc(e,t,o,s){const{_X:i,_newX:n}=Ec(t,e,o),r=Rc(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:Hn(l)}const Pc=new n;function Mc(e){return Pc.get(e)}const Nc={normalizeFunctionValue:e=>Sn(e,w),toValueAndFormat:(e,t)=>({value:Sn(e,w),format:"dd mmm yyyy"}),toFunctionValue(e){const t=Dn(e,w);return`DATE(${t.getFullYear()},${t.getMonth()+1},${t.getDate()})`}},kc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<1||t>31)throw new rn(ui("%s is not a valid day of month (it should be a number between 1 and 31)",t));return t},toValueAndFormat:e=>({value:Sn(e,w),format:"0"}),toFunctionValue:e=>`${e}`},Lc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<1||t>7)throw new rn(ui("%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||w).weekStart)%7;return{value:xr[o].toString(),format:"@"}},toFunctionValue:e=>`${e}`},Vc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<0||t>53)throw new rn(ui("%s is not a valid week (it should be a number between 0 and 53)",t));return t},toValueAndFormat:e=>({value:Sn(e,w),format:"0"}),toFunctionValue:e=>`${e}`},Uc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<1||t>12)throw new rn(ui("%s is not a valid month (it should be a number between 1 and 12)",t));return t},toValueAndFormat:e=>({value:wr[Sn(e,w)-1].toString(),format:"@"}),toFunctionValue:e=>`${e}`},Hc={normalizeFunctionValue:e=>Rr(Sn(e,w),{locale:w,format:"mm/yyyy"}),toValueAndFormat:e=>({value:Sn(e,w),format:"mmmm yyyy"}),toFunctionValue(e){const t=Dn(e,w);return`DATE(${t.getFullYear()},${t.getMonth()+1},1)`}},zc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<1||t>4)throw new rn(ui("%s is not a valid quarter (it should be a number between 1 and 4)",t));return t},toValueAndFormat:e=>({value:ui("Q%(quarter_number)s",{quarter_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Bc={normalizeFunctionValue(e){const t=Sn(e,w);return t>3e3?Dn(t,w).getFullYear():t},toValueAndFormat:e=>({value:Sn(e,w),format:"0"}),toFunctionValue:e=>`${e}`},$c={normalizeFunctionValue(e){const t=Sn(e,w);if(t<0||t>23)throw new rn(ui("%s is not a valid hour (it should be a number between 0 and 23)",t));return t},toValueAndFormat:e=>({value:ui("%(hour_number)sh",{hour_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Gc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<0||t>59)throw new rn(ui("%s is not a valid minute (it should be a number between 0 and 59)",t));return t},toValueAndFormat:e=>({value:ui("%(minute_number)s'",{minute_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Wc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<0||t>59)throw new rn(ui("%s is not a valid second (it should be a number between 0 and 59)",t));return t},toValueAndFormat:e=>({value:ui("%(second_number)s''",{second_number:e}),format:"@"}),toFunctionValue:e=>`${e}`};function qc(e){return{normalizeFunctionValue:t=>null===t?null:e.normalizeFunctionValue(t),toValueAndFormat:(t,o)=>null===t?{value:ui("(Undefined)")}:e.toValueAndFormat(t,o),toFunctionValue:t=>null===t?"false":e.toFunctionValue(t)}}Pc.add("day",qc(Nc)).add("year",qc(Bc)).add("day_of_month",qc(kc)).add("iso_week_number",qc(Vc)).add("month_number",qc(Uc)).add("month",qc(Hc)).add("quarter_number",qc(zc)).add("day_of_week",qc(Lc)).add("hour_number",qc($c)).add("minute_number",qc(Gc)).add("second_number",qc(Wc));const Zc={count:ui("Count"),count_distinct:ui("Count Distinct"),bool_and:ui("Boolean And"),bool_or:ui("Boolean Or"),max:ui("Maximum"),min:ui("Minimum"),avg:ui("Average"),sum:ui("Sum")},jc=["max","min","avg","sum","count_distinct","count"],Yc={integer:jc,char:jc,datetime:jc,boolean:["count_distinct","count","bool_and","bool_or"]},Xc={};for(const e in Yc){Xc[e]={};for(const t of Yc[e])Xc[e][t]=Zc[t]}const Kc={count:e=>({value:Ic([e]),format:"0"}),count_distinct:e=>({value:nc([e]),format:"0"}),bool_and:e=>({value:oc([e]).result}),bool_or:e=>({value:sc([e]).result}),max:(e,t)=>wc([e],t),min:(e,t)=>xc([e],t),avg:(e,t)=>({value:Cc([e],t),format:mn(e)}),sum:(e,t)=>({value:ic([e],t),format:mn(e)})};function Jc(e){const t=Object.keys(e);if(!t.length)return 0;const o=t.map((e=>parseInt(e,10)));return Math.max(...o)}const Qc={year:ui("Year"),quarter:ui("Quarter & Year"),month:ui("Month & Year"),week:ui("Week & Year"),day:ui("Day"),quarter_number:ui("Quarter"),month_number:ui("Month"),iso_week_number:ui("Week"),day_of_month:ui("Day of Month"),day_of_week:ui("Day of Week"),hour_number:ui("Hour"),minute_number:ui("Minute"),second_number:ui("Second")},eh=["date","datetime"];function th(e){const[t,o]=e.split(":");return o?{fieldName:t,granularity:o}:{fieldName:t}}function oh(e){return eh.includes(e.type)}function sh(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}=th(e),n=lh(o,{type:i,granularity:t});s.push(`"${e}"`,n)}return s}function ih(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 nh(e,t){switch(t.type){case"HEADER":return`=PIVOT.HEADER(${sh(e,t.domain).join(",")})`;case"VALUE":return`=PIVOT.VALUE(${sh(e,t.domain,t.measure).join(",")})`;case"MEASURE_HEADER":return`=PIVOT.HEADER(${sh(e,[...t.domain,{field:"measure",value:t.measure,type:"char"}]).join(",")})`}return""}function rh(e,t){if(null===t||"null"===t)return null;const o="object"==typeof t?t.value:t;if(fn(o))return o;if("custom"===e.type)return _n(t)??null;const s="boolean"==typeof t?En(t).toLocaleLowerCase():En(t);if("null"===s)return null;if(!hh.contains(e.type))throw new rn(ui("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 hh.get(e.type)(s,e.granularity)}function ah(e,t){return Mc(t??"month").normalizeFunctionValue(e)}function lh(e,t){return null===e?'"null"':dh.contains(t.type)?dh.get(t.type)(e,t.granularity):`"${e}"`}function ch(e,t){return Mc(t??"month").toFunctionValue(e)}const hh=new n;hh.add("date",ah).add("datetime",ah).add("integer",(e=>Sn(e,w))).add("boolean",(e=>An(e))).add("char",(e=>En(e))).add("custom",(e=>e));const dh=new n;function uh(e){return e.displayName+(e.granularity?` (${Qc[e.granularity]})`:"")}function gh(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 ph(e,t){return ho(e,t.groups.map((e=>e.name)),{compute:(e,t)=>`${e}${t}`,start:2})}function mh(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 fh(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 vh(e,t){t.groups=t.groups.filter((t=>!t.values.some((t=>e.includes(t)))))}function bh(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 Sh(e,t,o){return Object.values(e.customFields||{}).find((e=>e.parentField===t.name))||{parentField:t.name,name:mh(t.string,o),groups:[]}}dh.add("date",ch).add("datetime",ch).add("integer",(e=>`${Sn(e,w)}`)).add("boolean",(e=>An(e)?"TRUE":"FALSE")).add("char",(e=>`"${En(e).replace(/"/g,'\\"')}"`)).add("custom",(e=>"string"==typeof e?`"${e}"`:String(e)));class Ch extends yl{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=>ts(t,e)))){const e=this.getters.getPivotCellFromPosition(c),t=nh(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)?"":Rr(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 Cs(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:Cs(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=Wl(e[o]||"",t);s.push({content:i,evaluatedCell:{formattedValue:i}})}o.cells.push(s)}return o}}const yh={figureHandlers:new n,cellHandlers:new n};function Ih(e,t){return"REMOVE_COLUMNS_ROWS"===t.type?jo(e,"COL"===t.dimension?"left":"top",t.elements):"ADD_COLUMNS_ROWS"===t.type?Wo(e,"COL"===t.dimension?"left":"top",t.base,t.position,t.quantity):e}function wh(e,t){const o="DELETE_SHEET"===t.type&&t.sheetId;if("sheetId"in t&&e._sheetId!==t.sheetId)return e;{const s=Ih(e._zone,t);if(s&&o!==e._sheetId)return{...e,_zone:s}}}yh.figureHandlers.add("chart",class extends Il{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 Sl).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 Sl).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 Il{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 Sl).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 Il{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 Sl).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 Sl,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"}}),yh.cellHandlers.add("dataValidation",class extends yl{uuidGenerator=new Sl;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=cs(t),i=cs(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",Ch).add("sheet",class extends yl{isPasteAllowed(e,t,o,s){if(!("cells"in o))return"Success";const{xSplit:i,ySplit:n}=this.getters.getPaneDivisions(e);return ps(Cs(t,o.cells),i,n)?"FrozenPaneOverlap":"Success"}}).add("merge",class extends yl{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 yl{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=>ts(u,e)))){a.add(h.id);let{numberOfRows:e}=os(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=os(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 yl{uuidGenerator=new Sl;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=cs(e.position),i=cs(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 yl{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 yl{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 Ss(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 xh{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 Eh extends xh{dependencies=new Map;factory=new Rh(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 Rh{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 Th{get;disposeCallbacks=[];constructor(e){this.get=e}onDispose(e){this.disposeCallbacks.push(e)}dispose(){this.disposeCallbacks.forEach((e=>e()))}}function Ah(){const e=t.useEnv();if(e.__spreadsheet_stores__ instanceof Eh)return e.__spreadsheet_stores__;const o=new Eh;return t.useSubEnv({__spreadsheet_stores__:o,getStore:e=>Oh(o.get(e),(()=>o.trigger("store-updated")))}),t.onWillUnmount((()=>o.dispose())),o}function Dh(e){const o=Ph(t.useEnv()),s=o.get(e);return Fh(o,s)}function _h(e,...o){const s=Ph(t.useEnv()),i=s.instantiate(e,...o);return t.onWillUnmount((()=>i.dispose())),Fh(s,i)}function Fh(e,o){const s=t.useComponent();return Oh(o,(()=>{"mounted"===t.status(s)&&e.trigger("store-updated")}))}function Oh(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 Ph(e){const t=e.__spreadsheet_stores__;if(!(t instanceof Eh))throw new Error("No store provider found. Did you forget to call useStoreProvider()?");return t}const Mh=(Nh="Model",class{constructor(e){throw new Error(`This is a abstract store for ${Nh}, it cannot be instantiated.\nDid you forget to inject your store instance?\n\nconst stores = useStoreProvider();\nstores.inject(MyMetaStore, storeInstance);\n`)}});var Nh;class kh{mutators=["register","unRegister","draw","startAnimation","stopAnimation"];renderers={};model;context=void 0;animationFrameId=null;registeredAnimations=new Set;constructor(e){this.model=e(Mh)}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 Lh extends Th{model=this.get(Mh);getters=this.model.getters;renderer=this.get(kh);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 Vh={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 Uh extends Lh{mutators=["focusComposer","focusActiveComposer"];activeComposer=Vh;_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 Hh={};let zh=0;function Bh(e,...t){const o="__sheet__"+zh++;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),Hh[e]=o}(o,String.raw(e,...t)),function(e){const t=Hh[e];t.setAttribute("component",e),document.head.appendChild(t)}(o),o}function $h({strikethrough:e,underline:t}){return e||t?`${e?"line-through":""} ${t?"underline":""}`:"none"}function Gh(e){const t=Wh(e);return e?(e.fillColor&&(t.background=e.fillColor),t):t}function Wh(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 qh(e){let t="";for(const o in e)e[o]&&(t+=`${o}:${e[o]}; `);return t}const Zh=new n;function jh(){if(window.Chart&&!window.Chart.registry.plugins.get("chartShowValuesPlugin"))for(const e of Zh.getAll())e.register(window.Chart)}class Yh extends Lh{mutators=["disableAnimationForChart","enableAnimationForChart"];animationPlayed={};disableAnimationForChart(e,t){return this.animationPlayed[e]=t,"noStateChange"}enableAnimationForChart(e){return this.animationPlayed[e]=void 0,"noStateChange"}}function Xh(){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 Kh(){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=Jh(this),l=(a-(i?Jh(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=Jh(this),l=n?Jh(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 Jh(e){const{x:t,base:o}=e.getProps(["x","base"]),s=Math.min(t,o);return Math.max(t,o)-s}const Qh=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}},ed="000000",td={arrows:"3Arrows",smiley:"3Symbols",dots:"3TrafficLights1"},od={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"},sd="http://schemas.openxmlformats.org/drawingml/2006/main",id="http://schemas.openxmlformats.org/drawingml/2006/chart",nd={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"},rd={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"},ad="bdbb8cdc-fa1e-496e-a857-3c3f30c029c3",ld="http://schemas.openxmlformats.org/officeDocument/2006/relationships",cd=.75,hd=.143,dd=8.43,ud=12.75,gd=30,pd=100,md=164,fd=50,vd={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}]},bd=["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"],Sd="[Content_Types].xml",Cd=/(.*?)\((.*?)\)(.*)/,yd=["ANY","BOOLEAN","DATE","NUMBER","STRING","RANGE","RANGE<BOOLEAN>","RANGE<DATE>","RANGE<NUMBER>","RANGE<STRING>","META","RANGE<META>"];function Id(e,t="",o){return function(e,t,o){const s=e.match(Cd),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=yd.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 wd={};function xd(e,t){const o=e.name,s=wd[o]?.[t];return s||(wd[o]||(wd[o]={}),wd[o][t]||(wd[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)),wd[o][t])}const Ed=["META","RANGE<META>"];const Rd=new n,Td={description:ui("Returns a result array constrained to a specific width and height."),args:[Id("input_range (any, range<any>)",ui("The range to constrain.")),Id("rows (number)",ui("The number of rows in the constrained array.")),Id("columns (number)",ui("The number of columns in the constrained array."))],compute:function(e,t,o){const s=Kn(e),i=wn(t?.value,this.locale),n=wn(o?.value,this.locale);if(i<=0)return new rn(ui("The rows argument (%s) must be strictly positive.",i.toString()));if(n<=0)return new rn(ui("The columns argument (%s) must be strictly positive.",n.toString()));const r=Math.min(i,s[0].length);return Vn(Math.min(n,s.length),r,((e,t)=>s[e][t]))},isExported:!1},Ad={description:ui("Creates a new array from the selected columns in the existing range."),args:[Id("array (any, range<any>)",ui("The array that contains the columns to be returned.")),Id("col_num (number, range<number>)",ui("The first column index of the columns to be returned.")),Id("col_num2 (number, range<number>, repeating)",ui("The columns indexes of the columns to be returned."))],compute:function(e,...t){const o=Kn(e),s=Jn(t,(e=>wn(e?.value,this.locale))),i=s.filter((e=>0===e||o.length<Math.abs(e)));if(0!==i.length)return new rn(ui("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},Dd={description:ui("Creates a new array from the selected rows in the existing range."),args:[Id("array (any, range<any>)",ui("The array that contains the rows to be returned.")),Id("row_num (number, range<number>)",ui("The first row index of the rows to be returned.")),Id("row_num2 (number, range<number>, repeating)",ui("The rows indexes of the rows to be returned."))],compute:function(e,...t){const o=Kn(e),s=Jn(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 rn(ui("The rows arguments must be between -%s and %s (got %s), excluding 0.",o[0].length.toString(),o[0].length.toString(),n.join(","))):Vn(i,s.length,((e,t)=>s[t]>0?o[e][s[t]-1]:o[e][o[e].length+s[t]]))},isExported:!0},_d={description:ui("Expands or pads an array to specified row and column dimensions."),args:[Id("array (any, range<any>)",ui("The array to expand.")),Id("rows (number)",ui("The number of rows in the expanded array. If missing, rows will not be expanded.")),Id("columns (number, optional)",ui("The number of columns in the expanded array. If missing, columns will not be expanded.")),Id("pad_with (any, default=0)",ui("The value with which to pad."))],compute:function(e,t,o,s={value:0}){const i=Kn(e),n=wn(t?.value,this.locale),r=void 0!==o?wn(o.value,this.locale):i.length;return n<i[0].length?new rn(ui("The rows arguments (%s) must be greater or equal than the number of rows of the array.",n.toString())):r<i.length?new rn(ui("The columns arguments (%s) must be greater or equal than the number of columns of the array.",r.toString())):Vn(r,n,((e,t)=>e>=i.length||t>=i[e].length?s:i[e][t]))},isExported:!0},Fd={description:ui("Flattens all the values from one or more ranges into a single column."),args:[Id("range (any, range<any>)",ui("The first range to flatten.")),Id("range2 (any, range<any>, repeating)",ui("Additional ranges to flatten."))],compute:function(...e){return[Jn(e,(e=>void 0===e?{value:""}:e))]},isExported:!1},Od={description:ui("Calculates the frequency distribution of a range."),args:[Id("data (range<number>)",ui("The array of ranges containing the values to be counted.")),Id("classes (number, range<number>)",ui("The range containing the set of classes."))],compute:function(e,t){const o=Jn([e],(e=>e.value)).filter((e=>"number"==typeof e)),s=Jn([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},Pd={description:ui("Appends ranges horizontally and in sequence to return a larger array."),args:[Id("range1 (any, range<any>)",ui("The first range to be appended.")),Id("range2 (any, range<any>, repeating)",ui("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=Kn(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},Md={description:ui("Returns the matrix determinant of a square matrix."),args:[Id("square_matrix (number, range<number>)",ui("An range with an equal number of rows and columns representing a matrix whose determinant will be calculated."))],compute:function(e){const t=yn(e,"square_matrix");return hc(t)?gc(t).determinant:new rn(ui("The argument square_matrix must have the same number of columns and rows."))},isExported:!0},Nd={description:ui("Returns the multiplicative inverse of a square matrix."),args:[Id("square_matrix (number, range<number>)",ui("An range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated."))],compute:function(e){const t=yn(e,"square_matrix");if(!hc(t))return new rn(ui("The argument square_matrix must have the same number of columns and rows."));const{inverted:o}=gc(t);return o||new rn(ui("The matrix is not invertible."))},isExported:!0},kd={description:ui("Calculates the matrix product of two matrices."),args:[Id("matrix1 (number, range<number>)",ui("The first matrix in the matrix multiplication operation.")),Id("matrix2 (number, range<number>)",ui("The second matrix in the matrix multiplication operation."))],compute:function(e,t){const o=yn(e,"matrix1"),s=yn(t,"matrix2");return 0===o.length||0===s.length?new rn(ui("The first and second arguments of [[FUNCTION_NAME]] must be non-empty matrices.")):o.length!==s[0].length?new rn(ui("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())):mc(o,s)},isExported:!0},Ld={description:ui("Calculates the sum of the products of corresponding entries in equal-sized ranges."),args:[Id("range1 (number, range<number>)",ui("The first range whose entries will be multiplied with corresponding entries in the other ranges.")),Id("range2 (number, range<number>, repeating)",ui("The other range whose entries will be multiplied with corresponding entries in the other ranges."))],compute:function(...e){if(!cc(...e))return new rn(ui("All the ranges must have the same dimensions."));const t=e.map(Kn);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*=Sn(o[e][s],this.locale);o+=i}return o},isExported:!0};function Vd(e,t,o){if(!cc(e,t))return new rn(ui("The arguments array_x and array_y must have the same dimensions."));const s=Kn(e),i=Kn(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 rn(ui("The arguments array_x and array_y must contain at least one pair of numbers."))}const Ud={description:ui("Calculates the sum of the difference of the squares of the values in two array."),args:[Id("array_x (number, range<number>)",ui("The array or range of values whose squares will be reduced by the squares of corresponding entries in array_y and added together.")),Id("array_y (number, range<number>)",ui("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 Vd(e,t,((e,t)=>e**2-t**2))},isExported:!0},Hd={description:ui("Calculates the sum of the sum of the squares of the values in two array."),args:[Id("array_x (number, range<number>)",ui("The array or range of values whose squares will be added to the squares of corresponding entries in array_y and added together.")),Id("array_y (number, range<number>)",ui("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 Vd(e,t,((e,t)=>e**2+t**2))},isExported:!0},zd={description:ui("Calculates the sum of squares of the differences of values in two array."),args:[Id("array_x (number, range<number>)",ui("The array or range of values that will be reduced by corresponding entries in array_y, squared, and added together.")),Id("array_y (number, range<number>)",ui("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 Vd(e,t,((e,t)=>(e-t)**2))},isExported:!0},Bd=!1,$d=[Id("array (any, range<any>)",ui("The array which will be transformed.")),Id("ignore (number, default=0)",ui("Whether to ignore certain types of values. By default, no values are ignored."),[{value:0,label:ui("Keep all values (default)")},{value:1,label:ui("Ignore blanks")},{value:2,label:ui("Ignore errors")},{value:3,label:ui("Ignore blanks and errors")}]),Id("scan_by_column (number, default=false)",ui("Scan the array by column. By default, the array is scanned by row."),[{value:!1,label:ui("Scan by row (default)")},{value:!0,label:ui("Scan by column")}])];function Gd(e){const t=Math.trunc(e);if(0===t)return()=>!0;if(1===t)return e=>null!==e.value;if(2===t)return e=>!fn(e.value);if(3===t)return e=>null!==e.value&&!fn(e.value);throw new rn(ui("Argument ignore must be between 0 and 3"))}const Wd={description:ui("Transforms a range of cells into a single column."),args:$d,compute:function(e,t={value:0},o={value:Bd}){const s=Kn(e),i=Sn(t.value,this.locale),n=(An(o.value)?s:Hn(s)).flat().filter(Gd(i));return 0===n.length?new hn(ui("No results for the given arguments of TOCOL.")):[n]},isExported:!0},qd={description:ui("Transforms a range of cells into a single row."),args:$d,compute:function(e,t={value:0},o={value:Bd}){const s=Kn(e),i=Sn(t.value,this.locale),n=(An(o.value)?s:Hn(s)).flat().filter(Gd(i)).map((e=>[e]));return 0===n.length||0===n[0].length?new hn(ui("No results for the given arguments of TOROW.")):n},isExported:!0},Zd={description:ui("Transposes the rows and columns of a range."),args:[Id("range (any, range<any>)",ui("The range to be transposed."))],compute:function(e){const t=Kn(e);return Vn(t[0].length,t.length,((e,o)=>t[o][e]))},isExported:!0},jd={description:ui("Appends ranges vertically and in sequence to return a larger array."),args:[Id("range1 (any, range<any>)",ui("The first range to be appended.")),Id("range2 (any, range<any>, repeating)",ui("Additional ranges to add to range1."))],compute:function(...e){const t=Math.max(...e.map((e=>Kn(e).length))),o=e.reduce(((e,t)=>e+Kn(t)[0].length),0),s=Array(t).fill([]).map((()=>Array(o).fill({value:0})));let i=0;for(const t of e){const e=Kn(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},Yd={description:ui("Wraps the provided row or column of cells by columns after a specified number of elements to form a new array."),args:[Id("range (any, range<any>)",ui("The range to wrap.")),Id("wrap_count (number)",ui("The maximum number of cells for each column, rounded down to the nearest whole number.")),Id("pad_with (any, default=0)",ui("The value with which to fill the extra cells in the range."))],compute:function(e,t,o={value:0}){const s=Kn(e),i=wn(t?.value,this.locale);if(!lc(s))return new rn(ui("Argument range must be a single row or column."));const n=s.flat();return Vn(Math.ceil(n.length/i),i,((e,t)=>{const s=e*i+t;return s<n.length?n[s]:o}))},isExported:!0},Xd={description:ui("Wraps the provided row or column of cells by rows after a specified number of elements to form a new array."),args:[Id("range (any, range<any>)",ui("The range to wrap.")),Id("wrap_count (number)",ui("The maximum number of cells for each row, rounded down to the nearest whole number.")),Id("pad_with (any, default=0)",ui("The value with which to fill the extra cells in the range."))],compute:function(e,t,o={value:0}){const s=Kn(e),i=wn(t?.value,this.locale);if(!lc(s))return new rn(ui("Argument range must be a single row or column."));const n=s.flat(),r=Math.ceil(n.length/i);return Vn(i,r,((e,t)=>{const s=t*i+e;return s<n.length?n[s]:o}))},isExported:!0};var Kd=Object.freeze({__proto__:null,ARRAY_CONSTRAIN:Td,CHOOSECOLS:Ad,CHOOSEROWS:Dd,EXPAND:_d,FLATTEN:Fd,FREQUENCY:Od,HSTACK:Pd,MDETERM:Md,MINVERSE:Nd,MMULT:kd,SUMPRODUCT:Ld,SUMX2MY2:Ud,SUMX2PY2:Hd,SUMXMY2:zd,TOCOL:Wd,TOROW:qd,TRANSPOSE:Zd,VSTACK:jd,WRAPCOLS:Yd,WRAPROWS:Xd});const Jd={description:ui("Apply a large number format"),args:[Id("value (number)",ui("The number.")),Id("unit (string, optional)",ui("The formatting unit. Use 'k', 'm', or 'b' to force the unit"),[{value:"k",label:ui("Thousand")},{value:"m",label:ui("Million")},{value:"b",label:ui("Billion")}])],compute:function(e,t){return{value:Sn(e,this.locale),format:qr(e,t,this.locale)}}};var Qd=Object.freeze({__proto__:null,FORMAT_LARGE_NUMBER:Jd});class eu{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 tu extends eu{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 ou(e){return e.isFormula&&e.compiledFormula.tokens.some((e=>"SYMBOL"===e.type&&"SUBTOTAL"===e.value.toUpperCase()))}const su=/^-?[a-z0-9]+$/i,iu={description:ui("Absolute value of a number."),args:[Id("value (number)",ui("The number of which to return the absolute value."))],compute:function(e){return Math.abs(Sn(e,this.locale))},isExported:!0},nu={description:ui("Inverse cosine of a value, in radians."),args:[Id("value (number)",ui("The value for which to calculate the inverse cosine. Must be between -1 and 1, inclusive."))],compute:function(e){const t=Sn(e,this.locale);return Math.abs(t)>1?new rn(ui("The value (%s) must be between -1 and 1 inclusive.",t)):Math.acos(t)},isExported:!0},ru={description:ui("Inverse hyperbolic cosine of a number."),args:[Id("value (number)",ui("The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1."))],compute:function(e){const t=Sn(e,this.locale);return t<1?new rn(ui("The value (%s) must be greater than or equal to 1.",t)):Math.acosh(t)},isExported:!0},au={description:ui("Inverse cotangent of a value."),args:[Id("value (number)",ui("The value for which to calculate the inverse cotangent."))],compute:function(e){const t=Sn(e,this.locale);return(Math.sign(t)||1)*Math.PI/2-Math.atan(t)},isExported:!0},lu={description:ui("Inverse hyperbolic cotangent of a value."),args:[Id("value (number)",ui("The value for which to calculate the inverse hyperbolic cotangent. Must not be between -1 and 1, inclusive."))],compute:function(e){const t=Sn(e,this.locale);return Math.abs(t)<=1?new rn(ui("The value (%s) cannot be between -1 and 1 inclusive.",t)):Math.log((t+1)/(t-1))/2},isExported:!0},cu={description:ui("Inverse sine of a value, in radians."),args:[Id("value (number)",ui("The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive."))],compute:function(e){const t=Sn(e,this.locale);return Math.abs(t)>1?new rn(ui("The value (%s) must be between -1 and 1 inclusive.",t)):Math.asin(t)},isExported:!0},hu={description:ui("Inverse hyperbolic sine of a number."),args:[Id("value (number)",ui("The value for which to calculate the inverse hyperbolic sine."))],compute:function(e){return Math.asinh(Sn(e,this.locale))},isExported:!0},du={description:ui("Inverse tangent of a value, in radians."),args:[Id("value (number)",ui("The value for which to calculate the inverse tangent."))],compute:function(e){return Math.atan(Sn(e,this.locale))},isExported:!0},uu={description:ui("Angle from the X axis to a point (x,y), in radians."),args:[Id("x (number)",ui("The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.")),Id("y (number)",ui("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=Sn(e,this.locale),s=Sn(t,this.locale);return 0===o&&0===s?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):Math.atan2(s,o)},isExported:!0},gu={description:ui("Inverse hyperbolic tangent of a number."),args:[Id("value (number)",ui("The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive."))],compute:function(e){const t=Sn(e,this.locale);return Math.abs(t)>=1?new rn(ui("The value (%s) must be between -1 and 1 exclusive.",t)):Math.atanh(t)},isExported:!0},pu={description:ui("Rounds number up to nearest multiple of factor."),args:[Id("value (number)",ui("The value to round up to the nearest integer multiple of factor.")),Id("factor (number, default=1)",ui("The number to whose multiples value will be rounded."))],compute:function(e,t={value:1}){const o=Sn(e,this.locale),s=Sn(t,this.locale);return s<0&&o>0?new rn(ui("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 mu(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 fu={description:ui("Rounds number up to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round up to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),Id("mode (number, default=0)",ui("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=Sn(t,this.locale);return{value:mu(Sn(e,this.locale),s,Sn(o,this.locale)),format:e?.format}},isExported:!0},vu={description:ui("Rounds number up to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round up to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){const o=Sn(t,this.locale);return{value:mu(Sn(e,this.locale),o),format:e?.format}},isExported:!0},bu={description:ui("Cosine of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the cosine of, in radians."))],compute:function(e){return Math.cos(Sn(e,this.locale))},isExported:!0},Su={description:ui("Hyperbolic cosine of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic cosine of."))],compute:function(e){return Math.cosh(Sn(e,this.locale))},isExported:!0},Cu={description:ui("Cotangent of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the cotangent of, in radians."))],compute:function(e){const t=Sn(e,this.locale);return 0===t?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.tan(t)},isExported:!0},yu={description:ui("Hyperbolic cotangent of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic cotangent of."))],compute:function(e){const t=Sn(e,this.locale);return 0===t?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.tanh(t)},isExported:!0},Iu={description:ui("Number of empty values."),args:[Id("value1 (any, range)",ui("The first value or range in which to count the number of blanks.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges in which to count the number of blanks."))],compute:function(...e){return Nn(e,((e,t)=>void 0===t||null===t.value||""===t.value?e+1:e),0)},isExported:!0},wu={description:ui("A conditional count across a range."),args:[Id("range (range)",ui("The range that is tested against criterion.")),Id("criterion (string)",ui("The pattern or test to apply to range."))],compute:function(...e){let t=0;return qn(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},xu={description:ui("Count values depending on multiple criteria."),args:[Id("criteria_range1 (range)",ui("The range to check against criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1.")),Id("criteria_range2 (any, range, repeating)",ui("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.")),Id("criterion2 (string, repeating)",ui("Additional criteria to check."))],compute:function(...e){let t=0;return qn(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},Eu={description:ui("Counts number of unique values in a range."),args:[Id("value1 (any, range)",ui("The first value or range to consider for uniqueness.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges to consider for uniqueness."))],compute:function(...e){return nc(e)}},Ru={description:ui("Counts number of unique values in a range, filtered by a set of criteria."),args:[Id("range (range)",ui("The range of cells from which the number of unique values will be counted.")),Id("criteria_range1 (range)",ui("The range of cells over which to evaluate criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Id("criteria_range2 (any, range, repeating)",ui("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.")),Id("criterion2 (string, repeating)",ui("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){const o=new Set;return qn(t,((t,s)=>{const i=e[t]?.[s];Qn(i)&&o.add(i.value)}),this.locale),o.size}},Tu={description:ui("Cosecant of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the cosecant of, in radians."))],compute:function(e){const t=Sn(e,this.locale);return 0===t?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.sin(t)},isExported:!0},Au={description:ui("Hyperbolic cosecant of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic cosecant of."))],compute:function(e){const t=Sn(e,this.locale);return 0===t?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.sinh(t)},isExported:!0},Du={description:ui("Converts from another base to decimal."),args:[Id("value (string)",ui("The number to convert.")),Id("base (number)",ui("The base to convert the value from."))],compute:function(e,t){let o=Sn(t,this.locale);if(o=Math.floor(o),2>o||o>36)return new rn(ui("The base (%s) must be between 2 and 36 inclusive.",o));const s=En(e);if(""===s)return 0;if(!su.test(s))return new rn(ui("The value (%s) must be a valid base %s representation.",s,o));const i=parseInt(s,o);return isNaN(i)?new rn(ui("The value (%s) must be a valid base %s representation.",s,o)):i},isExported:!0},_u={description:ui("Converts an angle value in radians to degrees."),args:[Id("angle (number)",ui("The angle to convert from radians to degrees."))],compute:function(e){return 180*Sn(e,this.locale)/Math.PI},isExported:!0},Fu={description:ui("Euler's number, e (~2.718) raised to a power."),args:[Id("value (number)",ui("The exponent to raise e."))],compute:function(e){return Math.exp(Sn(e,this.locale))},isExported:!0},Ou={description:ui("Rounds number down to nearest multiple of factor."),args:[Id("value (number)",ui("The value to round down to the nearest integer multiple of factor.")),Id("factor (number, default=1)",ui("The number to whose multiples value will be rounded."))],compute:function(e,t={value:1}){const o=Sn(e,this.locale),s=Sn(t,this.locale);return s<0&&o>0?new rn(ui("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 Pu(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 Mu={description:ui("Rounds number down to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round down to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),Id("mode (number, default=0)",ui("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=Sn(t,this.locale);return{value:Pu(Sn(e,this.locale),s,Sn(o,this.locale)),format:e?.format}},isExported:!0},Nu={description:ui("Rounds number down to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round down to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){const o=Sn(t,this.locale);return{value:Pu(Sn(e,this.locale),o),format:e?.format}},isExported:!0},ku={description:ui("Whether the provided value is even."),args:[Id("value (number)",ui("The value to be verified as even."))],compute:function(e){const t=In(e,this.locale);return!(1&Math.floor(Math.abs(t)))},isExported:!0},Lu={description:ui("Rounds number up to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round up to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){return{value:mu(Sn(e,this.locale),Sn(t,this.locale)),format:e?.format}},isExported:!0},Vu={description:ui("Whether the provided value is even."),args:[Id("value (number)",ui("The value to be verified as even."))],compute:function(e){const t=In(e,this.locale);return!!(1&Math.floor(Math.abs(t)))},isExported:!0},Uu={description:ui("The logarithm of a number, base e (euler's number)."),args:[Id("value (number)",ui("The value for which to calculate the logarithm, base e."))],compute:function(e){const t=Sn(e,this.locale);return t<=0?new rn(ui("The value (%s) must be strictly positive.",t)):Math.log(t)},isExported:!0},Hu={description:ui("The logarithm of a number, for a given base."),args:[Id("value (number)",ui("The value for which to calculate the logarithm.")),Id("base (number, default=10)",ui("The base of the logarithm."))],compute:function(e,t={value:10}){const o=Sn(e,this.locale),s=Sn(t,this.locale);return o<=0?new rn(ui("The value (%s) must be strictly positive.",o)):s<=0?new rn(ui("The base (%s) must be strictly positive.",s)):1===s?new rn(ui("The base must be different from 1.")):Math.log10(o)/Math.log10(s)},isExported:!0};function zu(e,t){ac(t,ui("The divisor must be different from 0."));const o=e%t;return o>0&&t<0||o<0&&t>0?o+t:o}const Bu={description:ui("Modulo (remainder) operator."),args:[Id("dividend (number)",ui("The number to be divided to find the remainder.")),Id("divisor (number)",ui("The number to divide by."))],compute:function(e,t){const o=Sn(t,this.locale);return{value:zu(Sn(e,this.locale),o),format:e?.format}},isExported:!0},$u={description:ui("Returns a n x n unit matrix, where n is the input dimension."),args:[Id("dimension (number)",ui("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 rn(ui("The argument dimension must be positive")):uc(t)},isExported:!0},Gu={description:ui("Rounds a number up to the nearest odd integer."),args:[Id("value (number)",ui("The value to round to the next greatest odd number."))],compute:function(e){const t=Sn(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},Wu={description:ui("The number pi."),args:[],compute:function(){return Math.PI},isExported:!0},qu={description:ui("A number raised to a power."),args:[Id("base (number)",ui("The number to raise to the exponent power.")),Id("exponent (number)",ui("The exponent to raise base to."))],compute:function(e,t){const o=Sn(e,this.locale),s=Sn(t,this.locale);return o<0&&!Number.isInteger(s)?new rn(ui("The exponent (%s) must be an integer when the base is negative.",s)):{value:Math.pow(o,s),format:e?.format}},isExported:!0},Zu={description:ui("Result of multiplying a series of numbers together."),args:[Id("factor1 (number, range<number>)",ui("The first number or range to calculate for the product.")),Id("factor2 (number, range<number>, repeating)",ui("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),fn(e))return s}else void 0!==s&&null!==s.value&&(o*=In(s,this.locale),t+=1);return{value:0===t?0:o,format:mn(e[0])}},isExported:!0},ju={description:ui("A random number between 0 inclusive and 1 exclusive."),args:[],compute:function(){return Math.random()},isExported:!0},Yu={description:ui("Returns a grid of random numbers between 0 inclusive and 1 exclusive."),args:[Id("rows (number, default=1)",ui("The number of rows to be returned.")),Id("columns (number, default=1)",ui("The number of columns to be returned.")),Id("min (number, default=0)",ui("The minimum number you would like returned.")),Id("max (number, default=1)",ui("The maximum number you would like returned.")),Id("whole_number (boolean, default=FALSE)",ui("Return a whole number or a decimal value."),[{value:!1,label:ui("Decimal (default)")},{value:!0,label:ui("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=Sn(o,this.locale),l=Sn(s,this.locale),c=An(i);if(n<1)return new rn(ui("The number of columns (%s) must be positive.",n));if(r<1)return new rn(ui("The number of rows (%s) must be positive.",r));if(a>l)return new rn(ui("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 rn(ui("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},Xu={description:ui("Random integer between two values, inclusive."),args:[Id("low (number)",ui("The low end of the random range.")),Id("high (number)",ui("The high end of the random range."))],compute:function(e,t){let o=Sn(e,this.locale);Number.isInteger(o)||(o=Math.ceil(o));let s=Sn(t,this.locale);return Number.isInteger(s)||(s=Math.floor(s)),o>s?new rn(ui("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},Ku={description:ui("Rounds a number according to standard rules."),args:[Id("value (number)",ui("The value to round to places number of places.")),Id("places (number, default=0)",ui("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=Sn(e,this.locale);let s=Sn(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},Ju={description:ui("Rounds down a number."),args:[Id("value (number)",ui("The value to round to places number of places, always rounding down.")),Id("places (number, default=0)",ui("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=Sn(e,this.locale);let s=Sn(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},Qu={description:ui("Rounds up a number."),args:[Id("value (number)",ui("The value to round to places number of places, always rounding up.")),Id("places (number, default=0)",ui("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=Sn(e,this.locale);let s=Sn(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},eg={description:ui("Secant of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the secant of, in radians."))],compute:function(e){return 1/Math.cos(Sn(e,this.locale))},isExported:!0},tg={description:ui("Hyperbolic secant of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic secant of."))],compute:function(e){return 1/Math.cosh(Sn(e,this.locale))},isExported:!0},og={description:ui("Returns a sequence of numbers."),args:[Id("rows (number)",ui("The number of rows to return")),Id("columns (number, optional, default=1)",ui("The number of columns to return")),Id("start (number, optional, default=1)",ui("The first number in the sequence")),Id("step (number, optional, default=1)",ui("The amount to increment each value in the sequence"))],compute:function(e,t={value:1},o={value:1},s={value:1}){const i=Sn(o,this.locale),n=Sn(s,this.locale),r=wn(e,this.locale),a=wn(t,this.locale);return a<1?new rn(ui("The number of columns (%s) must be positive.",a)):r<1?new rn(ui("The number of rows (%s) must be positive.",r)):Vn(a,r,((e,t)=>({value:i+t*a*n+e*n})))},isExported:!0},sg={description:ui("Sine of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the sine of, in radians."))],compute:function(e){return Math.sin(Sn(e,this.locale))},isExported:!0},ig={description:ui("Hyperbolic sine of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic sine of."))],compute:function(e){return Math.sinh(Sn(e,this.locale))},isExported:!0},ng={description:ui("Positive square root of a positive number."),args:[Id("value (number)",ui("The number for which to calculate the positive square root."))],compute:function(e){const t=Sn(e,this.locale);return t<0?new rn(ui("The value (%s) must be positive or null.",t)):{value:Math.sqrt(t),format:e?.format}},isExported:!0},rg={1:"AVERAGE",2:"COUNT",3:"COUNTA",4:"MAX",5:"MIN",6:"PRODUCT",7:"STDEV",8:"STDEVP",9:"SUM",10:"VAR",11:"VARP"},ag=Object.entries(rg).map((([e,t])=>({value:parseInt(e),label:ui("%s (include manually-hidden rows)",t)}))),lg=Object.entries(rg).map((([e,t])=>({value:parseInt(e)+100,label:ui("%s (exclude manually-hidden rows)",t)}))),cg={description:ui("Returns a subtotal for a vertical range of cells using a specified aggregation function."),args:[Id("function_code (number)",ui("The function to use in subtotal aggregation."),[...ag,...lg]),Id("ref1 (meta, range<meta>)",ui("The range or reference for which you want the subtotal.")),Id("ref2 (meta, range<meta>, repeating)",ui("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 rn(ui("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=Ta(t.value).sheetName,n=o?this.getters.getSheetIdByName(o):this.__originSheetId;if(!n)continue;const{top:r,left:a}=Ho(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&&ou(o)||i.push(this.getters.getEvaluatedCell({sheetId:n,col:t,row:e}))}}return this[rg[o]].apply(this,[[i]])},isExported:!0},hg={description:ui("Sum of a series of numbers and/or cells."),args:[Id("value1 (number, range<number>)",ui("The first number or range to add together.")),Id("value2 (number, range<number>, repeating)",ui("Additional numbers or ranges to add to value1."))],compute:function(...e){const t=e[0];return{value:ic(e,this.locale),format:mn(t)}},isExported:!0},dg={description:ui("A conditional sum across a range."),args:[Id("criteria_range (range)",ui("The range which is tested against criterion.")),Id("criterion (string)",ui("The pattern or test to apply to range.")),Id("sum_range (range, default=criteria_range)",ui("The range to be summed, if different from range."))],compute:function(e,t,o){void 0===o&&(o=e);let s=0;return qn([e,t],((e,t)=>{const i=o[e]?.[t]?.value;"number"==typeof i&&(s+=i)}),this.locale),s},isExported:!0},ug={description:ui("Sums a range depending on multiple criteria."),args:[Id("sum_range (range)",ui("The range to sum.")),Id("criteria_range1 (range)",ui("The range to check against criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1.")),Id("criteria_range2 (any, range, repeating)",ui("Additional ranges to check.")),Id("criterion2 (string, repeating)",ui("Additional criteria to check."))],compute:function(e,...t){let o=0;return qn(t,((t,s)=>{const i=e[t]?.[s]?.value;"number"==typeof i&&(o+=i)}),this.locale),o},isExported:!0},gg={description:ui("Tangent of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the tangent of, in radians."))],compute:function(e){return Math.tan(Sn(e,this.locale))},isExported:!0},pg={description:ui("Hyperbolic tangent of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic tangent of."))],compute:function(e){return Math.tanh(Sn(e,this.locale))},isExported:!0};function mg(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 fg={description:ui("Truncates a number."),args:[Id("value (number)",ui("The value to be truncated.")),Id("places (number, default=0)",ui("The number of significant digits to the right of the decimal point to retain."))],compute:function(e,t={value:0}){return{value:mg(Sn(e,this.locale),Sn(t,this.locale)),format:e?.format}},isExported:!0},vg={description:ui("Rounds a number down to the nearest integer that is less than or equal to it."),args:[Id("value (number)",ui("The number to round down to the nearest integer."))],compute:function(e){return Math.floor(Sn(e,this.locale))},isExported:!0};var bg=Object.freeze({__proto__:null,ABS:iu,ACOS:nu,ACOSH:ru,ACOT:au,ACOTH:lu,ASIN:cu,ASINH:hu,ATAN:du,ATAN2:uu,ATANH:gu,CEILING:pu,CEILING_MATH:fu,CEILING_PRECISE:vu,COS:bu,COSH:Su,COT:Cu,COTH:yu,COUNTBLANK:Iu,COUNTIF:wu,COUNTIFS:xu,COUNTUNIQUE:Eu,COUNTUNIQUEIFS:Ru,CSC:Tu,CSCH:Au,DECIMAL:Du,DEGREES:_u,EXP:Fu,FLOOR:Ou,FLOOR_MATH:Mu,FLOOR_PRECISE:Nu,INT:vg,ISEVEN:ku,ISODD:Vu,ISO_CEILING:Lu,LN:Uu,LOG:Hu,MOD:Bu,MUNIT:$u,ODD:Gu,PI:Wu,POWER:qu,PRODUCT:Zu,RAND:ju,RANDARRAY:Yu,RANDBETWEEN:Xu,ROUND:Ku,ROUNDDOWN:Ju,ROUNDUP:Qu,SEC:eg,SECH:tg,SEQUENCE:og,SIN:sg,SINH:ig,SQRT:ng,SUBTOTAL:cg,SUM:hg,SUMIF:dg,SUMIFS:ug,TAN:gg,TANH:pg,TRUNC:fg});const Sg=[{value:!0,label:ui("b is calculated normally")},{value:!1,label:ui("b is forced to 1")}],Cg=[{value:!1,label:ui("do not return additional regression statistics")},{value:!0,label:ui("return additional regression statistics")}],yg=[{value:1,label:ui("order 1 (Linear)")},{value:2,label:ui("order 2 (Quadratic)")},{value:3,label:ui("order 3 (Cubic)")},{value:4,label:ui("order 4 (Quartic)")},{value:5,label:ui("order 5 (Quintic)")},{value:6,label:ui("order 6 (Sextic)")}],Ig=[{value:!0,label:ui("Compute intercept")},{value:!1,label:ui("Force intercept to 0")}],wg=[{value:0,label:ui("Minimum value")},{value:1,label:ui("First quartile (25th percentile)")},{value:2,label:ui("Median value (50th percentile)")},{value:3,label:ui("Third quartile (75th percentile)")},{value:4,label:ui("Maximum value")}];function xg(e,t){const o=[],s=[];let i=0,n=0;On([e],(e=>{o.push(e),i+=1})),On([t],(e=>{s.push(e),n+=1})),rc(i===n,ui("[[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 Eg(e,t,o){const{flatDataX:s,flatDataY:i}=xg(e,t),n=i.length;ac(n),o&&ac(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 Rg(e,t,o,s){let i=0;const n=o?Ln:kn,r=n(e,((e,t)=>(i+=1,e+t)),0,s);ac(i),t&&ac(i-1);const a=r/i;return n(e,((e,t)=>e+Math.pow(t-a,2)),0,s)/(i-(t?1:0))}function Tg(e,t,o,s){const i=Sn(t,s);rc(o?0<=i&&i<=1:0<i&&i<1,ui("Function [[FUNCTION_NAME]] parameter 2 value is out of range."));const n=[];let r,a=0;return On(e,(e=>{const t=e?.value;"number"==typeof t&&(r=Zn(n,e,"nextSmaller","asc",n.length,((e,t)=>e[t])),n.splice(r+1,0,t),a++)})),rc(0!==a,er),o||rc(1/(a+1)<=i&&i<=a/(a+1),ui("Function [[FUNCTION_NAME]] parameter 2 value is out of range.")),on(n,i,o)}const Ag={description:ui("Average magnitude of deviations from mean."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){let t=0;const o=kn(e,((e,o)=>(t+=1,e+o)),0,this.locale);if(0===t)return new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));const s=o/t;return kn(e,((e,t)=>e+Math.abs(s-t)),0,this.locale)/t},isExported:!0},Dg={description:ui("Numerical average value in a dataset, ignoring text."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the average value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the average value."))],compute:function(...e){return{value:Cc(e,this.locale),format:mn(e[0])}},isExported:!0},_g=ui("[[FUNCTION_NAME]] has mismatched range sizes."),Fg=ui("[[FUNCTION_NAME]] expects the weight to be positive or equal to 0."),Og={description:ui("Weighted average."),args:[Id("values (number, range<number>)",ui("Values to average.")),Id("weights (number, range<number>)",ui("Weights for each corresponding value.")),Id("additional_values (number, range<number>, repeating)",ui("Additional values to average.")),Id("additional_weights (number, range<number>, repeating)",ui("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(!cc(i,n))return new rn(_g);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:Sn(n,this.locale),l="number"==typeof r,c="number"==typeof a;if(l&&c){if(a<0)return new rn(Fg);t+=r*a,o+=a}else if(l!==c)return new rn(ui("[[FUNCTION_NAME]] expects number values."))}else{const e=Sn(i,this.locale),s=E(n)?n?.[0][0].value:Sn(n,this.locale);if("number"==typeof s){if(s<0)return new rn(Fg);t+=e*s,o+=s}}}return 0===o?new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):{value:t/o,format:mn(e[0])}}},Pg={description:ui("Numerical average value in a dataset."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the average value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the average value."))],compute:function(...e){let t=0;const o=Ln(e,((e,o)=>(t+=1,e+o)),0,this.locale);return 0===t?new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):{value:o/t,format:mn(e[0])}},isExported:!0},Mg={description:ui("Average of values depending on criteria."),args:[Id("criteria_range (number, range<number>)",ui("The range to check against criterion.")),Id("criterion (string)",ui("The pattern or test to apply to criteria_range.")),Id("average_range (number, range<number>, default=criteria_range)",ui("The range to average. If not included, criteria_range is used for the average instead."))],compute:function(e,t,o){const s=Kn(void 0===o?e:o);let i=0,n=0;return qn([e,t],((e,t)=>{const o=s[e]?.[t]?.value;"number"==typeof o&&(i+=1,n+=o)}),this.locale),0===i?new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):n/i},isExported:!0},Ng={description:ui("Average of values depending on multiple criteria."),args:[Id("average_range (range)",ui("The range to average.")),Id("criteria_range1 (range)",ui("The range to check against criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1.")),Id("criteria_range2 (any, range, repeating)",ui("Additional criteria_range and criterion to check.")),Id("criterion2 (string, repeating)",ui("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){const o=Kn(e);let s=0,i=0;return qn(t,((e,t)=>{const n=o[e]?.[t]?.value;"number"==typeof n&&(s+=1,i+=n)}),this.locale),0===s?new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):i/s},isExported:!0},kg={description:ui("The number of numeric values in dataset."),args:[Id("value1 (number, any, range<number>)",ui("The first value or range to consider when counting.")),Id("value2 (number, any, range<number>, repeating)",ui("Additional values or ranges to consider when counting."))],compute:function(...e){return yc(e,this.locale)},isExported:!0},Lg={description:ui("The number of values in a dataset."),args:[Id("value1 (any, range)",ui("The first value or range to consider when counting.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges to consider when counting."))],compute:function(...e){return Ic(e)},isExported:!0},Vg={description:ui("The covariance of a dataset."),args:[Id("data_y (any, range)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (any, range)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){return Eg(e,t,!1)},isExported:!0},Ug={description:ui("The covariance of a dataset."),args:[Id("data_y (any, range)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (any, range)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){return Eg(e,t,!1)},isExported:!0},Hg={description:ui("The sample covariance of a dataset."),args:[Id("data_y (any, range)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (any, range)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){return Eg(e,t,!0)},isExported:!0},zg={description:ui("Calculates the expected y-value for a specified x based on a linear regression of a dataset."),args:[Id("x (number, range<number>)",ui("The value(s) on the x-axis to forecast.")),Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t,o){const{flatDataX:s,flatDataY:i}=xg(t,o);return 0===s.length||0===i.length?new hn(er):Oc([i],[s],Un(Kn(e),(e=>Sn(e,this.locale))),!0)},isExported:!0},Bg={description:ui("Fits points to exponential growth trend."),args:[Id("known_data_y (range<number>)",ui("The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.")),Id("known_data_x (range<number>, default={1;2;3;...})",ui("The values of the independent variable(s) corresponding with known_data_y.")),Id("new_data_x (any, range, default=known_data_x)",ui("The data points to return the y values for on the ideal curve fit.")),Id("b (boolean, default=TRUE)",ui("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."),Sg)],compute:function(e,t=[[]],o=[[]],s={value:!0}){return 0===e.length||0===e[0].length?new rn(tr("known_data_y")):_c(Oc(Fc(yn(e,"known_data_y")),yn(t,"known_data_x"),yn(o,"new_data_y"),An(s)))}},$g={description:ui("Compute the intercept of the linear regression."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=xg(e,t);if(0===o.length||0===s.length)return new hn(er);const[[],[i]]=Rc([o],[s]);return i},isExported:!0},Gg={description:ui("Nth largest element from a data set."),args:[Id("data (any, range)",ui("Array or range containing the dataset to consider.")),Id("n (number)",ui("The rank from largest to smallest of the element to return."))],compute:function(e,t){const o=Math.trunc(Sn(t?.value,this.locale)),s=[];let i,n=0;On([e],(e=>{"number"==typeof e?.value&&(i=Zn(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 rn(er):n<o?new rn(ui("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)):r},isExported:!0},Wg={description:ui("Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>, default={1;2;3;...})",ui("The range representing the array or matrix of independent data.")),Id("calculate_b (boolean, default=TRUE)",ui("A flag specifying whether to compute the slope or not"),Sg),Id("verbose (boolean, default=FALSE)",ui("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"),Cg)],compute:function(e,t=[[]],o={value:!0},s={value:!1}){return 0===e.length||0===e[0].length?new rn(tr("data_y")):Rc(yn(t,"data_x"),yn(e,"data_y"),An(o),An(s))},isExported:!0},qg={description:ui("Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>, optional, default={1;2;3;...})",ui("The range representing the array or matrix of independent data.")),Id("calculate_b (boolean, default=TRUE)",ui("A flag specifying whether to compute the slope or not"),Sg),Id("verbose (boolean, default=FALSE)",ui("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"),Cg)],compute:function(e,t=[[]],o={value:!0},s={value:!1}){if(0===e.length||0===e[0].length)return new rn(tr("data_y"));const i=Rc(yn(t,"data_x"),Fc(yn(e,"data_y")),An(o),An(s));for(let e=0;e<i.length;e++)i[e][0]=Math.exp(i[e][0]);return i},isExported:!0},Zg={description:ui("Compute the Matthews correlation coefficient of a dataset."),args:[Id("data_x (range)",ui("The range representing the array or matrix of observed data.")),Id("data_y (range)",ui("The range representing the array or matrix of predicted data."))],compute:function(e,t){const o=e.flat(),s=t.flat();if(Sc(o,s),0===o.length||0===s.length)return new hn(er);const i=o.length;let n=0,r=0,a=0,l=0;for(let e=0;e<i;++e){const t=An(o[e]);t===An(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},jg={description:ui("Maximum value in a numeric dataset."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the maximum value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the maximum value."))],compute:function(...e){return wc(e,this.locale)},isExported:!0},Yg={description:ui("Maximum numeric value in a dataset."),args:[Id("value1 (any, range)",ui("The first value or range to consider when calculating the maximum value.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges to consider when calculating the maximum value."))],compute:function(...e){const t=Ln(e,((e,t)=>Math.max(t,e)),-1/0,this.locale);return{value:t===-1/0?0:t,format:mn(e[0])}},isExported:!0},Xg={description:ui("Returns the maximum value in a range of cells, filtered by a set of criteria."),args:[Id("range (range)",ui("The range of cells from which the maximum will be determined.")),Id("criteria_range1 (range)",ui("The range of cells over which to evaluate criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Id("criteria_range2 (any, range, repeating)",ui("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.")),Id("criterion2 (string, repeating)",ui("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){let o=-1/0;return qn(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},Kg={description:ui("Median value in a numeric dataset."),args:[Id("value1 (any, range)",ui("The first value or range to consider when calculating the median value.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges to consider when calculating the median value."))],compute:function(...e){const t=[];return Pn(e,(e=>{t.push(e)}),this.locale),{value:Tg(t,{value:.5},!0,this.locale),format:mn(t[0])}},isExported:!0},Jg={description:ui("Minimum value in a numeric dataset."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the minimum value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the minimum value."))],compute:function(...e){return xc(e,this.locale)},isExported:!0},Qg={description:ui("Minimum numeric value in a dataset."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the minimum value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the minimum value."))],compute:function(...e){const t=Ln(e,((e,t)=>Math.min(t,e)),1/0,this.locale);return{value:t===1/0?0:t,format:mn(e[0])}},isExported:!0},ep={description:ui("Returns the minimum value in a range of cells, filtered by a set of criteria."),args:[Id("range (range)",ui("The range of cells from which the minimum will be determined.")),Id("criteria_range1 (range)",ui("The range of cells over which to evaluate criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Id("criteria_range2 (any, range, repeating)",ui("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.")),Id("criterion2 (string, repeating)",ui("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){let o=1/0;return qn(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 tp(e,t){const{flatDataX:o,flatDataY:s}=xg(e,t);if(0===o.length||0===s.length)return new hn(er);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 op={description:ui("Compute the Pearson product-moment correlation coefficient of a dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){return tp(e,t)},isExported:!0},sp=op,ip={description:ui("Value at a given percentile of a dataset."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("percentile (number)",ui("The percentile whose value within data will be calculated and returned."))],compute:function(e,t){return rp.compute.bind(this)(e,t)},isExported:!0},np={description:ui("Value at a given percentile of a dataset exclusive of 0 and 1."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("percentile (number)",ui("The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned."))],compute:function(e,t){return{value:Tg([e],t,!1,this.locale),format:mn(e)}},isExported:!0},rp={description:ui("Value at a given percentile of a dataset."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("percentile (number)",ui("The percentile whose value within data will be calculated and returned."))],compute:function(e,t){return{value:Tg([e],t,!0,this.locale),format:mn(e)}},isExported:!0},ap={description:ui("Compute the coefficients of polynomial regression of the dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data.")),Id("order (number)",ui("The order of the polynomial to fit the data, between 1 and 6."),yg),Id("intercept (boolean, default=TRUE)",ui("A flag specifying whether to compute the intercept or not."),Ig)],compute:function(e,t,o,s={value:!0}){const{flatDataX:i,flatDataY:n}=xg(e,t);return 0===i.length||0===n.length?new hn(er):Tc(n,i,Sn(o,this.locale),An(s))},isExported:!1},lp={description:ui("Predict value by computing a polynomial regression of the dataset."),args:[Id("x (number, range<number>)",ui("The value(s) on the x-axis to forecast.")),Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data.")),Id("order (number)",ui("The order of the polynomial to fit the data, between 1 and 6."),yg),Id("intercept (boolean, default=TRUE)",ui("A flag specifying whether to compute the intercept or not."),Ig)],compute:function(e,t,o,s,i={value:!0}){const n=Sn(s,this.locale),{flatDataX:r,flatDataY:a}=xg(t,o);if(0===r.length||0===a.length)return new hn(er);const l=Tc(a,r,n,An(i)).flat();return Un(Kn(e),(e=>Dc(l,Sn(e,this.locale),n)))},isExported:!1},cp={description:ui("Value nearest to a specific quartile of a dataset."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("quartile_number (number)",ui("Which quartile value to return."),wg)],compute:function(e,t){return dp.compute.bind(this)(e,t)},isExported:!0},hp={description:ui("Value nearest to a specific quartile of a dataset exclusive of 0 and 4."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("quartile_number (number)",ui("Which quartile value, exclusive of 0 and 4, to return."),[{value:1,label:ui("First quartile (25th percentile)")},{value:2,label:ui("Median value (50th percentile)")},{value:3,label:ui("Third quartile (75th percentile)")}])],compute:function(e,t){return{value:Tg([e],{value:.25*Math.trunc(Sn(t,this.locale))},!1,this.locale),format:mn(e)}},isExported:!0},dp={description:ui("Value nearest to a specific quartile of a dataset."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("quartile_number (number)",ui("Which quartile value to return."),wg)],compute:function(e,t){return{value:Tg([e],{value:.25*Math.trunc(Sn(t,this.locale))},!0,this.locale),format:mn(e)}},isExported:!0},up={description:ui("Returns the rank of a specified value in a dataset."),args:[Id("value (number)",ui("The value whose rank will be determined.")),Id("data (range)",ui("The range containing the dataset to consider.")),Id("is_ascending (boolean, default=FALSE)",ui("Whether to consider the values in data in descending or ascending order."),[{value:!1,label:ui("Descending")},{value:!0,label:ui("Ascending")}])],compute:function(e,t,o={value:!1}){const s=An(o),i=Sn(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=Sn(t,this.locale);e===i?r=!0:e>i!==s&&n++}return r?n:new hn(ui("Value not found in the given data."))},isExported:!0},gp={description:ui("Compute the square of r, the Pearson product-moment correlation coefficient of a dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const o=tp(e,t);if(o instanceof Error)throw o;return Math.pow(o,2)},isExported:!0},pp={description:ui("Compute the slope of the linear regression."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=xg(e,t);if(0===o.length||0===s.length)return new hn(er);const[[i]]=Rc([o],[s]);return i},isExported:!0},mp={description:ui("Nth smallest element in a data set."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("n (number)",ui("The rank from smallest to largest of the element to return."))],compute:function(e,t){const o=Math.trunc(Sn(t?.value,this.locale)),s=[];let i,n=0;On([e],(e=>{"number"==typeof e?.value&&(i=Zn(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 rn(er):n<o?new rn(ui("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)):r},isExported:!0},fp={description:ui("Compute the Spearman rank correlation coefficient of a dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=xg(t,e);if(0===o.length||0===s.length)return new hn(er);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},vp={description:ui("Standard deviation."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Ep.compute.bind(this)(...e))},isExported:!0},bp={description:ui("Standard deviation of entire population."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(Rp.compute.bind(this)(...e))},isExported:!0},Sp={description:ui("Standard deviation."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Tp.compute.bind(this)(...e))},isExported:!0},Cp={description:ui("Standard deviation of sample (text as 0)."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Ap.compute.bind(this)(...e))},isExported:!0},yp={description:ui("Standard deviation of entire population."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(Dp.compute.bind(this)(...e))},isExported:!0},Ip={description:ui("Standard deviation of entire population (text as 0)."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(_p.compute.bind(this)(...e))},isExported:!0},wp={description:ui("Calculates the standard error of the predicted y-value for each x in the regression of a dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=xg(e,t);if(0===o.length||0===s.length)return new hn(er);return Rc([o],[s],!0,!0)[1][2]},isExported:!0},xp={description:ui("Fits points to linear trend derived via least-squares."),args:[Id("known_data_y (number, range<number>)",ui("The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.")),Id("known_data_x (number, range<number>, optional, default={1;2;3;...})",ui("The values of the independent variable(s) corresponding with known_data_y.")),Id("new_data_x (number, range<number>, optional, default=known_data_x)",ui("The data points to return the y values for on the ideal curve fit.")),Id("b (boolean, optional, default=TRUE)",ui("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."),Sg)],compute:function(e,t=[[]],o=[[]],s={value:!0}){return 0===e.length||0===e[0].length?new rn(tr("known_data_y")):Oc(yn(e,"known_data_y"),yn(t,"known_data_x"),yn(o,"new_data_y"),An(s))}},Ep={description:ui("Variance."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Rg(e,!0,!1,this.locale)},isExported:!0},Rp={description:ui("Variance of entire population."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Rg(e,!1,!1,this.locale)},isExported:!0},Tp={description:ui("Variance."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Rg(e,!0,!1,this.locale)},isExported:!0},Ap={description:ui("Variance of sample (text as 0)."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Rg(e,!0,!0,this.locale)},isExported:!0},Dp={description:ui("Variance of entire population."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Rg(e,!1,!1,this.locale)},isExported:!0},_p={description:ui("Variance of entire population (text as 0)."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Rg(e,!1,!0,this.locale)},isExported:!0};var Fp=Object.freeze({__proto__:null,AVEDEV:Ag,AVERAGE:Dg,AVERAGEA:Pg,AVERAGEIF:Mg,AVERAGEIFS:Ng,AVERAGE_WEIGHTED:Og,CORREL:sp,COUNT:kg,COUNTA:Lg,COVAR:Vg,COVARIANCE_P:Ug,COVARIANCE_S:Hg,FORECAST:zg,GROWTH:Bg,INTERCEPT:$g,LARGE:Gg,LINEST:Wg,LOGEST:qg,MATTHEWS:Zg,MAX:jg,MAXA:Yg,MAXIFS:Xg,MEDIAN:Kg,MIN:Jg,MINA:Qg,MINIFS:ep,PEARSON:op,PERCENTILE:ip,PERCENTILE_EXC:np,PERCENTILE_INC:rp,POLYFIT_COEFFS:ap,POLYFIT_FORECAST:lp,QUARTILE:cp,QUARTILE_EXC:hp,QUARTILE_INC:dp,RANK:up,RSQ:gp,SLOPE:pp,SMALL:mp,SPEARMAN:fp,STDEV:vp,STDEVA:Cp,STDEVP:yp,STDEVPA:Ip,STDEV_P:bp,STDEV_S:Sp,STEYX:wp,TREND:xp,VAR:Ep,VARA:Ap,VARP:Dp,VARPA:_p,VAR_P:Rp,VAR_S:Tp});function Op(e,t,o,s){const i=new Map,n=e.length;for(let t=n-1;t>=0;t--)i.set(En(e[t][0]).toUpperCase(),t);const r=t?.value;if("number"!=typeof r&&"string"!=typeof r)throw new rn(ui("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 rn(ui("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=En(t).toUpperCase();if(a=i.get(e)??-1,-1===a)throw new rn(ui("The field (%s) must be one of %s.",En(t),[...i.keys()].toString()))}const l=o[0].length;if(l<2)throw new rn(ui("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=En(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}qn(n,((e,t)=>{c.add(t)}),s,!0)}}const d=e[a];return[...c].map((e=>d[e+1]))}const Pp=[Id("database (range)",ui("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.")),Id("field (number, string)",ui("Indicates which column in database contains the values to be extracted and operated on.")),Id("criteria (range)",ui("An array or range containing zero or more criteria to filter the database values by before operating."))],Mp={description:ui("Average of a set of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Dg.compute.bind(this)([s])},isExported:!0},Np={description:ui("Counts values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return kg.compute.bind(this)([s])},isExported:!0},kp={description:ui("Counts values and text from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Lg.compute.bind(this)([s])},isExported:!0},Lp={description:ui("Single value from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return 1!==s.length?new rn(ui("More than one match found in DGET evaluation.")):s[0]},isExported:!0},Vp={description:ui("Maximum of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return jg.compute.bind(this)([s])},isExported:!0},Up={description:ui("Minimum of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Jg.compute.bind(this)([s])},isExported:!0},Hp={description:ui("Product of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Zu.compute.bind(this)([s])},isExported:!0},zp={description:ui("Standard deviation of population sample from table."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return vp.compute.bind(this)([s])},isExported:!0},Bp={description:ui("Standard deviation of entire population from table."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return yp.compute.bind(this)([s])},isExported:!0},$p={description:ui("Sum of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return hg.compute.bind(this)([s])},isExported:!0},Gp={description:ui("Variance of population sample from table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Ep.compute.bind(this)([s])},isExported:!0},Wp={description:ui("Variance of a population from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Dp.compute.bind(this)([s])},isExported:!0};var qp=Object.freeze({__proto__:null,DAVERAGE:Mp,DCOUNT:Np,DCOUNTA:kp,DGET:Lp,DMAX:Vp,DMIN:Up,DPRODUCT:Hp,DSTDEV:zp,DSTDEVP:Bp,DSUM:$p,DVAR:Gp,DVARP:Wp});const Zp=ui("The cashflow_amounts and cashflow_dates ranges must have the same dimensions."),jp=ui("There must be both positive and negative values in cashflow_amounts."),Yp=e=>ui("The cost (%s) must be positive or null.",e),Xp=e=>ui("The frequency (%s) must be one of %s",e,[1,2,4].toString()),Kp=e=>ui("The day_count_convention (%s) must be between 0 and 4 inclusive.",e),Jp=e=>ui("The depreciation factor (%s) must be strictly positive.",e),Qp=e=>ui("The discount (%s) must be strictly positive.",e),em=e=>ui("The discount (%s) must be smaller than 1.",e),tm=e=>ui("All the dates should be greater or equal to the first date in cashflow_dates (%s).",e),om=(e,t)=>ui("The first_period (%(first)s) must be smaller or equal to the last_period (%(last)s).",{first:e,last:t}),sm=e=>ui("The first_period (%s) must be strictly positive.",e),im=e=>ui("The investment (%s) must be strictly positive.",e),nm=(e,t)=>ui("The last_period (%(last)s) must be smaller or equal to the number_of_periods (%(nPeriods)s).",{last:e,nPeriods:t}),rm=e=>ui("The last_period (%s) must be strictly positive.",e),am=e=>ui("The life (%s) must be strictly positive.",e),lm=(e,t)=>ui("The maturity (%(maturity)s) must be strictly greater than the settlement (%(settlement)s).",{maturity:t,settlement:e}),cm=e=>ui("The number_of_periods (%s) must be strictly positive.",e),hm=e=>ui("The period must be between 1 and number_of_periods (%s)",e),dm=e=>ui("The periods_by_year (%s) must be strictly positive.",e),um=(e,t)=>ui("The period (%(period)s) must be less than or equal life (%(life)s).",{period:e,life:t}),gm=e=>ui("The period (%s) must be strictly positive.",e),pm=e=>ui("The present_value (%s) must be strictly positive.",e),mm=e=>ui("The price (%s) must be strictly positive.",e),fm=e=>ui("The rate_guess (%s) must be strictly greater than -1.",e),vm=e=>ui("The rate (%s) must be positive or null.",e),bm=e=>ui("The rate (%s) must be strictly positive.",e),Sm=e=>ui("The redemption (%s) must be strictly positive.",e),Cm=e=>ui("The salvage (%s) must be positive or null.",e),ym=(e,t)=>ui("The settlement date (%(settlement)s) must at most one year after the maturity date (%(maturity)s).",{settlement:e,maturity:t}),Im=e=>ui("The unit (%s) must be strictly positive.",e),wm=e=>ui("The yield (%s) must be positive or null.",e);function xm(e){return e.some((e=>e>0))&&e.some((e=>e<0))}function Em(e){return![0,1,2,3,4].includes(e)}function Rm(e){return![1,2,4].includes(e)}function Tm(e,t,o){const s=Dn(e,o),i=Dn(t,o),n=Dn(e,o);return n.setFullYear(s.getFullYear()+1),i.getTime()<=n.getTime()}const Am=[{value:0,label:ui("US (NASD) 30/360")},{value:1,label:ui("Actual/Actual")},{value:2,label:ui("Actual/360")},{value:3,label:ui("Actual/365")},{value:4,label:ui("European 30/360")}];var Dm;!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"}(Dm||(Dm={}));const _m={description:ui("Converts year/month/day into a date."),args:[Id("year (number)",ui("The year component of the date.")),Id("month (number)",ui("The month component of the date.")),Id("day (number)",ui("The day component of the date."))],compute:function(e,t,o){let s=Math.trunc(Sn(e,this.locale));const i=Math.trunc(Sn(t,this.locale)),n=Math.trunc(Sn(o,this.locale));if(s<0||s>9999)return new rn(ui("The year (%s) must be between 0 and 9999 inclusive.",s.toString()));s<1900&&(s+=1900);const r=Hi(new Ii(s,i-1,n));return r<0?new rn(ui("The function [[FUNCTION_NAME]] result must be greater than or equal 01/01/1900.")):{value:r,format:this.locale.dateFormat}},isExported:!0},Fm={description:ui("Calculates the number of days, months, or years between two dates."),args:[Id("start_date (date)",ui("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.")),Id("end_date (date)",ui("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.")),Id("unit (string)",ui("A text abbreviation for unit of time."),[{value:"Y",label:ui("The number of whole years between start_date and end_date")},{value:"M",label:ui("The number of whole months between start_date and end_date")},{value:"D",label:ui("The number of days between start_date and end_date")},{value:"MD",label:ui("The number of days between start_date and end_date after subtracting whole months")},{value:"YM",label:ui("The number of whole months between start_date and end_date after subtracting whole years")},{value:"YD",label:ui("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=En(o).toUpperCase();if(!Object.values(Dm).includes(s))return new rn(((e,t)=>{const o=e.map((e=>`'${e}'`)).join(", ");return ui("The function [[FUNCTION_NAME]] has an argument with value '%s'. It should be one of: %s.",t,o)})(Object.values(Dm),En(o)));const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Ui(i),a=Ui(n);if(n<i)return new rn(ui("start_date (%s) should be on or before end_date (%s).",r.toLocaleDateString(),a.toLocaleDateString()));switch(s){case Dm.WHOLE_YEARS:return Yi(r,a);case Dm.WHOLE_MONTHS:return Zi(r,a);case Dm.WHOLE_DAYS:return ji(r,a);case Dm.MONTH_WITHOUT_WHOLE_YEARS:return Zi(r,a)-12*Yi(r,a);case Dm.DAYS_WITHOUT_WHOLE_MONTHS:let e=a.getDate()-r.getDate();if(e<0){e=Bi(new Ii(a.getFullYear(),a.getMonth()-1,1))-Math.abs(e)}return e;case Dm.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR:{if(function(e,t){return qi(e,t,1)<1}(i,n))return ji(r,a);const e=new Ii(r.getFullYear(),a.getMonth(),a.getDate());let t=ji(r,e);return t<0&&(e.setFullYear(r.getFullYear()+1),t=ji(r,e)),t}}},isExported:!0},Om={description:ui("Converts a date string to a date value."),args:[Id("date_string (string)",ui("The string representing the date."))],compute:function(e){const t=En(e),o=Vi(t,this.locale);return null===o?new rn(ui("The date_string (%s) cannot be parsed to date/time.",t.toString())):Math.trunc(o.value)},isExported:!0},Pm={description:ui("Day of the month that a specific date falls on."),args:[Id("date (string)",ui("The date from which to extract the day."))],compute:function(e){return Dn(e,this.locale).getDate()},isExported:!0},Mm={description:ui("Number of days between two dates."),args:[Id("end_date (date)",ui("The end of the date range.")),Id("start_date (date)",ui("The start of the date range."))],compute:function(e,t){const o=Dn(e,this.locale),s=Dn(t,this.locale),i=o.getTime()-s.getTime();return Math.round(i/xi)},isExported:!0},Nm={description:ui("Number of days between two dates on a 360-day year (months of 30 days)."),args:[Id("start_date (date)",ui("The start date to consider in the calculation.")),Id("end_date (date)",ui("The end date to consider in the calculation.")),Id("method (boolean, default=false)",ui("An indicator of what day count method to use."),[{value:!1,label:ui("U.S. NASD method (default)")},{value:!0,label:ui("European method")}])],compute:function(e,t,o={value:false}){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=qi(s,i,An(o)?4:0);return Math.sign(i-s)*Math.round(360*n)},isExported:!0},km={description:ui("Date a number of months before/after another date."),args:[Id("start_date (date)",ui("The date from which to calculate the result.")),Id("months (number)",ui("The number of months before (negative) or after (positive) 'start_date' to calculate."))],compute:function(e,t){return{value:Hi(Gi(Dn(e,this.locale),Math.trunc(Sn(t,this.locale)),!1)),format:this.locale.dateFormat}},isExported:!0},Lm={description:ui("Last day of a month before or after a date."),args:[Id("start_date (date)",ui("The date from which to calculate the result.")),Id("months (number)",ui("The number of months before (negative) or after (positive) 'start_date' to consider."))],compute:function(e,t){const o=Dn(e,this.locale),s=Math.trunc(Sn(t,this.locale)),i=o.getFullYear(),n=o.getMonth();return{value:Hi(new Ii(i,n+s+1,0)),format:this.locale.dateFormat}},isExported:!0},Vm={description:ui("Hour component of a specific time."),args:[Id("time (date)",ui("The time from which to calculate the hour component."))],compute:function(e){return Dn(e,this.locale).getHours()},isExported:!0},Um={description:ui("ISO week number of the year."),args:[Id("date (date)",ui("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=Dn(e,this.locale),o=t.getFullYear();let s=1;for(;4!==new Ii(o,0,s).getDay();)s+=1;const i=new Ii(o,0,s-3);let n=31;for(;4!==new Ii(o,11,n).getDay();)n-=1;const r=new Ii(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 Ii(o,11,n+3+1);break;case-1:let e=1;for(;4!==new Ii(o-1,0,e).getDay();)e+=1;l=new Ii(o-1,0,e-3)}const c=(t.getTime()-l.getTime())/xi;return Math.floor(c/7)+1},isExported:!0},Hm={description:ui("Minute component of a specific time."),args:[Id("time (date)",ui("The time from which to calculate the minute component."))],compute:function(e){return Dn(e,this.locale).getMinutes()},isExported:!0},zm={description:ui("Month of the year a specific date falls in"),args:[Id("date (date)",ui("The date from which to extract the month."))],compute:function(e){return Dn(e,this.locale).getMonth()+1},isExported:!0},Bm={description:ui("Net working days between two provided days."),args:[Id("start_date (date)",ui("The start date of the period from which to calculate the number of net working days.")),Id("end_date (date)",ui("The end date of the period from which to calculate the number of net working days.")),Id("holidays (date, range<date>, optional)",ui("A range or array constant containing the date serial numbers to consider holidays."))],compute:function(e,t,o){return Wm.compute.bind(this)(e,t,{value:1},o)},isExported:!0};function $m(e){const t=e?.value;if("string"==typeof t){rc(7===t.length&&[...t].every((e=>"0"===e||"1"===e)),ui('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 rc(1<=t&&t<=7||11<=t&&t<=17,ui("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 rn(ui("The weekend must be a number or a string."))}const Gm=[{value:1,label:ui("Saturday/Sunday are weekends")},{value:2,label:ui("Sunday/Monday are weekends")},{value:3,label:ui("Monday/Tuesday are weekends")},{value:4,label:ui("Tuesday/Wednesday are weekends")},{value:5,label:ui("Wednesday/Thursday are weekends")},{value:6,label:ui("Thursday/Friday are weekends")},{value:7,label:ui("Friday/Saturday are weekends")},{value:11,label:ui("Sunday is the only weekend")},{value:12,label:ui("Monday is the only weekend")},{value:13,label:ui("Tuesday is the only weekend")},{value:14,label:ui("Wednesday is the only weekend")},{value:15,label:ui("Thursday is the only weekend")},{value:16,label:ui("Friday is the only weekend")},{value:17,label:ui("Saturday is the only weekend")}],Wm={description:ui("Net working days between two dates (specifying weekends)."),args:[Id("start_date (date)",ui("The start date of the period from which to calculate the number of net working days.")),Id("end_date (date)",ui("The end date of the period from which to calculate the number of net working days.")),Id("weekend (any, default=1)",ui("A number or string representing which days of the week are considered weekends."),Gm),Id("holidays (date, range<date>, optional)",ui("A range or array constant containing the dates to consider as holidays."))],compute:function(e,t,o={value:1},s){const i=Dn(e,this.locale),n=Dn(t,this.locale),r=$m(o),a=new Set;void 0!==s&&On([s],(e=>{const t=Dn(e,this.locale);a.add(t.getTime())}));const l=i.getTime()>n.getTime(),c=Ii.fromTimestamp((l?i:n).getTime()),h=Ii.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},qm={description:ui("Current date and time as a date value."),args:[],compute:function(){const e=Ii.now(),t=e.getTime()-wi.getTime(),o=e.getHours()/24+e.getMinutes()/1440+e.getSeconds()/86400;return{value:Math.floor(t/xi)+o,format:tc(this.locale)}},isExported:!0},Zm={description:ui("Minute component of a specific time."),args:[Id("time (date)",ui("The time from which to calculate the second component."))],compute:function(e){return Dn(e,this.locale).getSeconds()},isExported:!0},jm={description:ui("Converts hour/minute/second into a time."),args:[Id("hour (number)",ui("The hour component of the time.")),Id("minute (number)",ui("The minute component of the time.")),Id("second (number)",ui("The second component of the time."))],compute:function(e,t,o){let s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Math.trunc(Sn(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 rn(ui("The function [[FUNCTION_NAME]] result cannot be negative")):{value:s/24+i/1440+n/86400,format:this.locale.timeFormat}},isExported:!0},Ym={description:ui("Converts a time string into its serial number representation."),args:[Id("time_string (string)",ui("The string that holds the time representation."))],compute:function(e){const t=En(e),o=Vi(t,this.locale);if(null===o)return new rn(ui("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},Xm={description:ui("Current date as a date value."),args:[],compute:function(){const e=Ii.now();return{value:Hi(new Ii(e.getFullYear(),e.getMonth(),e.getDate())),format:this.locale.dateFormat}},isExported:!0},Km={description:ui("Day of the week of the date provided (as number)."),args:[Id("date (date)",ui("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.")),Id("type (number, default=1)",ui("A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1."),[{value:1,label:ui("Numbers 1 (Sunday) trough 7 (Saturday)")},{value:2,label:ui("Numbers 1 (Monday) trough 7 (Sunday)")},{value:3,label:ui("Numbers 0 (Monday) trough 6 (Sunday)")},{value:11,label:ui("Numbers 1 (Monday) trough 7 (Sunday)")},{value:12,label:ui("Numbers 1 (Tuesday) trough 7 (Monday)")},{value:13,label:ui("Numbers 1 (Wednesday) trough 7 (Tuesday)")},{value:14,label:ui("Numbers 1 (Thursday) trough 7 (Wednesday)")},{value:15,label:ui("Numbers 1 (Friday) trough 7 (Thursday)")},{value:16,label:ui("Numbers 1 (Saturday) trough 7 (Friday)")},{value:17,label:ui("Numbers 1 (Sunday) trough 7 (Saturday)")}])],compute:function(e,t={value:1}){const o=Dn(e,this.locale),s=Math.round(Sn(t,this.locale)),i=o.getDay();if(!(1<=s&&s<=3||11<=s&&s<=17))return new rn(ui("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},Jm={description:ui("Week number of the year."),args:[Id("date (date)",ui("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.")),Id("type (number, default=1)",ui("A number representing the day that a week starts on. Sunday = 1."),[{value:1,label:ui("Sunday")},{value:2,label:ui("Monday")},{value:11,label:ui("Monday")},{value:12,label:ui("Tuesday")},{value:13,label:ui("Wednesday")},{value:14,label:ui("Thursday")},{value:15,label:ui("Friday")},{value:16,label:ui("Saturday")},{value:17,label:ui("Sunday")},{value:21,label:ui("ISO week number (Monday as first day of the week)")}])],compute:function(e,t={value:1}){const o=Dn(e,this.locale),s=Math.round(Sn(t,this.locale));if(![1,2,11,12,13,14,15,16,17,21].includes(s))return new rn(ui("The type (%s) is out of range.",s.toString()));if(21===s)return Um.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 Ii(n,0,r);for(;a.getDay()!==i;)r+=1,a=new Ii(n,0,r);const l=(o.getTime()-a.getTime())/xi;return l<0?1:Math.floor(l/7)+(1===r?1:2)},isExported:!0},Qm={description:ui("Date after a number of workdays."),args:[Id("start_date (date)",ui("The date from which to begin counting.")),Id("num_days (number)",ui("The number of working days to advance from start_date. If negative, counts backwards.")),Id("holidays (date, range<date>, optional)",ui("A range or array constant containing the dates to consider holidays."))],compute:function(e,t,o={value:null}){return ef.compute.bind(this)(e,t,{value:1},o)},isExported:!0},ef={description:ui("Date after a number of workdays (specifying weekends)."),args:[Id("start_date (date)",ui("The date from which to begin counting.")),Id("num_days (number)",ui("The number of working days to advance from start_date. If negative, counts backwards.")),Id("weekend (any, default=1)",ui("A number or string representing which days of the week are considered weekends."),Gm),Id("holidays (date, range<date>, optional)",ui("A range or array constant containing the dates to consider holidays."))],compute:function(e,t,o={value:1},s){const i=Dn(e,this.locale),n=Math.trunc(Sn(t,this.locale));if("1111111"===o.value)return new rn(ui("The weekend must be different from '1111111'."));const r=$m(o),a=new Set;void 0!==s&&On([s],(e=>{const t=Dn(e,this.locale);a.add(t.getTime())}));const l=Ii.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/xi),format:this.locale.dateFormat}},isExported:!0},tf={description:ui("Year specified by a given date."),args:[Id("date (date)",ui("The date from which to extract the year."))],compute:function(e){return Dn(e,this.locale).getFullYear()},isExported:!0},of={description:ui("Exact number of years between two dates."),args:[Id("start_date (date)",ui("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.")),Id("end_date (date)",ui("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.")),Id("day_count_convention (number, default=0)",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o={value:0}){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Math.trunc(Sn(o,this.locale));return s<0?new rn(ui("The start_date (%s) must be positive or null.",s)):i<0?new rn(ui("The end_date (%s) must be positive or null.",i)):0>n||n>4?new rn(ui("The day_count_convention (%s) must be between 0 and 4 inclusive.",n)):qi(s,i,n)}},sf={description:ui("First day of the month preceding a date."),args:[Id("date (date)",ui("The date from which to calculate the result."))],compute:function(e){const t=Dn(e,this.locale),o=t.getFullYear(),s=t.getMonth();return{value:Hi(new Ii(o,s,1)),format:this.locale.dateFormat}}},nf={description:ui("Last day of the month following a date."),args:[Id("date (date)",ui("The date from which to calculate the result."))],compute:function(e){return Lm.compute.bind(this)(e,{value:0})}},rf={description:ui("Quarter of the year a specific date falls in"),args:[Id("date (date)",ui("The date from which to extract the quarter."))],compute:function(e){return Math.ceil((Dn(e,this.locale).getMonth()+1)/3)}},af={description:ui("First day of the quarter of the year a specific date falls in."),args:[Id("date (date)",ui("The date from which to calculate the start of quarter."))],compute:function(e){const t=rf.compute.bind(this)(e),o=tf.compute.bind(this)(e);return{value:Hi(new Ii(o,3*(t-1),1)),format:this.locale.dateFormat}}},lf={description:ui("Last day of the quarter of the year a specific date falls in."),args:[Id("date (date)",ui("The date from which to calculate the end of quarter."))],compute:function(e){const t=rf.compute.bind(this)(e),o=tf.compute.bind(this)(e);return{value:Hi(new Ii(o,3*t,0)),format:this.locale.dateFormat}}},cf={description:ui("First day of the year a specific date falls in."),args:[Id("date (date)",ui("The date from which to calculate the start of the year."))],compute:function(e){const t=tf.compute.bind(this)(e);return{value:Hi(new Ii(t,0,1)),format:this.locale.dateFormat}}},hf={description:ui("Last day of the year a specific date falls in."),args:[Id("date (date)",ui("The date from which to calculate the end of the year."))],compute:function(e){const t=tf.compute.bind(this)(e);return{value:Hi(new Ii(t+1,0,0)),format:this.locale.dateFormat}}};var df=Object.freeze({__proto__:null,DATE:_m,DATEDIF:Fm,DATEVALUE:Om,DAY:Pm,DAYS:Mm,DAYS360:Nm,EDATE:km,EOMONTH:Lm,HOUR:Vm,ISOWEEKNUM:Um,MINUTE:Hm,MONTH:zm,MONTH_END:nf,MONTH_START:sf,NETWORKDAYS:Bm,NETWORKDAYS_INTL:Wm,NOW:qm,QUARTER:rf,QUARTER_END:lf,QUARTER_START:af,SECOND:Zm,TIME:jm,TIMEVALUE:Ym,TODAY:Xm,WEEKDAY:Km,WEEKNUM:Jm,WORKDAY:Qm,WORKDAY_INTL:ef,YEAR:tf,YEARFRAC:of,YEAR_END:hf,YEAR_START:cf});const uf={description:ui("Compare two numeric values, returning 1 if they're equal."),args:[Id("number1 (number)",ui("The first number to compare.")),Id("number2 (number, default=0)",ui("The second number to compare."))],compute:function(e,t={value:0}){return Sn(e,this.locale)===Sn(t,this.locale)?1:0},isExported:!0};var gf=Object.freeze({__proto__:null,DELTA:uf});const pf=[r.number,r.error,r.text,r.boolean];function mf(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=pf.indexOf(e.type)-pf.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 ff(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 vf(e,t,o,s,i);const r=e.model.getters.getContiguousZone(t,s);Ko(r,s)?vf(e,t,o,s,i):e.askConfirmation(ui("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?"),(()=>vf(e,t,o,r,i)),(()=>vf(e,t,o,s,i)))}function vf(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(ui("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(ui("Cannot sort a zone with array formulas."))}}function bf(e,t,...o){for(let e=0;e<o.length;e++){const t=e%2==0?"sort_column":"is_ascending";rc(void 0!==o[e],ui("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(An(fc(o[r+1])?.value)?"asc":"desc");const a=o[r];if(E(a)&&(a.length>1||a[0].length>1))rc(1===a.length&&a[0].length===n,ui("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=Sn(fc(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:mf("desc"),asc:mf("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 Sf={description:ui("Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions."),args:[Id("range (any, range<any>)",ui("The data to be filtered.")),Id("condition1 (boolean, range<boolean>)",ui("A column or row containing true or false values corresponding to the first column or row of range.")),Id("condition2 (boolean, range<boolean>, repeating)",ui("Additional column or row containing true or false values."))],compute:function(e,...t){let o=Kn(e);const s=t.map((e=>Un(Kn(e),(e=>e.value))));for(const e of s)if(!lc(e))return new rn(ui("The arguments condition must be a single column or row."));if(!cc(...t))return new rn(ui("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?Hn(o):o,i.some((e=>e.length!==o.length)))return new rn(ui("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?Hn(r):r:new hn(ui("No match found in FILTER evaluation"))},isExported:!1},Cf={description:ui("Sorts the rows of a given array or range by the values in one or more columns."),args:[Id("range (range)",ui("The data to be sorted.")),Id("sort_column (any, range<number>, repeating)",ui("The index of the column in range or a range outside of range containing the values by which to sort.")),Id("is_ascending (boolean, repeating)",ui("TRUE or FALSE indicating whether to sort sort_column in ascending order."),[{value:!0,label:ui("Ascending")},{value:!1,label:ui("Descending")}])],compute:function(e,...t){const o=Hn(e);return Hn(bf(o,this.locale,...t))},isExported:!0},yf={description:ui("Returns the first n items in a data set after performing a sort."),args:[Id("range (range)",ui("The data to be sorted.")),Id("n (number)",ui("The number of items to return.")),Id("display_ties_mode (number, default=0)",ui("A number representing the way to display ties.")),Id("sort_column (number, range<number>, repeating)",ui("The index of the column in range or a range outside of range containing the values by which to sort.")),Id("is_ascending (boolean, repeating)",ui("TRUE or FALSE indicating whether to sort sort_column in ascending order."),[{value:!0,label:ui("Ascending")},{value:!1,label:ui("Descending")}])],compute:function(e,t,...o){const s=Sn(t?.value??1,this.locale),i=o.length%2==0?0:Sn(o[0]?.value,this.locale),n=o.length%2==0?o:o.slice(1);if(s<0)return new rn(ui("Wrong value of 'n'. Expected a positive number. Got %s.",s));if(i<0||i>3)return new rn(ui("Wrong value of 'display_ties_mode'. Expected a positive number between 0 and 3. Got %s.",i));const r=bf(Hn(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 Hn(r.slice(0,s));case 1:for(let e=s;e<r.length;e++)if(!a(e,s-1))return Hn(r.slice(0,e));return Hn(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 Hn(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 Hn(e)}}},isExported:!1},If={description:ui("Unique rows in the provided source range."),args:[Id("range (any, range<any>)",ui("The data to filter by unique entries.")),Id("by_column (boolean, default=FALSE)",ui("Whether to filter the data by columns or by rows."),[{value:!0,label:ui("Return unique columns")},{value:!1,label:ui("Return unique rows")}]),Id("exactly_once (boolean, default=FALSE)",ui("Whether to return only entries with no duplicates."),[{value:!0,label:ui("Return items that appear exactly once")},{value:!1,label:ui("Return every distinct item")}])],compute:function(e={value:""},t,o){if(!E(e))return[[e]];const s=An(t?.value)||!1,i=An(o?.value)||!1;s||(e=Hn(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:Hn(r):new rn(ui("No unique values found"))},isExported:!0};var wf=Object.freeze({__proto__:null,FILTER:Sf,SORT:Cf,SORTN:yf,UNIQUE:If});const xf=[{value:1,label:ui("Annual")},{value:2,label:ui("Semi-annual")},{value:4,label:ui("Quarterly")}],Ef=[{value:0,label:ui("End of period (default)")},{value:1,label:ui("Beginning of period")}],Rf=[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)];function Tf(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)?(rc(u<s&&void 0!==n,ui("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,rc(u<s,ui("Function [[FUNCTION_NAME]] didn't find any result.")),u++)}while(!d);return h}const Af={description:ui("Accrued interest of security paying at maturity."),args:[Id("issue (date)",ui("The date the security was initially issued.")),Id("maturity (date)",ui("The maturity date of the security.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(s,this.locale),l=Sn(o,this.locale),c=Math.trunc(Sn(i,this.locale));if(n<0)return new rn((e=>ui("The issue (%s) must be positive or null.",e))(n));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(Sm(a));if(l<=0)return new rn(bm(l));return a*l*qi(n,r,c)},isExported:!0},Df={description:ui("Depreciation for an accounting period."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("purchase_date (date)",ui("The date the asset was purchased.")),Id("first_period_end (date)",ui("The date the first period ended.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("period (number)",ui("The single period within life for which to calculate depreciation.")),Id("rate (number)",ui("The deprecation rate.")),Id("day_count_convention (number, optional)",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Sn(e,this.locale),l=Math.trunc(Sn(t,this.locale)),c=Math.trunc(Sn(o,this.locale)),h=Sn(s,this.locale),d=Sn(i,this.locale),u=Sn(n,this.locale),g=Math.trunc(Sn(r,this.locale));if(a<=0)return new rn((e=>ui("The cost (%s) must be strictly positive.",e))(a));if(l<0)return new rn((e=>ui("The purchase_date (%s) must be positive or null.",e))(l));if(h<0)return new rn(Cm(h));if(h>a)return new rn(((e,t)=>ui("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 rn((e=>ui("The period (%s) must be positive or null.",e))(d));if(u<=0)return new rn(bm(u));if(Em(g))return new rn(Kp(g));if(l>c)return new rn(((e,t)=>ui("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=qi(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},_f={description:ui("Days in coupon period containing settlement date."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));if(1===a){const i=Nf.compute.bind(this)(e,t,o,s).value;return Sn(Pf.compute.bind(this)(e,t,o,s).value,this.locale)-Sn(i,this.locale)}return(3===a?365:360)/r},isExported:!0},Ff={description:ui("Days from settlement until next coupon."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));const l=Sn(Nf.compute.bind(this)(e,t,o,s).value,this.locale);if([1,2,3].includes(a))return i-l;if(4===a){const e=qi(l,i,a);return Math.round(360*e)}const c=Dn(i,this.locale),h=Dn(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&&$i(h)&&$i(c)&&(f=30),31!==f||30!==m&&31!==m||(f=30),2===g&&$i(h)&&(m=30),31===m&&(m=30),360*(u-d)+30*(p-g)+(f-m)},isExported:!0},Of={description:ui("Days from settlement until next coupon."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));const l=Sn(Pf.compute.bind(this)(e,t,o,s).value,this.locale);if([1,2,3].includes(a))return l-i;if(4===a){const e=qi(i,l,a);return Math.round(360*e)}const c=Ff.compute.bind(this)(e,t,o,s);return Sn(_f.compute.bind(this)(e,t,o,s),this.locale)-Sn(c,this.locale)},isExported:!0},Pf={description:ui("Next coupon date after the settlement date."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));const l=12/r,c=Mf.compute.bind(this)(e,t,o,s);return{value:Hi(Gi(Dn(n,this.locale),-(Sn(c,this.locale)-1)*l,!0)),format:this.locale.dateFormat}},isExported:!0},Mf={description:ui("Number of coupons between settlement and maturity."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));let l=1,c=n;const h=12/r;for(;c>i;)c=Hi(Gi(Dn(c,this.locale),-h,!1)),l++;return l-1},isExported:!0},Nf={description:ui("Last coupon date prior to or on the settlement date."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));const l=12/r,c=Mf.compute.bind(this)(e,t,o,s);return{value:Hi(Gi(Dn(n,this.locale),-c*l,!0)),format:this.locale.dateFormat}},isExported:!0},kf={description:ui("Cumulative interest paid over a set of periods."),args:[Id("rate (number)",ui("The interest rate.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("first_period (number)",ui("The number of the payment period to begin the cumulative calculation.")),Id("last_period (number)",ui("The number of the payment period to end the cumulative calculation.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s,i,n={value:0}){const r=Sn(s,this.locale),a=Sn(i,this.locale),l=Sn(e,this.locale),c=Sn(o,this.locale),h=Sn(t,this.locale),d=An(n)?1:0;if(h<=0)return new rn(cm(h));if(r<=0)return new rn(sm(r));if(a<=0)return new rn(rm(a));if(r>a)return new rn(om(r,a));if(a>h)return new rn(nm(a,h));if(l<=0)return new rn(bm(l));if(c<=0)return new rn(pm(c));let u=0;for(let e=r;e<=a;e++)u+=Xf(l,e,h,c,0,d);return u},isExported:!0},Lf={description:ui("Cumulative principal paid over a set of periods."),args:[Id("rate (number)",ui("The interest rate.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("first_period (number)",ui("The number of the payment period to begin the cumulative calculation.")),Id("last_period (number)",ui("The number of the payment period to end the cumulative calculation.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s,i,n={value:0}){const r=Sn(s,this.locale),a=Sn(i,this.locale),l=Sn(e,this.locale),c=Sn(o,this.locale),h=Sn(t,this.locale),d=An(n)?1:0;if(h<=0)return new rn(cm(h));if(r<=0)return new rn(sm(r));if(a<=0)return new rn(rm(a));if(r>a)return new rn(om(r,a));if(a>h)return new rn(nm(a,h));if(l<=0)return new rn(bm(l));if(c<=0)return new rn(pm(c));let u=0;for(let e=r;e<=a;e++)u+=cv(l,e,h,c,0,d);return u},isExported:!0},Vf={description:ui("Depreciation via declining balance method."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated.")),Id("period (number)",ui("The single period within life for which to calculate depreciation.")),Id("month (number, optional)",ui("The number of months in the first year of depreciation."))],compute:function(e,t,o,s,...i){const n=Sn(e,this.locale),r=Sn(t,this.locale),a=Sn(o,this.locale),l=Math.trunc(Sn(s,this.locale)),c=i.length?Math.trunc(Sn(i[0],this.locale)):12,h=a+(12===c?0:1);if(n<0)return new rn(Yp(n));if(r<0)return new rn(Cm(r));if(l<=0)return new rn(gm(l));if(a<=0)return new rn(am(a));if(1>c||c>12)return new rn(ui("The month (%s) must be between 1 and 12 inclusive.",c));if(l>h)return new rn(((e,t)=>ui("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},Uf="#,##0.00",Hf={description:ui("Depreciation via double-declining balance method."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated.")),Id("period (number)",ui("The single period within life for which to calculate depreciation.")),Id("factor (number, default=2)",ui("The factor by which depreciation decreases."))],compute:function(e,t,o,s,i={value:2}){const n=Sn(e,this.locale),r=Sn(t,this.locale),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Sn(i,this.locale);if(n<0)return new rn(Yp(n));if(r<0)return new rn(Cm(r));if(l<=0)return new rn(gm(l));if(a<=0)return new rn(am(a));if(l>a)return new rn(um(l,a));if(c<=0)return new rn(Jp(c));if(0===n||r>=n)return{value:0,format:Uf};const h=c/a;if(h>1)return{value:1===l?n-r:0,format:Uf};if(l<=1)return{value:n*h,format:Uf};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:Uf}},isExported:!0},zf={description:ui("Discount rate of a security based on price."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("price (number)",ui("The price at which the security is bought per 100 face value.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(mm(a));if(l<=0)return new rn(Sm(l));return(l-a)/l/qi(n,r,c)},isExported:!0},Bf={description:ui("Convert a decimal fraction to decimal value."),args:[Id("fractional_price (number)",ui("The price quotation given using fractional decimal conventions.")),Id("unit (number)",ui("The units of the fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],compute:function(e,t){const o=Sn(e,this.locale),s=Math.trunc(Sn(t,this.locale));if(s<=0)return new rn(Im(s));const i=Math.trunc(o);return i+(o-i)*(10**Math.ceil(Math.log10(s))/s)},isExported:!0},$f={description:ui("Convert a decimal value to decimal fraction."),args:[Id("decimal_price (number)",ui("The price quotation given as a decimal value.")),Id("unit (number)",ui("The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],compute:function(e,t){const o=Sn(e,this.locale),s=Math.trunc(Sn(t,this.locale));if(s<=0)return new rn(Im(s));const i=Math.trunc(o);return i+(o-i)*(s/10**Math.ceil(Math.log10(s)))},isExported:!0},Gf={description:ui("Number of periods for an investment to reach a value."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("yield (number)",ui("The expected annual yield of the security.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n={value:0}){const r=Math.trunc(Sn(e,this.locale)),a=Math.trunc(Sn(t,this.locale)),l=Sn(o,this.locale),c=Sn(s,this.locale),h=Math.trunc(Sn(i,this.locale)),d=Math.trunc(Sn(n,this.locale));if(r>=a)return new rn(lm(r,a));if(Rm(h))return new rn(Xp(h));if(Em(d))return new rn(Kp(d));if(l<0)return new rn(vm(l));if(c<0)return new rn(wm(c));const u=qi(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},Wf={description:ui("Annual effective interest rate."),args:[Id("nominal_rate (number)",ui("The nominal interest rate per year.")),Id("periods_per_year (number)",ui("The number of compounding periods per year."))],compute:function(e,t){const o=Sn(e,this.locale),s=Math.trunc(Sn(t,this.locale));return o<=0?new rn(ui("The nominal_rate (%s) must be strictly positive.",o)):s<=0?new rn(dm(s)):Math.pow(1+o/s,s)-1},isExported:!0};function qf(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 Zf={description:ui("Future value of an annuity investment."),args:[Id("rate (number)",ui("The interest rate.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("payment_amount (number)",ui("The amount per period to be paid.")),Id("present_value (number, default=0)",ui("The current value of the annuity.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;return{value:qf(Sn(e,this.locale),Sn(t,this.locale),Sn(o,this.locale),Sn(s,this.locale),An(i)?1:0),format:"#,##0.00"}},isExported:!0},jf={description:ui("Future value of principal from series of rates."),args:[Id("principal (number)",ui("The amount of initial capital or value to compound against.")),Id("rate_schedule (number, range<number>)",ui("A series of interest rates to compound against the principal."))],compute:function(e,t){return Nn([t],((e,t)=>e*(1+Sn(t,this.locale))),Sn(e,this.locale))},isExported:!0},Yf={description:ui("Calculates effective interest rate."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("investment (number)",ui("The amount invested in the security.")),Id("redemption (number)",ui("The amount to be received at maturity.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(s,this.locale),l=Sn(o,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(l<=0)return new rn(im(l));if(a<=0)return new rn(Sm(a));if(Em(c))return new rn(Kp(c));return(a-l)/l/qi(n,r,c)},isExported:!0};function Xf(e,t,o,s,i,n){return av(e,o,s,i,n)-cv(e,t,o,s,i,n)}const Kf={description:ui("Payment on the principal of an investment."),args:[Id("rate (number)",ui("The annualized rate of interest.")),Id("period (number)",ui("The amortization period, in terms of number of periods.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s,i={value:0},n={value:0}){return{value:Xf(Sn(e,this.locale),Sn(t,this.locale),Sn(o,this.locale),Sn(s,this.locale),Sn(i,this.locale),An(n)?1:0),format:"#,##0.00"}},isExported:!0},Jf={description:ui("Internal rate of return given periodic cashflows."),args:[Id("cashflow_amounts (number, range<number>)",ui("An array or range containing the income or payments associated with the investment.")),Id("rate_guess (number, default=0.1)",ui("An estimate for what the internal rate of return will be."))],compute:function(e,t={value:.1}){const o=Sn(t,this.locale);if(o<=-1)return new rn(fm(o));let s=!1,i=!1;const n=[];if(Pn([e],(({value:e})=>{e>0&&(s=!0),e<0&&(i=!0),n.push(e)}),this.locale),!s||!i)return new rn(jp);const r=n.shift();return{value:Tf((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},Qf={description:ui("Returns the interest paid at a particular period of an investment."),args:[Id("rate (number)",ui("The interest rate.")),Id("period (number)",ui("The period for which you want to view the interest payment.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity."))],compute:function(e,t,o,s){const i=Sn(e,this.locale),n=Sn(t,this.locale),r=Sn(o,this.locale),a=Sn(s,this.locale);if(0===r)return new rn(ui("The number_of_periods (%s) must be different from zero.",r));return-1*(a-a*(n/r))*i},isExported:!0},ev={description:ui("Modified Macaulay duration."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("yield (number)",ui("The expected annual yield of the security.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."))],compute:function(e,t,o,s,i,n={value:0}){const r=Gf.compute.bind(this)(e,t,o,s,i,n),a=Sn(s,this.locale),l=Math.trunc(Sn(i,this.locale));return Sn(r,this.locale)/(1+a/l)},isExported:!0},tv={description:ui("Modified internal rate of return."),args:[Id("cashflow_amounts (range<number>)",ui("A range containing the income or payments associated with the investment. The array should contain bot payments and incomes.")),Id("financing_rate (number)",ui("The interest rate paid on funds invested.")),Id("reinvestment_return_rate (number)",ui("The return (as a percentage) earned on reinvestment of income received from the investment."))],compute:function(e,t,o){const s=Sn(t,this.locale),i=Sn(o,this.locale),n=Hn(e).flat().filter((e=>null!==e.value)).map((e=>Sn(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 rn(jp);return(-a/l)**(1/(r-1))-1},isExported:!0},ov={description:ui("Annual nominal interest rate."),args:[Id("effective_rate (number)",ui("The effective interest rate per year.")),Id("periods_per_year (number)",ui("The number of compounding periods per year."))],compute:function(e,t){const o=Sn(e,this.locale),s=Math.trunc(Sn(t,this.locale));return o<=0?new rn(ui("The effective_rate (%s) must be strictly positive.",o)):s<=0?new rn(dm(s)):(Math.pow(o+1,1/s)-1)*s},isExported:!0},sv={description:ui("Number of payment periods for an investment."),args:[Id("rate (number)",ui("The interest rate.")),Id("payment_amount (number)",ui("The amount of each payment made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;const n=Sn(e,this.locale),r=Sn(t,this.locale),a=Sn(o,this.locale),l=Sn(s,this.locale),c=An(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 iv(e,t,o,s){let i=0;return kn(o,((t,o)=>(i++,t+o/(1+e)**i)),t,s)}const nv={description:ui("The net present value of an investment based on a series of periodic cash flows and a discount rate."),args:[Id("discount (number)",ui("The discount rate of the investment over one period.")),Id("cashflow1 (number, range<number>)",ui("The first future cash flow.")),Id("cashflow2 (number, range<number>, repeating)",ui("Additional future cash flows."))],compute:function(e,...t){const o=Sn(e,this.locale);return-1===o?new rn((e=>ui("The discount (%s) must be different from -1.",e))(o)):{value:iv(o,0,t,this.locale),format:"#,##0.00"}},isExported:!0},rv={description:ui("Computes the number of periods needed for an investment to reach a value."),args:[Id("rate (number)",ui("The rate at which the investment grows each period.")),Id("present_value (number)",ui("The investment's current value.")),Id("future_value (number)",ui("The investment's desired future value."))],compute:function(e,t,o){const s=Sn(e,this.locale),i=Sn(t,this.locale),n=Sn(o,this.locale);return s<=0?new rn(bm(s)):i<=0?new rn(pm(i)):n<=0?new rn(ui("The future_value (%s) must be strictly positive.",n)):(Math.log(n)-Math.log(i))/Math.log(1+s)},isExported:!0};function av(e,t,o,s,i){if(t<=0)throw new rn(cm(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 lv={description:ui("Periodic payment for an annuity investment."),args:[Id("rate (number)",ui("The annualized rate of interest.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s={value:0},i={value:0}){const n=Sn(t,this.locale),r=Sn(e,this.locale),a=An(i)?1:0,l=Sn(s,this.locale);return{value:av(r,n,Sn(o,this.locale),l,a),format:"#,##0.00"}},isExported:!0};function cv(e,t,o,s,i,n){if(o<=0)throw new rn(cm(o));if(t<=0||t>o)throw new rn(hm(o));const r=av(e,o,s,i,n);if(1===n&&1===t)return r;return r+-qf(e,0===n?t-1:t-2,r,s+r*n,0)*e}const hv={description:ui("Payment on the principal of an investment."),args:[Id("rate (number)",ui("The annualized rate of interest.")),Id("period (number)",ui("The amortization period, in terms of number of periods.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s,i={value:0},n={value:0}){const r=Sn(o,this.locale),a=Sn(e,this.locale),l=Sn(t,this.locale),c=An(n)?1:0,h=Sn(i,this.locale);return{value:cv(a,l,r,Sn(s,this.locale),h,c),format:"#,##0.00"}},isExported:!0},dv={description:ui("Present value of an annuity investment."),args:[Id("rate (number)",ui("The interest rate.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("payment_amount (number)",ui("The amount per period to be paid.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;const n=Sn(e,this.locale),r=Sn(t,this.locale),a=Sn(o,this.locale),l=Sn(s,this.locale),c=An(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},uv={description:ui("Price of a security paying periodic interest."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("yield (number)",ui("The expected annual yield of the security.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Math.trunc(Sn(e,this.locale)),l=Math.trunc(Sn(t,this.locale)),c=Sn(o,this.locale),h=Sn(s,this.locale),d=Sn(i,this.locale),u=Math.trunc(Sn(n,this.locale)),g=Math.trunc(Sn(r,this.locale));if(a>=l)return new rn(lm(a,l));if(Rm(u))return new rn(Xp(u));if(Em(g))return new rn(Kp(g));if(c<0)return new rn(vm(c));if(h<0)return new rn(wm(h));if(d<=0)return new rn(Sm(d));const p=qi(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},gv={description:ui("Price of a discount security."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("discount (number)",ui("The discount rate of the security at time of purchase.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(Qp(a));if(l<=0)return new rn(Sm(l));return l-a*l*qi(n,r,c)},isExported:!0},pv={description:ui("Calculates the price of a security paying interest at maturity, based on expected yield."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("issue (date)",ui("The date the security was initially issued.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("yield (number)",ui("The expected annual yield of the security.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n={value:0}){n=n||0;const r=Math.trunc(Sn(e,this.locale)),a=Math.trunc(Sn(t,this.locale)),l=Math.trunc(Sn(o,this.locale)),c=Sn(s,this.locale),h=Sn(i,this.locale),d=Math.trunc(Sn(n,this.locale));if(r<=l)return new rn(((e,t)=>ui("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 rn(lm(r,a));if(Em(d))return new rn(Kp(d));if(c<0)return new rn(vm(c));if(h<0)return new rn(wm(h));const u=qi(r,a,d),g=qi(r,l,d);return(100+qi(l,a,d)*c*100)/(1+u*h)-g*c*100},isExported:!0},mv=.1,fv={description:ui("Interest rate of an annuity investment."),args:[Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("payment_per_period (number)",ui("The amount per period to be paid.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef),Id("rate_guess (number, default=0.1)",ui("An estimate for what the interest rate will be."))],compute:function(e,t,o,s={value:0},i={value:0},n={value:mv}){const r=Sn(e,this.locale),a=Sn(t,this.locale),l=An(i)?1:0,c=Sn(n,this.locale)||mv;let h=Sn(s,this.locale),d=Sn(o,this.locale);if(r<=0)return new rn(cm(r));if(!xm([a,d,h]))return new rn(ui("There must be both positive and negative values in [payment_amount, present_value, future_value]."));if(c<=-1)return new rn(fm(c));h-=a*l,d+=a*l;return{value:Tf((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},vv={description:ui("Amount received at maturity for a security."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("investment (number)",ui("The amount invested (irrespective of face value of each security).")),Id("discount (number)",ui("The discount rate of the security invested in.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(im(a));if(l<=0)return new rn(Qp(l));return a/(1-l*qi(n,r,c))},isExported:!0},bv={description:ui("Computes the rate needed for an investment to reach a specific value within a specific number of periods."),args:[Id("number_of_periods (number)",ui("The number of periods.")),Id("present_value (number)",ui("The present value of the investment.")),Id("future_value (number)",ui("The future value of the investment."))],compute:function(e,t,o){const s=Sn(e,this.locale),i=Sn(t,this.locale),n=Sn(o,this.locale);return s<=0?new rn(cm(s)):(n/i)**(1/s)-1},isExported:!0},Sv={description:ui("Depreciation of an asset using the straight-line method."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated."))],compute:function(e,t,o){return{value:(Sn(e,this.locale)-Sn(t,this.locale))/Sn(o,this.locale),format:"#,##0.00"}},isExported:!0},Cv={description:ui("Depreciation via sum of years digit method."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated.")),Id("period (number)",ui("The single period within life for which to calculate depreciation."))],compute:function(e,t,o,s){const i=Sn(e,this.locale),n=Sn(t,this.locale),r=Sn(o,this.locale),a=Sn(s,this.locale);if(a<=0)return new rn(gm(a));if(r<=0)return new rn(am(r));if(a>r)return new rn(um(a,r));return{value:(r-a+1)/(r*(r+1)/2)*(i-n),format:"#,##0.00"}},isExported:!0};function yv(e,t,o){return 100*(1-o*qi(e,t,2))}const Iv={description:ui("Price of a US Treasury bill."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("discount (number)",ui("The discount rate of the bill at time of purchase."))],compute:function(e,t,o){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Sn(o,this.locale);return s>=i?new rn(lm(s,i)):Tm(s,i,this.locale)?n<=0?new rn(Qp(n)):n>=1?new rn(em(n)):yv(s,i,n):new rn(ym(s,i))},isExported:!0},wv={description:ui("Equivalent rate of return for a US Treasury bill."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("discount (number)",ui("The discount rate of the bill at time of purchase."))],compute:function(e,t,o){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Sn(o,this.locale);if(s>=i)return new rn(lm(s,i));if(!Tm(s,i,this.locale))return new rn(ym(s,i));if(n<=0)return new rn(Qp(n));if(n>=1)return new rn(em(n));const r=Mm.compute.bind(this)({value:i},{value:s});if(r<=182)return 365*n/(360-n*r);const a=yv(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},xv={description:ui("The yield of a US Treasury bill based on price."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("price (number)",ui("The price at which the security is bought per 100 face value."))],compute:function(e,t,o){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Sn(o,this.locale);if(s>=i)return new rn(lm(s,i));if(!Tm(s,i,this.locale))return new rn(ym(s,i));if(n<=0)return new rn(mm(n));return(100-n)/n*(1/qi(s,i,2))},isExported:!0},Ev={description:ui("Variable declining balance. WARNING : does not handle decimal periods."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated.")),Id("start (number)",ui("Starting period to calculate depreciation.")),Id("end (number)",ui("Ending period to calculate depreciation.")),Id("factor (number, default=2)",ui("The number of months in the first year of depreciation.")),Id("no_switch (number, default=false)",ui("Whether to switch to straight-line depreciation when the depreciation is greater than the declining balance calculation."),[{value:!1,label:ui("Switch to straight-line depreciation")},{value:!0,label:ui("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=Sn(e,this.locale),l=Sn(t,this.locale),c=Sn(o,this.locale),h=Math.trunc(Sn(s,this.locale)),d=Math.trunc(Sn(i,this.locale)),u=Sn(n,this.locale),g=An(r);if(a<0)return new rn(Yp(a));if(l<0)return new rn(Cm(l));if(c<=0)return new rn(am(c));if(h<0)return new rn((e=>ui("The start_period (%s) must be positive or null.",e))(h));if(d<0)return new rn((e=>ui("The end_period (%s) must be positive or null.",e))(d));if(h>d)return new rn(ui("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 rn(((e,t)=>ui("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 rn(Jp(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},Rv={description:ui("Internal rate of return given non-periodic cash flows."),args:[Id("cashflow_amounts (range<number>)",ui("An range containing the income or payments associated with the investment.")),Id("cashflow_dates (range<number>)",ui("An range with dates corresponding to the cash flows in cashflow_amounts.")),Id("rate_guess (number, default=0.1)",ui("An estimate for what the internal rate of return will be."))],compute:function(e,t,o={value:mv}){const s=Sn(o,this.locale);if(!cc(e,t))return new rn(Zp);const i=e.flat().map((e=>Sn(e,this.locale))),n=t.flat().map((e=>Sn(e,this.locale)));if(!xm(i))return new rn(jp);if(n.some((e=>e<n[0])))return new rn(tm(n[0]));if(s<=-1)return new rn(fm(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 Tf((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},Tv={description:ui("Net present value given to non-periodic cash flows.."),args:[Id("discount (number)",ui("The discount rate of the investment over one period.")),Id("cashflow_amounts (number, range<number>)",ui("An range containing the income or payments associated with the investment.")),Id("cashflow_dates (number, range<number>)",ui("An range with dates corresponding to the cash flows in cashflow_amounts."))],compute:function(e,t,o){const s=Sn(e,this.locale);if(!cc(t,o))return new rn(Zp);const i=Kn(t).flat().map((e=>In(e,this.locale))),n=Kn(o).flat().map((e=>In(e,this.locale)));if(n.some((e=>e<n[0])))return new rn(tm(n[0]));if(s<=0)return new rn(bm(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},Av={description:ui("Annual yield of a security paying periodic interest."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("price (number)",ui("The price at which the security is bought per 100 face value.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Math.trunc(Sn(e,this.locale)),l=Math.trunc(Sn(t,this.locale)),c=Sn(o,this.locale),h=Sn(s,this.locale),d=Sn(i,this.locale),u=Math.trunc(Sn(n,this.locale)),g=Math.trunc(Sn(r,this.locale));if(a>=l)return new rn(lm(a,l));if(Rm(u))return new rn(Xp(u));if(Em(g))return new rn(Kp(g));if(c<0)return new rn(vm(c));if(h<=0)return new rn(mm(h));if(d<=0)return new rn(Sm(d));const p=qi(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=Tf((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},Dv={description:ui("Annual yield of a discount security."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("price (number)",ui("The price at which the security is bought per 100 face value.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(mm(a));if(l<=0)return new rn(Sm(l));return(l/a-1)/qi(n,r,c)},isExported:!0},_v={description:ui("Annual yield of a security paying interest at maturity."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("issue (date)",ui("The date the security was initially issued.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("price (number)",ui("The price at which the security is bought.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n={value:0}){n=n||0;const r=Math.trunc(Sn(e,this.locale)),a=Math.trunc(Sn(t,this.locale)),l=Math.trunc(Sn(o,this.locale)),c=Sn(s,this.locale),h=Sn(i,this.locale),d=Math.trunc(Sn(n,this.locale));if(r>=a)return new rn(lm(r,a));if(Em(d))return new rn(Kp(d));if(r<l)return new rn(((e,t)=>ui("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 rn(vm(c));if(h<=0)return new rn(mm(h));return(100*(1+c*qi(l,a,d))/(h+100*c*qi(l,r,d))-1)/qi(r,a,d)},isExported:!0};var Fv,Ov=Object.freeze({__proto__:null,ACCRINTM:Af,AMORLINC:Df,COUPDAYBS:Ff,COUPDAYS:_f,COUPDAYSNC:Of,COUPNCD:Pf,COUPNUM:Mf,COUPPCD:Nf,CUMIPMT:kf,CUMPRINC:Lf,DB:Vf,DDB:Hf,DISC:zf,DOLLARDE:Bf,DOLLARFR:$f,DURATION:Gf,EFFECT:Wf,FV:Zf,FVSCHEDULE:jf,INTRATE:Yf,IPMT:Kf,IRR:Jf,ISPMT:Qf,MDURATION:ev,MIRR:tv,NOMINAL:ov,NPER:sv,NPV:nv,PDURATION:rv,PMT:lv,PPMT:hv,PRICE:uv,PRICEDISC:gv,PRICEMAT:pv,PV:dv,RATE:fv,RECEIVED:vv,RRI:bv,SLN:Sv,SYD:Cv,TBILLEQ:wv,TBILLPRICE:Iv,TBILLYIELD:xv,VDB:Ev,XIRR:Rv,XNPV:Tv,YIELD:Av,YIELDDISC:Dv,YIELDMAT:_v});!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"}(Fv||(Fv={}));const Pv=(e,t=(()=>!0))=>[{goTo:e,guard:t}],Mv=(e,t=(()=>!0))=>({goTo:e,guard:t}),Nv={[Fv.LeftRef]:{REFERENCE:Pv(Fv.Separator),NUMBER:Pv(Fv.FullRowSeparator),SYMBOL:[Mv(Fv.FullColumnSeparator,(e=>{return t=e.value,Ca.test(t);var t})),Mv(Fv.FullRowSeparator,(e=>wa(e.value)))]},[Fv.FullColumnSeparator]:{SPACE:Pv(Fv.FullColumnSeparator),OPERATOR:Pv(Fv.RightColumnRef,(e=>":"===e.value))},[Fv.FullRowSeparator]:{SPACE:Pv(Fv.FullRowSeparator),OPERATOR:Pv(Fv.RightRowRef,(e=>":"===e.value))},[Fv.Separator]:{SPACE:Pv(Fv.Separator),OPERATOR:Pv(Fv.RightRef,(e=>":"===e.value))},[Fv.RightRef]:{SPACE:Pv(Fv.RightRef),NUMBER:Pv(Fv.Found),REFERENCE:Pv(Fv.Found,(e=>Ra(e.value))),SYMBOL:Pv(Fv.Found,(e=>xa(e.value)||Ea(e.value)))},[Fv.RightColumnRef]:{SPACE:Pv(Fv.RightColumnRef),SYMBOL:Pv(Fv.Found,(e=>xa(e.value))),REFERENCE:Pv(Fv.Found,(e=>Ra(e.value)))},[Fv.RightRowRef]:{SPACE:Pv(Fv.RightRowRef),NUMBER:Pv(Fv.Found),REFERENCE:Pv(Fv.Found,(e=>Ra(e.value))),SYMBOL:Pv(Fv.Found,(e=>Ea(e.value)))},[Fv.Found]:{}};function kv(e){let t=0,o=Nv[Fv.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 Fv.Found:return s+=i.value,e.splice(0,t),{type:"REFERENCE",value:s};default:o=Nv[r],s+=i.value}}return null}function Lv(e,t=w){const o=El(e,t),s=[];for(;o.length;)s.push(kv(o)||o.shift());return s}const Vv=/[a-zA-Z0-9\_]+(\.[a-zA-Z0-9\_]+)*/,Uv=["-","+"],Hv=["%"];class zv{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 Bv={"%":40,"^":30,"*":20,"/":20,"+":15,"-":15,"&":13,">":10,"<>":10,">=":10,"<":10,"<=":10,"=":10};function $v(e){const t=e.shift();if(!t)throw new an;switch(t.type){case"DEBUGGER":const o=qv(e,1e3);return o.debug=!0,o;case"NUMBER":return{type:"NUMBER",value:tn(t.value,w),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:sn.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&&Vv.test(t.value)&&s===ft(s,"'")){const{args:o,rightParen:i}=function(e){Wv(e,"LEFT_PAREN",ui("Missing opening parenthesis"));const t=e.current;if("RIGHT_PAREN"===t?.type){return{args:[],rightParen:Wv(e,"RIGHT_PAREN")}}const o=[];o.push(Gv(e));for(;"RIGHT_PAREN"!==e.current?.type;)Wv(e,"ARG_SEPARATOR",ui("Wrong function call")),o.push(Gv(e));const s=Wv(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=qv(e),a=Wv(e,"RIGHT_PAREN",ui("Missing closing parenthesis"));return{...r,tokenStartIndex:t.tokenIndex,tokenEndIndex:a.tokenIndex};case"OPERATOR":const l=t.value;if(Uv.includes(l)){const o=qv(e,Bv[l]);return{type:"UNARY_OPERATION",value:l,operand:o,tokenStartIndex:t.tokenIndex,tokenEndIndex:o.tokenEndIndex}}throw new an(ui("Unexpected token: %s",t.value));default:throw new an(ui("Unexpected token: %s",t.value))}}function Gv(e){const t=e.current;return"ARG_SEPARATOR"===t?.type||"RIGHT_PAREN"===t?.type?{type:"EMPTY",value:"",tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:qv(e)}function Wv(e,t,o){const s=e.shift();if(!s||s.type!==t)throw new an(o);return s}function qv(e,t=0){if(0===e.length)throw new an;let o=$v(e);for(;"OPERATOR"===e.current?.type&&Bv[e.current.value]>t;){const t=e.shift(),s=t.value;if(Hv.includes(s))o={type:"UNARY_OPERATION",value:s,operand:o,postfix:!0,tokenStartIndex:o.tokenStartIndex,tokenEndIndex:t.tokenIndex};else{const t=qv(e,Bv[s]);o={type:"BIN_OPERATION",value:s,left:o,right:t,tokenStartIndex:o.tokenStartIndex,tokenEndIndex:t.tokenEndIndex}}}return o}function Zv(e){return jv(Lv(e))}function jv(e){const t=e.map(((e,t)=>({type:e.type,value:e.value,tokenIndex:t}))).filter((e=>"SPACE"!==e.type)),o=new zv(t);"="===o.current?.value&&o.shift();const s=qv(o);if(o.current)throw new an;return s}function Yv(e,t,o){return Jv(e,(e=>e.type===t?o(e):e))}function Xv(e){return Array.from(Kv(e))}function*Kv(e){switch(yield e,e.type){case"FUNCALL":for(const t of e.args)yield*Kv(t);break;case"UNARY_OPERATION":yield*Kv(e.operand);break;case"BIN_OPERATION":yield*Kv(e.left),yield*Kv(e.right)}}function Jv(e,t){switch((e=t(e)).type){case"FUNCALL":return{...e,args:e.args.map((e=>Jv(e,t)))};case"UNARY_OPERATION":return{...e,operand:Jv(e.operand,t)};case"BIN_OPERATION":return{...e,right:Jv(e.right,t),left:Jv(e.left,t)};default:return e}}function Qv(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(jv(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}))}(Lv(e,t)))))}function eb(e){if("REFERENCE"!==e.type)return e;const{xc:t,sheetName:o}=Ta(e.value),[s,i]=t.split(":"),n=tb(s),r=i?`:${tb(i)}`:"";return{...e,value:Aa(o,n+r)}}function tb(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=ob(e,"colrow");break;case"colrow":e=ob(e,"row");break;case"row":e=ob(e,"col");break;case"col":e=ob(e,"none")}return e}function ob(e,t){let o;({sheetName:o,xc:e}=Ta(e)),o=o?o+"!":"";const s=(e=e.replace(/\$/g,"")).indexOf(":");return s>=0?`${o}${sb(e.slice(0,s),t)}:${sb(e.slice(s+1),t)}`:o+sb(e,t)}function sb(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 ib(e,t,o){const s=(t.startsWith("=")?Qv(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(eb).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 nb=[{value:"address",label:ui("Returns an absolute reference as plain text of the top left cell in reference.")},{value:"col",label:ui("Returns the column number of the cell in reference.")},{value:"contents",label:ui("Returns the value contained in the top left cell in reference.")},{value:"format",label:ui("Returns the format of the top left cell in reference.")},{value:"row",label:ui("Returns the row number of the top left cell in reference.")},{value:"type",label:ui('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.')}],rb={description:ui("Gets information about a cell."),args:[Id("info_type (string)",ui("The type of information requested."),nb),Id("reference (meta, range<meta>)",ui("The reference to the cell."))],compute:function(e,t){const o=En(e).toLowerCase();if(!nb.map((e=>e.value)).includes(o))return new rn(ui("The info_type should be one of %s.",nb.join(", ")));const s=this.__originSheetId,i=t[0][0].value;let{sheetName:n,xc:a}=Ta(i);n=n===this.getters.getSheetName(s)?void 0:n;const l=Aa(n,ob(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},ab={description:ui("Whether a value is an error other than #N/A."),args:[Id("value (any)",ui("The value to be verified as an error type."))],compute:function(e){const t=e?.value;return fn(t)&&t!==sn.NotAvailable},isExported:!0},lb={description:ui("Whether a value is an error."),args:[Id("value (any)",ui("The value to be verified as an error type."))],compute:function(e){const t=e?.value;return fn(t)},isExported:!0},cb={description:ui("Whether a value is `true` or `false`."),args:[Id("value (any)",ui("The value to be verified as a logical TRUE or FALSE."))],compute:function(e){return"boolean"==typeof e?.value},isExported:!0},hb={description:ui("Whether a value is the error #N/A."),args:[Id("value (any)",ui("The value to be verified as an error type."))],compute:function(e){return e?.value===sn.NotAvailable},isExported:!0},db={description:ui("Whether a value is non-textual."),args:[Id("value (any)",ui("The value to be checked."))],compute:function(e){return!gb.compute.bind(this)(e)},isExported:!0},ub={description:ui("Whether a value is a number."),args:[Id("value (any)",ui("The value to be verified as a number."))],compute:function(e){return"number"==typeof e?.value},isExported:!0},gb={description:ui("Whether a value is text."),args:[Id("value (any)",ui("The value to be verified as text."))],compute:function(e){return"string"==typeof e?.value&&!1===fn(e?.value)},isExported:!0},pb={description:ui("Whether the referenced cell is empty"),args:[Id("value (any)",ui("Reference to the cell that will be checked for emptiness."))],compute:function(e){return null===e?.value},isExported:!0},mb={description:ui("Returns the error value #N/A."),args:[],compute:function(){return{value:sn.NotAvailable}},isExported:!0};var fb=Object.freeze({__proto__:null,CELL:rb,ISBLANK:pb,ISERR:ab,ISERROR:lb,ISLOGICAL:cb,ISNA:hb,ISNONTEXT:db,ISNUMBER:ub,ISTEXT:gb,NA:mb});const vb={description:ui("Logical `and` operator."),args:[Id("logical_expression1 (boolean, range<boolean>)",ui("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.")),Id("logical_expression2 (boolean, range<boolean>, repeating)",ui("More expressions that represent logical values."))],compute:function(...e){const{result:t,foundBoolean:o}=oc(e);return o?t:new rn(er)},isExported:!0},bb={description:ui("Logical value `false`."),args:[],compute:function(){return!1},isExported:!0},Sb={description:ui("Returns value depending on logical expression."),args:[Id("logical_expression (boolean, range<boolean>)",ui("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE.")),Id("value_if_true (any, range)",ui("The value the function returns if logical_expression is TRUE.")),Id("value_if_false (any, range, default=FALSE)",ui("The value the function returns if logical_expression is FALSE."))],compute:function(e,t,o){if(bc(e))return zn(Sb.compute,[e,t,o]);return(An(fc(e))?t:o)??{value:0}},isExported:!0},Cb={description:ui("Value if it is not an error, otherwise 2nd argument."),args:[Id("value (any, range)",ui("The value to return if value itself is not an error.")),Id('value_if_error (any, range, default="empty")',ui("The value the function returns if value is an error."))],compute:function(e,t){if(bc(e))return zn(Cb.compute,[e,t]);return(fn(fc(e)?.value)?t:e)??{value:0}},isExported:!0},yb={description:ui("Value if it is not an #N/A error, otherwise 2nd argument."),args:[Id("value (any, range)",ui("The value to return if value itself is not #N/A an error.")),Id('value_if_error (any, range, default="empty")',ui("The value the function returns if value is an #N/A error."))],compute:function(e,t){if(bc(e))return zn(yb.compute,[e,t]);return(fc(e)?.value===sn.NotAvailable?t:e)??{value:0}},isExported:!0},Ib={description:ui("Returns a value depending on multiple logical expressions."),args:[Id("condition1 (boolean, range<boolean>)",ui("The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those.")),Id("value1 (any, range)",ui("The returned value if condition1 is TRUE.")),Id("condition2 (boolean, any, range, repeating)",ui("Additional conditions to be evaluated if the previous ones are FALSE.")),Id("value2 (any, range, repeating)",ui("Additional values to be returned if their corresponding conditions are TRUE."))],compute:function(...e){if(e.length%2!=0)return new rn(ui("Wrong number of arguments. Expected an even number of arguments."));for(;e.length>0;){if(bc(e[0]))return zn(Ib.compute,e);const t=An(fc(e.shift())),o=e.shift();if(t)return o??{value:0}}return new rn(ui("No match."))},isExported:!0},wb={description:ui("Returns opposite of provided logical value."),args:[Id("logical_expression (boolean)",ui("An expression or reference to a cell holding an expression that represents some logical value."))],compute:function(e){return!An(e)},isExported:!0},xb={description:ui("Logical `or` operator."),args:[Id("logical_expression1 (boolean, range<boolean>)",ui("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.")),Id("logical_expression2 (boolean, range<boolean>, repeating)",ui("More expressions that evaluate to logical values."))],compute:function(...e){const{result:t,foundBoolean:o}=sc(e);return o?t:new rn(er)},isExported:!0},Eb={description:ui("Returns a value by comparing cases to an expression."),args:[Id("expression (number, boolean, string)",ui("The value to be checked.")),Id("case1 (number, boolean, string)",ui("The first case to be checked against expression.")),Id("value1 (any)",ui("The corresponding value to be returned if case1 matches expression.")),Id("case2 (any, repeating)",ui("Additional cases to try if the previous ones don't match expression.")),Id("value2 (any, repeating)",ui("Additional values to be returned if their corresponding cases match expression.")),Id('default (any, default="empty")',ui("An optional default value to be returned if none of the cases match expression."))],compute:function(e,...t){const o=t.length%2==0?vn(e):t.pop();for(let o=0;o<t.length;o+=2){const s=t[o];if(s&&fn(s.value))return s;if(e?.value===s?.value)return t[o+1]||{value:0}}return o||{value:0}},isExported:!0},Rb={description:ui("Logical value `true`."),args:[],compute:function(){return!0},isExported:!0},Tb={description:ui("Logical `xor` operator."),args:[Id("logical_expression1 (boolean, range<boolean>)",ui("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.")),Id("logical_expression2 (boolean, range<boolean>, repeating)",ui("More expressions that evaluate to logical values."))],compute:function(...e){let t=!1,o=!1;return Bn(e,(e=>(t=!0,o=o?!e:e,!0))),t?o:new rn(er)},isExported:!0};var Ab=Object.freeze({__proto__:null,AND:vb,FALSE:bb,IF:Sb,IFERROR:Cb,IFNA:yb,IFS:Ib,NOT:wb,OR:xb,SWITCH:Eb,TRUE:Rb,XOR:Tb});const Db={Errors:{InvalidRange:ui("The range is invalid"),FirstArgMissing:ui("The argument is missing. Please provide a value"),SecondArgMissing:ui("The second argument is missing. Please provide a value"),MinNaN:ui("The minpoint must be a number"),MidNaN:ui("The midpoint must be a number"),MaxNaN:ui("The maxpoint must be a number"),ValueUpperInflectionNaN:ui("The first value must be a number"),ValueLowerInflectionNaN:ui("The second value must be a number"),MinBiggerThanMax:ui("Minimum must be smaller then Maximum"),MinBiggerThanMid:ui("Minimum must be smaller then Midpoint"),MidBiggerThanMax:ui("Midpoint must be smaller then Maximum"),LowerBiggerThanUpper:ui("Lower inflection point must be smaller than upper inflection point"),MinInvalidFormula:ui("Invalid Minpoint formula"),MaxInvalidFormula:ui("Invalid Maxpoint formula"),MidInvalidFormula:ui("Invalid Midpoint formula"),ValueUpperInvalidFormula:ui("Invalid upper inflection point formula"),ValueLowerInvalidFormula:ui("Invalid lower inflection point formula"),EmptyRange:ui("A range needs to be defined"),ValueCellIsInvalidFormula:ui("At least one of the provided values is an invalid formula"),Unexpected:ui("The rule is invalid for an unknown reason")},ColorScale:ui("Color scale"),IconSet:ui("Icon set"),DataBar:ui("Data bar")},_b={Series:ui("Series"),BackgroundColor:ui("Background color"),StackedBarChart:ui("Stacked bar chart"),StackedLineChart:ui("Stacked line chart"),StackedAreaChart:ui("Stacked area chart"),StackedColumnChart:ui("Stacked column chart"),CumulativeData:ui("Cumulative data"),TreatLabelsAsText:ui("Treat labels as text"),AggregatedChart:ui("Aggregate"),Errors:{Unexpected:ui("The chart definition is invalid for an unknown reason"),InvalidDataSet:ui("The dataset is invalid"),InvalidLabelRange:ui("Labels are invalid"),InvalidScorecardKeyValue:ui("The key value is invalid"),InvalidScorecardBaseline:ui("The baseline value is invalid"),InvalidGaugeDataRange:ui("The data range is invalid"),EmptyGaugeRangeMin:ui("A minimum range limit value is needed"),GaugeRangeMinNaN:ui("The minimum range limit value must be a number"),EmptyGaugeRangeMax:ui("A maximum range limit value is needed"),GaugeRangeMaxNaN:ui("The maximum range limit value must be a number"),GaugeLowerInflectionPointNaN:ui("The lower inflection point value must be a number"),GaugeUpperInflectionPointNaN:ui("The upper inflection point value must be a number")},GeoChart:{ColorScales:{blues:ui("Blues"),cividis:ui("Cividis"),greens:ui("Greens"),greys:ui("Greys"),oranges:ui("Oranges"),purples:ui("Purples"),rainbow:ui("Rainbow"),reds:ui("Reds"),viridis:ui("Viridis")}}},Fb={Custom:ui("Custom")},Ob=ui("Merged cells are preventing this operation. Unmerge those cells and try again."),Pb=ui("The header row of a table can't be moved."),Mb={Errors:{Unexpected:ui("Cannot split the selection for an unknown reason"),NoSplitSeparatorInSelection:ui("There is no match for the selected separator in the selection"),MoreThanOneColumnSelected:ui("Only a selection from a single column can be split"),SplitWillOverwriteContent:ui("Splitting will overwrite existing content")}},Nb={Errors:{Unexpected:ui("Cannot remove duplicates for an unknown reason"),MoreThanOneRangeSelected:ui("Please select only one range of cells"),EmptyTarget:ui("Please select a range of cells containing values."),NoColumnsProvided:ui("Please select at latest one column to analyze."),WillRemoveExistingMerge:ui("This operation is not possible due to a merge. Please remove the merges first than try again.")}},kb={DateIs:{today:ui("today"),yesterday:ui("yesterday"),tomorrow:ui("tomorrow"),lastWeek:ui("in the past week"),lastMonth:ui("in the past month"),lastYear:ui("in the past year")},DateIsBefore:{today:ui("today"),yesterday:ui("yesterday"),tomorrow:ui("tomorrow"),lastWeek:ui("one week ago"),lastMonth:ui("one month ago"),lastYear:ui("one year ago")},CriterionError:{notEmptyValue:ui("The value must not be empty"),numberValue:ui("The value must be a number"),dateValue:ui("The value must be a date"),validRange:ui("The value must be a valid range"),validFormula:ui("The formula must be valid")},Errors:{InvalidRange:ui("The range is invalid."),InvalidDataValidationCriterionValue:ui("One or more of the provided criteria values are invalid. Please review and correct them."),InvalidNumberOfCriterionValues:ui("One or more of the provided criteria values are missing."),Unexpected:ui("The rule is invalid for an unknown reason.")}},Lb={Errors:{Unexpected:ui("The table zone is invalid for an unknown reason"),TableOverlap:ui("You cannot create overlapping tables."),NonContinuousTargets:ui("A table can only be created on a continuous selection."),InvalidRange:ui("The range is invalid"),TargetOutOfSheet:ui("The range is out of the sheet")},Checkboxes:{hasFilters:ui("Filter button"),headerRow:ui("Header row(s)"),bandedRows:ui("Banded rows"),firstColumn:ui("First column"),lastColumn:ui("Last column"),bandedColumns:ui("Banded columns"),automaticAutofill:ui("Automatically autofill formulas"),totalRow:ui("Total row"),isDynamic:ui("Auto-adjust to formula result")},Tooltips:{filterWithoutHeader:ui("Cannot have filters without a header row"),isDynamic:ui("For tables based on array formulas only")}},Vb={labels:{no_calculations:ui("No calculations"),"%_of_grand_total":ui("% of grand total"),"%_of_col_total":ui("% of column total"),"%_of_row_total":ui("% of row total"),"%_of":ui("% of"),"%_of_parent_row_total":ui("% of parent row total"),"%_of_parent_col_total":ui("% of parent column total"),"%_of_parent_total":ui("% of parent total"),difference_from:ui("Difference from"),"%_difference_from":ui("% difference from"),running_total:ui("Running total"),"%_running_total":ui("% Running total"),rank_asc:ui("Rank smallest to largest"),rank_desc:ui("Rank largest to smallest"),index:ui("Index")},descriptions:{"%_of_grand_total":()=>ui("Displayed as % of grand total"),"%_of_col_total":()=>ui("Displayed as % of column total"),"%_of_row_total":()=>ui("Displayed as % of row total"),"%_of":e=>ui('Displayed as % of "%s"',e),"%_of_parent_row_total":e=>ui('Displayed as % of parent row total of "%s"',e),"%_of_parent_col_total":()=>ui("Displayed as % of parent column total"),"%_of_parent_total":e=>ui('Displayed as % of parent "%s" total',e),difference_from:e=>ui('Displayed as difference from "%s"',e),"%_difference_from":e=>ui('Displayed as % difference from "%s"',e),running_total:e=>ui('Displayed as running total based on "%s"',e),"%_running_total":e=>ui('Displayed as % running total based on "%s"',e),rank_asc:e=>ui('Displayed as rank from smallest to largest based on "%s"',e),rank_desc:e=>ui('Displayed as rank largest to smallest based on "%s"',e),index:()=>ui("Displayed as index")},documentation:{no_calculations:ui("Displays the value that is entered in the field."),"%_of_grand_total":ui("Displays values as a percentage of the grand total of all the values or data points in the report."),"%_of_col_total":ui("Displays all the values in each column or series as a percentage of the total for the column or series."),"%_of_row_total":ui("Displays the value in each row or category as a percentage of the total for the row or category."),"%_of":ui("Displays values as a percentage of the value of the Base item in the Base field."),"%_of_parent_row_total":ui("Calculates values as follows:\n(value for the item) / (value for the parent item on rows)"),"%_of_parent_col_total":ui("Calculates values as follows:\n(value for the item) / (value for the parent item on columns)"),"%_of_parent_total":ui("Calculates values as follows:\n(value for the item) / (value for the parent item of the selected Base field)"),difference_from:ui("Displays values as the difference from the value of the Base item in the Base field."),"%_difference_from":ui("Displays values as the percentage difference from the value of the Base item in the Base field."),running_total:ui("Displays the value for successive items in the Base field as a running total."),"%_running_total":ui("Calculates the value as a percentage for successive items in the Base field that are displayed as a running total."),rank_asc:ui("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:ui("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:ui("Calculates values as follows:\n((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))")}};function Ub(e,t){const o=Rr(e,{format:"0,00",locale:t});return ui("Oops—this pivot table is quite large (%s cells). Try simplifying it using the side panel.",o)}function Hb(e,t){const o=t.getPivotId(e);if(!o)throw new rn(ui('There is no pivot with id "%s"',e));return o}function zb(e){if(e.length%2!=0)throw new rn(ui("Function PIVOT takes an even number of arguments."))}function Bb(e,t,o){const s=[];if("SPREADSHEET"===t.type&&t.dataSet){const{sheetId:o,zone:i}=t.dataSet,n=Go(i),r=e.getters.getRangeFromSheetXC(o,n);if(void 0===r||r.invalidXc||r.invalidSheetName)throw new cn;if(e.__originCellPosition&&r.sheetId===e.__originSheetId&&ts(cs(e.__originCellPosition),i))throw new ln;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 $b=!0,Gb=[{value:!0,label:ui("A1 style (default)")},{value:!1,label:ui("R1C1 style")}],Wb=[{value:!0,label:ui("Approximate match (default)")},{value:!1,label:ui("Exact match")}],qb={description:ui("Returns a cell reference as a string. "),args:[Id("row (number)",ui("The row number of the cell reference. ")),Id("column (number)",ui("The column number (not name) of the cell reference. A is column number 1. ")),Id("absolute_relative_mode (number, default=1)",ui("An indicator of whether the reference is row/column absolute."),[{value:1,label:ui("Absolute row and column (e.g. $A$1)")},{value:2,label:ui("Absolute row, relative column (e.g. A$1)")},{value:3,label:ui("Relative row, absolute column (e.g. $A1)")},{value:4,label:ui("Relative row and column (e.g. A1)")}]),Id("use_a1_notation (boolean, default=TRUE)",ui("A boolean indicating whether to use A1 style notation or R1C1 style notation."),Gb),Id("sheet (string, optional)",ui("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=xn(e,this.locale),r=xn(t,this.locale);if(n<1)return new rn(dc(n));if(r<1)return new rn(dc(r));const a=xn(o,this.locale);if(![1,2,3,4].includes(a))return new rn((l=4,c=a,ui("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(An(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?Aa(En(i),h):h},isExported:!0},Zb={description:ui("Column number of a specified cell."),args:[Id("cell_reference (meta, range<meta>, default='this cell')",ui("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 rn(ui("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 rn(ui("The range is out of bounds."));if(e[0][0].value===sn.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:Vn(e.length,1,((e,o)=>({value:t+e+1})))},isExported:!0},jb={description:ui("Number of columns in a specified array or range."),args:[Id("range (any, range<any>)",ui("The range whose column count will be returned."))],compute:function(e){const t=Kn(e);return void 0===t[0][0]?new rn(ui("The range is out of bounds.")):t[0][0].value===sn.InvalidReference?t[0][0]:t.length},isExported:!0},Yb={description:ui("Horizontal lookup"),args:[Id("search_key (string, number, boolean)",ui("The value to search for. For example, 42, 'Cats', or I24.")),Id("range (any, range)",ui("The range to consider for the search. The first row in the range is searched for the key specified in search_key.")),Id("index (number)",ui("The row index of the value to be returned, where the first row in range is numbered 1.")),Id("is_sorted (boolean, default=true)",ui("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."),Wb)],compute:function(e,t,o,s={value:$b}){const i=Math.trunc(Sn(o?.value,this.locale)),n=Kn(t);if(1>i||i>n[0].length)return new rn(ui("[[FUNCTION_NAME]] evaluates to an out of bounds range."));const r=(e,t)=>e[t][0].value,a=n[An(s.value)?Zn(n,e,"nextSmaller","asc",n.length,r):jn(n,e,"wildcard",n.length,r,this.lookupCaches)];return void 0===a?vn(e):a[i-1]},isExported:!0},Xb={description:ui("Returns the content of a cell, specified by row and column offset."),args:[Id("reference (any, range)",ui("The range of cells from which the values are returned.")),Id("row (number, default=0)",ui("The index of the row to be returned from within the reference range of cells.")),Id("column (number, default=0)",ui("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=Kn(e),i=Sn(t.value,this.locale),n=Sn(o.value,this.locale);return n<0||n-1>=s.length||i<0||i-1>=s[0].length?new rn(ui("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},Kb={description:ui("Returns the content of a cell, specified by a string."),args:[Id("reference (string)",ui("The range of cells from which the values are returned.")),Id("use_a1_notation (boolean, default=TRUE)",ui("A boolean indicating whether to use A1 style notation (TRUE) or R1C1 style notation (FALSE)."),Gb)],compute:function(e,t={value:!0}){const o=e?.value?.toString();if(!o)return new cn(ui("Reference should be defined."));if(!An(t))return new rn(ui("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 cn;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},Jb={description:ui("Look up a value."),args:[Id("search_key (string, number, boolean)",ui("The value to search for. For example, 42, 'Cats', or I24.")),Id("search_array (any, range)",ui("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.")),Id("result_range (any, range, optional)",ui("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=Kn(t),i=Kn(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=Zn(s,e,"nextSmaller","asc",a?r:n,l);return-1===c||a&&void 0===s[0][c]||!a&&void 0===s[c][r-1]?vn(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 rn(ui("The result_range must be a single row or a single column.")):n>1?c>n-1?new rn(ui("[[FUNCTION_NAME]] evaluates to an out of range row value %s.",c+1)):i[c][0]:c>r-1?new rn(ui("[[FUNCTION_NAME]] evaluates to an out of range column value %s.",c+1)):i[0][c])},isExported:!0},Qb={description:ui("Position of item in range that matches value."),args:[Id("search_key (string, number, boolean)",ui("The value to search for. For example, 42, 'Cats', or I24.")),Id("range (any, range)",ui("The one-dimensional array to be searched.")),Id("search_type (number, default=1)",ui("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:ui("Ascending order (default)")},{value:0,label:ui("Exact match")},{value:-1,label:ui("Descending order")}])],compute:function(e,t,o={value:1}){let s=Sn(o,this.locale);const i=Kn(t),n=i.length,r=i[0].length;if(1!==n&&1!==r)return new rn(ui("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=Zn(i,e,"nextSmaller","asc",c,l);break;case 0:a=jn(i,e,"wildcard",c,l,this.lookupCaches);break;case-1:a=Zn(i,e,"nextGreater","desc",c,l)}return 1===n&&void 0===i[0][a]||1!==n&&void 0===i[a]?vn(e):a+1},isExported:!0},eS={description:ui("Row number of a specified cell."),args:[Id("cell_reference (meta, range<meta>, default='this cell')",ui("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 rn(ui("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 rn(ui("The range is out of bounds."));if(e[0][0].value===sn.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:Vn(1,e[0].length,((e,o)=>({value:t+o+1})))},isExported:!0},tS={description:ui("Number of rows in a specified array or range."),args:[Id("range (any, range<any>)",ui("The range whose row count will be returned."))],compute:function(e){const t=Kn(e);return void 0===t[0][0]?new rn(ui("The range is out of bounds.")):t[0][0].value===sn.InvalidReference?t[0][0]:t[0].length},isExported:!0},oS={description:ui("Vertical lookup."),args:[Id("search_key (string, number, boolean)",ui("The value to search for. For example, 42, 'Cats', or I24.")),Id("range (any, range)",ui("The range to consider for the search. The first column in the range is searched for the key specified in search_key.")),Id("index (number)",ui("The column index of the value to be returned, where the first column in range is numbered 1.")),Id("is_sorted (boolean, default=true)",ui("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."),Wb)],compute:function(e,t,o,s={value:$b}){const i=Math.trunc(Sn(o?.value,this.locale)),n=Kn(t);if(1>i||i>n.length)return new rn(ui("[[FUNCTION_NAME]] evaluates to an out of bounds range."));const r=(e,t)=>e[0][t].value,a=An(s.value)?Zn(n,e,"nextSmaller","asc",n[0].length,r):jn(n,e,"wildcard",n[0].length,r,this.lookupCaches),l=n[i-1][a];return void 0===l?vn(e):l},isExported:!0},sS={0:"strict",1:"nextGreater","-1":"nextSmaller",2:"wildcard"},iS={description:ui("Search a range for a match and return the corresponding item from a second range."),args:[Id("search_key (string,number,boolean)",ui("The value to search for.")),Id("lookup_range (any, range)",ui("The range to consider for the search. Should be a single column or a single row.")),Id("return_range (any, range)",ui("The range containing the return value. Should have the same dimensions as lookup_range.")),Id("if_not_found (any, optional)",ui("If a valid match is not found, return this value.")),Id("match_mode (any, default=0)",ui("Specifies how to match search_key with the items in lookup_range. "),[{value:0,label:ui("Exact match (default)")},{value:-1,label:ui("Exact match or next smaller item")},{value:1,label:ui("Exact match or next larger item")},{value:2,label:ui("Wildcard character match")}]),Id("search_mode (any, default=1)",ui("Specifies the search mode to use. By default, a first to last search will be used."),[{value:1,label:ui("Search first to last (default)")},{value:-1,label:ui("Search last to first")},{value:2,label:ui("Binary search (sorted ascending order)")},{value:-2,label:ui("Binary search (sorted descending order)")}])],compute:function(e,t,o,s,i={value:0},n={value:1}){const r=Math.trunc(Sn(i.value,this.locale)),a=Math.trunc(Sn(n.value,this.locale)),l=Kn(t),c=Kn(o);if(1!==l.length&&1!==l[0].length)return new rn(ui("lookup_range should be either a single row or single column."));if(![1,-1,2,-2].includes(a))return new rn(ui("search_mode should be a value in [-1, 1, -2, 2]."));if(![-1,0,1,2].includes(r))return new rn(ui("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 rn(ui("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 rn(ui("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=sS[r],p=-1===a,m=2===a||-2===a?Zn(l,e,g,2===a?"asc":"desc",u,d):jn(l,e,g,u,d,this.lookupCaches,p);return-1!==m?"col"===h?c.map((e=>[e[m]])):[c[m]]:void 0===s?vn(e):[[s]]},isExported:!0},nS={description:ui("Get the value from a pivot."),args:[Id("pivot_id (number,string)",ui("ID of the pivot.")),Id("measure_name (string)",ui("Name of the measure.")),Id("domain_field_name (string,repeating)",ui("Field name.")),Id("domain_value (number,string,boolean,repeating)",ui("Value."))],compute:function(e,t,...o){const s=En(e),i=En(t),n=Hb(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 rn(ui("The argument %s is not a valid measure. Here are the measures: %s",t,e))}}(n,i,this.getters),zb(o);const r=this.getters.getPivot(n),a=this.getters.getPivotCoreDefinition(n);Bb(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=ui("Consider using a dynamic pivot formula: %s. Or re-insert the static pivot from the Data menu.",`=PIVOT(${s})`);return{value:sn.GenericError,message:ui("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)}},rS={description:ui("Get the header of a pivot."),args:[Id("pivot_id (number,string)",ui("ID of the pivot.")),Id("domain_field_name (string,repeating)",ui("Field name.")),Id("domain_value (number,string,value,repeating)",ui("Value."))],compute:function(e,...t){const o=En(e),s=Hb(o,this.getters);zb(t);const i=this.getters.getPivot(s);Bb(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=ui("Consider using a dynamic pivot formula: %s. Or re-insert the static pivot from the Data menu.",`=PIVOT(${o})`);return{value:sn.GenericError,message:ui("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(En(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}}},aS={description:ui("Get a pivot table."),args:[Id("pivot_id (string)",ui("ID of the pivot.")),Id("row_count (number, optional)",ui("number of rows")),Id("include_total (boolean, default=TRUE)",ui("Whether to include total/sub-totals or not.")),Id("include_column_titles (boolean, default=TRUE)",ui("Whether to include the column titles or not.")),Id("column_count (number, optional)",ui("number of columns")),Id("include_measure_titles (boolean, default=TRUE)",ui("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=En(e),a=Sn(t,this.locale);if(a<0)return new rn(ui("The number of rows must be positive."));const l=Sn(i,this.locale);if(l<0)return new rn(ui("The number of columns must be positive."));const c={displayColumnHeaders:An(s),displayTotals:An(o),displayMeasuresRow:An(n)},h=Hb(r,this.getters),d=this.getters.getPivot(h),u=this.getters.getPivotCoreDefinition(h);Bb(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 rn(Ub(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,I=t,0===y.length?I:{...I,format:(I.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,I;return(c.displayColumnHeaders||c.displayMeasuresRow)&&(C[0][0]={value:v}),C}},lS={description:ui("Returns a range reference shifted by a specified number of rows and columns from a starting cell reference."),args:[Id("cell_reference (meta, range<meta>)",ui("The starting point from which to count the offset rows and columns.")),Id("offset_rows (number)",ui("The number of rows to offset by.")),Id("offset_columns (number)",ui("The number of columns to offset by.")),Id("height (number, default='height of cell_reference')",ui("The number of rows of the range to return starting at the offset target.")),Id("width (number, default='width of cell_reference')",ui("The number of columns of the range to return starting at the offset target."))],compute:function(e,t,o,s,i){if(fn(e[0][0].value))return e[0][0];const n=e[0][0].value;if(!n)return new rn("In this context, the function OFFSET needs to have a cell or range in parameter.");const r=Ho(n);let a=e[0].length,l=e.length;if(s){const e=Sn(s,this.locale);if(e<1)return new rn(ui("Height value is %(_height)s. It should be greater than or equal to 1.",{_height:e}));a=e}if(i){const e=Sn(i,this.locale);if(e<1)return new rn(ui("Width value is %(_width)s. It should be greater than or equal to 1.",{_width:e}));l=e}const{sheetName:c}=Ta(n),h=c&&this.getters.getSheetIdByName(c)||this.getters.getActiveSheetId(),d=Sn(t,this.locale),u=Sn(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 cn(ui("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 cn:(g&&this.addDependencies?.(g,[v]),Vn(l,a,((e,t)=>this.getters.getEvaluatedCell({sheetId:h,col:p+e,row:m+t}))))}};var cS=Object.freeze({__proto__:null,ADDRESS:qb,COLUMN:Zb,COLUMNS:jb,HLOOKUP:Yb,INDEX:Xb,INDIRECT:Kb,LOOKUP:Jb,MATCH:Qb,OFFSET:lS,PIVOT:aS,PIVOT_HEADER:rS,PIVOT_VALUE:nS,ROW:eS,ROWS:tS,VLOOKUP:oS,XLOOKUP:iS});const hS={description:ui("Sum of two numbers."),args:[Id("value1 (number)",ui("The first addend.")),Id("value2 (number)",ui("The second addend."))],compute:function(e,t){return{value:Sn(e,this.locale)+Sn(t,this.locale),format:e?.format||t?.format}}},dS={description:ui("Concatenation of two values."),args:[Id("value1 (string)",ui("The value to which value2 will be appended.")),Id("value2 (string)",ui("The value to append to value1."))],compute:function(e,t){return En(e)+En(t)},isExported:!0},uS={description:ui("One number divided by another."),args:[Id("dividend (number)",ui("The number to be divided.")),Id("divisor (number)",ui("The number to divide by."))],compute:function(e,t){const o=Sn(t,this.locale);return 0===o?new gn(ui("The divisor must be different from zero.")):{value:Sn(e,this.locale)/o,format:e?.format||t?.format}}};function gS(e){return void 0===e||null===e.value}const pS={number:0,string:"",boolean:!1};function mS(e,t,o=2e-16){return Math.abs(e-t)<o}const fS={description:ui("Equal."),args:[Id("value1 (string, number, boolean)",ui("The first value.")),Id("value2 (string, number, boolean)",ui("The value to test against value1 for equality."))],compute:function(e,t){if(fn(e?.value))return e;if(fn(t?.value))return t;let o=gS(e)?pS[typeof t?.value]:e?.value,s=gS(t)?pS[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:mS(o,s)}:{value:o===s}}};function vS(e,t,o){if(fn(e?.value))return e;if(fn(t?.value))return t;let s=gS(e)?pS[typeof t?.value]:e?.value,i=gS(t)?pS[typeof e?.value]:t?.value;"number"!=typeof s&&(s=En(s).toUpperCase()),"number"!=typeof i&&(i=En(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 bS={description:ui("Strictly greater than."),args:[Id("value1 (number, string, boolean)",ui("The value to test as being greater than value2.")),Id("value2 (number, string, boolean)",ui("The second value."))],compute:function(e,t){return vS(e,t,((e,t)=>"number"==typeof e&&"number"==typeof t?!mS(e,t)&&e>t:e>t))}},SS={description:ui("Greater than or equal to."),args:[Id("value1 (number, string, boolean)",ui("The value to test as being greater than or equal to value2.")),Id("value2 (number, string, boolean)",ui("The second value."))],compute:function(e,t){return vS(e,t,((e,t)=>"number"==typeof e&&"number"==typeof t?mS(e,t)||e>t:e>=t))}},CS={description:ui("Less than."),args:[Id("value1 (number, string, boolean)",ui("The value to test as being less than value2.")),Id("value2 (number, string, boolean)",ui("The second value."))],compute:function(e,t){const o=SS.compute.bind(this)(e,t);return fn(o.value)?o:{value:!o.value}}},yS={description:ui("Less than or equal to."),args:[Id("value1 (number, string, boolean)",ui("The value to test as being less than or equal to value2.")),Id("value2 (number, string, boolean)",ui("The second value."))],compute:function(e,t){const o=bS.compute.bind(this)(e,t);return fn(o.value)?o:{value:!o.value}}},IS={description:ui("Difference of two numbers."),args:[Id("value1 (number)",ui("The minuend, or number to be subtracted from.")),Id("value2 (number)",ui("The subtrahend, or number to subtract from value1."))],compute:function(e,t){return{value:Sn(e,this.locale)-Sn(t,this.locale),format:e?.format||t?.format}}},wS={description:ui("Product of two numbers"),args:[Id("factor1 (number)",ui("The first multiplicand.")),Id("factor2 (number)",ui("The second multiplicand."))],compute:function(e,t){return{value:Sn(e,this.locale)*Sn(t,this.locale),format:e?.format||t?.format}}},xS={description:ui("Not equal."),args:[Id("value1 (string, number, boolean)",ui("The first value.")),Id("value2 (string, number, boolean)",ui("The value to test against value1 for inequality."))],compute:function(e,t){const o=fS.compute.bind(this)(e,t);return fn(o.value)?o:{value:!o.value}}},ES={description:ui("A number raised to a power."),args:[Id("base (number)",ui("The number to raise to the exponent power.")),Id("exponent (number)",ui("The exponent to raise base to."))],compute:function(e,t){return qu.compute.bind(this)(e,t)}},RS={description:ui("A number with the sign reversed."),args:[Id("value (number)",ui("The number to have its sign reversed. Equivalently, the number to multiply by -1."))],compute:function(e){return{value:-Sn(e,this.locale),format:e?.format}}},TS={description:ui("Value interpreted as a percentage."),args:[Id("percentage (number)",ui("The value to interpret as a percentage."))],compute:function(e){return Sn(e,this.locale)/100}},AS={description:ui("A specified number, unchanged."),args:[Id("value (any)",ui("The number to return."))],compute:function(e={value:null}){return e}};var DS=Object.freeze({__proto__:null,ADD:hS,CONCAT:dS,DIVIDE:uS,EQ:fS,GT:bS,GTE:SS,LT:CS,LTE:yS,MINUS:IS,MULTIPLY:wS,NE:xS,POW:ES,UMINUS:RS,UNARY_PERCENT:TS,UPLUS:AS});const _S=e=>({transform:t=>t*e,inverseTransform:t=>t/e}),FS={transform:e=>e,inverseTransform:e=>e},OS=1e-10,PS=.0254,MS=PS/72,NS=.3048,kS=.9144,LS=1609.34,VS=1852,US=946073047258e4,HS={g:{...FS,category:"weight"},u:{..._S(166053e-29),category:"weight"},grain:{..._S(.0647989),category:"weight"},ozm:{..._S(28.3495),category:"weight"},lbm:{..._S(453.592),category:"weight"},stone:{..._S(6350.29),category:"weight"},sg:{..._S(14593.90294),category:"weight"},cwt:{..._S(45359.237),category:"weight"},uk_cwt:{..._S(50802.3),category:"weight"},ton:{..._S(907184.74),category:"weight"},uk_ton:{..._S(1016046.9),category:"weight"},m:{...FS,category:"distance"},km:{..._S(1e3),category:"distance"},ang:{..._S(OS),category:"distance"},Picapt:{..._S(MS),category:"distance"},pica:{..._S(PS/6),category:"distance"},in:{..._S(PS),category:"distance"},ft:{..._S(NS),category:"distance"},yd:{..._S(kS),category:"distance"},ell:{..._S(1.143),category:"distance"},mi:{..._S(LS),category:"distance"},survey_mi:{..._S(1609.34),category:"distance"},Nmi:{..._S(VS),category:"distance"},ly:{..._S(US),category:"distance"},parsec:{..._S(0x6da012f95c9fd0),category:"distance"},sec:{...FS,category:"time"},min:{..._S(60),category:"time"},hr:{..._S(3600),category:"time"},day:{..._S(86400),category:"time"},yr:{..._S(31556952),category:"time"},Pa:{...FS,category:"pressure"},bar:{..._S(1e5),category:"pressure"},mmHg:{..._S(133.322),category:"pressure"},Torr:{..._S(133.322),category:"pressure"},psi:{..._S(6894.76),category:"pressure"},atm:{..._S(101325),category:"pressure"},N:{...FS,category:"force"},dyn:{..._S(1e-5),category:"force"},pond:{..._S(.00980665),category:"force"},lbf:{..._S(4.44822),category:"force"},J:{...FS,category:"energy"},eV:{..._S(160218e-24),category:"energy"},e:{..._S(1e-7),category:"energy"},flb:{..._S(1.3558179483),category:"energy"},c:{..._S(4.184),category:"energy"},cal:{..._S(4.1868),category:"energy"},BTU:{..._S(1055.06),category:"energy"},Wh:{..._S(3600),category:"energy"},HPh:{..._S(2684520),category:"energy"},W:{...FS,category:"power"},PS:{..._S(735.499),category:"power"},HP:{..._S(745.7),category:"power"},T:{...FS,category:"magnetism"},ga:{..._S(1e-4),category:"magnetism"},K:{...FS,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:{..._S(5/9),category:"temperature"},Reau:{transform:e=>1.25*e+273.15,inverseTransform:e=>(e-273.15)/1.25,category:"temperature"},"m^3":{...FS,category:"volume",order:3},"ang^3":{..._S(Math.pow(OS,3)),category:"volume",order:3},"Picapt^3":{..._S(Math.pow(MS,3)),category:"volume",order:3},tsp:{..._S(492892e-11),category:"volume"},tspm:{..._S(5e-6),category:"volume"},tbs:{..._S(14786764825785619e-21),category:"volume"},"in^3":{..._S(Math.pow(PS,3)),category:"volume",order:3},oz:{..._S(295735295625e-16),category:"volume"},cup:{..._S(237e-6),category:"volume"},pt:{..._S(.0004731765),category:"volume"},uk_pt:{..._S(568261e-9),category:"volume"},qt:{..._S(.0009463529),category:"volume"},l:{..._S(.001),category:"volume"},uk_qt:{..._S(.0011365225),category:"volume"},gal:{..._S(.0037854118),category:"volume"},uk_gal:{..._S(.00454609),category:"volume"},"ft^3":{..._S(Math.pow(NS,3)),category:"volume",order:3},bushel:{..._S(.0352390704),category:"volume"},barrel:{..._S(.158987295),category:"volume"},"yd^3":{..._S(Math.pow(kS,3)),category:"volume",order:3},MTON:{..._S(1.13267386368),category:"volume"},GRT:{..._S(2.83168),category:"volume"},"mi^3":{..._S(Math.pow(LS,3)),category:"volume",order:3},"Nmi^3":{..._S(Math.pow(VS,3)),category:"volume",order:3},"ly^3":{..._S(Math.pow(US,3)),category:"volume",order:3},"m^2":{...FS,category:"area",order:2},"ang^2":{..._S(Math.pow(OS,2)),category:"area",order:2},"Picapt^2":{..._S(Math.pow(MS,2)),category:"area",order:2},"in^2":{..._S(Math.pow(PS,2)),category:"area",order:2},"ft^2":{..._S(Math.pow(NS,2)),category:"area",order:2},"yd^2":{..._S(Math.pow(kS,2)),category:"area",order:2},ar:{..._S(100),category:"area"},Morgen:{..._S(2500),category:"area"},uk_acre:{..._S(4046.8564224),category:"area"},us_acre:{..._S(4046.8726098743),category:"area"},ha:{..._S(1e4),category:"area"},"mi^2":{..._S(Math.pow(LS,2)),category:"area",order:2},"Nmi^2":{..._S(Math.pow(VS,2)),category:"area",order:2},"ly^2":{..._S(Math.pow(US,2)),category:"area",order:2},bit:{...FS,category:"information"},byte:{..._S(8),category:"information"},"m/s":{...FS,category:"speed"},"m/hr":{..._S(1/3600),category:"speed"},"km/hr":{..._S(1/3.6),category:"speed"},mph:{..._S(.44704),category:"speed"},kn:{..._S(.5144444444),category:"speed"},admkn:{..._S(.5147733333),category:"speed"}},zS={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"},BS={"":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)},$S={weight:ui("Weight"),distance:ui("Distance"),time:ui("Time"),pressure:ui("Pressure"),force:ui("Force"),energy:ui("Energy"),power:ui("Power"),magnetism:ui("Magnetism"),temperature:ui("Temperature"),volume:ui("Volume"),area:ui("Area"),information:ui("Information"),speed:ui("Speed")},GS=Object.entries(HS).map((([e,t])=>({value:e,label:WS(t.category)})));function WS(e){return $S[e]??""}function qS(e){for(const[t,o]of Object.entries(BS)){if(t&&!e.startsWith(t))continue;const s=e.slice(t.length);let i=HS[s];if(!i&&zS[s]&&(i=HS[zS[s]]),i)return{...i,factor:i.order?Math.pow(o,i.order):o}}}const ZS={description:ui("Converts a numeric value to a different unit of measure."),args:[Id("value (number)",ui("the numeric value in start_unit to convert to end_unit")),Id("start_unit (string)",ui("The starting unit, the unit currently assigned to value"),GS),Id("end_unit (string)",ui("The unit of measure into which to convert value"),GS)],compute:function(e,t,o){const s=Sn(e,this.locale),i=En(t),n=En(o),r=qS(i),a=qS(n);return r?a?r.category!==a.category?{value:sn.GenericError,message:ui("Incompatible units of measure ('%s' vs '%s')",WS(r.category),WS(a.category))}:{value:a.inverseTransform(r.factor*r.transform(s))/a.factor,format:e?.format}:{value:sn.GenericError,message:ui("Invalid units of measure ('%s')",n)}:{value:sn.GenericError,message:ui("Invalid units of measure ('%s')",i)}},isExported:!0};var jS=Object.freeze({__proto__:null,CONVERT:ZS});const YS=/[A-Za-zÀ-ÖØ-öø-ÿ]+/g,XS=[{value:0,label:ui("Case-sensitive (default)")},{value:1,label:ui("Case-insensitive")}],KS=[{value:0,label:ui("Don't match to end (default)")},{value:1,label:ui("Match to end")}],JS={description:ui("Gets character associated with number."),args:[Id("table_number (number)",ui("The number of the character to look up from the current Unicode table in decimal format."))],compute:function(e){const t=Math.trunc(Sn(e,this.locale));return t<1?new rn(ui("The table_number (%s) is out of range.",t)):String.fromCharCode(t)},isExported:!0},QS={description:ui("Remove non-printable characters from a piece of text."),args:[Id("text (string)",ui("The text whose non-printable characters are to be removed."))],compute:function(e){const t=En(e);let o="";for(const e of t)e&&e.charCodeAt(0)>31&&(o+=e);return o},isExported:!0},eC={description:ui("Appends strings to one another."),args:[Id("string1 (string, range<string>)",ui("The initial string.")),Id("string2 (string, range<string>, repeating)",ui("More strings to append in sequence."))],compute:function(...e){return Nn(e,((e,t)=>e+En(t)),"")},isExported:!0},tC={description:ui("Tests whether two strings are identical."),args:[Id("string1 (string)",ui("The first string to compare.")),Id("string2 (string)",ui("The second string to compare."))],compute:function(e,t){return En(e)===En(t)},isExported:!0},oC={description:ui("First position of string found in text, case-sensitive."),args:[Id("search_for (string)",ui("The string to look for within text_to_search.")),Id("text_to_search (string)",ui("The text to search for the first occurrence of search_for.")),Id("starting_at (number, default=1)",ui("The character within text_to_search at which to start the search."))],compute:function(e,t,o={value:1}){const s=En(e),i=En(t),n=Sn(o,this.locale);if(""===i)return new rn(ui("The text_to_search must be non-empty."));if(n<1)return new rn(ui("The starting_at (%s) must be greater than or equal to 1.",n));const r=i.indexOf(s,n-1);return-1===r?new rn(ui("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,i)):r+1},isExported:!0},sC={description:ui("Concatenates elements of arrays with delimiter."),args:[Id("delimiter (string)",ui("The character or string to place between each concatenated value.")),Id("value_or_array1 (string, range<string>)",ui("The value or values to be appended using delimiter.")),Id("value_or_array2 (string, range<string>, repeating)",ui("More values to be appended using delimiter."))],compute:function(e,...t){const o=En(e);return Nn(t,((e,t)=>(e?e+o:"")+En(t)),"")}},iC={description:ui("Substring from beginning of specified string."),args:[Id("text (string)",ui("The string from which the left portion will be returned.")),Id("number_of_characters (number, optional)",ui("The number of characters to return from the left side of string."))],compute:function(e,...t){const o=t.length?Sn(t[0],this.locale):1;return o<0?new rn(ui("The number_of_characters (%s) must be positive or null.",o)):En(e).substring(0,o)},isExported:!0},nC={description:ui("Length of a string."),args:[Id("text (string)",ui("The string whose length will be returned."))],compute:function(e){return En(e).length},isExported:!0},rC={description:ui("Converts a specified string to lowercase."),args:[Id("text (string)",ui("The string to convert to lowercase."))],compute:function(e){return En(e).toLowerCase()},isExported:!0},aC={description:ui("A segment of a string."),args:[Id("text (string)",ui("The string to extract a segment from.")),Id("starting_at (number)",ui("The index from the left of string from which to begin extracting. The first character in string has the index 1.")),Id("extract_length (number)",ui("The length of the segment to extract."))],compute:function(e,t,o){const s=En(e),i=Sn(t,this.locale),n=Sn(o,this.locale);return i<1?new rn(ui("The starting_at argument (%s) must be positive greater than one.",i.toString())):n<0?new rn(ui("The extract_length argument (%s) must be positive or null.",n)):s.slice(i-1,i+n-1)},isExported:!0},lC={description:ui("Capitalizes each word in a specified string."),args:[Id("text_to_capitalize (string)",ui("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 En(e).replace(YS,(e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()))},isExported:!0},cC={description:ui("Extract text from a string based on the supplied regular expression."),args:[Id("text (string)",ui("The string on which you want to extract text.")),Id("pattern (string)",ui("The regular expression pattern to match against the text.")),Id("return_mode (number, default=0)",ui("0 = first match, 1 = all matches as an array, 2 = capturing groups from the first match as an array."),[{value:0,label:ui("First match")},{value:1,label:ui("All matches")},{value:2,label:ui("Capture groups of first match")}]),Id("case_sensitivity (number, default=0)",ui("Whether the match is case-sensitive."),[{value:0,label:ui("Case-sensitive")},{value:1,label:ui("Case-insensitive")}])],compute:function(e,t,o={value:0},s={value:0}){const i=En(e),n=En(t),r=Sn(o,this.locale),a=Sn(s,this.locale);if(""===i||""===n)return{value:""};if(r<0||r>2)return new rn(ui("The return_mode (%s) must be 0, 1 or 2.",r));if(0!==a&&1!==a)return new rn(ui("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:sn.NotAvailable,message:ui("No matches found.")}:0===r?c[0][0]:1===r?c.map((e=>[e[0]])):c[0].length<2?new rn(ui("No capturing groups found.")):c[0].slice(1).map((e=>[e]))},isExported:!0},hC={description:ui("Replaces part of a text string with different text."),args:[Id("text (string)",ui("The text, a part of which will be replaced.")),Id("position (number)",ui("The position where the replacement will begin (starting from 1).")),Id("length (number)",ui("The number of characters in the text to be replaced.")),Id("new_text (string)",ui("The text which will be inserted into the original text."))],compute:function(e,t,o,s){const i=Sn(t,this.locale);if(i<1)return new rn(ui("The position (%s) must be greater than or equal to 1.",i));const n=En(e),r=Sn(o,this.locale),a=En(s);return n.substring(0,i-1)+a+n.substring(i-1+r)},isExported:!0},dC={description:ui("A substring from the end of a specified string."),args:[Id("text (string)",ui("The string from which the right portion will be returned.")),Id("number_of_characters (number, optional)",ui("The number of characters to return from the right side of string."))],compute:function(e,...t){const o=t.length?Sn(t[0],this.locale):1;if(o<0)return new rn(ui("The number_of_characters (%s) must be positive or null.",o));const s=En(e),i=s.length;return s.substring(i-o,i)},isExported:!0},uC={description:ui("First position of string found in text, ignoring case."),args:[Id("search_for (string)",ui("The string to look for within text_to_search.")),Id("text_to_search (string)",ui("The text to search for the first occurrence of search_for.")),Id("starting_at (number, default=1)",ui("The character within text_to_search at which to start the search."))],compute:function(e,t,o={value:1}){const s=En(e).toLowerCase(),i=En(t).toLowerCase(),n=Sn(o,this.locale);if(""===i)return{value:sn.GenericError,message:ui("The text_to_search must be non-empty.")};if(n<1)return{value:sn.GenericError,message:ui("The starting_at (%s) must be greater than or equal to 1.",n)};const r=i.indexOf(s,n-1);return-1===r?{value:sn.GenericError,message:ui("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,i)}:{value:r+1}},isExported:!0},gC={description:ui("Split text by specific character delimiter(s)."),args:[Id("text (string)",ui("The text to divide.")),Id("delimiter (string)",ui("The character or characters to use to split text.")),Id("split_by_each (boolean, default=true})",ui("Whether or not to divide text around each character contained in delimiter.")),Id("remove_empty_text (boolean, default=true)",ui("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=En(e),n=gt(En(t)),r=An(o),a=An(s);if(n.length<=0)return new rn(ui("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))),Hn([c])},isExported:!1},pC={description:ui("Replaces existing text with new text in a string."),args:[Id("text_to_search (string)",ui("The text within which to search and replace.")),Id("search_for (string)",ui("The string to search for within text_to_search.")),Id("replace_with (string)",ui("The string that will replace search_for.")),Id("occurrence_number (number, optional)",ui("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=Sn(s,this.locale);if(i<0)return new rn(ui("The occurrenceNumber (%s) must be positive or null.",i));const n=En(e),r=En(t);if(""===r)return n;const a=En(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},mC={description:ui("Combines text from multiple strings and/or arrays."),args:[Id("delimiter (string)",ui(" A string, possible empty, or a reference to a valid string. If empty, the text will be simply concatenated.")),Id("ignore_empty (boolean)",ui("A boolean; if TRUE, empty cells selected in the text arguments won't be included in the result."),[{value:!0,label:ui("Ignore empty cells")},{value:!1,label:ui("Include empty cells (default)")}]),Id("text1 (string, range<string>)",ui("Any text item. This could be a string, or an array of strings in a range.")),Id("text2 (string, range<string>, repeating)",ui("Additional text item(s)."))],compute:function(e,t={value:true},...o){const s=En(e),i=An(t);let n=0;return Nn(o,((e,t)=>i&&""===En(t)?e:(n++?e+s:"")+En(t)),"")},isExported:!0},fC={description:ui("Splits text into rows or columns using specified column and row delimiters."),args:[Id("text (string)",ui("The text to split.")),Id("col_delimiter (string, range<string>)",ui("Character or string to split columns by.")),Id("row_delimiter (string, range<string>, optional)",ui("Character or string to split rows by.")),Id("ignore_empty (boolean, default=false)",ui("Whether to ignore empty cells."),[{value:!1,label:ui("Include empty cells (default)")},{value:!0,label:ui("Ignore empty cells")}]),Id("match_mode (number, default=0)",ui("Searches the text for a delimiter match. By default, a case-sensitive match is done."),XS),Id(`pad_with (string, default="${sn.NotAvailable}")`,ui("The value to use for padding empty cells."))],compute:function(e,t,o,s={value:false},i={value:0},n=new hn){const r=En(e);if(r.length<=0)return new rn(ui("No text to split."));if(void 0===t&&void 0===o)return new rn(ui("At least one delimiter must be provided."));const a=Kn(t).flat().map((e=>gt(En(e)))),l=Kn(o).flat().map((e=>gt(En(e))));if(a.some((e=>""===e))||l.some((e=>""===e)))return new rn(ui("The delimiters cannot be empty values."));const c=An(s),h=Sn(i,this.locale);if(![0,1].includes(h))return new rn(ui("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 Hn(d)},isExported:!0},vC={description:ui("Removes space characters."),args:[Id("text (string)",ui("The text or reference to a cell containing text to be trimmed."))],compute:function(e){return oo(En(e))},isExported:!0},bC={description:ui("Converts a specified string to uppercase."),args:[Id("text (string)",ui("The string to convert to uppercase."))],compute:function(e){return En(e).toUpperCase()},isExported:!0},SC={description:ui("Converts a number to text according to a specified format."),args:[Id("number (number)",ui("The number, date or time to format.")),Id("format (string)",ui('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 Rr(Sn(e,this.locale),{format:En(t),locale:this.locale})},isExported:!0},CC={description:ui("Converts a string to a numeric value."),args:[Id("value (number)",ui("the string to be converted"))],compute:function(e){return Sn(e,this.locale)},isExported:!0},yC={description:ui("Returns text that occurs after a given substring or delimiter."),args:[Id("text (string)",ui("The source text.")),Id("delimiter (string)",ui("The substring after which text will be returned.")),Id("instance_num (number, default=1)",ui("The desired instance of the delimiter after which we extract the text. A negative number searches from the end.")),Id("match_mode (number, default=0)",ui("Searches the text for a delimiter match. By default, a case-sensitive match is done."),XS),Id("match_end (number, default=0))",ui("Whether to treat the end of text as a delimiter."),KS),Id(`if_not_found (string, default="${sn.NotAvailable}")`,ui("Value to return if the delimiter is not found."))],compute:function(e,t,o={value:1},s={value:0},i={value:0},n=new hn){const r=En(e),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Sn(i,this.locale);if(0===a)return new rn(ui("The instance_num (%s) must not be zero.",a));if(0!==l&&1!==l)return new rn(ui("match_mode should have a value of 0 or 1."));if(0!==c&&1!==c)return new rn(ui("match_end should have a value of 0 or 1."));const h=En(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},IC={description:ui("Returns text that occurs before a given substring or delimiter."),args:[Id("text (string)",ui("The source text.")),Id("delimiter (string)",ui("The substring after which text will be returned.")),Id("instance_num (number, default=1)",ui("The desired instance of the delimiter before which we extract the text. A negative number searches from the end.")),Id("match_mode (number, default=0)",ui("Searches the text for a delimiter match. By default, a case-sensitive match is done."),XS),Id("match_end (number, default=0))",ui("Whether to match a delimiter against the end of the text."),KS),Id(`if_not_found (string, default="${sn.NotAvailable}")`,ui("Value to return if the delimiter is not found."))],compute:function(e,t,o={value:1},s={value:0},i={value:0},n=new hn){const r=En(e),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Sn(i,this.locale);if(0===a)return new rn(ui("The instance_num (%s) must not be zero.",a));if(0!==l&&1!==l)return new rn(ui("match_mode should have a value of 0 or 1."));if(0!==c&&1!==c)return new rn(ui("match_end should have a value of 0 or 1."));const h=En(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 wC=Object.freeze({__proto__:null,CHAR:JS,CLEAN:QS,CONCATENATE:eC,EXACT:tC,FIND:oC,JOIN:sC,LEFT:iC,LEN:nC,LOWER:rC,MID:aC,PROPER:lC,REGEXEXTRACT:cC,REPLACE:hC,RIGHT:dC,SEARCH:uC,SPLIT:gC,SUBSTITUTE:pC,TEXT:SC,TEXTAFTER:yC,TEXTBEFORE:IC,TEXTJOIN:mC,TEXTSPLIT:fC,TRIM:vC,UPPER:bC,VALUE:CC});const xC={description:ui("Creates a hyperlink in a cell."),args:[Id("url (string)",ui("The full URL of the link enclosed in quotation marks.")),Id("link_label (string, optional)",ui("The text to display in the cell, enclosed in quotation marks."))],compute:function(e,t){const o=En(e).trim(),s=En(t)||o;return""===o?s:At(s,o)},isExported:!0};var EC=Object.freeze({__proto__:null,HYPERLINK:xC});const RC=[{name:ui("Array"),functions:Kd},{name:ui("Database"),functions:qp},{name:ui("Date"),functions:df},{name:ui("Filter"),functions:wf},{name:ui("Financial"),functions:Ov},{name:ui("Info"),functions:fb},{name:ui("Lookup"),functions:cS},{name:ui("Logical"),functions:Ab},{name:ui("Math"),functions:bg},{name:ui("Misc"),functions:Qd},{name:ui("Operator"),functions:DS},{name:ui("Statistical"),functions:Fp},{name:ui("Text"),functions:wC},{name:ui("Engineering"),functions:gf},{name:ui("Web"),functions:EC},{name:ui("Parser"),functions:jS}],TC=/^[A-Z0-9\_\.]+$/;const AC=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(),!TC.test(e))throw new Error(ui("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=>Ed.includes(e)))&&s.type.some((e=>!Ed.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=xd(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 an(ui("Function %s expects the parameter '%s' to be reference to a cell or range.",e.name,(o+1).toString()));s.push(!r.acceptMatrix)}return zn(o.bind(this),t,s)}function o(...t){for(let o=0;o<t.length;o++){const s=t[o],i=xd(e,t.length);if(!e.args[i(o)||o].acceptErrors&&!E(s)&&fn(s?.value))return s}try{return s.apply(this,t)}catch(t){return DC(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=>_C(t,e.name))),o):Un(o,(e=>({value:e}))):"object"==typeof o&&null!==o&&"value"in o?(_C(o,e.name),o):{value:o}}return t}(o),super.replace(e,o),this}};for(const e of RC){const t=e.functions;for(let o in t){const s=t[o];s.category=s.category||e.name,o=o.replace(/_/g,"."),AC.add(o,{isExported:!1,...s}),PC(o,s.args)}}function DC(e,t){return o=e,void 0!==o?.value&&"string"==typeof o.value&&fn(e.value)?(OC(e)&&_C(e,t),e):(console.error(e),new rn(FC+(OC(e)?" "+e.message:"")));var o}function _C(e,t){e.message?.includes("[[FUNCTION_NAME]]")&&(e.message=e.message.replace("[[FUNCTION_NAME]]",t))}const FC=ui("An unexpected error occurred. Submit a support ticket at odoo.com/help.");function OC(e){return void 0!==e?.message&&"string"==typeof e.message}function PC(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};Rd.add(`${e}_function_${t[o].name}_argument_proposals`,{sequence:50,autoSelectFirstProposal:!0,selectProposal:MC,getProposals:i})}}function MC(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 NC{scope;code="";constructor(e=new LC){this.scope=e}append(...e){this.code+=e.map((e=>e.toString())).join("\n")+"\n"}return(e){return new kC(this.scope,this.code,e)}toString(){return VC(this.code)}}class kC{scope;returnExpression;code;constructor(e,t,o){this.scope=e,this.returnExpression=o,this.code=VC(t)}toString(){return this.code}assignResultToVariable(){if(this.scope.isAlreadyDeclared(this.returnExpression))return this;const e=this.scope.nextVariableName(),t=new NC(this.scope);return t.append(this.code),t.append(`const ${e} = ${this.returnExpression};`),t.return(e)}}class LC{nextId=1;declaredVariables=new Set;nextVariableName(){const e="_"+this.nextId++;return this.declaredVariables.add(e),e}isAlreadyDeclared(e){return this.declaredVariables.has(e)}}function VC(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 UC=AC.content,HC={"=":"EQ","+":"ADD","-":"MINUS","*":"MULTIPLY","/":"DIVIDE",">=":"GTE","<>":"NE",">":"GT","<=":"LTE","<":"LT","^":"POWER","&":"CONCATENATE"},zC={"-":"UMINUS","+":"UPLUS","%":"UNARY.PERCENT"},BC={};function $C(e){return GC(Lv(e))}function GC(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=tn(i.value,w);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(!BC[i]){const r=jv([...e]),a=new LC;let l=0,c=0,h=0;if("BIN_OPERATION"===r.type&&":"===r.value)throw new an(ui("Invalid formula"));if("EMPTY"===r.type)throw new an(ui("Invalid formula"));const d=m(r),u=new NC;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=UC[o];if(!s)throw new dn(ui('Unknown function: "%s"',e.value));!function(e){const t=e.args.length,o=e.value.toUpperCase(),s=UC[o],{nbrArgRepeating:i,minArgRequired:n}=s;if(t<n)throw new an(ui("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 an(ui("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 an(ui("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=xd(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=>WC(e)));i.push(m(r,l,c))}return i}function m(e,t=!1,o=!1){const i=new NC(a);if("REFERENCE"!==e.type&&("BIN_OPERATION"!==e.type||":"!==e.value)&&t)throw new an(ui("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=zC[e.value],o=m(e.operand,!1,!1).assignResultToVariable();return i.append(o),i.return(`ctx['${t}'](${o.returnExpression})`)}case"BIN_OPERATION":{const t=HC[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")}}BC[i]=g}const n={execute:BC[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 WC(e){return e.startsWith("RANGE")}const qC=AC.content;function ZC(e){try{return 0===Xv(jv(e)).filter((e=>"FUNCALL"===e.type&&!qC[e.value.toUpperCase()]?.isExported)).length}catch(e){return!1}}function jC(e,t){if(!e.some((e=>"SYMBOL"===e.type&&t.includes(e.value.toUpperCase()))))return[];let o;try{o=jv(e)}catch{return[]}return function(e,t){return Xv(e).filter((e=>"FUNCALL"===e.type&&t.includes(e.value.toUpperCase()))).map((e=>({functionName:e.value.toUpperCase(),args:e.args})))}(o,t)}function YC(e,t,o){if(!t.startsWith("="))return t;const s=Lv(t);for(let t=1;t<s.length;t++){if("REFERENCE"!==s[t].type)continue;const i=s[t].value,n=XC(e,i,o);i!==n&&(s[t]={value:n,type:"REFERENCE"})}return Lt(s.map((e=>e.value)))}function XC(e,t,o){const s=Ta(t).sheetName;if(s?!Ma(s,o.sheetName.old):e!==o.sheetId)return t;const i=function(e,t){if(!Ia.test(e))return La(e);return ka({xc:e,sheetId:t},KC)}(t,s?o.sheetId:e);if(i.invalidXc)return t;const n=o.applyChange(i);return"NONE"===n.changeType||"REMOVE"===n.changeType?t:Ha(n.range,e,function(e){return t=>t===e.sheetId?e.sheetName.current:""}(o))}function KC(e){return{numberOfRows:Number.MAX_SAFE_INTEGER,numberOfCols:Number.MAX_SAFE_INTEGER}}const JC="x1",QC="xMovingAverage",ey={exponential:"exp",logarithmic:"log",polynomial:"poly",trailingMovingAverage:"movingAvg"};function ty(e,t,o,s){let i=!1;const n=[];for(const s in o){let r=o[s];if(r.labelCell){const e=iy(r.labelCell,t);r.labelCell!==e&&(i=!0,r={...r,labelCell:e})}const a=iy(r.dataRange,t);void 0===a||e.getRangeString(a,a.sheetId)===sn.InvalidReference?(i=!0,r=void 0):a!==r.dataRange&&(i=!0,r={...r,dataRange:a}),n[s]=r}let r=s;const a=iy(r,t);a!==r&&(i=!0,r=a);return{isStale:i,dataSets:n.filter(Mt),labelRange:r}}function oy(e,t,o){return o.map((o=>({dataRange:za(e,t,o.dataRange),labelCell:o.labelCell?za(e,t,o.labelCell):void 0})))}function sy(e,t,o){return o?za(e,t,o):void 0}function iy(e,t){if(!e)return;const o=t(e);switch(o.changeType){case"NONE":return e;case"REMOVE":return;default:return o.range}}function ny(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({...ry(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({...ry(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 ry(e,t,o,s){if(o.left!==o.right&&o.top!==o.bottom)throw new Error(`Zone should be a single column or row: ${Go(o)}`);if(s){const i=Go(o),n=Go(s);return{labelCell:e.getRangeFromSheetXC(t,n),dataRange:e.getRangeFromSheetXC(t,i)}}return{labelCell:void 0,dataRange:e.getRangeFromSheetXC(t,Go(o))}}function ay(e,t){const o=t.labelCell?.zone;let s=t.dataRange.zone;if(o){const{numberOfRows:e,numberOfCols:t}=os(s);1===e?s={...s,left:s.left+1}:1===t&&(s={...s,top:s.top+1})}const i=Na({...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":ey[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 ly(e,t,o){if(!t)return;const s={...t.zone};o&&t.zone.bottom>t.zone.top&&(s.top=s.top+1);const i=Na({...t,zone:s},e.getSheetSize);return e.getRangeString(i,"forceSheetReference",{useBoundedReference:!0})}function cy(e,t,o){let s;if(t.labelRange){const i=XC(e,t.labelRange,o);i!==sn.InvalidReference&&(s=i)}const i=[];for(const s of t.dataSets){const t={...s},n=XC(e,s.dataRange,o);n!==sn.InvalidReference&&(t.dataRange=n,i.push(t))}return{...t,dataSets:i,labelRange:s}}function hy(e){return e&&Ms(e)<.3?"#FFFFFF":"#000000"}function dy(e){return e&&Ms(e)<.3?"#C8C8C8":"#666666"}function uy(e){if(e.dataSets){const t=void 0!==e.dataSets.find((e=>!Ia.test(e.dataRange)));if(t)return"InvalidDataSet";if(e.dataSets.map((e=>Uo(e.dataRange))).some((e=>e.top!==e.bottom&&ds(e))))return"InvalidDataSet"}return"Success"}function gy(e){if(e.labelRange){if(!Ia.test(e.labelRange||""))return"InvalidLabelRange"}return"Success"}function py(e,t,o){if(!o)return!1;if(!e)return!1;if(!t)return!0;const s=gs(t.dataRange.zone);return!(gs(e.zone)<s)}function my(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 fy(e,t,o=!1){return(s,i)=>{const n=e?.[i];return vy({format:n,locale:t},o)(s)}}function vy(e,t=!1){return o=>{if(o=Number(o),isNaN(o))return o;const{locale:s,format:i}=e;return Cy(t?Wr({value:o,format:i},s):Rr(o,{locale:s,format:!i&&Math.abs(o)>=1e3?"#,##":i}))}}const by=[{value:"left",label:ui("Left")},{value:"right",label:ui("Right")}];function Sy(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 Cy(e,t=Be){return e?e.length>t?e.substring(0,t)+"…":e:""}function yy(e){return e===JC||e===QC}const Iy={id:"chartShowValuesPlugin",afterDatasetsDraw(e,t,o){if(!o.showValues)return;const s=e._metasets?.[0]?.data;if(!s)return;const i=e.ctx;i.save();const{left:n,top:r,height:a,width:l}=e.chartArea;switch(i.beginPath(),i.rect(n,r,l,a),i.clip(),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=nl(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=hy(t.background),o.strokeStyle=t.background||"#ffffff",wy(p,u,g,o))}}(e,o,i);break;case"bar":case"line":case"radar":o.horizontal?xy(e,o,i):function(e,t,o){const s=e.chartArea.bottom,i=e.chartArea.top,n={};for(const r of e._metasets){if(yy(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";wy(t.callback(Number(h),r,l),u,g,o)}}}(e,o,i);break;case"funnel":xy(e,o,i)}i.restore()}};function wy(e,t,o,s){s.lineWidth=3,s.strokeText(e,t,o),s.lineWidth=1,s.fillText(e,t,o)}function xy(e,t,o){const s=e.chartArea.right,i=e.chartArea.left,n={};for(const r of e._metasets){if(yy(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=nl(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",wy(c,p,d,o)}}}const Ey={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}},Ry="nullValue";function Ty(e,t){const{dataSetsValues:o}=t,s=[],i=Wy(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($y(d,u,g))}return s.push(...n),s}function Ay(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(ui("Subtotal")),l.push([0,d]),a.push(r))}return{datasets:[c],labels:h}}function Dy(e,t){const{dataSetsValues:o,axisType:s,labels:i}=t,n=[],r=!!e.fillArea,a=!!e.stacked,l=[],c=Wy(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?Bs(p,Ze):p,pointBackgroundColor:p,fill:!!r&&Gy(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($y(m,f,v))}return n.push(...l),n}function _y(e,t){const o=Dy(e,t);for(const e of o)yy(e.xAxisID)||(e.showLine=!1);return o}function Fy(e,t){const{dataSetsValues:o}=t,s=[],i=Math.max(0,...o.map((e=>e?.data?.length??0))),n=Sy(new ti(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 Oy(e,t){const{dataSetsValues:o}=t,s=[],i=Wy(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($y(g,p,m))}return s.push(...n),s}function Py(e,t){const{dataSetsValues:o}=t,s=[],i=e.fillArea??!1,n=Wy(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=Bs(c,Ze),h.fill="start"),s.push(h)}return s}function My(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 Ny(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:ky(s,e.funnelColors),yAxisID:"y",xAxisID:"x",barPercentage:1,categoryPercentage:1,borderColor:e.background||k,borderWidth:3}]}function ky(e,t){const o=new ti(e.length,t);return e.map((()=>o.next()))}function Ly(e,t){const{dataSetsValues:o,labels:s}=t,i=Hy(Vy(o,s)),n=i[0]||[],r=new ti(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!==Ry?e.background||k:Z},backgroundColor:e=>{const t="data"===e.type?e.raw:void 0;if(!t||t.label===Ry)return Z;const o=t.groups[0];return a.find((e=>e.label===o))?.color},hoverOffset:10};l.push(o)}return l}function Vy(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]?Ry:String(e[t].data[i]);o[i][t]=s}o[i].value=Number(t[i])}return o}(e,t);return Uy(o,0,e.length,[])}function Uy(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:Uy(i[e]||[],t+1,o,[...s,e]),groups:r,depth:t}})).sort(((e,t)=>t.value-e.value))}function Hy(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 zy(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=Vy(o,s).sort(((e,t)=>t.value-e.value)),l=function(e,t){const o="categoryColor"===e.coloringOptions?.type?e.coloringOptions.colors:[],s=new ti(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??Ey.showLabels,u=e.showValues??Ey.showValues,g=e.coloringOptions||Ey.coloringOptions;let p;"colorScale"===g?.type&&(p=function(e,t){const o=Hy(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}),ii(e)}return}(a,g));const m=[{data:[],tree:c,labels:{display:d||u,overflow:"hidden",...By(e.valuesDesign,Ey.valuesDesign),formatter:e=>[d?e.raw.g:void 0,u?Rr(e.raw.v,r):void 0].filter(Mt)},captions:{display:e.showHeaders??Ey.showHeaders,padding:6,...By(e.headerDesign,Ey.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||Ey.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=Hy(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 $s(n,u)}(t,a,g,l);throw new Error("Unsupported coloring option type}")}}];return m}function By(e,t){const o=e=>Ms(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 $y(e,t,o){const s=ks(e.backgroundColor);s.a=1;const i=t.color||$s(Ns(s),.5);return{type:"line",xAxisID:"trailingMovingAverage"===t.type?QC:JC,yAxisID:e.yAxisID,label:e.label?ui("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 Gy(e,t){return t?0===e?"origin":"-1":"origin"}function Wy(e,t){return new ti(t,e.dataSets?.map((e=>e.backgroundColor))||[])}const qy={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];Zy(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!==Ry})),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===Ry)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=$s(a,.5):e.options.backgroundColor=a}}};function Zy(e,t){return t.length>e.length&&e.every(((e,o)=>e===t[o]))}const jy={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===Ry)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 I={x:Math.cos(b)*f,y:Math.sin(b)*f},w=e.chartArea.left+e.chartArea.width/2+I.x,x=e.chartArea.top+e.chartArea.height/2+I.y;let E;o.translate(w,x),b>Math.PI/2?(o.rotate(b-Math.PI),E=-S):(E=S,o.rotate(b));const R=Ms(h.options.backgroundColor)>.7?"#666666":"#FFFFFF";o.fillStyle=s.textColor||R,o.textAlign="center",o.textBaseline="middle",o.font=sl(i,s.bold,s.italic);const T=-(c.length-1)*n/2;for(let e=0;e<c.length;e++){const t=bl(o,C,c[e],s,"px");o.fillText(t,E,T+e*n)}o.restore()}}(e,o,e.ctx)}};const Yy={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=Ky(s,e);if(!o)break;const n=Xy(t),r=Xy(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 Xy(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 Ky(e,t){return e.find(((e,o)=>o>t&&0!==e.height))}Bh`
|
|
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"]),I=[{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:";"}],w=I[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"],Ie=26,we=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*It(e,t){t.next();for(const o of e){const e=t.next();yield{...o,next:e.done?void 0:e.value}}}function wt(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){return e.slice(0,o).concat(t).concat(e.slice(o))}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 Io(e){return e>="A"&&e<="Z"||e>="a"&&e<="z"}function wo(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||!Io(e.current))return-1;let t=0;for(;e.current&&Io(e.current);)t=26*t+yo(e.shift());return t}function Ao(e){if("$"===e.current&&e.advanceBy(1),!e.current||!wo(e.current))return-1;let t=0;for(;e.current&&wo(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),ko(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=Lo(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=Lo(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=Vo(e,i,0,!1);(a%2==0&&!o||a%2!=0&&o)&&n.push(i);const l=a-r-1,c=n.length,h=r+1;h===e.length-1&&1===l&&1===c?e[h]=n[0]??n[1]:e.splice(h,l,...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){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};(void 0===o&&0!==t||void 0===a&&0!==n)&&(i.hasHeader=!0);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}function Lo(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 Vo(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}function Uo(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=rs(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 Ho(e){const t=Uo(e);if(void 0===t.bottom||void 0===t.right)throw new Error("This does not support unbounded ranges");return t}function zo(e){try{return function(e){return Bo(Uo(e))}(e)}catch(e){return!1}}function Bo(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))&&($o(e)&&e.top>=0&&e.left>=0)}function $o(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 Go(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 Wo(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?as(e,n,"RESIZE",i):r<e[t]?as(e,n,"MOVE",i):{...e}}function qo(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?as(e,n,"RESIZE",i):r<e[t]?as(e,n,"MOVE",i):{...e}}function Zo(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 jo(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 Yo(...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 Xo(e,t){if(Qo(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 Ko(e,t){return e.left===t.left&&e.right===t.right&&e.top===t.top&&e.bottom===t.bottom&&e.hasHeader===t.hasHeader}function Jo(e,t){if(Xo(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 Qo(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 es(e,t,o){const{left:s,right:i,top:n,bottom:r}=o;return e>=s&&e<=i&&t>=n&&t<=r}function ts(e,t){return Ko(Yo(t,e),t)}function os(e){return{numberOfRows:e.bottom-e.top+1,numberOfCols:e.right-e.left+1}}function ss(e){const{numberOfCols:t,numberOfRows:o}=os(e);return 1===t||1===o}function is(e){const t=[],{left:o,right:s,top:i,bottom:n}=rs(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 ns(e,t){const o=[],{left:s,right:i,top:n,bottom:r}=rs(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 rs(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 as(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=us(e)&&!r?"rows"!==t:!(ds(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 ls(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 cs(e){return{left:e.col,right:e.col,top:e.row,bottom:e.row}}function hs(e){return{...e,right:e.left,bottom:e.top}}function ds(e){return void 0===e.right}function us(e){return void 0===e.bottom}function gs(e){return(e.bottom-e.top+1)*(e.right-e.left+1)}function ps(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 ms(e){return e.length<2||1===Fo(e).length}function fs(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))||Qo(t,s));var i,n}));if(-1!==i){t[e]=Yo(t[i],s),t.splice(i,1),o=!0;break}}}return t}function vs(e,t){const o=Jo(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 bs(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(Qo(e[s],t))return e[s]=Yo(e[s],t),e;return e[o]=t,e}),[])}(t):[t[t.length-1]],a=r.map((e=>is(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 Ss(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 Cs(e,t){if(!t.length||!t[0].length)return e;const o=t[0].length,s=t.length;return e.map((e=>Ss(e,o,s))).flat()}function ys(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 Is=(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?Yo(n,e):e}return{target:a,zone:n,selectedZones:r}}const xs=(e,t,o)=>{const s={col:t[0].left,row:t[0].top};e.getBackToDefault(),e.selectZone({cell:s,zone:Yo(...o)},{scrollIntoView:!1})},Es=/rgba?\(|\s+|\)/gi,Rs=/^#([A-F\d]{2}){3,4}$/,Ts=["#eb6d00","#0074d9","#ad8e00","#169ed4","#b10dc9","#00a82d","#00a3a3","#f012be","#3d9970","#111111","#62A300","#ff4136","#949494","#85144b","#001f3f"];function As(e,t=1){const o=1!==t?Math.round(255*t).toString(16).padStart(2,"0"):"";return _s(e.toString(16).padStart(6,"0"))+o}function Ds(e){return"number"==typeof e?e:Number.parseInt(_s(e).slice(1,7),16)}function _s(e){let t=e;if(e.startsWith("rgb")?t=function(e){const t=e.replace(Es,"").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}`),!Rs.test(t))throw new Error(`invalid color input: ${e}`);return t}function Fs(e){try{return _s(e),!0}catch(e){return!1}}const Os=e=>e>=0&&e<=255;function Ps(e,t,o,s=1){if(!Os(e)||!Os(t)||!Os(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 Ms(e){let{r:t,g:o,b:s}=ks(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 Ns(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 ks(e){let t,o,s,i;if(7===(e=_s(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 Ls(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 Vs(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 Us(e){return Ns(Ls(e))}function Hs(e){return Vs(ks(e))}function zs(e){return ks("number"==typeof e?As(e):e)}function Bs(e,t){return 1===t?_s(e).slice(0,7):Ns({...ks(e),a:t})}function $s(e,t){const o=Hs(e);return 1===t?"#fff":(o.l=t*(100-o.l)+o.l,Us(o))}function Gs(e,t){const o=Hs(e);return 1===t?"#000":(o.s=Math.min(100,t*o.s+o.s),o.l=o.l-t*o.l,Us(o))}function Ws(e){return Ms(e)<.6?$s(e,.9):Gs(e,.75)}const qs=["#4EA7F2","#EA6175","#43C5B1","#F4A261","#8481DD","#FFD86D"],Zs=["#4EA7F2","#3188E6","#43C5B1","#00A78D","#EA6175","#CE4257","#F4A261","#F48935","#8481DD","#5752D1","#FFD86D","#FFBC2C"],js=["#4EA7F2","#3188E6","#056BD9","#A76DBC","#7F4295","#6D2387","#EA6175","#CE4257","#982738","#43C5B1","#00A78D","#0E8270","#F4A261","#F48935","#BE5D10","#8481DD","#5752D1","#3A3580","#A4A8B6","#7E8290","#545B70","#FFD86D","#FFBC2C","#C08A16"],Ys=["#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"],Xs=["#4EA7F2","#43C5B1","#EA6175","#F4A261","#8481DD","#FFD86D","#3188E6","#00A78D","#CE4257","#F48935","#5752D1","#FFBC2C"],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"],Js=["#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 Qs(e,t){return t[e%t.length]}function ei(e){return e<=6?qs:e<=12?Zs:e<=24?js:Ys}class ti{preferredColors;currentColorIndex=0;palette;constructor(e,t=[]){this.preferredColors=t,this.palette=ei(e).filter((e=>!t.includes(e)))}next(){return this.preferredColors?.[this.currentColorIndex]?this.preferredColors[this.currentColorIndex++]:Qs(this.currentColorIndex++,this.palette)}}class oi extends ti{constructor(e,t=[]){var o;super(e,t),this.palette=(o=e,o<=6?qs:o<=12?Xs:o<=24?Ks:Js).filter((e=>!t.includes(e)))}}class si{availableColors;colors={};constructor(e=12){this.availableColors=new oi(e)}get(e){return this.colors[e]||(this.colors[e]=this.availableColors.next()),this.colors[e]}}function ii(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=zs(t[e-1].color).a,i=zs(t[e].color).a,n=Ds(t[e-1].color),r=Ds(t[e].color);o.push({min:t[e-1].value,max:t[e].value,minColor:n,maxColor:r,minColorAlpha:s,maxColorAlpha:i,colorDiff:ni(t[e-1].value,t[e].value,n,r)})}return e=>{if(e<o[0].min)return As(o[0].minColor,o[0].minColorAlpha);for(const t of o)if(e>=t.min&&e<=t.max)return As(ri(e,t.min,t.minColor,t.colorDiff),t.maxColorAlpha);return As(o[o.length-1].maxColor,o[o.length-1].maxColorAlpha)}}function ni(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 ri(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 ai=e=>e,li=()=>!1;let ci=ai,hi=li;function di(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 ui=function(e,...t){return hi()?di(ci(e),...t):new gi(e,t)};class gi extends String{values;constructor(e,t){super(e),this.values=t}valueOf(){const e=super.valueOf();return hi()?di(ci(e),...this.values):di(e,...this.values)}toString(){return this.valueOf()}}function pi(e){return/^https?:\/\//i.test(e)?e:`https://${e}`}const mi=new n;function fi(e,t){return{url:e=pi(e),label:t||e,isExternal:!0,isUrlEditable:!0}}mi.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)||ui("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:ui("Cannot open the link because the linked sheet is hidden.")})},sequence:0});const vi={createLink:fi,match:e=>Tt(e),open:e=>window.open(e,"_blank"),urlRepresentation:e=>e,sequence:0};function bi(e){return mi.getAll().sort(((e,t)=>e.sequence-t.sequence)).find((t=>t.match(e)))||vi}function Si(e,t){return bi(e.url).urlRepresentation(e.url,t)}function Ci(e,t,o){bi(e.url).open(e.url,t,o)}function yi(e){if("string"==typeof e){if(Rt(e)){const{label:t,url:o}=Dt(e);return bi(o).createLink(o,t)}return Tt(e)?fi(e):void 0}}class Ii{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 Ii(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds())}static now(){const e=new Date;return new Ii(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 Ii(1899,11,30),xi=864e5,Ei=2e3,Ri=Ii.now().getFullYear(),Ti=Ii.now().getMonth(),Ai=Ii.fromTimestamp(0).getTime()-wi.getTime(),Di=/^\d{1,2}(\/|-|\s)\d{1,2}((\/|-|\s)\d{1,4})?$/,_i=/^\d{3,4}(\/|-|\s)\d{1,2}(\/|-|\s)\d{1,2}$/,Fi=Yt.join(""),Oi=new RegExp(`/|-|${Yt.join("|")}`),Pi=new RegExp(`^(\\d{1,4})[/${Fi}-](\\d{1,4})([/${Fi}-](\\d{1,4}))?$`),Mi=/((\d+(:\d+)?(:\d+)?\s*(AM|PM))|(\d+:\d+(:\d+)?))$/;function Ni(e,t){switch(typeof e){case"number":return e;case"string":return ki(e,t)?Vi(e,t)?.value:!e||isNaN(Number(e))?void 0:Number(e);default:return}}function ki(e,t){return null!==Vi(e,t)}const Li=new Map;function Vi(e,t){return Li.has(t)||Li.set(t,new Map),Li.get(t).has(e)||Li.get(t).set(e,function(e,t){e=e.trim();let o=null;const s=e.match(Mi);if(s){if(o=function(e){if(e=e.trim(),Mi.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 Ii(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(Pi);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(Oi)[0];if(i=function(e,t){const{year:o,month:s,day:i}=e,n=function(e){if(!e)return Ti;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 Ri;const t=Number(e);switch(e.length){case 1:return Ei+t;case 2:return Ei+(Ei+t>Ri+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 Ii(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/xi),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 Ii(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)),Li.get(t).get(e)}function Ui(e){const t=Math.trunc(e),o=Ii.fromTimestamp(t*xi-Ai);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 Hi(e){return Math.round(zi(e))}function zi(e){return(e.getTime()-wi.getTime())/xi}function Bi(e){return new Ii(e.getFullYear(),e.getMonth()+1,0).getDate()}function $i(e){return Bi(e)===e.getDate()}function Gi(e,t,o){const s=e.getFullYear(),i=e.getMonth(),n=e.getDate(),r=new Ii(s,i+t,1);return o&&n===Bi(e)||n>Bi(r)?r.setDate(Bi(r)):r.setDate(n),r}function Wi(e){const t=Math.trunc(e);return t%4==0&&t%100!=0||t%400==0}function qi(e,t,o){if(e===t)return 0;if(e>t){const o=t;t=e,e=o}const s=Ui(e),i=Ui(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===(Wi(c)?29:28)&&(n=30,1===l&&r===(Wi(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+=Wi(o)?366:365;o=t/e}else s?Wi(c)&&(o=366):(Wi(c)&&a<2&&(o=366),Wi(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 Zi(e,t){const o=12*(t.getFullYear()-e.getFullYear())+t.getMonth()-e.getMonth();return e.getDate()>t.getDate()?o-1:o}function ji(e,t){const o=e.getTime(),s=t.getTime();return Math.floor((s-o)/xi)}function Yi(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 Xi(e,t,o){return t>o?Xi(e,o,t):(e=Math.trunc(e),t=Math.trunc(t),o=Math.trunc(o),e>=t&&e<=o)}const Ki=Jt((function(e){return e=gt(e),new RegExp(`(?:^-?\\d+(?:${e}?\\d*(?:e(\\+|-)?\\d+)?)?|^-?${e}\\d+)(?!\\w|!)`)})),Ji=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 Qi(e,t){return!!e&&Ji(t).test(e.trim())}const en=Jt((function(e){return new RegExp(`[$€${gt(e.thousandsSeparator||"")}]`,"g")}));function tn(e,t){e=e.replace(en(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 on(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 sn={NotAvailable:"#N/A",InvalidReference:"#REF",BadExpression:"#BAD_EXPR",CircularDependency:"#CYCLE",UnknownFunction:"#NAME?",DivisionByZero:"#DIV/0!",SpilledBlocked:"#SPILL!",GenericError:"#ERROR",NullError:"#NULL!"},nn=new Set(Object.values(sn));class rn{message;value;constructor(e=ui("Error"),t=sn.GenericError){this.message=e,this.value=t,this.message=e.toString()}}class an extends rn{constructor(e=ui("Invalid expression")){super(e,sn.BadExpression)}}class ln extends rn{constructor(e=ui("Circular reference")){super(e,sn.CircularDependency)}}class cn extends rn{constructor(e=ui("Invalid reference")){super(e,sn.InvalidReference)}}class hn extends rn{constructor(e=ui("Data not available")){super(e,sn.NotAvailable)}}class dn extends rn{constructor(e=ui("Unknown function")){super(e,sn.UnknownFunction)}}class un extends rn{constructor(e=ui("Spill range is not empty")){super(e,sn.SpilledBlocked)}}class gn extends rn{constructor(e=ui("Division by zero")){super(e,sn.DivisionByZero)}}const pn=["number","string","boolean","undefined"];function mn(e){if(void 0!==e)return E(e)?e[0][0]?.format:e.format}function fn(e){return"string"==typeof e&&nn.has(e)}function vn(e){return{value:sn.NotAvailable,message:ui("Did not find value '%s' in [[FUNCTION_NAME]] evaluation.",En(e))}}const bn=e=>ui("The function [[FUNCTION_NAME]] expects a number value, but '%s' is a string, and cannot be coerced to a number.",e);function Sn(e,t){const o=_n(e);switch(typeof o){case"number":return o;case"boolean":return o?1:0;case"string":if(Qi(o,t)||""===o)return tn(o,t);const e=Vi(o,t);if(e)return e.value;throw new rn(bn(o));default:return 0}}function Cn(e,t){try{return Sn(e,t)}catch(e){return}}function yn(e,t){return Kn(e).map((e=>e.map((e=>{if("number"!=typeof e.value){let o="";throw"object"==typeof e?o=ui("Function [[FUNCTION_NAME]] expects number values for %s, but got an empty value.",t):"string"==typeof e?o=ui("Function [[FUNCTION_NAME]] expects number values for %s, but got a string.",t):"boolean"==typeof e&&(o=ui("Function [[FUNCTION_NAME]] expects number values for %s, but got a boolean.",t)),new rn(o)}return e.value}))))}function In(e,t){const o=_n(e);if(""===o)throw new rn(bn(o));return Sn(o,t)}function wn(e,t){return Math.trunc(Sn(e,t))}function xn(e,t){return Math.trunc(In(e,t))}function En(e){const t=_n(e);switch(typeof t){case"string":return t;case"number":return t.toString();case"boolean":return t?"TRUE":"FALSE";default:return""}}const Rn=Jt((function(e){return e.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"")})),Tn=e=>ui("The function [[FUNCTION_NAME]] expects a boolean value, but '%s' is a text, and cannot be coerced to a boolean.",e);function An(e){const t=_n(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 rn(Tn(t))}return!1;case"number":return!!t;default:return!1}}function Dn(e,t){return Ui(Sn(_n(e),t))}function _n(e){if("object"==typeof e&&null!==e&&"value"in e){if(fn(e.value))throw e;return e.value}if(fn(e))throw new rn("",e);return e}function Fn(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 On(e,t){Fn(e,(e=>{if(fn(e.value))throw e;t(e)}),(e=>{if(fn(e?.value))throw e;t(e)}))}function Pn(e,t,o){Fn(e,(e=>{if("number"==typeof e?.value&&t(e),fn(e?.value))throw e}),(e=>{t({value:In(e,o),format:e?.format})}))}function Mn(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 Nn(e,t,o,s="rowFirst"){return Mn(e,t,t,o,s)}function kn(e,t,o,s){return Mn(e,((e,o)=>{const s=o?.value;if("number"==typeof s)return t(e,s);if(fn(s))throw o;return e}),((e,o)=>t(e,In(o,s))),o)}function Ln(e,t,o,s){return Mn(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,Sn(i,s));if(fn(i))throw o;return t(e,0)}return e}),((e,o)=>t(e,Sn(o,s))),o)}function Vn(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 Un(e,t){return 0===e.length?[]:Vn(e.length,e[0].length,((o,s)=>t(e[o][s])))}function Hn(e){return e.length?Vn(e[0].length,e.length,((t,o)=>e[o][t])):[]}function zn(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 Vn(i,n,((o,i)=>{if(o>r-1||i>a-1)return new hn(ui("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 Bn(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(fn(o))throw e;return!0}),(e=>void 0===e||null===e.value||t(function(e){const t=_n(e);if(""===t)throw new rn(Tn(t));return An(t)}(e))))}function $n(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)),Qi(s,t)||ki(s,t)?s=Sn(s,t):"TRUE"!==s&&"FALSE"!==s||(s=An(s)),{operator:o,operand:s}}const Gn=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 Wn(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&&(Qi(e,o)||ki(e,o))?Sn(e,o)===i:e===i;if("<>"===s||"="===s){let t;return t=typeof e==typeof i&&("string"==typeof e&&"string"==typeof i?Gn(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 qn(e,t,o,s=!1){const i=e.length;if(i%2==1)throw new rn(ui("Function [[FUNCTION_NAME]] expects criteria_range and criterion to be in pairs."));const n=Kn(e[0]),r=n.length,a=n[0].length,l=[];for(let t=0;t<i-1;t+=2){const i=Kn(e[t]);if(i.length!==r||i[0].length!==a)throw new rn(ui("Function [[FUNCTION_NAME]] expects criteria_range to have the same dimension"));const n=$n(En(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=Wn(Kn(e[t])[s][n].value??void 0,l[t/2],o),!r)break}r&&t(s,n)}}function Zn(e,t,o,s,i,n){if(void 0===t||null===t.value)return-1;if(fn(t.value))throw t;const r=Yn(t.value),a=typeof r;let l,c,h,d,u,g,p=0,m=i-1;const f="desc"===s?t=>Yn(n(e,i-t-1)):t=>Yn(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 jn(e,t,o,s,i,n,r=!1){if(void 0===t||null===t.value)return-1;if(fn(t.value))throw t;const a=Yn(t.value),l=r?(e,t)=>Yn(i(e,s-t-1)):(e,t)=>Yn(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=Gn(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&&Xn(t,s)>=0||Xn(t,s)>=0&&Xn(s,r)>0)&&(r=s,a=o),s===t});"nextGreater"===o&&(n=o=>{const s=i(e,o);return(!r&&Xn(t,s)<=0||Xn(t,s)<=0&&Xn(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 Yn(e){return"string"==typeof e?Rn(e):e}function Xn(e,t){let o=pn.indexOf(typeof e)-pn.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 Kn(e){return void 0===e?[[]]:E(e)?e:[[e]]}function Jn(e,t){return Nn(e,((e,o)=>(e.push(t(o)),e)),[],"rowFirst")}function Qn(e){if(void 0===e)return!1;const{value:t}=e;return null!==t&&""!==t}const er=ui("[[FUNCTION_NAME]] has no valid input data.");function tr(e){return ui("[[FUNCTION_NAME]] expects the provided values of %(argName)s to be a non-empty matrix.",{argName:e})}function or(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 sr=new Set("$+-/():!^&~{}<>= ");function ir(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 sr.has(e.current)?{type:"CHAR",value:e.shift()}:null}function nr(e){return","===e.current?(e.shift(),{type:"THOUSANDS_SEPARATOR",value:","}):null}function rr(e){return"@"===e.current?(e.shift(),{type:"TEXT_PLACEHOLDER",value:"@"}):null}function ar(e){return"."===e.current?(e.shift(),{type:"DECIMAL_POINT",value:"."}):null}function lr(e){return"%"===e.current?(e.shift(),{type:"PERCENT",value:"%"}):null}function cr(e){if("0"===e.current||"#"===e.current){const t=e.current;return e.shift(),{type:"DIGIT",value:t}}return null}const hr=new Set("dmqyhsa");function dr(e){if(!hr.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 ur(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 gr=20,pr={};function mr(e){let t=pr[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=cr(t)||or(t)||ir(t)||nr(t)||ar(t)||lr(t)||dr(t)||rr(t)||ur(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=vr(t[0])||fr(t[0])||br(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=vr(t[1])||fr(t[1]);if(t[1]?.length&&!s)throw new Error("Invalid second format part of: "+e);const i=vr(t[2])||fr(t[2]);if(t[2]?.length&&!i)throw new Error("Invalid third format part of: "+e);const n=br(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),pr[e]=t),t}function fr(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<gr&&(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 vr(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 br(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 Sr(e){return[Cr(e.positive),Cr(e.negative),Cr(e.zero),Cr(e.text)].filter(Mt).join(";")}function Cr(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,sr.has(s)?e.value:`\\${e.value}`);break;case"REPEATED_CHAR":t+="*"+e.value;break;case"DATE_PART":t+="MM"===e.value?"mm":e.value;break;default:t+=e.value}var s;return t}const yr=11,Ir="REPEATED_CHAR_PLACEHOLDER_",wr={0:ui("January"),1:ui("February"),2:ui("March"),3:ui("April"),4:ui("May"),5:ui("June"),6:ui("July"),7:ui("August"),8:ui("September"),9:ui("October"),10:ui("November"),11:ui("December")},xr={0:ui("Sunday"),1:ui("Monday"),2:ui("Tuesday"),3:ui("Wednesday"),4:ui("Thursday"),5:ui("Friday"),6:ui("Saturday")};function Er(e,t,o,s=!1){return s?Wr({value:e,format:t},o):Rr(e,{format:t,locale:o})}function Rr(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=mr(t),i=o.text||o.positive;return i&&"text"===i.type?Tr(e,i,s):e}case"number":t||(t=Lr(e));const i=mr(t);if("text"===i.positive.type)return Tr(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 Ar(function(e,t){const o=Ui(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+=Nr(o,e.value,s);break;case"REPEATED_CHAR":i+=Ir+e.value;break;default:i+=e.value}return i}(e,n),s);const r=e<0,a=Ar(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}=_r(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=Ir+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+=Ir+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 Tr(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+=Ir+o.value}return Ar(s,o)}function Ar(e,t){const o=e.indexOf(Ir);if(-1===o)return e;const s=e.slice(0,o),i=e.slice(o+Ir.length+1),n=e[o+Ir.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 Dr=[];function _r(e,t=gr){const o=e.toString();if(o.includes("e"))return function(e,t=gr){let o=Dr[t];o||(o=new Intl.NumberFormat("en-US",{maximumFractionDigits:t,useGrouping:!1}),Dr[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(Or)?.[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:Fr(n||"")}}function Fr(e){let t=e.length-1;for(;t>=0&&"0"===e[t];)t--;return e.slice(0,t+1)||void 0}const Or=/^0+/;function Pr(e,t){const{integerDigits:o,decimalDigits:s}=_r(e,20);return s?o+t+s:o}const Mr=Jt((function(e){if(!e)return!1;try{return"date"===mr(e).positive.type}catch(e){return!1}}));function Nr(e,t,o){switch(t){case"d":return e.getDate();case"dd":return e.getDate().toString().padStart(2,"0");case"ddd":return xr[e.getDay()].slice(0,3);case"dddd":return xr[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 ui("Q%(quarter)s",{quarter:e.getQuarter()}).toString();case"qqqq":return ui("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 kr=Jt((function(e){return new RegExp(`[0-9]+${gt(e.decimalSeparator)}[0-9]`)}));function Lr(e){let{integerDigits:t,decimalDigits:o}=_r(e);if(!o)return"0";const s=t.replace("-","").length;if(s+2>yr)return"0";const i=yr-s-1;return({decimalDigits:o}=_r(e,Math.min(i,o.length))),o?"0."+"0".repeat(o.length):"0"}function Vr(e,t){if(!ki(e,t))return;return Vi(e,t).format}function Ur(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 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();return"after"===o&&s&&(r=" "+r),function(e,t,o){const s=`[$${e}]`;return"before"===t?s+o:o+s}(r,o,n)}function zr(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[Br(r,o,` ${n} `),Br(r,o,`(${n})`),Br(r,o," - ")].join(";")}function Br(e,t,o){const s=`[$${e}]`;return"before"===t?s+"* "+o:o+"* "+s}function $r(e){const t=mr(e);return Sr({positive:Gr(t.positive),negative:t.negative?Gr(t.negative):void 0,zero:t.zero?Gr(t.zero):void 0,text:t.text})}function Gr(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 Wr({value:e,format:t},o){const s=Cn(e,o);if(void 0===s)return"";let i=t;if(Math.abs(s)<1e3){i=!t&&s%1!=0?"0.####":t}else i=qr({value:e,format:t},void 0,o);return Rr(e,{format:i,locale:o})}function qr(e,t,o){let s=0;try{s=Math.abs(Sn(e?.value,o))}catch(e){return""}const i=e?.format;if(void 0!==t){const e=t?.value;switch(e){case"k":return Zr(i,1,"k");case"m":return Zr(i,2,"m");case"b":return Zr(i,3,"b");default:throw new rn(ui("The formatting unit should be 'k', 'm' or 'b'."))}}return s<1e5?Zr(i,0,""):s<1e8?Zr(i,1,"k"):s<1e11?Zr(i,2,"m"):Zr(i,3,"b")}function Zr(e,t,o,s){const i=mr(e||"#,##0");return Sr({positive:jr(i.positive,t,o),negative:i.negative?jr(i.negative,t,o):void 0,zero:i.zero?jr(i.zero,t,o):void 0,text:i.text})}function jr(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 Yr(e,t){const o=mr(e);return Sr(mr(Sr({positive:Xr(o.positive,t),negative:o.negative?Xr(o.negative,t):void 0,zero:o.zero?Xr(o.zero,t):void 0,text:o.text})))}function Xr(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 Kr(e){const t=mr(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 Jr(e){if(!e)return!1;try{return"text"===mr(e).positive.type}catch{return!1}}function Qr(e,t,o){return ta({value:Jr(t.format)&&null!==e.parsedValue?e.content:e.parsedValue,format:t.format,origin:o},t.locale)}function ea(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(Qi(e,w))return tn(e,w);const o=Vi(e,t);return o?o.value:wt(e)?"TRUE"===e.toUpperCase():e}function ta(e,t=w,o,s){const i=yi(e.value);if(!i){return na(oa(e,t,o),e.origin??s)}const n=ea(i.label,t);return na({...oa({value:n,format:e.format||("number"==typeof n?Vr(i.label,t)||Ur(i.label):void 0)},t,o),link:i},e.origin??s)}function oa(e,t,o){let{value:s,format:i,message:n}=e;i=o?.format||i;const a=Rr(s,{format:i,locale:t});return fn(s)?function(e,t){return{value:e,formattedValue:e,message:t,type:r.error,isAutoSummable:!1,defaultAlign:"center"}}(s,n):null===s?ia(i):Jr(i)?sa(En(s),i,a):"number"==typeof s?Mr(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):sa(s,i,a)}function sa(e,t,o){return{value:e,format:t,formattedValue:o,type:r.text,isAutoSummable:!0,defaultAlign:"left"}}const ia=Jt((function(e){return{value:null,format:e,formattedValue:"",type:r.empty,isAutoSummable:!0,defaultAlign:"left"}}));function na(e,t){return null===e.value||"origin"in e||(e.origin=t),e}function ra(e){const t=Ii.now();switch(e){case"today":return zi(t);case"yesterday":return zi(Ii.fromTimestamp(t.setDate(t.getDate()-1)));case"tomorrow":return zi(Ii.fromTimestamp(t.setDate(t.getDate()+1)));case"lastWeek":return zi(Ii.fromTimestamp(t.setDate(t.getDate()-7)));case"lastMonth":return zi(Ii.fromTimestamp(t.setMonth(t.getMonth()-1)));case"lastYear":return zi(Ii.fromTimestamp(t.setFullYear(t.getFullYear()-1)))}}function aa(e,t){return"dateValue"in e&&"exactDate"!==e.dateValue?[ra(e.dateValue)]:e.values.map((e=>Ni(e,t)))}function la(e,t){return e.map((e=>{if(e.startsWith("="))return e;const o=ea(e,t);return"number"==typeof o?Rr(o,{format:t.dateFormat,locale:t}):""}))}const ca=new WeakMap,ha=new WeakMap;function da(e,t){ca.has(t)||(ca.set(t,new Map),ha.set(t,0));const o=ca.get(t),s=pa(e);if(o.has(s)){const i=o.get(s);return t[i]=e,i}const i=ha.get(t)+1;return o.set(s,i),ha.set(t,i),t[i]=e,i}function ua(e){const t={};for(const o in e){const s=Fo(e[o].map(cs));for(const e of s)t[Go(e)]=Number(o)}return t}function*ga(e,t){for(const o in t){const s=Ho(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 pa(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+=pa(e[s]);return o+"]"}const t=Object.keys(e).sort();let o="{";for(const s of t)void 0!==e[s]&&(o+=`"${s}":${pa(e[s])},`);return o+="}",o}function ma(e){return 20+120*Math.exp(-.035*(e-1))}const fa=new RegExp(/\$?([A-Z]{1,3})\$?([0-9]{1,7})/,"i"),va=new RegExp(/^\$?([A-Z]{1,3})\$?([0-9]{1,7})$/,"i"),ba=new RegExp(/^\$?([A-Z]{1,3})+$/,"i"),Sa=new RegExp(/^\$?([0-9]{1,7})+$/,"i"),Ca=new RegExp(/^\s*('.+'!|[^']+!)?\$?([A-Z]{1,3})$/,"i"),ya=new RegExp(/^\s*('.+'!|[^']+!)?\$?([0-9]{1,7})$/,"i"),Ia=new RegExp(/^\s*('.+'!|[^']+!)?/.source+"("+[fa.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 ya.test(e)}function xa(e){return ba.test(e)}function Ea(e){return Sa.test(e)}function Ra(e){return va.test(e)}function Ta(e){if(!e.includes("!"))return{xc:e};const t=e.split("!"),o=t.pop();return{sheetName:mt(t.join("!"))||void 0,xc:o}}function Aa(e,t){return void 0!==e?`${vt(e)}!${t}`:t}function Da(e){const t=[];for(let o=0;o<e;o++){const e={cells:{}};t.push(e)}return t}function _a(e,t,o){return o.map((o=>o>=e?o+t:o))}function Fa(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 Oa(e,t="Sheet"){let o=1,s=`${t}${o}`;for(;e.includes(s);)s=`${t}${o}`,o++;return s}function Pa(e,t){let o=1;const s=ui("Copy of %s",e);let i=s.toString();for(;t.includes(i);)i=`${s} (${o})`,o++;return i}function Ma(e,t){return void 0!==e&&void 0!==t&&mt(e.trim().toUpperCase())===mt(t.trim().toUpperCase())}function Na(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&&gs(s)>1?i=[e.parts[0],e.parts[0]]:2===e.parts.length&&1===gs(s)&&(i=[e.parts[0]]),{unboundedZone:o,zone:s,parts:i,prefixSheet:e.prefixSheet,invalidSheetName:e.invalidSheetName,sheetId:e.sheetId}}function ka(e,t){const o=e.xc,{xc:s,sheetName:i}=Ta(o),n=Uo(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 Na({zone:n,parts:r,sheetId:e.sheetId,prefixSheet:Boolean(i),invalidSheetName:e.invalidSheetName},t)}function La(e){const t={left:-1,top:-1,right:-1,bottom:-1};return{sheetId:"",zone:t,unboundedZone:t,parts:[],invalidXc:e,prefixSheet:!1}}function Va(e){return us(e.unboundedZone)}function Ua(e){return ds(e.unboundedZone)}function Ha(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 sn.InvalidReference;if(e.zone.left<0||e.zone.top<0)return sn.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 sn.InvalidReference;let r=Qa(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+=Qa(e,1,s)),`${i?n+"!":""}${r}`}function za(e,t,o){const s=o.sheetId===e?t:o.sheetId;return{...o,sheetId:s}}function Ba(e,t,o){if(!o)return;const s=e.getRangeFromSheetXC(t,o);return s.invalidSheetName||s.invalidXc?void 0:s}function $a(e){const t=[];for(const o of e)for(const e of is(o.zone))t.push({...e,sheetId:o.sheetId});return t}function Ga(e){const t={left:e.col,top:e.row,right:e.col,bottom:e.row};return{sheetId:e.sheetId,zone:t}}function Wa(e){return qa.get(e.type)?.(e)}const qa=new class extends n{add(e,t){return super.add(e,t),this}get(e){return this.content[e]}};function Za(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(!Ma(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=Ja(r,s,a,-e)}else if(i.zone[t]>=n&&i.zone[o]<=l)a="REMOVE",r=La(sn.InvalidReference);else if(i.zone[t]<=l&&i.zone[o]>=l){const e=l-i.zone[t]+1;a="RESIZE",r=Ja(r,s,a,-e),r=Ja(r,s,"MOVE",-(i.zone[t]-n))}else n<i.zone[t]&&(a="MOVE",r=Ja(r,s,a,-(l-n+1)))}return"NONE"!==a?{changeType:a,range:r}:{changeType:"NONE"}}}function ja(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:Ja(i,s,"RESIZE",e.quantity)};if(e.base<i.zone[t])return{changeType:"MOVE",range:Ja(i,s,"MOVE",e.quantity)}}else{if(i.zone[t]<e.base&&e.base<=i.zone[o])return{changeType:"RESIZE",range:Ja(i,s,"RESIZE",e.quantity)};if(e.base<=i.zone[t])return{changeType:"MOVE",range:Ja(i,s,"MOVE",e.quantity)}}return{changeType:"NONE"}}}function Ya(e){return t=>{if(t.sheetId!==e.sheetId&&t.invalidSheetName!==e.sheetName)return{changeType:"NONE"};const o=e.sheetName;return{changeType:"REMOVE",range:t={...La(sn.InvalidReference),invalidSheetName:o}}}}function Xa(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 Ka(e){const t=e.target[0];return o=>{if(o.sheetId!==e.sheetId||!ts(o.zone,t))return{changeType:"NONE"};const s=e.targetSheetId,i=Ja(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 Ja(e,t,o,s){return{...e,unboundedZone:as(e.unboundedZone,t,o,s),zone:as(e.zone,t,o,s)}}function Qa(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=us(e.unboundedZone)&&!o.useBoundedReference?0===t&&e.unboundedZone.hasHeader?s+i+n+r:s+i:ds(e.unboundedZone)&&!o.useBoundedReference?0===t&&e.unboundedZone.hasHeader?s+i+n+r:n+r:s+i+n+r,a}function el(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 tl(e,t=1){return t*(e+Te)-Te}function ol(e,t,o,s){const i=gl(e,t,o,"wrap"===o?.wrapping?s-2*Te:void 0).length;return tl(dl(o),i)+2*Ae}function sl(e,t=!1,o=!1){return`${o?"italic":""} ${t?"bold":""} ${e}px ${Le}`}qa.add("REMOVE_COLUMNS_ROWS",(e=>({applyChange:Za(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("ADD_COLUMNS_ROWS",(e=>({applyChange:ja(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("DELETE_SHEET",(e=>({applyChange:Ya(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}}))).add("RENAME_SHEET",(e=>({applyChange:Xa(e),sheetId:e.sheetId,sheetName:{old:e.oldName,current:e.newName}}))).add("MOVE_RANGES",(e=>({applyChange:Ka(e),sheetId:e.sheetId,sheetName:{old:e.sheetName,current:e.sheetName}})));const il={};function nl(e,t,o,s="pt"){return rl(e,t,hl(o,s))}function rl(e,t,o){if(il[o]||(il[o]={}),void 0===il[o][t]){const s=e.font;e.font=o,il[o][t]=e.measureText(t).width,e.font=s}return il[o][t]}const al={};function ll(e,t,o,s="pt"){const i=hl(o,s);e.save(),e.font=i;const n=function(e,t){const o=e.font;al[o]||(al[o]={});if(void 0===al[o][t]){const s=e.measureText(t),i=s.width,n=s.fontBoundingBoxAscent+s.fontBoundingBoxDescent;al[o][t]={width:i,height:n}}return al[o][t]}(e,t);return e.restore(),n}function cl(e){return Math.round(96*e/72)}function hl(e,t="pt"){return`${e.italic?"italic ":""}${e.bold?"bold":Ne} ${("pt"===t?dl(e):e.fontSize)??ke}px ${Le}`}function dl(e){return cl(e?.fontSize||ke)}function ul(e,t,o,s){if(nl(e,t,s)<=o)return[t];const i=[];let n="";for(const r of t){nl(e,n+r,s)>o?(i.push(n),n=r):n+=r}return i.push(n),i}function gl(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=ul(e,t,s,o),l=n.pop(),c=nl(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=nl(e,t,o);n<=a?(r+=t,a-=n):(i.push(r),r=l,a=s-c)}}""!==r&&i.push(r)}return i}function pl(e){return e?e.toLowerCase():""}const ml=/([0-9\.]*)px/;function fl(e,t,o){let s=rl(e,t,e.font);if(s<=o)return t;const i=rl(e,"…",e.font);if(s<=i)return t;let n=t.length;for(;s>=o-i&&n-- >0;)s=rl(e,t=t.substring(0,n),e.font);return t+"…"}function vl(e,t,o,s=!1,i=!1,n=function(e){return Number(e.match(ml)?.[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 bl(e,t,o,s,i="pt"){if(nl(e,o,s,i)<=t)return o;const n=nl(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=nl(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 Sl{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 Cl{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 yl extends Cl{copy(e,t,o="copyPaste"){}pasteFromCopy(e,t,o,s){if(1===t.length)for(const i of Cs(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 Il extends Cl{copy(e){}}const wl=["%"],xl="+,-,*,/,:,=,<>,>=,>,<=,<,^,&".split(",").concat(wl);function El(e,t=w){e=Xt(e);const o=new ao(e),s=[],i=Zt.test(e)?Ll:Vl;for(;!o.isOver();){let e=Ul(o)||i(o)||Dl(o,t)||Al(o)||_l(o)||Pl(o)||Rl(o)||Hl(o)||Ol(o,t)||kl(o);e||(e={type:"UNKNOWN",value:o.shift()}),s.push(e)}return s}function Rl(e){return"?"===e.current?(e.shift(),{type:"DEBUGGER",value:"?"}):null}const Tl={"(":{type:"LEFT_PAREN",value:"("},")":{type:"RIGHT_PAREN",value:")"}};function Al(e){if("("===e.current||")"===e.current){const t=e.shift();return Tl[t]}return null}function Dl(e,t){if(e.current===t.formulaArgSeparator){return{type:"ARG_SEPARATOR",value:e.shift()}}return null}function _l(e){for(const t of xl)if(e.currentStartsWith(t))return e.advanceBy(t.length),{type:"OPERATOR",value:t};return null}const Fl=new Set("0123456789");function Ol(e,t){if(!Fl.has(e.current)&&e.current!==t.decimalSeparator)return null;const o=e.remaining().match(Ki(t.decimalSeparator));return o?(e.advanceBy(o[0].length),{type:"NUMBER",value:o[0]}):null}function Pl(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 Ml=/\p{L}|\p{N}|_|\.|!|\$/u,Nl=new Set("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.!$");function kl(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&&(Nl.has(e.current)||e.current.match(Ml));)t+=e.shift();if(t.length){const e=t;return Ia.test(e)?{type:"REFERENCE",value:e}:{type:"SYMBOL",value:e}}return null}function Ll(e){let t="";for(;" "===e.current||e.current&&e.current.match(Zt);)t+=e.shift();return t?{type:"SPACE",value:t}:null}function Vl(e){let t="";for(;" "===e.current;)t+=e.shift();return t?{type:"SPACE",value:t}:null}function Ul(e){let t=0;for(;e.current===ot;)t++,e.shift();return t?{type:"SPACE",value:ot.repeat(t)}:null}function Hl(e){return e.currentStartsWith(sn.InvalidReference)?(e.advanceBy(sn.InvalidReference.length),{type:"INVALID_REFERENCE",value:sn.InvalidReference}):null}function zl(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{Rr(1,{locale:e,format:"#,##0.00"}),Rr(1,{locale:e,format:e.dateFormat}),Rr(1,{locale:e,format:e.timeFormat})}catch{return!1}return!0}function Bl(e,t){return uo(e)?ql(e,t):Yl(e,t)}function $l(e,t){return uo(e)?ql(e,t):function(e,t){if(ki(e,t)){const o=Sn(e,t);let s=w.dateFormat;return Number.isInteger(o)||(s+=" "+w.timeFormat),Rr(o,{locale:w,format:s})}return Yl(e,t)}(e,t)}function Gl(e,t){return e.startsWith("=")?Zl(e,t):function(e,t){if(ki(e,w)){const o=Sn(e,w);let s=t.dateFormat;return Number.isInteger(o)||(s+=" "+t.timeFormat),Rr(o,{locale:t,format:s})}return function(e,t){if("."===t.decimalSeparator||!Qi(e,w))return e;const o=kr(w);return e.replace(o,(e=>e.replace(".",t.decimalSeparator)))}(e,t)}(e,t)}function Wl(e,t){return uo(e)?ql(e,t):Yl(e,t)}function ql(e,t){return jl(e.startsWith("+")?"="+e.slice(1):e,t,w)}function Zl(e,t){return jl(e,w,t)}function jl(e,t,o){if(t.formulaArgSeparator===o.formulaArgSeparator&&t.decimalSeparator===o.decimalSeparator)return e;const s=El(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 Yl(e,t){return"."!==t.decimalSeparator&&Qi(e,t)?(t.thousandsSeparator&&(e=e.replaceAll(t.thousandsSeparator,"")),e.replace(t.decimalSeparator,".")):e}function Xl(e,t){return Ql(e,(e=>$l(e,t)))}function Kl(e,t){return Ql(e,(e=>Gl(e,t)))}function Jl(e,t){const o=pt(e);return o.criterion.values=o.criterion.values.map((e=>Gl(e,t))),o}function Ql(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=ec(e.minimum,t),e.maximum=ec(e.maximum,t),e.midpoint&&(e.midpoint=ec(e.midpoint,t)),e;case"IconSetRule":return e.lowerInflectionPoint.value=t(e.lowerInflectionPoint.value),e.upperInflectionPoint.value=t(e.upperInflectionPoint.value),e}}function ec(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 tc(e){return e.dateFormat+" "+e.timeFormat}function oc(e){let t=!1,o=!0;return Bn(e,(e=>(t=!0,o=o&&e,o))),{foundBoolean:t,result:o}}function sc(e){let t=!1,o=!1;return Bn(e,(e=>(t=!0,o=o||e,!o))),{foundBoolean:t,result:o}}function ic(e,t){return kn(e,((e,t)=>e+t),0,t)}function nc(e){return Nn(e,((e,t)=>Qn(t)?e.add(t?.value):e),new Set).size}function rc(e,t){if(!e)throw new rn(t)}function ac(e,t=ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")){if(0===e)throw new gn(t)}function lc(e){return 1===e.length||1===e[0].length}function cc(...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 hc(e){return e.length===e[0].length}const dc=e=>ui("The function [[FUNCTION_NAME]] expects a number value to be greater than or equal to 1, but receives %s.",e);function uc(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 gc(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=uc(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]){pc(i,e,n),pc(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 pc(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 mc(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 fc(e){if(!E(e))return e;if(!vc(e))throw new Error("The value should be a scalar or a 1x1 matrix");return e[0][0]}function vc(e){return 1===e.length&&1===e[0].length}function bc(e){return E(e)&&!vc(e)}function Sc(...e){const t=e[0].length;e.forEach(((e,o)=>rc(e.length===t,ui("[[FUNCTION_NAME]] has mismatched dimensions for argument %s (%s vs %s).",o.toString(),t.toString(),e.length.toString()))))}function Cc(e,t){let o=0;const s=kn(e,((e,t)=>(o+=1,e+t)),0,t);return ac(o),s/o}function yc(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;fn(e)||"string"==typeof e&&!Qi(e,t)&&!Vi(e,t)||(o+=1)}return o}function Ic(e){return Nn(e,((e,t)=>void 0!==t&&null!==t.value?e+1:e),0)}function wc(e,t){let o={value:-1/0};return Pn(e,(e=>{e.value>=o.value&&(o=e)}),t),o.value===-1/0?{value:0}:o}function xc(e,t){let o={value:1/0};return Pn(e,(e=>{e.value<=o.value&&(o=e)}),t),o.value===1/0?{value:0}:o}function Ec(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?Hn(n):n,{_X:s,_newX:n}}function Rc(e,t,o=!0,s=!1){const i=t.flat(),n=i.length;let{_X:r}=Ec(e,t,[[]]);r=r.length===n?Hn(r):r.slice(),Sc(r[0],i);const a=r.length,l=n-a-(o?1:0),c=[i],h=Hn(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=Ac(h,c);if(o||p.push([0]),!s)return p;const m=mc(g,Hn(g)),{inverted:f}=gc(m);if(void 0===f)throw new rn(ui("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),I=[];for(let e=0;e<a;e++)I.push(S*Math.sqrt(f[e][e]));if(o){const e=mc(f,[d]),t=mc(Hn([d]),e);I.push(S*Math.sqrt(t[0][0]+1/i.length))}const w=[[p[0][0],I[0],C,y,b],[p[1][0],I[1],S,l,v]];for(let e=2;e<a;e++)w.push([p[e][0],I[e],"","",""]);return o?w.push([p[a][0],I[a],"","",""]):w.push([0,"","","",""]),w}function Tc(e,t,o,s){Sc(t,e),rc(o>=1,ui("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=Ac(n,i);return s||r.push([0]),r}function Ac(e,t){const o=mc(e,Hn(e)),{inverted:s}=gc(o);if(void 0===s)throw new rn(ui("Matrix is not invertible"));const i=mc(e,t);return Hn(mc(s,i))}function Dc(e,t,o){return e.reduce(((e,s,i)=>e+s*Math.pow(t,o-i)),0)}function _c(e){return e.map((e=>e.map((e=>Math.exp(e)))))}function Fc(e){return e.map((e=>e.map((e=>Math.log(e)))))}function Oc(e,t,o,s){const{_X:i,_newX:n}=Ec(t,e,o),r=Rc(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:Hn(l)}const Pc=new n;function Mc(e){return Pc.get(e)}const Nc={normalizeFunctionValue:e=>Sn(e,w),toValueAndFormat:(e,t)=>({value:Sn(e,w),format:"dd mmm yyyy"}),toFunctionValue(e){const t=Dn(e,w);return`DATE(${t.getFullYear()},${t.getMonth()+1},${t.getDate()})`}},kc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<1||t>31)throw new rn(ui("%s is not a valid day of month (it should be a number between 1 and 31)",t));return t},toValueAndFormat:e=>({value:Sn(e,w),format:"0"}),toFunctionValue:e=>`${e}`},Lc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<1||t>7)throw new rn(ui("%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||w).weekStart)%7;return{value:xr[o].toString(),format:"@"}},toFunctionValue:e=>`${e}`},Vc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<0||t>53)throw new rn(ui("%s is not a valid week (it should be a number between 0 and 53)",t));return t},toValueAndFormat:e=>({value:Sn(e,w),format:"0"}),toFunctionValue:e=>`${e}`},Uc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<1||t>12)throw new rn(ui("%s is not a valid month (it should be a number between 1 and 12)",t));return t},toValueAndFormat:e=>({value:wr[Sn(e,w)-1].toString(),format:"@"}),toFunctionValue:e=>`${e}`},Hc={normalizeFunctionValue:e=>Rr(Sn(e,w),{locale:w,format:"mm/yyyy"}),toValueAndFormat:e=>({value:Sn(e,w),format:"mmmm yyyy"}),toFunctionValue(e){const t=Dn(e,w);return`DATE(${t.getFullYear()},${t.getMonth()+1},1)`}},zc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<1||t>4)throw new rn(ui("%s is not a valid quarter (it should be a number between 1 and 4)",t));return t},toValueAndFormat:e=>({value:ui("Q%(quarter_number)s",{quarter_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Bc={normalizeFunctionValue(e){const t=Sn(e,w);return t>3e3?Dn(t,w).getFullYear():t},toValueAndFormat:e=>({value:Sn(e,w),format:"0"}),toFunctionValue:e=>`${e}`},$c={normalizeFunctionValue(e){const t=Sn(e,w);if(t<0||t>23)throw new rn(ui("%s is not a valid hour (it should be a number between 0 and 23)",t));return t},toValueAndFormat:e=>({value:ui("%(hour_number)sh",{hour_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Gc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<0||t>59)throw new rn(ui("%s is not a valid minute (it should be a number between 0 and 59)",t));return t},toValueAndFormat:e=>({value:ui("%(minute_number)s'",{minute_number:e}),format:"@"}),toFunctionValue:e=>`${e}`},Wc={normalizeFunctionValue(e){const t=Sn(e,w);if(t<0||t>59)throw new rn(ui("%s is not a valid second (it should be a number between 0 and 59)",t));return t},toValueAndFormat:e=>({value:ui("%(second_number)s''",{second_number:e}),format:"@"}),toFunctionValue:e=>`${e}`};function qc(e){return{normalizeFunctionValue:t=>null===t?null:e.normalizeFunctionValue(t),toValueAndFormat:(t,o)=>null===t?{value:ui("(Undefined)")}:e.toValueAndFormat(t,o),toFunctionValue:t=>null===t?"false":e.toFunctionValue(t)}}Pc.add("day",qc(Nc)).add("year",qc(Bc)).add("day_of_month",qc(kc)).add("iso_week_number",qc(Vc)).add("month_number",qc(Uc)).add("month",qc(Hc)).add("quarter_number",qc(zc)).add("day_of_week",qc(Lc)).add("hour_number",qc($c)).add("minute_number",qc(Gc)).add("second_number",qc(Wc));const Zc={count:ui("Count"),count_distinct:ui("Count Distinct"),bool_and:ui("Boolean And"),bool_or:ui("Boolean Or"),max:ui("Maximum"),min:ui("Minimum"),avg:ui("Average"),sum:ui("Sum")},jc=["max","min","avg","sum","count_distinct","count"],Yc={integer:jc,char:jc,datetime:jc,boolean:["count_distinct","count","bool_and","bool_or"]},Xc={};for(const e in Yc){Xc[e]={};for(const t of Yc[e])Xc[e][t]=Zc[t]}const Kc={count:e=>({value:Ic([e]),format:"0"}),count_distinct:e=>({value:nc([e]),format:"0"}),bool_and:e=>({value:oc([e]).result}),bool_or:e=>({value:sc([e]).result}),max:(e,t)=>wc([e],t),min:(e,t)=>xc([e],t),avg:(e,t)=>({value:Cc([e],t),format:mn(e)}),sum:(e,t)=>({value:ic([e],t),format:mn(e)})};function Jc(e){const t=Object.keys(e);if(!t.length)return 0;const o=t.map((e=>parseInt(e,10)));return Math.max(...o)}const Qc={year:ui("Year"),quarter:ui("Quarter & Year"),month:ui("Month & Year"),week:ui("Week & Year"),day:ui("Day"),quarter_number:ui("Quarter"),month_number:ui("Month"),iso_week_number:ui("Week"),day_of_month:ui("Day of Month"),day_of_week:ui("Day of Week"),hour_number:ui("Hour"),minute_number:ui("Minute"),second_number:ui("Second")},eh=["date","datetime"];function th(e){const[t,o]=e.split(":");return o?{fieldName:t,granularity:o}:{fieldName:t}}function oh(e){return eh.includes(e.type)}function sh(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}=th(e),n=lh(o,{type:i,granularity:t});s.push(`"${e}"`,n)}return s}function ih(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 nh(e,t){switch(t.type){case"HEADER":return`=PIVOT.HEADER(${sh(e,t.domain).join(",")})`;case"VALUE":return`=PIVOT.VALUE(${sh(e,t.domain,t.measure).join(",")})`;case"MEASURE_HEADER":return`=PIVOT.HEADER(${sh(e,[...t.domain,{field:"measure",value:t.measure,type:"char"}]).join(",")})`}return""}function rh(e,t){if(null===t||"null"===t)return null;const o="object"==typeof t?t.value:t;if(fn(o))return o;if("custom"===e.type)return _n(t)??null;const s="boolean"==typeof t?En(t).toLocaleLowerCase():En(t);if("null"===s)return null;if(!hh.contains(e.type))throw new rn(ui("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 hh.get(e.type)(s,e.granularity)}function ah(e,t){return Mc(t??"month").normalizeFunctionValue(e)}function lh(e,t){return null===e?'"null"':dh.contains(t.type)?dh.get(t.type)(e,t.granularity):`"${e}"`}function ch(e,t){return Mc(t??"month").toFunctionValue(e)}const hh=new n;hh.add("date",ah).add("datetime",ah).add("integer",(e=>Sn(e,w))).add("boolean",(e=>An(e))).add("char",(e=>En(e))).add("custom",(e=>e));const dh=new n;function uh(e){return e.displayName+(e.granularity?` (${Qc[e.granularity]})`:"")}function gh(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 ph(e,t){return ho(e,t.groups.map((e=>e.name)),{compute:(e,t)=>`${e}${t}`,start:2})}function mh(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 fh(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 vh(e,t){t.groups=t.groups.filter((t=>!t.values.some((t=>e.includes(t)))))}function bh(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 Sh(e,t,o){return Object.values(e.customFields||{}).find((e=>e.parentField===t.name))||{parentField:t.name,name:mh(t.string,o),groups:[]}}dh.add("date",ch).add("datetime",ch).add("integer",(e=>`${Sn(e,w)}`)).add("boolean",(e=>An(e)?"TRUE":"FALSE")).add("char",(e=>`"${En(e).replace(/"/g,'\\"')}"`)).add("custom",(e=>"string"==typeof e?`"${e}"`:String(e)));class Ch extends yl{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=>ts(t,e)))){const e=this.getters.getPivotCellFromPosition(c),t=nh(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)?"":Rr(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 Cs(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:Cs(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=Wl(e[o]||"",t);s.push({content:i,evaluatedCell:{formattedValue:i}})}o.cells.push(s)}return o}}const yh={figureHandlers:new n,cellHandlers:new n};function Ih(e,t){return"REMOVE_COLUMNS_ROWS"===t.type?jo(e,"COL"===t.dimension?"left":"top",t.elements):"ADD_COLUMNS_ROWS"===t.type?Wo(e,"COL"===t.dimension?"left":"top",t.base,t.position,t.quantity):e}function wh(e,t){const o="DELETE_SHEET"===t.type&&t.sheetId;if("sheetId"in t&&e._sheetId!==t.sheetId)return e;{const s=Ih(e._zone,t);if(s&&o!==e._sheetId)return{...e,_zone:s}}}yh.figureHandlers.add("chart",class extends Il{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 Sl).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 Sl).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 Il{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 Sl).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 Il{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 Sl).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 Sl,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"}}),yh.cellHandlers.add("dataValidation",class extends yl{uuidGenerator=new Sl;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=cs(t),i=cs(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",Ch).add("sheet",class extends yl{isPasteAllowed(e,t,o,s){if(!("cells"in o))return"Success";const{xSplit:i,ySplit:n}=this.getters.getPaneDivisions(e);return ps(Cs(t,o.cells),i,n)?"FrozenPaneOverlap":"Success"}}).add("merge",class extends yl{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 yl{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=>ts(u,e)))){a.add(h.id);let{numberOfRows:e}=os(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=os(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 yl{uuidGenerator=new Sl;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=cs(e.position),i=cs(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 yl{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 yl{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 Ss(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 xh{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 Eh extends xh{dependencies=new Map;factory=new Rh(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 Rh{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 Th{get;disposeCallbacks=[];constructor(e){this.get=e}onDispose(e){this.disposeCallbacks.push(e)}dispose(){this.disposeCallbacks.forEach((e=>e()))}}function Ah(){const e=t.useEnv();if(e.__spreadsheet_stores__ instanceof Eh)return e.__spreadsheet_stores__;const o=new Eh;return t.useSubEnv({__spreadsheet_stores__:o,getStore:e=>Oh(o.get(e),(()=>o.trigger("store-updated")))}),t.onWillUnmount((()=>o.dispose())),o}function Dh(e){const o=Ph(t.useEnv()),s=o.get(e);return Fh(o,s)}function _h(e,...o){const s=Ph(t.useEnv()),i=s.instantiate(e,...o);return t.onWillUnmount((()=>i.dispose())),Fh(s,i)}function Fh(e,o){const s=t.useComponent();return Oh(o,(()=>{"mounted"===t.status(s)&&e.trigger("store-updated")}))}function Oh(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 Ph(e){const t=e.__spreadsheet_stores__;if(!(t instanceof Eh))throw new Error("No store provider found. Did you forget to call useStoreProvider()?");return t}const Mh=(Nh="Model",class{constructor(e){throw new Error(`This is a abstract store for ${Nh}, it cannot be instantiated.\nDid you forget to inject your store instance?\n\nconst stores = useStoreProvider();\nstores.inject(MyMetaStore, storeInstance);\n`)}});var Nh;class kh{mutators=["register","unRegister","draw","startAnimation","stopAnimation"];renderers={};model;context=void 0;animationFrameId=null;registeredAnimations=new Set;constructor(e){this.model=e(Mh)}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 Lh extends Th{model=this.get(Mh);getters=this.model.getters;renderer=this.get(kh);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 Vh={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 Uh extends Lh{mutators=["focusComposer","focusActiveComposer"];activeComposer=Vh;_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 Hh={};let zh=0;function Bh(e,...t){const o="__sheet__"+zh++;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),Hh[e]=o}(o,String.raw(e,...t)),function(e){const t=Hh[e];t.setAttribute("component",e),document.head.appendChild(t)}(o),o}function $h({strikethrough:e,underline:t}){return e||t?`${e?"line-through":""} ${t?"underline":""}`:"none"}function Gh(e){const t=Wh(e);return e?(e.fillColor&&(t.background=e.fillColor),t):t}function Wh(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 qh(e){let t="";for(const o in e)e[o]&&(t+=`${o}:${e[o]}; `);return t}const Zh=new n;function jh(){if(window.Chart&&!window.Chart.registry.plugins.get("chartShowValuesPlugin"))for(const e of Zh.getAll())e.register(window.Chart)}class Yh extends Lh{mutators=["disableAnimationForChart","enableAnimationForChart"];animationPlayed={};disableAnimationForChart(e,t){return this.animationPlayed[e]=t,"noStateChange"}enableAnimationForChart(e){return this.animationPlayed[e]=void 0,"noStateChange"}}function Xh(){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 Kh(){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=Jh(this),l=(a-(i?Jh(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=Jh(this),l=n?Jh(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 Jh(e){const{x:t,base:o}=e.getProps(["x","base"]),s=Math.min(t,o);return Math.max(t,o)-s}const Qh=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}},ed="000000",td={arrows:"3Arrows",smiley:"3Symbols",dots:"3TrafficLights1"},od={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"},sd="http://schemas.openxmlformats.org/drawingml/2006/main",id="http://schemas.openxmlformats.org/drawingml/2006/chart",nd={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"},rd={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"},ad="bdbb8cdc-fa1e-496e-a857-3c3f30c029c3",ld="http://schemas.openxmlformats.org/officeDocument/2006/relationships",cd=.75,hd=.143,dd=8.43,ud=12.75,gd=30,pd=100,md=164,fd=50,vd={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}]},bd=["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"],Sd="[Content_Types].xml",Cd=/(.*?)\((.*?)\)(.*)/,yd=["ANY","BOOLEAN","DATE","NUMBER","STRING","RANGE","RANGE<BOOLEAN>","RANGE<DATE>","RANGE<NUMBER>","RANGE<STRING>","META","RANGE<META>"];function Id(e,t="",o){return function(e,t,o){const s=e.match(Cd),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=yd.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 wd={};function xd(e,t){const o=e.name,s=wd[o]?.[t];return s||(wd[o]||(wd[o]={}),wd[o][t]||(wd[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)),wd[o][t])}const Ed=["META","RANGE<META>"];const Rd=new n,Td={description:ui("Returns a result array constrained to a specific width and height."),args:[Id("input_range (any, range<any>)",ui("The range to constrain.")),Id("rows (number)",ui("The number of rows in the constrained array.")),Id("columns (number)",ui("The number of columns in the constrained array."))],compute:function(e,t,o){const s=Kn(e),i=wn(t?.value,this.locale),n=wn(o?.value,this.locale);if(i<=0)return new rn(ui("The rows argument (%s) must be strictly positive.",i.toString()));if(n<=0)return new rn(ui("The columns argument (%s) must be strictly positive.",n.toString()));const r=Math.min(i,s[0].length);return Vn(Math.min(n,s.length),r,((e,t)=>s[e][t]))},isExported:!1},Ad={description:ui("Creates a new array from the selected columns in the existing range."),args:[Id("array (any, range<any>)",ui("The array that contains the columns to be returned.")),Id("col_num (number, range<number>)",ui("The first column index of the columns to be returned.")),Id("col_num2 (number, range<number>, repeating)",ui("The columns indexes of the columns to be returned."))],compute:function(e,...t){const o=Kn(e),s=Jn(t,(e=>wn(e?.value,this.locale))),i=s.filter((e=>0===e||o.length<Math.abs(e)));if(0!==i.length)return new rn(ui("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},Dd={description:ui("Creates a new array from the selected rows in the existing range."),args:[Id("array (any, range<any>)",ui("The array that contains the rows to be returned.")),Id("row_num (number, range<number>)",ui("The first row index of the rows to be returned.")),Id("row_num2 (number, range<number>, repeating)",ui("The rows indexes of the rows to be returned."))],compute:function(e,...t){const o=Kn(e),s=Jn(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 rn(ui("The rows arguments must be between -%s and %s (got %s), excluding 0.",o[0].length.toString(),o[0].length.toString(),n.join(","))):Vn(i,s.length,((e,t)=>s[t]>0?o[e][s[t]-1]:o[e][o[e].length+s[t]]))},isExported:!0},_d={description:ui("Expands or pads an array to specified row and column dimensions."),args:[Id("array (any, range<any>)",ui("The array to expand.")),Id("rows (number)",ui("The number of rows in the expanded array. If missing, rows will not be expanded.")),Id("columns (number, optional)",ui("The number of columns in the expanded array. If missing, columns will not be expanded.")),Id("pad_with (any, default=0)",ui("The value with which to pad."))],compute:function(e,t,o,s={value:0}){const i=Kn(e),n=wn(t?.value,this.locale),r=void 0!==o?wn(o.value,this.locale):i.length;return n<i[0].length?new rn(ui("The rows arguments (%s) must be greater or equal than the number of rows of the array.",n.toString())):r<i.length?new rn(ui("The columns arguments (%s) must be greater or equal than the number of columns of the array.",r.toString())):Vn(r,n,((e,t)=>e>=i.length||t>=i[e].length?s:i[e][t]))},isExported:!0},Fd={description:ui("Flattens all the values from one or more ranges into a single column."),args:[Id("range (any, range<any>)",ui("The first range to flatten.")),Id("range2 (any, range<any>, repeating)",ui("Additional ranges to flatten."))],compute:function(...e){return[Jn(e,(e=>void 0===e?{value:""}:e))]},isExported:!1},Od={description:ui("Calculates the frequency distribution of a range."),args:[Id("data (range<number>)",ui("The array of ranges containing the values to be counted.")),Id("classes (number, range<number>)",ui("The range containing the set of classes."))],compute:function(e,t){const o=Jn([e],(e=>e.value)).filter((e=>"number"==typeof e)),s=Jn([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},Pd={description:ui("Appends ranges horizontally and in sequence to return a larger array."),args:[Id("range1 (any, range<any>)",ui("The first range to be appended.")),Id("range2 (any, range<any>, repeating)",ui("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=Kn(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},Md={description:ui("Returns the matrix determinant of a square matrix."),args:[Id("square_matrix (number, range<number>)",ui("An range with an equal number of rows and columns representing a matrix whose determinant will be calculated."))],compute:function(e){const t=yn(e,"square_matrix");return hc(t)?gc(t).determinant:new rn(ui("The argument square_matrix must have the same number of columns and rows."))},isExported:!0},Nd={description:ui("Returns the multiplicative inverse of a square matrix."),args:[Id("square_matrix (number, range<number>)",ui("An range with an equal number of rows and columns representing a matrix whose multiplicative inverse will be calculated."))],compute:function(e){const t=yn(e,"square_matrix");if(!hc(t))return new rn(ui("The argument square_matrix must have the same number of columns and rows."));const{inverted:o}=gc(t);return o||new rn(ui("The matrix is not invertible."))},isExported:!0},kd={description:ui("Calculates the matrix product of two matrices."),args:[Id("matrix1 (number, range<number>)",ui("The first matrix in the matrix multiplication operation.")),Id("matrix2 (number, range<number>)",ui("The second matrix in the matrix multiplication operation."))],compute:function(e,t){const o=yn(e,"matrix1"),s=yn(t,"matrix2");return 0===o.length||0===s.length?new rn(ui("The first and second arguments of [[FUNCTION_NAME]] must be non-empty matrices.")):o.length!==s[0].length?new rn(ui("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())):mc(o,s)},isExported:!0},Ld={description:ui("Calculates the sum of the products of corresponding entries in equal-sized ranges."),args:[Id("range1 (number, range<number>)",ui("The first range whose entries will be multiplied with corresponding entries in the other ranges.")),Id("range2 (number, range<number>, repeating)",ui("The other range whose entries will be multiplied with corresponding entries in the other ranges."))],compute:function(...e){if(!cc(...e))return new rn(ui("All the ranges must have the same dimensions."));const t=e.map(Kn);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*=Sn(o[e][s],this.locale);o+=i}return o},isExported:!0};function Vd(e,t,o){if(!cc(e,t))return new rn(ui("The arguments array_x and array_y must have the same dimensions."));const s=Kn(e),i=Kn(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 rn(ui("The arguments array_x and array_y must contain at least one pair of numbers."))}const Ud={description:ui("Calculates the sum of the difference of the squares of the values in two array."),args:[Id("array_x (number, range<number>)",ui("The array or range of values whose squares will be reduced by the squares of corresponding entries in array_y and added together.")),Id("array_y (number, range<number>)",ui("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 Vd(e,t,((e,t)=>e**2-t**2))},isExported:!0},Hd={description:ui("Calculates the sum of the sum of the squares of the values in two array."),args:[Id("array_x (number, range<number>)",ui("The array or range of values whose squares will be added to the squares of corresponding entries in array_y and added together.")),Id("array_y (number, range<number>)",ui("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 Vd(e,t,((e,t)=>e**2+t**2))},isExported:!0},zd={description:ui("Calculates the sum of squares of the differences of values in two array."),args:[Id("array_x (number, range<number>)",ui("The array or range of values that will be reduced by corresponding entries in array_y, squared, and added together.")),Id("array_y (number, range<number>)",ui("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 Vd(e,t,((e,t)=>(e-t)**2))},isExported:!0},Bd=!1,$d=[Id("array (any, range<any>)",ui("The array which will be transformed.")),Id("ignore (number, default=0)",ui("Whether to ignore certain types of values. By default, no values are ignored."),[{value:0,label:ui("Keep all values (default)")},{value:1,label:ui("Ignore blanks")},{value:2,label:ui("Ignore errors")},{value:3,label:ui("Ignore blanks and errors")}]),Id("scan_by_column (number, default=false)",ui("Scan the array by column. By default, the array is scanned by row."),[{value:!1,label:ui("Scan by row (default)")},{value:!0,label:ui("Scan by column")}])];function Gd(e){const t=Math.trunc(e);if(0===t)return()=>!0;if(1===t)return e=>null!==e.value;if(2===t)return e=>!fn(e.value);if(3===t)return e=>null!==e.value&&!fn(e.value);throw new rn(ui("Argument ignore must be between 0 and 3"))}const Wd={description:ui("Transforms a range of cells into a single column."),args:$d,compute:function(e,t={value:0},o={value:Bd}){const s=Kn(e),i=Sn(t.value,this.locale),n=(An(o.value)?s:Hn(s)).flat().filter(Gd(i));return 0===n.length?new hn(ui("No results for the given arguments of TOCOL.")):[n]},isExported:!0},qd={description:ui("Transforms a range of cells into a single row."),args:$d,compute:function(e,t={value:0},o={value:Bd}){const s=Kn(e),i=Sn(t.value,this.locale),n=(An(o.value)?s:Hn(s)).flat().filter(Gd(i)).map((e=>[e]));return 0===n.length||0===n[0].length?new hn(ui("No results for the given arguments of TOROW.")):n},isExported:!0},Zd={description:ui("Transposes the rows and columns of a range."),args:[Id("range (any, range<any>)",ui("The range to be transposed."))],compute:function(e){const t=Kn(e);return Vn(t[0].length,t.length,((e,o)=>t[o][e]))},isExported:!0},jd={description:ui("Appends ranges vertically and in sequence to return a larger array."),args:[Id("range1 (any, range<any>)",ui("The first range to be appended.")),Id("range2 (any, range<any>, repeating)",ui("Additional ranges to add to range1."))],compute:function(...e){const t=Math.max(...e.map((e=>Kn(e).length))),o=e.reduce(((e,t)=>e+Kn(t)[0].length),0),s=Array(t).fill([]).map((()=>Array(o).fill({value:0})));let i=0;for(const t of e){const e=Kn(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},Yd={description:ui("Wraps the provided row or column of cells by columns after a specified number of elements to form a new array."),args:[Id("range (any, range<any>)",ui("The range to wrap.")),Id("wrap_count (number)",ui("The maximum number of cells for each column, rounded down to the nearest whole number.")),Id("pad_with (any, default=0)",ui("The value with which to fill the extra cells in the range."))],compute:function(e,t,o={value:0}){const s=Kn(e),i=wn(t?.value,this.locale);if(!lc(s))return new rn(ui("Argument range must be a single row or column."));const n=s.flat();return Vn(Math.ceil(n.length/i),i,((e,t)=>{const s=e*i+t;return s<n.length?n[s]:o}))},isExported:!0},Xd={description:ui("Wraps the provided row or column of cells by rows after a specified number of elements to form a new array."),args:[Id("range (any, range<any>)",ui("The range to wrap.")),Id("wrap_count (number)",ui("The maximum number of cells for each row, rounded down to the nearest whole number.")),Id("pad_with (any, default=0)",ui("The value with which to fill the extra cells in the range."))],compute:function(e,t,o={value:0}){const s=Kn(e),i=wn(t?.value,this.locale);if(!lc(s))return new rn(ui("Argument range must be a single row or column."));const n=s.flat(),r=Math.ceil(n.length/i);return Vn(i,r,((e,t)=>{const s=t*i+e;return s<n.length?n[s]:o}))},isExported:!0};var Kd=Object.freeze({__proto__:null,ARRAY_CONSTRAIN:Td,CHOOSECOLS:Ad,CHOOSEROWS:Dd,EXPAND:_d,FLATTEN:Fd,FREQUENCY:Od,HSTACK:Pd,MDETERM:Md,MINVERSE:Nd,MMULT:kd,SUMPRODUCT:Ld,SUMX2MY2:Ud,SUMX2PY2:Hd,SUMXMY2:zd,TOCOL:Wd,TOROW:qd,TRANSPOSE:Zd,VSTACK:jd,WRAPCOLS:Yd,WRAPROWS:Xd});const Jd={description:ui("Apply a large number format"),args:[Id("value (number)",ui("The number.")),Id("unit (string, optional)",ui("The formatting unit. Use 'k', 'm', or 'b' to force the unit"),[{value:"k",label:ui("Thousand")},{value:"m",label:ui("Million")},{value:"b",label:ui("Billion")}])],compute:function(e,t){return{value:Sn(e,this.locale),format:qr(e,t,this.locale)}}};var Qd=Object.freeze({__proto__:null,FORMAT_LARGE_NUMBER:Jd});class eu{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 tu extends eu{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 ou(e){return e.isFormula&&e.compiledFormula.tokens.some((e=>"SYMBOL"===e.type&&"SUBTOTAL"===e.value.toUpperCase()))}const su=/^-?[a-z0-9]+$/i,iu={description:ui("Absolute value of a number."),args:[Id("value (number)",ui("The number of which to return the absolute value."))],compute:function(e){return Math.abs(Sn(e,this.locale))},isExported:!0},nu={description:ui("Inverse cosine of a value, in radians."),args:[Id("value (number)",ui("The value for which to calculate the inverse cosine. Must be between -1 and 1, inclusive."))],compute:function(e){const t=Sn(e,this.locale);return Math.abs(t)>1?new rn(ui("The value (%s) must be between -1 and 1 inclusive.",t)):Math.acos(t)},isExported:!0},ru={description:ui("Inverse hyperbolic cosine of a number."),args:[Id("value (number)",ui("The value for which to calculate the inverse hyperbolic cosine. Must be greater than or equal to 1."))],compute:function(e){const t=Sn(e,this.locale);return t<1?new rn(ui("The value (%s) must be greater than or equal to 1.",t)):Math.acosh(t)},isExported:!0},au={description:ui("Inverse cotangent of a value."),args:[Id("value (number)",ui("The value for which to calculate the inverse cotangent."))],compute:function(e){const t=Sn(e,this.locale);return(Math.sign(t)||1)*Math.PI/2-Math.atan(t)},isExported:!0},lu={description:ui("Inverse hyperbolic cotangent of a value."),args:[Id("value (number)",ui("The value for which to calculate the inverse hyperbolic cotangent. Must not be between -1 and 1, inclusive."))],compute:function(e){const t=Sn(e,this.locale);return Math.abs(t)<=1?new rn(ui("The value (%s) cannot be between -1 and 1 inclusive.",t)):Math.log((t+1)/(t-1))/2},isExported:!0},cu={description:ui("Inverse sine of a value, in radians."),args:[Id("value (number)",ui("The value for which to calculate the inverse sine. Must be between -1 and 1, inclusive."))],compute:function(e){const t=Sn(e,this.locale);return Math.abs(t)>1?new rn(ui("The value (%s) must be between -1 and 1 inclusive.",t)):Math.asin(t)},isExported:!0},hu={description:ui("Inverse hyperbolic sine of a number."),args:[Id("value (number)",ui("The value for which to calculate the inverse hyperbolic sine."))],compute:function(e){return Math.asinh(Sn(e,this.locale))},isExported:!0},du={description:ui("Inverse tangent of a value, in radians."),args:[Id("value (number)",ui("The value for which to calculate the inverse tangent."))],compute:function(e){return Math.atan(Sn(e,this.locale))},isExported:!0},uu={description:ui("Angle from the X axis to a point (x,y), in radians."),args:[Id("x (number)",ui("The x coordinate of the endpoint of the line segment for which to calculate the angle from the x-axis.")),Id("y (number)",ui("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=Sn(e,this.locale),s=Sn(t,this.locale);return 0===o&&0===s?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):Math.atan2(s,o)},isExported:!0},gu={description:ui("Inverse hyperbolic tangent of a number."),args:[Id("value (number)",ui("The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive."))],compute:function(e){const t=Sn(e,this.locale);return Math.abs(t)>=1?new rn(ui("The value (%s) must be between -1 and 1 exclusive.",t)):Math.atanh(t)},isExported:!0},pu={description:ui("Rounds number up to nearest multiple of factor."),args:[Id("value (number)",ui("The value to round up to the nearest integer multiple of factor.")),Id("factor (number, default=1)",ui("The number to whose multiples value will be rounded."))],compute:function(e,t={value:1}){const o=Sn(e,this.locale),s=Sn(t,this.locale);return s<0&&o>0?new rn(ui("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 mu(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 fu={description:ui("Rounds number up to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round up to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),Id("mode (number, default=0)",ui("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=Sn(t,this.locale);return{value:mu(Sn(e,this.locale),s,Sn(o,this.locale)),format:e?.format}},isExported:!0},vu={description:ui("Rounds number up to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round up to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){const o=Sn(t,this.locale);return{value:mu(Sn(e,this.locale),o),format:e?.format}},isExported:!0},bu={description:ui("Cosine of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the cosine of, in radians."))],compute:function(e){return Math.cos(Sn(e,this.locale))},isExported:!0},Su={description:ui("Hyperbolic cosine of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic cosine of."))],compute:function(e){return Math.cosh(Sn(e,this.locale))},isExported:!0},Cu={description:ui("Cotangent of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the cotangent of, in radians."))],compute:function(e){const t=Sn(e,this.locale);return 0===t?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.tan(t)},isExported:!0},yu={description:ui("Hyperbolic cotangent of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic cotangent of."))],compute:function(e){const t=Sn(e,this.locale);return 0===t?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.tanh(t)},isExported:!0},Iu={description:ui("Number of empty values."),args:[Id("value1 (any, range)",ui("The first value or range in which to count the number of blanks.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges in which to count the number of blanks."))],compute:function(...e){return Nn(e,((e,t)=>void 0===t||null===t.value||""===t.value?e+1:e),0)},isExported:!0},wu={description:ui("A conditional count across a range."),args:[Id("range (range)",ui("The range that is tested against criterion.")),Id("criterion (string)",ui("The pattern or test to apply to range."))],compute:function(...e){let t=0;return qn(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},xu={description:ui("Count values depending on multiple criteria."),args:[Id("criteria_range1 (range)",ui("The range to check against criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1.")),Id("criteria_range2 (any, range, repeating)",ui("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.")),Id("criterion2 (string, repeating)",ui("Additional criteria to check."))],compute:function(...e){let t=0;return qn(e,((e,o)=>{t+=1}),this.locale),t},isExported:!0},Eu={description:ui("Counts number of unique values in a range."),args:[Id("value1 (any, range)",ui("The first value or range to consider for uniqueness.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges to consider for uniqueness."))],compute:function(...e){return nc(e)}},Ru={description:ui("Counts number of unique values in a range, filtered by a set of criteria."),args:[Id("range (range)",ui("The range of cells from which the number of unique values will be counted.")),Id("criteria_range1 (range)",ui("The range of cells over which to evaluate criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Id("criteria_range2 (any, range, repeating)",ui("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.")),Id("criterion2 (string, repeating)",ui("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){const o=new Set;return qn(t,((t,s)=>{const i=e[t]?.[s];Qn(i)&&o.add(i.value)}),this.locale),o.size}},Tu={description:ui("Cosecant of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the cosecant of, in radians."))],compute:function(e){const t=Sn(e,this.locale);return 0===t?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.sin(t)},isExported:!0},Au={description:ui("Hyperbolic cosecant of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic cosecant of."))],compute:function(e){const t=Sn(e,this.locale);return 0===t?new gn(ui("Function [[FUNCTION_NAME]] caused a divide by zero error.")):1/Math.sinh(t)},isExported:!0},Du={description:ui("Converts from another base to decimal."),args:[Id("value (string)",ui("The number to convert.")),Id("base (number)",ui("The base to convert the value from."))],compute:function(e,t){let o=Sn(t,this.locale);if(o=Math.floor(o),2>o||o>36)return new rn(ui("The base (%s) must be between 2 and 36 inclusive.",o));const s=En(e);if(""===s)return 0;if(!su.test(s))return new rn(ui("The value (%s) must be a valid base %s representation.",s,o));const i=parseInt(s,o);return isNaN(i)?new rn(ui("The value (%s) must be a valid base %s representation.",s,o)):i},isExported:!0},_u={description:ui("Converts an angle value in radians to degrees."),args:[Id("angle (number)",ui("The angle to convert from radians to degrees."))],compute:function(e){return 180*Sn(e,this.locale)/Math.PI},isExported:!0},Fu={description:ui("Euler's number, e (~2.718) raised to a power."),args:[Id("value (number)",ui("The exponent to raise e."))],compute:function(e){return Math.exp(Sn(e,this.locale))},isExported:!0},Ou={description:ui("Rounds number down to nearest multiple of factor."),args:[Id("value (number)",ui("The value to round down to the nearest integer multiple of factor.")),Id("factor (number, default=1)",ui("The number to whose multiples value will be rounded."))],compute:function(e,t={value:1}){const o=Sn(e,this.locale),s=Sn(t,this.locale);return s<0&&o>0?new rn(ui("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 Pu(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 Mu={description:ui("Rounds number down to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round down to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded. The sign of significance will be ignored.")),Id("mode (number, default=0)",ui("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=Sn(t,this.locale);return{value:Pu(Sn(e,this.locale),s,Sn(o,this.locale)),format:e?.format}},isExported:!0},Nu={description:ui("Rounds number down to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round down to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){const o=Sn(t,this.locale);return{value:Pu(Sn(e,this.locale),o),format:e?.format}},isExported:!0},ku={description:ui("Whether the provided value is even."),args:[Id("value (number)",ui("The value to be verified as even."))],compute:function(e){const t=In(e,this.locale);return!(1&Math.floor(Math.abs(t)))},isExported:!0},Lu={description:ui("Rounds number up to nearest multiple of factor."),args:[Id("number (number)",ui("The value to round up to the nearest integer multiple of significance.")),Id("significance (number, default=1)",ui("The number to whose multiples number will be rounded."))],compute:function(e,t={value:1}){return{value:mu(Sn(e,this.locale),Sn(t,this.locale)),format:e?.format}},isExported:!0},Vu={description:ui("Whether the provided value is even."),args:[Id("value (number)",ui("The value to be verified as even."))],compute:function(e){const t=In(e,this.locale);return!!(1&Math.floor(Math.abs(t)))},isExported:!0},Uu={description:ui("The logarithm of a number, base e (euler's number)."),args:[Id("value (number)",ui("The value for which to calculate the logarithm, base e."))],compute:function(e){const t=Sn(e,this.locale);return t<=0?new rn(ui("The value (%s) must be strictly positive.",t)):Math.log(t)},isExported:!0},Hu={description:ui("The logarithm of a number, for a given base."),args:[Id("value (number)",ui("The value for which to calculate the logarithm.")),Id("base (number, default=10)",ui("The base of the logarithm."))],compute:function(e,t={value:10}){const o=Sn(e,this.locale),s=Sn(t,this.locale);return o<=0?new rn(ui("The value (%s) must be strictly positive.",o)):s<=0?new rn(ui("The base (%s) must be strictly positive.",s)):1===s?new rn(ui("The base must be different from 1.")):Math.log10(o)/Math.log10(s)},isExported:!0};function zu(e,t){ac(t,ui("The divisor must be different from 0."));const o=e%t;return o>0&&t<0||o<0&&t>0?o+t:o}const Bu={description:ui("Modulo (remainder) operator."),args:[Id("dividend (number)",ui("The number to be divided to find the remainder.")),Id("divisor (number)",ui("The number to divide by."))],compute:function(e,t){const o=Sn(t,this.locale);return{value:zu(Sn(e,this.locale),o),format:e?.format}},isExported:!0},$u={description:ui("Returns a n x n unit matrix, where n is the input dimension."),args:[Id("dimension (number)",ui("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 rn(ui("The argument dimension must be positive")):uc(t)},isExported:!0},Gu={description:ui("Rounds a number up to the nearest odd integer."),args:[Id("value (number)",ui("The value to round to the next greatest odd number."))],compute:function(e){const t=Sn(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},Wu={description:ui("The number pi."),args:[],compute:function(){return Math.PI},isExported:!0},qu={description:ui("A number raised to a power."),args:[Id("base (number)",ui("The number to raise to the exponent power.")),Id("exponent (number)",ui("The exponent to raise base to."))],compute:function(e,t){const o=Sn(e,this.locale),s=Sn(t,this.locale);return o<0&&!Number.isInteger(s)?new rn(ui("The exponent (%s) must be an integer when the base is negative.",s)):{value:Math.pow(o,s),format:e?.format}},isExported:!0},Zu={description:ui("Result of multiplying a series of numbers together."),args:[Id("factor1 (number, range<number>)",ui("The first number or range to calculate for the product.")),Id("factor2 (number, range<number>, repeating)",ui("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),fn(e))return s}else void 0!==s&&null!==s.value&&(o*=In(s,this.locale),t+=1);return{value:0===t?0:o,format:mn(e[0])}},isExported:!0},ju={description:ui("A random number between 0 inclusive and 1 exclusive."),args:[],compute:function(){return Math.random()},isExported:!0},Yu={description:ui("Returns a grid of random numbers between 0 inclusive and 1 exclusive."),args:[Id("rows (number, default=1)",ui("The number of rows to be returned.")),Id("columns (number, default=1)",ui("The number of columns to be returned.")),Id("min (number, default=0)",ui("The minimum number you would like returned.")),Id("max (number, default=1)",ui("The maximum number you would like returned.")),Id("whole_number (boolean, default=FALSE)",ui("Return a whole number or a decimal value."),[{value:!1,label:ui("Decimal (default)")},{value:!0,label:ui("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=Sn(o,this.locale),l=Sn(s,this.locale),c=An(i);if(n<1)return new rn(ui("The number of columns (%s) must be positive.",n));if(r<1)return new rn(ui("The number of rows (%s) must be positive.",r));if(a>l)return new rn(ui("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 rn(ui("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},Xu={description:ui("Random integer between two values, inclusive."),args:[Id("low (number)",ui("The low end of the random range.")),Id("high (number)",ui("The high end of the random range."))],compute:function(e,t){let o=Sn(e,this.locale);Number.isInteger(o)||(o=Math.ceil(o));let s=Sn(t,this.locale);return Number.isInteger(s)||(s=Math.floor(s)),o>s?new rn(ui("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},Ku={description:ui("Rounds a number according to standard rules."),args:[Id("value (number)",ui("The value to round to places number of places.")),Id("places (number, default=0)",ui("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=Sn(e,this.locale);let s=Sn(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},Ju={description:ui("Rounds down a number."),args:[Id("value (number)",ui("The value to round to places number of places, always rounding down.")),Id("places (number, default=0)",ui("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=Sn(e,this.locale);let s=Sn(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},Qu={description:ui("Rounds up a number."),args:[Id("value (number)",ui("The value to round to places number of places, always rounding up.")),Id("places (number, default=0)",ui("The number of decimal places to which to round."))],compute:function(e,t={value:0}){const o=Sn(e,this.locale);let s=Sn(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},eg={description:ui("Secant of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the secant of, in radians."))],compute:function(e){return 1/Math.cos(Sn(e,this.locale))},isExported:!0},tg={description:ui("Hyperbolic secant of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic secant of."))],compute:function(e){return 1/Math.cosh(Sn(e,this.locale))},isExported:!0},og={description:ui("Returns a sequence of numbers."),args:[Id("rows (number)",ui("The number of rows to return")),Id("columns (number, optional, default=1)",ui("The number of columns to return")),Id("start (number, optional, default=1)",ui("The first number in the sequence")),Id("step (number, optional, default=1)",ui("The amount to increment each value in the sequence"))],compute:function(e,t={value:1},o={value:1},s={value:1}){const i=Sn(o,this.locale),n=Sn(s,this.locale),r=wn(e,this.locale),a=wn(t,this.locale);return a<1?new rn(ui("The number of columns (%s) must be positive.",a)):r<1?new rn(ui("The number of rows (%s) must be positive.",r)):Vn(a,r,((e,t)=>({value:i+t*a*n+e*n})))},isExported:!0},sg={description:ui("Sine of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the sine of, in radians."))],compute:function(e){return Math.sin(Sn(e,this.locale))},isExported:!0},ig={description:ui("Hyperbolic sine of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic sine of."))],compute:function(e){return Math.sinh(Sn(e,this.locale))},isExported:!0},ng={description:ui("Positive square root of a positive number."),args:[Id("value (number)",ui("The number for which to calculate the positive square root."))],compute:function(e){const t=Sn(e,this.locale);return t<0?new rn(ui("The value (%s) must be positive or null.",t)):{value:Math.sqrt(t),format:e?.format}},isExported:!0},rg={1:"AVERAGE",2:"COUNT",3:"COUNTA",4:"MAX",5:"MIN",6:"PRODUCT",7:"STDEV",8:"STDEVP",9:"SUM",10:"VAR",11:"VARP"},ag=Object.entries(rg).map((([e,t])=>({value:parseInt(e),label:ui("%s (include manually-hidden rows)",t)}))),lg=Object.entries(rg).map((([e,t])=>({value:parseInt(e)+100,label:ui("%s (exclude manually-hidden rows)",t)}))),cg={description:ui("Returns a subtotal for a vertical range of cells using a specified aggregation function."),args:[Id("function_code (number)",ui("The function to use in subtotal aggregation."),[...ag,...lg]),Id("ref1 (meta, range<meta>)",ui("The range or reference for which you want the subtotal.")),Id("ref2 (meta, range<meta>, repeating)",ui("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 rn(ui("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=Ta(t.value).sheetName,n=o?this.getters.getSheetIdByName(o):this.__originSheetId;if(!n)continue;const{top:r,left:a}=Ho(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&&ou(o)||i.push(this.getters.getEvaluatedCell({sheetId:n,col:t,row:e}))}}return this[rg[o]].apply(this,[[i]])},isExported:!0},hg={description:ui("Sum of a series of numbers and/or cells."),args:[Id("value1 (number, range<number>)",ui("The first number or range to add together.")),Id("value2 (number, range<number>, repeating)",ui("Additional numbers or ranges to add to value1."))],compute:function(...e){const t=e[0];return{value:ic(e,this.locale),format:mn(t)}},isExported:!0},dg={description:ui("A conditional sum across a range."),args:[Id("criteria_range (range)",ui("The range which is tested against criterion.")),Id("criterion (string)",ui("The pattern or test to apply to range.")),Id("sum_range (range, default=criteria_range)",ui("The range to be summed, if different from range."))],compute:function(e,t,o){void 0===o&&(o=e);let s=0;return qn([e,t],((e,t)=>{const i=o[e]?.[t]?.value;"number"==typeof i&&(s+=i)}),this.locale),s},isExported:!0},ug={description:ui("Sums a range depending on multiple criteria."),args:[Id("sum_range (range)",ui("The range to sum.")),Id("criteria_range1 (range)",ui("The range to check against criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1.")),Id("criteria_range2 (any, range, repeating)",ui("Additional ranges to check.")),Id("criterion2 (string, repeating)",ui("Additional criteria to check."))],compute:function(e,...t){let o=0;return qn(t,((t,s)=>{const i=e[t]?.[s]?.value;"number"==typeof i&&(o+=i)}),this.locale),o},isExported:!0},gg={description:ui("Tangent of an angle provided in radians."),args:[Id("angle (number)",ui("The angle to find the tangent of, in radians."))],compute:function(e){return Math.tan(Sn(e,this.locale))},isExported:!0},pg={description:ui("Hyperbolic tangent of any real number."),args:[Id("value (number)",ui("Any real value to calculate the hyperbolic tangent of."))],compute:function(e){return Math.tanh(Sn(e,this.locale))},isExported:!0};function mg(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 fg={description:ui("Truncates a number."),args:[Id("value (number)",ui("The value to be truncated.")),Id("places (number, default=0)",ui("The number of significant digits to the right of the decimal point to retain."))],compute:function(e,t={value:0}){return{value:mg(Sn(e,this.locale),Sn(t,this.locale)),format:e?.format}},isExported:!0},vg={description:ui("Rounds a number down to the nearest integer that is less than or equal to it."),args:[Id("value (number)",ui("The number to round down to the nearest integer."))],compute:function(e){return Math.floor(Sn(e,this.locale))},isExported:!0};var bg=Object.freeze({__proto__:null,ABS:iu,ACOS:nu,ACOSH:ru,ACOT:au,ACOTH:lu,ASIN:cu,ASINH:hu,ATAN:du,ATAN2:uu,ATANH:gu,CEILING:pu,CEILING_MATH:fu,CEILING_PRECISE:vu,COS:bu,COSH:Su,COT:Cu,COTH:yu,COUNTBLANK:Iu,COUNTIF:wu,COUNTIFS:xu,COUNTUNIQUE:Eu,COUNTUNIQUEIFS:Ru,CSC:Tu,CSCH:Au,DECIMAL:Du,DEGREES:_u,EXP:Fu,FLOOR:Ou,FLOOR_MATH:Mu,FLOOR_PRECISE:Nu,INT:vg,ISEVEN:ku,ISODD:Vu,ISO_CEILING:Lu,LN:Uu,LOG:Hu,MOD:Bu,MUNIT:$u,ODD:Gu,PI:Wu,POWER:qu,PRODUCT:Zu,RAND:ju,RANDARRAY:Yu,RANDBETWEEN:Xu,ROUND:Ku,ROUNDDOWN:Ju,ROUNDUP:Qu,SEC:eg,SECH:tg,SEQUENCE:og,SIN:sg,SINH:ig,SQRT:ng,SUBTOTAL:cg,SUM:hg,SUMIF:dg,SUMIFS:ug,TAN:gg,TANH:pg,TRUNC:fg});const Sg=[{value:!0,label:ui("b is calculated normally")},{value:!1,label:ui("b is forced to 1")}],Cg=[{value:!1,label:ui("do not return additional regression statistics")},{value:!0,label:ui("return additional regression statistics")}],yg=[{value:1,label:ui("order 1 (Linear)")},{value:2,label:ui("order 2 (Quadratic)")},{value:3,label:ui("order 3 (Cubic)")},{value:4,label:ui("order 4 (Quartic)")},{value:5,label:ui("order 5 (Quintic)")},{value:6,label:ui("order 6 (Sextic)")}],Ig=[{value:!0,label:ui("Compute intercept")},{value:!1,label:ui("Force intercept to 0")}],wg=[{value:0,label:ui("Minimum value")},{value:1,label:ui("First quartile (25th percentile)")},{value:2,label:ui("Median value (50th percentile)")},{value:3,label:ui("Third quartile (75th percentile)")},{value:4,label:ui("Maximum value")}];function xg(e,t){const o=[],s=[];let i=0,n=0;On([e],(e=>{o.push(e),i+=1})),On([t],(e=>{s.push(e),n+=1})),rc(i===n,ui("[[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 Eg(e,t,o){const{flatDataX:s,flatDataY:i}=xg(e,t),n=i.length;ac(n),o&&ac(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 Rg(e,t,o,s){let i=0;const n=o?Ln:kn,r=n(e,((e,t)=>(i+=1,e+t)),0,s);ac(i),t&&ac(i-1);const a=r/i;return n(e,((e,t)=>e+Math.pow(t-a,2)),0,s)/(i-(t?1:0))}function Tg(e,t,o,s){const i=Sn(t,s);rc(o?0<=i&&i<=1:0<i&&i<1,ui("Function [[FUNCTION_NAME]] parameter 2 value is out of range."));const n=[];let r,a=0;return On(e,(e=>{const t=e?.value;"number"==typeof t&&(r=Zn(n,e,"nextSmaller","asc",n.length,((e,t)=>e[t])),n.splice(r+1,0,t),a++)})),rc(0!==a,er),o||rc(1/(a+1)<=i&&i<=a/(a+1),ui("Function [[FUNCTION_NAME]] parameter 2 value is out of range.")),on(n,i,o)}const Ag={description:ui("Average magnitude of deviations from mean."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){let t=0;const o=kn(e,((e,o)=>(t+=1,e+o)),0,this.locale);if(0===t)return new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error."));const s=o/t;return kn(e,((e,t)=>e+Math.abs(s-t)),0,this.locale)/t},isExported:!0},Dg={description:ui("Numerical average value in a dataset, ignoring text."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the average value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the average value."))],compute:function(...e){return{value:Cc(e,this.locale),format:mn(e[0])}},isExported:!0},_g=ui("[[FUNCTION_NAME]] has mismatched range sizes."),Fg=ui("[[FUNCTION_NAME]] expects the weight to be positive or equal to 0."),Og={description:ui("Weighted average."),args:[Id("values (number, range<number>)",ui("Values to average.")),Id("weights (number, range<number>)",ui("Weights for each corresponding value.")),Id("additional_values (number, range<number>, repeating)",ui("Additional values to average.")),Id("additional_weights (number, range<number>, repeating)",ui("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(!cc(i,n))return new rn(_g);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:Sn(n,this.locale),l="number"==typeof r,c="number"==typeof a;if(l&&c){if(a<0)return new rn(Fg);t+=r*a,o+=a}else if(l!==c)return new rn(ui("[[FUNCTION_NAME]] expects number values."))}else{const e=Sn(i,this.locale),s=E(n)?n?.[0][0].value:Sn(n,this.locale);if("number"==typeof s){if(s<0)return new rn(Fg);t+=e*s,o+=s}}}return 0===o?new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):{value:t/o,format:mn(e[0])}}},Pg={description:ui("Numerical average value in a dataset."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the average value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the average value."))],compute:function(...e){let t=0;const o=Ln(e,((e,o)=>(t+=1,e+o)),0,this.locale);return 0===t?new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):{value:o/t,format:mn(e[0])}},isExported:!0},Mg={description:ui("Average of values depending on criteria."),args:[Id("criteria_range (number, range<number>)",ui("The range to check against criterion.")),Id("criterion (string)",ui("The pattern or test to apply to criteria_range.")),Id("average_range (number, range<number>, default=criteria_range)",ui("The range to average. If not included, criteria_range is used for the average instead."))],compute:function(e,t,o){const s=Kn(void 0===o?e:o);let i=0,n=0;return qn([e,t],((e,t)=>{const o=s[e]?.[t]?.value;"number"==typeof o&&(i+=1,n+=o)}),this.locale),0===i?new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):n/i},isExported:!0},Ng={description:ui("Average of values depending on multiple criteria."),args:[Id("average_range (range)",ui("The range to average.")),Id("criteria_range1 (range)",ui("The range to check against criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1.")),Id("criteria_range2 (any, range, repeating)",ui("Additional criteria_range and criterion to check.")),Id("criterion2 (string, repeating)",ui("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){const o=Kn(e);let s=0,i=0;return qn(t,((e,t)=>{const n=o[e]?.[t]?.value;"number"==typeof n&&(s+=1,i+=n)}),this.locale),0===s?new gn(ui("Evaluation of function [[FUNCTION_NAME]] caused a divide by zero error.")):i/s},isExported:!0},kg={description:ui("The number of numeric values in dataset."),args:[Id("value1 (number, any, range<number>)",ui("The first value or range to consider when counting.")),Id("value2 (number, any, range<number>, repeating)",ui("Additional values or ranges to consider when counting."))],compute:function(...e){return yc(e,this.locale)},isExported:!0},Lg={description:ui("The number of values in a dataset."),args:[Id("value1 (any, range)",ui("The first value or range to consider when counting.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges to consider when counting."))],compute:function(...e){return Ic(e)},isExported:!0},Vg={description:ui("The covariance of a dataset."),args:[Id("data_y (any, range)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (any, range)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){return Eg(e,t,!1)},isExported:!0},Ug={description:ui("The covariance of a dataset."),args:[Id("data_y (any, range)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (any, range)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){return Eg(e,t,!1)},isExported:!0},Hg={description:ui("The sample covariance of a dataset."),args:[Id("data_y (any, range)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (any, range)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){return Eg(e,t,!0)},isExported:!0},zg={description:ui("Calculates the expected y-value for a specified x based on a linear regression of a dataset."),args:[Id("x (number, range<number>)",ui("The value(s) on the x-axis to forecast.")),Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t,o){const{flatDataX:s,flatDataY:i}=xg(t,o);return 0===s.length||0===i.length?new hn(er):Oc([i],[s],Un(Kn(e),(e=>Sn(e,this.locale))),!0)},isExported:!0},Bg={description:ui("Fits points to exponential growth trend."),args:[Id("known_data_y (range<number>)",ui("The array or range containing dependent (y) values that are already known, used to curve fit an ideal exponential growth curve.")),Id("known_data_x (range<number>, default={1;2;3;...})",ui("The values of the independent variable(s) corresponding with known_data_y.")),Id("new_data_x (any, range, default=known_data_x)",ui("The data points to return the y values for on the ideal curve fit.")),Id("b (boolean, default=TRUE)",ui("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."),Sg)],compute:function(e,t=[[]],o=[[]],s={value:!0}){return 0===e.length||0===e[0].length?new rn(tr("known_data_y")):_c(Oc(Fc(yn(e,"known_data_y")),yn(t,"known_data_x"),yn(o,"new_data_y"),An(s)))}},$g={description:ui("Compute the intercept of the linear regression."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=xg(e,t);if(0===o.length||0===s.length)return new hn(er);const[[],[i]]=Rc([o],[s]);return i},isExported:!0},Gg={description:ui("Nth largest element from a data set."),args:[Id("data (any, range)",ui("Array or range containing the dataset to consider.")),Id("n (number)",ui("The rank from largest to smallest of the element to return."))],compute:function(e,t){const o=Math.trunc(Sn(t?.value,this.locale)),s=[];let i,n=0;On([e],(e=>{"number"==typeof e?.value&&(i=Zn(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 rn(er):n<o?new rn(ui("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)):r},isExported:!0},Wg={description:ui("Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>, default={1;2;3;...})",ui("The range representing the array or matrix of independent data.")),Id("calculate_b (boolean, default=TRUE)",ui("A flag specifying whether to compute the slope or not"),Sg),Id("verbose (boolean, default=FALSE)",ui("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"),Cg)],compute:function(e,t=[[]],o={value:!0},s={value:!1}){return 0===e.length||0===e[0].length?new rn(tr("data_y")):Rc(yn(t,"data_x"),yn(e,"data_y"),An(o),An(s))},isExported:!0},qg={description:ui("Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>, optional, default={1;2;3;...})",ui("The range representing the array or matrix of independent data.")),Id("calculate_b (boolean, default=TRUE)",ui("A flag specifying whether to compute the slope or not"),Sg),Id("verbose (boolean, default=FALSE)",ui("A flag specifying whether to return additional regression statistics or only the linear coefficients and the y-intercept"),Cg)],compute:function(e,t=[[]],o={value:!0},s={value:!1}){if(0===e.length||0===e[0].length)return new rn(tr("data_y"));const i=Rc(yn(t,"data_x"),Fc(yn(e,"data_y")),An(o),An(s));for(let e=0;e<i.length;e++)i[e][0]=Math.exp(i[e][0]);return i},isExported:!0},Zg={description:ui("Compute the Matthews correlation coefficient of a dataset."),args:[Id("data_x (range)",ui("The range representing the array or matrix of observed data.")),Id("data_y (range)",ui("The range representing the array or matrix of predicted data."))],compute:function(e,t){const o=e.flat(),s=t.flat();if(Sc(o,s),0===o.length||0===s.length)return new hn(er);const i=o.length;let n=0,r=0,a=0,l=0;for(let e=0;e<i;++e){const t=An(o[e]);t===An(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},jg={description:ui("Maximum value in a numeric dataset."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the maximum value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the maximum value."))],compute:function(...e){return wc(e,this.locale)},isExported:!0},Yg={description:ui("Maximum numeric value in a dataset."),args:[Id("value1 (any, range)",ui("The first value or range to consider when calculating the maximum value.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges to consider when calculating the maximum value."))],compute:function(...e){const t=Ln(e,((e,t)=>Math.max(t,e)),-1/0,this.locale);return{value:t===-1/0?0:t,format:mn(e[0])}},isExported:!0},Xg={description:ui("Returns the maximum value in a range of cells, filtered by a set of criteria."),args:[Id("range (range)",ui("The range of cells from which the maximum will be determined.")),Id("criteria_range1 (range)",ui("The range of cells over which to evaluate criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Id("criteria_range2 (any, range, repeating)",ui("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.")),Id("criterion2 (string, repeating)",ui("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){let o=-1/0;return qn(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},Kg={description:ui("Median value in a numeric dataset."),args:[Id("value1 (any, range)",ui("The first value or range to consider when calculating the median value.")),Id("value2 (any, range, repeating)",ui("Additional values or ranges to consider when calculating the median value."))],compute:function(...e){const t=[];return Pn(e,(e=>{t.push(e)}),this.locale),{value:Tg(t,{value:.5},!0,this.locale),format:mn(t[0])}},isExported:!0},Jg={description:ui("Minimum value in a numeric dataset."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the minimum value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the minimum value."))],compute:function(...e){return xc(e,this.locale)},isExported:!0},Qg={description:ui("Minimum numeric value in a dataset."),args:[Id("value1 (number, range<number>)",ui("The first value or range to consider when calculating the minimum value.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to consider when calculating the minimum value."))],compute:function(...e){const t=Ln(e,((e,t)=>Math.min(t,e)),1/0,this.locale);return{value:t===1/0?0:t,format:mn(e[0])}},isExported:!0},ep={description:ui("Returns the minimum value in a range of cells, filtered by a set of criteria."),args:[Id("range (range)",ui("The range of cells from which the minimum will be determined.")),Id("criteria_range1 (range)",ui("The range of cells over which to evaluate criterion1.")),Id("criterion1 (string)",ui("The pattern or test to apply to criteria_range1, such that each cell that evaluates to TRUE will be included in the filtered set.")),Id("criteria_range2 (any, range, repeating)",ui("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.")),Id("criterion2 (string, repeating)",ui("The pattern or test to apply to criteria_range2."))],compute:function(e,...t){let o=1/0;return qn(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 tp(e,t){const{flatDataX:o,flatDataY:s}=xg(e,t);if(0===o.length||0===s.length)return new hn(er);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 op={description:ui("Compute the Pearson product-moment correlation coefficient of a dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){return tp(e,t)},isExported:!0},sp=op,ip={description:ui("Value at a given percentile of a dataset."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("percentile (number)",ui("The percentile whose value within data will be calculated and returned."))],compute:function(e,t){return rp.compute.bind(this)(e,t)},isExported:!0},np={description:ui("Value at a given percentile of a dataset exclusive of 0 and 1."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("percentile (number)",ui("The percentile, exclusive of 0 and 1, whose value within 'data' will be calculated and returned."))],compute:function(e,t){return{value:Tg([e],t,!1,this.locale),format:mn(e)}},isExported:!0},rp={description:ui("Value at a given percentile of a dataset."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("percentile (number)",ui("The percentile whose value within data will be calculated and returned."))],compute:function(e,t){return{value:Tg([e],t,!0,this.locale),format:mn(e)}},isExported:!0},ap={description:ui("Compute the coefficients of polynomial regression of the dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data.")),Id("order (number)",ui("The order of the polynomial to fit the data, between 1 and 6."),yg),Id("intercept (boolean, default=TRUE)",ui("A flag specifying whether to compute the intercept or not."),Ig)],compute:function(e,t,o,s={value:!0}){const{flatDataX:i,flatDataY:n}=xg(e,t);return 0===i.length||0===n.length?new hn(er):Tc(n,i,Sn(o,this.locale),An(s))},isExported:!1},lp={description:ui("Predict value by computing a polynomial regression of the dataset."),args:[Id("x (number, range<number>)",ui("The value(s) on the x-axis to forecast.")),Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data.")),Id("order (number)",ui("The order of the polynomial to fit the data, between 1 and 6."),yg),Id("intercept (boolean, default=TRUE)",ui("A flag specifying whether to compute the intercept or not."),Ig)],compute:function(e,t,o,s,i={value:!0}){const n=Sn(s,this.locale),{flatDataX:r,flatDataY:a}=xg(t,o);if(0===r.length||0===a.length)return new hn(er);const l=Tc(a,r,n,An(i)).flat();return Un(Kn(e),(e=>Dc(l,Sn(e,this.locale),n)))},isExported:!1},cp={description:ui("Value nearest to a specific quartile of a dataset."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("quartile_number (number)",ui("Which quartile value to return."),wg)],compute:function(e,t){return dp.compute.bind(this)(e,t)},isExported:!0},hp={description:ui("Value nearest to a specific quartile of a dataset exclusive of 0 and 4."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("quartile_number (number)",ui("Which quartile value, exclusive of 0 and 4, to return."),[{value:1,label:ui("First quartile (25th percentile)")},{value:2,label:ui("Median value (50th percentile)")},{value:3,label:ui("Third quartile (75th percentile)")}])],compute:function(e,t){return{value:Tg([e],{value:.25*Math.trunc(Sn(t,this.locale))},!1,this.locale),format:mn(e)}},isExported:!0},dp={description:ui("Value nearest to a specific quartile of a dataset."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("quartile_number (number)",ui("Which quartile value to return."),wg)],compute:function(e,t){return{value:Tg([e],{value:.25*Math.trunc(Sn(t,this.locale))},!0,this.locale),format:mn(e)}},isExported:!0},up={description:ui("Returns the rank of a specified value in a dataset."),args:[Id("value (number)",ui("The value whose rank will be determined.")),Id("data (range)",ui("The range containing the dataset to consider.")),Id("is_ascending (boolean, default=FALSE)",ui("Whether to consider the values in data in descending or ascending order."),[{value:!1,label:ui("Descending")},{value:!0,label:ui("Ascending")}])],compute:function(e,t,o={value:!1}){const s=An(o),i=Sn(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=Sn(t,this.locale);e===i?r=!0:e>i!==s&&n++}return r?n:new hn(ui("Value not found in the given data."))},isExported:!0},gp={description:ui("Compute the square of r, the Pearson product-moment correlation coefficient of a dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const o=tp(e,t);if(o instanceof Error)throw o;return Math.pow(o,2)},isExported:!0},pp={description:ui("Compute the slope of the linear regression."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=xg(e,t);if(0===o.length||0===s.length)return new hn(er);const[[i]]=Rc([o],[s]);return i},isExported:!0},mp={description:ui("Nth smallest element in a data set."),args:[Id("data (any, range)",ui("The array or range containing the dataset to consider.")),Id("n (number)",ui("The rank from smallest to largest of the element to return."))],compute:function(e,t){const o=Math.trunc(Sn(t?.value,this.locale)),s=[];let i,n=0;On([e],(e=>{"number"==typeof e?.value&&(i=Zn(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 rn(er):n<o?new rn(ui("Function [[FUNCTION_NAME]] parameter 2 value (%s) is out of range.",o)):r},isExported:!0},fp={description:ui("Compute the Spearman rank correlation coefficient of a dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=xg(t,e);if(0===o.length||0===s.length)return new hn(er);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},vp={description:ui("Standard deviation."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Ep.compute.bind(this)(...e))},isExported:!0},bp={description:ui("Standard deviation of entire population."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(Rp.compute.bind(this)(...e))},isExported:!0},Sp={description:ui("Standard deviation."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Tp.compute.bind(this)(...e))},isExported:!0},Cp={description:ui("Standard deviation of sample (text as 0)."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Math.sqrt(Ap.compute.bind(this)(...e))},isExported:!0},yp={description:ui("Standard deviation of entire population."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(Dp.compute.bind(this)(...e))},isExported:!0},Ip={description:ui("Standard deviation of entire population (text as 0)."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Math.sqrt(_p.compute.bind(this)(...e))},isExported:!0},wp={description:ui("Calculates the standard error of the predicted y-value for each x in the regression of a dataset."),args:[Id("data_y (range<number>)",ui("The range representing the array or matrix of dependent data.")),Id("data_x (range<number>)",ui("The range representing the array or matrix of independent data."))],compute:function(e,t){const{flatDataX:o,flatDataY:s}=xg(e,t);if(0===o.length||0===s.length)return new hn(er);return Rc([o],[s],!0,!0)[1][2]},isExported:!0},xp={description:ui("Fits points to linear trend derived via least-squares."),args:[Id("known_data_y (number, range<number>)",ui("The array or range containing dependent (y) values that are already known, used to curve fit an ideal linear trend.")),Id("known_data_x (number, range<number>, optional, default={1;2;3;...})",ui("The values of the independent variable(s) corresponding with known_data_y.")),Id("new_data_x (number, range<number>, optional, default=known_data_x)",ui("The data points to return the y values for on the ideal curve fit.")),Id("b (boolean, optional, default=TRUE)",ui("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."),Sg)],compute:function(e,t=[[]],o=[[]],s={value:!0}){return 0===e.length||0===e[0].length?new rn(tr("known_data_y")):Oc(yn(e,"known_data_y"),yn(t,"known_data_x"),yn(o,"new_data_y"),An(s))}},Ep={description:ui("Variance."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Rg(e,!0,!1,this.locale)},isExported:!0},Rp={description:ui("Variance of entire population."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Rg(e,!1,!1,this.locale)},isExported:!0},Tp={description:ui("Variance."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Rg(e,!0,!1,this.locale)},isExported:!0},Ap={description:ui("Variance of sample (text as 0)."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the sample.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the sample."))],compute:function(...e){return Rg(e,!0,!0,this.locale)},isExported:!0},Dp={description:ui("Variance of entire population."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Rg(e,!1,!1,this.locale)},isExported:!0},_p={description:ui("Variance of entire population (text as 0)."),args:[Id("value1 (number, range<number>)",ui("The first value or range of the population.")),Id("value2 (number, range<number>, repeating)",ui("Additional values or ranges to include in the population."))],compute:function(...e){return Rg(e,!1,!0,this.locale)},isExported:!0};var Fp=Object.freeze({__proto__:null,AVEDEV:Ag,AVERAGE:Dg,AVERAGEA:Pg,AVERAGEIF:Mg,AVERAGEIFS:Ng,AVERAGE_WEIGHTED:Og,CORREL:sp,COUNT:kg,COUNTA:Lg,COVAR:Vg,COVARIANCE_P:Ug,COVARIANCE_S:Hg,FORECAST:zg,GROWTH:Bg,INTERCEPT:$g,LARGE:Gg,LINEST:Wg,LOGEST:qg,MATTHEWS:Zg,MAX:jg,MAXA:Yg,MAXIFS:Xg,MEDIAN:Kg,MIN:Jg,MINA:Qg,MINIFS:ep,PEARSON:op,PERCENTILE:ip,PERCENTILE_EXC:np,PERCENTILE_INC:rp,POLYFIT_COEFFS:ap,POLYFIT_FORECAST:lp,QUARTILE:cp,QUARTILE_EXC:hp,QUARTILE_INC:dp,RANK:up,RSQ:gp,SLOPE:pp,SMALL:mp,SPEARMAN:fp,STDEV:vp,STDEVA:Cp,STDEVP:yp,STDEVPA:Ip,STDEV_P:bp,STDEV_S:Sp,STEYX:wp,TREND:xp,VAR:Ep,VARA:Ap,VARP:Dp,VARPA:_p,VAR_P:Rp,VAR_S:Tp});function Op(e,t,o,s){const i=new Map,n=e.length;for(let t=n-1;t>=0;t--)i.set(En(e[t][0]).toUpperCase(),t);const r=t?.value;if("number"!=typeof r&&"string"!=typeof r)throw new rn(ui("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 rn(ui("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=En(t).toUpperCase();if(a=i.get(e)??-1,-1===a)throw new rn(ui("The field (%s) must be one of %s.",En(t),[...i.keys()].toString()))}const l=o[0].length;if(l<2)throw new rn(ui("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=En(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}qn(n,((e,t)=>{c.add(t)}),s,!0)}}const d=e[a];return[...c].map((e=>d[e+1]))}const Pp=[Id("database (range)",ui("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.")),Id("field (number, string)",ui("Indicates which column in database contains the values to be extracted and operated on.")),Id("criteria (range)",ui("An array or range containing zero or more criteria to filter the database values by before operating."))],Mp={description:ui("Average of a set of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Dg.compute.bind(this)([s])},isExported:!0},Np={description:ui("Counts values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return kg.compute.bind(this)([s])},isExported:!0},kp={description:ui("Counts values and text from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Lg.compute.bind(this)([s])},isExported:!0},Lp={description:ui("Single value from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return 1!==s.length?new rn(ui("More than one match found in DGET evaluation.")):s[0]},isExported:!0},Vp={description:ui("Maximum of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return jg.compute.bind(this)([s])},isExported:!0},Up={description:ui("Minimum of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Jg.compute.bind(this)([s])},isExported:!0},Hp={description:ui("Product of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Zu.compute.bind(this)([s])},isExported:!0},zp={description:ui("Standard deviation of population sample from table."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return vp.compute.bind(this)([s])},isExported:!0},Bp={description:ui("Standard deviation of entire population from table."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return yp.compute.bind(this)([s])},isExported:!0},$p={description:ui("Sum of values from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return hg.compute.bind(this)([s])},isExported:!0},Gp={description:ui("Variance of population sample from table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Ep.compute.bind(this)([s])},isExported:!0},Wp={description:ui("Variance of a population from a table-like range."),args:Pp,compute:function(e,t,o){const s=Op(e,t,o,this.locale);return Dp.compute.bind(this)([s])},isExported:!0};var qp=Object.freeze({__proto__:null,DAVERAGE:Mp,DCOUNT:Np,DCOUNTA:kp,DGET:Lp,DMAX:Vp,DMIN:Up,DPRODUCT:Hp,DSTDEV:zp,DSTDEVP:Bp,DSUM:$p,DVAR:Gp,DVARP:Wp});const Zp=ui("The cashflow_amounts and cashflow_dates ranges must have the same dimensions."),jp=ui("There must be both positive and negative values in cashflow_amounts."),Yp=e=>ui("The cost (%s) must be positive or null.",e),Xp=e=>ui("The frequency (%s) must be one of %s",e,[1,2,4].toString()),Kp=e=>ui("The day_count_convention (%s) must be between 0 and 4 inclusive.",e),Jp=e=>ui("The depreciation factor (%s) must be strictly positive.",e),Qp=e=>ui("The discount (%s) must be strictly positive.",e),em=e=>ui("The discount (%s) must be smaller than 1.",e),tm=e=>ui("All the dates should be greater or equal to the first date in cashflow_dates (%s).",e),om=(e,t)=>ui("The first_period (%(first)s) must be smaller or equal to the last_period (%(last)s).",{first:e,last:t}),sm=e=>ui("The first_period (%s) must be strictly positive.",e),im=e=>ui("The investment (%s) must be strictly positive.",e),nm=(e,t)=>ui("The last_period (%(last)s) must be smaller or equal to the number_of_periods (%(nPeriods)s).",{last:e,nPeriods:t}),rm=e=>ui("The last_period (%s) must be strictly positive.",e),am=e=>ui("The life (%s) must be strictly positive.",e),lm=(e,t)=>ui("The maturity (%(maturity)s) must be strictly greater than the settlement (%(settlement)s).",{maturity:t,settlement:e}),cm=e=>ui("The number_of_periods (%s) must be strictly positive.",e),hm=e=>ui("The period must be between 1 and number_of_periods (%s)",e),dm=e=>ui("The periods_by_year (%s) must be strictly positive.",e),um=(e,t)=>ui("The period (%(period)s) must be less than or equal life (%(life)s).",{period:e,life:t}),gm=e=>ui("The period (%s) must be strictly positive.",e),pm=e=>ui("The present_value (%s) must be strictly positive.",e),mm=e=>ui("The price (%s) must be strictly positive.",e),fm=e=>ui("The rate_guess (%s) must be strictly greater than -1.",e),vm=e=>ui("The rate (%s) must be positive or null.",e),bm=e=>ui("The rate (%s) must be strictly positive.",e),Sm=e=>ui("The redemption (%s) must be strictly positive.",e),Cm=e=>ui("The salvage (%s) must be positive or null.",e),ym=(e,t)=>ui("The settlement date (%(settlement)s) must at most one year after the maturity date (%(maturity)s).",{settlement:e,maturity:t}),Im=e=>ui("The unit (%s) must be strictly positive.",e),wm=e=>ui("The yield (%s) must be positive or null.",e);function xm(e){return e.some((e=>e>0))&&e.some((e=>e<0))}function Em(e){return![0,1,2,3,4].includes(e)}function Rm(e){return![1,2,4].includes(e)}function Tm(e,t,o){const s=Dn(e,o),i=Dn(t,o),n=Dn(e,o);return n.setFullYear(s.getFullYear()+1),i.getTime()<=n.getTime()}const Am=[{value:0,label:ui("US (NASD) 30/360")},{value:1,label:ui("Actual/Actual")},{value:2,label:ui("Actual/360")},{value:3,label:ui("Actual/365")},{value:4,label:ui("European 30/360")}];var Dm;!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"}(Dm||(Dm={}));const _m={description:ui("Converts year/month/day into a date."),args:[Id("year (number)",ui("The year component of the date.")),Id("month (number)",ui("The month component of the date.")),Id("day (number)",ui("The day component of the date."))],compute:function(e,t,o){let s=Math.trunc(Sn(e,this.locale));const i=Math.trunc(Sn(t,this.locale)),n=Math.trunc(Sn(o,this.locale));if(s<0||s>9999)return new rn(ui("The year (%s) must be between 0 and 9999 inclusive.",s.toString()));s<1900&&(s+=1900);const r=Hi(new Ii(s,i-1,n));return r<0?new rn(ui("The function [[FUNCTION_NAME]] result must be greater than or equal 01/01/1900.")):{value:r,format:this.locale.dateFormat}},isExported:!0},Fm={description:ui("Calculates the number of days, months, or years between two dates."),args:[Id("start_date (date)",ui("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.")),Id("end_date (date)",ui("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.")),Id("unit (string)",ui("A text abbreviation for unit of time."),[{value:"Y",label:ui("The number of whole years between start_date and end_date")},{value:"M",label:ui("The number of whole months between start_date and end_date")},{value:"D",label:ui("The number of days between start_date and end_date")},{value:"MD",label:ui("The number of days between start_date and end_date after subtracting whole months")},{value:"YM",label:ui("The number of whole months between start_date and end_date after subtracting whole years")},{value:"YD",label:ui("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=En(o).toUpperCase();if(!Object.values(Dm).includes(s))return new rn(((e,t)=>{const o=e.map((e=>`'${e}'`)).join(", ");return ui("The function [[FUNCTION_NAME]] has an argument with value '%s'. It should be one of: %s.",t,o)})(Object.values(Dm),En(o)));const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Ui(i),a=Ui(n);if(n<i)return new rn(ui("start_date (%s) should be on or before end_date (%s).",r.toLocaleDateString(),a.toLocaleDateString()));switch(s){case Dm.WHOLE_YEARS:return Yi(r,a);case Dm.WHOLE_MONTHS:return Zi(r,a);case Dm.WHOLE_DAYS:return ji(r,a);case Dm.MONTH_WITHOUT_WHOLE_YEARS:return Zi(r,a)-12*Yi(r,a);case Dm.DAYS_WITHOUT_WHOLE_MONTHS:let e=a.getDate()-r.getDate();if(e<0){e=Bi(new Ii(a.getFullYear(),a.getMonth()-1,1))-Math.abs(e)}return e;case Dm.DAYS_BETWEEN_NO_MORE_THAN_ONE_YEAR:{if(function(e,t){return qi(e,t,1)<1}(i,n))return ji(r,a);const e=new Ii(r.getFullYear(),a.getMonth(),a.getDate());let t=ji(r,e);return t<0&&(e.setFullYear(r.getFullYear()+1),t=ji(r,e)),t}}},isExported:!0},Om={description:ui("Converts a date string to a date value."),args:[Id("date_string (string)",ui("The string representing the date."))],compute:function(e){const t=En(e),o=Vi(t,this.locale);return null===o?new rn(ui("The date_string (%s) cannot be parsed to date/time.",t.toString())):Math.trunc(o.value)},isExported:!0},Pm={description:ui("Day of the month that a specific date falls on."),args:[Id("date (string)",ui("The date from which to extract the day."))],compute:function(e){return Dn(e,this.locale).getDate()},isExported:!0},Mm={description:ui("Number of days between two dates."),args:[Id("end_date (date)",ui("The end of the date range.")),Id("start_date (date)",ui("The start of the date range."))],compute:function(e,t){const o=Dn(e,this.locale),s=Dn(t,this.locale),i=o.getTime()-s.getTime();return Math.round(i/xi)},isExported:!0},Nm={description:ui("Number of days between two dates on a 360-day year (months of 30 days)."),args:[Id("start_date (date)",ui("The start date to consider in the calculation.")),Id("end_date (date)",ui("The end date to consider in the calculation.")),Id("method (boolean, default=false)",ui("An indicator of what day count method to use."),[{value:!1,label:ui("U.S. NASD method (default)")},{value:!0,label:ui("European method")}])],compute:function(e,t,o={value:false}){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=qi(s,i,An(o)?4:0);return Math.sign(i-s)*Math.round(360*n)},isExported:!0},km={description:ui("Date a number of months before/after another date."),args:[Id("start_date (date)",ui("The date from which to calculate the result.")),Id("months (number)",ui("The number of months before (negative) or after (positive) 'start_date' to calculate."))],compute:function(e,t){return{value:Hi(Gi(Dn(e,this.locale),Math.trunc(Sn(t,this.locale)),!1)),format:this.locale.dateFormat}},isExported:!0},Lm={description:ui("Last day of a month before or after a date."),args:[Id("start_date (date)",ui("The date from which to calculate the result.")),Id("months (number)",ui("The number of months before (negative) or after (positive) 'start_date' to consider."))],compute:function(e,t){const o=Dn(e,this.locale),s=Math.trunc(Sn(t,this.locale)),i=o.getFullYear(),n=o.getMonth();return{value:Hi(new Ii(i,n+s+1,0)),format:this.locale.dateFormat}},isExported:!0},Vm={description:ui("Hour component of a specific time."),args:[Id("time (date)",ui("The time from which to calculate the hour component."))],compute:function(e){return Dn(e,this.locale).getHours()},isExported:!0},Um={description:ui("ISO week number of the year."),args:[Id("date (date)",ui("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=Dn(e,this.locale),o=t.getFullYear();let s=1;for(;4!==new Ii(o,0,s).getDay();)s+=1;const i=new Ii(o,0,s-3);let n=31;for(;4!==new Ii(o,11,n).getDay();)n-=1;const r=new Ii(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 Ii(o,11,n+3+1);break;case-1:let e=1;for(;4!==new Ii(o-1,0,e).getDay();)e+=1;l=new Ii(o-1,0,e-3)}const c=(t.getTime()-l.getTime())/xi;return Math.floor(c/7)+1},isExported:!0},Hm={description:ui("Minute component of a specific time."),args:[Id("time (date)",ui("The time from which to calculate the minute component."))],compute:function(e){return Dn(e,this.locale).getMinutes()},isExported:!0},zm={description:ui("Month of the year a specific date falls in"),args:[Id("date (date)",ui("The date from which to extract the month."))],compute:function(e){return Dn(e,this.locale).getMonth()+1},isExported:!0},Bm={description:ui("Net working days between two provided days."),args:[Id("start_date (date)",ui("The start date of the period from which to calculate the number of net working days.")),Id("end_date (date)",ui("The end date of the period from which to calculate the number of net working days.")),Id("holidays (date, range<date>, optional)",ui("A range or array constant containing the date serial numbers to consider holidays."))],compute:function(e,t,o){return Wm.compute.bind(this)(e,t,{value:1},o)},isExported:!0};function $m(e){const t=e?.value;if("string"==typeof t){rc(7===t.length&&[...t].every((e=>"0"===e||"1"===e)),ui('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 rc(1<=t&&t<=7||11<=t&&t<=17,ui("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 rn(ui("The weekend must be a number or a string."))}const Gm=[{value:1,label:ui("Saturday/Sunday are weekends")},{value:2,label:ui("Sunday/Monday are weekends")},{value:3,label:ui("Monday/Tuesday are weekends")},{value:4,label:ui("Tuesday/Wednesday are weekends")},{value:5,label:ui("Wednesday/Thursday are weekends")},{value:6,label:ui("Thursday/Friday are weekends")},{value:7,label:ui("Friday/Saturday are weekends")},{value:11,label:ui("Sunday is the only weekend")},{value:12,label:ui("Monday is the only weekend")},{value:13,label:ui("Tuesday is the only weekend")},{value:14,label:ui("Wednesday is the only weekend")},{value:15,label:ui("Thursday is the only weekend")},{value:16,label:ui("Friday is the only weekend")},{value:17,label:ui("Saturday is the only weekend")}],Wm={description:ui("Net working days between two dates (specifying weekends)."),args:[Id("start_date (date)",ui("The start date of the period from which to calculate the number of net working days.")),Id("end_date (date)",ui("The end date of the period from which to calculate the number of net working days.")),Id("weekend (any, default=1)",ui("A number or string representing which days of the week are considered weekends."),Gm),Id("holidays (date, range<date>, optional)",ui("A range or array constant containing the dates to consider as holidays."))],compute:function(e,t,o={value:1},s){const i=Dn(e,this.locale),n=Dn(t,this.locale),r=$m(o),a=new Set;void 0!==s&&On([s],(e=>{const t=Dn(e,this.locale);a.add(t.getTime())}));const l=i.getTime()>n.getTime(),c=Ii.fromTimestamp((l?i:n).getTime()),h=Ii.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},qm={description:ui("Current date and time as a date value."),args:[],compute:function(){const e=Ii.now(),t=e.getTime()-wi.getTime(),o=e.getHours()/24+e.getMinutes()/1440+e.getSeconds()/86400;return{value:Math.floor(t/xi)+o,format:tc(this.locale)}},isExported:!0},Zm={description:ui("Minute component of a specific time."),args:[Id("time (date)",ui("The time from which to calculate the second component."))],compute:function(e){return Dn(e,this.locale).getSeconds()},isExported:!0},jm={description:ui("Converts hour/minute/second into a time."),args:[Id("hour (number)",ui("The hour component of the time.")),Id("minute (number)",ui("The minute component of the time.")),Id("second (number)",ui("The second component of the time."))],compute:function(e,t,o){let s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Math.trunc(Sn(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 rn(ui("The function [[FUNCTION_NAME]] result cannot be negative")):{value:s/24+i/1440+n/86400,format:this.locale.timeFormat}},isExported:!0},Ym={description:ui("Converts a time string into its serial number representation."),args:[Id("time_string (string)",ui("The string that holds the time representation."))],compute:function(e){const t=En(e),o=Vi(t,this.locale);if(null===o)return new rn(ui("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},Xm={description:ui("Current date as a date value."),args:[],compute:function(){const e=Ii.now();return{value:Hi(new Ii(e.getFullYear(),e.getMonth(),e.getDate())),format:this.locale.dateFormat}},isExported:!0},Km={description:ui("Day of the week of the date provided (as number)."),args:[Id("date (date)",ui("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.")),Id("type (number, default=1)",ui("A number indicating which numbering system to use to represent weekdays. By default, counts starting with Sunday = 1."),[{value:1,label:ui("Numbers 1 (Sunday) trough 7 (Saturday)")},{value:2,label:ui("Numbers 1 (Monday) trough 7 (Sunday)")},{value:3,label:ui("Numbers 0 (Monday) trough 6 (Sunday)")},{value:11,label:ui("Numbers 1 (Monday) trough 7 (Sunday)")},{value:12,label:ui("Numbers 1 (Tuesday) trough 7 (Monday)")},{value:13,label:ui("Numbers 1 (Wednesday) trough 7 (Tuesday)")},{value:14,label:ui("Numbers 1 (Thursday) trough 7 (Wednesday)")},{value:15,label:ui("Numbers 1 (Friday) trough 7 (Thursday)")},{value:16,label:ui("Numbers 1 (Saturday) trough 7 (Friday)")},{value:17,label:ui("Numbers 1 (Sunday) trough 7 (Saturday)")}])],compute:function(e,t={value:1}){const o=Dn(e,this.locale),s=Math.round(Sn(t,this.locale)),i=o.getDay();if(!(1<=s&&s<=3||11<=s&&s<=17))return new rn(ui("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},Jm={description:ui("Week number of the year."),args:[Id("date (date)",ui("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.")),Id("type (number, default=1)",ui("A number representing the day that a week starts on. Sunday = 1."),[{value:1,label:ui("Sunday")},{value:2,label:ui("Monday")},{value:11,label:ui("Monday")},{value:12,label:ui("Tuesday")},{value:13,label:ui("Wednesday")},{value:14,label:ui("Thursday")},{value:15,label:ui("Friday")},{value:16,label:ui("Saturday")},{value:17,label:ui("Sunday")},{value:21,label:ui("ISO week number (Monday as first day of the week)")}])],compute:function(e,t={value:1}){const o=Dn(e,this.locale),s=Math.round(Sn(t,this.locale));if(![1,2,11,12,13,14,15,16,17,21].includes(s))return new rn(ui("The type (%s) is out of range.",s.toString()));if(21===s)return Um.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 Ii(n,0,r);for(;a.getDay()!==i;)r+=1,a=new Ii(n,0,r);const l=(o.getTime()-a.getTime())/xi;return l<0?1:Math.floor(l/7)+(1===r?1:2)},isExported:!0},Qm={description:ui("Date after a number of workdays."),args:[Id("start_date (date)",ui("The date from which to begin counting.")),Id("num_days (number)",ui("The number of working days to advance from start_date. If negative, counts backwards.")),Id("holidays (date, range<date>, optional)",ui("A range or array constant containing the dates to consider holidays."))],compute:function(e,t,o={value:null}){return ef.compute.bind(this)(e,t,{value:1},o)},isExported:!0},ef={description:ui("Date after a number of workdays (specifying weekends)."),args:[Id("start_date (date)",ui("The date from which to begin counting.")),Id("num_days (number)",ui("The number of working days to advance from start_date. If negative, counts backwards.")),Id("weekend (any, default=1)",ui("A number or string representing which days of the week are considered weekends."),Gm),Id("holidays (date, range<date>, optional)",ui("A range or array constant containing the dates to consider holidays."))],compute:function(e,t,o={value:1},s){const i=Dn(e,this.locale),n=Math.trunc(Sn(t,this.locale));if("1111111"===o.value)return new rn(ui("The weekend must be different from '1111111'."));const r=$m(o),a=new Set;void 0!==s&&On([s],(e=>{const t=Dn(e,this.locale);a.add(t.getTime())}));const l=Ii.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/xi),format:this.locale.dateFormat}},isExported:!0},tf={description:ui("Year specified by a given date."),args:[Id("date (date)",ui("The date from which to extract the year."))],compute:function(e){return Dn(e,this.locale).getFullYear()},isExported:!0},of={description:ui("Exact number of years between two dates."),args:[Id("start_date (date)",ui("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.")),Id("end_date (date)",ui("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.")),Id("day_count_convention (number, default=0)",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o={value:0}){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Math.trunc(Sn(o,this.locale));return s<0?new rn(ui("The start_date (%s) must be positive or null.",s)):i<0?new rn(ui("The end_date (%s) must be positive or null.",i)):0>n||n>4?new rn(ui("The day_count_convention (%s) must be between 0 and 4 inclusive.",n)):qi(s,i,n)}},sf={description:ui("First day of the month preceding a date."),args:[Id("date (date)",ui("The date from which to calculate the result."))],compute:function(e){const t=Dn(e,this.locale),o=t.getFullYear(),s=t.getMonth();return{value:Hi(new Ii(o,s,1)),format:this.locale.dateFormat}}},nf={description:ui("Last day of the month following a date."),args:[Id("date (date)",ui("The date from which to calculate the result."))],compute:function(e){return Lm.compute.bind(this)(e,{value:0})}},rf={description:ui("Quarter of the year a specific date falls in"),args:[Id("date (date)",ui("The date from which to extract the quarter."))],compute:function(e){return Math.ceil((Dn(e,this.locale).getMonth()+1)/3)}},af={description:ui("First day of the quarter of the year a specific date falls in."),args:[Id("date (date)",ui("The date from which to calculate the start of quarter."))],compute:function(e){const t=rf.compute.bind(this)(e),o=tf.compute.bind(this)(e);return{value:Hi(new Ii(o,3*(t-1),1)),format:this.locale.dateFormat}}},lf={description:ui("Last day of the quarter of the year a specific date falls in."),args:[Id("date (date)",ui("The date from which to calculate the end of quarter."))],compute:function(e){const t=rf.compute.bind(this)(e),o=tf.compute.bind(this)(e);return{value:Hi(new Ii(o,3*t,0)),format:this.locale.dateFormat}}},cf={description:ui("First day of the year a specific date falls in."),args:[Id("date (date)",ui("The date from which to calculate the start of the year."))],compute:function(e){const t=tf.compute.bind(this)(e);return{value:Hi(new Ii(t,0,1)),format:this.locale.dateFormat}}},hf={description:ui("Last day of the year a specific date falls in."),args:[Id("date (date)",ui("The date from which to calculate the end of the year."))],compute:function(e){const t=tf.compute.bind(this)(e);return{value:Hi(new Ii(t+1,0,0)),format:this.locale.dateFormat}}};var df=Object.freeze({__proto__:null,DATE:_m,DATEDIF:Fm,DATEVALUE:Om,DAY:Pm,DAYS:Mm,DAYS360:Nm,EDATE:km,EOMONTH:Lm,HOUR:Vm,ISOWEEKNUM:Um,MINUTE:Hm,MONTH:zm,MONTH_END:nf,MONTH_START:sf,NETWORKDAYS:Bm,NETWORKDAYS_INTL:Wm,NOW:qm,QUARTER:rf,QUARTER_END:lf,QUARTER_START:af,SECOND:Zm,TIME:jm,TIMEVALUE:Ym,TODAY:Xm,WEEKDAY:Km,WEEKNUM:Jm,WORKDAY:Qm,WORKDAY_INTL:ef,YEAR:tf,YEARFRAC:of,YEAR_END:hf,YEAR_START:cf});const uf={description:ui("Compare two numeric values, returning 1 if they're equal."),args:[Id("number1 (number)",ui("The first number to compare.")),Id("number2 (number, default=0)",ui("The second number to compare."))],compute:function(e,t={value:0}){return Sn(e,this.locale)===Sn(t,this.locale)?1:0},isExported:!0};var gf=Object.freeze({__proto__:null,DELTA:uf});const pf=[r.number,r.error,r.text,r.boolean];function mf(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=pf.indexOf(e.type)-pf.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 ff(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 vf(e,t,o,s,i);const r=e.model.getters.getContiguousZone(t,s);Ko(r,s)?vf(e,t,o,s,i):e.askConfirmation(ui("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?"),(()=>vf(e,t,o,r,i)),(()=>vf(e,t,o,s,i)))}function vf(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(ui("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(ui("Cannot sort a zone with array formulas."))}}function bf(e,t,...o){for(let e=0;e<o.length;e++){const t=e%2==0?"sort_column":"is_ascending";rc(void 0!==o[e],ui("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(An(fc(o[r+1])?.value)?"asc":"desc");const a=o[r];if(E(a)&&(a.length>1||a[0].length>1))rc(1===a.length&&a[0].length===n,ui("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=Sn(fc(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:mf("desc"),asc:mf("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 Sf={description:ui("Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions."),args:[Id("range (any, range<any>)",ui("The data to be filtered.")),Id("condition1 (boolean, range<boolean>)",ui("A column or row containing true or false values corresponding to the first column or row of range.")),Id("condition2 (boolean, range<boolean>, repeating)",ui("Additional column or row containing true or false values."))],compute:function(e,...t){let o=Kn(e);const s=t.map((e=>Un(Kn(e),(e=>e.value))));for(const e of s)if(!lc(e))return new rn(ui("The arguments condition must be a single column or row."));if(!cc(...t))return new rn(ui("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?Hn(o):o,i.some((e=>e.length!==o.length)))return new rn(ui("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?Hn(r):r:new hn(ui("No match found in FILTER evaluation"))},isExported:!1},Cf={description:ui("Sorts the rows of a given array or range by the values in one or more columns."),args:[Id("range (range)",ui("The data to be sorted.")),Id("sort_column (any, range<number>, repeating)",ui("The index of the column in range or a range outside of range containing the values by which to sort.")),Id("is_ascending (boolean, repeating)",ui("TRUE or FALSE indicating whether to sort sort_column in ascending order."),[{value:!0,label:ui("Ascending")},{value:!1,label:ui("Descending")}])],compute:function(e,...t){const o=Hn(e);return Hn(bf(o,this.locale,...t))},isExported:!0},yf={description:ui("Returns the first n items in a data set after performing a sort."),args:[Id("range (range)",ui("The data to be sorted.")),Id("n (number)",ui("The number of items to return.")),Id("display_ties_mode (number, default=0)",ui("A number representing the way to display ties.")),Id("sort_column (number, range<number>, repeating)",ui("The index of the column in range or a range outside of range containing the values by which to sort.")),Id("is_ascending (boolean, repeating)",ui("TRUE or FALSE indicating whether to sort sort_column in ascending order."),[{value:!0,label:ui("Ascending")},{value:!1,label:ui("Descending")}])],compute:function(e,t,...o){const s=Sn(t?.value??1,this.locale),i=o.length%2==0?0:Sn(o[0]?.value,this.locale),n=o.length%2==0?o:o.slice(1);if(s<0)return new rn(ui("Wrong value of 'n'. Expected a positive number. Got %s.",s));if(i<0||i>3)return new rn(ui("Wrong value of 'display_ties_mode'. Expected a positive number between 0 and 3. Got %s.",i));const r=bf(Hn(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 Hn(r.slice(0,s));case 1:for(let e=s;e<r.length;e++)if(!a(e,s-1))return Hn(r.slice(0,e));return Hn(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 Hn(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 Hn(e)}}},isExported:!1},If={description:ui("Unique rows in the provided source range."),args:[Id("range (any, range<any>)",ui("The data to filter by unique entries.")),Id("by_column (boolean, default=FALSE)",ui("Whether to filter the data by columns or by rows."),[{value:!0,label:ui("Return unique columns")},{value:!1,label:ui("Return unique rows")}]),Id("exactly_once (boolean, default=FALSE)",ui("Whether to return only entries with no duplicates."),[{value:!0,label:ui("Return items that appear exactly once")},{value:!1,label:ui("Return every distinct item")}])],compute:function(e={value:""},t,o){if(!E(e))return[[e]];const s=An(t?.value)||!1,i=An(o?.value)||!1;s||(e=Hn(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:Hn(r):new rn(ui("No unique values found"))},isExported:!0};var wf=Object.freeze({__proto__:null,FILTER:Sf,SORT:Cf,SORTN:yf,UNIQUE:If});const xf=[{value:1,label:ui("Annual")},{value:2,label:ui("Semi-annual")},{value:4,label:ui("Quarterly")}],Ef=[{value:0,label:ui("End of period (default)")},{value:1,label:ui("Beginning of period")}],Rf=[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)];function Tf(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)?(rc(u<s&&void 0!==n,ui("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,rc(u<s,ui("Function [[FUNCTION_NAME]] didn't find any result.")),u++)}while(!d);return h}const Af={description:ui("Accrued interest of security paying at maturity."),args:[Id("issue (date)",ui("The date the security was initially issued.")),Id("maturity (date)",ui("The maturity date of the security.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(s,this.locale),l=Sn(o,this.locale),c=Math.trunc(Sn(i,this.locale));if(n<0)return new rn((e=>ui("The issue (%s) must be positive or null.",e))(n));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(Sm(a));if(l<=0)return new rn(bm(l));return a*l*qi(n,r,c)},isExported:!0},Df={description:ui("Depreciation for an accounting period."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("purchase_date (date)",ui("The date the asset was purchased.")),Id("first_period_end (date)",ui("The date the first period ended.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("period (number)",ui("The single period within life for which to calculate depreciation.")),Id("rate (number)",ui("The deprecation rate.")),Id("day_count_convention (number, optional)",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Sn(e,this.locale),l=Math.trunc(Sn(t,this.locale)),c=Math.trunc(Sn(o,this.locale)),h=Sn(s,this.locale),d=Sn(i,this.locale),u=Sn(n,this.locale),g=Math.trunc(Sn(r,this.locale));if(a<=0)return new rn((e=>ui("The cost (%s) must be strictly positive.",e))(a));if(l<0)return new rn((e=>ui("The purchase_date (%s) must be positive or null.",e))(l));if(h<0)return new rn(Cm(h));if(h>a)return new rn(((e,t)=>ui("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 rn((e=>ui("The period (%s) must be positive or null.",e))(d));if(u<=0)return new rn(bm(u));if(Em(g))return new rn(Kp(g));if(l>c)return new rn(((e,t)=>ui("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=qi(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},_f={description:ui("Days in coupon period containing settlement date."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));if(1===a){const i=Nf.compute.bind(this)(e,t,o,s).value;return Sn(Pf.compute.bind(this)(e,t,o,s).value,this.locale)-Sn(i,this.locale)}return(3===a?365:360)/r},isExported:!0},Ff={description:ui("Days from settlement until next coupon."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));const l=Sn(Nf.compute.bind(this)(e,t,o,s).value,this.locale);if([1,2,3].includes(a))return i-l;if(4===a){const e=qi(l,i,a);return Math.round(360*e)}const c=Dn(i,this.locale),h=Dn(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&&$i(h)&&$i(c)&&(f=30),31!==f||30!==m&&31!==m||(f=30),2===g&&$i(h)&&(m=30),31===m&&(m=30),360*(u-d)+30*(p-g)+(f-m)},isExported:!0},Of={description:ui("Days from settlement until next coupon."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));const l=Sn(Pf.compute.bind(this)(e,t,o,s).value,this.locale);if([1,2,3].includes(a))return l-i;if(4===a){const e=qi(i,l,a);return Math.round(360*e)}const c=Ff.compute.bind(this)(e,t,o,s);return Sn(_f.compute.bind(this)(e,t,o,s),this.locale)-Sn(c,this.locale)},isExported:!0},Pf={description:ui("Next coupon date after the settlement date."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));const l=12/r,c=Mf.compute.bind(this)(e,t,o,s);return{value:Hi(Gi(Dn(n,this.locale),-(Sn(c,this.locale)-1)*l,!0)),format:this.locale.dateFormat}},isExported:!0},Mf={description:ui("Number of coupons between settlement and maturity."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));let l=1,c=n;const h=12/r;for(;c>i;)c=Hi(Gi(Dn(c,this.locale),-h,!1)),l++;return l-1},isExported:!0},Nf={description:ui("Last coupon date prior to or on the settlement date."),args:Rf,compute:function(e,t,o,s={value:0}){s=s||0;const i=Math.trunc(Sn(e,this.locale)),n=Math.trunc(Sn(t,this.locale)),r=Math.trunc(Sn(o,this.locale)),a=Math.trunc(Sn(s,this.locale));if(i>=n)return new rn(lm(i,n));if(Rm(r))return new rn(Xp(r));if(Em(a))return new rn(Kp(a));const l=12/r,c=Mf.compute.bind(this)(e,t,o,s);return{value:Hi(Gi(Dn(n,this.locale),-c*l,!0)),format:this.locale.dateFormat}},isExported:!0},kf={description:ui("Cumulative interest paid over a set of periods."),args:[Id("rate (number)",ui("The interest rate.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("first_period (number)",ui("The number of the payment period to begin the cumulative calculation.")),Id("last_period (number)",ui("The number of the payment period to end the cumulative calculation.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s,i,n={value:0}){const r=Sn(s,this.locale),a=Sn(i,this.locale),l=Sn(e,this.locale),c=Sn(o,this.locale),h=Sn(t,this.locale),d=An(n)?1:0;if(h<=0)return new rn(cm(h));if(r<=0)return new rn(sm(r));if(a<=0)return new rn(rm(a));if(r>a)return new rn(om(r,a));if(a>h)return new rn(nm(a,h));if(l<=0)return new rn(bm(l));if(c<=0)return new rn(pm(c));let u=0;for(let e=r;e<=a;e++)u+=Xf(l,e,h,c,0,d);return u},isExported:!0},Lf={description:ui("Cumulative principal paid over a set of periods."),args:[Id("rate (number)",ui("The interest rate.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("first_period (number)",ui("The number of the payment period to begin the cumulative calculation.")),Id("last_period (number)",ui("The number of the payment period to end the cumulative calculation.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s,i,n={value:0}){const r=Sn(s,this.locale),a=Sn(i,this.locale),l=Sn(e,this.locale),c=Sn(o,this.locale),h=Sn(t,this.locale),d=An(n)?1:0;if(h<=0)return new rn(cm(h));if(r<=0)return new rn(sm(r));if(a<=0)return new rn(rm(a));if(r>a)return new rn(om(r,a));if(a>h)return new rn(nm(a,h));if(l<=0)return new rn(bm(l));if(c<=0)return new rn(pm(c));let u=0;for(let e=r;e<=a;e++)u+=cv(l,e,h,c,0,d);return u},isExported:!0},Vf={description:ui("Depreciation via declining balance method."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated.")),Id("period (number)",ui("The single period within life for which to calculate depreciation.")),Id("month (number, optional)",ui("The number of months in the first year of depreciation."))],compute:function(e,t,o,s,...i){const n=Sn(e,this.locale),r=Sn(t,this.locale),a=Sn(o,this.locale),l=Math.trunc(Sn(s,this.locale)),c=i.length?Math.trunc(Sn(i[0],this.locale)):12,h=a+(12===c?0:1);if(n<0)return new rn(Yp(n));if(r<0)return new rn(Cm(r));if(l<=0)return new rn(gm(l));if(a<=0)return new rn(am(a));if(1>c||c>12)return new rn(ui("The month (%s) must be between 1 and 12 inclusive.",c));if(l>h)return new rn(((e,t)=>ui("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},Uf="#,##0.00",Hf={description:ui("Depreciation via double-declining balance method."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated.")),Id("period (number)",ui("The single period within life for which to calculate depreciation.")),Id("factor (number, default=2)",ui("The factor by which depreciation decreases."))],compute:function(e,t,o,s,i={value:2}){const n=Sn(e,this.locale),r=Sn(t,this.locale),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Sn(i,this.locale);if(n<0)return new rn(Yp(n));if(r<0)return new rn(Cm(r));if(l<=0)return new rn(gm(l));if(a<=0)return new rn(am(a));if(l>a)return new rn(um(l,a));if(c<=0)return new rn(Jp(c));if(0===n||r>=n)return{value:0,format:Uf};const h=c/a;if(h>1)return{value:1===l?n-r:0,format:Uf};if(l<=1)return{value:n*h,format:Uf};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:Uf}},isExported:!0},zf={description:ui("Discount rate of a security based on price."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("price (number)",ui("The price at which the security is bought per 100 face value.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(mm(a));if(l<=0)return new rn(Sm(l));return(l-a)/l/qi(n,r,c)},isExported:!0},Bf={description:ui("Convert a decimal fraction to decimal value."),args:[Id("fractional_price (number)",ui("The price quotation given using fractional decimal conventions.")),Id("unit (number)",ui("The units of the fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],compute:function(e,t){const o=Sn(e,this.locale),s=Math.trunc(Sn(t,this.locale));if(s<=0)return new rn(Im(s));const i=Math.trunc(o);return i+(o-i)*(10**Math.ceil(Math.log10(s))/s)},isExported:!0},$f={description:ui("Convert a decimal value to decimal fraction."),args:[Id("decimal_price (number)",ui("The price quotation given as a decimal value.")),Id("unit (number)",ui("The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds."))],compute:function(e,t){const o=Sn(e,this.locale),s=Math.trunc(Sn(t,this.locale));if(s<=0)return new rn(Im(s));const i=Math.trunc(o);return i+(o-i)*(s/10**Math.ceil(Math.log10(s)))},isExported:!0},Gf={description:ui("Number of periods for an investment to reach a value."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("yield (number)",ui("The expected annual yield of the security.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n={value:0}){const r=Math.trunc(Sn(e,this.locale)),a=Math.trunc(Sn(t,this.locale)),l=Sn(o,this.locale),c=Sn(s,this.locale),h=Math.trunc(Sn(i,this.locale)),d=Math.trunc(Sn(n,this.locale));if(r>=a)return new rn(lm(r,a));if(Rm(h))return new rn(Xp(h));if(Em(d))return new rn(Kp(d));if(l<0)return new rn(vm(l));if(c<0)return new rn(wm(c));const u=qi(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},Wf={description:ui("Annual effective interest rate."),args:[Id("nominal_rate (number)",ui("The nominal interest rate per year.")),Id("periods_per_year (number)",ui("The number of compounding periods per year."))],compute:function(e,t){const o=Sn(e,this.locale),s=Math.trunc(Sn(t,this.locale));return o<=0?new rn(ui("The nominal_rate (%s) must be strictly positive.",o)):s<=0?new rn(dm(s)):Math.pow(1+o/s,s)-1},isExported:!0};function qf(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 Zf={description:ui("Future value of an annuity investment."),args:[Id("rate (number)",ui("The interest rate.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("payment_amount (number)",ui("The amount per period to be paid.")),Id("present_value (number, default=0)",ui("The current value of the annuity.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;return{value:qf(Sn(e,this.locale),Sn(t,this.locale),Sn(o,this.locale),Sn(s,this.locale),An(i)?1:0),format:"#,##0.00"}},isExported:!0},jf={description:ui("Future value of principal from series of rates."),args:[Id("principal (number)",ui("The amount of initial capital or value to compound against.")),Id("rate_schedule (number, range<number>)",ui("A series of interest rates to compound against the principal."))],compute:function(e,t){return Nn([t],((e,t)=>e*(1+Sn(t,this.locale))),Sn(e,this.locale))},isExported:!0},Yf={description:ui("Calculates effective interest rate."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("investment (number)",ui("The amount invested in the security.")),Id("redemption (number)",ui("The amount to be received at maturity.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(s,this.locale),l=Sn(o,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(l<=0)return new rn(im(l));if(a<=0)return new rn(Sm(a));if(Em(c))return new rn(Kp(c));return(a-l)/l/qi(n,r,c)},isExported:!0};function Xf(e,t,o,s,i,n){return av(e,o,s,i,n)-cv(e,t,o,s,i,n)}const Kf={description:ui("Payment on the principal of an investment."),args:[Id("rate (number)",ui("The annualized rate of interest.")),Id("period (number)",ui("The amortization period, in terms of number of periods.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s,i={value:0},n={value:0}){return{value:Xf(Sn(e,this.locale),Sn(t,this.locale),Sn(o,this.locale),Sn(s,this.locale),Sn(i,this.locale),An(n)?1:0),format:"#,##0.00"}},isExported:!0},Jf={description:ui("Internal rate of return given periodic cashflows."),args:[Id("cashflow_amounts (number, range<number>)",ui("An array or range containing the income or payments associated with the investment.")),Id("rate_guess (number, default=0.1)",ui("An estimate for what the internal rate of return will be."))],compute:function(e,t={value:.1}){const o=Sn(t,this.locale);if(o<=-1)return new rn(fm(o));let s=!1,i=!1;const n=[];if(Pn([e],(({value:e})=>{e>0&&(s=!0),e<0&&(i=!0),n.push(e)}),this.locale),!s||!i)return new rn(jp);const r=n.shift();return{value:Tf((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},Qf={description:ui("Returns the interest paid at a particular period of an investment."),args:[Id("rate (number)",ui("The interest rate.")),Id("period (number)",ui("The period for which you want to view the interest payment.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity."))],compute:function(e,t,o,s){const i=Sn(e,this.locale),n=Sn(t,this.locale),r=Sn(o,this.locale),a=Sn(s,this.locale);if(0===r)return new rn(ui("The number_of_periods (%s) must be different from zero.",r));return-1*(a-a*(n/r))*i},isExported:!0},ev={description:ui("Modified Macaulay duration."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("yield (number)",ui("The expected annual yield of the security.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."))],compute:function(e,t,o,s,i,n={value:0}){const r=Gf.compute.bind(this)(e,t,o,s,i,n),a=Sn(s,this.locale),l=Math.trunc(Sn(i,this.locale));return Sn(r,this.locale)/(1+a/l)},isExported:!0},tv={description:ui("Modified internal rate of return."),args:[Id("cashflow_amounts (range<number>)",ui("A range containing the income or payments associated with the investment. The array should contain bot payments and incomes.")),Id("financing_rate (number)",ui("The interest rate paid on funds invested.")),Id("reinvestment_return_rate (number)",ui("The return (as a percentage) earned on reinvestment of income received from the investment."))],compute:function(e,t,o){const s=Sn(t,this.locale),i=Sn(o,this.locale),n=Hn(e).flat().filter((e=>null!==e.value)).map((e=>Sn(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 rn(jp);return(-a/l)**(1/(r-1))-1},isExported:!0},ov={description:ui("Annual nominal interest rate."),args:[Id("effective_rate (number)",ui("The effective interest rate per year.")),Id("periods_per_year (number)",ui("The number of compounding periods per year."))],compute:function(e,t){const o=Sn(e,this.locale),s=Math.trunc(Sn(t,this.locale));return o<=0?new rn(ui("The effective_rate (%s) must be strictly positive.",o)):s<=0?new rn(dm(s)):(Math.pow(o+1,1/s)-1)*s},isExported:!0},sv={description:ui("Number of payment periods for an investment."),args:[Id("rate (number)",ui("The interest rate.")),Id("payment_amount (number)",ui("The amount of each payment made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;const n=Sn(e,this.locale),r=Sn(t,this.locale),a=Sn(o,this.locale),l=Sn(s,this.locale),c=An(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 iv(e,t,o,s){let i=0;return kn(o,((t,o)=>(i++,t+o/(1+e)**i)),t,s)}const nv={description:ui("The net present value of an investment based on a series of periodic cash flows and a discount rate."),args:[Id("discount (number)",ui("The discount rate of the investment over one period.")),Id("cashflow1 (number, range<number>)",ui("The first future cash flow.")),Id("cashflow2 (number, range<number>, repeating)",ui("Additional future cash flows."))],compute:function(e,...t){const o=Sn(e,this.locale);return-1===o?new rn((e=>ui("The discount (%s) must be different from -1.",e))(o)):{value:iv(o,0,t,this.locale),format:"#,##0.00"}},isExported:!0},rv={description:ui("Computes the number of periods needed for an investment to reach a value."),args:[Id("rate (number)",ui("The rate at which the investment grows each period.")),Id("present_value (number)",ui("The investment's current value.")),Id("future_value (number)",ui("The investment's desired future value."))],compute:function(e,t,o){const s=Sn(e,this.locale),i=Sn(t,this.locale),n=Sn(o,this.locale);return s<=0?new rn(bm(s)):i<=0?new rn(pm(i)):n<=0?new rn(ui("The future_value (%s) must be strictly positive.",n)):(Math.log(n)-Math.log(i))/Math.log(1+s)},isExported:!0};function av(e,t,o,s,i){if(t<=0)throw new rn(cm(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 lv={description:ui("Periodic payment for an annuity investment."),args:[Id("rate (number)",ui("The annualized rate of interest.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s={value:0},i={value:0}){const n=Sn(t,this.locale),r=Sn(e,this.locale),a=An(i)?1:0,l=Sn(s,this.locale);return{value:av(r,n,Sn(o,this.locale),l,a),format:"#,##0.00"}},isExported:!0};function cv(e,t,o,s,i,n){if(o<=0)throw new rn(cm(o));if(t<=0||t>o)throw new rn(hm(o));const r=av(e,o,s,i,n);if(1===n&&1===t)return r;return r+-qf(e,0===n?t-1:t-2,r,s+r*n,0)*e}const hv={description:ui("Payment on the principal of an investment."),args:[Id("rate (number)",ui("The annualized rate of interest.")),Id("period (number)",ui("The amortization period, in terms of number of periods.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s,i={value:0},n={value:0}){const r=Sn(o,this.locale),a=Sn(e,this.locale),l=Sn(t,this.locale),c=An(n)?1:0,h=Sn(i,this.locale);return{value:cv(a,l,r,Sn(s,this.locale),h,c),format:"#,##0.00"}},isExported:!0},dv={description:ui("Present value of an annuity investment."),args:[Id("rate (number)",ui("The interest rate.")),Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("payment_amount (number)",ui("The amount per period to be paid.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef)],compute:function(e,t,o,s={value:0},i={value:0}){s=s||0,i=i||0;const n=Sn(e,this.locale),r=Sn(t,this.locale),a=Sn(o,this.locale),l=Sn(s,this.locale),c=An(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},uv={description:ui("Price of a security paying periodic interest."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("yield (number)",ui("The expected annual yield of the security.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Math.trunc(Sn(e,this.locale)),l=Math.trunc(Sn(t,this.locale)),c=Sn(o,this.locale),h=Sn(s,this.locale),d=Sn(i,this.locale),u=Math.trunc(Sn(n,this.locale)),g=Math.trunc(Sn(r,this.locale));if(a>=l)return new rn(lm(a,l));if(Rm(u))return new rn(Xp(u));if(Em(g))return new rn(Kp(g));if(c<0)return new rn(vm(c));if(h<0)return new rn(wm(h));if(d<=0)return new rn(Sm(d));const p=qi(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},gv={description:ui("Price of a discount security."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("discount (number)",ui("The discount rate of the security at time of purchase.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(Qp(a));if(l<=0)return new rn(Sm(l));return l-a*l*qi(n,r,c)},isExported:!0},pv={description:ui("Calculates the price of a security paying interest at maturity, based on expected yield."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("issue (date)",ui("The date the security was initially issued.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("yield (number)",ui("The expected annual yield of the security.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n={value:0}){n=n||0;const r=Math.trunc(Sn(e,this.locale)),a=Math.trunc(Sn(t,this.locale)),l=Math.trunc(Sn(o,this.locale)),c=Sn(s,this.locale),h=Sn(i,this.locale),d=Math.trunc(Sn(n,this.locale));if(r<=l)return new rn(((e,t)=>ui("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 rn(lm(r,a));if(Em(d))return new rn(Kp(d));if(c<0)return new rn(vm(c));if(h<0)return new rn(wm(h));const u=qi(r,a,d),g=qi(r,l,d);return(100+qi(l,a,d)*c*100)/(1+u*h)-g*c*100},isExported:!0},mv=.1,fv={description:ui("Interest rate of an annuity investment."),args:[Id("number_of_periods (number)",ui("The number of payments to be made.")),Id("payment_per_period (number)",ui("The amount per period to be paid.")),Id("present_value (number)",ui("The current value of the annuity.")),Id("future_value (number, default=0)",ui("The future value remaining after the final payment has been made.")),Id("end_or_beginning (number, default=0)",ui("The timing of the payment payments are due for each period."),Ef),Id("rate_guess (number, default=0.1)",ui("An estimate for what the interest rate will be."))],compute:function(e,t,o,s={value:0},i={value:0},n={value:mv}){const r=Sn(e,this.locale),a=Sn(t,this.locale),l=An(i)?1:0,c=Sn(n,this.locale)||mv;let h=Sn(s,this.locale),d=Sn(o,this.locale);if(r<=0)return new rn(cm(r));if(!xm([a,d,h]))return new rn(ui("There must be both positive and negative values in [payment_amount, present_value, future_value]."));if(c<=-1)return new rn(fm(c));h-=a*l,d+=a*l;return{value:Tf((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},vv={description:ui("Amount received at maturity for a security."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("investment (number)",ui("The amount invested (irrespective of face value of each security).")),Id("discount (number)",ui("The discount rate of the security invested in.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(im(a));if(l<=0)return new rn(Qp(l));return a/(1-l*qi(n,r,c))},isExported:!0},bv={description:ui("Computes the rate needed for an investment to reach a specific value within a specific number of periods."),args:[Id("number_of_periods (number)",ui("The number of periods.")),Id("present_value (number)",ui("The present value of the investment.")),Id("future_value (number)",ui("The future value of the investment."))],compute:function(e,t,o){const s=Sn(e,this.locale),i=Sn(t,this.locale),n=Sn(o,this.locale);return s<=0?new rn(cm(s)):(n/i)**(1/s)-1},isExported:!0},Sv={description:ui("Depreciation of an asset using the straight-line method."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated."))],compute:function(e,t,o){return{value:(Sn(e,this.locale)-Sn(t,this.locale))/Sn(o,this.locale),format:"#,##0.00"}},isExported:!0},Cv={description:ui("Depreciation via sum of years digit method."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated.")),Id("period (number)",ui("The single period within life for which to calculate depreciation."))],compute:function(e,t,o,s){const i=Sn(e,this.locale),n=Sn(t,this.locale),r=Sn(o,this.locale),a=Sn(s,this.locale);if(a<=0)return new rn(gm(a));if(r<=0)return new rn(am(r));if(a>r)return new rn(um(a,r));return{value:(r-a+1)/(r*(r+1)/2)*(i-n),format:"#,##0.00"}},isExported:!0};function yv(e,t,o){return 100*(1-o*qi(e,t,2))}const Iv={description:ui("Price of a US Treasury bill."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("discount (number)",ui("The discount rate of the bill at time of purchase."))],compute:function(e,t,o){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Sn(o,this.locale);return s>=i?new rn(lm(s,i)):Tm(s,i,this.locale)?n<=0?new rn(Qp(n)):n>=1?new rn(em(n)):yv(s,i,n):new rn(ym(s,i))},isExported:!0},wv={description:ui("Equivalent rate of return for a US Treasury bill."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("discount (number)",ui("The discount rate of the bill at time of purchase."))],compute:function(e,t,o){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Sn(o,this.locale);if(s>=i)return new rn(lm(s,i));if(!Tm(s,i,this.locale))return new rn(ym(s,i));if(n<=0)return new rn(Qp(n));if(n>=1)return new rn(em(n));const r=Mm.compute.bind(this)({value:i},{value:s});if(r<=182)return 365*n/(360-n*r);const a=yv(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},xv={description:ui("The yield of a US Treasury bill based on price."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("price (number)",ui("The price at which the security is bought per 100 face value."))],compute:function(e,t,o){const s=Math.trunc(Sn(e,this.locale)),i=Math.trunc(Sn(t,this.locale)),n=Sn(o,this.locale);if(s>=i)return new rn(lm(s,i));if(!Tm(s,i,this.locale))return new rn(ym(s,i));if(n<=0)return new rn(mm(n));return(100-n)/n*(1/qi(s,i,2))},isExported:!0},Ev={description:ui("Variable declining balance. WARNING : does not handle decimal periods."),args:[Id("cost (number)",ui("The initial cost of the asset.")),Id("salvage (number)",ui("The value of the asset at the end of depreciation.")),Id("life (number)",ui("The number of periods over which the asset is depreciated.")),Id("start (number)",ui("Starting period to calculate depreciation.")),Id("end (number)",ui("Ending period to calculate depreciation.")),Id("factor (number, default=2)",ui("The number of months in the first year of depreciation.")),Id("no_switch (number, default=false)",ui("Whether to switch to straight-line depreciation when the depreciation is greater than the declining balance calculation."),[{value:!1,label:ui("Switch to straight-line depreciation")},{value:!0,label:ui("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=Sn(e,this.locale),l=Sn(t,this.locale),c=Sn(o,this.locale),h=Math.trunc(Sn(s,this.locale)),d=Math.trunc(Sn(i,this.locale)),u=Sn(n,this.locale),g=An(r);if(a<0)return new rn(Yp(a));if(l<0)return new rn(Cm(l));if(c<=0)return new rn(am(c));if(h<0)return new rn((e=>ui("The start_period (%s) must be positive or null.",e))(h));if(d<0)return new rn((e=>ui("The end_period (%s) must be positive or null.",e))(d));if(h>d)return new rn(ui("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 rn(((e,t)=>ui("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 rn(Jp(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},Rv={description:ui("Internal rate of return given non-periodic cash flows."),args:[Id("cashflow_amounts (range<number>)",ui("An range containing the income or payments associated with the investment.")),Id("cashflow_dates (range<number>)",ui("An range with dates corresponding to the cash flows in cashflow_amounts.")),Id("rate_guess (number, default=0.1)",ui("An estimate for what the internal rate of return will be."))],compute:function(e,t,o={value:mv}){const s=Sn(o,this.locale);if(!cc(e,t))return new rn(Zp);const i=e.flat().map((e=>Sn(e,this.locale))),n=t.flat().map((e=>Sn(e,this.locale)));if(!xm(i))return new rn(jp);if(n.some((e=>e<n[0])))return new rn(tm(n[0]));if(s<=-1)return new rn(fm(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 Tf((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},Tv={description:ui("Net present value given to non-periodic cash flows.."),args:[Id("discount (number)",ui("The discount rate of the investment over one period.")),Id("cashflow_amounts (number, range<number>)",ui("An range containing the income or payments associated with the investment.")),Id("cashflow_dates (number, range<number>)",ui("An range with dates corresponding to the cash flows in cashflow_amounts."))],compute:function(e,t,o){const s=Sn(e,this.locale);if(!cc(t,o))return new rn(Zp);const i=Kn(t).flat().map((e=>In(e,this.locale))),n=Kn(o).flat().map((e=>In(e,this.locale)));if(n.some((e=>e<n[0])))return new rn(tm(n[0]));if(s<=0)return new rn(bm(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},Av={description:ui("Annual yield of a security paying periodic interest."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("price (number)",ui("The price at which the security is bought per 100 face value.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("frequency (number)",ui("The number of interest or coupon payments per year (1, 2, or 4)."),xf),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n,r={value:0}){r=r||0;const a=Math.trunc(Sn(e,this.locale)),l=Math.trunc(Sn(t,this.locale)),c=Sn(o,this.locale),h=Sn(s,this.locale),d=Sn(i,this.locale),u=Math.trunc(Sn(n,this.locale)),g=Math.trunc(Sn(r,this.locale));if(a>=l)return new rn(lm(a,l));if(Rm(u))return new rn(Xp(u));if(Em(g))return new rn(Kp(g));if(c<0)return new rn(vm(c));if(h<=0)return new rn(mm(h));if(d<=0)return new rn(Sm(d));const p=qi(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=Tf((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},Dv={description:ui("Annual yield of a discount security."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("price (number)",ui("The price at which the security is bought per 100 face value.")),Id("redemption (number)",ui("The redemption amount per 100 face value, or par.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i={value:0}){i=i||0;const n=Math.trunc(Sn(e,this.locale)),r=Math.trunc(Sn(t,this.locale)),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Math.trunc(Sn(i,this.locale));if(n>=r)return new rn(lm(n,r));if(Em(c))return new rn(Kp(c));if(a<=0)return new rn(mm(a));if(l<=0)return new rn(Sm(l));return(l/a-1)/qi(n,r,c)},isExported:!0},_v={description:ui("Annual yield of a security paying interest at maturity."),args:[Id("settlement (date)",ui("The settlement date of the security, the date after issuance when the security is delivered to the buyer.")),Id("maturity (date)",ui("The maturity or end date of the security, when it can be redeemed at face, or par value.")),Id("issue (date)",ui("The date the security was initially issued.")),Id("rate (number)",ui("The annualized rate of interest.")),Id("price (number)",ui("The price at which the security is bought.")),Id("day_count_convention (number, default=0 )",ui("An indicator of what day count method to use."),Am)],compute:function(e,t,o,s,i,n={value:0}){n=n||0;const r=Math.trunc(Sn(e,this.locale)),a=Math.trunc(Sn(t,this.locale)),l=Math.trunc(Sn(o,this.locale)),c=Sn(s,this.locale),h=Sn(i,this.locale),d=Math.trunc(Sn(n,this.locale));if(r>=a)return new rn(lm(r,a));if(Em(d))return new rn(Kp(d));if(r<l)return new rn(((e,t)=>ui("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 rn(vm(c));if(h<=0)return new rn(mm(h));return(100*(1+c*qi(l,a,d))/(h+100*c*qi(l,r,d))-1)/qi(r,a,d)},isExported:!0};var Fv,Ov=Object.freeze({__proto__:null,ACCRINTM:Af,AMORLINC:Df,COUPDAYBS:Ff,COUPDAYS:_f,COUPDAYSNC:Of,COUPNCD:Pf,COUPNUM:Mf,COUPPCD:Nf,CUMIPMT:kf,CUMPRINC:Lf,DB:Vf,DDB:Hf,DISC:zf,DOLLARDE:Bf,DOLLARFR:$f,DURATION:Gf,EFFECT:Wf,FV:Zf,FVSCHEDULE:jf,INTRATE:Yf,IPMT:Kf,IRR:Jf,ISPMT:Qf,MDURATION:ev,MIRR:tv,NOMINAL:ov,NPER:sv,NPV:nv,PDURATION:rv,PMT:lv,PPMT:hv,PRICE:uv,PRICEDISC:gv,PRICEMAT:pv,PV:dv,RATE:fv,RECEIVED:vv,RRI:bv,SLN:Sv,SYD:Cv,TBILLEQ:wv,TBILLPRICE:Iv,TBILLYIELD:xv,VDB:Ev,XIRR:Rv,XNPV:Tv,YIELD:Av,YIELDDISC:Dv,YIELDMAT:_v});!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"}(Fv||(Fv={}));const Pv=(e,t=(()=>!0))=>[{goTo:e,guard:t}],Mv=(e,t=(()=>!0))=>({goTo:e,guard:t}),Nv={[Fv.LeftRef]:{REFERENCE:Pv(Fv.Separator),NUMBER:Pv(Fv.FullRowSeparator),SYMBOL:[Mv(Fv.FullColumnSeparator,(e=>{return t=e.value,Ca.test(t);var t})),Mv(Fv.FullRowSeparator,(e=>wa(e.value)))]},[Fv.FullColumnSeparator]:{SPACE:Pv(Fv.FullColumnSeparator),OPERATOR:Pv(Fv.RightColumnRef,(e=>":"===e.value))},[Fv.FullRowSeparator]:{SPACE:Pv(Fv.FullRowSeparator),OPERATOR:Pv(Fv.RightRowRef,(e=>":"===e.value))},[Fv.Separator]:{SPACE:Pv(Fv.Separator),OPERATOR:Pv(Fv.RightRef,(e=>":"===e.value))},[Fv.RightRef]:{SPACE:Pv(Fv.RightRef),NUMBER:Pv(Fv.Found),REFERENCE:Pv(Fv.Found,(e=>Ra(e.value))),SYMBOL:Pv(Fv.Found,(e=>xa(e.value)||Ea(e.value)))},[Fv.RightColumnRef]:{SPACE:Pv(Fv.RightColumnRef),SYMBOL:Pv(Fv.Found,(e=>xa(e.value))),REFERENCE:Pv(Fv.Found,(e=>Ra(e.value)))},[Fv.RightRowRef]:{SPACE:Pv(Fv.RightRowRef),NUMBER:Pv(Fv.Found),REFERENCE:Pv(Fv.Found,(e=>Ra(e.value))),SYMBOL:Pv(Fv.Found,(e=>Ea(e.value)))},[Fv.Found]:{}};function kv(e){let t=0,o=Nv[Fv.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 Fv.Found:return s+=i.value,e.splice(0,t),{type:"REFERENCE",value:s};default:o=Nv[r],s+=i.value}}return null}function Lv(e,t=w){const o=El(e,t),s=[];for(;o.length;)s.push(kv(o)||o.shift());return s}const Vv=/[a-zA-Z0-9\_]+(\.[a-zA-Z0-9\_]+)*/,Uv=["-","+"],Hv=["%"];class zv{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 Bv={"%":40,"^":30,"*":20,"/":20,"+":15,"-":15,"&":13,">":10,"<>":10,">=":10,"<":10,"<=":10,"=":10};function $v(e){const t=e.shift();if(!t)throw new an;switch(t.type){case"DEBUGGER":const o=qv(e,1e3);return o.debug=!0,o;case"NUMBER":return{type:"NUMBER",value:tn(t.value,w),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:sn.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&&Vv.test(t.value)&&s===ft(s,"'")){const{args:o,rightParen:i}=function(e){Wv(e,"LEFT_PAREN",ui("Missing opening parenthesis"));const t=e.current;if("RIGHT_PAREN"===t?.type){return{args:[],rightParen:Wv(e,"RIGHT_PAREN")}}const o=[];o.push(Gv(e));for(;"RIGHT_PAREN"!==e.current?.type;)Wv(e,"ARG_SEPARATOR",ui("Wrong function call")),o.push(Gv(e));const s=Wv(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=qv(e),a=Wv(e,"RIGHT_PAREN",ui("Missing closing parenthesis"));return{...r,tokenStartIndex:t.tokenIndex,tokenEndIndex:a.tokenIndex};case"OPERATOR":const l=t.value;if(Uv.includes(l)){const o=qv(e,Bv[l]);return{type:"UNARY_OPERATION",value:l,operand:o,tokenStartIndex:t.tokenIndex,tokenEndIndex:o.tokenEndIndex}}throw new an(ui("Unexpected token: %s",t.value));default:throw new an(ui("Unexpected token: %s",t.value))}}function Gv(e){const t=e.current;return"ARG_SEPARATOR"===t?.type||"RIGHT_PAREN"===t?.type?{type:"EMPTY",value:"",tokenStartIndex:t.tokenIndex,tokenEndIndex:t.tokenIndex}:qv(e)}function Wv(e,t,o){const s=e.shift();if(!s||s.type!==t)throw new an(o);return s}function qv(e,t=0){if(0===e.length)throw new an;let o=$v(e);for(;"OPERATOR"===e.current?.type&&Bv[e.current.value]>t;){const t=e.shift(),s=t.value;if(Hv.includes(s))o={type:"UNARY_OPERATION",value:s,operand:o,postfix:!0,tokenStartIndex:o.tokenStartIndex,tokenEndIndex:t.tokenIndex};else{const t=qv(e,Bv[s]);o={type:"BIN_OPERATION",value:s,left:o,right:t,tokenStartIndex:o.tokenStartIndex,tokenEndIndex:t.tokenEndIndex}}}return o}function Zv(e){return jv(Lv(e))}function jv(e){const t=e.map(((e,t)=>({type:e.type,value:e.value,tokenIndex:t}))).filter((e=>"SPACE"!==e.type)),o=new zv(t);"="===o.current?.value&&o.shift();const s=qv(o);if(o.current)throw new an;return s}function Yv(e,t,o){return Jv(e,(e=>e.type===t?o(e):e))}function Xv(e){return Array.from(Kv(e))}function*Kv(e){switch(yield e,e.type){case"FUNCALL":for(const t of e.args)yield*Kv(t);break;case"UNARY_OPERATION":yield*Kv(e.operand);break;case"BIN_OPERATION":yield*Kv(e.left),yield*Kv(e.right)}}function Jv(e,t){switch((e=t(e)).type){case"FUNCALL":return{...e,args:e.args.map((e=>Jv(e,t)))};case"UNARY_OPERATION":return{...e,operand:Jv(e.operand,t)};case"BIN_OPERATION":return{...e,right:Jv(e.right,t),left:Jv(e.left,t)};default:return e}}function Qv(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(jv(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}))}(Lv(e,t)))))}function eb(e){if("REFERENCE"!==e.type)return e;const{xc:t,sheetName:o}=Ta(e.value),[s,i]=t.split(":"),n=tb(s),r=i?`:${tb(i)}`:"";return{...e,value:Aa(o,n+r)}}function tb(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=ob(e,"colrow");break;case"colrow":e=ob(e,"row");break;case"row":e=ob(e,"col");break;case"col":e=ob(e,"none")}return e}function ob(e,t){let o;({sheetName:o,xc:e}=Ta(e)),o=o?o+"!":"";const s=(e=e.replace(/\$/g,"")).indexOf(":");return s>=0?`${o}${sb(e.slice(0,s),t)}:${sb(e.slice(s+1),t)}`:o+sb(e,t)}function sb(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 ib(e,t,o){const s=(t.startsWith("=")?Qv(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(eb).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 nb=[{value:"address",label:ui("Returns an absolute reference as plain text of the top left cell in reference.")},{value:"col",label:ui("Returns the column number of the cell in reference.")},{value:"contents",label:ui("Returns the value contained in the top left cell in reference.")},{value:"format",label:ui("Returns the format of the top left cell in reference.")},{value:"row",label:ui("Returns the row number of the top left cell in reference.")},{value:"type",label:ui('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.')}],rb={description:ui("Gets information about a cell."),args:[Id("info_type (string)",ui("The type of information requested."),nb),Id("reference (meta, range<meta>)",ui("The reference to the cell."))],compute:function(e,t){const o=En(e).toLowerCase();if(!nb.map((e=>e.value)).includes(o))return new rn(ui("The info_type should be one of %s.",nb.join(", ")));const s=this.__originSheetId,i=t[0][0].value;let{sheetName:n,xc:a}=Ta(i);n=n===this.getters.getSheetName(s)?void 0:n;const l=Aa(n,ob(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},ab={description:ui("Whether a value is an error other than #N/A."),args:[Id("value (any)",ui("The value to be verified as an error type."))],compute:function(e){const t=e?.value;return fn(t)&&t!==sn.NotAvailable},isExported:!0},lb={description:ui("Whether a value is an error."),args:[Id("value (any)",ui("The value to be verified as an error type."))],compute:function(e){const t=e?.value;return fn(t)},isExported:!0},cb={description:ui("Whether a value is `true` or `false`."),args:[Id("value (any)",ui("The value to be verified as a logical TRUE or FALSE."))],compute:function(e){return"boolean"==typeof e?.value},isExported:!0},hb={description:ui("Whether a value is the error #N/A."),args:[Id("value (any)",ui("The value to be verified as an error type."))],compute:function(e){return e?.value===sn.NotAvailable},isExported:!0},db={description:ui("Whether a value is non-textual."),args:[Id("value (any)",ui("The value to be checked."))],compute:function(e){return!gb.compute.bind(this)(e)},isExported:!0},ub={description:ui("Whether a value is a number."),args:[Id("value (any)",ui("The value to be verified as a number."))],compute:function(e){return"number"==typeof e?.value},isExported:!0},gb={description:ui("Whether a value is text."),args:[Id("value (any)",ui("The value to be verified as text."))],compute:function(e){return"string"==typeof e?.value&&!1===fn(e?.value)},isExported:!0},pb={description:ui("Whether the referenced cell is empty"),args:[Id("value (any)",ui("Reference to the cell that will be checked for emptiness."))],compute:function(e){return null===e?.value},isExported:!0},mb={description:ui("Returns the error value #N/A."),args:[],compute:function(){return{value:sn.NotAvailable}},isExported:!0};var fb=Object.freeze({__proto__:null,CELL:rb,ISBLANK:pb,ISERR:ab,ISERROR:lb,ISLOGICAL:cb,ISNA:hb,ISNONTEXT:db,ISNUMBER:ub,ISTEXT:gb,NA:mb});const vb={description:ui("Logical `and` operator."),args:[Id("logical_expression1 (boolean, range<boolean>)",ui("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.")),Id("logical_expression2 (boolean, range<boolean>, repeating)",ui("More expressions that represent logical values."))],compute:function(...e){const{result:t,foundBoolean:o}=oc(e);return o?t:new rn(er)},isExported:!0},bb={description:ui("Logical value `false`."),args:[],compute:function(){return!1},isExported:!0},Sb={description:ui("Returns value depending on logical expression."),args:[Id("logical_expression (boolean, range<boolean>)",ui("An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE.")),Id("value_if_true (any, range)",ui("The value the function returns if logical_expression is TRUE.")),Id("value_if_false (any, range, default=FALSE)",ui("The value the function returns if logical_expression is FALSE."))],compute:function(e,t,o){if(bc(e))return zn(Sb.compute,[e,t,o]);return(An(fc(e))?t:o)??{value:0}},isExported:!0},Cb={description:ui("Value if it is not an error, otherwise 2nd argument."),args:[Id("value (any, range)",ui("The value to return if value itself is not an error.")),Id('value_if_error (any, range, default="empty")',ui("The value the function returns if value is an error."))],compute:function(e,t){if(bc(e))return zn(Cb.compute,[e,t]);return(fn(fc(e)?.value)?t:e)??{value:0}},isExported:!0},yb={description:ui("Value if it is not an #N/A error, otherwise 2nd argument."),args:[Id("value (any, range)",ui("The value to return if value itself is not #N/A an error.")),Id('value_if_error (any, range, default="empty")',ui("The value the function returns if value is an #N/A error."))],compute:function(e,t){if(bc(e))return zn(yb.compute,[e,t]);return(fc(e)?.value===sn.NotAvailable?t:e)??{value:0}},isExported:!0},Ib={description:ui("Returns a value depending on multiple logical expressions."),args:[Id("condition1 (boolean, range<boolean>)",ui("The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those.")),Id("value1 (any, range)",ui("The returned value if condition1 is TRUE.")),Id("condition2 (boolean, any, range, repeating)",ui("Additional conditions to be evaluated if the previous ones are FALSE.")),Id("value2 (any, range, repeating)",ui("Additional values to be returned if their corresponding conditions are TRUE."))],compute:function(...e){if(e.length%2!=0)return new rn(ui("Wrong number of arguments. Expected an even number of arguments."));for(;e.length>0;){if(bc(e[0]))return zn(Ib.compute,e);const t=An(fc(e.shift())),o=e.shift();if(t)return o??{value:0}}return new rn(ui("No match."))},isExported:!0},wb={description:ui("Returns opposite of provided logical value."),args:[Id("logical_expression (boolean)",ui("An expression or reference to a cell holding an expression that represents some logical value."))],compute:function(e){return!An(e)},isExported:!0},xb={description:ui("Logical `or` operator."),args:[Id("logical_expression1 (boolean, range<boolean>)",ui("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.")),Id("logical_expression2 (boolean, range<boolean>, repeating)",ui("More expressions that evaluate to logical values."))],compute:function(...e){const{result:t,foundBoolean:o}=sc(e);return o?t:new rn(er)},isExported:!0},Eb={description:ui("Returns a value by comparing cases to an expression."),args:[Id("expression (number, boolean, string)",ui("The value to be checked.")),Id("case1 (number, boolean, string)",ui("The first case to be checked against expression.")),Id("value1 (any)",ui("The corresponding value to be returned if case1 matches expression.")),Id("case2 (any, repeating)",ui("Additional cases to try if the previous ones don't match expression.")),Id("value2 (any, repeating)",ui("Additional values to be returned if their corresponding cases match expression.")),Id('default (any, default="empty")',ui("An optional default value to be returned if none of the cases match expression."))],compute:function(e,...t){const o=t.length%2==0?vn(e):t.pop();for(let o=0;o<t.length;o+=2){const s=t[o];if(s&&fn(s.value))return s;if(e?.value===s?.value)return t[o+1]||{value:0}}return o||{value:0}},isExported:!0},Rb={description:ui("Logical value `true`."),args:[],compute:function(){return!0},isExported:!0},Tb={description:ui("Logical `xor` operator."),args:[Id("logical_expression1 (boolean, range<boolean>)",ui("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.")),Id("logical_expression2 (boolean, range<boolean>, repeating)",ui("More expressions that evaluate to logical values."))],compute:function(...e){let t=!1,o=!1;return Bn(e,(e=>(t=!0,o=o?!e:e,!0))),t?o:new rn(er)},isExported:!0};var Ab=Object.freeze({__proto__:null,AND:vb,FALSE:bb,IF:Sb,IFERROR:Cb,IFNA:yb,IFS:Ib,NOT:wb,OR:xb,SWITCH:Eb,TRUE:Rb,XOR:Tb});const Db={Errors:{InvalidRange:ui("The range is invalid"),FirstArgMissing:ui("The argument is missing. Please provide a value"),SecondArgMissing:ui("The second argument is missing. Please provide a value"),MinNaN:ui("The minpoint must be a number"),MidNaN:ui("The midpoint must be a number"),MaxNaN:ui("The maxpoint must be a number"),ValueUpperInflectionNaN:ui("The first value must be a number"),ValueLowerInflectionNaN:ui("The second value must be a number"),MinBiggerThanMax:ui("Minimum must be smaller then Maximum"),MinBiggerThanMid:ui("Minimum must be smaller then Midpoint"),MidBiggerThanMax:ui("Midpoint must be smaller then Maximum"),LowerBiggerThanUpper:ui("Lower inflection point must be smaller than upper inflection point"),MinInvalidFormula:ui("Invalid Minpoint formula"),MaxInvalidFormula:ui("Invalid Maxpoint formula"),MidInvalidFormula:ui("Invalid Midpoint formula"),ValueUpperInvalidFormula:ui("Invalid upper inflection point formula"),ValueLowerInvalidFormula:ui("Invalid lower inflection point formula"),EmptyRange:ui("A range needs to be defined"),ValueCellIsInvalidFormula:ui("At least one of the provided values is an invalid formula"),Unexpected:ui("The rule is invalid for an unknown reason")},ColorScale:ui("Color scale"),IconSet:ui("Icon set"),DataBar:ui("Data bar")},_b={Series:ui("Series"),BackgroundColor:ui("Background color"),StackedBarChart:ui("Stacked bar chart"),StackedLineChart:ui("Stacked line chart"),StackedAreaChart:ui("Stacked area chart"),StackedColumnChart:ui("Stacked column chart"),CumulativeData:ui("Cumulative data"),TreatLabelsAsText:ui("Treat labels as text"),AggregatedChart:ui("Aggregate"),Errors:{Unexpected:ui("The chart definition is invalid for an unknown reason"),InvalidDataSet:ui("The dataset is invalid"),InvalidLabelRange:ui("Labels are invalid"),InvalidScorecardKeyValue:ui("The key value is invalid"),InvalidScorecardBaseline:ui("The baseline value is invalid"),InvalidGaugeDataRange:ui("The data range is invalid"),EmptyGaugeRangeMin:ui("A minimum range limit value is needed"),GaugeRangeMinNaN:ui("The minimum range limit value must be a number"),EmptyGaugeRangeMax:ui("A maximum range limit value is needed"),GaugeRangeMaxNaN:ui("The maximum range limit value must be a number"),GaugeLowerInflectionPointNaN:ui("The lower inflection point value must be a number"),GaugeUpperInflectionPointNaN:ui("The upper inflection point value must be a number")},GeoChart:{ColorScales:{blues:ui("Blues"),cividis:ui("Cividis"),greens:ui("Greens"),greys:ui("Greys"),oranges:ui("Oranges"),purples:ui("Purples"),rainbow:ui("Rainbow"),reds:ui("Reds"),viridis:ui("Viridis")}}},Fb={Custom:ui("Custom")},Ob=ui("Merged cells are preventing this operation. Unmerge those cells and try again."),Pb=ui("The header row of a table can't be moved."),Mb={Errors:{Unexpected:ui("Cannot split the selection for an unknown reason"),NoSplitSeparatorInSelection:ui("There is no match for the selected separator in the selection"),MoreThanOneColumnSelected:ui("Only a selection from a single column can be split"),SplitWillOverwriteContent:ui("Splitting will overwrite existing content")}},Nb={Errors:{Unexpected:ui("Cannot remove duplicates for an unknown reason"),MoreThanOneRangeSelected:ui("Please select only one range of cells"),EmptyTarget:ui("Please select a range of cells containing values."),NoColumnsProvided:ui("Please select at latest one column to analyze."),WillRemoveExistingMerge:ui("This operation is not possible due to a merge. Please remove the merges first than try again.")}},kb={DateIs:{today:ui("today"),yesterday:ui("yesterday"),tomorrow:ui("tomorrow"),lastWeek:ui("in the past week"),lastMonth:ui("in the past month"),lastYear:ui("in the past year")},DateIsBefore:{today:ui("today"),yesterday:ui("yesterday"),tomorrow:ui("tomorrow"),lastWeek:ui("one week ago"),lastMonth:ui("one month ago"),lastYear:ui("one year ago")},CriterionError:{notEmptyValue:ui("The value must not be empty"),numberValue:ui("The value must be a number"),dateValue:ui("The value must be a date"),validRange:ui("The value must be a valid range"),validFormula:ui("The formula must be valid")},Errors:{InvalidRange:ui("The range is invalid."),InvalidDataValidationCriterionValue:ui("One or more of the provided criteria values are invalid. Please review and correct them."),InvalidNumberOfCriterionValues:ui("One or more of the provided criteria values are missing."),Unexpected:ui("The rule is invalid for an unknown reason.")}},Lb={Errors:{Unexpected:ui("The table zone is invalid for an unknown reason"),TableOverlap:ui("You cannot create overlapping tables."),NonContinuousTargets:ui("A table can only be created on a continuous selection."),InvalidRange:ui("The range is invalid"),TargetOutOfSheet:ui("The range is out of the sheet")},Checkboxes:{hasFilters:ui("Filter button"),headerRow:ui("Header row(s)"),bandedRows:ui("Banded rows"),firstColumn:ui("First column"),lastColumn:ui("Last column"),bandedColumns:ui("Banded columns"),automaticAutofill:ui("Automatically autofill formulas"),totalRow:ui("Total row"),isDynamic:ui("Auto-adjust to formula result")},Tooltips:{filterWithoutHeader:ui("Cannot have filters without a header row"),isDynamic:ui("For tables based on array formulas only")}},Vb={labels:{no_calculations:ui("No calculations"),"%_of_grand_total":ui("% of grand total"),"%_of_col_total":ui("% of column total"),"%_of_row_total":ui("% of row total"),"%_of":ui("% of"),"%_of_parent_row_total":ui("% of parent row total"),"%_of_parent_col_total":ui("% of parent column total"),"%_of_parent_total":ui("% of parent total"),difference_from:ui("Difference from"),"%_difference_from":ui("% difference from"),running_total:ui("Running total"),"%_running_total":ui("% Running total"),rank_asc:ui("Rank smallest to largest"),rank_desc:ui("Rank largest to smallest"),index:ui("Index")},descriptions:{"%_of_grand_total":()=>ui("Displayed as % of grand total"),"%_of_col_total":()=>ui("Displayed as % of column total"),"%_of_row_total":()=>ui("Displayed as % of row total"),"%_of":e=>ui('Displayed as % of "%s"',e),"%_of_parent_row_total":e=>ui('Displayed as % of parent row total of "%s"',e),"%_of_parent_col_total":()=>ui("Displayed as % of parent column total"),"%_of_parent_total":e=>ui('Displayed as % of parent "%s" total',e),difference_from:e=>ui('Displayed as difference from "%s"',e),"%_difference_from":e=>ui('Displayed as % difference from "%s"',e),running_total:e=>ui('Displayed as running total based on "%s"',e),"%_running_total":e=>ui('Displayed as % running total based on "%s"',e),rank_asc:e=>ui('Displayed as rank from smallest to largest based on "%s"',e),rank_desc:e=>ui('Displayed as rank largest to smallest based on "%s"',e),index:()=>ui("Displayed as index")},documentation:{no_calculations:ui("Displays the value that is entered in the field."),"%_of_grand_total":ui("Displays values as a percentage of the grand total of all the values or data points in the report."),"%_of_col_total":ui("Displays all the values in each column or series as a percentage of the total for the column or series."),"%_of_row_total":ui("Displays the value in each row or category as a percentage of the total for the row or category."),"%_of":ui("Displays values as a percentage of the value of the Base item in the Base field."),"%_of_parent_row_total":ui("Calculates values as follows:\n(value for the item) / (value for the parent item on rows)"),"%_of_parent_col_total":ui("Calculates values as follows:\n(value for the item) / (value for the parent item on columns)"),"%_of_parent_total":ui("Calculates values as follows:\n(value for the item) / (value for the parent item of the selected Base field)"),difference_from:ui("Displays values as the difference from the value of the Base item in the Base field."),"%_difference_from":ui("Displays values as the percentage difference from the value of the Base item in the Base field."),running_total:ui("Displays the value for successive items in the Base field as a running total."),"%_running_total":ui("Calculates the value as a percentage for successive items in the Base field that are displayed as a running total."),rank_asc:ui("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:ui("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:ui("Calculates values as follows:\n((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))")}};function Ub(e,t){const o=Rr(e,{format:"0,00",locale:t});return ui("Oops—this pivot table is quite large (%s cells). Try simplifying it using the side panel.",o)}function Hb(e,t){const o=t.getPivotId(e);if(!o)throw new rn(ui('There is no pivot with id "%s"',e));return o}function zb(e){if(e.length%2!=0)throw new rn(ui("Function PIVOT takes an even number of arguments."))}function Bb(e,t,o){const s=[];if("SPREADSHEET"===t.type&&t.dataSet){const{sheetId:o,zone:i}=t.dataSet,n=Go(i),r=e.getters.getRangeFromSheetXC(o,n);if(void 0===r||r.invalidXc||r.invalidSheetName)throw new cn;if(e.__originCellPosition&&r.sheetId===e.__originSheetId&&ts(cs(e.__originCellPosition),i))throw new ln;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 $b=!0,Gb=[{value:!0,label:ui("A1 style (default)")},{value:!1,label:ui("R1C1 style")}],Wb=[{value:!0,label:ui("Approximate match (default)")},{value:!1,label:ui("Exact match")}],qb={description:ui("Returns a cell reference as a string. "),args:[Id("row (number)",ui("The row number of the cell reference. ")),Id("column (number)",ui("The column number (not name) of the cell reference. A is column number 1. ")),Id("absolute_relative_mode (number, default=1)",ui("An indicator of whether the reference is row/column absolute."),[{value:1,label:ui("Absolute row and column (e.g. $A$1)")},{value:2,label:ui("Absolute row, relative column (e.g. A$1)")},{value:3,label:ui("Relative row, absolute column (e.g. $A1)")},{value:4,label:ui("Relative row and column (e.g. A1)")}]),Id("use_a1_notation (boolean, default=TRUE)",ui("A boolean indicating whether to use A1 style notation or R1C1 style notation."),Gb),Id("sheet (string, optional)",ui("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=xn(e,this.locale),r=xn(t,this.locale);if(n<1)return new rn(dc(n));if(r<1)return new rn(dc(r));const a=xn(o,this.locale);if(![1,2,3,4].includes(a))return new rn((l=4,c=a,ui("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(An(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?Aa(En(i),h):h},isExported:!0},Zb={description:ui("Column number of a specified cell."),args:[Id("cell_reference (meta, range<meta>, default='this cell')",ui("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 rn(ui("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 rn(ui("The range is out of bounds."));if(e[0][0].value===sn.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:Vn(e.length,1,((e,o)=>({value:t+e+1})))},isExported:!0},jb={description:ui("Number of columns in a specified array or range."),args:[Id("range (any, range<any>)",ui("The range whose column count will be returned."))],compute:function(e){const t=Kn(e);return void 0===t[0][0]?new rn(ui("The range is out of bounds.")):t[0][0].value===sn.InvalidReference?t[0][0]:t.length},isExported:!0},Yb={description:ui("Horizontal lookup"),args:[Id("search_key (string, number, boolean)",ui("The value to search for. For example, 42, 'Cats', or I24.")),Id("range (any, range)",ui("The range to consider for the search. The first row in the range is searched for the key specified in search_key.")),Id("index (number)",ui("The row index of the value to be returned, where the first row in range is numbered 1.")),Id("is_sorted (boolean, default=true)",ui("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."),Wb)],compute:function(e,t,o,s={value:$b}){const i=Math.trunc(Sn(o?.value,this.locale)),n=Kn(t);if(1>i||i>n[0].length)return new rn(ui("[[FUNCTION_NAME]] evaluates to an out of bounds range."));const r=(e,t)=>e[t][0].value,a=n[An(s.value)?Zn(n,e,"nextSmaller","asc",n.length,r):jn(n,e,"wildcard",n.length,r,this.lookupCaches)];return void 0===a?vn(e):a[i-1]},isExported:!0},Xb={description:ui("Returns the content of a cell, specified by row and column offset."),args:[Id("reference (any, range)",ui("The range of cells from which the values are returned.")),Id("row (number, default=0)",ui("The index of the row to be returned from within the reference range of cells.")),Id("column (number, default=0)",ui("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=Kn(e),i=Sn(t.value,this.locale),n=Sn(o.value,this.locale);return n<0||n-1>=s.length||i<0||i-1>=s[0].length?new rn(ui("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},Kb={description:ui("Returns the content of a cell, specified by a string."),args:[Id("reference (string)",ui("The range of cells from which the values are returned.")),Id("use_a1_notation (boolean, default=TRUE)",ui("A boolean indicating whether to use A1 style notation (TRUE) or R1C1 style notation (FALSE)."),Gb)],compute:function(e,t={value:!0}){const o=e?.value?.toString();if(!o)return new cn(ui("Reference should be defined."));if(!An(t))return new rn(ui("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 cn;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},Jb={description:ui("Look up a value."),args:[Id("search_key (string, number, boolean)",ui("The value to search for. For example, 42, 'Cats', or I24.")),Id("search_array (any, range)",ui("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.")),Id("result_range (any, range, optional)",ui("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=Kn(t),i=Kn(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=Zn(s,e,"nextSmaller","asc",a?r:n,l);return-1===c||a&&void 0===s[0][c]||!a&&void 0===s[c][r-1]?vn(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 rn(ui("The result_range must be a single row or a single column.")):n>1?c>n-1?new rn(ui("[[FUNCTION_NAME]] evaluates to an out of range row value %s.",c+1)):i[c][0]:c>r-1?new rn(ui("[[FUNCTION_NAME]] evaluates to an out of range column value %s.",c+1)):i[0][c])},isExported:!0},Qb={description:ui("Position of item in range that matches value."),args:[Id("search_key (string, number, boolean)",ui("The value to search for. For example, 42, 'Cats', or I24.")),Id("range (any, range)",ui("The one-dimensional array to be searched.")),Id("search_type (number, default=1)",ui("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:ui("Ascending order (default)")},{value:0,label:ui("Exact match")},{value:-1,label:ui("Descending order")}])],compute:function(e,t,o={value:1}){let s=Sn(o,this.locale);const i=Kn(t),n=i.length,r=i[0].length;if(1!==n&&1!==r)return new rn(ui("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=Zn(i,e,"nextSmaller","asc",c,l);break;case 0:a=jn(i,e,"wildcard",c,l,this.lookupCaches);break;case-1:a=Zn(i,e,"nextGreater","desc",c,l)}return 1===n&&void 0===i[0][a]||1!==n&&void 0===i[a]?vn(e):a+1},isExported:!0},eS={description:ui("Row number of a specified cell."),args:[Id("cell_reference (meta, range<meta>, default='this cell')",ui("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 rn(ui("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 rn(ui("The range is out of bounds."));if(e[0][0].value===sn.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:Vn(1,e[0].length,((e,o)=>({value:t+o+1})))},isExported:!0},tS={description:ui("Number of rows in a specified array or range."),args:[Id("range (any, range<any>)",ui("The range whose row count will be returned."))],compute:function(e){const t=Kn(e);return void 0===t[0][0]?new rn(ui("The range is out of bounds.")):t[0][0].value===sn.InvalidReference?t[0][0]:t[0].length},isExported:!0},oS={description:ui("Vertical lookup."),args:[Id("search_key (string, number, boolean)",ui("The value to search for. For example, 42, 'Cats', or I24.")),Id("range (any, range)",ui("The range to consider for the search. The first column in the range is searched for the key specified in search_key.")),Id("index (number)",ui("The column index of the value to be returned, where the first column in range is numbered 1.")),Id("is_sorted (boolean, default=true)",ui("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."),Wb)],compute:function(e,t,o,s={value:$b}){const i=Math.trunc(Sn(o?.value,this.locale)),n=Kn(t);if(1>i||i>n.length)return new rn(ui("[[FUNCTION_NAME]] evaluates to an out of bounds range."));const r=(e,t)=>e[0][t].value,a=An(s.value)?Zn(n,e,"nextSmaller","asc",n[0].length,r):jn(n,e,"wildcard",n[0].length,r,this.lookupCaches),l=n[i-1][a];return void 0===l?vn(e):l},isExported:!0},sS={0:"strict",1:"nextGreater","-1":"nextSmaller",2:"wildcard"},iS={description:ui("Search a range for a match and return the corresponding item from a second range."),args:[Id("search_key (string,number,boolean)",ui("The value to search for.")),Id("lookup_range (any, range)",ui("The range to consider for the search. Should be a single column or a single row.")),Id("return_range (any, range)",ui("The range containing the return value. Should have the same dimensions as lookup_range.")),Id("if_not_found (any, optional)",ui("If a valid match is not found, return this value.")),Id("match_mode (any, default=0)",ui("Specifies how to match search_key with the items in lookup_range. "),[{value:0,label:ui("Exact match (default)")},{value:-1,label:ui("Exact match or next smaller item")},{value:1,label:ui("Exact match or next larger item")},{value:2,label:ui("Wildcard character match")}]),Id("search_mode (any, default=1)",ui("Specifies the search mode to use. By default, a first to last search will be used."),[{value:1,label:ui("Search first to last (default)")},{value:-1,label:ui("Search last to first")},{value:2,label:ui("Binary search (sorted ascending order)")},{value:-2,label:ui("Binary search (sorted descending order)")}])],compute:function(e,t,o,s,i={value:0},n={value:1}){const r=Math.trunc(Sn(i.value,this.locale)),a=Math.trunc(Sn(n.value,this.locale)),l=Kn(t),c=Kn(o);if(1!==l.length&&1!==l[0].length)return new rn(ui("lookup_range should be either a single row or single column."));if(![1,-1,2,-2].includes(a))return new rn(ui("search_mode should be a value in [-1, 1, -2, 2]."));if(![-1,0,1,2].includes(r))return new rn(ui("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 rn(ui("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 rn(ui("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=sS[r],p=-1===a,m=2===a||-2===a?Zn(l,e,g,2===a?"asc":"desc",u,d):jn(l,e,g,u,d,this.lookupCaches,p);return-1!==m?"col"===h?c.map((e=>[e[m]])):[c[m]]:void 0===s?vn(e):[[s]]},isExported:!0},nS={description:ui("Get the value from a pivot."),args:[Id("pivot_id (number,string)",ui("ID of the pivot.")),Id("measure_name (string)",ui("Name of the measure.")),Id("domain_field_name (string,repeating)",ui("Field name.")),Id("domain_value (number,string,boolean,repeating)",ui("Value."))],compute:function(e,t,...o){const s=En(e),i=En(t),n=Hb(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 rn(ui("The argument %s is not a valid measure. Here are the measures: %s",t,e))}}(n,i,this.getters),zb(o);const r=this.getters.getPivot(n),a=this.getters.getPivotCoreDefinition(n);Bb(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=ui("Consider using a dynamic pivot formula: %s. Or re-insert the static pivot from the Data menu.",`=PIVOT(${s})`);return{value:sn.GenericError,message:ui("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)}},rS={description:ui("Get the header of a pivot."),args:[Id("pivot_id (number,string)",ui("ID of the pivot.")),Id("domain_field_name (string,repeating)",ui("Field name.")),Id("domain_value (number,string,value,repeating)",ui("Value."))],compute:function(e,...t){const o=En(e),s=Hb(o,this.getters);zb(t);const i=this.getters.getPivot(s);Bb(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=ui("Consider using a dynamic pivot formula: %s. Or re-insert the static pivot from the Data menu.",`=PIVOT(${o})`);return{value:sn.GenericError,message:ui("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(En(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}}},aS={description:ui("Get a pivot table."),args:[Id("pivot_id (string)",ui("ID of the pivot.")),Id("row_count (number, optional)",ui("number of rows")),Id("include_total (boolean, default=TRUE)",ui("Whether to include total/sub-totals or not.")),Id("include_column_titles (boolean, default=TRUE)",ui("Whether to include the column titles or not.")),Id("column_count (number, optional)",ui("number of columns")),Id("include_measure_titles (boolean, default=TRUE)",ui("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=En(e),a=Sn(t,this.locale);if(a<0)return new rn(ui("The number of rows must be positive."));const l=Sn(i,this.locale);if(l<0)return new rn(ui("The number of columns must be positive."));const c={displayColumnHeaders:An(s),displayTotals:An(o),displayMeasuresRow:An(n)},h=Hb(r,this.getters),d=this.getters.getPivot(h),u=this.getters.getPivotCoreDefinition(h);Bb(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 rn(Ub(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,I=t,0===y.length?I:{...I,format:(I.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,I;return(c.displayColumnHeaders||c.displayMeasuresRow)&&(C[0][0]={value:v}),C}},lS={description:ui("Returns a range reference shifted by a specified number of rows and columns from a starting cell reference."),args:[Id("cell_reference (meta, range<meta>)",ui("The starting point from which to count the offset rows and columns.")),Id("offset_rows (number)",ui("The number of rows to offset by.")),Id("offset_columns (number)",ui("The number of columns to offset by.")),Id("height (number, default='height of cell_reference')",ui("The number of rows of the range to return starting at the offset target.")),Id("width (number, default='width of cell_reference')",ui("The number of columns of the range to return starting at the offset target."))],compute:function(e,t,o,s,i){if(fn(e[0][0].value))return e[0][0];const n=e[0][0].value;if(!n)return new rn("In this context, the function OFFSET needs to have a cell or range in parameter.");const r=Ho(n);let a=e[0].length,l=e.length;if(s){const e=Sn(s,this.locale);if(e<1)return new rn(ui("Height value is %(_height)s. It should be greater than or equal to 1.",{_height:e}));a=e}if(i){const e=Sn(i,this.locale);if(e<1)return new rn(ui("Width value is %(_width)s. It should be greater than or equal to 1.",{_width:e}));l=e}const{sheetName:c}=Ta(n),h=c&&this.getters.getSheetIdByName(c)||this.getters.getActiveSheetId(),d=Sn(t,this.locale),u=Sn(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 cn(ui("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 cn:(g&&this.addDependencies?.(g,[v]),Vn(l,a,((e,t)=>this.getters.getEvaluatedCell({sheetId:h,col:p+e,row:m+t}))))}};var cS=Object.freeze({__proto__:null,ADDRESS:qb,COLUMN:Zb,COLUMNS:jb,HLOOKUP:Yb,INDEX:Xb,INDIRECT:Kb,LOOKUP:Jb,MATCH:Qb,OFFSET:lS,PIVOT:aS,PIVOT_HEADER:rS,PIVOT_VALUE:nS,ROW:eS,ROWS:tS,VLOOKUP:oS,XLOOKUP:iS});const hS={description:ui("Sum of two numbers."),args:[Id("value1 (number)",ui("The first addend.")),Id("value2 (number)",ui("The second addend."))],compute:function(e,t){return{value:Sn(e,this.locale)+Sn(t,this.locale),format:e?.format||t?.format}}},dS={description:ui("Concatenation of two values."),args:[Id("value1 (string)",ui("The value to which value2 will be appended.")),Id("value2 (string)",ui("The value to append to value1."))],compute:function(e,t){return En(e)+En(t)},isExported:!0},uS={description:ui("One number divided by another."),args:[Id("dividend (number)",ui("The number to be divided.")),Id("divisor (number)",ui("The number to divide by."))],compute:function(e,t){const o=Sn(t,this.locale);return 0===o?new gn(ui("The divisor must be different from zero.")):{value:Sn(e,this.locale)/o,format:e?.format||t?.format}}};function gS(e){return void 0===e||null===e.value}const pS={number:0,string:"",boolean:!1};function mS(e,t,o=2e-16){return Math.abs(e-t)<o}const fS={description:ui("Equal."),args:[Id("value1 (string, number, boolean)",ui("The first value.")),Id("value2 (string, number, boolean)",ui("The value to test against value1 for equality."))],compute:function(e,t){if(fn(e?.value))return e;if(fn(t?.value))return t;let o=gS(e)?pS[typeof t?.value]:e?.value,s=gS(t)?pS[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:mS(o,s)}:{value:o===s}}};function vS(e,t,o){if(fn(e?.value))return e;if(fn(t?.value))return t;let s=gS(e)?pS[typeof t?.value]:e?.value,i=gS(t)?pS[typeof e?.value]:t?.value;"number"!=typeof s&&(s=En(s).toUpperCase()),"number"!=typeof i&&(i=En(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 bS={description:ui("Strictly greater than."),args:[Id("value1 (number, string, boolean)",ui("The value to test as being greater than value2.")),Id("value2 (number, string, boolean)",ui("The second value."))],compute:function(e,t){return vS(e,t,((e,t)=>"number"==typeof e&&"number"==typeof t?!mS(e,t)&&e>t:e>t))}},SS={description:ui("Greater than or equal to."),args:[Id("value1 (number, string, boolean)",ui("The value to test as being greater than or equal to value2.")),Id("value2 (number, string, boolean)",ui("The second value."))],compute:function(e,t){return vS(e,t,((e,t)=>"number"==typeof e&&"number"==typeof t?mS(e,t)||e>t:e>=t))}},CS={description:ui("Less than."),args:[Id("value1 (number, string, boolean)",ui("The value to test as being less than value2.")),Id("value2 (number, string, boolean)",ui("The second value."))],compute:function(e,t){const o=SS.compute.bind(this)(e,t);return fn(o.value)?o:{value:!o.value}}},yS={description:ui("Less than or equal to."),args:[Id("value1 (number, string, boolean)",ui("The value to test as being less than or equal to value2.")),Id("value2 (number, string, boolean)",ui("The second value."))],compute:function(e,t){const o=bS.compute.bind(this)(e,t);return fn(o.value)?o:{value:!o.value}}},IS={description:ui("Difference of two numbers."),args:[Id("value1 (number)",ui("The minuend, or number to be subtracted from.")),Id("value2 (number)",ui("The subtrahend, or number to subtract from value1."))],compute:function(e,t){return{value:Sn(e,this.locale)-Sn(t,this.locale),format:e?.format||t?.format}}},wS={description:ui("Product of two numbers"),args:[Id("factor1 (number)",ui("The first multiplicand.")),Id("factor2 (number)",ui("The second multiplicand."))],compute:function(e,t){return{value:Sn(e,this.locale)*Sn(t,this.locale),format:e?.format||t?.format}}},xS={description:ui("Not equal."),args:[Id("value1 (string, number, boolean)",ui("The first value.")),Id("value2 (string, number, boolean)",ui("The value to test against value1 for inequality."))],compute:function(e,t){const o=fS.compute.bind(this)(e,t);return fn(o.value)?o:{value:!o.value}}},ES={description:ui("A number raised to a power."),args:[Id("base (number)",ui("The number to raise to the exponent power.")),Id("exponent (number)",ui("The exponent to raise base to."))],compute:function(e,t){return qu.compute.bind(this)(e,t)}},RS={description:ui("A number with the sign reversed."),args:[Id("value (number)",ui("The number to have its sign reversed. Equivalently, the number to multiply by -1."))],compute:function(e){return{value:-Sn(e,this.locale),format:e?.format}}},TS={description:ui("Value interpreted as a percentage."),args:[Id("percentage (number)",ui("The value to interpret as a percentage."))],compute:function(e){return Sn(e,this.locale)/100}},AS={description:ui("A specified number, unchanged."),args:[Id("value (any)",ui("The number to return."))],compute:function(e={value:null}){return e}};var DS=Object.freeze({__proto__:null,ADD:hS,CONCAT:dS,DIVIDE:uS,EQ:fS,GT:bS,GTE:SS,LT:CS,LTE:yS,MINUS:IS,MULTIPLY:wS,NE:xS,POW:ES,UMINUS:RS,UNARY_PERCENT:TS,UPLUS:AS});const _S=e=>({transform:t=>t*e,inverseTransform:t=>t/e}),FS={transform:e=>e,inverseTransform:e=>e},OS=1e-10,PS=.0254,MS=PS/72,NS=.3048,kS=.9144,LS=1609.34,VS=1852,US=946073047258e4,HS={g:{...FS,category:"weight"},u:{..._S(166053e-29),category:"weight"},grain:{..._S(.0647989),category:"weight"},ozm:{..._S(28.3495),category:"weight"},lbm:{..._S(453.592),category:"weight"},stone:{..._S(6350.29),category:"weight"},sg:{..._S(14593.90294),category:"weight"},cwt:{..._S(45359.237),category:"weight"},uk_cwt:{..._S(50802.3),category:"weight"},ton:{..._S(907184.74),category:"weight"},uk_ton:{..._S(1016046.9),category:"weight"},m:{...FS,category:"distance"},km:{..._S(1e3),category:"distance"},ang:{..._S(OS),category:"distance"},Picapt:{..._S(MS),category:"distance"},pica:{..._S(PS/6),category:"distance"},in:{..._S(PS),category:"distance"},ft:{..._S(NS),category:"distance"},yd:{..._S(kS),category:"distance"},ell:{..._S(1.143),category:"distance"},mi:{..._S(LS),category:"distance"},survey_mi:{..._S(1609.34),category:"distance"},Nmi:{..._S(VS),category:"distance"},ly:{..._S(US),category:"distance"},parsec:{..._S(0x6da012f95c9fd0),category:"distance"},sec:{...FS,category:"time"},min:{..._S(60),category:"time"},hr:{..._S(3600),category:"time"},day:{..._S(86400),category:"time"},yr:{..._S(31556952),category:"time"},Pa:{...FS,category:"pressure"},bar:{..._S(1e5),category:"pressure"},mmHg:{..._S(133.322),category:"pressure"},Torr:{..._S(133.322),category:"pressure"},psi:{..._S(6894.76),category:"pressure"},atm:{..._S(101325),category:"pressure"},N:{...FS,category:"force"},dyn:{..._S(1e-5),category:"force"},pond:{..._S(.00980665),category:"force"},lbf:{..._S(4.44822),category:"force"},J:{...FS,category:"energy"},eV:{..._S(160218e-24),category:"energy"},e:{..._S(1e-7),category:"energy"},flb:{..._S(1.3558179483),category:"energy"},c:{..._S(4.184),category:"energy"},cal:{..._S(4.1868),category:"energy"},BTU:{..._S(1055.06),category:"energy"},Wh:{..._S(3600),category:"energy"},HPh:{..._S(2684520),category:"energy"},W:{...FS,category:"power"},PS:{..._S(735.499),category:"power"},HP:{..._S(745.7),category:"power"},T:{...FS,category:"magnetism"},ga:{..._S(1e-4),category:"magnetism"},K:{...FS,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:{..._S(5/9),category:"temperature"},Reau:{transform:e=>1.25*e+273.15,inverseTransform:e=>(e-273.15)/1.25,category:"temperature"},"m^3":{...FS,category:"volume",order:3},"ang^3":{..._S(Math.pow(OS,3)),category:"volume",order:3},"Picapt^3":{..._S(Math.pow(MS,3)),category:"volume",order:3},tsp:{..._S(492892e-11),category:"volume"},tspm:{..._S(5e-6),category:"volume"},tbs:{..._S(14786764825785619e-21),category:"volume"},"in^3":{..._S(Math.pow(PS,3)),category:"volume",order:3},oz:{..._S(295735295625e-16),category:"volume"},cup:{..._S(237e-6),category:"volume"},pt:{..._S(.0004731765),category:"volume"},uk_pt:{..._S(568261e-9),category:"volume"},qt:{..._S(.0009463529),category:"volume"},l:{..._S(.001),category:"volume"},uk_qt:{..._S(.0011365225),category:"volume"},gal:{..._S(.0037854118),category:"volume"},uk_gal:{..._S(.00454609),category:"volume"},"ft^3":{..._S(Math.pow(NS,3)),category:"volume",order:3},bushel:{..._S(.0352390704),category:"volume"},barrel:{..._S(.158987295),category:"volume"},"yd^3":{..._S(Math.pow(kS,3)),category:"volume",order:3},MTON:{..._S(1.13267386368),category:"volume"},GRT:{..._S(2.83168),category:"volume"},"mi^3":{..._S(Math.pow(LS,3)),category:"volume",order:3},"Nmi^3":{..._S(Math.pow(VS,3)),category:"volume",order:3},"ly^3":{..._S(Math.pow(US,3)),category:"volume",order:3},"m^2":{...FS,category:"area",order:2},"ang^2":{..._S(Math.pow(OS,2)),category:"area",order:2},"Picapt^2":{..._S(Math.pow(MS,2)),category:"area",order:2},"in^2":{..._S(Math.pow(PS,2)),category:"area",order:2},"ft^2":{..._S(Math.pow(NS,2)),category:"area",order:2},"yd^2":{..._S(Math.pow(kS,2)),category:"area",order:2},ar:{..._S(100),category:"area"},Morgen:{..._S(2500),category:"area"},uk_acre:{..._S(4046.8564224),category:"area"},us_acre:{..._S(4046.8726098743),category:"area"},ha:{..._S(1e4),category:"area"},"mi^2":{..._S(Math.pow(LS,2)),category:"area",order:2},"Nmi^2":{..._S(Math.pow(VS,2)),category:"area",order:2},"ly^2":{..._S(Math.pow(US,2)),category:"area",order:2},bit:{...FS,category:"information"},byte:{..._S(8),category:"information"},"m/s":{...FS,category:"speed"},"m/hr":{..._S(1/3600),category:"speed"},"km/hr":{..._S(1/3.6),category:"speed"},mph:{..._S(.44704),category:"speed"},kn:{..._S(.5144444444),category:"speed"},admkn:{..._S(.5147733333),category:"speed"}},zS={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"},BS={"":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)},$S={weight:ui("Weight"),distance:ui("Distance"),time:ui("Time"),pressure:ui("Pressure"),force:ui("Force"),energy:ui("Energy"),power:ui("Power"),magnetism:ui("Magnetism"),temperature:ui("Temperature"),volume:ui("Volume"),area:ui("Area"),information:ui("Information"),speed:ui("Speed")},GS=Object.entries(HS).map((([e,t])=>({value:e,label:WS(t.category)})));function WS(e){return $S[e]??""}function qS(e){for(const[t,o]of Object.entries(BS)){if(t&&!e.startsWith(t))continue;const s=e.slice(t.length);let i=HS[s];if(!i&&zS[s]&&(i=HS[zS[s]]),i)return{...i,factor:i.order?Math.pow(o,i.order):o}}}const ZS={description:ui("Converts a numeric value to a different unit of measure."),args:[Id("value (number)",ui("the numeric value in start_unit to convert to end_unit")),Id("start_unit (string)",ui("The starting unit, the unit currently assigned to value"),GS),Id("end_unit (string)",ui("The unit of measure into which to convert value"),GS)],compute:function(e,t,o){const s=Sn(e,this.locale),i=En(t),n=En(o),r=qS(i),a=qS(n);return r?a?r.category!==a.category?{value:sn.GenericError,message:ui("Incompatible units of measure ('%s' vs '%s')",WS(r.category),WS(a.category))}:{value:a.inverseTransform(r.factor*r.transform(s))/a.factor,format:e?.format}:{value:sn.GenericError,message:ui("Invalid units of measure ('%s')",n)}:{value:sn.GenericError,message:ui("Invalid units of measure ('%s')",i)}},isExported:!0};var jS=Object.freeze({__proto__:null,CONVERT:ZS});const YS=/[A-Za-zÀ-ÖØ-öø-ÿ]+/g,XS=[{value:0,label:ui("Case-sensitive (default)")},{value:1,label:ui("Case-insensitive")}],KS=[{value:0,label:ui("Don't match to end (default)")},{value:1,label:ui("Match to end")}],JS={description:ui("Gets character associated with number."),args:[Id("table_number (number)",ui("The number of the character to look up from the current Unicode table in decimal format."))],compute:function(e){const t=Math.trunc(Sn(e,this.locale));return t<1?new rn(ui("The table_number (%s) is out of range.",t)):String.fromCharCode(t)},isExported:!0},QS={description:ui("Remove non-printable characters from a piece of text."),args:[Id("text (string)",ui("The text whose non-printable characters are to be removed."))],compute:function(e){const t=En(e);let o="";for(const e of t)e&&e.charCodeAt(0)>31&&(o+=e);return o},isExported:!0},eC={description:ui("Appends strings to one another."),args:[Id("string1 (string, range<string>)",ui("The initial string.")),Id("string2 (string, range<string>, repeating)",ui("More strings to append in sequence."))],compute:function(...e){return Nn(e,((e,t)=>e+En(t)),"")},isExported:!0},tC={description:ui("Tests whether two strings are identical."),args:[Id("string1 (string)",ui("The first string to compare.")),Id("string2 (string)",ui("The second string to compare."))],compute:function(e,t){return En(e)===En(t)},isExported:!0},oC={description:ui("First position of string found in text, case-sensitive."),args:[Id("search_for (string)",ui("The string to look for within text_to_search.")),Id("text_to_search (string)",ui("The text to search for the first occurrence of search_for.")),Id("starting_at (number, default=1)",ui("The character within text_to_search at which to start the search."))],compute:function(e,t,o={value:1}){const s=En(e),i=En(t),n=Sn(o,this.locale);if(""===i)return new rn(ui("The text_to_search must be non-empty."));if(n<1)return new rn(ui("The starting_at (%s) must be greater than or equal to 1.",n));const r=i.indexOf(s,n-1);return-1===r?new rn(ui("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,i)):r+1},isExported:!0},sC={description:ui("Concatenates elements of arrays with delimiter."),args:[Id("delimiter (string)",ui("The character or string to place between each concatenated value.")),Id("value_or_array1 (string, range<string>)",ui("The value or values to be appended using delimiter.")),Id("value_or_array2 (string, range<string>, repeating)",ui("More values to be appended using delimiter."))],compute:function(e,...t){const o=En(e);return Nn(t,((e,t)=>(e?e+o:"")+En(t)),"")}},iC={description:ui("Substring from beginning of specified string."),args:[Id("text (string)",ui("The string from which the left portion will be returned.")),Id("number_of_characters (number, optional)",ui("The number of characters to return from the left side of string."))],compute:function(e,...t){const o=t.length?Sn(t[0],this.locale):1;return o<0?new rn(ui("The number_of_characters (%s) must be positive or null.",o)):En(e).substring(0,o)},isExported:!0},nC={description:ui("Length of a string."),args:[Id("text (string)",ui("The string whose length will be returned."))],compute:function(e){return En(e).length},isExported:!0},rC={description:ui("Converts a specified string to lowercase."),args:[Id("text (string)",ui("The string to convert to lowercase."))],compute:function(e){return En(e).toLowerCase()},isExported:!0},aC={description:ui("A segment of a string."),args:[Id("text (string)",ui("The string to extract a segment from.")),Id("starting_at (number)",ui("The index from the left of string from which to begin extracting. The first character in string has the index 1.")),Id("extract_length (number)",ui("The length of the segment to extract."))],compute:function(e,t,o){const s=En(e),i=Sn(t,this.locale),n=Sn(o,this.locale);return i<1?new rn(ui("The starting_at argument (%s) must be positive greater than one.",i.toString())):n<0?new rn(ui("The extract_length argument (%s) must be positive or null.",n)):s.slice(i-1,i+n-1)},isExported:!0},lC={description:ui("Capitalizes each word in a specified string."),args:[Id("text_to_capitalize (string)",ui("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 En(e).replace(YS,(e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()))},isExported:!0},cC={description:ui("Extract text from a string based on the supplied regular expression."),args:[Id("text (string)",ui("The string on which you want to extract text.")),Id("pattern (string)",ui("The regular expression pattern to match against the text.")),Id("return_mode (number, default=0)",ui("0 = first match, 1 = all matches as an array, 2 = capturing groups from the first match as an array."),[{value:0,label:ui("First match")},{value:1,label:ui("All matches")},{value:2,label:ui("Capture groups of first match")}]),Id("case_sensitivity (number, default=0)",ui("Whether the match is case-sensitive."),[{value:0,label:ui("Case-sensitive")},{value:1,label:ui("Case-insensitive")}])],compute:function(e,t,o={value:0},s={value:0}){const i=En(e),n=En(t),r=Sn(o,this.locale),a=Sn(s,this.locale);if(""===i||""===n)return{value:""};if(r<0||r>2)return new rn(ui("The return_mode (%s) must be 0, 1 or 2.",r));if(0!==a&&1!==a)return new rn(ui("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:sn.NotAvailable,message:ui("No matches found.")}:0===r?c[0][0]:1===r?c.map((e=>[e[0]])):c[0].length<2?new rn(ui("No capturing groups found.")):c[0].slice(1).map((e=>[e]))},isExported:!0},hC={description:ui("Replaces part of a text string with different text."),args:[Id("text (string)",ui("The text, a part of which will be replaced.")),Id("position (number)",ui("The position where the replacement will begin (starting from 1).")),Id("length (number)",ui("The number of characters in the text to be replaced.")),Id("new_text (string)",ui("The text which will be inserted into the original text."))],compute:function(e,t,o,s){const i=Sn(t,this.locale);if(i<1)return new rn(ui("The position (%s) must be greater than or equal to 1.",i));const n=En(e),r=Sn(o,this.locale),a=En(s);return n.substring(0,i-1)+a+n.substring(i-1+r)},isExported:!0},dC={description:ui("A substring from the end of a specified string."),args:[Id("text (string)",ui("The string from which the right portion will be returned.")),Id("number_of_characters (number, optional)",ui("The number of characters to return from the right side of string."))],compute:function(e,...t){const o=t.length?Sn(t[0],this.locale):1;if(o<0)return new rn(ui("The number_of_characters (%s) must be positive or null.",o));const s=En(e),i=s.length;return s.substring(i-o,i)},isExported:!0},uC={description:ui("First position of string found in text, ignoring case."),args:[Id("search_for (string)",ui("The string to look for within text_to_search.")),Id("text_to_search (string)",ui("The text to search for the first occurrence of search_for.")),Id("starting_at (number, default=1)",ui("The character within text_to_search at which to start the search."))],compute:function(e,t,o={value:1}){const s=En(e).toLowerCase(),i=En(t).toLowerCase(),n=Sn(o,this.locale);if(""===i)return{value:sn.GenericError,message:ui("The text_to_search must be non-empty.")};if(n<1)return{value:sn.GenericError,message:ui("The starting_at (%s) must be greater than or equal to 1.",n)};const r=i.indexOf(s,n-1);return-1===r?{value:sn.GenericError,message:ui("In [[FUNCTION_NAME]] evaluation, cannot find '%s' within '%s'.",s,i)}:{value:r+1}},isExported:!0},gC={description:ui("Split text by specific character delimiter(s)."),args:[Id("text (string)",ui("The text to divide.")),Id("delimiter (string)",ui("The character or characters to use to split text.")),Id("split_by_each (boolean, default=true})",ui("Whether or not to divide text around each character contained in delimiter.")),Id("remove_empty_text (boolean, default=true)",ui("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=En(e),n=gt(En(t)),r=An(o),a=An(s);if(n.length<=0)return new rn(ui("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))),Hn([c])},isExported:!1},pC={description:ui("Replaces existing text with new text in a string."),args:[Id("text_to_search (string)",ui("The text within which to search and replace.")),Id("search_for (string)",ui("The string to search for within text_to_search.")),Id("replace_with (string)",ui("The string that will replace search_for.")),Id("occurrence_number (number, optional)",ui("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=Sn(s,this.locale);if(i<0)return new rn(ui("The occurrenceNumber (%s) must be positive or null.",i));const n=En(e),r=En(t);if(""===r)return n;const a=En(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},mC={description:ui("Combines text from multiple strings and/or arrays."),args:[Id("delimiter (string)",ui(" A string, possible empty, or a reference to a valid string. If empty, the text will be simply concatenated.")),Id("ignore_empty (boolean)",ui("A boolean; if TRUE, empty cells selected in the text arguments won't be included in the result."),[{value:!0,label:ui("Ignore empty cells")},{value:!1,label:ui("Include empty cells (default)")}]),Id("text1 (string, range<string>)",ui("Any text item. This could be a string, or an array of strings in a range.")),Id("text2 (string, range<string>, repeating)",ui("Additional text item(s)."))],compute:function(e,t={value:true},...o){const s=En(e),i=An(t);let n=0;return Nn(o,((e,t)=>i&&""===En(t)?e:(n++?e+s:"")+En(t)),"")},isExported:!0},fC={description:ui("Splits text into rows or columns using specified column and row delimiters."),args:[Id("text (string)",ui("The text to split.")),Id("col_delimiter (string, range<string>)",ui("Character or string to split columns by.")),Id("row_delimiter (string, range<string>, optional)",ui("Character or string to split rows by.")),Id("ignore_empty (boolean, default=false)",ui("Whether to ignore empty cells."),[{value:!1,label:ui("Include empty cells (default)")},{value:!0,label:ui("Ignore empty cells")}]),Id("match_mode (number, default=0)",ui("Searches the text for a delimiter match. By default, a case-sensitive match is done."),XS),Id(`pad_with (string, default="${sn.NotAvailable}")`,ui("The value to use for padding empty cells."))],compute:function(e,t,o,s={value:false},i={value:0},n=new hn){const r=En(e);if(r.length<=0)return new rn(ui("No text to split."));if(void 0===t&&void 0===o)return new rn(ui("At least one delimiter must be provided."));const a=Kn(t).flat().map((e=>gt(En(e)))),l=Kn(o).flat().map((e=>gt(En(e))));if(a.some((e=>""===e))||l.some((e=>""===e)))return new rn(ui("The delimiters cannot be empty values."));const c=An(s),h=Sn(i,this.locale);if(![0,1].includes(h))return new rn(ui("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 Hn(d)},isExported:!0},vC={description:ui("Removes space characters."),args:[Id("text (string)",ui("The text or reference to a cell containing text to be trimmed."))],compute:function(e){return oo(En(e))},isExported:!0},bC={description:ui("Converts a specified string to uppercase."),args:[Id("text (string)",ui("The string to convert to uppercase."))],compute:function(e){return En(e).toUpperCase()},isExported:!0},SC={description:ui("Converts a number to text according to a specified format."),args:[Id("number (number)",ui("The number, date or time to format.")),Id("format (string)",ui('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 Rr(Sn(e,this.locale),{format:En(t),locale:this.locale})},isExported:!0},CC={description:ui("Converts a string to a numeric value."),args:[Id("value (number)",ui("the string to be converted"))],compute:function(e){return Sn(e,this.locale)},isExported:!0},yC={description:ui("Returns text that occurs after a given substring or delimiter."),args:[Id("text (string)",ui("The source text.")),Id("delimiter (string)",ui("The substring after which text will be returned.")),Id("instance_num (number, default=1)",ui("The desired instance of the delimiter after which we extract the text. A negative number searches from the end.")),Id("match_mode (number, default=0)",ui("Searches the text for a delimiter match. By default, a case-sensitive match is done."),XS),Id("match_end (number, default=0))",ui("Whether to treat the end of text as a delimiter."),KS),Id(`if_not_found (string, default="${sn.NotAvailable}")`,ui("Value to return if the delimiter is not found."))],compute:function(e,t,o={value:1},s={value:0},i={value:0},n=new hn){const r=En(e),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Sn(i,this.locale);if(0===a)return new rn(ui("The instance_num (%s) must not be zero.",a));if(0!==l&&1!==l)return new rn(ui("match_mode should have a value of 0 or 1."));if(0!==c&&1!==c)return new rn(ui("match_end should have a value of 0 or 1."));const h=En(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},IC={description:ui("Returns text that occurs before a given substring or delimiter."),args:[Id("text (string)",ui("The source text.")),Id("delimiter (string)",ui("The substring after which text will be returned.")),Id("instance_num (number, default=1)",ui("The desired instance of the delimiter before which we extract the text. A negative number searches from the end.")),Id("match_mode (number, default=0)",ui("Searches the text for a delimiter match. By default, a case-sensitive match is done."),XS),Id("match_end (number, default=0))",ui("Whether to match a delimiter against the end of the text."),KS),Id(`if_not_found (string, default="${sn.NotAvailable}")`,ui("Value to return if the delimiter is not found."))],compute:function(e,t,o={value:1},s={value:0},i={value:0},n=new hn){const r=En(e),a=Sn(o,this.locale),l=Sn(s,this.locale),c=Sn(i,this.locale);if(0===a)return new rn(ui("The instance_num (%s) must not be zero.",a));if(0!==l&&1!==l)return new rn(ui("match_mode should have a value of 0 or 1."));if(0!==c&&1!==c)return new rn(ui("match_end should have a value of 0 or 1."));const h=En(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 wC=Object.freeze({__proto__:null,CHAR:JS,CLEAN:QS,CONCATENATE:eC,EXACT:tC,FIND:oC,JOIN:sC,LEFT:iC,LEN:nC,LOWER:rC,MID:aC,PROPER:lC,REGEXEXTRACT:cC,REPLACE:hC,RIGHT:dC,SEARCH:uC,SPLIT:gC,SUBSTITUTE:pC,TEXT:SC,TEXTAFTER:yC,TEXTBEFORE:IC,TEXTJOIN:mC,TEXTSPLIT:fC,TRIM:vC,UPPER:bC,VALUE:CC});const xC={description:ui("Creates a hyperlink in a cell."),args:[Id("url (string)",ui("The full URL of the link enclosed in quotation marks.")),Id("link_label (string, optional)",ui("The text to display in the cell, enclosed in quotation marks."))],compute:function(e,t){const o=En(e).trim(),s=En(t)||o;return""===o?s:At(s,o)},isExported:!0};var EC=Object.freeze({__proto__:null,HYPERLINK:xC});const RC=[{name:ui("Array"),functions:Kd},{name:ui("Database"),functions:qp},{name:ui("Date"),functions:df},{name:ui("Filter"),functions:wf},{name:ui("Financial"),functions:Ov},{name:ui("Info"),functions:fb},{name:ui("Lookup"),functions:cS},{name:ui("Logical"),functions:Ab},{name:ui("Math"),functions:bg},{name:ui("Misc"),functions:Qd},{name:ui("Operator"),functions:DS},{name:ui("Statistical"),functions:Fp},{name:ui("Text"),functions:wC},{name:ui("Engineering"),functions:gf},{name:ui("Web"),functions:EC},{name:ui("Parser"),functions:jS}],TC=/^[A-Z0-9\_\.]+$/;const AC=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(),!TC.test(e))throw new Error(ui("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=>Ed.includes(e)))&&s.type.some((e=>!Ed.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=xd(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 an(ui("Function %s expects the parameter '%s' to be reference to a cell or range.",e.name,(o+1).toString()));s.push(!r.acceptMatrix)}return zn(o.bind(this),t,s)}function o(...t){for(let o=0;o<t.length;o++){const s=t[o],i=xd(e,t.length);if(!e.args[i(o)||o].acceptErrors&&!E(s)&&fn(s?.value))return s}try{return s.apply(this,t)}catch(t){return DC(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=>_C(t,e.name))),o):Un(o,(e=>({value:e}))):"object"==typeof o&&null!==o&&"value"in o?(_C(o,e.name),o):{value:o}}return t}(o),super.replace(e,o),this}};for(const e of RC){const t=e.functions;for(let o in t){const s=t[o];s.category=s.category||e.name,o=o.replace(/_/g,"."),AC.add(o,{isExported:!1,...s}),PC(o,s.args)}}function DC(e,t){return o=e,void 0!==o?.value&&"string"==typeof o.value&&fn(e.value)?(OC(e)&&_C(e,t),e):(console.error(e),new rn(FC+(OC(e)?" "+e.message:"")));var o}function _C(e,t){e.message?.includes("[[FUNCTION_NAME]]")&&(e.message=e.message.replace("[[FUNCTION_NAME]]",t))}const FC=ui("An unexpected error occurred. Submit a support ticket at odoo.com/help.");function OC(e){return void 0!==e?.message&&"string"==typeof e.message}function PC(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};Rd.add(`${e}_function_${t[o].name}_argument_proposals`,{sequence:50,autoSelectFirstProposal:!0,selectProposal:MC,getProposals:i})}}function MC(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 NC{scope;code="";constructor(e=new LC){this.scope=e}append(...e){this.code+=e.map((e=>e.toString())).join("\n")+"\n"}return(e){return new kC(this.scope,this.code,e)}toString(){return VC(this.code)}}class kC{scope;returnExpression;code;constructor(e,t,o){this.scope=e,this.returnExpression=o,this.code=VC(t)}toString(){return this.code}assignResultToVariable(){if(this.scope.isAlreadyDeclared(this.returnExpression))return this;const e=this.scope.nextVariableName(),t=new NC(this.scope);return t.append(this.code),t.append(`const ${e} = ${this.returnExpression};`),t.return(e)}}class LC{nextId=1;declaredVariables=new Set;nextVariableName(){const e="_"+this.nextId++;return this.declaredVariables.add(e),e}isAlreadyDeclared(e){return this.declaredVariables.has(e)}}function VC(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 UC=AC.content,HC={"=":"EQ","+":"ADD","-":"MINUS","*":"MULTIPLY","/":"DIVIDE",">=":"GTE","<>":"NE",">":"GT","<=":"LTE","<":"LT","^":"POWER","&":"CONCATENATE"},zC={"-":"UMINUS","+":"UPLUS","%":"UNARY.PERCENT"},BC={};function $C(e){return GC(Lv(e))}function GC(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=tn(i.value,w);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(!BC[i]){const r=jv([...e]),a=new LC;let l=0,c=0,h=0;if("BIN_OPERATION"===r.type&&":"===r.value)throw new an(ui("Invalid formula"));if("EMPTY"===r.type)throw new an(ui("Invalid formula"));const d=m(r),u=new NC;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=UC[o];if(!s)throw new dn(ui('Unknown function: "%s"',e.value));!function(e){const t=e.args.length,o=e.value.toUpperCase(),s=UC[o],{nbrArgRepeating:i,minArgRequired:n}=s;if(t<n)throw new an(ui("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 an(ui("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 an(ui("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=xd(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=>WC(e)));i.push(m(r,l,c))}return i}function m(e,t=!1,o=!1){const i=new NC(a);if("REFERENCE"!==e.type&&("BIN_OPERATION"!==e.type||":"!==e.value)&&t)throw new an(ui("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=zC[e.value],o=m(e.operand,!1,!1).assignResultToVariable();return i.append(o),i.return(`ctx['${t}'](${o.returnExpression})`)}case"BIN_OPERATION":{const t=HC[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")}}BC[i]=g}const n={execute:BC[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 WC(e){return e.startsWith("RANGE")}const qC=AC.content;function ZC(e){try{return 0===Xv(jv(e)).filter((e=>"FUNCALL"===e.type&&!qC[e.value.toUpperCase()]?.isExported)).length}catch(e){return!1}}function jC(e,t){if(!e.some((e=>"SYMBOL"===e.type&&t.includes(e.value.toUpperCase()))))return[];let o;try{o=jv(e)}catch{return[]}return function(e,t){return Xv(e).filter((e=>"FUNCALL"===e.type&&t.includes(e.value.toUpperCase()))).map((e=>({functionName:e.value.toUpperCase(),args:e.args})))}(o,t)}function YC(e,t,o){if(!t.startsWith("="))return t;const s=Lv(t);for(let t=1;t<s.length;t++){if("REFERENCE"!==s[t].type)continue;const i=s[t].value,n=XC(e,i,o);i!==n&&(s[t]={value:n,type:"REFERENCE"})}return Lt(s.map((e=>e.value)))}function XC(e,t,o){const s=Ta(t).sheetName;if(s?!Ma(s,o.sheetName.old):e!==o.sheetId)return t;const i=function(e,t){if(!Ia.test(e))return La(e);return ka({xc:e,sheetId:t},KC)}(t,s?o.sheetId:e);if(i.invalidXc)return t;const n=o.applyChange(i);return"NONE"===n.changeType||"REMOVE"===n.changeType?t:Ha(n.range,e,function(e){return t=>t===e.sheetId?e.sheetName.current:""}(o))}function KC(e){return{numberOfRows:Number.MAX_SAFE_INTEGER,numberOfCols:Number.MAX_SAFE_INTEGER}}const JC="x1",QC="xMovingAverage",ey={exponential:"exp",logarithmic:"log",polynomial:"poly",trailingMovingAverage:"movingAvg"};function ty(e,t,o,s){let i=!1;const n=[];for(const s in o){let r=o[s];if(r.labelCell){const e=iy(r.labelCell,t);r.labelCell!==e&&(i=!0,r={...r,labelCell:e})}const a=iy(r.dataRange,t);void 0===a||e.getRangeString(a,a.sheetId)===sn.InvalidReference?(i=!0,r=void 0):a!==r.dataRange&&(i=!0,r={...r,dataRange:a}),n[s]=r}let r=s;const a=iy(r,t);a!==r&&(i=!0,r=a);return{isStale:i,dataSets:n.filter(Mt),labelRange:r}}function oy(e,t,o){return o.map((o=>({dataRange:za(e,t,o.dataRange),labelCell:o.labelCell?za(e,t,o.labelCell):void 0})))}function sy(e,t,o){return o?za(e,t,o):void 0}function iy(e,t){if(!e)return;const o=t(e);switch(o.changeType){case"NONE":return e;case"REMOVE":return;default:return o.range}}function ny(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({...ry(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({...ry(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 ry(e,t,o,s){if(o.left!==o.right&&o.top!==o.bottom)throw new Error(`Zone should be a single column or row: ${Go(o)}`);if(s){const i=Go(o),n=Go(s);return{labelCell:e.getRangeFromSheetXC(t,n),dataRange:e.getRangeFromSheetXC(t,i)}}return{labelCell:void 0,dataRange:e.getRangeFromSheetXC(t,Go(o))}}function ay(e,t){const o=t.labelCell?.zone;let s=t.dataRange.zone;if(o){const{numberOfRows:e,numberOfCols:t}=os(s);1===e?s={...s,left:s.left+1}:1===t&&(s={...s,top:s.top+1})}const i=Na({...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":ey[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 ly(e,t,o){if(!t)return;const s={...t.zone};o&&t.zone.bottom>t.zone.top&&(s.top=s.top+1);const i=Na({...t,zone:s},e.getSheetSize);return e.getRangeString(i,"forceSheetReference",{useBoundedReference:!0})}function cy(e,t,o){let s;if(t.labelRange){const i=XC(e,t.labelRange,o);i!==sn.InvalidReference&&(s=i)}const i=[];for(const s of t.dataSets){const t={...s},n=XC(e,s.dataRange,o);n!==sn.InvalidReference&&(t.dataRange=n,i.push(t))}return{...t,dataSets:i,labelRange:s}}function hy(e){return e&&Ms(e)<.3?"#FFFFFF":"#000000"}function dy(e){return e&&Ms(e)<.3?"#C8C8C8":"#666666"}function uy(e){if(e.dataSets){const t=void 0!==e.dataSets.find((e=>!Ia.test(e.dataRange)));if(t)return"InvalidDataSet";if(e.dataSets.map((e=>Uo(e.dataRange))).some((e=>e.top!==e.bottom&&ds(e))))return"InvalidDataSet"}return"Success"}function gy(e){if(e.labelRange){if(!Ia.test(e.labelRange||""))return"InvalidLabelRange"}return"Success"}function py(e,t,o){if(!o)return!1;if(!e)return!1;if(!t)return!0;const s=gs(t.dataRange.zone);return!(gs(e.zone)<s)}function my(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 fy(e,t,o=!1){return(s,i)=>{const n=e?.[i];return vy({format:n,locale:t},o)(s)}}function vy(e,t=!1){return o=>{if(o=Number(o),isNaN(o))return o;const{locale:s,format:i}=e;return Cy(t?Wr({value:o,format:i},s):Rr(o,{locale:s,format:!i&&Math.abs(o)>=1e3?"#,##":i}))}}const by=[{value:"left",label:ui("Left")},{value:"right",label:ui("Right")}];function Sy(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 Cy(e,t=Be){return e?e.length>t?e.substring(0,t)+"…":e:""}function yy(e){return e===JC||e===QC}const Iy={id:"chartShowValuesPlugin",afterDatasetsDraw(e,t,o){if(!o.showValues)return;const s=e._metasets?.[0]?.data;if(!s)return;const i=e.ctx;i.save();const{left:n,top:r,height:a,width:l}=e.chartArea;switch(i.beginPath(),i.rect(n,r,l,a),i.clip(),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=nl(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=hy(t.background),o.strokeStyle=t.background||"#ffffff",wy(p,u,g,o))}}(e,o,i);break;case"bar":case"line":case"radar":o.horizontal?xy(e,o,i):function(e,t,o){const s=e.chartArea.bottom,i=e.chartArea.top,n={};for(const r of e._metasets){if(yy(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";wy(t.callback(Number(h),r,l),u,g,o)}}}(e,o,i);break;case"funnel":xy(e,o,i)}i.restore()}};function wy(e,t,o,s){s.lineWidth=3,s.strokeText(e,t,o),s.lineWidth=1,s.fillText(e,t,o)}function xy(e,t,o){const s=e.chartArea.right,i=e.chartArea.left,n={};for(const r of e._metasets){if(yy(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=nl(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",wy(c,p,d,o)}}}const Ey={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}},Ry="nullValue";function Ty(e,t){const{dataSetsValues:o}=t,s=[],i=Wy(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($y(d,u,g))}return s.push(...n),s}function Ay(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(ui("Subtotal")),l.push([0,d]),a.push(r))}return{datasets:[c],labels:h}}function Dy(e,t){const{dataSetsValues:o,axisType:s,labels:i}=t,n=[],r=!!e.fillArea,a=!!e.stacked,l=[],c=Wy(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?Bs(p,Ze):p,pointBackgroundColor:p,fill:!!r&&Gy(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($y(m,f,v))}return n.push(...l),n}function _y(e,t){const o=Dy(e,t);for(const e of o)yy(e.xAxisID)||(e.showLine=!1);return o}function Fy(e,t){const{dataSetsValues:o}=t,s=[],i=Math.max(0,...o.map((e=>e?.data?.length??0))),n=Sy(new ti(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 Oy(e,t){const{dataSetsValues:o}=t,s=[],i=Wy(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($y(g,p,m))}return s.push(...n),s}function Py(e,t){const{dataSetsValues:o}=t,s=[],i=e.fillArea??!1,n=Wy(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=Bs(c,Ze),h.fill="start"),s.push(h)}return s}function My(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 Ny(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:ky(s,e.funnelColors),yAxisID:"y",xAxisID:"x",barPercentage:1,categoryPercentage:1,borderColor:e.background||k,borderWidth:3}]}function ky(e,t){const o=new ti(e.length,t);return e.map((()=>o.next()))}function Ly(e,t){const{dataSetsValues:o,labels:s}=t,i=Hy(Vy(o,s)),n=i[0]||[],r=new ti(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!==Ry?e.background||k:Z},backgroundColor:e=>{const t="data"===e.type?e.raw:void 0;if(!t||t.label===Ry)return Z;const o=t.groups[0];return a.find((e=>e.label===o))?.color},hoverOffset:10};l.push(o)}return l}function Vy(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]?Ry:String(e[t].data[i]);o[i][t]=s}o[i].value=Number(t[i])}return o}(e,t);return Uy(o,0,e.length,[])}function Uy(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:Uy(i[e]||[],t+1,o,[...s,e]),groups:r,depth:t}})).sort(((e,t)=>t.value-e.value))}function Hy(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 zy(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=Vy(o,s).sort(((e,t)=>t.value-e.value)),l=function(e,t){const o="categoryColor"===e.coloringOptions?.type?e.coloringOptions.colors:[],s=new ti(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??Ey.showLabels,u=e.showValues??Ey.showValues,g=e.coloringOptions||Ey.coloringOptions;let p;"colorScale"===g?.type&&(p=function(e,t){const o=Hy(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}),ii(e)}return}(a,g));const m=[{data:[],tree:c,labels:{display:d||u,overflow:"hidden",...By(e.valuesDesign,Ey.valuesDesign),formatter:e=>[d?e.raw.g:void 0,u?Rr(e.raw.v,r):void 0].filter(Mt)},captions:{display:e.showHeaders??Ey.showHeaders,padding:6,...By(e.headerDesign,Ey.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||Ey.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=Hy(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 $s(n,u)}(t,a,g,l);throw new Error("Unsupported coloring option type}")}}];return m}function By(e,t){const o=e=>Ms(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 $y(e,t,o){const s=ks(e.backgroundColor);s.a=1;const i=t.color||$s(Ns(s),.5);return{type:"line",xAxisID:"trailingMovingAverage"===t.type?QC:JC,yAxisID:e.yAxisID,label:e.label?ui("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 Gy(e,t){return t?0===e?"origin":"-1":"origin"}function Wy(e,t){return new ti(t,e.dataSets?.map((e=>e.backgroundColor))||[])}const qy={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];Zy(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!==Ry})),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===Ry)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=$s(a,.5):e.options.backgroundColor=a}}};function Zy(e,t){return t.length>e.length&&e.every(((e,o)=>e===t[o]))}const jy={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===Ry)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 I={x:Math.cos(b)*f,y:Math.sin(b)*f},w=e.chartArea.left+e.chartArea.width/2+I.x,x=e.chartArea.top+e.chartArea.height/2+I.y;let E;o.translate(w,x),b>Math.PI/2?(o.rotate(b-Math.PI),E=-S):(E=S,o.rotate(b));const R=Ms(h.options.backgroundColor)>.7?"#666666":"#FFFFFF";o.fillStyle=s.textColor||R,o.textAlign="center",o.textBaseline="middle",o.font=sl(i,s.bold,s.italic);const T=-(c.length-1)*n/2;for(let e=0;e<c.length;e++){const t=bl(o,C,c[e],s,"px");o.fillText(t,E,T+e*n)}o.restore()}}(e,o,e.ctx)}};const Yy={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=Ky(s,e);if(!o)break;const n=Xy(t),r=Xy(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 Xy(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 Ky(e,t){return e.find(((e,o)=>o>t&&0!==e.height))}Bh`
|
|
2
2
|
.o-spreadsheet {
|
|
3
3
|
.o-chart-custom-tooltip {
|
|
4
4
|
font-size: 12px;
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
font-size: 14px;
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
|
-
`;const YT="M256 9 a247 247 0 1 0.1 0 0";function XT(e){return{name:"CARET_DOWN",width:512,height:512,paths:[{fillColor:e.textColor||oe,path:"M120 195 h270 l-135 130"}]}}function KT(e){return{name:"CARET_UP",width:512,height:512,paths:[{fillColor:e.textColor||oe,path:"M120 325 h270 l-135 -130"}]}}const JT="M40 185 h270 l-135 128";function QT(e){return{name:"CHIP",width:512,height:512,paths:[{fillColor:e.textColor||oe,path:JT}]}}function eA(e){return{name:"CHIP",width:512,height:512,paths:[{fillColor:e.textColor||oe,path:"M0,225 A175,175 0 1,0 350,225 A175,175 0 1,0 0,225"},{fillColor:e.fillColor||oe,path:JT}]}}const tA={name:"CHECKBOX_UNCHECKED",width:512,height:512,paths:[{fillColor:J,path:"M45,45 h422 v422 h-422 v-422 m30,30 v362 h362 v-362"}]},oA={name:"CHECKBOX_UNCHECKED",width:512,height:512,paths:[{fillColor:he,path:"M45,45 h422 v422 h-422 v-422 m30,30 v362 h362 v-362"}]},sA={name:"CHECKBOX_CHECKED",width:512,height:512,paths:[{fillColor:he,path:"M45,45 h422 v422 h-422 v-422"},{fillColor:"#FFF",path:"M165,240 l45,45 l135,-135 h60 l-195,195 l-105,-105"}]};function iA(e,t){return{name:"PIVOT_ICON",width:512,height:512,paths:[{path:"M21,21 h469 v469 h-469",fillColor:t?K:"#777"},{path:"M64,64 v384 h384 v-384",fillColor:t?Q:"#eee"},{path:e?"M149,235 h213 v43 h-213 M235,149 h43 v213 h-43":"M149,235 h213 v43 h-213",fillColor:t?K:"#777"}]}}function nA(e,t,o){const s=e?"M18.6 3.5H4.29c-.7 0-1.06.85-.56 1.35l6.1 6.1v6.8c0 .26.13.5.34.65l2.64 1.85a.79.79 0 0 0 1.25-.65v-8.64l6.1-6.1a.79.79 0 0 0-.56-1.35":"M 339.667 681 L 510.333 681 L 510.333 595.667 L 339.667 595.667 L 339.667 681 Z M 41 169 L 41 254.333 L 809 254.333 L 809 169 L 41 169 Z M 169 467.667 L 681 467.667 L 681 382.333 L 169 382.333 L 169 467.667 Z",i=e?"M0,0 h24 v24 h-24":"M0,0 h850 v850 h-850",n={iconColor:H,hoverBackgroundColor:H};return o&&!t?n.iconColor="#fff":!o&&t?n.iconColor="#defade":o&&t&&(n.iconColor=H,n.hoverBackgroundColor="#fff"),{name:"DATA_FILTER_ICON",width:e?24:850,height:e?24:850,paths:[o?{path:i,fillColor:n.hoverBackgroundColor}:void 0,{path:s,fillColor:n.iconColor}].filter(Mt)}}const rA={arrowGood:{template:"ARROW_UP",svg:{name:"ARROW_UP",width:448,height:512,paths:[{fillColor:"#6AA84F",path:"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"}]}},arrowNeutral:{template:"ARROW_RIGHT",svg:{name:"ARROW_RIGHT",width:448,height:512,paths:[{fillColor:"#F0AD4E",path:"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"}]}},arrowBad:{template:"ARROW_DOWN",svg:{name:"ARROW_DOWN",width:448,height:512,paths:[{fillColor:"#E06666",path:"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"}]}},smileyGood:{template:"SMILE",svg:{name:"SMILE",width:496,height:512,paths:[{fillColor:"#6AA84F",path:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z"}]}},smileyNeutral:{template:"MEH",svg:{name:"MEH",width:496,height:512,paths:[{fillColor:"#F0AD4E",path:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z"}]}},smileyBad:{template:"FROWN",svg:{name:"FROWN",width:496,height:512,paths:[{fillColor:"#E06666",path:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z"}]}},dotGood:{template:"GREEN_DOT",svg:{name:"GREEN_DOT",width:512,height:512,paths:[{fillColor:"#6AA84F",path:YT}]}},dotNeutral:{template:"YELLOW_DOT",svg:{name:"YELLOW_DOT",width:512,height:512,paths:[{fillColor:"#F0AD4E",path:YT}]}},dotBad:{template:"RED_DOT",svg:{name:"RED_DOT",width:512,height:512,paths:[{fillColor:"#E06666",path:YT}]}}},aA={arrows:{good:"arrowGood",neutral:"arrowNeutral",bad:"arrowBad"},smiley:{good:"smileyGood",neutral:"smileyNeutral",bad:"smileyBad"},dots:{good:"dotGood",neutral:"dotNeutral",bad:"dotBad"}},lA={};function cA(e){if(lA[e])return lA[e];const t=new Path2D(e);return lA[e]=t,t}function hA(e,t){const o=e.split("/"),s=t.split("/");let i="",n=0;for(let e=0;e<o.length-1;e++)o[e]===s[e]?n++:i+="../";return i+=s.slice(n).join("/"),i}function dA(e,t=0){const o={};for(let s=0;s<e.length;s++)e[s]&&(o[s+t]=e[s]);return o}function uA(e){return e.replace(/_x([0-9a-zA-Z]{4})_/g,((e,t)=>String.fromCharCode(parseInt(t,16))))}function gA(e,t,o){return"COL"===t?(e.cols[o]||(e.cols[o]={}),e.cols[o]):(e.rows[o]||(e.rows[o]={}),e.rows[o])}function pA(e){if("="===e[0])return e;const t=El(e);return 1===t.length&&"REFERENCE"!==t[0].type?e:"="+e}var mA;!function(e){e.DiagonalBorderNotSupported="Diagonal Borders",e.BorderStyleNotSupported="Border style",e.FillStyleNotSupported="Fill Style",e.FontNotSupported="Font",e.HorizontalAlignmentNotSupported="Horizontal Alignment",e.VerticalAlignmentNotSupported="Vertical Alignments",e.MultipleRulesCfNotSupported="Multiple rules conditional formats",e.CfTypeNotSupported="Conditional format type",e.CfFormatBorderNotSupported="Borders in conditional formats",e.CfFormatAlignmentNotSupported="Alignment in conditional formats",e.CfFormatNumFmtNotSupported="Num formats in conditional formats",e.CfIconSetEmptyIconNotSupported="IconSets with empty icons",e.BadlyFormattedHyperlink="Badly formatted hyperlink",e.NumFmtIdNotSupported="Number format",e.TimeDataValidationNotSupported="Time data validation rules",e.TextLengthDataValidationNotSupported="Text length data validation rules",e.WholeNumberDataValidationNotSupported="Whole number data validation rules",e.NotEqualDateDataValidationNotSupported="Not equal date data validation rules"}(mA||(mA={}));class fA{_parsingWarnings=new Set;_conversionWarnings=new Set;addParsingWarning(e){this._parsingWarnings.add(e)}addConversionWarning(e){this._conversionWarnings.add(e)}get warnings(){return[...this._parsingWarnings,...this._conversionWarnings]}generateNotSupportedWarning(e,t,o){let s=`${e} ${t?'"'+t+'" is':"are"} not yet supported. `;o&&(s+=`Only ${o.join(", ")} are currently supported.`),this._conversionWarnings.has(s)||this._conversionWarnings.add(s)}}const vA=["thin","medium","thick","dashed","dotted"],bA=["general","left","center","right"],SA=["top","center","bottom"],CA=["Arial"],yA=["solid","none"],IA=["expression","cellIs","colorScale","iconSet","containsText","notContainsText","beginsWith","endsWithText","containsBlanks","notContainsBlanks"],wA={b:"boolean",d:"date",e:"error",inlineStr:"inlineStr",n:"number",s:"sharedString",str:"str"},xA={dashDot:"thin",dashDotDot:"thin",dashed:"dashed",dotted:"dotted",double:"thin",hair:"thin",medium:"medium",mediumDashDot:"thin",mediumDashDotDot:"thin",mediumDashed:"thin",none:void 0,slantDashDot:"thin",thick:"thick",thin:"thin"},EA={general:void 0,left:"left",center:"center",right:"right",fill:"left",justify:"left",centerContinuous:"center",distributed:"center"},RA={top:"top",center:"middle",bottom:"bottom",justify:"middle",distributed:"middle"},TA={top:"top",middle:"center",bottom:"bottom"},AA={beginsWith:"beginsWithText",endsWith:"endsWithText",containsText:"containsText",notContains:"notContainsText",between:"isBetween",notBetween:"isNotBetween",equal:"isEqual",notEqual:"isNotEqual",greaterThan:"isGreaterThan",greaterThanOrEqual:"isGreaterOrEqualTo",lessThan:"isLessThan",lessThanOrEqual:"isLessOrEqualTo"},DA={aboveAverage:void 0,expression:"customFormula",cellIs:void 0,colorScale:void 0,dataBar:void 0,iconSet:void 0,top10:void 0,uniqueValues:void 0,duplicateValues:void 0,containsText:"containsText",notContainsText:"notContainsText",beginsWith:"beginsWithText",endsWith:"endsWithText",containsBlanks:"isEmpty",notContainsBlanks:"isNotEmpty",containsErrors:void 0,notContainsErrors:void 0,timePeriod:void 0},_A={num:"number",percent:"percentage",max:"value",min:"value",percentile:"percentile",formula:"formula"},FA={NoIcons:void 0,"3Arrows":"arrows","3ArrowsGray":"arrows","3Symbols":"smiley","3Symbols2":"smiley","3Signs":"dots","3Flags":"dots","3TrafficLights1":"dots","3TrafficLights2":"dots","4Arrows":"arrows","4ArrowsGray":"arrows","4RedToBlack":"dots","4Rating":"smiley","4TrafficLights":"dots","5Arrows":"arrows","5ArrowsGray":"arrows","5Rating":"smiley","5Quarters":"dots","3Stars":"smiley","3Triangles":"arrows","5Boxes":"dots"},OA={none:"none",b:"bottom",t:"top",l:"left",r:"right",tr:"right"},PA={areaChart:void 0,area3DChart:void 0,lineChart:"line",line3DChart:void 0,stockChart:void 0,radarChart:"radar",scatterChart:"scatter",pieChart:"pie",pie3DChart:void 0,doughnutChart:"pie",barChart:"bar",bar3DChart:void 0,ofPieChart:void 0,surfaceChart:void 0,surface3DChart:void 0,bubbleChart:void 0,comboChart:"combo"},MA={exp:"exponential",log:"logarithmic",poly:"polynomial",movingAvg:"trailingMovingAverage"},NA={1:"AVERAGE",2:"COUNT",3:"COUNTA",4:"MAX",5:"MIN",6:"PRODUCT",7:"STDEV",8:"STDEVP",9:"SUM",10:"VAR",11:"VARP",101:"AVERAGE",102:"COUNT",103:"COUNTA",104:"MAX",105:"MIN",106:"PRODUCT",107:"STDEV",108:"STDEVP",109:"SUM",110:"VAR",111:"VARP"},kA={0:"General",1:"0",2:"0.00",3:"#,#00",4:"#,##0.00",9:"0%",10:"0.00%",11:void 0,12:void 0,13:void 0,14:"m/d/yyyy",15:"m/d/yyyy",16:"m/d/yyyy",17:"m/d/yyyy",18:"hh:mm:ss a",19:"hh:mm:ss a",20:"hhhh:mm:ss",21:"hhhh:mm:ss",22:"m/d/yy h:mm",37:void 0,38:void 0,39:void 0,40:void 0,45:"hhhh:mm:ss",46:"hhhh:mm:ss",47:"hhhh:mm:ss",48:void 0,49:"@"},LA={0:1,"0.00":2,"#,#00":3,"#,##0.00":4,"0%":9,"0.00%":10,"0.00E+00":11,"# ?/?":12,"# ??/??":13,"mm-dd-yy":14,"d-mm-yy":15,"mm-yy":16,"mmm-yy":17,"h:mm AM/PM":18,"h:mm:ss AM/PM":19,"h:mm":20,"h:mm:ss":21,"m/d/yy h:mm":22,"#,##0 ;(#,##0)":37,"#,##0 ;[Red](#,##0)":38,"#,##0.00;(#,##0.00)":39,"#,##0.00;[Red](#,##0.00)":40,"mm:ss":45,"[h]:mm:ss":46,"mmss.0":47,"##0.0E+0":48,"@":49,"hh:mm:ss a":19},VA={0:"000000",1:"FFFFFF",2:"FF0000",3:"00FF00",4:"0000FF",5:"FFFF00",6:"FF00FF",7:"00FFFF",8:"000000",9:"FFFFFF",10:"FF0000",11:"00FF00",12:"0000FF",13:"FFFF00",14:"FF00FF",15:"00FFFF",16:"800000",17:"008000",18:"000080",19:"808000",20:"800080",21:"008080",22:"C0C0C0",23:"808080",24:"9999FF",25:"993366",26:"FFFFCC",27:"CCFFFF",28:"660066",29:"FF8080",30:"0066CC",31:"CCCCFF",32:"000080",33:"FF00FF",34:"FFFF00",35:"00FFFF",36:"800080",37:"800000",38:"008080",39:"0000FF",40:"00CCFF",41:"CCFFFF",42:"CCFFCC",43:"FFFF99",44:"99CCFF",45:"FF99CC",46:"CC99FF",47:"FFCC99",48:"3366FF",49:"33CCCC",50:"99CC00",51:"FFCC00",52:"FF9900",53:"FF6600",54:"666699",55:"969696",56:"003366",57:"339966",58:"003300",59:"333300",60:"993300",61:"993366",62:"333399",63:"333333",64:"000000",65:"FFFFFF"},UA={"image/avif":"avif","image/bmp":"bmp","image/gif":"gif","image/vnd.microsoft.icon":"ico","image/jpeg":"jpeg","image/png":"png","image/tiff":"tiff","image/webp":"webp"},HA={avif:"image/avif",bmp:"image/bmp",gif:"image/gif",ico:"image/vnd.microsoft.icon",jpeg:"image/jpeg",png:"image/png",tiff:"image/tiff",webp:"image/webp",jpg:"image/jpeg"},zA={between:"isBetween",notBetween:"isNotBetween",equal:"isEqual",notEqual:"isNotEqual",greaterThan:"isGreaterThan",greaterThanOrEqual:"isGreaterOrEqualTo",lessThan:"isLessThan",lessThanOrEqual:"isLessOrEqualTo"},BA={between:"dateIsBetween",notBetween:"dateIsNotBetween",equal:"dateIs",greaterThan:"dateIsAfter",greaterThanOrEqual:"dateIsOnOrAfter",lessThan:"dateIsBefore",lessThanOrEqual:"dateIsOnOrBefore"};function $A(e){if(!e)return;let t;if(e.rgb)t=e.rgb;else if(e.auto)t=ed;else{if(!e.indexed)return;t=VA[e.indexed]}var o;return t=6===(o=t).length?"#"+o+"FF":"#"+o.slice(2)+o.slice(0,2),e.tint&&(t=function(e,t){const o=ks(e),s=Vs(o);t<0&&(s.l=s.l*(1+t));t>0&&(s.l=s.l*(1-t)+(100-100*(1-t)));return Ns(Ls(s))}(t,e.tint)),t=t.toUpperCase(),9===t.length&&t.endsWith("FF")&&(t=t.slice(0,7)),t}function GA(e){return 9===e.length&&(e=e.slice(0,7)),parseInt(e.replace("#",""),16)}const WA=/^(yy|yyyy|m{1,5}|d{1,4}|h{1,2}|s{1,2}|am\/pm|a\/m|\s|-|\/|\.|:)+$/i;function qA(e,t,o){const s=kA[e]||t.find((t=>t.id===e))?.format;if("General"!==s){if(s)try{let e=s.replace(/\[(.*)-[A-Z0-9]{3}\]/g,"[$1]");if(e=e.replace(/\[\$\]/g,""),e=e.replace(/_.{1}/g,""),e=e.replace(/\*.{1}/g,""),function(e){return WA.test(e)}(e)&&(e=function(e){return e=e.toLowerCase(),e=e.replace(/mmmmm/g,"mmm"),e=e.replace(/am\/pm|a\/m/g,"a"),e=e.replace(/hhhh/g,"hh"),e=e.replace(/\bh\b/g,"hh"),e}(e)),function(e){try{return Rr(0,{format:e,locale:w}),!0}catch(e){return!1}}(e))return e}catch(e){}o.generateNotSupportedWarning(mA.NumFmtIdNotSupported,s||`nmFmtId ${e}`)}}function ZA(e,t){const o=e.borders.map((e=>{!function(e,t){e.diagonal&&t.generateNotSupportedWarning(mA.DiagonalBorderNotSupported)}(e,t);const o={top:jA(e.top,t),bottom:jA(e.bottom,t),left:jA(e.left,t),right:jA(e.right,t)};return Object.keys(o).forEach((e=>void 0===o[e]&&delete o[e])),o}));return dA(o,1)}function jA(e,t){if(!e)return;!function(e,t){vA.includes(e.style)||t.generateNotSupportedWarning(mA.BorderStyleNotSupported,e.style,vA)}(e,t);const o=xA[e.style];return o?{style:o,color:$A(e.color)}:void 0}function YA(e,t){return dA(e.styles.map((o=>XA({fontStyle:e.fonts[o.fontId],fillStyle:e.fills[o.fillId],alignment:o.alignment},t))),1)}function XA(e,t){return function(e,t,o){e&&e.name&&!CA.includes(e.name)&&o.generateNotSupportedWarning(mA.FontNotSupported,e.name,CA);t&&t.patternType&&!yA.includes(t.patternType)&&o.generateNotSupportedWarning(mA.FillStyleNotSupported,t.patternType,yA)}(e?.fontStyle,e?.fillStyle,t),function(e,t){e&&!bA.includes(e)&&t.generateNotSupportedWarning(mA.HorizontalAlignmentNotSupported,e,bA)}(e?.alignment?.horizontal,t),function(e,t){e&&!SA.includes(e)&&t.generateNotSupportedWarning(mA.VerticalAlignmentNotSupported,e,SA)}(e?.alignment?.vertical,t),{bold:e.fontStyle?.bold,italic:e.fontStyle?.italic,strikethrough:e.fontStyle?.strike,underline:e.fontStyle?.underline,verticalAlign:e.alignment?.vertical?RA[e.alignment.vertical]:void 0,align:e.alignment?.horizontal?EA[e.alignment.horizontal]:void 0,fillColor:"solid"===e.fillStyle?.patternType?$A(e.fillStyle?.fgColor):$A(e.fillStyle?.bgColor),textColor:$A(e.fontStyle?.color),fontSize:e.fontStyle?.size,wrapping:e.alignment?.wrapText?"wrap":"overflow"}}function KA(e,t){const o=[];for(const s of e.styles){const i=qA(s.numFmtId,e.numFmts,t);i&&(o[s.numFmtId]=i)}return dA(o,1)}function JA(e,t,o){const s=[];let i=1;for(const n of e){if(0===n.cfRules.length)continue;sD(n,t,o);const e=n.cfRules[0];let r;const a=[];if(void 0!==e.dxfId||"colorScale"===e.type||"iconSet"===e.type||"dataBar"===e.type){switch(e.type){case"aboveAverage":case"containsErrors":case"notContainsErrors":case"duplicateValues":case"top10":case"uniqueValues":case"timePeriod":continue;case"dataBar":const t=QA(i++,n);t&&s.push(t);continue;case"colorScale":const l=eD(i++,n);l&&s.push(l);continue;case"iconSet":const c=tD(i++,n,o);c&&s.push(c);continue;case"containsText":case"notContainsText":case"beginsWith":case"endsWith":if(!e.text)continue;r=DA[e.type],a.push(e.text);break;case"expression":if(!e.formula?.length)continue;r=DA[e.type],a.push(`=${e.formula[0]}`);break;case"containsBlanks":case"notContainsBlanks":r=DA[e.type];break;case"cellIs":if(!e.operator||!e.formula||0===e.formula.length)continue;r=AA[e.operator],a.push(pA(e.formula[0])),2===e.formula.length&&a.push(pA(e.formula[1]))}r&&void 0!==e.dxfId&&s.push({id:(i++).toString(),ranges:n.sqref,stopIfTrue:e.stopIfTrue,rule:{type:"CellIsRule",operator:r,values:a,style:XA({fontStyle:t[e.dxfId].font,fillStyle:t[e.dxfId].fill},o)}})}}return s}function QA(e,t){const o=t.cfRules[0].dataBar;if(!o)return;const s=GA($A(o.color)||"#FFFFFF");return{id:e.toString(),stopIfTrue:t.cfRules[0].stopIfTrue,ranges:t.sqref,rule:{type:"DataBarRule",color:s}}}function eD(e,t){const o=t.cfRules[0].colorScale;if(!o||o.cfvos.length!==o.colors.length||o.cfvos.length<2||o.cfvos.length>3)return;const s=[];for(let e=0;e<o.cfvos.length;e++)s.push({color:GA($A(o.colors[e])||"#FFFFFF"),type:_A[o.cfvos[e].type],value:o.cfvos[e].value});const i=s[0],n=2===s.length?s[1]:s[2],r=3===s.length?s[1]:void 0;return{id:e.toString(),stopIfTrue:t.cfRules[0].stopIfTrue,ranges:t.sqref,rule:{type:"ColorScaleRule",minimum:i,midpoint:r,maximum:n}}}function tD(e,t,o){const s=t.cfRules[0].iconSet;if(!s)return;let i=s.cfvos,n=s.cfIcons;if(i.length<3||n&&n.length<3)return;i.length>3&&(i=[i[0],i[Math.floor(i.length/2)],i[i.length-1]]),n&&n.length>3&&(n=[n[0],n[Math.floor(n.length/2)],n[n.length-1]]);const r=[];for(let e=1;e<=2;e++){const t=_A[i[e].type];if("value"===t)return;r.push({value:i[e].value||"",operator:i[e].gte?"ge":"gt",type:t})}let a={lower:n?oD(n[0].iconSet,n[0].iconId):oD(s.iconSet,0),middle:n?oD(n[1].iconSet,n[1].iconId):oD(s.iconSet,1),upper:n?oD(n[2].iconSet,n[2].iconId):oD(s.iconSet,2)};s.reverse&&(a={upper:a.lower,middle:a.middle,lower:a.upper});for(const e of Object.keys(a))if(!a[e])switch(o.generateNotSupportedWarning(mA.CfIconSetEmptyIconNotSupported),e){case"upper":a[e]=aA.dots.good;break;case"middle":a[e]=aA.dots.neutral;break;case"lower":a[e]=aA.dots.bad}return{id:e.toString(),stopIfTrue:t.cfRules[0].stopIfTrue,ranges:t.sqref,rule:{type:"IconSetRule",icons:a,upperInflectionPoint:r[1],lowerInflectionPoint:r[0]}}}function oD(e,t){const o=FA[e];return o?0===t?aA[o].bad:1===t?aA[o].neutral:aA[o].good:""}function sD(e,t,o){if(e.cfRules.length>1&&o.generateNotSupportedWarning(mA.MultipleRulesCfNotSupported),IA.includes(e.cfRules[0].type)||o.generateNotSupportedWarning(mA.CfTypeNotSupported,e.cfRules[0].type),e.cfRules[0].dxfId){const s=t[e.cfRules[0].dxfId];s.border&&o.generateNotSupportedWarning(mA.CfFormatBorderNotSupported),s.alignment&&o.generateNotSupportedWarning(mA.CfFormatAlignmentNotSupported),s.numFmt&&o.generateNotSupportedWarning(mA.CfFormatNumFmtNotSupported)}}function iD(e){switch(e){case"isNotEmpty":case"notContainsText":return"notContainsBlanks";case"isEmpty":return"containsBlanks";case"containsText":return"containsText";case"beginsWithText":return"beginsWith";case"endsWithText":return"endsWith";case"isGreaterThan":return"greaterThan";case"isGreaterOrEqualTo":return"greaterThanOrEqual";case"isLessThan":return"lessThan";case"isLessOrEqualTo":return"lessThanOrEqual";case"isBetween":return"between";case"isNotBetween":return"notBetween";case"isEqual":return"equal";case"isNotEqual":return"notEqual";case"customFormula":return""}}function nD(e){return Math.round(cd*e*100)/100}function rD(e){return Math.round(hd*e*100)/100}function aD(e,t,o,s,i){const n=o?e.styles[o]:{},r=s?e.formats[s]:void 0,a={font:{size:n?.fontSize||ke,color:{rgb:n?.textColor?n.textColor:"000000"},family:2,name:"Arial"},fill:n?.fillColor?{fgColor:{rgb:n.fillColor}}:{reservedAttribute:"none"},numFmt:r?{format:r,id:0}:void 0,border:i||0,alignment:{horizontal:n.align,vertical:n.verticalAlign?TA[n.verticalAlign]:void 0,wrapText:!("wrap"!==n.wrapping&&!t?.includes(ot))||void 0}};return a.font.strike=!!n?.strikethrough||void 0,a.font.underline=!!n?.underline||void 0,a.font.bold=!!n?.bold||void 0,a.font.italic=!!n?.italic||void 0,a}function lD(e,t){const o=function(e,t){if(!e)return 0;let o=LA[e.format];o||(o=dD(e,t)+md);return o}(t.numFmt,e.numFmts),s={fontId:dD(t.font,e.fonts),fillId:dD(t.fill,e.fills),borderId:t.border,numFmtId:o,alignment:{vertical:t.alignment.vertical,horizontal:t.alignment.horizontal,wrapText:t.alignment.wrapText}};return dD(s,e.styles)}function cD(e,t,o){const s=e.find((e=>e.path===t));let i;return s?(i=`rId${(s.rels.length+1).toString()}`,s.rels.push({...o,id:i})):(i="rId1",e.push({path:t,rels:[{...o,id:i}]})),i}const hD=new WeakMap;function dD(e,t){let o=hD.get(t);if(!o){o=new Map;for(let e=0;e<t.length;e++){const s=pa(t[e]);o.set(s,e)}hD.set(t,o)}const s=pa(e);if(o.has(s))return o.get(s);const i=t.length;return t.push(e),o.set(s,i),i}function uD(e,t){const o=t.chartIds.findIndex((t=>t===e));return-1===o?(t.chartIds.push(e),t.chartIds.length):o+1}const gD=[];function pD(e){const t=gD.findIndex((t=>t===e));return-1===t?(gD.push(e),gD.length):t+1}function mD(e){return Math.round(914400*e/96)}function fD(e,t,o){let s,i,n=e;if(({xc:n,sheetName:s}=Ta(e)),s){const e=o.sheets.findIndex((e=>Ma(e.name,s)));if(e<0)throw new Error("Unable to find a sheet with the name "+s);i=e}else i=Number(t);const r=Uo(n);return void 0===r.right&&(r.right=o.sheets[i].colNumber),void 0===r.bottom&&(r.bottom=o.sheets[i].rowNumber),(r.right-r.left+1)*(r.bottom-r.top+1)}function vD(e){return Math.round(96*e/914400)}function bD(e,t){let o=0;for(let s=0;s<e;s++){const e=t.cols.find((e=>s>=e.min&&s<=e.max));e?.width?o+=e.width:t.sheetFormat?.defaultColWidth?o+=t.sheetFormat.defaultColWidth:o+=dd}return o/hd}function SD(e,t){let o=0;for(let s=0;s<e;s++){const e=t.rows.find((e=>e.index-1===s));e?.height?o+=e.height:t.sheetFormat?.defaultRowHeight?o+=t.sheetFormat.defaultRowHeight:o+=ud}return o/cd}function CD(e){let t=1;return e.figures.map((o=>function(e,t,o){let s,i,n,r,a;if(1===e.anchors.length)({col:s,row:i,offset:n}=xD(e.anchors[0])),a=vD(e.figureSize.cx),r=vD(e.figureSize.cy);else{({col:s,row:i,offset:n}=xD(e.anchors[0]));const{x:t,y:l}=ED(e.anchors[0],o),{x:c,y:h}=ED(e.anchors[1],o);a=c-t,r=h-l}const l={id:t,col:s,row:i,offset:n};if("dataSets"in(c=e.data)&&c.dataSets.length>0)return{...l,width:a,height:r,tag:"chart",data:yD(e.data)};if(function(e){return"imageSrc"in e}(e.data))return{...l,width:vD(e.data.size.cx),height:vD(e.data.size.cy),tag:"image",data:{path:e.data.imageSrc,mimetype:e.data.mimetype}};var c;return}(o,(t++).toString(),e))).filter(Mt)}function yD(e){const t=e.dataSets.some((e=>"reference"in(e.label??{}))),o=e.labelRange?ID(e.labelRange,t):void 0,s=e.dataSets.map((e=>{let o;return e.label&&"text"in e.label&&(o=e.label.text),{dataRange:ID(e.range,t),label:o,backgroundColor:e.backgroundColor,trend:wD(e.trend)}}));"pie"===e.type&&s.reverse();const i={range:s,dataSetsHaveTitle:t,auxiliaryRange:o,title:e.title??{text:""},background:$A({rgb:e.backgroundColor})||"#FFFFFF",legendPosition:e.legendPosition,stacked:e.stacked||!1,aggregated:!1,cumulative:e.cumulative||!1,labelsAsText:!1,horizontal:e.horizontal,isDoughnut:e.isDoughnut,pieHolePercentage:e.pieHolePercentage};try{return oE.get(e.type).getChartDefinitionFromContextCreation(i)}catch(e){return}}function ID(e,t){const{sheetName:o,xc:s}=Ta(e);let i=Uo(s);if(t&&void 0!==i.bottom&&void 0!==i.right){const e=i.bottom-i.top+1,t=i.right-i.left+1;1===e?i={...i,left:i.left-1}:1===t&&(i={...i,top:i.top-1})}return Aa(o,Go(i))}function wD(e){if(e&&e.type)return{type:"linear"===e.type?"polynomial":MA[e.type],order:"linear"===e.type?1:e.order,color:e.color,window:e.window||Ye,display:!0}}function xD(e){const t={x:vD(e.colOffset)-ze,y:vD(e.rowOffset)-ze};return{col:e.col,row:e.row,offset:t}}function ED(e,t){return{x:bD(e.col,t)+vD(e.colOffset),y:SD(e.row,t)+vD(e.rowOffset)}}function RD(e,t){const o=[];let s=1;for(const i of e)if(i)switch(i.type){case"time":t.generateNotSupportedWarning(mA.TimeDataValidationNotSupported);break;case"textLength":t.generateNotSupportedWarning(mA.TextLengthDataValidationNotSupported);break;case"whole":t.generateNotSupportedWarning(mA.WholeNumberDataValidationNotSupported);break;case"decimal":const e=TD(s++,i);o.push(e);break;case"list":const n=AD(s++,i);o.push(n);break;case"date":if("notEqual"===i.operator){t.generateNotSupportedWarning(mA.NotEqualDateDataValidationNotSupported);break}const r=DD(s++,i);o.push(r);break;case"custom":const a=_D(s++,i);o.push(a)}return o}function TD(e,t){const o=[pA(t.formula1.toString())];return t.formula2&&o.push(pA(t.formula2.toString())),{id:e.toString(),ranges:t.sqref,isBlocking:"warning"!==t.errorStyle,criterion:{type:zA[t.operator],values:o}}}function AD(e,t){const o=t.formula1.toString(),s=Ia.test(o);return{id:e.toString(),ranges:t.sqref,isBlocking:"warning"!==t.errorStyle,criterion:{type:s?"isValueInRange":"isValueInList",values:s?[o]:o.replaceAll('"',"").split(","),displayStyle:"arrow"}}}function DD(e,t){let o;const s=[pA(t.formula1.toString())];return t.formula2?(s.push(pA(t.formula2.toString())),o={type:BA[t.operator],values:la(s,w)}):o={type:BA[t.operator],values:la(s,w),dateValue:"exactDate"},{id:e.toString(),ranges:t.sqref,isBlocking:"warning"!==t.errorStyle,criterion:o}}function _D(e,t){return{id:e.toString(),ranges:t.sqref,isBlocking:"warning"!==t.errorStyle,criterion:{type:"customFormula",values:[pA(t.formula1.toString())]}}}const FD=new RegExp(/'?\[([0-9]*)\](.*)'?!(\$?[a-zA-Z]*\$?[0-9]*)/g),OD=new RegExp(/SUBTOTAL\(([0-9]*),/g),PD=new RegExp(fa.source,"ig");function MD(e,t){const o=function(e){const t={};for(const o of e.rows)for(const e of o.cells)e.formula&&void 0!==e.formula.sharedIndex&&e.formula.content&&(t[e.formula.sharedIndex]={refCellXc:e.xc,formula:e.formula.content});return t}(e);for(const s of e.rows.map((e=>e.cells)).flat())s?.formula&&(s.formula.content=void 0===s.formula.sharedIndex||s.formula.content?"="+s.formula.content:"="+kD(s.xc,o[s.formula.sharedIndex]),s.formula.content=ND(s.formula.content,t))}function ND(e,t){return e=(e=(e=(e=e.replace("_xlfn.","")).replace(/#REF!/g,"#REF")).replace(OD,((e,t)=>{const o=NA[t];return o?o+"(":e}))).replace(FD,((e,o,s,i)=>{o=Number(o)-1,i=i.replace(/\$/g,"");const n=t.externalBooks[o].sheetNames.findIndex((e=>Ma(e,s)));if(-1===n)return e;const r=t.externalBooks[o].datasets.find((e=>e.sheetId===n))?.data;if(!r)return e;const a=r&&r[i];return(Number(a)?a:`"${a}"`)||e}))}function kD(e,t){const o=Do(t.refCellXc);let s,i=t.formula.slice();do{if(s=PD.exec(i),s){const t=Do(s[0].replace("$","")),n=Do(e),r={colFixed:s[0].startsWith("$"),rowFixed:s[0].includes("$",1)},a={col:n.col-o.col,row:n.row-o.row},l={col:r.colFixed?t.col:t.col+a.col,row:r.rowFixed?t.row:t.row+a.row};i=i.slice(0,s.index)+_o(l.col,l.row,r)+i.slice(s.index+s[0].length)}}while(s);return i}function LD(e,t){return e.sheets.map((o=>{MD(o,e);const s=function(e){const t=[0,0];for(const o of e.rows)t[0]=Math.max(t[0],no(o.cells.map((e=>Do(e.xc).col)))),t[1]=Math.max(t[1],o.index);for(const o of e.figures)t[0]=Math.max(t[0],o.anchors[o.anchors.length-1]?.col??0),t[1]=Math.max(t[1],o.anchors[o.anchors.length-1]?.row??0);return t[0]=Math.max(t[0]+5,gd),t[1]=Math.max(t[1]+5,pd),t}(o),i=o.sheetViews[0],n=BD(o,"ROW",s[1]),r=BD(o,"COL",s[0]);return{id:o.sheetName,areGridLinesVisible:!i||i.showGridLines,name:o.sheetName,colNumber:s[0],rowNumber:s[1],...HD(o,e,s,t),merges:o.merges,cols:VD(o,s[0],r),rows:UD(o,s[1],n),conditionalFormats:JA(o.cfs,e.dxfs,t),dataValidationRules:RD(o.dataValidations,t),figures:CD(o),isVisible:o.isVisible,panes:i?{xSplit:i.pane.xSplit,ySplit:i.pane.ySplit}:{xSplit:0,ySplit:0},tables:[],headerGroups:{COL:r,ROW:n},color:$A(o.sheetProperties?.tabColor)}}))}function VD(e,t,o){const s={};for(let n=1;n<t+1;n++){const t=e.cols.find((e=>e.min<=n&&n<=e.max));let r;r=t&&t.width?t.width:e.sheetFormat?.defaultColWidth?e.sheetFormat.defaultColWidth:dd;const a=n-1,l=o.some((e=>e.isFolded&&e.start<=a&&a<=e.end));s[a]={size:(i=r,i?Math.round(i/hd*100)/100:i),isHidden:!l&&t?.hidden}}var i;return s}function UD(e,t,o){const s={};for(let n=1;n<t+1;n++){const t=e.rows.find((e=>e.index===n));let r;r=t&&t.height?t.height:e.sheetFormat?.defaultRowHeight?e.sheetFormat.defaultRowHeight:ud;const a=n-1,l=o.some((e=>e.isFolded&&e.start<=a&&a<=e.end));s[a]={size:(i=r,i?Math.round(i/cd*100)/100:i),isHidden:!l&&t?.hidden}}var i;return s}function HD(e,t,o,s){const i={},n={},r={},a={},l=t.sharedStrings.map(Xt);const c=e.hyperlinks.reduce(((e,t)=>(e[t.xc]=t,e)),{});for(const o of e.rows)for(const e of o.cells)i[e.xc]=zD(e,c,l,s),e.styleIndex&&(n[e.xc]=e.styleIndex+1,r[e.xc]=t.styles[e.styleIndex].numFmtId+1,a[e.xc]=t.styles[e.styleIndex].borderId+1);for(const s of e.rows.filter((e=>e.styleIndex)))for(let e=1;e<=o[0];e++){const o=_o(e-1,s.index-1);n[o]??=s.styleIndex+1,a[o]??=t.styles[s.styleIndex].borderId+1,r[o]??=t.styles[s.styleIndex].numFmtId+1}for(const s of e.cols.filter((e=>e.styleIndex)))for(let e=s.min;e<=Math.min(s.max,o[0]);e++)for(let i=1;i<=o[1];i++){const o=_o(e-1,i-1);n[o]??=s.styleIndex+1,a[o]??=t.styles[s.styleIndex].borderId+1,r[o]??=t.styles[s.styleIndex].numFmtId+1}return{cells:i,styles:n,formats:r,borders:a}}function zD(e,t,o,s){let i;switch(e.type){case"sharedString":i=o[parseInt(e.value,10)];break;case"boolean":i=Number(e.value)?"TRUE":"FALSE";break;case"date":case"error":case"inlineStr":case"number":case"str":i=e.value}return i&&t[e.xc]&&(i=function(e,t,o){const s=e.display||t;e.relTarget||e.location||o.generateNotSupportedWarning(mA.BadlyFormattedHyperlink);const i=e.relTarget?e.relTarget:Ot(Ta(e.location).sheetName);return At(s,i)}(t[e.xc],i,s)),e.formula&&(i=e.formula.content),i}function BD(e,t,o){const s=e?.sheetProperties?.outlinePr,i=[];let n=0;for(let r=0;r<o;r++){const o=GD(e,t,r),a=o?.outlineLevel||0;if(a>n){const o=$D(e,t,r,("ROW"===t?s?.summaryBelow:s?.summaryRight)??!0);o&&i.push(o)}n=a}return i}function $D(e,t,o,s){const i=GD(e,t,o),n=i?.outlineLevel;if(!n||!n)return;let r=n,a=o,l=i;for(;l&&r>=n;)a++,l=GD(e,t,a),r=l?.outlineLevel||0;const c=o,h=a-1,d=GD(e,t,s?h+1:c-1);return{start:c-1,end:h-1,isFolded:d?.collapsed||!1}}function GD(e,t,o){return"COL"===t?e.cols.find((e=>e.min<=o&&o<=e.max)):e.rows.find((e=>e.index===o))}function WD(e,t){for(const o of t.sheets){const t=e.sheets.find((e=>e.name===o.sheetName));if(t){t.tables||(t.tables=[]);for(const e of o.tables)t.tables.push({range:e.ref,config:qD(e)});for(const e of o.pivotTables)t.tables.push({range:e.location.ref,config:ZD(e)})}}!function(e,t){let o=null;for(const s of e){const i=t.find((e=>Ma(e.sheetName,s.name))).tables;if(i&&0!==i.length){o||(o=jD(e));for(const t of i)for(const i in o){const n=e.find((e=>e.id===i));for(const e in o[i]){for(let r=o[i][e].length-3;r>=0;r-=2){const a=o[i][e][r];if(!a.endsWith(t.name))continue;const l=o[i][e][r+1],c=YD(s.id===n.id?"":s.name+"!",l,t,e);o[i][e][r+2]=a.slice(0,a.indexOf(t.name))+c+o[i][e][r+2],o[i][e].splice(r,2)}}}}}if(!o)return;for(const t in o){const s=e.find((e=>e.id===t));for(const e in o[t]){const i=o[t][e];if(1===i.length){s.cells[e]=i[0];continue}let n="";for(let e=0;e<i.length;e+=2)n+=i[e]+"["+i[e+1]+"]";n+=i[i.length-1],s.cells[e]=n}}}(e.sheets,t.sheets)}function qD(e){const t=e.style?.name||"";return{hasFilters:void 0!==e.autoFilter,numberOfHeaders:e.headerRowCount,totalRow:e.totalsRowCount>0,firstColumn:e.style?.showFirstColumn||!1,lastColumn:e.style?.showLastColumn||!1,bandedRows:e.style?.showRowStripes||!1,bandedColumns:e.style?.showColumnStripes||!1,styleId:qT[t]?t:_T.styleId}}function ZD(e){return{hasFilters:!1,numberOfHeaders:e.location.firstDataRow,totalRow:e.rowGrandTotals,firstColumn:!0,lastColumn:e.style?.showLastColumn||!1,bandedRows:e.style?.showRowStripes||!1,bandedColumns:e.style?.showColStripes||!1,styleId:_T.styleId}}function jD(e){const t={};for(const o of e)for(const e in o.cells){const s=o.cells[e];if(!s||!s.startsWith("="))continue;const i=s.indexOf("[");if(-1===i)continue;const n=[];let r=s.slice(0,i),a="",l=1,c=0,h=i;for(let e=i+1;e<s.length;e++)"["!==s[e]?"]"===s[e]&&(l--,0===l&&(a=s.slice(h+1,e),n.push(r),n.push(a),c=e+1)):(0===l&&(r=s.slice(c,e),h=e),l++);n.length&&(t[o.id]||(t[o.id]={}),n.push(s.slice(c)),t[o.id][e]=[...n])}return t}function YD(e,t,o,s){const i=t.split(",").map((e=>e.trim())),n=Ho(o.ref),r=[],a=[],l=[];for(const e of i)if(XD(e).startsWith("#")){const t=XD(e);switch(l.push(t),t){case"#All":a.push(n.top,n.bottom);break;case"#Data":const e=o.headerRowCount?n.top+o.headerRowCount:n.top,t=o.totalsRowCount?n.bottom-o.totalsRowCount:n.bottom;a.push(e,t);break;case"#This Row":a.push(Do(s).row);break;case"#Headers":if(!o.headerRowCount)return sn.InvalidReference;a.push(n.top);break;case"#Totals":if(!o.totalsRowCount)return sn.InvalidReference;a.push(n.bottom)}}else{const t=e.split(":").map((e=>e.trim())).map(XD);if(r.length)return sn.InvalidReference;const s=o.cols.findIndex((e=>e.name===t[0]));if(-1===s)return sn.InvalidReference;if(r.push(s+n.left),t[1]){const e=o.cols.findIndex((e=>e.name===t[1]));if(-1===e)return sn.InvalidReference;r.push(e+n.left)}}if(!function(e){if(e.length<2)return!0;if(e.length>2)return!1;if(e.includes("#Data")&&e.includes("#Totals"))return!0;if(e.includes("#Headers")&&e.includes("#Data"))return!0;return!1}(l))return sn.InvalidReference;if(0===a.length){const e=o.headerRowCount?n.top+o.headerRowCount:n.top,t=o.totalsRowCount?n.bottom-o.totalsRowCount:n.bottom;a.push(e,t)}0===r.length&&r.push(n.left,n.right);return e+Go({top:Math.min(...a),left:Math.min(...r),bottom:Math.max(...a),right:Math.max(...r)})}function XD(e){return e.startsWith("[")&&e.endsWith("]")?e.slice(1,e.length-1):e}class KD{value;constructor(e){this.value=e}asString(){return uA(String(this.value))}asBool(){return"true"===this.value||"false"!==this.value&&Boolean(Number(this.value))}asNum(){return Number(this.value)}}class JD{rootFile;xlsxFileStructure;warningManager;relationships;currentFile=void 0;constructor(e,t,o){this.rootFile=e,this.currentFile=e.file.fileName,this.xlsxFileStructure=t,this.warningManager=o,this.relationships={},e.rels&&this.extractRelationships(e.rels).map((e=>{this.relationships[e.id]=e}))}extractRelationships(e){return this.mapOnElements({parent:e.xml,query:"Relationship"},(e=>({id:this.extractAttr(e,"Id",{required:!0}).asString(),target:this.extractAttr(e,"Target",{required:!0}).asString(),type:this.extractAttr(e,"Type",{required:!0}).asString()})))}getListOfXMLFiles(){return Object.entries(this.xlsxFileStructure).filter((([e])=>"images"!==e)).map((([e,t])=>t)).flat().filter(Mt)}mapOnElements(e,t){const o=[],s=this.currentFile;let i;if(e.children){const t=this.querySelector(e.parent,e.query)?.children;i=t||[]}else i=this.querySelectorAll(e.parent,e.query);if(i)for(const e of i)try{o.push(t(e))}catch(t){this.catchErrorOnElement(t,e)}return this.currentFile=s,o}catchErrorOnElement(e,t){const o=t?`Error when parsing an element <${t.tagName}> of file ${this.currentFile}, skip this element. \n${e.stack}`:`Error when parsing file ${this.currentFile}.`;this.warningManager.addParsingWarning([o,e.message].join("\n"))}extractAttr(e,t,o){const s=e.attributes[t];s||this.handleMissingValue(e,`attribute "${t}"`,o);const i=s?.value?s.value:o?.default;return void 0===i?void 0:new KD(i)}extractTextContent(e,t){if(void 0!==t?.default&&"string"!=typeof t.default)throw new Error("extractTextContent default value should be a string");const o="preserve"===e?.attributes["xml:space"]?.value;let s=e?.textContent;return e&&null!==s||this.handleMissingValue(e,"text content",t),s&&(s=o?s:s.trim()),s?uA(s):t?.default}extractChildAttr(e,t,o,s){let i;i="number"==typeof t?e.children[t]:this.querySelector(e,t),i||this.handleMissingValue(e,"number"==typeof t?`child at index ${t}`:`child <${t}>`,s);const n=i?this.extractAttr(i,o,s)?.asString():s?.default;return void 0!==n?new KD(n):void 0}extractChildTextContent(e,t,o){if(void 0!==o?.default&&"string"!=typeof o.default)throw new Error("extractTextContent default value should be a string");const s=this.querySelector(e,t);return s||this.handleMissingValue(e,`child <${t}>`,o),s?this.extractTextContent(s,o):o?.default}handleMissingValue(e,t,o){if(o?.required){if(void 0===o?.default)throw new Error(`Missing required ${t} in element <${e.tagName}> of ${this.currentFile}, and no default value was set`);this.warningManager.addParsingWarning(`Missing required ${t} in element <${e.tagName}> of ${this.currentFile}, replacing it by the default value ${o.default}`)}}extractColor(e,t,o){if(!e)return o?{rgb:o}:void 0;const s=this.extractAttr(e,"theme")?.asString();let i;if(void 0!==s){if(!t||!t.clrScheme)throw new Error("Color referencing a theme but no theme was provided");i=this.getThemeColor(s,t.clrScheme)}else i=this.extractAttr(e,"rgb")?.asString(),i="FF000000"===i?void 0:i;return{rgb:i||o,auto:this.extractAttr(e,"auto")?.asBool(),indexed:this.extractAttr(e,"indexed")?.asNum(),tint:this.extractAttr(e,"tint")?.asNum()}}getTargetXmlFile(e){if(!e)throw new Error("Undefined target file");const t=this.processRelationshipTargetName(e.target),o=this.getListOfXMLFiles().find((e=>e.file.fileName.endsWith(t)));if(!o||!o.file)throw new Error("Cannot find target file");return o}getTargetImageFile(e){if(!e)throw new Error("Undefined target file");const t=this.processRelationshipTargetName(e.target),o=this.xlsxFileStructure.images.find((e=>e.fileName.endsWith(t)));if(!o)throw new Error("Cannot find target file");return o}querySelector(e,t){const o=xE(t);return e.querySelector(o)}querySelectorAll(e,t){const o=xE(t);return e.querySelectorAll(o)}getThemeColor(e,t){switch(e){case"0":return"FFFFFF";case"1":return"000000";case"2":return t[3].value;case"3":return t[2].value;default:return t[e].value}}processRelationshipTargetName(e){return e.replace(/\.+\//,"")}}class QD extends JD{getTheme(){return{clrScheme:this.mapOnElements({query:"a:clrScheme",parent:this.rootFile.file.xml,children:!0},(e=>({name:e.tagName,value:this.extractChildAttr(e,0,"val",{required:!0,default:ed}).asString(),lastClr:this.extractChildAttr(e,0,"lastClr",{default:ed}).asString()})))}}getSharedStrings(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"si"},(e=>this.mapOnElements({parent:e,query:"t"},(e=>this.extractTextContent(e)||"")).join("")))}}class e_ extends JD{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}extractConditionalFormattings(){const e=this.mapOnElements({parent:this.rootFile.file.xml,query:"worksheet > conditionalFormatting"},(e=>({sqref:this.extractAttr(e,"sqref",{required:!0}).asString().split(" "),pivot:this.extractAttr(e,"pivot")?.asBool(),cfRules:this.extractCFRules(e,this.theme)})));return e.push(...this.mapOnElements({parent:this.rootFile.file.xml,query:"extLst x14:conditionalFormatting"},(e=>({sqref:this.extractChildTextContent(e,"xm:sqref",{required:!0}).split(" "),pivot:this.extractAttr(e,"xm:pivot")?.asBool(),cfRules:this.extractCFRules(e,this.theme)})))),e}extractCFRules(e,t){return this.mapOnElements({parent:e,query:"cfRule, x14:cfRule"},(e=>({type:this.extractAttr(e,"type",{required:!0}).asString(),priority:this.extractAttr(e,"priority",{required:!0}).asNum(),colorScale:this.extractCfColorScale(e,t),formula:this.extractCfFormula(e),iconSet:this.extractCfIconSet(e),dxfId:this.extractAttr(e,"dxfId")?.asNum(),stopIfTrue:this.extractAttr(e,"stopIfTrue")?.asBool(),aboveAverage:this.extractAttr(e,"aboveAverage")?.asBool(),percent:this.extractAttr(e,"percent")?.asBool(),bottom:this.extractAttr(e,"bottom")?.asBool(),operator:this.extractAttr(e,"operator")?.asString(),text:this.extractAttr(e,"text")?.asString(),timePeriod:this.extractAttr(e,"timePeriod")?.asString(),rank:this.extractAttr(e,"rank")?.asNum(),stdDev:this.extractAttr(e,"stdDev")?.asNum(),equalAverage:this.extractAttr(e,"equalAverage")?.asBool(),dataBar:this.extractCfDataBar(e,t)})))}extractCfFormula(e){return this.mapOnElements({parent:e,query:"formula"},(e=>this.extractTextContent(e,{required:!0})))}extractCfColorScale(e,t){const o=this.querySelector(e,"colorScale");if(o)return{colors:this.mapOnElements({parent:o,query:"color"},(e=>this.extractColor(e,t,"ffffff"))),cfvos:this.extractCFVos(o)}}extractCfDataBar(e,t){const o=this.querySelector(e,"dataBar");if(o)return{color:this.extractColor(o.querySelector("color"),t,"EFF7FF"),cfvos:this.extractCFVos(o)}}extractCfIconSet(e){const t=this.querySelector(e,"iconSet, x14:iconSet");if(t)return{iconSet:this.extractAttr(t,"iconSet",{default:"3TrafficLights1"}).asString(),showValue:this.extractAttr(t,"showValue",{default:!0}).asBool(),percent:this.extractAttr(t,"percent",{default:!0}).asBool(),reverse:this.extractAttr(t,"reverse")?.asBool(),custom:this.extractAttr(t,"custom")?.asBool(),cfvos:this.extractCFVos(t),cfIcons:this.extractCfIcons(t)}}extractCfIcons(e){const t=this.mapOnElements({parent:e,query:"cfIcon, x14:cfIcon"},(e=>({iconSet:this.extractAttr(e,"iconSet",{required:!0}).asString(),iconId:this.extractAttr(e,"iconId",{required:!0}).asNum()})));return 0===t.length?void 0:t}extractCFVos(e){return this.mapOnElements({parent:e,query:"cfvo, x14:cfvo"},(e=>({type:this.extractAttr(e,"type",{required:!0}).asString(),gte:this.extractAttr(e,"gte",{default:!0})?.asBool(),value:e.attributes.val?this.extractAttr(e,"val")?.asString():this.extractChildTextContent(e,"f, xm:f")})))}}class t_ extends JD{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}extractDataValidations(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"worksheet > dataValidations > dataValidation"},(e=>({type:this.extractAttr(e,"type",{required:!0}).asString(),operator:this.extractAttr(e,"operator",{default:"between"})?.asString(),sqref:this.extractAttr(e,"sqref",{required:!0}).asString().split(" "),errorStyle:this.extractAttr(e,"errorStyle")?.asString(),formula1:this.extractDataValidationFormula(e,1)[0],formula2:this.extractDataValidationFormula(e,2)[0],showErrorMessage:this.extractAttr(e,"showErrorMessage")?.asBool(),errorTitle:this.extractAttr(e,"errorTitle")?.asString(),error:this.extractAttr(e,"error")?.asString(),showInputMessage:this.extractAttr(e,"showInputMessage")?.asBool(),promptTitle:this.extractAttr(e,"promptTitle")?.asString(),prompt:this.extractAttr(e,"prompt")?.asString(),allowBlank:this.extractAttr(e,"allowBlank")?.asBool()})))}extractDataValidationFormula(e,t){return this.mapOnElements({parent:e,query:`formula${t}`},(e=>this.extractTextContent(e,{required:!0})))}}class o_ extends JD{extractChart(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"c:chartSpace"},(e=>{const t=this.getChartType(e);if(!PA[t])throw new Error(`Unsupported chart type ${t}`);if("combo"===PA[t])return this.extractComboChart(e);const o=this.mapOnElements({parent:e,query:"c:chart > c:title a:t"},(e=>e.textContent||"")).join(""),s=this.extractChildAttr(e,"c:grouping","val",{default:"clustered"}).asString(),i=this.extractChildAttr(e,"c:barDir","val",{default:"col"}).asString(),n=this.extractChildAttr(e,"c:holeSize","val",{default:"0"}).asNum();return{title:{text:o},type:PA[t],dataSets:this.extractChartDatasets(this.querySelectorAll(e,`c:${t}`),t),labelRange:this.extractLabelRange(t,e),backgroundColor:this.extractChildAttr(e,"c:chartSpace > c:spPr a:srgbClr","val",{default:"ffffff"}).asString(),legendPosition:OA[this.extractChildAttr(e,"c:legendPos","val",{default:"none"}).asString()],stacked:"stacked"===s,fontColor:"000000",horizontal:"bar"===i,isDoughnut:n>0,pieHolePercentage:n}}))[0]}extractLabelRange(e,t){return"scatterChart"===e?this.extractChildTextContent(t,"c:ser c:strRef c:f")||this.extractChildTextContent(t,"c:ser c:numRef c:f"):this.extractChildTextContent(t,"c:ser c:cat c:f")}extractComboChart(e){const t=this.mapOnElements({parent:e,query:"c:title a:t"},(e=>e.textContent||"")).join(""),o=this.extractChildAttr(e,"c:grouping","val",{default:"clustered"}).asString();return{title:{text:t},type:"combo",dataSets:[...this.extractChartDatasets(this.querySelectorAll(e,"c:barChart"),"comboChart"),...this.extractChartDatasets(this.querySelectorAll(e,"c:lineChart"),"comboChart")],labelRange:this.extractChildTextContent(e,"c:ser c:cat c:f"),backgroundColor:this.extractChildAttr(e,"c:chartSpace > c:spPr a:srgbClr","val",{default:"ffffff"}).asString(),legendPosition:OA[this.extractChildAttr(e,"c:legendPos","val",{default:"none"}).asString()],stacked:"stacked"===o,fontColor:"000000"}}extractChartDatasets(e,t){return Array.from(e).map((e=>"scatterChart"===t?this.extractScatterChartDatasets(e):this.mapOnElements({parent:e,query:"c:ser"},(e=>{let t={};const o=this.extractChildTextContent(e,"c:tx c:f");if(o)t={reference:o};else{const o=this.extractChildTextContent(e,"c:tx c:v");o&&(t={text:o})}const s=this.querySelectorAll(e,"c:spPr a:solidFill"),i=s.length?this.querySelector(s[0],"a:srgbClr"):void 0,n=i?i.getAttribute("val"):void 0;return{label:t,range:this.extractChildTextContent(e,"c:val c:f",{required:!0}),backgroundColor:n&&Fs(n)?`${_s(n)}`:void 0,trend:this.extractChartTrendline(e)}})))).flat()}extractChartTrendline(e){const t=this.querySelector(e,"c:trendline");if(!t)return;const o=this.extractChildAttr(t,"c:trendlineType","val"),s=this.extractChildAttr(t,"a:solidFill a:srgbClr","val");return{type:o?o.asString():void 0,order:this.extractChildAttr(t,"c:order","val")?.asNum(),window:this.extractChildAttr(t,"c:period","val")?.asNum(),color:s&&Fs(s.asString())?`${_s(s.asString())}`:void 0}}extractScatterChartDatasets(e){return this.mapOnElements({parent:e,query:"c:ser"},(e=>{let t={};const o=this.querySelectorAll(e,"c:spPr a:solidFill a:srgbClr"),s=o.length?o[0].getAttribute("val"):void 0,i=this.extractChildTextContent(e,"c:tx c:f");if(i)t={reference:i};else{const o=this.extractChildTextContent(e,"c:tx c:v");o&&(t={text:o})}return{label:t,range:this.extractChildTextContent(e,"c:yVal c:f",{required:!0}),trend:this.extractChartTrendline(e),backgroundColor:s&&Fs(s)?`${_s(s)}`:void 0}}))}getChartType(e){const t=this.querySelector(e,"c:plotArea");if(!t)throw new Error("Missing plot area in the chart definition.");let o;for(const e of t.children){const t=wE(e.tagName);pE.some((e=>e===t))&&(o?o!==t&&(o="comboChart"):o=t)}if(o)return o;throw new Error("Unknown chart type")}}const s_="oneCellAnchor",i_="twoCellAnchor";class n_ extends JD{extractFigures(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"xdr:wsDr",children:!0},(e=>{const t=wE(e.tagName),o=this.extractFigureAnchorsByType(e,t),s=this.querySelector(e,"c:chart"),i=this.querySelector(e,"a:blip");if(!s&&!i)throw new Error("Only chart and image figures are currently supported.");return{anchors:o,data:s?this.extractChart(s):this.extractImage(e),figureSize:t===s_?this.extractFigureSizeFromSizeTag(e,"xdr:ext"):void 0}}))}extractFigureAnchorsByType(e,t){switch(t){case s_:return[this.extractFigureAnchor("xdr:from",e)];case i_:return[this.extractFigureAnchor("xdr:from",e),this.extractFigureAnchor("xdr:to",e)];default:throw new Error(`${t} is not supported for xlsx drawings. `)}}extractFigureSizeFromSizeTag(e,t){const o=this.querySelector(e,t);if(!o)throw new Error(`Missing size element '${t}'`);return{cx:this.extractAttr(o,"cx",{required:!0}).asNum(),cy:this.extractAttr(o,"cy",{required:!0}).asNum()}}extractFigureAnchor(e,t){const o=this.querySelector(t,e);if(!o)throw new Error(`Missing anchor element ${e}`);return{col:Number(this.extractChildTextContent(o,"xdr:col",{required:!0})),colOffset:Number(this.extractChildTextContent(o,"xdr:colOff",{required:!0})),row:Number(this.extractChildTextContent(o,"xdr:row",{required:!0})),rowOffset:Number(this.extractChildTextContent(o,"xdr:rowOff",{required:!0}))}}extractChart(e){const t=this.extractAttr(e,"r:id",{required:!0}).asString(),o=this.getTargetXmlFile(this.relationships[t]),s=new o_(o,this.xlsxFileStructure,this.warningManager).extractChart();if(!s)throw new Error("Unable to extract chart definition");return s}extractImage(e){const t=this.querySelector(e,"a:blip"),o=this.extractAttr(t,"r:embed",{required:!0}).asString(),s=this.getTargetImageFile(this.relationships[o]);if(!s)throw new Error("Unable to extract image");const i=s.fileName.split(".").at(-1),n=wE(e.tagName),r=n===i_?this.querySelector(e,"a:xfrm"):e,a=n===i_?"a:ext":"xdr:ext",l=this.extractFigureSizeFromSizeTag(r,a);return{imageSrc:s.imageSrc,mimetype:i?HA[i]:void 0,size:l}}}class r_ extends JD{getPivotTable(){return this.mapOnElements({query:":root",parent:this.rootFile.file.xml},(e=>({name:this.extractAttr(e,"name",{required:!0}).asString(),rowGrandTotals:this.extractAttr(e,"rowGrandTotals",{default:!0}).asBool(),location:this.extractPivotLocation(e),style:this.extractPivotStyleInfo(e)})))[0]}extractPivotLocation(e){return this.mapOnElements({query:"location",parent:e},(e=>({ref:this.extractAttr(e,"ref",{required:!0}).asString(),firstHeaderRow:this.extractAttr(e,"firstHeaderRow",{required:!0}).asNum(),firstDataRow:this.extractAttr(e,"firstDataRow",{required:!0}).asNum(),firstDataCol:this.extractAttr(e,"firstDataCol",{required:!0}).asNum()})))[0]}extractPivotStyleInfo(e){return this.mapOnElements({query:"pivotTableStyleInfo",parent:e},(e=>({name:this.extractAttr(e,"name",{required:!0}).asString(),showRowHeaders:this.extractAttr(e,"showRowHeaders",{required:!0}).asBool(),showColHeaders:this.extractAttr(e,"showColHeaders",{required:!0}).asBool(),showRowStripes:this.extractAttr(e,"showRowStripes",{required:!0}).asBool(),showColStripes:this.extractAttr(e,"showColStripes",{required:!0}).asBool(),showLastColumn:this.extractAttr(e,"showLastColumn")?.asBool()})))[0]}}class a_ extends JD{getTable(){return this.mapOnElements({query:"table",parent:this.rootFile.file.xml},(e=>({displayName:this.extractAttr(e,"displayName",{required:!0}).asString(),name:this.extractAttr(e,"name")?.asString(),id:this.extractAttr(e,"id",{required:!0}).asString(),ref:this.extractAttr(e,"ref",{required:!0}).asString(),headerRowCount:this.extractAttr(e,"headerRowCount",{default:1}).asNum(),totalsRowCount:this.extractAttr(e,"totalsRowCount",{default:0}).asNum(),cols:this.extractTableCols(e),style:this.extractTableStyleInfo(e),autoFilter:this.extractTableAutoFilter(e)})))[0]}extractTableCols(e){return this.mapOnElements({query:"tableColumn",parent:e},(e=>({id:this.extractAttr(e,"id",{required:!0}).asString(),name:this.extractAttr(e,"name",{required:!0}).asString(),colFormula:this.extractChildTextContent(e,"calculatedColumnFormula")})))}extractTableStyleInfo(e){return this.mapOnElements({query:"tableStyleInfo",parent:e},(e=>({name:this.extractAttr(e,"name")?.asString(),showFirstColumn:this.extractAttr(e,"showFirstColumn")?.asBool(),showLastColumn:this.extractAttr(e,"showLastColumn")?.asBool(),showRowStripes:this.extractAttr(e,"showRowStripes")?.asBool(),showColumnStripes:this.extractAttr(e,"showColumnStripes")?.asBool()})))[0]}extractTableAutoFilter(e){return this.mapOnElements({query:"autoFilter",parent:e},(e=>({columns:this.extractFilterColumns(e),zone:this.extractAttr(e,"ref",{required:!0}).asString()})))[0]}extractFilterColumns(e){return this.mapOnElements({query:"tableColumn",parent:e},(t=>({colId:this.extractAttr(e,"colId",{required:!0}).asNum(),hiddenButton:this.extractAttr(e,"hiddenButton",{default:!1}).asBool(),filters:this.extractSimpleFilter(t)})))}extractSimpleFilter(e){return this.mapOnElements({query:"filter",parent:e},(e=>({val:this.extractAttr(e,"val",{required:!0}).asString()})))}}class l_ extends JD{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}getSheet(){return this.mapOnElements({query:"worksheet",parent:this.rootFile.file.xml},(e=>{const t=this.getSheetWorkbookInfo();return{sheetName:this.extractSheetName(),sheetViews:this.extractSheetViews(e),sheetFormat:this.extractSheetFormat(e),sheetProperties:this.extractSheetProperties(e),cols:this.extractCols(e),rows:this.extractRows(e),sharedFormulas:this.extractSharedFormulas(e),merges:this.extractMerges(e),cfs:this.extractConditionalFormats(),dataValidations:this.extractDataValidations(),figures:this.extractFigures(e),hyperlinks:this.extractHyperLinks(e),tables:this.extractTables(e),pivotTables:this.extractPivotTables(),isVisible:"visible"===t.state}}))[0]}extractSheetViews(e){return this.mapOnElements({parent:e,query:"sheetView"},(e=>{const t=this.querySelector(e,"pane");return{tabSelected:this.extractAttr(e,"tabSelected",{default:!1}).asBool(),showFormulas:this.extractAttr(e,"showFormulas",{default:!1}).asBool(),showGridLines:this.extractAttr(e,"showGridLines",{default:!0}).asBool(),showRowColHeaders:this.extractAttr(e,"showRowColHeaders",{default:!0}).asBool(),pane:{xSplit:t?this.extractAttr(t,"xSplit",{default:0}).asNum():0,ySplit:t?this.extractAttr(t,"ySplit",{default:0}).asNum():0}}}))}extractSheetName(){const e=hA(this.xlsxFileStructure.workbook.file.fileName,this.rootFile.file.fileName),t=this.extractRelationships(this.xlsxFileStructure.workbook.rels).find((t=>t.target===e)).id;for(const e of this.querySelectorAll(this.xlsxFileStructure.workbook.file.xml,"sheet"))if(e.attributes["r:id"].value===t)return e.attributes.name.value;throw new Error("Missing sheet name")}getSheetWorkbookInfo(){const e=hA(this.xlsxFileStructure.workbook.file.fileName,this.rootFile.file.fileName),t=this.extractRelationships(this.xlsxFileStructure.workbook.rels).find((t=>t.target===e)).id,o=this.mapOnElements({parent:this.xlsxFileStructure.workbook.file.xml,query:"sheet"},(e=>({relationshipId:this.extractAttr(e,"r:id",{required:!0}).asString(),sheetId:this.extractAttr(e,"sheetId",{required:!0}).asString(),sheetName:this.extractAttr(e,"name",{required:!0}).asString(),state:this.extractAttr(e,"state",{default:"visible"}).asString()}))).find((e=>e.relationshipId===t));if(!o)throw new Error("Cannot find corresponding workbook sheet");return o}extractConditionalFormats(){return new e_(this.rootFile,this.xlsxFileStructure,this.warningManager,this.theme).extractConditionalFormattings()}extractDataValidations(){return new t_(this.rootFile,this.xlsxFileStructure,this.warningManager,this.theme).extractDataValidations()}extractFigures(e){return this.mapOnElements({parent:e,query:"drawing"},(e=>{const t=this.extractAttr(e,"r:id",{required:!0})?.asString(),o=this.getTargetXmlFile(this.relationships[t]);return new n_(o,this.xlsxFileStructure,this.warningManager).extractFigures()}))[0]||[]}extractTables(e){return this.mapOnElements({query:"tablePart",parent:e},(e=>{const t=this.extractAttr(e,"r:id",{required:!0})?.asString(),o=this.getTargetXmlFile(this.relationships[t]);return new a_(o,this.xlsxFileStructure,this.warningManager).getTable()}))}extractPivotTables(){try{return Object.values(this.relationships).filter((e=>e.type.endsWith("pivotTable"))).map((e=>{const t=this.getTargetXmlFile(e);return new r_(t,this.xlsxFileStructure,this.warningManager).getPivotTable()}))}catch(e){return this.catchErrorOnElement(e),[]}}extractMerges(e){return this.mapOnElements({parent:e,query:"mergeCell"},(e=>this.extractAttr(e,"ref",{required:!0}).asString()))}extractSheetFormat(e){const t=this.querySelector(e,"sheetFormatPr");if(t)return{defaultColWidth:this.extractAttr(t,"defaultColWidth",{default:dd.toString()}).asNum(),defaultRowHeight:this.extractAttr(t,"defaultRowHeight",{default:ud.toString()}).asNum()}}extractSheetProperties(e){const t=this.querySelector(e,"sheetPr");if(t)return{outlinePr:this.extractSheetOutlineProperties(t),tabColor:this.extractColor(this.querySelector(t,"tabColor"),this.theme)}}extractSheetOutlineProperties(e){const t=this.querySelector(e,"outlinePr");if(t)return{summaryBelow:this.extractAttr(t,"summaryBelow",{default:!0}).asBool(),summaryRight:this.extractAttr(t,"summaryRight",{default:!0}).asBool()}}extractCols(e){return this.mapOnElements({parent:e,query:"cols col"},(e=>({width:this.extractAttr(e,"width")?.asNum(),customWidth:this.extractAttr(e,"customWidth")?.asBool(),bestFit:this.extractAttr(e,"bestFit")?.asBool(),hidden:this.extractAttr(e,"hidden")?.asBool(),min:this.extractAttr(e,"min",{required:!0})?.asNum(),max:this.extractAttr(e,"max",{required:!0})?.asNum(),styleIndex:this.extractAttr(e,"style")?.asNum(),outlineLevel:this.extractAttr(e,"outlineLevel")?.asNum(),collapsed:this.extractAttr(e,"collapsed")?.asBool()})))}extractRows(e){const t=new Set;return this.mapOnElements({parent:e,query:"sheetData row"},(e=>({index:this.extractAttr(e,"r",{required:!0})?.asNum(),cells:this.extractCells(e,t),height:this.extractAttr(e,"ht")?.asNum(),customHeight:this.extractAttr(e,"customHeight")?.asBool(),hidden:this.extractAttr(e,"hidden")?.asBool(),styleIndex:this.extractAttr(e,"s")?.asNum(),outlineLevel:this.extractAttr(e,"outlineLevel")?.asNum(),collapsed:this.extractAttr(e,"collapsed")?.asBool()})))}extractCells(e,t){return this.mapOnElements({parent:e,query:"c"},(e=>{const o=this.extractAttr(e,"r",{required:!0})?.asString(),s=this.extractCellFormula(e);if(s?.ref&&void 0===s.sharedIndex){const e=Ho(s.ref);for(const{col:s,row:i}of is(e)){const e=_o(s,i);e!==o&&t.add(e)}}const i=t.has(o);return{xc:o,styleIndex:this.extractAttr(e,"s")?.asNum(),type:wA[this.extractAttr(e,"t",{default:"n"})?.asString()],value:i?void 0:this.extractChildTextContent(e,"v")??void 0,formula:i?void 0:s}}))}extractCellFormula(e){const t=this.querySelector(e,"f");if(!t)return;const o=this.extractTextContent(t),s=this.extractAttr(t,"si")?.asNum(),i=this.extractAttr(t,"ref")?.asString();return void 0!==o&&""!==o.trim()||void 0!==s?{content:o,sharedIndex:s,ref:i}:void 0}extractHyperLinks(e){return this.mapOnElements({parent:e,query:"hyperlink"},(e=>{const t=this.extractAttr(e,"r:id")?.asString();return{xc:this.extractAttr(e,"ref",{required:!0})?.asString(),location:this.extractAttr(e,"location")?.asString(),display:this.extractAttr(e,"display")?.asString(),relTarget:t?this.relationships[t].target:void 0}}))}extractSharedFormulas(e){const t=this.querySelectorAll(e,"f[si][ref]"),o={};for(const e of t){const t=this.extractAttr(e,"si",{required:!0}).asNum(),s=this.extractTextContent(e,{required:!0});o[t]=s}const s=[];for(let e=0;e<Object.keys(o).length;e++)o[e]?s.push(o[e]):(this.warningManager.addParsingWarning(`Missing shared formula ${e}, replacing it by empty formula`),s.push(""));return s}}class c_ extends JD{theme;constructor(e,t,o){super(e.styles,e,t),this.theme=o}getNumFormats(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"numFmt"},(e=>this.extractNumFormats(e)))}extractNumFormats(e){return{id:this.extractAttr(e,"numFmtId",{required:!0}).asNum(),format:this.extractAttr(e,"formatCode",{required:!0,default:""}).asString()}}getFonts(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"font"},(e=>this.extractFont(e)))}extractFont(e){const t=this.extractChildAttr(e,"name","val",{default:"Arial"}).asString(),o=this.extractChildAttr(e,"sz","val",{default:ke.toString()}).asNum(),s=this.extractColor(this.querySelector(e,"color"),this.theme),i=this.querySelector(e,"i")||void 0,n=i&&"0"!==i.attributes.val?.value,r=this.querySelector(e,"b")||void 0,a=r&&"0"!==r.attributes.val?.value,l=this.querySelector(e,"strike")||void 0,c=l&&"0"!==l.attributes.val?.value,h=this.querySelector(e,"u")||void 0;return{name:t,size:o,color:s,italic:n,bold:a,underline:h&&"none"!==h.attributes.val?.value,strike:c}}getFills(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"fill"},(e=>this.extractFill(e)))}extractFill(e){const t=e.children[0];return"patternFill"===t.tagName?{patternType:t.attributes.patternType?.value,bgColor:this.extractColor(this.querySelector(t,"bgColor"),this.theme),fgColor:this.extractColor(this.querySelector(t,"fgColor"),this.theme)}:{patternType:"solid",fgColor:this.extractColor(this.querySelectorAll(t,"color")[1],this.theme)}}getBorders(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"border"},(e=>this.extractBorder(e)))}extractBorder(e){const t={left:this.extractSingleBorder(e,"left",this.theme),right:this.extractSingleBorder(e,"right",this.theme),top:this.extractSingleBorder(e,"top",this.theme),bottom:this.extractSingleBorder(e,"bottom",this.theme),diagonal:this.extractSingleBorder(e,"diagonal",this.theme)};return t.diagonal&&(t.diagonalUp=this.extractAttr(e,"diagonalUp")?.asBool(),t.diagonalDown=this.extractAttr(e,"diagonalDown")?.asBool()),t}extractSingleBorder(e,t,o){const s=this.querySelector(e,t);if(s&&s.attributes.style)return{style:this.extractAttr(s,"style",{required:!0,default:"thin"}).asString(),color:this.extractColor(s.children[0],o,"000000")}}extractAlignment(e){return{horizontal:this.extractAttr(e,"horizontal",{default:"general"}).asString(),vertical:this.extractAttr(e,"vertical",{default:"bottom"}).asString(),textRotation:this.extractAttr(e,"textRotation")?.asNum(),wrapText:this.extractAttr(e,"wrapText")?.asBool(),indent:this.extractAttr(e,"indent")?.asNum(),relativeIndent:this.extractAttr(e,"relativeIndent")?.asNum(),justifyLastLine:this.extractAttr(e,"justifyLastLine")?.asBool(),shrinkToFit:this.extractAttr(e,"shrinkToFit")?.asBool(),readingOrder:this.extractAttr(e,"readingOrder")?.asNum()}}getDxfs(){return this.mapOnElements({query:"dxf",parent:this.rootFile.file.xml},(e=>{const t=this.querySelector(e,"font"),o=this.querySelector(e,"fill"),s=this.querySelector(e,"border"),i=this.querySelector(e,"numFmt"),n=this.querySelector(e,"alignment");return{font:t?this.extractFont(t):void 0,fill:o?this.extractFill(o):void 0,numFmt:i?this.extractNumFormats(i):void 0,alignment:n?this.extractAlignment(n):void 0,border:s?this.extractBorder(s):void 0}}))}getStyles(){return this.mapOnElements({query:"cellXfs xf",parent:this.rootFile.file.xml},(e=>{const t=this.querySelector(e,"alignment");return{fontId:this.extractAttr(e,"fontId",{required:!0,default:0}).asNum(),fillId:this.extractAttr(e,"fillId",{required:!0,default:0}).asNum(),borderId:this.extractAttr(e,"borderId",{required:!0,default:0}).asNum(),numFmtId:this.extractAttr(e,"numFmtId",{required:!0,default:0}).asNum(),alignment:t?this.extractAlignment(t):void 0}}))}}class h_ extends JD{getExternalBook(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"externalBook"},(e=>({rId:this.extractAttr(e,"r:id",{required:!0}).asString(),sheetNames:this.mapOnElements({parent:e,query:"sheetName"},(e=>this.extractAttr(e,"val",{required:!0}).asString())),datasets:this.extractExternalSheetData(e)})))[0]}extractExternalSheetData(e){return this.mapOnElements({parent:e,query:"sheetData"},(e=>{const t=this.mapOnElements({parent:e,query:"cell"},(e=>({xc:this.extractAttr(e,"r",{required:!0}).asString(),value:this.extractChildTextContent(e,"v",{required:!0})}))),o={};for(const e of t)o[e.xc]=e.value;return{sheetId:this.extractAttr(e,"sheetId",{required:!0}).asNum(),data:o}}))}}function d_(e,t){const o=function(e,t){const o=t[Sd],s=o.querySelectorAll(`Override[ContentType="${e}"]`),i=[];for(const e of s){const t=e?.attributes.PartName.value;i.push(t.substring(1))}return i}(e,t);return function(e,t){const o=[];for(const s of e){const e=u_(s,t);o.push({file:{fileName:s,xml:t[s]},rels:e?{fileName:e,xml:t[e]}:void 0})}return o}(o,t)}function u_(e,t){if(e===Sd)return"_rels/.rels";let o="";const s=e.split("/");for(let e=0;e<s.length-1;e++)o+=s[e]+"/";return o+="_rels/",o+=s[s.length-1]+".rels",t[o]||(o=void 0),o}class g_{warningManager;xmls;images;constructor(e){this.warningManager=new fA,this.xmls={},this.images=[];for(const t of Object.keys(e))if(t.endsWith(".xml")||t.endsWith(".rels")){const o=e[t].replaceAll(/(<\/?)([a-zA-Z0-9]+):([a-zA-Z0-9]+)/g,"$1NAMESPACE$2NAMESPACE$3");this.xmls[t]=bE(new gE(o))}else t.includes("media/image")&&this.images.push({fileName:t,imageSrc:e[t].imageSrc})}convertXlsx(){const e=this.getXlsxData();return this.convertImportedData(e)}getXlsxData(){const e=this.buildXlsxFileStructure(),t=e.theme?new QD(e.theme,e,this.warningManager).getTheme():void 0,o=e.sharedStrings?new QD(e.sharedStrings,e,this.warningManager).getSharedStrings():[],s=e.sheets.sort(((e,t)=>e.file.fileName.localeCompare(t.file.fileName,void 0,{numeric:!0}))).map((o=>new l_(o,e,this.warningManager,t).getSheet())),i=e.externalLinks.map((t=>new h_(t,e,this.warningManager).getExternalBook())),n=new c_(e,this.warningManager,t);return{fonts:n.getFonts(),fills:n.getFills(),borders:n.getBorders(),dxfs:n.getDxfs(),numFmts:n.getNumFormats(),styles:n.getStyles(),sheets:s,sharedStrings:o,externalBooks:i,chartIds:[],imageIds:[]}}buildXlsxFileStructure(){const e={sheets:d_(nd.sheet,this.xmls),workbook:d_(nd.workbook,this.xmls)[0]||d_(nd.macroEnabledWorkbook,this.xmls)[0]||d_(nd.templateWorkbook,this.xmls)[0]||d_(nd.macroEnabledTemplateWorkbook,this.xmls)[0]||d_(nd.excelAddInWorkbook,this.xmls)[0],styles:d_(nd.styles,this.xmls)[0],sharedStrings:d_(nd.sharedStrings,this.xmls)[0],theme:d_(nd.themes,this.xmls)[0],charts:d_(nd.chart,this.xmls),figures:d_(nd.drawing,this.xmls),tables:d_(nd.table,this.xmls),pivots:d_(nd.pivot,this.xmls),externalLinks:d_(nd.externalLink,this.xmls),images:this.images};if(!e.workbook.rels)throw Error(ui("Cannot find workbook relations file"));return e}convertImportedData(e){const t={version:"18.4.2",sheets:LD(e,this.warningManager),styles:YA(e,this.warningManager),formats:KA(e,this.warningManager),borders:ZA(e,this.warningManager),revisionId:He};return WD(t,e),Object.keys(e.styles).map((t=>{e.styles[t]=Wt(e.styles[t])})),t}}function p_(e){const t=Lv(e),o=[];return{text:"".concat(...t.map((e=>{if("REFERENCE"===e.type&&fa.test(e.value)){const t=e.value.trim();return o.includes(t)||o.push(t),`${Je}${o.indexOf(t)}${Je}`}return e.value}))),dependencies:o}}const m_={am_ET:7,ar_001:6,ar_SY:6,az_AZ:1,eu_ES:1,be_BY:1,bn_IN:1,bs_BA:1,bg_BG:1,ca_ES:1,zh_CN:7,zh_HK:7,zh_TW:7,hr_HR:1,cs_CZ:1,da_DK:1,nl_BE:1,nl_NL:1,en_AU:7,en_CA:7,en_GB:1,en_IN:7,en_NZ:7,et_EE:1,fi_FI:1,fr_BE:1,fr_CA:7,fr_CH:1,fr_FR:1,gl_ES:1,ka_GE:1,de_DE:1,de_CH:1,el_GR:1,gu_IN:7,he_IL:7,hi_IN:7,hu_HU:1,id_ID:7,it_IT:1,ja_JP:7,kab_DZ:6,km_KH:7,ko_KP:1,ko_KR:7,lo_LA:7,lv_LV:1,lt_LT:1,lb_LU:1,mk_MK:1,ml_IN:1,mn_MN:7,ms_MY:1,nb_NO:1,fa_IR:6,pl_PL:1,pt_AO:1,pt_BR:7,pt_PT:1,ro_RO:1,ru_RU:1,sr_RS:7,"sr@latin":7,sk_SK:1,sl_SI:1,es_AR:7,es_BO:1,es_CL:1,es_CO:7,es_CR:1,es_DO:1,es_EC:1,es_GT:7,es_MX:7,es_PA:7,es_PE:7,es_PY:7,es_UY:1,es_VE:7,sw:1,sv_SE:1,th_TH:7,tl_PH:1,tr_TR:1,uk_UA:1,vi_VN:1,sq_AL:1,te_IN:7,en_US:7,my_MM:7,es_ES:1,es_419:1},f_=new n;function v_(e){for(const t of e.sheets||[]){const e=[];for(const o of t.filterTables||[]){const t=Ho(o.range),s=e.findIndex((e=>Qo(e,t)));-1!==s?e[s]=t:e.push(t)}t.filterTables=e.map((e=>({range:Go(e)})))}return e}function b_(){return S_().at(-1)}function S_(){return f_.getKeys().sort(w_)}f_.add("0.1",{migrate:e=>(e.sheets&&e.sheets[0]&&(e.activeSheet=e.sheets[0].name),e)}).add("0.2",{migrate(e){if(e.sheets&&e.sheets.length)for(const t of e.sheets)t.id=t.id||t.name;return e}}).add("0.3",{migrate(e){if(e.sheets&&e.activeSheet){const t=e.sheets.find((t=>t.name===e.activeSheet));e.activeSheet=t.id}return e}}).add("0.4",{migrate(e){for(const t of e.sheets||[])t.figures=t.figures||[];return e}}).add("0.5",{migrate(e){for(const t of e.sheets||[])for(const e in t.cells||[]){const o=t.cells[e];o.content&&o.content.startsWith("=")&&(o.formula=p_(o.content))}return e}}).add("0.6",{migrate(e){for(const t of e.sheets||[])for(const e in t.figures||[]){const{dataSets:o,...s}=t.figures[e].data,i=[];for(const e of o)if(e.labelCell){const t=Ho(e.dataRange),o=e.labelCell+":"+_o(t.right,t.bottom);i.push(o)}else i.push(e.dataRange);s.dataSetsHaveTitle=Boolean(o[0].labelCell),s.dataSets=i,t.figures[e].data=s}return e}}).add("0.7",{migrate(e){const t=[];for(const o of e.sheets||[]){if(!o.name)continue;const e=o.name,s=ho(bt(e,"_"),t,{compute:(e,t)=>`${e}${t}`});o.name=s,t.push(s);const i=t=>{if(void 0===t)return t;let o=t.replace(e,s),i=t;for(;i!==o;)i=o,o=i.replace(e,s);return i};for(const e in o.cells){const t=o.cells[e];t.formula&&(t.formula.dependencies=t.formula.dependencies.map(i))}for(const e of o.figures||[])if("chart"===e.tag){const t=e.data.dataSets.map(i),o=i(e.data.labelRange);e.data={...e.data,dataSets:t,labelRange:o}}for(const e of o.conditionalFormats||[]){e.ranges=e.ranges.map(i);for(const t of["minimum","maximum","midpoint","upperInflectionPoint","lowerInflectionPoint"])"formula"===e.rule[t]?.type&&(e.rule[t].value=i(e.rule[t].value))}}return e}}).add("0.8",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[])e.data.background=k,e.data.verticalAxisPosition="left",e.data.legendPosition="top",e.data.stacked=!1;return e}}).add("0.9",{migrate(e){for(const t of e.sheets||[])for(const e in t.cells||[]){const o=t.cells[e];if(o.formula){let{text:e,dependencies:t}=o.formula;for(const[o,s]of Object.entries(t)){const t=`\\${Je}${o}\\${Je}`;e=e.replace(new RegExp(t,"g"),s)}o.content=e,delete o.formula}}return e}}).add("0.10",{migrate(e){const t={};for(const o of e.sheets||[])for(const e in o.cells||[]){const s=o.cells[e];s.format&&(s.format=da(s.format,t))}return e.formats=t,e}}).add("15.4",{migrate(e){for(const t of e.sheets||[])t.isVisible=!0;return e}}).add("15.4.1",{migrate:e=>v_(e)}).add("16.3",{migrate(e){for(const t in e.borders){const o=e.borders[t];for(const e in o)Array.isArray(o[e])&&(o[e]={style:o[e][0],color:o[e][1]})}return e}}).add("16.4",{migrate:e=>(e.settings||(e.settings={}),e.settings.locale||(e.settings.locale=w),e)}).add("16.4.1",{migrate:e=>v_(e)}).add("17.2",{migrate(e){for(const t of e.sheets||[])t.tables=t.tables||t.filterTables||[],delete t.filterTables;return e}}).add("17.3",{migrate:e=>(e.pivots||(e.pivots={}),e.pivotNextId||(e.pivotNextId=Jc(e.pivots)+1),e)}).add("17.4",{migrate(e){for(const t of e.sheets||[])for(const e in t.figures||[]){const o=t.figures[e];"title"in o.data&&"string"==typeof o.data.title&&(o.data.title={text:o.data.title});const s=o.data.type;if(!["line","bar","pie","scatter","waterfall","combo"].includes(s))continue;const{dataSets:i,...n}=t.figures[e].data,r=i.map((e=>({dataRange:e})));n.dataSets=r,t.figures[e].data=n}return e}}).add("18.0",{migrate:e=>e}).add("18.0.1",{migrate(e){for(const t of Object.values(e.pivots||{}))t.measures=t.measures.map((e=>({id:e.name,fieldName:e.name,aggregator:e.aggregator}))),t.columns=t.columns.map((e=>({fieldName:e.name,order:e.order,granularity:e.granularity}))),t.rows=t.rows.map((e=>({fieldName:e.name,order:e.order,granularity:e.granularity})));return e}}).add("18.0.2",{migrate(e){const t=e.settings?.locale;if(t){const e=t.code;t.weekStart=m_[e]||1}return e}}).add("18.0.3",{migrate(e){for(const t of e.sheets||[]){t.styles={},t.formats={},t.borders={};for(const e in t.cells)t.styles[e]=t.cells[e].style,t.formats[e]=t.cells[e].format,t.borders[e]=t.cells[e].border,delete t.cells[e].style,delete t.cells[e].format,delete t.cells[e].border}return e}}).add("18.0.4",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[]){if("chart"!==e.tag||"gauge"!==e.data.type)continue;const t=e.data;t?.sectionRule?.lowerInflectionPoint&&(t.sectionRule.lowerInflectionPoint.operator="<="),t?.sectionRule?.upperInflectionPoint&&(t.sectionRule.upperInflectionPoint.operator="<=")}return e}}).add("18.1",{migrate(e){for(const t of e.sheets||[])for(const e of t.tables||[])e.config||(e.config={..._T,hasFilters:!0});return e}}).add("18.1.1",{migrate(e){for(const t of e.sheets||[])for(const e in t.cells){const o=t.cells[e];o&&(t.cells[e]=o.content)}return e}}).add("18.2",{migrate:e=>e}).add("18.3",{migrate(e){if(!e.pivots)return e;for(const t of Object.values(e.pivots)){if(!t.sortedColumn)continue;t.measures.map((e=>e.id)).includes(t.sortedColumn.measure)||delete t.sortedColumn}return e}}).add("18.3.1",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[]){const t=e;e.offset={x:t.x||0,y:t.y||0},e.col=0,e.row=0,delete e.x,delete e.y}return e}}).add("18.4.1",{migrate(e){const t={textContains:"containsText",textNotContains:"notContainsText",textIs:"isEqualText",textIsEmail:"isEmail",textIsLink:"isLink"},o={BeginsWith:"beginsWithText",Between:"isBetween",ContainsText:"containsText",EndsWith:"endsWithText",Equal:"isEqual",GreaterThan:"isGreaterThan",GreaterThanOrEqual:"isGreaterOrEqualTo",IsEmpty:"isEmpty",IsNotEmpty:"isNotEmpty",LessThan:"isLessThan",LessThanOrEqual:"isLessOrEqualTo",NotBetween:"isNotBetween",NotContains:"notContainsText",NotEqual:"isNotEqual"};for(const t of e.sheets||[])for(const e of t.conditionalFormats||[])"CellIsRule"===e.rule.type&&(e.rule.operator=o[e.rule.operator]);for(const o of e.sheets||[])for(const e of o.dataValidationRules||[])e.criterion.type in t&&(e.criterion.type=t[e.criterion.type]);return e}}).add("18.4.2",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[]){if("chart"!==e.tag||"scorecard"!==e.data.type)continue;const t=e.data;t.baselineDescr&&(t.baselineDescr={text:t.baselineDescr})}return e}}).add("18.4.3",{migrate(e){if(!e.pivots)return e;for(const t in e.pivots){const o=e.pivots[t];if(o.sortedColumn){const e=o.measures.find((e=>e.fieldName===o.sortedColumn?.measure));e&&(o.sortedColumn.measure=e.id)}}return e}}).add("18.5.1",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[])"chart"===e.tag&&(e.data.chartId=e.id);return e}});const C_="Sheet1";function y_(e,t){if(!e)return T_();console.debug("### Loading data ###");const o=performance.now();if(e["[Content_Types].xml"]){const o=new g_(e);if(e=o.convertXlsx(),t)for(const e of o.warningManager.warnings.sort())console.warn(e)}return"version"in e&&(function(e){return"number"==typeof e.version}(e)&&(e.version=I_[e.version]),e.version!==b_()&&(console.debug("Migrating data from version",e.version),e=function(e){const t=performance.now(),o=S_();for(let t=o.findIndex((t=>t===e.version))+1;t<o.length;t++){const s=o[t];e=f_.get(s).migrate(e)}return console.debug("Data migrated in",performance.now()-t,"ms"),e}(e))),e=function(e){return e=function(e){if(e.uniqueFigureIds)return e;const t=new Set,o=new Set,s=new Sl;for(const i of e.sheets||[])for(const e of i.figures||[])t.has(e.id)&&(e.id+=s.smallUuid()),t.add(e.id),"chart"===e.tag&&(o.has(e.data?.chartId)&&(e.data.chartId+=s.smallUuid()),o.add(e.data?.chartId));return e.uniqueFigureIds=!0,e}(e),e=function(e){const t=Object.assign(T_(),e,{version:b_()});t.sheets=t.sheets?t.sheets.map(((e,t)=>Object.assign(R_(`Sheet${t+1}`,`Sheet${t+1}`),e))):[],0===t.sheets.length&&t.sheets.push(R_(C_,"Sheet1"));zl(t.settings.locale)||(t.settings.locale=w);return t}(e),e}(e),console.debug("Data loaded in",performance.now()-o,"ms"),console.debug("###"),e}const I_={25:"18.2",24:"18.1.1",23:"18.1",22:"18.0.4",21:"18.0.3",20:"18.0.2",19:"18.0.1",18:"18.0",17:"17.4",16:"17.3",15:"17.2",14:"16.4",13:"16.3",12:"15.4",11:"0.10",10:"0.9",9:"0.8",8:"0.7",7:"0.6",6:"0.5",5:"0.4",4:"0.3",3:"0.2",2:"0.1",1:"0"};function w_(e,t){const o=e.split(".").map(Number),s=t.split(".").map(Number);for(let e=0;e<Math.max(o.length,s.length);e++){const t=o[e]||0,i=s[e]||0;if(t>i)return 1;if(t<i)return-1}return 0}function x_(e,t){return t=function(e,t){if(0!==Object.keys(e).length)return t;const o=[],s=[],i=e=>{if("CREATE_SHEET"===e.type)o.push(e.sheetId);else if("sheetId"in e&&!o.includes(e.sheetId))return{...e,sheetId:C_};return e};for(const e of t)"REMOTE_REVISION"===e.type?s.push({...e,commands:e.commands.map(i)}):s.push(e);return s}(e,t),t=E_(t,"SORT_CELLS"),t=function(e,t){const o=[],s={};for(const t of e.sheets||[])t.figures?.forEach((t=>{"chart"===t.tag&&(e.version&&w_(String(e.version),"18.5.1")<=0?s[t.data.chartId]=t.data:s[t.id]=t.data)}));for(const e of t)if("REMOTE_REVISION"===e.type){const t=[];for(const o of e.commands){let e=o;switch(o.type){case"CREATE_CHART":s[o.chartId]=o.definition;break;case"UPDATE_CHART":if(!s[o.chartId]){console.log(`Fix chart definition: chart with id ${o.chartId} not found.`);continue}const t={...s[o.chartId],...o.definition};e={...o,definition:t},s[o.chartId]=t}t.push(e)}o.push({...e,commands:t})}else o.push(e);return o}(e,t=E_(t,"SET_DECIMAL")),t=function(e,t){const o={};for(const t of e.sheets||[])t.figures?.forEach((e=>{o[e.id]=e.offset}));for(const e of t)if("REMOTE_REVISION"===e.type)for(const t of e.commands)switch(t.type){case"UPDATE_FIGURE":t.offset&&(void 0===t.offset.x&&(t.offset.x=o[t.figureId]||0),void 0===t.offset.y&&(t.offset.y=o[t.figureId]||0),o[t.figureId]=o);break;case"CREATE_IMAGE":case"CREATE_CHART":case"CREATE_FIGURE":o[t.figureId]=t.offset}return t}(e,t),t=function(e,t){const o={};for(const t of e.sheets||[])o[t.id]=t.name;const s=[];for(const e of t)if("REMOTE_REVISION"===e.type){const t=[];for(const s of e.commands){switch(s.type){case"DUPLICATE_SHEET":s.sheetNameTo=s.sheetNameTo??Pa(o[s.sheetId],Object.values(o));break;case"CREATE_SHEET":o[s.sheetId]=s.name||Oa(Object.values(o));break;case"RENAME_SHEET":o[s.sheetId]=s.newName||Oa(Object.values(o))}t.push(s)}s.push({...e,commands:t})}else s.push(e);return t}(e,t),t}function E_(e,t){const o=[];for(const s of e)"REMOTE_REVISION"===s.type?o.push({...s,commands:s.commands.filter((e=>e.type!==t))}):o.push(s);return o}function R_(e,t){return{id:e,name:t,colNumber:26,rowNumber:100,cells:{},styles:{},formats:{},borders:{},cols:{},rows:{},merges:[],conditionalFormats:[],dataValidationRules:[],figures:[],tables:[],isVisible:!0}}function T_(e="Sheet1"){return{version:b_(),sheets:[R_(C_,e)],styles:{},formats:{},borders:{},revisionId:He,uniqueFigureIds:!0,settings:{locale:w},pivots:{},pivotNextId:1,customTableStyles:{}}}function A_(e,t){return{...R_(e,t),charts:[],images:[],cellValues:{}}}const D_={wrongPasteSelection:ui("This operation is not allowed with multiple selections."),willRemoveExistingMerge:Nb.Errors.WillRemoveExistingMerge,wrongFigurePasteOption:ui("Cannot do a special paste of a figure."),frozenPaneOverlap:ui("This operation is not allowed due to an overlapping frozen pane.")};function __(e,t){t.isSuccessful||(t.reasons.includes("WrongPasteSelection")?e.raiseError(D_.wrongPasteSelection):t.reasons.includes("WillRemoveExistingMerge")?e.raiseError(D_.willRemoveExistingMerge):t.reasons.includes("WrongFigurePasteOption")?e.raiseError(D_.wrongFigurePasteOption):t.reasons.includes("FrozenPaneOverlap")&&e.raiseError(D_.frozenPaneOverlap))}function F_(e,t,o){const s=e.model.dispatch("PASTE",{target:t,pasteOption:o});__(e,s)}async function O_(e,t,o,s){let i;try{const n=o;if(o.imageBlob){try{const t=await(e.imageProvider?.uploadFile(o.imageBlob));n.imageData=t}catch(t){const o=ui("An error occurred while uploading the image. %s",t.message);console.error(t),e.raiseError(o)}delete o.imageBlob}i=e.model.dispatch("PASTE_FROM_OS_CLIPBOARD",{target:t,clipboardContent:o,pasteOption:s})}catch(n){const r=o.data;r?.version!==b_()?e.raiseError(ui("An unexpected error occurred while pasting content. This is probably due to a spreadsheet version mismatch.")):(e.raiseError(ui("An unexpected error occurred while pasting content. Additional information can be found in the browser console.")),console.error(n)),i=e.model.dispatch("PASTE_FROM_OS_CLIPBOARD",{target:t,clipboardContent:{text:o.text},pasteOption:s})}__(e,i)}function P_(e,t,o=_T){let s=e.model.getters.getSelectedZones(),i=e.model.getters.canCreateDynamicTableOnZones(t,s);1!==s.length||i||1!==gs(s[0])||(e.model.selection.selectTableAroundSelection(),s=e.model.getters.getSelectedZones(),i=e.model.getters.canCreateDynamicTableOnZones(t,s));const n=s.map((o=>e.model.getters.getRangeDataFromZone(t,o))),r=e.model.dispatch("CREATE_TABLE",{ranges:n,sheetId:t,config:o,tableType:i?"dynamic":"static"});return r.isCancelledBecause("TableOverlap")?e.raiseError(Lb.Errors.TableOverlap):r.isCancelledBecause("NonContinuousTargets")&&e.raiseError(Lb.Errors.NonContinuousTargets),r}function M_(e,t){e.model.dispatch("SET_FORMATTING_WITH_PIVOT",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),format:t})}function N_(e,t){e.model.dispatch("SET_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),style:t})}const k_=async e=>L_(e,"asValue");async function L_(e,t){const o=await e.clipboard.read();switch(o.status){case"ok":const s=e.model.getters.getClipboardId(),i=ys(o.content),n=i.data?.clipboardId,r=e.model.getters.getSelectedZones();s!==n?await O_(e,r,i,t):F_(e,r,t),e.model.getters.isCutOperation()&&"asValue"!==t&&await e.clipboard.write({[a.PlainText]:""});break;case"notImplemented":e.raiseError(ui("Pasting from the context menu is not supported in this browser. Use keyboard shortcuts ctrl+c / ctrl+v instead."));break;case"permissionDenied":e.raiseError(ui("Access to the clipboard denied by the browser. Please enable clipboard permission for this page in your browser settings."))}}const V_=(e,t)=>{if("COL"===e&&t.model.getters.getActiveRows().size>0||"ROW"===e&&t.model.getters.getActiveCols().size>0)return!1;const o=t.model.getters.getActiveSheetId(),s=t.model.getters.getElementsFromSelection(e),i=t.model.getters.checkElementsIncludeAllVisibleHeaders(o,e,s),n=t.model.getters.checkElementsIncludeAllNonFrozenHeaders(o,e,s);return!i&&!n},U_=e=>{const t=e.model.getters.getActiveRows();let o,s;if(t.size)o=ro([...t]),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.top,s=t.bottom-t.top+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),position:"before",base:o,quantity:s,dimension:"ROW"})},H_=e=>{const t=e.model.getters.getActiveCols();let o,s;if(t.size)o=ro([...t]),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.left,s=t.right-t.left+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),position:"before",dimension:"COL",base:o,quantity:s})},z_=e=>{const t=e.model.getters.getActiveCols();let o,s;if(t.size)o=no([...t]),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.right,s=t.right-t.left+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),position:"after",dimension:"COL",base:o,quantity:s})};const B_=async e=>{if(e.imageProvider){const t=e.model.getters.getActiveSheetId(),o=e.model.uuidGenerator.smallUuid(),s=await async function(e){try{return await e.imageProvider.requestImage()}catch{return void e.raiseError(ui("An unexpected error occurred during the image transfer"))}}(e);if(!s)return;const i=uE(e.model.getters,s.size),{col:n,row:r,offset:a}=dE(e.model.getters,i);e.model.dispatch("CREATE_IMAGE",{sheetId:t,figureId:o,col:n,row:r,offset:a,size:i,definition:s})}},$_=e=>{const{col:t,row:o}=e.model.getters.getActivePosition();e.getStore(KE).open({col:t,row:o},"LinkEditor")},G_=e=>{const t=e.model.getters.getFirstTableInSelection();return t?.config.hasFilters||!1},W_=e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZones();return 1===e.model.getters.getTablesOverlappingZones(t,o).length},q_=e=>ms(e.model.getters.getSelectedZones()),Z_=e=>1===e.model.getters.getSelectedZones().length,j_=(e,t)=>{if(!Z_(e))return!1;const o="COL"===t?e.model.getters.getActiveCols():e.model.getters.getActiveRows(),s="COL"===t?e.model.getters.getActiveRows():e.model.getters.getActiveCols(),i=e.model.getters.getActiveSheetId(),n=Ko(e.model.getters.getSelectedZone(),e.model.getters.getSheetZone(i));return Kt(o)&&(0===s.size||n)},Y_={name:e=>G_(e)?ui("Remove selected filters"):ui("Add filters"),isEnabled:e=>q_(e),execute:e=>G_(e)?(e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getFirstTableInSelection();o&&e.model.dispatch("UPDATE_TABLE",{sheetId:t,zone:o.range.zone,config:{hasFilters:!1}})})(e):(e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getFirstTableInSelection();o?e.model.dispatch("UPDATE_TABLE",{sheetId:t,zone:o.range.zone,config:{hasFilters:!0}}):P_(e,t,{..._T,hasFilters:!0,bandedRows:!1,styleId:"TableStyleLight11"})})(e),icon:"o-spreadsheet-Icon.FILTER_ICON_ACTIVE"};function X_(e,t,o){const s=e.model.getters.getActiveSheetId(),i="COL"===t?"FREEZE_COLUMNS":"FREEZE_ROWS";e.model.dispatch(i,{sheetId:s,quantity:o}).isCancelledBecause("MergeOverlap")&&e.raiseError(Ob)}class K_{map={};constructor(e=[]){for(const[t,o]of e)this.set(t,o)}set({sheetId:e,col:t,row:o},s){const i=this.map;i[e]||(i[e]={}),i[e][t]||(i[e][t]={}),i[e][t][o]=s}setMany(e){for(const[t,o]of e)this.set(t,o)}get({sheetId:e,col:t,row:o}){return this.map[e]?.[t]?.[o]}getSheet(e){return this.map[e]}clearSheet(e){delete this.map[e]}has({sheetId:e,col:t,row:o}){return void 0!==this.map[e]?.[t]?.[o]}delete({sheetId:e,col:t,row:o}){delete this.map[e]?.[t]?.[o]}keys(){const e=this.map,t=[];for(const o in e)for(const s in e[o])for(const i in e[o][s])t.push({sheetId:o,col:parseInt(s),row:parseInt(i)});return t}keysForSheet(e){const t=this.map[e];if(!t)return[];const o=[];for(const s in t)for(const i in t[s])o.push({sheetId:e,col:parseInt(s),row:parseInt(i)});return o}*entries(){const e=this.map;for(const t of this.keys()){const{sheetId:o,col:s,row:i}=t;yield[t,e[o][s][i]]}}}class J_ extends Lh{mutators=["enable","disable"];isInvalidated=!1;fingerprintColors={[Q_]:"#D9D9D9"};isEnabled=!1;colors=new K_;handle(e){switch(f(e)&&this.isEnabled&&(this.isInvalidated=!0),e.type){case"UNDO":case"REDO":case"ACTIVATE_SHEET":this.isEnabled&&(this.isInvalidated=!0)}}finalize(){this.isInvalidated&&(this.isInvalidated=!1,this.computeFingerprints())}enable(){this.isEnabled=!0,this.computeFingerprints()}disable(){this.isEnabled=!1,this.colors=new K_}computeFingerprints(){this.colors=new K_;const e=new K_,t=new Set,o=this.getters.getActiveSheetId(),s=this.getters.getCells(o);for(const o in s){const i=this.computeFingerprint(s[o]);if(!i)continue;t.add(i);const n=this.getters.getCellPosition(o);e.set(n,i)}this.assignColors(t);for(const[t,o]of e.entries()){const e=this.fingerprintColors[o];this.colors.set(t,e),this.colorSpreadZone(t,e)}}colorSpreadZone(e,t){const o=this.getters.getSpreadZone(e);if(!o)return;const s=e.sheetId;for(let e=o.top;e<=o.bottom;e++)for(let i=o.left;i<=o.right;i++){const o={sheetId:s,col:i,row:e};this.colors.set(o,t)}}assignColors(e){const t=new oi(e.size);Object.keys(this.fingerprintColors).forEach((()=>t.next()));for(const o of e)this.fingerprintColors[o]||(this.fingerprintColors[o]=Bs(t.next(),.8))}computeFingerprint(e){const t=this.getters.getCellPosition(e.id);return e.isFormula?this.computeFormulaFingerprint(t,e):this.getLiteralFingerprint(t)}computeFormulaFingerprint(e,t){const o=t.compiledFormula.dependencies,s=e.col,i=e.row,n=this.getters.getSheetIds().indexOf(e.sheetId),r={dx:0,dy:0,dSheet:0};for(const e of o){const t=e.zone,[o,a]=e.parts,l=this.getters.getSheetIds().indexOf(e.sheetId);r.dSheet=l-n;const c=Ua(e)&&!e.unboundedZone.hasHeader,h=Va(e)&&!e.unboundedZone.hasHeader,d=c||o?.colFixed?0:s,u=h||o?.rowFixed?0:i,g=!a&&o?.colFixed||a?.colFixed,p=!a&&o.rowFixed||a?.rowFixed,m=void 0===e.unboundedZone.right||g?0:s,f=void 0===e.unboundedZone.bottom||p?0:i,v=rs({top:t.top-u,left:t.left-d,right:t.right-m,bottom:t.bottom-f});for(let e=v.top;e<=v.bottom;e++)for(let t=v.left;t<=v.right;t++)r.dx+=t,r.dy+=e}const a=t.compiledFormula.normalizedFormula;return l=r,Object.entries(l).sort((([e],[t])=>e.localeCompare(t))).map((([e,t])=>t)).join(",")+a;var l}getLiteralFingerprint(e){switch(this.getters.getEvaluatedCell(e).type){case r.number:case r.boolean:return Q_;case r.text:case r.empty:case r.error:return}}}const Q_="DATA_FINGERPRINT",eF={name:e=>{const t=e.model.getters.getElementsFromSelection("COL"),o=t[0],s=t[t.length-1];return 1===t.length?ui("Hide column %s",So(o).toString()):s-o+1===t.length?ui("Hide columns %s - %s",So(o).toString(),So(s).toString()):ui("Hide columns")},execute:e=>{const t=e.model.getters.getElementsFromSelection("COL");e.model.dispatch("HIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getElementsFromSelection("COL");return!e.model.getters.checkElementsIncludeAllVisibleHeaders(t,"COL",o)},icon:"o-spreadsheet-Icon.HIDE_COL"},tF={name:ui("Unhide columns"),execute:e=>{const t=e.model.getters.getElementsFromSelection("COL");e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>{const t=e.model.getters.getHiddenColsGroups(e.model.getters.getActiveSheetId()).flat();return e.model.getters.getElementsFromSelection("COL").some((e=>t.includes(e)))},icon:"o-spreadsheet-Icon.UNHIDE_COL"},oF={name:ui("Unhide all columns"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:t,dimension:"COL",elements:Array.from(Array(e.model.getters.getNumberCols(t)).keys())})},isVisible:e=>e.model.getters.getHiddenColsGroups(e.model.getters.getActiveSheetId()).length>0,icon:"o-spreadsheet-Icon.UNHIDE_COL"},sF={name:e=>{const t=e.model.getters.getElementsFromSelection("ROW"),o=t[0],s=t[t.length-1];return 1===t.length?ui("Hide row %s",(o+1).toString()):s-o+1===t.length?ui("Hide rows %s - %s",(o+1).toString(),(s+1).toString()):ui("Hide rows")},execute:e=>{const t=e.model.getters.getElementsFromSelection("ROW");e.model.dispatch("HIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getElementsFromSelection("ROW");return!e.model.getters.checkElementsIncludeAllVisibleHeaders(t,"ROW",o)},icon:"o-spreadsheet-Icon.HIDE_ROW"},iF={name:ui("Unhide rows"),execute:e=>{const t=e.model.getters.getElementsFromSelection("ROW");e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>{const t=e.model.getters.getHiddenRowsGroups(e.model.getters.getActiveSheetId()).flat();return e.model.getters.getElementsFromSelection("ROW").some((e=>t.includes(e)))},icon:"o-spreadsheet-Icon.UNHIDE_ROW"},nF={name:ui("Unhide all rows"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:t,dimension:"ROW",elements:Array.from(Array(e.model.getters.getNumberRows(t)).keys())})},isVisible:e=>e.model.getters.getHiddenRowsGroups(e.model.getters.getActiveSheetId()).length>0,icon:"o-spreadsheet-Icon.UNHIDE_ROW"},rF={name:ui("Unfreeze"),isVisible:e=>{const{xSplit:t,ySplit:o}=e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId());return t+o>0},execute:e=>e.model.dispatch("UNFREEZE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId()}),icon:"o-spreadsheet-Icon.UNFREEZE"},aF={name:ui("Freeze"),icon:"o-spreadsheet-Icon.FREEZE"},lF={name:ui("No rows"),execute:e=>e.model.dispatch("UNFREEZE_ROWS",{sheetId:e.model.getters.getActiveSheetId()}),isReadonlyAllowed:!0,isVisible:e=>!!e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId()).ySplit},cF={name:ui("1 row"),execute:e=>X_(e,"ROW",1),isReadonlyAllowed:!0},hF={name:ui("2 rows"),execute:e=>X_(e,"ROW",2),isReadonlyAllowed:!0},dF={name:ui("Up to current row"),execute:e=>{const{bottom:t}=e.model.getters.getSelectedZone();X_(e,"ROW",t+1)},isReadonlyAllowed:!0},uF={name:ui("No columns"),execute:e=>e.model.dispatch("UNFREEZE_COLUMNS",{sheetId:e.model.getters.getActiveSheetId()}),isReadonlyAllowed:!0,isVisible:e=>!!e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId()).xSplit},gF={name:ui("1 column"),execute:e=>X_(e,"COL",1),isReadonlyAllowed:!0},pF={name:ui("2 columns"),execute:e=>X_(e,"COL",2),isReadonlyAllowed:!0},mF={name:ui("Up to current column"),execute:e=>{const{right:t}=e.model.getters.getSelectedZone();X_(e,"COL",t+1)},isReadonlyAllowed:!0},fF={name:ui("Gridlines"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("SET_GRID_LINES_VISIBILITY",{sheetId:t,areGridLinesVisible:!e.model.getters.getGridLinesVisibility(t)})},isActive:e=>{const t=e.model.getters.getActiveSheetId();return e.model.getters.getGridLinesVisibility(t)}},vF={name:ui("Irregularity map"),execute:e=>{const t=e.getStore(J_);t.isEnabled?t.disable():t.enable()},isReadonlyAllowed:!0,icon:"o-spreadsheet-Icon.IRREGULARITY_MAP"},bF={name:ui("Formulas"),isActive:e=>e.model.getters.shouldShowFormulas(),execute:e=>e.model.dispatch("SET_FORMULA_VISIBILITY",{show:!e.model.getters.shouldShowFormulas()}),isReadonlyAllowed:!0},SF={name:e=>{const t=e.model.getters.getSelectedZone();return t.left===t.right?ui("Group column %s",So(t.left)):ui("Group columns %s - %s",So(t.left),So(t.right))},execute:e=>wF(e,"COL"),isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZone(),s=e.model.getters.getHeaderGroupsInZone(t,"COL",o);return Z_(e)&&!s.some((e=>e.start===o.left&&e.end===o.right))},icon:"o-spreadsheet-Icon.GROUP_COLUMNS"},CF={name:e=>{const t=e.model.getters.getSelectedZone();return t.top===t.bottom?ui("Group row %s",String(t.top+1)):ui("Group rows %s - %s",String(t.top+1),String(t.bottom+1))},execute:e=>wF(e,"ROW"),isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZone(),s=e.model.getters.getHeaderGroupsInZone(t,"ROW",o);return Z_(e)&&!s.some((e=>e.start===o.top&&e.end===o.bottom))},icon:"o-spreadsheet-Icon.GROUP_ROWS"},yF={name:e=>{const t=e.model.getters.getSelectedZone();return t.left===t.right?ui("Ungroup column %s",So(t.left)):ui("Ungroup columns %s - %s",So(t.left),So(t.right))},execute:e=>xF(e,"COL"),icon:"o-spreadsheet-Icon.UNGROUP_COLUMNS"},IF={name:e=>{const t=e.model.getters.getSelectedZone();return t.top===t.bottom?ui("Ungroup row %s",String(t.top+1)):ui("Ungroup rows %s - %s",String(t.top+1),String(t.bottom+1))},execute:e=>xF(e,"ROW"),icon:"o-spreadsheet-Icon.UNGROUP_ROWS"};function wF(e,t){const o=e.model.getters.getSelectedZone(),s=e.model.getters.getActiveSheetId();e.model.dispatch("GROUP_HEADERS",{sheetId:s,dimension:t,start:"COL"===t?o.left:o.top,end:"COL"===t?o.right:o.bottom})}function xF(e,t){const o=e.model.getters.getSelectedZone(),s=e.model.getters.getActiveSheetId();e.model.dispatch("UNGROUP_HEADERS",{sheetId:s,dimension:t,start:"COL"===t?o.left:o.top,end:"COL"===t?o.right:o.bottom})}function EF(e,t){const o=e.model.getters.getActiveSheetId(),s=e.model.getters.getSelectedZones();return 1===s.length&&e.model.getters.getHeaderGroupsInZone(o,t,s[0]).length>0}const RF=["wholeTable","firstColumnStripe","secondColumnStripe","firstRowStripe","secondRowStripe","firstColumn","lastColumn","headerRow","totalRow"];function TF(e){const t=e.range;return{row:t.zone.top,col:t.zone.left,sheetId:t.sheetId}}function AF(e,t,o,s){const i=t.zone;if(i.left!==i.right)throw new Error("Can only define a filter on a single column");const n={...i,top:i.top+o.numberOfHeaders},r=s(t.sheetId,n);return{id:e,rangeWithHeaders:t,col:i.left,filteredRange:n.top>n.bottom?void 0:r}}function DF(e){return"static"===e.type||"forceStatic"===e.type}function _F(e,t,o,s){return{borders:FF(e,t,o,s),styles:PF(e,t,o,s)}}function FF(e,t,o,s){const i=Vn(o,s,(()=>({})));for(const n of RF){const r=t[n]?.border;if(!r)continue;const a=NF(n,e,o,s);for(const t of a)for(let a=t.left;a<=t.right;a++)for(let l=t.top;l<=t.bottom;l++){const c="wholeTable"===n&&l<=e.numberOfHeaders-1;l===t.top&&r?.top?OF(i,"top",r.top,a,l,o,s):l!==t.top&&!c&&r?.horizontal&&OF(i,"top",r.horizontal,a,l,o,s),l===t.bottom&&r?.bottom&&OF(i,"bottom",r.bottom,a,l,o,s),a===t.left&&r?.left&&OF(i,"left",r.left,a,l,o,s),a===t.right&&r?.right?OF(i,"right",r.right,a,l,o,s):a!==t.right&&!c&&r?.vertical&&OF(i,"right",r.vertical,a,l,o,s)}}return i}function OF(e,t,o,s,i,n,r){switch(t){case"top":return e[s][i].top=o,void(0!==i&&(e[s][i-1].bottom=o));case"bottom":return e[s][i].bottom=o,void(i!==r-1&&(e[s][i+1].top=o));case"left":return e[s][i].left=o,void(0!==s&&(e[s-1][i].right=o));case"right":return e[s][i].right=o,void(s!==n-1&&(e[s+1][i].left=o))}}function PF(e,t,o,s){const i=Vn(o,s,(()=>({})));for(const n of RF){const r=t[n],a=MF(n);if(!r&&!a)continue;const l=NF(n,e,o,s);for(const e of l)for(let t=e.left;t<=e.right;t++)for(let o=e.top;o<=e.bottom;o++)i[t][o]||(i[t][o]={}),i[t][o]={...i[t][o],...r?.style},a&&(i[t][o].bold=!0)}return i}function MF(e){return"firstColumn"===e||"lastColumn"===e||"headerRow"===e||"totalRow"===e}function NF(e,t,o,s){const i=[],n=Math.min(t.numberOfHeaders,s),r=t.totalRow?1:0,a=o-1,l=s-1;switch(e){case"wholeTable":i.push({top:0,left:0,bottom:l,right:a});break;case"firstColumn":if(!t.firstColumn)break;i.push({top:0,left:0,bottom:l,right:0});break;case"lastColumn":if(!t.lastColumn)break;i.push({top:0,left:a,bottom:l,right:a});break;case"headerRow":if(!t.numberOfHeaders)break;i.push({top:0,left:0,bottom:n-1,right:a});break;case"totalRow":if(!t.totalRow)break;i.push({top:l,left:0,bottom:l,right:a});break;case"firstRowStripe":if(!t.bandedRows)break;for(let e=n;e<s-r;e+=2)i.push({top:e,left:0,bottom:e,right:a});break;case"secondRowStripe":if(!t.bandedRows)break;for(let e=n+1;e<s-r;e+=2)i.push({top:e,left:0,bottom:e,right:a});break;case"firstColumnStripe":if(!t.bandedColumns)break;for(let e=0;e<o;e+=2)i.push({top:n,left:e,bottom:l-r,right:e});break;case"secondColumnStripe":if(!t.bandedColumns)break;for(let e=1;e<o;e+=2)i.push({top:n,left:e,bottom:l-r,right:e})}return i}function kF(e){const t=e.model.dispatch("CUT");t.isSuccessful||t.isCancelledBecause("WrongCutSelection")&&e.raiseError(ui("This operation is not allowed with multiple selections."))}const LF={MergeIsDestructive:ui("Merging these cells will only preserve the top-leftmost value. Merge anyway?"),MergeInFilter:ui("You can't merge cells inside of an existing filter.")};const VF={name:ui("Undo"),description:"Ctrl+Z",execute:e=>e.model.dispatch("REQUEST_UNDO"),isEnabled:e=>e.model.getters.canUndo(),icon:"o-spreadsheet-Icon.UNDO"},UF={name:ui("Redo"),description:"Ctrl+Y",execute:e=>e.model.dispatch("REQUEST_REDO"),isEnabled:e=>e.model.getters.canRedo(),icon:"o-spreadsheet-Icon.REDO"},HF={name:ui("Copy"),description:"Ctrl+C",isReadonlyAllowed:!0,execute:async e=>{e.model.dispatch("COPY"),await e.clipboard.write(await e.model.getters.getClipboardTextAndImageContent())},icon:"o-spreadsheet-Icon.CLIPBOARD"},zF={name:ui("Cut"),description:"Ctrl+X",execute:async e=>{kF(e),await e.clipboard.write(await e.model.getters.getClipboardTextAndImageContent())},icon:"o-spreadsheet-Icon.CUT"},BF={name:ui("Paste"),description:"Ctrl+V",execute:async e=>L_(e),icon:"o-spreadsheet-Icon.PASTE"},$F={name:ui("Paste special"),isVisible:e=>!e.model.getters.isCutOperation(),icon:"o-spreadsheet-Icon.PASTE"},GF={name:ui("Paste as value"),description:"Ctrl+Shift+V",execute:k_},WF={name:ui("Paste format only"),execute:e=>L_(e,"onlyFormat")},qF={name:ui("Find and replace"),description:"Ctrl+H",isReadonlyAllowed:!0,execute:e=>{e.openSidePanel("FindAndReplace",{})},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.SEARCH"},ZF={name:ui("Delete values"),execute:e=>e.model.dispatch("DELETE_UNFILTERED_CONTENT",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()})},jF={name:e=>{if(e.model.getters.getSelectedZones().length>1)return ui("Delete rows");let t,o;const s=e.model.getters.getActiveRows();if(0!==s.size)t=ro([...s]),o=no([...s]);else{const s=e.model.getters.getSelectedZones()[0];t=s.top,o=s.bottom}return t===o?ui("Delete row %s",(t+1).toString()):ui("Delete rows %s - %s",(t+1).toString(),(o+1).toString())},execute:e=>{const t=[...e.model.getters.getActiveRows()];if(!t.length){const o=e.model.getters.getSelectedZones()[0];for(let e=o.top;e<=o.bottom;e++)t.push(e)}e.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),dimension:"ROW",elements:t})},isVisible:e=>V_("ROW",e)},YF={...jF,isVisible:Z_},XF={name:e=>{if(e.model.getters.getSelectedZones().length>1)return ui("Clear rows");let t,o;const s=e.model.getters.getActiveRows();if(0!==s.size)t=ro([...s]),o=no([...s]);else{const s=e.model.getters.getSelectedZones()[0];t=s.top,o=s.bottom}return t===o?ui("Clear row %s",(t+1).toString()):ui("Clear rows %s - %s",(t+1).toString(),(o+1).toString())},execute:e=>{const t=e.model.getters.getActiveSheetId(),o=[...e.model.getters.getActiveRows()].map((o=>e.model.getters.getRowsZone(t,o,o)));e.model.dispatch("DELETE_CONTENT",{target:o,sheetId:e.model.getters.getActiveSheetId()})}},KF={name:e=>{if(e.model.getters.getSelectedZones().length>1)return ui("Delete columns");let t,o;const s=e.model.getters.getActiveCols();if(0!==s.size)t=ro([...s]),o=no([...s]);else{const s=e.model.getters.getSelectedZones()[0];t=s.left,o=s.right}return t===o?ui("Delete column %s",So(t)):ui("Delete columns %s - %s",So(t),So(o))},execute:e=>{const t=[...e.model.getters.getActiveCols()];if(!t.length){const o=e.model.getters.getSelectedZones()[0];for(let e=o.left;e<=o.right;e++)t.push(e)}e.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),dimension:"COL",elements:t})},isVisible:e=>V_("COL",e)},JF={...KF,isVisible:Z_},QF={name:e=>{if(e.model.getters.getSelectedZones().length>1)return ui("Clear columns");let t,o;const s=e.model.getters.getActiveCols();if(0!==s.size)t=ro([...s]),o=no([...s]);else{const s=e.model.getters.getSelectedZones()[0];t=s.left,o=s.right}return t===o?ui("Clear column %s",So(t)):ui("Clear columns %s - %s",So(t),So(o))},execute:e=>{const t=e.model.getters.getActiveSheetId(),o=[...e.model.getters.getActiveCols()].map((o=>e.model.getters.getColsZone(t,o,o)));e.model.dispatch("DELETE_CONTENT",{target:o,sheetId:e.model.getters.getActiveSheetId()})}},eO={name:ui("Delete cells"),isVisible:Z_},tO={name:ui("Delete cell and shift up"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("DELETE_CELL",{zone:t,shiftDimension:"ROW"});__(e,o)}},oO={name:ui("Delete cell and shift left"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("DELETE_CELL",{zone:t,shiftDimension:"COL"});__(e,o)}},sO={name:ui("Merge cells"),isEnabled:e=>!rO(e),isActive:e=>aO(e),execute:e=>function(e){if(rO(e))return;const t=e.model.getters.getSelectedZones(),o=e.model.getters.getActiveSheetId();if(aO(e)){const s=t.flatMap((t=>e.model.getters.getMergesInZone(o,t)));e.model.dispatch("REMOVE_MERGE",{sheetId:o,target:s})}else!function(e,t,o){const s=e.model.dispatch("ADD_MERGE",{sheetId:t,target:o});s.isCancelledBecause("MergeInTable")?e.raiseError(LF.MergeInFilter):s.isCancelledBecause("MergeIsDestructive")&&e.askConfirmation(LF.MergeIsDestructive,(()=>{e.model.dispatch("ADD_MERGE",{sheetId:t,target:o,force:!0})}))}(e,o,t)}(e),icon:"o-spreadsheet-Icon.MERGE_CELL"},iO={name:()=>ui("Edit table"),execute:e=>e.openSidePanel("TableSidePanel",{}),icon:"o-spreadsheet-Icon.EDIT_TABLE"},nO={name:()=>ui("Delete table"),execute:e=>{const t=e.model.getters.getActivePosition(),o=e.model.getters.getTable(t);o&&e.model.dispatch("REMOVE_TABLE",{sheetId:t.sheetId,target:[o.range.zone]})},icon:"o-spreadsheet-Icon.DELETE_TABLE"};function rO(e){const t=e.model.getters.getSelectedZones(),{sheetId:o}=e.model.getters.getActivePosition(),{xSplit:s,ySplit:i}=e.model.getters.getPaneDivisions(o);return t.every((e=>1===gs(e)))||ps(t,s,i)||function(e){for(let t=0;t<e.length-1;t++)for(let o=t+1;o<e.length;o++)if(Qo(e[t],e[o]))return!0;return!1}(t)}function aO(e){if(rO(e))return!1;const t=e.model.getters.getActiveSheetId();return e.model.getters.getSelectedZones().some((o=>e.model.getters.getMergesInZone(t,o).length>0))}const lO={name:e=>{const t=HO(e);return 1===t?ui("Insert row"):ui("Insert %s rows",t.toString())},isVisible:e=>j_(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW"},cO={name:e=>{const t=HO(e);return 1===t?ui("Insert row above"):ui("Insert %s rows above",t.toString())},execute:U_,isVisible:e=>j_(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW_BEFORE"},hO={...cO,name:e=>{const t=HO(e);return 1===t?ui("Row above"):ui("%s Rows above",t.toString())}},dO={...cO,name:e=>{const t=HO(e);return 1===t?ui("Insert row"):ui("Insert %s rows",t.toString())},isVisible:Z_,icon:"o-spreadsheet-Icon.INSERT_ROW_BEFORE"},uO={execute:e=>{const t=e.model.getters.getActiveRows();let o,s;if(t.size)o=no([...t]),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.bottom,s=t.bottom-t.top+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),position:"after",base:o,quantity:s,dimension:"ROW"})},name:e=>{const t=HO(e);return 1===t?ui("Insert row below"):ui("Insert %s rows below",t.toString())},isVisible:e=>j_(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW_AFTER"},gO={...uO,name:e=>{const t=HO(e);return 1===t?ui("Row below"):ui("%s Rows below",t.toString())}},pO={name:e=>{const t=zO(e);return 1===t?ui("Insert column"):ui("Insert %s columns",t.toString())},isVisible:e=>j_(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL"},mO={name:e=>{const t=zO(e);return 1===t?ui("Insert column left"):ui("Insert %s columns left",t.toString())},execute:H_,isVisible:e=>j_(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL_BEFORE"},fO={...mO,name:e=>{const t=zO(e);return 1===t?ui("Column left"):ui("%s Columns left",t.toString())}},vO={...mO,name:e=>{const t=zO(e);return 1===t?ui("Insert column"):ui("Insert %s columns",t.toString())},isVisible:Z_,icon:"o-spreadsheet-Icon.INSERT_COL_BEFORE"},bO={name:e=>{const t=zO(e);return 1===t?ui("Insert column right"):ui("Insert %s columns right",t.toString())},execute:z_,isVisible:e=>j_(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL_AFTER"},SO={...bO,name:e=>{const t=zO(e);return 1===t?ui("Column right"):ui("%s Columns right",t.toString())},execute:z_},CO={name:ui("Insert cells"),isVisible:e=>Z_(e)&&0===e.model.getters.getActiveCols().size&&0===e.model.getters.getActiveRows().size,icon:"o-spreadsheet-Icon.INSERT_CELL"},yO={name:ui("Insert cells and shift down"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("INSERT_CELL",{zone:t,shiftDimension:"ROW"});__(e,o)},isVisible:e=>0===e.model.getters.getActiveRows().size&&0===e.model.getters.getActiveCols().size,icon:"o-spreadsheet-Icon.INSERT_CELL_SHIFT_DOWN"},IO={name:ui("Insert cells and shift right"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("INSERT_CELL",{zone:t,shiftDimension:"COL"});__(e,o)},isVisible:e=>0===e.model.getters.getActiveRows().size&&0===e.model.getters.getActiveCols().size,icon:"o-spreadsheet-Icon.INSERT_CELL_SHIFT_RIGHT"},wO={name:ui("Chart"),execute:e=>{const t=e.model.getters,o=e.model.uuidGenerator.smallUuid(),s=t.getActiveSheetId();let i=t.getSelectedZones();1===i.length&&1===gs(i[0])&&(e.model.selection.selectTableAroundSelection(),i=t.getSelectedZones());const n={width:536,height:335},{col:r,row:a,offset:l}=dE(t,n);e.model.dispatch("CREATE_CHART",{sheetId:s,figureId:o,chartId:e.model.uuidGenerator.smallUuid(),col:r,row:a,offset:l,size:n,definition:AT(i,e.model.getters)}).isSuccessful&&(e.model.dispatch("SELECT_FIGURE",{figureId:o}),e.openSidePanel("ChartPanel"))},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.INSERT_CHART"},xO={name:ui("Carousel"),execute:e=>{const t=e.model.getters,o=e.model.uuidGenerator.smallUuid(),s=t.getActiveSheetId(),i={width:536,height:335},{col:n,row:r,offset:a}=dE(t,i);e.model.dispatch("CREATE_CAROUSEL",{sheetId:s,figureId:o,col:n,row:r,offset:a,size:i,definition:{items:[]}}).isSuccessful&&(e.model.dispatch("SELECT_FIGURE",{figureId:o}),e.openSidePanel("CarouselPanel",{figureId:o}))},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.CAROUSEL"},EO={name:ui("Pivot table"),execute:e=>{const t=e.model.uuidGenerator.smallUuid(),o=e.model.uuidGenerator.smallUuid();e.model.dispatch("INSERT_NEW_PIVOT",{pivotId:t,newSheetId:o}).isSuccessful&&e.openSidePanel("PivotSidePanel",{pivotId:t})},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.PIVOT"},RO={name:ui("Image"),description:"Ctrl+O",execute:B_,isVisible:e=>void 0!==e.imageProvider,isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.INSERT_IMAGE"},TO={name:()=>ui("Table"),execute:e=>{const t=e.model.getters.getActiveSheetId();P_(e,t).isSuccessful&&e.openSidePanel("TableSidePanel",{})},isVisible:e=>q_(e)&&!e.model.getters.getFirstTableInSelection(),isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.PAINT_TABLE"},AO={name:ui("Function"),icon:"o-spreadsheet-Icon.FORMULA"},DO={name:ui("SUM"),execute:e=>e.startCellEdition("=SUM(")},_O={name:ui("AVERAGE"),execute:e=>e.startCellEdition("=AVERAGE(")},FO={name:ui("COUNT"),execute:e=>e.startCellEdition("=COUNT(")},OO={name:ui("MAX"),execute:e=>e.startCellEdition("=MAX(")},PO={name:ui("MIN"),execute:e=>e.startCellEdition("=MIN(")},MO={name:ui("All"),children:[function(){return UO(AC.getKeys().filter((e=>!AC.get(e).hidden)))}]};const NO={name:ui("Link"),execute:$_,icon:"o-spreadsheet-Icon.INSERT_LINK"},kO={name:ui("Checkbox"),execute:e=>{const t=e.model.getters.getSelectedZones(),o=e.model.getters.getActiveSheetId(),s=t.map((t=>e.model.getters.getRangeDataFromZone(o,t)));e.model.dispatch("ADD_DATA_VALIDATION_RULE",{ranges:s,sheetId:o,rule:{id:e.model.uuidGenerator.smallUuid(),criterion:{type:"isBoolean",values:[]}}})},icon:"o-spreadsheet-Icon.INSERT_CHECKBOX"},LO={name:ui("Dropdown list"),execute:e=>{const t=e.model.getters.getSelectedZones(),o=e.model.getters.getActiveSheetId(),s=t.map((t=>e.model.getters.getRangeDataFromZone(o,t))),i=e.model.uuidGenerator.smallUuid();e.model.dispatch("ADD_DATA_VALIDATION_RULE",{ranges:s,sheetId:o,rule:{id:i,criterion:{type:"isValueInList",values:[],displayStyle:"chip"}}});const n=e.model.getters.getDataValidationRule(o,i);n&&e.openSidePanel("DataValidationEditor",{rule:Jl(n,e.model.getters.getLocale()),onExit:()=>{e.replaceSidePanel("DataValidation","DataValidationEditor")}})},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.INSERT_DROPDOWN"},VO={name:ui("Insert sheet"),execute:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSheetIds().indexOf(t)+1,s=e.model.uuidGenerator.smallUuid();e.model.dispatch("CREATE_SHEET",{sheetId:s,position:o,name:e.model.getters.getNextSheetName()}),e.model.dispatch("ACTIVATE_SHEET",{sheetIdFrom:t,sheetIdTo:s})},icon:"o-spreadsheet-Icon.INSERT_SHEET"};function UO(e){return e.sort().map(((e,t)=>({name:e,sequence:10*t,execute:t=>t.startCellEdition(`=${e}(`)})))}function HO(e){const t=e.model.getters.getActiveRows();if(t.size)return t.size;{const t=e.model.getters.getSelectedZones()[0];return t.bottom-t.top+1}}function zO(e){const t=e.model.getters.getActiveCols();if(t.size)return t.size;{const t=e.model.getters.getSelectedZones()[0];return t.right-t.left+1}}const BO="(previous)",$O="(next)";function GO(e,t){const o=e.definition.rows.map((e=>e.nameWithGranularity)),s=t.filter((e=>o.includes(e.field))),i=e.definition.columns.map((e=>e.nameWithGranularity));return{colDomain:t.filter((e=>i.includes(e.field))),rowDomain:s}}function WO(e,t,o){return"column"===t?GO(e,o).colDomain:GO(e,o).rowDomain}function qO(e,t){return void 0!==ZO(e,t)}function ZO(e,t,o){let s=t;for(const t of e){const e=s.find((e=>e.value===t.value));if(!e)return;if(e.field===o)return s;s=e.children}return s}function jO(e,t,o){const s=(e=pt(e)).find((e=>e.field===t));return s?(s.value=o,e):e}function YO(e,t){return t.some((t=>t.field===e))}function XO(e,t){if(e.definition.rows.map((e=>e.nameWithGranularity)).includes(t))return"row";if(e.definition.columns.map((e=>e.nameWithGranularity)).includes(t))return"column";throw new Error(`Field ${t} not found in pivot`)}function KO(e){return e?e.map(JO).join(", "):""}function JO(e){return e?`${e.field}=${e.value}`:""}function QO(e,t){const o=e.findIndex((e=>e.field===t));if(-1===o)return"";const s=e.slice(0,o),i=e.at(-1);return KO(i.field===t?s:[...s,i])}function eP(e,t){const o=e.findIndex((e=>e.field===t));return-1===o?"":KO([...e.slice(0,o),...e.slice(o+1)])}function tP(e,t,o){const s=[...e],i=[...t];s.sort(((e,t)=>o([...i,e],[...i,t])));for(const t of e){const e=tP(t.children,[...i,t],o);t.children=e}return s}function oP(e,t){return e.length>t.length&&t.every(((t,o)=>zt(t,e[o])))}class sP{measures;columns;rows;sortedColumn;collapsedDomains;customFields;constructor(e,t){this.columns=e.columns.map((e=>this.createPivotDimension(t,e))),this.rows=e.rows.map((e=>this.createPivotDimension(t,e))),this.measures=e.measures.map((e=>this.createMeasure(t,e))),this.sortedColumn=e.sortedColumn,this.collapsedDomains=e.collapsedDomains,this.customFields=e.customFields}getDimension(e){const t=this.columns.find((t=>t.nameWithGranularity===e))||this.rows.find((t=>t.nameWithGranularity===e));if(!t)throw new rn(ui("Dimension %s does not exist",e));return t}getMeasure(e){const t=this.measures.find((t=>t.id===e));if(!t)throw new rn(ui("Field %s is not a measure",e));return t}get invalidAggregatorsForCustomField(){return[]}createMeasure(e,t){const o=t.fieldName,s="__count"===o?{name:"__count",string:ui("Count"),type:"integer",aggregator:"sum"}:e[o],i=t.aggregator;let n=!(!s&&!t.computedBy);for(const t of[...this.rows,...this.columns]){const o=e[t.fieldName];if(o?.isCustomField&&this.invalidAggregatorsForCustomField.includes(i)){n=!1;break}}return{id:t.id,get displayName(){return t.userDefinedName??s?.string??t.fieldName},userDefinedName:t.userDefinedName,fieldName:o,aggregator:i,type:"__count"===o?"integer":s?.type??"integer",isValid:n,isHidden:t.isHidden,format:t.format,computedBy:t.computedBy,display:t.display}}createPivotDimension(e,t){const o=e[t.fieldName],s=o?.type??"integer",i=o&&oh(o)?t.granularity:void 0;return{displayName:o?.string??t.fieldName,nameWithGranularity:t.fieldName+(i?`:${i}`:""),fieldName:t.fieldName,granularity:i,type:o?.isCustomField?"custom":s,order:t.order,isValid:!!o,isCustomField:!!o?.isCustomField,customGroups:o?.customGroups,parentField:o?.parentField}}}class iP extends sP{range;constructor(e,t,o){if(super(e,t),e.dataSet){const{sheetId:t,zone:s}=e.dataSet;this.range=o.getRangeFromZone(t,s)}}}class nP{columns;rows;measures;fieldsType;maxIndent;pivotCells={};rowTree;colTree;isSorted=!1;constructor(e,t,o,s,i={COL:[],ROW:[]}){this.measures=o,this.fieldsType=s,i.COL.length&&(e=this.removeCollapsedColumns(e,o,i.COL)),this.columns=e.map((e=>{let t=1;return e.map((e=>(e={...e,offset:t},t+=e.width,e)))})),this.rows=t.filter((e=>!this.isParentCollapsed(i.ROW,e))),this.maxIndent=Math.max(...this.rows.map((e=>e.indent))),this.rowTree=Vt((()=>this.buildRowsTree())),this.colTree=Vt((()=>this.buildColumnsTree()))}removeCollapsedColumns(e,t,o){const s=(o,s)=>{const i=this.getDomain(o),n=e[s],r=n.findIndex((e=>oP(this.getDomain(e),i))),a=n.findLastIndex((e=>oP(this.getDomain(e),i))),l=s===e.length-1,c=t.map((e=>({fields:l?[...o.fields,"measure"]:[],values:l?[...o.values,e]:[],width:1,offset:0,collapsedHeader:!l})));n.splice(r,a-r+1,...c)};return e.map(((i,n)=>{for(const r of i){if(n>=e.length-2)return i;const a=this.getDomain(r);if(o.some((e=>zt(a,e)))){r.width=t.length;for(let t=n+1;t<e.length;t++)s(r,t)}}return i}))}isParentCollapsed(e,t){const o=this.getDomain(t);return e.some((e=>oP(o,e)))}getNumberOfDataColumns(){return this.columns.at(-1)?.length||0}getSkippedRows(e){const t=new Set;if(!e.displayColumnHeaders)for(let e=0;e<this.columns.length-1;e++)t.add(e);return e.displayMeasuresRow||t.add(this.columns.length-1),t}getPivotCells(e={displayColumnHeaders:!0,displayTotals:!0,displayMeasuresRow:!0}){const t=JSON.stringify(e);if(!this.pivotCells[t]){const{displayTotals:o}=e,s=this.rows.length,i=this.getNumberOfDataColumns();let n=this.columns.length+s,r=1+i;o||1===s||(n-=1),o||i===this.measures.length||(r-=this.measures.length);const a=[],l=this.getSkippedRows(e);for(let e=0;e<r;e++){a.push([]);for(let t=0;t<n;t++)l.has(t)||a[e].push(this.getPivotCell(e,t,o))}this.pivotCells[t]=a}return this.pivotCells[t]}getRowTree(){return this.rowTree()}getColTree(){return this.colTree()}isTotalRow(e){return this.rows[e].indent!==this.maxIndent}getPivotCell(e,t,o=!0){const s=this.columns.length;if(e>0&&t===s-1){const o=this.getColHeaderDomain(e,t);if(!o)return rP;const s=o.at(-1)?.value?.toString()||"";return{type:"MEASURE_HEADER",domain:o.slice(0,-1),measure:s}}if(t<=s-1){const o=this.getColHeaderDomain(e,t);return o?{type:"HEADER",domain:o,dimension:"COL"}:rP}if(0===e){const e=t-s;return{type:"HEADER",domain:this.getDomain(this.rows[e]),dimension:"ROW"}}{const i=t-s;if(!o&&this.isTotalRow(i))return rP;return{type:"VALUE",domain:[...this.getDomain(this.rows[i]),...this.getColDomain(e)],measure:this.getColMeasure(e)}}}getColHeaderDomain(e,t){if(0===e)return;const o=this.columns[t].find((t=>t.offset===e));return o&&!o.collapsedHeader?this.getDomain(o):void 0}getDomain(e){return e.fields.map(((t,o)=>{if("measure"===t)return{type:"char",field:t,value:rh({displayName:"measure",type:"char"},e.values[o])};{const{fieldName:s,granularity:i}=th(t),n=this.fieldsType[s]||"char";return{type:n,field:t,value:rh({displayName:s,type:n,granularity:i},e.values[o])}}}))}getColDomain(e){const t=this.getColHeaderDomain(e,this.columns.length-1);return t?t.slice(0,-1):[]}getColMeasure(e){const t=this.getColHeaderDomain(e,this.columns.length-1),o=t?.at(-1)?.value;if(null==o)throw new Error("Measure is missing");return o.toString()}buildRowsTree(){const e=[];let t=0;const o={};o[0]=e;for(const s of this.rows){if(0===s.fields.length||0===s.values.length)return e;const i=s.fields.length-1,n=s.fields[i],{fieldName:r,granularity:a}=th(n),l=rh({displayName:r,type:this.fieldsType[r]??"char",granularity:a},s.values[i]);if(i>t){t=i,o[t]=[];const e=o[t-1].at(-1);e&&(e.children=o[t])}t=i;const c={value:l,field:s.fields[i],children:[],type:this.fieldsType[r]||"char",width:0};o[t].push(c)}return e}buildColumnsTree(){const e=[],t=this.columns.at(-2)||[],o={};o[0]=e;for(const e of t)for(let t=0;t<e.fields.length;t++){const s=e.fields[t],{fieldName:i,granularity:n}=th(s),r=rh({displayName:i,type:this.fieldsType[i]??"char",granularity:n},e.values[t]),a={value:r,field:e.fields[t],children:[],width:e.width,type:this.fieldsType[i]||"char"};o[t]?.at(-1)?.value!==r&&(o[t+1]=[],a.children=o[t+1],o[t].push(a))}return e}export(){return{cols:this.columns,rows:this.rows,measures:this.measures,fieldsType:this.fieldsType}}sort(e,t,o){if(this.isSorted)return;const s=(e,t)=>{const s=o(e,t).value;return"number"==typeof s?s:-1/0},i=t.domain,n=tP(this.rowTree(),[],((o,n)=>{const r=s(e,[...o,...i]),a=s(e,[...n,...i]);return"asc"===t.order?r-a:a-r}));this.rowTree=Vt(n),this.rows=[...this.rowTreeToRows(n),this.rows[this.rows.length-1]],this.isSorted=!0}rowTreeToRows(e,t){return e.flatMap((e=>{const o={indent:t?t.indent+1:1,fields:[...t?.fields||[],e.field],values:[...t?.values||[],e.value]};return[o,...this.rowTreeToRows(e.children,o)]}))}get numberOfCells(){return this.rows.length*this.getNumberOfDataColumns()}}const rP={type:"EMPTY"};function aP(e,t,o){const s=t.measures.filter((e=>!e.isHidden)).map((e=>e.id)),i=cP(e,t.columns,0);hP(i,s.length);const n=function(e,t){const o=t.columns.map((e=>e.nameWithGranularity)),s=o.length,i=t.measures.filter((e=>!e.isHidden)),n=i.length,r=new Array(s).fill(0).map((()=>[]));function a(e,t,i){const n=r[t];for(const r of e){const e=i.concat([r.value]),l={fields:o.slice(0,t+1),values:e,width:r.width,offset:0};n.push(l),t<=s-1&&a(r.children,t+1,e)}}a(e,0,[]);const l=o.length>0,c=[];l&&r[r.length-1].forEach((e=>{i.forEach((t=>{const o={fields:[...e.fields,"measure"],values:[...e.values,t.id],width:1,offset:0};c.push(o)}))}));i.forEach((e=>{const t={fields:["measure"],values:[e.id],width:1,offset:0};c.push(t)})),r.push(c),1===r.length&&r.unshift([]);return r[r.length-2].push({fields:[],values:[],width:n,offset:0}),r}(i,t),r=lP(e,0,t.rows,[],[]);r.push({fields:[],values:[],indent:0});const a={};for(const e of t.columns)a[e.fieldName]=e.type;for(const e of t.rows)a[e.fieldName]=e.type;const l="collapsed"===o?t.collapsedDomains:void 0;return new nP(n,r,s,a,l)}function lP(e,t,o,s,i){if(t>=o.length)return[];const n=o[t],r=n.nameWithGranularity,a=dP(e,n),l=uP(a,n),c=[],h=s.concat(r);for(const e of l){const s=i.concat(e);c.push({fields:h,values:s,indent:t+1});const n=a[e];n&&c.push(...lP(n,t+1,o,h,s))}return c}function cP(e,t,o){if(o>=t.length)return[];const s=t[o],i=t[o].nameWithGranularity,n=dP(e,s);return uP(n,t[o]).map((e=>({value:n[e]?.[0]?.[s.nameWithGranularity]?.value??null,field:i,children:cP(n[e]||[],t,o+1),type:s.type,width:0})))}function hP(e,t){for(const o in e){const s=e[o];0===s.children.length?s.width=t:(hP(s.children,t),s.width=s.children.reduce(((e,t)=>e+t.width),0))}}function dP(e,t){return Object.groupBy(e,function(e){const t=e.nameWithGranularity;return e=>`${e[t]?.value??null}`}(t))}function uP(e,t){const o=t.order,s=t.customGroups?.find((e=>e.isOtherGroup));return o||s?Object.keys(e).sort(((e,i)=>s&&e===s.name?1:s&&i===s.name?-1:o?function(e,t,o){if("null"===t)return"asc"===e.order?1:-1;if("null"===o)return"asc"===e.order?-1:1;if("integer"===e.type||"datetime"===e.type)return"asc"===e.order?Sn(t,w)-Sn(o,w):Sn(o,w)-Sn(t,w);return"asc"===e.order?t.localeCompare(o):o.localeCompare(t)}(t,e,i):0)):Object.keys(e)}const gP=Symbol("NULL");function pP(e,t,o){const s=e.granularity||"month";if(!(s in mP))throw new Error(`Unknown date granularity: ${s}`);const i="number"==typeof t||"string"==typeof t?t:gP;if(!mP[s].set.has(t)){mP[s].set.add(t);let n=null;if("number"==typeof t||"string"==typeof t){const e=Dn(t,o);switch(s){case"year":n=e.getFullYear();break;case"quarter_number":n=Math.floor(e.getMonth()/3)+1;break;case"month_number":n=e.getMonth()+1;break;case"month":case"day":n=Math.floor(Sn(t,o));break;case"iso_week_number":n=e.getIsoWeek();break;case"day_of_month":n=e.getDate();break;case"day_of_week":n=(e.getDay()+7-o.weekStart)%7+1;break;case"hour_number":n=e.getHours();break;case"minute_number":n=e.getMinutes();break;case"second_number":n=e.getSeconds()}}mP[s].values[i]=rh(e,n)}return mP[s].values[i]}const mP={year:{set:new Set,values:{}},quarter_number:{set:new Set,values:{}},month_number:{set:new Set,values:{}},month:{set:new Set,values:{}},iso_week_number:{set:new Set,values:{}},day_of_month:{set:new Set,values:{}},day:{set:new Set,values:{}},day_of_week:{set:new Set,values:{}},hour_number:{set:new Set,values:{}},minute_number:{set:new Set,values:{}},second_number:{set:new Set,values:{}}};var fP;!function(e){e[e.NONE=0]="NONE",e[e.TABLE=1]="TABLE",e[e.DATA=2]="DATA",e[e.DEFINITION=3]="DEFINITION",e[e.ALL=4]="ALL"}(fP||(fP={}));const vP=new n,bP=["year","quarter_number","month_number","month","iso_week_number","day_of_month","day","day_of_week"];vP.add("SPREADSHEET",{ui:class{type="SPREADSHEET";getters;_definition;coreDefinition;metaData={fields:{},fieldKeys:[]};dataEntries=[];collapsedTable;expandedTable;invalidRangeError;needsReevaluation=!0;constructor(e,t){this.getters=t.getters,this.coreDefinition=t.definition}init(e={}){this._definition&&!e.reload||(this.reload(fP.ALL),this.needsReevaluation=!1)}reload(e){e===fP.ALL&&(this.metaData=this.loadMetaData()),e>=fP.DEFINITION&&(this._definition=this.loadRuntimeDefinition()),e>=fP.DATA&&(this.dataEntries=this.loadData()),e>=fP.TABLE&&(this.collapsedTable=void 0,this.expandedTable=void 0)}onDefinitionChange(e){const t=this.coreDefinition;if(this.coreDefinition=e,this._definition){const o=Math.max(this.computeShouldReload(t,e),fP.NONE);this.reload(o)}}computeShouldReload(e,t){return zt(e.dataSet,t.dataSet)?fP.DEFINITION:fP.ALL}get isInvalidRange(){return!!this.invalidRangeError}get invalidRangeMessage(){return this.invalidRangeError?.message}get definition(){if(this._definition||this.init(),!this._definition)throw new Error("Pivot definition should be defined at this point.");return this._definition}isValid(){if(this.invalidRangeError||!this.definition)return!1;for(const e of this.definition.measures)if(!e.isValid)return!1;for(const e of this.definition.columns)if(!e.isValid)return!1;for(const e of this.definition.rows)if(!e.isValid)return!1;return!0}assertIsValid({throwOnError:e}){if(!this.isValid()){if(e)throw this.invalidRangeError?this.invalidRangeError:new rn(ui("At least one measure and/or dimension is not correct."));return{value:sn.GenericError,message:this.invalidRangeError?.message??ui("At least one measure and/or dimension is not correct.")}}}areDomainArgsFieldsValid(e){let t=e.filter(((e,t)=>t%2==0)).map(En);return t.length&&"measure"===t.at(-1)&&(t=t.slice(0,-1)),ih(t,this.definition)}parseArgsToPivotDomain(e){const t=[];for(let o=0;o<e.length-1;o+=2){const s=En(e[o]),i=this.getTypeOfDimension(s),n="measure"===s?En(e[o+1]):rh(this.getDimension(s),e[o+1]);t.push({field:s,value:n,type:i})}return t}markAsDirtyForEvaluation(){this.needsReevaluation=!0}getMeasure(e){return this.definition.getMeasure(e)}getPivotMeasureValue(e){return{value:this.getMeasure(e).displayName}}getPivotHeaderValueAndFormat(e){const t=e.at(-1);if(!t)return{value:ui("Total")};const o=this.getDimension(t.field),s=this.filterDataEntriesFromDomain(this.dataEntries,e),i=s[0]?.[o.nameWithGranularity];if("datetime"===o.type){return Mc(o.granularity||"month").toValueAndFormat(t.value,this.getters.getLocale())}return i?null===i.value?{value:ui("(Undefined)")}:i:{value:""}}getPivotCellValueAndFormat(e,t){const o=this.filterDataEntriesFromDomain(this.dataEntries,t);if(0===o.length)return{value:""};const s=this.getMeasure(e),i=o.map((e=>e[s.fieldName])).filter(Mt),n=i.filter((e=>e.type!==r.empty)),a=s.aggregator,l=Kc[a];if(!l)throw new Error(`Aggregator ${a} does not exist`);try{const e=l([i],this.getters.getLocale());return 0===n.length?{...e,value:""}:e}catch(e){return DC(e,a.toUpperCase())}}getPossibleFieldValues(e){const t=[],o=dP(this.dataEntries,e),s=uP(o,e);for(const i of s)t.push({value:o[i]?.[0]?.[e.nameWithGranularity]?.value??"",label:o[i]?.[0]?.[e.nameWithGranularity]?.formattedValue||""});return t}getCollapsedTableStructure(){if(!this.isValid())throw new Error("Pivot is not valid !");return this.collapsedTable||(this.collapsedTable=aP(this.dataEntries,this.definition,"collapsed")),this.collapsedTable}getExpandedTableStructure(){if(!this.isValid())throw new Error("Pivot is not valid !");return this.expandedTable||(this.expandedTable=aP(this.dataEntries,this.definition,"expanded")),this.expandedTable}getFields(){return this.metaData.fields}get fields(){return this.getFields()}loadMetaData(){if(this.invalidRangeError=void 0,!this.coreDefinition.dataSet)return this.invalidRangeError=new rn(ui("The pivot cannot be created because the dataset is missing.")),{fields:{},fieldKeys:[]};{const{zone:e,sheetId:t}=this.coreDefinition.dataSet,o=this.getters.getRangeFromZone(t,e);try{const e=this.extractFieldsFromRange(o),t=fh(this.coreDefinition,e.fields);return{...e,fields:{...e.fields,...t}}}catch(e){return this.invalidRangeError=e,{fields:{},fieldKeys:[]}}}}loadRuntimeDefinition(){return new iP(this.coreDefinition,this.fields,this.getters)}loadData(){const e=this._definition?.range;return this.isValid()&&e?this.extractDataEntriesFromRange(e):[]}getTypeOfDimension(e){if("measure"===e)return"char";const{fieldName:t}=th(e),o=this.fields[t]?.type;if(!o)throw new Error(`Field ${t} does not exist`);return o}filterDataEntriesFromDomain(e,t){return t.reduce(((e,t)=>this.filterDataEntriesFromDomainNode(e,t)),e)}filterDataEntriesFromDomainNode(e,t){const{field:o,value:s,type:i}=t,{nameWithGranularity:n}=this.getDimension(o);return e.filter((e=>{const t=e[n]?.value;return"char"===i?String(t)===String(s):t===s}))}getDimension(e){return this.definition.getDimension(e)}getTypeFromZone(e,t){const o=this.getters.getEvaluatedCellsInZone(e,t).filter((e=>!(e.type===r.empty||""===e.value)));return 0===o.length?"integer":o.every((e=>e.type===r.number&&e.format&&Mr(e.format)))?"datetime":o.every((e=>e.type===r.boolean))?"boolean":o.some((e=>e.type===r.text))?"char":"integer"}assertCellIsValidField(e,t,o){if(o.type===r.error)throw new rn(ui("The pivot cannot be created because cell %s contains an error",_o(e,t)));if(o.type===r.empty||""===o.value)throw new rn(ui("The pivot cannot be created because cell %s is empty",_o(e,t)));if("__count"===o.value)throw new rn(ui("The pivot cannot be created because cell %s contains a reserved value",_o(e,t)))}extractFieldsFromRange(e){const t={},o=[],s=e.sheetId,i=e.zone.top;for(let n=e.zone.left;n<=e.zone.right;n++){const r=this.getters.getEvaluatedCell({sheetId:s,col:n,row:i});this.assertCellIsValidField(n,i,r);const a=r.value?.toString();if(a){const i=this.getTypeFromZone(s,{top:e.zone.top+1,left:n,bottom:e.zone.bottom,right:n}),r=mh(a,t);t[r]={name:r,type:i,string:r,aggregator:"integer"===i?"sum":"count"},o.push(r)}}return{fields:t,fieldKeys:o}}extractDataEntriesFromRange(e){const t=[];for(let o=e.zone.top+1;o<=e.zone.bottom;o++){const s={top:o,bottom:o,left:e.zone.left,right:e.zone.right},i=this.getters.getEvaluatedCellsInZone(e.sheetId,s),n={};for(const e in i){const t=i[e],o=this.fields[this.metaData.fieldKeys[e]];if(!o)throw new Error(`Field ${this.metaData.fieldKeys[e]} does not exist`);""===t.value?n[o.name]={value:null,type:r.empty,formattedValue:""}:n[o.name]=t}for(const e in this.definition.customFields||{}){const t=this.definition.customFields?.[e];if(!t)continue;const o=n[t.parentField],s=this.fields[t.parentField];if(!o||!s){n[e]={value:null,type:r.empty,formattedValue:""};continue}const i=t.groups.find((e=>e.values.some((e=>e===o?.value))))||t.groups.find((e=>e.isOtherGroup));n[e]={...o,value:i?i.name:o.value}}n.__count={value:1,type:r.number,formattedValue:"1"},t.push(n)}const o=this.definition.columns.concat(this.definition.rows).filter((e=>"datetime"===e.type));if(o.length){const e=this.getters.getLocale();for(const s of t)for(const t of o){const o=pP(t,s[t.fieldName]?.value||null,this.getters.getLocale()),i=Mc(t.granularity||"month"),{format:n,value:a}=i.toValueAndFormat(o,e);s[t.nameWithGranularity]={value:o,type:s[t.fieldName]?.type||r.empty,format:s[t.fieldName]?.format,formattedValue:Rr(a,{locale:e,format:n})}}}return t}},definition:iP,externalData:!1,dateGranularities:[...bP],datetimeGranularities:[...bP,"hour_number","minute_number","second_number"],isMeasureCandidate:e=>"boolean"!==e.type,isGroupable:()=>!0,canHaveCustomGroup:e=>"char"===e.type&&!e.isCustomField});const SP={name:ui("See pivot properties"),execute(e){const t=e.model.getters.getActivePosition(),o=e.model.getters.getPivotIdFromPosition(t);e.openSidePanel("PivotSidePanel",{pivotId:o})},isVisible:e=>{const t=e.model.getters.getActivePosition(),o=e.model.getters.getPivotIdFromPosition(t);return!e.isSmall&&o&&e.model.getters.isExistingPivot(o)||!1},isReadonlyAllowed:!0,icon:"o-spreadsheet-Icon.PIVOT"},CP={name:ui("Ascending"),execute:e=>AP(e,e.model.getters.getActivePosition(),"asc"),isActive:e=>"asc"===e.model.getters.getPivotCellSortDirection(e.model.getters.getActivePosition())},yP={name:ui("Descending"),execute:e=>AP(e,e.model.getters.getActivePosition(),"desc"),isActive:e=>"desc"===e.model.getters.getPivotCellSortDirection(e.model.getters.getActivePosition())},IP={name:ui("No sorting"),execute:e=>AP(e,e.model.getters.getActivePosition(),"none"),isActive:e=>"none"===e.model.getters.getPivotCellSortDirection(e.model.getters.getActivePosition())},wP={name:ui("Convert to individual formulas"),execute(e){const t=e.model.getters.getActivePosition(),o=e.model.getters.getCorrespondingFormulaCell(t),s=e.model.getters.getPivotIdFromPosition(t);if(!o||!s)return;const{sheetId:i,col:n,row:r}=e.model.getters.getCellPosition(o.id),a=e.model.getters.getPivot(s);a.init(),a.isValid()&&e.model.dispatch("SPLIT_PIVOT_FORMULA",{sheetId:i,col:n,row:r,pivotId:s})},isVisible:e=>{const t=e.model.getters.getActivePosition(),o=e.model.getters.getPivotIdFromPosition(t);if(!o)return!1;const s=e.model.getters.getPivot(o),i=e.model.getters.getEvaluatedCell(t);return s.isValid()&&e.model.getters.isSpillPivotFormula(t)&&i.type!==r.error},icon:"o-spreadsheet-Icon.PIVOT"},xP={name:ui("Group pivot dimensions"),execute:e=>{const t=DP(e);if(!t)return;const{pivotId:o,values:s,field:i}=t,n=e.model.getters.getPivot(o),r=pt(e.model.getters.getPivotCoreDefinition(o));if(i.isCustomField){const e=(r.customFields||{})[i.name];if(!e)return;!function(e,t){const o=new Set,s=[];for(const i of t){const t=e.groups.find((e=>e.name===i));t?(s.push(t),t.values.forEach((e=>o.add(e)))):o.add(i)}if(s.some((e=>e.isOtherGroup)))e.groups=e.groups.filter((e=>e.isOtherGroup||!s.includes(e)));else if(0===s.length){const o={name:ph(ui("Group"),e),values:t};e.groups.push(o)}else{const t=s.slice(1);e.groups=e.groups.filter((e=>!t.includes(e))),s[0].values=Array.from(o)}}(e,s)}else!function(e,t,o,s){const i=Sh(e,o,s);vh(t,i);const n={name:ph(ui("Group"),i),values:t};i.groups.push(n),e.customFields||(e.customFields={});e.customFields[i.name]=i,bh(e,o.name,i.name)}(r,s,i,n.getFields());e.model.dispatch("UPDATE_PIVOT",{pivotId:o,pivot:r})},isVisible:e=>{const t=DP(e);if(!t)return!1;const{pivotId:o,values:s,field:i}=t,n=e.model.getters.getPivot(o);return s.length>1&&(i.isCustomField||vP.get(n.type).canHaveCustomGroup(i))}},EP={name:ui("Group all remaining dimensions"),execute:e=>{const t=DP(e);if(!t)return;const{pivotId:o,field:s}=t,i=e.model.getters.getPivot(o),n=pt(e.model.getters.getPivotCoreDefinition(o)),r=s.isCustomField?(n.customFields||{})[s.name]:Sh(n,s,i.getFields());r&&(r.groups.push({name:ph(ui("Others"),r),values:[],isOtherGroup:!0}),bh(n,s.name,r.name),e.model.dispatch("UPDATE_PIVOT",{pivotId:o,pivot:n}))},isVisible:e=>{const t=DP(e);if(!t)return!1;const{pivotId:o,field:s,values:i}=t;return function(e,t,o,s){const i=e.model.getters.getPivot(t),n=e.model.getters.getPivotCoreDefinition(t),r=s.isCustomField?(n.customFields||{})[s.name]:Object.values(n.customFields||{}).find((e=>e.parentField===s.name)),a=i.definition.getDimension(s.name);if(!a||!r||_P(n,o,s,i.getFields()))return!1;const l=new Set(i.getPossibleFieldValues(a).map((e=>e.value))),c=s.isCustomField?r.groups.map((e=>e.name)):r.groups.flatMap((e=>e.values));for(const e of[...o,...c])l.delete(e);return 0===l.size}(e,o,i,s)}},RP={name:ui("Ungroup pivot dimensions"),execute:e=>{const t=DP(e);if(!t)return;const{pivotId:o,values:s,field:i}=t,n=e.model.getters.getPivot(o),r=pt(e.model.getters.getPivotCoreDefinition(o));!function(e,t,o,s){let i;if(o.isCustomField){if(i=(e.customFields||{})[o.name],!i)return;i.groups=i.groups.filter((e=>!t.includes(e.name)))}else i=Sh(e,o,s),i.groups.some((e=>e.isOtherGroup))&&t.some((e=>!i?.groups.some((t=>t.values.includes(e)))))&&(i.groups=i.groups.filter((e=>!e.isOtherGroup))),vh(t,i);i.groups.every((e=>0===e.values.length&&!e.isOtherGroup))&&(!function(e,t){const o=e.customFields?.[t];if(!o)return;const s=[...e.rows,...e.columns].some((e=>e.fieldName===o.parentField));for(const i of[e.rows,e.columns]){const e=i.findIndex((e=>e.fieldName===t));-1!==e&&(s?i.splice(e,1):i.splice(e,1,{fieldName:o.parentField}))}}(e,i.name),delete e.customFields?.[i.name])}(r,s,i,n.getFields()),e.model.dispatch("UPDATE_PIVOT",{pivotId:o,pivot:r})},isVisible:e=>{const t=DP(e);if(!t)return!1;const{pivotId:o,values:s,field:i}=t,n=e.model.getters.getPivot(o),r=e.model.getters.getPivotCoreDefinition(o);if(!i.isCustomField){const e=Sh(r,i,n.getFields());if(![...r.rows,...r.columns].some((t=>t.fieldName===e.name)))return!1}return _P(r,s,i,n.getFields())}};function TP(e,t){const o=e.getPivotIdFromPosition(t);if(!o||!e.isExistingPivot(o)||!e.isSpillPivotFormula(t))return!1;if(!e.getPivot(o).isValid())return!1;const s=e.getPivotCellFromPosition(t);return"VALUE"===s.type||"MEASURE_HEADER"===s.type}function AP(e,t,o){const s=e.model.getters.getPivotIdFromPosition(t),i=e.model.getters.getPivotCellFromPosition(t);if("EMPTY"===i.type||"HEADER"===i.type||!s)return;if("none"===o)return void e.model.dispatch("UPDATE_PIVOT",{pivotId:s,pivot:{...e.model.getters.getPivotCoreDefinition(s),sortedColumn:void 0}});const n=GO(e.model.getters.getPivot(s),i.domain).colDomain;e.model.dispatch("UPDATE_PIVOT",{pivotId:s,pivot:{...e.model.getters.getPivotCoreDefinition(s),sortedColumn:{domain:n,order:o,measure:i.measure}}})}function DP(e){let t,o;const s=[];for(const i of e.model.getters.getSelectedZones()){const n=e.model.getters.getActiveSheetId();for(const r of ns(n,i)){const i=e.model.getters.getPivotIdFromPosition(r);if(t){if(i&&t!==i)return}else t=i;if(!t)continue;const n=e.model.getters.getPivotCellFromPosition(r);if("HEADER"!==n.type||!e.model.getters.isSpillPivotFormula(r))continue;const a=n.domain.at(-1)?.field;if(!o&&a)o=a;else if(o&&a&&o!==a)return;s.push(n)}}if(!t||!o||0===s.length)return;const i=e.model.getters.getPivot(t).getFields()[o];if(!i)return;return{pivotId:t,values:s.map((e=>e.domain.at(-1)?.value)).filter((e=>void 0!==e)),field:i}}function _P(e,t,o,s){if(o.isCustomField){const s=(e.customFields||{})[o.name];return!!s&&s.groups.some((e=>t.includes(e.name)))}return Sh(e,o,s).groups.some((e=>e.isOtherGroup||t.some((t=>e.values.includes(t)))))}const FP=new fT;FP.add("cut",{...zF,sequence:10}).add("copy",{...HF,sequence:20}).add("paste",{...BF,sequence:30}).add("paste_special",{...$F,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...GF,sequence:10}).addChild("paste_format_only",["paste_special"],{...WF,sequence:20}).add("add_row_before",{...dO,sequence:70}).add("add_column_before",{...vO,sequence:90}).add("insert_cell",{...CO,sequence:100,separator:!0}).addChild("insert_cell_down",["insert_cell"],{...yO,name:ui("Shift down"),sequence:10}).addChild("insert_cell_right",["insert_cell"],{...IO,name:ui("Shift right"),sequence:20}).add("delete_row",{...YF,sequence:110,icon:"o-spreadsheet-Icon.TRASH"}).add("delete_column",{...JF,sequence:120,icon:"o-spreadsheet-Icon.TRASH"}).add("delete_cell",{...eO,sequence:130,separator:!0,icon:"o-spreadsheet-Icon.TRASH"}).addChild("delete_cell_up",["delete_cell"],{...tO,name:ui("Shift up"),sequence:10,icon:"o-spreadsheet-Icon.DELETE_CELL_SHIFT_UP"}).addChild("delete_cell_left",["delete_cell"],{...oO,name:ui("Shift left"),sequence:20,icon:"o-spreadsheet-Icon.DELETE_CELL_SHIFT_LEFT"}).add("edit_table",{...iO,isVisible:W_,isEnabled:e=>!e.isSmall,sequence:140}).add("delete_table",{...nO,isVisible:W_,sequence:145,separator:!0}).add("insert_link",{...NO,name:e=>{const t=e.model.getters.getActiveSheetId(),{col:o,row:s}=e.model.getters.getActivePosition(),i=e.model.getters.getEvaluatedCell({sheetId:t,col:o,row:s});return i&&i.link?ui("Edit link"):ui("Insert link")},sequence:150,separator:!0}).add("pivot_headers_group",{sequence:155,icon:"o-spreadsheet-Icon.PLUS_IN_BOX",...xP}).add("pivot_group_remaining",{sequence:155,icon:"o-spreadsheet-Icon.PLUS_IN_BOX",...EP}).add("pivot_headers_ungroup",{sequence:155,icon:"o-spreadsheet-Icon.MINUS_IN_BOX",...RP}).add("pivot_sorting",{name:ui("Sort pivot"),sequence:155,icon:"o-spreadsheet-Icon.SORT_RANGE",isVisible:e=>{const t=e.model.getters.getActivePosition();return TP(e.model.getters,t)}}).add("pivot_fix_formulas",{...wP,sequence:160}).add("pivot_properties",{...SP,sequence:170,separator:!0}).addChild("pivot_sorting_asc",["pivot_sorting"],{...CP,sequence:10}).addChild("pivot_sorting_desc",["pivot_sorting"],{...yP,sequence:20}).addChild("pivot_sorting_none",["pivot_sorting"],{...IP,sequence:30});const OP={name:ui("Sort range"),isVisible:Z_,icon:"o-spreadsheet-Icon.SORT_RANGE"},PP={name:ui("Ascending (A ⟶ Z)"),execute:e=>{const{anchor:t,zones:o}=e.model.getters.getSelection(),s=e.model.getters.getActiveSheetId();ff(e,s,t.cell,o[0],"asc")},icon:"o-spreadsheet-Icon.SORT_ASCENDING"},MP={name:ui("Data cleanup"),icon:"o-spreadsheet-Icon.DATA_CLEANUP"},NP={name:ui("Remove duplicates"),execute:e=>{1===gs(e.model.getters.getSelectedZone())&&e.model.selection.selectTableAroundSelection(),e.openSidePanel("RemoveDuplicates",{})},isEnabled:e=>!e.isSmall},kP={name:ui("Trim whitespace"),execute:e=>{e.model.dispatch("TRIM_WHITESPACE")}},LP={name:ui("Descending (Z ⟶ A)"),execute:e=>{const{anchor:t,zones:o}=e.model.getters.getSelection(),s=e.model.getters.getActiveSheetId();ff(e,s,t.cell,o[0],"desc")},icon:"o-spreadsheet-Icon.SORT_DESCENDING"},VP={...Y_},UP={...Y_,isActive:e=>G_(e)},HP={name:ui("Split text to columns"),sequence:1,execute:e=>e.openSidePanel("SplitToColumns",{}),isEnabled:e=>!e.isSmall&&e.model.getters.isSingleColSelected(),icon:"o-spreadsheet-Icon.SPLIT_TEXT"},zP={id:"reinsert_dynamic_pivot",name:ui("Re-insert dynamic pivot"),sequence:60,icon:"o-spreadsheet-Icon.INSERT_PIVOT",children:[e=>e.model.getters.getPivotIds().map(((t,o)=>({id:`reinsert_dynamic_pivot_${e.model.getters.getPivotFormulaId(t)}`,name:e.model.getters.getPivotDisplayName(t),sequence:o,execute:e=>{const o=e.model.getters.getSelectedZone(),s=e.model.getters.getPivot(t).getCollapsedTableStructure().export();e.model.dispatch("INSERT_PIVOT_WITH_TABLE",{pivotId:t,table:s,col:o.left,row:o.top,sheetId:e.model.getters.getActiveSheetId(),pivotMode:"dynamic"}),e.model.dispatch("REFRESH_PIVOT",{id:t})},isVisible:e=>e.model.getters.getPivot(t).isValid()})))],isVisible:e=>e.model.getters.getPivotIds().some((t=>e.model.getters.getPivot(t).isValid()))},BP={id:"reinsert_static_pivot",name:ui("Re-insert static pivot"),sequence:70,icon:"o-spreadsheet-Icon.INSERT_PIVOT",children:[e=>e.model.getters.getPivotIds().map(((t,o)=>({id:`reinsert_static_pivot_${e.model.getters.getPivotFormulaId(t)}`,name:e.model.getters.getPivotDisplayName(t),sequence:o,execute:e=>{const o=e.model.getters.getSelectedZone(),s=e.model.getters.getPivot(t).getExpandedTableStructure();s.numberOfCells>nt?e.notifyUser({type:"warning",text:Ub(s.numberOfCells,e.model.getters.getLocale()),sticky:!0}):(e.model.dispatch("INSERT_PIVOT_WITH_TABLE",{pivotId:t,table:s.export(),col:o.left,row:o.top,sheetId:e.model.getters.getActiveSheetId(),pivotMode:"static"}),e.model.dispatch("REFRESH_PIVOT",{id:t}))},isVisible:e=>e.model.getters.getPivot(t).isValid()})))],isVisible:e=>e.model.getters.getPivotIds().some((t=>e.model.getters.getPivot(t).isValid()))};function $P({name:e,format:t,descriptionValue:o}){const s="function"==typeof t?t:()=>t;return{name:e,description:e=>Rr(o,{format:s(e),locale:e.model.getters.getLocale()}),execute:e=>M_(e,s(e)),isActive:e=>UM(e,s(e)),format:t}}const GP={name:ui("Automatic"),execute:e=>M_(e,""),isActive:e=>function(e){const t=e.model.getters.getActivePosition(),o=e.model.getters.getPivotCellFromPosition(t);if("VALUE"===o.type)return!e.model.getters.getEvaluatedCell(t).format;return!e.model.getters.getCell(t)?.format}(e)},WP={name:ui("Plain text"),execute:e=>M_(e,"@"),isActive:e=>UM(e,"@")},qP=$P({name:ui("Number"),descriptionValue:1000.12,format:"#,##0.00"}),ZP={name:ui("Format as percent"),execute:e=>M_(e,"0.00%"),icon:"o-spreadsheet-Icon.PERCENT"},jP=$P({name:ui("Percent"),descriptionValue:.1012,format:"0.00%"}),YP=$P({name:ui("Currency"),descriptionValue:1000.12,format:e=>Hr(e.model.config.defaultCurrency||rt)}),XP={...$P({name:ui("Currency rounded"),descriptionValue:1e3,format:e=>$r(Hr(e.model.config.defaultCurrency||rt))}),isVisible:e=>{const t=Hr(e.model.config.defaultCurrency||rt);return t!==$r(t)}},KP=$P({name:ui("Accounting"),descriptionValue:-1000.12,format:e=>zr(e.model.config.defaultCurrency||rt)}),JP=ea("2023/09/26 10:43:00 PM",w),QP={name:ui("Custom currency"),isVisible:e=>void 0!==e.loadCurrencies&&!e.isSmall,execute:e=>e.openSidePanel("CustomCurrency",{})},eM=$P({name:ui("Date"),descriptionValue:JP,format:e=>e.model.getters.getLocale().dateFormat}),tM=$P({name:ui("Time"),descriptionValue:JP,format:e=>e.model.getters.getLocale().timeFormat}),oM=$P({name:ui("Date time"),descriptionValue:JP,format:e=>tc(e.model.getters.getLocale())}),sM=$P({name:ui("Duration"),descriptionValue:"27:51:38",format:"hhhh:mm:ss"}),iM=$P({name:ui("Quarter"),descriptionValue:JP,format:"qq yyyy"}),nM=$P({name:ui("Full quarter"),descriptionValue:JP,format:"qqqq yyyy"}),rM={name:ui("More date formats"),execute:e=>e.openSidePanel("MoreFormats",{})},aM=$P({name:ui("Full date time"),format:"dddd d mmmm yyyy hh:mm:ss a",descriptionValue:JP}),lM=$P({name:ui("ISO Date"),format:"yyyy-mm-dd",descriptionValue:JP}),cM=$P({name:ui("ISO Date time"),format:"yyyy-mm-dd hh:mm:ss",descriptionValue:JP}),hM=$P({name:ui("Full week day and month"),format:"dddd d mmmm yyyy",descriptionValue:JP}),dM=$P({name:ui("Day and full month"),format:"d mmmm yyyy",descriptionValue:JP}),uM=$P({name:ui("Short week day"),format:"ddd d mmm yyyy",descriptionValue:JP}),gM=$P({name:ui("Day and short month"),format:"d mmm yyyy",descriptionValue:JP}),pM=$P({name:ui("Full month"),format:"mmmm yyyy",descriptionValue:JP}),mM=$P({name:ui("Short month"),format:"mmm yyyy",descriptionValue:JP}),fM={name:ui("Increase decimal places"),icon:"o-spreadsheet-Icon.INCREASE_DECIMAL",execute:e=>e.model.dispatch("SET_DECIMAL",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),step:1})},vM={name:ui("Decrease decimal places"),icon:"o-spreadsheet-Icon.DECRASE_DECIMAL",execute:e=>e.model.dispatch("SET_DECIMAL",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),step:-1})},bM={name:ui("Bold"),description:"Ctrl+B",execute:e=>N_(e,{bold:!e.model.getters.getCurrentStyle().bold}),icon:"o-spreadsheet-Icon.BOLD",isActive:e=>!!e.model.getters.getCurrentStyle().bold},SM={name:ui("Italic"),description:"Ctrl+I",execute:e=>N_(e,{italic:!e.model.getters.getCurrentStyle().italic}),icon:"o-spreadsheet-Icon.ITALIC",isActive:e=>!!e.model.getters.getCurrentStyle().italic},CM={name:ui("Underline"),description:"Ctrl+U",execute:e=>N_(e,{underline:!e.model.getters.getCurrentStyle().underline}),icon:"o-spreadsheet-Icon.UNDERLINE",isActive:e=>!!e.model.getters.getCurrentStyle().underline},yM={name:ui("Strikethrough"),execute:e=>N_(e,{strikethrough:!e.model.getters.getCurrentStyle().strikethrough}),icon:"o-spreadsheet-Icon.STRIKE",isActive:e=>!!e.model.getters.getCurrentStyle().strikethrough},IM={name:ui("Font size"),children:st.map((e=>({name:e.toString(),sequence:e,id:`font_size_${e}`,execute:t=>N_(t,{fontSize:e}),isActive:t=>function(e,t){const o=e.model.getters.getCurrentStyle().fontSize||ke;return o===t}(t,e)}))),icon:"o-spreadsheet-Icon.FONT_SIZE"},wM={name:ui("Alignment"),icon:"o-spreadsheet-Icon.ALIGN_LEFT"},xM={name:ui("Horizontal align"),icon:e=>function(e){switch(HM(e)){case"right":return"o-spreadsheet-Icon.ALIGN_RIGHT";case"center":return"o-spreadsheet-Icon.ALIGN_CENTER";default:return"o-spreadsheet-Icon.ALIGN_LEFT"}}(e)},EM={name:ui("Left"),description:"Ctrl+Shift+L",execute:e=>N_(e,{align:"left"}),isActive:e=>"left"===HM(e),icon:"o-spreadsheet-Icon.ALIGN_LEFT"},RM={name:ui("Center"),description:"Ctrl+Shift+E",execute:e=>N_(e,{align:"center"}),isActive:e=>"center"===HM(e),icon:"o-spreadsheet-Icon.ALIGN_CENTER"},TM={name:ui("Right"),description:"Ctrl+Shift+R",execute:e=>N_(e,{align:"right"}),isActive:e=>"right"===HM(e),icon:"o-spreadsheet-Icon.ALIGN_RIGHT"},AM={name:ui("Vertical align"),icon:e=>function(e){switch(zM(e)){case"top":return"o-spreadsheet-Icon.ALIGN_TOP";case"middle":return"o-spreadsheet-Icon.ALIGN_MIDDLE";default:return"o-spreadsheet-Icon.ALIGN_BOTTOM"}}(e)},DM={name:ui("Top"),execute:e=>N_(e,{verticalAlign:"top"}),isActive:e=>"top"===zM(e),icon:"o-spreadsheet-Icon.ALIGN_TOP"},_M={name:ui("Middle"),execute:e=>N_(e,{verticalAlign:"middle"}),isActive:e=>"middle"===zM(e),icon:"o-spreadsheet-Icon.ALIGN_MIDDLE"},FM={name:ui("Bottom"),execute:e=>N_(e,{verticalAlign:"bottom"}),isActive:e=>"bottom"===zM(e),icon:"o-spreadsheet-Icon.ALIGN_BOTTOM"},OM={name:ui("Wrapping"),icon:"o-spreadsheet-Icon.WRAPPING_OVERFLOW"},PM={name:ui("Wrapping"),icon:e=>function(e){switch(BM(e)){case"wrap":return"o-spreadsheet-Icon.WRAPPING_WRAP";case"clip":return"o-spreadsheet-Icon.WRAPPING_CLIP";default:return"o-spreadsheet-Icon.WRAPPING_OVERFLOW"}}(e)},MM={name:ui("Overflow"),execute:e=>N_(e,{wrapping:"overflow"}),isActive:e=>"overflow"===BM(e),icon:"o-spreadsheet-Icon.WRAPPING_OVERFLOW"},NM={name:ui("Wrap"),execute:e=>N_(e,{wrapping:"wrap"}),isActive:e=>"wrap"===BM(e),icon:"o-spreadsheet-Icon.WRAPPING_WRAP"},kM={name:ui("Clip"),execute:e=>N_(e,{wrapping:"clip"}),isActive:e=>"clip"===BM(e),icon:"o-spreadsheet-Icon.WRAPPING_CLIP"};ui("Text Color"),ui("Fill Color");const LM={name:ui("Conditional formatting"),execute:e=>{e.openSidePanel("ConditionalFormatting",{selection:e.model.getters.getSelectedZones()})},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.CONDITIONAL_FORMAT"},VM={name:ui("Clear formatting"),description:"Ctrl+<",execute:e=>e.model.dispatch("CLEAR_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()}),icon:"o-spreadsheet-Icon.CLEAR_FORMAT"};function UM(e,t){const o=e.model.getters.getActivePosition();return"VALUE"===e.model.getters.getPivotCellFromPosition(o).type?e.model.getters.getEvaluatedCell(o).format===t:e.model.getters.getCell(o)?.format===t}function HM(e){const t=e.model.getters.getCurrentStyle();if(t.align)return t.align;return e.model.getters.getActiveCell().defaultAlign}function zM(e){const t=e.model.getters.getCurrentStyle();return t.verticalAlign?t.verticalAlign:Pe}function BM(e){const t=e.model.getters.getCurrentStyle();return t.wrapping?t.wrapping:Me}const $M=new fT;$M.add("cut",{...zF,sequence:10}).add("copy",{...HF,sequence:20}).add("paste",{...BF,sequence:30}).add("paste_special",{...$F,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...GF,sequence:10}).addChild("paste_format_only",["paste_special"],{...WF,sequence:20}).add("sort_columns",{...OP,name:e=>e.model.getters.getActiveCols().size>1?ui("Sort columns"):ui("Sort column"),sequence:50,separator:!0}).addChild("sort_ascending",["sort_columns"],{...PP,sequence:10}).addChild("sort_descending",["sort_columns"],{...LP,sequence:20}).add("add_column_before",{...mO,sequence:70}).add("add_column_after",{...bO,sequence:80}).add("delete_column",{...KF,sequence:90,icon:"o-spreadsheet-Icon.TRASH"}).add("clear_column",{...QF,sequence:100,icon:"o-spreadsheet-Icon.CLEAR"}).add("hide_columns",{...eF,sequence:105,separator:!0}).add("unhide_columns",{...tF,sequence:106,separator:!0}).add("conditional_formatting",{...LM,sequence:110,separator:!0}).add("edit_table",{...iO,isVisible:W_,sequence:120}).add("delete_table",{...nO,isVisible:W_,sequence:125,separator:!0}).add("group_columns",{sequence:150,...SF}).add("ungroup_columns",{sequence:155,...yF,isVisible:e=>EF(e,"COL")});const GM={CannotHideAllRows:ui("Cannot hide all the rows of a sheet."),CannotHideAllColumns:ui("Cannot hide all the columns of a sheet.")};function WM(e,t,o,s,i){const n=e.model.getters.getHeaderGroup(t,o,s,i);if(!n)return;const r=n.isFolded?"UNFOLD_HEADER_GROUP":"FOLD_HEADER_GROUP",a=e.model.dispatch(r,{sheetId:t,dimension:o,start:n.start,end:n.end});if(!a.isSuccessful&&a.isCancelledBecause("NotEnoughElements")){const t="ROW"===o?GM.CannotHideAllRows:GM.CannotHideAllColumns;e.raiseError(t)}}function qM(e,t){return o([{id:"unfold_all",name:ui("ROW"===t?"Expand all row groups":"Expand all column groups"),execute:o=>{o.model.dispatch("UNFOLD_ALL_HEADER_GROUPS",{sheetId:e,dimension:t})}},{id:"fold_all",name:ui("ROW"===t?"Collapse all row groups":"Collapse all column groups"),execute:o=>{o.model.dispatch("FOLD_ALL_HEADER_GROUPS",{sheetId:e,dimension:t})}}])}const ZM=new fT;ZM.add("group_columns",{sequence:10,...SF,isVisible:()=>!0,isEnabled:SF.isVisible}).add("group_rows",{sequence:20,...CF,isVisible:()=>!0,isEnabled:CF.isVisible});const jM=new fT;jM.add("ungroup_columns",{sequence:10,...yF,isEnabled:e=>EF(e,"COL")}).add("ungroup_rows",{sequence:20,...IF,isEnabled:e=>EF(e,"ROW")});const YM=new fT;YM.add("cut",{...zF,sequence:10}).add("copy",{...HF,sequence:20}).add("paste",{...BF,sequence:30}).add("paste_special",{...$F,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...GF,sequence:10}).addChild("paste_format_only",["paste_special"],{...WF,sequence:20}).add("add_row_before",{...cO,sequence:50}).add("add_row_after",{...uO,sequence:60}).add("delete_row",{...jF,sequence:70,icon:"o-spreadsheet-Icon.TRASH"}).add("clear_row",{...XF,sequence:80,icon:"o-spreadsheet-Icon.CLEAR"}).add("hide_rows",{...sF,sequence:85,separator:!0}).add("unhide_rows",{...iF,sequence:86,separator:!0}).add("conditional_formatting",{...LM,sequence:90,separator:!0}).add("group_rows",{sequence:100,...CF}).add("ungroup_rows",{sequence:110,...IF,isVisible:e=>EF(e,"ROW")});class XM extends Lh{highlightStore=this.get(ER);constructor(e){super(e),this.highlightStore.register(this)}get highlights(){const e=this.model.getters.getActivePosition(),t=this.getters.getEvaluatedCell(e),o=this.model.getters.getArrayFormulaSpreadingOn(e),s=o?this.model.getters.getSpreadZone(o,{ignoreSpillError:!0}):this.model.getters.getSpreadZone(e,{ignoreSpillError:!0});return s?[{range:this.model.getters.getRangeFromZone(e.sheetId,s),dashed:t.value===sn.SpilledBlocked,color:"#17A2B8",noFill:!0,thinLine:!0}]:[]}}class KM extends Lh{mutators=["focusClient","unfocusClient","showClientTag","hideClientTag","jumpToClient"];_showClientTag=!1;clientFocusTimeout={};constructor(e){super(e),this.onDispose((()=>{for(const e in this.clientFocusTimeout)this.unfocusClient(e)}))}get focusedClients(){const e=new Set;return this.model.getters.getConnectedClients().forEach((t=>{(this._showClientTag||void 0!==this.clientFocusTimeout[t.id])&&e.add(t.id)})),e}jumpToClient(e){const t=this.model.getters.getClient(e);this.focusClient(e),t.position&&(this.model.dispatch("ACTIVATE_SHEET",{sheetIdTo:t.position.sheetId,sheetIdFrom:this.getters.getActiveSheetId()}),this.model.dispatch("SCROLL_TO_CELL",{col:t.position.col,row:t.position.row}))}showClientTag(){this._showClientTag=!0}hideClientTag(){this._showClientTag=!1}focusClient(e){this.clientFocusTimeout[e]&&clearTimeout(this.clientFocusTimeout[e]),this.clientFocusTimeout[e]=setTimeout((()=>this.unfocusClient(e)),3e3)}unfocusClient(e){this.clientFocusTimeout[e]&&clearTimeout(this.clientFocusTimeout[e]),this.clientFocusTimeout[e]=void 0}}function JM(e){let o,s,i,n,r=null,a="all";const l=e.model.getters;let c=[];const h=()=>{clearTimeout(r),r=null,c.forEach((e=>e())),c=[]};let d,u;const g=t=>{if(o=t,r)return;const c=l.getActiveSheetId(),h=vI(),{x:u,y:p}=l.getMainViewportCoordinates(),{top:m,left:f,bottom:v,right:b}=l.getActiveMainViewport();let{scrollX:S,scrollY:C}=l.getActiveSheetScrollInfo();const{xSplit:y,ySplit:I}=l.getPaneDivisions(c);let w=!1,x=140;const E=o.clientX-h.left;let R=l.getColIndex(E);if("vertical"!==a){const t=s.clientX-h.left,o=l.getEdgeScrollCol(E,t,i);if(o.canEdgeScroll){w=!0,x=Math.min(x,o.delay);let t=R;switch(o.direction){case"reset":R=t=y;break;case 1:R=b,t=f+1;break;case-1:for(R=f-1;e.model.getters.isColHidden(c,R);)R--;t=R}S=l.getColDimensions(c,t).start-u}}const T=o.clientY-h.top;let A=l.getRowIndex(T);if("horizontal"!==a){const t=s.clientY-h.top,o=l.getEdgeScrollRow(T,t,n);if(o.canEdgeScroll){w=!0,x=Math.min(x,o.delay);let t=A;switch(o.direction){case"reset":A=t=I;break;case 1:A=v,t=m+1;break;case-1:for(A=m-1;e.model.getters.isRowHidden(c,A);)A--;t=A}C=e.model.getters.getRowDimensions(c,t).start-p}}w||(R=QM(R,E,l.getNumberCols(c)-1),A=QM(A,T,l.getNumberRows(c)-1)),d?.(R,A,o),w&&(e.model.dispatch("SET_VIEWPORT_OFFSET",{offsetX:S,offsetY:C}),r=setTimeout((()=>{r=null,g(o)}),Math.round(x))),s={clientX:o.clientX,clientY:o.clientY}},p=()=>{u?.(),h()};return t.onWillUnmount((()=>{h()})),t.useEffect((()=>{h()}),(()=>[l.getActiveSheetId()])),{start:(e,t,o,r="all")=>{h();const l=vI();a=r,i=e.clientX-l.left,n=e.clientY-l.top,s={clientX:e.clientX,clientY:e.clientY},d=t,u=o,c.push(kR(g,p))}}}function QM(e,t,o){return-1===e?t<0?0:o:e}Bh`
|
|
752
|
+
`;const YT="M256 9 a247 247 0 1 0.1 0 0";function XT(e){return{name:"CARET_DOWN",width:512,height:512,paths:[{fillColor:e.textColor||oe,path:"M120 195 h270 l-135 130"}]}}function KT(e){return{name:"CARET_UP",width:512,height:512,paths:[{fillColor:e.textColor||oe,path:"M120 325 h270 l-135 -130"}]}}const JT="M40 185 h270 l-135 128";function QT(e){return{name:"CHIP",width:512,height:512,paths:[{fillColor:e.textColor||oe,path:JT}]}}function eA(e){return{name:"CHIP",width:512,height:512,paths:[{fillColor:e.textColor||oe,path:"M0,225 A175,175 0 1,0 350,225 A175,175 0 1,0 0,225"},{fillColor:e.fillColor||oe,path:JT}]}}const tA={name:"CHECKBOX_UNCHECKED",width:512,height:512,paths:[{fillColor:J,path:"M45,45 h422 v422 h-422 v-422 m30,30 v362 h362 v-362"}]},oA={name:"CHECKBOX_UNCHECKED",width:512,height:512,paths:[{fillColor:he,path:"M45,45 h422 v422 h-422 v-422 m30,30 v362 h362 v-362"}]},sA={name:"CHECKBOX_CHECKED",width:512,height:512,paths:[{fillColor:he,path:"M45,45 h422 v422 h-422 v-422"},{fillColor:"#FFF",path:"M165,240 l45,45 l135,-135 h60 l-195,195 l-105,-105"}]};function iA(e,t){return{name:"PIVOT_ICON",width:512,height:512,paths:[{path:"M21,21 h469 v469 h-469",fillColor:t?K:"#777"},{path:"M64,64 v384 h384 v-384",fillColor:t?Q:"#eee"},{path:e?"M149,235 h213 v43 h-213 M235,149 h43 v213 h-43":"M149,235 h213 v43 h-213",fillColor:t?K:"#777"}]}}function nA(e,t,o){const s=e?"M18.6 3.5H4.29c-.7 0-1.06.85-.56 1.35l6.1 6.1v6.8c0 .26.13.5.34.65l2.64 1.85a.79.79 0 0 0 1.25-.65v-8.64l6.1-6.1a.79.79 0 0 0-.56-1.35":"M 339.667 681 L 510.333 681 L 510.333 595.667 L 339.667 595.667 L 339.667 681 Z M 41 169 L 41 254.333 L 809 254.333 L 809 169 L 41 169 Z M 169 467.667 L 681 467.667 L 681 382.333 L 169 382.333 L 169 467.667 Z",i=e?"M0,0 h24 v24 h-24":"M0,0 h850 v850 h-850",n={iconColor:H,hoverBackgroundColor:H};return o&&!t?n.iconColor="#fff":!o&&t?n.iconColor="#defade":o&&t&&(n.iconColor=H,n.hoverBackgroundColor="#fff"),{name:"DATA_FILTER_ICON",width:e?24:850,height:e?24:850,paths:[o?{path:i,fillColor:n.hoverBackgroundColor}:void 0,{path:s,fillColor:n.iconColor}].filter(Mt)}}const rA={arrowGood:{template:"ARROW_UP",svg:{name:"ARROW_UP",width:448,height:512,paths:[{fillColor:"#6AA84F",path:"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"}]}},arrowNeutral:{template:"ARROW_RIGHT",svg:{name:"ARROW_RIGHT",width:448,height:512,paths:[{fillColor:"#F0AD4E",path:"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"}]}},arrowBad:{template:"ARROW_DOWN",svg:{name:"ARROW_DOWN",width:448,height:512,paths:[{fillColor:"#E06666",path:"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"}]}},smileyGood:{template:"SMILE",svg:{name:"SMILE",width:496,height:512,paths:[{fillColor:"#6AA84F",path:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z"}]}},smileyNeutral:{template:"MEH",svg:{name:"MEH",width:496,height:512,paths:[{fillColor:"#F0AD4E",path:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z"}]}},smileyBad:{template:"FROWN",svg:{name:"FROWN",width:496,height:512,paths:[{fillColor:"#E06666",path:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z"}]}},dotGood:{template:"GREEN_DOT",svg:{name:"GREEN_DOT",width:512,height:512,paths:[{fillColor:"#6AA84F",path:YT}]}},dotNeutral:{template:"YELLOW_DOT",svg:{name:"YELLOW_DOT",width:512,height:512,paths:[{fillColor:"#F0AD4E",path:YT}]}},dotBad:{template:"RED_DOT",svg:{name:"RED_DOT",width:512,height:512,paths:[{fillColor:"#E06666",path:YT}]}}},aA={arrows:{good:"arrowGood",neutral:"arrowNeutral",bad:"arrowBad"},smiley:{good:"smileyGood",neutral:"smileyNeutral",bad:"smileyBad"},dots:{good:"dotGood",neutral:"dotNeutral",bad:"dotBad"}},lA={};function cA(e){if(lA[e])return lA[e];const t=new Path2D(e);return lA[e]=t,t}function hA(e,t){const o=e.split("/"),s=t.split("/");let i="",n=0;for(let e=0;e<o.length-1;e++)o[e]===s[e]?n++:i+="../";return i+=s.slice(n).join("/"),i}function dA(e,t=0){const o={};for(let s=0;s<e.length;s++)e[s]&&(o[s+t]=e[s]);return o}function uA(e){return e.replace(/_x([0-9a-zA-Z]{4})_/g,((e,t)=>String.fromCharCode(parseInt(t,16))))}function gA(e,t,o){return"COL"===t?(e.cols[o]||(e.cols[o]={}),e.cols[o]):(e.rows[o]||(e.rows[o]={}),e.rows[o])}function pA(e){if("="===e[0])return e;const t=El(e);return 1===t.length&&"REFERENCE"!==t[0].type?e:"="+e}var mA;!function(e){e.DiagonalBorderNotSupported="Diagonal Borders",e.BorderStyleNotSupported="Border style",e.FillStyleNotSupported="Fill Style",e.FontNotSupported="Font",e.HorizontalAlignmentNotSupported="Horizontal Alignment",e.VerticalAlignmentNotSupported="Vertical Alignments",e.MultipleRulesCfNotSupported="Multiple rules conditional formats",e.CfTypeNotSupported="Conditional format type",e.CfFormatBorderNotSupported="Borders in conditional formats",e.CfFormatAlignmentNotSupported="Alignment in conditional formats",e.CfFormatNumFmtNotSupported="Num formats in conditional formats",e.CfIconSetEmptyIconNotSupported="IconSets with empty icons",e.BadlyFormattedHyperlink="Badly formatted hyperlink",e.NumFmtIdNotSupported="Number format",e.TimeDataValidationNotSupported="Time data validation rules",e.TextLengthDataValidationNotSupported="Text length data validation rules",e.WholeNumberDataValidationNotSupported="Whole number data validation rules",e.NotEqualDateDataValidationNotSupported="Not equal date data validation rules"}(mA||(mA={}));class fA{_parsingWarnings=new Set;_conversionWarnings=new Set;addParsingWarning(e){this._parsingWarnings.add(e)}addConversionWarning(e){this._conversionWarnings.add(e)}get warnings(){return[...this._parsingWarnings,...this._conversionWarnings]}generateNotSupportedWarning(e,t,o){let s=`${e} ${t?'"'+t+'" is':"are"} not yet supported. `;o&&(s+=`Only ${o.join(", ")} are currently supported.`),this._conversionWarnings.has(s)||this._conversionWarnings.add(s)}}const vA=["thin","medium","thick","dashed","dotted"],bA=["general","left","center","right"],SA=["top","center","bottom"],CA=["Arial"],yA=["solid","none"],IA=["expression","cellIs","colorScale","iconSet","containsText","notContainsText","beginsWith","endsWithText","containsBlanks","notContainsBlanks"],wA={b:"boolean",d:"date",e:"error",inlineStr:"inlineStr",n:"number",s:"sharedString",str:"str"},xA={dashDot:"thin",dashDotDot:"thin",dashed:"dashed",dotted:"dotted",double:"thin",hair:"thin",medium:"medium",mediumDashDot:"thin",mediumDashDotDot:"thin",mediumDashed:"thin",none:void 0,slantDashDot:"thin",thick:"thick",thin:"thin"},EA={general:void 0,left:"left",center:"center",right:"right",fill:"left",justify:"left",centerContinuous:"center",distributed:"center"},RA={top:"top",center:"middle",bottom:"bottom",justify:"middle",distributed:"middle"},TA={top:"top",middle:"center",bottom:"bottom"},AA={beginsWith:"beginsWithText",endsWith:"endsWithText",containsText:"containsText",notContains:"notContainsText",between:"isBetween",notBetween:"isNotBetween",equal:"isEqual",notEqual:"isNotEqual",greaterThan:"isGreaterThan",greaterThanOrEqual:"isGreaterOrEqualTo",lessThan:"isLessThan",lessThanOrEqual:"isLessOrEqualTo"},DA={aboveAverage:void 0,expression:"customFormula",cellIs:void 0,colorScale:void 0,dataBar:void 0,iconSet:void 0,top10:void 0,uniqueValues:void 0,duplicateValues:void 0,containsText:"containsText",notContainsText:"notContainsText",beginsWith:"beginsWithText",endsWith:"endsWithText",containsBlanks:"isEmpty",notContainsBlanks:"isNotEmpty",containsErrors:void 0,notContainsErrors:void 0,timePeriod:void 0},_A={num:"number",percent:"percentage",max:"value",min:"value",percentile:"percentile",formula:"formula"},FA={NoIcons:void 0,"3Arrows":"arrows","3ArrowsGray":"arrows","3Symbols":"smiley","3Symbols2":"smiley","3Signs":"dots","3Flags":"dots","3TrafficLights1":"dots","3TrafficLights2":"dots","4Arrows":"arrows","4ArrowsGray":"arrows","4RedToBlack":"dots","4Rating":"smiley","4TrafficLights":"dots","5Arrows":"arrows","5ArrowsGray":"arrows","5Rating":"smiley","5Quarters":"dots","3Stars":"smiley","3Triangles":"arrows","5Boxes":"dots"},OA={none:"none",b:"bottom",t:"top",l:"left",r:"right",tr:"right"},PA={areaChart:void 0,area3DChart:void 0,lineChart:"line",line3DChart:void 0,stockChart:void 0,radarChart:"radar",scatterChart:"scatter",pieChart:"pie",pie3DChart:void 0,doughnutChart:"pie",barChart:"bar",bar3DChart:void 0,ofPieChart:void 0,surfaceChart:void 0,surface3DChart:void 0,bubbleChart:void 0,comboChart:"combo"},MA={exp:"exponential",log:"logarithmic",poly:"polynomial",movingAvg:"trailingMovingAverage"},NA={1:"AVERAGE",2:"COUNT",3:"COUNTA",4:"MAX",5:"MIN",6:"PRODUCT",7:"STDEV",8:"STDEVP",9:"SUM",10:"VAR",11:"VARP",101:"AVERAGE",102:"COUNT",103:"COUNTA",104:"MAX",105:"MIN",106:"PRODUCT",107:"STDEV",108:"STDEVP",109:"SUM",110:"VAR",111:"VARP"},kA={0:"General",1:"0",2:"0.00",3:"#,#00",4:"#,##0.00",9:"0%",10:"0.00%",11:void 0,12:void 0,13:void 0,14:"m/d/yyyy",15:"m/d/yyyy",16:"m/d/yyyy",17:"m/d/yyyy",18:"hh:mm:ss a",19:"hh:mm:ss a",20:"hhhh:mm:ss",21:"hhhh:mm:ss",22:"m/d/yy h:mm",37:void 0,38:void 0,39:void 0,40:void 0,45:"hhhh:mm:ss",46:"hhhh:mm:ss",47:"hhhh:mm:ss",48:void 0,49:"@"},LA={0:1,"0.00":2,"#,#00":3,"#,##0.00":4,"0%":9,"0.00%":10,"0.00E+00":11,"# ?/?":12,"# ??/??":13,"mm-dd-yy":14,"d-mm-yy":15,"mm-yy":16,"mmm-yy":17,"h:mm AM/PM":18,"h:mm:ss AM/PM":19,"h:mm":20,"h:mm:ss":21,"m/d/yy h:mm":22,"#,##0 ;(#,##0)":37,"#,##0 ;[Red](#,##0)":38,"#,##0.00;(#,##0.00)":39,"#,##0.00;[Red](#,##0.00)":40,"mm:ss":45,"[h]:mm:ss":46,"mmss.0":47,"##0.0E+0":48,"@":49,"hh:mm:ss a":19},VA={0:"000000",1:"FFFFFF",2:"FF0000",3:"00FF00",4:"0000FF",5:"FFFF00",6:"FF00FF",7:"00FFFF",8:"000000",9:"FFFFFF",10:"FF0000",11:"00FF00",12:"0000FF",13:"FFFF00",14:"FF00FF",15:"00FFFF",16:"800000",17:"008000",18:"000080",19:"808000",20:"800080",21:"008080",22:"C0C0C0",23:"808080",24:"9999FF",25:"993366",26:"FFFFCC",27:"CCFFFF",28:"660066",29:"FF8080",30:"0066CC",31:"CCCCFF",32:"000080",33:"FF00FF",34:"FFFF00",35:"00FFFF",36:"800080",37:"800000",38:"008080",39:"0000FF",40:"00CCFF",41:"CCFFFF",42:"CCFFCC",43:"FFFF99",44:"99CCFF",45:"FF99CC",46:"CC99FF",47:"FFCC99",48:"3366FF",49:"33CCCC",50:"99CC00",51:"FFCC00",52:"FF9900",53:"FF6600",54:"666699",55:"969696",56:"003366",57:"339966",58:"003300",59:"333300",60:"993300",61:"993366",62:"333399",63:"333333",64:"000000",65:"FFFFFF"},UA={"image/avif":"avif","image/bmp":"bmp","image/gif":"gif","image/vnd.microsoft.icon":"ico","image/jpeg":"jpeg","image/png":"png","image/tiff":"tiff","image/webp":"webp"},HA={avif:"image/avif",bmp:"image/bmp",gif:"image/gif",ico:"image/vnd.microsoft.icon",jpeg:"image/jpeg",png:"image/png",tiff:"image/tiff",webp:"image/webp",jpg:"image/jpeg"},zA={between:"isBetween",notBetween:"isNotBetween",equal:"isEqual",notEqual:"isNotEqual",greaterThan:"isGreaterThan",greaterThanOrEqual:"isGreaterOrEqualTo",lessThan:"isLessThan",lessThanOrEqual:"isLessOrEqualTo"},BA={between:"dateIsBetween",notBetween:"dateIsNotBetween",equal:"dateIs",greaterThan:"dateIsAfter",greaterThanOrEqual:"dateIsOnOrAfter",lessThan:"dateIsBefore",lessThanOrEqual:"dateIsOnOrBefore"};function $A(e){if(!e)return;let t;if(e.rgb)t=e.rgb;else if(e.auto)t=ed;else{if(!e.indexed)return;t=VA[e.indexed]}var o;return t=6===(o=t).length?"#"+o+"FF":"#"+o.slice(2)+o.slice(0,2),e.tint&&(t=function(e,t){const o=ks(e),s=Vs(o);t<0&&(s.l=s.l*(1+t));t>0&&(s.l=s.l*(1-t)+(100-100*(1-t)));return Ns(Ls(s))}(t,e.tint)),t=t.toUpperCase(),9===t.length&&t.endsWith("FF")&&(t=t.slice(0,7)),t}function GA(e){return 9===e.length&&(e=e.slice(0,7)),parseInt(e.replace("#",""),16)}const WA=/^(yy|yyyy|m{1,5}|d{1,4}|h{1,2}|s{1,2}|am\/pm|a\/m|\s|-|\/|\.|:)+$/i;function qA(e,t,o){const s=kA[e]||t.find((t=>t.id===e))?.format;if("General"!==s){if(s)try{let e=s.replace(/\[(.*)-[A-Z0-9]{3}\]/g,"[$1]");if(e=e.replace(/\[\$\]/g,""),e=e.replace(/_.{1}/g,""),e=e.replace(/\*.{1}/g,""),function(e){return WA.test(e)}(e)&&(e=function(e){return e=e.toLowerCase(),e=e.replace(/mmmmm/g,"mmm"),e=e.replace(/am\/pm|a\/m/g,"a"),e=e.replace(/hhhh/g,"hh"),e=e.replace(/\bh\b/g,"hh"),e}(e)),function(e){try{return Rr(0,{format:e,locale:w}),!0}catch(e){return!1}}(e))return e}catch(e){}o.generateNotSupportedWarning(mA.NumFmtIdNotSupported,s||`nmFmtId ${e}`)}}function ZA(e,t){const o=e.borders.map((e=>{!function(e,t){e.diagonal&&t.generateNotSupportedWarning(mA.DiagonalBorderNotSupported)}(e,t);const o={top:jA(e.top,t),bottom:jA(e.bottom,t),left:jA(e.left,t),right:jA(e.right,t)};return Object.keys(o).forEach((e=>void 0===o[e]&&delete o[e])),o}));return dA(o,1)}function jA(e,t){if(!e)return;!function(e,t){vA.includes(e.style)||t.generateNotSupportedWarning(mA.BorderStyleNotSupported,e.style,vA)}(e,t);const o=xA[e.style];return o?{style:o,color:$A(e.color)}:void 0}function YA(e,t){return dA(e.styles.map((o=>XA({fontStyle:e.fonts[o.fontId],fillStyle:e.fills[o.fillId],alignment:o.alignment},t))),1)}function XA(e,t){return function(e,t,o){e&&e.name&&!CA.includes(e.name)&&o.generateNotSupportedWarning(mA.FontNotSupported,e.name,CA);t&&t.patternType&&!yA.includes(t.patternType)&&o.generateNotSupportedWarning(mA.FillStyleNotSupported,t.patternType,yA)}(e?.fontStyle,e?.fillStyle,t),function(e,t){e&&!bA.includes(e)&&t.generateNotSupportedWarning(mA.HorizontalAlignmentNotSupported,e,bA)}(e?.alignment?.horizontal,t),function(e,t){e&&!SA.includes(e)&&t.generateNotSupportedWarning(mA.VerticalAlignmentNotSupported,e,SA)}(e?.alignment?.vertical,t),{bold:e.fontStyle?.bold,italic:e.fontStyle?.italic,strikethrough:e.fontStyle?.strike,underline:e.fontStyle?.underline,verticalAlign:e.alignment?.vertical?RA[e.alignment.vertical]:void 0,align:e.alignment?.horizontal?EA[e.alignment.horizontal]:void 0,fillColor:"solid"===e.fillStyle?.patternType?$A(e.fillStyle?.fgColor):$A(e.fillStyle?.bgColor),textColor:$A(e.fontStyle?.color),fontSize:e.fontStyle?.size,wrapping:e.alignment?.wrapText?"wrap":"overflow"}}function KA(e,t){const o=[];for(const s of e.styles){const i=qA(s.numFmtId,e.numFmts,t);i&&(o[s.numFmtId]=i)}return dA(o,1)}function JA(e,t,o){const s=[];let i=1;for(const n of e){if(0===n.cfRules.length)continue;sD(n,t,o);const e=n.cfRules[0];let r;const a=[];if(void 0!==e.dxfId||"colorScale"===e.type||"iconSet"===e.type||"dataBar"===e.type){switch(e.type){case"aboveAverage":case"containsErrors":case"notContainsErrors":case"duplicateValues":case"top10":case"uniqueValues":case"timePeriod":continue;case"dataBar":const t=QA(i++,n);t&&s.push(t);continue;case"colorScale":const l=eD(i++,n);l&&s.push(l);continue;case"iconSet":const c=tD(i++,n,o);c&&s.push(c);continue;case"containsText":case"notContainsText":case"beginsWith":case"endsWith":if(!e.text)continue;r=DA[e.type],a.push(e.text);break;case"expression":if(!e.formula?.length)continue;r=DA[e.type],a.push(`=${e.formula[0]}`);break;case"containsBlanks":case"notContainsBlanks":r=DA[e.type];break;case"cellIs":if(!e.operator||!e.formula||0===e.formula.length)continue;r=AA[e.operator],a.push(pA(e.formula[0])),2===e.formula.length&&a.push(pA(e.formula[1]))}r&&void 0!==e.dxfId&&s.push({id:(i++).toString(),ranges:n.sqref,stopIfTrue:e.stopIfTrue,rule:{type:"CellIsRule",operator:r,values:a,style:XA({fontStyle:t[e.dxfId].font,fillStyle:t[e.dxfId].fill},o)}})}}return s}function QA(e,t){const o=t.cfRules[0].dataBar;if(!o)return;const s=GA($A(o.color)||"#FFFFFF");return{id:e.toString(),stopIfTrue:t.cfRules[0].stopIfTrue,ranges:t.sqref,rule:{type:"DataBarRule",color:s}}}function eD(e,t){const o=t.cfRules[0].colorScale;if(!o||o.cfvos.length!==o.colors.length||o.cfvos.length<2||o.cfvos.length>3)return;const s=[];for(let e=0;e<o.cfvos.length;e++)s.push({color:GA($A(o.colors[e])||"#FFFFFF"),type:_A[o.cfvos[e].type],value:o.cfvos[e].value});const i=s[0],n=2===s.length?s[1]:s[2],r=3===s.length?s[1]:void 0;return{id:e.toString(),stopIfTrue:t.cfRules[0].stopIfTrue,ranges:t.sqref,rule:{type:"ColorScaleRule",minimum:i,midpoint:r,maximum:n}}}function tD(e,t,o){const s=t.cfRules[0].iconSet;if(!s)return;let i=s.cfvos,n=s.cfIcons;if(i.length<3||n&&n.length<3)return;i.length>3&&(i=[i[0],i[Math.floor(i.length/2)],i[i.length-1]]),n&&n.length>3&&(n=[n[0],n[Math.floor(n.length/2)],n[n.length-1]]);const r=[];for(let e=1;e<=2;e++){const t=_A[i[e].type];if("value"===t)return;r.push({value:i[e].value||"",operator:i[e].gte?"ge":"gt",type:t})}let a={lower:n?oD(n[0].iconSet,n[0].iconId):oD(s.iconSet,0),middle:n?oD(n[1].iconSet,n[1].iconId):oD(s.iconSet,1),upper:n?oD(n[2].iconSet,n[2].iconId):oD(s.iconSet,2)};s.reverse&&(a={upper:a.lower,middle:a.middle,lower:a.upper});for(const e of Object.keys(a))if(!a[e])switch(o.generateNotSupportedWarning(mA.CfIconSetEmptyIconNotSupported),e){case"upper":a[e]=aA.dots.good;break;case"middle":a[e]=aA.dots.neutral;break;case"lower":a[e]=aA.dots.bad}return{id:e.toString(),stopIfTrue:t.cfRules[0].stopIfTrue,ranges:t.sqref,rule:{type:"IconSetRule",icons:a,upperInflectionPoint:r[1],lowerInflectionPoint:r[0]}}}function oD(e,t){const o=FA[e];return o?0===t?aA[o].bad:1===t?aA[o].neutral:aA[o].good:""}function sD(e,t,o){if(e.cfRules.length>1&&o.generateNotSupportedWarning(mA.MultipleRulesCfNotSupported),IA.includes(e.cfRules[0].type)||o.generateNotSupportedWarning(mA.CfTypeNotSupported,e.cfRules[0].type),e.cfRules[0].dxfId){const s=t[e.cfRules[0].dxfId];s.border&&o.generateNotSupportedWarning(mA.CfFormatBorderNotSupported),s.alignment&&o.generateNotSupportedWarning(mA.CfFormatAlignmentNotSupported),s.numFmt&&o.generateNotSupportedWarning(mA.CfFormatNumFmtNotSupported)}}function iD(e){switch(e){case"isNotEmpty":case"notContainsText":return"notContainsBlanks";case"isEmpty":return"containsBlanks";case"containsText":return"containsText";case"beginsWithText":return"beginsWith";case"endsWithText":return"endsWith";case"isGreaterThan":return"greaterThan";case"isGreaterOrEqualTo":return"greaterThanOrEqual";case"isLessThan":return"lessThan";case"isLessOrEqualTo":return"lessThanOrEqual";case"isBetween":return"between";case"isNotBetween":return"notBetween";case"isEqual":return"equal";case"isNotEqual":return"notEqual";case"customFormula":return""}}function nD(e){return Math.round(cd*e*100)/100}function rD(e){return Math.round(hd*e*100)/100}function aD(e,t,o,s,i){const n=o?e.styles[o]:{},r=s?e.formats[s]:void 0,a={font:{size:n?.fontSize||ke,color:{rgb:n?.textColor?n.textColor:"000000"},family:2,name:"Arial"},fill:n?.fillColor?{fgColor:{rgb:n.fillColor}}:{reservedAttribute:"none"},numFmt:r?{format:r,id:0}:void 0,border:i||0,alignment:{horizontal:n.align,vertical:n.verticalAlign?TA[n.verticalAlign]:void 0,wrapText:!("wrap"!==n.wrapping&&!t?.includes(ot))||void 0}};return a.font.strike=!!n?.strikethrough||void 0,a.font.underline=!!n?.underline||void 0,a.font.bold=!!n?.bold||void 0,a.font.italic=!!n?.italic||void 0,a}function lD(e,t){const o=function(e,t){if(!e)return 0;let o=LA[e.format];o||(o=dD(e,t)+md);return o}(t.numFmt,e.numFmts),s={fontId:dD(t.font,e.fonts),fillId:dD(t.fill,e.fills),borderId:t.border,numFmtId:o,alignment:{vertical:t.alignment.vertical,horizontal:t.alignment.horizontal,wrapText:t.alignment.wrapText}};return dD(s,e.styles)}function cD(e,t,o){const s=e.find((e=>e.path===t));let i;return s?(i=`rId${(s.rels.length+1).toString()}`,s.rels.push({...o,id:i})):(i="rId1",e.push({path:t,rels:[{...o,id:i}]})),i}const hD=new WeakMap;function dD(e,t){let o=hD.get(t);if(!o){o=new Map;for(let e=0;e<t.length;e++){const s=pa(t[e]);o.set(s,e)}hD.set(t,o)}const s=pa(e);if(o.has(s))return o.get(s);const i=t.length;return t.push(e),o.set(s,i),i}function uD(e,t){const o=t.chartIds.findIndex((t=>t===e));return-1===o?(t.chartIds.push(e),t.chartIds.length):o+1}const gD=[];function pD(e){const t=gD.findIndex((t=>t===e));return-1===t?(gD.push(e),gD.length):t+1}function mD(e){return Math.round(914400*e/96)}function fD(e,t,o){let s,i,n=e;if(({xc:n,sheetName:s}=Ta(e)),s){const e=o.sheets.findIndex((e=>Ma(e.name,s)));if(e<0)throw new Error("Unable to find a sheet with the name "+s);i=e}else i=Number(t);const r=Uo(n);return void 0===r.right&&(r.right=o.sheets[i].colNumber),void 0===r.bottom&&(r.bottom=o.sheets[i].rowNumber),(r.right-r.left+1)*(r.bottom-r.top+1)}function vD(e){return Math.round(96*e/914400)}function bD(e,t){let o=0;for(let s=0;s<e;s++){const e=t.cols.find((e=>s>=e.min&&s<=e.max));e?.width?o+=e.width:t.sheetFormat?.defaultColWidth?o+=t.sheetFormat.defaultColWidth:o+=dd}return o/hd}function SD(e,t){let o=0;for(let s=0;s<e;s++){const e=t.rows.find((e=>e.index-1===s));e?.height?o+=e.height:t.sheetFormat?.defaultRowHeight?o+=t.sheetFormat.defaultRowHeight:o+=ud}return o/cd}function CD(e){let t=1;return e.figures.map((o=>function(e,t,o){let s,i,n,r,a;if(1===e.anchors.length)({col:s,row:i,offset:n}=xD(e.anchors[0])),a=vD(e.figureSize.cx),r=vD(e.figureSize.cy);else{({col:s,row:i,offset:n}=xD(e.anchors[0]));const{x:t,y:l}=ED(e.anchors[0],o),{x:c,y:h}=ED(e.anchors[1],o);a=c-t,r=h-l}const l={id:t,col:s,row:i,offset:n};if("dataSets"in(c=e.data)&&c.dataSets.length>0)return{...l,width:a,height:r,tag:"chart",data:yD(e.data)};if(function(e){return"imageSrc"in e}(e.data))return{...l,width:vD(e.data.size.cx),height:vD(e.data.size.cy),tag:"image",data:{path:e.data.imageSrc,mimetype:e.data.mimetype}};var c;return}(o,(t++).toString(),e))).filter(Mt)}function yD(e){const t=e.dataSets.some((e=>"reference"in(e.label??{}))),o=e.labelRange?ID(e.labelRange,t):void 0,s=e.dataSets.map((e=>{let o;return e.label&&"text"in e.label&&(o=e.label.text),{dataRange:ID(e.range,t),label:o,backgroundColor:e.backgroundColor,trend:wD(e.trend)}}));"pie"===e.type&&s.reverse();const i={range:s,dataSetsHaveTitle:t,auxiliaryRange:o,title:e.title??{text:""},background:$A({rgb:e.backgroundColor})||"#FFFFFF",legendPosition:e.legendPosition,stacked:e.stacked||!1,aggregated:!1,cumulative:e.cumulative||!1,labelsAsText:!1,horizontal:e.horizontal,isDoughnut:e.isDoughnut,pieHolePercentage:e.pieHolePercentage};try{return oE.get(e.type).getChartDefinitionFromContextCreation(i)}catch(e){return}}function ID(e,t){const{sheetName:o,xc:s}=Ta(e);let i=Uo(s);if(t&&void 0!==i.bottom&&void 0!==i.right){const e=i.bottom-i.top+1,t=i.right-i.left+1;1===e?i={...i,left:i.left-1}:1===t&&(i={...i,top:i.top-1})}return Aa(o,Go(i))}function wD(e){if(e&&e.type)return{type:"linear"===e.type?"polynomial":MA[e.type],order:"linear"===e.type?1:e.order,color:e.color,window:e.window||Ye,display:!0}}function xD(e){const t={x:vD(e.colOffset)-ze,y:vD(e.rowOffset)-ze};return{col:e.col,row:e.row,offset:t}}function ED(e,t){return{x:bD(e.col,t)+vD(e.colOffset),y:SD(e.row,t)+vD(e.rowOffset)}}function RD(e,t){const o=[];let s=1;for(const i of e)if(i)switch(i.type){case"time":t.generateNotSupportedWarning(mA.TimeDataValidationNotSupported);break;case"textLength":t.generateNotSupportedWarning(mA.TextLengthDataValidationNotSupported);break;case"whole":t.generateNotSupportedWarning(mA.WholeNumberDataValidationNotSupported);break;case"decimal":const e=TD(s++,i);o.push(e);break;case"list":const n=AD(s++,i);o.push(n);break;case"date":if("notEqual"===i.operator){t.generateNotSupportedWarning(mA.NotEqualDateDataValidationNotSupported);break}const r=DD(s++,i);o.push(r);break;case"custom":const a=_D(s++,i);o.push(a)}return o}function TD(e,t){const o=[pA(t.formula1.toString())];return t.formula2&&o.push(pA(t.formula2.toString())),{id:e.toString(),ranges:t.sqref,isBlocking:"warning"!==t.errorStyle,criterion:{type:zA[t.operator],values:o}}}function AD(e,t){const o=t.formula1.toString(),s=Ia.test(o);return{id:e.toString(),ranges:t.sqref,isBlocking:"warning"!==t.errorStyle,criterion:{type:s?"isValueInRange":"isValueInList",values:s?[o]:o.replaceAll('"',"").split(","),displayStyle:"arrow"}}}function DD(e,t){let o;const s=[pA(t.formula1.toString())];return t.formula2?(s.push(pA(t.formula2.toString())),o={type:BA[t.operator],values:la(s,w)}):o={type:BA[t.operator],values:la(s,w),dateValue:"exactDate"},{id:e.toString(),ranges:t.sqref,isBlocking:"warning"!==t.errorStyle,criterion:o}}function _D(e,t){return{id:e.toString(),ranges:t.sqref,isBlocking:"warning"!==t.errorStyle,criterion:{type:"customFormula",values:[pA(t.formula1.toString())]}}}const FD=new RegExp(/'?\[([0-9]*)\](.*)'?!(\$?[a-zA-Z]*\$?[0-9]*)/g),OD=new RegExp(/SUBTOTAL\(([0-9]*),/g),PD=new RegExp(fa.source,"ig");function MD(e,t){const o=function(e){const t={};for(const o of e.rows)for(const e of o.cells)e.formula&&void 0!==e.formula.sharedIndex&&e.formula.content&&(t[e.formula.sharedIndex]={refCellXc:e.xc,formula:e.formula.content});return t}(e);for(const s of e.rows.map((e=>e.cells)).flat())s?.formula&&(s.formula.content=void 0===s.formula.sharedIndex||s.formula.content?"="+s.formula.content:"="+kD(s.xc,o[s.formula.sharedIndex]),s.formula.content=ND(s.formula.content,t))}function ND(e,t){return e=(e=(e=(e=e.replace("_xlfn.","")).replace(/#REF!/g,"#REF")).replace(OD,((e,t)=>{const o=NA[t];return o?o+"(":e}))).replace(FD,((e,o,s,i)=>{o=Number(o)-1,i=i.replace(/\$/g,"");const n=t.externalBooks[o].sheetNames.findIndex((e=>Ma(e,s)));if(-1===n)return e;const r=t.externalBooks[o].datasets.find((e=>e.sheetId===n))?.data;if(!r)return e;const a=r&&r[i];return(Number(a)?a:`"${a}"`)||e}))}function kD(e,t){const o=Do(t.refCellXc);let s,i=t.formula.slice();do{if(s=PD.exec(i),s){const t=Do(s[0].replace("$","")),n=Do(e),r={colFixed:s[0].startsWith("$"),rowFixed:s[0].includes("$",1)},a={col:n.col-o.col,row:n.row-o.row},l={col:r.colFixed?t.col:t.col+a.col,row:r.rowFixed?t.row:t.row+a.row};i=i.slice(0,s.index)+_o(l.col,l.row,r)+i.slice(s.index+s[0].length)}}while(s);return i}function LD(e,t){return e.sheets.map((o=>{MD(o,e);const s=function(e){const t=[0,0];for(const o of e.rows)t[0]=Math.max(t[0],no(o.cells.map((e=>Do(e.xc).col)))),t[1]=Math.max(t[1],o.index);for(const o of e.figures)t[0]=Math.max(t[0],o.anchors[o.anchors.length-1]?.col??0),t[1]=Math.max(t[1],o.anchors[o.anchors.length-1]?.row??0);return t[0]=Math.max(t[0]+5,gd),t[1]=Math.max(t[1]+5,pd),t}(o),i=o.sheetViews[0],n=BD(o,"ROW",s[1]),r=BD(o,"COL",s[0]);return{id:o.sheetName,areGridLinesVisible:!i||i.showGridLines,name:o.sheetName,colNumber:s[0],rowNumber:s[1],...HD(o,e,s,t),merges:o.merges,cols:VD(o,s[0],r),rows:UD(o,s[1],n),conditionalFormats:JA(o.cfs,e.dxfs,t),dataValidationRules:RD(o.dataValidations,t),figures:CD(o),isVisible:o.isVisible,panes:i?{xSplit:i.pane.xSplit,ySplit:i.pane.ySplit}:{xSplit:0,ySplit:0},tables:[],headerGroups:{COL:r,ROW:n},color:$A(o.sheetProperties?.tabColor)}}))}function VD(e,t,o){const s={};for(let n=1;n<t+1;n++){const t=e.cols.find((e=>e.min<=n&&n<=e.max));let r;r=t&&t.width?t.width:e.sheetFormat?.defaultColWidth?e.sheetFormat.defaultColWidth:dd;const a=n-1,l=o.some((e=>e.isFolded&&e.start<=a&&a<=e.end));s[a]={size:(i=r,i?Math.round(i/hd*100)/100:i),isHidden:!l&&t?.hidden}}var i;return s}function UD(e,t,o){const s={};for(let n=1;n<t+1;n++){const t=e.rows.find((e=>e.index===n));let r;r=t&&t.height?t.height:e.sheetFormat?.defaultRowHeight?e.sheetFormat.defaultRowHeight:ud;const a=n-1,l=o.some((e=>e.isFolded&&e.start<=a&&a<=e.end));s[a]={size:(i=r,i?Math.round(i/cd*100)/100:i),isHidden:!l&&t?.hidden}}var i;return s}function HD(e,t,o,s){const i={},n={},r={},a={},l=t.sharedStrings.map(Xt);const c=e.hyperlinks.reduce(((e,t)=>(e[t.xc]=t,e)),{});for(const o of e.rows)for(const e of o.cells)i[e.xc]=zD(e,c,l,s),e.styleIndex&&(n[e.xc]=e.styleIndex+1,r[e.xc]=t.styles[e.styleIndex].numFmtId+1,a[e.xc]=t.styles[e.styleIndex].borderId+1);for(const s of e.rows.filter((e=>e.styleIndex)))for(let e=1;e<=o[0];e++){const o=_o(e-1,s.index-1);n[o]??=s.styleIndex+1,a[o]??=t.styles[s.styleIndex].borderId+1,r[o]??=t.styles[s.styleIndex].numFmtId+1}for(const s of e.cols.filter((e=>e.styleIndex)))for(let e=s.min;e<=Math.min(s.max,o[0]);e++)for(let i=1;i<=o[1];i++){const o=_o(e-1,i-1);n[o]??=s.styleIndex+1,a[o]??=t.styles[s.styleIndex].borderId+1,r[o]??=t.styles[s.styleIndex].numFmtId+1}return{cells:i,styles:n,formats:r,borders:a}}function zD(e,t,o,s){let i;switch(e.type){case"sharedString":i=o[parseInt(e.value,10)];break;case"boolean":i=Number(e.value)?"TRUE":"FALSE";break;case"date":case"error":case"inlineStr":case"number":case"str":i=e.value}return i&&t[e.xc]&&(i=function(e,t,o){const s=e.display||t;e.relTarget||e.location||o.generateNotSupportedWarning(mA.BadlyFormattedHyperlink);const i=e.relTarget?e.relTarget:Ot(Ta(e.location).sheetName);return At(s,i)}(t[e.xc],i,s)),e.formula&&(i=e.formula.content),i}function BD(e,t,o){const s=e?.sheetProperties?.outlinePr,i=[];let n=0;for(let r=0;r<o;r++){const o=GD(e,t,r),a=o?.outlineLevel||0;if(a>n){const o=$D(e,t,r,("ROW"===t?s?.summaryBelow:s?.summaryRight)??!0);o&&i.push(o)}n=a}return i}function $D(e,t,o,s){const i=GD(e,t,o),n=i?.outlineLevel;if(!n||!n)return;let r=n,a=o,l=i;for(;l&&r>=n;)a++,l=GD(e,t,a),r=l?.outlineLevel||0;const c=o,h=a-1,d=GD(e,t,s?h+1:c-1);return{start:c-1,end:h-1,isFolded:d?.collapsed||!1}}function GD(e,t,o){return"COL"===t?e.cols.find((e=>e.min<=o&&o<=e.max)):e.rows.find((e=>e.index===o))}function WD(e,t){for(const o of t.sheets){const t=e.sheets.find((e=>e.name===o.sheetName));if(t){t.tables||(t.tables=[]);for(const e of o.tables)t.tables.push({range:e.ref,config:qD(e)});for(const e of o.pivotTables)t.tables.push({range:e.location.ref,config:ZD(e)})}}!function(e,t){let o=null;for(const s of e){const i=t.find((e=>Ma(e.sheetName,s.name))).tables;if(i&&0!==i.length){o||(o=jD(e));for(const t of i)for(const i in o){const n=e.find((e=>e.id===i));for(const e in o[i]){for(let r=o[i][e].length-3;r>=0;r-=2){const a=o[i][e][r];if(!a.endsWith(t.name))continue;const l=o[i][e][r+1],c=YD(s.id===n.id?"":s.name+"!",l,t,e);o[i][e][r+2]=a.slice(0,a.indexOf(t.name))+c+o[i][e][r+2],o[i][e].splice(r,2)}}}}}if(!o)return;for(const t in o){const s=e.find((e=>e.id===t));for(const e in o[t]){const i=o[t][e];if(1===i.length){s.cells[e]=i[0];continue}let n="";for(let e=0;e<i.length;e+=2)n+=i[e]+"["+i[e+1]+"]";n+=i[i.length-1],s.cells[e]=n}}}(e.sheets,t.sheets)}function qD(e){const t=e.style?.name||"";return{hasFilters:void 0!==e.autoFilter,numberOfHeaders:e.headerRowCount,totalRow:e.totalsRowCount>0,firstColumn:e.style?.showFirstColumn||!1,lastColumn:e.style?.showLastColumn||!1,bandedRows:e.style?.showRowStripes||!1,bandedColumns:e.style?.showColumnStripes||!1,styleId:qT[t]?t:_T.styleId}}function ZD(e){return{hasFilters:!1,numberOfHeaders:e.location.firstDataRow,totalRow:e.rowGrandTotals,firstColumn:!0,lastColumn:e.style?.showLastColumn||!1,bandedRows:e.style?.showRowStripes||!1,bandedColumns:e.style?.showColStripes||!1,styleId:_T.styleId}}function jD(e){const t={};for(const o of e)for(const e in o.cells){const s=o.cells[e];if(!s||!s.startsWith("="))continue;const i=s.indexOf("[");if(-1===i)continue;const n=[];let r=s.slice(0,i),a="",l=1,c=0,h=i;for(let e=i+1;e<s.length;e++)"["!==s[e]?"]"===s[e]&&(l--,0===l&&(a=s.slice(h+1,e),n.push(r),n.push(a),c=e+1)):(0===l&&(r=s.slice(c,e),h=e),l++);n.length&&(t[o.id]||(t[o.id]={}),n.push(s.slice(c)),t[o.id][e]=[...n])}return t}function YD(e,t,o,s){const i=t.split(",").map((e=>e.trim())),n=Ho(o.ref),r=[],a=[],l=[];for(const e of i)if(XD(e).startsWith("#")){const t=XD(e);switch(l.push(t),t){case"#All":a.push(n.top,n.bottom);break;case"#Data":const e=o.headerRowCount?n.top+o.headerRowCount:n.top,t=o.totalsRowCount?n.bottom-o.totalsRowCount:n.bottom;a.push(e,t);break;case"#This Row":a.push(Do(s).row);break;case"#Headers":if(!o.headerRowCount)return sn.InvalidReference;a.push(n.top);break;case"#Totals":if(!o.totalsRowCount)return sn.InvalidReference;a.push(n.bottom)}}else{const t=e.split(":").map((e=>e.trim())).map(XD);if(r.length)return sn.InvalidReference;const s=o.cols.findIndex((e=>e.name===t[0]));if(-1===s)return sn.InvalidReference;if(r.push(s+n.left),t[1]){const e=o.cols.findIndex((e=>e.name===t[1]));if(-1===e)return sn.InvalidReference;r.push(e+n.left)}}if(!function(e){if(e.length<2)return!0;if(e.length>2)return!1;if(e.includes("#Data")&&e.includes("#Totals"))return!0;if(e.includes("#Headers")&&e.includes("#Data"))return!0;return!1}(l))return sn.InvalidReference;if(0===a.length){const e=o.headerRowCount?n.top+o.headerRowCount:n.top,t=o.totalsRowCount?n.bottom-o.totalsRowCount:n.bottom;a.push(e,t)}0===r.length&&r.push(n.left,n.right);return e+Go({top:Math.min(...a),left:Math.min(...r),bottom:Math.max(...a),right:Math.max(...r)})}function XD(e){return e.startsWith("[")&&e.endsWith("]")?e.slice(1,e.length-1):e}class KD{value;constructor(e){this.value=e}asString(){return uA(String(this.value))}asBool(){return"true"===this.value||"false"!==this.value&&Boolean(Number(this.value))}asNum(){return Number(this.value)}}class JD{rootFile;xlsxFileStructure;warningManager;relationships;currentFile=void 0;constructor(e,t,o){this.rootFile=e,this.currentFile=e.file.fileName,this.xlsxFileStructure=t,this.warningManager=o,this.relationships={},e.rels&&this.extractRelationships(e.rels).map((e=>{this.relationships[e.id]=e}))}extractRelationships(e){return this.mapOnElements({parent:e.xml,query:"Relationship"},(e=>({id:this.extractAttr(e,"Id",{required:!0}).asString(),target:this.extractAttr(e,"Target",{required:!0}).asString(),type:this.extractAttr(e,"Type",{required:!0}).asString()})))}getListOfXMLFiles(){return Object.entries(this.xlsxFileStructure).filter((([e])=>"images"!==e)).map((([e,t])=>t)).flat().filter(Mt)}mapOnElements(e,t){const o=[],s=this.currentFile;let i;if(e.children){const t=this.querySelector(e.parent,e.query)?.children;i=t||[]}else i=this.querySelectorAll(e.parent,e.query);if(i)for(const e of i)try{o.push(t(e))}catch(t){this.catchErrorOnElement(t,e)}return this.currentFile=s,o}catchErrorOnElement(e,t){const o=t?`Error when parsing an element <${t.tagName}> of file ${this.currentFile}, skip this element. \n${e.stack}`:`Error when parsing file ${this.currentFile}.`;this.warningManager.addParsingWarning([o,e.message].join("\n"))}extractAttr(e,t,o){const s=e.attributes[t];s||this.handleMissingValue(e,`attribute "${t}"`,o);const i=s?.value?s.value:o?.default;return void 0===i?void 0:new KD(i)}extractTextContent(e,t){if(void 0!==t?.default&&"string"!=typeof t.default)throw new Error("extractTextContent default value should be a string");const o="preserve"===e?.attributes["xml:space"]?.value;let s=e?.textContent;return e&&null!==s||this.handleMissingValue(e,"text content",t),s&&(s=o?s:s.trim()),s?uA(s):t?.default}extractChildAttr(e,t,o,s){let i;i="number"==typeof t?e.children[t]:this.querySelector(e,t),i||this.handleMissingValue(e,"number"==typeof t?`child at index ${t}`:`child <${t}>`,s);const n=i?this.extractAttr(i,o,s)?.asString():s?.default;return void 0!==n?new KD(n):void 0}extractChildTextContent(e,t,o){if(void 0!==o?.default&&"string"!=typeof o.default)throw new Error("extractTextContent default value should be a string");const s=this.querySelector(e,t);return s||this.handleMissingValue(e,`child <${t}>`,o),s?this.extractTextContent(s,o):o?.default}handleMissingValue(e,t,o){if(o?.required){if(void 0===o?.default)throw new Error(`Missing required ${t} in element <${e.tagName}> of ${this.currentFile}, and no default value was set`);this.warningManager.addParsingWarning(`Missing required ${t} in element <${e.tagName}> of ${this.currentFile}, replacing it by the default value ${o.default}`)}}extractColor(e,t,o){if(!e)return o?{rgb:o}:void 0;const s=this.extractAttr(e,"theme")?.asString();let i;if(void 0!==s){if(!t||!t.clrScheme)throw new Error("Color referencing a theme but no theme was provided");i=this.getThemeColor(s,t.clrScheme)}else i=this.extractAttr(e,"rgb")?.asString(),i="FF000000"===i?void 0:i;return{rgb:i||o,auto:this.extractAttr(e,"auto")?.asBool(),indexed:this.extractAttr(e,"indexed")?.asNum(),tint:this.extractAttr(e,"tint")?.asNum()}}getTargetXmlFile(e){if(!e)throw new Error("Undefined target file");const t=this.processRelationshipTargetName(e.target),o=this.getListOfXMLFiles().find((e=>e.file.fileName.endsWith(t)));if(!o||!o.file)throw new Error("Cannot find target file");return o}getTargetImageFile(e){if(!e)throw new Error("Undefined target file");const t=this.processRelationshipTargetName(e.target),o=this.xlsxFileStructure.images.find((e=>e.fileName.endsWith(t)));if(!o)throw new Error("Cannot find target file");return o}querySelector(e,t){const o=xE(t);return e.querySelector(o)}querySelectorAll(e,t){const o=xE(t);return e.querySelectorAll(o)}getThemeColor(e,t){switch(e){case"0":return"FFFFFF";case"1":return"000000";case"2":return t[3].value;case"3":return t[2].value;default:return t[e].value}}processRelationshipTargetName(e){return e.replace(/\.+\//,"")}}class QD extends JD{getTheme(){return{clrScheme:this.mapOnElements({query:"a:clrScheme",parent:this.rootFile.file.xml,children:!0},(e=>({name:e.tagName,value:this.extractChildAttr(e,0,"val",{required:!0,default:ed}).asString(),lastClr:this.extractChildAttr(e,0,"lastClr",{default:ed}).asString()})))}}getSharedStrings(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"si"},(e=>this.mapOnElements({parent:e,query:"t"},(e=>this.extractTextContent(e)||"")).join("")))}}class e_ extends JD{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}extractConditionalFormattings(){const e=this.mapOnElements({parent:this.rootFile.file.xml,query:"worksheet > conditionalFormatting"},(e=>({sqref:this.extractAttr(e,"sqref",{required:!0}).asString().split(" "),pivot:this.extractAttr(e,"pivot")?.asBool(),cfRules:this.extractCFRules(e,this.theme)})));return e.push(...this.mapOnElements({parent:this.rootFile.file.xml,query:"extLst x14:conditionalFormatting"},(e=>({sqref:this.extractChildTextContent(e,"xm:sqref",{required:!0}).split(" "),pivot:this.extractAttr(e,"xm:pivot")?.asBool(),cfRules:this.extractCFRules(e,this.theme)})))),e}extractCFRules(e,t){return this.mapOnElements({parent:e,query:"cfRule, x14:cfRule"},(e=>({type:this.extractAttr(e,"type",{required:!0}).asString(),priority:this.extractAttr(e,"priority",{required:!0}).asNum(),colorScale:this.extractCfColorScale(e,t),formula:this.extractCfFormula(e),iconSet:this.extractCfIconSet(e),dxfId:this.extractAttr(e,"dxfId")?.asNum(),stopIfTrue:this.extractAttr(e,"stopIfTrue")?.asBool(),aboveAverage:this.extractAttr(e,"aboveAverage")?.asBool(),percent:this.extractAttr(e,"percent")?.asBool(),bottom:this.extractAttr(e,"bottom")?.asBool(),operator:this.extractAttr(e,"operator")?.asString(),text:this.extractAttr(e,"text")?.asString(),timePeriod:this.extractAttr(e,"timePeriod")?.asString(),rank:this.extractAttr(e,"rank")?.asNum(),stdDev:this.extractAttr(e,"stdDev")?.asNum(),equalAverage:this.extractAttr(e,"equalAverage")?.asBool(),dataBar:this.extractCfDataBar(e,t)})))}extractCfFormula(e){return this.mapOnElements({parent:e,query:"formula"},(e=>this.extractTextContent(e,{required:!0})))}extractCfColorScale(e,t){const o=this.querySelector(e,"colorScale");if(o)return{colors:this.mapOnElements({parent:o,query:"color"},(e=>this.extractColor(e,t,"ffffff"))),cfvos:this.extractCFVos(o)}}extractCfDataBar(e,t){const o=this.querySelector(e,"dataBar");if(o)return{color:this.extractColor(o.querySelector("color"),t,"EFF7FF"),cfvos:this.extractCFVos(o)}}extractCfIconSet(e){const t=this.querySelector(e,"iconSet, x14:iconSet");if(t)return{iconSet:this.extractAttr(t,"iconSet",{default:"3TrafficLights1"}).asString(),showValue:this.extractAttr(t,"showValue",{default:!0}).asBool(),percent:this.extractAttr(t,"percent",{default:!0}).asBool(),reverse:this.extractAttr(t,"reverse")?.asBool(),custom:this.extractAttr(t,"custom")?.asBool(),cfvos:this.extractCFVos(t),cfIcons:this.extractCfIcons(t)}}extractCfIcons(e){const t=this.mapOnElements({parent:e,query:"cfIcon, x14:cfIcon"},(e=>({iconSet:this.extractAttr(e,"iconSet",{required:!0}).asString(),iconId:this.extractAttr(e,"iconId",{required:!0}).asNum()})));return 0===t.length?void 0:t}extractCFVos(e){return this.mapOnElements({parent:e,query:"cfvo, x14:cfvo"},(e=>({type:this.extractAttr(e,"type",{required:!0}).asString(),gte:this.extractAttr(e,"gte",{default:!0})?.asBool(),value:e.attributes.val?this.extractAttr(e,"val")?.asString():this.extractChildTextContent(e,"f, xm:f")})))}}class t_ extends JD{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}extractDataValidations(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"worksheet > dataValidations > dataValidation"},(e=>({type:this.extractAttr(e,"type",{required:!0}).asString(),operator:this.extractAttr(e,"operator",{default:"between"})?.asString(),sqref:this.extractAttr(e,"sqref",{required:!0}).asString().split(" "),errorStyle:this.extractAttr(e,"errorStyle")?.asString(),formula1:this.extractDataValidationFormula(e,1)[0],formula2:this.extractDataValidationFormula(e,2)[0],showErrorMessage:this.extractAttr(e,"showErrorMessage")?.asBool(),errorTitle:this.extractAttr(e,"errorTitle")?.asString(),error:this.extractAttr(e,"error")?.asString(),showInputMessage:this.extractAttr(e,"showInputMessage")?.asBool(),promptTitle:this.extractAttr(e,"promptTitle")?.asString(),prompt:this.extractAttr(e,"prompt")?.asString(),allowBlank:this.extractAttr(e,"allowBlank")?.asBool()})))}extractDataValidationFormula(e,t){return this.mapOnElements({parent:e,query:`formula${t}`},(e=>this.extractTextContent(e,{required:!0})))}}class o_ extends JD{extractChart(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"c:chartSpace"},(e=>{const t=this.getChartType(e);if(!PA[t])throw new Error(`Unsupported chart type ${t}`);if("combo"===PA[t])return this.extractComboChart(e);const o=this.mapOnElements({parent:e,query:"c:chart > c:title a:t"},(e=>e.textContent||"")).join(""),s=this.extractChildAttr(e,"c:grouping","val",{default:"clustered"}).asString(),i=this.extractChildAttr(e,"c:barDir","val",{default:"col"}).asString(),n=this.extractChildAttr(e,"c:holeSize","val",{default:"0"}).asNum();return{title:{text:o},type:PA[t],dataSets:this.extractChartDatasets(this.querySelectorAll(e,`c:${t}`),t),labelRange:this.extractLabelRange(t,e),backgroundColor:this.extractChildAttr(e,"c:chartSpace > c:spPr a:srgbClr","val",{default:"ffffff"}).asString(),legendPosition:OA[this.extractChildAttr(e,"c:legendPos","val",{default:"none"}).asString()],stacked:"stacked"===s,fontColor:"000000",horizontal:"bar"===i,isDoughnut:n>0,pieHolePercentage:n}}))[0]}extractLabelRange(e,t){return"scatterChart"===e?this.extractChildTextContent(t,"c:ser c:strRef c:f")||this.extractChildTextContent(t,"c:ser c:numRef c:f"):this.extractChildTextContent(t,"c:ser c:cat c:f")}extractComboChart(e){const t=this.mapOnElements({parent:e,query:"c:title a:t"},(e=>e.textContent||"")).join(""),o=this.extractChildAttr(e,"c:grouping","val",{default:"clustered"}).asString();return{title:{text:t},type:"combo",dataSets:[...this.extractChartDatasets(this.querySelectorAll(e,"c:barChart"),"comboChart"),...this.extractChartDatasets(this.querySelectorAll(e,"c:lineChart"),"comboChart")],labelRange:this.extractChildTextContent(e,"c:ser c:cat c:f"),backgroundColor:this.extractChildAttr(e,"c:chartSpace > c:spPr a:srgbClr","val",{default:"ffffff"}).asString(),legendPosition:OA[this.extractChildAttr(e,"c:legendPos","val",{default:"none"}).asString()],stacked:"stacked"===o,fontColor:"000000"}}extractChartDatasets(e,t){return Array.from(e).map((e=>"scatterChart"===t?this.extractScatterChartDatasets(e):this.mapOnElements({parent:e,query:"c:ser"},(e=>{let t={};const o=this.extractChildTextContent(e,"c:tx c:f");if(o)t={reference:o};else{const o=this.extractChildTextContent(e,"c:tx c:v");o&&(t={text:o})}const s=this.querySelectorAll(e,"c:spPr a:solidFill"),i=s.length?this.querySelector(s[0],"a:srgbClr"):void 0,n=i?i.getAttribute("val"):void 0;return{label:t,range:this.extractChildTextContent(e,"c:val c:f",{required:!0}),backgroundColor:n&&Fs(n)?`${_s(n)}`:void 0,trend:this.extractChartTrendline(e)}})))).flat()}extractChartTrendline(e){const t=this.querySelector(e,"c:trendline");if(!t)return;const o=this.extractChildAttr(t,"c:trendlineType","val"),s=this.extractChildAttr(t,"a:solidFill a:srgbClr","val");return{type:o?o.asString():void 0,order:this.extractChildAttr(t,"c:order","val")?.asNum(),window:this.extractChildAttr(t,"c:period","val")?.asNum(),color:s&&Fs(s.asString())?`${_s(s.asString())}`:void 0}}extractScatterChartDatasets(e){return this.mapOnElements({parent:e,query:"c:ser"},(e=>{let t={};const o=this.querySelectorAll(e,"c:spPr a:solidFill a:srgbClr"),s=o.length?o[0].getAttribute("val"):void 0,i=this.extractChildTextContent(e,"c:tx c:f");if(i)t={reference:i};else{const o=this.extractChildTextContent(e,"c:tx c:v");o&&(t={text:o})}return{label:t,range:this.extractChildTextContent(e,"c:yVal c:f",{required:!0}),trend:this.extractChartTrendline(e),backgroundColor:s&&Fs(s)?`${_s(s)}`:void 0}}))}getChartType(e){const t=this.querySelector(e,"c:plotArea");if(!t)throw new Error("Missing plot area in the chart definition.");let o;for(const e of t.children){const t=wE(e.tagName);pE.some((e=>e===t))&&(o?o!==t&&(o="comboChart"):o=t)}if(o)return o;throw new Error("Unknown chart type")}}const s_="oneCellAnchor",i_="twoCellAnchor";class n_ extends JD{extractFigures(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"xdr:wsDr",children:!0},(e=>{const t=wE(e.tagName),o=this.extractFigureAnchorsByType(e,t),s=this.querySelector(e,"c:chart"),i=this.querySelector(e,"a:blip");if(!s&&!i)throw new Error("Only chart and image figures are currently supported.");return{anchors:o,data:s?this.extractChart(s):this.extractImage(e),figureSize:t===s_?this.extractFigureSizeFromSizeTag(e,"xdr:ext"):void 0}}))}extractFigureAnchorsByType(e,t){switch(t){case s_:return[this.extractFigureAnchor("xdr:from",e)];case i_:return[this.extractFigureAnchor("xdr:from",e),this.extractFigureAnchor("xdr:to",e)];default:throw new Error(`${t} is not supported for xlsx drawings. `)}}extractFigureSizeFromSizeTag(e,t){const o=this.querySelector(e,t);if(!o)throw new Error(`Missing size element '${t}'`);return{cx:this.extractAttr(o,"cx",{required:!0}).asNum(),cy:this.extractAttr(o,"cy",{required:!0}).asNum()}}extractFigureAnchor(e,t){const o=this.querySelector(t,e);if(!o)throw new Error(`Missing anchor element ${e}`);return{col:Number(this.extractChildTextContent(o,"xdr:col",{required:!0})),colOffset:Number(this.extractChildTextContent(o,"xdr:colOff",{required:!0})),row:Number(this.extractChildTextContent(o,"xdr:row",{required:!0})),rowOffset:Number(this.extractChildTextContent(o,"xdr:rowOff",{required:!0}))}}extractChart(e){const t=this.extractAttr(e,"r:id",{required:!0}).asString(),o=this.getTargetXmlFile(this.relationships[t]),s=new o_(o,this.xlsxFileStructure,this.warningManager).extractChart();if(!s)throw new Error("Unable to extract chart definition");return s}extractImage(e){const t=this.querySelector(e,"a:blip"),o=this.extractAttr(t,"r:embed",{required:!0}).asString(),s=this.getTargetImageFile(this.relationships[o]);if(!s)throw new Error("Unable to extract image");const i=s.fileName.split(".").at(-1),n=wE(e.tagName),r=n===i_?this.querySelector(e,"a:xfrm"):e,a=n===i_?"a:ext":"xdr:ext",l=this.extractFigureSizeFromSizeTag(r,a);return{imageSrc:s.imageSrc,mimetype:i?HA[i]:void 0,size:l}}}class r_ extends JD{getPivotTable(){return this.mapOnElements({query:":root",parent:this.rootFile.file.xml},(e=>({name:this.extractAttr(e,"name",{required:!0}).asString(),rowGrandTotals:this.extractAttr(e,"rowGrandTotals",{default:!0}).asBool(),location:this.extractPivotLocation(e),style:this.extractPivotStyleInfo(e)})))[0]}extractPivotLocation(e){return this.mapOnElements({query:"location",parent:e},(e=>({ref:this.extractAttr(e,"ref",{required:!0}).asString(),firstHeaderRow:this.extractAttr(e,"firstHeaderRow",{required:!0}).asNum(),firstDataRow:this.extractAttr(e,"firstDataRow",{required:!0}).asNum(),firstDataCol:this.extractAttr(e,"firstDataCol",{required:!0}).asNum()})))[0]}extractPivotStyleInfo(e){return this.mapOnElements({query:"pivotTableStyleInfo",parent:e},(e=>({name:this.extractAttr(e,"name",{required:!0}).asString(),showRowHeaders:this.extractAttr(e,"showRowHeaders",{required:!0}).asBool(),showColHeaders:this.extractAttr(e,"showColHeaders",{required:!0}).asBool(),showRowStripes:this.extractAttr(e,"showRowStripes",{required:!0}).asBool(),showColStripes:this.extractAttr(e,"showColStripes",{required:!0}).asBool(),showLastColumn:this.extractAttr(e,"showLastColumn")?.asBool()})))[0]}}class a_ extends JD{getTable(){return this.mapOnElements({query:"table",parent:this.rootFile.file.xml},(e=>({displayName:this.extractAttr(e,"displayName",{required:!0}).asString(),name:this.extractAttr(e,"name")?.asString(),id:this.extractAttr(e,"id",{required:!0}).asString(),ref:this.extractAttr(e,"ref",{required:!0}).asString(),headerRowCount:this.extractAttr(e,"headerRowCount",{default:1}).asNum(),totalsRowCount:this.extractAttr(e,"totalsRowCount",{default:0}).asNum(),cols:this.extractTableCols(e),style:this.extractTableStyleInfo(e),autoFilter:this.extractTableAutoFilter(e)})))[0]}extractTableCols(e){return this.mapOnElements({query:"tableColumn",parent:e},(e=>({id:this.extractAttr(e,"id",{required:!0}).asString(),name:this.extractAttr(e,"name",{required:!0}).asString(),colFormula:this.extractChildTextContent(e,"calculatedColumnFormula")})))}extractTableStyleInfo(e){return this.mapOnElements({query:"tableStyleInfo",parent:e},(e=>({name:this.extractAttr(e,"name")?.asString(),showFirstColumn:this.extractAttr(e,"showFirstColumn")?.asBool(),showLastColumn:this.extractAttr(e,"showLastColumn")?.asBool(),showRowStripes:this.extractAttr(e,"showRowStripes")?.asBool(),showColumnStripes:this.extractAttr(e,"showColumnStripes")?.asBool()})))[0]}extractTableAutoFilter(e){return this.mapOnElements({query:"autoFilter",parent:e},(e=>({columns:this.extractFilterColumns(e),zone:this.extractAttr(e,"ref",{required:!0}).asString()})))[0]}extractFilterColumns(e){return this.mapOnElements({query:"tableColumn",parent:e},(t=>({colId:this.extractAttr(e,"colId",{required:!0}).asNum(),hiddenButton:this.extractAttr(e,"hiddenButton",{default:!1}).asBool(),filters:this.extractSimpleFilter(t)})))}extractSimpleFilter(e){return this.mapOnElements({query:"filter",parent:e},(e=>({val:this.extractAttr(e,"val",{required:!0}).asString()})))}}class l_ extends JD{theme;constructor(e,t,o,s){super(e,t,o),this.theme=s}getSheet(){return this.mapOnElements({query:"worksheet",parent:this.rootFile.file.xml},(e=>{const t=this.getSheetWorkbookInfo();return{sheetName:this.extractSheetName(),sheetViews:this.extractSheetViews(e),sheetFormat:this.extractSheetFormat(e),sheetProperties:this.extractSheetProperties(e),cols:this.extractCols(e),rows:this.extractRows(e),sharedFormulas:this.extractSharedFormulas(e),merges:this.extractMerges(e),cfs:this.extractConditionalFormats(),dataValidations:this.extractDataValidations(),figures:this.extractFigures(e),hyperlinks:this.extractHyperLinks(e),tables:this.extractTables(e),pivotTables:this.extractPivotTables(),isVisible:"visible"===t.state}}))[0]}extractSheetViews(e){return this.mapOnElements({parent:e,query:"sheetView"},(e=>{const t=this.querySelector(e,"pane");return{tabSelected:this.extractAttr(e,"tabSelected",{default:!1}).asBool(),showFormulas:this.extractAttr(e,"showFormulas",{default:!1}).asBool(),showGridLines:this.extractAttr(e,"showGridLines",{default:!0}).asBool(),showRowColHeaders:this.extractAttr(e,"showRowColHeaders",{default:!0}).asBool(),pane:{xSplit:t?this.extractAttr(t,"xSplit",{default:0}).asNum():0,ySplit:t?this.extractAttr(t,"ySplit",{default:0}).asNum():0}}}))}extractSheetName(){const e=hA(this.xlsxFileStructure.workbook.file.fileName,this.rootFile.file.fileName),t=this.extractRelationships(this.xlsxFileStructure.workbook.rels).find((t=>t.target===e)).id;for(const e of this.querySelectorAll(this.xlsxFileStructure.workbook.file.xml,"sheet"))if(e.attributes["r:id"].value===t)return e.attributes.name.value;throw new Error("Missing sheet name")}getSheetWorkbookInfo(){const e=hA(this.xlsxFileStructure.workbook.file.fileName,this.rootFile.file.fileName),t=this.extractRelationships(this.xlsxFileStructure.workbook.rels).find((t=>t.target===e)).id,o=this.mapOnElements({parent:this.xlsxFileStructure.workbook.file.xml,query:"sheet"},(e=>({relationshipId:this.extractAttr(e,"r:id",{required:!0}).asString(),sheetId:this.extractAttr(e,"sheetId",{required:!0}).asString(),sheetName:this.extractAttr(e,"name",{required:!0}).asString(),state:this.extractAttr(e,"state",{default:"visible"}).asString()}))).find((e=>e.relationshipId===t));if(!o)throw new Error("Cannot find corresponding workbook sheet");return o}extractConditionalFormats(){return new e_(this.rootFile,this.xlsxFileStructure,this.warningManager,this.theme).extractConditionalFormattings()}extractDataValidations(){return new t_(this.rootFile,this.xlsxFileStructure,this.warningManager,this.theme).extractDataValidations()}extractFigures(e){return this.mapOnElements({parent:e,query:"drawing"},(e=>{const t=this.extractAttr(e,"r:id",{required:!0})?.asString(),o=this.getTargetXmlFile(this.relationships[t]);return new n_(o,this.xlsxFileStructure,this.warningManager).extractFigures()}))[0]||[]}extractTables(e){return this.mapOnElements({query:"tablePart",parent:e},(e=>{const t=this.extractAttr(e,"r:id",{required:!0})?.asString(),o=this.getTargetXmlFile(this.relationships[t]);return new a_(o,this.xlsxFileStructure,this.warningManager).getTable()}))}extractPivotTables(){try{return Object.values(this.relationships).filter((e=>e.type.endsWith("pivotTable"))).map((e=>{const t=this.getTargetXmlFile(e);return new r_(t,this.xlsxFileStructure,this.warningManager).getPivotTable()}))}catch(e){return this.catchErrorOnElement(e),[]}}extractMerges(e){return this.mapOnElements({parent:e,query:"mergeCell"},(e=>this.extractAttr(e,"ref",{required:!0}).asString()))}extractSheetFormat(e){const t=this.querySelector(e,"sheetFormatPr");if(t)return{defaultColWidth:this.extractAttr(t,"defaultColWidth",{default:dd.toString()}).asNum(),defaultRowHeight:this.extractAttr(t,"defaultRowHeight",{default:ud.toString()}).asNum()}}extractSheetProperties(e){const t=this.querySelector(e,"sheetPr");if(t)return{outlinePr:this.extractSheetOutlineProperties(t),tabColor:this.extractColor(this.querySelector(t,"tabColor"),this.theme)}}extractSheetOutlineProperties(e){const t=this.querySelector(e,"outlinePr");if(t)return{summaryBelow:this.extractAttr(t,"summaryBelow",{default:!0}).asBool(),summaryRight:this.extractAttr(t,"summaryRight",{default:!0}).asBool()}}extractCols(e){return this.mapOnElements({parent:e,query:"cols col"},(e=>({width:this.extractAttr(e,"width")?.asNum(),customWidth:this.extractAttr(e,"customWidth")?.asBool(),bestFit:this.extractAttr(e,"bestFit")?.asBool(),hidden:this.extractAttr(e,"hidden")?.asBool(),min:this.extractAttr(e,"min",{required:!0})?.asNum(),max:this.extractAttr(e,"max",{required:!0})?.asNum(),styleIndex:this.extractAttr(e,"style")?.asNum(),outlineLevel:this.extractAttr(e,"outlineLevel")?.asNum(),collapsed:this.extractAttr(e,"collapsed")?.asBool()})))}extractRows(e){const t=new Set;return this.mapOnElements({parent:e,query:"sheetData row"},(e=>({index:this.extractAttr(e,"r",{required:!0})?.asNum(),cells:this.extractCells(e,t),height:this.extractAttr(e,"ht")?.asNum(),customHeight:this.extractAttr(e,"customHeight")?.asBool(),hidden:this.extractAttr(e,"hidden")?.asBool(),styleIndex:this.extractAttr(e,"s")?.asNum(),outlineLevel:this.extractAttr(e,"outlineLevel")?.asNum(),collapsed:this.extractAttr(e,"collapsed")?.asBool()})))}extractCells(e,t){return this.mapOnElements({parent:e,query:"c"},(e=>{const o=this.extractAttr(e,"r",{required:!0})?.asString(),s=this.extractCellFormula(e);if(s?.ref&&void 0===s.sharedIndex){const e=Ho(s.ref);for(const{col:s,row:i}of is(e)){const e=_o(s,i);e!==o&&t.add(e)}}const i=t.has(o);return{xc:o,styleIndex:this.extractAttr(e,"s")?.asNum(),type:wA[this.extractAttr(e,"t",{default:"n"})?.asString()],value:i?void 0:this.extractChildTextContent(e,"v")??void 0,formula:i?void 0:s}}))}extractCellFormula(e){const t=this.querySelector(e,"f");if(!t)return;const o=this.extractTextContent(t),s=this.extractAttr(t,"si")?.asNum(),i=this.extractAttr(t,"ref")?.asString();return void 0!==o&&""!==o.trim()||void 0!==s?{content:o,sharedIndex:s,ref:i}:void 0}extractHyperLinks(e){return this.mapOnElements({parent:e,query:"hyperlink"},(e=>{const t=this.extractAttr(e,"r:id")?.asString();return{xc:this.extractAttr(e,"ref",{required:!0})?.asString(),location:this.extractAttr(e,"location")?.asString(),display:this.extractAttr(e,"display")?.asString(),relTarget:t?this.relationships[t].target:void 0}}))}extractSharedFormulas(e){const t=this.querySelectorAll(e,"f[si][ref]"),o={};for(const e of t){const t=this.extractAttr(e,"si",{required:!0}).asNum(),s=this.extractTextContent(e,{required:!0});o[t]=s}const s=[];for(let e=0;e<Object.keys(o).length;e++)o[e]?s.push(o[e]):(this.warningManager.addParsingWarning(`Missing shared formula ${e}, replacing it by empty formula`),s.push(""));return s}}class c_ extends JD{theme;constructor(e,t,o){super(e.styles,e,t),this.theme=o}getNumFormats(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"numFmt"},(e=>this.extractNumFormats(e)))}extractNumFormats(e){return{id:this.extractAttr(e,"numFmtId",{required:!0}).asNum(),format:this.extractAttr(e,"formatCode",{required:!0,default:""}).asString()}}getFonts(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"font"},(e=>this.extractFont(e)))}extractFont(e){const t=this.extractChildAttr(e,"name","val",{default:"Arial"}).asString(),o=this.extractChildAttr(e,"sz","val",{default:ke.toString()}).asNum(),s=this.extractColor(this.querySelector(e,"color"),this.theme),i=this.querySelector(e,"i")||void 0,n=i&&"0"!==i.attributes.val?.value,r=this.querySelector(e,"b")||void 0,a=r&&"0"!==r.attributes.val?.value,l=this.querySelector(e,"strike")||void 0,c=l&&"0"!==l.attributes.val?.value,h=this.querySelector(e,"u")||void 0;return{name:t,size:o,color:s,italic:n,bold:a,underline:h&&"none"!==h.attributes.val?.value,strike:c}}getFills(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"fill"},(e=>this.extractFill(e)))}extractFill(e){const t=e.children[0];return"patternFill"===t.tagName?{patternType:t.attributes.patternType?.value,bgColor:this.extractColor(this.querySelector(t,"bgColor"),this.theme),fgColor:this.extractColor(this.querySelector(t,"fgColor"),this.theme)}:{patternType:"solid",fgColor:this.extractColor(this.querySelectorAll(t,"color")[1],this.theme)}}getBorders(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"border"},(e=>this.extractBorder(e)))}extractBorder(e){const t={left:this.extractSingleBorder(e,"left",this.theme),right:this.extractSingleBorder(e,"right",this.theme),top:this.extractSingleBorder(e,"top",this.theme),bottom:this.extractSingleBorder(e,"bottom",this.theme),diagonal:this.extractSingleBorder(e,"diagonal",this.theme)};return t.diagonal&&(t.diagonalUp=this.extractAttr(e,"diagonalUp")?.asBool(),t.diagonalDown=this.extractAttr(e,"diagonalDown")?.asBool()),t}extractSingleBorder(e,t,o){const s=this.querySelector(e,t);if(s&&s.attributes.style)return{style:this.extractAttr(s,"style",{required:!0,default:"thin"}).asString(),color:this.extractColor(s.children[0],o,"000000")}}extractAlignment(e){return{horizontal:this.extractAttr(e,"horizontal",{default:"general"}).asString(),vertical:this.extractAttr(e,"vertical",{default:"bottom"}).asString(),textRotation:this.extractAttr(e,"textRotation")?.asNum(),wrapText:this.extractAttr(e,"wrapText")?.asBool(),indent:this.extractAttr(e,"indent")?.asNum(),relativeIndent:this.extractAttr(e,"relativeIndent")?.asNum(),justifyLastLine:this.extractAttr(e,"justifyLastLine")?.asBool(),shrinkToFit:this.extractAttr(e,"shrinkToFit")?.asBool(),readingOrder:this.extractAttr(e,"readingOrder")?.asNum()}}getDxfs(){return this.mapOnElements({query:"dxf",parent:this.rootFile.file.xml},(e=>{const t=this.querySelector(e,"font"),o=this.querySelector(e,"fill"),s=this.querySelector(e,"border"),i=this.querySelector(e,"numFmt"),n=this.querySelector(e,"alignment");return{font:t?this.extractFont(t):void 0,fill:o?this.extractFill(o):void 0,numFmt:i?this.extractNumFormats(i):void 0,alignment:n?this.extractAlignment(n):void 0,border:s?this.extractBorder(s):void 0}}))}getStyles(){return this.mapOnElements({query:"cellXfs xf",parent:this.rootFile.file.xml},(e=>{const t=this.querySelector(e,"alignment");return{fontId:this.extractAttr(e,"fontId",{required:!0,default:0}).asNum(),fillId:this.extractAttr(e,"fillId",{required:!0,default:0}).asNum(),borderId:this.extractAttr(e,"borderId",{required:!0,default:0}).asNum(),numFmtId:this.extractAttr(e,"numFmtId",{required:!0,default:0}).asNum(),alignment:t?this.extractAlignment(t):void 0}}))}}class h_ extends JD{getExternalBook(){return this.mapOnElements({parent:this.rootFile.file.xml,query:"externalBook"},(e=>({rId:this.extractAttr(e,"r:id",{required:!0}).asString(),sheetNames:this.mapOnElements({parent:e,query:"sheetName"},(e=>this.extractAttr(e,"val",{required:!0}).asString())),datasets:this.extractExternalSheetData(e)})))[0]}extractExternalSheetData(e){return this.mapOnElements({parent:e,query:"sheetData"},(e=>{const t=this.mapOnElements({parent:e,query:"cell"},(e=>({xc:this.extractAttr(e,"r",{required:!0}).asString(),value:this.extractChildTextContent(e,"v",{required:!0})}))),o={};for(const e of t)o[e.xc]=e.value;return{sheetId:this.extractAttr(e,"sheetId",{required:!0}).asNum(),data:o}}))}}function d_(e,t){const o=function(e,t){const o=t[Sd],s=o.querySelectorAll(`Override[ContentType="${e}"]`),i=[];for(const e of s){const t=e?.attributes.PartName.value;i.push(t.substring(1))}return i}(e,t);return function(e,t){const o=[];for(const s of e){const e=u_(s,t);o.push({file:{fileName:s,xml:t[s]},rels:e?{fileName:e,xml:t[e]}:void 0})}return o}(o,t)}function u_(e,t){if(e===Sd)return"_rels/.rels";let o="";const s=e.split("/");for(let e=0;e<s.length-1;e++)o+=s[e]+"/";return o+="_rels/",o+=s[s.length-1]+".rels",t[o]||(o=void 0),o}class g_{warningManager;xmls;images;constructor(e){this.warningManager=new fA,this.xmls={},this.images=[];for(const t of Object.keys(e))if(t.endsWith(".xml")||t.endsWith(".rels")){const o=e[t].replaceAll(/(<\/?)([a-zA-Z0-9]+):([a-zA-Z0-9]+)/g,"$1NAMESPACE$2NAMESPACE$3");this.xmls[t]=bE(new gE(o))}else t.includes("media/image")&&this.images.push({fileName:t,imageSrc:e[t].imageSrc})}convertXlsx(){const e=this.getXlsxData();return this.convertImportedData(e)}getXlsxData(){const e=this.buildXlsxFileStructure(),t=e.theme?new QD(e.theme,e,this.warningManager).getTheme():void 0,o=e.sharedStrings?new QD(e.sharedStrings,e,this.warningManager).getSharedStrings():[],s=e.sheets.sort(((e,t)=>e.file.fileName.localeCompare(t.file.fileName,void 0,{numeric:!0}))).map((o=>new l_(o,e,this.warningManager,t).getSheet())),i=e.externalLinks.map((t=>new h_(t,e,this.warningManager).getExternalBook())),n=new c_(e,this.warningManager,t);return{fonts:n.getFonts(),fills:n.getFills(),borders:n.getBorders(),dxfs:n.getDxfs(),numFmts:n.getNumFormats(),styles:n.getStyles(),sheets:s,sharedStrings:o,externalBooks:i,chartIds:[],imageIds:[]}}buildXlsxFileStructure(){const e={sheets:d_(nd.sheet,this.xmls),workbook:d_(nd.workbook,this.xmls)[0]||d_(nd.macroEnabledWorkbook,this.xmls)[0]||d_(nd.templateWorkbook,this.xmls)[0]||d_(nd.macroEnabledTemplateWorkbook,this.xmls)[0]||d_(nd.excelAddInWorkbook,this.xmls)[0],styles:d_(nd.styles,this.xmls)[0],sharedStrings:d_(nd.sharedStrings,this.xmls)[0],theme:d_(nd.themes,this.xmls)[0],charts:d_(nd.chart,this.xmls),figures:d_(nd.drawing,this.xmls),tables:d_(nd.table,this.xmls),pivots:d_(nd.pivot,this.xmls),externalLinks:d_(nd.externalLink,this.xmls),images:this.images};if(!e.workbook.rels)throw Error(ui("Cannot find workbook relations file"));return e}convertImportedData(e){const t={version:"18.4.2",sheets:LD(e,this.warningManager),styles:YA(e,this.warningManager),formats:KA(e,this.warningManager),borders:ZA(e,this.warningManager),revisionId:He};return WD(t,e),Object.keys(e.styles).map((t=>{e.styles[t]=Wt(e.styles[t])})),t}}function p_(e){const t=Lv(e),o=[];return{text:"".concat(...t.map((e=>{if("REFERENCE"===e.type&&fa.test(e.value)){const t=e.value.trim();return o.includes(t)||o.push(t),`${Je}${o.indexOf(t)}${Je}`}return e.value}))),dependencies:o}}const m_={am_ET:7,ar_001:6,ar_SY:6,az_AZ:1,eu_ES:1,be_BY:1,bn_IN:1,bs_BA:1,bg_BG:1,ca_ES:1,zh_CN:7,zh_HK:7,zh_TW:7,hr_HR:1,cs_CZ:1,da_DK:1,nl_BE:1,nl_NL:1,en_AU:7,en_CA:7,en_GB:1,en_IN:7,en_NZ:7,et_EE:1,fi_FI:1,fr_BE:1,fr_CA:7,fr_CH:1,fr_FR:1,gl_ES:1,ka_GE:1,de_DE:1,de_CH:1,el_GR:1,gu_IN:7,he_IL:7,hi_IN:7,hu_HU:1,id_ID:7,it_IT:1,ja_JP:7,kab_DZ:6,km_KH:7,ko_KP:1,ko_KR:7,lo_LA:7,lv_LV:1,lt_LT:1,lb_LU:1,mk_MK:1,ml_IN:1,mn_MN:7,ms_MY:1,nb_NO:1,fa_IR:6,pl_PL:1,pt_AO:1,pt_BR:7,pt_PT:1,ro_RO:1,ru_RU:1,sr_RS:7,"sr@latin":7,sk_SK:1,sl_SI:1,es_AR:7,es_BO:1,es_CL:1,es_CO:7,es_CR:1,es_DO:1,es_EC:1,es_GT:7,es_MX:7,es_PA:7,es_PE:7,es_PY:7,es_UY:1,es_VE:7,sw:1,sv_SE:1,th_TH:7,tl_PH:1,tr_TR:1,uk_UA:1,vi_VN:1,sq_AL:1,te_IN:7,en_US:7,my_MM:7,es_ES:1,es_419:1},f_=new n;function v_(e){for(const t of e.sheets||[]){const e=[];for(const o of t.filterTables||[]){const t=Ho(o.range),s=e.findIndex((e=>Qo(e,t)));-1!==s?e[s]=t:e.push(t)}t.filterTables=e.map((e=>({range:Go(e)})))}return e}function b_(){return S_().at(-1)}function S_(){return f_.getKeys().sort(w_)}f_.add("0.1",{migrate:e=>(e.sheets&&e.sheets[0]&&(e.activeSheet=e.sheets[0].name),e)}).add("0.2",{migrate(e){if(e.sheets&&e.sheets.length)for(const t of e.sheets)t.id=t.id||t.name;return e}}).add("0.3",{migrate(e){if(e.sheets&&e.activeSheet){const t=e.sheets.find((t=>t.name===e.activeSheet));e.activeSheet=t.id}return e}}).add("0.4",{migrate(e){for(const t of e.sheets||[])t.figures=t.figures||[];return e}}).add("0.5",{migrate(e){for(const t of e.sheets||[])for(const e in t.cells||[]){const o=t.cells[e];o.content&&o.content.startsWith("=")&&(o.formula=p_(o.content))}return e}}).add("0.6",{migrate(e){for(const t of e.sheets||[])for(const e in t.figures||[]){const{dataSets:o,...s}=t.figures[e].data,i=[];for(const e of o)if(e.labelCell){const t=Ho(e.dataRange),o=e.labelCell+":"+_o(t.right,t.bottom);i.push(o)}else i.push(e.dataRange);s.dataSetsHaveTitle=Boolean(o[0].labelCell),s.dataSets=i,t.figures[e].data=s}return e}}).add("0.7",{migrate(e){const t=[];for(const o of e.sheets||[]){if(!o.name)continue;const e=o.name,s=ho(bt(e,"_"),t,{compute:(e,t)=>`${e}${t}`});o.name=s,t.push(s);const i=t=>{if(void 0===t)return t;let o=t.replace(e,s),i=t;for(;i!==o;)i=o,o=i.replace(e,s);return i};for(const e in o.cells){const t=o.cells[e];t.formula&&(t.formula.dependencies=t.formula.dependencies.map(i))}for(const e of o.figures||[])if("chart"===e.tag){const t=e.data.dataSets.map(i),o=i(e.data.labelRange);e.data={...e.data,dataSets:t,labelRange:o}}for(const e of o.conditionalFormats||[]){e.ranges=e.ranges.map(i);for(const t of["minimum","maximum","midpoint","upperInflectionPoint","lowerInflectionPoint"])"formula"===e.rule[t]?.type&&(e.rule[t].value=i(e.rule[t].value))}}return e}}).add("0.8",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[])e.data.background=k,e.data.verticalAxisPosition="left",e.data.legendPosition="top",e.data.stacked=!1;return e}}).add("0.9",{migrate(e){for(const t of e.sheets||[])for(const e in t.cells||[]){const o=t.cells[e];if(o.formula){let{text:e,dependencies:t}=o.formula;for(const[o,s]of Object.entries(t)){const t=`\\${Je}${o}\\${Je}`;e=e.replace(new RegExp(t,"g"),s)}o.content=e,delete o.formula}}return e}}).add("0.10",{migrate(e){const t={};for(const o of e.sheets||[])for(const e in o.cells||[]){const s=o.cells[e];s.format&&(s.format=da(s.format,t))}return e.formats=t,e}}).add("15.4",{migrate(e){for(const t of e.sheets||[])t.isVisible=!0;return e}}).add("15.4.1",{migrate:e=>v_(e)}).add("16.3",{migrate(e){for(const t in e.borders){const o=e.borders[t];for(const e in o)Array.isArray(o[e])&&(o[e]={style:o[e][0],color:o[e][1]})}return e}}).add("16.4",{migrate:e=>(e.settings||(e.settings={}),e.settings.locale||(e.settings.locale=w),e)}).add("16.4.1",{migrate:e=>v_(e)}).add("17.2",{migrate(e){for(const t of e.sheets||[])t.tables=t.tables||t.filterTables||[],delete t.filterTables;return e}}).add("17.3",{migrate:e=>(e.pivots||(e.pivots={}),e.pivotNextId||(e.pivotNextId=Jc(e.pivots)+1),e)}).add("17.4",{migrate(e){for(const t of e.sheets||[])for(const e in t.figures||[]){const o=t.figures[e];"title"in o.data&&"string"==typeof o.data.title&&(o.data.title={text:o.data.title});const s=o.data.type;if(!["line","bar","pie","scatter","waterfall","combo"].includes(s))continue;const{dataSets:i,...n}=t.figures[e].data,r=i.map((e=>({dataRange:e})));n.dataSets=r,t.figures[e].data=n}return e}}).add("18.0",{migrate:e=>e}).add("18.0.1",{migrate(e){for(const t of Object.values(e.pivots||{}))t.measures=t.measures.map((e=>({id:e.name,fieldName:e.name,aggregator:e.aggregator}))),t.columns=t.columns.map((e=>({fieldName:e.name,order:e.order,granularity:e.granularity}))),t.rows=t.rows.map((e=>({fieldName:e.name,order:e.order,granularity:e.granularity})));return e}}).add("18.0.2",{migrate(e){const t=e.settings?.locale;if(t){const e=t.code;t.weekStart=m_[e]||1}return e}}).add("18.0.3",{migrate(e){for(const t of e.sheets||[]){t.styles={},t.formats={},t.borders={};for(const e in t.cells)t.styles[e]=t.cells[e].style,t.formats[e]=t.cells[e].format,t.borders[e]=t.cells[e].border,delete t.cells[e].style,delete t.cells[e].format,delete t.cells[e].border}return e}}).add("18.0.4",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[]){if("chart"!==e.tag||"gauge"!==e.data.type)continue;const t=e.data;t?.sectionRule?.lowerInflectionPoint&&(t.sectionRule.lowerInflectionPoint.operator="<="),t?.sectionRule?.upperInflectionPoint&&(t.sectionRule.upperInflectionPoint.operator="<=")}return e}}).add("18.1",{migrate(e){for(const t of e.sheets||[])for(const e of t.tables||[])e.config||(e.config={..._T,hasFilters:!0});return e}}).add("18.1.1",{migrate(e){for(const t of e.sheets||[])for(const e in t.cells){const o=t.cells[e];o&&(t.cells[e]=o.content)}return e}}).add("18.2",{migrate:e=>e}).add("18.3",{migrate(e){if(!e.pivots)return e;for(const t of Object.values(e.pivots)){if(!t.sortedColumn)continue;t.measures.map((e=>e.id)).includes(t.sortedColumn.measure)||delete t.sortedColumn}return e}}).add("18.3.1",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[]){const t=e;e.offset={x:t.x||0,y:t.y||0},e.col=0,e.row=0,delete e.x,delete e.y}return e}}).add("18.4.1",{migrate(e){const t={textContains:"containsText",textNotContains:"notContainsText",textIs:"isEqualText",textIsEmail:"isEmail",textIsLink:"isLink"},o={BeginsWith:"beginsWithText",Between:"isBetween",ContainsText:"containsText",EndsWith:"endsWithText",Equal:"isEqual",GreaterThan:"isGreaterThan",GreaterThanOrEqual:"isGreaterOrEqualTo",IsEmpty:"isEmpty",IsNotEmpty:"isNotEmpty",LessThan:"isLessThan",LessThanOrEqual:"isLessOrEqualTo",NotBetween:"isNotBetween",NotContains:"notContainsText",NotEqual:"isNotEqual"};for(const t of e.sheets||[])for(const e of t.conditionalFormats||[])"CellIsRule"===e.rule.type&&(e.rule.operator=o[e.rule.operator]);for(const o of e.sheets||[])for(const e of o.dataValidationRules||[])e.criterion.type in t&&(e.criterion.type=t[e.criterion.type]);return e}}).add("18.4.2",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[]){if("chart"!==e.tag||"scorecard"!==e.data.type)continue;const t=e.data;t.baselineDescr&&(t.baselineDescr={text:t.baselineDescr})}return e}}).add("18.4.3",{migrate(e){if(!e.pivots)return e;for(const t in e.pivots){const o=e.pivots[t];if(o.sortedColumn){const e=o.measures.find((e=>e.fieldName===o.sortedColumn?.measure));e&&(o.sortedColumn.measure=e.id)}}return e}}).add("18.5.1",{migrate(e){for(const t of e.sheets||[])for(const e of t.figures||[])"chart"===e.tag&&(e.data.chartId=e.id);return e}});const C_="Sheet1";function y_(e,t){if(!e)return T_();console.debug("### Loading data ###");const o=performance.now();if(e["[Content_Types].xml"]){const o=new g_(e);if(e=o.convertXlsx(),t)for(const e of o.warningManager.warnings.sort())console.warn(e)}return"version"in e&&(function(e){return"number"==typeof e.version}(e)&&(e.version=I_[e.version]),e.version!==b_()&&(console.debug("Migrating data from version",e.version),e=function(e){const t=performance.now(),o=S_();for(let t=o.findIndex((t=>t===e.version))+1;t<o.length;t++){const s=o[t];e=f_.get(s).migrate(e)}return console.debug("Data migrated in",performance.now()-t,"ms"),e}(e))),e=function(e){return e=function(e){if(e.uniqueFigureIds)return e;const t=new Set,o=new Set,s=new Sl;for(const i of e.sheets||[])for(const e of i.figures||[])t.has(e.id)&&(e.id+=s.smallUuid()),t.add(e.id),"chart"===e.tag&&(o.has(e.data?.chartId)&&(e.data.chartId+=s.smallUuid()),o.add(e.data?.chartId));return e.uniqueFigureIds=!0,e}(e),e=function(e){const t=Object.assign(T_(),e,{version:b_()});t.sheets=t.sheets?t.sheets.map(((e,t)=>Object.assign(R_(`Sheet${t+1}`,`Sheet${t+1}`),e))):[],0===t.sheets.length&&t.sheets.push(R_(C_,"Sheet1"));zl(t.settings.locale)||(t.settings.locale=w);return t}(e),e}(e),console.debug("Data loaded in",performance.now()-o,"ms"),console.debug("###"),e}const I_={25:"18.2",24:"18.1.1",23:"18.1",22:"18.0.4",21:"18.0.3",20:"18.0.2",19:"18.0.1",18:"18.0",17:"17.4",16:"17.3",15:"17.2",14.5:"16.4.1",14:"16.4",13:"16.3",12.5:"15.4.1",12:"15.4",11:"0.10",10:"0.9",9:"0.8",8:"0.7",7:"0.6",6:"0.5",5:"0.4",4:"0.3",3:"0.2",2:"0.1",1:"0"};function w_(e,t){const o=e.split(".").map(Number),s=t.split(".").map(Number);for(let e=0;e<Math.max(o.length,s.length);e++){const t=o[e]||0,i=s[e]||0;if(t>i)return 1;if(t<i)return-1}return 0}function x_(e,t){return t=function(e,t){if(0!==Object.keys(e).length)return t;const o=[],s=[],i=e=>{if("CREATE_SHEET"===e.type)o.push(e.sheetId);else if("sheetId"in e&&!o.includes(e.sheetId))return{...e,sheetId:C_};return e};for(const e of t)"REMOTE_REVISION"===e.type?s.push({...e,commands:e.commands.map(i)}):s.push(e);return s}(e,t),t=E_(t,"SORT_CELLS"),t=function(e,t){const o=[],s={};for(const t of e.sheets||[])t.figures?.forEach((t=>{"chart"===t.tag&&(e.version&&w_(String(e.version),"18.5.1")<=0?s[t.data.chartId]=t.data:s[t.id]=t.data)}));for(const e of t)if("REMOTE_REVISION"===e.type){const t=[];for(const o of e.commands){let e=o;switch(o.type){case"CREATE_CHART":s[o.chartId]=o.definition;break;case"UPDATE_CHART":if(!s[o.chartId]){console.log(`Fix chart definition: chart with id ${o.chartId} not found.`);continue}const t={...s[o.chartId],...o.definition};e={...o,definition:t},s[o.chartId]=t}t.push(e)}o.push({...e,commands:t})}else o.push(e);return o}(e,t=E_(t,"SET_DECIMAL")),t=function(e,t){const o={};for(const t of e.sheets||[])t.figures?.forEach((e=>{o[e.id]=e.offset}));for(const e of t)if("REMOTE_REVISION"===e.type)for(const t of e.commands)switch(t.type){case"UPDATE_FIGURE":t.offset&&(void 0===t.offset.x&&(t.offset.x=o[t.figureId]||0),void 0===t.offset.y&&(t.offset.y=o[t.figureId]||0),o[t.figureId]=o);break;case"CREATE_IMAGE":case"CREATE_CHART":case"CREATE_FIGURE":o[t.figureId]=t.offset}return t}(e,t),t=function(e,t){const o={};for(const t of e.sheets||[])o[t.id]=t.name;const s=[];for(const e of t)if("REMOTE_REVISION"===e.type){const t=[];for(const s of e.commands){switch(s.type){case"DUPLICATE_SHEET":s.sheetNameTo=s.sheetNameTo??Pa(o[s.sheetId],Object.values(o));break;case"CREATE_SHEET":o[s.sheetId]=s.name||Oa(Object.values(o));break;case"RENAME_SHEET":o[s.sheetId]=s.newName||Oa(Object.values(o))}t.push(s)}s.push({...e,commands:t})}else s.push(e);return t}(e,t),t}function E_(e,t){const o=[];for(const s of e)"REMOTE_REVISION"===s.type?o.push({...s,commands:s.commands.filter((e=>e.type!==t))}):o.push(s);return o}function R_(e,t){return{id:e,name:t,colNumber:26,rowNumber:100,cells:{},styles:{},formats:{},borders:{},cols:{},rows:{},merges:[],conditionalFormats:[],dataValidationRules:[],figures:[],tables:[],isVisible:!0}}function T_(e="Sheet1"){return{version:b_(),sheets:[R_(C_,e)],styles:{},formats:{},borders:{},revisionId:He,uniqueFigureIds:!0,settings:{locale:w},pivots:{},pivotNextId:1,customTableStyles:{}}}function A_(e,t){return{...R_(e,t),charts:[],images:[],cellValues:{}}}const D_={wrongPasteSelection:ui("This operation is not allowed with multiple selections."),willRemoveExistingMerge:Nb.Errors.WillRemoveExistingMerge,wrongFigurePasteOption:ui("Cannot do a special paste of a figure."),frozenPaneOverlap:ui("This operation is not allowed due to an overlapping frozen pane.")};function __(e,t){t.isSuccessful||(t.reasons.includes("WrongPasteSelection")?e.raiseError(D_.wrongPasteSelection):t.reasons.includes("WillRemoveExistingMerge")?e.raiseError(D_.willRemoveExistingMerge):t.reasons.includes("WrongFigurePasteOption")?e.raiseError(D_.wrongFigurePasteOption):t.reasons.includes("FrozenPaneOverlap")&&e.raiseError(D_.frozenPaneOverlap))}function F_(e,t,o){const s=e.model.dispatch("PASTE",{target:t,pasteOption:o});__(e,s)}async function O_(e,t,o,s){let i;try{const n=o;if(o.imageBlob){try{const t=await(e.imageProvider?.uploadFile(o.imageBlob));n.imageData=t}catch(t){const o=ui("An error occurred while uploading the image. %s",t.message);console.error(t),e.raiseError(o)}delete o.imageBlob}i=e.model.dispatch("PASTE_FROM_OS_CLIPBOARD",{target:t,clipboardContent:o,pasteOption:s})}catch(n){const r=o.data;r?.version!==b_()?e.raiseError(ui("An unexpected error occurred while pasting content. This is probably due to a spreadsheet version mismatch.")):(e.raiseError(ui("An unexpected error occurred while pasting content. Additional information can be found in the browser console.")),console.error(n)),i=e.model.dispatch("PASTE_FROM_OS_CLIPBOARD",{target:t,clipboardContent:{text:o.text},pasteOption:s})}__(e,i)}function P_(e,t,o=_T){let s=e.model.getters.getSelectedZones(),i=e.model.getters.canCreateDynamicTableOnZones(t,s);1!==s.length||i||1!==gs(s[0])||(e.model.selection.selectTableAroundSelection(),s=e.model.getters.getSelectedZones(),i=e.model.getters.canCreateDynamicTableOnZones(t,s));const n=s.map((o=>e.model.getters.getRangeDataFromZone(t,o))),r=e.model.dispatch("CREATE_TABLE",{ranges:n,sheetId:t,config:o,tableType:i?"dynamic":"static"});return r.isCancelledBecause("TableOverlap")?e.raiseError(Lb.Errors.TableOverlap):r.isCancelledBecause("NonContinuousTargets")&&e.raiseError(Lb.Errors.NonContinuousTargets),r}function M_(e,t){e.model.dispatch("SET_FORMATTING_WITH_PIVOT",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),format:t})}function N_(e,t){e.model.dispatch("SET_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),style:t})}const k_=async e=>L_(e,"asValue");async function L_(e,t){const o=await e.clipboard.read();switch(o.status){case"ok":const s=e.model.getters.getClipboardId(),i=ys(o.content),n=i.data?.clipboardId,r=e.model.getters.getSelectedZones();s!==n?await O_(e,r,i,t):F_(e,r,t),e.model.getters.isCutOperation()&&"asValue"!==t&&await e.clipboard.write({[a.PlainText]:""});break;case"notImplemented":e.raiseError(ui("Pasting from the context menu is not supported in this browser. Use keyboard shortcuts ctrl+c / ctrl+v instead."));break;case"permissionDenied":e.raiseError(ui("Access to the clipboard denied by the browser. Please enable clipboard permission for this page in your browser settings."))}}const V_=(e,t)=>{if("COL"===e&&t.model.getters.getActiveRows().size>0||"ROW"===e&&t.model.getters.getActiveCols().size>0)return!1;const o=t.model.getters.getActiveSheetId(),s=t.model.getters.getElementsFromSelection(e),i=t.model.getters.checkElementsIncludeAllVisibleHeaders(o,e,s),n=t.model.getters.checkElementsIncludeAllNonFrozenHeaders(o,e,s);return!i&&!n},U_=e=>{const t=e.model.getters.getActiveRows();let o,s;if(t.size)o=ro([...t]),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.top,s=t.bottom-t.top+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),position:"before",base:o,quantity:s,dimension:"ROW"})},H_=e=>{const t=e.model.getters.getActiveCols();let o,s;if(t.size)o=ro([...t]),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.left,s=t.right-t.left+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),position:"before",dimension:"COL",base:o,quantity:s})},z_=e=>{const t=e.model.getters.getActiveCols();let o,s;if(t.size)o=no([...t]),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.right,s=t.right-t.left+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),position:"after",dimension:"COL",base:o,quantity:s})};const B_=async e=>{if(e.imageProvider){const t=e.model.getters.getActiveSheetId(),o=e.model.uuidGenerator.smallUuid(),s=await async function(e){try{return await e.imageProvider.requestImage()}catch{return void e.raiseError(ui("An unexpected error occurred during the image transfer"))}}(e);if(!s)return;const i=uE(e.model.getters,s.size),{col:n,row:r,offset:a}=dE(e.model.getters,i);e.model.dispatch("CREATE_IMAGE",{sheetId:t,figureId:o,col:n,row:r,offset:a,size:i,definition:s})}},$_=e=>{const{col:t,row:o}=e.model.getters.getActivePosition();e.getStore(KE).open({col:t,row:o},"LinkEditor")},G_=e=>{const t=e.model.getters.getFirstTableInSelection();return t?.config.hasFilters||!1},W_=e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZones();return 1===e.model.getters.getTablesOverlappingZones(t,o).length},q_=e=>ms(e.model.getters.getSelectedZones()),Z_=e=>1===e.model.getters.getSelectedZones().length,j_=(e,t)=>{if(!Z_(e))return!1;const o="COL"===t?e.model.getters.getActiveCols():e.model.getters.getActiveRows(),s="COL"===t?e.model.getters.getActiveRows():e.model.getters.getActiveCols(),i=e.model.getters.getActiveSheetId(),n=Ko(e.model.getters.getSelectedZone(),e.model.getters.getSheetZone(i));return Kt(o)&&(0===s.size||n)},Y_={name:e=>G_(e)?ui("Remove selected filters"):ui("Add filters"),isEnabled:e=>q_(e),execute:e=>G_(e)?(e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getFirstTableInSelection();o&&e.model.dispatch("UPDATE_TABLE",{sheetId:t,zone:o.range.zone,config:{hasFilters:!1}})})(e):(e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getFirstTableInSelection();o?e.model.dispatch("UPDATE_TABLE",{sheetId:t,zone:o.range.zone,config:{hasFilters:!0}}):P_(e,t,{..._T,hasFilters:!0,bandedRows:!1,styleId:"TableStyleLight11"})})(e),icon:"o-spreadsheet-Icon.FILTER_ICON_ACTIVE"};function X_(e,t,o){const s=e.model.getters.getActiveSheetId(),i="COL"===t?"FREEZE_COLUMNS":"FREEZE_ROWS";e.model.dispatch(i,{sheetId:s,quantity:o}).isCancelledBecause("MergeOverlap")&&e.raiseError(Ob)}class K_{map={};constructor(e=[]){for(const[t,o]of e)this.set(t,o)}set({sheetId:e,col:t,row:o},s){const i=this.map;i[e]||(i[e]={}),i[e][t]||(i[e][t]={}),i[e][t][o]=s}setMany(e){for(const[t,o]of e)this.set(t,o)}get({sheetId:e,col:t,row:o}){return this.map[e]?.[t]?.[o]}getSheet(e){return this.map[e]}clearSheet(e){delete this.map[e]}has({sheetId:e,col:t,row:o}){return void 0!==this.map[e]?.[t]?.[o]}delete({sheetId:e,col:t,row:o}){delete this.map[e]?.[t]?.[o]}keys(){const e=this.map,t=[];for(const o in e)for(const s in e[o])for(const i in e[o][s])t.push({sheetId:o,col:parseInt(s),row:parseInt(i)});return t}keysForSheet(e){const t=this.map[e];if(!t)return[];const o=[];for(const s in t)for(const i in t[s])o.push({sheetId:e,col:parseInt(s),row:parseInt(i)});return o}*entries(){const e=this.map;for(const t of this.keys()){const{sheetId:o,col:s,row:i}=t;yield[t,e[o][s][i]]}}}class J_ extends Lh{mutators=["enable","disable"];isInvalidated=!1;fingerprintColors={[Q_]:"#D9D9D9"};isEnabled=!1;colors=new K_;handle(e){switch(f(e)&&this.isEnabled&&(this.isInvalidated=!0),e.type){case"UNDO":case"REDO":case"ACTIVATE_SHEET":this.isEnabled&&(this.isInvalidated=!0)}}finalize(){this.isInvalidated&&(this.isInvalidated=!1,this.computeFingerprints())}enable(){this.isEnabled=!0,this.computeFingerprints()}disable(){this.isEnabled=!1,this.colors=new K_}computeFingerprints(){this.colors=new K_;const e=new K_,t=new Set,o=this.getters.getActiveSheetId(),s=this.getters.getCells(o);for(const o in s){const i=this.computeFingerprint(s[o]);if(!i)continue;t.add(i);const n=this.getters.getCellPosition(o);e.set(n,i)}this.assignColors(t);for(const[t,o]of e.entries()){const e=this.fingerprintColors[o];this.colors.set(t,e),this.colorSpreadZone(t,e)}}colorSpreadZone(e,t){const o=this.getters.getSpreadZone(e);if(!o)return;const s=e.sheetId;for(let e=o.top;e<=o.bottom;e++)for(let i=o.left;i<=o.right;i++){const o={sheetId:s,col:i,row:e};this.colors.set(o,t)}}assignColors(e){const t=new oi(e.size);Object.keys(this.fingerprintColors).forEach((()=>t.next()));for(const o of e)this.fingerprintColors[o]||(this.fingerprintColors[o]=Bs(t.next(),.8))}computeFingerprint(e){const t=this.getters.getCellPosition(e.id);return e.isFormula?this.computeFormulaFingerprint(t,e):this.getLiteralFingerprint(t)}computeFormulaFingerprint(e,t){const o=t.compiledFormula.dependencies,s=e.col,i=e.row,n=this.getters.getSheetIds().indexOf(e.sheetId),r={dx:0,dy:0,dSheet:0};for(const e of o){const t=e.zone,[o,a]=e.parts,l=this.getters.getSheetIds().indexOf(e.sheetId);r.dSheet=l-n;const c=Ua(e)&&!e.unboundedZone.hasHeader,h=Va(e)&&!e.unboundedZone.hasHeader,d=c||o?.colFixed?0:s,u=h||o?.rowFixed?0:i,g=!a&&o?.colFixed||a?.colFixed,p=!a&&o.rowFixed||a?.rowFixed,m=void 0===e.unboundedZone.right||g?0:s,f=void 0===e.unboundedZone.bottom||p?0:i,v=rs({top:t.top-u,left:t.left-d,right:t.right-m,bottom:t.bottom-f});for(let e=v.top;e<=v.bottom;e++)for(let t=v.left;t<=v.right;t++)r.dx+=t,r.dy+=e}const a=t.compiledFormula.normalizedFormula;return l=r,Object.entries(l).sort((([e],[t])=>e.localeCompare(t))).map((([e,t])=>t)).join(",")+a;var l}getLiteralFingerprint(e){switch(this.getters.getEvaluatedCell(e).type){case r.number:case r.boolean:return Q_;case r.text:case r.empty:case r.error:return}}}const Q_="DATA_FINGERPRINT",eF={name:e=>{const t=e.model.getters.getElementsFromSelection("COL"),o=t[0],s=t[t.length-1];return 1===t.length?ui("Hide column %s",So(o).toString()):s-o+1===t.length?ui("Hide columns %s - %s",So(o).toString(),So(s).toString()):ui("Hide columns")},execute:e=>{const t=e.model.getters.getElementsFromSelection("COL");e.model.dispatch("HIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getElementsFromSelection("COL");return!e.model.getters.checkElementsIncludeAllVisibleHeaders(t,"COL",o)},icon:"o-spreadsheet-Icon.HIDE_COL"},tF={name:ui("Unhide columns"),execute:e=>{const t=e.model.getters.getElementsFromSelection("COL");e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"COL",elements:t})},isVisible:e=>{const t=e.model.getters.getHiddenColsGroups(e.model.getters.getActiveSheetId()).flat();return e.model.getters.getElementsFromSelection("COL").some((e=>t.includes(e)))},icon:"o-spreadsheet-Icon.UNHIDE_COL"},oF={name:ui("Unhide all columns"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:t,dimension:"COL",elements:Array.from(Array(e.model.getters.getNumberCols(t)).keys())})},isVisible:e=>e.model.getters.getHiddenColsGroups(e.model.getters.getActiveSheetId()).length>0,icon:"o-spreadsheet-Icon.UNHIDE_COL"},sF={name:e=>{const t=e.model.getters.getElementsFromSelection("ROW"),o=t[0],s=t[t.length-1];return 1===t.length?ui("Hide row %s",(o+1).toString()):s-o+1===t.length?ui("Hide rows %s - %s",(o+1).toString(),(s+1).toString()):ui("Hide rows")},execute:e=>{const t=e.model.getters.getElementsFromSelection("ROW");e.model.dispatch("HIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getElementsFromSelection("ROW");return!e.model.getters.checkElementsIncludeAllVisibleHeaders(t,"ROW",o)},icon:"o-spreadsheet-Icon.HIDE_ROW"},iF={name:ui("Unhide rows"),execute:e=>{const t=e.model.getters.getElementsFromSelection("ROW");e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),dimension:"ROW",elements:t})},isVisible:e=>{const t=e.model.getters.getHiddenRowsGroups(e.model.getters.getActiveSheetId()).flat();return e.model.getters.getElementsFromSelection("ROW").some((e=>t.includes(e)))},icon:"o-spreadsheet-Icon.UNHIDE_ROW"},nF={name:ui("Unhide all rows"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("UNHIDE_COLUMNS_ROWS",{sheetId:t,dimension:"ROW",elements:Array.from(Array(e.model.getters.getNumberRows(t)).keys())})},isVisible:e=>e.model.getters.getHiddenRowsGroups(e.model.getters.getActiveSheetId()).length>0,icon:"o-spreadsheet-Icon.UNHIDE_ROW"},rF={name:ui("Unfreeze"),isVisible:e=>{const{xSplit:t,ySplit:o}=e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId());return t+o>0},execute:e=>e.model.dispatch("UNFREEZE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId()}),icon:"o-spreadsheet-Icon.UNFREEZE"},aF={name:ui("Freeze"),icon:"o-spreadsheet-Icon.FREEZE"},lF={name:ui("No rows"),execute:e=>e.model.dispatch("UNFREEZE_ROWS",{sheetId:e.model.getters.getActiveSheetId()}),isReadonlyAllowed:!0,isVisible:e=>!!e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId()).ySplit},cF={name:ui("1 row"),execute:e=>X_(e,"ROW",1),isReadonlyAllowed:!0},hF={name:ui("2 rows"),execute:e=>X_(e,"ROW",2),isReadonlyAllowed:!0},dF={name:ui("Up to current row"),execute:e=>{const{bottom:t}=e.model.getters.getSelectedZone();X_(e,"ROW",t+1)},isReadonlyAllowed:!0},uF={name:ui("No columns"),execute:e=>e.model.dispatch("UNFREEZE_COLUMNS",{sheetId:e.model.getters.getActiveSheetId()}),isReadonlyAllowed:!0,isVisible:e=>!!e.model.getters.getPaneDivisions(e.model.getters.getActiveSheetId()).xSplit},gF={name:ui("1 column"),execute:e=>X_(e,"COL",1),isReadonlyAllowed:!0},pF={name:ui("2 columns"),execute:e=>X_(e,"COL",2),isReadonlyAllowed:!0},mF={name:ui("Up to current column"),execute:e=>{const{right:t}=e.model.getters.getSelectedZone();X_(e,"COL",t+1)},isReadonlyAllowed:!0},fF={name:ui("Gridlines"),execute:e=>{const t=e.model.getters.getActiveSheetId();e.model.dispatch("SET_GRID_LINES_VISIBILITY",{sheetId:t,areGridLinesVisible:!e.model.getters.getGridLinesVisibility(t)})},isActive:e=>{const t=e.model.getters.getActiveSheetId();return e.model.getters.getGridLinesVisibility(t)}},vF={name:ui("Irregularity map"),execute:e=>{const t=e.getStore(J_);t.isEnabled?t.disable():t.enable()},isReadonlyAllowed:!0,icon:"o-spreadsheet-Icon.IRREGULARITY_MAP"},bF={name:ui("Formulas"),isActive:e=>e.model.getters.shouldShowFormulas(),execute:e=>e.model.dispatch("SET_FORMULA_VISIBILITY",{show:!e.model.getters.shouldShowFormulas()}),isReadonlyAllowed:!0},SF={name:e=>{const t=e.model.getters.getSelectedZone();return t.left===t.right?ui("Group column %s",So(t.left)):ui("Group columns %s - %s",So(t.left),So(t.right))},execute:e=>wF(e,"COL"),isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZone(),s=e.model.getters.getHeaderGroupsInZone(t,"COL",o);return Z_(e)&&!s.some((e=>e.start===o.left&&e.end===o.right))},icon:"o-spreadsheet-Icon.GROUP_COLUMNS"},CF={name:e=>{const t=e.model.getters.getSelectedZone();return t.top===t.bottom?ui("Group row %s",String(t.top+1)):ui("Group rows %s - %s",String(t.top+1),String(t.bottom+1))},execute:e=>wF(e,"ROW"),isVisible:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSelectedZone(),s=e.model.getters.getHeaderGroupsInZone(t,"ROW",o);return Z_(e)&&!s.some((e=>e.start===o.top&&e.end===o.bottom))},icon:"o-spreadsheet-Icon.GROUP_ROWS"},yF={name:e=>{const t=e.model.getters.getSelectedZone();return t.left===t.right?ui("Ungroup column %s",So(t.left)):ui("Ungroup columns %s - %s",So(t.left),So(t.right))},execute:e=>xF(e,"COL"),icon:"o-spreadsheet-Icon.UNGROUP_COLUMNS"},IF={name:e=>{const t=e.model.getters.getSelectedZone();return t.top===t.bottom?ui("Ungroup row %s",String(t.top+1)):ui("Ungroup rows %s - %s",String(t.top+1),String(t.bottom+1))},execute:e=>xF(e,"ROW"),icon:"o-spreadsheet-Icon.UNGROUP_ROWS"};function wF(e,t){const o=e.model.getters.getSelectedZone(),s=e.model.getters.getActiveSheetId();e.model.dispatch("GROUP_HEADERS",{sheetId:s,dimension:t,start:"COL"===t?o.left:o.top,end:"COL"===t?o.right:o.bottom})}function xF(e,t){const o=e.model.getters.getSelectedZone(),s=e.model.getters.getActiveSheetId();e.model.dispatch("UNGROUP_HEADERS",{sheetId:s,dimension:t,start:"COL"===t?o.left:o.top,end:"COL"===t?o.right:o.bottom})}function EF(e,t){const o=e.model.getters.getActiveSheetId(),s=e.model.getters.getSelectedZones();return 1===s.length&&e.model.getters.getHeaderGroupsInZone(o,t,s[0]).length>0}const RF=["wholeTable","firstColumnStripe","secondColumnStripe","firstRowStripe","secondRowStripe","firstColumn","lastColumn","headerRow","totalRow"];function TF(e){const t=e.range;return{row:t.zone.top,col:t.zone.left,sheetId:t.sheetId}}function AF(e,t,o,s){const i=t.zone;if(i.left!==i.right)throw new Error("Can only define a filter on a single column");const n={...i,top:i.top+o.numberOfHeaders},r=s(t.sheetId,n);return{id:e,rangeWithHeaders:t,col:i.left,filteredRange:n.top>n.bottom?void 0:r}}function DF(e){return"static"===e.type||"forceStatic"===e.type}function _F(e,t,o,s){return{borders:FF(e,t,o,s),styles:PF(e,t,o,s)}}function FF(e,t,o,s){const i=Vn(o,s,(()=>({})));for(const n of RF){const r=t[n]?.border;if(!r)continue;const a=NF(n,e,o,s);for(const t of a)for(let a=t.left;a<=t.right;a++)for(let l=t.top;l<=t.bottom;l++){const c="wholeTable"===n&&l<=e.numberOfHeaders-1;l===t.top&&r?.top?OF(i,"top",r.top,a,l,o,s):l!==t.top&&!c&&r?.horizontal&&OF(i,"top",r.horizontal,a,l,o,s),l===t.bottom&&r?.bottom&&OF(i,"bottom",r.bottom,a,l,o,s),a===t.left&&r?.left&&OF(i,"left",r.left,a,l,o,s),a===t.right&&r?.right?OF(i,"right",r.right,a,l,o,s):a!==t.right&&!c&&r?.vertical&&OF(i,"right",r.vertical,a,l,o,s)}}return i}function OF(e,t,o,s,i,n,r){switch(t){case"top":return e[s][i].top=o,void(0!==i&&(e[s][i-1].bottom=o));case"bottom":return e[s][i].bottom=o,void(i!==r-1&&(e[s][i+1].top=o));case"left":return e[s][i].left=o,void(0!==s&&(e[s-1][i].right=o));case"right":return e[s][i].right=o,void(s!==n-1&&(e[s+1][i].left=o))}}function PF(e,t,o,s){const i=Vn(o,s,(()=>({})));for(const n of RF){const r=t[n],a=MF(n);if(!r&&!a)continue;const l=NF(n,e,o,s);for(const e of l)for(let t=e.left;t<=e.right;t++)for(let o=e.top;o<=e.bottom;o++)i[t][o]||(i[t][o]={}),i[t][o]={...i[t][o],...r?.style},a&&(i[t][o].bold=!0)}return i}function MF(e){return"firstColumn"===e||"lastColumn"===e||"headerRow"===e||"totalRow"===e}function NF(e,t,o,s){const i=[],n=Math.min(t.numberOfHeaders,s),r=t.totalRow?1:0,a=o-1,l=s-1;switch(e){case"wholeTable":i.push({top:0,left:0,bottom:l,right:a});break;case"firstColumn":if(!t.firstColumn)break;i.push({top:0,left:0,bottom:l,right:0});break;case"lastColumn":if(!t.lastColumn)break;i.push({top:0,left:a,bottom:l,right:a});break;case"headerRow":if(!t.numberOfHeaders)break;i.push({top:0,left:0,bottom:n-1,right:a});break;case"totalRow":if(!t.totalRow)break;i.push({top:l,left:0,bottom:l,right:a});break;case"firstRowStripe":if(!t.bandedRows)break;for(let e=n;e<s-r;e+=2)i.push({top:e,left:0,bottom:e,right:a});break;case"secondRowStripe":if(!t.bandedRows)break;for(let e=n+1;e<s-r;e+=2)i.push({top:e,left:0,bottom:e,right:a});break;case"firstColumnStripe":if(!t.bandedColumns)break;for(let e=0;e<o;e+=2)i.push({top:n,left:e,bottom:l-r,right:e});break;case"secondColumnStripe":if(!t.bandedColumns)break;for(let e=1;e<o;e+=2)i.push({top:n,left:e,bottom:l-r,right:e})}return i}function kF(e){const t=e.model.dispatch("CUT");t.isSuccessful||t.isCancelledBecause("WrongCutSelection")&&e.raiseError(ui("This operation is not allowed with multiple selections."))}const LF={MergeIsDestructive:ui("Merging these cells will only preserve the top-leftmost value. Merge anyway?"),MergeInFilter:ui("You can't merge cells inside of an existing filter.")};const VF={name:ui("Undo"),description:"Ctrl+Z",execute:e=>e.model.dispatch("REQUEST_UNDO"),isEnabled:e=>e.model.getters.canUndo(),icon:"o-spreadsheet-Icon.UNDO"},UF={name:ui("Redo"),description:"Ctrl+Y",execute:e=>e.model.dispatch("REQUEST_REDO"),isEnabled:e=>e.model.getters.canRedo(),icon:"o-spreadsheet-Icon.REDO"},HF={name:ui("Copy"),description:"Ctrl+C",isReadonlyAllowed:!0,execute:async e=>{e.model.dispatch("COPY"),await e.clipboard.write(await e.model.getters.getClipboardTextAndImageContent())},icon:"o-spreadsheet-Icon.CLIPBOARD"},zF={name:ui("Cut"),description:"Ctrl+X",execute:async e=>{kF(e),await e.clipboard.write(await e.model.getters.getClipboardTextAndImageContent())},icon:"o-spreadsheet-Icon.CUT"},BF={name:ui("Paste"),description:"Ctrl+V",execute:async e=>L_(e),icon:"o-spreadsheet-Icon.PASTE"},$F={name:ui("Paste special"),isVisible:e=>!e.model.getters.isCutOperation(),icon:"o-spreadsheet-Icon.PASTE"},GF={name:ui("Paste as value"),description:"Ctrl+Shift+V",execute:k_},WF={name:ui("Paste format only"),execute:e=>L_(e,"onlyFormat")},qF={name:ui("Find and replace"),description:"Ctrl+H",isReadonlyAllowed:!0,execute:e=>{e.openSidePanel("FindAndReplace",{})},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.SEARCH"},ZF={name:ui("Delete values"),execute:e=>e.model.dispatch("DELETE_UNFILTERED_CONTENT",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()})},jF={name:e=>{if(e.model.getters.getSelectedZones().length>1)return ui("Delete rows");let t,o;const s=e.model.getters.getActiveRows();if(0!==s.size)t=ro([...s]),o=no([...s]);else{const s=e.model.getters.getSelectedZones()[0];t=s.top,o=s.bottom}return t===o?ui("Delete row %s",(t+1).toString()):ui("Delete rows %s - %s",(t+1).toString(),(o+1).toString())},execute:e=>{const t=[...e.model.getters.getActiveRows()];if(!t.length){const o=e.model.getters.getSelectedZones()[0];for(let e=o.top;e<=o.bottom;e++)t.push(e)}e.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),dimension:"ROW",elements:t})},isVisible:e=>V_("ROW",e)},YF={...jF,isVisible:Z_},XF={name:e=>{if(e.model.getters.getSelectedZones().length>1)return ui("Clear rows");let t,o;const s=e.model.getters.getActiveRows();if(0!==s.size)t=ro([...s]),o=no([...s]);else{const s=e.model.getters.getSelectedZones()[0];t=s.top,o=s.bottom}return t===o?ui("Clear row %s",(t+1).toString()):ui("Clear rows %s - %s",(t+1).toString(),(o+1).toString())},execute:e=>{const t=e.model.getters.getActiveSheetId(),o=[...e.model.getters.getActiveRows()].map((o=>e.model.getters.getRowsZone(t,o,o)));e.model.dispatch("DELETE_CONTENT",{target:o,sheetId:e.model.getters.getActiveSheetId()})}},KF={name:e=>{if(e.model.getters.getSelectedZones().length>1)return ui("Delete columns");let t,o;const s=e.model.getters.getActiveCols();if(0!==s.size)t=ro([...s]),o=no([...s]);else{const s=e.model.getters.getSelectedZones()[0];t=s.left,o=s.right}return t===o?ui("Delete column %s",So(t)):ui("Delete columns %s - %s",So(t),So(o))},execute:e=>{const t=[...e.model.getters.getActiveCols()];if(!t.length){const o=e.model.getters.getSelectedZones()[0];for(let e=o.left;e<=o.right;e++)t.push(e)}e.model.dispatch("REMOVE_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),dimension:"COL",elements:t})},isVisible:e=>V_("COL",e)},JF={...KF,isVisible:Z_},QF={name:e=>{if(e.model.getters.getSelectedZones().length>1)return ui("Clear columns");let t,o;const s=e.model.getters.getActiveCols();if(0!==s.size)t=ro([...s]),o=no([...s]);else{const s=e.model.getters.getSelectedZones()[0];t=s.left,o=s.right}return t===o?ui("Clear column %s",So(t)):ui("Clear columns %s - %s",So(t),So(o))},execute:e=>{const t=e.model.getters.getActiveSheetId(),o=[...e.model.getters.getActiveCols()].map((o=>e.model.getters.getColsZone(t,o,o)));e.model.dispatch("DELETE_CONTENT",{target:o,sheetId:e.model.getters.getActiveSheetId()})}},eO={name:ui("Delete cells"),isVisible:Z_},tO={name:ui("Delete cell and shift up"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("DELETE_CELL",{zone:t,shiftDimension:"ROW"});__(e,o)}},oO={name:ui("Delete cell and shift left"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("DELETE_CELL",{zone:t,shiftDimension:"COL"});__(e,o)}},sO={name:ui("Merge cells"),isEnabled:e=>!rO(e),isActive:e=>aO(e),execute:e=>function(e){if(rO(e))return;const t=e.model.getters.getSelectedZones(),o=e.model.getters.getActiveSheetId();if(aO(e)){const s=t.flatMap((t=>e.model.getters.getMergesInZone(o,t)));e.model.dispatch("REMOVE_MERGE",{sheetId:o,target:s})}else!function(e,t,o){const s=e.model.dispatch("ADD_MERGE",{sheetId:t,target:o});s.isCancelledBecause("MergeInTable")?e.raiseError(LF.MergeInFilter):s.isCancelledBecause("MergeIsDestructive")&&e.askConfirmation(LF.MergeIsDestructive,(()=>{e.model.dispatch("ADD_MERGE",{sheetId:t,target:o,force:!0})}))}(e,o,t)}(e),icon:"o-spreadsheet-Icon.MERGE_CELL"},iO={name:()=>ui("Edit table"),execute:e=>e.openSidePanel("TableSidePanel",{}),icon:"o-spreadsheet-Icon.EDIT_TABLE"},nO={name:()=>ui("Delete table"),execute:e=>{const t=e.model.getters.getActivePosition(),o=e.model.getters.getTable(t);o&&e.model.dispatch("REMOVE_TABLE",{sheetId:t.sheetId,target:[o.range.zone]})},icon:"o-spreadsheet-Icon.DELETE_TABLE"};function rO(e){const t=e.model.getters.getSelectedZones(),{sheetId:o}=e.model.getters.getActivePosition(),{xSplit:s,ySplit:i}=e.model.getters.getPaneDivisions(o);return t.every((e=>1===gs(e)))||ps(t,s,i)||function(e){for(let t=0;t<e.length-1;t++)for(let o=t+1;o<e.length;o++)if(Qo(e[t],e[o]))return!0;return!1}(t)}function aO(e){if(rO(e))return!1;const t=e.model.getters.getActiveSheetId();return e.model.getters.getSelectedZones().some((o=>e.model.getters.getMergesInZone(t,o).length>0))}const lO={name:e=>{const t=HO(e);return 1===t?ui("Insert row"):ui("Insert %s rows",t.toString())},isVisible:e=>j_(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW"},cO={name:e=>{const t=HO(e);return 1===t?ui("Insert row above"):ui("Insert %s rows above",t.toString())},execute:U_,isVisible:e=>j_(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW_BEFORE"},hO={...cO,name:e=>{const t=HO(e);return 1===t?ui("Row above"):ui("%s Rows above",t.toString())}},dO={...cO,name:e=>{const t=HO(e);return 1===t?ui("Insert row"):ui("Insert %s rows",t.toString())},isVisible:Z_,icon:"o-spreadsheet-Icon.INSERT_ROW_BEFORE"},uO={execute:e=>{const t=e.model.getters.getActiveRows();let o,s;if(t.size)o=no([...t]),s=t.size;else{const t=e.model.getters.getSelectedZones()[0];o=t.bottom,s=t.bottom-t.top+1}e.model.dispatch("ADD_COLUMNS_ROWS",{sheetId:e.model.getters.getActiveSheetId(),sheetName:e.model.getters.getActiveSheetName(),position:"after",base:o,quantity:s,dimension:"ROW"})},name:e=>{const t=HO(e);return 1===t?ui("Insert row below"):ui("Insert %s rows below",t.toString())},isVisible:e=>j_(e,"ROW"),icon:"o-spreadsheet-Icon.INSERT_ROW_AFTER"},gO={...uO,name:e=>{const t=HO(e);return 1===t?ui("Row below"):ui("%s Rows below",t.toString())}},pO={name:e=>{const t=zO(e);return 1===t?ui("Insert column"):ui("Insert %s columns",t.toString())},isVisible:e=>j_(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL"},mO={name:e=>{const t=zO(e);return 1===t?ui("Insert column left"):ui("Insert %s columns left",t.toString())},execute:H_,isVisible:e=>j_(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL_BEFORE"},fO={...mO,name:e=>{const t=zO(e);return 1===t?ui("Column left"):ui("%s Columns left",t.toString())}},vO={...mO,name:e=>{const t=zO(e);return 1===t?ui("Insert column"):ui("Insert %s columns",t.toString())},isVisible:Z_,icon:"o-spreadsheet-Icon.INSERT_COL_BEFORE"},bO={name:e=>{const t=zO(e);return 1===t?ui("Insert column right"):ui("Insert %s columns right",t.toString())},execute:z_,isVisible:e=>j_(e,"COL"),icon:"o-spreadsheet-Icon.INSERT_COL_AFTER"},SO={...bO,name:e=>{const t=zO(e);return 1===t?ui("Column right"):ui("%s Columns right",t.toString())},execute:z_},CO={name:ui("Insert cells"),isVisible:e=>Z_(e)&&0===e.model.getters.getActiveCols().size&&0===e.model.getters.getActiveRows().size,icon:"o-spreadsheet-Icon.INSERT_CELL"},yO={name:ui("Insert cells and shift down"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("INSERT_CELL",{zone:t,shiftDimension:"ROW"});__(e,o)},isVisible:e=>0===e.model.getters.getActiveRows().size&&0===e.model.getters.getActiveCols().size,icon:"o-spreadsheet-Icon.INSERT_CELL_SHIFT_DOWN"},IO={name:ui("Insert cells and shift right"),execute:e=>{const t=e.model.getters.getSelectedZone(),o=e.model.dispatch("INSERT_CELL",{zone:t,shiftDimension:"COL"});__(e,o)},isVisible:e=>0===e.model.getters.getActiveRows().size&&0===e.model.getters.getActiveCols().size,icon:"o-spreadsheet-Icon.INSERT_CELL_SHIFT_RIGHT"},wO={name:ui("Chart"),execute:e=>{const t=e.model.getters,o=e.model.uuidGenerator.smallUuid(),s=t.getActiveSheetId();let i=t.getSelectedZones();1===i.length&&1===gs(i[0])&&(e.model.selection.selectTableAroundSelection(),i=t.getSelectedZones());const n={width:536,height:335},{col:r,row:a,offset:l}=dE(t,n);e.model.dispatch("CREATE_CHART",{sheetId:s,figureId:o,chartId:e.model.uuidGenerator.smallUuid(),col:r,row:a,offset:l,size:n,definition:AT(i,e.model.getters)}).isSuccessful&&(e.model.dispatch("SELECT_FIGURE",{figureId:o}),e.openSidePanel("ChartPanel"))},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.INSERT_CHART"},xO={name:ui("Carousel"),execute:e=>{const t=e.model.getters,o=e.model.uuidGenerator.smallUuid(),s=t.getActiveSheetId(),i={width:536,height:335},{col:n,row:r,offset:a}=dE(t,i);e.model.dispatch("CREATE_CAROUSEL",{sheetId:s,figureId:o,col:n,row:r,offset:a,size:i,definition:{items:[]}}).isSuccessful&&(e.model.dispatch("SELECT_FIGURE",{figureId:o}),e.openSidePanel("CarouselPanel",{figureId:o}))},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.CAROUSEL"},EO={name:ui("Pivot table"),execute:e=>{const t=e.model.uuidGenerator.smallUuid(),o=e.model.uuidGenerator.smallUuid();e.model.dispatch("INSERT_NEW_PIVOT",{pivotId:t,newSheetId:o}).isSuccessful&&e.openSidePanel("PivotSidePanel",{pivotId:t})},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.PIVOT"},RO={name:ui("Image"),description:"Ctrl+O",execute:B_,isVisible:e=>void 0!==e.imageProvider,isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.INSERT_IMAGE"},TO={name:()=>ui("Table"),execute:e=>{const t=e.model.getters.getActiveSheetId();P_(e,t).isSuccessful&&e.openSidePanel("TableSidePanel",{})},isVisible:e=>q_(e)&&!e.model.getters.getFirstTableInSelection(),isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.PAINT_TABLE"},AO={name:ui("Function"),icon:"o-spreadsheet-Icon.FORMULA"},DO={name:ui("SUM"),execute:e=>e.startCellEdition("=SUM(")},_O={name:ui("AVERAGE"),execute:e=>e.startCellEdition("=AVERAGE(")},FO={name:ui("COUNT"),execute:e=>e.startCellEdition("=COUNT(")},OO={name:ui("MAX"),execute:e=>e.startCellEdition("=MAX(")},PO={name:ui("MIN"),execute:e=>e.startCellEdition("=MIN(")},MO={name:ui("All"),children:[function(){return UO(AC.getKeys().filter((e=>!AC.get(e).hidden)))}]};const NO={name:ui("Link"),execute:$_,icon:"o-spreadsheet-Icon.INSERT_LINK"},kO={name:ui("Checkbox"),execute:e=>{const t=e.model.getters.getSelectedZones(),o=e.model.getters.getActiveSheetId(),s=t.map((t=>e.model.getters.getRangeDataFromZone(o,t)));e.model.dispatch("ADD_DATA_VALIDATION_RULE",{ranges:s,sheetId:o,rule:{id:e.model.uuidGenerator.smallUuid(),criterion:{type:"isBoolean",values:[]}}})},icon:"o-spreadsheet-Icon.INSERT_CHECKBOX"},LO={name:ui("Dropdown list"),execute:e=>{const t=e.model.getters.getSelectedZones(),o=e.model.getters.getActiveSheetId(),s=t.map((t=>e.model.getters.getRangeDataFromZone(o,t))),i=e.model.uuidGenerator.smallUuid();e.model.dispatch("ADD_DATA_VALIDATION_RULE",{ranges:s,sheetId:o,rule:{id:i,criterion:{type:"isValueInList",values:[],displayStyle:"chip"}}});const n=e.model.getters.getDataValidationRule(o,i);n&&e.openSidePanel("DataValidationEditor",{rule:Jl(n,e.model.getters.getLocale()),onExit:()=>{e.replaceSidePanel("DataValidation","DataValidationEditor")}})},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.INSERT_DROPDOWN"},VO={name:ui("Insert sheet"),execute:e=>{const t=e.model.getters.getActiveSheetId(),o=e.model.getters.getSheetIds().indexOf(t)+1,s=e.model.uuidGenerator.smallUuid();e.model.dispatch("CREATE_SHEET",{sheetId:s,position:o,name:e.model.getters.getNextSheetName()}),e.model.dispatch("ACTIVATE_SHEET",{sheetIdFrom:t,sheetIdTo:s})},icon:"o-spreadsheet-Icon.INSERT_SHEET"};function UO(e){return e.sort().map(((e,t)=>({name:e,sequence:10*t,execute:t=>t.startCellEdition(`=${e}(`)})))}function HO(e){const t=e.model.getters.getActiveRows();if(t.size)return t.size;{const t=e.model.getters.getSelectedZones()[0];return t.bottom-t.top+1}}function zO(e){const t=e.model.getters.getActiveCols();if(t.size)return t.size;{const t=e.model.getters.getSelectedZones()[0];return t.right-t.left+1}}const BO="(previous)",$O="(next)";function GO(e,t){const o=e.definition.rows.map((e=>e.nameWithGranularity)),s=t.filter((e=>o.includes(e.field))),i=e.definition.columns.map((e=>e.nameWithGranularity));return{colDomain:t.filter((e=>i.includes(e.field))),rowDomain:s}}function WO(e,t,o){return"column"===t?GO(e,o).colDomain:GO(e,o).rowDomain}function qO(e,t){return void 0!==ZO(e,t)}function ZO(e,t,o){let s=t;for(const t of e){const e=s.find((e=>e.value===t.value));if(!e)return;if(e.field===o)return s;s=e.children}return s}function jO(e,t,o){const s=(e=pt(e)).find((e=>e.field===t));return s?(s.value=o,e):e}function YO(e,t){return t.some((t=>t.field===e))}function XO(e,t){if(e.definition.rows.map((e=>e.nameWithGranularity)).includes(t))return"row";if(e.definition.columns.map((e=>e.nameWithGranularity)).includes(t))return"column";throw new Error(`Field ${t} not found in pivot`)}function KO(e){return e?e.map(JO).join(", "):""}function JO(e){return e?`${e.field}=${e.value}`:""}function QO(e,t){const o=e.findIndex((e=>e.field===t));if(-1===o)return"";const s=e.slice(0,o),i=e.at(-1);return KO(i.field===t?s:[...s,i])}function eP(e,t){const o=e.findIndex((e=>e.field===t));return-1===o?"":KO([...e.slice(0,o),...e.slice(o+1)])}function tP(e,t,o){const s=[...e],i=[...t];s.sort(((e,t)=>o([...i,e],[...i,t])));for(const t of e){const e=tP(t.children,[...i,t],o);t.children=e}return s}function oP(e,t){return e.length>t.length&&t.every(((t,o)=>zt(t,e[o])))}class sP{measures;columns;rows;sortedColumn;collapsedDomains;customFields;constructor(e,t){this.columns=e.columns.map((e=>this.createPivotDimension(t,e))),this.rows=e.rows.map((e=>this.createPivotDimension(t,e))),this.measures=e.measures.map((e=>this.createMeasure(t,e))),this.sortedColumn=e.sortedColumn,this.collapsedDomains=e.collapsedDomains,this.customFields=e.customFields}getDimension(e){const t=this.columns.find((t=>t.nameWithGranularity===e))||this.rows.find((t=>t.nameWithGranularity===e));if(!t)throw new rn(ui("Dimension %s does not exist",e));return t}getMeasure(e){const t=this.measures.find((t=>t.id===e));if(!t)throw new rn(ui("Field %s is not a measure",e));return t}get invalidAggregatorsForCustomField(){return[]}createMeasure(e,t){const o=t.fieldName,s="__count"===o?{name:"__count",string:ui("Count"),type:"integer",aggregator:"sum"}:e[o],i=t.aggregator;let n=!(!s&&!t.computedBy);for(const t of[...this.rows,...this.columns]){const o=e[t.fieldName];if(o?.isCustomField&&this.invalidAggregatorsForCustomField.includes(i)){n=!1;break}}return{id:t.id,get displayName(){return t.userDefinedName??s?.string??t.fieldName},userDefinedName:t.userDefinedName,fieldName:o,aggregator:i,type:"__count"===o?"integer":s?.type??"integer",isValid:n,isHidden:t.isHidden,format:t.format,computedBy:t.computedBy,display:t.display}}createPivotDimension(e,t){const o=e[t.fieldName],s=o?.type??"integer",i=o&&oh(o)?t.granularity:void 0;return{displayName:o?.string??t.fieldName,nameWithGranularity:t.fieldName+(i?`:${i}`:""),fieldName:t.fieldName,granularity:i,type:o?.isCustomField?"custom":s,order:t.order,isValid:!!o,isCustomField:!!o?.isCustomField,customGroups:o?.customGroups,parentField:o?.parentField}}}class iP extends sP{range;constructor(e,t,o){if(super(e,t),e.dataSet){const{sheetId:t,zone:s}=e.dataSet;this.range=o.getRangeFromZone(t,s)}}}class nP{columns;rows;measures;fieldsType;maxIndent;pivotCells={};rowTree;colTree;isSorted=!1;constructor(e,t,o,s,i={COL:[],ROW:[]}){this.measures=o,this.fieldsType=s,i.COL.length&&(e=this.removeCollapsedColumns(e,o,i.COL)),this.columns=e.map((e=>{let t=1;return e.map((e=>(e={...e,offset:t},t+=e.width,e)))})),this.rows=t.filter((e=>!this.isParentCollapsed(i.ROW,e))),this.maxIndent=Math.max(...this.rows.map((e=>e.indent))),this.rowTree=Vt((()=>this.buildRowsTree())),this.colTree=Vt((()=>this.buildColumnsTree()))}removeCollapsedColumns(e,t,o){const s=(o,s)=>{const i=this.getDomain(o),n=e[s],r=n.findIndex((e=>oP(this.getDomain(e),i))),a=n.findLastIndex((e=>oP(this.getDomain(e),i))),l=s===e.length-1,c=t.map((e=>({fields:l?[...o.fields,"measure"]:[],values:l?[...o.values,e]:[],width:1,offset:0,collapsedHeader:!l})));n.splice(r,a-r+1,...c)};return e.map(((i,n)=>{for(const r of i){if(n>=e.length-2)return i;const a=this.getDomain(r);if(o.some((e=>zt(a,e)))){r.width=t.length;for(let t=n+1;t<e.length;t++)s(r,t)}}return i}))}isParentCollapsed(e,t){const o=this.getDomain(t);return e.some((e=>oP(o,e)))}getNumberOfDataColumns(){return this.columns.at(-1)?.length||0}getSkippedRows(e){const t=new Set;if(!e.displayColumnHeaders)for(let e=0;e<this.columns.length-1;e++)t.add(e);return e.displayMeasuresRow||t.add(this.columns.length-1),t}getPivotCells(e={displayColumnHeaders:!0,displayTotals:!0,displayMeasuresRow:!0}){const t=JSON.stringify(e);if(!this.pivotCells[t]){const{displayTotals:o}=e,s=this.rows.length,i=this.getNumberOfDataColumns();let n=this.columns.length+s,r=1+i;o||1===s||(n-=1),o||i===this.measures.length||(r-=this.measures.length);const a=[],l=this.getSkippedRows(e);for(let e=0;e<r;e++){a.push([]);for(let t=0;t<n;t++)l.has(t)||a[e].push(this.getPivotCell(e,t,o))}this.pivotCells[t]=a}return this.pivotCells[t]}getRowTree(){return this.rowTree()}getColTree(){return this.colTree()}isTotalRow(e){return this.rows[e].indent!==this.maxIndent}getPivotCell(e,t,o=!0){const s=this.columns.length;if(e>0&&t===s-1){const o=this.getColHeaderDomain(e,t);if(!o)return rP;const s=o.at(-1)?.value?.toString()||"";return{type:"MEASURE_HEADER",domain:o.slice(0,-1),measure:s}}if(t<=s-1){const o=this.getColHeaderDomain(e,t);return o?{type:"HEADER",domain:o,dimension:"COL"}:rP}if(0===e){const e=t-s;return{type:"HEADER",domain:this.getDomain(this.rows[e]),dimension:"ROW"}}{const i=t-s;if(!o&&this.isTotalRow(i))return rP;return{type:"VALUE",domain:[...this.getDomain(this.rows[i]),...this.getColDomain(e)],measure:this.getColMeasure(e)}}}getColHeaderDomain(e,t){if(0===e)return;const o=this.columns[t].find((t=>t.offset===e));return o&&!o.collapsedHeader?this.getDomain(o):void 0}getDomain(e){return e.fields.map(((t,o)=>{if("measure"===t)return{type:"char",field:t,value:rh({displayName:"measure",type:"char"},e.values[o])};{const{fieldName:s,granularity:i}=th(t),n=this.fieldsType[s]||"char";return{type:n,field:t,value:rh({displayName:s,type:n,granularity:i},e.values[o])}}}))}getColDomain(e){const t=this.getColHeaderDomain(e,this.columns.length-1);return t?t.slice(0,-1):[]}getColMeasure(e){const t=this.getColHeaderDomain(e,this.columns.length-1),o=t?.at(-1)?.value;if(null==o)throw new Error("Measure is missing");return o.toString()}buildRowsTree(){const e=[];let t=0;const o={};o[0]=e;for(const s of this.rows){if(0===s.fields.length||0===s.values.length)return e;const i=s.fields.length-1,n=s.fields[i],{fieldName:r,granularity:a}=th(n),l=rh({displayName:r,type:this.fieldsType[r]??"char",granularity:a},s.values[i]);if(i>t){t=i,o[t]=[];const e=o[t-1].at(-1);e&&(e.children=o[t])}t=i;const c={value:l,field:s.fields[i],children:[],type:this.fieldsType[r]||"char",width:0};o[t].push(c)}return e}buildColumnsTree(){const e=[],t=this.columns.at(-2)||[],o={};o[0]=e;for(const e of t)for(let t=0;t<e.fields.length;t++){const s=e.fields[t],{fieldName:i,granularity:n}=th(s),r=rh({displayName:i,type:this.fieldsType[i]??"char",granularity:n},e.values[t]),a={value:r,field:e.fields[t],children:[],width:e.width,type:this.fieldsType[i]||"char"};o[t]?.at(-1)?.value!==r&&(o[t+1]=[],a.children=o[t+1],o[t].push(a))}return e}export(){return{cols:this.columns,rows:this.rows,measures:this.measures,fieldsType:this.fieldsType}}sort(e,t,o){if(this.isSorted)return;const s=(e,t)=>{const s=o(e,t).value;return"number"==typeof s?s:-1/0},i=t.domain,n=tP(this.rowTree(),[],((o,n)=>{const r=s(e,[...o,...i]),a=s(e,[...n,...i]);return"asc"===t.order?r-a:a-r}));this.rowTree=Vt(n),this.rows=[...this.rowTreeToRows(n),this.rows[this.rows.length-1]],this.isSorted=!0}rowTreeToRows(e,t){return e.flatMap((e=>{const o={indent:t?t.indent+1:1,fields:[...t?.fields||[],e.field],values:[...t?.values||[],e.value]};return[o,...this.rowTreeToRows(e.children,o)]}))}get numberOfCells(){return this.rows.length*this.getNumberOfDataColumns()}}const rP={type:"EMPTY"};function aP(e,t,o){const s=t.measures.filter((e=>!e.isHidden)).map((e=>e.id)),i=cP(e,t.columns,0);hP(i,s.length);const n=function(e,t){const o=t.columns.map((e=>e.nameWithGranularity)),s=o.length,i=t.measures.filter((e=>!e.isHidden)),n=i.length,r=new Array(s).fill(0).map((()=>[]));function a(e,t,i){const n=r[t];for(const r of e){const e=i.concat([r.value]),l={fields:o.slice(0,t+1),values:e,width:r.width,offset:0};n.push(l),t<=s-1&&a(r.children,t+1,e)}}a(e,0,[]);const l=o.length>0,c=[];l&&r[r.length-1].forEach((e=>{i.forEach((t=>{const o={fields:[...e.fields,"measure"],values:[...e.values,t.id],width:1,offset:0};c.push(o)}))}));i.forEach((e=>{const t={fields:["measure"],values:[e.id],width:1,offset:0};c.push(t)})),r.push(c),1===r.length&&r.unshift([]);return r[r.length-2].push({fields:[],values:[],width:n,offset:0}),r}(i,t),r=lP(e,0,t.rows,[],[]);r.push({fields:[],values:[],indent:0});const a={};for(const e of t.columns)a[e.fieldName]=e.type;for(const e of t.rows)a[e.fieldName]=e.type;const l="collapsed"===o?t.collapsedDomains:void 0;return new nP(n,r,s,a,l)}function lP(e,t,o,s,i){if(t>=o.length)return[];const n=o[t],r=n.nameWithGranularity,a=dP(e,n),l=uP(a,n),c=[],h=s.concat(r);for(const e of l){const s=i.concat(e);c.push({fields:h,values:s,indent:t+1});const n=a[e];n&&c.push(...lP(n,t+1,o,h,s))}return c}function cP(e,t,o){if(o>=t.length)return[];const s=t[o],i=t[o].nameWithGranularity,n=dP(e,s);return uP(n,t[o]).map((e=>({value:n[e]?.[0]?.[s.nameWithGranularity]?.value??null,field:i,children:cP(n[e]||[],t,o+1),type:s.type,width:0})))}function hP(e,t){for(const o in e){const s=e[o];0===s.children.length?s.width=t:(hP(s.children,t),s.width=s.children.reduce(((e,t)=>e+t.width),0))}}function dP(e,t){return Object.groupBy(e,function(e){const t=e.nameWithGranularity;return e=>`${e[t]?.value??null}`}(t))}function uP(e,t){const o=t.order,s=t.customGroups?.find((e=>e.isOtherGroup));return o||s?Object.keys(e).sort(((e,i)=>s&&e===s.name?1:s&&i===s.name?-1:o?function(e,t,o){if("null"===t)return"asc"===e.order?1:-1;if("null"===o)return"asc"===e.order?-1:1;if("integer"===e.type||"datetime"===e.type)return"asc"===e.order?Sn(t,w)-Sn(o,w):Sn(o,w)-Sn(t,w);return"asc"===e.order?t.localeCompare(o):o.localeCompare(t)}(t,e,i):0)):Object.keys(e)}const gP=Symbol("NULL");function pP(e,t,o){const s=e.granularity||"month";if(!(s in mP))throw new Error(`Unknown date granularity: ${s}`);const i="number"==typeof t||"string"==typeof t?t:gP;if(!mP[s].set.has(t)){mP[s].set.add(t);let n=null;if("number"==typeof t||"string"==typeof t){const e=Dn(t,o);switch(s){case"year":n=e.getFullYear();break;case"quarter_number":n=Math.floor(e.getMonth()/3)+1;break;case"month_number":n=e.getMonth()+1;break;case"month":case"day":n=Math.floor(Sn(t,o));break;case"iso_week_number":n=e.getIsoWeek();break;case"day_of_month":n=e.getDate();break;case"day_of_week":n=(e.getDay()+7-o.weekStart)%7+1;break;case"hour_number":n=e.getHours();break;case"minute_number":n=e.getMinutes();break;case"second_number":n=e.getSeconds()}}mP[s].values[i]=rh(e,n)}return mP[s].values[i]}const mP={year:{set:new Set,values:{}},quarter_number:{set:new Set,values:{}},month_number:{set:new Set,values:{}},month:{set:new Set,values:{}},iso_week_number:{set:new Set,values:{}},day_of_month:{set:new Set,values:{}},day:{set:new Set,values:{}},day_of_week:{set:new Set,values:{}},hour_number:{set:new Set,values:{}},minute_number:{set:new Set,values:{}},second_number:{set:new Set,values:{}}};var fP;!function(e){e[e.NONE=0]="NONE",e[e.TABLE=1]="TABLE",e[e.DATA=2]="DATA",e[e.DEFINITION=3]="DEFINITION",e[e.ALL=4]="ALL"}(fP||(fP={}));const vP=new n,bP=["year","quarter_number","month_number","month","iso_week_number","day_of_month","day","day_of_week"];vP.add("SPREADSHEET",{ui:class{type="SPREADSHEET";getters;_definition;coreDefinition;metaData={fields:{},fieldKeys:[]};dataEntries=[];collapsedTable;expandedTable;invalidRangeError;needsReevaluation=!0;constructor(e,t){this.getters=t.getters,this.coreDefinition=t.definition}init(e={}){this._definition&&!e.reload||(this.reload(fP.ALL),this.needsReevaluation=!1)}reload(e){e===fP.ALL&&(this.metaData=this.loadMetaData()),e>=fP.DEFINITION&&(this._definition=this.loadRuntimeDefinition()),e>=fP.DATA&&(this.dataEntries=this.loadData()),e>=fP.TABLE&&(this.collapsedTable=void 0,this.expandedTable=void 0)}onDefinitionChange(e){const t=this.coreDefinition;if(this.coreDefinition=e,this._definition){const o=Math.max(this.computeShouldReload(t,e),fP.NONE);this.reload(o)}}computeShouldReload(e,t){return zt(e.dataSet,t.dataSet)?fP.DEFINITION:fP.ALL}get isInvalidRange(){return!!this.invalidRangeError}get invalidRangeMessage(){return this.invalidRangeError?.message}get definition(){if(this._definition||this.init(),!this._definition)throw new Error("Pivot definition should be defined at this point.");return this._definition}isValid(){if(this.invalidRangeError||!this.definition)return!1;for(const e of this.definition.measures)if(!e.isValid)return!1;for(const e of this.definition.columns)if(!e.isValid)return!1;for(const e of this.definition.rows)if(!e.isValid)return!1;return!0}assertIsValid({throwOnError:e}){if(!this.isValid()){if(e)throw this.invalidRangeError?this.invalidRangeError:new rn(ui("At least one measure and/or dimension is not correct."));return{value:sn.GenericError,message:this.invalidRangeError?.message??ui("At least one measure and/or dimension is not correct.")}}}areDomainArgsFieldsValid(e){let t=e.filter(((e,t)=>t%2==0)).map(En);return t.length&&"measure"===t.at(-1)&&(t=t.slice(0,-1)),ih(t,this.definition)}parseArgsToPivotDomain(e){const t=[];for(let o=0;o<e.length-1;o+=2){const s=En(e[o]),i=this.getTypeOfDimension(s),n="measure"===s?En(e[o+1]):rh(this.getDimension(s),e[o+1]);t.push({field:s,value:n,type:i})}return t}markAsDirtyForEvaluation(){this.needsReevaluation=!0}getMeasure(e){return this.definition.getMeasure(e)}getPivotMeasureValue(e){return{value:this.getMeasure(e).displayName}}getPivotHeaderValueAndFormat(e){const t=e.at(-1);if(!t)return{value:ui("Total")};const o=this.getDimension(t.field),s=this.filterDataEntriesFromDomain(this.dataEntries,e),i=s[0]?.[o.nameWithGranularity];if("datetime"===o.type){return Mc(o.granularity||"month").toValueAndFormat(t.value,this.getters.getLocale())}return i?null===i.value?{value:ui("(Undefined)")}:i:{value:""}}getPivotCellValueAndFormat(e,t){const o=this.filterDataEntriesFromDomain(this.dataEntries,t);if(0===o.length)return{value:""};const s=this.getMeasure(e),i=o.map((e=>e[s.fieldName])).filter(Mt),n=i.filter((e=>e.type!==r.empty)),a=s.aggregator,l=Kc[a];if(!l)throw new Error(`Aggregator ${a} does not exist`);try{const e=l([i],this.getters.getLocale());return 0===n.length?{...e,value:""}:e}catch(e){return DC(e,a.toUpperCase())}}getPossibleFieldValues(e){const t=[],o=dP(this.dataEntries,e),s=uP(o,e);for(const i of s)t.push({value:o[i]?.[0]?.[e.nameWithGranularity]?.value??"",label:o[i]?.[0]?.[e.nameWithGranularity]?.formattedValue||""});return t}getCollapsedTableStructure(){if(!this.isValid())throw new Error("Pivot is not valid !");return this.collapsedTable||(this.collapsedTable=aP(this.dataEntries,this.definition,"collapsed")),this.collapsedTable}getExpandedTableStructure(){if(!this.isValid())throw new Error("Pivot is not valid !");return this.expandedTable||(this.expandedTable=aP(this.dataEntries,this.definition,"expanded")),this.expandedTable}getFields(){return this.metaData.fields}get fields(){return this.getFields()}loadMetaData(){if(this.invalidRangeError=void 0,!this.coreDefinition.dataSet)return this.invalidRangeError=new rn(ui("The pivot cannot be created because the dataset is missing.")),{fields:{},fieldKeys:[]};{const{zone:e,sheetId:t}=this.coreDefinition.dataSet,o=this.getters.getRangeFromZone(t,e);try{const e=this.extractFieldsFromRange(o),t=fh(this.coreDefinition,e.fields);return{...e,fields:{...e.fields,...t}}}catch(e){return this.invalidRangeError=e,{fields:{},fieldKeys:[]}}}}loadRuntimeDefinition(){return new iP(this.coreDefinition,this.fields,this.getters)}loadData(){const e=this._definition?.range;return this.isValid()&&e?this.extractDataEntriesFromRange(e):[]}getTypeOfDimension(e){if("measure"===e)return"char";const{fieldName:t}=th(e),o=this.fields[t]?.type;if(!o)throw new Error(`Field ${t} does not exist`);return o}filterDataEntriesFromDomain(e,t){return t.reduce(((e,t)=>this.filterDataEntriesFromDomainNode(e,t)),e)}filterDataEntriesFromDomainNode(e,t){const{field:o,value:s,type:i}=t,{nameWithGranularity:n}=this.getDimension(o);return e.filter((e=>{const t=e[n]?.value;return"char"===i?String(t)===String(s):t===s}))}getDimension(e){return this.definition.getDimension(e)}getTypeFromZone(e,t){const o=this.getters.getEvaluatedCellsInZone(e,t).filter((e=>!(e.type===r.empty||""===e.value)));return 0===o.length?"integer":o.every((e=>e.type===r.number&&e.format&&Mr(e.format)))?"datetime":o.every((e=>e.type===r.boolean))?"boolean":o.some((e=>e.type===r.text))?"char":"integer"}assertCellIsValidField(e,t,o){if(o.type===r.error)throw new rn(ui("The pivot cannot be created because cell %s contains an error",_o(e,t)));if(o.type===r.empty||""===o.value)throw new rn(ui("The pivot cannot be created because cell %s is empty",_o(e,t)));if("__count"===o.value)throw new rn(ui("The pivot cannot be created because cell %s contains a reserved value",_o(e,t)))}extractFieldsFromRange(e){const t={},o=[],s=e.sheetId,i=e.zone.top;for(let n=e.zone.left;n<=e.zone.right;n++){const r=this.getters.getEvaluatedCell({sheetId:s,col:n,row:i});this.assertCellIsValidField(n,i,r);const a=r.value?.toString();if(a){const i=this.getTypeFromZone(s,{top:e.zone.top+1,left:n,bottom:e.zone.bottom,right:n}),r=mh(a,t);t[r]={name:r,type:i,string:r,aggregator:"integer"===i?"sum":"count"},o.push(r)}}return{fields:t,fieldKeys:o}}extractDataEntriesFromRange(e){const t=[];for(let o=e.zone.top+1;o<=e.zone.bottom;o++){const s={top:o,bottom:o,left:e.zone.left,right:e.zone.right},i=this.getters.getEvaluatedCellsInZone(e.sheetId,s),n={};for(const e in i){const t=i[e],o=this.fields[this.metaData.fieldKeys[e]];if(!o)throw new Error(`Field ${this.metaData.fieldKeys[e]} does not exist`);""===t.value?n[o.name]={value:null,type:r.empty,formattedValue:""}:n[o.name]=t}for(const e in this.definition.customFields||{}){const t=this.definition.customFields?.[e];if(!t)continue;const o=n[t.parentField],s=this.fields[t.parentField];if(!o||!s){n[e]={value:null,type:r.empty,formattedValue:""};continue}const i=t.groups.find((e=>e.values.some((e=>e===o?.value))))||t.groups.find((e=>e.isOtherGroup));n[e]={...o,value:i?i.name:o.value}}n.__count={value:1,type:r.number,formattedValue:"1"},t.push(n)}const o=this.definition.columns.concat(this.definition.rows).filter((e=>"datetime"===e.type));if(o.length){const e=this.getters.getLocale();for(const s of t)for(const t of o){const o=pP(t,s[t.fieldName]?.value||null,this.getters.getLocale()),i=Mc(t.granularity||"month"),{format:n,value:a}=i.toValueAndFormat(o,e);s[t.nameWithGranularity]={value:o,type:s[t.fieldName]?.type||r.empty,format:s[t.fieldName]?.format,formattedValue:Rr(a,{locale:e,format:n})}}}return t}},definition:iP,externalData:!1,dateGranularities:[...bP],datetimeGranularities:[...bP,"hour_number","minute_number","second_number"],isMeasureCandidate:e=>"boolean"!==e.type,isGroupable:()=>!0,canHaveCustomGroup:e=>"char"===e.type&&!e.isCustomField});const SP={name:ui("See pivot properties"),execute(e){const t=e.model.getters.getActivePosition(),o=e.model.getters.getPivotIdFromPosition(t);e.openSidePanel("PivotSidePanel",{pivotId:o})},isVisible:e=>{const t=e.model.getters.getActivePosition(),o=e.model.getters.getPivotIdFromPosition(t);return!e.isSmall&&o&&e.model.getters.isExistingPivot(o)||!1},isReadonlyAllowed:!0,icon:"o-spreadsheet-Icon.PIVOT"},CP={name:ui("Ascending"),execute:e=>AP(e,e.model.getters.getActivePosition(),"asc"),isActive:e=>"asc"===e.model.getters.getPivotCellSortDirection(e.model.getters.getActivePosition())},yP={name:ui("Descending"),execute:e=>AP(e,e.model.getters.getActivePosition(),"desc"),isActive:e=>"desc"===e.model.getters.getPivotCellSortDirection(e.model.getters.getActivePosition())},IP={name:ui("No sorting"),execute:e=>AP(e,e.model.getters.getActivePosition(),"none"),isActive:e=>"none"===e.model.getters.getPivotCellSortDirection(e.model.getters.getActivePosition())},wP={name:ui("Convert to individual formulas"),execute(e){const t=e.model.getters.getActivePosition(),o=e.model.getters.getCorrespondingFormulaCell(t),s=e.model.getters.getPivotIdFromPosition(t);if(!o||!s)return;const{sheetId:i,col:n,row:r}=e.model.getters.getCellPosition(o.id),a=e.model.getters.getPivot(s);a.init(),a.isValid()&&e.model.dispatch("SPLIT_PIVOT_FORMULA",{sheetId:i,col:n,row:r,pivotId:s})},isVisible:e=>{const t=e.model.getters.getActivePosition(),o=e.model.getters.getPivotIdFromPosition(t);if(!o)return!1;const s=e.model.getters.getPivot(o),i=e.model.getters.getEvaluatedCell(t);return s.isValid()&&e.model.getters.isSpillPivotFormula(t)&&i.type!==r.error},icon:"o-spreadsheet-Icon.PIVOT"},xP={name:ui("Group pivot dimensions"),execute:e=>{const t=DP(e);if(!t)return;const{pivotId:o,values:s,field:i}=t,n=e.model.getters.getPivot(o),r=pt(e.model.getters.getPivotCoreDefinition(o));if(i.isCustomField){const e=(r.customFields||{})[i.name];if(!e)return;!function(e,t){const o=new Set,s=[];for(const i of t){const t=e.groups.find((e=>e.name===i));t?(s.push(t),t.values.forEach((e=>o.add(e)))):o.add(i)}if(s.some((e=>e.isOtherGroup)))e.groups=e.groups.filter((e=>e.isOtherGroup||!s.includes(e)));else if(0===s.length){const o={name:ph(ui("Group"),e),values:t};e.groups.push(o)}else{const t=s.slice(1);e.groups=e.groups.filter((e=>!t.includes(e))),s[0].values=Array.from(o)}}(e,s)}else!function(e,t,o,s){const i=Sh(e,o,s);vh(t,i);const n={name:ph(ui("Group"),i),values:t};i.groups.push(n),e.customFields||(e.customFields={});e.customFields[i.name]=i,bh(e,o.name,i.name)}(r,s,i,n.getFields());e.model.dispatch("UPDATE_PIVOT",{pivotId:o,pivot:r})},isVisible:e=>{const t=DP(e);if(!t)return!1;const{pivotId:o,values:s,field:i}=t,n=e.model.getters.getPivot(o);return s.length>1&&(i.isCustomField||vP.get(n.type).canHaveCustomGroup(i))}},EP={name:ui("Group all remaining dimensions"),execute:e=>{const t=DP(e);if(!t)return;const{pivotId:o,field:s}=t,i=e.model.getters.getPivot(o),n=pt(e.model.getters.getPivotCoreDefinition(o)),r=s.isCustomField?(n.customFields||{})[s.name]:Sh(n,s,i.getFields());r&&(r.groups.push({name:ph(ui("Others"),r),values:[],isOtherGroup:!0}),bh(n,s.name,r.name),e.model.dispatch("UPDATE_PIVOT",{pivotId:o,pivot:n}))},isVisible:e=>{const t=DP(e);if(!t)return!1;const{pivotId:o,field:s,values:i}=t;return function(e,t,o,s){const i=e.model.getters.getPivot(t),n=e.model.getters.getPivotCoreDefinition(t),r=s.isCustomField?(n.customFields||{})[s.name]:Object.values(n.customFields||{}).find((e=>e.parentField===s.name)),a=i.definition.getDimension(s.name);if(!a||!r||_P(n,o,s,i.getFields()))return!1;const l=new Set(i.getPossibleFieldValues(a).map((e=>e.value))),c=s.isCustomField?r.groups.map((e=>e.name)):r.groups.flatMap((e=>e.values));for(const e of[...o,...c])l.delete(e);return 0===l.size}(e,o,i,s)}},RP={name:ui("Ungroup pivot dimensions"),execute:e=>{const t=DP(e);if(!t)return;const{pivotId:o,values:s,field:i}=t,n=e.model.getters.getPivot(o),r=pt(e.model.getters.getPivotCoreDefinition(o));!function(e,t,o,s){let i;if(o.isCustomField){if(i=(e.customFields||{})[o.name],!i)return;i.groups=i.groups.filter((e=>!t.includes(e.name)))}else i=Sh(e,o,s),i.groups.some((e=>e.isOtherGroup))&&t.some((e=>!i?.groups.some((t=>t.values.includes(e)))))&&(i.groups=i.groups.filter((e=>!e.isOtherGroup))),vh(t,i);i.groups.every((e=>0===e.values.length&&!e.isOtherGroup))&&(!function(e,t){const o=e.customFields?.[t];if(!o)return;const s=[...e.rows,...e.columns].some((e=>e.fieldName===o.parentField));for(const i of[e.rows,e.columns]){const e=i.findIndex((e=>e.fieldName===t));-1!==e&&(s?i.splice(e,1):i.splice(e,1,{fieldName:o.parentField}))}}(e,i.name),delete e.customFields?.[i.name])}(r,s,i,n.getFields()),e.model.dispatch("UPDATE_PIVOT",{pivotId:o,pivot:r})},isVisible:e=>{const t=DP(e);if(!t)return!1;const{pivotId:o,values:s,field:i}=t,n=e.model.getters.getPivot(o),r=e.model.getters.getPivotCoreDefinition(o);if(!i.isCustomField){const e=Sh(r,i,n.getFields());if(![...r.rows,...r.columns].some((t=>t.fieldName===e.name)))return!1}return _P(r,s,i,n.getFields())}};function TP(e,t){const o=e.getPivotIdFromPosition(t);if(!o||!e.isExistingPivot(o)||!e.isSpillPivotFormula(t))return!1;if(!e.getPivot(o).isValid())return!1;const s=e.getPivotCellFromPosition(t);return"VALUE"===s.type||"MEASURE_HEADER"===s.type}function AP(e,t,o){const s=e.model.getters.getPivotIdFromPosition(t),i=e.model.getters.getPivotCellFromPosition(t);if("EMPTY"===i.type||"HEADER"===i.type||!s)return;if("none"===o)return void e.model.dispatch("UPDATE_PIVOT",{pivotId:s,pivot:{...e.model.getters.getPivotCoreDefinition(s),sortedColumn:void 0}});const n=GO(e.model.getters.getPivot(s),i.domain).colDomain;e.model.dispatch("UPDATE_PIVOT",{pivotId:s,pivot:{...e.model.getters.getPivotCoreDefinition(s),sortedColumn:{domain:n,order:o,measure:i.measure}}})}function DP(e){let t,o;const s=[];for(const i of e.model.getters.getSelectedZones()){const n=e.model.getters.getActiveSheetId();for(const r of ns(n,i)){const i=e.model.getters.getPivotIdFromPosition(r);if(t){if(i&&t!==i)return}else t=i;if(!t)continue;const n=e.model.getters.getPivotCellFromPosition(r);if("HEADER"!==n.type||!e.model.getters.isSpillPivotFormula(r))continue;const a=n.domain.at(-1)?.field;if(!o&&a)o=a;else if(o&&a&&o!==a)return;s.push(n)}}if(!t||!o||0===s.length)return;const i=e.model.getters.getPivot(t).getFields()[o];if(!i)return;return{pivotId:t,values:s.map((e=>e.domain.at(-1)?.value)).filter((e=>void 0!==e)),field:i}}function _P(e,t,o,s){if(o.isCustomField){const s=(e.customFields||{})[o.name];return!!s&&s.groups.some((e=>t.includes(e.name)))}return Sh(e,o,s).groups.some((e=>e.isOtherGroup||t.some((t=>e.values.includes(t)))))}const FP=new fT;FP.add("cut",{...zF,sequence:10}).add("copy",{...HF,sequence:20}).add("paste",{...BF,sequence:30}).add("paste_special",{...$F,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...GF,sequence:10}).addChild("paste_format_only",["paste_special"],{...WF,sequence:20}).add("add_row_before",{...dO,sequence:70}).add("add_column_before",{...vO,sequence:90}).add("insert_cell",{...CO,sequence:100,separator:!0}).addChild("insert_cell_down",["insert_cell"],{...yO,name:ui("Shift down"),sequence:10}).addChild("insert_cell_right",["insert_cell"],{...IO,name:ui("Shift right"),sequence:20}).add("delete_row",{...YF,sequence:110,icon:"o-spreadsheet-Icon.TRASH"}).add("delete_column",{...JF,sequence:120,icon:"o-spreadsheet-Icon.TRASH"}).add("delete_cell",{...eO,sequence:130,separator:!0,icon:"o-spreadsheet-Icon.TRASH"}).addChild("delete_cell_up",["delete_cell"],{...tO,name:ui("Shift up"),sequence:10,icon:"o-spreadsheet-Icon.DELETE_CELL_SHIFT_UP"}).addChild("delete_cell_left",["delete_cell"],{...oO,name:ui("Shift left"),sequence:20,icon:"o-spreadsheet-Icon.DELETE_CELL_SHIFT_LEFT"}).add("edit_table",{...iO,isVisible:W_,isEnabled:e=>!e.isSmall,sequence:140}).add("delete_table",{...nO,isVisible:W_,sequence:145,separator:!0}).add("insert_link",{...NO,name:e=>{const t=e.model.getters.getActiveSheetId(),{col:o,row:s}=e.model.getters.getActivePosition(),i=e.model.getters.getEvaluatedCell({sheetId:t,col:o,row:s});return i&&i.link?ui("Edit link"):ui("Insert link")},sequence:150,separator:!0}).add("pivot_headers_group",{sequence:155,icon:"o-spreadsheet-Icon.PLUS_IN_BOX",...xP}).add("pivot_group_remaining",{sequence:155,icon:"o-spreadsheet-Icon.PLUS_IN_BOX",...EP}).add("pivot_headers_ungroup",{sequence:155,icon:"o-spreadsheet-Icon.MINUS_IN_BOX",...RP}).add("pivot_sorting",{name:ui("Sort pivot"),sequence:155,icon:"o-spreadsheet-Icon.SORT_RANGE",isVisible:e=>{const t=e.model.getters.getActivePosition();return TP(e.model.getters,t)}}).add("pivot_fix_formulas",{...wP,sequence:160}).add("pivot_properties",{...SP,sequence:170,separator:!0}).addChild("pivot_sorting_asc",["pivot_sorting"],{...CP,sequence:10}).addChild("pivot_sorting_desc",["pivot_sorting"],{...yP,sequence:20}).addChild("pivot_sorting_none",["pivot_sorting"],{...IP,sequence:30});const OP={name:ui("Sort range"),isVisible:Z_,icon:"o-spreadsheet-Icon.SORT_RANGE"},PP={name:ui("Ascending (A ⟶ Z)"),execute:e=>{const{anchor:t,zones:o}=e.model.getters.getSelection(),s=e.model.getters.getActiveSheetId();ff(e,s,t.cell,o[0],"asc")},icon:"o-spreadsheet-Icon.SORT_ASCENDING"},MP={name:ui("Data cleanup"),icon:"o-spreadsheet-Icon.DATA_CLEANUP"},NP={name:ui("Remove duplicates"),execute:e=>{1===gs(e.model.getters.getSelectedZone())&&e.model.selection.selectTableAroundSelection(),e.openSidePanel("RemoveDuplicates",{})},isEnabled:e=>!e.isSmall},kP={name:ui("Trim whitespace"),execute:e=>{e.model.dispatch("TRIM_WHITESPACE")}},LP={name:ui("Descending (Z ⟶ A)"),execute:e=>{const{anchor:t,zones:o}=e.model.getters.getSelection(),s=e.model.getters.getActiveSheetId();ff(e,s,t.cell,o[0],"desc")},icon:"o-spreadsheet-Icon.SORT_DESCENDING"},VP={...Y_},UP={...Y_,isActive:e=>G_(e)},HP={name:ui("Split text to columns"),sequence:1,execute:e=>e.openSidePanel("SplitToColumns",{}),isEnabled:e=>!e.isSmall&&e.model.getters.isSingleColSelected(),icon:"o-spreadsheet-Icon.SPLIT_TEXT"},zP={id:"reinsert_dynamic_pivot",name:ui("Re-insert dynamic pivot"),sequence:60,icon:"o-spreadsheet-Icon.INSERT_PIVOT",children:[e=>e.model.getters.getPivotIds().map(((t,o)=>({id:`reinsert_dynamic_pivot_${e.model.getters.getPivotFormulaId(t)}`,name:e.model.getters.getPivotDisplayName(t),sequence:o,execute:e=>{const o=e.model.getters.getSelectedZone(),s=e.model.getters.getPivot(t).getCollapsedTableStructure().export();e.model.dispatch("INSERT_PIVOT_WITH_TABLE",{pivotId:t,table:s,col:o.left,row:o.top,sheetId:e.model.getters.getActiveSheetId(),pivotMode:"dynamic"}),e.model.dispatch("REFRESH_PIVOT",{id:t})},isVisible:e=>e.model.getters.getPivot(t).isValid()})))],isVisible:e=>e.model.getters.getPivotIds().some((t=>e.model.getters.getPivot(t).isValid()))},BP={id:"reinsert_static_pivot",name:ui("Re-insert static pivot"),sequence:70,icon:"o-spreadsheet-Icon.INSERT_PIVOT",children:[e=>e.model.getters.getPivotIds().map(((t,o)=>({id:`reinsert_static_pivot_${e.model.getters.getPivotFormulaId(t)}`,name:e.model.getters.getPivotDisplayName(t),sequence:o,execute:e=>{const o=e.model.getters.getSelectedZone(),s=e.model.getters.getPivot(t).getExpandedTableStructure();s.numberOfCells>nt?e.notifyUser({type:"warning",text:Ub(s.numberOfCells,e.model.getters.getLocale()),sticky:!0}):(e.model.dispatch("INSERT_PIVOT_WITH_TABLE",{pivotId:t,table:s.export(),col:o.left,row:o.top,sheetId:e.model.getters.getActiveSheetId(),pivotMode:"static"}),e.model.dispatch("REFRESH_PIVOT",{id:t}))},isVisible:e=>e.model.getters.getPivot(t).isValid()})))],isVisible:e=>e.model.getters.getPivotIds().some((t=>e.model.getters.getPivot(t).isValid()))};function $P({name:e,format:t,descriptionValue:o}){const s="function"==typeof t?t:()=>t;return{name:e,description:e=>Rr(o,{format:s(e),locale:e.model.getters.getLocale()}),execute:e=>M_(e,s(e)),isActive:e=>UM(e,s(e)),format:t}}const GP={name:ui("Automatic"),execute:e=>M_(e,""),isActive:e=>function(e){const t=e.model.getters.getActivePosition(),o=e.model.getters.getPivotCellFromPosition(t);if("VALUE"===o.type)return!e.model.getters.getEvaluatedCell(t).format;return!e.model.getters.getCell(t)?.format}(e)},WP={name:ui("Plain text"),execute:e=>M_(e,"@"),isActive:e=>UM(e,"@")},qP=$P({name:ui("Number"),descriptionValue:1000.12,format:"#,##0.00"}),ZP={name:ui("Format as percent"),execute:e=>M_(e,"0.00%"),icon:"o-spreadsheet-Icon.PERCENT"},jP=$P({name:ui("Percent"),descriptionValue:.1012,format:"0.00%"}),YP=$P({name:ui("Currency"),descriptionValue:1000.12,format:e=>Hr(e.model.config.defaultCurrency||rt)}),XP={...$P({name:ui("Currency rounded"),descriptionValue:1e3,format:e=>$r(Hr(e.model.config.defaultCurrency||rt))}),isVisible:e=>{const t=Hr(e.model.config.defaultCurrency||rt);return t!==$r(t)}},KP=$P({name:ui("Accounting"),descriptionValue:-1000.12,format:e=>zr(e.model.config.defaultCurrency||rt)}),JP=ea("2023/09/26 10:43:00 PM",w),QP={name:ui("Custom currency"),isVisible:e=>void 0!==e.loadCurrencies&&!e.isSmall,execute:e=>e.openSidePanel("CustomCurrency",{})},eM=$P({name:ui("Date"),descriptionValue:JP,format:e=>e.model.getters.getLocale().dateFormat}),tM=$P({name:ui("Time"),descriptionValue:JP,format:e=>e.model.getters.getLocale().timeFormat}),oM=$P({name:ui("Date time"),descriptionValue:JP,format:e=>tc(e.model.getters.getLocale())}),sM=$P({name:ui("Duration"),descriptionValue:"27:51:38",format:"hhhh:mm:ss"}),iM=$P({name:ui("Quarter"),descriptionValue:JP,format:"qq yyyy"}),nM=$P({name:ui("Full quarter"),descriptionValue:JP,format:"qqqq yyyy"}),rM={name:ui("More date formats"),execute:e=>e.openSidePanel("MoreFormats",{})},aM=$P({name:ui("Full date time"),format:"dddd d mmmm yyyy hh:mm:ss a",descriptionValue:JP}),lM=$P({name:ui("ISO Date"),format:"yyyy-mm-dd",descriptionValue:JP}),cM=$P({name:ui("ISO Date time"),format:"yyyy-mm-dd hh:mm:ss",descriptionValue:JP}),hM=$P({name:ui("Full week day and month"),format:"dddd d mmmm yyyy",descriptionValue:JP}),dM=$P({name:ui("Day and full month"),format:"d mmmm yyyy",descriptionValue:JP}),uM=$P({name:ui("Short week day"),format:"ddd d mmm yyyy",descriptionValue:JP}),gM=$P({name:ui("Day and short month"),format:"d mmm yyyy",descriptionValue:JP}),pM=$P({name:ui("Full month"),format:"mmmm yyyy",descriptionValue:JP}),mM=$P({name:ui("Short month"),format:"mmm yyyy",descriptionValue:JP}),fM={name:ui("Increase decimal places"),icon:"o-spreadsheet-Icon.INCREASE_DECIMAL",execute:e=>e.model.dispatch("SET_DECIMAL",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),step:1})},vM={name:ui("Decrease decimal places"),icon:"o-spreadsheet-Icon.DECRASE_DECIMAL",execute:e=>e.model.dispatch("SET_DECIMAL",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones(),step:-1})},bM={name:ui("Bold"),description:"Ctrl+B",execute:e=>N_(e,{bold:!e.model.getters.getCurrentStyle().bold}),icon:"o-spreadsheet-Icon.BOLD",isActive:e=>!!e.model.getters.getCurrentStyle().bold},SM={name:ui("Italic"),description:"Ctrl+I",execute:e=>N_(e,{italic:!e.model.getters.getCurrentStyle().italic}),icon:"o-spreadsheet-Icon.ITALIC",isActive:e=>!!e.model.getters.getCurrentStyle().italic},CM={name:ui("Underline"),description:"Ctrl+U",execute:e=>N_(e,{underline:!e.model.getters.getCurrentStyle().underline}),icon:"o-spreadsheet-Icon.UNDERLINE",isActive:e=>!!e.model.getters.getCurrentStyle().underline},yM={name:ui("Strikethrough"),execute:e=>N_(e,{strikethrough:!e.model.getters.getCurrentStyle().strikethrough}),icon:"o-spreadsheet-Icon.STRIKE",isActive:e=>!!e.model.getters.getCurrentStyle().strikethrough},IM={name:ui("Font size"),children:st.map((e=>({name:e.toString(),sequence:e,id:`font_size_${e}`,execute:t=>N_(t,{fontSize:e}),isActive:t=>function(e,t){const o=e.model.getters.getCurrentStyle().fontSize||ke;return o===t}(t,e)}))),icon:"o-spreadsheet-Icon.FONT_SIZE"},wM={name:ui("Alignment"),icon:"o-spreadsheet-Icon.ALIGN_LEFT"},xM={name:ui("Horizontal align"),icon:e=>function(e){switch(HM(e)){case"right":return"o-spreadsheet-Icon.ALIGN_RIGHT";case"center":return"o-spreadsheet-Icon.ALIGN_CENTER";default:return"o-spreadsheet-Icon.ALIGN_LEFT"}}(e)},EM={name:ui("Left"),description:"Ctrl+Shift+L",execute:e=>N_(e,{align:"left"}),isActive:e=>"left"===HM(e),icon:"o-spreadsheet-Icon.ALIGN_LEFT"},RM={name:ui("Center"),description:"Ctrl+Shift+E",execute:e=>N_(e,{align:"center"}),isActive:e=>"center"===HM(e),icon:"o-spreadsheet-Icon.ALIGN_CENTER"},TM={name:ui("Right"),description:"Ctrl+Shift+R",execute:e=>N_(e,{align:"right"}),isActive:e=>"right"===HM(e),icon:"o-spreadsheet-Icon.ALIGN_RIGHT"},AM={name:ui("Vertical align"),icon:e=>function(e){switch(zM(e)){case"top":return"o-spreadsheet-Icon.ALIGN_TOP";case"middle":return"o-spreadsheet-Icon.ALIGN_MIDDLE";default:return"o-spreadsheet-Icon.ALIGN_BOTTOM"}}(e)},DM={name:ui("Top"),execute:e=>N_(e,{verticalAlign:"top"}),isActive:e=>"top"===zM(e),icon:"o-spreadsheet-Icon.ALIGN_TOP"},_M={name:ui("Middle"),execute:e=>N_(e,{verticalAlign:"middle"}),isActive:e=>"middle"===zM(e),icon:"o-spreadsheet-Icon.ALIGN_MIDDLE"},FM={name:ui("Bottom"),execute:e=>N_(e,{verticalAlign:"bottom"}),isActive:e=>"bottom"===zM(e),icon:"o-spreadsheet-Icon.ALIGN_BOTTOM"},OM={name:ui("Wrapping"),icon:"o-spreadsheet-Icon.WRAPPING_OVERFLOW"},PM={name:ui("Wrapping"),icon:e=>function(e){switch(BM(e)){case"wrap":return"o-spreadsheet-Icon.WRAPPING_WRAP";case"clip":return"o-spreadsheet-Icon.WRAPPING_CLIP";default:return"o-spreadsheet-Icon.WRAPPING_OVERFLOW"}}(e)},MM={name:ui("Overflow"),execute:e=>N_(e,{wrapping:"overflow"}),isActive:e=>"overflow"===BM(e),icon:"o-spreadsheet-Icon.WRAPPING_OVERFLOW"},NM={name:ui("Wrap"),execute:e=>N_(e,{wrapping:"wrap"}),isActive:e=>"wrap"===BM(e),icon:"o-spreadsheet-Icon.WRAPPING_WRAP"},kM={name:ui("Clip"),execute:e=>N_(e,{wrapping:"clip"}),isActive:e=>"clip"===BM(e),icon:"o-spreadsheet-Icon.WRAPPING_CLIP"};ui("Text Color"),ui("Fill Color");const LM={name:ui("Conditional formatting"),execute:e=>{e.openSidePanel("ConditionalFormatting",{selection:e.model.getters.getSelectedZones()})},isEnabled:e=>!e.isSmall,icon:"o-spreadsheet-Icon.CONDITIONAL_FORMAT"},VM={name:ui("Clear formatting"),description:"Ctrl+<",execute:e=>e.model.dispatch("CLEAR_FORMATTING",{sheetId:e.model.getters.getActiveSheetId(),target:e.model.getters.getSelectedZones()}),icon:"o-spreadsheet-Icon.CLEAR_FORMAT"};function UM(e,t){const o=e.model.getters.getActivePosition();return"VALUE"===e.model.getters.getPivotCellFromPosition(o).type?e.model.getters.getEvaluatedCell(o).format===t:e.model.getters.getCell(o)?.format===t}function HM(e){const t=e.model.getters.getCurrentStyle();if(t.align)return t.align;return e.model.getters.getActiveCell().defaultAlign}function zM(e){const t=e.model.getters.getCurrentStyle();return t.verticalAlign?t.verticalAlign:Pe}function BM(e){const t=e.model.getters.getCurrentStyle();return t.wrapping?t.wrapping:Me}const $M=new fT;$M.add("cut",{...zF,sequence:10}).add("copy",{...HF,sequence:20}).add("paste",{...BF,sequence:30}).add("paste_special",{...$F,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...GF,sequence:10}).addChild("paste_format_only",["paste_special"],{...WF,sequence:20}).add("sort_columns",{...OP,name:e=>e.model.getters.getActiveCols().size>1?ui("Sort columns"):ui("Sort column"),sequence:50,separator:!0}).addChild("sort_ascending",["sort_columns"],{...PP,sequence:10}).addChild("sort_descending",["sort_columns"],{...LP,sequence:20}).add("add_column_before",{...mO,sequence:70}).add("add_column_after",{...bO,sequence:80}).add("delete_column",{...KF,sequence:90,icon:"o-spreadsheet-Icon.TRASH"}).add("clear_column",{...QF,sequence:100,icon:"o-spreadsheet-Icon.CLEAR"}).add("hide_columns",{...eF,sequence:105,separator:!0}).add("unhide_columns",{...tF,sequence:106,separator:!0}).add("conditional_formatting",{...LM,sequence:110,separator:!0}).add("edit_table",{...iO,isVisible:W_,sequence:120}).add("delete_table",{...nO,isVisible:W_,sequence:125,separator:!0}).add("group_columns",{sequence:150,...SF}).add("ungroup_columns",{sequence:155,...yF,isVisible:e=>EF(e,"COL")});const GM={CannotHideAllRows:ui("Cannot hide all the rows of a sheet."),CannotHideAllColumns:ui("Cannot hide all the columns of a sheet.")};function WM(e,t,o,s,i){const n=e.model.getters.getHeaderGroup(t,o,s,i);if(!n)return;const r=n.isFolded?"UNFOLD_HEADER_GROUP":"FOLD_HEADER_GROUP",a=e.model.dispatch(r,{sheetId:t,dimension:o,start:n.start,end:n.end});if(!a.isSuccessful&&a.isCancelledBecause("NotEnoughElements")){const t="ROW"===o?GM.CannotHideAllRows:GM.CannotHideAllColumns;e.raiseError(t)}}function qM(e,t){return o([{id:"unfold_all",name:ui("ROW"===t?"Expand all row groups":"Expand all column groups"),execute:o=>{o.model.dispatch("UNFOLD_ALL_HEADER_GROUPS",{sheetId:e,dimension:t})}},{id:"fold_all",name:ui("ROW"===t?"Collapse all row groups":"Collapse all column groups"),execute:o=>{o.model.dispatch("FOLD_ALL_HEADER_GROUPS",{sheetId:e,dimension:t})}}])}const ZM=new fT;ZM.add("group_columns",{sequence:10,...SF,isVisible:()=>!0,isEnabled:SF.isVisible}).add("group_rows",{sequence:20,...CF,isVisible:()=>!0,isEnabled:CF.isVisible});const jM=new fT;jM.add("ungroup_columns",{sequence:10,...yF,isEnabled:e=>EF(e,"COL")}).add("ungroup_rows",{sequence:20,...IF,isEnabled:e=>EF(e,"ROW")});const YM=new fT;YM.add("cut",{...zF,sequence:10}).add("copy",{...HF,sequence:20}).add("paste",{...BF,sequence:30}).add("paste_special",{...$F,sequence:40,separator:!0}).addChild("paste_value_only",["paste_special"],{...GF,sequence:10}).addChild("paste_format_only",["paste_special"],{...WF,sequence:20}).add("add_row_before",{...cO,sequence:50}).add("add_row_after",{...uO,sequence:60}).add("delete_row",{...jF,sequence:70,icon:"o-spreadsheet-Icon.TRASH"}).add("clear_row",{...XF,sequence:80,icon:"o-spreadsheet-Icon.CLEAR"}).add("hide_rows",{...sF,sequence:85,separator:!0}).add("unhide_rows",{...iF,sequence:86,separator:!0}).add("conditional_formatting",{...LM,sequence:90,separator:!0}).add("group_rows",{sequence:100,...CF}).add("ungroup_rows",{sequence:110,...IF,isVisible:e=>EF(e,"ROW")});class XM extends Lh{highlightStore=this.get(ER);constructor(e){super(e),this.highlightStore.register(this)}get highlights(){const e=this.model.getters.getActivePosition(),t=this.getters.getEvaluatedCell(e),o=this.model.getters.getArrayFormulaSpreadingOn(e),s=o?this.model.getters.getSpreadZone(o,{ignoreSpillError:!0}):this.model.getters.getSpreadZone(e,{ignoreSpillError:!0});return s?[{range:this.model.getters.getRangeFromZone(e.sheetId,s),dashed:t.value===sn.SpilledBlocked,color:"#17A2B8",noFill:!0,thinLine:!0}]:[]}}class KM extends Lh{mutators=["focusClient","unfocusClient","showClientTag","hideClientTag","jumpToClient"];_showClientTag=!1;clientFocusTimeout={};constructor(e){super(e),this.onDispose((()=>{for(const e in this.clientFocusTimeout)this.unfocusClient(e)}))}get focusedClients(){const e=new Set;return this.model.getters.getConnectedClients().forEach((t=>{(this._showClientTag||void 0!==this.clientFocusTimeout[t.id])&&e.add(t.id)})),e}jumpToClient(e){const t=this.model.getters.getClient(e);this.focusClient(e),t.position&&(this.model.dispatch("ACTIVATE_SHEET",{sheetIdTo:t.position.sheetId,sheetIdFrom:this.getters.getActiveSheetId()}),this.model.dispatch("SCROLL_TO_CELL",{col:t.position.col,row:t.position.row}))}showClientTag(){this._showClientTag=!0}hideClientTag(){this._showClientTag=!1}focusClient(e){this.clientFocusTimeout[e]&&clearTimeout(this.clientFocusTimeout[e]),this.clientFocusTimeout[e]=setTimeout((()=>this.unfocusClient(e)),3e3)}unfocusClient(e){this.clientFocusTimeout[e]&&clearTimeout(this.clientFocusTimeout[e]),this.clientFocusTimeout[e]=void 0}}function JM(e){let o,s,i,n,r=null,a="all";const l=e.model.getters;let c=[];const h=()=>{clearTimeout(r),r=null,c.forEach((e=>e())),c=[]};let d,u;const g=t=>{if(o=t,r)return;const c=l.getActiveSheetId(),h=vI(),{x:u,y:p}=l.getMainViewportCoordinates(),{top:m,left:f,bottom:v,right:b}=l.getActiveMainViewport();let{scrollX:S,scrollY:C}=l.getActiveSheetScrollInfo();const{xSplit:y,ySplit:I}=l.getPaneDivisions(c);let w=!1,x=140;const E=o.clientX-h.left;let R=l.getColIndex(E);if("vertical"!==a){const t=s.clientX-h.left,o=l.getEdgeScrollCol(E,t,i);if(o.canEdgeScroll){w=!0,x=Math.min(x,o.delay);let t=R;switch(o.direction){case"reset":R=t=y;break;case 1:R=b,t=f+1;break;case-1:for(R=f-1;e.model.getters.isColHidden(c,R);)R--;t=R}S=l.getColDimensions(c,t).start-u}}const T=o.clientY-h.top;let A=l.getRowIndex(T);if("horizontal"!==a){const t=s.clientY-h.top,o=l.getEdgeScrollRow(T,t,n);if(o.canEdgeScroll){w=!0,x=Math.min(x,o.delay);let t=A;switch(o.direction){case"reset":A=t=I;break;case 1:A=v,t=m+1;break;case-1:for(A=m-1;e.model.getters.isRowHidden(c,A);)A--;t=A}C=e.model.getters.getRowDimensions(c,t).start-p}}w||(R=QM(R,E,l.getNumberCols(c)-1),A=QM(A,T,l.getNumberRows(c)-1)),d?.(R,A,o),w&&(e.model.dispatch("SET_VIEWPORT_OFFSET",{offsetX:S,offsetY:C}),r=setTimeout((()=>{r=null,g(o)}),Math.round(x))),s={clientX:o.clientX,clientY:o.clientY}},p=()=>{u?.(),h()};return t.onWillUnmount((()=>{h()})),t.useEffect((()=>{h()}),(()=>[l.getActiveSheetId()])),{start:(e,t,o,r="all")=>{h();const l=vI();a=r,i=e.clientX-l.left,n=e.clientY-l.top,s={clientX:e.clientX,clientY:e.clientY},d=t,u=o,c.push(kR(g,p))}}}function QM(e,t,o){return-1===e?t<0?0:o:e}Bh`
|
|
753
753
|
.o-autofill {
|
|
754
754
|
position: absolute;
|
|
755
755
|
height: ${8}px;
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
1231
|
-
`;class pk extends t.Component{static template="o-spreadsheet.RadioSelection";static props={choices:Array,onChange:Function,selectedValue:{optional:!1},name:String,direction:{type:String,optional:!0}};static defaultProps={direction:"horizontal"}}class mk extends t.Component{static template="o-spreadsheet-GeneralDesignEditor";static components={RoundColorPicker:zR,ChartTitle:uk,Section:HR,SidePanelCollapsible:tR,RadioSelection:pk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function,defaultChartTitleFontSize:{type:Number,optional:!0},slots:{type:Object,optional:!0}};static defaultProps={defaultChartTitleFontSize:be};state;setup(){this.state=t.useState({activeTool:""})}get title(){return this.props.definition.title}toggleDropdownTool(e,t){const o=this.state.activeTool===e;this.state.activeTool=o?"":e}updateBackgroundColor(e){this.props.updateChart(this.props.chartId,{background:e})}updateTitle(e){const t={...this.title,text:e};this.props.updateChart(this.props.chartId,{title:t})}updateChartTitleStyle(e){const t={...this.title,...e};this.props.updateChart(this.props.chartId,{title:t}),this.state.activeTool=""}}class fk extends t.Component{static template="o-spreadsheet-ChartHumanizeNumbers";static components={Checkbox:tT};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function}}class vk extends t.Component{static template="o-spreadsheet-ChartLegend";static components={Section:HR};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};updateLegendPosition(e){this.props.updateChart(this.props.chartId,{legendPosition:e.target.value})}}class bk extends t.Component{static template="o-spreadsheet-SeriesDesignEditor";static components={SidePanelCollapsible:tR,Section:HR,RoundColorPicker:zR};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function,slots:{type:Object,optional:!0}};state=t.useState({index:0});getDataSeries(){const e=this.env.model.getters.getChartRuntime(this.props.chartId);return e&&"chartJsConfig"in e?e.chartJsConfig.data.datasets.filter((e=>!yy(e.xAxisID??""))).map((e=>e.label)):[]}updateEditedSeries(e){this.state.index=e.target.selectedIndex}updateDataSeriesColor(e){const t=this.props.definition.dataSets;t?.[this.state.index]&&(t[this.state.index]={...t[this.state.index],backgroundColor:e},this.props.updateChart(this.props.chartId,{dataSets:t}))}getDataSeriesColor(){const e=this.props.definition.dataSets;if(!e?.[this.state.index])return"";const t=e[this.state.index].backgroundColor;return t?_s(t):Qs(this.state.index,ei(this.props.definition.dataSets.length))}updateDataSeriesLabel(e){const t=e.target.value,o=this.props.definition.dataSets;o?.[this.state.index]&&(o[this.state.index]={...o[this.state.index],label:t},this.props.updateChart(this.props.chartId,{dataSets:o}))}getDataSeriesLabel(){const e=this.props.definition.dataSets;return e[this.state.index]?.label||this.getDataSeries()[this.state.index]}}class Sk extends t.Component{static template="o-spreadsheet-SeriesWithAxisDesignEditor";static components={SeriesDesignEditor:bk,Checkbox:tT,RadioSelection:pk,Section:HR,RoundColorPicker:zR};static props={chartId:String,definition:Object,canUpdateChart:Function,updateChart:Function,slots:{type:Object,optional:!0}};axisChoices=by;updateDataSeriesAxis(e,t){const o=[...this.props.definition.dataSets];o?.[e]&&(o[e]={...o[e],yAxisId:"left"===t?"y":"y1"},this.props.updateChart(this.props.chartId,{dataSets:o}))}getDataSerieAxis(e){const t=this.props.definition.dataSets;return t?.[e]&&"y1"===t[e].yAxisId?"right":"left"}get canHaveTwoVerticalAxis(){return!("horizontal"in this.props.definition&&this.props.definition.horizontal)}toggleDataTrend(e,t){const o=[...this.props.definition.dataSets];o?.[e]&&(o[e]={...o[e],trend:{type:"polynomial",order:1,...o[e].trend,display:t}},this.props.updateChart(this.props.chartId,{dataSets:o}))}getTrendLineConfiguration(e){const t=this.props.definition.dataSets;return t?.[e]?.trend}getTrendType(e){return e?"polynomial"===e.type&&1===e.order?"linear":e.type:""}onChangeTrendType(e,t){const o=t.target.value;let s;switch(o){case"linear":case"polynomial":s={type:"polynomial",order:"linear"===o?1:this.getMaxPolynomialDegree(e)};break;case"exponential":case"logarithmic":case"trailingMovingAverage":s={type:o};break;default:return}this.updateTrendLineValue(e,s)}getPolynomialDegrees(e){return Ct(1,this.getMaxPolynomialDegree(e)+1)}onChangePolynomialDegree(e,t){const o=t.target;this.updateTrendLineValue(e,{order:parseInt(o.value)})}getMaxPolynomialDegree(e){const t=this.env.model.getters.getChartRuntime(this.props.chartId);return Math.min(10,t.chartJsConfig.data.datasets[e].data.length-1)}get defaultWindowSize(){return Ye}onChangeMovingAverageWindow(e,t){const o=t.target;let s=parseInt(o.value)||Ye;s<=1&&(s=Ye),this.updateTrendLineValue(e,{window:s})}getDataSeriesColor(e){const t=this.props.definition.dataSets;if(!t?.[e])return"";const o=t[e].backgroundColor;return o?_s(o):Qs(e,ei(this.props.definition.dataSets.length))}getTrendLineColor(e){return this.getTrendLineConfiguration(e)?.color??Bs(this.getDataSeriesColor(e),.5)}updateTrendLineColor(e,t){this.updateTrendLineValue(e,{color:t})}updateTrendLineValue(e,t){const o=[...this.props.definition.dataSets];o?.[e]&&(o[e]={...o[e],trend:{...o[e].trend,...t}},this.props.updateChart(this.props.chartId,{dataSets:o}))}}class Ck extends t.Component{static template="o-spreadsheet-ChartShowValues";static components={Checkbox:tT};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function,defaultValue:{type:Boolean,optional:!0}}}class yk extends t.Component{static template="o-spreadsheet-ChartWithAxisDesignPanel";static components={GeneralDesignEditor:mk,SidePanelCollapsible:tR,Section:HR,AxisDesignEditor:gk,SeriesWithAxisDesignEditor:Sk,ChartLegend:vk,ChartShowValues:Ck,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,canUpdateChart:Function,updateChart:Function};get axesList(){const{useLeftAxis:e,useRightAxis:t}=my(this.props.definition),o=[{id:"x",name:ui("Horizontal axis")}];return e&&o.push({id:"y",name:ui(t?"Left axis":"Vertical axis")}),t&&o.push({id:"y1",name:ui(e?"Right axis":"Vertical axis")}),o}}class Ik extends t.Component{static template="o-spreadsheet-ChartShowDataMarkers";static components={Checkbox:tT};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function}}class wk extends yk{static template="o-spreadsheet-GenericZoomableChartDesignPanel";static components={...yk.components,Checkbox:tT};onToggleZoom(e){this.props.updateChart(this.props.chartId,{zoomable:e})}}class xk extends wk{static template="o-spreadsheet-ComboChartDesignPanel";static components={...wk.components,ChartShowDataMarkers:Ik,RadioSelection:pk};seriesTypeChoices=[{value:"bar",label:ui("Bar")},{value:"line",label:ui("Line")}];updateDataSeriesType(e,t){const o=[...this.props.definition.dataSets];o?.[e]&&(o[e]={...o[e],type:t},this.props.updateChart(this.props.chartId,{dataSets:o}))}getDataSeriesType(e){const t=this.props.definition.dataSets;return t?.[e]?t[e].type??"line":"bar"}}class Ek extends t.Component{static template="o-spreadsheet-FunnelChartDesignPanel";static components={ChartShowValues:Ck,GeneralDesignEditor:mk,SidePanelCollapsible:tR,RoundColorPicker:zR,Section:HR,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};getFunnelColorItems(){const e=this.env.model.getters.getChartRuntime(this.props.chartId).chartJsConfig.data.labels||[],t=ky(e,this.props.definition.funnelColors);return e.map(((e,o)=>({label:e||ui("Value %s",o+1),color:t[o]})))}updateFunnelItemColor(e,t){const o=to(this.props.definition.funnelColors||[],t,e);this.props.updateChart(this.props.chartId,{funnelColors:o})}}class Rk extends t.Component{static template="o-spreadsheet-GaugeChartConfigPanel";static components={ChartErrorSection:ak,ChartDataSeries:rk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};state=t.useState({dataRangeDispatchResult:void 0});dataRange=this.props.definition.dataRange;get configurationErrorMessages(){return[...this.state.dataRangeDispatchResult?.reasons||[]].map((e=>_b.Errors[e]||_b.Errors.Unexpected))}get isDataRangeInvalid(){return!!this.state.dataRangeDispatchResult?.isCancelledBecause("InvalidGaugeDataRange")}onDataRangeChanged(e){this.dataRange=e[0],this.state.dataRangeDispatchResult=this.props.canUpdateChart(this.props.chartId,{dataRange:this.dataRange})}updateDataRange(){this.state.dataRangeDispatchResult=this.props.updateChart(this.props.chartId,{dataRange:this.dataRange})}getDataRange(){return{dataRange:this.dataRange||""}}}Bh`
|
|
1231
|
+
`;class pk extends t.Component{static template="o-spreadsheet.RadioSelection";static props={choices:Array,onChange:Function,selectedValue:{optional:!1},name:String,direction:{type:String,optional:!0}};static defaultProps={direction:"horizontal"}}class mk extends t.Component{static template="o-spreadsheet-GeneralDesignEditor";static components={RoundColorPicker:zR,ChartTitle:uk,Section:HR,SidePanelCollapsible:tR,RadioSelection:pk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function,defaultChartTitleFontSize:{type:Number,optional:!0},slots:{type:Object,optional:!0}};static defaultProps={defaultChartTitleFontSize:be};state;setup(){this.state=t.useState({activeTool:""})}get title(){return this.props.definition.title}toggleDropdownTool(e,t){const o=this.state.activeTool===e;this.state.activeTool=o?"":e}updateBackgroundColor(e){this.props.updateChart(this.props.chartId,{background:e})}updateTitle(e){const t={...this.title,text:e};this.props.updateChart(this.props.chartId,{title:t})}updateChartTitleStyle(e){const t={...this.title,...e};this.props.updateChart(this.props.chartId,{title:t}),this.state.activeTool=""}}class fk extends t.Component{static template="o-spreadsheet-ChartHumanizeNumbers";static components={Checkbox:tT};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};get title(){const e=this.env.model.getters.getLocale(),t=Rr(1234567,{format:qr({value:1234567},void 0,e),locale:e});return ui("E.g. 1234567 -> %(value)s",{value:t})}}class vk extends t.Component{static template="o-spreadsheet-ChartLegend";static components={Section:HR};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};updateLegendPosition(e){this.props.updateChart(this.props.chartId,{legendPosition:e.target.value})}}class bk extends t.Component{static template="o-spreadsheet-SeriesDesignEditor";static components={SidePanelCollapsible:tR,Section:HR,RoundColorPicker:zR};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function,slots:{type:Object,optional:!0}};state=t.useState({index:0});getDataSeries(){const e=this.env.model.getters.getChartRuntime(this.props.chartId);return e&&"chartJsConfig"in e?e.chartJsConfig.data.datasets.filter((e=>!yy(e.xAxisID??""))).map((e=>e.label)):[]}updateEditedSeries(e){this.state.index=e.target.selectedIndex}updateDataSeriesColor(e){const t=this.props.definition.dataSets;t?.[this.state.index]&&(t[this.state.index]={...t[this.state.index],backgroundColor:e},this.props.updateChart(this.props.chartId,{dataSets:t}))}getDataSeriesColor(){const e=this.props.definition.dataSets;if(!e?.[this.state.index])return"";const t=e[this.state.index].backgroundColor;return t?_s(t):Qs(this.state.index,ei(this.props.definition.dataSets.length))}updateDataSeriesLabel(e){const t=e.target.value,o=this.props.definition.dataSets;o?.[this.state.index]&&(o[this.state.index]={...o[this.state.index],label:t},this.props.updateChart(this.props.chartId,{dataSets:o}))}getDataSeriesLabel(){const e=this.props.definition.dataSets;return e[this.state.index]?.label||this.getDataSeries()[this.state.index]}}class Sk extends t.Component{static template="o-spreadsheet-SeriesWithAxisDesignEditor";static components={SeriesDesignEditor:bk,Checkbox:tT,RadioSelection:pk,Section:HR,RoundColorPicker:zR};static props={chartId:String,definition:Object,canUpdateChart:Function,updateChart:Function,slots:{type:Object,optional:!0}};axisChoices=by;updateDataSeriesAxis(e,t){const o=[...this.props.definition.dataSets];o?.[e]&&(o[e]={...o[e],yAxisId:"left"===t?"y":"y1"},this.props.updateChart(this.props.chartId,{dataSets:o}))}getDataSerieAxis(e){const t=this.props.definition.dataSets;return t?.[e]&&"y1"===t[e].yAxisId?"right":"left"}get canHaveTwoVerticalAxis(){return!("horizontal"in this.props.definition&&this.props.definition.horizontal)}toggleDataTrend(e,t){const o=[...this.props.definition.dataSets];o?.[e]&&(o[e]={...o[e],trend:{type:"polynomial",order:1,...o[e].trend,display:t}},this.props.updateChart(this.props.chartId,{dataSets:o}))}getTrendLineConfiguration(e){const t=this.props.definition.dataSets;return t?.[e]?.trend}getTrendType(e){return e?"polynomial"===e.type&&1===e.order?"linear":e.type:""}onChangeTrendType(e,t){const o=t.target.value;let s;switch(o){case"linear":case"polynomial":s={type:"polynomial",order:"linear"===o?1:this.getMaxPolynomialDegree(e)};break;case"exponential":case"logarithmic":case"trailingMovingAverage":s={type:o};break;default:return}this.updateTrendLineValue(e,s)}getPolynomialDegrees(e){return Ct(1,this.getMaxPolynomialDegree(e)+1)}onChangePolynomialDegree(e,t){const o=t.target;this.updateTrendLineValue(e,{order:parseInt(o.value)})}getMaxPolynomialDegree(e){const t=this.env.model.getters.getChartRuntime(this.props.chartId);return Math.min(10,t.chartJsConfig.data.datasets[e].data.length-1)}get defaultWindowSize(){return Ye}onChangeMovingAverageWindow(e,t){const o=t.target;let s=parseInt(o.value)||Ye;s<=1&&(s=Ye),this.updateTrendLineValue(e,{window:s})}getDataSeriesColor(e){const t=this.props.definition.dataSets;if(!t?.[e])return"";const o=t[e].backgroundColor;return o?_s(o):Qs(e,ei(this.props.definition.dataSets.length))}getTrendLineColor(e){return this.getTrendLineConfiguration(e)?.color??Bs(this.getDataSeriesColor(e),.5)}updateTrendLineColor(e,t){this.updateTrendLineValue(e,{color:t})}updateTrendLineValue(e,t){const o=[...this.props.definition.dataSets];o?.[e]&&(o[e]={...o[e],trend:{...o[e].trend,...t}},this.props.updateChart(this.props.chartId,{dataSets:o}))}}class Ck extends t.Component{static template="o-spreadsheet-ChartShowValues";static components={Checkbox:tT};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function,defaultValue:{type:Boolean,optional:!0}}}class yk extends t.Component{static template="o-spreadsheet-ChartWithAxisDesignPanel";static components={GeneralDesignEditor:mk,SidePanelCollapsible:tR,Section:HR,AxisDesignEditor:gk,SeriesWithAxisDesignEditor:Sk,ChartLegend:vk,ChartShowValues:Ck,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,canUpdateChart:Function,updateChart:Function};get axesList(){const{useLeftAxis:e,useRightAxis:t}=my(this.props.definition),o=[{id:"x",name:ui("Horizontal axis")}];return e&&o.push({id:"y",name:ui(t?"Left axis":"Vertical axis")}),t&&o.push({id:"y1",name:ui(e?"Right axis":"Vertical axis")}),o}}class Ik extends t.Component{static template="o-spreadsheet-ChartShowDataMarkers";static components={Checkbox:tT};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function}}class wk extends yk{static template="o-spreadsheet-GenericZoomableChartDesignPanel";static components={...yk.components,Checkbox:tT};onToggleZoom(e){this.props.updateChart(this.props.chartId,{zoomable:e})}}class xk extends wk{static template="o-spreadsheet-ComboChartDesignPanel";static components={...wk.components,ChartShowDataMarkers:Ik,RadioSelection:pk};seriesTypeChoices=[{value:"bar",label:ui("Bar")},{value:"line",label:ui("Line")}];updateDataSeriesType(e,t){const o=[...this.props.definition.dataSets];o?.[e]&&(o[e]={...o[e],type:t},this.props.updateChart(this.props.chartId,{dataSets:o}))}getDataSeriesType(e){const t=this.props.definition.dataSets;return t?.[e]?t[e].type??"line":"bar"}}class Ek extends t.Component{static template="o-spreadsheet-FunnelChartDesignPanel";static components={ChartShowValues:Ck,GeneralDesignEditor:mk,SidePanelCollapsible:tR,RoundColorPicker:zR,Section:HR,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};getFunnelColorItems(){const e=this.env.model.getters.getChartRuntime(this.props.chartId).chartJsConfig.data.labels||[],t=ky(e,this.props.definition.funnelColors);return e.map(((e,o)=>({label:e||ui("Value %s",o+1),color:t[o]})))}updateFunnelItemColor(e,t){const o=to(this.props.definition.funnelColors||[],t,e);this.props.updateChart(this.props.chartId,{funnelColors:o})}}class Rk extends t.Component{static template="o-spreadsheet-GaugeChartConfigPanel";static components={ChartErrorSection:ak,ChartDataSeries:rk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};state=t.useState({dataRangeDispatchResult:void 0});dataRange=this.props.definition.dataRange;get configurationErrorMessages(){return[...this.state.dataRangeDispatchResult?.reasons||[]].map((e=>_b.Errors[e]||_b.Errors.Unexpected))}get isDataRangeInvalid(){return!!this.state.dataRangeDispatchResult?.isCancelledBecause("InvalidGaugeDataRange")}onDataRangeChanged(e){this.dataRange=e[0],this.state.dataRangeDispatchResult=this.props.canUpdateChart(this.props.chartId,{dataRange:this.dataRange})}updateDataRange(){this.state.dataRangeDispatchResult=this.props.updateChart(this.props.chartId,{dataRange:this.dataRange})}getDataRange(){return{dataRange:this.dataRange||""}}}Bh`
|
|
1232
1232
|
.o-gauge-color-set {
|
|
1233
1233
|
table {
|
|
1234
1234
|
table-layout: fixed;
|
|
@@ -1266,7 +1266,7 @@
|
|
|
1266
1266
|
height: 100%;
|
|
1267
1267
|
}
|
|
1268
1268
|
}
|
|
1269
|
-
`;class Tk extends t.Component{static template="o-spreadsheet-GaugeChartDesignPanel";static components={SidePanelCollapsible:tR,Section:HR,RoundColorPicker:zR,GeneralDesignEditor:mk,ChartErrorSection:ak,StandaloneComposer:_R,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};state;setup(){this.state=t.useState({sectionRuleCancelledReasons:this.checkSectionRuleFormulasAreValid(this.props.definition.sectionRule),sectionRule:pt(this.props.definition.sectionRule)})}get designErrorMessages(){return[...this.state.sectionRuleCancelledReasons||[]].map((e=>_b.Errors[e]||_b.Errors.Unexpected))}get isRangeMinInvalid(){return!(!this.state.sectionRuleCancelledReasons?.includes("EmptyGaugeRangeMin")&&!this.state.sectionRuleCancelledReasons?.includes("GaugeRangeMinNaN"))}get isRangeMaxInvalid(){return!(!this.state.sectionRuleCancelledReasons?.includes("EmptyGaugeRangeMax")&&!this.state.sectionRuleCancelledReasons?.includes("GaugeRangeMaxNaN"))}get isLowerInflectionPointInvalid(){return!!this.state.sectionRuleCancelledReasons?.includes("GaugeLowerInflectionPointNaN")}get isUpperInflectionPointInvalid(){return!!this.state.sectionRuleCancelledReasons?.includes("GaugeUpperInflectionPointNaN")}updateSectionColor(e,t){const o=pt(this.state.sectionRule);o.colors[e]=t,this.updateSectionRule(o)}updateSectionRule(e){this.state.sectionRuleCancelledReasons=[],this.state.sectionRuleCancelledReasons.push(...this.checkSectionRuleFormulasAreValid(this.state.sectionRule));const t=this.props.updateChart(this.props.chartId,{sectionRule:e});t.isSuccessful?this.state.sectionRule=pt(e):this.state.sectionRuleCancelledReasons.push(...t.reasons)}onConfirmGaugeRange(e,t){this.state.sectionRule={...this.state.sectionRule,[e]:t},this.updateSectionRule(this.state.sectionRule)}getGaugeInflectionComposerProps(e){const t="lowerColor"===e?"lowerInflectionPoint":"upperInflectionPoint",o=this.state.sectionRule[t];return{onConfirm:e=>{this.state.sectionRule={...this.state.sectionRule,[t]:{...o,value:e}},this.updateSectionRule(this.state.sectionRule)},composerContent:o.value,invalid:"lowerColor"===e?this.isLowerInflectionPointInvalid:this.isUpperInflectionPointInvalid,defaultRangeSheetId:this.sheetId,class:t,placeholder:ui("Value"),title:ui("Value or formula")}}checkSectionRuleFormulasAreValid(e){const t=[];return this.valueIsValidNumber(e.rangeMin)||t.push("GaugeRangeMinNaN"),this.valueIsValidNumber(e.rangeMax)||t.push("GaugeRangeMaxNaN"),this.valueIsValidNumber(e.lowerInflectionPoint.value)||t.push("GaugeLowerInflectionPointNaN"),this.valueIsValidNumber(e.upperInflectionPoint.value)||t.push("GaugeUpperInflectionPointNaN"),t}valueIsValidNumber(e){const t=this.env.model.getters.getLocale();if(!e.startsWith("="))return void 0!==Cn(e,t);const o=this.env.model.getters.evaluateFormula(this.sheetId,e);return!bc(o)&&void 0!==Cn(fc(o),t)}get sheetId(){const e=this.env.model.getters.getChart(this.props.chartId);if(!e)throw new Error("Chart not found with id "+this.props.chartId);return e.sheetId}}class Ak extends t.Component{static template="o-spreadsheet-GeoChartRegionSelectSection";static components={Section:HR};static props={chartId:String,definition:Object,updateChart:Function};updateSelectedRegion(e){const t=e.target.value;this.props.updateChart(this.props.chartId,{region:t})}get availableRegions(){return this.env.model.getters.getGeoChartAvailableRegions()}get selectedRegion(){return this.props.definition.region||this.availableRegions[0]?.id}}class Dk extends ck{static template="o-spreadsheet-GeoChartConfigPanel";static components={...ck.components,GeoChartRegionSelectSection:Ak};get dataRanges(){return this.getDataSeriesRanges()}get disabledRanges(){return this.props.definition.dataSets.map(((e,t)=>t>0))}getLabelRangeOptions(){return[{name:"dataSetsHaveTitle",label:this.dataSetsHaveTitleLabel,value:this.props.definition.dataSetsHaveTitle,onChange:this.onUpdateDataSetsHaveTitle.bind(this)}]}}const _k={minColor:"#FFF5EB",midColor:"#FD8D3C",maxColor:"#7F2704"};class Fk extends yk{static template="o-spreadsheet-GeoChartDesignPanel";static components={...yk.components,RoundColorPicker:zR};colorScalesChoices=_b.GeoChart.ColorScales;updateColorScaleType(e){const t=e.target.value;"custom"===t?this.updateColorScale(_k):this.updateColorScale(t)}updateColorScale(e){this.props.updateChart(this.props.chartId,{colorScale:e})}updateMissingValueColor(e){this.props.updateChart(this.props.chartId,{missingValueColor:e})}updateLegendPosition(e){const t=e.target.value;this.props.updateChart(this.props.chartId,{legendPosition:t})}get selectedColorScale(){return"object"==typeof this.props.definition.colorScale?"custom":this.props.definition.colorScale||"oranges"}get selectedMissingValueColor(){return this.props.definition.missingValueColor||"#ffffff"}get customColorScale(){if("object"==typeof this.props.definition.colorScale)return this.props.definition.colorScale}getCustomColorScaleColor(e){return this.customColorScale?.[e]??""}setCustomColorScaleColor(e,t){t||"midColor"===e||(t="#fff");const o=this.customColorScale;o&&this.updateColorScale({...o,[e]:t})}}class Ok extends ck{static template="o-spreadsheet-HierarchicalChartConfigPanel";static components={...ck.components};getLabelRangeOptions(){return[{name:"dataSetsHaveTitle",label:this.dataSetsHaveTitleLabel,value:this.props.definition.dataSetsHaveTitle,onChange:this.onUpdateDataSetsHaveTitle.bind(this)}]}}class Pk extends ck{static template="o-spreadsheet-LineConfigPanel";get canTreatLabelsAsText(){const e=this.env.model.getters.getChart(this.props.chartId);return!!(e&&e instanceof Wx)&&gw(e.getDefinition(),e.dataSets,e.labelRange,this.env.model.getters)}get stackedLabel(){return this.props.definition.fillArea?this.chartTerms.StackedAreaChart:this.chartTerms.StackedLineChart}getLabelRangeOptions(){const e=super.getLabelRangeOptions();return this.canTreatLabelsAsText&&e.push({name:"labelsAsText",value:this.props.definition.labelsAsText,label:this.chartTerms.TreatLabelsAsText,onChange:this.onUpdateLabelsAsText.bind(this)}),e}onUpdateLabelsAsText(e){this.props.updateChart(this.props.chartId,{labelsAsText:e})}onUpdateStacked(e){this.props.updateChart(this.props.chartId,{stacked:e})}onUpdateCumulative(e){this.props.updateChart(this.props.chartId,{cumulative:e})}}class Mk extends wk{static template="o-spreadsheet-LineChartDesignPanel";static components={...wk.components,ChartShowDataMarkers:Ik}}class Nk extends t.Component{static template="o-spreadsheet.PieHoleSize";static components={Section:HR};static props={onValueChange:Function,value:Number};debouncedOnChange=kt(this.onChange.bind(this),100);onChange(e){isNaN(Number(e))||this.props.onValueChange(St(Number(e),0,95))}}class kk extends t.Component{static template="o-spreadsheet-PieChartDesignPanel";static components={GeneralDesignEditor:mk,Section:HR,ChartLegend:vk,ChartShowValues:Ck,PieHoleSize:Nk,Checkbox:tT,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};onPieHoleSizeChange(e){this.props.updateChart(this.props.chartId,{...this.props.definition,pieHolePercentage:e})}get defaultHoleSize(){return fd}}class Lk extends t.Component{static template="o-spreadsheet-RadarChartDesignPanel";static components={GeneralDesignEditor:mk,SeriesDesignEditor:bk,Section:HR,ChartLegend:vk,ChartShowValues:Ck,ChartShowDataMarkers:Ik,Checkbox:tT,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,canUpdateChart:Function,updateChart:Function}}class Vk extends t.Component{static template="o-spreadsheet-ScorecardChartConfigPanel";static components={SelectionInput:YR,ChartErrorSection:ak,Section:HR};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};state=t.useState({keyValueDispatchResult:void 0,baselineDispatchResult:void 0});keyValue=this.props.definition.keyValue;baseline=this.props.definition.baseline;get errorMessages(){return[...this.state.keyValueDispatchResult?.reasons||[],...this.state.baselineDispatchResult?.reasons||[]].map((e=>_b.Errors[e]||_b.Errors.Unexpected))}get isKeyValueInvalid(){return!!this.state.keyValueDispatchResult?.isCancelledBecause("InvalidScorecardKeyValue")}get isBaselineInvalid(){return!!this.state.keyValueDispatchResult?.isCancelledBecause("InvalidScorecardBaseline")}onKeyValueRangeChanged(e){this.keyValue=e[0],this.state.keyValueDispatchResult=this.props.canUpdateChart(this.props.chartId,{keyValue:this.keyValue})}updateKeyValueRange(){this.state.keyValueDispatchResult=this.props.updateChart(this.props.chartId,{keyValue:this.keyValue})}getKeyValueRange(){return this.keyValue||""}onBaselineRangeChanged(e){this.baseline=e[0],this.state.baselineDispatchResult=this.props.canUpdateChart(this.props.chartId,{baseline:this.baseline})}updateBaselineRange(){this.state.baselineDispatchResult=this.props.updateChart(this.props.chartId,{baseline:this.baseline})}getBaselineRange(){return this.baseline||""}updateBaselineMode(e){this.props.updateChart(this.props.chartId,{baselineMode:e.target.value})}}class Uk extends t.Component{static template="o-spreadsheet-ScorecardChartDesignPanel";static components={GeneralDesignEditor:mk,RoundColorPicker:zR,SidePanelCollapsible:tR,Section:HR,Checkbox:tT,ChartTitle:uk,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};get colorsSectionTitle(){return"progress"===this.props.definition.baselineMode?ui("Progress bar colors"):ui("Baseline colors")}get defaultScorecardTitleFontSize(){return 14}translate(e){return this.env.model.getters.dynamicTranslate(e)}setColor(e,t){switch(t){case"backgroundColor":this.props.updateChart(this.props.chartId,{background:e});break;case"baselineColorDown":this.props.updateChart(this.props.chartId,{baselineColorDown:e});break;case"baselineColorUp":this.props.updateChart(this.props.chartId,{baselineColorUp:e})}}get keyStyle(){return{align:"center",fontSize:32,...this.props.definition.keyDescr}}get baselineStyle(){return{align:"center",fontSize:16,...this.props.definition.baselineDescr}}setKeyText(e){this.props.updateChart(this.props.chartId,{keyDescr:{...this.props.definition.keyDescr,text:e}})}updateKeyStyle(e){const t={...this.keyStyle,...e};this.props.updateChart(this.props.chartId,{keyDescr:t})}setBaselineText(e){this.props.updateChart(this.props.chartId,{baselineDescr:{...this.props.definition.baselineDescr,text:e}})}updateBaselineStyle(e){const t={...this.baselineStyle,...e};this.props.updateChart(this.props.chartId,{baselineDescr:t})}}class Hk extends t.Component{static template="o-spreadsheet-SunburstChartDesignPanel";static components={GeneralDesignEditor:mk,Section:HR,SidePanelCollapsible:tR,ChartShowValues:Ck,Checkbox:tT,TextStyler:sk,RoundColorPicker:zR,ChartLegend:vk,PieHoleSize:Nk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};defaults=Kw;get showValues(){return this.props.definition.showValues??Kw.showValues}get showLabels(){return this.props.definition.showLabels??Kw.showLabels}get groupColors(){const e=this.props.chartId,t=this.env.model.getters.getChartRuntime(e).chartJsConfig.data.datasets[0];return t?.groupColors||[]}onGroupColorChanged(e,t){const o=pt(this.props.definition.groupColors)??[];o[e]=t,this.props.updateChart(this.props.chartId,{groupColors:o})}onPieHoleSizeChange(e){this.props.updateChart(this.props.chartId,{...this.props.definition,pieHolePercentage:e})}}class zk extends t.Component{static template="o-spreadsheet-TreeMapCategoryColors";static components={Checkbox:tT,RoundColorPicker:zR};static props={chartId:String,definition:Object,onColorChanged:Function};get coloringOptions(){const e=this.props.definition.coloringOptions??Ey.coloringOptions;if("categoryColor"!==e.type)throw new Error("Coloring options is not solid color");return e}getTreeGroupAndColors(){const e=this.env.model.getters.getChartRuntime(this.props.chartId).chartJsConfig;return e.data.datasets[0]?.groupColors||[]}onGroupColorChanged(e,t){const o=pt(this.coloringOptions);o.colors[e]=t||void 0,this.props.onColorChanged(o)}useValueBasedGradient(e){if("categoryColor"!==this.coloringOptions.type)throw new Error("Coloring options is not solid color");this.props.onColorChanged({...this.coloringOptions,useValueBasedGradient:e})}}class Bk extends t.Component{static template="o-spreadsheet-TreeMapColorScale";static components={RoundColorPicker:zR};static props={chartId:String,definition:Object,onColorChanged:Function};get coloringOptions(){const e=this.props.definition.coloringOptions??Ey.coloringOptions;if("colorScale"!==e.type)throw new Error("Coloring options is not a color scale");return e}setColorScaleColor(e,t){this.props.onColorChanged({...this.coloringOptions,[e]:t})}}const $k={type:"colorScale",minColor:"#FFF5EB",midColor:"#FD8D3C",maxColor:"#7F2704"},Gk={type:"categoryColor",colors:[],useValueBasedGradient:!0};class Wk extends t.Component{static template="o-spreadsheet-TreeMapChartDesignPanel";static components={GeneralDesignEditor:mk,Section:HR,SidePanelCollapsible:tR,ChartShowValues:Ck,Checkbox:tT,TextStyler:sk,RoundColorPicker:zR,BadgeSelection:dk,TreeMapCategoryColors:zk,TreeMapColorScale:Bk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};savedColors={categoryColors:Gk,colorScale:$k};defaults=Ey;get showHeaders(){return this.props.definition.showHeaders??Ey.showHeaders}get showValues(){return this.props.definition.showValues??Ey.showValues}get showLabels(){return this.props.definition.showLabels??Ey.showLabels}get coloringOptions(){return this.props.definition.coloringOptions??Ey.coloringOptions}changeColoringOption(e){const t="categoryColor"===e?this.savedColors.categoryColors:this.savedColors.colorScale;this.props.updateChart(this.props.chartId,{coloringOptions:t})}onCategoryColorChange(e){this.savedColors.categoryColors=e,this.props.updateChart(this.props.chartId,{coloringOptions:e})}onColorScaleChange(e){this.savedColors.colorScale=e,this.props.updateChart(this.props.chartId,{coloringOptions:e})}get coloringOptionChoices(){return[{label:ui("Category color"),value:"categoryColor"},{label:ui("Color scale"),value:"colorScale"}]}}class qk extends t.Component{static template="o-spreadsheet-WaterfallChartDesignPanel";static components={GeneralDesignEditor:mk,ChartShowValues:Ck,Checkbox:tT,SidePanelCollapsible:tR,Section:HR,RoundColorPicker:zR,AxisDesignEditor:gk,RadioSelection:pk,ChartLegend:vk,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};axisChoices=by;onUpdateShowSubTotals(e){this.props.updateChart(this.props.chartId,{showSubTotals:e})}onUpdateShowConnectorLines(e){this.props.updateChart(this.props.chartId,{showConnectorLines:e})}onUpdateFirstValueAsSubtotal(e){this.props.updateChart(this.props.chartId,{firstValueAsSubtotal:e})}updateColor(e,t){this.props.updateChart(this.props.chartId,{[e]:t})}get axesList(){return[{id:"x",name:ui("Horizontal axis")},{id:"y",name:ui("Vertical axis")}]}get positiveValuesColor(){return this.props.definition.positiveValuesColor||j}get negativeValuesColor(){return this.props.definition.negativeValuesColor||Y}get subTotalValuesColor(){return this.props.definition.subTotalValuesColor||X}updateVerticalAxisPosition(e){this.props.updateChart(this.props.chartId,{verticalAxisPosition:e})}onToggleZoom(e){this.props.updateChart(this.props.chartId,{zoomable:e})}}const Zk=new n;Zk.add("line",{configuration:Pk,design:Mk}).add("scatter",{configuration:class extends ck{static template="o-spreadsheet-ScatterConfigPanel";get canTreatLabelsAsText(){const e=this.env.model.getters.getChart(this.props.chartId);return!!(e&&e instanceof Kx)&&gw(e.getDefinition(),e.dataSets,e.labelRange,this.env.model.getters)}onUpdateLabelsAsText(e){this.props.updateChart(this.props.chartId,{labelsAsText:e})}getLabelRangeOptions(){const e=super.getLabelRangeOptions();return this.canTreatLabelsAsText&&e.push({name:"labelsAsText",value:this.props.definition.labelsAsText,label:this.chartTerms.TreatLabelsAsText,onChange:this.onUpdateLabelsAsText.bind(this)}),e}},design:wk}).add("bar",{configuration:hk,design:wk}).add("combo",{configuration:ck,design:xk}).add("pie",{configuration:ck,design:kk}).add("gauge",{configuration:Rk,design:Tk}).add("scorecard",{configuration:Vk,design:Uk}).add("waterfall",{configuration:ck,design:qk}).add("pyramid",{configuration:ck,design:yk}).add("radar",{configuration:ck,design:Lk}).add("sunburst",{configuration:Ok,design:Hk}).add("geo",{configuration:Dk,design:Fk}).add("funnel",{configuration:class extends ck{getLabelRangeOptions(){const e=this.props.definition;return[{name:"aggregated",label:this.chartTerms.AggregatedChart,value:e.aggregated??!1,onChange:this.onUpdateAggregated.bind(this)},{name:"cumulative",label:this.chartTerms.CumulativeData,value:e.cumulative??!1,onChange:this.onUpdateCumulative.bind(this)},{name:"dataSetsHaveTitle",label:this.dataSetsHaveTitleLabel,value:e.dataSetsHaveTitle,onChange:this.onUpdateDataSetsHaveTitle.bind(this)}]}onUpdateCumulative(e){this.props.updateChart(this.props.chartId,{cumulative:e})}},design:Ek}).add("treemap",{configuration:Ok,design:Wk}),Bh`
|
|
1269
|
+
`;class Tk extends t.Component{static template="o-spreadsheet-GaugeChartDesignPanel";static components={SidePanelCollapsible:tR,Section:HR,RoundColorPicker:zR,GeneralDesignEditor:mk,ChartErrorSection:ak,StandaloneComposer:_R,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};state;setup(){this.state=t.useState({sectionRuleCancelledReasons:this.checkSectionRuleFormulasAreValid(this.props.definition.sectionRule),sectionRule:pt(this.props.definition.sectionRule)})}get designErrorMessages(){return[...this.state.sectionRuleCancelledReasons||[]].map((e=>_b.Errors[e]||_b.Errors.Unexpected))}get isRangeMinInvalid(){return!(!this.state.sectionRuleCancelledReasons?.includes("EmptyGaugeRangeMin")&&!this.state.sectionRuleCancelledReasons?.includes("GaugeRangeMinNaN"))}get isRangeMaxInvalid(){return!(!this.state.sectionRuleCancelledReasons?.includes("EmptyGaugeRangeMax")&&!this.state.sectionRuleCancelledReasons?.includes("GaugeRangeMaxNaN"))}get isLowerInflectionPointInvalid(){return!!this.state.sectionRuleCancelledReasons?.includes("GaugeLowerInflectionPointNaN")}get isUpperInflectionPointInvalid(){return!!this.state.sectionRuleCancelledReasons?.includes("GaugeUpperInflectionPointNaN")}updateSectionColor(e,t){const o=pt(this.state.sectionRule);o.colors[e]=t,this.updateSectionRule(o)}updateSectionRule(e){this.state.sectionRuleCancelledReasons=[],this.state.sectionRuleCancelledReasons.push(...this.checkSectionRuleFormulasAreValid(this.state.sectionRule));const t=this.props.updateChart(this.props.chartId,{sectionRule:e});t.isSuccessful?this.state.sectionRule=pt(e):this.state.sectionRuleCancelledReasons.push(...t.reasons)}onConfirmGaugeRange(e,t){this.state.sectionRule={...this.state.sectionRule,[e]:t},this.updateSectionRule(this.state.sectionRule)}getGaugeInflectionComposerProps(e){const t="lowerColor"===e?"lowerInflectionPoint":"upperInflectionPoint",o=this.state.sectionRule[t];return{onConfirm:e=>{this.state.sectionRule={...this.state.sectionRule,[t]:{...o,value:e}},this.updateSectionRule(this.state.sectionRule)},composerContent:o.value,invalid:"lowerColor"===e?this.isLowerInflectionPointInvalid:this.isUpperInflectionPointInvalid,defaultRangeSheetId:this.sheetId,class:t,placeholder:ui("Value"),title:ui("Value or formula")}}checkSectionRuleFormulasAreValid(e){const t=[];return this.valueIsValidNumber(e.rangeMin)||t.push("GaugeRangeMinNaN"),this.valueIsValidNumber(e.rangeMax)||t.push("GaugeRangeMaxNaN"),this.valueIsValidNumber(e.lowerInflectionPoint.value)||t.push("GaugeLowerInflectionPointNaN"),this.valueIsValidNumber(e.upperInflectionPoint.value)||t.push("GaugeUpperInflectionPointNaN"),t}valueIsValidNumber(e){const t=this.env.model.getters.getLocale();if(!e.startsWith("="))return void 0!==Cn(e,t);const o=this.env.model.getters.evaluateFormula(this.sheetId,e);return!bc(o)&&void 0!==Cn(fc(o),t)}get sheetId(){const e=this.env.model.getters.getChart(this.props.chartId);if(!e)throw new Error("Chart not found with id "+this.props.chartId);return e.sheetId}}class Ak extends t.Component{static template="o-spreadsheet-GeoChartRegionSelectSection";static components={Section:HR};static props={chartId:String,definition:Object,updateChart:Function};updateSelectedRegion(e){const t=e.target.value;this.props.updateChart(this.props.chartId,{region:t})}get availableRegions(){return this.env.model.getters.getGeoChartAvailableRegions()}get selectedRegion(){return this.props.definition.region||this.availableRegions[0]?.id}}class Dk extends ck{static template="o-spreadsheet-GeoChartConfigPanel";static components={...ck.components,GeoChartRegionSelectSection:Ak};get dataRanges(){return this.getDataSeriesRanges()}get disabledRanges(){return this.props.definition.dataSets.map(((e,t)=>t>0))}getLabelRangeOptions(){return[{name:"dataSetsHaveTitle",label:this.dataSetsHaveTitleLabel,value:this.props.definition.dataSetsHaveTitle,onChange:this.onUpdateDataSetsHaveTitle.bind(this)}]}}const _k={minColor:"#FFF5EB",midColor:"#FD8D3C",maxColor:"#7F2704"};class Fk extends yk{static template="o-spreadsheet-GeoChartDesignPanel";static components={...yk.components,RoundColorPicker:zR};colorScalesChoices=_b.GeoChart.ColorScales;updateColorScaleType(e){const t=e.target.value;"custom"===t?this.updateColorScale(_k):this.updateColorScale(t)}updateColorScale(e){this.props.updateChart(this.props.chartId,{colorScale:e})}updateMissingValueColor(e){this.props.updateChart(this.props.chartId,{missingValueColor:e})}updateLegendPosition(e){const t=e.target.value;this.props.updateChart(this.props.chartId,{legendPosition:t})}get selectedColorScale(){return"object"==typeof this.props.definition.colorScale?"custom":this.props.definition.colorScale||"oranges"}get selectedMissingValueColor(){return this.props.definition.missingValueColor||"#ffffff"}get customColorScale(){if("object"==typeof this.props.definition.colorScale)return this.props.definition.colorScale}getCustomColorScaleColor(e){return this.customColorScale?.[e]??""}setCustomColorScaleColor(e,t){t||"midColor"===e||(t="#fff");const o=this.customColorScale;o&&this.updateColorScale({...o,[e]:t})}}class Ok extends ck{static template="o-spreadsheet-HierarchicalChartConfigPanel";static components={...ck.components};getLabelRangeOptions(){return[{name:"dataSetsHaveTitle",label:this.dataSetsHaveTitleLabel,value:this.props.definition.dataSetsHaveTitle,onChange:this.onUpdateDataSetsHaveTitle.bind(this)}]}}class Pk extends ck{static template="o-spreadsheet-LineConfigPanel";get canTreatLabelsAsText(){const e=this.env.model.getters.getChart(this.props.chartId);return!!(e&&e instanceof Wx)&&gw(e.getDefinition(),e.dataSets,e.labelRange,this.env.model.getters)}get stackedLabel(){return this.props.definition.fillArea?this.chartTerms.StackedAreaChart:this.chartTerms.StackedLineChart}getLabelRangeOptions(){const e=super.getLabelRangeOptions();return this.canTreatLabelsAsText&&e.push({name:"labelsAsText",value:this.props.definition.labelsAsText,label:this.chartTerms.TreatLabelsAsText,onChange:this.onUpdateLabelsAsText.bind(this)}),e}onUpdateLabelsAsText(e){this.props.updateChart(this.props.chartId,{labelsAsText:e})}onUpdateStacked(e){this.props.updateChart(this.props.chartId,{stacked:e})}onUpdateCumulative(e){this.props.updateChart(this.props.chartId,{cumulative:e})}}class Mk extends wk{static template="o-spreadsheet-LineChartDesignPanel";static components={...wk.components,ChartShowDataMarkers:Ik}}class Nk extends t.Component{static template="o-spreadsheet.PieHoleSize";static components={Section:HR};static props={onValueChange:Function,value:Number};debouncedOnChange=kt(this.onChange.bind(this),100);onChange(e){isNaN(Number(e))||this.props.onValueChange(St(Number(e),0,95))}}class kk extends t.Component{static template="o-spreadsheet-PieChartDesignPanel";static components={GeneralDesignEditor:mk,Section:HR,ChartLegend:vk,ChartShowValues:Ck,PieHoleSize:Nk,Checkbox:tT,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};onPieHoleSizeChange(e){this.props.updateChart(this.props.chartId,{...this.props.definition,pieHolePercentage:e})}get defaultHoleSize(){return fd}}class Lk extends t.Component{static template="o-spreadsheet-RadarChartDesignPanel";static components={GeneralDesignEditor:mk,SeriesDesignEditor:bk,Section:HR,ChartLegend:vk,ChartShowValues:Ck,ChartShowDataMarkers:Ik,Checkbox:tT,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,canUpdateChart:Function,updateChart:Function}}class Vk extends t.Component{static template="o-spreadsheet-ScorecardChartConfigPanel";static components={SelectionInput:YR,ChartErrorSection:ak,Section:HR};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:Function};state=t.useState({keyValueDispatchResult:void 0,baselineDispatchResult:void 0});keyValue=this.props.definition.keyValue;baseline=this.props.definition.baseline;get errorMessages(){return[...this.state.keyValueDispatchResult?.reasons||[],...this.state.baselineDispatchResult?.reasons||[]].map((e=>_b.Errors[e]||_b.Errors.Unexpected))}get isKeyValueInvalid(){return!!this.state.keyValueDispatchResult?.isCancelledBecause("InvalidScorecardKeyValue")}get isBaselineInvalid(){return!!this.state.keyValueDispatchResult?.isCancelledBecause("InvalidScorecardBaseline")}onKeyValueRangeChanged(e){this.keyValue=e[0],this.state.keyValueDispatchResult=this.props.canUpdateChart(this.props.chartId,{keyValue:this.keyValue})}updateKeyValueRange(){this.state.keyValueDispatchResult=this.props.updateChart(this.props.chartId,{keyValue:this.keyValue})}getKeyValueRange(){return this.keyValue||""}onBaselineRangeChanged(e){this.baseline=e[0],this.state.baselineDispatchResult=this.props.canUpdateChart(this.props.chartId,{baseline:this.baseline})}updateBaselineRange(){this.state.baselineDispatchResult=this.props.updateChart(this.props.chartId,{baseline:this.baseline})}getBaselineRange(){return this.baseline||""}updateBaselineMode(e){this.props.updateChart(this.props.chartId,{baselineMode:e.target.value})}}class Uk extends t.Component{static template="o-spreadsheet-ScorecardChartDesignPanel";static components={GeneralDesignEditor:mk,RoundColorPicker:zR,SidePanelCollapsible:tR,Section:HR,Checkbox:tT,ChartTitle:uk,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};get colorsSectionTitle(){return"progress"===this.props.definition.baselineMode?ui("Progress bar colors"):ui("Baseline colors")}get defaultScorecardTitleFontSize(){return 14}translate(e){return this.env.model.getters.dynamicTranslate(e)}setColor(e,t){switch(t){case"backgroundColor":this.props.updateChart(this.props.chartId,{background:e});break;case"baselineColorDown":this.props.updateChart(this.props.chartId,{baselineColorDown:e});break;case"baselineColorUp":this.props.updateChart(this.props.chartId,{baselineColorUp:e})}}get keyStyle(){return{align:"center",fontSize:32,...this.props.definition.keyDescr}}get baselineStyle(){return{align:"center",fontSize:16,...this.props.definition.baselineDescr}}setKeyText(e){this.props.updateChart(this.props.chartId,{keyDescr:{...this.props.definition.keyDescr,text:e}})}updateKeyStyle(e){const t={...this.keyStyle,...e};this.props.updateChart(this.props.chartId,{keyDescr:t})}setBaselineText(e){this.props.updateChart(this.props.chartId,{baselineDescr:{...this.props.definition.baselineDescr,text:e}})}updateBaselineStyle(e){const t={...this.baselineStyle,...e};this.props.updateChart(this.props.chartId,{baselineDescr:t})}}class Hk extends t.Component{static template="o-spreadsheet-SunburstChartDesignPanel";static components={GeneralDesignEditor:mk,Section:HR,SidePanelCollapsible:tR,ChartShowValues:Ck,Checkbox:tT,TextStyler:sk,RoundColorPicker:zR,ChartLegend:vk,PieHoleSize:Nk,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};defaults=Kw;get showValues(){return this.props.definition.showValues??Kw.showValues}get showLabels(){return this.props.definition.showLabels??Kw.showLabels}get groupColors(){const e=this.props.chartId,t=this.env.model.getters.getChartRuntime(e).chartJsConfig.data.datasets[0];return t?.groupColors||[]}onGroupColorChanged(e,t){const o=pt(this.props.definition.groupColors)??[];o[e]=t,this.props.updateChart(this.props.chartId,{groupColors:o})}onPieHoleSizeChange(e){this.props.updateChart(this.props.chartId,{...this.props.definition,pieHolePercentage:e})}}class zk extends t.Component{static template="o-spreadsheet-TreeMapCategoryColors";static components={Checkbox:tT,RoundColorPicker:zR};static props={chartId:String,definition:Object,onColorChanged:Function};get coloringOptions(){const e=this.props.definition.coloringOptions??Ey.coloringOptions;if("categoryColor"!==e.type)throw new Error("Coloring options is not solid color");return e}getTreeGroupAndColors(){const e=this.env.model.getters.getChartRuntime(this.props.chartId).chartJsConfig;return e.data.datasets[0]?.groupColors||[]}onGroupColorChanged(e,t){const o=pt(this.coloringOptions);o.colors[e]=t||void 0,this.props.onColorChanged(o)}useValueBasedGradient(e){if("categoryColor"!==this.coloringOptions.type)throw new Error("Coloring options is not solid color");this.props.onColorChanged({...this.coloringOptions,useValueBasedGradient:e})}}class Bk extends t.Component{static template="o-spreadsheet-TreeMapColorScale";static components={RoundColorPicker:zR};static props={chartId:String,definition:Object,onColorChanged:Function};get coloringOptions(){const e=this.props.definition.coloringOptions??Ey.coloringOptions;if("colorScale"!==e.type)throw new Error("Coloring options is not a color scale");return e}setColorScaleColor(e,t){this.props.onColorChanged({...this.coloringOptions,[e]:t})}}const $k={type:"colorScale",minColor:"#FFF5EB",midColor:"#FD8D3C",maxColor:"#7F2704"},Gk={type:"categoryColor",colors:[],useValueBasedGradient:!0};class Wk extends t.Component{static template="o-spreadsheet-TreeMapChartDesignPanel";static components={GeneralDesignEditor:mk,Section:HR,SidePanelCollapsible:tR,ChartShowValues:Ck,Checkbox:tT,TextStyler:sk,RoundColorPicker:zR,BadgeSelection:dk,TreeMapCategoryColors:zk,TreeMapColorScale:Bk,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};savedColors={categoryColors:Gk,colorScale:$k};defaults=Ey;get showHeaders(){return this.props.definition.showHeaders??Ey.showHeaders}get showValues(){return this.props.definition.showValues??Ey.showValues}get showLabels(){return this.props.definition.showLabels??Ey.showLabels}get coloringOptions(){return this.props.definition.coloringOptions??Ey.coloringOptions}changeColoringOption(e){const t="categoryColor"===e?this.savedColors.categoryColors:this.savedColors.colorScale;this.props.updateChart(this.props.chartId,{coloringOptions:t})}onCategoryColorChange(e){this.savedColors.categoryColors=e,this.props.updateChart(this.props.chartId,{coloringOptions:e})}onColorScaleChange(e){this.savedColors.colorScale=e,this.props.updateChart(this.props.chartId,{coloringOptions:e})}get coloringOptionChoices(){return[{label:ui("Category color"),value:"categoryColor"},{label:ui("Color scale"),value:"colorScale"}]}}class qk extends t.Component{static template="o-spreadsheet-WaterfallChartDesignPanel";static components={GeneralDesignEditor:mk,ChartShowValues:Ck,Checkbox:tT,SidePanelCollapsible:tR,Section:HR,RoundColorPicker:zR,AxisDesignEditor:gk,RadioSelection:pk,ChartLegend:vk,ChartHumanizeNumbers:fk};static props={chartId:String,definition:Object,updateChart:Function,canUpdateChart:{type:Function,optional:!0}};axisChoices=by;onUpdateShowSubTotals(e){this.props.updateChart(this.props.chartId,{showSubTotals:e})}onUpdateShowConnectorLines(e){this.props.updateChart(this.props.chartId,{showConnectorLines:e})}onUpdateFirstValueAsSubtotal(e){this.props.updateChart(this.props.chartId,{firstValueAsSubtotal:e})}updateColor(e,t){this.props.updateChart(this.props.chartId,{[e]:t})}get axesList(){return[{id:"x",name:ui("Horizontal axis")},{id:"y",name:ui("Vertical axis")}]}get positiveValuesColor(){return this.props.definition.positiveValuesColor||j}get negativeValuesColor(){return this.props.definition.negativeValuesColor||Y}get subTotalValuesColor(){return this.props.definition.subTotalValuesColor||X}updateVerticalAxisPosition(e){this.props.updateChart(this.props.chartId,{verticalAxisPosition:e})}onToggleZoom(e){this.props.updateChart(this.props.chartId,{zoomable:e})}}const Zk=new n;Zk.add("line",{configuration:Pk,design:Mk}).add("scatter",{configuration:class extends ck{static template="o-spreadsheet-ScatterConfigPanel";get canTreatLabelsAsText(){const e=this.env.model.getters.getChart(this.props.chartId);return!!(e&&e instanceof Kx)&&gw(e.getDefinition(),e.dataSets,e.labelRange,this.env.model.getters)}onUpdateLabelsAsText(e){this.props.updateChart(this.props.chartId,{labelsAsText:e})}getLabelRangeOptions(){const e=super.getLabelRangeOptions();return this.canTreatLabelsAsText&&e.push({name:"labelsAsText",value:this.props.definition.labelsAsText,label:this.chartTerms.TreatLabelsAsText,onChange:this.onUpdateLabelsAsText.bind(this)}),e}},design:wk}).add("bar",{configuration:hk,design:wk}).add("combo",{configuration:ck,design:xk}).add("pie",{configuration:ck,design:kk}).add("gauge",{configuration:Rk,design:Tk}).add("scorecard",{configuration:Vk,design:Uk}).add("waterfall",{configuration:ck,design:qk}).add("pyramid",{configuration:ck,design:yk}).add("radar",{configuration:ck,design:Lk}).add("sunburst",{configuration:Ok,design:Hk}).add("geo",{configuration:Dk,design:Fk}).add("funnel",{configuration:class extends ck{getLabelRangeOptions(){const e=this.props.definition;return[{name:"aggregated",label:this.chartTerms.AggregatedChart,value:e.aggregated??!1,onChange:this.onUpdateAggregated.bind(this)},{name:"cumulative",label:this.chartTerms.CumulativeData,value:e.cumulative??!1,onChange:this.onUpdateCumulative.bind(this)},{name:"dataSetsHaveTitle",label:this.dataSetsHaveTitleLabel,value:e.dataSetsHaveTitle,onChange:this.onUpdateDataSetsHaveTitle.bind(this)}]}onUpdateCumulative(e){this.props.updateChart(this.props.chartId,{cumulative:e})}},design:Ek}).add("treemap",{configuration:Ok,design:Wk}),Bh`
|
|
1270
1270
|
.o-section .o-input.o-type-selector {
|
|
1271
1271
|
height: 30px;
|
|
1272
1272
|
padding-left: 35px;
|
|
@@ -3364,4 +3364,4 @@
|
|
|
3364
3364
|
<tableParts count="${e.tables.length}">
|
|
3365
3365
|
${yE(a)}
|
|
3366
3366
|
</tableParts>
|
|
3367
|
-
`}var dB;!function(e){e[e.Ready=0]="Ready",e[e.Running=1]="Running",e[e.RunningCore=2]="RunningCore",e[e.Finalizing=3]="Finalizing"}(dB||(dB={}));function uB(e,t={}){const o=pt(t);return o.type=e,o}const gB={},pB={MIN_ROW_HEIGHT:10,MIN_COL_WIDTH:5,HEADER_HEIGHT:Ie,HEADER_WIDTH:we,DESKTOP_BOTTOMBAR_HEIGHT:36,DEFAULT_CELL_WIDTH:xe,DEFAULT_CELL_HEIGHT:Ee,SCROLLBAR_WIDTH:Re},mB={autoCompleteProviders:Rd,autofillModifiersRegistry:hU,autofillRulesRegistry:dU,cellMenuRegistry:FP,colMenuRegistry:$M,errorTypes:nn,linkMenuRegistry:vT,functionRegistry:AC,featurePluginRegistry:oH,iconsOnCellRegistry:iU,statefulUIPluginRegistry:sH,coreViewsPluginRegistry:iH,corePluginRegistry:tH,rowMenuRegistry:YM,sidePanelRegistry:XL,figureRegistry:ZE,chartSidePanelComponentRegistry:Zk,chartComponentRegistry:sE,chartRegistry:oE,chartSubtypeRegistry:nE,topbarMenuRegistry:uH,topbarComponentRegistry:gH,clickableCellRegistry:nH,otRegistry:CU,inverseCommandRegistry:aH,urlRegistry:mi,cellPopoverRegistry:XE,numberFormatMenuRegistry:cH,repeatLocalCommandTransformRegistry:jU,repeatCommandTransformRegistry:ZU,clipboardHandlersRegistries:yh,pivotRegistry:vP,pivotTimeAdapterRegistry:Pc,pivotSidePanelRegistry:kL,pivotNormalizationValueRegistry:hh,supportedPivotPositionalFormulaRegistry:nV,pivotToFunctionValueRegistry:dh,migrationStepRegistry:f_,chartJsExtensionRegistry:Zh},fB={arg:Id,isEvaluationError:fn,toBoolean:An,toJsDate:Dn,toNumber:Sn,toString:En,toNormalizedPivotValue:rh,toFunctionPivotValue:lh,toXC:_o,toZone:Ho,toUnboundedZone:Uo,toCartesian:Do,numberToLetters:So,lettersToNumber:Co,UuidGenerator:Sl,formatValue:Rr,createCurrencyFormat:Hr,ColorGenerator:ti,computeTextWidth:nl,createEmptyWorkbookData:T_,createEmptySheet:R_,createEmptyExcelSheet:A_,rgbaToHex:Ns,colorToRGBA:ks,positionToZone:cs,isDefined:Mt,isMatrix:E,lazy:Vt,genericRepeat:YU,createAction:i,createActions:o,transformRangeData:wh,deepEquals:zt,overlap:Qo,union:Yo,isInside:es,deepCopy:pt,expandZoneOnInsertion:Wo,reduceZoneOnDeletion:jo,unquote:ft,getMaxObjectId:Jc,getFunctionsFromTokens:jC,getFirstPivotFunction:OL,getNumberOfPivotFunctions:PL,parseDimension:th,isDateOrDatetimeField:oh,makeFieldProposal:_L,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:fs,getPivotHighlights:vL,pivotTimeAdapter:Mc,UNDO_REDO_PIVOT_COMMANDS:lU,createPivotFormula:nh,areDomainArgsFieldsValid:ih,splitReference:Ta,sanitizeSheetName:bt,getUniqueText:ho,isNumber:Qi,isDateTime:ki,createCustomFields:fh},vB={isMarkdownLink:Rt,parseMarkdownLink:Dt,markdownLink:At,openLink:Ci,urlRepresentation:Si},bB={Checkbox:tT,Section:HR,RoundColorPicker:zR,ChartDataSeries:rk,ChartErrorSection:ak,ChartLabelRange:lk,ChartTitle:uk,ChartPanel:Xk,ChartFigure:WE,ChartJsComponent:Jy,ClickableCellSortIcon:rV,ZoomableChartJsComponent:Ex,Grid:iV,GridOverlay:PN,ScorecardChart:gI,GaugeChartComponent:Fx,LineConfigPanel:Pk,BarConfigPanel:hk,PieChartDesignPanel:kk,GenericChartConfigPanel:ck,ChartWithAxisDesignPanel:yk,GenericZoomableChartDesignPanel:wk,LineChartDesignPanel:Mk,GaugeChartConfigPanel:Rk,GaugeChartDesignPanel:Tk,ScorecardChartConfigPanel:Vk,ScorecardChartDesignPanel:Uk,GeoChartDesignPanel:Fk,RadarChartDesignPanel:Lk,WaterfallChartDesignPanel:qk,ComboChartDesignPanel:xk,FunnelChartDesignPanel:Ek,SunburstChartDesignPanel:Hk,TreeMapChartDesignPanel:Wk,ChartTypePicker:jk,FigureComponent:jE,MenuPopover:BE,Popover:VE,SelectionInput:YR,ValidationMessages:EN,AddDimensionButton:yL,PivotDimensionGranularity:wL,PivotDimensionOrder:xL,PivotDimension:IL,PivotLayoutConfigurator:TL,PivotHTMLRenderer:lV,PivotDeferUpdate:bL,PivotTitleSection:AL,CogWheelMenu:ik,TextInput:QN,SidePanelCollapsible:tR,RadioSelection:pk,GeoChartRegionSelectSection:Ak,ChartDashboardMenu:$E,FullScreenFigure:aV},SB={useDragAndDropListItems:BR,useHighlights:Qk,useHighlightsOnHover:Jk},CB={useStoreProvider:Ah,DependencyContainer:Eh,CellPopoverStore:KE,ComposerFocusStore:Uh,CellComposerStore:vN,FindAndReplaceStore:dL,HighlightStore:ER,DelayedHoveredCellStore:YE,HoveredTableStore:_N,ModelStore:Mh,NotificationStore:RR,RendererStore:kh,SelectionInputStore:jR,SpreadsheetStore:Lh,useStore:Dh,useLocalStore:_h,SidePanelStore:eV,PivotSidePanelStore:ML,PivotMeasureDisplayPanelStore:mL,ClientFocusStore:KM,GridRenderer:zN};const yB={DEFAULT_LOCALE:w,HIGHLIGHT_COLOR:A,PIVOT_TABLE_CONFIG:it,ChartTerms:_b,FIGURE_ID_SPLITTER:$e,GRID_ICON_EDGE_LENGTH:17,GRID_ICON_MARGIN:2},IB={...hE,...bx};e.AbstractCellClipboardHandler=yl,e.AbstractChart=Qy,e.AbstractFigureClipboardHandler=Il,e.CellErrorType=sn,e.ClientDisconnectedError=MU,e.CorePlugin=cV,e.CoreViewPlugin=vV,e.DispatchResult=v,e.EvaluationError=rn,e.LocalTransportService=pH,e.Model=class extends xh{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 Sl,n=!1){const r=performance.now();console.debug("##### Model creation #####"),super(),ci===ai&&hi===li&&(hi=()=>!0),s=x_(e,s);const a=y_(e,n);this.state=new cz,this.uuidGenerator=i,this.config=this.setupConfig(o),this.session=this.setupSession(a.revisionId),this.coreGetters={},this.range=new mV(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 az(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 tH.getAll())this.setupCorePlugin(e,a);Object.assign(this.getters,this.coreGetters),this.session.loadInitialMessages(s);for(const e of iH.getAll()){const t=this.setupCoreViewPlugin(e);this.handlers.push(t),this.uiHandlers.push(t),this.coreHandlers.push(t)}for(const e of sH.getAll()){const t=this.setupUiPlugin(e);this.statefulUIPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}for(const e of oH.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 NU(iz({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:ui("Anonymous").toString()},o=e.transportService||new pH,s="readonly"===e.mode||"dashboard"===e.mode;return{...e,mode:e.mode||"normal",custom:e.custom||{},external:this.setupExternalConfig(e.external||{}),transportService:s?new XH(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(I));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(uB(e,t));dispatch=(e,t)=>{const o=uB(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=uB(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 cV||s.beforeHandle(t);for(const s of e)!o&&s instanceof cV||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=T_();for(const t of this.handlers)t instanceof cV&&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={...T_(),sheets:[A_(C_,"Sheet1")]};for(const t of this.handlers)t instanceof eu&&t.exportForExcel(e);return e=pt(e),cB(e)}garbageCollectExternalResources(){for(const e of this.corePlugins)e.garbageCollectExternalResources()}},e.PivotRuntimeDefinition=sP,e.Registry=n,e.Revision=PU,e.SPREADSHEET_DIMENSIONS=pB,e.Spreadsheet=YH,e.SpreadsheetPivotTable=nP,e.UIPlugin=tu,e.__info__=gB,e.addFunction=function e(t,o){return AC.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=gN,e.chartHelpers=IB,e.compile=$C,e.compileTokens=GC,e.components=bB,e.constants=yB,e.convertAstNodes=Yv,e.coreTypes=m,e.findCellInNewZone=ls,e.functionCache=BC,e.getCaretDownSvg=XT,e.getCaretUpSvg=KT,e.helpers=fB,e.hooks=SB,e.invalidateCFEvaluationCommands=d,e.invalidateChartEvaluationCommands=c,e.invalidateDependenciesCommands=h,e.invalidateEvaluationCommands=l,e.iterateAstNodes=Xv,e.links=vB,e.load=y_,e.parse=Zv,e.parseTokens=jv,e.readonlyAllowedCommands=p,e.registries=mB,e.setDefaultSheetViewSize=function(e){et=e},e.setTranslationMethod=function(e,t=(()=>!0)){ci=e,hi=t},e.stores=CB,e.tokenColors=ht,e.tokenize=El,gB.version="19.0.7",gB.date="2025-10-23T08:19:01.764Z",gB.hash="1c1d1ec"}(this.o_spreadsheet=this.o_spreadsheet||{},owl);
|
|
3367
|
+
`}var dB;!function(e){e[e.Ready=0]="Ready",e[e.Running=1]="Running",e[e.RunningCore=2]="RunningCore",e[e.Finalizing=3]="Finalizing"}(dB||(dB={}));function uB(e,t={}){const o=pt(t);return o.type=e,o}const gB={},pB={MIN_ROW_HEIGHT:10,MIN_COL_WIDTH:5,HEADER_HEIGHT:Ie,HEADER_WIDTH:we,DESKTOP_BOTTOMBAR_HEIGHT:36,DEFAULT_CELL_WIDTH:xe,DEFAULT_CELL_HEIGHT:Ee,SCROLLBAR_WIDTH:Re},mB={autoCompleteProviders:Rd,autofillModifiersRegistry:hU,autofillRulesRegistry:dU,cellMenuRegistry:FP,colMenuRegistry:$M,errorTypes:nn,linkMenuRegistry:vT,functionRegistry:AC,featurePluginRegistry:oH,iconsOnCellRegistry:iU,statefulUIPluginRegistry:sH,coreViewsPluginRegistry:iH,corePluginRegistry:tH,rowMenuRegistry:YM,sidePanelRegistry:XL,figureRegistry:ZE,chartSidePanelComponentRegistry:Zk,chartComponentRegistry:sE,chartRegistry:oE,chartSubtypeRegistry:nE,topbarMenuRegistry:uH,topbarComponentRegistry:gH,clickableCellRegistry:nH,otRegistry:CU,inverseCommandRegistry:aH,urlRegistry:mi,cellPopoverRegistry:XE,numberFormatMenuRegistry:cH,repeatLocalCommandTransformRegistry:jU,repeatCommandTransformRegistry:ZU,clipboardHandlersRegistries:yh,pivotRegistry:vP,pivotTimeAdapterRegistry:Pc,pivotSidePanelRegistry:kL,pivotNormalizationValueRegistry:hh,supportedPivotPositionalFormulaRegistry:nV,pivotToFunctionValueRegistry:dh,migrationStepRegistry:f_,chartJsExtensionRegistry:Zh},fB={arg:Id,isEvaluationError:fn,toBoolean:An,toJsDate:Dn,toNumber:Sn,toString:En,toNormalizedPivotValue:rh,toFunctionPivotValue:lh,toXC:_o,toZone:Ho,toUnboundedZone:Uo,toCartesian:Do,numberToLetters:So,lettersToNumber:Co,UuidGenerator:Sl,formatValue:Rr,createCurrencyFormat:Hr,ColorGenerator:ti,computeTextWidth:nl,createEmptyWorkbookData:T_,createEmptySheet:R_,createEmptyExcelSheet:A_,rgbaToHex:Ns,colorToRGBA:ks,positionToZone:cs,isDefined:Mt,isMatrix:E,lazy:Vt,genericRepeat:YU,createAction:i,createActions:o,transformRangeData:wh,deepEquals:zt,overlap:Qo,union:Yo,isInside:es,deepCopy:pt,expandZoneOnInsertion:Wo,reduceZoneOnDeletion:jo,unquote:ft,getMaxObjectId:Jc,getFunctionsFromTokens:jC,getFirstPivotFunction:OL,getNumberOfPivotFunctions:PL,parseDimension:th,isDateOrDatetimeField:oh,makeFieldProposal:_L,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:fs,getPivotHighlights:vL,pivotTimeAdapter:Mc,UNDO_REDO_PIVOT_COMMANDS:lU,createPivotFormula:nh,areDomainArgsFieldsValid:ih,splitReference:Ta,sanitizeSheetName:bt,getUniqueText:ho,isNumber:Qi,isDateTime:ki,createCustomFields:fh},vB={isMarkdownLink:Rt,parseMarkdownLink:Dt,markdownLink:At,openLink:Ci,urlRepresentation:Si},bB={Checkbox:tT,Section:HR,RoundColorPicker:zR,ChartDataSeries:rk,ChartErrorSection:ak,ChartLabelRange:lk,ChartTitle:uk,ChartPanel:Xk,ChartFigure:WE,ChartJsComponent:Jy,ClickableCellSortIcon:rV,ZoomableChartJsComponent:Ex,Grid:iV,GridOverlay:PN,ScorecardChart:gI,GaugeChartComponent:Fx,LineConfigPanel:Pk,BarConfigPanel:hk,PieChartDesignPanel:kk,GenericChartConfigPanel:ck,ChartWithAxisDesignPanel:yk,GenericZoomableChartDesignPanel:wk,LineChartDesignPanel:Mk,GaugeChartConfigPanel:Rk,GaugeChartDesignPanel:Tk,ScorecardChartConfigPanel:Vk,ScorecardChartDesignPanel:Uk,GeoChartDesignPanel:Fk,RadarChartDesignPanel:Lk,WaterfallChartDesignPanel:qk,ComboChartDesignPanel:xk,FunnelChartDesignPanel:Ek,SunburstChartDesignPanel:Hk,TreeMapChartDesignPanel:Wk,ChartTypePicker:jk,FigureComponent:jE,MenuPopover:BE,Popover:VE,SelectionInput:YR,ValidationMessages:EN,AddDimensionButton:yL,PivotDimensionGranularity:wL,PivotDimensionOrder:xL,PivotDimension:IL,PivotLayoutConfigurator:TL,PivotHTMLRenderer:lV,PivotDeferUpdate:bL,PivotTitleSection:AL,CogWheelMenu:ik,TextInput:QN,SidePanelCollapsible:tR,RadioSelection:pk,GeoChartRegionSelectSection:Ak,ChartDashboardMenu:$E,FullScreenFigure:aV},SB={useDragAndDropListItems:BR,useHighlights:Qk,useHighlightsOnHover:Jk},CB={useStoreProvider:Ah,DependencyContainer:Eh,CellPopoverStore:KE,ComposerFocusStore:Uh,CellComposerStore:vN,FindAndReplaceStore:dL,HighlightStore:ER,DelayedHoveredCellStore:YE,HoveredTableStore:_N,ModelStore:Mh,NotificationStore:RR,RendererStore:kh,SelectionInputStore:jR,SpreadsheetStore:Lh,useStore:Dh,useLocalStore:_h,SidePanelStore:eV,PivotSidePanelStore:ML,PivotMeasureDisplayPanelStore:mL,ClientFocusStore:KM,GridRenderer:zN};const yB={DEFAULT_LOCALE:w,HIGHLIGHT_COLOR:A,PIVOT_TABLE_CONFIG:it,ChartTerms:_b,FIGURE_ID_SPLITTER:$e,GRID_ICON_EDGE_LENGTH:17,GRID_ICON_MARGIN:2},IB={...hE,...bx};e.AbstractCellClipboardHandler=yl,e.AbstractChart=Qy,e.AbstractFigureClipboardHandler=Il,e.CellErrorType=sn,e.ClientDisconnectedError=MU,e.CorePlugin=cV,e.CoreViewPlugin=vV,e.DispatchResult=v,e.EvaluationError=rn,e.LocalTransportService=pH,e.Model=class extends xh{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 Sl,n=!1){const r=performance.now();console.debug("##### Model creation #####"),super(),ci===ai&&hi===li&&(hi=()=>!0),s=x_(e,s);const a=y_(e,n);this.state=new cz,this.uuidGenerator=i,this.config=this.setupConfig(o),this.session=this.setupSession(a.revisionId),this.coreGetters={},this.range=new mV(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 az(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 tH.getAll())this.setupCorePlugin(e,a);Object.assign(this.getters,this.coreGetters),this.session.loadInitialMessages(s);for(const e of iH.getAll()){const t=this.setupCoreViewPlugin(e);this.handlers.push(t),this.uiHandlers.push(t),this.coreHandlers.push(t)}for(const e of sH.getAll()){const t=this.setupUiPlugin(e);this.statefulUIPlugins.push(t),this.handlers.push(t),this.uiHandlers.push(t)}for(const e of oH.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 NU(iz({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:ui("Anonymous").toString()},o=e.transportService||new pH,s="readonly"===e.mode||"dashboard"===e.mode;return{...e,mode:e.mode||"normal",custom:e.custom||{},external:this.setupExternalConfig(e.external||{}),transportService:s?new XH(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(I));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(uB(e,t));dispatch=(e,t)=>{const o=uB(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=uB(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 cV||s.beforeHandle(t);for(const s of e)!o&&s instanceof cV||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=T_();for(const t of this.handlers)t instanceof cV&&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={...T_(),sheets:[A_(C_,"Sheet1")]};for(const t of this.handlers)t instanceof eu&&t.exportForExcel(e);return e=pt(e),cB(e)}garbageCollectExternalResources(){for(const e of this.corePlugins)e.garbageCollectExternalResources()}},e.PivotRuntimeDefinition=sP,e.Registry=n,e.Revision=PU,e.SPREADSHEET_DIMENSIONS=pB,e.Spreadsheet=YH,e.SpreadsheetPivotTable=nP,e.UIPlugin=tu,e.__info__=gB,e.addFunction=function e(t,o){return AC.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=gN,e.chartHelpers=IB,e.compile=$C,e.compileTokens=GC,e.components=bB,e.constants=yB,e.convertAstNodes=Yv,e.coreTypes=m,e.findCellInNewZone=ls,e.functionCache=BC,e.getCaretDownSvg=XT,e.getCaretUpSvg=KT,e.helpers=fB,e.hooks=SB,e.invalidateCFEvaluationCommands=d,e.invalidateChartEvaluationCommands=c,e.invalidateDependenciesCommands=h,e.invalidateEvaluationCommands=l,e.iterateAstNodes=Xv,e.links=vB,e.load=y_,e.parse=Zv,e.parseTokens=jv,e.readonlyAllowedCommands=p,e.registries=mB,e.setDefaultSheetViewSize=function(e){et=e},e.setTranslationMethod=function(e,t=(()=>!0)){ci=e,hi=t},e.stores=CB,e.tokenColors=ht,e.tokenize=El,gB.version="19.0.8",gB.date="2025-10-30T12:25:04.355Z",gB.hash="559e4e5"}(this.o_spreadsheet=this.o_spreadsheet||{},owl);
|