@univerjs/core 0.7.0 → 0.8.0-beta.0
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/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +8 -8
- package/lib/es/facade.js +135 -110
- package/lib/es/index.js +3664 -3627
- package/lib/facade.js +135 -110
- package/lib/index.js +3664 -3627
- package/lib/types/common/number.d.ts +6 -0
- package/lib/types/facade/f-univer.d.ts +32 -1
- package/lib/types/index.d.ts +3 -3
- package/lib/types/services/resource-manager/resource-manager.service.d.ts +5 -2
- package/lib/types/shared/common.d.ts +15 -1
- package/lib/types/sheets/util.d.ts +2 -2
- package/lib/types/univer.d.ts +5 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +8 -8
- package/package.json +4 -4
package/lib/umd/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
(function(f,Ce){typeof exports=="object"&&typeof module<"u"?Ce(exports,require("rxjs"),require("rxjs/operators"),require("@wendellhu/redi"),require("@univerjs/themes")):typeof define=="function"&&define.amd?define(["exports","rxjs","rxjs/operators","@wendellhu/redi","@univerjs/themes"],Ce):(f=typeof globalThis<"u"?globalThis:f||self,Ce(f.UniverCore={},f.rxjs,f.rxjs.operators,f["@wendellhu/redi"],f.UniverThemes))})(this,function(f,Ce,Ft,We,ac){"use strict";var o0=Object.defineProperty;var a0=(f,Ce,Ft)=>Ce in f?o0(f,Ce,{enumerable:!0,configurable:!0,writable:!0,value:Ft}):f[Ce]=Ft;var R=(f,Ce,Ft)=>a0(f,typeof Ce!="symbol"?Ce+"":Ce,Ft);var sc,ic;function lc(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const s in r)if(s!=="default"&&!(s in e)){const i=Object.getOwnPropertyDescriptor(r,s);i&&Object.defineProperty(e,s,i.get?i:{enumerable:!0,get:()=>r[s]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}const pr=typeof global<"u"?global:typeof self<"u"?self:window;function uc(){const t=new Map;let n=0;typeof pr.requestIdleCallback!="function"&&(pr.requestIdleCallback=function(s){const i=Date.now(),o=++n,a=setTimeout(function(){t.delete(o);const u=Math.max(0,50-(Date.now()-i));s({didTimeout:u===0,timeRemaining(){return u}})},1);return t.set(o,a),o}),typeof pr.cancelIdleCallback!="function"&&(pr.cancelIdleCallback=function(s){const i=t.get(s);i!==void 0&&(clearTimeout(i),t.delete(s))})}function cc(){uc()}function Fn(e,t){const n=e.indexOf(t);return n>-1?(e.splice(n,1),!0):!1}function hc(e){const t=new Set,n=[];for(const r of e)t.has(r)||(t.add(r),n.push(r));return n}function dc(e,t){const n=new Set,r=[];for(const s of e){const i=t(s);n.has(i)||(n.add(i),r.push(s))}return r}function fc(e,t){for(let n=e.length-1;n>-1;n--){const r=e[n];if(t(r,n))return r}return null}function gc(e,t){if(e.length===0)return e;const n=t%e.length;return e.slice(n).concat(e.slice(0,n))}function mc(e,t){const n=new Map;return e.forEach(r=>{const s=t(r);let i=n.get(s);n.has(s)||(i=[],n.set(s,i)),i.push(r)}),n}function _c(e){return Array.isArray(e)?e:[e]}function pc(e,t){t.forEach(n=>e.add(n))}function Ui(e,t){t.forEach(([n])=>{e.has(n)&&e.get(n)})}class ds extends Error{constructor(t){super(t),this.name="CustomCommandExecutionError"}}class Ec extends Error{constructor(){super("Canceled by facade"),this.name="CanceledError"}}async function Pi(e){for(const[t,n]of e.entries())try{if(!await n())return{index:t,result:!1}}catch(r){return{index:t,result:!1,error:r}}return{result:!0,index:-1}}function ki(e){for(const[t,n]of e.entries())try{if(!n())return{index:t,result:!1}}catch(r){return{index:t,result:!1,error:r}}return{result:!0,index:-1}}function Cc(e){return e instanceof Ce.Subscription||e instanceof Ce.Subject||e&&"closed"in e&&typeof e.unsubscribe<"u"}function tt(e){let t=!1;return e?Cc(e)?{dispose:()=>e.unsubscribe()}:typeof e=="function"?{dispose:()=>{t||(t=!0,e())}}:e:tt(()=>{})}function Rc(e){return tt(()=>{e.unsubscribe()})}class Er{constructor(){R(this,"_disposables",new Set)}add(t){const n=tt(t);return this._disposables.add(n),{dispose:(r=!1)=>{r||n.dispose(),this._disposables.delete(n)}}}dispose(){this._disposables.forEach(t=>{t.dispose()}),this._disposables.clear()}}class st{constructor(){R(this,"_disposed",!1);R(this,"_collection",new Er)}disposeWithMe(t){return this._collection.add(t)}ensureNotDisposed(){if(this._disposed)throw new Error("[Disposable]: object is disposed!")}dispose(){this._disposed||(this._disposed=!0,this._collection.dispose())}}class Ic extends st{constructor(){super(...arguments);R(this,"dispose$",new Ce.Subject)}dispose(){super.dispose(),this.dispose$.next(),this.dispose$.complete()}}class Sc extends st{constructor(n){super();R(this,"_ref",0);this._rootDisposable=n}inc(){if(this._disposed)throw new Error("[RCDisposable]: should not ref to a disposed.");this._ref+=1}dec(){this._ref-=1,this._ref===0&&(this._rootDisposable.dispose(),this.dispose())}}const _n=We.createIdentifier("univer.context-service");class Fi extends st{constructor(){super(...arguments);R(this,"_contextChanged$",new Ce.Subject);R(this,"contextChanged$",this._contextChanged$.asObservable());R(this,"_contextMap",new Map)}dispose(){super.dispose(),this._contextChanged$.complete()}getContextValue(n){var r;return(r=this._contextMap.get(n))!=null?r:!1}setContextValue(n,r){this._contextMap.set(n,r),this._contextChanged$.next({[n]:r})}subscribeContextValue$(n){return new Ce.Observable(r=>{const s=this._contextChanged$.pipe(Ce.filter(i=>typeof i[n]<"u")).subscribe(i=>r.next(i[n]));return this._contextMap.has(n)&&r.next(this._contextMap.get(n)),()=>s.unsubscribe()})}}var xi=(e=>(e[e.SILENT=0]="SILENT",e[e.ERROR=1]="ERROR",e[e.WARN=2]="WARN",e[e.INFO=3]="INFO",e[e.VERBOSE=4]="VERBOSE",e))(xi||{});const wt=We.createIdentifier("univer.log");class Bi extends st{constructor(){super(...arguments);R(this,"_logLevel",3);R(this,"_deduction",new Set)}debug(...n){this._logLevel>=4&&this._log(console.debug,...n)}log(...n){this._logLevel>=3&&this._log(console.log,...n)}warn(...n){this._logLevel>=2&&this._log(console.warn,...n)}error(...n){this._logLevel>=1&&this._log(console.error,...n)}deprecate(...n){this._logLevel>=2&&this._logWithDeduplication(console.error,...n)}setLogLevel(n){this._logLevel=n}_log(n,...r){const s=r[0];/^\[(.*?)\]/g.test(s)?n(`\x1B[97;104m${s}\x1B[0m`,...r.slice(1)):n(...r)}_logWithDeduplication(n,...r){const s=vc(...r);this._deduction.has(s)||(this._deduction.add(s),this._log(n,...r))}}function vc(...e){return e.map(t=>JSON.stringify(t)).join("")}var Oc=Object.getOwnPropertyDescriptor,wc=(e,t,n,r)=>{for(var s=r>1?void 0:r?Oc(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},$i=(e,t)=>(n,r)=>t(n,r,e),xn=(e=>(e[e.COMMAND=0]="COMMAND",e[e.OPERATION=1]="OPERATION",e[e.MUTATION=2]="MUTATION",e))(xn||{});const Bn=We.createIdentifier("univer.core.command-service");class bc{constructor(){R(this,"_commands",new Map);R(this,"_commandTypes",new Map)}registerCommand(t){if(this._commands.has(t.id))throw new Error(`[CommandRegistry]: command "${t.id}" has been registered before.`);return this._commands.set(t.id,t),this._commandTypes.set(t.id,t.type),tt(()=>{this.unregisterCommand(t.id)})}unregisterCommand(t){this._commands.delete(t),this._commandTypes.delete(t)}hasCommand(t){return this._commands.has(t)}getCommand(t){return this._commands.has(t)?[this._commands.get(t)]:null}getCommandType(t){return this._commandTypes.get(t)}}const Hi={id:"nil",type:0,handler:()=>!0};f.CommandService=class extends st{constructor(n,r){super();R(this,"_commandRegistry");R(this,"_beforeCommandExecutionListeners",[]);R(this,"_commandExecutedListeners",[]);R(this,"_multiCommandDisposables",new Map);R(this,"_commandExecutingLevel",0);R(this,"_commandExecutionStack",[]);this._injector=n,this._logService=r,this._commandRegistry=new bc,this.registerCommand(Hi)}dispose(){super.dispose(),this._commandExecutedListeners.length=0,this._beforeCommandExecutionListeners.length=0}hasCommand(n){return this._commandRegistry.hasCommand(n)}registerCommand(n){return this._commandRegistry.registerCommand(n)}unregisterCommand(n){var r;this._commandRegistry.unregisterCommand(n),(r=this._multiCommandDisposables.get(n))==null||r.dispose()}registerMultipleCommand(n){return this._registerMultiCommand(n)}beforeCommandExecuted(n){if(this._beforeCommandExecutionListeners.indexOf(n)===-1)return this._beforeCommandExecutionListeners.push(n),tt(()=>{const r=this._beforeCommandExecutionListeners.indexOf(n);this._beforeCommandExecutionListeners.splice(r,1)});throw new Error("[CommandService]: could not add a listener twice.")}onCommandExecuted(n){if(this._commandExecutedListeners.indexOf(n)===-1)return this._commandExecutedListeners.push(n),tt(()=>{const r=this._commandExecutedListeners.indexOf(n);this._commandExecutedListeners.splice(r,1)});throw new Error("[CommandService]: could not add a listener twice.")}async executeCommand(n,r,s){try{const i=this._commandRegistry.getCommand(n);if(i){const[o]=i,a={id:o.id,type:o.type,params:r},l=this._pushCommandExecutionStack(a);this._beforeCommandExecutionListeners.forEach(c=>c(a,s));const u=await this._execute(o,r,s);return this._commandExecutedListeners.forEach(c=>c(a,s)),l.dispose(),u}throw new Error(`[CommandService]: command "${n}" is not registered.`)}catch(i){if(i instanceof ds)return!1;throw i}}syncExecuteCommand(n,r,s){var i;try{const o=this._commandRegistry.getCommand(n);if(o){const[a]=o,l={id:a.id,type:a.type,params:r};if(a.type===2){const h=fc(this._commandExecutionStack,d=>d.type===0);h&&(l.params=(i=l.params)!=null?i:{},l.params.trigger=h.id)}const u=this._pushCommandExecutionStack(l);this._beforeCommandExecutionListeners.forEach(h=>h(l,s));const c=this._syncExecute(a,r,s);return this._commandExecutedListeners.forEach(h=>h(l,s)),u.dispose(),c}throw new Error(`[CommandService]: command "${n}" is not registered.`)}catch(o){if(o instanceof ds)return!1;throw o}}_pushCommandExecutionStack(n){return this._commandExecutionStack.push(n),tt(()=>Fn(this._commandExecutionStack,n))}_registerMultiCommand(n){const r=this._commandRegistry.getCommand(n.id);let s;if(r){if(r[0].multi!==!0)throw new Error("Command has registered as a single command.");s=r[0]}else{s=new Ac(n.id);const o=new Er;o.add(this._commandRegistry.registerCommand(s)),o.add(tt(()=>{this._multiCommandDisposables.delete(n.id)})),this._multiCommandDisposables.set(n.id,o)}const i=s.registerImplementation(n);return tt(()=>{var o;i.dispose(),s.hasImplementations()||(o=this._multiCommandDisposables.get(n.id))==null||o.dispose()})}async _execute(n,r,s){this._logService.debug("[CommandService]",`${"|-".repeat(Math.max(this._commandExecutingLevel,0))}executing command "${n.id}"`),this._commandExecutingLevel++;let i;try{i=await this._injector.invoke(n.handler,r,s),this._commandExecutingLevel--}catch(o){throw i=!1,this._commandExecutingLevel=0,o}return i}_syncExecute(n,r,s){this._logService.debug("[CommandService]",`${"|-".repeat(Math.max(0,this._commandExecutingLevel))}executing command "${n.id}".`),this._commandExecutingLevel++;let i;try{if(i=this._injector.invoke(n.handler,r,s),i instanceof Promise)throw new TypeError("[CommandService]: Command handler should not return a promise.");this._commandExecutingLevel--}catch(o){throw i=!1,this._commandExecutingLevel=0,o}return i}},f.CommandService=wc([$i(0,We.Inject(We.Injector)),$i(1,wt)],f.CommandService);class Ac{constructor(t){R(this,"name");R(this,"multi",!0);R(this,"type",0);R(this,"priority",0);R(this,"_implementations",[]);R(this,"handler",async(t,n)=>{if(!this._implementations.length)return!1;const r=t.get(wt),s=t.get(_n),i=t.get(We.Injector);for(const o of this._implementations){const a=o.command.preconditions;if((!a||a&&a(s))&&(r.debug("[MultiCommand]",`executing implementation "${o.command.name}".`),await i.invoke(o.command.handler,n)))return!0}return!1});this.id=t,this.name=t}registerImplementation(t){const n={command:t};return this._implementations.push(n),this._implementations.sort((r,s)=>s.command.priority-r.command.priority),tt(()=>{const r=this._implementations.indexOf(n);this._implementations.splice(r,1)})}hasImplementations(){return this._implementations.length>0}}function Cr(e,t,n){const r=e.map(s=>()=>t.syncExecuteCommand(s.id,s.params,n));return ki(r)}function Tc(e,t,n){const r=e.map(s=>()=>t.executeCommand(s.id,s.params,n));return Pi(r)}function Wi(e){return new Ce.Observable(t=>{const n=e((...r)=>t.next(r));return()=>n==null?void 0:n.dispose()})}function fs(e){return function(n){return new Ce.Observable(r=>(n.subscribe({next:s=>{r.next(s),e(s)&&r.complete()},complete:()=>r.complete(),error:s=>r.error(s)}),()=>r.unsubscribe()))}}function yc(e=0){return t=>{let n=[];return t.pipe(Ce.tap(r=>n.push(r)),Ce.debounceTime(e),Ce.map(()=>n),Ce.tap(()=>n=[]))}}function Nc(e){const t=new Ce.ReplaySubject(1);return setTimeout(()=>t.next(),e),t.pipe(Ce.take(1))}function Mc(e,t){const n=new Ce.BehaviorSubject(t);return e.subscribe(n),n}const Dc=e=>new Promise(t=>{Ce.merge(Wi(e.onCommandExecuted.bind(e)).pipe(Ft.filter(([n])=>n.type===xn.MUTATION)),Ce.timer(300)).pipe(Ft.debounceTime(16),Ft.first()).subscribe(()=>{t()})});function ji(e,t){let n=0,r=e.length-1;if(t<e[0])return 0;if(t>=e[e.length-1])return e.length-1;for(;n<=r;){if(e[n]===t){for(;n<e.length&&e[n]===t;)n++;return n}if(t>e[n]&&t<e[n+1])return n+1;if(e[r]===t){for(;r<e.length&&e[r]===t;)r++;return r}if(t>e[r-1]&&t<e[r])return r;n++,r--}return-1}function Lc(e,t){let n=0,r=e.length-1;for(;n<=r;){const s=Math.floor((r+n)/2);if(t<e[s]&&(s===0||t>=e[s-1]))return s;if(t>=e[s])n=s+1;else if(t<e[s])r=s-1;else return-1}return-1}function Yi(e,t){let n=0,r=e.length;for(;n<r;){const s=Math.floor((n+r)/2);e[s]<=t?n=s+1:r=s}return n<e.length?n:e.length-1}function $n(e,t,n=!1){let r=e.length-1;if(t<0||t<e[0])return 0;if(e.length<40||t<=e[20]||t>=e[r-20]?r=ji(e,t):r=Yi(e,t),n){const s=e[r];return e.indexOf(s)}return r}function Uc(e){const t=new Blob([e],{type:"text/javascript"});return window.URL.createObjectURL(t)}const Hn=2,zi=1;function Pc(e,t){if(t==null||e==null)return!0;const{left:n=0,top:r=0,height:s=0,width:i=0,angle:o=0}=t,{left:a=0,top:l=0,height:u=0,width:c=0,angle:h=0}=e,d=c,g=u,E=i,I=s;return Math.abs(a-n)>Hn||Math.abs(l-r)>Hn||Math.abs(d-E)>Hn||Math.abs(g-I)>Hn||Math.abs(h-o)>zi}var Gi=(e=>(e[e.DEFAULT_SERIES=0]="DEFAULT_SERIES",e[e.ALTERNATE_SERIES=1]="ALTERNATE_SERIES",e))(Gi||{}),qe=(e=>(e[e.NONE=0]="NONE",e[e.THIN=1]="THIN",e[e.HAIR=2]="HAIR",e[e.DOTTED=3]="DOTTED",e[e.DASHED=4]="DASHED",e[e.DASH_DOT=5]="DASH_DOT",e[e.DASH_DOT_DOT=6]="DASH_DOT_DOT",e[e.DOUBLE=7]="DOUBLE",e[e.MEDIUM=8]="MEDIUM",e[e.MEDIUM_DASHED=9]="MEDIUM_DASHED",e[e.MEDIUM_DASH_DOT=10]="MEDIUM_DASH_DOT",e[e.MEDIUM_DASH_DOT_DOT=11]="MEDIUM_DASH_DOT_DOT",e[e.SLANT_DASH_DOT=12]="SLANT_DASH_DOT",e[e.THICK=13]="THICK",e))(qe||{}),Vi=(e=>(e.TOP="top",e.BOTTOM="bottom",e.LEFT="left",e.RIGHT="right",e.NONE="none",e.ALL="all",e.OUTSIDE="outside",e.INSIDE="inside",e.HORIZONTAL="horizontal",e.VERTICAL="vertical",e.TLBR="tlbr",e.TLBC_TLMR="tlbc_tlmr",e.TLBR_TLBC_TLMR="tlbr_tlbc_tlmr",e.BLTR="bl_tr",e.MLTR_BCTR="mltr_bctr",e))(Vi||{}),Rt=(e=>(e[e.UNSUPPORTED=0]="UNSUPPORTED",e[e.RGB=1]="RGB",e[e.HEX=2]="HEX",e[e.THEME=3]="THEME",e))(Rt||{}),Ki=(e=>(e[e.ON=0]="ON",e[e.OFF=1]="OFF",e))(Ki||{}),Xi=(e=>(e[e.PASTE_NORMAL=0]="PASTE_NORMAL",e[e.PASTE_NO_BORDERS=1]="PASTE_NO_BORDERS",e[e.PASTE_FORMAT=2]="PASTE_FORMAT",e[e.PASTE_FORMULA=3]="PASTE_FORMULA",e[e.PASTE_DATA_VALIDATION=4]="PASTE_DATA_VALIDATION",e[e.PASTE_VALUES=5]="PASTE_VALUES",e[e.PASTE_CONDITIONAL_FORMATTING=6]="PASTE_CONDITIONAL_FORMATTING",e[e.PASTE_COLUMN_WIDTHS=7]="PASTE_COLUMN_WIDTHS",e))(Xi||{}),qi=(e=>(e[e.LEFT=0]="LEFT",e[e.RIGHT=1]="RIGHT",e))(qi||{}),Ji=(e=>(e[e.DOCUMENT=0]="DOCUMENT",e[e.PROJECT=1]="PROJECT",e))(Ji||{}),Zi=(e=>(e[e.COLUMNS=0]="COLUMNS",e[e.ROWS=1]="ROWS",e))(Zi||{}),Qi=(e=>(e[e.UP=0]="UP",e[e.RIGHT=1]="RIGHT",e[e.DOWN=2]="DOWN",e[e.LEFT=3]="LEFT",e))(Qi||{});function kc(e){switch(e){case 3:return 1;case 1:return 3;case 0:return 2;case 2:return 0}}var eo=(e=>(e[e.INTERPOLATION_POINT_TYPE_UNSPECIFIED=0]="INTERPOLATION_POINT_TYPE_UNSPECIFIED",e[e.MIN=1]="MIN",e[e.MAX=2]="MAX",e[e.NUMBER=3]="NUMBER",e[e.PERCENT=4]="PERCENT",e[e.PERCENTILE=5]="PERCENTILE",e))(eo||{}),Wn=(e=>(e.EN_US="enUS",e.FR_FR="frFR",e.ZH_CN="zhCN",e.RU_RU="ruRU",e.ZH_TW="zhTW",e.VI_VN="viVN",e.FA_IR="faIR",e))(Wn||{}),Rr=(e=>(e[e.PERSON=0]="PERSON",e[e.FILE=1]="FILE",e[e.DATE=2]="DATE",e[e.LOCATION=3]="LOCATION",e[e.EVENT=4]="EVENT",e))(Rr||{}),to=(e=>(e[e.RANGE=0]="RANGE",e[e.SHEET=1]="SHEET",e))(to||{}),no=(e=>(e.Line="line",e.LineInv="lineInv",e.Triangle="triangle",e.RtTriangle="rtTriangle",e.Rect="rect",e.Diamond="diamond",e.Parallelogram="parallelogram",e.Trapezoid="trapezoid",e.NonIsocelesTrapezoid="nonIsocelesTrapezoid",e.Pentagon="pentagon",e.Hexagon="hexagon",e.Heptagon="heptagon",e.Octagon="octagon",e.Decagon="decagon",e.Dodecagon="dodecagon",e.Star4="star4",e.Star5="star5",e.Star6="star6",e.Star7="star7",e.Star8="star8",e.Star10="star10",e.Star12="star12",e.Star16="star16",e.Star24="star24",e.Star32="star32",e.RoundRect="roundRect",e.Round1Rect="round1Rect",e.Round2SameRect="round2SameRect",e.Round2DiagRect="round2DiagRect",e.Ellipse="ellipse",e))(no||{}),ro=(e=>(e.RightArrow="rightArrow",e.LeftArrow="leftArrow",e.UpArrow="upArrow",e.DownArrow="downArrow",e.LeftRightArrow="leftRightArrow",e.UpDownArrow="upDownArrow",e.QuadArrow="quadArrow",e.LeftRightUpArrow="leftRightUpArrow",e.BentArrow="bentArrow",e.UturnArrow="uturnArrow",e.CircularArrow="circularArrow",e.NotchedRightArrow="notchedRightArrow",e.HomePlate="homePlate",e.Chevron="chevron",e.LeftCircularArrow="leftCircularArrow",e.LeftRightCircularArrow="leftRightCircularArrow",e))(ro||{}),so=(e=>(e.Plaque="plaque",e.Can="can",e.Cube="cube",e.Bevel="bevel",e.Donut="donut",e.NoSmoking="noSmoking",e.BlockArc="blockArc",e.FoldedCorner="foldedCorner",e))(so||{}),io=(e=>(e.SmileyFace="smileyFace",e.Heart="heart",e.LightningBolt="lightningBolt",e.Sun="sun",e.Moon="moon",e.Cloud="cloud",e.Arc="arc",e.Backpack="backpack",e.Frame="frame",e.HalfFrame="halfFrame",e.Corner="corner",e.Chord="chord",e.Pie="pie",e.Teardrop="teardrop",e.WedgeRectCallout="wedgeRectCallout",e.WedgeRRectCallout="wedgeRRectCallout",e.WedgeEllipseCallout="wedgeEllipseCallout",e.CloudCallout="cloudCallout",e.BorderCallout1="borderCallout1",e.BorderCallout2="borderCallout2",e.BorderCallout3="borderCallout3",e.AccentCallout1="accentCallout1",e.AccentCallout2="accentCallout2",e.AccentCallout3="accentCallout3",e.Callout1="callout1",e.Callout2="callout2",e.Callout3="callout3",e.ActionButtonBackPrevious="actionButtonBackPrevious",e.ActionButtonEnd="actionButtonEnd",e.ActionButtonForwardNext="actionButtonForwardNext",e.ActionButtonHelp="actionButtonHelp",e.ActionButtonHome="actionButtonHome",e.ActionButtonInformation="actionButtonInformation",e.ActionButtonMovie="actionButtonMovie",e.ActionButtonReturn="actionButtonReturn",e.ActionButtonSound="actionButtonSound",e))(io||{}),oo=(e=>(e[e.RELATIVE_DATE_UNSPECIFIED=0]="RELATIVE_DATE_UNSPECIFIED",e[e.PAST_YEAR=1]="PAST_YEAR",e[e.PAST_MONTH=2]="PAST_MONTH",e[e.PAST_WEEK=3]="PAST_WEEK",e[e.YESTERDAY=4]="YESTERDAY",e[e.TODAY=5]="TODAY",e[e.TOMORROW=6]="TOMORROW",e))(oo||{}),ao=(e=>(e[e.GRID=0]="GRID",e[e.KANBAN=1]="KANBAN",e[e.GANTT=2]="GANTT",e))(ao||{}),jn=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.LEFT_TO_RIGHT=1]="LEFT_TO_RIGHT",e[e.RIGHT_TO_LEFT=2]="RIGHT_TO_LEFT",e))(jn||{}),lo=(e=>(e[e.DASH=0]="DASH",e[e.DASH_DOT_DOT_HEAVY=1]="DASH_DOT_DOT_HEAVY",e[e.DASH_DOT_HEAVY=2]="DASH_DOT_HEAVY",e[e.DASHED_HEAVY=3]="DASHED_HEAVY",e[e.DASH_LONG=4]="DASH_LONG",e[e.DASH_LONG_HEAVY=5]="DASH_LONG_HEAVY",e[e.DOT_DASH=6]="DOT_DASH",e[e.DOT_DOT_DASH=7]="DOT_DOT_DASH",e[e.DOTTED=8]="DOTTED",e[e.DOTTED_HEAVY=9]="DOTTED_HEAVY",e[e.DOUBLE=10]="DOUBLE",e[e.NONE=11]="NONE",e[e.SINGLE=12]="SINGLE",e[e.THICK=13]="THICK",e[e.WAVE=14]="WAVE",e[e.WAVY_DOUBLE=15]="WAVY_DOUBLE",e[e.WAVY_HEAVY=16]="WAVY_HEAVY",e[e.WORDS=17]="WORDS",e))(lo||{}),bt=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.LEFT=1]="LEFT",e[e.CENTER=2]="CENTER",e[e.RIGHT=3]="RIGHT",e[e.JUSTIFIED=4]="JUSTIFIED",e[e.BOTH=5]="BOTH",e[e.DISTRIBUTED=6]="DISTRIBUTED",e))(bt||{}),rn=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.TOP=1]="TOP",e[e.MIDDLE=2]="MIDDLE",e[e.BOTTOM=3]="BOTTOM",e))(rn||{}),sn=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.OVERFLOW=1]="OVERFLOW",e[e.CLIP=2]="CLIP",e[e.WRAP=3]="WRAP",e))(sn||{}),Ir=(e=>(e[e.NORMAL=0]="NORMAL",e[e.ITALIC=1]="ITALIC",e))(Ir||{}),Sr=(e=>(e[e.NORMAL=0]="NORMAL",e[e.BOLD=1]="BOLD",e))(Sr||{}),xt=(e=>(e[e.NORMAL=1]="NORMAL",e[e.SUBSCRIPT=2]="SUBSCRIPT",e[e.SUPERSCRIPT=3]="SUPERSCRIPT",e))(xt||{}),ve=(e=>(e[e.FALSE=0]="FALSE",e[e.TRUE=1]="TRUE",e))(ve||{}),zt=(e=>(e[e.STRING=1]="STRING",e[e.NUMBER=2]="NUMBER",e[e.BOOLEAN=3]="BOOLEAN",e[e.FORCE_STRING=4]="FORCE_STRING",e))(zt||{}),ht=(e=>(e[e.DARK1=0]="DARK1",e[e.LIGHT1=1]="LIGHT1",e[e.DARK2=2]="DARK2",e[e.LIGHT2=3]="LIGHT2",e[e.ACCENT1=4]="ACCENT1",e[e.ACCENT2=5]="ACCENT2",e[e.ACCENT3=6]="ACCENT3",e[e.ACCENT4=7]="ACCENT4",e[e.ACCENT5=8]="ACCENT5",e[e.ACCENT6=9]="ACCENT6",e[e.HYPERLINK=10]="HYPERLINK",e[e.FOLLOWED_HYPERLINK=11]="FOLLOWED_HYPERLINK",e))(ht||{}),vr=(e=>(e.OFFICE="Office",e.OFFICE_2007_2010="Office 2007-2010",e.GRAYSCALE="Grayscale",e.BLUE_WARM="Blue Warm",e.BLUE="Blue",e.BLUE_II="Blue II",e.BLUE_GREEN="Blue Green",e.GREEN="Green",e.GREEN_YELLOW="Green Yellow",e.YELLOW="Yellow",e.YELLOW_ORANGE="Yellow Orange",e.ORANGE="Orange",e.ORANGE_RED="Orange Red",e.RED_ORANGE="Red Orange",e.RED="Red",e.RED_VIOLET="Red Violet",e.VIOLET="Violet",e.VIOLET_II="Violet II",e.MEDIAN="Median",e.PAPER="Paper",e.MARQUEE="Marquee",e.SLIPSTREAM="Slipstream",e.Aspect="Aspect",e))(vr||{});const Fc="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let xc=e=>crypto.getRandomValues(new Uint8Array(e)),Bc=(e,t,n)=>{let r=(2<<Math.log2(e.length-1))-1,s=-~(1.6*r*t/e.length);return(i=t)=>{let o="";for(;;){let a=n(s),l=s|0;for(;l--;)if(o+=e[a[l]&r]||"",o.length>=i)return o}}},$c=(e,t=21)=>Bc(e,t|0,xc),Hc=(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+=Fc[n[e]&63];return t};const uo=new Set(["ac","ad","ae","aero","af","ag","ai","al","am","ao","aq","ar","arpa","as","asia","at","au","aw","ax","az","ba","bb","bd","be","bf","bg","bh","bi","biz","bj","bm","bn","bo","br","bs","bt","bv","bw","by","bz","ca","cat","cc","cd","cf","cg","ch","ci","ck","cl","cm","cn","co","com","coop","cr","cu","cv","cw","cx","cy","cz","de","dj","dk","dm","do","dz","ec","edu","ee","eg","er","es","et","eu","fi","fj","fk","fm","fo","fr","ga","gb","gd","ge","gf","gg","gh","gi","gl","gm","gn","gov","gp","gq","gr","gs","gt","gu","gw","gy","hk","hm","hn","hr","ht","hu","id","ie","il","im","in","info","int","io","iq","ir","is","it","je","jm","jo","jobs","jp","ke","kg","kh","ki","km","kn","kp","kr","kw","ky","kz","la","lb","lc","li","lk","lr","ls","lt","lu","lv","ly","ma","mc","md","me","mg","mh","mil","mk","ml","mm","mn","mo","mobi","mp","mq","mr","ms","mt","mu","museum","mv","mw","mx","my","mz","na","name","nc","ne","net","nf","ng","ni","nl","no","np","nr","nu","nz","om","onion","org","pa","pe","pf","pg","ph","pk","pl","pm","pn","post","pr","pro","ps","pt","pw","py","qa","re","ro","rs","ru","rw","sa","sb","sc","sd","se","sg","sh","si","sj","sk","sl","sm","sn","so","sr","ss","st","su","sv","sx","sy","sz","tc","td","tel","tf","tg","th","tj","tk","tl","tm","tn","to","tr","tt","tv","tw","tz","ua","ug","uk","us","uy","uz","va","vc","ve","vg","vi","vn","vu","wf","ws","yt","za","zm","zw"]),Wc=new RegExp("^(?:(?:(?:https?|ftp):)?\\/\\/)?(?:\\S+(?::\\S*)?@)?(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z0-9\\u00a1-\\uffff][a-z0-9\\u00a1-\\uffff_-]{0,62})?[a-z0-9\\u00a1-\\uffff]\\.)+(?:[a-z\\u00a1-\\uffff]{2,}\\.?))(?::\\d{2,5})?(?:[/?#]\\S*)?$","i");function jc(e){if(!Number.isNaN(+e))return!1;if(e.startsWith("http://localhost:3002")||e.startsWith("localhost:3002"))return!0;if(Wc.test(e)){if(co(e))return!0;try{const r=new URL(ho(e)).hostname.split(".").pop();if(r&&uo.has(r))return!0}catch{return!1}}return!1}function co(e){return/^[a-zA-Z]+:\/\//.test(e)}function Yc(e){return/^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/.test(e)}function ho(e){return co(e)?e:Yc(e)?`mailto://${e}`:`https://${e}`}const zc=/^-ms-/,Gc=/-([a-z])/g,Gt=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"];function gs(e,t){const n=re.getValueType(e),r=re.getValueType(t);return n!==r?!1:re.isArray(e)?Vc(e,t):re.isObject(e)?Kc(e,t):re.isDate(e)?e.getTime()===t.getTime():re.isRegExp(e)?e.toString()===t.toString():e===t}function Vc(e,t){if(e.length!==t.length)return!1;for(let n=0,r=e.length;n<r;n++){const s=e[n],i=t[n];if(!gs(s,i))return!1}return!0}function Kc(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(const s of n){if(!r.includes(s))return!1;const i=e[s],o=t[s];if(!gs(i,o))return!1}return!0}class re{static deleteNull(t){for(const n in t)(t[n]===null||t[n]===void 0)&&delete t[n];return t}static stringAt(t){let n="",r=t;for(;r>=Gt.length;)r/=Gt.length,r-=1,n+=Gt[r%Gt.length];const s=t%Gt.length;return n+=Gt[s],n}static indexAt(t){let n=0;for(let r=0;r<t.length-1;r+=1){const s=t.charCodeAt(r)-65,i=t.length-1-r;n+=Gt.length**i+Gt.length*s}return n+=t.charCodeAt(t.length-1)-65,n}static deleteBlank(t){return re.isString(t)?t.replace(/\s/g,""):t}static getSystemType(){const t=navigator.userAgent,n=navigator.platform==="Win32"||navigator.platform==="Windows",r=navigator.platform==="Mac68K"||navigator.platform==="MacPPC"||navigator.platform==="Macintosh"||navigator.platform==="MacIntel";if(r)return"Mac";if(navigator.platform==="X11"&&!n&&!r)return"Unix";if(String(navigator.platform).indexOf("Linux")>-1)return"Linux";if(n){if(t.indexOf("Windows NT 5.0")>-1||t.indexOf("Windows 2000")>-1)return"Windows 2000";if(t.indexOf("Windows NT 5.1")>-1||t.indexOf("Windows XP")>-1)return"Windows XP";if(t.indexOf("Windows NT 5.2")>-1||t.indexOf("Windows 2003")>-1)return"Windows 2003";if(t.indexOf("Windows NT 6.0")>-1||t.indexOf("Windows Vista")>-1)return"Windows Vista";if(t.indexOf("Windows NT 6.1")>-1||t.indexOf("Windows 7")>-1)return"Windows 7";if(t.indexOf("Windows NT 10")>-1||t.indexOf("Windows 10")>-1)return"Windows 10";if(t.indexOf("Windows NT 11")>-1||t.indexOf("Windows 11")>-1)return"Windows 11"}return"Unknown system"}static getBrowserType(){const t=navigator.userAgent,n=t.indexOf("Opera")>-1,r=t.indexOf("compatible")>-1&&t.indexOf("MSIE")>-1&&!n,s=t.indexOf("Trident")>-1&&t.indexOf("rv:11.0")>-1,i=t.indexOf("Edge")>-1,o=t.indexOf("Firefox")>-1,a=t.indexOf("Safari")>-1&&t.indexOf("Chrome")===-1,l=t.indexOf("Chrome")>-1&&t.indexOf("Safari")>-1;if(r){new RegExp("MSIE (\\d+\\.\\d+);").test(t);const c=Number.parseFloat(RegExp.$1);return c===7?"IE7":c===8?"IE8":c===9?"IE9":c===10?"IE10":"0"}return o?"FF":n?"Opera":a?"Safari":l?"Chrome":i?"Edge":s?"IE11":"Unknown browser"}static generateRandomId(t=21,n){return Bt(t,n)}static getClassName(t){return t.constructor.name}static deepMerge(t,...n){n.forEach(o=>o&&i(o));function r(o,a){o.forEach((l,u)=>{var c,h;if(re.isArray(l)){const d=(c=a[u])!=null?c:[];a[u]=d,r(l,d);return}if(re.isObject(l)){const d=(h=a[u])!=null?h:{};a[u]=d,s(l,d);return}a[u]=l})}function s(o,a){Object.keys(o).forEach(l=>{var c,h;const u=o[l];if(re.isObject(u)){const d=(c=a[l])!=null?c:{};a[l]=d,s(u,d);return}if(re.isArray(u)){const d=(h=a[l])!=null?h:[];a[l]=d,r(u,d);return}a[l]=u})}function i(o){Object.keys(o).forEach(a=>{var u,c;const l=o[a];if(re.isArray(l)){const h=(u=t[a])!=null?u:[];t[a]=h,r(l,h);return}if(re.isObject(l)){const h=(c=t[a])!=null?c:{};t[a]=h,s(l,h);return}t[a]=l})}return t}static numberFixed(t,n){return Number(Number(t).toFixed(n))}static diffValue(t,n){return gs(t,n)}static deepClone(t){if(!this.isDefine(t))return t;if(this.isRegExp(t))return new RegExp(t);if(this.isDate(t))return new Date(t);if(this.isArray(t)){const n=[];return t.forEach((r,s)=>{n[s]=re.deepClone(r)}),n}if(this.isObject(t)){const n={};return Object.keys(t).forEach(r=>{const s=t[r];n[r]=re.deepClone(s)}),Object.setPrototypeOf(n,Object.getPrototypeOf(t)),n}return t}static getLanguage(){const t="en-US";return globalThis.navigator&&(navigator.languages&&navigator.languages[0]||navigator.language)||t}static getValueType(t){return Object.prototype.toString.apply(t)}static isDefine(t){return t!=null}static isBlank(t){return this.isDefine(t)?this.isString(t)?t.trim()==="":!1:!0}static isBoolean(t){return this.getValueType(t)==="[object Boolean]"}static isPlainObject(t){return this.isDefine(t)?Object.getPrototypeOf(t)===Object.getPrototypeOf({}):!1}static isFunction(t){return this.getValueType(t)==="[object Function]"}static isDate(t){return this.getValueType(t)==="[object Date]"}static isRegExp(t){return this.getValueType(t)==="[object RegExp]"}static isArray(t){return this.getValueType(t)==="[object Array]"}static isString(t){return this.getValueType(t)==="[object String]"}static isNumber(t){return this.getValueType(t)==="[object Number]"}static isStringNumber(t){return!isNaN(Number.parseFloat(t))&&isFinite(t)}static isObject(t){return this.getValueType(t)==="[object Object]"}static isEmptyObject(t){for(const n in t)return!1;return!0}static isMobile(){let t=0,n=0;return document.body.clientWidth&&(t=document.body.clientWidth),document.body.clientHeight&&(n=document.body.clientHeight),this.isAndroid()||this.isIPhone()||this.isTablet()||t<350&&n<500}static isTablet(){return/ipad|android|android 3.0|xoom|sch-i800|playbook|tablet|kindle/i.test(navigator.userAgent.toLowerCase())}static isWeChat(){const t=navigator.userAgent.toLowerCase();return String(t.match(/MicroMessenger/i))==="micromessenger"}static isAndroid(){const t=navigator.userAgent;return t.indexOf("Android")>-1||t.indexOf("Linux")>-1}static isIPhone(){return/iPhone/i.test(navigator.userAgent)}static isLegalUrl(t){return jc(t)}static normalizeUrl(t){return ho(t)}static topLevelDomainCombiningString(){return[...uo].join("|")}static itCount(t){return n=>{for(let r=0;r<t;r++)n&&n()}}static hasLength(t,n){return re.isDefine(t)?re.isDefine(n)?t.length===n:t.length>0:!1}static capitalize(t){return t.charAt(0).toUpperCase()+t.slice(1)}static fCamelCase(t,n){return n.toUpperCase()}static camelCase(t){return t.replace(zc,"ms-").replace(Gc,this.fCamelCase)}static removeNull(t){return this.isObject(t)&&Object.keys(t).forEach(n=>{const r=t[n];r==null?delete t[n]:re.removeNull(r)}),t}static fillTwoDimensionalArray(t,n,r){return new Array(t).fill(r).map(s=>new Array(n).fill(r))}static numToWord(t){let n="";for(;t>0;){let r=t%26;r=r===0?r=26:r,n=String.fromCharCode(96+r)+n,t=(t-r)/26}return n.toLocaleUpperCase()}static ABCatNum(t){if(t==null||t.length===0)return Number.NaN;const n=t.toLowerCase().split(""),r=n.length;let s=0,i=0;for(let o=0;o<r;o++)i=n[o].charCodeAt(0)-96,s+=i*26**(r-o-1);return s===0?Number.NaN:s-1}static chatAtABC(t){let i="";for(;t>=0;)i=String.fromCharCode(t%26+97)+i,t=Math.floor(t/26)-1;return i.toUpperCase()}static randSort(t){for(let n=0,r=t.length;n<r;n++){const s=Number.parseInt((Math.random()*r).toString()),i=t[s];t[s]=t[n],t[n]=i}return t}static commonExtend(t,n){const r={};for(const s in t)r[s]=t[s];for(const s in n)n[s]!=null&&(r[s]=n[s]);return r}static commonExtend1(t,n){for(const r in t)n[r]==null&&(n[r]=t[r]);return n}static arrayToObject(t){const n={};return t.forEach((r,s)=>{n[s]={},r.forEach((i,o)=>{n[s][o]=i})}),n}static hasIntersectionBetweenTwoRanges(t,n,r,s){return n>=r&&s>=t}static isStartValidPosition(t){return/^[A-Za-z_]/.test(t)}static isValidParameter(t){const n=/[~!@#$%^&*()+=\-{}\[\]\|:;"'<>,?\/ ]+/.test(t),r=t.length<=255;return!n&&r}static clamp(t,n,r){return Math.max(n,Math.min(r,t))}static now(){return performance&&performance.now?performance.now():Date.now()}}function Bt(e=21,t){return t?$c(t,e)():Hc(e)}function ms(...e){const t={},n=e.length;for(let r=n-1;r>=0;r--){const s=e[r];if(s){const i=Object.keys(s);for(const o of i)t[o]===void 0&&(t[o]=s[o])}}return t}const Xc=()=>typeof process<"u"&&process.versions!=null&&process.versions.node!=null;function Or(e,t,n){const{dataStream:r,textRuns:s=[]}=e;let i=t;const o=[];for(const a of s){const{st:l,ed:u}=a;re.hasIntersectionBetweenTwoRanges(t,n,l,u)&&(l>i?(o.push(r.slice(i,l)),o.push(_s(r,{...a,ed:Math.min(u,n)}))):o.push(_s(r,{...a,st:i,ed:Math.min(u,n)}))),i=Math.max(t,Math.min(u,n))}return i!==n&&o.push(r.slice(i,n)),o.join("")}function qc(e,t=!0){var n;if(t&&((n=e.paragraphs)!=null&&n.length)){const{dataStream:r,paragraphs:s=[]}=e;let i="",o=-1;for(const a of s){const{startIndex:l,paragraphStyle:u={}}=a,{spaceAbove:c,spaceBelow:h,lineSpacing:d}=u,g=[];c!=null&&(typeof c=="number"?g.push(`margin-top: ${c}px`):g.push(`margin-top: ${c.v}px`)),h!=null&&(typeof h=="number"?g.push(`margin-bottom: ${h}px`):g.push(`margin-bottom: ${h.v}px`)),d!=null&&g.push(`line-height: ${d}`),l>o+1?i+=`<p class="UniverNormal" ${g.length?`style="${g.join("; ")};"`:""}>${Or(e,o+1,l)}</p>`:i+=`<p class="UniverNormal" ${g.length?`style="${g.join("; ")};"`:""}></p>`,o=l}return o!==r.length&&(i+=Or(e,o,r.length)),i}else return Or(e,0,e.dataStream.length)}function _s(e,t){const{st:n,ed:r,ts:s={}}=t,{ff:i,fs:o,it:a,bl:l,ul:u,st:c,ol:h,bg:d,cl:g,va:E}=s;let I=e.slice(n,r);const b=[];return a===ve.TRUE&&(I=`<i>${I}</i>`),E===xt.SUPERSCRIPT?I=`<sup>${I}</sup>`:E===xt.SUBSCRIPT&&(I=`<sub>${I}</sub>`),(u==null?void 0:u.s)===ve.TRUE&&(I=`<u>${I}</u>`),(c==null?void 0:c.s)===ve.TRUE&&(I=`<s>${I}</s>`),l===ve.TRUE&&(I=`<strong>${I}</strong>`),i&&b.push(`font-family: ${i}`),g&&b.push(`color: ${g.rgb}`),o&&b.push(`font-size: ${o}pt`),h&&b.push("text-decoration: overline"),d&&b.push(`background: ${d.rgb}`),b.length?`<span style="${b.join("; ")};">${I}</span>`:I}const fo={[vr.OFFICE]:{[ht.ACCENT1]:"#4472C4",[ht.ACCENT2]:"#ED7D31",[ht.ACCENT3]:"#A5A5A5",[ht.ACCENT4]:"#70AD47",[ht.ACCENT5]:"#5B9BD5",[ht.ACCENT6]:"#70AD47",[ht.DARK1]:"#000000",[ht.DARK2]:"#44546A",[ht.LIGHT1]:"#FFFFFF",[ht.LIGHT2]:"#E7E6E6",[ht.HYPERLINK]:"#0563C1",[ht.FOLLOWED_HYPERLINK]:"#954F72"}};class wr{constructor(){R(this,"_themeValue",ht.LIGHT1);R(this,"_themeColors");R(this,"_themeTint");R(this,"_rgbValue","");R(this,"_colorType");this._colorType=Rt.UNSUPPORTED,this._themeColors=vr.OFFICE,this._themeTint=0}asRgbColor(){return new br(this._rgbValue,this)}asThemeColor(){return new Ar(this._themeValue,this._themeTint,this._themeColors,this)}build(){switch(this._colorType){case Rt.THEME:return this.asThemeColor();case Rt.RGB:return this.asRgbColor();case Rt.UNSUPPORTED:throw new Error("unsupported color type")}}setRgbColor(t){return this._colorType=Rt.RGB,this._rgbValue=t,this}setThemeColors(t){this._colorType=Rt.THEME,this._themeColors=t}setThemeTint(t){this._colorType=Rt.THEME,this._themeTint=t}setThemeColor(t){return this._colorType=Rt.THEME,this._themeValue=t,this}getColorType(){return this._colorType}}class on{constructor(t){R(this,"_builder");this._builder=t}static rgbColorToHexValue(t){return`#${((1<<24)+(t.getRed()<<16)+(t.getGreen()<<8)+t.getBlue()).toString(16).slice(1)}`}static hexValueToRgbColor(t){t?t.indexOf("#")>-1&&(t=t.substring(1)):t="#000000";const n=+`0x${t[0]}${t[1]}`,r=+`0x${t[2]}${t[3]}`,s=+`0x${t[4]}${t[5]}`;return new wr().setRgbColor(`rgb(${n},${r},${s})`).asRgbColor()}static hexToRgbString(t){const n=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(n,(i,o,a,l)=>o+o+a+a+l+l);const r=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);let s=null;if(r){const i=Number.parseInt(r[1],16),o=Number.parseInt(r[2],16),a=Number.parseInt(r[3],16);s=`rgba(${i},${o},${a})`}return s}asRgbColor(){return this._builder.asRgbColor()}asThemeColor(){return this._builder.asThemeColor()}getColorType(){return this._builder.getColorType()}clone(){return new on(this._builder)}equals(t){return!1}}class go{constructor(t){R(this,"_saturation",0);R(this,"_hue",0);R(this,"_lightness",0);R(this,"_alpha",0);const n=t.getRed()/255,r=t.getGreen()/255,s=t.getBlue()/255,i=t.getAlpha()/255,o=Math.min(n,Math.min(r,s)),a=Math.max(n,Math.max(r,s)),l=a-o;if(a===o){this._hue=0,this._saturation=0,this._lightness=a;return}this._lightness=(o+a)/2,this._lightness<.5?this._saturation=l/(a+o):this._saturation=l/(2-a-o),n===a&&(this._hue=(r-s)/l),r===a&&(this._hue=2+(s-n)/l),s===a&&(this._hue=4+(n-r)/l),this._hue*=60,this._hue<0&&(this._hue+=360),this._alpha=i}asRgbColor(){const t=new wr;if(this._saturation===0)return t.setRgbColor(`rgba(${this._lightness*255},${this._lightness*255},${this._lightness*255},${this._alpha*255})`),t.asRgbColor();let n;this._lightness<.5?n=this._lightness*(1+this._saturation):n=this._lightness+this._saturation-this._lightness*this._saturation;const r=2*this._lightness-n,s=this._hue/360,i=s+1/3,o=this.setColor(n,r,i),a=this.setColor(n,r,s),l=s-1/3,u=this.setColor(n,r,l);return t.setRgbColor(`rgba(${Math.round(o*255)},${Math.round(a*255)},${Math.round(u*255)},${this._alpha*255})`),t.asRgbColor()}getLightness(){return this._lightness}getHue(){return this._hue}getSaturation(){return this._saturation}getAlpha(){return this._alpha}setColor(t,n,r){r<0&&(r+=1),r>1&&(r-=1);let s;return 6*r<1?s=n+(t-n)*6*r:2*r<1?s=t:3*r<2?s=n+(t-n)*(2/3-r)*6:s=n,s}setLightness(t){this._lightness=t}}const vt=class vt extends on{constructor(n,r){super(r);R(this,"_cssString");R(this,"_red");R(this,"_green");R(this,"_blue");R(this,"_alpha");let s=n.match(vt.RGBA_EXTRACT);if(s){const i=+s[1],o=+s[2],a=+s[3],l=+s[4];this._cssString=n,this._red=i,this._green=o,this._blue=a,this._alpha=l;return}if(s=n.match(vt.RGB_EXTRACT),s){const i=+s[1],o=+s[2],a=+s[3];this._cssString=n,this._red=i,this._green=o,this._blue=a,this._alpha=1;return}throw new Error("Invalid rgba or rgb color")}asHexString(){return on.rgbColorToHexValue(this)}getRed(){let n=this._red+vt.RGB_COLOR_AMT;return n>255?n=255:n<0&&(n=0),n}getGreen(){let n=this._green+vt.RGB_COLOR_AMT;return n>255?n=255:n<0&&(n=0),n}getBlue(){let n=this._blue+vt.RGB_COLOR_AMT;return n>255?n=255:n<0&&(n=0),n}getAlpha(){return this._alpha}getColorType(){return Rt.RGB}clone(){return new vt(this._cssString,this._builder)}asThemeColor(){throw new Error("rgb color not support to themeColor")}equals(n){return n instanceof vt?n._red===this._red&&n._blue===this._blue&&n._green===this._green&&n._alpha===this._alpha:!1}getCssString(){return this._cssString}};R(vt,"RGB_COLOR_AMT",0),R(vt,"RGBA_EXTRACT",new RegExp("\\s*rgba\\s*\\((\\s*\\d+\\s*),(\\s*\\d+\\s*),(\\s*\\d+\\s*),(\\s*\\d.\\d|\\d\\s*)\\)\\s*")),R(vt,"RGB_EXTRACT",new RegExp("\\s*rgb\\s*\\((\\s*\\d+\\s*),(\\s*\\d+\\s*),(\\s*\\d+\\s*)\\)\\s*"));let br=vt;const en=class en extends on{constructor(n,r,s,i){super(i);R(this,"_themeColorType");R(this,"_themeTint");R(this,"_themeColors");this._themeColorType=n,this._themeTint=r,this._themeColors=s}lumValue(n,r){if(n==null)return r;let s;return n<0?s=r*(1+n):s=r*(1-n)+(255-255*(1-n)),s}asRgbColor(){const n=fo[this._themeColors];if(n==null)throw new Error("not find themeColors type");const r=n[this._themeColorType];if(r==null)throw new Error("not find themeColors value");let s;if(en._cacheThemeColor.has(this._themeColors)){if(s=en._cacheThemeColor.get(this._themeColors),s.has(this._themeColorType))return s.get(this._themeColorType)}else s=new Map,en._cacheThemeColor.set(this._themeColors,s);const i=new go(on.hexValueToRgbColor(r));i.setLightness(this.lumValue(this._themeTint,i.getLightness()*255)/255);const o=i.asRgbColor();return s.set(this._themeColorType,o),o}clone(){return new en(this._themeColorType,this._themeTint,this._themeColors,this._builder)}equals(n){return n instanceof en?n._themeColorType===this._themeColorType:!1}getColorType(){return Rt.THEME}getThemeColorType(){return this._themeColorType}};R(en,"_cacheThemeColor",new Map);let Ar=en;const Jc="rgb(",Zc="rgba(",ps={aliceBlue:[240,248,255],antiqueWhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blancheAlmond:[255,235,205],blue:[0,0,255],blueViolet:[138,43,226],brown:[165,42,42],burlyWood:[222,184,135],cadetBlue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornFlowerBlue:[100,149,237],cornSilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkCyan:[0,139,139],darkGoldenrod:[184,132,11],darkGray:[169,169,169],darkGreen:[0,100,0],darkGrey:[169,169,169],darkKhaki:[189,183,107],darkMagenta:[139,0,139],darkOliveGreen:[85,107,47],darkOrange:[255,140,0],darkOrchid:[153,50,204],darkRed:[139,0,0],darkSalmon:[233,150,122],darkSeaGreen:[143,188,143],darkSlateBlue:[72,61,139],darkSlateGray:[47,79,79],darkSlateGrey:[47,79,79],darkTurquoise:[0,206,209],darkViolet:[148,0,211],deepPink:[255,20,147],deepSkyBlue:[0,191,255],dimGray:[105,105,105],dimGrey:[105,105,105],dodgerBlue:[30,144,255],firebrick:[178,34,34],floralWhite:[255,255,240],forestGreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostWhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenYellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotPink:[255,105,180],indianRed:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderBlush:[255,240,245],lawnGreen:[124,252,0],lemonChiffon:[255,250,205],lightblue:[173,216,230],lightCoral:[240,128,128],lightCyan:[224,255,255],lightGoldenrodYellow:[250,250,210],lightGray:[211,211,211],lightGreen:[144,238,144],lightGrey:[211,211,211],lightPink:[255,182,193],lightSalmon:[255,160,122],lightSeaGreen:[32,178,170],lightSkyBlue:[135,206,250],lightSlateGray:[119,136,153],lightSlateGrey:[119,136,153],lightSteelBlue:[176,196,222],lightYellow:[255,255,224],lime:[0,255,0],limeGreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumAquamarine:[102,205,170],mediumBlue:[0,0,205],mediumOrchid:[186,85,211],mediumPurple:[147,112,219],mediumSeaGreen:[60,179,113],mediumSlateBlue:[123,104,238],mediumSpringGreen:[0,250,154],mediumTurquoise:[72,209,204],mediumVioletRed:[199,21,133],midBightBlue:[25,25,112],mintCream:[245,255,250],mistyRose:[255,228,225],moccasin:[255,228,181],navajoWhite:[255,222,173],navy:[0,0,128],oldLace:[253,245,230],olive:[128,128,0],oliveDrab:[107,142,35],orange:[255,165,0],orangeRed:[255,69,0],orchid:[218,112,214],paleGoldenrod:[238,232,170],paleGreen:[152,251,152],paleTurquoise:[175,238,238],paleVioletRed:[219,112,147],papayaWhip:[255,239,213],peachPuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,203],powderBlue:[176,224,230],purple:[128,0,128],rebeccaPurple:[102,51,153],red:[255,0,0],rosyBrown:[188,143,143],royalBlue:[65,105,225],saddleBrown:[139,69,19],salmon:[250,128,114],sandyBrown:[244,164,96],seaGreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyBlue:[135,206,235],slateBlue:[106,90,205],slateGray:[119,128,144],slateGrey:[119,128,144],snow:[255,255,250],springGreen:[0,255,127],steelBlue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],transparent:[255,255,255,0],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whiteSmoke:[245,245,245],yellow:[255,255,0],yellowGreen:[154,205,5]};class At{constructor(t){R(this,"_color");R(this,"_rgbColor");R(this,"_isValid",!1);if(t==null){this._setNullColor();return}if(t instanceof At){this._color={...t._color},this._rgbColor={...t._rgbColor};return}const n=mo(t);if(n==null){this._setNullColor();return}this._color=n;const r=rh(this._color);if(r==null){this._setNullColor();return}this._rgbColor=r,this._isValid=!0}static mix(t,n,r){var u,c;r=Math.min(1,Math.max(0,r));const s=new At(t).toRgb(),i=new At(n).toRgb(),o=(u=s.a)!=null?u:1,a=(c=i.a)!=null?c:1,l={r:(i.r-s.r)*r+s.r,g:(i.g-s.g)*r+s.g,b:(i.b-s.b)*r+s.b,a:(a-o)*r+o};return new At(l)}static getContrastRatio(t,n){const r=new At(t).getLuminance(),s=new At(n).getLuminance();return(Math.max(r,s)+.05)/(Math.min(r,s)+.05)}get isValid(){return this._isValid}toRgb(){return this._rgbColor}toRgbString(){const{r:t,g:n,b:r,a:s=1}=this.toRgb(),i=s<1;return`rgb${i?"a":""}(${t},${n},${r}${i?`,${s}`:""})`}toString(){return this.toRgbString()}toHexString(t){const{r:n,g:r,b:s,a:i=1}=this.toRgb(),o=i<1,a=[Tr(Math.round(n).toString(16)),Tr(Math.round(r).toString(16)),Tr(Math.round(s).toString(16)),Tr(Math.round(i*255).toString(16))];return t&&a[0][0]===a[0][1]&&a[1][0]===a[1][1]&&a[2][0]===a[2][1]&&a[3][0]===a[3][1]?o?`#${a[0][0]}${a[1][0]}${a[2][0]}${a[3][0]}`:`#${a[0][0]}${a[1][0]}${a[2][0]}`:o?`#${a[0]}${a[1]}${a[2]}${a[3]}`:`#${a[0]}${a[1]}${a[2]}`}toHsv(){return ah(this.toRgb())}toHsl(){return oh(this.toRgb())}lighten(t=10){const n=this.toHsl();return n.l+=t,n.l=Math.min(Math.max(n.l,0),100),new At(n)}darken(t=10){const n=this.toHsl();return n.l-=t,n.l=Math.min(Math.max(n.l,0),100),new At(n)}setAlpha(t){return new At({...this._rgbColor,a:t})}getLuminance(){let{r:t,g:n,b:r}=this.toRgb();return t=Es(t),n=Es(n),r=Es(r),Number((.2126*t+.7152*n+.0722*r).toFixed(3))}getBrightness(){const{r:t,g:n,b:r}=this.toRgb();return(t*299+n*587+r*114)/1e3}getAlpha(){var t;return(t=this._color.a)!=null?t:1}isDark(){return this.getBrightness()<128}isLight(){return!this.isDark()}_setNullColor(){this._isValid=!1,this._color={r:0,g:0,b:0,a:0},this._rgbColor={r:0,g:0,b:0,a:0}}}const Tr=e=>e.length===1?`0${e}`:e,Es=e=>(e/=255,e<=.03928?e/12.92:((e+.055)/1.055)**2.4),mo=e=>{if(uh(e)){if("r"in e){const r={r:Math.round(e.r),g:Math.round(e.g),b:Math.round(e.b)};return e.a!==void 0&&(r.a=e.a),r}if("l"in e){const r={h:Math.round(e.h),s:e.s,l:e.l};return e.a!==void 0&&(r.a=e.a),r}const n={h:Math.round(e.h),s:e.s,v:e.v};return e.a!==void 0&&(n.a=e.a),n}const t=e.trim();if(ps[t]){const n=ps[t],r={r:Math.round(n[0]),g:Math.round(n[1]),b:Math.round(n[2])};return r.a=n[3]||1,r}if(t.startsWith("#"))return Qc(t);if(t.startsWith("rgb"))return eh(t);if(t.startsWith("hsl"))return th(t);if(t.startsWith("hsv"))return nh(t)},Qc=e=>{const t=e.substring(1),n=new RegExp(`.{1,${t.length>=6?2:1}}`,"g");let r=t.match(n);if(!r||r.length<3)throw new Error(`The color '${e}' is illegal hex color`);r[0].length===1&&(r=r.map(i=>i+i));const s={r:Number.parseInt(r[0],16),g:Number.parseInt(r[1],16),b:Number.parseInt(r[2],16)};return r.length>3&&(s.a=Number.parseInt(r[3],16)/255),s},eh=e=>{const t=e.indexOf("(");if(t===-1)throw new Error(`The color '${e}' is illegal rgb color`);const n=e.substring(t+1,e.length-1).split(",");if(n.length<3)throw new Error(`The color '${e}' is illegal rgb color`);const r={r:Number.parseInt(n[0],10),g:Number.parseInt(n[1],10),b:Number.parseInt(n[2],10)};return n.length>3&&(r.a=Number.parseFloat(n[3])),r},th=e=>{const t=e.indexOf("(");if(t===-1)throw new Error(`The color '${e}' is illegal hsl color`);const n=e.substring(t+1,e.length-1).split(",");if(n.length<3)throw new Error(`The color '${e}' is illegal hsl color`);const r={h:Number.parseInt(n[0],10),s:Number.parseFloat(n[1]),l:Number.parseFloat(n[2])};return n.length>3&&(r.a=Number.parseFloat(n[3])),r},nh=e=>{const t=e.indexOf("(");if(t===-1)throw new Error(`The color '${e}' is illegal hsv color`);const n=e.substring(t+1,e.length-1).split(",");if(n.length<3)throw new Error(`The color '${e}' is illegal hsv color`);const r={h:Number.parseInt(n[0],10),s:Number.parseFloat(n[1]),v:Number.parseFloat(n[2])};return n.length>3&&(r.a=Number.parseFloat(n[3])),r},rh=e=>{const t=mo(e);if(t!=null)return"r"in t?t:"l"in t?sh(t):ih(t)},Cs=(e,t,n)=>(n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e),sh=e=>{let{h:t,s:n,l:r}=e;t/=360,n/=100,r/=100;let s=0,i=0,o=0;if(n===0)s=i=o=r;else{const l=r<.5?r*(1+n):r+n-r*n,u=2*r-l;s=Cs(u,l,t+1/3),i=Cs(u,l,t),o=Cs(u,l,t-1/3)}const a={r:Math.round(s*255),g:Math.round(i*255),b:Math.round(o*255)};return e.a!==void 0&&(a.a=e.a),a},ih=e=>{let{h:t,s:n,v:r}=e;t=t/360*6,n/=100,r/=100;const s=Math.floor(t),i=t-s,o=r*(1-n),a=r*(1-i*n),l=r*(1-(1-i)*n),u=s%6,c=[r,a,o,o,l,r][u],h=[l,r,r,a,o,o][u],d=[o,o,l,r,r,a][u],g={r:c*255,g:h*255,b:d*255};return e.a!==void 0&&(g.a=e.a),g},oh=e=>{let{r:t,g:n,b:r}=e;t/=255,n/=255,r/=255;const s=Math.max(t,n,r),i=Math.min(t,n,r),o=(s+i)/2;let a,l;if(s===i)a=l=0;else{const c=s-i;switch(l=o>.5?c/(2-s-i):c/(s+i),s){case t:a=(n-r)/c+(n<r?6:0);break;case n:a=(r-t)/c+2;break;default:a=(t-n)/c+4;break}a/=6}const u={h:Math.round(a*360),s:Math.round(l*100),l:Math.round(o*100)};return e.a!==void 0&&(u.a=e.a),u},ah=e=>{let{r:t,g:n,b:r}=e;t/=255,n/=255,r/=255;const s=Math.max(t,n,r),i=Math.min(t,n,r);let o;const a=s,l=s-i,u=s===0?0:l/s;if(s===i)o=0;else{switch(s){case t:o=(n-r)/l+(n<r?6:0);break;case n:o=(r-t)/l+2;break;default:o=(t-n)/l+4;break}o/=6}const c={h:Math.round(o*360),s:Math.round(u*100),v:Math.round(a*100)};return e.a!==void 0&&(c.a=e.a),c},lh=e=>e==null,uh=e=>!lh(e)&&typeof e=="object";function ch(e){const t=/^#(?:[0]{3}|[0]{6})\b/,n=/^rgb\s*\(\s*0+\s*,\s*0+\s*,\s*0+\s*\)$/,r=/^rgba\s*\(\s*0+\s*,\s*0+\s*,\s*0+\s*,\s*(1|1\.0*|0?\.\d+)\)$/,s=/^hsl\s*\(\s*0*\s*,\s*0%*\s*,\s*0%*\s*\)$/,i=/^hsla\s*\(\s*0*\s*,\s*0%*\s*,\s*0%*\s*,\s*(1|1\.0*|0?\.\d+)\)$/;return!!(t.test(e)||n.test(e)||r.test(e)||s.test(e)||i.test(e))}function hh(e){const t=/^#(?:[Ff]{3}|[Ff]{6})\b/,n=/^rgb\s*\(\s*255\s*,\s*255\s*,\s*255\s*\)$/,r=/^rgba\s*\(\s*255\s*,\s*255\s*,\s*255\s*,\s*(1|1\.0*|0?\.\d+)\)$/,s=/^hsl\s*\(\s*0*\s*,\s*0%*\s*,\s*100%*\s*\)$/,i=/^hsla\s*\(\s*0*\s*,\s*0%*\s*,\s*100%*\s*,\s*(1|1\.0*|0?\.\d+)\)$/;return!!(t.test(e)||n.test(e)||r.test(e)||s.test(e)||i.test(e))}var Pe=(e=>(e[e.COVER=0]="COVER",e[e.REPLACE=1]="REPLACE",e))(Pe||{});function dh(e){return e&&(e.s!==void 0||e.p!==void 0||e.v!==void 0||e.t!==void 0||e.f!==void 0||e.si!==void 0||e.custom!==void 0)}function fh(e){if(e.t!==void 0)return e.t;if(typeof e.v=="string")return zt.STRING;if(typeof e.v=="number")return zt.NUMBER;if(typeof e.v=="boolean")return zt.BOOLEAN}function gh(e){if(e==null)return!0;const{v:t,f:n,si:r,p:s,custom:i}=e;return!(!(t==null||typeof t=="string"&&t.length===0)||n!=null&&n.length>0||r!=null&&r.length>0||s!=null||i!=null)}function mh(e){return e!=null&&(typeof e=="string"||typeof e=="number"||typeof e=="boolean")}var Le=(e=>(e[e.NORMAL=0]="NORMAL",e[e.ROW=1]="ROW",e[e.COLUMN=2]="COLUMN",e[e.ALL=3]="ALL",e))(Le||{}),nt=(e=>(e[e.NONE=0]="NONE",e[e.ROW=1]="ROW",e[e.COLUMN=2]="COLUMN",e[e.ALL=3]="ALL",e))(nt||{});function _h(e){return[e.startRow,e.startColumn,e.endRow,e.endColumn]}var _o=(e=>(e.NONE="none",e.BACKWARD="backward",e.FORWARD="forward",e))(_o||{}),po=(e=>(e.RECT="RECT",e.TEXT="TEXT",e))(po||{});function ph(e,t,n){let r=!1,s=!1,i=e,o=t,a=e,l=t;if(n==null)return{actualRow:e,actualColumn:t,isMergedMainCell:s,isMerged:r,endRow:i,endColumn:o,startRow:a,startColumn:l};for(let u=0;u<n.length;u++){const{startRow:c,endRow:h,startColumn:d,endColumn:g}=n[u];if(e===c&&t===d){i=h,o=g,a=c,l=d,s=!0;break}if(e>=c&&e<=h&&t>=d&&t<=g){i=h,o=g,a=c,l=d,r=!0;break}}return{actualRow:e,actualColumn:t,isMergedMainCell:s,isMerged:r,endRow:i,endColumn:o,startRow:a,startColumn:l}}var pn=(e=>(e.Raw="raw",e.Intercepted="intercepted",e.Both="both",e))(pn||{});function Eo(e){const{actualRow:t,actualColumn:n,isMerged:r,isMergedMainCell:s,mergeInfo:i}=e;let{startY:o,endY:a,startX:l,endX:u}=e,c=t,h=n,d=t,g=n;if(r&&i){const{startRow:E,startColumn:I,endRow:b,endColumn:M,startY:V,endY:Y,startX:ie,endX:N}=i;c=E,h=I,d=b,g=M,o=V,a=Y,l=ie,u=N}return s&&(o=i.startY,a=i.endY,l=i.startX,u=i.endX,d=i.endRow,g=i.endColumn),{startRow:c,startColumn:h,endRow:d,endColumn:g,startY:o,endY:a,startX:l,endX:u}}const Eh=Eo;function Ch(e){if(!e)return;const{actualRow:t,actualColumn:n,isMerged:r,isMergedMainCell:s,startRow:i,startColumn:o,endRow:a,endColumn:l}=e;let u=t,c=n,h=t,d=n;return(r||s)&&(u=i,c=o,h=a,d=l),{startRow:u,startColumn:c,endRow:h,endColumn:d}}function Co(e){var n;return!e||(((n=e==null?void 0:e.v)==null?void 0:n.toString())||"").length===0&&!e.p}function Rs(e){return Co(e)&&(e==null?void 0:e.coverable)!==!1}function Lt(e){if(e){if(e.rgb)return e.rgb;if(e.th)return new wr().setThemeColor(e.th).asThemeColor().asRgbColor().getCssString()}return null}function Rh(e){return re.isString(e)&&e.substring(0,1)==="="&&e.length>1}function Ih(e){return re.isString(e)&&e.length>0}function Sh(e,t=!1){var i;let n="";const r=new Map([["ff",()=>{e.ff&&(n+=`font-family: ${e.ff}; `)}],["fs",()=>{if(e.fs){let o=e.fs;e.va&&(o/=2),n+=`font-size: ${o}pt; `}}],["it",()=>{e.it&&(n+="font-style: italic; ")}],["bl",()=>{e.bl&&(n+="font-weight: bold; ")}],["ul",()=>{var o;(o=e.ul)!=null&&o.s&&(n.indexOf("text-decoration-line")>-1?n=n.replace(/(text-decoration-line:\s*[^;]+)(?=;)/g,(a,l)=>`${l} underline`):n+="text-decoration: underline; ",e.ul.cl&&n.indexOf("text-decoration-color")===-1&&(n+=`text-decoration-color: ${Lt(e.ul.cl)}; `),e.ul.t&&n.indexOf("text-decoration-style")===-1&&(n+=`text-decoration-style: ${e.ul.t} `))}],["st",()=>{var o;(o=e.st)!=null&&o.s&&(n.indexOf("text-decoration-line")>-1?n=n.replace(/(text-decoration-line:\s*[^;]+)(?=;)/g,(a,l)=>`${l} line-through`):n+="text-decoration-line: line-through; ",e.st.cl&&n.indexOf("text-decoration-color")===-1&&(n+=`text-decoration-color: ${Lt(e.st.cl)}; `),e.st.t&&n.indexOf("text-decoration-style")===-1&&(n+=`text-decoration-style: ${e.st.t} `))}],["ol",()=>{var o;(o=e.ol)!=null&&o.s&&(n.indexOf("text-decoration-line")>-1?n=n.replace(/(text-decoration-line:\s*[^;]+)(?=;)/g,(a,l)=>`${l} overline`):n+="text-decoration-line: overline; ",e.ol.cl&&n.indexOf("text-decoration-color")===-1&&(n+=`text-decoration-color: ${Lt(e.ol.cl)}; `),e.ol.t&&n.indexOf("text-decoration-style")===-1&&(n+=`text-decoration-style: ${e.ol.t} `))}],["bg",()=>{e.bg&&(n+=`background: ${Lt(e.bg)}; `)}],["bd",()=>{var o,a,l,u,c,h,d,g,E,I,b,M;(o=e.bd)!=null&&o.b&&(n+=`border-bottom: ${yr((a=e.bd)==null?void 0:a.b.s)} ${(l=Lt(e.bd.b.cl))!=null?l:""}; `),(u=e.bd)!=null&&u.t&&(n+=`border-top: ${yr((c=e.bd)==null?void 0:c.t.s)} ${(h=Lt(e.bd.t.cl))!=null?h:""}; `),(d=e.bd)!=null&&d.r&&(n+=`border-right: ${yr((g=e.bd)==null?void 0:g.r.s)} ${(E=Lt(e.bd.r.cl))!=null?E:""}; `),(I=e.bd)!=null&&I.l&&(n+=`border-left: ${yr((b=e.bd)==null?void 0:b.l.s)} ${(M=Lt(e.bd.l.cl))!=null?M:""}; `)}],["cl",()=>{e.cl&&(n+=`color: ${Lt(e.cl)}; `)}],["va",()=>{e.va===xt.SUBSCRIPT?n+="vertical-align: sub; ":e.va===xt.SUPERSCRIPT&&(n+="vertical-align: super; ")}],["td",()=>{e.td===jn.LEFT_TO_RIGHT?n+="direction: ltr; ":e.td===jn.RIGHT_TO_LEFT&&(n+="direction: rtl; ")}],["tr",()=>{var o,a,l;e.tr&&(n+=`--data-rotate: (${(o=e.tr)==null?void 0:o.a}deg${(a=e.tr)!=null&&a.v?` ,${(l=e.tr)==null?void 0:l.v}`:""});`)}],["ht",()=>{e.ht===bt.LEFT?n+="text-align: left; ":e.ht===bt.RIGHT?n+="text-align: right; ":e.ht===bt.CENTER?n+="text-align: center; ":e.ht===bt.JUSTIFIED&&(n+="text-align: justify; ")}],["vt",()=>{e.vt===rn.BOTTOM?n+="vertical-align: bottom; ":e.vt===rn.TOP?n+="vertical-align: top; ":e.vt===rn.MIDDLE&&(n+="vertical-align: middle; ")}],["tb",()=>{e.tb===sn.CLIP?n+="white-space: nowrap; overflow-x: hidden; ":e.tb===sn.WRAP&&(n+="white-space: normal;")}],["pd",()=>{var c,h,d,g,E,I,b,M;const o=`${(c=e.pd)==null?void 0:c.b}pt`,a=`${(h=e.pd)==null?void 0:h.t}pt`,l=`${(d=e.pd)==null?void 0:d.l}pt`,u=`${(g=e.pd)==null?void 0:g.r}pt`;(E=e.pd)!=null&&E.b&&(n+=`padding-bottom: ${o}; `),(I=e.pd)!=null&&I.t&&(n+=`padding-top: ${a}; `),(b=e.pd)!=null&&b.l&&(n+=`padding-left: ${l}; `),(M=e.pd)!=null&&M.r&&(n+=`padding-right: ${u}; `)}]]),s=["bd","tr","tb"];for(const o in e)t&&s.includes(o)||(i=r.get(o))==null||i();return n}function yr(e){let t="";return e===qe.NONE?t="none":e===qe.THIN?t="0.5pt solid":e===qe.HAIR?t="0.5pt double":e===qe.DOTTED?t="0.5pt dotted":e===qe.DASHED||e===qe.DASH_DOT?t="0.5pt dashed":e===qe.DASH_DOT_DOT?t="0.5pt dotted":e===qe.DOUBLE?t="0.5pt double":e===qe.MEDIUM?t="1pt solid":e===qe.MEDIUM_DASHED||e===qe.MEDIUM_DASH_DOT?t="1pt dashed":e===qe.MEDIUM_DASH_DOT_DOT?t="1pt dotted":e===qe.SLANT_DASH_DOT?t="0.5pt dashed":e===qe.THICK&&(t="1.5pt solid"),t}function vh(e){let t=0;if(e=e.trim(),e==="none")t=qe.NONE;else if(e==="0.5pt solid")t=qe.THIN;else if(e==="0.5pt double")t=qe.HAIR;else if(e==="0.5pt dotted")t=qe.DOTTED;else if(e==="0.5pt dashed")t=qe.DASHED;else if(e==="1pt solid")t=qe.MEDIUM;else if(e==="1pt dashed")t=qe.MEDIUM_DASHED;else if(e==="1pt dotted")t=qe.MEDIUM_DASH_DOT_DOT;else if(e==="1.5pt solid")t=qe.THICK;else if(!e.includes("none"))t=qe.THIN;else return qe.NONE;return t}function Oh(e,t){let n=e.body;if(t){const{headers:r,footers:s}=e;r!=null&&r[t]?n=r[t].body:s!=null&&s[t]&&(n=s[t].body)}return n}function wh(e,t){const{startRow:n,endRow:r,startColumn:s,endColumn:i,rangeType:o}=e;if(n<0||s<0||r<0||i<0||!(Number.isNaN(n)&&Number.isNaN(r))&&o===Le.COLUMN||!(Number.isNaN(s)&&Number.isNaN(i))&&o===Le.ROW||o!==Le.ROW&&o!==Le.COLUMN&&(Number.isNaN(s)||Number.isNaN(n)||Number.isNaN(i)||Number.isNaN(r)))return!1;if(t){const a=t.getRowCount(),l=t.getColumnCount();if(r>=a||i>=l)return!1}return!0}function bh(e,t){return{startRow:e,endRow:e,startColumn:t,endColumn:t}}function Is(e,t){return Object.prototype.toString.call(e)===Object.prototype.toString.call(t)?Object.prototype.toString.call(e)==="[object Object]"||Object.prototype.toString.call(e)==="[object Array]"?Object.keys(e).length!==Object.keys(t).length?!1:Object.keys(e).every(n=>Is(e[n],t[n])):e===t:!1}function Ro(e,t){const n=e.ts||{},r=t.ts||{};return e.sId!==t.sId?!1:Is(n,r)}function Ah(e,t){return t.some(n=>e.indexOf(n)>-1)}function Et(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Nr={exports:{}},Th=Nr.exports,Io;function yh(){return Io||(Io=1,function(e,t){(function(n,r){e.exports=r()})(Th,function(){var n=1e3,r=6e4,s=36e5,i="millisecond",o="second",a="minute",l="hour",u="day",c="week",h="month",d="quarter",g="year",E="date",I="Invalid Date",b=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,M=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,V={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(L){var A=["th","st","nd","rd"],w=L%100;return"["+L+(A[(w-20)%10]||A[w]||A[0])+"]"}},Y=function(L,A,w){var x=String(L);return!x||x.length>=A?L:""+Array(A+1-x.length).join(w)+L},ie={s:Y,z:function(L){var A=-L.utcOffset(),w=Math.abs(A),x=Math.floor(w/60),$=w%60;return(A<=0?"+":"-")+Y(x,2,"0")+":"+Y($,2,"0")},m:function L(A,w){if(A.date()<w.date())return-L(w,A);var x=12*(w.year()-A.year())+(w.month()-A.month()),$=A.clone().add(x,h),K=w-$<0,oe=A.clone().add(x+(K?-1:1),h);return+(-(x+(w-$)/(K?$-oe:oe-$))||0)},a:function(L){return L<0?Math.ceil(L)||0:Math.floor(L)},p:function(L){return{M:h,y:g,w:c,d:u,D:E,h:l,m:a,s:o,ms:i,Q:d}[L]||String(L||"").toLowerCase().replace(/s$/,"")},u:function(L){return L===void 0}},N="en",T={};T[N]=V;var j="$isDayjsObject",Q=function(L){return L instanceof W||!(!L||!L[j])},ge=function L(A,w,x){var $;if(!A)return N;if(typeof A=="string"){var K=A.toLowerCase();T[K]&&($=K),w&&(T[K]=w,$=K);var oe=A.split("-");if(!$&&oe.length>1)return L(oe[0])}else{var fe=A.name;T[fe]=A,$=fe}return!x&&$&&(N=$),$||!x&&N},ce=function(L,A){if(Q(L))return L.clone();var w=typeof A=="object"?A:{};return w.date=L,w.args=arguments,new W(w)},p=ie;p.l=ge,p.i=Q,p.w=function(L,A){return ce(L,{locale:A.$L,utc:A.$u,x:A.$x,$offset:A.$offset})};var W=function(){function L(w){this.$L=ge(w.locale,null,!0),this.parse(w),this.$x=this.$x||w.x||{},this[j]=!0}var A=L.prototype;return A.parse=function(w){this.$d=function(x){var $=x.date,K=x.utc;if($===null)return new Date(NaN);if(p.u($))return new Date;if($ instanceof Date)return new Date($);if(typeof $=="string"&&!/Z$/i.test($)){var oe=$.match(b);if(oe){var fe=oe[2]-1||0,me=(oe[7]||"0").substring(0,3);return K?new Date(Date.UTC(oe[1],fe,oe[3]||1,oe[4]||0,oe[5]||0,oe[6]||0,me)):new Date(oe[1],fe,oe[3]||1,oe[4]||0,oe[5]||0,oe[6]||0,me)}}return new Date($)}(w),this.init()},A.init=function(){var w=this.$d;this.$y=w.getFullYear(),this.$M=w.getMonth(),this.$D=w.getDate(),this.$W=w.getDay(),this.$H=w.getHours(),this.$m=w.getMinutes(),this.$s=w.getSeconds(),this.$ms=w.getMilliseconds()},A.$utils=function(){return p},A.isValid=function(){return this.$d.toString()!==I},A.isSame=function(w,x){var $=ce(w);return this.startOf(x)<=$&&$<=this.endOf(x)},A.isAfter=function(w,x){return ce(w)<this.startOf(x)},A.isBefore=function(w,x){return this.endOf(x)<ce(w)},A.$g=function(w,x,$){return p.u(w)?this[x]:this.set($,w)},A.unix=function(){return Math.floor(this.valueOf()/1e3)},A.valueOf=function(){return this.$d.getTime()},A.startOf=function(w,x){var $=this,K=!!p.u(x)||x,oe=p.p(w),fe=function(G,z){var he=p.w($.$u?Date.UTC($.$y,z,G):new Date($.$y,z,G),$);return K?he:he.endOf(u)},me=function(G,z){return p.w($.toDate()[G].apply($.toDate("s"),(K?[0,0,0,0]:[23,59,59,999]).slice(z)),$)},Me=this.$W,Te=this.$M,v=this.$D,B="set"+(this.$u?"UTC":"");switch(oe){case g:return K?fe(1,0):fe(31,11);case h:return K?fe(1,Te):fe(0,Te+1);case c:var X=this.$locale().weekStart||0,J=(Me<X?Me+7:Me)-X;return fe(K?v-J:v+(6-J),Te);case u:case E:return me(B+"Hours",0);case l:return me(B+"Minutes",1);case a:return me(B+"Seconds",2);case o:return me(B+"Milliseconds",3);default:return this.clone()}},A.endOf=function(w){return this.startOf(w,!1)},A.$set=function(w,x){var $,K=p.p(w),oe="set"+(this.$u?"UTC":""),fe=($={},$[u]=oe+"Date",$[E]=oe+"Date",$[h]=oe+"Month",$[g]=oe+"FullYear",$[l]=oe+"Hours",$[a]=oe+"Minutes",$[o]=oe+"Seconds",$[i]=oe+"Milliseconds",$)[K],me=K===u?this.$D+(x-this.$W):x;if(K===h||K===g){var Me=this.clone().set(E,1);Me.$d[fe](me),Me.init(),this.$d=Me.set(E,Math.min(this.$D,Me.daysInMonth())).$d}else fe&&this.$d[fe](me);return this.init(),this},A.set=function(w,x){return this.clone().$set(w,x)},A.get=function(w){return this[p.p(w)]()},A.add=function(w,x){var $,K=this;w=Number(w);var oe=p.p(x),fe=function(Te){var v=ce(K);return p.w(v.date(v.date()+Math.round(Te*w)),K)};if(oe===h)return this.set(h,this.$M+w);if(oe===g)return this.set(g,this.$y+w);if(oe===u)return fe(1);if(oe===c)return fe(7);var me=($={},$[a]=r,$[l]=s,$[o]=n,$)[oe]||1,Me=this.$d.getTime()+w*me;return p.w(Me,this)},A.subtract=function(w,x){return this.add(-1*w,x)},A.format=function(w){var x=this,$=this.$locale();if(!this.isValid())return $.invalidDate||I;var K=w||"YYYY-MM-DDTHH:mm:ssZ",oe=p.z(this),fe=this.$H,me=this.$m,Me=this.$M,Te=$.weekdays,v=$.months,B=$.meridiem,X=function(z,he,le,H){return z&&(z[he]||z(x,K))||le[he].slice(0,H)},J=function(z){return p.s(fe%12||12,z,"0")},G=B||function(z,he,le){var H=z<12?"AM":"PM";return le?H.toLowerCase():H};return K.replace(M,function(z,he){return he||function(le){switch(le){case"YY":return String(x.$y).slice(-2);case"YYYY":return p.s(x.$y,4,"0");case"M":return Me+1;case"MM":return p.s(Me+1,2,"0");case"MMM":return X($.monthsShort,Me,v,3);case"MMMM":return X(v,Me);case"D":return x.$D;case"DD":return p.s(x.$D,2,"0");case"d":return String(x.$W);case"dd":return X($.weekdaysMin,x.$W,Te,2);case"ddd":return X($.weekdaysShort,x.$W,Te,3);case"dddd":return Te[x.$W];case"H":return String(fe);case"HH":return p.s(fe,2,"0");case"h":return J(1);case"hh":return J(2);case"a":return G(fe,me,!0);case"A":return G(fe,me,!1);case"m":return String(me);case"mm":return p.s(me,2,"0");case"s":return String(x.$s);case"ss":return p.s(x.$s,2,"0");case"SSS":return p.s(x.$ms,3,"0");case"Z":return oe}return null}(z)||oe.replace(":","")})},A.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},A.diff=function(w,x,$){var K,oe=this,fe=p.p(x),me=ce(w),Me=(me.utcOffset()-this.utcOffset())*r,Te=this-me,v=function(){return p.m(oe,me)};switch(fe){case g:K=v()/12;break;case h:K=v();break;case d:K=v()/3;break;case c:K=(Te-Me)/6048e5;break;case u:K=(Te-Me)/864e5;break;case l:K=Te/s;break;case a:K=Te/r;break;case o:K=Te/n;break;default:K=Te}return $?K:p.a(K)},A.daysInMonth=function(){return this.endOf(h).$D},A.$locale=function(){return T[this.$L]},A.locale=function(w,x){if(!w)return this.$L;var $=this.clone(),K=ge(w,x,!0);return K&&($.$L=K),$},A.clone=function(){return p.w(this.$d,this)},A.toDate=function(){return new Date(this.valueOf())},A.toJSON=function(){return this.isValid()?this.toISOString():null},A.toISOString=function(){return this.$d.toISOString()},A.toString=function(){return this.$d.toUTCString()},L}(),O=W.prototype;return ce.prototype=O,[["$ms",i],["$s",o],["$m",a],["$H",l],["$W",u],["$M",h],["$y",g],["$D",E]].forEach(function(L){O[L[1]]=function(A){return this.$g(A,L[0],L[1])}}),ce.extend=function(L,A){return L.$i||(L(A,W,ce),L.$i=!0),ce},ce.locale=ge,ce.isDayjs=Q,ce.unix=function(L){return ce(1e3*L)},ce.en=T[N],ce.Ls=T,ce.p={},ce})}(Nr)),Nr.exports}var Nh=yh();const $t=Et(Nh);var Mr={exports:{}},Mh=Mr.exports,So;function Dh(){return So||(So=1,function(e,t){(function(n,r){e.exports=r()})(Mh,function(){return function(n,r){var s=r.prototype,i=s.format;s.format=function(o){var a=this,l=this.$locale();if(!this.isValid())return i.bind(this)(o);var u=this.$utils(),c=(o||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(h){switch(h){case"Q":return Math.ceil((a.$M+1)/3);case"Do":return l.ordinal(a.$D);case"gggg":return a.weekYear();case"GGGG":return a.isoWeekYear();case"wo":return l.ordinal(a.week(),"W");case"w":case"ww":return u.s(a.week(),h==="w"?1:2,"0");case"W":case"WW":return u.s(a.isoWeek(),h==="W"?1:2,"0");case"k":case"kk":return u.s(String(a.$H===0?24:a.$H),h==="k"?1:2,"0");case"X":return Math.floor(a.$d.getTime()/1e3);case"x":return a.$d.getTime();case"z":return"["+a.offsetName()+"]";case"zzz":return"["+a.offsetName("long")+"]";default:return h}});return i.bind(this)(c)}}})}(Mr)),Mr.exports}var Lh=Dh();const Uh=Et(Lh);var Dr={exports:{}},Ph=Dr.exports,vo;function kh(){return vo||(vo=1,function(e,t){(function(n,r){e.exports=r()})(Ph,function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},r=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,s=/\d/,i=/\d\d/,o=/\d\d?/,a=/\d*[^-_:/,()\s\d]+/,l={},u=function(b){return(b=+b)+(b>68?1900:2e3)},c=function(b){return function(M){this[b]=+M}},h=[/[+-]\d\d:?(\d\d)?|Z/,function(b){(this.zone||(this.zone={})).offset=function(M){if(!M||M==="Z")return 0;var V=M.match(/([+-]|\d\d)/g),Y=60*V[1]+(+V[2]||0);return Y===0?0:V[0]==="+"?-Y:Y}(b)}],d=function(b){var M=l[b];return M&&(M.indexOf?M:M.s.concat(M.f))},g=function(b,M){var V,Y=l.meridiem;if(Y){for(var ie=1;ie<=24;ie+=1)if(b.indexOf(Y(ie,0,M))>-1){V=ie>12;break}}else V=b===(M?"pm":"PM");return V},E={A:[a,function(b){this.afternoon=g(b,!1)}],a:[a,function(b){this.afternoon=g(b,!0)}],Q:[s,function(b){this.month=3*(b-1)+1}],S:[s,function(b){this.milliseconds=100*+b}],SS:[i,function(b){this.milliseconds=10*+b}],SSS:[/\d{3}/,function(b){this.milliseconds=+b}],s:[o,c("seconds")],ss:[o,c("seconds")],m:[o,c("minutes")],mm:[o,c("minutes")],H:[o,c("hours")],h:[o,c("hours")],HH:[o,c("hours")],hh:[o,c("hours")],D:[o,c("day")],DD:[i,c("day")],Do:[a,function(b){var M=l.ordinal,V=b.match(/\d+/);if(this.day=V[0],M)for(var Y=1;Y<=31;Y+=1)M(Y).replace(/\[|\]/g,"")===b&&(this.day=Y)}],w:[o,c("week")],ww:[i,c("week")],M:[o,c("month")],MM:[i,c("month")],MMM:[a,function(b){var M=d("months"),V=(d("monthsShort")||M.map(function(Y){return Y.slice(0,3)})).indexOf(b)+1;if(V<1)throw new Error;this.month=V%12||V}],MMMM:[a,function(b){var M=d("months").indexOf(b)+1;if(M<1)throw new Error;this.month=M%12||M}],Y:[/[+-]?\d+/,c("year")],YY:[i,function(b){this.year=u(b)}],YYYY:[/\d{4}/,c("year")],Z:h,ZZ:h};function I(b){var M,V;M=b,V=l&&l.formats;for(var Y=(b=M.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(ce,p,W){var O=W&&W.toUpperCase();return p||V[W]||n[W]||V[O].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(L,A,w){return A||w.slice(1)})})).match(r),ie=Y.length,N=0;N<ie;N+=1){var T=Y[N],j=E[T],Q=j&&j[0],ge=j&&j[1];Y[N]=ge?{regex:Q,parser:ge}:T.replace(/^\[|\]$/g,"")}return function(ce){for(var p={},W=0,O=0;W<ie;W+=1){var L=Y[W];if(typeof L=="string")O+=L.length;else{var A=L.regex,w=L.parser,x=ce.slice(O),$=A.exec(x)[0];w.call(p,$),ce=ce.replace($,"")}}return function(K){var oe=K.afternoon;if(oe!==void 0){var fe=K.hours;oe?fe<12&&(K.hours+=12):fe===12&&(K.hours=0),delete K.afternoon}}(p),p}}return function(b,M,V){V.p.customParseFormat=!0,b&&b.parseTwoDigitYear&&(u=b.parseTwoDigitYear);var Y=M.prototype,ie=Y.parse;Y.parse=function(N){var T=N.date,j=N.utc,Q=N.args;this.$u=j;var ge=Q[1];if(typeof ge=="string"){var ce=Q[2]===!0,p=Q[3]===!0,W=ce||p,O=Q[2];p&&(O=Q[2]),l=this.$locale(),!ce&&O&&(l=V.Ls[O]),this.$d=function(x,$,K,oe){try{if(["x","X"].indexOf($)>-1)return new Date(($==="X"?1e3:1)*x);var fe=I($)(x),me=fe.year,Me=fe.month,Te=fe.day,v=fe.hours,B=fe.minutes,X=fe.seconds,J=fe.milliseconds,G=fe.zone,z=fe.week,he=new Date,le=Te||(me||Me?1:he.getDate()),H=me||he.getFullYear(),ne=0;me&&!Me||(ne=Me>0?Me-1:he.getMonth());var ae,_e=v||0,Ae=B||0,Ue=X||0,q=J||0;return G?new Date(Date.UTC(H,ne,le,_e,Ae,Ue,q+60*G.offset*1e3)):K?new Date(Date.UTC(H,ne,le,_e,Ae,Ue,q)):(ae=new Date(H,ne,le,_e,Ae,Ue,q),z&&(ae=oe(ae).week(z).toDate()),ae)}catch{return new Date("")}}(T,ge,j,V),this.init(),O&&O!==!0&&(this.$L=this.locale(O).$L),W&&T!=this.format(ge)&&(this.$d=new Date("")),l={}}else if(ge instanceof Array)for(var L=ge.length,A=1;A<=L;A+=1){Q[1]=ge[A-1];var w=V.apply(this,Q);if(w.isValid()){this.$d=w.$d,this.$L=w.$L,this.init();break}A===L&&(this.$d=new Date(""))}else ie.call(this,N)}}})}(Dr)),Dr.exports}var Fh=kh();const xh=Et(Fh);var Lr={exports:{}},Bh=Lr.exports,Oo;function $h(){return Oo||(Oo=1,function(e,t){(function(n,r){e.exports=r()})(Bh,function(){return function(n,r,s){var i=r.prototype,o=function(h){return h&&(h.indexOf?h:h.s)},a=function(h,d,g,E,I){var b=h.name?h:h.$locale(),M=o(b[d]),V=o(b[g]),Y=M||V.map(function(N){return N.slice(0,E)});if(!I)return Y;var ie=b.weekStart;return Y.map(function(N,T){return Y[(T+(ie||0))%7]})},l=function(){return s.Ls[s.locale()]},u=function(h,d){return h.formats[d]||function(g){return g.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(E,I,b){return I||b.slice(1)})}(h.formats[d.toUpperCase()])},c=function(){var h=this;return{months:function(d){return d?d.format("MMMM"):a(h,"months")},monthsShort:function(d){return d?d.format("MMM"):a(h,"monthsShort","months",3)},firstDayOfWeek:function(){return h.$locale().weekStart||0},weekdays:function(d){return d?d.format("dddd"):a(h,"weekdays")},weekdaysMin:function(d){return d?d.format("dd"):a(h,"weekdaysMin","weekdays",2)},weekdaysShort:function(d){return d?d.format("ddd"):a(h,"weekdaysShort","weekdays",3)},longDateFormat:function(d){return u(h.$locale(),d)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};i.localeData=function(){return c.bind(this)()},s.localeData=function(){var h=l();return{firstDayOfWeek:function(){return h.weekStart||0},weekdays:function(){return s.weekdays()},weekdaysShort:function(){return s.weekdaysShort()},weekdaysMin:function(){return s.weekdaysMin()},months:function(){return s.months()},monthsShort:function(){return s.monthsShort()},longDateFormat:function(d){return u(h,d)},meridiem:h.meridiem,ordinal:h.ordinal}},s.months=function(){return a(l(),"months")},s.monthsShort=function(){return a(l(),"monthsShort","months",3)},s.weekdays=function(h){return a(l(),"weekdays",null,null,h)},s.weekdaysShort=function(h){return a(l(),"weekdaysShort","weekdays",3,h)},s.weekdaysMin=function(h){return a(l(),"weekdaysMin","weekdays",2,h)}}})}(Lr)),Lr.exports}var Hh=$h();const Wh=Et(Hh);var Ur={exports:{}},jh=Ur.exports,wo;function Yh(){return wo||(wo=1,function(e,t){(function(n,r){e.exports=r()})(jh,function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(r,s,i){var o=s.prototype,a=o.format;i.en.formats=n,o.format=function(l){l===void 0&&(l="YYYY-MM-DDTHH:mm:ssZ");var u=this.$locale().formats,c=function(h,d){return h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(g,E,I){var b=I&&I.toUpperCase();return E||d[I]||n[I]||d[b].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(M,V,Y){return V||Y.slice(1)})})}(l,u===void 0?{}:u);return a.call(this,c)}}})}(Ur)),Ur.exports}var zh=Yh();const Gh=Et(zh);var Pr={exports:{}},Vh=Pr.exports,bo;function Kh(){return bo||(bo=1,function(e,t){(function(n,r){e.exports=r()})(Vh,function(){var n="minute",r=/[+-]\d\d(?::?\d\d)?/g,s=/([+-]|\d\d)/g;return function(i,o,a){var l=o.prototype;a.utc=function(I){var b={date:I,utc:!0,args:arguments};return new o(b)},l.utc=function(I){var b=a(this.toDate(),{locale:this.$L,utc:!0});return I?b.add(this.utcOffset(),n):b},l.local=function(){return a(this.toDate(),{locale:this.$L,utc:!1})};var u=l.parse;l.parse=function(I){I.utc&&(this.$u=!0),this.$utils().u(I.$offset)||(this.$offset=I.$offset),u.call(this,I)};var c=l.init;l.init=function(){if(this.$u){var I=this.$d;this.$y=I.getUTCFullYear(),this.$M=I.getUTCMonth(),this.$D=I.getUTCDate(),this.$W=I.getUTCDay(),this.$H=I.getUTCHours(),this.$m=I.getUTCMinutes(),this.$s=I.getUTCSeconds(),this.$ms=I.getUTCMilliseconds()}else c.call(this)};var h=l.utcOffset;l.utcOffset=function(I,b){var M=this.$utils().u;if(M(I))return this.$u?0:M(this.$offset)?h.call(this):this.$offset;if(typeof I=="string"&&(I=function(N){N===void 0&&(N="");var T=N.match(r);if(!T)return null;var j=(""+T[0]).match(s)||["-",0,0],Q=j[0],ge=60*+j[1]+ +j[2];return ge===0?0:Q==="+"?ge:-ge}(I),I===null))return this;var V=Math.abs(I)<=16?60*I:I,Y=this;if(b)return Y.$offset=V,Y.$u=I===0,Y;if(I!==0){var ie=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(Y=this.local().add(V+ie,n)).$offset=V,Y.$x.$localOffset=ie}else Y=this.utc();return Y};var d=l.format;l.format=function(I){var b=I||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return d.call(this,b)},l.valueOf=function(){var I=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*I},l.isUTC=function(){return!!this.$u},l.toISOString=function(){return this.toDate().toISOString()},l.toString=function(){return this.toDate().toUTCString()};var g=l.toDate;l.toDate=function(I){return I==="s"&&this.$offset?a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():g.call(this)};var E=l.diff;l.diff=function(I,b,M){if(I&&this.$u===I.$u)return E.call(this,I,b,M);var V=this.local(),Y=a(I).local();return E.call(V,Y,b,M)}}})}(Pr)),Pr.exports}var Xh=Kh();const qh=Et(Xh);var kr={exports:{}},Jh=kr.exports,Ao;function Zh(){return Ao||(Ao=1,function(e,t){(function(n,r){e.exports=r()})(Jh,function(){return function(n,r){r.prototype.weekday=function(s){var i=this.$locale().weekStart||0,o=this.$W,a=(o<i?o+7:o)-i;return this.$utils().u(s)?a:this.subtract(a,"day").add(s,"day")}}})}(kr)),kr.exports}var Qh=Zh();const ed=Et(Qh);var Fr={exports:{}},td=Fr.exports,To;function nd(){return To||(To=1,function(e,t){(function(n,r){e.exports=r()})(td,function(){var n="week",r="year";return function(s,i,o){var a=i.prototype;a.week=function(l){if(l===void 0&&(l=null),l!==null)return this.add(7*(l-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var c=o(this).startOf(r).add(1,r).date(u),h=o(this).endOf(n);if(c.isBefore(h))return 1}var d=o(this).startOf(r).date(u).startOf(n).subtract(1,"millisecond"),g=this.diff(d,n,!0);return g<0?o(this).startOf("week").week():Math.ceil(g)},a.weeks=function(l){return l===void 0&&(l=null),this.week(l)}}})}(Fr)),Fr.exports}var rd=nd();const sd=Et(rd);var xr={exports:{}},id=xr.exports,yo;function od(){return yo||(yo=1,function(e,t){(function(n,r){e.exports=r()})(id,function(){return function(n,r){r.prototype.weekYear=function(){var s=this.month(),i=this.week(),o=this.year();return i===1&&s===11?o+1:s===0&&i>=52?o-1:o}}})}(xr)),xr.exports}var ad=od();const ld=Et(ad);$t.extend(xh),$t.extend(Uh),$t.extend(ed),$t.extend(Wh),$t.extend(sd),$t.extend(ld),$t.extend(qh),$t.extend(Gh);function Br(e,t,n,r){if(e>t)throw new Error("a1 should be less than a2");if(n>r)throw new Error("b1 should be less than b2");if(t<n||r<e)return[e,t];if(n<=e&&r>=t)return[];const s=r-n+1;return e<n&&t>r?[e,t-s]:n<=e&&r<t?[r+1-s,t-s]:n>e&&r>=t?[e,n-1]:[e,t]}function ud(e){if(e==null)return!1;const t=e.bullet;return(t==null?void 0:t.listId)!=null}function cd(e){if(e==null)return!1;const t=e.paragraphStyle;return No(t)}function No(e){var t;return!(e==null||(e.indentStart==null||e.indentStart.v===0)&&e.hanging==null||((t=e.hanging)==null?void 0:t.v)===0)}function Mo(e,t,n){return e.slice(0,t)+n+e.slice(t)}function Do(e,t,n){return t>n?e:e.slice(0,t)+e.slice(n)}function hd(e){if(e==null||typeof e=="boolean")return!1;if(typeof e=="number")return!isNaN(e);if(typeof e=="string"){const t=e.trim();return t===""?!1:!isNaN(Number(t))}return!1}function dd(e){let t=0;for(let n=0;n<e.length;n++)t=e.charCodeAt(n)+(t<<6)+(t<<16)-t;return t>>>0}const Ge=Symbol("newer"),ot=Symbol("older");class fd{constructor(t){R(this,"entry");this.entry=t}[Symbol.iterator](){return this}next(){const t=this.entry;return t?(this.entry=t[Ge],{done:!1,value:t.key}):{done:!0,value:void 0}}}class gd{constructor(t){R(this,"entry");this.entry=t}[Symbol.iterator](){return this}next(){const t=this.entry;return t?(this.entry=t[Ge],{done:!1,value:t.value}):{done:!0,value:void 0}}}class md{constructor(t){R(this,"entry");this.entry=t}[Symbol.iterator](){return this}next(){const t=this.entry;return t?(this.entry=t[Ge],{done:!1,value:[t.key,t.value]}):{done:!0,value:void 0}}}ic=Ge,sc=ot;class Lo{constructor(t,n){R(this,"key");R(this,"value");R(this,ic);R(this,sc);this.key=t,this.value=n,this[Ge]=void 0,this[ot]=void 0}toJSON(){return{key:this.key,value:this.value}}}class Yn{constructor(...t){R(this,"_keymap");R(this,"size",0);R(this,"limit");R(this,"oldest");R(this,"newest");R(this,"_onShiftListeners",[]);if(zn.hasLength(t,1)){if(zn.isNumber(t[0])){const n=t[0];this._initialize(n,void 0);return}if(zn.isIterable(t[0])){const n=t[0];this._initialize(0,n);return}return}if(zn.hasLength(t,2)){const n=t[0],r=t[1];this._initialize(n,r)}}onShift(t){if(this._onShiftListeners.indexOf(t)===-1)return this._onShiftListeners.push(t),tt(()=>Fn(this._onShiftListeners,t));throw new Error("[LRUMap]: the listener has been registered!")}_initialize(t,n){this.oldest=void 0,this.newest=void 0,this.size=0,this.limit=t,this._keymap=new Map,n&&(this.assign(n),t<1&&(this.limit=this.size))}_markEntryAsUsed(t){t!==this.newest&&(t[Ge]&&(t===this.oldest&&(this.oldest=t[Ge]),t[Ge][ot]=t[ot]),t[ot]&&(t[ot][Ge]=t[Ge]),t[Ge]=void 0,t[ot]=this.newest,this.newest&&(this.newest[Ge]=t),this.newest=t)}assign(t){let n,r=this.limit||Number.MAX_VALUE;this._keymap.clear();const s=t[Symbol.iterator]();for(let i=s.next();!i.done;i=s.next()){const o=new Lo(i.value[0],i.value[1]);if(this._keymap.set(o.key,o),n?(n[Ge]=o,o[ot]=n):this.oldest=o,n=o,r--===0)throw new Error("overflow")}this.newest=n,this.size=this._keymap.size}set(t,n){let r=this._keymap.get(t);return r?(r.value=n,this._markEntryAsUsed(r),this):(this._keymap.set(t,r=new Lo(t,n)),this.newest?(this.newest[Ge]=r,r[ot]=this.newest):this.oldest=r,this.newest=r,++this.size,this.size>this.limit&&this.shift(),this)}shift(){const t=this.oldest;if(t)return this.oldest&&this.oldest[Ge]?(this.oldest=this.oldest[Ge],this.oldest[ot]=void 0):(this.oldest=void 0,this.newest=void 0),t[Ge]=t[ot]=void 0,this._keymap.delete(t.key),--this.size,this._onShiftListeners.forEach(n=>n(t)),[t.key,t.value]}get(t){const n=this._keymap.get(t);if(n)return this._markEntryAsUsed(n),n.value}has(t){return this._keymap.has(t)}find(t){const n=this._keymap.get(t);return n?n.value:void 0}delete(t){const n=this._keymap.get(t);if(n)return this._keymap.delete(n.key),n[Ge]&&n[ot]?(n[ot][Ge]=n[Ge],n[Ge][ot]=n[ot]):n[Ge]?(n[Ge][ot]=void 0,this.oldest=n[Ge]):n[ot]?(n[ot][Ge]=void 0,this.newest=n[ot]):this.oldest=this.newest=void 0,this.size--,n.value}clear(){this.oldest=void 0,this.newest=void 0,this.size=0,this._keymap.clear()}keys(){return new fd(this.oldest)}values(){return new gd(this.oldest)}entries(){return this[Symbol.iterator]()}[Symbol.iterator](){return new md(this.oldest)}forEach(t,n){typeof n!="object"&&(n=this);let r=this.oldest;for(;r;)t.call(n,r.value,r.key,this),r=r[Ge]}toJSON(){const t=new Array(this.size);let n=0,r=this.oldest;for(;r;)t[n++]={key:r.key,value:r.value},r=r[Ge];return t}toString(){let t="",n=this.oldest;for(;n;)t+=`${String(n.key)}:${n.value}`,n=n[Ge],n&&(t+=" < ");return t}}class zn{static hasLength(t,n){return t.length===n}static getValueType(t){return Object.prototype.toString.apply(t)}static isObject(t){return this.getValueType(t)==="[object Object]"}static isIterable(t){return t[Symbol.iterator]!=null}static isNumber(t){return this.getValueType(t)==="[object Number]"}}var $r={exports:{}},_d=$r.exports,Uo;function pd(){return Uo||(Uo=1,function(e,t){(function(n,r){e.exports=r()})(typeof self<"u"?self:_d,function(){return function(){var n={d:function(C,m){for(var _ in m)n.o(m,_)&&!n.o(C,_)&&Object.defineProperty(C,_,{enumerable:!0,get:m[_]})},o:function(C,m){return Object.prototype.hasOwnProperty.call(C,m)}},r={};n.d(r,{default:function(){return ft}});var s={1078:"af",1052:"sq",1118:"am",5121:"ar_DZ",15361:"ar_BH",3073:"ar_EG",2049:"ar_IQ",11265:"ar_JO",13313:"ar_KW",12289:"ar_LB",4097:"ar_LY",6145:"ar_MA",8193:"ar_OM",16385:"ar_QA",1025:"ar_SA",10241:"ar_SY",7169:"ar_TN",14337:"ar_AE",9217:"ar_YE",1067:"hy",1101:"as",2092:"az_AZ",1068:"az_AZ",1069:"eu",1059:"be",2117:"bn",1093:"bn_IN",5146:"bs",1026:"bg",1109:"my",1027:"ca",2052:"zh_CN",3076:"zh_HK",5124:"zh_MO",4100:"zh_SG",1028:"zh_TW",1050:"hr",1029:"cs",1030:"da",1125:"dv",2067:"nl_BE",1043:"nl_NL",1126:"bin",3081:"en_AU",10249:"en_BZ",4105:"en_CA",9225:"en_CB",2057:"en_GB",16393:"en_IN",6153:"en_IE",8201:"en_JM",5129:"en_NZ",13321:"en_PH",7177:"en_ZA",11273:"en_TT",1033:"en_US",12297:"en_ZW",1061:"et",1071:"mk",1080:"fo",1065:"fa",1124:"fil",1035:"fi",2060:"fr_BE",11276:"fr_CM",3084:"fr_CA",9228:"fr_CG",12300:"fr_CI",1036:"fr_FR",5132:"fr_LU",13324:"fr_ML",6156:"fr_MC",14348:"fr_MA",10252:"fr_SN",4108:"fr_CH",7180:"fr",1122:"fy_NL",2108:"gd_IE",1084:"gd",1110:"gl",1079:"ka",3079:"de_AT",1031:"de_DE",5127:"de_LI",4103:"de_LU",2055:"de_CH",1032:"el",1140:"gn",1095:"gu",1279:"en",1037:"he",1081:"hi",1038:"hu",1039:"is",1136:"ig_NG",1057:"id",1040:"it_IT",2064:"it_CH",1041:"ja",1099:"kn",1120:"ks",1087:"kk",1107:"km",1111:"kok",1042:"ko",1088:"ky",1108:"lo",1142:"la",1062:"lv",1063:"lt",2110:"ms_BN",1086:"ms_MY",1100:"ml",1082:"mt",1112:"mni",1153:"mi",1102:"mr",1104:"mn",2128:"mn",1121:"ne",1044:"no_NO",2068:"no_NO",1096:"or",1045:"pl",1046:"pt_BR",2070:"pt_PT",1094:"pa",1047:"rm",2072:"ro_MO",1048:"ro_RO",1049:"ru",2073:"ru_MO",1083:"se",1103:"sa",3098:"sr_SP",2074:"sr_SP",1072:"st",1074:"tn",1113:"sd",1115:"si",1051:"sk",1060:"sl",1143:"so",1070:"sb",11274:"es_AR",16394:"es_BO",13322:"es_CL",9226:"es_CO",5130:"es_CR",7178:"es_DO",12298:"es_EC",17418:"es_SV",4106:"es_GT",18442:"es_HN",2058:"es_MX",19466:"es_NI",6154:"es_PA",15370:"es_PY",10250:"es_PE",20490:"es_PR",1034:"es_ES",14346:"es_UY",8202:"es_VE",1089:"sw",2077:"sv_FI",1053:"sv_SE",1114:"syc",1064:"tg",1097:"ta",1092:"tt",1098:"te",1054:"th",1105:"bo",1073:"ts",1055:"tr",1090:"tk",1058:"uk",1056:"ur",2115:"uz_UZ",1091:"uz_UZ",1075:"ve",1066:"vi",1106:"cy",1076:"xh",1085:"yi",1077:"zu"};const i=/^([a-z\d]+)(?:[_-]([a-z\d]+))?(?:\.([a-z\d]+))?(?:@([a-z\d]+))?$/i,o={},a={group:" ",decimal:".",positive:"+",negative:"-",percent:"%",exponent:"E",nan:"NaN",infinity:"∞",ampm:["AM","PM"],mmmm6:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"],mmm6:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],mmmm:["January","February","March","April","May","June","July","August","September","October","November","December"],mmm:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dddd:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ddd:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]};function l(C){const m=i.exec(C);if(!m)throw new SyntaxError("Malformed locale: ".concat(C));return{lang:m[1]+(m[2]?"_"+m[2]:""),language:m[1],territory:m[2]||"",codeset:m[3]||"",modifier:m[4]||""}}function u(C){if(typeof C=="number")return s[65535&C]||null;const m=parseInt(C,16);return isFinite(m)&&s[65535&m]?s[65535&m]||null:i.test(C)?C:null}function c(C){const m=u(C);let _=null;if(m){const y=l(m);_=o[y.lang]||o[y.language]||null}return _}function h(C){return Object.assign({},a,C)}function d(C,m){const _=typeof m=="object"?m:l(m);return o[_.lang]=h(C),_.language===_.lang||o[_.language]||(o[_.language]=h(C)),o[_.lang]}const g=h({group:","});function E(C,m){if(typeof C!="number")return C;if(C<0)return-E(-C,m);if(m){const _=10**(m||0)||1;return E(C*_,0)/_}return Math.round(C)}g.isDefault=!0,d({group:",",ampm:["上午","下午"],mmmm:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],mmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],ddd:["周日","周一","周二","周三","周四","周五","周六"]},"zh_CN"),d({group:",",nan:"非數值",ampm:["上午","下午"],mmmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],mmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],ddd:["週日","週一","週二","週三","週四","週五","週六"]},"zh_TW"),d({group:",",ampm:["午前","午後"],mmmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],mmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],ddd:["日","月","火","水","木","金","土"]},"ja"),d({group:",",ampm:["오전","오후"],mmmm:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],mmm:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],dddd:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],ddd:["일","월","화","수","목","금","토"]},"ko"),d({group:",",ampm:["ก่อนเที่ยง","หลังเที่ยง"],mmmm:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],mmm:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],dddd:["วันอาทิตย์","วันจันทร์","วันอังคาร","วันพุธ","วันพฤหัสบดี","วันศุกร์","วันเสาร์"],ddd:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."]},"th"),d({decimal:",",ampm:["dop.","odp."],mmmm:["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"],mmm:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],dddd:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],ddd:["ne","po","út","st","čt","pá","so"]},"cs"),d({group:".",decimal:",",mmmm:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],mmm:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],dddd:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],ddd:["søn.","man.","tir.","ons.","tor.","fre.","lør."]},"da"),d({group:".",decimal:",",ampm:["a.m.","p.m."],mmmm:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],mmm:["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],dddd:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],ddd:["zo","ma","di","wo","do","vr","za"]},"nl"),d({group:","},"en"),d({decimal:",",nan:"epäluku",ampm:["ap.","ip."],mmmm:["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kesäkuuta","heinäkuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"],mmm:["tammik.","helmik.","maalisk.","huhtik.","toukok.","kesäk.","heinäk.","elok.","syysk.","lokak.","marrask.","jouluk."],dddd:["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"],ddd:["su","ma","ti","ke","to","pe","la"]},"fi"),d({group:" ",decimal:",",mmmm:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],mmm:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],dddd:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],ddd:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."]},"fr"),d({group:".",decimal:",",mmmm:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],mmm:["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],dddd:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],ddd:["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]},"de"),d({group:".",decimal:",",ampm:["π.μ.","μ.μ."],mmmm:["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"],mmm:["Ιαν","Φεβ","Μαρ","Απρ","Μαΐ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],dddd:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],ddd:["Κυρ","Δευ","Τρί","Τετ","Πέμ","Παρ","Σάβ"]},"el"),d({decimal:",",ampm:["de.","du."],mmmm:["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],mmm:["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."],dddd:["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],ddd:["V","H","K","Sze","Cs","P","Szo"]},"hu"),d({group:".",decimal:",",ampm:["f.h.","e.h."],mmmm:["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"],mmm:["jan.","feb.","mar.","apr.","maí","jún.","júl.","ágú.","sep.","okt.","nóv.","des."],dddd:["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],ddd:["sun.","mán.","þri.","mið.","fim.","fös.","lau."]},"is"),d({group:".",decimal:",",mmmm:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],mmm:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],dddd:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],ddd:["Min","Sen","Sel","Rab","Kam","Jum","Sab"]},"id"),d({group:".",decimal:",",mmmm:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],mmm:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],dddd:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],ddd:["dom","lun","mar","mer","gio","ven","sab"]},"it"),d({decimal:",",ampm:["a.m.","p.m."],mmmm:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],mmm:["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],dddd:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],ddd:["søn.","man.","tir.","ons.","tor.","fre.","lør."]},"nb"),d({decimal:",",mmmm:["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"],mmm:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],dddd:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],ddd:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."]},"pl"),d({group:".",decimal:",",mmmm:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],mmm:["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],dddd:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],ddd:["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]},"pt"),d({decimal:",",nan:"не число",mmmm:["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"],mmm:["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],dddd:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],ddd:["вс","пн","вт","ср","чт","пт","сб"]},"ru"),d({decimal:",",mmmm:["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"],mmm:["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],dddd:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],ddd:["ne","po","ut","st","št","pi","so"]},"sk"),d({group:".",decimal:",",ampm:["a. m.","p. m."],mmmm:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],mmm:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],dddd:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],ddd:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."]},"es"),d({decimal:",",ampm:["fm","em"],mmmm:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],mmm:["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],dddd:["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],ddd:["sön","mån","tis","ons","tors","fre","lör"]},"sv"),d({group:".",decimal:",",ampm:["ÖÖ","ÖS"],mmmm:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],mmm:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],dddd:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],ddd:["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"]},"tr");function I(C,m,_){const y=C<0?-1:1,D=10**(m||2),k=10**(_||2);let P,F,S=Math.abs(C),ee=0,Ee=0,Z=0,pe=1;if((C=S)%1==0)F=[C*y,1];else if(C<1e-19)F=[y,1e19];else if(C>1e19)F=[1e19*y,1];else{do if(S=1/(S-Math.floor(S)),P=pe,pe=pe*Math.floor(S)+ee,ee=P,Ee=Z,Z=Math.floor(C*pe+.5),Z>=D||pe>=k)return[y*Ee,ee];while(Math.abs(C-Z/pe)>=1e-10&&S!==Math.floor(S));F=[y*Z,pe]}return F}const b={overflow:"######",dateErrorThrows:!1,dateErrorNumber:!0,dateSpanLarge:!0,leap1900:!0,nbsp:!0,throws:!0,invalid:"######",locale:"",ignoreTimezone:!1},M=Object.assign({},b);function V(C){if(C===null&&(C=b),C){for(const m in C)if(m in b){const _=C[m];M[m]=_==null?b[m]:_}}return{...M}}const Y={"#":"",0:"0","?":" "},ie={"@":"text","-":"minus","+":"plus"},N=["#000","#FFF","#F00","#0F0","#00F","#FF0","#F0F","#0FF","#000","#FFF","#F00","#0F0","#00F","#FF0","#F0F","#0FF","#800","#080","#008","#880","#808","#088","#CCC","#888","#99F","#936","#FFC","#CFF","#606","#F88","#06C","#CCF","#008","#F0F","#FF0","#0FF","#808","#800","#088","#00F","#0CF","#CFF","#CFC","#FF9","#9CF","#F9C","#C9F","#FC9","#36F","#3CC","#9C0","#FC0"],T=["¤","$","£","¥","֏","؋","৳","฿","៛","₡","₦","₩","₪","₫","€","₭","₮","₱","₲","₴","₸","₹","₺","₼","₽","₾","₿"],j=new RegExp("["+T.join("")+"]");function Q(C,m,_){return m[_+"_max"]=C.length,m[_+"_min"]=C.replace(/#/g,"").length,m}const ge={};function ce(C){if(!(C in ge)){const m=[],_=C.replace(/^[#,]+/,"").replace(/[1-9]\d*/g,y=>"?".repeat(y.length));for(let y=0;y<_.length;y++){const D=_.charAt(y);m[y]=D in Y?Y[D]:D}ge[C]=m.join("")}return ge[C]}function p(C,m){typeof C=="string"&&(C={type:"string",value:C=C.replace(/ /g,Y["?"])}),m.push(C)}function W(C){const m=[],_={scale:1,percent:!1,text:!1,date:0,date_eval:!1,date_system:1,sec_decimals:0,general:!1,clock:24,int_pattern:[],frac_pattern:[],man_pattern:[],den_pattern:[],num_pattern:[],tokens:m};let y=C+"",D="int",k=!1,P=null;const F=[];let S,ee,Ee=!1;for(;y&&!k;){if(S=/^General/i.exec(y))_.general=!0,p({type:"general"},m);else if(D==="int"&&(S=/^[#?0]+(?:,[#?0]+)*/.exec(y))||D==="den"&&(S=/^[#?\d]+/.exec(y))||(S=/^[#?0]+/.exec(y)))_[D+"_pattern"].push(S[0]),P={type:D,num:S[0]},p(P,m);else if((S=/^\//.exec(y))&&_[D+"_pattern"].length){if(!P)throw new SyntaxError("Missing a numerator in pattern ".concat(C));_.fractions=!0,_.num_pattern.push(_[D+"_pattern"].pop()),P.type="num",D="den",p({type:"div"},m)}else if(S=/^,+/.exec(y)){const U=y.charAt(1)in Y;ee.slice(-1)in Y&&(S[0].length>1||!U)?_.scale=.001**S[0].length:_.dec_fractions||p(S[0],m)}else{if(S=/^;/.exec(y)){k=!0;break}if(S=/^[@+-]/.exec(y))S[0]==="@"&&(_.text=!0),p({type:ie[S[0]]},m);else if(S=/^(?:\[(h+|m+|s+)\])/i.exec(y)){const U=S[1].toLowerCase(),te=U[0],Ie={type:"",size:0,date:1,raw:S[0],pad:U.length};te==="h"?(Ie.size=16,Ie.type="hour-elap"):te==="m"?(Ie.size=32,Ie.type="min-elap"):(Ie.size=64,Ie.type="sec-elap"),_.date=_.date|Ie.size,F.push(Ie),p(Ie,m)}else if(S=/^(?:B2)/i.exec(y))Ee||(_.date_system=6);else if(S=/^(?:B1)/i.exec(y))Ee||(_.date_system=1);else if(S=/^(?:([hHmMsSyYbBdDegG])\1*)/.exec(y)){const U={type:"",size:0,date:1,raw:S[0]},te=S[0].toLowerCase(),Ie=te[0];if(te==="y"||te==="yy")U.size=2,U.type="year-short";else if(Ie==="y"||Ie==="e")U.size=2,U.type="year";else if(te==="b"||te==="bb")U.size=2,U.type="b-year-short";else if(Ie==="b")U.size=2,U.type="b-year";else if(te==="d"||te==="dd")U.size=8,U.type="day",U.pad=/dd/.test(te);else if(te==="ddd")U.size=8,U.type="weekday-short";else if(Ie==="d")U.size=8,U.type="weekday";else if(Ie==="h")U.size=16,U.type="hour",U.pad=/hh/i.test(te);else if(Ie==="m"){te.length===3?(U.size=4,U.type="monthname-short"):te.length===5?(U.size=4,U.type="monthname-single"):te.length>=4&&(U.size=4,U.type="monthname");const ye=F[F.length-1];!U.type&&ye&&!ye.used&&80&ye.size&&(ye.used=!0,U.size=32,U.type="min",U.pad=/mm/.test(te)),U.type||(U.size=4,U.type="month",U.pad=/mm/.test(te),U.indeterminate=!0)}else if(Ie==="s"){U.size=64,U.type="sec",U.pad=/ss/.test(te);const ye=F[F.length-1];ye&&32&ye.size?U.used=!0:ye&&ye.indeterminate&&(delete ye.indeterminate,ye.size=32,ye.type="min",U.used=!0)}_.date=_.date|U.size,_.date_eval=!0,F.push(U),p(U,m)}else if(S=/^(?:AM\/PM|am\/pm|A\/P)/.exec(y))_.clock=12,_.date=16|_.date,_.date_eval=!0,p({type:"am",short:S[0]==="A/P"},m);else if(_.date&&(S=/^\.0{1,3}/i.exec(y))){const U=S[0].length-1,te=[64,128,256,512][U];_.date=_.date|te,_.date_eval=!0,_.sec_decimals=Math.max(_.sec_decimals,U),p({type:"subsec",size:te,decimals:U,date:1,raw:S[0]},m)}else if((S=/^\\(.)/.exec(y))||(S=/^"([^"]*?)"/.exec(y)))p(S[1],m);else if(S=/^\[(<[=>]?|>=?|=)\s*(-?[.\d]+)\]/.exec(y))_.condition=[S[1],parseFloat(S[2],10)];else if(S=/^\[\$([^\]]+)\]/.exec(y)){const U=S[1].split("-"),te=U.length<2?"":U[U.length-1],Ie=U[0];Ie&&p(Ie,m);const ye=u(te);ye&&(_.locale=ye);const Fe=parseInt(te,16);isFinite(Fe)&&16711680&Fe&&(Fe>>16&255)===6&&(_.date_system=6),Ee=!0}else if(S=/^\[(black|blue|cyan|green|magenta|red|white|yellow|color\s*(\d+))\]/i.exec(y))_.color=S[2]?N[parseInt(S[2],10)]||"#000":S[1].toLowerCase();else if(!(S=/^\[(DBNum1|ENG|HIJ|JPN|TWN)\]/i.exec(y))){if(S=/^%/.exec(y))_.scale=100,_.percent=!0,p("%",m);else if(S=/^_(\\.|.)/.exec(y))p(" ",m);else if(S=/^\./.exec(y))p({type:"point",value:S[0]},m),_.dec_fractions=!0,D="frac";else if(S=/^[Ee]([+-]?|(?=[0#?]))/.exec(y))_.exponential=!0,_.exp_plus=S[1]==="+",D="man",p({type:"exp",plus:S[1]==="+"},m);else if(!(S=/^\*(\\.|.)/.exec(y))){if(S=/^[BENn[]/.exec(y))throw new SyntaxError("Unexpected char ".concat(y.charAt(0)," in pattern ").concat(C));y[0]==="("&&(_.parens=!0),S=[y[0]],p(S[0],m)}}}ee=S[0],y=y.slice(S?S[0].length:1)}if(_.pattern=C.slice(0,C.length-y.length),/^((?:\[[^\]]+\])+)(;|$)/.test(_.pattern)&&!/^\[(?:h+|m+|s+)\]/.test(_.pattern)&&p({type:"text"},m),_.fractions&&_.dec_fractions||_.fractions&&_.exponential)throw new SyntaxError("Invalid pattern: ".concat(_.pattern));const Z=_.int_pattern.join("");if(_.grouping=Z.indexOf(",")>=0,_.grouping){const U=Z.split(","),te=U.length;te===2?(_.group_pri=U[1].length,_.group_sec=_.group_pri):te>2&&(_.group_pri=U[te-1].length,_.group_sec=U[te-2].length)}else _.group_pri=0,_.group_sec=0;Q(Z.replace(/[,]/g,""),_,"int"),Q(_.frac_pattern.join(""),_,"frac"),Q(_.man_pattern.join(""),_,"man");let pe=_.num_pattern.join(""),be=_.den_pattern.join("");const de=/\?/.test(be)||/\?/.test(pe);return be=be.replace(/\d/g,de?"?":"#"),de&&(be=be.replace(/#$/g,"?")),Q(pe,_,"num"),Q(be,_,"den"),de&&(pe=pe.replace(/#$/g,"?")),_.int_padding=ce(_.int_pattern.join("")),_.man_padding=ce(_.man_pattern.join("")),_.num_padding=ce(pe),_.den_padding=ce(be),_.den_pattern.length&&(_.denominator=parseInt(_.den_pattern.join("").replace(/\D/g,""),10)),_.integer=!!_.int_pattern.join("").length,_.fractions&&m.forEach((U,te)=>{const Ie=m[te+1];U.type==="string"&&Ie&&(Ie.type==="num"?U.rule="num+int":Ie.type==="div"?U.rule="num":Ie.type==="den"&&(U.rule="den"))}),_}const O=C=>{const m=C.condition;m&&m[1]<0&&(m[0]==="<"||m[0]==="<="||m[0]==="=")||C.tokens.unshift({type:"minus",volatile:!0})};function L(C){const m=[];let _,y=!1,D=null,k=C,P=0,F=!1,S=0,ee=0;do{if(F=W(k),(F.date||F.general)&&(F.int_pattern.length||F.frac_pattern.length||F.scale!==1||F.text))throw new Error("Illegal format");if(F.condition&&(ee++,y=!0),F.text){if(D)throw new Error("Unexpected partition");D=F}F.locale&&(_=u(F.locale)),m.push(F),P=k.charAt(F.pattern.length)===";"?1:0,k=k.slice(F.pattern.length+P),S++}while(P&&S<4&&ee<3);if(P)throw new Error("Unexpected partition");if(ee>2)throw new Error("Unexpected condition");const Ee=m[3];if(Ee&&(Ee.int_pattern.length||Ee.frac_pattern.length||Ee.date))throw new Error("Unexpected partition");if(y){const Z=m.length;if(Z===1&&(m[1]=W("General"),m[1].generated=!0),Z<3){const pe=m[0],be=m[1];if(O(pe),be.condition)O(be);else{const de=pe.condition;(de[0]==="="||de[1]>=0&&(de[0]===">"||de[0]===">="))&&be.tokens.unshift({type:"minus",volatile:!0})}}else m.forEach(O)}else{if(m.length<4&&D)for(let Z=0,pe=m.length;Z<pe;Z++)m[Z]===D&&m.splice(Z,1);if(m.length<1&&D&&(m[0]=W("General"),m[0].generated=!0),m.length<2){const Z=W(m[0].pattern);Z.tokens.unshift({type:"minus",volatile:!0}),Z.generated=!0,m.push(Z)}if(m.length<3){const Z=W(m[0].pattern);Z.generated=!0,m.push(Z)}if(m.length<4)if(D)m.push(D);else{const Z=W("@");Z.generated=!0,m.push(Z)}m[0].condition=[">",0],m[1].condition=["<",0],m[2].condition=null}return{pattern:C,partitions:m,locale:_}}const A=Math.floor;function w(C){if((!(arguments.length>1&&arguments[1]!==void 0)||arguments[1])&&C>=0){if(C===0)return[1900,1,0];if(C===60)return[1900,2,29];if(C<60)return[1900,C<32?1:2,(C-1)%31+1]}let _=C+68569+2415019;const y=A(4*_/146097);_-=A((146097*y+3)/4);const D=A(4e3*(_+1)/1461001);_=_-A(1461*D/4)+31;const k=A(80*_/2447),P=_-A(2447*k/80);_=A(k/11);const F=k+2-12*_;return[0|100*(y-49)+D+_,0|F,0|P]}function x(C){return w(C+1462)}function $(C){if(C===60)throw new Error("#VALUE!");if(C<=1)return[1317,8,29];if(C<60)return[1317,C<32?9:10,1+(C-2)%30];const m=10631/30,_=.1335;let y=C+466935;const D=A(y/10631);y-=10631*D;const k=A((y-_)/m);y-=A(k*m+_);const P=A((y+28.5001)/29.5);return P===13?[30*D+k,12,30]:[30*D+k,P,y-A(29.5001*P-29)]}function K(C){let m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,_=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2];const y=A(C);return m===6?$(y):m===-1?x(y):w(y,_)}const oe=Math.floor,fe=86400;function me(C,m){let _=null;if(Array.isArray(C)){const[y,D,k,P,F,S]=C;_=Date.UTC(y,D==null?0:D-1,k!=null?k:1,P||0,F||0,S||0)}else if(C instanceof Date&&(_=1*C,!m||!m.ignoreTimezone)){const y=new Date;y.setUTCFullYear(C.getFullYear(),C.getMonth(),C.getDate()),y.setUTCHours(C.getHours(),C.getMinutes(),C.getSeconds(),C.getMilliseconds()),_=1*y}if(_!=null&&isFinite(_)){const y=_/864e5;return y-(y<=-25509?-25568:-25569)}return C}function Me(C,m){let _=0|C;const y=fe*(C-_);let D=oe(y);y-D>.9999&&(D+=1,D===fe&&(D=0,_+=1));const k=D<0?fe+D:D,[P,F,S]=K(C,0,m&&m.leap1900),ee=oe(k/60/60)%60,Ee=oe(k/60)%60,Z=oe(k)%60;if(m&&m.nativeDate){const pe=new Date(0);return pe.setUTCFullYear(P,F-1,S),pe.setUTCHours(ee,Ee,Z),pe}return[P,F,S,ee,Ee,Z]}function Te(C){return!!(C[0]&&C[0].percent||C[1]&&C[1].percent||C[2]&&C[2].percent||C[3]&&C[3].percent)}function v(C){return!!(C[0]&&C[0].date||C[1]&&C[1].date||C[2]&&C[2].date||C[3]&&C[3].date)}function B(C){const[m,_,y,D]=C;return!(m&&!m.generated||_&&!_.generated||y&&!y.generated||!D||!D.text||D.generated)}const X={text:15,datetime:10.8,date:10.8,time:10.8,percent:10.6,currency:10.4,grouped:10.2,scientific:6,number:4,fraction:2,general:0,error:0},J=[["DMY",1],["DM",2],["MY",3],["MDY",4],["MD",5],["hmsa",6],["hma",7],["hms",8],["hm",9]],G={total:1,sign:0,period:0,int:1,frac:0},z=(C,m)=>C.replace(/\./,m.decimal);function he(C,m,_,y){const D=0|_;if(typeof _=="string")C.push(_);else if(_===D)C.push(Math.abs(D));else{const k=Math.abs(_);let P=k?Math.floor(Math.log10(k)):0,F=P<0?k*10**-P:k/10**P;F===10&&(F=1,P++);const S=function(Ee){let Z=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];const pe=Math.abs(Ee);if(!pe)return G;const be=Z&&Ee<0?1:0,de=Math.floor(pe),U=Math.floor(Math.log10(pe)+1);let te=0,Ie=0;if(de!==pe){te=1;const ye=String(E(U<0?pe*10**-U:pe/10**U,15));let Fe=ye.length,xe=!0,ze=0;for(;ze<=ye.length;){if(ye[ze]==="."){Fe--;break}ye[ze]==="0"&&xe?Fe--:xe=!1,ze++}Ie=Fe-U,Ie<0&&(Ie=0,te=0)}return{total:be+Math.max(U,1)+te+Ie,digits:Math.max(U,0)+Ie,sign:be,period:te,int:Math.max(U,1),frac:Ie}}(k),ee=()=>{const Ee=Math.abs(P);let Z;Z=F===1?F:E(F,5),C.push(z(Z+"",y),y.exponent,P<0?y.negative:y.positive,Ee<10?"0":"",Ee)};if(P>=-4&&P<=-1){const Ee=k.toPrecision(10+P).replace(/\.?0+$/,"");C.push(z(Ee,y))}else if(P===10){const Ee=k.toFixed(10).slice(0,12).replace(/\.$/,"");C.push(z(Ee,y))}else if(Math.abs(P)<=9)if(S.total<=11){const Ee=E(k,9).toFixed(S.frac);C.push(z(Ee,y))}else P===9?C.push(Math.floor(k)):P>=0&&P<9?C.push(E(k,9-P)):ee();else S.total>=12?ee():Math.floor(k)===k?C.push(Math.floor(k)):C.push(z(E(k,9).toFixed(S.frac),y))}return C}const le=86400,H={int:"integer",frac:"fraction",man:"mantissa",num:"numerator",den:"denominator"},ne=function(C){let m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;const _=Math.floor(Math.log10(C));return m>1?Math.floor(_/m)*m:_};function ae(C,m,_,y){let D="",k="",P="",F="",S="",ee=0,Ee=0|C,Z=0,pe=0,be=1,de=0,U=0,te=0,Ie=0,ye=0,Fe=0;const xe=y||g;if(!m.text&&isFinite(m.scale)&&m.scale!==1&&(C=function(Oe){if(Oe===0)return Oe;const De=Math.ceil(Math.log10(Oe<0?-Oe:Oe)),se=10**(16-Math.floor(De));return Math.round(Oe*se)/se}(C*m.scale)),m.exponential){let Oe=Math.abs(C);if(Oe){const De=10**-ne(Oe,m.int_max),se=E(Oe*De,m.frac_max)/De;ee=ne(se,m.int_max)}Oe/=10**ee,C=C<0?-Oe:Oe,D+=Math.abs(ee)}if(m.integer){const Oe=Math.abs(E(C,m.fractions?1:m.frac_max));S+=Oe<1?"":Math.floor(Oe)}if(m.grouping){let Oe="",De=S.length;for(De>m.group_pri&&(De-=m.group_pri,Oe=xe.group+S.slice(De,De+m.group_pri)+Oe);De>m.group_sec;)De-=m.group_sec,Oe=xe.group+S.slice(De,De+m.group_sec)+Oe;S=De?S.slice(0,De)+Oe:Oe}m.dec_fractions&&(F=String(E(C,m.frac_max)).split(".")[1]||"");let ze=!1;if(m.fractions){const Oe=Math.abs(m.integer?C%1:C);if(Oe)if(ze=!0,isFinite(m.denominator))P+=m.denominator,k+=E(Oe*m.denominator),k==="0"&&(k="",P="",ze=!1,S||(S="0"));else{const De=I(Oe,m.integer?m.num_max:1/0,m.den_max);k+=De[0],P+=De[1],m.integer&&k==="0"&&(S||(S="0"),k="",P="",ze=!1)}}if(m.date){Ee=Math.trunc(C);const Oe=le*(C-Ee);if(Z=Math.floor(Oe),Fe=Oe-Z,Math.abs(Fe)<1e-6?Fe=0:Fe>.9999&&(Fe=0,Z+=1,Z===le&&(Z=0,Ee+=1)),Fe){const De=512&m.date||256&m.date||128&m.date;(De===512&&Fe>.9995||De===256&&Fe>.995||De===128&&Fe>.95||!De&&Fe>=.5)&&(Z++,Fe=0)}if(Ee||m.date_system){const De=K(C,m.date_system,_.leap1900);pe=De[0],be=De[1],de=De[2]}if(Z){const De=Z<0?le+Z:Z;ye=Math.floor(De)%60,Ie=Math.floor(De/60)%60,te=Math.floor(De/60/60)%60}if(U=(6+Ee)%7,m.date_eval&&(gt=C,pt=Ee+Z/le,_.dateSpanLarge?gt<-694324||pt>=35830291:gt<0||pt>=2958466)){if(_.dateErrorThrows)throw new Error("Date out of bounds");return _.dateErrorNumber?he(C<0?[xe.negative]:[],0,C,xe).join(""):_.overflow}}var gt,pt;if(m.int_padding&&(S=m.int_padding.length===1?S||m.int_padding:m.int_padding.substring(0,m.int_padding.length-S.length)+S),m.num_padding&&(k=m.num_padding.length===1?k||m.num_padding:m.num_padding.substring(0,m.num_padding.length-k.length)+k),m.den_padding&&(P=m.den_padding.length===1?P||m.den_padding:P+m.den_padding.slice(P.length)),m.man_padding){const Oe=m.exp_plus?"+":"";D=m.man_padding.length===1?(ee<0?"-":Oe)+(D||m.man_padding):(ee<0?"-":Oe)+m.man_padding.slice(0,m.man_padding.length-D.length)+D}const Re=[];let et=0;const we={int:0,frac:0,man:0,num:0,den:0};for(let Oe=0,De=m.tokens.length;Oe<De;Oe++){const se=m.tokens[Oe],ct=se.num?se.num.length:0;if(se.type==="string")se.rule?se.rule==="num"?ze?Re.push(se.value):(m.num_min>0||m.den_min>0)&&Re.push(se.value.replace(/./g,Y["?"])):se.rule==="num+int"?ze&&S?Re.push(se.value):m.den_min>0&&(S||m.num_min)&&Re.push(se.value.replace(/./g,Y["?"])):se.rule==="den"&&(ze?Re.push(se.value):(m.den_min>0||m.den_min>0)&&Re.push(se.value.replace(/./g,Y["?"]))):Re.push(se.value);else if(se.type==="error")Re.push(_.invalid);else if(se.type==="point")Re.push(m.date?se.value:xe.decimal);else if(se.type==="general")he(Re,0,C,xe);else if(se.type==="exp")Re.push(xe.exponent);else if(se.type==="minus")se.volatile&&m.date||se.volatile&&(C>=0||typeof C!="number")||(se.volatile&&!m.fractions&&(m.integer||m.dec_fractions)?(C<0&&S&&S!=="0"||F)&&Re.push(xe.negative):Re.push(xe.negative));else if(se.type==="plus")Re.push(xe.positive);else if(se.type==="text")Re.push(C);else if(se.type==="div")ze?Re.push("/"):m.num_min>0||m.den_min>0?Re.push(Y["?"]):Re.push(Y["#"]);else if(se.type==="int")if(m.int_pattern.length===1)Re.push(S);else{const He=et?m.int_pattern.join("").length-we.int:1/0,kt=et===m.int_pattern.length-1?0:m.int_pattern.join("").length-(we.int+se.num.length);Re.push(S.substring(S.length-He,S.length-kt)),et++,we.int+=se.num.length}else if(se.type==="frac"){const He=we.frac;for(let kt=0;kt<ct;kt++)Re.push(F[kt+He]||Y[se.num[kt]]);we.frac+=ct}else if(se.type in H)m[se.type+"_pattern"].length===1?(se.type==="int"&&Re.push(S),se.type==="frac"&&Re.push(F),se.type==="man"&&Re.push(D),se.type==="num"&&Re.push(k),se.type==="den"&&Re.push(P)):(Re.push(H[se.type].slice(we[se.type],we[se.type]+ct)),we[se.type]+=ct);else if(se.type==="year")pe<0&&Re.push(xe.negative),Re.push(String(Math.abs(pe)).padStart(4,"0"));else if(se.type==="year-short"){const He=pe%100;Re.push(He<10?"0":"",He)}else if(se.type==="month")Re.push(se.pad&&be<10?"0":"",be);else if(se.type==="monthname-single")m.date_system===6?Re.push(xe.mmmm6[be-1].charAt(0)):Re.push(xe.mmmm[be-1].charAt(0));else if(se.type==="monthname-short")m.date_system===6?Re.push(xe.mmm6[be-1]):Re.push(xe.mmm[be-1]);else if(se.type==="monthname")m.date_system===6?Re.push(xe.mmmm6[be-1]):Re.push(xe.mmmm[be-1]);else if(se.type==="weekday-short")Re.push(xe.ddd[U]);else if(se.type==="weekday")Re.push(xe.dddd[U]);else if(se.type==="day")Re.push(se.pad&&de<10?"0":"",de);else if(se.type==="hour"){const He=te%m.clock||(m.clock<24?m.clock:0);Re.push(se.pad&&He<10?"0":"",He)}else if(se.type==="min")Re.push(se.pad&&Ie<10?"0":"",Ie);else if(se.type==="sec")Re.push(se.pad&&ye<10?"0":"",ye);else if(se.type==="subsec"){Re.push(xe.decimal);const He=Fe.toFixed(m.sec_decimals);Re.push(He.slice(2,2+se.decimals))}else if(se.type==="am"){const He=te<12?0:1;se.short&&!y?Re.push("AP"[He]):Re.push(xe.ampm[He])}else if(se.type==="hour-elap"){C<0&&Re.push(xe.negative);const He=24*Ee+Math.floor(Math.abs(Z)/3600);Re.push(String(Math.abs(He)).padStart(se.pad,"0"))}else if(se.type==="min-elap"){C<0&&Re.push(xe.negative);const He=1440*Ee+Math.floor(Math.abs(Z)/60);Re.push(String(Math.abs(He)).padStart(se.pad,"0"))}else if(se.type==="sec-elap"){C<0&&Re.push(xe.negative);const He=Ee*le+Math.abs(Z);Re.push(String(Math.abs(He)).padStart(se.pad,"0"))}else if(se.type==="b-year")Re.push(pe+543);else if(se.type==="b-year-short"){const He=(pe+543)%100;Re.push(He<10?"0":"",He)}}return _.nbsp?Re.join(""):Re.join("").replace(/\u00a0/g," ")}function _e(C,m){for(let _=0;_<3;_++){const y=m[_];if(y){let D;if(y.condition){const k=y.condition[0],P=y.condition[1];k==="="?D=C===P:k===">"?D=C>P:k==="<"?D=C<P:k===">="?D=C>=P:k==="<="?D=C<=P:k==="<>"&&(D=C!==P)}else D=!0;if(D)return y}}}const Ae=W("@"),Ue="black",q={};function Se(C,m){if(C){const _=C[0];m[_]=m[_]||{},Se(C.slice(1),m[_])}else m.$=!0}["d-F-y","d-F-Y","d-M-y","d-M-Y","F-d-y","F-d-Y","F-j-y","F-j-Y","j-F-y","j-F-Y","j-M-y","j-M-Y","M-d-y","M-d-Y","M-j-y","M-j-Y","m-d-y","m-d-Y","m-j-y","m-j-Y","n-d-y","n-d-Y","n-j-y","n-j-Y","y-F-d","y-F-j","y-M-d","y-M-j","Y-F-d","Y-F-j","Y-M-d","Y-m-d","Y-M-j","Y-m-j","Y-n-d","Y-n-j","j-F","j-M","d-F","d-M","n-d","n-j","n-Y","m-d","m-j","m-Y","M-Y","M-y","F-y","F-Y","Y-M","Y-n","Y-m","Y-F","Y-M"].forEach(C=>{Se(C,q),Se(C+" x",q),Se(C+" l",q),Se(C+" l x",q),Se("l "+C,q),Se("l "+C+" x",q),Se(C+" D",q),Se(C+" D x",q),Se("D "+C,q),Se("D "+C+" x",q)});const Ve={jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12},je={january:1,february:2,march:3,april:4,june:6,july:7,august:8,september:9,october:10,november:11,december:12},ke={sunday:"l",monday:"l",tuesday:"l",wednesday:"l",thursday:"l",friday:"l",saturday:"l",sun:"D",mon:"D",tue:"D",wed:"D",thu:"D",fri:"D",sat:"D"},Ze=new Date().getUTCFullYear();function Ot(C){const m=new RegExp("^([\\s+%"+T.join("")+"(-]*)(((?:(?:\\d[\\d,]*)(?:\\.\\d*)?|(?:\\.\\d+)))([eE][+-]?\\d+)?)([\\s%"+T.join("")+")]*)$").exec(C);if(m){const[,_,y,D,k,P]=m;let F=1,S="",ee=!1,Ee=!1,Z=!1,pe=!1,be=!1,de=null,U=!1,te=parseFloat(y.replace(/,/g,""));if(!isFinite(te))return null;for(let ye=0;ye<_.length;ye++){const Fe=_[ye];if(Fe==="-"){if(ee||Ee)return null;ee=!0,F=-1}else if(j.test(Fe)){if(be)return null;be=!0,de=Fe}else if(Fe==="("){if(Ee||ee)return null;Ee=!0,F=-1}else if(Fe==="%"){if(pe)return null;pe=!0}}for(let ye=0;ye<P.length;ye++){const Fe=P[ye];if(j.test(Fe)){if(be)return null;be=!0,de=Fe,U=!0}else if(Fe===")"){if(Z||!Ee)return null;Z=!0}else if(Fe==="%"){if(pe)return null;pe=!0}}if(k){if(pe||be)return null;S="0.00E+00"}else if(pe){if(be)return null;S=D.includes(".")?"0.00%":"0%",te*=.01}else if(be){const ye=D.includes(".")?"#,##0.00":"#,##0";S=U?ye+de:de+ye}else D.includes(",")&&(S=D.includes(".")?"#,##0.00":"#,##0");const Ie={v:te*F};return S&&(Ie.z=S),Ie}}const Ke=(C,m,_)=>{const y=_.path||"",D=Object.keys(m);for(let k=0;k<D.length;k++){let P;const F=D[k];if(m[F]){if(F==="$"||F==="€")C||(P=_);else if(F==="-"){const S=/^(\s*([./-]|,\s)\s*|\s+)/.exec(C);if(S){const ee=S[1]==="-"||S[1]==="/"||S[1]==="."?S[1]:" ";if(!_.sep||_.sep===ee){const Ee=S[0].replace(/\s+/g," ");P=Ke(C.slice(S[0].length),m[F],{..._,sep:ee,path:y+Ee})}}}else if(F===" "){const S=/^[,.]?\s+/.exec(C);if(S){const ee=S[0].replace(/\s+/g," ");P=Ke(C.slice(S[0].length),m[F],{..._,path:y+ee})}}else if(F==="j"||F==="d"){const S=/^(0?[1-9]|1\d|2\d|3[01])\b/.exec(C);S&&(P=Ke(C.slice(S[0].length),m[F],{..._,day:S[0],path:y+F}))}else if(F==="n"||F==="m"){const S=/^(0?[1-9]|1[012])\b/.exec(C);S&&(P=Ke(C.slice(S[0].length),m[F],{..._,month:+S[0],_mon:S[0],path:y+F}))}else if(F==="F"||F==="M"){const S=/^([a-z]{3,9})\b/i.exec(C),ee=S&&(F==="F"?je:Ve)[S[0].toLowerCase()];ee&&(P=Ke(C.slice(S[0].length),m[F],{..._,month:ee,_mon:S[0],path:y+F}))}else if(F==="l"||F==="D"){const S=/^([a-z]{3,9})\b/i.exec(C);(S&&ke[S[0].toLowerCase()])===F&&(P=Ke(C.slice(S[0].length),m[F],{..._,path:y+F}))}else if(F==="y"){const S=/^\d\d\b/.exec(C);if(S){const ee=+S[0]>=30?+S[0]+1900:+S[0]+2e3;P=Ke(C.slice(S[0].length),m[F],{..._,year:ee,path:y+F})}}else if(F==="Y"){const S=/^\d\d\d\d\b/.exec(C);S&&(P=Ke(C.slice(S[0].length),m[F],{..._,year:+S[0],path:y+F}))}else{if(F!=="x")throw new Error('Unknown date token "'.concat(F,'"'));{const S=Xe(C);S&&(P=Ke("",m[F],{..._,time:S.v,tf:S.z,path:y+F}))}}if(P)return P}}};function rt(C,m){const _=Ke(C.trim(),q,{path:""});if(_){var y;if(_.sep==="."&&_.path.length===3)return null;const D=+((y=_.year)!==null&&y!==void 0?y:Ze);if(_.day||(_.day=1),!function(F,S,ee){if(ee<1||S<1||S>12)return!1;if(S===2){if(ee>(F%4==0&&F%100!=0||F%400==0||F===1900?29:28))return!1}else if((S===4||S===6||S===9||S===11)&&ee>30||(S===1||S===3||S===5||S===7||S===8||S===10||S===12)&&ee>31)return!1;return!0}(D,_.month,_.day))return null;let k=-1/0;if(D<1900)return null;D<=1900&&_.month<=2?k=25568:D<1e4&&(k=25569);const P=Date.UTC(D,_.month-1,_.day)/864e5+k+(_.time||0);if(P>=0&&P<=2958465){const F=_._mon[0]==="0"||_.day[0]==="0"||_._mon.length===2&&_.day.length===2,S=_.path.replace(/[jdlDnmMFyYx-]/g,ee=>ee==="j"||ee==="d"?F?"dd":"d":ee==="D"?"ddd":ee==="l"?"dddd":ee==="n"||ee==="m"?F?"mm":"m":ee==="M"?"mmm":ee==="F"?"mmmm":ee==="y"?"yy":ee==="x"?_.tf||"":ee==="Y"?"yyyy":ee);return m&&m.nativeDate?{v:Me(P,m),z:S}:{v:P,z:S}}}return null}function Xe(C){const m=/^\s*([10]?\d|2[0-4])(?::([0-5]\d|\d))?(?::([0-5]\d|\d))?(\.\d{1,10})?(?:\s*([AP])M?)?\s*$/i.exec(C);if(m){const[,_,y,D,k,P]=m;if(k&&!D||!P&&!y&&!D)return null;let F=1*(_||0);if(P){if(F>=13)return null;P[0]!=="p"&&P[0]!=="P"||(F+=12)}return{v:(60*F*60+60*(1*(y||0))+1*(D||0)+1*(k||0))/86400,z:(_.length===2?"hh":"h")+":mm"+(D?":ss":"")+(P?" AM/PM":"")}}return null}function dt(C){return/^\s*true\s*$/i.test(C)?{v:!0}:/^\s*false\s*$/i.test(C)?{v:!1}:null}const lt={};function Yt(C,m){const{pattern:_,partitions:y,locale:D}=C,k=S=>{const ee=Object.assign({},V(),m,S);return D&&(ee.locale=D),ee},P=(S,ee)=>{const Ee=k(ee);return function(Z,pe,be){const de=c(be.locale),U=pe[3]?pe[3]:Ae;if(typeof Z=="boolean"&&(Z=Z?"TRUE":"FALSE"),Z==null)return"";if(typeof Z!="number")return ae(Z,U,be,de);if(!isFinite(Z)){const Ie=de||g;return isNaN(Z)?Ie.nan:(Z<0?Ie.negative:"")+Ie.infinity}const te=_e(Z,pe);return te?ae(Z,te,be,de):be.overflow}(me(S,Ee),y,Ee)};P.color=(S,ee)=>function(Ee,Z){if(typeof Ee!="number"||!isFinite(Ee))return(Z[3]?Z[3].color:Ae.color)||Ue;const pe=_e(Ee,Z);return pe&&pe.color||Ue}(me(S,k(ee)),y);const F=function(S){var ee;let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;const[Z,pe]=S,be=Z.frac_max,de={type:"general",isDate:v(S),isText:B(S),isPercent:Te(S),maxDecimals:Z.general?9:be,scale:(ee=Z.scale)!==null&&ee!==void 0?ee:1,color:0,parentheses:0,grouped:Z.grouping?1:0,_partitions:S},U=!de.isDate&&!de.isText&&!Z.error&&Z.tokens.some(xe=>xe.type==="string"&&(Ee?xe.value===Ee:j.test(xe.value)));let te="G",Ie=be>=0?Math.min(15,be):"",ye="",Fe="";if(pe&&pe.color&&(Fe="-",de.color=1),Z.parens&&(ye="()",de.parentheses=1),U)te="C",de.type="currency";else if(Z.error)de.type="error",de.maxDecimals=0;else if(de.isDate){let xe=0,ze=0,gt="";Z.tokens.forEach(Re=>{const et=Re.type;/^(b-)?year/.test(et)?(gt+="Y",ze++):et.startsWith("month")?(gt+="M",ze++):/^(week)?day/.test(et)?(gt+="D",ze++):et!=="hour"&&et!=="min"&&et!=="sec"&&et!=="am"||(gt+=et[0],xe++)}),de.type="date",ze&&xe?de.type="datetime":!ze&&xe&&(de.type="time");const pt=J.find(Re=>gt.startsWith(Re[0]));te=pt?"D":"G",Ie=pt?pt[1]:""}else de.isText?(te="G",de.type="text",Ie="",de.maxDecimals=0):Z.general?(te="G",de.type="general",Ie=""):Z.fractions?(te="G",de.type="fraction",Ie=""):Z.exponential?(te="S",de.type="scientific"):de.isPercent?(te="P",de.type="percent"):Z.grouping?(te=",",de.type="grouped"):(Z.int_max||be)&&(te="F",de.type="number");return de.code=te+Ie+Fe+ye,de.level=X[de.type],Object.freeze(de)}(y,(m||{}).currency)||new SyntaxError;return P.info=F,P.dateInfo=function(S){const[ee]=S;return{year:!!(2&ee.date),month:!!(4&ee.date),day:!!(8&ee.date),hours:!!(16&ee.date),minutes:!!(32&ee.date),seconds:!!(64&ee.date),clockType:ee.clock===12?12:24}}(y),P.isPercent=()=>!!F.isPercent,P.isDate=()=>!!F.isDate,P.isText=()=>!!F.isText,P.pattern=_,C.error&&(P.error=C.error),P.options=k,P.locale=D||m&&m.locale||"",Object.freeze(P)}function Be(C,m){C||(C="General");let _=null;return lt[C]?_=lt[C]:(_=Object.assign({},V(),m).throws?L(C):function(y){try{return L(y)}catch(D){const k={tokens:[{type:"error"}],error:D.message};return{pattern:y,partitions:[k,k,k,k],error:D.message,locale:null}}}(C),_.error||(lt[C]=_)),Yt(_,m)}Be.isDate=C=>Be(C,{throws:!1}).isDate(),Be.isPercent=C=>Be(C,{throws:!1}).isPercent(),Be.isText=C=>Be(C,{throws:!1}).isText(),Be.getInfo=(C,m)=>Be(C,{...m,throws:!1}).info,Be.getDateInfo=(C,m)=>Be(C,{...m,throws:!1}).dateInfo,Be.dateToSerial=me,Be.dateFromSerial=Me,Be.options=V,Be.dec2frac=I,Be.round=E,Be.codeToLocale=s,Be.parseLocale=l,Be.getLocale=c,Be.addLocale=(C,m)=>{const _=l(m);return delete lt[_.lang],delete lt[_.language],d(C,_)},Be.format=function(C,m,_){let y=arguments.length>3&&arguments[3]!==void 0&&arguments[3];const D=_&&typeof _=="object"?_:{locale:_,throws:!y};return Be(C,D)(me(m,D),D)},Be.is_date=Be.isDate,Be.parseNumber=Ot,Be.parseDate=rt,Be.parseTime=Xe,Be.parseBool=dt,Be.parseValue=function(C,m){var _,y,D;return(_=(y=(D=Ot(C))!==null&&D!==void 0?D:rt(C,m))!==null&&y!==void 0?y:Xe(C))!==null&&_!==void 0?_:dt(C)};var ft=Be;return r=r.default}()})}($r)),$r.exports}var Ss,Po;function Ed(){return Po||(Po=1,Ss=pd()),Ss}var Cd=Ed();const Rd=Et(Cd);function Vt(e){let t=0;const n=Object.keys(e);for(const r of n){const s=Number(r);t=Math.max(t,s)}return t+1}function vs(e,t,n){const r=Vt(n),s=n;for(let i=r-1;i>=e;i--)s[i+1]=s[i];s[e]=t}function Os(e,t,n){const r=Object.keys(n).reduce((s,i)=>Math.max(s,Number.parseInt(i)),0)+1;for(let s=e;s<r;s++)s<e+t?delete n[s]:n[s]!==void 0&&(n[s-t]=n[s],delete n[s])}function Id(e,t){const n=e,r=Object.keys(n),s=r.length,i=t,o=Object.keys(i),a=o.length,l={};let u=0;for(let c=0;c<s;c++,u++){const h=r[c];l[u]=n[h]}for(let c=0;c<a;c++,u++){const h=o[c];l[u]=i[h]}return l}function Sd(e,t,n){const r=n;if(Vt(n)>0){const i={};let o=0;for(let a=e;a<=t;a++)r[a]&&(i[o]=r[a],o++);return i}return{}}function ws(e,t,n,r){const s=e>n;if(!s&&e+t>n)throw new Error("Invalid move operation");s?vd(e,t,n,r):Od(e,t,n,r)}function vd(e,t,n,r){const s=r,i=[];for(let o=e;o<e+t;o++)i.push(s[o]);for(let o=e-1;o>=n;o--){const a=s[o];s[o+t]=a,a===void 0&&delete s[o+t]}i.forEach((o,a)=>{s[n+a]=o,o===void 0&&delete s[n+a]})}function Od(e,t,n,r){const s=r,i=[];for(let o=e;o<e+t;o++)i.push(s[o]);for(let o=e+t;o<n;o++){const a=s[o];s[o-t]=a,a===void 0&&delete s[o-t]}i.forEach((o,a)=>{s[n+a-t]=o,o===void 0&&delete s[n+a-t]})}class Tt{constructor(t={}){R(this,"_matrix");this._setOriginValue(t)}static MakeObjectMatrixSize(t){return new Tt({[t-1]:{}})}getMatrix(){return this._matrix}forEach(t){const n=this._matrix,r=Object.keys(n);for(const s of r){const i=Number(s),o=n[i];if(t(i,o)===!1)return this}return this}forRow(t){const n=this._matrix,r=Object.keys(n);for(const s of r){const i=Number(s),o=n[i];if(t(i,Object.keys(o).map(l=>Number(l)))===!1)return this}return this}forValue(t){const n=this._matrix;for(const r in n){const s=Number(r),i=n[s];if(i)for(const o in i){const a=Number(o),l=i[a];if(t(s,a,l)===!1)return this}}return this}swapRow(t,n){const r=this._matrix[t],s=this._matrix[n];this._matrix[t]=s,this._matrix[n]=r}getRow(t){return this._matrix[t]}getRowOrCreate(t){let n=this.getRow(t);return n==null&&(n={},this._matrix[t]=n),n}reset(){this._setOriginValue({})}hasValue(){const t=this._matrix,n=Object.keys(t);if(n.length===0)return!1;for(const r of n){const s=Number(r),i=t[s];if(Object.keys(i).length>0)return!0}return!1}getValue(t,n){var r,s;return(s=(r=this._matrix)==null?void 0:r[t])==null?void 0:s[n]}setValue(t,n,r){const s=this.getRowOrCreate(t);s[n]=r}deleteValue(t,n){var r,s;(s=(r=this._matrix)==null?void 0:r[t])==null||delete s[n]}realDeleteValue(t,n){var r,s,i;if((s=(r=this._matrix)==null?void 0:r[t])==null||delete s[n],this.getRow(t)){const o=this.getRow(t);if(o==null)return;Object.keys(o).length===0&&((i=this._matrix)==null||delete i[t])}}setRow(t,n){this._matrix[t]=n}moveRows(t,n,r){ws(t,n,r,this._matrix)}moveColumns(t,n,r){this.forEach((s,i)=>{ws(t,n,r,i)})}insertRows(t,n){for(let r=t;r<t+n;r++)vs(r,{},this._matrix)}insertColumns(t,n){for(let r=t;r<t+n;r++)this.forEach((s,i)=>{i&&vs(r,void 0,i)})}removeRows(t,n){Os(t,n,this._matrix)}removeColumns(t,n){this.forEach((r,s)=>{s&&Os(t,n,s)})}getFragment(t,n,r,s){const i=new Tt;let o=0;for(let a=t;a<=n;a++){const l={};let u=0;for(let c=r;c<=s;c++){const h=this.getValue(a,c);l[u]=h,u++}i.setRow(o,l),o++}return i}getSlice(t,n,r,s){const i=new Tt;for(let o=t;o<=n;o++)for(let a=r;a<=s;a++){const l=this.getValue(o,a);l&&i.setValue(o,a,re.deepClone(l))}return i}getSizeOf(){return Object.keys(this._matrix).length}getLength(){return Vt(this._matrix)}getRange(){const r=this.getLength()-1;let s=0;const i=this.getLength();for(let o=0;o<i;o++){const a=this.getRow(o);if(a){const l=Vt(a)-1;s=l>s?l:s}}return{startRow:0,startColumn:0,endRow:r,endColumn:s}}toNativeArray(){const t=new Array;return this.forValue((n,r,s)=>{t.push(s)}),t}toArray(){const t=[];return this.forRow((n,r)=>{t[n]==null&&(t[n]=[]),r.forEach(s=>{t[n][s]=this.getValue(n,s)})}),t}toFullArray(){const t=this.getRange(),{endColumn:n,endRow:r}=t,s=[];for(let i=0;i<=r;i++){const o=new Array(n+1).fill(void 0);s.push(o)}return this.forValue((i,o,a)=>{s[i][o]=a}),s}toJSON(){return this._matrix}clone(){const t=JSON.stringify(this._matrix);return JSON.parse(t)}getData(){const t=JSON.stringify(this._matrix);return JSON.parse(t)}getArrayData(){let t=0,n=0,r=!1,s=!1;const i=new Tt;return this.forEach((o,a)=>{r||(r=!0,t=o),Object.keys(a).forEach(l=>{const u=Number(l);s?u<n&&(n=u):(s=!0,n=u);const c=this.getValue(o,u);i.setValue(o-t,u-n,c)})}),i.getData()}getStartEndScope(){let t=1/0,n=-1/0,r=1/0,s=-1/0;const i=Object.keys(this._matrix);i.length>0&&(t=+i[0],n=+i[i.length-1]);for(const o of i){const a=Object.keys(this._matrix[o]);a.length>0&&(r=Math.min(r,+a[0]),s=Math.max(s,+a[a.length-1]))}return{startRow:t,endRow:n,startColumn:r,endColumn:s}}getDataRange(){let t=0,n=0,r=0,s=-1,i=!1,o=!1;return this.forEach((a,l)=>{if(i||(i=!0,t=a),l==null)return;const u=Vt(l)-1;u>r&&(r=u),Object.keys(l).forEach(c=>{const h=Number(c);o?h<n&&(n=h):(o=!0,n=h)}),a>s&&(s=a)}),{startRow:t,startColumn:n,endRow:s,endColumn:r}}getDiscreteRanges(){const t=[];return this.forEach((n,r)=>{Object.keys(r).forEach(s=>{const i=Number(s);let o=!1;for(const a of t)if(n>=a.startRow&&n<=a.endRow+1&&i>=a.startColumn&&i<=a.endColumn+1){a.endRow=Math.max(n,a.endRow),a.endColumn=Math.max(i,a.endColumn),o=!0;break}o||t.push({startRow:n,endRow:n,startColumn:i,endColumn:i})})}),t}_setOriginValue(t={}){this._matrix=t}}const Gn="__INTERNAL_EDITOR__",bs=`${Gn}DOCS_NORMAL`,As=`${Gn}DOCS_FORMULA_BAR`,ko=`${Gn}ZEN_EDITOR`,Fo=`\r
|
|
2
|
-
`,xo="isRowStylePrecedeColumnStyle",Bo=Symbol("AUTO_HEIGHT_FOR_MERGED_CELLS");function wd(e){return`${Gn}${e}`}function $o(e){return e.startsWith(Gn)}var Ho=(e=>(e[e.character=0]="character",e[e.paragraph=1]="paragraph",e[e.table=2]="table",e[e.numbering=3]="numbering",e))(Ho||{}),Wo=(e=>(e[e.TAB=0]="TAB",e[e.SPACE=1]="SPACE",e[e.NOTHING=2]="NOTHING",e))(Wo||{}),Ne=(e=>(e[e.BULLET=0]="BULLET",e[e.NONE=1]="NONE",e[e.DECIMAL=2]="DECIMAL",e[e.DECIMAL_ZERO=3]="DECIMAL_ZERO",e[e.UPPER_LETTER=4]="UPPER_LETTER",e[e.LOWER_LETTER=5]="LOWER_LETTER",e[e.UPPER_ROMAN=6]="UPPER_ROMAN",e[e.LOWER_ROMAN=7]="LOWER_ROMAN",e[e.ORDINAL=8]="ORDINAL",e[e.CARDINAL_TEXT=9]="CARDINAL_TEXT",e[e.ORDINAL_TEXT=10]="ORDINAL_TEXT",e[e.HEX=11]="HEX",e[e.CHICAGO=12]="CHICAGO",e[e.IDEOGRAPH_DIGITAL=13]="IDEOGRAPH_DIGITAL",e[e.JAPANESE_COUNTING=14]="JAPANESE_COUNTING",e[e.AIUEO=15]="AIUEO",e[e.IROHA=16]="IROHA",e[e.DECIMAL_FULL_WIDTH=17]="DECIMAL_FULL_WIDTH",e[e.DECIMAL_HALF_WIDTH=18]="DECIMAL_HALF_WIDTH",e[e.JAPANESE_LEGAL=19]="JAPANESE_LEGAL",e[e.JAPANESE_DIGITAL_TEN_THOUSAND=20]="JAPANESE_DIGITAL_TEN_THOUSAND",e[e.DECIMAL_ENCLOSED_CIRCLE=21]="DECIMAL_ENCLOSED_CIRCLE",e[e.DECIMAL_FULL_WIDTH2=22]="DECIMAL_FULL_WIDTH2",e[e.AIUEO_FULL_WIDTH=23]="AIUEO_FULL_WIDTH",e[e.IROHA_FULL_WIDTH=24]="IROHA_FULL_WIDTH",e[e.GANADA=25]="GANADA",e[e.CHOSUNG=26]="CHOSUNG",e[e.DECIMAL_ENCLOSED_FULLSTOP=27]="DECIMAL_ENCLOSED_FULLSTOP",e[e.DECIMAL_ENCLOSED_PAREN=28]="DECIMAL_ENCLOSED_PAREN",e[e.DECIMAL_ENCLOSED_CIRCLE_CHINESE=29]="DECIMAL_ENCLOSED_CIRCLE_CHINESE",e[e.IDEOGRAPH_ENCLOSED_CIRCLE=30]="IDEOGRAPH_ENCLOSED_CIRCLE",e[e.IDEOGRAPH_TRADITIONAL=31]="IDEOGRAPH_TRADITIONAL",e[e.IDEOGRAPH_ZODIAC=32]="IDEOGRAPH_ZODIAC",e[e.IDEOGRAPH_ZODIAC_TRADITIONAL=33]="IDEOGRAPH_ZODIAC_TRADITIONAL",e[e.TAIWANESE_COUNTING=34]="TAIWANESE_COUNTING",e[e.IDEOGRAPH_LEGAL_TRADITIONAL=35]="IDEOGRAPH_LEGAL_TRADITIONAL",e[e.TAIWANESE_COUNTING_THOUSAND=36]="TAIWANESE_COUNTING_THOUSAND",e[e.TAIWANESE_DIGITAL=37]="TAIWANESE_DIGITAL",e[e.CHINESE_COUNTING=38]="CHINESE_COUNTING",e[e.CHINESE_LEGAL_SIMPLIFIED=39]="CHINESE_LEGAL_SIMPLIFIED",e[e.CHINESE_COUNTING_THOUSAND=40]="CHINESE_COUNTING_THOUSAND",e[e.KOREAN_DIGITAL=41]="KOREAN_DIGITAL",e[e.KOREAN_COUNTING=42]="KOREAN_COUNTING",e[e.KOREAN_LEGAL=43]="KOREAN_LEGAL",e[e.KOREAN_DIGITAL2=44]="KOREAN_DIGITAL2",e[e.VIETNAMESE_COUNTING=45]="VIETNAMESE_COUNTING",e[e.RUSSIAN_LOWER=46]="RUSSIAN_LOWER",e[e.RUSSIAN_UPPER=47]="RUSSIAN_UPPER",e[e.NUMBER_IN_DASH=48]="NUMBER_IN_DASH",e[e.HEBREW1=49]="HEBREW1",e[e.HEBREW2=50]="HEBREW2",e[e.ARABIC_ALPHA=51]="ARABIC_ALPHA",e[e.ARABIC_ABJAD=52]="ARABIC_ABJAD",e[e.HINDI_VOWELS=53]="HINDI_VOWELS",e[e.HINDI_CONSONANTS=54]="HINDI_CONSONANTS",e[e.HINDI_NUMBERS=55]="HINDI_NUMBERS",e[e.HINDI_COUNTING=56]="HINDI_COUNTING",e[e.THAI_LETTERS=57]="THAI_LETTERS",e[e.THAI_NUMBERS=58]="THAI_NUMBERS",e[e.THAI_COUNTING=59]="THAI_COUNTING",e[e.CUSTOM=60]="CUSTOM",e))(Ne||{}),Vn=(e=>(e[e.BULLET_ALIGNMENT_UNSPECIFIED=0]="BULLET_ALIGNMENT_UNSPECIFIED",e[e.START=1]="START",e[e.CENTER=2]="CENTER",e[e.END=3]="END",e[e.BOTH=4]="BOTH",e))(Vn||{}),Kt=(e=>(e[e.HYPERLINK=0]="HYPERLINK",e[e.FIELD=1]="FIELD",e[e.SDT=2]="SDT",e[e.BOOKMARK=3]="BOOKMARK",e[e.COMMENT=4]="COMMENT",e[e.CUSTOM=5]="CUSTOM",e[e.MENTION=6]="MENTION",e[e.UNI_FORMULA=7]="UNI_FORMULA",e[e.DELTED=9999]="DELTED",e))(Kt||{}),an=(e=>(e[e.COMMENT=0]="COMMENT",e[e.DELETED=9999]="DELETED",e))(an||{}),jo=(e=>(e[e.DRAWING=0]="DRAWING",e[e.CUSTOM=1]="CUSTOM",e))(jo||{}),Ts=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.TRADITIONAL=1]="TRADITIONAL",e[e.MODERN=2]="MODERN",e))(Ts||{}),Yo=(e=>(e[e.DEFAULT=0]="DEFAULT",e[e.LINES=1]="LINES",e[e.LINES_AND_CHARS=2]="LINES_AND_CHARS",e[e.SNAP_TO_CHARS=3]="SNAP_TO_CHARS",e))(Yo||{}),zo=(e=>(e[e.SECTION_TYPE_UNSPECIFIED=0]="SECTION_TYPE_UNSPECIFIED",e[e.CONTINUOUS=1]="CONTINUOUS",e[e.NEXT_PAGE=2]="NEXT_PAGE",e[e.EVEN_PAGE=3]="EVEN_PAGE",e[e.ODD_PAGE=4]="ODD_PAGE",e))(zo||{}),Go=(e=>(e[e.COLUMN_SEPARATOR_STYLE_UNSPECIFIED=0]="COLUMN_SEPARATOR_STYLE_UNSPECIFIED",e[e.NONE=1]="NONE",e[e.BETWEEN_EACH_COLUMN=2]="BETWEEN_EACH_COLUMN",e))(Go||{}),Vo=(e=>(e[e.NORMAL=0]="NORMAL",e[e.TBRL=1]="TBRL",e[e.LRTBV=2]="LRTBV",e))(Vo||{}),Ko=(e=>(e[e.TEXT_RUN=0]="TEXT_RUN",e[e.AUTO_TEXT=1]="AUTO_TEXT",e[e.PAGE_BREAK=2]="PAGE_BREAK",e[e.COLUMN_BREAK=3]="COLUMN_BREAK",e[e.FOOT_NOTE_REFERENCE=4]="FOOT_NOTE_REFERENCE",e[e.HORIZONTAL_RULE=5]="HORIZONTAL_RULE",e[e.EQUATION=6]="EQUATION",e[e.DRAWING=7]="DRAWING",e[e.PERSON=8]="PERSON",e[e.RICH_LINK=9]="RICH_LINK",e))(Ko||{}),Xo=(e=>(e[e.BOTH_SIDES=0]="BOTH_SIDES",e[e.LEFT=1]="LEFT",e[e.RIGHT=2]="RIGHT",e[e.LARGEST=3]="LARGEST",e))(Xo||{}),qo=(e=>(e[e.INLINE=0]="INLINE",e[e.WRAP_NONE=1]="WRAP_NONE",e[e.WRAP_POLYGON=2]="WRAP_POLYGON",e[e.WRAP_SQUARE=3]="WRAP_SQUARE",e[e.WRAP_THROUGH=4]="WRAP_THROUGH",e[e.WRAP_TIGHT=5]="WRAP_TIGHT",e[e.WRAP_TOP_AND_BOTTOM=6]="WRAP_TOP_AND_BOTTOM",e))(qo||{}),it=(e=>(e[e.NAMED_STYLE_TYPE_UNSPECIFIED=0]="NAMED_STYLE_TYPE_UNSPECIFIED",e[e.NORMAL_TEXT=1]="NORMAL_TEXT",e[e.TITLE=2]="TITLE",e[e.SUBTITLE=3]="SUBTITLE",e[e.HEADING_1=4]="HEADING_1",e[e.HEADING_2=5]="HEADING_2",e[e.HEADING_3=6]="HEADING_3",e[e.HEADING_4=7]="HEADING_4",e[e.HEADING_5=8]="HEADING_5",e))(it||{}),Jo=(e=>(e[e.AUTO=0]="AUTO",e[e.AT_LEAST=1]="AT_LEAST",e[e.EXACT=2]="EXACT",e))(Jo||{}),Zo=(e=>(e[e.DASH_STYLE_UNSPECIFIED=0]="DASH_STYLE_UNSPECIFIED",e[e.SOLID=1]="SOLID",e[e.DOT=2]="DOT",e[e.DASH=3]="DASH",e))(Zo||{}),Qo=(e=>(e[e.TAB_STOP_ALIGNMENT_UNSPECIFIED=0]="TAB_STOP_ALIGNMENT_UNSPECIFIED",e[e.START=1]="START",e[e.CENTER=2]="CENTER",e[e.END=3]="END",e))(Qo||{}),ea=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.SPECIFIED=1]="SPECIFIED",e))(ea||{}),ta=(e=>(e[e.START=0]="START",e[e.CENTER=1]="CENTER",e[e.END=2]="END",e))(ta||{}),na=(e=>(e[e.AUTO_FIT=0]="AUTO_FIT",e[e.FIXED=1]="FIXED",e))(na||{}),ra=(e=>(e[e.NONE=0]="NONE",e[e.WRAP=1]="WRAP",e))(ra||{}),sa=(e=>(e[e.AUTO=0]="AUTO",e[e.AT_LEAST=1]="AT_LEAST",e[e.EXACT=2]="EXACT",e))(sa||{}),ia=(e=>(e[e.CONTENT_ALIGNMENT_UNSPECIFIED=0]="CONTENT_ALIGNMENT_UNSPECIFIED",e[e.BOTH=1]="BOTH",e[e.TOP=2]="TOP",e[e.CENTER=3]="CENTER",e[e.BOTTOM=4]="BOTTOM",e))(ia||{}),En=(e=>(e.NORMAL="normal",e.BOLD="bold",e.ITALIC="italic",e))(En||{}),oa=(e=>(e[e.PAGE=0]="PAGE",e[e.COLUMN=1]="COLUMN",e[e.CHARACTER=2]="CHARACTER",e[e.MARGIN=3]="MARGIN",e[e.INSIDE_MARGIN=4]="INSIDE_MARGIN",e[e.OUTSIDE_MARGIN=5]="OUTSIDE_MARGIN",e[e.LEFT_MARGIN=6]="LEFT_MARGIN",e[e.RIGHT_MARGIN=7]="RIGHT_MARGIN",e))(oa||{}),aa=(e=>(e[e.PAGE=0]="PAGE",e[e.PARAGRAPH=1]="PARAGRAPH",e[e.LINE=2]="LINE",e[e.MARGIN=3]="MARGIN",e[e.TOP_MARGIN=4]="TOP_MARGIN",e[e.BOTTOM_MARGIN=5]="BOTTOM_MARGIN",e[e.INSIDE_MARGIN=6]="INSIDE_MARGIN",e[e.OUTSIDE_MARGIN=7]="OUTSIDE_MARGIN",e))(aa||{}),la=(e=>(e[e.POINT=0]="POINT",e[e.LINE=1]="LINE",e[e.CHARACTER=2]="CHARACTER",e[e.PIXEL=3]="PIXEL",e[e.PERCENT=4]="PERCENT",e))(la||{}),ua=(e=>(e[e.CENTER=0]="CENTER",e[e.INSIDE=1]="INSIDE",e[e.LEFT=2]="LEFT",e[e.OUTSIDE=3]="OUTSIDE",e[e.RIGHT=4]="RIGHT",e[e.BOTH=5]="BOTH",e[e.DISTRIBUTE=6]="DISTRIBUTE",e))(ua||{}),ca=(e=>(e[e.BOTTOM=0]="BOTTOM",e[e.CENTER=1]="CENTER",e[e.INSIDE=2]="INSIDE",e[e.OUTSIDE=3]="OUTSIDE",e[e.TOP=4]="TOP",e))(ca||{}),ha=(e=>(e[e.compressPunctuation=0]="compressPunctuation",e[e.compressPunctuationAndJapaneseKana=1]="compressPunctuationAndJapaneseKana",e[e.doNotCompress=2]="doNotCompress",e))(ha||{}),da=(e=>(e[e.PORTRAIT=0]="PORTRAIT",e[e.LANDSCAPE=1]="LANDSCAPE",e))(da||{}),Ct=(e=>(e.Letter="Letter",e.Tabloid="Tabloid",e.Legal="Legal",e.Statement="Statement",e.Executive="Executive",e.Folio="Folio",e.A3="A3",e.A4="A4",e.A5="A5",e.B4="B4",e.B5="B5",e))(Ct||{});const bd=["A3","A4","A5","B4","B5","Letter","Tabloid","Legal","Statement","Executive","Folio"];var fa=(e=>(e[e.forward=0]="forward",e[e.backward=1]="backward",e[e.front=2]="front",e[e.back=3]="back",e))(fa||{}),ga=(e=>(e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e[e.DRAWING_IMAGE=0]="DRAWING_IMAGE",e[e.DRAWING_SHAPE=1]="DRAWING_SHAPE",e[e.DRAWING_CHART=2]="DRAWING_CHART",e[e.DRAWING_TABLE=3]="DRAWING_TABLE",e[e.DRAWING_SMART_ART=4]="DRAWING_SMART_ART",e[e.DRAWING_VIDEO=5]="DRAWING_VIDEO",e[e.DRAWING_GROUP=6]="DRAWING_GROUP",e[e.DRAWING_UNIT=7]="DRAWING_UNIT",e[e.DRAWING_DOM=8]="DRAWING_DOM",e))(ga||{}),ys=(e=>(e[e.SLIDE=0]="SLIDE",e[e.MASTER=1]="MASTER",e[e.LAYOUT=2]="LAYOUT",e[e.HANDOUT_MASTER=3]="HANDOUT_MASTER",e[e.NOTES_MASTER=4]="NOTES_MASTER",e))(ys||{}),ma=(e=>(e[e.SHAPE=0]="SHAPE",e[e.IMAGE=1]="IMAGE",e[e.TEXT=2]="TEXT",e[e.SPREADSHEET=3]="SPREADSHEET",e[e.DOCUMENT=4]="DOCUMENT",e[e.SLIDE=5]="SLIDE",e))(ma||{}),_a=(e=>(e[e.RELATIVE_SLIDE_LINK_UNSPECIFIED=0]="RELATIVE_SLIDE_LINK_UNSPECIFIED",e[e.NEXT_SLIDE=1]="NEXT_SLIDE",e[e.PREVIOUS_SLIDE=2]="PREVIOUS_SLIDE",e[e.FIRST_SLIDE=3]="FIRST_SLIDE",e[e.LAST_SLIDE=4]="LAST_SLIDE",e))(_a||{});const Ad={sheetId:"",range:{startRow:-1,endRow:-1,startColumn:-1,endColumn:-1}},Td={startRow:-1,startColumn:-1,endRow:-1,endColumn:-1},yd={startRow:0,startColumn:0,endRow:0,endColumn:0},Nd={row:0,column:0},ut={ff:"Arial",fs:11,it:ve.FALSE,bl:ve.FALSE,ul:{s:ve.FALSE},st:{s:ve.FALSE},ol:{s:ve.FALSE},tr:{a:0,v:ve.FALSE},td:jn.UNSPECIFIED,cl:{rgb:"#000"},bg:{rgb:"#fff"},ht:bt.UNSPECIFIED,vt:rn.UNSPECIFIED,tb:sn.UNSPECIFIED,pd:{t:0,r:0,b:0,l:0},n:null,bd:{b:null,l:null,r:null,t:null}},pa={id:"default_slide",title:"defaultSlide",pageSize:{width:300,height:300}},Md=[bs,ko,As],Dd={[it.HEADING_1]:{fs:20,bl:1},[it.HEADING_2]:{fs:18,bl:1},[it.HEADING_3]:{fs:16,bl:1},[it.HEADING_4]:{fs:14,bl:1},[it.HEADING_5]:{fs:12,bl:1},[it.NORMAL_TEXT]:null,[it.TITLE]:{fs:26,bl:1},[it.SUBTITLE]:{fs:15,cl:{rgb:"#999999"}},[it.NAMED_STYLE_TYPE_UNSPECIFIED]:null},Cn=4,Ld={[it.HEADING_1]:{spaceAbove:{v:20},spaceBelow:{v:6+Cn}},[it.HEADING_2]:{spaceAbove:{v:18},spaceBelow:{v:6+Cn}},[it.HEADING_3]:{spaceAbove:{v:16},spaceBelow:{v:6+Cn}},[it.HEADING_4]:{spaceAbove:{v:14},spaceBelow:{v:4+Cn}},[it.HEADING_5]:{spaceAbove:{v:12},spaceBelow:{v:4+Cn}},[it.NORMAL_TEXT]:{spaceAbove:{v:0},spaceBelow:{v:0}},[it.TITLE]:{spaceAbove:{v:0},spaceBelow:{v:3+Cn}},[it.SUBTITLE]:{spaceAbove:{v:0},spaceBelow:{v:16}},[it.NAMED_STYLE_TYPE_UNSPECIFIED]:null},Ud="univer-sheets-chart-print-chart",Pd="univer-docs-drawing-printing";var Ea=(e=>(e.ARRAY_CONVERTOR="ARRAY_CONVERTOR",e.MATRIX_CONVERTOR="MATRIX_CONVERTOR",e))(Ea||{});const kd={[Ct.A3]:{width:1123,height:1587},[Ct.A4]:{width:794,height:1124},[Ct.A5]:{width:559,height:794},[Ct.B4]:{width:944,height:1344},[Ct.B5]:{width:665,height:944},[Ct.Executive]:{width:696,height:1008},[Ct.Folio]:{width:816,height:1248},[Ct.Legal]:{width:816,height:1344},[Ct.Letter]:{width:816,height:1056},[Ct.Statement]:{width:528,height:816},[Ct.Tabloid]:{width:1056,height:1632}};function Hr(e,t){const{textRuns:n=[]}=t;let r=0;for(const i of n){const{ts:o={},st:a,ed:l}=i;if(o[e]==null)return ve.FALSE;switch(e){case"bl":case"it":{if(o[e]===ve.FALSE)return ve.FALSE;break}case"ul":case"st":{if(o[e].s===ve.FALSE)return ve.FALSE;break}default:throw new Error(`unknown style key: ${e} in IStyleBase`)}r+=l-a}return t.dataStream.indexOf(`\r
|
|
3
|
-
`)===r?ve.TRUE:ve.FALSE}const _r=class _r{constructor(t,n,r){R(this,"_range");R(this,"_worksheet");this._deps=r,this._range=n,this._worksheet=t}static foreach(t,n){const{startRow:r,startColumn:s,endRow:i,endColumn:o}=t;for(let a=r;a<=i;a++)for(let l=s;l<=o;l++)n(a,l)}getRangeData(){return this._range}getValue(){return this.getValues()[0][0]}getValues(){const{startRow:t,endRow:n,startColumn:r,endColumn:s}=this._range,i=[];for(let o=t;o<=n;o++){const a=[];for(let l=r;l<=s;l++)a.push(this.getMatrix().getValue(o,l)||null);i.push(a)}return i}getMatrix(){const{startRow:t,endRow:n,startColumn:r,endColumn:s}=this._range,i=this._worksheet.getCellMatrix(),o=new Tt;for(let a=t;a<=n;a++)for(let l=r;l<=s;l++)o.setValue(a,l,i.getValue(a,l)||null);return o}getMatrixObject(){const{startRow:t,endRow:n,startColumn:r,endColumn:s}=this._range,i=this._worksheet.getCellMatrix(),o=new Tt;for(let a=t;a<=n;a++)for(let l=r;l<=s;l++)o.setValue(a-t,l-r,i.getValue(a,l)||{});return o}getA1Notation(){const{startRow:t,endRow:n,startColumn:r,endColumn:s}=this._range;let i,o;return r<s?(i=re.numToWord(r+1)+(t+1),o=re.numToWord(s+1)+(n+1)):(i=re.numToWord(s+1)+(n+1),o=re.numToWord(r+1)+(t+1)),i===o?`${i}`:`${i}:${o}`}getBackground(){return this.getBackgrounds()[0][0]}getBackgrounds(){const t=this._deps.getStyles();return this.getValues().map(n=>n.map(r=>{var i;const s=t.getStyleByCell(r);return((i=s==null?void 0:s.bg)==null?void 0:i.rgb)||ut.bg.rgb}))}getCell(t,n){const{startRow:r,startColumn:s}=this._range,i={startRow:r+t,endRow:r+t,startColumn:s+n,endColumn:s+n};return new _r(this._worksheet,i,this._deps)}getColumn(){return this._range.startColumn}getObjectValue(t={}){return this.getObjectValues(t)[0][0]}getObjectValues(t={}){var a;const{startRow:n,endRow:r,startColumn:s,endColumn:i}=this._range,o=this._worksheet.getCellMatrix().getFragment(n,r,s,i).getData();if(t.isIncludeStyle){const l=this._deps.getStyles();for(let u=0;u<=r-n;u++)for(let c=0;c<=i-s;c++){if(o==null||((a=o==null?void 0:o[u])==null?void 0:a[c])==null)continue;const h=o[u][c].s;h&&(o[u][c].s=l.get(h))}}return o}getFontColor(){return this.getFontColors()[0][0]}getFontColors(){const t=this._deps.getStyles();return this.getValues().map(n=>n.map(r=>{var i;const s=t.getStyleByCell(r);return((i=s==null?void 0:s.cl)==null?void 0:i.rgb)||ut.cl.rgb}))}getFontFamilies(){return this._getStyles("ff")}getFontFamily(){return this.getFontFamilies()[0][0]}getUnderlines(){return this._getStyles("ul")}getUnderline(){var n,r;const{p:t}=(n=this.getValue())!=null?n:{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?Hr("ul",t.body)===ve.TRUE?{s:ve.TRUE}:{s:ve.FALSE}:this.getUnderlines()[0][0]}getOverlines(){return this._getStyles("ol")}getOverline(){return this.getOverlines()[0][0]}getStrikeThrough(){var n,r;const{p:t}=(n=this.getValue())!=null?n:{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?Hr("st",t.body)===ve.TRUE?{s:ve.TRUE}:{s:ve.FALSE}:this.getStrikeThroughs()[0][0]}getStrikeThroughs(){return this._getStyles("st")}getFontSize(){var n,r;const t=((n=this.getValue())==null?void 0:n.p)||{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?t.body.textRuns.some(s=>{var i;return((i=s==null?void 0:s.ts)==null?void 0:i.fs)!=null})?Math.max(...t.body.textRuns.map(s=>{var i;return((i=s==null?void 0:s.ts)==null?void 0:i.fs)||0})):this.getFontSizes()[0][0]:this.getFontSizes()[0][0]}getFontSizes(){return this._getStyles("fs")}getBorder(){return this.getBorders()[0][0]}getBorders(){return this._getStyles("bd")}getFontStyle(){var n,r;const{p:t}=(n=this.getValue())!=null?n:{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?Hr("it",t.body)===ve.TRUE?Ir.ITALIC:Ir.NORMAL:this._getFontStyles()[0][0]}_getFontStyles(){return this._getStyles("it")}getFontWeight(){var n,r;const{p:t}=(n=this.getValue())!=null?n:{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?Hr("bl",t.body)===ve.TRUE?Sr.BOLD:Sr.NORMAL:this._getFontWeights()[0][0]}_getFontWeights(){return this._getStyles("bl")}getGridId(){return this._worksheet.getSheetId()}getHeight(){const{_range:t,_worksheet:n}=this,{startRow:r,endRow:s}=t;let i=0;for(let o=0;o<=s-r;o++){const a=n.getRowHeight(o);i+=a}return i}getHorizontalAlignment(){return this.getHorizontalAlignments()[0][0]}getHorizontalAlignments(){return this._getStyles("ht")}getLastColumn(){return this._range.endColumn}getLastRow(){return this._range.endRow}getNumColumns(){const{startColumn:t,endColumn:n}=this._range;return n-t+1}getNumRows(){const{startRow:t,endRow:n}=this._range;return n-t+1}getRichTextValue(){return this.getRichTextValues()[0][0]}getRichTextValues(){return this.getValues().map(t=>t.map(n=>(n==null?void 0:n.p)||""))}getRowIndex(){return this._range.startRow}getSheet(){return this._worksheet}getTextDirection(){return this.getTextDirections()[0][0]}getTextDirections(){return this._getStyles("td")}getTextRotation(){return this.getTextRotations()[0][0]}getTextRotations(){return this._getStyles("tr")}getTextStyle(){return this.getTextStyles()[0][0]}getTextStyles(){const t=this._deps.getStyles();return this.getValues().map(n=>n.map(r=>t.getStyleByCell(r)))}getVerticalAlignment(){return this.getVerticalAlignments()[0][0]}getVerticalAlignments(){return this._getStyles("vt")}getWidth(){const{_range:t,_worksheet:n}=this,{startColumn:r,endColumn:s}=t;let i=0;for(let o=0;o<=s-r;o++)i+=n.getColumnWidth(o);return i}getWrap(){return this.getWrapStrategy()===sn.WRAP?ve.TRUE:ve.FALSE}getWrapStrategies(){return this._getStyles("tb")}getWrapStrategy(){return this.getWrapStrategies()[0][0]}forEach(t){_r.foreach(this._range,t)}_getStyles(t){const n=this._deps.getStyles();return this.getValues().map(r=>r.map(s=>{const i=n&&n.getStyleByCell(s);return i&&i[t]||ut[t]}))}};R(_r,"transformRange",(t,n)=>{const r=n.getMaxColumns()-1,s=n.getMaxRows()-1;return t.rangeType===Le.ALL?{startColumn:0,startRow:0,endColumn:r,endRow:s}:t.rangeType===Le.COLUMN?{startRow:0,endRow:s,startColumn:t.startColumn,endColumn:t.endColumn}:t.rangeType===Le.ROW?{startColumn:0,endColumn:r,startRow:t.startRow,endRow:t.endRow}:{startColumn:t.startColumn,endColumn:Math.min(t.endColumn,r),startRow:t.startRow,endRow:Math.min(t.endRow,s)}});let Rn=_r;function Ca(e,t,n=0,r=e.length-1,s=Fd){for(;r>n;){if(r-n>600){const l=r-n+1,u=t-n+1,c=Math.log(l),h=.5*Math.exp(2*c/3),d=.5*Math.sqrt(c*h*(l-h)/l)*(u-l/2<0?-1:1),g=Math.max(n,Math.floor(t-u*h/l+d)),E=Math.min(r,Math.floor(t+(l-u)*h/l+d));Ca(e,t,g,E,s)}const i=e[t];let o=n,a=r;for(Kn(e,n,t),s(e[r],i)>0&&Kn(e,n,r);o<a;){for(Kn(e,o,a),o++,a--;s(e[o],i)<0;)o++;for(;s(e[a],i)>0;)a--}s(e[n],i)===0?Kn(e,n,a):(a++,Kn(e,a,r)),a<=t&&(n=a+1),t<=a&&(r=a-1)}}function Kn(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function Fd(e,t){return e<t?-1:e>t?1:0}class Wr{constructor(t=9){this._maxEntries=Math.max(4,t),this._minEntries=Math.max(2,Math.ceil(this._maxEntries*.4)),this.clear()}all(){return this._all(this.data,[])}search(t){let n=this.data;const r=[];if(!Yr(t,n))return r;const s=this.toBBox,i=[];for(;n;){for(let o=0;o<n.children.length;o++){const a=n.children[o],l=n.leaf?s(a):a;Yr(t,l)&&(n.leaf?r.push(a):Ms(t,l)?this._all(a,r):i.push(a))}n=i.pop()}return r}collides(t){let n=this.data;if(!Yr(t,n))return!1;const r=[];for(;n;){for(let s=0;s<n.children.length;s++){const i=n.children[s],o=n.leaf?this.toBBox(i):i;if(Yr(t,o)){if(n.leaf||Ms(t,o))return!0;r.push(i)}}n=r.pop()}return!1}load(t){if(!(t&&t.length))return this;if(t.length<this._minEntries){for(let r=0;r<t.length;r++)this.insert(t[r]);return this}let n=this._build(t.slice(),0,t.length-1,0);if(!this.data.children.length)this.data=n;else if(this.data.height===n.height)this._splitRoot(this.data,n);else{if(this.data.height<n.height){const r=this.data;this.data=n,n=r}this._insert(n,this.data.height-n.height-1,!0)}return this}insert(t){return t&&this._insert(t,this.data.height-1),this}clear(){return this.data=Sn([]),this}remove(t,n){if(!t)return this;let r=this.data;const s=this.toBBox(t),i=[],o=[];let a,l,u;for(;r||i.length;){if(r||(r=i.pop(),l=i[i.length-1],a=o.pop(),u=!0),r.leaf){const c=xd(t,r.children,n);if(c!==-1)return r.children.splice(c,1),i.push(r),this._condense(i),this}!u&&!r.leaf&&Ms(r,s)?(i.push(r),o.push(a),a=0,l=r,r=r.children[0]):l?(a++,r=l.children[a],u=!1):r=null}return this}toBBox(t){return t}compareMinX(t,n){return t.minX-n.minX}compareMinY(t,n){return t.minY-n.minY}toJSON(){return this.data}fromJSON(t){return this.data=t,this}_all(t,n){const r=[];for(;t;)t.leaf?n.push(...t.children):r.push(...t.children),t=r.pop();return n}_build(t,n,r,s){const i=r-n+1;let o=this._maxEntries,a;if(i<=o)return a=Sn(t.slice(n,r+1)),In(a,this.toBBox),a;s||(s=Math.ceil(Math.log(i)/Math.log(o)),o=Math.ceil(i/Math.pow(o,s-1))),a=Sn([]),a.leaf=!1,a.height=s;const l=Math.ceil(i/o),u=l*Math.ceil(Math.sqrt(o));Ra(t,n,r,u,this.compareMinX);for(let c=n;c<=r;c+=u){const h=Math.min(c+u-1,r);Ra(t,c,h,l,this.compareMinY);for(let d=c;d<=h;d+=l){const g=Math.min(d+l-1,h);a.children.push(this._build(t,d,g,s-1))}}return In(a,this.toBBox),a}_chooseSubtree(t,n,r,s){for(;s.push(n),!(n.leaf||s.length-1===r);){let i=1/0,o=1/0,a;for(let l=0;l<n.children.length;l++){const u=n.children[l],c=Ns(u),h=Hd(t,u)-c;h<o?(o=h,i=c<i?c:i,a=u):h===o&&c<i&&(i=c,a=u)}n=a||n.children[0]}return n}_insert(t,n,r){const s=r?t:this.toBBox(t),i=[],o=this._chooseSubtree(s,this.data,n,i);for(o.children.push(t),qn(o,s);n>=0&&i[n].children.length>this._maxEntries;)this._split(i,n),n--;this._adjustParentBBoxes(s,i,n)}_split(t,n){const r=t[n],s=r.children.length,i=this._minEntries;this._chooseSplitAxis(r,i,s);const o=this._chooseSplitIndex(r,i,s),a=Sn(r.children.splice(o,r.children.length-o));a.height=r.height,a.leaf=r.leaf,In(r,this.toBBox),In(a,this.toBBox),n?t[n-1].children.push(a):this._splitRoot(r,a)}_splitRoot(t,n){this.data=Sn([t,n]),this.data.height=t.height+1,this.data.leaf=!1,In(this.data,this.toBBox)}_chooseSplitIndex(t,n,r){let s,i=1/0,o=1/0;for(let a=n;a<=r-n;a++){const l=Xn(t,0,a,this.toBBox),u=Xn(t,a,r,this.toBBox),c=Wd(l,u),h=Ns(l)+Ns(u);c<i?(i=c,s=a,o=h<o?h:o):c===i&&h<o&&(o=h,s=a)}return s||r-n}_chooseSplitAxis(t,n,r){const s=t.leaf?this.compareMinX:Bd,i=t.leaf?this.compareMinY:$d,o=this._allDistMargin(t,n,r,s),a=this._allDistMargin(t,n,r,i);o<a&&t.children.sort(s)}_allDistMargin(t,n,r,s){t.children.sort(s);const i=this.toBBox,o=Xn(t,0,n,i),a=Xn(t,r-n,r,i);let l=jr(o)+jr(a);for(let u=n;u<r-n;u++){const c=t.children[u];qn(o,t.leaf?i(c):c),l+=jr(o)}for(let u=r-n-1;u>=n;u--){const c=t.children[u];qn(a,t.leaf?i(c):c),l+=jr(a)}return l}_adjustParentBBoxes(t,n,r){for(let s=r;s>=0;s--)qn(n[s],t)}_condense(t){for(let n=t.length-1,r;n>=0;n--)t[n].children.length===0?n>0?(r=t[n-1].children,r.splice(r.indexOf(t[n]),1)):this.clear():In(t[n],this.toBBox)}}function xd(e,t,n){if(!n)return t.indexOf(e);for(let r=0;r<t.length;r++)if(n(e,t[r]))return r;return-1}function In(e,t){Xn(e,0,e.children.length,t,e)}function Xn(e,t,n,r,s){s||(s=Sn(null)),s.minX=1/0,s.minY=1/0,s.maxX=-1/0,s.maxY=-1/0;for(let i=t;i<n;i++){const o=e.children[i];qn(s,e.leaf?r(o):o)}return s}function qn(e,t){return e.minX=Math.min(e.minX,t.minX),e.minY=Math.min(e.minY,t.minY),e.maxX=Math.max(e.maxX,t.maxX),e.maxY=Math.max(e.maxY,t.maxY),e}function Bd(e,t){return e.minX-t.minX}function $d(e,t){return e.minY-t.minY}function Ns(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function jr(e){return e.maxX-e.minX+(e.maxY-e.minY)}function Hd(e,t){return(Math.max(t.maxX,e.maxX)-Math.min(t.minX,e.minX))*(Math.max(t.maxY,e.maxY)-Math.min(t.minY,e.minY))}function Wd(e,t){const n=Math.max(e.minX,t.minX),r=Math.max(e.minY,t.minY),s=Math.min(e.maxX,t.maxX),i=Math.min(e.maxY,t.maxY);return Math.max(0,s-n)*Math.max(0,i-r)}function Ms(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function Yr(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function Sn(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function Ra(e,t,n,r,s){const i=[t,n];for(;i.length;){if(n=i.pop(),t=i.pop(),n-t<=r)continue;const o=t+Math.ceil((n-t)/r/2)*r;Ca(e,o,t,n,s),i.push(t,o,o,n)}}function jd(e,t,n,r=!1){if(t===0&&n===0)return e;let s={...e};const i=s.startAbsoluteRefType||nt.NONE,o=s.endAbsoluteRefType||nt.NONE,a=s.rangeType||Le.NORMAL;if(!r&&i===nt.ALL&&o===nt.ALL)return s;const l=Ia(s.startRow,n,s.startColumn,t,a),u=Ia(s.endRow,n,s.endColumn,t,a);return r||i===nt.NONE&&o===nt.NONE?s={...s,startRow:l.row,startColumn:l.column,endRow:u.row,endColumn:u.column}:(i===nt.NONE?s={...s,startRow:l.row,startColumn:l.column}:i===nt.COLUMN?s={...s,startRow:l.row}:i===nt.ROW&&(s={...s,startColumn:l.column}),o===nt.NONE?s={...s,endRow:u.row,endColumn:u.column}:o===nt.COLUMN?s={...s,endRow:u.row}:o===nt.ROW&&(s={...s,endColumn:u.column}),s)}function Ia(e,t,n,r,s){return s===Le.NORMAL?{row:e+t,column:n+r}:s===Le.ROW?{row:e+t,column:n}:s===Le.COLUMN?{row:e,column:n+r}:{row:e,column:n}}function Ds(e){const t=new Set,n=new Set;for(const o of e)t.add(o.startColumn),t.add(o.endColumn+1),n.add(o.startRow),n.add(o.endRow+1);const r=Array.from(t).sort((o,a)=>o-a),s=Array.from(n).sort((o,a)=>o-a);e.sort((o,a)=>o.startRow-a.startRow||o.startColumn-a.startColumn);const i=[];for(let o=0;o<s.length-1;o++)for(let a=0;a<r.length-1;a++){const l=r[a],u=r[a+1]-1,c=s[o],h=s[o+1]-1;for(const d of e){if(d.startRow>h)break;if(d.startRow<=c&&d.endRow>=h&&d.startColumn<=l&&d.endColumn>=u){i.push({startColumn:l,endColumn:u,startRow:c,endRow:h});break}}}return i}function Yd(e){e.sort((r,s)=>r.startRow-s.startRow||r.startColumn-s.startColumn);const t={};for(const r of e)t[r.startRow]||(t[r.startRow]=[]),t[r.startRow].push(r);const n=[];for(const r in t){const s=t[+r];s.sort((o,a)=>o.startColumn-a.startColumn);let i=s[0];for(let o=1;o<s.length;o++){const a=s[o];a.startColumn<=i.endColumn+1&&a.startRow===i.startRow&&a.endRow===i.endRow?i.endColumn=Math.max(i.endColumn,a.endColumn):(n.push(i),i=a)}n.push(i)}return n}function zd(e){e.sort((r,s)=>r.startColumn-s.startColumn||r.startRow-s.startRow);const t={};for(const r of e)t[r.startColumn]||(t[r.startColumn]=[]),t[r.startColumn].push(r);const n=[];for(const r in t){const s=t[+r];s.sort((o,a)=>o.startRow-a.startRow);let i=s[0];for(let o=1;o<s.length;o++){const a=s[o];a.startRow<=i.endRow+1&&a.startColumn===i.startColumn&&a.endColumn===i.endColumn?i.endRow=Math.max(i.endRow,a.endRow):(n.push(i),i=a)}n.push(i)}return n}function Gd(e){const t=Ds(e),n=Yd(t);return zd(n)}function Vd(e,t){const n=[];return e.forEach(r=>{n.push(...Xt.subtract(r,t))}),Xt.mergeRanges(n)}function Sa(e,t){const n=va(e.startRow,e.endRow,t.startRow,t.endRow),r=va(e.startColumn,e.endColumn,t.startColumn,t.endColumn);if(!n||!r)return null;const[s,i]=n,[o,a]=r,l=Kd(e.rangeType,t.rangeType,s,i,o,a);return{startRow:s,endRow:i,startColumn:o,endColumn:a,rangeType:l}}function va(e,t,n,r){const s=isNaN(e)?-1/0:e,i=isNaN(t)?1/0:t,o=isNaN(n)?-1/0:n,a=isNaN(r)?1/0:r,l=Math.max(s,o),u=Math.min(i,a);if(l<=u){const c=l===-1/0?Number.NaN:l,h=u===1/0?Number.NaN:u;return[c,h]}else return null}function Kd(e,t,n,r,s,i){const o=e!==void 0?e:Oa(n,r,s,i),a=t!==void 0?t:Oa(n,r,s,i);return o===Le.ALL||a===Le.ALL?o===a?o:o===Le.ALL?a:o:o===a?o:(o===Le.NORMAL||a===Le.NORMAL,Le.NORMAL)}function Oa(e,t,n,r){const s=!isNaN(e)&&!isNaN(t),i=!isNaN(n)&&!isNaN(r);return s&&i?Le.NORMAL:s?Le.ROW:i?Le.COLUMN:Le.ALL}const jt=class jt{static clone(t){return t.rangeType!==void 0?{startRow:t.startRow,startColumn:t.startColumn,endRow:t.endRow,endColumn:t.endColumn,rangeType:t.rangeType}:{startRow:t.startRow,startColumn:t.startColumn,endRow:t.endRow,endColumn:t.endColumn}}static equals(t,n){return t==null||n==null?!1:t.endRow===n.endRow&&t.endColumn===n.endColumn&&t.startRow===n.startRow&&t.startColumn===n.startColumn&&(t.rangeType===n.rangeType||t.rangeType===void 0&&n.rangeType===Le.NORMAL||n.rangeType===void 0&&t.rangeType===Le.NORMAL)}static simpleRangesIntersect(t,n){const{startRow:r,endRow:s,startColumn:i,endColumn:o}=t,{startRow:a,endRow:l,startColumn:u,endColumn:c}=n,h=r<=l&&s>=a,d=i<=c&&o>=u;return h&&d}static intersects(t,n){if(t.rangeType===Le.ROW&&n.rangeType===Le.COLUMN||t.rangeType===Le.COLUMN&&n.rangeType===Le.ROW)return!0;if(t.rangeType===Le.ROW&&n.rangeType===Le.ROW)return t.startRow<=n.endRow&&t.endRow>=n.startRow;if(t.rangeType===Le.COLUMN&&n.rangeType===Le.COLUMN)return t.startColumn<=n.endColumn&&t.endColumn>=n.startColumn;const r=Math.floor(Number.MAX_SAFE_INTEGER/10),s=Number.isNaN(t.startRow)?0:t.startRow,i=Number.isNaN(t.endRow)?r:t.endRow,o=Number.isNaN(t.startColumn)?0:t.startColumn,a=Number.isNaN(t.endColumn)?r:t.endColumn,l=Number.isNaN(n.startRow)?0:n.startRow,u=Number.isNaN(n.endRow)?r:n.endRow,c=Number.isNaN(n.startColumn)?0:n.startColumn,h=Number.isNaN(n.endColumn)?r:n.endColumn,d=Math.abs(o+a-c-h),g=Math.abs(o-a)+Math.abs(c-h),E=Math.abs(s+i-l-u),I=Math.abs(s-i)+Math.abs(l-u);return d<=g&&E<=I}static doAnyRangesIntersect(t,n){const r=new Wr;return r.load(t.map(s=>({minX:s.startColumn,minY:s.startRow,maxX:s.endColumn,maxY:s.endRow}))),n.some(s=>r.search({minX:s.startColumn,minY:s.startRow,maxX:s.endColumn,maxY:s.endRow}).length>0)}static getIntersects(t,n){const r=t.startRow,s=t.endRow,i=t.startColumn,o=t.endColumn,a=n.startRow,l=n.endRow,u=n.startColumn,c=n.endColumn;let h,d,g,E;if(a<=s)a>=r?d=a:d=r;else return null;if(l>=r)l>=s?E=s:E=l;else return null;if(u<=o)u>i?h=u:h=i;else return null;if(c>=i)c>=o?g=o:g=c;else return null;return{startRow:d,endRow:E,startColumn:h,endColumn:g,rangeType:Le.NORMAL}}static contains(t,n){return t.startRow<=n.startRow&&t.endRow>=n.endRow&&t.startColumn<=n.startColumn&&t.endColumn>=n.endColumn}static realContain(t,n){return jt.contains(t,n)&&(t.startRow<n.startRow||t.endRow>n.endRow||t.startColumn<n.startColumn||t.endColumn>n.endColumn)}static union(...t){return t.reduce((n,r)=>({startRow:Math.min(n.startRow,r.startRow),startColumn:Math.min(n.startColumn,r.startColumn),endRow:Math.max(n.endRow,r.endRow),endColumn:Math.max(n.endColumn,r.endColumn),rangeType:Le.NORMAL}),t[0])}static realUnion(...t){const n=t.some(i=>i.rangeType===Le.COLUMN),r=t.some(i=>i.rangeType===Le.ROW),s=jt.union(...t);return{startColumn:r?Number.NaN:s.startColumn,endColumn:r?Number.NaN:s.endColumn,startRow:n?Number.NaN:s.startRow,endRow:n?Number.NaN:s.endRow,rangeType:r?Le.ROW:n?Le.COLUMN:Le.NORMAL}}static subtract(t,n){if(n.startRow>t.endRow||n.endRow<t.startRow||n.startColumn>t.endColumn||n.endColumn<t.startColumn)return[t];const r=[];n.startRow>=t.startRow&&r.push({startRow:t.startRow,startColumn:t.startColumn,endRow:n.startRow-1,endColumn:t.endColumn}),n.endRow<=t.endRow&&r.push({startRow:n.endRow+1,startColumn:t.startColumn,endRow:t.endRow,endColumn:t.endColumn});const s=Math.max(t.startRow,n.startRow),i=Math.min(t.endRow,n.endRow);return n.startColumn>=t.startColumn&&r.push({startRow:s,startColumn:t.startColumn,endRow:i,endColumn:n.startColumn-1}),n.endColumn<=t.endColumn&&r.push({startRow:s,startColumn:n.endColumn+1,endRow:i,endColumn:t.endColumn}),r.filter(a=>a.startRow<=a.endRow&&a.startColumn<=a.endColumn)}static mergeRanges(t){return Gd(t)}static splitIntoGrid(t){return Ds(t)}static subtractMulti(t,n){if(!n.length)return t;let r=t;return n.forEach(s=>{r=Vd(r,s)}),r}static hasIntersectionBetweenTwoRect(t,n){return!(t.left>n.right||t.right<n.left||t.top>n.bottom||t.bottom<n.top)}static getIntersectionBetweenTwoRect(t,n){const r=Math.max(t.left,n.left),s=Math.min(t.right,n.right),i=Math.max(t.top,n.top),o=Math.min(t.bottom,n.bottom);return s<=r||o<=i?null:{left:r,right:s,top:i,bottom:o,width:s-r,height:o-i}}static sort(t){return t.sort((n,r)=>n.startRow-r.startRow||n.startColumn-r.startColumn)}};R(jt,"getRelativeRange",(t,n)=>({startRow:t.startRow-n.startRow,endRow:t.endRow-t.startRow,startColumn:t.startColumn-n.startColumn,endColumn:t.endColumn-t.startColumn})),R(jt,"getPositionRange",(t,n,r)=>({...r||{},startRow:r&&[nt.ROW,nt.ALL].includes(r.startAbsoluteRefType||0)?r.startRow:t.startRow+n.startRow,endRow:r&&[nt.ROW,nt.ALL].includes(r.endAbsoluteRefType||0)?r.endRow:t.endRow+t.startRow+n.startRow,startColumn:r&&[nt.COLUMN,nt.ALL].includes(r.startAbsoluteRefType||0)?r.startColumn:t.startColumn+n.startColumn,endColumn:r&&[nt.COLUMN,nt.ALL].includes(r.endAbsoluteRefType||0)?r.endColumn:t.endColumn+t.startColumn+n.startColumn})),R(jt,"moveHorizontal",(t,n=0,r=0)=>({...t,startColumn:t.startColumn+n,endColumn:t.endColumn+n+r})),R(jt,"moveVertical",(t,n=0,r=0)=>({...t,startRow:t.startRow+n,endRow:t.endRow+n+r})),R(jt,"moveOffset",(t,n,r)=>({...t,startRow:t.startRow+r,endRow:t.endRow+r,startColumn:t.startColumn+n,endColumn:t.endColumn+n}));let Xt=jt;function Xd(e,t){if(e.length===0||e[0].length===0)return null;const n=new Array(e[0].length).fill(0);let r=0,s=null;for(let i=0;i<e.length;i++){for(let a=0;a<e[0].length;a++)n[a]=t(e[i][a])?n[a]+1:0;const o=qd(n);o.area>r&&(r=o.area,s={startColumn:o.start,startRow:i-o.height+1,endColumn:o.end,endRow:i})}return s}function qd(e){const t=[];let n=0,r={area:0,height:0,start:0,end:0},s=0;for(;s<e.length;)if(t.length===0||e[s]>=e[t[t.length-1]])t.push(s++);else{const i=e[t.pop()],o=t.length===0?s:s-t[t.length-1]-1;i*o>n&&(n=i*o,r={area:n,height:i,start:t.length===0?0:t[t.length-1]+1,end:s-1})}for(;t.length>0;){const i=e[t.pop()],o=t.length===0?s:s-t[t.length-1]-1;i*o>n&&(n=i*o,r={area:n,height:i,start:t.length===0?0:t[t.length-1]+1,end:s-1})}return r}function Jd(e,t){Rn.foreach(t,(n,r)=>{e[n][r]=void 0})}function Zd(e,t){const n=e.toFullArray(),r=[];for(;;){const s=Xd(n,t);if(!s)break;r.push(s),Jd(n,s)}return r}class Qd{constructor(t,n){R(this,"_values",[]);R(this,"_keys",[]);R(this,"_keyMaps",new Map);this._values=t,this._keys=n,t.forEach(r=>{this._initKeyMap(r)})}_initKeyMap(t){this._keys.forEach(n=>{const r=t[n],s=this._keyMaps.get(n)||new Map;s.set(r,t),this._keyMaps.set(n,s)})}getValue(t,n){const r=n||this._keys;for(let s=0;s<r.length;s++){const i=this._keyMaps.get(r[s]);if(i!=null&&i.has(t))return i.get(t)}return null}hasValue(t){for(let n=0;n<this._keys.length;n++){const r=this._keyMaps.get(this._keys[n]);if(r!=null&&r.has(t))return!0}return!1}addValue(t){this._values.push(t),this._initKeyMap(t)}setValue(t,n,r){const s=this.getValue(t);s&&Object.keys(s).includes(n)&&(s[n]=r)}deleteValue(t,n){const r=this.getValue(t,n);if(r){this._keys.forEach(i=>{const o=this._keyMaps.get(i),a=r[i];o==null||o.delete(a)});const s=this._values.findIndex(i=>i===r);this._values.splice(s,1)}}getValues(){return this._values}getKeyMap(t){var n;return[...((n=this._keyMaps.get(t))==null?void 0:n.keys())||[]]}clear(){this._values=[],this._keys=[],this._keyMaps.clear()}}function Ls(e,t,n,r){return{forEach(s){for(let i=e;i<=t;i++)for(let o=n;o<=r;o++)s(i,o)}}}function ef(e){if(e==null||e.length===0)return Number.NaN;const t=e.toLowerCase().split(""),n=t.length,r=o=>o.charCodeAt(0)-96;let s=0,i=0;for(let o=0;o<n;o++)i=r(t[o]),s+=i*26**(n-o-1);return s===0?Number.NaN:s-1}const zr=65,wa=90,tf=97;function nf(e){const t=wa-zr+1;let n="";for(;e>=0;)n=String.fromCharCode(e%t+zr)+n,e=Math.floor(e/t)-1;return n}function ba(e,t){let n="";for(;t>0;)n+=e,t--;return n}function rf(e,t=!1){const n=wa-zr+1;let r=tf;t&&(r=zr);const s=String.fromCharCode(e%n+r),i=Math.floor(e/n)+1;return ba(s,i)}function sf(e,t){return e.zIndex>t.zIndex?1:e.zIndex===t.zIndex?0:-1}function of(e,t){return e.zIndex>t.zIndex?-1:e.zIndex===t.zIndex?0:1}function Jn(e="index",t=1){return(n,r)=>n[e]>r[e]?t:n[e]===r[e]?0:-t}var Aa=(e=>(e.PARAGRAPH="PARAGRAPH",e.SECTION_BREAK="SECTION_BREAK",e.TABLE="TABLE",e.TABLE_ROW="TABLE_ROW",e.TABLE_CELL="TABLE_CELL",e.CUSTOM_BLOCK="CUSTOM_BLOCK",e))(Aa||{}),mt=(e=>(e.PARAGRAPH="\r",e.SECTION_BREAK=`
|
|
4
|
-
`,e.TABLE_START="",e.TABLE_ROW_START="\x1B",e.TABLE_CELL_START="",e.TABLE_CELL_END="",e.TABLE_ROW_END="",e.TABLE_END="",e.CUSTOM_RANGE_START="",e.CUSTOM_RANGE_END="",e.COLUMN_BREAK="\v",e.PAGE_BREAK="\f",e.DOCS_END="\0",e.TAB=" ",e.CUSTOM_BLOCK="\b",e.LETTER="",e.SPACE=" ",e))(mt||{});function
|
|
5
|
-
`)?e.slice(0,-2):e;return lf.reduce((n,r)=>n.replaceAll(r,""),t)},uf=e=>e?Gr(e).replaceAll("\r","")==="":!0,cf=e=>{const t=e.replace(/\n/g,"\r"),n=[],r=[];let s=0,i="";const o=(l,u=!0)=>{const c=t.slice(s,l);if(re.isLegalUrl(c)){const h=Bt(),d=`${c}`,g={startIndex:s,endIndex:s+d.length-1,rangeId:h,rangeType:Kt.HYPERLINK,properties:{url:e}};r.push(g),i+=d,s=l+1,u&&(i+="\r",n.push({startIndex:l}))}else i+=t.slice(s,l+1),s=l+1,u&&n.push({startIndex:l})};let a=0;for(let l=0;l<t.length;l++)t[l]==="\r"&&(o(l),a=l);return(a!==t.length-1||t.length===1)&&o(t.length,!1),{dataStream:i,paragraphs:n,customRanges:r}};var Ta=typeof global=="object"&&global&&global.Object===Object&&global,hf=typeof self=="object"&&self&&self.Object===Object&&self,ln=Ta||hf||Function("return this")(),vn=ln.Symbol,ya=Object.prototype,df=ya.hasOwnProperty,ff=ya.toString,Zn=vn?vn.toStringTag:void 0;function gf(e){var t=df.call(e,Zn),n=e[Zn];try{e[Zn]=void 0;var r=!0}catch{}var s=ff.call(e);return r&&(t?e[Zn]=n:delete e[Zn]),s}var mf=Object.prototype,_f=mf.toString;function pf(e){return _f.call(e)}var Ef="[object Null]",Cf="[object Undefined]",Na=vn?vn.toStringTag:void 0;function Qn(e){return e==null?e===void 0?Cf:Ef:Na&&Na in Object(e)?gf(e):pf(e)}function On(e){return e!=null&&typeof e=="object"}var Rf="[object Symbol]";function Vr(e){return typeof e=="symbol"||On(e)&&Qn(e)==Rf}function If(e,t){for(var n=-1,r=e==null?0:e.length,s=Array(r);++n<r;)s[n]=t(e[n],n,e);return s}var wn=Array.isArray,Ma=vn?vn.prototype:void 0,Da=Ma?Ma.toString:void 0;function La(e){if(typeof e=="string")return e;if(wn(e))return If(e,La)+"";if(Vr(e))return Da?Da.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var Sf=/\s/;function vf(e){for(var t=e.length;t--&&Sf.test(e.charAt(t)););return t}var Of=/^\s+/;function wf(e){return e&&e.slice(0,vf(e)+1).replace(Of,"")}function It(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Ua=NaN,bf=/^[-+]0x[0-9a-f]+$/i,Af=/^0b[01]+$/i,Tf=/^0o[0-7]+$/i,yf=parseInt;function Pa(e){if(typeof e=="number")return e;if(Vr(e))return Ua;if(It(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=It(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=wf(e);var n=Af.test(e);return n||Tf.test(e)?yf(e.slice(2),n?2:8):bf.test(e)?Ua:+e}function ka(e){return e}var Nf="[object AsyncFunction]",Mf="[object Function]",Df="[object GeneratorFunction]",Lf="[object Proxy]";function Us(e){if(!It(e))return!1;var t=Qn(e);return t==Mf||t==Df||t==Nf||t==Lf}var Ps=ln["__core-js_shared__"],Fa=function(){var e=/[^.]+$/.exec(Ps&&Ps.keys&&Ps.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Uf(e){return!!Fa&&Fa in e}var Pf=Function.prototype,kf=Pf.toString;function Ff(e){if(e!=null){try{return kf.call(e)}catch{}try{return e+""}catch{}}return""}var xf=/[\\^$.*+?()[\]{}|]/g,Bf=/^\[object .+?Constructor\]$/,$f=Function.prototype,Hf=Object.prototype,Wf=$f.toString,jf=Hf.hasOwnProperty,Yf=RegExp("^"+Wf.call(jf).replace(xf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function zf(e){if(!It(e)||Uf(e))return!1;var t=Us(e)?Yf:Bf;return t.test(Ff(e))}function Gf(e,t){return e==null?void 0:e[t]}function ks(e,t){var n=Gf(e,t);return zf(n)?n:void 0}var xa=Object.create,Vf=function(){function e(){}return function(t){if(!It(t))return{};if(xa)return xa(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function Kf(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function Xf(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var qf=800,Jf=16,Zf=Date.now;function Qf(e){var t=0,n=0;return function(){var r=Zf(),s=Jf-(r-n);if(n=r,s>0){if(++t>=qf)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function eg(e){return function(){return e}}var Kr=function(){try{var e=ks(Object,"defineProperty");return e({},"",{}),e}catch{}}(),tg=Kr?function(e,t){return Kr(e,"toString",{configurable:!0,enumerable:!1,value:eg(t),writable:!0})}:ka,ng=Qf(tg),rg=9007199254740991,sg=/^(?:0|[1-9]\d*)$/;function Fs(e,t){var n=typeof e;return t=t==null?rg:t,!!t&&(n=="number"||n!="symbol"&&sg.test(e))&&e>-1&&e%1==0&&e<t}function xs(e,t,n){t=="__proto__"&&Kr?Kr(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Xr(e,t){return e===t||e!==e&&t!==t}var ig=Object.prototype,og=ig.hasOwnProperty;function Ba(e,t,n){var r=e[t];(!(og.call(e,t)&&Xr(r,n))||n===void 0&&!(t in e))&&xs(e,t,n)}function ag(e,t,n,r){var s=!n;n||(n={});for(var i=-1,o=t.length;++i<o;){var a=t[i],l=void 0;l===void 0&&(l=e[a]),s?xs(n,a,l):Ba(n,a,l)}return n}var $a=Math.max;function lg(e,t,n){return t=$a(t===void 0?e.length-1:t,0),function(){for(var r=arguments,s=-1,i=$a(r.length-t,0),o=Array(i);++s<i;)o[s]=r[t+s];s=-1;for(var a=Array(t+1);++s<t;)a[s]=r[s];return a[t]=n(o),Kf(e,this,a)}}function ug(e,t){return ng(lg(e,t,ka),e+"")}var cg=9007199254740991;function Ha(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=cg}function Bs(e){return e!=null&&Ha(e.length)&&!Us(e)}function hg(e,t,n){if(!It(n))return!1;var r=typeof t;return(r=="number"?Bs(n)&&Fs(t,n.length):r=="string"&&t in n)?Xr(n[t],e):!1}function Wa(e){return ug(function(t,n){var r=-1,s=n.length,i=s>1?n[s-1]:void 0,o=s>2?n[2]:void 0;for(i=e.length>3&&typeof i=="function"?(s--,i):void 0,o&&hg(n[0],n[1],o)&&(i=s<3?void 0:i,s=1),t=Object(t);++r<s;){var a=n[r];a&&e(t,a,r,i)}return t})}var dg=Object.prototype;function ja(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||dg;return e===n}function fg(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var gg="[object Arguments]";function Ya(e){return On(e)&&Qn(e)==gg}var za=Object.prototype,mg=za.hasOwnProperty,_g=za.propertyIsEnumerable,$s=Ya(function(){return arguments}())?Ya:function(e){return On(e)&&mg.call(e,"callee")&&!_g.call(e,"callee")};function pg(){return!1}var Ga=typeof f=="object"&&f&&!f.nodeType&&f,Va=Ga&&typeof module=="object"&&module&&!module.nodeType&&module,Eg=Va&&Va.exports===Ga,Ka=Eg?ln.Buffer:void 0,Cg=Ka?Ka.isBuffer:void 0,Xa=Cg||pg,Rg="[object Arguments]",Ig="[object Array]",Sg="[object Boolean]",vg="[object Date]",Og="[object Error]",wg="[object Function]",bg="[object Map]",Ag="[object Number]",Tg="[object Object]",yg="[object RegExp]",Ng="[object Set]",Mg="[object String]",Dg="[object WeakMap]",Lg="[object ArrayBuffer]",Ug="[object DataView]",Pg="[object Float32Array]",kg="[object Float64Array]",Fg="[object Int8Array]",xg="[object Int16Array]",Bg="[object Int32Array]",$g="[object Uint8Array]",Hg="[object Uint8ClampedArray]",Wg="[object Uint16Array]",jg="[object Uint32Array]",Qe={};Qe[Pg]=Qe[kg]=Qe[Fg]=Qe[xg]=Qe[Bg]=Qe[$g]=Qe[Hg]=Qe[Wg]=Qe[jg]=!0,Qe[Rg]=Qe[Ig]=Qe[Lg]=Qe[Sg]=Qe[Ug]=Qe[vg]=Qe[Og]=Qe[wg]=Qe[bg]=Qe[Ag]=Qe[Tg]=Qe[yg]=Qe[Ng]=Qe[Mg]=Qe[Dg]=!1;function Yg(e){return On(e)&&Ha(e.length)&&!!Qe[Qn(e)]}function zg(e){return function(t){return e(t)}}var qa=typeof f=="object"&&f&&!f.nodeType&&f,er=qa&&typeof module=="object"&&module&&!module.nodeType&&module,Gg=er&&er.exports===qa,Hs=Gg&&Ta.process,Ja=function(){try{var e=er&&er.require&&er.require("util").types;return e||Hs&&Hs.binding&&Hs.binding("util")}catch{}}(),Za=Ja&&Ja.isTypedArray,Qa=Za?zg(Za):Yg;function Vg(e,t){var n=wn(e),r=!n&&$s(e),s=!n&&!r&&Xa(e),i=!n&&!r&&!s&&Qa(e),o=n||r||s||i,a=o?fg(e.length,String):[],l=a.length;for(var u in e)o&&(u=="length"||s&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Fs(u,l))||a.push(u);return a}function Kg(e,t){return function(n){return e(t(n))}}function Xg(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var qg=Object.prototype,Jg=qg.hasOwnProperty;function Zg(e){if(!It(e))return Xg(e);var t=ja(e),n=[];for(var r in e)r=="constructor"&&(t||!Jg.call(e,r))||n.push(r);return n}function el(e){return Bs(e)?Vg(e):Zg(e)}var Qg=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,em=/^\w*$/;function tm(e,t){if(wn(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||Vr(e)?!0:em.test(e)||!Qg.test(e)||t!=null&&e in Object(t)}var tr=ks(Object,"create");function nm(){this.__data__=tr?tr(null):{},this.size=0}function rm(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var sm="__lodash_hash_undefined__",im=Object.prototype,om=im.hasOwnProperty;function am(e){var t=this.__data__;if(tr){var n=t[e];return n===sm?void 0:n}return om.call(t,e)?t[e]:void 0}var lm=Object.prototype,um=lm.hasOwnProperty;function cm(e){var t=this.__data__;return tr?t[e]!==void 0:um.call(t,e)}var hm="__lodash_hash_undefined__";function dm(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=tr&&t===void 0?hm:t,this}function un(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}un.prototype.clear=nm,un.prototype.delete=rm,un.prototype.get=am,un.prototype.has=cm,un.prototype.set=dm;function fm(){this.__data__=[],this.size=0}function qr(e,t){for(var n=e.length;n--;)if(Xr(e[n][0],t))return n;return-1}var gm=Array.prototype,mm=gm.splice;function _m(e){var t=this.__data__,n=qr(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():mm.call(t,n,1),--this.size,!0}function pm(e){var t=this.__data__,n=qr(t,e);return n<0?void 0:t[n][1]}function Em(e){return qr(this.__data__,e)>-1}function Cm(e,t){var n=this.__data__,r=qr(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function Ht(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Ht.prototype.clear=fm,Ht.prototype.delete=_m,Ht.prototype.get=pm,Ht.prototype.has=Em,Ht.prototype.set=Cm;var tl=ks(ln,"Map");function Rm(){this.size=0,this.__data__={hash:new un,map:new(tl||Ht),string:new un}}function Im(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Jr(e,t){var n=e.__data__;return Im(t)?n[typeof t=="string"?"string":"hash"]:n.map}function Sm(e){var t=Jr(this,e).delete(e);return this.size-=t?1:0,t}function vm(e){return Jr(this,e).get(e)}function Om(e){return Jr(this,e).has(e)}function wm(e,t){var n=Jr(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function qt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}qt.prototype.clear=Rm,qt.prototype.delete=Sm,qt.prototype.get=vm,qt.prototype.has=Om,qt.prototype.set=wm;var bm="Expected a function";function Ws(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(bm);var n=function(){var r=arguments,s=t?t.apply(this,r):r[0],i=n.cache;if(i.has(s))return i.get(s);var o=e.apply(this,r);return n.cache=i.set(s,o)||i,o};return n.cache=new(Ws.Cache||qt),n}Ws.Cache=qt;var Am=500;function Tm(e){var t=Ws(e,function(r){return n.size===Am&&n.clear(),r}),n=t.cache;return t}var ym=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Nm=/\\(\\)?/g,Mm=Tm(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(ym,function(n,r,s,i){t.push(s?i.replace(Nm,"$1"):r||n)}),t});function Dm(e){return e==null?"":La(e)}function nl(e,t){return wn(e)?e:tm(e,t)?[e]:Mm(Dm(e))}function rl(e){if(typeof e=="string"||Vr(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Lm(e,t){t=nl(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[rl(t[n++])];return n&&n==r?e:void 0}function sl(e,t,n){var r=e==null?void 0:Lm(e,t);return r===void 0?n:r}var il=Kg(Object.getPrototypeOf,Object),Um="[object Object]",Pm=Function.prototype,km=Object.prototype,ol=Pm.toString,Fm=km.hasOwnProperty,xm=ol.call(Object);function Bm(e){if(!On(e)||Qn(e)!=Um)return!1;var t=il(e);if(t===null)return!0;var n=Fm.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&ol.call(n)==xm}function $m(){this.__data__=new Ht,this.size=0}function Hm(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function Wm(e){return this.__data__.get(e)}function jm(e){return this.__data__.has(e)}var Ym=200;function zm(e,t){var n=this.__data__;if(n instanceof Ht){var r=n.__data__;if(!tl||r.length<Ym-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new qt(r)}return n.set(e,t),this.size=n.size,this}function bn(e){var t=this.__data__=new Ht(e);this.size=t.size}bn.prototype.clear=$m,bn.prototype.delete=Hm,bn.prototype.get=Wm,bn.prototype.has=jm,bn.prototype.set=zm;var al=typeof f=="object"&&f&&!f.nodeType&&f,ll=al&&typeof module=="object"&&module&&!module.nodeType&&module,Gm=ll&&ll.exports===al,ul=Gm?ln.Buffer:void 0;ul&&ul.allocUnsafe;function Vm(e,t){return e.slice()}var cl=ln.Uint8Array;function Km(e){var t=new e.constructor(e.byteLength);return new cl(t).set(new cl(e)),t}function Xm(e,t){var n=Km(e.buffer);return new e.constructor(n,e.byteOffset,e.length)}function qm(e){return typeof e.constructor=="function"&&!ja(e)?Vf(il(e)):{}}function Jm(e){return function(t,n,r){for(var s=-1,i=Object(t),o=r(t),a=o.length;a--;){var l=o[++s];if(n(i[l],l,i)===!1)break}return t}}var Zm=Jm(),js=function(){return ln.Date.now()},Qm="Expected a function",e_=Math.max,t_=Math.min;function n_(e,t,n){var r,s,i,o,a,l,u=0,c=!1,h=!1,d=!0;if(typeof e!="function")throw new TypeError(Qm);t=Pa(t)||0,It(n)&&(c=!!n.leading,h="maxWait"in n,i=h?e_(Pa(n.maxWait)||0,t):i,d="trailing"in n?!!n.trailing:d);function g(T){var j=r,Q=s;return r=s=void 0,u=T,o=e.apply(Q,j),o}function E(T){return u=T,a=setTimeout(M,t),c?g(T):o}function I(T){var j=T-l,Q=T-u,ge=t-j;return h?t_(ge,i-Q):ge}function b(T){var j=T-l,Q=T-u;return l===void 0||j>=t||j<0||h&&Q>=i}function M(){var T=js();if(b(T))return V(T);a=setTimeout(M,I(T))}function V(T){return a=void 0,d&&r?g(T):(r=s=void 0,o)}function Y(){a!==void 0&&clearTimeout(a),u=0,r=l=s=a=void 0}function ie(){return a===void 0?o:V(js())}function N(){var T=js(),j=b(T);if(r=arguments,s=this,l=T,j){if(a===void 0)return E(l);if(h)return clearTimeout(a),a=setTimeout(M,t),g(l)}return a===void 0&&(a=setTimeout(M,t)),o}return N.cancel=Y,N.flush=ie,N}function Ys(e,t,n){(n!==void 0&&!Xr(e[t],n)||n===void 0&&!(t in e))&&xs(e,t,n)}function r_(e){return On(e)&&Bs(e)}function zs(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function s_(e){return ag(e,el(e))}function i_(e,t,n,r,s,i,o){var a=zs(e,n),l=zs(t,n),u=o.get(l);if(u){Ys(e,n,u);return}var c=i?i(a,l,n+"",e,t,o):void 0,h=c===void 0;if(h){var d=wn(l),g=!d&&Xa(l),E=!d&&!g&&Qa(l);c=l,d||g||E?wn(a)?c=a:r_(a)?c=Xf(a):g?(h=!1,c=Vm(l)):E?(h=!1,c=Xm(l)):c=[]:Bm(l)||$s(l)?(c=a,$s(a)?c=s_(a):(!It(a)||Us(a))&&(c=qm(l))):h=!1}h&&(o.set(l,c),s(c,l,r,i,o),o.delete(l)),Ys(e,n,c)}function Gs(e,t,n,r,s){e!==t&&Zm(t,function(i,o){if(s||(s=new bn),It(i))i_(e,t,o,n,Gs,r,s);else{var a=r?r(zs(e,o),i,o+"",e,t,s):void 0;a===void 0&&(a=i),Ys(e,o,a)}},el)}var o_=Wa(function(e,t,n,r){Gs(e,t,n,r)}),Vs=Wa(function(e,t,n){Gs(e,t,n)});function a_(e,t,n,r){if(!It(e))return e;t=nl(t,e);for(var s=-1,i=t.length,o=i-1,a=e;a!=null&&++s<i;){var l=rl(t[s]),u=n;if(l==="__proto__"||l==="constructor"||l==="prototype")return e;if(s!=o){var c=a[l];u=void 0,u===void 0&&(u=It(c)?c:Fs(t[s+1])?[]:{})}Ba(a,l,u),a=a[l]}return e}function l_(e,t,n){return e==null?e:a_(e,t,n)}var Ks,hl;function u_(){if(hl)return Ks;hl=1;var e=-1,t=1,n=0;function r(p,W,O,L,A){if(p===W)return p?[[n,p]]:[];if(O!=null){var w=ge(p,W,O);if(w)return w}var x=a(p,W),$=p.substring(0,x);p=p.substring(x),W=W.substring(x),x=u(p,W);var K=p.substring(p.length-x);p=p.substring(0,p.length-x),W=W.substring(0,W.length-x);var oe=s(p,W);return $&&oe.unshift([n,$]),K&&oe.push([n,K]),V(oe,A),L&&h(oe),oe}function s(p,W){var O;if(!p)return[[t,W]];if(!W)return[[e,p]];var L=p.length>W.length?p:W,A=p.length>W.length?W:p,w=L.indexOf(A);if(w!==-1)return O=[[t,L.substring(0,w)],[n,A],[t,L.substring(w+A.length)]],p.length>W.length&&(O[0][0]=O[2][0]=e),O;if(A.length===1)return[[e,p],[t,W]];var x=c(p,W);if(x){var $=x[0],K=x[1],oe=x[2],fe=x[3],me=x[4],Me=r($,oe),Te=r(K,fe);return Me.concat([[n,me]],Te)}return i(p,W)}function i(p,W){for(var O=p.length,L=W.length,A=Math.ceil((O+L)/2),w=A,x=2*A,$=new Array(x),K=new Array(x),oe=0;oe<x;oe++)$[oe]=-1,K[oe]=-1;$[w+1]=0,K[w+1]=0;for(var fe=O-L,me=fe%2!==0,Me=0,Te=0,v=0,B=0,X=0;X<A;X++){for(var J=-X+Me;J<=X-Te;J+=2){var G=w+J,z;J===-X||J!==X&&$[G-1]<$[G+1]?z=$[G+1]:z=$[G-1]+1;for(var he=z-J;z<O&&he<L&&p.charAt(z)===W.charAt(he);)z++,he++;if($[G]=z,z>O)Te+=2;else if(he>L)Me+=2;else if(me){var le=w+fe-J;if(le>=0&&le<x&&K[le]!==-1){var H=O-K[le];if(z>=H)return o(p,W,z,he)}}}for(var ne=-X+v;ne<=X-B;ne+=2){var le=w+ne,H;ne===-X||ne!==X&&K[le-1]<K[le+1]?H=K[le+1]:H=K[le-1]+1;for(var ae=H-ne;H<O&&ae<L&&p.charAt(O-H-1)===W.charAt(L-ae-1);)H++,ae++;if(K[le]=H,H>O)B+=2;else if(ae>L)v+=2;else if(!me){var G=w+fe-ne;if(G>=0&&G<x&&$[G]!==-1){var z=$[G],he=w+z-G;if(H=O-H,z>=H)return o(p,W,z,he)}}}}return[[e,p],[t,W]]}function o(p,W,O,L){var A=p.substring(0,O),w=W.substring(0,L),x=p.substring(O),$=W.substring(L),K=r(A,w),oe=r(x,$);return K.concat(oe)}function a(p,W){if(!p||!W||p.charAt(0)!==W.charAt(0))return 0;for(var O=0,L=Math.min(p.length,W.length),A=L,w=0;O<A;)p.substring(w,A)==W.substring(w,A)?(O=A,w=O):L=A,A=Math.floor((L-O)/2+O);return Y(p.charCodeAt(A-1))&&A--,A}function l(p,W){var O=p.length,L=W.length;if(O==0||L==0)return 0;O>L?p=p.substring(O-L):O<L&&(W=W.substring(0,O));var A=Math.min(O,L);if(p==W)return A;for(var w=0,x=1;;){var $=p.substring(A-x),K=W.indexOf($);if(K==-1)return w;x+=K,(K==0||p.substring(A-x)==W.substring(0,x))&&(w=x,x++)}}function u(p,W){if(!p||!W||p.slice(-1)!==W.slice(-1))return 0;for(var O=0,L=Math.min(p.length,W.length),A=L,w=0;O<A;)p.substring(p.length-A,p.length-w)==W.substring(W.length-A,W.length-w)?(O=A,w=O):L=A,A=Math.floor((L-O)/2+O);return ie(p.charCodeAt(p.length-A))&&A--,A}function c(p,W){var O=p.length>W.length?p:W,L=p.length>W.length?W:p;if(O.length<4||L.length*2<O.length)return null;function A(Te,v,B){for(var X=Te.substring(B,B+Math.floor(Te.length/4)),J=-1,G="",z,he,le,H;(J=v.indexOf(X,J+1))!==-1;){var ne=a(Te.substring(B),v.substring(J)),ae=u(Te.substring(0,B),v.substring(0,J));G.length<ae+ne&&(G=v.substring(J-ae,J)+v.substring(J,J+ne),z=Te.substring(0,B-ae),he=Te.substring(B+ne),le=v.substring(0,J-ae),H=v.substring(J+ne))}return G.length*2>=Te.length?[z,he,le,H,G]:null}var w=A(O,L,Math.ceil(O.length/4)),x=A(O,L,Math.ceil(O.length/2)),$;if(!w&&!x)return null;x?w?$=w[4].length>x[4].length?w:x:$=x:$=w;var K,oe,fe,me;p.length>W.length?(K=$[0],oe=$[1],fe=$[2],me=$[3]):(fe=$[0],me=$[1],K=$[2],oe=$[3]);var Me=$[4];return[K,oe,fe,me,Me]}function h(p){for(var W=!1,O=[],L=0,A=null,w=0,x=0,$=0,K=0,oe=0;w<p.length;)p[w][0]==n?(O[L++]=w,x=K,$=oe,K=0,oe=0,A=p[w][1]):(p[w][0]==t?K+=p[w][1].length:oe+=p[w][1].length,A&&A.length<=Math.max(x,$)&&A.length<=Math.max(K,oe)&&(p.splice(O[L-1],0,[e,A]),p[O[L-1]+1][0]=t,L--,L--,w=L>0?O[L-1]:-1,x=0,$=0,K=0,oe=0,A=null,W=!0)),w++;for(W&&V(p),M(p),w=1;w<p.length;){if(p[w-1][0]==e&&p[w][0]==t){var fe=p[w-1][1],me=p[w][1],Me=l(fe,me),Te=l(me,fe);Me>=Te?(Me>=fe.length/2||Me>=me.length/2)&&(p.splice(w,0,[n,me.substring(0,Me)]),p[w-1][1]=fe.substring(0,fe.length-Me),p[w+1][1]=me.substring(Me),w++):(Te>=fe.length/2||Te>=me.length/2)&&(p.splice(w,0,[n,fe.substring(0,Te)]),p[w-1][0]=t,p[w-1][1]=me.substring(0,me.length-Te),p[w+1][0]=e,p[w+1][1]=fe.substring(Te),w++),w++}w++}}var d=/[^a-zA-Z0-9]/,g=/\s/,E=/[\r\n]/,I=/\n\r?\n$/,b=/^\r?\n\r?\n/;function M(p){function W(Te,v){if(!Te||!v)return 6;var B=Te.charAt(Te.length-1),X=v.charAt(0),J=B.match(d),G=X.match(d),z=J&&B.match(g),he=G&&X.match(g),le=z&&B.match(E),H=he&&X.match(E),ne=le&&Te.match(I),ae=H&&v.match(b);return ne||ae?5:le||H?4:J&&!z&&he?3:z||he?2:J||G?1:0}for(var O=1;O<p.length-1;){if(p[O-1][0]==n&&p[O+1][0]==n){var L=p[O-1][1],A=p[O][1],w=p[O+1][1],x=u(L,A);if(x){var $=A.substring(A.length-x);L=L.substring(0,L.length-x),A=$+A.substring(0,A.length-x),w=$+w}for(var K=L,oe=A,fe=w,me=W(L,A)+W(A,w);A.charAt(0)===w.charAt(0);){L+=A.charAt(0),A=A.substring(1)+w.charAt(0),w=w.substring(1);var Me=W(L,A)+W(A,w);Me>=me&&(me=Me,K=L,oe=A,fe=w)}p[O-1][1]!=K&&(K?p[O-1][1]=K:(p.splice(O-1,1),O--),p[O][1]=oe,fe?p[O+1][1]=fe:(p.splice(O+1,1),O--))}O++}}function V(p,W){p.push([n,""]);for(var O=0,L=0,A=0,w="",x="",$;O<p.length;){if(O<p.length-1&&!p[O][1]){p.splice(O,1);continue}switch(p[O][0]){case t:A++,x+=p[O][1],O++;break;case e:L++,w+=p[O][1],O++;break;case n:var K=O-A-L-1;if(W){if(K>=0&&T(p[K][1])){var oe=p[K][1].slice(-1);if(p[K][1]=p[K][1].slice(0,-1),w=oe+w,x=oe+x,!p[K][1]){p.splice(K,1),O--;var fe=K-1;p[fe]&&p[fe][0]===t&&(A++,x=p[fe][1]+x,fe--),p[fe]&&p[fe][0]===e&&(L++,w=p[fe][1]+w,fe--),K=fe}}if(N(p[O][1])){var oe=p[O][1].charAt(0);p[O][1]=p[O][1].slice(1),w+=oe,x+=oe}}if(O<p.length-1&&!p[O][1]){p.splice(O,1);break}if(w.length>0||x.length>0){w.length>0&&x.length>0&&($=a(x,w),$!==0&&(K>=0?p[K][1]+=x.substring(0,$):(p.splice(0,0,[n,x.substring(0,$)]),O++),x=x.substring($),w=w.substring($)),$=u(x,w),$!==0&&(p[O][1]=x.substring(x.length-$)+p[O][1],x=x.substring(0,x.length-$),w=w.substring(0,w.length-$)));var me=A+L;w.length===0&&x.length===0?(p.splice(O-me,me),O=O-me):w.length===0?(p.splice(O-me,me,[t,x]),O=O-me+1):x.length===0?(p.splice(O-me,me,[e,w]),O=O-me+1):(p.splice(O-me,me,[e,w],[t,x]),O=O-me+2)}O!==0&&p[O-1][0]===n?(p[O-1][1]+=p[O][1],p.splice(O,1)):O++,A=0,L=0,w="",x="";break}}p[p.length-1][1]===""&&p.pop();var Me=!1;for(O=1;O<p.length-1;)p[O-1][0]===n&&p[O+1][0]===n&&(p[O][1].substring(p[O][1].length-p[O-1][1].length)===p[O-1][1]?(p[O][1]=p[O-1][1]+p[O][1].substring(0,p[O][1].length-p[O-1][1].length),p[O+1][1]=p[O-1][1]+p[O+1][1],p.splice(O-1,1),Me=!0):p[O][1].substring(0,p[O+1][1].length)==p[O+1][1]&&(p[O-1][1]+=p[O+1][1],p[O][1]=p[O][1].substring(p[O+1][1].length)+p[O+1][1],p.splice(O+1,1),Me=!0)),O++;Me&&V(p,W)}function Y(p){return p>=55296&&p<=56319}function ie(p){return p>=56320&&p<=57343}function N(p){return ie(p.charCodeAt(0))}function T(p){return Y(p.charCodeAt(p.length-1))}function j(p){for(var W=[],O=0;O<p.length;O++)p[O][1].length>0&&W.push(p[O]);return W}function Q(p,W,O,L){return T(p)||N(L)?null:j([[n,p],[e,W],[t,O],[n,L]])}function ge(p,W,O){var L=typeof O=="number"?{index:O,length:0}:O.oldRange,A=typeof O=="number"?null:O.newRange,w=p.length,x=W.length;if(L.length===0&&(A===null||A.length===0)){var $=L.index,K=p.slice(0,$),oe=p.slice($),fe=A?A.index:null;e:{var me=$+x-w;if(fe!==null&&fe!==me||me<0||me>x)break e;var Me=W.slice(0,me),Te=W.slice(me);if(Te!==oe)break e;var v=Math.min($,me),B=K.slice(0,v),X=Me.slice(0,v);if(B!==X)break e;var J=K.slice(v),G=Me.slice(v);return Q(B,J,G,oe)}e:{if(fe!==null&&fe!==$)break e;var z=$,Me=W.slice(0,z),Te=W.slice(z);if(Me!==K)break e;var he=Math.min(w-z,x-z),le=oe.slice(oe.length-he),H=Te.slice(Te.length-he);if(le!==H)break e;var J=oe.slice(0,oe.length-he),G=Te.slice(0,Te.length-he);return Q(K,J,G,le)}}if(L.length>0&&A&&A.length===0)e:{var B=p.slice(0,L.index),le=p.slice(L.index+L.length),v=B.length,he=le.length;if(x<v+he)break e;var X=W.slice(0,v),H=W.slice(x-he);if(B!==X||le!==H)break e;var J=p.slice(v,w-he),G=W.slice(v,x-he);return Q(B,J,G,le)}return null}function ce(p,W,O,L){return r(p,W,O,L,!0)}return ce.INSERT=t,ce.DELETE=e,ce.EQUAL=n,Ks=ce,Ks}var c_=u_();const Xs=Et(c_),h_=new Set(["true","false"]);function d_(e){return h_.has(e.toLowerCase())}var qs,dl;function f_(){if(dl)return qs;dl=1;var e=function(t){if(t=t||{},this.Promise=t.Promise||Promise,this.queues=Object.create(null),this.domainReentrant=t.domainReentrant||!1,this.domainReentrant){if(typeof process>"u"||typeof process.domain>"u")throw new Error("Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, use a NodeJS version that still implements Domain, or install a browser polyfill.");this.domains=Object.create(null)}this.timeout=t.timeout||e.DEFAULT_TIMEOUT,this.maxOccupationTime=t.maxOccupationTime||e.DEFAULT_MAX_OCCUPATION_TIME,this.maxExecutionTime=t.maxExecutionTime||e.DEFAULT_MAX_EXECUTION_TIME,t.maxPending===1/0||Number.isInteger(t.maxPending)&&t.maxPending>=0?this.maxPending=t.maxPending:this.maxPending=e.DEFAULT_MAX_PENDING};return e.DEFAULT_TIMEOUT=0,e.DEFAULT_MAX_OCCUPATION_TIME=0,e.DEFAULT_MAX_EXECUTION_TIME=0,e.DEFAULT_MAX_PENDING=1e3,e.prototype.acquire=function(t,n,r,s){if(Array.isArray(t))return this._acquireBatch(t,n,r,s);if(typeof n!="function")throw new Error("You must pass a function to execute");var i=null,o=null,a=null;typeof r!="function"&&(s=r,r=null,a=new this.Promise(function(Y,ie){i=Y,o=ie})),s=s||{};var l=!1,u=null,c=null,h=null,d=this,g=function(Y,ie,N){c&&(clearTimeout(c),c=null),h&&(clearTimeout(h),h=null),Y&&(d.queues[t]&&d.queues[t].length===0&&delete d.queues[t],d.domainReentrant&&delete d.domains[t]),l||(a?ie?o(ie):i(N):typeof r=="function"&&r(ie,N),l=!0),Y&&d.queues[t]&&d.queues[t].length>0&&d.queues[t].shift()()},E=function(Y){if(l)return g(Y);u&&(clearTimeout(u),u=null),d.domainReentrant&&Y&&(d.domains[t]=process.domain);var ie=s.maxExecutionTime||d.maxExecutionTime;if(ie&&(h=setTimeout(function(){d.queues[t]&&g(Y,new Error("Maximum execution time is exceeded "+t))},ie)),n.length===1){var N=!1;try{n(function(T,j){N||(N=!0,g(Y,T,j))})}catch(T){N||(N=!0,g(Y,T))}}else d._promiseTry(function(){return n()}).then(function(T){g(Y,void 0,T)},function(T){g(Y,T)})};d.domainReentrant&&process.domain&&(E=process.domain.bind(E));var I=s.maxPending||d.maxPending;if(!d.queues[t])d.queues[t]=[],E(!0);else if(d.domainReentrant&&process.domain&&process.domain===d.domains[t])E(!1);else if(d.queues[t].length>=I)g(!1,new Error("Too many pending tasks in queue "+t));else{var b=function(){E(!0)};s.skipQueue?d.queues[t].unshift(b):d.queues[t].push(b);var M=s.timeout||d.timeout;M&&(u=setTimeout(function(){u=null,g(!1,new Error("async-lock timed out in queue "+t))},M))}var V=s.maxOccupationTime||d.maxOccupationTime;if(V&&(c=setTimeout(function(){d.queues[t]&&g(!1,new Error("Maximum occupation time is exceeded in queue "+t))},V)),a)return a},e.prototype._acquireBatch=function(t,n,r,s){typeof r!="function"&&(s=r,r=null);var i=this,o=function(l,u){return function(c){i.acquire(l,u,c,s)}},a=t.reduceRight(function(l,u){return o(u,l)},n);if(typeof r=="function")a(r);else return new this.Promise(function(l,u){a.length===1?a(function(c,h){c?u(c):l(h)}):l(a())})},e.prototype.isBusy=function(t){return t?!!this.queues[t]:Object.keys(this.queues).length>0},e.prototype._promiseTry=function(t){try{return this.Promise.resolve(t())}catch(n){return this.Promise.reject(n)}},qs=e,qs}var Js,fl;function g_(){return fl||(fl=1,Js=f_()),Js}var m_=g_();const __=Et(m_);function gl(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||!e||typeof t!="object"||!t)return!1;const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;const s=Object.prototype.hasOwnProperty.bind(t);for(let i=0;i<n.length;i++){const o=n[i];if(!s(o))return!1;const a=e[o],l=t[o];if(a!==l)return!1}return!0}var $e=(e=>(e[e.UNIVER_UNKNOWN=0]="UNIVER_UNKNOWN",e[e.UNIVER_DOC=1]="UNIVER_DOC",e[e.UNIVER_SHEET=2]="UNIVER_SHEET",e[e.UNIVER_SLIDE=3]="UNIVER_SLIDE",e[e.UNIVER_PROJECT=4]="UNIVER_PROJECT",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e))($e||{}),Ut=(e=>(e[e.Reader=0]="Reader",e[e.Editor=1]="Editor",e[e.Owner=2]="Owner",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e))(Ut||{}),Zs=(e=>(e[e.SomeCollaborator=0]="SomeCollaborator",e[e.AllCollaborator=1]="AllCollaborator",e[e.OneSelf=2]="OneSelf",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e))(Zs||{});class Zr extends st{}function p_(e=re.generateRandomId(6),t=Wn.EN_US,n=""){return{id:e,locale:t,title:n,tableSource:{},drawings:{},drawingsOrder:[],headers:{},footers:{},body:{dataStream:`\r
|
|
6
|
-
`,textRuns:[],customBlocks:[],tables:[],paragraphs:[{startIndex:0,paragraphStyle:{spaceAbove:{v:5},lineSpacing:1,spaceBelow:{v:0}}}],sectionBreaks:[{startIndex:1}]},documentStyle:{pageSize:{width:793.3333333333334,height:1122.6666666666667},documentFlavor:Ts.TRADITIONAL,marginTop:50,marginBottom:50,marginRight:50,marginLeft:50,renderConfig:{zeroWidthParagraphBreak:ve.FALSE,vertexAngle:0,centerAngle:0,background:{rgb:"#ccc"}},autoHyphenation:ve.TRUE,doNotHyphenateCaps:ve.FALSE,consecutiveHyphenLimit:2,defaultHeaderId:"",defaultFooterId:"",evenPageHeaderId:"",evenPageFooterId:"",firstPageHeaderId:"",firstPageFooterId:"",evenAndOddHeaders:ve.FALSE,useFirstPageHeaderFooter:ve.FALSE,marginHeader:30,marginFooter:30},settings:{}}}var cn={},nr={},Qr={},ml;function E_(){if(ml)return Qr;ml=1,Object.defineProperty(Qr,"__esModule",{value:!0});function e(r,s){if(Array.isArray(s))return!1;for(let i in r)if(!n(r[i],s[i]))return!1;for(let i in s)if(r[i]===void 0)return!1;return!0}function t(r,s){if(!Array.isArray(s)||r.length!==s.length)return!1;for(let i=0;i<r.length;i++)if(!n(r[i],s[i]))return!1;return!0}function n(r,s){return r===s?!0:r===null||s===null||typeof r!="object"||typeof s!="object"?!1:Array.isArray(r)?t(r,s):e(r,s)}return Qr.default=n,Qr}var es={},_l;function C_(){if(_l)return es;_l=1,Object.defineProperty(es,"__esModule",{value:!0});function e(t){if(t===null)return null;if(Array.isArray(t))return t.map(e);if(typeof t=="object"){const n={};for(let r in t)n[r]=e(t[r]);return n}else return t}return es.default=e,es}var Qs={},pl;function El(){return pl||(pl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.eachChildOf=e.advancer=e.readCursor=e.writeCursor=e.WriteCursor=e.ReadCursor=e.isValidPathItem=void 0;function t(c,h){if(!c)throw new Error(h)}const n=c=>c!=null&&typeof c=="object"&&!Array.isArray(c),r=(c,h)=>typeof c==typeof h?c>h:typeof c=="string"&&typeof h=="number";function s(c,h){for(let d in c){const g=d;h.write(g,c[g])}}e.isValidPathItem=c=>typeof c=="number"||typeof c=="string"&&c!=="__proto__";class i{constructor(h=null){this.parents=[],this.indexes=[],this.lcIdx=-1,this.idx=-1,this.container=h}ascend(){t(this.parents.length===this.indexes.length/2),this.idx===0?this.parents.length?(this.lcIdx=this.indexes.pop(),this.container=this.parents.pop(),this.idx=this.indexes.pop()):(this.lcIdx=0,this.idx=-1):(t(this.idx>0),this.idx--,n(this.container[this.idx])&&this.idx--)}getPath(){const h=[];let d=this.container,g=this.parents.length-1,E=this.idx;for(;E>=0;)h.unshift(d[E]),E===0?(E=this.indexes[g*2],d=this.parents[g--]):E-=n(d[E-1])?2:1;return h}}class o extends i{get(){return this.container?this.container.slice(this.idx+1):null}getKey(){return t(this.container!=null,"Invalid call to getKey before cursor descended"),this.container[this.idx]}getComponent(){let h;return this.container&&this.container.length>this.idx+1&&n(h=this.container[this.idx+1])?h:null}descendFirst(){let h=this.idx+1;if(!this.container||h>=this.container.length||n(this.container[h])&&h+1>=this.container.length)return!1;n(this.container[h])&&h++;const d=this.container[h];return Array.isArray(d)?(this.indexes.push(this.idx),this.parents.push(this.container),this.indexes.push(h),this.idx=0,this.container=d):this.idx=h,!0}nextSibling(){if(t(this.parents.length===this.indexes.length/2),this.idx>0||this.parents.length===0)return!1;const h=this.indexes[this.indexes.length-1]+1,d=this.parents[this.parents.length-1];return h>=d.length?!1:(t(!isNaN(h)),this.indexes[this.indexes.length-1]=h,this.container=d[h],!0)}_init(h,d,g,E){this.container=h,this.idx=d,this.parents=g.slice(),this.indexes=E.slice()}clone(){const h=new o;return h._init(this.container,this.idx,this.parents,this.indexes),h}*[Symbol.iterator](){if(this.descendFirst()){do yield this.getKey();while(this.nextSibling());this.ascend()}}traverse(h,d){const g=this.getComponent();g&&d(g,h);for(const E of this)h&&h.descend(E),this.traverse(h,d),h&&h.ascend()}eachPick(h,d){this.traverse(h,(g,E)=>{g.p!=null&&d(g.p,E)})}eachDrop(h,d){this.traverse(h,(g,E)=>{g.d!=null&&d(g.d,E)})}}e.ReadCursor=o;class a extends i{constructor(h=null){super(h),this.pendingDescent=[],this._op=h}flushDescent(){t(this.parents.length===this.indexes.length/2),this.container===null&&(this._op=this.container=[]);for(let h=0;h<this.pendingDescent.length;h++){const d=this.pendingDescent[h];let g=this.idx+1;if(g<this.container.length&&n(this.container[g])&&g++,t(g===this.container.length||!n(this.container[g])),g===this.container.length)this.container.push(d),this.idx=g;else if(this.container[g]===d)this.idx=g;else{if(!Array.isArray(this.container[g])){const E=this.container.splice(g,this.container.length-g);this.container.push(E),this.lcIdx>-1&&(this.lcIdx=g)}for(this.indexes.push(this.idx),this.parents.push(this.container),this.lcIdx!==-1&&(t(r(d,this.container[this.lcIdx][0])),g=this.lcIdx+1,this.lcIdx=-1);g<this.container.length&&r(d,this.container[g][0]);)g++;if(this.indexes.push(g),this.idx=0,g<this.container.length&&this.container[g][0]===d)this.container=this.container[g];else{const E=[d];this.container.splice(g,0,E),this.container=E}}}this.pendingDescent.length=0}reset(){this.lcIdx=-1}getComponent(){this.flushDescent();const h=this.idx+1;if(h<this.container.length&&n(this.container[h]))return this.container[h];{const d={};return this.container.splice(h,0,d),d}}write(h,d){const g=this.getComponent();t(g[h]==null||g[h]===d,"Internal consistency error: Overwritten component. File a bug"),g[h]=d}get(){return this._op}descend(h){if(!e.isValidPathItem(h))throw Error("Invalid JSON key");this.pendingDescent.push(h)}descendPath(h){return this.pendingDescent.push(...h),this}ascend(){this.pendingDescent.length?this.pendingDescent.pop():super.ascend()}mergeTree(h,d=s){if(h===null)return;if(t(Array.isArray(h)),h===this._op)throw Error("Cannot merge into my own tree");const g=this.lcIdx,E=this.parents.length;let I=0;for(let b=0;b<h.length;b++){const M=h[b];typeof M=="string"||typeof M=="number"?(I++,this.descend(M)):Array.isArray(M)?this.mergeTree(M,d):typeof M=="object"&&d(M,this)}for(;I--;)this.ascend();this.lcIdx=this.parents.length===E?g:-1}at(h,d){this.descendPath(h),d(this);for(let g=0;g<h.length;g++)this.ascend();return this}writeAtPath(h,d,g){return this.at(h,()=>this.write(d,g)),this.reset(),this}writeMove(h,d,g=0){return this.writeAtPath(h,"p",g).writeAtPath(d,"d",g)}getPath(){const h=super.getPath();return h.push(...this.pendingDescent),h}}e.WriteCursor=a,e.writeCursor=()=>new a,e.readCursor=c=>new o(c);function l(c,h,d){let g,E;E=g=c?c.descendFirst():!1;function I(b){let M;for(;E;){const V=M=c.getKey();if(b!=null){let Y=!1;if(h&&typeof V=="number"&&(M=h(V,c.getComponent()),M<0&&(M=~M,Y=!0)),r(M,b))return null;if(M===b&&!Y)return c}d&&typeof M=="number"&&d(M,c.getComponent()),E=c.nextSibling()}return null}return I.end=()=>{g&&c.ascend()},I}e.advancer=l;function u(c,h,d){let g,E,I,b;for(g=E=c&&c.descendFirst(),I=b=h&&h.descendFirst();g||I;){let M=g?c.getKey():null,V=I?h.getKey():null;M!==null&&V!==null&&(r(V,M)?V=null:M!==V&&(M=null)),d(M==null?V:M,M!=null?c:null,V!=null?h:null),M!=null&&g&&(g=c.nextSibling()),V!=null&&I&&(I=h.nextSibling())}E&&c.ascend(),b&&h.ascend()}e.eachChildOf=u}(Qs)),Qs}var ei={},Cl;function Rl(){return Cl||(Cl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ConflictType=void 0,function(t){t[t.RM_UNEXPECTED_CONTENT=1]="RM_UNEXPECTED_CONTENT",t[t.DROP_COLLISION=2]="DROP_COLLISION",t[t.BLACKHOLE=3]="BLACKHOLE"}(e.ConflictType||(e.ConflictType={}))}(ei)),ei}var yt={},hn={},Il;function ti(){return Il||(Il=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.uniToStrPos=hn.strPosToUni=void 0,hn.strPosToUni=(e,t=e.length)=>{let n=0,r=0;for(;r<t;r++){const s=e.charCodeAt(r);s>=55296&&s<=57343&&(n++,r++)}if(r!==t)throw Error("Invalid offset - splits unicode bytes");return r-n},hn.uniToStrPos=(e,t)=>{let n=0;for(;t>0;t--){const r=e.charCodeAt(n);n+=r>=55296&&r<=57343?2:1}return n}),hn}var ni={},Sl;function ri(){return Sl||(Sl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.uniSlice=e.dlen=e.eachOp=void 0;const t=ti(),n=N=>{if(!Array.isArray(N))throw Error("Op must be an array of components");let T=null;for(let j=0;j<N.length;j++){const Q=N[j];switch(typeof Q){case"object":if(typeof Q.d!="number"&&typeof Q.d!="string")throw Error("Delete must be number or string");if(e.dlen(Q.d)<=0)throw Error("Deletes must not be empty");break;case"string":if(!(Q.length>0))throw Error("Inserts cannot be empty");break;case"number":if(!(Q>0))throw Error("Skip components must be >0");if(typeof T=="number")throw Error("Adjacent skip components should be combined");break}T=Q}if(typeof T=="number")throw Error("Op has a trailing skip")};function r(N,T){let j=0,Q=0;for(let ge=0;ge<N.length;ge++){const ce=N[ge];switch(T(ce,j,Q),typeof ce){case"object":j+=e.dlen(ce.d);break;case"string":Q+=t.strPosToUni(ce);break;case"number":j+=ce,Q+=ce;break}}}e.eachOp=r;function s(N,T){const j=[],Q=a(j);return r(N,(ge,ce,p)=>{Q(T(ge,ce,p))}),h(j)}const i=N=>N,o=N=>s(N,i);e.dlen=N=>typeof N=="number"?N:t.strPosToUni(N);const a=N=>T=>{if(!(!T||T.d===0||T.d===""))if(N.length===0)N.push(T);else if(typeof T==typeof N[N.length-1])if(typeof T=="object"){const j=N[N.length-1];j.d=typeof j.d=="string"&&typeof T.d=="string"?j.d+T.d:e.dlen(j.d)+e.dlen(T.d)}else N[N.length-1]+=T;else N.push(T)},l=N=>typeof N=="number"?N:typeof N=="string"?t.strPosToUni(N):typeof N.d=="number"?N.d:t.strPosToUni(N.d);e.uniSlice=(N,T,j)=>{const Q=t.uniToStrPos(N,T),ge=j==null?1/0:t.uniToStrPos(N,j);return N.slice(Q,ge)};const u=(N,T,j)=>typeof N=="number"?j==null?N-T:Math.min(N,j)-T:e.uniSlice(N,T,j),c=N=>{let T=0,j=0;return{take:(ce,p)=>{if(T===N.length)return ce===-1?null:ce;const W=N[T];let O;if(typeof W=="number")return ce===-1||W-j<=ce?(O=W-j,++T,j=0,O):(j+=ce,ce);if(typeof W=="string"){if(ce===-1||p==="i"||t.strPosToUni(W.slice(j))<=ce)return O=W.slice(j),++T,j=0,O;{const L=j+t.uniToStrPos(W.slice(j),ce);return O=W.slice(j,L),j=L,O}}else{if(ce===-1||p==="d"||e.dlen(W.d)-j<=ce)return O={d:u(W.d,j)},++T,j=0,O;{let L=u(W.d,j,j+ce);return j+=ce,{d:L}}}},peek:()=>N[T]}},h=N=>(N.length>0&&typeof N[N.length-1]=="number"&&N.pop(),N);function d(N,T,j){if(j!=="left"&&j!=="right")throw Error("side ("+j+") must be 'left' or 'right'");n(N),n(T);const Q=[],ge=a(Q),{take:ce,peek:p}=c(N);for(let O=0;O<T.length;O++){const L=T[O];let A,w;switch(typeof L){case"number":for(A=L;A>0;)w=ce(A,"i"),ge(w),typeof w!="string"&&(A-=l(w));break;case"string":j==="left"&&typeof p()=="string"&&ge(ce(-1)),ge(t.strPosToUni(L));break;case"object":for(A=e.dlen(L.d);A>0;)switch(w=ce(A,"i"),typeof w){case"number":A-=w;break;case"string":ge(w);break;case"object":A-=e.dlen(w.d)}break}}let W;for(;W=ce(-1);)ge(W);return h(Q)}function g(N,T){n(N),n(T);const j=[],Q=a(j),{take:ge}=c(N);for(let p=0;p<T.length;p++){const W=T[p];let O,L;switch(typeof W){case"number":for(O=W;O>0;)L=ge(O,"d"),Q(L),typeof L!="object"&&(O-=l(L));break;case"string":Q(W);break;case"object":O=e.dlen(W.d);let A=0;for(;A<O;)switch(L=ge(O-A,"d"),typeof L){case"number":Q({d:u(W.d,A,A+L)}),A+=L;break;case"string":A+=t.strPosToUni(L);break;case"object":Q(L)}break}}let ce;for(;ce=ge(-1);)Q(ce);return h(j)}const E=(N,T)=>{let j=0;for(let Q=0;Q<T.length&&N>j;Q++){const ge=T[Q];switch(typeof ge){case"number":{j+=ge;break}case"string":const ce=t.strPosToUni(ge);j+=ce,N+=ce;break;case"object":N-=Math.min(e.dlen(ge.d),N-j);break}}return N},I=(N,T)=>typeof N=="number"?E(N,T):N.map(j=>E(j,T));function b(N,T,j){return s(N,(Q,ge)=>typeof Q=="object"&&typeof Q.d=="number"?{d:j.slice(T,ge,ge+Q.d)}:Q)}function M(N){return s(N,T=>{switch(typeof T){case"object":if(typeof T.d=="number")throw Error("Cannot invert text op: Deleted characters missing from operation. makeInvertible must be called first.");return T.d;case"string":return{d:T};case"number":return T}})}function V(N){return s(N,T=>typeof T=="object"&&typeof T.d=="string"?{d:t.strPosToUni(T.d)}:T)}function Y(N){let T=!0;return r(N,j=>{typeof j=="object"&&typeof j.d=="number"&&(T=!1)}),T}function ie(N){return{name:"text-unicode",uri:"http://sharejs.org/types/text-unicode",trim:h,normalize:o,checkOp:n,create(T=""){if(typeof T!="string")throw Error("Initial data must be a string");return N.create(T)},apply(T,j){n(j);const Q=N.builder(T);for(let ge=0;ge<j.length;ge++){const ce=j[ge];switch(typeof ce){case"number":Q.skip(ce);break;case"string":Q.append(ce);break;case"object":Q.del(e.dlen(ce.d));break}}return Q.build()},transform:d,compose:g,transformPosition:E,transformSelection:I,isInvertible:Y,makeInvertible(T,j){return b(T,j,N)},stripInvertible:V,invert:M,invertWithDoc(T,j){return M(b(T,j,N))},isNoop:T=>T.length===0}}e.default=ie}(ni)),ni}var ts={},vl;function R_(){if(vl)return ts;vl=1,Object.defineProperty(ts,"__esModule",{value:!0});const e=ri(),t=ti();function n(r,s){return{get:r,getLength(){return r().length},insert(i,o,a){const l=t.strPosToUni(r(),i);return s([l,o],a)},remove(i,o,a){const l=t.strPosToUni(r(),i);return s([l,{d:o}],a)},_onOp(i){e.eachOp(i,(o,a,l)=>{switch(typeof o){case"string":this.onInsert&&this.onInsert(l,o);break;case"object":const u=e.dlen(o.d);this.onRemove&&this.onRemove(l,u)}})},onInsert:null,onRemove:null}}return ts.default=n,n.provides={text:!0},ts}var Ol;function I_(){return Ol||(Ol=1,function(e){var t=yt&&yt.__createBinding||(Object.create?function(d,g,E,I){I===void 0&&(I=E),Object.defineProperty(d,I,{enumerable:!0,get:function(){return g[E]}})}:function(d,g,E,I){I===void 0&&(I=E),d[I]=g[E]}),n=yt&&yt.__setModuleDefault||(Object.create?function(d,g){Object.defineProperty(d,"default",{enumerable:!0,value:g})}:function(d,g){d.default=g}),r=yt&&yt.__importStar||function(d){if(d&&d.__esModule)return d;var g={};if(d!=null)for(var E in d)Object.hasOwnProperty.call(d,E)&&t(g,d,E);return n(g,d),g},s=yt&&yt.__importDefault||function(d){return d&&d.__esModule?d:{default:d}};Object.defineProperty(e,"__esModule",{value:!0}),e.type=e.remove=e.insert=void 0;const i=ti(),o=r(ri()),a=s(R_()),l={create(d){return d},toString(d){return d},builder(d){if(typeof d!="string")throw Error("Invalid document snapshot: "+d);const g=[];return{skip(E){let I=i.uniToStrPos(d,E);if(I>d.length)throw Error("The op is too long for this document");g.push(d.slice(0,I)),d=d.slice(I)},append(E){g.push(E)},del(E){d=d.slice(i.uniToStrPos(d,E))},build(){return g.join("")+d}}},slice:o.uniSlice},u=o.default(l),c=Object.assign(Object.assign({},u),{api:a.default});e.type=c,e.insert=(d,g)=>g.length===0?[]:d===0?[g]:[d,g],e.remove=(d,g)=>o.dlen(g)===0?[]:d===0?[{d:g}]:[d,{d:g}];var h=ri();Object.defineProperty(e,"makeType",{enumerable:!0,get:function(){return h.default}})}(yt)),yt}var wl;function S_(){return wl||(wl=1,function(e){var t=nr&&nr.__importDefault||function(v){return v&&v.__esModule?v:{default:v}};Object.defineProperty(e,"__esModule",{value:!0}),e.editOp=e.replaceOp=e.insertOp=e.moveOp=e.removeOp=e.type=void 0;const n=t(E_()),r=t(C_()),s=El(),i=Rl();function o(v,B){if(!v)throw new Error(B)}e.type={name:"json1",uri:"http://sharejs.org/types/JSONv1",readCursor:s.readCursor,writeCursor:s.writeCursor,create:v=>v,isNoop:v=>v==null,setDebug(v){},registerSubtype:M,checkValidOp:ge,normalize:ce,apply:p,transformPosition:W,compose:O,tryTransform:K,transform:fe,makeInvertible:w,invert:L,invertWithDoc:x,RM_UNEXPECTED_CONTENT:i.ConflictType.RM_UNEXPECTED_CONTENT,DROP_COLLISION:i.ConflictType.DROP_COLLISION,BLACKHOLE:i.ConflictType.BLACKHOLE,transformNoConflict:(v,B,X)=>Te(()=>!0,v,B,X),typeAllowingConflictsPred:v=>Object.assign(Object.assign({},e.type),{transform:(B,X,J)=>Te(v,B,X,J)})};const a=v=>v?v.getComponent():null;function l(v){return v&&typeof v=="object"&&!Array.isArray(v)}const u=v=>Array.isArray(v)?v.slice():v!==null&&typeof v=="object"?Object.assign({},v):v,c=v=>v&&(v.p!=null||v.r!==void 0),h=v=>v&&(v.d!=null||v.i!==void 0);function d(v,B){return o(v!=null),typeof B=="number"?(o(Array.isArray(v),"Invalid key - child is not an array"),(v=v.slice()).splice(B,1)):(o(l(v),"Invalid key - child is not an object"),delete(v=Object.assign({},v))[B]),v}function g(v,B,X){return typeof B=="number"?(o(v!=null,"Container is missing for key"),o(Array.isArray(v),"Cannot use numerical key for object container"),o(v.length>=B,"Cannot insert into out of bounds index"),v.splice(B,0,X)):(o(l(v),"Cannot insert into missing item"),o(v[B]===void 0,"Trying to overwrite value at key. Your op needs to remove it first"),v[B]=X),X}e.removeOp=(v,B=!0)=>s.writeCursor().writeAtPath(v,"r",B).get(),e.moveOp=(v,B)=>s.writeCursor().writeMove(v,B).get(),e.insertOp=(v,B)=>s.writeCursor().writeAtPath(v,"i",B).get(),e.replaceOp=(v,B,X)=>s.writeCursor().at(v,J=>{J.write("r",B),J.write("i",X)}).get(),e.editOp=(v,B,X,J=!1)=>s.writeCursor().at(v,G=>T(G,B,X,J)).get();const E=(v,B)=>v!=null&&(typeof B=="number"?Array.isArray(v):typeof v=="object"),I=(v,B)=>E(v,B)?v[B]:void 0,b={};function M(v){let B=v.type?v.type:v;B.name&&(b[B.name]=B),B.uri&&(b[B.uri]=B)}const V=v=>{const B=b[v];if(B)return B;throw Error("Missing type: "+v)};M(I_());const Y=(v,B)=>v+B;M({name:"number",apply:Y,compose:Y,invert:v=>-v,transform:v=>v});const ie=v=>v==null?null:v.et?V(v.et):v.es?b["text-unicode"]:v.ena!=null?b.number:null,N=v=>v.es?v.es:v.ena!=null?v.ena:v.e,T=(v,B,X,J=!1)=>{const[G,z]=typeof B=="string"?[V(B),B]:[B,B.name];!J&&G.isNoop&&G.isNoop(X)||(z==="number"?v.write("ena",X):z==="text-unicode"?v.write("es",X):(v.write("et",z),v.write("e",X)))};function j(v){o(typeof v=="number"),o(v>=0),o(v===(0|v))}function Q(v){typeof v=="number"?j(v):o(typeof v=="string")}function ge(v){if(v===null)return;const B=new Set,X=new Set,J=z=>{let he=!0,le=!1;for(let H in z){const ne=z[H];if(he=!1,o(H==="p"||H==="r"||H==="d"||H==="i"||H==="e"||H==="es"||H==="ena"||H==="et","Invalid component item '"+H+"'"),H==="p")j(ne),o(!B.has(ne)),B.add(ne),o(z.r===void 0);else if(H==="d")j(ne),o(!X.has(ne)),X.add(ne),o(z.i===void 0);else if(H==="e"||H==="es"||H==="ena"){o(!le),le=!0;const ae=ie(z);o(ae,"Missing type in edit"),ae.checkValidOp&&ae.checkValidOp(N(z))}}o(!he)},G=(z,he,le)=>{if(!Array.isArray(z))throw Error("Op must be null or a list");if(z.length===0)throw Error("Empty descent");he||Q(z[0]);let H=1,ne=0,ae=0;for(let _e=0;_e<z.length;_e++){const Ae=z[_e];if(o(Ae!=null),Array.isArray(Ae)){const Ue=G(Ae,!1);if(ne){const q=typeof ae,Se=typeof Ue;q===Se?o(ae<Ue,"descent keys are not in order"):o(q==="number"&&Se==="string")}ae=Ue,ne++,H=3}else typeof Ae=="object"?(o(H===1,`Prev not scalar - instead ${H}`),J(Ae),H=2):(o(H!==3),Q(Ae),o(s.isValidPathItem(Ae),"Invalid path key"),H=1)}return o(ne!==1,"Operation makes multiple descents. Remove some []"),o(H===2||H===3),z[0]};G(v,!0),o(B.size===X.size,"Mismatched picks and drops in op");for(let z=0;z<B.size;z++)o(B.has(z)),o(X.has(z))}function ce(v){let B=0,X=[];const J=s.writeCursor();return J.mergeTree(v,(G,z)=>{const he=ie(G);if(he){const H=N(G);T(z,he,he.normalize?he.normalize(H):H)}for(const H of["r","p","i","d"])if(G[H]!==void 0){const ne=H==="p"||H==="d"?(le=G[H],X[le]==null&&(X[le]=B++),X[le]):G[H];z.write(H,ne)}var le}),J.get()}function p(v,B){if(ge(B),B===null)return v;const X=[];return function J(G,z){let he=G,le=0,H={root:G},ne=0,ae=H,_e="root";function Ae(){for(;ne<le;ne++){let Ue=z[ne];typeof Ue!="object"&&(o(E(ae,_e)),ae=ae[_e]=u(ae[_e]),_e=Ue)}}for(;le<z.length;le++){const Ue=z[le];if(Array.isArray(Ue)){const q=J(he,Ue);q!==he&&q!==void 0&&(Ae(),he=ae[_e]=q)}else if(typeof Ue=="object"){Ue.d!=null?(Ae(),he=g(ae,_e,X[Ue.d])):Ue.i!==void 0&&(Ae(),he=g(ae,_e,Ue.i));const q=ie(Ue);if(q)Ae(),he=ae[_e]=q.apply(he,N(Ue));else if(Ue.e!==void 0)throw Error("Subtype "+Ue.et+" undefined")}else he=I(he,Ue)}return H.root}(v=function J(G,z){const he=[];let le=0;for(;le<z.length;le++){const _e=z[le];if(Array.isArray(_e))break;typeof _e!="object"&&(he.push(G),G=I(G,_e))}for(let _e=z.length-1;_e>=le;_e--)G=J(G,z[_e]);for(--le;le>=0;le--){const _e=z[le];if(typeof _e!="object"){const Ae=he.pop();G=G===I(Ae,_e)?Ae:G===void 0?d(Ae,_e):(ne=_e,ae=G,(H=u(H=Ae))[ne]=ae,H)}else c(_e)&&(o(G!==void 0,"Cannot pick up or remove undefined"),_e.p!=null&&(X[_e.p]=G),G=void 0)}var H,ne,ae;return G}(v,B),B)}function W(v,B){v=v.slice(),ge(B);const X=s.readCursor(B);let J,G,z=!1;const he=[];for(let H=0;;H++){const ne=v[H],ae=X.getComponent();if(ae&&(ae.r!==void 0?z=!0:ae.p!=null&&(z=!1,J=ae.p,G=H)),H>=v.length)break;let _e=0;const Ae=s.advancer(X,void 0,(q,Se)=>{c(Se)&&_e++});he.unshift(Ae);const Ue=Ae(ne);if(typeof ne=="number"&&(v[H]-=_e),!Ue)break}if(he.forEach(H=>H.end()),z)return null;const le=()=>{let H=0;if(J!=null){const ne=X.getPath();H=ne.length,v=ne.concat(v.slice(G))}for(;H<v.length;H++){const ne=v[H],ae=a(X),_e=ie(ae);if(_e){const q=N(ae);_e.transformPosition&&(v[H]=_e.transformPosition(v[H],q));break}let Ae=0;const Ue=s.advancer(X,(q,Se)=>h(Se)?~(q-Ae):q-Ae,(q,Se)=>{h(Se)&&Ae++})(ne);if(typeof ne=="number"&&(v[H]+=Ae),!Ue)break}};return J!=null?X.eachDrop(null,H=>{H===J&&le()}):le(),v}function O(v,B){if(ge(v),ge(B),v==null)return B;if(B==null)return v;let X=0;const J=s.readCursor(v),G=s.readCursor(B),z=s.writeCursor(),he=[],le=[],H=[],ne=[],ae=[],_e=[],Ae=new Set;J.traverse(null,q=>{q.p!=null&&(H[q.p]=J.clone())}),G.traverse(null,q=>{q.d!=null&&(ne[q.d]=G.clone())});const Ue=s.writeCursor();return function q(Se,Ve,je,ke,Ze,Ot,Ke,rt){o(Ve||je);const Xe=a(Ve),dt=a(je),lt=!!dt&&dt.r!==void 0,Yt=!!Xe&&Xe.i!==void 0,Be=Xe?Xe.d:null,ft=dt?dt.p:null,C=(Ot||lt)&&ft==null;if(ft!=null)ke=ne[ft],Ke=le[ft]=new s.WriteCursor;else if(dt&&dt.r!==void 0)ke=null;else{const U=a(ke);U&&U.d!=null&&(ke=null)}const m=a(ke);if(Be!=null)if(Se=H[Be],rt=he[Be]=new s.WriteCursor,C)Ot&&!lt&&rt.write("r",!0);else{const U=ae[Be]=X++;Ke.write("d",U)}else if(Xe&&Xe.i!==void 0)Se=null;else{const U=a(Se);U&&U.p!=null&&(Se=null)}let _;Yt?(o(Ze===void 0),_=Xe.i):_=Ze;const y=(ft==null?!Yt||Ot||lt:_===void 0)?null:Ke.getComponent();if(ft!=null){if(!(Ze!==void 0||Yt)){const U=Be!=null?ae[Be]:X++;_e[ft]=U,rt.write("p",U)}}else lt&&(Yt||Ze!==void 0||(dt.r,rt.write("r",dt.r)));const D=C?null:ie(Xe),k=ie(m);if((D||k)&&(D&&D.name,k&&k.name),D&&k){o(D===k);const U=N(Xe),te=N(m),Ie=D.compose(U,te);T(Ke,D,Ie),Ae.add(m)}else D?T(Ke,D,N(Xe)):k&&(T(Ke,k,N(m)),Ae.add(m));const P=typeof _=="object"&&_!=null;let F=!1,S=0,ee=0,Ee=0,Z=0,pe=0;const be=s.advancer(ke,(U,te)=>h(te)?Z-U-1:U-Z,(U,te)=>{h(te)&&Z++}),de=s.advancer(Se,(U,te)=>c(te)?S-U-1:U-S,(U,te)=>{c(te)&&S++});if(s.eachChildOf(Ve,je,(U,te,Ie)=>{let ye,Fe,xe=U,ze=U,gt=U;if(typeof U=="number"){let De=U+Ee;Fe=be(De),ze=De+Z;let se=U+ee;ye=de(se),h(a(Fe))&&(ye=null),xe=se+S,gt=U+pe,o(xe>=0,"p1PickKey is negative"),o(ze>=0,"p2DropKey is negative");const ct=h(a(te)),He=c(a(Ie));(ct||He&&!C)&&pe--,ct&&ee--,He&&Ee--}else ye=de(U),Fe=be(U);rt.descend(xe),Ke.descend(ze);const pt=P&&!h(a(te))?_[gt]:void 0,Re=q(ye,te,Ie,Fe,pt,C,Ke,rt);var et,we,Oe;P&&!C?pt!==Re&&(F||(_=Array.isArray(_)?_.slice():Object.assign({},_),F=!0),et=_,Oe=Re,typeof(we=gt)=="number"?(o(Array.isArray(et)),o(we<et.length)):(o(!Array.isArray(et)),o(et[we]!==void 0)),Oe===void 0?typeof we=="number"?et.splice(we,1):delete et[we]:et[we]=Oe):o(Re===void 0),Ke.ascend(),rt.ascend()}),de.end(),be.end(),y!=null)y.i=_;else if(!Ot&&!lt&&ft==null)return _}(J,J.clone(),G,G.clone(),void 0,!1,z,Ue),z.reset(),z.mergeTree(Ue.get()),z.reset(),z.get(),he.map(q=>q.get()),le.map(q=>q.get()),J.traverse(z,(q,Se)=>{const Ve=q.p;if(Ve!=null){const je=ae[Ve];je!=null&&Se.write("p",je);const ke=he[Ve];ke&&ke.get(),ke&&Se.mergeTree(ke.get())}else q.r!==void 0&&Se.write("r",q.r)}),z.reset(),z.get(),G.traverse(z,(q,Se)=>{const Ve=q.d;if(Ve!=null){const ke=_e[Ve];ke!=null&&Se.write("d",ke);const Ze=le[Ve];Ze&&Se.mergeTree(Ze.get())}else q.i!==void 0&&Se.write("i",q.i);const je=ie(q);je&&!Ae.has(q)&&T(Se,je,N(q))}),z.get()}function L(v){if(v==null)return null;const B=new s.ReadCursor(v),X=new s.WriteCursor;let J;const G=[],z=[];return function he(le,H,ne){const ae=le.getComponent();let _e,Ae=!1;if(ae){ae.p!=null&&(H.write("d",ae.p),G[ae.p]=le.clone()),ae.r!==void 0&&H.write("i",ae.r),ae.d!=null&&(H.write("p",ae.d),ne=void 0),ae.i!==void 0&&(ne=_e=ae.i);const q=ie(ae);q&&(ne===void 0?(J||(J=new Set),J.add(ae)):(N(ae),ne=q.apply(ne,N(ae)),Ae=!0))}let Ue=0;for(const q of le){H.descend(q);const Se=typeof q=="number"?q-Ue:q,Ve=I(ne,Se);h(le.getComponent())&&Ue++;const je=he(le,H,Ve);if(ne!==void 0&&je!==void 0){if(Ae||(Ae=!0,ne=u(ne)),!E(ne,Se))throw Error("Cannot modify child - invalid operation");ne[Se]=je}H.ascend()}if(_e===void 0)return Ae?ne:void 0;H.write("r",ne)}(B,X,void 0),J&&(X.reset(),function he(le,H,ne){const ae=H.getComponent();if(ae){const q=ae.d;if(q!=null&&(le=G[q],ne=z[q]=s.writeCursor()),J.has(ae)){const Se=ie(ae);if(!Se.invert)throw Error(`Cannot invert subtype ${Se.name}`);T(ne,Se,Se.invert(N(ae)))}}let _e=0,Ae=0;const Ue=s.advancer(le,(q,Se)=>c(Se)?_e-q-1:q-_e,(q,Se)=>{c(Se)&&_e++});for(const q of H)if(typeof q=="number"){const Se=q-Ae,Ve=Ue(Se),je=Se+_e;ne.descend(je),he(Ve,H,ne),h(H.getComponent())&&Ae++,ne.ascend()}else ne.descend(q),he(Ue(q),H,ne),ne.ascend();Ue.end()}(B.clone(),B,X),z.length&&(X.reset(),B.traverse(X,(he,le)=>{const H=he.p;if(H!=null){const ne=z[H];ne&&ne.get(),ne&&le.mergeTree(ne.get())}}))),X.get()}const A=(v,B)=>v.some(X=>typeof X=="object"&&(Array.isArray(X)?A(X,B):B(X)));function w(v,B){if(v==null||!A(v,H=>{var ne;return H.r!==void 0||((ne=ie(H))===null||ne===void 0?void 0:ne.makeInvertible)!=null}))return v;const X=new s.ReadCursor(v),J=new s.WriteCursor;let G=!1;const z=[],he=[],le=(H,ne,ae)=>{const _e=H.getComponent();let Ae=!1;if(_e){_e.d!=null&&ne.write("d",_e.d),_e.i!==void 0&&ne.write("i",_e.i);const q=_e.p;if(q!=null&&(z[q]=H.clone(),o(ae!==void 0,"Operation picks up at an invalid key"),he[q]=ae,ne.write("p",_e.p)),_e.r!==void 0&&ae===void 0)throw Error("Invalid doc / op in makeInvertible: removed item missing from doc");const Se=ie(_e);Se&&(Se.makeInvertible?G=!0:T(ne,Se,N(_e),!0))}let Ue=0;for(const q of H){ne.descend(q);const Se=typeof q=="number"?q-Ue:q,Ve=I(ae,Se),je=le(H,ne,Ve);Ve!==je&&(Ae||(Ae=!0,ae=u(ae)),je===void 0?(ae=d(ae,Se),typeof q=="number"&&Ue++):ae[Se]=je),ne.ascend()}return _e&&(_e.r!==void 0?(ne.write("r",r.default(ae)),ae=void 0):_e.p!=null&&(ae=void 0)),ae};return le(X,J,B),J.get(),G&&(J.reset(),function H(ne,ae,_e,Ae,Ue){const q=ae.getComponent();if(q){q.i!==void 0?(Ae=q.i,Ue=!0):q.d!=null&&(Ae=he[q.d],ne=z[q.d],Ue=!1,q.d);let ke=ie(q);if(ke&&ke.makeInvertible){const Ze=N(q);T(_e,ke,ke.makeInvertible(Ze,Ae),!0)}}let Se=0,Ve=0;const je=s.advancer(ne,(ke,Ze)=>c(Ze)?Se-ke-1:ke-Se,(ke,Ze)=>{c(Ze)&&Se++});for(const ke of ae)if(typeof ke=="number"){const Ze=ke-Ve,Ot=je(Ze),Ke=Ze+Se,rt=I(Ae,Ue?Ze:Ke);_e.descend(ke),H(Ot,ae,_e,rt,Ue),h(ae.getComponent())&&Ve++,_e.ascend()}else{const Ze=I(Ae,ke);_e.descend(ke),H(je(ke),ae,_e,Ze,Ue),_e.ascend()}je.end()}(X.clone(),X,J,B,!1)),J.get()}function x(v,B){return L(w(v,B))}const $=v=>{if(v==null)return null;const B=v.slice();for(let X=0;X<v.length;X++){const J=B[X];Array.isArray(J)&&(B[X]=$(J))}return B};function K(v,B,X){o(X==="left"||X==="right","Direction must be left or right");const J=X==="left"?0:1;if(B==null)return{ok:!0,result:v};ge(v),ge(B);let G=null;const z=[],he=[],le=[],H=[],ne=[],ae=[],_e=[],Ae=[],Ue=[],q=[],Se=[],Ve=[],je=[],ke=[],Ze=[];let Ot=0;const Ke=s.readCursor(v),rt=s.readCursor(B),Xe=s.writeCursor();if(function m(_,y=null,D){const k=a(y);k&&(k.r!==void 0?D=y.clone():k.p!=null&&(D=null,ae[k.p]=_.clone()));const P=_.getComponent();let F;P&&(F=P.p)!=null&&(ne[F]=y?y.clone():null,le[F]=_.clone(),D&&(q[F]=!0,Ue[F]=D),k&&k.p!=null&&(ke[F]=k.p));const S=s.advancer(y);for(const ee of _)m(_,S(ee),D);S.end()}(rt,Ke,null),function m(_,y,D,k,P){const F=D.getComponent();let S,ee=!1;F&&((S=F.d)!=null?(H[S]=D.clone(),k!=null&&(Ze[k]==null&&(Ze[k]=[]),Ze[k].push(S)),q[S],_=ne[S]||null,y=le[S]||null,q[S]?(P&&(Se[S]=!0),P=Ue[S]||null):!P||J!==1&&ke[S]!=null||G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:e.removeOp(P.getPath()),op2:e.moveOp(y.getPath(),D.getPath())}),ee=!0):F.i!==void 0&&(_=y=null,ee=!0,P&&G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:e.removeOp(P.getPath()),op2:e.insertOp(D.getPath(),F.i)})));const Ee=a(_);Ee&&(Ee.r!==void 0?P=_.clone():Ee.p!=null&&(Ee.p,k=Ee.p,P=null));const Z=ie(F);Z&&P&&G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:e.removeOp(P.getPath()),op2:e.editOp(D.getPath(),Z,N(F),!0)});let pe=0,be=0;const de=s.advancer(y,(te,Ie)=>c(Ie)?pe-te-1:te-pe,(te,Ie)=>{c(Ie)&&pe++}),U=s.advancer(_);for(const te of D)if(typeof te=="number"){const Ie=te-be,ye=de(Ie);be+=+m(U(Ie+pe),ye,D,k,P)}else{const Ie=de(te);m(U(te),Ie,D,k,P)}return de.end(),U.end(),ee}(Ke,rt,rt.clone(),null,null),H.map(m=>m&&m.get()),G)return{ok:!1,conflict:G};Se.map(m=>!!m);const dt=[];let lt=null;(function m(_,y,D,k,P){let F=!1;const S=a(y);if(c(S)){const de=S.p;de!=null?(D=H[de],k=Ve[de]=s.writeCursor(),F=!0,P=null):(D=null,P=y.clone())}else h(a(D))&&(D=null);const ee=_.getComponent();if(ee){const de=ee.p;de!=null?(P&&(Ae[de]=P),dt[de]=P||J===1&&F?null:k.getComponent(),z[de]=_.clone(),D&&(_e[de]=D.clone())):ee.r!==void 0&&(P||k.write("r",!0),(P||F)&&(lt==null&&(lt=new Set),lt.add(ee)))}let Ee=0,Z=0;const pe=s.advancer(y,void 0,(de,U)=>{c(U)&&Ee++}),be=s.advancer(D,(de,U)=>h(U)?~(de-Z):de-Z,(de,U)=>{h(U)&&Z++});if(_)for(const de of _)if(typeof de=="string"){const U=pe(de),te=be(de);k.descend(de),m(_,U,te,k,P),k.ascend()}else{const U=pe(de),te=de-Ee,Ie=c(a(U))?null:be(te),ye=te+Z;o(ye>=0),k.descend(ye),m(_,U,Ie,k,P),k.ascend()}pe.end(),be.end()})(Ke,rt,rt.clone(),Xe,null),Xe.reset();let Yt=[];if(function m(_,y,D,k,P,F){o(y);const S=y.getComponent();let ee=a(k),Ee=!1;const Z=(we,Oe,De)=>we?e.moveOp(we.getPath(),Oe.getPath()):e.insertOp(Oe.getPath(),De.i);if(h(S)){const we=S.d;we!=null&&(he[we]=y.clone());const Oe=we!=null?dt[we]:null;let De=!1;if(S.i!==void 0||we!=null&&Oe){let se;ee&&(ee.i!==void 0||(se=ee.d)!=null&&!q[se])&&(De=se!=null?we!=null&&we===ke[se]:n.default(ee.i,S.i),De||se!=null&&J!==1&&ke[se]!=null||G==null&&(G={type:i.ConflictType.DROP_COLLISION,op1:Z(we!=null?z[we]:null,y,S),op2:Z(se!=null?le[se]:null,k,ee)})),De||(F?G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:Z(we!=null?z[we]:null,y,S),op2:e.removeOp(F.getPath())}):(we!=null?(Yt[Ot]=we,P.write("d",Oe.p=Ot++)):P.write("i",r.default(S.i)),Ee=!0))}else if(we!=null&&!Oe){const se=Ae[we];se&&(F=se.clone())}we!=null?(_=z[we],D=ae[we],k=_e[we]):S.i!==void 0&&(_=D=null,De||(k=null))}else c(a(_))&&(_=D=k=null);const pe=a(_),be=a(D);if(c(be)){const we=be.p;be.r!==void 0&&(!pe||pe.r===void 0)||q[we]?(k=null,F=D.clone()):we!=null&&(k=H[we],J!==1&&ke[we]!=null||((P=je[we])||(P=je[we]=s.writeCursor()),P.reset(),F=null))}else!h(S)&&h(ee)&&(k=null);ee=k!=null?k.getComponent():null;const de=ie(S);if(de){const we=N(S);if(F)G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:e.editOp(y.getPath(),de,we,!0),op2:e.removeOp(F.getPath())});else{const Oe=ie(ee);let De;if(Oe){if(de!==Oe)throw Error("Transforming incompatible types");const se=N(ee);De=de.transform(we,se,X)}else De=r.default(we);T(P,de,De)}}let U=0,te=0,Ie=0,ye=0,Fe=0,xe=0,ze=_!=null&&_.descendFirst(),gt=ze;const pt=s.advancer(D,void 0,(we,Oe)=>{c(Oe)&&Ie++});let Re=k!=null&&k.descendFirst(),et=Re;for(const we of y)if(typeof we=="number"){let Oe;const De=h(y.getComponent()),se=we-te;{let tn;for(;ze&&typeof(tn=_.getKey())=="number";){tn+=U;const Dt=_.getComponent(),kn=c(Dt);if(tn>se||tn===se&&(!kn||J===0&&De))break;if(kn){U--;const mn=Dt.p;ke.includes(mn),Dt.d,a(je[Dt.d]),c(a(je[Dt.d])),(Dt.r===void 0||lt&<.has(Dt))&&(mn==null||!dt[mn]||J!==1&&ke.includes(mn))||Fe--}ze=_.nextSibling()}Oe=ze&&tn===se?_:null}const ct=se-U;let He=pt(ct);const kt=ct-Ie;let hs=null;{let tn,Dt;for(;Re&&typeof(tn=k.getKey())=="number";){Dt=tn-ye;const kn=k.getComponent(),mn=h(kn);if(Dt>kt)break;if(Dt===kt){if(!mn){hs=k;break}{if(J===0&&De){hs=k;break}const nn=He&&c(He.getComponent());if(J===0&&nn)break}}if(mn){const nn=kn.d;q[nn],ke[nn],kn.i===void 0&&(q[nn]||ke[nn]!=null&&J!==1)?(q[nn]||ke[nn]!=null&&J===0)&&(ye++,xe--):ye++}Re=k.nextSibling()}}const oc=kt+ye+Fe+xe;o(oc>=0,"trying to descend to a negative index"),P.descend(oc),De&&(Oe=He=hs=null,te++),m(Oe,y,He,hs,P,F)&&xe++,P.ascend()}else{let Oe;for(;ze&&(Oe=_.getKey(),typeof Oe!="string"||!(Oe>we||Oe===we));)ze=_.nextSibling();const De=ze&&Oe===we?_:null,se=pt(we);let ct;for(;Re&&(ct=k.getKey(),typeof ct!="string"||!(ct>we||ct===we));)Re=k.nextSibling();const He=Re&&ct===we?k:null;P.descend(we),m(De,y,se,He,P,F),P.ascend()}return pt.end(),gt&&_.ascend(),et&&k.ascend(),Ee}(Ke,Ke.clone(),rt,rt.clone(),Xe,null),G)return{ok:!1,conflict:G};Xe.reset();const Be=(m,_,y)=>m.traverse(_,(D,k)=>{D.d!=null&&y(D.d,m,k)});(q.length||Ve.length)&&(Be(rt,Xe,(m,_,y)=>{q[m]&&!Se[m]&&y.write("r",!0),Ve[m]&&y.mergeTree(Ve[m].get())}),Xe.reset());const ft=[],C=[];if((je.length||q.length)&&!G){const m=s.readCursor($(Xe.get()));if(Be(m,null,(_,y)=>{ft[_]=y.clone()}),je.forEach(_=>{_&&Be(s.readCursor(_.get()),null,(y,D)=>{ft[y]=D.clone()})}),function _(y,D,k,P,F,S){const ee=a(D);if(ee&&c(ee))if(ee.p!=null){const U=ee.p;ft[U].getPath(),k=ft[U],P=C[U]=s.writeCursor()}else ee.r!==void 0&&(k=null);else h(a(k))&&(k=null);const Ee=y.getComponent();if(Ee){let U;if((U=Ee.d)!=null){const te=je[U];te&&(te.get(),P.mergeTree(te.get()),k=s.readCursor(te.get()))}}let Z=0,pe=0;const be=s.advancer(D,void 0,(U,te)=>{c(te)&&Z--}),de=s.advancer(k,(U,te)=>h(te)?-(U-pe)-1:U-pe,(U,te)=>{h(te)&&pe++});for(const U of y)if(typeof U=="number"){const te=be(U),Ie=U+Z,ye=de(Ie),Fe=Ie+pe;P.descend(Fe),_(y,te,ye,P),P.ascend()}else P.descend(U),_(y,be(U),de(U),P),P.ascend();be.end(),de.end()}(rt,m,m.clone(),Xe),Xe.reset(),G)return{ok:!1,conflict:G};if(Xe.get(),C.length){const _=C.map(D=>D?D.get():null),y=s.readCursor($(Xe.get()));if(Be(y,Xe,(D,k,P)=>{const F=_[D];F&&(P.mergeTree(F),_[D]=null)}),_.find(D=>D)){const D=s.writeCursor(),k=s.writeCursor();let P=0,F=0;_.forEach(S=>{S!=null&&Be(s.readCursor(S),null,ee=>{const Ee=Yt[ee];D.writeMove(z[Ee].getPath(),he[Ee].getPath(),P++);const Z=Ze[Ee];Z&&Z.forEach(pe=>{q[pe]||J!==1&&ke[pe]!=null||k.writeMove(le[pe].getPath(),H[pe].getPath(),F++)})})}),G={type:i.ConflictType.BLACKHOLE,op1:D.get(),op2:k.get()}}}}return G?{ok:!1,conflict:G}:{ok:!0,result:Xe.get()}}const oe=v=>{const B=new Error("Transform detected write conflict");throw B.conflict=v,B.type=B.name="writeConflict",B};function fe(v,B,X){const J=K(v,B,X);if(J.ok)return J.result;oe(J.conflict)}const me=v=>{const B=s.writeCursor();return s.readCursor(v).traverse(B,(X,J)=>{(h(X)||ie(X))&&J.write("r",!0)}),B.get()},Me=(v,B)=>{const{type:X,op1:J,op2:G}=v;switch(X){case i.ConflictType.DROP_COLLISION:return B==="left"?[null,me(G)]:[me(J),null];case i.ConflictType.RM_UNEXPECTED_CONTENT:let z=!1;return s.readCursor(J).traverse(null,he=>{he.r!==void 0&&(z=!0)}),z?[null,me(G)]:[me(J),null];case i.ConflictType.BLACKHOLE:return[me(J),me(G)];default:throw Error("Unrecognised conflict: "+X)}};function Te(v,B,X,J){let G=null;for(;;){const z=K(B,X,J);if(z.ok)return O(G,z.result);{const{conflict:he}=z;v(he)||oe(he);const[le,H]=Me(he,J);B=O(ce(B),le),X=O(ce(X),H),G=O(G,H)}}}}(nr)),nr}var bl;function v_(){return bl||(bl=1,function(e){var t=cn&&cn.__createBinding||(Object.create?function(i,o,a,l){l===void 0&&(l=a),Object.defineProperty(i,l,{enumerable:!0,get:function(){return o[a]}})}:function(i,o,a,l){l===void 0&&(l=a),i[l]=o[a]}),n=cn&&cn.__exportStar||function(i,o){for(var a in i)a!=="default"&&!o.hasOwnProperty(a)&&t(o,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(S_(),e);var r=El();Object.defineProperty(e,"ReadCursor",{enumerable:!0,get:function(){return r.ReadCursor}}),Object.defineProperty(e,"WriteCursor",{enumerable:!0,get:function(){return r.WriteCursor}});var s=Rl();Object.defineProperty(e,"ConflictType",{enumerable:!0,get:function(){return s.ConflictType}})}(cn)),cn}var _t=v_();const O_=lc({__proto__:null,default:Et(_t)},[_t]);var ue=(e=>(e.RETAIN="r",e.INSERT="i",e.DELETE="d",e))(ue||{});function rr(e,t=!1){const n=[];for(const r of e){const{st:s,ed:i,ts:o}=r;if(r.sId===void 0&&delete r.sId,s===i||!t&&re.isEmptyObject(o)&&r.sId==null)continue;if(n.length===0){n.push(r);continue}const a=n.pop();Ro(r,a)&&re.hasIntersectionBetweenTwoRanges(a.st,a.ed,r.st,r.ed)?n.push({...r,st:a.st,ed:i}):n.push(a,r)}return n}function Al(e,t,n,r){var u;const{textRuns:s}=e;if(s==null)return;const i=[],o=s.length;let a=!1;const l=(u=t.textRuns)!=null?u:[];if(l.length)for(const c of l)c.st+=r,c.ed+=r;for(let c=0;c<o;c++){const h=s[c],{st:d,ed:g}=h;if(g<=r)i.push(h);else if(r>d&&r<g){a=!0;const E={...h,ed:r};i.push(E),l.length&&i.push(...l);const I={...h,st:r+n,ed:g+n};i.push(I)}else h.st+=n,h.ed+=n,a||(a=!0,i.push(...l)),i.push(h)}a||(a=!0,i.push(...l)),e.textRuns=rr(i)}function Tl(e,t,n,r){const{paragraphs:s}=e;if(s==null)return;const{paragraphs:i}=t,o=[];for(let l=0,u=s.length;l<u;l++){const c=s[l],{startIndex:h}=c;h>=r&&(c.startIndex+=n),o.push(c.startIndex)}let a=-1;if(i){for(let l=0,u=i.length;l<u;l++){const c=i[l];c.startIndex+=r;const h=c.startIndex;a=o.indexOf(h)}a!==-1&&s.splice(a,1),s.push(...i),s.sort(Jn("startIndex"))}}function yl(e,t,n,r){const{sectionBreaks:s}=e;if(s==null)return;for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u}=l;u>=r&&(l.startIndex+=n)}const i=t.sectionBreaks;if(i){for(let o=0,a=i.length;o<a;o++){const l=i[o];l.startIndex+=r}s.push(...i),s.sort(Jn("startIndex"))}}function Nl(e,t,n,r){const{customBlocks:s=[]}=e;for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u}=l;u>=r&&(l.startIndex+=n)}const i=t.customBlocks;if(i){for(let o=0,a=i.length;o<a;o++){const l=i[o];l.startIndex+=r}s.push(...i),s.sort(Jn("startIndex"))}s.length&&!e.customBlocks&&(e.customBlocks=s)}function Ml(e,t,n,r){const{tables:s}=e;if(s==null)return;for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u,endIndex:c}=l;u>r?(l.startIndex+=n,l.endIndex+=n):c>r&&(l.endIndex+=n)}const i=t.tables;if(i){for(let o=0,a=i.length;o<a;o++){const l=i[o];l.startIndex+=r,l.endIndex+=r}s.push(...i),s.sort(Jn("startIndex"))}}const Dl="$",Ll=e=>e.split(Dl)[0];function si(e){if(e.length<=1)return e;e.sort((s,i)=>s.startIndex-i.startIndex);const t=[];let n={...e[0]};n.rangeId=Ll(n.rangeId);for(let s=1;s<e.length;s++){const i=e[s];i.rangeId=Ll(i.rangeId),i.rangeId===n.rangeId&&gl(n.properties,i.properties)&&n.endIndex+1>=i.startIndex?n.endIndex=i.endIndex:(t.push(n),n={...i})}t.push(n);const r=Object.create(null);for(let s=0,i=t.length;s<i;s++){const o=t[s],a=o.rangeId;r[a]?(o.rangeId=`${a}${Dl}${r[a]}`,r[a]=r[a]+1):r[a]=1}return t}function ii(e,t){const n=e.findIndex(s=>s.startIndex<t&&s.endIndex>=t),r=e[n];r&&e.splice(n,1,{rangeId:r.rangeId,rangeType:r.rangeType,startIndex:r.startIndex,endIndex:t-1,properties:{...r.properties}},{rangeId:r.rangeId,rangeType:r.rangeType,startIndex:t,endIndex:r.endIndex,properties:{...r.properties}})}function Ul(e){if(e.length<=1)return e;e.sort((r,s)=>r.startIndex-s.startIndex);const t=[];let n={...e[0]};for(let r=1;r<e.length;r++){const s=e[r];s.id===n.id&&n.endIndex+1>=s.startIndex?n.endIndex=s.endIndex:(t.push(n),n={...s})}return t.push(n),t}function oi(e,t){e.filter(r=>r.startIndex<t&&r.endIndex>=t).forEach(r=>{const s=e.indexOf(r);e.splice(s,1,{id:r.id,type:r.type,startIndex:r.startIndex,endIndex:t-1},{id:r.id,type:r.type,startIndex:t,endIndex:r.endIndex})})}function w_(e,t,n,r){e.customRanges||(e.customRanges=[]);const{customRanges:s}=e;ii(s,r);for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u}=l;u>=r&&(l.startIndex+=n,l.endIndex+=n)}const i=[];if(t.customRanges){for(let o=0,a=t.customRanges.length;o<a;o++){const l=t.customRanges[o];l.startIndex+=r,l.endIndex+=r,i.push(l)}s.push(...i)}e.customRanges=si(s)}function b_(e,t,n,r){e.customDecorations||(e.customDecorations=[]);const{customDecorations:s}=e;oi(s,r);for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u}=l;u>=r&&(l.startIndex+=n,l.endIndex+=n)}const i=[];if(t.customDecorations){for(let o=0,a=t.customDecorations.length;o<a;o++){const l=t.customDecorations[o];l.startIndex+=r,l.endIndex+=r,i.push(l)}s.push(...i)}e.customDecorations=Ul(s)}function Pl(e,t,n){const{textRuns:r}=e,s=n,i=n+t,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{st:h,ed:d}=c;if(s<=h&&i>=d){o.push({...c,st:h-s,ed:d-s});continue}else h<=s&&d>=i?(o.push({...c,st:s-s,ed:i-s}),c.ed-=t):s>=h&&s<d?(o.push({...c,st:s-s,ed:d-s}),c.ed=s):i>h&&i<=d?(o.push({...c,st:h-s,ed:i-s}),c.st=i-t,c.ed-=t):h>=i&&(c.st-=t,c.ed-=t);a.push(c)}e.textRuns=a}return o.length===0&&o.push({st:0,ed:t,ts:{}}),o}function kl(e,t,n){const{paragraphs:r}=e,s=n,i=n+t,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h}=c;if(h>=s&&h<i){o.push({...c,startIndex:h-n});continue}else h>=i&&(c.startIndex-=t);a.push(c)}e.paragraphs=a}return o}function Fl(e,t,n){const{sectionBreaks:r}=e,s=n,i=n+t-1,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h}=c;if(h>=s&&h<=i){o.push({...c,startIndex:h-n});continue}else h>i&&(c.startIndex-=t);a.push(c)}e.sectionBreaks=a}return o}function xl(e,t,n){const{customBlocks:r=[]}=e,s=n,i=n+t-1,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h}=c;if(h>=s&&h<=i){o.push({...c,startIndex:h-n});continue}else h>i&&(c.startIndex-=t);a.push(c)}e.customBlocks=a}return r.length&&!e.customBlocks&&(e.customBlocks=r),o}function Bl(e,t,n){const{tables:r}=e,s=n,i=n+t-1,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h,endIndex:d}=c;if(s<=h&&i>=d){o.push({...c,startIndex:h-n,endIndex:d-n});continue}else if(h<=s&&d>=i){const g=Br(h,d,s,i);if(g.length===0||(c.startIndex=g[0],c.endIndex=g[1],c.startIndex===c.endIndex))continue}else i<h&&(c.startIndex-=t,c.endIndex-=t);a.push(c)}e.tables=a}return o}function A_(e,t,n){const{customRanges:r}=e,s=n,i=n+t-1,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h,endIndex:d}=c;if(h>=s&&d<=i){o.push(c);continue}else if(Math.max(s,h)<=Math.min(i,d)){const g=Br(h,d,s,i);if(g.length===0)continue;c.startIndex=g[0],c.endIndex=g[1]}else i<h&&(c.startIndex-=t,c.endIndex-=t);a.push(c)}e.customRanges=si(a)}return o}function T_(e,t,n,r=!0){const{customDecorations:s}=e,i=n,o=n+t-1,a=[];if(s){const l=[];for(let u=0,c=s.length;u<c;u++){const h=s[u],{startIndex:d,endIndex:g}=h;if(d>=i&&g<=o){a.push(h);continue}else if(Math.max(i,d)<=Math.min(o,g)){const E=Br(d,g,i,o);if(E.length===0)continue;h.startIndex=E[0],h.endIndex=E[1]}else o<d&&r&&(h.startIndex-=t,h.endIndex-=t);l.push(h)}e.customDecorations=l}return a}var $l=(e=>(e.ORDER_LIST_QUICK_1="1.",e.ORDER_LIST_QUICK_2="a)",e.ORDER_LIST_QUICK_3="a.",e.ORDER_LIST_QUICK_4="i.",e.ORDER_LIST_QUICK_5="A.",e.ORDER_LIST_QUICK_6="I.",e.ORDER_LIST_QUICK_7="01.",e.BULLET_LIST="*",e))($l||{}),Pt=(e=>(e.BULLET_LIST="BULLET_LIST",e.BULLET_LIST_1="BULLET_LIST_1",e.BULLET_LIST_2="BULLET_LIST_2",e.BULLET_LIST_3="BULLET_LIST_3",e.BULLET_LIST_4="BULLET_LIST_4",e.BULLET_LIST_5="BULLET_LIST_5",e.ORDER_LIST="ORDER_LIST",e.ORDER_LIST_1="ORDER_LIST_1",e.ORDER_LIST_2="ORDER_LIST_2",e.ORDER_LIST_3="ORDER_LIST_3",e.ORDER_LIST_4="ORDER_LIST_4",e.ORDER_LIST_5="ORDER_LIST_5",e.ORDER_LIST_QUICK_2="ORDER_LIST_QUICK_2",e.ORDER_LIST_QUICK_3="ORDER_LIST_QUICK_3",e.ORDER_LIST_QUICK_4="ORDER_LIST_QUICK_4",e.ORDER_LIST_QUICK_5="ORDER_LIST_QUICK_5",e.ORDER_LIST_QUICK_6="ORDER_LIST_QUICK_6",e.CHECK_LIST="CHECK_LIST",e.CHECK_LIST_CHECKED="CHECK_LIST_CHECKED",e))(Pt||{});const ns={"a)":{glyphFormat:"%1)",glyphType:Ne.DECIMAL},"1.":{glyphType:Ne.DECIMAL},"a.":{glyphFormat:"%1.",glyphType:Ne.LOWER_LETTER},"A.":{glyphType:Ne.UPPER_LETTER},"i.":{glyphFormat:"%1.",glyphType:Ne.LOWER_ROMAN},"I.":{glyphFormat:"%1.",glyphType:Ne.UPPER_LETTER}},An=e=>[...e,...e,...e].map((t,n)=>({glyphFormat:` %${n+1}`,glyphSymbol:t,bulletAlignment:Vn.START,textStyle:{fs:12},startNumber:0,paragraphProperties:{hanging:{v:21},indentStart:{v:21*n}}})),Tn=e=>e.map((t,n)=>({...t,bulletAlignment:Vn.START,textStyle:{fs:12},startNumber:0,paragraphProperties:{hanging:{v:21},indentStart:{v:21*n}}})),Hl=(e,t)=>new Array(9).fill(0).map((n,r)=>({glyphFormat:` %${r+1}`,glyphSymbol:e,bulletAlignment:Vn.START,textStyle:{fs:16},startNumber:0,paragraphProperties:{hanging:{v:21},indentStart:{v:21*r},textStyle:t}})),sr={BULLET_LIST:{listType:"BULLET_LIST",nestingLevel:An(["●","○","■"])},BULLET_LIST_1:{listType:"BULLET_LIST",nestingLevel:An(["❖","➢","■"])},BULLET_LIST_2:{listType:"BULLET_LIST",nestingLevel:An(["✔","●","◆"])},BULLET_LIST_3:{listType:"BULLET_LIST",nestingLevel:An(["■","◆","○"])},BULLET_LIST_4:{listType:"BULLET_LIST",nestingLevel:An(["✧","○","■"])},BULLET_LIST_5:{listType:"BULLET_LIST",nestingLevel:An(["➢","○","◆"])},ORDER_LIST:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1.",glyphType:Ne.DECIMAL},{glyphFormat:"%2.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%3.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4.",glyphType:Ne.DECIMAL},{glyphFormat:"%5.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%6.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7.",glyphType:Ne.DECIMAL},{glyphFormat:"%8.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%9.",glyphType:Ne.LOWER_ROMAN}])},ORDER_LIST_1:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1)",glyphType:Ne.DECIMAL},{glyphFormat:"%2)",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%3)",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4)",glyphType:Ne.DECIMAL},{glyphFormat:"%5)",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%6)",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7)",glyphType:Ne.DECIMAL},{glyphFormat:"%8)",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%9)",glyphType:Ne.LOWER_ROMAN}])},ORDER_LIST_2:{listType:"ORDER_LIST",nestingLevel:Tn(["%1.","%1.%2.","%1.%2.%3.","%1.%2.%3.%4.","%1.%2.%3.%4.%5.","%1.%2.%3.%4.%5.%6.","%1.%2.%3.%4.%5.%6.%7."].map(e=>({glyphFormat:e,glyphType:Ne.DECIMAL})))},ORDER_LIST_3:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%2.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%3.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%5.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%6.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%8.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%9.",glyphType:Ne.LOWER_ROMAN}])},ORDER_LIST_4:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%2.",glyphType:Ne.DECIMAL},{glyphFormat:"%3.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%5.",glyphType:Ne.DECIMAL},{glyphFormat:"%6.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%8.",glyphType:Ne.DECIMAL},{glyphFormat:"%9.",glyphType:Ne.LOWER_ROMAN}])},ORDER_LIST_5:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1.",glyphType:Ne.DECIMAL_ZERO},{glyphFormat:"%2.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%3.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4.",glyphType:Ne.DECIMAL_ZERO},{glyphFormat:"%5.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%6.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7.",glyphType:Ne.DECIMAL_ZERO},{glyphFormat:"%8.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%9.",glyphType:Ne.LOWER_ROMAN}])},CHECK_LIST:{listType:"CHECK_LIST",nestingLevel:Hl("☐")},CHECK_LIST_CHECKED:{listType:"CHECK_LIST_CHECKED",nestingLevel:Hl("☑",{st:{s:ve.TRUE}})}},rs=e=>{const{glyphFormat:t,glyphType:n}=e,r=re.deepClone(sr.ORDER_LIST);return r.nestingLevel[0].glyphFormat=t,r.nestingLevel[0].glyphType=n,r},y_={ORDER_LIST_QUICK_2:rs(ns["a)"]),ORDER_LIST_QUICK_3:rs(ns["a."]),ORDER_LIST_QUICK_4:rs(ns["i."]),ORDER_LIST_QUICK_6:rs(ns["I."])};Object.assign(sr,y_);const N_={"1.":"ORDER_LIST","a)":"ORDER_LIST_QUICK_2","a.":"ORDER_LIST_QUICK_3","i.":"ORDER_LIST_QUICK_4","A.":"ORDER_LIST_3","I.":"ORDER_LIST_QUICK_6","01.":"ORDER_LIST_5","*":"BULLET_LIST"};function M_(e,t,n,r,s){const i=D_(e,t,n,r,s),o=L_(e,t,n,r,s),a=U_(e,t,n,r,s),l=P_(e,t,n,r,s),u=k_(e,t,n,r,s),c=F_(e,t,n,r),h=x_(e,t,n,r,s);return{dataStream:"",textRuns:i,paragraphs:o,sectionBreaks:a,customBlocks:l,tables:u,customRanges:c,customDecorations:h}}function D_(e,t,n,r,s){const{textRuns:i}=e,{textRuns:o}=t;if(i==null||o==null)return;const a=Pl(e,n,r);if(s!==Pe.REPLACE){const l=Wl(o,a,s);t.textRuns=l}return Al(e,t,n,r),a}function Wl(e,t,n){if(t.length===0)return e;e=re.deepClone(e),t=re.deepClone(t);const r=[],s=e.length,i=t.length;let o=0,a=0,l=null;function u(){return l?(r.push(l),l=null,!0):!1}for(;o<s&&a<i;){const{st:g,ed:E,ts:I}=e[o],{st:b,ed:M,ts:V,sId:Y}=t[a];let ie;if(n===Pe.COVER?ie={...V,...I}:ie={...I},E<b)u()||r.push(e[o]),o++;else if(M<g)u()||r.push(t[a]),a++;else{const N={st:Math.min(g,b),ed:Math.max(g,b),ts:g<b?{...I}:{...V},sId:g<b?void 0:Y};N.ed>N.st&&r.push(N),r.push({st:Math.max(g,b),ed:Math.min(E,M),ts:ie,sId:Y}),E<M?(o++,t[a].st=E,t[a].st===t[a].ed&&a++):(a++,e[o].st=M,e[o].st===e[o].ed&&o++);const T={st:Math.min(E,M),ed:Math.max(E,M),ts:E<M?{...V}:{...I},sId:E<M?Y:void 0};l=T.ed>T.st?T:null}}u();const c=r[r.length-1],h=e[s-1],d=t[i-1];return c&&c.ed!==Math.max(h.ed,d.ed)&&(h.ed>d.ed?r.push(h):r.push(d)),rr(r)}function L_(e,t,n,r,s){const{paragraphs:i}=e,{paragraphs:o}=t;if(i==null||o==null)return;const a=kl(e,n,r);if(s!==Pe.REPLACE){const l=[];for(const u of o){const{startIndex:c,paragraphStyle:h,bullet:d}=u;let g=[];for(const E of a){const{startIndex:I,paragraphStyle:b,bullet:M}=E;let V,Y;if(s===Pe.COVER?(V={...b,...h},Y={listId:"",listType:Pt.BULLET_LIST,nestingLevel:0,textStyle:{},...M,...d}):(V={...h,...b},Y={listId:"",listType:Pt.BULLET_LIST,nestingLevel:0,textStyle:{},...d,...M}),c===I){g.push({startIndex:c,paragraphStyle:V,bullet:Y});break}}l.push(...g),g=[]}t.paragraphs=l}return Tl(e,t,n,r),a}function U_(e,t,n,r,s){const{sectionBreaks:i}=e,{sectionBreaks:o}=t;if(i==null||o==null)return;const a=Fl(e,n,r);if(s!==Pe.REPLACE){const l=[];for(const u of o){const{startIndex:c}=u;let h=[];for(const d of a){const{startIndex:g}=d;if(c===g){s===Pe.COVER?h.push({...d,...u}):h.push({...u,...d});break}}l.push(...h),h=[]}t.sectionBreaks=l}return yl(e,t,n,r),a}function P_(e,t,n,r,s){const{customBlocks:i=[]}=e,{customBlocks:o}=t;if(i==null||o==null)return;const a=xl(e,n,r);if(s!==Pe.REPLACE){const l=[];for(const u of o){const{startIndex:c}=u;let h=[];for(const d of a){const{startIndex:g}=d;if(c===g){s===Pe.COVER?h.push({...d,...u}):h.push({...u,...d});break}}l.push(...h),h=[]}t.customBlocks=l}return Nl(e,t,n,r),i.length&&!e.customBlocks&&(e.customBlocks=i),a}function k_(e,t,n,r,s){const{tables:i}=e,{tables:o}=t;if(i==null||o==null)return;const a=Bl(e,n,r);if(s!==Pe.REPLACE){const l=[];for(const u of o){const{startIndex:c,endIndex:h}=u;let d=[];for(const g of a){const{startIndex:E,endIndex:I}=g;if(E>=c&&I<=h){s===Pe.COVER?d.push({...g,...u}):d.push({...u,...g});break}}l.push(...d),d=[]}t.tables=l}return Ml(e,t,n,r),a}function F_(e,t,n,r,s){e.customRanges||(e.customRanges=[]),ii(e.customRanges,r),ii(e.customRanges,r+n);const i=r,o=r+n-1,{customRanges:a}=t,l=[],u=new Map;e.customRanges.forEach(h=>{const{startIndex:d,endIndex:g}=h;d>=i&&g<=o?u.set(h.rangeId,h):l.push(h)});const c=[];return a?(a.forEach(h=>{const{startIndex:d,endIndex:g}=h;l.push({...h,startIndex:d+r,endIndex:g+r})}),e.customRanges=si(l),c):[]}function x_(e,t,n,r,s){e.customDecorations||(e.customDecorations=[]),oi(e.customDecorations,r),oi(e.customDecorations,r+n);const i=[],{customDecorations:o}=e,{customDecorations:a=[]}=t;if(s===Pe.REPLACE){for(let l=0;l<o.length;l++){const u=o[l],{startIndex:c,endIndex:h}=u;c>=r&&h<=r+n-1&&i.push(u)}a.forEach(l=>{const{startIndex:u,endIndex:c}=l;o.push({...l,startIndex:u+r,endIndex:c+r})})}else for(const l of a){const{id:u}=l;if(l.type===an.DELETED){const c=o.filter(h=>h.id===u);c.length&&i.push(...c)}else o.push({...l,startIndex:l.startIndex+r,endIndex:l.endIndex+r})}for(const l of i){const{id:u}=l,c=o.findIndex(h=>h.id===u);c!==-1&&o.splice(c,1)}return e.customDecorations=Ul(o),i}var ai=(e=>(e[e.copy=0]="copy",e[e.cut=1]="cut",e))(ai||{});function ss(e,t,n,r=!0){const{textRuns:s}=e;if(s){const i=[];for(const o of s){const a=re.deepClone(o),{st:l,ed:u}=a;re.hasIntersectionBetweenTwoRanges(l,u,t,n)&&(t>=l&&t<=u?i.push({...a,st:t,ed:Math.min(n,u)}):n>=l&&n<=u?i.push({...a,st:Math.max(t,l),ed:n}):i.push(a))}return rr(i.map(o=>{const{st:a,ed:l}=o;return{...o,st:a-t,ed:l-t}}))}else if(r)return[{st:0,ed:n-t,ts:{}}]}function jl(e,t,n){const{tables:r=[]}=e,s=[];for(const i of r){const o=re.deepClone(i),{startIndex:a,endIndex:l}=o;a>=t&&l<=n&&s.push({...o,startIndex:a-t,endIndex:l-t})}return s}function Yl(e,t,n){const{paragraphs:r=[]}=e,s=[];for(const i of r){const{startIndex:o}=i;if(o>=t&&o<n){const a=re.deepClone(i);s.push(a)}}if(s.length)return s.map(i=>({...i,startIndex:i.startIndex-t}))}function B_(e,t,n){const{sectionBreaks:r=[]}=e,s=[];for(const i of r){const{startIndex:o}=i;o>=t&&o<=n&&s.push(re.deepClone(i))}if(s.length)return s.map(i=>({...i,startIndex:i.startIndex-t}))}function zl(e,t,n){const{customBlocks:r=[]}=e,s=[];for(const i of r){const{startIndex:o}=i;o>=t&&o<n&&s.push(re.deepClone(i))}if(s.length)return s.map(i=>({...i,startIndex:i.startIndex-t}))}function Nt(e,t,n,r=!0,s=1){const{dataStream:i}=e,o={dataStream:i.slice(t,n)};o.textRuns=ss(e,t,n,r);const a=jl(e,t,n);if(a.length&&(o.tables=a),o.paragraphs=Yl(e,t,n),s===1){const u=Vl(e,t,n);u?o.customDecorations=u:r&&(o.customDecorations=[])}const{customRanges:l}=Gl(e,t,n);return l?o.customRanges=l:r&&(o.customRanges=[]),o.customBlocks=zl(e,t,n),o}function $_(e){const{dataStream:t,textRuns:n,paragraphs:r,customRanges:s,customDecorations:i,tables:o}=e;let a=0,l=0;s==null||s.forEach(c=>{c.startIndex<0&&(a=Math.max(a,-c.startIndex)),c.endIndex>t.length-1&&(l=Math.max(l,c.endIndex-t.length+1))});const u=`${t}`;return n&&(n[0]&&(n[0].st=n[0].st-a),n[n.length-1]&&(n[n.length-1].ed=n[n.length-1].ed+l)),n==null||n.forEach(c=>{c.st+=a,c.ed+=a}),r==null||r.forEach(c=>{c.startIndex+=a}),s==null||s.forEach(c=>{c.startIndex+=a,c.endIndex+=a}),i==null||i.forEach(c=>{c.startIndex+=a,c.endIndex+=l}),o==null||o.forEach(c=>{c.startIndex+=a,c.endIndex+=l}),{...e,dataStream:u,textRuns:n,paragraphs:r,customRanges:s,customDecorations:i,tables:o}}function Gl(e,t,n){if(e.customRanges==null)return{};const{customRanges:r}=e;return{customRanges:r.filter(a=>Math.max(a.startIndex,t)<=Math.min(a.endIndex,n-1)).map(a=>({...a,startIndex:Math.max(a.startIndex,t),endIndex:Math.min(a.endIndex,n-1)})).map(a=>({...a,startIndex:a.startIndex-t,endIndex:a.endIndex-t})),leftOffset:0,rightOffset:0}}function Vl(e,t,n){if(e.customDecorations==null)return;const{customDecorations:r=[]}=e,s=[];return r.forEach(i=>{if(Math.max(i.startIndex,t)<=Math.min(i.endIndex,n-1)){const o=re.deepClone(i);s.push({...o,startIndex:Math.max(o.startIndex-t,0),endIndex:Math.min(o.endIndex,n-1)-t})}}),s}function H_(e,t,n){return e==null||t==null?e!=null?e:t:Wl(e,t,n)}function W_(e,t,n){if(e==null||t==null)return e!=null?e:t;if(t.length===0||e.length===0)return e;if(t.length>1||e.length>1)throw new Error("Cannot cover multiple customRanges");return n===Pe.REPLACE?[{...e[0]}]:[{...t[0],...e[0]}]}function j_(e,t,n){return t.length===0||e.length===0||n===Pe.REPLACE?e:[...e,...t.filter(r=>!e.some(s=>r.id===s.id))]}function li(e,t,n=Pe.COVER){if(t.dataStream!=="")throw new Error("Cannot compose other body with non-empty dataStream");const r={dataStream:e.dataStream},{textRuns:s,paragraphs:i=[],customRanges:o,customDecorations:a=[]}=e,{textRuns:l,paragraphs:u=[],customRanges:c,customDecorations:h=[]}=t;r.textRuns=H_(l,s,n),r.customRanges=W_(c,o,n);const d=j_(h,a,n);d.length&&(r.customDecorations=d);const g=[];let E=0,I=0;for(;E<i.length&&I<u.length;){const b=i[E],M=u[I],{startIndex:V}=b,{startIndex:Y}=M;V===Y?(g.push(re.deepMerge(b,M)),E++,I++):V<Y?(g.push(re.deepClone(b)),E++):(g.push(re.deepClone(M)),I++)}return E<i.length&&g.push(...i.slice(E)),I<u.length&&g.push(...u.slice(I)),g.length&&(r.paragraphs=g),r}function Y_(e){const{body:t}=e;if(t==null)return!0;const{textRuns:n,paragraphs:r,customRanges:s,customBlocks:i,customDecorations:o,tables:a}=t;return n==null&&r==null&&s==null&&i==null&&o==null&&a==null}class yn{constructor(t){R(this,"_index",0);R(this,"_offset",0);this._actions=t}hasNext(){return this.peekLength()<Number.POSITIVE_INFINITY}next(t){t||(t=Number.POSITIVE_INFINITY);const n=this._actions[this._index];if(n){const r=this._offset,s=n.len;return t>=s-r?(t=s-r,this._index+=1,this._offset=0):this._offset+=t,n.t===ue.DELETE||n.t===ue.RETAIN&&n.body==null?re.deepClone({...n,len:t}):re.deepClone({...n,len:t,body:Nt(n.body,r,r+t,!1)})}else return{t:ue.RETAIN,len:Number.POSITIVE_INFINITY}}peek(){return this._actions[this._index]}peekLength(){return this._actions[this._index]?this._actions[this._index].len-this._offset:Number.POSITIVE_INFINITY}peekType(){const t=this._actions[this._index];return t?t.t:ue.RETAIN}rest(){if(this.hasNext()){if(this._offset===0)return this._actions.slice(this._index);{const t=this._offset,n=this._index,r=this.next(),s=this._actions.slice(this._index);return this._offset=t,this._index=n,[r].concat(s)}}else return[]}}class dn{constructor(){R(this,"cursor",0)}reset(){return this.cursor=0,this}moveCursor(t){this.cursor+=t}moveCursorTo(t){this.cursor=t}}function Kl(e,t,n){const{dataStream:r}=e,s=n,i=n+t,o=Pl(e,t,n),a=kl(e,t,n),l=Fl(e,t,n),u=xl(e,t,n),c=Bl(e,t,n),h=A_(e,t,n),d=T_(e,t,n);let g="";return r&&(e.dataStream=Do(r,s,i),g=r.slice(s,i)),{dataStream:g,textRuns:o,paragraphs:a,sectionBreaks:l,customBlocks:u,tables:c,customRanges:h,customDecorations:d}}function Xl(e,t,n,r){e.dataStream=Mo(e.dataStream,r,t.dataStream),Al(e,t,n,r),Tl(e,t,n,r),yl(e,t,n,r),Nl(e,t,n,r),Ml(e,t,n,r),w_(e,t,n,r),b_(e,t,n,r)}function z_(e,t,n,r,s=Pe.COVER){return M_(e,t,n,r,s)}function G_(e,t,n){return t<=0?{dataStream:""}:Kl(e,t,n)}function V_(e,t,n,r){n!==0&&Xl(e,t,n,r)}function K_(e,t){const n=new dn;return n.reset(),t.forEach(r=>{const s=re.deepClone(r);switch(s.t){case ue.RETAIN:{const{coverType:i,body:o,len:a}=s;o!=null&&z_(e,o,a,n.cursor,i),n.moveCursor(a);break}case ue.INSERT:{const{body:i,len:o}=s;V_(e,i,o,n.cursor),n.moveCursor(o);break}case ue.DELETE:{const{len:i}=s;G_(e,i,n.cursor);break}default:throw new Error(`Unknown action type for action: ${s}.`)}}),e}function X_(e,t,n,r,s){if(e==null||t==null)return t;if(e.length===0||t.length===0)return[];t=re.deepClone(t),e=re.deepClone(e);const i=[],o=t.length,a=e.length;let l=0,u=0,c=null;function h(){return c?(i.push(c),c=null,!0):!1}for(;l<o&&u<a;){const{st:I,ed:b,ts:M}=t[l],{st:V,ed:Y,ts:ie,sId:N}=e[u];let T={};if(s===0)T={...M},n===Pe.COVER&&r===Pe.REPLACE&&ie&&(T=Object.assign({},ie,T));else if(T={...M},n===Pe.REPLACE){if(r===Pe.REPLACE)T={...ie};else if(M&&ie){const j=Object.keys(M);for(const Q of j)ie[Q]&&delete T[Q]}}else if(r===Pe.REPLACE){if(ie){const j=Object.keys(ie);for(const Q of j)ie[Q]!==void 0&&(T[Q]=ie[Q])}}else if(ie){const j=Object.keys(ie);for(const Q of j)T[Q]!==void 0&&delete T[Q]}if(b<V)h()||i.push(t[l]),l++;else if(Y<I)h()||i.push(e[u]),u++;else{const j={st:Math.min(I,V),ed:Math.max(I,V),ts:I<V?{...M}:{...ie}};j.ed>j.st&&i.push(),i.push({st:Math.max(I,V),ed:Math.min(b,Y),ts:T,sId:N}),b<Y?(l++,e[u].st=b,e[u].st===e[u].ed&&u++):(u++,t[l].st=Y,t[l].st===t[l].ed&&l++);const Q={st:Math.min(b,Y),ed:Math.max(b,Y),ts:b<Y?{...ie}:{...M},sId:b<Y?N:void 0};c=Q.ed>Q.st?Q:null}}h();const d=i[i.length-1],g=t[o-1],E=e[a-1];return d.ed!==Math.max(g.ed,E.ed)&&(g.ed>E.ed?i.push(g):i.push(E)),rr(i,!0)}function q_(e,t,n,r,s){if(e==null||t==null)return t;if(e.length===0||t.length===0)return[];if(e.length>1||t.length>1)throw new Error("CustomRanges is only supported transform for length one now.");const i=e[0],o=t[0];if(n===Pe.REPLACE)return s===1?[re.deepClone(i)]:[re.deepClone(o)];if(r===Pe.REPLACE){const a=re.deepClone(o);return s===1&&Object.assign(a,re.deepClone(i)),[a]}else{const a=re.deepClone(o);return s===1&&Object.assign(a,re.deepClone(i)),[a]}}function ql(e,t,n,r,s){const i={startIndex:t.startIndex};if(t.paragraphStyle&&(i.paragraphStyle=re.deepClone(t.paragraphStyle),e.paragraphStyle)){if(n===Pe.REPLACE)if(r===Pe.REPLACE)s===1&&(i.paragraphStyle={...e.paragraphStyle});else if(s===1){const o=Object.keys(e.paragraphStyle);for(const a of o)e.paragraphStyle[a]!==void 0&&(i.paragraphStyle[a]=e.paragraphStyle[a])}else{const o=Object.keys(e.paragraphStyle);for(const a of o)i.paragraphStyle[a]===void 0&&(i.paragraphStyle[a]=e.paragraphStyle[a])}else if(r===Pe.REPLACE)if(s===1){const o=Object.keys(e.paragraphStyle);for(const a of o)e.paragraphStyle[a]!==void 0&&(i.paragraphStyle[a]=e.paragraphStyle[a])}else{const o=Object.keys(e.paragraphStyle);for(const a of o)i.paragraphStyle[a]===void 0&&(i.paragraphStyle[a]=e.paragraphStyle[a])}else if(s===1){const o=Object.keys(e.paragraphStyle);for(const a of o)i.paragraphStyle[a]&&delete i.paragraphStyle[a]}}return n===Pe.REPLACE&&r===Pe.REPLACE?i.bullet=s===1?re.deepClone(e.bullet):re.deepClone(t.bullet):e.bullet===void 0?i.bullet=re.deepClone(t.bullet):n===Pe.REPLACE||r===Pe.REPLACE?i.bullet=s===0&&t.bullet?re.deepClone(t.bullet):re.deepClone(e.bullet):s===0&&t.bullet!==void 0&&(i.bullet=re.deepClone(t.bullet)),i}function J_(e,t){if(e==null||t==null)return t;if(e.length===0||t.length===0)return re.deepClone(t);const n=[];for(const r of t){const{id:s,type:i}=r;let o=!1;for(const a of e)if(a.id===s){(a.type===an.DELETED||i===an.DELETED)&&(o=!0,n.push({...r,type:an.DELETED}));break}o||n.push(r)}return n}function Z_(e,t,n=!1){const{body:r,coverType:s=Pe.COVER}=e,{body:i,coverType:o=Pe.COVER}=t;if(r==null||r.dataStream!==""||i==null||i.dataStream!=="")throw new Error("Data stream is not supported in retain transform.");const a={dataStream:""},l=o,{textRuns:u,paragraphs:c=[],customRanges:h,customDecorations:d}=r,{textRuns:g,paragraphs:E=[],customRanges:I,customDecorations:b}=i,M=X_(u,g,s,o,n?1:0);M&&(a.textRuns=M);const V=q_(h,I,s,o,n?1:0);V&&(a.customRanges=V);const Y=J_(d,b);Y&&(a.customDecorations=Y);const ie=[];let N=0,T=0;for(;N<c.length&&T<E.length;){const j=c[N],Q=E[T],{startIndex:ge}=j,{startIndex:ce}=Q;if(ge===ce){let p={startIndex:ge};n?p=ql(j,Q,s,o,1):p=ql(j,Q,s,o,0),ie.push(p),N++,T++}else ge<ce?N++:(ie.push(re.deepClone(Q)),T++)}return T<E.length&&ie.push(...E.slice(T)),ie.length&&(a.paragraphs=ie),{coverType:l,body:a}}function Jl(e){return Object.keys(e).length===1}const Un=class Un{constructor(){R(this,"_actions",[])}static apply(t,n){return K_(t,n)}static compose(t,n){const r=new yn(t),s=new yn(n),i=new Un;for(;r.hasNext()||s.hasNext();)if(s.peekType()===ue.INSERT)i.push(s.next());else if(r.peekType()===ue.DELETE)i.push(r.next());else{const o=Math.min(r.peekLength(),s.peekLength()),a=r.next(o),l=s.next(o);if(a.t===ue.INSERT&&l.t===ue.RETAIN)l.body==null?i.push(a):i.push({...a,body:li(a.body,l.body,l.coverType)});else if(a.t===ue.RETAIN&&l.t===ue.RETAIN)if(a.body==null&&l.body==null)i.push(a.len!==Number.POSITIVE_INFINITY?a:l);else if(a.body&&l.body){const u=a.coverType===Pe.REPLACE||l.coverType===Pe.REPLACE?Pe.REPLACE:Pe.COVER;i.push({...a,t:ue.RETAIN,coverType:u,body:li(a.body,l.body,l.coverType)})}else i.push(a.body?a:l);else a.t===ue.RETAIN&&l.t===ue.DELETE?i.push(l):a.t===ue.INSERT&&(l.t,ue.DELETE)}return i.trimEndUselessRetainAction(),i.serialize()}static transform(t,n,r="right"){return this._transform(n,t,r==="left"?"right":"left")}static _transform(t,n,r="right"){const s=new yn(t),i=new yn(n),o=new Un;for(;s.hasNext()||i.hasNext();)if(s.peekType()===ue.INSERT&&(r==="left"||i.peekType()!==ue.INSERT)){const a=s.next();o.retain(a.len)}else if(i.peekType()===ue.INSERT)o.push(i.next());else{const a=Math.min(s.peekLength(),i.peekLength()),l=s.next(a),u=i.next(a);if(l.t===ue.DELETE)continue;if(u.t===ue.DELETE){o.push(u);continue}if(l.body==null||u.body==null)o.push(u);else{const{coverType:c,body:h}=Z_(l,u,r==="left");o.push({...u,t:ue.RETAIN,coverType:c,body:h})}}return o.trimEndUselessRetainAction(),o.serialize()}static transformPosition(t,n,r=!1){const s=new yn(t);let i=0;for(;s.hasNext()&&i<=n;){const o=s.peekLength(),a=s.peekType();if(s.next(),a===ue.DELETE){n-=Math.min(o,n-i);continue}else a===ue.INSERT&&(i<n||!r)&&(n+=o);i+=o}return n}static isNoop(t){return t.length===0}static invert(t){const n=[];for(const r of t)if(r.t===ue.INSERT)n.push({t:ue.DELETE,len:r.len,body:r.body});else if(r.t===ue.DELETE){if(r.body==null)throw new Error("Can not invert DELETE action without body property, makeInvertible must be called first.");n.push({t:ue.INSERT,body:r.body,len:r.len})}else if(r.body!=null){if(r.oldBody==null)throw new Error("Can not invert RETAIN action without oldBody property, makeInvertible must be called first.");n.push({t:ue.RETAIN,body:r.oldBody,oldBody:r.body,len:r.len,coverType:Pe.REPLACE})}else n.push(r);return n}static makeInvertible(t,n){const r=[];let s=0;for(const i of t){if(i.t===ue.DELETE&&(i.body==null||i.body&&i.body.dataStream.length!==i.len)){const o=Nt(n,s,s+i.len,!1);i.len=o.dataStream.length,i.body=o}if(i.t===ue.RETAIN&&i.body!=null){const o=Nt(n,s,s+i.len,!0);i.oldBody={...o,dataStream:""},i.len=o.dataStream.length}r.push(i),i.t!==ue.INSERT&&(s+=i.len)}return r}insert(t,n){const r={t:ue.INSERT,body:n,len:t};return this.push(r),this}retain(t,n,r){const s={t:ue.RETAIN,len:t};return n!=null&&(s.body=n),r!=null&&(s.coverType=r),this.push(s),this}delete(t){const n={t:ue.DELETE,len:t};return this.push(n),this}empty(){return this._actions=[],this}serialize(){return this._actions}push(...t){if(t.length>1){for(const i of t)this.push(i);return this}let n=this._actions.length,r=this._actions[n-1];const s=re.deepClone(t[0]);if(s.t===ue.RETAIN&&s.len===0&&s.body==null)return this;if(typeof r=="object"){if(r.t===ue.DELETE&&s.t===ue.DELETE)return r.len+=s.len,this;if(r.t===ue.DELETE&&s.t===ue.INSERT&&(n-=1,r=this._actions[n-1],r==null))return this._actions.unshift(s),this;if(r.t===ue.RETAIN&&s.t===ue.RETAIN&&r.body==null&&s.body==null)return r.len+=s.len,this;if(r.t===ue.INSERT&&Jl(r.body)&&s.t===ue.INSERT&&Jl(s.body))return r.len+=s.len,r.body.dataStream+=s.body.dataStream,this}return n===this._actions.length?this._actions.push(s):this._actions.splice(n,0,s),this}trimEndUselessRetainAction(){let t=this._actions[this._actions.length-1];for(;t&&t.t===ue.RETAIN&&Y_(t);)this._actions.pop(),t=this._actions[this._actions.length-1];return this}};R(Un,"id","text-x"),R(Un,"uri","https://github.com/dream-num/univer#text-x");let Ye=Un;Object.defineProperty(Ye,"name",{value:"text-x"});const Pn=class Pn{static registerSubtype(t){var n;t==null||this._subTypes.has(t.name)&&((n=this._subTypes.get(t.name))==null?void 0:n.id)!==Ye.id||(this._subTypes.set(t.name,t),_t.type.registerSubtype(t))}static apply(t,n){if(!_t.type.isNoop(n))return _t.type.apply(t,n)}static compose(t,n){return _t.type.compose(t,n)}static transform(t,n,r){return _t.type.transform(t,n,r)}static transformPosition(t,n,r="right"){return t&&t.length===2&&t[0]==="body"&&t[1].et===Ye.name?Ye.transformPosition(t[1].e,n,r==="left"):n}static invertWithDoc(t,n){return _t.type.invertWithDoc(t,n)}static isNoop(t){return _t.type.isNoop(t)}static getInstance(){return this._instance==null&&(this._instance=new Pn),this._instance}removeOp(t,n){return _t.removeOp(t,n)}moveOp(t,n){return _t.moveOp(t,n)}insertOp(t,n){return _t.insertOp(t,n)}replaceOp(t,n,r){return _t.replaceOp(t,n,r)}editOp(t,n=["body"]){return _t.editOp(n,Ye.name,t)}};R(Pn,"uri","https://github.com/dream-num/univer#json-x"),R(Pn,"_subTypes",new Map),R(Pn,"_instance",null);let Wt=Pn;Wt.registerSubtype(Ye);const ui={id:"default_doc",documentStyle:{}};class Q_ extends Zr{constructor(n){var r;super();R(this,"type",$e.UNIVER_DOC);R(this,"_name$",new Ce.BehaviorSubject(""));R(this,"name$",this._name$.asObservable());R(this,"snapshot");this.snapshot={...ui,...n},this._name$.next((r=this.snapshot.title)!=null?r:"No Title")}getUnitId(){throw new Error("Method not implemented.")}getRev(){var n;return(n=this.snapshot.rev)!=null?n:1}incrementRev(){this.snapshot.rev=this.getRev()+1}setRev(n){this.snapshot.rev=n}setName(n){this.snapshot.title=n,this._name$.next(n)}get drawings(){return this.snapshot.drawings}get documentStyle(){return this.snapshot.documentStyle}get lists(){return this.snapshot.lists}get zoomRatio(){var n;return((n=this.snapshot.settings)==null?void 0:n.zoomRatio)||1}resetDrawing(n,r){this.snapshot.drawings=n,this.snapshot.drawingsOrder=r}getBody(){return this.snapshot.body}getSnapshot(){return this.snapshot}getBulletPresetList(){var s;const n=(s=this.snapshot.lists)!=null?s:{};return{...sr,...n}}updateDocumentId(n){this.snapshot.id=n}updateDocumentRenderConfig(n){const{documentStyle:r}=this.snapshot;r.renderConfig==null?r.renderConfig=n:r.renderConfig={...r.renderConfig,...n}}getDocumentStyle(){return this.snapshot.documentStyle}updateDocumentStyle(n){this.snapshot.documentStyle==null?this.snapshot.documentStyle=n:this.snapshot.documentStyle={...this.snapshot.documentStyle,...n}}updateDocumentDataMargin(n){const{t:r,l:s,b:i,r:o}=n,{documentStyle:a}=this.snapshot;r!=null&&(a.marginTop=r),s!=null&&(a.marginLeft=s),i!=null&&(a.marginBottom=i),o!=null&&(a.marginRight=o)}updateDocumentDataPageSize(n,r){const{documentStyle:s}=this.snapshot;if(!s.pageSize){n=n!=null?n:Number.POSITIVE_INFINITY,r=r!=null?r:Number.POSITIVE_INFINITY,s.pageSize={width:n,height:r};return}n!==void 0&&(s.pageSize.width=n),r!==void 0&&(s.pageSize.height=r)}updateDrawing(n,r){const{drawings:s}=this,{width:i,height:o,left:a,top:l}=r,u=s==null?void 0:s[n];if(!u)return;const c=u.docTransform;c.size.width=i,c.size.height=o,c.positionH.posOffset=a,c.positionV.posOffset=l}setZoomRatio(n=1){this.snapshot.settings==null?this.snapshot.settings={zoomRatio:n}:this.snapshot.settings.zoomRatio=1}setDisabled(n){this.snapshot.disabled=n}getDisabled(){return this.snapshot.disabled}getTitle(){return this.snapshot.title}}class Mt extends Q_{constructor(n){var s,i;super(re.isEmptyObject(n)?p_():n);R(this,"_unitId");R(this,"headerModelMap",new Map);R(this,"footerModelMap",new Map);R(this,"change$",new Ce.BehaviorSubject(0));const r=6;this._unitId=(s=this.snapshot.id)!=null?s:re.generateRandomId(r),this._initializeHeaderFooterModel(),this._name$.next((i=this.snapshot.title)!=null?i:"")}dispose(){super.dispose(),this.headerModelMap.forEach(n=>{n.dispose()}),this.footerModelMap.forEach(n=>{n.dispose()}),this._name$.complete()}getDrawings(){return this.snapshot.drawings}getDrawingsOrder(){return this.snapshot.drawingsOrder}getCustomRanges(){var n;return(n=this.snapshot.body)==null?void 0:n.customRanges}getCustomDecorations(){var n;return(n=this.snapshot.body)==null?void 0:n.customDecorations}getSettings(){return this.snapshot.settings}reset(n){if(n.id&&n.id!==this._unitId)throw new Error("Cannot reset a document model with a different unit id!");this.snapshot={...ui,...n},this._initializeHeaderFooterModel(),this.change$.next(this.change$.value+1)}getSelfOrHeaderFooterModel(n){if(n!=null){if(this.headerModelMap.has(n))return this.headerModelMap.get(n);if(this.footerModelMap.has(n))return this.footerModelMap.get(n)}return this}getUnitId(){return this._unitId}apply(n){if(!Wt.isNoop(n))return this.snapshot=Wt.apply(this.snapshot,n),n!=null&&n.some(r=>Array.isArray(r)&&((r==null?void 0:r[0])==="headers"||(r==null?void 0:r[0])==="footers"))&&(this.headerModelMap.clear(),this.footerModelMap.clear(),this._initializeHeaderFooterModel()),this.change$.next(this.change$.value+1),this.snapshot}sliceBody(n,r,s=ai.copy){const i=this.getBody();if(i!=null)return Nt(i,n,r,!1,s)}_initializeHeaderFooterModel(){const{headers:n,footers:r}=this.getSnapshot();if(n)for(const s in n){const i=n[s];this.headerModelMap.set(s,new Mt(i)),this.headerModelMap.get(s).updateDocumentId(this.getUnitId())}if(r)for(const s in r){const i=r[s];this.footerModelMap.set(s,new Mt(i)),this.footerModelMap.get(s).updateDocumentId(this.getUnitId())}}updateDocumentId(n){super.updateDocumentId(n),this._unitId=n}getPlainText(){var n,r;return Gr((r=(n=this.getBody())==null?void 0:n.dataStream)!=null?r:"")}}function ep(e){const{ranges:t,id:n,type:r}=e,s=new Ye;let i=0;for(let o=0;o<t.length;o++){const a=t[o],{startOffset:l,endOffset:u}=a;l>0&&s.push({t:ue.RETAIN,len:l-i}),s.push({t:ue.RETAIN,body:{dataStream:"",customDecorations:[{id:n,type:r,startIndex:0,endIndex:u-l-1}]},len:u-l}),i=u}return s}function tp(e){var c,h,d;const{id:t,segmentId:n,documentDataModel:r}=e,s=r==null?void 0:r.getBody();if(!r||!s)return!1;const i=(d=(h=(c=r.getSelfOrHeaderFooterModel(n))==null?void 0:c.getBody())==null?void 0:h.customDecorations)==null?void 0:d.find(g=>g.id===t);if(!i)return!1;const o=new Ye,{startIndex:a,endIndex:l}=i,u=l-a+1;return o.push({t:ue.RETAIN,len:a}),o.push({t:ue.RETAIN,len:u,body:{dataStream:"",customDecorations:[{startIndex:0,endIndex:u-1,id:t,type:an.DELETED}]}}),o}function Zl(e,t,n,r){return e<=n&&t>=n||e>=n&&e<=r}function np(e,t){const n=[];for(let r=0,s=t.length;r<s;r++){const i=t[r];e.collapsed?i.startIndex<e.startOffset&&e.startOffset<=i.endIndex&&n.push(i):Zl(e.startOffset,e.endOffset-1,i.startIndex,i.endIndex)&&n.push(i)}return n}function rp(e){return{...re.deepClone(e),rangeId:Bt()}}function sp(e,t){const n=[];let r=e[0];for(const s of t)s<e[0]||s>e[1]||(r<s&&n.push([r,s-1]),r=s+1);return r<=e[1]&&n.push([r,e[1]]),n}function Ql(e,t,n,r){const s=[];for(let i=0,o=n.length;i<o;i++){const a=n[i];if((r===void 0||a.rangeType===r)&&Math.max(a.startIndex,e)<=Math.min(a.endIndex,t)&&s.push({...a}),a.startIndex>t)break}return s}function ip(e,t){var i,o,a,l,u;const n=Ql(e.startOffset,e.collapsed?e.startOffset:e.endOffset-1,(i=t.customRanges)!=null?i:[]),r=Math.min(e.startOffset,(a=(o=n[0])==null?void 0:o.startIndex)!=null?a:1/0),s=Math.max(e.endOffset,((u=(l=n[n.length-1])==null?void 0:l.endIndex)!=null?u:-1/0)+1);return{startOffset:r,endOffset:s,collapsed:r===s}}function op(e){var h,d,g;const{rangeId:t,segmentId:n,documentDataModel:r,insert:s}=e,i=(d=(h=r.getSelfOrHeaderFooterModel(n).getBody())==null?void 0:h.customRanges)==null?void 0:d.find(E=>E.rangeId===t);if(!i)return!1;const{startIndex:o,endIndex:a}=i,l=new Ye,u=a-o+1;l.push({t:ue.RETAIN,len:o}),l.push({t:ue.RETAIN,len:u,body:{dataStream:"",customRanges:[]}}),s&&l.push({t:ue.INSERT,body:s,len:s.dataStream.length});const c=a+1+((g=s==null?void 0:s.dataStream.length)!=null?g:0);return l.selections=[{startOffset:c,endOffset:c,collapsed:!0}],l}function ap(e){const{ranges:t,rangeId:n,rangeType:r,wholeEntity:s,properties:i,body:o}=e;let a=0;const l=new Ye;let u=!1;return t.forEach(c=>{var Y,ie,N;const h=ip(c,o);if(!h||!o)return!1;const{startOffset:d,endOffset:g}=h,E=(Y=o.customRanges)!=null?Y:[],I=(T,j,Q)=>{var O,L,A,w;const ge=Ql(T,j,E,r),ce=Math.min((L=(O=ge[0])==null?void 0:O.startIndex)!=null?L:1/0,T),p=Math.max((w=(A=ge[ge.length-1])==null?void 0:A.endIndex)!=null?w:-1/0,j),W={rangeId:Q?`${n}$${Q}`:n,rangeType:r,startIndex:0,endIndex:p-ce,wholeEntity:s,properties:{...i}};l.push({t:ue.RETAIN,len:ce-a}),l.push({t:ue.RETAIN,len:p-ce+1,body:{dataStream:"",customRanges:[W]},coverType:Pe.COVER}),a=p+1},b=((ie=o.paragraphs)!=null?ie:[]).filter(T=>T.startIndex<g&&T.startIndex>d),M=((N=o.customBlocks)!=null?N:[]).filter(T=>T.startIndex<g&&T.startIndex>d);sp([d,g-1],[...b.map(T=>T.startIndex),...M.map(T=>T.startIndex)]).forEach(([T,j],Q)=>I(T,j,Q)),u=!0,l.selections=[{startOffset:h.endOffset,endOffset:h.endOffset,collapsed:!0}]}),u?l:!1}function eu(e,t,n=0,r=null,s=!0){e.sort((u,c)=>u.startOffset-c.startOffset);const i=[],{paragraphs:o=[]}=t,a=o==null?void 0:o.find(u=>u.startIndex>=e[0].startOffset&&u.startIndex<e[0].endOffset);let l=n;if(e.forEach(u=>{const{startOffset:c,endOffset:h}=u;c>l&&(i.push({t:ue.RETAIN,len:c-l}),l=c),l<h&&(i.push({t:ue.DELETE,len:h-l}),l=h)}),r&&i.push({t:ue.INSERT,body:r,len:r.dataStream.length}),a&&s){const u=o.find(c=>c.startIndex-n>=e[e.length-1].endOffset-1);u&&(u.startIndex>l&&(i.push({t:ue.RETAIN,len:u.startIndex-l}),l=u.startIndex),i.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{...u,startIndex:0,bullet:a==null?void 0:a.bullet}]},coverType:Pe.REPLACE}))}return i}function lp(e,t,n=0){const r=[];let s=n;return e.forEach(i=>{const{startOffset:o,endOffset:a}=i;o>s&&(r.push({t:ue.RETAIN,len:o-s}),s=o),a>s&&(r.push({t:ue.RETAIN,len:a-s,body:{...re.deepClone(t),dataStream:""}}),s=a)}),r}const up=e=>{var h;const{selection:t,body:n,doc:r}=e,s=t.segmentId,i=(h=r.getSelfOrHeaderFooterModel(s))==null?void 0:h.getBody();if(!i)return!1;const o=t.collapsed?null:Nt(i,t.startOffset,t.endOffset),a=Xs(o?o.dataStream:"",n.dataStream);let l=0;const u=a.map(([d,g])=>{switch(d){case 0:{const E={t:ue.RETAIN,body:{...Nt(n,l,l+g.length,!1),dataStream:""},len:g.length};return l+=g.length,E}case 1:{const E={t:ue.INSERT,body:Nt(n,l,l+g.length),len:g.length};return l+=g.length,E}default:return{t:ue.DELETE,len:g.length}}}),c=new Ye;return c.push({t:ue.RETAIN,len:t.startOffset}),c.push(...u),c};function cp(e,t){return!!((e==null?void 0:e.length)===(t==null?void 0:t.length)&&(e!=null&&e.every((n,r)=>JSON.stringify(n)===JSON.stringify(t==null?void 0:t[r]))))}const hp=e=>{var h;const{selection:t,body:n,doc:r}=e,s=t.segmentId,i=(h=r.getSelfOrHeaderFooterModel(s))==null?void 0:h.getBody();if(!i)return!1;const o=t.collapsed?null:Nt(i,t.startOffset,t.endOffset),a=Xs(o?o.dataStream:"",n.dataStream);let l=0;const u=a.map(([d,g])=>{switch(d){case 0:{const E=ss(n,l,l+g.length,!1),I=ss(o,l,l+g.length,!1),b={t:ue.RETAIN,body:cp(E,I)?void 0:{textRuns:E,dataStream:""},len:g.length};return l+=g.length,b}case 1:{const E={t:ue.INSERT,body:Nt(n,l,l+g.length),len:g.length};return l+=g.length,E}default:return{t:ue.DELETE,len:g.length}}});if(u.every(d=>d.t===ue.RETAIN&&!d.body))return!1;const c=new Ye;return c.push({t:ue.RETAIN,len:t.startOffset}),c.push(...u),c};function dp(e,t){const n=[],{customBlocks:r=[]}=e;for(const s of t){const{startOffset:i,endOffset:o}=s;if(!(i==null||o==null))for(const a of r){const{startIndex:l}=a;l>=i&&l<o&&n.push(a.blockId)}}return n}function fp(e,t=""){if(!t)return["body"];const{headers:n,footers:r}=e.getSnapshot();if(n==null&&r==null)throw new Error("Document data model must have headers or footers when update by segment id");if((n==null?void 0:n[t])!=null)return["headers",t,"body"];if((r==null?void 0:r[t])!=null)return["footers",t,"body"];throw new Error("Segment id not found in headers or footers")}const gp=e=>{var I,b,M,V;const{selection:t,documentDataModel:n,drawings:r}=e,{collapsed:s,startOffset:i,segmentId:o}=t,a=new Ye,l=Wt.getInstance(),u=[],c=n.getSelfOrHeaderFooterModel(o).getBody();if(!c)return!1;const h=(b=(I=n.getSnapshot().drawingsOrder)==null?void 0:I.length)!=null?b:0;let d=0;if(s)i>0&&a.push({t:ue.RETAIN,len:i});else{const Y=eu([t],c,0,null,!1);a.push(...Y);const ie=dp(c,[t]),N=(M=n.getDrawings())!=null?M:{},T=(V=n.getDrawingsOrder())!=null?V:[],j=ie.sort((Q,ge)=>T.indexOf(Q)>T.indexOf(ge)?-1:T.indexOf(Q)<T.indexOf(ge)?1:0);if(j.length>0)for(const Q of j){const ge=N[Q],ce=T.indexOf(Q);if(ge==null||ce<0)continue;const p=l.removeOp(["drawings",Q],ge),W=l.removeOp(["drawingsOrder",ce],Q);u.push(p),u.push(W),d++}}a.push({t:ue.INSERT,body:{dataStream:"\b".repeat(r.length),customBlocks:r.map((Y,ie)=>({startIndex:ie,blockId:Y.drawingId}))},len:r.length});const g=fp(n,o),E=l.editOp(a.serialize(),g);u.push(E);for(const Y of r){const{drawingId:ie}=Y,N=l.insertOp(["drawings",ie],Y),T=l.insertOp(["drawingsOrder",h-d],ie);u.push(N),u.push(T)}return u.reduce((Y,ie)=>Wt.compose(Y,ie),null)};function mp(e,t){if(typeof t>"u")return{startOffset:e,endOffset:e,collapsed:!0};if(t<e)throw new Error(`Cannot make a doc selection when endOffset ${t} is less than startOffset ${e}.`);return{startOffset:e,endOffset:t,collapsed:e===t}}function _p(e){const{startOffset:t,endOffset:n,collapsed:r}=e,s=Math.min(t,n),i=Math.max(t,n);return{startOffset:s,endOffset:i,collapsed:r}}function pp(e,t,n,r){return Math.max(e,n)<=Math.min(t,r)}function ci(e,t,n,r){const{startOffset:s,endOffset:i}=e,o=r!=null?r:di(t,n),a=[];let l=-1;for(let u=0;u<o.length;u++){const c=o[u],{startIndex:h}=c;(s>l&&s<=h||i>l&&i<=h||h>=s&&h<=i)&&a.push(c),l=h}return a}function hi(e,t,n){const r=[],s=di(t,n);for(const i of e){const o=ci(i,t,n,s);r.push(...o)}return r}const Ep=[mt.PARAGRAPH,mt.TABLE_START,mt.TABLE_END,mt.TABLE_ROW_START,mt.TABLE_CELL_START,mt.TABLE_CELL_END];function di(e,t){const n=[];for(let r=0;r<e.length;r++){const s=e[r],{startIndex:i}=s;let o=i-1;for(;!Ep.includes(t[o])&&o>=0;)o--;n.push({...s,paragraphStart:o+1,paragraphEnd:s.startIndex})}return n}const Cp=e=>{var h,d,g;const{paragraphs:t,segmentId:n,document:r}=e;let s=e.listType;const i=(d=(h=r.getSelfOrHeaderFooterModel(n).getBody())==null?void 0:h.paragraphs)!=null?d:[],o=t.every(E=>{var I;return((I=E.bullet)==null?void 0:I.listType.indexOf(s))===0});let l=re.generateRandomId(6);if(t.length===1){const E=i.indexOf(t[0]),I=i[E-1],b=i[E+1];I&&I.bullet&&I.bullet.listType.indexOf(s)===0?(l=I.bullet.listId,s!==Pt.CHECK_LIST&&(s=I.bullet.listType)):b&&b.bullet&&b.bullet.listType.indexOf(s)===0&&(l=b.bullet.listId,s!==Pt.CHECK_LIST&&(s=b.bullet.listType))}const u=new dn;u.reset();const c=new Ye;for(const E of t){const{startIndex:I,paragraphStyle:b={},bullet:M}=E;c.push({t:ue.RETAIN,len:I-u.cursor}),c.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[o?{paragraphStyle:b,startIndex:0}:{startIndex:0,paragraphStyle:{...b},bullet:{nestingLevel:(g=M==null?void 0:M.nestingLevel)!=null?g:0,textStyle:{fs:20},listType:s,listId:l}}]},coverType:Pe.REPLACE}),u.moveCursorTo(I+1)}return c},Rp=e=>{var h;const{paragraphIndex:t,segmentId:n,document:r}=e,s=(h=r.getSelfOrHeaderFooterModel(n).getBody())==null?void 0:h.paragraphs;if(s==null)return!1;const i=s.find(d=>d.startIndex===t);if(!(i!=null&&i.bullet)||i.bullet.listType.indexOf(Pt.CHECK_LIST)===-1)return!1;const o=new dn;o.reset();const a=new Ye,{startIndex:l,paragraphStyle:u={}}=i,c=i.bullet.listType===Pt.CHECK_LIST?Pt.CHECK_LIST_CHECKED:Pt.CHECK_LIST;return a.push({t:ue.RETAIN,len:l-o.cursor}),a.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{...i,paragraphStyle:u,startIndex:0,bullet:{...i.bullet,listType:c}}]},coverType:Pe.REPLACE}),o.moveCursorTo(l+1),a},Ip=e=>{var c,h;const{paragraphs:t,listType:n,segmentId:r,document:s}=e;if(((c=s.getSelfOrHeaderFooterModel(r).getBody())==null?void 0:c.paragraphs)==null)return!1;const a=re.generateRandomId(6),l=new dn;l.reset();const u=new Ye;for(const d of t){const{startIndex:g,paragraphStyle:E={},bullet:I}=d;u.push({t:ue.RETAIN,len:g-l.cursor}),u.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{startIndex:0,paragraphStyle:E,bullet:{nestingLevel:(h=I==null?void 0:I.nestingLevel)!=null?h:0,textStyle:(I==null?void 0:I.listType)===n?I.textStyle:{fs:20},listType:n,listId:a}}]},coverType:Pe.REPLACE}),l.moveCursorTo(g+1)}return u};function Sp(e,t){return t.some(n=>e.startIndex>n.startIndex&&e.startIndex<n.endIndex)}const vp=e=>{var u,c,h;const{paragraphs:t,document:n,type:r}=e,s=new dn;s.reset();const i=new Ye,o=(u=n.getSnapshot().lists)!=null?u:{},a=(h=(c=n.getBody())==null?void 0:c.tables)!=null?h:[],l={...sr,...o};for(const d of t){const{startIndex:g,paragraphStyle:E={},bullet:I}=d,b=Sp(d,a);if(i.push({t:ue.RETAIN,len:g-s.cursor}),I){const M=I.listType;let V=l[M].nestingLevel.length-1;b&&(V=Math.min(V,2)),i.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{startIndex:0,paragraphStyle:{...E},bullet:{...I,nestingLevel:Math.max(Math.min(I.nestingLevel+r,V),0)}}]},coverType:Pe.REPLACE})}else i.push({t:ue.RETAIN,len:1});s.moveCursorTo(g+1)}return i},Op=e=>{var b,M,V,Y;const{textRanges:t,segmentId:n,document:r,style:s,paragraphTextRun:i,cursor:o,deleteLen:a,textX:l}=e,u=r.getSelfOrHeaderFooterModel(n),c=(M=(b=u.getBody())==null?void 0:b.paragraphs)!=null?M:[],h=(Y=(V=u.getBody())==null?void 0:V.dataStream)!=null?Y:"",d=hi(t,c,h),g=new dn;o&&g.moveCursorTo(o);const E=l!=null?l:new Ye;d.sort((ie,N)=>ie.startIndex-N.startIndex);const I=Math.max(0,d[0].paragraphStart-1);I>g.cursor&&(E.push({t:ue.RETAIN,len:I-g.cursor}),g.moveCursorTo(I)),a&&E.push({t:ue.DELETE,len:a});for(const ie of d){const{startIndex:N,paragraphStyle:T={}}=ie,j=N-g.cursor;E.push({t:ue.RETAIN,len:j,...i?{body:{dataStream:"",textRuns:[{ts:i,st:0,ed:j}]},coverType:Pe.REPLACE}:null}),E.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{startIndex:0,paragraphStyle:{...T,...s}}]},coverType:Pe.REPLACE}),g.moveCursorTo(N+1)}return E};class at{}R(at,"customRange",{add:ap,delete:op,copyCustomRange:rp,getCustomRangesInterestsWithSelection:np,isIntersecting:Zl}),R(at,"customDecoration",{add:ep,delete:tp}),R(at,"selection",{replace:up,makeSelection:mp,normalizeSelection:_p,delete:eu,replaceTextRuns:hp,retain:lp}),R(at,"range",{isIntersects:pp,getParagraphsInRange:ci,getParagraphsInRanges:hi}),R(at,"transform",{getPlainText:Gr,fromPlainText:cf,isEmptyDocument:uf}),R(at,"paragraph",{bullet:{set:Ip,switch:Cp,toggleChecklist:Rp,changeNestLevel:vp},style:{set:Op},util:{transform:di,getParagraphsInRange:ci,getParagraphsInRanges:hi}}),R(at,"drawing",{add:gp});function wp(e){if(e.customRanges||(e.customRanges=[]),!e.paragraphs){e.paragraphs=[];for(let t=0;t<e.dataStream.length;t++)e.dataStream[t]==="\r"&&e.paragraphs.push({startIndex:t})}return e.customBlocks||(e.customBlocks=[]),e.textRuns||(e.textRuns=[]),e.customDecorations||(e.customDecorations=[]),e.sectionBreaks||(e.sectionBreaks=[]),e.tables||(e.tables=[]),e}function tu(e){var t;return e.body=wp((t=e.body)!=null?t:{dataStream:""}),e.drawingsOrder||(e.drawingsOrder=[]),e.drawings||(e.drawings={}),e.documentStyle||(e.documentStyle={}),e}class ir{constructor(t={}){R(this,"_style");this._style=t}static create(t={}){return new ir(t)}get fontFamily(){return this._style.ff}get fontSize(){return this._style.fs}get italic(){return this._style.it===ve.TRUE}get bold(){return this._style.bl===ve.TRUE}get underline(){return this._style.ul&&Zt.create(this._style.ul)}get bottomBorderLine(){return this._style.bbl&&Zt.create(this._style.bbl)}get strikethrough(){return this._style.st&&Zt.create(this._style.st)}get overline(){return this._style.ol&&Zt.create(this._style.ol)}get background(){return this._style.bg}get border(){return this._style.bd}get color(){return this._style.cl}get verticalAlign(){return this._style.va}get numberFormat(){return this._style.n}copy(){return Jt.create(re.deepClone(this._style))}getValue(){return{...this._style}}}class Jt extends ir{static create(t={}){return new Jt(t)}constructor(t={}){super(t)}setFontFamily(t){return this._style.ff=t,this}setFontSize(t){return this._style.fs=t,this}setItalic(t){return this._style.it=t?1:0,this}setBold(t){return this._style.bl=t?1:0,this}setUnderline(t){return this._style.ul=t.build(),this}setBottomBorderLine(t){return this._style.bbl=t.build(),this}setStrikethrough(t){return this._style.st=t.build(),this}setOverline(t){return this._style.ol=t.build(),this}setBackground(t){return this._style.bg=t,this}setBorder(t){return this._style.bd=t,this}setColor(t){return this._style.cl=t,this}setVerticalAlign(t){return this._style.va=t,this}copy(){return Jt.create(re.deepClone(this._style))}build(){return this.getValue()}}class Zt{constructor(t={s:1}){R(this,"_decoration");this._decoration=t}static create(t={s:1}){return new Zt(t)}get show(){return this._decoration.s===ve.TRUE}get followFontColor(){return this._decoration.c===ve.TRUE}get color(){return this._decoration.cl}get type(){return this._decoration.t}setShow(t){return this._decoration.s=t?1:0,this}setFollowFontColor(t){return this._decoration.c=t?1:0,this}setColor(t){return this._decoration.cl=t,this}setLineType(t){return this._decoration.t=t,this}copy(){return Zt.create(re.deepClone(this._decoration))}build(){return{...this._decoration}}}class or{constructor(t={}){R(this,"_style");this._style=t}static create(t={}){return new or(t)}get indentFirstLine(){return this._style.indentFirstLine}get hanging(){return this._style.hanging}get indentStart(){return this._style.indentStart}get tabStops(){return this._style.tabStops}get indentEnd(){return this._style.indentEnd}get textStyle(){return this._style.textStyle}get headingId(){return this._style.headingId}get namedStyleType(){return this._style.namedStyleType}get horizontalAlign(){return this._style.horizontalAlign}get lineSpacing(){return this._style.lineSpacing}get direction(){return this._style.direction}get spacingRule(){return this._style.spacingRule}get snapToGrid(){return this._style.snapToGrid}get spaceAbove(){return this._style.spaceAbove}get spaceBelow(){return this._style.spaceBelow}get borderBetween(){return this._style.borderBetween}get borderTop(){return this._style.borderTop}get borderBottom(){return this._style.borderBottom}get borderLeft(){return this._style.borderLeft}get borderRight(){return this._style.borderRight}get keepLines(){return this._style.keepLines===ve.TRUE}get keepNext(){return this._style.keepNext===ve.TRUE}get wordWrap(){return this._style.wordWrap===ve.TRUE}get widowControl(){return this._style.widowControl===ve.TRUE}get shading(){return this._style.shading}get suppressHyphenation(){return this._style.suppressHyphenation===ve.TRUE}copy(){return ar.create(re.deepClone(this._style))}getValue(){return this._style}}class ar extends or{static create(t={}){return new ar(t)}constructor(t={}){super(t)}setIndentFirstLine(t){return this._style.indentFirstLine=t,this}setHanging(t){return this._style.hanging=t,this}setIndentStart(t){return this._style.indentStart=t,this}setTabStops(t){return this._style.tabStops=t,this}setIndentEnd(t){return this._style.indentEnd=t,this}setTextStyle(t){return this._style.textStyle=t,this}setHeadingId(t){return this._style.headingId=t,this}setNamedStyleType(t){return this._style.namedStyleType=t,this}setHorizontalAlign(t){return this._style.horizontalAlign=t,this}setLineSpacing(t){return this._style.lineSpacing=t,this}setDirection(t){return this._style.direction=t,this}setSpacingRule(t){return this._style.spacingRule=t,this}setSnapToGrid(t){return this._style.snapToGrid=t?1:0,this}setSpaceAbove(t){return this._style.spaceAbove=t,this}setSpaceBelow(t){return this._style.spaceBelow=t,this}setBorderBetween(t){return this._style.borderBetween=t,this}setBorderTop(t){return this._style.borderTop=t,this}setBorderBottom(t){return this._style.borderBottom=t,this}setBorderLeft(t){return this._style.borderLeft=t,this}setBorderRight(t){return this._style.borderRight=t,this}setKeepLines(t){return this._style.keepLines=t?1:0,this}setKeepNext(t){return this._style.keepNext=t?1:0,this}setWordWrap(t){return this._style.wordWrap=t?1:0,this}setWidowControl(t){return this._style.widowControl=t?1:0,this}setShading(t){return this._style.shading=t,this}setSuppressHyphenation(t){return this._style.suppressHyphenation=t?1:0,this}copy(){return ar.create(re.deepClone(this._style))}build(){return this.getValue()}}class Qt{constructor(t){R(this,"_data");if(!t.body)throw new Error("Invalid document data, body is required");this._data=tu(t)}static create(t){return new Qt(t)}static createByBody(t){return new Qt({body:t,id:"d",documentStyle:{}})}copy(){return fn.create(re.deepClone(this._data))}slice(t,n){const{body:r,...s}=this._data;return fn.create({...re.deepClone(s),body:Nt(r,t,n)})}toPlainText(){var t,n;return at.transform.getPlainText((n=(t=this._data.body)==null?void 0:t.dataStream)!=null?n:"").replaceAll("\r",`
|
|
7
|
-
`)}getParagraphStyle(){var t,n;return or.create((n=(t=this._data.body)==null?void 0:t.paragraphs)==null?void 0:n[0].paragraphStyle)}getParagraphBullet(){var t,n;return(n=(t=this._data.body)==null?void 0:t.paragraphs)==null?void 0:n[0].bullet}getParagraphs(){var r,s;const t=(s=(r=this._data.body)==null?void 0:r.paragraphs)!=null?s:[];let n=0;return t.map(i=>{const o=this.slice(n,i.startIndex);return n=i.startIndex,o})}getTextRuns(){var t,n;return((n=(t=this._data.body)==null?void 0:t.textRuns)!=null?n:[]).map(r=>({...r,ts:r.ts?ir.create(r.ts):null}))}getLinks(){var t,n,r;return(r=(n=(t=this._data.body)==null?void 0:t.customRanges)==null?void 0:n.filter(s=>s.rangeType===Kt.HYPERLINK))!=null?r:[]}getData(){return this._data}}class fn extends Qt{constructor(n){super(n);R(this,"_doc");this._doc=new Mt(n)}static newEmptyData(){return
|
|
8
|
-
`,customBlocks:[],customRanges:[],paragraphs:[{startIndex:0}],textRuns:[],tables:[],sectionBreaks:[]}})}static create(n){return new fn(n!=null?n:fn.newEmptyData())}insertText(n,r,s){var c,h;let i=((h=(c=this._data.body)==null?void 0:c.dataStream.length)!=null?h:2)-2,o,a;if(typeof n=="string"?o=n:(i=Math.min(n,i),o=r),typeof r=="object"?a=r instanceof Jt?r.build():r:a=s instanceof Jt?s.build():s,!o)return this;const l={dataStream:o,textRuns:a?[{ts:a,st:i,ed:i+o.length}]:[]},u=at.selection.replace({doc:this._doc,selection:{startOffset:i,endOffset:i,collapsed:!0},body:l});if(!u)throw new Error("Insert text failed, please check.");return Ye.apply(this._doc.getBody(),u.serialize()),this}insertRichText(n,r){var a,l;let s=((l=(a=this._data.body)==null?void 0:a.dataStream.length)!=null?l:2)-2,i;typeof n=="object"?i=n instanceof Qt?n.getData():n:(s=Math.min(n,s),i=r instanceof Qt?r.getData():r);const o=at.selection.replace({doc:this._doc,selection:{startOffset:s,endOffset:s,collapsed:!0},body:i.body});if(!o)throw new Error("Insert text failed, please check.");return Ye.apply(this._doc.getBody(),o.serialize()),this}delete(n,r){if(r!==void 0){if(!r)return this;const s=at.selection.delete([{startOffset:n,endOffset:n+r,collapsed:!0}],this._data.body);Ye.apply(this._doc.getBody(),s)}return this}setStyle(n,r,s){const i={dataStream:"",textRuns:[{ts:s instanceof Jt?s.build():s,st:0,ed:r-n}]},o=at.selection.retain([{startOffset:n,endOffset:r,collapsed:!0}],i);return Ye.apply(this._doc.getBody(),o),this}setLink(n,r,s){const i=at.customRange.add({rangeType:Kt.HYPERLINK,rangeId:Bt(),properties:{url:s},ranges:[{startOffset:n,endOffset:r,collapsed:!1}],body:this._data.body});if(!i)throw new Error("Insert text failed, please check.");return Ye.apply(this._doc.getBody(),i.serialize()),this}cancelLink(n,r){if(typeof n=="string"){const s=at.customRange.delete({rangeId:n,documentDataModel:this._doc});if(!s)throw new Error("Insert text failed, please check.");Ye.apply(this._doc.getBody(),s.serialize())}else this.slice(n,r).getLinks().forEach(i=>{const o=at.customRange.delete({rangeId:i.rangeId,documentDataModel:this._doc});if(!o)throw new Error("Insert text failed, please check.");Ye.apply(this._doc.getBody(),o.serialize())});return this}updateLink(n,r){var i,o;const s=(o=(i=this._data.body)==null?void 0:i.customRanges)==null?void 0:o.find(a=>a.rangeId===n);if(!s)throw new Error("Link not found");return s.properties.url=r,this}insertParagraph(n,r){var o,a;let s,i;return typeof n=="object"?(s={dataStream:"\r",paragraphs:[{startIndex:0,paragraphStyle:n.build()}]},i=((a=(o=this._data.body)==null?void 0:o.dataStream.length)!=null?a:2)-2):(i=n,s={dataStream:"\r",paragraphs:[{startIndex:0,paragraphStyle:r==null?void 0:r.build()}]}),this.insertRichText(i,Qt.create({body:s,id:"d",documentStyle:{}})),this}insertLink(n,r,s){let i="",o="";typeof n=="string"?(i=n,o=r):(i=r,o=s);const a=fn.createByBody({dataStream:i,customRanges:[{rangeType:Kt.HYPERLINK,rangeId:Bt(),properties:{url:o},startIndex:0,endIndex:i.length-1}]});return typeof n=="number"?this.insertRichText(n,a):this.insertRichText(a)}}function bp(e,t=16){let n=0,r=null;return function(...i){const o=Date.now();o-n<t?(r&&clearTimeout(r),r=setTimeout(()=>{n=o,e.apply(this,i)},t)):(n=o,e.apply(this,i))}}var Nn=(e=>(e[e.Style=1]="Style",e[e.Value=2]="Value",e))(Nn||{});function Ap(e){return`sheet_interceptor_${e}`}const nu=e=>function(t,n){let r=-1,s=t;for(let i=0;i<=e.length;i++){if(i<=r)throw new Error("[SheetInterceptorService]: next() called multiple times!");if(r=i,i===e.length)return s;const o=e[i];let a=!1;if(s=o.handler(s,n,l=>(a=!0,l)),!a)break}return s};class Tp{constructor(t){R(this,"_interceptorsByName",new Map);R(this,"_interceptorPoints");this._interceptorPoints=t}fetchThroughInterceptors(t,n){const r=t;let s=this._interceptorsByName.get(r);return n&&(s=s.filter(n)),nu(s||[])}intercept(t,n){const r=t;this._interceptorsByName.has(r)||this._interceptorsByName.set(r,[]);const s=this._interceptorsByName.get(r);return s.push(n),this._interceptorsByName.set(r,s.sort((i,o)=>{var a,l;return((a=o.priority)!=null?a:0)-((l=i.priority)!=null?l:0)})),()=>Fn(this._interceptorsByName.get(r),n)}getInterceptPoints(){return this._interceptorPoints}dispose(){this._interceptorsByName.clear()}}function yp(e){return`sheet_async_interceptor_${e}`}const Np=e=>async function(t,n){let r=-1,s=t;for(let i=0;i<=e.length;i++){if(i<=r)throw new Error("[SheetInterceptorService]: next() called multiple times!");if(r=i,i===e.length)return s;const o=e[i];let a=!1;if(s=await o.handler(s,n,async l=>(a=!0,l)),!a)break}return s};class Mp{constructor(t){R(this,"_asyncInterceptorsByName",new Map);R(this,"_asyncInterceptorPoints");this._asyncInterceptorPoints=t}fetchThroughAsyncInterceptors(t,n){const r=t;let s=this._asyncInterceptorsByName.get(r);return n&&(s=s.filter(n)),Np(s||[])}async interceptAsync(t,n){const r=t;this._asyncInterceptorsByName.has(r)||this._asyncInterceptorsByName.set(r,[]);const s=this._asyncInterceptorsByName.get(r);return s.push(n),this._asyncInterceptorsByName.set(r,s.sort((i,o)=>{var a,l;return((a=o.priority)!=null?a:0)-((l=i.priority)!=null?l:0)})),()=>Fn(this._asyncInterceptorsByName.get(r),n)}getInterceptPoints(){return this._asyncInterceptorPoints}dispose(){this._asyncInterceptorsByName.clear()}}function Dp(e,t){for(const n in t)t.hasOwnProperty(n)&&(e[n]=t[n])}function ru(e){return/^-?\d+(\.\d+)?$/.test(e)}function Lp(e){return ru(e)?Number(e)<=Number.MAX_SAFE_INTEGER:!1}class fi{constructor(){R(this,"_data",[])}static create(){return new fi}add(t){this._data.indexOf(t)>-1||this._data.push(t)}delete(t){const n=this._data.indexOf(t);this._data.splice(n,1)}getData(){return this._data}}class gi{constructor(){R(this,"_data",new Map)}static create(){return new gi}add(t,n){this._data.has(t)||this._data.set(t,n)}delete(t){this._data.delete(t)}getData(){return this._data}}function Up(e){const t=new MessageChannel;let n=!1;const r=()=>{n||e()};return t.port1.onmessage=r,t.port2.postMessage(null),()=>{n=!0,t.port1.onmessage=null,t.port1.close(),t.port2.close()}}function Pp(e,t){return t.forEach(n=>e.add(n)),e}function kp(e,t,n,r){var u;if(t==="")return e;const s={id:"mock-id",body:e,documentStyle:{}},i=new Mt(s),o=t.length;let a;for(;(a=(r?i.getBody().dataStream:i.getBody().dataStream.toLowerCase()).indexOf(t))>=0;){const c=new Ye,h=Wt.getInstance();if(a>0&&c.retain(a),n.length>0){const d=i.sliceBody(a,a+o),g={dataStream:n};if(Array.isArray(d==null?void 0:d.textRuns)&&d.textRuns.length&&(g.textRuns=[{...d.textRuns[0],st:0,ed:n.length}]),(u=d==null?void 0:d.customRanges)!=null&&u.length){const E=d.customRanges[0];g.customRanges=[{...E,startIndex:0,endIndex:n.length-1}]}c.insert(n.length,g)}c.delete(o),i.apply(h.editOp(c.serialize()))}const l=i.getBody();return i.dispose(),l}const Fp="__default_document_sub_component_id20231101__";class su{constructor(){R(this,"skipNextObservers",!1);R(this,"lastReturnValue");R(this,"isStopPropagation",!1)}stopPropagation(){this.isStopPropagation=!0}}class xp extends Ce.Subject{constructor(){super(...arguments);R(this,"_sortedObservers",[])}subscribe(){throw new Error("[EventSubject]: please use `subscribeEvent` instead of `subscribe` method for `EventSubject`.")}next(){throw new Error("[EventSubject]: please use `emitEvent` instead of `next` method for `EventSubject`.")}unsubscribe(){super.unsubscribe(),this._sortedObservers.length=0}complete(){super.complete(),this._sortedObservers.length=0}subscribeEvent(n){let r;typeof n=="function"?r={next:([i,o])=>n(i,o)}:r=n;const s=super.subscribe(r);return this._sortedObservers.push(r),this._sortedObservers.sort((i,o)=>{var a,l;return((a=i.priority)!=null?a:0)-((l=o.priority)!=null?l:0)}),s.add(()=>this._sortedObservers=this._sortedObservers.filter(i=>i!==r)),s}clearObservers(){this._sortedObservers.forEach(n=>{var r;return(r=n.complete)==null?void 0:r.call(n)}),this._sortedObservers.length=0}emitEvent(n){var r;if(!this.closed){const s=new su;s.lastReturnValue=n;for(const i of this._sortedObservers){const o=(r=i.next)==null?void 0:r.call(i,[n,s]);if(s.lastReturnValue=o,s.skipNextObservers)return{handled:!0,lastReturnValue:s.lastReturnValue,stopPropagation:s.isStopPropagation}}return{handled:this._sortedObservers.length>0,lastReturnValue:s.lastReturnValue,stopPropagation:s.isStopPropagation}}throw new Error("[EventSubject]: cannot emit event on a closed subject.")}}function Bp(e){return new Ce.Observable(t=>{const n=e.subscribeEvent(r=>{t.next(r)});return()=>n.unsubscribe()})}const is=We.createIdentifier("core.resource-manager.service"),mi={[Ut.Editor]:"Editor",[Ut.Owner]:"Owner",[Ut.Reader]:"Reader",[Ut.UNRECOGNIZED]:"UNRECOGNIZED"},os=e=>e?{userID:`${mi[e]}_${re.generateRandomId(8)}`,name:mi[e],avatar:""}:{userID:"",name:"",avatar:"",anonymous:!0,canBindAnonymous:!1},$p=(e,t)=>e.startsWith(mi[t]);class lr{constructor(){R(this,"_model",new Map);R(this,"_userChange$",new Ce.Subject);R(this,"userChange$",this._userChange$.asObservable());R(this,"_currentUser$",new Ce.BehaviorSubject(os()));R(this,"currentUser$",this._currentUser$.asObservable())}getCurrentUser(){return this._currentUser$.getValue()}setCurrentUser(t){this.addUser(t),this._currentUser$.next(t)}addUser(t){this._model.set(t.userID,t),this._userChange$.next({type:"add",user:t})}getUser(t,n){const r=this._model.get(t);if(r)return r;n&&n()}delete(t){const n=this.getUser(t);this._model.delete(t),n&&this._userChange$.next({type:"delete",user:n})}clear(){this._model.clear(),this._userChange$.next({type:"clear"})}list(){return Array.from(this._model.values())}}var Hp=Object.getOwnPropertyDescriptor,Wp=(e,t,n,r)=>{for(var s=r>1?void 0:r?Hp(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},iu=(e,t)=>(n,r)=>t(n,r,e);f.AuthzIoLocalService=class{constructor(t,n){R(this,"_permissionMap",new Map([]));this._resourceManagerService=t,this._userManagerService=n,this._initSnapshot(),this._initDefaultUser()}_initDefaultUser(){const t=this._userManagerService.getCurrentUser();t&&t.userID||this._userManagerService.setCurrentUser(os(Ut.Owner))}_getRole(t){const n=this._userManagerService.getCurrentUser();return n?$p(n.userID,t):!1}_initSnapshot(){this._resourceManagerService.registerPluginResource({toJson:t=>{const n=[...this._permissionMap.keys()].reduce((r,s)=>{const i=this._permissionMap.get(s);return r[s]=i,r},{});return JSON.stringify(n)},parseJson:t=>JSON.parse(t),pluginName:"SHEET_AuthzIoMockService_PLUGIN",businesses:[$e.UNIVER_SHEET,$e.UNIVER_DOC,$e.UNIVER_SLIDE],onLoad:(t,n)=>{for(const r in n)this._permissionMap.set(r,n[r])},onUnLoad:()=>{this._permissionMap.clear()}})}async create(t){return Bt(8)}async allowed(t){return Promise.resolve([])}async batchAllowed(t){return Promise.resolve([])}async list(t){const n=[];return t.objectIDs.forEach(r=>{const s=this._permissionMap.get(r);if(s){const i={objectID:r,unitID:t.unitID,objectType:s.objectType,name:s.name,shareOn:!1,shareRole:Ut.Owner,shareScope:-1,scope:{read:Zs.AllCollaborator,edit:Zs.AllCollaborator},creator:os(Ut.Owner),strategies:[{action:6,role:1},{action:16,role:1},{action:17,role:1},{action:18,role:1},{action:19,role:1},{action:33,role:1},{action:34,role:1},{action:35,role:1},{action:36,role:1},{action:37,role:1},{action:38,role:1},{action:39,role:1},{action:40,role:1}],actions:t.actions.map(o=>({action:o,allowed:this._getRole(Ut.Owner)||this._getRole(Ut.Editor)}))};n.push(i)}}),n}async listCollaborators(){return[]}async listRoles(){return{roles:[],actions:[]}}async deleteCollaborator(){}async update(t){}async updateCollaborator(){}async createCollaborator(){}async putCollaborators(t){}},f.AuthzIoLocalService=Wp([iu(0,is),iu(1,We.Inject(lr))],f.AuthzIoLocalService);const ou=We.createIdentifier("IAuthzIoIoService");var jp=Object.getOwnPropertyDescriptor,Yp=(e,t,n,r)=>{for(var s=r>1?void 0:r?jp(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},zp=(e,t)=>(n,r)=>t(n,r,e);f.MentionIOLocalService=class{constructor(t){this._userManagerService=t}async list(t){return{list:[{type:Rr.PERSON,mentions:[{objectType:Rr.PERSON,objectId:this._userManagerService.getCurrentUser().userID,label:this._userManagerService.getCurrentUser().name,metadata:{icon:this._userManagerService.getCurrentUser().avatar}}],metadata:{},title:"PEOPLE"}],page:t.page,size:t.size,total:1}}},f.MentionIOLocalService=Yp([zp(0,We.Inject(lr))],f.MentionIOLocalService);const au=We.createIdentifier("univer.service.mention-io"),_i=We.createIdentifier("univer.config-service");class lu{constructor(){R(this,"_configChanged$",new Ce.Subject);R(this,"configChanged$",this._configChanged$.asObservable());R(this,"_config",new Map)}dispose(){this._configChanged$.complete()}getConfig(t){return this._config.get(t)}setConfig(t,n,r){var o;const{merge:s=!1}=r||{};let i=(o=this._config.get(t))!=null?o:{};s?i=Vs(i,n):i=n,this._config.set(t,i),this._configChanged$.next({[t]:i})}deleteConfig(t){return this._config.delete(t)}subscribeConfigValue$(t){return new Ce.Observable(n=>{Object.prototype.hasOwnProperty.call(this._config,t)&&n.next(this._config.get(t));const r=this.configChanged$.pipe(Ce.filter(s=>Object.prototype.hasOwnProperty.call(s,t))).subscribe(s=>n.next(s[t]));return()=>r.unsubscribe()})}}const ur="FOCUSING_UNIT",Mn="FOCUSING_SHEET",cr="FOCUSING_DOC",hr="FOCUSING_SLIDE",Gp="FOCUSING_EDITOR_BUT_HIDDEN",uu="EDITOR_ACTIVATED",Vp="FOCUSING_EDITOR_INPUT_FORMULA",cu="FOCUSING_FX_BAR_EDITOR",Kp="FOCUSING_UNIVER_EDITOR",Xp="FOCUSING_EDITOR_INPUT_FORMULA",qp="FOCUSING_PANEL_EDITOR",Jp="FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE",Zp="FOCUSING_COMMON_DRAWINGS",Qp="FORMULA_EDITOR_ACTIVATED";class hu extends st{constructor(){super(...arguments);R(this,"_error$",new Ce.Subject);R(this,"error$",this._error$.asObservable())}dispose(){this._error$.complete()}emit(n){this._error$.next({errorKey:n})}}const eE={version:"0.7.0"};function tE(e="",t=Wn.ZH_CN,n=""){return{id:e,sheetOrder:[],name:n,appVersion:eE.version,locale:t,styles:{},sheets:{},resources:[]}}class du{constructor(t={}){R(this,"_styles");R(this,"_cacheMap",new Yn(1e5));this._styles=t,this._generateCacheMap()}each(t){return Object.entries(this._styles).forEach(t),this}search(t,n){if(this._cacheMap.has(n))return this._cacheMap.get(n);const r=this._getExistingStyleId(t);return r||"-1"}get(t){return typeof t!="string"?t:(t=String(t),this._styles[t])}add(t,n){const r=re.generateRandomId(6);return this._styles[r]=t,this._cacheMap.set(n,r),r}setValue(t){if(t==null)return;const n=JSON.stringify(t),r=this.search(t,n);return r!=="-1"?r:this.add(t,n)}toJSON(){return this._styles}getStyleByCell(t){let n;t&&re.isObject(t.s)?n=t.s:n=(t==null?void 0:t.s)&&this.get(t.s);const r=t==null?void 0:t.interceptorStyle;return r?{...n,...r}:n}_generateCacheMap(){const{_styles:t,_cacheMap:n}=this;for(const r in t){const s=JSON.stringify(t[r]);n.set(s,r)}}_getExistingStyleId(t){const{_styles:n}=this;for(const r in n)if(re.diffValue(n[r],t))return r;return null}}const nE=(e,t)=>t.length===e.length&&!e.some(n=>t.some(r=>!Xt.equals(r,n))),rE=(e,t)=>t.length===e.length&&e.every((n,r)=>{const s=t[r];return s.unitId===n.unitId&&s.sheetId===n.sheetId&&Xt.equals(n.range,s.range)}),pi={t:0,b:2,l:2,r:2},sE=e=>({sbr:.6,sbo:e,spr:.6,spo:e}),fu=90;function dr(e,t,n={}){const r=e.length,{textRotation:s,paddingData:i,horizontalAlign:o=bt.UNSPECIFIED,verticalAlign:a=rn.UNSPECIFIED,wrapStrategy:l=sn.UNSPECIFIED,cellValueType:u}=n,{t:c,r:h,b:d,l:g}=i||pi,{vertexAngle:E,centerAngle:I}=Eu(s),b={id:"d",body:{dataStream:`${e}${Fo}`,textRuns:[{ts:t,st:0,ed:r}],paragraphs:[{startIndex:r,paragraphStyle:{horizontalAlign:o}}],sectionBreaks:[{startIndex:r+1}]},documentStyle:{pageSize:{width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY},marginTop:c,marginBottom:d,marginRight:h,marginLeft:g,renderConfig:{horizontalAlign:o,verticalAlign:a,centerAngle:I,vertexAngle:E,wrapStrategy:l,cellValueType:u,zeroWidthParagraphBreak:1}},drawings:{},drawingsOrder:[]};return new Mt(b)}function iE(e){if(!e)return{};const{tr:t,td:n,ht:r,vt:s,tb:i,pd:o}=e;return{textRotation:t,textDirection:n,horizontalAlign:r,verticalAlign:s,wrapStrategy:i,paddingData:o}}function gu(e){if(!e)return{};const{ff:t,fs:n,it:r,bl:s,ul:i,st:o,ol:a,cl:l}=e,u={};return t&&(u.ff=t),n&&(u.fs=n),r&&(u.it=r),s&&(u.bl=s),i&&(u.ul=i),o&&(u.st=o),a&&(u.ol=a),l&&(u.cl=l),u}function mu(e,t,n){var i;const r=e.getBody();if((i=r.customRanges)!=null&&i.some(o=>o.rangeType===Kt.HYPERLINK))return;const s=at.customRange.add({ranges:[{startOffset:0,endOffset:r.dataStream.length-1,collapsed:!1}],rangeId:n,rangeType:Kt.HYPERLINK,body:r,properties:{url:t,refId:n}});s&&Ye.apply(r,s.serialize())}function _u(e){return e!=null}const oE='"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif';function pu(e){const t=ut.ff,n=ut.fs;if(!e){const h=`${n}pt ${t}`;return{fontCache:h,fontString:h,fontSize:n,originFontSize:n,fontFamily:t}}let r=En.ITALIC;(e.it===0||e.it===void 0)&&(r=En.NORMAL);let s=En.BOLD;(e.bl===0||e.bl===void 0)&&(s=En.NORMAL);let i=n;e.fs&&(i=Math.ceil(e.fs));let o=t;if(e.ff){let h=e.ff;h=h.replace(/"/g,"").replace(/'/g,""),h.indexOf(" ")>-1&&(h=`"${h}"`),h==null&&(h=t),o=h}const{va:a}=e;let l=i;if(a===xt.SUBSCRIPT||a===xt.SUPERSCRIPT){const h=aE(o,l),{sbr:d,spr:g}=h;l*=a===xt.SUBSCRIPT?d:g}const u=`${r} ${s} ${l}pt ${o}`,c=`${u}, ${oE} `;return{fontCache:u,fontString:c,fontSize:l,originFontSize:i,fontFamily:o}}function aE(e,t){return sE(t)}function Eu(e){const{a:t=0,v:n=ve.FALSE}=e||{a:0,v:ve.FALSE};let r=0,s=t;return n===ve.TRUE&&(r=fu,s=fu),{centerAngle:r,vertexAngle:s}}class lE{constructor(t,n){R(this,"_columnData",{});this._config=t,this._columnData=n}getColumnData(){return this._columnData}getColVisible(t){const{_columnData:n}=this,r=n[t];return r?r.hd!==ve.TRUE:!0}getColumnStyle(t){var n;return(n=this._columnData[t])==null?void 0:n.s}setColumnStyle(t,n){const r=this.getColumnOrCreate(t);r.s=n}getHiddenCols(t=0,n=this.getSize()-1){const r=[];let s=!1,i=-1;for(let o=t;o<=n;o++){const a=this.getColVisible(o);s&&a?(s=!1,r.push({rangeType:Le.COLUMN,startColumn:i,endColumn:o-1,startRow:0,endRow:0})):!s&&!a&&(s=!0,i=o)}return s&&r.push({startRow:0,endRow:0,startColumn:i,endColumn:n,rangeType:Le.COLUMN}),r}getVisibleCols(t=0,n=this.getSize()-1){const r=[];let s=!1,i=-1;for(let o=t;o<=n;o++){const a=this.getColVisible(o);s&&!a?(s=!1,r.push({rangeType:Le.COLUMN,startColumn:i,endColumn:o-1,startRow:0,endRow:0})):!s&&a&&(s=!0,i=o)}return s&&r.push({startRow:0,endRow:0,startColumn:i,endColumn:n,rangeType:Le.COLUMN}),r}getColumnDatas(t,n){const r={};let s=0;for(let i=t;i<t+n;i++){const o=this.getColumnOrCreate(i);r[s]=o,s++}return r}getSize(){return Vt(this._columnData)}getColumnWidth(t){const{_columnData:n}=this,r=this._config;let s=0;return s=(n[t]||{hd:ve.FALSE,w:r.defaultColumnWidth}).w||r.defaultColumnWidth,s}getColumn(t){const n=this._columnData[t];if(n)return n}removeColumn(t){delete this._columnData[t]}getColumnOrCreate(t){const{_columnData:n}=this,r=n[t];if(r)return r;const s={};return this._columnData[t]=s,s}setCustomMetadata(t,n){const r=this.getColumn(t);r&&(r.custom=n)}getCustomMetadata(t){var n;return(n=this.getColumn(t))==null?void 0:n.custom}}class uE{constructor(t,n,r){R(this,"_rowData");this._config=t,this._viewModel=n,this._rowData=r}getRowData(){return this._rowData}getRowStyle(t){var n;return(n=this._rowData[t])==null?void 0:n.s}setRowStyle(t,n){const r=this.getRowOrCreate(t);r.s=n}getRowDatas(t,n){const r={};let s=0;for(let i=t;i<t+n;i++){const o=this.getRowOrCreate(i);r[s]=o,s++}return r}getRowHeight(t,n=1){const{_rowData:r}=this,s=this._config;let i=0;for(let o=0;o<n;o++){const a=r[o+t]||{hd:ve.FALSE,h:s.defaultRowHeight},{ia:l,ah:u,h:c=s.defaultRowHeight}=a;i+=(l==null||l===ve.TRUE)&&typeof u=="number"?u:c}return i}getRow(t){return this._rowData[t]}removeRow(t){delete this._rowData[t]}getRowOrCreate(t){const{_rowData:n}=this,r=n[t];if(r)return r;const s={};return n[t]=s,s}getHiddenRows(t=0,n=this.getSize()-1){const r=[];let s=!1,i=-1;for(let o=t;o<=n;o++){const a=this.getRowRawVisible(o);s&&a?(s=!1,r.push({startRow:i,endRow:o-1,startColumn:0,endColumn:0,rangeType:Le.ROW})):!s&&!a&&(s=!0,i=o)}return s&&r.push({startRow:i,endRow:n,startColumn:0,endColumn:0,rangeType:Le.ROW}),r}getVisibleRows(t=0,n=this.getSize()-1){const r=[];let s=!1,i=-1;for(let o=t;o<=n;o++){const a=this.getRowRawVisible(o);s&&!a?(s=!1,r.push({startRow:i,endRow:o-1,startColumn:0,endColumn:0,rangeType:Le.ROW})):!s&&a&&(s=!0,i=o)}return s&&r.push({startRow:i,endRow:n,startColumn:0,endColumn:0,rangeType:Le.ROW}),r}getRowRawVisible(t){const n=this.getRow(t);return n?n.hd!==ve.TRUE:!0}getSize(){return Vt(this._rowData)}setCustomMetadata(t,n){const r=this.getRow(t);r&&(r.custom=n)}getCustomMetadata(t){var n;return(n=this.getRow(t))==null?void 0:n.custom}}const cE="DEFAULT_WORKSHEET_ROW_COUNT",Cu=1e3,hE="DEFAULT_WORKSHEET_COLUMN_COUNT",Ru=20,dE="DEFAULT_WORKSHEET_ROW_HEIGHT",Iu=24,fE="DEFAULT_WORKSHEET_COLUMN_WIDTH",Su=88,gE="DEFAULT_WORKSHEET_ROW_TITLE_WIDTH",vu=46,mE="DEFAULT_WORKSHEET_COLUMN_TITLE_HEIGHT",Ou=20;function wu(e){const t={name:"Sheet1",id:"sheet-01",tabColor:"",hidden:ve.FALSE,rowCount:Cu,columnCount:Ru,zoomRatio:1,freeze:{xSplit:0,ySplit:0,startRow:-1,startColumn:-1},scrollTop:0,scrollLeft:0,defaultColumnWidth:Su,defaultRowHeight:Iu,mergeData:[],cellData:{},rowData:{},columnData:{},showGridlines:ve.TRUE,rowHeader:{width:vu,hidden:ve.FALSE},columnHeader:{height:Ou,hidden:ve.FALSE},rightToLeft:ve.FALSE};return Object.keys(t).forEach(n=>{const r=n;typeof e[r]>"u"&&(e[r]=t[r])}),e}class _E extends st{constructor(n){super();R(this,"_cellCache",new Map);R(this,"_rowCache",new Map);R(this,"_columnCache",new Map);R(this,"_hasRow",!1);R(this,"_hasColumn",!1);R(this,"_hasAll",!1);R(this,"_allIndex",-1);R(this,"_mergeData");R(this,"_rangeMap",new Yn(5e4));R(this,"_skeletonCache",new Yn(5e4));this._init(n.concat())}_init(n){this._mergeData=n,this._createCache(n)}_clearCache(){this._cellCache.clear(),this._rowCache.clear(),this._columnCache.clear(),this._hasAll=!1,this._allIndex=-1,this._rangeMap.clear(),this._skeletonCache.clear(),this._hasColumn=!1,this._hasRow=!1}_createCache(n){let r=0;for(const s of n){const{rangeType:i}=s;i===Le.ROW?this._createRowCache(s,r):i===Le.COLUMN?this._createColumnCache(s,r):i===Le.ALL?this._createCellAllCache(r):this._createCellCache(s,r),r++}}rebuild(n){this._clearCache(),this._init(n.concat())}_createRowCache(n,r){const{startRow:s,endRow:i}=n;for(let o=s;o<=i;o++)this._rowCache.set(o,r),this._hasRow=!0}_createColumnCache(n,r){const{startColumn:s,endColumn:i}=n;for(let o=s;o<=i;o++)this._columnCache.set(o,r),this._hasColumn=!0}_createCellAllCache(n){this._hasAll=!0,this._allIndex=n}_createCellCache(n,r){for(let s=n.startRow;s<=n.endRow;s++){let i=this._cellCache.get(s);i==null&&(i=new Map,this._cellCache.set(s,i));for(let o=n.startColumn;o<=n.endColumn;o++)i.set(o,r)}}add(n){this._mergeData.push(n),this._clearCache(),this._createCache(this._mergeData)}remove(n,r){const s=this._getMergeDataIndex(n,r);s!==-1&&(this._mergeData.splice(s,1),this._clearCache(),this._createCache(this._mergeData))}getMergedCell(n,r){const s=this._getMergeDataIndex(n,r);return s!==-1?this._mergeData[s]:null}getMergeDataIndex(n,r){return this._getMergeDataIndex(n,r)}isRowContainsMergedCell(n){return this._hasAll||!re.isEmptyObject(this._columnCache)?!0:this._mergeData.some(r=>r.startRow<=n&&n<=r.endRow)}isColumnContainsMergedCell(n){return this._hasAll||!re.isEmptyObject(this._rowCache)?!0:this._mergeData.some(r=>r.startColumn<=n&&n<=r.endColumn)}getMergedCellRange(n,r,s,i){const o=[],a=`${n}-${r}-${s}-${i}`;if(this._rangeMap.has(a))return this._getRangeFromCache(a);let l=0;const u=[];for(const c of this._mergeData||[])Xt.intersects(c,{startRow:n,endRow:s,startColumn:r,endColumn:i})&&(o.push({...c}),u.push(l)),l++;return this._rangeMap.set(a,u),o}getMergedCellRangeForSkeleton(n,r,s,i){const o=[],a=this._mergeData,l=`${n}-${r}-${s}-${i}`;if(this._skeletonCache.has(l))return this._getSkeletonRangeFromCache(l);const u=[];for(let c=0;c<a.length;c++){const{startRow:h,endRow:d,startColumn:g,endColumn:E}=a[c];for(let I=n;I<=s;I++){let b=!1;for(let M=r;M<=i;M++)if(I>=h&&I<=d&&M>=g&&M<=E){o.push({startRow:h,endRow:d,startColumn:g,endColumn:E}),u.push(c),b=!0;break}if(b)break}}return this._skeletonCache.set(l,u),o}_getRangeFromCache(n){const r=this._rangeMap.get(n)||[],s=[];for(const i of r)s.push({...this._mergeData[i]});return s}_getSkeletonRangeFromCache(n){const r=this._skeletonCache.get(n)||[],s=[];for(const i of r)s.push({...this._mergeData[i]});return s}_getMergeDataIndex(n,r){var i;if(this._hasAll)return this._allIndex;if(this._hasRow){const o=this._rowCache.get(n);if(o!==void 0)return o}if(this._hasColumn){const o=this._columnCache.get(r);if(o!==void 0)return o}const s=(i=this._cellCache.get(n))==null?void 0:i.get(r);return s!==void 0?s:-1}getMergeDataSnapshot(){return this._mergeData}dispose(){this._clearCache(),this._mergeData=[]}}class bu extends st{constructor(n){super();R(this,"_cellContentInterceptor",null);R(this,"_rowFilteredInterceptor",null);this.getRawCell=n}dispose(){super.dispose(),this._cellContentInterceptor=null,this._rowFilteredInterceptor=null}getCell(n,r,s,i){return this._cellContentInterceptor?this._cellContentInterceptor.getCell(n,r,Nn.Value|Nn.Style,s,i):this.getRawCell(n,r)}getCellValueOnly(n,r){return this._cellContentInterceptor?this._cellContentInterceptor.getCell(n,r,Nn.Value):this.getRawCell(n,r)}getCellStyleOnly(n,r){return this._cellContentInterceptor?this._cellContentInterceptor.getCell(n,r,Nn.Style):this.getRawCell(n,r)}getRowFiltered(n){var r,s;return(s=(r=this._rowFilteredInterceptor)==null?void 0:r.getRowFiltered(n))!=null?s:!1}registerCellContentInterceptor(n){if(this._cellContentInterceptor)throw new Error("[SheetViewModel]: Interceptor already registered.");return this._cellContentInterceptor=n,tt(()=>this._cellContentInterceptor=null)}registerRowFilteredInterceptor(n){if(this._rowFilteredInterceptor)throw new Error("[SheetViewModel]: Interceptor already registered.");return this._rowFilteredInterceptor=n,tt(()=>this._rowFilteredInterceptor=null)}}const Au={isDeepClone:!1,displayRawFormula:!1,ignoreTextRotation:!1};class fr{constructor(t,n,r){R(this,"_sheetId");R(this,"_snapshot");R(this,"_cellData");R(this,"_rowManager");R(this,"_columnManager");R(this,"_viewModel");R(this,"_spanModel");var a;this.unitId=t,this._styles=r,this._snapshot=wu(n);const{columnData:s,rowData:i,cellData:o}=this._snapshot;this._sheetId=(a=this._snapshot.id)!=null?a:re.generateRandomId(6),this._cellData=new Tt(o),this._viewModel=new bu((l,u)=>this.getCellRaw(l,u)),this._rowManager=new uE(this._snapshot,this._viewModel,i),this._columnManager=new lE(this._snapshot,s),this._spanModel=new _E(this._snapshot.mergeData)}__interceptViewModel(t){t(this._viewModel)}getSnapshot(){return this._snapshot}setMergeData(t){this._snapshot.mergeData=t,this.getSpanModel().rebuild(t)}getSpanModel(){return this._spanModel}getStyleDataByHash(t){return{...this._styles.get(t)}}setStyleData(t){return this._styles.setValue(t)}getColumnStyle(t,n=!1){return n?this._columnManager.getColumnStyle(t):this._styles.get(this._columnManager.getColumnStyle(t))}setColumnStyle(t,n){this._columnManager.setColumnStyle(t,n)}getRowStyle(t,n=!1){return n?this._rowManager.getRowStyle(t):this._styles.get(this._rowManager.getRowStyle(t))}setRowStyle(t,n){this._rowManager.setRowStyle(t,n)}getDefaultCellStyle(){return this._snapshot.defaultStyle}getDefaultCellStyleInternal(){const t=this._snapshot.defaultStyle;return this._styles.get(t)}setDefaultCellStyle(t){this._snapshot.defaultStyle=t}getCellStyle(t,n){const r=this.getCell(t,n);if(r){const s=r.s;return typeof s=="string"?this._styles.get(s):s}return null}getComposedCellStyle(t,n,r=!0){const s=this.getCellStyle(t,n),i=this.getDefaultCellStyleInternal(),o=this.getRowStyle(t),a=this.getColumnStyle(n);return r?ms(i,o,a,s):ms(i,a,o,s)}getCellMatrix(){return this._cellData}getCellMatrixPrintRange(){const t=this.getCellMatrix(),n=this.getMergeData();let r=-1,s=-1,i=-1,o=-1,a=!1,l=!1;return t.forEach((u,c)=>{Object.keys(c).forEach(h=>{const d=+h,g=t.getValue(u,d),E=g!=null&&g.s?this._styles.get(g.s):null,I=(E==null?void 0:E.bd)&&(E.bd.b||E.bd.l||E.bd.r||E.bd.t||E.bd.bc_tr||E.bd.bl_tr||E.bd.ml_tr||E.bd.tl_bc||E.bd.tl_br||E.bd.tl_mr);(g&&(g.v||g.p)||E!=null&&E.bg||I)&&(a?r=Math.min(r,u):(r=u,a=!0),s=Math.max(s,u),l?i=Math.min(i,d):(l=!0,i=d),o=Math.max(o,d))})}),n.forEach(u=>{a?r=Math.min(r,u.startRow):(r=u.startRow,a=!0),s=Math.max(s,u.endRow),l?i=Math.min(i,u.startColumn):(i=u.startColumn,a=!0),o=Math.max(o,u.endColumn)}),!a||!l?null:{startColumn:i,startRow:r,endColumn:o,endRow:s}}getRowManager(){return this._rowManager}getUnitId(){return this.unitId}getSheetId(){return this._sheetId}getColumnManager(){return this._columnManager}getName(){return this._snapshot.name}clone(){const{_snapshot:t}=this,n=re.deepClone(t);return new fr(this.unitId,n,this._styles)}getMergeData(){return this._spanModel.getMergeDataSnapshot()}getMergedCell(t,n){return this._spanModel.getMergedCell(t,n)}getMergedCellRange(t,n,r,s){return this._spanModel.getMergedCellRange(t,n,r,s)}isRowContainsMergedCell(t){return this._spanModel.isRowContainsMergedCell(t)}isColumnContainsMergedCell(t){return this._spanModel.isColumnContainsMergedCell(t)}getCellInfoInMergeData(t,n){const r=this.getMergedCell(t,n);let s=!1,i=!1,o=t,a=n,l=t,u=n;if(r){const{startRow:c,endRow:h,startColumn:d,endColumn:g}=r;t===c&&n===d?(o=h,a=g,l=c,u=d,i=!0):t>=c&&t<=h&&n>=d&&n<=g&&(o=h,a=g,l=c,u=d,s=!0)}return{actualRow:t,actualColumn:n,isMergedMainCell:i,isMerged:s,endRow:o,endColumn:a,startRow:l,startColumn:u}}getCell(t,n){return t<0||n<0?null:this._viewModel.getCell(t,n)}getCellValueOnly(t,n){return t<0||n<0?null:this._viewModel.getCellValueOnly(t,n)}getCellStyleOnly(t,n){return t<0||n<0?null:this._viewModel.getCellStyleOnly(t,n)}getCellRaw(t,n){return this.getCellMatrix().getValue(t,n)}getCellWithFilteredInterceptors(t,n,r,s){return this._viewModel.getCell(t,n,r,s)}getRowFiltered(t){return this._viewModel.getRowFiltered(t)}getMatrixWithMergedCells(t,n,r,s,i=pn.Raw){const o=this.getCellMatrix(),a=this._spanModel.getMergedCellRange(t,n,r,s),l=new Tt;return Ls(t,r,n,s).forEach((u,c)=>{var d;let h;if(i===pn.Raw)h=this.getCellRaw(u,c);else if(i===pn.Intercepted)h=this.getCell(u,c);else if(i===pn.Both){const g=this.getCellRaw(u,c);if(g){h={...g};const E=(d=this.getCell(u,c))==null?void 0:d.v;_u(E)&&h&&(h.displayV=String(E))}}h&&l.setValue(u,c,h)}),a.forEach(u=>{const{startColumn:c,startRow:h,endColumn:d,endRow:g}=u;Ls(h,g,c,d).forEach((E,I)=>{E===h&&I===c&&l.setValue(E,I,{...o.getValue(E,I),rowSpan:g-h+1,colSpan:d-c+1}),(E!==h||I!==c)&&l.realDeleteValue(E,I)})}),l}getRange(t,n,r,s){return typeof t=="object"?new Rn(this,t,{getStyles:()=>this._styles}):new Rn(this,{startRow:t,startColumn:n,endColumn:s||n,endRow:r||t},{getStyles:()=>this._styles})}getScrollLeftTopFromSnapshot(){return{scrollLeft:this._snapshot.scrollLeft,scrollTop:this._snapshot.scrollTop}}getZoomRatio(){return this._snapshot.zoomRatio||1}getConfig(){return this._snapshot}getFreeze(){return this._snapshot.freeze}getMaxColumns(){const{_snapshot:t}=this,{columnCount:n}=t;return n}getMaxRows(){const{_snapshot:t}=this,{rowCount:n}=t;return n}getRowCount(){return this._snapshot.rowCount}setRowCount(t){this._snapshot.rowCount=t}getColumnCount(){return this._snapshot.columnCount}setColumnCount(t){this._snapshot.columnCount=t}isSheetHidden(){return this._snapshot.hidden}hasHiddenGridlines(){const{_snapshot:t}=this,{showGridlines:n}=t;return n===0}getGridlinesColor(){return this.getConfig().gridlinesColor}getTabColor(){const{_snapshot:t}=this,{tabColor:n}=t;return n}getColumnWidth(t){return this.getColumnManager().getColumnWidth(t)}getRowHeight(t){return this._viewModel.getRowFiltered(t)?0:this.getRowManager().getRowHeight(t)}isRowFiltered(t){return this._viewModel.getRowFiltered(t)}getRowVisible(t){return!this.isRowFiltered(t)&&this.getRowRawVisible(t)}getRowRawVisible(t){return this.getRowManager().getRowRawVisible(t)}getHiddenRows(t,n){const r=this.getMaxColumns()-1,s=this._rowManager.getHiddenRows(t,n);return s.forEach(i=>i.endColumn=r),s}getColVisible(t){return this._columnManager.getColVisible(t)}getHiddenCols(t,n){const r=this.getMaxRows()-1,s=this._columnManager.getHiddenCols(t,n);return s.forEach(i=>i.endRow=r),s}getVisibleRows(){const t=this.getRowCount();return this._rowManager.getVisibleRows(0,t-1)}getVisibleCols(){const t=this.getColumnCount();return this._columnManager.getVisibleCols(0,t-1)}isRightToLeft(){const{_snapshot:t}=this,{rightToLeft:n}=t;return n}getLastRowWithContent(){return this._cellData.getLength()-1}getLastColumnWithContent(){return this._cellData.getRange().endColumn}getDataRangeScope(){return this._cellData.getStartEndScope()}cellHasValue(t){return t&&(t.v!==void 0||t.f!==void 0||t.p!==void 0)}iterateByRow(t,n=!0){const{startRow:r,startColumn:s,endRow:i,endColumn:o}=t,a=this;return{[Symbol.iterator]:()=>{let l=r,u=s;return{next(){for(;;){if(u>o&&(l+=1,u=s),l>i)return{done:!0,value:void 0};const c=a.getCell(l,u),h=!c,d=a.getMergedCell(l,u);if(d){if(l!==d.startRow||u!==d.startColumn){u=d.endColumn+1;continue}if(h&&n){u=d.endColumn+1;continue}const E={row:l,col:u,value:c};return E.colSpan=d.endColumn-d.startColumn+1,E.rowSpan=d.endRow-d.startRow+1,u=d.endColumn+1,{done:!1,value:E}}if(h&&n)u+=1;else{const g={row:l,col:u,value:c};return u+=1,{done:!1,value:g}}}}}}}}iterateByColumn(t,n=!0,r=!0){const{startRow:s,startColumn:i,endRow:o,endColumn:a}=t,l=this;return{[Symbol.iterator]:()=>{let u=s,c=i;return{next(){for(;;){if(u>o&&(c+=1,u=s),c>a)return{done:!0,value:void 0};const h=l.getMergedCell(u,c);if(h){const E=u!==h.startRow,I=E||c!==h.startColumn;if(r&&I||!r&&E){u=h.endRow+1;continue}const b=l.getCell(h.startRow,h.startColumn);if(!b&&n){u=h.endRow+1;continue}const V={row:u,col:h.startColumn,value:b};return V.colSpan=h.endColumn-h.startColumn+1,V.rowSpan=h.endRow-h.startRow+1,u=h.endRow+1,{done:!1,value:V}}const d=l.getCell(u,c);if(!d&&n)u+=1;else{const E={row:u,col:c,value:d};return u+=1,{done:!1,value:E}}}}}}}}_getCellDocumentModel(t,n=Au){var I;const{isDeepClone:r,displayRawFormula:s,ignoreTextRotation:i}={...Au,...n},o=this._styles.getStyleByCell(t);if(!t)return;let a,l="document";const u=iE(o),c=i?ut.tr:u.textRotation||ut.tr;let h=u.horizontalAlign||ut.ht;const d=u.verticalAlign||ut.vt,g=u.wrapStrategy||ut.tb,E=u.paddingData||pi;if(t.f&&s)a=dr(t.f.toString(),{},{verticalAlign:d}),h=ut.ht;else if(t.p){const{centerAngle:b,vertexAngle:M}=Eu(c);a=this._updateConfigAndGetDocumentModel(r?re.deepClone(t.p):t.p,h,E,{horizontalAlign:h,verticalAlign:d,centerAngle:b,vertexAngle:M,wrapStrategy:g,zeroWidthParagraphBreak:1})}else if(t.v!=null){const b=gu(o);l=pu(b).fontCache;let M=Tu(t);t.t===zt.FORCE_STRING&&s&&(M=`'${M}`),a=dr(M,b,{...u,textRotation:c,cellValueType:t.t})}return a&&t.linkUrl&&t.linkId&&mu(a,t.linkUrl,t.linkId),{documentModel:a,fontString:l,textRotation:c,wrapStrategy:g,verticalAlign:d,horizontalAlign:h,paddingData:E,fill:(I=o==null?void 0:o.bg)==null?void 0:I.rgb}}_updateConfigAndGetDocumentModel(t,n,r,s){var o,a,l,u,c;if(!s||!((o=t.body)!=null&&o.dataStream))return;t.documentStyle||(t.documentStyle={}),t.documentStyle.marginTop=(a=r.t)!=null?a:0,t.documentStyle.marginBottom=(l=r.b)!=null?l:2,t.documentStyle.marginLeft=(u=r.l)!=null?u:2,t.documentStyle.marginRight=(c=r.r)!=null?c:2,t.documentStyle.pageSize={width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY},t.documentStyle.renderConfig={...t.documentStyle.renderConfig,...s};const i=t.body.paragraphs||[];for(const h of i)h.paragraphStyle||(h.paragraphStyle={}),h.paragraphStyle.horizontalAlign=n;return new Mt(t)}getBlankCellDocumentModel(t){const n=this._getCellDocumentModel(t,{ignoreTextRotation:!0}),r=this._styles.getStyleByCell(t),s=gu(r);if(n!=null)return n.documentModel==null&&(n.documentModel=dr("",s)),n;const i="";let o="document";const a=ut.tr,l=ut.ht,u=ut.vt,c=ut.tb,h=pi;return o=pu({}).fontCache,{documentModel:dr(i,s),fontString:o,textRotation:a,wrapStrategy:c,verticalAlign:u,horizontalAlign:l,paddingData:h}}getCellDocumentModelWithFormula(t){return this._getCellDocumentModel(t,{isDeepClone:!0,displayRawFormula:!0,ignoreTextRotation:!0})}getCustomMetadata(){return this._snapshot.custom}setCustomMetadata(t){this._snapshot.custom=t}}function Tu(e){var r,s;if(!e)return"";const t=(s=(r=e.p)==null?void 0:r.body)==null?void 0:s.dataStream;if(t)return at.transform.getPlainText(t);const n=e.v;return typeof n=="string"?e.t===zt.BOOLEAN?n.toUpperCase():n.replace(/[\r\n]/g,""):typeof n=="number"?e.t===zt.BOOLEAN?n?"TRUE":"FALSE":n.toString():typeof n=="boolean"?n?"TRUE":"FALSE":""}function pE(e){if(e===null)return"";if(e!=null&&e.p){const t=e==null?void 0:e.p.body;if(t==null)return"";const n=t.dataStream;return at.transform.getPlainText(n)}return e==null?void 0:e.v}var EE=Object.getOwnPropertyDescriptor,CE=(e,t,n,r)=>{for(var s=r>1?void 0:r?EE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},RE=(e,t)=>(n,r)=>t(n,r,e);function IE(e,t){return`${e.getUnitId()}|${t.getSheetId()}`}f.Workbook=class extends Zr{constructor(n={},r){super();R(this,"type",$e.UNIVER_SHEET);R(this,"_sheetCreated$",new Ce.Subject);R(this,"sheetCreated$",this._sheetCreated$.asObservable());R(this,"_sheetDisposed$",new Ce.Subject);R(this,"sheetDisposed$",this._sheetDisposed$.asObservable());R(this,"_activeSheet$",new Ce.BehaviorSubject(null));R(this,"activeSheet$",this._activeSheet$.asObservable());R(this,"_worksheets");R(this,"_styles");R(this,"_snapshot");R(this,"_unitId");R(this,"_count");R(this,"_name$");R(this,"name$");this._logService=r;const s=tE();re.isEmptyObject(n)?this._snapshot=s:this._snapshot=re.commonExtend(s,n);const{styles:i}=this._snapshot;(this._snapshot.id==null||this._snapshot.id.length===0)&&(this._snapshot.id=re.generateRandomId(6)),this._unitId=this._snapshot.id,this._styles=new du(i),this._count=1,this._worksheets=new Map,this._name$=new Ce.BehaviorSubject(n.name||""),this.name$=this._name$.asObservable(),this._parseWorksheetSnapshots()}get _activeSheet(){return this._activeSheet$.getValue()}get name(){return this._name$.getValue()}static isIRangeType(n){return typeof n=="string"||"startRow"in n||"row"in n}dispose(){super.dispose(),this._sheetCreated$.complete(),this._sheetDisposed$.complete(),this._activeSheet$.complete(),this._name$.complete()}save(){return re.deepClone(this._snapshot)}getSnapshot(){return this._snapshot}getName(){return this._snapshot.name}setName(n){this._name$.next(n),this._snapshot.name=n}getUnitId(){return this._unitId}getRev(){var n;return(n=this._snapshot.rev)!=null?n:1}incrementRev(){this._snapshot.rev=this.getRev()+1}setRev(n){this._snapshot.rev=n}addWorksheet(n,r,s){const{sheets:i,sheetOrder:o}=this._snapshot;if(i[n])return!1;i[n]=s,o.splice(r,0,n);const a=new fr(this._unitId,s,this._styles);return this._worksheets.set(n,a),this._sheetCreated$.next(a),!0}getSheetOrders(){return this._snapshot.sheetOrder}getWorksheets(){return this._worksheets}getActiveSpreadsheet(){return this}getStyles(){return this._styles}getConfig(){return this._snapshot}getIndexBySheetId(n){const{sheetOrder:r}=this._snapshot;return r.findIndex(s=>s===n)}getActiveSheet(n){if(!this._activeSheet&&typeof n>"u")throw new Error(`[Workbook]: no active Worksheet on Workbook ${this._unitId}!`);return this._activeSheet}ensureActiveSheet(){const n=this._activeSheet;if(n)return n;const r=this._snapshot.sheetOrder;for(let i=0,o=r.length;i<o;i++){const a=this._worksheets.get(r[i]);if(a&&a.isSheetHidden()!==ve.TRUE)return this.setActiveSheet(a),a}const s=this._worksheets.get(r[0]);return this.setActiveSheet(s),s}setActiveSheet(n){this._activeSheet$.next(n)}removeSheet(n){const r=this._worksheets.get(n);return r?(this._worksheets.delete(n),this._snapshot.sheetOrder.splice(this._snapshot.sheetOrder.indexOf(n),1),delete this._snapshot.sheets[n],this._sheetDisposed$.next(r),!0):!1}getActiveSheetIndex(){const{sheetOrder:n}=this._snapshot;return n.findIndex(r=>this._worksheets.get(r)===this._activeSheet)}getSheetSize(){return this._snapshot.sheetOrder.length}getSheets(){const{sheetOrder:n}=this._snapshot;return n.map(r=>this._worksheets.get(r))}getSheetsName(){const{sheetOrder:n}=this._snapshot,r=[];return n.forEach(s=>{const i=this._worksheets.get(s);i&&r.push(i.getName())}),r}getSheetIndex(n){const{sheetOrder:r}=this._snapshot;return r.findIndex(s=>n.getSheetId()===s)}getSheetBySheetName(n){const{sheetOrder:r}=this._snapshot,s=r.find(i=>this._worksheets.get(i).getName()===n);return this._worksheets.get(s)}getSheetBySheetId(n){return this._worksheets.get(n)}getSheetByIndex(n){const{sheetOrder:r}=this._snapshot;return this._worksheets.get(r[n])}getHiddenWorksheets(){return this.getSheets().filter(n=>n.getConfig().hidden===ve.TRUE).map(n=>n.getConfig().id)}getUnhiddenWorksheets(){return this.getSheets().filter(n=>n.getConfig().hidden!==ve.TRUE).map(n=>n.getConfig().id)}load(n){this._snapshot=n}checkSheetName(n){return this.getSheetsName().includes(n)}uniqueSheetName(n="Sheet1"){let r=n;for(;this.checkSheetName(r);)r=n+this._count,this._count++;return r}generateNewSheetName(n){let r=n+this._count;for(;this.checkSheetName(r);)r=n+this._count,this._count++;return r}_parseWorksheetSnapshots(){const{_snapshot:n,_worksheets:r}=this,{sheets:s,sheetOrder:i}=n;if(re.isEmptyObject(s)){const o=re.generateRandomId();s[o]={id:o}}for(const o in s){const a=s[o],{name:l}=a;a.name=this.uniqueSheetName(l),a.name!==l&&this._logService.debug("[Workbook]",`The worksheet name ${l} is duplicated, we changed it to ${a.name}. Please fix the problem in your snapshot.`);const u=new fr(this._unitId,a,this._styles);r.set(o,u),i.includes(o)||i.push(o)}this.ensureActiveSheet()}getCustomMetadata(){return this._snapshot.custom}setCustomMetadata(n){this._snapshot.custom=n}},f.Workbook=CE([RE(1,wt)],f.Workbook);class Ei extends Zr{constructor(n){var r;super();R(this,"type",$e.UNIVER_SLIDE);R(this,"_activePage$",new Ce.BehaviorSubject(null));R(this,"activePage$",this._activePage$.asObservable());R(this,"_name$");R(this,"name$");R(this,"_snapshot");R(this,"_unitId");this._snapshot={...pa,...n},this._unitId=(r=this._snapshot.id)!=null?r:re.generateRandomId(6),this._name$=new Ce.BehaviorSubject(this._snapshot.title),this.name$=this._name$.asObservable()}get _activePage(){var r,s;const n=this._activePage$.getValue();if(!n){const i=(r=this.getPageOrder())==null?void 0:r[0];return i?(s=this.getPages())==null?void 0:s[i]:null}return n}setName(n){var r;this._snapshot.title=n,this._name$.next(n),this._unitId=(r=this._snapshot.id)!=null?r:Bt(6)}getRev(){return 0}incrementRev(){}setRev(n){}getSnapshot(){return this._snapshot}getUnitId(){return this._unitId}getPages(){var n;return(n=this._snapshot.body)==null?void 0:n.pages}getPageOrder(){var n;return(n=this._snapshot.body)==null?void 0:n.pageOrder}getPage(n){const r=this.getPages();return r==null?void 0:r[n]}getElementsByPage(n){var r;return(r=this.getPage(n))==null?void 0:r.pageElements}getElement(n,r){var s;return(s=this.getElementsByPage(n))==null?void 0:s[r]}getPageSize(){return this._snapshot.pageSize}getBlankPage(){const n=Bt(6);return{id:n,pageType:ys.SLIDE,zIndex:10,title:n,description:"",pageBackgroundFill:{rgb:"rgb(255,255,255)"},pageElements:{}}}setActivePage(n){this._activePage$.next(n)}getActivePage(){return this._activePage}updatePage(n,r){this._snapshot.body&&(this._snapshot.body.pages[n]=r)}appendPage(n){var i;if(!this._snapshot.body)return;this._snapshot.body.pages[n.id]=n;const r=this._activePage,s=this._snapshot.body.pageOrder.indexOf((i=r==null?void 0:r.id)!=null?i:"");this._snapshot.body.pageOrder.splice(s+1,0,n.id)}}var SE=Object.getOwnPropertyDescriptor,vE=(e,t,n,r)=>{for(var s=r>1?void 0:r?SE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},yu=(e,t)=>(n,r)=>t(n,r,e);const Dn=We.createIdentifier("univer.current");f.UniverInstanceService=class extends st{constructor(n,r){super();R(this,"_unitsByType",new Map);R(this,"_createHandler");R(this,"_ctorByType",new Map);R(this,"_currentUnits",new Map);R(this,"_currentUnits$",new Ce.BehaviorSubject(this._currentUnits));R(this,"currentUnits$",this._currentUnits$.asObservable());R(this,"_unitAdded$",new Ce.Subject);R(this,"unitAdded$",this._unitAdded$.asObservable());R(this,"_unitDisposed$",new Ce.Subject);R(this,"unitDisposed$",this._unitDisposed$.asObservable());R(this,"_focused$",new Ce.BehaviorSubject(null));R(this,"focused$",this._focused$.asObservable());this._injector=n,this._contextService=r}dispose(){super.dispose(),this._focused$.complete()}__setCreateHandler(n){this._createHandler=n}createUnit(n,r,s){return this._createHandler(n,r,this._ctorByType.get(n),s)}registerCtorForType(n,r){return this._ctorByType.set(n,r),{dispose:()=>{this._ctorByType.delete(n)}}}getCurrentTypeOfUnit$(n){return this.currentUnits$.pipe(Ce.map(r=>{var s;return(s=r.get(n))!=null?s:null}),Ce.distinctUntilChanged())}getCurrentUnitForType(n){return this._currentUnits.get(n)}getCurrentUnitOfType(n){return this.getCurrentUnitForType(n)}setCurrentUnitForType(n){const r=this._getUnitById(n);if(!r)throw new Error(`[UniverInstanceService]: no document with unitId ${n}!`);this._currentUnits.set(r[1],r[0]),this._currentUnits$.next(this._currentUnits)}getTypeOfUnitAdded$(n){return this._unitAdded$.pipe(Ce.filter(r=>r.type===n))}__addUnit(n,r){var a;const s=n.type;this._unitsByType.has(s)||this._unitsByType.set(s,[]);const i=this._unitsByType.get(s),o=n.getUnitId();if(i.findIndex(l=>l.getUnitId()===o)!==-1)throw new Error(`[UniverInstanceService]: cannot create a unit with the same unit id: ${o}.`);i.push(n),this._unitAdded$.next(n),((a=r==null?void 0:r.makeCurrent)==null||a)&&this.setCurrentUnitForType(n.getUnitId())}getTypeOfUnitDisposed$(n){return this.unitDisposed$.pipe(Ce.filter(r=>r.type===n))}getUnit(n,r){var i;const s=(i=this._getUnitById(n))==null?void 0:i[0];return r&&(s==null?void 0:s.type)!==r?null:s}getCurrentUniverDocInstance(){return this.getCurrentUnitForType($e.UNIVER_DOC)}getUniverDocInstance(n){return this.getUnit(n,$e.UNIVER_DOC)}getUniverSheetInstance(n){return this.getUnit(n,$e.UNIVER_SHEET)}getAllUnitsForType(n){var r;return(r=this._unitsByType.get(n))!=null?r:[]}changeDoc(n,r){const s=this.getAllUnitsForType($e.UNIVER_DOC),i=s.find(o=>o.getUnitId()===n);if(i!=null){const o=s.indexOf(i);s.splice(o,1)}this.__addUnit(r)}get focused(){var r;const n=this._focused$.getValue();return n?(r=this._getUnitById(n))==null?void 0:r[0]:null}focusUnit(n){this._focused$.next(n),this.focused instanceof f.Workbook?(this._contextService.setContextValue(ur,!0),this._contextService.setContextValue(cr,!1),this._contextService.setContextValue(Mn,!0),this._contextService.setContextValue(hr,!1),this.setCurrentUnitForType(n)):this.focused instanceof Mt?(this._contextService.setContextValue(ur,!0),this._contextService.setContextValue(cr,!0),this._contextService.setContextValue(Mn,!1),this._contextService.setContextValue(hr,!1),this.setCurrentUnitForType(n)):this.focused instanceof Ei?(this._contextService.setContextValue(ur,!0),this._contextService.setContextValue(cr,!1),this._contextService.setContextValue(Mn,!1),this._contextService.setContextValue(hr,!0),this.setCurrentUnitForType(n)):(this._contextService.setContextValue(ur,!1),this._contextService.setContextValue(cr,!1),this._contextService.setContextValue(Mn,!1),this._contextService.setContextValue(hr,!1))}getFocusedUnit(){return this.focused}getUnitType(n){const r=this._getUnitById(n);return r?r[1]:$e.UNRECOGNIZED}disposeUnit(n){const r=this._getUnitById(n);if(!r)return!1;const[s,i]=r,o=this._unitsByType.get(i),a=o.indexOf(s);return o.splice(a,1),this._tryResetCurrentOnRemoval(n,i),this._tryResetFocusOnRemoval(n),this._unitDisposed$.next(s),!0}_tryResetCurrentOnRemoval(n,r){const s=this.getCurrentUnitForType(r);(s==null?void 0:s.getUnitId())===n&&(this._currentUnits.set(r,null),this._currentUnits$.next(this._currentUnits))}_tryResetFocusOnRemoval(n){var r;((r=this.focused)==null?void 0:r.getUnitId())===n&&this._focused$.next(null)}_getUnitById(n){for(const[r,s]of this._unitsByType){const i=s.find(o=>o.getUnitId()===n);if(i)return[i,r]}}},f.UniverInstanceService=vE([yu(0,We.Inject(We.Injector)),yu(1,_n)],f.UniverInstanceService);var Je=(e=>(e[e.Starting=0]="Starting",e[e.Ready=1]="Ready",e[e.Rendered=2]="Rendered",e[e.Steady=3]="Steady",e))(Je||{});const OE={0:"Starting",1:"Ready",2:"Rendered",3:"Steady"};var wE=Object.getOwnPropertyDescriptor,bE=(e,t,n,r)=>{for(var s=r>1?void 0:r?wE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},AE=(e,t)=>(n,r)=>t(n,r,e);f.LifecycleService=class extends st{constructor(n){super();R(this,"_lifecycle$",new Ce.BehaviorSubject(Je.Starting));R(this,"lifecycle$",this._lifecycle$.asObservable());R(this,"_lock",!1);this._logService=n,this._reportProgress(Je.Starting)}get stage(){return this._lifecycle$.getValue()}set stage(n){if(this._lock)throw new Error("[LifecycleService]: cannot set new stage when related logic is all handled!");if(n<this.stage)throw new Error("[LifecycleService]: lifecycle stage cannot go backward!");n!==this.stage&&(this._lock=!0,this._reportProgress(n),this._lifecycle$.next(n),this._lock=!1)}dispose(){this._lifecycle$.complete(),super.dispose()}onStage(n){return Ce.firstValueFrom(this.lifecycle$.pipe(Ce.filter(r=>r>=n),fs(r=>r===n),Ce.map(()=>{})))}subscribeWithPrevious(){return Ce.merge(Nu(this.stage),this._lifecycle$.pipe(Ce.skip(1))).pipe(fs(n=>n===Je.Steady))}_reportProgress(n){this._logService.debug("[LifecycleService]",`lifecycle progressed to "${OE[n]}".`)}},f.LifecycleService=bE([AE(0,wt)],f.LifecycleService);function Nu(e){switch(e){case Je.Starting:return Ce.of(Je.Starting);case Je.Ready:return Ce.of(Je.Starting,Je.Ready);case Je.Rendered:return Ce.of(Je.Starting,Je.Ready,Je.Rendered);default:return Ce.of(Je.Starting,Je.Ready,Je.Rendered,Je.Steady)}}const TE=We.createIdentifier("ILocalStorageService");class gn extends st{constructor(){super();R(this,"_currentLocale$",new Ce.BehaviorSubject(Wn.ZH_CN));R(this,"currentLocale$",this._currentLocale$.asObservable());R(this,"_locales",null);R(this,"localeChanged$",new Ce.Subject);R(this,"t",(n,...r)=>{if(!this._locales)throw new Error("[LocaleService]: Locale not initialized");const s=n.split("."),i=this.resolveKeyPath(this._locales[this._currentLocale],s);if(typeof i=="string"){let o=i;return r.forEach((a,l)=>{o=o.replace(`{${l}}`,a)}),o}else return n});this.disposeWithMe(tt(()=>this.localeChanged$.complete()))}get _currentLocale(){return this._currentLocale$.value}load(n){var r;this._locales=Vs((r=this._locales)!=null?r:{},n)}setLocale(n){this._currentLocale$.next(n),this.localeChanged$.next()}getLocales(){var n;return(n=this._locales)==null?void 0:n[this._currentLocale]}getCurrentLocale(){return this._currentLocale}resolveKeyPath(n,r){const s=r.shift();if(s&&n&&s in n){const i=n[s];return r.length>0&&(typeof i=="object"||Array.isArray(i))?this.resolveKeyPath(i,r):i}return null}}var Ci=(e=>(e.INIT="init",e.FETCHING="fetching",e.DONE="done",e))(Ci||{});const Mu=We.createIdentifier("univer.permission-service");class Du extends st{constructor(){super(...arguments);R(this,"_permissionPointMap",new Map);R(this,"_permissionPointUpdate$",new Ce.Subject);R(this,"permissionPointUpdate$",this._permissionPointUpdate$.asObservable());R(this,"_showComponents",!0)}setShowComponents(n){this._showComponents=n}getShowComponents(){return this._showComponents}deletePermissionPoint(n){const r=this._permissionPointMap.get(n);r&&(r.complete(),this._permissionPointMap.delete(n))}addPermissionPoint(n){const r=n instanceof Ce.BehaviorSubject,s=r?n.getValue():n;if(!s.id)return!1;if(this._permissionPointMap.get(s.id))throw new Error(`${s.id} PermissionPoint already exists`);return this._permissionPointMap.set(s.id,r?n:new Ce.BehaviorSubject(s)),this._permissionPointUpdate$.next(s),!0}updatePermissionPoint(n,r){const s=this._permissionPointMap.get(n);if(!s)return;const i=s.getValue();i.value=r,i.status=Ci.DONE,s.next(i),this._permissionPointUpdate$.next(i)}clearPermissionMap(){this._permissionPointMap.clear()}getPermissionPoint(n){const r=this._permissionPointMap.get(n);if(r)return r.getValue()}getPermissionPoint$(n){const r=this._permissionPointMap.get(n);if(r)return r}composePermission$(n){const r=n.map(s=>{var o;const i=(o=this._permissionPointMap)==null?void 0:o.get(s);if(!i)throw new Error(`[PermissionService]: ${s} permissionPoint does not exist!`);return i.asObservable()});return Ce.combineLatest(r).pipe(Ft.map(s=>s))}composePermission(n){return n.map(s=>{var o;const i=(o=this._permissionPointMap)==null?void 0:o.get(s);if(!i)throw new Error(`[PermissionService]: ${s} permissionPoint does not exist!`);return i.getValue()})}getAllPermissionPoint(){const n=new Map;return this._permissionPointMap.forEach((r,s)=>{n.set(s,r)}),n}}var yE=Object.getOwnPropertyDescriptor,NE=(e,t,n,r)=>{for(var s=r>1?void 0:r?yE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},Ri=(e,t)=>(n,r)=>t(n,r,e);const ME=4,Lu=Symbol("DependentOn");class Ii extends st{onStarting(){}onReady(){}onRendered(){}onSteady(){}getUnitType(){return this.constructor.type}getPluginName(){return this.constructor.pluginName}}R(Ii,"pluginName"),R(Ii,"type",$e.UNIVER_UNKNOWN);class DE{constructor(){R(this,"_plugins",[])}addPlugin(t){this._plugins.push(t)}removePlugins(){const t=this._plugins.slice();return this._plugins.length=0,t}forEachPlugin(t){this._plugins.forEach(t)}}function LE(...e){return function(t){t[Lu]=e}}f.PluginService=class{constructor(t,n,r){R(this,"_pluginRegistry",new Map);R(this,"_pluginStore",new DE);R(this,"_seenPlugins",new Set);R(this,"_loadedPlugins",new Set);R(this,"_loadedPluginTypes",new Set([$e.UNIVER_UNKNOWN]));R(this,"_flushTimerByType",new Map);this._injector=t,this._lifecycleService=n,this._logService=r}dispose(){this._pluginStore.removePlugins().forEach(t=>t.dispose()),this._flushTimerByType.forEach(t=>clearTimeout(t))}registerPlugin(t,n){this._assertPluginValid(t);const r={plugin:t,options:n};this._pluginRegistry.set(t.pluginName,r),this._logService.debug("[PluginService]",`Plugin "${t.pluginName}" registered.`);const{type:s}=t;this._loadedPluginTypes.has(s)&&(s===$e.UNIVER_UNKNOWN?this._loadFromPlugins([r]):this._flushType(s))}startPluginsForType(t){this._loadedPluginTypes.has(t)||this._loadPluginsForType(t)}_loadPluginsForType(t){const n=Array.from(this._pluginRegistry.keys()),r=[];n.forEach(s=>{const i=this._pluginRegistry.get(s);i.plugin.type===t&&r.push(i)}),this._loadFromPlugins(r),this._loadedPluginTypes.add(t)}_assertPluginValid(t){const{type:n,pluginName:r}=t;if(n===$e.UNRECOGNIZED)throw new Error(`[PluginService]: invalid plugin type for ${t.name}. Please assign a "type" to your plugin.`);if(!r)throw new Error(`[PluginService]: no plugin name for ${t.name}. Please assign a "pluginName" to your plugin.`);if(this._seenPlugins.has(r))throw new Error(`[PluginService]: duplicated plugin name for "${r}". Maybe a plugin that dependents on "${r} has already registered it. In that case please register "${r}" before the that plugin.`);this._seenPlugins.add(t.pluginName)}_flushType(t){this._flushTimerByType.get(t)===void 0&&this._flushTimerByType.set(t,setTimeout(()=>{this._loadPluginsForType(t),this._flushTimerByType.delete(t)},ME))}_loadFromPlugins(t){const n=[],r=new Set,s=o=>{const{plugin:a}=o,{pluginName:l}=a;if(this._loadedPlugins.has(l)||r.has(l))return;r.add(l),this._pluginRegistry.delete(l);const u=a[Lu];u&&u.forEach(c=>{const h=this._pluginRegistry.get(c.pluginName);if(h)s(h);else if(!this._seenPlugins.has(c.pluginName)&&!r.has(c.pluginName)){if(a.type===$e.UNIVER_UNKNOWN&&c.type!==$e.UNIVER_UNKNOWN)throw new Error(`[PluginService]: cannot register a plugin with Univer type that depends on a plugin with other type. The dependent is ${a.pluginName} and the dependency is ${c.pluginName}.`);a.type!==c.type&&c.type!==$e.UNIVER_UNKNOWN&&this._logService.debug("[PluginService]",`Plugin "${l}" depends on "${c.pluginName}" which has different type.`),this._logService.debug("[PluginService]",`Plugin "${l}" depends on "${c.pluginName}" which is not registered. Univer will automatically register it with default configuration.`),this._assertPluginValid(c),s({plugin:c,options:void 0})}}),n.push(o)};t.forEach(o=>s(o));const i=n.map(o=>this._initPlugin(o.plugin,o.options));this._pluginsRunLifecycle(i)}_pluginsRunLifecycle(t){const n=this._lifecycleService.stage;if(Nu(n).subscribe(r=>this._runStage(t,r)),n!==Je.Steady){const r=this._lifecycleService.lifecycle$.pipe(Ce.skip(1)).subscribe(s=>{this._runStage(t,s),s===Je.Steady&&r.unsubscribe()})}}_runStage(t,n){t.forEach(r=>{switch(n){case Je.Starting:r.onStarting();break;case Je.Ready:r.onReady();break;case Je.Rendered:r.onRendered();break;case Je.Steady:r.onSteady();break}})}_initPlugin(t,n){const r=this._injector.createInstance(t,n);return this._pluginStore.addPlugin(r),this._loadedPlugins.add(t.pluginName),this._logService.debug("[PluginService]",`Plugin "${r.getPluginName()}" loaded.`),r}},f.PluginService=NE([Ri(0,We.Inject(We.Injector)),Ri(1,We.Inject(f.LifecycleService)),Ri(2,wt)],f.PluginService);function Uu(e,t){if(!t)return e;const n=[];for(const r of e){const s=t.find(([i])=>i===r[0]);if(s){if(s[1]===null)continue;n.push([r[0],s[1]])}else n.push(r)}return n}const Si=We.createIdentifier("resource-loader-service");class Pu extends st{constructor(){super(...arguments);R(this,"_resourceMap",new Map);R(this,"_register$",new Ce.Subject);R(this,"register$",this._register$.asObservable())}getAllResourceHooks(){return[...this._resourceMap.values()]}getResources(n,r){return r?this.getResourcesByType(n,r):this.getAllResourceHooks().map(o=>{const a=o.toJson(n);return{name:o.pluginName,data:a}})}getResourcesByType(n,r){return this.getAllResourceHooks().filter(o=>o.businesses.includes(r)).map(o=>{const a=o.toJson(n);return{name:o.pluginName,data:a}})}registerPluginResource(n){const r=n.pluginName;if(this._resourceMap.has(r))throw new Error(`the pluginName is registered {${r}}`);return this._resourceMap.set(r,n),this._register$.next(n),tt(()=>this._resourceMap.delete(r))}disposePluginResource(n){this._resourceMap.delete(n)}loadResources(n,r){this.getAllResourceHooks().forEach(s=>{var o;const i=(o=r==null?void 0:r.find(a=>a.name===s.pluginName))==null?void 0:o.data;if(i)try{const a=s.parseJson(i);s.onLoad(n,a)}catch{console.error("LoadResources Error!")}})}unloadResources(n){this.getAllResourceHooks().forEach(r=>{r.onUnLoad(n)})}dispose(){this._register$.complete(),this._resourceMap.clear()}}class as extends st{constructor(){super();R(this,"_darkMode$",new Ce.BehaviorSubject(!1));R(this,"darkMode$",this._darkMode$.asObservable());R(this,"_currentTheme",ac.defaultTheme);R(this,"_currentTheme$",new Ce.BehaviorSubject(this._currentTheme));R(this,"currentTheme$",this._currentTheme$.asObservable());this.disposeWithMe(tt(()=>{this._currentTheme$.complete(),this._darkMode$.complete()}))}get darkMode(){return this._darkMode$.getValue()}getCurrentTheme(){return this._currentTheme}setTheme(n){this._currentTheme=n,this._currentTheme$.next(n)}setDarkMode(n){this._darkMode$.next(n)}getColorFromTheme(n){return sl(this._currentTheme,n)}}var UE=Object.getOwnPropertyDescriptor,PE=(e,t,n,r)=>{for(var s=r>1?void 0:r?UE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},vi=(e,t)=>(n,r)=>t(n,r,e);const ls=We.createIdentifier("univer.undo-redo.service"),kE=20;class ku{dispose(){}async dispatchToHandlers(){return!1}}const Fu="univer.command.redo",xu="univer.command.undo",Bu=new class extends ku{constructor(){super(...arguments);R(this,"type",xn.COMMAND);R(this,"id",xu)}handler(t){const n=t.get(ls),r=n.pitchTopUndoElement();if(!r)return!1;const s=t.get(Bn);return Cr(r.undoMutations,s)?(n.popUndoToRedo(),!0):!1}},$u=new class extends ku{constructor(){super(...arguments);R(this,"type",xn.COMMAND);R(this,"id",Fu)}handler(t){const n=t.get(ls),r=n.pitchTopRedoElement();if(!r)return!1;const s=t.get(Bn);return Cr(r.redoMutations,s)?(n.popRedoToUndo(),!0):!1}};f.LocalUndoRedoService=class extends st{constructor(n,r,s){super();R(this,"undoRedoStatus$");R(this,"_undoRedoStatus$",new Ce.BehaviorSubject({undos:0,redos:0}));R(this,"_undoStacks",new Map);R(this,"_redoStacks",new Map);R(this,"_batchingStatus",new Map);this._univerInstanceService=n,this._commandService=r,this._contextService=s,this.undoRedoStatus$=this._undoRedoStatus$.asObservable(),this.disposeWithMe(this._commandService.registerCommand(Bu)),this.disposeWithMe(this._commandService.registerCommand($u)),this.disposeWithMe(tt(()=>this._undoRedoStatus$.complete())),this.disposeWithMe(tt(this._univerInstanceService.focused$.subscribe(()=>this._updateStatus())))}pushUndoRedo(n){const{unitID:r}=n,s=this._getRedoStack(r,!0),i=this._getUndoStack(r,!0);if(s.length=0,this._batchingStatus.has(n.unitID)){const a=this._batchingStatus.get(n.unitID),l=this._pitchUndoElement(n.unitID);a===0||!l?(o(n),this._batchingStatus.set(n.unitID,1)):this._tryBatchingElements(l,n)}else o(n);function o(a){i.push(a),i.length>kE&&i.splice(0,1)}this._updateStatus()}clearUndoRedo(n){const r=this._getRedoStack(n);r&&(r.length=0);const s=this._getUndoStack(n);s&&(s.length=0),this._updateStatus()}pitchTopUndoElement(){const n=this._getFocusedUnitId();return this._pitchUndoElement(n)}pitchTopRedoElement(){const n=this._getFocusedUnitId();return this._pitchRedoElement(n)}_pitchUndoElement(n){const r=this._getUndoStack(n);return r!=null&&r.length?r[r.length-1]:null}_pitchRedoElement(n){const r=this._getRedoStack(n);return r!=null&&r.length?r[r.length-1]:null}popUndoToRedo(){const r=this._getUndoStackForFocused().pop();r&&(this._getRedoStackForFocused().push(r),this._updateStatus())}popRedoToUndo(){const r=this._getRedoStackForFocused().pop();r&&(this._getUndoStackForFocused().push(r),this._updateStatus())}rollback(n,r){const s=r||this._getFocusedUnitId(),i=this._getUndoStack(s),o=i==null?void 0:i[(i==null?void 0:i.length)-1];o&&o.id===n&&(i.pop(),Cr(o.undoMutations,this._commandService))}__tempBatchingUndoRedo(n){if(this._batchingStatus.has(n))throw new Error("[LocalUndoRedoService]: cannot batching undo redo twice at the same time!");return this._batchingStatus.set(n,0),tt(()=>this._batchingStatus.delete(n))}_updateStatus(){var i,o;const n=this._getFocusedUnitId(),r=n&&((i=this._undoStacks.get(n))==null?void 0:i.length)||0,s=n&&((o=this._redoStacks.get(n))==null?void 0:o.length)||0;this._undoRedoStatus$.next({undos:r,redos:s})}_getUndoStack(n,r=!1){let s=this._undoStacks.get(n);return!s&&r&&(s=[],this._undoStacks.set(n,s)),s||null}_getRedoStack(n,r=!1){let s=this._redoStacks.get(n);return!s&&r&&(s=[],this._redoStacks.set(n,s)),s||null}_getUndoStackForFocused(){const n=this._getFocusedUnitId();if(!n)throw new Error("No focused univer instance!");return this._getUndoStack(n,!0)}_getRedoStackForFocused(){const n=this._getFocusedUnitId();if(!n)throw new Error("No focused univer instance!");return this._getRedoStack(n,!0)}_tryBatchingElements(n,r){n.redoMutations.push(...r.redoMutations),n.undoMutations.push(...r.undoMutations)}_getFocusedUnitId(){var o,a,l,u;let n="";const r=this._contextService.getContextValue(Mn),s=this._contextService.getContextValue(cu),i=this._contextService.getContextValue(uu);return r?s?n=As:i?n=bs:n=(a=(o=this._univerInstanceService.getFocusedUnit())==null?void 0:o.getUnitId())!=null?a:"":n=(u=(l=this._univerInstanceService.getFocusedUnit())==null?void 0:l.getUnitId())!=null?u:"",n}},f.LocalUndoRedoService=PE([vi(0,Dn),vi(1,Bn),vi(2,_n)],f.LocalUndoRedoService);function FE(e){return!(e.length===0||e.length>31||e.startsWith("'")||e.endsWith("'")||/[:\\\/\?\*\[\]]/.test(e))}function xE(e){return new Promise(t=>setTimeout(t,e))}function BE(e=1){return new Promise(t=>{let n=0;const r=()=>{n++,n>=e?t():requestAnimationFrame(r)};requestAnimationFrame(r)})}var Oi=(e=>(e.URL="URL",e.UUID="UUID",e.BASE64="BASE64",e))(Oi||{}),Hu=(e=>(e.SUCCUSS="0",e.ERROR_EXCEED_SIZE="1",e.ERROR_IMAGE_TYPE="2",e.ERROR_UPLOAD_COUNT_LIMIT="3",e.ERROR_IMAGE="4",e))(Hu||{});const wi=We.createIdentifier("core.image-io.service");class Wu{constructor(t,n=100){R(this,"_imageCacheMap");this._injector=t,this._imageCacheMap=new Yn(n)}_getImageCacheKey(t,n){return`${t}-${n}`}getImage(t,n,r,s){const i=this._getImageCacheKey(t,n);let o=this._imageCacheMap.get(i);return o||((async()=>{o=new Image;const a=this._injector.has(wi)?this._injector.get(wi):null;if(t===Oi.UUID)try{o.src=await(a==null?void 0:a.getImage(n))||""}catch(l){console.error(l)}else o.src=n;o.onload=()=>{r==null||r()},o.onerror=()=>{s==null||s()},this._imageCacheMap.set(i,o)})(),null)}}const $E=["script","style","meta","comment","link"];var ju=(e=>(e[e.INFO=0]="INFO",e[e.STOP=1]="STOP",e[e.WARNING=2]="WARNING",e))(ju||{}),Yu=(e=>(e[e.DISABLED=0]="DISABLED",e[e.FULL_ALPHA=1]="FULL_ALPHA",e[e.FULL_HANGUL=2]="FULL_HANGUL",e[e.FULL_KATAKANA=3]="FULL_KATAKANA",e[e.HALF_ALPHA=4]="HALF_ALPHA",e[e.HALF_HANGUL=5]="HALF_HANGUL",e[e.HALF_KATAKANA=6]="HALF_KATAKANA",e[e.HIRAGANA=7]="HIRAGANA",e[e.NO_CONTROL=8]="NO_CONTROL",e[e.OFF=9]="OFF",e[e.ON=10]="ON",e))(Yu||{}),zu=(e=>(e.BETWEEN="between",e.EQUAL="equal",e.GREATER_THAN="greaterThan",e.GREATER_THAN_OR_EQUAL="greaterThanOrEqual",e.LESS_THAN="lessThan",e.LESS_THAN_OR_EQUAL="lessThanOrEqual",e.NOT_BETWEEN="notBetween",e.NOT_EQUAL="notEqual",e))(zu||{}),Gu=(e=>(e[e.TEXT=0]="TEXT",e[e.ARROW=1]="ARROW",e[e.CUSTOM=2]="CUSTOM",e))(Gu||{}),Vu=(e=>(e.VALID="valid",e.INVALID="invalid",e.VALIDATING="validating",e))(Vu||{}),Ku=(e=>(e.CUSTOM="custom",e.LIST="list",e.LIST_MULTIPLE="listMultiple",e.NONE="none",e.TEXT_LENGTH="textLength",e.DATE="date",e.TIME="time",e.WHOLE="whole",e.DECIMAL="decimal",e.CHECKBOX="checkbox",e.ANY="any",e))(Ku||{}),HE=Object.getOwnPropertyDescriptor,WE=(e,t,n,r)=>{for(var s=r>1?void 0:r?HE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},jE=(e,t)=>(n,r)=>t(n,r,e);f.Skeleton=class extends st{constructor(n){super();R(this,"_fontLocale");R(this,"_dirty",!0);this._localeService=n,this._localeInitial()}get dirty(){return this._dirty}getFontLocale(){return this._fontLocale}makeDirty(n){this._dirty=n}dispose(){super.dispose(),this._fontLocale=null}_localeInitial(){}},f.Skeleton=WE([jE(0,We.Inject(gn))],f.Skeleton);var YE=Object.getOwnPropertyDescriptor,zE=(e,t,n,r)=>{for(var s=r>1?void 0:r?YE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},us=(e,t)=>(n,r)=>t(n,r,e);f.SheetSkeleton=class extends f.Skeleton{constructor(n,r,s,i,o,a){super(s);R(this,"_worksheetData");R(this,"_renderRawFormula",!1);R(this,"_cellData");R(this,"_imageCacheMap");R(this,"_isRowStylePrecedeColumnStyle",!1);R(this,"_skipAutoHeightForMergedCells",!0);R(this,"_rowTotalHeight",0);R(this,"_columnTotalWidth",0);R(this,"_rowHeaderWidth",0);R(this,"_columnHeaderHeight",0);R(this,"_rowHeightAccumulation",[]);R(this,"_columnWidthAccumulation",[]);R(this,"_marginTop",0);R(this,"_marginLeft",0);R(this,"_scaleX");R(this,"_scaleY");R(this,"_scrollX");R(this,"_scrollY");this.worksheet=n,this._styles=r,this._contextService=i,this._configService=o,this._injector=a,this._worksheetData=this.worksheet.getConfig(),this._cellData=this.worksheet.getCellMatrix(),this._imageCacheMap=new Wu(this._injector),this.initConfig()}initConfig(){var n,r;this._skipAutoHeightForMergedCells=!((n=this._configService.getConfig(Bo))!=null&&n),this._isRowStylePrecedeColumnStyle=(r=this._configService.getConfig(xo))!=null?r:!1}resetCache(){}getWorksheetConfig(){return this._worksheetData}getLocation(){return[this.worksheet.getUnitId(),this.worksheet.getSheetId()]}set columnHeaderHeight(n){this._columnHeaderHeight=n,this._worksheetData.columnHeader.height=n}set rowHeaderWidth(n){this._rowHeaderWidth=n,this._worksheetData.rowHeader.width=n}get rowHeightAccumulation(){return this._rowHeightAccumulation}get rowTotalHeight(){return this._rowTotalHeight}get columnWidthAccumulation(){return this._columnWidthAccumulation}get columnTotalWidth(){return this._columnTotalWidth}get rowHeaderWidth(){return this._rowHeaderWidth}get columnHeaderHeight(){return this._columnHeaderHeight}setMarginLeft(n){this._marginLeft=n}setMarginTop(n){this._marginTop=n}setScale(n,r){this._updateLayout(),this._scaleX=n,this._scaleY=r||n,this._updateLayout()}setScroll(n,r){re.isDefine(n)&&(this._scrollX=n),re.isDefine(r)&&(this._scrollY=r)}get scrollX(){return this._scrollX}get scrollY(){return this._scrollY}get scaleX(){return this._scaleX}get scaleY(){return this._scaleY}get rowHeaderWidthAndMarginLeft(){return this.rowHeaderWidth+this._marginLeft}get columnHeaderHeightAndMarginTop(){return this.columnHeaderHeight+this._marginTop}get imageCacheMap(){return this._imageCacheMap}_generateRowMatrixCache(n,r,s){let i=0;const o=[],a=r;for(let l=0;l<n;l++){let u=s;if(this.worksheet.getRowFiltered(l))u=0;else if(a[l]!=null){const c=a[l];if(!c)continue;const{h=s,ah:d,ia:g}=c;(g==null||g===ve.TRUE)&&typeof d=="number"?u=d:u=h,c.hd===ve.TRUE&&(u=0)}i+=u,o.push(i)}return{rowTotalHeight:i,rowHeightAccumulation:o}}_generateColumnMatrixCache(n,r,s){let i=0;const o=[],a=r;for(let l=0;l<n;l++){let u=s;if(a[l]!=null){const c=a[l];if(!c)continue;c.w!=null&&(u=c.w),c.hd===ve.TRUE&&(u=0)}i+=u,o.push(i)}return{columnTotalWidth:i,columnWidthAccumulation:o}}intersectMergeRange(n,r){return!!this.worksheet.getMergedCell(n,r)}_getOverflowBound(n,r,s,i,o=bt.LEFT){let a=0;if(r>s){const l=this._columnWidthAccumulation.length-1;for(let u=r;u>=s;u--){const c=u,h=this.worksheet.getCell(n,c);if(!Rs(h)&&c!==r||this.intersectMergeRange(n,c))return c===r?c:c+1>l?l:c+1;const{startX:d,endX:g}=Ln(n,c,this.rowHeightAccumulation,this.columnWidthAccumulation);if(o===bt.CENTER&&c===r?a+=(g-d)/2:a+=g-d,i<a)return c}return r}for(let l=r;l<=s;l++){const u=l,c=this.worksheet.getCell(n,u);if(!Rs(c)&&u!==r||this.intersectMergeRange(n,u))return u===r?u:u-1<0?0:u-1;const{startX:h,endX:d}=Ln(n,u,this.rowHeightAccumulation,this.columnWidthAccumulation);if(o===bt.CENTER&&u===r?a+=(d-h)/2:a+=d-h,i<a)return u}return s}_updateLayout(){if(!this.dirty)return;const{rowData:n,columnData:r,defaultRowHeight:s,defaultColumnWidth:i,rowCount:o,columnCount:a,rowHeader:l,columnHeader:u}=this._worksheetData,{rowTotalHeight:c,rowHeightAccumulation:h}=this._generateRowMatrixCache(o,n,s),{columnTotalWidth:d,columnWidthAccumulation:g}=this._generateColumnMatrixCache(a,r,i);this._rowHeaderWidth=l.hidden!==ve.TRUE?this._dynamicallyUpdateRowHeaderWidth(l):0,this._columnHeaderHeight=u.hidden!==ve.TRUE?u.height:0,this._rowTotalHeight=c,this._rowHeightAccumulation=h,this._columnTotalWidth=d,this._columnWidthAccumulation=g,this.makeDirty(!1)}calculate(){return this.resetCache(),this._updateLayout(),this}resetRangeCache(n){}_dynamicallyUpdateRowHeaderWidth(n){const s=`${this.worksheet.getRowCount()}`.length*8;return Math.max(n.width,s)}_hasUnMergedCellInRow(n,r,s){if(!this.worksheet.getMergeData())return!1;for(let o=r;o<=s;o++){const{isMerged:a,isMergedMainCell:l}=this.worksheet.getCellInfoInMergeData(n,o);if(!a&&!l)return!0}return!1}expandRangeByMerge(n){let{startRow:r,startColumn:s,endRow:i,endColumn:o}=n;const a=this._worksheetData.mergeData;if(!a)return{startRow:r,startColumn:s,endRow:i,endColumn:o};let l=!0;const u=new Tt;for(;l;){l=!1;for(let c=0;c<a.length;c++){const{startRow:h,startColumn:d,endRow:g,endColumn:E}=a[c];if(u.getValue(h,d))continue;Sa({startColumn:s,startRow:r,endColumn:o,endRow:i},{startColumn:d,startRow:h,endColumn:E,endRow:g})&&(r=Math.min(r,h),s=Math.min(s,d),i=Math.max(i,g),o=Math.max(o,E),u.setValue(h,d,!0),l=!0)}}return{startRow:r,startColumn:s,endRow:i,endColumn:o}}getColumnCount(){return this._columnWidthAccumulation.length}getRowCount(){return this._rowHeightAccumulation.length}_getCellMergeInfo(n,r){return this.worksheet.getCellInfoInMergeData(n,r)}getNoMergeCellPositionByIndex(n,r,s=!0){return this.getNoMergeCellWithCoordByIndex(n,r,s)}getNoMergeCellWithCoordByIndex(n,r,s=!0){const{rowHeightAccumulation:i,columnWidthAccumulation:o,rowHeaderWidthAndMarginLeft:a,columnHeaderHeightAndMarginTop:l}=this;let{startY:u,endY:c,startX:h,endX:d}=Ln(n,r,i,o);return s&&(u+=l,c+=l,h+=a,d+=a),{startY:u,endY:c,startX:h,endX:d}}getNoMergeCellPositionByIndexWithNoHeader(n,r){const{rowHeightAccumulation:s,columnWidthAccumulation:i}=this,{startY:o,endY:a,startX:l,endX:u}=Ln(n,r,s,i);return{startY:o,endY:a,startX:l,endX:u}}getRowIndexByOffsetY(n,r,s,i){var l;const{rowHeightAccumulation:o}=this;n=qu(n,r,s,this.columnHeaderHeightAndMarginTop);let a=$n(o,n,i==null?void 0:i.firstMatch);return i!=null&&i.closeFirst&&Math.abs(o[a]-n)<Math.abs(n-((l=o[a-1])!=null?l:0))&&(a=a+1),a}getColumnIndexByOffsetX(n,r,s,i){var u;const o=Xu(n,r,s,this.rowHeaderWidthAndMarginLeft),{columnWidthAccumulation:a}=this;let l=$n(a,o,i==null?void 0:i.firstMatch);return i!=null&&i.closeFirst&&Math.abs(a[l]-o)<Math.abs(o-((u=a[l-1])!=null?u:0))&&(l=l+1),l}getCellIndexByOffset(n,r,s,i,o,a){const l=this.getRowIndexByOffsetY(r,i,o,a),u=this.getColumnIndexByOffsetX(n,s,o,a);return{row:l,column:u}}getCellByOffset(n,r,s,i,o){const a=this==null?void 0:this.getCellIndexByOffset(n,r,s,i,o,{firstMatch:!0});return a?this.worksheet.getCellInfoInMergeData(a.row,a.column):null}getCellWithCoordByIndex(n,r,s=!0){const{rowHeightAccumulation:i,columnWidthAccumulation:o,rowHeaderWidthAndMarginLeft:a,columnHeaderHeightAndMarginTop:l}=this,u=Ln(n,r,i,o,this.worksheet.getCellInfoInMergeData(n,r)),{isMerged:c,isMergedMainCell:h}=u;let{startY:d,endY:g,startX:E,endX:I,mergeInfo:b}=u,M=a,V=l;return s===!1&&(M=0,V=0),d+=V,g+=V,E+=M,I+=M,b.startY+=V,b.endY+=V,b.startX+=M,b.endX+=M,{actualRow:n,actualColumn:r,startX:E,startY:d,endX:I,endY:g,isMerged:c,isMergedMainCell:h,mergeInfo:b}}getCellWithCoordByOffset(n,r,s,i,o,a){const{row:l,column:u}=this.getCellIndexByOffset(n,r,s,i,o,a);return this.getCellWithCoordByIndex(l,u)}getOffsetByColumn(n){const{columnWidthAccumulation:r,rowHeaderWidthAndMarginLeft:s}=this,i=r.length-1,o=r[n];return o!=null?o+s:n<0?s:r[i]+s}getOffsetByRow(n){const{rowHeightAccumulation:r,columnHeaderHeightAndMarginTop:s}=this,i=r.length-1,o=r[n];return o!=null?o+s:n<0?s:r[i]+s}getOffsetRelativeToRowCol(n,r){const s=$n(this.columnWidthAccumulation,n);let i=0;s===0?i=n:i=n-this._columnWidthAccumulation[s-1];const o=$n(this.rowHeightAccumulation,r);let a=0;return o===0?a=r:a=r-this._rowHeightAccumulation[o-1],{row:o,column:s,columnOffset:i,rowOffset:a}}_updateConfigAndGetDocumentModel(n,r,s,i){var a,l,u,c,h;if(!i||!((a=n.body)!=null&&a.dataStream))return;n.documentStyle||(n.documentStyle={}),n.documentStyle.marginTop=(l=s.t)!=null?l:0,n.documentStyle.marginBottom=(u=s.b)!=null?u:2,n.documentStyle.marginLeft=(c=s.l)!=null?c:2,n.documentStyle.marginRight=(h=s.r)!=null?h:2,n.documentStyle.pageSize={width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY},n.documentStyle.renderConfig={...n.documentStyle.renderConfig,...i};const o=n.body.paragraphs||[];for(const d of o)d.paragraphStyle||(d.paragraphStyle={}),d.paragraphStyle.horizontalAlign=r;return new Mt(n)}dispose(){super.dispose(),this._rowHeightAccumulation=[],this._columnWidthAccumulation=[],this._rowTotalHeight=0,this._columnTotalWidth=0,this._rowHeaderWidth=0,this._columnHeaderHeight=0,this._worksheetData=null,this._cellData=null,this._styles=null}},f.SheetSkeleton=zE([us(2,We.Inject(gn)),us(3,_n),us(4,_i),us(5,We.Inject(We.Injector))],f.SheetSkeleton);function bi(e,t,n,r){const s=e-1,i=t-1,o=n[s]||0;let a=n[e];a==null&&(a=n[n.length-1]);const l=r[i]||0;let u=r[t];return u==null&&(u=r[r.length-1]),{startY:o,endY:a,startX:l,endX:u}}function GE(e,t,n,r){return bi(e,t,n,r)}function Ln(e,t,n,r,s){e=re.clamp(e,0,n.length-1),t=re.clamp(t,0,r.length-1);let{startY:i,endY:o,startX:a,endX:l}=bi(e,t,n,r);if(!s)return{startY:i,endY:o,startX:a,endX:l,isMerged:!1,isMergedMainCell:!1,actualRow:e,actualColumn:t,mergeInfo:{startY:i,endY:o,startX:a,endX:l,startRow:e,startColumn:t,endRow:e,endColumn:t}};const{isMerged:u,isMergedMainCell:c,startRow:h,startColumn:d,endRow:g,endColumn:E}=s;let I={startRow:h,startColumn:d,endRow:g,endColumn:E,startY:i,endY:o,startX:a,endX:l};const b=n.length-1,M=r.length-1;if(u&&h!==-1&&d!==-1){const V=n[h-1]||0,Y=n[g]||n[b],ie=r[d-1]||0,N=r[E]||r[M];I={...I,startY:V,endY:Y,startX:ie,endX:N}}else if(!u&&g!==-1&&E!==-1){const V=n[g]||n[b],Y=r[E]||r[M];I={...I,startY:i,endY:V,startX:a,endX:Y}}return{isMerged:u,isMergedMainCell:c,actualRow:e,actualColumn:t,startY:i,endY:o,startX:a,endX:l,mergeInfo:I}}function Xu(e,t,n,r){const{x:s}=n;return e/t+s-r}function qu(e,t,n,r){const{y:s}=n;return e=e/t+s-r,e}const Ju=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array],Ai=1,gr=8;class Ti{static from(t){if(!(t instanceof ArrayBuffer))throw new Error("Data must be an instance of ArrayBuffer.");const[n,r]=new Uint8Array(t,0,2);if(n!==219)throw new Error("Data does not appear to be in a KDBush format.");const s=r>>4;if(s!==Ai)throw new Error(`Got v${s} data when expected v${Ai}.`);const i=Ju[r&15];if(!i)throw new Error("Unrecognized array type.");const[o]=new Uint16Array(t,2,1),[a]=new Uint32Array(t,4,1);return new Ti(a,o,i,t)}constructor(t,n=64,r=Float64Array,s){if(isNaN(t)||t<0)throw new Error(`Unpexpected numItems value: ${t}.`);this.numItems=+t,this.nodeSize=Math.min(Math.max(+n,2),65535),this.ArrayType=r,this.IndexArrayType=t<65536?Uint16Array:Uint32Array;const i=Ju.indexOf(this.ArrayType),o=t*2*this.ArrayType.BYTES_PER_ELEMENT,a=t*this.IndexArrayType.BYTES_PER_ELEMENT,l=(8-a%8)%8;if(i<0)throw new Error(`Unexpected typed array class: ${r}.`);s&&s instanceof ArrayBuffer?(this.data=s,this.ids=new this.IndexArrayType(this.data,gr,t),this.coords=new this.ArrayType(this.data,gr+a+l,t*2),this._pos=t*2,this._finished=!0):(this.data=new ArrayBuffer(gr+o+a+l),this.ids=new this.IndexArrayType(this.data,gr,t),this.coords=new this.ArrayType(this.data,gr+a+l,t*2),this._pos=0,this._finished=!1,new Uint8Array(this.data,0,2).set([219,(Ai<<4)+i]),new Uint16Array(this.data,2,1)[0]=n,new Uint32Array(this.data,4,1)[0]=t)}add(t,n){const r=this._pos>>1;return this.ids[r]=r,this.coords[this._pos++]=t,this.coords[this._pos++]=n,r}finish(){const t=this._pos>>1;if(t!==this.numItems)throw new Error(`Added ${t} items when expected ${this.numItems}.`);return yi(this.ids,this.coords,this.nodeSize,0,this.numItems-1,0),this._finished=!0,this}range(t,n,r,s){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:i,coords:o,nodeSize:a}=this,l=[0,i.length-1,0],u=[];for(;l.length;){const c=l.pop()||0,h=l.pop()||0,d=l.pop()||0;if(h-d<=a){for(let b=d;b<=h;b++){const M=o[2*b],V=o[2*b+1];M>=t&&M<=r&&V>=n&&V<=s&&u.push(i[b])}continue}const g=d+h>>1,E=o[2*g],I=o[2*g+1];E>=t&&E<=r&&I>=n&&I<=s&&u.push(i[g]),(c===0?t<=E:n<=I)&&(l.push(d),l.push(g-1),l.push(1-c)),(c===0?r>=E:s>=I)&&(l.push(g+1),l.push(h),l.push(1-c))}return u}within(t,n,r){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:s,coords:i,nodeSize:o}=this,a=[0,s.length-1,0],l=[],u=r*r;for(;a.length;){const c=a.pop()||0,h=a.pop()||0,d=a.pop()||0;if(h-d<=o){for(let b=d;b<=h;b++)Qu(i[2*b],i[2*b+1],t,n)<=u&&l.push(s[b]);continue}const g=d+h>>1,E=i[2*g],I=i[2*g+1];Qu(E,I,t,n)<=u&&l.push(s[g]),(c===0?t-r<=E:n-r<=I)&&(a.push(d),a.push(g-1),a.push(1-c)),(c===0?t+r>=E:n+r>=I)&&(a.push(g+1),a.push(h),a.push(1-c))}return l}}function yi(e,t,n,r,s,i){if(s-r<=n)return;const o=r+s>>1;Zu(e,t,o,r,s,i),yi(e,t,n,r,o-1,1-i),yi(e,t,n,o+1,s,1-i)}function Zu(e,t,n,r,s,i){for(;s>r;){if(s-r>600){const u=s-r+1,c=n-r+1,h=Math.log(u),d=.5*Math.exp(2*h/3),g=.5*Math.sqrt(h*d*(u-d)/u)*(c-u/2<0?-1:1),E=Math.max(r,Math.floor(n-c*d/u+g)),I=Math.min(s,Math.floor(n+(u-c)*d/u+g));Zu(e,t,n,E,I,i)}const o=t[2*n+i];let a=r,l=s;for(mr(e,t,r,n),t[2*s+i]>o&&mr(e,t,r,s);a<l;){for(mr(e,t,a,l),a++,l--;t[2*a+i]<o;)a++;for(;t[2*l+i]>o;)l--}t[2*r+i]===o?mr(e,t,r,l):(l++,mr(e,t,l,s)),l<=n&&(r=l+1),n<=l&&(s=l-1)}}function mr(e,t,n,r){Ni(e,n,r),Ni(t,2*n,2*r),Ni(t,2*n+1,2*r+1)}function Ni(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function Qu(e,t,n,r){const s=e-n,i=t-r;return s*s+i*i}class VE{constructor(t=!1){R(this,"_tree",new Map);R(this,"_oneCellCache",new Map);R(this,"_kdTree",new Map);this._enableOneCellCache=t}dispose(){this.clear()}getTree(t,n){return this._tree.has(t)||this._tree.set(t,new Map),this._tree.get(t).has(n)||this._tree.get(t).set(n,new Wr),this._tree.get(t).get(n)}_getOneCellCache(t,n,r,s){return this._oneCellCache.has(t)||this._oneCellCache.set(t,new Map),this._oneCellCache.get(t).has(n)||this._oneCellCache.get(t).set(n,new Map),this._oneCellCache.get(t).get(n).has(r)||this._oneCellCache.get(t).get(n).set(r,new Map),this._oneCellCache.get(t).get(n).get(r).has(s)||this._oneCellCache.get(t).get(n).get(r).set(s,new Set),this._oneCellCache.get(t).get(n).get(r).get(s)}_removeOneCellCache(t,n,r,s,i){const o=this._oneCellCache.get(t);if(!o)return;const a=o.get(n);if(!a)return;const l=a.get(r);if(!l)return;const u=l.get(s);u&&u.delete(i)}_removeCellCacheByRange(t){const{unitId:n,sheetId:r,range:s,id:i}=t,o=this._oneCellCache.get(n);if(!o)return;const a=o.get(r);if(!a)return;const{startRow:l,startColumn:u,endRow:c,endColumn:h}=s;for(let d=l;d<=c;d++){const g=a.get(d);if(g)for(let E=u;E<=h;E++){const I=g.get(E);I&&I.delete(i)}}}_insertOneCellCache(t,n,r,s,i){this._getOneCellCache(t,n,r,s).add(i)}_getRdTreeItems(t){const n=[];for(const[r,s]of t)for(const[i,o]of s)n.push({x:i,y:r,ids:o});return n}_searchByOneCellCache(t){var E;const{unitId:n,sheetId:r,range:s}=t,{startRow:i,startColumn:o,endRow:a,endColumn:l}=s,u=(E=this._kdTree.get(n))==null?void 0:E.get(r);if(!u)return[];const{tree:c,items:h}=u,d=c.range(o,i,l,a),g=[];for(const I of d){const b=h[I];g.push(...Array.from(b.ids))}return g}openKdTree(){var t;for(const[n,r]of this._oneCellCache){this._kdTree.has(n)||this._kdTree.set(n,new Map);for(const[s,i]of r){const o=this._getRdTreeItems(i),a=new Ti(o.length);(t=this._kdTree.get(n))==null||t.set(s,{tree:a,items:o});for(const l of o)a.add(l.x,l.y);a.finish()}}}closeKdTree(){var t;for(const[n,r]of this._oneCellCache)for(const[s,i]of r)(t=this._kdTree.get(n))==null||t.set(s,void 0)}insert(t){const{unitId:n,sheetId:r,range:s,id:i}=t;if(!n||n.length===0)return;let{startRow:o,endRow:a,startColumn:l,endColumn:u}=s;if(this._enableOneCellCache&&o===a&&l===u){this._insertOneCellCache(n,r,o,l,i);return}const c=this.getTree(n,r);Number.isNaN(o)&&(o=0),Number.isNaN(l)&&(l=0),Number.isNaN(a)&&(a=Number.POSITIVE_INFINITY),Number.isNaN(u)&&(u=Number.POSITIVE_INFINITY),c.insert({minX:l,minY:o,maxX:u,maxY:a,id:i})}bulkInsert(t){for(const n of t)this.insert(n)}*searchGenerator(t){var a;const{unitId:n,sheetId:r,range:s}=t;if(this._enableOneCellCache){const l=this._searchByOneCellCache(t);for(const u of l)yield u}const i=(a=this._tree.get(n))==null?void 0:a.get(r);if(!i)return;const o=i.search({minX:s.startColumn,minY:s.startRow,maxX:s.endColumn,maxY:s.endRow});for(const l of o)yield l.id}bulkSearch(t,n){const r=new Set;for(const s of t)for(const i of this.searchGenerator(s))(n==null?void 0:n.has(i))!==!0&&r.add(i);return r}removeById(t,n){var r,s;n?((r=this._tree.get(t))==null||r.delete(n),(s=this._oneCellCache.get(t))==null||s.delete(n)):(this._tree.delete(t),this._oneCellCache.delete(t))}_removeRTreeItem(t){const{unitId:n,sheetId:r,range:s,id:i}=t,o=this.getTree(n,r),a=o.search({minX:s.startColumn,minY:s.startRow,maxX:s.endColumn,maxY:s.endRow});for(let l=0;l<a.length;l++)a[l].id===i&&o.remove(a[l])}remove(t){const{unitId:n,sheetId:r,range:s,id:i}=t,{startRow:o,startColumn:a,endRow:l,endColumn:u}=s;this._enableOneCellCache?o===l&&a===u?this._removeOneCellCache(n,r,s.startRow,s.startColumn,i):(this._removeCellCacheByRange(t),this._removeRTreeItem(t)):this._removeRTreeItem(t)}bulkRemove(t){for(const n of t)this.remove(n)}clear(){this._tree.clear(),this._oneCellCache.clear()}toJSON(){const t={};return this._tree.forEach((n,r)=>{t[r]={},n.forEach((s,i)=>{t[r][i]=s.toJSON()})}),t}fromJSON(t){this._tree.clear();for(const n in t){this._tree.set(n,new Map);for(const r in t[n]){const s=new Wr;s.fromJSON(t[n][r]),this._tree.get(n).set(r,s)}}}}var KE=Object.getOwnPropertyDescriptor,XE=(e,t,n,r)=>{for(var s=r>1?void 0:r?KE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},ec=(e,t)=>(n,r)=>t(n,r,e);let Mi=class extends st{constructor(e,t){super(),this._resourceManagerService=e,this._univerInstanceService=t,this._init()}_init(){const e=n=>{n.businesses.forEach(r=>{switch(r){case $e.UNRECOGNIZED:case $e.UNIVER_UNKNOWN:case $e.UNIVER_SLIDE:case $e.UNIVER_DOC:{this._univerInstanceService.getAllUnitsForType($e.UNIVER_DOC).forEach(s=>{const o=(s.getSnapshot().resources||[]).find(a=>a.name===n.pluginName);if(o)try{const a=n.parseJson(o.data);n.onLoad(s.getUnitId(),a)}catch{console.error(`Load Document{${s.getUnitId()}} Resources{${n.pluginName}} Data Error.`)}});break}case $e.UNIVER_SHEET:this._univerInstanceService.getAllUnitsForType($e.UNIVER_SHEET).forEach(s=>{const o=(s.getSnapshot().resources||[]).find(a=>a.name===n.pluginName);if(o)try{const a=n.parseJson(o.data);n.onLoad(s.getUnitId(),a)}catch{console.error(`Load Workbook{${s.getUnitId()}} Resources{${n.pluginName}} Data Error.`)}})}})};this._resourceManagerService.getAllResourceHooks().forEach(n=>e(n)),this.disposeWithMe(this._resourceManagerService.register$.subscribe(n=>e(n))),this.disposeWithMe(this._univerInstanceService.getTypeOfUnitAdded$($e.UNIVER_SHEET).subscribe(n=>{this._resourceManagerService.loadResources(n.getUnitId(),n.getSnapshot().resources)})),this.disposeWithMe(this._univerInstanceService.getTypeOfUnitAdded$($e.UNIVER_DOC).subscribe(n=>{const r=n.getUnitId();$o(r)||this._resourceManagerService.loadResources(n.getUnitId(),n.getSnapshot().resources)})),this.disposeWithMe(this._univerInstanceService.getTypeOfUnitDisposed$($e.UNIVER_SHEET).subscribe(n=>{this._resourceManagerService.unloadResources(n.getUnitId())})),this.disposeWithMe(this._univerInstanceService.getTypeOfUnitDisposed$($e.UNIVER_DOC).subscribe(n=>{this._resourceManagerService.unloadResources(n.getUnitId())}))}saveUnit(e){const t=this._univerInstanceService.getUnit(e);if(!t)return null;const n=this._resourceManagerService.getResources(e,t.type),r=re.deepClone(t.getSnapshot());return r.resources=n,r}};Mi=XE([ec(0,We.Inject(is)),ec(1,We.Inject(Dn))],Mi);class qE{constructor(t={},n){R(this,"_startedTypes",new Set);R(this,"_injector");R(this,"_disposingCallbacks",new Er);const r=this._injector=JE(n,t==null?void 0:t.override),{theme:s,darkMode:i,locale:o,locales:a,logLevel:l}=t;s&&this._injector.get(as).setTheme(s),i&&this._injector.get(as).setDarkMode(i),a&&this._injector.get(gn).load(a),o&&this._injector.get(gn).setLocale(o),l&&this._injector.get(wt).setLogLevel(l),this._init(r)}get _univerInstanceService(){return this._injector.get(Dn)}get _pluginService(){return this._injector.get(f.PluginService)}__getInjector(){return this._injector}onDispose(t){const n=this._disposingCallbacks.add(tt(t));return tt(()=>n.dispose(!0))}dispose(){this._disposingCallbacks.dispose(),this._injector.dispose()}setLocale(t){this._injector.get(gn).setLocale(t)}createUnit(t,n){return this._univerInstanceService.createUnit(t,n)}createUniverSheet(t){return this._injector.get(wt).warn("[Univer]","Univer.createUniverSheet is deprecated, use createUnit instead"),this._univerInstanceService.createUnit($e.UNIVER_SHEET,t)}createUniverDoc(t){return this._injector.get(wt).warn("[Univer]","Univer.createUniverDoc is deprecated, use createUnit instead"),this._univerInstanceService.createUnit($e.UNIVER_DOC,t)}createUniverSlide(t){return this._injector.get(wt).warn("[Univer]","Univer.createUniverSlide is deprecated, use createUnit instead"),this._univerInstanceService.createUnit($e.UNIVER_SLIDE,t)}_init(t){this._univerInstanceService.registerCtorForType($e.UNIVER_SHEET,f.Workbook),this._univerInstanceService.registerCtorForType($e.UNIVER_DOC,Mt),this._univerInstanceService.registerCtorForType($e.UNIVER_SLIDE,Ei);const n=t.get(Dn);n.__setCreateHandler((r,s,i,o)=>{if(!this._startedTypes.has(r)){this._pluginService.startPluginsForType(r),this._startedTypes.add(r);const l=t.createInstance(i,s);return n.__addUnit(l,o),this._tryProgressToReady(),l}const a=t.createInstance(i,s);return n.__addUnit(a,o),a})}_tryProgressToReady(){this._injector.get(f.LifecycleService).stage<Je.Ready&&(this._injector.get(f.LifecycleService).stage=Je.Ready)}registerPlugin(t,n){this._pluginService.registerPlugin(t,n)}}function JE(e,t){const n=Uu([[hu],[gn],[as],[f.LifecycleService],[f.PluginService],[lr],[Dn,{useClass:f.UniverInstanceService}],[Mu,{useClass:Du}],[wt,{useClass:Bi,lazy:!0}],[Bn,{useClass:f.CommandService}],[ls,{useClass:f.LocalUndoRedoService,lazy:!0}],[_i,{useClass:lu}],[_n,{useClass:Fi}],[is,{useClass:Pu,lazy:!0}],[Si,{useClass:Mi,lazy:!0}],[ou,{useClass:f.AuthzIoLocalService}],[au,{useClass:f.MentionIOLocalService,lazy:!0}]],t),r=e?e.createChild(n):new We.Injector(n);return Ui(r,[[lr],[Si]]),r}function tc(e){return e.map(t=>t/255)}function nc(e){return e.map(t=>Math.round(t*255))}const St=[[.333,-.667,-.667,0,1],[-.667,.333,-.667,0,1],[-.667,-.667,.333,0,1],[0,0,0,1,0]];function ZE(e){const t=e[0],n=e[1],r=e[2];let s=[St[0][0]*t+St[0][1]*n+St[0][2]*r+St[0][4],St[1][0]*t+St[1][1]*n+St[1][2]*r+St[1][4],St[2][0]*t+St[2][1]*n+St[2][2]*r+St[2][4]];return s=s.map(i=>i>1?1:i<0?0:i),s}function QE(e){return nc(ZE(tc(e)))}function e0([e,t,n]){const r=Math.max(e,t,n),s=Math.min(e,t,n),i=(r+s)/2;let o=0,a=0;if(r!==s){const l=r-s;switch(a=i>.5?l/(2-r-s):l/(r+s),r){case e:o=(t-n)/l+(t<n?6:0);break;case t:o=(n-e)/l+2;break;case n:o=(e-t)/l+4;break}o/=6}return[o,a,i]}function cs(e,t,n){const r=[e,t,n].map(s=>s<=.03928?s/12.92:((s+.055)/1.055)**2.4);return .2126*r[0]+.7152*r[1]+.0722*r[2]}function rc(e,t){return(Math.max(e,t)+.05)/(Math.min(e,t)+.05)}function t0(e,t,n){let r,s,i;if(t===0)r=s=i=n;else{const o=(u,c,h)=>{let d=h;return d<0&&(d+=1),d>1&&(d-=1),d<.16666666666666666?u+(c-u)*6*d:d<.5?c:d<.6666666666666666?u+(c-u)*(.6666666666666666-d)*6:u},a=n<.5?n*(1+t):n+t-n*t,l=2*n-a;r=o(l,a,e+1/3),s=o(l,a,e),i=o(l,a,e-1/3)}return[r,s,i]}const Di={r:1,g:1,b:1},Li={r:0,g:0,b:0},n0=cs(Di.r,Di.g,Di.b),r0=cs(Li.r,Li.g,Li.b);function s0(e){const t=cs(e[0],e[1],e[2]),n=rc(n0,t),r=e0(e);let s=1-r[2],i,o,a;do i=t0(r[0],r[1],s),o=cs(i[0],i[1],i[2]),a=rc(o,r0),s+=.01;while(s<=1&&s>=0&&Math.abs(a-n)<.01);return i}function i0(e){return nc(s0(tc(e)))}cc(),f.ABCToNumber=ef,f.AUTO_HEIGHT_FOR_MERGED_CELLS=Bo,f.AbsoluteRefType=nt,f.ActionIterator=yn,f.AlignTypeH=ua,f.AlignTypeV=ca,f.ArrangeTypeEnum=fa,f.ArrowsAndMarkersShapes=ro,f.AsyncInterceptorManager=Mp,f.AsyncLock=__,f.AutoFillSeries=Gi,f.BaselineOffset=xt,f.BasicShapes=no,f.BlockType=jo,f.BooleanNumber=ve,f.BorderStyleTypes=qe,f.BorderType=Vi,f.BuildTextUtils=at,f.BulletAlignment=Vn,f.COLORS=ps,f.CanceledError=Ec,f.CellModeEnum=pn,f.CellValueType=zt,f.Color=on,f.ColorBuilder=wr,f.ColorKit=At,f.ColorType=Rt,f.ColumnSeparatorType=Go,f.CommandType=xn,f.CommonHideTypes=Ki,f.ConfigService=lu,f.ContextService=Fi,f.CopyPasteType=Xi,f.CustomCommandExecutionError=ds,f.CustomDecorationType=an,f.CustomRangeType=Kt,f.DEFAULT_CELL=Nd,f.DEFAULT_DOC=ui,f.DEFAULT_DOCUMENT_SUB_COMPONENT_ID=Fp,f.DEFAULT_EMPTY_DOCUMENT_VALUE=Fo,f.DEFAULT_RANGE=Td,f.DEFAULT_RANGE_ARRAY=Ad,f.DEFAULT_SELECTION=yd,f.DEFAULT_SLIDE=pa,f.DEFAULT_STYLES=ut,f.DEFAULT_WORKSHEET_COLUMN_COUNT=Ru,f.DEFAULT_WORKSHEET_COLUMN_COUNT_KEY=hE,f.DEFAULT_WORKSHEET_COLUMN_TITLE_HEIGHT=Ou,f.DEFAULT_WORKSHEET_COLUMN_TITLE_HEIGHT_KEY=mE,f.DEFAULT_WORKSHEET_COLUMN_WIDTH=Su,f.DEFAULT_WORKSHEET_COLUMN_WIDTH_KEY=fE,f.DEFAULT_WORKSHEET_ROW_COUNT=Cu,f.DEFAULT_WORKSHEET_ROW_COUNT_KEY=cE,f.DEFAULT_WORKSHEET_ROW_HEIGHT=Iu,f.DEFAULT_WORKSHEET_ROW_HEIGHT_KEY=dE,f.DEFAULT_WORKSHEET_ROW_TITLE_WIDTH=vu,f.DEFAULT_WORKSHEET_ROW_TITLE_WIDTH_KEY=gE,f.DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY=As,f.DOCS_NORMAL_EDITOR_UNIT_ID_KEY=bs,f.DOCS_ZEN_EDITOR_UNIT_ID_KEY=ko,f.DOC_DRAWING_PRINTING_COMPONENT_KEY=Pd,f.DOC_RANGE_TYPE=po,f.DashStyleType=Zo,f.DataStreamTreeNodeType=Aa,f.DataStreamTreeTokenType=mt,f.DataValidationErrorStyle=ju,f.DataValidationImeMode=Yu,f.DataValidationOperator=zu,f.DataValidationRenderMode=Gu,f.DataValidationStatus=Vu,f.DataValidationType=Ku,f.DeleteDirection=qi,f.DependentOn=LE,f.DesktopLogService=Bi,f.DeveloperMetadataVisibility=Ji,f.Dimension=Zi,f.Direction=Qi,f.Disposable=st,f.DisposableCollection=Er,f.DocStyleType=Ho,f.DocumentDataModel=Mt,f.DocumentFlavor=Ts,f.DrawingTypeEnum=ga,f.EDITOR_ACTIVATED=uu,f.EXTENSION_NAMES=Ea,f.ErrorService=hu,f.EventState=su,f.EventSubject=xp,f.FOCUSING_COMMON_DRAWINGS=Zp,f.FOCUSING_DOC=cr,f.FOCUSING_EDITOR_BUT_HIDDEN=Gp,f.FOCUSING_EDITOR_INPUT_FORMULA=Vp,f.FOCUSING_EDITOR_STANDALONE=Xp,f.FOCUSING_FX_BAR_EDITOR=cu,f.FOCUSING_PANEL_EDITOR=qp,f.FOCUSING_SHEET=Mn,f.FOCUSING_SLIDE=hr,f.FOCUSING_UNIT=ur,f.FOCUSING_UNIVER_EDITOR=Kp,f.FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE=Jp,f.FORMULA_EDITOR_ACTIVATED=Qp,f.FollowNumberWithType=Wo,f.FontItalic=Ir,f.FontStyleType=En,f.FontWeight=Sr,f.GridType=Yo,f.HLSColor=go,f.HorizontalAlign=bt,f.IAuthzIoService=ou,f.ICommandService=Bn,f.IConfigService=_i,f.IContextService=_n,f.IImageIoService=wi,f.ILocalStorageService=TE,f.ILogService=wt,f.IMentionIOService=au,f.IPermissionService=Mu,f.IResourceLoaderService=Si,f.IResourceManagerService=is,f.IS_ROW_STYLE_PRECEDE_COLUMN_STYLE=xo,f.IUndoRedoService=ls,f.IUniverInstanceService=Dn,f.ImageCacheMap=Wu,f.ImageSourceType=Oi,f.ImageUploadStatusType=Hu,f.InterceptorEffectEnum=Nn,f.InterceptorManager=Tp,f.InterpolationPointType=eo,f.JSON1=O_,f.JSONX=Wt,f.LRUHelper=zn,f.LRUMap=Yn,f.LifecycleStages=Je,f.ListGlyphType=Ne,f.LocaleService=gn,f.LocaleType=Wn,f.LogLevel=xi,f.MOVE_BUFFER_VALUE=Hn,f.MemoryCursor=dn,f.MentionType=Rr,f.NAMED_STYLE_MAP=Dd,f.NAMED_STYLE_SPACE_MAP=Ld,f.NamedStyleType=it,f.NilCommand=Hi,f.NumberUnitType=la,f.ObjectMatrix=Tt,f.ObjectRelativeFromH=oa,f.ObjectRelativeFromV=aa,f.OtherShapes=so,f.PAGE_SIZE=kd,f.PAPER_TYPES=bd,f.PRESET_LIST_TYPE=sr,f.PRINT_CHART_COMPONENT_KEY=Ud,f.PageElementType=ma,f.PageOrientType=da,f.PageType=ys,f.PaperType=Ct,f.ParagraphElementType=Ko,f.ParagraphStyleBuilder=ar,f.ParagraphStyleValue=or,f.PermissionService=Du,f.PermissionStatus=Ci,f.Plugin=Ii,f.PositionedObjectLayoutType=qo,f.PresetListType=Pt,f.ProtectionType=to,f.QuickListType=$l,f.QuickListTypeMap=N_,f.RANGE_DIRECTION=_o,f.RANGE_TYPE=Le,f.RBush=Wr,f.RCDisposable=Sc,f.RGBA_PAREN=Zc,f.RGB_PAREN=Jc,f.ROTATE_BUFFER_VALUE=zi,f.RTree=VE,f.Range=Rn,f.Rectangle=Xt,f.RedoCommand=$u,f.RedoCommandId=Fu,f.RefAlias=Qd,f.Registry=fi,f.RegistryAsMap=gi,f.RelativeDate=oo,f.RelativeSlideLink=_a,f.ResourceManagerService=Pu,f.RgbColor=br,f.RichTextBuilder=fn,f.RichTextValue=Qt,f.RxDisposable=Ic,f.SHEET_EDITOR_UNITS=Md,f.SectionType=zo,f.SheetTypes=ao,f.SheetViewModel=bu,f.SliceBodyType=ai,f.SlideDataModel=Ei,f.SpacingRule=Jo,f.SpecialShapes=io,f.Styles=du,f.THEME_COLORS=fo,f.TabStopAlignment=Qo,f.TableAlignmentType=ta,f.TableLayoutType=na,f.TableRowHeightRule=sa,f.TableSizeType=ea,f.TableTextWrapType=ra,f.TextDecoration=lo,f.TextDecorationBuilder=Zt,f.TextDirection=jn,f.TextDirectionType=Vo,f.TextStyleBuilder=Jt,f.TextStyleValue=ir,f.TextX=Ye,f.TextXActionType=ue,f.ThemeColor=Ar,f.ThemeColorType=ht,f.ThemeColors=vr,f.ThemeService=as,f.Tools=re,f.UndoCommand=Bu,f.UndoCommandId=xu,f.UnitModel=Zr,f.Univer=qE,f.UniverInstanceType=$e,f.UpdateDocsAttributeType=Pe,f.UserManagerService=lr,f.VerticalAlign=rn,f.VerticalAlignmentType=ia,f.Worksheet=fr,f.WrapStrategy=sn,f.WrapTextType=Xo,f.addLinkToDocumentModel=mu,f.afterInitApply=Dc,f.afterTime=Nc,f.awaitTime=xE,f.binSearchFirstGreaterThanTarget=Yi,f.binarySearchArray=Lc,f.bufferDebounceTime=yc,f.cellToRange=bh,f.characterSpacingControlType=ha,f.checkForSubstrings=Ah,f.checkIfMove=Pc,f.checkParagraphHasBullet=ud,f.checkParagraphHasIndent=cd,f.checkParagraphHasIndentByStyle=No,f.codeToBlob=Uc,f.composeBody=li,f.composeInterceptors=nu,f.composeStyles=ms,f.concatMatrixArray=Id,f.convertBodyToHtml=qc,f.convertCellToRange=Eo,f.convertObservableToBehaviorSubject=Mc,f.covertTextRunToHtml=_s,f.createAsyncInterceptorKey=yp,f.createDefaultUser=os,f.createDocumentModelWithStyle=dr,f.createInterceptorKey=Ap,f.createInternalEditorID=wd,f.createRowColIter=Ls,f.dayjs=$t,f.debounce=n_,f.dedupe=hc,f.dedupeBy=dc,f.deepCompare=Is,f.delayAnimationFrame=BE,f.deleteContent=Do,f.extractPureTextFromCell=Tu,f.fromCallback=Wi,f.fromEventSubject=Bp,f.fromObservable=Rc,f.generateRandomId=Bt,f.get=sl,f.getArrayLength=Vt,f.getBodySlice=Nt,f.getBodySliceHtml=Or,f.getBorderStyleType=vh,f.getCellCoordByIndexSimple=bi,f.getCellInfoInMergeData=ph,f.getCellPositionByIndexSimple=GE,f.getCellValueType=fh,f.getCellWithCoordByIndexCore=Ln,f.getColorStyle=Lt,f.getCustomBlockSlice=zl,f.getCustomDecorationSlice=Vl,f.getCustomRangeSlice=Gl,f.getDocsUpdateBody=Oh,f.getIntersectRange=Sa,f.getOriginCellValue=pE,f.getParagraphsSlice=Yl,f.getPlainText=Gr,f.getReverseDirection=kc,f.getSectionBreakSlice=B_,f.getTableSlice=jl,f.getTextRunSlice=ss,f.getTransformOffsetX=Xu,f.getTransformOffsetY=qu,f.getWorksheetUID=IE,f.groupBy=mc,f.handleStyleToString=Sh,f.hashAlgorithm=dd,f.horizontalLineSegmentsSubtraction=Br,f.insertMatrixArray=vs,f.insertTextToContent=Mo,f.invertColorByHSL=i0,f.invertColorByMatrix=QE,f.isBlackColor=ch,f.isBooleanString=d_,f.isCellCoverable=Rs,f.isCellV=mh,f.isEmptyCell=Co,f.isFormulaId=Ih,f.isFormulaString=Rh,f.isICellData=dh,f.isInternalEditorID=$o,f.isNodeEnv=Xc,f.isNotNullOrUndefined=_u,f.isNullCell=gh,f.isNumeric=ru,f.isRangesEqual=nE,f.isRealNum=hd,f.isSafeNumeric=Lp,f.isSameStyleTextRun=Ro,f.isUnitRangesEqual=rE,f.isValidRange=wh,f.isWhiteColor=hh,f.makeArray=_c,f.makeCellRangeToRangeData=Ch,f.makeCellToSelection=Eh,f.makeCustomRangeStream=af,f.merge=Vs,f.mergeOverrideWithDependencies=Uu,f.mergeSets=Pp,f.mergeWith=o_,f.mergeWorksheetSnapshotWithDefault=wu,f.mixinClass=Dp,f.moveMatrixArray=ws,f.moveRangeByOffset=jd,f.nameCharacterCheck=FE,f.normalizeBody=$_,f.normalizeTextRuns=rr,f.numberToABC=nf,f.numberToListABC=rf,f.numfmt=Rd,f.queryObjectMatrix=Zd,f.registerDependencies=pc,f.remove=Fn,f.repeatStringNumTimes=ba,f.replaceInDocumentBody=kp,f.requestImmediateMacroTask=Up,f.rotate=gc,f.searchArray=$n,f.searchInOrderedArray=ji,f.selectionToArray=_h,f.sequence=ki,f.sequenceAsync=Pi,f.sequenceExecute=Cr,f.sequenceExecuteAsync=Tc,f.set=l_,f.shallowEqual=gl,f.skipParseTagNames=$E,f.sliceMatrixArray=Sd,f.sortRules=sf,f.sortRulesByDesc=of,f.sortRulesFactory=Jn,f.spliceArray=Os,f.splitIntoGrid=Ds,f.takeAfter=fs,f.textDiff=Xs,f.throttle=bp,f.toDisposable=tt,f.touchDependencies=Ui,f.updateAttributeByDelete=Kl,f.updateAttributeByInsert=Xl,Object.keys(We).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(f,e)&&Object.defineProperty(f,e,{enumerable:!0,get:()=>We[e]})}),Object.defineProperty(f,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(f,Ce){typeof exports=="object"&&typeof module<"u"?Ce(exports,require("rxjs"),require("rxjs/operators"),require("@wendellhu/redi"),require("@univerjs/themes")):typeof define=="function"&&define.amd?define(["exports","rxjs","rxjs/operators","@wendellhu/redi","@univerjs/themes"],Ce):(f=typeof globalThis<"u"?globalThis:f||self,Ce(f.UniverCore={},f.rxjs,f.rxjs.operators,f["@wendellhu/redi"],f.UniverThemes))})(this,function(f,Ce,Ft,We,cc){"use strict";var h0=Object.defineProperty;var d0=(f,Ce,Ft)=>Ce in f?h0(f,Ce,{enumerable:!0,configurable:!0,writable:!0,value:Ft}):f[Ce]=Ft;var R=(f,Ce,Ft)=>d0(f,typeof Ce!="symbol"?Ce+"":Ce,Ft);var ac,lc;function hc(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const s in r)if(s!=="default"&&!(s in e)){const i=Object.getOwnPropertyDescriptor(r,s);i&&Object.defineProperty(e,s,i.get?i:{enumerable:!0,get:()=>r[s]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}const pr=typeof global<"u"?global:typeof self<"u"?self:window;function dc(){const t=new Map;let n=0;typeof pr.requestIdleCallback!="function"&&(pr.requestIdleCallback=function(s){const i=Date.now(),o=++n,a=setTimeout(function(){t.delete(o);const u=Math.max(0,50-(Date.now()-i));s({didTimeout:u===0,timeRemaining(){return u}})},1);return t.set(o,a),o}),typeof pr.cancelIdleCallback!="function"&&(pr.cancelIdleCallback=function(s){const i=t.get(s);i!==void 0&&(clearTimeout(i),t.delete(s))})}function fc(){dc()}function Fn(e,t){const n=e.indexOf(t);return n>-1?(e.splice(n,1),!0):!1}function gc(e){const t=new Set,n=[];for(const r of e)t.has(r)||(t.add(r),n.push(r));return n}function mc(e,t){const n=new Set,r=[];for(const s of e){const i=t(s);n.has(i)||(n.add(i),r.push(s))}return r}function _c(e,t){for(let n=e.length-1;n>-1;n--){const r=e[n];if(t(r,n))return r}return null}function pc(e,t){if(e.length===0)return e;const n=t%e.length;return e.slice(n).concat(e.slice(0,n))}function Ec(e,t){const n=new Map;return e.forEach(r=>{const s=t(r);let i=n.get(s);n.has(s)||(i=[],n.set(s,i)),i.push(r)}),n}function Cc(e){return Array.isArray(e)?e:[e]}function Rc(e,t){t.forEach(n=>e.add(n))}function Pi(e,t){t.forEach(([n])=>{e.has(n)&&e.get(n)})}class ds extends Error{constructor(t){super(t),this.name="CustomCommandExecutionError"}}class Ic extends Error{constructor(){super("Canceled by facade"),this.name="CanceledError"}}async function ki(e){for(const[t,n]of e.entries())try{if(!await n())return{index:t,result:!1}}catch(r){return{index:t,result:!1,error:r}}return{result:!0,index:-1}}function Fi(e){for(const[t,n]of e.entries())try{if(!n())return{index:t,result:!1}}catch(r){return{index:t,result:!1,error:r}}return{result:!0,index:-1}}function Sc(e){return e instanceof Ce.Subscription||e instanceof Ce.Subject||e&&"closed"in e&&typeof e.unsubscribe<"u"}function tt(e){let t=!1;return e?Sc(e)?{dispose:()=>e.unsubscribe()}:typeof e=="function"?{dispose:()=>{t||(t=!0,e())}}:e:tt(()=>{})}function vc(e){return tt(()=>{e.unsubscribe()})}class Er{constructor(){R(this,"_disposables",new Set)}add(t){const n=tt(t);return this._disposables.add(n),{dispose:(r=!1)=>{r||n.dispose(),this._disposables.delete(n)}}}dispose(){this._disposables.forEach(t=>{t.dispose()}),this._disposables.clear()}}class st{constructor(){R(this,"_disposed",!1);R(this,"_collection",new Er)}disposeWithMe(t){return this._collection.add(t)}ensureNotDisposed(){if(this._disposed)throw new Error("[Disposable]: object is disposed!")}dispose(){this._disposed||(this._disposed=!0,this._collection.dispose())}}class Oc extends st{constructor(){super(...arguments);R(this,"dispose$",new Ce.Subject)}dispose(){super.dispose(),this.dispose$.next(),this.dispose$.complete()}}class wc extends st{constructor(n){super();R(this,"_ref",0);this._rootDisposable=n}inc(){if(this._disposed)throw new Error("[RCDisposable]: should not ref to a disposed.");this._ref+=1}dec(){this._ref-=1,this._ref===0&&(this._rootDisposable.dispose(),this.dispose())}}const _n=We.createIdentifier("univer.context-service");class xi extends st{constructor(){super(...arguments);R(this,"_contextChanged$",new Ce.Subject);R(this,"contextChanged$",this._contextChanged$.asObservable());R(this,"_contextMap",new Map)}dispose(){super.dispose(),this._contextChanged$.complete()}getContextValue(n){var r;return(r=this._contextMap.get(n))!=null?r:!1}setContextValue(n,r){this._contextMap.set(n,r),this._contextChanged$.next({[n]:r})}subscribeContextValue$(n){return new Ce.Observable(r=>{const s=this._contextChanged$.pipe(Ce.filter(i=>typeof i[n]<"u")).subscribe(i=>r.next(i[n]));return this._contextMap.has(n)&&r.next(this._contextMap.get(n)),()=>s.unsubscribe()})}}var Bi=(e=>(e[e.SILENT=0]="SILENT",e[e.ERROR=1]="ERROR",e[e.WARN=2]="WARN",e[e.INFO=3]="INFO",e[e.VERBOSE=4]="VERBOSE",e))(Bi||{});const It=We.createIdentifier("univer.log");class $i extends st{constructor(){super(...arguments);R(this,"_logLevel",3);R(this,"_deduction",new Set)}debug(...n){this._logLevel>=4&&this._log(console.debug,...n)}log(...n){this._logLevel>=3&&this._log(console.log,...n)}warn(...n){this._logLevel>=2&&this._log(console.warn,...n)}error(...n){this._logLevel>=1&&this._log(console.error,...n)}deprecate(...n){this._logLevel>=2&&this._logWithDeduplication(console.error,...n)}setLogLevel(n){this._logLevel=n}_log(n,...r){const s=r[0];/^\[(.*?)\]/g.test(s)?n(`\x1B[97;104m${s}\x1B[0m`,...r.slice(1)):n(...r)}_logWithDeduplication(n,...r){const s=bc(...r);this._deduction.has(s)||(this._deduction.add(s),this._log(n,...r))}}function bc(...e){return e.map(t=>JSON.stringify(t)).join("")}var Ac=Object.getOwnPropertyDescriptor,Tc=(e,t,n,r)=>{for(var s=r>1?void 0:r?Ac(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},Hi=(e,t)=>(n,r)=>t(n,r,e),xn=(e=>(e[e.COMMAND=0]="COMMAND",e[e.OPERATION=1]="OPERATION",e[e.MUTATION=2]="MUTATION",e))(xn||{});const Bn=We.createIdentifier("univer.core.command-service");class yc{constructor(){R(this,"_commands",new Map);R(this,"_commandTypes",new Map)}registerCommand(t){if(this._commands.has(t.id))throw new Error(`[CommandRegistry]: command "${t.id}" has been registered before.`);return this._commands.set(t.id,t),this._commandTypes.set(t.id,t.type),tt(()=>{this.unregisterCommand(t.id)})}unregisterCommand(t){this._commands.delete(t),this._commandTypes.delete(t)}hasCommand(t){return this._commands.has(t)}getCommand(t){return this._commands.has(t)?[this._commands.get(t)]:null}getCommandType(t){return this._commandTypes.get(t)}}const Wi={id:"nil",type:0,handler:()=>!0};f.CommandService=class extends st{constructor(n,r){super();R(this,"_commandRegistry");R(this,"_beforeCommandExecutionListeners",[]);R(this,"_commandExecutedListeners",[]);R(this,"_multiCommandDisposables",new Map);R(this,"_commandExecutingLevel",0);R(this,"_commandExecutionStack",[]);this._injector=n,this._logService=r,this._commandRegistry=new yc,this.registerCommand(Wi)}dispose(){super.dispose(),this._commandExecutedListeners.length=0,this._beforeCommandExecutionListeners.length=0}hasCommand(n){return this._commandRegistry.hasCommand(n)}registerCommand(n){return this._commandRegistry.registerCommand(n)}unregisterCommand(n){var r;this._commandRegistry.unregisterCommand(n),(r=this._multiCommandDisposables.get(n))==null||r.dispose()}registerMultipleCommand(n){return this._registerMultiCommand(n)}beforeCommandExecuted(n){if(this._beforeCommandExecutionListeners.indexOf(n)===-1)return this._beforeCommandExecutionListeners.push(n),tt(()=>{const r=this._beforeCommandExecutionListeners.indexOf(n);this._beforeCommandExecutionListeners.splice(r,1)});throw new Error("[CommandService]: could not add a listener twice.")}onCommandExecuted(n){if(this._commandExecutedListeners.indexOf(n)===-1)return this._commandExecutedListeners.push(n),tt(()=>{const r=this._commandExecutedListeners.indexOf(n);this._commandExecutedListeners.splice(r,1)});throw new Error("[CommandService]: could not add a listener twice.")}async executeCommand(n,r,s){try{const i=this._commandRegistry.getCommand(n);if(i){const[o]=i,a={id:o.id,type:o.type,params:r},l=this._pushCommandExecutionStack(a);this._beforeCommandExecutionListeners.forEach(c=>c(a,s));const u=await this._execute(o,r,s);return this._commandExecutedListeners.forEach(c=>c(a,s)),l.dispose(),u}throw new Error(`[CommandService]: command "${n}" is not registered.`)}catch(i){if(i instanceof ds)return!1;throw i}}syncExecuteCommand(n,r,s){var i;try{const o=this._commandRegistry.getCommand(n);if(o){const[a]=o,l={id:a.id,type:a.type,params:r};if(a.type===2){const h=_c(this._commandExecutionStack,d=>d.type===0);h&&(l.params=(i=l.params)!=null?i:{},l.params.trigger=h.id)}const u=this._pushCommandExecutionStack(l);this._beforeCommandExecutionListeners.forEach(h=>h(l,s));const c=this._syncExecute(a,r,s);return this._commandExecutedListeners.forEach(h=>h(l,s)),u.dispose(),c}throw new Error(`[CommandService]: command "${n}" is not registered.`)}catch(o){if(o instanceof ds)return!1;throw o}}_pushCommandExecutionStack(n){return this._commandExecutionStack.push(n),tt(()=>Fn(this._commandExecutionStack,n))}_registerMultiCommand(n){const r=this._commandRegistry.getCommand(n.id);let s;if(r){if(r[0].multi!==!0)throw new Error("Command has registered as a single command.");s=r[0]}else{s=new Nc(n.id);const o=new Er;o.add(this._commandRegistry.registerCommand(s)),o.add(tt(()=>{this._multiCommandDisposables.delete(n.id)})),this._multiCommandDisposables.set(n.id,o)}const i=s.registerImplementation(n);return tt(()=>{var o;i.dispose(),s.hasImplementations()||(o=this._multiCommandDisposables.get(n.id))==null||o.dispose()})}async _execute(n,r,s){this._logService.debug("[CommandService]",`${"|-".repeat(Math.max(this._commandExecutingLevel,0))}executing command "${n.id}"`),this._commandExecutingLevel++;let i;try{i=await this._injector.invoke(n.handler,r,s),this._commandExecutingLevel--}catch(o){throw i=!1,this._commandExecutingLevel=0,o}return i}_syncExecute(n,r,s){this._logService.debug("[CommandService]",`${"|-".repeat(Math.max(0,this._commandExecutingLevel))}executing command "${n.id}".`),this._commandExecutingLevel++;let i;try{if(i=this._injector.invoke(n.handler,r,s),i instanceof Promise)throw new TypeError("[CommandService]: Command handler should not return a promise.");this._commandExecutingLevel--}catch(o){throw i=!1,this._commandExecutingLevel=0,o}return i}},f.CommandService=Tc([Hi(0,We.Inject(We.Injector)),Hi(1,It)],f.CommandService);class Nc{constructor(t){R(this,"name");R(this,"multi",!0);R(this,"type",0);R(this,"priority",0);R(this,"_implementations",[]);R(this,"handler",async(t,n)=>{if(!this._implementations.length)return!1;const r=t.get(It),s=t.get(_n),i=t.get(We.Injector);for(const o of this._implementations){const a=o.command.preconditions;if((!a||a&&a(s))&&(r.debug("[MultiCommand]",`executing implementation "${o.command.name}".`),await i.invoke(o.command.handler,n)))return!0}return!1});this.id=t,this.name=t}registerImplementation(t){const n={command:t};return this._implementations.push(n),this._implementations.sort((r,s)=>s.command.priority-r.command.priority),tt(()=>{const r=this._implementations.indexOf(n);this._implementations.splice(r,1)})}hasImplementations(){return this._implementations.length>0}}function Cr(e,t,n){const r=e.map(s=>()=>t.syncExecuteCommand(s.id,s.params,n));return Fi(r)}function Mc(e,t,n){const r=e.map(s=>()=>t.executeCommand(s.id,s.params,n));return ki(r)}function ji(e){return new Ce.Observable(t=>{const n=e((...r)=>t.next(r));return()=>n==null?void 0:n.dispose()})}function fs(e){return function(n){return new Ce.Observable(r=>(n.subscribe({next:s=>{r.next(s),e(s)&&r.complete()},complete:()=>r.complete(),error:s=>r.error(s)}),()=>r.unsubscribe()))}}function Dc(e=0){return t=>{let n=[];return t.pipe(Ce.tap(r=>n.push(r)),Ce.debounceTime(e),Ce.map(()=>n),Ce.tap(()=>n=[]))}}function Lc(e){const t=new Ce.ReplaySubject(1);return setTimeout(()=>t.next(),e),t.pipe(Ce.take(1))}function Uc(e,t){const n=new Ce.BehaviorSubject(t);return e.subscribe(n),n}const Pc=e=>new Promise(t=>{Ce.merge(ji(e.onCommandExecuted.bind(e)).pipe(Ft.filter(([n])=>n.type===xn.MUTATION)),Ce.timer(300)).pipe(Ft.debounceTime(16),Ft.first()).subscribe(()=>{t()})});function Yi(e,t){let n=0,r=e.length-1;if(t<e[0])return 0;if(t>=e[e.length-1])return e.length-1;for(;n<=r;){if(e[n]===t){for(;n<e.length&&e[n]===t;)n++;return n}if(t>e[n]&&t<e[n+1])return n+1;if(e[r]===t){for(;r<e.length&&e[r]===t;)r++;return r}if(t>e[r-1]&&t<e[r])return r;n++,r--}return-1}function kc(e,t){let n=0,r=e.length-1;for(;n<=r;){const s=Math.floor((r+n)/2);if(t<e[s]&&(s===0||t>=e[s-1]))return s;if(t>=e[s])n=s+1;else if(t<e[s])r=s-1;else return-1}return-1}function zi(e,t){let n=0,r=e.length;for(;n<r;){const s=Math.floor((n+r)/2);e[s]<=t?n=s+1:r=s}return n<e.length?n:e.length-1}function $n(e,t,n=!1){let r=e.length-1;if(t<0||t<e[0])return 0;if(e.length<40||t<=e[20]||t>=e[r-20]?r=Yi(e,t):r=zi(e,t),n){const s=e[r];return e.indexOf(s)}return r}function Fc(e){const t=new Blob([e],{type:"text/javascript"});return window.URL.createObjectURL(t)}const Hn=2,Gi=1;function xc(e,t){if(t==null||e==null)return!0;const{left:n=0,top:r=0,height:s=0,width:i=0,angle:o=0}=t,{left:a=0,top:l=0,height:u=0,width:c=0,angle:h=0}=e,d=c,g=u,E=i,I=s;return Math.abs(a-n)>Hn||Math.abs(l-r)>Hn||Math.abs(d-E)>Hn||Math.abs(g-I)>Hn||Math.abs(h-o)>Gi}var Vi=(e=>(e[e.DEFAULT_SERIES=0]="DEFAULT_SERIES",e[e.ALTERNATE_SERIES=1]="ALTERNATE_SERIES",e))(Vi||{}),qe=(e=>(e[e.NONE=0]="NONE",e[e.THIN=1]="THIN",e[e.HAIR=2]="HAIR",e[e.DOTTED=3]="DOTTED",e[e.DASHED=4]="DASHED",e[e.DASH_DOT=5]="DASH_DOT",e[e.DASH_DOT_DOT=6]="DASH_DOT_DOT",e[e.DOUBLE=7]="DOUBLE",e[e.MEDIUM=8]="MEDIUM",e[e.MEDIUM_DASHED=9]="MEDIUM_DASHED",e[e.MEDIUM_DASH_DOT=10]="MEDIUM_DASH_DOT",e[e.MEDIUM_DASH_DOT_DOT=11]="MEDIUM_DASH_DOT_DOT",e[e.SLANT_DASH_DOT=12]="SLANT_DASH_DOT",e[e.THICK=13]="THICK",e))(qe||{}),Ki=(e=>(e.TOP="top",e.BOTTOM="bottom",e.LEFT="left",e.RIGHT="right",e.NONE="none",e.ALL="all",e.OUTSIDE="outside",e.INSIDE="inside",e.HORIZONTAL="horizontal",e.VERTICAL="vertical",e.TLBR="tlbr",e.TLBC_TLMR="tlbc_tlmr",e.TLBR_TLBC_TLMR="tlbr_tlbc_tlmr",e.BLTR="bl_tr",e.MLTR_BCTR="mltr_bctr",e))(Ki||{}),St=(e=>(e[e.UNSUPPORTED=0]="UNSUPPORTED",e[e.RGB=1]="RGB",e[e.HEX=2]="HEX",e[e.THEME=3]="THEME",e))(St||{}),Xi=(e=>(e[e.ON=0]="ON",e[e.OFF=1]="OFF",e))(Xi||{}),qi=(e=>(e[e.PASTE_NORMAL=0]="PASTE_NORMAL",e[e.PASTE_NO_BORDERS=1]="PASTE_NO_BORDERS",e[e.PASTE_FORMAT=2]="PASTE_FORMAT",e[e.PASTE_FORMULA=3]="PASTE_FORMULA",e[e.PASTE_DATA_VALIDATION=4]="PASTE_DATA_VALIDATION",e[e.PASTE_VALUES=5]="PASTE_VALUES",e[e.PASTE_CONDITIONAL_FORMATTING=6]="PASTE_CONDITIONAL_FORMATTING",e[e.PASTE_COLUMN_WIDTHS=7]="PASTE_COLUMN_WIDTHS",e))(qi||{}),Ji=(e=>(e[e.LEFT=0]="LEFT",e[e.RIGHT=1]="RIGHT",e))(Ji||{}),Zi=(e=>(e[e.DOCUMENT=0]="DOCUMENT",e[e.PROJECT=1]="PROJECT",e))(Zi||{}),Qi=(e=>(e[e.COLUMNS=0]="COLUMNS",e[e.ROWS=1]="ROWS",e))(Qi||{}),eo=(e=>(e[e.UP=0]="UP",e[e.RIGHT=1]="RIGHT",e[e.DOWN=2]="DOWN",e[e.LEFT=3]="LEFT",e))(eo||{});function Bc(e){switch(e){case 3:return 1;case 1:return 3;case 0:return 2;case 2:return 0}}var to=(e=>(e[e.INTERPOLATION_POINT_TYPE_UNSPECIFIED=0]="INTERPOLATION_POINT_TYPE_UNSPECIFIED",e[e.MIN=1]="MIN",e[e.MAX=2]="MAX",e[e.NUMBER=3]="NUMBER",e[e.PERCENT=4]="PERCENT",e[e.PERCENTILE=5]="PERCENTILE",e))(to||{}),Wn=(e=>(e.EN_US="enUS",e.FR_FR="frFR",e.ZH_CN="zhCN",e.RU_RU="ruRU",e.ZH_TW="zhTW",e.VI_VN="viVN",e.FA_IR="faIR",e))(Wn||{}),Rr=(e=>(e[e.PERSON=0]="PERSON",e[e.FILE=1]="FILE",e[e.DATE=2]="DATE",e[e.LOCATION=3]="LOCATION",e[e.EVENT=4]="EVENT",e))(Rr||{}),no=(e=>(e[e.RANGE=0]="RANGE",e[e.SHEET=1]="SHEET",e))(no||{}),ro=(e=>(e.Line="line",e.LineInv="lineInv",e.Triangle="triangle",e.RtTriangle="rtTriangle",e.Rect="rect",e.Diamond="diamond",e.Parallelogram="parallelogram",e.Trapezoid="trapezoid",e.NonIsocelesTrapezoid="nonIsocelesTrapezoid",e.Pentagon="pentagon",e.Hexagon="hexagon",e.Heptagon="heptagon",e.Octagon="octagon",e.Decagon="decagon",e.Dodecagon="dodecagon",e.Star4="star4",e.Star5="star5",e.Star6="star6",e.Star7="star7",e.Star8="star8",e.Star10="star10",e.Star12="star12",e.Star16="star16",e.Star24="star24",e.Star32="star32",e.RoundRect="roundRect",e.Round1Rect="round1Rect",e.Round2SameRect="round2SameRect",e.Round2DiagRect="round2DiagRect",e.Ellipse="ellipse",e))(ro||{}),so=(e=>(e.RightArrow="rightArrow",e.LeftArrow="leftArrow",e.UpArrow="upArrow",e.DownArrow="downArrow",e.LeftRightArrow="leftRightArrow",e.UpDownArrow="upDownArrow",e.QuadArrow="quadArrow",e.LeftRightUpArrow="leftRightUpArrow",e.BentArrow="bentArrow",e.UturnArrow="uturnArrow",e.CircularArrow="circularArrow",e.NotchedRightArrow="notchedRightArrow",e.HomePlate="homePlate",e.Chevron="chevron",e.LeftCircularArrow="leftCircularArrow",e.LeftRightCircularArrow="leftRightCircularArrow",e))(so||{}),io=(e=>(e.Plaque="plaque",e.Can="can",e.Cube="cube",e.Bevel="bevel",e.Donut="donut",e.NoSmoking="noSmoking",e.BlockArc="blockArc",e.FoldedCorner="foldedCorner",e))(io||{}),oo=(e=>(e.SmileyFace="smileyFace",e.Heart="heart",e.LightningBolt="lightningBolt",e.Sun="sun",e.Moon="moon",e.Cloud="cloud",e.Arc="arc",e.Backpack="backpack",e.Frame="frame",e.HalfFrame="halfFrame",e.Corner="corner",e.Chord="chord",e.Pie="pie",e.Teardrop="teardrop",e.WedgeRectCallout="wedgeRectCallout",e.WedgeRRectCallout="wedgeRRectCallout",e.WedgeEllipseCallout="wedgeEllipseCallout",e.CloudCallout="cloudCallout",e.BorderCallout1="borderCallout1",e.BorderCallout2="borderCallout2",e.BorderCallout3="borderCallout3",e.AccentCallout1="accentCallout1",e.AccentCallout2="accentCallout2",e.AccentCallout3="accentCallout3",e.Callout1="callout1",e.Callout2="callout2",e.Callout3="callout3",e.ActionButtonBackPrevious="actionButtonBackPrevious",e.ActionButtonEnd="actionButtonEnd",e.ActionButtonForwardNext="actionButtonForwardNext",e.ActionButtonHelp="actionButtonHelp",e.ActionButtonHome="actionButtonHome",e.ActionButtonInformation="actionButtonInformation",e.ActionButtonMovie="actionButtonMovie",e.ActionButtonReturn="actionButtonReturn",e.ActionButtonSound="actionButtonSound",e))(oo||{}),ao=(e=>(e[e.RELATIVE_DATE_UNSPECIFIED=0]="RELATIVE_DATE_UNSPECIFIED",e[e.PAST_YEAR=1]="PAST_YEAR",e[e.PAST_MONTH=2]="PAST_MONTH",e[e.PAST_WEEK=3]="PAST_WEEK",e[e.YESTERDAY=4]="YESTERDAY",e[e.TODAY=5]="TODAY",e[e.TOMORROW=6]="TOMORROW",e))(ao||{}),lo=(e=>(e[e.GRID=0]="GRID",e[e.KANBAN=1]="KANBAN",e[e.GANTT=2]="GANTT",e))(lo||{}),jn=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.LEFT_TO_RIGHT=1]="LEFT_TO_RIGHT",e[e.RIGHT_TO_LEFT=2]="RIGHT_TO_LEFT",e))(jn||{}),uo=(e=>(e[e.DASH=0]="DASH",e[e.DASH_DOT_DOT_HEAVY=1]="DASH_DOT_DOT_HEAVY",e[e.DASH_DOT_HEAVY=2]="DASH_DOT_HEAVY",e[e.DASHED_HEAVY=3]="DASHED_HEAVY",e[e.DASH_LONG=4]="DASH_LONG",e[e.DASH_LONG_HEAVY=5]="DASH_LONG_HEAVY",e[e.DOT_DASH=6]="DOT_DASH",e[e.DOT_DOT_DASH=7]="DOT_DOT_DASH",e[e.DOTTED=8]="DOTTED",e[e.DOTTED_HEAVY=9]="DOTTED_HEAVY",e[e.DOUBLE=10]="DOUBLE",e[e.NONE=11]="NONE",e[e.SINGLE=12]="SINGLE",e[e.THICK=13]="THICK",e[e.WAVE=14]="WAVE",e[e.WAVY_DOUBLE=15]="WAVY_DOUBLE",e[e.WAVY_HEAVY=16]="WAVY_HEAVY",e[e.WORDS=17]="WORDS",e))(uo||{}),At=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.LEFT=1]="LEFT",e[e.CENTER=2]="CENTER",e[e.RIGHT=3]="RIGHT",e[e.JUSTIFIED=4]="JUSTIFIED",e[e.BOTH=5]="BOTH",e[e.DISTRIBUTED=6]="DISTRIBUTED",e))(At||{}),rn=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.TOP=1]="TOP",e[e.MIDDLE=2]="MIDDLE",e[e.BOTTOM=3]="BOTTOM",e))(rn||{}),sn=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.OVERFLOW=1]="OVERFLOW",e[e.CLIP=2]="CLIP",e[e.WRAP=3]="WRAP",e))(sn||{}),Ir=(e=>(e[e.NORMAL=0]="NORMAL",e[e.ITALIC=1]="ITALIC",e))(Ir||{}),Sr=(e=>(e[e.NORMAL=0]="NORMAL",e[e.BOLD=1]="BOLD",e))(Sr||{}),xt=(e=>(e[e.NORMAL=1]="NORMAL",e[e.SUBSCRIPT=2]="SUBSCRIPT",e[e.SUPERSCRIPT=3]="SUPERSCRIPT",e))(xt||{}),ve=(e=>(e[e.FALSE=0]="FALSE",e[e.TRUE=1]="TRUE",e))(ve||{}),zt=(e=>(e[e.STRING=1]="STRING",e[e.NUMBER=2]="NUMBER",e[e.BOOLEAN=3]="BOOLEAN",e[e.FORCE_STRING=4]="FORCE_STRING",e))(zt||{}),ht=(e=>(e[e.DARK1=0]="DARK1",e[e.LIGHT1=1]="LIGHT1",e[e.DARK2=2]="DARK2",e[e.LIGHT2=3]="LIGHT2",e[e.ACCENT1=4]="ACCENT1",e[e.ACCENT2=5]="ACCENT2",e[e.ACCENT3=6]="ACCENT3",e[e.ACCENT4=7]="ACCENT4",e[e.ACCENT5=8]="ACCENT5",e[e.ACCENT6=9]="ACCENT6",e[e.HYPERLINK=10]="HYPERLINK",e[e.FOLLOWED_HYPERLINK=11]="FOLLOWED_HYPERLINK",e))(ht||{}),vr=(e=>(e.OFFICE="Office",e.OFFICE_2007_2010="Office 2007-2010",e.GRAYSCALE="Grayscale",e.BLUE_WARM="Blue Warm",e.BLUE="Blue",e.BLUE_II="Blue II",e.BLUE_GREEN="Blue Green",e.GREEN="Green",e.GREEN_YELLOW="Green Yellow",e.YELLOW="Yellow",e.YELLOW_ORANGE="Yellow Orange",e.ORANGE="Orange",e.ORANGE_RED="Orange Red",e.RED_ORANGE="Red Orange",e.RED="Red",e.RED_VIOLET="Red Violet",e.VIOLET="Violet",e.VIOLET_II="Violet II",e.MEDIAN="Median",e.PAPER="Paper",e.MARQUEE="Marquee",e.SLIPSTREAM="Slipstream",e.Aspect="Aspect",e))(vr||{});const $c="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let Hc=e=>crypto.getRandomValues(new Uint8Array(e)),Wc=(e,t,n)=>{let r=(2<<Math.log2(e.length-1))-1,s=-~(1.6*r*t/e.length);return(i=t)=>{let o="";for(;;){let a=n(s),l=s|0;for(;l--;)if(o+=e[a[l]&r]||"",o.length>=i)return o}}},jc=(e,t=21)=>Wc(e,t|0,Hc),Yc=(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e|=0));for(;e--;)t+=$c[n[e]&63];return t};const co=new Set(["ac","ad","ae","aero","af","ag","ai","al","am","ao","aq","ar","arpa","as","asia","at","au","aw","ax","az","ba","bb","bd","be","bf","bg","bh","bi","biz","bj","bm","bn","bo","br","bs","bt","bv","bw","by","bz","ca","cat","cc","cd","cf","cg","ch","ci","ck","cl","cm","cn","co","com","coop","cr","cu","cv","cw","cx","cy","cz","de","dj","dk","dm","do","dz","ec","edu","ee","eg","er","es","et","eu","fi","fj","fk","fm","fo","fr","ga","gb","gd","ge","gf","gg","gh","gi","gl","gm","gn","gov","gp","gq","gr","gs","gt","gu","gw","gy","hk","hm","hn","hr","ht","hu","id","ie","il","im","in","info","int","io","iq","ir","is","it","je","jm","jo","jobs","jp","ke","kg","kh","ki","km","kn","kp","kr","kw","ky","kz","la","lb","lc","li","lk","lr","ls","lt","lu","lv","ly","ma","mc","md","me","mg","mh","mil","mk","ml","mm","mn","mo","mobi","mp","mq","mr","ms","mt","mu","museum","mv","mw","mx","my","mz","na","name","nc","ne","net","nf","ng","ni","nl","no","np","nr","nu","nz","om","onion","org","pa","pe","pf","pg","ph","pk","pl","pm","pn","post","pr","pro","ps","pt","pw","py","qa","re","ro","rs","ru","rw","sa","sb","sc","sd","se","sg","sh","si","sj","sk","sl","sm","sn","so","sr","ss","st","su","sv","sx","sy","sz","tc","td","tel","tf","tg","th","tj","tk","tl","tm","tn","to","tr","tt","tv","tw","tz","ua","ug","uk","us","uy","uz","va","vc","ve","vg","vi","vn","vu","wf","ws","yt","za","zm","zw"]),zc=new RegExp("^(?:(?:(?:https?|ftp):)?\\/\\/)?(?:\\S+(?::\\S*)?@)?(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z0-9\\u00a1-\\uffff][a-z0-9\\u00a1-\\uffff_-]{0,62})?[a-z0-9\\u00a1-\\uffff]\\.)+(?:[a-z\\u00a1-\\uffff]{2,}\\.?))(?::\\d{2,5})?(?:[/?#]\\S*)?$","i");function Gc(e){if(!Number.isNaN(+e))return!1;if(e.startsWith("http://localhost:3002")||e.startsWith("localhost:3002"))return!0;if(zc.test(e)){if(ho(e))return!0;try{const r=new URL(fo(e)).hostname.split(".").pop();if(r&&co.has(r))return!0}catch{return!1}}return!1}function ho(e){return/^[a-zA-Z]+:\/\//.test(e)}function Vc(e){return/^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/.test(e)}function fo(e){return ho(e)?e:Vc(e)?`mailto://${e}`:`https://${e}`}const Kc=/^-ms-/,Xc=/-([a-z])/g,Gt=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"];function gs(e,t){const n=ne.getValueType(e),r=ne.getValueType(t);return n!==r?!1:ne.isArray(e)?qc(e,t):ne.isObject(e)?Jc(e,t):ne.isDate(e)?e.getTime()===t.getTime():ne.isRegExp(e)?e.toString()===t.toString():e===t}function qc(e,t){if(e.length!==t.length)return!1;for(let n=0,r=e.length;n<r;n++){const s=e[n],i=t[n];if(!gs(s,i))return!1}return!0}function Jc(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(const s of n){if(!r.includes(s))return!1;const i=e[s],o=t[s];if(!gs(i,o))return!1}return!0}class ne{static deleteNull(t){for(const n in t)(t[n]===null||t[n]===void 0)&&delete t[n];return t}static stringAt(t){let n="",r=t;for(;r>=Gt.length;)r/=Gt.length,r-=1,n+=Gt[r%Gt.length];const s=t%Gt.length;return n+=Gt[s],n}static indexAt(t){let n=0;for(let r=0;r<t.length-1;r+=1){const s=t.charCodeAt(r)-65,i=t.length-1-r;n+=Gt.length**i+Gt.length*s}return n+=t.charCodeAt(t.length-1)-65,n}static deleteBlank(t){return ne.isString(t)?t.replace(/\s/g,""):t}static getSystemType(){const t=navigator.userAgent,n=navigator.platform==="Win32"||navigator.platform==="Windows",r=navigator.platform==="Mac68K"||navigator.platform==="MacPPC"||navigator.platform==="Macintosh"||navigator.platform==="MacIntel";if(r)return"Mac";if(navigator.platform==="X11"&&!n&&!r)return"Unix";if(String(navigator.platform).indexOf("Linux")>-1)return"Linux";if(n){if(t.indexOf("Windows NT 5.0")>-1||t.indexOf("Windows 2000")>-1)return"Windows 2000";if(t.indexOf("Windows NT 5.1")>-1||t.indexOf("Windows XP")>-1)return"Windows XP";if(t.indexOf("Windows NT 5.2")>-1||t.indexOf("Windows 2003")>-1)return"Windows 2003";if(t.indexOf("Windows NT 6.0")>-1||t.indexOf("Windows Vista")>-1)return"Windows Vista";if(t.indexOf("Windows NT 6.1")>-1||t.indexOf("Windows 7")>-1)return"Windows 7";if(t.indexOf("Windows NT 10")>-1||t.indexOf("Windows 10")>-1)return"Windows 10";if(t.indexOf("Windows NT 11")>-1||t.indexOf("Windows 11")>-1)return"Windows 11"}return"Unknown system"}static getBrowserType(){const t=navigator.userAgent,n=t.indexOf("Opera")>-1,r=t.indexOf("compatible")>-1&&t.indexOf("MSIE")>-1&&!n,s=t.indexOf("Trident")>-1&&t.indexOf("rv:11.0")>-1,i=t.indexOf("Edge")>-1,o=t.indexOf("Firefox")>-1,a=t.indexOf("Safari")>-1&&t.indexOf("Chrome")===-1,l=t.indexOf("Chrome")>-1&&t.indexOf("Safari")>-1;if(r){new RegExp("MSIE (\\d+\\.\\d+);").test(t);const c=Number.parseFloat(RegExp.$1);return c===7?"IE7":c===8?"IE8":c===9?"IE9":c===10?"IE10":"0"}return o?"FF":n?"Opera":a?"Safari":l?"Chrome":i?"Edge":s?"IE11":"Unknown browser"}static generateRandomId(t=21,n){return Bt(t,n)}static getClassName(t){return t.constructor.name}static deepMerge(t,...n){n.forEach(o=>o&&i(o));function r(o,a){o.forEach((l,u)=>{var c,h;if(ne.isArray(l)){const d=(c=a[u])!=null?c:[];a[u]=d,r(l,d);return}if(ne.isObject(l)){const d=(h=a[u])!=null?h:{};a[u]=d,s(l,d);return}a[u]=l})}function s(o,a){Object.keys(o).forEach(l=>{var c,h;const u=o[l];if(ne.isObject(u)){const d=(c=a[l])!=null?c:{};a[l]=d,s(u,d);return}if(ne.isArray(u)){const d=(h=a[l])!=null?h:[];a[l]=d,r(u,d);return}a[l]=u})}function i(o){Object.keys(o).forEach(a=>{var u,c;const l=o[a];if(ne.isArray(l)){const h=(u=t[a])!=null?u:[];t[a]=h,r(l,h);return}if(ne.isObject(l)){const h=(c=t[a])!=null?c:{};t[a]=h,s(l,h);return}t[a]=l})}return t}static numberFixed(t,n){return Number(Number(t).toFixed(n))}static diffValue(t,n){return gs(t,n)}static deepClone(t){if(!this.isDefine(t))return t;if(this.isRegExp(t))return new RegExp(t);if(this.isDate(t))return new Date(t);if(this.isArray(t)){const n=[];return t.forEach((r,s)=>{n[s]=ne.deepClone(r)}),n}if(this.isObject(t)){const n={};return Object.keys(t).forEach(r=>{const s=t[r];n[r]=ne.deepClone(s)}),Object.setPrototypeOf(n,Object.getPrototypeOf(t)),n}return t}static getLanguage(){const t="en-US";return globalThis.navigator&&(navigator.languages&&navigator.languages[0]||navigator.language)||t}static getValueType(t){return Object.prototype.toString.apply(t)}static isDefine(t){return t!=null}static isBlank(t){return this.isDefine(t)?this.isString(t)?t.trim()==="":!1:!0}static isBoolean(t){return this.getValueType(t)==="[object Boolean]"}static isPlainObject(t){return this.isDefine(t)?Object.getPrototypeOf(t)===Object.getPrototypeOf({}):!1}static isFunction(t){return this.getValueType(t)==="[object Function]"}static isDate(t){return this.getValueType(t)==="[object Date]"}static isRegExp(t){return this.getValueType(t)==="[object RegExp]"}static isArray(t){return this.getValueType(t)==="[object Array]"}static isString(t){return this.getValueType(t)==="[object String]"}static isNumber(t){return this.getValueType(t)==="[object Number]"}static isStringNumber(t){return!isNaN(Number.parseFloat(t))&&isFinite(t)}static isObject(t){return this.getValueType(t)==="[object Object]"}static isEmptyObject(t){for(const n in t)return!1;return!0}static isMobile(){let t=0,n=0;return document.body.clientWidth&&(t=document.body.clientWidth),document.body.clientHeight&&(n=document.body.clientHeight),this.isAndroid()||this.isIPhone()||this.isTablet()||t<350&&n<500}static isTablet(){return/ipad|android|android 3.0|xoom|sch-i800|playbook|tablet|kindle/i.test(navigator.userAgent.toLowerCase())}static isWeChat(){const t=navigator.userAgent.toLowerCase();return String(t.match(/MicroMessenger/i))==="micromessenger"}static isAndroid(){const t=navigator.userAgent;return t.indexOf("Android")>-1||t.indexOf("Linux")>-1}static isIPhone(){return/iPhone/i.test(navigator.userAgent)}static isLegalUrl(t){return Gc(t)}static normalizeUrl(t){return fo(t)}static topLevelDomainCombiningString(){return[...co].join("|")}static itCount(t){return n=>{for(let r=0;r<t;r++)n&&n()}}static hasLength(t,n){return ne.isDefine(t)?ne.isDefine(n)?t.length===n:t.length>0:!1}static capitalize(t){return t.charAt(0).toUpperCase()+t.slice(1)}static fCamelCase(t,n){return n.toUpperCase()}static camelCase(t){return t.replace(Kc,"ms-").replace(Xc,this.fCamelCase)}static removeNull(t){return this.isObject(t)&&Object.keys(t).forEach(n=>{const r=t[n];r==null?delete t[n]:ne.removeNull(r)}),t}static fillTwoDimensionalArray(t,n,r){return new Array(t).fill(r).map(s=>new Array(n).fill(r))}static numToWord(t){let n="";for(;t>0;){let r=t%26;r=r===0?r=26:r,n=String.fromCharCode(96+r)+n,t=(t-r)/26}return n.toLocaleUpperCase()}static ABCatNum(t){if(t==null||t.length===0)return Number.NaN;const n=t.toLowerCase().split(""),r=n.length;let s=0,i=0;for(let o=0;o<r;o++)i=n[o].charCodeAt(0)-96,s+=i*26**(r-o-1);return s===0?Number.NaN:s-1}static chatAtABC(t){let i="";for(;t>=0;)i=String.fromCharCode(t%26+97)+i,t=Math.floor(t/26)-1;return i.toUpperCase()}static randSort(t){for(let n=0,r=t.length;n<r;n++){const s=Number.parseInt((Math.random()*r).toString()),i=t[s];t[s]=t[n],t[n]=i}return t}static commonExtend(t,n){const r={};for(const s in t)r[s]=t[s];for(const s in n)n[s]!=null&&(r[s]=n[s]);return r}static commonExtend1(t,n){for(const r in t)n[r]==null&&(n[r]=t[r]);return n}static arrayToObject(t){const n={};return t.forEach((r,s)=>{n[s]={},r.forEach((i,o)=>{n[s][o]=i})}),n}static hasIntersectionBetweenTwoRanges(t,n,r,s){return n>=r&&s>=t}static isStartValidPosition(t){return/^[A-Za-z_]/.test(t)}static isValidParameter(t){const n=/[~!@#$%^&*()+=\-{}\[\]\|:;"'<>,?\/ ]+/.test(t),r=t.length<=255;return!n&&r}static clamp(t,n,r){return Math.max(n,Math.min(r,t))}static now(){return performance&&performance.now?performance.now():Date.now()}}function Bt(e=21,t){return t?jc(t,e)():Yc(e)}function ms(...e){const t={},n=e.length;for(let r=n-1;r>=0;r--){const s=e[r];if(s){const i=Object.keys(s);for(const o of i)t[o]===void 0&&(t[o]=s[o])}}return t}const Zc=()=>typeof process<"u"&&process.versions!=null&&process.versions.node!=null;function Or(e,t,n){const{dataStream:r,textRuns:s=[]}=e;let i=t;const o=[];for(const a of s){const{st:l,ed:u}=a;ne.hasIntersectionBetweenTwoRanges(t,n,l,u)&&(l>i?(o.push(r.slice(i,l)),o.push(_s(r,{...a,ed:Math.min(u,n)}))):o.push(_s(r,{...a,st:i,ed:Math.min(u,n)}))),i=Math.max(t,Math.min(u,n))}return i!==n&&o.push(r.slice(i,n)),o.join("")}function Qc(e,t=!0){var n;if(t&&((n=e.paragraphs)!=null&&n.length)){const{dataStream:r,paragraphs:s=[]}=e;let i="",o=-1;for(const a of s){const{startIndex:l,paragraphStyle:u={}}=a,{spaceAbove:c,spaceBelow:h,lineSpacing:d}=u,g=[];c!=null&&(typeof c=="number"?g.push(`margin-top: ${c}px`):g.push(`margin-top: ${c.v}px`)),h!=null&&(typeof h=="number"?g.push(`margin-bottom: ${h}px`):g.push(`margin-bottom: ${h.v}px`)),d!=null&&g.push(`line-height: ${d}`),l>o+1?i+=`<p class="UniverNormal" ${g.length?`style="${g.join("; ")};"`:""}>${Or(e,o+1,l)}</p>`:i+=`<p class="UniverNormal" ${g.length?`style="${g.join("; ")};"`:""}></p>`,o=l}return o!==r.length&&(i+=Or(e,o,r.length)),i}else return Or(e,0,e.dataStream.length)}function _s(e,t){const{st:n,ed:r,ts:s={}}=t,{ff:i,fs:o,it:a,bl:l,ul:u,st:c,ol:h,bg:d,cl:g,va:E}=s;let I=e.slice(n,r);const b=[];return a===ve.TRUE&&(I=`<i>${I}</i>`),E===xt.SUPERSCRIPT?I=`<sup>${I}</sup>`:E===xt.SUBSCRIPT&&(I=`<sub>${I}</sub>`),(u==null?void 0:u.s)===ve.TRUE&&(I=`<u>${I}</u>`),(c==null?void 0:c.s)===ve.TRUE&&(I=`<s>${I}</s>`),l===ve.TRUE&&(I=`<strong>${I}</strong>`),i&&b.push(`font-family: ${i}`),g&&b.push(`color: ${g.rgb}`),o&&b.push(`font-size: ${o}pt`),h&&b.push("text-decoration: overline"),d&&b.push(`background: ${d.rgb}`),b.length?`<span style="${b.join("; ")};">${I}</span>`:I}const go={[vr.OFFICE]:{[ht.ACCENT1]:"#4472C4",[ht.ACCENT2]:"#ED7D31",[ht.ACCENT3]:"#A5A5A5",[ht.ACCENT4]:"#70AD47",[ht.ACCENT5]:"#5B9BD5",[ht.ACCENT6]:"#70AD47",[ht.DARK1]:"#000000",[ht.DARK2]:"#44546A",[ht.LIGHT1]:"#FFFFFF",[ht.LIGHT2]:"#E7E6E6",[ht.HYPERLINK]:"#0563C1",[ht.FOLLOWED_HYPERLINK]:"#954F72"}};class wr{constructor(){R(this,"_themeValue",ht.LIGHT1);R(this,"_themeColors");R(this,"_themeTint");R(this,"_rgbValue","");R(this,"_colorType");this._colorType=St.UNSUPPORTED,this._themeColors=vr.OFFICE,this._themeTint=0}asRgbColor(){return new br(this._rgbValue,this)}asThemeColor(){return new Ar(this._themeValue,this._themeTint,this._themeColors,this)}build(){switch(this._colorType){case St.THEME:return this.asThemeColor();case St.RGB:return this.asRgbColor();case St.UNSUPPORTED:throw new Error("unsupported color type")}}setRgbColor(t){return this._colorType=St.RGB,this._rgbValue=t,this}setThemeColors(t){this._colorType=St.THEME,this._themeColors=t}setThemeTint(t){this._colorType=St.THEME,this._themeTint=t}setThemeColor(t){return this._colorType=St.THEME,this._themeValue=t,this}getColorType(){return this._colorType}}class on{constructor(t){R(this,"_builder");this._builder=t}static rgbColorToHexValue(t){return`#${((1<<24)+(t.getRed()<<16)+(t.getGreen()<<8)+t.getBlue()).toString(16).slice(1)}`}static hexValueToRgbColor(t){t?t.indexOf("#")>-1&&(t=t.substring(1)):t="#000000";const n=+`0x${t[0]}${t[1]}`,r=+`0x${t[2]}${t[3]}`,s=+`0x${t[4]}${t[5]}`;return new wr().setRgbColor(`rgb(${n},${r},${s})`).asRgbColor()}static hexToRgbString(t){const n=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(n,(i,o,a,l)=>o+o+a+a+l+l);const r=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);let s=null;if(r){const i=Number.parseInt(r[1],16),o=Number.parseInt(r[2],16),a=Number.parseInt(r[3],16);s=`rgba(${i},${o},${a})`}return s}asRgbColor(){return this._builder.asRgbColor()}asThemeColor(){return this._builder.asThemeColor()}getColorType(){return this._builder.getColorType()}clone(){return new on(this._builder)}equals(t){return!1}}class mo{constructor(t){R(this,"_saturation",0);R(this,"_hue",0);R(this,"_lightness",0);R(this,"_alpha",0);const n=t.getRed()/255,r=t.getGreen()/255,s=t.getBlue()/255,i=t.getAlpha()/255,o=Math.min(n,Math.min(r,s)),a=Math.max(n,Math.max(r,s)),l=a-o;if(a===o){this._hue=0,this._saturation=0,this._lightness=a;return}this._lightness=(o+a)/2,this._lightness<.5?this._saturation=l/(a+o):this._saturation=l/(2-a-o),n===a&&(this._hue=(r-s)/l),r===a&&(this._hue=2+(s-n)/l),s===a&&(this._hue=4+(n-r)/l),this._hue*=60,this._hue<0&&(this._hue+=360),this._alpha=i}asRgbColor(){const t=new wr;if(this._saturation===0)return t.setRgbColor(`rgba(${this._lightness*255},${this._lightness*255},${this._lightness*255},${this._alpha*255})`),t.asRgbColor();let n;this._lightness<.5?n=this._lightness*(1+this._saturation):n=this._lightness+this._saturation-this._lightness*this._saturation;const r=2*this._lightness-n,s=this._hue/360,i=s+1/3,o=this.setColor(n,r,i),a=this.setColor(n,r,s),l=s-1/3,u=this.setColor(n,r,l);return t.setRgbColor(`rgba(${Math.round(o*255)},${Math.round(a*255)},${Math.round(u*255)},${this._alpha*255})`),t.asRgbColor()}getLightness(){return this._lightness}getHue(){return this._hue}getSaturation(){return this._saturation}getAlpha(){return this._alpha}setColor(t,n,r){r<0&&(r+=1),r>1&&(r-=1);let s;return 6*r<1?s=n+(t-n)*6*r:2*r<1?s=t:3*r<2?s=n+(t-n)*(2/3-r)*6:s=n,s}setLightness(t){this._lightness=t}}const wt=class wt extends on{constructor(n,r){super(r);R(this,"_cssString");R(this,"_red");R(this,"_green");R(this,"_blue");R(this,"_alpha");let s=n.match(wt.RGBA_EXTRACT);if(s){const i=+s[1],o=+s[2],a=+s[3],l=+s[4];this._cssString=n,this._red=i,this._green=o,this._blue=a,this._alpha=l;return}if(s=n.match(wt.RGB_EXTRACT),s){const i=+s[1],o=+s[2],a=+s[3];this._cssString=n,this._red=i,this._green=o,this._blue=a,this._alpha=1;return}throw new Error("Invalid rgba or rgb color")}asHexString(){return on.rgbColorToHexValue(this)}getRed(){let n=this._red+wt.RGB_COLOR_AMT;return n>255?n=255:n<0&&(n=0),n}getGreen(){let n=this._green+wt.RGB_COLOR_AMT;return n>255?n=255:n<0&&(n=0),n}getBlue(){let n=this._blue+wt.RGB_COLOR_AMT;return n>255?n=255:n<0&&(n=0),n}getAlpha(){return this._alpha}getColorType(){return St.RGB}clone(){return new wt(this._cssString,this._builder)}asThemeColor(){throw new Error("rgb color not support to themeColor")}equals(n){return n instanceof wt?n._red===this._red&&n._blue===this._blue&&n._green===this._green&&n._alpha===this._alpha:!1}getCssString(){return this._cssString}};R(wt,"RGB_COLOR_AMT",0),R(wt,"RGBA_EXTRACT",new RegExp("\\s*rgba\\s*\\((\\s*\\d+\\s*),(\\s*\\d+\\s*),(\\s*\\d+\\s*),(\\s*\\d.\\d|\\d\\s*)\\)\\s*")),R(wt,"RGB_EXTRACT",new RegExp("\\s*rgb\\s*\\((\\s*\\d+\\s*),(\\s*\\d+\\s*),(\\s*\\d+\\s*)\\)\\s*"));let br=wt;const en=class en extends on{constructor(n,r,s,i){super(i);R(this,"_themeColorType");R(this,"_themeTint");R(this,"_themeColors");this._themeColorType=n,this._themeTint=r,this._themeColors=s}lumValue(n,r){if(n==null)return r;let s;return n<0?s=r*(1+n):s=r*(1-n)+(255-255*(1-n)),s}asRgbColor(){const n=go[this._themeColors];if(n==null)throw new Error("not find themeColors type");const r=n[this._themeColorType];if(r==null)throw new Error("not find themeColors value");let s;if(en._cacheThemeColor.has(this._themeColors)){if(s=en._cacheThemeColor.get(this._themeColors),s.has(this._themeColorType))return s.get(this._themeColorType)}else s=new Map,en._cacheThemeColor.set(this._themeColors,s);const i=new mo(on.hexValueToRgbColor(r));i.setLightness(this.lumValue(this._themeTint,i.getLightness()*255)/255);const o=i.asRgbColor();return s.set(this._themeColorType,o),o}clone(){return new en(this._themeColorType,this._themeTint,this._themeColors,this._builder)}equals(n){return n instanceof en?n._themeColorType===this._themeColorType:!1}getColorType(){return St.THEME}getThemeColorType(){return this._themeColorType}};R(en,"_cacheThemeColor",new Map);let Ar=en;const eh="rgb(",th="rgba(",ps={aliceBlue:[240,248,255],antiqueWhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blancheAlmond:[255,235,205],blue:[0,0,255],blueViolet:[138,43,226],brown:[165,42,42],burlyWood:[222,184,135],cadetBlue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornFlowerBlue:[100,149,237],cornSilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkCyan:[0,139,139],darkGoldenrod:[184,132,11],darkGray:[169,169,169],darkGreen:[0,100,0],darkGrey:[169,169,169],darkKhaki:[189,183,107],darkMagenta:[139,0,139],darkOliveGreen:[85,107,47],darkOrange:[255,140,0],darkOrchid:[153,50,204],darkRed:[139,0,0],darkSalmon:[233,150,122],darkSeaGreen:[143,188,143],darkSlateBlue:[72,61,139],darkSlateGray:[47,79,79],darkSlateGrey:[47,79,79],darkTurquoise:[0,206,209],darkViolet:[148,0,211],deepPink:[255,20,147],deepSkyBlue:[0,191,255],dimGray:[105,105,105],dimGrey:[105,105,105],dodgerBlue:[30,144,255],firebrick:[178,34,34],floralWhite:[255,255,240],forestGreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostWhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenYellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotPink:[255,105,180],indianRed:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderBlush:[255,240,245],lawnGreen:[124,252,0],lemonChiffon:[255,250,205],lightblue:[173,216,230],lightCoral:[240,128,128],lightCyan:[224,255,255],lightGoldenrodYellow:[250,250,210],lightGray:[211,211,211],lightGreen:[144,238,144],lightGrey:[211,211,211],lightPink:[255,182,193],lightSalmon:[255,160,122],lightSeaGreen:[32,178,170],lightSkyBlue:[135,206,250],lightSlateGray:[119,136,153],lightSlateGrey:[119,136,153],lightSteelBlue:[176,196,222],lightYellow:[255,255,224],lime:[0,255,0],limeGreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumAquamarine:[102,205,170],mediumBlue:[0,0,205],mediumOrchid:[186,85,211],mediumPurple:[147,112,219],mediumSeaGreen:[60,179,113],mediumSlateBlue:[123,104,238],mediumSpringGreen:[0,250,154],mediumTurquoise:[72,209,204],mediumVioletRed:[199,21,133],midBightBlue:[25,25,112],mintCream:[245,255,250],mistyRose:[255,228,225],moccasin:[255,228,181],navajoWhite:[255,222,173],navy:[0,0,128],oldLace:[253,245,230],olive:[128,128,0],oliveDrab:[107,142,35],orange:[255,165,0],orangeRed:[255,69,0],orchid:[218,112,214],paleGoldenrod:[238,232,170],paleGreen:[152,251,152],paleTurquoise:[175,238,238],paleVioletRed:[219,112,147],papayaWhip:[255,239,213],peachPuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,203],powderBlue:[176,224,230],purple:[128,0,128],rebeccaPurple:[102,51,153],red:[255,0,0],rosyBrown:[188,143,143],royalBlue:[65,105,225],saddleBrown:[139,69,19],salmon:[250,128,114],sandyBrown:[244,164,96],seaGreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyBlue:[135,206,235],slateBlue:[106,90,205],slateGray:[119,128,144],slateGrey:[119,128,144],snow:[255,255,250],springGreen:[0,255,127],steelBlue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],transparent:[255,255,255,0],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whiteSmoke:[245,245,245],yellow:[255,255,0],yellowGreen:[154,205,5]};class Tt{constructor(t){R(this,"_color");R(this,"_rgbColor");R(this,"_isValid",!1);if(t==null){this._setNullColor();return}if(t instanceof Tt){this._color={...t._color},this._rgbColor={...t._rgbColor};return}const n=_o(t);if(n==null){this._setNullColor();return}this._color=n;const r=oh(this._color);if(r==null){this._setNullColor();return}this._rgbColor=r,this._isValid=!0}static mix(t,n,r){var u,c;r=Math.min(1,Math.max(0,r));const s=new Tt(t).toRgb(),i=new Tt(n).toRgb(),o=(u=s.a)!=null?u:1,a=(c=i.a)!=null?c:1,l={r:(i.r-s.r)*r+s.r,g:(i.g-s.g)*r+s.g,b:(i.b-s.b)*r+s.b,a:(a-o)*r+o};return new Tt(l)}static getContrastRatio(t,n){const r=new Tt(t).getLuminance(),s=new Tt(n).getLuminance();return(Math.max(r,s)+.05)/(Math.min(r,s)+.05)}get isValid(){return this._isValid}toRgb(){return this._rgbColor}toRgbString(){const{r:t,g:n,b:r,a:s=1}=this.toRgb(),i=s<1;return`rgb${i?"a":""}(${t},${n},${r}${i?`,${s}`:""})`}toString(){return this.toRgbString()}toHexString(t){const{r:n,g:r,b:s,a:i=1}=this.toRgb(),o=i<1,a=[Tr(Math.round(n).toString(16)),Tr(Math.round(r).toString(16)),Tr(Math.round(s).toString(16)),Tr(Math.round(i*255).toString(16))];return t&&a[0][0]===a[0][1]&&a[1][0]===a[1][1]&&a[2][0]===a[2][1]&&a[3][0]===a[3][1]?o?`#${a[0][0]}${a[1][0]}${a[2][0]}${a[3][0]}`:`#${a[0][0]}${a[1][0]}${a[2][0]}`:o?`#${a[0]}${a[1]}${a[2]}${a[3]}`:`#${a[0]}${a[1]}${a[2]}`}toHsv(){return ch(this.toRgb())}toHsl(){return uh(this.toRgb())}lighten(t=10){const n=this.toHsl();return n.l+=t,n.l=Math.min(Math.max(n.l,0),100),new Tt(n)}darken(t=10){const n=this.toHsl();return n.l-=t,n.l=Math.min(Math.max(n.l,0),100),new Tt(n)}setAlpha(t){return new Tt({...this._rgbColor,a:t})}getLuminance(){let{r:t,g:n,b:r}=this.toRgb();return t=Es(t),n=Es(n),r=Es(r),Number((.2126*t+.7152*n+.0722*r).toFixed(3))}getBrightness(){const{r:t,g:n,b:r}=this.toRgb();return(t*299+n*587+r*114)/1e3}getAlpha(){var t;return(t=this._color.a)!=null?t:1}isDark(){return this.getBrightness()<128}isLight(){return!this.isDark()}_setNullColor(){this._isValid=!1,this._color={r:0,g:0,b:0,a:0},this._rgbColor={r:0,g:0,b:0,a:0}}}const Tr=e=>e.length===1?`0${e}`:e,Es=e=>(e/=255,e<=.03928?e/12.92:((e+.055)/1.055)**2.4),_o=e=>{if(dh(e)){if("r"in e){const r={r:Math.round(e.r),g:Math.round(e.g),b:Math.round(e.b)};return e.a!==void 0&&(r.a=e.a),r}if("l"in e){const r={h:Math.round(e.h),s:e.s,l:e.l};return e.a!==void 0&&(r.a=e.a),r}const n={h:Math.round(e.h),s:e.s,v:e.v};return e.a!==void 0&&(n.a=e.a),n}const t=e.trim();if(ps[t]){const n=ps[t],r={r:Math.round(n[0]),g:Math.round(n[1]),b:Math.round(n[2])};return r.a=n[3]||1,r}if(t.startsWith("#"))return nh(t);if(t.startsWith("rgb"))return rh(t);if(t.startsWith("hsl"))return sh(t);if(t.startsWith("hsv"))return ih(t)},nh=e=>{const t=e.substring(1),n=new RegExp(`.{1,${t.length>=6?2:1}}`,"g");let r=t.match(n);if(!r||r.length<3)throw new Error(`The color '${e}' is illegal hex color`);r[0].length===1&&(r=r.map(i=>i+i));const s={r:Number.parseInt(r[0],16),g:Number.parseInt(r[1],16),b:Number.parseInt(r[2],16)};return r.length>3&&(s.a=Number.parseInt(r[3],16)/255),s},rh=e=>{const t=e.indexOf("(");if(t===-1)throw new Error(`The color '${e}' is illegal rgb color`);const n=e.substring(t+1,e.length-1).split(",");if(n.length<3)throw new Error(`The color '${e}' is illegal rgb color`);const r={r:Number.parseInt(n[0],10),g:Number.parseInt(n[1],10),b:Number.parseInt(n[2],10)};return n.length>3&&(r.a=Number.parseFloat(n[3])),r},sh=e=>{const t=e.indexOf("(");if(t===-1)throw new Error(`The color '${e}' is illegal hsl color`);const n=e.substring(t+1,e.length-1).split(",");if(n.length<3)throw new Error(`The color '${e}' is illegal hsl color`);const r={h:Number.parseInt(n[0],10),s:Number.parseFloat(n[1]),l:Number.parseFloat(n[2])};return n.length>3&&(r.a=Number.parseFloat(n[3])),r},ih=e=>{const t=e.indexOf("(");if(t===-1)throw new Error(`The color '${e}' is illegal hsv color`);const n=e.substring(t+1,e.length-1).split(",");if(n.length<3)throw new Error(`The color '${e}' is illegal hsv color`);const r={h:Number.parseInt(n[0],10),s:Number.parseFloat(n[1]),v:Number.parseFloat(n[2])};return n.length>3&&(r.a=Number.parseFloat(n[3])),r},oh=e=>{const t=_o(e);if(t!=null)return"r"in t?t:"l"in t?ah(t):lh(t)},Cs=(e,t,n)=>(n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e),ah=e=>{let{h:t,s:n,l:r}=e;t/=360,n/=100,r/=100;let s=0,i=0,o=0;if(n===0)s=i=o=r;else{const l=r<.5?r*(1+n):r+n-r*n,u=2*r-l;s=Cs(u,l,t+1/3),i=Cs(u,l,t),o=Cs(u,l,t-1/3)}const a={r:Math.round(s*255),g:Math.round(i*255),b:Math.round(o*255)};return e.a!==void 0&&(a.a=e.a),a},lh=e=>{let{h:t,s:n,v:r}=e;t=t/360*6,n/=100,r/=100;const s=Math.floor(t),i=t-s,o=r*(1-n),a=r*(1-i*n),l=r*(1-(1-i)*n),u=s%6,c=[r,a,o,o,l,r][u],h=[l,r,r,a,o,o][u],d=[o,o,l,r,r,a][u],g={r:c*255,g:h*255,b:d*255};return e.a!==void 0&&(g.a=e.a),g},uh=e=>{let{r:t,g:n,b:r}=e;t/=255,n/=255,r/=255;const s=Math.max(t,n,r),i=Math.min(t,n,r),o=(s+i)/2;let a,l;if(s===i)a=l=0;else{const c=s-i;switch(l=o>.5?c/(2-s-i):c/(s+i),s){case t:a=(n-r)/c+(n<r?6:0);break;case n:a=(r-t)/c+2;break;default:a=(t-n)/c+4;break}a/=6}const u={h:Math.round(a*360),s:Math.round(l*100),l:Math.round(o*100)};return e.a!==void 0&&(u.a=e.a),u},ch=e=>{let{r:t,g:n,b:r}=e;t/=255,n/=255,r/=255;const s=Math.max(t,n,r),i=Math.min(t,n,r);let o;const a=s,l=s-i,u=s===0?0:l/s;if(s===i)o=0;else{switch(s){case t:o=(n-r)/l+(n<r?6:0);break;case n:o=(r-t)/l+2;break;default:o=(t-n)/l+4;break}o/=6}const c={h:Math.round(o*360),s:Math.round(u*100),v:Math.round(a*100)};return e.a!==void 0&&(c.a=e.a),c},hh=e=>e==null,dh=e=>!hh(e)&&typeof e=="object";function fh(e){const t=/^#(?:[0]{3}|[0]{6})\b/,n=/^rgb\s*\(\s*0+\s*,\s*0+\s*,\s*0+\s*\)$/,r=/^rgba\s*\(\s*0+\s*,\s*0+\s*,\s*0+\s*,\s*(1|1\.0*|0?\.\d+)\)$/,s=/^hsl\s*\(\s*0*\s*,\s*0%*\s*,\s*0%*\s*\)$/,i=/^hsla\s*\(\s*0*\s*,\s*0%*\s*,\s*0%*\s*,\s*(1|1\.0*|0?\.\d+)\)$/;return!!(t.test(e)||n.test(e)||r.test(e)||s.test(e)||i.test(e))}function gh(e){const t=/^#(?:[Ff]{3}|[Ff]{6})\b/,n=/^rgb\s*\(\s*255\s*,\s*255\s*,\s*255\s*\)$/,r=/^rgba\s*\(\s*255\s*,\s*255\s*,\s*255\s*,\s*(1|1\.0*|0?\.\d+)\)$/,s=/^hsl\s*\(\s*0*\s*,\s*0%*\s*,\s*100%*\s*\)$/,i=/^hsla\s*\(\s*0*\s*,\s*0%*\s*,\s*100%*\s*,\s*(1|1\.0*|0?\.\d+)\)$/;return!!(t.test(e)||n.test(e)||r.test(e)||s.test(e)||i.test(e))}var Pe=(e=>(e[e.COVER=0]="COVER",e[e.REPLACE=1]="REPLACE",e))(Pe||{});function po(e){return e&&(e.s!==void 0||e.p!==void 0||e.v!==void 0||e.t!==void 0||e.f!==void 0||e.si!==void 0||e.custom!==void 0)}function mh(e){if(e.t!==void 0)return e.t;if(typeof e.v=="string")return zt.STRING;if(typeof e.v=="number")return zt.NUMBER;if(typeof e.v=="boolean")return zt.BOOLEAN}function _h(e){if(e==null)return!0;const{v:t,f:n,si:r,p:s,custom:i}=e;return!(!(t==null||typeof t=="string"&&t.length===0)||n!=null&&n.length>0||r!=null&&r.length>0||s!=null||i!=null)}function Eo(e){return e!=null&&(typeof e=="string"||typeof e=="number"||typeof e=="boolean")}var Le=(e=>(e[e.NORMAL=0]="NORMAL",e[e.ROW=1]="ROW",e[e.COLUMN=2]="COLUMN",e[e.ALL=3]="ALL",e))(Le||{}),nt=(e=>(e[e.NONE=0]="NONE",e[e.ROW=1]="ROW",e[e.COLUMN=2]="COLUMN",e[e.ALL=3]="ALL",e))(nt||{});function ph(e){return[e.startRow,e.startColumn,e.endRow,e.endColumn]}var Co=(e=>(e.NONE="none",e.BACKWARD="backward",e.FORWARD="forward",e))(Co||{}),Ro=(e=>(e.RECT="RECT",e.TEXT="TEXT",e))(Ro||{});function Eh(e,t,n){let r=!1,s=!1,i=e,o=t,a=e,l=t;if(n==null)return{actualRow:e,actualColumn:t,isMergedMainCell:s,isMerged:r,endRow:i,endColumn:o,startRow:a,startColumn:l};for(let u=0;u<n.length;u++){const{startRow:c,endRow:h,startColumn:d,endColumn:g}=n[u];if(e===c&&t===d){i=h,o=g,a=c,l=d,s=!0;break}if(e>=c&&e<=h&&t>=d&&t<=g){i=h,o=g,a=c,l=d,r=!0;break}}return{actualRow:e,actualColumn:t,isMergedMainCell:s,isMerged:r,endRow:i,endColumn:o,startRow:a,startColumn:l}}var pn=(e=>(e.Raw="raw",e.Intercepted="intercepted",e.Both="both",e))(pn||{});function Vt(e){let t=0;const n=Object.keys(e);for(const r of n){const s=Number(r);t=Math.max(t,s)}return t+1}function Rs(e,t,n){const r=Vt(n),s=n;for(let i=r-1;i>=e;i--)s[i+1]=s[i];s[e]=t}function Is(e,t,n){const r=Object.keys(n).reduce((s,i)=>Math.max(s,Number.parseInt(i)),0)+1;for(let s=e;s<r;s++)s<e+t?delete n[s]:n[s]!==void 0&&(n[s-t]=n[s],delete n[s])}function Ch(e,t){const n=e,r=Object.keys(n),s=r.length,i=t,o=Object.keys(i),a=o.length,l={};let u=0;for(let c=0;c<s;c++,u++){const h=r[c];l[u]=n[h]}for(let c=0;c<a;c++,u++){const h=o[c];l[u]=i[h]}return l}function Rh(e,t,n){const r=n;if(Vt(n)>0){const i={};let o=0;for(let a=e;a<=t;a++)r[a]&&(i[o]=r[a],o++);return i}return{}}function Ss(e,t,n,r){const s=e>n;if(!s&&e+t>n)throw new Error("Invalid move operation");s?Ih(e,t,n,r):Sh(e,t,n,r)}function Ih(e,t,n,r){const s=r,i=[];for(let o=e;o<e+t;o++)i.push(s[o]);for(let o=e-1;o>=n;o--){const a=s[o];s[o+t]=a,a===void 0&&delete s[o+t]}i.forEach((o,a)=>{s[n+a]=o,o===void 0&&delete s[n+a]})}function Sh(e,t,n,r){const s=r,i=[];for(let o=e;o<e+t;o++)i.push(s[o]);for(let o=e+t;o<n;o++){const a=s[o];s[o-t]=a,a===void 0&&delete s[o-t]}i.forEach((o,a)=>{s[n+a-t]=o,o===void 0&&delete s[n+a-t]})}class Et{constructor(t={}){R(this,"_matrix");this._setOriginValue(t)}static MakeObjectMatrixSize(t){return new Et({[t-1]:{}})}getMatrix(){return this._matrix}forEach(t){const n=this._matrix,r=Object.keys(n);for(const s of r){const i=Number(s),o=n[i];if(t(i,o)===!1)return this}return this}forRow(t){const n=this._matrix,r=Object.keys(n);for(const s of r){const i=Number(s),o=n[i];if(t(i,Object.keys(o).map(l=>Number(l)))===!1)return this}return this}forValue(t){const n=this._matrix;for(const r in n){const s=Number(r),i=n[s];if(i)for(const o in i){const a=Number(o),l=i[a];if(t(s,a,l)===!1)return this}}return this}swapRow(t,n){const r=this._matrix[t],s=this._matrix[n];this._matrix[t]=s,this._matrix[n]=r}getRow(t){return this._matrix[t]}getRowOrCreate(t){let n=this.getRow(t);return n==null&&(n={},this._matrix[t]=n),n}reset(){this._setOriginValue({})}hasValue(){const t=this._matrix,n=Object.keys(t);if(n.length===0)return!1;for(const r of n){const s=Number(r),i=t[s];if(Object.keys(i).length>0)return!0}return!1}getValue(t,n){var r,s;return(s=(r=this._matrix)==null?void 0:r[t])==null?void 0:s[n]}setValue(t,n,r){const s=this.getRowOrCreate(t);s[n]=r}deleteValue(t,n){var r,s;(s=(r=this._matrix)==null?void 0:r[t])==null||delete s[n]}realDeleteValue(t,n){var r,s,i;if((s=(r=this._matrix)==null?void 0:r[t])==null||delete s[n],this.getRow(t)){const o=this.getRow(t);if(o==null)return;Object.keys(o).length===0&&((i=this._matrix)==null||delete i[t])}}setRow(t,n){this._matrix[t]=n}moveRows(t,n,r){Ss(t,n,r,this._matrix)}moveColumns(t,n,r){this.forEach((s,i)=>{Ss(t,n,r,i)})}insertRows(t,n){for(let r=t;r<t+n;r++)Rs(r,{},this._matrix)}insertColumns(t,n){for(let r=t;r<t+n;r++)this.forEach((s,i)=>{i&&Rs(r,void 0,i)})}removeRows(t,n){Is(t,n,this._matrix)}removeColumns(t,n){this.forEach((r,s)=>{s&&Is(t,n,s)})}getFragment(t,n,r,s){const i=new Et;let o=0;for(let a=t;a<=n;a++){const l={};let u=0;for(let c=r;c<=s;c++){const h=this.getValue(a,c);l[u]=h,u++}i.setRow(o,l),o++}return i}getSlice(t,n,r,s){const i=new Et;for(let o=t;o<=n;o++)for(let a=r;a<=s;a++){const l=this.getValue(o,a);l&&i.setValue(o,a,ne.deepClone(l))}return i}getSizeOf(){return Object.keys(this._matrix).length}getLength(){return Vt(this._matrix)}getRange(){const r=this.getLength()-1;let s=0;const i=this.getLength();for(let o=0;o<i;o++){const a=this.getRow(o);if(a){const l=Vt(a)-1;s=l>s?l:s}}return{startRow:0,startColumn:0,endRow:r,endColumn:s}}toNativeArray(){const t=new Array;return this.forValue((n,r,s)=>{t.push(s)}),t}toArray(){const t=[];return this.forRow((n,r)=>{t[n]==null&&(t[n]=[]),r.forEach(s=>{t[n][s]=this.getValue(n,s)})}),t}toFullArray(){const t=this.getRange(),{endColumn:n,endRow:r}=t,s=[];for(let i=0;i<=r;i++){const o=new Array(n+1).fill(void 0);s.push(o)}return this.forValue((i,o,a)=>{s[i][o]=a}),s}toJSON(){return this._matrix}clone(){const t=JSON.stringify(this._matrix);return JSON.parse(t)}getData(){const t=JSON.stringify(this._matrix);return JSON.parse(t)}getArrayData(){let t=0,n=0,r=!1,s=!1;const i=new Et;return this.forEach((o,a)=>{r||(r=!0,t=o),Object.keys(a).forEach(l=>{const u=Number(l);s?u<n&&(n=u):(s=!0,n=u);const c=this.getValue(o,u);i.setValue(o-t,u-n,c)})}),i.getData()}getStartEndScope(){let t=1/0,n=-1/0,r=1/0,s=-1/0;const i=Object.keys(this._matrix);i.length>0&&(t=+i[0],n=+i[i.length-1]);for(const o of i){const a=Object.keys(this._matrix[o]);a.length>0&&(r=Math.min(r,+a[0]),s=Math.max(s,+a[a.length-1]))}return{startRow:t,endRow:n,startColumn:r,endColumn:s}}getDataRange(){let t=0,n=0,r=0,s=-1,i=!1,o=!1;return this.forEach((a,l)=>{if(i||(i=!0,t=a),l==null)return;const u=Vt(l)-1;u>r&&(r=u),Object.keys(l).forEach(c=>{const h=Number(c);o?h<n&&(n=h):(o=!0,n=h)}),a>s&&(s=a)}),{startRow:t,startColumn:n,endRow:s,endColumn:r}}getDiscreteRanges(){const t=[];return this.forEach((n,r)=>{Object.keys(r).forEach(s=>{const i=Number(s);let o=!1;for(const a of t)if(n>=a.startRow&&n<=a.endRow+1&&i>=a.startColumn&&i<=a.endColumn+1){a.endRow=Math.max(n,a.endRow),a.endColumn=Math.max(i,a.endColumn),o=!0;break}o||t.push({startRow:n,endRow:n,startColumn:i,endColumn:i})})}),t}_setOriginValue(t={}){this._matrix=t}}function Io(e){const{actualRow:t,actualColumn:n,isMerged:r,isMergedMainCell:s,mergeInfo:i}=e;let{startY:o,endY:a,startX:l,endX:u}=e,c=t,h=n,d=t,g=n;if(r&&i){const{startRow:E,startColumn:I,endRow:b,endColumn:M,startY:V,endY:Y,startX:ie,endX:N}=i;c=E,h=I,d=b,g=M,o=V,a=Y,l=ie,u=N}return s&&(o=i.startY,a=i.endY,l=i.startX,u=i.endX,d=i.endRow,g=i.endColumn),{startRow:c,startColumn:h,endRow:d,endColumn:g,startY:o,endY:a,startX:l,endX:u}}const vh=Io;function Oh(e){if(!e)return;const{actualRow:t,actualColumn:n,isMerged:r,isMergedMainCell:s,startRow:i,startColumn:o,endRow:a,endColumn:l}=e;let u=t,c=n,h=t,d=n;return(r||s)&&(u=i,c=o,h=a,d=l),{startRow:u,startColumn:c,endRow:h,endColumn:d}}function So(e){var n;return!e||(((n=e==null?void 0:e.v)==null?void 0:n.toString())||"").length===0&&!e.p}function vs(e){return So(e)&&(e==null?void 0:e.coverable)!==!1}function Lt(e){if(e){if(e.rgb)return e.rgb;if(e.th)return new wr().setThemeColor(e.th).asThemeColor().asRgbColor().getCssString()}return null}function vo(e){return ne.isString(e)&&e.substring(0,1)==="="&&e.length>1}function wh(e){return ne.isString(e)&&e.length>0}function bh(e,t=!1){var i;let n="";const r=new Map([["ff",()=>{e.ff&&(n+=`font-family: ${e.ff}; `)}],["fs",()=>{if(e.fs){let o=e.fs;e.va&&(o/=2),n+=`font-size: ${o}pt; `}}],["it",()=>{e.it&&(n+="font-style: italic; ")}],["bl",()=>{e.bl&&(n+="font-weight: bold; ")}],["ul",()=>{var o;(o=e.ul)!=null&&o.s&&(n.indexOf("text-decoration-line")>-1?n=n.replace(/(text-decoration-line:\s*[^;]+)(?=;)/g,(a,l)=>`${l} underline`):n+="text-decoration: underline; ",e.ul.cl&&n.indexOf("text-decoration-color")===-1&&(n+=`text-decoration-color: ${Lt(e.ul.cl)}; `),e.ul.t&&n.indexOf("text-decoration-style")===-1&&(n+=`text-decoration-style: ${e.ul.t} `))}],["st",()=>{var o;(o=e.st)!=null&&o.s&&(n.indexOf("text-decoration-line")>-1?n=n.replace(/(text-decoration-line:\s*[^;]+)(?=;)/g,(a,l)=>`${l} line-through`):n+="text-decoration-line: line-through; ",e.st.cl&&n.indexOf("text-decoration-color")===-1&&(n+=`text-decoration-color: ${Lt(e.st.cl)}; `),e.st.t&&n.indexOf("text-decoration-style")===-1&&(n+=`text-decoration-style: ${e.st.t} `))}],["ol",()=>{var o;(o=e.ol)!=null&&o.s&&(n.indexOf("text-decoration-line")>-1?n=n.replace(/(text-decoration-line:\s*[^;]+)(?=;)/g,(a,l)=>`${l} overline`):n+="text-decoration-line: overline; ",e.ol.cl&&n.indexOf("text-decoration-color")===-1&&(n+=`text-decoration-color: ${Lt(e.ol.cl)}; `),e.ol.t&&n.indexOf("text-decoration-style")===-1&&(n+=`text-decoration-style: ${e.ol.t} `))}],["bg",()=>{e.bg&&(n+=`background: ${Lt(e.bg)}; `)}],["bd",()=>{var o,a,l,u,c,h,d,g,E,I,b,M;(o=e.bd)!=null&&o.b&&(n+=`border-bottom: ${yr((a=e.bd)==null?void 0:a.b.s)} ${(l=Lt(e.bd.b.cl))!=null?l:""}; `),(u=e.bd)!=null&&u.t&&(n+=`border-top: ${yr((c=e.bd)==null?void 0:c.t.s)} ${(h=Lt(e.bd.t.cl))!=null?h:""}; `),(d=e.bd)!=null&&d.r&&(n+=`border-right: ${yr((g=e.bd)==null?void 0:g.r.s)} ${(E=Lt(e.bd.r.cl))!=null?E:""}; `),(I=e.bd)!=null&&I.l&&(n+=`border-left: ${yr((b=e.bd)==null?void 0:b.l.s)} ${(M=Lt(e.bd.l.cl))!=null?M:""}; `)}],["cl",()=>{e.cl&&(n+=`color: ${Lt(e.cl)}; `)}],["va",()=>{e.va===xt.SUBSCRIPT?n+="vertical-align: sub; ":e.va===xt.SUPERSCRIPT&&(n+="vertical-align: super; ")}],["td",()=>{e.td===jn.LEFT_TO_RIGHT?n+="direction: ltr; ":e.td===jn.RIGHT_TO_LEFT&&(n+="direction: rtl; ")}],["tr",()=>{var o,a,l;e.tr&&(n+=`--data-rotate: (${(o=e.tr)==null?void 0:o.a}deg${(a=e.tr)!=null&&a.v?` ,${(l=e.tr)==null?void 0:l.v}`:""});`)}],["ht",()=>{e.ht===At.LEFT?n+="text-align: left; ":e.ht===At.RIGHT?n+="text-align: right; ":e.ht===At.CENTER?n+="text-align: center; ":e.ht===At.JUSTIFIED&&(n+="text-align: justify; ")}],["vt",()=>{e.vt===rn.BOTTOM?n+="vertical-align: bottom; ":e.vt===rn.TOP?n+="vertical-align: top; ":e.vt===rn.MIDDLE&&(n+="vertical-align: middle; ")}],["tb",()=>{e.tb===sn.CLIP?n+="white-space: nowrap; overflow-x: hidden; ":e.tb===sn.WRAP&&(n+="white-space: normal;")}],["pd",()=>{var c,h,d,g,E,I,b,M;const o=`${(c=e.pd)==null?void 0:c.b}pt`,a=`${(h=e.pd)==null?void 0:h.t}pt`,l=`${(d=e.pd)==null?void 0:d.l}pt`,u=`${(g=e.pd)==null?void 0:g.r}pt`;(E=e.pd)!=null&&E.b&&(n+=`padding-bottom: ${o}; `),(I=e.pd)!=null&&I.t&&(n+=`padding-top: ${a}; `),(b=e.pd)!=null&&b.l&&(n+=`padding-left: ${l}; `),(M=e.pd)!=null&&M.r&&(n+=`padding-right: ${u}; `)}]]),s=["bd","tr","tb"];for(const o in e)t&&s.includes(o)||(i=r.get(o))==null||i();return n}function yr(e){let t="";return e===qe.NONE?t="none":e===qe.THIN?t="0.5pt solid":e===qe.HAIR?t="0.5pt double":e===qe.DOTTED?t="0.5pt dotted":e===qe.DASHED||e===qe.DASH_DOT?t="0.5pt dashed":e===qe.DASH_DOT_DOT?t="0.5pt dotted":e===qe.DOUBLE?t="0.5pt double":e===qe.MEDIUM?t="1pt solid":e===qe.MEDIUM_DASHED||e===qe.MEDIUM_DASH_DOT?t="1pt dashed":e===qe.MEDIUM_DASH_DOT_DOT?t="1pt dotted":e===qe.SLANT_DASH_DOT?t="0.5pt dashed":e===qe.THICK&&(t="1.5pt solid"),t}function Ah(e){let t=0;if(e=e.trim(),e==="none")t=qe.NONE;else if(e==="0.5pt solid")t=qe.THIN;else if(e==="0.5pt double")t=qe.HAIR;else if(e==="0.5pt dotted")t=qe.DOTTED;else if(e==="0.5pt dashed")t=qe.DASHED;else if(e==="1pt solid")t=qe.MEDIUM;else if(e==="1pt dashed")t=qe.MEDIUM_DASHED;else if(e==="1pt dotted")t=qe.MEDIUM_DASH_DOT_DOT;else if(e==="1.5pt solid")t=qe.THICK;else if(!e.includes("none"))t=qe.THIN;else return qe.NONE;return t}function Th(e,t){let n=e.body;if(t){const{headers:r,footers:s}=e;r!=null&&r[t]?n=r[t].body:s!=null&&s[t]&&(n=s[t].body)}return n}function yh(e,t){const{startRow:n,endRow:r,startColumn:s,endColumn:i,rangeType:o}=e;if(n<0||s<0||r<0||i<0||!(Number.isNaN(n)&&Number.isNaN(r))&&o===Le.COLUMN||!(Number.isNaN(s)&&Number.isNaN(i))&&o===Le.ROW||o!==Le.ROW&&o!==Le.COLUMN&&(Number.isNaN(s)||Number.isNaN(n)||Number.isNaN(i)||Number.isNaN(r)))return!1;if(t){const a=t.getRowCount(),l=t.getColumnCount();if(r>=a||i>=l)return!1}return!0}function Nh(e,t){return{startRow:e,endRow:e,startColumn:t,endColumn:t}}function Os(e){return vo(e)?{f:e,v:null,p:null}:Eo(e)?{v:e,p:null,f:null}:(po(e),e)}function Mh(e,t){const n=new Et,{startRow:r,startColumn:s,endRow:i,endColumn:o}=t;if(ne.isArray(e))for(let a=0;a<=i-r;a++)for(let l=0;l<=o-s;l++)n.setValue(a+r,l+s,Os(e[a][l]));else new Et(e).forValue((l,u,c)=>{n.setValue(l,u,Os(c))});return n.getMatrix()}function ws(e,t){return Object.prototype.toString.call(e)===Object.prototype.toString.call(t)?Object.prototype.toString.call(e)==="[object Object]"||Object.prototype.toString.call(e)==="[object Array]"?Object.keys(e).length!==Object.keys(t).length?!1:Object.keys(e).every(n=>ws(e[n],t[n])):e===t:!1}function Oo(e,t){const n=e.ts||{},r=t.ts||{};return e.sId!==t.sId?!1:ws(n,r)}function Dh(e,t){return t.some(n=>e.indexOf(n)>-1)}function Ct(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Nr={exports:{}},Lh=Nr.exports,wo;function Uh(){return wo||(wo=1,function(e,t){(function(n,r){e.exports=r()})(Lh,function(){var n=1e3,r=6e4,s=36e5,i="millisecond",o="second",a="minute",l="hour",u="day",c="week",h="month",d="quarter",g="year",E="date",I="Invalid Date",b=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,M=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,V={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(L){var A=["th","st","nd","rd"],w=L%100;return"["+L+(A[(w-20)%10]||A[w]||A[0])+"]"}},Y=function(L,A,w){var x=String(L);return!x||x.length>=A?L:""+Array(A+1-x.length).join(w)+L},ie={s:Y,z:function(L){var A=-L.utcOffset(),w=Math.abs(A),x=Math.floor(w/60),$=w%60;return(A<=0?"+":"-")+Y(x,2,"0")+":"+Y($,2,"0")},m:function L(A,w){if(A.date()<w.date())return-L(w,A);var x=12*(w.year()-A.year())+(w.month()-A.month()),$=A.clone().add(x,h),K=w-$<0,oe=A.clone().add(x+(K?-1:1),h);return+(-(x+(w-$)/(K?$-oe:oe-$))||0)},a:function(L){return L<0?Math.ceil(L)||0:Math.floor(L)},p:function(L){return{M:h,y:g,w:c,d:u,D:E,h:l,m:a,s:o,ms:i,Q:d}[L]||String(L||"").toLowerCase().replace(/s$/,"")},u:function(L){return L===void 0}},N="en",T={};T[N]=V;var j="$isDayjsObject",Q=function(L){return L instanceof W||!(!L||!L[j])},ge=function L(A,w,x){var $;if(!A)return N;if(typeof A=="string"){var K=A.toLowerCase();T[K]&&($=K),w&&(T[K]=w,$=K);var oe=A.split("-");if(!$&&oe.length>1)return L(oe[0])}else{var fe=A.name;T[fe]=A,$=fe}return!x&&$&&(N=$),$||!x&&N},ce=function(L,A){if(Q(L))return L.clone();var w=typeof A=="object"?A:{};return w.date=L,w.args=arguments,new W(w)},p=ie;p.l=ge,p.i=Q,p.w=function(L,A){return ce(L,{locale:A.$L,utc:A.$u,x:A.$x,$offset:A.$offset})};var W=function(){function L(w){this.$L=ge(w.locale,null,!0),this.parse(w),this.$x=this.$x||w.x||{},this[j]=!0}var A=L.prototype;return A.parse=function(w){this.$d=function(x){var $=x.date,K=x.utc;if($===null)return new Date(NaN);if(p.u($))return new Date;if($ instanceof Date)return new Date($);if(typeof $=="string"&&!/Z$/i.test($)){var oe=$.match(b);if(oe){var fe=oe[2]-1||0,me=(oe[7]||"0").substring(0,3);return K?new Date(Date.UTC(oe[1],fe,oe[3]||1,oe[4]||0,oe[5]||0,oe[6]||0,me)):new Date(oe[1],fe,oe[3]||1,oe[4]||0,oe[5]||0,oe[6]||0,me)}}return new Date($)}(w),this.init()},A.init=function(){var w=this.$d;this.$y=w.getFullYear(),this.$M=w.getMonth(),this.$D=w.getDate(),this.$W=w.getDay(),this.$H=w.getHours(),this.$m=w.getMinutes(),this.$s=w.getSeconds(),this.$ms=w.getMilliseconds()},A.$utils=function(){return p},A.isValid=function(){return this.$d.toString()!==I},A.isSame=function(w,x){var $=ce(w);return this.startOf(x)<=$&&$<=this.endOf(x)},A.isAfter=function(w,x){return ce(w)<this.startOf(x)},A.isBefore=function(w,x){return this.endOf(x)<ce(w)},A.$g=function(w,x,$){return p.u(w)?this[x]:this.set($,w)},A.unix=function(){return Math.floor(this.valueOf()/1e3)},A.valueOf=function(){return this.$d.getTime()},A.startOf=function(w,x){var $=this,K=!!p.u(x)||x,oe=p.p(w),fe=function(G,z){var he=p.w($.$u?Date.UTC($.$y,z,G):new Date($.$y,z,G),$);return K?he:he.endOf(u)},me=function(G,z){return p.w($.toDate()[G].apply($.toDate("s"),(K?[0,0,0,0]:[23,59,59,999]).slice(z)),$)},Me=this.$W,Te=this.$M,v=this.$D,B="set"+(this.$u?"UTC":"");switch(oe){case g:return K?fe(1,0):fe(31,11);case h:return K?fe(1,Te):fe(0,Te+1);case c:var X=this.$locale().weekStart||0,J=(Me<X?Me+7:Me)-X;return fe(K?v-J:v+(6-J),Te);case u:case E:return me(B+"Hours",0);case l:return me(B+"Minutes",1);case a:return me(B+"Seconds",2);case o:return me(B+"Milliseconds",3);default:return this.clone()}},A.endOf=function(w){return this.startOf(w,!1)},A.$set=function(w,x){var $,K=p.p(w),oe="set"+(this.$u?"UTC":""),fe=($={},$[u]=oe+"Date",$[E]=oe+"Date",$[h]=oe+"Month",$[g]=oe+"FullYear",$[l]=oe+"Hours",$[a]=oe+"Minutes",$[o]=oe+"Seconds",$[i]=oe+"Milliseconds",$)[K],me=K===u?this.$D+(x-this.$W):x;if(K===h||K===g){var Me=this.clone().set(E,1);Me.$d[fe](me),Me.init(),this.$d=Me.set(E,Math.min(this.$D,Me.daysInMonth())).$d}else fe&&this.$d[fe](me);return this.init(),this},A.set=function(w,x){return this.clone().$set(w,x)},A.get=function(w){return this[p.p(w)]()},A.add=function(w,x){var $,K=this;w=Number(w);var oe=p.p(x),fe=function(Te){var v=ce(K);return p.w(v.date(v.date()+Math.round(Te*w)),K)};if(oe===h)return this.set(h,this.$M+w);if(oe===g)return this.set(g,this.$y+w);if(oe===u)return fe(1);if(oe===c)return fe(7);var me=($={},$[a]=r,$[l]=s,$[o]=n,$)[oe]||1,Me=this.$d.getTime()+w*me;return p.w(Me,this)},A.subtract=function(w,x){return this.add(-1*w,x)},A.format=function(w){var x=this,$=this.$locale();if(!this.isValid())return $.invalidDate||I;var K=w||"YYYY-MM-DDTHH:mm:ssZ",oe=p.z(this),fe=this.$H,me=this.$m,Me=this.$M,Te=$.weekdays,v=$.months,B=$.meridiem,X=function(z,he,le,H){return z&&(z[he]||z(x,K))||le[he].slice(0,H)},J=function(z){return p.s(fe%12||12,z,"0")},G=B||function(z,he,le){var H=z<12?"AM":"PM";return le?H.toLowerCase():H};return K.replace(M,function(z,he){return he||function(le){switch(le){case"YY":return String(x.$y).slice(-2);case"YYYY":return p.s(x.$y,4,"0");case"M":return Me+1;case"MM":return p.s(Me+1,2,"0");case"MMM":return X($.monthsShort,Me,v,3);case"MMMM":return X(v,Me);case"D":return x.$D;case"DD":return p.s(x.$D,2,"0");case"d":return String(x.$W);case"dd":return X($.weekdaysMin,x.$W,Te,2);case"ddd":return X($.weekdaysShort,x.$W,Te,3);case"dddd":return Te[x.$W];case"H":return String(fe);case"HH":return p.s(fe,2,"0");case"h":return J(1);case"hh":return J(2);case"a":return G(fe,me,!0);case"A":return G(fe,me,!1);case"m":return String(me);case"mm":return p.s(me,2,"0");case"s":return String(x.$s);case"ss":return p.s(x.$s,2,"0");case"SSS":return p.s(x.$ms,3,"0");case"Z":return oe}return null}(z)||oe.replace(":","")})},A.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},A.diff=function(w,x,$){var K,oe=this,fe=p.p(x),me=ce(w),Me=(me.utcOffset()-this.utcOffset())*r,Te=this-me,v=function(){return p.m(oe,me)};switch(fe){case g:K=v()/12;break;case h:K=v();break;case d:K=v()/3;break;case c:K=(Te-Me)/6048e5;break;case u:K=(Te-Me)/864e5;break;case l:K=Te/s;break;case a:K=Te/r;break;case o:K=Te/n;break;default:K=Te}return $?K:p.a(K)},A.daysInMonth=function(){return this.endOf(h).$D},A.$locale=function(){return T[this.$L]},A.locale=function(w,x){if(!w)return this.$L;var $=this.clone(),K=ge(w,x,!0);return K&&($.$L=K),$},A.clone=function(){return p.w(this.$d,this)},A.toDate=function(){return new Date(this.valueOf())},A.toJSON=function(){return this.isValid()?this.toISOString():null},A.toISOString=function(){return this.$d.toISOString()},A.toString=function(){return this.$d.toUTCString()},L}(),O=W.prototype;return ce.prototype=O,[["$ms",i],["$s",o],["$m",a],["$H",l],["$W",u],["$M",h],["$y",g],["$D",E]].forEach(function(L){O[L[1]]=function(A){return this.$g(A,L[0],L[1])}}),ce.extend=function(L,A){return L.$i||(L(A,W,ce),L.$i=!0),ce},ce.locale=ge,ce.isDayjs=Q,ce.unix=function(L){return ce(1e3*L)},ce.en=T[N],ce.Ls=T,ce.p={},ce})}(Nr)),Nr.exports}var Ph=Uh();const $t=Ct(Ph);var Mr={exports:{}},kh=Mr.exports,bo;function Fh(){return bo||(bo=1,function(e,t){(function(n,r){e.exports=r()})(kh,function(){return function(n,r){var s=r.prototype,i=s.format;s.format=function(o){var a=this,l=this.$locale();if(!this.isValid())return i.bind(this)(o);var u=this.$utils(),c=(o||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(h){switch(h){case"Q":return Math.ceil((a.$M+1)/3);case"Do":return l.ordinal(a.$D);case"gggg":return a.weekYear();case"GGGG":return a.isoWeekYear();case"wo":return l.ordinal(a.week(),"W");case"w":case"ww":return u.s(a.week(),h==="w"?1:2,"0");case"W":case"WW":return u.s(a.isoWeek(),h==="W"?1:2,"0");case"k":case"kk":return u.s(String(a.$H===0?24:a.$H),h==="k"?1:2,"0");case"X":return Math.floor(a.$d.getTime()/1e3);case"x":return a.$d.getTime();case"z":return"["+a.offsetName()+"]";case"zzz":return"["+a.offsetName("long")+"]";default:return h}});return i.bind(this)(c)}}})}(Mr)),Mr.exports}var xh=Fh();const Bh=Ct(xh);var Dr={exports:{}},$h=Dr.exports,Ao;function Hh(){return Ao||(Ao=1,function(e,t){(function(n,r){e.exports=r()})($h,function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},r=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,s=/\d/,i=/\d\d/,o=/\d\d?/,a=/\d*[^-_:/,()\s\d]+/,l={},u=function(b){return(b=+b)+(b>68?1900:2e3)},c=function(b){return function(M){this[b]=+M}},h=[/[+-]\d\d:?(\d\d)?|Z/,function(b){(this.zone||(this.zone={})).offset=function(M){if(!M||M==="Z")return 0;var V=M.match(/([+-]|\d\d)/g),Y=60*V[1]+(+V[2]||0);return Y===0?0:V[0]==="+"?-Y:Y}(b)}],d=function(b){var M=l[b];return M&&(M.indexOf?M:M.s.concat(M.f))},g=function(b,M){var V,Y=l.meridiem;if(Y){for(var ie=1;ie<=24;ie+=1)if(b.indexOf(Y(ie,0,M))>-1){V=ie>12;break}}else V=b===(M?"pm":"PM");return V},E={A:[a,function(b){this.afternoon=g(b,!1)}],a:[a,function(b){this.afternoon=g(b,!0)}],Q:[s,function(b){this.month=3*(b-1)+1}],S:[s,function(b){this.milliseconds=100*+b}],SS:[i,function(b){this.milliseconds=10*+b}],SSS:[/\d{3}/,function(b){this.milliseconds=+b}],s:[o,c("seconds")],ss:[o,c("seconds")],m:[o,c("minutes")],mm:[o,c("minutes")],H:[o,c("hours")],h:[o,c("hours")],HH:[o,c("hours")],hh:[o,c("hours")],D:[o,c("day")],DD:[i,c("day")],Do:[a,function(b){var M=l.ordinal,V=b.match(/\d+/);if(this.day=V[0],M)for(var Y=1;Y<=31;Y+=1)M(Y).replace(/\[|\]/g,"")===b&&(this.day=Y)}],w:[o,c("week")],ww:[i,c("week")],M:[o,c("month")],MM:[i,c("month")],MMM:[a,function(b){var M=d("months"),V=(d("monthsShort")||M.map(function(Y){return Y.slice(0,3)})).indexOf(b)+1;if(V<1)throw new Error;this.month=V%12||V}],MMMM:[a,function(b){var M=d("months").indexOf(b)+1;if(M<1)throw new Error;this.month=M%12||M}],Y:[/[+-]?\d+/,c("year")],YY:[i,function(b){this.year=u(b)}],YYYY:[/\d{4}/,c("year")],Z:h,ZZ:h};function I(b){var M,V;M=b,V=l&&l.formats;for(var Y=(b=M.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(ce,p,W){var O=W&&W.toUpperCase();return p||V[W]||n[W]||V[O].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(L,A,w){return A||w.slice(1)})})).match(r),ie=Y.length,N=0;N<ie;N+=1){var T=Y[N],j=E[T],Q=j&&j[0],ge=j&&j[1];Y[N]=ge?{regex:Q,parser:ge}:T.replace(/^\[|\]$/g,"")}return function(ce){for(var p={},W=0,O=0;W<ie;W+=1){var L=Y[W];if(typeof L=="string")O+=L.length;else{var A=L.regex,w=L.parser,x=ce.slice(O),$=A.exec(x)[0];w.call(p,$),ce=ce.replace($,"")}}return function(K){var oe=K.afternoon;if(oe!==void 0){var fe=K.hours;oe?fe<12&&(K.hours+=12):fe===12&&(K.hours=0),delete K.afternoon}}(p),p}}return function(b,M,V){V.p.customParseFormat=!0,b&&b.parseTwoDigitYear&&(u=b.parseTwoDigitYear);var Y=M.prototype,ie=Y.parse;Y.parse=function(N){var T=N.date,j=N.utc,Q=N.args;this.$u=j;var ge=Q[1];if(typeof ge=="string"){var ce=Q[2]===!0,p=Q[3]===!0,W=ce||p,O=Q[2];p&&(O=Q[2]),l=this.$locale(),!ce&&O&&(l=V.Ls[O]),this.$d=function(x,$,K,oe){try{if(["x","X"].indexOf($)>-1)return new Date(($==="X"?1e3:1)*x);var fe=I($)(x),me=fe.year,Me=fe.month,Te=fe.day,v=fe.hours,B=fe.minutes,X=fe.seconds,J=fe.milliseconds,G=fe.zone,z=fe.week,he=new Date,le=Te||(me||Me?1:he.getDate()),H=me||he.getFullYear(),re=0;me&&!Me||(re=Me>0?Me-1:he.getMonth());var ae,_e=v||0,Ae=B||0,Ue=X||0,q=J||0;return G?new Date(Date.UTC(H,re,le,_e,Ae,Ue,q+60*G.offset*1e3)):K?new Date(Date.UTC(H,re,le,_e,Ae,Ue,q)):(ae=new Date(H,re,le,_e,Ae,Ue,q),z&&(ae=oe(ae).week(z).toDate()),ae)}catch{return new Date("")}}(T,ge,j,V),this.init(),O&&O!==!0&&(this.$L=this.locale(O).$L),W&&T!=this.format(ge)&&(this.$d=new Date("")),l={}}else if(ge instanceof Array)for(var L=ge.length,A=1;A<=L;A+=1){Q[1]=ge[A-1];var w=V.apply(this,Q);if(w.isValid()){this.$d=w.$d,this.$L=w.$L,this.init();break}A===L&&(this.$d=new Date(""))}else ie.call(this,N)}}})}(Dr)),Dr.exports}var Wh=Hh();const jh=Ct(Wh);var Lr={exports:{}},Yh=Lr.exports,To;function zh(){return To||(To=1,function(e,t){(function(n,r){e.exports=r()})(Yh,function(){return function(n,r,s){var i=r.prototype,o=function(h){return h&&(h.indexOf?h:h.s)},a=function(h,d,g,E,I){var b=h.name?h:h.$locale(),M=o(b[d]),V=o(b[g]),Y=M||V.map(function(N){return N.slice(0,E)});if(!I)return Y;var ie=b.weekStart;return Y.map(function(N,T){return Y[(T+(ie||0))%7]})},l=function(){return s.Ls[s.locale()]},u=function(h,d){return h.formats[d]||function(g){return g.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(E,I,b){return I||b.slice(1)})}(h.formats[d.toUpperCase()])},c=function(){var h=this;return{months:function(d){return d?d.format("MMMM"):a(h,"months")},monthsShort:function(d){return d?d.format("MMM"):a(h,"monthsShort","months",3)},firstDayOfWeek:function(){return h.$locale().weekStart||0},weekdays:function(d){return d?d.format("dddd"):a(h,"weekdays")},weekdaysMin:function(d){return d?d.format("dd"):a(h,"weekdaysMin","weekdays",2)},weekdaysShort:function(d){return d?d.format("ddd"):a(h,"weekdaysShort","weekdays",3)},longDateFormat:function(d){return u(h.$locale(),d)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};i.localeData=function(){return c.bind(this)()},s.localeData=function(){var h=l();return{firstDayOfWeek:function(){return h.weekStart||0},weekdays:function(){return s.weekdays()},weekdaysShort:function(){return s.weekdaysShort()},weekdaysMin:function(){return s.weekdaysMin()},months:function(){return s.months()},monthsShort:function(){return s.monthsShort()},longDateFormat:function(d){return u(h,d)},meridiem:h.meridiem,ordinal:h.ordinal}},s.months=function(){return a(l(),"months")},s.monthsShort=function(){return a(l(),"monthsShort","months",3)},s.weekdays=function(h){return a(l(),"weekdays",null,null,h)},s.weekdaysShort=function(h){return a(l(),"weekdaysShort","weekdays",3,h)},s.weekdaysMin=function(h){return a(l(),"weekdaysMin","weekdays",2,h)}}})}(Lr)),Lr.exports}var Gh=zh();const Vh=Ct(Gh);var Ur={exports:{}},Kh=Ur.exports,yo;function Xh(){return yo||(yo=1,function(e,t){(function(n,r){e.exports=r()})(Kh,function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(r,s,i){var o=s.prototype,a=o.format;i.en.formats=n,o.format=function(l){l===void 0&&(l="YYYY-MM-DDTHH:mm:ssZ");var u=this.$locale().formats,c=function(h,d){return h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(g,E,I){var b=I&&I.toUpperCase();return E||d[I]||n[I]||d[b].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(M,V,Y){return V||Y.slice(1)})})}(l,u===void 0?{}:u);return a.call(this,c)}}})}(Ur)),Ur.exports}var qh=Xh();const Jh=Ct(qh);var Pr={exports:{}},Zh=Pr.exports,No;function Qh(){return No||(No=1,function(e,t){(function(n,r){e.exports=r()})(Zh,function(){var n="minute",r=/[+-]\d\d(?::?\d\d)?/g,s=/([+-]|\d\d)/g;return function(i,o,a){var l=o.prototype;a.utc=function(I){var b={date:I,utc:!0,args:arguments};return new o(b)},l.utc=function(I){var b=a(this.toDate(),{locale:this.$L,utc:!0});return I?b.add(this.utcOffset(),n):b},l.local=function(){return a(this.toDate(),{locale:this.$L,utc:!1})};var u=l.parse;l.parse=function(I){I.utc&&(this.$u=!0),this.$utils().u(I.$offset)||(this.$offset=I.$offset),u.call(this,I)};var c=l.init;l.init=function(){if(this.$u){var I=this.$d;this.$y=I.getUTCFullYear(),this.$M=I.getUTCMonth(),this.$D=I.getUTCDate(),this.$W=I.getUTCDay(),this.$H=I.getUTCHours(),this.$m=I.getUTCMinutes(),this.$s=I.getUTCSeconds(),this.$ms=I.getUTCMilliseconds()}else c.call(this)};var h=l.utcOffset;l.utcOffset=function(I,b){var M=this.$utils().u;if(M(I))return this.$u?0:M(this.$offset)?h.call(this):this.$offset;if(typeof I=="string"&&(I=function(N){N===void 0&&(N="");var T=N.match(r);if(!T)return null;var j=(""+T[0]).match(s)||["-",0,0],Q=j[0],ge=60*+j[1]+ +j[2];return ge===0?0:Q==="+"?ge:-ge}(I),I===null))return this;var V=Math.abs(I)<=16?60*I:I,Y=this;if(b)return Y.$offset=V,Y.$u=I===0,Y;if(I!==0){var ie=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(Y=this.local().add(V+ie,n)).$offset=V,Y.$x.$localOffset=ie}else Y=this.utc();return Y};var d=l.format;l.format=function(I){var b=I||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return d.call(this,b)},l.valueOf=function(){var I=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*I},l.isUTC=function(){return!!this.$u},l.toISOString=function(){return this.toDate().toISOString()},l.toString=function(){return this.toDate().toUTCString()};var g=l.toDate;l.toDate=function(I){return I==="s"&&this.$offset?a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():g.call(this)};var E=l.diff;l.diff=function(I,b,M){if(I&&this.$u===I.$u)return E.call(this,I,b,M);var V=this.local(),Y=a(I).local();return E.call(V,Y,b,M)}}})}(Pr)),Pr.exports}var ed=Qh();const td=Ct(ed);var kr={exports:{}},nd=kr.exports,Mo;function rd(){return Mo||(Mo=1,function(e,t){(function(n,r){e.exports=r()})(nd,function(){return function(n,r){r.prototype.weekday=function(s){var i=this.$locale().weekStart||0,o=this.$W,a=(o<i?o+7:o)-i;return this.$utils().u(s)?a:this.subtract(a,"day").add(s,"day")}}})}(kr)),kr.exports}var sd=rd();const id=Ct(sd);var Fr={exports:{}},od=Fr.exports,Do;function ad(){return Do||(Do=1,function(e,t){(function(n,r){e.exports=r()})(od,function(){var n="week",r="year";return function(s,i,o){var a=i.prototype;a.week=function(l){if(l===void 0&&(l=null),l!==null)return this.add(7*(l-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var c=o(this).startOf(r).add(1,r).date(u),h=o(this).endOf(n);if(c.isBefore(h))return 1}var d=o(this).startOf(r).date(u).startOf(n).subtract(1,"millisecond"),g=this.diff(d,n,!0);return g<0?o(this).startOf("week").week():Math.ceil(g)},a.weeks=function(l){return l===void 0&&(l=null),this.week(l)}}})}(Fr)),Fr.exports}var ld=ad();const ud=Ct(ld);var xr={exports:{}},cd=xr.exports,Lo;function hd(){return Lo||(Lo=1,function(e,t){(function(n,r){e.exports=r()})(cd,function(){return function(n,r){r.prototype.weekYear=function(){var s=this.month(),i=this.week(),o=this.year();return i===1&&s===11?o+1:s===0&&i>=52?o-1:o}}})}(xr)),xr.exports}var dd=hd();const fd=Ct(dd);$t.extend(jh),$t.extend(Bh),$t.extend(id),$t.extend(Vh),$t.extend(ud),$t.extend(fd),$t.extend(td),$t.extend(Jh);function Br(e,t,n,r){if(e>t)throw new Error("a1 should be less than a2");if(n>r)throw new Error("b1 should be less than b2");if(t<n||r<e)return[e,t];if(n<=e&&r>=t)return[];const s=r-n+1;return e<n&&t>r?[e,t-s]:n<=e&&r<t?[r+1-s,t-s]:n>e&&r>=t?[e,n-1]:[e,t]}function gd(e){if(e==null)return!1;const t=e.bullet;return(t==null?void 0:t.listId)!=null}function md(e){if(e==null)return!1;const t=e.paragraphStyle;return Uo(t)}function Uo(e){var t;return!(e==null||(e.indentStart==null||e.indentStart.v===0)&&e.hanging==null||((t=e.hanging)==null?void 0:t.v)===0)}function Po(e,t,n){return e.slice(0,t)+n+e.slice(t)}function ko(e,t,n){return t>n?e:e.slice(0,t)+e.slice(n)}function _d(e){if(e==null||typeof e=="boolean")return!1;if(typeof e=="number")return!isNaN(e);if(typeof e=="string"){const t=e.trim();return t===""?!1:!isNaN(Number(t))}return!1}function pd(e){let t=0;for(let n=0;n<e.length;n++)t=e.charCodeAt(n)+(t<<6)+(t<<16)-t;return t>>>0}const Ge=Symbol("newer"),ot=Symbol("older");class Ed{constructor(t){R(this,"entry");this.entry=t}[Symbol.iterator](){return this}next(){const t=this.entry;return t?(this.entry=t[Ge],{done:!1,value:t.key}):{done:!0,value:void 0}}}class Cd{constructor(t){R(this,"entry");this.entry=t}[Symbol.iterator](){return this}next(){const t=this.entry;return t?(this.entry=t[Ge],{done:!1,value:t.value}):{done:!0,value:void 0}}}class Rd{constructor(t){R(this,"entry");this.entry=t}[Symbol.iterator](){return this}next(){const t=this.entry;return t?(this.entry=t[Ge],{done:!1,value:[t.key,t.value]}):{done:!0,value:void 0}}}lc=Ge,ac=ot;class Fo{constructor(t,n){R(this,"key");R(this,"value");R(this,lc);R(this,ac);this.key=t,this.value=n,this[Ge]=void 0,this[ot]=void 0}toJSON(){return{key:this.key,value:this.value}}}class Yn{constructor(...t){R(this,"_keymap");R(this,"size",0);R(this,"limit");R(this,"oldest");R(this,"newest");R(this,"_onShiftListeners",[]);if(zn.hasLength(t,1)){if(zn.isNumber(t[0])){const n=t[0];this._initialize(n,void 0);return}if(zn.isIterable(t[0])){const n=t[0];this._initialize(0,n);return}return}if(zn.hasLength(t,2)){const n=t[0],r=t[1];this._initialize(n,r)}}onShift(t){if(this._onShiftListeners.indexOf(t)===-1)return this._onShiftListeners.push(t),tt(()=>Fn(this._onShiftListeners,t));throw new Error("[LRUMap]: the listener has been registered!")}_initialize(t,n){this.oldest=void 0,this.newest=void 0,this.size=0,this.limit=t,this._keymap=new Map,n&&(this.assign(n),t<1&&(this.limit=this.size))}_markEntryAsUsed(t){t!==this.newest&&(t[Ge]&&(t===this.oldest&&(this.oldest=t[Ge]),t[Ge][ot]=t[ot]),t[ot]&&(t[ot][Ge]=t[Ge]),t[Ge]=void 0,t[ot]=this.newest,this.newest&&(this.newest[Ge]=t),this.newest=t)}assign(t){let n,r=this.limit||Number.MAX_VALUE;this._keymap.clear();const s=t[Symbol.iterator]();for(let i=s.next();!i.done;i=s.next()){const o=new Fo(i.value[0],i.value[1]);if(this._keymap.set(o.key,o),n?(n[Ge]=o,o[ot]=n):this.oldest=o,n=o,r--===0)throw new Error("overflow")}this.newest=n,this.size=this._keymap.size}set(t,n){let r=this._keymap.get(t);return r?(r.value=n,this._markEntryAsUsed(r),this):(this._keymap.set(t,r=new Fo(t,n)),this.newest?(this.newest[Ge]=r,r[ot]=this.newest):this.oldest=r,this.newest=r,++this.size,this.size>this.limit&&this.shift(),this)}shift(){const t=this.oldest;if(t)return this.oldest&&this.oldest[Ge]?(this.oldest=this.oldest[Ge],this.oldest[ot]=void 0):(this.oldest=void 0,this.newest=void 0),t[Ge]=t[ot]=void 0,this._keymap.delete(t.key),--this.size,this._onShiftListeners.forEach(n=>n(t)),[t.key,t.value]}get(t){const n=this._keymap.get(t);if(n)return this._markEntryAsUsed(n),n.value}has(t){return this._keymap.has(t)}find(t){const n=this._keymap.get(t);return n?n.value:void 0}delete(t){const n=this._keymap.get(t);if(n)return this._keymap.delete(n.key),n[Ge]&&n[ot]?(n[ot][Ge]=n[Ge],n[Ge][ot]=n[ot]):n[Ge]?(n[Ge][ot]=void 0,this.oldest=n[Ge]):n[ot]?(n[ot][Ge]=void 0,this.newest=n[ot]):this.oldest=this.newest=void 0,this.size--,n.value}clear(){this.oldest=void 0,this.newest=void 0,this.size=0,this._keymap.clear()}keys(){return new Ed(this.oldest)}values(){return new Cd(this.oldest)}entries(){return this[Symbol.iterator]()}[Symbol.iterator](){return new Rd(this.oldest)}forEach(t,n){typeof n!="object"&&(n=this);let r=this.oldest;for(;r;)t.call(n,r.value,r.key,this),r=r[Ge]}toJSON(){const t=new Array(this.size);let n=0,r=this.oldest;for(;r;)t[n++]={key:r.key,value:r.value},r=r[Ge];return t}toString(){let t="",n=this.oldest;for(;n;)t+=`${String(n.key)}:${n.value}`,n=n[Ge],n&&(t+=" < ");return t}}class zn{static hasLength(t,n){return t.length===n}static getValueType(t){return Object.prototype.toString.apply(t)}static isObject(t){return this.getValueType(t)==="[object Object]"}static isIterable(t){return t[Symbol.iterator]!=null}static isNumber(t){return this.getValueType(t)==="[object Number]"}}var $r={exports:{}},Id=$r.exports,xo;function Sd(){return xo||(xo=1,function(e,t){(function(n,r){e.exports=r()})(typeof self<"u"?self:Id,function(){return function(){var n={d:function(C,m){for(var _ in m)n.o(m,_)&&!n.o(C,_)&&Object.defineProperty(C,_,{enumerable:!0,get:m[_]})},o:function(C,m){return Object.prototype.hasOwnProperty.call(C,m)}},r={};n.d(r,{default:function(){return ft}});var s={1078:"af",1052:"sq",1118:"am",5121:"ar_DZ",15361:"ar_BH",3073:"ar_EG",2049:"ar_IQ",11265:"ar_JO",13313:"ar_KW",12289:"ar_LB",4097:"ar_LY",6145:"ar_MA",8193:"ar_OM",16385:"ar_QA",1025:"ar_SA",10241:"ar_SY",7169:"ar_TN",14337:"ar_AE",9217:"ar_YE",1067:"hy",1101:"as",2092:"az_AZ",1068:"az_AZ",1069:"eu",1059:"be",2117:"bn",1093:"bn_IN",5146:"bs",1026:"bg",1109:"my",1027:"ca",2052:"zh_CN",3076:"zh_HK",5124:"zh_MO",4100:"zh_SG",1028:"zh_TW",1050:"hr",1029:"cs",1030:"da",1125:"dv",2067:"nl_BE",1043:"nl_NL",1126:"bin",3081:"en_AU",10249:"en_BZ",4105:"en_CA",9225:"en_CB",2057:"en_GB",16393:"en_IN",6153:"en_IE",8201:"en_JM",5129:"en_NZ",13321:"en_PH",7177:"en_ZA",11273:"en_TT",1033:"en_US",12297:"en_ZW",1061:"et",1071:"mk",1080:"fo",1065:"fa",1124:"fil",1035:"fi",2060:"fr_BE",11276:"fr_CM",3084:"fr_CA",9228:"fr_CG",12300:"fr_CI",1036:"fr_FR",5132:"fr_LU",13324:"fr_ML",6156:"fr_MC",14348:"fr_MA",10252:"fr_SN",4108:"fr_CH",7180:"fr",1122:"fy_NL",2108:"gd_IE",1084:"gd",1110:"gl",1079:"ka",3079:"de_AT",1031:"de_DE",5127:"de_LI",4103:"de_LU",2055:"de_CH",1032:"el",1140:"gn",1095:"gu",1279:"en",1037:"he",1081:"hi",1038:"hu",1039:"is",1136:"ig_NG",1057:"id",1040:"it_IT",2064:"it_CH",1041:"ja",1099:"kn",1120:"ks",1087:"kk",1107:"km",1111:"kok",1042:"ko",1088:"ky",1108:"lo",1142:"la",1062:"lv",1063:"lt",2110:"ms_BN",1086:"ms_MY",1100:"ml",1082:"mt",1112:"mni",1153:"mi",1102:"mr",1104:"mn",2128:"mn",1121:"ne",1044:"no_NO",2068:"no_NO",1096:"or",1045:"pl",1046:"pt_BR",2070:"pt_PT",1094:"pa",1047:"rm",2072:"ro_MO",1048:"ro_RO",1049:"ru",2073:"ru_MO",1083:"se",1103:"sa",3098:"sr_SP",2074:"sr_SP",1072:"st",1074:"tn",1113:"sd",1115:"si",1051:"sk",1060:"sl",1143:"so",1070:"sb",11274:"es_AR",16394:"es_BO",13322:"es_CL",9226:"es_CO",5130:"es_CR",7178:"es_DO",12298:"es_EC",17418:"es_SV",4106:"es_GT",18442:"es_HN",2058:"es_MX",19466:"es_NI",6154:"es_PA",15370:"es_PY",10250:"es_PE",20490:"es_PR",1034:"es_ES",14346:"es_UY",8202:"es_VE",1089:"sw",2077:"sv_FI",1053:"sv_SE",1114:"syc",1064:"tg",1097:"ta",1092:"tt",1098:"te",1054:"th",1105:"bo",1073:"ts",1055:"tr",1090:"tk",1058:"uk",1056:"ur",2115:"uz_UZ",1091:"uz_UZ",1075:"ve",1066:"vi",1106:"cy",1076:"xh",1085:"yi",1077:"zu"};const i=/^([a-z\d]+)(?:[_-]([a-z\d]+))?(?:\.([a-z\d]+))?(?:@([a-z\d]+))?$/i,o={},a={group:" ",decimal:".",positive:"+",negative:"-",percent:"%",exponent:"E",nan:"NaN",infinity:"∞",ampm:["AM","PM"],mmmm6:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"],mmm6:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],mmmm:["January","February","March","April","May","June","July","August","September","October","November","December"],mmm:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dddd:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ddd:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]};function l(C){const m=i.exec(C);if(!m)throw new SyntaxError("Malformed locale: ".concat(C));return{lang:m[1]+(m[2]?"_"+m[2]:""),language:m[1],territory:m[2]||"",codeset:m[3]||"",modifier:m[4]||""}}function u(C){if(typeof C=="number")return s[65535&C]||null;const m=parseInt(C,16);return isFinite(m)&&s[65535&m]?s[65535&m]||null:i.test(C)?C:null}function c(C){const m=u(C);let _=null;if(m){const y=l(m);_=o[y.lang]||o[y.language]||null}return _}function h(C){return Object.assign({},a,C)}function d(C,m){const _=typeof m=="object"?m:l(m);return o[_.lang]=h(C),_.language===_.lang||o[_.language]||(o[_.language]=h(C)),o[_.lang]}const g=h({group:","});function E(C,m){if(typeof C!="number")return C;if(C<0)return-E(-C,m);if(m){const _=10**(m||0)||1;return E(C*_,0)/_}return Math.round(C)}g.isDefault=!0,d({group:",",ampm:["上午","下午"],mmmm:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],mmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],ddd:["周日","周一","周二","周三","周四","周五","周六"]},"zh_CN"),d({group:",",nan:"非數值",ampm:["上午","下午"],mmmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],mmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],ddd:["週日","週一","週二","週三","週四","週五","週六"]},"zh_TW"),d({group:",",ampm:["午前","午後"],mmmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],mmm:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dddd:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],ddd:["日","月","火","水","木","金","土"]},"ja"),d({group:",",ampm:["오전","오후"],mmmm:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],mmm:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],dddd:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],ddd:["일","월","화","수","목","금","토"]},"ko"),d({group:",",ampm:["ก่อนเที่ยง","หลังเที่ยง"],mmmm:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],mmm:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],dddd:["วันอาทิตย์","วันจันทร์","วันอังคาร","วันพุธ","วันพฤหัสบดี","วันศุกร์","วันเสาร์"],ddd:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."]},"th"),d({decimal:",",ampm:["dop.","odp."],mmmm:["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"],mmm:["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],dddd:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],ddd:["ne","po","út","st","čt","pá","so"]},"cs"),d({group:".",decimal:",",mmmm:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],mmm:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],dddd:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],ddd:["søn.","man.","tir.","ons.","tor.","fre.","lør."]},"da"),d({group:".",decimal:",",ampm:["a.m.","p.m."],mmmm:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],mmm:["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],dddd:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],ddd:["zo","ma","di","wo","do","vr","za"]},"nl"),d({group:","},"en"),d({decimal:",",nan:"epäluku",ampm:["ap.","ip."],mmmm:["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kesäkuuta","heinäkuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"],mmm:["tammik.","helmik.","maalisk.","huhtik.","toukok.","kesäk.","heinäk.","elok.","syysk.","lokak.","marrask.","jouluk."],dddd:["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"],ddd:["su","ma","ti","ke","to","pe","la"]},"fi"),d({group:" ",decimal:",",mmmm:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],mmm:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],dddd:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],ddd:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."]},"fr"),d({group:".",decimal:",",mmmm:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],mmm:["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],dddd:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],ddd:["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]},"de"),d({group:".",decimal:",",ampm:["π.μ.","μ.μ."],mmmm:["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"],mmm:["Ιαν","Φεβ","Μαρ","Απρ","Μαΐ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],dddd:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],ddd:["Κυρ","Δευ","Τρί","Τετ","Πέμ","Παρ","Σάβ"]},"el"),d({decimal:",",ampm:["de.","du."],mmmm:["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"],mmm:["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."],dddd:["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],ddd:["V","H","K","Sze","Cs","P","Szo"]},"hu"),d({group:".",decimal:",",ampm:["f.h.","e.h."],mmmm:["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"],mmm:["jan.","feb.","mar.","apr.","maí","jún.","júl.","ágú.","sep.","okt.","nóv.","des."],dddd:["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],ddd:["sun.","mán.","þri.","mið.","fim.","fös.","lau."]},"is"),d({group:".",decimal:",",mmmm:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],mmm:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des"],dddd:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],ddd:["Min","Sen","Sel","Rab","Kam","Jum","Sab"]},"id"),d({group:".",decimal:",",mmmm:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"],mmm:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],dddd:["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],ddd:["dom","lun","mar","mer","gio","ven","sab"]},"it"),d({decimal:",",ampm:["a.m.","p.m."],mmmm:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],mmm:["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],dddd:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],ddd:["søn.","man.","tir.","ons.","tor.","fre.","lør."]},"nb"),d({decimal:",",mmmm:["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"],mmm:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],dddd:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],ddd:["niedz.","pon.","wt.","śr.","czw.","pt.","sob."]},"pl"),d({group:".",decimal:",",mmmm:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],mmm:["jan.","fev.","mar.","abr.","mai.","jun.","jul.","ago.","set.","out.","nov.","dez."],dddd:["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],ddd:["dom.","seg.","ter.","qua.","qui.","sex.","sáb."]},"pt"),d({decimal:",",nan:"не число",mmmm:["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"],mmm:["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],dddd:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],ddd:["вс","пн","вт","ср","чт","пт","сб"]},"ru"),d({decimal:",",mmmm:["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"],mmm:["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],dddd:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],ddd:["ne","po","ut","st","št","pi","so"]},"sk"),d({group:".",decimal:",",ampm:["a. m.","p. m."],mmmm:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"],mmm:["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],dddd:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],ddd:["dom.","lun.","mar.","mié.","jue.","vie.","sáb."]},"es"),d({decimal:",",ampm:["fm","em"],mmmm:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],mmm:["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],dddd:["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],ddd:["sön","mån","tis","ons","tors","fre","lör"]},"sv"),d({group:".",decimal:",",ampm:["ÖÖ","ÖS"],mmmm:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],mmm:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],dddd:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],ddd:["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"]},"tr");function I(C,m,_){const y=C<0?-1:1,D=10**(m||2),k=10**(_||2);let P,F,S=Math.abs(C),ee=0,Ee=0,Z=0,pe=1;if((C=S)%1==0)F=[C*y,1];else if(C<1e-19)F=[y,1e19];else if(C>1e19)F=[1e19*y,1];else{do if(S=1/(S-Math.floor(S)),P=pe,pe=pe*Math.floor(S)+ee,ee=P,Ee=Z,Z=Math.floor(C*pe+.5),Z>=D||pe>=k)return[y*Ee,ee];while(Math.abs(C-Z/pe)>=1e-10&&S!==Math.floor(S));F=[y*Z,pe]}return F}const b={overflow:"######",dateErrorThrows:!1,dateErrorNumber:!0,dateSpanLarge:!0,leap1900:!0,nbsp:!0,throws:!0,invalid:"######",locale:"",ignoreTimezone:!1},M=Object.assign({},b);function V(C){if(C===null&&(C=b),C){for(const m in C)if(m in b){const _=C[m];M[m]=_==null?b[m]:_}}return{...M}}const Y={"#":"",0:"0","?":" "},ie={"@":"text","-":"minus","+":"plus"},N=["#000","#FFF","#F00","#0F0","#00F","#FF0","#F0F","#0FF","#000","#FFF","#F00","#0F0","#00F","#FF0","#F0F","#0FF","#800","#080","#008","#880","#808","#088","#CCC","#888","#99F","#936","#FFC","#CFF","#606","#F88","#06C","#CCF","#008","#F0F","#FF0","#0FF","#808","#800","#088","#00F","#0CF","#CFF","#CFC","#FF9","#9CF","#F9C","#C9F","#FC9","#36F","#3CC","#9C0","#FC0"],T=["¤","$","£","¥","֏","؋","৳","฿","៛","₡","₦","₩","₪","₫","€","₭","₮","₱","₲","₴","₸","₹","₺","₼","₽","₾","₿"],j=new RegExp("["+T.join("")+"]");function Q(C,m,_){return m[_+"_max"]=C.length,m[_+"_min"]=C.replace(/#/g,"").length,m}const ge={};function ce(C){if(!(C in ge)){const m=[],_=C.replace(/^[#,]+/,"").replace(/[1-9]\d*/g,y=>"?".repeat(y.length));for(let y=0;y<_.length;y++){const D=_.charAt(y);m[y]=D in Y?Y[D]:D}ge[C]=m.join("")}return ge[C]}function p(C,m){typeof C=="string"&&(C={type:"string",value:C=C.replace(/ /g,Y["?"])}),m.push(C)}function W(C){const m=[],_={scale:1,percent:!1,text:!1,date:0,date_eval:!1,date_system:1,sec_decimals:0,general:!1,clock:24,int_pattern:[],frac_pattern:[],man_pattern:[],den_pattern:[],num_pattern:[],tokens:m};let y=C+"",D="int",k=!1,P=null;const F=[];let S,ee,Ee=!1;for(;y&&!k;){if(S=/^General/i.exec(y))_.general=!0,p({type:"general"},m);else if(D==="int"&&(S=/^[#?0]+(?:,[#?0]+)*/.exec(y))||D==="den"&&(S=/^[#?\d]+/.exec(y))||(S=/^[#?0]+/.exec(y)))_[D+"_pattern"].push(S[0]),P={type:D,num:S[0]},p(P,m);else if((S=/^\//.exec(y))&&_[D+"_pattern"].length){if(!P)throw new SyntaxError("Missing a numerator in pattern ".concat(C));_.fractions=!0,_.num_pattern.push(_[D+"_pattern"].pop()),P.type="num",D="den",p({type:"div"},m)}else if(S=/^,+/.exec(y)){const U=y.charAt(1)in Y;ee.slice(-1)in Y&&(S[0].length>1||!U)?_.scale=.001**S[0].length:_.dec_fractions||p(S[0],m)}else{if(S=/^;/.exec(y)){k=!0;break}if(S=/^[@+-]/.exec(y))S[0]==="@"&&(_.text=!0),p({type:ie[S[0]]},m);else if(S=/^(?:\[(h+|m+|s+)\])/i.exec(y)){const U=S[1].toLowerCase(),te=U[0],Ie={type:"",size:0,date:1,raw:S[0],pad:U.length};te==="h"?(Ie.size=16,Ie.type="hour-elap"):te==="m"?(Ie.size=32,Ie.type="min-elap"):(Ie.size=64,Ie.type="sec-elap"),_.date=_.date|Ie.size,F.push(Ie),p(Ie,m)}else if(S=/^(?:B2)/i.exec(y))Ee||(_.date_system=6);else if(S=/^(?:B1)/i.exec(y))Ee||(_.date_system=1);else if(S=/^(?:([hHmMsSyYbBdDegG])\1*)/.exec(y)){const U={type:"",size:0,date:1,raw:S[0]},te=S[0].toLowerCase(),Ie=te[0];if(te==="y"||te==="yy")U.size=2,U.type="year-short";else if(Ie==="y"||Ie==="e")U.size=2,U.type="year";else if(te==="b"||te==="bb")U.size=2,U.type="b-year-short";else if(Ie==="b")U.size=2,U.type="b-year";else if(te==="d"||te==="dd")U.size=8,U.type="day",U.pad=/dd/.test(te);else if(te==="ddd")U.size=8,U.type="weekday-short";else if(Ie==="d")U.size=8,U.type="weekday";else if(Ie==="h")U.size=16,U.type="hour",U.pad=/hh/i.test(te);else if(Ie==="m"){te.length===3?(U.size=4,U.type="monthname-short"):te.length===5?(U.size=4,U.type="monthname-single"):te.length>=4&&(U.size=4,U.type="monthname");const ye=F[F.length-1];!U.type&&ye&&!ye.used&&80&ye.size&&(ye.used=!0,U.size=32,U.type="min",U.pad=/mm/.test(te)),U.type||(U.size=4,U.type="month",U.pad=/mm/.test(te),U.indeterminate=!0)}else if(Ie==="s"){U.size=64,U.type="sec",U.pad=/ss/.test(te);const ye=F[F.length-1];ye&&32&ye.size?U.used=!0:ye&&ye.indeterminate&&(delete ye.indeterminate,ye.size=32,ye.type="min",U.used=!0)}_.date=_.date|U.size,_.date_eval=!0,F.push(U),p(U,m)}else if(S=/^(?:AM\/PM|am\/pm|A\/P)/.exec(y))_.clock=12,_.date=16|_.date,_.date_eval=!0,p({type:"am",short:S[0]==="A/P"},m);else if(_.date&&(S=/^\.0{1,3}/i.exec(y))){const U=S[0].length-1,te=[64,128,256,512][U];_.date=_.date|te,_.date_eval=!0,_.sec_decimals=Math.max(_.sec_decimals,U),p({type:"subsec",size:te,decimals:U,date:1,raw:S[0]},m)}else if((S=/^\\(.)/.exec(y))||(S=/^"([^"]*?)"/.exec(y)))p(S[1],m);else if(S=/^\[(<[=>]?|>=?|=)\s*(-?[.\d]+)\]/.exec(y))_.condition=[S[1],parseFloat(S[2],10)];else if(S=/^\[\$([^\]]+)\]/.exec(y)){const U=S[1].split("-"),te=U.length<2?"":U[U.length-1],Ie=U[0];Ie&&p(Ie,m);const ye=u(te);ye&&(_.locale=ye);const Fe=parseInt(te,16);isFinite(Fe)&&16711680&Fe&&(Fe>>16&255)===6&&(_.date_system=6),Ee=!0}else if(S=/^\[(black|blue|cyan|green|magenta|red|white|yellow|color\s*(\d+))\]/i.exec(y))_.color=S[2]?N[parseInt(S[2],10)]||"#000":S[1].toLowerCase();else if(!(S=/^\[(DBNum1|ENG|HIJ|JPN|TWN)\]/i.exec(y))){if(S=/^%/.exec(y))_.scale=100,_.percent=!0,p("%",m);else if(S=/^_(\\.|.)/.exec(y))p(" ",m);else if(S=/^\./.exec(y))p({type:"point",value:S[0]},m),_.dec_fractions=!0,D="frac";else if(S=/^[Ee]([+-]?|(?=[0#?]))/.exec(y))_.exponential=!0,_.exp_plus=S[1]==="+",D="man",p({type:"exp",plus:S[1]==="+"},m);else if(!(S=/^\*(\\.|.)/.exec(y))){if(S=/^[BENn[]/.exec(y))throw new SyntaxError("Unexpected char ".concat(y.charAt(0)," in pattern ").concat(C));y[0]==="("&&(_.parens=!0),S=[y[0]],p(S[0],m)}}}ee=S[0],y=y.slice(S?S[0].length:1)}if(_.pattern=C.slice(0,C.length-y.length),/^((?:\[[^\]]+\])+)(;|$)/.test(_.pattern)&&!/^\[(?:h+|m+|s+)\]/.test(_.pattern)&&p({type:"text"},m),_.fractions&&_.dec_fractions||_.fractions&&_.exponential)throw new SyntaxError("Invalid pattern: ".concat(_.pattern));const Z=_.int_pattern.join("");if(_.grouping=Z.indexOf(",")>=0,_.grouping){const U=Z.split(","),te=U.length;te===2?(_.group_pri=U[1].length,_.group_sec=_.group_pri):te>2&&(_.group_pri=U[te-1].length,_.group_sec=U[te-2].length)}else _.group_pri=0,_.group_sec=0;Q(Z.replace(/[,]/g,""),_,"int"),Q(_.frac_pattern.join(""),_,"frac"),Q(_.man_pattern.join(""),_,"man");let pe=_.num_pattern.join(""),be=_.den_pattern.join("");const de=/\?/.test(be)||/\?/.test(pe);return be=be.replace(/\d/g,de?"?":"#"),de&&(be=be.replace(/#$/g,"?")),Q(pe,_,"num"),Q(be,_,"den"),de&&(pe=pe.replace(/#$/g,"?")),_.int_padding=ce(_.int_pattern.join("")),_.man_padding=ce(_.man_pattern.join("")),_.num_padding=ce(pe),_.den_padding=ce(be),_.den_pattern.length&&(_.denominator=parseInt(_.den_pattern.join("").replace(/\D/g,""),10)),_.integer=!!_.int_pattern.join("").length,_.fractions&&m.forEach((U,te)=>{const Ie=m[te+1];U.type==="string"&&Ie&&(Ie.type==="num"?U.rule="num+int":Ie.type==="div"?U.rule="num":Ie.type==="den"&&(U.rule="den"))}),_}const O=C=>{const m=C.condition;m&&m[1]<0&&(m[0]==="<"||m[0]==="<="||m[0]==="=")||C.tokens.unshift({type:"minus",volatile:!0})};function L(C){const m=[];let _,y=!1,D=null,k=C,P=0,F=!1,S=0,ee=0;do{if(F=W(k),(F.date||F.general)&&(F.int_pattern.length||F.frac_pattern.length||F.scale!==1||F.text))throw new Error("Illegal format");if(F.condition&&(ee++,y=!0),F.text){if(D)throw new Error("Unexpected partition");D=F}F.locale&&(_=u(F.locale)),m.push(F),P=k.charAt(F.pattern.length)===";"?1:0,k=k.slice(F.pattern.length+P),S++}while(P&&S<4&&ee<3);if(P)throw new Error("Unexpected partition");if(ee>2)throw new Error("Unexpected condition");const Ee=m[3];if(Ee&&(Ee.int_pattern.length||Ee.frac_pattern.length||Ee.date))throw new Error("Unexpected partition");if(y){const Z=m.length;if(Z===1&&(m[1]=W("General"),m[1].generated=!0),Z<3){const pe=m[0],be=m[1];if(O(pe),be.condition)O(be);else{const de=pe.condition;(de[0]==="="||de[1]>=0&&(de[0]===">"||de[0]===">="))&&be.tokens.unshift({type:"minus",volatile:!0})}}else m.forEach(O)}else{if(m.length<4&&D)for(let Z=0,pe=m.length;Z<pe;Z++)m[Z]===D&&m.splice(Z,1);if(m.length<1&&D&&(m[0]=W("General"),m[0].generated=!0),m.length<2){const Z=W(m[0].pattern);Z.tokens.unshift({type:"minus",volatile:!0}),Z.generated=!0,m.push(Z)}if(m.length<3){const Z=W(m[0].pattern);Z.generated=!0,m.push(Z)}if(m.length<4)if(D)m.push(D);else{const Z=W("@");Z.generated=!0,m.push(Z)}m[0].condition=[">",0],m[1].condition=["<",0],m[2].condition=null}return{pattern:C,partitions:m,locale:_}}const A=Math.floor;function w(C){if((!(arguments.length>1&&arguments[1]!==void 0)||arguments[1])&&C>=0){if(C===0)return[1900,1,0];if(C===60)return[1900,2,29];if(C<60)return[1900,C<32?1:2,(C-1)%31+1]}let _=C+68569+2415019;const y=A(4*_/146097);_-=A((146097*y+3)/4);const D=A(4e3*(_+1)/1461001);_=_-A(1461*D/4)+31;const k=A(80*_/2447),P=_-A(2447*k/80);_=A(k/11);const F=k+2-12*_;return[0|100*(y-49)+D+_,0|F,0|P]}function x(C){return w(C+1462)}function $(C){if(C===60)throw new Error("#VALUE!");if(C<=1)return[1317,8,29];if(C<60)return[1317,C<32?9:10,1+(C-2)%30];const m=10631/30,_=.1335;let y=C+466935;const D=A(y/10631);y-=10631*D;const k=A((y-_)/m);y-=A(k*m+_);const P=A((y+28.5001)/29.5);return P===13?[30*D+k,12,30]:[30*D+k,P,y-A(29.5001*P-29)]}function K(C){let m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,_=!(arguments.length>2&&arguments[2]!==void 0)||arguments[2];const y=A(C);return m===6?$(y):m===-1?x(y):w(y,_)}const oe=Math.floor,fe=86400;function me(C,m){let _=null;if(Array.isArray(C)){const[y,D,k,P,F,S]=C;_=Date.UTC(y,D==null?0:D-1,k!=null?k:1,P||0,F||0,S||0)}else if(C instanceof Date&&(_=1*C,!m||!m.ignoreTimezone)){const y=new Date;y.setUTCFullYear(C.getFullYear(),C.getMonth(),C.getDate()),y.setUTCHours(C.getHours(),C.getMinutes(),C.getSeconds(),C.getMilliseconds()),_=1*y}if(_!=null&&isFinite(_)){const y=_/864e5;return y-(y<=-25509?-25568:-25569)}return C}function Me(C,m){let _=0|C;const y=fe*(C-_);let D=oe(y);y-D>.9999&&(D+=1,D===fe&&(D=0,_+=1));const k=D<0?fe+D:D,[P,F,S]=K(C,0,m&&m.leap1900),ee=oe(k/60/60)%60,Ee=oe(k/60)%60,Z=oe(k)%60;if(m&&m.nativeDate){const pe=new Date(0);return pe.setUTCFullYear(P,F-1,S),pe.setUTCHours(ee,Ee,Z),pe}return[P,F,S,ee,Ee,Z]}function Te(C){return!!(C[0]&&C[0].percent||C[1]&&C[1].percent||C[2]&&C[2].percent||C[3]&&C[3].percent)}function v(C){return!!(C[0]&&C[0].date||C[1]&&C[1].date||C[2]&&C[2].date||C[3]&&C[3].date)}function B(C){const[m,_,y,D]=C;return!(m&&!m.generated||_&&!_.generated||y&&!y.generated||!D||!D.text||D.generated)}const X={text:15,datetime:10.8,date:10.8,time:10.8,percent:10.6,currency:10.4,grouped:10.2,scientific:6,number:4,fraction:2,general:0,error:0},J=[["DMY",1],["DM",2],["MY",3],["MDY",4],["MD",5],["hmsa",6],["hma",7],["hms",8],["hm",9]],G={total:1,sign:0,period:0,int:1,frac:0},z=(C,m)=>C.replace(/\./,m.decimal);function he(C,m,_,y){const D=0|_;if(typeof _=="string")C.push(_);else if(_===D)C.push(Math.abs(D));else{const k=Math.abs(_);let P=k?Math.floor(Math.log10(k)):0,F=P<0?k*10**-P:k/10**P;F===10&&(F=1,P++);const S=function(Ee){let Z=!(arguments.length>1&&arguments[1]!==void 0)||arguments[1];const pe=Math.abs(Ee);if(!pe)return G;const be=Z&&Ee<0?1:0,de=Math.floor(pe),U=Math.floor(Math.log10(pe)+1);let te=0,Ie=0;if(de!==pe){te=1;const ye=String(E(U<0?pe*10**-U:pe/10**U,15));let Fe=ye.length,xe=!0,ze=0;for(;ze<=ye.length;){if(ye[ze]==="."){Fe--;break}ye[ze]==="0"&&xe?Fe--:xe=!1,ze++}Ie=Fe-U,Ie<0&&(Ie=0,te=0)}return{total:be+Math.max(U,1)+te+Ie,digits:Math.max(U,0)+Ie,sign:be,period:te,int:Math.max(U,1),frac:Ie}}(k),ee=()=>{const Ee=Math.abs(P);let Z;Z=F===1?F:E(F,5),C.push(z(Z+"",y),y.exponent,P<0?y.negative:y.positive,Ee<10?"0":"",Ee)};if(P>=-4&&P<=-1){const Ee=k.toPrecision(10+P).replace(/\.?0+$/,"");C.push(z(Ee,y))}else if(P===10){const Ee=k.toFixed(10).slice(0,12).replace(/\.$/,"");C.push(z(Ee,y))}else if(Math.abs(P)<=9)if(S.total<=11){const Ee=E(k,9).toFixed(S.frac);C.push(z(Ee,y))}else P===9?C.push(Math.floor(k)):P>=0&&P<9?C.push(E(k,9-P)):ee();else S.total>=12?ee():Math.floor(k)===k?C.push(Math.floor(k)):C.push(z(E(k,9).toFixed(S.frac),y))}return C}const le=86400,H={int:"integer",frac:"fraction",man:"mantissa",num:"numerator",den:"denominator"},re=function(C){let m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;const _=Math.floor(Math.log10(C));return m>1?Math.floor(_/m)*m:_};function ae(C,m,_,y){let D="",k="",P="",F="",S="",ee=0,Ee=0|C,Z=0,pe=0,be=1,de=0,U=0,te=0,Ie=0,ye=0,Fe=0;const xe=y||g;if(!m.text&&isFinite(m.scale)&&m.scale!==1&&(C=function(Oe){if(Oe===0)return Oe;const De=Math.ceil(Math.log10(Oe<0?-Oe:Oe)),se=10**(16-Math.floor(De));return Math.round(Oe*se)/se}(C*m.scale)),m.exponential){let Oe=Math.abs(C);if(Oe){const De=10**-re(Oe,m.int_max),se=E(Oe*De,m.frac_max)/De;ee=re(se,m.int_max)}Oe/=10**ee,C=C<0?-Oe:Oe,D+=Math.abs(ee)}if(m.integer){const Oe=Math.abs(E(C,m.fractions?1:m.frac_max));S+=Oe<1?"":Math.floor(Oe)}if(m.grouping){let Oe="",De=S.length;for(De>m.group_pri&&(De-=m.group_pri,Oe=xe.group+S.slice(De,De+m.group_pri)+Oe);De>m.group_sec;)De-=m.group_sec,Oe=xe.group+S.slice(De,De+m.group_sec)+Oe;S=De?S.slice(0,De)+Oe:Oe}m.dec_fractions&&(F=String(E(C,m.frac_max)).split(".")[1]||"");let ze=!1;if(m.fractions){const Oe=Math.abs(m.integer?C%1:C);if(Oe)if(ze=!0,isFinite(m.denominator))P+=m.denominator,k+=E(Oe*m.denominator),k==="0"&&(k="",P="",ze=!1,S||(S="0"));else{const De=I(Oe,m.integer?m.num_max:1/0,m.den_max);k+=De[0],P+=De[1],m.integer&&k==="0"&&(S||(S="0"),k="",P="",ze=!1)}}if(m.date){Ee=Math.trunc(C);const Oe=le*(C-Ee);if(Z=Math.floor(Oe),Fe=Oe-Z,Math.abs(Fe)<1e-6?Fe=0:Fe>.9999&&(Fe=0,Z+=1,Z===le&&(Z=0,Ee+=1)),Fe){const De=512&m.date||256&m.date||128&m.date;(De===512&&Fe>.9995||De===256&&Fe>.995||De===128&&Fe>.95||!De&&Fe>=.5)&&(Z++,Fe=0)}if(Ee||m.date_system){const De=K(C,m.date_system,_.leap1900);pe=De[0],be=De[1],de=De[2]}if(Z){const De=Z<0?le+Z:Z;ye=Math.floor(De)%60,Ie=Math.floor(De/60)%60,te=Math.floor(De/60/60)%60}if(U=(6+Ee)%7,m.date_eval&&(gt=C,pt=Ee+Z/le,_.dateSpanLarge?gt<-694324||pt>=35830291:gt<0||pt>=2958466)){if(_.dateErrorThrows)throw new Error("Date out of bounds");return _.dateErrorNumber?he(C<0?[xe.negative]:[],0,C,xe).join(""):_.overflow}}var gt,pt;if(m.int_padding&&(S=m.int_padding.length===1?S||m.int_padding:m.int_padding.substring(0,m.int_padding.length-S.length)+S),m.num_padding&&(k=m.num_padding.length===1?k||m.num_padding:m.num_padding.substring(0,m.num_padding.length-k.length)+k),m.den_padding&&(P=m.den_padding.length===1?P||m.den_padding:P+m.den_padding.slice(P.length)),m.man_padding){const Oe=m.exp_plus?"+":"";D=m.man_padding.length===1?(ee<0?"-":Oe)+(D||m.man_padding):(ee<0?"-":Oe)+m.man_padding.slice(0,m.man_padding.length-D.length)+D}const Re=[];let et=0;const we={int:0,frac:0,man:0,num:0,den:0};for(let Oe=0,De=m.tokens.length;Oe<De;Oe++){const se=m.tokens[Oe],ct=se.num?se.num.length:0;if(se.type==="string")se.rule?se.rule==="num"?ze?Re.push(se.value):(m.num_min>0||m.den_min>0)&&Re.push(se.value.replace(/./g,Y["?"])):se.rule==="num+int"?ze&&S?Re.push(se.value):m.den_min>0&&(S||m.num_min)&&Re.push(se.value.replace(/./g,Y["?"])):se.rule==="den"&&(ze?Re.push(se.value):(m.den_min>0||m.den_min>0)&&Re.push(se.value.replace(/./g,Y["?"]))):Re.push(se.value);else if(se.type==="error")Re.push(_.invalid);else if(se.type==="point")Re.push(m.date?se.value:xe.decimal);else if(se.type==="general")he(Re,0,C,xe);else if(se.type==="exp")Re.push(xe.exponent);else if(se.type==="minus")se.volatile&&m.date||se.volatile&&(C>=0||typeof C!="number")||(se.volatile&&!m.fractions&&(m.integer||m.dec_fractions)?(C<0&&S&&S!=="0"||F)&&Re.push(xe.negative):Re.push(xe.negative));else if(se.type==="plus")Re.push(xe.positive);else if(se.type==="text")Re.push(C);else if(se.type==="div")ze?Re.push("/"):m.num_min>0||m.den_min>0?Re.push(Y["?"]):Re.push(Y["#"]);else if(se.type==="int")if(m.int_pattern.length===1)Re.push(S);else{const He=et?m.int_pattern.join("").length-we.int:1/0,kt=et===m.int_pattern.length-1?0:m.int_pattern.join("").length-(we.int+se.num.length);Re.push(S.substring(S.length-He,S.length-kt)),et++,we.int+=se.num.length}else if(se.type==="frac"){const He=we.frac;for(let kt=0;kt<ct;kt++)Re.push(F[kt+He]||Y[se.num[kt]]);we.frac+=ct}else if(se.type in H)m[se.type+"_pattern"].length===1?(se.type==="int"&&Re.push(S),se.type==="frac"&&Re.push(F),se.type==="man"&&Re.push(D),se.type==="num"&&Re.push(k),se.type==="den"&&Re.push(P)):(Re.push(H[se.type].slice(we[se.type],we[se.type]+ct)),we[se.type]+=ct);else if(se.type==="year")pe<0&&Re.push(xe.negative),Re.push(String(Math.abs(pe)).padStart(4,"0"));else if(se.type==="year-short"){const He=pe%100;Re.push(He<10?"0":"",He)}else if(se.type==="month")Re.push(se.pad&&be<10?"0":"",be);else if(se.type==="monthname-single")m.date_system===6?Re.push(xe.mmmm6[be-1].charAt(0)):Re.push(xe.mmmm[be-1].charAt(0));else if(se.type==="monthname-short")m.date_system===6?Re.push(xe.mmm6[be-1]):Re.push(xe.mmm[be-1]);else if(se.type==="monthname")m.date_system===6?Re.push(xe.mmmm6[be-1]):Re.push(xe.mmmm[be-1]);else if(se.type==="weekday-short")Re.push(xe.ddd[U]);else if(se.type==="weekday")Re.push(xe.dddd[U]);else if(se.type==="day")Re.push(se.pad&&de<10?"0":"",de);else if(se.type==="hour"){const He=te%m.clock||(m.clock<24?m.clock:0);Re.push(se.pad&&He<10?"0":"",He)}else if(se.type==="min")Re.push(se.pad&&Ie<10?"0":"",Ie);else if(se.type==="sec")Re.push(se.pad&&ye<10?"0":"",ye);else if(se.type==="subsec"){Re.push(xe.decimal);const He=Fe.toFixed(m.sec_decimals);Re.push(He.slice(2,2+se.decimals))}else if(se.type==="am"){const He=te<12?0:1;se.short&&!y?Re.push("AP"[He]):Re.push(xe.ampm[He])}else if(se.type==="hour-elap"){C<0&&Re.push(xe.negative);const He=24*Ee+Math.floor(Math.abs(Z)/3600);Re.push(String(Math.abs(He)).padStart(se.pad,"0"))}else if(se.type==="min-elap"){C<0&&Re.push(xe.negative);const He=1440*Ee+Math.floor(Math.abs(Z)/60);Re.push(String(Math.abs(He)).padStart(se.pad,"0"))}else if(se.type==="sec-elap"){C<0&&Re.push(xe.negative);const He=Ee*le+Math.abs(Z);Re.push(String(Math.abs(He)).padStart(se.pad,"0"))}else if(se.type==="b-year")Re.push(pe+543);else if(se.type==="b-year-short"){const He=(pe+543)%100;Re.push(He<10?"0":"",He)}}return _.nbsp?Re.join(""):Re.join("").replace(/\u00a0/g," ")}function _e(C,m){for(let _=0;_<3;_++){const y=m[_];if(y){let D;if(y.condition){const k=y.condition[0],P=y.condition[1];k==="="?D=C===P:k===">"?D=C>P:k==="<"?D=C<P:k===">="?D=C>=P:k==="<="?D=C<=P:k==="<>"&&(D=C!==P)}else D=!0;if(D)return y}}}const Ae=W("@"),Ue="black",q={};function Se(C,m){if(C){const _=C[0];m[_]=m[_]||{},Se(C.slice(1),m[_])}else m.$=!0}["d-F-y","d-F-Y","d-M-y","d-M-Y","F-d-y","F-d-Y","F-j-y","F-j-Y","j-F-y","j-F-Y","j-M-y","j-M-Y","M-d-y","M-d-Y","M-j-y","M-j-Y","m-d-y","m-d-Y","m-j-y","m-j-Y","n-d-y","n-d-Y","n-j-y","n-j-Y","y-F-d","y-F-j","y-M-d","y-M-j","Y-F-d","Y-F-j","Y-M-d","Y-m-d","Y-M-j","Y-m-j","Y-n-d","Y-n-j","j-F","j-M","d-F","d-M","n-d","n-j","n-Y","m-d","m-j","m-Y","M-Y","M-y","F-y","F-Y","Y-M","Y-n","Y-m","Y-F","Y-M"].forEach(C=>{Se(C,q),Se(C+" x",q),Se(C+" l",q),Se(C+" l x",q),Se("l "+C,q),Se("l "+C+" x",q),Se(C+" D",q),Se(C+" D x",q),Se("D "+C,q),Se("D "+C+" x",q)});const Ve={jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12},je={january:1,february:2,march:3,april:4,june:6,july:7,august:8,september:9,october:10,november:11,december:12},ke={sunday:"l",monday:"l",tuesday:"l",wednesday:"l",thursday:"l",friday:"l",saturday:"l",sun:"D",mon:"D",tue:"D",wed:"D",thu:"D",fri:"D",sat:"D"},Ze=new Date().getUTCFullYear();function bt(C){const m=new RegExp("^([\\s+%"+T.join("")+"(-]*)(((?:(?:\\d[\\d,]*)(?:\\.\\d*)?|(?:\\.\\d+)))([eE][+-]?\\d+)?)([\\s%"+T.join("")+")]*)$").exec(C);if(m){const[,_,y,D,k,P]=m;let F=1,S="",ee=!1,Ee=!1,Z=!1,pe=!1,be=!1,de=null,U=!1,te=parseFloat(y.replace(/,/g,""));if(!isFinite(te))return null;for(let ye=0;ye<_.length;ye++){const Fe=_[ye];if(Fe==="-"){if(ee||Ee)return null;ee=!0,F=-1}else if(j.test(Fe)){if(be)return null;be=!0,de=Fe}else if(Fe==="("){if(Ee||ee)return null;Ee=!0,F=-1}else if(Fe==="%"){if(pe)return null;pe=!0}}for(let ye=0;ye<P.length;ye++){const Fe=P[ye];if(j.test(Fe)){if(be)return null;be=!0,de=Fe,U=!0}else if(Fe===")"){if(Z||!Ee)return null;Z=!0}else if(Fe==="%"){if(pe)return null;pe=!0}}if(k){if(pe||be)return null;S="0.00E+00"}else if(pe){if(be)return null;S=D.includes(".")?"0.00%":"0%",te*=.01}else if(be){const ye=D.includes(".")?"#,##0.00":"#,##0";S=U?ye+de:de+ye}else D.includes(",")&&(S=D.includes(".")?"#,##0.00":"#,##0");const Ie={v:te*F};return S&&(Ie.z=S),Ie}}const Ke=(C,m,_)=>{const y=_.path||"",D=Object.keys(m);for(let k=0;k<D.length;k++){let P;const F=D[k];if(m[F]){if(F==="$"||F==="€")C||(P=_);else if(F==="-"){const S=/^(\s*([./-]|,\s)\s*|\s+)/.exec(C);if(S){const ee=S[1]==="-"||S[1]==="/"||S[1]==="."?S[1]:" ";if(!_.sep||_.sep===ee){const Ee=S[0].replace(/\s+/g," ");P=Ke(C.slice(S[0].length),m[F],{..._,sep:ee,path:y+Ee})}}}else if(F===" "){const S=/^[,.]?\s+/.exec(C);if(S){const ee=S[0].replace(/\s+/g," ");P=Ke(C.slice(S[0].length),m[F],{..._,path:y+ee})}}else if(F==="j"||F==="d"){const S=/^(0?[1-9]|1\d|2\d|3[01])\b/.exec(C);S&&(P=Ke(C.slice(S[0].length),m[F],{..._,day:S[0],path:y+F}))}else if(F==="n"||F==="m"){const S=/^(0?[1-9]|1[012])\b/.exec(C);S&&(P=Ke(C.slice(S[0].length),m[F],{..._,month:+S[0],_mon:S[0],path:y+F}))}else if(F==="F"||F==="M"){const S=/^([a-z]{3,9})\b/i.exec(C),ee=S&&(F==="F"?je:Ve)[S[0].toLowerCase()];ee&&(P=Ke(C.slice(S[0].length),m[F],{..._,month:ee,_mon:S[0],path:y+F}))}else if(F==="l"||F==="D"){const S=/^([a-z]{3,9})\b/i.exec(C);(S&&ke[S[0].toLowerCase()])===F&&(P=Ke(C.slice(S[0].length),m[F],{..._,path:y+F}))}else if(F==="y"){const S=/^\d\d\b/.exec(C);if(S){const ee=+S[0]>=30?+S[0]+1900:+S[0]+2e3;P=Ke(C.slice(S[0].length),m[F],{..._,year:ee,path:y+F})}}else if(F==="Y"){const S=/^\d\d\d\d\b/.exec(C);S&&(P=Ke(C.slice(S[0].length),m[F],{..._,year:+S[0],path:y+F}))}else{if(F!=="x")throw new Error('Unknown date token "'.concat(F,'"'));{const S=Xe(C);S&&(P=Ke("",m[F],{..._,time:S.v,tf:S.z,path:y+F}))}}if(P)return P}}};function rt(C,m){const _=Ke(C.trim(),q,{path:""});if(_){var y;if(_.sep==="."&&_.path.length===3)return null;const D=+((y=_.year)!==null&&y!==void 0?y:Ze);if(_.day||(_.day=1),!function(F,S,ee){if(ee<1||S<1||S>12)return!1;if(S===2){if(ee>(F%4==0&&F%100!=0||F%400==0||F===1900?29:28))return!1}else if((S===4||S===6||S===9||S===11)&&ee>30||(S===1||S===3||S===5||S===7||S===8||S===10||S===12)&&ee>31)return!1;return!0}(D,_.month,_.day))return null;let k=-1/0;if(D<1900)return null;D<=1900&&_.month<=2?k=25568:D<1e4&&(k=25569);const P=Date.UTC(D,_.month-1,_.day)/864e5+k+(_.time||0);if(P>=0&&P<=2958465){const F=_._mon[0]==="0"||_.day[0]==="0"||_._mon.length===2&&_.day.length===2,S=_.path.replace(/[jdlDnmMFyYx-]/g,ee=>ee==="j"||ee==="d"?F?"dd":"d":ee==="D"?"ddd":ee==="l"?"dddd":ee==="n"||ee==="m"?F?"mm":"m":ee==="M"?"mmm":ee==="F"?"mmmm":ee==="y"?"yy":ee==="x"?_.tf||"":ee==="Y"?"yyyy":ee);return m&&m.nativeDate?{v:Me(P,m),z:S}:{v:P,z:S}}}return null}function Xe(C){const m=/^\s*([10]?\d|2[0-4])(?::([0-5]\d|\d))?(?::([0-5]\d|\d))?(\.\d{1,10})?(?:\s*([AP])M?)?\s*$/i.exec(C);if(m){const[,_,y,D,k,P]=m;if(k&&!D||!P&&!y&&!D)return null;let F=1*(_||0);if(P){if(F>=13)return null;P[0]!=="p"&&P[0]!=="P"||(F+=12)}return{v:(60*F*60+60*(1*(y||0))+1*(D||0)+1*(k||0))/86400,z:(_.length===2?"hh":"h")+":mm"+(D?":ss":"")+(P?" AM/PM":"")}}return null}function dt(C){return/^\s*true\s*$/i.test(C)?{v:!0}:/^\s*false\s*$/i.test(C)?{v:!1}:null}const lt={};function Yt(C,m){const{pattern:_,partitions:y,locale:D}=C,k=S=>{const ee=Object.assign({},V(),m,S);return D&&(ee.locale=D),ee},P=(S,ee)=>{const Ee=k(ee);return function(Z,pe,be){const de=c(be.locale),U=pe[3]?pe[3]:Ae;if(typeof Z=="boolean"&&(Z=Z?"TRUE":"FALSE"),Z==null)return"";if(typeof Z!="number")return ae(Z,U,be,de);if(!isFinite(Z)){const Ie=de||g;return isNaN(Z)?Ie.nan:(Z<0?Ie.negative:"")+Ie.infinity}const te=_e(Z,pe);return te?ae(Z,te,be,de):be.overflow}(me(S,Ee),y,Ee)};P.color=(S,ee)=>function(Ee,Z){if(typeof Ee!="number"||!isFinite(Ee))return(Z[3]?Z[3].color:Ae.color)||Ue;const pe=_e(Ee,Z);return pe&&pe.color||Ue}(me(S,k(ee)),y);const F=function(S){var ee;let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;const[Z,pe]=S,be=Z.frac_max,de={type:"general",isDate:v(S),isText:B(S),isPercent:Te(S),maxDecimals:Z.general?9:be,scale:(ee=Z.scale)!==null&&ee!==void 0?ee:1,color:0,parentheses:0,grouped:Z.grouping?1:0,_partitions:S},U=!de.isDate&&!de.isText&&!Z.error&&Z.tokens.some(xe=>xe.type==="string"&&(Ee?xe.value===Ee:j.test(xe.value)));let te="G",Ie=be>=0?Math.min(15,be):"",ye="",Fe="";if(pe&&pe.color&&(Fe="-",de.color=1),Z.parens&&(ye="()",de.parentheses=1),U)te="C",de.type="currency";else if(Z.error)de.type="error",de.maxDecimals=0;else if(de.isDate){let xe=0,ze=0,gt="";Z.tokens.forEach(Re=>{const et=Re.type;/^(b-)?year/.test(et)?(gt+="Y",ze++):et.startsWith("month")?(gt+="M",ze++):/^(week)?day/.test(et)?(gt+="D",ze++):et!=="hour"&&et!=="min"&&et!=="sec"&&et!=="am"||(gt+=et[0],xe++)}),de.type="date",ze&&xe?de.type="datetime":!ze&&xe&&(de.type="time");const pt=J.find(Re=>gt.startsWith(Re[0]));te=pt?"D":"G",Ie=pt?pt[1]:""}else de.isText?(te="G",de.type="text",Ie="",de.maxDecimals=0):Z.general?(te="G",de.type="general",Ie=""):Z.fractions?(te="G",de.type="fraction",Ie=""):Z.exponential?(te="S",de.type="scientific"):de.isPercent?(te="P",de.type="percent"):Z.grouping?(te=",",de.type="grouped"):(Z.int_max||be)&&(te="F",de.type="number");return de.code=te+Ie+Fe+ye,de.level=X[de.type],Object.freeze(de)}(y,(m||{}).currency)||new SyntaxError;return P.info=F,P.dateInfo=function(S){const[ee]=S;return{year:!!(2&ee.date),month:!!(4&ee.date),day:!!(8&ee.date),hours:!!(16&ee.date),minutes:!!(32&ee.date),seconds:!!(64&ee.date),clockType:ee.clock===12?12:24}}(y),P.isPercent=()=>!!F.isPercent,P.isDate=()=>!!F.isDate,P.isText=()=>!!F.isText,P.pattern=_,C.error&&(P.error=C.error),P.options=k,P.locale=D||m&&m.locale||"",Object.freeze(P)}function Be(C,m){C||(C="General");let _=null;return lt[C]?_=lt[C]:(_=Object.assign({},V(),m).throws?L(C):function(y){try{return L(y)}catch(D){const k={tokens:[{type:"error"}],error:D.message};return{pattern:y,partitions:[k,k,k,k],error:D.message,locale:null}}}(C),_.error||(lt[C]=_)),Yt(_,m)}Be.isDate=C=>Be(C,{throws:!1}).isDate(),Be.isPercent=C=>Be(C,{throws:!1}).isPercent(),Be.isText=C=>Be(C,{throws:!1}).isText(),Be.getInfo=(C,m)=>Be(C,{...m,throws:!1}).info,Be.getDateInfo=(C,m)=>Be(C,{...m,throws:!1}).dateInfo,Be.dateToSerial=me,Be.dateFromSerial=Me,Be.options=V,Be.dec2frac=I,Be.round=E,Be.codeToLocale=s,Be.parseLocale=l,Be.getLocale=c,Be.addLocale=(C,m)=>{const _=l(m);return delete lt[_.lang],delete lt[_.language],d(C,_)},Be.format=function(C,m,_){let y=arguments.length>3&&arguments[3]!==void 0&&arguments[3];const D=_&&typeof _=="object"?_:{locale:_,throws:!y};return Be(C,D)(me(m,D),D)},Be.is_date=Be.isDate,Be.parseNumber=bt,Be.parseDate=rt,Be.parseTime=Xe,Be.parseBool=dt,Be.parseValue=function(C,m){var _,y,D;return(_=(y=(D=bt(C))!==null&&D!==void 0?D:rt(C,m))!==null&&y!==void 0?y:Xe(C))!==null&&_!==void 0?_:dt(C)};var ft=Be;return r=r.default}()})}($r)),$r.exports}var bs,Bo;function vd(){return Bo||(Bo=1,bs=Sd()),bs}var Od=vd();const wd=Ct(Od),Gn="__INTERNAL_EDITOR__",As=`${Gn}DOCS_NORMAL`,Ts=`${Gn}DOCS_FORMULA_BAR`,$o=`${Gn}ZEN_EDITOR`,Ho=`\r
|
|
2
|
+
`,Wo="isRowStylePrecedeColumnStyle",jo=Symbol("AUTO_HEIGHT_FOR_MERGED_CELLS");function bd(e){return`${Gn}${e}`}function Yo(e){return e.startsWith(Gn)}var zo=(e=>(e[e.character=0]="character",e[e.paragraph=1]="paragraph",e[e.table=2]="table",e[e.numbering=3]="numbering",e))(zo||{}),Go=(e=>(e[e.TAB=0]="TAB",e[e.SPACE=1]="SPACE",e[e.NOTHING=2]="NOTHING",e))(Go||{}),Ne=(e=>(e[e.BULLET=0]="BULLET",e[e.NONE=1]="NONE",e[e.DECIMAL=2]="DECIMAL",e[e.DECIMAL_ZERO=3]="DECIMAL_ZERO",e[e.UPPER_LETTER=4]="UPPER_LETTER",e[e.LOWER_LETTER=5]="LOWER_LETTER",e[e.UPPER_ROMAN=6]="UPPER_ROMAN",e[e.LOWER_ROMAN=7]="LOWER_ROMAN",e[e.ORDINAL=8]="ORDINAL",e[e.CARDINAL_TEXT=9]="CARDINAL_TEXT",e[e.ORDINAL_TEXT=10]="ORDINAL_TEXT",e[e.HEX=11]="HEX",e[e.CHICAGO=12]="CHICAGO",e[e.IDEOGRAPH_DIGITAL=13]="IDEOGRAPH_DIGITAL",e[e.JAPANESE_COUNTING=14]="JAPANESE_COUNTING",e[e.AIUEO=15]="AIUEO",e[e.IROHA=16]="IROHA",e[e.DECIMAL_FULL_WIDTH=17]="DECIMAL_FULL_WIDTH",e[e.DECIMAL_HALF_WIDTH=18]="DECIMAL_HALF_WIDTH",e[e.JAPANESE_LEGAL=19]="JAPANESE_LEGAL",e[e.JAPANESE_DIGITAL_TEN_THOUSAND=20]="JAPANESE_DIGITAL_TEN_THOUSAND",e[e.DECIMAL_ENCLOSED_CIRCLE=21]="DECIMAL_ENCLOSED_CIRCLE",e[e.DECIMAL_FULL_WIDTH2=22]="DECIMAL_FULL_WIDTH2",e[e.AIUEO_FULL_WIDTH=23]="AIUEO_FULL_WIDTH",e[e.IROHA_FULL_WIDTH=24]="IROHA_FULL_WIDTH",e[e.GANADA=25]="GANADA",e[e.CHOSUNG=26]="CHOSUNG",e[e.DECIMAL_ENCLOSED_FULLSTOP=27]="DECIMAL_ENCLOSED_FULLSTOP",e[e.DECIMAL_ENCLOSED_PAREN=28]="DECIMAL_ENCLOSED_PAREN",e[e.DECIMAL_ENCLOSED_CIRCLE_CHINESE=29]="DECIMAL_ENCLOSED_CIRCLE_CHINESE",e[e.IDEOGRAPH_ENCLOSED_CIRCLE=30]="IDEOGRAPH_ENCLOSED_CIRCLE",e[e.IDEOGRAPH_TRADITIONAL=31]="IDEOGRAPH_TRADITIONAL",e[e.IDEOGRAPH_ZODIAC=32]="IDEOGRAPH_ZODIAC",e[e.IDEOGRAPH_ZODIAC_TRADITIONAL=33]="IDEOGRAPH_ZODIAC_TRADITIONAL",e[e.TAIWANESE_COUNTING=34]="TAIWANESE_COUNTING",e[e.IDEOGRAPH_LEGAL_TRADITIONAL=35]="IDEOGRAPH_LEGAL_TRADITIONAL",e[e.TAIWANESE_COUNTING_THOUSAND=36]="TAIWANESE_COUNTING_THOUSAND",e[e.TAIWANESE_DIGITAL=37]="TAIWANESE_DIGITAL",e[e.CHINESE_COUNTING=38]="CHINESE_COUNTING",e[e.CHINESE_LEGAL_SIMPLIFIED=39]="CHINESE_LEGAL_SIMPLIFIED",e[e.CHINESE_COUNTING_THOUSAND=40]="CHINESE_COUNTING_THOUSAND",e[e.KOREAN_DIGITAL=41]="KOREAN_DIGITAL",e[e.KOREAN_COUNTING=42]="KOREAN_COUNTING",e[e.KOREAN_LEGAL=43]="KOREAN_LEGAL",e[e.KOREAN_DIGITAL2=44]="KOREAN_DIGITAL2",e[e.VIETNAMESE_COUNTING=45]="VIETNAMESE_COUNTING",e[e.RUSSIAN_LOWER=46]="RUSSIAN_LOWER",e[e.RUSSIAN_UPPER=47]="RUSSIAN_UPPER",e[e.NUMBER_IN_DASH=48]="NUMBER_IN_DASH",e[e.HEBREW1=49]="HEBREW1",e[e.HEBREW2=50]="HEBREW2",e[e.ARABIC_ALPHA=51]="ARABIC_ALPHA",e[e.ARABIC_ABJAD=52]="ARABIC_ABJAD",e[e.HINDI_VOWELS=53]="HINDI_VOWELS",e[e.HINDI_CONSONANTS=54]="HINDI_CONSONANTS",e[e.HINDI_NUMBERS=55]="HINDI_NUMBERS",e[e.HINDI_COUNTING=56]="HINDI_COUNTING",e[e.THAI_LETTERS=57]="THAI_LETTERS",e[e.THAI_NUMBERS=58]="THAI_NUMBERS",e[e.THAI_COUNTING=59]="THAI_COUNTING",e[e.CUSTOM=60]="CUSTOM",e))(Ne||{}),Vn=(e=>(e[e.BULLET_ALIGNMENT_UNSPECIFIED=0]="BULLET_ALIGNMENT_UNSPECIFIED",e[e.START=1]="START",e[e.CENTER=2]="CENTER",e[e.END=3]="END",e[e.BOTH=4]="BOTH",e))(Vn||{}),Kt=(e=>(e[e.HYPERLINK=0]="HYPERLINK",e[e.FIELD=1]="FIELD",e[e.SDT=2]="SDT",e[e.BOOKMARK=3]="BOOKMARK",e[e.COMMENT=4]="COMMENT",e[e.CUSTOM=5]="CUSTOM",e[e.MENTION=6]="MENTION",e[e.UNI_FORMULA=7]="UNI_FORMULA",e[e.DELTED=9999]="DELTED",e))(Kt||{}),an=(e=>(e[e.COMMENT=0]="COMMENT",e[e.DELETED=9999]="DELETED",e))(an||{}),Vo=(e=>(e[e.DRAWING=0]="DRAWING",e[e.CUSTOM=1]="CUSTOM",e))(Vo||{}),ys=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.TRADITIONAL=1]="TRADITIONAL",e[e.MODERN=2]="MODERN",e))(ys||{}),Ko=(e=>(e[e.DEFAULT=0]="DEFAULT",e[e.LINES=1]="LINES",e[e.LINES_AND_CHARS=2]="LINES_AND_CHARS",e[e.SNAP_TO_CHARS=3]="SNAP_TO_CHARS",e))(Ko||{}),Xo=(e=>(e[e.SECTION_TYPE_UNSPECIFIED=0]="SECTION_TYPE_UNSPECIFIED",e[e.CONTINUOUS=1]="CONTINUOUS",e[e.NEXT_PAGE=2]="NEXT_PAGE",e[e.EVEN_PAGE=3]="EVEN_PAGE",e[e.ODD_PAGE=4]="ODD_PAGE",e))(Xo||{}),qo=(e=>(e[e.COLUMN_SEPARATOR_STYLE_UNSPECIFIED=0]="COLUMN_SEPARATOR_STYLE_UNSPECIFIED",e[e.NONE=1]="NONE",e[e.BETWEEN_EACH_COLUMN=2]="BETWEEN_EACH_COLUMN",e))(qo||{}),Jo=(e=>(e[e.NORMAL=0]="NORMAL",e[e.TBRL=1]="TBRL",e[e.LRTBV=2]="LRTBV",e))(Jo||{}),Zo=(e=>(e[e.TEXT_RUN=0]="TEXT_RUN",e[e.AUTO_TEXT=1]="AUTO_TEXT",e[e.PAGE_BREAK=2]="PAGE_BREAK",e[e.COLUMN_BREAK=3]="COLUMN_BREAK",e[e.FOOT_NOTE_REFERENCE=4]="FOOT_NOTE_REFERENCE",e[e.HORIZONTAL_RULE=5]="HORIZONTAL_RULE",e[e.EQUATION=6]="EQUATION",e[e.DRAWING=7]="DRAWING",e[e.PERSON=8]="PERSON",e[e.RICH_LINK=9]="RICH_LINK",e))(Zo||{}),Qo=(e=>(e[e.BOTH_SIDES=0]="BOTH_SIDES",e[e.LEFT=1]="LEFT",e[e.RIGHT=2]="RIGHT",e[e.LARGEST=3]="LARGEST",e))(Qo||{}),ea=(e=>(e[e.INLINE=0]="INLINE",e[e.WRAP_NONE=1]="WRAP_NONE",e[e.WRAP_POLYGON=2]="WRAP_POLYGON",e[e.WRAP_SQUARE=3]="WRAP_SQUARE",e[e.WRAP_THROUGH=4]="WRAP_THROUGH",e[e.WRAP_TIGHT=5]="WRAP_TIGHT",e[e.WRAP_TOP_AND_BOTTOM=6]="WRAP_TOP_AND_BOTTOM",e))(ea||{}),it=(e=>(e[e.NAMED_STYLE_TYPE_UNSPECIFIED=0]="NAMED_STYLE_TYPE_UNSPECIFIED",e[e.NORMAL_TEXT=1]="NORMAL_TEXT",e[e.TITLE=2]="TITLE",e[e.SUBTITLE=3]="SUBTITLE",e[e.HEADING_1=4]="HEADING_1",e[e.HEADING_2=5]="HEADING_2",e[e.HEADING_3=6]="HEADING_3",e[e.HEADING_4=7]="HEADING_4",e[e.HEADING_5=8]="HEADING_5",e))(it||{}),ta=(e=>(e[e.AUTO=0]="AUTO",e[e.AT_LEAST=1]="AT_LEAST",e[e.EXACT=2]="EXACT",e))(ta||{}),na=(e=>(e[e.DASH_STYLE_UNSPECIFIED=0]="DASH_STYLE_UNSPECIFIED",e[e.SOLID=1]="SOLID",e[e.DOT=2]="DOT",e[e.DASH=3]="DASH",e))(na||{}),ra=(e=>(e[e.TAB_STOP_ALIGNMENT_UNSPECIFIED=0]="TAB_STOP_ALIGNMENT_UNSPECIFIED",e[e.START=1]="START",e[e.CENTER=2]="CENTER",e[e.END=3]="END",e))(ra||{}),sa=(e=>(e[e.UNSPECIFIED=0]="UNSPECIFIED",e[e.SPECIFIED=1]="SPECIFIED",e))(sa||{}),ia=(e=>(e[e.START=0]="START",e[e.CENTER=1]="CENTER",e[e.END=2]="END",e))(ia||{}),oa=(e=>(e[e.AUTO_FIT=0]="AUTO_FIT",e[e.FIXED=1]="FIXED",e))(oa||{}),aa=(e=>(e[e.NONE=0]="NONE",e[e.WRAP=1]="WRAP",e))(aa||{}),la=(e=>(e[e.AUTO=0]="AUTO",e[e.AT_LEAST=1]="AT_LEAST",e[e.EXACT=2]="EXACT",e))(la||{}),ua=(e=>(e[e.CONTENT_ALIGNMENT_UNSPECIFIED=0]="CONTENT_ALIGNMENT_UNSPECIFIED",e[e.BOTH=1]="BOTH",e[e.TOP=2]="TOP",e[e.CENTER=3]="CENTER",e[e.BOTTOM=4]="BOTTOM",e))(ua||{}),En=(e=>(e.NORMAL="normal",e.BOLD="bold",e.ITALIC="italic",e))(En||{}),ca=(e=>(e[e.PAGE=0]="PAGE",e[e.COLUMN=1]="COLUMN",e[e.CHARACTER=2]="CHARACTER",e[e.MARGIN=3]="MARGIN",e[e.INSIDE_MARGIN=4]="INSIDE_MARGIN",e[e.OUTSIDE_MARGIN=5]="OUTSIDE_MARGIN",e[e.LEFT_MARGIN=6]="LEFT_MARGIN",e[e.RIGHT_MARGIN=7]="RIGHT_MARGIN",e))(ca||{}),ha=(e=>(e[e.PAGE=0]="PAGE",e[e.PARAGRAPH=1]="PARAGRAPH",e[e.LINE=2]="LINE",e[e.MARGIN=3]="MARGIN",e[e.TOP_MARGIN=4]="TOP_MARGIN",e[e.BOTTOM_MARGIN=5]="BOTTOM_MARGIN",e[e.INSIDE_MARGIN=6]="INSIDE_MARGIN",e[e.OUTSIDE_MARGIN=7]="OUTSIDE_MARGIN",e))(ha||{}),da=(e=>(e[e.POINT=0]="POINT",e[e.LINE=1]="LINE",e[e.CHARACTER=2]="CHARACTER",e[e.PIXEL=3]="PIXEL",e[e.PERCENT=4]="PERCENT",e))(da||{}),fa=(e=>(e[e.CENTER=0]="CENTER",e[e.INSIDE=1]="INSIDE",e[e.LEFT=2]="LEFT",e[e.OUTSIDE=3]="OUTSIDE",e[e.RIGHT=4]="RIGHT",e[e.BOTH=5]="BOTH",e[e.DISTRIBUTE=6]="DISTRIBUTE",e))(fa||{}),ga=(e=>(e[e.BOTTOM=0]="BOTTOM",e[e.CENTER=1]="CENTER",e[e.INSIDE=2]="INSIDE",e[e.OUTSIDE=3]="OUTSIDE",e[e.TOP=4]="TOP",e))(ga||{}),ma=(e=>(e[e.compressPunctuation=0]="compressPunctuation",e[e.compressPunctuationAndJapaneseKana=1]="compressPunctuationAndJapaneseKana",e[e.doNotCompress=2]="doNotCompress",e))(ma||{}),_a=(e=>(e[e.PORTRAIT=0]="PORTRAIT",e[e.LANDSCAPE=1]="LANDSCAPE",e))(_a||{}),Rt=(e=>(e.Letter="Letter",e.Tabloid="Tabloid",e.Legal="Legal",e.Statement="Statement",e.Executive="Executive",e.Folio="Folio",e.A3="A3",e.A4="A4",e.A5="A5",e.B4="B4",e.B5="B5",e))(Rt||{});const Ad=["A3","A4","A5","B4","B5","Letter","Tabloid","Legal","Statement","Executive","Folio"];var pa=(e=>(e[e.forward=0]="forward",e[e.backward=1]="backward",e[e.front=2]="front",e[e.back=3]="back",e))(pa||{}),Ea=(e=>(e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e[e.DRAWING_IMAGE=0]="DRAWING_IMAGE",e[e.DRAWING_SHAPE=1]="DRAWING_SHAPE",e[e.DRAWING_CHART=2]="DRAWING_CHART",e[e.DRAWING_TABLE=3]="DRAWING_TABLE",e[e.DRAWING_SMART_ART=4]="DRAWING_SMART_ART",e[e.DRAWING_VIDEO=5]="DRAWING_VIDEO",e[e.DRAWING_GROUP=6]="DRAWING_GROUP",e[e.DRAWING_UNIT=7]="DRAWING_UNIT",e[e.DRAWING_DOM=8]="DRAWING_DOM",e))(Ea||{}),Ns=(e=>(e[e.SLIDE=0]="SLIDE",e[e.MASTER=1]="MASTER",e[e.LAYOUT=2]="LAYOUT",e[e.HANDOUT_MASTER=3]="HANDOUT_MASTER",e[e.NOTES_MASTER=4]="NOTES_MASTER",e))(Ns||{}),Ca=(e=>(e[e.SHAPE=0]="SHAPE",e[e.IMAGE=1]="IMAGE",e[e.TEXT=2]="TEXT",e[e.SPREADSHEET=3]="SPREADSHEET",e[e.DOCUMENT=4]="DOCUMENT",e[e.SLIDE=5]="SLIDE",e))(Ca||{}),Ra=(e=>(e[e.RELATIVE_SLIDE_LINK_UNSPECIFIED=0]="RELATIVE_SLIDE_LINK_UNSPECIFIED",e[e.NEXT_SLIDE=1]="NEXT_SLIDE",e[e.PREVIOUS_SLIDE=2]="PREVIOUS_SLIDE",e[e.FIRST_SLIDE=3]="FIRST_SLIDE",e[e.LAST_SLIDE=4]="LAST_SLIDE",e))(Ra||{});const Td={sheetId:"",range:{startRow:-1,endRow:-1,startColumn:-1,endColumn:-1}},yd={startRow:-1,startColumn:-1,endRow:-1,endColumn:-1},Nd={startRow:0,startColumn:0,endRow:0,endColumn:0},Md={row:0,column:0},ut={ff:"Arial",fs:11,it:ve.FALSE,bl:ve.FALSE,ul:{s:ve.FALSE},st:{s:ve.FALSE},ol:{s:ve.FALSE},tr:{a:0,v:ve.FALSE},td:jn.UNSPECIFIED,cl:{rgb:"#000"},bg:{rgb:"#fff"},ht:At.UNSPECIFIED,vt:rn.UNSPECIFIED,tb:sn.UNSPECIFIED,pd:{t:0,r:0,b:0,l:0},n:null,bd:{b:null,l:null,r:null,t:null}},Ia={id:"default_slide",title:"defaultSlide",pageSize:{width:300,height:300}},Dd=[As,$o,Ts],Ld={[it.HEADING_1]:{fs:20,bl:1},[it.HEADING_2]:{fs:18,bl:1},[it.HEADING_3]:{fs:16,bl:1},[it.HEADING_4]:{fs:14,bl:1},[it.HEADING_5]:{fs:12,bl:1},[it.NORMAL_TEXT]:null,[it.TITLE]:{fs:26,bl:1},[it.SUBTITLE]:{fs:15,cl:{rgb:"#999999"}},[it.NAMED_STYLE_TYPE_UNSPECIFIED]:null},Cn=4,Ud={[it.HEADING_1]:{spaceAbove:{v:20},spaceBelow:{v:6+Cn}},[it.HEADING_2]:{spaceAbove:{v:18},spaceBelow:{v:6+Cn}},[it.HEADING_3]:{spaceAbove:{v:16},spaceBelow:{v:6+Cn}},[it.HEADING_4]:{spaceAbove:{v:14},spaceBelow:{v:4+Cn}},[it.HEADING_5]:{spaceAbove:{v:12},spaceBelow:{v:4+Cn}},[it.NORMAL_TEXT]:{spaceAbove:{v:0},spaceBelow:{v:0}},[it.TITLE]:{spaceAbove:{v:0},spaceBelow:{v:3+Cn}},[it.SUBTITLE]:{spaceAbove:{v:0},spaceBelow:{v:16}},[it.NAMED_STYLE_TYPE_UNSPECIFIED]:null},Pd="univer-sheets-chart-print-chart",kd="univer-docs-drawing-printing";var Sa=(e=>(e.ARRAY_CONVERTOR="ARRAY_CONVERTOR",e.MATRIX_CONVERTOR="MATRIX_CONVERTOR",e))(Sa||{});const Fd={[Rt.A3]:{width:1123,height:1587},[Rt.A4]:{width:794,height:1124},[Rt.A5]:{width:559,height:794},[Rt.B4]:{width:944,height:1344},[Rt.B5]:{width:665,height:944},[Rt.Executive]:{width:696,height:1008},[Rt.Folio]:{width:816,height:1248},[Rt.Legal]:{width:816,height:1344},[Rt.Letter]:{width:816,height:1056},[Rt.Statement]:{width:528,height:816},[Rt.Tabloid]:{width:1056,height:1632}};function Hr(e,t){const{textRuns:n=[]}=t;let r=0;for(const i of n){const{ts:o={},st:a,ed:l}=i;if(o[e]==null)return ve.FALSE;switch(e){case"bl":case"it":{if(o[e]===ve.FALSE)return ve.FALSE;break}case"ul":case"st":{if(o[e].s===ve.FALSE)return ve.FALSE;break}default:throw new Error(`unknown style key: ${e} in IStyleBase`)}r+=l-a}return t.dataStream.indexOf(`\r
|
|
3
|
+
`)===r?ve.TRUE:ve.FALSE}const _r=class _r{constructor(t,n,r){R(this,"_range");R(this,"_worksheet");this._deps=r,this._range=n,this._worksheet=t}static foreach(t,n){const{startRow:r,startColumn:s,endRow:i,endColumn:o}=t;for(let a=r;a<=i;a++)for(let l=s;l<=o;l++)n(a,l)}getRangeData(){return this._range}getValue(){return this.getValues()[0][0]}getValues(){const{startRow:t,endRow:n,startColumn:r,endColumn:s}=this._range,i=[];for(let o=t;o<=n;o++){const a=[];for(let l=r;l<=s;l++)a.push(this.getMatrix().getValue(o,l)||null);i.push(a)}return i}getMatrix(){const{startRow:t,endRow:n,startColumn:r,endColumn:s}=this._range,i=this._worksheet.getCellMatrix(),o=new Et;for(let a=t;a<=n;a++)for(let l=r;l<=s;l++)o.setValue(a,l,i.getValue(a,l)||null);return o}getMatrixObject(){const{startRow:t,endRow:n,startColumn:r,endColumn:s}=this._range,i=this._worksheet.getCellMatrix(),o=new Et;for(let a=t;a<=n;a++)for(let l=r;l<=s;l++)o.setValue(a-t,l-r,i.getValue(a,l)||{});return o}getA1Notation(){const{startRow:t,endRow:n,startColumn:r,endColumn:s}=this._range;let i,o;return r<s?(i=ne.numToWord(r+1)+(t+1),o=ne.numToWord(s+1)+(n+1)):(i=ne.numToWord(s+1)+(n+1),o=ne.numToWord(r+1)+(t+1)),i===o?`${i}`:`${i}:${o}`}getBackground(){return this.getBackgrounds()[0][0]}getBackgrounds(){const t=this._deps.getStyles();return this.getValues().map(n=>n.map(r=>{var i;const s=t.getStyleByCell(r);return((i=s==null?void 0:s.bg)==null?void 0:i.rgb)||ut.bg.rgb}))}getCell(t,n){const{startRow:r,startColumn:s}=this._range,i={startRow:r+t,endRow:r+t,startColumn:s+n,endColumn:s+n};return new _r(this._worksheet,i,this._deps)}getColumn(){return this._range.startColumn}getObjectValue(t={}){return this.getObjectValues(t)[0][0]}getObjectValues(t={}){var a;const{startRow:n,endRow:r,startColumn:s,endColumn:i}=this._range,o=this._worksheet.getCellMatrix().getFragment(n,r,s,i).getData();if(t.isIncludeStyle){const l=this._deps.getStyles();for(let u=0;u<=r-n;u++)for(let c=0;c<=i-s;c++){if(o==null||((a=o==null?void 0:o[u])==null?void 0:a[c])==null)continue;const h=o[u][c].s;h&&(o[u][c].s=l.get(h))}}return o}getFontColor(){return this.getFontColors()[0][0]}getFontColors(){const t=this._deps.getStyles();return this.getValues().map(n=>n.map(r=>{var i;const s=t.getStyleByCell(r);return((i=s==null?void 0:s.cl)==null?void 0:i.rgb)||ut.cl.rgb}))}getFontFamilies(){return this._getStyles("ff")}getFontFamily(){return this.getFontFamilies()[0][0]}getUnderlines(){return this._getStyles("ul")}getUnderline(){var n,r;const{p:t}=(n=this.getValue())!=null?n:{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?Hr("ul",t.body)===ve.TRUE?{s:ve.TRUE}:{s:ve.FALSE}:this.getUnderlines()[0][0]}getOverlines(){return this._getStyles("ol")}getOverline(){return this.getOverlines()[0][0]}getStrikeThrough(){var n,r;const{p:t}=(n=this.getValue())!=null?n:{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?Hr("st",t.body)===ve.TRUE?{s:ve.TRUE}:{s:ve.FALSE}:this.getStrikeThroughs()[0][0]}getStrikeThroughs(){return this._getStyles("st")}getFontSize(){var n,r;const t=((n=this.getValue())==null?void 0:n.p)||{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?t.body.textRuns.some(s=>{var i;return((i=s==null?void 0:s.ts)==null?void 0:i.fs)!=null})?Math.max(...t.body.textRuns.map(s=>{var i;return((i=s==null?void 0:s.ts)==null?void 0:i.fs)||0})):this.getFontSizes()[0][0]:this.getFontSizes()[0][0]}getFontSizes(){return this._getStyles("fs")}getBorder(){return this.getBorders()[0][0]}getBorders(){return this._getStyles("bd")}getFontStyle(){var n,r;const{p:t}=(n=this.getValue())!=null?n:{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?Hr("it",t.body)===ve.TRUE?Ir.ITALIC:Ir.NORMAL:this._getFontStyles()[0][0]}_getFontStyles(){return this._getStyles("it")}getFontWeight(){var n,r;const{p:t}=(n=this.getValue())!=null?n:{};return t&&Array.isArray((r=t.body)==null?void 0:r.textRuns)&&t.body.textRuns.length>0?Hr("bl",t.body)===ve.TRUE?Sr.BOLD:Sr.NORMAL:this._getFontWeights()[0][0]}_getFontWeights(){return this._getStyles("bl")}getGridId(){return this._worksheet.getSheetId()}getHeight(){const{_range:t,_worksheet:n}=this,{startRow:r,endRow:s}=t;let i=0;for(let o=0;o<=s-r;o++){const a=n.getRowHeight(o);i+=a}return i}getHorizontalAlignment(){return this.getHorizontalAlignments()[0][0]}getHorizontalAlignments(){return this._getStyles("ht")}getLastColumn(){return this._range.endColumn}getLastRow(){return this._range.endRow}getNumColumns(){const{startColumn:t,endColumn:n}=this._range;return n-t+1}getNumRows(){const{startRow:t,endRow:n}=this._range;return n-t+1}getRichTextValue(){return this.getRichTextValues()[0][0]}getRichTextValues(){return this.getValues().map(t=>t.map(n=>(n==null?void 0:n.p)||""))}getRowIndex(){return this._range.startRow}getSheet(){return this._worksheet}getTextDirection(){return this.getTextDirections()[0][0]}getTextDirections(){return this._getStyles("td")}getTextRotation(){return this.getTextRotations()[0][0]}getTextRotations(){return this._getStyles("tr")}getTextStyle(){return this.getTextStyles()[0][0]}getTextStyles(){const t=this._deps.getStyles();return this.getValues().map(n=>n.map(r=>t.getStyleByCell(r)))}getVerticalAlignment(){return this.getVerticalAlignments()[0][0]}getVerticalAlignments(){return this._getStyles("vt")}getWidth(){const{_range:t,_worksheet:n}=this,{startColumn:r,endColumn:s}=t;let i=0;for(let o=0;o<=s-r;o++)i+=n.getColumnWidth(o);return i}getWrap(){return this.getWrapStrategy()===sn.WRAP?ve.TRUE:ve.FALSE}getWrapStrategies(){return this._getStyles("tb")}getWrapStrategy(){return this.getWrapStrategies()[0][0]}forEach(t){_r.foreach(this._range,t)}_getStyles(t){const n=this._deps.getStyles();return this.getValues().map(r=>r.map(s=>{const i=n&&n.getStyleByCell(s);return i&&i[t]||ut[t]}))}};R(_r,"transformRange",(t,n)=>{const r=n.getMaxColumns()-1,s=n.getMaxRows()-1;return t.rangeType===Le.ALL?{startColumn:0,startRow:0,endColumn:r,endRow:s}:t.rangeType===Le.COLUMN?{startRow:0,endRow:s,startColumn:t.startColumn,endColumn:t.endColumn}:t.rangeType===Le.ROW?{startColumn:0,endColumn:r,startRow:t.startRow,endRow:t.endRow}:{startColumn:t.startColumn,endColumn:Math.min(t.endColumn,r),startRow:t.startRow,endRow:Math.min(t.endRow,s)}});let Rn=_r;function va(e,t,n=0,r=e.length-1,s=xd){for(;r>n;){if(r-n>600){const l=r-n+1,u=t-n+1,c=Math.log(l),h=.5*Math.exp(2*c/3),d=.5*Math.sqrt(c*h*(l-h)/l)*(u-l/2<0?-1:1),g=Math.max(n,Math.floor(t-u*h/l+d)),E=Math.min(r,Math.floor(t+(l-u)*h/l+d));va(e,t,g,E,s)}const i=e[t];let o=n,a=r;for(Kn(e,n,t),s(e[r],i)>0&&Kn(e,n,r);o<a;){for(Kn(e,o,a),o++,a--;s(e[o],i)<0;)o++;for(;s(e[a],i)>0;)a--}s(e[n],i)===0?Kn(e,n,a):(a++,Kn(e,a,r)),a<=t&&(n=a+1),t<=a&&(r=a-1)}}function Kn(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function xd(e,t){return e<t?-1:e>t?1:0}class Wr{constructor(t=9){this._maxEntries=Math.max(4,t),this._minEntries=Math.max(2,Math.ceil(this._maxEntries*.4)),this.clear()}all(){return this._all(this.data,[])}search(t){let n=this.data;const r=[];if(!Yr(t,n))return r;const s=this.toBBox,i=[];for(;n;){for(let o=0;o<n.children.length;o++){const a=n.children[o],l=n.leaf?s(a):a;Yr(t,l)&&(n.leaf?r.push(a):Ds(t,l)?this._all(a,r):i.push(a))}n=i.pop()}return r}collides(t){let n=this.data;if(!Yr(t,n))return!1;const r=[];for(;n;){for(let s=0;s<n.children.length;s++){const i=n.children[s],o=n.leaf?this.toBBox(i):i;if(Yr(t,o)){if(n.leaf||Ds(t,o))return!0;r.push(i)}}n=r.pop()}return!1}load(t){if(!(t&&t.length))return this;if(t.length<this._minEntries){for(let r=0;r<t.length;r++)this.insert(t[r]);return this}let n=this._build(t.slice(),0,t.length-1,0);if(!this.data.children.length)this.data=n;else if(this.data.height===n.height)this._splitRoot(this.data,n);else{if(this.data.height<n.height){const r=this.data;this.data=n,n=r}this._insert(n,this.data.height-n.height-1,!0)}return this}insert(t){return t&&this._insert(t,this.data.height-1),this}clear(){return this.data=Sn([]),this}remove(t,n){if(!t)return this;let r=this.data;const s=this.toBBox(t),i=[],o=[];let a,l,u;for(;r||i.length;){if(r||(r=i.pop(),l=i[i.length-1],a=o.pop(),u=!0),r.leaf){const c=Bd(t,r.children,n);if(c!==-1)return r.children.splice(c,1),i.push(r),this._condense(i),this}!u&&!r.leaf&&Ds(r,s)?(i.push(r),o.push(a),a=0,l=r,r=r.children[0]):l?(a++,r=l.children[a],u=!1):r=null}return this}toBBox(t){return t}compareMinX(t,n){return t.minX-n.minX}compareMinY(t,n){return t.minY-n.minY}toJSON(){return this.data}fromJSON(t){return this.data=t,this}_all(t,n){const r=[];for(;t;)t.leaf?n.push(...t.children):r.push(...t.children),t=r.pop();return n}_build(t,n,r,s){const i=r-n+1;let o=this._maxEntries,a;if(i<=o)return a=Sn(t.slice(n,r+1)),In(a,this.toBBox),a;s||(s=Math.ceil(Math.log(i)/Math.log(o)),o=Math.ceil(i/Math.pow(o,s-1))),a=Sn([]),a.leaf=!1,a.height=s;const l=Math.ceil(i/o),u=l*Math.ceil(Math.sqrt(o));Oa(t,n,r,u,this.compareMinX);for(let c=n;c<=r;c+=u){const h=Math.min(c+u-1,r);Oa(t,c,h,l,this.compareMinY);for(let d=c;d<=h;d+=l){const g=Math.min(d+l-1,h);a.children.push(this._build(t,d,g,s-1))}}return In(a,this.toBBox),a}_chooseSubtree(t,n,r,s){for(;s.push(n),!(n.leaf||s.length-1===r);){let i=1/0,o=1/0,a;for(let l=0;l<n.children.length;l++){const u=n.children[l],c=Ms(u),h=Wd(t,u)-c;h<o?(o=h,i=c<i?c:i,a=u):h===o&&c<i&&(i=c,a=u)}n=a||n.children[0]}return n}_insert(t,n,r){const s=r?t:this.toBBox(t),i=[],o=this._chooseSubtree(s,this.data,n,i);for(o.children.push(t),qn(o,s);n>=0&&i[n].children.length>this._maxEntries;)this._split(i,n),n--;this._adjustParentBBoxes(s,i,n)}_split(t,n){const r=t[n],s=r.children.length,i=this._minEntries;this._chooseSplitAxis(r,i,s);const o=this._chooseSplitIndex(r,i,s),a=Sn(r.children.splice(o,r.children.length-o));a.height=r.height,a.leaf=r.leaf,In(r,this.toBBox),In(a,this.toBBox),n?t[n-1].children.push(a):this._splitRoot(r,a)}_splitRoot(t,n){this.data=Sn([t,n]),this.data.height=t.height+1,this.data.leaf=!1,In(this.data,this.toBBox)}_chooseSplitIndex(t,n,r){let s,i=1/0,o=1/0;for(let a=n;a<=r-n;a++){const l=Xn(t,0,a,this.toBBox),u=Xn(t,a,r,this.toBBox),c=jd(l,u),h=Ms(l)+Ms(u);c<i?(i=c,s=a,o=h<o?h:o):c===i&&h<o&&(o=h,s=a)}return s||r-n}_chooseSplitAxis(t,n,r){const s=t.leaf?this.compareMinX:$d,i=t.leaf?this.compareMinY:Hd,o=this._allDistMargin(t,n,r,s),a=this._allDistMargin(t,n,r,i);o<a&&t.children.sort(s)}_allDistMargin(t,n,r,s){t.children.sort(s);const i=this.toBBox,o=Xn(t,0,n,i),a=Xn(t,r-n,r,i);let l=jr(o)+jr(a);for(let u=n;u<r-n;u++){const c=t.children[u];qn(o,t.leaf?i(c):c),l+=jr(o)}for(let u=r-n-1;u>=n;u--){const c=t.children[u];qn(a,t.leaf?i(c):c),l+=jr(a)}return l}_adjustParentBBoxes(t,n,r){for(let s=r;s>=0;s--)qn(n[s],t)}_condense(t){for(let n=t.length-1,r;n>=0;n--)t[n].children.length===0?n>0?(r=t[n-1].children,r.splice(r.indexOf(t[n]),1)):this.clear():In(t[n],this.toBBox)}}function Bd(e,t,n){if(!n)return t.indexOf(e);for(let r=0;r<t.length;r++)if(n(e,t[r]))return r;return-1}function In(e,t){Xn(e,0,e.children.length,t,e)}function Xn(e,t,n,r,s){s||(s=Sn(null)),s.minX=1/0,s.minY=1/0,s.maxX=-1/0,s.maxY=-1/0;for(let i=t;i<n;i++){const o=e.children[i];qn(s,e.leaf?r(o):o)}return s}function qn(e,t){return e.minX=Math.min(e.minX,t.minX),e.minY=Math.min(e.minY,t.minY),e.maxX=Math.max(e.maxX,t.maxX),e.maxY=Math.max(e.maxY,t.maxY),e}function $d(e,t){return e.minX-t.minX}function Hd(e,t){return e.minY-t.minY}function Ms(e){return(e.maxX-e.minX)*(e.maxY-e.minY)}function jr(e){return e.maxX-e.minX+(e.maxY-e.minY)}function Wd(e,t){return(Math.max(t.maxX,e.maxX)-Math.min(t.minX,e.minX))*(Math.max(t.maxY,e.maxY)-Math.min(t.minY,e.minY))}function jd(e,t){const n=Math.max(e.minX,t.minX),r=Math.max(e.minY,t.minY),s=Math.min(e.maxX,t.maxX),i=Math.min(e.maxY,t.maxY);return Math.max(0,s-n)*Math.max(0,i-r)}function Ds(e,t){return e.minX<=t.minX&&e.minY<=t.minY&&t.maxX<=e.maxX&&t.maxY<=e.maxY}function Yr(e,t){return t.minX<=e.maxX&&t.minY<=e.maxY&&t.maxX>=e.minX&&t.maxY>=e.minY}function Sn(e){return{children:e,height:1,leaf:!0,minX:1/0,minY:1/0,maxX:-1/0,maxY:-1/0}}function Oa(e,t,n,r,s){const i=[t,n];for(;i.length;){if(n=i.pop(),t=i.pop(),n-t<=r)continue;const o=t+Math.ceil((n-t)/r/2)*r;va(e,o,t,n,s),i.push(t,o,o,n)}}function Yd(e,t,n,r=!1){if(t===0&&n===0)return e;let s={...e};const i=s.startAbsoluteRefType||nt.NONE,o=s.endAbsoluteRefType||nt.NONE,a=s.rangeType||Le.NORMAL;if(!r&&i===nt.ALL&&o===nt.ALL)return s;const l=wa(s.startRow,n,s.startColumn,t,a),u=wa(s.endRow,n,s.endColumn,t,a);return r||i===nt.NONE&&o===nt.NONE?s={...s,startRow:l.row,startColumn:l.column,endRow:u.row,endColumn:u.column}:(i===nt.NONE?s={...s,startRow:l.row,startColumn:l.column}:i===nt.COLUMN?s={...s,startRow:l.row}:i===nt.ROW&&(s={...s,startColumn:l.column}),o===nt.NONE?s={...s,endRow:u.row,endColumn:u.column}:o===nt.COLUMN?s={...s,endRow:u.row}:o===nt.ROW&&(s={...s,endColumn:u.column}),s)}function wa(e,t,n,r,s){return s===Le.NORMAL?{row:e+t,column:n+r}:s===Le.ROW?{row:e+t,column:n}:s===Le.COLUMN?{row:e,column:n+r}:{row:e,column:n}}function Ls(e){const t=new Set,n=new Set;for(const o of e)t.add(o.startColumn),t.add(o.endColumn+1),n.add(o.startRow),n.add(o.endRow+1);const r=Array.from(t).sort((o,a)=>o-a),s=Array.from(n).sort((o,a)=>o-a);e.sort((o,a)=>o.startRow-a.startRow||o.startColumn-a.startColumn);const i=[];for(let o=0;o<s.length-1;o++)for(let a=0;a<r.length-1;a++){const l=r[a],u=r[a+1]-1,c=s[o],h=s[o+1]-1;for(const d of e){if(d.startRow>h)break;if(d.startRow<=c&&d.endRow>=h&&d.startColumn<=l&&d.endColumn>=u){i.push({startColumn:l,endColumn:u,startRow:c,endRow:h});break}}}return i}function zd(e){e.sort((r,s)=>r.startRow-s.startRow||r.startColumn-s.startColumn);const t={};for(const r of e)t[r.startRow]||(t[r.startRow]=[]),t[r.startRow].push(r);const n=[];for(const r in t){const s=t[+r];s.sort((o,a)=>o.startColumn-a.startColumn);let i=s[0];for(let o=1;o<s.length;o++){const a=s[o];a.startColumn<=i.endColumn+1&&a.startRow===i.startRow&&a.endRow===i.endRow?i.endColumn=Math.max(i.endColumn,a.endColumn):(n.push(i),i=a)}n.push(i)}return n}function Gd(e){e.sort((r,s)=>r.startColumn-s.startColumn||r.startRow-s.startRow);const t={};for(const r of e)t[r.startColumn]||(t[r.startColumn]=[]),t[r.startColumn].push(r);const n=[];for(const r in t){const s=t[+r];s.sort((o,a)=>o.startRow-a.startRow);let i=s[0];for(let o=1;o<s.length;o++){const a=s[o];a.startRow<=i.endRow+1&&a.startColumn===i.startColumn&&a.endColumn===i.endColumn?i.endRow=Math.max(i.endRow,a.endRow):(n.push(i),i=a)}n.push(i)}return n}function Vd(e){const t=Ls(e),n=zd(t);return Gd(n)}function Kd(e,t){const n=[];return e.forEach(r=>{n.push(...Xt.subtract(r,t))}),Xt.mergeRanges(n)}function ba(e,t){const n=Aa(e.startRow,e.endRow,t.startRow,t.endRow),r=Aa(e.startColumn,e.endColumn,t.startColumn,t.endColumn);if(!n||!r)return null;const[s,i]=n,[o,a]=r,l=Xd(e.rangeType,t.rangeType,s,i,o,a);return{startRow:s,endRow:i,startColumn:o,endColumn:a,rangeType:l}}function Aa(e,t,n,r){const s=isNaN(e)?-1/0:e,i=isNaN(t)?1/0:t,o=isNaN(n)?-1/0:n,a=isNaN(r)?1/0:r,l=Math.max(s,o),u=Math.min(i,a);if(l<=u){const c=l===-1/0?Number.NaN:l,h=u===1/0?Number.NaN:u;return[c,h]}else return null}function Xd(e,t,n,r,s,i){const o=e!==void 0?e:Ta(n,r,s,i),a=t!==void 0?t:Ta(n,r,s,i);return o===Le.ALL||a===Le.ALL?o===a?o:o===Le.ALL?a:o:o===a?o:(o===Le.NORMAL||a===Le.NORMAL,Le.NORMAL)}function Ta(e,t,n,r){const s=!isNaN(e)&&!isNaN(t),i=!isNaN(n)&&!isNaN(r);return s&&i?Le.NORMAL:s?Le.ROW:i?Le.COLUMN:Le.ALL}const jt=class jt{static clone(t){return t.rangeType!==void 0?{startRow:t.startRow,startColumn:t.startColumn,endRow:t.endRow,endColumn:t.endColumn,rangeType:t.rangeType}:{startRow:t.startRow,startColumn:t.startColumn,endRow:t.endRow,endColumn:t.endColumn}}static equals(t,n){return t==null||n==null?!1:t.endRow===n.endRow&&t.endColumn===n.endColumn&&t.startRow===n.startRow&&t.startColumn===n.startColumn&&(t.rangeType===n.rangeType||t.rangeType===void 0&&n.rangeType===Le.NORMAL||n.rangeType===void 0&&t.rangeType===Le.NORMAL)}static simpleRangesIntersect(t,n){const{startRow:r,endRow:s,startColumn:i,endColumn:o}=t,{startRow:a,endRow:l,startColumn:u,endColumn:c}=n,h=r<=l&&s>=a,d=i<=c&&o>=u;return h&&d}static intersects(t,n){if(t.rangeType===Le.ROW&&n.rangeType===Le.COLUMN||t.rangeType===Le.COLUMN&&n.rangeType===Le.ROW)return!0;if(t.rangeType===Le.ROW&&n.rangeType===Le.ROW)return t.startRow<=n.endRow&&t.endRow>=n.startRow;if(t.rangeType===Le.COLUMN&&n.rangeType===Le.COLUMN)return t.startColumn<=n.endColumn&&t.endColumn>=n.startColumn;const r=Math.floor(Number.MAX_SAFE_INTEGER/10),s=Number.isNaN(t.startRow)?0:t.startRow,i=Number.isNaN(t.endRow)?r:t.endRow,o=Number.isNaN(t.startColumn)?0:t.startColumn,a=Number.isNaN(t.endColumn)?r:t.endColumn,l=Number.isNaN(n.startRow)?0:n.startRow,u=Number.isNaN(n.endRow)?r:n.endRow,c=Number.isNaN(n.startColumn)?0:n.startColumn,h=Number.isNaN(n.endColumn)?r:n.endColumn,d=Math.abs(o+a-c-h),g=Math.abs(o-a)+Math.abs(c-h),E=Math.abs(s+i-l-u),I=Math.abs(s-i)+Math.abs(l-u);return d<=g&&E<=I}static doAnyRangesIntersect(t,n){const r=new Wr;return r.load(t.map(s=>({minX:s.startColumn,minY:s.startRow,maxX:s.endColumn,maxY:s.endRow}))),n.some(s=>r.search({minX:s.startColumn,minY:s.startRow,maxX:s.endColumn,maxY:s.endRow}).length>0)}static getIntersects(t,n){const r=t.startRow,s=t.endRow,i=t.startColumn,o=t.endColumn,a=n.startRow,l=n.endRow,u=n.startColumn,c=n.endColumn;let h,d,g,E;if(a<=s)a>=r?d=a:d=r;else return null;if(l>=r)l>=s?E=s:E=l;else return null;if(u<=o)u>i?h=u:h=i;else return null;if(c>=i)c>=o?g=o:g=c;else return null;return{startRow:d,endRow:E,startColumn:h,endColumn:g,rangeType:Le.NORMAL}}static contains(t,n){return t.startRow<=n.startRow&&t.endRow>=n.endRow&&t.startColumn<=n.startColumn&&t.endColumn>=n.endColumn}static realContain(t,n){return jt.contains(t,n)&&(t.startRow<n.startRow||t.endRow>n.endRow||t.startColumn<n.startColumn||t.endColumn>n.endColumn)}static union(...t){return t.reduce((n,r)=>({startRow:Math.min(n.startRow,r.startRow),startColumn:Math.min(n.startColumn,r.startColumn),endRow:Math.max(n.endRow,r.endRow),endColumn:Math.max(n.endColumn,r.endColumn),rangeType:Le.NORMAL}),t[0])}static realUnion(...t){const n=t.some(i=>i.rangeType===Le.COLUMN),r=t.some(i=>i.rangeType===Le.ROW),s=jt.union(...t);return{startColumn:r?Number.NaN:s.startColumn,endColumn:r?Number.NaN:s.endColumn,startRow:n?Number.NaN:s.startRow,endRow:n?Number.NaN:s.endRow,rangeType:r?Le.ROW:n?Le.COLUMN:Le.NORMAL}}static subtract(t,n){if(n.startRow>t.endRow||n.endRow<t.startRow||n.startColumn>t.endColumn||n.endColumn<t.startColumn)return[t];const r=[];n.startRow>=t.startRow&&r.push({startRow:t.startRow,startColumn:t.startColumn,endRow:n.startRow-1,endColumn:t.endColumn}),n.endRow<=t.endRow&&r.push({startRow:n.endRow+1,startColumn:t.startColumn,endRow:t.endRow,endColumn:t.endColumn});const s=Math.max(t.startRow,n.startRow),i=Math.min(t.endRow,n.endRow);return n.startColumn>=t.startColumn&&r.push({startRow:s,startColumn:t.startColumn,endRow:i,endColumn:n.startColumn-1}),n.endColumn<=t.endColumn&&r.push({startRow:s,startColumn:n.endColumn+1,endRow:i,endColumn:t.endColumn}),r.filter(a=>a.startRow<=a.endRow&&a.startColumn<=a.endColumn)}static mergeRanges(t){return Vd(t)}static splitIntoGrid(t){return Ls(t)}static subtractMulti(t,n){if(!n.length)return t;let r=t;return n.forEach(s=>{r=Kd(r,s)}),r}static hasIntersectionBetweenTwoRect(t,n){return!(t.left>n.right||t.right<n.left||t.top>n.bottom||t.bottom<n.top)}static getIntersectionBetweenTwoRect(t,n){const r=Math.max(t.left,n.left),s=Math.min(t.right,n.right),i=Math.max(t.top,n.top),o=Math.min(t.bottom,n.bottom);return s<=r||o<=i?null:{left:r,right:s,top:i,bottom:o,width:s-r,height:o-i}}static sort(t){return t.sort((n,r)=>n.startRow-r.startRow||n.startColumn-r.startColumn)}};R(jt,"getRelativeRange",(t,n)=>({startRow:t.startRow-n.startRow,endRow:t.endRow-t.startRow,startColumn:t.startColumn-n.startColumn,endColumn:t.endColumn-t.startColumn})),R(jt,"getPositionRange",(t,n,r)=>({...r||{},startRow:r&&[nt.ROW,nt.ALL].includes(r.startAbsoluteRefType||0)?r.startRow:t.startRow+n.startRow,endRow:r&&[nt.ROW,nt.ALL].includes(r.endAbsoluteRefType||0)?r.endRow:t.endRow+t.startRow+n.startRow,startColumn:r&&[nt.COLUMN,nt.ALL].includes(r.startAbsoluteRefType||0)?r.startColumn:t.startColumn+n.startColumn,endColumn:r&&[nt.COLUMN,nt.ALL].includes(r.endAbsoluteRefType||0)?r.endColumn:t.endColumn+t.startColumn+n.startColumn})),R(jt,"moveHorizontal",(t,n=0,r=0)=>({...t,startColumn:t.startColumn+n,endColumn:t.endColumn+n+r})),R(jt,"moveVertical",(t,n=0,r=0)=>({...t,startRow:t.startRow+n,endRow:t.endRow+n+r})),R(jt,"moveOffset",(t,n,r)=>({...t,startRow:t.startRow+r,endRow:t.endRow+r,startColumn:t.startColumn+n,endColumn:t.endColumn+n}));let Xt=jt;function qd(e,t){if(e.length===0||e[0].length===0)return null;const n=new Array(e[0].length).fill(0);let r=0,s=null;for(let i=0;i<e.length;i++){for(let a=0;a<e[0].length;a++)n[a]=t(e[i][a])?n[a]+1:0;const o=Jd(n);o.area>r&&(r=o.area,s={startColumn:o.start,startRow:i-o.height+1,endColumn:o.end,endRow:i})}return s}function Jd(e){const t=[];let n=0,r={area:0,height:0,start:0,end:0},s=0;for(;s<e.length;)if(t.length===0||e[s]>=e[t[t.length-1]])t.push(s++);else{const i=e[t.pop()],o=t.length===0?s:s-t[t.length-1]-1;i*o>n&&(n=i*o,r={area:n,height:i,start:t.length===0?0:t[t.length-1]+1,end:s-1})}for(;t.length>0;){const i=e[t.pop()],o=t.length===0?s:s-t[t.length-1]-1;i*o>n&&(n=i*o,r={area:n,height:i,start:t.length===0?0:t[t.length-1]+1,end:s-1})}return r}function Zd(e,t){Rn.foreach(t,(n,r)=>{e[n][r]=void 0})}function Qd(e,t){const n=e.toFullArray(),r=[];for(;;){const s=qd(n,t);if(!s)break;r.push(s),Zd(n,s)}return r}class ef{constructor(t,n){R(this,"_values",[]);R(this,"_keys",[]);R(this,"_keyMaps",new Map);this._values=t,this._keys=n,t.forEach(r=>{this._initKeyMap(r)})}_initKeyMap(t){this._keys.forEach(n=>{const r=t[n],s=this._keyMaps.get(n)||new Map;s.set(r,t),this._keyMaps.set(n,s)})}getValue(t,n){const r=n||this._keys;for(let s=0;s<r.length;s++){const i=this._keyMaps.get(r[s]);if(i!=null&&i.has(t))return i.get(t)}return null}hasValue(t){for(let n=0;n<this._keys.length;n++){const r=this._keyMaps.get(this._keys[n]);if(r!=null&&r.has(t))return!0}return!1}addValue(t){this._values.push(t),this._initKeyMap(t)}setValue(t,n,r){const s=this.getValue(t);s&&Object.keys(s).includes(n)&&(s[n]=r)}deleteValue(t,n){const r=this.getValue(t,n);if(r){this._keys.forEach(i=>{const o=this._keyMaps.get(i),a=r[i];o==null||o.delete(a)});const s=this._values.findIndex(i=>i===r);this._values.splice(s,1)}}getValues(){return this._values}getKeyMap(t){var n;return[...((n=this._keyMaps.get(t))==null?void 0:n.keys())||[]]}clear(){this._values=[],this._keys=[],this._keyMaps.clear()}}function Us(e,t,n,r){return{forEach(s){for(let i=e;i<=t;i++)for(let o=n;o<=r;o++)s(i,o)}}}function tf(e){if(e==null||e.length===0)return Number.NaN;const t=e.toLowerCase().split(""),n=t.length,r=o=>o.charCodeAt(0)-96;let s=0,i=0;for(let o=0;o<n;o++)i=r(t[o]),s+=i*26**(n-o-1);return s===0?Number.NaN:s-1}const zr=65,ya=90,nf=97;function rf(e){const t=ya-zr+1;let n="";for(;e>=0;)n=String.fromCharCode(e%t+zr)+n,e=Math.floor(e/t)-1;return n}function Na(e,t){let n="";for(;t>0;)n+=e,t--;return n}function sf(e,t=!1){const n=ya-zr+1;let r=nf;t&&(r=zr);const s=String.fromCharCode(e%n+r),i=Math.floor(e/n)+1;return Na(s,i)}function of(e,t){return e.zIndex>t.zIndex?1:e.zIndex===t.zIndex?0:-1}function af(e,t){return e.zIndex>t.zIndex?-1:e.zIndex===t.zIndex?0:1}function Jn(e="index",t=1){return(n,r)=>n[e]>r[e]?t:n[e]===r[e]?0:-t}var Ma=(e=>(e.PARAGRAPH="PARAGRAPH",e.SECTION_BREAK="SECTION_BREAK",e.TABLE="TABLE",e.TABLE_ROW="TABLE_ROW",e.TABLE_CELL="TABLE_CELL",e.CUSTOM_BLOCK="CUSTOM_BLOCK",e))(Ma||{}),mt=(e=>(e.PARAGRAPH="\r",e.SECTION_BREAK=`
|
|
4
|
+
`,e.TABLE_START="",e.TABLE_ROW_START="\x1B",e.TABLE_CELL_START="",e.TABLE_CELL_END="",e.TABLE_ROW_END="",e.TABLE_END="",e.CUSTOM_RANGE_START="",e.CUSTOM_RANGE_END="",e.COLUMN_BREAK="\v",e.PAGE_BREAK="\f",e.DOCS_END="\0",e.TAB=" ",e.CUSTOM_BLOCK="\b",e.LETTER="",e.SPACE=" ",e))(mt||{});function lf(e){return`${e}`}const uf=[mt.TABLE_START,mt.TABLE_ROW_START,mt.TABLE_CELL_START,mt.TABLE_CELL_END,mt.TABLE_ROW_END,mt.TABLE_END],Gr=e=>{const t=e.endsWith(`\r
|
|
5
|
+
`)?e.slice(0,-2):e;return uf.reduce((n,r)=>n.replaceAll(r,""),t)},cf=e=>e?Gr(e).replaceAll("\r","")==="":!0,hf=e=>{const t=e.replace(/\n/g,"\r"),n=[],r=[];let s=0,i="";const o=(l,u=!0)=>{const c=t.slice(s,l);if(ne.isLegalUrl(c)){const h=Bt(),d=`${c}`,g={startIndex:s,endIndex:s+d.length-1,rangeId:h,rangeType:Kt.HYPERLINK,properties:{url:e}};r.push(g),i+=d,s=l+1,u&&(i+="\r",n.push({startIndex:l}))}else i+=t.slice(s,l+1),s=l+1,u&&n.push({startIndex:l})};let a=0;for(let l=0;l<t.length;l++)t[l]==="\r"&&(o(l),a=l);return(a!==t.length-1||t.length===1)&&o(t.length,!1),{dataStream:i,paragraphs:n,customRanges:r}};var Da=typeof global=="object"&&global&&global.Object===Object&&global,df=typeof self=="object"&&self&&self.Object===Object&&self,ln=Da||df||Function("return this")(),vn=ln.Symbol,La=Object.prototype,ff=La.hasOwnProperty,gf=La.toString,Zn=vn?vn.toStringTag:void 0;function mf(e){var t=ff.call(e,Zn),n=e[Zn];try{e[Zn]=void 0;var r=!0}catch{}var s=gf.call(e);return r&&(t?e[Zn]=n:delete e[Zn]),s}var _f=Object.prototype,pf=_f.toString;function Ef(e){return pf.call(e)}var Cf="[object Null]",Rf="[object Undefined]",Ua=vn?vn.toStringTag:void 0;function Qn(e){return e==null?e===void 0?Rf:Cf:Ua&&Ua in Object(e)?mf(e):Ef(e)}function On(e){return e!=null&&typeof e=="object"}var If="[object Symbol]";function Vr(e){return typeof e=="symbol"||On(e)&&Qn(e)==If}function Sf(e,t){for(var n=-1,r=e==null?0:e.length,s=Array(r);++n<r;)s[n]=t(e[n],n,e);return s}var wn=Array.isArray,Pa=vn?vn.prototype:void 0,ka=Pa?Pa.toString:void 0;function Fa(e){if(typeof e=="string")return e;if(wn(e))return Sf(e,Fa)+"";if(Vr(e))return ka?ka.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var vf=/\s/;function Of(e){for(var t=e.length;t--&&vf.test(e.charAt(t)););return t}var wf=/^\s+/;function bf(e){return e&&e.slice(0,Of(e)+1).replace(wf,"")}function vt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var xa=NaN,Af=/^[-+]0x[0-9a-f]+$/i,Tf=/^0b[01]+$/i,yf=/^0o[0-7]+$/i,Nf=parseInt;function Ba(e){if(typeof e=="number")return e;if(Vr(e))return xa;if(vt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=vt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=bf(e);var n=Tf.test(e);return n||yf.test(e)?Nf(e.slice(2),n?2:8):Af.test(e)?xa:+e}function $a(e){return e}var Mf="[object AsyncFunction]",Df="[object Function]",Lf="[object GeneratorFunction]",Uf="[object Proxy]";function Ps(e){if(!vt(e))return!1;var t=Qn(e);return t==Df||t==Lf||t==Mf||t==Uf}var ks=ln["__core-js_shared__"],Ha=function(){var e=/[^.]+$/.exec(ks&&ks.keys&&ks.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Pf(e){return!!Ha&&Ha in e}var kf=Function.prototype,Ff=kf.toString;function xf(e){if(e!=null){try{return Ff.call(e)}catch{}try{return e+""}catch{}}return""}var Bf=/[\\^$.*+?()[\]{}|]/g,$f=/^\[object .+?Constructor\]$/,Hf=Function.prototype,Wf=Object.prototype,jf=Hf.toString,Yf=Wf.hasOwnProperty,zf=RegExp("^"+jf.call(Yf).replace(Bf,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Gf(e){if(!vt(e)||Pf(e))return!1;var t=Ps(e)?zf:$f;return t.test(xf(e))}function Vf(e,t){return e==null?void 0:e[t]}function Fs(e,t){var n=Vf(e,t);return Gf(n)?n:void 0}var Wa=Object.create,Kf=function(){function e(){}return function(t){if(!vt(t))return{};if(Wa)return Wa(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function Xf(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function qf(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var Jf=800,Zf=16,Qf=Date.now;function eg(e){var t=0,n=0;return function(){var r=Qf(),s=Zf-(r-n);if(n=r,s>0){if(++t>=Jf)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function tg(e){return function(){return e}}var Kr=function(){try{var e=Fs(Object,"defineProperty");return e({},"",{}),e}catch{}}(),ng=Kr?function(e,t){return Kr(e,"toString",{configurable:!0,enumerable:!1,value:tg(t),writable:!0})}:$a,rg=eg(ng),sg=9007199254740991,ig=/^(?:0|[1-9]\d*)$/;function xs(e,t){var n=typeof e;return t=t==null?sg:t,!!t&&(n=="number"||n!="symbol"&&ig.test(e))&&e>-1&&e%1==0&&e<t}function Bs(e,t,n){t=="__proto__"&&Kr?Kr(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Xr(e,t){return e===t||e!==e&&t!==t}var og=Object.prototype,ag=og.hasOwnProperty;function ja(e,t,n){var r=e[t];(!(ag.call(e,t)&&Xr(r,n))||n===void 0&&!(t in e))&&Bs(e,t,n)}function lg(e,t,n,r){var s=!n;n||(n={});for(var i=-1,o=t.length;++i<o;){var a=t[i],l=void 0;l===void 0&&(l=e[a]),s?Bs(n,a,l):ja(n,a,l)}return n}var Ya=Math.max;function ug(e,t,n){return t=Ya(t===void 0?e.length-1:t,0),function(){for(var r=arguments,s=-1,i=Ya(r.length-t,0),o=Array(i);++s<i;)o[s]=r[t+s];s=-1;for(var a=Array(t+1);++s<t;)a[s]=r[s];return a[t]=n(o),Xf(e,this,a)}}function cg(e,t){return rg(ug(e,t,$a),e+"")}var hg=9007199254740991;function za(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=hg}function $s(e){return e!=null&&za(e.length)&&!Ps(e)}function dg(e,t,n){if(!vt(n))return!1;var r=typeof t;return(r=="number"?$s(n)&&xs(t,n.length):r=="string"&&t in n)?Xr(n[t],e):!1}function Ga(e){return cg(function(t,n){var r=-1,s=n.length,i=s>1?n[s-1]:void 0,o=s>2?n[2]:void 0;for(i=e.length>3&&typeof i=="function"?(s--,i):void 0,o&&dg(n[0],n[1],o)&&(i=s<3?void 0:i,s=1),t=Object(t);++r<s;){var a=n[r];a&&e(t,a,r,i)}return t})}var fg=Object.prototype;function Va(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||fg;return e===n}function gg(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var mg="[object Arguments]";function Ka(e){return On(e)&&Qn(e)==mg}var Xa=Object.prototype,_g=Xa.hasOwnProperty,pg=Xa.propertyIsEnumerable,Hs=Ka(function(){return arguments}())?Ka:function(e){return On(e)&&_g.call(e,"callee")&&!pg.call(e,"callee")};function Eg(){return!1}var qa=typeof f=="object"&&f&&!f.nodeType&&f,Ja=qa&&typeof module=="object"&&module&&!module.nodeType&&module,Cg=Ja&&Ja.exports===qa,Za=Cg?ln.Buffer:void 0,Rg=Za?Za.isBuffer:void 0,Qa=Rg||Eg,Ig="[object Arguments]",Sg="[object Array]",vg="[object Boolean]",Og="[object Date]",wg="[object Error]",bg="[object Function]",Ag="[object Map]",Tg="[object Number]",yg="[object Object]",Ng="[object RegExp]",Mg="[object Set]",Dg="[object String]",Lg="[object WeakMap]",Ug="[object ArrayBuffer]",Pg="[object DataView]",kg="[object Float32Array]",Fg="[object Float64Array]",xg="[object Int8Array]",Bg="[object Int16Array]",$g="[object Int32Array]",Hg="[object Uint8Array]",Wg="[object Uint8ClampedArray]",jg="[object Uint16Array]",Yg="[object Uint32Array]",Qe={};Qe[kg]=Qe[Fg]=Qe[xg]=Qe[Bg]=Qe[$g]=Qe[Hg]=Qe[Wg]=Qe[jg]=Qe[Yg]=!0,Qe[Ig]=Qe[Sg]=Qe[Ug]=Qe[vg]=Qe[Pg]=Qe[Og]=Qe[wg]=Qe[bg]=Qe[Ag]=Qe[Tg]=Qe[yg]=Qe[Ng]=Qe[Mg]=Qe[Dg]=Qe[Lg]=!1;function zg(e){return On(e)&&za(e.length)&&!!Qe[Qn(e)]}function Gg(e){return function(t){return e(t)}}var el=typeof f=="object"&&f&&!f.nodeType&&f,er=el&&typeof module=="object"&&module&&!module.nodeType&&module,Vg=er&&er.exports===el,Ws=Vg&&Da.process,tl=function(){try{var e=er&&er.require&&er.require("util").types;return e||Ws&&Ws.binding&&Ws.binding("util")}catch{}}(),nl=tl&&tl.isTypedArray,rl=nl?Gg(nl):zg;function Kg(e,t){var n=wn(e),r=!n&&Hs(e),s=!n&&!r&&Qa(e),i=!n&&!r&&!s&&rl(e),o=n||r||s||i,a=o?gg(e.length,String):[],l=a.length;for(var u in e)o&&(u=="length"||s&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||xs(u,l))||a.push(u);return a}function Xg(e,t){return function(n){return e(t(n))}}function qg(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var Jg=Object.prototype,Zg=Jg.hasOwnProperty;function Qg(e){if(!vt(e))return qg(e);var t=Va(e),n=[];for(var r in e)r=="constructor"&&(t||!Zg.call(e,r))||n.push(r);return n}function sl(e){return $s(e)?Kg(e):Qg(e)}var em=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,tm=/^\w*$/;function nm(e,t){if(wn(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||Vr(e)?!0:tm.test(e)||!em.test(e)||t!=null&&e in Object(t)}var tr=Fs(Object,"create");function rm(){this.__data__=tr?tr(null):{},this.size=0}function sm(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var im="__lodash_hash_undefined__",om=Object.prototype,am=om.hasOwnProperty;function lm(e){var t=this.__data__;if(tr){var n=t[e];return n===im?void 0:n}return am.call(t,e)?t[e]:void 0}var um=Object.prototype,cm=um.hasOwnProperty;function hm(e){var t=this.__data__;return tr?t[e]!==void 0:cm.call(t,e)}var dm="__lodash_hash_undefined__";function fm(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=tr&&t===void 0?dm:t,this}function un(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}un.prototype.clear=rm,un.prototype.delete=sm,un.prototype.get=lm,un.prototype.has=hm,un.prototype.set=fm;function gm(){this.__data__=[],this.size=0}function qr(e,t){for(var n=e.length;n--;)if(Xr(e[n][0],t))return n;return-1}var mm=Array.prototype,_m=mm.splice;function pm(e){var t=this.__data__,n=qr(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():_m.call(t,n,1),--this.size,!0}function Em(e){var t=this.__data__,n=qr(t,e);return n<0?void 0:t[n][1]}function Cm(e){return qr(this.__data__,e)>-1}function Rm(e,t){var n=this.__data__,r=qr(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function Ht(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Ht.prototype.clear=gm,Ht.prototype.delete=pm,Ht.prototype.get=Em,Ht.prototype.has=Cm,Ht.prototype.set=Rm;var il=Fs(ln,"Map");function Im(){this.size=0,this.__data__={hash:new un,map:new(il||Ht),string:new un}}function Sm(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Jr(e,t){var n=e.__data__;return Sm(t)?n[typeof t=="string"?"string":"hash"]:n.map}function vm(e){var t=Jr(this,e).delete(e);return this.size-=t?1:0,t}function Om(e){return Jr(this,e).get(e)}function wm(e){return Jr(this,e).has(e)}function bm(e,t){var n=Jr(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function qt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}qt.prototype.clear=Im,qt.prototype.delete=vm,qt.prototype.get=Om,qt.prototype.has=wm,qt.prototype.set=bm;var Am="Expected a function";function js(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(Am);var n=function(){var r=arguments,s=t?t.apply(this,r):r[0],i=n.cache;if(i.has(s))return i.get(s);var o=e.apply(this,r);return n.cache=i.set(s,o)||i,o};return n.cache=new(js.Cache||qt),n}js.Cache=qt;var Tm=500;function ym(e){var t=js(e,function(r){return n.size===Tm&&n.clear(),r}),n=t.cache;return t}var Nm=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Mm=/\\(\\)?/g,Dm=ym(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Nm,function(n,r,s,i){t.push(s?i.replace(Mm,"$1"):r||n)}),t});function Lm(e){return e==null?"":Fa(e)}function ol(e,t){return wn(e)?e:nm(e,t)?[e]:Dm(Lm(e))}function al(e){if(typeof e=="string"||Vr(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Um(e,t){t=ol(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[al(t[n++])];return n&&n==r?e:void 0}function ll(e,t,n){var r=e==null?void 0:Um(e,t);return r===void 0?n:r}var ul=Xg(Object.getPrototypeOf,Object),Pm="[object Object]",km=Function.prototype,Fm=Object.prototype,cl=km.toString,xm=Fm.hasOwnProperty,Bm=cl.call(Object);function $m(e){if(!On(e)||Qn(e)!=Pm)return!1;var t=ul(e);if(t===null)return!0;var n=xm.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&cl.call(n)==Bm}function Hm(){this.__data__=new Ht,this.size=0}function Wm(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function jm(e){return this.__data__.get(e)}function Ym(e){return this.__data__.has(e)}var zm=200;function Gm(e,t){var n=this.__data__;if(n instanceof Ht){var r=n.__data__;if(!il||r.length<zm-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new qt(r)}return n.set(e,t),this.size=n.size,this}function bn(e){var t=this.__data__=new Ht(e);this.size=t.size}bn.prototype.clear=Hm,bn.prototype.delete=Wm,bn.prototype.get=jm,bn.prototype.has=Ym,bn.prototype.set=Gm;var hl=typeof f=="object"&&f&&!f.nodeType&&f,dl=hl&&typeof module=="object"&&module&&!module.nodeType&&module,Vm=dl&&dl.exports===hl,fl=Vm?ln.Buffer:void 0;fl&&fl.allocUnsafe;function Km(e,t){return e.slice()}var gl=ln.Uint8Array;function Xm(e){var t=new e.constructor(e.byteLength);return new gl(t).set(new gl(e)),t}function qm(e,t){var n=Xm(e.buffer);return new e.constructor(n,e.byteOffset,e.length)}function Jm(e){return typeof e.constructor=="function"&&!Va(e)?Kf(ul(e)):{}}function Zm(e){return function(t,n,r){for(var s=-1,i=Object(t),o=r(t),a=o.length;a--;){var l=o[++s];if(n(i[l],l,i)===!1)break}return t}}var Qm=Zm(),Ys=function(){return ln.Date.now()},e_="Expected a function",t_=Math.max,n_=Math.min;function r_(e,t,n){var r,s,i,o,a,l,u=0,c=!1,h=!1,d=!0;if(typeof e!="function")throw new TypeError(e_);t=Ba(t)||0,vt(n)&&(c=!!n.leading,h="maxWait"in n,i=h?t_(Ba(n.maxWait)||0,t):i,d="trailing"in n?!!n.trailing:d);function g(T){var j=r,Q=s;return r=s=void 0,u=T,o=e.apply(Q,j),o}function E(T){return u=T,a=setTimeout(M,t),c?g(T):o}function I(T){var j=T-l,Q=T-u,ge=t-j;return h?n_(ge,i-Q):ge}function b(T){var j=T-l,Q=T-u;return l===void 0||j>=t||j<0||h&&Q>=i}function M(){var T=Ys();if(b(T))return V(T);a=setTimeout(M,I(T))}function V(T){return a=void 0,d&&r?g(T):(r=s=void 0,o)}function Y(){a!==void 0&&clearTimeout(a),u=0,r=l=s=a=void 0}function ie(){return a===void 0?o:V(Ys())}function N(){var T=Ys(),j=b(T);if(r=arguments,s=this,l=T,j){if(a===void 0)return E(l);if(h)return clearTimeout(a),a=setTimeout(M,t),g(l)}return a===void 0&&(a=setTimeout(M,t)),o}return N.cancel=Y,N.flush=ie,N}function zs(e,t,n){(n!==void 0&&!Xr(e[t],n)||n===void 0&&!(t in e))&&Bs(e,t,n)}function s_(e){return On(e)&&$s(e)}function Gs(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function i_(e){return lg(e,sl(e))}function o_(e,t,n,r,s,i,o){var a=Gs(e,n),l=Gs(t,n),u=o.get(l);if(u){zs(e,n,u);return}var c=i?i(a,l,n+"",e,t,o):void 0,h=c===void 0;if(h){var d=wn(l),g=!d&&Qa(l),E=!d&&!g&&rl(l);c=l,d||g||E?wn(a)?c=a:s_(a)?c=qf(a):g?(h=!1,c=Km(l)):E?(h=!1,c=qm(l)):c=[]:$m(l)||Hs(l)?(c=a,Hs(a)?c=i_(a):(!vt(a)||Ps(a))&&(c=Jm(l))):h=!1}h&&(o.set(l,c),s(c,l,r,i,o),o.delete(l)),zs(e,n,c)}function Vs(e,t,n,r,s){e!==t&&Qm(t,function(i,o){if(s||(s=new bn),vt(i))o_(e,t,o,n,Vs,r,s);else{var a=r?r(Gs(e,o),i,o+"",e,t,s):void 0;a===void 0&&(a=i),zs(e,o,a)}},sl)}var a_=Ga(function(e,t,n,r){Vs(e,t,n,r)}),Ks=Ga(function(e,t,n){Vs(e,t,n)});function l_(e,t,n,r){if(!vt(e))return e;t=ol(t,e);for(var s=-1,i=t.length,o=i-1,a=e;a!=null&&++s<i;){var l=al(t[s]),u=n;if(l==="__proto__"||l==="constructor"||l==="prototype")return e;if(s!=o){var c=a[l];u=void 0,u===void 0&&(u=vt(c)?c:xs(t[s+1])?[]:{})}ja(a,l,u),a=a[l]}return e}function u_(e,t,n){return e==null?e:l_(e,t,n)}var Xs,ml;function c_(){if(ml)return Xs;ml=1;var e=-1,t=1,n=0;function r(p,W,O,L,A){if(p===W)return p?[[n,p]]:[];if(O!=null){var w=ge(p,W,O);if(w)return w}var x=a(p,W),$=p.substring(0,x);p=p.substring(x),W=W.substring(x),x=u(p,W);var K=p.substring(p.length-x);p=p.substring(0,p.length-x),W=W.substring(0,W.length-x);var oe=s(p,W);return $&&oe.unshift([n,$]),K&&oe.push([n,K]),V(oe,A),L&&h(oe),oe}function s(p,W){var O;if(!p)return[[t,W]];if(!W)return[[e,p]];var L=p.length>W.length?p:W,A=p.length>W.length?W:p,w=L.indexOf(A);if(w!==-1)return O=[[t,L.substring(0,w)],[n,A],[t,L.substring(w+A.length)]],p.length>W.length&&(O[0][0]=O[2][0]=e),O;if(A.length===1)return[[e,p],[t,W]];var x=c(p,W);if(x){var $=x[0],K=x[1],oe=x[2],fe=x[3],me=x[4],Me=r($,oe),Te=r(K,fe);return Me.concat([[n,me]],Te)}return i(p,W)}function i(p,W){for(var O=p.length,L=W.length,A=Math.ceil((O+L)/2),w=A,x=2*A,$=new Array(x),K=new Array(x),oe=0;oe<x;oe++)$[oe]=-1,K[oe]=-1;$[w+1]=0,K[w+1]=0;for(var fe=O-L,me=fe%2!==0,Me=0,Te=0,v=0,B=0,X=0;X<A;X++){for(var J=-X+Me;J<=X-Te;J+=2){var G=w+J,z;J===-X||J!==X&&$[G-1]<$[G+1]?z=$[G+1]:z=$[G-1]+1;for(var he=z-J;z<O&&he<L&&p.charAt(z)===W.charAt(he);)z++,he++;if($[G]=z,z>O)Te+=2;else if(he>L)Me+=2;else if(me){var le=w+fe-J;if(le>=0&&le<x&&K[le]!==-1){var H=O-K[le];if(z>=H)return o(p,W,z,he)}}}for(var re=-X+v;re<=X-B;re+=2){var le=w+re,H;re===-X||re!==X&&K[le-1]<K[le+1]?H=K[le+1]:H=K[le-1]+1;for(var ae=H-re;H<O&&ae<L&&p.charAt(O-H-1)===W.charAt(L-ae-1);)H++,ae++;if(K[le]=H,H>O)B+=2;else if(ae>L)v+=2;else if(!me){var G=w+fe-re;if(G>=0&&G<x&&$[G]!==-1){var z=$[G],he=w+z-G;if(H=O-H,z>=H)return o(p,W,z,he)}}}}return[[e,p],[t,W]]}function o(p,W,O,L){var A=p.substring(0,O),w=W.substring(0,L),x=p.substring(O),$=W.substring(L),K=r(A,w),oe=r(x,$);return K.concat(oe)}function a(p,W){if(!p||!W||p.charAt(0)!==W.charAt(0))return 0;for(var O=0,L=Math.min(p.length,W.length),A=L,w=0;O<A;)p.substring(w,A)==W.substring(w,A)?(O=A,w=O):L=A,A=Math.floor((L-O)/2+O);return Y(p.charCodeAt(A-1))&&A--,A}function l(p,W){var O=p.length,L=W.length;if(O==0||L==0)return 0;O>L?p=p.substring(O-L):O<L&&(W=W.substring(0,O));var A=Math.min(O,L);if(p==W)return A;for(var w=0,x=1;;){var $=p.substring(A-x),K=W.indexOf($);if(K==-1)return w;x+=K,(K==0||p.substring(A-x)==W.substring(0,x))&&(w=x,x++)}}function u(p,W){if(!p||!W||p.slice(-1)!==W.slice(-1))return 0;for(var O=0,L=Math.min(p.length,W.length),A=L,w=0;O<A;)p.substring(p.length-A,p.length-w)==W.substring(W.length-A,W.length-w)?(O=A,w=O):L=A,A=Math.floor((L-O)/2+O);return ie(p.charCodeAt(p.length-A))&&A--,A}function c(p,W){var O=p.length>W.length?p:W,L=p.length>W.length?W:p;if(O.length<4||L.length*2<O.length)return null;function A(Te,v,B){for(var X=Te.substring(B,B+Math.floor(Te.length/4)),J=-1,G="",z,he,le,H;(J=v.indexOf(X,J+1))!==-1;){var re=a(Te.substring(B),v.substring(J)),ae=u(Te.substring(0,B),v.substring(0,J));G.length<ae+re&&(G=v.substring(J-ae,J)+v.substring(J,J+re),z=Te.substring(0,B-ae),he=Te.substring(B+re),le=v.substring(0,J-ae),H=v.substring(J+re))}return G.length*2>=Te.length?[z,he,le,H,G]:null}var w=A(O,L,Math.ceil(O.length/4)),x=A(O,L,Math.ceil(O.length/2)),$;if(!w&&!x)return null;x?w?$=w[4].length>x[4].length?w:x:$=x:$=w;var K,oe,fe,me;p.length>W.length?(K=$[0],oe=$[1],fe=$[2],me=$[3]):(fe=$[0],me=$[1],K=$[2],oe=$[3]);var Me=$[4];return[K,oe,fe,me,Me]}function h(p){for(var W=!1,O=[],L=0,A=null,w=0,x=0,$=0,K=0,oe=0;w<p.length;)p[w][0]==n?(O[L++]=w,x=K,$=oe,K=0,oe=0,A=p[w][1]):(p[w][0]==t?K+=p[w][1].length:oe+=p[w][1].length,A&&A.length<=Math.max(x,$)&&A.length<=Math.max(K,oe)&&(p.splice(O[L-1],0,[e,A]),p[O[L-1]+1][0]=t,L--,L--,w=L>0?O[L-1]:-1,x=0,$=0,K=0,oe=0,A=null,W=!0)),w++;for(W&&V(p),M(p),w=1;w<p.length;){if(p[w-1][0]==e&&p[w][0]==t){var fe=p[w-1][1],me=p[w][1],Me=l(fe,me),Te=l(me,fe);Me>=Te?(Me>=fe.length/2||Me>=me.length/2)&&(p.splice(w,0,[n,me.substring(0,Me)]),p[w-1][1]=fe.substring(0,fe.length-Me),p[w+1][1]=me.substring(Me),w++):(Te>=fe.length/2||Te>=me.length/2)&&(p.splice(w,0,[n,fe.substring(0,Te)]),p[w-1][0]=t,p[w-1][1]=me.substring(0,me.length-Te),p[w+1][0]=e,p[w+1][1]=fe.substring(Te),w++),w++}w++}}var d=/[^a-zA-Z0-9]/,g=/\s/,E=/[\r\n]/,I=/\n\r?\n$/,b=/^\r?\n\r?\n/;function M(p){function W(Te,v){if(!Te||!v)return 6;var B=Te.charAt(Te.length-1),X=v.charAt(0),J=B.match(d),G=X.match(d),z=J&&B.match(g),he=G&&X.match(g),le=z&&B.match(E),H=he&&X.match(E),re=le&&Te.match(I),ae=H&&v.match(b);return re||ae?5:le||H?4:J&&!z&&he?3:z||he?2:J||G?1:0}for(var O=1;O<p.length-1;){if(p[O-1][0]==n&&p[O+1][0]==n){var L=p[O-1][1],A=p[O][1],w=p[O+1][1],x=u(L,A);if(x){var $=A.substring(A.length-x);L=L.substring(0,L.length-x),A=$+A.substring(0,A.length-x),w=$+w}for(var K=L,oe=A,fe=w,me=W(L,A)+W(A,w);A.charAt(0)===w.charAt(0);){L+=A.charAt(0),A=A.substring(1)+w.charAt(0),w=w.substring(1);var Me=W(L,A)+W(A,w);Me>=me&&(me=Me,K=L,oe=A,fe=w)}p[O-1][1]!=K&&(K?p[O-1][1]=K:(p.splice(O-1,1),O--),p[O][1]=oe,fe?p[O+1][1]=fe:(p.splice(O+1,1),O--))}O++}}function V(p,W){p.push([n,""]);for(var O=0,L=0,A=0,w="",x="",$;O<p.length;){if(O<p.length-1&&!p[O][1]){p.splice(O,1);continue}switch(p[O][0]){case t:A++,x+=p[O][1],O++;break;case e:L++,w+=p[O][1],O++;break;case n:var K=O-A-L-1;if(W){if(K>=0&&T(p[K][1])){var oe=p[K][1].slice(-1);if(p[K][1]=p[K][1].slice(0,-1),w=oe+w,x=oe+x,!p[K][1]){p.splice(K,1),O--;var fe=K-1;p[fe]&&p[fe][0]===t&&(A++,x=p[fe][1]+x,fe--),p[fe]&&p[fe][0]===e&&(L++,w=p[fe][1]+w,fe--),K=fe}}if(N(p[O][1])){var oe=p[O][1].charAt(0);p[O][1]=p[O][1].slice(1),w+=oe,x+=oe}}if(O<p.length-1&&!p[O][1]){p.splice(O,1);break}if(w.length>0||x.length>0){w.length>0&&x.length>0&&($=a(x,w),$!==0&&(K>=0?p[K][1]+=x.substring(0,$):(p.splice(0,0,[n,x.substring(0,$)]),O++),x=x.substring($),w=w.substring($)),$=u(x,w),$!==0&&(p[O][1]=x.substring(x.length-$)+p[O][1],x=x.substring(0,x.length-$),w=w.substring(0,w.length-$)));var me=A+L;w.length===0&&x.length===0?(p.splice(O-me,me),O=O-me):w.length===0?(p.splice(O-me,me,[t,x]),O=O-me+1):x.length===0?(p.splice(O-me,me,[e,w]),O=O-me+1):(p.splice(O-me,me,[e,w],[t,x]),O=O-me+2)}O!==0&&p[O-1][0]===n?(p[O-1][1]+=p[O][1],p.splice(O,1)):O++,A=0,L=0,w="",x="";break}}p[p.length-1][1]===""&&p.pop();var Me=!1;for(O=1;O<p.length-1;)p[O-1][0]===n&&p[O+1][0]===n&&(p[O][1].substring(p[O][1].length-p[O-1][1].length)===p[O-1][1]?(p[O][1]=p[O-1][1]+p[O][1].substring(0,p[O][1].length-p[O-1][1].length),p[O+1][1]=p[O-1][1]+p[O+1][1],p.splice(O-1,1),Me=!0):p[O][1].substring(0,p[O+1][1].length)==p[O+1][1]&&(p[O-1][1]+=p[O+1][1],p[O][1]=p[O][1].substring(p[O+1][1].length)+p[O+1][1],p.splice(O+1,1),Me=!0)),O++;Me&&V(p,W)}function Y(p){return p>=55296&&p<=56319}function ie(p){return p>=56320&&p<=57343}function N(p){return ie(p.charCodeAt(0))}function T(p){return Y(p.charCodeAt(p.length-1))}function j(p){for(var W=[],O=0;O<p.length;O++)p[O][1].length>0&&W.push(p[O]);return W}function Q(p,W,O,L){return T(p)||N(L)?null:j([[n,p],[e,W],[t,O],[n,L]])}function ge(p,W,O){var L=typeof O=="number"?{index:O,length:0}:O.oldRange,A=typeof O=="number"?null:O.newRange,w=p.length,x=W.length;if(L.length===0&&(A===null||A.length===0)){var $=L.index,K=p.slice(0,$),oe=p.slice($),fe=A?A.index:null;e:{var me=$+x-w;if(fe!==null&&fe!==me||me<0||me>x)break e;var Me=W.slice(0,me),Te=W.slice(me);if(Te!==oe)break e;var v=Math.min($,me),B=K.slice(0,v),X=Me.slice(0,v);if(B!==X)break e;var J=K.slice(v),G=Me.slice(v);return Q(B,J,G,oe)}e:{if(fe!==null&&fe!==$)break e;var z=$,Me=W.slice(0,z),Te=W.slice(z);if(Me!==K)break e;var he=Math.min(w-z,x-z),le=oe.slice(oe.length-he),H=Te.slice(Te.length-he);if(le!==H)break e;var J=oe.slice(0,oe.length-he),G=Te.slice(0,Te.length-he);return Q(K,J,G,le)}}if(L.length>0&&A&&A.length===0)e:{var B=p.slice(0,L.index),le=p.slice(L.index+L.length),v=B.length,he=le.length;if(x<v+he)break e;var X=W.slice(0,v),H=W.slice(x-he);if(B!==X||le!==H)break e;var J=p.slice(v,w-he),G=W.slice(v,x-he);return Q(B,J,G,le)}return null}function ce(p,W,O,L){return r(p,W,O,L,!0)}return ce.INSERT=t,ce.DELETE=e,ce.EQUAL=n,Xs=ce,Xs}var h_=c_();const qs=Ct(h_),d_=new Set(["true","false"]);function f_(e){return d_.has(e.toLowerCase())}var Js,_l;function g_(){if(_l)return Js;_l=1;var e=function(t){if(t=t||{},this.Promise=t.Promise||Promise,this.queues=Object.create(null),this.domainReentrant=t.domainReentrant||!1,this.domainReentrant){if(typeof process>"u"||typeof process.domain>"u")throw new Error("Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, use a NodeJS version that still implements Domain, or install a browser polyfill.");this.domains=Object.create(null)}this.timeout=t.timeout||e.DEFAULT_TIMEOUT,this.maxOccupationTime=t.maxOccupationTime||e.DEFAULT_MAX_OCCUPATION_TIME,this.maxExecutionTime=t.maxExecutionTime||e.DEFAULT_MAX_EXECUTION_TIME,t.maxPending===1/0||Number.isInteger(t.maxPending)&&t.maxPending>=0?this.maxPending=t.maxPending:this.maxPending=e.DEFAULT_MAX_PENDING};return e.DEFAULT_TIMEOUT=0,e.DEFAULT_MAX_OCCUPATION_TIME=0,e.DEFAULT_MAX_EXECUTION_TIME=0,e.DEFAULT_MAX_PENDING=1e3,e.prototype.acquire=function(t,n,r,s){if(Array.isArray(t))return this._acquireBatch(t,n,r,s);if(typeof n!="function")throw new Error("You must pass a function to execute");var i=null,o=null,a=null;typeof r!="function"&&(s=r,r=null,a=new this.Promise(function(Y,ie){i=Y,o=ie})),s=s||{};var l=!1,u=null,c=null,h=null,d=this,g=function(Y,ie,N){c&&(clearTimeout(c),c=null),h&&(clearTimeout(h),h=null),Y&&(d.queues[t]&&d.queues[t].length===0&&delete d.queues[t],d.domainReentrant&&delete d.domains[t]),l||(a?ie?o(ie):i(N):typeof r=="function"&&r(ie,N),l=!0),Y&&d.queues[t]&&d.queues[t].length>0&&d.queues[t].shift()()},E=function(Y){if(l)return g(Y);u&&(clearTimeout(u),u=null),d.domainReentrant&&Y&&(d.domains[t]=process.domain);var ie=s.maxExecutionTime||d.maxExecutionTime;if(ie&&(h=setTimeout(function(){d.queues[t]&&g(Y,new Error("Maximum execution time is exceeded "+t))},ie)),n.length===1){var N=!1;try{n(function(T,j){N||(N=!0,g(Y,T,j))})}catch(T){N||(N=!0,g(Y,T))}}else d._promiseTry(function(){return n()}).then(function(T){g(Y,void 0,T)},function(T){g(Y,T)})};d.domainReentrant&&process.domain&&(E=process.domain.bind(E));var I=s.maxPending||d.maxPending;if(!d.queues[t])d.queues[t]=[],E(!0);else if(d.domainReentrant&&process.domain&&process.domain===d.domains[t])E(!1);else if(d.queues[t].length>=I)g(!1,new Error("Too many pending tasks in queue "+t));else{var b=function(){E(!0)};s.skipQueue?d.queues[t].unshift(b):d.queues[t].push(b);var M=s.timeout||d.timeout;M&&(u=setTimeout(function(){u=null,g(!1,new Error("async-lock timed out in queue "+t))},M))}var V=s.maxOccupationTime||d.maxOccupationTime;if(V&&(c=setTimeout(function(){d.queues[t]&&g(!1,new Error("Maximum occupation time is exceeded in queue "+t))},V)),a)return a},e.prototype._acquireBatch=function(t,n,r,s){typeof r!="function"&&(s=r,r=null);var i=this,o=function(l,u){return function(c){i.acquire(l,u,c,s)}},a=t.reduceRight(function(l,u){return o(u,l)},n);if(typeof r=="function")a(r);else return new this.Promise(function(l,u){a.length===1?a(function(c,h){c?u(c):l(h)}):l(a())})},e.prototype.isBusy=function(t){return t?!!this.queues[t]:Object.keys(this.queues).length>0},e.prototype._promiseTry=function(t){try{return this.Promise.resolve(t())}catch(n){return this.Promise.reject(n)}},Js=e,Js}var Zs,pl;function m_(){return pl||(pl=1,Zs=g_()),Zs}var __=m_();const p_=Ct(__);function El(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||!e||typeof t!="object"||!t)return!1;const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;const s=Object.prototype.hasOwnProperty.bind(t);for(let i=0;i<n.length;i++){const o=n[i];if(!s(o))return!1;const a=e[o],l=t[o];if(a!==l)return!1}return!0}var $e=(e=>(e[e.UNIVER_UNKNOWN=0]="UNIVER_UNKNOWN",e[e.UNIVER_DOC=1]="UNIVER_DOC",e[e.UNIVER_SHEET=2]="UNIVER_SHEET",e[e.UNIVER_SLIDE=3]="UNIVER_SLIDE",e[e.UNIVER_PROJECT=4]="UNIVER_PROJECT",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e))($e||{}),Ut=(e=>(e[e.Reader=0]="Reader",e[e.Editor=1]="Editor",e[e.Owner=2]="Owner",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e))(Ut||{}),Qs=(e=>(e[e.SomeCollaborator=0]="SomeCollaborator",e[e.AllCollaborator=1]="AllCollaborator",e[e.OneSelf=2]="OneSelf",e[e.UNRECOGNIZED=-1]="UNRECOGNIZED",e))(Qs||{});class Zr extends st{}function E_(e=ne.generateRandomId(6),t=Wn.EN_US,n=""){return{id:e,locale:t,title:n,tableSource:{},drawings:{},drawingsOrder:[],headers:{},footers:{},body:{dataStream:`\r
|
|
6
|
+
`,textRuns:[],customBlocks:[],tables:[],paragraphs:[{startIndex:0,paragraphStyle:{spaceAbove:{v:5},lineSpacing:1,spaceBelow:{v:0}}}],sectionBreaks:[{startIndex:1}]},documentStyle:{pageSize:{width:793.3333333333334,height:1122.6666666666667},documentFlavor:ys.TRADITIONAL,marginTop:50,marginBottom:50,marginRight:50,marginLeft:50,renderConfig:{zeroWidthParagraphBreak:ve.FALSE,vertexAngle:0,centerAngle:0,background:{rgb:"#ccc"}},autoHyphenation:ve.TRUE,doNotHyphenateCaps:ve.FALSE,consecutiveHyphenLimit:2,defaultHeaderId:"",defaultFooterId:"",evenPageHeaderId:"",evenPageFooterId:"",firstPageHeaderId:"",firstPageFooterId:"",evenAndOddHeaders:ve.FALSE,useFirstPageHeaderFooter:ve.FALSE,marginHeader:30,marginFooter:30},settings:{}}}var cn={},nr={},Qr={},Cl;function C_(){if(Cl)return Qr;Cl=1,Object.defineProperty(Qr,"__esModule",{value:!0});function e(r,s){if(Array.isArray(s))return!1;for(let i in r)if(!n(r[i],s[i]))return!1;for(let i in s)if(r[i]===void 0)return!1;return!0}function t(r,s){if(!Array.isArray(s)||r.length!==s.length)return!1;for(let i=0;i<r.length;i++)if(!n(r[i],s[i]))return!1;return!0}function n(r,s){return r===s?!0:r===null||s===null||typeof r!="object"||typeof s!="object"?!1:Array.isArray(r)?t(r,s):e(r,s)}return Qr.default=n,Qr}var es={},Rl;function R_(){if(Rl)return es;Rl=1,Object.defineProperty(es,"__esModule",{value:!0});function e(t){if(t===null)return null;if(Array.isArray(t))return t.map(e);if(typeof t=="object"){const n={};for(let r in t)n[r]=e(t[r]);return n}else return t}return es.default=e,es}var ei={},Il;function Sl(){return Il||(Il=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.eachChildOf=e.advancer=e.readCursor=e.writeCursor=e.WriteCursor=e.ReadCursor=e.isValidPathItem=void 0;function t(c,h){if(!c)throw new Error(h)}const n=c=>c!=null&&typeof c=="object"&&!Array.isArray(c),r=(c,h)=>typeof c==typeof h?c>h:typeof c=="string"&&typeof h=="number";function s(c,h){for(let d in c){const g=d;h.write(g,c[g])}}e.isValidPathItem=c=>typeof c=="number"||typeof c=="string"&&c!=="__proto__";class i{constructor(h=null){this.parents=[],this.indexes=[],this.lcIdx=-1,this.idx=-1,this.container=h}ascend(){t(this.parents.length===this.indexes.length/2),this.idx===0?this.parents.length?(this.lcIdx=this.indexes.pop(),this.container=this.parents.pop(),this.idx=this.indexes.pop()):(this.lcIdx=0,this.idx=-1):(t(this.idx>0),this.idx--,n(this.container[this.idx])&&this.idx--)}getPath(){const h=[];let d=this.container,g=this.parents.length-1,E=this.idx;for(;E>=0;)h.unshift(d[E]),E===0?(E=this.indexes[g*2],d=this.parents[g--]):E-=n(d[E-1])?2:1;return h}}class o extends i{get(){return this.container?this.container.slice(this.idx+1):null}getKey(){return t(this.container!=null,"Invalid call to getKey before cursor descended"),this.container[this.idx]}getComponent(){let h;return this.container&&this.container.length>this.idx+1&&n(h=this.container[this.idx+1])?h:null}descendFirst(){let h=this.idx+1;if(!this.container||h>=this.container.length||n(this.container[h])&&h+1>=this.container.length)return!1;n(this.container[h])&&h++;const d=this.container[h];return Array.isArray(d)?(this.indexes.push(this.idx),this.parents.push(this.container),this.indexes.push(h),this.idx=0,this.container=d):this.idx=h,!0}nextSibling(){if(t(this.parents.length===this.indexes.length/2),this.idx>0||this.parents.length===0)return!1;const h=this.indexes[this.indexes.length-1]+1,d=this.parents[this.parents.length-1];return h>=d.length?!1:(t(!isNaN(h)),this.indexes[this.indexes.length-1]=h,this.container=d[h],!0)}_init(h,d,g,E){this.container=h,this.idx=d,this.parents=g.slice(),this.indexes=E.slice()}clone(){const h=new o;return h._init(this.container,this.idx,this.parents,this.indexes),h}*[Symbol.iterator](){if(this.descendFirst()){do yield this.getKey();while(this.nextSibling());this.ascend()}}traverse(h,d){const g=this.getComponent();g&&d(g,h);for(const E of this)h&&h.descend(E),this.traverse(h,d),h&&h.ascend()}eachPick(h,d){this.traverse(h,(g,E)=>{g.p!=null&&d(g.p,E)})}eachDrop(h,d){this.traverse(h,(g,E)=>{g.d!=null&&d(g.d,E)})}}e.ReadCursor=o;class a extends i{constructor(h=null){super(h),this.pendingDescent=[],this._op=h}flushDescent(){t(this.parents.length===this.indexes.length/2),this.container===null&&(this._op=this.container=[]);for(let h=0;h<this.pendingDescent.length;h++){const d=this.pendingDescent[h];let g=this.idx+1;if(g<this.container.length&&n(this.container[g])&&g++,t(g===this.container.length||!n(this.container[g])),g===this.container.length)this.container.push(d),this.idx=g;else if(this.container[g]===d)this.idx=g;else{if(!Array.isArray(this.container[g])){const E=this.container.splice(g,this.container.length-g);this.container.push(E),this.lcIdx>-1&&(this.lcIdx=g)}for(this.indexes.push(this.idx),this.parents.push(this.container),this.lcIdx!==-1&&(t(r(d,this.container[this.lcIdx][0])),g=this.lcIdx+1,this.lcIdx=-1);g<this.container.length&&r(d,this.container[g][0]);)g++;if(this.indexes.push(g),this.idx=0,g<this.container.length&&this.container[g][0]===d)this.container=this.container[g];else{const E=[d];this.container.splice(g,0,E),this.container=E}}}this.pendingDescent.length=0}reset(){this.lcIdx=-1}getComponent(){this.flushDescent();const h=this.idx+1;if(h<this.container.length&&n(this.container[h]))return this.container[h];{const d={};return this.container.splice(h,0,d),d}}write(h,d){const g=this.getComponent();t(g[h]==null||g[h]===d,"Internal consistency error: Overwritten component. File a bug"),g[h]=d}get(){return this._op}descend(h){if(!e.isValidPathItem(h))throw Error("Invalid JSON key");this.pendingDescent.push(h)}descendPath(h){return this.pendingDescent.push(...h),this}ascend(){this.pendingDescent.length?this.pendingDescent.pop():super.ascend()}mergeTree(h,d=s){if(h===null)return;if(t(Array.isArray(h)),h===this._op)throw Error("Cannot merge into my own tree");const g=this.lcIdx,E=this.parents.length;let I=0;for(let b=0;b<h.length;b++){const M=h[b];typeof M=="string"||typeof M=="number"?(I++,this.descend(M)):Array.isArray(M)?this.mergeTree(M,d):typeof M=="object"&&d(M,this)}for(;I--;)this.ascend();this.lcIdx=this.parents.length===E?g:-1}at(h,d){this.descendPath(h),d(this);for(let g=0;g<h.length;g++)this.ascend();return this}writeAtPath(h,d,g){return this.at(h,()=>this.write(d,g)),this.reset(),this}writeMove(h,d,g=0){return this.writeAtPath(h,"p",g).writeAtPath(d,"d",g)}getPath(){const h=super.getPath();return h.push(...this.pendingDescent),h}}e.WriteCursor=a,e.writeCursor=()=>new a,e.readCursor=c=>new o(c);function l(c,h,d){let g,E;E=g=c?c.descendFirst():!1;function I(b){let M;for(;E;){const V=M=c.getKey();if(b!=null){let Y=!1;if(h&&typeof V=="number"&&(M=h(V,c.getComponent()),M<0&&(M=~M,Y=!0)),r(M,b))return null;if(M===b&&!Y)return c}d&&typeof M=="number"&&d(M,c.getComponent()),E=c.nextSibling()}return null}return I.end=()=>{g&&c.ascend()},I}e.advancer=l;function u(c,h,d){let g,E,I,b;for(g=E=c&&c.descendFirst(),I=b=h&&h.descendFirst();g||I;){let M=g?c.getKey():null,V=I?h.getKey():null;M!==null&&V!==null&&(r(V,M)?V=null:M!==V&&(M=null)),d(M==null?V:M,M!=null?c:null,V!=null?h:null),M!=null&&g&&(g=c.nextSibling()),V!=null&&I&&(I=h.nextSibling())}E&&c.ascend(),b&&h.ascend()}e.eachChildOf=u}(ei)),ei}var ti={},vl;function Ol(){return vl||(vl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ConflictType=void 0,function(t){t[t.RM_UNEXPECTED_CONTENT=1]="RM_UNEXPECTED_CONTENT",t[t.DROP_COLLISION=2]="DROP_COLLISION",t[t.BLACKHOLE=3]="BLACKHOLE"}(e.ConflictType||(e.ConflictType={}))}(ti)),ti}var yt={},hn={},wl;function ni(){return wl||(wl=1,Object.defineProperty(hn,"__esModule",{value:!0}),hn.uniToStrPos=hn.strPosToUni=void 0,hn.strPosToUni=(e,t=e.length)=>{let n=0,r=0;for(;r<t;r++){const s=e.charCodeAt(r);s>=55296&&s<=57343&&(n++,r++)}if(r!==t)throw Error("Invalid offset - splits unicode bytes");return r-n},hn.uniToStrPos=(e,t)=>{let n=0;for(;t>0;t--){const r=e.charCodeAt(n);n+=r>=55296&&r<=57343?2:1}return n}),hn}var ri={},bl;function si(){return bl||(bl=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.uniSlice=e.dlen=e.eachOp=void 0;const t=ni(),n=N=>{if(!Array.isArray(N))throw Error("Op must be an array of components");let T=null;for(let j=0;j<N.length;j++){const Q=N[j];switch(typeof Q){case"object":if(typeof Q.d!="number"&&typeof Q.d!="string")throw Error("Delete must be number or string");if(e.dlen(Q.d)<=0)throw Error("Deletes must not be empty");break;case"string":if(!(Q.length>0))throw Error("Inserts cannot be empty");break;case"number":if(!(Q>0))throw Error("Skip components must be >0");if(typeof T=="number")throw Error("Adjacent skip components should be combined");break}T=Q}if(typeof T=="number")throw Error("Op has a trailing skip")};function r(N,T){let j=0,Q=0;for(let ge=0;ge<N.length;ge++){const ce=N[ge];switch(T(ce,j,Q),typeof ce){case"object":j+=e.dlen(ce.d);break;case"string":Q+=t.strPosToUni(ce);break;case"number":j+=ce,Q+=ce;break}}}e.eachOp=r;function s(N,T){const j=[],Q=a(j);return r(N,(ge,ce,p)=>{Q(T(ge,ce,p))}),h(j)}const i=N=>N,o=N=>s(N,i);e.dlen=N=>typeof N=="number"?N:t.strPosToUni(N);const a=N=>T=>{if(!(!T||T.d===0||T.d===""))if(N.length===0)N.push(T);else if(typeof T==typeof N[N.length-1])if(typeof T=="object"){const j=N[N.length-1];j.d=typeof j.d=="string"&&typeof T.d=="string"?j.d+T.d:e.dlen(j.d)+e.dlen(T.d)}else N[N.length-1]+=T;else N.push(T)},l=N=>typeof N=="number"?N:typeof N=="string"?t.strPosToUni(N):typeof N.d=="number"?N.d:t.strPosToUni(N.d);e.uniSlice=(N,T,j)=>{const Q=t.uniToStrPos(N,T),ge=j==null?1/0:t.uniToStrPos(N,j);return N.slice(Q,ge)};const u=(N,T,j)=>typeof N=="number"?j==null?N-T:Math.min(N,j)-T:e.uniSlice(N,T,j),c=N=>{let T=0,j=0;return{take:(ce,p)=>{if(T===N.length)return ce===-1?null:ce;const W=N[T];let O;if(typeof W=="number")return ce===-1||W-j<=ce?(O=W-j,++T,j=0,O):(j+=ce,ce);if(typeof W=="string"){if(ce===-1||p==="i"||t.strPosToUni(W.slice(j))<=ce)return O=W.slice(j),++T,j=0,O;{const L=j+t.uniToStrPos(W.slice(j),ce);return O=W.slice(j,L),j=L,O}}else{if(ce===-1||p==="d"||e.dlen(W.d)-j<=ce)return O={d:u(W.d,j)},++T,j=0,O;{let L=u(W.d,j,j+ce);return j+=ce,{d:L}}}},peek:()=>N[T]}},h=N=>(N.length>0&&typeof N[N.length-1]=="number"&&N.pop(),N);function d(N,T,j){if(j!=="left"&&j!=="right")throw Error("side ("+j+") must be 'left' or 'right'");n(N),n(T);const Q=[],ge=a(Q),{take:ce,peek:p}=c(N);for(let O=0;O<T.length;O++){const L=T[O];let A,w;switch(typeof L){case"number":for(A=L;A>0;)w=ce(A,"i"),ge(w),typeof w!="string"&&(A-=l(w));break;case"string":j==="left"&&typeof p()=="string"&&ge(ce(-1)),ge(t.strPosToUni(L));break;case"object":for(A=e.dlen(L.d);A>0;)switch(w=ce(A,"i"),typeof w){case"number":A-=w;break;case"string":ge(w);break;case"object":A-=e.dlen(w.d)}break}}let W;for(;W=ce(-1);)ge(W);return h(Q)}function g(N,T){n(N),n(T);const j=[],Q=a(j),{take:ge}=c(N);for(let p=0;p<T.length;p++){const W=T[p];let O,L;switch(typeof W){case"number":for(O=W;O>0;)L=ge(O,"d"),Q(L),typeof L!="object"&&(O-=l(L));break;case"string":Q(W);break;case"object":O=e.dlen(W.d);let A=0;for(;A<O;)switch(L=ge(O-A,"d"),typeof L){case"number":Q({d:u(W.d,A,A+L)}),A+=L;break;case"string":A+=t.strPosToUni(L);break;case"object":Q(L)}break}}let ce;for(;ce=ge(-1);)Q(ce);return h(j)}const E=(N,T)=>{let j=0;for(let Q=0;Q<T.length&&N>j;Q++){const ge=T[Q];switch(typeof ge){case"number":{j+=ge;break}case"string":const ce=t.strPosToUni(ge);j+=ce,N+=ce;break;case"object":N-=Math.min(e.dlen(ge.d),N-j);break}}return N},I=(N,T)=>typeof N=="number"?E(N,T):N.map(j=>E(j,T));function b(N,T,j){return s(N,(Q,ge)=>typeof Q=="object"&&typeof Q.d=="number"?{d:j.slice(T,ge,ge+Q.d)}:Q)}function M(N){return s(N,T=>{switch(typeof T){case"object":if(typeof T.d=="number")throw Error("Cannot invert text op: Deleted characters missing from operation. makeInvertible must be called first.");return T.d;case"string":return{d:T};case"number":return T}})}function V(N){return s(N,T=>typeof T=="object"&&typeof T.d=="string"?{d:t.strPosToUni(T.d)}:T)}function Y(N){let T=!0;return r(N,j=>{typeof j=="object"&&typeof j.d=="number"&&(T=!1)}),T}function ie(N){return{name:"text-unicode",uri:"http://sharejs.org/types/text-unicode",trim:h,normalize:o,checkOp:n,create(T=""){if(typeof T!="string")throw Error("Initial data must be a string");return N.create(T)},apply(T,j){n(j);const Q=N.builder(T);for(let ge=0;ge<j.length;ge++){const ce=j[ge];switch(typeof ce){case"number":Q.skip(ce);break;case"string":Q.append(ce);break;case"object":Q.del(e.dlen(ce.d));break}}return Q.build()},transform:d,compose:g,transformPosition:E,transformSelection:I,isInvertible:Y,makeInvertible(T,j){return b(T,j,N)},stripInvertible:V,invert:M,invertWithDoc(T,j){return M(b(T,j,N))},isNoop:T=>T.length===0}}e.default=ie}(ri)),ri}var ts={},Al;function I_(){if(Al)return ts;Al=1,Object.defineProperty(ts,"__esModule",{value:!0});const e=si(),t=ni();function n(r,s){return{get:r,getLength(){return r().length},insert(i,o,a){const l=t.strPosToUni(r(),i);return s([l,o],a)},remove(i,o,a){const l=t.strPosToUni(r(),i);return s([l,{d:o}],a)},_onOp(i){e.eachOp(i,(o,a,l)=>{switch(typeof o){case"string":this.onInsert&&this.onInsert(l,o);break;case"object":const u=e.dlen(o.d);this.onRemove&&this.onRemove(l,u)}})},onInsert:null,onRemove:null}}return ts.default=n,n.provides={text:!0},ts}var Tl;function S_(){return Tl||(Tl=1,function(e){var t=yt&&yt.__createBinding||(Object.create?function(d,g,E,I){I===void 0&&(I=E),Object.defineProperty(d,I,{enumerable:!0,get:function(){return g[E]}})}:function(d,g,E,I){I===void 0&&(I=E),d[I]=g[E]}),n=yt&&yt.__setModuleDefault||(Object.create?function(d,g){Object.defineProperty(d,"default",{enumerable:!0,value:g})}:function(d,g){d.default=g}),r=yt&&yt.__importStar||function(d){if(d&&d.__esModule)return d;var g={};if(d!=null)for(var E in d)Object.hasOwnProperty.call(d,E)&&t(g,d,E);return n(g,d),g},s=yt&&yt.__importDefault||function(d){return d&&d.__esModule?d:{default:d}};Object.defineProperty(e,"__esModule",{value:!0}),e.type=e.remove=e.insert=void 0;const i=ni(),o=r(si()),a=s(I_()),l={create(d){return d},toString(d){return d},builder(d){if(typeof d!="string")throw Error("Invalid document snapshot: "+d);const g=[];return{skip(E){let I=i.uniToStrPos(d,E);if(I>d.length)throw Error("The op is too long for this document");g.push(d.slice(0,I)),d=d.slice(I)},append(E){g.push(E)},del(E){d=d.slice(i.uniToStrPos(d,E))},build(){return g.join("")+d}}},slice:o.uniSlice},u=o.default(l),c=Object.assign(Object.assign({},u),{api:a.default});e.type=c,e.insert=(d,g)=>g.length===0?[]:d===0?[g]:[d,g],e.remove=(d,g)=>o.dlen(g)===0?[]:d===0?[{d:g}]:[d,{d:g}];var h=si();Object.defineProperty(e,"makeType",{enumerable:!0,get:function(){return h.default}})}(yt)),yt}var yl;function v_(){return yl||(yl=1,function(e){var t=nr&&nr.__importDefault||function(v){return v&&v.__esModule?v:{default:v}};Object.defineProperty(e,"__esModule",{value:!0}),e.editOp=e.replaceOp=e.insertOp=e.moveOp=e.removeOp=e.type=void 0;const n=t(C_()),r=t(R_()),s=Sl(),i=Ol();function o(v,B){if(!v)throw new Error(B)}e.type={name:"json1",uri:"http://sharejs.org/types/JSONv1",readCursor:s.readCursor,writeCursor:s.writeCursor,create:v=>v,isNoop:v=>v==null,setDebug(v){},registerSubtype:M,checkValidOp:ge,normalize:ce,apply:p,transformPosition:W,compose:O,tryTransform:K,transform:fe,makeInvertible:w,invert:L,invertWithDoc:x,RM_UNEXPECTED_CONTENT:i.ConflictType.RM_UNEXPECTED_CONTENT,DROP_COLLISION:i.ConflictType.DROP_COLLISION,BLACKHOLE:i.ConflictType.BLACKHOLE,transformNoConflict:(v,B,X)=>Te(()=>!0,v,B,X),typeAllowingConflictsPred:v=>Object.assign(Object.assign({},e.type),{transform:(B,X,J)=>Te(v,B,X,J)})};const a=v=>v?v.getComponent():null;function l(v){return v&&typeof v=="object"&&!Array.isArray(v)}const u=v=>Array.isArray(v)?v.slice():v!==null&&typeof v=="object"?Object.assign({},v):v,c=v=>v&&(v.p!=null||v.r!==void 0),h=v=>v&&(v.d!=null||v.i!==void 0);function d(v,B){return o(v!=null),typeof B=="number"?(o(Array.isArray(v),"Invalid key - child is not an array"),(v=v.slice()).splice(B,1)):(o(l(v),"Invalid key - child is not an object"),delete(v=Object.assign({},v))[B]),v}function g(v,B,X){return typeof B=="number"?(o(v!=null,"Container is missing for key"),o(Array.isArray(v),"Cannot use numerical key for object container"),o(v.length>=B,"Cannot insert into out of bounds index"),v.splice(B,0,X)):(o(l(v),"Cannot insert into missing item"),o(v[B]===void 0,"Trying to overwrite value at key. Your op needs to remove it first"),v[B]=X),X}e.removeOp=(v,B=!0)=>s.writeCursor().writeAtPath(v,"r",B).get(),e.moveOp=(v,B)=>s.writeCursor().writeMove(v,B).get(),e.insertOp=(v,B)=>s.writeCursor().writeAtPath(v,"i",B).get(),e.replaceOp=(v,B,X)=>s.writeCursor().at(v,J=>{J.write("r",B),J.write("i",X)}).get(),e.editOp=(v,B,X,J=!1)=>s.writeCursor().at(v,G=>T(G,B,X,J)).get();const E=(v,B)=>v!=null&&(typeof B=="number"?Array.isArray(v):typeof v=="object"),I=(v,B)=>E(v,B)?v[B]:void 0,b={};function M(v){let B=v.type?v.type:v;B.name&&(b[B.name]=B),B.uri&&(b[B.uri]=B)}const V=v=>{const B=b[v];if(B)return B;throw Error("Missing type: "+v)};M(S_());const Y=(v,B)=>v+B;M({name:"number",apply:Y,compose:Y,invert:v=>-v,transform:v=>v});const ie=v=>v==null?null:v.et?V(v.et):v.es?b["text-unicode"]:v.ena!=null?b.number:null,N=v=>v.es?v.es:v.ena!=null?v.ena:v.e,T=(v,B,X,J=!1)=>{const[G,z]=typeof B=="string"?[V(B),B]:[B,B.name];!J&&G.isNoop&&G.isNoop(X)||(z==="number"?v.write("ena",X):z==="text-unicode"?v.write("es",X):(v.write("et",z),v.write("e",X)))};function j(v){o(typeof v=="number"),o(v>=0),o(v===(0|v))}function Q(v){typeof v=="number"?j(v):o(typeof v=="string")}function ge(v){if(v===null)return;const B=new Set,X=new Set,J=z=>{let he=!0,le=!1;for(let H in z){const re=z[H];if(he=!1,o(H==="p"||H==="r"||H==="d"||H==="i"||H==="e"||H==="es"||H==="ena"||H==="et","Invalid component item '"+H+"'"),H==="p")j(re),o(!B.has(re)),B.add(re),o(z.r===void 0);else if(H==="d")j(re),o(!X.has(re)),X.add(re),o(z.i===void 0);else if(H==="e"||H==="es"||H==="ena"){o(!le),le=!0;const ae=ie(z);o(ae,"Missing type in edit"),ae.checkValidOp&&ae.checkValidOp(N(z))}}o(!he)},G=(z,he,le)=>{if(!Array.isArray(z))throw Error("Op must be null or a list");if(z.length===0)throw Error("Empty descent");he||Q(z[0]);let H=1,re=0,ae=0;for(let _e=0;_e<z.length;_e++){const Ae=z[_e];if(o(Ae!=null),Array.isArray(Ae)){const Ue=G(Ae,!1);if(re){const q=typeof ae,Se=typeof Ue;q===Se?o(ae<Ue,"descent keys are not in order"):o(q==="number"&&Se==="string")}ae=Ue,re++,H=3}else typeof Ae=="object"?(o(H===1,`Prev not scalar - instead ${H}`),J(Ae),H=2):(o(H!==3),Q(Ae),o(s.isValidPathItem(Ae),"Invalid path key"),H=1)}return o(re!==1,"Operation makes multiple descents. Remove some []"),o(H===2||H===3),z[0]};G(v,!0),o(B.size===X.size,"Mismatched picks and drops in op");for(let z=0;z<B.size;z++)o(B.has(z)),o(X.has(z))}function ce(v){let B=0,X=[];const J=s.writeCursor();return J.mergeTree(v,(G,z)=>{const he=ie(G);if(he){const H=N(G);T(z,he,he.normalize?he.normalize(H):H)}for(const H of["r","p","i","d"])if(G[H]!==void 0){const re=H==="p"||H==="d"?(le=G[H],X[le]==null&&(X[le]=B++),X[le]):G[H];z.write(H,re)}var le}),J.get()}function p(v,B){if(ge(B),B===null)return v;const X=[];return function J(G,z){let he=G,le=0,H={root:G},re=0,ae=H,_e="root";function Ae(){for(;re<le;re++){let Ue=z[re];typeof Ue!="object"&&(o(E(ae,_e)),ae=ae[_e]=u(ae[_e]),_e=Ue)}}for(;le<z.length;le++){const Ue=z[le];if(Array.isArray(Ue)){const q=J(he,Ue);q!==he&&q!==void 0&&(Ae(),he=ae[_e]=q)}else if(typeof Ue=="object"){Ue.d!=null?(Ae(),he=g(ae,_e,X[Ue.d])):Ue.i!==void 0&&(Ae(),he=g(ae,_e,Ue.i));const q=ie(Ue);if(q)Ae(),he=ae[_e]=q.apply(he,N(Ue));else if(Ue.e!==void 0)throw Error("Subtype "+Ue.et+" undefined")}else he=I(he,Ue)}return H.root}(v=function J(G,z){const he=[];let le=0;for(;le<z.length;le++){const _e=z[le];if(Array.isArray(_e))break;typeof _e!="object"&&(he.push(G),G=I(G,_e))}for(let _e=z.length-1;_e>=le;_e--)G=J(G,z[_e]);for(--le;le>=0;le--){const _e=z[le];if(typeof _e!="object"){const Ae=he.pop();G=G===I(Ae,_e)?Ae:G===void 0?d(Ae,_e):(re=_e,ae=G,(H=u(H=Ae))[re]=ae,H)}else c(_e)&&(o(G!==void 0,"Cannot pick up or remove undefined"),_e.p!=null&&(X[_e.p]=G),G=void 0)}var H,re,ae;return G}(v,B),B)}function W(v,B){v=v.slice(),ge(B);const X=s.readCursor(B);let J,G,z=!1;const he=[];for(let H=0;;H++){const re=v[H],ae=X.getComponent();if(ae&&(ae.r!==void 0?z=!0:ae.p!=null&&(z=!1,J=ae.p,G=H)),H>=v.length)break;let _e=0;const Ae=s.advancer(X,void 0,(q,Se)=>{c(Se)&&_e++});he.unshift(Ae);const Ue=Ae(re);if(typeof re=="number"&&(v[H]-=_e),!Ue)break}if(he.forEach(H=>H.end()),z)return null;const le=()=>{let H=0;if(J!=null){const re=X.getPath();H=re.length,v=re.concat(v.slice(G))}for(;H<v.length;H++){const re=v[H],ae=a(X),_e=ie(ae);if(_e){const q=N(ae);_e.transformPosition&&(v[H]=_e.transformPosition(v[H],q));break}let Ae=0;const Ue=s.advancer(X,(q,Se)=>h(Se)?~(q-Ae):q-Ae,(q,Se)=>{h(Se)&&Ae++})(re);if(typeof re=="number"&&(v[H]+=Ae),!Ue)break}};return J!=null?X.eachDrop(null,H=>{H===J&&le()}):le(),v}function O(v,B){if(ge(v),ge(B),v==null)return B;if(B==null)return v;let X=0;const J=s.readCursor(v),G=s.readCursor(B),z=s.writeCursor(),he=[],le=[],H=[],re=[],ae=[],_e=[],Ae=new Set;J.traverse(null,q=>{q.p!=null&&(H[q.p]=J.clone())}),G.traverse(null,q=>{q.d!=null&&(re[q.d]=G.clone())});const Ue=s.writeCursor();return function q(Se,Ve,je,ke,Ze,bt,Ke,rt){o(Ve||je);const Xe=a(Ve),dt=a(je),lt=!!dt&&dt.r!==void 0,Yt=!!Xe&&Xe.i!==void 0,Be=Xe?Xe.d:null,ft=dt?dt.p:null,C=(bt||lt)&&ft==null;if(ft!=null)ke=re[ft],Ke=le[ft]=new s.WriteCursor;else if(dt&&dt.r!==void 0)ke=null;else{const U=a(ke);U&&U.d!=null&&(ke=null)}const m=a(ke);if(Be!=null)if(Se=H[Be],rt=he[Be]=new s.WriteCursor,C)bt&&!lt&&rt.write("r",!0);else{const U=ae[Be]=X++;Ke.write("d",U)}else if(Xe&&Xe.i!==void 0)Se=null;else{const U=a(Se);U&&U.p!=null&&(Se=null)}let _;Yt?(o(Ze===void 0),_=Xe.i):_=Ze;const y=(ft==null?!Yt||bt||lt:_===void 0)?null:Ke.getComponent();if(ft!=null){if(!(Ze!==void 0||Yt)){const U=Be!=null?ae[Be]:X++;_e[ft]=U,rt.write("p",U)}}else lt&&(Yt||Ze!==void 0||(dt.r,rt.write("r",dt.r)));const D=C?null:ie(Xe),k=ie(m);if((D||k)&&(D&&D.name,k&&k.name),D&&k){o(D===k);const U=N(Xe),te=N(m),Ie=D.compose(U,te);T(Ke,D,Ie),Ae.add(m)}else D?T(Ke,D,N(Xe)):k&&(T(Ke,k,N(m)),Ae.add(m));const P=typeof _=="object"&&_!=null;let F=!1,S=0,ee=0,Ee=0,Z=0,pe=0;const be=s.advancer(ke,(U,te)=>h(te)?Z-U-1:U-Z,(U,te)=>{h(te)&&Z++}),de=s.advancer(Se,(U,te)=>c(te)?S-U-1:U-S,(U,te)=>{c(te)&&S++});if(s.eachChildOf(Ve,je,(U,te,Ie)=>{let ye,Fe,xe=U,ze=U,gt=U;if(typeof U=="number"){let De=U+Ee;Fe=be(De),ze=De+Z;let se=U+ee;ye=de(se),h(a(Fe))&&(ye=null),xe=se+S,gt=U+pe,o(xe>=0,"p1PickKey is negative"),o(ze>=0,"p2DropKey is negative");const ct=h(a(te)),He=c(a(Ie));(ct||He&&!C)&&pe--,ct&&ee--,He&&Ee--}else ye=de(U),Fe=be(U);rt.descend(xe),Ke.descend(ze);const pt=P&&!h(a(te))?_[gt]:void 0,Re=q(ye,te,Ie,Fe,pt,C,Ke,rt);var et,we,Oe;P&&!C?pt!==Re&&(F||(_=Array.isArray(_)?_.slice():Object.assign({},_),F=!0),et=_,Oe=Re,typeof(we=gt)=="number"?(o(Array.isArray(et)),o(we<et.length)):(o(!Array.isArray(et)),o(et[we]!==void 0)),Oe===void 0?typeof we=="number"?et.splice(we,1):delete et[we]:et[we]=Oe):o(Re===void 0),Ke.ascend(),rt.ascend()}),de.end(),be.end(),y!=null)y.i=_;else if(!bt&&!lt&&ft==null)return _}(J,J.clone(),G,G.clone(),void 0,!1,z,Ue),z.reset(),z.mergeTree(Ue.get()),z.reset(),z.get(),he.map(q=>q.get()),le.map(q=>q.get()),J.traverse(z,(q,Se)=>{const Ve=q.p;if(Ve!=null){const je=ae[Ve];je!=null&&Se.write("p",je);const ke=he[Ve];ke&&ke.get(),ke&&Se.mergeTree(ke.get())}else q.r!==void 0&&Se.write("r",q.r)}),z.reset(),z.get(),G.traverse(z,(q,Se)=>{const Ve=q.d;if(Ve!=null){const ke=_e[Ve];ke!=null&&Se.write("d",ke);const Ze=le[Ve];Ze&&Se.mergeTree(Ze.get())}else q.i!==void 0&&Se.write("i",q.i);const je=ie(q);je&&!Ae.has(q)&&T(Se,je,N(q))}),z.get()}function L(v){if(v==null)return null;const B=new s.ReadCursor(v),X=new s.WriteCursor;let J;const G=[],z=[];return function he(le,H,re){const ae=le.getComponent();let _e,Ae=!1;if(ae){ae.p!=null&&(H.write("d",ae.p),G[ae.p]=le.clone()),ae.r!==void 0&&H.write("i",ae.r),ae.d!=null&&(H.write("p",ae.d),re=void 0),ae.i!==void 0&&(re=_e=ae.i);const q=ie(ae);q&&(re===void 0?(J||(J=new Set),J.add(ae)):(N(ae),re=q.apply(re,N(ae)),Ae=!0))}let Ue=0;for(const q of le){H.descend(q);const Se=typeof q=="number"?q-Ue:q,Ve=I(re,Se);h(le.getComponent())&&Ue++;const je=he(le,H,Ve);if(re!==void 0&&je!==void 0){if(Ae||(Ae=!0,re=u(re)),!E(re,Se))throw Error("Cannot modify child - invalid operation");re[Se]=je}H.ascend()}if(_e===void 0)return Ae?re:void 0;H.write("r",re)}(B,X,void 0),J&&(X.reset(),function he(le,H,re){const ae=H.getComponent();if(ae){const q=ae.d;if(q!=null&&(le=G[q],re=z[q]=s.writeCursor()),J.has(ae)){const Se=ie(ae);if(!Se.invert)throw Error(`Cannot invert subtype ${Se.name}`);T(re,Se,Se.invert(N(ae)))}}let _e=0,Ae=0;const Ue=s.advancer(le,(q,Se)=>c(Se)?_e-q-1:q-_e,(q,Se)=>{c(Se)&&_e++});for(const q of H)if(typeof q=="number"){const Se=q-Ae,Ve=Ue(Se),je=Se+_e;re.descend(je),he(Ve,H,re),h(H.getComponent())&&Ae++,re.ascend()}else re.descend(q),he(Ue(q),H,re),re.ascend();Ue.end()}(B.clone(),B,X),z.length&&(X.reset(),B.traverse(X,(he,le)=>{const H=he.p;if(H!=null){const re=z[H];re&&re.get(),re&&le.mergeTree(re.get())}}))),X.get()}const A=(v,B)=>v.some(X=>typeof X=="object"&&(Array.isArray(X)?A(X,B):B(X)));function w(v,B){if(v==null||!A(v,H=>{var re;return H.r!==void 0||((re=ie(H))===null||re===void 0?void 0:re.makeInvertible)!=null}))return v;const X=new s.ReadCursor(v),J=new s.WriteCursor;let G=!1;const z=[],he=[],le=(H,re,ae)=>{const _e=H.getComponent();let Ae=!1;if(_e){_e.d!=null&&re.write("d",_e.d),_e.i!==void 0&&re.write("i",_e.i);const q=_e.p;if(q!=null&&(z[q]=H.clone(),o(ae!==void 0,"Operation picks up at an invalid key"),he[q]=ae,re.write("p",_e.p)),_e.r!==void 0&&ae===void 0)throw Error("Invalid doc / op in makeInvertible: removed item missing from doc");const Se=ie(_e);Se&&(Se.makeInvertible?G=!0:T(re,Se,N(_e),!0))}let Ue=0;for(const q of H){re.descend(q);const Se=typeof q=="number"?q-Ue:q,Ve=I(ae,Se),je=le(H,re,Ve);Ve!==je&&(Ae||(Ae=!0,ae=u(ae)),je===void 0?(ae=d(ae,Se),typeof q=="number"&&Ue++):ae[Se]=je),re.ascend()}return _e&&(_e.r!==void 0?(re.write("r",r.default(ae)),ae=void 0):_e.p!=null&&(ae=void 0)),ae};return le(X,J,B),J.get(),G&&(J.reset(),function H(re,ae,_e,Ae,Ue){const q=ae.getComponent();if(q){q.i!==void 0?(Ae=q.i,Ue=!0):q.d!=null&&(Ae=he[q.d],re=z[q.d],Ue=!1,q.d);let ke=ie(q);if(ke&&ke.makeInvertible){const Ze=N(q);T(_e,ke,ke.makeInvertible(Ze,Ae),!0)}}let Se=0,Ve=0;const je=s.advancer(re,(ke,Ze)=>c(Ze)?Se-ke-1:ke-Se,(ke,Ze)=>{c(Ze)&&Se++});for(const ke of ae)if(typeof ke=="number"){const Ze=ke-Ve,bt=je(Ze),Ke=Ze+Se,rt=I(Ae,Ue?Ze:Ke);_e.descend(ke),H(bt,ae,_e,rt,Ue),h(ae.getComponent())&&Ve++,_e.ascend()}else{const Ze=I(Ae,ke);_e.descend(ke),H(je(ke),ae,_e,Ze,Ue),_e.ascend()}je.end()}(X.clone(),X,J,B,!1)),J.get()}function x(v,B){return L(w(v,B))}const $=v=>{if(v==null)return null;const B=v.slice();for(let X=0;X<v.length;X++){const J=B[X];Array.isArray(J)&&(B[X]=$(J))}return B};function K(v,B,X){o(X==="left"||X==="right","Direction must be left or right");const J=X==="left"?0:1;if(B==null)return{ok:!0,result:v};ge(v),ge(B);let G=null;const z=[],he=[],le=[],H=[],re=[],ae=[],_e=[],Ae=[],Ue=[],q=[],Se=[],Ve=[],je=[],ke=[],Ze=[];let bt=0;const Ke=s.readCursor(v),rt=s.readCursor(B),Xe=s.writeCursor();if(function m(_,y=null,D){const k=a(y);k&&(k.r!==void 0?D=y.clone():k.p!=null&&(D=null,ae[k.p]=_.clone()));const P=_.getComponent();let F;P&&(F=P.p)!=null&&(re[F]=y?y.clone():null,le[F]=_.clone(),D&&(q[F]=!0,Ue[F]=D),k&&k.p!=null&&(ke[F]=k.p));const S=s.advancer(y);for(const ee of _)m(_,S(ee),D);S.end()}(rt,Ke,null),function m(_,y,D,k,P){const F=D.getComponent();let S,ee=!1;F&&((S=F.d)!=null?(H[S]=D.clone(),k!=null&&(Ze[k]==null&&(Ze[k]=[]),Ze[k].push(S)),q[S],_=re[S]||null,y=le[S]||null,q[S]?(P&&(Se[S]=!0),P=Ue[S]||null):!P||J!==1&&ke[S]!=null||G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:e.removeOp(P.getPath()),op2:e.moveOp(y.getPath(),D.getPath())}),ee=!0):F.i!==void 0&&(_=y=null,ee=!0,P&&G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:e.removeOp(P.getPath()),op2:e.insertOp(D.getPath(),F.i)})));const Ee=a(_);Ee&&(Ee.r!==void 0?P=_.clone():Ee.p!=null&&(Ee.p,k=Ee.p,P=null));const Z=ie(F);Z&&P&&G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:e.removeOp(P.getPath()),op2:e.editOp(D.getPath(),Z,N(F),!0)});let pe=0,be=0;const de=s.advancer(y,(te,Ie)=>c(Ie)?pe-te-1:te-pe,(te,Ie)=>{c(Ie)&&pe++}),U=s.advancer(_);for(const te of D)if(typeof te=="number"){const Ie=te-be,ye=de(Ie);be+=+m(U(Ie+pe),ye,D,k,P)}else{const Ie=de(te);m(U(te),Ie,D,k,P)}return de.end(),U.end(),ee}(Ke,rt,rt.clone(),null,null),H.map(m=>m&&m.get()),G)return{ok:!1,conflict:G};Se.map(m=>!!m);const dt=[];let lt=null;(function m(_,y,D,k,P){let F=!1;const S=a(y);if(c(S)){const de=S.p;de!=null?(D=H[de],k=Ve[de]=s.writeCursor(),F=!0,P=null):(D=null,P=y.clone())}else h(a(D))&&(D=null);const ee=_.getComponent();if(ee){const de=ee.p;de!=null?(P&&(Ae[de]=P),dt[de]=P||J===1&&F?null:k.getComponent(),z[de]=_.clone(),D&&(_e[de]=D.clone())):ee.r!==void 0&&(P||k.write("r",!0),(P||F)&&(lt==null&&(lt=new Set),lt.add(ee)))}let Ee=0,Z=0;const pe=s.advancer(y,void 0,(de,U)=>{c(U)&&Ee++}),be=s.advancer(D,(de,U)=>h(U)?~(de-Z):de-Z,(de,U)=>{h(U)&&Z++});if(_)for(const de of _)if(typeof de=="string"){const U=pe(de),te=be(de);k.descend(de),m(_,U,te,k,P),k.ascend()}else{const U=pe(de),te=de-Ee,Ie=c(a(U))?null:be(te),ye=te+Z;o(ye>=0),k.descend(ye),m(_,U,Ie,k,P),k.ascend()}pe.end(),be.end()})(Ke,rt,rt.clone(),Xe,null),Xe.reset();let Yt=[];if(function m(_,y,D,k,P,F){o(y);const S=y.getComponent();let ee=a(k),Ee=!1;const Z=(we,Oe,De)=>we?e.moveOp(we.getPath(),Oe.getPath()):e.insertOp(Oe.getPath(),De.i);if(h(S)){const we=S.d;we!=null&&(he[we]=y.clone());const Oe=we!=null?dt[we]:null;let De=!1;if(S.i!==void 0||we!=null&&Oe){let se;ee&&(ee.i!==void 0||(se=ee.d)!=null&&!q[se])&&(De=se!=null?we!=null&&we===ke[se]:n.default(ee.i,S.i),De||se!=null&&J!==1&&ke[se]!=null||G==null&&(G={type:i.ConflictType.DROP_COLLISION,op1:Z(we!=null?z[we]:null,y,S),op2:Z(se!=null?le[se]:null,k,ee)})),De||(F?G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:Z(we!=null?z[we]:null,y,S),op2:e.removeOp(F.getPath())}):(we!=null?(Yt[bt]=we,P.write("d",Oe.p=bt++)):P.write("i",r.default(S.i)),Ee=!0))}else if(we!=null&&!Oe){const se=Ae[we];se&&(F=se.clone())}we!=null?(_=z[we],D=ae[we],k=_e[we]):S.i!==void 0&&(_=D=null,De||(k=null))}else c(a(_))&&(_=D=k=null);const pe=a(_),be=a(D);if(c(be)){const we=be.p;be.r!==void 0&&(!pe||pe.r===void 0)||q[we]?(k=null,F=D.clone()):we!=null&&(k=H[we],J!==1&&ke[we]!=null||((P=je[we])||(P=je[we]=s.writeCursor()),P.reset(),F=null))}else!h(S)&&h(ee)&&(k=null);ee=k!=null?k.getComponent():null;const de=ie(S);if(de){const we=N(S);if(F)G==null&&(G={type:i.ConflictType.RM_UNEXPECTED_CONTENT,op1:e.editOp(y.getPath(),de,we,!0),op2:e.removeOp(F.getPath())});else{const Oe=ie(ee);let De;if(Oe){if(de!==Oe)throw Error("Transforming incompatible types");const se=N(ee);De=de.transform(we,se,X)}else De=r.default(we);T(P,de,De)}}let U=0,te=0,Ie=0,ye=0,Fe=0,xe=0,ze=_!=null&&_.descendFirst(),gt=ze;const pt=s.advancer(D,void 0,(we,Oe)=>{c(Oe)&&Ie++});let Re=k!=null&&k.descendFirst(),et=Re;for(const we of y)if(typeof we=="number"){let Oe;const De=h(y.getComponent()),se=we-te;{let tn;for(;ze&&typeof(tn=_.getKey())=="number";){tn+=U;const Dt=_.getComponent(),kn=c(Dt);if(tn>se||tn===se&&(!kn||J===0&&De))break;if(kn){U--;const mn=Dt.p;ke.includes(mn),Dt.d,a(je[Dt.d]),c(a(je[Dt.d])),(Dt.r===void 0||lt&<.has(Dt))&&(mn==null||!dt[mn]||J!==1&&ke.includes(mn))||Fe--}ze=_.nextSibling()}Oe=ze&&tn===se?_:null}const ct=se-U;let He=pt(ct);const kt=ct-Ie;let hs=null;{let tn,Dt;for(;Re&&typeof(tn=k.getKey())=="number";){Dt=tn-ye;const kn=k.getComponent(),mn=h(kn);if(Dt>kt)break;if(Dt===kt){if(!mn){hs=k;break}{if(J===0&&De){hs=k;break}const nn=He&&c(He.getComponent());if(J===0&&nn)break}}if(mn){const nn=kn.d;q[nn],ke[nn],kn.i===void 0&&(q[nn]||ke[nn]!=null&&J!==1)?(q[nn]||ke[nn]!=null&&J===0)&&(ye++,xe--):ye++}Re=k.nextSibling()}}const uc=kt+ye+Fe+xe;o(uc>=0,"trying to descend to a negative index"),P.descend(uc),De&&(Oe=He=hs=null,te++),m(Oe,y,He,hs,P,F)&&xe++,P.ascend()}else{let Oe;for(;ze&&(Oe=_.getKey(),typeof Oe!="string"||!(Oe>we||Oe===we));)ze=_.nextSibling();const De=ze&&Oe===we?_:null,se=pt(we);let ct;for(;Re&&(ct=k.getKey(),typeof ct!="string"||!(ct>we||ct===we));)Re=k.nextSibling();const He=Re&&ct===we?k:null;P.descend(we),m(De,y,se,He,P,F),P.ascend()}return pt.end(),gt&&_.ascend(),et&&k.ascend(),Ee}(Ke,Ke.clone(),rt,rt.clone(),Xe,null),G)return{ok:!1,conflict:G};Xe.reset();const Be=(m,_,y)=>m.traverse(_,(D,k)=>{D.d!=null&&y(D.d,m,k)});(q.length||Ve.length)&&(Be(rt,Xe,(m,_,y)=>{q[m]&&!Se[m]&&y.write("r",!0),Ve[m]&&y.mergeTree(Ve[m].get())}),Xe.reset());const ft=[],C=[];if((je.length||q.length)&&!G){const m=s.readCursor($(Xe.get()));if(Be(m,null,(_,y)=>{ft[_]=y.clone()}),je.forEach(_=>{_&&Be(s.readCursor(_.get()),null,(y,D)=>{ft[y]=D.clone()})}),function _(y,D,k,P,F,S){const ee=a(D);if(ee&&c(ee))if(ee.p!=null){const U=ee.p;ft[U].getPath(),k=ft[U],P=C[U]=s.writeCursor()}else ee.r!==void 0&&(k=null);else h(a(k))&&(k=null);const Ee=y.getComponent();if(Ee){let U;if((U=Ee.d)!=null){const te=je[U];te&&(te.get(),P.mergeTree(te.get()),k=s.readCursor(te.get()))}}let Z=0,pe=0;const be=s.advancer(D,void 0,(U,te)=>{c(te)&&Z--}),de=s.advancer(k,(U,te)=>h(te)?-(U-pe)-1:U-pe,(U,te)=>{h(te)&&pe++});for(const U of y)if(typeof U=="number"){const te=be(U),Ie=U+Z,ye=de(Ie),Fe=Ie+pe;P.descend(Fe),_(y,te,ye,P),P.ascend()}else P.descend(U),_(y,be(U),de(U),P),P.ascend();be.end(),de.end()}(rt,m,m.clone(),Xe),Xe.reset(),G)return{ok:!1,conflict:G};if(Xe.get(),C.length){const _=C.map(D=>D?D.get():null),y=s.readCursor($(Xe.get()));if(Be(y,Xe,(D,k,P)=>{const F=_[D];F&&(P.mergeTree(F),_[D]=null)}),_.find(D=>D)){const D=s.writeCursor(),k=s.writeCursor();let P=0,F=0;_.forEach(S=>{S!=null&&Be(s.readCursor(S),null,ee=>{const Ee=Yt[ee];D.writeMove(z[Ee].getPath(),he[Ee].getPath(),P++);const Z=Ze[Ee];Z&&Z.forEach(pe=>{q[pe]||J!==1&&ke[pe]!=null||k.writeMove(le[pe].getPath(),H[pe].getPath(),F++)})})}),G={type:i.ConflictType.BLACKHOLE,op1:D.get(),op2:k.get()}}}}return G?{ok:!1,conflict:G}:{ok:!0,result:Xe.get()}}const oe=v=>{const B=new Error("Transform detected write conflict");throw B.conflict=v,B.type=B.name="writeConflict",B};function fe(v,B,X){const J=K(v,B,X);if(J.ok)return J.result;oe(J.conflict)}const me=v=>{const B=s.writeCursor();return s.readCursor(v).traverse(B,(X,J)=>{(h(X)||ie(X))&&J.write("r",!0)}),B.get()},Me=(v,B)=>{const{type:X,op1:J,op2:G}=v;switch(X){case i.ConflictType.DROP_COLLISION:return B==="left"?[null,me(G)]:[me(J),null];case i.ConflictType.RM_UNEXPECTED_CONTENT:let z=!1;return s.readCursor(J).traverse(null,he=>{he.r!==void 0&&(z=!0)}),z?[null,me(G)]:[me(J),null];case i.ConflictType.BLACKHOLE:return[me(J),me(G)];default:throw Error("Unrecognised conflict: "+X)}};function Te(v,B,X,J){let G=null;for(;;){const z=K(B,X,J);if(z.ok)return O(G,z.result);{const{conflict:he}=z;v(he)||oe(he);const[le,H]=Me(he,J);B=O(ce(B),le),X=O(ce(X),H),G=O(G,H)}}}}(nr)),nr}var Nl;function O_(){return Nl||(Nl=1,function(e){var t=cn&&cn.__createBinding||(Object.create?function(i,o,a,l){l===void 0&&(l=a),Object.defineProperty(i,l,{enumerable:!0,get:function(){return o[a]}})}:function(i,o,a,l){l===void 0&&(l=a),i[l]=o[a]}),n=cn&&cn.__exportStar||function(i,o){for(var a in i)a!=="default"&&!o.hasOwnProperty(a)&&t(o,i,a)};Object.defineProperty(e,"__esModule",{value:!0}),n(v_(),e);var r=Sl();Object.defineProperty(e,"ReadCursor",{enumerable:!0,get:function(){return r.ReadCursor}}),Object.defineProperty(e,"WriteCursor",{enumerable:!0,get:function(){return r.WriteCursor}});var s=Ol();Object.defineProperty(e,"ConflictType",{enumerable:!0,get:function(){return s.ConflictType}})}(cn)),cn}var _t=O_();const w_=hc({__proto__:null,default:Ct(_t)},[_t]);var ue=(e=>(e.RETAIN="r",e.INSERT="i",e.DELETE="d",e))(ue||{});function rr(e,t=!1){const n=[];for(const r of e){const{st:s,ed:i,ts:o}=r;if(r.sId===void 0&&delete r.sId,s===i||!t&&ne.isEmptyObject(o)&&r.sId==null)continue;if(n.length===0){n.push(r);continue}const a=n.pop();Oo(r,a)&&ne.hasIntersectionBetweenTwoRanges(a.st,a.ed,r.st,r.ed)?n.push({...r,st:a.st,ed:i}):n.push(a,r)}return n}function Ml(e,t,n,r){var u;const{textRuns:s}=e;if(s==null)return;const i=[],o=s.length;let a=!1;const l=(u=t.textRuns)!=null?u:[];if(l.length)for(const c of l)c.st+=r,c.ed+=r;for(let c=0;c<o;c++){const h=s[c],{st:d,ed:g}=h;if(g<=r)i.push(h);else if(r>d&&r<g){a=!0;const E={...h,ed:r};i.push(E),l.length&&i.push(...l);const I={...h,st:r+n,ed:g+n};i.push(I)}else h.st+=n,h.ed+=n,a||(a=!0,i.push(...l)),i.push(h)}a||(a=!0,i.push(...l)),e.textRuns=rr(i)}function Dl(e,t,n,r){const{paragraphs:s}=e;if(s==null)return;const{paragraphs:i}=t,o=[];for(let l=0,u=s.length;l<u;l++){const c=s[l],{startIndex:h}=c;h>=r&&(c.startIndex+=n),o.push(c.startIndex)}let a=-1;if(i){for(let l=0,u=i.length;l<u;l++){const c=i[l];c.startIndex+=r;const h=c.startIndex;a=o.indexOf(h)}a!==-1&&s.splice(a,1),s.push(...i),s.sort(Jn("startIndex"))}}function Ll(e,t,n,r){const{sectionBreaks:s}=e;if(s==null)return;for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u}=l;u>=r&&(l.startIndex+=n)}const i=t.sectionBreaks;if(i){for(let o=0,a=i.length;o<a;o++){const l=i[o];l.startIndex+=r}s.push(...i),s.sort(Jn("startIndex"))}}function Ul(e,t,n,r){const{customBlocks:s=[]}=e;for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u}=l;u>=r&&(l.startIndex+=n)}const i=t.customBlocks;if(i){for(let o=0,a=i.length;o<a;o++){const l=i[o];l.startIndex+=r}s.push(...i),s.sort(Jn("startIndex"))}s.length&&!e.customBlocks&&(e.customBlocks=s)}function Pl(e,t,n,r){const{tables:s}=e;if(s==null)return;for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u,endIndex:c}=l;u>r?(l.startIndex+=n,l.endIndex+=n):c>r&&(l.endIndex+=n)}const i=t.tables;if(i){for(let o=0,a=i.length;o<a;o++){const l=i[o];l.startIndex+=r,l.endIndex+=r}s.push(...i),s.sort(Jn("startIndex"))}}const kl="$",Fl=e=>e.split(kl)[0];function ii(e){if(e.length<=1)return e;e.sort((s,i)=>s.startIndex-i.startIndex);const t=[];let n={...e[0]};n.rangeId=Fl(n.rangeId);for(let s=1;s<e.length;s++){const i=e[s];i.rangeId=Fl(i.rangeId),i.rangeId===n.rangeId&&El(n.properties,i.properties)&&n.endIndex+1>=i.startIndex?n.endIndex=i.endIndex:(t.push(n),n={...i})}t.push(n);const r=Object.create(null);for(let s=0,i=t.length;s<i;s++){const o=t[s],a=o.rangeId;r[a]?(o.rangeId=`${a}${kl}${r[a]}`,r[a]=r[a]+1):r[a]=1}return t}function oi(e,t){const n=e.findIndex(s=>s.startIndex<t&&s.endIndex>=t),r=e[n];r&&e.splice(n,1,{rangeId:r.rangeId,rangeType:r.rangeType,startIndex:r.startIndex,endIndex:t-1,properties:{...r.properties}},{rangeId:r.rangeId,rangeType:r.rangeType,startIndex:t,endIndex:r.endIndex,properties:{...r.properties}})}function xl(e){if(e.length<=1)return e;e.sort((r,s)=>r.startIndex-s.startIndex);const t=[];let n={...e[0]};for(let r=1;r<e.length;r++){const s=e[r];s.id===n.id&&n.endIndex+1>=s.startIndex?n.endIndex=s.endIndex:(t.push(n),n={...s})}return t.push(n),t}function ai(e,t){e.filter(r=>r.startIndex<t&&r.endIndex>=t).forEach(r=>{const s=e.indexOf(r);e.splice(s,1,{id:r.id,type:r.type,startIndex:r.startIndex,endIndex:t-1},{id:r.id,type:r.type,startIndex:t,endIndex:r.endIndex})})}function b_(e,t,n,r){e.customRanges||(e.customRanges=[]);const{customRanges:s}=e;oi(s,r);for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u}=l;u>=r&&(l.startIndex+=n,l.endIndex+=n)}const i=[];if(t.customRanges){for(let o=0,a=t.customRanges.length;o<a;o++){const l=t.customRanges[o];l.startIndex+=r,l.endIndex+=r,i.push(l)}s.push(...i)}e.customRanges=ii(s)}function A_(e,t,n,r){e.customDecorations||(e.customDecorations=[]);const{customDecorations:s}=e;ai(s,r);for(let o=0,a=s.length;o<a;o++){const l=s[o],{startIndex:u}=l;u>=r&&(l.startIndex+=n,l.endIndex+=n)}const i=[];if(t.customDecorations){for(let o=0,a=t.customDecorations.length;o<a;o++){const l=t.customDecorations[o];l.startIndex+=r,l.endIndex+=r,i.push(l)}s.push(...i)}e.customDecorations=xl(s)}function Bl(e,t,n){const{textRuns:r}=e,s=n,i=n+t,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{st:h,ed:d}=c;if(s<=h&&i>=d){o.push({...c,st:h-s,ed:d-s});continue}else h<=s&&d>=i?(o.push({...c,st:s-s,ed:i-s}),c.ed-=t):s>=h&&s<d?(o.push({...c,st:s-s,ed:d-s}),c.ed=s):i>h&&i<=d?(o.push({...c,st:h-s,ed:i-s}),c.st=i-t,c.ed-=t):h>=i&&(c.st-=t,c.ed-=t);a.push(c)}e.textRuns=a}return o.length===0&&o.push({st:0,ed:t,ts:{}}),o}function $l(e,t,n){const{paragraphs:r}=e,s=n,i=n+t,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h}=c;if(h>=s&&h<i){o.push({...c,startIndex:h-n});continue}else h>=i&&(c.startIndex-=t);a.push(c)}e.paragraphs=a}return o}function Hl(e,t,n){const{sectionBreaks:r}=e,s=n,i=n+t-1,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h}=c;if(h>=s&&h<=i){o.push({...c,startIndex:h-n});continue}else h>i&&(c.startIndex-=t);a.push(c)}e.sectionBreaks=a}return o}function Wl(e,t,n){const{customBlocks:r=[]}=e,s=n,i=n+t-1,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h}=c;if(h>=s&&h<=i){o.push({...c,startIndex:h-n});continue}else h>i&&(c.startIndex-=t);a.push(c)}e.customBlocks=a}return r.length&&!e.customBlocks&&(e.customBlocks=r),o}function jl(e,t,n){const{tables:r}=e,s=n,i=n+t-1,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h,endIndex:d}=c;if(s<=h&&i>=d){o.push({...c,startIndex:h-n,endIndex:d-n});continue}else if(h<=s&&d>=i){const g=Br(h,d,s,i);if(g.length===0||(c.startIndex=g[0],c.endIndex=g[1],c.startIndex===c.endIndex))continue}else i<h&&(c.startIndex-=t,c.endIndex-=t);a.push(c)}e.tables=a}return o}function T_(e,t,n){const{customRanges:r}=e,s=n,i=n+t-1,o=[];if(r){const a=[];for(let l=0,u=r.length;l<u;l++){const c=r[l],{startIndex:h,endIndex:d}=c;if(h>=s&&d<=i){o.push(c);continue}else if(Math.max(s,h)<=Math.min(i,d)){const g=Br(h,d,s,i);if(g.length===0)continue;c.startIndex=g[0],c.endIndex=g[1]}else i<h&&(c.startIndex-=t,c.endIndex-=t);a.push(c)}e.customRanges=ii(a)}return o}function y_(e,t,n,r=!0){const{customDecorations:s}=e,i=n,o=n+t-1,a=[];if(s){const l=[];for(let u=0,c=s.length;u<c;u++){const h=s[u],{startIndex:d,endIndex:g}=h;if(d>=i&&g<=o){a.push(h);continue}else if(Math.max(i,d)<=Math.min(o,g)){const E=Br(d,g,i,o);if(E.length===0)continue;h.startIndex=E[0],h.endIndex=E[1]}else o<d&&r&&(h.startIndex-=t,h.endIndex-=t);l.push(h)}e.customDecorations=l}return a}var Yl=(e=>(e.ORDER_LIST_QUICK_1="1.",e.ORDER_LIST_QUICK_2="a)",e.ORDER_LIST_QUICK_3="a.",e.ORDER_LIST_QUICK_4="i.",e.ORDER_LIST_QUICK_5="A.",e.ORDER_LIST_QUICK_6="I.",e.ORDER_LIST_QUICK_7="01.",e.BULLET_LIST="*",e))(Yl||{}),Pt=(e=>(e.BULLET_LIST="BULLET_LIST",e.BULLET_LIST_1="BULLET_LIST_1",e.BULLET_LIST_2="BULLET_LIST_2",e.BULLET_LIST_3="BULLET_LIST_3",e.BULLET_LIST_4="BULLET_LIST_4",e.BULLET_LIST_5="BULLET_LIST_5",e.ORDER_LIST="ORDER_LIST",e.ORDER_LIST_1="ORDER_LIST_1",e.ORDER_LIST_2="ORDER_LIST_2",e.ORDER_LIST_3="ORDER_LIST_3",e.ORDER_LIST_4="ORDER_LIST_4",e.ORDER_LIST_5="ORDER_LIST_5",e.ORDER_LIST_QUICK_2="ORDER_LIST_QUICK_2",e.ORDER_LIST_QUICK_3="ORDER_LIST_QUICK_3",e.ORDER_LIST_QUICK_4="ORDER_LIST_QUICK_4",e.ORDER_LIST_QUICK_5="ORDER_LIST_QUICK_5",e.ORDER_LIST_QUICK_6="ORDER_LIST_QUICK_6",e.CHECK_LIST="CHECK_LIST",e.CHECK_LIST_CHECKED="CHECK_LIST_CHECKED",e))(Pt||{});const ns={"a)":{glyphFormat:"%1)",glyphType:Ne.DECIMAL},"1.":{glyphType:Ne.DECIMAL},"a.":{glyphFormat:"%1.",glyphType:Ne.LOWER_LETTER},"A.":{glyphType:Ne.UPPER_LETTER},"i.":{glyphFormat:"%1.",glyphType:Ne.LOWER_ROMAN},"I.":{glyphFormat:"%1.",glyphType:Ne.UPPER_LETTER}},An=e=>[...e,...e,...e].map((t,n)=>({glyphFormat:` %${n+1}`,glyphSymbol:t,bulletAlignment:Vn.START,textStyle:{fs:12},startNumber:0,paragraphProperties:{hanging:{v:21},indentStart:{v:21*n}}})),Tn=e=>e.map((t,n)=>({...t,bulletAlignment:Vn.START,textStyle:{fs:12},startNumber:0,paragraphProperties:{hanging:{v:21},indentStart:{v:21*n}}})),zl=(e,t)=>new Array(9).fill(0).map((n,r)=>({glyphFormat:` %${r+1}`,glyphSymbol:e,bulletAlignment:Vn.START,textStyle:{fs:16},startNumber:0,paragraphProperties:{hanging:{v:21},indentStart:{v:21*r},textStyle:t}})),sr={BULLET_LIST:{listType:"BULLET_LIST",nestingLevel:An(["●","○","■"])},BULLET_LIST_1:{listType:"BULLET_LIST",nestingLevel:An(["❖","➢","■"])},BULLET_LIST_2:{listType:"BULLET_LIST",nestingLevel:An(["✔","●","◆"])},BULLET_LIST_3:{listType:"BULLET_LIST",nestingLevel:An(["■","◆","○"])},BULLET_LIST_4:{listType:"BULLET_LIST",nestingLevel:An(["✧","○","■"])},BULLET_LIST_5:{listType:"BULLET_LIST",nestingLevel:An(["➢","○","◆"])},ORDER_LIST:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1.",glyphType:Ne.DECIMAL},{glyphFormat:"%2.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%3.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4.",glyphType:Ne.DECIMAL},{glyphFormat:"%5.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%6.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7.",glyphType:Ne.DECIMAL},{glyphFormat:"%8.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%9.",glyphType:Ne.LOWER_ROMAN}])},ORDER_LIST_1:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1)",glyphType:Ne.DECIMAL},{glyphFormat:"%2)",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%3)",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4)",glyphType:Ne.DECIMAL},{glyphFormat:"%5)",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%6)",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7)",glyphType:Ne.DECIMAL},{glyphFormat:"%8)",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%9)",glyphType:Ne.LOWER_ROMAN}])},ORDER_LIST_2:{listType:"ORDER_LIST",nestingLevel:Tn(["%1.","%1.%2.","%1.%2.%3.","%1.%2.%3.%4.","%1.%2.%3.%4.%5.","%1.%2.%3.%4.%5.%6.","%1.%2.%3.%4.%5.%6.%7."].map(e=>({glyphFormat:e,glyphType:Ne.DECIMAL})))},ORDER_LIST_3:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%2.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%3.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%5.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%6.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%8.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%9.",glyphType:Ne.LOWER_ROMAN}])},ORDER_LIST_4:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%2.",glyphType:Ne.DECIMAL},{glyphFormat:"%3.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%5.",glyphType:Ne.DECIMAL},{glyphFormat:"%6.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7.",glyphType:Ne.UPPER_LETTER},{glyphFormat:"%8.",glyphType:Ne.DECIMAL},{glyphFormat:"%9.",glyphType:Ne.LOWER_ROMAN}])},ORDER_LIST_5:{listType:"ORDER_LIST",nestingLevel:Tn([{glyphFormat:"%1.",glyphType:Ne.DECIMAL_ZERO},{glyphFormat:"%2.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%3.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%4.",glyphType:Ne.DECIMAL_ZERO},{glyphFormat:"%5.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%6.",glyphType:Ne.LOWER_ROMAN},{glyphFormat:"%7.",glyphType:Ne.DECIMAL_ZERO},{glyphFormat:"%8.",glyphType:Ne.LOWER_LETTER},{glyphFormat:"%9.",glyphType:Ne.LOWER_ROMAN}])},CHECK_LIST:{listType:"CHECK_LIST",nestingLevel:zl("☐")},CHECK_LIST_CHECKED:{listType:"CHECK_LIST_CHECKED",nestingLevel:zl("☑",{st:{s:ve.TRUE}})}},rs=e=>{const{glyphFormat:t,glyphType:n}=e,r=ne.deepClone(sr.ORDER_LIST);return r.nestingLevel[0].glyphFormat=t,r.nestingLevel[0].glyphType=n,r},N_={ORDER_LIST_QUICK_2:rs(ns["a)"]),ORDER_LIST_QUICK_3:rs(ns["a."]),ORDER_LIST_QUICK_4:rs(ns["i."]),ORDER_LIST_QUICK_6:rs(ns["I."])};Object.assign(sr,N_);const M_={"1.":"ORDER_LIST","a)":"ORDER_LIST_QUICK_2","a.":"ORDER_LIST_QUICK_3","i.":"ORDER_LIST_QUICK_4","A.":"ORDER_LIST_3","I.":"ORDER_LIST_QUICK_6","01.":"ORDER_LIST_5","*":"BULLET_LIST"};function D_(e,t,n,r,s){const i=L_(e,t,n,r,s),o=U_(e,t,n,r,s),a=P_(e,t,n,r,s),l=k_(e,t,n,r,s),u=F_(e,t,n,r,s),c=x_(e,t,n,r),h=B_(e,t,n,r,s);return{dataStream:"",textRuns:i,paragraphs:o,sectionBreaks:a,customBlocks:l,tables:u,customRanges:c,customDecorations:h}}function L_(e,t,n,r,s){const{textRuns:i}=e,{textRuns:o}=t;if(i==null||o==null)return;const a=Bl(e,n,r);if(s!==Pe.REPLACE){const l=Gl(o,a,s);t.textRuns=l}return Ml(e,t,n,r),a}function Gl(e,t,n){if(t.length===0)return e;e=ne.deepClone(e),t=ne.deepClone(t);const r=[],s=e.length,i=t.length;let o=0,a=0,l=null;function u(){return l?(r.push(l),l=null,!0):!1}for(;o<s&&a<i;){const{st:g,ed:E,ts:I}=e[o],{st:b,ed:M,ts:V,sId:Y}=t[a];let ie;if(n===Pe.COVER?ie={...V,...I}:ie={...I},E<b)u()||r.push(e[o]),o++;else if(M<g)u()||r.push(t[a]),a++;else{const N={st:Math.min(g,b),ed:Math.max(g,b),ts:g<b?{...I}:{...V},sId:g<b?void 0:Y};N.ed>N.st&&r.push(N),r.push({st:Math.max(g,b),ed:Math.min(E,M),ts:ie,sId:Y}),E<M?(o++,t[a].st=E,t[a].st===t[a].ed&&a++):(a++,e[o].st=M,e[o].st===e[o].ed&&o++);const T={st:Math.min(E,M),ed:Math.max(E,M),ts:E<M?{...V}:{...I},sId:E<M?Y:void 0};l=T.ed>T.st?T:null}}u();const c=r[r.length-1],h=e[s-1],d=t[i-1];return c&&c.ed!==Math.max(h.ed,d.ed)&&(h.ed>d.ed?r.push(h):r.push(d)),rr(r)}function U_(e,t,n,r,s){const{paragraphs:i}=e,{paragraphs:o}=t;if(i==null||o==null)return;const a=$l(e,n,r);if(s!==Pe.REPLACE){const l=[];for(const u of o){const{startIndex:c,paragraphStyle:h,bullet:d}=u;let g=[];for(const E of a){const{startIndex:I,paragraphStyle:b,bullet:M}=E;let V,Y;if(s===Pe.COVER?(V={...b,...h},Y={listId:"",listType:Pt.BULLET_LIST,nestingLevel:0,textStyle:{},...M,...d}):(V={...h,...b},Y={listId:"",listType:Pt.BULLET_LIST,nestingLevel:0,textStyle:{},...d,...M}),c===I){g.push({startIndex:c,paragraphStyle:V,bullet:Y});break}}l.push(...g),g=[]}t.paragraphs=l}return Dl(e,t,n,r),a}function P_(e,t,n,r,s){const{sectionBreaks:i}=e,{sectionBreaks:o}=t;if(i==null||o==null)return;const a=Hl(e,n,r);if(s!==Pe.REPLACE){const l=[];for(const u of o){const{startIndex:c}=u;let h=[];for(const d of a){const{startIndex:g}=d;if(c===g){s===Pe.COVER?h.push({...d,...u}):h.push({...u,...d});break}}l.push(...h),h=[]}t.sectionBreaks=l}return Ll(e,t,n,r),a}function k_(e,t,n,r,s){const{customBlocks:i=[]}=e,{customBlocks:o}=t;if(i==null||o==null)return;const a=Wl(e,n,r);if(s!==Pe.REPLACE){const l=[];for(const u of o){const{startIndex:c}=u;let h=[];for(const d of a){const{startIndex:g}=d;if(c===g){s===Pe.COVER?h.push({...d,...u}):h.push({...u,...d});break}}l.push(...h),h=[]}t.customBlocks=l}return Ul(e,t,n,r),i.length&&!e.customBlocks&&(e.customBlocks=i),a}function F_(e,t,n,r,s){const{tables:i}=e,{tables:o}=t;if(i==null||o==null)return;const a=jl(e,n,r);if(s!==Pe.REPLACE){const l=[];for(const u of o){const{startIndex:c,endIndex:h}=u;let d=[];for(const g of a){const{startIndex:E,endIndex:I}=g;if(E>=c&&I<=h){s===Pe.COVER?d.push({...g,...u}):d.push({...u,...g});break}}l.push(...d),d=[]}t.tables=l}return Pl(e,t,n,r),a}function x_(e,t,n,r,s){e.customRanges||(e.customRanges=[]),oi(e.customRanges,r),oi(e.customRanges,r+n);const i=r,o=r+n-1,{customRanges:a}=t,l=[],u=new Map;e.customRanges.forEach(h=>{const{startIndex:d,endIndex:g}=h;d>=i&&g<=o?u.set(h.rangeId,h):l.push(h)});const c=[];return a?(a.forEach(h=>{const{startIndex:d,endIndex:g}=h;l.push({...h,startIndex:d+r,endIndex:g+r})}),e.customRanges=ii(l),c):[]}function B_(e,t,n,r,s){e.customDecorations||(e.customDecorations=[]),ai(e.customDecorations,r),ai(e.customDecorations,r+n);const i=[],{customDecorations:o}=e,{customDecorations:a=[]}=t;if(s===Pe.REPLACE){for(let l=0;l<o.length;l++){const u=o[l],{startIndex:c,endIndex:h}=u;c>=r&&h<=r+n-1&&i.push(u)}a.forEach(l=>{const{startIndex:u,endIndex:c}=l;o.push({...l,startIndex:u+r,endIndex:c+r})})}else for(const l of a){const{id:u}=l;if(l.type===an.DELETED){const c=o.filter(h=>h.id===u);c.length&&i.push(...c)}else o.push({...l,startIndex:l.startIndex+r,endIndex:l.endIndex+r})}for(const l of i){const{id:u}=l,c=o.findIndex(h=>h.id===u);c!==-1&&o.splice(c,1)}return e.customDecorations=xl(o),i}var li=(e=>(e[e.copy=0]="copy",e[e.cut=1]="cut",e))(li||{});function ss(e,t,n,r=!0){const{textRuns:s}=e;if(s){const i=[];for(const o of s){const a=ne.deepClone(o),{st:l,ed:u}=a;ne.hasIntersectionBetweenTwoRanges(l,u,t,n)&&(t>=l&&t<=u?i.push({...a,st:t,ed:Math.min(n,u)}):n>=l&&n<=u?i.push({...a,st:Math.max(t,l),ed:n}):i.push(a))}return rr(i.map(o=>{const{st:a,ed:l}=o;return{...o,st:a-t,ed:l-t}}))}else if(r)return[{st:0,ed:n-t,ts:{}}]}function Vl(e,t,n){const{tables:r=[]}=e,s=[];for(const i of r){const o=ne.deepClone(i),{startIndex:a,endIndex:l}=o;a>=t&&l<=n&&s.push({...o,startIndex:a-t,endIndex:l-t})}return s}function Kl(e,t,n){const{paragraphs:r=[]}=e,s=[];for(const i of r){const{startIndex:o}=i;if(o>=t&&o<n){const a=ne.deepClone(i);s.push(a)}}if(s.length)return s.map(i=>({...i,startIndex:i.startIndex-t}))}function $_(e,t,n){const{sectionBreaks:r=[]}=e,s=[];for(const i of r){const{startIndex:o}=i;o>=t&&o<=n&&s.push(ne.deepClone(i))}if(s.length)return s.map(i=>({...i,startIndex:i.startIndex-t}))}function Xl(e,t,n){const{customBlocks:r=[]}=e,s=[];for(const i of r){const{startIndex:o}=i;o>=t&&o<n&&s.push(ne.deepClone(i))}if(s.length)return s.map(i=>({...i,startIndex:i.startIndex-t}))}function Nt(e,t,n,r=!0,s=1){const{dataStream:i}=e,o={dataStream:i.slice(t,n)};o.textRuns=ss(e,t,n,r);const a=Vl(e,t,n);if(a.length&&(o.tables=a),o.paragraphs=Kl(e,t,n),s===1){const u=Jl(e,t,n);u?o.customDecorations=u:r&&(o.customDecorations=[])}const{customRanges:l}=ql(e,t,n);return l?o.customRanges=l:r&&(o.customRanges=[]),o.customBlocks=Xl(e,t,n),o}function H_(e){const{dataStream:t,textRuns:n,paragraphs:r,customRanges:s,customDecorations:i,tables:o}=e;let a=0,l=0;s==null||s.forEach(c=>{c.startIndex<0&&(a=Math.max(a,-c.startIndex)),c.endIndex>t.length-1&&(l=Math.max(l,c.endIndex-t.length+1))});const u=`${t}`;return n&&(n[0]&&(n[0].st=n[0].st-a),n[n.length-1]&&(n[n.length-1].ed=n[n.length-1].ed+l)),n==null||n.forEach(c=>{c.st+=a,c.ed+=a}),r==null||r.forEach(c=>{c.startIndex+=a}),s==null||s.forEach(c=>{c.startIndex+=a,c.endIndex+=a}),i==null||i.forEach(c=>{c.startIndex+=a,c.endIndex+=l}),o==null||o.forEach(c=>{c.startIndex+=a,c.endIndex+=l}),{...e,dataStream:u,textRuns:n,paragraphs:r,customRanges:s,customDecorations:i,tables:o}}function ql(e,t,n){if(e.customRanges==null)return{};const{customRanges:r}=e;return{customRanges:r.filter(a=>Math.max(a.startIndex,t)<=Math.min(a.endIndex,n-1)).map(a=>({...a,startIndex:Math.max(a.startIndex,t),endIndex:Math.min(a.endIndex,n-1)})).map(a=>({...a,startIndex:a.startIndex-t,endIndex:a.endIndex-t})),leftOffset:0,rightOffset:0}}function Jl(e,t,n){if(e.customDecorations==null)return;const{customDecorations:r=[]}=e,s=[];return r.forEach(i=>{if(Math.max(i.startIndex,t)<=Math.min(i.endIndex,n-1)){const o=ne.deepClone(i);s.push({...o,startIndex:Math.max(o.startIndex-t,0),endIndex:Math.min(o.endIndex,n-1)-t})}}),s}function W_(e,t,n){return e==null||t==null?e!=null?e:t:Gl(e,t,n)}function j_(e,t,n){if(e==null||t==null)return e!=null?e:t;if(t.length===0||e.length===0)return e;if(t.length>1||e.length>1)throw new Error("Cannot cover multiple customRanges");return n===Pe.REPLACE?[{...e[0]}]:[{...t[0],...e[0]}]}function Y_(e,t,n){return t.length===0||e.length===0||n===Pe.REPLACE?e:[...e,...t.filter(r=>!e.some(s=>r.id===s.id))]}function ui(e,t,n=Pe.COVER){if(t.dataStream!=="")throw new Error("Cannot compose other body with non-empty dataStream");const r={dataStream:e.dataStream},{textRuns:s,paragraphs:i=[],customRanges:o,customDecorations:a=[]}=e,{textRuns:l,paragraphs:u=[],customRanges:c,customDecorations:h=[]}=t;r.textRuns=W_(l,s,n),r.customRanges=j_(c,o,n);const d=Y_(h,a,n);d.length&&(r.customDecorations=d);const g=[];let E=0,I=0;for(;E<i.length&&I<u.length;){const b=i[E],M=u[I],{startIndex:V}=b,{startIndex:Y}=M;V===Y?(g.push(ne.deepMerge(b,M)),E++,I++):V<Y?(g.push(ne.deepClone(b)),E++):(g.push(ne.deepClone(M)),I++)}return E<i.length&&g.push(...i.slice(E)),I<u.length&&g.push(...u.slice(I)),g.length&&(r.paragraphs=g),r}function z_(e){const{body:t}=e;if(t==null)return!0;const{textRuns:n,paragraphs:r,customRanges:s,customBlocks:i,customDecorations:o,tables:a}=t;return n==null&&r==null&&s==null&&i==null&&o==null&&a==null}class yn{constructor(t){R(this,"_index",0);R(this,"_offset",0);this._actions=t}hasNext(){return this.peekLength()<Number.POSITIVE_INFINITY}next(t){t||(t=Number.POSITIVE_INFINITY);const n=this._actions[this._index];if(n){const r=this._offset,s=n.len;return t>=s-r?(t=s-r,this._index+=1,this._offset=0):this._offset+=t,n.t===ue.DELETE||n.t===ue.RETAIN&&n.body==null?ne.deepClone({...n,len:t}):ne.deepClone({...n,len:t,body:Nt(n.body,r,r+t,!1)})}else return{t:ue.RETAIN,len:Number.POSITIVE_INFINITY}}peek(){return this._actions[this._index]}peekLength(){return this._actions[this._index]?this._actions[this._index].len-this._offset:Number.POSITIVE_INFINITY}peekType(){const t=this._actions[this._index];return t?t.t:ue.RETAIN}rest(){if(this.hasNext()){if(this._offset===0)return this._actions.slice(this._index);{const t=this._offset,n=this._index,r=this.next(),s=this._actions.slice(this._index);return this._offset=t,this._index=n,[r].concat(s)}}else return[]}}class dn{constructor(){R(this,"cursor",0)}reset(){return this.cursor=0,this}moveCursor(t){this.cursor+=t}moveCursorTo(t){this.cursor=t}}function Zl(e,t,n){const{dataStream:r}=e,s=n,i=n+t,o=Bl(e,t,n),a=$l(e,t,n),l=Hl(e,t,n),u=Wl(e,t,n),c=jl(e,t,n),h=T_(e,t,n),d=y_(e,t,n);let g="";return r&&(e.dataStream=ko(r,s,i),g=r.slice(s,i)),{dataStream:g,textRuns:o,paragraphs:a,sectionBreaks:l,customBlocks:u,tables:c,customRanges:h,customDecorations:d}}function Ql(e,t,n,r){e.dataStream=Po(e.dataStream,r,t.dataStream),Ml(e,t,n,r),Dl(e,t,n,r),Ll(e,t,n,r),Ul(e,t,n,r),Pl(e,t,n,r),b_(e,t,n,r),A_(e,t,n,r)}function G_(e,t,n,r,s=Pe.COVER){return D_(e,t,n,r,s)}function V_(e,t,n){return t<=0?{dataStream:""}:Zl(e,t,n)}function K_(e,t,n,r){n!==0&&Ql(e,t,n,r)}function X_(e,t){const n=new dn;return n.reset(),t.forEach(r=>{const s=ne.deepClone(r);switch(s.t){case ue.RETAIN:{const{coverType:i,body:o,len:a}=s;o!=null&&G_(e,o,a,n.cursor,i),n.moveCursor(a);break}case ue.INSERT:{const{body:i,len:o}=s;K_(e,i,o,n.cursor),n.moveCursor(o);break}case ue.DELETE:{const{len:i}=s;V_(e,i,n.cursor);break}default:throw new Error(`Unknown action type for action: ${s}.`)}}),e}function q_(e,t,n,r,s){if(e==null||t==null)return t;if(e.length===0||t.length===0)return[];t=ne.deepClone(t),e=ne.deepClone(e);const i=[],o=t.length,a=e.length;let l=0,u=0,c=null;function h(){return c?(i.push(c),c=null,!0):!1}for(;l<o&&u<a;){const{st:I,ed:b,ts:M}=t[l],{st:V,ed:Y,ts:ie,sId:N}=e[u];let T={};if(s===0)T={...M},n===Pe.COVER&&r===Pe.REPLACE&&ie&&(T=Object.assign({},ie,T));else if(T={...M},n===Pe.REPLACE){if(r===Pe.REPLACE)T={...ie};else if(M&&ie){const j=Object.keys(M);for(const Q of j)ie[Q]&&delete T[Q]}}else if(r===Pe.REPLACE){if(ie){const j=Object.keys(ie);for(const Q of j)ie[Q]!==void 0&&(T[Q]=ie[Q])}}else if(ie){const j=Object.keys(ie);for(const Q of j)T[Q]!==void 0&&delete T[Q]}if(b<V)h()||i.push(t[l]),l++;else if(Y<I)h()||i.push(e[u]),u++;else{const j={st:Math.min(I,V),ed:Math.max(I,V),ts:I<V?{...M}:{...ie}};j.ed>j.st&&i.push(),i.push({st:Math.max(I,V),ed:Math.min(b,Y),ts:T,sId:N}),b<Y?(l++,e[u].st=b,e[u].st===e[u].ed&&u++):(u++,t[l].st=Y,t[l].st===t[l].ed&&l++);const Q={st:Math.min(b,Y),ed:Math.max(b,Y),ts:b<Y?{...ie}:{...M},sId:b<Y?N:void 0};c=Q.ed>Q.st?Q:null}}h();const d=i[i.length-1],g=t[o-1],E=e[a-1];return d.ed!==Math.max(g.ed,E.ed)&&(g.ed>E.ed?i.push(g):i.push(E)),rr(i,!0)}function J_(e,t,n,r,s){if(e==null||t==null)return t;if(e.length===0||t.length===0)return[];if(e.length>1||t.length>1)throw new Error("CustomRanges is only supported transform for length one now.");const i=e[0],o=t[0];if(n===Pe.REPLACE)return s===1?[ne.deepClone(i)]:[ne.deepClone(o)];if(r===Pe.REPLACE){const a=ne.deepClone(o);return s===1&&Object.assign(a,ne.deepClone(i)),[a]}else{const a=ne.deepClone(o);return s===1&&Object.assign(a,ne.deepClone(i)),[a]}}function eu(e,t,n,r,s){const i={startIndex:t.startIndex};if(t.paragraphStyle&&(i.paragraphStyle=ne.deepClone(t.paragraphStyle),e.paragraphStyle)){if(n===Pe.REPLACE)if(r===Pe.REPLACE)s===1&&(i.paragraphStyle={...e.paragraphStyle});else if(s===1){const o=Object.keys(e.paragraphStyle);for(const a of o)e.paragraphStyle[a]!==void 0&&(i.paragraphStyle[a]=e.paragraphStyle[a])}else{const o=Object.keys(e.paragraphStyle);for(const a of o)i.paragraphStyle[a]===void 0&&(i.paragraphStyle[a]=e.paragraphStyle[a])}else if(r===Pe.REPLACE)if(s===1){const o=Object.keys(e.paragraphStyle);for(const a of o)e.paragraphStyle[a]!==void 0&&(i.paragraphStyle[a]=e.paragraphStyle[a])}else{const o=Object.keys(e.paragraphStyle);for(const a of o)i.paragraphStyle[a]===void 0&&(i.paragraphStyle[a]=e.paragraphStyle[a])}else if(s===1){const o=Object.keys(e.paragraphStyle);for(const a of o)i.paragraphStyle[a]&&delete i.paragraphStyle[a]}}return n===Pe.REPLACE&&r===Pe.REPLACE?i.bullet=s===1?ne.deepClone(e.bullet):ne.deepClone(t.bullet):e.bullet===void 0?i.bullet=ne.deepClone(t.bullet):n===Pe.REPLACE||r===Pe.REPLACE?i.bullet=s===0&&t.bullet?ne.deepClone(t.bullet):ne.deepClone(e.bullet):s===0&&t.bullet!==void 0&&(i.bullet=ne.deepClone(t.bullet)),i}function Z_(e,t){if(e==null||t==null)return t;if(e.length===0||t.length===0)return ne.deepClone(t);const n=[];for(const r of t){const{id:s,type:i}=r;let o=!1;for(const a of e)if(a.id===s){(a.type===an.DELETED||i===an.DELETED)&&(o=!0,n.push({...r,type:an.DELETED}));break}o||n.push(r)}return n}function Q_(e,t,n=!1){const{body:r,coverType:s=Pe.COVER}=e,{body:i,coverType:o=Pe.COVER}=t;if(r==null||r.dataStream!==""||i==null||i.dataStream!=="")throw new Error("Data stream is not supported in retain transform.");const a={dataStream:""},l=o,{textRuns:u,paragraphs:c=[],customRanges:h,customDecorations:d}=r,{textRuns:g,paragraphs:E=[],customRanges:I,customDecorations:b}=i,M=q_(u,g,s,o,n?1:0);M&&(a.textRuns=M);const V=J_(h,I,s,o,n?1:0);V&&(a.customRanges=V);const Y=Z_(d,b);Y&&(a.customDecorations=Y);const ie=[];let N=0,T=0;for(;N<c.length&&T<E.length;){const j=c[N],Q=E[T],{startIndex:ge}=j,{startIndex:ce}=Q;if(ge===ce){let p={startIndex:ge};n?p=eu(j,Q,s,o,1):p=eu(j,Q,s,o,0),ie.push(p),N++,T++}else ge<ce?N++:(ie.push(ne.deepClone(Q)),T++)}return T<E.length&&ie.push(...E.slice(T)),ie.length&&(a.paragraphs=ie),{coverType:l,body:a}}function tu(e){return Object.keys(e).length===1}const Un=class Un{constructor(){R(this,"_actions",[])}static apply(t,n){return X_(t,n)}static compose(t,n){const r=new yn(t),s=new yn(n),i=new Un;for(;r.hasNext()||s.hasNext();)if(s.peekType()===ue.INSERT)i.push(s.next());else if(r.peekType()===ue.DELETE)i.push(r.next());else{const o=Math.min(r.peekLength(),s.peekLength()),a=r.next(o),l=s.next(o);if(a.t===ue.INSERT&&l.t===ue.RETAIN)l.body==null?i.push(a):i.push({...a,body:ui(a.body,l.body,l.coverType)});else if(a.t===ue.RETAIN&&l.t===ue.RETAIN)if(a.body==null&&l.body==null)i.push(a.len!==Number.POSITIVE_INFINITY?a:l);else if(a.body&&l.body){const u=a.coverType===Pe.REPLACE||l.coverType===Pe.REPLACE?Pe.REPLACE:Pe.COVER;i.push({...a,t:ue.RETAIN,coverType:u,body:ui(a.body,l.body,l.coverType)})}else i.push(a.body?a:l);else a.t===ue.RETAIN&&l.t===ue.DELETE?i.push(l):a.t===ue.INSERT&&(l.t,ue.DELETE)}return i.trimEndUselessRetainAction(),i.serialize()}static transform(t,n,r="right"){return this._transform(n,t,r==="left"?"right":"left")}static _transform(t,n,r="right"){const s=new yn(t),i=new yn(n),o=new Un;for(;s.hasNext()||i.hasNext();)if(s.peekType()===ue.INSERT&&(r==="left"||i.peekType()!==ue.INSERT)){const a=s.next();o.retain(a.len)}else if(i.peekType()===ue.INSERT)o.push(i.next());else{const a=Math.min(s.peekLength(),i.peekLength()),l=s.next(a),u=i.next(a);if(l.t===ue.DELETE)continue;if(u.t===ue.DELETE){o.push(u);continue}if(l.body==null||u.body==null)o.push(u);else{const{coverType:c,body:h}=Q_(l,u,r==="left");o.push({...u,t:ue.RETAIN,coverType:c,body:h})}}return o.trimEndUselessRetainAction(),o.serialize()}static transformPosition(t,n,r=!1){const s=new yn(t);let i=0;for(;s.hasNext()&&i<=n;){const o=s.peekLength(),a=s.peekType();if(s.next(),a===ue.DELETE){n-=Math.min(o,n-i);continue}else a===ue.INSERT&&(i<n||!r)&&(n+=o);i+=o}return n}static isNoop(t){return t.length===0}static invert(t){const n=[];for(const r of t)if(r.t===ue.INSERT)n.push({t:ue.DELETE,len:r.len,body:r.body});else if(r.t===ue.DELETE){if(r.body==null)throw new Error("Can not invert DELETE action without body property, makeInvertible must be called first.");n.push({t:ue.INSERT,body:r.body,len:r.len})}else if(r.body!=null){if(r.oldBody==null)throw new Error("Can not invert RETAIN action without oldBody property, makeInvertible must be called first.");n.push({t:ue.RETAIN,body:r.oldBody,oldBody:r.body,len:r.len,coverType:Pe.REPLACE})}else n.push(r);return n}static makeInvertible(t,n){const r=[];let s=0;for(const i of t){if(i.t===ue.DELETE&&(i.body==null||i.body&&i.body.dataStream.length!==i.len)){const o=Nt(n,s,s+i.len,!1);i.len=o.dataStream.length,i.body=o}if(i.t===ue.RETAIN&&i.body!=null){const o=Nt(n,s,s+i.len,!0);i.oldBody={...o,dataStream:""},i.len=o.dataStream.length}r.push(i),i.t!==ue.INSERT&&(s+=i.len)}return r}insert(t,n){const r={t:ue.INSERT,body:n,len:t};return this.push(r),this}retain(t,n,r){const s={t:ue.RETAIN,len:t};return n!=null&&(s.body=n),r!=null&&(s.coverType=r),this.push(s),this}delete(t){const n={t:ue.DELETE,len:t};return this.push(n),this}empty(){return this._actions=[],this}serialize(){return this._actions}push(...t){if(t.length>1){for(const i of t)this.push(i);return this}let n=this._actions.length,r=this._actions[n-1];const s=ne.deepClone(t[0]);if(s.t===ue.RETAIN&&s.len===0&&s.body==null)return this;if(typeof r=="object"){if(r.t===ue.DELETE&&s.t===ue.DELETE)return r.len+=s.len,this;if(r.t===ue.DELETE&&s.t===ue.INSERT&&(n-=1,r=this._actions[n-1],r==null))return this._actions.unshift(s),this;if(r.t===ue.RETAIN&&s.t===ue.RETAIN&&r.body==null&&s.body==null)return r.len+=s.len,this;if(r.t===ue.INSERT&&tu(r.body)&&s.t===ue.INSERT&&tu(s.body))return r.len+=s.len,r.body.dataStream+=s.body.dataStream,this}return n===this._actions.length?this._actions.push(s):this._actions.splice(n,0,s),this}trimEndUselessRetainAction(){let t=this._actions[this._actions.length-1];for(;t&&t.t===ue.RETAIN&&z_(t);)this._actions.pop(),t=this._actions[this._actions.length-1];return this}};R(Un,"id","text-x"),R(Un,"uri","https://github.com/dream-num/univer#text-x");let Ye=Un;Object.defineProperty(Ye,"name",{value:"text-x"});const Pn=class Pn{static registerSubtype(t){var n;t==null||this._subTypes.has(t.name)&&((n=this._subTypes.get(t.name))==null?void 0:n.id)!==Ye.id||(this._subTypes.set(t.name,t),_t.type.registerSubtype(t))}static apply(t,n){if(!_t.type.isNoop(n))return _t.type.apply(t,n)}static compose(t,n){return _t.type.compose(t,n)}static transform(t,n,r){return _t.type.transform(t,n,r)}static transformPosition(t,n,r="right"){return t&&t.length===2&&t[0]==="body"&&t[1].et===Ye.name?Ye.transformPosition(t[1].e,n,r==="left"):n}static invertWithDoc(t,n){return _t.type.invertWithDoc(t,n)}static isNoop(t){return _t.type.isNoop(t)}static getInstance(){return this._instance==null&&(this._instance=new Pn),this._instance}removeOp(t,n){return _t.removeOp(t,n)}moveOp(t,n){return _t.moveOp(t,n)}insertOp(t,n){return _t.insertOp(t,n)}replaceOp(t,n,r){return _t.replaceOp(t,n,r)}editOp(t,n=["body"]){return _t.editOp(n,Ye.name,t)}};R(Pn,"uri","https://github.com/dream-num/univer#json-x"),R(Pn,"_subTypes",new Map),R(Pn,"_instance",null);let Wt=Pn;Wt.registerSubtype(Ye);const ci={id:"default_doc",documentStyle:{}};class ep extends Zr{constructor(n){var r;super();R(this,"type",$e.UNIVER_DOC);R(this,"_name$",new Ce.BehaviorSubject(""));R(this,"name$",this._name$.asObservable());R(this,"snapshot");this.snapshot={...ci,...n},this._name$.next((r=this.snapshot.title)!=null?r:"No Title")}getUnitId(){throw new Error("Method not implemented.")}getRev(){var n;return(n=this.snapshot.rev)!=null?n:1}incrementRev(){this.snapshot.rev=this.getRev()+1}setRev(n){this.snapshot.rev=n}setName(n){this.snapshot.title=n,this._name$.next(n)}get drawings(){return this.snapshot.drawings}get documentStyle(){return this.snapshot.documentStyle}get lists(){return this.snapshot.lists}get zoomRatio(){var n;return((n=this.snapshot.settings)==null?void 0:n.zoomRatio)||1}resetDrawing(n,r){this.snapshot.drawings=n,this.snapshot.drawingsOrder=r}getBody(){return this.snapshot.body}getSnapshot(){return this.snapshot}getBulletPresetList(){var s;const n=(s=this.snapshot.lists)!=null?s:{};return{...sr,...n}}updateDocumentId(n){this.snapshot.id=n}updateDocumentRenderConfig(n){const{documentStyle:r}=this.snapshot;r.renderConfig==null?r.renderConfig=n:r.renderConfig={...r.renderConfig,...n}}getDocumentStyle(){return this.snapshot.documentStyle}updateDocumentStyle(n){this.snapshot.documentStyle==null?this.snapshot.documentStyle=n:this.snapshot.documentStyle={...this.snapshot.documentStyle,...n}}updateDocumentDataMargin(n){const{t:r,l:s,b:i,r:o}=n,{documentStyle:a}=this.snapshot;r!=null&&(a.marginTop=r),s!=null&&(a.marginLeft=s),i!=null&&(a.marginBottom=i),o!=null&&(a.marginRight=o)}updateDocumentDataPageSize(n,r){const{documentStyle:s}=this.snapshot;if(!s.pageSize){n=n!=null?n:Number.POSITIVE_INFINITY,r=r!=null?r:Number.POSITIVE_INFINITY,s.pageSize={width:n,height:r};return}n!==void 0&&(s.pageSize.width=n),r!==void 0&&(s.pageSize.height=r)}updateDrawing(n,r){const{drawings:s}=this,{width:i,height:o,left:a,top:l}=r,u=s==null?void 0:s[n];if(!u)return;const c=u.docTransform;c.size.width=i,c.size.height=o,c.positionH.posOffset=a,c.positionV.posOffset=l}setZoomRatio(n=1){this.snapshot.settings==null?this.snapshot.settings={zoomRatio:n}:this.snapshot.settings.zoomRatio=1}setDisabled(n){this.snapshot.disabled=n}getDisabled(){return this.snapshot.disabled}getTitle(){return this.snapshot.title}}class Mt extends ep{constructor(n){var s,i;super(ne.isEmptyObject(n)?E_():n);R(this,"_unitId");R(this,"headerModelMap",new Map);R(this,"footerModelMap",new Map);R(this,"change$",new Ce.BehaviorSubject(0));const r=6;this._unitId=(s=this.snapshot.id)!=null?s:ne.generateRandomId(r),this._initializeHeaderFooterModel(),this._name$.next((i=this.snapshot.title)!=null?i:"")}dispose(){super.dispose(),this.headerModelMap.forEach(n=>{n.dispose()}),this.footerModelMap.forEach(n=>{n.dispose()}),this._name$.complete()}getDrawings(){return this.snapshot.drawings}getDrawingsOrder(){return this.snapshot.drawingsOrder}getCustomRanges(){var n;return(n=this.snapshot.body)==null?void 0:n.customRanges}getCustomDecorations(){var n;return(n=this.snapshot.body)==null?void 0:n.customDecorations}getSettings(){return this.snapshot.settings}reset(n){if(n.id&&n.id!==this._unitId)throw new Error("Cannot reset a document model with a different unit id!");this.snapshot={...ci,...n},this._initializeHeaderFooterModel(),this.change$.next(this.change$.value+1)}getSelfOrHeaderFooterModel(n){if(n!=null){if(this.headerModelMap.has(n))return this.headerModelMap.get(n);if(this.footerModelMap.has(n))return this.footerModelMap.get(n)}return this}getUnitId(){return this._unitId}apply(n){if(!Wt.isNoop(n))return this.snapshot=Wt.apply(this.snapshot,n),n!=null&&n.some(r=>Array.isArray(r)&&((r==null?void 0:r[0])==="headers"||(r==null?void 0:r[0])==="footers"))&&(this.headerModelMap.clear(),this.footerModelMap.clear(),this._initializeHeaderFooterModel()),this.change$.next(this.change$.value+1),this.snapshot}sliceBody(n,r,s=li.copy){const i=this.getBody();if(i!=null)return Nt(i,n,r,!1,s)}_initializeHeaderFooterModel(){const{headers:n,footers:r}=this.getSnapshot();if(n)for(const s in n){const i=n[s];this.headerModelMap.set(s,new Mt(i)),this.headerModelMap.get(s).updateDocumentId(this.getUnitId())}if(r)for(const s in r){const i=r[s];this.footerModelMap.set(s,new Mt(i)),this.footerModelMap.get(s).updateDocumentId(this.getUnitId())}}updateDocumentId(n){super.updateDocumentId(n),this._unitId=n}getPlainText(){var n,r;return Gr((r=(n=this.getBody())==null?void 0:n.dataStream)!=null?r:"")}}function tp(e){const{ranges:t,id:n,type:r}=e,s=new Ye;let i=0;for(let o=0;o<t.length;o++){const a=t[o],{startOffset:l,endOffset:u}=a;l>0&&s.push({t:ue.RETAIN,len:l-i}),s.push({t:ue.RETAIN,body:{dataStream:"",customDecorations:[{id:n,type:r,startIndex:0,endIndex:u-l-1}]},len:u-l}),i=u}return s}function np(e){var c,h,d;const{id:t,segmentId:n,documentDataModel:r}=e,s=r==null?void 0:r.getBody();if(!r||!s)return!1;const i=(d=(h=(c=r.getSelfOrHeaderFooterModel(n))==null?void 0:c.getBody())==null?void 0:h.customDecorations)==null?void 0:d.find(g=>g.id===t);if(!i)return!1;const o=new Ye,{startIndex:a,endIndex:l}=i,u=l-a+1;return o.push({t:ue.RETAIN,len:a}),o.push({t:ue.RETAIN,len:u,body:{dataStream:"",customDecorations:[{startIndex:0,endIndex:u-1,id:t,type:an.DELETED}]}}),o}function nu(e,t,n,r){return e<=n&&t>=n||e>=n&&e<=r}function rp(e,t){const n=[];for(let r=0,s=t.length;r<s;r++){const i=t[r];e.collapsed?i.startIndex<e.startOffset&&e.startOffset<=i.endIndex&&n.push(i):nu(e.startOffset,e.endOffset-1,i.startIndex,i.endIndex)&&n.push(i)}return n}function sp(e){return{...ne.deepClone(e),rangeId:Bt()}}function ip(e,t){const n=[];let r=e[0];for(const s of t)s<e[0]||s>e[1]||(r<s&&n.push([r,s-1]),r=s+1);return r<=e[1]&&n.push([r,e[1]]),n}function ru(e,t,n,r){const s=[];for(let i=0,o=n.length;i<o;i++){const a=n[i];if((r===void 0||a.rangeType===r)&&Math.max(a.startIndex,e)<=Math.min(a.endIndex,t)&&s.push({...a}),a.startIndex>t)break}return s}function op(e,t){var i,o,a,l,u;const n=ru(e.startOffset,e.collapsed?e.startOffset:e.endOffset-1,(i=t.customRanges)!=null?i:[]),r=Math.min(e.startOffset,(a=(o=n[0])==null?void 0:o.startIndex)!=null?a:1/0),s=Math.max(e.endOffset,((u=(l=n[n.length-1])==null?void 0:l.endIndex)!=null?u:-1/0)+1);return{startOffset:r,endOffset:s,collapsed:r===s}}function ap(e){var h,d,g;const{rangeId:t,segmentId:n,documentDataModel:r,insert:s}=e,i=(d=(h=r.getSelfOrHeaderFooterModel(n).getBody())==null?void 0:h.customRanges)==null?void 0:d.find(E=>E.rangeId===t);if(!i)return!1;const{startIndex:o,endIndex:a}=i,l=new Ye,u=a-o+1;l.push({t:ue.RETAIN,len:o}),l.push({t:ue.RETAIN,len:u,body:{dataStream:"",customRanges:[]}}),s&&l.push({t:ue.INSERT,body:s,len:s.dataStream.length});const c=a+1+((g=s==null?void 0:s.dataStream.length)!=null?g:0);return l.selections=[{startOffset:c,endOffset:c,collapsed:!0}],l}function lp(e){const{ranges:t,rangeId:n,rangeType:r,wholeEntity:s,properties:i,body:o}=e;let a=0;const l=new Ye;let u=!1;return t.forEach(c=>{var Y,ie,N;const h=op(c,o);if(!h||!o)return!1;const{startOffset:d,endOffset:g}=h,E=(Y=o.customRanges)!=null?Y:[],I=(T,j,Q)=>{var O,L,A,w;const ge=ru(T,j,E,r),ce=Math.min((L=(O=ge[0])==null?void 0:O.startIndex)!=null?L:1/0,T),p=Math.max((w=(A=ge[ge.length-1])==null?void 0:A.endIndex)!=null?w:-1/0,j),W={rangeId:Q?`${n}$${Q}`:n,rangeType:r,startIndex:0,endIndex:p-ce,wholeEntity:s,properties:{...i}};l.push({t:ue.RETAIN,len:ce-a}),l.push({t:ue.RETAIN,len:p-ce+1,body:{dataStream:"",customRanges:[W]},coverType:Pe.COVER}),a=p+1},b=((ie=o.paragraphs)!=null?ie:[]).filter(T=>T.startIndex<g&&T.startIndex>d),M=((N=o.customBlocks)!=null?N:[]).filter(T=>T.startIndex<g&&T.startIndex>d);ip([d,g-1],[...b.map(T=>T.startIndex),...M.map(T=>T.startIndex)]).forEach(([T,j],Q)=>I(T,j,Q)),u=!0,l.selections=[{startOffset:h.endOffset,endOffset:h.endOffset,collapsed:!0}]}),u?l:!1}function su(e,t,n=0,r=null,s=!0){e.sort((u,c)=>u.startOffset-c.startOffset);const i=[],{paragraphs:o=[]}=t,a=o==null?void 0:o.find(u=>u.startIndex>=e[0].startOffset&&u.startIndex<e[0].endOffset);let l=n;if(e.forEach(u=>{const{startOffset:c,endOffset:h}=u;c>l&&(i.push({t:ue.RETAIN,len:c-l}),l=c),l<h&&(i.push({t:ue.DELETE,len:h-l}),l=h)}),r&&i.push({t:ue.INSERT,body:r,len:r.dataStream.length}),a&&s){const u=o.find(c=>c.startIndex-n>=e[e.length-1].endOffset-1);u&&(u.startIndex>l&&(i.push({t:ue.RETAIN,len:u.startIndex-l}),l=u.startIndex),i.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{...u,startIndex:0,bullet:a==null?void 0:a.bullet}]},coverType:Pe.REPLACE}))}return i}function up(e,t,n=0){const r=[];let s=n;return e.forEach(i=>{const{startOffset:o,endOffset:a}=i;o>s&&(r.push({t:ue.RETAIN,len:o-s}),s=o),a>s&&(r.push({t:ue.RETAIN,len:a-s,body:{...ne.deepClone(t),dataStream:""}}),s=a)}),r}const cp=e=>{var h;const{selection:t,body:n,doc:r}=e,s=t.segmentId,i=(h=r.getSelfOrHeaderFooterModel(s))==null?void 0:h.getBody();if(!i)return!1;const o=t.collapsed?null:Nt(i,t.startOffset,t.endOffset),a=qs(o?o.dataStream:"",n.dataStream);let l=0;const u=a.map(([d,g])=>{switch(d){case 0:{const E={t:ue.RETAIN,body:{...Nt(n,l,l+g.length,!1),dataStream:""},len:g.length};return l+=g.length,E}case 1:{const E={t:ue.INSERT,body:Nt(n,l,l+g.length),len:g.length};return l+=g.length,E}default:return{t:ue.DELETE,len:g.length}}}),c=new Ye;return c.push({t:ue.RETAIN,len:t.startOffset}),c.push(...u),c};function hp(e,t){return!!((e==null?void 0:e.length)===(t==null?void 0:t.length)&&(e!=null&&e.every((n,r)=>JSON.stringify(n)===JSON.stringify(t==null?void 0:t[r]))))}const dp=e=>{var h;const{selection:t,body:n,doc:r}=e,s=t.segmentId,i=(h=r.getSelfOrHeaderFooterModel(s))==null?void 0:h.getBody();if(!i)return!1;const o=t.collapsed?null:Nt(i,t.startOffset,t.endOffset),a=qs(o?o.dataStream:"",n.dataStream);let l=0;const u=a.map(([d,g])=>{switch(d){case 0:{const E=ss(n,l,l+g.length,!1),I=ss(o,l,l+g.length,!1),b={t:ue.RETAIN,body:hp(E,I)?void 0:{textRuns:E,dataStream:""},len:g.length};return l+=g.length,b}case 1:{const E={t:ue.INSERT,body:Nt(n,l,l+g.length),len:g.length};return l+=g.length,E}default:return{t:ue.DELETE,len:g.length}}});if(u.every(d=>d.t===ue.RETAIN&&!d.body))return!1;const c=new Ye;return c.push({t:ue.RETAIN,len:t.startOffset}),c.push(...u),c};function fp(e,t){const n=[],{customBlocks:r=[]}=e;for(const s of t){const{startOffset:i,endOffset:o}=s;if(!(i==null||o==null))for(const a of r){const{startIndex:l}=a;l>=i&&l<o&&n.push(a.blockId)}}return n}function gp(e,t=""){if(!t)return["body"];const{headers:n,footers:r}=e.getSnapshot();if(n==null&&r==null)throw new Error("Document data model must have headers or footers when update by segment id");if((n==null?void 0:n[t])!=null)return["headers",t,"body"];if((r==null?void 0:r[t])!=null)return["footers",t,"body"];throw new Error("Segment id not found in headers or footers")}const mp=e=>{var I,b,M,V;const{selection:t,documentDataModel:n,drawings:r}=e,{collapsed:s,startOffset:i,segmentId:o}=t,a=new Ye,l=Wt.getInstance(),u=[],c=n.getSelfOrHeaderFooterModel(o).getBody();if(!c)return!1;const h=(b=(I=n.getSnapshot().drawingsOrder)==null?void 0:I.length)!=null?b:0;let d=0;if(s)i>0&&a.push({t:ue.RETAIN,len:i});else{const Y=su([t],c,0,null,!1);a.push(...Y);const ie=fp(c,[t]),N=(M=n.getDrawings())!=null?M:{},T=(V=n.getDrawingsOrder())!=null?V:[],j=ie.sort((Q,ge)=>T.indexOf(Q)>T.indexOf(ge)?-1:T.indexOf(Q)<T.indexOf(ge)?1:0);if(j.length>0)for(const Q of j){const ge=N[Q],ce=T.indexOf(Q);if(ge==null||ce<0)continue;const p=l.removeOp(["drawings",Q],ge),W=l.removeOp(["drawingsOrder",ce],Q);u.push(p),u.push(W),d++}}a.push({t:ue.INSERT,body:{dataStream:"\b".repeat(r.length),customBlocks:r.map((Y,ie)=>({startIndex:ie,blockId:Y.drawingId}))},len:r.length});const g=gp(n,o),E=l.editOp(a.serialize(),g);u.push(E);for(const Y of r){const{drawingId:ie}=Y,N=l.insertOp(["drawings",ie],Y),T=l.insertOp(["drawingsOrder",h-d],ie);u.push(N),u.push(T)}return u.reduce((Y,ie)=>Wt.compose(Y,ie),null)};function _p(e,t){if(typeof t>"u")return{startOffset:e,endOffset:e,collapsed:!0};if(t<e)throw new Error(`Cannot make a doc selection when endOffset ${t} is less than startOffset ${e}.`);return{startOffset:e,endOffset:t,collapsed:e===t}}function pp(e){const{startOffset:t,endOffset:n,collapsed:r}=e,s=Math.min(t,n),i=Math.max(t,n);return{startOffset:s,endOffset:i,collapsed:r}}function Ep(e,t,n,r){return Math.max(e,n)<=Math.min(t,r)}function hi(e,t,n,r){const{startOffset:s,endOffset:i}=e,o=r!=null?r:fi(t,n),a=[];let l=-1;for(let u=0;u<o.length;u++){const c=o[u],{startIndex:h}=c;(s>l&&s<=h||i>l&&i<=h||h>=s&&h<=i)&&a.push(c),l=h}return a}function di(e,t,n){const r=[],s=fi(t,n);for(const i of e){const o=hi(i,t,n,s);r.push(...o)}return r}const Cp=[mt.PARAGRAPH,mt.TABLE_START,mt.TABLE_END,mt.TABLE_ROW_START,mt.TABLE_CELL_START,mt.TABLE_CELL_END];function fi(e,t){const n=[];for(let r=0;r<e.length;r++){const s=e[r],{startIndex:i}=s;let o=i-1;for(;!Cp.includes(t[o])&&o>=0;)o--;n.push({...s,paragraphStart:o+1,paragraphEnd:s.startIndex})}return n}const Rp=e=>{var h,d,g;const{paragraphs:t,segmentId:n,document:r}=e;let s=e.listType;const i=(d=(h=r.getSelfOrHeaderFooterModel(n).getBody())==null?void 0:h.paragraphs)!=null?d:[],o=t.every(E=>{var I;return((I=E.bullet)==null?void 0:I.listType.indexOf(s))===0});let l=ne.generateRandomId(6);if(t.length===1){const E=i.indexOf(t[0]),I=i[E-1],b=i[E+1];I&&I.bullet&&I.bullet.listType.indexOf(s)===0?(l=I.bullet.listId,s!==Pt.CHECK_LIST&&(s=I.bullet.listType)):b&&b.bullet&&b.bullet.listType.indexOf(s)===0&&(l=b.bullet.listId,s!==Pt.CHECK_LIST&&(s=b.bullet.listType))}const u=new dn;u.reset();const c=new Ye;for(const E of t){const{startIndex:I,paragraphStyle:b={},bullet:M}=E;c.push({t:ue.RETAIN,len:I-u.cursor}),c.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[o?{paragraphStyle:b,startIndex:0}:{startIndex:0,paragraphStyle:{...b},bullet:{nestingLevel:(g=M==null?void 0:M.nestingLevel)!=null?g:0,textStyle:{fs:20},listType:s,listId:l}}]},coverType:Pe.REPLACE}),u.moveCursorTo(I+1)}return c},Ip=e=>{var h;const{paragraphIndex:t,segmentId:n,document:r}=e,s=(h=r.getSelfOrHeaderFooterModel(n).getBody())==null?void 0:h.paragraphs;if(s==null)return!1;const i=s.find(d=>d.startIndex===t);if(!(i!=null&&i.bullet)||i.bullet.listType.indexOf(Pt.CHECK_LIST)===-1)return!1;const o=new dn;o.reset();const a=new Ye,{startIndex:l,paragraphStyle:u={}}=i,c=i.bullet.listType===Pt.CHECK_LIST?Pt.CHECK_LIST_CHECKED:Pt.CHECK_LIST;return a.push({t:ue.RETAIN,len:l-o.cursor}),a.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{...i,paragraphStyle:u,startIndex:0,bullet:{...i.bullet,listType:c}}]},coverType:Pe.REPLACE}),o.moveCursorTo(l+1),a},Sp=e=>{var c,h;const{paragraphs:t,listType:n,segmentId:r,document:s}=e;if(((c=s.getSelfOrHeaderFooterModel(r).getBody())==null?void 0:c.paragraphs)==null)return!1;const a=ne.generateRandomId(6),l=new dn;l.reset();const u=new Ye;for(const d of t){const{startIndex:g,paragraphStyle:E={},bullet:I}=d;u.push({t:ue.RETAIN,len:g-l.cursor}),u.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{startIndex:0,paragraphStyle:E,bullet:{nestingLevel:(h=I==null?void 0:I.nestingLevel)!=null?h:0,textStyle:(I==null?void 0:I.listType)===n?I.textStyle:{fs:20},listType:n,listId:a}}]},coverType:Pe.REPLACE}),l.moveCursorTo(g+1)}return u};function vp(e,t){return t.some(n=>e.startIndex>n.startIndex&&e.startIndex<n.endIndex)}const Op=e=>{var u,c,h;const{paragraphs:t,document:n,type:r}=e,s=new dn;s.reset();const i=new Ye,o=(u=n.getSnapshot().lists)!=null?u:{},a=(h=(c=n.getBody())==null?void 0:c.tables)!=null?h:[],l={...sr,...o};for(const d of t){const{startIndex:g,paragraphStyle:E={},bullet:I}=d,b=vp(d,a);if(i.push({t:ue.RETAIN,len:g-s.cursor}),I){const M=I.listType;let V=l[M].nestingLevel.length-1;b&&(V=Math.min(V,2)),i.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{startIndex:0,paragraphStyle:{...E},bullet:{...I,nestingLevel:Math.max(Math.min(I.nestingLevel+r,V),0)}}]},coverType:Pe.REPLACE})}else i.push({t:ue.RETAIN,len:1});s.moveCursorTo(g+1)}return i},wp=e=>{var b,M,V,Y;const{textRanges:t,segmentId:n,document:r,style:s,paragraphTextRun:i,cursor:o,deleteLen:a,textX:l}=e,u=r.getSelfOrHeaderFooterModel(n),c=(M=(b=u.getBody())==null?void 0:b.paragraphs)!=null?M:[],h=(Y=(V=u.getBody())==null?void 0:V.dataStream)!=null?Y:"",d=di(t,c,h),g=new dn;o&&g.moveCursorTo(o);const E=l!=null?l:new Ye;d.sort((ie,N)=>ie.startIndex-N.startIndex);const I=Math.max(0,d[0].paragraphStart-1);I>g.cursor&&(E.push({t:ue.RETAIN,len:I-g.cursor}),g.moveCursorTo(I)),a&&E.push({t:ue.DELETE,len:a});for(const ie of d){const{startIndex:N,paragraphStyle:T={}}=ie,j=N-g.cursor;E.push({t:ue.RETAIN,len:j,...i?{body:{dataStream:"",textRuns:[{ts:i,st:0,ed:j}]},coverType:Pe.REPLACE}:null}),E.push({t:ue.RETAIN,len:1,body:{dataStream:"",paragraphs:[{startIndex:0,paragraphStyle:{...T,...s}}]},coverType:Pe.REPLACE}),g.moveCursorTo(N+1)}return E};class at{}R(at,"customRange",{add:lp,delete:ap,copyCustomRange:sp,getCustomRangesInterestsWithSelection:rp,isIntersecting:nu}),R(at,"customDecoration",{add:tp,delete:np}),R(at,"selection",{replace:cp,makeSelection:_p,normalizeSelection:pp,delete:su,replaceTextRuns:dp,retain:up}),R(at,"range",{isIntersects:Ep,getParagraphsInRange:hi,getParagraphsInRanges:di}),R(at,"transform",{getPlainText:Gr,fromPlainText:hf,isEmptyDocument:cf}),R(at,"paragraph",{bullet:{set:Sp,switch:Rp,toggleChecklist:Ip,changeNestLevel:Op},style:{set:wp},util:{transform:fi,getParagraphsInRange:hi,getParagraphsInRanges:di}}),R(at,"drawing",{add:mp});function bp(e){if(e.customRanges||(e.customRanges=[]),!e.paragraphs){e.paragraphs=[];for(let t=0;t<e.dataStream.length;t++)e.dataStream[t]==="\r"&&e.paragraphs.push({startIndex:t})}return e.customBlocks||(e.customBlocks=[]),e.textRuns||(e.textRuns=[]),e.customDecorations||(e.customDecorations=[]),e.sectionBreaks||(e.sectionBreaks=[]),e.tables||(e.tables=[]),e}function iu(e){var t;return e.body=bp((t=e.body)!=null?t:{dataStream:""}),e.drawingsOrder||(e.drawingsOrder=[]),e.drawings||(e.drawings={}),e.documentStyle||(e.documentStyle={}),e}class ir{constructor(t={}){R(this,"_style");this._style=t}static create(t={}){return new ir(t)}get fontFamily(){return this._style.ff}get fontSize(){return this._style.fs}get italic(){return this._style.it===ve.TRUE}get bold(){return this._style.bl===ve.TRUE}get underline(){return this._style.ul&&Zt.create(this._style.ul)}get bottomBorderLine(){return this._style.bbl&&Zt.create(this._style.bbl)}get strikethrough(){return this._style.st&&Zt.create(this._style.st)}get overline(){return this._style.ol&&Zt.create(this._style.ol)}get background(){return this._style.bg}get border(){return this._style.bd}get color(){return this._style.cl}get verticalAlign(){return this._style.va}get numberFormat(){return this._style.n}copy(){return Jt.create(ne.deepClone(this._style))}getValue(){return{...this._style}}}class Jt extends ir{static create(t={}){return new Jt(t)}constructor(t={}){super(t)}setFontFamily(t){return this._style.ff=t,this}setFontSize(t){return this._style.fs=t,this}setItalic(t){return this._style.it=t?1:0,this}setBold(t){return this._style.bl=t?1:0,this}setUnderline(t){return this._style.ul=t.build(),this}setBottomBorderLine(t){return this._style.bbl=t.build(),this}setStrikethrough(t){return this._style.st=t.build(),this}setOverline(t){return this._style.ol=t.build(),this}setBackground(t){return this._style.bg=t,this}setBorder(t){return this._style.bd=t,this}setColor(t){return this._style.cl=t,this}setVerticalAlign(t){return this._style.va=t,this}copy(){return Jt.create(ne.deepClone(this._style))}build(){return this.getValue()}}class Zt{constructor(t={s:1}){R(this,"_decoration");this._decoration=t}static create(t={s:1}){return new Zt(t)}get show(){return this._decoration.s===ve.TRUE}get followFontColor(){return this._decoration.c===ve.TRUE}get color(){return this._decoration.cl}get type(){return this._decoration.t}setShow(t){return this._decoration.s=t?1:0,this}setFollowFontColor(t){return this._decoration.c=t?1:0,this}setColor(t){return this._decoration.cl=t,this}setLineType(t){return this._decoration.t=t,this}copy(){return Zt.create(ne.deepClone(this._decoration))}build(){return{...this._decoration}}}class or{constructor(t={}){R(this,"_style");this._style=t}static create(t={}){return new or(t)}get indentFirstLine(){return this._style.indentFirstLine}get hanging(){return this._style.hanging}get indentStart(){return this._style.indentStart}get tabStops(){return this._style.tabStops}get indentEnd(){return this._style.indentEnd}get textStyle(){return this._style.textStyle}get headingId(){return this._style.headingId}get namedStyleType(){return this._style.namedStyleType}get horizontalAlign(){return this._style.horizontalAlign}get lineSpacing(){return this._style.lineSpacing}get direction(){return this._style.direction}get spacingRule(){return this._style.spacingRule}get snapToGrid(){return this._style.snapToGrid}get spaceAbove(){return this._style.spaceAbove}get spaceBelow(){return this._style.spaceBelow}get borderBetween(){return this._style.borderBetween}get borderTop(){return this._style.borderTop}get borderBottom(){return this._style.borderBottom}get borderLeft(){return this._style.borderLeft}get borderRight(){return this._style.borderRight}get keepLines(){return this._style.keepLines===ve.TRUE}get keepNext(){return this._style.keepNext===ve.TRUE}get wordWrap(){return this._style.wordWrap===ve.TRUE}get widowControl(){return this._style.widowControl===ve.TRUE}get shading(){return this._style.shading}get suppressHyphenation(){return this._style.suppressHyphenation===ve.TRUE}copy(){return ar.create(ne.deepClone(this._style))}getValue(){return this._style}}class ar extends or{static create(t={}){return new ar(t)}constructor(t={}){super(t)}setIndentFirstLine(t){return this._style.indentFirstLine=t,this}setHanging(t){return this._style.hanging=t,this}setIndentStart(t){return this._style.indentStart=t,this}setTabStops(t){return this._style.tabStops=t,this}setIndentEnd(t){return this._style.indentEnd=t,this}setTextStyle(t){return this._style.textStyle=t,this}setHeadingId(t){return this._style.headingId=t,this}setNamedStyleType(t){return this._style.namedStyleType=t,this}setHorizontalAlign(t){return this._style.horizontalAlign=t,this}setLineSpacing(t){return this._style.lineSpacing=t,this}setDirection(t){return this._style.direction=t,this}setSpacingRule(t){return this._style.spacingRule=t,this}setSnapToGrid(t){return this._style.snapToGrid=t?1:0,this}setSpaceAbove(t){return this._style.spaceAbove=t,this}setSpaceBelow(t){return this._style.spaceBelow=t,this}setBorderBetween(t){return this._style.borderBetween=t,this}setBorderTop(t){return this._style.borderTop=t,this}setBorderBottom(t){return this._style.borderBottom=t,this}setBorderLeft(t){return this._style.borderLeft=t,this}setBorderRight(t){return this._style.borderRight=t,this}setKeepLines(t){return this._style.keepLines=t?1:0,this}setKeepNext(t){return this._style.keepNext=t?1:0,this}setWordWrap(t){return this._style.wordWrap=t?1:0,this}setWidowControl(t){return this._style.widowControl=t?1:0,this}setShading(t){return this._style.shading=t,this}setSuppressHyphenation(t){return this._style.suppressHyphenation=t?1:0,this}copy(){return ar.create(ne.deepClone(this._style))}build(){return this.getValue()}}class Qt{constructor(t){R(this,"_data");if(!t.body)throw new Error("Invalid document data, body is required");this._data=iu(t)}static create(t){return new Qt(t)}static createByBody(t){return new Qt({body:t,id:"d",documentStyle:{}})}copy(){return fn.create(ne.deepClone(this._data))}slice(t,n){const{body:r,...s}=this._data;return fn.create({...ne.deepClone(s),body:Nt(r,t,n)})}toPlainText(){var t,n;return at.transform.getPlainText((n=(t=this._data.body)==null?void 0:t.dataStream)!=null?n:"").replaceAll("\r",`
|
|
7
|
+
`)}getParagraphStyle(){var t,n;return or.create((n=(t=this._data.body)==null?void 0:t.paragraphs)==null?void 0:n[0].paragraphStyle)}getParagraphBullet(){var t,n;return(n=(t=this._data.body)==null?void 0:t.paragraphs)==null?void 0:n[0].bullet}getParagraphs(){var r,s;const t=(s=(r=this._data.body)==null?void 0:r.paragraphs)!=null?s:[];let n=0;return t.map(i=>{const o=this.slice(n,i.startIndex);return n=i.startIndex,o})}getTextRuns(){var t,n;return((n=(t=this._data.body)==null?void 0:t.textRuns)!=null?n:[]).map(r=>({...r,ts:r.ts?ir.create(r.ts):null}))}getLinks(){var t,n,r;return(r=(n=(t=this._data.body)==null?void 0:t.customRanges)==null?void 0:n.filter(s=>s.rangeType===Kt.HYPERLINK))!=null?r:[]}getData(){return this._data}}class fn extends Qt{constructor(n){super(n);R(this,"_doc");this._doc=new Mt(n)}static newEmptyData(){return iu({id:"d",documentStyle:{},drawings:{},drawingsOrder:[],body:{dataStream:`\r
|
|
8
|
+
`,customBlocks:[],customRanges:[],paragraphs:[{startIndex:0}],textRuns:[],tables:[],sectionBreaks:[]}})}static create(n){return new fn(n!=null?n:fn.newEmptyData())}insertText(n,r,s){var c,h;let i=((h=(c=this._data.body)==null?void 0:c.dataStream.length)!=null?h:2)-2,o,a;if(typeof n=="string"?o=n:(i=Math.min(n,i),o=r),typeof r=="object"?a=r instanceof Jt?r.build():r:a=s instanceof Jt?s.build():s,!o)return this;const l={dataStream:o,textRuns:a?[{ts:a,st:i,ed:i+o.length}]:[]},u=at.selection.replace({doc:this._doc,selection:{startOffset:i,endOffset:i,collapsed:!0},body:l});if(!u)throw new Error("Insert text failed, please check.");return Ye.apply(this._doc.getBody(),u.serialize()),this}insertRichText(n,r){var a,l;let s=((l=(a=this._data.body)==null?void 0:a.dataStream.length)!=null?l:2)-2,i;typeof n=="object"?i=n instanceof Qt?n.getData():n:(s=Math.min(n,s),i=r instanceof Qt?r.getData():r);const o=at.selection.replace({doc:this._doc,selection:{startOffset:s,endOffset:s,collapsed:!0},body:i.body});if(!o)throw new Error("Insert text failed, please check.");return Ye.apply(this._doc.getBody(),o.serialize()),this}delete(n,r){if(r!==void 0){if(!r)return this;const s=at.selection.delete([{startOffset:n,endOffset:n+r,collapsed:!0}],this._data.body);Ye.apply(this._doc.getBody(),s)}return this}setStyle(n,r,s){const i={dataStream:"",textRuns:[{ts:s instanceof Jt?s.build():s,st:0,ed:r-n}]},o=at.selection.retain([{startOffset:n,endOffset:r,collapsed:!0}],i);return Ye.apply(this._doc.getBody(),o),this}setLink(n,r,s){const i=at.customRange.add({rangeType:Kt.HYPERLINK,rangeId:Bt(),properties:{url:s},ranges:[{startOffset:n,endOffset:r,collapsed:!1}],body:this._data.body});if(!i)throw new Error("Insert text failed, please check.");return Ye.apply(this._doc.getBody(),i.serialize()),this}cancelLink(n,r){if(typeof n=="string"){const s=at.customRange.delete({rangeId:n,documentDataModel:this._doc});if(!s)throw new Error("Insert text failed, please check.");Ye.apply(this._doc.getBody(),s.serialize())}else this.slice(n,r).getLinks().forEach(i=>{const o=at.customRange.delete({rangeId:i.rangeId,documentDataModel:this._doc});if(!o)throw new Error("Insert text failed, please check.");Ye.apply(this._doc.getBody(),o.serialize())});return this}updateLink(n,r){var i,o;const s=(o=(i=this._data.body)==null?void 0:i.customRanges)==null?void 0:o.find(a=>a.rangeId===n);if(!s)throw new Error("Link not found");return s.properties.url=r,this}insertParagraph(n,r){var o,a;let s,i;return typeof n=="object"?(s={dataStream:"\r",paragraphs:[{startIndex:0,paragraphStyle:n.build()}]},i=((a=(o=this._data.body)==null?void 0:o.dataStream.length)!=null?a:2)-2):(i=n,s={dataStream:"\r",paragraphs:[{startIndex:0,paragraphStyle:r==null?void 0:r.build()}]}),this.insertRichText(i,Qt.create({body:s,id:"d",documentStyle:{}})),this}insertLink(n,r,s){let i="",o="";typeof n=="string"?(i=n,o=r):(i=r,o=s);const a=fn.createByBody({dataStream:i,customRanges:[{rangeType:Kt.HYPERLINK,rangeId:Bt(),properties:{url:o},startIndex:0,endIndex:i.length-1}]});return typeof n=="number"?this.insertRichText(n,a):this.insertRichText(a)}}function Ap(e,t=16){let n=0,r=null;return function(...i){const o=Date.now();o-n<t?(r&&clearTimeout(r),r=setTimeout(()=>{n=o,e.apply(this,i)},t)):(n=o,e.apply(this,i))}}var Nn=(e=>(e[e.Style=1]="Style",e[e.Value=2]="Value",e))(Nn||{});function Tp(e){return`sheet_interceptor_${e}`}const ou=e=>function(t,n){let r=-1,s=t;for(let i=0;i<=e.length;i++){if(i<=r)throw new Error("[SheetInterceptorService]: next() called multiple times!");if(r=i,i===e.length)return s;const o=e[i];let a=!1;if(s=o.handler(s,n,l=>(a=!0,l)),!a)break}return s};class yp{constructor(t){R(this,"_interceptorsByName",new Map);R(this,"_interceptorPoints");this._interceptorPoints=t}fetchThroughInterceptors(t,n){const r=t;let s=this._interceptorsByName.get(r);return n&&(s=s.filter(n)),ou(s||[])}intercept(t,n){const r=t;this._interceptorsByName.has(r)||this._interceptorsByName.set(r,[]);const s=this._interceptorsByName.get(r);return s.push(n),this._interceptorsByName.set(r,s.sort((i,o)=>{var a,l;return((a=o.priority)!=null?a:0)-((l=i.priority)!=null?l:0)})),()=>Fn(this._interceptorsByName.get(r),n)}getInterceptPoints(){return this._interceptorPoints}dispose(){this._interceptorsByName.clear()}}function Np(e){return`sheet_async_interceptor_${e}`}const Mp=e=>async function(t,n){let r=-1,s=t;for(let i=0;i<=e.length;i++){if(i<=r)throw new Error("[SheetInterceptorService]: next() called multiple times!");if(r=i,i===e.length)return s;const o=e[i];let a=!1;if(s=await o.handler(s,n,async l=>(a=!0,l)),!a)break}return s};class Dp{constructor(t){R(this,"_asyncInterceptorsByName",new Map);R(this,"_asyncInterceptorPoints");this._asyncInterceptorPoints=t}fetchThroughAsyncInterceptors(t,n){const r=t;let s=this._asyncInterceptorsByName.get(r);return n&&(s=s.filter(n)),Mp(s||[])}async interceptAsync(t,n){const r=t;this._asyncInterceptorsByName.has(r)||this._asyncInterceptorsByName.set(r,[]);const s=this._asyncInterceptorsByName.get(r);return s.push(n),this._asyncInterceptorsByName.set(r,s.sort((i,o)=>{var a,l;return((a=o.priority)!=null?a:0)-((l=i.priority)!=null?l:0)})),()=>Fn(this._asyncInterceptorsByName.get(r),n)}getInterceptPoints(){return this._asyncInterceptorPoints}dispose(){this._asyncInterceptorsByName.clear()}}function Lp(e,t){for(const n in t)t.hasOwnProperty(n)&&(e[n]=t[n])}function au(e){return/^-?\d+(\.\d+)?$/.test(e)}function Up(e){return au(e)?Number(e)<=Number.MAX_SAFE_INTEGER:!1}function Pp(e){return Number(e)>Number.MAX_SAFE_INTEGER||e.length>=18}class gi{constructor(){R(this,"_data",[])}static create(){return new gi}add(t){this._data.indexOf(t)>-1||this._data.push(t)}delete(t){const n=this._data.indexOf(t);this._data.splice(n,1)}getData(){return this._data}}class mi{constructor(){R(this,"_data",new Map)}static create(){return new mi}add(t,n){this._data.has(t)||this._data.set(t,n)}delete(t){this._data.delete(t)}getData(){return this._data}}function kp(e){const t=new MessageChannel;let n=!1;const r=()=>{n||e()};return t.port1.onmessage=r,t.port2.postMessage(null),()=>{n=!0,t.port1.onmessage=null,t.port1.close(),t.port2.close()}}function Fp(e,t){return t.forEach(n=>e.add(n)),e}function xp(e,t,n,r){var u;if(t==="")return e;const s={id:"mock-id",body:e,documentStyle:{}},i=new Mt(s),o=t.length;let a;for(;(a=(r?i.getBody().dataStream:i.getBody().dataStream.toLowerCase()).indexOf(t))>=0;){const c=new Ye,h=Wt.getInstance();if(a>0&&c.retain(a),n.length>0){const d=i.sliceBody(a,a+o),g={dataStream:n};if(Array.isArray(d==null?void 0:d.textRuns)&&d.textRuns.length&&(g.textRuns=[{...d.textRuns[0],st:0,ed:n.length}]),(u=d==null?void 0:d.customRanges)!=null&&u.length){const E=d.customRanges[0];g.customRanges=[{...E,startIndex:0,endIndex:n.length-1}]}c.insert(n.length,g)}c.delete(o),i.apply(h.editOp(c.serialize()))}const l=i.getBody();return i.dispose(),l}const Bp="__default_document_sub_component_id20231101__";class lu{constructor(){R(this,"skipNextObservers",!1);R(this,"lastReturnValue");R(this,"isStopPropagation",!1)}stopPropagation(){this.isStopPropagation=!0}}class $p extends Ce.Subject{constructor(){super(...arguments);R(this,"_sortedObservers",[])}subscribe(){throw new Error("[EventSubject]: please use `subscribeEvent` instead of `subscribe` method for `EventSubject`.")}next(){throw new Error("[EventSubject]: please use `emitEvent` instead of `next` method for `EventSubject`.")}unsubscribe(){super.unsubscribe(),this._sortedObservers.length=0}complete(){super.complete(),this._sortedObservers.length=0}subscribeEvent(n){let r;typeof n=="function"?r={next:([i,o])=>n(i,o)}:r=n;const s=super.subscribe(r);return this._sortedObservers.push(r),this._sortedObservers.sort((i,o)=>{var a,l;return((a=i.priority)!=null?a:0)-((l=o.priority)!=null?l:0)}),s.add(()=>this._sortedObservers=this._sortedObservers.filter(i=>i!==r)),s}clearObservers(){this._sortedObservers.forEach(n=>{var r;return(r=n.complete)==null?void 0:r.call(n)}),this._sortedObservers.length=0}emitEvent(n){var r;if(!this.closed){const s=new lu;s.lastReturnValue=n;for(const i of this._sortedObservers){const o=(r=i.next)==null?void 0:r.call(i,[n,s]);if(s.lastReturnValue=o,s.skipNextObservers)return{handled:!0,lastReturnValue:s.lastReturnValue,stopPropagation:s.isStopPropagation}}return{handled:this._sortedObservers.length>0,lastReturnValue:s.lastReturnValue,stopPropagation:s.isStopPropagation}}throw new Error("[EventSubject]: cannot emit event on a closed subject.")}}function Hp(e){return new Ce.Observable(t=>{const n=e.subscribeEvent(r=>{t.next(r)});return()=>n.unsubscribe()})}const is=We.createIdentifier("core.resource-manager.service"),_i={[Ut.Editor]:"Editor",[Ut.Owner]:"Owner",[Ut.Reader]:"Reader",[Ut.UNRECOGNIZED]:"UNRECOGNIZED"},os=e=>e?{userID:`${_i[e]}_${ne.generateRandomId(8)}`,name:_i[e],avatar:""}:{userID:"",name:"",avatar:"",anonymous:!0,canBindAnonymous:!1},Wp=(e,t)=>e.startsWith(_i[t]);class lr{constructor(){R(this,"_model",new Map);R(this,"_userChange$",new Ce.Subject);R(this,"userChange$",this._userChange$.asObservable());R(this,"_currentUser$",new Ce.BehaviorSubject(os()));R(this,"currentUser$",this._currentUser$.asObservable())}getCurrentUser(){return this._currentUser$.getValue()}setCurrentUser(t){this.addUser(t),this._currentUser$.next(t)}addUser(t){this._model.set(t.userID,t),this._userChange$.next({type:"add",user:t})}getUser(t,n){const r=this._model.get(t);if(r)return r;n&&n()}delete(t){const n=this.getUser(t);this._model.delete(t),n&&this._userChange$.next({type:"delete",user:n})}clear(){this._model.clear(),this._userChange$.next({type:"clear"})}list(){return Array.from(this._model.values())}}var jp=Object.getOwnPropertyDescriptor,Yp=(e,t,n,r)=>{for(var s=r>1?void 0:r?jp(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},uu=(e,t)=>(n,r)=>t(n,r,e);f.AuthzIoLocalService=class{constructor(t,n){R(this,"_permissionMap",new Map([]));this._resourceManagerService=t,this._userManagerService=n,this._initSnapshot(),this._initDefaultUser()}_initDefaultUser(){const t=this._userManagerService.getCurrentUser();t&&t.userID||this._userManagerService.setCurrentUser(os(Ut.Owner))}_getRole(t){const n=this._userManagerService.getCurrentUser();return n?Wp(n.userID,t):!1}_initSnapshot(){this._resourceManagerService.registerPluginResource({toJson:t=>{const n=[...this._permissionMap.keys()].reduce((r,s)=>{const i=this._permissionMap.get(s);return r[s]=i,r},{});return JSON.stringify(n)},parseJson:t=>JSON.parse(t),pluginName:"SHEET_AuthzIoMockService_PLUGIN",businesses:[$e.UNIVER_SHEET,$e.UNIVER_DOC,$e.UNIVER_SLIDE],onLoad:(t,n)=>{for(const r in n)this._permissionMap.set(r,n[r])},onUnLoad:()=>{this._permissionMap.clear()}})}async create(t){return Bt(8)}async allowed(t){return Promise.resolve([])}async batchAllowed(t){return Promise.resolve([])}async list(t){const n=[];return t.objectIDs.forEach(r=>{const s=this._permissionMap.get(r);if(s){const i={objectID:r,unitID:t.unitID,objectType:s.objectType,name:s.name,shareOn:!1,shareRole:Ut.Owner,shareScope:-1,scope:{read:Qs.AllCollaborator,edit:Qs.AllCollaborator},creator:os(Ut.Owner),strategies:[{action:6,role:1},{action:16,role:1},{action:17,role:1},{action:18,role:1},{action:19,role:1},{action:33,role:1},{action:34,role:1},{action:35,role:1},{action:36,role:1},{action:37,role:1},{action:38,role:1},{action:39,role:1},{action:40,role:1}],actions:t.actions.map(o=>({action:o,allowed:this._getRole(Ut.Owner)||this._getRole(Ut.Editor)}))};n.push(i)}}),n}async listCollaborators(){return[]}async listRoles(){return{roles:[],actions:[]}}async deleteCollaborator(){}async update(t){}async updateCollaborator(){}async createCollaborator(){}async putCollaborators(t){}},f.AuthzIoLocalService=Yp([uu(0,is),uu(1,We.Inject(lr))],f.AuthzIoLocalService);const cu=We.createIdentifier("IAuthzIoIoService");var zp=Object.getOwnPropertyDescriptor,Gp=(e,t,n,r)=>{for(var s=r>1?void 0:r?zp(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},Vp=(e,t)=>(n,r)=>t(n,r,e);f.MentionIOLocalService=class{constructor(t){this._userManagerService=t}async list(t){return{list:[{type:Rr.PERSON,mentions:[{objectType:Rr.PERSON,objectId:this._userManagerService.getCurrentUser().userID,label:this._userManagerService.getCurrentUser().name,metadata:{icon:this._userManagerService.getCurrentUser().avatar}}],metadata:{},title:"PEOPLE"}],page:t.page,size:t.size,total:1}}},f.MentionIOLocalService=Gp([Vp(0,We.Inject(lr))],f.MentionIOLocalService);const hu=We.createIdentifier("univer.service.mention-io"),pi=We.createIdentifier("univer.config-service");class du{constructor(){R(this,"_configChanged$",new Ce.Subject);R(this,"configChanged$",this._configChanged$.asObservable());R(this,"_config",new Map)}dispose(){this._configChanged$.complete()}getConfig(t){return this._config.get(t)}setConfig(t,n,r){var o;const{merge:s=!1}=r||{};let i=(o=this._config.get(t))!=null?o:{};s?i=Ks(i,n):i=n,this._config.set(t,i),this._configChanged$.next({[t]:i})}deleteConfig(t){return this._config.delete(t)}subscribeConfigValue$(t){return new Ce.Observable(n=>{Object.prototype.hasOwnProperty.call(this._config,t)&&n.next(this._config.get(t));const r=this.configChanged$.pipe(Ce.filter(s=>Object.prototype.hasOwnProperty.call(s,t))).subscribe(s=>n.next(s[t]));return()=>r.unsubscribe()})}}const ur="FOCUSING_UNIT",Mn="FOCUSING_SHEET",cr="FOCUSING_DOC",hr="FOCUSING_SLIDE",Kp="FOCUSING_EDITOR_BUT_HIDDEN",fu="EDITOR_ACTIVATED",Xp="FOCUSING_EDITOR_INPUT_FORMULA",gu="FOCUSING_FX_BAR_EDITOR",qp="FOCUSING_UNIVER_EDITOR",Jp="FOCUSING_EDITOR_INPUT_FORMULA",Zp="FOCUSING_PANEL_EDITOR",Qp="FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE",eE="FOCUSING_COMMON_DRAWINGS",tE="FORMULA_EDITOR_ACTIVATED";class mu extends st{constructor(){super(...arguments);R(this,"_error$",new Ce.Subject);R(this,"error$",this._error$.asObservable())}dispose(){this._error$.complete()}emit(n){this._error$.next({errorKey:n})}}const nE={version:"0.8.0-beta.0"};function rE(e="",t=Wn.ZH_CN,n=""){return{id:e,sheetOrder:[],name:n,appVersion:nE.version,locale:t,styles:{},sheets:{},resources:[]}}class _u{constructor(t={}){R(this,"_styles");R(this,"_cacheMap",new Yn(1e5));this._styles=t,this._generateCacheMap()}each(t){return Object.entries(this._styles).forEach(t),this}search(t,n){if(this._cacheMap.has(n))return this._cacheMap.get(n);const r=this._getExistingStyleId(t);return r||"-1"}get(t){return typeof t!="string"?t:(t=String(t),this._styles[t])}add(t,n){const r=ne.generateRandomId(6);return this._styles[r]=t,this._cacheMap.set(n,r),r}setValue(t){if(t==null)return;const n=JSON.stringify(t),r=this.search(t,n);return r!=="-1"?r:this.add(t,n)}toJSON(){return this._styles}getStyleByCell(t){let n;t&&ne.isObject(t.s)?n=t.s:n=(t==null?void 0:t.s)&&this.get(t.s);const r=t==null?void 0:t.interceptorStyle;return r?{...n,...r}:n}_generateCacheMap(){const{_styles:t,_cacheMap:n}=this;for(const r in t){const s=JSON.stringify(t[r]);n.set(s,r)}}_getExistingStyleId(t){const{_styles:n}=this;for(const r in n)if(ne.diffValue(n[r],t))return r;return null}}const sE=(e,t)=>t.length===e.length&&!e.some(n=>t.some(r=>!Xt.equals(r,n))),iE=(e,t)=>t.length===e.length&&e.every((n,r)=>{const s=t[r];return s.unitId===n.unitId&&s.sheetId===n.sheetId&&Xt.equals(n.range,s.range)}),Ei={t:0,b:2,l:2,r:2},oE=e=>({sbr:.6,sbo:e,spr:.6,spo:e}),pu=90;function dr(e,t,n={}){const r=e.length,{textRotation:s,paddingData:i,horizontalAlign:o=At.UNSPECIFIED,verticalAlign:a=rn.UNSPECIFIED,wrapStrategy:l=sn.UNSPECIFIED,cellValueType:u}=n,{t:c,r:h,b:d,l:g}=i||Ei,{vertexAngle:E,centerAngle:I}=Su(s),b={id:"d",body:{dataStream:`${e}${Ho}`,textRuns:[{ts:t,st:0,ed:r}],paragraphs:[{startIndex:r,paragraphStyle:{horizontalAlign:o}}],sectionBreaks:[{startIndex:r+1}]},documentStyle:{pageSize:{width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY},marginTop:c,marginBottom:d,marginRight:h,marginLeft:g,renderConfig:{horizontalAlign:o,verticalAlign:a,centerAngle:I,vertexAngle:E,wrapStrategy:l,cellValueType:u,zeroWidthParagraphBreak:1}},drawings:{},drawingsOrder:[]};return new Mt(b)}function aE(e){if(!e)return{};const{tr:t,td:n,ht:r,vt:s,tb:i,pd:o}=e;return{textRotation:t,textDirection:n,horizontalAlign:r,verticalAlign:s,wrapStrategy:i,paddingData:o}}function Eu(e){if(!e)return{};const{ff:t,fs:n,it:r,bl:s,ul:i,st:o,ol:a,cl:l}=e,u={};return t&&(u.ff=t),n&&(u.fs=n),r&&(u.it=r),s&&(u.bl=s),i&&(u.ul=i),o&&(u.st=o),a&&(u.ol=a),l&&(u.cl=l),u}function Cu(e,t,n){var i;const r=e.getBody();if((i=r.customRanges)!=null&&i.some(o=>o.rangeType===Kt.HYPERLINK))return;const s=at.customRange.add({ranges:[{startOffset:0,endOffset:r.dataStream.length-1,collapsed:!1}],rangeId:n,rangeType:Kt.HYPERLINK,body:r,properties:{url:t,refId:n}});s&&Ye.apply(r,s.serialize())}function Ru(e){return e!=null}const lE='"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif';function Iu(e){const t=ut.ff,n=ut.fs;if(!e){const h=`${n}pt ${t}`;return{fontCache:h,fontString:h,fontSize:n,originFontSize:n,fontFamily:t}}let r=En.ITALIC;(e.it===0||e.it===void 0)&&(r=En.NORMAL);let s=En.BOLD;(e.bl===0||e.bl===void 0)&&(s=En.NORMAL);let i=n;e.fs&&(i=Math.ceil(e.fs));let o=t;if(e.ff){let h=e.ff;h=h.replace(/"/g,"").replace(/'/g,""),h.indexOf(" ")>-1&&(h=`"${h}"`),h==null&&(h=t),o=h}const{va:a}=e;let l=i;if(a===xt.SUBSCRIPT||a===xt.SUPERSCRIPT){const h=uE(o,l),{sbr:d,spr:g}=h;l*=a===xt.SUBSCRIPT?d:g}const u=`${r} ${s} ${l}pt ${o}`,c=`${u}, ${lE} `;return{fontCache:u,fontString:c,fontSize:l,originFontSize:i,fontFamily:o}}function uE(e,t){return oE(t)}function Su(e){const{a:t=0,v:n=ve.FALSE}=e||{a:0,v:ve.FALSE};let r=0,s=t;return n===ve.TRUE&&(r=pu,s=pu),{centerAngle:r,vertexAngle:s}}class cE{constructor(t,n){R(this,"_columnData",{});this._config=t,this._columnData=n}getColumnData(){return this._columnData}getColVisible(t){const{_columnData:n}=this,r=n[t];return r?r.hd!==ve.TRUE:!0}getColumnStyle(t){var n;return(n=this._columnData[t])==null?void 0:n.s}setColumnStyle(t,n){const r=this.getColumnOrCreate(t);r.s=n}getHiddenCols(t=0,n=this.getSize()-1){const r=[];let s=!1,i=-1;for(let o=t;o<=n;o++){const a=this.getColVisible(o);s&&a?(s=!1,r.push({rangeType:Le.COLUMN,startColumn:i,endColumn:o-1,startRow:0,endRow:0})):!s&&!a&&(s=!0,i=o)}return s&&r.push({startRow:0,endRow:0,startColumn:i,endColumn:n,rangeType:Le.COLUMN}),r}getVisibleCols(t=0,n=this.getSize()-1){const r=[];let s=!1,i=-1;for(let o=t;o<=n;o++){const a=this.getColVisible(o);s&&!a?(s=!1,r.push({rangeType:Le.COLUMN,startColumn:i,endColumn:o-1,startRow:0,endRow:0})):!s&&a&&(s=!0,i=o)}return s&&r.push({startRow:0,endRow:0,startColumn:i,endColumn:n,rangeType:Le.COLUMN}),r}getColumnDatas(t,n){const r={};let s=0;for(let i=t;i<t+n;i++){const o=this.getColumnOrCreate(i);r[s]=o,s++}return r}getSize(){return Vt(this._columnData)}getColumnWidth(t){const{_columnData:n}=this,r=this._config;let s=0;return s=(n[t]||{hd:ve.FALSE,w:r.defaultColumnWidth}).w||r.defaultColumnWidth,s}getColumn(t){const n=this._columnData[t];if(n)return n}removeColumn(t){delete this._columnData[t]}getColumnOrCreate(t){const{_columnData:n}=this,r=n[t];if(r)return r;const s={};return this._columnData[t]=s,s}setCustomMetadata(t,n){const r=this.getColumn(t);r&&(r.custom=n)}getCustomMetadata(t){var n;return(n=this.getColumn(t))==null?void 0:n.custom}}class hE{constructor(t,n,r){R(this,"_rowData");this._config=t,this._viewModel=n,this._rowData=r}getRowData(){return this._rowData}getRowStyle(t){var n;return(n=this._rowData[t])==null?void 0:n.s}setRowStyle(t,n){const r=this.getRowOrCreate(t);r.s=n}getRowDatas(t,n){const r={};let s=0;for(let i=t;i<t+n;i++){const o=this.getRowOrCreate(i);r[s]=o,s++}return r}getRowHeight(t,n=1){const{_rowData:r}=this,s=this._config;let i=0;for(let o=0;o<n;o++){const a=r[o+t]||{hd:ve.FALSE,h:s.defaultRowHeight},{ia:l,ah:u,h:c=s.defaultRowHeight}=a;i+=(l==null||l===ve.TRUE)&&typeof u=="number"?u:c}return i}getRow(t){return this._rowData[t]}removeRow(t){delete this._rowData[t]}getRowOrCreate(t){const{_rowData:n}=this,r=n[t];if(r)return r;const s={};return n[t]=s,s}getHiddenRows(t=0,n=this.getSize()-1){const r=[];let s=!1,i=-1;for(let o=t;o<=n;o++){const a=this.getRowRawVisible(o);s&&a?(s=!1,r.push({startRow:i,endRow:o-1,startColumn:0,endColumn:0,rangeType:Le.ROW})):!s&&!a&&(s=!0,i=o)}return s&&r.push({startRow:i,endRow:n,startColumn:0,endColumn:0,rangeType:Le.ROW}),r}getVisibleRows(t=0,n=this.getSize()-1){const r=[];let s=!1,i=-1;for(let o=t;o<=n;o++){const a=this.getRowRawVisible(o);s&&!a?(s=!1,r.push({startRow:i,endRow:o-1,startColumn:0,endColumn:0,rangeType:Le.ROW})):!s&&a&&(s=!0,i=o)}return s&&r.push({startRow:i,endRow:n,startColumn:0,endColumn:0,rangeType:Le.ROW}),r}getRowRawVisible(t){const n=this.getRow(t);return n?n.hd!==ve.TRUE:!0}getSize(){return Vt(this._rowData)}setCustomMetadata(t,n){const r=this.getRow(t);r&&(r.custom=n)}getCustomMetadata(t){var n;return(n=this.getRow(t))==null?void 0:n.custom}}const dE="DEFAULT_WORKSHEET_ROW_COUNT",vu=1e3,fE="DEFAULT_WORKSHEET_COLUMN_COUNT",Ou=20,gE="DEFAULT_WORKSHEET_ROW_HEIGHT",wu=24,mE="DEFAULT_WORKSHEET_COLUMN_WIDTH",bu=88,_E="DEFAULT_WORKSHEET_ROW_TITLE_WIDTH",Au=46,pE="DEFAULT_WORKSHEET_COLUMN_TITLE_HEIGHT",Tu=20;function yu(e){const t={name:"Sheet1",id:"sheet-01",tabColor:"",hidden:ve.FALSE,rowCount:vu,columnCount:Ou,zoomRatio:1,freeze:{xSplit:0,ySplit:0,startRow:-1,startColumn:-1},scrollTop:0,scrollLeft:0,defaultColumnWidth:bu,defaultRowHeight:wu,mergeData:[],cellData:{},rowData:{},columnData:{},showGridlines:ve.TRUE,rowHeader:{width:Au,hidden:ve.FALSE},columnHeader:{height:Tu,hidden:ve.FALSE},rightToLeft:ve.FALSE};return Object.keys(t).forEach(n=>{const r=n;typeof e[r]>"u"&&(e[r]=t[r])}),e}class EE extends st{constructor(n){super();R(this,"_cellCache",new Map);R(this,"_rowCache",new Map);R(this,"_columnCache",new Map);R(this,"_hasRow",!1);R(this,"_hasColumn",!1);R(this,"_hasAll",!1);R(this,"_allIndex",-1);R(this,"_mergeData");R(this,"_rangeMap",new Yn(5e4));R(this,"_skeletonCache",new Yn(5e4));this._init(n.concat())}_init(n){this._mergeData=n,this._createCache(n)}_clearCache(){this._cellCache.clear(),this._rowCache.clear(),this._columnCache.clear(),this._hasAll=!1,this._allIndex=-1,this._rangeMap.clear(),this._skeletonCache.clear(),this._hasColumn=!1,this._hasRow=!1}_createCache(n){let r=0;for(const s of n){const{rangeType:i}=s;i===Le.ROW?this._createRowCache(s,r):i===Le.COLUMN?this._createColumnCache(s,r):i===Le.ALL?this._createCellAllCache(r):this._createCellCache(s,r),r++}}rebuild(n){this._clearCache(),this._init(n.concat())}_createRowCache(n,r){const{startRow:s,endRow:i}=n;for(let o=s;o<=i;o++)this._rowCache.set(o,r),this._hasRow=!0}_createColumnCache(n,r){const{startColumn:s,endColumn:i}=n;for(let o=s;o<=i;o++)this._columnCache.set(o,r),this._hasColumn=!0}_createCellAllCache(n){this._hasAll=!0,this._allIndex=n}_createCellCache(n,r){for(let s=n.startRow;s<=n.endRow;s++){let i=this._cellCache.get(s);i==null&&(i=new Map,this._cellCache.set(s,i));for(let o=n.startColumn;o<=n.endColumn;o++)i.set(o,r)}}add(n){this._mergeData.push(n),this._clearCache(),this._createCache(this._mergeData)}remove(n,r){const s=this._getMergeDataIndex(n,r);s!==-1&&(this._mergeData.splice(s,1),this._clearCache(),this._createCache(this._mergeData))}getMergedCell(n,r){const s=this._getMergeDataIndex(n,r);return s!==-1?this._mergeData[s]:null}getMergeDataIndex(n,r){return this._getMergeDataIndex(n,r)}isRowContainsMergedCell(n){return this._hasAll||!ne.isEmptyObject(this._columnCache)?!0:this._mergeData.some(r=>r.startRow<=n&&n<=r.endRow)}isColumnContainsMergedCell(n){return this._hasAll||!ne.isEmptyObject(this._rowCache)?!0:this._mergeData.some(r=>r.startColumn<=n&&n<=r.endColumn)}getMergedCellRange(n,r,s,i){const o=[],a=`${n}-${r}-${s}-${i}`;if(this._rangeMap.has(a))return this._getRangeFromCache(a);let l=0;const u=[];for(const c of this._mergeData||[])Xt.intersects(c,{startRow:n,endRow:s,startColumn:r,endColumn:i})&&(o.push({...c}),u.push(l)),l++;return this._rangeMap.set(a,u),o}getMergedCellRangeForSkeleton(n,r,s,i){const o=[],a=this._mergeData,l=`${n}-${r}-${s}-${i}`;if(this._skeletonCache.has(l))return this._getSkeletonRangeFromCache(l);const u=[];for(let c=0;c<a.length;c++){const{startRow:h,endRow:d,startColumn:g,endColumn:E}=a[c];for(let I=n;I<=s;I++){let b=!1;for(let M=r;M<=i;M++)if(I>=h&&I<=d&&M>=g&&M<=E){o.push({startRow:h,endRow:d,startColumn:g,endColumn:E}),u.push(c),b=!0;break}if(b)break}}return this._skeletonCache.set(l,u),o}_getRangeFromCache(n){const r=this._rangeMap.get(n)||[],s=[];for(const i of r)s.push({...this._mergeData[i]});return s}_getSkeletonRangeFromCache(n){const r=this._skeletonCache.get(n)||[],s=[];for(const i of r)s.push({...this._mergeData[i]});return s}_getMergeDataIndex(n,r){var i;if(this._hasAll)return this._allIndex;if(this._hasRow){const o=this._rowCache.get(n);if(o!==void 0)return o}if(this._hasColumn){const o=this._columnCache.get(r);if(o!==void 0)return o}const s=(i=this._cellCache.get(n))==null?void 0:i.get(r);return s!==void 0?s:-1}getMergeDataSnapshot(){return this._mergeData}dispose(){this._clearCache(),this._mergeData=[]}}class Nu extends st{constructor(n){super();R(this,"_cellContentInterceptor",null);R(this,"_rowFilteredInterceptor",null);this.getRawCell=n}dispose(){super.dispose(),this._cellContentInterceptor=null,this._rowFilteredInterceptor=null}getCell(n,r,s,i){return this._cellContentInterceptor?this._cellContentInterceptor.getCell(n,r,Nn.Value|Nn.Style,s,i):this.getRawCell(n,r)}getCellValueOnly(n,r){return this._cellContentInterceptor?this._cellContentInterceptor.getCell(n,r,Nn.Value):this.getRawCell(n,r)}getCellStyleOnly(n,r){return this._cellContentInterceptor?this._cellContentInterceptor.getCell(n,r,Nn.Style):this.getRawCell(n,r)}getRowFiltered(n){var r,s;return(s=(r=this._rowFilteredInterceptor)==null?void 0:r.getRowFiltered(n))!=null?s:!1}registerCellContentInterceptor(n){if(this._cellContentInterceptor)throw new Error("[SheetViewModel]: Interceptor already registered.");return this._cellContentInterceptor=n,tt(()=>this._cellContentInterceptor=null)}registerRowFilteredInterceptor(n){if(this._rowFilteredInterceptor)throw new Error("[SheetViewModel]: Interceptor already registered.");return this._rowFilteredInterceptor=n,tt(()=>this._rowFilteredInterceptor=null)}}const Mu={isDeepClone:!1,displayRawFormula:!1,ignoreTextRotation:!1};class fr{constructor(t,n,r){R(this,"_sheetId");R(this,"_snapshot");R(this,"_cellData");R(this,"_rowManager");R(this,"_columnManager");R(this,"_viewModel");R(this,"_spanModel");var a;this.unitId=t,this._styles=r,this._snapshot=yu(n);const{columnData:s,rowData:i,cellData:o}=this._snapshot;this._sheetId=(a=this._snapshot.id)!=null?a:ne.generateRandomId(6),this._cellData=new Et(o),this._viewModel=new Nu((l,u)=>this.getCellRaw(l,u)),this._rowManager=new hE(this._snapshot,this._viewModel,i),this._columnManager=new cE(this._snapshot,s),this._spanModel=new EE(this._snapshot.mergeData)}__interceptViewModel(t){t(this._viewModel)}getSnapshot(){return this._snapshot}setMergeData(t){this._snapshot.mergeData=t,this.getSpanModel().rebuild(t)}getSpanModel(){return this._spanModel}getStyleDataByHash(t){return{...this._styles.get(t)}}setStyleData(t){return this._styles.setValue(t)}getColumnStyle(t,n=!1){return n?this._columnManager.getColumnStyle(t):this._styles.get(this._columnManager.getColumnStyle(t))}setColumnStyle(t,n){this._columnManager.setColumnStyle(t,n)}getRowStyle(t,n=!1){return n?this._rowManager.getRowStyle(t):this._styles.get(this._rowManager.getRowStyle(t))}setRowStyle(t,n){this._rowManager.setRowStyle(t,n)}getDefaultCellStyle(){return this._snapshot.defaultStyle}getDefaultCellStyleInternal(){const t=this._snapshot.defaultStyle;return this._styles.get(t)}setDefaultCellStyle(t){this._snapshot.defaultStyle=t}getCellStyle(t,n){const r=this.getCell(t,n);if(r){const s=r.s;return typeof s=="string"?this._styles.get(s):s}return null}getComposedCellStyle(t,n,r=!0){const s=this.getCellStyle(t,n),i=this.getDefaultCellStyleInternal(),o=this.getRowStyle(t),a=this.getColumnStyle(n);return r?ms(i,o,a,s):ms(i,a,o,s)}getCellMatrix(){return this._cellData}getCellMatrixPrintRange(){const t=this.getCellMatrix(),n=this.getMergeData();let r=-1,s=-1,i=-1,o=-1,a=!1,l=!1;return t.forEach((u,c)=>{Object.keys(c).forEach(h=>{const d=+h,g=t.getValue(u,d),E=g!=null&&g.s?this._styles.get(g.s):null,I=(E==null?void 0:E.bd)&&(E.bd.b||E.bd.l||E.bd.r||E.bd.t||E.bd.bc_tr||E.bd.bl_tr||E.bd.ml_tr||E.bd.tl_bc||E.bd.tl_br||E.bd.tl_mr);(g&&(g.v||g.p)||E!=null&&E.bg||I)&&(a?r=Math.min(r,u):(r=u,a=!0),s=Math.max(s,u),l?i=Math.min(i,d):(l=!0,i=d),o=Math.max(o,d))})}),n.forEach(u=>{a?r=Math.min(r,u.startRow):(r=u.startRow,a=!0),s=Math.max(s,u.endRow),l?i=Math.min(i,u.startColumn):(i=u.startColumn,a=!0),o=Math.max(o,u.endColumn)}),!a||!l?null:{startColumn:i,startRow:r,endColumn:o,endRow:s}}getRowManager(){return this._rowManager}getUnitId(){return this.unitId}getSheetId(){return this._sheetId}getColumnManager(){return this._columnManager}getName(){return this._snapshot.name}clone(){const{_snapshot:t}=this,n=ne.deepClone(t);return new fr(this.unitId,n,this._styles)}getMergeData(){return this._spanModel.getMergeDataSnapshot()}getMergedCell(t,n){return this._spanModel.getMergedCell(t,n)}getMergedCellRange(t,n,r,s){return this._spanModel.getMergedCellRange(t,n,r,s)}isRowContainsMergedCell(t){return this._spanModel.isRowContainsMergedCell(t)}isColumnContainsMergedCell(t){return this._spanModel.isColumnContainsMergedCell(t)}getCellInfoInMergeData(t,n){const r=this.getMergedCell(t,n);let s=!1,i=!1,o=t,a=n,l=t,u=n;if(r){const{startRow:c,endRow:h,startColumn:d,endColumn:g}=r;t===c&&n===d?(o=h,a=g,l=c,u=d,i=!0):t>=c&&t<=h&&n>=d&&n<=g&&(o=h,a=g,l=c,u=d,s=!0)}return{actualRow:t,actualColumn:n,isMergedMainCell:i,isMerged:s,endRow:o,endColumn:a,startRow:l,startColumn:u}}getCell(t,n){return t<0||n<0?null:this._viewModel.getCell(t,n)}getCellValueOnly(t,n){return t<0||n<0?null:this._viewModel.getCellValueOnly(t,n)}getCellStyleOnly(t,n){return t<0||n<0?null:this._viewModel.getCellStyleOnly(t,n)}getCellRaw(t,n){return this.getCellMatrix().getValue(t,n)}getCellWithFilteredInterceptors(t,n,r,s){return this._viewModel.getCell(t,n,r,s)}getRowFiltered(t){return this._viewModel.getRowFiltered(t)}getMatrixWithMergedCells(t,n,r,s,i=pn.Raw){const o=this.getCellMatrix(),a=this._spanModel.getMergedCellRange(t,n,r,s),l=new Et;return Us(t,r,n,s).forEach((u,c)=>{var d;let h;if(i===pn.Raw)h=this.getCellRaw(u,c);else if(i===pn.Intercepted)h=this.getCell(u,c);else if(i===pn.Both){const g=this.getCellRaw(u,c);if(g){h={...g};const E=(d=this.getCell(u,c))==null?void 0:d.v;Ru(E)&&h&&(h.displayV=String(E))}}h&&l.setValue(u,c,h)}),a.forEach(u=>{const{startColumn:c,startRow:h,endColumn:d,endRow:g}=u;Us(h,g,c,d).forEach((E,I)=>{E===h&&I===c&&l.setValue(E,I,{...o.getValue(E,I),rowSpan:g-h+1,colSpan:d-c+1}),(E!==h||I!==c)&&l.realDeleteValue(E,I)})}),l}getRange(t,n,r,s){return typeof t=="object"?new Rn(this,t,{getStyles:()=>this._styles}):new Rn(this,{startRow:t,startColumn:n,endColumn:s||n,endRow:r||t},{getStyles:()=>this._styles})}getScrollLeftTopFromSnapshot(){return{scrollLeft:this._snapshot.scrollLeft,scrollTop:this._snapshot.scrollTop}}getZoomRatio(){return this._snapshot.zoomRatio||1}getConfig(){return this._snapshot}getFreeze(){return this._snapshot.freeze}getMaxColumns(){const{_snapshot:t}=this,{columnCount:n}=t;return n}getMaxRows(){const{_snapshot:t}=this,{rowCount:n}=t;return n}getRowCount(){return this._snapshot.rowCount}setRowCount(t){this._snapshot.rowCount=t}getColumnCount(){return this._snapshot.columnCount}setColumnCount(t){this._snapshot.columnCount=t}isSheetHidden(){return this._snapshot.hidden}hasHiddenGridlines(){const{_snapshot:t}=this,{showGridlines:n}=t;return n===0}getGridlinesColor(){return this.getConfig().gridlinesColor}getTabColor(){const{_snapshot:t}=this,{tabColor:n}=t;return n}getColumnWidth(t){return this.getColumnManager().getColumnWidth(t)}getRowHeight(t){return this._viewModel.getRowFiltered(t)?0:this.getRowManager().getRowHeight(t)}isRowFiltered(t){return this._viewModel.getRowFiltered(t)}getRowVisible(t){return!this.isRowFiltered(t)&&this.getRowRawVisible(t)}getRowRawVisible(t){return this.getRowManager().getRowRawVisible(t)}getHiddenRows(t,n){const r=this.getMaxColumns()-1,s=this._rowManager.getHiddenRows(t,n);return s.forEach(i=>i.endColumn=r),s}getColVisible(t){return this._columnManager.getColVisible(t)}getHiddenCols(t,n){const r=this.getMaxRows()-1,s=this._columnManager.getHiddenCols(t,n);return s.forEach(i=>i.endRow=r),s}getVisibleRows(){const t=this.getRowCount();return this._rowManager.getVisibleRows(0,t-1)}getVisibleCols(){const t=this.getColumnCount();return this._columnManager.getVisibleCols(0,t-1)}isRightToLeft(){const{_snapshot:t}=this,{rightToLeft:n}=t;return n}getLastRowWithContent(){return this._cellData.getLength()-1}getLastColumnWithContent(){return this._cellData.getRange().endColumn}getDataRangeScope(){return this._cellData.getStartEndScope()}cellHasValue(t){return t&&(t.v!==void 0||t.f!==void 0||t.p!==void 0)}iterateByRow(t,n=!0){const{startRow:r,startColumn:s,endRow:i,endColumn:o}=t,a=this;return{[Symbol.iterator]:()=>{let l=r,u=s;return{next(){for(;;){if(u>o&&(l+=1,u=s),l>i)return{done:!0,value:void 0};const c=a.getCell(l,u),h=!c,d=a.getMergedCell(l,u);if(d){if(l!==d.startRow||u!==d.startColumn){u=d.endColumn+1;continue}if(h&&n){u=d.endColumn+1;continue}const E={row:l,col:u,value:c};return E.colSpan=d.endColumn-d.startColumn+1,E.rowSpan=d.endRow-d.startRow+1,u=d.endColumn+1,{done:!1,value:E}}if(h&&n)u+=1;else{const g={row:l,col:u,value:c};return u+=1,{done:!1,value:g}}}}}}}}iterateByColumn(t,n=!0,r=!0){const{startRow:s,startColumn:i,endRow:o,endColumn:a}=t,l=this;return{[Symbol.iterator]:()=>{let u=s,c=i;return{next(){for(;;){if(u>o&&(c+=1,u=s),c>a)return{done:!0,value:void 0};const h=l.getMergedCell(u,c);if(h){const E=u!==h.startRow,I=E||c!==h.startColumn;if(r&&I||!r&&E){u=h.endRow+1;continue}const b=l.getCell(h.startRow,h.startColumn);if(!b&&n){u=h.endRow+1;continue}const V={row:u,col:h.startColumn,value:b};return V.colSpan=h.endColumn-h.startColumn+1,V.rowSpan=h.endRow-h.startRow+1,u=h.endRow+1,{done:!1,value:V}}const d=l.getCell(u,c);if(!d&&n)u+=1;else{const E={row:u,col:c,value:d};return u+=1,{done:!1,value:E}}}}}}}}_getCellDocumentModel(t,n=Mu){var I;const{isDeepClone:r,displayRawFormula:s,ignoreTextRotation:i}={...Mu,...n},o=this._styles.getStyleByCell(t);if(!t)return;let a,l="document";const u=aE(o),c=i?ut.tr:u.textRotation||ut.tr;let h=u.horizontalAlign||ut.ht;const d=u.verticalAlign||ut.vt,g=u.wrapStrategy||ut.tb,E=u.paddingData||Ei;if(t.f&&s)a=dr(t.f.toString(),{},{verticalAlign:d}),h=ut.ht;else if(t.p){const{centerAngle:b,vertexAngle:M}=Su(c);a=this._updateConfigAndGetDocumentModel(r?ne.deepClone(t.p):t.p,h,E,{horizontalAlign:h,verticalAlign:d,centerAngle:b,vertexAngle:M,wrapStrategy:g,zeroWidthParagraphBreak:1})}else if(t.v!=null){const b=Eu(o);l=Iu(b).fontCache;let M=Du(t);t.t===zt.FORCE_STRING&&s&&(M=`'${M}`),a=dr(M,b,{...u,textRotation:c,cellValueType:t.t})}return a&&t.linkUrl&&t.linkId&&Cu(a,t.linkUrl,t.linkId),{documentModel:a,fontString:l,textRotation:c,wrapStrategy:g,verticalAlign:d,horizontalAlign:h,paddingData:E,fill:(I=o==null?void 0:o.bg)==null?void 0:I.rgb}}_updateConfigAndGetDocumentModel(t,n,r,s){var o,a,l,u,c;if(!s||!((o=t.body)!=null&&o.dataStream))return;t.documentStyle||(t.documentStyle={}),t.documentStyle.marginTop=(a=r.t)!=null?a:0,t.documentStyle.marginBottom=(l=r.b)!=null?l:2,t.documentStyle.marginLeft=(u=r.l)!=null?u:2,t.documentStyle.marginRight=(c=r.r)!=null?c:2,t.documentStyle.pageSize={width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY},t.documentStyle.renderConfig={...t.documentStyle.renderConfig,...s};const i=t.body.paragraphs||[];for(const h of i)h.paragraphStyle||(h.paragraphStyle={}),h.paragraphStyle.horizontalAlign=n;return new Mt(t)}getBlankCellDocumentModel(t){const n=this._getCellDocumentModel(t,{ignoreTextRotation:!0}),r=this._styles.getStyleByCell(t),s=Eu(r);if(n!=null)return n.documentModel==null&&(n.documentModel=dr("",s)),n;const i="";let o="document";const a=ut.tr,l=ut.ht,u=ut.vt,c=ut.tb,h=Ei;return o=Iu({}).fontCache,{documentModel:dr(i,s),fontString:o,textRotation:a,wrapStrategy:c,verticalAlign:u,horizontalAlign:l,paddingData:h}}getCellDocumentModelWithFormula(t){return this._getCellDocumentModel(t,{isDeepClone:!0,displayRawFormula:!0,ignoreTextRotation:!0})}getCustomMetadata(){return this._snapshot.custom}setCustomMetadata(t){this._snapshot.custom=t}}function Du(e){var r,s;if(!e)return"";const t=(s=(r=e.p)==null?void 0:r.body)==null?void 0:s.dataStream;if(t)return at.transform.getPlainText(t);const n=e.v;return typeof n=="string"?e.t===zt.BOOLEAN?n.toUpperCase():n.replace(/[\r\n]/g,""):typeof n=="number"?e.t===zt.BOOLEAN?n?"TRUE":"FALSE":n.toString():typeof n=="boolean"?n?"TRUE":"FALSE":""}function CE(e){if(e===null)return"";if(e!=null&&e.p){const t=e==null?void 0:e.p.body;if(t==null)return"";const n=t.dataStream;return at.transform.getPlainText(n)}return e==null?void 0:e.v}var RE=Object.getOwnPropertyDescriptor,IE=(e,t,n,r)=>{for(var s=r>1?void 0:r?RE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},SE=(e,t)=>(n,r)=>t(n,r,e);function vE(e,t){return`${e.getUnitId()}|${t.getSheetId()}`}f.Workbook=class extends Zr{constructor(n={},r){super();R(this,"type",$e.UNIVER_SHEET);R(this,"_sheetCreated$",new Ce.Subject);R(this,"sheetCreated$",this._sheetCreated$.asObservable());R(this,"_sheetDisposed$",new Ce.Subject);R(this,"sheetDisposed$",this._sheetDisposed$.asObservable());R(this,"_activeSheet$",new Ce.BehaviorSubject(null));R(this,"activeSheet$",this._activeSheet$.asObservable());R(this,"_worksheets");R(this,"_styles");R(this,"_snapshot");R(this,"_unitId");R(this,"_count");R(this,"_name$");R(this,"name$");this._logService=r;const s=rE();ne.isEmptyObject(n)?this._snapshot=s:this._snapshot=ne.commonExtend(s,n);const{styles:i}=this._snapshot;(this._snapshot.id==null||this._snapshot.id.length===0)&&(this._snapshot.id=ne.generateRandomId(6)),this._unitId=this._snapshot.id,this._styles=new _u(i),this._count=1,this._worksheets=new Map,this._name$=new Ce.BehaviorSubject(n.name||""),this.name$=this._name$.asObservable(),this._parseWorksheetSnapshots()}get _activeSheet(){return this._activeSheet$.getValue()}get name(){return this._name$.getValue()}static isIRangeType(n){return typeof n=="string"||"startRow"in n||"row"in n}dispose(){super.dispose(),this._sheetCreated$.complete(),this._sheetDisposed$.complete(),this._activeSheet$.complete(),this._name$.complete()}save(){return ne.deepClone(this._snapshot)}getSnapshot(){return this._snapshot}getName(){return this._snapshot.name}setName(n){this._name$.next(n),this._snapshot.name=n}getUnitId(){return this._unitId}getRev(){var n;return(n=this._snapshot.rev)!=null?n:1}incrementRev(){this._snapshot.rev=this.getRev()+1}setRev(n){this._snapshot.rev=n}addWorksheet(n,r,s){const{sheets:i,sheetOrder:o}=this._snapshot;if(i[n])return!1;i[n]=s,o.splice(r,0,n);const a=new fr(this._unitId,s,this._styles);return this._worksheets.set(n,a),this._sheetCreated$.next(a),!0}getSheetOrders(){return this._snapshot.sheetOrder}getWorksheets(){return this._worksheets}getActiveSpreadsheet(){return this}getStyles(){return this._styles}getConfig(){return this._snapshot}getIndexBySheetId(n){const{sheetOrder:r}=this._snapshot;return r.findIndex(s=>s===n)}getActiveSheet(n){if(!this._activeSheet&&typeof n>"u")throw new Error(`[Workbook]: no active Worksheet on Workbook ${this._unitId}!`);return this._activeSheet}ensureActiveSheet(){const n=this._activeSheet;if(n)return n;const r=this._snapshot.sheetOrder;for(let i=0,o=r.length;i<o;i++){const a=this._worksheets.get(r[i]);if(a&&a.isSheetHidden()!==ve.TRUE)return this.setActiveSheet(a),a}const s=this._worksheets.get(r[0]);return this.setActiveSheet(s),s}setActiveSheet(n){this._activeSheet$.next(n)}removeSheet(n){const r=this._worksheets.get(n);return r?(this._worksheets.delete(n),this._snapshot.sheetOrder.splice(this._snapshot.sheetOrder.indexOf(n),1),delete this._snapshot.sheets[n],this._sheetDisposed$.next(r),!0):!1}getActiveSheetIndex(){const{sheetOrder:n}=this._snapshot;return n.findIndex(r=>this._worksheets.get(r)===this._activeSheet)}getSheetSize(){return this._snapshot.sheetOrder.length}getSheets(){const{sheetOrder:n}=this._snapshot;return n.map(r=>this._worksheets.get(r))}getSheetsName(){const{sheetOrder:n}=this._snapshot,r=[];return n.forEach(s=>{const i=this._worksheets.get(s);i&&r.push(i.getName())}),r}getSheetIndex(n){const{sheetOrder:r}=this._snapshot;return r.findIndex(s=>n.getSheetId()===s)}getSheetBySheetName(n){const{sheetOrder:r}=this._snapshot,s=r.find(i=>this._worksheets.get(i).getName()===n);return this._worksheets.get(s)}getSheetBySheetId(n){return this._worksheets.get(n)}getSheetByIndex(n){const{sheetOrder:r}=this._snapshot;return this._worksheets.get(r[n])}getHiddenWorksheets(){return this.getSheets().filter(n=>n.getConfig().hidden===ve.TRUE).map(n=>n.getConfig().id)}getUnhiddenWorksheets(){return this.getSheets().filter(n=>n.getConfig().hidden!==ve.TRUE).map(n=>n.getConfig().id)}load(n){this._snapshot=n}checkSheetName(n){return this.getSheetsName().includes(n)}uniqueSheetName(n="Sheet1"){let r=n;for(;this.checkSheetName(r);)r=n+this._count,this._count++;return r}generateNewSheetName(n){let r=n+this._count;for(;this.checkSheetName(r);)r=n+this._count,this._count++;return r}_parseWorksheetSnapshots(){const{_snapshot:n,_worksheets:r}=this,{sheets:s,sheetOrder:i}=n;if(ne.isEmptyObject(s)){const o=ne.generateRandomId();s[o]={id:o}}for(const o in s){const a=s[o],{name:l}=a;a.name=this.uniqueSheetName(l),a.name!==l&&this._logService.debug("[Workbook]",`The worksheet name ${l} is duplicated, we changed it to ${a.name}. Please fix the problem in your snapshot.`);const u=new fr(this._unitId,a,this._styles);r.set(o,u),i.includes(o)||i.push(o)}this.ensureActiveSheet()}getCustomMetadata(){return this._snapshot.custom}setCustomMetadata(n){this._snapshot.custom=n}},f.Workbook=IE([SE(1,It)],f.Workbook);class Ci extends Zr{constructor(n){var r;super();R(this,"type",$e.UNIVER_SLIDE);R(this,"_activePage$",new Ce.BehaviorSubject(null));R(this,"activePage$",this._activePage$.asObservable());R(this,"_name$");R(this,"name$");R(this,"_snapshot");R(this,"_unitId");this._snapshot={...Ia,...n},this._unitId=(r=this._snapshot.id)!=null?r:ne.generateRandomId(6),this._name$=new Ce.BehaviorSubject(this._snapshot.title),this.name$=this._name$.asObservable()}get _activePage(){var r,s;const n=this._activePage$.getValue();if(!n){const i=(r=this.getPageOrder())==null?void 0:r[0];return i?(s=this.getPages())==null?void 0:s[i]:null}return n}setName(n){var r;this._snapshot.title=n,this._name$.next(n),this._unitId=(r=this._snapshot.id)!=null?r:Bt(6)}getRev(){return 0}incrementRev(){}setRev(n){}getSnapshot(){return this._snapshot}getUnitId(){return this._unitId}getPages(){var n;return(n=this._snapshot.body)==null?void 0:n.pages}getPageOrder(){var n;return(n=this._snapshot.body)==null?void 0:n.pageOrder}getPage(n){const r=this.getPages();return r==null?void 0:r[n]}getElementsByPage(n){var r;return(r=this.getPage(n))==null?void 0:r.pageElements}getElement(n,r){var s;return(s=this.getElementsByPage(n))==null?void 0:s[r]}getPageSize(){return this._snapshot.pageSize}getBlankPage(){const n=Bt(6);return{id:n,pageType:Ns.SLIDE,zIndex:10,title:n,description:"",pageBackgroundFill:{rgb:"rgb(255,255,255)"},pageElements:{}}}setActivePage(n){this._activePage$.next(n)}getActivePage(){return this._activePage}updatePage(n,r){this._snapshot.body&&(this._snapshot.body.pages[n]=r)}appendPage(n){var i;if(!this._snapshot.body)return;this._snapshot.body.pages[n.id]=n;const r=this._activePage,s=this._snapshot.body.pageOrder.indexOf((i=r==null?void 0:r.id)!=null?i:"");this._snapshot.body.pageOrder.splice(s+1,0,n.id)}}var OE=Object.getOwnPropertyDescriptor,wE=(e,t,n,r)=>{for(var s=r>1?void 0:r?OE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},Lu=(e,t)=>(n,r)=>t(n,r,e);const Dn=We.createIdentifier("univer.current");f.UniverInstanceService=class extends st{constructor(n,r){super();R(this,"_unitsByType",new Map);R(this,"_createHandler");R(this,"_ctorByType",new Map);R(this,"_currentUnits",new Map);R(this,"_currentUnits$",new Ce.BehaviorSubject(this._currentUnits));R(this,"currentUnits$",this._currentUnits$.asObservable());R(this,"_unitAdded$",new Ce.Subject);R(this,"unitAdded$",this._unitAdded$.asObservable());R(this,"_unitDisposed$",new Ce.Subject);R(this,"unitDisposed$",this._unitDisposed$.asObservable());R(this,"_focused$",new Ce.BehaviorSubject(null));R(this,"focused$",this._focused$.asObservable());this._injector=n,this._contextService=r}dispose(){super.dispose(),this._focused$.complete()}__setCreateHandler(n){this._createHandler=n}createUnit(n,r,s){return this._createHandler(n,r,this._ctorByType.get(n),s)}registerCtorForType(n,r){return this._ctorByType.set(n,r),{dispose:()=>{this._ctorByType.delete(n)}}}getCurrentTypeOfUnit$(n){return this.currentUnits$.pipe(Ce.map(r=>{var s;return(s=r.get(n))!=null?s:null}),Ce.distinctUntilChanged())}getCurrentUnitForType(n){return this._currentUnits.get(n)}getCurrentUnitOfType(n){return this.getCurrentUnitForType(n)}setCurrentUnitForType(n){const r=this._getUnitById(n);if(!r)throw new Error(`[UniverInstanceService]: no document with unitId ${n}!`);this._currentUnits.set(r[1],r[0]),this._currentUnits$.next(this._currentUnits)}getTypeOfUnitAdded$(n){return this._unitAdded$.pipe(Ce.filter(r=>r.type===n))}__addUnit(n,r){var a;const s=n.type;this._unitsByType.has(s)||this._unitsByType.set(s,[]);const i=this._unitsByType.get(s),o=n.getUnitId();if(i.findIndex(l=>l.getUnitId()===o)!==-1)throw new Error(`[UniverInstanceService]: cannot create a unit with the same unit id: ${o}.`);i.push(n),this._unitAdded$.next(n),((a=r==null?void 0:r.makeCurrent)==null||a)&&this.setCurrentUnitForType(n.getUnitId())}getTypeOfUnitDisposed$(n){return this.unitDisposed$.pipe(Ce.filter(r=>r.type===n))}getUnit(n,r){var i;const s=(i=this._getUnitById(n))==null?void 0:i[0];return r&&(s==null?void 0:s.type)!==r?null:s}getCurrentUniverDocInstance(){return this.getCurrentUnitForType($e.UNIVER_DOC)}getUniverDocInstance(n){return this.getUnit(n,$e.UNIVER_DOC)}getUniverSheetInstance(n){return this.getUnit(n,$e.UNIVER_SHEET)}getAllUnitsForType(n){var r;return(r=this._unitsByType.get(n))!=null?r:[]}changeDoc(n,r){const s=this.getAllUnitsForType($e.UNIVER_DOC),i=s.find(o=>o.getUnitId()===n);if(i!=null){const o=s.indexOf(i);s.splice(o,1)}this.__addUnit(r)}get focused(){var r;const n=this._focused$.getValue();return n?(r=this._getUnitById(n))==null?void 0:r[0]:null}focusUnit(n){this._focused$.next(n),this.focused instanceof f.Workbook?(this._contextService.setContextValue(ur,!0),this._contextService.setContextValue(cr,!1),this._contextService.setContextValue(Mn,!0),this._contextService.setContextValue(hr,!1),this.setCurrentUnitForType(n)):this.focused instanceof Mt?(this._contextService.setContextValue(ur,!0),this._contextService.setContextValue(cr,!0),this._contextService.setContextValue(Mn,!1),this._contextService.setContextValue(hr,!1),this.setCurrentUnitForType(n)):this.focused instanceof Ci?(this._contextService.setContextValue(ur,!0),this._contextService.setContextValue(cr,!1),this._contextService.setContextValue(Mn,!1),this._contextService.setContextValue(hr,!0),this.setCurrentUnitForType(n)):(this._contextService.setContextValue(ur,!1),this._contextService.setContextValue(cr,!1),this._contextService.setContextValue(Mn,!1),this._contextService.setContextValue(hr,!1))}getFocusedUnit(){return this.focused}getUnitType(n){const r=this._getUnitById(n);return r?r[1]:$e.UNRECOGNIZED}disposeUnit(n){const r=this._getUnitById(n);if(!r)return!1;const[s,i]=r,o=this._unitsByType.get(i),a=o.indexOf(s);return o.splice(a,1),this._tryResetCurrentOnRemoval(n,i),this._tryResetFocusOnRemoval(n),this._unitDisposed$.next(s),!0}_tryResetCurrentOnRemoval(n,r){const s=this.getCurrentUnitForType(r);(s==null?void 0:s.getUnitId())===n&&(this._currentUnits.set(r,null),this._currentUnits$.next(this._currentUnits))}_tryResetFocusOnRemoval(n){var r;((r=this.focused)==null?void 0:r.getUnitId())===n&&this._focused$.next(null)}_getUnitById(n){for(const[r,s]of this._unitsByType){const i=s.find(o=>o.getUnitId()===n);if(i)return[i,r]}}},f.UniverInstanceService=wE([Lu(0,We.Inject(We.Injector)),Lu(1,_n)],f.UniverInstanceService);var Je=(e=>(e[e.Starting=0]="Starting",e[e.Ready=1]="Ready",e[e.Rendered=2]="Rendered",e[e.Steady=3]="Steady",e))(Je||{});const bE={0:"Starting",1:"Ready",2:"Rendered",3:"Steady"};var AE=Object.getOwnPropertyDescriptor,TE=(e,t,n,r)=>{for(var s=r>1?void 0:r?AE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},yE=(e,t)=>(n,r)=>t(n,r,e);f.LifecycleService=class extends st{constructor(n){super();R(this,"_lifecycle$",new Ce.BehaviorSubject(Je.Starting));R(this,"lifecycle$",this._lifecycle$.asObservable());R(this,"_lock",!1);this._logService=n,this._reportProgress(Je.Starting)}get stage(){return this._lifecycle$.getValue()}set stage(n){if(this._lock)throw new Error("[LifecycleService]: cannot set new stage when related logic is all handled!");if(n<this.stage)throw new Error("[LifecycleService]: lifecycle stage cannot go backward!");n!==this.stage&&(this._lock=!0,this._reportProgress(n),this._lifecycle$.next(n),this._lock=!1)}dispose(){this._lifecycle$.complete(),super.dispose()}onStage(n){return Ce.firstValueFrom(this.lifecycle$.pipe(Ce.filter(r=>r>=n),fs(r=>r===n),Ce.map(()=>{})))}subscribeWithPrevious(){return Ce.merge(Uu(this.stage),this._lifecycle$.pipe(Ce.skip(1))).pipe(fs(n=>n===Je.Steady))}_reportProgress(n){this._logService.debug("[LifecycleService]",`lifecycle progressed to "${bE[n]}".`)}},f.LifecycleService=TE([yE(0,It)],f.LifecycleService);function Uu(e){switch(e){case Je.Starting:return Ce.of(Je.Starting);case Je.Ready:return Ce.of(Je.Starting,Je.Ready);case Je.Rendered:return Ce.of(Je.Starting,Je.Ready,Je.Rendered);default:return Ce.of(Je.Starting,Je.Ready,Je.Rendered,Je.Steady)}}const NE=We.createIdentifier("ILocalStorageService");class gn extends st{constructor(){super();R(this,"_currentLocale$",new Ce.BehaviorSubject(Wn.ZH_CN));R(this,"currentLocale$",this._currentLocale$.asObservable());R(this,"_locales",null);R(this,"localeChanged$",new Ce.Subject);R(this,"t",(n,...r)=>{if(!this._locales)throw new Error("[LocaleService]: Locale not initialized");const s=n.split("."),i=this.resolveKeyPath(this._locales[this._currentLocale],s);if(typeof i=="string"){let o=i;return r.forEach((a,l)=>{o=o.replace(`{${l}}`,a)}),o}else return n});this.disposeWithMe(tt(()=>this.localeChanged$.complete()))}get _currentLocale(){return this._currentLocale$.value}load(n){var r;this._locales=Ks((r=this._locales)!=null?r:{},n)}setLocale(n){this._currentLocale$.next(n),this.localeChanged$.next()}getLocales(){var n;return(n=this._locales)==null?void 0:n[this._currentLocale]}getCurrentLocale(){return this._currentLocale}resolveKeyPath(n,r){const s=r.shift();if(s&&n&&s in n){const i=n[s];return r.length>0&&(typeof i=="object"||Array.isArray(i))?this.resolveKeyPath(i,r):i}return null}}var Ri=(e=>(e.INIT="init",e.FETCHING="fetching",e.DONE="done",e))(Ri||{});const Pu=We.createIdentifier("univer.permission-service");class ku extends st{constructor(){super(...arguments);R(this,"_permissionPointMap",new Map);R(this,"_permissionPointUpdate$",new Ce.Subject);R(this,"permissionPointUpdate$",this._permissionPointUpdate$.asObservable());R(this,"_showComponents",!0)}setShowComponents(n){this._showComponents=n}getShowComponents(){return this._showComponents}deletePermissionPoint(n){const r=this._permissionPointMap.get(n);r&&(r.complete(),this._permissionPointMap.delete(n))}addPermissionPoint(n){const r=n instanceof Ce.BehaviorSubject,s=r?n.getValue():n;if(!s.id)return!1;if(this._permissionPointMap.get(s.id))throw new Error(`${s.id} PermissionPoint already exists`);return this._permissionPointMap.set(s.id,r?n:new Ce.BehaviorSubject(s)),this._permissionPointUpdate$.next(s),!0}updatePermissionPoint(n,r){const s=this._permissionPointMap.get(n);if(!s)return;const i=s.getValue();i.value=r,i.status=Ri.DONE,s.next(i),this._permissionPointUpdate$.next(i)}clearPermissionMap(){this._permissionPointMap.clear()}getPermissionPoint(n){const r=this._permissionPointMap.get(n);if(r)return r.getValue()}getPermissionPoint$(n){const r=this._permissionPointMap.get(n);if(r)return r}composePermission$(n){const r=n.map(s=>{var o;const i=(o=this._permissionPointMap)==null?void 0:o.get(s);if(!i)throw new Error(`[PermissionService]: ${s} permissionPoint does not exist!`);return i.asObservable()});return Ce.combineLatest(r).pipe(Ft.map(s=>s))}composePermission(n){return n.map(s=>{var o;const i=(o=this._permissionPointMap)==null?void 0:o.get(s);if(!i)throw new Error(`[PermissionService]: ${s} permissionPoint does not exist!`);return i.getValue()})}getAllPermissionPoint(){const n=new Map;return this._permissionPointMap.forEach((r,s)=>{n.set(s,r)}),n}}var ME=Object.getOwnPropertyDescriptor,DE=(e,t,n,r)=>{for(var s=r>1?void 0:r?ME(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},Ii=(e,t)=>(n,r)=>t(n,r,e);const LE=4,Fu=Symbol("DependentOn");class Si extends st{onStarting(){}onReady(){}onRendered(){}onSteady(){}getUnitType(){return this.constructor.type}getPluginName(){return this.constructor.pluginName}}R(Si,"pluginName"),R(Si,"type",$e.UNIVER_UNKNOWN);class UE{constructor(){R(this,"_plugins",[])}addPlugin(t){this._plugins.push(t)}removePlugins(){const t=this._plugins.slice();return this._plugins.length=0,t}forEachPlugin(t){this._plugins.forEach(t)}}function PE(...e){return function(t){t[Fu]=e}}f.PluginService=class{constructor(t,n,r){R(this,"_pluginRegistry",new Map);R(this,"_pluginStore",new UE);R(this,"_seenPlugins",new Set);R(this,"_loadedPlugins",new Set);R(this,"_loadedPluginTypes",new Set([$e.UNIVER_UNKNOWN]));R(this,"_flushTimerByType",new Map);this._injector=t,this._lifecycleService=n,this._logService=r}dispose(){this._pluginStore.removePlugins().forEach(t=>t.dispose()),this._flushTimerByType.forEach(t=>clearTimeout(t))}registerPlugin(t,n){this._assertPluginValid(t);const r={plugin:t,options:n};this._pluginRegistry.set(t.pluginName,r),this._logService.debug("[PluginService]",`Plugin "${t.pluginName}" registered.`);const{type:s}=t;this._loadedPluginTypes.has(s)&&(s===$e.UNIVER_UNKNOWN?this._loadFromPlugins([r]):this._flushType(s))}startPluginsForType(t){this._loadedPluginTypes.has(t)||this._loadPluginsForType(t)}_loadPluginsForType(t){const n=Array.from(this._pluginRegistry.keys()),r=[];n.forEach(s=>{const i=this._pluginRegistry.get(s);i.plugin.type===t&&r.push(i)}),this._loadFromPlugins(r),this._loadedPluginTypes.add(t)}_assertPluginValid(t){const{type:n,pluginName:r}=t;if(n===$e.UNRECOGNIZED)throw new Error(`[PluginService]: invalid plugin type for ${t.name}. Please assign a "type" to your plugin.`);if(!r)throw new Error(`[PluginService]: no plugin name for ${t.name}. Please assign a "pluginName" to your plugin.`);if(this._seenPlugins.has(r))throw new Error(`[PluginService]: duplicated plugin name for "${r}". Maybe a plugin that dependents on "${r} has already registered it. In that case please register "${r}" before the that plugin.`);this._seenPlugins.add(t.pluginName)}_flushType(t){this._flushTimerByType.get(t)===void 0&&this._flushTimerByType.set(t,setTimeout(()=>{this._loadPluginsForType(t),this._flushTimerByType.delete(t)},LE))}_loadFromPlugins(t){const n=[],r=new Set,s=o=>{const{plugin:a}=o,{pluginName:l}=a;if(this._loadedPlugins.has(l)||r.has(l))return;r.add(l),this._pluginRegistry.delete(l);const u=a[Fu];u&&u.forEach(c=>{const h=this._pluginRegistry.get(c.pluginName);if(h)s(h);else if(!this._seenPlugins.has(c.pluginName)&&!r.has(c.pluginName)){if(a.type===$e.UNIVER_UNKNOWN&&c.type!==$e.UNIVER_UNKNOWN)throw new Error(`[PluginService]: cannot register a plugin with Univer type that depends on a plugin with other type. The dependent is ${a.pluginName} and the dependency is ${c.pluginName}.`);a.type!==c.type&&c.type!==$e.UNIVER_UNKNOWN&&this._logService.debug("[PluginService]",`Plugin "${l}" depends on "${c.pluginName}" which has different type.`),this._logService.debug("[PluginService]",`Plugin "${l}" depends on "${c.pluginName}" which is not registered. Univer will automatically register it with default configuration.`),this._assertPluginValid(c),s({plugin:c,options:void 0})}}),n.push(o)};t.forEach(o=>s(o));const i=n.map(o=>this._initPlugin(o.plugin,o.options));this._pluginsRunLifecycle(i)}_pluginsRunLifecycle(t){const n=this._lifecycleService.stage;if(Uu(n).subscribe(r=>this._runStage(t,r)),n!==Je.Steady){const r=this._lifecycleService.lifecycle$.pipe(Ce.skip(1)).subscribe(s=>{this._runStage(t,s),s===Je.Steady&&r.unsubscribe()})}}_runStage(t,n){t.forEach(r=>{switch(n){case Je.Starting:r.onStarting();break;case Je.Ready:r.onReady();break;case Je.Rendered:r.onRendered();break;case Je.Steady:r.onSteady();break}})}_initPlugin(t,n){const r=this._injector.createInstance(t,n);return this._pluginStore.addPlugin(r),this._loadedPlugins.add(t.pluginName),this._logService.debug("[PluginService]",`Plugin "${r.getPluginName()}" loaded.`),r}},f.PluginService=DE([Ii(0,We.Inject(We.Injector)),Ii(1,We.Inject(f.LifecycleService)),Ii(2,It)],f.PluginService);function xu(e,t){if(!t)return e;const n=[];for(const r of e){const s=t.find(([i])=>i===r[0]);if(s){if(s[1]===null)continue;n.push([r[0],s[1]])}else n.push(r)}return n}const vi=We.createIdentifier("resource-loader-service");var kE=Object.getOwnPropertyDescriptor,FE=(e,t,n,r)=>{for(var s=r>1?void 0:r?kE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},xE=(e,t)=>(n,r)=>t(n,r,e);f.ResourceManagerService=class extends st{constructor(n){super();R(this,"_resourceMap",new Map);R(this,"_register$",new Ce.Subject);R(this,"register$",this._register$.asObservable());this._logService=n}getAllResourceHooks(){return[...this._resourceMap.values()]}getResources(n,r){return r?this.getResourcesByType(n,r):this.getAllResourceHooks().map(o=>{const a=o.toJson(n);return{name:o.pluginName,data:a}})}getResourcesByType(n,r){return this.getAllResourceHooks().filter(o=>o.businesses.includes(r)).map(o=>{const a=o.toJson(n);return{name:o.pluginName,data:a}})}registerPluginResource(n){const r=n.pluginName;if(this._resourceMap.has(r))throw new Error(`the pluginName is registered {${r}}`);return this._resourceMap.set(r,n),this._register$.next(n),tt(()=>this._resourceMap.delete(r))}disposePluginResource(n){this._resourceMap.delete(n)}loadResources(n,r){this.getAllResourceHooks().forEach(s=>{var o;const i=(o=r==null?void 0:r.find(a=>a.name===s.pluginName))==null?void 0:o.data;if(i)try{const a=s.parseJson(i);s.onLoad(n,a)}catch(a){this._logService.error("[ResourceManagerService]","loadResources error",a)}})}unloadResources(n){this.getAllResourceHooks().forEach(r=>{r.onUnLoad(n)})}dispose(){this._register$.complete(),this._resourceMap.clear()}},f.ResourceManagerService=FE([xE(0,It)],f.ResourceManagerService);class as extends st{constructor(){super();R(this,"_darkMode$",new Ce.BehaviorSubject(!1));R(this,"darkMode$",this._darkMode$.asObservable());R(this,"_currentTheme",cc.defaultTheme);R(this,"_currentTheme$",new Ce.BehaviorSubject(this._currentTheme));R(this,"currentTheme$",this._currentTheme$.asObservable());this.disposeWithMe(tt(()=>{this._currentTheme$.complete(),this._darkMode$.complete()}))}get darkMode(){return this._darkMode$.getValue()}getCurrentTheme(){return this._currentTheme}setTheme(n){this._currentTheme=n,this._currentTheme$.next(n)}setDarkMode(n){this._darkMode$.next(n)}getColorFromTheme(n){return ll(this._currentTheme,n)}}var BE=Object.getOwnPropertyDescriptor,$E=(e,t,n,r)=>{for(var s=r>1?void 0:r?BE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},Oi=(e,t)=>(n,r)=>t(n,r,e);const ls=We.createIdentifier("univer.undo-redo.service"),HE=20;class Bu{dispose(){}async dispatchToHandlers(){return!1}}const $u="univer.command.redo",Hu="univer.command.undo",Wu=new class extends Bu{constructor(){super(...arguments);R(this,"type",xn.COMMAND);R(this,"id",Hu)}handler(t){const n=t.get(ls),r=n.pitchTopUndoElement();if(!r)return!1;const s=t.get(Bn);return Cr(r.undoMutations,s)?(n.popUndoToRedo(),!0):!1}},ju=new class extends Bu{constructor(){super(...arguments);R(this,"type",xn.COMMAND);R(this,"id",$u)}handler(t){const n=t.get(ls),r=n.pitchTopRedoElement();if(!r)return!1;const s=t.get(Bn);return Cr(r.redoMutations,s)?(n.popRedoToUndo(),!0):!1}};f.LocalUndoRedoService=class extends st{constructor(n,r,s){super();R(this,"undoRedoStatus$");R(this,"_undoRedoStatus$",new Ce.BehaviorSubject({undos:0,redos:0}));R(this,"_undoStacks",new Map);R(this,"_redoStacks",new Map);R(this,"_batchingStatus",new Map);this._univerInstanceService=n,this._commandService=r,this._contextService=s,this.undoRedoStatus$=this._undoRedoStatus$.asObservable(),this.disposeWithMe(this._commandService.registerCommand(Wu)),this.disposeWithMe(this._commandService.registerCommand(ju)),this.disposeWithMe(tt(()=>this._undoRedoStatus$.complete())),this.disposeWithMe(tt(this._univerInstanceService.focused$.subscribe(()=>this._updateStatus())))}pushUndoRedo(n){const{unitID:r}=n,s=this._getRedoStack(r,!0),i=this._getUndoStack(r,!0);if(s.length=0,this._batchingStatus.has(n.unitID)){const a=this._batchingStatus.get(n.unitID),l=this._pitchUndoElement(n.unitID);a===0||!l?(o(n),this._batchingStatus.set(n.unitID,1)):this._tryBatchingElements(l,n)}else o(n);function o(a){i.push(a),i.length>HE&&i.splice(0,1)}this._updateStatus()}clearUndoRedo(n){const r=this._getRedoStack(n);r&&(r.length=0);const s=this._getUndoStack(n);s&&(s.length=0),this._updateStatus()}pitchTopUndoElement(){const n=this._getFocusedUnitId();return this._pitchUndoElement(n)}pitchTopRedoElement(){const n=this._getFocusedUnitId();return this._pitchRedoElement(n)}_pitchUndoElement(n){const r=this._getUndoStack(n);return r!=null&&r.length?r[r.length-1]:null}_pitchRedoElement(n){const r=this._getRedoStack(n);return r!=null&&r.length?r[r.length-1]:null}popUndoToRedo(){const r=this._getUndoStackForFocused().pop();r&&(this._getRedoStackForFocused().push(r),this._updateStatus())}popRedoToUndo(){const r=this._getRedoStackForFocused().pop();r&&(this._getUndoStackForFocused().push(r),this._updateStatus())}rollback(n,r){const s=r||this._getFocusedUnitId(),i=this._getUndoStack(s),o=i==null?void 0:i[(i==null?void 0:i.length)-1];o&&o.id===n&&(i.pop(),Cr(o.undoMutations,this._commandService))}__tempBatchingUndoRedo(n){if(this._batchingStatus.has(n))throw new Error("[LocalUndoRedoService]: cannot batching undo redo twice at the same time!");return this._batchingStatus.set(n,0),tt(()=>this._batchingStatus.delete(n))}_updateStatus(){var i,o;const n=this._getFocusedUnitId(),r=n&&((i=this._undoStacks.get(n))==null?void 0:i.length)||0,s=n&&((o=this._redoStacks.get(n))==null?void 0:o.length)||0;this._undoRedoStatus$.next({undos:r,redos:s})}_getUndoStack(n,r=!1){let s=this._undoStacks.get(n);return!s&&r&&(s=[],this._undoStacks.set(n,s)),s||null}_getRedoStack(n,r=!1){let s=this._redoStacks.get(n);return!s&&r&&(s=[],this._redoStacks.set(n,s)),s||null}_getUndoStackForFocused(){const n=this._getFocusedUnitId();if(!n)throw new Error("No focused univer instance!");return this._getUndoStack(n,!0)}_getRedoStackForFocused(){const n=this._getFocusedUnitId();if(!n)throw new Error("No focused univer instance!");return this._getRedoStack(n,!0)}_tryBatchingElements(n,r){n.redoMutations.push(...r.redoMutations),n.undoMutations.push(...r.undoMutations)}_getFocusedUnitId(){var o,a,l,u;let n="";const r=this._contextService.getContextValue(Mn),s=this._contextService.getContextValue(gu),i=this._contextService.getContextValue(fu);return r?s?n=Ts:i?n=As:n=(a=(o=this._univerInstanceService.getFocusedUnit())==null?void 0:o.getUnitId())!=null?a:"":n=(u=(l=this._univerInstanceService.getFocusedUnit())==null?void 0:l.getUnitId())!=null?u:"",n}},f.LocalUndoRedoService=$E([Oi(0,Dn),Oi(1,Bn),Oi(2,_n)],f.LocalUndoRedoService);function WE(e){return!(e.length===0||e.length>31||e.startsWith("'")||e.endsWith("'")||/[:\\\/\?\*\[\]]/.test(e))}function jE(e){return new Promise(t=>setTimeout(t,e))}function YE(e=1){return new Promise(t=>{let n=0;const r=()=>{n++,n>=e?t():requestAnimationFrame(r)};requestAnimationFrame(r)})}var wi=(e=>(e.URL="URL",e.UUID="UUID",e.BASE64="BASE64",e))(wi||{}),Yu=(e=>(e.SUCCUSS="0",e.ERROR_EXCEED_SIZE="1",e.ERROR_IMAGE_TYPE="2",e.ERROR_UPLOAD_COUNT_LIMIT="3",e.ERROR_IMAGE="4",e))(Yu||{});const bi=We.createIdentifier("core.image-io.service");class zu{constructor(t,n=100){R(this,"_imageCacheMap");this._injector=t,this._imageCacheMap=new Yn(n)}_getImageCacheKey(t,n){return`${t}-${n}`}getImage(t,n,r,s){const i=this._getImageCacheKey(t,n);let o=this._imageCacheMap.get(i);return o||((async()=>{o=new Image;const a=this._injector.has(bi)?this._injector.get(bi):null;if(t===wi.UUID)try{o.src=await(a==null?void 0:a.getImage(n))||""}catch(l){console.error(l)}else o.src=n;o.onload=()=>{r==null||r()},o.onerror=()=>{s==null||s()},this._imageCacheMap.set(i,o)})(),null)}}const zE=["script","style","meta","comment","link"];var Gu=(e=>(e[e.INFO=0]="INFO",e[e.STOP=1]="STOP",e[e.WARNING=2]="WARNING",e))(Gu||{}),Vu=(e=>(e[e.DISABLED=0]="DISABLED",e[e.FULL_ALPHA=1]="FULL_ALPHA",e[e.FULL_HANGUL=2]="FULL_HANGUL",e[e.FULL_KATAKANA=3]="FULL_KATAKANA",e[e.HALF_ALPHA=4]="HALF_ALPHA",e[e.HALF_HANGUL=5]="HALF_HANGUL",e[e.HALF_KATAKANA=6]="HALF_KATAKANA",e[e.HIRAGANA=7]="HIRAGANA",e[e.NO_CONTROL=8]="NO_CONTROL",e[e.OFF=9]="OFF",e[e.ON=10]="ON",e))(Vu||{}),Ku=(e=>(e.BETWEEN="between",e.EQUAL="equal",e.GREATER_THAN="greaterThan",e.GREATER_THAN_OR_EQUAL="greaterThanOrEqual",e.LESS_THAN="lessThan",e.LESS_THAN_OR_EQUAL="lessThanOrEqual",e.NOT_BETWEEN="notBetween",e.NOT_EQUAL="notEqual",e))(Ku||{}),Xu=(e=>(e[e.TEXT=0]="TEXT",e[e.ARROW=1]="ARROW",e[e.CUSTOM=2]="CUSTOM",e))(Xu||{}),qu=(e=>(e.VALID="valid",e.INVALID="invalid",e.VALIDATING="validating",e))(qu||{}),Ju=(e=>(e.CUSTOM="custom",e.LIST="list",e.LIST_MULTIPLE="listMultiple",e.NONE="none",e.TEXT_LENGTH="textLength",e.DATE="date",e.TIME="time",e.WHOLE="whole",e.DECIMAL="decimal",e.CHECKBOX="checkbox",e.ANY="any",e))(Ju||{}),GE=Object.getOwnPropertyDescriptor,VE=(e,t,n,r)=>{for(var s=r>1?void 0:r?GE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},KE=(e,t)=>(n,r)=>t(n,r,e);f.Skeleton=class extends st{constructor(n){super();R(this,"_fontLocale");R(this,"_dirty",!0);this._localeService=n,this._localeInitial()}get dirty(){return this._dirty}getFontLocale(){return this._fontLocale}makeDirty(n){this._dirty=n}dispose(){super.dispose(),this._fontLocale=null}_localeInitial(){}},f.Skeleton=VE([KE(0,We.Inject(gn))],f.Skeleton);var XE=Object.getOwnPropertyDescriptor,qE=(e,t,n,r)=>{for(var s=r>1?void 0:r?XE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},us=(e,t)=>(n,r)=>t(n,r,e);f.SheetSkeleton=class extends f.Skeleton{constructor(n,r,s,i,o,a){super(s);R(this,"_worksheetData");R(this,"_renderRawFormula",!1);R(this,"_cellData");R(this,"_imageCacheMap");R(this,"_isRowStylePrecedeColumnStyle",!1);R(this,"_skipAutoHeightForMergedCells",!0);R(this,"_rowTotalHeight",0);R(this,"_columnTotalWidth",0);R(this,"_rowHeaderWidth",0);R(this,"_columnHeaderHeight",0);R(this,"_rowHeightAccumulation",[]);R(this,"_columnWidthAccumulation",[]);R(this,"_marginTop",0);R(this,"_marginLeft",0);R(this,"_scaleX");R(this,"_scaleY");R(this,"_scrollX");R(this,"_scrollY");this.worksheet=n,this._styles=r,this._contextService=i,this._configService=o,this._injector=a,this._worksheetData=this.worksheet.getConfig(),this._cellData=this.worksheet.getCellMatrix(),this._imageCacheMap=new zu(this._injector),this.initConfig()}initConfig(){var n,r;this._skipAutoHeightForMergedCells=!((n=this._configService.getConfig(jo))!=null&&n),this._isRowStylePrecedeColumnStyle=(r=this._configService.getConfig(Wo))!=null?r:!1}resetCache(){}getWorksheetConfig(){return this._worksheetData}getLocation(){return[this.worksheet.getUnitId(),this.worksheet.getSheetId()]}set columnHeaderHeight(n){this._columnHeaderHeight=n,this._worksheetData.columnHeader.height=n}set rowHeaderWidth(n){this._rowHeaderWidth=n,this._worksheetData.rowHeader.width=n}get rowHeightAccumulation(){return this._rowHeightAccumulation}get rowTotalHeight(){return this._rowTotalHeight}get columnWidthAccumulation(){return this._columnWidthAccumulation}get columnTotalWidth(){return this._columnTotalWidth}get rowHeaderWidth(){return this._rowHeaderWidth}get columnHeaderHeight(){return this._columnHeaderHeight}setMarginLeft(n){this._marginLeft=n}setMarginTop(n){this._marginTop=n}setScale(n,r){this._updateLayout(),this._scaleX=n,this._scaleY=r||n,this._updateLayout()}setScroll(n,r){ne.isDefine(n)&&(this._scrollX=n),ne.isDefine(r)&&(this._scrollY=r)}get scrollX(){return this._scrollX}get scrollY(){return this._scrollY}get scaleX(){return this._scaleX}get scaleY(){return this._scaleY}get rowHeaderWidthAndMarginLeft(){return this.rowHeaderWidth+this._marginLeft}get columnHeaderHeightAndMarginTop(){return this.columnHeaderHeight+this._marginTop}get imageCacheMap(){return this._imageCacheMap}_generateRowMatrixCache(n,r,s){let i=0;const o=[],a=r;for(let l=0;l<n;l++){let u=s;if(this.worksheet.getRowFiltered(l))u=0;else if(a[l]!=null){const c=a[l];if(!c)continue;const{h=s,ah:d,ia:g}=c;(g==null||g===ve.TRUE)&&typeof d=="number"?u=d:u=h,c.hd===ve.TRUE&&(u=0)}i+=u,o.push(i)}return{rowTotalHeight:i,rowHeightAccumulation:o}}_generateColumnMatrixCache(n,r,s){let i=0;const o=[],a=r;for(let l=0;l<n;l++){let u=s;if(a[l]!=null){const c=a[l];if(!c)continue;c.w!=null&&(u=c.w),c.hd===ve.TRUE&&(u=0)}i+=u,o.push(i)}return{columnTotalWidth:i,columnWidthAccumulation:o}}intersectMergeRange(n,r){return!!this.worksheet.getMergedCell(n,r)}_getOverflowBound(n,r,s,i,o=At.LEFT){let a=0;if(r>s){const l=this._columnWidthAccumulation.length-1;for(let u=r;u>=s;u--){const c=u,h=this.worksheet.getCell(n,c);if(!vs(h)&&c!==r||this.intersectMergeRange(n,c))return c===r?c:c+1>l?l:c+1;const{startX:d,endX:g}=Ln(n,c,this.rowHeightAccumulation,this.columnWidthAccumulation);if(o===At.CENTER&&c===r?a+=(g-d)/2:a+=g-d,i<a)return c}return r}for(let l=r;l<=s;l++){const u=l,c=this.worksheet.getCell(n,u);if(!vs(c)&&u!==r||this.intersectMergeRange(n,u))return u===r?u:u-1<0?0:u-1;const{startX:h,endX:d}=Ln(n,u,this.rowHeightAccumulation,this.columnWidthAccumulation);if(o===At.CENTER&&u===r?a+=(d-h)/2:a+=d-h,i<a)return u}return s}_updateLayout(){if(!this.dirty)return;const{rowData:n,columnData:r,defaultRowHeight:s,defaultColumnWidth:i,rowCount:o,columnCount:a,rowHeader:l,columnHeader:u}=this._worksheetData,{rowTotalHeight:c,rowHeightAccumulation:h}=this._generateRowMatrixCache(o,n,s),{columnTotalWidth:d,columnWidthAccumulation:g}=this._generateColumnMatrixCache(a,r,i);this._rowHeaderWidth=l.hidden!==ve.TRUE?this._dynamicallyUpdateRowHeaderWidth(l):0,this._columnHeaderHeight=u.hidden!==ve.TRUE?u.height:0,this._rowTotalHeight=c,this._rowHeightAccumulation=h,this._columnTotalWidth=d,this._columnWidthAccumulation=g,this.makeDirty(!1)}calculate(){return this.resetCache(),this._updateLayout(),this}resetRangeCache(n){}_dynamicallyUpdateRowHeaderWidth(n){const s=`${this.worksheet.getRowCount()}`.length*8;return Math.max(n.width,s)}_hasUnMergedCellInRow(n,r,s){if(!this.worksheet.getMergeData())return!1;for(let o=r;o<=s;o++){const{isMerged:a,isMergedMainCell:l}=this.worksheet.getCellInfoInMergeData(n,o);if(!a&&!l)return!0}return!1}expandRangeByMerge(n){let{startRow:r,startColumn:s,endRow:i,endColumn:o}=n;const a=this._worksheetData.mergeData;if(!a)return{startRow:r,startColumn:s,endRow:i,endColumn:o};let l=!0;const u=new Et;for(;l;){l=!1;for(let c=0;c<a.length;c++){const{startRow:h,startColumn:d,endRow:g,endColumn:E}=a[c];if(u.getValue(h,d))continue;ba({startColumn:s,startRow:r,endColumn:o,endRow:i},{startColumn:d,startRow:h,endColumn:E,endRow:g})&&(r=Math.min(r,h),s=Math.min(s,d),i=Math.max(i,g),o=Math.max(o,E),u.setValue(h,d,!0),l=!0)}}return{startRow:r,startColumn:s,endRow:i,endColumn:o}}getColumnCount(){return this._columnWidthAccumulation.length}getRowCount(){return this._rowHeightAccumulation.length}_getCellMergeInfo(n,r){return this.worksheet.getCellInfoInMergeData(n,r)}getNoMergeCellPositionByIndex(n,r,s=!0){return this.getNoMergeCellWithCoordByIndex(n,r,s)}getNoMergeCellWithCoordByIndex(n,r,s=!0){const{rowHeightAccumulation:i,columnWidthAccumulation:o,rowHeaderWidthAndMarginLeft:a,columnHeaderHeightAndMarginTop:l}=this;let{startY:u,endY:c,startX:h,endX:d}=Ln(n,r,i,o);return s&&(u+=l,c+=l,h+=a,d+=a),{startY:u,endY:c,startX:h,endX:d}}getNoMergeCellPositionByIndexWithNoHeader(n,r){const{rowHeightAccumulation:s,columnWidthAccumulation:i}=this,{startY:o,endY:a,startX:l,endX:u}=Ln(n,r,s,i);return{startY:o,endY:a,startX:l,endX:u}}getRowIndexByOffsetY(n,r,s,i){var l;const{rowHeightAccumulation:o}=this;n=Qu(n,r,s,this.columnHeaderHeightAndMarginTop);let a=$n(o,n,i==null?void 0:i.firstMatch);return i!=null&&i.closeFirst&&Math.abs(o[a]-n)<Math.abs(n-((l=o[a-1])!=null?l:0))&&(a=a+1),a}getColumnIndexByOffsetX(n,r,s,i){var u;const o=Zu(n,r,s,this.rowHeaderWidthAndMarginLeft),{columnWidthAccumulation:a}=this;let l=$n(a,o,i==null?void 0:i.firstMatch);return i!=null&&i.closeFirst&&Math.abs(a[l]-o)<Math.abs(o-((u=a[l-1])!=null?u:0))&&(l=l+1),l}getCellIndexByOffset(n,r,s,i,o,a){const l=this.getRowIndexByOffsetY(r,i,o,a),u=this.getColumnIndexByOffsetX(n,s,o,a);return{row:l,column:u}}getCellByOffset(n,r,s,i,o){const a=this==null?void 0:this.getCellIndexByOffset(n,r,s,i,o,{firstMatch:!0});return a?this.worksheet.getCellInfoInMergeData(a.row,a.column):null}getCellWithCoordByIndex(n,r,s=!0){const{rowHeightAccumulation:i,columnWidthAccumulation:o,rowHeaderWidthAndMarginLeft:a,columnHeaderHeightAndMarginTop:l}=this,u=Ln(n,r,i,o,this.worksheet.getCellInfoInMergeData(n,r)),{isMerged:c,isMergedMainCell:h}=u;let{startY:d,endY:g,startX:E,endX:I,mergeInfo:b}=u,M=a,V=l;return s===!1&&(M=0,V=0),d+=V,g+=V,E+=M,I+=M,b.startY+=V,b.endY+=V,b.startX+=M,b.endX+=M,{actualRow:n,actualColumn:r,startX:E,startY:d,endX:I,endY:g,isMerged:c,isMergedMainCell:h,mergeInfo:b}}getCellWithCoordByOffset(n,r,s,i,o,a){const{row:l,column:u}=this.getCellIndexByOffset(n,r,s,i,o,a);return this.getCellWithCoordByIndex(l,u)}getOffsetByColumn(n){const{columnWidthAccumulation:r,rowHeaderWidthAndMarginLeft:s}=this,i=r.length-1,o=r[n];return o!=null?o+s:n<0?s:r[i]+s}getOffsetByRow(n){const{rowHeightAccumulation:r,columnHeaderHeightAndMarginTop:s}=this,i=r.length-1,o=r[n];return o!=null?o+s:n<0?s:r[i]+s}getOffsetRelativeToRowCol(n,r){const s=$n(this.columnWidthAccumulation,n);let i=0;s===0?i=n:i=n-this._columnWidthAccumulation[s-1];const o=$n(this.rowHeightAccumulation,r);let a=0;return o===0?a=r:a=r-this._rowHeightAccumulation[o-1],{row:o,column:s,columnOffset:i,rowOffset:a}}_updateConfigAndGetDocumentModel(n,r,s,i){var a,l,u,c,h;if(!i||!((a=n.body)!=null&&a.dataStream))return;n.documentStyle||(n.documentStyle={}),n.documentStyle.marginTop=(l=s.t)!=null?l:0,n.documentStyle.marginBottom=(u=s.b)!=null?u:2,n.documentStyle.marginLeft=(c=s.l)!=null?c:2,n.documentStyle.marginRight=(h=s.r)!=null?h:2,n.documentStyle.pageSize={width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY},n.documentStyle.renderConfig={...n.documentStyle.renderConfig,...i};const o=n.body.paragraphs||[];for(const d of o)d.paragraphStyle||(d.paragraphStyle={}),d.paragraphStyle.horizontalAlign=r;return new Mt(n)}dispose(){super.dispose(),this._rowHeightAccumulation=[],this._columnWidthAccumulation=[],this._rowTotalHeight=0,this._columnTotalWidth=0,this._rowHeaderWidth=0,this._columnHeaderHeight=0,this._worksheetData=null,this._cellData=null,this._styles=null}},f.SheetSkeleton=qE([us(2,We.Inject(gn)),us(3,_n),us(4,pi),us(5,We.Inject(We.Injector))],f.SheetSkeleton);function Ai(e,t,n,r){const s=e-1,i=t-1,o=n[s]||0;let a=n[e];a==null&&(a=n[n.length-1]);const l=r[i]||0;let u=r[t];return u==null&&(u=r[r.length-1]),{startY:o,endY:a,startX:l,endX:u}}function JE(e,t,n,r){return Ai(e,t,n,r)}function Ln(e,t,n,r,s){e=ne.clamp(e,0,n.length-1),t=ne.clamp(t,0,r.length-1);let{startY:i,endY:o,startX:a,endX:l}=Ai(e,t,n,r);if(!s)return{startY:i,endY:o,startX:a,endX:l,isMerged:!1,isMergedMainCell:!1,actualRow:e,actualColumn:t,mergeInfo:{startY:i,endY:o,startX:a,endX:l,startRow:e,startColumn:t,endRow:e,endColumn:t}};const{isMerged:u,isMergedMainCell:c,startRow:h,startColumn:d,endRow:g,endColumn:E}=s;let I={startRow:h,startColumn:d,endRow:g,endColumn:E,startY:i,endY:o,startX:a,endX:l};const b=n.length-1,M=r.length-1;if(u&&h!==-1&&d!==-1){const V=n[h-1]||0,Y=n[g]||n[b],ie=r[d-1]||0,N=r[E]||r[M];I={...I,startY:V,endY:Y,startX:ie,endX:N}}else if(!u&&g!==-1&&E!==-1){const V=n[g]||n[b],Y=r[E]||r[M];I={...I,startY:i,endY:V,startX:a,endX:Y}}return{isMerged:u,isMergedMainCell:c,actualRow:e,actualColumn:t,startY:i,endY:o,startX:a,endX:l,mergeInfo:I}}function Zu(e,t,n,r){const{x:s}=n;return e/t+s-r}function Qu(e,t,n,r){const{y:s}=n;return e=e/t+s-r,e}const ec=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array],Ti=1,gr=8;class yi{static from(t){if(!(t instanceof ArrayBuffer))throw new Error("Data must be an instance of ArrayBuffer.");const[n,r]=new Uint8Array(t,0,2);if(n!==219)throw new Error("Data does not appear to be in a KDBush format.");const s=r>>4;if(s!==Ti)throw new Error(`Got v${s} data when expected v${Ti}.`);const i=ec[r&15];if(!i)throw new Error("Unrecognized array type.");const[o]=new Uint16Array(t,2,1),[a]=new Uint32Array(t,4,1);return new yi(a,o,i,t)}constructor(t,n=64,r=Float64Array,s){if(isNaN(t)||t<0)throw new Error(`Unpexpected numItems value: ${t}.`);this.numItems=+t,this.nodeSize=Math.min(Math.max(+n,2),65535),this.ArrayType=r,this.IndexArrayType=t<65536?Uint16Array:Uint32Array;const i=ec.indexOf(this.ArrayType),o=t*2*this.ArrayType.BYTES_PER_ELEMENT,a=t*this.IndexArrayType.BYTES_PER_ELEMENT,l=(8-a%8)%8;if(i<0)throw new Error(`Unexpected typed array class: ${r}.`);s&&s instanceof ArrayBuffer?(this.data=s,this.ids=new this.IndexArrayType(this.data,gr,t),this.coords=new this.ArrayType(this.data,gr+a+l,t*2),this._pos=t*2,this._finished=!0):(this.data=new ArrayBuffer(gr+o+a+l),this.ids=new this.IndexArrayType(this.data,gr,t),this.coords=new this.ArrayType(this.data,gr+a+l,t*2),this._pos=0,this._finished=!1,new Uint8Array(this.data,0,2).set([219,(Ti<<4)+i]),new Uint16Array(this.data,2,1)[0]=n,new Uint32Array(this.data,4,1)[0]=t)}add(t,n){const r=this._pos>>1;return this.ids[r]=r,this.coords[this._pos++]=t,this.coords[this._pos++]=n,r}finish(){const t=this._pos>>1;if(t!==this.numItems)throw new Error(`Added ${t} items when expected ${this.numItems}.`);return Ni(this.ids,this.coords,this.nodeSize,0,this.numItems-1,0),this._finished=!0,this}range(t,n,r,s){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:i,coords:o,nodeSize:a}=this,l=[0,i.length-1,0],u=[];for(;l.length;){const c=l.pop()||0,h=l.pop()||0,d=l.pop()||0;if(h-d<=a){for(let b=d;b<=h;b++){const M=o[2*b],V=o[2*b+1];M>=t&&M<=r&&V>=n&&V<=s&&u.push(i[b])}continue}const g=d+h>>1,E=o[2*g],I=o[2*g+1];E>=t&&E<=r&&I>=n&&I<=s&&u.push(i[g]),(c===0?t<=E:n<=I)&&(l.push(d),l.push(g-1),l.push(1-c)),(c===0?r>=E:s>=I)&&(l.push(g+1),l.push(h),l.push(1-c))}return u}within(t,n,r){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:s,coords:i,nodeSize:o}=this,a=[0,s.length-1,0],l=[],u=r*r;for(;a.length;){const c=a.pop()||0,h=a.pop()||0,d=a.pop()||0;if(h-d<=o){for(let b=d;b<=h;b++)nc(i[2*b],i[2*b+1],t,n)<=u&&l.push(s[b]);continue}const g=d+h>>1,E=i[2*g],I=i[2*g+1];nc(E,I,t,n)<=u&&l.push(s[g]),(c===0?t-r<=E:n-r<=I)&&(a.push(d),a.push(g-1),a.push(1-c)),(c===0?t+r>=E:n+r>=I)&&(a.push(g+1),a.push(h),a.push(1-c))}return l}}function Ni(e,t,n,r,s,i){if(s-r<=n)return;const o=r+s>>1;tc(e,t,o,r,s,i),Ni(e,t,n,r,o-1,1-i),Ni(e,t,n,o+1,s,1-i)}function tc(e,t,n,r,s,i){for(;s>r;){if(s-r>600){const u=s-r+1,c=n-r+1,h=Math.log(u),d=.5*Math.exp(2*h/3),g=.5*Math.sqrt(h*d*(u-d)/u)*(c-u/2<0?-1:1),E=Math.max(r,Math.floor(n-c*d/u+g)),I=Math.min(s,Math.floor(n+(u-c)*d/u+g));tc(e,t,n,E,I,i)}const o=t[2*n+i];let a=r,l=s;for(mr(e,t,r,n),t[2*s+i]>o&&mr(e,t,r,s);a<l;){for(mr(e,t,a,l),a++,l--;t[2*a+i]<o;)a++;for(;t[2*l+i]>o;)l--}t[2*r+i]===o?mr(e,t,r,l):(l++,mr(e,t,l,s)),l<=n&&(r=l+1),n<=l&&(s=l-1)}}function mr(e,t,n,r){Mi(e,n,r),Mi(t,2*n,2*r),Mi(t,2*n+1,2*r+1)}function Mi(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function nc(e,t,n,r){const s=e-n,i=t-r;return s*s+i*i}class ZE{constructor(t=!1){R(this,"_tree",new Map);R(this,"_oneCellCache",new Map);R(this,"_kdTree",new Map);this._enableOneCellCache=t}dispose(){this.clear()}getTree(t,n){return this._tree.has(t)||this._tree.set(t,new Map),this._tree.get(t).has(n)||this._tree.get(t).set(n,new Wr),this._tree.get(t).get(n)}_getOneCellCache(t,n,r,s){return this._oneCellCache.has(t)||this._oneCellCache.set(t,new Map),this._oneCellCache.get(t).has(n)||this._oneCellCache.get(t).set(n,new Map),this._oneCellCache.get(t).get(n).has(r)||this._oneCellCache.get(t).get(n).set(r,new Map),this._oneCellCache.get(t).get(n).get(r).has(s)||this._oneCellCache.get(t).get(n).get(r).set(s,new Set),this._oneCellCache.get(t).get(n).get(r).get(s)}_removeOneCellCache(t,n,r,s,i){const o=this._oneCellCache.get(t);if(!o)return;const a=o.get(n);if(!a)return;const l=a.get(r);if(!l)return;const u=l.get(s);u&&u.delete(i)}_removeCellCacheByRange(t){const{unitId:n,sheetId:r,range:s,id:i}=t,o=this._oneCellCache.get(n);if(!o)return;const a=o.get(r);if(!a)return;const{startRow:l,startColumn:u,endRow:c,endColumn:h}=s;for(let d=l;d<=c;d++){const g=a.get(d);if(g)for(let E=u;E<=h;E++){const I=g.get(E);I&&I.delete(i)}}}_insertOneCellCache(t,n,r,s,i){this._getOneCellCache(t,n,r,s).add(i)}_getRdTreeItems(t){const n=[];for(const[r,s]of t)for(const[i,o]of s)n.push({x:i,y:r,ids:o});return n}_searchByOneCellCache(t){var E;const{unitId:n,sheetId:r,range:s}=t,{startRow:i,startColumn:o,endRow:a,endColumn:l}=s,u=(E=this._kdTree.get(n))==null?void 0:E.get(r);if(!u)return[];const{tree:c,items:h}=u,d=c.range(o,i,l,a),g=[];for(const I of d){const b=h[I];g.push(...Array.from(b.ids))}return g}openKdTree(){var t;for(const[n,r]of this._oneCellCache){this._kdTree.has(n)||this._kdTree.set(n,new Map);for(const[s,i]of r){const o=this._getRdTreeItems(i),a=new yi(o.length);(t=this._kdTree.get(n))==null||t.set(s,{tree:a,items:o});for(const l of o)a.add(l.x,l.y);a.finish()}}}closeKdTree(){var t;for(const[n,r]of this._oneCellCache)for(const[s,i]of r)(t=this._kdTree.get(n))==null||t.set(s,void 0)}insert(t){const{unitId:n,sheetId:r,range:s,id:i}=t;if(!n||n.length===0)return;let{startRow:o,endRow:a,startColumn:l,endColumn:u}=s;if(this._enableOneCellCache&&o===a&&l===u){this._insertOneCellCache(n,r,o,l,i);return}const c=this.getTree(n,r);Number.isNaN(o)&&(o=0),Number.isNaN(l)&&(l=0),Number.isNaN(a)&&(a=Number.POSITIVE_INFINITY),Number.isNaN(u)&&(u=Number.POSITIVE_INFINITY),c.insert({minX:l,minY:o,maxX:u,maxY:a,id:i})}bulkInsert(t){for(const n of t)this.insert(n)}*searchGenerator(t){var a;const{unitId:n,sheetId:r,range:s}=t;if(this._enableOneCellCache){const l=this._searchByOneCellCache(t);for(const u of l)yield u}const i=(a=this._tree.get(n))==null?void 0:a.get(r);if(!i)return;const o=i.search({minX:s.startColumn,minY:s.startRow,maxX:s.endColumn,maxY:s.endRow});for(const l of o)yield l.id}bulkSearch(t,n){const r=new Set;for(const s of t)for(const i of this.searchGenerator(s))(n==null?void 0:n.has(i))!==!0&&r.add(i);return r}removeById(t,n){var r,s;n?((r=this._tree.get(t))==null||r.delete(n),(s=this._oneCellCache.get(t))==null||s.delete(n)):(this._tree.delete(t),this._oneCellCache.delete(t))}_removeRTreeItem(t){const{unitId:n,sheetId:r,range:s,id:i}=t,o=this.getTree(n,r),a=o.search({minX:s.startColumn,minY:s.startRow,maxX:s.endColumn,maxY:s.endRow});for(let l=0;l<a.length;l++)a[l].id===i&&o.remove(a[l])}remove(t){const{unitId:n,sheetId:r,range:s,id:i}=t,{startRow:o,startColumn:a,endRow:l,endColumn:u}=s;this._enableOneCellCache?o===l&&a===u?this._removeOneCellCache(n,r,s.startRow,s.startColumn,i):(this._removeCellCacheByRange(t),this._removeRTreeItem(t)):this._removeRTreeItem(t)}bulkRemove(t){for(const n of t)this.remove(n)}clear(){this._tree.clear(),this._oneCellCache.clear()}toJSON(){const t={};return this._tree.forEach((n,r)=>{t[r]={},n.forEach((s,i)=>{t[r][i]=s.toJSON()})}),t}fromJSON(t){this._tree.clear();for(const n in t){this._tree.set(n,new Map);for(const r in t[n]){const s=new Wr;s.fromJSON(t[n][r]),this._tree.get(n).set(r,s)}}}}var QE=Object.getOwnPropertyDescriptor,e0=(e,t,n,r)=>{for(var s=r>1?void 0:r?QE(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(s=o(s)||s);return s},rc=(e,t)=>(n,r)=>t(n,r,e);let Di=class extends st{constructor(e,t){super(),this._resourceManagerService=e,this._univerInstanceService=t,this._init()}_init(){const e=n=>{n.businesses.forEach(r=>{switch(r){case $e.UNRECOGNIZED:case $e.UNIVER_UNKNOWN:case $e.UNIVER_SLIDE:case $e.UNIVER_DOC:{this._univerInstanceService.getAllUnitsForType($e.UNIVER_DOC).forEach(s=>{const o=(s.getSnapshot().resources||[]).find(a=>a.name===n.pluginName);if(o)try{const a=n.parseJson(o.data);n.onLoad(s.getUnitId(),a)}catch{console.error(`Load Document{${s.getUnitId()}} Resources{${n.pluginName}} Data Error.`)}});break}case $e.UNIVER_SHEET:this._univerInstanceService.getAllUnitsForType($e.UNIVER_SHEET).forEach(s=>{const o=(s.getSnapshot().resources||[]).find(a=>a.name===n.pluginName);if(o)try{const a=n.parseJson(o.data);n.onLoad(s.getUnitId(),a)}catch{console.error(`Load Workbook{${s.getUnitId()}} Resources{${n.pluginName}} Data Error.`)}})}})};this._resourceManagerService.getAllResourceHooks().forEach(n=>e(n)),this.disposeWithMe(this._resourceManagerService.register$.subscribe(n=>e(n))),this.disposeWithMe(this._univerInstanceService.getTypeOfUnitAdded$($e.UNIVER_SHEET).subscribe(n=>{this._resourceManagerService.loadResources(n.getUnitId(),n.getSnapshot().resources)})),this.disposeWithMe(this._univerInstanceService.getTypeOfUnitAdded$($e.UNIVER_DOC).subscribe(n=>{const r=n.getUnitId();Yo(r)||this._resourceManagerService.loadResources(n.getUnitId(),n.getSnapshot().resources)})),this.disposeWithMe(this._univerInstanceService.getTypeOfUnitDisposed$($e.UNIVER_SHEET).subscribe(n=>{this._resourceManagerService.unloadResources(n.getUnitId())})),this.disposeWithMe(this._univerInstanceService.getTypeOfUnitDisposed$($e.UNIVER_DOC).subscribe(n=>{this._resourceManagerService.unloadResources(n.getUnitId())}))}saveUnit(e){const t=this._univerInstanceService.getUnit(e);if(!t)return null;const n=this._resourceManagerService.getResources(e,t.type),r=ne.deepClone(t.getSnapshot());return r.resources=n,r}};Di=e0([rc(0,We.Inject(is)),rc(1,We.Inject(Dn))],Di);class t0{constructor(t={},n){R(this,"_startedTypes",new Set);R(this,"_injector");R(this,"_disposingCallbacks",new Er);const r=this._injector=n0(n,t==null?void 0:t.override),{theme:s,darkMode:i,locale:o,locales:a,logLevel:l}=t;s&&this._injector.get(as).setTheme(s),i&&this._injector.get(as).setDarkMode(i),a&&this._injector.get(gn).load(a),o&&this._injector.get(gn).setLocale(o),l&&this._injector.get(It).setLogLevel(l),this._init(r)}get _univerInstanceService(){return this._injector.get(Dn)}get _pluginService(){return this._injector.get(f.PluginService)}__getInjector(){return this._injector}onDispose(t){const n=this._disposingCallbacks.add(tt(t));return tt(()=>n.dispose(!0))}dispose(){this._disposingCallbacks.dispose(),this._injector.dispose()}setLocale(t){this._injector.get(gn).setLocale(t)}createUnit(t,n){return this._univerInstanceService.createUnit(t,n)}createUniverSheet(t){return this._injector.get(It).warn("[Univer]","Univer.createUniverSheet is deprecated, use createUnit instead"),this._univerInstanceService.createUnit($e.UNIVER_SHEET,t)}createUniverDoc(t){return this._injector.get(It).warn("[Univer]","Univer.createUniverDoc is deprecated, use createUnit instead"),this._univerInstanceService.createUnit($e.UNIVER_DOC,t)}createUniverSlide(t){return this._injector.get(It).warn("[Univer]","Univer.createUniverSlide is deprecated, use createUnit instead"),this._univerInstanceService.createUnit($e.UNIVER_SLIDE,t)}_init(t){this._univerInstanceService.registerCtorForType($e.UNIVER_SHEET,f.Workbook),this._univerInstanceService.registerCtorForType($e.UNIVER_DOC,Mt),this._univerInstanceService.registerCtorForType($e.UNIVER_SLIDE,Ci);const n=t.get(Dn);n.__setCreateHandler((r,s,i,o)=>{if(!this._startedTypes.has(r)){this._pluginService.startPluginsForType(r),this._startedTypes.add(r);const l=t.createInstance(i,s);return n.__addUnit(l,o),this._tryProgressToReady(),l}const a=t.createInstance(i,s);return n.__addUnit(a,o),a})}_tryProgressToReady(){this._injector.get(f.LifecycleService).stage<Je.Ready&&(this._injector.get(f.LifecycleService).stage=Je.Ready)}registerPlugin(t,n){this._pluginService.registerPlugin(t,n)}}function n0(e,t){const n=xu([[mu],[gn],[as],[f.LifecycleService],[f.PluginService],[lr],[Dn,{useClass:f.UniverInstanceService}],[Pu,{useClass:ku}],[It,{useClass:$i,lazy:!0}],[Bn,{useClass:f.CommandService}],[ls,{useClass:f.LocalUndoRedoService,lazy:!0}],[pi,{useClass:du}],[_n,{useClass:xi}],[is,{useClass:f.ResourceManagerService,lazy:!0}],[vi,{useClass:Di,lazy:!0}],[cu,{useClass:f.AuthzIoLocalService}],[hu,{useClass:f.MentionIOLocalService,lazy:!0}]],t),r=e?e.createChild(n):new We.Injector(n);return Pi(r,[[lr],[vi]]),r}function sc(e){return e.map(t=>t/255)}function ic(e){return e.map(t=>Math.round(t*255))}const Ot=[[.333,-.667,-.667,0,1],[-.667,.333,-.667,0,1],[-.667,-.667,.333,0,1],[0,0,0,1,0]];function r0(e){const t=e[0],n=e[1],r=e[2];let s=[Ot[0][0]*t+Ot[0][1]*n+Ot[0][2]*r+Ot[0][4],Ot[1][0]*t+Ot[1][1]*n+Ot[1][2]*r+Ot[1][4],Ot[2][0]*t+Ot[2][1]*n+Ot[2][2]*r+Ot[2][4]];return s=s.map(i=>i>1?1:i<0?0:i),s}function s0(e){return ic(r0(sc(e)))}function i0([e,t,n]){const r=Math.max(e,t,n),s=Math.min(e,t,n),i=(r+s)/2;let o=0,a=0;if(r!==s){const l=r-s;switch(a=i>.5?l/(2-r-s):l/(r+s),r){case e:o=(t-n)/l+(t<n?6:0);break;case t:o=(n-e)/l+2;break;case n:o=(e-t)/l+4;break}o/=6}return[o,a,i]}function cs(e,t,n){const r=[e,t,n].map(s=>s<=.03928?s/12.92:((s+.055)/1.055)**2.4);return .2126*r[0]+.7152*r[1]+.0722*r[2]}function oc(e,t){return(Math.max(e,t)+.05)/(Math.min(e,t)+.05)}function o0(e,t,n){let r,s,i;if(t===0)r=s=i=n;else{const o=(u,c,h)=>{let d=h;return d<0&&(d+=1),d>1&&(d-=1),d<.16666666666666666?u+(c-u)*6*d:d<.5?c:d<.6666666666666666?u+(c-u)*(.6666666666666666-d)*6:u},a=n<.5?n*(1+t):n+t-n*t,l=2*n-a;r=o(l,a,e+1/3),s=o(l,a,e),i=o(l,a,e-1/3)}return[r,s,i]}const Li={r:1,g:1,b:1},Ui={r:0,g:0,b:0},a0=cs(Li.r,Li.g,Li.b),l0=cs(Ui.r,Ui.g,Ui.b);function u0(e){const t=cs(e[0],e[1],e[2]),n=oc(a0,t),r=i0(e);let s=1-r[2],i,o,a;do i=o0(r[0],r[1],s),o=cs(i[0],i[1],i[2]),a=oc(o,l0),s+=.01;while(s<=1&&s>=0&&Math.abs(a-n)<.01);return i}function c0(e){return ic(u0(sc(e)))}fc(),f.ABCToNumber=tf,f.AUTO_HEIGHT_FOR_MERGED_CELLS=jo,f.AbsoluteRefType=nt,f.ActionIterator=yn,f.AlignTypeH=fa,f.AlignTypeV=ga,f.ArrangeTypeEnum=pa,f.ArrowsAndMarkersShapes=so,f.AsyncInterceptorManager=Dp,f.AsyncLock=p_,f.AutoFillSeries=Vi,f.BaselineOffset=xt,f.BasicShapes=ro,f.BlockType=Vo,f.BooleanNumber=ve,f.BorderStyleTypes=qe,f.BorderType=Ki,f.BuildTextUtils=at,f.BulletAlignment=Vn,f.COLORS=ps,f.CanceledError=Ic,f.CellModeEnum=pn,f.CellValueType=zt,f.Color=on,f.ColorBuilder=wr,f.ColorKit=Tt,f.ColorType=St,f.ColumnSeparatorType=qo,f.CommandType=xn,f.CommonHideTypes=Xi,f.ConfigService=du,f.ContextService=xi,f.CopyPasteType=qi,f.CustomCommandExecutionError=ds,f.CustomDecorationType=an,f.CustomRangeType=Kt,f.DEFAULT_CELL=Md,f.DEFAULT_DOC=ci,f.DEFAULT_DOCUMENT_SUB_COMPONENT_ID=Bp,f.DEFAULT_EMPTY_DOCUMENT_VALUE=Ho,f.DEFAULT_RANGE=yd,f.DEFAULT_RANGE_ARRAY=Td,f.DEFAULT_SELECTION=Nd,f.DEFAULT_SLIDE=Ia,f.DEFAULT_STYLES=ut,f.DEFAULT_WORKSHEET_COLUMN_COUNT=Ou,f.DEFAULT_WORKSHEET_COLUMN_COUNT_KEY=fE,f.DEFAULT_WORKSHEET_COLUMN_TITLE_HEIGHT=Tu,f.DEFAULT_WORKSHEET_COLUMN_TITLE_HEIGHT_KEY=pE,f.DEFAULT_WORKSHEET_COLUMN_WIDTH=bu,f.DEFAULT_WORKSHEET_COLUMN_WIDTH_KEY=mE,f.DEFAULT_WORKSHEET_ROW_COUNT=vu,f.DEFAULT_WORKSHEET_ROW_COUNT_KEY=dE,f.DEFAULT_WORKSHEET_ROW_HEIGHT=wu,f.DEFAULT_WORKSHEET_ROW_HEIGHT_KEY=gE,f.DEFAULT_WORKSHEET_ROW_TITLE_WIDTH=Au,f.DEFAULT_WORKSHEET_ROW_TITLE_WIDTH_KEY=_E,f.DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY=Ts,f.DOCS_NORMAL_EDITOR_UNIT_ID_KEY=As,f.DOCS_ZEN_EDITOR_UNIT_ID_KEY=$o,f.DOC_DRAWING_PRINTING_COMPONENT_KEY=kd,f.DOC_RANGE_TYPE=Ro,f.DashStyleType=na,f.DataStreamTreeNodeType=Ma,f.DataStreamTreeTokenType=mt,f.DataValidationErrorStyle=Gu,f.DataValidationImeMode=Vu,f.DataValidationOperator=Ku,f.DataValidationRenderMode=Xu,f.DataValidationStatus=qu,f.DataValidationType=Ju,f.DeleteDirection=Ji,f.DependentOn=PE,f.DesktopLogService=$i,f.DeveloperMetadataVisibility=Zi,f.Dimension=Qi,f.Direction=eo,f.Disposable=st,f.DisposableCollection=Er,f.DocStyleType=zo,f.DocumentDataModel=Mt,f.DocumentFlavor=ys,f.DrawingTypeEnum=Ea,f.EDITOR_ACTIVATED=fu,f.EXTENSION_NAMES=Sa,f.ErrorService=mu,f.EventState=lu,f.EventSubject=$p,f.FOCUSING_COMMON_DRAWINGS=eE,f.FOCUSING_DOC=cr,f.FOCUSING_EDITOR_BUT_HIDDEN=Kp,f.FOCUSING_EDITOR_INPUT_FORMULA=Xp,f.FOCUSING_EDITOR_STANDALONE=Jp,f.FOCUSING_FX_BAR_EDITOR=gu,f.FOCUSING_PANEL_EDITOR=Zp,f.FOCUSING_SHEET=Mn,f.FOCUSING_SLIDE=hr,f.FOCUSING_UNIT=ur,f.FOCUSING_UNIVER_EDITOR=qp,f.FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE=Qp,f.FORMULA_EDITOR_ACTIVATED=tE,f.FollowNumberWithType=Go,f.FontItalic=Ir,f.FontStyleType=En,f.FontWeight=Sr,f.GridType=Ko,f.HLSColor=mo,f.HorizontalAlign=At,f.IAuthzIoService=cu,f.ICommandService=Bn,f.IConfigService=pi,f.IContextService=_n,f.IImageIoService=bi,f.ILocalStorageService=NE,f.ILogService=It,f.IMentionIOService=hu,f.IPermissionService=Pu,f.IResourceLoaderService=vi,f.IResourceManagerService=is,f.IS_ROW_STYLE_PRECEDE_COLUMN_STYLE=Wo,f.IUndoRedoService=ls,f.IUniverInstanceService=Dn,f.ImageCacheMap=zu,f.ImageSourceType=wi,f.ImageUploadStatusType=Yu,f.InterceptorEffectEnum=Nn,f.InterceptorManager=yp,f.InterpolationPointType=to,f.JSON1=w_,f.JSONX=Wt,f.LRUHelper=zn,f.LRUMap=Yn,f.LifecycleStages=Je,f.ListGlyphType=Ne,f.LocaleService=gn,f.LocaleType=Wn,f.LogLevel=Bi,f.MOVE_BUFFER_VALUE=Hn,f.MemoryCursor=dn,f.MentionType=Rr,f.NAMED_STYLE_MAP=Ld,f.NAMED_STYLE_SPACE_MAP=Ud,f.NamedStyleType=it,f.NilCommand=Wi,f.NumberUnitType=da,f.ObjectMatrix=Et,f.ObjectRelativeFromH=ca,f.ObjectRelativeFromV=ha,f.OtherShapes=io,f.PAGE_SIZE=Fd,f.PAPER_TYPES=Ad,f.PRESET_LIST_TYPE=sr,f.PRINT_CHART_COMPONENT_KEY=Pd,f.PageElementType=Ca,f.PageOrientType=_a,f.PageType=Ns,f.PaperType=Rt,f.ParagraphElementType=Zo,f.ParagraphStyleBuilder=ar,f.ParagraphStyleValue=or,f.PermissionService=ku,f.PermissionStatus=Ri,f.Plugin=Si,f.PositionedObjectLayoutType=ea,f.PresetListType=Pt,f.ProtectionType=no,f.QuickListType=Yl,f.QuickListTypeMap=M_,f.RANGE_DIRECTION=Co,f.RANGE_TYPE=Le,f.RBush=Wr,f.RCDisposable=wc,f.RGBA_PAREN=th,f.RGB_PAREN=eh,f.ROTATE_BUFFER_VALUE=Gi,f.RTree=ZE,f.Range=Rn,f.Rectangle=Xt,f.RedoCommand=ju,f.RedoCommandId=$u,f.RefAlias=ef,f.Registry=gi,f.RegistryAsMap=mi,f.RelativeDate=ao,f.RelativeSlideLink=Ra,f.RgbColor=br,f.RichTextBuilder=fn,f.RichTextValue=Qt,f.RxDisposable=Oc,f.SHEET_EDITOR_UNITS=Dd,f.SectionType=Xo,f.SheetTypes=lo,f.SheetViewModel=Nu,f.SliceBodyType=li,f.SlideDataModel=Ci,f.SpacingRule=ta,f.SpecialShapes=oo,f.Styles=_u,f.THEME_COLORS=go,f.TabStopAlignment=ra,f.TableAlignmentType=ia,f.TableLayoutType=oa,f.TableRowHeightRule=la,f.TableSizeType=sa,f.TableTextWrapType=aa,f.TextDecoration=uo,f.TextDecorationBuilder=Zt,f.TextDirection=jn,f.TextDirectionType=Jo,f.TextStyleBuilder=Jt,f.TextStyleValue=ir,f.TextX=Ye,f.TextXActionType=ue,f.ThemeColor=Ar,f.ThemeColorType=ht,f.ThemeColors=vr,f.ThemeService=as,f.Tools=ne,f.UndoCommand=Wu,f.UndoCommandId=Hu,f.UnitModel=Zr,f.Univer=t0,f.UniverInstanceType=$e,f.UpdateDocsAttributeType=Pe,f.UserManagerService=lr,f.VerticalAlign=rn,f.VerticalAlignmentType=ua,f.Worksheet=fr,f.WrapStrategy=sn,f.WrapTextType=Qo,f.addLinkToDocumentModel=Cu,f.afterInitApply=Pc,f.afterTime=Lc,f.awaitTime=jE,f.binSearchFirstGreaterThanTarget=zi,f.binarySearchArray=kc,f.bufferDebounceTime=Dc,f.cellToRange=Nh,f.characterSpacingControlType=ma,f.checkForSubstrings=Dh,f.checkIfMove=xc,f.checkParagraphHasBullet=gd,f.checkParagraphHasIndent=md,f.checkParagraphHasIndentByStyle=Uo,f.codeToBlob=Fc,f.composeBody=ui,f.composeInterceptors=ou,f.composeStyles=ms,f.concatMatrixArray=Ch,f.convertBodyToHtml=Qc,f.convertCellToRange=Io,f.convertObservableToBehaviorSubject=Uc,f.covertCellValue=Os,f.covertCellValues=Mh,f.covertTextRunToHtml=_s,f.createAsyncInterceptorKey=Np,f.createDefaultUser=os,f.createDocumentModelWithStyle=dr,f.createInterceptorKey=Tp,f.createInternalEditorID=bd,f.createRowColIter=Us,f.dayjs=$t,f.debounce=r_,f.dedupe=gc,f.dedupeBy=mc,f.deepCompare=ws,f.delayAnimationFrame=YE,f.deleteContent=ko,f.extractPureTextFromCell=Du,f.fromCallback=ji,f.fromEventSubject=Hp,f.fromObservable=vc,f.generateRandomId=Bt,f.get=ll,f.getArrayLength=Vt,f.getBodySlice=Nt,f.getBodySliceHtml=Or,f.getBorderStyleType=Ah,f.getCellCoordByIndexSimple=Ai,f.getCellInfoInMergeData=Eh,f.getCellPositionByIndexSimple=JE,f.getCellValueType=mh,f.getCellWithCoordByIndexCore=Ln,f.getColorStyle=Lt,f.getCustomBlockSlice=Xl,f.getCustomDecorationSlice=Jl,f.getCustomRangeSlice=ql,f.getDocsUpdateBody=Th,f.getIntersectRange=ba,f.getOriginCellValue=CE,f.getParagraphsSlice=Kl,f.getPlainText=Gr,f.getReverseDirection=Bc,f.getSectionBreakSlice=$_,f.getTableSlice=Vl,f.getTextRunSlice=ss,f.getTransformOffsetX=Zu,f.getTransformOffsetY=Qu,f.getWorksheetUID=vE,f.groupBy=Ec,f.handleStyleToString=bh,f.hashAlgorithm=pd,f.horizontalLineSegmentsSubtraction=Br,f.insertMatrixArray=Rs,f.insertTextToContent=Po,f.invertColorByHSL=c0,f.invertColorByMatrix=s0,f.isBlackColor=fh,f.isBooleanString=f_,f.isCellCoverable=vs,f.isCellV=Eo,f.isEmptyCell=So,f.isFormulaId=wh,f.isFormulaString=vo,f.isICellData=po,f.isInternalEditorID=Yo,f.isNodeEnv=Zc,f.isNotNullOrUndefined=Ru,f.isNullCell=_h,f.isNumeric=au,f.isRangesEqual=sE,f.isRealNum=_d,f.isSafeNumeric=Up,f.isSameStyleTextRun=Oo,f.isUnitRangesEqual=iE,f.isValidRange=yh,f.isWhiteColor=gh,f.makeArray=Cc,f.makeCellRangeToRangeData=Oh,f.makeCellToSelection=vh,f.makeCustomRangeStream=lf,f.merge=Ks,f.mergeOverrideWithDependencies=xu,f.mergeSets=Fp,f.mergeWith=a_,f.mergeWorksheetSnapshotWithDefault=yu,f.mixinClass=Lp,f.moveMatrixArray=Ss,f.moveRangeByOffset=Yd,f.nameCharacterCheck=WE,f.normalizeBody=H_,f.normalizeTextRuns=rr,f.numberToABC=rf,f.numberToListABC=sf,f.numfmt=wd,f.queryObjectMatrix=Qd,f.registerDependencies=Rc,f.remove=Fn,f.repeatStringNumTimes=Na,f.replaceInDocumentBody=xp,f.requestImmediateMacroTask=kp,f.rotate=pc,f.searchArray=$n,f.searchInOrderedArray=Yi,f.selectionToArray=ph,f.sequence=Fi,f.sequenceAsync=ki,f.sequenceExecute=Cr,f.sequenceExecuteAsync=Mc,f.set=u_,f.shallowEqual=El,f.skipParseTagNames=zE,f.sliceMatrixArray=Rh,f.sortRules=of,f.sortRulesByDesc=af,f.sortRulesFactory=Jn,f.spliceArray=Is,f.splitIntoGrid=Ls,f.takeAfter=fs,f.textDiff=qs,f.throttle=Ap,f.toDisposable=tt,f.touchDependencies=Pi,f.updateAttributeByDelete=Zl,f.updateAttributeByInsert=Ql,f.willLoseNumericPrecision=Pp,Object.keys(We).forEach(e=>{e!=="default"&&!Object.prototype.hasOwnProperty.call(f,e)&&Object.defineProperty(f,e,{enumerable:!0,get:()=>We[e]})}),Object.defineProperty(f,Symbol.toStringTag,{value:"Module"})});
|