@univerjs/preset-docs-advanced 0.25.0 → 1.0.0-alpha.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/README.md +3 -3
- package/lib/cjs/index.js +62 -1
- package/lib/cjs/locales/ar-SA.js +13 -1
- package/lib/cjs/locales/ca-ES.js +13 -1
- package/lib/cjs/locales/de-DE.js +13 -1
- package/lib/cjs/locales/en-US.js +13 -1
- package/lib/cjs/locales/es-ES.js +13 -1
- package/lib/cjs/locales/fa-IR.js +13 -1
- package/lib/cjs/locales/fr-FR.js +13 -1
- package/lib/cjs/locales/id-ID.js +13 -1
- package/lib/cjs/locales/it-IT.js +13 -1
- package/lib/cjs/locales/ja-JP.js +13 -1
- package/lib/cjs/locales/ko-KR.js +13 -1
- package/lib/cjs/locales/pl-PL.js +13 -1
- package/lib/cjs/locales/pt-BR.js +13 -1
- package/lib/cjs/locales/ru-RU.js +13 -1
- package/lib/cjs/locales/sk-SK.js +13 -1
- package/lib/cjs/locales/vi-VN.js +13 -1
- package/lib/cjs/locales/zh-CN.js +13 -1
- package/lib/cjs/locales/zh-HK.js +13 -1
- package/lib/cjs/locales/zh-TW.js +13 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/es/index.js +40 -36
- package/lib/es/locales/ar-SA.js +9 -12
- package/lib/es/locales/ca-ES.js +9 -12
- package/lib/es/locales/de-DE.js +9 -12
- package/lib/es/locales/en-US.js +9 -12
- package/lib/es/locales/es-ES.js +9 -12
- package/lib/es/locales/fa-IR.js +9 -12
- package/lib/es/locales/fr-FR.js +9 -12
- package/lib/es/locales/id-ID.js +9 -12
- package/lib/es/locales/it-IT.js +9 -12
- package/lib/es/locales/ja-JP.js +9 -12
- package/lib/es/locales/ko-KR.js +9 -12
- package/lib/es/locales/pl-PL.js +9 -12
- package/lib/es/locales/pt-BR.js +9 -12
- package/lib/es/locales/ru-RU.js +9 -12
- package/lib/es/locales/sk-SK.js +9 -12
- package/lib/es/locales/vi-VN.js +9 -12
- package/lib/es/locales/zh-CN.js +9 -12
- package/lib/es/locales/zh-HK.js +9 -12
- package/lib/es/locales/zh-TW.js +9 -12
- package/lib/index.css +353 -1
- package/lib/index.js +40 -36
- package/lib/locales/ar-SA.js +9 -12
- package/lib/locales/ca-ES.js +9 -12
- package/lib/locales/de-DE.js +9 -12
- package/lib/locales/en-US.js +9 -12
- package/lib/locales/es-ES.js +9 -12
- package/lib/locales/fa-IR.js +9 -12
- package/lib/locales/fr-FR.js +9 -12
- package/lib/locales/id-ID.js +9 -12
- package/lib/locales/it-IT.js +9 -12
- package/lib/locales/ja-JP.js +9 -12
- package/lib/locales/ko-KR.js +9 -12
- package/lib/locales/pl-PL.js +9 -12
- package/lib/locales/pt-BR.js +9 -12
- package/lib/locales/ru-RU.js +9 -12
- package/lib/locales/sk-SK.js +9 -12
- package/lib/locales/vi-VN.js +9 -12
- package/lib/locales/zh-CN.js +9 -12
- package/lib/locales/zh-HK.js +9 -12
- package/lib/locales/zh-TW.js +9 -12
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locales/ar-SA.d.ts +26 -1
- package/lib/types/locales/ca-ES.d.ts +26 -1
- package/lib/types/locales/de-DE.d.ts +26 -1
- package/lib/types/locales/en-US.d.ts +26 -1
- package/lib/types/locales/es-ES.d.ts +26 -1
- package/lib/types/locales/fa-IR.d.ts +26 -1
- package/lib/types/locales/fr-FR.d.ts +26 -1
- package/lib/types/locales/id-ID.d.ts +26 -1
- package/lib/types/locales/it-IT.d.ts +26 -1
- package/lib/types/locales/ja-JP.d.ts +26 -1
- package/lib/types/locales/ko-KR.d.ts +26 -1
- package/lib/types/locales/pl-PL.d.ts +26 -1
- package/lib/types/locales/pt-BR.d.ts +26 -1
- package/lib/types/locales/ru-RU.d.ts +26 -1
- package/lib/types/locales/sk-SK.d.ts +26 -1
- package/lib/types/locales/vi-VN.d.ts +26 -1
- package/lib/types/locales/zh-CN.d.ts +26 -1
- package/lib/types/locales/zh-HK.d.ts +26 -1
- package/lib/types/locales/zh-TW.d.ts +26 -1
- package/lib/types/{umd.d.ts → preset.d.ts} +4 -5
- package/package.json +20 -23
- package/LICENSE +0 -176
- package/lib/types/types.d.ts +0 -11
- package/lib/umd/index.js +0 -23
- package/lib/umd/locales/ar-SA.js +0 -11
- package/lib/umd/locales/ca-ES.js +0 -11
- package/lib/umd/locales/de-DE.js +0 -11
- package/lib/umd/locales/en-US.js +0 -11
- package/lib/umd/locales/es-ES.js +0 -11
- package/lib/umd/locales/fa-IR.js +0 -11
- package/lib/umd/locales/fr-FR.js +0 -11
- package/lib/umd/locales/id-ID.js +0 -11
- package/lib/umd/locales/it-IT.js +0 -11
- package/lib/umd/locales/ja-JP.js +0 -11
- package/lib/umd/locales/ko-KR.js +0 -11
- package/lib/umd/locales/pl-PL.js +0 -11
- package/lib/umd/locales/pt-BR.js +0 -11
- package/lib/umd/locales/ru-RU.js +0 -11
- package/lib/umd/locales/sk-SK.js +0 -11
- package/lib/umd/locales/vi-VN.js +0 -11
- package/lib/umd/locales/zh-CN.js +0 -11
- package/lib/umd/locales/zh-HK.js +0 -11
- package/lib/umd/locales/zh-TW.js +0 -11
package/lib/umd/index.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
// @univerjs-pro/license/index
|
|
2
|
-
function _0x5da8(){const _0x5d25e8=['expected\x20Uint8Array','hidden\x20text','message','parentPort','BYTES_PER_ELEMENT','8kcKUFU','__Key__','_sha2:\x20outputLen\x20must\x20be\x20aligned\x20to\x2032bit','padStart','hexStringify','search','object','multiply','take','afterRender$','Get\x20Trial\x20License:\x20','endsWith','451130PkEkrQ','now','decorate','\x22digestInto()\x20output\x22\x20expected\x20to\x20be\x20of\x20length\x20>=','ReleaseType','node','destroy','isLE','update','default','0x428a2f98d728ae22.0x7137449123ef65cd.0xb5c0fbcfec4d3b2f.0xe9b5dba58189dbbc.0x3956c25bf348b538.0x59f111f1b605d019.0x923f82a4af194f9b.0xab1c5ed5da6d8118.0xd807aa98a3030242.0x12835b0145706fbe.0x243185be4ee4b28c.0x550c7dc3d5ffb4e2.0x72be5d74f27b896f.0x80deb1fe3b1696b1.0x9bdc06a725c71235.0xc19bf174cf692694.0xe49b69c19ef14ad2.0xefbe4786384f25e3.0x0fc19dc68b8cd5b5.0x240ca1cc77ac9c65.0x2de92c6f592b0275.0x4a7484aa6ea6e483.0x5cb0a9dcbd41fbd4.0x76f988da831153b5.0x983e5152ee66dfab.0xa831c66d2db43210.0xb00327c898fb213f.0xbf597fc7beef0ee4.0xc6e00bf33da88fc2.0xd5a79147930aa725.0x06ca6351e003826f.0x142929670a0e6e70.0x27b70a8546d22ffc.0x2e1b21385c26c926.0x4d2c6dfc5ac42aed.0x53380d139d95b3df.0x650a73548baf63de.0x766a0abb3c77b2a8.0x81c2c92e47edaee6.0x92722c851482353b.0xa2bfe8a14cf10364.0xa81a664bbc423001.0xc24b8b70d0f89791.0xc76c51a30654be30.0xd192e819d6ef5218.0xd69906245565a910.0xf40e35855771202a.0x106aa07032bbd1b8.0x19a4c116b8d2d0c8.0x1e376c085141ab53.0x2748774cdf8eeb99.0x34b0bcb5e19b48a8.0x391c0cb3c5c95a63.0x4ed8aa4ae3418acb.0x5b9cca4f7763e373.0x682e6ff3d6b2b8a3.0x748f82ee5defb2fc.0x78a5636f43172f60.0x84c87814a1f0ab72.0x8cc702081a6439ec.0x90befffa23631e28.0xa4506cebde82bde9.0xbef9a3f7b2c67915.0xc67178f2e372532b.0xca273eceea26619c.0xd186b8c721c0c207.0xeada7dd6cde0eb1e.0xf57d4f7fee6ed178.0x06f067aa72176fba.0x0a637dc5a2c898a6.0x113f9804bef90dae.0x1b710b35131c471b.0x28db77f523047d84.0x32caab7b40c72493.0x3c9ebe0a15c9bebc.0x431d67c49c100d4c.0x4cc5d4becb3e42b6.0x597f299cfc657e2a.0x5fcb6fab3ad6faec.0x6c44198c4a475817','length','12px\x20Arial','digest','unit','translate','_initConfig','335718jaRzJL','split','symbol','ls.config','common.config','_valid','_univerInstanceService','IRenderManagerService','getGlobalObject','hashes.','_config','node-worker','Injector','outputLen','getFocusedUnit','localhost','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','negative\x20coordinate','pow_p_5_8','captureStackTrace','pos','right','1JjcOGL','fromBytes','hostname','117222ZwzrHf','LifecycleService','workerData','view','getOwnPropertyDescriptor','get','license','rgba(128,\x20128,\x20128,\x200.2)','function','toBytes','measureText','isSmallOrder','DEV','negate','version','COMMON_CONFIG_KEY','worker_init_ls_key','hexToBytes','\x20mod=','isFeatureAuthorizedWithinTime','getDocFeatureLimit','fillRect','_sha2:\x20outputLen\x20bigger\x20than\x20state','set','UniverProLicense','LS_CONFIG_KEY','padOffset','byteLength','startsWith','toHex','finished','equals','rgba(80,\x2080,\x2080,\x201)','ZERO','IUniverInstanceService','Hash#digest()\x20has\x20already\x20been\x20called','binary','_lifecycleService','crypto.subtle\x20must\x20be\x20defined,\x20consider\x20polyfill','isTorsionFree','disposeWithMe','isArray','packageName','_cloneInto','bad\x20point:\x20equation\x20left\x20!=\x20right\x20(1)','fromAffine','UniverInstanceType','Disposable','unshiftString','env','15AcAwJh','random','onRendered','base64','string','UniverCore','subarray','location','registerRenderModule','69c4eb31ba71e758e264f21fcda75473415c9a7f2fe08d1759bed38cd95120e6','versions','Module','filter','min','subscribe','NO_COMMERCIAL','push','parseInt','1740263NKTiNu','length=','IConfigService','toString','_configService','bad\x20point:\x20x==0,\x20isLastByteOdd','type=','fillStyle','16px\x20Arial','_initRender','is0','map','https://univer.ai/pro','toAffine','browser-worker','_env','Uint8Array','24px\x20Arial','bad\x20point:\x20ZERO','freeze','name','crypto','WORKER_INIT_LICENSE','type','restore','Inject','destroyed','fill','byteOffset','rgba(200,\x20126,\x20200,\x200)','buffer','UNIVER_SHEET','Hash\x20instance\x20has\x20been\x20destroyed','roundClean','exports','includes','_bindToGlobal','@univerjs/engine-render','isView','2114404oRlVLa','CURVE','11KIxKdS','setConfig','iterator','sha512','BASE','getRandomValues','support','Univer\x20Pro\x20License\x20Required','clone','from','process','valid','charCodeAt','bigint','canXOF','Plugin','browser-main','constructor','setBigUint64','unitAdded$','rxjs','save','node-main','textAlign','COMMERCIAL','dTUphxS4xR','bad\x20point:\x20y\x20not\x20sqrt','fillText','UniverLicensePlugin','getConfig','assertValidity','blockLen','hex\x20invalid','SHEET_EDITOR_UNITS','unknown','add','getUint32','parse','_context','5350452FPiSqZ','getLicenseInfo','reverse','_count','getHeight','digestInto','merge','pluginName','font','1608162wrRrBT','clearCofactor','abs','toStringTag','\x20of\x20length\x20','Point\x20expected','UNIVER_DOC','double','multiplyUnsafe','36DUaOxU','slice','rgba(74,\x20116,\x20219,\x201)','forEach','defineProperty','_injector','finish','fromHex','NODE_WORKER_ID','getContext'];_0x5da8=function(){return _0x5d25e8;};return _0x5da8();}function _0x121b(_0x39161a,_0x2f8d3c){_0x39161a=_0x39161a-0xb3;const _0x5da827=_0x5da8();let _0x121be0=_0x5da827[_0x39161a];return _0x121be0;}(function(_0x373c94,_0x448c76){const _0x42d0af=_0x121b,_0x343a80=_0x373c94();while(!![]){try{const _0x127bc6=-parseInt(_0x42d0af(0x13a))/0x1*(-parseInt(_0x42d0af(0x13d))/0x2)+parseInt(_0x42d0af(0xef))/0x3+-parseInt(_0x42d0af(0xbd))/0x4+-parseInt(_0x42d0af(0x16f))/0x5*(parseInt(_0x42d0af(0x124))/0x6)+parseInt(_0x42d0af(0x181))/0x7*(-parseInt(_0x42d0af(0x107))/0x8)+-parseInt(_0x42d0af(0xf8))/0x9*(-parseInt(_0x42d0af(0x113))/0xa)+parseInt(_0x42d0af(0xbf))/0xb*(parseInt(_0x42d0af(0xe6))/0xc);if(_0x127bc6===_0x448c76)break;else _0x343a80['push'](_0x343a80['shift']());}catch(_0x5cbd3b){_0x343a80['push'](_0x343a80['shift']());}}}(_0x5da8,0x435cf),function(_0x291f71,_0x324320){const _0x237dd7=_0x121b;typeof exports=='object'&&typeof module<'u'?_0x324320(exports,require('@univerjs/core'),require('@univerjs/engine-render'),require('rxjs')):typeof define==_0x237dd7(0x145)&&define['amd']?define([_0x237dd7(0xb8),'@univerjs/core',_0x237dd7(0xbb),_0x237dd7(0xd3)],_0x324320):(_0x291f71=typeof globalThis<'u'?globalThis:_0x291f71||self,_0x324320(_0x291f71[_0x237dd7(0x155)]={},_0x291f71[_0x237dd7(0x174)],_0x291f71['UniverEngineRender'],_0x291f71[_0x237dd7(0xd3)]));}(this,function(_0x37a860,_0x53e1aa,_0x383b8a,_0xf86ede){const _0x1ae55e=_0x121b;Object['defineProperty'](_0x37a860,Symbol[_0x1ae55e(0xf2)],{'value':_0x1ae55e(0x17a)});let _0x1b90ff=function(_0x22ebbd){const _0x4d2386=_0x1ae55e;return _0x22ebbd[_0x22ebbd['DEV']=0x1]=_0x4d2386(0x149),_0x22ebbd[_0x22ebbd[_0x4d2386(0x17e)]=0x2]=_0x4d2386(0x17e),_0x22ebbd[_0x22ebbd[_0x4d2386(0xd7)]=0x3]=_0x4d2386(0xd7),_0x22ebbd;}({}),_0x4e9444={0x0:'I',0x1:'k',0x2:'j',0x3:'h',0x4:'P',0x5:'F',0x6:'C',0x7:'8',0x8:'O',0x9:'E','A':'0','K':'1','E':'2','I':'3','w':'4','N':'5','e':'6','a':'7','M':'9','c':'a','Y':'b','r':'c','D':'d','h':'e','g':'f','B':'g','U':'i','O':'l','C':'m','T':'n','R':'o','Z':'p','b':'q','x':'r','i':'s','\x20':'t','s':'u','p':'v','W':'w','L':'x','y':'y','v':'z','k':'A','f':'B','V':'D','X':'G','m':'H','n':'J','P':'K','Q':'L','J':'M','o':'N','l':'Q','H':'R','F':'S','q':'T','d':'U','u':'V','z':'W','G':'X','j':'Y','t':'Z','S':'\x20'},_0x5e5c36=Number[_0x1ae55e(0x180)](0x6a1ab9f8);function _0x30f61a(_0x3721ff,_0x12541f){const _0x531b26=_0x1ae55e;return _0x3721ff['split']('')[_0x531b26(0x18c)](_0x3f5b1a=>_0x12541f[_0x3f5b1a]||_0x3f5b1a)['join']('');}function _0x4112ee(_0x302aae,_0x1e9211,_0x38651a){const _0x548d0d=_0x1ae55e;var _0x5c68e6;if(!_0x302aae)return!0x1;let _0x14dd2a=Date[_0x548d0d(0x114)]()/0x3e8,_0x339498=_0x302aae['ft'],_0x3c3a53=_0x339498==null||(_0x5c68e6=_0x339498[_0x1e9211])==null?void 0x0:_0x5c68e6['et'],_0x4568b7=_0x3c3a53?_0x14dd2a<_0x3c3a53:!0x1,_0x36d2a7=_0x302aae['ud'];return _0x4568b7&&(_0x36d2a7?_0x38651a<_0x36d2a7:!0x1);}function _0x18cd48(_0x4f5917,_0x1b334b,_0x575fe6,_0x374f4c,_0x5e0fb8,_0xf9cea2){var _0x1e80a4;let _0x103b08=_0x5e0fb8,_0x50b8d9=_0x4f5917==null||(_0x1e80a4=_0x4f5917['ft'])==null?void 0x0:_0x1e80a4['sf'];return _0x50b8d9?(_0x103b08=(_0x4f5917==null?void 0x0:_0x4f5917['rt'])===0x2?_0x1b334b?_0x50b8d9!=null&&_0x50b8d9[_0x575fe6]?_0x50b8d9[_0x575fe6]:_0x374f4c:_0xf9cea2:_0x1b334b?_0x50b8d9!=null&&_0x50b8d9[_0x575fe6]?_0x50b8d9==null?void 0x0:_0x50b8d9[_0x575fe6]:_0x374f4c:_0x5e0fb8,_0x103b08):_0x5e0fb8;}function _0x5d36b3(_0x2c732e,_0x208149,_0x60a7e4,_0x1d4c86,_0x5d2960,_0x4f6840){var _0x3714a0;let _0x3618e5=_0x5d2960,_0x18136a=_0x2c732e==null||(_0x3714a0=_0x2c732e['ft'])==null?void 0x0:_0x3714a0['df'];return _0x18136a?(_0x3618e5=(_0x2c732e==null?void 0x0:_0x2c732e['rt'])===0x2?_0x208149?_0x18136a!=null&&_0x18136a[_0x60a7e4]?_0x18136a[_0x60a7e4]:_0x1d4c86:_0x4f6840:_0x208149?_0x18136a!=null&&_0x18136a[_0x60a7e4]?_0x18136a==null?void 0x0:_0x18136a[_0x60a7e4]:_0x1d4c86:_0x5d2960,_0x3618e5):_0x5d2960;}let _0x240231=()=>location['hostname']===_0x1ae55e(0x133);function _0x527ee7(_0x31265f){const _0x363669=_0x1ae55e;let _0x3c6b5c=_0x31265f[_0x363669(0x101)]();_0x3c6b5c[_0x363669(0xd4)](),_0x3c6b5c[_0x363669(0xee)]=_0x363669(0x192),_0x3c6b5c['fillStyle']=_0x363669(0x144);let _0x2d208d=_0x31265f['getWidth'](),_0x97a8d1=_0x31265f[_0x363669(0xea)]();for(let _0xf451b6=0x50;_0xf451b6<_0x2d208d;_0xf451b6+=0x104)for(let _0x525512=0x50;_0x525512<_0x97a8d1;_0x525512+=0xb4)_0x3c6b5c[_0x363669(0xd4)](),_0x3c6b5c[_0x363669(0x122)](_0xf451b6,_0x525512),_0x3c6b5c['rotate'](-0x78),_0x3c6b5c[_0x363669(0xd4)](),_0x3c6b5c[_0x363669(0x188)]=_0x363669(0xb3),_0x3c6b5c['fillText'](_0x363669(0x103),0xa,0xa),_0x3c6b5c['restore'](),_0x3c6b5c[_0x363669(0xda)]('',0x0,0x0),_0x3c6b5c[_0x363669(0xda)](_0x30f61a(_0x363669(0xd8),_0x4e9444),0x0,0x0),_0x3c6b5c['fillText'](_0x363669(0xc5),0x1869f,0x1869f),Math[_0x363669(0x170)]()>0.5&&_0x3c6b5c[_0x363669(0x152)](0x0,0x0,0x0,0x0),_0x3c6b5c['restore']();if(_0x2d208d<0xc8||_0x97a8d1<0xc8){_0x3c6b5c[_0x363669(0x199)]();return;}let _0x5d17d0=_0x2d208d-0x14,_0x32b618=_0x97a8d1-0x16;_0x3c6b5c[_0x363669(0xd6)]=_0x363669(0x139),_0x3c6b5c[_0x363669(0xee)]=_0x363669(0x11f),[{'label':'Contact\x20US:\x20','link':_0x363669(0x18d)},{'label':_0x363669(0x111),'link':'https://univer.ai/license'}][_0x363669(0xfb)](({label:_0x30059c,link:_0x3c2159})=>{const _0x36766a=_0x363669;_0x3c6b5c[_0x36766a(0x188)]=_0x36766a(0xfa),_0x3c6b5c[_0x36766a(0xda)](_0x3c2159,_0x5d17d0,_0x32b618);let _0xf003f9=_0x3c6b5c[_0x36766a(0x147)](_0x3c2159)['width'];_0x3c6b5c[_0x36766a(0x188)]='rgba(128,\x20128,\x20128,\x201)',_0x3c6b5c['fillText'](_0x30059c,_0x5d17d0-_0xf003f9,_0x32b618),_0x32b618-=0x14;}),_0x3c6b5c[_0x363669(0x188)]=_0x363669(0x15d),_0x3c6b5c[_0x363669(0xee)]=_0x363669(0x189),_0x3c6b5c[_0x363669(0xda)](_0x363669(0xc6),_0x5d17d0,_0x32b618),_0x3c6b5c[_0x363669(0x199)]();}let _0x55e849={'base64Parse'(_0x37fbdf){const _0xa221de=_0x1ae55e;let _0x577f50=typeof atob==_0xa221de(0x145)?atob(_0x37fbdf):Buffer[_0xa221de(0xc8)](_0x37fbdf,'base64')[_0xa221de(0x184)](_0xa221de(0x161)),_0x4969a6=_0x577f50[_0xa221de(0x11e)],_0x2ee23a=new Uint8Array(_0x4969a6);for(let _0x3d2cf6=0x0;_0x3d2cf6<_0x4969a6;_0x3d2cf6++)_0x2ee23a[_0x3d2cf6]=_0x577f50[_0xa221de(0xcb)](_0x3d2cf6);return _0x2ee23a;},'hexStringify'(_0x1823d0){const _0x1ade29=_0x1ae55e;let _0x27ad65='';for(let _0xba5915=0x0;_0xba5915<_0x1823d0[_0x1ade29(0x11e)];_0xba5915++)_0x27ad65+=_0x1823d0[_0xba5915][_0x1ade29(0x184)](0x10)[_0x1ade29(0x10a)](0x2,'0');return _0x27ad65;}};function _0x5502a1(){return typeof globalThis<'u'&&globalThis||typeof window<'u'&&window||typeof global<'u'&&global;}let _0x30eb0c='ls.config',_0x139523={};var _0x359399='@univerjs-pro/license',_0xb57553='0.25.0';function _0x52ad86(_0x2221d3){'@babel/helpers - typeof';const _0x116d0b=_0x1ae55e;return _0x52ad86=typeof Symbol==_0x116d0b(0x145)&&typeof Symbol[_0x116d0b(0xc1)]==_0x116d0b(0x126)?function(_0x290469){return typeof _0x290469;}:function(_0x49429e){const _0x3bbfdc=_0x116d0b;return _0x49429e&&typeof Symbol==_0x3bbfdc(0x145)&&_0x49429e[_0x3bbfdc(0xd0)]===Symbol&&_0x49429e!==Symbol['prototype']?_0x3bbfdc(0x126):typeof _0x49429e;},_0x52ad86(_0x2221d3);}function _0x540210(_0x1f0a8a,_0xfce726){const _0x49c898=_0x1ae55e;if(_0x52ad86(_0x1f0a8a)!=_0x49c898(0x10d)||!_0x1f0a8a)return _0x1f0a8a;var _0x5a1e97=_0x1f0a8a[Symbol['toPrimitive']];if(_0x5a1e97!==void 0x0){var _0x3baf65=_0x5a1e97['call'](_0x1f0a8a,_0xfce726||_0x49c898(0x11c));if(_0x52ad86(_0x3baf65)!=_0x49c898(0x10d))return _0x3baf65;throw TypeError(_0x49c898(0x134));}return(_0xfce726===_0x49c898(0x173)?String:Number)(_0x1f0a8a);}function _0x2ca135(_0x5d057a){const _0x5ba95c=_0x1ae55e;var _0x18aabc=_0x540210(_0x5d057a,_0x5ba95c(0x173));return _0x52ad86(_0x18aabc)==_0x5ba95c(0x126)?_0x18aabc:_0x18aabc+'';}function _0x54ddb9(_0x2b20b7,_0x3ce422,_0x1850b4){const _0x3f4c4d=_0x1ae55e;return(_0x3ce422=_0x2ca135(_0x3ce422))in _0x2b20b7?Object[_0x3f4c4d(0xfc)](_0x2b20b7,_0x3ce422,{'value':_0x1850b4,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2b20b7[_0x3ce422]=_0x1850b4,_0x2b20b7;}let _0x30ea33=Object[_0x1ae55e(0x194)]({'p':0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffedn,'n':0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3edn,'h':0x8n,'a':0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecn,'d':0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3n,'Gx':0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51an,'Gy':0x6666666666666666666666666666666666666666666666666666666666666658n}),{p:_0xb13187,n:_0x1641b8,Gx:_0x33333c,Gy:_0xdfa3f2,a:_0xdfb3ef,d:_0x1dffe5,h:_0x4a3e9a}=_0x30ea33,_0x66c3ff=(..._0x2d1552)=>{const _0x3419c8=_0x1ae55e;_0x3419c8(0x137)in Error&&typeof Error[_0x3419c8(0x137)]==_0x3419c8(0x145)&&Error['captureStackTrace'](..._0x2d1552);},_0x58979a=(_0x3a6838='')=>{let _0x251806=Error(_0x3a6838);throw _0x66c3ff(_0x251806,_0x58979a),_0x251806;},_0x170475=_0x48a351=>typeof _0x48a351==_0x1ae55e(0xcc),_0x5dd2a4=_0x5e9cd7=>typeof _0x5e9cd7==_0x1ae55e(0x173),_0x71630b=_0x922373=>_0x922373 instanceof Uint8Array||ArrayBuffer[_0x1ae55e(0xbc)](_0x922373)&&_0x922373[_0x1ae55e(0xd0)][_0x1ae55e(0x195)]===_0x1ae55e(0x191)&&_0x1ae55e(0x106)in _0x922373&&_0x922373[_0x1ae55e(0x106)]===0x1,_0x36f00a=(_0xb13c41,_0x4ad2c2,_0x28190f='')=>{const _0x610f04=_0x1ae55e;let _0x240515=_0x71630b(_0xb13c41),_0xbbc9e3=_0xb13c41==null?void 0x0:_0xb13c41['length'],_0x47cca4=_0x4ad2c2!==void 0x0;if(!_0x240515||_0x47cca4&&_0xbbc9e3!==_0x4ad2c2){let _0x3119c9=_0x28190f&&'\x22'+_0x28190f+'\x22\x20',_0x1e1d53=_0x47cca4?_0x610f04(0xf3)+_0x4ad2c2:'',_0x3756e3=_0x240515?_0x610f04(0x182)+_0xbbc9e3:_0x610f04(0x187)+typeof _0xb13c41,_0x1a9aba=_0x3119c9+_0x610f04(0x102)+_0x1e1d53+',\x20got\x20'+_0x3756e3;throw _0x240515?RangeError(_0x1a9aba):TypeError(_0x1a9aba);}return _0xb13c41;},_0x6c9acb=_0x5e8fa7=>new Uint8Array(_0x5e8fa7),_0x3a615a=_0x206f11=>Uint8Array[_0x1ae55e(0xc8)](_0x206f11),_0x47ecb5=(_0x59748a,_0xdeff79)=>_0x59748a[_0x1ae55e(0x184)](0x10)[_0x1ae55e(0x10a)](_0xdeff79,'0'),_0x5632e9=_0x247a92=>Array[_0x1ae55e(0xc8)](_0x36f00a(_0x247a92))['map'](_0x2a456c=>_0x47ecb5(_0x2a456c,0x2))['join'](''),_0x1f65a9={'_0':0x30,'_9':0x39,'A':0x41,'F':0x46,'a':0x61,'f':0x66},_0x2238ed=_0x1da5e3=>{if(_0x1da5e3>=_0x1f65a9['_0']&&_0x1da5e3<=_0x1f65a9['_9'])return _0x1da5e3-_0x1f65a9['_0'];if(_0x1da5e3>=_0x1f65a9['A']&&_0x1da5e3<=_0x1f65a9['F'])return _0x1da5e3-(_0x1f65a9['A']-0xa);if(_0x1da5e3>=_0x1f65a9['a']&&_0x1da5e3<=_0x1f65a9['f'])return _0x1da5e3-(_0x1f65a9['a']-0xa);},_0x409399=_0x5179c9=>{const _0x31bd46=_0x1ae55e;let _0x332a12=_0x31bd46(0xdf);if(!_0x5dd2a4(_0x5179c9))return _0x58979a(_0x332a12);let _0x5e3de6=_0x5179c9[_0x31bd46(0x11e)],_0x59077e=_0x5e3de6/0x2;if(_0x5e3de6%0x2)return _0x58979a(_0x332a12);let _0x3fe01f=_0x6c9acb(_0x59077e);for(let _0x21ec4c=0x0,_0x145a8f=0x0;_0x21ec4c<_0x59077e;_0x21ec4c++,_0x145a8f+=0x2){let _0x117ff2=_0x2238ed(_0x5179c9[_0x31bd46(0xcb)](_0x145a8f)),_0xea1df8=_0x2238ed(_0x5179c9[_0x31bd46(0xcb)](_0x145a8f+0x1));if(_0x117ff2===void 0x0||_0xea1df8===void 0x0)return _0x58979a(_0x332a12);_0x3fe01f[_0x21ec4c]=_0x117ff2*0x10+_0xea1df8;}return _0x3fe01f;},_0x1bbe37=()=>{const _0x3d1ac8=_0x1ae55e;var _0x5f2bc0;return(_0x5f2bc0=globalThis)==null?void 0x0:_0x5f2bc0[_0x3d1ac8(0x196)];},_0x2eeda0=()=>{const _0x436b67=_0x1ae55e;var _0x45062d,_0x52224e;return(_0x45062d=(_0x52224e=_0x1bbe37())==null?void 0x0:_0x52224e['subtle'])==null?_0x58979a(_0x436b67(0x163)):_0x45062d;},_0x1046f1=(..._0x5f20d5)=>{const _0x35d479=_0x1ae55e;let _0x14f572=0x0;for(let _0x1142c8 of _0x5f20d5)_0x14f572+=_0x36f00a(_0x1142c8)['length'];let _0x2dc9b6=_0x6c9acb(_0x14f572),_0x19d5f1=0x0;return _0x5f20d5[_0x35d479(0xfb)](_0x15c6a8=>{const _0x5922b3=_0x35d479;_0x2dc9b6['set'](_0x15c6a8,_0x19d5f1),_0x19d5f1+=_0x15c6a8[_0x5922b3(0x11e)];}),_0x2dc9b6;},_0x368f86=(_0x12b11e=0x20)=>_0x1bbe37()[_0x1ae55e(0xc4)](_0x6c9acb(_0x12b11e)),_0x4439ca=BigInt,_0x3b6cea=(_0x30f474,_0x243294,_0x3fb553,_0x20331b='bad\x20number:\x20out\x20of\x20range')=>{if(!_0x170475(_0x30f474))throw TypeError(_0x20331b);if(_0x243294<=_0x30f474&&_0x30f474<_0x3fb553)return _0x30f474;throw RangeError(_0x20331b);},_0x4a37de=(_0x846b50,_0x1459a0=_0xb13187)=>{let _0xa3d1b0=_0x846b50%_0x1459a0;return _0xa3d1b0>=0x0n?_0xa3d1b0:_0x1459a0+_0xa3d1b0;},_0x1367e3=(0x1n<<0xffn)-0x1n,_0x4e05cb=_0x558b5f=>{const _0x322d5e=_0x1ae55e;_0x558b5f<0x0n&&_0x58979a(_0x322d5e(0x135));let _0x52c16a=(_0x558b5f>>0xffn)*0x13n+(_0x558b5f&_0x1367e3);return _0x52c16a=(_0x52c16a>>0xffn)*0x13n+(_0x52c16a&_0x1367e3),_0x52c16a%_0xb13187;},_0x4feab0=_0x5ab068=>_0x4a37de(_0x5ab068,_0x1641b8),_0x3f376a=(_0x31559f,_0x28dec6)=>{const _0x3cf05d=_0x1ae55e;(_0x31559f===0x0n||_0x28dec6<=0x0n)&&_0x58979a('no\x20inverse\x20n='+_0x31559f+_0x3cf05d(0x14f)+_0x28dec6);let _0x4f28dd=_0x4a37de(_0x31559f,_0x28dec6),_0x4df766=_0x28dec6,_0x524c16=0x0n,_0x502da5=0x1n,_0x4feb43=0x1n,_0x53c50f=0x0n;for(;_0x4f28dd!==0x0n;){let _0xe1104c=_0x4df766/_0x4f28dd,_0x5394b8=_0x4df766%_0x4f28dd,_0x1ba33a=_0x524c16-_0x4feb43*_0xe1104c,_0xd34716=_0x502da5-_0x53c50f*_0xe1104c;_0x4df766=_0x4f28dd,_0x4f28dd=_0x5394b8,_0x524c16=_0x4feb43,_0x502da5=_0x53c50f,_0x4feb43=_0x1ba33a,_0x53c50f=_0xd34716;}return _0x4df766===0x1n?_0x4a37de(_0x524c16,_0x28dec6):_0x58979a('no\x20inverse');},_0x58e619=_0x3425ca=>{const _0x185b3e=_0x1ae55e;let _0x22842f=_0x1c412d[_0x3425ca];return typeof _0x22842f!=_0x185b3e(0x145)&&_0x58979a(_0x185b3e(0x12d)+_0x3425ca+'\x20not\x20set'),_0x22842f;},_0x3f9ef6=_0x2e1705=>_0x36f00a(_0x2e1705,0x40,_0x1ae55e(0x120)),_0x4602c4=_0x3091e2=>_0x3091e2 instanceof _0x22f8aa?_0x3091e2:_0x58979a(_0x1ae55e(0xf4)),_0xfd83d8=0x2n**0x100n;var _0x22f8aa=class _0x13b5f9{constructor(_0x1c5a79,_0x598f92,_0x4422d0,_0x5bcda4){const _0x40beea=_0x1ae55e;_0x54ddb9(this,'X',void 0x0),_0x54ddb9(this,'Y',void 0x0),_0x54ddb9(this,'Z',void 0x0),_0x54ddb9(this,'T',void 0x0);let _0x166f59=_0xfd83d8;this['X']=_0x3b6cea(_0x1c5a79,0x0n,_0x166f59),this['Y']=_0x3b6cea(_0x598f92,0x0n,_0x166f59),this['Z']=_0x3b6cea(_0x4422d0,0x1n,_0x166f59),this['T']=_0x3b6cea(_0x5bcda4,0x0n,_0x166f59),Object[_0x40beea(0x194)](this);}static[_0x1ae55e(0xbe)](){return _0x30ea33;}static[_0x1ae55e(0x16a)](_0x433bd4){return new _0x13b5f9(_0x433bd4['x'],_0x433bd4['y'],0x1n,_0x4e05cb(_0x433bd4['x']*_0x433bd4['y']));}static[_0x1ae55e(0x13b)](_0x275f22,_0x52262f=!0x1){const _0x3dec18=_0x1ae55e;let _0x1da72d=_0x1dffe5,_0x30b29e=_0x3a615a(_0x36f00a(_0x275f22,0x20)),_0x59b11f=_0x275f22[0x1f];_0x30b29e[0x1f]=_0x59b11f&-0x81;let _0x1ef90c=_0x7970f2(_0x30b29e);_0x3b6cea(_0x1ef90c,0x0n,_0x52262f?_0xfd83d8:_0xb13187);let _0x199053=_0x4e05cb(_0x1ef90c*_0x1ef90c),{isValid:_0x3ff06e,value:_0x3d557a}=_0x385b15(_0x4a37de(_0x199053-0x1n),_0x4e05cb(_0x1da72d*_0x199053+0x1n));_0x3ff06e||_0x58979a(_0x3dec18(0xd9));let _0x484402=(_0x3d557a&0x1n)==0x1n,_0x3b7bdb=(_0x59b11f&0x80)!=0x0;return!_0x52262f&&_0x3d557a===0x0n&&_0x3b7bdb&&_0x58979a(_0x3dec18(0x186)),_0x3b7bdb!==_0x484402&&(_0x3d557a=_0x4a37de(-_0x3d557a)),new _0x13b5f9(_0x3d557a,_0x1ef90c,0x1n,_0x4e05cb(_0x3d557a*_0x1ef90c));}static[_0x1ae55e(0xff)](_0x41a488,_0xb0e31c){return _0x13b5f9['fromBytes'](_0x409399(_0x41a488),_0xb0e31c);}get['x'](){return this['toAffine']()['x'];}get['y'](){const _0x4d53ba=_0x1ae55e;return this[_0x4d53ba(0x18e)]()['y'];}[_0x1ae55e(0xdd)](){const _0x4dd449=_0x1ae55e;let _0x1c735a=_0xdfb3ef,_0x4d72db=_0x1dffe5,_0x166f6f=this;if(_0x166f6f['is0']())return _0x58979a(_0x4dd449(0x193));let {X:_0x1077c2,Y:_0x342f3a,Z:_0x49efc7,T:_0x48029e}=_0x166f6f,_0x2e97f4=_0x4e05cb(_0x1077c2*_0x1077c2),_0x18a3e6=_0x4e05cb(_0x342f3a*_0x342f3a),_0x49308a=_0x4e05cb(_0x49efc7*_0x49efc7),_0x5d6504=_0x4e05cb(_0x49308a*_0x49308a);return _0x4e05cb(_0x49308a*(_0x4e05cb(_0x2e97f4*_0x1c735a)+_0x18a3e6))===_0x4a37de(_0x5d6504+_0x4e05cb(_0x4d72db*_0x4e05cb(_0x2e97f4*_0x18a3e6)))?_0x4e05cb(_0x1077c2*_0x342f3a)===_0x4e05cb(_0x49efc7*_0x48029e)?this:_0x58979a('bad\x20point:\x20equation\x20left\x20!=\x20right\x20(2)'):_0x58979a(_0x4dd449(0x169));}['equals'](_0x121b0d){let {X:_0x2ba82e,Y:_0x49123b,Z:_0x3f32fa}=this,{X:_0x3a3d88,Y:_0x34ebb4,Z:_0x2acbc1}=_0x4602c4(_0x121b0d),_0x2cb18b=_0x4e05cb(_0x2ba82e*_0x2acbc1),_0x550322=_0x4e05cb(_0x3a3d88*_0x3f32fa),_0x23957c=_0x4e05cb(_0x49123b*_0x2acbc1),_0x223a50=_0x4e05cb(_0x34ebb4*_0x3f32fa);return _0x2cb18b===_0x550322&&_0x23957c===_0x223a50;}[_0x1ae55e(0x18b)](){const _0x428c03=_0x1ae55e;return this[_0x428c03(0x15c)](_0x3b3ca8);}[_0x1ae55e(0x14a)](){return new _0x13b5f9(_0x4a37de(-this['X']),this['Y'],this['Z'],_0x4a37de(-this['T']));}[_0x1ae55e(0xf6)](){let {X:_0x20ab2e,Y:_0x36b238,Z:_0x5bc469}=this,_0x1b84f9=_0xdfb3ef,_0x1e1345=_0x4e05cb(_0x20ab2e*_0x20ab2e),_0x4988b6=_0x4e05cb(_0x36b238*_0x36b238),_0x1f1c90=_0x4e05cb(0x2n*_0x5bc469*_0x5bc469),_0x2f2420=_0x4e05cb(_0x1b84f9*_0x1e1345),_0xb12118=_0x4a37de(_0x20ab2e+_0x36b238),_0x1b9d93=_0x4a37de(_0x4e05cb(_0xb12118*_0xb12118)-_0x1e1345-_0x4988b6),_0x4ec3d0=_0x4a37de(_0x2f2420+_0x4988b6),_0x23767a=_0x4a37de(_0x4ec3d0-_0x1f1c90),_0x4d8473=_0x4a37de(_0x2f2420-_0x4988b6),_0x4766bd=_0x4e05cb(_0x1b9d93*_0x23767a),_0x2dccfa=_0x4e05cb(_0x4ec3d0*_0x4d8473),_0x2cef7e=_0x4e05cb(_0x1b9d93*_0x4d8473);return new _0x13b5f9(_0x4766bd,_0x2dccfa,_0x4e05cb(_0x23767a*_0x4ec3d0),_0x2cef7e);}[_0x1ae55e(0xe2)](_0x43ca67){let {X:_0x27bff9,Y:_0x1f7a73,Z:_0x3c6969,T:_0x535095}=this,{X:_0x4b99fe,Y:_0x54bd69,Z:_0x1d479d,T:_0x2c857d}=_0x4602c4(_0x43ca67),_0x26bfa2=_0xdfb3ef,_0x1f26e5=_0x1dffe5,_0x3deb8c=_0x4e05cb(_0x27bff9*_0x4b99fe),_0x59f9bd=_0x4e05cb(_0x1f7a73*_0x54bd69),_0x7bf120=_0x4e05cb(_0x4e05cb(_0x535095*_0x1f26e5)*_0x2c857d),_0x2ea32d=_0x4e05cb(_0x3c6969*_0x1d479d),_0x5909f0=_0x4a37de(_0x4e05cb(_0x4a37de(_0x27bff9+_0x1f7a73)*_0x4a37de(_0x4b99fe+_0x54bd69))-_0x3deb8c-_0x59f9bd),_0x3892cf=_0x4a37de(_0x2ea32d-_0x7bf120),_0x586046=_0x4a37de(_0x2ea32d+_0x7bf120),_0x27ead9=_0x4a37de(_0x59f9bd-_0x4e05cb(_0x26bfa2*_0x3deb8c)),_0x36d48b=_0x4e05cb(_0x5909f0*_0x3892cf),_0x4b1e2b=_0x4e05cb(_0x586046*_0x27ead9),_0x5f4b3e=_0x4e05cb(_0x5909f0*_0x27ead9);return new _0x13b5f9(_0x36d48b,_0x4b1e2b,_0x4e05cb(_0x3892cf*_0x586046),_0x5f4b3e);}['subtract'](_0x11338b){const _0x4a8e70=_0x1ae55e;return this['add'](_0x4602c4(_0x11338b)[_0x4a8e70(0x14a)]());}[_0x1ae55e(0x10e)](_0x2c9910,_0x23dff5=!0x0){const _0x3bed0f=_0x1ae55e;if(!_0x23dff5&&_0x2c9910===0x0n||(_0x3b6cea(_0x2c9910,0x1n,_0x1641b8),!_0x23dff5&&this[_0x3bed0f(0x18b)]()))return _0x3b3ca8;if(_0x2c9910===0x1n)return this;if(this[_0x3bed0f(0x15c)](_0x49676d))return _0x53e637(_0x2c9910)['p'];let _0x17b1d4=_0x3b3ca8,_0x119030=_0x49676d;for(let _0x4abe01=this;_0x2c9910>0x0n;_0x4abe01=_0x4abe01['double'](),_0x2c9910>>=0x1n)_0x2c9910&0x1n?_0x17b1d4=_0x17b1d4[_0x3bed0f(0xe2)](_0x4abe01):_0x23dff5&&(_0x119030=_0x119030['add'](_0x4abe01));return _0x17b1d4;}[_0x1ae55e(0xf7)](_0x92fec){return this['multiply'](_0x92fec,!0x1);}[_0x1ae55e(0x18e)](){let {X:_0x2d60bc,Y:_0x2a893c,Z:_0x3b49d1}=this;if(this['equals'](_0x3b3ca8))return{'x':0x0n,'y':0x1n};let _0x373bdf=_0x3f376a(_0x3b49d1,_0xb13187);return _0x4e05cb(_0x3b49d1*_0x373bdf)!==0x1n&&_0x58979a('invalid\x20inverse'),{'x':_0x4e05cb(_0x2d60bc*_0x373bdf),'y':_0x4e05cb(_0x2a893c*_0x373bdf)};}[_0x1ae55e(0x146)](){const _0xa825ca=_0x1ae55e;let {x:_0x5ac2e0,y:_0x1037ad}=this[_0xa825ca(0x18e)](),_0x48a5ef=_0x509240(_0x1037ad);return _0x48a5ef[0x1f]|=_0x5ac2e0&0x1n?0x80:0x0,_0x48a5ef;}[_0x1ae55e(0x15a)](){const _0x3ed966=_0x1ae55e;return _0x5632e9(this[_0x3ed966(0x146)]());}['clearCofactor'](){const _0x2f072f=_0x1ae55e;return this[_0x2f072f(0x10e)](_0x4439ca(_0x4a3e9a),!0x1);}[_0x1ae55e(0x148)](){const _0x4b3332=_0x1ae55e;return this[_0x4b3332(0xf0)]()[_0x4b3332(0x18b)]();}[_0x1ae55e(0x164)](){const _0x4c7f22=_0x1ae55e;let _0x56ebf2=this[_0x4c7f22(0x10e)](_0x1641b8/0x2n,!0x1)[_0x4c7f22(0xf6)]();return _0x1641b8%0x2n&&(_0x56ebf2=_0x56ebf2['add'](this)),_0x56ebf2['is0']();}};_0x54ddb9(_0x22f8aa,_0x1ae55e(0xc3),void 0x0),_0x54ddb9(_0x22f8aa,'ZERO',void 0x0);let _0x49676d=new _0x22f8aa(_0x33333c,_0xdfa3f2,0x1n,_0x4a37de(_0x33333c*_0xdfa3f2)),_0x3b3ca8=new _0x22f8aa(0x0n,0x1n,0x1n,0x0n);_0x22f8aa['BASE']=_0x49676d,_0x22f8aa[_0x1ae55e(0x15e)]=_0x3b3ca8;let _0x509240=_0x3d7619=>_0x409399(_0x47ecb5(_0x3b6cea(_0x3d7619,0x0n,_0xfd83d8),0x40))[_0x1ae55e(0xe8)](),_0x7970f2=_0x4e0913=>_0x4439ca('0x'+_0x5632e9(_0x3a615a(_0x36f00a(_0x4e0913))[_0x1ae55e(0xe8)]())),_0x75f7f4=(_0xaa4239,_0x3c6118)=>{let _0x10ef96=_0xaa4239;for(;_0x3c6118-->0x0n;)_0x10ef96=_0x4e05cb(_0x10ef96*_0x10ef96);return _0x10ef96;},_0x36965e=_0x652532=>{let _0x3044b0=_0x4e05cb(_0x4e05cb(_0x652532*_0x652532)*_0x652532),_0x2deed5=_0x4e05cb(_0x75f7f4(_0x4e05cb(_0x75f7f4(_0x3044b0,0x2n)*_0x3044b0),0x1n)*_0x652532),_0x3c5fe5=_0x4e05cb(_0x75f7f4(_0x2deed5,0x5n)*_0x2deed5),_0x5b801d=_0x4e05cb(_0x75f7f4(_0x3c5fe5,0xan)*_0x3c5fe5),_0x31fee4=_0x4e05cb(_0x75f7f4(_0x5b801d,0x14n)*_0x5b801d),_0xc533cc=_0x4e05cb(_0x75f7f4(_0x31fee4,0x28n)*_0x31fee4);return{'pow_p_5_8':_0x4e05cb(_0x75f7f4(_0x4e05cb(_0x75f7f4(_0x4e05cb(_0x75f7f4(_0x4e05cb(_0x75f7f4(_0xc533cc,0x50n)*_0xc533cc),0x50n)*_0xc533cc),0xan)*_0x3c5fe5),0x2n)*_0x652532),'b2':_0x3044b0};},_0x47b89b=0x2b8324804fc1df0b2b4d00993dfbd7a72f431806ad2fe478c4ee1b274a0ea0b0n,_0x385b15=(_0x25669c,_0x413d0c)=>{const _0x4118a0=_0x1ae55e;let _0x1e6288=_0x4e05cb(_0x413d0c*_0x4e05cb(_0x413d0c*_0x413d0c)),_0x88b2da=_0x36965e(_0x4e05cb(_0x25669c*_0x4e05cb(_0x4e05cb(_0x1e6288*_0x1e6288)*_0x413d0c)))[_0x4118a0(0x136)],_0x3f53c6=_0x4e05cb(_0x25669c*_0x4e05cb(_0x1e6288*_0x88b2da)),_0x7f909f=_0x4e05cb(_0x413d0c*_0x4e05cb(_0x3f53c6*_0x3f53c6)),_0x22b3dd=_0x3f53c6,_0x1e5e85=_0x4e05cb(_0x3f53c6*_0x47b89b),_0x3b1094=_0x7f909f===_0x25669c,_0xd3b462=_0x7f909f===_0x4a37de(-_0x25669c),_0x4afaa8=_0x7f909f===_0x4a37de(-_0x25669c*_0x47b89b);return _0x3b1094&&(_0x3f53c6=_0x22b3dd),(_0xd3b462||_0x4afaa8)&&(_0x3f53c6=_0x1e5e85),(_0x4a37de(_0x3f53c6)&0x1n)==0x1n&&(_0x3f53c6=_0x4a37de(-_0x3f53c6)),{'isValid':_0x3b1094||_0xd3b462,'value':_0x3f53c6};},_0x2bf6b6=_0xb186a3=>_0x4feab0(_0x7970f2(_0xb186a3)),_0x4e88ec=(..._0x777b45)=>_0x3f9ef6(_0x58e619(_0x1ae55e(0xc2))(_0x1046f1(..._0x777b45))),_0x264f4d=_0x5ef827=>_0x5ef827[_0x1ae55e(0xfe)](_0x4e88ec(_0x5ef827['hashable'])),_0x1283fb={'zip215':!0x0},_0x17c6c2=(_0x30053b,_0x13c41e,_0x2f8824,_0x5ecf53=_0x1283fb)=>{const _0x24c4d7=_0x1ae55e;_0x30053b=_0x36f00a(_0x30053b,0x40),_0x13c41e=_0x36f00a(_0x13c41e),_0x2f8824=_0x36f00a(_0x2f8824,0x20);let {zip215:_0x375747=!0x0}=_0x5ecf53,_0x3f0795=_0x30053b[_0x24c4d7(0x175)](0x0,0x20),_0x21a522=_0x7970f2(_0x30053b[_0x24c4d7(0x175)](0x20,0x40)),_0x3ddb11,_0x10bb62,_0x199af1,_0x3c8abb=Uint8Array['of'](),_0x4f7b9c=!0x1;try{_0x3ddb11=_0x22f8aa[_0x24c4d7(0x13b)](_0x2f8824,_0x375747),_0x10bb62=_0x22f8aa[_0x24c4d7(0x13b)](_0x3f0795,_0x375747),_0x199af1=_0x49676d[_0x24c4d7(0x10e)](_0x21a522,!0x1),_0x3c8abb=_0x1046f1(_0x3f0795,_0x2f8824,_0x13c41e),_0x4f7b9c=!0x0;}catch{}return{'hashable':_0x3c8abb,'finish':_0x44602a=>{const _0x50dfd9=_0x24c4d7;if(!_0x4f7b9c||!_0x375747&&_0x3ddb11[_0x50dfd9(0x148)]())return!0x1;let _0x5dc07f=_0x2bf6b6(_0x44602a);return _0x10bb62[_0x50dfd9(0xe2)](_0x3ddb11[_0x50dfd9(0x10e)](_0x5dc07f,!0x1))['subtract'](_0x199af1)[_0x50dfd9(0xf0)]()[_0x50dfd9(0x18b)]();}};},_0x3c0f19=(_0x4dbaa0,_0x3271a7,_0x52f681,_0x3c328f=_0x1283fb)=>_0x264f4d(_0x17c6c2(_0x4dbaa0,_0x3271a7,_0x52f681,_0x3c328f)),_0x438a80=Object[_0x1ae55e(0x194)]({'bytesToHex':_0x5632e9,'hexToBytes':_0x409399,'concatBytes':_0x1046f1,'mod':_0x4a37de,'invert':_0x3f376a,'randomBytes':_0x368f86}),_0x1c412d={'sha512Async':async _0x4d667d=>{let _0x1820bd=_0x2eeda0(),_0x34fe86=_0x1046f1(_0x4d667d);return _0x6c9acb(await _0x1820bd['digest']('SHA-512',_0x34fe86['buffer']));},'sha512':void 0x0},_0x5bce68=()=>{const _0x57e544=_0x1ae55e;let _0x470bec=[],_0x3861bf=_0x49676d,_0x1a0872=_0x3861bf;for(let _0x5d583b=0x0;_0x5d583b<0x21;_0x5d583b++){_0x1a0872=_0x3861bf,_0x470bec[_0x57e544(0x17f)](_0x1a0872);for(let _0xd0636f=0x1;_0xd0636f<0x80;_0xd0636f++)_0x1a0872=_0x1a0872[_0x57e544(0xe2)](_0x3861bf),_0x470bec[_0x57e544(0x17f)](_0x1a0872);_0x3861bf=_0x1a0872[_0x57e544(0xf6)]();}return _0x470bec;},_0x9adc1c,_0x1e04bb=(_0x38faed,_0x20d61b)=>{const _0x2f0f13=_0x1ae55e;let _0x233106=_0x20d61b[_0x2f0f13(0x14a)]();return _0x38faed?_0x233106:_0x20d61b;},_0x53e637=_0x398343=>{const _0x2f6c04=_0x1ae55e;let _0x572c5e=_0x9adc1c||(_0x9adc1c=_0x5bce68()),_0x2d579e=_0x3b3ca8,_0x2d902e=_0x49676d,_0x3690db=_0x4439ca(0xff),_0x585f0e=_0x4439ca(0x8);for(let _0x5d8779=0x0;_0x5d8779<0x21;_0x5d8779++){let _0x49b959=Number(_0x398343&_0x3690db);_0x398343>>=_0x585f0e,_0x49b959>0x80&&(_0x49b959-=0x100,_0x398343+=0x1n);let _0x50bd41=_0x5d8779*0x80,_0x4f0837=_0x50bd41,_0x348cfc=_0x50bd41+Math[_0x2f6c04(0xf1)](_0x49b959)-0x1,_0x56f484=_0x5d8779%0x2!=0x0,_0x9fb21e=_0x49b959<0x0;_0x49b959===0x0?_0x2d902e=_0x2d902e[_0x2f6c04(0xe2)](_0x1e04bb(_0x56f484,_0x572c5e[_0x4f0837])):_0x2d579e=_0x2d579e[_0x2f6c04(0xe2)](_0x1e04bb(_0x9fb21e,_0x572c5e[_0x348cfc]));}return _0x398343!==0x0n&&_0x58979a('invalid\x20wnaf'),{'p':_0x2d579e,'f':_0x2d902e};};function _0x533648(_0x17a50){const _0x1dfc72=_0x1ae55e;return _0x17a50 instanceof Uint8Array||ArrayBuffer['isView'](_0x17a50)&&_0x17a50[_0x1dfc72(0xd0)][_0x1dfc72(0x195)]===_0x1dfc72(0x191)&&'BYTES_PER_ELEMENT'in _0x17a50&&_0x17a50[_0x1dfc72(0x106)]===0x1;}function _0x3a341b(_0x3440e7,_0x53be5f,_0x30b149=''){const _0x12ea5f=_0x1ae55e;let _0x382ab6=_0x533648(_0x3440e7),_0x5ccd3c=_0x3440e7==null?void 0x0:_0x3440e7['length'],_0x17055e=_0x53be5f!==void 0x0;if(!_0x382ab6||_0x17055e&&_0x5ccd3c!==_0x53be5f){let _0xe0a321=_0x30b149&&'\x22'+_0x30b149+'\x22\x20',_0x44cdaf=_0x17055e?'\x20of\x20length\x20'+_0x53be5f:'',_0x4ba181=_0x382ab6?_0x12ea5f(0x182)+_0x5ccd3c:_0x12ea5f(0x187)+typeof _0x3440e7,_0x31578e=_0xe0a321+_0x12ea5f(0x102)+_0x44cdaf+',\x20got\x20'+_0x4ba181;throw _0x382ab6?RangeError(_0x31578e):TypeError(_0x31578e);}return _0x3440e7;}function _0x127f99(_0x8e51f6,_0x61e0a7=!0x0){const _0xa3667=_0x1ae55e;if(_0x8e51f6['destroyed'])throw Error(_0xa3667(0xb6));if(_0x61e0a7&&_0x8e51f6['finished'])throw Error(_0xa3667(0x160));}function _0xb6bd53(_0x5e9c12,_0x49afce){const _0x1d860b=_0x1ae55e;_0x3a341b(_0x5e9c12,void 0x0,'digestInto()\x20output');let _0x2b8f91=_0x49afce['outputLen'];if(_0x5e9c12[_0x1d860b(0x11e)]<_0x2b8f91)throw RangeError(_0x1d860b(0x116)+_0x2b8f91);}function _0x2cbd31(..._0x27e862){const _0x42df7c=_0x1ae55e;for(let _0x29885a=0x0;_0x29885a<_0x27e862[_0x42df7c(0x11e)];_0x29885a++)_0x27e862[_0x29885a][_0x42df7c(0x19c)](0x0);}function _0x54610c(_0x5ceda0){const _0x29e113=_0x1ae55e;return new DataView(_0x5ceda0[_0x29e113(0xb4)],_0x5ceda0[_0x29e113(0x19d)],_0x5ceda0[_0x29e113(0x158)]);}function _0x4b2359(_0x2745d7,_0x2c2759={}){const _0x5b4c43=_0x1ae55e;let _0x1b4128=(_0x292132,_0x3643c6)=>_0x2745d7(_0x3643c6)[_0x5b4c43(0x11b)](_0x292132)[_0x5b4c43(0x120)](),_0x3df3c5=_0x2745d7(void 0x0);return _0x1b4128[_0x5b4c43(0x131)]=_0x3df3c5[_0x5b4c43(0x131)],_0x1b4128['blockLen']=_0x3df3c5['blockLen'],_0x1b4128[_0x5b4c43(0xcd)]=_0x3df3c5[_0x5b4c43(0xcd)],_0x1b4128['create']=_0x201647=>_0x2745d7(_0x201647),Object['assign'](_0x1b4128,_0x2c2759),Object[_0x5b4c43(0x194)](_0x1b4128);}let _0x59cfe3=_0x4d0321=>({'oid':Uint8Array[_0x1ae55e(0xc8)]([0x6,0x9,0x60,0x86,0x48,0x1,0x65,0x3,0x4,0x2,_0x4d0321])});var _0x7aeaa2=class{constructor(_0x29f641,_0x4f78f5,_0x5493d8,_0x1df404){const _0x4eb79b=_0x1ae55e;_0x54ddb9(this,'blockLen',void 0x0),_0x54ddb9(this,_0x4eb79b(0x131),void 0x0),_0x54ddb9(this,_0x4eb79b(0xcd),!0x1),_0x54ddb9(this,_0x4eb79b(0x157),void 0x0),_0x54ddb9(this,_0x4eb79b(0x11a),void 0x0),_0x54ddb9(this,_0x4eb79b(0xb4),void 0x0),_0x54ddb9(this,_0x4eb79b(0x140),void 0x0),_0x54ddb9(this,_0x4eb79b(0x15b),!0x1),_0x54ddb9(this,_0x4eb79b(0x11e),0x0),_0x54ddb9(this,'pos',0x0),_0x54ddb9(this,_0x4eb79b(0x19b),!0x1),this[_0x4eb79b(0xde)]=_0x29f641,this[_0x4eb79b(0x131)]=_0x4f78f5,this['padOffset']=_0x5493d8,this[_0x4eb79b(0x11a)]=_0x1df404,this['buffer']=new Uint8Array(_0x29f641),this['view']=_0x54610c(this['buffer']);}[_0x1ae55e(0x11b)](_0x4b2df0){const _0x3bb37e=_0x1ae55e;_0x127f99(this),_0x3a341b(_0x4b2df0);let {view:_0x3ceea5,buffer:_0x35ef7f,blockLen:_0x46a164}=this,_0x4304b6=_0x4b2df0[_0x3bb37e(0x11e)];for(let _0x34a2cd=0x0;_0x34a2cd<_0x4304b6;){let _0x412914=Math[_0x3bb37e(0x17c)](_0x46a164-this[_0x3bb37e(0x138)],_0x4304b6-_0x34a2cd);if(_0x412914===_0x46a164){let _0x8a3e57=_0x54610c(_0x4b2df0);for(;_0x46a164<=_0x4304b6-_0x34a2cd;_0x34a2cd+=_0x46a164)this[_0x3bb37e(0xc9)](_0x8a3e57,_0x34a2cd);continue;}_0x35ef7f['set'](_0x4b2df0['subarray'](_0x34a2cd,_0x34a2cd+_0x412914),this[_0x3bb37e(0x138)]),this['pos']+=_0x412914,_0x34a2cd+=_0x412914,this[_0x3bb37e(0x138)]===_0x46a164&&(this[_0x3bb37e(0xc9)](_0x3ceea5,0x0),this['pos']=0x0);}return this['length']+=_0x4b2df0['length'],this[_0x3bb37e(0xb7)](),this;}['digestInto'](_0xe5d0b2){const _0x3955fb=_0x1ae55e;_0x127f99(this),_0xb6bd53(_0xe5d0b2,this),this[_0x3955fb(0x15b)]=!0x0;let {buffer:_0x4e1fff,view:_0x556163,blockLen:_0x2448e1,isLE:_0x14b917}=this,{pos:_0x2d6185}=this;_0x4e1fff[_0x2d6185++]=0x80,_0x2cbd31(this[_0x3955fb(0xb4)]['subarray'](_0x2d6185)),this[_0x3955fb(0x157)]>_0x2448e1-_0x2d6185&&(this[_0x3955fb(0xc9)](_0x556163,0x0),_0x2d6185=0x0);for(let _0x4baf1b=_0x2d6185;_0x4baf1b<_0x2448e1;_0x4baf1b++)_0x4e1fff[_0x4baf1b]=0x0;_0x556163[_0x3955fb(0xd1)](_0x2448e1-0x8,BigInt(this[_0x3955fb(0x11e)]*0x8),_0x14b917),this[_0x3955fb(0xc9)](_0x556163,0x0);let _0x33a08c=_0x54610c(_0xe5d0b2),_0x3e82e2=this[_0x3955fb(0x131)];if(_0x3e82e2%0x4)throw Error(_0x3955fb(0x109));let _0x1713db=_0x3e82e2/0x4,_0x319226=this[_0x3955fb(0x142)]();if(_0x1713db>_0x319226[_0x3955fb(0x11e)])throw Error(_0x3955fb(0x153));for(let _0x48791e=0x0;_0x48791e<_0x1713db;_0x48791e++)_0x33a08c['setUint32'](0x4*_0x48791e,_0x319226[_0x48791e],_0x14b917);}[_0x1ae55e(0x120)](){const _0x36282d=_0x1ae55e;let {buffer:_0x315de2,outputLen:_0x5859d8}=this;this[_0x36282d(0xeb)](_0x315de2);let _0x472c3f=_0x315de2[_0x36282d(0xf9)](0x0,_0x5859d8);return this[_0x36282d(0x119)](),_0x472c3f;}[_0x1ae55e(0x168)](_0x3bd269){const _0x4107f3=_0x1ae55e;_0x3bd269||(_0x3bd269=new this[(_0x4107f3(0xd0))]()),_0x3bd269['set'](...this[_0x4107f3(0x142)]());let {blockLen:_0x392e1d,buffer:_0x513fe8,length:_0x2df877,finished:_0x38acb9,destroyed:_0x5c898d,pos:_0x1a7916}=this;return _0x3bd269[_0x4107f3(0x19b)]=_0x5c898d,_0x3bd269[_0x4107f3(0x15b)]=_0x38acb9,_0x3bd269['length']=_0x2df877,_0x3bd269['pos']=_0x1a7916,_0x2df877%_0x392e1d&&_0x3bd269[_0x4107f3(0xb4)][_0x4107f3(0x154)](_0x513fe8),_0x3bd269;}[_0x1ae55e(0xc7)](){const _0x205831=_0x1ae55e;return this[_0x205831(0x168)]();}};let _0x3ce021=Uint32Array[_0x1ae55e(0xc8)]([0x6a09e667,0xf3bcc908,0xbb67ae85,0x84caa73b,0x3c6ef372,0xfe94f82b,0xa54ff53a,0x5f1d36f1,0x510e527f,0xade682d1,0x9b05688c,0x2b3e6c1f,0x1f83d9ab,0xfb41bd6b,0x5be0cd19,0x137e2179]),_0x4f8953=BigInt(0x2**0x20-0x1),_0x213fe3=BigInt(0x20);function _0x1acbf6(_0x1dd39f,_0x241337=!0x1){return _0x241337?{'h':Number(_0x1dd39f&_0x4f8953),'l':Number(_0x1dd39f>>_0x213fe3&_0x4f8953)}:{'h':Number(_0x1dd39f>>_0x213fe3&_0x4f8953)|0x0,'l':Number(_0x1dd39f&_0x4f8953)|0x0};}function _0x66a644(_0x22e3ba,_0x56e483=!0x1){const _0x370966=_0x1ae55e;let _0x414630=_0x22e3ba[_0x370966(0x11e)],_0x920c94=new Uint32Array(_0x414630),_0x4d6000=new Uint32Array(_0x414630);for(let _0x1e0d85=0x0;_0x1e0d85<_0x414630;_0x1e0d85++){let {h:_0x25a612,l:_0x2459c5}=_0x1acbf6(_0x22e3ba[_0x1e0d85],_0x56e483);[_0x920c94[_0x1e0d85],_0x4d6000[_0x1e0d85]]=[_0x25a612,_0x2459c5];}return[_0x920c94,_0x4d6000];}let _0x24f853=(_0x41d49f,_0x4b636e,_0x4f14ff)=>_0x41d49f>>>_0x4f14ff,_0x5cf754=(_0x2ea694,_0x2589ce,_0x521137)=>_0x2ea694<<0x20-_0x521137|_0x2589ce>>>_0x521137,_0x2f702=(_0x49ce76,_0x2bedef,_0x2035e9)=>_0x49ce76>>>_0x2035e9|_0x2bedef<<0x20-_0x2035e9,_0x12c1e9=(_0x56a027,_0x2baf55,_0x219b20)=>_0x56a027<<0x20-_0x219b20|_0x2baf55>>>_0x219b20,_0x6b938=(_0x255591,_0xb3bf45,_0x3a8245)=>_0x255591<<0x40-_0x3a8245|_0xb3bf45>>>_0x3a8245-0x20,_0x17d92f=(_0x2e6700,_0x4200af,_0x1c62df)=>_0x2e6700>>>_0x1c62df-0x20|_0x4200af<<0x40-_0x1c62df;function _0x5ac325(_0x1acead,_0x555c4c,_0x49aea8,_0x9580d2){let _0x2cc7c1=(_0x555c4c>>>0x0)+(_0x9580d2>>>0x0);return{'h':_0x1acead+_0x49aea8+(_0x2cc7c1/0x2**0x20|0x0)|0x0,'l':_0x2cc7c1|0x0};}let _0x435666=(_0x117f15,_0x1f7f56,_0x45eaf6)=>(_0x117f15>>>0x0)+(_0x1f7f56>>>0x0)+(_0x45eaf6>>>0x0),_0x26247b=(_0x2b86ff,_0x28822c,_0x25bb73,_0x52ec8a)=>_0x28822c+_0x25bb73+_0x52ec8a+(_0x2b86ff/0x2**0x20|0x0)|0x0,_0xdb8eb3=(_0x4c6665,_0x4697c2,_0x55892a,_0x36a93b)=>(_0x4c6665>>>0x0)+(_0x4697c2>>>0x0)+(_0x55892a>>>0x0)+(_0x36a93b>>>0x0),_0x2d1d95=(_0x47f1dd,_0x1e44f3,_0x7cb8c4,_0x38db48,_0x5dc393)=>_0x1e44f3+_0x7cb8c4+_0x38db48+_0x5dc393+(_0x47f1dd/0x2**0x20|0x0)|0x0,_0x498b52=(_0x2ec236,_0xa9cbad,_0x9fd660,_0x40d48c,_0x55416b)=>(_0x2ec236>>>0x0)+(_0xa9cbad>>>0x0)+(_0x9fd660>>>0x0)+(_0x40d48c>>>0x0)+(_0x55416b>>>0x0),_0xc4e01b=(_0x4d614a,_0x46c367,_0x408a66,_0xb85d55,_0x6d2770,_0x37bdc5)=>_0x46c367+_0x408a66+_0xb85d55+_0x6d2770+_0x37bdc5+(_0x4d614a/0x2**0x20|0x0)|0x0,_0x444b3a=_0x66a644(_0x1ae55e(0x11d)[_0x1ae55e(0x125)]('.')[_0x1ae55e(0x18c)](_0x35f71e=>BigInt(_0x35f71e))),_0x294b53=_0x444b3a[0x0],_0x4c00cb=_0x444b3a[0x1],_0x242721=new Uint32Array(0x50),_0x5862d4=new Uint32Array(0x50);var _0x4312fe=class extends _0x7aeaa2{constructor(_0x402368){super(0x80,_0x402368,0x10,!0x1);}[_0x1ae55e(0x142)](){let {Ah:_0x26eaec,Al:_0x469c9c,Bh:_0x4a34d0,Bl:_0x309698,Ch:_0x531e6f,Cl:_0x194c60,Dh:_0x475da1,Dl:_0xc2dd51,Eh:_0x246f0e,El:_0x311b48,Fh:_0x53705d,Fl:_0x1003d4,Gh:_0x2bdc9d,Gl:_0x34f80c,Hh:_0x2e8a3f,Hl:_0x3ba565}=this;return[_0x26eaec,_0x469c9c,_0x4a34d0,_0x309698,_0x531e6f,_0x194c60,_0x475da1,_0xc2dd51,_0x246f0e,_0x311b48,_0x53705d,_0x1003d4,_0x2bdc9d,_0x34f80c,_0x2e8a3f,_0x3ba565];}[_0x1ae55e(0x154)](_0x3eece7,_0x133c7b,_0x5e7c70,_0x4161f5,_0x19b177,_0x2f3cd4,_0x404d98,_0x2f9f0d,_0x5a4b8a,_0x5d171a,_0x2dcac0,_0x2aefa7,_0xfb47e3,_0x56bb83,_0x2b6da5,_0x53c018){this['Ah']=_0x3eece7|0x0,this['Al']=_0x133c7b|0x0,this['Bh']=_0x5e7c70|0x0,this['Bl']=_0x4161f5|0x0,this['Ch']=_0x19b177|0x0,this['Cl']=_0x2f3cd4|0x0,this['Dh']=_0x404d98|0x0,this['Dl']=_0x2f9f0d|0x0,this['Eh']=_0x5a4b8a|0x0,this['El']=_0x5d171a|0x0,this['Fh']=_0x2dcac0|0x0,this['Fl']=_0x2aefa7|0x0,this['Gh']=_0xfb47e3|0x0,this['Gl']=_0x56bb83|0x0,this['Hh']=_0x2b6da5|0x0,this['Hl']=_0x53c018|0x0;}[_0x1ae55e(0xc9)](_0x4bc41d,_0x4049e9){const _0x330d52=_0x1ae55e;for(let _0x4e2b18=0x0;_0x4e2b18<0x10;_0x4e2b18++,_0x4049e9+=0x4)_0x242721[_0x4e2b18]=_0x4bc41d[_0x330d52(0xe3)](_0x4049e9),_0x5862d4[_0x4e2b18]=_0x4bc41d[_0x330d52(0xe3)](_0x4049e9+=0x4);for(let _0xa326c2=0x10;_0xa326c2<0x50;_0xa326c2++){let _0x57e7ed=_0x242721[_0xa326c2-0xf]|0x0,_0xbfae3e=_0x5862d4[_0xa326c2-0xf]|0x0,_0x29ebd9=_0x2f702(_0x57e7ed,_0xbfae3e,0x1)^_0x2f702(_0x57e7ed,_0xbfae3e,0x8)^_0x24f853(_0x57e7ed,_0xbfae3e,0x7),_0x3901b0=_0x12c1e9(_0x57e7ed,_0xbfae3e,0x1)^_0x12c1e9(_0x57e7ed,_0xbfae3e,0x8)^_0x5cf754(_0x57e7ed,_0xbfae3e,0x7),_0x57fb13=_0x242721[_0xa326c2-0x2]|0x0,_0x281881=_0x5862d4[_0xa326c2-0x2]|0x0,_0x557dd6=_0x2f702(_0x57fb13,_0x281881,0x13)^_0x6b938(_0x57fb13,_0x281881,0x3d)^_0x24f853(_0x57fb13,_0x281881,0x6),_0x110e95=_0xdb8eb3(_0x3901b0,_0x12c1e9(_0x57fb13,_0x281881,0x13)^_0x17d92f(_0x57fb13,_0x281881,0x3d)^_0x5cf754(_0x57fb13,_0x281881,0x6),_0x5862d4[_0xa326c2-0x7],_0x5862d4[_0xa326c2-0x10]);_0x242721[_0xa326c2]=_0x2d1d95(_0x110e95,_0x29ebd9,_0x557dd6,_0x242721[_0xa326c2-0x7],_0x242721[_0xa326c2-0x10])|0x0,_0x5862d4[_0xa326c2]=_0x110e95|0x0;}let {Ah:_0x53a46d,Al:_0x50e48b,Bh:_0x123722,Bl:_0x4362a7,Ch:_0x22f58b,Cl:_0xb51e13,Dh:_0xb8f342,Dl:_0x25ba51,Eh:_0x2ceab4,El:_0x4eae81,Fh:_0x214850,Fl:_0x36d1d1,Gh:_0x478d94,Gl:_0x928634,Hh:_0x1323c5,Hl:_0x5b0848}=this;for(let _0x467135=0x0;_0x467135<0x50;_0x467135++){let _0xa099d3=_0x2f702(_0x2ceab4,_0x4eae81,0xe)^_0x2f702(_0x2ceab4,_0x4eae81,0x12)^_0x6b938(_0x2ceab4,_0x4eae81,0x29),_0x16ec8f=_0x12c1e9(_0x2ceab4,_0x4eae81,0xe)^_0x12c1e9(_0x2ceab4,_0x4eae81,0x12)^_0x17d92f(_0x2ceab4,_0x4eae81,0x29),_0x5c8761=_0x2ceab4&_0x214850^~_0x2ceab4&_0x478d94,_0x52817d=_0x4eae81&_0x36d1d1^~_0x4eae81&_0x928634,_0x4c63ab=_0x498b52(_0x5b0848,_0x16ec8f,_0x52817d,_0x4c00cb[_0x467135],_0x5862d4[_0x467135]),_0xf9bd4d=_0xc4e01b(_0x4c63ab,_0x1323c5,_0xa099d3,_0x5c8761,_0x294b53[_0x467135],_0x242721[_0x467135]),_0x127e01=_0x4c63ab|0x0,_0x18c598=_0x2f702(_0x53a46d,_0x50e48b,0x1c)^_0x6b938(_0x53a46d,_0x50e48b,0x22)^_0x6b938(_0x53a46d,_0x50e48b,0x27),_0x18d6c9=_0x12c1e9(_0x53a46d,_0x50e48b,0x1c)^_0x17d92f(_0x53a46d,_0x50e48b,0x22)^_0x17d92f(_0x53a46d,_0x50e48b,0x27),_0x520fe4=_0x53a46d&_0x123722^_0x53a46d&_0x22f58b^_0x123722&_0x22f58b,_0xbbe8de=_0x50e48b&_0x4362a7^_0x50e48b&_0xb51e13^_0x4362a7&_0xb51e13;_0x1323c5=_0x478d94|0x0,_0x5b0848=_0x928634|0x0,_0x478d94=_0x214850|0x0,_0x928634=_0x36d1d1|0x0,_0x214850=_0x2ceab4|0x0,_0x36d1d1=_0x4eae81|0x0,{h:_0x2ceab4,l:_0x4eae81}=_0x5ac325(_0xb8f342|0x0,_0x25ba51|0x0,_0xf9bd4d|0x0,_0x127e01|0x0),_0xb8f342=_0x22f58b|0x0,_0x25ba51=_0xb51e13|0x0,_0x22f58b=_0x123722|0x0,_0xb51e13=_0x4362a7|0x0,_0x123722=_0x53a46d|0x0,_0x4362a7=_0x50e48b|0x0;let _0x22a13d=_0x435666(_0x127e01,_0x18d6c9,_0xbbe8de);_0x53a46d=_0x26247b(_0x22a13d,_0xf9bd4d,_0x18c598,_0x520fe4),_0x50e48b=_0x22a13d|0x0;}({h:_0x53a46d,l:_0x50e48b}=_0x5ac325(this['Ah']|0x0,this['Al']|0x0,_0x53a46d|0x0,_0x50e48b|0x0),{h:_0x123722,l:_0x4362a7}=_0x5ac325(this['Bh']|0x0,this['Bl']|0x0,_0x123722|0x0,_0x4362a7|0x0),{h:_0x22f58b,l:_0xb51e13}=_0x5ac325(this['Ch']|0x0,this['Cl']|0x0,_0x22f58b|0x0,_0xb51e13|0x0),{h:_0xb8f342,l:_0x25ba51}=_0x5ac325(this['Dh']|0x0,this['Dl']|0x0,_0xb8f342|0x0,_0x25ba51|0x0),{h:_0x2ceab4,l:_0x4eae81}=_0x5ac325(this['Eh']|0x0,this['El']|0x0,_0x2ceab4|0x0,_0x4eae81|0x0),{h:_0x214850,l:_0x36d1d1}=_0x5ac325(this['Fh']|0x0,this['Fl']|0x0,_0x214850|0x0,_0x36d1d1|0x0),{h:_0x478d94,l:_0x928634}=_0x5ac325(this['Gh']|0x0,this['Gl']|0x0,_0x478d94|0x0,_0x928634|0x0),{h:_0x1323c5,l:_0x5b0848}=_0x5ac325(this['Hh']|0x0,this['Hl']|0x0,_0x1323c5|0x0,_0x5b0848|0x0),this[_0x330d52(0x154)](_0x53a46d,_0x50e48b,_0x123722,_0x4362a7,_0x22f58b,_0xb51e13,_0xb8f342,_0x25ba51,_0x2ceab4,_0x4eae81,_0x214850,_0x36d1d1,_0x478d94,_0x928634,_0x1323c5,_0x5b0848));}[_0x1ae55e(0xb7)](){_0x2cbd31(_0x242721,_0x5862d4);}[_0x1ae55e(0x119)](){const _0x9a3f38=_0x1ae55e;this[_0x9a3f38(0x19b)]=!0x0,_0x2cbd31(this['buffer']),this[_0x9a3f38(0x154)](0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0);}},_0x2b6cb7=class extends _0x4312fe{constructor(){super(0x40),_0x54ddb9(this,'Ah',_0x3ce021[0x0]|0x0),_0x54ddb9(this,'Al',_0x3ce021[0x1]|0x0),_0x54ddb9(this,'Bh',_0x3ce021[0x2]|0x0),_0x54ddb9(this,'Bl',_0x3ce021[0x3]|0x0),_0x54ddb9(this,'Ch',_0x3ce021[0x4]|0x0),_0x54ddb9(this,'Cl',_0x3ce021[0x5]|0x0),_0x54ddb9(this,'Dh',_0x3ce021[0x6]|0x0),_0x54ddb9(this,'Dl',_0x3ce021[0x7]|0x0),_0x54ddb9(this,'Eh',_0x3ce021[0x8]|0x0),_0x54ddb9(this,'El',_0x3ce021[0x9]|0x0),_0x54ddb9(this,'Fh',_0x3ce021[0xa]|0x0),_0x54ddb9(this,'Fl',_0x3ce021[0xb]|0x0),_0x54ddb9(this,'Gh',_0x3ce021[0xc]|0x0),_0x54ddb9(this,'Gl',_0x3ce021[0xd]|0x0),_0x54ddb9(this,'Hh',_0x3ce021[0xe]|0x0),_0x54ddb9(this,'Hl',_0x3ce021[0xf]|0x0);}};let _0x3652d1=_0x4b2359(()=>new _0x2b6cb7(),_0x59cfe3(0x3));function _0x35a209(_0x45284e,_0x330dc1){const _0x3e6fbf=_0x1ae55e;if(_0x45284e===_0x330dc1)return!0x0;if(!_0x45284e[_0x3e6fbf(0x159)]('*.'))return!0x1;let _0x2d8069=_0x45284e['slice'](0x2);return _0x2d8069&&_0x2d8069===_0x330dc1?!0x0:!!(_0x2d8069&&!_0x330dc1[_0x3e6fbf(0x159)]('.')&&_0x330dc1[_0x3e6fbf(0x112)]('.'+_0x2d8069));}let _0x40c44c=(..._0x324b4c)=>_0x3652d1(_0x438a80['concatBytes'](..._0x324b4c));function _0x2a619c(_0xf77638){const _0x4ac308=_0x1ae55e;return typeof atob==_0x4ac308(0x145)?atob(_0xf77638):Buffer[_0x4ac308(0xc8)](_0xf77638,_0x4ac308(0x172))[_0x4ac308(0x184)](_0x4ac308(0x161));}function _0x3633b8(){const _0x4d09ec=_0x1ae55e;var _0x37a712;let _0x15dc57=_0x5502a1();return typeof((_0x37a712=_0x15dc57[_0x4d09ec(0x176)])==null?void 0x0:_0x37a712[_0x4d09ec(0x13c)])==_0x4d09ec(0x173)?_0x15dc57[_0x4d09ec(0x176)][_0x4d09ec(0x13c)]:void 0x0;}function _0x5bf886(){const _0x85d4d4=_0x1ae55e;_0x1c412d[_0x85d4d4(0xc2)]=_0x40c44c;}function _0x116587(_0x1c11ca){const _0x7421d5=_0x1ae55e;var _0x3fc923;if(!_0x1c11ca)return;let _0x32992e=_0x1c11ca[_0x7421d5(0x125)]('-'),_0x1e5bee=JSON[_0x7421d5(0xe4)](_0x2a619c(_0x32992e[0x2])),_0x5cc697=_0x5502a1();_0x5cc697[_0x7421d5(0x108)]=(_0x3fc923=_0x1e5bee['p'])==null?'':_0x3fc923;}function _0x478701(_0x571ac7,_0x24ac09){const _0x32f1bb=_0x1ae55e;if(!_0x571ac7||!_0x24ac09)return{'valid':!0x1,'message':{}};try{_0x5bf886();let _0x2e49a7=_0x571ac7[_0x32f1bb(0x125)]('-'),_0x42ed2b=JSON['parse'](_0x2a619c(_0x2e49a7[0x2]));_0x42ed2b['ud']||(_0x42ed2b['ud']=Number(_0x2e49a7[0x4]));let _0x31ffc9=_0x55e849[_0x32f1bb(0x10b)](_0x55e849['base64Parse'](_0x2e49a7[0x2])),_0xa87a7a=_0x55e849['hexStringify'](_0x55e849['base64Parse'](_0x2e49a7[0x3])),_0x1fdd27=_0x3c0f19(_0x438a80[_0x32f1bb(0x14e)](_0xa87a7a),_0x438a80[_0x32f1bb(0x14e)](_0x31ffc9),_0x438a80['hexToBytes'](_0x24ac09)),_0x50b2da=_0x3633b8(),_0x2b6e86=Array[_0x32f1bb(0x166)](_0x42ed2b['dm'])?_0x42ed2b['dm'][_0x32f1bb(0x17b)](_0x193138=>typeof _0x193138==_0x32f1bb(0x173)):[],_0x52eaaf=!0x0;return _0x50b2da&&(_0x52eaaf=_0x2b6e86[_0x32f1bb(0x11e)]?_0x2b6e86['some'](_0x2f1342=>_0x35a209(_0x2f1342,_0x50b2da)):!0x0,_0x50b2da==='localhost'&&(_0x52eaaf=!0x0)),{'valid':_0x1fdd27&&_0x52eaaf,'message':_0x42ed2b};}catch{return{'valid':!0x1,'message':{}};}}function _0xe4ef74(_0x5cb1e5,_0x5457b0){return function(_0xb539ad,_0x1283fe){_0x5457b0(_0xb539ad,_0x1283fe,_0x5cb1e5);};}function _0x269303(_0x4aa1ed,_0x405a0f,_0x2290e2,_0x54a4e9){const _0x1ea635=_0x1ae55e;var _0x4210ec=arguments[_0x1ea635(0x11e)],_0x23ac4d=_0x4210ec<0x3?_0x405a0f:_0x54a4e9===null?_0x54a4e9=Object[_0x1ea635(0x141)](_0x405a0f,_0x2290e2):_0x54a4e9,_0x595ed9;if(typeof Reflect==_0x1ea635(0x10d)&&typeof Reflect[_0x1ea635(0x115)]==_0x1ea635(0x145))_0x23ac4d=Reflect['decorate'](_0x4aa1ed,_0x405a0f,_0x2290e2,_0x54a4e9);else{for(var _0x375d83=_0x4aa1ed['length']-0x1;_0x375d83>=0x0;_0x375d83--)(_0x595ed9=_0x4aa1ed[_0x375d83])&&(_0x23ac4d=(_0x4210ec<0x3?_0x595ed9(_0x23ac4d):_0x4210ec>0x3?_0x595ed9(_0x405a0f,_0x2290e2,_0x23ac4d):_0x595ed9(_0x405a0f,_0x2290e2))||_0x23ac4d);}return _0x4210ec>0x3&&_0x23ac4d&&Object[_0x1ea635(0xfc)](_0x405a0f,_0x2290e2,_0x23ac4d),_0x23ac4d;}let _0x2c10e2=class extends _0x53e1aa[_0x1ae55e(0x16c)]{constructor(_0x28f778,_0x155057){const _0x336556=_0x1ae55e;super(),this[_0x336556(0xe5)]=_0x28f778,this[_0x336556(0x185)]=_0x155057,_0x54ddb9(this,_0x336556(0x129),void 0x0),_0x54ddb9(this,'_count',0x0),this[_0x336556(0x18a)]();}[_0x1ae55e(0x18a)](){const _0x2b21a1=_0x1ae55e;let {scene:_0x5b63f5,type:_0x108d21}=this[_0x2b21a1(0xe5)];this[_0x2b21a1(0x165)](_0x5b63f5[_0x2b21a1(0x110)][_0x2b21a1(0x17d)](_0x3e7984=>{const _0x7939ad=_0x2b21a1;if(_0x3e7984){var _0x52a9b9;if(_0x108d21===_0x53e1aa[_0x7939ad(0x16b)]['UNIVER_DOC']&&_0x53e1aa[_0x7939ad(0xe0)][_0x7939ad(0xb9)](this[_0x7939ad(0xe5)]['unitId']))return;this[_0x7939ad(0xe9)]++,this[_0x7939ad(0xe9)]>0xc8&&(this[_0x7939ad(0xe9)]=0x0,this['_valid']=void 0x0);let {pbk:_0x37421e,ls:_0xb86624}=(_0x52a9b9=this[_0x7939ad(0x185)][_0x7939ad(0xdc)](_0x7939ad(0x127)))==null?{}:_0x52a9b9;if(this[_0x7939ad(0x129)]===void 0x0)try{let _0x819c6f=_0x478701(_0xb86624,_0x37421e),_0x455b50=_0x819c6f[_0x7939ad(0x104)];if(_0x819c6f[_0x7939ad(0xca)]){let _0x57bff0=_0x4112ee(_0x455b50,_0x108d21===_0x53e1aa['UniverInstanceType'][_0x7939ad(0xf5)]?'df':_0x108d21===_0x53e1aa[_0x7939ad(0x16b)]['UNIVER_SHEET']?'sf':'uf',_0x5e5c36);this[_0x7939ad(0x129)]=_0x57bff0;}else this[_0x7939ad(0x129)]=!0x1;}catch{this['_valid']=!0x1;}if(this[_0x7939ad(0x129)])return;_0x527ee7(_0x3e7984);}}));}};_0x2c10e2=_0x269303([_0xe4ef74(0x1,_0x53e1aa[_0x1ae55e(0x183)])],_0x2c10e2);function _0x346811(){const _0xa1136=_0x1ae55e;if(typeof process<'u'&&process[_0xa1136(0x179)]&&process[_0xa1136(0x179)][_0xa1136(0x118)])try{return typeof global<'u'&&(global[_0xa1136(0x105)]!==void 0x0||global[_0xa1136(0x13f)]!==void 0x0||global[_0xa1136(0xc9)]&&global['process'][_0xa1136(0x16e)]&&global['process']['env'][_0xa1136(0x100)])?_0xa1136(0x12f):_0xa1136(0xd5);}catch{return'node-main';}if(typeof self<'u'){if(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope)return _0xa1136(0x18f);if(typeof window<'u'&&typeof document<'u')return _0xa1136(0xcf);}return _0xa1136(0xe1);}let _0x98dc2b=class extends _0x53e1aa[_0x1ae55e(0xce)]{constructor(_0x7ca53a=_0x139523,_0x545e7e,_0x4f1c68,_0x2c92e6,_0x3b1511){const _0x5b6ba6=_0x1ae55e;super(),this[_0x5b6ba6(0x12e)]=_0x7ca53a,this[_0x5b6ba6(0xfd)]=_0x545e7e,this['_configService']=_0x4f1c68,this[_0x5b6ba6(0x162)]=_0x2c92e6,this[_0x5b6ba6(0x12a)]=_0x3b1511,_0x54ddb9(this,_0x5b6ba6(0x190),_0x5b6ba6(0xe1)),this[_0x5b6ba6(0x190)]=_0x346811();try{this[_0x5b6ba6(0xba)](),this[_0x5b6ba6(0x123)]();}catch{let {..._0x5a615f}=this[_0x5b6ba6(0x12e)],_0x4db443=_0x5a615f[_0x5b6ba6(0x143)];this[_0x5b6ba6(0x185)][_0x5b6ba6(0xc0)](_0x30eb0c,{'ls':_0x4db443,'pbk':_0x5b6ba6(0x178),'stv':!0x1});}}[_0x1ae55e(0x171)](){const _0x39f0eb=_0x1ae55e;if(this[_0x39f0eb(0x190)]!=='browser-main')return;let _0x1acc32=this[_0x39f0eb(0xfd)]['get'](_0x383b8a[_0x39f0eb(0x12b)]);[[_0x2c10e2]][_0x39f0eb(0xfb)](_0x35e53c=>{const _0x517a77=_0x39f0eb;this[_0x517a77(0x165)](_0x1acc32[_0x517a77(0x177)](_0x53e1aa['UniverInstanceType'][_0x517a77(0xb5)],_0x35e53c)),this[_0x517a77(0x165)](_0x1acc32[_0x517a77(0x177)](_0x53e1aa[_0x517a77(0x16b)]['UNIVER_DOC'],_0x35e53c));});}[_0x1ae55e(0xba)](){const _0x5b9dba=_0x1ae55e;var _0x3eee33;_0x5bf886(),(_0x3eee33=this[_0x5b9dba(0x12e)])!=null&&_0x3eee33[_0x5b9dba(0x143)]&&_0x116587(this['_config'][_0x5b9dba(0x143)]);}[_0x1ae55e(0x123)](){const _0x2d2671=_0x1ae55e;let {..._0x3f3f9c}=(0x0,_0x53e1aa[_0x2d2671(0xec)])({},_0x139523,this[_0x2d2671(0x12e)]),_0x35dca2=_0x3f3f9c['license'];if(this[_0x2d2671(0x190)]===_0x2d2671(0x18f)&&!_0x35dca2){var _0x6a1871;let _0x201bf6=new URLSearchParams(location[_0x2d2671(0x10c)]);_0x35dca2=decodeURIComponent((_0x6a1871=_0x201bf6[_0x2d2671(0x142)](_0x2d2671(0x14d)))==null?'':_0x6a1871);}let _0x10dbc7=_0x2d2671(0x178),_0x3d08d3=_0x478701(_0x35dca2,_0x10dbc7)[_0x2d2671(0x104)],_0xcebfff=this[_0x2d2671(0x12a)][_0x2d2671(0x132)]();if(this[_0x2d2671(0x185)][_0x2d2671(0xc0)](_0x30eb0c,{'ls':_0x35dca2,'pbk':_0x10dbc7}),!_0xcebfff)this[_0x2d2671(0x12a)][_0x2d2671(0xd2)]['pipe']((0x0,_0xf86ede[_0x2d2671(0x10f)])(0x1))[_0x2d2671(0x17d)](_0x4b05d8=>{const _0x4fc275=_0x2d2671;let _0x3aadef=_0x4112ee(_0x3d08d3,_0x4b05d8[_0x4fc275(0x121)][_0x4fc275(0x198)]===_0x53e1aa[_0x4fc275(0x16b)][_0x4fc275(0xf5)]?'df':'sf',_0x5e5c36);this[_0x4fc275(0x185)][_0x4fc275(0xc0)](_0x30eb0c,{'ls':_0x35dca2,'pbk':_0x10dbc7,'stv':_0x3aadef});});else{let _0x21e471=_0x4112ee(_0x3d08d3,_0xcebfff[_0x2d2671(0x198)]===_0x53e1aa[_0x2d2671(0x16b)][_0x2d2671(0xf5)]?'df':'sf',_0x5e5c36);this[_0x2d2671(0x185)][_0x2d2671(0xc0)](_0x30eb0c,{'ls':_0x35dca2,'pbk':_0x10dbc7,'stv':_0x21e471});}}};_0x54ddb9(_0x98dc2b,_0x1ae55e(0xed),'UNIVER_LICENSE_PLUGIN'),_0x54ddb9(_0x98dc2b,_0x1ae55e(0x167),_0x359399),_0x54ddb9(_0x98dc2b,_0x1ae55e(0x14b),_0xb57553),_0x98dc2b=_0x269303([_0xe4ef74(0x1,(0x0,_0x53e1aa[_0x1ae55e(0x19a)])(_0x53e1aa[_0x1ae55e(0x130)])),_0xe4ef74(0x2,_0x53e1aa[_0x1ae55e(0x183)]),_0xe4ef74(0x3,(0x0,_0x53e1aa['Inject'])(_0x53e1aa[_0x1ae55e(0x13e)])),_0xe4ef74(0x4,(0x0,_0x53e1aa[_0x1ae55e(0x19a)])(_0x53e1aa[_0x1ae55e(0x15f)]))],_0x98dc2b),_0x37a860[_0x1ae55e(0x14c)]=_0x1ae55e(0x128),_0x37a860[_0x1ae55e(0x156)]=_0x30eb0c,_0x37a860[_0x1ae55e(0x117)]=_0x1b90ff,Object[_0x1ae55e(0xfc)](_0x37a860,_0x1ae55e(0xdb),{'enumerable':!0x0,'get':function(){return _0x98dc2b;}}),_0x37a860[_0x1ae55e(0x197)]='worker_init_ls_key',_0x37a860['bindLicenseKeyToGlobal']=_0x116587,_0x37a860[_0x1ae55e(0x151)]=_0x5d36b3,_0x37a860[_0x1ae55e(0x12c)]=_0x5502a1,_0x37a860[_0x1ae55e(0xe7)]=_0x478701,_0x37a860['getSheetFeatureLimit']=_0x18cd48,_0x37a860['initializeLicenseCrypto']=_0x5bf886,_0x37a860[_0x1ae55e(0x150)]=_0x4112ee,_0x37a860['isLocalCheck']=_0x240231,_0x37a860[_0x1ae55e(0x16d)]=_0x30f61a;}));
|
|
3
|
-
|
|
4
|
-
// @univerjs-pro/collaboration/index
|
|
5
|
-
(function(_0x2497b8,_0x527ac2){const _0x37bc9a=_0x32f8,_0x41203d=_0x2497b8();while(!![]){try{const _0x18b4c5=-parseInt(_0x37bc9a(0x3db))/0x1*(-parseInt(_0x37bc9a(0x388))/0x2)+-parseInt(_0x37bc9a(0x20b))/0x3*(-parseInt(_0x37bc9a(0x32a))/0x4)+parseInt(_0x37bc9a(0x2c8))/0x5+parseInt(_0x37bc9a(0x3a4))/0x6*(parseInt(_0x37bc9a(0x3c4))/0x7)+parseInt(_0x37bc9a(0x20a))/0x8+-parseInt(_0x37bc9a(0x34c))/0x9*(-parseInt(_0x37bc9a(0x358))/0xa)+parseInt(_0x37bc9a(0x282))/0xb*(-parseInt(_0x37bc9a(0x28d))/0xc);if(_0x18b4c5===_0x527ac2)break;else _0x41203d['push'](_0x41203d['shift']());}catch(_0x500d67){_0x41203d['push'](_0x41203d['shift']());}}}(_0x3a63,0x6a661),function(_0x20f6a6,_0x40c332){const _0x38cc71=_0x32f8;typeof exports==_0x38cc71(0x2df)&&typeof module<'u'?_0x40c332(exports,require('@univerjs/core'),require('@univerjs/docs'),require('@univerjs/sheets'),require('@univerjs/thread-comment'),require('@univerjs/sheets-conditional-formatting'),require('@univerjs/data-validation'),require('@univerjs/sheets-hyper-link'),require('@univerjs/sheets-filter'),require('@univerjs-pro/sheets-outline'),require('@univerjs/engine-formula'),require('@univerjs/sheets-drawing'),require('@univerjs-pro/license'),require('@univerjs/protocol')):typeof define=='function'&&define[_0x38cc71(0x214)]?define([_0x38cc71(0x252),_0x38cc71(0x39d),_0x38cc71(0x19c),'@univerjs/sheets',_0x38cc71(0x348),_0x38cc71(0x339),'@univerjs/data-validation',_0x38cc71(0x3a3),_0x38cc71(0x38d),'@univerjs-pro/sheets-outline',_0x38cc71(0x3bb),_0x38cc71(0x3a8),_0x38cc71(0x376),_0x38cc71(0x3b6)],_0x40c332):(_0x20f6a6=typeof globalThis<'u'?globalThis:_0x20f6a6||self,_0x40c332(_0x20f6a6[_0x38cc71(0x3ab)]={},_0x20f6a6[_0x38cc71(0x40a)],_0x20f6a6['UniverDocs'],_0x20f6a6[_0x38cc71(0x1af)],_0x20f6a6[_0x38cc71(0x361)],_0x20f6a6[_0x38cc71(0x3cc)],_0x20f6a6[_0x38cc71(0x28c)],_0x20f6a6[_0x38cc71(0x309)],_0x20f6a6[_0x38cc71(0x330)],_0x20f6a6['UniverProSheetsOutline'],_0x20f6a6[_0x38cc71(0x24a)],_0x20f6a6[_0x38cc71(0x2a5)],_0x20f6a6['UniverProLicense'],_0x20f6a6[_0x38cc71(0x31c)]));}(this,function(_0x10a256,_0x1973ab,_0x30d7ca,_0x22a860,_0x1d4f53,_0x271387,_0xb55284,_0x3c827b,_0x1db735,_0x3788d1,_0x2a9199,_0x1988d9,_0x14404a,_0x319b36){const _0x5d8b54=_0x32f8;Object['defineProperty'](_0x10a256,Symbol['toStringTag'],{'value':_0x5d8b54(0x313)});let _0x220dac={'id':_0x5d8b54(0x334),'type':_0x1973ab['CommandType']['MUTATION'],'handler':()=>!0x0},_0x21eaf1={'id':_0x5d8b54(0x30e),'type':_0x1973ab[_0x5d8b54(0x223)]['MUTATION'],'handler':()=>!0x0};function _0x8703f0(_0x491a5f){const _0x832c6b=_0x5d8b54;return!!_0x491a5f[_0x832c6b(0x421)];}function _0x23bbda(_0x4aa2bd){return!_0x8703f0(_0x4aa2bd);}function _0x5ca500(_0x309f2e){const _0x5cff67=_0x5d8b54;return!!_0x309f2e[_0x5cff67(0x421)];}function _0x5dc7b4(_0x54b136){const _0x5acb40=_0x5d8b54;return!!_0x54b136[_0x5acb40(0x421)];}function _0x1fe02a(_0x62f87){return!_0x5dc7b4(_0x62f87);}function _0x5add65(_0x88d0e8){const _0x554d99=_0x5d8b54;return!!_0x88d0e8[_0x554d99(0x421)];}function _0x4bb092(_0x135b5f){return!_0x5add65(_0x135b5f);}function _0x173a45(_0x108487){const _0x2f9a7e=_0x5d8b54;return!!_0x108487[_0x2f9a7e(0x421)];}function _0x54cb09(_0x3d855a){return!_0x173a45(_0x3d855a);}function _0x21b8ef(_0x2752bf){'@babel/helpers - typeof';const _0x1a2694=_0x5d8b54;return _0x21b8ef=typeof Symbol==_0x1a2694(0x414)&&typeof Symbol[_0x1a2694(0x39a)]=='symbol'?function(_0x230a83){return typeof _0x230a83;}:function(_0x5adbcc){const _0x570c60=_0x1a2694;return _0x5adbcc&&typeof Symbol==_0x570c60(0x414)&&_0x5adbcc[_0x570c60(0x2ba)]===Symbol&&_0x5adbcc!==Symbol[_0x570c60(0x3ee)]?'symbol':typeof _0x5adbcc;},_0x21b8ef(_0x2752bf);}function _0x1d7cde(_0x33a37d,_0xaba3c4){const _0x4c11d2=_0x5d8b54;if(_0x21b8ef(_0x33a37d)!=_0x4c11d2(0x2df)||!_0x33a37d)return _0x33a37d;var _0x57301b=_0x33a37d[Symbol[_0x4c11d2(0x251)]];if(_0x57301b!==void 0x0){var _0x2032aa=_0x57301b[_0x4c11d2(0x33b)](_0x33a37d,_0xaba3c4||_0x4c11d2(0x317));if(_0x21b8ef(_0x2032aa)!=_0x4c11d2(0x2df))return _0x2032aa;throw TypeError(_0x4c11d2(0x2e4));}return(_0xaba3c4===_0x4c11d2(0x1cd)?String:Number)(_0x33a37d);}function _0x2cfcb4(_0x3b52c7){const _0x372f59=_0x5d8b54;var _0x4b4533=_0x1d7cde(_0x3b52c7,_0x372f59(0x1cd));return _0x21b8ef(_0x4b4533)==_0x372f59(0x41a)?_0x4b4533:_0x4b4533+'';}function _0x173b6f(_0x1d0c29,_0x482283,_0x5c9b63){const _0xb0d1b3=_0x5d8b54;return(_0x482283=_0x2cfcb4(_0x482283))in _0x1d0c29?Object[_0xb0d1b3(0x3b5)](_0x1d0c29,_0x482283,{'value':_0x5c9b63,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x1d0c29[_0x482283]=_0x5c9b63,_0x1d0c29;}function _0x1cc361(_0x28512f,_0x8492d5){return function(_0x3bb437,_0x230083){_0x8492d5(_0x3bb437,_0x230083,_0x28512f);};}function _0x554b26(_0xf119d1,_0x456c1f,_0x26a2bd,_0x3b80cb){const _0x32bc71=_0x5d8b54;var _0x33280a=arguments['length'],_0xa7fc53=_0x33280a<0x3?_0x456c1f:_0x3b80cb===null?_0x3b80cb=Object[_0x32bc71(0x26e)](_0x456c1f,_0x26a2bd):_0x3b80cb,_0x51a455;if(typeof Reflect==_0x32bc71(0x2df)&&typeof Reflect['decorate']==_0x32bc71(0x414))_0xa7fc53=Reflect[_0x32bc71(0x2cf)](_0xf119d1,_0x456c1f,_0x26a2bd,_0x3b80cb);else{for(var _0x1f75bf=_0xf119d1['length']-0x1;_0x1f75bf>=0x0;_0x1f75bf--)(_0x51a455=_0xf119d1[_0x1f75bf])&&(_0xa7fc53=(_0x33280a<0x3?_0x51a455(_0xa7fc53):_0x33280a>0x3?_0x51a455(_0x456c1f,_0x26a2bd,_0xa7fc53):_0x51a455(_0x456c1f,_0x26a2bd))||_0xa7fc53);}return _0x33280a>0x3&&_0xa7fc53&&Object[_0x32bc71(0x3b5)](_0x456c1f,_0x26a2bd,_0xa7fc53),_0xa7fc53;}let _0x15f87f=(0x0,_0x1973ab[_0x5d8b54(0x378)])(_0x5d8b54(0x1d9)),_0x2d8f4a=class extends _0x1973ab['Disposable']{constructor(_0x186828){const _0x1bf900=_0x5d8b54;super(),this[_0x1bf900(0x3dc)]=_0x186828,_0x173b6f(this,_0x1bf900(0x3ca),new Map()),_0x173b6f(this,_0x1bf900(0x276),0xbb8),_0x173b6f(this,_0x1bf900(0x331),new Map());}[_0x5d8b54(0x1cb)](){const _0x1b8fea=_0x5d8b54;this[_0x1b8fea(0x3ca)][_0x1b8fea(0x260)](),this['_transformMutationsCache']['clear']();}['registerTransformAlgorithm'](_0x1f4c1e){const _0x2a9532=_0x5d8b54;let {m1:_0x18f2d0,m2:_0xac8fdd=_0x2a9532(0x3ae)}=_0x1f4c1e;this['_transformMap'][_0x2a9532(0x273)](_0x18f2d0)||this[_0x2a9532(0x3ca)][_0x2a9532(0x1ec)](_0x18f2d0,new Map());let _0x42cbce=this[_0x2a9532(0x3ca)]['get'](_0x18f2d0);if(_0x42cbce[_0x2a9532(0x273)](_0xac8fdd))throw Error('[TransformService]\x20Transform\x20algorithm\x20for\x20'+_0x18f2d0+_0x2a9532(0x29a)+_0xac8fdd+_0x2a9532(0x1e9));_0x42cbce[_0x2a9532(0x1ec)](_0xac8fdd,_0x1f4c1e);}[_0x5d8b54(0x21f)](_0x1e4e90,_0x2ab706,_0x5c6a0c){const _0x1dea73=_0x5d8b54;var _0x169cf1,_0x2e9a3c,_0x2311af,_0x11d80f,_0x89179d,_0x2b1eda;let _0x5b4dfa=this['_transformMap'],_0x3016db=((_0x169cf1=_0x5b4dfa[_0x1dea73(0x2cb)](_0x1e4e90['id']))==null?void 0x0:_0x169cf1[_0x1dea73(0x2cb)](_0x2ab706['id']))||((_0x2e9a3c=_0x5b4dfa[_0x1dea73(0x2cb)](_0x1e4e90['id']))==null?void 0x0:_0x2e9a3c[_0x1dea73(0x2cb)]('any'))||((_0x2311af=_0x5b4dfa[_0x1dea73(0x2cb)](_0x1dea73(0x3ae)))==null?void 0x0:_0x2311af[_0x1dea73(0x2cb)](_0x2ab706['id']));if(_0x3016db)return _0x5c6a0c?_0x3016db[_0x1dea73(0x38b)](_0x1e4e90,_0x2ab706,_0x5c6a0c):_0x3016db[_0x1dea73(0x38b)](_0x1e4e90,_0x2ab706);let _0x51cfe0=((_0x11d80f=_0x5b4dfa['get'](_0x2ab706['id']))==null?void 0x0:_0x11d80f[_0x1dea73(0x2cb)](_0x1e4e90['id']))||((_0x89179d=_0x5b4dfa[_0x1dea73(0x2cb)](_0x2ab706['id']))==null?void 0x0:_0x89179d[_0x1dea73(0x2cb)]('any'))||((_0x2b1eda=_0x5b4dfa[_0x1dea73(0x2cb)]('any'))==null?void 0x0:_0x2b1eda[_0x1dea73(0x2cb)](_0x1e4e90['id']));if(_0x51cfe0){let _0x45f720=_0x5c6a0c?_0x51cfe0['handler'](_0x2ab706,_0x1e4e90,_0x5c6a0c):_0x51cfe0[_0x1dea73(0x38b)](_0x2ab706,_0x1e4e90);return _0x23bbda(_0x45f720)?_0x5c6a0c?{'m2Prime':_0x45f720[_0x1dea73(0x374)]}:{'m2Prime':_0x45f720['m1Prime'],'m1Prime':_0x45f720[_0x1dea73(0x2c7)]}:_0x45f720;}return{'m1Prime':_0x1e4e90,'m2Prime':_0x2ab706};}[_0x5d8b54(0x1fd)](_0x2dfcae,_0x28db5e,_0x488767){const _0x14c7c7=_0x5d8b54;this[_0x14c7c7(0x331)][_0x14c7c7(0x1ec)]('m1',_0x2dfcae),this[_0x14c7c7(0x331)][_0x14c7c7(0x1ec)]('m2',_0x28db5e);let _0x4b1ec4=Date[_0x14c7c7(0x3cf)](),_0x24d907=this['_rightInclineTransformMutations'](_0x2dfcae,_0x28db5e,_0x4b1ec4);if(_0x5ca500(_0x24d907))return _0x24d907;if(_0x488767)return{'m2Prime':_0x24d907};let _0x42695f=this[_0x14c7c7(0x1d6)](_0x2dfcae,_0x28db5e,_0x4b1ec4);return _0x5ca500(_0x42695f)?_0x42695f:(this[_0x14c7c7(0x331)][_0x14c7c7(0x260)](),{'m1Prime':_0x42695f,'m2Prime':_0x24d907});}['_rightInclineTransformMutations'](_0x244f60,_0x29e479,_0x4b203e){const _0x193e70=_0x5d8b54;Date['now']()===_0x4b203e&&(this[_0x193e70(0x3dc)]['debug'](_0x193e70(0x37a)+new Date()[_0x193e70(0x410)]()),this['_logService'][_0x193e70(0x425)](_0x193e70(0x363),_0x244f60[_0x193e70(0x3e1)]),this['_logService'][_0x193e70(0x425)](_0x193e70(0x391),_0x29e479[_0x193e70(0x3e1)]));let _0x17cf1f=_0x244f60[_0x193e70(0x3e1)],_0x535ff8=0x0,_0x5b9f23=0x0,_0x5c64d5;for(_0x5c64d5=0x0;_0x5c64d5<_0x17cf1f;_0x5c64d5++){if(_0x535ff8++,_0x535ff8%0x2710==0x0&&Date[_0x193e70(0x3cf)]()-_0x4b203e>this[_0x193e70(0x276)])throw this['_logOriginTransformMutations'](_0x193e70(0x242)),this[_0x193e70(0x40c)](_0x244f60[_0x193e70(0x3e1)],_0x29e479[_0x193e70(0x3e1)],'right-loop1'),Error('[TransformService]:\x20_rightInclineTransformMutations\x20loop1\x20exceeded\x20the\x20limit\x20time.');let _0x4580b4=[_0x244f60[_0x5c64d5]],_0x3b8a4c=[];for(let _0x4b7c1d=0x0,_0x32d2c4=_0x29e479[_0x193e70(0x3e1)];_0x4b7c1d<_0x32d2c4;_0x4b7c1d++){if(_0x5b9f23++,_0x5b9f23%0x2710==0x0&&Date[_0x193e70(0x3cf)]()-_0x4b203e>this[_0x193e70(0x276)])throw this[_0x193e70(0x1b4)](_0x193e70(0x2d4)),this[_0x193e70(0x40c)](_0x244f60[_0x193e70(0x3e1)],_0x29e479[_0x193e70(0x3e1)],_0x193e70(0x2d4)),Error(_0x193e70(0x2aa));let _0x584a79=_0x29e479[_0x4b7c1d],_0x1ac432;if(_0x4580b4['length']===0x0)_0x1ac432=[_0x584a79],_0x4580b4=[];else{if(_0x4580b4[_0x193e70(0x3e1)]===0x1){let _0x19158e=this['transformMutation'](_0x4580b4[0x0],_0x584a79);if(_0x8703f0(_0x19158e))return _0x19158e;if(_0x1ac432=_0x46a2f9(_0x19158e[_0x193e70(0x2c7)]),!_0x19158e[_0x193e70(0x374)])throw Error(_0x193e70(0x3bc));_0x4580b4=_0x46a2f9(_0x19158e[_0x193e70(0x374)]);}else{let _0x16295a=this['_rightInclineTransformMutations'](_0x4580b4,[_0x584a79],_0x4b203e);if(_0x16295a[_0x193e70(0x421)])return _0x16295a;if(_0x1ac432=_0x16295a,_0x4b7c1d<_0x32d2c4-0x1){let _0x1f8d87=this['_leftInclineTransformMutations'](_0x4580b4,[_0x584a79],_0x4b203e);if(_0x1f8d87['error'])return _0x1f8d87;_0x4580b4=_0x1f8d87;}}}_0x3b8a4c=_0x3b8a4c[_0x193e70(0x2ef)](_0x1ac432);}_0x29e479=_0x3b8a4c;}return _0x29e479;}['_leftInclineTransformMutations'](_0x1a1fad,_0x2ef912,_0x5b6b0c){const _0x3eedc8=_0x5d8b54;Date[_0x3eedc8(0x3cf)]()===_0x5b6b0c&&(this[_0x3eedc8(0x3dc)][_0x3eedc8(0x425)](_0x3eedc8(0x22e)+new Date()['toISOString']()),this[_0x3eedc8(0x3dc)]['debug'](_0x3eedc8(0x363),_0x1a1fad[_0x3eedc8(0x3e1)]),this[_0x3eedc8(0x3dc)][_0x3eedc8(0x425)]('[debug]\x20m2Length:\x20',_0x2ef912[_0x3eedc8(0x3e1)]));let _0x1d3b86=_0x2ef912['length'],_0x2e966c,_0xa33592=0x0,_0x21a4a7=0x0;for(_0x2e966c=0x0;_0x2e966c<_0x1d3b86;_0x2e966c++){if(_0xa33592++,_0xa33592%0x2710==0x0&&Date[_0x3eedc8(0x3cf)]()-_0x5b6b0c>this[_0x3eedc8(0x276)])throw this[_0x3eedc8(0x1b4)](_0x3eedc8(0x384)),this['_logCurrentTransformMutations'](_0x1a1fad[_0x3eedc8(0x3e1)],_0x2ef912[_0x3eedc8(0x3e1)],_0x3eedc8(0x384)),Error('[TransformService]:\x20_leftInclineTransformMutations\x20loop1\x20exceeded\x20the\x20limit\x20time.');let _0x127caf=[_0x2ef912[_0x2e966c]],_0x2c2f42=[];for(let _0x58b74a=0x0,_0x37397b=_0x1a1fad['length'];_0x58b74a<_0x37397b;_0x58b74a++){if(_0x21a4a7++,_0x21a4a7%0x2710==0x0&&Date[_0x3eedc8(0x3cf)]()-_0x5b6b0c>this['_loopLimitTime'])throw this['_logOriginTransformMutations']('left-loop2'),this['_logCurrentTransformMutations'](_0x1a1fad[_0x3eedc8(0x3e1)],_0x2ef912[_0x3eedc8(0x3e1)],_0x3eedc8(0x3f4)),Error(_0x3eedc8(0x1b3));let _0x154aed=_0x1a1fad[_0x58b74a],_0x737dbb;if(_0x127caf[_0x3eedc8(0x3e1)]===0x0)_0x737dbb=[_0x154aed],_0x127caf=[];else{if(_0x127caf[_0x3eedc8(0x3e1)]===0x1){let _0x31dfd=this[_0x3eedc8(0x21f)](_0x154aed,_0x127caf[0x0]);if(_0x8703f0(_0x31dfd))return _0x31dfd;if(!_0x31dfd[_0x3eedc8(0x374)])throw Error('Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.');_0x737dbb=_0x46a2f9(_0x31dfd[_0x3eedc8(0x374)]),_0x127caf=_0x46a2f9(_0x31dfd['m2Prime']);}else{let _0x41fe6a=this['_leftInclineTransformMutations']([_0x154aed],_0x127caf,_0x5b6b0c);if(_0x41fe6a[_0x3eedc8(0x421)])return _0x41fe6a;if(_0x737dbb=_0x41fe6a,_0x58b74a<_0x37397b-0x1){let _0x490bb8=this['_rightInclineTransformMutations']([_0x154aed],_0x127caf,_0x5b6b0c);if(_0x490bb8['error'])return _0x490bb8;_0x127caf=_0x490bb8;}}}_0x2c2f42=_0x2c2f42[_0x3eedc8(0x2ef)](_0x737dbb);}_0x1a1fad=_0x2c2f42;}return _0x1a1fad;}[_0x5d8b54(0x3ed)](_0x1dccb6,_0x429aae,_0xdd16e8){const _0x4babb5=_0x5d8b54;if(!_0x380379(_0x1dccb6,_0x429aae))throw Error('[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20'+_0x429aae[0x0][_0x4babb5(0x417)]+'\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20'+_0x1dccb6[0x0][_0x4babb5(0x397)]+'.');let _0x5e521b=_0x1dccb6['length'],_0x8b3bfa=_0x429aae['length'],_0x25b061=_0x847040(_0x5e521b,_0x8b3bfa+0x1),_0x3d3573=_0x847040(_0x5e521b+0x1,_0x8b3bfa);_0x1dccb6[_0x4babb5(0x26c)]((_0x61f3f3,_0x298dbe)=>_0x25b061[_0x298dbe][0x0]=_0x61f3f3),_0x429aae[_0x4babb5(0x26c)]((_0x51f050,_0x415ef6)=>_0x3d3573[0x0][_0x415ef6]=_0x51f050);try{for(let _0x3d1211=0x0;_0x3d1211<_0x8b3bfa;_0x3d1211++)for(let _0x32236b=0x0;_0x32236b<_0x5e521b;_0x32236b++){let _0x14d575=_0x3d3573[_0x32236b][_0x3d1211],_0x11be9f=_0x25b061[_0x32236b][_0x3d1211];if(!_0x14d575||!_0x11be9f)throw Error('Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!');let {mutations:_0x318b19,..._0x55e614}=_0x11be9f,{mutations:_0x1cd40f,..._0x4a1d98}=_0x14d575;this[_0x4babb5(0x3dc)][_0x4babb5(0x425)](_0x4babb5(0x1ac)+new Date()['toISOString']()),this[_0x4babb5(0x3dc)][_0x4babb5(0x425)](_0x4babb5(0x344),JSON[_0x4babb5(0x1e1)](_0x55e614)),this['_logService'][_0x4babb5(0x425)]('[debug]\x20c2:\x20',JSON[_0x4babb5(0x1e1)](_0x4a1d98));let _0x2fb751=this[_0x4babb5(0x1fd)](_0x318b19,_0x1cd40f);if(_0x5dc7b4(_0x2fb751))return{'error':_0x2fb751[_0x4babb5(0x421)]};_0x3d3573[_0x32236b+0x1][_0x3d1211]={..._0x14d575,'mutations':_0x2fb751[_0x4babb5(0x2c7)]},_0x25b061[_0x32236b][_0x3d1211+0x1]={..._0x11be9f,'mutations':_0x2fb751[_0x4babb5(0x374)]};}return _0xdd16e8?{'c2Prime':_0x3d3573[_0x5e521b]}:{'c1Prime':_0x25b061[_0x4babb5(0x1cf)](_0x54a65c=>_0x54a65c[_0x8b3bfa])[_0x4babb5(0x270)](),'c2Prime':_0x3d3573[_0x5e521b]};}catch(_0x1ff7af){throw console[_0x4babb5(0x421)](_0x1ff7af),_0x1ff7af;}}['transformMutationsWithChangeset'](_0x3beb65,_0x48b958){const _0x5196b7=_0x5d8b54;let _0x48ccb1=_0x3beb65[_0x5196b7(0x3b8)],_0x36c74d=this[_0x5196b7(0x1fd)](_0x48ccb1,_0x48b958);return _0x5dc7b4(_0x36c74d)?{'error':_0x36c74d[_0x5196b7(0x421)]}:{'m2Prime':_0x36c74d[_0x5196b7(0x2c7)],'c1Prime':{..._0x3beb65,'mutations':_0x36c74d['m1Prime']}};}['_logOriginTransformMutations'](_0x4a89be){const _0x4f5a10=_0x5d8b54;this[_0x4f5a10(0x3dc)][_0x4f5a10(0x421)](_0x4f5a10(0x2f5)+_0x4a89be+_0x4f5a10(0x398)+new Date()['toISOString']());let _0x348a5d=this[_0x4f5a10(0x331)][_0x4f5a10(0x2cb)]('m1'),_0x32a9c2=this['_transformMutationsCache'][_0x4f5a10(0x2cb)]('m2');_0x348a5d&&_0x348a5d[_0x4f5a10(0x26c)]((_0x4a097d,_0x137711)=>{const _0x1d70ba=_0x4f5a10;this[_0x1d70ba(0x3dc)]['error']('[Error]\x20m1\x20origin\x20mutation\x20'+_0x137711+_0x1d70ba(0x287),JSON['stringify'](_0x4a097d));}),_0x32a9c2&&_0x32a9c2['forEach']((_0x4d8816,_0x53df4c)=>{const _0x1cbf99=_0x4f5a10;this[_0x1cbf99(0x3dc)][_0x1cbf99(0x421)](_0x1cbf99(0x380)+_0x53df4c+':\x20',JSON[_0x1cbf99(0x1e1)](_0x4d8816));});}[_0x5d8b54(0x40c)](_0x202f17,_0x34c7e8,_0x353540){const _0x481a9f=_0x5d8b54;this[_0x481a9f(0x3dc)]['error'](_0x481a9f(0x41b)+_0x353540+_0x481a9f(0x398)+new Date()['toISOString']()),this[_0x481a9f(0x3dc)]['error'](_0x481a9f(0x240)+_0x202f17),this[_0x481a9f(0x3dc)]['error']('[Error]\x20m2Length:\x20'+_0x34c7e8);}};_0x2d8f4a=_0x554b26([_0x1cc361(0x0,_0x1973ab[_0x5d8b54(0x2c6)])],_0x2d8f4a);function _0x380379(_0x2a0edd,_0x422f95){const _0x492632=_0x5d8b54;return _0x2a0edd[0x0][_0x492632(0x397)]-0x1===_0x422f95[0x0]['baseRev'];}function _0x847040(_0x1f3a2b,_0x4e81fe){const _0x59d8be=_0x5d8b54;return Array(_0x1f3a2b)[_0x59d8be(0x266)](void 0x0)['map'](()=>Array(_0x4e81fe));}function _0x46a2f9(_0x4950b6){const _0x53a9e0=_0x5d8b54;return Array[_0x53a9e0(0x338)](_0x4950b6)?_0x4950b6:[_0x4950b6];}function _0x4c3619(_0x123cc3,_0x43f4d1){const _0x66ca9d=_0x5d8b54;if(!Array[_0x66ca9d(0x338)](_0x123cc3))return;let _0x13ecd9=_0x123cc3[_0x66ca9d(0x3e7)](_0x66ca9d(0x37d))>-0x1?_0x123cc3:_0x123cc3[_0x66ca9d(0x35a)](_0x332e6d=>Array[_0x66ca9d(0x338)](_0x332e6d)&&_0x332e6d['indexOf'](_0x66ca9d(0x37d))>-0x1);if(!Array['isArray'](_0x13ecd9))return;let _0x8a42bb=_0x13ecd9[_0x66ca9d(0x3e7)](_0x66ca9d(0x37d));if(_0x8a42bb!==-0x1&&(_0x8a42bb===0x0?'':_0x13ecd9[_0x8a42bb-0x1])===_0x43f4d1)return _0x13ecd9[_0x66ca9d(0x244)](_0x8a42bb);}function _0x592ba4(_0x199bc2,_0x2573ed,_0x20faaa='right'){const _0x302115=_0x5d8b54;if(_0x2573ed[_0x302115(0x3e1)]===0x0)return[];let {segmentId:_0x414b21}=_0x2573ed[0x0];if(_0x414b21==null)return _0x2573ed;let _0x11a8ed=_0x4c3619(_0x199bc2,_0x414b21);if(_0x11a8ed==null)return _0x2573ed;let _0x4fa8a9=[];for(let _0x3caf24 of _0x2573ed){let _0x36fa9d=_0x1973ab[_0x302115(0x256)][_0x302115(0x1f7)](_0x11a8ed,_0x3caf24['startOffset'],_0x20faaa),_0xf10a40=_0x1973ab[_0x302115(0x256)][_0x302115(0x1f7)](_0x11a8ed,_0x3caf24[_0x302115(0x28b)],_0x20faaa),_0x3ad57c={..._0x3caf24,'startOffset':_0x36fa9d,'endOffset':_0xf10a40,'collapsed':_0x36fa9d===_0xf10a40};_0x4fa8a9[_0x302115(0x2da)](_0x3ad57c);}return _0x4fa8a9;}let _0x42ff6b=[{'m1':_0x30d7ca[_0x5d8b54(0x2e3)]['id'],'m2':_0x30d7ca['RichTextEditingMutation']['id'],'handler'(_0x1137e9,_0x4b1913){const _0x2aeada=_0x5d8b54;if(_0x1137e9[_0x2aeada(0x407)][_0x2aeada(0x30d)]!==_0x4b1913[_0x2aeada(0x407)]['unitId'])return{'error':Error(_0x2aeada(0x3a9))};let _0x324c4b=_0x1973ab['Tools'][_0x2aeada(0x198)](_0x1137e9),_0x28ff92=_0x1973ab[_0x2aeada(0x281)][_0x2aeada(0x198)](_0x4b1913);return{'m1Prime':{..._0x324c4b,'params':{..._0x324c4b[_0x2aeada(0x407)],'actions':_0x1973ab[_0x2aeada(0x256)][_0x2aeada(0x3ff)](_0x324c4b['params'][_0x2aeada(0x220)],_0x28ff92['params'][_0x2aeada(0x220)],_0x2aeada(0x263)),'textRanges':_0x324c4b['params'][_0x2aeada(0x1c6)]?_0x592ba4(_0x28ff92[_0x2aeada(0x407)][_0x2aeada(0x220)],_0x324c4b[_0x2aeada(0x407)]['textRanges'],_0x2aeada(0x1b5)):null}},'m2Prime':{..._0x28ff92,'params':{..._0x28ff92[_0x2aeada(0x407)],'actions':_0x1973ab[_0x2aeada(0x256)]['transform'](_0x28ff92['params'][_0x2aeada(0x220)],_0x324c4b[_0x2aeada(0x407)]['actions'],_0x2aeada(0x1b5)),'textRanges':_0x28ff92[_0x2aeada(0x407)][_0x2aeada(0x1c6)]?_0x592ba4(_0x324c4b[_0x2aeada(0x407)][_0x2aeada(0x220)],_0x28ff92[_0x2aeada(0x407)][_0x2aeada(0x1c6)],'right'):null}}};}}],_0x5c2c93=class extends _0x1973ab['Disposable']{constructor(_0x588605){const _0x6692fe=_0x5d8b54;super(),this['_transformService']=_0x588605,[..._0x42ff6b][_0x6692fe(0x26c)](_0x26db15=>{const _0x466c8e=_0x6692fe;this['_transformService'][_0x466c8e(0x2c0)](_0x26db15);});}};_0x5c2c93=_0x554b26([_0x1cc361(0x0,_0x15f87f)],_0x5c2c93);let _0xae2e41={'id':_0x22a860[_0x5d8b54(0x3ec)]['id'],'type':_0x1973ab[_0x5d8b54(0x223)][_0x5d8b54(0x2ce)],'params':{}},_0x4b628c={'m1':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x34c46d,_0x26ba52)=>{const _0x4620a9=_0x5d8b54;let _0x2adb54=_0x34c46d[_0x4620a9(0x407)],_0x3c7226=_0x26ba52[_0x4620a9(0x407)],_0x3b334c={'m1Prime':_0x34c46d,'m2Prime':_0x26ba52};if(_0x2adb54[_0x4620a9(0x30d)]!==_0x3c7226['unitId']||_0x2adb54[_0x4620a9(0x33f)]!==_0x3c7226[_0x4620a9(0x33f)]||_0x2adb54[_0x4620a9(0x3f2)]['ref']!==_0x3c7226[_0x4620a9(0x3f2)][_0x4620a9(0x21d)])return _0x3b334c;if(!_0x2adb54[_0x4620a9(0x3f2)]['parentId']&&!_0x3c7226['comment'][_0x4620a9(0x3d2)]){let _0x26fb19=_0x1973ab['Tools'][_0x4620a9(0x198)](_0x26ba52);return _0x26fb19[_0x4620a9(0x407)][_0x4620a9(0x3f2)][_0x4620a9(0x3d2)]=_0x34c46d['params']['comment']['id'],{'m1Prime':[{'id':_0x1d4f53['DeleteCommentMutation']['id'],'params':{'unitId':_0x2adb54[_0x4620a9(0x30d)],'subUnitId':_0x3c7226[_0x4620a9(0x33f)],'commentId':_0x3c7226[_0x4620a9(0x3f2)]['id']}},_0x34c46d,_0x26fb19],'m2Prime':[_0x26fb19]};}return _0x3b334c;}},_0x7304fc={'m1':_0x271387[_0x5d8b54(0x320)]['id'],'m2':_0x271387[_0x5d8b54(0x320)]['id'],'handler'(_0x2111b1,_0x3e768d){const _0x2b76ea=_0x5d8b54;if(_0x2111b1['params'][_0x2b76ea(0x30d)]!==_0x3e768d[_0x2b76ea(0x407)][_0x2b76ea(0x30d)]||_0x2111b1[_0x2b76ea(0x407)]['subUnitId']!==_0x3e768d[_0x2b76ea(0x407)][_0x2b76ea(0x33f)])return{'m1Prime':_0x2111b1,'m2Prime':_0x3e768d};let {unitId:_0x4302f4,subUnitId:_0x29c47e}=_0x2111b1[_0x2b76ea(0x407)],_0x45db3f=_0x1973ab[_0x2b76ea(0x281)]['deepClone'](_0x2111b1),_0x17af99=_0x1973ab[_0x2b76ea(0x281)][_0x2b76ea(0x198)](_0x3e768d),_0x4a9b96=[_0x45db3f],_0x12de1d={'unitId':_0x4302f4,'subUnitId':_0x29c47e,'start':{'id':_0x17af99[_0x2b76ea(0x407)][_0x2b76ea(0x218)][_0x2b76ea(0x2fb)],'type':_0x2b76ea(0x318)},'end':{'id':_0x17af99[_0x2b76ea(0x407)][_0x2b76ea(0x218)]['cfId'],'type':_0x2b76ea(0x1f1)}};return _0x4a9b96[_0x2b76ea(0x2da)]({'id':_0x271387['MoveConditionalRuleMutation']['id'],'params':_0x12de1d}),{'m1Prime':_0x4a9b96,'m2Prime':_0x17af99};}};function _0x30ae7a(_0x28e343,_0x327b10,_0x422e24,_0x311dba){const _0x1e73ef=_0x5d8b54;let _0x49e6c5=new _0x1973ab['ObjectMatrix']();_0x422e24['forEach'](_0x52a701=>{const _0x254d0b=_0x32f8;_0x52a701[_0x254d0b(0x292)][_0x254d0b(0x26c)](_0x1b89b0=>{const _0x6dbb76=_0x254d0b;_0x1973ab[_0x6dbb76(0x1d2)][_0x6dbb76(0x230)](_0x1b89b0,(_0x1bd3f2,_0x335fb6)=>{const _0x100b76=_0x6dbb76;_0x49e6c5[_0x100b76(0x423)](_0x1bd3f2,_0x335fb6,_0x52a701[_0x100b76(0x231)]);});});}),_0x311dba[_0x1e73ef(0x26c)](_0x2050d0=>{const _0x554641=_0x1e73ef;_0x2050d0[_0x554641(0x292)][_0x554641(0x26c)](_0x5be31=>{_0x1973ab['Range']['foreach'](_0x5be31,(_0x5d668d,_0x2d5ee2)=>{const _0x30ccbe=_0x32f8;_0x49e6c5[_0x30ccbe(0x423)](_0x5d668d,_0x2d5ee2,_0x2050d0['uid']);});});});let _0xe8736=[];return _0x422e24[_0x1e73ef(0x26c)](_0x1e0cc9=>{const _0x5a00ad=_0x1e73ef;let _0x6c3af7=(0x0,_0x1973ab[_0x5a00ad(0x1d4)])(_0x49e6c5,_0x353545=>_0x353545===_0x1e0cc9[_0x5a00ad(0x231)]);if(!_0x6c3af7[_0x5a00ad(0x3e1)]){let _0x243b89={'ruleId':_0x1e0cc9['uid'],'unitId':_0x28e343,'subUnitId':_0x327b10};_0xe8736['push']({'id':_0xb55284[_0x5a00ad(0x30c)]['id'],'params':_0x243b89});}else{if(!(0x0,_0x1973ab[_0x5a00ad(0x345)])(_0x6c3af7,_0x1e0cc9[_0x5a00ad(0x292)])){let _0x55657c={'ruleId':_0x1e0cc9[_0x5a00ad(0x231)],'unitId':_0x28e343,'subUnitId':_0x327b10,'payload':{'type':_0xb55284['UpdateRuleType']['RANGE'],'payload':_0x6c3af7}};_0xe8736[_0x5a00ad(0x2da)]({'id':_0xb55284['UpdateDataValidationMutation']['id'],'params':_0x55657c});}}}),_0xe8736;}function _0x401d7e(_0x38b873,_0x448585){const _0x3b9141=_0x5d8b54;let _0x205f23=_0x1973ab[_0x3b9141(0x281)][_0x3b9141(0x198)](Array[_0x3b9141(0x338)](_0x38b873[_0x3b9141(0x407)]['rule'])?_0x38b873[_0x3b9141(0x407)][_0x3b9141(0x218)]:[_0x38b873[_0x3b9141(0x407)]['rule']]);return _0x448585[_0x3b9141(0x26c)](_0x264340=>{const _0x4e10f4=_0x3b9141;if(_0x264340['id']===_0xb55284[_0x4e10f4(0x2ed)]['id']){let _0x36db26=_0x264340,_0x3a8e14=_0x205f23[_0x4e10f4(0x35a)](_0x54a98d=>_0x54a98d[_0x4e10f4(0x231)]===_0x36db26[_0x4e10f4(0x407)]['ruleId']);_0x3a8e14[_0x4e10f4(0x292)]=_0x36db26[_0x4e10f4(0x407)]['payload'][_0x4e10f4(0x2ff)];}else{if(_0x264340['id']===_0xb55284[_0x4e10f4(0x30c)]['id']){let _0x23a6bd=_0x205f23[_0x4e10f4(0x226)](_0x105878=>_0x105878[_0x4e10f4(0x231)]===_0x264340[_0x4e10f4(0x407)][_0x4e10f4(0x1e4)]);_0x205f23[_0x23a6bd]=null;}}}),_0x205f23['filter'](Boolean)[_0x3b9141(0x3e1)]?[{..._0x38b873,'params':{..._0x38b873[_0x3b9141(0x407)],'rule':_0x205f23[_0x3b9141(0x405)](Boolean)}}]:[];}let _0x3aeb2c={'m1':_0xb55284['AddDataValidationMutation']['id'],'m2':_0xb55284[_0x5d8b54(0x3da)]['id'],'handler':(_0x529cb8,_0x10092e)=>{const _0x2b60a2=_0x5d8b54;let _0x50bfd9={'m1Prime':_0x529cb8,'m2Prime':_0x10092e},_0x430c97=_0x529cb8[_0x2b60a2(0x407)],_0x147471=_0x10092e[_0x2b60a2(0x407)];if(_0x430c97['unitId']!==_0x147471[_0x2b60a2(0x30d)]||_0x430c97[_0x2b60a2(0x33f)]!==_0x147471['subUnitId'])return _0x50bfd9;let _0x3b1bb7=_0x1973ab['Tools']['deepClone'](_0x529cb8),_0xa39f9f=_0x1973ab[_0x2b60a2(0x281)][_0x2b60a2(0x198)](_0x10092e),_0x2d7aa4=_0x430c97[_0x2b60a2(0x30d)],_0x19fdb3=_0x147471[_0x2b60a2(0x33f)],_0x4a608c=_0x3b1bb7['params']['rule'],_0x569bfd=_0xa39f9f[_0x2b60a2(0x407)][_0x2b60a2(0x218)];if(Array[_0x2b60a2(0x338)](_0x4a608c)&&Array[_0x2b60a2(0x338)](_0x569bfd))return{'m1Prime':[],'m2Prime':[]};if(Array[_0x2b60a2(0x338)](_0x4a608c)){_0x3b1bb7['params'][_0x2b60a2(0x209)]=0x0;let _0x2f179f=_0x30ae7a(_0x2d7aa4,_0x19fdb3,_0x4a608c,[_0x569bfd]);return{'m1Prime':_0x401d7e(_0x3b1bb7,_0x2f179f),'m2Prime':[..._0x2f179f,_0xa39f9f]};}if(Array[_0x2b60a2(0x338)](_0x569bfd)){let _0x34ed8a=_0x30ae7a(_0x2d7aa4,_0x19fdb3,_0x569bfd,[_0x4a608c]);return _0xa39f9f[_0x2b60a2(0x407)][_0x2b60a2(0x209)]=0x0,{'m1Prime':_0x401d7e(_0x3b1bb7,_0x34ed8a),'m2Prime':[..._0x34ed8a,_0xa39f9f]};}let _0x22dc7d=_0x30ae7a(_0x2d7aa4,_0x19fdb3,[_0x4a608c],[_0x569bfd]);return _0xa39f9f[_0x2b60a2(0x407)]['index']=-0x1,{'m1Prime':_0x401d7e(_0x3b1bb7,_0x22dc7d),'m2Prime':[..._0x22dc7d,_0xa39f9f]};}},_0x35141a={'m1':_0xb55284[_0x5d8b54(0x3da)]['id'],'m2':_0xb55284['UpdateDataValidationMutation']['id'],'handler':(_0x233e8d,_0x4d3a8c)=>{const _0x26d387=_0x5d8b54;let _0x3b32b8={'m1Prime':_0x233e8d,'m2Prime':_0x4d3a8c},_0x2b41de=_0x233e8d['params'],_0x2a8173=_0x4d3a8c[_0x26d387(0x407)];if(_0x2b41de['unitId']!==_0x2a8173[_0x26d387(0x30d)]||_0x2b41de[_0x26d387(0x33f)]!==_0x2a8173[_0x26d387(0x33f)])return _0x3b32b8;if(_0x4d3a8c[_0x26d387(0x407)]['payload'][_0x26d387(0x1c5)]===_0xb55284['UpdateRuleType'][_0x26d387(0x3c2)]){let {unitId:_0x3cf2de,subUnitId:_0x2d1c2f}=_0x233e8d[_0x26d387(0x407)],_0x6477a5=Array[_0x26d387(0x338)](_0x233e8d[_0x26d387(0x407)][_0x26d387(0x218)])?_0x233e8d[_0x26d387(0x407)][_0x26d387(0x218)]:[_0x233e8d['params'][_0x26d387(0x218)]],_0x5d8306=[],_0x3de97c=new _0x1973ab[(_0x26d387(0x34a))]();return _0x6477a5[_0x26d387(0x26c)](_0x3fd5af=>{const _0x2c5291=_0x26d387;_0x3fd5af[_0x2c5291(0x292)][_0x2c5291(0x26c)](_0x2fe641=>{const _0x4c714a=_0x2c5291;_0x1973ab[_0x4c714a(0x1d2)][_0x4c714a(0x230)](_0x2fe641,(_0x583310,_0x49949c)=>{_0x3de97c['setValue'](_0x583310,_0x49949c,_0x3fd5af['uid']);});});}),_0x4d3a8c[_0x26d387(0x407)][_0x26d387(0x2ff)]['payload'][_0x26d387(0x26c)](_0x437882=>{const _0x4bc973=_0x26d387;_0x1973ab[_0x4bc973(0x1d2)][_0x4bc973(0x230)](_0x437882,(_0x21d5af,_0x4bafe7)=>{const _0x306e1a=_0x4bc973;_0x3de97c['setValue'](_0x21d5af,_0x4bafe7,_0x4d3a8c[_0x306e1a(0x407)]['ruleId']);});}),_0x6477a5[_0x26d387(0x26c)](_0x3d2549=>{const _0x428cac=_0x26d387;let _0x235c77=(0x0,_0x1973ab[_0x428cac(0x1d4)])(_0x3de97c,_0x35af97=>_0x35af97===_0x3d2549[_0x428cac(0x231)]);(0x0,_0x1973ab['isRangesEqual'])(_0x235c77,_0x3d2549[_0x428cac(0x292)])||(_0x235c77[_0x428cac(0x3e1)]?_0x5d8306[_0x428cac(0x2da)]({'id':_0xb55284[_0x428cac(0x2ed)]['id'],'params':{'unitId':_0x3cf2de,'subUnitId':_0x2d1c2f,'ruleId':_0x3d2549['uid'],'payload':{'type':_0xb55284[_0x428cac(0x2e0)][_0x428cac(0x3c2)],'payload':_0x235c77}}}):_0x5d8306[_0x428cac(0x2da)]({'id':_0xb55284[_0x428cac(0x30c)]['id'],'params':{'unitId':_0x3cf2de,'subUnitId':_0x2d1c2f,'ruleId':_0x3d2549[_0x428cac(0x231)]}}));}),{'m1Prime':_0x401d7e(_0x233e8d,_0x5d8306),'m2Prime':[..._0x5d8306,_0x4d3a8c]};}return _0x3b32b8;}},_0x36e100={'m1':_0x3c827b['AddHyperLinkMutation']['id'],'m2':_0x3c827b[_0x5d8b54(0x2b4)]['id'],'handler':(_0xd7cad5,_0x26ce8e)=>{const _0x22128a=_0x5d8b54;let _0x193d17=_0xd7cad5[_0x22128a(0x407)],_0x1ad4e2=_0x26ce8e['params'];return _0x193d17[_0x22128a(0x30d)]===_0x1ad4e2[_0x22128a(0x30d)]&&_0x193d17[_0x22128a(0x33f)]===_0x1ad4e2[_0x22128a(0x33f)]&&_0x193d17[_0x22128a(0x359)][_0x22128a(0x279)]===_0x1ad4e2['link'][_0x22128a(0x279)]&&_0x193d17[_0x22128a(0x359)][_0x22128a(0x3f6)]===_0x1ad4e2[_0x22128a(0x359)][_0x22128a(0x3f6)]?{'m2Prime':_0x26ce8e,'m1Prime':[]}:{'m1Prime':_0xd7cad5,'m2Prime':_0x26ce8e};}},_0x485f97={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x4e505b,_0x412eb6)=>{const _0x3f9daa=_0x5d8b54;let _0x361500={'m1Prime':_0x4e505b,'m2Prime':_0x412eb6};return _0x4e505b[_0x3f9daa(0x407)][_0x3f9daa(0x30d)]!==_0x412eb6[_0x3f9daa(0x407)][_0x3f9daa(0x30d)]||_0x4e505b['params'][_0x3f9daa(0x33f)]!==_0x412eb6[_0x3f9daa(0x407)][_0x3f9daa(0x33f)]?_0x361500:{'error':Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x138fd0={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x271387[_0x5d8b54(0x320)]['id'],'handler':(_0x3068fe,_0x3c2b71)=>{const _0x475a38=_0x5d8b54;let _0x8f8ec7={'m1Prime':_0x3068fe,'m2Prime':_0x3c2b71};if(_0x3068fe[_0x475a38(0x407)][_0x475a38(0x30d)]!==_0x3c2b71[_0x475a38(0x407)]['unitId']||_0x3068fe['params'][_0x475a38(0x33f)]!==_0x3c2b71[_0x475a38(0x407)][_0x475a38(0x33f)])return _0x8f8ec7;let _0x4a1527=_0x3068fe[_0x475a38(0x407)][_0x475a38(0x3e4)][_0x475a38(0x1cf)](_0x5a2f30=>_0x5a2f30[_0x475a38(0x292)])[_0x475a38(0x270)](),_0x4a1b07=_0x3c2b71[_0x475a38(0x407)]['rule'][_0x475a38(0x292)];return _0x4a1527[_0x475a38(0x1a1)](_0x1e77a7=>_0x4a1b07[_0x475a38(0x1a1)](_0x777b31=>_0x1973ab[_0x475a38(0x3f3)]['intersects'](_0x1e77a7,_0x777b31)))?{'error':Error(_0x475a38(0x382))}:_0x8f8ec7;}},_0x40b4bf={'m1':_0x22a860['AddRangeProtectionMutation']['id'],'m2':_0x22a860['AddRangeProtectionMutation']['id'],'handler':(_0x282d7c,_0x260340)=>{const _0x3f8c96=_0x5d8b54;let _0x12eb20={'m1Prime':_0x282d7c,'m2Prime':_0x260340};if(_0x282d7c[_0x3f8c96(0x407)][_0x3f8c96(0x30d)]!==_0x260340['params']['unitId']||_0x282d7c[_0x3f8c96(0x407)][_0x3f8c96(0x33f)]!==_0x260340[_0x3f8c96(0x407)][_0x3f8c96(0x33f)])return _0x12eb20;let _0x3deb5d=_0x282d7c['params'][_0x3f8c96(0x3e4)][_0x3f8c96(0x1cf)](_0x24dda9=>_0x24dda9[_0x3f8c96(0x292)])[_0x3f8c96(0x270)](),_0x402f81=_0x260340[_0x3f8c96(0x407)][_0x3f8c96(0x3e4)][_0x3f8c96(0x1cf)](_0x5e1a45=>_0x5e1a45[_0x3f8c96(0x292)])[_0x3f8c96(0x270)]();return _0x3deb5d[_0x3f8c96(0x1a1)](_0x53883c=>_0x402f81[_0x3f8c96(0x1a1)](_0x362837=>_0x1973ab[_0x3f8c96(0x3f3)][_0x3f8c96(0x19b)](_0x53883c,_0x362837)))?{'error':Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection')}:_0x12eb20;}},_0x3725f2={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler':(_0x594481,_0x319fa2)=>{const _0x5ad609=_0x5d8b54;let _0x4dfd46={'m1Prime':_0x594481,'m2Prime':_0x319fa2};if(_0x594481[_0x5ad609(0x407)][_0x5ad609(0x30d)]!==_0x319fa2[_0x5ad609(0x407)][_0x5ad609(0x30d)]||_0x594481[_0x5ad609(0x407)]['subUnitId']!==_0x319fa2[_0x5ad609(0x407)][_0x5ad609(0x33f)])return _0x4dfd46;let _0x92a344=_0x594481[_0x5ad609(0x407)][_0x5ad609(0x3e4)]['map'](_0x37e5bc=>_0x37e5bc[_0x5ad609(0x292)])[_0x5ad609(0x270)](),_0x3cf578=_0x319fa2[_0x5ad609(0x407)][_0x5ad609(0x292)];return _0x92a344[_0x5ad609(0x1a1)](_0x280814=>_0x3cf578[_0x5ad609(0x1a1)](_0x135840=>_0x1973ab[_0x5ad609(0x3f3)]['intersects'](_0x280814,_0x135840)))?{'error':Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')}:_0x4dfd46;}},_0x2220ca={'m1':_0x22a860['AddRangeProtectionMutation']['id'],'m2':_0x22a860['AddWorksheetProtectionMutation']['id'],'handler':(_0x175834,_0x1d5b7f)=>{const _0xf4a050=_0x5d8b54;let _0xa1c33c={'m1Prime':_0x175834,'m2Prime':_0x1d5b7f};return _0x175834['params']['unitId']!==_0x1d5b7f[_0xf4a050(0x407)]['unitId']||_0x175834[_0xf4a050(0x407)][_0xf4a050(0x33f)]!==_0x1d5b7f[_0xf4a050(0x407)][_0xf4a050(0x218)][_0xf4a050(0x33f)]?_0xa1c33c:{'error':Error(_0xf4a050(0x3c7))};}},_0x168967={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x271387[_0x5d8b54(0x412)]['id'],'handler':(_0x53ea49,_0xaa7ac6)=>{const _0x1cf4dc=_0x5d8b54;let _0x31aa46={'m1Prime':_0x53ea49,'m2Prime':_0xaa7ac6};return _0x53ea49[_0x1cf4dc(0x407)][_0x1cf4dc(0x30d)]!==_0xaa7ac6[_0x1cf4dc(0x407)][_0x1cf4dc(0x30d)]||_0x53ea49[_0x1cf4dc(0x407)][_0x1cf4dc(0x33f)]!==_0xaa7ac6['params'][_0x1cf4dc(0x33f)]?_0x31aa46:{'error':Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x40d306={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x24e)]['id'],'handler':(_0x40a2f6,_0x4581f7)=>{const _0x394611=_0x5d8b54;let _0x42b7e3={'m1Prime':_0x40a2f6,'m2Prime':_0x4581f7};if(_0x40a2f6[_0x394611(0x407)]['unitId']!==_0x4581f7['params']['unitId']||_0x40a2f6[_0x394611(0x407)][_0x394611(0x33f)]!==_0x4581f7[_0x394611(0x407)][_0x394611(0x33f)])return _0x42b7e3;let _0x58d3e6=_0x40a2f6[_0x394611(0x407)][_0x394611(0x3e4)]['map'](_0x3f7df1=>_0x3f7df1[_0x394611(0x292)])[_0x394611(0x270)](),_0x1091d8=_0x4581f7[_0x394611(0x407)]['range'];return _0x58d3e6[_0x394611(0x1a1)](_0x24fdf7=>_0x1973ab[_0x394611(0x3f3)]['intersects'](_0x24fdf7,_0x1091d8))?{'error':Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x42b7e3;}},_0x49e211={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x26b)]['id'],'handler':(_0x12f0bb,_0x24beca)=>{const _0x556cbe=_0x5d8b54;let _0x39a4a0={'m1Prime':_0x12f0bb,'m2Prime':_0x24beca};if(_0x12f0bb[_0x556cbe(0x407)][_0x556cbe(0x30d)]!==_0x24beca[_0x556cbe(0x407)][_0x556cbe(0x30d)]||_0x12f0bb['params'][_0x556cbe(0x33f)]!==_0x24beca[_0x556cbe(0x407)][_0x556cbe(0x33f)])return _0x39a4a0;let _0x1a6b48=_0x12f0bb[_0x556cbe(0x407)][_0x556cbe(0x3e4)][_0x556cbe(0x1cf)](_0x391e6b=>_0x391e6b[_0x556cbe(0x292)])[_0x556cbe(0x270)](),_0x22c216=_0x24beca[_0x556cbe(0x407)][_0x556cbe(0x1f4)];return _0x1a6b48[_0x556cbe(0x1a1)](_0x868d4e=>_0x1973ab[_0x556cbe(0x3f3)][_0x556cbe(0x19b)](_0x868d4e,_0x22c216))?{'error':Error(_0x556cbe(0x2fe))}:_0x39a4a0;}},_0x18a84={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x400)]['id'],'handler':(_0x4caccf,_0x3ccedb)=>{const _0x371e4e=_0x5d8b54;let _0x3998ac={'m1Prime':_0x4caccf,'m2Prime':_0x3ccedb};if(_0x4caccf['params'][_0x371e4e(0x30d)]!==_0x3ccedb[_0x371e4e(0x407)]['unitId']||_0x4caccf['params'][_0x371e4e(0x33f)]!==_0x3ccedb[_0x371e4e(0x407)][_0x371e4e(0x33f)])return _0x3998ac;let _0x3ea777=_0x4caccf[_0x371e4e(0x407)][_0x371e4e(0x3e4)][_0x371e4e(0x1cf)](_0x17dad1=>_0x17dad1[_0x371e4e(0x292)])['flat'](),_0x15e9d3=[_0x3ccedb[_0x371e4e(0x407)][_0x371e4e(0x340)],_0x3ccedb[_0x371e4e(0x407)]['targetRange']];return _0x3ea777[_0x371e4e(0x1a1)](_0x72abcf=>_0x15e9d3[_0x371e4e(0x1a1)](_0x664e40=>_0x1973ab[_0x371e4e(0x3f3)][_0x371e4e(0x19b)](_0x72abcf,_0x664e40)))?{'error':Error(_0x371e4e(0x1be))}:_0x3998ac;}},_0x5c07b1={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860['MoveRangeMutation']['id'],'handler':(_0x4e804d,_0x2a778e)=>{const _0xaa5532=_0x5d8b54;let _0x492b5c={'m1Prime':_0x4e804d,'m2Prime':_0x2a778e};if(_0x4e804d[_0xaa5532(0x407)]['unitId']!==_0x2a778e[_0xaa5532(0x407)]['unitId']||_0x4e804d[_0xaa5532(0x407)]['subUnitId']!==_0x2a778e[_0xaa5532(0x407)]['from'][_0xaa5532(0x33f)])return _0x492b5c;let _0x3b93ea=_0x4e804d[_0xaa5532(0x407)][_0xaa5532(0x3e4)]['map'](_0x3fdcd8=>_0x3fdcd8[_0xaa5532(0x292)])[_0xaa5532(0x270)](),_0x46a57c=[new _0x1973ab['ObjectMatrix'](_0x2a778e[_0xaa5532(0x407)][_0xaa5532(0x1f2)][_0xaa5532(0x38a)])[_0xaa5532(0x2e7)](),new _0x1973ab['ObjectMatrix'](_0x2a778e[_0xaa5532(0x407)]['to']['value'])[_0xaa5532(0x2e7)]()];return _0x3b93ea[_0xaa5532(0x1a1)](_0x24d845=>_0x46a57c['some'](_0xbe1bce=>_0x1973ab['Rectangle'][_0xaa5532(0x19b)](_0x24d845,_0xbe1bce)))?{'error':Error(_0xaa5532(0x35c))}:_0x492b5c;}},_0xac805a={'m1':_0x22a860['AddRangeProtectionMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3af)]['id'],'handler':(_0x5c36e2,_0x4261fb)=>{const _0x3f7b50=_0x5d8b54;let _0x2d655f={'m1Prime':_0x5c36e2,'m2Prime':_0x4261fb};if(_0x5c36e2[_0x3f7b50(0x407)][_0x3f7b50(0x30d)]!==_0x4261fb['params'][_0x3f7b50(0x30d)]||_0x5c36e2['params'][_0x3f7b50(0x33f)]!==_0x4261fb[_0x3f7b50(0x407)]['subUnitId'])return _0x2d655f;let _0x3f175a=_0x5c36e2[_0x3f7b50(0x407)][_0x3f7b50(0x3e4)][_0x3f7b50(0x1cf)](_0x185534=>_0x185534['ranges'])[_0x3f7b50(0x270)](),_0x377cb7=[_0x4261fb[_0x3f7b50(0x407)][_0x3f7b50(0x340)],_0x4261fb[_0x3f7b50(0x407)][_0x3f7b50(0x1c3)]];return _0x3f175a[_0x3f7b50(0x1a1)](_0x3dfda7=>_0x377cb7[_0x3f7b50(0x1a1)](_0x5c593b=>_0x1973ab[_0x3f7b50(0x3f3)]['intersects'](_0x3dfda7,_0x5c593b)))?{'error':Error(_0x3f7b50(0x249))}:_0x2d655f;}},_0x334516={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x311)]['id'],'handler':(_0x4ce107,_0x4114a0)=>{const _0x2e4635=_0x5d8b54;let _0x2811d6={'m1Prime':_0x4ce107,'m2Prime':_0x4114a0};if(_0x4ce107[_0x2e4635(0x407)]['unitId']!==_0x4114a0['params'][_0x2e4635(0x30d)]||_0x4ce107['params'][_0x2e4635(0x33f)]!==_0x4114a0['params']['subUnitId'])return _0x2811d6;let _0x5b51eb=_0x4ce107[_0x2e4635(0x407)][_0x2e4635(0x3e4)][_0x2e4635(0x1cf)](_0x19e58b=>_0x19e58b[_0x2e4635(0x292)])[_0x2e4635(0x270)](),_0x82d3ea=_0x4114a0[_0x2e4635(0x407)]['range'];return _0x5b51eb[_0x2e4635(0x1a1)](_0xd8b5f1=>_0x1973ab[_0x2e4635(0x3f3)]['intersects'](_0xd8b5f1,_0x82d3ea))?{'error':Error(_0x2e4635(0x2a3))}:_0x2811d6;}},_0x1f283d={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0xb55284[_0x5d8b54(0x30c)]['id'],'handler':(_0x249a71,_0x30a26d)=>{const _0x4ce24d=_0x5d8b54;let _0x2c583c={'m1Prime':_0x249a71,'m2Prime':_0x30a26d};return _0x249a71[_0x4ce24d(0x407)][_0x4ce24d(0x30d)]!==_0x30a26d[_0x4ce24d(0x407)]['unitId']||_0x249a71['params'][_0x4ce24d(0x33f)]!==_0x30a26d[_0x4ce24d(0x407)][_0x4ce24d(0x33f)]?_0x2c583c:{'error':Error(_0x4ce24d(0x2b5))};}},_0x30c37f={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x274)]['id'],'handler':(_0x358c1d,_0x570665)=>{const _0xde8fe2=_0x5d8b54;let _0x5f15f6={'m1Prime':_0x358c1d,'m2Prime':_0x570665};if(_0x358c1d[_0xde8fe2(0x407)][_0xde8fe2(0x30d)]!==_0x570665[_0xde8fe2(0x407)][_0xde8fe2(0x30d)]||_0x358c1d['params'][_0xde8fe2(0x33f)]!==_0x570665[_0xde8fe2(0x407)][_0xde8fe2(0x33f)])return _0x5f15f6;let _0x3ff73d=_0x358c1d['params'][_0xde8fe2(0x3e4)]['map'](_0x84733=>_0x84733[_0xde8fe2(0x292)])[_0xde8fe2(0x270)](),_0x5cfcef=_0x570665[_0xde8fe2(0x407)][_0xde8fe2(0x292)];return _0x3ff73d[_0xde8fe2(0x1a1)](_0x59795b=>_0x5cfcef['some'](_0x58391b=>_0x1973ab[_0xde8fe2(0x3f3)][_0xde8fe2(0x19b)](_0x59795b,_0x58391b)))?{'error':Error(_0xde8fe2(0x3cb))}:_0x5f15f6;}},_0x500f96={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x1db735[_0x5d8b54(0x299)]['id'],'handler':(_0x50ca32,_0x110bb6)=>{const _0xc6e6be=_0x5d8b54;let _0x27c2d1={'m1Prime':_0x50ca32,'m2Prime':_0x110bb6};return _0x50ca32['params'][_0xc6e6be(0x30d)]!==_0x110bb6[_0xc6e6be(0x407)][_0xc6e6be(0x30d)]||_0x50ca32[_0xc6e6be(0x407)][_0xc6e6be(0x33f)]!==_0x110bb6[_0xc6e6be(0x407)][_0xc6e6be(0x33f)]?_0x27c2d1:{'error':Error(_0xc6e6be(0x2b3))};}},_0x10a305={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x233)]['id'],'handler':(_0x740ef5,_0x493166)=>{const _0x151f27=_0x5d8b54;let _0x4cd7e2={'m1Prime':_0x740ef5,'m2Prime':_0x493166};if(_0x740ef5[_0x151f27(0x407)][_0x151f27(0x30d)]!==_0x493166[_0x151f27(0x407)][_0x151f27(0x30d)]||_0x740ef5[_0x151f27(0x407)][_0x151f27(0x33f)]!==_0x493166[_0x151f27(0x407)]['subUnitId'])return _0x4cd7e2;let _0x55b987=_0x740ef5[_0x151f27(0x407)][_0x151f27(0x3e4)][_0x151f27(0x1cf)](_0x3e5179=>_0x3e5179[_0x151f27(0x292)])[_0x151f27(0x270)](),_0x23b8a2=_0x493166[_0x151f27(0x407)][_0x151f27(0x292)];return _0x55b987[_0x151f27(0x1a1)](_0x591b73=>_0x23b8a2[_0x151f27(0x1a1)](_0x2ea1fa=>_0x1973ab['Rectangle'][_0x151f27(0x19b)](_0x591b73,_0x2ea1fa)))?{'error':Error(_0x151f27(0x1c8))}:_0x4cd7e2;}},_0x1e5c96={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x271387['SetConditionalRuleMutation']['id'],'handler':(_0x494687,_0x2676c2)=>{const _0x167567=_0x5d8b54;let _0x1f8325={'m1Prime':_0x494687,'m2Prime':_0x2676c2};if(_0x494687[_0x167567(0x407)]['unitId']!==_0x2676c2[_0x167567(0x407)][_0x167567(0x30d)]||_0x494687[_0x167567(0x407)]['subUnitId']!==_0x2676c2['params'][_0x167567(0x33f)])return _0x1f8325;let _0x227a83=_0x494687[_0x167567(0x407)][_0x167567(0x3e4)]['map'](_0xd0442=>_0xd0442[_0x167567(0x292)])[_0x167567(0x270)](),_0x31e012=_0x2676c2['params'][_0x167567(0x218)][_0x167567(0x292)];return _0x227a83['some'](_0x15bae4=>_0x31e012[_0x167567(0x1a1)](_0x16b20b=>_0x1973ab[_0x167567(0x3f3)][_0x167567(0x19b)](_0x15bae4,_0x16b20b)))?{'error':Error(_0x167567(0x2b1))}:_0x1f8325;}},_0x9add10={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x39b)]['id'],'handler':(_0x49b11b,_0x548938)=>{const _0x414bc8=_0x5d8b54;let _0x346fdb={'m1Prime':_0x49b11b,'m2Prime':_0x548938};if(_0x49b11b['params'][_0x414bc8(0x30d)]!==_0x548938[_0x414bc8(0x407)][_0x414bc8(0x30d)]||_0x49b11b[_0x414bc8(0x407)]['subUnitId']!==_0x548938['params']['subUnitId'])return _0x346fdb;let _0x2b6f81=_0x49b11b[_0x414bc8(0x407)][_0x414bc8(0x3e4)][_0x414bc8(0x1cf)](_0x252c69=>_0x252c69['ranges'])[_0x414bc8(0x270)](),_0x1defaa=[{'startRow':_0x548938['params'][_0x414bc8(0x1f5)],'endRow':_0x548938['params']['startRow'],'startColumn':_0x548938['params'][_0x414bc8(0x2ab)],'endColumn':_0x548938[_0x414bc8(0x407)][_0x414bc8(0x2ab)]}];return _0x2b6f81[_0x414bc8(0x1a1)](_0x247e67=>_0x1defaa['some'](_0x39453e=>_0x1973ab[_0x414bc8(0x3f3)][_0x414bc8(0x19b)](_0x247e67,_0x39453e)))?{'error':Error(_0x414bc8(0x1dd))}:_0x346fdb;}},_0x1b58fc={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler':(_0x5417af,_0x567874)=>{const _0xbec580=_0x5d8b54;let _0x1f2b45={'m1Prime':_0x5417af,'m2Prime':_0x567874};return _0x5417af['params'][_0xbec580(0x30d)]!==_0x567874['params']['unitId']||_0x5417af[_0xbec580(0x407)][_0xbec580(0x33f)]!==_0x567874[_0xbec580(0x407)][_0xbec580(0x33f)]?_0x1f2b45:{'error':Error(_0xbec580(0x1ff))};}},_0x325107={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860['SetRangeProtectionMutation']['id'],'handler':(_0x5f342a,_0x31ae03)=>{const _0x135828=_0x5d8b54;let _0x3f44ca={'m1Prime':_0x5f342a,'m2Prime':_0x31ae03};if(_0x5f342a[_0x135828(0x407)]['unitId']!==_0x31ae03[_0x135828(0x407)][_0x135828(0x30d)]||_0x5f342a['params'][_0x135828(0x33f)]!==_0x31ae03[_0x135828(0x407)][_0x135828(0x33f)])return _0x3f44ca;let _0x3108ec=_0x5f342a[_0x135828(0x407)][_0x135828(0x3e4)]['map'](_0x1c06d2=>_0x1c06d2['ranges'])['flat'](),_0x3da517=_0x31ae03['params'][_0x135828(0x218)][_0x135828(0x292)];return _0x3108ec[_0x135828(0x1a1)](_0x91978a=>_0x3da517[_0x135828(0x1a1)](_0x3045ba=>_0x1973ab['Rectangle'][_0x135828(0x19b)](_0x91978a,_0x3045ba)))?{'error':Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')}:_0x3f44ca;}},_0x3721c1={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860[_0x5d8b54(0x224)]['id'],'handler':(_0x293533,_0x24f8f8)=>{const _0x7c66b8=_0x5d8b54;let _0x58d1cb={'m1Prime':_0x293533,'m2Prime':_0x24f8f8};if(_0x293533[_0x7c66b8(0x407)][_0x7c66b8(0x30d)]!==_0x24f8f8['params'][_0x7c66b8(0x30d)]||_0x293533[_0x7c66b8(0x407)]['subUnitId']!==_0x24f8f8[_0x7c66b8(0x407)][_0x7c66b8(0x33f)])return _0x58d1cb;let _0x46c6f1=_0x293533[_0x7c66b8(0x407)]['rules'][_0x7c66b8(0x1cf)](_0x23c392=>_0x23c392['ranges'])[_0x7c66b8(0x270)](),_0x366850=new _0x1973ab['ObjectMatrix'](_0x24f8f8['params']['cellValue'])[_0x7c66b8(0x2e7)]();return _0x46c6f1[_0x7c66b8(0x1a1)](_0x1d61b4=>_0x1973ab[_0x7c66b8(0x3f3)][_0x7c66b8(0x19b)](_0x1d61b4,_0x366850))?{'error':Error(_0x7c66b8(0x2bb))}:_0x58d1cb;}},_0x5393d5={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x22a860['SetWorksheetColWidthMutation']['id'],'handler':(_0x431809,_0x337326)=>{const _0x110031=_0x5d8b54;let _0x554e7e={'m1Prime':_0x431809,'m2Prime':_0x337326};if(_0x431809['params'][_0x110031(0x30d)]!==_0x337326[_0x110031(0x407)][_0x110031(0x30d)]||_0x431809[_0x110031(0x407)][_0x110031(0x33f)]!==_0x337326[_0x110031(0x407)]['subUnitId'])return _0x554e7e;let _0xceb8c0=_0x431809['params']['rules'][_0x110031(0x1cf)](_0x59c6ed=>_0x59c6ed[_0x110031(0x292)])[_0x110031(0x270)](),_0x59ff5a=_0x337326['params'][_0x110031(0x292)];return _0xceb8c0[_0x110031(0x1a1)](_0x5d9d57=>_0x59ff5a[_0x110031(0x1a1)](_0x5d6df5=>_0x1973ab['Rectangle'][_0x110031(0x19b)](_0x5d9d57,_0x5d6df5)))?{'error':Error(_0x110031(0x2e1))}:_0x554e7e;}},_0xd29ba8={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0x1d4f53['UpdateCommentMutation']['id'],'handler':(_0xb406fc,_0x5a821b)=>{const _0x33accc=_0x5d8b54;let _0x3e11a8={'m1Prime':_0xb406fc,'m2Prime':_0x5a821b};return _0xb406fc[_0x33accc(0x407)]['unitId']!==_0x5a821b[_0x33accc(0x407)]['unitId']||_0xb406fc[_0x33accc(0x407)][_0x33accc(0x33f)]!==_0x5a821b[_0x33accc(0x407)]['subUnitId']?_0x3e11a8:{'error':Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x62c3e0={'m1':_0x22a860[_0x5d8b54(0x25c)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x250da6,_0x44cd5e)=>{const _0x35f2f3=_0x5d8b54;let _0x2f1aea={'m1Prime':_0x250da6,'m2Prime':_0x44cd5e};return _0x250da6[_0x35f2f3(0x407)][_0x35f2f3(0x30d)]!==_0x44cd5e['params'][_0x35f2f3(0x30d)]||_0x250da6[_0x35f2f3(0x407)]['subUnitId']!==_0x44cd5e[_0x35f2f3(0x407)][_0x35f2f3(0x33f)]?_0x2f1aea:{'error':Error(_0x35f2f3(0x1b2))};}},_0x51cf66={'m1':_0x22a860['AddWorksheetMergeMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler'(_0x3b5c8a,_0xfcccb6){const _0x13c634=_0x5d8b54;let _0x454ed2=_0x1973ab['Tools']['deepClone'](_0x3b5c8a),_0x431787=_0x1973ab[_0x13c634(0x281)][_0x13c634(0x198)](_0xfcccb6);if(_0x3b5c8a['params'][_0x13c634(0x30d)]!==_0xfcccb6[_0x13c634(0x407)][_0x13c634(0x30d)]||_0x3b5c8a[_0x13c634(0x407)][_0x13c634(0x33f)]!==_0xfcccb6[_0x13c634(0x407)][_0x13c634(0x33f)])return{'m1Prime':_0x454ed2,'m2Prime':_0x431787};let _0x2a6b8c=_0x454ed2[_0x13c634(0x407)][_0x13c634(0x292)],_0x1e5f1d=_0x431787[_0x13c634(0x407)][_0x13c634(0x292)],_0x478713=[_0x431787],_0x16b8e1=new Set();for(let _0x418a1d=0x0;_0x418a1d<_0x2a6b8c[_0x13c634(0x3e1)];_0x418a1d++)for(let _0xe9dacb=0x0;_0xe9dacb<_0x1e5f1d['length'];_0xe9dacb++)if(_0x1973ab['Rectangle'][_0x13c634(0x19b)](_0x2a6b8c[_0x418a1d],_0x1e5f1d[_0xe9dacb])){_0x16b8e1[_0x13c634(0x3a5)](_0x2a6b8c[_0x418a1d]),_0x2a6b8c[_0x13c634(0x38e)](_0x418a1d,0x1),_0x418a1d--;break;}return _0x16b8e1[_0x13c634(0x246)]>0x0&&_0x478713['unshift']({'id':_0x22a860[_0x13c634(0x233)]['id'],'params':{'unitId':_0x3b5c8a[_0x13c634(0x407)][_0x13c634(0x30d)],'subUnitId':_0x3b5c8a[_0x13c634(0x407)][_0x13c634(0x33f)],'ranges':Array[_0x13c634(0x1f2)](_0x16b8e1)}}),_0x2a6b8c[_0x13c634(0x3e1)]===0x0&&(_0x454ed2['id']=_0x22a860['EmptyMutation']['id']),{'m1Prime':_0x454ed2,'m2Prime':_0x478713[_0x13c634(0x3e1)]>0x1?_0x478713:_0x431787};}},_0x28a355={'m1':_0x22a860[_0x5d8b54(0x33e)]['id'],'m2':_0x22a860[_0x5d8b54(0x24e)]['id'],'handler'(_0x507ec6,_0x2cdc21){const _0x36e6a6=_0x5d8b54;let _0x1bca0c=_0x1973ab['Tools']['deepClone'](_0x507ec6),_0x4e3278=_0x1973ab[_0x36e6a6(0x281)]['deepClone'](_0x2cdc21);if(_0x507ec6[_0x36e6a6(0x407)][_0x36e6a6(0x30d)]!==_0x2cdc21[_0x36e6a6(0x407)]['unitId']||_0x507ec6[_0x36e6a6(0x407)][_0x36e6a6(0x33f)]!==_0x2cdc21[_0x36e6a6(0x407)][_0x36e6a6(0x33f)])return{'m1Prime':_0x1bca0c,'m2Prime':_0x4e3278};let _0xf62e1a=_0x507ec6[_0x36e6a6(0x407)][_0x36e6a6(0x30d)],_0x3efc65=_0x507ec6['params'][_0x36e6a6(0x33f)],_0x38ea3f=[_0x4e3278],_0x3765b2=[],_0x389d87=[];return _0x1bca0c[_0x36e6a6(0x407)][_0x36e6a6(0x292)][_0x36e6a6(0x26c)](_0x54a2a1=>{const _0x297ded=_0x36e6a6;let _0x26c748=_0x2cdc21[_0x297ded(0x407)][_0x297ded(0x1f4)],_0x1c9e62=_0x26c748[_0x297ded(0x23c)]-_0x26c748[_0x297ded(0x2ab)]+0x1;_0x26c748['startColumn']<=_0x54a2a1['startColumn']?(_0x3765b2['push']({..._0x54a2a1}),_0x389d87[_0x297ded(0x2da)]({..._0x54a2a1,'startColumn':_0x54a2a1[_0x297ded(0x2ab)]+_0x1c9e62,'endColumn':_0x54a2a1[_0x297ded(0x23c)]+_0x1c9e62}),_0x54a2a1[_0x297ded(0x2ab)]+=_0x1c9e62,_0x54a2a1[_0x297ded(0x23c)]+=_0x1c9e62):_0x26c748[_0x297ded(0x2ab)]>_0x54a2a1[_0x297ded(0x2ab)]&&_0x26c748[_0x297ded(0x2ab)]<=_0x54a2a1['endColumn']&&(_0x3765b2[_0x297ded(0x2da)]({..._0x54a2a1}),_0x389d87['push']({..._0x54a2a1,'endColumn':_0x54a2a1[_0x297ded(0x23c)]+_0x1c9e62}),_0x54a2a1[_0x297ded(0x23c)]+=_0x1c9e62);}),_0x3765b2['length']>0x0&&_0x38ea3f[_0x36e6a6(0x385)]({'id':_0x22a860[_0x36e6a6(0x233)]['id'],'params':{'unitId':_0xf62e1a,'subUnitId':_0x3efc65,'ranges':_0x3765b2}}),_0x389d87[_0x36e6a6(0x3e1)]>0x0&&_0x38ea3f[_0x36e6a6(0x2da)]({'id':_0x22a860['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0xf62e1a,'subUnitId':_0x3efc65,'ranges':_0x389d87}}),{'m1Prime':_0x1bca0c,'m2Prime':_0x38ea3f[_0x36e6a6(0x3e1)]>0x1?_0x38ea3f:_0x38ea3f[0x0]};}},_0xb1ffcf={'m1':_0x22a860[_0x5d8b54(0x33e)]['id'],'m2':_0x22a860['InsertRowMutation']['id'],'handler'(_0x4040f5,_0x1fc996){const _0x31ab94=_0x5d8b54;let _0x25e674=_0x1973ab['Tools']['deepClone'](_0x4040f5),_0x27235e=_0x1973ab['Tools'][_0x31ab94(0x198)](_0x1fc996);if(_0x4040f5['params'][_0x31ab94(0x30d)]!==_0x1fc996[_0x31ab94(0x407)]['unitId']||_0x4040f5['params'][_0x31ab94(0x33f)]!==_0x1fc996['params'][_0x31ab94(0x33f)])return{'m1Prime':_0x25e674,'m2Prime':_0x27235e};let _0x4fdffc=_0x4040f5[_0x31ab94(0x407)][_0x31ab94(0x30d)],_0x40a60b=_0x4040f5[_0x31ab94(0x407)][_0x31ab94(0x33f)],_0x399ab5=[_0x27235e],_0x32dc7d=[],_0x168e45=[];return _0x25e674[_0x31ab94(0x407)][_0x31ab94(0x292)][_0x31ab94(0x26c)](_0x17a1ee=>{const _0x37a81b=_0x31ab94;let _0x68711b=_0x1fc996[_0x37a81b(0x407)][_0x37a81b(0x1f4)],_0x3f29e7=_0x68711b['endRow']-_0x68711b[_0x37a81b(0x1f5)]+0x1;_0x68711b[_0x37a81b(0x1f5)]<=_0x17a1ee[_0x37a81b(0x1f5)]?(_0x32dc7d[_0x37a81b(0x2da)]({..._0x17a1ee}),_0x168e45[_0x37a81b(0x2da)]({..._0x17a1ee,'startRow':_0x17a1ee['startRow']+_0x3f29e7,'endRow':_0x17a1ee[_0x37a81b(0x3bf)]+_0x3f29e7}),_0x17a1ee['startRow']+=_0x3f29e7,_0x17a1ee[_0x37a81b(0x3bf)]+=_0x3f29e7):_0x68711b[_0x37a81b(0x1f5)]>_0x17a1ee['startRow']&&_0x68711b[_0x37a81b(0x1f5)]<=_0x17a1ee[_0x37a81b(0x3bf)]&&(_0x32dc7d['push']({..._0x17a1ee}),_0x168e45['push']({..._0x17a1ee,'endRow':_0x17a1ee[_0x37a81b(0x3bf)]+_0x3f29e7}),_0x17a1ee['endRow']+=_0x3f29e7);}),_0x32dc7d[_0x31ab94(0x3e1)]>0x0&&_0x399ab5[_0x31ab94(0x385)]({'id':_0x22a860['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x4fdffc,'subUnitId':_0x40a60b,'ranges':_0x32dc7d}}),_0x168e45[_0x31ab94(0x3e1)]>0x0&&_0x399ab5['push']({'id':_0x22a860['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x4fdffc,'subUnitId':_0x40a60b,'ranges':_0x168e45}}),{'m1Prime':_0x25e674,'m2Prime':_0x399ab5[_0x31ab94(0x3e1)]>0x1?_0x399ab5:_0x399ab5[0x0]};}},_0xe082a9={'m1':_0x22a860['AddWorksheetMergeMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x400)]['id'],'handler'(_0x154ffa,_0x404a27){const _0x51f8a2=_0x5d8b54;let _0x411649=_0x1973ab['Tools'][_0x51f8a2(0x198)](_0x154ffa),_0xb67fa9=_0x1973ab[_0x51f8a2(0x281)]['deepClone'](_0x404a27);if(_0x154ffa[_0x51f8a2(0x407)]['unitId']!==_0x404a27[_0x51f8a2(0x407)]['unitId']||_0x154ffa['params'][_0x51f8a2(0x33f)]!==_0x404a27[_0x51f8a2(0x407)][_0x51f8a2(0x33f)])return{'m1Prime':_0x411649,'m2Prime':_0xb67fa9};let _0x4d9063=[],_0x5028c4=[],_0x5a9a94=[_0xb67fa9];for(let _0x2eeeb9=0x0;_0x2eeeb9<_0x411649['params'][_0x51f8a2(0x292)][_0x51f8a2(0x3e1)];_0x2eeeb9++){let _0x1e856b=_0x411649[_0x51f8a2(0x407)]['ranges'][_0x2eeeb9],{sourceRange:_0x1e7c24,targetRange:_0xff8f8d}=_0x404a27[_0x51f8a2(0x407)];_0x1973ab[_0x51f8a2(0x3f3)][_0x51f8a2(0x19b)](_0x1e856b,_0x1e7c24)||_0x1973ab[_0x51f8a2(0x3f3)][_0x51f8a2(0x19b)](_0x1e856b,_0xff8f8d)?(_0x4d9063[_0x51f8a2(0x2da)]({..._0x1e856b}),_0x411649[_0x51f8a2(0x407)][_0x51f8a2(0x292)][_0x51f8a2(0x38e)](_0x2eeeb9,0x1),_0x2eeeb9--):_0x1e7c24[_0x51f8a2(0x2ab)]<_0x1e856b[_0x51f8a2(0x2ab)]&&_0xff8f8d[_0x51f8a2(0x2ab)]>_0x1e856b[_0x51f8a2(0x23c)]?(_0x4d9063['push']({..._0x1e856b}),_0x5028c4[_0x51f8a2(0x2da)]({..._0x1e856b,'startColumn':_0x1e856b[_0x51f8a2(0x2ab)]-(_0x1e7c24['endColumn']-_0x1e7c24[_0x51f8a2(0x2ab)]+0x1),'endColumn':_0x1e856b[_0x51f8a2(0x23c)]-(_0x1e7c24[_0x51f8a2(0x23c)]-_0x1e7c24[_0x51f8a2(0x2ab)]+0x1)}),_0x1e856b[_0x51f8a2(0x2ab)]-=_0x1e7c24[_0x51f8a2(0x23c)]-_0x1e7c24[_0x51f8a2(0x2ab)]+0x1,_0x1e856b[_0x51f8a2(0x23c)]-=_0x1e7c24['endColumn']-_0x1e7c24[_0x51f8a2(0x2ab)]+0x1):_0x1e7c24[_0x51f8a2(0x2ab)]>_0x1e856b[_0x51f8a2(0x23c)]&&_0xff8f8d[_0x51f8a2(0x23c)]<_0x1e856b['startColumn']&&(_0x4d9063['push']({..._0x1e856b}),_0x5028c4[_0x51f8a2(0x2da)]({..._0x1e856b,'startColumn':_0x1e856b[_0x51f8a2(0x2ab)]+(_0x1e7c24[_0x51f8a2(0x23c)]-_0x1e7c24[_0x51f8a2(0x2ab)]+0x1),'endColumn':_0x1e856b[_0x51f8a2(0x23c)]+(_0x1e7c24['endColumn']-_0x1e7c24['startColumn']+0x1)}),_0x1e856b['startColumn']+=_0x1e7c24[_0x51f8a2(0x23c)]-_0x1e7c24[_0x51f8a2(0x2ab)]+0x1,_0x1e856b[_0x51f8a2(0x23c)]+=_0x1e7c24[_0x51f8a2(0x23c)]-_0x1e7c24[_0x51f8a2(0x2ab)]+0x1);}return _0x4d9063['length']>0x0&&_0x5a9a94['unshift']({'id':_0x22a860['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x154ffa[_0x51f8a2(0x407)][_0x51f8a2(0x30d)],'subUnitId':_0x154ffa[_0x51f8a2(0x407)][_0x51f8a2(0x33f)],'ranges':_0x4d9063}}),_0x5028c4[_0x51f8a2(0x3e1)]>0x0&&_0x5a9a94[_0x51f8a2(0x2da)]({'id':_0x22a860[_0x51f8a2(0x33e)]['id'],'params':{'unitId':_0x154ffa[_0x51f8a2(0x407)][_0x51f8a2(0x30d)],'subUnitId':_0x154ffa[_0x51f8a2(0x407)]['subUnitId'],'ranges':_0x5028c4}}),_0x411649['params'][_0x51f8a2(0x292)][_0x51f8a2(0x3e1)]===0x0&&(_0x411649['id']=_0x22a860[_0x51f8a2(0x3ec)]['id']),{'m1Prime':_0x411649,'m2Prime':_0x5a9a94['length']>0x1?_0x5a9a94:_0x5a9a94[0x0]};}},_0x3624b3={'m1':_0x22a860['AddWorksheetMergeMutation']['id'],'m2':_0x22a860['MoveRangeMutation']['id'],'handler'(_0x40f8be,_0x4c57c6){const _0x11df21=_0x5d8b54;let _0x46007e=_0x1973ab['Tools'][_0x11df21(0x198)](_0x40f8be),_0xc7fdaf=_0x1973ab[_0x11df21(0x281)]['deepClone'](_0x4c57c6);if(_0x40f8be[_0x11df21(0x407)][_0x11df21(0x30d)]!==_0x4c57c6['params']['unitId'])return{'m1Prime':_0x46007e,'m2Prime':_0xc7fdaf};let _0x4082b9=[],_0x7bf0df=[_0xc7fdaf],_0x538625=new _0x1973ab[(_0x11df21(0x34a))](_0x4c57c6[_0x11df21(0x407)][_0x11df21(0x1f2)][_0x11df21(0x38a)])[_0x11df21(0x2e7)](),_0x4b78b8=new _0x1973ab[(_0x11df21(0x34a))](_0x4c57c6['params']['to']['value'])[_0x11df21(0x2e7)]();for(let _0x5dfb83=0x0;_0x5dfb83<_0x46007e[_0x11df21(0x407)][_0x11df21(0x292)][_0x11df21(0x3e1)];_0x5dfb83++){let _0x5354c4=_0x46007e[_0x11df21(0x407)][_0x11df21(0x292)][_0x5dfb83];(_0x1973ab['Rectangle']['intersects'](_0x538625,_0x5354c4)||_0x1973ab['Rectangle'][_0x11df21(0x19b)](_0x4b78b8,_0x5354c4))&&(_0x4082b9['push'](_0x5354c4),_0x46007e['params'][_0x11df21(0x292)][_0x11df21(0x38e)](_0x5dfb83,0x1),_0x5dfb83--);}return _0x4082b9[_0x11df21(0x3e1)]>0x0&&_0x7bf0df[_0x11df21(0x385)]({'id':_0x22a860[_0x11df21(0x233)]['id'],'params':{'unitId':_0x40f8be[_0x11df21(0x407)][_0x11df21(0x30d)],'subUnitId':_0x40f8be[_0x11df21(0x407)][_0x11df21(0x33f)],'ranges':_0x4082b9}}),_0x46007e['params'][_0x11df21(0x292)][_0x11df21(0x3e1)]===0x0&&(_0x46007e['id']=_0x22a860[_0x11df21(0x3ec)]['id']),{'m1Prime':_0x46007e,'m2Prime':_0x7bf0df[_0x11df21(0x3e1)]>0x1?_0x7bf0df:_0x7bf0df[0x0]};}},_0x40eb38={'m1':_0x22a860['AddWorksheetMergeMutation']['id'],'m2':_0x22a860['MoveRowsMutation']['id'],'handler'(_0x181d67,_0x279188){const _0x5830b7=_0x5d8b54;let _0x2a8d3c=_0x1973ab['Tools'][_0x5830b7(0x198)](_0x181d67),_0x3e915d=_0x1973ab[_0x5830b7(0x281)][_0x5830b7(0x198)](_0x279188);if(_0x181d67[_0x5830b7(0x407)][_0x5830b7(0x30d)]!==_0x279188[_0x5830b7(0x407)][_0x5830b7(0x30d)]||_0x181d67[_0x5830b7(0x407)][_0x5830b7(0x33f)]!==_0x279188[_0x5830b7(0x407)][_0x5830b7(0x33f)])return{'m1Prime':_0x2a8d3c,'m2Prime':_0x3e915d};let _0xaedfa4=[],_0x500bfd=[],_0x2e6937=[_0x3e915d];for(let _0x49c74f=0x0;_0x49c74f<_0x2a8d3c['params'][_0x5830b7(0x292)]['length'];_0x49c74f++){let _0x4f963c=_0x2a8d3c[_0x5830b7(0x407)][_0x5830b7(0x292)][_0x49c74f],{sourceRange:_0x29cdd2,targetRange:_0x46fab4}=_0x279188[_0x5830b7(0x407)];_0x1973ab[_0x5830b7(0x3f3)][_0x5830b7(0x19b)](_0x4f963c,_0x29cdd2)||_0x1973ab[_0x5830b7(0x3f3)][_0x5830b7(0x19b)](_0x4f963c,_0x46fab4)?(_0xaedfa4[_0x5830b7(0x2da)]({..._0x4f963c}),_0x2a8d3c[_0x5830b7(0x407)][_0x5830b7(0x292)][_0x5830b7(0x38e)](_0x49c74f,0x1),_0x49c74f--):_0x29cdd2[_0x5830b7(0x1f5)]<_0x4f963c[_0x5830b7(0x1f5)]&&_0x46fab4[_0x5830b7(0x1f5)]>_0x4f963c['endRow']?(_0xaedfa4[_0x5830b7(0x2da)]({..._0x4f963c}),_0x500bfd['push']({..._0x4f963c,'startRow':_0x4f963c['startRow']-(_0x29cdd2[_0x5830b7(0x3bf)]-_0x29cdd2[_0x5830b7(0x1f5)]+0x1),'endRow':_0x4f963c['endRow']-(_0x29cdd2[_0x5830b7(0x3bf)]-_0x29cdd2[_0x5830b7(0x1f5)]+0x1)}),_0x4f963c['startRow']-=_0x29cdd2[_0x5830b7(0x3bf)]-_0x29cdd2[_0x5830b7(0x1f5)]+0x1,_0x4f963c[_0x5830b7(0x3bf)]-=_0x29cdd2['endRow']-_0x29cdd2[_0x5830b7(0x1f5)]+0x1):_0x29cdd2['startRow']>_0x4f963c['endRow']&&_0x46fab4[_0x5830b7(0x3bf)]<_0x4f963c[_0x5830b7(0x1f5)]&&(_0xaedfa4[_0x5830b7(0x2da)]({..._0x4f963c}),_0x500bfd[_0x5830b7(0x2da)]({..._0x4f963c,'startRow':_0x4f963c['startRow']+(_0x29cdd2['endRow']-_0x29cdd2[_0x5830b7(0x1f5)]+0x1),'endRow':_0x4f963c[_0x5830b7(0x3bf)]+(_0x29cdd2['endRow']-_0x29cdd2[_0x5830b7(0x1f5)]+0x1)}),_0x4f963c['startRow']+=_0x29cdd2[_0x5830b7(0x3bf)]-_0x29cdd2['startRow']+0x1,_0x4f963c[_0x5830b7(0x3bf)]+=_0x29cdd2[_0x5830b7(0x3bf)]-_0x29cdd2[_0x5830b7(0x1f5)]+0x1);}return _0xaedfa4[_0x5830b7(0x3e1)]>0x0&&_0x2e6937[_0x5830b7(0x385)]({'id':_0x22a860[_0x5830b7(0x233)]['id'],'params':{'unitId':_0x181d67[_0x5830b7(0x407)][_0x5830b7(0x30d)],'subUnitId':_0x181d67[_0x5830b7(0x407)][_0x5830b7(0x33f)],'ranges':_0xaedfa4}}),_0x500bfd[_0x5830b7(0x3e1)]>0x0&&_0x2e6937[_0x5830b7(0x2da)]({'id':_0x22a860[_0x5830b7(0x33e)]['id'],'params':{'unitId':_0x181d67['params'][_0x5830b7(0x30d)],'subUnitId':_0x181d67[_0x5830b7(0x407)]['subUnitId'],'ranges':_0x500bfd}}),_0x2a8d3c['params'][_0x5830b7(0x292)]['length']===0x0&&(_0x2a8d3c['id']=_0x22a860['EmptyMutation']['id']),{'m1Prime':_0x2a8d3c,'m2Prime':_0x2e6937[_0x5830b7(0x3e1)]>0x1?_0x2e6937:_0x2e6937[0x0]};}};function _0x337976(_0x1aefc2){const _0x91e195=_0x5d8b54;return _0x1aefc2[_0x91e195(0x2ab)]>_0x1aefc2['endColumn']||_0x1aefc2[_0x91e195(0x1f5)]>_0x1aefc2[_0x91e195(0x3bf)]?!0x1:!(_0x1aefc2[_0x91e195(0x1f5)]===_0x1aefc2[_0x91e195(0x3bf)]&&_0x1aefc2['startColumn']===_0x1aefc2[_0x91e195(0x23c)]);}let _0x387b1f={'m1':_0x22a860[_0x5d8b54(0x33e)]['id'],'m2':_0x22a860[_0x5d8b54(0x311)]['id'],'handler'(_0x2375e6,_0x11b234){const _0x259f4e=_0x5d8b54;let _0x29c2a7=_0x1973ab[_0x259f4e(0x281)][_0x259f4e(0x198)](_0x2375e6),_0x1e8a4d=_0x1973ab[_0x259f4e(0x281)][_0x259f4e(0x198)](_0x11b234);if(_0x2375e6[_0x259f4e(0x407)]['unitId']!==_0x11b234['params'][_0x259f4e(0x30d)]||_0x2375e6[_0x259f4e(0x407)][_0x259f4e(0x33f)]!==_0x11b234['params'][_0x259f4e(0x33f)])return{'m1Prime':_0x29c2a7,'m2Prime':_0x1e8a4d};let _0x4d48e8=_0x2375e6['params'][_0x259f4e(0x30d)],_0xd39db8=_0x2375e6['params'][_0x259f4e(0x33f)],_0x47141a=[_0x1e8a4d],_0x1ad752=[],_0x3f33b9=[];for(let _0x4aa58a=0x0;_0x4aa58a<_0x29c2a7[_0x259f4e(0x407)]['ranges']['length'];_0x4aa58a++){let _0x347dc9=_0x29c2a7[_0x259f4e(0x407)][_0x259f4e(0x292)][_0x4aa58a],_0xb9d618=_0x11b234[_0x259f4e(0x407)][_0x259f4e(0x1f4)],_0x38a872=_0xb9d618[_0x259f4e(0x23c)]-_0xb9d618[_0x259f4e(0x2ab)]+0x1;if(_0xb9d618[_0x259f4e(0x2ab)]<_0x347dc9[_0x259f4e(0x2ab)]&&_0xb9d618[_0x259f4e(0x23c)]<_0x347dc9['startColumn'])_0x1ad752[_0x259f4e(0x2da)]({..._0x347dc9}),_0x3f33b9[_0x259f4e(0x2da)]({..._0x347dc9,'startColumn':_0x347dc9[_0x259f4e(0x2ab)]-_0x38a872,'endColumn':_0x347dc9[_0x259f4e(0x23c)]-_0x38a872}),_0x347dc9[_0x259f4e(0x2ab)]-=_0x38a872,_0x347dc9[_0x259f4e(0x23c)]-=_0x38a872;else{if(_0xb9d618['startColumn']<_0x347dc9['startColumn']&&_0xb9d618['endColumn']>=_0x347dc9['startColumn']&&_0xb9d618[_0x259f4e(0x23c)]<=_0x347dc9[_0x259f4e(0x23c)]){_0x1ad752[_0x259f4e(0x2da)]({..._0x347dc9});let _0x977e91={..._0x347dc9,'startColumn':_0xb9d618['startColumn'],'endColumn':_0x347dc9[_0x259f4e(0x23c)]-_0x38a872};_0x337976(_0x977e91)&&_0xb9d618[_0x259f4e(0x23c)]<_0x347dc9[_0x259f4e(0x23c)]?(_0xb9d618[_0x259f4e(0x23c)]<_0x347dc9['endColumn']&&_0x3f33b9[_0x259f4e(0x2da)](_0x977e91),_0x347dc9[_0x259f4e(0x2ab)]=_0xb9d618[_0x259f4e(0x2ab)],_0x347dc9[_0x259f4e(0x23c)]-=_0x38a872):(_0x29c2a7[_0x259f4e(0x407)]['ranges'][_0x259f4e(0x38e)](_0x4aa58a,0x1),_0x4aa58a--);}else{if(_0xb9d618[_0x259f4e(0x2ab)]>_0x347dc9[_0x259f4e(0x2ab)]&&_0xb9d618[_0x259f4e(0x23c)]<_0x347dc9[_0x259f4e(0x23c)]){_0x1ad752[_0x259f4e(0x2da)]({..._0x347dc9});let _0x159018={..._0x347dc9,'endColumn':_0x347dc9[_0x259f4e(0x23c)]-_0x38a872};_0x337976(_0x159018)?(_0x3f33b9[_0x259f4e(0x2da)](_0x159018),_0x347dc9[_0x259f4e(0x23c)]-=_0x38a872):(_0x29c2a7['params'][_0x259f4e(0x292)][_0x259f4e(0x38e)](_0x4aa58a,0x1),_0x4aa58a--);}else{if(_0xb9d618[_0x259f4e(0x2ab)]>=_0x347dc9['startColumn']&&_0xb9d618[_0x259f4e(0x2ab)]<=_0x347dc9[_0x259f4e(0x23c)]&&_0xb9d618[_0x259f4e(0x23c)]>_0x347dc9['endColumn']){_0x1ad752[_0x259f4e(0x2da)]({..._0x347dc9});let _0x5e0221={..._0x347dc9,'endColumn':_0xb9d618['startColumn']-0x1};_0x337976(_0x5e0221)&&_0xb9d618['startColumn']>_0x347dc9[_0x259f4e(0x2ab)]?(_0x3f33b9[_0x259f4e(0x2da)](_0x5e0221),_0x347dc9['endColumn']=_0xb9d618[_0x259f4e(0x2ab)]-0x1):(_0x29c2a7['params'][_0x259f4e(0x292)]['splice'](_0x4aa58a,0x1),_0x4aa58a--);}else _0xb9d618[_0x259f4e(0x2ab)]>_0x347dc9[_0x259f4e(0x23c)]||_0xb9d618['startColumn']<=_0x347dc9[_0x259f4e(0x2ab)]&&_0xb9d618[_0x259f4e(0x23c)]>=_0x347dc9[_0x259f4e(0x23c)]&&(_0x1ad752['push']({..._0x347dc9}),_0x29c2a7[_0x259f4e(0x407)]['ranges'][_0x259f4e(0x38e)](_0x4aa58a,0x1),_0x4aa58a--);}}}}return _0x1ad752[_0x259f4e(0x3e1)]>0x0&&_0x47141a[_0x259f4e(0x385)]({'id':_0x22a860[_0x259f4e(0x233)]['id'],'params':{'unitId':_0x4d48e8,'subUnitId':_0xd39db8,'ranges':_0x1ad752}}),_0x3f33b9[_0x259f4e(0x3e1)]>0x0&&_0x47141a[_0x259f4e(0x2da)]({'id':_0x22a860[_0x259f4e(0x33e)]['id'],'params':{'unitId':_0x4d48e8,'subUnitId':_0xd39db8,'ranges':_0x3f33b9}}),_0x29c2a7[_0x259f4e(0x407)]['ranges'][_0x259f4e(0x3e1)]===0x0&&(_0x29c2a7['id']=_0x22a860[_0x259f4e(0x3ec)]['id']),{'m1Prime':_0x29c2a7,'m2Prime':_0x47141a[_0x259f4e(0x3e1)]>0x1?_0x47141a:_0x47141a[0x0]};}},_0x56860f={'m1':_0x22a860[_0x5d8b54(0x33e)]['id'],'m2':_0x22a860['RemoveRowMutation']['id'],'handler'(_0x18dd02,_0x4cfb8a){const _0x5360e2=_0x5d8b54;let _0x596167=_0x1973ab[_0x5360e2(0x281)]['deepClone'](_0x18dd02),_0x4fe0ad=_0x1973ab['Tools'][_0x5360e2(0x198)](_0x4cfb8a);if(_0x18dd02[_0x5360e2(0x407)][_0x5360e2(0x30d)]!==_0x4cfb8a[_0x5360e2(0x407)][_0x5360e2(0x30d)]||_0x18dd02[_0x5360e2(0x407)]['subUnitId']!==_0x4cfb8a['params'][_0x5360e2(0x33f)])return{'m1Prime':_0x596167,'m2Prime':_0x4fe0ad};let _0x4b7812=_0x18dd02[_0x5360e2(0x407)][_0x5360e2(0x30d)],_0x264050=_0x18dd02['params'][_0x5360e2(0x33f)],_0x5a1455=[_0x4fe0ad],_0x197bc2=[],_0x2c5481=[];for(let _0x433f09=0x0;_0x433f09<_0x596167[_0x5360e2(0x407)][_0x5360e2(0x292)][_0x5360e2(0x3e1)];_0x433f09++){let _0x203086=_0x596167[_0x5360e2(0x407)][_0x5360e2(0x292)][_0x433f09],_0x34ee5b=_0x4cfb8a[_0x5360e2(0x407)][_0x5360e2(0x1f4)],_0x39f0d0=_0x34ee5b[_0x5360e2(0x3bf)]-_0x34ee5b[_0x5360e2(0x1f5)]+0x1;if(_0x34ee5b[_0x5360e2(0x1f5)]<_0x203086[_0x5360e2(0x1f5)]&&_0x34ee5b[_0x5360e2(0x3bf)]<_0x203086[_0x5360e2(0x1f5)])_0x197bc2[_0x5360e2(0x2da)]({..._0x203086}),_0x2c5481[_0x5360e2(0x2da)]({..._0x203086,'startRow':_0x203086[_0x5360e2(0x1f5)]-_0x39f0d0,'endRow':_0x203086['endRow']-_0x39f0d0}),_0x203086[_0x5360e2(0x1f5)]-=_0x39f0d0,_0x203086[_0x5360e2(0x3bf)]-=_0x39f0d0;else{if(_0x34ee5b['startRow']<_0x203086[_0x5360e2(0x1f5)]&&_0x34ee5b[_0x5360e2(0x3bf)]>=_0x203086[_0x5360e2(0x1f5)]&&_0x34ee5b[_0x5360e2(0x3bf)]<=_0x203086[_0x5360e2(0x3bf)]){_0x197bc2[_0x5360e2(0x2da)]({..._0x203086});let _0x8d9178={..._0x203086,'startRow':_0x34ee5b[_0x5360e2(0x1f5)],'endRow':_0x203086[_0x5360e2(0x3bf)]-_0x39f0d0};_0x337976(_0x8d9178)&&_0x34ee5b['endRow']<_0x203086['endRow']?(_0x34ee5b[_0x5360e2(0x3bf)]<_0x203086[_0x5360e2(0x3bf)]&&_0x2c5481['push'](_0x8d9178),_0x203086[_0x5360e2(0x1f5)]=_0x34ee5b[_0x5360e2(0x1f5)],_0x203086['endRow']-=_0x39f0d0):(_0x596167[_0x5360e2(0x407)][_0x5360e2(0x292)][_0x5360e2(0x38e)](_0x433f09,0x1),_0x433f09--);}else{if(_0x34ee5b[_0x5360e2(0x1f5)]>_0x203086[_0x5360e2(0x1f5)]&&_0x34ee5b['endRow']<_0x203086[_0x5360e2(0x3bf)]){_0x197bc2[_0x5360e2(0x2da)]({..._0x203086});let _0x14beac={..._0x203086,'endRow':_0x203086[_0x5360e2(0x3bf)]-_0x39f0d0};_0x337976(_0x14beac)?(_0x2c5481['push'](_0x14beac),_0x203086[_0x5360e2(0x3bf)]-=_0x39f0d0):(_0x596167[_0x5360e2(0x407)][_0x5360e2(0x292)][_0x5360e2(0x38e)](_0x433f09,0x1),_0x433f09--);}else{if(_0x34ee5b[_0x5360e2(0x1f5)]>=_0x203086['startRow']&&_0x34ee5b['startRow']<=_0x203086[_0x5360e2(0x3bf)]&&_0x34ee5b['endRow']>_0x203086['endRow']){_0x197bc2[_0x5360e2(0x2da)]({..._0x203086});let _0x28000a={..._0x203086,'endRow':_0x34ee5b['startRow']-0x1};_0x337976(_0x28000a)&&_0x34ee5b[_0x5360e2(0x1f5)]>_0x203086[_0x5360e2(0x1f5)]?(_0x2c5481[_0x5360e2(0x2da)](_0x28000a),_0x203086[_0x5360e2(0x3bf)]=_0x34ee5b[_0x5360e2(0x1f5)]-0x1):(_0x596167[_0x5360e2(0x407)][_0x5360e2(0x292)][_0x5360e2(0x38e)](_0x433f09,0x1),_0x433f09--);}else _0x34ee5b[_0x5360e2(0x1f5)]>_0x203086[_0x5360e2(0x3bf)]||_0x34ee5b[_0x5360e2(0x1f5)]<=_0x203086[_0x5360e2(0x1f5)]&&_0x34ee5b[_0x5360e2(0x3bf)]>=_0x203086[_0x5360e2(0x3bf)]&&(_0x197bc2['push']({..._0x203086}),_0x596167[_0x5360e2(0x407)][_0x5360e2(0x292)][_0x5360e2(0x38e)](_0x433f09,0x1),_0x433f09--);}}}}return _0x197bc2[_0x5360e2(0x3e1)]>0x0&&_0x5a1455[_0x5360e2(0x385)]({'id':_0x22a860[_0x5360e2(0x233)]['id'],'params':{'unitId':_0x4b7812,'subUnitId':_0x264050,'ranges':_0x197bc2}}),_0x2c5481[_0x5360e2(0x3e1)]>0x0&&_0x5a1455[_0x5360e2(0x2da)]({'id':_0x22a860['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x4b7812,'subUnitId':_0x264050,'ranges':_0x2c5481}}),_0x596167[_0x5360e2(0x407)][_0x5360e2(0x292)]['length']===0x0&&(_0x596167['id']=_0x22a860[_0x5360e2(0x3ec)]['id']),{'m1Prime':_0x596167,'m2Prime':_0x5a1455[_0x5360e2(0x3e1)]>0x1?_0x5a1455:_0x5a1455[0x0]};}},_0x3e1af5={'m1':_0x22a860[_0x5d8b54(0x33e)]['id'],'m2':_0x22a860['RemoveWorksheetMergeMutation']['id'],'handler'(_0x41098b,_0x42de95){const _0x2e3d13=_0x5d8b54;let _0x14e9f1=_0x1973ab['Tools'][_0x2e3d13(0x198)](_0x41098b),_0x1f08d1=_0x1973ab[_0x2e3d13(0x281)][_0x2e3d13(0x198)](_0x42de95);if(_0x41098b['params']['unitId']!==_0x42de95[_0x2e3d13(0x407)]['unitId']||_0x41098b[_0x2e3d13(0x407)][_0x2e3d13(0x33f)]!==_0x42de95[_0x2e3d13(0x407)][_0x2e3d13(0x33f)])return{'m1Prime':_0x14e9f1,'m2Prime':_0x1f08d1};let _0x152527=[..._0x1f08d1[_0x2e3d13(0x407)]['ranges']];for(let _0x45520f=0x0;_0x45520f<_0x14e9f1[_0x2e3d13(0x407)][_0x2e3d13(0x292)][_0x2e3d13(0x3e1)];_0x45520f++){let _0x1286cd=!0x1;for(let _0x9cb358=0x0;_0x9cb358<_0x1f08d1['params'][_0x2e3d13(0x292)][_0x2e3d13(0x3e1)];_0x9cb358++){let _0x315da7=_0x14e9f1[_0x2e3d13(0x407)][_0x2e3d13(0x292)][_0x45520f],_0x498785=_0x1f08d1['params']['ranges'][_0x9cb358];if(_0x1973ab[_0x2e3d13(0x3f3)]['intersects'](_0x315da7,_0x498785)){_0x1286cd=!0x0;break;}}_0x1286cd&&(_0x152527[_0x2e3d13(0x2da)](_0x14e9f1[_0x2e3d13(0x407)]['ranges'][_0x45520f]),_0x14e9f1[_0x2e3d13(0x407)]['ranges']['splice'](_0x45520f,0x1),_0x45520f--);}return _0x1f08d1[_0x2e3d13(0x407)]['ranges']=_0x152527,_0x14e9f1[_0x2e3d13(0x407)][_0x2e3d13(0x292)][_0x2e3d13(0x3e1)]===0x0&&(_0x14e9f1['id']=_0x22a860[_0x2e3d13(0x3ec)]['id']),{'m1Prime':_0x14e9f1,'m2Prime':_0x1f08d1};}},_0x27f872={'m1':_0x22a860[_0x5d8b54(0x33e)]['id'],'m2':_0x22a860[_0x5d8b54(0x224)]['id'],'handler'(_0x188dc1,_0xf06edf){const _0x4c5cfc=_0x5d8b54;let _0x4c0d77=_0x1973ab[_0x4c5cfc(0x281)][_0x4c5cfc(0x198)](_0x188dc1),_0x5290ec=_0x1973ab[_0x4c5cfc(0x281)][_0x4c5cfc(0x198)](_0xf06edf);if(_0x188dc1[_0x4c5cfc(0x407)]['unitId']!==_0xf06edf[_0x4c5cfc(0x407)][_0x4c5cfc(0x30d)]||_0x188dc1['params'][_0x4c5cfc(0x33f)]!==_0xf06edf['params']['subUnitId'])return{'m1Prime':_0x4c0d77,'m2Prime':_0x5290ec};let _0x5e9a10=[_0x4c0d77],_0x193ad1=[_0x5290ec],_0x5686d7=new _0x1973ab[(_0x4c5cfc(0x34a))](_0x1973ab[_0x4c5cfc(0x281)][_0x4c5cfc(0x198)](_0xf06edf['params'][_0x4c5cfc(0x204)])),_0x4a70da=new Set(),_0x5bad85={};for(let _0x2bf391=0x0;_0x2bf391<_0x4c0d77[_0x4c5cfc(0x407)]['ranges'][_0x4c5cfc(0x3e1)];_0x2bf391++){let _0xe4cc6f=_0x4c0d77['params']['ranges'][_0x2bf391],{startRow:_0xa95743,startColumn:_0x3e20cf,endRow:_0x40b9bb,endColumn:_0x4f0d2e}=_0xe4cc6f,_0x3678b1=!0x1;_0x5686d7[_0x4c5cfc(0x39e)]((_0xe85cb3,_0x1e3316,_0xb32be7)=>{const _0x396342=_0x4c5cfc;if(_0xe85cb3>=_0xa95743&&_0xe85cb3<=_0x40b9bb&&_0x1e3316>=_0x3e20cf&&_0x1e3316<=_0x4f0d2e){let _0x571908=_0x5686d7[_0x396342(0x3ea)](_0xe85cb3,_0x1e3316),_0x4f23a2=_0x571908===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x571908;_0x4f23a2&&(_0x5bad85[_0xe85cb3]||(_0x5bad85[_0xe85cb3]={}),_0x5bad85[_0xe85cb3][_0x1e3316]={},(_0xb32be7==null?void 0x0:_0xb32be7['v'])!==void 0x0&&(_0x5bad85[_0xe85cb3][_0x1e3316]['v']=null,delete _0x4f23a2['v']),(_0xb32be7==null?void 0x0:_0xb32be7['f'])!==void 0x0&&(_0x5bad85[_0xe85cb3][_0x1e3316]['f']=null,delete _0x4f23a2['f']),(_0xb32be7==null?void 0x0:_0xb32be7['t'])!==void 0x0&&(_0x5bad85[_0xe85cb3][_0x1e3316]['t']=null,delete _0x4f23a2['t']),(_0xb32be7==null?void 0x0:_0xb32be7['si'])!==void 0x0&&(_0x5bad85[_0xe85cb3][_0x1e3316]['si']=null,delete _0x4f23a2['si']),(_0xb32be7==null?void 0x0:_0xb32be7['p'])!==void 0x0&&(_0x5bad85[_0xe85cb3][_0x1e3316]['p']=null,delete _0x4f23a2['p']),(_0xb32be7==null?void 0x0:_0xb32be7['s'])!==void 0x0&&(_0x5bad85[_0xe85cb3][_0x1e3316]['s']=null,delete _0x4f23a2['s']),_0x5686d7[_0x396342(0x423)](_0xe85cb3,_0x1e3316,_0x4f23a2),_0x3678b1=!0x0);}}),_0x3678b1&&(_0x4a70da[_0x4c5cfc(0x3a5)]({..._0xe4cc6f}),_0x4c0d77[_0x4c5cfc(0x407)][_0x4c5cfc(0x292)][_0x4c5cfc(0x38e)](_0x2bf391,0x1),_0x2bf391--);}return _0x5290ec[_0x4c5cfc(0x407)][_0x4c5cfc(0x204)]=_0x5686d7['getMatrix'](),_0x4a70da[_0x4c5cfc(0x246)]>0x0&&_0x193ad1['unshift']({'id':_0x22a860[_0x4c5cfc(0x233)]['id'],'params':{'unitId':_0x188dc1[_0x4c5cfc(0x407)]['unitId'],'subUnitId':_0x188dc1[_0x4c5cfc(0x407)][_0x4c5cfc(0x33f)],'ranges':Array[_0x4c5cfc(0x1f2)](_0x4a70da)}}),_0x4c0d77[_0x4c5cfc(0x407)][_0x4c5cfc(0x292)][_0x4c5cfc(0x3e1)]===0x0&&(_0x4c0d77['id']=_0x22a860[_0x4c5cfc(0x3ec)]['id']),Object['keys'](_0x5bad85)[_0x4c5cfc(0x3e1)]>0x0&&_0x5e9a10[_0x4c5cfc(0x385)]({'id':_0x22a860['SetRangeValuesMutation']['id'],'params':{'unitId':_0x188dc1[_0x4c5cfc(0x407)]['unitId'],'subUnitId':_0x188dc1['params'][_0x4c5cfc(0x33f)],'cellValue':_0x5bad85}}),{'m1Prime':_0x5e9a10['length']>0x1?_0x5e9a10:_0x5e9a10[0x0],'m2Prime':_0x193ad1[_0x4c5cfc(0x3e1)]>0x1?_0x193ad1:_0x193ad1[0x0]};}},_0x171ad8={'m1':_0x22a860[_0x5d8b54(0x33e)]['id'],'m2':_0x22a860[_0x5d8b54(0x1df)]['id'],'handler'(_0x439707,_0x3a8e91){const _0x4174d2=_0x5d8b54;let _0x399a63={'m1Prime':[],'m2Prime':[]};if(_0x439707[_0x4174d2(0x407)][_0x4174d2(0x30d)]!==_0x3a8e91[_0x4174d2(0x407)][_0x4174d2(0x30d)]||_0x439707[_0x4174d2(0x407)]['subUnitId']!==_0x3a8e91['params']['subUnitId'])return _0x399a63;let _0xed36ab=_0x1973ab[_0x4174d2(0x281)]['deepClone'](_0x3a8e91),_0x20fed2=_0xed36ab[_0x4174d2(0x407)]['selections'];_0x20fed2[_0x4174d2(0x26c)]((_0x4e81e9,_0x5d6d73)=>{const _0x3924aa=_0x4174d2;let {range:_0x44b410,primary:_0x318454}=_0x4e81e9;_0x439707['params'][_0x3924aa(0x292)][_0x3924aa(0x26c)](_0xc58fb4=>{const _0x5826c3=_0x3924aa;_0x1973ab[_0x5826c3(0x3f3)][_0x5826c3(0x19b)](_0xc58fb4,_0x44b410)&&(_0x44b410['startRow']=Math[_0x5826c3(0x406)](_0xc58fb4['startRow'],_0x44b410[_0x5826c3(0x1f5)]),_0x44b410[_0x5826c3(0x2ab)]=Math['min'](_0xc58fb4[_0x5826c3(0x2ab)],_0x44b410[_0x5826c3(0x2ab)]),_0x44b410[_0x5826c3(0x3bf)]=Math[_0x5826c3(0x26a)](_0xc58fb4['endRow'],_0x44b410[_0x5826c3(0x3bf)]),_0x44b410[_0x5826c3(0x23c)]=Math[_0x5826c3(0x26a)](_0xc58fb4['endColumn'],_0x44b410[_0x5826c3(0x23c)])),_0x318454&&_0x1973ab[_0x5826c3(0x3f3)]['intersects'](_0xc58fb4,_0x318454)&&_0x5d6d73===_0x20fed2[_0x5826c3(0x3e1)]-0x1&&(_0x318454['startColumn']===_0xc58fb4[_0x5826c3(0x2ab)]&&_0x318454[_0x5826c3(0x1f5)]&&_0xc58fb4[_0x5826c3(0x1f5)]&&(_0x318454['isMergedMainCell']=!0x0),_0x318454[_0x5826c3(0x1f5)]=Math[_0x5826c3(0x406)](_0xc58fb4[_0x5826c3(0x1f5)],_0x318454[_0x5826c3(0x1f5)]),_0x318454[_0x5826c3(0x2ab)]=Math[_0x5826c3(0x406)](_0xc58fb4['startColumn'],_0x318454[_0x5826c3(0x2ab)]),_0x318454[_0x5826c3(0x3bf)]=Math[_0x5826c3(0x26a)](_0xc58fb4[_0x5826c3(0x3bf)],_0x318454[_0x5826c3(0x3bf)]),_0x318454[_0x5826c3(0x23c)]=Math[_0x5826c3(0x26a)](_0xc58fb4[_0x5826c3(0x23c)],_0x318454[_0x5826c3(0x23c)]),_0x318454[_0x5826c3(0x353)]=!0x0);});}),_0x20fed2[_0x4174d2(0x1db)]((_0x2d6a95,_0x45e403)=>{const _0x4954bb=_0x4174d2;let _0x598a22=_0x2d6a95[_0x4954bb(0x1f4)],_0x4e236f=_0x45e403[_0x4954bb(0x1f4)];return _0x598a22[_0x4954bb(0x1f5)]===_0x4e236f[_0x4954bb(0x1f5)]?_0x598a22['startColumn']-_0x4e236f[_0x4954bb(0x2ab)]:_0x598a22[_0x4954bb(0x1f5)]-_0x4e236f[_0x4954bb(0x1f5)];});let _0x1d25e3=[],_0x1979e7=null;for(let _0x2433cf of _0x20fed2)_0x1979e7===null||!_0x1973ab[_0x4174d2(0x3f3)]['intersects'](_0x1979e7[_0x4174d2(0x1f4)],_0x2433cf[_0x4174d2(0x1f4)])?(_0x1d25e3['push'](_0x2433cf),_0x1979e7=_0x2433cf):(_0x1979e7['range']['startRow']=Math[_0x4174d2(0x406)](_0x1979e7[_0x4174d2(0x1f4)][_0x4174d2(0x1f5)],_0x2433cf[_0x4174d2(0x1f4)][_0x4174d2(0x1f5)]),_0x1979e7[_0x4174d2(0x1f4)][_0x4174d2(0x2ab)]=Math[_0x4174d2(0x406)](_0x1979e7[_0x4174d2(0x1f4)]['startColumn'],_0x2433cf[_0x4174d2(0x1f4)]['startColumn']),_0x1979e7[_0x4174d2(0x1f4)][_0x4174d2(0x3bf)]=Math[_0x4174d2(0x26a)](_0x1979e7[_0x4174d2(0x1f4)][_0x4174d2(0x3bf)],_0x2433cf['range'][_0x4174d2(0x3bf)]),_0x1979e7[_0x4174d2(0x1f4)][_0x4174d2(0x23c)]=Math[_0x4174d2(0x26a)](_0x1979e7[_0x4174d2(0x1f4)][_0x4174d2(0x23c)],_0x2433cf['range']['endColumn']),_0x2433cf[_0x4174d2(0x1b6)]&&(_0x1979e7[_0x4174d2(0x1b6)]=_0x2433cf[_0x4174d2(0x1b6)]));return _0xed36ab[_0x4174d2(0x407)][_0x4174d2(0x1ed)]=_0x1d25e3,_0x399a63[_0x4174d2(0x2c7)][_0x4174d2(0x2da)](_0xed36ab),_0x399a63;}},_0x17fef7={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x310c8a,_0x3d4ae0)=>{const _0xb3f221=_0x5d8b54;let _0x3b7cb9={'m1Prime':_0x310c8a,'m2Prime':_0x3d4ae0};return _0x310c8a[_0xb3f221(0x407)][_0xb3f221(0x30d)]!==_0x3d4ae0[_0xb3f221(0x407)][_0xb3f221(0x30d)]||_0x310c8a[_0xb3f221(0x407)][_0xb3f221(0x33f)]!==_0x3d4ae0[_0xb3f221(0x407)]['subUnitId']?_0x3b7cb9:{'error':Error(_0xb3f221(0x29f))};}},_0x3035c2={'m1':_0x22a860['AddWorksheetProtectionMutation']['id'],'m2':_0x271387['AddConditionalRuleMutation']['id'],'handler':(_0x113db5,_0x2e7983)=>{const _0x15d6ec=_0x5d8b54;let _0x427cff={'m1Prime':_0x113db5,'m2Prime':_0x2e7983};return _0x113db5[_0x15d6ec(0x407)]['unitId']!==_0x2e7983[_0x15d6ec(0x407)][_0x15d6ec(0x30d)]||_0x113db5['params'][_0x15d6ec(0x33f)]!==_0x2e7983[_0x15d6ec(0x407)]['subUnitId']?_0x427cff:{'error':Error(_0x15d6ec(0x336))};}},_0x434c6e={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x25c)]['id'],'handler':(_0x1d88be,_0x453775)=>{const _0x13ea44=_0x5d8b54;let _0x23310a={'m1Prime':_0x1d88be,'m2Prime':_0x453775};return _0x1d88be[_0x13ea44(0x407)][_0x13ea44(0x30d)]!==_0x453775[_0x13ea44(0x407)][_0x13ea44(0x30d)]||_0x1d88be['params'][_0x13ea44(0x33f)]!==_0x453775[_0x13ea44(0x407)][_0x13ea44(0x33f)]?_0x23310a:{'error':Error(_0x13ea44(0x3a7))};}},_0x3f7a84={'m1':_0x22a860['AddWorksheetProtectionMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler':(_0x7e49ca,_0x493140)=>{const _0x40ac95=_0x5d8b54;let _0x188781={'m1Prime':_0x7e49ca,'m2Prime':_0x493140};return _0x7e49ca[_0x40ac95(0x407)]['unitId']!==_0x493140['params'][_0x40ac95(0x30d)]||_0x7e49ca[_0x40ac95(0x407)][_0x40ac95(0x33f)]!==_0x493140['params'][_0x40ac95(0x33f)]?_0x188781:{'error':Error(_0x40ac95(0x294))};}},_0x4cc947={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x3ef)]['id'],'handler':(_0x38d490,_0x3745df)=>{const _0x51ff12=_0x5d8b54;let _0x191217={'m1Prime':_0x38d490,'m2Prime':_0x3745df};return _0x38d490['params']['unitId']!==_0x3745df[_0x51ff12(0x407)][_0x51ff12(0x30d)]||_0x38d490[_0x51ff12(0x407)][_0x51ff12(0x33f)]!==_0x3745df[_0x51ff12(0x407)][_0x51ff12(0x218)][_0x51ff12(0x33f)]?_0x191217:{'error':Error(_0x51ff12(0x1cc))};}},_0x26d75b={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x280)]['id'],'handler':(_0x373588,_0x402120)=>{const _0x43d916=_0x5d8b54;let _0x2937e1={'m1Prime':_0x373588,'m2Prime':_0x402120};return _0x373588[_0x43d916(0x407)][_0x43d916(0x30d)]!==_0x402120[_0x43d916(0x407)]['unitId']||_0x373588[_0x43d916(0x407)]['subUnitId']!==_0x402120[_0x43d916(0x407)]['subUnitId']?_0x2937e1:{'error':Error(_0x43d916(0x2ad))};}},_0xaaf9ae={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x271387['DeleteConditionalRuleMutation']['id'],'handler':(_0x3b942d,_0x29d49a)=>{const _0x5e7906=_0x5d8b54;let _0x2dc9f0={'m1Prime':_0x3b942d,'m2Prime':_0x29d49a};return _0x3b942d['params'][_0x5e7906(0x30d)]!==_0x29d49a[_0x5e7906(0x407)][_0x5e7906(0x30d)]||_0x3b942d['params']['subUnitId']!==_0x29d49a[_0x5e7906(0x407)][_0x5e7906(0x33f)]?_0x2dc9f0:{'error':Error(_0x5e7906(0x39c))};}},_0x2a0494={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x24e)]['id'],'handler':(_0x53e076,_0x57beba)=>{const _0x369653=_0x5d8b54;let _0x3a5ea1={'m1Prime':_0x53e076,'m2Prime':_0x57beba};return _0x53e076['params'][_0x369653(0x30d)]!==_0x57beba[_0x369653(0x407)][_0x369653(0x30d)]||_0x53e076['params']['subUnitId']!==_0x57beba['params']['subUnitId']?_0x3a5ea1:{'error':Error(_0x369653(0x37e))};}},_0x550844={'m1':_0x22a860['AddWorksheetProtectionMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x26b)]['id'],'handler':(_0x3aacb5,_0x416369)=>{const _0x4085b1=_0x5d8b54;let _0x5b37d0={'m1Prime':_0x3aacb5,'m2Prime':_0x416369};return _0x3aacb5[_0x4085b1(0x407)]['unitId']!==_0x416369[_0x4085b1(0x407)]['unitId']||_0x3aacb5[_0x4085b1(0x407)][_0x4085b1(0x33f)]!==_0x416369[_0x4085b1(0x407)][_0x4085b1(0x33f)]?_0x5b37d0:{'error':Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row')};}},_0x54f6fc={'m1':_0x22a860['AddWorksheetProtectionMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x400)]['id'],'handler':(_0x18060f,_0x271bba)=>{const _0x5d7321=_0x5d8b54;let _0x5ca8b4={'m1Prime':_0x18060f,'m2Prime':_0x271bba};return _0x18060f[_0x5d7321(0x407)][_0x5d7321(0x30d)]!==_0x271bba[_0x5d7321(0x407)][_0x5d7321(0x30d)]||_0x18060f['params'][_0x5d7321(0x33f)]!==_0x271bba['params'][_0x5d7321(0x33f)]?_0x5ca8b4:{'error':Error(_0x5d7321(0x32d))};}},_0x11a94a={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler':(_0x3ebb6e,_0x14a749)=>{const _0x1e70ed=_0x5d8b54;let _0x1cc711={'m1Prime':_0x3ebb6e,'m2Prime':_0x14a749};return _0x3ebb6e[_0x1e70ed(0x407)]['unitId']!==_0x14a749[_0x1e70ed(0x407)][_0x1e70ed(0x30d)]||_0x3ebb6e[_0x1e70ed(0x407)]['subUnitId']!==_0x14a749[_0x1e70ed(0x407)]['from']['subUnitId']?_0x1cc711:{'error':Error(_0x1e70ed(0x1ef))};}},_0x27a4e8={'m1':_0x22a860['AddWorksheetProtectionMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3af)]['id'],'handler':(_0x51184f,_0x3aa702)=>{const _0x405d01=_0x5d8b54;let _0x1f5f23={'m1Prime':_0x51184f,'m2Prime':_0x3aa702};return _0x51184f[_0x405d01(0x407)]['unitId']!==_0x3aa702['params'][_0x405d01(0x30d)]||_0x51184f[_0x405d01(0x407)][_0x405d01(0x33f)]!==_0x3aa702['params'][_0x405d01(0x33f)]?_0x1f5f23:{'error':Error(_0x405d01(0x3bd))};}},_0x4ebe8d={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x311)]['id'],'handler':(_0x131b9a,_0x66a7a6)=>{const _0x111071=_0x5d8b54;let _0x5162f0={'m1Prime':_0x131b9a,'m2Prime':_0x66a7a6};return _0x131b9a[_0x111071(0x407)]['unitId']!==_0x66a7a6['params'][_0x111071(0x30d)]||_0x131b9a[_0x111071(0x407)][_0x111071(0x33f)]!==_0x66a7a6['params'][_0x111071(0x33f)]?_0x5162f0:{'error':Error(_0x111071(0x1e8))};}},_0x9e9600={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0xb55284[_0x5d8b54(0x30c)]['id'],'handler':(_0x25255b,_0x1c336b)=>{const _0x51a83b=_0x5d8b54;let _0x382fa3={'m1Prime':_0x25255b,'m2Prime':_0x1c336b};return _0x25255b[_0x51a83b(0x407)]['unitId']!==_0x1c336b['params'][_0x51a83b(0x30d)]||_0x25255b['params'][_0x51a83b(0x33f)]!==_0x1c336b[_0x51a83b(0x407)]['subUnitId']?_0x382fa3:{'error':Error(_0x51a83b(0x315))};}},_0x187d5d={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860['RemoveNumfmtMutation']['id'],'handler':(_0x55d9e0,_0x3dea40)=>{const _0x7c8289=_0x5d8b54;let _0x531049={'m1Prime':_0x55d9e0,'m2Prime':_0x3dea40};return _0x55d9e0[_0x7c8289(0x407)][_0x7c8289(0x30d)]!==_0x3dea40[_0x7c8289(0x407)]['unitId']||_0x55d9e0[_0x7c8289(0x407)]['subUnitId']!==_0x3dea40[_0x7c8289(0x407)]['subUnitId']?_0x531049:{'error':Error(_0x7c8289(0x34e))};}},_0x3c543b={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x24b)]['id'],'handler':(_0x4ad091,_0x3fd58b)=>{const _0x4fe053=_0x5d8b54;let _0x54c025={'m1Prime':_0x4ad091,'m2Prime':_0x3fd58b};return _0x4ad091[_0x4fe053(0x407)][_0x4fe053(0x30d)]!==_0x3fd58b[_0x4fe053(0x407)]['unitId']||_0x4ad091[_0x4fe053(0x407)]['subUnitId']!==_0x3fd58b[_0x4fe053(0x407)][_0x4fe053(0x33f)]?_0x54c025:{'error':Error(_0x4fe053(0x1ca))};}},_0x3b3dfc={'m1':_0x22a860['AddWorksheetProtectionMutation']['id'],'m2':_0x1db735[_0x5d8b54(0x299)]['id'],'handler':(_0x2b4156,_0x5aff56)=>{const _0x361159=_0x5d8b54;let _0x10e2fa={'m1Prime':_0x2b4156,'m2Prime':_0x5aff56};return _0x2b4156['params'][_0x361159(0x30d)]!==_0x5aff56[_0x361159(0x407)]['unitId']||_0x2b4156['params']['subUnitId']!==_0x5aff56[_0x361159(0x407)][_0x361159(0x33f)]?_0x10e2fa:{'error':Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x9f8e3f={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x233)]['id'],'handler':(_0x20ade8,_0xcc9854)=>{const _0x9d3569=_0x5d8b54;let _0x25f652={'m1Prime':_0x20ade8,'m2Prime':_0xcc9854};return _0x20ade8[_0x9d3569(0x407)][_0x9d3569(0x30d)]!==_0xcc9854[_0x9d3569(0x407)][_0x9d3569(0x30d)]||_0x20ade8[_0x9d3569(0x407)][_0x9d3569(0x33f)]!==_0xcc9854[_0x9d3569(0x407)][_0x9d3569(0x33f)]?_0x25f652:{'error':Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')};}},_0x2f639f={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x283)]['id'],'handler':(_0x108fe9,_0x589a62)=>_0x108fe9[_0x5d8b54(0x407)]['unitId']!==_0x589a62['params'][_0x5d8b54(0x30d)]||_0x108fe9['params'][_0x5d8b54(0x33f)]!==_0x589a62[_0x5d8b54(0x407)]['subUnitId']?{'m1Prime':_0x108fe9,'m2Prime':_0x589a62}:{'error':Error(_0x5d8b54(0x1c1))}},_0x580ac3={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x271387[_0x5d8b54(0x1a4)]['id'],'handler':(_0x24638b,_0x273c7d)=>{const _0x5c903b=_0x5d8b54;let _0x358171={'m1Prime':_0x24638b,'m2Prime':_0x273c7d};return _0x24638b[_0x5c903b(0x407)][_0x5c903b(0x30d)]!==_0x273c7d[_0x5c903b(0x407)][_0x5c903b(0x30d)]||_0x24638b[_0x5c903b(0x407)][_0x5c903b(0x33f)]!==_0x273c7d['params']['subUnitId']?_0x358171:{'error':Error(_0x5c903b(0x215))};}},_0x3faebc={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860['SetFrozenMutation']['id'],'handler':(_0x23c8e0,_0x2031dd)=>{const _0x4fa43d=_0x5d8b54;let _0x172883={'m1Prime':_0x23c8e0,'m2Prime':_0x2031dd};return _0x23c8e0[_0x4fa43d(0x407)][_0x4fa43d(0x30d)]!==_0x2031dd[_0x4fa43d(0x407)][_0x4fa43d(0x30d)]||_0x23c8e0['params'][_0x4fa43d(0x33f)]!==_0x2031dd[_0x4fa43d(0x407)][_0x4fa43d(0x33f)]?_0x172883:{'error':Error(_0x4fa43d(0x328))};}},_0x23d073={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler':(_0x440ff7,_0x1d2fb4)=>{const _0x5eb9c5=_0x5d8b54;let _0x96e3d={'m1Prime':_0x440ff7,'m2Prime':_0x1d2fb4};return _0x440ff7[_0x5eb9c5(0x407)][_0x5eb9c5(0x30d)]!==_0x1d2fb4[_0x5eb9c5(0x407)][_0x5eb9c5(0x30d)]||_0x440ff7[_0x5eb9c5(0x407)]['subUnitId']!==_0x1d2fb4['params']['subUnitId']?_0x96e3d:{'error':Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};}},_0x36e65a={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860['SetRangeProtectionMutation']['id'],'handler':(_0xdb71,_0x4bc9b4)=>{const _0x1142bb=_0x5d8b54;let _0x43a25a={'m1Prime':_0xdb71,'m2Prime':_0x4bc9b4};return _0xdb71[_0x1142bb(0x407)][_0x1142bb(0x30d)]!==_0x4bc9b4[_0x1142bb(0x407)][_0x1142bb(0x30d)]||_0xdb71[_0x1142bb(0x407)][_0x1142bb(0x33f)]!==_0x4bc9b4[_0x1142bb(0x407)][_0x1142bb(0x33f)]?_0x43a25a:{'error':Error(_0x1142bb(0x2bf))};}},_0xea6e4f={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x352)]['id'],'handler':(_0x566c62,_0x17dc8f)=>{const _0x1cdd61=_0x5d8b54;let _0x27bcf4={'m1Prime':_0x566c62,'m2Prime':_0x17dc8f};return _0x566c62[_0x1cdd61(0x407)]['unitId']!==_0x17dc8f['params'][_0x1cdd61(0x30d)]||_0x566c62[_0x1cdd61(0x407)][_0x1cdd61(0x33f)]!==_0x17dc8f[_0x1cdd61(0x407)][_0x1cdd61(0x33f)]?_0x27bcf4:{'error':Error(_0x1cdd61(0x1a3))};}},_0x4827a9={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x22a860[_0x5d8b54(0x350)]['id'],'handler':(_0x20d44c,_0x13a655)=>{const _0x1beffb=_0x5d8b54;let _0x15ddcb={'m1Prime':_0x20d44c,'m2Prime':_0x13a655};return _0x20d44c[_0x1beffb(0x407)][_0x1beffb(0x30d)]!==_0x13a655[_0x1beffb(0x407)][_0x1beffb(0x30d)]||_0x20d44c[_0x1beffb(0x407)]['subUnitId']!==_0x13a655['params'][_0x1beffb(0x33f)]?_0x15ddcb:{'error':Error(_0x1beffb(0x3fa))};}},_0x2ee633={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x1c2)]['id'],'handler':(_0x8d089d,_0x1d4fea)=>{const _0x5fdf94=_0x5d8b54;let _0x17a77c={'m1Prime':_0x8d089d,'m2Prime':_0x1d4fea};return _0x8d089d['params'][_0x5fdf94(0x30d)]!==_0x1d4fea['params'][_0x5fdf94(0x30d)]||_0x8d089d[_0x5fdf94(0x407)][_0x5fdf94(0x33f)]!==_0x1d4fea[_0x5fdf94(0x407)][_0x5fdf94(0x33f)]?_0x17a77c:{'error':Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x3cfb39={'m1':_0x22a860[_0x5d8b54(0x3ef)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x4c7232,_0x5efc07)=>{const _0x4b6b8c=_0x5d8b54;let _0x1a9369={'m1Prime':_0x4c7232,'m2Prime':_0x5efc07};return _0x4c7232[_0x4b6b8c(0x407)][_0x4b6b8c(0x30d)]!==_0x5efc07[_0x4b6b8c(0x407)][_0x4b6b8c(0x30d)]||_0x4c7232[_0x4b6b8c(0x407)][_0x4b6b8c(0x33f)]!==_0x5efc07['params'][_0x4b6b8c(0x33f)]?_0x1a9369:{'error':Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x36a34b={'m1':_0x1d4f53[_0x5d8b54(0x2af)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x4cdb35,_0x288d7b)=>{const _0x5d9a63=_0x5d8b54;let _0x17f286=_0x4cdb35[_0x5d9a63(0x407)],_0x94fe05=_0x288d7b[_0x5d9a63(0x407)];return _0x17f286['unitId']===_0x94fe05[_0x5d9a63(0x30d)]&&_0x17f286[_0x5d9a63(0x33f)]===_0x94fe05[_0x5d9a63(0x33f)]&&_0x17f286[_0x5d9a63(0x2e8)]===_0x94fe05[_0x5d9a63(0x3f2)][_0x5d9a63(0x3d2)]?{'m1Prime':_0x4cdb35,'m2Prime':[]}:{'m1Prime':_0x4cdb35,'m2Prime':_0x288d7b};}},_0x546997={'m1':_0x1d4f53[_0x5d8b54(0x2af)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x2af)]['id'],'handler':(_0x3296e6,_0x383a8c)=>{const _0x1e5a49=_0x5d8b54;let _0x5e3e61=_0x3296e6[_0x1e5a49(0x407)],_0x1cefa3=_0x383a8c[_0x1e5a49(0x407)],_0xd60399={'m1Prime':_0x3296e6,'m2Prime':_0x383a8c};return _0x5e3e61[_0x1e5a49(0x30d)]!==_0x1cefa3['unitId']||_0x5e3e61['subUnitId']!==_0x1cefa3[_0x1e5a49(0x33f)]||_0x5e3e61['commentId']!==_0x1cefa3[_0x1e5a49(0x2e8)]?_0xd60399:{'m1Prime':[],'m2Prime':[]};}},_0x9b730b={'m1':_0x271387[_0x5d8b54(0x412)]['id'],'m2':_0x271387[_0x5d8b54(0x412)]['id'],'handler'(_0x3b27b2,_0x34f4c2){return{'m1Prime':_0x3b27b2,'m2Prime':_0x34f4c2};}},_0x33e01b=[_0x386341(),_0x524142(),_0x1f0789(),_0x3d2329(),_0xf9f05d(),_0x581cd1(),..._0x295d6c(),_0x5e3214(),_0x51953c(),..._0x44e6b1(),_0xc0051d(),_0x2d50e0(),_0x40b1e4(),_0x495561(),_0x2d0f5d(),_0x24c025(),_0x5e7d73()];function _0x386341(){const _0xc95c17=_0x5d8b54;return{'m1':_0x3788d1[_0xc95c17(0x298)]['id'],'m2':_0x3788d1[_0xc95c17(0x298)]['id'],'handler'(_0x432e03,_0x57ac38){const _0x3cb05c=_0xc95c17;if(!_0x31e88d(_0x432e03[_0x3cb05c(0x407)],_0x57ac38[_0x3cb05c(0x407)]))return _0x3a2126(_0x432e03,_0x57ac38);let _0x5216a9=_0x1973ab[_0x3cb05c(0x281)][_0x3cb05c(0x198)](_0x432e03),_0x1fdff1=_0x1973ab[_0x3cb05c(0x281)][_0x3cb05c(0x198)](_0x57ac38);if(_0x432e03[_0x3cb05c(0x407)]['outline']['id']===_0x57ac38[_0x3cb05c(0x407)]['outline']['id']||_0x54ff27(_0x432e03['params'][_0x3cb05c(0x357)],_0x57ac38[_0x3cb05c(0x407)][_0x3cb05c(0x357)]))return{'m1Prime':_0x5216a9,'m2Prime':_0x590f43(_0x1fdff1)};if(_0x2e5b95(_0x432e03['params'][_0x3cb05c(0x357)],_0x57ac38['params']['outline'])){let _0x40562c=_0x741f16(_0x432e03[_0x3cb05c(0x407)]['outline'],_0x57ac38[_0x3cb05c(0x407)]['outline']);return{'m1Prime':[_0x49577b(_0x57ac38[_0x3cb05c(0x407)][_0x3cb05c(0x357)]),_0xc34e08(_0x40562c)],'m2Prime':[_0x49577b(_0x432e03[_0x3cb05c(0x407)][_0x3cb05c(0x357)]),_0xc34e08(_0x40562c)]};}return{'m1Prime':_0x5216a9,'m2Prime':_0x1fdff1};}};}function _0x524142(){const _0x33d0a2=_0x5d8b54;return{'m1':_0x3788d1['AddDimensionOutlineMutation']['id'],'m2':_0x3788d1[_0x33d0a2(0x1f6)]['id'],'handler'(_0x56504d,_0x3b4f21){const _0x1a4ebb=_0x33d0a2;if(!_0x31e88d(_0x56504d[_0x1a4ebb(0x407)],_0x3b4f21[_0x1a4ebb(0x407)]))return _0x3a2126(_0x56504d,_0x3b4f21);let _0x55d24b=_0x1973ab[_0x1a4ebb(0x281)][_0x1a4ebb(0x198)](_0x56504d),_0x40840b=_0x1973ab[_0x1a4ebb(0x281)][_0x1a4ebb(0x198)](_0x3b4f21);return _0x56504d[_0x1a4ebb(0x407)]['outline']['id']===_0x3b4f21[_0x1a4ebb(0x407)][_0x1a4ebb(0x232)]?{'m1Prime':_0x590f43(_0x55d24b),'m2Prime':_0x40840b}:{'m1Prime':_0x55d24b,'m2Prime':_0x40840b};}};}function _0x1f0789(){const _0x10998a=_0x5d8b54;return{'m1':_0x3788d1[_0x10998a(0x298)]['id'],'m2':_0x3788d1[_0x10998a(0x34b)]['id'],'handler'(_0x22ecc1,_0x451966){const _0x182dd7=_0x10998a;if(!_0x31e88d(_0x22ecc1[_0x182dd7(0x407)],_0x451966[_0x182dd7(0x407)]))return _0x3a2126(_0x22ecc1,_0x451966);let _0x478536=_0x1973ab[_0x182dd7(0x281)][_0x182dd7(0x198)](_0x22ecc1),_0x5c8166=_0x1973ab[_0x182dd7(0x281)][_0x182dd7(0x198)](_0x451966);return _0x22ecc1[_0x182dd7(0x407)][_0x182dd7(0x357)]['id']===_0x451966['params'][_0x182dd7(0x232)]&&(_0x478536[_0x182dd7(0x407)][_0x182dd7(0x357)][_0x182dd7(0x19d)]=_0x451966[_0x182dd7(0x407)][_0x182dd7(0x19d)]),{'m1Prime':_0x478536,'m2Prime':_0x5c8166};}};}function _0x3d2329(){const _0x2c5a37=_0x5d8b54;return{'m1':_0x3788d1['AddDimensionOutlineMutation']['id'],'m2':_0x3788d1[_0x2c5a37(0x3fc)]['id'],'handler'(_0x5a787e,_0x4893da){const _0x481757=_0x2c5a37;if(!_0xe75401(_0x5a787e[_0x481757(0x407)]['outline'],_0x4893da[_0x481757(0x407)]))return _0x3a2126(_0x5a787e,_0x4893da);let _0x3caceb=_0x1973ab[_0x481757(0x281)][_0x481757(0x198)](_0x5a787e),_0x25e941=_0x1973ab[_0x481757(0x281)]['deepClone'](_0x4893da);return _0x274667(_0x5a787e[_0x481757(0x407)][_0x481757(0x357)],_0x4893da['params'])?{'m1Prime':_0x590f43(_0x3caceb),'m2Prime':_0x25e941}:{'m1Prime':_0x3caceb,'m2Prime':_0x25e941};}};}function _0xf9f05d(){const _0x3008d3=_0x5d8b54;return{'m1':_0x3788d1[_0x3008d3(0x1f6)]['id'],'m2':_0x3788d1['RemoveDimensionOutlineMutation']['id'],'handler'(_0x14fc9d,_0x3db7f7){const _0x7d8499=_0x3008d3;if(!_0x31e88d(_0x14fc9d[_0x7d8499(0x407)],_0x3db7f7[_0x7d8499(0x407)]))return _0x3a2126(_0x14fc9d,_0x3db7f7);let _0x6774b0=_0x1973ab[_0x7d8499(0x281)][_0x7d8499(0x198)](_0x14fc9d),_0x5e1b2f=_0x1973ab[_0x7d8499(0x281)][_0x7d8499(0x198)](_0x3db7f7);return _0x14fc9d[_0x7d8499(0x407)][_0x7d8499(0x232)]===_0x3db7f7['params'][_0x7d8499(0x232)]?{'m1Prime':_0x6774b0,'m2Prime':_0x590f43(_0x5e1b2f)}:{'m1Prime':_0x6774b0,'m2Prime':_0x5e1b2f};}};}function _0x581cd1(){const _0x29ccdb=_0x5d8b54;return{'m1':_0x3788d1['RemoveDimensionOutlineMutation']['id'],'m2':_0x3788d1[_0x29ccdb(0x34b)]['id'],'handler'(_0x479c04,_0x100863){const _0x29fa75=_0x29ccdb;if(!_0x31e88d(_0x479c04[_0x29fa75(0x407)],_0x100863['params']))return _0x3a2126(_0x479c04,_0x100863);let _0x41725f=_0x1973ab[_0x29fa75(0x281)][_0x29fa75(0x198)](_0x479c04),_0x4e27f7=_0x1973ab[_0x29fa75(0x281)]['deepClone'](_0x100863);return _0x479c04[_0x29fa75(0x407)]['outlineId']===_0x100863[_0x29fa75(0x407)][_0x29fa75(0x232)]?{'m1Prime':_0x41725f,'m2Prime':_0x590f43(_0x4e27f7)}:{'m1Prime':_0x41725f,'m2Prime':_0x4e27f7};}};}function _0x295d6c(){const _0x13f884=_0x5d8b54;return[_0x22a860[_0x13f884(0x3c9)]['id'],_0x22a860[_0x13f884(0x332)]['id'],_0x22a860[_0x13f884(0x262)]['id'],_0x22a860[_0x13f884(0x403)]['id']][_0x13f884(0x1cf)](_0x134e5a=>({'m1':_0x3788d1[_0x13f884(0x1f6)]['id'],'m2':_0x134e5a,'handler'(_0x2b784d,_0x4d8be4){const _0x3e02bd=_0x13f884;if(!_0x31e88d(_0x2b784d['params'],_0x4d8be4['params']))return _0x3a2126(_0x2b784d,_0x4d8be4);let _0x193f91=_0x1973ab[_0x3e02bd(0x281)][_0x3e02bd(0x198)](_0x2b784d),_0x3a8e16=_0x1973ab[_0x3e02bd(0x281)][_0x3e02bd(0x198)](_0x4d8be4);return _0x4d8be4['params'][_0x3e02bd(0x375)]===_0x2b784d['params']['outlineId']?{'m1Prime':_0x193f91,'m2Prime':_0x590f43(_0x3a8e16)}:{'m1Prime':_0x193f91,'m2Prime':_0x3a8e16};}}));}function _0x5e3214(){const _0x216078=_0x5d8b54;return{'m1':_0x3788d1['SetDimensionOutlineCollapsedMutation']['id'],'m2':_0x3788d1[_0x216078(0x34b)]['id'],'handler'(_0x364c76,_0xb80bbf){const _0x4cab34=_0x216078;if(!_0x31e88d(_0x364c76[_0x4cab34(0x407)],_0xb80bbf[_0x4cab34(0x407)]))return _0x3a2126(_0x364c76,_0xb80bbf);let _0x2b105f=_0x1973ab['Tools'][_0x4cab34(0x198)](_0x364c76),_0x2bff18=_0x1973ab[_0x4cab34(0x281)][_0x4cab34(0x198)](_0xb80bbf);return _0x364c76[_0x4cab34(0x407)]['outlineId']===_0xb80bbf['params'][_0x4cab34(0x232)]?{'m1Prime':_0x2b105f,'m2Prime':_0x590f43(_0x2bff18)}:{'m1Prime':_0x2b105f,'m2Prime':_0x2bff18};}};}function _0x51953c(){const _0x1125b8=_0x5d8b54;return{'m1':_0x3788d1[_0x1125b8(0x3fc)]['id'],'m2':_0x3788d1[_0x1125b8(0x34b)]['id'],'handler'(_0x1e3f8e,_0x5961f7){const _0x1116f6=_0x1125b8;var _0x1226ea;if(!_0x31e88d(_0x1e3f8e['params'],_0x5961f7[_0x1116f6(0x407)]))return _0x3a2126(_0x1e3f8e,_0x5961f7);let _0x5e6603=_0x1973ab[_0x1116f6(0x281)][_0x1116f6(0x198)](_0x1e3f8e),_0x42e6b6=_0x1973ab[_0x1116f6(0x281)][_0x1116f6(0x198)](_0x5961f7),_0x2ee20c=_0x5961f7[_0x1116f6(0x407)][_0x1116f6(0x357)];return(_0x1226ea=_0x1e3f8e[_0x1116f6(0x407)]['removedOutlineIds'])!=null&&_0x1226ea[_0x1116f6(0x1ce)](_0x5961f7[_0x1116f6(0x407)]['outlineId'])||_0x2ee20c&&_0xe75401(_0x2ee20c,_0x1e3f8e['params'])&&_0x274667(_0x2ee20c,_0x1e3f8e[_0x1116f6(0x407)])?{'m1Prime':_0x5e6603,'m2Prime':_0x590f43(_0x42e6b6)}:{'m1Prime':_0x5e6603,'m2Prime':_0x42e6b6};}};}function _0x44e6b1(){const _0x3f7ee7=_0x5d8b54;return[_0x22a860['SetRowHiddenMutation']['id'],_0x22a860['SetRowVisibleMutation']['id'],_0x22a860['SetColHiddenMutation']['id'],_0x22a860['SetColVisibleMutation']['id']][_0x3f7ee7(0x1cf)](_0x3d4896=>({'m1':_0x3788d1[_0x3f7ee7(0x3fc)]['id'],'m2':_0x3d4896,'handler'(_0x3bdbb9,_0x67d601){const _0x131bd6=_0x3f7ee7;var _0x56d10f;if(!_0x31e88d(_0x3bdbb9[_0x131bd6(0x407)],_0x67d601[_0x131bd6(0x407)]))return _0x3a2126(_0x3bdbb9,_0x67d601);let _0x23eff6=_0x1973ab[_0x131bd6(0x281)][_0x131bd6(0x198)](_0x3bdbb9),_0x35bc53=_0x1973ab[_0x131bd6(0x281)]['deepClone'](_0x67d601);return _0x67d601[_0x131bd6(0x407)][_0x131bd6(0x375)]&&(_0x56d10f=_0x3bdbb9[_0x131bd6(0x407)][_0x131bd6(0x1da)])!=null&&_0x56d10f['includes'](_0x67d601[_0x131bd6(0x407)]['dimensionOutlineId'])?{'m1Prime':_0x23eff6,'m2Prime':_0x590f43(_0x35bc53)}:{'m1Prime':_0x23eff6,'m2Prime':_0x35bc53};}}));}function _0xc0051d(){const _0x5622c8=_0x5d8b54;return{'m1':_0x3788d1[_0x5622c8(0x365)]['id'],'m2':_0x3788d1[_0x5622c8(0x298)]['id'],'handler'(_0x12ab0d,_0x176e1e){const _0x2ca403=_0x5622c8;let _0x534e26=_0x1973ab[_0x2ca403(0x281)][_0x2ca403(0x198)](_0x12ab0d),_0x1388ba=_0x1973ab[_0x2ca403(0x281)][_0x2ca403(0x198)](_0x176e1e);if(!_0xe75401(_0x176e1e[_0x2ca403(0x407)][_0x2ca403(0x357)],_0x12ab0d[_0x2ca403(0x407)]))return{'m1Prime':_0x534e26,'m2Prime':_0x1388ba};let _0x3f864a=_0x4d39f0(_0x176e1e[_0x2ca403(0x407)][_0x2ca403(0x357)],_0x12ab0d[_0x2ca403(0x407)]);return _0x3f864a?(_0x1388ba[_0x2ca403(0x407)]['outline']=_0x3f864a,{'m1Prime':_0x534e26,'m2Prime':_0x1388ba}):{'m1Prime':_0x534e26,'m2Prime':_0x590f43(_0x1388ba)};}};}function _0x2d50e0(){const _0x5754dc=_0x5d8b54;return{'m1':_0x3788d1[_0x5754dc(0x365)]['id'],'m2':_0x3788d1[_0x5754dc(0x3fc)]['id'],'handler'(_0xebf4a2,_0x281f16){const _0x28cf13=_0x5754dc;let _0x52ad16=_0x1973ab[_0x28cf13(0x281)][_0x28cf13(0x198)](_0xebf4a2),_0xc51547=_0x1973ab[_0x28cf13(0x281)][_0x28cf13(0x198)](_0x281f16);if(!_0xe75401(_0x281f16[_0x28cf13(0x407)],_0xebf4a2[_0x28cf13(0x407)]))return{'m1Prime':_0x52ad16,'m2Prime':_0xc51547};let _0x466c49=_0x12218c(_0x281f16[_0x28cf13(0x407)],_0xebf4a2['params']);return _0x466c49?(_0xc51547['params']['start']=_0x466c49[_0x28cf13(0x30a)],_0xc51547['params']['end']=_0x466c49[_0x28cf13(0x393)],{'m1Prime':_0x52ad16,'m2Prime':_0xc51547}):{'m1Prime':_0x52ad16,'m2Prime':_0x590f43(_0xc51547)};}};}function _0x40b1e4(){const _0x33afcc=_0x5d8b54;return{'m1':_0x3788d1[_0x33afcc(0x365)]['id'],'m2':_0x3788d1[_0x33afcc(0x365)]['id'],'handler'(_0x514ccf,_0x1a0227){const _0x47bfa8=_0x33afcc;if(!_0xe75401(_0x514ccf[_0x47bfa8(0x407)],_0x1a0227['params']))return _0x3a2126(_0x514ccf,_0x1a0227);let _0x590b83=_0x1973ab[_0x47bfa8(0x281)][_0x47bfa8(0x198)](_0x514ccf),_0x4c7919=_0x1973ab[_0x47bfa8(0x281)][_0x47bfa8(0x198)](_0x1a0227),_0x3f8910=_0x5d9eaf(_0x1a0227['params'],_0x514ccf[_0x47bfa8(0x407)]),_0x5e293e=_0x5d9eaf(_0x514ccf['params'],_0x1a0227[_0x47bfa8(0x407)]);return _0x3f8910?_0x5e293e?(_0x590b83[_0x47bfa8(0x407)]=_0x5e293e,_0x4c7919[_0x47bfa8(0x407)]=_0x3f8910,{'m1Prime':_0x590b83,'m2Prime':_0x4c7919}):{'m1Prime':_0x590f43(_0x590b83),'m2Prime':_0x4c7919}:{'m1Prime':_0x590b83,'m2Prime':_0x590f43(_0x4c7919)};}};}function _0x495561(){const _0x21cd22=_0x5d8b54;return _0x356f9b(_0x22a860[_0x21cd22(0x26b)]['id'],_0x3788d1[_0x21cd22(0x3a1)][_0x21cd22(0x2f1)]);}function _0x2d0f5d(){const _0x51e77f=_0x5d8b54;return _0x3310f5(_0x22a860[_0x51e77f(0x24b)]['id'],_0x3788d1[_0x51e77f(0x3a1)][_0x51e77f(0x2f1)]);}function _0x24c025(){const _0x5db0dc=_0x5d8b54;return _0x356f9b(_0x22a860['InsertColMutation']['id'],_0x3788d1[_0x5db0dc(0x3a1)]['COLUMN']);}function _0x5e7d73(){const _0x3b1036=_0x5d8b54;return _0x3310f5(_0x22a860[_0x3b1036(0x311)]['id'],_0x3788d1['DimensionOutlineAxis'][_0x3b1036(0x2c9)]);}function _0x356f9b(_0x49e360,_0x257ec9){const _0x1b5d41=_0x5d8b54;return{'m1':_0x49e360,'m2':_0x3788d1[_0x1b5d41(0x298)]['id'],'handler'(_0x3f2800,_0x47d4b9){const _0x314978=_0x1b5d41;let _0x1b05b2=_0x1973ab['Tools'][_0x314978(0x198)](_0x3f2800),_0x2e3ea2=_0x1973ab['Tools'][_0x314978(0x198)](_0x47d4b9);if(!_0x31e88d(_0x3f2800[_0x314978(0x407)],_0x47d4b9[_0x314978(0x407)])||_0x47d4b9['params'][_0x314978(0x357)][_0x314978(0x2d0)]!==_0x257ec9)return{'m1Prime':_0x1b05b2,'m2Prime':_0x2e3ea2};let _0x5447da=_0x173461(_0x3f2800[_0x314978(0x407)][_0x314978(0x1f4)],_0x47d4b9[_0x314978(0x407)]['outline'][_0x314978(0x2d0)],_0x3f2800[_0x314978(0x407)][_0x314978(0x30d)],_0x3f2800[_0x314978(0x407)][_0x314978(0x33f)]);return _0x2e3ea2[_0x314978(0x407)]['outline']=(0x0,_0x3788d1[_0x314978(0x23d)])([_0x47d4b9[_0x314978(0x407)][_0x314978(0x357)]],_0x5447da)[0x0],{'m1Prime':_0x1b05b2,'m2Prime':_0x2e3ea2};}};}function _0x3310f5(_0x3908a6,_0x2d0753){const _0x1cfde4=_0x5d8b54;return{'m1':_0x3908a6,'m2':_0x3788d1[_0x1cfde4(0x298)]['id'],'handler'(_0x25d7a2,_0x331ef3){const _0x2ea15c=_0x1cfde4;let _0x1d6155=_0x1973ab[_0x2ea15c(0x281)][_0x2ea15c(0x198)](_0x25d7a2),_0x2df29e=_0x1973ab['Tools'][_0x2ea15c(0x198)](_0x331ef3);if(!_0x31e88d(_0x25d7a2['params'],_0x331ef3['params'])||_0x331ef3['params'][_0x2ea15c(0x357)][_0x2ea15c(0x2d0)]!==_0x2d0753)return{'m1Prime':_0x1d6155,'m2Prime':_0x2df29e};let _0x443d13=_0x3a6cd6(_0x25d7a2[_0x2ea15c(0x407)][_0x2ea15c(0x1f4)],_0x331ef3[_0x2ea15c(0x407)][_0x2ea15c(0x357)][_0x2ea15c(0x2d0)],_0x25d7a2['params'][_0x2ea15c(0x30d)],_0x25d7a2[_0x2ea15c(0x407)][_0x2ea15c(0x33f)]),_0x2166f3=(0x0,_0x3788d1[_0x2ea15c(0x306)])([_0x331ef3[_0x2ea15c(0x407)][_0x2ea15c(0x357)]],_0x443d13)[0x0];return _0x2166f3?(_0x2df29e[_0x2ea15c(0x407)][_0x2ea15c(0x357)]=_0x2166f3,{'m1Prime':_0x1d6155,'m2Prime':_0x2df29e}):{'m1Prime':_0x1d6155,'m2Prime':_0x590f43(_0x2df29e)};}};}function _0x5d9eaf(_0x3d2228,_0x4eb055){const _0x56c3ac=_0x5d8b54;if(!_0xe75401(_0x3d2228,_0x4eb055))return _0x3d2228;if(_0x3d2228[_0x56c3ac(0x1c5)]===_0x56c3ac(0x27a)){let _0x307de3=_0x12218c({'unitId':_0x3d2228[_0x56c3ac(0x30d)],'subUnitId':_0x3d2228[_0x56c3ac(0x33f)],'axis':_0x3d2228[_0x56c3ac(0x2d0)],'start':_0x3d2228[_0x56c3ac(0x209)],'end':_0x3d2228[_0x56c3ac(0x209)]+_0x3d2228['count']-0x1},_0x4eb055);return _0x307de3&&{..._0x3d2228,'index':_0x307de3['start'],'count':_0x307de3['end']-_0x307de3['start']+0x1};}if(_0x3d2228[_0x56c3ac(0x1c5)]===_0x56c3ac(0x3cd)){let _0x4b8f6a=_0x12218c({'unitId':_0x3d2228[_0x56c3ac(0x30d)],'subUnitId':_0x3d2228[_0x56c3ac(0x33f)],'axis':_0x3d2228[_0x56c3ac(0x2d0)],'start':_0x3d2228[_0x56c3ac(0x1ab)],'end':_0x3d2228['sourceEnd']},_0x4eb055),_0x3651d9=_0x7c66eb(_0x3d2228[_0x56c3ac(0x247)],_0x4eb055);return _0x4b8f6a&&{..._0x3d2228,'sourceStart':_0x4b8f6a[_0x56c3ac(0x30a)],'sourceEnd':_0x4b8f6a[_0x56c3ac(0x393)],'destinationIndex':_0x3651d9};}let _0x4221e2=_0x12218c(_0x3d2228,_0x4eb055);return _0x4221e2&&{..._0x3d2228,'start':_0x4221e2[_0x56c3ac(0x30a)],'end':_0x4221e2[_0x56c3ac(0x393)]};}function _0x4d39f0(_0x3a2a8d,_0x2c4eed){const _0x311da2=_0x5d8b54;let _0x4630d4=_0x2c4eed[_0x311da2(0x1c5)]===_0x311da2(0x27a)?(0x0,_0x3788d1['transformOutlinesByInsert'])([_0x3a2a8d],_0x2c4eed)[0x0]:_0x2c4eed[_0x311da2(0x1c5)]===_0x311da2(0x2a7)?(0x0,_0x3788d1[_0x311da2(0x306)])([_0x3a2a8d],_0x2c4eed)[0x0]:(0x0,_0x3788d1[_0x311da2(0x383)])([_0x3a2a8d],_0x2c4eed)[0x0];return _0x4630d4==null?null:_0x4630d4;}function _0x7c66eb(_0x415f2c,_0xa3957b){const _0x1e69b9=_0x5d8b54;var _0x2d7307;if(_0xa3957b['type']===_0x1e69b9(0x27a))return _0x415f2c>=_0xa3957b[_0x1e69b9(0x209)]?_0x415f2c+_0xa3957b[_0x1e69b9(0x2dd)]:_0x415f2c;if(_0xa3957b['type']===_0x1e69b9(0x2a7))return _0x415f2c<_0xa3957b[_0x1e69b9(0x30a)]?_0x415f2c:_0x415f2c>_0xa3957b[_0x1e69b9(0x393)]?_0x415f2c-(_0xa3957b[_0x1e69b9(0x393)]-_0xa3957b['start']+0x1):_0xa3957b['start'];let _0x39a543=_0x12218c({'unitId':_0xa3957b[_0x1e69b9(0x30d)],'subUnitId':_0xa3957b[_0x1e69b9(0x33f)],'axis':_0xa3957b['axis'],'start':_0x415f2c,'end':_0x415f2c},_0xa3957b);return(_0x2d7307=_0x39a543==null?void 0x0:_0x39a543[_0x1e69b9(0x30a)])==null?_0x415f2c:_0x2d7307;}function _0x12218c(_0x171772,_0x33815b){const _0x5731d4=_0x5d8b54;let _0x2039fd=_0x4d39f0({'id':_0x5731d4(0x22d),'unitId':_0x171772[_0x5731d4(0x30d)],'subUnitId':_0x171772[_0x5731d4(0x33f)],'axis':_0x171772[_0x5731d4(0x2d0)],'start':_0x171772[_0x5731d4(0x30a)],'end':_0x171772['end'],'collapsed':!0x1},_0x33815b);return _0x2039fd&&{'start':_0x2039fd[_0x5731d4(0x30a)],'end':_0x2039fd[_0x5731d4(0x393)]};}function _0x173461(_0x5a7733,_0x385e29,_0x1f87a5,_0x2cc509){const _0x228108=_0x5d8b54;return{'unitId':_0x1f87a5,'subUnitId':_0x2cc509,'axis':_0x385e29,'index':_0x385e29===_0x3788d1[_0x228108(0x3a1)][_0x228108(0x2f1)]?_0x5a7733[_0x228108(0x1f5)]:_0x5a7733['startColumn'],'count':_0x385e29===_0x3788d1['DimensionOutlineAxis'][_0x228108(0x2f1)]?_0x5a7733[_0x228108(0x3bf)]-_0x5a7733[_0x228108(0x1f5)]+0x1:_0x5a7733['endColumn']-_0x5a7733[_0x228108(0x2ab)]+0x1};}function _0x3a6cd6(_0x4abb3f,_0x1e9fa1,_0x97c705,_0x19d00f){const _0x2aeae0=_0x5d8b54;return{'unitId':_0x97c705,'subUnitId':_0x19d00f,'axis':_0x1e9fa1,'start':_0x1e9fa1===_0x3788d1[_0x2aeae0(0x3a1)][_0x2aeae0(0x2f1)]?_0x4abb3f[_0x2aeae0(0x1f5)]:_0x4abb3f[_0x2aeae0(0x2ab)],'end':_0x1e9fa1===_0x3788d1[_0x2aeae0(0x3a1)][_0x2aeae0(0x2f1)]?_0x4abb3f[_0x2aeae0(0x3bf)]:_0x4abb3f[_0x2aeae0(0x23c)]};}function _0x3a2126(_0x3fa03c,_0xa39f29){return{'m1Prime':_0x3fa03c,'m2Prime':_0xa39f29};}function _0x590f43(_0x24051b){const _0x2d383a=_0x5d8b54;return _0x24051b['id']=_0x22a860[_0x2d383a(0x3ec)]['id'],_0x24051b;}function _0xc34e08(_0x4ad3a1){const _0x319f49=_0x5d8b54;return{'id':_0x3788d1[_0x319f49(0x298)]['id'],'params':{'unitId':_0x4ad3a1[_0x319f49(0x30d)],'subUnitId':_0x4ad3a1[_0x319f49(0x33f)],'outline':_0x4ad3a1}};}function _0x49577b(_0x39fd68){const _0x5aa7a5=_0x5d8b54;return{'id':_0x3788d1[_0x5aa7a5(0x1f6)]['id'],'params':{'unitId':_0x39fd68['unitId'],'subUnitId':_0x39fd68[_0x5aa7a5(0x33f)],'outlineId':_0x39fd68['id'],'outline':_0x39fd68}};}function _0x31e88d(_0x430a9b,_0x158f2c){const _0x230f01=_0x5d8b54;return _0x430a9b[_0x230f01(0x30d)]===_0x158f2c[_0x230f01(0x30d)]&&_0x430a9b[_0x230f01(0x33f)]===_0x158f2c[_0x230f01(0x33f)];}function _0xe75401(_0x4bf173,_0x30c0a4){const _0x1af28c=_0x5d8b54;return _0x31e88d(_0x4bf173,_0x30c0a4)&&_0x4bf173[_0x1af28c(0x2d0)]===_0x30c0a4['axis'];}function _0x274667(_0x5ac3b7,_0x1b8d45){const _0x2840a6=_0x5d8b54;return _0xe75401(_0x5ac3b7,_0x1b8d45)&&_0x5ac3b7[_0x2840a6(0x30a)]>=_0x1b8d45[_0x2840a6(0x30a)]&&_0x5ac3b7[_0x2840a6(0x393)]<=_0x1b8d45[_0x2840a6(0x393)];}function _0x2e5b95(_0x434287,_0x3eaa50){const _0x29ff24=_0x5d8b54;return _0xe75401(_0x434287,_0x3eaa50)&&(_0x434287[_0x29ff24(0x393)]+0x1===_0x3eaa50['start']||_0x3eaa50[_0x29ff24(0x393)]+0x1===_0x434287[_0x29ff24(0x30a)]);}function _0x741f16(_0x2a985c,_0x18fb2e){const _0x3ce445=_0x5d8b54;return{..._0x2a985c['id']<=_0x18fb2e['id']?_0x2a985c:_0x18fb2e,'start':Math[_0x3ce445(0x406)](_0x2a985c[_0x3ce445(0x30a)],_0x18fb2e[_0x3ce445(0x30a)]),'end':Math[_0x3ce445(0x26a)](_0x2a985c[_0x3ce445(0x393)],_0x18fb2e[_0x3ce445(0x393)]),'collapsed':_0x2a985c[_0x3ce445(0x19d)]||_0x18fb2e[_0x3ce445(0x19d)]};}function _0x54ff27(_0x29f5f9,_0x4692d2){const _0x5ade5d=_0x5d8b54;if(!_0xe75401(_0x29f5f9,_0x4692d2))return!0x1;let _0x40a5a8=_0x29f5f9[_0x5ade5d(0x30a)]<=_0x4692d2['end']&&_0x4692d2[_0x5ade5d(0x30a)]<=_0x29f5f9[_0x5ade5d(0x393)],_0x5b61b5=_0x29f5f9['start']<=_0x4692d2[_0x5ade5d(0x30a)]&&_0x4692d2[_0x5ade5d(0x393)]<=_0x29f5f9[_0x5ade5d(0x393)],_0x5c5e43=_0x4692d2['start']<=_0x29f5f9[_0x5ade5d(0x30a)]&&_0x29f5f9[_0x5ade5d(0x393)]<=_0x4692d2[_0x5ade5d(0x393)];return _0x40a5a8&&!_0x5b61b5&&!_0x5c5e43;}let _0x3b7086=(_0x1ba178,_0x374133)=>{const _0x2f4c0e=_0x5d8b54;let _0x1656ac=(0x0,_0x2a9199[_0x2f4c0e(0x307)])(_0x1ba178[_0x2f4c0e(0x407)][_0x2f4c0e(0x3f2)]['ref']),_0x1c3ce6=(0x0,_0x22a860[_0x2f4c0e(0x225)])({'startColumn':_0x1656ac[_0x2f4c0e(0x3f6)],'endColumn':_0x1656ac['column'],'startRow':_0x1656ac[_0x2f4c0e(0x279)],'endRow':_0x1656ac[_0x2f4c0e(0x279)]},_0x374133);if(!_0x1c3ce6)return[{'id':_0x1d4f53['DeleteCommentMutation']['id'],'params':{..._0x1ba178['params'],'comment':void 0x0,'commentId':_0x1ba178['params'][_0x2f4c0e(0x3f2)]['id']}}];let _0xcc2ec3=(0x0,_0x2a9199[_0x2f4c0e(0x1ad)])(_0x1c3ce6);return _0xcc2ec3===_0x1ba178[_0x2f4c0e(0x407)][_0x2f4c0e(0x3f2)][_0x2f4c0e(0x21d)]?[]:[{'id':_0x1d4f53['UpdateCommentRefMutation']['id'],'params':{..._0x1ba178[_0x2f4c0e(0x407)],'comment':void 0x0,'payload':{'ref':_0xcc2ec3,'commentId':_0x1ba178[_0x2f4c0e(0x407)][_0x2f4c0e(0x3f2)]['id']}}}];},_0x2249be={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x1d4f53['AddCommentMutation']['id'],'handler':(_0x592c38,_0x8125d5)=>{const _0x3bcbff=_0x5d8b54;let _0x5c8ac4={'m1Prime':_0x592c38,'m2Prime':_0x8125d5};if(_0x592c38['params']['unitId']!==_0x8125d5[_0x3bcbff(0x407)][_0x3bcbff(0x30d)]||_0x592c38['params']['subUnitId']!==_0x8125d5[_0x3bcbff(0x407)][_0x3bcbff(0x33f)])return _0x5c8ac4;let _0x1cdcda=_0x3b7086(_0x8125d5,{'id':_0x22a860['InsertColCommand']['id'],'params':{'unitId':_0x592c38[_0x3bcbff(0x407)][_0x3bcbff(0x30d)],'subUnitId':_0x592c38[_0x3bcbff(0x407)][_0x3bcbff(0x33f)],'range':_0x592c38['params'][_0x3bcbff(0x1f4)]}});return{'m1Prime':[_0x592c38,..._0x1cdcda],'m2Prime':[_0x8125d5,..._0x1cdcda]};}};function _0x4d25dd(_0x26f86e){const _0x2b865b=_0x5d8b54;return{..._0x26f86e,'rangeType':_0x1973ab[_0x2b865b(0x36a)][_0x2b865b(0x2c9)]};}function _0x5a2fb3(_0xb19e8b,_0x1bd4bb,_0x40412e,_0x338679){const _0x32706e=_0x5d8b54;if(_0x338679<0x0){for(let _0x8a30a7=_0x1bd4bb;_0x8a30a7<_0x1bd4bb+_0x40412e;_0x8a30a7++)if(_0xb19e8b[_0x32706e(0x2f8)](_0x8a30a7)){_0xb19e8b['hasOwnProperty'](_0x8a30a7+_0x338679)||(_0xb19e8b[_0x8a30a7+_0x338679]={});let _0x41c9ff=_0xb19e8b[_0x8a30a7],_0x3cd0c5=Object[_0x32706e(0x1bc)](_0x41c9ff)[_0x32706e(0x1cf)](Number)[_0x32706e(0x1db)]((_0x1c2c23,_0xc8a50b)=>_0x1c2c23-_0xc8a50b);for(let _0x541993 of _0x3cd0c5)_0xb19e8b[_0x8a30a7+_0x338679][_0x541993]=_0x41c9ff[_0x541993];delete _0xb19e8b[_0x8a30a7];}else delete _0xb19e8b[_0x8a30a7+_0x338679];}else{for(let _0x18b5dc=_0x1bd4bb+_0x40412e-0x1;_0x18b5dc>=_0x1bd4bb;_0x18b5dc--)if(_0xb19e8b[_0x32706e(0x2f8)](_0x18b5dc)){_0xb19e8b['hasOwnProperty'](_0x18b5dc+_0x338679)||(_0xb19e8b[_0x18b5dc+_0x338679]={});let _0x562525=_0xb19e8b[_0x18b5dc],_0x4ac41e=Object[_0x32706e(0x1bc)](_0x562525)[_0x32706e(0x1cf)](Number)[_0x32706e(0x1db)]((_0x34c549,_0xa7543a)=>_0x34c549-_0xa7543a);for(let _0x22dce8 of _0x4ac41e)_0xb19e8b[_0x18b5dc+_0x338679][_0x22dce8]=_0x562525[_0x22dce8];delete _0xb19e8b[_0x18b5dc];}else delete _0xb19e8b[_0x18b5dc+_0x338679];}}function _0x36b55a(_0x13b22b,_0x2acb0a,_0x3e64bb,_0x4ec135){const _0x14ca4d=_0x5d8b54;let _0x5bcee2=Object[_0x14ca4d(0x1bc)](_0x13b22b)[_0x14ca4d(0x1cf)](Number)[_0x14ca4d(0x1db)]((_0x305f9a,_0x468ec9)=>_0x305f9a-_0x468ec9);if(_0x4ec135<0x0)for(let _0x105f41 of _0x5bcee2){let _0x4f1aa6=_0x13b22b[_0x105f41];for(let _0xc3292c=_0x2acb0a;_0xc3292c<_0x2acb0a+_0x3e64bb;_0xc3292c++)_0x4f1aa6[_0x14ca4d(0x2f8)](_0xc3292c)?(_0x4f1aa6[_0xc3292c+_0x4ec135]=_0x4f1aa6[_0xc3292c],delete _0x4f1aa6[_0xc3292c]):delete _0x4f1aa6[_0xc3292c+_0x4ec135];}else for(let _0x1eb33a of _0x5bcee2){let _0x3576a3=_0x13b22b[_0x1eb33a];for(let _0x52870b=_0x2acb0a+_0x3e64bb-0x1;_0x52870b>=_0x2acb0a;_0x52870b--)_0x3576a3[_0x14ca4d(0x2f8)](_0x52870b)?(_0x3576a3[_0x52870b+_0x4ec135]=_0x3576a3[_0x52870b],delete _0x3576a3[_0x52870b]):delete _0x3576a3[_0x52870b+_0x4ec135];}}function _0x5e2558(_0x4fcd97,_0x22b93b){const _0x24a3d6=_0x5d8b54;return new _0x22a860['RangeMergeUtil']()['add'](_0x4fcd97)[_0x24a3d6(0x2c5)](..._0x22b93b)[_0x24a3d6(0x1ee)]();}function _0x21a084(_0x50f33d,_0x2fed30,_0x4f2007,_0x32819b){const _0x5399d3=_0x5d8b54;let _0x45ba29=new _0x2a9199['LexerTreeBuilder']()[_0x5399d3(0x2a2)](_0x4f2007);if(_0x45ba29==null)return _0x4f2007;let _0xd47041=[];for(let _0x125381=0x0,_0x40bd9f=_0x45ba29[_0x5399d3(0x3e1)];_0x125381<_0x40bd9f;_0x125381++){let _0x597329=_0x45ba29[_0x125381];if(typeof _0x597329=='string'||_0x597329[_0x5399d3(0x3e5)]!==_0x2a9199[_0x5399d3(0x2b7)][_0x5399d3(0x321)]){_0xd47041[_0x5399d3(0x2da)](_0x597329);continue;}let {token:_0x3f9776}=_0x597329,{range:_0x5dc91a,sheetName:_0x3e6f1a,unitId:_0x5d3f7b}=(0x0,_0x2a9199['deserializeRangeWithSheetWithCache'])(_0x3f9776);if((_0x50f33d===_0x5d3f7b||_0x5d3f7b==='')&&(_0x2fed30===_0x3e6f1a||_0x3e6f1a==='')){let _0x26300c=_0x32819b(_0x5dc91a),_0x28b3dc=_0x26300c?(0x0,_0x2a9199[_0x5399d3(0x23e)])({'range':_0x26300c,'sheetName':_0x3e6f1a,'unitId':_0x5d3f7b}):_0x2a9199[_0x5399d3(0x3c8)]['ERROR'];_0xd47041[_0x5399d3(0x2da)]({..._0x597329,'token':_0x28b3dc});}else _0xd47041['push'](_0x597329);}return'='+(0x0,_0x2a9199[_0x5399d3(0x29d)])(_0xd47041);}function _0x101e16(_0x308d46,_0x4d4924){const _0x213833=_0x5d8b54;return _0x308d46[_0x213833(0x30a)]<=_0x4d4924[_0x213833(0x393)]&&_0x308d46[_0x213833(0x393)]>=_0x4d4924[_0x213833(0x30a)];}function _0x234d0e(_0x172bab,_0x137787){const _0x4cc408=_0x5d8b54;return _0x172bab[_0x4cc408(0x30a)]<=_0x137787[_0x4cc408(0x30a)]&&_0x172bab[_0x4cc408(0x393)]>=_0x137787[_0x4cc408(0x393)];}function _0x556bbd(_0x444dc0,_0xaa5495){const _0x2846b8=_0x5d8b54;let _0x2800f3=[_0x444dc0];for(let _0x47a875 of _0xaa5495){let _0x5d64d5=[];for(let _0x220984 of _0x2800f3)_0x5d64d5[_0x2846b8(0x2da)](..._0x1bad1f(_0x220984,_0x47a875));_0x2800f3=_0x5d64d5;}return _0x2800f3;}function _0x1bad1f(_0x22100c,_0x576a60){const _0x4a399c=_0x5d8b54;let _0x113e87=[];if(_0x234d0e(_0x576a60,_0x22100c))return _0x113e87;if(_0x234d0e(_0x22100c,_0x576a60)){let _0x14054b=_0x22100c['start'],_0x2d3fb1=_0x576a60[_0x4a399c(0x30a)]-0x1,_0x307206=_0x576a60[_0x4a399c(0x393)]+0x1,_0x557041=_0x22100c['end'];return _0x14054b<=_0x2d3fb1&&_0x113e87[_0x4a399c(0x2da)]({'start':_0x14054b,'end':_0x2d3fb1}),_0x307206<=_0x557041&&_0x113e87['push']({'start':_0x307206,'end':_0x557041}),_0x113e87;}return _0x101e16(_0x22100c,_0x576a60)?(_0x22100c[_0x4a399c(0x30a)]<_0x576a60[_0x4a399c(0x30a)]&&_0x113e87['push']({'start':_0x22100c[_0x4a399c(0x30a)],'end':_0x576a60['start']-0x1}),_0x22100c[_0x4a399c(0x393)]>_0x576a60['end']&&_0x113e87[_0x4a399c(0x2da)]({'start':_0x576a60[_0x4a399c(0x393)]+0x1,'end':_0x22100c[_0x4a399c(0x393)]}),_0x113e87):[_0x22100c];}function _0x304003(_0x3e41d6,_0x1d3c24){const _0x1162b7=_0x5d8b54;let _0x309cd5=(0x0,_0x22a860[_0x1162b7(0x20c)])({'startColumn':_0x3e41d6['start'],'endColumn':_0x3e41d6[_0x1162b7(0x393)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1973ab[_0x1162b7(0x36a)][_0x1162b7(0x2c9)]},{'startColumn':_0x1d3c24[_0x1162b7(0x30a)],'endColumn':_0x1d3c24['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x1973ab[_0x1162b7(0x36a)][_0x1162b7(0x2c9)]});return{'start':_0x1d3c24['start']+_0x309cd5[_0x1162b7(0x25f)],'end':_0x1d3c24[_0x1162b7(0x393)]+_0x309cd5[_0x1162b7(0x25f)]+_0x309cd5[_0x1162b7(0x3e1)]};}function _0x261b6f(_0x3f6a6f,_0x18b33e){const _0x485f6b=_0x5d8b54;let _0x5043a3=(0x0,_0x22a860[_0x485f6b(0x2d7)])({'startColumn':_0x3f6a6f[_0x485f6b(0x30a)],'endColumn':_0x3f6a6f[_0x485f6b(0x393)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1973ab[_0x485f6b(0x36a)][_0x485f6b(0x2c9)]},{'startColumn':_0x18b33e[_0x485f6b(0x30a)],'endColumn':_0x18b33e[_0x485f6b(0x393)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1973ab[_0x485f6b(0x36a)][_0x485f6b(0x2c9)]});return _0x5043a3===null?null:{'start':_0x18b33e[_0x485f6b(0x30a)]+_0x5043a3[_0x485f6b(0x25f)],'end':_0x18b33e['end']+_0x5043a3[_0x485f6b(0x25f)]+_0x5043a3[_0x485f6b(0x3e1)]};}function _0x220faf(_0x38cdcb,_0x2c7e69){const _0x36c967=_0x5d8b54;let {unitId:_0x2c1b7f,subUnitId:_0x59a974}=_0x38cdcb[_0x36c967(0x407)],_0x1fbc7d=_0x39c402=>_0x21a084(_0x2c1b7f,_0x59a974,_0x39c402,_0x4189ac=>(0x0,_0x22a860['handleDefaultRangeChangeWithEffectRefCommands'])(_0x4189ac,_0x2c7e69)),_0x1fa782=[],_0x142a0d=_0x188926=>{const _0x13e06e=_0x36c967;var _0x547bc0,_0x556c87;let _0x3407c2=_0x188926[_0x13e06e(0x231)],_0xdce8e6=_0x188926['ranges'][_0x13e06e(0x1cf)](_0x16c8eb=>(0x0,_0x22a860[_0x13e06e(0x259)])(_0x16c8eb,_0x2c7e69)),_0x17af60=(_0x547bc0=_0x188926['formula1'])==null?'':_0x547bc0,_0x46d1b2=(_0x556c87=_0x188926[_0x13e06e(0x422)])==null?'':_0x556c87,_0x15c120=_0x17af60,_0x3d3897=_0x46d1b2;(0x0,_0x1973ab[_0x13e06e(0x3aa)])(_0x17af60)&&(_0x15c120=_0x1fbc7d(_0x17af60)),(0x0,_0x1973ab['isFormulaString'])(_0x46d1b2)&&(_0x3d3897=_0x1fbc7d(_0x46d1b2)),(_0x15c120!==_0x17af60||_0x3d3897!==_0x46d1b2)&&_0x1fa782[_0x13e06e(0x2da)]({'id':_0xb55284[_0x13e06e(0x2ed)]['id'],'params':{'unitId':_0x2c1b7f,'subUnitId':_0x59a974,'ruleId':_0x3407c2,'payload':{'type':_0xb55284[_0x13e06e(0x2e0)]['SETTING'],'payload':{'type':_0x188926['type'],'formula1':_0x15c120,'formula2':_0x3d3897}}}});let _0x5bfe9a=_0xdce8e6[_0x13e06e(0x270)]()['filter'](Boolean);(0x0,_0x1973ab[_0x13e06e(0x345)])(_0x188926[_0x13e06e(0x292)],_0x5bfe9a)||_0x1fa782[_0x13e06e(0x2da)]({'id':_0xb55284['UpdateDataValidationMutation']['id'],'params':{'unitId':_0x2c1b7f,'subUnitId':_0x59a974,'ruleId':_0x3407c2,'payload':{'type':_0xb55284[_0x13e06e(0x2e0)][_0x13e06e(0x3c2)],'payload':_0x5bfe9a}}});};return Array[_0x36c967(0x338)](_0x38cdcb[_0x36c967(0x407)][_0x36c967(0x218)])?_0x38cdcb[_0x36c967(0x407)][_0x36c967(0x218)][_0x36c967(0x26c)](_0x1baa1a=>_0x142a0d(_0x1baa1a)):_0x142a0d(_0x38cdcb[_0x36c967(0x407)]['rule']),_0x1fa782;}let _0x26b6b8={'m1':_0x22a860['MoveColsMutation']['id'],'m2':_0xb55284[_0x5d8b54(0x3da)]['id'],'handler'(_0x3c5b5f,_0x814c0){const _0x5a59e0=_0x5d8b54;let _0x44bd1d={'m1Prime':_0x3c5b5f,'m2Prime':_0x814c0};if(_0x3c5b5f['params'][_0x5a59e0(0x30d)]!==_0x814c0['params'][_0x5a59e0(0x30d)]||_0x3c5b5f['params'][_0x5a59e0(0x33f)]!==_0x814c0[_0x5a59e0(0x407)]['subUnitId'])return _0x44bd1d;let _0x34dbea=_0x220faf(_0x814c0,{'id':_0x22a860[_0x5a59e0(0x3eb)]['id'],'params':{'fromRange':_0x3c5b5f['params'][_0x5a59e0(0x340)],'toRange':_0x3c5b5f[_0x5a59e0(0x407)]['targetRange']}});return{'m1Prime':[_0x3c5b5f,..._0x34dbea],'m2Prime':[_0x814c0,..._0x34dbea]};}},_0x9c938a={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0xb55284[_0x5d8b54(0x3da)]['id'],'handler'(_0x28c24b,_0x3ca5b2){const _0x48c2f3=_0x5d8b54;let _0x15c2e7={'m1Prime':_0x28c24b,'m2Prime':_0x3ca5b2};if(_0x28c24b[_0x48c2f3(0x407)][_0x48c2f3(0x30d)]!==_0x3ca5b2[_0x48c2f3(0x407)][_0x48c2f3(0x30d)]||_0x28c24b[_0x48c2f3(0x407)][_0x48c2f3(0x33f)]!==_0x3ca5b2[_0x48c2f3(0x407)][_0x48c2f3(0x33f)])return _0x15c2e7;let _0x26fa46=_0x220faf(_0x3ca5b2,{'id':_0x22a860[_0x48c2f3(0x33c)]['id'],'params':{'unitId':_0x28c24b[_0x48c2f3(0x407)][_0x48c2f3(0x30d)],'subUnitId':_0x28c24b[_0x48c2f3(0x407)][_0x48c2f3(0x33f)],'range':_0x28c24b[_0x48c2f3(0x407)][_0x48c2f3(0x1f4)]}});return{'m1Prime':[_0x28c24b,..._0x26fa46],'m2Prime':[_0x3ca5b2,..._0x26fa46]};}},_0x13fc70={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler'(_0x5ea2ac,_0x528aa4){const _0x538d6f=_0x5d8b54;let _0x8cd09f=_0x28a355[_0x538d6f(0x38b)](_0x528aa4,_0x5ea2ac);return _0x23bbda(_0x8cd09f)?{'m1Prime':_0x8cd09f[_0x538d6f(0x2c7)],'m2Prime':_0x8cd09f['m1Prime']}:_0x8cd09f;}},_0x281996={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x24e)]['id'],'handler'(_0x5baf38,_0x59e81d){const _0x64e1e2=_0x5d8b54;let _0x5ac150={'m1Prime':_0x5baf38,'m2Prime':_0x59e81d};if(_0x5baf38['params'][_0x64e1e2(0x30d)]!==_0x59e81d[_0x64e1e2(0x407)][_0x64e1e2(0x30d)]||_0x5baf38[_0x64e1e2(0x407)][_0x64e1e2(0x33f)]!==_0x59e81d[_0x64e1e2(0x407)]['subUnitId'])return _0x5ac150;let _0x33d63c=_0x1973ab[_0x64e1e2(0x281)][_0x64e1e2(0x198)](_0x5baf38),_0x46890b=_0x1973ab[_0x64e1e2(0x281)][_0x64e1e2(0x198)](_0x59e81d),_0x2f4b6b=(0x0,_0x22a860[_0x64e1e2(0x20c)])(_0x4d25dd(_0x5baf38[_0x64e1e2(0x407)][_0x64e1e2(0x1f4)]),_0x4d25dd(_0x59e81d[_0x64e1e2(0x407)][_0x64e1e2(0x1f4)]));if(_0x2f4b6b?(_0x46890b[_0x64e1e2(0x407)][_0x64e1e2(0x1f4)][_0x64e1e2(0x2ab)]+=_0x2f4b6b['step'],_0x46890b[_0x64e1e2(0x407)]['range'][_0x64e1e2(0x23c)]+=_0x2f4b6b[_0x64e1e2(0x25f)]+(_0x2f4b6b[_0x64e1e2(0x3e1)]||0x0)):_0x46890b['id']=_0x22a860[_0x64e1e2(0x3ec)]['id'],_0x5baf38[_0x64e1e2(0x407)][_0x64e1e2(0x1f4)][_0x64e1e2(0x2ab)]!==_0x59e81d['params'][_0x64e1e2(0x1f4)][_0x64e1e2(0x2ab)]){let _0x4ad433=(0x0,_0x22a860[_0x64e1e2(0x20c)])(_0x4d25dd(_0x59e81d['params']['range']),_0x4d25dd(_0x5baf38['params']['range']));_0x4ad433?(_0x33d63c[_0x64e1e2(0x407)][_0x64e1e2(0x1f4)][_0x64e1e2(0x2ab)]+=_0x4ad433[_0x64e1e2(0x25f)],_0x33d63c[_0x64e1e2(0x407)][_0x64e1e2(0x1f4)][_0x64e1e2(0x23c)]+=_0x4ad433[_0x64e1e2(0x25f)]+(_0x4ad433['length']||0x0)):_0x33d63c['id']=_0x22a860['EmptyMutation']['id'];}return{'m1Prime':_0x33d63c,'m2Prime':_0x46890b};}},_0x41e6df={'m1':_0x22a860['InsertColMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x400)]['id'],'handler'(_0x13c1e0,_0x1ad298){const _0x27028a=_0x5d8b54;let _0x3d368b={'m1Prime':_0x13c1e0,'m2Prime':_0x1ad298};if(_0x13c1e0[_0x27028a(0x407)][_0x27028a(0x30d)]!==_0x1ad298[_0x27028a(0x407)][_0x27028a(0x30d)]||_0x13c1e0[_0x27028a(0x407)][_0x27028a(0x33f)]!==_0x1ad298[_0x27028a(0x407)][_0x27028a(0x33f)])return _0x3d368b;let _0x314569=_0x1973ab[_0x27028a(0x281)]['deepClone'](_0x13c1e0),_0x5a54cc=_0x1973ab[_0x27028a(0x281)][_0x27028a(0x198)](_0x1ad298),_0x240241=_0x1ad298[_0x27028a(0x407)][_0x27028a(0x340)],_0x5735a2=_0x1ad298[_0x27028a(0x407)][_0x27028a(0x1c3)];if(_0x13c1e0['params'][_0x27028a(0x1f4)][_0x27028a(0x2ab)]>_0x240241[_0x27028a(0x2ab)]&&_0x13c1e0[_0x27028a(0x407)][_0x27028a(0x1f4)][_0x27028a(0x2ab)]<=_0x240241[_0x27028a(0x23c)]||_0x13c1e0[_0x27028a(0x407)][_0x27028a(0x1f4)]['startColumn']>_0x5735a2[_0x27028a(0x2ab)]&&_0x13c1e0[_0x27028a(0x407)][_0x27028a(0x1f4)][_0x27028a(0x2ab)]<=_0x5735a2[_0x27028a(0x23c)])return{'error':Error(_0x27028a(0x351))};let _0xb5cd0f=(0x0,_0x22a860[_0x27028a(0x20c)])(_0x4d25dd(_0x13c1e0['params'][_0x27028a(0x1f4)]),_0x4d25dd(_0x240241)),_0x151e57=(0x0,_0x22a860[_0x27028a(0x20c)])(_0x4d25dd(_0x13c1e0[_0x27028a(0x407)][_0x27028a(0x1f4)]),_0x4d25dd(_0x5735a2));if(_0x5a54cc[_0x27028a(0x407)][_0x27028a(0x340)][_0x27028a(0x2ab)]+=_0xb5cd0f[_0x27028a(0x25f)],_0x5a54cc['params']['sourceRange'][_0x27028a(0x23c)]+=_0xb5cd0f[_0x27028a(0x25f)]+(_0xb5cd0f[_0x27028a(0x3e1)]||0x0),_0x5a54cc[_0x27028a(0x407)][_0x27028a(0x1c3)]['startColumn']+=_0x151e57[_0x27028a(0x25f)],_0x5a54cc['params']['targetRange'][_0x27028a(0x23c)]+=_0x151e57['step']+(_0x151e57[_0x27028a(0x3e1)]||0x0),_0x240241['startColumn']>=_0x13c1e0['params'][_0x27028a(0x1f4)][_0x27028a(0x2ab)]&&_0x5735a2['startColumn']<_0x13c1e0[_0x27028a(0x407)]['range'][_0x27028a(0x2ab)]){let _0x2d0a5c=_0x5735a2[_0x27028a(0x23c)]-_0x5735a2[_0x27028a(0x2ab)]+0x1;_0x314569[_0x27028a(0x407)][_0x27028a(0x1f4)]['startColumn']+=_0x2d0a5c,_0x314569[_0x27028a(0x407)]['range']['endColumn']+=_0x2d0a5c;}else{if(_0x240241['endColumn']<_0x13c1e0[_0x27028a(0x407)][_0x27028a(0x1f4)][_0x27028a(0x2ab)]&&_0x5735a2['startColumn']>=_0x13c1e0['params'][_0x27028a(0x1f4)][_0x27028a(0x2ab)]){let _0x49ac24=_0x240241[_0x27028a(0x23c)]-_0x240241[_0x27028a(0x2ab)]+0x1;_0x314569['params'][_0x27028a(0x1f4)][_0x27028a(0x2ab)]-=_0x49ac24,_0x314569['params'][_0x27028a(0x1f4)][_0x27028a(0x23c)]-=_0x49ac24;}}return{'m1Prime':_0x314569,'m2Prime':_0x5a54cc};}},_0x306340={'m1':_0x22a860['InsertColMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler'(_0x51cd9f,_0x8596a){const _0x2a4d3a=_0x5d8b54;let _0x3a6f3b={'m1Prime':_0x51cd9f,'m2Prime':_0x8596a};if(_0x51cd9f['params']['unitId']!==_0x8596a[_0x2a4d3a(0x407)][_0x2a4d3a(0x30d)]||_0x51cd9f[_0x2a4d3a(0x407)][_0x2a4d3a(0x33f)]!==_0x8596a[_0x2a4d3a(0x407)][_0x2a4d3a(0x1f2)][_0x2a4d3a(0x33f)]&&_0x51cd9f[_0x2a4d3a(0x407)][_0x2a4d3a(0x33f)]!==_0x8596a[_0x2a4d3a(0x407)]['to'][_0x2a4d3a(0x33f)])return _0x3a6f3b;let _0xb79ca=_0x1973ab[_0x2a4d3a(0x281)][_0x2a4d3a(0x198)](_0x51cd9f),_0x4db75e=_0x1973ab[_0x2a4d3a(0x281)][_0x2a4d3a(0x198)](_0x8596a);if(_0x51cd9f['params'][_0x2a4d3a(0x33f)]===_0x8596a[_0x2a4d3a(0x407)][_0x2a4d3a(0x1f2)][_0x2a4d3a(0x33f)]){let _0x1309ec=new _0x1973ab['ObjectMatrix'](_0x4db75e[_0x2a4d3a(0x407)]['from']['value'])[_0x2a4d3a(0x2e7)](),{startColumn:_0x27f707,endColumn:_0x6e7f3a}=_0x1309ec,{startColumn:_0x5846ff,endColumn:_0x56aad1}=_0x51cd9f[_0x2a4d3a(0x407)][_0x2a4d3a(0x1f4)],{step:_0x1df59f,length:_0xd911f6}=(0x0,_0x22a860['handleBaseInsertRange'])(_0x51cd9f[_0x2a4d3a(0x407)][_0x2a4d3a(0x1f4)],_0x1309ec);_0x1df59f>0x0&&_0xd911f6===0x0&&_0x36b55a(_0x4db75e[_0x2a4d3a(0x407)][_0x2a4d3a(0x1f2)][_0x2a4d3a(0x38a)],_0x27f707,_0x6e7f3a-_0x27f707+0x1,_0x1df59f),_0x1df59f===0x0&&_0xd911f6>0x0&&_0x36b55a(_0x4db75e[_0x2a4d3a(0x407)][_0x2a4d3a(0x1f2)][_0x2a4d3a(0x38a)],_0x5846ff,_0x6e7f3a-_0x5846ff+0x1,_0x56aad1-_0x5846ff+0x1);}if(_0x51cd9f[_0x2a4d3a(0x407)][_0x2a4d3a(0x33f)]===_0x8596a[_0x2a4d3a(0x407)]['to'][_0x2a4d3a(0x33f)]){let _0x446bdd=new _0x1973ab['ObjectMatrix'](_0x4db75e[_0x2a4d3a(0x407)]['to'][_0x2a4d3a(0x38a)])[_0x2a4d3a(0x2e7)](),{startColumn:_0x8e2d13,endColumn:_0x107d10}=_0x446bdd,{startColumn:_0x5e5fae,endColumn:_0x975bd6}=_0x51cd9f[_0x2a4d3a(0x407)]['range'],{step:_0x2e21df,length:_0x573241}=(0x0,_0x22a860[_0x2a4d3a(0x20c)])(_0x51cd9f[_0x2a4d3a(0x407)][_0x2a4d3a(0x1f4)],_0x446bdd);_0x2e21df>0x0&&_0x573241===0x0&&_0x36b55a(_0x4db75e[_0x2a4d3a(0x407)]['to'][_0x2a4d3a(0x38a)],_0x8e2d13,_0x107d10-_0x8e2d13+0x1,_0x2e21df),_0x2e21df===0x0&&_0x573241>0x0&&_0x36b55a(_0x4db75e[_0x2a4d3a(0x407)]['to'][_0x2a4d3a(0x38a)],_0x5e5fae,_0x107d10-_0x5e5fae+0x1,_0x975bd6-_0x5e5fae+0x1);}return{'m1Prime':_0xb79ca,'m2Prime':_0x4db75e};}},_0x4f2397={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x311)]['id'],'handler'(_0x2ef9b7,_0x24addc){const _0xe0bbdb=_0x5d8b54;let _0x1a9354={'m1Prime':_0x2ef9b7,'m2Prime':_0x24addc};if(_0x2ef9b7[_0xe0bbdb(0x407)][_0xe0bbdb(0x30d)]!==_0x24addc[_0xe0bbdb(0x407)]['unitId']||_0x2ef9b7[_0xe0bbdb(0x407)][_0xe0bbdb(0x33f)]!==_0x24addc[_0xe0bbdb(0x407)]['subUnitId'])return _0x1a9354;let _0x1007f2=_0x1973ab['Tools'][_0xe0bbdb(0x198)](_0x2ef9b7),_0x1614c1=_0x1973ab['Tools']['deepClone'](_0x24addc);if(_0x2ef9b7[_0xe0bbdb(0x407)][_0xe0bbdb(0x1f4)][_0xe0bbdb(0x2ab)]<=_0x24addc[_0xe0bbdb(0x407)][_0xe0bbdb(0x1f4)][_0xe0bbdb(0x23c)]&&_0x2ef9b7[_0xe0bbdb(0x407)][_0xe0bbdb(0x1f4)]['startColumn']>_0x24addc['params'][_0xe0bbdb(0x1f4)]['startColumn'])return{'error':Error(_0xe0bbdb(0x3df))};let _0x22bc77=(0x0,_0x22a860[_0xe0bbdb(0x20c)])(_0x4d25dd(_0x2ef9b7['params'][_0xe0bbdb(0x1f4)]),_0x4d25dd(_0x24addc[_0xe0bbdb(0x407)][_0xe0bbdb(0x1f4)]));_0x22bc77?(_0x1614c1[_0xe0bbdb(0x407)]['range'][_0xe0bbdb(0x2ab)]+=_0x22bc77['step'],_0x1614c1[_0xe0bbdb(0x407)]['range'][_0xe0bbdb(0x23c)]+=_0x22bc77[_0xe0bbdb(0x25f)]+(_0x22bc77[_0xe0bbdb(0x3e1)]||0x0)):_0x1614c1['id']=_0x22a860['EmptyMutation']['id'];let _0x581054=(0x0,_0x22a860['handleBaseRemoveRange'])(_0x4d25dd(_0x24addc[_0xe0bbdb(0x407)][_0xe0bbdb(0x1f4)]),_0x4d25dd(_0x2ef9b7[_0xe0bbdb(0x407)][_0xe0bbdb(0x1f4)]));return _0x581054&&(_0x1007f2['params'][_0xe0bbdb(0x1f4)]['startColumn']+=_0x581054[_0xe0bbdb(0x25f)],_0x1007f2['params'][_0xe0bbdb(0x1f4)][_0xe0bbdb(0x23c)]+=_0x581054['step']+(_0x581054[_0xe0bbdb(0x3e1)]||0x0)),{'m1Prime':_0x1007f2,'m2Prime':_0x1614c1};}},_0x5aa3ec={'m1':_0x22a860['InsertColMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x274)]['id'],'handler'(_0x35c3f0,_0x233076){const _0x4c0839=_0x5d8b54;let _0x571562={'m1Prime':_0x35c3f0,'m2Prime':_0x233076};if(_0x35c3f0[_0x4c0839(0x407)][_0x4c0839(0x30d)]!==_0x233076[_0x4c0839(0x407)]['unitId']||_0x35c3f0[_0x4c0839(0x407)][_0x4c0839(0x33f)]!==_0x233076[_0x4c0839(0x407)]['subUnitId'])return _0x571562;let _0x2fc7c5=_0x1973ab[_0x4c0839(0x281)][_0x4c0839(0x198)](_0x35c3f0),_0x57afe8=_0x1973ab[_0x4c0839(0x281)][_0x4c0839(0x198)](_0x233076),{ranges:_0x80766d}=_0x57afe8['params'];return _0x80766d[_0x4c0839(0x1a1)](_0xecafcb=>{const _0x40eb9c=_0x4c0839;let _0x216178=(0x0,_0x22a860[_0x40eb9c(0x20c)])(_0x4d25dd(_0x35c3f0[_0x40eb9c(0x407)]['range']),_0x4d25dd(_0xecafcb));return _0x216178['length']===0x0?(_0xecafcb[_0x40eb9c(0x2ab)]+=_0x216178[_0x40eb9c(0x25f)],_0xecafcb[_0x40eb9c(0x23c)]+=_0x216178['step'],!0x1):!0x0;})?{'error':Error('insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x2fc7c5,'m2Prime':_0x57afe8};}},_0x5b7c65={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x233)]['id'],'handler'(_0x218dc8,_0x367d64){const _0x58539b=_0x5d8b54;let _0x571df1=_0x1973ab[_0x58539b(0x281)][_0x58539b(0x198)](_0x218dc8),_0x3b931c=_0x1973ab['Tools'][_0x58539b(0x198)](_0x367d64);if(_0x218dc8['params'][_0x58539b(0x30d)]!==_0x367d64[_0x58539b(0x407)][_0x58539b(0x30d)]||_0x218dc8[_0x58539b(0x407)][_0x58539b(0x33f)]!==_0x367d64[_0x58539b(0x407)][_0x58539b(0x33f)])return{'m1Prime':_0x571df1,'m2Prime':_0x3b931c};let _0x3f372b=_0x3b931c[_0x58539b(0x407)][_0x58539b(0x292)][_0x58539b(0x1cf)](_0x56da58=>{const _0x40d882=_0x58539b;let _0x2585ab=_0x571df1[_0x40d882(0x407)][_0x40d882(0x1f4)],_0xd773fa=_0x2585ab['endColumn']-_0x2585ab[_0x40d882(0x2ab)]+0x1;return _0x2585ab[_0x40d882(0x2ab)]<=_0x56da58['startColumn']?{..._0x56da58,'startColumn':_0x56da58[_0x40d882(0x2ab)]+_0xd773fa,'endColumn':_0x56da58[_0x40d882(0x23c)]+_0xd773fa}:_0x2585ab['startColumn']>_0x56da58[_0x40d882(0x2ab)]&&_0x2585ab[_0x40d882(0x2ab)]<=_0x56da58[_0x40d882(0x23c)]?{..._0x56da58,'endColumn':_0x56da58[_0x40d882(0x23c)]+_0xd773fa}:{..._0x56da58};});return _0x3b931c['params'][_0x58539b(0x292)]=_0x3f372b,{'m1Prime':_0x571df1,'m2Prime':_0x3b931c};}},_0x4a5744={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x1c9)]['id'],'handler'(_0x3f96da,_0x88f945){const _0x67b9b3=_0x5d8b54;let _0x568254={'m1Prime':_0x3f96da,'m2Prime':_0x88f945};if(_0x3f96da['params'][_0x67b9b3(0x30d)]!==_0x88f945['params'][_0x67b9b3(0x30d)]||_0x3f96da[_0x67b9b3(0x407)][_0x67b9b3(0x33f)]!==_0x88f945[_0x67b9b3(0x407)]['subUnitId'])return _0x568254;let _0x2f688=_0x1973ab[_0x67b9b3(0x281)]['deepClone'](_0x88f945),_0x42f8fd=(0x0,_0x22a860[_0x67b9b3(0x20c)])(_0x4d25dd(_0x3f96da[_0x67b9b3(0x407)][_0x67b9b3(0x1f4)]),_0x4d25dd(_0x88f945[_0x67b9b3(0x407)][_0x67b9b3(0x1f4)]));return _0x2f688['params'][_0x67b9b3(0x1f4)]['startColumn']+=_0x42f8fd[_0x67b9b3(0x25f)],_0x2f688['params'][_0x67b9b3(0x1f4)]['endColumn']+=_0x42f8fd[_0x67b9b3(0x25f)]+(_0x42f8fd[_0x67b9b3(0x3e1)]||0x0),{'m1Prime':_0x3f96da,'m2Prime':_0x2f688};}},_0x1a15d0={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x1fb)]['id'],'handler'(_0x339266,_0xf2e145){const _0x42365b=_0x5d8b54;let _0x4ba5d0={'m1Prime':_0x339266,'m2Prime':_0xf2e145};if(_0x339266[_0x42365b(0x407)][_0x42365b(0x30d)]!==_0xf2e145[_0x42365b(0x407)]['unitId']||_0x339266['params'][_0x42365b(0x33f)]!==_0xf2e145[_0x42365b(0x407)]['subUnitId'])return _0x4ba5d0;let _0x1f2fd7=_0x1973ab['Tools'][_0x42365b(0x198)](_0x339266),_0x434fcb=_0x1973ab[_0x42365b(0x281)][_0x42365b(0x198)](_0xf2e145),{columnData:_0x37a613}=_0x434fcb[_0x42365b(0x407)];for(let _0x4ae7d1=_0x339266[_0x42365b(0x407)][_0x42365b(0x1f4)][_0x42365b(0x2ab)];_0x4ae7d1<=_0x339266['params'][_0x42365b(0x1f4)][_0x42365b(0x23c)];_0x4ae7d1++)(0x0,_0x1973ab[_0x42365b(0x304)])(_0x4ae7d1,void 0x0,_0x37a613);return{'m1Prime':_0x1f2fd7,'m2Prime':_0x434fcb};}},_0x33d221={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860['SetColHiddenMutation']['id'],'handler'(_0x288724,_0x3d7aa2){const _0xc17277=_0x5d8b54;let _0x164bb0={'m1Prime':_0x288724,'m2Prime':_0x3d7aa2};if(_0x288724[_0xc17277(0x407)][_0xc17277(0x30d)]!==_0x3d7aa2['params'][_0xc17277(0x30d)]||_0x288724[_0xc17277(0x407)][_0xc17277(0x33f)]!==_0x3d7aa2['params'][_0xc17277(0x33f)])return _0x164bb0;let _0x4646ad=_0x1973ab[_0xc17277(0x281)][_0xc17277(0x198)](_0x288724),_0x13f4ed=_0x1973ab[_0xc17277(0x281)][_0xc17277(0x198)](_0x3d7aa2),{ranges:_0x40ffb7}=_0x13f4ed['params'];return _0x40ffb7[_0xc17277(0x1a1)](_0x3827c0=>{const _0x3bc74c=_0xc17277;let _0x440de3=(0x0,_0x22a860['handleBaseInsertRange'])(_0x4d25dd(_0x288724[_0x3bc74c(0x407)]['range']),_0x3827c0);return _0x440de3[_0x3bc74c(0x3e1)]===0x0?(_0x3827c0[_0x3bc74c(0x2ab)]+=_0x440de3[_0x3bc74c(0x25f)],_0x3827c0[_0x3bc74c(0x23c)]+=_0x440de3[_0x3bc74c(0x25f)],!0x1):!0x0;})?{'error':Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x4646ad,'m2Prime':_0x13f4ed};}},_0x196e7a={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x403)]['id'],'handler'(_0x20c0af,_0x57843f){const _0x5e06b8=_0x5d8b54;let _0x5eac55={'m1Prime':_0x20c0af,'m2Prime':_0x57843f};if(_0x20c0af[_0x5e06b8(0x407)]['unitId']!==_0x57843f[_0x5e06b8(0x407)][_0x5e06b8(0x30d)]||_0x20c0af[_0x5e06b8(0x407)][_0x5e06b8(0x33f)]!==_0x57843f[_0x5e06b8(0x407)][_0x5e06b8(0x33f)])return _0x5eac55;let _0x15152a=_0x1973ab[_0x5e06b8(0x281)]['deepClone'](_0x20c0af),_0x3ffb54=_0x1973ab[_0x5e06b8(0x281)]['deepClone'](_0x57843f),{ranges:_0x4505b3}=_0x3ffb54['params'];return _0x4505b3['some'](_0x3300a6=>{const _0x1c65c6=_0x5e06b8;let _0x4e71c4=(0x0,_0x22a860['handleBaseInsertRange'])(_0x4d25dd(_0x20c0af[_0x1c65c6(0x407)][_0x1c65c6(0x1f4)]),_0x3300a6);return _0x4e71c4[_0x1c65c6(0x3e1)]===0x0?(_0x3300a6[_0x1c65c6(0x2ab)]+=_0x4e71c4[_0x1c65c6(0x25f)],_0x3300a6[_0x1c65c6(0x23c)]+=_0x4e71c4[_0x1c65c6(0x25f)],!0x1):!0x0;})?{'error':Error(_0x5e06b8(0x2bc))}:{'m1Prime':_0x15152a,'m2Prime':_0x3ffb54};}},_0x32bcf6={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler'(_0x2affb5,_0x4b7b29){const _0x4b8879=_0x5d8b54;let _0x10587e={'m1Prime':_0x2affb5,'m2Prime':_0x4b7b29};if(_0x2affb5['params'][_0x4b8879(0x30d)]!==_0x4b7b29['params'][_0x4b8879(0x30d)]||_0x2affb5[_0x4b8879(0x407)][_0x4b8879(0x33f)]!==_0x4b7b29[_0x4b8879(0x407)][_0x4b8879(0x33f)])return _0x10587e;let _0x552767=[_0x1973ab[_0x4b8879(0x281)]['deepClone'](_0x2affb5)],_0x2651eb=_0x1973ab['Tools'][_0x4b8879(0x198)](_0x4b7b29),{values:_0x4ce80e}=_0x2651eb['params'],_0x1b649a=[],_0x20e4c6=!0x1;for(let _0x2b8702 in _0x4ce80e){let _0xcbf790=_0x4ce80e[_0x2b8702];if(_0x1b649a[_0x4b8879(0x2da)](..._0xcbf790[_0x4b8879(0x292)]),_0xcbf790[_0x4b8879(0x292)][_0x4b8879(0x1a1)](_0x397766=>{const _0x45dced=_0x4b8879;let _0x83f3f3=(0x0,_0x22a860[_0x45dced(0x20c)])(_0x4d25dd(_0x2affb5[_0x45dced(0x407)][_0x45dced(0x1f4)]),_0x4d25dd(_0x397766));return _0x83f3f3[_0x45dced(0x3e1)]===0x0?(_0x83f3f3[_0x45dced(0x25f)]!==0x0&&(_0x20e4c6=!0x0),_0x397766[_0x45dced(0x2ab)]+=_0x83f3f3[_0x45dced(0x25f)],_0x397766[_0x45dced(0x23c)]+=_0x83f3f3[_0x45dced(0x25f)],!0x1):!0x0;}))return{'error':Error(_0x4b8879(0x293))};}if(_0x20e4c6){let _0x4f1006={'id':_0x22a860['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x4b7b29[_0x4b8879(0x407)]['unitId'],'subUnitId':_0x4b7b29[_0x4b8879(0x407)][_0x4b8879(0x33f)],'ranges':_0x1b649a}};_0x552767[_0x4b8879(0x2da)](_0x4f1006,_0x2651eb);}return{'m1Prime':_0x552767,'m2Prime':_0x2651eb};}},_0x533e8c={'m1':_0x22a860['InsertColMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x224)]['id'],'handler'(_0x14914a,_0x2daae1){const _0x6bf4b1=_0x5d8b54;let _0x17acbc={'m1Prime':_0x14914a,'m2Prime':_0x2daae1};if(_0x14914a[_0x6bf4b1(0x407)]['unitId']!==_0x2daae1[_0x6bf4b1(0x407)][_0x6bf4b1(0x30d)]||_0x14914a[_0x6bf4b1(0x407)][_0x6bf4b1(0x33f)]!==_0x2daae1[_0x6bf4b1(0x407)][_0x6bf4b1(0x33f)])return _0x17acbc;let _0x50db7e=[_0x1973ab['Tools'][_0x6bf4b1(0x198)](_0x14914a)],_0x51d3d5=_0x1973ab[_0x6bf4b1(0x281)][_0x6bf4b1(0x198)](_0x2daae1),_0x12c19d=new _0x1973ab[(_0x6bf4b1(0x34a))](_0x51d3d5[_0x6bf4b1(0x407)][_0x6bf4b1(0x204)]),_0x12af32=_0x12c19d['getDataRange'](),_0x2b7233=_0x14914a['params'][_0x6bf4b1(0x1f4)],_0x4607f7=_0x2b7233[_0x6bf4b1(0x23c)]-_0x2b7233[_0x6bf4b1(0x2ab)]+0x1;if(_0x51d3d5[_0x6bf4b1(0x407)]['cellValue']&&_0x2b7233[_0x6bf4b1(0x2ab)]<=_0x12af32[_0x6bf4b1(0x23c)]){let _0x1c53e0=Math[_0x6bf4b1(0x26a)](_0x12af32[_0x6bf4b1(0x2ab)],_0x2b7233[_0x6bf4b1(0x2ab)]);_0x36b55a(_0x51d3d5[_0x6bf4b1(0x407)][_0x6bf4b1(0x204)],_0x1c53e0,_0x12af32[_0x6bf4b1(0x23c)]-_0x1c53e0+0x1,_0x4607f7);}let _0x3643e2=new _0x1973ab[(_0x6bf4b1(0x34a))](),_0x190e88=!0x1;if(_0x12c19d[_0x6bf4b1(0x39e)]((_0x34af74,_0xbfedc8,_0x46c7f5)=>{const _0x25dc1a=_0x6bf4b1;if(_0x46c7f5&&_0x46c7f5['f']){let _0x9421ad=_0x46c7f5['f'],_0x4d9d94=!0x1,_0x564feb=_0x21a084(_0x14914a[_0x25dc1a(0x407)][_0x25dc1a(0x30d)],_0x14914a['params'][_0x25dc1a(0x33f)],_0x9421ad,_0x14e0a5=>{const _0x4c6a12=_0x25dc1a;let _0x41420d=(0x0,_0x22a860[_0x4c6a12(0x20c)])(_0x4d25dd(_0x14914a[_0x4c6a12(0x407)]['range']),_0x4d25dd(_0x14e0a5));return(_0x41420d[_0x4c6a12(0x25f)]!==0x0||_0x41420d[_0x4c6a12(0x3e1)]!==0x0)&&(_0x4d9d94=!0x0,_0x14e0a5[_0x4c6a12(0x2ab)]+=_0x41420d['step'],_0x14e0a5[_0x4c6a12(0x23c)]+=_0x41420d[_0x4c6a12(0x25f)]+_0x41420d['length']),_0x14e0a5;});_0x4d9d94&&(_0x190e88=!0x0,_0x46c7f5['f']=_0x564feb,_0x3643e2[_0x25dc1a(0x423)](_0x34af74,_0xbfedc8,{..._0x46c7f5}));}}),_0x190e88){let _0x5d7a31={'id':_0x22a860['SetRangeValuesMutation']['id'],'params':{'unitId':_0x2daae1[_0x6bf4b1(0x407)][_0x6bf4b1(0x30d)],'subUnitId':_0x2daae1[_0x6bf4b1(0x407)][_0x6bf4b1(0x33f)],'cellValue':_0x3643e2[_0x6bf4b1(0x355)]()}};_0x50db7e[_0x6bf4b1(0x2da)](_0x5d7a31);}return{'m1Prime':_0x50db7e,'m2Prime':_0x51d3d5};}},_0xa5d105={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860[_0x5d8b54(0x1df)]['id'],'handler'(_0x459064,_0x2e7fbf){const _0x2eae4c=_0x5d8b54;let _0x58b610={'m1Prime':[],'m2Prime':[]};if(_0x459064[_0x2eae4c(0x407)][_0x2eae4c(0x30d)]!==_0x2e7fbf['params']['unitId']||_0x459064[_0x2eae4c(0x407)]['subUnitId']!==_0x2e7fbf[_0x2eae4c(0x407)][_0x2eae4c(0x33f)])return _0x58b610;let _0x24bb02=_0x1973ab[_0x2eae4c(0x281)][_0x2eae4c(0x198)](_0x2e7fbf),_0x38cf99=!0x1;return _0x24bb02[_0x2eae4c(0x407)]['selections'][_0x2eae4c(0x26c)](_0x3efb4e=>{const _0x597722=_0x2eae4c;let {range:_0x875bae,primary:_0x1e68c9}=_0x3efb4e,_0x387e81=(0x0,_0x22a860[_0x597722(0x20c)])(_0x4d25dd(_0x459064[_0x597722(0x407)][_0x597722(0x1f4)]),_0x4d25dd(_0x875bae));if(_0x387e81[_0x597722(0x3e1)]||_0x387e81[_0x597722(0x25f)]){if(_0x875bae[_0x597722(0x2ab)]+=_0x387e81[_0x597722(0x25f)],_0x875bae[_0x597722(0x23c)]+=_0x387e81[_0x597722(0x25f)]+(_0x387e81[_0x597722(0x3e1)]||0x0),_0x1e68c9){let _0x25df7c=(0x0,_0x22a860[_0x597722(0x20c)])(_0x4d25dd(_0x459064[_0x597722(0x407)][_0x597722(0x1f4)]),_0x4d25dd(_0x1e68c9));(_0x25df7c[_0x597722(0x3e1)]||_0x25df7c[_0x597722(0x25f)])&&(_0x1e68c9[_0x597722(0x2ab)]+=_0x25df7c[_0x597722(0x25f)],_0x1e68c9[_0x597722(0x23c)]+=_0x25df7c[_0x597722(0x25f)],_0x1e68c9[_0x597722(0x268)]+=_0x25df7c[_0x597722(0x25f)]);}_0x38cf99=!0x0;}}),_0x38cf99&&_0x58b610['m2Prime'][_0x2eae4c(0x2da)](_0x24bb02),_0x58b610;}},_0x19895c={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x1db735[_0x5d8b54(0x300)]['id'],'handler'(_0x1b09bc,_0x1d2194){const _0x53d8a8=_0x5d8b54;let _0x12bc1e={'m1Prime':_0x1b09bc,'m2Prime':_0x1d2194};if(_0x1b09bc[_0x53d8a8(0x407)]['unitId']!==_0x1d2194[_0x53d8a8(0x407)][_0x53d8a8(0x30d)]||_0x1b09bc[_0x53d8a8(0x407)]['subUnitId']!==_0x1d2194[_0x53d8a8(0x407)][_0x53d8a8(0x33f)])return _0x12bc1e;let _0x2d6703=_0x1973ab[_0x53d8a8(0x281)][_0x53d8a8(0x198)](_0x1b09bc),_0xd5f63e=_0x1973ab[_0x53d8a8(0x281)][_0x53d8a8(0x198)](_0x1d2194),_0x372171=_0x304003({'start':_0x1b09bc[_0x53d8a8(0x407)][_0x53d8a8(0x1f4)][_0x53d8a8(0x2ab)],'end':_0x1b09bc[_0x53d8a8(0x407)]['range'][_0x53d8a8(0x23c)]},{'start':_0x1d2194['params'][_0x53d8a8(0x2a1)],'end':_0x1d2194[_0x53d8a8(0x407)]['col']});if(_0xd5f63e[_0x53d8a8(0x407)][_0x53d8a8(0x2a1)]===_0x372171[_0x53d8a8(0x30a)])return _0x12bc1e;_0xd5f63e['params'][_0x53d8a8(0x2a1)]=_0x372171[_0x53d8a8(0x30a)],_0xd5f63e[_0x53d8a8(0x407)][_0x53d8a8(0x236)]&&(_0xd5f63e['params']['criteria'][_0x53d8a8(0x1b0)]=_0x372171['start']);let _0x500bee=_0x1973ab[_0x53d8a8(0x281)][_0x53d8a8(0x198)](_0x1d2194);return _0x500bee[_0x53d8a8(0x407)][_0x53d8a8(0x236)]=null,{'m1Prime':[_0x500bee,_0xd5f63e,_0x2d6703],'m2Prime':[_0xd5f63e]};}},_0x4d8342={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x1db735[_0x5d8b54(0x3e2)]['id'],'handler'(_0x5266cd,_0x4fb306){const _0x1246cd=_0x5d8b54;let _0x4511b5={'m1Prime':_0x5266cd,'m2Prime':_0x4fb306};if(_0x5266cd['params'][_0x1246cd(0x30d)]!==_0x4fb306[_0x1246cd(0x407)][_0x1246cd(0x30d)]||_0x5266cd['params'][_0x1246cd(0x33f)]!==_0x4fb306[_0x1246cd(0x407)][_0x1246cd(0x33f)])return _0x4511b5;let _0x553b8b=_0x1973ab['Tools'][_0x1246cd(0x198)](_0x5266cd),_0xcbc101=_0x1973ab[_0x1246cd(0x281)][_0x1246cd(0x198)](_0x4fb306),_0x28c294=_0x304003({'start':_0x5266cd['params'][_0x1246cd(0x1f4)][_0x1246cd(0x2ab)],'end':_0x5266cd[_0x1246cd(0x407)][_0x1246cd(0x1f4)][_0x1246cd(0x23c)]},{'start':_0x4fb306[_0x1246cd(0x407)][_0x1246cd(0x1f4)][_0x1246cd(0x2ab)],'end':_0x4fb306[_0x1246cd(0x407)][_0x1246cd(0x1f4)]['endColumn']});return _0xcbc101[_0x1246cd(0x407)][_0x1246cd(0x1f4)][_0x1246cd(0x2ab)]===_0x28c294[_0x1246cd(0x30a)]&&_0xcbc101[_0x1246cd(0x407)]['range'][_0x1246cd(0x23c)]===_0x28c294[_0x1246cd(0x393)]?_0x4511b5:(_0xcbc101['params'][_0x1246cd(0x1f4)][_0x1246cd(0x2ab)]=_0x28c294[_0x1246cd(0x30a)],_0xcbc101[_0x1246cd(0x407)][_0x1246cd(0x1f4)][_0x1246cd(0x23c)]=_0x28c294[_0x1246cd(0x393)],{'m1Prime':[_0xcbc101,_0x553b8b],'m2Prime':[_0xcbc101]});}},_0x24ac89={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0x22a860['SetWorksheetColWidthMutation']['id'],'handler'(_0x27202d,_0x3adb41){const _0x194864=_0x5d8b54;let _0x13a7e5={'m1Prime':_0x27202d,'m2Prime':_0x3adb41};if(_0x27202d[_0x194864(0x407)][_0x194864(0x30d)]!==_0x3adb41[_0x194864(0x407)][_0x194864(0x30d)]||_0x27202d[_0x194864(0x407)][_0x194864(0x33f)]!==_0x3adb41[_0x194864(0x407)]['subUnitId'])return _0x13a7e5;let _0x56c263=_0x1973ab[_0x194864(0x281)][_0x194864(0x198)](_0x27202d),_0x362c4b=_0x1973ab['Tools'][_0x194864(0x198)](_0x3adb41),{ranges:_0x31719d,colWidth:_0x3535c3}=_0x362c4b[_0x194864(0x407)];if(_0x31719d[_0x194864(0x1a1)](_0x12f32e=>{const _0x19f9a8=_0x194864;let _0x554e80=(0x0,_0x22a860[_0x19f9a8(0x20c)])(_0x4d25dd(_0x27202d[_0x19f9a8(0x407)][_0x19f9a8(0x1f4)]),_0x12f32e);return _0x554e80[_0x19f9a8(0x3e1)]===0x0?(_0x12f32e[_0x19f9a8(0x2ab)]+=_0x554e80['step'],_0x12f32e[_0x19f9a8(0x23c)]+=_0x554e80[_0x19f9a8(0x25f)],!0x1):!0x0;}))return{'error':Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')};if(typeof _0x3535c3!='number'){for(let _0x466428=_0x27202d[_0x194864(0x407)]['range'][_0x194864(0x2ab)];_0x466428<=_0x27202d[_0x194864(0x407)][_0x194864(0x1f4)]['endColumn'];_0x466428++)(0x0,_0x1973ab[_0x194864(0x304)])(_0x466428,void 0x0,_0x3535c3);}return{'m1Prime':_0x56c263,'m2Prime':_0x362c4b};}},_0x2da333=(_0x2ee0e8,_0x550303)=>{const _0xa6e8dc=_0x5d8b54;let _0x215f48=(0x0,_0x2a9199[_0xa6e8dc(0x307)])(_0x2ee0e8['params'][_0xa6e8dc(0x2ff)][_0xa6e8dc(0x21d)]),_0x56b962=(0x0,_0x22a860[_0xa6e8dc(0x225)])({'startColumn':_0x215f48['column'],'endColumn':_0x215f48[_0xa6e8dc(0x3f6)],'startRow':_0x215f48[_0xa6e8dc(0x279)],'endRow':_0x215f48[_0xa6e8dc(0x279)]},_0x550303);if(!_0x56b962)return[{'id':_0x1d4f53[_0xa6e8dc(0x2af)]['id'],'params':{..._0x2ee0e8[_0xa6e8dc(0x407)],'comment':void 0x0,'commentId':_0x2ee0e8[_0xa6e8dc(0x407)][_0xa6e8dc(0x2ff)]['commentId']}}];let _0x2f57ed=(0x0,_0x2a9199['serializeRange'])(_0x56b962);return _0x2f57ed===_0x2ee0e8[_0xa6e8dc(0x407)][_0xa6e8dc(0x2ff)]['ref']?[]:[{'id':_0x1d4f53[_0xa6e8dc(0x267)]['id'],'params':{..._0x2ee0e8['params'],'comment':void 0x0,'payload':{'ref':_0x2f57ed,'commentId':_0x2ee0e8['params'][_0xa6e8dc(0x2ff)][_0xa6e8dc(0x2e8)]}}}];},_0x344ce5={'m1':_0x22a860['InsertColMutation']['id'],'m2':_0x1d4f53['UpdateCommentRefMutation']['id'],'handler':(_0x9bb1b1,_0x5a219b)=>{const _0x529b09=_0x5d8b54;let _0x3e639b={'m1Prime':_0x9bb1b1,'m2Prime':_0x5a219b};if(_0x9bb1b1['params'][_0x529b09(0x30d)]!==_0x5a219b[_0x529b09(0x407)][_0x529b09(0x30d)]||_0x9bb1b1[_0x529b09(0x407)]['subUnitId']!==_0x5a219b[_0x529b09(0x407)][_0x529b09(0x33f)])return _0x3e639b;let _0x1280eb=_0x2da333(_0x5a219b,{'id':_0x22a860[_0x529b09(0x33c)]['id'],'params':{'unitId':_0x9bb1b1[_0x529b09(0x407)][_0x529b09(0x30d)],'subUnitId':_0x9bb1b1[_0x529b09(0x407)][_0x529b09(0x33f)],'range':_0x9bb1b1['params'][_0x529b09(0x1f4)]}});return{'m1Prime':[_0x9bb1b1,..._0x1280eb],'m2Prime':[_0x5a219b,..._0x1280eb]};}};function _0x59361f(_0x541811,_0x86c862){const _0x2c290e=_0x5d8b54;let {payload:_0x574283,unitId:_0x26cc2d,subUnitId:_0x369cb7,ruleId:_0x3597df}=_0x541811[_0x2c290e(0x407)];switch(_0x574283[_0x2c290e(0x1c5)]){case _0xb55284[_0x2c290e(0x2e0)][_0x2c290e(0x3c2)]:{let _0x87d667=_0x574283[_0x2c290e(0x2ff)][_0x2c290e(0x1cf)](_0x624922=>(0x0,_0x22a860[_0x2c290e(0x259)])(_0x624922,_0x86c862))['filter'](Boolean)[_0x2c290e(0x270)]();if(!(0x0,_0x1973ab[_0x2c290e(0x345)])(_0x87d667,_0x574283['payload']))return[{'id':_0xb55284[_0x2c290e(0x2ed)]['id'],'params':{'unitId':_0x26cc2d,'subUnitId':_0x369cb7,'ruleId':_0x3597df,'payload':{'type':_0xb55284[_0x2c290e(0x2e0)][_0x2c290e(0x3c2)],'payload':_0x87d667}}}];break;}case _0xb55284[_0x2c290e(0x2e0)][_0x2c290e(0x2ee)]:{var _0xbb05ce,_0x1cbe0f;let _0x85dad8=_0x5d1ea5=>_0x21a084(_0x26cc2d,_0x369cb7,_0x5d1ea5,_0x3a95cb=>(0x0,_0x22a860[_0x2c290e(0x225)])(_0x3a95cb,_0x86c862)),_0x27135f=(_0xbb05ce=_0x574283[_0x2c290e(0x2ff)][_0x2c290e(0x1ae)])==null?'':_0xbb05ce,_0x585ae3=(_0x1cbe0f=_0x574283[_0x2c290e(0x2ff)][_0x2c290e(0x422)])==null?'':_0x1cbe0f,_0x5bf1f9=_0x27135f,_0x68f5eb=_0x585ae3;if((0x0,_0x1973ab[_0x2c290e(0x3aa)])(_0x27135f)&&(_0x5bf1f9=_0x85dad8(_0x27135f)),(0x0,_0x1973ab[_0x2c290e(0x3aa)])(_0x585ae3)&&(_0x68f5eb=_0x85dad8(_0x585ae3)),_0x5bf1f9!==_0x27135f||_0x68f5eb!==_0x585ae3)return[{'id':_0xb55284[_0x2c290e(0x2ed)]['id'],'params':{'unitId':_0x26cc2d,'subUnitId':_0x369cb7,'ruleId':_0x3597df,'payload':{'type':_0xb55284[_0x2c290e(0x2e0)][_0x2c290e(0x2ee)],'payload':{'type':_0x574283[_0x2c290e(0x2ff)][_0x2c290e(0x1c5)],'formula1':_0x5bf1f9,'formula2':_0x68f5eb}}}}];break;}default:break;}return[];}let _0x547c1c={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x3e5abe,_0x1fb413)=>{const _0x1ba2e6=_0x5d8b54;let _0x560bdc={'m1Prime':_0x3e5abe,'m2Prime':_0x1fb413};if(_0x3e5abe['params']['unitId']!==_0x1fb413[_0x1ba2e6(0x407)][_0x1ba2e6(0x30d)]||_0x1fb413[_0x1ba2e6(0x407)][_0x1ba2e6(0x33f)]!==_0x3e5abe[_0x1ba2e6(0x407)][_0x1ba2e6(0x33f)])return _0x560bdc;let _0x1c79ec=_0x59361f(_0x1fb413,{'id':_0x22a860[_0x1ba2e6(0x3eb)]['id'],'params':{'fromRange':_0x3e5abe['params'][_0x1ba2e6(0x340)],'toRange':_0x3e5abe[_0x1ba2e6(0x407)][_0x1ba2e6(0x1c3)]}});return{'m1Prime':[_0x3e5abe,..._0x1c79ec],'m2Prime':[_0x1fb413,..._0x1c79ec]};}},_0x1fbfcf={'m1':_0x22a860[_0x5d8b54(0x24e)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x42ddeb,_0x47ca56)=>{const _0x234481=_0x5d8b54;let _0x613492={'m1Prime':_0x42ddeb,'m2Prime':_0x47ca56};if(_0x42ddeb['params'][_0x234481(0x30d)]!==_0x47ca56[_0x234481(0x407)][_0x234481(0x30d)]||_0x47ca56[_0x234481(0x407)][_0x234481(0x33f)]!==_0x42ddeb['params']['subUnitId'])return _0x613492;let _0x11cac1=_0x59361f(_0x47ca56,{'id':_0x22a860[_0x234481(0x33c)]['id'],'params':{'unitId':_0x42ddeb[_0x234481(0x407)][_0x234481(0x30d)],'subUnitId':_0x42ddeb[_0x234481(0x407)][_0x234481(0x33f)],'range':_0x42ddeb[_0x234481(0x407)][_0x234481(0x1f4)]}});return{'m1Prime':[_0x42ddeb,..._0x11cac1],'m2Prime':[_0x47ca56,..._0x11cac1]};}},_0x4ef171={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x3c41a9,_0x427cd7)=>{const _0x40960f=_0x5d8b54;let _0x1bf504={'m1Prime':_0x3c41a9,'m2Prime':_0x427cd7};if(_0x3c41a9['params'][_0x40960f(0x30d)]!==_0x427cd7[_0x40960f(0x407)]['unitId']||_0x3c41a9[_0x40960f(0x407)]['subUnitId']!==_0x427cd7[_0x40960f(0x407)][_0x40960f(0x33f)])return _0x1bf504;let _0x220a49=_0x3b7086(_0x427cd7,{'id':_0x22a860[_0x40960f(0x288)]['id'],'params':{'unitId':_0x3c41a9[_0x40960f(0x407)]['unitId'],'subUnitId':_0x3c41a9[_0x40960f(0x407)][_0x40960f(0x33f)],'range':_0x3c41a9[_0x40960f(0x407)][_0x40960f(0x1f4)]}});return{'m1Prime':[_0x3c41a9,..._0x220a49],'m2Prime':[_0x427cd7,..._0x220a49]};}},_0x556c41={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860['AddWorksheetMergeMutation']['id'],'handler'(_0x440d04,_0x493078){let _0x17aa8c=_0xb1ffcf['handler'](_0x493078,_0x440d04);return _0x23bbda(_0x17aa8c)?{'m1Prime':_0x17aa8c['m2Prime'],'m2Prime':_0x17aa8c['m1Prime']}:_0x17aa8c;}},_0x44e195={'m1':_0x22a860['InsertRowMutation']['id'],'m2':_0x22a860['InsertRowMutation']['id'],'handler'(_0x2eda96,_0x21d311){const _0x27836a=_0x5d8b54;let _0x2dc872={'m1Prime':_0x2eda96,'m2Prime':_0x21d311};if(_0x2eda96[_0x27836a(0x407)][_0x27836a(0x30d)]!==_0x21d311['params'][_0x27836a(0x30d)]||_0x2eda96['params'][_0x27836a(0x33f)]!==_0x21d311['params'][_0x27836a(0x33f)])return _0x2dc872;let _0x56d2d4=_0x1973ab[_0x27836a(0x281)][_0x27836a(0x198)](_0x2eda96),_0x3786c2=_0x1973ab['Tools']['deepClone'](_0x21d311),_0x5d52b5=(0x0,_0x22a860['handleBaseInsertRange'])(_0x4d25dd((0x0,_0x22a860[_0x27836a(0x2ac)])(_0x2eda96[_0x27836a(0x407)][_0x27836a(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x27836a(0x2ac)])(_0x21d311[_0x27836a(0x407)][_0x27836a(0x1f4)])));if(_0x5d52b5?(_0x3786c2['params'][_0x27836a(0x1f4)][_0x27836a(0x1f5)]+=_0x5d52b5[_0x27836a(0x25f)],_0x3786c2[_0x27836a(0x407)][_0x27836a(0x1f4)]['endRow']+=_0x5d52b5['step']+(_0x5d52b5[_0x27836a(0x3e1)]||0x0)):_0x3786c2['id']=_0x22a860[_0x27836a(0x3ec)]['id'],_0x2eda96[_0x27836a(0x407)][_0x27836a(0x1f4)][_0x27836a(0x1f5)]!==_0x21d311[_0x27836a(0x407)][_0x27836a(0x1f4)]['startRow']){let _0x1edf01=(0x0,_0x22a860[_0x27836a(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x27836a(0x2ac)])(_0x21d311[_0x27836a(0x407)][_0x27836a(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x27836a(0x2ac)])(_0x2eda96['params'][_0x27836a(0x1f4)])));_0x1edf01?(_0x56d2d4[_0x27836a(0x407)][_0x27836a(0x1f4)][_0x27836a(0x1f5)]+=_0x1edf01['step'],_0x56d2d4[_0x27836a(0x407)][_0x27836a(0x1f4)][_0x27836a(0x3bf)]+=_0x1edf01[_0x27836a(0x25f)]+(_0x1edf01['length']||0x0)):_0x56d2d4['id']=_0x22a860['EmptyMutation']['id'];}return{'m1Prime':_0x56d2d4,'m2Prime':_0x3786c2};}},_0xda15f3={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler'(_0x452184,_0x586e2b){const _0x494f42=_0x5d8b54;let _0x37c305={'m1Prime':_0x452184,'m2Prime':_0x586e2b};if(_0x452184[_0x494f42(0x407)][_0x494f42(0x30d)]!==_0x586e2b[_0x494f42(0x407)]['unitId']||_0x452184[_0x494f42(0x407)][_0x494f42(0x33f)]!==_0x586e2b[_0x494f42(0x407)][_0x494f42(0x1f2)][_0x494f42(0x33f)]&&_0x452184[_0x494f42(0x407)][_0x494f42(0x33f)]!==_0x586e2b[_0x494f42(0x407)]['to'][_0x494f42(0x33f)])return _0x37c305;let _0xc058c1=_0x1973ab['Tools'][_0x494f42(0x198)](_0x452184),_0x2cda1e=_0x1973ab['Tools'][_0x494f42(0x198)](_0x586e2b);if(_0x452184[_0x494f42(0x407)][_0x494f42(0x33f)]===_0x586e2b['params'][_0x494f42(0x1f2)][_0x494f42(0x33f)]){let _0xc561cf=new _0x1973ab[(_0x494f42(0x34a))](_0x2cda1e[_0x494f42(0x407)]['from'][_0x494f42(0x38a)])[_0x494f42(0x2e7)](),{startRow:_0x4e55fd,endRow:_0x3f7bbe}=_0xc561cf,{startRow:_0x24f5f7,endRow:_0x1dc0a5}=_0x452184[_0x494f42(0x407)][_0x494f42(0x1f4)],{step:_0x2a7db1,length:_0x4c31b8}=(0x0,_0x22a860['handleBaseInsertRange'])((0x0,_0x22a860[_0x494f42(0x2ac)])(_0x452184['params']['range']),(0x0,_0x22a860[_0x494f42(0x2ac)])(_0xc561cf));_0x2a7db1>0x0&&_0x4c31b8===0x0&&_0x5a2fb3(_0x2cda1e[_0x494f42(0x407)][_0x494f42(0x1f2)][_0x494f42(0x38a)],_0x4e55fd,_0x3f7bbe-_0x4e55fd+0x1,_0x2a7db1),_0x2a7db1===0x0&&_0x4c31b8>0x0&&_0x5a2fb3(_0x2cda1e[_0x494f42(0x407)][_0x494f42(0x1f2)][_0x494f42(0x38a)],_0x24f5f7,_0x3f7bbe-_0x24f5f7+0x1,_0x1dc0a5-_0x24f5f7+0x1);}if(_0x452184['params'][_0x494f42(0x33f)]===_0x586e2b[_0x494f42(0x407)]['to'][_0x494f42(0x33f)]){let _0x1935a2=new _0x1973ab['ObjectMatrix'](_0x586e2b[_0x494f42(0x407)]['to'][_0x494f42(0x38a)])[_0x494f42(0x2e7)](),{startRow:_0x2fdc86,endRow:_0x3cb8cc}=_0x1935a2,{startRow:_0x5c13f5,endRow:_0x904bb8}=_0x452184['params']['range'],{step:_0x91d34e,length:_0x56db06}=(0x0,_0x22a860[_0x494f42(0x20c)])((0x0,_0x22a860[_0x494f42(0x2ac)])(_0x452184[_0x494f42(0x407)][_0x494f42(0x1f4)]),(0x0,_0x22a860[_0x494f42(0x2ac)])(_0x1935a2));_0x91d34e>0x0&&_0x56db06===0x0&&_0x5a2fb3(_0x2cda1e[_0x494f42(0x407)]['to'][_0x494f42(0x38a)],_0x2fdc86,_0x3cb8cc-_0x2fdc86+0x1,_0x91d34e),_0x91d34e===0x0&&_0x56db06>0x0&&_0x5a2fb3(_0x2cda1e[_0x494f42(0x407)]['to'][_0x494f42(0x38a)],_0x5c13f5,_0x3cb8cc-_0x5c13f5+0x1,_0x904bb8-_0x5c13f5+0x1);}return{'m1Prime':_0xc058c1,'m2Prime':_0x2cda1e};}},_0x3c38fd={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860['MoveRowsMutation']['id'],'handler'(_0x3259d8,_0x9216fd){const _0x4a3641=_0x5d8b54;let _0x23a86a={'m1Prime':_0x3259d8,'m2Prime':_0x9216fd};if(_0x3259d8['params'][_0x4a3641(0x30d)]!==_0x9216fd[_0x4a3641(0x407)]['unitId']||_0x3259d8[_0x4a3641(0x407)]['subUnitId']!==_0x9216fd[_0x4a3641(0x407)]['subUnitId'])return _0x23a86a;let _0x11410c=_0x1973ab[_0x4a3641(0x281)][_0x4a3641(0x198)](_0x3259d8),_0x59982c=_0x1973ab[_0x4a3641(0x281)][_0x4a3641(0x198)](_0x9216fd),_0x3619bb=_0x9216fd[_0x4a3641(0x407)]['sourceRange'],_0x3a79c5=_0x9216fd[_0x4a3641(0x407)]['targetRange'];if(_0x3259d8[_0x4a3641(0x407)]['range'][_0x4a3641(0x1f5)]>_0x3619bb[_0x4a3641(0x1f5)]&&_0x3259d8['params'][_0x4a3641(0x1f4)][_0x4a3641(0x1f5)]<=_0x3619bb[_0x4a3641(0x3bf)]||_0x3259d8[_0x4a3641(0x407)][_0x4a3641(0x1f4)][_0x4a3641(0x1f5)]>_0x3a79c5[_0x4a3641(0x1f5)]&&_0x3259d8['params']['range']['startRow']<=_0x3a79c5[_0x4a3641(0x3bf)])return{'error':Error(_0x4a3641(0x351))};let _0x42023d=(0x0,_0x22a860[_0x4a3641(0x20c)])(_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x3259d8[_0x4a3641(0x407)][_0x4a3641(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x4a3641(0x2ac)])(_0x3619bb))),_0x4caee2=(0x0,_0x22a860[_0x4a3641(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x4a3641(0x2ac)])(_0x3259d8[_0x4a3641(0x407)]['range'])),_0x4d25dd((0x0,_0x22a860[_0x4a3641(0x2ac)])(_0x3a79c5)));if(_0x59982c[_0x4a3641(0x407)][_0x4a3641(0x340)][_0x4a3641(0x1f5)]+=_0x42023d[_0x4a3641(0x25f)],_0x59982c[_0x4a3641(0x407)]['sourceRange'][_0x4a3641(0x3bf)]+=_0x42023d[_0x4a3641(0x25f)]+(_0x42023d['length']||0x0),_0x59982c['params'][_0x4a3641(0x1c3)][_0x4a3641(0x1f5)]+=_0x4caee2[_0x4a3641(0x25f)],_0x59982c[_0x4a3641(0x407)][_0x4a3641(0x1c3)]['endRow']+=_0x4caee2[_0x4a3641(0x25f)]+(_0x4caee2[_0x4a3641(0x3e1)]||0x0),_0x3619bb[_0x4a3641(0x1f5)]>=_0x3259d8[_0x4a3641(0x407)][_0x4a3641(0x1f4)]['startRow']&&_0x3a79c5[_0x4a3641(0x1f5)]<_0x3259d8[_0x4a3641(0x407)][_0x4a3641(0x1f4)]['startRow']){let _0x593a02=_0x3a79c5[_0x4a3641(0x3bf)]-_0x3a79c5['startRow']+0x1;_0x11410c['params'][_0x4a3641(0x1f4)][_0x4a3641(0x1f5)]+=_0x593a02,_0x11410c['params'][_0x4a3641(0x1f4)][_0x4a3641(0x3bf)]+=_0x593a02;}else{if(_0x3619bb[_0x4a3641(0x3bf)]<_0x3259d8[_0x4a3641(0x407)][_0x4a3641(0x1f4)][_0x4a3641(0x1f5)]&&_0x3a79c5[_0x4a3641(0x1f5)]>=_0x3259d8[_0x4a3641(0x407)][_0x4a3641(0x1f4)][_0x4a3641(0x1f5)]){let _0x1cfdba=_0x3619bb[_0x4a3641(0x3bf)]-_0x3619bb[_0x4a3641(0x1f5)]+0x1;_0x11410c[_0x4a3641(0x407)][_0x4a3641(0x1f4)]['startRow']-=_0x1cfdba,_0x11410c[_0x4a3641(0x407)][_0x4a3641(0x1f4)][_0x4a3641(0x3bf)]-=_0x1cfdba;}}return{'m1Prime':_0x11410c,'m2Prime':_0x59982c};}},_0x60ee30={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860[_0x5d8b54(0x274)]['id'],'handler'(_0x4ae17,_0x1dee89){const _0x56411d=_0x5d8b54;let _0x4cf60e={'m1Prime':_0x4ae17,'m2Prime':_0x1dee89};if(_0x4ae17['params'][_0x56411d(0x30d)]!==_0x1dee89[_0x56411d(0x407)][_0x56411d(0x30d)]||_0x4ae17['params'][_0x56411d(0x33f)]!==_0x1dee89['params'][_0x56411d(0x33f)])return _0x4cf60e;let _0x5656d6=_0x1973ab[_0x56411d(0x281)][_0x56411d(0x198)](_0x4ae17),_0x4ea5f4=_0x1973ab[_0x56411d(0x281)]['deepClone'](_0x1dee89),{ranges:_0x172c54}=_0x4ea5f4[_0x56411d(0x407)];return _0x172c54[_0x56411d(0x1a1)](_0x516a58=>{const _0x15015a=_0x56411d;let _0x64e194=(0x0,_0x22a860[_0x15015a(0x20c)])(_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x4ae17[_0x15015a(0x407)][_0x15015a(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x15015a(0x2ac)])(_0x516a58)));return _0x64e194[_0x15015a(0x3e1)]===0x0?(_0x516a58[_0x15015a(0x1f5)]+=_0x64e194[_0x15015a(0x25f)],_0x516a58[_0x15015a(0x3bf)]+=_0x64e194['step'],!0x1):!0x0;})?{'error':Error(_0x56411d(0x418))}:{'m1Prime':_0x5656d6,'m2Prime':_0x4ea5f4};}},_0x41a425={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860[_0x5d8b54(0x24b)]['id'],'handler'(_0x1e7b76,_0x66167f){const _0x1e0a2b=_0x5d8b54;let _0x409887={'m1Prime':_0x1e7b76,'m2Prime':_0x66167f};if(_0x1e7b76[_0x1e0a2b(0x407)][_0x1e0a2b(0x30d)]!==_0x66167f[_0x1e0a2b(0x407)][_0x1e0a2b(0x30d)]||_0x1e7b76[_0x1e0a2b(0x407)][_0x1e0a2b(0x33f)]!==_0x66167f[_0x1e0a2b(0x407)]['subUnitId'])return _0x409887;let _0x617a12=_0x1973ab[_0x1e0a2b(0x281)][_0x1e0a2b(0x198)](_0x1e7b76),_0x580ad4=_0x1973ab[_0x1e0a2b(0x281)][_0x1e0a2b(0x198)](_0x66167f);if(_0x1e7b76[_0x1e0a2b(0x407)][_0x1e0a2b(0x1f4)][_0x1e0a2b(0x1f5)]<=_0x66167f['params'][_0x1e0a2b(0x1f4)][_0x1e0a2b(0x3bf)]&&_0x1e7b76[_0x1e0a2b(0x407)][_0x1e0a2b(0x1f4)][_0x1e0a2b(0x1f5)]>_0x66167f[_0x1e0a2b(0x407)]['range'][_0x1e0a2b(0x1f5)])return{'error':Error(_0x1e0a2b(0x3df))};let _0x3b9023=(0x0,_0x22a860[_0x1e0a2b(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x1e0a2b(0x2ac)])(_0x1e7b76[_0x1e0a2b(0x407)][_0x1e0a2b(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x1e0a2b(0x2ac)])(_0x66167f[_0x1e0a2b(0x407)]['range'])));_0x3b9023?(_0x580ad4[_0x1e0a2b(0x407)]['range'][_0x1e0a2b(0x1f5)]+=_0x3b9023[_0x1e0a2b(0x25f)],_0x580ad4[_0x1e0a2b(0x407)]['range'][_0x1e0a2b(0x3bf)]+=_0x3b9023[_0x1e0a2b(0x25f)]+(_0x3b9023['length']||0x0)):_0x580ad4['id']=_0x22a860[_0x1e0a2b(0x3ec)]['id'];let _0x17582b=(0x0,_0x22a860[_0x1e0a2b(0x2d7)])(_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x66167f[_0x1e0a2b(0x407)][_0x1e0a2b(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x1e0a2b(0x2ac)])(_0x1e7b76[_0x1e0a2b(0x407)][_0x1e0a2b(0x1f4)])));return _0x17582b&&(_0x617a12[_0x1e0a2b(0x407)][_0x1e0a2b(0x1f4)][_0x1e0a2b(0x1f5)]+=_0x17582b[_0x1e0a2b(0x25f)],_0x617a12[_0x1e0a2b(0x407)][_0x1e0a2b(0x1f4)][_0x1e0a2b(0x3bf)]+=_0x17582b[_0x1e0a2b(0x25f)]+(_0x17582b[_0x1e0a2b(0x3e1)]||0x0)),{'m1Prime':_0x617a12,'m2Prime':_0x580ad4};}},_0x1cb2f9={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860['RemoveWorksheetMergeMutation']['id'],'handler'(_0x7db885,_0x290cde){const _0x1fe6c1=_0x5d8b54;let _0x46c9bb=_0x1973ab['Tools'][_0x1fe6c1(0x198)](_0x7db885),_0x2afe7d=_0x1973ab[_0x1fe6c1(0x281)]['deepClone'](_0x290cde);if(_0x7db885['params']['unitId']!==_0x290cde[_0x1fe6c1(0x407)][_0x1fe6c1(0x30d)]||_0x7db885[_0x1fe6c1(0x407)][_0x1fe6c1(0x33f)]!==_0x290cde[_0x1fe6c1(0x407)][_0x1fe6c1(0x33f)])return{'m1Prime':_0x46c9bb,'m2Prime':_0x2afe7d};let _0x17de5d=_0x2afe7d[_0x1fe6c1(0x407)]['ranges'][_0x1fe6c1(0x1cf)](_0x2ca751=>{const _0x531fbc=_0x1fe6c1;let _0x336329=_0x46c9bb[_0x531fbc(0x407)][_0x531fbc(0x1f4)],_0x2ba0bc=_0x336329['endRow']-_0x336329[_0x531fbc(0x1f5)]+0x1;return _0x336329[_0x531fbc(0x1f5)]<=_0x2ca751[_0x531fbc(0x1f5)]?{..._0x2ca751,'startRow':_0x2ca751[_0x531fbc(0x1f5)]+_0x2ba0bc,'endRow':_0x2ca751['endRow']+_0x2ba0bc}:_0x336329[_0x531fbc(0x1f5)]>_0x2ca751['startRow']&&_0x336329[_0x531fbc(0x1f5)]<=_0x2ca751[_0x531fbc(0x3bf)]?{..._0x2ca751,'endRow':_0x2ca751[_0x531fbc(0x3bf)]+_0x2ba0bc}:{..._0x2ca751};});return _0x2afe7d[_0x1fe6c1(0x407)][_0x1fe6c1(0x292)]=_0x17de5d,{'m1Prime':_0x46c9bb,'m2Prime':_0x2afe7d};}},_0x1de9e7={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860[_0x5d8b54(0x1c9)]['id'],'handler'(_0x4e7db3,_0x1b95e2){const _0x3e012e=_0x5d8b54;let _0x54bd38={'m1Prime':_0x4e7db3,'m2Prime':_0x1b95e2};if(_0x4e7db3['params'][_0x3e012e(0x30d)]!==_0x1b95e2[_0x3e012e(0x407)][_0x3e012e(0x30d)]||_0x4e7db3[_0x3e012e(0x407)][_0x3e012e(0x33f)]!==_0x1b95e2[_0x3e012e(0x407)]['subUnitId'])return _0x54bd38;let _0x232bb8=_0x1973ab['Tools']['deepClone'](_0x1b95e2),_0x5c03ff=(0x0,_0x22a860[_0x3e012e(0x20c)])(_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x4e7db3[_0x3e012e(0x407)]['range'])),_0x4d25dd((0x0,_0x22a860[_0x3e012e(0x2ac)])(_0x1b95e2[_0x3e012e(0x407)][_0x3e012e(0x1f4)])));_0x232bb8[_0x3e012e(0x407)]['range'][_0x3e012e(0x1f5)]+=_0x5c03ff[_0x3e012e(0x25f)],_0x232bb8[_0x3e012e(0x407)][_0x3e012e(0x1f4)][_0x3e012e(0x3bf)]+=_0x5c03ff[_0x3e012e(0x25f)]+(_0x5c03ff[_0x3e012e(0x3e1)]||0x0);let _0xd862e9=_0x4e7db3[_0x3e012e(0x407)][_0x3e012e(0x1f4)]['startRow'],_0x1cef44=_0x4e7db3['params'][_0x3e012e(0x1f4)]['endRow']-_0x4e7db3[_0x3e012e(0x407)][_0x3e012e(0x1f4)][_0x3e012e(0x1f5)]+0x1,_0x38e6f3={};for(let _0x2aff20 in _0x1b95e2[_0x3e012e(0x407)][_0x3e012e(0x1d0)]){let _0x3084d1=Number(_0x2aff20),_0x500c32=_0x1b95e2[_0x3e012e(0x407)][_0x3e012e(0x1d0)][_0x2aff20];_0x3084d1=_0x538e44(_0xd862e9,_0x1cef44,_0x3084d1),_0x500c32=_0x538e44(_0xd862e9,_0x1cef44,_0x500c32),_0x38e6f3[_0x3084d1]=_0x500c32;}return _0x232bb8[_0x3e012e(0x407)][_0x3e012e(0x1d0)]=_0x38e6f3,{'m1Prime':_0x4e7db3,'m2Prime':_0x232bb8};}},_0x538e44=(_0x35fca5,_0x1a96b1,_0x43885f)=>_0x43885f>=_0x35fca5?_0x43885f+_0x1a96b1:_0x43885f,_0x5629df={'m1':_0x22a860['InsertRowMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler'(_0x4e317d,_0x56441e){const _0x237883=_0x5d8b54;let _0x283ea4={'m1Prime':_0x4e317d,'m2Prime':_0x56441e};if(_0x4e317d[_0x237883(0x407)][_0x237883(0x30d)]!==_0x56441e['params'][_0x237883(0x30d)]||_0x4e317d[_0x237883(0x407)][_0x237883(0x33f)]!==_0x56441e['params']['subUnitId'])return _0x283ea4;let _0x39c1f6=[_0x1973ab[_0x237883(0x281)][_0x237883(0x198)](_0x4e317d)],_0x37235e=_0x1973ab[_0x237883(0x281)][_0x237883(0x198)](_0x56441e),{values:_0x32d063}=_0x37235e[_0x237883(0x407)],_0xfec97c=[],_0x14d397=!0x1;for(let _0x1b6029 in _0x32d063){let _0x4656b0=_0x32d063[_0x1b6029];if(_0xfec97c[_0x237883(0x2da)](..._0x4656b0[_0x237883(0x292)]),_0x4656b0[_0x237883(0x292)]['some'](_0x30c27b=>{const _0x3529ad=_0x237883;let _0x291cee=(0x0,_0x22a860[_0x3529ad(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x3529ad(0x2ac)])(_0x4e317d[_0x3529ad(0x407)][_0x3529ad(0x1f4)])),(0x0,_0x22a860['rotateRange'])(_0x4d25dd(_0x30c27b)));return _0x291cee['length']===0x0?(_0x291cee[_0x3529ad(0x25f)]!==0x0&&(_0x14d397=!0x0),_0x30c27b[_0x3529ad(0x1f5)]+=_0x291cee[_0x3529ad(0x25f)],_0x30c27b['endRow']+=_0x291cee[_0x3529ad(0x25f)],!0x1):!0x0;}))return{'error':Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x14d397){let _0x12d621={'id':_0x22a860[_0x237883(0x274)]['id'],'params':{'unitId':_0x56441e['params']['unitId'],'subUnitId':_0x56441e['params']['subUnitId'],'ranges':_0xfec97c}};_0x39c1f6[_0x237883(0x2da)](_0x12d621,_0x37235e);}return{'m1Prime':_0x39c1f6,'m2Prime':_0x37235e};}},_0x21c62b={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860['SetRangeValuesMutation']['id'],'handler'(_0x4e7cdf,_0x436665){const _0x4cee55=_0x5d8b54;let _0x3bffb0={'m1Prime':_0x4e7cdf,'m2Prime':_0x436665};if(_0x4e7cdf['params']['unitId']!==_0x436665[_0x4cee55(0x407)][_0x4cee55(0x30d)]||_0x4e7cdf[_0x4cee55(0x407)][_0x4cee55(0x33f)]!==_0x436665['params'][_0x4cee55(0x33f)])return _0x3bffb0;let _0x561a93=[_0x1973ab[_0x4cee55(0x281)][_0x4cee55(0x198)](_0x4e7cdf)],_0x2956f1=_0x1973ab[_0x4cee55(0x281)][_0x4cee55(0x198)](_0x436665),_0x5c67c7=new _0x1973ab[(_0x4cee55(0x34a))](_0x2956f1[_0x4cee55(0x407)][_0x4cee55(0x204)]),_0x3e24d0=_0x5c67c7[_0x4cee55(0x2e7)](),_0x5276ad=_0x4e7cdf[_0x4cee55(0x407)][_0x4cee55(0x1f4)],_0x3bf518=_0x5276ad[_0x4cee55(0x3bf)]-_0x5276ad[_0x4cee55(0x1f5)]+0x1;if(_0x2956f1[_0x4cee55(0x407)][_0x4cee55(0x204)]&&_0x5276ad['startRow']<=_0x3e24d0[_0x4cee55(0x3bf)]){let _0x534cbd=Math[_0x4cee55(0x26a)](_0x3e24d0['startRow'],_0x5276ad[_0x4cee55(0x1f5)]);_0x5a2fb3(_0x2956f1[_0x4cee55(0x407)][_0x4cee55(0x204)],_0x534cbd,_0x3e24d0['endRow']-_0x534cbd+0x1,_0x3bf518);}let _0x33167b=new _0x1973ab[(_0x4cee55(0x34a))](),_0x2ab854=!0x1;if(_0x5c67c7['forValue']((_0x3c6745,_0x42795e,_0x10dd74)=>{const _0x1ba1b6=_0x4cee55;if(_0x10dd74&&_0x10dd74['f']){let _0x2ae8f5=_0x10dd74['f'],_0x5d6a2b=!0x1,_0x221f80=_0x21a084(_0x4e7cdf[_0x1ba1b6(0x407)][_0x1ba1b6(0x30d)],_0x4e7cdf[_0x1ba1b6(0x407)][_0x1ba1b6(0x33f)],_0x2ae8f5,_0x536225=>{const _0x281830=_0x1ba1b6;let _0x3a5220=(0x0,_0x22a860[_0x281830(0x20c)])(_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x4e7cdf[_0x281830(0x407)][_0x281830(0x1f4)])),_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x536225)));return(_0x3a5220['step']!==0x0||_0x3a5220[_0x281830(0x3e1)]!==0x0)&&(_0x5d6a2b=!0x0,_0x536225[_0x281830(0x1f5)]+=_0x3a5220[_0x281830(0x25f)],_0x536225[_0x281830(0x3bf)]+=_0x3a5220[_0x281830(0x25f)]+_0x3a5220['length']),_0x536225;});_0x5d6a2b&&(_0x2ab854=!0x0,_0x10dd74['f']=_0x221f80,_0x33167b[_0x1ba1b6(0x423)](_0x3c6745,_0x42795e,{..._0x10dd74}));}}),_0x2ab854){let _0x206bac={'id':_0x22a860['SetRangeValuesMutation']['id'],'params':{'unitId':_0x436665[_0x4cee55(0x407)]['unitId'],'subUnitId':_0x436665[_0x4cee55(0x407)]['subUnitId'],'cellValue':_0x33167b[_0x4cee55(0x355)]()}};_0x561a93[_0x4cee55(0x2da)](_0x206bac);}return{'m1Prime':_0x561a93,'m2Prime':_0x2956f1};}},_0x516e1b={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860[_0x5d8b54(0x1a6)]['id'],'handler'(_0x5d398e,_0x57db1c){const _0x880993=_0x5d8b54;let _0x214c83={'m1Prime':_0x5d398e,'m2Prime':_0x57db1c};if(_0x5d398e['params'][_0x880993(0x30d)]!==_0x57db1c[_0x880993(0x407)][_0x880993(0x30d)]||_0x5d398e[_0x880993(0x407)][_0x880993(0x33f)]!==_0x57db1c['params'][_0x880993(0x33f)])return _0x214c83;let _0x3ee02d=_0x1973ab[_0x880993(0x281)][_0x880993(0x198)](_0x5d398e),_0x5dacc0=_0x1973ab[_0x880993(0x281)][_0x880993(0x198)](_0x57db1c),{rowData:_0x2ceff8}=_0x5dacc0[_0x880993(0x407)];for(let _0x31c64f=_0x5d398e['params'][_0x880993(0x1f4)][_0x880993(0x1f5)];_0x31c64f<=_0x5d398e[_0x880993(0x407)][_0x880993(0x1f4)][_0x880993(0x3bf)];_0x31c64f++)(0x0,_0x1973ab[_0x880993(0x304)])(_0x31c64f,void 0x0,_0x2ceff8);return{'m1Prime':_0x3ee02d,'m2Prime':_0x5dacc0};}},_0x19bb18={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860[_0x5d8b54(0x3c9)]['id'],'handler'(_0x4dd885,_0x1450c3){const _0xcafd7f=_0x5d8b54;let _0xf735ab={'m1Prime':_0x4dd885,'m2Prime':_0x1450c3};if(_0x4dd885[_0xcafd7f(0x407)][_0xcafd7f(0x30d)]!==_0x1450c3[_0xcafd7f(0x407)][_0xcafd7f(0x30d)]||_0x4dd885['params']['subUnitId']!==_0x1450c3['params'][_0xcafd7f(0x33f)])return _0xf735ab;let _0x2992e5=_0x1973ab[_0xcafd7f(0x281)][_0xcafd7f(0x198)](_0x4dd885),_0x3a2663=_0x1973ab[_0xcafd7f(0x281)][_0xcafd7f(0x198)](_0x1450c3),{ranges:_0x8d34fc}=_0x3a2663['params'];return _0x8d34fc[_0xcafd7f(0x1a1)](_0x532be5=>{const _0x3cadcc=_0xcafd7f;let _0x3e8893=(0x0,_0x22a860[_0x3cadcc(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x3cadcc(0x2ac)])(_0x4dd885['params'][_0x3cadcc(0x1f4)])),_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x532be5)));return _0x3e8893[_0x3cadcc(0x3e1)]===0x0?(_0x532be5[_0x3cadcc(0x1f5)]+=_0x3e8893[_0x3cadcc(0x25f)],_0x532be5[_0x3cadcc(0x3bf)]+=_0x3e8893[_0x3cadcc(0x25f)],!0x1):!0x0;})?{'error':Error(_0xcafd7f(0x3c3))}:{'m1Prime':_0x2992e5,'m2Prime':_0x3a2663};}},_0x42b04d={'m1':_0x22a860['InsertRowMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x332)]['id'],'handler'(_0x40c6af,_0x126712){const _0x477c44=_0x5d8b54;let _0x596d5={'m1Prime':_0x40c6af,'m2Prime':_0x126712};if(_0x40c6af['params'][_0x477c44(0x30d)]!==_0x126712[_0x477c44(0x407)][_0x477c44(0x30d)]||_0x40c6af[_0x477c44(0x407)][_0x477c44(0x33f)]!==_0x126712[_0x477c44(0x407)][_0x477c44(0x33f)])return _0x596d5;let _0x2cc5d6=_0x1973ab[_0x477c44(0x281)][_0x477c44(0x198)](_0x40c6af),_0x443f7e=_0x1973ab[_0x477c44(0x281)][_0x477c44(0x198)](_0x126712),{ranges:_0x2fefc1}=_0x443f7e[_0x477c44(0x407)];return _0x2fefc1[_0x477c44(0x1a1)](_0x2c8ab5=>{const _0x3ee128=_0x477c44;let _0xef4da1=(0x0,_0x22a860[_0x3ee128(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x3ee128(0x2ac)])(_0x40c6af[_0x3ee128(0x407)][_0x3ee128(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x3ee128(0x2ac)])(_0x2c8ab5)));return _0xef4da1[_0x3ee128(0x3e1)]===0x0?(_0x2c8ab5['startRow']+=_0xef4da1[_0x3ee128(0x25f)],_0x2c8ab5[_0x3ee128(0x3bf)]+=_0xef4da1[_0x3ee128(0x25f)],!0x1):!0x0;})?{'error':Error(_0x477c44(0x1e3))}:{'m1Prime':_0x2cc5d6,'m2Prime':_0x443f7e};}},_0x6ba1c6={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860[_0x5d8b54(0x1df)]['id'],'handler'(_0x122759,_0x369e8a){const _0x13cf9e=_0x5d8b54;let _0x5c0504={'m1Prime':[],'m2Prime':[]};if(_0x122759[_0x13cf9e(0x407)][_0x13cf9e(0x30d)]!==_0x369e8a['params']['unitId']||_0x122759[_0x13cf9e(0x407)][_0x13cf9e(0x33f)]!==_0x369e8a[_0x13cf9e(0x407)]['subUnitId'])return _0x5c0504;let _0xc6e2cb=_0x1973ab['Tools'][_0x13cf9e(0x198)](_0x369e8a),_0x24654c=!0x1;return _0xc6e2cb[_0x13cf9e(0x407)]['selections']['forEach'](_0x32dfd7=>{const _0x403e8e=_0x13cf9e;let {range:_0x37a2f3,primary:_0x255a20}=_0x32dfd7,_0x1e85eb=(0x0,_0x22a860[_0x403e8e(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x403e8e(0x2ac)])(_0x122759[_0x403e8e(0x407)][_0x403e8e(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x403e8e(0x2ac)])(_0x37a2f3)));if(_0x1e85eb[_0x403e8e(0x3e1)]||_0x1e85eb[_0x403e8e(0x25f)]){if(_0x37a2f3['startRow']+=_0x1e85eb[_0x403e8e(0x25f)],_0x37a2f3[_0x403e8e(0x3bf)]+=_0x1e85eb[_0x403e8e(0x25f)]+(_0x1e85eb['length']||0x0),_0x255a20){let _0x18fb16=(0x0,_0x22a860[_0x403e8e(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x403e8e(0x2ac)])(_0x122759[_0x403e8e(0x407)][_0x403e8e(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x403e8e(0x2ac)])(_0x255a20)));(_0x18fb16[_0x403e8e(0x3e1)]||_0x18fb16['step'])&&(_0x255a20[_0x403e8e(0x1f5)]+=_0x18fb16['step'],_0x255a20[_0x403e8e(0x3bf)]+=_0x18fb16[_0x403e8e(0x25f)],_0x255a20[_0x403e8e(0x1e0)]+=_0x18fb16[_0x403e8e(0x25f)]);}_0x24654c=!0x0;}}),_0x24654c&&_0x5c0504[_0x13cf9e(0x2c7)]['push'](_0xc6e2cb),_0x5c0504;}},_0x35d7b6={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x1db735['SetSheetsFilterRangeMutation']['id'],'handler'(_0x22611b,_0x638e3a){const _0x4ded6e=_0x5d8b54;let _0x2da92d={'m1Prime':[_0x22611b],'m2Prime':[_0x638e3a]};if(_0x22611b[_0x4ded6e(0x407)]['unitId']!==_0x638e3a[_0x4ded6e(0x407)][_0x4ded6e(0x30d)]||_0x22611b[_0x4ded6e(0x407)][_0x4ded6e(0x33f)]!==_0x638e3a[_0x4ded6e(0x407)][_0x4ded6e(0x33f)])return _0x2da92d;let _0x52994d=_0x1973ab[_0x4ded6e(0x281)]['deepClone'](_0x22611b),_0x3786d8=_0x1973ab['Tools'][_0x4ded6e(0x198)](_0x638e3a),_0x563b39=_0x304003({'start':_0x22611b[_0x4ded6e(0x407)]['range'][_0x4ded6e(0x1f5)],'end':_0x22611b[_0x4ded6e(0x407)]['range']['endRow']},{'start':_0x638e3a[_0x4ded6e(0x407)][_0x4ded6e(0x1f4)][_0x4ded6e(0x1f5)],'end':_0x638e3a[_0x4ded6e(0x407)][_0x4ded6e(0x1f4)][_0x4ded6e(0x3bf)]});return _0x3786d8[_0x4ded6e(0x407)][_0x4ded6e(0x1f4)][_0x4ded6e(0x1f5)]===_0x563b39[_0x4ded6e(0x30a)]&&_0x3786d8[_0x4ded6e(0x407)]['range'][_0x4ded6e(0x3bf)]===_0x563b39[_0x4ded6e(0x393)]?_0x2da92d:(_0x3786d8[_0x4ded6e(0x407)][_0x4ded6e(0x1f4)][_0x4ded6e(0x1f5)]=_0x563b39[_0x4ded6e(0x30a)],_0x3786d8['params'][_0x4ded6e(0x1f4)][_0x4ded6e(0x3bf)]=_0x563b39[_0x4ded6e(0x393)],{'m1Prime':[_0x3786d8,_0x52994d],'m2Prime':[_0x3786d8]});}},_0x2602c7={'m1':_0x22a860['InsertRowMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x302)]['id'],'handler'(_0x4a01d9,_0x21c502){const _0x5899e2=_0x5d8b54;let _0x5edb66={'m1Prime':_0x4a01d9,'m2Prime':_0x21c502};if(_0x4a01d9[_0x5899e2(0x407)][_0x5899e2(0x30d)]!==_0x21c502['params']['unitId']||_0x4a01d9[_0x5899e2(0x407)][_0x5899e2(0x33f)]!==_0x21c502[_0x5899e2(0x407)][_0x5899e2(0x33f)])return _0x5edb66;let _0x467c9c=_0x1973ab[_0x5899e2(0x281)][_0x5899e2(0x198)](_0x4a01d9),_0x32a792=_0x1973ab[_0x5899e2(0x281)][_0x5899e2(0x198)](_0x21c502),{rowsAutoHeightInfo:_0xedeb5a}=_0x32a792[_0x5899e2(0x407)];return _0xedeb5a[_0x5899e2(0x1a1)](_0x540cf5=>{const _0x2d2f23=_0x5899e2;let _0x21673a={'startRow':_0x540cf5[_0x2d2f23(0x279)],'endRow':_0x540cf5[_0x2d2f23(0x279)],'startColumn':0x0,'endColumn':0x0},_0x4e2661=(0x0,_0x22a860[_0x2d2f23(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x2d2f23(0x2ac)])(_0x4a01d9[_0x2d2f23(0x407)]['range'])),(0x0,_0x22a860[_0x2d2f23(0x2ac)])(_0x21673a));return _0x4e2661['length']===0x0?(_0x540cf5['row']+=_0x4e2661['step'],!0x1):!0x0;})?{'error':Error(_0x5899e2(0x24f))}:{'m1Prime':_0x467c9c,'m2Prime':_0x32a792};}},_0x466e6d={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860[_0x5d8b54(0x41d)]['id'],'handler'(_0xc165d5,_0x39f00d){const _0x4e227a=_0x5d8b54;let _0x3deb5e={'m1Prime':_0xc165d5,'m2Prime':_0x39f00d};if(_0xc165d5[_0x4e227a(0x407)]['unitId']!==_0x39f00d[_0x4e227a(0x407)][_0x4e227a(0x30d)]||_0xc165d5['params'][_0x4e227a(0x33f)]!==_0x39f00d[_0x4e227a(0x407)]['subUnitId'])return _0x3deb5e;let _0x34008e=_0x1973ab[_0x4e227a(0x281)][_0x4e227a(0x198)](_0xc165d5),_0x10ee86=_0x1973ab[_0x4e227a(0x281)][_0x4e227a(0x198)](_0x39f00d),{ranges:_0x140e62,rowHeight:_0x939c5b}=_0x10ee86[_0x4e227a(0x407)];if(_0x140e62['some'](_0x24b5e5=>{const _0x396514=_0x4e227a;let _0xc558bc=(0x0,_0x22a860[_0x396514(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x396514(0x2ac)])(_0xc165d5[_0x396514(0x407)][_0x396514(0x1f4)])),(0x0,_0x22a860[_0x396514(0x2ac)])(_0x24b5e5));return _0xc558bc[_0x396514(0x3e1)]===0x0?(_0x24b5e5['startRow']+=_0xc558bc['step'],_0x24b5e5['endRow']+=_0xc558bc[_0x396514(0x25f)],!0x1):!0x0;}))return{'error':Error(_0x4e227a(0x372))};if(typeof _0x939c5b!=_0x4e227a(0x409)){for(let _0x2c6660=_0xc165d5[_0x4e227a(0x407)]['range'][_0x4e227a(0x1f5)];_0x2c6660<=_0xc165d5[_0x4e227a(0x407)][_0x4e227a(0x1f4)][_0x4e227a(0x3bf)];_0x2c6660++)(0x0,_0x1973ab['insertMatrixArray'])(_0x2c6660,void 0x0,_0x939c5b);}return{'m1Prime':_0x34008e,'m2Prime':_0x10ee86};}},_0x5e3a6c={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x22a860['SetWorksheetRowIsAutoHeightMutation']['id'],'handler'(_0x4f2330,_0x5acc40){const _0x45b0ba=_0x5d8b54;let _0x3667d3={'m1Prime':_0x4f2330,'m2Prime':_0x5acc40};if(_0x4f2330['params'][_0x45b0ba(0x30d)]!==_0x5acc40[_0x45b0ba(0x407)]['unitId']||_0x4f2330['params'][_0x45b0ba(0x33f)]!==_0x5acc40[_0x45b0ba(0x407)]['subUnitId'])return _0x3667d3;let _0x2b8fa4=_0x1973ab[_0x45b0ba(0x281)]['deepClone'](_0x4f2330),_0x3ce7ef=_0x1973ab[_0x45b0ba(0x281)][_0x45b0ba(0x198)](_0x5acc40),{ranges:_0x4439e4,autoHeightInfo:_0x1a1259}=_0x3ce7ef[_0x45b0ba(0x407)];if(_0x4439e4['some'](_0x38c7b5=>{const _0x525f9c=_0x45b0ba;let _0x52cd44=(0x0,_0x22a860[_0x525f9c(0x20c)])(_0x4d25dd((0x0,_0x22a860[_0x525f9c(0x2ac)])(_0x4f2330[_0x525f9c(0x407)][_0x525f9c(0x1f4)])),(0x0,_0x22a860[_0x525f9c(0x2ac)])(_0x38c7b5));return _0x52cd44['length']===0x0?(_0x38c7b5['startRow']+=_0x52cd44['step'],_0x38c7b5[_0x525f9c(0x3bf)]+=_0x52cd44[_0x525f9c(0x25f)],!0x1):!0x0;}))return{'error':Error(_0x45b0ba(0x211))};if(typeof _0x1a1259!=_0x45b0ba(0x409)){for(let _0x42d962=_0x4f2330['params']['range'][_0x45b0ba(0x1f5)];_0x42d962<=_0x4f2330[_0x45b0ba(0x407)]['range'][_0x45b0ba(0x3bf)];_0x42d962++)(0x0,_0x1973ab['insertMatrixArray'])(_0x42d962,void 0x0,_0x1a1259);}return{'m1Prime':_0x2b8fa4,'m2Prime':_0x3ce7ef};}},_0x1ddba4={'m1':_0x22a860[_0x5d8b54(0x26b)]['id'],'m2':_0x1d4f53['UpdateCommentRefMutation']['id'],'handler':(_0x49ab8d,_0x5480e8)=>{const _0x21670a=_0x5d8b54;let _0x12123d={'m1Prime':_0x49ab8d,'m2Prime':_0x5480e8};if(_0x49ab8d[_0x21670a(0x407)]['unitId']!==_0x5480e8[_0x21670a(0x407)]['unitId']||_0x49ab8d[_0x21670a(0x407)]['subUnitId']!==_0x5480e8[_0x21670a(0x407)][_0x21670a(0x33f)])return _0x12123d;let _0x5c3c8f=_0x2da333(_0x5480e8,{'id':_0x22a860['InsertRowCommand']['id'],'params':{'unitId':_0x49ab8d[_0x21670a(0x407)][_0x21670a(0x30d)],'subUnitId':_0x49ab8d[_0x21670a(0x407)][_0x21670a(0x33f)],'range':_0x49ab8d[_0x21670a(0x407)][_0x21670a(0x1f4)]}});return{'m1Prime':[_0x49ab8d,..._0x5c3c8f],'m2Prime':[_0x5480e8,..._0x5c3c8f]};}},_0x351f49={'m1':_0x22a860['InsertRowMutation']['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x3400c7,_0xd9ac3b)=>{const _0x413ed=_0x5d8b54;let _0x36d6c9={'m1Prime':_0x3400c7,'m2Prime':_0xd9ac3b};if(_0x3400c7['params'][_0x413ed(0x30d)]!==_0xd9ac3b[_0x413ed(0x407)]['unitId']||_0xd9ac3b[_0x413ed(0x407)]['subUnitId']!==_0x3400c7[_0x413ed(0x407)]['subUnitId'])return _0x36d6c9;let _0x467ea3=_0x59361f(_0xd9ac3b,{'id':_0x22a860[_0x413ed(0x288)]['id'],'params':{'unitId':_0x3400c7[_0x413ed(0x407)][_0x413ed(0x30d)],'subUnitId':_0x3400c7[_0x413ed(0x407)][_0x413ed(0x33f)],'range':_0x3400c7[_0x413ed(0x407)]['range']}});return{'m1Prime':[_0x3400c7,..._0x467ea3],'m2Prime':[_0xd9ac3b,..._0x467ea3]};}},_0x244ed0={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x562c8b,_0x42098c)=>{const _0x152162=_0x5d8b54;let _0x30ec64={'m1Prime':_0x562c8b,'m2Prime':_0x42098c};if(_0x562c8b[_0x152162(0x407)][_0x152162(0x30d)]!==_0x42098c[_0x152162(0x407)][_0x152162(0x30d)]||_0x562c8b[_0x152162(0x407)][_0x152162(0x33f)]!==_0x42098c['params'][_0x152162(0x33f)])return _0x30ec64;let _0x2f80e8=_0x3b7086(_0x42098c,{'id':_0x22a860[_0x152162(0x3eb)]['id'],'params':{'unitId':_0x562c8b[_0x152162(0x407)][_0x152162(0x30d)],'subUnitId':_0x562c8b['params'][_0x152162(0x33f)],'fromRange':_0x562c8b[_0x152162(0x407)][_0x152162(0x340)],'toRange':_0x562c8b[_0x152162(0x407)][_0x152162(0x1c3)]}});return{'m1Prime':[_0x562c8b,..._0x2f80e8],'m2Prime':[_0x42098c,..._0x2f80e8]};}},_0x929110={'m1':_0x22a860['MoveColsMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler'(_0x452321,_0x3ba4a4){const _0xf09a2=_0x5d8b54;let _0x34849b=_0xe082a9['handler'](_0x3ba4a4,_0x452321);return _0x23bbda(_0x34849b)?{'m1Prime':_0x34849b[_0xf09a2(0x2c7)],'m2Prime':_0x34849b[_0xf09a2(0x374)]}:_0x34849b;}},_0x24ed7b={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860['MoveColsMutation']['id'],'handler'(_0x18209a,_0x121258){const _0x2f092d=_0x5d8b54;let _0x556bc9={'m1Prime':_0x18209a,'m2Prime':_0x121258};if(_0x18209a['params'][_0x2f092d(0x30d)]!==_0x121258[_0x2f092d(0x407)][_0x2f092d(0x30d)]||_0x18209a[_0x2f092d(0x407)][_0x2f092d(0x33f)]!==_0x121258[_0x2f092d(0x407)][_0x2f092d(0x33f)])return _0x556bc9;let _0x3b57cf=_0x1973ab[_0x2f092d(0x281)][_0x2f092d(0x198)](_0x18209a),_0x16bef4=_0x1973ab[_0x2f092d(0x281)][_0x2f092d(0x198)](_0x121258),_0x2fcec0=_0x121258['params'][_0x2f092d(0x340)],_0x5e6090=_0x121258[_0x2f092d(0x407)][_0x2f092d(0x1c3)],_0x115ff8=_0x18209a['params'][_0x2f092d(0x340)],_0x20bb4d=_0x18209a[_0x2f092d(0x407)][_0x2f092d(0x1c3)];if(_0x115ff8[_0x2f092d(0x23c)]>=_0x2fcec0[_0x2f092d(0x2ab)]&&_0x115ff8[_0x2f092d(0x2ab)]<=_0x2fcec0[_0x2f092d(0x23c)])return{'error':Error(_0x2f092d(0x264))};let _0x37d469=(0x0,_0x22a860[_0x2f092d(0x241)])({'start':_0x115ff8[_0x2f092d(0x2ab)],'end':_0x115ff8[_0x2f092d(0x23c)]},{'start':_0x20bb4d[_0x2f092d(0x2ab)],'end':_0x20bb4d[_0x2f092d(0x23c)]},{'start':_0x2fcec0['startColumn'],'end':_0x2fcec0[_0x2f092d(0x23c)]}),_0x2efe08=(0x0,_0x22a860['handleBaseMoveRowsCols'])({'start':_0x115ff8[_0x2f092d(0x2ab)],'end':_0x115ff8[_0x2f092d(0x23c)]},{'start':_0x20bb4d[_0x2f092d(0x2ab)],'end':_0x20bb4d[_0x2f092d(0x23c)]},{'start':_0x5e6090[_0x2f092d(0x2ab)],'end':_0x5e6090[_0x2f092d(0x23c)]});_0x37d469&&_0x2efe08?(_0x16bef4[_0x2f092d(0x407)][_0x2f092d(0x340)]['startColumn']+=_0x37d469[_0x2f092d(0x25f)],_0x16bef4[_0x2f092d(0x407)][_0x2f092d(0x340)][_0x2f092d(0x23c)]+=_0x37d469['step']+(_0x37d469['length']||0x0),_0x16bef4[_0x2f092d(0x407)][_0x2f092d(0x1c3)]['startColumn']+=_0x2efe08['step'],_0x16bef4[_0x2f092d(0x407)][_0x2f092d(0x1c3)][_0x2f092d(0x23c)]+=_0x2efe08[_0x2f092d(0x25f)]+(_0x2efe08[_0x2f092d(0x3e1)]||0x0)):_0x16bef4['id']=_0x22a860[_0x2f092d(0x3ec)]['id'];let _0x33d3c8=(0x0,_0x22a860[_0x2f092d(0x241)])({'start':_0x2fcec0[_0x2f092d(0x2ab)],'end':_0x2fcec0[_0x2f092d(0x23c)]},{'start':_0x5e6090[_0x2f092d(0x2ab)],'end':_0x5e6090[_0x2f092d(0x23c)]},{'start':_0x115ff8['startColumn'],'end':_0x115ff8['endColumn']}),_0x14b26e=(0x0,_0x22a860[_0x2f092d(0x241)])({'start':_0x2fcec0[_0x2f092d(0x2ab)],'end':_0x2fcec0[_0x2f092d(0x23c)]},{'start':_0x5e6090[_0x2f092d(0x2ab)],'end':_0x5e6090['endColumn']},{'start':_0x20bb4d['startColumn'],'end':_0x20bb4d[_0x2f092d(0x23c)]});return _0x33d3c8&&_0x14b26e?(_0x3b57cf[_0x2f092d(0x407)]['sourceRange']['startColumn']+=_0x33d3c8['step'],_0x3b57cf[_0x2f092d(0x407)]['sourceRange'][_0x2f092d(0x23c)]+=_0x33d3c8[_0x2f092d(0x25f)]+(_0x33d3c8['length']||0x0),_0x3b57cf[_0x2f092d(0x407)][_0x2f092d(0x1c3)][_0x2f092d(0x2ab)]+=_0x14b26e[_0x2f092d(0x25f)],_0x3b57cf[_0x2f092d(0x407)][_0x2f092d(0x1c3)]['endColumn']+=_0x14b26e[_0x2f092d(0x25f)]+(_0x14b26e[_0x2f092d(0x3e1)]||0x0)):_0x3b57cf['id']=_0x22a860[_0x2f092d(0x3ec)]['id'],{'m1Prime':_0x3b57cf,'m2Prime':_0x16bef4};}},_0x9c590={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler'(_0x199e76,_0x10d47f){const _0x4daeec=_0x5d8b54;let _0x4c4efb={'m1Prime':_0x199e76,'m2Prime':_0x10d47f};if(_0x199e76[_0x4daeec(0x407)][_0x4daeec(0x30d)]!==_0x10d47f[_0x4daeec(0x407)]['unitId']||_0x199e76['params'][_0x4daeec(0x33f)]!==_0x10d47f[_0x4daeec(0x407)][_0x4daeec(0x1f2)]['subUnitId']&&_0x199e76[_0x4daeec(0x407)][_0x4daeec(0x33f)]!==_0x10d47f[_0x4daeec(0x407)]['to'][_0x4daeec(0x33f)])return _0x4c4efb;let _0x5b9165=_0x1973ab[_0x4daeec(0x281)][_0x4daeec(0x198)](_0x199e76),_0x2f6fdf=_0x1973ab[_0x4daeec(0x281)][_0x4daeec(0x198)](_0x10d47f),_0x1ae4d8=_0x199e76[_0x4daeec(0x407)][_0x4daeec(0x340)],_0x345e87=_0x199e76[_0x4daeec(0x407)][_0x4daeec(0x1c3)];if(_0x199e76[_0x4daeec(0x407)][_0x4daeec(0x33f)]===_0x10d47f['params'][_0x4daeec(0x1f2)]['subUnitId']){let _0x500c5c=new _0x1973ab[(_0x4daeec(0x34a))](_0x2f6fdf[_0x4daeec(0x407)]['from'][_0x4daeec(0x38a)]),_0x3d03c9=_0x500c5c['getDataRange']();if(_0x101e16({'start':_0x1ae4d8['startColumn'],'end':_0x1ae4d8[_0x4daeec(0x23c)]},{'start':_0x3d03c9['startColumn'],'end':_0x3d03c9['endColumn']})||_0x101e16({'start':_0x345e87['startColumn'],'end':_0x345e87[_0x4daeec(0x23c)]},{'start':_0x3d03c9[_0x4daeec(0x2ab)],'end':_0x3d03c9[_0x4daeec(0x23c)]}))return{'error':Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};let _0x4601d2=(0x0,_0x22a860[_0x4daeec(0x241)])({'start':_0x1ae4d8[_0x4daeec(0x2ab)],'end':_0x1ae4d8[_0x4daeec(0x23c)]},{'start':_0x345e87['startColumn'],'end':_0x345e87[_0x4daeec(0x23c)]},{'start':_0x3d03c9[_0x4daeec(0x2ab)],'end':_0x3d03c9[_0x4daeec(0x23c)]});if(_0x4601d2[_0x4daeec(0x3e1)]!==0x0)return{'error':Error(_0x4daeec(0x1e5))};_0x4601d2[_0x4daeec(0x25f)]!==0x0&&_0x500c5c['moveColumns'](_0x1ae4d8['startColumn'],_0x1ae4d8[_0x4daeec(0x23c)]-_0x1ae4d8[_0x4daeec(0x2ab)]+0x1,_0x345e87[_0x4daeec(0x2ab)]),_0x2f6fdf[_0x4daeec(0x407)]['from']['value']=_0x500c5c[_0x4daeec(0x355)]();}if(_0x199e76['params'][_0x4daeec(0x33f)]===_0x10d47f['params']['to'][_0x4daeec(0x33f)]){let _0x2c66f3=new _0x1973ab['ObjectMatrix'](_0x2f6fdf['params']['to'][_0x4daeec(0x38a)]),_0x5a18ea=_0x2c66f3[_0x4daeec(0x2e7)]();if(_0x101e16({'start':_0x1ae4d8[_0x4daeec(0x2ab)],'end':_0x1ae4d8[_0x4daeec(0x23c)]},{'start':_0x5a18ea[_0x4daeec(0x2ab)],'end':_0x5a18ea[_0x4daeec(0x23c)]})||_0x101e16({'start':_0x345e87[_0x4daeec(0x2ab)],'end':_0x345e87[_0x4daeec(0x23c)]},{'start':_0x5a18ea[_0x4daeec(0x2ab)],'end':_0x5a18ea[_0x4daeec(0x23c)]}))return{'error':Error(_0x4daeec(0x1e5))};let _0x5d3120=(0x0,_0x22a860[_0x4daeec(0x241)])({'start':_0x1ae4d8[_0x4daeec(0x2ab)],'end':_0x1ae4d8['endColumn']},{'start':_0x345e87[_0x4daeec(0x2ab)],'end':_0x345e87[_0x4daeec(0x23c)]},{'start':_0x5a18ea[_0x4daeec(0x2ab)],'end':_0x5a18ea[_0x4daeec(0x23c)]});if(_0x5d3120[_0x4daeec(0x3e1)]!==0x0)return{'error':Error(_0x4daeec(0x1e5))};_0x5d3120['step']!==0x0&&_0x2c66f3[_0x4daeec(0x3f8)](_0x1ae4d8[_0x4daeec(0x2ab)],_0x1ae4d8[_0x4daeec(0x23c)]-_0x1ae4d8[_0x4daeec(0x2ab)]+0x1,_0x345e87[_0x4daeec(0x2ab)]),_0x2f6fdf[_0x4daeec(0x407)]['to'][_0x4daeec(0x38a)]=_0x2c66f3[_0x4daeec(0x355)]();}return{'m1Prime':_0x5b9165,'m2Prime':_0x2f6fdf};}},_0x5b5488={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860[_0x5d8b54(0x274)]['id'],'handler'(_0x1553e8,_0x557570){const _0x2a3681=_0x5d8b54;let _0x5c9ced={'m1Prime':_0x1553e8,'m2Prime':_0x557570};if(_0x1553e8[_0x2a3681(0x407)][_0x2a3681(0x30d)]!==_0x557570['params'][_0x2a3681(0x30d)]||_0x1553e8[_0x2a3681(0x407)][_0x2a3681(0x33f)]!==_0x557570['params'][_0x2a3681(0x33f)])return _0x5c9ced;let _0x51cbb9=_0x1973ab[_0x2a3681(0x281)][_0x2a3681(0x198)](_0x1553e8),_0x2cff4c=_0x1973ab['Tools']['deepClone'](_0x557570),{sourceRange:_0x20a70e,targetRange:_0x5c6713}=_0x1553e8['params'],_0x4f5f5f={'start':_0x20a70e[_0x2a3681(0x2ab)],'end':_0x20a70e[_0x2a3681(0x23c)]},_0x5c8542={'start':_0x5c6713['startColumn'],'end':_0x5c6713[_0x2a3681(0x23c)]};return _0x2cff4c['params'][_0x2a3681(0x292)][_0x2a3681(0x1a1)](_0x45e982=>{const _0x5282bc=_0x2a3681;let _0x3a960c={'start':_0x45e982['startColumn'],'end':_0x45e982[_0x5282bc(0x23c)]},_0x638086=_0x101e16(_0x4f5f5f,_0x3a960c),_0x391308=_0x101e16(_0x5c8542,_0x3a960c);if(_0x638086||_0x391308)return!0x0;let _0x5e9bd8=(0x0,_0x22a860[_0x5282bc(0x241)])(_0x4f5f5f,_0x5c8542,_0x3a960c);return _0x5e9bd8['length']===0x0?(_0x45e982[_0x5282bc(0x2ab)]+=_0x5e9bd8['step'],_0x45e982[_0x5282bc(0x23c)]+=_0x5e9bd8['step'],!0x1):!0x0;})?{'error':Error(_0x2a3681(0x349))}:{'m1Prime':_0x51cbb9,'m2Prime':_0x2cff4c};}},_0xcde958={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860[_0x5d8b54(0x233)]['id'],'handler'(_0x9ae33a,_0x40017a){const _0x40e484=_0x5d8b54;let _0x2398ad=_0x1973ab[_0x40e484(0x281)][_0x40e484(0x198)](_0x9ae33a),_0x12358b=_0x1973ab[_0x40e484(0x281)][_0x40e484(0x198)](_0x40017a);if(_0x9ae33a[_0x40e484(0x407)][_0x40e484(0x30d)]!==_0x40017a[_0x40e484(0x407)][_0x40e484(0x30d)]||_0x9ae33a[_0x40e484(0x407)]['subUnitId']!==_0x40017a[_0x40e484(0x407)]['subUnitId'])return{'m1Prime':_0x2398ad,'m2Prime':_0x12358b};let _0xba0133=_0x12358b['params'][_0x40e484(0x292)]['reduce']((_0x5b8378,_0x3f4162)=>{const _0x27393b=_0x40e484;let {sourceRange:_0xdc50c3,targetRange:_0x3d3c7f}=_0x9ae33a[_0x27393b(0x407)],_0x3656c3={..._0x3f4162};return _0xdc50c3['endColumn']<_0x3656c3['startColumn']&&_0x3d3c7f[_0x27393b(0x2ab)]>_0x3656c3[_0x27393b(0x23c)]?(_0x3656c3['startColumn']-=_0xdc50c3['endColumn']-_0xdc50c3[_0x27393b(0x2ab)]+0x1,_0x3656c3['endColumn']-=_0xdc50c3[_0x27393b(0x23c)]-_0xdc50c3['startColumn']+0x1,_0x337976(_0x3656c3)&&_0x5b8378['push'](_0x3656c3)):_0xdc50c3[_0x27393b(0x2ab)]>_0x3656c3[_0x27393b(0x23c)]&&_0x3d3c7f[_0x27393b(0x23c)]<_0x3656c3[_0x27393b(0x2ab)]?(_0x3656c3[_0x27393b(0x2ab)]+=_0xdc50c3['endColumn']-_0xdc50c3[_0x27393b(0x2ab)]+0x1,_0x3656c3[_0x27393b(0x23c)]+=_0xdc50c3[_0x27393b(0x23c)]-_0xdc50c3[_0x27393b(0x2ab)]+0x1,_0x337976(_0x3656c3)&&_0x5b8378['push'](_0x3656c3)):_0x1973ab[_0x27393b(0x3f3)][_0x27393b(0x19b)](_0x3656c3,_0xdc50c3)||_0x1973ab[_0x27393b(0x3f3)][_0x27393b(0x19b)](_0x3656c3,_0x3d3c7f)||_0x5b8378[_0x27393b(0x2da)](_0x3656c3),_0x5b8378;},[]);return _0x12358b['params'][_0x40e484(0x292)]=_0xba0133,_0x12358b[_0x40e484(0x407)][_0x40e484(0x292)]['length']===0x0&&(_0x12358b['id']=_0x22a860[_0x40e484(0x3ec)]['id']),{'m1Prime':_0x2398ad,'m2Prime':_0x12358b};}},_0x42937b={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860['ReorderRangeMutation']['id'],'handler'(_0x455b90,_0x5328f1){const _0x5b390b=_0x5d8b54;let _0xbabc97={'m1Prime':_0x455b90,'m2Prime':_0x5328f1};if(_0x455b90[_0x5b390b(0x407)]['unitId']!==_0x5328f1['params'][_0x5b390b(0x30d)]||_0x455b90['params'][_0x5b390b(0x33f)]!==_0x5328f1[_0x5b390b(0x407)][_0x5b390b(0x33f)])return _0xbabc97;let _0x270477=_0x455b90[_0x5b390b(0x407)][_0x5b390b(0x340)][_0x5b390b(0x2ab)],_0x499fbe=_0x455b90[_0x5b390b(0x407)][_0x5b390b(0x340)][_0x5b390b(0x23c)],_0x450745=_0x455b90[_0x5b390b(0x407)]['targetRange']['startColumn'],_0x3b1934=_0x455b90[_0x5b390b(0x407)]['targetRange'][_0x5b390b(0x23c)],_0x2279a8=_0x5328f1['params'][_0x5b390b(0x1f4)]['startColumn'],_0x39b770=_0x5328f1[_0x5b390b(0x407)][_0x5b390b(0x1f4)][_0x5b390b(0x23c)];if(_0x270477<=_0x39b770&&_0x499fbe>=_0x2279a8||_0x450745<=_0x39b770&&_0x3b1934>=_0x2279a8)return{'error':Error(_0x5b390b(0x271))};let _0x3097ab=(0x0,_0x22a860[_0x5b390b(0x241)])({'start':_0x270477,'end':_0x499fbe},{'start':_0x450745,'end':_0x3b1934},{'start':_0x2279a8,'end':_0x39b770}),_0x3ba0f6=_0x1973ab[_0x5b390b(0x281)]['deepClone'](_0x5328f1);return _0x3ba0f6[_0x5b390b(0x407)][_0x5b390b(0x1f4)]['startColumn']+=_0x3097ab[_0x5b390b(0x25f)],_0x3ba0f6[_0x5b390b(0x407)]['range'][_0x5b390b(0x23c)]+=_0x3097ab[_0x5b390b(0x25f)]+(_0x3097ab[_0x5b390b(0x3e1)]||0x0),{'m1Prime':_0x455b90,'m2Prime':_0x3ba0f6};}},_0x176a07={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860[_0x5d8b54(0x1fb)]['id'],'handler'(_0x17bce9,_0x24ee3c){const _0x36c087=_0x5d8b54;let _0x2b555f={'m1Prime':_0x17bce9,'m2Prime':_0x24ee3c};if(_0x17bce9['params'][_0x36c087(0x30d)]!==_0x24ee3c[_0x36c087(0x407)][_0x36c087(0x30d)]||_0x17bce9['params'][_0x36c087(0x33f)]!==_0x24ee3c[_0x36c087(0x407)][_0x36c087(0x33f)])return _0x2b555f;let _0x8ac0ad=_0x1973ab[_0x36c087(0x281)]['deepClone'](_0x17bce9),_0x1c3247=_0x1973ab[_0x36c087(0x281)][_0x36c087(0x198)](_0x24ee3c),{columnData:_0x36653a}=_0x1c3247[_0x36c087(0x407)],{sourceRange:_0x26f5e0,targetRange:_0x1675b8}=_0x17bce9[_0x36c087(0x407)];return(0x0,_0x1973ab[_0x36c087(0x27d)])(_0x26f5e0[_0x36c087(0x2ab)],_0x26f5e0[_0x36c087(0x23c)]-_0x26f5e0[_0x36c087(0x2ab)]+0x1,_0x1675b8['startColumn'],_0x36653a),{'m1Prime':_0x8ac0ad,'m2Prime':_0x1c3247};}},_0x1c38f0={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860['SetColHiddenMutation']['id'],'handler'(_0x59d727,_0x54df24){const _0x21f30a=_0x5d8b54;let _0x5bdc38={'m1Prime':_0x59d727,'m2Prime':_0x54df24};if(_0x59d727[_0x21f30a(0x407)][_0x21f30a(0x30d)]!==_0x54df24[_0x21f30a(0x407)][_0x21f30a(0x30d)]||_0x59d727['params'][_0x21f30a(0x33f)]!==_0x54df24[_0x21f30a(0x407)][_0x21f30a(0x33f)])return _0x5bdc38;let _0x3fd8e0=_0x1973ab[_0x21f30a(0x281)][_0x21f30a(0x198)](_0x59d727),_0xd09d87=_0x1973ab[_0x21f30a(0x281)][_0x21f30a(0x198)](_0x54df24),{ranges:_0x2b975d}=_0xd09d87[_0x21f30a(0x407)],{sourceRange:_0x6d624a,targetRange:_0x2c56ca}=_0x59d727['params'],_0x53f8d8={'start':_0x6d624a[_0x21f30a(0x2ab)],'end':_0x6d624a[_0x21f30a(0x23c)]},_0x35637b={'start':_0x2c56ca['startColumn'],'end':_0x2c56ca[_0x21f30a(0x23c)]};return _0x2b975d['some'](_0x46db1f=>{const _0x6f648a=_0x21f30a;let _0x396a66={'start':_0x46db1f[_0x6f648a(0x2ab)],'end':_0x46db1f[_0x6f648a(0x23c)]},_0x2fd8fa=_0x101e16(_0x53f8d8,_0x396a66),_0xd46e7d=_0x101e16(_0x35637b,_0x396a66);if(_0x2fd8fa||_0xd46e7d)return!0x0;let _0x5ced76=(0x0,_0x22a860[_0x6f648a(0x241)])(_0x53f8d8,_0x35637b,_0x396a66);return _0x5ced76['length']===0x0?(_0x46db1f['startColumn']+=_0x5ced76[_0x6f648a(0x25f)],_0x46db1f[_0x6f648a(0x23c)]+=_0x5ced76[_0x6f648a(0x25f)],!0x1):!0x0;})?{'error':Error(_0x21f30a(0x333))}:{'m1Prime':_0x3fd8e0,'m2Prime':_0xd09d87};}},_0x5e2165={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860[_0x5d8b54(0x403)]['id'],'handler'(_0x539d80,_0x38e7ae){const _0x1d84f2=_0x5d8b54;let _0x274869={'m1Prime':_0x539d80,'m2Prime':_0x38e7ae};if(_0x539d80[_0x1d84f2(0x407)][_0x1d84f2(0x30d)]!==_0x38e7ae[_0x1d84f2(0x407)][_0x1d84f2(0x30d)]||_0x539d80[_0x1d84f2(0x407)][_0x1d84f2(0x33f)]!==_0x38e7ae[_0x1d84f2(0x407)][_0x1d84f2(0x33f)])return _0x274869;let _0x2ca9ef=_0x1973ab[_0x1d84f2(0x281)][_0x1d84f2(0x198)](_0x539d80),_0x7a5517=_0x1973ab['Tools'][_0x1d84f2(0x198)](_0x38e7ae),{ranges:_0x273e88}=_0x7a5517[_0x1d84f2(0x407)],{sourceRange:_0x27abf9,targetRange:_0x5be469}=_0x539d80[_0x1d84f2(0x407)],_0x588d21={'start':_0x27abf9[_0x1d84f2(0x2ab)],'end':_0x27abf9[_0x1d84f2(0x23c)]},_0x171037={'start':_0x5be469[_0x1d84f2(0x2ab)],'end':_0x5be469[_0x1d84f2(0x23c)]};return _0x273e88[_0x1d84f2(0x1a1)](_0x3f3593=>{const _0x9f2dbc=_0x1d84f2;let _0x3eced1={'start':_0x3f3593[_0x9f2dbc(0x2ab)],'end':_0x3f3593['endColumn']},_0x5d54d6=_0x101e16(_0x588d21,_0x3eced1),_0x20048a=_0x101e16(_0x171037,_0x3eced1);if(_0x5d54d6||_0x20048a)return!0x0;let _0x5e73c2=(0x0,_0x22a860['handleBaseMoveRowsCols'])(_0x588d21,_0x171037,_0x3eced1);return _0x5e73c2[_0x9f2dbc(0x3e1)]===0x0?(_0x3f3593[_0x9f2dbc(0x2ab)]+=_0x5e73c2[_0x9f2dbc(0x25f)],_0x3f3593[_0x9f2dbc(0x23c)]+=_0x5e73c2[_0x9f2dbc(0x25f)],!0x1):!0x0;})?{'error':Error(_0x1d84f2(0x308))}:{'m1Prime':_0x2ca9ef,'m2Prime':_0x7a5517};}},_0x5bb169={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler'(_0x2190b7,_0x15dc9b){const _0x1cdb9c=_0x5d8b54;let _0x56dc61={'m1Prime':_0x2190b7,'m2Prime':_0x15dc9b};if(_0x2190b7[_0x1cdb9c(0x407)][_0x1cdb9c(0x30d)]!==_0x15dc9b['params']['unitId']||_0x2190b7[_0x1cdb9c(0x407)][_0x1cdb9c(0x33f)]!==_0x15dc9b[_0x1cdb9c(0x407)][_0x1cdb9c(0x33f)])return _0x56dc61;let _0x1ea74e=[_0x1973ab[_0x1cdb9c(0x281)][_0x1cdb9c(0x198)](_0x2190b7)],_0x16c731=_0x1973ab['Tools'][_0x1cdb9c(0x198)](_0x15dc9b),{sourceRange:_0x5d52a9,targetRange:_0x52894f}=_0x2190b7['params'],_0x39f558={'start':_0x5d52a9[_0x1cdb9c(0x2ab)],'end':_0x5d52a9[_0x1cdb9c(0x23c)]},_0x10ec0a={'start':_0x52894f['startColumn'],'end':_0x52894f[_0x1cdb9c(0x23c)]},{values:_0x3bc2ca}=_0x16c731[_0x1cdb9c(0x407)],_0x5d1861=[],_0x4f2794=!0x1;for(let _0x2e5672 in _0x3bc2ca){let _0x4fb4c8=_0x3bc2ca[_0x2e5672];if(_0x5d1861[_0x1cdb9c(0x2da)](..._0x4fb4c8[_0x1cdb9c(0x292)]),_0x4fb4c8['ranges'][_0x1cdb9c(0x1a1)](_0x326628=>{const _0x2cbb6d=_0x1cdb9c;let _0x4f4491={'start':_0x326628['startColumn'],'end':_0x326628[_0x2cbb6d(0x23c)]},_0x47cbb2=_0x101e16(_0x39f558,_0x4f4491),_0x23d6a8=_0x101e16(_0x10ec0a,_0x4f4491);if(_0x47cbb2||_0x23d6a8)return!0x0;let _0x3aae75=(0x0,_0x22a860['handleBaseMoveRowsCols'])(_0x39f558,_0x10ec0a,_0x4f4491);return _0x3aae75[_0x2cbb6d(0x3e1)]===0x0?(_0x3aae75[_0x2cbb6d(0x25f)]!==0x0&&(_0x4f2794=!0x0),_0x326628[_0x2cbb6d(0x2ab)]+=_0x3aae75[_0x2cbb6d(0x25f)],_0x326628[_0x2cbb6d(0x23c)]+=_0x3aae75[_0x2cbb6d(0x25f)],!0x1):!0x0;}))return{'error':Error(_0x1cdb9c(0x312))};}if(_0x4f2794){let _0x4d5a07={'id':_0x22a860[_0x1cdb9c(0x274)]['id'],'params':{'unitId':_0x15dc9b['params'][_0x1cdb9c(0x30d)],'subUnitId':_0x15dc9b[_0x1cdb9c(0x407)][_0x1cdb9c(0x33f)],'ranges':_0x5d1861}};_0x1ea74e['push'](_0x4d5a07,_0x16c731);}return{'m1Prime':_0x1ea74e,'m2Prime':_0x16c731};}},_0x1df489={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860[_0x5d8b54(0x224)]['id'],'handler'(_0x771c2c,_0x297ff7){const _0x3aecdb=_0x5d8b54;let _0x17538a={'m1Prime':_0x771c2c,'m2Prime':_0x297ff7};if(_0x771c2c[_0x3aecdb(0x407)][_0x3aecdb(0x30d)]!==_0x297ff7[_0x3aecdb(0x407)][_0x3aecdb(0x30d)]||_0x771c2c[_0x3aecdb(0x407)]['subUnitId']!==_0x297ff7[_0x3aecdb(0x407)][_0x3aecdb(0x33f)])return _0x17538a;let _0x1e407c=[_0x1973ab[_0x3aecdb(0x281)]['deepClone'](_0x771c2c)],_0x1a59db=_0x1973ab['Tools'][_0x3aecdb(0x198)](_0x297ff7),_0x292128=new _0x1973ab[(_0x3aecdb(0x34a))](_0x1a59db[_0x3aecdb(0x407)][_0x3aecdb(0x204)]),{sourceRange:_0x5d1b09,targetRange:_0x2cc9eb}=_0x771c2c[_0x3aecdb(0x407)],_0x30141c=_0x5d1b09['startColumn'],_0x1dd499=_0x5d1b09[_0x3aecdb(0x23c)]-_0x5d1b09[_0x3aecdb(0x2ab)]+0x1,_0x22a219=_0x2cc9eb[_0x3aecdb(0x2ab)];_0x292128[_0x3aecdb(0x3f8)](_0x30141c,_0x1dd499,_0x22a219);let _0x3e0bc5=new _0x1973ab[(_0x3aecdb(0x34a))](),_0x1c404b=!0x1;if(_0x292128[_0x3aecdb(0x39e)]((_0x5d5dee,_0x581852,_0xe6a336)=>{const _0xacd8b1=_0x3aecdb;if(_0xe6a336&&_0xe6a336['f']){let _0x1a7409=_0xe6a336['f'],_0x1a0005=!0x1,_0x314108=_0x21a084(_0x771c2c[_0xacd8b1(0x407)][_0xacd8b1(0x30d)],_0x771c2c[_0xacd8b1(0x407)][_0xacd8b1(0x33f)],_0x1a7409,_0x18543c=>{const _0x262976=_0xacd8b1;let _0x1fb9c0=(0x0,_0x22a860['handleBaseMoveRowsCols'])({'start':_0x771c2c[_0x262976(0x407)]['sourceRange'][_0x262976(0x2ab)],'end':_0x771c2c['params'][_0x262976(0x340)][_0x262976(0x23c)]},{'start':_0x771c2c[_0x262976(0x407)][_0x262976(0x1c3)][_0x262976(0x2ab)],'end':_0x771c2c[_0x262976(0x407)][_0x262976(0x1c3)][_0x262976(0x23c)]},{'start':_0x18543c[_0x262976(0x2ab)],'end':_0x18543c[_0x262976(0x23c)]});return(_0x1fb9c0[_0x262976(0x25f)]!==0x0||_0x1fb9c0[_0x262976(0x3e1)]!==0x0)&&(_0x1a0005=!0x0,_0x18543c['startColumn']+=_0x1fb9c0[_0x262976(0x25f)],_0x18543c[_0x262976(0x23c)]+=_0x1fb9c0[_0x262976(0x25f)]+_0x1fb9c0[_0x262976(0x3e1)]),_0x18543c;});_0x1a0005&&(_0x1c404b=!0x0,_0xe6a336['f']=_0x314108,_0x3e0bc5['setValue'](_0x5d5dee,_0x581852,{..._0xe6a336}));}}),_0x1c404b){let _0x59b16d={'id':_0x22a860[_0x3aecdb(0x224)]['id'],'params':{'unitId':_0x297ff7[_0x3aecdb(0x407)]['unitId'],'subUnitId':_0x297ff7['params'][_0x3aecdb(0x33f)],'cellValue':_0x3e0bc5[_0x3aecdb(0x355)]()}};_0x1e407c[_0x3aecdb(0x2da)](_0x59b16d);}return _0x1a59db[_0x3aecdb(0x407)]['cellValue']=_0x292128[_0x3aecdb(0x355)](),{'m1Prime':_0x1e407c,'m2Prime':_0x1a59db};}},_0x33abcf={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860[_0x5d8b54(0x1df)]['id'],'handler'(_0x402308,_0x1f1963){const _0x1f7e5e=_0x5d8b54;let _0x2a2145={'m1Prime':[],'m2Prime':[]};if(_0x402308['params']['unitId']!==_0x1f1963[_0x1f7e5e(0x407)]['unitId']||_0x402308[_0x1f7e5e(0x407)]['subUnitId']!==_0x1f1963[_0x1f7e5e(0x407)][_0x1f7e5e(0x33f)])return _0x2a2145;let _0x1e60dd=_0x1973ab[_0x1f7e5e(0x281)][_0x1f7e5e(0x198)](_0x1f1963),_0x2aa17c=!0x1;return _0x1e60dd[_0x1f7e5e(0x407)][_0x1f7e5e(0x1ed)][_0x1f7e5e(0x26c)](_0x41f5ed=>{const _0x5be39f=_0x1f7e5e;let {range:_0x21988a,primary:_0x7c9a30}=_0x41f5ed,_0x1d680e=(0x0,_0x22a860[_0x5be39f(0x241)])({'start':_0x402308[_0x5be39f(0x407)][_0x5be39f(0x340)][_0x5be39f(0x2ab)],'end':_0x402308[_0x5be39f(0x407)][_0x5be39f(0x340)][_0x5be39f(0x23c)]},{'start':_0x402308[_0x5be39f(0x407)][_0x5be39f(0x1c3)][_0x5be39f(0x2ab)],'end':_0x402308[_0x5be39f(0x407)][_0x5be39f(0x1c3)]['endColumn']},{'start':_0x21988a[_0x5be39f(0x2ab)],'end':_0x21988a[_0x5be39f(0x23c)]});if(_0x1d680e[_0x5be39f(0x3e1)]||_0x1d680e['step']){if(_0x21988a[_0x5be39f(0x2ab)]+=_0x1d680e[_0x5be39f(0x25f)],_0x21988a['endColumn']+=_0x1d680e[_0x5be39f(0x25f)]+(_0x1d680e[_0x5be39f(0x3e1)]||0x0),_0x7c9a30){let _0x28cd14=(0x0,_0x22a860['handleBaseMoveRowsCols'])({'start':_0x402308['params'][_0x5be39f(0x340)][_0x5be39f(0x2ab)],'end':_0x402308[_0x5be39f(0x407)]['sourceRange'][_0x5be39f(0x23c)]},{'start':_0x402308[_0x5be39f(0x407)][_0x5be39f(0x1c3)][_0x5be39f(0x2ab)],'end':_0x402308[_0x5be39f(0x407)][_0x5be39f(0x1c3)][_0x5be39f(0x23c)]},{'start':_0x7c9a30[_0x5be39f(0x2ab)],'end':_0x7c9a30['endColumn']});(_0x28cd14['length']||_0x28cd14[_0x5be39f(0x25f)])&&(_0x7c9a30['startColumn']+=_0x28cd14['step'],_0x7c9a30[_0x5be39f(0x23c)]+=_0x28cd14[_0x5be39f(0x25f)],_0x7c9a30[_0x5be39f(0x268)]+=_0x28cd14[_0x5be39f(0x25f)]);}_0x2aa17c=!0x0;}}),_0x2aa17c&&_0x2a2145[_0x1f7e5e(0x2c7)]['push'](_0x1e60dd),_0x2a2145;}},_0x2d8b59={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x1db735[_0x5d8b54(0x300)]['id'],'handler'(_0x5aadea,_0x109f5d){const _0x5c23f4=_0x5d8b54;let _0x2396f3={'m1Prime':_0x5aadea,'m2Prime':_0x109f5d};if(_0x5aadea[_0x5c23f4(0x407)][_0x5c23f4(0x30d)]!==_0x109f5d[_0x5c23f4(0x407)][_0x5c23f4(0x30d)]||_0x5aadea[_0x5c23f4(0x407)][_0x5c23f4(0x33f)]!==_0x109f5d[_0x5c23f4(0x407)][_0x5c23f4(0x33f)])return _0x2396f3;let _0x5e6cc1=_0x1973ab[_0x5c23f4(0x281)][_0x5c23f4(0x198)](_0x5aadea),_0x2dfe50=_0x1973ab[_0x5c23f4(0x281)]['deepClone'](_0x109f5d),_0x200c06=(0x0,_0x22a860['handleBaseMoveRowsCols'])({'start':_0x5aadea['params'][_0x5c23f4(0x340)][_0x5c23f4(0x2ab)],'end':_0x5aadea['params'][_0x5c23f4(0x340)][_0x5c23f4(0x23c)]},{'start':_0x5aadea[_0x5c23f4(0x407)]['targetRange'][_0x5c23f4(0x2ab)],'end':_0x5aadea[_0x5c23f4(0x407)][_0x5c23f4(0x1c3)][_0x5c23f4(0x23c)]},{'start':_0x109f5d[_0x5c23f4(0x407)][_0x5c23f4(0x2a1)],'end':_0x109f5d['params'][_0x5c23f4(0x2a1)]});if(_0x200c06['step']===0x0)return _0x2396f3;_0x2dfe50['params'][_0x5c23f4(0x2a1)]+=_0x200c06[_0x5c23f4(0x25f)],_0x2dfe50[_0x5c23f4(0x407)][_0x5c23f4(0x236)]&&(_0x2dfe50[_0x5c23f4(0x407)][_0x5c23f4(0x236)][_0x5c23f4(0x1b0)]+=_0x200c06[_0x5c23f4(0x25f)]);let _0x2f4852=_0x1973ab[_0x5c23f4(0x281)]['deepClone'](_0x109f5d);return _0x2f4852[_0x5c23f4(0x407)]['criteria']=null,{'m1Prime':[_0x2f4852,_0x2dfe50,_0x5e6cc1],'m2Prime':[_0x2dfe50]};}},_0x15c81d={'m1':_0x22a860['MoveColsMutation']['id'],'m2':_0x1db735['SetSheetsFilterRangeMutation']['id'],'handler'(_0x5ecd79,_0x3c4ef2){const _0x3c88b1=_0x5d8b54;let _0x22817b={'m1Prime':[_0x5ecd79],'m2Prime':[_0x3c4ef2]};if(_0x5ecd79[_0x3c88b1(0x407)][_0x3c88b1(0x30d)]!==_0x3c4ef2[_0x3c88b1(0x407)][_0x3c88b1(0x30d)]||_0x5ecd79[_0x3c88b1(0x407)][_0x3c88b1(0x33f)]!==_0x3c4ef2[_0x3c88b1(0x407)][_0x3c88b1(0x33f)])return _0x22817b;let _0x35c13e=_0x1973ab[_0x3c88b1(0x281)][_0x3c88b1(0x198)](_0x5ecd79),_0x23eab9=_0x1973ab[_0x3c88b1(0x281)][_0x3c88b1(0x198)](_0x3c4ef2),_0x476e8f=(0x0,_0x22a860[_0x3c88b1(0x241)])({'start':_0x5ecd79[_0x3c88b1(0x407)]['sourceRange']['startColumn'],'end':_0x5ecd79[_0x3c88b1(0x407)][_0x3c88b1(0x340)]['endColumn']},{'start':_0x5ecd79[_0x3c88b1(0x407)][_0x3c88b1(0x1c3)][_0x3c88b1(0x2ab)],'end':_0x5ecd79[_0x3c88b1(0x407)][_0x3c88b1(0x1c3)]['endColumn']},{'start':_0x3c4ef2[_0x3c88b1(0x407)][_0x3c88b1(0x1f4)][_0x3c88b1(0x2ab)],'end':_0x3c4ef2['params'][_0x3c88b1(0x1f4)]['endColumn']});return _0x23eab9['params'][_0x3c88b1(0x1f4)][_0x3c88b1(0x2ab)]+=_0x476e8f[_0x3c88b1(0x25f)],_0x23eab9[_0x3c88b1(0x407)][_0x3c88b1(0x1f4)][_0x3c88b1(0x23c)]+=_0x476e8f['step']+_0x476e8f[_0x3c88b1(0x3e1)],{'m1Prime':[_0x23eab9,_0x35c13e],'m2Prime':[_0x23eab9]};}},_0x59b507={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x22a860['SetWorksheetColWidthMutation']['id'],'handler'(_0x5639b0,_0x31f05e){const _0x218e64=_0x5d8b54;let _0x17dbb0={'m1Prime':_0x5639b0,'m2Prime':_0x31f05e};if(_0x5639b0[_0x218e64(0x407)][_0x218e64(0x30d)]!==_0x31f05e[_0x218e64(0x407)][_0x218e64(0x30d)]||_0x5639b0['params'][_0x218e64(0x33f)]!==_0x31f05e[_0x218e64(0x407)][_0x218e64(0x33f)])return _0x17dbb0;let _0x2e6bb2=_0x1973ab[_0x218e64(0x281)][_0x218e64(0x198)](_0x5639b0),_0x3d9eac=_0x1973ab['Tools'][_0x218e64(0x198)](_0x31f05e),{ranges:_0xe39ab4,colWidth:_0x556996}=_0x3d9eac[_0x218e64(0x407)],{sourceRange:_0x22828a,targetRange:_0x33c0a9}=_0x5639b0[_0x218e64(0x407)],_0x426be7={'start':_0x22828a[_0x218e64(0x2ab)],'end':_0x22828a[_0x218e64(0x23c)]},_0x6d9bac={'start':_0x33c0a9[_0x218e64(0x2ab)],'end':_0x33c0a9[_0x218e64(0x23c)]};return _0xe39ab4[_0x218e64(0x1a1)](_0x1e134d=>{const _0x25273d=_0x218e64;let _0x197927=(0x0,_0x22a860[_0x25273d(0x241)])(_0x426be7,_0x6d9bac,{'start':_0x1e134d[_0x25273d(0x2ab)],'end':_0x1e134d[_0x25273d(0x23c)]});return _0x197927['length']===0x0?(_0x1e134d[_0x25273d(0x2ab)]+=_0x197927[_0x25273d(0x25f)],_0x1e134d[_0x25273d(0x23c)]+=_0x197927[_0x25273d(0x25f)],!0x1):!0x0;})?{'error':Error(_0x218e64(0x1b1))}:(typeof _0x556996!=_0x218e64(0x409)&&(0x0,_0x1973ab[_0x218e64(0x27d)])(_0x22828a[_0x218e64(0x2ab)],_0x22828a['endColumn']-_0x22828a[_0x218e64(0x2ab)]+0x1,_0x33c0a9[_0x218e64(0x2ab)],_0x556996),{'m1Prime':_0x2e6bb2,'m2Prime':_0x3d9eac});}},_0x24375e={'m1':_0x22a860[_0x5d8b54(0x400)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x267)]['id'],'handler':(_0x196fc0,_0x14b92f)=>{const _0x71204c=_0x5d8b54;let _0xaac680={'m1Prime':_0x196fc0,'m2Prime':_0x14b92f};if(_0x196fc0[_0x71204c(0x407)][_0x71204c(0x30d)]!==_0x14b92f[_0x71204c(0x407)][_0x71204c(0x30d)]||_0x196fc0[_0x71204c(0x407)][_0x71204c(0x33f)]!==_0x14b92f[_0x71204c(0x407)][_0x71204c(0x33f)])return _0xaac680;let _0x15cd34=_0x2da333(_0x14b92f,{'id':_0x22a860['MoveColsCommand']['id'],'params':{'unitId':_0x196fc0[_0x71204c(0x407)]['unitId'],'subUnitId':_0x196fc0[_0x71204c(0x407)][_0x71204c(0x33f)],'fromRange':_0x196fc0[_0x71204c(0x407)]['sourceRange'],'toRange':_0x196fc0[_0x71204c(0x407)]['targetRange']}});return{'m1Prime':[_0x196fc0,..._0x15cd34],'m2Prime':[_0x14b92f,..._0x15cd34]};}},_0x2367f8={'m1':_0x271387[_0x5d8b54(0x3d5)]['id'],'m2':_0x271387['MoveConditionalRuleMutation']['id'],'handler'(_0x2e6cc9,_0x10e681){const _0x1fa540=_0x5d8b54;return _0x2e6cc9[_0x1fa540(0x407)]['unitId']!==_0x10e681['params']['unitId']||_0x2e6cc9[_0x1fa540(0x407)][_0x1fa540(0x33f)]!==_0x10e681[_0x1fa540(0x407)][_0x1fa540(0x33f)]?{'m1Prime':_0x2e6cc9,'m2Prime':_0x10e681}:_0x2e6cc9[_0x1fa540(0x407)][_0x1fa540(0x30a)]['id']===_0x10e681[_0x1fa540(0x407)][_0x1fa540(0x30a)]['id']&&_0x2e6cc9[_0x1fa540(0x407)][_0x1fa540(0x393)]['id']===_0x10e681['params']['end']['id']&&_0x2e6cc9['params'][_0x1fa540(0x30a)]['type']===_0x10e681[_0x1fa540(0x407)][_0x1fa540(0x30a)]['type']&&_0x2e6cc9[_0x1fa540(0x407)][_0x1fa540(0x393)][_0x1fa540(0x1c5)]===_0x10e681[_0x1fa540(0x407)]['end'][_0x1fa540(0x1c5)]?{'m1Prime':[],'m2Prime':[]}:{'error':Error('Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self')};}},_0x2e8ea7={'m1':_0x22a860[_0x5d8b54(0x3b9)]['id'],'m2':_0x22a860['AddWorksheetMergeMutation']['id'],'handler'(_0x467d80,_0x33eded){const _0x27bb25=_0x5d8b54;let _0x1e7406=_0x3624b3['handler'](_0x33eded,_0x467d80);return _0x23bbda(_0x1e7406)?{'m1Prime':_0x1e7406[_0x27bb25(0x2c7)],'m2Prime':_0x1e7406[_0x27bb25(0x374)]}:_0x1e7406;}},_0x27e501={'m1':_0x22a860[_0x5d8b54(0x3b9)]['id'],'m2':_0x22a860['MoveRangeMutation']['id'],'handler'(_0x2d9fe4,_0x48d5a0){const _0x17e122=_0x5d8b54;let _0x3da417={'m1Prime':_0x2d9fe4,'m2Prime':_0x48d5a0};if(_0x2d9fe4[_0x17e122(0x407)][_0x17e122(0x30d)]!==_0x48d5a0['params'][_0x17e122(0x30d)])return _0x3da417;let _0x28f9bf=new _0x1973ab[(_0x17e122(0x34a))](_0x2d9fe4[_0x17e122(0x407)][_0x17e122(0x1f2)][_0x17e122(0x38a)])[_0x17e122(0x2e7)](),_0x2e5ae4=new _0x1973ab[(_0x17e122(0x34a))](_0x48d5a0[_0x17e122(0x407)][_0x17e122(0x1f2)][_0x17e122(0x38a)])['getDataRange'](),_0x1e9211=new _0x1973ab['ObjectMatrix'](_0x2d9fe4['params']['to'][_0x17e122(0x38a)])[_0x17e122(0x2e7)](),_0x351eb2=new _0x1973ab[(_0x17e122(0x34a))](_0x48d5a0[_0x17e122(0x407)]['to']['value'])['getDataRange']();return _0x2d9fe4['params'][_0x17e122(0x1f2)]['subUnitId']===_0x48d5a0[_0x17e122(0x407)][_0x17e122(0x1f2)][_0x17e122(0x33f)]&&_0x1973ab['Rectangle'][_0x17e122(0x19b)](_0x28f9bf,_0x2e5ae4)||_0x2d9fe4[_0x17e122(0x407)]['to'][_0x17e122(0x33f)]===_0x48d5a0[_0x17e122(0x407)]['to'][_0x17e122(0x33f)]&&_0x1973ab[_0x17e122(0x3f3)]['intersects'](_0x1e9211,_0x351eb2)||_0x2d9fe4[_0x17e122(0x407)][_0x17e122(0x1f2)][_0x17e122(0x33f)]===_0x48d5a0[_0x17e122(0x407)]['to'][_0x17e122(0x33f)]&&_0x1973ab[_0x17e122(0x3f3)][_0x17e122(0x19b)](_0x28f9bf,_0x351eb2)||_0x2d9fe4[_0x17e122(0x407)]['to'][_0x17e122(0x33f)]===_0x48d5a0[_0x17e122(0x407)][_0x17e122(0x1f2)][_0x17e122(0x33f)]&&_0x1973ab['Rectangle'][_0x17e122(0x19b)](_0x1e9211,_0x2e5ae4)?{'error':Error('Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.')}:_0x3da417;}},_0x132071={'m1':_0x22a860['MoveRangeMutation']['id'],'m2':_0x22a860['RemoveNumfmtMutation']['id'],'handler'(_0x4196c8,_0x3f436c){const _0x2d2cf8=_0x5d8b54;let _0x5b21d3={'m1Prime':_0x4196c8,'m2Prime':_0x3f436c};if(_0x4196c8[_0x2d2cf8(0x407)][_0x2d2cf8(0x30d)]!==_0x3f436c['params']['unitId']||_0x4196c8[_0x2d2cf8(0x407)][_0x2d2cf8(0x1f2)][_0x2d2cf8(0x33f)]!==_0x3f436c[_0x2d2cf8(0x407)][_0x2d2cf8(0x33f)]&&_0x4196c8[_0x2d2cf8(0x407)]['to'][_0x2d2cf8(0x33f)]!==_0x3f436c[_0x2d2cf8(0x407)][_0x2d2cf8(0x33f)])return _0x5b21d3;let _0x87342e=new _0x1973ab['ObjectMatrix'](_0x4196c8[_0x2d2cf8(0x407)][_0x2d2cf8(0x1f2)][_0x2d2cf8(0x38a)])[_0x2d2cf8(0x2e7)](),_0x340e64=new _0x1973ab[(_0x2d2cf8(0x34a))](_0x4196c8[_0x2d2cf8(0x407)]['to'][_0x2d2cf8(0x38a)])[_0x2d2cf8(0x2e7)]();return _0x4196c8[_0x2d2cf8(0x407)][_0x2d2cf8(0x1f2)][_0x2d2cf8(0x33f)]===_0x3f436c[_0x2d2cf8(0x407)]['subUnitId']&&_0x3f436c[_0x2d2cf8(0x407)][_0x2d2cf8(0x292)]['some'](_0x1dfcc3=>_0x1973ab['Rectangle'][_0x2d2cf8(0x19b)](_0x1dfcc3,_0x87342e))||_0x4196c8[_0x2d2cf8(0x407)]['to'][_0x2d2cf8(0x33f)]===_0x3f436c[_0x2d2cf8(0x407)][_0x2d2cf8(0x33f)]&&_0x3f436c[_0x2d2cf8(0x407)]['ranges'][_0x2d2cf8(0x1a1)](_0x51cfd5=>_0x1973ab[_0x2d2cf8(0x3f3)][_0x2d2cf8(0x19b)](_0x51cfd5,_0x340e64))?{'error':Error(_0x2d2cf8(0x34f))}:_0x5b21d3;}},_0x1091cb={'m1':_0x22a860[_0x5d8b54(0x3b9)]['id'],'m2':_0x22a860[_0x5d8b54(0x1c9)]['id'],'handler'(_0x329a2f,_0x94a02){const _0x34afd1=_0x5d8b54;let _0x573627={'m1Prime':_0x329a2f,'m2Prime':_0x94a02};if(_0x329a2f['params'][_0x34afd1(0x30d)]!==_0x94a02[_0x34afd1(0x407)][_0x34afd1(0x30d)]||_0x329a2f[_0x34afd1(0x407)][_0x34afd1(0x1f2)][_0x34afd1(0x33f)]!==_0x94a02[_0x34afd1(0x407)]['subUnitId']&&_0x329a2f[_0x34afd1(0x407)]['to'][_0x34afd1(0x33f)]!==_0x94a02[_0x34afd1(0x407)][_0x34afd1(0x33f)])return _0x573627;if(_0x329a2f[_0x34afd1(0x407)][_0x34afd1(0x1f2)]['subUnitId']===_0x94a02[_0x34afd1(0x407)]['subUnitId']){let _0x3bff71=new _0x1973ab[(_0x34afd1(0x34a))](_0x329a2f[_0x34afd1(0x407)][_0x34afd1(0x1f2)]['value'])[_0x34afd1(0x2e7)]();if(_0x1973ab[_0x34afd1(0x3f3)][_0x34afd1(0x19b)](_0x3bff71,_0x94a02[_0x34afd1(0x407)][_0x34afd1(0x1f4)]))return{'error':Error(_0x34afd1(0x271))};}if(_0x329a2f[_0x34afd1(0x407)]['to'][_0x34afd1(0x33f)]===_0x94a02['params'][_0x34afd1(0x33f)]){let _0x5ebaa3=new _0x1973ab[(_0x34afd1(0x34a))](_0x329a2f[_0x34afd1(0x407)]['to'][_0x34afd1(0x38a)])['getDataRange']();if(_0x1973ab[_0x34afd1(0x3f3)][_0x34afd1(0x19b)](_0x5ebaa3,_0x94a02['params'][_0x34afd1(0x1f4)]))return{'error':Error(_0x34afd1(0x271))};}return _0x573627;}},_0x42e2a5={'m1':_0x22a860[_0x5d8b54(0x3b9)]['id'],'m2':_0x22a860['SetNumfmtMutation']['id'],'handler'(_0x48b689,_0x45c42d){const _0x2ae517=_0x5d8b54;let _0x58b49b={'m1Prime':_0x48b689,'m2Prime':_0x45c42d};if(_0x48b689['params'][_0x2ae517(0x30d)]!==_0x45c42d[_0x2ae517(0x407)][_0x2ae517(0x30d)]||_0x48b689['params']['from']['subUnitId']!==_0x45c42d[_0x2ae517(0x407)][_0x2ae517(0x33f)]&&_0x48b689[_0x2ae517(0x407)]['to'][_0x2ae517(0x33f)]!==_0x45c42d[_0x2ae517(0x407)][_0x2ae517(0x33f)])return _0x58b49b;let _0x4d1fda=new _0x1973ab['ObjectMatrix'](_0x48b689[_0x2ae517(0x407)]['from'][_0x2ae517(0x38a)])[_0x2ae517(0x2e7)](),_0x35b142=new _0x1973ab[(_0x2ae517(0x34a))](_0x48b689[_0x2ae517(0x407)]['to']['value'])['getDataRange']();if(_0x48b689['params'][_0x2ae517(0x1f2)]['subUnitId']===_0x45c42d[_0x2ae517(0x407)]['subUnitId']){let {values:_0x241cf9}=_0x45c42d[_0x2ae517(0x407)];for(let _0x22b7fa in _0x241cf9)if(_0x241cf9[_0x22b7fa]['ranges'][_0x2ae517(0x1a1)](_0x44bdc6=>_0x1973ab[_0x2ae517(0x3f3)]['intersects'](_0x44bdc6,_0x4d1fda)))return{'error':Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x48b689[_0x2ae517(0x407)]['to'][_0x2ae517(0x33f)]===_0x45c42d[_0x2ae517(0x407)][_0x2ae517(0x33f)]){let {values:_0x52bd24}=_0x45c42d[_0x2ae517(0x407)];for(let _0x346e25 in _0x52bd24)if(_0x52bd24[_0x346e25][_0x2ae517(0x292)][_0x2ae517(0x1a1)](_0x265352=>_0x1973ab[_0x2ae517(0x3f3)][_0x2ae517(0x19b)](_0x265352,_0x35b142)))return{'error':Error(_0x2ae517(0x34f))};}return _0x58b49b;}},_0x5cebc4={'m1':_0x22a860['MoveRowsMutation']['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x505457,_0x149e8c)=>{const _0x5b7afe=_0x5d8b54;let _0x5d363d={'m1Prime':_0x505457,'m2Prime':_0x149e8c};if(_0x505457[_0x5b7afe(0x407)][_0x5b7afe(0x30d)]!==_0x149e8c['params'][_0x5b7afe(0x30d)]||_0x505457[_0x5b7afe(0x407)]['subUnitId']!==_0x149e8c[_0x5b7afe(0x407)][_0x5b7afe(0x33f)])return _0x5d363d;let _0x47cfe8=_0x3b7086(_0x149e8c,{'id':_0x22a860['MoveRowsCommand']['id'],'params':{'unitId':_0x505457[_0x5b7afe(0x407)][_0x5b7afe(0x30d)],'subUnitId':_0x505457[_0x5b7afe(0x407)][_0x5b7afe(0x33f)],'fromRange':_0x505457[_0x5b7afe(0x407)][_0x5b7afe(0x340)],'toRange':_0x505457[_0x5b7afe(0x407)][_0x5b7afe(0x1c3)]}});return{'m1Prime':[_0x505457,..._0x47cfe8],'m2Prime':[_0x149e8c,..._0x47cfe8]};}},_0x15cbd0={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0xb55284[_0x5d8b54(0x3da)]['id'],'handler'(_0x44fff5,_0xeb7641){const _0xeec159=_0x5d8b54;let _0x39fbd9={'m1Prime':_0x44fff5,'m2Prime':_0xeb7641};if(_0x44fff5['params'][_0xeec159(0x30d)]!==_0xeb7641['params'][_0xeec159(0x30d)]||_0x44fff5[_0xeec159(0x407)][_0xeec159(0x33f)]!==_0xeb7641[_0xeec159(0x407)][_0xeec159(0x33f)])return _0x39fbd9;let _0x54e1a3=_0x220faf(_0xeb7641,{'id':_0x22a860[_0xeec159(0x29e)]['id'],'params':{'fromRange':_0x44fff5['params'][_0xeec159(0x340)],'toRange':_0x44fff5[_0xeec159(0x407)][_0xeec159(0x1c3)]}});return{'m1Prime':[_0x44fff5,..._0x54e1a3],'m2Prime':[_0xeb7641,..._0x54e1a3]};}},_0x115ec7={'m1':_0x22a860['MoveRowsMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler'(_0x1aeae9,_0x2d1dc3){const _0x1ddb4d=_0x5d8b54;let _0x444120=_0x40eb38[_0x1ddb4d(0x38b)](_0x2d1dc3,_0x1aeae9);return _0x23bbda(_0x444120)?{'m1Prime':_0x444120['m2Prime'],'m2Prime':_0x444120[_0x1ddb4d(0x374)]}:_0x444120;}},_0x1b962b={'m1':_0x22a860['MoveRowsMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler'(_0x382f5f,_0x29f157){const _0x1a22b5=_0x5d8b54;let _0x41b059={'m1Prime':_0x382f5f,'m2Prime':_0x29f157};if(_0x382f5f[_0x1a22b5(0x407)][_0x1a22b5(0x30d)]!==_0x29f157['params'][_0x1a22b5(0x30d)]||_0x382f5f[_0x1a22b5(0x407)][_0x1a22b5(0x33f)]!==_0x29f157[_0x1a22b5(0x407)][_0x1a22b5(0x1f2)][_0x1a22b5(0x33f)]&&_0x382f5f[_0x1a22b5(0x407)][_0x1a22b5(0x33f)]!==_0x29f157['params']['to']['subUnitId'])return _0x41b059;let _0x58d254=_0x1973ab[_0x1a22b5(0x281)][_0x1a22b5(0x198)](_0x382f5f),_0x28da40=_0x1973ab[_0x1a22b5(0x281)]['deepClone'](_0x29f157),_0x179ea9=_0x382f5f[_0x1a22b5(0x407)][_0x1a22b5(0x340)],_0x27fb4e=_0x382f5f[_0x1a22b5(0x407)]['targetRange'];if(_0x382f5f[_0x1a22b5(0x407)]['subUnitId']===_0x29f157[_0x1a22b5(0x407)][_0x1a22b5(0x1f2)][_0x1a22b5(0x33f)]){let _0x58950e=new _0x1973ab[(_0x1a22b5(0x34a))](_0x28da40[_0x1a22b5(0x407)][_0x1a22b5(0x1f2)][_0x1a22b5(0x38a)]),_0x37d551=_0x58950e[_0x1a22b5(0x2e7)]();if(_0x101e16({'start':_0x179ea9[_0x1a22b5(0x1f5)],'end':_0x179ea9[_0x1a22b5(0x3bf)]},{'start':_0x37d551[_0x1a22b5(0x1f5)],'end':_0x37d551[_0x1a22b5(0x3bf)]})||_0x101e16({'start':_0x27fb4e['startRow'],'end':_0x27fb4e['endRow']},{'start':_0x37d551[_0x1a22b5(0x1f5)],'end':_0x37d551[_0x1a22b5(0x3bf)]}))return{'error':Error(_0x1a22b5(0x335))};let _0x4fbf93=(0x0,_0x22a860[_0x1a22b5(0x241)])({'start':_0x179ea9[_0x1a22b5(0x1f5)],'end':_0x179ea9[_0x1a22b5(0x3bf)]},{'start':_0x27fb4e[_0x1a22b5(0x1f5)],'end':_0x27fb4e[_0x1a22b5(0x3bf)]},{'start':_0x37d551[_0x1a22b5(0x1f5)],'end':_0x37d551['endRow']});if(_0x4fbf93[_0x1a22b5(0x3e1)]!==0x0)return{'error':Error(_0x1a22b5(0x335))};_0x4fbf93[_0x1a22b5(0x25f)]!==0x0&&_0x58950e[_0x1a22b5(0x27f)](_0x179ea9[_0x1a22b5(0x1f5)],_0x179ea9['endRow']-_0x179ea9[_0x1a22b5(0x1f5)]+0x1,_0x27fb4e['startRow']),_0x28da40[_0x1a22b5(0x407)]['from'][_0x1a22b5(0x38a)]=_0x58950e[_0x1a22b5(0x355)]();}if(_0x382f5f[_0x1a22b5(0x407)][_0x1a22b5(0x33f)]===_0x29f157[_0x1a22b5(0x407)]['to'][_0x1a22b5(0x33f)]){let _0x9f4ffb=new _0x1973ab[(_0x1a22b5(0x34a))](_0x28da40['params']['to'][_0x1a22b5(0x38a)]),_0x4107f3=_0x9f4ffb['getDataRange']();if(_0x101e16({'start':_0x179ea9[_0x1a22b5(0x1f5)],'end':_0x179ea9['endRow']},{'start':_0x4107f3[_0x1a22b5(0x1f5)],'end':_0x4107f3[_0x1a22b5(0x3bf)]})||_0x101e16({'start':_0x27fb4e[_0x1a22b5(0x1f5)],'end':_0x27fb4e[_0x1a22b5(0x3bf)]},{'start':_0x4107f3[_0x1a22b5(0x1f5)],'end':_0x4107f3[_0x1a22b5(0x3bf)]}))return{'error':Error(_0x1a22b5(0x335))};let _0x4502fe=(0x0,_0x22a860[_0x1a22b5(0x241)])({'start':_0x179ea9[_0x1a22b5(0x1f5)],'end':_0x179ea9[_0x1a22b5(0x3bf)]},{'start':_0x27fb4e['startRow'],'end':_0x27fb4e[_0x1a22b5(0x3bf)]},{'start':_0x4107f3[_0x1a22b5(0x1f5)],'end':_0x4107f3[_0x1a22b5(0x3bf)]});if(_0x4502fe[_0x1a22b5(0x3e1)]!==0x0)return{'error':Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};_0x4502fe[_0x1a22b5(0x25f)]!==0x0&&_0x9f4ffb[_0x1a22b5(0x27f)](_0x179ea9[_0x1a22b5(0x1f5)],_0x179ea9[_0x1a22b5(0x3bf)]-_0x179ea9[_0x1a22b5(0x1f5)]+0x1,_0x27fb4e[_0x1a22b5(0x1f5)]),_0x28da40[_0x1a22b5(0x407)]['to']['value']=_0x9f4ffb['getMatrix']();}return{'m1Prime':_0x58d254,'m2Prime':_0x28da40};}},_0x2ca5c3={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860['MoveRowsMutation']['id'],'handler'(_0x3ecb3f,_0x50fcf3){const _0x3866e3=_0x5d8b54;let _0x53e02f={'m1Prime':_0x3ecb3f,'m2Prime':_0x50fcf3};if(_0x3ecb3f[_0x3866e3(0x407)][_0x3866e3(0x30d)]!==_0x50fcf3['params'][_0x3866e3(0x30d)]||_0x3ecb3f[_0x3866e3(0x407)][_0x3866e3(0x33f)]!==_0x50fcf3[_0x3866e3(0x407)][_0x3866e3(0x33f)])return _0x53e02f;let _0x15f2f3=_0x1973ab[_0x3866e3(0x281)][_0x3866e3(0x198)](_0x3ecb3f),_0x47dd61=_0x1973ab['Tools'][_0x3866e3(0x198)](_0x50fcf3),_0x25f244=_0x50fcf3[_0x3866e3(0x407)][_0x3866e3(0x340)],_0x141497=_0x50fcf3[_0x3866e3(0x407)][_0x3866e3(0x1c3)],_0x387b2e=_0x3ecb3f[_0x3866e3(0x407)][_0x3866e3(0x340)],_0x5a733c=_0x3ecb3f['params'][_0x3866e3(0x1c3)];if(_0x387b2e[_0x3866e3(0x3bf)]>=_0x25f244[_0x3866e3(0x1f5)]&&_0x387b2e[_0x3866e3(0x1f5)]<=_0x25f244['endRow'])return{'error':Error(_0x3866e3(0x305))};let _0x2ba0de=(0x0,_0x22a860[_0x3866e3(0x241)])({'start':_0x387b2e[_0x3866e3(0x1f5)],'end':_0x387b2e['endRow']},{'start':_0x5a733c['startRow'],'end':_0x5a733c[_0x3866e3(0x3bf)]},{'start':_0x25f244[_0x3866e3(0x1f5)],'end':_0x25f244[_0x3866e3(0x3bf)]}),_0x4a87e5=(0x0,_0x22a860['handleBaseMoveRowsCols'])({'start':_0x387b2e[_0x3866e3(0x1f5)],'end':_0x387b2e[_0x3866e3(0x3bf)]},{'start':_0x5a733c[_0x3866e3(0x1f5)],'end':_0x5a733c[_0x3866e3(0x3bf)]},{'start':_0x141497[_0x3866e3(0x1f5)],'end':_0x141497[_0x3866e3(0x3bf)]});_0x2ba0de&&_0x4a87e5?(_0x47dd61[_0x3866e3(0x407)][_0x3866e3(0x340)][_0x3866e3(0x1f5)]+=_0x2ba0de[_0x3866e3(0x25f)],_0x47dd61[_0x3866e3(0x407)][_0x3866e3(0x340)][_0x3866e3(0x3bf)]+=_0x2ba0de['step']+(_0x2ba0de[_0x3866e3(0x3e1)]||0x0),_0x47dd61[_0x3866e3(0x407)][_0x3866e3(0x1c3)]['startRow']+=_0x4a87e5[_0x3866e3(0x25f)],_0x47dd61[_0x3866e3(0x407)][_0x3866e3(0x1c3)]['endRow']+=_0x4a87e5[_0x3866e3(0x25f)]+(_0x4a87e5[_0x3866e3(0x3e1)]||0x0)):_0x47dd61['id']=_0x22a860[_0x3866e3(0x3ec)]['id'];let _0x2ed726=(0x0,_0x22a860[_0x3866e3(0x241)])({'start':_0x25f244[_0x3866e3(0x1f5)],'end':_0x25f244[_0x3866e3(0x3bf)]},{'start':_0x141497[_0x3866e3(0x1f5)],'end':_0x141497[_0x3866e3(0x3bf)]},{'start':_0x387b2e[_0x3866e3(0x1f5)],'end':_0x387b2e[_0x3866e3(0x3bf)]}),_0x5a1fa0=(0x0,_0x22a860[_0x3866e3(0x241)])({'start':_0x25f244[_0x3866e3(0x1f5)],'end':_0x25f244[_0x3866e3(0x3bf)]},{'start':_0x141497[_0x3866e3(0x1f5)],'end':_0x141497[_0x3866e3(0x3bf)]},{'start':_0x5a733c[_0x3866e3(0x1f5)],'end':_0x5a733c[_0x3866e3(0x3bf)]});return _0x2ed726&&_0x5a1fa0?(_0x15f2f3[_0x3866e3(0x407)][_0x3866e3(0x340)]['startRow']+=_0x2ed726[_0x3866e3(0x25f)],_0x15f2f3[_0x3866e3(0x407)][_0x3866e3(0x340)][_0x3866e3(0x3bf)]+=_0x2ed726['step']+(_0x2ed726[_0x3866e3(0x3e1)]||0x0),_0x15f2f3[_0x3866e3(0x407)][_0x3866e3(0x1c3)][_0x3866e3(0x1f5)]+=_0x5a1fa0[_0x3866e3(0x25f)],_0x15f2f3[_0x3866e3(0x407)][_0x3866e3(0x1c3)][_0x3866e3(0x3bf)]+=_0x5a1fa0[_0x3866e3(0x25f)]+(_0x5a1fa0['length']||0x0)):_0x15f2f3['id']=_0x22a860[_0x3866e3(0x3ec)]['id'],{'m1Prime':_0x15f2f3,'m2Prime':_0x47dd61};}},_0x2bd7c1={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860['RemoveNumfmtMutation']['id'],'handler'(_0x3ad1aa,_0x47744f){const _0x3e0228=_0x5d8b54;let _0x5ea950={'m1Prime':_0x3ad1aa,'m2Prime':_0x47744f};if(_0x3ad1aa[_0x3e0228(0x407)][_0x3e0228(0x30d)]!==_0x47744f[_0x3e0228(0x407)][_0x3e0228(0x30d)]||_0x3ad1aa['params'][_0x3e0228(0x33f)]!==_0x47744f['params'][_0x3e0228(0x33f)])return _0x5ea950;let _0x2a9648=_0x1973ab[_0x3e0228(0x281)]['deepClone'](_0x3ad1aa),_0x1b6034=_0x1973ab[_0x3e0228(0x281)][_0x3e0228(0x198)](_0x47744f),{sourceRange:_0x4bc383,targetRange:_0x51aa42}=_0x3ad1aa[_0x3e0228(0x407)],_0x462290={'start':_0x4bc383[_0x3e0228(0x1f5)],'end':_0x4bc383[_0x3e0228(0x3bf)]},_0x40a6ad={'start':_0x51aa42[_0x3e0228(0x1f5)],'end':_0x51aa42[_0x3e0228(0x3bf)]};return _0x1b6034[_0x3e0228(0x407)]['ranges'][_0x3e0228(0x1a1)](_0x163d85=>{const _0x296b22=_0x3e0228;let _0x4d9a36={'start':_0x163d85[_0x296b22(0x1f5)],'end':_0x163d85['endRow']},_0x1ca964=_0x101e16(_0x462290,_0x4d9a36),_0x4273e1=_0x101e16(_0x40a6ad,_0x4d9a36);if(_0x1ca964||_0x4273e1)return!0x0;let _0x173635=(0x0,_0x22a860['handleBaseMoveRowsCols'])(_0x462290,_0x40a6ad,_0x4d9a36);return _0x173635[_0x296b22(0x3e1)]===0x0?(_0x163d85['startRow']+=_0x173635['step'],_0x163d85[_0x296b22(0x3bf)]+=_0x173635[_0x296b22(0x25f)],!0x1):!0x0;})?{'error':Error(_0x3e0228(0x250))}:{'m1Prime':_0x2a9648,'m2Prime':_0x1b6034};}},_0x17d147={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860[_0x5d8b54(0x233)]['id'],'handler'(_0x4422db,_0x56aa09){const _0xec381b=_0x5d8b54;let _0x40f453=_0x1973ab[_0xec381b(0x281)][_0xec381b(0x198)](_0x4422db),_0x4fde53=_0x1973ab[_0xec381b(0x281)]['deepClone'](_0x56aa09);if(_0x4422db['params'][_0xec381b(0x30d)]!==_0x56aa09['params']['unitId']||_0x4422db[_0xec381b(0x407)][_0xec381b(0x33f)]!==_0x56aa09[_0xec381b(0x407)]['subUnitId'])return{'m1Prime':_0x40f453,'m2Prime':_0x4fde53};let _0x2e55ad=_0x4fde53['params']['ranges'][_0xec381b(0x202)]((_0x228fcd,_0x9ea6d6)=>{const _0x369eb0=_0xec381b;let {sourceRange:_0xf5a5b8,targetRange:_0x524d40}=_0x4422db[_0x369eb0(0x407)],_0x52c97a={..._0x9ea6d6};return _0xf5a5b8[_0x369eb0(0x3bf)]<_0x52c97a['startRow']&&_0x524d40[_0x369eb0(0x1f5)]>_0x52c97a[_0x369eb0(0x3bf)]?(_0x52c97a[_0x369eb0(0x1f5)]-=_0xf5a5b8[_0x369eb0(0x3bf)]-_0xf5a5b8[_0x369eb0(0x1f5)]+0x1,_0x52c97a[_0x369eb0(0x3bf)]-=_0xf5a5b8['endRow']-_0xf5a5b8['startRow']+0x1,_0x337976(_0x52c97a)&&_0x228fcd['push'](_0x52c97a)):_0xf5a5b8['startRow']>_0x52c97a[_0x369eb0(0x3bf)]&&_0x524d40[_0x369eb0(0x3bf)]<_0x52c97a[_0x369eb0(0x1f5)]?(_0x52c97a[_0x369eb0(0x1f5)]+=_0xf5a5b8[_0x369eb0(0x3bf)]-_0xf5a5b8[_0x369eb0(0x1f5)]+0x1,_0x52c97a[_0x369eb0(0x3bf)]+=_0xf5a5b8['endRow']-_0xf5a5b8[_0x369eb0(0x1f5)]+0x1,_0x337976(_0x52c97a)&&_0x228fcd[_0x369eb0(0x2da)](_0x52c97a)):_0x1973ab[_0x369eb0(0x3f3)][_0x369eb0(0x19b)](_0x52c97a,_0xf5a5b8)||_0x1973ab['Rectangle'][_0x369eb0(0x19b)](_0x52c97a,_0x524d40)||_0x228fcd['push'](_0x52c97a),_0x228fcd;},[]);return _0x4fde53[_0xec381b(0x407)]['ranges']=_0x2e55ad,_0x4fde53[_0xec381b(0x407)][_0xec381b(0x292)]['length']===0x0&&(_0x4fde53['id']=_0x22a860[_0xec381b(0x3ec)]['id']),{'m1Prime':_0x40f453,'m2Prime':_0x4fde53};}},_0x49eb6d={'m1':_0x22a860['MoveRowsMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x1c9)]['id'],'handler'(_0x1014a4,_0x5bc75d){const _0x414911=_0x5d8b54;let _0x3413af={'m1Prime':_0x1014a4,'m2Prime':_0x5bc75d};if(_0x1014a4['params'][_0x414911(0x30d)]!==_0x5bc75d[_0x414911(0x407)][_0x414911(0x30d)]||_0x1014a4[_0x414911(0x407)][_0x414911(0x33f)]!==_0x5bc75d[_0x414911(0x407)][_0x414911(0x33f)])return _0x3413af;let _0x3f5fb2=_0x4d66c1(_0x1014a4[_0x414911(0x407)][_0x414911(0x340)],_0x1014a4[_0x414911(0x407)][_0x414911(0x1c3)]),_0x6ed923=_0x1973ab[_0x414911(0x281)][_0x414911(0x198)](_0x5bc75d),{range:_0x4e2a49}=_0x6ed923[_0x414911(0x407)],_0x910b75=Array[_0x414911(0x1f2)]({'length':_0x4e2a49[_0x414911(0x3bf)]-_0x4e2a49[_0x414911(0x1f5)]+0x1},(_0x258037,_0x1c535e)=>_0x1c535e+_0x4e2a49[_0x414911(0x1f5)]),_0x3132ce={},_0x27c9a4={},_0x31b3bd=Math['min'](_0x1014a4['params'][_0x414911(0x340)][_0x414911(0x1f5)],_0x1014a4['params'][_0x414911(0x1c3)][_0x414911(0x1f5)],..._0x910b75),_0x522924=Math['max'](_0x1014a4[_0x414911(0x407)][_0x414911(0x340)][_0x414911(0x3bf)],_0x1014a4[_0x414911(0x407)][_0x414911(0x1c3)]['endRow'],..._0x910b75);for(let _0x48aa73=_0x31b3bd;_0x48aa73<=_0x522924;_0x48aa73++){var _0x29771d;let _0x2d7db0=_0x48aa73,_0x23f455=(_0x29771d=_0x5bc75d[_0x414911(0x407)][_0x414911(0x1d0)][_0x48aa73])==null?_0x2d7db0:_0x29771d,_0x193c9d=_0x3f5fb2(_0x23f455);_0x2d7db0!==_0x193c9d&&(_0x3132ce[_0x2d7db0]=_0x193c9d),_0x23f455!==_0x193c9d&&(_0x27c9a4[_0x23f455]=_0x193c9d);}_0x6ed923[_0x414911(0x407)][_0x414911(0x1d0)]=_0x3132ce;let _0x4b067f=Object[_0x414911(0x1bc)](_0x3132ce)[_0x414911(0x1cf)](Number);_0x4e2a49[_0x414911(0x1f5)]=Math['min'](..._0x4b067f),_0x4e2a49[_0x414911(0x3bf)]=Math[_0x414911(0x26a)](..._0x4b067f);let _0x1ca759=[_0x1014a4],_0x552555=Object[_0x414911(0x1bc)](_0x27c9a4)['map'](Number);return _0x552555[_0x414911(0x3e1)]>0x0&&_0x1ca759[_0x414911(0x385)]({'id':_0x22a860[_0x414911(0x1c9)]['id'],'params':{'unitId':_0x1014a4[_0x414911(0x407)][_0x414911(0x30d)],'subUnitId':_0x1014a4['params']['subUnitId'],'range':{'startColumn':_0x5bc75d[_0x414911(0x407)]['range'][_0x414911(0x2ab)],'endColumn':_0x5bc75d[_0x414911(0x407)]['range'][_0x414911(0x23c)],'startRow':Math['min'](..._0x552555),'endRow':Math[_0x414911(0x26a)](..._0x552555)},'order':_0x27c9a4}}),{'m1Prime':_0x1ca759,'m2Prime':_0x6ed923};}},_0x4d66c1=(_0x41a477,_0x2f6d33)=>{const _0x1635fa=_0x5d8b54;let _0x6106b2=_0x41a477[_0x1635fa(0x3bf)]-_0x41a477[_0x1635fa(0x1f5)]+0x1,_0x4037d7=_0x41a477['startRow'],_0x85de3e=_0x2f6d33[_0x1635fa(0x1f5)];return _0x1123f6=>{const _0x36ccec=_0x1635fa;if(_0x4037d7<=_0x85de3e){let _0x5c866d=_0x2f6d33[_0x36ccec(0x1f5)]-_0x41a477[_0x36ccec(0x3bf)]-0x1;if(_0x1123f6>=_0x41a477[_0x36ccec(0x1f5)]&&_0x1123f6<=_0x41a477[_0x36ccec(0x3bf)])return _0x1123f6+_0x5c866d;if(_0x1123f6>_0x41a477[_0x36ccec(0x3bf)]&&_0x1123f6<_0x2f6d33[_0x36ccec(0x1f5)])return _0x1123f6-_0x6106b2;}if(_0x4037d7>_0x85de3e){let _0x4f0bdd=_0x41a477[_0x36ccec(0x1f5)]-_0x2f6d33[_0x36ccec(0x1f5)];if(_0x1123f6>=_0x2f6d33[_0x36ccec(0x1f5)]&&_0x1123f6<_0x41a477[_0x36ccec(0x1f5)])return _0x1123f6+_0x6106b2;if(_0x1123f6>=_0x41a477[_0x36ccec(0x1f5)]&&_0x1123f6<=_0x41a477['endRow'])return _0x1123f6-_0x4f0bdd;}return _0x1123f6;};},_0x4126fd={'m1':_0x22a860['MoveRowsMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler'(_0x366e25,_0x3e2204){const _0x15baf1=_0x5d8b54;let _0x833ab={'m1Prime':_0x366e25,'m2Prime':_0x3e2204};if(_0x366e25[_0x15baf1(0x407)][_0x15baf1(0x30d)]!==_0x3e2204[_0x15baf1(0x407)]['unitId']||_0x366e25[_0x15baf1(0x407)][_0x15baf1(0x33f)]!==_0x3e2204[_0x15baf1(0x407)][_0x15baf1(0x33f)])return _0x833ab;let _0x92657=[_0x1973ab[_0x15baf1(0x281)][_0x15baf1(0x198)](_0x366e25)],_0x2ee35a=_0x1973ab['Tools'][_0x15baf1(0x198)](_0x3e2204),{sourceRange:_0xc5b198,targetRange:_0x5027ae}=_0x366e25[_0x15baf1(0x407)],_0x1b570c={'start':_0xc5b198['startRow'],'end':_0xc5b198['endRow']},_0x3e2b4c={'start':_0x5027ae[_0x15baf1(0x1f5)],'end':_0x5027ae['endRow']},{values:_0x100874}=_0x2ee35a[_0x15baf1(0x407)],_0x130b66=[],_0xaec1f3=!0x1;for(let _0x4cc10b in _0x100874){let _0x566149=_0x100874[_0x4cc10b];if(_0x130b66[_0x15baf1(0x2da)](..._0x566149[_0x15baf1(0x292)]),_0x566149[_0x15baf1(0x292)]['some'](_0x1f5a68=>{const _0x47ed32=_0x15baf1;let _0x2a45fc={'start':_0x1f5a68['startRow'],'end':_0x1f5a68[_0x47ed32(0x3bf)]},_0x4874bc=_0x101e16(_0x1b570c,_0x2a45fc),_0x35594d=_0x101e16(_0x3e2b4c,_0x2a45fc);if(_0x4874bc||_0x35594d)return!0x0;let _0x5ce6d2=(0x0,_0x22a860['handleBaseMoveRowsCols'])(_0x1b570c,_0x3e2b4c,_0x2a45fc);return _0x5ce6d2[_0x47ed32(0x3e1)]===0x0?(_0x5ce6d2[_0x47ed32(0x25f)]!==0x0&&(_0xaec1f3=!0x0),_0x1f5a68[_0x47ed32(0x1f5)]+=_0x5ce6d2[_0x47ed32(0x25f)],_0x1f5a68[_0x47ed32(0x3bf)]+=_0x5ce6d2[_0x47ed32(0x25f)],!0x1):!0x0;}))return{'error':Error('move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft')};}if(_0xaec1f3){let _0x1d54f={'id':_0x22a860['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x3e2204[_0x15baf1(0x407)]['unitId'],'subUnitId':_0x3e2204[_0x15baf1(0x407)][_0x15baf1(0x33f)],'ranges':_0x130b66}};_0x92657['push'](_0x1d54f,_0x2ee35a);}return{'m1Prime':_0x92657,'m2Prime':_0x2ee35a};}},_0xdc2a7e={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860[_0x5d8b54(0x224)]['id'],'handler'(_0x2689e0,_0x303b96){const _0x3d71b0=_0x5d8b54;let _0x10e3e8={'m1Prime':_0x2689e0,'m2Prime':_0x303b96};if(_0x2689e0[_0x3d71b0(0x407)]['unitId']!==_0x303b96[_0x3d71b0(0x407)][_0x3d71b0(0x30d)]||_0x2689e0[_0x3d71b0(0x407)][_0x3d71b0(0x33f)]!==_0x303b96['params']['subUnitId'])return _0x10e3e8;let _0x2a36c5=[_0x1973ab[_0x3d71b0(0x281)][_0x3d71b0(0x198)](_0x2689e0)],_0x234fce=_0x1973ab['Tools']['deepClone'](_0x303b96),_0x28ee4b=new _0x1973ab['ObjectMatrix'](_0x234fce[_0x3d71b0(0x407)]['cellValue']),{sourceRange:_0xd3a2b9,targetRange:_0xbea012}=_0x2689e0['params'],_0x27f78e=_0xd3a2b9['startRow'],_0x36aaa7=_0xd3a2b9[_0x3d71b0(0x3bf)]-_0xd3a2b9[_0x3d71b0(0x1f5)]+0x1,_0x41c687=_0xbea012['startRow'];_0x28ee4b['moveRows'](_0x27f78e,_0x36aaa7,_0x41c687);let _0x4813d4=new _0x1973ab['ObjectMatrix'](),_0x2d71fd=!0x1;if(_0x28ee4b[_0x3d71b0(0x39e)]((_0x3c82e5,_0x1380a7,_0x3b0707)=>{const _0x369b41=_0x3d71b0;if(_0x3b0707&&_0x3b0707['f']){let _0x207a61=_0x3b0707['f'],_0x510ec6=!0x1,_0x4d2fc7=_0x21a084(_0x2689e0[_0x369b41(0x407)][_0x369b41(0x30d)],_0x2689e0[_0x369b41(0x407)][_0x369b41(0x33f)],_0x207a61,_0x11b405=>{const _0x4fc4b5=_0x369b41;let _0x4ea1a4=(0x0,_0x22a860[_0x4fc4b5(0x241)])({'start':_0x2689e0['params'][_0x4fc4b5(0x340)]['startRow'],'end':_0x2689e0['params'][_0x4fc4b5(0x340)][_0x4fc4b5(0x3bf)]},{'start':_0x2689e0[_0x4fc4b5(0x407)][_0x4fc4b5(0x1c3)][_0x4fc4b5(0x1f5)],'end':_0x2689e0['params']['targetRange'][_0x4fc4b5(0x3bf)]},{'start':_0x11b405[_0x4fc4b5(0x1f5)],'end':_0x11b405['endRow']});return(_0x4ea1a4['step']!==0x0||_0x4ea1a4[_0x4fc4b5(0x3e1)]!==0x0)&&(_0x510ec6=!0x0,_0x11b405['startRow']+=_0x4ea1a4[_0x4fc4b5(0x25f)],_0x11b405[_0x4fc4b5(0x3bf)]+=_0x4ea1a4[_0x4fc4b5(0x25f)]+_0x4ea1a4[_0x4fc4b5(0x3e1)]),_0x11b405;});_0x510ec6&&(_0x2d71fd=!0x0,_0x3b0707['f']=_0x4d2fc7,_0x4813d4[_0x369b41(0x423)](_0x3c82e5,_0x1380a7,{..._0x3b0707}));}}),_0x2d71fd){let _0x568f4e={'id':_0x22a860[_0x3d71b0(0x224)]['id'],'params':{'unitId':_0x303b96[_0x3d71b0(0x407)][_0x3d71b0(0x30d)],'subUnitId':_0x303b96[_0x3d71b0(0x407)][_0x3d71b0(0x33f)],'cellValue':_0x4813d4[_0x3d71b0(0x355)]()}};_0x2a36c5[_0x3d71b0(0x2da)](_0x568f4e);}return _0x234fce['params'][_0x3d71b0(0x204)]=_0x28ee4b[_0x3d71b0(0x355)](),{'m1Prime':_0x2a36c5,'m2Prime':_0x234fce};}},_0x363cc1={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860[_0x5d8b54(0x1a6)]['id'],'handler'(_0x300585,_0x1d8d1f){const _0x1d1476=_0x5d8b54;let _0x5c59da={'m1Prime':_0x300585,'m2Prime':_0x1d8d1f};if(_0x300585[_0x1d1476(0x407)][_0x1d1476(0x30d)]!==_0x1d8d1f[_0x1d1476(0x407)][_0x1d1476(0x30d)]||_0x300585[_0x1d1476(0x407)]['subUnitId']!==_0x1d8d1f['params']['subUnitId'])return _0x5c59da;let _0xe840a6=_0x1973ab[_0x1d1476(0x281)][_0x1d1476(0x198)](_0x300585),_0x2f9306=_0x1973ab[_0x1d1476(0x281)]['deepClone'](_0x1d8d1f),{rowData:_0x26518b}=_0x2f9306[_0x1d1476(0x407)],{sourceRange:_0x391572,targetRange:_0x3cd561}=_0x300585['params'];return(0x0,_0x1973ab[_0x1d1476(0x27d)])(_0x391572[_0x1d1476(0x1f5)],_0x391572[_0x1d1476(0x3bf)]-_0x391572[_0x1d1476(0x1f5)]+0x1,_0x3cd561[_0x1d1476(0x1f5)],_0x26518b),{'m1Prime':_0xe840a6,'m2Prime':_0x2f9306};}},_0x4fd073={'m1':_0x22a860['MoveRowsMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3c9)]['id'],'handler'(_0x5534bd,_0x523d0c){const _0x3cdc98=_0x5d8b54;let _0xa975fb={'m1Prime':_0x5534bd,'m2Prime':_0x523d0c};if(_0x5534bd['params'][_0x3cdc98(0x30d)]!==_0x523d0c[_0x3cdc98(0x407)][_0x3cdc98(0x30d)]||_0x5534bd[_0x3cdc98(0x407)][_0x3cdc98(0x33f)]!==_0x523d0c['params']['subUnitId'])return _0xa975fb;let _0xdf4d42=_0x1973ab[_0x3cdc98(0x281)][_0x3cdc98(0x198)](_0x5534bd),_0x5ee634=_0x1973ab['Tools'][_0x3cdc98(0x198)](_0x523d0c),{ranges:_0x3aeccd}=_0x5ee634['params'],{sourceRange:_0x3e08b4,targetRange:_0x27360a}=_0x5534bd[_0x3cdc98(0x407)],_0x392ca4={'start':_0x3e08b4[_0x3cdc98(0x1f5)],'end':_0x3e08b4[_0x3cdc98(0x3bf)]},_0x27213b={'start':_0x27360a[_0x3cdc98(0x1f5)],'end':_0x27360a[_0x3cdc98(0x3bf)]};return _0x3aeccd[_0x3cdc98(0x1a1)](_0x54ce76=>{const _0x384657=_0x3cdc98;let _0x23ba3f={'start':_0x54ce76[_0x384657(0x1f5)],'end':_0x54ce76[_0x384657(0x3bf)]},_0x58b225=_0x101e16(_0x392ca4,_0x23ba3f),_0x3cb5ad=_0x101e16(_0x27213b,_0x23ba3f);if(_0x58b225||_0x3cb5ad)return!0x0;let _0x5338fb=(0x0,_0x22a860[_0x384657(0x241)])(_0x392ca4,_0x27213b,_0x23ba3f);return _0x5338fb['length']===0x0?(_0x54ce76[_0x384657(0x1f5)]+=_0x5338fb[_0x384657(0x25f)],_0x54ce76[_0x384657(0x3bf)]+=_0x5338fb['step'],!0x1):!0x0;})?{'error':Error(_0x3cdc98(0x272))}:{'m1Prime':_0xdf4d42,'m2Prime':_0x5ee634};}},_0x303bb5={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860[_0x5d8b54(0x332)]['id'],'handler'(_0x3ee6cb,_0x9df845){const _0x51902d=_0x5d8b54;let _0x39f104={'m1Prime':_0x3ee6cb,'m2Prime':_0x9df845};if(_0x3ee6cb[_0x51902d(0x407)][_0x51902d(0x30d)]!==_0x9df845[_0x51902d(0x407)][_0x51902d(0x30d)]||_0x3ee6cb[_0x51902d(0x407)][_0x51902d(0x33f)]!==_0x9df845[_0x51902d(0x407)][_0x51902d(0x33f)])return _0x39f104;let _0x5c74b5=_0x1973ab[_0x51902d(0x281)][_0x51902d(0x198)](_0x3ee6cb),_0x4752b5=_0x1973ab['Tools'][_0x51902d(0x198)](_0x9df845),{ranges:_0x1e1bc7}=_0x4752b5['params'],{sourceRange:_0x2a1b36,targetRange:_0x2f127}=_0x3ee6cb[_0x51902d(0x407)],_0x5c9bba={'start':_0x2a1b36[_0x51902d(0x1f5)],'end':_0x2a1b36[_0x51902d(0x3bf)]},_0x32613c={'start':_0x2f127[_0x51902d(0x1f5)],'end':_0x2f127[_0x51902d(0x3bf)]};return _0x1e1bc7[_0x51902d(0x1a1)](_0x4b331f=>{const _0x2c476b=_0x51902d;let _0x3ced58={'start':_0x4b331f['startRow'],'end':_0x4b331f['endRow']},_0x790132=_0x101e16(_0x5c9bba,_0x3ced58),_0x32efa5=_0x101e16(_0x32613c,_0x3ced58);if(_0x790132||_0x32efa5)return!0x0;let _0x2e2770=(0x0,_0x22a860[_0x2c476b(0x241)])(_0x5c9bba,_0x32613c,_0x3ced58);return _0x2e2770[_0x2c476b(0x3e1)]===0x0?(_0x4b331f[_0x2c476b(0x1f5)]+=_0x2e2770[_0x2c476b(0x25f)],_0x4b331f['endRow']+=_0x2e2770['step'],!0x1):!0x0;})?{'error':Error(_0x51902d(0x1c7))}:{'m1Prime':_0x5c74b5,'m2Prime':_0x4752b5};}},_0x4332f0={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860[_0x5d8b54(0x1df)]['id'],'handler'(_0x3d42e9,_0x75118d){const _0x30cdbe=_0x5d8b54;let _0x2d785d={'m1Prime':[],'m2Prime':[]};if(_0x3d42e9[_0x30cdbe(0x407)][_0x30cdbe(0x30d)]!==_0x75118d[_0x30cdbe(0x407)][_0x30cdbe(0x30d)]||_0x3d42e9[_0x30cdbe(0x407)][_0x30cdbe(0x33f)]!==_0x75118d[_0x30cdbe(0x407)][_0x30cdbe(0x33f)])return _0x2d785d;let _0x173de4=_0x1973ab[_0x30cdbe(0x281)][_0x30cdbe(0x198)](_0x75118d),_0x83ee16=!0x1;return _0x173de4[_0x30cdbe(0x407)][_0x30cdbe(0x1ed)][_0x30cdbe(0x26c)](_0x4655a8=>{const _0x5eed4a=_0x30cdbe;let {range:_0x2d2b40,primary:_0x3f54cb}=_0x4655a8,_0x378ebc=(0x0,_0x22a860[_0x5eed4a(0x241)])({'start':_0x3d42e9[_0x5eed4a(0x407)][_0x5eed4a(0x340)][_0x5eed4a(0x1f5)],'end':_0x3d42e9[_0x5eed4a(0x407)]['sourceRange'][_0x5eed4a(0x3bf)]},{'start':_0x3d42e9['params'][_0x5eed4a(0x1c3)][_0x5eed4a(0x1f5)],'end':_0x3d42e9[_0x5eed4a(0x407)]['targetRange'][_0x5eed4a(0x3bf)]},{'start':_0x2d2b40['startRow'],'end':_0x2d2b40[_0x5eed4a(0x3bf)]});if(_0x378ebc[_0x5eed4a(0x3e1)]||_0x378ebc[_0x5eed4a(0x25f)]){if(_0x2d2b40[_0x5eed4a(0x1f5)]+=_0x378ebc[_0x5eed4a(0x25f)],_0x2d2b40[_0x5eed4a(0x3bf)]+=_0x378ebc[_0x5eed4a(0x25f)]+(_0x378ebc['length']||0x0),_0x3f54cb){let _0xf227a=(0x0,_0x22a860[_0x5eed4a(0x241)])({'start':_0x3d42e9[_0x5eed4a(0x407)][_0x5eed4a(0x340)][_0x5eed4a(0x1f5)],'end':_0x3d42e9[_0x5eed4a(0x407)][_0x5eed4a(0x340)][_0x5eed4a(0x3bf)]},{'start':_0x3d42e9[_0x5eed4a(0x407)][_0x5eed4a(0x1c3)][_0x5eed4a(0x1f5)],'end':_0x3d42e9[_0x5eed4a(0x407)][_0x5eed4a(0x1c3)]['endRow']},{'start':_0x3f54cb[_0x5eed4a(0x1f5)],'end':_0x3f54cb[_0x5eed4a(0x3bf)]});(_0xf227a['length']||_0xf227a['step'])&&(_0x3f54cb[_0x5eed4a(0x1f5)]+=_0xf227a[_0x5eed4a(0x25f)],_0x3f54cb['endRow']+=_0xf227a['step'],_0x3f54cb[_0x5eed4a(0x1e0)]+=_0xf227a[_0x5eed4a(0x25f)]);}_0x83ee16=!0x0;}}),_0x83ee16&&_0x2d785d[_0x30cdbe(0x2c7)][_0x30cdbe(0x2da)](_0x173de4),_0x2d785d;}},_0x3f43af={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x1db735[_0x5d8b54(0x3e2)]['id'],'handler'(_0x87ef9,_0x8778b6){const _0x578343=_0x5d8b54;let _0x33a7b7={'m1Prime':[_0x87ef9],'m2Prime':[_0x8778b6]};if(_0x87ef9[_0x578343(0x407)][_0x578343(0x30d)]!==_0x8778b6['params'][_0x578343(0x30d)]||_0x87ef9['params'][_0x578343(0x33f)]!==_0x8778b6[_0x578343(0x407)][_0x578343(0x33f)])return _0x33a7b7;let _0x5a683a=_0x1973ab[_0x578343(0x281)][_0x578343(0x198)](_0x87ef9),_0x1a1713=_0x1973ab[_0x578343(0x281)][_0x578343(0x198)](_0x8778b6),_0x3fea5f=(0x0,_0x22a860[_0x578343(0x241)])({'start':_0x87ef9[_0x578343(0x407)][_0x578343(0x340)][_0x578343(0x1f5)],'end':_0x87ef9[_0x578343(0x407)][_0x578343(0x340)][_0x578343(0x3bf)]},{'start':_0x87ef9[_0x578343(0x407)]['targetRange'][_0x578343(0x1f5)],'end':_0x87ef9[_0x578343(0x407)][_0x578343(0x1c3)][_0x578343(0x3bf)]},{'start':_0x8778b6[_0x578343(0x407)][_0x578343(0x1f4)]['startRow'],'end':_0x8778b6['params'][_0x578343(0x1f4)][_0x578343(0x3bf)]});return _0x1a1713[_0x578343(0x407)][_0x578343(0x1f4)][_0x578343(0x1f5)]+=_0x3fea5f[_0x578343(0x25f)],_0x1a1713[_0x578343(0x407)]['range'][_0x578343(0x3bf)]+=_0x3fea5f[_0x578343(0x25f)]+_0x3fea5f['length'],{'m1Prime':[_0x1a1713,_0x5a683a],'m2Prime':[_0x1a1713]};}},_0x39416a={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860[_0x5d8b54(0x302)]['id'],'handler'(_0x4c9ba7,_0x1d1a3a){const _0x28a1c2=_0x5d8b54;let _0x326588={'m1Prime':_0x4c9ba7,'m2Prime':_0x1d1a3a};if(_0x4c9ba7['params'][_0x28a1c2(0x30d)]!==_0x1d1a3a['params'][_0x28a1c2(0x30d)]||_0x4c9ba7[_0x28a1c2(0x407)][_0x28a1c2(0x33f)]!==_0x1d1a3a[_0x28a1c2(0x407)][_0x28a1c2(0x33f)])return _0x326588;let _0x500010=_0x1973ab[_0x28a1c2(0x281)][_0x28a1c2(0x198)](_0x4c9ba7),_0x53d3a9=_0x1973ab['Tools'][_0x28a1c2(0x198)](_0x1d1a3a),{rowsAutoHeightInfo:_0x5eac74}=_0x53d3a9['params'],{sourceRange:_0x1e4c48,targetRange:_0x2a59ba}=_0x4c9ba7[_0x28a1c2(0x407)],_0x47f4dd={'start':_0x1e4c48[_0x28a1c2(0x1f5)],'end':_0x1e4c48['endRow']},_0x1e5db7={'start':_0x2a59ba[_0x28a1c2(0x1f5)],'end':_0x2a59ba['endRow']};return _0x5eac74[_0x28a1c2(0x1a1)](_0x2d77d2=>{const _0x162632=_0x28a1c2;let _0x3a08e1=(0x0,_0x22a860[_0x162632(0x241)])(_0x47f4dd,_0x1e5db7,{'start':_0x2d77d2[_0x162632(0x279)],'end':_0x2d77d2[_0x162632(0x279)]});return _0x3a08e1[_0x162632(0x3e1)]===0x0?(_0x2d77d2[_0x162632(0x279)]+=_0x3a08e1[_0x162632(0x25f)],!0x1):!0x0;})?{'error':Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height')}:{'m1Prime':_0x500010,'m2Prime':_0x53d3a9};}},_0x50fd56={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860[_0x5d8b54(0x41d)]['id'],'handler'(_0x4bf986,_0x327fd3){const _0x387cbb=_0x5d8b54;let _0x4deef7={'m1Prime':_0x4bf986,'m2Prime':_0x327fd3};if(_0x4bf986[_0x387cbb(0x407)][_0x387cbb(0x30d)]!==_0x327fd3[_0x387cbb(0x407)][_0x387cbb(0x30d)]||_0x4bf986['params'][_0x387cbb(0x33f)]!==_0x327fd3[_0x387cbb(0x407)][_0x387cbb(0x33f)])return _0x4deef7;let _0x343fb0=_0x1973ab[_0x387cbb(0x281)][_0x387cbb(0x198)](_0x4bf986),_0x137625=_0x1973ab[_0x387cbb(0x281)]['deepClone'](_0x327fd3),{ranges:_0x42c94b,rowHeight:_0x1ede85}=_0x137625['params'],{sourceRange:_0x2c6dde,targetRange:_0x4af81f}=_0x4bf986[_0x387cbb(0x407)],_0x12775a={'start':_0x2c6dde['startRow'],'end':_0x2c6dde['endRow']},_0x3ad602={'start':_0x4af81f[_0x387cbb(0x1f5)],'end':_0x4af81f[_0x387cbb(0x3bf)]};return _0x42c94b['some'](_0x3ddc62=>{const _0x458e38=_0x387cbb;let _0x1f61ac=(0x0,_0x22a860['handleBaseMoveRowsCols'])(_0x12775a,_0x3ad602,{'start':_0x3ddc62[_0x458e38(0x1f5)],'end':_0x3ddc62[_0x458e38(0x3bf)]});return _0x1f61ac['length']===0x0?(_0x3ddc62[_0x458e38(0x1f5)]+=_0x1f61ac[_0x458e38(0x25f)],_0x3ddc62[_0x458e38(0x3bf)]+=_0x1f61ac[_0x458e38(0x25f)],!0x1):!0x0;})?{'error':Error(_0x387cbb(0x229))}:(typeof _0x1ede85!=_0x387cbb(0x409)&&(0x0,_0x1973ab[_0x387cbb(0x27d)])(_0x2c6dde[_0x387cbb(0x1f5)],_0x2c6dde['endRow']-_0x2c6dde[_0x387cbb(0x1f5)]+0x1,_0x4af81f['startRow'],_0x1ede85),{'m1Prime':_0x343fb0,'m2Prime':_0x137625});}},_0x472a7e={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0x22a860[_0x5d8b54(0x297)]['id'],'handler'(_0x403432,_0x402250){const _0x31de68=_0x5d8b54;let _0x3c3b69={'m1Prime':_0x403432,'m2Prime':_0x402250};if(_0x403432[_0x31de68(0x407)][_0x31de68(0x30d)]!==_0x402250[_0x31de68(0x407)][_0x31de68(0x30d)]||_0x403432[_0x31de68(0x407)]['subUnitId']!==_0x402250[_0x31de68(0x407)][_0x31de68(0x33f)])return _0x3c3b69;let _0x20ec99=_0x1973ab['Tools'][_0x31de68(0x198)](_0x403432),_0x230f78=_0x1973ab[_0x31de68(0x281)][_0x31de68(0x198)](_0x402250),{ranges:_0x2deab6,autoHeightInfo:_0x3f0747}=_0x230f78[_0x31de68(0x407)],{sourceRange:_0x4126cd,targetRange:_0x38cb51}=_0x403432[_0x31de68(0x407)],_0x1144c5={'start':_0x4126cd[_0x31de68(0x1f5)],'end':_0x4126cd['endRow']},_0x264a14={'start':_0x38cb51[_0x31de68(0x1f5)],'end':_0x38cb51['endRow']};return _0x2deab6[_0x31de68(0x1a1)](_0x5463ac=>{const _0x1592f1=_0x31de68;let _0x534ebe=(0x0,_0x22a860['handleBaseMoveRowsCols'])(_0x1144c5,_0x264a14,{'start':_0x5463ac[_0x1592f1(0x1f5)],'end':_0x5463ac[_0x1592f1(0x3bf)]});return _0x534ebe[_0x1592f1(0x3e1)]===0x0?(_0x5463ac[_0x1592f1(0x1f5)]+=_0x534ebe[_0x1592f1(0x25f)],_0x5463ac['endRow']+=_0x534ebe['step'],!0x1):!0x0;})?{'error':Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height')}:(typeof _0x3f0747!=_0x31de68(0x409)&&(0x0,_0x1973ab[_0x31de68(0x27d)])(_0x4126cd[_0x31de68(0x1f5)],_0x4126cd[_0x31de68(0x3bf)]-_0x4126cd['startRow']+0x1,_0x38cb51[_0x31de68(0x1f5)],_0x3f0747),{'m1Prime':_0x20ec99,'m2Prime':_0x230f78});}},_0x483770={'m1':_0x22a860['MoveRowsMutation']['id'],'m2':_0x1d4f53[_0x5d8b54(0x267)]['id'],'handler':(_0x32ac23,_0x1061c4)=>{const _0x34ed57=_0x5d8b54;let _0x54f4b6={'m1Prime':_0x32ac23,'m2Prime':_0x1061c4};if(_0x32ac23[_0x34ed57(0x407)][_0x34ed57(0x30d)]!==_0x1061c4[_0x34ed57(0x407)][_0x34ed57(0x30d)]||_0x32ac23[_0x34ed57(0x407)][_0x34ed57(0x33f)]!==_0x1061c4['params'][_0x34ed57(0x33f)])return _0x54f4b6;let _0x178b60=_0x2da333(_0x1061c4,{'id':_0x22a860[_0x34ed57(0x29e)]['id'],'params':{'unitId':_0x32ac23[_0x34ed57(0x407)][_0x34ed57(0x30d)],'subUnitId':_0x32ac23[_0x34ed57(0x407)]['subUnitId'],'fromRange':_0x32ac23[_0x34ed57(0x407)][_0x34ed57(0x340)],'toRange':_0x32ac23[_0x34ed57(0x407)][_0x34ed57(0x1c3)]}});return{'m1Prime':[_0x32ac23,..._0x178b60],'m2Prime':[_0x1061c4,..._0x178b60]};}},_0x50a70c={'m1':_0x22a860[_0x5d8b54(0x3af)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x2bb11b,_0x15038d)=>{const _0x1ba00d=_0x5d8b54;let _0x3f1900={'m1Prime':_0x2bb11b,'m2Prime':_0x15038d};if(_0x2bb11b[_0x1ba00d(0x407)]['unitId']!==_0x15038d[_0x1ba00d(0x407)][_0x1ba00d(0x30d)]||_0x15038d[_0x1ba00d(0x407)][_0x1ba00d(0x33f)]!==_0x2bb11b['params']['subUnitId'])return _0x3f1900;let _0x2d7104=_0x59361f(_0x15038d,{'id':_0x22a860[_0x1ba00d(0x29e)]['id'],'params':{'fromRange':_0x2bb11b['params'][_0x1ba00d(0x340)],'toRange':_0x2bb11b[_0x1ba00d(0x407)][_0x1ba00d(0x1c3)]}});return{'m1Prime':[_0x2bb11b,..._0x2d7104],'m2Prime':[_0x15038d,..._0x2d7104]};}},_0x3f3749={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x2decf4,_0x4e6b7d)=>{const _0x47f9b1=_0x5d8b54;let _0xc74e90={'m1Prime':_0x2decf4,'m2Prime':_0x4e6b7d};if(_0x2decf4[_0x47f9b1(0x407)][_0x47f9b1(0x30d)]!==_0x4e6b7d[_0x47f9b1(0x407)][_0x47f9b1(0x30d)]||_0x2decf4[_0x47f9b1(0x407)][_0x47f9b1(0x33f)]!==_0x4e6b7d[_0x47f9b1(0x407)][_0x47f9b1(0x33f)])return _0xc74e90;let _0x41bf8e=_0x3b7086(_0x4e6b7d,{'id':_0x22a860[_0x47f9b1(0x3ac)]['id'],'params':{'unitId':_0x2decf4['params']['unitId'],'subUnitId':_0x2decf4[_0x47f9b1(0x407)][_0x47f9b1(0x33f)],'range':_0x2decf4[_0x47f9b1(0x407)][_0x47f9b1(0x1f4)]}});return{'m1Prime':[_0x2decf4,..._0x41bf8e],'m2Prime':[_0x4e6b7d,..._0x41bf8e]};}},_0x4bacd7={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0xb55284['AddDataValidationMutation']['id'],'handler'(_0xaa5dec,_0x2966e3){const _0x5a38c9=_0x5d8b54;let _0x5ab87f={'m1Prime':_0xaa5dec,'m2Prime':_0x2966e3};if(_0xaa5dec[_0x5a38c9(0x407)][_0x5a38c9(0x30d)]!==_0x2966e3['params'][_0x5a38c9(0x30d)]||_0xaa5dec[_0x5a38c9(0x407)][_0x5a38c9(0x33f)]!==_0x2966e3[_0x5a38c9(0x407)][_0x5a38c9(0x33f)])return _0x5ab87f;let _0xce1e81=_0x220faf(_0x2966e3,{'id':_0x22a860[_0x5a38c9(0x3ac)]['id'],'params':{'range':_0xaa5dec[_0x5a38c9(0x407)][_0x5a38c9(0x1f4)]}});return{'m1Prime':[_0xaa5dec,..._0xce1e81],'m2Prime':[_0x2966e3,..._0xce1e81]};}},_0x2a6b0d={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler'(_0x1bd93b,_0x3c09a4){const _0x9c3264=_0x5d8b54;let _0x466178=_0x387b1f[_0x9c3264(0x38b)](_0x3c09a4,_0x1bd93b);return _0x23bbda(_0x466178)?{'m1Prime':_0x466178[_0x9c3264(0x2c7)],'m2Prime':_0x466178[_0x9c3264(0x374)]}:_0x466178;}},_0x45c335={'m1':_0x22a860['RemoveColMutation']['id'],'m2':_0x22a860['MoveColsMutation']['id'],'handler'(_0xb7d6c0,_0x183f2d){const _0x2a879f=_0x5d8b54;let _0x2c7c1d={'m1Prime':_0xb7d6c0,'m2Prime':_0x183f2d};if(_0xb7d6c0[_0x2a879f(0x407)][_0x2a879f(0x30d)]!==_0x183f2d[_0x2a879f(0x407)]['unitId']||_0xb7d6c0['params']['subUnitId']!==_0x183f2d[_0x2a879f(0x407)]['subUnitId'])return _0x2c7c1d;let _0x796510=_0x1973ab[_0x2a879f(0x281)][_0x2a879f(0x198)](_0xb7d6c0),_0xa04fc7=_0x1973ab['Tools'][_0x2a879f(0x198)](_0x183f2d);if(_0xb7d6c0[_0x2a879f(0x407)][_0x2a879f(0x1f4)][_0x2a879f(0x2ab)]<=_0x183f2d[_0x2a879f(0x407)]['sourceRange'][_0x2a879f(0x23c)]&&_0xb7d6c0['params']['range'][_0x2a879f(0x23c)]>=_0x183f2d[_0x2a879f(0x407)][_0x2a879f(0x340)][_0x2a879f(0x2ab)]||_0xb7d6c0[_0x2a879f(0x407)]['range'][_0x2a879f(0x2ab)]<=_0x183f2d[_0x2a879f(0x407)][_0x2a879f(0x1c3)][_0x2a879f(0x23c)]&&_0xb7d6c0[_0x2a879f(0x407)][_0x2a879f(0x1f4)][_0x2a879f(0x23c)]>=_0x183f2d[_0x2a879f(0x407)][_0x2a879f(0x1c3)][_0x2a879f(0x2ab)])return{'error':Error(_0x2a879f(0x32f))};let _0x2426c3=(0x0,_0x22a860[_0x2a879f(0x2d7)])(_0x4d25dd(_0xb7d6c0[_0x2a879f(0x407)][_0x2a879f(0x1f4)]),_0x4d25dd(_0x183f2d[_0x2a879f(0x407)][_0x2a879f(0x340)])),_0x542578=(0x0,_0x22a860[_0x2a879f(0x2d7)])(_0x4d25dd(_0xb7d6c0['params']['range']),_0x4d25dd(_0x183f2d[_0x2a879f(0x407)][_0x2a879f(0x1c3)]));_0x2426c3&&_0x542578?(_0xa04fc7[_0x2a879f(0x407)][_0x2a879f(0x340)][_0x2a879f(0x2ab)]+=_0x2426c3[_0x2a879f(0x25f)],_0xa04fc7[_0x2a879f(0x407)][_0x2a879f(0x340)][_0x2a879f(0x23c)]+=_0x2426c3[_0x2a879f(0x25f)]+(_0x2426c3[_0x2a879f(0x3e1)]||0x0),_0xa04fc7[_0x2a879f(0x407)][_0x2a879f(0x1c3)][_0x2a879f(0x2ab)]+=_0x542578[_0x2a879f(0x25f)],_0xa04fc7[_0x2a879f(0x407)][_0x2a879f(0x1c3)]['endColumn']+=_0x542578[_0x2a879f(0x25f)]+(_0x542578[_0x2a879f(0x3e1)]||0x0)):_0xa04fc7['id']=_0x22a860[_0x2a879f(0x3ec)]['id'];let _0x34f935=(0x0,_0x22a860['handleBaseMoveRowsCols'])({'start':_0x183f2d[_0x2a879f(0x407)][_0x2a879f(0x340)][_0x2a879f(0x2ab)],'end':_0x183f2d[_0x2a879f(0x407)][_0x2a879f(0x340)][_0x2a879f(0x23c)]},{'start':_0x183f2d['params'][_0x2a879f(0x1c3)][_0x2a879f(0x2ab)],'end':_0x183f2d[_0x2a879f(0x407)][_0x2a879f(0x1c3)][_0x2a879f(0x23c)]},{'start':_0xb7d6c0[_0x2a879f(0x407)]['range'][_0x2a879f(0x2ab)],'end':_0xb7d6c0['params']['range'][_0x2a879f(0x23c)]});if(_0x34f935){let {step:_0x3d43e7,length:_0x393b80}=_0x34f935;_0x796510[_0x2a879f(0x407)][_0x2a879f(0x1f4)]['startColumn']+=_0x3d43e7,_0x796510[_0x2a879f(0x407)][_0x2a879f(0x1f4)]['endColumn']+=_0x3d43e7+(_0x393b80||0x0);}else _0x796510[_0x2a879f(0x407)]['range'][_0x2a879f(0x2ab)]=0x0,_0x796510[_0x2a879f(0x407)][_0x2a879f(0x1f4)]['endColumn']=-0x1;return{'m1Prime':_0x796510,'m2Prime':_0xa04fc7};}},_0x5cb06e={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler'(_0x33e262,_0x49fc2f){const _0x1e4b91=_0x5d8b54;let _0x3ff2e4={'m1Prime':_0x33e262,'m2Prime':_0x49fc2f};if(_0x33e262[_0x1e4b91(0x407)]['unitId']!==_0x49fc2f[_0x1e4b91(0x407)][_0x1e4b91(0x30d)]||_0x33e262['params'][_0x1e4b91(0x33f)]!==_0x49fc2f[_0x1e4b91(0x407)][_0x1e4b91(0x1f2)][_0x1e4b91(0x33f)]&&_0x33e262[_0x1e4b91(0x407)]['subUnitId']!==_0x49fc2f[_0x1e4b91(0x407)]['to']['subUnitId'])return _0x3ff2e4;let _0x5b495a=_0x1973ab[_0x1e4b91(0x281)][_0x1e4b91(0x198)](_0x33e262),_0x5881bf=_0x1973ab[_0x1e4b91(0x281)]['deepClone'](_0x49fc2f),{startColumn:_0x13e6f0,endColumn:_0x493d19}=_0x33e262[_0x1e4b91(0x407)][_0x1e4b91(0x1f4)];if(_0x33e262['params'][_0x1e4b91(0x33f)]===_0x49fc2f[_0x1e4b91(0x407)][_0x1e4b91(0x1f2)][_0x1e4b91(0x33f)]){let _0x30b3fe=new _0x1973ab[(_0x1e4b91(0x34a))](_0x5881bf[_0x1e4b91(0x407)]['from'][_0x1e4b91(0x38a)]),{startColumn:_0x320e67,endColumn:_0x5549be}=_0x30b3fe[_0x1e4b91(0x2e7)]();if(_0x320e67<=_0x493d19&&_0x5549be>=_0x13e6f0)return{'error':Error(_0x1e4b91(0x3e9))};_0x493d19<_0x320e67&&_0x30b3fe['removeColumns'](_0x13e6f0,_0x493d19-_0x13e6f0+0x1),_0x5881bf[_0x1e4b91(0x407)][_0x1e4b91(0x1f2)][_0x1e4b91(0x38a)]=_0x30b3fe['getMatrix']();}if(_0x33e262[_0x1e4b91(0x407)][_0x1e4b91(0x33f)]===_0x49fc2f[_0x1e4b91(0x407)]['to']['subUnitId']){let _0x3d37c1=new _0x1973ab[(_0x1e4b91(0x34a))](_0x5881bf[_0x1e4b91(0x407)]['to'][_0x1e4b91(0x38a)]),{startColumn:_0x8eea61,endColumn:_0x191dc0}=_0x3d37c1['getDataRange']();if(_0x8eea61<=_0x493d19&&_0x191dc0>=_0x13e6f0)return{'error':Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x493d19<_0x8eea61&&_0x3d37c1[_0x1e4b91(0x1f0)](_0x13e6f0,_0x493d19-_0x13e6f0+0x1),_0x5881bf['params']['to'][_0x1e4b91(0x38a)]=_0x3d37c1['getMatrix']();}return{'m1Prime':_0x5b495a,'m2Prime':_0x5881bf};}},_0x5a10e6={'m1':_0x22a860['RemoveColMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x311)]['id'],'handler'(_0x4c6a70,_0x2df11e){const _0x543929=_0x5d8b54;let _0x19fd93={'m1Prime':_0x4c6a70,'m2Prime':_0x2df11e};if(_0x4c6a70[_0x543929(0x407)][_0x543929(0x30d)]!==_0x2df11e[_0x543929(0x407)][_0x543929(0x30d)]||_0x4c6a70[_0x543929(0x407)][_0x543929(0x33f)]!==_0x2df11e[_0x543929(0x407)][_0x543929(0x33f)])return _0x19fd93;let _0x5d08e2=_0x1973ab[_0x543929(0x281)][_0x543929(0x198)](_0x4c6a70),_0x257252=_0x1973ab['Tools']['deepClone'](_0x2df11e),_0x3f7a42=(0x0,_0x22a860['handleBaseRemoveRange'])(_0x4c6a70[_0x543929(0x407)]['range'],_0x2df11e[_0x543929(0x407)][_0x543929(0x1f4)]);if(_0x3f7a42){let {step:_0x3ec27d,length:_0x56c984}=_0x3f7a42;_0x257252[_0x543929(0x407)][_0x543929(0x1f4)][_0x543929(0x2ab)]+=_0x3ec27d,_0x257252['params'][_0x543929(0x1f4)][_0x543929(0x23c)]+=_0x3ec27d+(_0x56c984||0x0);}else _0x257252['id']=_0x22a860[_0x543929(0x3ec)]['id'];let _0x3917cb=(0x0,_0x22a860['handleBaseRemoveRange'])(_0x2df11e[_0x543929(0x407)]['range'],_0x4c6a70[_0x543929(0x407)][_0x543929(0x1f4)]);if(_0x3917cb){let {step:_0x390568,length:_0x31de20}=_0x3917cb;_0x5d08e2['params']['range'][_0x543929(0x2ab)]+=_0x390568,_0x5d08e2['params'][_0x543929(0x1f4)]['endColumn']+=_0x390568+(_0x31de20||0x0);}else _0x5d08e2['id']=_0x22a860['EmptyMutation']['id'];return{'m1Prime':_0x5d08e2,'m2Prime':_0x257252};}},_0xf080e8={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860[_0x5d8b54(0x274)]['id'],'handler'(_0x4fb4a8,_0x3e635c){const _0x48e6ba=_0x5d8b54;let _0x77489b={'m1Prime':_0x4fb4a8,'m2Prime':_0x3e635c};if(_0x4fb4a8[_0x48e6ba(0x407)]['unitId']!==_0x3e635c[_0x48e6ba(0x407)][_0x48e6ba(0x30d)]||_0x4fb4a8[_0x48e6ba(0x407)]['subUnitId']!==_0x3e635c[_0x48e6ba(0x407)][_0x48e6ba(0x33f)])return _0x77489b;let _0x3b7cc6=_0x1973ab[_0x48e6ba(0x281)][_0x48e6ba(0x198)](_0x4fb4a8),_0x923f00=_0x1973ab[_0x48e6ba(0x281)][_0x48e6ba(0x198)](_0x3e635c),{ranges:_0x1d2225}=_0x923f00['params'];return _0x1d2225[_0x48e6ba(0x1a1)](_0x3bbede=>{const _0x3545c3=_0x48e6ba;let _0x4a4458=(0x0,_0x22a860[_0x3545c3(0x2d7)])(_0x4d25dd(_0x4fb4a8[_0x3545c3(0x407)]['range']),_0x4d25dd(_0x3bbede));return _0x4a4458===null||_0x4a4458['length']!==0x0?!0x0:(_0x3bbede[_0x3545c3(0x2ab)]+=_0x4a4458[_0x3545c3(0x25f)],_0x3bbede[_0x3545c3(0x23c)]+=_0x4a4458[_0x3545c3(0x25f)],!0x1);})?{'error':Error('remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x3b7cc6,'m2Prime':_0x923f00};}},_0x93254f={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860[_0x5d8b54(0x233)]['id'],'handler'(_0x5d65bd,_0x3b6b21){const _0x36d92f=_0x5d8b54;let _0x316c6f=_0x1973ab[_0x36d92f(0x281)][_0x36d92f(0x198)](_0x5d65bd),_0xd6544e=_0x1973ab[_0x36d92f(0x281)]['deepClone'](_0x3b6b21);if(_0x5d65bd[_0x36d92f(0x407)][_0x36d92f(0x30d)]!==_0x3b6b21[_0x36d92f(0x407)][_0x36d92f(0x30d)]||_0x5d65bd[_0x36d92f(0x407)][_0x36d92f(0x33f)]!==_0x3b6b21['params'][_0x36d92f(0x33f)])return{'m1Prime':_0x316c6f,'m2Prime':_0xd6544e};let _0x5b779c=_0xd6544e[_0x36d92f(0x407)]['ranges'][_0x36d92f(0x202)]((_0x2174ea,_0x4aa6d2)=>{const _0x268b61=_0x36d92f;let _0x411c8a=_0x316c6f[_0x268b61(0x407)]['range'],_0x49a06a=_0x411c8a[_0x268b61(0x23c)]-_0x411c8a[_0x268b61(0x2ab)]+0x1,_0x467372={..._0x4aa6d2};return _0x411c8a[_0x268b61(0x2ab)]>_0x4aa6d2[_0x268b61(0x23c)]?_0x467372={..._0x4aa6d2}:_0x411c8a['startColumn']>=_0x4aa6d2['startColumn']&&_0x411c8a['startColumn']<=_0x4aa6d2['endColumn']&&_0x411c8a[_0x268b61(0x23c)]>_0x4aa6d2[_0x268b61(0x23c)]?(_0x467372[_0x268b61(0x23c)]=_0x411c8a['startColumn']-0x1,_0x411c8a[_0x268b61(0x2ab)]===_0x4aa6d2[_0x268b61(0x2ab)]&&(_0x467372=null)):_0x411c8a[_0x268b61(0x2ab)]>_0x4aa6d2[_0x268b61(0x2ab)]&&_0x411c8a[_0x268b61(0x23c)]<_0x4aa6d2[_0x268b61(0x23c)]?_0x467372[_0x268b61(0x23c)]=_0x4aa6d2[_0x268b61(0x23c)]-_0x49a06a:_0x411c8a[_0x268b61(0x2ab)]<_0x4aa6d2['startColumn']&&_0x411c8a[_0x268b61(0x23c)]>=_0x4aa6d2[_0x268b61(0x2ab)]&&_0x411c8a[_0x268b61(0x23c)]<=_0x4aa6d2[_0x268b61(0x23c)]?(_0x467372['startColumn']=_0x411c8a[_0x268b61(0x2ab)],_0x467372[_0x268b61(0x23c)]=_0x4aa6d2[_0x268b61(0x23c)]-_0x49a06a,_0x411c8a[_0x268b61(0x23c)]===_0x4aa6d2['endColumn']&&(_0x467372=null)):_0x411c8a['startColumn']<=_0x4aa6d2[_0x268b61(0x2ab)]&&_0x411c8a[_0x268b61(0x23c)]>=_0x4aa6d2[_0x268b61(0x23c)]?_0x467372=null:_0x411c8a[_0x268b61(0x23c)]<_0x4aa6d2[_0x268b61(0x2ab)]&&(_0x467372[_0x268b61(0x2ab)]=_0x4aa6d2['startColumn']-_0x49a06a,_0x467372[_0x268b61(0x23c)]=_0x4aa6d2[_0x268b61(0x23c)]-_0x49a06a),_0x467372&&!(_0x467372[_0x268b61(0x1f5)]===_0x467372[_0x268b61(0x3bf)]&&_0x467372['startColumn']===_0x467372['endColumn'])&&_0x2174ea['push'](_0x467372),_0x2174ea;},[]);return _0xd6544e[_0x36d92f(0x407)][_0x36d92f(0x292)]=_0x5b779c,{'m1Prime':_0x316c6f,'m2Prime':_0xd6544e};}},_0x57f2bb={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860['ReorderRangeMutation']['id'],'handler'(_0x144ca0,_0x3df5a5){const _0x543d64=_0x5d8b54;let _0x27a2bf={'m1Prime':_0x144ca0,'m2Prime':_0x3df5a5};if(_0x144ca0[_0x543d64(0x407)][_0x543d64(0x30d)]!==_0x3df5a5['params']['unitId']||_0x144ca0[_0x543d64(0x407)][_0x543d64(0x33f)]!==_0x3df5a5[_0x543d64(0x407)][_0x543d64(0x33f)])return _0x27a2bf;let _0x9fe174=(0x0,_0x22a860[_0x543d64(0x2d7)])(_0x4d25dd(_0x144ca0['params'][_0x543d64(0x1f4)]),_0x4d25dd(_0x3df5a5[_0x543d64(0x407)][_0x543d64(0x1f4)]));if(!_0x9fe174)return{'m1Prime':_0x144ca0,'m2Prime':[]};let _0xa214bb=_0x1973ab[_0x543d64(0x281)][_0x543d64(0x198)](_0x3df5a5);return _0xa214bb[_0x543d64(0x407)][_0x543d64(0x1f4)][_0x543d64(0x2ab)]+=_0x9fe174['step'],_0xa214bb[_0x543d64(0x407)]['range'][_0x543d64(0x23c)]+=_0x9fe174['step']+(_0x9fe174['length']||0x0),{'m1Prime':_0x144ca0,'m2Prime':_0xa214bb};}},_0x487cb9={'m1':_0x22a860['RemoveColMutation']['id'],'m2':_0x22a860['SetColDataMutation']['id'],'handler'(_0x20b876,_0x18fbbb){const _0x178ea0=_0x5d8b54;let _0x483e70={'m1Prime':_0x20b876,'m2Prime':_0x18fbbb};if(_0x20b876['params'][_0x178ea0(0x30d)]!==_0x18fbbb[_0x178ea0(0x407)][_0x178ea0(0x30d)]||_0x20b876['params']['subUnitId']!==_0x18fbbb[_0x178ea0(0x407)]['subUnitId'])return _0x483e70;let _0x35a23d=_0x1973ab[_0x178ea0(0x281)][_0x178ea0(0x198)](_0x20b876),_0xaedb62=_0x1973ab[_0x178ea0(0x281)][_0x178ea0(0x198)](_0x18fbbb),{columnData:_0xb2ceb3}=_0xaedb62['params'];return(0x0,_0x1973ab[_0x178ea0(0x20d)])(_0x20b876[_0x178ea0(0x407)][_0x178ea0(0x1f4)]['startColumn'],_0x20b876['params'][_0x178ea0(0x1f4)][_0x178ea0(0x23c)]-_0x20b876[_0x178ea0(0x407)][_0x178ea0(0x1f4)]['startColumn']+0x1,_0xb2ceb3),{'m1Prime':_0x35a23d,'m2Prime':_0xaedb62};}},_0x33168b={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860[_0x5d8b54(0x262)]['id'],'handler'(_0x3dabfb,_0x4c6fc8){const _0x53ddfa=_0x5d8b54;let _0x212243={'m1Prime':_0x3dabfb,'m2Prime':_0x4c6fc8};if(_0x3dabfb['params'][_0x53ddfa(0x30d)]!==_0x4c6fc8['params'][_0x53ddfa(0x30d)]||_0x3dabfb[_0x53ddfa(0x407)][_0x53ddfa(0x33f)]!==_0x4c6fc8[_0x53ddfa(0x407)][_0x53ddfa(0x33f)])return _0x212243;let _0x4412ec=_0x1973ab[_0x53ddfa(0x281)][_0x53ddfa(0x198)](_0x3dabfb),_0x4549e9=_0x1973ab[_0x53ddfa(0x281)][_0x53ddfa(0x198)](_0x4c6fc8),{ranges:_0x4c5f74}=_0x4549e9['params'];return _0x4c5f74[_0x53ddfa(0x26c)](_0x399dd1=>{const _0x1a355c=_0x53ddfa;let _0x20adbe=(0x0,_0x22a860[_0x1a355c(0x2d7)])(_0x4d25dd(_0x3dabfb[_0x1a355c(0x407)]['range']),_0x399dd1);_0x20adbe==null?_0x4549e9['id']=_0x22a860[_0x1a355c(0x3ec)]['id']:(_0x399dd1[_0x1a355c(0x2ab)]+=_0x20adbe[_0x1a355c(0x25f)],_0x399dd1[_0x1a355c(0x23c)]+=_0x20adbe[_0x1a355c(0x25f)]+_0x20adbe['length']);}),{'m1Prime':_0x4412ec,'m2Prime':_0x4549e9};}},_0x45d00a={'m1':_0x22a860['RemoveColMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x403)]['id'],'handler'(_0x1226eb,_0x2d8740){const _0x1a4d36=_0x5d8b54;let _0x367b40={'m1Prime':_0x1226eb,'m2Prime':_0x2d8740};if(_0x1226eb[_0x1a4d36(0x407)][_0x1a4d36(0x30d)]!==_0x2d8740[_0x1a4d36(0x407)]['unitId']||_0x1226eb[_0x1a4d36(0x407)]['subUnitId']!==_0x2d8740['params']['subUnitId'])return _0x367b40;let _0x5bb6c8=_0x1973ab['Tools'][_0x1a4d36(0x198)](_0x1226eb),_0x4e0863=_0x1973ab[_0x1a4d36(0x281)][_0x1a4d36(0x198)](_0x2d8740),{ranges:_0x5c45b8}=_0x4e0863[_0x1a4d36(0x407)];return _0x5c45b8[_0x1a4d36(0x26c)](_0x384cc4=>{const _0x573b0f=_0x1a4d36;let _0x249a61=(0x0,_0x22a860[_0x573b0f(0x2d7)])(_0x4d25dd(_0x1226eb[_0x573b0f(0x407)][_0x573b0f(0x1f4)]),_0x384cc4);_0x249a61==null?_0x4e0863['id']=_0x22a860[_0x573b0f(0x3ec)]['id']:(_0x384cc4[_0x573b0f(0x2ab)]+=_0x249a61[_0x573b0f(0x25f)],_0x384cc4[_0x573b0f(0x23c)]+=_0x249a61[_0x573b0f(0x25f)]+_0x249a61[_0x573b0f(0x3e1)]);}),{'m1Prime':_0x5bb6c8,'m2Prime':_0x4e0863};}},_0xc7385={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler'(_0x52b524,_0x4b1198){const _0x1cbabe=_0x5d8b54;let _0x2f561d={'m1Prime':_0x52b524,'m2Prime':_0x4b1198};if(_0x52b524[_0x1cbabe(0x407)][_0x1cbabe(0x30d)]!==_0x4b1198['params'][_0x1cbabe(0x30d)]||_0x52b524[_0x1cbabe(0x407)][_0x1cbabe(0x33f)]!==_0x4b1198[_0x1cbabe(0x407)][_0x1cbabe(0x33f)])return _0x2f561d;let _0x498a48=[_0x1973ab[_0x1cbabe(0x281)][_0x1cbabe(0x198)](_0x52b524)],_0x1435fb=_0x1973ab[_0x1cbabe(0x281)][_0x1cbabe(0x198)](_0x4b1198),{values:_0x1dc947}=_0x1435fb['params'],_0x2bd513=[],_0x34476d=!0x1;for(let _0x3d1779 in _0x1dc947){let _0x5e43d9=_0x1dc947[_0x3d1779];if(_0x2bd513[_0x1cbabe(0x2da)](..._0x5e43d9[_0x1cbabe(0x292)]),_0x5e43d9[_0x1cbabe(0x292)][_0x1cbabe(0x1a1)](_0x1eb220=>{const _0x210131=_0x1cbabe;let _0x1b8830=(0x0,_0x22a860['handleBaseRemoveRange'])(_0x4d25dd(_0x52b524[_0x210131(0x407)][_0x210131(0x1f4)]),_0x4d25dd(_0x1eb220));return _0x1b8830==null||_0x1b8830[_0x210131(0x3e1)]!==0x0?!0x0:(_0x1b8830[_0x210131(0x25f)]!==0x0&&(_0x34476d=!0x0),_0x1eb220['startColumn']+=_0x1b8830[_0x210131(0x25f)],_0x1eb220[_0x210131(0x23c)]+=_0x1b8830[_0x210131(0x25f)],!0x1);}))return{'error':Error(_0x1cbabe(0x217))};}if(_0x34476d){let _0x1ce6c7={'id':_0x22a860[_0x1cbabe(0x274)]['id'],'params':{'unitId':_0x4b1198[_0x1cbabe(0x407)][_0x1cbabe(0x30d)],'subUnitId':_0x4b1198[_0x1cbabe(0x407)][_0x1cbabe(0x33f)],'ranges':_0x2bd513}};_0x498a48[_0x1cbabe(0x2da)](_0x1ce6c7,_0x1435fb);}return{'m1Prime':_0x498a48,'m2Prime':_0x1435fb};}},_0x49178a={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860[_0x5d8b54(0x224)]['id'],'handler'(_0x299e67,_0x197287){const _0x199792=_0x5d8b54;let _0x20091e={'m1Prime':_0x299e67,'m2Prime':_0x197287};if(_0x299e67[_0x199792(0x407)][_0x199792(0x30d)]!==_0x197287['params'][_0x199792(0x30d)]||_0x299e67[_0x199792(0x407)][_0x199792(0x33f)]!==_0x197287[_0x199792(0x407)][_0x199792(0x33f)])return _0x20091e;let _0x3f8df5=[_0x1973ab[_0x199792(0x281)][_0x199792(0x198)](_0x299e67)],_0x5a50f2=_0x1973ab[_0x199792(0x281)][_0x199792(0x198)](_0x197287),_0x53ea46=new _0x1973ab[(_0x199792(0x34a))](_0x5a50f2[_0x199792(0x407)][_0x199792(0x204)]),_0x270e3e=_0x53ea46[_0x199792(0x2e7)](),_0x1bba18=_0x299e67[_0x199792(0x407)][_0x199792(0x1f4)],_0x31b117=_0x1bba18['endColumn']-_0x1bba18[_0x199792(0x2ab)]+0x1;if(_0x5a50f2[_0x199792(0x407)][_0x199792(0x204)]&&_0x1bba18[_0x199792(0x23c)]<_0x270e3e[_0x199792(0x2ab)])_0x36b55a(_0x5a50f2[_0x199792(0x407)][_0x199792(0x204)],_0x270e3e[_0x199792(0x2ab)],_0x270e3e[_0x199792(0x23c)]-_0x270e3e['startColumn']+0x1,-_0x31b117);else{if(_0x1bba18['startColumn']<=_0x270e3e[_0x199792(0x23c)])return{'error':Error('remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation')};}let _0x179158=new _0x1973ab[(_0x199792(0x34a))](),_0xb03cc7=!0x1,_0x4c62b5=!0x1;if(_0x53ea46[_0x199792(0x39e)]((_0x604434,_0x30eca5,_0x1acdb4)=>{const _0x2046dc=_0x199792;if(_0x1acdb4&&_0x1acdb4['f']){let _0x1062ec=_0x1acdb4['f'],_0xdb0b9=!0x1,_0xd603c=_0x21a084(_0x299e67[_0x2046dc(0x407)]['unitId'],_0x299e67['params'][_0x2046dc(0x33f)],_0x1062ec,_0x373cc6=>{const _0x54cb25=_0x2046dc;let _0x584e2d=(0x0,_0x22a860[_0x54cb25(0x2d7)])(_0x4d25dd(_0x299e67['params'][_0x54cb25(0x1f4)]),_0x4d25dd(_0x373cc6));return _0x584e2d===null?(_0xb03cc7=!0x0,_0x373cc6):((_0x584e2d[_0x54cb25(0x25f)]!==0x0||_0x584e2d['length']!==0x0)&&(_0xdb0b9=!0x0,_0x373cc6[_0x54cb25(0x2ab)]+=_0x584e2d[_0x54cb25(0x25f)],_0x373cc6['endColumn']+=_0x584e2d[_0x54cb25(0x25f)]+_0x584e2d[_0x54cb25(0x3e1)]),_0x373cc6);});_0xdb0b9&&(_0x4c62b5=!0x0,_0x1acdb4['f']=_0xd603c,_0x179158[_0x2046dc(0x423)](_0x604434,_0x30eca5,{..._0x1acdb4}));}}),_0xb03cc7)return{'error':Error(_0x199792(0x208))};if(_0x4c62b5){let _0xeb1557={'id':_0x22a860[_0x199792(0x224)]['id'],'params':{'unitId':_0x197287[_0x199792(0x407)]['unitId'],'subUnitId':_0x197287[_0x199792(0x407)]['subUnitId'],'cellValue':_0x179158['getMatrix']()}};_0x3f8df5[_0x199792(0x2da)](_0xeb1557);}return{'m1Prime':_0x3f8df5,'m2Prime':_0x5a50f2};}},_0x183864={'m1':_0x22a860['RemoveColMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x1df)]['id'],'handler'(_0x5918cc,_0x4d2985){const _0x1de185=_0x5d8b54;let _0x17584e={'m1Prime':[],'m2Prime':[]};if(_0x5918cc[_0x1de185(0x407)][_0x1de185(0x30d)]!==_0x4d2985[_0x1de185(0x407)][_0x1de185(0x30d)]||_0x5918cc[_0x1de185(0x407)][_0x1de185(0x33f)]!==_0x4d2985[_0x1de185(0x407)][_0x1de185(0x33f)])return _0x17584e;let _0x58cfea=_0x1973ab[_0x1de185(0x281)][_0x1de185(0x198)](_0x4d2985),_0x38114e=!0x1;return _0x58cfea[_0x1de185(0x407)]['selections']['forEach'](_0x15253a=>{const _0x11ce7e=_0x1de185;let {range:_0x4935aa,primary:_0x596588}=_0x15253a,_0x562728=(0x0,_0x22a860[_0x11ce7e(0x2d7)])(_0x4d25dd(_0x5918cc[_0x11ce7e(0x407)]['range']),_0x4d25dd(_0x4935aa));if(_0x562728!=null&&(_0x562728[_0x11ce7e(0x3e1)]||_0x562728[_0x11ce7e(0x25f)])){if(_0x4935aa[_0x11ce7e(0x2ab)]+=_0x562728[_0x11ce7e(0x25f)],_0x4935aa[_0x11ce7e(0x23c)]+=_0x562728[_0x11ce7e(0x25f)]+(_0x562728[_0x11ce7e(0x3e1)]||0x0),_0x596588){let _0x481d59=(0x0,_0x22a860['handleBaseRemoveRange'])(_0x4d25dd(_0x5918cc[_0x11ce7e(0x407)][_0x11ce7e(0x1f4)]),_0x4d25dd(_0x596588));if(_0x481d59==null){_0x596588[_0x11ce7e(0x2ab)]=_0x4935aa[_0x11ce7e(0x2ab)],_0x596588['endColumn']=_0x4935aa[_0x11ce7e(0x2ab)],_0x596588[_0x11ce7e(0x268)]=_0x4935aa['startColumn'];return;}(_0x481d59[_0x11ce7e(0x3e1)]||_0x481d59['step'])&&(_0x596588[_0x11ce7e(0x2ab)]+=_0x481d59[_0x11ce7e(0x25f)],_0x596588['endColumn']+=_0x481d59[_0x11ce7e(0x25f)],_0x596588[_0x11ce7e(0x268)]+=_0x481d59[_0x11ce7e(0x25f)]);}_0x38114e=!0x0;}}),_0x38114e&&_0x17584e['m2Prime'][_0x1de185(0x2da)](_0x58cfea),_0x17584e;}},_0xf6740c={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x1db735[_0x5d8b54(0x300)]['id'],'handler'(_0x19455f,_0x4c1c06){const _0x5af08d=_0x5d8b54;let _0x2c7fda={'m1Prime':_0x19455f,'m2Prime':_0x4c1c06};if(_0x19455f[_0x5af08d(0x407)][_0x5af08d(0x30d)]!==_0x4c1c06[_0x5af08d(0x407)][_0x5af08d(0x30d)]||_0x19455f[_0x5af08d(0x407)][_0x5af08d(0x33f)]!==_0x4c1c06[_0x5af08d(0x407)]['subUnitId'])return _0x2c7fda;let _0x442332=_0x1973ab['Tools'][_0x5af08d(0x198)](_0x19455f),_0x5d2891=_0x1973ab[_0x5af08d(0x281)][_0x5af08d(0x198)](_0x4c1c06),_0x5cc3b0=_0x261b6f({'start':_0x19455f[_0x5af08d(0x407)][_0x5af08d(0x1f4)][_0x5af08d(0x2ab)],'end':_0x19455f[_0x5af08d(0x407)][_0x5af08d(0x1f4)][_0x5af08d(0x23c)]},{'start':_0x4c1c06[_0x5af08d(0x407)]['col'],'end':_0x4c1c06[_0x5af08d(0x407)][_0x5af08d(0x2a1)]}),_0x457fff=_0x1973ab['Tools'][_0x5af08d(0x198)](_0x4c1c06);return _0x457fff[_0x5af08d(0x407)]['criteria']=null,_0x5cc3b0===null?{'m1Prime':[_0x442332,_0x457fff],'m2Prime':[]}:_0x5d2891[_0x5af08d(0x407)]['col']===_0x5cc3b0[_0x5af08d(0x30a)]?_0x2c7fda:(_0x5d2891[_0x5af08d(0x407)][_0x5af08d(0x2a1)]=_0x5cc3b0['start'],_0x5d2891[_0x5af08d(0x407)][_0x5af08d(0x236)]&&(_0x5d2891['params'][_0x5af08d(0x236)]['colId']=_0x5cc3b0[_0x5af08d(0x30a)]),{'m1Prime':[_0x457fff,_0x5d2891,_0x442332],'m2Prime':[_0x5d2891]});}},_0x26f468={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x1db735['SetSheetsFilterRangeMutation']['id'],'handler'(_0x2fff00,_0x77289f){const _0x6e9552=_0x5d8b54;let _0x4cce4a={'m1Prime':[_0x2fff00],'m2Prime':[_0x77289f]};if(_0x2fff00['params'][_0x6e9552(0x30d)]!==_0x77289f[_0x6e9552(0x407)]['unitId']||_0x2fff00[_0x6e9552(0x407)][_0x6e9552(0x33f)]!==_0x77289f['params'][_0x6e9552(0x33f)])return _0x4cce4a;let _0x112c69=_0x1973ab['Tools'][_0x6e9552(0x198)](_0x2fff00),_0x4227f2=_0x1973ab[_0x6e9552(0x281)][_0x6e9552(0x198)](_0x77289f),_0x26a099=_0x261b6f({'start':_0x2fff00['params'][_0x6e9552(0x1f4)][_0x6e9552(0x2ab)],'end':_0x2fff00[_0x6e9552(0x407)][_0x6e9552(0x1f4)]['endColumn']},{'start':_0x77289f[_0x6e9552(0x407)][_0x6e9552(0x1f4)]['startColumn'],'end':_0x77289f[_0x6e9552(0x407)][_0x6e9552(0x1f4)][_0x6e9552(0x23c)]});return _0x26a099===null?{'m1Prime':[_0x112c69,{'id':_0x1db735['RemoveSheetsFilterMutation']['id'],'params':{'unitId':_0x77289f[_0x6e9552(0x407)][_0x6e9552(0x30d)],'subUnitId':_0x77289f[_0x6e9552(0x407)]['unitId']}}],'m2Prime':[]}:(_0x4227f2[_0x6e9552(0x407)][_0x6e9552(0x1f4)][_0x6e9552(0x2ab)]=_0x26a099[_0x6e9552(0x30a)],_0x4227f2[_0x6e9552(0x407)][_0x6e9552(0x1f4)][_0x6e9552(0x23c)]=_0x26a099[_0x6e9552(0x393)],{'m1Prime':[_0x4227f2,_0x112c69],'m2Prime':[_0x4227f2]});}},_0x53bcd2={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x22a860[_0x5d8b54(0x352)]['id'],'handler'(_0x1f823c,_0x282af2){const _0x50dcd3=_0x5d8b54;let _0x1442ae={'m1Prime':_0x1f823c,'m2Prime':_0x282af2};if(_0x1f823c['params'][_0x50dcd3(0x30d)]!==_0x282af2[_0x50dcd3(0x407)][_0x50dcd3(0x30d)]||_0x1f823c[_0x50dcd3(0x407)][_0x50dcd3(0x33f)]!==_0x282af2['params']['subUnitId'])return _0x1442ae;let _0x5ec163=_0x1973ab[_0x50dcd3(0x281)][_0x50dcd3(0x198)](_0x1f823c),_0xc15975=_0x1973ab[_0x50dcd3(0x281)][_0x50dcd3(0x198)](_0x282af2),{ranges:_0x24c523,colWidth:_0x3b4641}=_0xc15975[_0x50dcd3(0x407)];return _0x24c523[_0x50dcd3(0x26c)](_0x2bb29b=>{const _0x5779c8=_0x50dcd3;let _0x95964a=(0x0,_0x22a860[_0x5779c8(0x2d7)])(_0x4d25dd(_0x1f823c[_0x5779c8(0x407)][_0x5779c8(0x1f4)]),_0x2bb29b);_0x95964a==null?_0xc15975['id']=_0x22a860['EmptyMutation']['id']:(_0x2bb29b[_0x5779c8(0x2ab)]+=_0x95964a[_0x5779c8(0x25f)],_0x2bb29b['endColumn']+=_0x95964a[_0x5779c8(0x25f)]+_0x95964a[_0x5779c8(0x3e1)]);}),typeof _0x3b4641!='number'&&(0x0,_0x1973ab[_0x50dcd3(0x20d)])(_0x1f823c[_0x50dcd3(0x407)][_0x50dcd3(0x1f4)]['startColumn'],_0x1f823c[_0x50dcd3(0x407)]['range'][_0x50dcd3(0x23c)]-_0x1f823c[_0x50dcd3(0x407)][_0x50dcd3(0x1f4)][_0x50dcd3(0x2ab)]+0x1,_0x3b4641),{'m1Prime':_0x5ec163,'m2Prime':_0xc15975};}},_0x5ca647={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x267)]['id'],'handler':(_0x4a1c7c,_0x329c9a)=>{const _0x2e72e1=_0x5d8b54;let _0x56ffab={'m1Prime':_0x4a1c7c,'m2Prime':_0x329c9a};if(_0x4a1c7c[_0x2e72e1(0x407)][_0x2e72e1(0x30d)]!==_0x329c9a[_0x2e72e1(0x407)][_0x2e72e1(0x30d)]||_0x4a1c7c[_0x2e72e1(0x407)][_0x2e72e1(0x33f)]!==_0x329c9a['params'][_0x2e72e1(0x33f)])return _0x56ffab;let _0x1e9ce1=_0x2da333(_0x329c9a,{'id':_0x22a860[_0x2e72e1(0x3ac)]['id'],'params':{'unitId':_0x4a1c7c[_0x2e72e1(0x407)]['unitId'],'subUnitId':_0x4a1c7c[_0x2e72e1(0x407)]['subUnitId'],'range':_0x4a1c7c['params'][_0x2e72e1(0x1f4)]}});return{'m1Prime':[_0x4a1c7c,..._0x1e9ce1],'m2Prime':[_0x329c9a,..._0x1e9ce1]};}},_0x35086e={'m1':_0x22a860[_0x5d8b54(0x311)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x1945ef,_0x14b39f)=>{const _0x69de79=_0x5d8b54;let _0x4c3e8b={'m1Prime':_0x1945ef,'m2Prime':_0x14b39f};if(_0x1945ef['params'][_0x69de79(0x30d)]!==_0x14b39f['params']['unitId']||_0x14b39f[_0x69de79(0x407)]['subUnitId']!==_0x1945ef['params'][_0x69de79(0x33f)])return _0x4c3e8b;let _0x4bc80e=_0x59361f(_0x14b39f,{'id':_0x22a860[_0x69de79(0x3ac)]['id'],'params':{'range':_0x1945ef[_0x69de79(0x407)]['range']}});return{'m1Prime':[_0x1945ef,..._0x4bc80e],'m2Prime':[_0x14b39f,..._0x4bc80e]};}},_0x2c9083={'m1':_0xb55284[_0x5d8b54(0x30c)]['id'],'m2':_0xb55284[_0x5d8b54(0x30c)]['id'],'handler':(_0x64e856,_0x9e3403)=>{const _0x3602ad=_0x5d8b54;let _0x299e3e={'m1Prime':_0x64e856,'m2Prime':_0x9e3403};return _0x64e856[_0x3602ad(0x407)][_0x3602ad(0x30d)]===_0x9e3403['params'][_0x3602ad(0x30d)]&&_0x64e856[_0x3602ad(0x407)][_0x3602ad(0x33f)]===_0x9e3403[_0x3602ad(0x407)][_0x3602ad(0x33f)]&&_0x64e856['params'][_0x3602ad(0x1e4)]===_0x9e3403['params'][_0x3602ad(0x1e4)]?{'m1Prime':[],'m2Prime':[]}:_0x299e3e;}},_0x295f88={'m1':_0x3c827b['RemoveHyperLinkMutation']['id'],'m2':_0x3c827b[_0x5d8b54(0x3b3)]['id'],'handler':(_0xee1a57,_0x5a2dfa)=>{const _0x292a35=_0x5d8b54;let _0x2a220b=_0xee1a57[_0x292a35(0x407)],_0x1fdcad=_0x5a2dfa[_0x292a35(0x407)];return _0x2a220b[_0x292a35(0x30d)]===_0x1fdcad[_0x292a35(0x30d)]&&_0x2a220b[_0x292a35(0x33f)]===_0x1fdcad[_0x292a35(0x33f)]&&_0x2a220b['id']===_0x1fdcad['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0xee1a57,'m2Prime':_0x5a2dfa};}},_0x55edf2={'m1':_0x22a860[_0x5d8b54(0x274)]['id'],'m2':_0x22a860[_0x5d8b54(0x274)]['id'],'handler'(_0x11eaeb,_0x48a896){const _0x36ebc2=_0x5d8b54;if(_0x11eaeb[_0x36ebc2(0x407)][_0x36ebc2(0x30d)]!==_0x48a896[_0x36ebc2(0x407)][_0x36ebc2(0x30d)]||_0x11eaeb[_0x36ebc2(0x407)][_0x36ebc2(0x33f)]!==_0x48a896[_0x36ebc2(0x407)][_0x36ebc2(0x33f)])return{'m1Prime':_0x11eaeb,'m2Prime':_0x48a896};let _0x3a5cb2=_0x1973ab[_0x36ebc2(0x281)][_0x36ebc2(0x198)](_0x11eaeb),_0x1597e2=_0x1973ab[_0x36ebc2(0x281)][_0x36ebc2(0x198)](_0x48a896),_0x11b869=[],_0x15246e=_0x1597e2[_0x36ebc2(0x407)][_0x36ebc2(0x292)];return _0x3a5cb2[_0x36ebc2(0x407)][_0x36ebc2(0x292)][_0x36ebc2(0x26c)](_0x46f8e6=>{const _0x3bd5e8=_0x36ebc2;let _0x10739e=_0x5e2558(_0x46f8e6,_0x15246e);_0x10739e[_0x3bd5e8(0x3e1)]>0x0&&_0x11b869[_0x3bd5e8(0x2da)](..._0x10739e);}),_0x3a5cb2[_0x36ebc2(0x407)]['ranges']=_0x11b869,{'m1Prime':_0x11eaeb,'m2Prime':_0x48a896};}},_0x2a55={'m1':_0x22a860[_0x5d8b54(0x274)]['id'],'m2':_0x22a860['SetNumfmtMutation']['id'],'handler'(_0x4ee811,_0x53540a){const _0xf819a7=_0x5d8b54;if(_0x4ee811['params'][_0xf819a7(0x30d)]!==_0x53540a[_0xf819a7(0x407)][_0xf819a7(0x30d)]||_0x4ee811[_0xf819a7(0x407)][_0xf819a7(0x33f)]!==_0x53540a[_0xf819a7(0x407)][_0xf819a7(0x33f)])return{'m1Prime':_0x4ee811,'m2Prime':_0x53540a};let _0x12a195=_0x1973ab[_0xf819a7(0x281)][_0xf819a7(0x198)](_0x4ee811),_0x234efc=_0x1973ab[_0xf819a7(0x281)][_0xf819a7(0x198)](_0x53540a),_0x455eaf=[],_0x21ea24=Object[_0xf819a7(0x35e)](_0x234efc['params'][_0xf819a7(0x35e)])[_0xf819a7(0x1cf)](_0x273e65=>_0x273e65[_0xf819a7(0x292)])[_0xf819a7(0x270)]();return _0x12a195[_0xf819a7(0x407)]['ranges'][_0xf819a7(0x26c)](_0x296c1b=>{const _0x48ab91=_0xf819a7;let _0x4b6201=_0x5e2558(_0x296c1b,_0x21ea24);_0x4b6201['length']>0x0&&_0x455eaf[_0x48ab91(0x2da)](..._0x4b6201);}),_0x12a195['params'][_0xf819a7(0x292)]=_0x455eaf,{'m1Prime':_0x12a195,'m2Prime':_0x234efc};}},_0x5aad05={'m1':_0x22a860['RemoveRowMutation']['id'],'m2':_0x1d4f53['AddCommentMutation']['id'],'handler':(_0x22aa1c,_0x34875d)=>{const _0x32bbb7=_0x5d8b54;let _0x24640d={'m1Prime':_0x22aa1c,'m2Prime':_0x34875d};if(_0x22aa1c['params'][_0x32bbb7(0x30d)]!==_0x34875d[_0x32bbb7(0x407)][_0x32bbb7(0x30d)]||_0x22aa1c['params'][_0x32bbb7(0x33f)]!==_0x34875d['params'][_0x32bbb7(0x33f)])return _0x24640d;let _0x3e7e2f=_0x3b7086(_0x34875d,{'id':_0x22a860[_0x32bbb7(0x41f)]['id'],'params':{'unitId':_0x22aa1c[_0x32bbb7(0x407)][_0x32bbb7(0x30d)],'subUnitId':_0x22aa1c[_0x32bbb7(0x407)][_0x32bbb7(0x33f)],'range':_0x22aa1c['params'][_0x32bbb7(0x1f4)]}});return{'m1Prime':[_0x22aa1c,..._0x3e7e2f],'m2Prime':[_0x34875d,..._0x3e7e2f]};}},_0x4572de={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0xb55284[_0x5d8b54(0x3da)]['id'],'handler'(_0x2b2d77,_0x22e042){const _0x2ea986=_0x5d8b54;let _0x6b6de2={'m1Prime':_0x2b2d77,'m2Prime':_0x22e042};if(_0x2b2d77[_0x2ea986(0x407)][_0x2ea986(0x30d)]!==_0x22e042[_0x2ea986(0x407)]['unitId']||_0x2b2d77[_0x2ea986(0x407)][_0x2ea986(0x33f)]!==_0x22e042[_0x2ea986(0x407)][_0x2ea986(0x33f)])return _0x6b6de2;let _0xa879fc=_0x220faf(_0x22e042,{'id':_0x22a860[_0x2ea986(0x41f)]['id'],'params':{'range':_0x2b2d77[_0x2ea986(0x407)][_0x2ea986(0x1f4)]}});return{'m1Prime':[_0x2b2d77,..._0xa879fc],'m2Prime':[_0x22e042,..._0xa879fc]};}},_0x1873d0={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler'(_0x2d615a,_0x1cde55){const _0x2817d4=_0x5d8b54;let _0xdd541b=_0x56860f[_0x2817d4(0x38b)](_0x1cde55,_0x2d615a);return _0x23bbda(_0xdd541b)?{'m1Prime':_0xdd541b['m2Prime'],'m2Prime':_0xdd541b['m1Prime']}:_0xdd541b;}},_0x25236b={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler'(_0x43c432,_0x44ba13){const _0xad75d5=_0x5d8b54;let _0x50208={'m1Prime':_0x43c432,'m2Prime':_0x44ba13};if(_0x43c432[_0xad75d5(0x407)]['unitId']!==_0x44ba13[_0xad75d5(0x407)][_0xad75d5(0x30d)]||_0x43c432[_0xad75d5(0x407)]['subUnitId']!==_0x44ba13[_0xad75d5(0x407)]['from']['subUnitId']&&_0x43c432[_0xad75d5(0x407)][_0xad75d5(0x33f)]!==_0x44ba13[_0xad75d5(0x407)]['to'][_0xad75d5(0x33f)])return _0x50208;let _0x395a5a=_0x1973ab[_0xad75d5(0x281)][_0xad75d5(0x198)](_0x43c432),_0x24cf5a=_0x1973ab[_0xad75d5(0x281)][_0xad75d5(0x198)](_0x44ba13),{startRow:_0x391d14,endRow:_0x5b2a28}=_0x43c432[_0xad75d5(0x407)][_0xad75d5(0x1f4)];if(_0x43c432[_0xad75d5(0x407)][_0xad75d5(0x33f)]===_0x44ba13[_0xad75d5(0x407)][_0xad75d5(0x1f2)][_0xad75d5(0x33f)]){let _0x2a95bf=new _0x1973ab[(_0xad75d5(0x34a))](_0x24cf5a[_0xad75d5(0x407)][_0xad75d5(0x1f2)][_0xad75d5(0x38a)]),{startRow:_0x3c5b66,endRow:_0x59bcf8}=_0x2a95bf[_0xad75d5(0x2e7)]();if(_0x3c5b66<=_0x5b2a28&&_0x59bcf8>=_0x391d14)return{'error':Error(_0xad75d5(0x3e9))};_0x5b2a28<_0x3c5b66&&_0x2a95bf[_0xad75d5(0x301)](_0x391d14,_0x5b2a28-_0x391d14+0x1),_0x24cf5a[_0xad75d5(0x407)][_0xad75d5(0x1f2)][_0xad75d5(0x38a)]=_0x2a95bf[_0xad75d5(0x355)]();}if(_0x43c432[_0xad75d5(0x407)]['subUnitId']===_0x44ba13[_0xad75d5(0x407)]['to'][_0xad75d5(0x33f)]){let _0x4d91ed=new _0x1973ab[(_0xad75d5(0x34a))](_0x24cf5a[_0xad75d5(0x407)]['to'][_0xad75d5(0x38a)]),{startRow:_0x2bdbbd,endRow:_0x28382e}=_0x4d91ed[_0xad75d5(0x2e7)]();if(_0x2bdbbd<=_0x5b2a28&&_0x28382e>=_0x391d14)return{'error':Error(_0xad75d5(0x3e9))};_0x5b2a28<_0x2bdbbd&&_0x4d91ed['removeRows'](_0x391d14,_0x5b2a28-_0x391d14+0x1),_0x24cf5a['params']['to'][_0xad75d5(0x38a)]=_0x4d91ed['getMatrix']();}return{'m1Prime':_0x395a5a,'m2Prime':_0x24cf5a};}},_0x280130={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x3af)]['id'],'handler'(_0x3d1110,_0x443a70){const _0x2d68c2=_0x5d8b54;let _0x592098={'m1Prime':_0x3d1110,'m2Prime':_0x443a70};if(_0x3d1110['params'][_0x2d68c2(0x30d)]!==_0x443a70[_0x2d68c2(0x407)][_0x2d68c2(0x30d)]||_0x3d1110[_0x2d68c2(0x407)]['subUnitId']!==_0x443a70[_0x2d68c2(0x407)][_0x2d68c2(0x33f)])return _0x592098;let _0x233be6=_0x1973ab[_0x2d68c2(0x281)][_0x2d68c2(0x198)](_0x3d1110),_0x3341ab=_0x1973ab[_0x2d68c2(0x281)][_0x2d68c2(0x198)](_0x443a70);if(_0x3d1110[_0x2d68c2(0x407)][_0x2d68c2(0x1f4)][_0x2d68c2(0x1f5)]<=_0x443a70[_0x2d68c2(0x407)][_0x2d68c2(0x340)][_0x2d68c2(0x3bf)]&&_0x3d1110[_0x2d68c2(0x407)][_0x2d68c2(0x1f4)][_0x2d68c2(0x3bf)]>=_0x443a70[_0x2d68c2(0x407)][_0x2d68c2(0x340)][_0x2d68c2(0x1f5)]||_0x3d1110['params'][_0x2d68c2(0x1f4)][_0x2d68c2(0x1f5)]<=_0x443a70[_0x2d68c2(0x407)][_0x2d68c2(0x1c3)][_0x2d68c2(0x3bf)]&&_0x3d1110['params'][_0x2d68c2(0x1f4)][_0x2d68c2(0x3bf)]>=_0x443a70[_0x2d68c2(0x407)][_0x2d68c2(0x1c3)][_0x2d68c2(0x1f5)])return{'error':Error(_0x2d68c2(0x2e5))};let _0x5d8c01=(0x0,_0x22a860[_0x2d68c2(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x2d68c2(0x2ac)])(_0x3d1110[_0x2d68c2(0x407)][_0x2d68c2(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x2d68c2(0x2ac)])(_0x443a70[_0x2d68c2(0x407)][_0x2d68c2(0x340)]))),_0x57a5e9=(0x0,_0x22a860[_0x2d68c2(0x2d7)])(_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x3d1110['params'][_0x2d68c2(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x2d68c2(0x2ac)])(_0x443a70[_0x2d68c2(0x407)]['targetRange'])));_0x5d8c01&&_0x57a5e9?(_0x3341ab['params'][_0x2d68c2(0x340)][_0x2d68c2(0x1f5)]+=_0x5d8c01[_0x2d68c2(0x25f)],_0x3341ab['params'][_0x2d68c2(0x340)][_0x2d68c2(0x3bf)]+=_0x5d8c01[_0x2d68c2(0x25f)]+(_0x5d8c01[_0x2d68c2(0x3e1)]||0x0),_0x3341ab[_0x2d68c2(0x407)][_0x2d68c2(0x1c3)]['startRow']+=_0x57a5e9[_0x2d68c2(0x25f)],_0x3341ab[_0x2d68c2(0x407)][_0x2d68c2(0x1c3)][_0x2d68c2(0x3bf)]+=_0x57a5e9[_0x2d68c2(0x25f)]+(_0x57a5e9[_0x2d68c2(0x3e1)]||0x0)):_0x3341ab['id']=_0x22a860[_0x2d68c2(0x3ec)]['id'];let _0x2b2adb=(0x0,_0x22a860[_0x2d68c2(0x241)])({'start':_0x443a70['params'][_0x2d68c2(0x340)]['startRow'],'end':_0x443a70['params'][_0x2d68c2(0x340)][_0x2d68c2(0x3bf)]},{'start':_0x443a70[_0x2d68c2(0x407)][_0x2d68c2(0x1c3)][_0x2d68c2(0x1f5)],'end':_0x443a70['params'][_0x2d68c2(0x1c3)][_0x2d68c2(0x3bf)]},{'start':_0x3d1110[_0x2d68c2(0x407)][_0x2d68c2(0x1f4)][_0x2d68c2(0x1f5)],'end':_0x3d1110[_0x2d68c2(0x407)]['range']['endRow']});if(_0x2b2adb){let {step:_0x5046d4,length:_0x147b89}=_0x2b2adb;_0x233be6['params']['range'][_0x2d68c2(0x1f5)]+=_0x5046d4,_0x233be6[_0x2d68c2(0x407)][_0x2d68c2(0x1f4)][_0x2d68c2(0x3bf)]+=_0x5046d4+(_0x147b89||0x0);}else _0x233be6['id']=_0x22a860[_0x2d68c2(0x3ec)]['id'];return{'m1Prime':_0x233be6,'m2Prime':_0x3341ab};}},_0x36b9c8={'m1':_0x22a860['RemoveRowMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x274)]['id'],'handler'(_0x439fb4,_0x1e7779){const _0x576a99=_0x5d8b54;let _0x3be03e={'m1Prime':_0x439fb4,'m2Prime':_0x1e7779};if(_0x439fb4[_0x576a99(0x407)][_0x576a99(0x30d)]!==_0x1e7779[_0x576a99(0x407)][_0x576a99(0x30d)]||_0x439fb4['params'][_0x576a99(0x33f)]!==_0x1e7779[_0x576a99(0x407)][_0x576a99(0x33f)])return _0x3be03e;let _0x326b0c=_0x1973ab[_0x576a99(0x281)][_0x576a99(0x198)](_0x439fb4),_0x1507a2=_0x1973ab[_0x576a99(0x281)]['deepClone'](_0x1e7779),{ranges:_0xd30f91}=_0x1507a2[_0x576a99(0x407)];return _0xd30f91[_0x576a99(0x1a1)](_0xcc8d38=>{const _0x362bae=_0x576a99;let _0x10a2d7=(0x0,_0x22a860[_0x362bae(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x362bae(0x2ac)])(_0x439fb4[_0x362bae(0x407)][_0x362bae(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x362bae(0x2ac)])(_0xcc8d38)));return _0x10a2d7===null||_0x10a2d7[_0x362bae(0x3e1)]!==0x0?!0x0:(_0xcc8d38[_0x362bae(0x1f5)]+=_0x10a2d7[_0x362bae(0x25f)],_0xcc8d38[_0x362bae(0x3bf)]+=_0x10a2d7[_0x362bae(0x25f)],!0x1);})?{'error':Error(_0x576a99(0x228))}:{'m1Prime':_0x326b0c,'m2Prime':_0x1507a2};}},_0xa142ba={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x24b)]['id'],'handler'(_0x8d6520,_0x102c73){const _0x595227=_0x5d8b54;let _0x562125={'m1Prime':_0x8d6520,'m2Prime':_0x102c73};if(_0x8d6520[_0x595227(0x407)]['unitId']!==_0x102c73[_0x595227(0x407)][_0x595227(0x30d)]||_0x8d6520[_0x595227(0x407)]['subUnitId']!==_0x102c73[_0x595227(0x407)][_0x595227(0x33f)])return _0x562125;let _0x2710ca=_0x1973ab[_0x595227(0x281)][_0x595227(0x198)](_0x8d6520),_0x109858=_0x1973ab[_0x595227(0x281)][_0x595227(0x198)](_0x102c73),_0x29dc21=(0x0,_0x22a860[_0x595227(0x2d7)])(_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x8d6520[_0x595227(0x407)][_0x595227(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x595227(0x2ac)])(_0x102c73[_0x595227(0x407)][_0x595227(0x1f4)])));if(_0x29dc21){let {step:_0x49d6a7,length:_0xcc8255}=_0x29dc21;_0x109858[_0x595227(0x407)][_0x595227(0x1f4)][_0x595227(0x1f5)]+=_0x49d6a7,_0x109858[_0x595227(0x407)][_0x595227(0x1f4)]['endRow']+=_0x49d6a7+(_0xcc8255||0x0);}else _0x109858['id']=_0x22a860[_0x595227(0x3ec)]['id'];let _0x2e766f=(0x0,_0x22a860[_0x595227(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x595227(0x2ac)])(_0x102c73[_0x595227(0x407)]['range'])),_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x8d6520[_0x595227(0x407)][_0x595227(0x1f4)])));if(_0x2e766f){let {step:_0x2aa151,length:_0x18d250}=_0x2e766f;_0x2710ca['params'][_0x595227(0x1f4)]['startRow']+=_0x2aa151,_0x2710ca[_0x595227(0x407)]['range'][_0x595227(0x3bf)]+=_0x2aa151+(_0x18d250||0x0);}else _0x2710ca['id']=_0x22a860['EmptyMutation']['id'];return{'m1Prime':_0x2710ca,'m2Prime':_0x109858};}},_0x2cbdd1={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860['RemoveWorksheetMergeMutation']['id'],'handler'(_0x11525e,_0x2035c8){const _0x2e6977=_0x5d8b54;let _0x45044e=_0x1973ab['Tools'][_0x2e6977(0x198)](_0x11525e),_0xcb15b2=_0x1973ab['Tools'][_0x2e6977(0x198)](_0x2035c8);if(_0x11525e['params'][_0x2e6977(0x30d)]!==_0x2035c8['params'][_0x2e6977(0x30d)]||_0x11525e[_0x2e6977(0x407)]['subUnitId']!==_0x2035c8[_0x2e6977(0x407)][_0x2e6977(0x33f)])return{'m1Prime':_0x45044e,'m2Prime':_0xcb15b2};let _0x5c0724=_0xcb15b2[_0x2e6977(0x407)][_0x2e6977(0x292)][_0x2e6977(0x202)]((_0x17a52a,_0x2921e8)=>{const _0x436181=_0x2e6977;let _0x398a34=_0x45044e['params'][_0x436181(0x1f4)],_0x2352c5=_0x398a34[_0x436181(0x3bf)]-_0x398a34['startRow']+0x1,_0x9efa3b={..._0x2921e8};return _0x398a34[_0x436181(0x1f5)]>_0x2921e8[_0x436181(0x3bf)]?_0x9efa3b={..._0x2921e8}:_0x398a34[_0x436181(0x1f5)]>=_0x2921e8['startRow']&&_0x398a34[_0x436181(0x1f5)]<=_0x2921e8[_0x436181(0x3bf)]&&_0x398a34[_0x436181(0x3bf)]>_0x2921e8[_0x436181(0x3bf)]?(_0x9efa3b[_0x436181(0x3bf)]=_0x398a34[_0x436181(0x1f5)]-0x1,_0x398a34[_0x436181(0x1f5)]===_0x2921e8['startRow']&&(_0x9efa3b=null)):_0x398a34[_0x436181(0x1f5)]>_0x2921e8[_0x436181(0x1f5)]&&_0x398a34['endRow']<_0x2921e8[_0x436181(0x3bf)]?_0x9efa3b[_0x436181(0x3bf)]=_0x2921e8['endRow']-_0x2352c5:_0x398a34[_0x436181(0x1f5)]<_0x2921e8[_0x436181(0x1f5)]&&_0x398a34[_0x436181(0x3bf)]>=_0x2921e8[_0x436181(0x1f5)]&&_0x398a34[_0x436181(0x3bf)]<=_0x2921e8[_0x436181(0x3bf)]?(_0x9efa3b['startRow']=_0x398a34[_0x436181(0x1f5)],_0x9efa3b[_0x436181(0x3bf)]=_0x2921e8[_0x436181(0x3bf)]-_0x2352c5,_0x398a34[_0x436181(0x3bf)]===_0x2921e8[_0x436181(0x3bf)]&&(_0x9efa3b=null)):_0x398a34[_0x436181(0x1f5)]<=_0x2921e8[_0x436181(0x1f5)]&&_0x398a34['endRow']>=_0x2921e8[_0x436181(0x3bf)]?_0x9efa3b=null:_0x398a34[_0x436181(0x3bf)]<_0x2921e8['startRow']&&(_0x9efa3b[_0x436181(0x1f5)]=_0x2921e8[_0x436181(0x1f5)]-_0x2352c5,_0x9efa3b[_0x436181(0x3bf)]=_0x2921e8['endRow']-_0x2352c5),_0x9efa3b&&!(_0x9efa3b[_0x436181(0x1f5)]===_0x9efa3b['endRow']&&_0x9efa3b[_0x436181(0x2ab)]===_0x9efa3b[_0x436181(0x23c)])&&_0x17a52a[_0x436181(0x2da)](_0x9efa3b),_0x17a52a;},[]);return _0xcb15b2[_0x2e6977(0x407)][_0x2e6977(0x292)]=_0x5c0724,{'m1Prime':_0x45044e,'m2Prime':_0xcb15b2};}},_0x2d551d={'m1':_0x22a860['RemoveRowMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x1c9)]['id'],'handler'(_0x46ffe1,_0x53f92d){const _0x59adae=_0x5d8b54;let _0x36b2f4={'m1Prime':_0x46ffe1,'m2Prime':_0x53f92d};if(_0x46ffe1[_0x59adae(0x407)][_0x59adae(0x30d)]!==_0x53f92d[_0x59adae(0x407)][_0x59adae(0x30d)]||_0x46ffe1[_0x59adae(0x407)][_0x59adae(0x33f)]!==_0x53f92d['params']['subUnitId'])return _0x36b2f4;let _0x36bc39=_0x1973ab[_0x59adae(0x281)][_0x59adae(0x198)](_0x53f92d),_0x553b7b=_0x1973ab[_0x59adae(0x281)]['deepClone'](_0x46ffe1),_0x5eb8d9=(0x0,_0x22a860[_0x59adae(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x59adae(0x2ac)])(_0x46ffe1['params'][_0x59adae(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x59adae(0x2ac)])(_0x53f92d[_0x59adae(0x407)][_0x59adae(0x1f4)])));if(!_0x5eb8d9)return{'m1Prime':_0x46ffe1,'m2Prime':[]};if(_0x5eb8d9[_0x59adae(0x3e1)]===0x0&&_0x5eb8d9[_0x59adae(0x25f)]===0x0)return{'m1Prime':_0x46ffe1,'m2Prime':_0x53f92d};let {startRow:_0x5a0dc7,endRow:_0x1fbb91}=_0x46ffe1[_0x59adae(0x407)][_0x59adae(0x1f4)];_0x36bc39[_0x59adae(0x407)][_0x59adae(0x1f4)][_0x59adae(0x1f5)]+=_0x5eb8d9[_0x59adae(0x25f)],_0x36bc39[_0x59adae(0x407)][_0x59adae(0x1f4)][_0x59adae(0x3bf)]+=_0x5eb8d9[_0x59adae(0x25f)]+(_0x5eb8d9[_0x59adae(0x3e1)]||0x0);let _0x4f83d8=Object[_0x59adae(0x1bc)](_0x53f92d[_0x59adae(0x407)][_0x59adae(0x1d0)])[_0x59adae(0x1cf)](_0x10d217=>_0x451d38(_0x5a0dc7,_0x1fbb91,Number(_0x10d217)))[_0x59adae(0x405)](_0x474c29=>_0x474c29!==null),_0x3dd684={};for(let _0x1dc820 in _0x53f92d['params'][_0x59adae(0x1d0)]){let _0x1853e9=_0x53f92d[_0x59adae(0x407)][_0x59adae(0x1d0)][_0x1dc820];_0x1853e9=_0x451d38(_0x5a0dc7,_0x1fbb91,_0x1853e9),_0x1853e9!==null&&(_0x3dd684[_0x4f83d8[_0x59adae(0x3be)]()]=_0x1853e9);}_0x36bc39[_0x59adae(0x407)][_0x59adae(0x1d0)]=_0x3dd684;let _0x17215c=_0xcf7ac4(_0x53f92d['params'][_0x59adae(0x1d0)],{'start':_0x46ffe1[_0x59adae(0x407)][_0x59adae(0x1f4)][_0x59adae(0x1f5)],'end':_0x46ffe1['params'][_0x59adae(0x1f4)]['endRow']}),_0xf924e=[_0x553b7b];return _0x17215c&&_0xf924e[_0x59adae(0x385)]({'id':_0x22a860[_0x59adae(0x1c9)]['id'],'params':{..._0x46ffe1[_0x59adae(0x407)],'order':_0x17215c['order'],'range':{..._0x53f92d[_0x59adae(0x407)][_0x59adae(0x1f4)],..._0x17215c[_0x59adae(0x1f4)]}}}),{'m1Prime':_0xf924e,'m2Prime':_0x36bc39};}},_0xcf7ac4=(_0x25ad63,_0x2ca096)=>{const _0x34983b=_0x5d8b54;let _0x44187d=Object[_0x34983b(0x1bc)](_0x25ad63)['map'](Number)[_0x34983b(0x1db)]((_0x402c8c,_0x2d02bf)=>_0x402c8c-_0x2d02bf);if(_0x44187d[_0x34983b(0x3e1)]===0x0)return null;let _0x11edf3=_0x44187d[0x0],_0x280ad6=_0x44187d[_0x44187d[_0x34983b(0x3e1)]-0x1];if(_0x11edf3>_0x2ca096[_0x34983b(0x393)]||_0x280ad6<_0x2ca096[_0x34983b(0x30a)])return null;let _0x35615f=_0x44187d['filter'](_0x327bf4=>_0x25ad63[_0x327bf4]>=_0x2ca096[_0x34983b(0x30a)]&&_0x25ad63[_0x327bf4]<=_0x2ca096[_0x34983b(0x393)]);if(_0x35615f['length']===0x0)return null;let _0x29872d=_0x35615f['map'](_0x3c601f=>_0x25ad63[_0x3c601f]),_0x3609d7={},_0x595053=Math[_0x34983b(0x406)](_0x35615f[0x0],_0x2ca096[_0x34983b(0x30a)]),_0x2d59b4=Math['max'](_0x35615f[_0x35615f[_0x34983b(0x3e1)]-0x1],_0x2ca096[_0x34983b(0x393)]),_0x2bd4a7=Array[_0x34983b(0x1f2)]({'length':_0x2d59b4-_0x595053+0x1},(_0x2d5671,_0x2eb7f3)=>_0x2eb7f3+_0x595053)[_0x34983b(0x405)](_0x11b372=>!_0x35615f[_0x34983b(0x1ce)](_0x11b372));return Array['from']({'length':_0x2d59b4-_0x595053+0x1},(_0x4209b9,_0x4c8c0c)=>_0x4c8c0c+_0x595053)['filter'](_0x42a15b=>!_0x29872d['includes'](_0x42a15b))['forEach']((_0x32acca,_0x44e282)=>{_0x3609d7[_0x32acca]=_0x2bd4a7[_0x44e282];}),_0x29872d[_0x34983b(0x26c)]((_0x2f60a6,_0x5373e4)=>{_0x3609d7[_0x2f60a6]=_0x35615f[_0x5373e4];}),{'range':{'startRow':_0x595053,'endRow':_0x2d59b4},'order':_0x3609d7};},_0x451d38=(_0x1a1cd6,_0x416fd4,_0x2cd6fb)=>_0x2cd6fb>=_0x1a1cd6&&_0x2cd6fb<=_0x416fd4?null:_0x2cd6fb>_0x416fd4?_0x2cd6fb-(_0x416fd4-_0x1a1cd6+0x1):_0x2cd6fb,_0x24a9d6={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler'(_0x232102,_0xdae9aa){const _0x102210=_0x5d8b54;let _0x47e512={'m1Prime':_0x232102,'m2Prime':_0xdae9aa};if(_0x232102[_0x102210(0x407)][_0x102210(0x30d)]!==_0xdae9aa[_0x102210(0x407)][_0x102210(0x30d)]||_0x232102[_0x102210(0x407)][_0x102210(0x33f)]!==_0xdae9aa[_0x102210(0x407)][_0x102210(0x33f)])return _0x47e512;let _0x8604a4=[_0x1973ab[_0x102210(0x281)][_0x102210(0x198)](_0x232102)],_0x24a1d9=_0x1973ab[_0x102210(0x281)]['deepClone'](_0xdae9aa),{values:_0x1222db}=_0x24a1d9['params'],_0x20f24d=[],_0x4ed674=!0x1;for(let _0x3e5e3f in _0x1222db){let _0x46f747=_0x1222db[_0x3e5e3f];if(_0x20f24d[_0x102210(0x2da)](..._0x46f747[_0x102210(0x292)]),_0x46f747[_0x102210(0x292)]['some'](_0x472db7=>{const _0x1db4ce=_0x102210;let _0x2b9dad=(0x0,_0x22a860['handleBaseRemoveRange'])(_0x4d25dd((0x0,_0x22a860[_0x1db4ce(0x2ac)])(_0x232102[_0x1db4ce(0x407)][_0x1db4ce(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x1db4ce(0x2ac)])(_0x472db7)));return _0x2b9dad==null||_0x2b9dad['length']!==0x0?!0x0:(_0x2b9dad[_0x1db4ce(0x25f)]!==0x0&&(_0x4ed674=!0x0),_0x472db7['startRow']+=_0x2b9dad[_0x1db4ce(0x25f)],_0x472db7[_0x1db4ce(0x3bf)]+=_0x2b9dad[_0x1db4ce(0x25f)],!0x1);}))return{'error':Error('remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x4ed674){let _0x361a3c={'id':_0x22a860['RemoveNumfmtMutation']['id'],'params':{'unitId':_0xdae9aa['params'][_0x102210(0x30d)],'subUnitId':_0xdae9aa[_0x102210(0x407)][_0x102210(0x33f)],'ranges':_0x20f24d}};_0x8604a4[_0x102210(0x2da)](_0x361a3c,_0x24a1d9);}return{'m1Prime':_0x8604a4,'m2Prime':_0x24a1d9};}},_0x15a536={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860['SetRangeValuesMutation']['id'],'handler'(_0x5b3174,_0x42749d){const _0x4dce07=_0x5d8b54;let _0x3c8076={'m1Prime':_0x5b3174,'m2Prime':_0x42749d};if(_0x5b3174[_0x4dce07(0x407)][_0x4dce07(0x30d)]!==_0x42749d[_0x4dce07(0x407)][_0x4dce07(0x30d)]||_0x5b3174['params'][_0x4dce07(0x33f)]!==_0x42749d[_0x4dce07(0x407)]['subUnitId'])return _0x3c8076;let _0x2f1232=[_0x1973ab['Tools'][_0x4dce07(0x198)](_0x5b3174)],_0x4d2d19=_0x1973ab[_0x4dce07(0x281)][_0x4dce07(0x198)](_0x42749d),_0x1021ee=new _0x1973ab[(_0x4dce07(0x34a))](_0x4d2d19[_0x4dce07(0x407)]['cellValue']),_0x16d110=_0x1021ee[_0x4dce07(0x2e7)](),_0x4318fa=_0x5b3174[_0x4dce07(0x407)][_0x4dce07(0x1f4)],_0x337fd4=_0x4318fa[_0x4dce07(0x3bf)]-_0x4318fa[_0x4dce07(0x1f5)]+0x1;if(_0x4d2d19[_0x4dce07(0x407)]['cellValue']&&_0x4318fa['endRow']<_0x16d110[_0x4dce07(0x1f5)])_0x5a2fb3(_0x4d2d19[_0x4dce07(0x407)][_0x4dce07(0x204)],_0x16d110['startRow'],_0x16d110[_0x4dce07(0x3bf)]-_0x16d110[_0x4dce07(0x1f5)]+0x1,-_0x337fd4);else{if(_0x4318fa['startRow']<=_0x16d110[_0x4dce07(0x3bf)])return{'error':Error('remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation')};}let _0xc5fb86=new _0x1973ab[(_0x4dce07(0x34a))](),_0x379997=!0x1,_0x484a5d=!0x1;if(_0x1021ee[_0x4dce07(0x39e)]((_0x598bb4,_0x26d905,_0x392336)=>{const _0x273d0d=_0x4dce07;if(_0x392336&&_0x392336['f']){let _0x180624=_0x392336['f'],_0x53d94a=!0x1,_0x3d3faf=_0x21a084(_0x5b3174['params'][_0x273d0d(0x30d)],_0x5b3174[_0x273d0d(0x407)][_0x273d0d(0x33f)],_0x180624,_0xec4b3c=>{const _0x3df51e=_0x273d0d;let _0x442dca=(0x0,_0x22a860[_0x3df51e(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x3df51e(0x2ac)])(_0x5b3174['params'][_0x3df51e(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x3df51e(0x2ac)])(_0xec4b3c)));return _0x442dca===null?(_0x379997=!0x0,_0xec4b3c):((_0x442dca[_0x3df51e(0x25f)]!==0x0||_0x442dca[_0x3df51e(0x3e1)]!==0x0)&&(_0x53d94a=!0x0,_0xec4b3c[_0x3df51e(0x1f5)]+=_0x442dca[_0x3df51e(0x25f)],_0xec4b3c[_0x3df51e(0x3bf)]+=_0x442dca[_0x3df51e(0x25f)]+_0x442dca[_0x3df51e(0x3e1)]),_0xec4b3c);});_0x53d94a&&(_0x484a5d=!0x0,_0x392336['f']=_0x3d3faf,_0xc5fb86['setValue'](_0x598bb4,_0x26d905,{..._0x392336}));}}),_0x379997)return{'error':Error(_0x4dce07(0x2fd))};if(_0x484a5d){let _0x4dcd00={'id':_0x22a860[_0x4dce07(0x224)]['id'],'params':{'unitId':_0x42749d[_0x4dce07(0x407)][_0x4dce07(0x30d)],'subUnitId':_0x42749d[_0x4dce07(0x407)][_0x4dce07(0x33f)],'cellValue':_0xc5fb86[_0x4dce07(0x355)]()}};_0x2f1232['push'](_0x4dcd00);}return{'m1Prime':_0x2f1232,'m2Prime':_0x4d2d19};}},_0x53c1e3={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x1a6)]['id'],'handler'(_0x242c7f,_0x593ab4){const _0x176140=_0x5d8b54;let _0x5a91f8={'m1Prime':_0x242c7f,'m2Prime':_0x593ab4};if(_0x242c7f[_0x176140(0x407)][_0x176140(0x30d)]!==_0x593ab4[_0x176140(0x407)][_0x176140(0x30d)]||_0x242c7f[_0x176140(0x407)]['subUnitId']!==_0x593ab4['params'][_0x176140(0x33f)])return _0x5a91f8;let _0x123fa8=_0x1973ab[_0x176140(0x281)][_0x176140(0x198)](_0x242c7f),_0x526d7a=_0x1973ab['Tools'][_0x176140(0x198)](_0x593ab4),{rowData:_0xc6d51a}=_0x526d7a[_0x176140(0x407)];return(0x0,_0x1973ab['spliceArray'])(_0x242c7f['params'][_0x176140(0x1f4)][_0x176140(0x1f5)],_0x242c7f[_0x176140(0x407)][_0x176140(0x1f4)][_0x176140(0x3bf)]-_0x242c7f[_0x176140(0x407)]['range'][_0x176140(0x1f5)]+0x1,_0xc6d51a),{'m1Prime':_0x123fa8,'m2Prime':_0x526d7a};}},_0x1ac5e3={'m1':_0x22a860['RemoveRowMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3c9)]['id'],'handler'(_0x4d7c27,_0x54311d){const _0x46b9ad=_0x5d8b54;let _0x585d54={'m1Prime':_0x4d7c27,'m2Prime':_0x54311d};if(_0x4d7c27[_0x46b9ad(0x407)][_0x46b9ad(0x30d)]!==_0x54311d[_0x46b9ad(0x407)][_0x46b9ad(0x30d)]||_0x4d7c27[_0x46b9ad(0x407)][_0x46b9ad(0x33f)]!==_0x54311d[_0x46b9ad(0x407)][_0x46b9ad(0x33f)])return _0x585d54;let _0x2a3c32=_0x1973ab[_0x46b9ad(0x281)][_0x46b9ad(0x198)](_0x4d7c27),_0x5c4f36=_0x1973ab['Tools'][_0x46b9ad(0x198)](_0x54311d),{ranges:_0x1de222}=_0x5c4f36[_0x46b9ad(0x407)];return _0x1de222[_0x46b9ad(0x26c)](_0x5b9872=>{const _0x3e6b8a=_0x46b9ad;let _0x50a253=(0x0,_0x22a860[_0x3e6b8a(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x3e6b8a(0x2ac)])(_0x4d7c27[_0x3e6b8a(0x407)][_0x3e6b8a(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x3e6b8a(0x2ac)])(_0x5b9872)));_0x50a253==null?_0x5c4f36['id']=_0x22a860[_0x3e6b8a(0x3ec)]['id']:(_0x5b9872[_0x3e6b8a(0x1f5)]+=_0x50a253[_0x3e6b8a(0x25f)],_0x5b9872[_0x3e6b8a(0x3bf)]+=_0x50a253['step']+_0x50a253[_0x3e6b8a(0x3e1)]);}),{'m1Prime':_0x2a3c32,'m2Prime':_0x5c4f36};}},_0x42580e={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x332)]['id'],'handler'(_0x4c2f82,_0x4c9f3d){const _0x47281c=_0x5d8b54;let _0x267658={'m1Prime':_0x4c2f82,'m2Prime':_0x4c9f3d};if(_0x4c2f82[_0x47281c(0x407)]['unitId']!==_0x4c9f3d['params'][_0x47281c(0x30d)]||_0x4c2f82['params'][_0x47281c(0x33f)]!==_0x4c9f3d[_0x47281c(0x407)][_0x47281c(0x33f)])return _0x267658;let _0x5ed987=_0x1973ab[_0x47281c(0x281)][_0x47281c(0x198)](_0x4c2f82),_0x4db61b=_0x1973ab[_0x47281c(0x281)][_0x47281c(0x198)](_0x4c9f3d),{ranges:_0x4f6c16}=_0x4db61b[_0x47281c(0x407)];return _0x4f6c16[_0x47281c(0x26c)](_0x14fb83=>{const _0x293546=_0x47281c;let _0x2f8054=(0x0,_0x22a860[_0x293546(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x293546(0x2ac)])(_0x4c2f82[_0x293546(0x407)][_0x293546(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x293546(0x2ac)])(_0x14fb83)));_0x2f8054==null?_0x4db61b['id']=_0x22a860['EmptyMutation']['id']:(_0x14fb83[_0x293546(0x1f5)]+=_0x2f8054['step'],_0x14fb83[_0x293546(0x3bf)]+=_0x2f8054['step']+_0x2f8054['length']);}),{'m1Prime':_0x5ed987,'m2Prime':_0x4db61b};}},_0xa23d2d={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860['SetSelectionsOperation']['id'],'handler'(_0x1fd3dd,_0x33d44c){const _0x2d055c=_0x5d8b54;let _0x1fce91={'m1Prime':[],'m2Prime':[]};if(_0x1fd3dd['params'][_0x2d055c(0x30d)]!==_0x33d44c['params'][_0x2d055c(0x30d)]||_0x1fd3dd[_0x2d055c(0x407)][_0x2d055c(0x33f)]!==_0x33d44c[_0x2d055c(0x407)][_0x2d055c(0x33f)])return _0x1fce91;let _0x4c0bf1=_0x1973ab[_0x2d055c(0x281)][_0x2d055c(0x198)](_0x33d44c),_0x502303=!0x1;return _0x4c0bf1['params'][_0x2d055c(0x1ed)][_0x2d055c(0x26c)](_0x271ec5=>{const _0x1e6496=_0x2d055c;let {range:_0x293ed4,primary:_0x31a066}=_0x271ec5,_0x1445d7=(0x0,_0x22a860['handleBaseRemoveRange'])(_0x4d25dd((0x0,_0x22a860[_0x1e6496(0x2ac)])(_0x1fd3dd['params'][_0x1e6496(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x1e6496(0x2ac)])(_0x293ed4)));if(_0x1445d7!=null&&(_0x1445d7[_0x1e6496(0x3e1)]||_0x1445d7[_0x1e6496(0x25f)])){if(_0x293ed4[_0x1e6496(0x1f5)]+=_0x1445d7[_0x1e6496(0x25f)],_0x293ed4[_0x1e6496(0x3bf)]+=_0x1445d7[_0x1e6496(0x25f)]+(_0x1445d7[_0x1e6496(0x3e1)]||0x0),_0x31a066){let _0x28c8e6=(0x0,_0x22a860[_0x1e6496(0x2d7)])(_0x4d25dd((0x0,_0x22a860['rotateRange'])(_0x1fd3dd['params'][_0x1e6496(0x1f4)])),_0x4d25dd((0x0,_0x22a860[_0x1e6496(0x2ac)])(_0x31a066)));if(_0x28c8e6==null){_0x31a066['startRow']=_0x293ed4[_0x1e6496(0x1f5)],_0x31a066['endRow']=_0x293ed4[_0x1e6496(0x1f5)],_0x31a066[_0x1e6496(0x1e0)]=_0x293ed4[_0x1e6496(0x1f5)];return;}(_0x28c8e6[_0x1e6496(0x3e1)]||_0x28c8e6['step'])&&(_0x31a066[_0x1e6496(0x1f5)]+=_0x28c8e6['step'],_0x31a066[_0x1e6496(0x3bf)]+=_0x28c8e6[_0x1e6496(0x25f)],_0x31a066[_0x1e6496(0x1e0)]+=_0x28c8e6[_0x1e6496(0x25f)]);}_0x502303=!0x0;}}),_0x502303&&_0x1fce91['m2Prime'][_0x2d055c(0x2da)](_0x4c0bf1),_0x1fce91;}},_0x21d9a2={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x1db735['SetSheetsFilterRangeMutation']['id'],'handler'(_0x4f1044,_0x2210d2){const _0x26a9a2=_0x5d8b54;let _0x221483={'m1Prime':[_0x4f1044],'m2Prime':[_0x2210d2]};if(_0x4f1044['params']['unitId']!==_0x2210d2[_0x26a9a2(0x407)][_0x26a9a2(0x30d)]||_0x4f1044[_0x26a9a2(0x407)][_0x26a9a2(0x33f)]!==_0x2210d2[_0x26a9a2(0x407)][_0x26a9a2(0x33f)])return _0x221483;let _0x645da3=_0x1973ab[_0x26a9a2(0x281)][_0x26a9a2(0x198)](_0x4f1044),_0x4473b6=_0x1973ab[_0x26a9a2(0x281)][_0x26a9a2(0x198)](_0x2210d2),_0x3d181=_0x261b6f({'start':_0x4f1044[_0x26a9a2(0x407)][_0x26a9a2(0x1f4)][_0x26a9a2(0x1f5)],'end':_0x4f1044['params'][_0x26a9a2(0x1f4)][_0x26a9a2(0x3bf)]},{'start':_0x2210d2['params'][_0x26a9a2(0x1f4)][_0x26a9a2(0x1f5)],'end':_0x2210d2[_0x26a9a2(0x407)][_0x26a9a2(0x1f4)][_0x26a9a2(0x3bf)]});return _0x3d181===null?{'m1Prime':[_0x645da3,{'id':_0x1db735[_0x26a9a2(0x299)]['id'],'params':{'unitId':_0x2210d2[_0x26a9a2(0x407)][_0x26a9a2(0x30d)],'subUnitId':_0x2210d2['params'][_0x26a9a2(0x30d)]}}],'m2Prime':[]}:(_0x4473b6[_0x26a9a2(0x407)][_0x26a9a2(0x1f4)]['startRow']=_0x3d181['start'],_0x4473b6[_0x26a9a2(0x407)][_0x26a9a2(0x1f4)][_0x26a9a2(0x3bf)]=_0x3d181['end'],{'m1Prime':[_0x4473b6,_0x645da3],'m2Prime':[_0x4473b6]});}},_0x429a2f={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x302)]['id'],'handler'(_0x288f00,_0x4b0778){const _0x1db37b=_0x5d8b54;let _0x3a4ec0={'m1Prime':_0x288f00,'m2Prime':_0x4b0778};if(_0x288f00[_0x1db37b(0x407)][_0x1db37b(0x30d)]!==_0x4b0778[_0x1db37b(0x407)][_0x1db37b(0x30d)]||_0x288f00[_0x1db37b(0x407)][_0x1db37b(0x33f)]!==_0x4b0778[_0x1db37b(0x407)]['subUnitId'])return _0x3a4ec0;let _0x45098c=_0x1973ab['Tools'][_0x1db37b(0x198)](_0x288f00),_0x4e2975=_0x1973ab['Tools'][_0x1db37b(0x198)](_0x4b0778),{rowsAutoHeightInfo:_0x352694}=_0x4e2975[_0x1db37b(0x407)];for(let _0x208c06=_0x352694[_0x1db37b(0x3e1)]-0x1;_0x208c06>=0x0;_0x208c06--){let _0x520054=_0x352694[_0x208c06],_0x531cf0={'startRow':_0x520054[_0x1db37b(0x279)],'endRow':_0x520054[_0x1db37b(0x279)],'startColumn':0x0,'endColumn':0x0},_0x302502=(0x0,_0x22a860[_0x1db37b(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x1db37b(0x2ac)])(_0x288f00[_0x1db37b(0x407)][_0x1db37b(0x1f4)])),(0x0,_0x22a860[_0x1db37b(0x2ac)])(_0x531cf0));_0x302502==null?_0x352694[_0x1db37b(0x38e)](_0x208c06,0x1):_0x520054[_0x1db37b(0x279)]+=_0x302502[_0x1db37b(0x25f)];}return{'m1Prime':_0x45098c,'m2Prime':_0x4e2975};}},_0x50c377={'m1':_0x22a860['RemoveRowMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x41d)]['id'],'handler'(_0x526a18,_0x3f2cac){const _0x4e03ad=_0x5d8b54;let _0x3e8f47={'m1Prime':_0x526a18,'m2Prime':_0x3f2cac};if(_0x526a18['params']['unitId']!==_0x3f2cac['params'][_0x4e03ad(0x30d)]||_0x526a18[_0x4e03ad(0x407)][_0x4e03ad(0x33f)]!==_0x3f2cac[_0x4e03ad(0x407)]['subUnitId'])return _0x3e8f47;let _0x4cc999=_0x1973ab['Tools']['deepClone'](_0x526a18),_0xd1f3b3=_0x1973ab[_0x4e03ad(0x281)]['deepClone'](_0x3f2cac),{ranges:_0x31251a,rowHeight:_0x2034b3}=_0xd1f3b3[_0x4e03ad(0x407)];return _0x31251a['forEach'](_0x7cc720=>{const _0x5084f4=_0x4e03ad;let _0x49dbe0=(0x0,_0x22a860[_0x5084f4(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0x5084f4(0x2ac)])(_0x526a18['params'][_0x5084f4(0x1f4)])),(0x0,_0x22a860['rotateRange'])(_0x7cc720));_0x49dbe0==null?_0xd1f3b3['id']=_0x22a860['EmptyMutation']['id']:(_0x7cc720[_0x5084f4(0x1f5)]+=_0x49dbe0[_0x5084f4(0x25f)],_0x7cc720[_0x5084f4(0x3bf)]+=_0x49dbe0[_0x5084f4(0x25f)]+_0x49dbe0[_0x5084f4(0x3e1)]);}),typeof _0x2034b3!=_0x4e03ad(0x409)&&(0x0,_0x1973ab[_0x4e03ad(0x20d)])(_0x526a18[_0x4e03ad(0x407)]['range']['startRow'],_0x526a18[_0x4e03ad(0x407)][_0x4e03ad(0x1f4)]['endRow']-_0x526a18[_0x4e03ad(0x407)][_0x4e03ad(0x1f4)][_0x4e03ad(0x1f5)]+0x1,_0x2034b3),{'m1Prime':_0x4cc999,'m2Prime':_0xd1f3b3};}},_0x4e067a={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x22a860[_0x5d8b54(0x297)]['id'],'handler'(_0x56bf66,_0x3e234c){const _0x4e61db=_0x5d8b54;let _0x3683ee={'m1Prime':_0x56bf66,'m2Prime':_0x3e234c};if(_0x56bf66[_0x4e61db(0x407)][_0x4e61db(0x30d)]!==_0x3e234c[_0x4e61db(0x407)][_0x4e61db(0x30d)]||_0x56bf66[_0x4e61db(0x407)][_0x4e61db(0x33f)]!==_0x3e234c[_0x4e61db(0x407)][_0x4e61db(0x33f)])return _0x3683ee;let _0x2ee766=_0x1973ab[_0x4e61db(0x281)][_0x4e61db(0x198)](_0x56bf66),_0x37925c=_0x1973ab[_0x4e61db(0x281)]['deepClone'](_0x3e234c),{ranges:_0x1933f1,autoHeightInfo:_0x4f5a67}=_0x37925c['params'];return _0x1933f1[_0x4e61db(0x26c)](_0x5b568e=>{const _0xadddc0=_0x4e61db;let _0x3cd5bd=(0x0,_0x22a860[_0xadddc0(0x2d7)])(_0x4d25dd((0x0,_0x22a860[_0xadddc0(0x2ac)])(_0x56bf66[_0xadddc0(0x407)]['range'])),(0x0,_0x22a860[_0xadddc0(0x2ac)])(_0x5b568e));_0x3cd5bd==null?_0x37925c['id']=_0x22a860[_0xadddc0(0x3ec)]['id']:(_0x5b568e[_0xadddc0(0x1f5)]+=_0x3cd5bd[_0xadddc0(0x25f)],_0x5b568e[_0xadddc0(0x3bf)]+=_0x3cd5bd[_0xadddc0(0x25f)]+_0x3cd5bd[_0xadddc0(0x3e1)]);}),typeof _0x4f5a67!=_0x4e61db(0x409)&&(0x0,_0x1973ab[_0x4e61db(0x20d)])(_0x56bf66[_0x4e61db(0x407)]['range']['startRow'],_0x56bf66['params'][_0x4e61db(0x1f4)][_0x4e61db(0x3bf)]-_0x56bf66[_0x4e61db(0x407)][_0x4e61db(0x1f4)]['startRow']+0x1,_0x4f5a67),{'m1Prime':_0x2ee766,'m2Prime':_0x37925c};}},_0x17b6f8={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0x1d4f53['UpdateCommentRefMutation']['id'],'handler':(_0x22ac16,_0x445116)=>{const _0x196759=_0x5d8b54;let _0x54ba9b={'m1Prime':_0x22ac16,'m2Prime':_0x445116};if(_0x22ac16['params']['unitId']!==_0x445116[_0x196759(0x407)][_0x196759(0x30d)]||_0x22ac16[_0x196759(0x407)]['subUnitId']!==_0x445116[_0x196759(0x407)][_0x196759(0x33f)])return _0x54ba9b;let _0x230fc4=_0x2da333(_0x445116,{'id':_0x22a860[_0x196759(0x41f)]['id'],'params':{'unitId':_0x22ac16[_0x196759(0x407)][_0x196759(0x30d)],'subUnitId':_0x22ac16[_0x196759(0x407)][_0x196759(0x33f)],'range':_0x22ac16[_0x196759(0x407)][_0x196759(0x1f4)]}});return{'m1Prime':[_0x22ac16,..._0x230fc4],'m2Prime':[_0x445116,..._0x230fc4]};}},_0x2a2c2a={'m1':_0x22a860[_0x5d8b54(0x24b)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x6cc144,_0x55527c)=>{const _0x47792b=_0x5d8b54;let _0x3bd19b={'m1Prime':_0x6cc144,'m2Prime':_0x55527c};if(_0x6cc144['params'][_0x47792b(0x30d)]!==_0x55527c[_0x47792b(0x407)][_0x47792b(0x30d)]||_0x55527c[_0x47792b(0x407)][_0x47792b(0x33f)]!==_0x6cc144[_0x47792b(0x407)][_0x47792b(0x33f)])return _0x3bd19b;let _0x1afe08=_0x59361f(_0x55527c,{'id':_0x22a860['RemoveRowCommand']['id'],'params':{'range':_0x6cc144[_0x47792b(0x407)][_0x47792b(0x1f4)]}});return{'m1Prime':[_0x6cc144,..._0x1afe08],'m2Prime':[_0x55527c,..._0x1afe08]};}},_0x10d1a0={'m1':_0x22a860[_0x5d8b54(0x233)]['id'],'m2':_0x22a860['AddWorksheetMergeMutation']['id'],'handler'(_0x3f6c30,_0x5d3988){const _0x51dc4f=_0x5d8b54;let _0x519ad3=_0x1973ab['Tools'][_0x51dc4f(0x198)](_0x3f6c30),_0xb1bd58=_0x1973ab[_0x51dc4f(0x281)][_0x51dc4f(0x198)](_0x5d3988);if(_0x3f6c30['params'][_0x51dc4f(0x30d)]!==_0x5d3988[_0x51dc4f(0x407)][_0x51dc4f(0x30d)]||_0x3f6c30[_0x51dc4f(0x407)][_0x51dc4f(0x33f)]!==_0x5d3988[_0x51dc4f(0x407)][_0x51dc4f(0x33f)])return{'m1Prime':_0x519ad3,'m2Prime':_0xb1bd58};for(let _0x48b99c=0x0;_0x48b99c<_0x519ad3[_0x51dc4f(0x407)]['ranges'][_0x51dc4f(0x3e1)];_0x48b99c++){let _0x48364b=!0x1;for(let _0x4a6199=0x0;_0x4a6199<_0xb1bd58[_0x51dc4f(0x407)][_0x51dc4f(0x292)][_0x51dc4f(0x3e1)];_0x4a6199++){let _0x31b6c9=_0x519ad3[_0x51dc4f(0x407)][_0x51dc4f(0x292)][_0x48b99c],_0x29e3bc=_0xb1bd58[_0x51dc4f(0x407)]['ranges'][_0x4a6199];if(_0x1973ab[_0x51dc4f(0x3f3)][_0x51dc4f(0x19b)](_0x31b6c9,_0x29e3bc)){_0x48364b=!0x0;break;}}_0x48364b&&(_0x519ad3[_0x51dc4f(0x407)]['ranges']['splice'](_0x48b99c,0x1),_0x48b99c--);}return _0x519ad3['params']['ranges'][_0x51dc4f(0x3e1)]===0x0&&(_0x519ad3['id']=_0x22a860[_0x51dc4f(0x3ec)]['id']),{'m1Prime':_0x519ad3,'m2Prime':_0xb1bd58};}},_0x77f488={'m1':_0x22a860['RemoveWorksheetMergeMutation']['id'],'m2':_0x22a860['InsertColMutation']['id'],'handler'(_0x15c4a5,_0x5585af){const _0x5d5137=_0x5d8b54;let _0x25bf37=_0x1973ab[_0x5d5137(0x281)][_0x5d5137(0x198)](_0x15c4a5),_0x50be67=_0x1973ab['Tools'][_0x5d5137(0x198)](_0x5585af);if(_0x15c4a5[_0x5d5137(0x407)][_0x5d5137(0x30d)]!==_0x5585af[_0x5d5137(0x407)][_0x5d5137(0x30d)]||_0x15c4a5[_0x5d5137(0x407)][_0x5d5137(0x33f)]!==_0x5585af['params'][_0x5d5137(0x33f)])return{'m1Prime':_0x25bf37,'m2Prime':_0x50be67};let _0x30c7e5=_0x25bf37[_0x5d5137(0x407)]['ranges'][_0x5d5137(0x1cf)](_0x343179=>{const _0x5dde5e=_0x5d5137;let _0x140eed=_0x50be67[_0x5dde5e(0x407)][_0x5dde5e(0x1f4)],_0x4fe068=_0x140eed[_0x5dde5e(0x23c)]-_0x140eed[_0x5dde5e(0x2ab)]+0x1;return _0x140eed[_0x5dde5e(0x2ab)]<=_0x343179[_0x5dde5e(0x2ab)]?{..._0x343179,'startColumn':_0x343179['startColumn']+_0x4fe068,'endColumn':_0x343179[_0x5dde5e(0x23c)]+_0x4fe068}:_0x140eed[_0x5dde5e(0x2ab)]>_0x343179[_0x5dde5e(0x2ab)]&&_0x140eed['startColumn']<=_0x343179[_0x5dde5e(0x23c)]?{..._0x343179,'endColumn':_0x343179[_0x5dde5e(0x23c)]+_0x4fe068}:{..._0x343179};});return _0x25bf37[_0x5d5137(0x407)][_0x5d5137(0x292)]=_0x30c7e5,{'m1Prime':_0x25bf37,'m2Prime':_0x50be67};}},_0x8e753c={'m1':_0x22a860['RemoveWorksheetMergeMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x26b)]['id'],'handler'(_0x4a6331,_0x5059d5){const _0x18d1c4=_0x5d8b54;let _0x594adf=_0x1973ab[_0x18d1c4(0x281)]['deepClone'](_0x4a6331),_0x2cd618=_0x1973ab[_0x18d1c4(0x281)][_0x18d1c4(0x198)](_0x5059d5);if(_0x4a6331[_0x18d1c4(0x407)][_0x18d1c4(0x30d)]!==_0x5059d5[_0x18d1c4(0x407)][_0x18d1c4(0x30d)]||_0x4a6331[_0x18d1c4(0x407)][_0x18d1c4(0x33f)]!==_0x5059d5[_0x18d1c4(0x407)]['subUnitId'])return{'m1Prime':_0x594adf,'m2Prime':_0x2cd618};let _0x9e6a57=_0x594adf['params'][_0x18d1c4(0x292)][_0x18d1c4(0x1cf)](_0x1b9429=>{const _0x2dc774=_0x18d1c4;let _0x97444e=_0x2cd618[_0x2dc774(0x407)]['range'],_0x217f19=_0x97444e[_0x2dc774(0x3bf)]-_0x97444e['startRow']+0x1;return _0x97444e[_0x2dc774(0x1f5)]<=_0x1b9429[_0x2dc774(0x1f5)]?{..._0x1b9429,'startRow':_0x1b9429[_0x2dc774(0x1f5)]+_0x217f19,'endRow':_0x1b9429['endRow']+_0x217f19}:_0x97444e['startRow']>_0x1b9429['startRow']&&_0x97444e[_0x2dc774(0x1f5)]<=_0x1b9429[_0x2dc774(0x3bf)]?{..._0x1b9429,'endRow':_0x1b9429[_0x2dc774(0x3bf)]+_0x217f19}:{..._0x1b9429};});return _0x594adf[_0x18d1c4(0x407)]['ranges']=_0x9e6a57,{'m1Prime':_0x594adf,'m2Prime':_0x2cd618};}},_0x3b882b={'m1':_0x22a860[_0x5d8b54(0x233)]['id'],'m2':_0x22a860['MoveColsMutation']['id'],'handler'(_0x2c973e,_0x33c886){const _0x5c82bc=_0x5d8b54;let _0x1b7c5e=_0x1973ab[_0x5c82bc(0x281)]['deepClone'](_0x2c973e),_0x5df71f=_0x1973ab[_0x5c82bc(0x281)][_0x5c82bc(0x198)](_0x33c886);if(_0x2c973e[_0x5c82bc(0x407)][_0x5c82bc(0x30d)]!==_0x33c886['params'][_0x5c82bc(0x30d)]||_0x2c973e['params']['subUnitId']!==_0x33c886[_0x5c82bc(0x407)][_0x5c82bc(0x33f)])return{'m1Prime':_0x1b7c5e,'m2Prime':_0x5df71f};let _0xae9197=_0x1b7c5e[_0x5c82bc(0x407)][_0x5c82bc(0x292)]['reduce']((_0x1f46bf,_0x2e5ea6)=>{const _0x446906=_0x5c82bc;let {sourceRange:_0x2dc1e5,targetRange:_0x4902ff}=_0x33c886['params'],_0x41593c={..._0x2e5ea6};return _0x2dc1e5[_0x446906(0x23c)]<_0x41593c[_0x446906(0x2ab)]&&_0x4902ff['startColumn']>_0x41593c['endColumn']?(_0x41593c[_0x446906(0x2ab)]-=_0x2dc1e5['endColumn']-_0x2dc1e5[_0x446906(0x2ab)]+0x1,_0x41593c['endColumn']-=_0x2dc1e5[_0x446906(0x23c)]-_0x2dc1e5[_0x446906(0x2ab)]+0x1,_0x337976(_0x41593c)&&_0x1f46bf['push'](_0x41593c)):_0x2dc1e5[_0x446906(0x2ab)]>_0x41593c[_0x446906(0x23c)]&&_0x4902ff['endColumn']<_0x41593c[_0x446906(0x2ab)]?(_0x41593c[_0x446906(0x2ab)]+=_0x2dc1e5['endColumn']-_0x2dc1e5[_0x446906(0x2ab)]+0x1,_0x41593c[_0x446906(0x23c)]+=_0x2dc1e5['endColumn']-_0x2dc1e5[_0x446906(0x2ab)]+0x1,_0x337976(_0x41593c)&&_0x1f46bf[_0x446906(0x2da)](_0x41593c)):_0x1973ab[_0x446906(0x3f3)]['intersects'](_0x41593c,_0x2dc1e5)||_0x1973ab[_0x446906(0x3f3)][_0x446906(0x19b)](_0x41593c,_0x4902ff)||_0x1f46bf[_0x446906(0x2da)](_0x41593c),_0x1f46bf;},[]);return _0x1b7c5e['params'][_0x5c82bc(0x292)]=_0xae9197,_0x1b7c5e[_0x5c82bc(0x407)]['ranges']['length']===0x0&&(_0x1b7c5e['id']=_0x22a860[_0x5c82bc(0x3ec)]['id']),{'m1Prime':_0x1b7c5e,'m2Prime':_0x5df71f};}},_0x1b65cb={'m1':_0x22a860[_0x5d8b54(0x233)]['id'],'m2':_0x22a860[_0x5d8b54(0x3af)]['id'],'handler'(_0x330965,_0x5b2d63){const _0x5a3685=_0x5d8b54;let _0x32061c=_0x1973ab[_0x5a3685(0x281)][_0x5a3685(0x198)](_0x330965),_0x6f4cc3=_0x1973ab['Tools'][_0x5a3685(0x198)](_0x5b2d63);if(_0x330965[_0x5a3685(0x407)]['unitId']!==_0x5b2d63[_0x5a3685(0x407)][_0x5a3685(0x30d)]||_0x330965[_0x5a3685(0x407)][_0x5a3685(0x33f)]!==_0x5b2d63[_0x5a3685(0x407)][_0x5a3685(0x33f)])return{'m1Prime':_0x32061c,'m2Prime':_0x6f4cc3};let _0x5b42b0=_0x32061c[_0x5a3685(0x407)]['ranges'][_0x5a3685(0x202)]((_0x2f7932,_0x360aec)=>{const _0x94a1b0=_0x5a3685;let {sourceRange:_0x2397e4,targetRange:_0xa83b1e}=_0x5b2d63[_0x94a1b0(0x407)],_0x1234a6={..._0x360aec};return _0x2397e4['endRow']<_0x1234a6[_0x94a1b0(0x1f5)]&&_0xa83b1e['startRow']>_0x1234a6[_0x94a1b0(0x3bf)]?(_0x1234a6[_0x94a1b0(0x1f5)]-=_0x2397e4['endRow']-_0x2397e4[_0x94a1b0(0x1f5)]+0x1,_0x1234a6[_0x94a1b0(0x3bf)]-=_0x2397e4[_0x94a1b0(0x3bf)]-_0x2397e4[_0x94a1b0(0x1f5)]+0x1,_0x337976(_0x1234a6)&&_0x2f7932[_0x94a1b0(0x2da)](_0x1234a6)):_0x2397e4['startRow']>_0x1234a6[_0x94a1b0(0x3bf)]&&_0xa83b1e[_0x94a1b0(0x3bf)]<_0x1234a6[_0x94a1b0(0x1f5)]?(_0x1234a6[_0x94a1b0(0x1f5)]+=_0x2397e4[_0x94a1b0(0x3bf)]-_0x2397e4[_0x94a1b0(0x1f5)]+0x1,_0x1234a6['endRow']+=_0x2397e4[_0x94a1b0(0x3bf)]-_0x2397e4[_0x94a1b0(0x1f5)]+0x1,_0x337976(_0x1234a6)&&_0x2f7932[_0x94a1b0(0x2da)](_0x1234a6)):_0x1973ab[_0x94a1b0(0x3f3)][_0x94a1b0(0x19b)](_0x1234a6,_0x2397e4)||_0x1973ab[_0x94a1b0(0x3f3)][_0x94a1b0(0x19b)](_0x1234a6,_0xa83b1e)||_0x2f7932[_0x94a1b0(0x2da)](_0x1234a6),_0x2f7932;},[]);return _0x32061c['params']['ranges']=_0x5b42b0,_0x32061c[_0x5a3685(0x407)][_0x5a3685(0x292)]['length']===0x0&&(_0x32061c['id']=_0x22a860[_0x5a3685(0x3ec)]['id']),{'m1Prime':_0x32061c,'m2Prime':_0x6f4cc3};}},_0x1af3a4={'m1':_0x22a860[_0x5d8b54(0x233)]['id'],'m2':_0x22a860[_0x5d8b54(0x311)]['id'],'handler'(_0x4b4e06,_0xaf73a9){const _0x24678c=_0x5d8b54;let _0xb37df=_0x1973ab[_0x24678c(0x281)][_0x24678c(0x198)](_0x4b4e06),_0x11a636=_0x1973ab[_0x24678c(0x281)]['deepClone'](_0xaf73a9);if(_0x4b4e06[_0x24678c(0x407)]['unitId']!==_0xaf73a9[_0x24678c(0x407)][_0x24678c(0x30d)]||_0x4b4e06['params'][_0x24678c(0x33f)]!==_0xaf73a9[_0x24678c(0x407)][_0x24678c(0x33f)])return{'m1Prime':_0xb37df,'m2Prime':_0x11a636};let _0x152f43=_0xb37df[_0x24678c(0x407)][_0x24678c(0x292)][_0x24678c(0x202)]((_0x2e44ad,_0x1933d6)=>{const _0x6af582=_0x24678c;let _0x32a2b3=_0x11a636[_0x6af582(0x407)][_0x6af582(0x1f4)],_0x192ea7=_0x32a2b3[_0x6af582(0x23c)]-_0x32a2b3[_0x6af582(0x2ab)]+0x1,_0x4d6a32={..._0x1933d6};return _0x32a2b3[_0x6af582(0x2ab)]>_0x1933d6[_0x6af582(0x23c)]?_0x4d6a32={..._0x1933d6}:_0x32a2b3['startColumn']>=_0x1933d6['startColumn']&&_0x32a2b3[_0x6af582(0x2ab)]<=_0x1933d6['endColumn']&&_0x32a2b3[_0x6af582(0x23c)]>_0x1933d6[_0x6af582(0x23c)]?(_0x4d6a32[_0x6af582(0x23c)]=_0x32a2b3['startColumn']-0x1,_0x32a2b3[_0x6af582(0x2ab)]===_0x1933d6[_0x6af582(0x2ab)]&&(_0x4d6a32=null)):_0x32a2b3['startColumn']>_0x1933d6[_0x6af582(0x2ab)]&&_0x32a2b3['endColumn']<_0x1933d6['endColumn']?_0x4d6a32['endColumn']=_0x1933d6['endColumn']-_0x192ea7:_0x32a2b3[_0x6af582(0x2ab)]<_0x1933d6['startColumn']&&_0x32a2b3[_0x6af582(0x23c)]>=_0x1933d6[_0x6af582(0x2ab)]&&_0x32a2b3[_0x6af582(0x23c)]<=_0x1933d6[_0x6af582(0x23c)]?(_0x4d6a32[_0x6af582(0x2ab)]=_0x32a2b3[_0x6af582(0x2ab)],_0x4d6a32['endColumn']=_0x1933d6[_0x6af582(0x23c)]-_0x192ea7,_0x32a2b3[_0x6af582(0x23c)]===_0x1933d6[_0x6af582(0x23c)]&&(_0x4d6a32=null)):_0x32a2b3[_0x6af582(0x2ab)]<=_0x1933d6['startColumn']&&_0x32a2b3['endColumn']>=_0x1933d6[_0x6af582(0x23c)]?_0x4d6a32=null:_0x32a2b3['endColumn']<_0x1933d6[_0x6af582(0x2ab)]&&(_0x4d6a32[_0x6af582(0x2ab)]=_0x1933d6[_0x6af582(0x2ab)]-_0x192ea7,_0x4d6a32[_0x6af582(0x23c)]=_0x1933d6[_0x6af582(0x23c)]-_0x192ea7),_0x4d6a32&&!(_0x4d6a32[_0x6af582(0x1f5)]===_0x4d6a32['endRow']&&_0x4d6a32[_0x6af582(0x2ab)]===_0x4d6a32[_0x6af582(0x23c)])&&_0x2e44ad[_0x6af582(0x2da)](_0x4d6a32),_0x2e44ad;},[]);return _0xb37df[_0x24678c(0x407)]['ranges']=_0x152f43,_0xb37df[_0x24678c(0x407)][_0x24678c(0x292)][_0x24678c(0x3e1)]===0x0&&(_0xb37df['id']=_0x22a860['EmptyMutation']['id']),{'m1Prime':_0xb37df,'m2Prime':_0x11a636};}},_0x3e8360={'m1':_0x22a860[_0x5d8b54(0x233)]['id'],'m2':_0x22a860[_0x5d8b54(0x24b)]['id'],'handler'(_0x4d0f8d,_0x1ac02f){const _0x32216d=_0x5d8b54;let _0x33fb46=_0x1973ab[_0x32216d(0x281)][_0x32216d(0x198)](_0x4d0f8d),_0x47571b=_0x1973ab[_0x32216d(0x281)][_0x32216d(0x198)](_0x1ac02f);if(_0x4d0f8d['params'][_0x32216d(0x30d)]!==_0x1ac02f['params']['unitId']||_0x4d0f8d[_0x32216d(0x407)]['subUnitId']!==_0x1ac02f['params']['subUnitId'])return{'m1Prime':_0x33fb46,'m2Prime':_0x47571b};let _0x5e27a0=_0x33fb46[_0x32216d(0x407)]['ranges']['reduce']((_0x4da209,_0x1c666c)=>{const _0x373fda=_0x32216d;let _0x3e5e54=_0x47571b[_0x373fda(0x407)][_0x373fda(0x1f4)],_0xafe9d3=_0x3e5e54[_0x373fda(0x3bf)]-_0x3e5e54[_0x373fda(0x1f5)]+0x1,_0x5f18f={..._0x1c666c};return _0x3e5e54[_0x373fda(0x1f5)]>_0x1c666c[_0x373fda(0x3bf)]?_0x5f18f={..._0x1c666c}:_0x3e5e54[_0x373fda(0x1f5)]>=_0x1c666c[_0x373fda(0x1f5)]&&_0x3e5e54[_0x373fda(0x1f5)]<=_0x1c666c[_0x373fda(0x3bf)]&&_0x3e5e54[_0x373fda(0x3bf)]>_0x1c666c['endRow']?(_0x5f18f[_0x373fda(0x3bf)]=_0x3e5e54['startRow']-0x1,_0x3e5e54[_0x373fda(0x1f5)]===_0x1c666c[_0x373fda(0x1f5)]&&(_0x5f18f=null)):_0x3e5e54[_0x373fda(0x1f5)]>_0x1c666c[_0x373fda(0x1f5)]&&_0x3e5e54[_0x373fda(0x3bf)]<_0x1c666c[_0x373fda(0x3bf)]?_0x5f18f['endRow']=_0x1c666c[_0x373fda(0x3bf)]-_0xafe9d3:_0x3e5e54['startRow']<_0x1c666c[_0x373fda(0x1f5)]&&_0x3e5e54[_0x373fda(0x3bf)]>=_0x1c666c['startRow']&&_0x3e5e54[_0x373fda(0x3bf)]<=_0x1c666c[_0x373fda(0x3bf)]?(_0x5f18f[_0x373fda(0x1f5)]=_0x3e5e54['startRow'],_0x5f18f[_0x373fda(0x3bf)]=_0x1c666c['endRow']-_0xafe9d3,_0x3e5e54[_0x373fda(0x3bf)]===_0x1c666c[_0x373fda(0x3bf)]&&(_0x5f18f=null)):_0x3e5e54[_0x373fda(0x1f5)]<=_0x1c666c[_0x373fda(0x1f5)]&&_0x3e5e54[_0x373fda(0x3bf)]>=_0x1c666c[_0x373fda(0x3bf)]?_0x5f18f=null:_0x3e5e54[_0x373fda(0x3bf)]<_0x1c666c['startRow']&&(_0x5f18f[_0x373fda(0x1f5)]=_0x1c666c['startRow']-_0xafe9d3,_0x5f18f[_0x373fda(0x3bf)]=_0x1c666c['endRow']-_0xafe9d3),_0x5f18f&&!(_0x5f18f[_0x373fda(0x1f5)]===_0x5f18f[_0x373fda(0x3bf)]&&_0x5f18f[_0x373fda(0x2ab)]===_0x5f18f[_0x373fda(0x23c)])&&_0x4da209[_0x373fda(0x2da)](_0x5f18f),_0x4da209;},[]);return _0x33fb46[_0x32216d(0x407)]['ranges']=_0x5e27a0,_0x33fb46[_0x32216d(0x407)][_0x32216d(0x292)][_0x32216d(0x3e1)]===0x0&&(_0x33fb46['id']=_0x22a860[_0x32216d(0x3ec)]['id']),{'m1Prime':_0x33fb46,'m2Prime':_0x47571b};}},_0x231b88={'m1':_0x22a860[_0x5d8b54(0x233)]['id'],'m2':_0x22a860[_0x5d8b54(0x1df)]['id'],'handler'(_0x2904c7,_0x3e7ccf){const _0x20c762=_0x5d8b54;let _0x1c5ef7={'m1Prime':[],'m2Prime':[]};if(_0x2904c7[_0x20c762(0x407)][_0x20c762(0x30d)]!==_0x3e7ccf[_0x20c762(0x407)][_0x20c762(0x30d)]||_0x2904c7[_0x20c762(0x407)][_0x20c762(0x33f)]!==_0x3e7ccf[_0x20c762(0x407)][_0x20c762(0x33f)])return _0x1c5ef7;let _0x4e1d37=_0x1973ab[_0x20c762(0x281)]['deepClone'](_0x3e7ccf),_0x407648=_0x4e1d37[_0x20c762(0x407)][_0x20c762(0x1ed)],_0x5f232d=_0x407648[_0x407648[_0x20c762(0x3e1)]-0x1]['primary'];return _0x2904c7[_0x20c762(0x407)][_0x20c762(0x292)][_0x20c762(0x26c)](_0x2724e9=>{const _0x2d9b30=_0x20c762;_0x5f232d&&_0x1973ab['Rectangle']['intersects'](_0x2724e9,_0x5f232d)&&(_0x5f232d[_0x2d9b30(0x353)]=!0x1,_0x5f232d[_0x2d9b30(0x1d8)]=!0x1,_0x5f232d['startRow']=_0x2724e9[_0x2d9b30(0x1f5)],_0x5f232d[_0x2d9b30(0x2ab)]=_0x2724e9[_0x2d9b30(0x2ab)],_0x5f232d[_0x2d9b30(0x3bf)]=_0x2724e9[_0x2d9b30(0x1f5)],_0x5f232d[_0x2d9b30(0x23c)]=_0x2724e9[_0x2d9b30(0x2ab)],_0x5f232d[_0x2d9b30(0x268)]=_0x2724e9[_0x2d9b30(0x2ab)],_0x5f232d['actualRow']=_0x2724e9[_0x2d9b30(0x1f5)]);}),_0x1c5ef7[_0x20c762(0x2c7)][_0x20c762(0x2da)](_0x4e1d37),_0x1c5ef7;}},_0x5caae8=_0x53b849=>{const _0xb19a43=_0x5d8b54;let {order:_0x8acc22}=_0x53b849,_0x66369e={};return Object['keys'](_0x8acc22)[_0xb19a43(0x26c)](_0x1f4f32=>{_0x66369e[_0x8acc22[Number(_0x1f4f32)]]=Number(_0x1f4f32);}),{..._0x53b849,'order':_0x66369e};},_0x490c20=(_0x414ce0,_0x15c0ce)=>{const _0x1c0156=_0x5d8b54;let _0x1e7e5d={};return Array[_0x1c0156(0x1f2)](new Set(Object[_0x1c0156(0x1bc)](_0x414ce0)[_0x1c0156(0x2ef)](Object[_0x1c0156(0x1bc)](_0x15c0ce))[_0x1c0156(0x1cf)](Number)))[_0x1c0156(0x26c)](_0x22ad2d=>{let _0x43ee92;_0x22ad2d in _0x15c0ce?(_0x43ee92=_0x15c0ce[_0x22ad2d],_0x43ee92 in _0x414ce0&&(_0x43ee92=_0x414ce0[_0x43ee92])):_0x43ee92=_0x414ce0[_0x22ad2d],_0x1e7e5d[_0x22ad2d]=_0x43ee92;}),_0x1e7e5d;},_0x51daba={'m1':_0x22a860['ReorderRangeMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x1c9)]['id'],'handler'(_0x31831c,_0x2be466){const _0x383e3a=_0x5d8b54;let _0x26b52e={'m1Prime':_0x31831c,'m2Prime':_0x2be466};if(_0x31831c[_0x383e3a(0x407)][_0x383e3a(0x30d)]!==_0x2be466[_0x383e3a(0x407)][_0x383e3a(0x30d)])return _0x26b52e;let {range:_0x2370f8}=_0x31831c[_0x383e3a(0x407)],{range:_0x21c093}=_0x2be466[_0x383e3a(0x407)];if(_0x21c093['startColumn']===_0x2370f8[_0x383e3a(0x2ab)]&&_0x21c093['endColumn']===_0x2370f8[_0x383e3a(0x23c)]&&_0x21c093[_0x383e3a(0x1f5)]<=_0x2370f8[_0x383e3a(0x1f5)]&&_0x21c093[_0x383e3a(0x3bf)]>=_0x2370f8[_0x383e3a(0x3bf)]){let _0x1a8f47=_0x5caae8(_0x31831c['params'])[_0x383e3a(0x1d0)];return{'m1Prime':[],'m2Prime':{'id':_0x22a860[_0x383e3a(0x1c9)]['id'],'params':{..._0x2be466[_0x383e3a(0x407)],'range':_0x21c093,'order':_0x490c20(_0x1a8f47,_0x2be466[_0x383e3a(0x407)]['order'])}}};}return _0x1973ab[_0x383e3a(0x3f3)][_0x383e3a(0x19b)](_0x2370f8,_0x21c093)?{'error':Error(_0x383e3a(0x227))}:_0x26b52e;}},_0x3ac7d1={'m1':_0x21eaf1['id'],'m2':'any','handler'(_0x5b343d,_0x4b4cf7){const _0x3343c0=_0x5d8b54;return{'error':Error(_0x3343c0(0x21b))};}},_0x4b44c5={'m1':'any','m2':_0x21eaf1['id'],'handler'(_0x127e2a,_0x27626b){const _0x15ffc0=_0x5d8b54;return _0x127e2a[_0x15ffc0(0x407)]['unitId']===_0x27626b[_0x15ffc0(0x407)][_0x15ffc0(0x30d)]?{'m1Prime':[],'m2Prime':_0x27626b}:{'m1Prime':_0x127e2a,'m2Prime':_0x27626b};}},_0x32579d={'m1':_0x22a860[_0x5d8b54(0x1fb)]['id'],'m2':_0x22a860['SetColDataMutation']['id'],'handler'(_0x396c49,_0x33f171){const _0x50667b=_0x5d8b54;let _0x2580ed={'m1Prime':_0x396c49,'m2Prime':_0x33f171};if(_0x396c49[_0x50667b(0x407)]['unitId']!==_0x33f171[_0x50667b(0x407)][_0x50667b(0x30d)]||_0x396c49[_0x50667b(0x407)][_0x50667b(0x33f)]!==_0x33f171[_0x50667b(0x407)][_0x50667b(0x33f)])return _0x2580ed;let _0x22eff1=_0x396c49[_0x50667b(0x407)]['columnData'],_0x5a08b6=_0x33f171[_0x50667b(0x407)][_0x50667b(0x31e)],_0x2fc266={},_0x1e2756=_0x1973ab[_0x50667b(0x281)]['deepClone'](_0x396c49),_0x3c09f3=new Set([...Object[_0x50667b(0x1bc)](_0x22eff1)[_0x50667b(0x1cf)](Number),...Object[_0x50667b(0x1bc)](_0x5a08b6)[_0x50667b(0x1cf)](Number)]);for(let _0x1bec9d of _0x3c09f3){let _0x441e2f=_0x22eff1[_0x1bec9d],_0x2c9067=_0x5a08b6[_0x1bec9d];_0x441e2f&&_0x2c9067?_0x2fc266[_0x1bec9d]={..._0x441e2f,..._0x2c9067}:_0x441e2f?_0x2fc266[_0x1bec9d]=_0x441e2f:_0x2c9067&&(_0x2fc266[_0x1bec9d]=_0x2c9067);}return _0x1e2756[_0x50667b(0x407)][_0x50667b(0x31e)]=_0x2fc266,{'m1Prime':_0x1e2756,'m2Prime':_0x33f171};}},_0x3cb9c9={'m1':_0x271387['SetConditionalRuleMutation']['id'],'m2':_0x271387[_0x5d8b54(0x1a4)]['id'],'handler'(_0x2c31d6,_0x42d91b){const _0x2ac4cc=_0x5d8b54;return _0x2c31d6['params'][_0x2ac4cc(0x30d)]!==_0x42d91b[_0x2ac4cc(0x407)]['unitId']||_0x2c31d6['params'][_0x2ac4cc(0x33f)]!==_0x42d91b['params'][_0x2ac4cc(0x33f)]||(_0x2c31d6[_0x2ac4cc(0x407)][_0x2ac4cc(0x2fb)]||_0x2c31d6['params'][_0x2ac4cc(0x218)][_0x2ac4cc(0x2fb)])!==(_0x42d91b[_0x2ac4cc(0x407)][_0x2ac4cc(0x2fb)]||_0x42d91b[_0x2ac4cc(0x407)][_0x2ac4cc(0x218)][_0x2ac4cc(0x2fb)])?{'m1Prime':_0x2c31d6,'m2Prime':_0x42d91b}:{'m1Prime':[],'m2Prime':_0x1973ab['Tools'][_0x2ac4cc(0x198)](_0x42d91b)};}};function _0x30ebf2(_0x33fc34,_0xb21bbf){const _0x15b760=_0x5d8b54;let _0x2a6288=_0x33fc34[_0x15b760(0x202)]((_0x17e687,_0x31e700)=>(_0x17e687['set'](_0x31e700['drawingId'],!0x0),_0x17e687),new Map());return _0xb21bbf[_0x15b760(0x1a1)](_0x426d2e=>_0x2a6288[_0x15b760(0x2cb)](_0x426d2e[_0x15b760(0x3b7)])!==void 0x0);}function _0x56f554(_0x1b4b19,_0x3b7c43){const _0x3d0772=_0x5d8b54;let _0x1305a7=_0x1b4b19['drawingIds'];return _0x3b7c43['drawingIds']['some'](_0x579952=>_0x1305a7[_0x3d0772(0x3e7)](_0x579952)!==-0x1);}let {UPDATE:_0xcfc27f,REMOVE:_0x2eb7ce,ARRANGE:_0x43e5a9}=_0x1988d9[_0x5d8b54(0x401)],_0x13d076={'m1':_0x1988d9[_0x5d8b54(0x2f9)]['id'],'m2':_0x1988d9[_0x5d8b54(0x2f9)]['id'],'handler'(_0x467094,_0xd2a8c0){const _0x1b261c=_0x5d8b54;let _0x346d35=_0x467094[_0x1b261c(0x407)],_0x3631ec=_0xd2a8c0[_0x1b261c(0x407)];if(_0x346d35['unitId']!==_0x3631ec[_0x1b261c(0x30d)]||_0x346d35[_0x1b261c(0x33f)]!==_0x3631ec['subUnitId'])return{'m1Prime':_0x467094,'m2Prime':_0xd2a8c0};let _0x322a25=_0x346d35['type'],_0x5c7b15=_0x3631ec[_0x1b261c(0x1c5)];if(_0x322a25===_0x2eb7ce&&_0x5c7b15===_0xcfc27f&&_0x30ebf2(_0x346d35['objects'],_0x3631ec[_0x1b261c(0x3fd)]))return{'m1Prime':_0x1973ab[_0x1b261c(0x281)][_0x1b261c(0x198)](_0x467094),'m2Prime':[]};if(_0x322a25===_0x43e5a9&&_0x5c7b15===_0x43e5a9&&_0x56f554(_0x346d35[_0x1b261c(0x3fd)],_0x3631ec[_0x1b261c(0x3fd)])){let _0x1bb5f9=_0x1973ab[_0x1b261c(0x281)][_0x1b261c(0x198)](_0x467094),_0x369ffe=_0x1973ab[_0x1b261c(0x281)][_0x1b261c(0x198)](_0xd2a8c0);return{'m1Prime':{..._0x1bb5f9,'params':{..._0x1bb5f9[_0x1b261c(0x407)],'op':_0x1973ab['JSON1'][_0x1b261c(0x1c5)]['transform'](_0x1bb5f9[_0x1b261c(0x407)]['op'],_0x369ffe[_0x1b261c(0x407)]['op'],'left')}},'m2Prime':{..._0x369ffe,'params':{..._0x369ffe['params'],'op':_0x1973ab[_0x1b261c(0x29c)][_0x1b261c(0x1c5)][_0x1b261c(0x3ff)](_0x369ffe[_0x1b261c(0x407)]['op'],_0x1bb5f9[_0x1b261c(0x407)]['op'],'right')}}};}return{'m1Prime':_0x467094,'m2Prime':_0xd2a8c0};}},_0x16ee21={'m1':_0x22a860[_0x5d8b54(0x39b)]['id'],'m2':_0x22a860[_0x5d8b54(0x39b)]['id'],'handler'(_0x446df,_0x359772){const _0x206244=_0x5d8b54;return _0x446df['params'][_0x206244(0x30d)]!==_0x359772['params'][_0x206244(0x30d)]||_0x446df[_0x206244(0x407)][_0x206244(0x33f)]!==_0x359772[_0x206244(0x407)]['subUnitId']?{'m1Prime':_0x446df,'m2Prime':_0x359772}:{'m1Prime':[],'m2Prime':_0x359772};}},_0x3fea51={'m1':_0x22a860['SetNumfmtMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x274)]['id'],'handler'(_0x2ce298,_0x386bf8){const _0x14cb62=_0x5d8b54;if(_0x2ce298[_0x14cb62(0x407)][_0x14cb62(0x30d)]!==_0x386bf8['params'][_0x14cb62(0x30d)]||_0x2ce298[_0x14cb62(0x407)][_0x14cb62(0x33f)]!==_0x386bf8[_0x14cb62(0x407)][_0x14cb62(0x33f)])return{'m1Prime':_0x2ce298,'m2Prime':_0x386bf8};let _0x28907b=_0x1973ab['Tools'][_0x14cb62(0x198)](_0x2ce298),_0x5e30d3=_0x1973ab[_0x14cb62(0x281)][_0x14cb62(0x198)](_0x386bf8),_0xafea4b=_0x28907b[_0x14cb62(0x407)]['values'],_0x56b11b=_0x5e30d3[_0x14cb62(0x407)][_0x14cb62(0x292)];for(let _0x3c53ec in _0xafea4b){let _0x3614ae=_0xafea4b[_0x3c53ec][_0x14cb62(0x292)],_0x11c6e5=[];_0x3614ae[_0x14cb62(0x26c)](_0x1b4f2d=>{const _0x477392=_0x14cb62;let _0x2fe7ae=_0x5e2558(_0x1b4f2d,_0x56b11b);_0x2fe7ae[_0x477392(0x3e1)]>0x0&&_0x11c6e5['push'](..._0x2fe7ae);}),_0xafea4b[_0x3c53ec][_0x14cb62(0x292)]=_0x11c6e5;}return{'m1Prime':_0x28907b,'m2Prime':_0x5e30d3};}},_0x582d07={'m1':_0x22a860['SetNumfmtMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler'(_0x2459d4,_0x215f9b){const _0xf4c55c=_0x5d8b54;if(_0x2459d4['params'][_0xf4c55c(0x30d)]!==_0x215f9b[_0xf4c55c(0x407)]['unitId']||_0x2459d4[_0xf4c55c(0x407)][_0xf4c55c(0x33f)]!==_0x215f9b[_0xf4c55c(0x407)][_0xf4c55c(0x33f)])return{'m1Prime':_0x2459d4,'m2Prime':_0x215f9b};let _0x187fe6=_0x1973ab[_0xf4c55c(0x281)][_0xf4c55c(0x198)](_0x2459d4),_0x14f73e=_0x1973ab[_0xf4c55c(0x281)]['deepClone'](_0x215f9b),_0x108019=_0x187fe6['params'][_0xf4c55c(0x35e)],_0x1f4935=Object[_0xf4c55c(0x35e)](_0x14f73e[_0xf4c55c(0x407)][_0xf4c55c(0x35e)])[_0xf4c55c(0x1cf)](_0x3fc859=>_0x3fc859[_0xf4c55c(0x292)])['flat']();for(let _0x45f4f2 in _0x108019){let _0x2efd41=_0x108019[_0x45f4f2][_0xf4c55c(0x292)],_0x503c40=[];_0x2efd41[_0xf4c55c(0x26c)](_0x27eef9=>{const _0x80ab62=_0xf4c55c;let _0x304473=_0x5e2558(_0x27eef9,_0x1f4935);_0x304473[_0x80ab62(0x3e1)]>0x0&&_0x503c40[_0x80ab62(0x2da)](..._0x304473);}),_0x108019[_0x45f4f2][_0xf4c55c(0x292)]=_0x503c40;}return{'m1Prime':_0x187fe6,'m2Prime':_0x14f73e};}},_0x1bb9aa={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x20e)]['id'],'handler':(_0x2f602b,_0x277425)=>{const _0x548b35=_0x5d8b54;let _0x51dca8={'m1Prime':_0x2f602b,'m2Prime':_0x277425};return _0x2f602b[_0x548b35(0x407)]['unitId']!==_0x277425[_0x548b35(0x407)][_0x548b35(0x30d)]||_0x2f602b[_0x548b35(0x407)][_0x548b35(0x33f)]!==_0x277425[_0x548b35(0x407)]['subUnitId']?_0x51dca8:{'error':Error(_0x548b35(0x38c))};}},_0x17bcb2={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x271387['AddConditionalRuleMutation']['id'],'handler':(_0x18fb01,_0x1cd4cb)=>{const _0x3e9c18=_0x5d8b54;let _0x370da8={'m1Prime':_0x18fb01,'m2Prime':_0x1cd4cb};if(_0x18fb01[_0x3e9c18(0x407)][_0x3e9c18(0x30d)]!==_0x1cd4cb[_0x3e9c18(0x407)][_0x3e9c18(0x30d)]||_0x18fb01[_0x3e9c18(0x407)]['subUnitId']!==_0x1cd4cb[_0x3e9c18(0x407)][_0x3e9c18(0x33f)])return _0x370da8;let _0x3fe3c5=_0x18fb01[_0x3e9c18(0x407)][_0x3e9c18(0x218)][_0x3e9c18(0x292)],_0x3c0e6e=_0x1cd4cb[_0x3e9c18(0x407)][_0x3e9c18(0x218)][_0x3e9c18(0x292)];return _0x3fe3c5[_0x3e9c18(0x1a1)](_0x47593a=>_0x3c0e6e['some'](_0x52843f=>_0x1973ab['Rectangle'][_0x3e9c18(0x19b)](_0x47593a,_0x52843f)))?{'error':Error(_0x3e9c18(0x3d6))}:_0x370da8;}},_0x2c8002={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler':(_0x18ca2e,_0x309e69)=>{const _0x29f2a7=_0x5d8b54;let _0x2a518a={'m1Prime':_0x18ca2e,'m2Prime':_0x309e69};if(_0x18ca2e[_0x29f2a7(0x407)][_0x29f2a7(0x30d)]!==_0x309e69[_0x29f2a7(0x407)][_0x29f2a7(0x30d)]||_0x18ca2e[_0x29f2a7(0x407)][_0x29f2a7(0x33f)]!==_0x309e69[_0x29f2a7(0x407)]['subUnitId'])return _0x2a518a;let _0x22fc20=_0x18ca2e[_0x29f2a7(0x407)][_0x29f2a7(0x218)][_0x29f2a7(0x292)],_0x122f00=_0x309e69[_0x29f2a7(0x407)][_0x29f2a7(0x292)];return _0x22fc20[_0x29f2a7(0x1a1)](_0x4579d=>_0x122f00['some'](_0xb3da95=>_0x1973ab[_0x29f2a7(0x3f3)]['intersects'](_0x4579d,_0xb3da95)))?{'error':Error(_0x29f2a7(0x2cc))}:_0x2a518a;}},_0x30bcc7={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860['AddWorksheetProtectionMutation']['id'],'handler':(_0x369e02,_0x1b773b)=>{const _0x11e5f4=_0x5d8b54;let _0xfce717={'m1Prime':_0x369e02,'m2Prime':_0x1b773b};return _0x369e02[_0x11e5f4(0x407)][_0x11e5f4(0x30d)]!==_0x1b773b['params'][_0x11e5f4(0x30d)]||_0x369e02[_0x11e5f4(0x407)][_0x11e5f4(0x33f)]!==_0x1b773b[_0x11e5f4(0x407)][_0x11e5f4(0x218)][_0x11e5f4(0x33f)]?_0xfce717:{'error':Error(_0x11e5f4(0x3ba))};}},_0x50e66d={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x271387[_0x5d8b54(0x412)]['id'],'handler':(_0x4f1938,_0x14064a)=>{const _0x3309be=_0x5d8b54;let _0x1c5287={'m1Prime':_0x4f1938,'m2Prime':_0x14064a};return _0x4f1938[_0x3309be(0x407)][_0x3309be(0x30d)]!==_0x14064a['params'][_0x3309be(0x30d)]||_0x4f1938[_0x3309be(0x407)][_0x3309be(0x33f)]!==_0x14064a[_0x3309be(0x407)]['subUnitId']?_0x1c5287:{'error':Error(_0x3309be(0x216))};}},_0x5b2ac6={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x24e)]['id'],'handler':(_0x5f5732,_0x1d6e4f)=>{const _0x2992b9=_0x5d8b54;let _0x4d31e0={'m1Prime':_0x5f5732,'m2Prime':_0x1d6e4f};if(_0x5f5732[_0x2992b9(0x407)]['unitId']!==_0x1d6e4f[_0x2992b9(0x407)][_0x2992b9(0x30d)]||_0x5f5732[_0x2992b9(0x407)][_0x2992b9(0x33f)]!==_0x1d6e4f[_0x2992b9(0x407)]['subUnitId'])return _0x4d31e0;let _0x4e04e4=_0x5f5732[_0x2992b9(0x407)][_0x2992b9(0x218)][_0x2992b9(0x292)],_0x2c3cb9=_0x1d6e4f['params']['range'];return _0x4e04e4[_0x2992b9(0x1a1)](_0x28b480=>_0x1973ab[_0x2992b9(0x3f3)]['intersects'](_0x28b480,_0x2c3cb9))?{'error':Error(_0x2992b9(0x258))}:_0x4d31e0;}},_0x4f967d={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x26b)]['id'],'handler':(_0x45a3bb,_0x9aa039)=>{const _0x527e92=_0x5d8b54;let _0x3a2d43={'m1Prime':_0x45a3bb,'m2Prime':_0x9aa039};if(_0x45a3bb[_0x527e92(0x407)][_0x527e92(0x30d)]!==_0x9aa039[_0x527e92(0x407)]['unitId']||_0x45a3bb[_0x527e92(0x407)][_0x527e92(0x33f)]!==_0x9aa039['params']['subUnitId'])return _0x3a2d43;let _0x220262=_0x45a3bb['params'][_0x527e92(0x218)]['ranges'],_0x129a4=_0x9aa039[_0x527e92(0x407)]['range'];return _0x220262[_0x527e92(0x1a1)](_0x49b8f8=>_0x1973ab[_0x527e92(0x3f3)][_0x527e92(0x19b)](_0x49b8f8,_0x129a4))?{'error':Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row')}:_0x3a2d43;}},_0x26d4d2={'m1':_0x22a860['SetRangeProtectionMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x400)]['id'],'handler':(_0x4ad655,_0x2b4ec2)=>{const _0x1cd894=_0x5d8b54;let _0x4ecaba={'m1Prime':_0x4ad655,'m2Prime':_0x2b4ec2};if(_0x4ad655[_0x1cd894(0x407)][_0x1cd894(0x30d)]!==_0x2b4ec2[_0x1cd894(0x407)]['unitId']||_0x4ad655[_0x1cd894(0x407)][_0x1cd894(0x33f)]!==_0x2b4ec2[_0x1cd894(0x407)][_0x1cd894(0x33f)])return _0x4ecaba;let _0x44a5f1=_0x4ad655[_0x1cd894(0x407)][_0x1cd894(0x218)]['ranges'],_0x1fc965=[_0x2b4ec2[_0x1cd894(0x407)][_0x1cd894(0x340)],_0x2b4ec2[_0x1cd894(0x407)][_0x1cd894(0x1c3)]];return _0x44a5f1[_0x1cd894(0x1a1)](_0x47aa01=>_0x1fc965['some'](_0x2c534d=>_0x1973ab[_0x1cd894(0x3f3)][_0x1cd894(0x19b)](_0x47aa01,_0x2c534d)))?{'error':Error(_0x1cd894(0x1ba))}:_0x4ecaba;}},_0x2523cc={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler':(_0x782094,_0x513e79)=>{const _0x402cf9=_0x5d8b54;let _0x1537db={'m1Prime':_0x782094,'m2Prime':_0x513e79};if(_0x782094[_0x402cf9(0x407)][_0x402cf9(0x30d)]!==_0x513e79['params']['unitId']||_0x782094['params'][_0x402cf9(0x33f)]!==_0x513e79[_0x402cf9(0x407)][_0x402cf9(0x1f2)][_0x402cf9(0x33f)])return _0x1537db;let _0x131228=_0x782094['params']['rule'][_0x402cf9(0x292)],_0x114b04=[new _0x1973ab[(_0x402cf9(0x34a))](_0x513e79[_0x402cf9(0x407)]['from']['value'])[_0x402cf9(0x2e7)](),new _0x1973ab[(_0x402cf9(0x34a))](_0x513e79[_0x402cf9(0x407)]['to'][_0x402cf9(0x38a)])[_0x402cf9(0x2e7)]()];return _0x131228[_0x402cf9(0x1a1)](_0x4a1d66=>_0x114b04['some'](_0x43075f=>_0x1973ab[_0x402cf9(0x3f3)][_0x402cf9(0x19b)](_0x4a1d66,_0x43075f)))?{'error':Error(_0x402cf9(0x347))}:_0x1537db;}},_0x9c6223={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x3af)]['id'],'handler':(_0x4c672d,_0x300b43)=>{const _0x8eb687=_0x5d8b54;let _0x617cef={'m1Prime':_0x4c672d,'m2Prime':_0x300b43};if(_0x4c672d['params'][_0x8eb687(0x30d)]!==_0x300b43['params'][_0x8eb687(0x30d)]||_0x4c672d[_0x8eb687(0x407)][_0x8eb687(0x33f)]!==_0x300b43[_0x8eb687(0x407)][_0x8eb687(0x33f)])return _0x617cef;let _0xa41f20=_0x4c672d[_0x8eb687(0x407)][_0x8eb687(0x218)]['ranges'],_0x4b3d23=[_0x300b43[_0x8eb687(0x407)][_0x8eb687(0x340)],_0x300b43['params'][_0x8eb687(0x1c3)]];return _0xa41f20[_0x8eb687(0x1a1)](_0x3c5e9e=>_0x4b3d23['some'](_0x57397e=>_0x1973ab[_0x8eb687(0x3f3)]['intersects'](_0x3c5e9e,_0x57397e)))?{'error':Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row')}:_0x617cef;}},_0x211119={'m1':_0x22a860['SetRangeProtectionMutation']['id'],'m2':_0x22a860['RemoveColMutation']['id'],'handler':(_0x290dbe,_0x1b90c9)=>{const _0x513d9b=_0x5d8b54;let _0x2ae290={'m1Prime':_0x290dbe,'m2Prime':_0x1b90c9};if(_0x290dbe[_0x513d9b(0x407)]['unitId']!==_0x1b90c9['params'][_0x513d9b(0x30d)]||_0x290dbe['params'][_0x513d9b(0x33f)]!==_0x1b90c9[_0x513d9b(0x407)]['subUnitId'])return _0x2ae290;let _0x4d2304=_0x290dbe['params']['rule']['ranges'],_0x2731e7=_0x1b90c9[_0x513d9b(0x407)][_0x513d9b(0x1f4)];return _0x4d2304[_0x513d9b(0x1a1)](_0x57066e=>_0x1973ab[_0x513d9b(0x3f3)][_0x513d9b(0x19b)](_0x57066e,_0x2731e7))?{'error':Error(_0x513d9b(0x1e2))}:_0x2ae290;}},_0x532e4a={'m1':_0x22a860['SetRangeProtectionMutation']['id'],'m2':_0xb55284[_0x5d8b54(0x30c)]['id'],'handler':(_0x1a5c4c,_0x3fc98f)=>{const _0x29fc53=_0x5d8b54;let _0x132669={'m1Prime':_0x1a5c4c,'m2Prime':_0x3fc98f};return _0x1a5c4c['params'][_0x29fc53(0x30d)]!==_0x3fc98f[_0x29fc53(0x407)]['unitId']||_0x1a5c4c['params']['subUnitId']!==_0x3fc98f['params'][_0x29fc53(0x33f)]?_0x132669:{'error':Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule')};}},_0x2ee91c={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x24b)]['id'],'handler':(_0x5b6ad7,_0xa2f7dc)=>{const _0x4e3ace=_0x5d8b54;let _0x5a7a8={'m1Prime':_0x5b6ad7,'m2Prime':_0xa2f7dc};if(_0x5b6ad7[_0x4e3ace(0x407)][_0x4e3ace(0x30d)]!==_0xa2f7dc[_0x4e3ace(0x407)][_0x4e3ace(0x30d)]||_0x5b6ad7[_0x4e3ace(0x407)][_0x4e3ace(0x33f)]!==_0xa2f7dc[_0x4e3ace(0x407)][_0x4e3ace(0x33f)])return _0x5a7a8;let _0x5b1d02=_0x5b6ad7[_0x4e3ace(0x407)][_0x4e3ace(0x218)][_0x4e3ace(0x292)],_0x1ab4d8=_0xa2f7dc['params'][_0x4e3ace(0x1f4)];return _0x5b1d02[_0x4e3ace(0x1a1)](_0x54a396=>_0x1973ab[_0x4e3ace(0x3f3)][_0x4e3ace(0x19b)](_0x54a396,_0x1ab4d8))?{'error':Error(_0x4e3ace(0x323))}:_0x5a7a8;}},_0x4428c5={'m1':_0x22a860['SetRangeProtectionMutation']['id'],'m2':_0x1db735[_0x5d8b54(0x299)]['id'],'handler':(_0x3596fd,_0x48d1dc)=>{const _0x55bdd4=_0x5d8b54;let _0x159755={'m1Prime':_0x3596fd,'m2Prime':_0x48d1dc};return _0x3596fd[_0x55bdd4(0x407)]['unitId']!==_0x48d1dc[_0x55bdd4(0x407)][_0x55bdd4(0x30d)]||_0x3596fd[_0x55bdd4(0x407)]['subUnitId']!==_0x48d1dc[_0x55bdd4(0x407)][_0x55bdd4(0x33f)]?_0x159755:{'error':Error(_0x55bdd4(0x41e))};}},_0x51c69c={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860['RemoveWorksheetMergeMutation']['id'],'handler':(_0x174500,_0x5b644c)=>{const _0x5c9b71=_0x5d8b54;let _0x5dcfae={'m1Prime':_0x174500,'m2Prime':_0x5b644c};if(_0x174500[_0x5c9b71(0x407)]['unitId']!==_0x5b644c['params'][_0x5c9b71(0x30d)]||_0x174500['params'][_0x5c9b71(0x33f)]!==_0x5b644c['params'][_0x5c9b71(0x33f)])return _0x5dcfae;let _0x5b6b03=_0x174500[_0x5c9b71(0x407)][_0x5c9b71(0x218)]['ranges'],_0x5b4c20=_0x5b644c[_0x5c9b71(0x407)]['ranges'];return _0x5b6b03[_0x5c9b71(0x1a1)](_0x31ba2e=>_0x5b4c20[_0x5c9b71(0x1a1)](_0x42b53f=>_0x1973ab[_0x5c9b71(0x3f3)][_0x5c9b71(0x19b)](_0x31ba2e,_0x42b53f)))?{'error':Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')}:_0x5dcfae;}},_0x5b4920={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x271387[_0x5d8b54(0x1a4)]['id'],'handler':(_0x4b4830,_0x101ee9)=>{const _0x4aa688=_0x5d8b54;let _0x23f6b7={'m1Prime':_0x4b4830,'m2Prime':_0x101ee9};if(_0x4b4830[_0x4aa688(0x407)]['unitId']!==_0x101ee9[_0x4aa688(0x407)][_0x4aa688(0x30d)]||_0x4b4830['params'][_0x4aa688(0x33f)]!==_0x101ee9[_0x4aa688(0x407)][_0x4aa688(0x33f)])return _0x23f6b7;let _0x2081b8=_0x4b4830[_0x4aa688(0x407)][_0x4aa688(0x218)]['ranges'],_0x4af3fc=_0x101ee9[_0x4aa688(0x407)][_0x4aa688(0x218)][_0x4aa688(0x292)];return _0x2081b8[_0x4aa688(0x1a1)](_0x5b22c7=>_0x4af3fc['some'](_0x1626b0=>_0x1973ab['Rectangle'][_0x4aa688(0x19b)](_0x5b22c7,_0x1626b0)))?{'error':Error(_0x4aa688(0x402))}:_0x23f6b7;}},_0x5263ee={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860['SetFrozenMutation']['id'],'handler':(_0x1767bd,_0x5cd37f)=>{const _0x23fd6b=_0x5d8b54;let _0x371e42={'m1Prime':_0x1767bd,'m2Prime':_0x5cd37f};if(_0x1767bd[_0x23fd6b(0x407)]['unitId']!==_0x5cd37f[_0x23fd6b(0x407)][_0x23fd6b(0x30d)]||_0x1767bd[_0x23fd6b(0x407)][_0x23fd6b(0x33f)]!==_0x5cd37f[_0x23fd6b(0x407)][_0x23fd6b(0x33f)])return _0x371e42;let _0x459354=_0x1767bd[_0x23fd6b(0x407)][_0x23fd6b(0x218)][_0x23fd6b(0x292)],_0x4fc06b=[{'startRow':_0x5cd37f['params'][_0x23fd6b(0x1f5)],'endRow':_0x5cd37f['params']['startRow'],'startColumn':_0x5cd37f[_0x23fd6b(0x407)][_0x23fd6b(0x2ab)],'endColumn':_0x5cd37f[_0x23fd6b(0x407)][_0x23fd6b(0x2ab)]}];return _0x459354[_0x23fd6b(0x1a1)](_0x543264=>_0x4fc06b[_0x23fd6b(0x1a1)](_0x1fa321=>_0x1973ab['Rectangle'][_0x23fd6b(0x19b)](_0x543264,_0x1fa321)))?{'error':Error(_0x23fd6b(0x371))}:_0x371e42;}},_0x54c0b7={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x3e6)]['id'],'handler':(_0x5a2347,_0x4d3092)=>{const _0x3bde86=_0x5d8b54;let _0xfc666b={'m1Prime':_0x5a2347,'m2Prime':_0x4d3092};return _0x5a2347[_0x3bde86(0x407)][_0x3bde86(0x30d)]!==_0x4d3092[_0x3bde86(0x407)][_0x3bde86(0x30d)]||_0x5a2347[_0x3bde86(0x407)]['subUnitId']!==_0x4d3092[_0x3bde86(0x407)][_0x3bde86(0x33f)]?_0xfc666b:{'error':Error(_0x3bde86(0x1bb))};}},_0x35cc8d={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x36f)]['id'],'handler':(_0x265280,_0x30e661)=>{const _0x228425=_0x5d8b54;let _0x18271e={'m1Prime':_0x265280,'m2Prime':_0x30e661};if(_0x265280[_0x228425(0x407)][_0x228425(0x30d)]!==_0x30e661[_0x228425(0x407)][_0x228425(0x30d)]||_0x265280[_0x228425(0x407)][_0x228425(0x33f)]!==_0x30e661[_0x228425(0x407)][_0x228425(0x33f)])return _0x18271e;let _0xe98cac=_0x265280['params'][_0x228425(0x218)][_0x228425(0x292)],_0x3f4c51=_0x30e661['params'][_0x228425(0x218)][_0x228425(0x292)];return _0xe98cac[_0x228425(0x1a1)](_0x4a295a=>_0x3f4c51[_0x228425(0x1a1)](_0x4aa656=>_0x1973ab[_0x228425(0x3f3)][_0x228425(0x19b)](_0x4a295a,_0x4aa656)))?{'error':Error(_0x228425(0x28e))}:_0x18271e;}},_0x18feda={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860['SetRangeValuesMutation']['id'],'handler':(_0x27c4ac,_0x1fffb4)=>{const _0x49d445=_0x5d8b54;let _0x32b838={'m1Prime':_0x27c4ac,'m2Prime':_0x1fffb4};if(_0x27c4ac[_0x49d445(0x407)][_0x49d445(0x30d)]!==_0x1fffb4[_0x49d445(0x407)]['unitId']||_0x27c4ac[_0x49d445(0x407)][_0x49d445(0x33f)]!==_0x1fffb4[_0x49d445(0x407)][_0x49d445(0x33f)])return _0x32b838;let _0x1c91be=_0x27c4ac[_0x49d445(0x407)]['rule'][_0x49d445(0x292)],_0x57ff12=new _0x1973ab[(_0x49d445(0x34a))](_0x1fffb4[_0x49d445(0x407)][_0x49d445(0x204)])[_0x49d445(0x2e7)]();return _0x1c91be[_0x49d445(0x1a1)](_0x540828=>_0x1973ab['Rectangle'][_0x49d445(0x19b)](_0x540828,_0x57ff12))?{'error':Error(_0x49d445(0x40e))}:_0x32b838;}},_0x5bf946={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x22a860[_0x5d8b54(0x352)]['id'],'handler':(_0x25cff3,_0x1cf50f)=>{const _0x117f1f=_0x5d8b54;let _0x32941a={'m1Prime':_0x25cff3,'m2Prime':_0x1cf50f};if(_0x25cff3[_0x117f1f(0x407)][_0x117f1f(0x30d)]!==_0x1cf50f['params'][_0x117f1f(0x30d)]||_0x25cff3[_0x117f1f(0x407)][_0x117f1f(0x33f)]!==_0x1cf50f['params'][_0x117f1f(0x33f)])return _0x32941a;let _0x4fef0f=_0x25cff3[_0x117f1f(0x407)][_0x117f1f(0x218)][_0x117f1f(0x292)],_0xeab7b9=_0x1cf50f[_0x117f1f(0x407)]['ranges'];return _0x4fef0f[_0x117f1f(0x1a1)](_0x1ea5fc=>_0xeab7b9[_0x117f1f(0x1a1)](_0x29cb52=>_0x1973ab[_0x117f1f(0x3f3)][_0x117f1f(0x19b)](_0x1ea5fc,_0x29cb52)))?{'error':Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:_0x32941a;}},_0x504a98={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0x1d4f53[_0x5d8b54(0x1c2)]['id'],'handler':(_0x598628,_0x511042)=>{const _0x2ee616=_0x5d8b54;let _0xc868a2={'m1Prime':_0x598628,'m2Prime':_0x511042};return _0x598628[_0x2ee616(0x407)]['unitId']!==_0x511042['params'][_0x2ee616(0x30d)]||_0x598628[_0x2ee616(0x407)][_0x2ee616(0x33f)]!==_0x511042['params'][_0x2ee616(0x33f)]?_0xc868a2:{'error':Error(_0x2ee616(0x284))};}},_0x39a4b9={'m1':_0x22a860[_0x5d8b54(0x36f)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x46d54c,_0x179e02)=>{const _0x5ab4e9=_0x5d8b54;let _0x49557b={'m1Prime':_0x46d54c,'m2Prime':_0x179e02};return _0x46d54c[_0x5ab4e9(0x407)][_0x5ab4e9(0x30d)]!==_0x179e02[_0x5ab4e9(0x407)]['unitId']||_0x46d54c[_0x5ab4e9(0x407)]['subUnitId']!==_0x179e02[_0x5ab4e9(0x407)]['subUnitId']?_0x49557b:{'error':Error(_0x5ab4e9(0x3f1))};}},_0x17f118={'m1':_0x22a860['SetRangeValuesMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler'(_0x3bce0a,_0x445739){const _0x4dd13b=_0x5d8b54;let _0xe67760=_0x27f872['handler'](_0x445739,_0x3bce0a);return _0x23bbda(_0xe67760)?{'m1Prime':_0xe67760[_0x4dd13b(0x2c7)],'m2Prime':_0xe67760[_0x4dd13b(0x374)]}:_0xe67760;}},_0x247e79={'m1':_0x22a860[_0x5d8b54(0x224)]['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler'(_0x1ece51,_0x5970f6){const _0x2e5d06=_0x5d8b54;let _0x52edbd={'m1Prime':_0x1ece51,'m2Prime':_0x5970f6};if(_0x1ece51['params'][_0x2e5d06(0x30d)]!==_0x5970f6[_0x2e5d06(0x407)][_0x2e5d06(0x30d)])return _0x52edbd;let _0x4beb09=new _0x1973ab['ObjectMatrix'](_0x1ece51['params'][_0x2e5d06(0x204)])[_0x2e5d06(0x2e7)](),_0x82a1e4=new _0x1973ab[(_0x2e5d06(0x34a))](_0x5970f6[_0x2e5d06(0x407)][_0x2e5d06(0x1f2)]['value'])[_0x2e5d06(0x2e7)](),_0x4d4f05=new _0x1973ab[(_0x2e5d06(0x34a))](_0x5970f6[_0x2e5d06(0x407)]['to'][_0x2e5d06(0x38a)])[_0x2e5d06(0x2e7)]();return _0x1ece51[_0x2e5d06(0x407)][_0x2e5d06(0x33f)]===_0x5970f6[_0x2e5d06(0x407)][_0x2e5d06(0x1f2)][_0x2e5d06(0x33f)]&&_0x1973ab[_0x2e5d06(0x3f3)]['intersects'](_0x4beb09,_0x82a1e4)||_0x1ece51[_0x2e5d06(0x407)][_0x2e5d06(0x33f)]===_0x5970f6[_0x2e5d06(0x407)]['to'][_0x2e5d06(0x33f)]&&_0x1973ab[_0x2e5d06(0x3f3)][_0x2e5d06(0x19b)](_0x4beb09,_0x4d4f05)?{'error':Error(_0x2e5d06(0x39f))}:_0x52edbd;}},_0x27670b={'m1':_0x22a860[_0x5d8b54(0x224)]['id'],'m2':_0x22a860[_0x5d8b54(0x1c9)]['id'],'handler'(_0x1f6ac6,_0x5769a2){const _0x5f1ae2=_0x5d8b54;let _0x18bb29={'m1Prime':_0x1f6ac6,'m2Prime':_0x5769a2};if(_0x1f6ac6[_0x5f1ae2(0x407)][_0x5f1ae2(0x30d)]!==_0x5769a2[_0x5f1ae2(0x407)][_0x5f1ae2(0x30d)]||_0x1f6ac6[_0x5f1ae2(0x407)][_0x5f1ae2(0x33f)]!==_0x5769a2['params']['subUnitId'])return _0x18bb29;let _0x3b5d5e=_0x1973ab[_0x5f1ae2(0x281)][_0x5f1ae2(0x198)](_0x1f6ac6),{cellValue:_0x16b0a2}=_0x3b5d5e['params'],_0x2ebb0d=new _0x1973ab[(_0x5f1ae2(0x34a))](_0x16b0a2),{range:_0x19e519}=_0x5769a2[_0x5f1ae2(0x407)],_0x4f3924=new Map();for(let _0x1e6c36=_0x19e519[_0x5f1ae2(0x2ab)];_0x1e6c36<=_0x19e519[_0x5f1ae2(0x23c)];_0x1e6c36++)for(let _0x18e2dc=_0x19e519[_0x5f1ae2(0x1f5)];_0x18e2dc<=_0x19e519[_0x5f1ae2(0x3bf)];_0x18e2dc++){var _0x36aedb;if((_0x16b0a2==null||(_0x36aedb=_0x16b0a2[_0x18e2dc])==null?void 0x0:_0x36aedb[_0x1e6c36])!==void 0x0){var _0x300a37;let _0x2abd0f=(_0x300a37=_0x5769a2[_0x5f1ae2(0x407)]['order'][_0x18e2dc])==null?_0x18e2dc:_0x300a37;_0x2abd0f!==_0x18e2dc&&(_0x4f3924[_0x5f1ae2(0x273)](_0x2abd0f)||_0x4f3924['set'](_0x2abd0f,new Map()),_0x4f3924[_0x5f1ae2(0x2cb)](_0x2abd0f)['set'](_0x1e6c36,_0x16b0a2[_0x18e2dc][_0x1e6c36]),_0x2ebb0d[_0x5f1ae2(0x22a)](_0x18e2dc,_0x1e6c36));}}return _0x4f3924[_0x5f1ae2(0x26c)]((_0x403dcc,_0x369774)=>{_0x403dcc['forEach']((_0x310656,_0x488b1e)=>{const _0x37d97a=_0x32f8;_0x2ebb0d[_0x37d97a(0x423)](_0x369774,_0x488b1e,_0x310656);});}),{'m1Prime':_0x3b5d5e,'m2Prime':_0x5769a2};}},_0x5c9b65=(_0x572b6d,_0x3cadf3)=>_0x572b6d?_0x3cadf3?{..._0x572b6d,..._0x3cadf3}:_0x572b6d:_0x3cadf3,_0x3a5efe={'m1':_0x22a860[_0x5d8b54(0x224)]['id'],'m2':_0x22a860[_0x5d8b54(0x224)]['id'],'handler'(_0x5bb402,_0x151753){const _0xa87868=_0x5d8b54;let _0x53884f={'m1Prime':_0x5bb402,'m2Prime':_0x151753};if(_0x5bb402[_0xa87868(0x407)][_0xa87868(0x30d)]!==_0x151753[_0xa87868(0x407)][_0xa87868(0x30d)]||_0x5bb402[_0xa87868(0x407)][_0xa87868(0x33f)]!==_0x151753[_0xa87868(0x407)]['subUnitId'])return _0x53884f;let _0x18295c=_0x1973ab['Tools'][_0xa87868(0x198)](_0x5bb402),_0x44718f=_0x1973ab[_0xa87868(0x281)][_0xa87868(0x198)](_0x151753),_0x332c93=new _0x1973ab[(_0xa87868(0x34a))](_0x18295c[_0xa87868(0x407)][_0xa87868(0x204)]),_0x48b70a=_0x332c93[_0xa87868(0x2e7)](),_0x1d0b0f=new _0x1973ab['ObjectMatrix'](_0x151753['params'][_0xa87868(0x204)]),_0x5371d6=_0x1d0b0f[_0xa87868(0x2e7)]();return _0x1973ab[_0xa87868(0x3f3)][_0xa87868(0x19b)](_0x48b70a,_0x5371d6)?(_0x332c93[_0xa87868(0x39e)]((_0x276994,_0x57c4ed,_0x340750)=>{const _0x19f6ab=_0xa87868;let _0xc14057=_0x1d0b0f['getValue'](_0x276994,_0x57c4ed);if(_0x340750&&_0xc14057){var _0x5d239d,_0x2dbeab;_0xc14057['s']=_0x5c9b65(_0x1973ab['Tools']['deepClone'](typeof _0x340750['s']==_0x19f6ab(0x1cd)?(_0x5d239d=_0x18295c[_0x19f6ab(0x407)][_0x19f6ab(0x23f)])==null?void 0x0:_0x5d239d[_0x340750['s']]:_0x340750['s']),_0x1973ab[_0x19f6ab(0x281)][_0x19f6ab(0x198)](typeof _0xc14057['s']=='string'?(_0x2dbeab=_0x44718f[_0x19f6ab(0x407)][_0x19f6ab(0x23f)])==null?void 0x0:_0x2dbeab[_0xc14057['s']]:_0xc14057['s'])),_0x1d0b0f[_0x19f6ab(0x423)](_0x276994,_0x57c4ed,_0xc14057),_0x332c93['realDeleteValue'](_0x276994,_0x57c4ed);}}),_0x18295c['params'][_0xa87868(0x204)]=_0x332c93[_0xa87868(0x355)](),_0x44718f['params'][_0xa87868(0x204)]=_0x1d0b0f[_0xa87868(0x355)](),{'m1Prime':_0x18295c,'m2Prime':_0x44718f}):_0x53884f;}},_0x16e08f={'m1':_0x22a860[_0x5d8b54(0x1a6)]['id'],'m2':_0x22a860['SetRowDataMutation']['id'],'handler'(_0x5cc105,_0x4c74dd){const _0x19013f=_0x5d8b54;let _0x2214bc={'m1Prime':_0x5cc105,'m2Prime':_0x4c74dd};if(_0x5cc105['params']['unitId']!==_0x4c74dd['params'][_0x19013f(0x30d)]||_0x5cc105[_0x19013f(0x407)][_0x19013f(0x33f)]!==_0x4c74dd[_0x19013f(0x407)]['subUnitId'])return _0x2214bc;let _0x5ebd5f=_0x5cc105[_0x19013f(0x407)][_0x19013f(0x35f)],_0xfacef1=_0x4c74dd[_0x19013f(0x407)]['rowData'],_0x3021ab={},_0x4990aa=_0x1973ab[_0x19013f(0x281)][_0x19013f(0x198)](_0x5cc105),_0x34237b=new Set([...Object[_0x19013f(0x1bc)](_0x5ebd5f)['map'](Number),...Object[_0x19013f(0x1bc)](_0xfacef1)[_0x19013f(0x1cf)](Number)]);for(let _0x4b913a of _0x34237b){let _0x380e89=_0x5ebd5f[_0x4b913a],_0x4b54d8=_0xfacef1[_0x4b913a];_0x380e89&&_0x4b54d8?_0x3021ab[_0x4b913a]={..._0x380e89,..._0x4b54d8}:_0x380e89?_0x3021ab[_0x4b913a]=_0x380e89:_0x4b54d8&&(_0x3021ab[_0x4b913a]=_0x4b54d8);}return _0x4990aa[_0x19013f(0x407)][_0x19013f(0x35f)]=_0x3021ab,{'m1Prime':_0x4990aa,'m2Prime':_0x4c74dd};}},_0x42ecb5={'m1':_0x1db735[_0x5d8b54(0x300)]['id'],'m2':_0x22a860[_0x5d8b54(0x3b9)]['id'],'handler'(_0x4b457c,_0x2e4c27){const _0x4c5262=_0x5d8b54;let _0x3407ec={'m1Prime':_0x4b457c,'m2Prime':_0x2e4c27};if(_0x4b457c[_0x4c5262(0x407)][_0x4c5262(0x30d)]!==_0x2e4c27['params']['unitId']||_0x4b457c['params']['subUnitId']!==_0x2e4c27[_0x4c5262(0x407)][_0x4c5262(0x1f2)][_0x4c5262(0x33f)]&&_0x4b457c[_0x4c5262(0x407)][_0x4c5262(0x33f)]!==_0x2e4c27['params']['to'][_0x4c5262(0x33f)])return _0x3407ec;let _0x561b54=null;return _0x4b457c[_0x4c5262(0x407)][_0x4c5262(0x33f)]===_0x2e4c27[_0x4c5262(0x407)]['from']['subUnitId']&&new _0x1973ab['ObjectMatrix'](_0x2e4c27['params'][_0x4c5262(0x1f2)][_0x4c5262(0x38a)])[_0x4c5262(0x39e)]((_0x204086,_0x348f6f)=>{const _0x3541f1=_0x4c5262;_0x348f6f===_0x4b457c[_0x3541f1(0x407)][_0x3541f1(0x2a1)]&&(_0x561b54=_0x2e4c27['params'][_0x3541f1(0x1f2)][_0x3541f1(0x33f)]);}),_0x4b457c[_0x4c5262(0x407)][_0x4c5262(0x33f)]===_0x2e4c27[_0x4c5262(0x407)]['to'][_0x4c5262(0x33f)]&&new _0x1973ab[(_0x4c5262(0x34a))](_0x2e4c27[_0x4c5262(0x407)]['to'][_0x4c5262(0x38a)])[_0x4c5262(0x39e)]((_0x4aec6e,_0x1d3490)=>{const _0x1bc525=_0x4c5262;_0x1d3490===_0x4b457c['params']['col']&&(_0x561b54=_0x2e4c27[_0x1bc525(0x407)]['to'][_0x1bc525(0x33f)]);}),_0x561b54?{'m1Prime':_0x4b457c,'m2Prime':[_0x2e4c27,{'id':_0x1db735[_0x4c5262(0x2ec)]['id'],'params':{'unitId':_0x2e4c27[_0x4c5262(0x407)][_0x4c5262(0x30d)],'subUnitId':_0x561b54}}]}:_0x3407ec;}},_0x2bc9da={'m1':_0x1db735['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x1db735['RemoveSheetsFilterMutation']['id'],'handler'(_0x425761,_0x33e402){const _0x5bfb05=_0x5d8b54;let _0x22c9bd={'m1Prime':_0x425761,'m2Prime':_0x33e402};return _0x425761[_0x5bfb05(0x407)]['unitId']!==_0x33e402[_0x5bfb05(0x407)][_0x5bfb05(0x30d)]||_0x425761['params']['subUnitId']!==_0x33e402[_0x5bfb05(0x407)]['subUnitId']?_0x22c9bd:{'m1Prime':[],'m2Prime':[_0x33e402]};}},_0x4e9f28={'m1':_0x1db735['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x224)]['id'],'handler'(_0x1bc423,_0x3ab268){const _0x5a23cd=_0x5d8b54;let _0x552bcd={'m1Prime':_0x1bc423,'m2Prime':_0x3ab268};if(_0x1bc423[_0x5a23cd(0x407)]['unitId']!==_0x3ab268[_0x5a23cd(0x407)][_0x5a23cd(0x30d)]||_0x1bc423['params']['subUnitId']!==_0x3ab268[_0x5a23cd(0x407)][_0x5a23cd(0x33f)])return _0x552bcd;let _0x743cd2=!0x1;return new _0x1973ab[(_0x5a23cd(0x34a))](_0x3ab268[_0x5a23cd(0x407)][_0x5a23cd(0x204)])['forValue']((_0x133c36,_0x31c00b)=>{const _0x280bab=_0x5a23cd;_0x31c00b===_0x1bc423[_0x280bab(0x407)][_0x280bab(0x2a1)]&&(_0x743cd2=!0x0);}),_0x743cd2?{'m1Prime':_0x1bc423,'m2Prime':[_0x3ab268,{'id':_0x1db735[_0x5a23cd(0x2ec)]['id'],'params':{'unitId':_0x3ab268['params'][_0x5a23cd(0x30d)],'subUnitId':_0x3ab268[_0x5a23cd(0x407)]['subUnitId']}}]}:_0x552bcd;}},_0x4f3551={'m1':_0x1db735['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x1db735[_0x5d8b54(0x300)]['id'],'handler'(_0x4fc86a,_0x278dac){const _0x547522=_0x5d8b54;let _0x35ba6b={'m1Prime':_0x4fc86a,'m2Prime':_0x278dac};return _0x4fc86a['params']['unitId']!==_0x278dac[_0x547522(0x407)][_0x547522(0x30d)]||_0x4fc86a[_0x547522(0x407)][_0x547522(0x33f)]!==_0x278dac[_0x547522(0x407)][_0x547522(0x33f)]||_0x4fc86a[_0x547522(0x407)][_0x547522(0x2a1)]!==_0x278dac[_0x547522(0x407)][_0x547522(0x2a1)]?_0x35ba6b:{'m1Prime':[],'m2Prime':[_0x278dac]};}},_0x20982c={'m1':_0x1db735['SetSheetsFilterRangeMutation']['id'],'m2':_0x1db735[_0x5d8b54(0x299)]['id'],'handler'(_0x592c9d,_0x2c59b3){const _0x262f39=_0x5d8b54;let _0x46c02b={'m1Prime':_0x592c9d,'m2Prime':_0x2c59b3};return _0x592c9d[_0x262f39(0x407)]['unitId']!==_0x2c59b3[_0x262f39(0x407)][_0x262f39(0x30d)]||_0x592c9d[_0x262f39(0x407)][_0x262f39(0x33f)]!==_0x2c59b3[_0x262f39(0x407)][_0x262f39(0x33f)]?_0x46c02b:{'m1Prime':[],'m2Prime':[_0x2c59b3]};}},_0x35bd29={'m1':_0x1db735[_0x5d8b54(0x3e2)]['id'],'m2':_0x1db735['SetSheetsFilterRangeMutation']['id'],'handler'(_0x1d4c48,_0x4b32ee){const _0x4aaea5=_0x5d8b54;let _0x3a9989={'m1Prime':_0x1d4c48,'m2Prime':_0x4b32ee};return _0x1d4c48[_0x4aaea5(0x407)]['unitId']!==_0x4b32ee[_0x4aaea5(0x407)][_0x4aaea5(0x30d)]||_0x1d4c48[_0x4aaea5(0x407)][_0x4aaea5(0x33f)]!==_0x4b32ee['params'][_0x4aaea5(0x33f)]?_0x3a9989:{'m1Prime':[],'m2Prime':[_0x4b32ee]};}},_0xac2dc4={'m1':_0x22a860[_0x5d8b54(0x3c0)]['id'],'m2':_0x22a860[_0x5d8b54(0x3c0)]['id'],'handler'(_0x42a705,_0x4ea0e0){const _0x496eba=_0x5d8b54;return _0x42a705[_0x496eba(0x407)][_0x496eba(0x30d)]!==_0x4ea0e0[_0x496eba(0x407)][_0x496eba(0x30d)]||_0x42a705[_0x496eba(0x407)][_0x496eba(0x33f)]!==_0x4ea0e0[_0x496eba(0x407)]['subUnitId']?{'m1Prime':_0x42a705,'m2Prime':_0x4ea0e0}:{'m1Prime':[],'m2Prime':_0x4ea0e0};}},_0x34ddce={'m1':_0x22a860[_0x5d8b54(0x352)]['id'],'m2':_0x22a860['SetWorksheetColWidthMutation']['id'],'handler'(_0x288e52,_0x906061){const _0x40c3c9=_0x5d8b54;let _0x218e0f={'m1Prime':_0x288e52,'m2Prime':_0x906061};if(_0x288e52[_0x40c3c9(0x407)][_0x40c3c9(0x30d)]!==_0x906061['params'][_0x40c3c9(0x30d)]||_0x288e52[_0x40c3c9(0x407)][_0x40c3c9(0x33f)]!==_0x906061[_0x40c3c9(0x407)]['subUnitId'])return _0x218e0f;let _0x2c1fa8=_0x288e52[_0x40c3c9(0x407)][_0x40c3c9(0x292)],_0x49d632=[],_0x42cf18=_0x1973ab[_0x40c3c9(0x281)][_0x40c3c9(0x198)](_0x288e52),_0x509dc4=_0x906061[_0x40c3c9(0x407)][_0x40c3c9(0x292)];_0x2c1fa8[_0x40c3c9(0x26c)](_0x4e5e2c=>{const _0x5e3aec=_0x40c3c9;let _0x1663b1=_0x556bbd({'start':_0x4e5e2c['startColumn'],'end':_0x4e5e2c[_0x5e3aec(0x23c)]},_0x509dc4['map'](_0x589d96=>({'start':_0x589d96[_0x5e3aec(0x2ab)],'end':_0x589d96[_0x5e3aec(0x23c)]})))[_0x5e3aec(0x1cf)](_0xa2be97=>({..._0x4e5e2c,'startColumn':_0xa2be97[_0x5e3aec(0x30a)],'endColumn':_0xa2be97[_0x5e3aec(0x393)]}));_0x49d632[_0x5e3aec(0x2da)](..._0x1663b1);}),_0x42cf18[_0x40c3c9(0x407)][_0x40c3c9(0x292)]=_0x49d632;let {colWidth:_0x3784d3}=_0x42cf18[_0x40c3c9(0x407)],{colWidth:_0x2eaca2}=_0x906061['params'],_0x38a7f7=_0x3784d3,_0x259608=_0x2eaca2;return typeof _0x38a7f7!=_0x40c3c9(0x409)&&(typeof _0x259608==_0x40c3c9(0x409)?_0x509dc4[_0x40c3c9(0x26c)](_0x16cfd4=>{const _0x469da7=_0x40c3c9;for(let _0x2b02ca=_0x16cfd4[_0x469da7(0x2ab)];_0x2b02ca<=_0x16cfd4[_0x469da7(0x23c)];_0x2b02ca++)delete _0x38a7f7[_0x2b02ca];}):Object['keys'](_0x259608)['map'](Number)['forEach'](_0x1178ef=>{_0x38a7f7[_0x1178ef]!=null&&delete _0x38a7f7[_0x1178ef];})),{'m1Prime':_0x42cf18,'m2Prime':_0x906061};}},_0x258f89={'m1':_0x22a860[_0x5d8b54(0x350)]['id'],'m2':_0x22a860[_0x5d8b54(0x20f)]['id'],'handler'(_0x3c0d4f,_0xeccb1f){const _0x2eb401=_0x5d8b54;if(_0x3c0d4f[_0x2eb401(0x407)][_0x2eb401(0x30d)]!==_0xeccb1f[_0x2eb401(0x407)]['unitId'])return{'m1Prime':_0x3c0d4f,'m2Prime':_0xeccb1f};if(_0x3c0d4f[_0x2eb401(0x407)][_0x2eb401(0x33f)]===_0xeccb1f[_0x2eb401(0x407)][_0x2eb401(0x41c)]['id'])return{'error':Error(_0x2eb401(0x234))};if(_0x3c0d4f[_0x2eb401(0x407)][_0x2eb401(0x343)]===_0xeccb1f[_0x2eb401(0x407)][_0x2eb401(0x41c)][_0x2eb401(0x343)]){let _0x2d4e65={'id':_0x22a860[_0x2eb401(0x350)]['id'],'params':{'unitId':_0x3c0d4f[_0x2eb401(0x407)][_0x2eb401(0x30d)],'subUnitId':_0x3c0d4f[_0x2eb401(0x407)][_0x2eb401(0x33f)],'name':_0x3c0d4f[_0x2eb401(0x407)][_0x2eb401(0x343)]+_0x2eb401(0x1f9)}};return{'m1Prime':_0x2d4e65,'m2Prime':[_0x2d4e65,_0xeccb1f]};}return{'m1Prime':[],'m2Prime':[]};}},_0x4cdeeb={'m1':_0x22a860[_0x5d8b54(0x350)]['id'],'m2':_0x22a860[_0x5d8b54(0x350)]['id'],'handler'(_0x5d061a,_0x45b9c0){const _0x3ac1e4=_0x5d8b54;if(_0x5d061a[_0x3ac1e4(0x407)][_0x3ac1e4(0x30d)]!==_0x45b9c0[_0x3ac1e4(0x407)][_0x3ac1e4(0x30d)])return{'m1Prime':_0x5d061a,'m2Prime':_0x45b9c0};if(_0x5d061a[_0x3ac1e4(0x407)][_0x3ac1e4(0x33f)]===_0x45b9c0['params'][_0x3ac1e4(0x33f)])return _0x5d061a[_0x3ac1e4(0x407)][_0x3ac1e4(0x343)]===_0x45b9c0[_0x3ac1e4(0x407)]['name']?{'m1Prime':[],'m2Prime':[]}:{'m1Prime':[],'m2Prime':_0x45b9c0};{if(_0x5d061a[_0x3ac1e4(0x407)][_0x3ac1e4(0x343)]!==_0x45b9c0[_0x3ac1e4(0x407)][_0x3ac1e4(0x343)])return{'m1Prime':[],'m2Prime':[]};let _0x4b9037={'id':_0x22a860[_0x3ac1e4(0x350)]['id'],'params':{'unitId':_0x45b9c0[_0x3ac1e4(0x407)][_0x3ac1e4(0x30d)],'subUnitId':_0x45b9c0['params']['subUnitId'],'name':_0x45b9c0[_0x3ac1e4(0x407)][_0x3ac1e4(0x343)]+_0x3ac1e4(0x1f9)}};return{'m1Prime':[_0x4b9037,_0x5d061a],'m2Prime':_0x4b9037};}}},_0x11b13d={'m1':_0x22a860[_0x5d8b54(0x302)]['id'],'m2':_0x22a860['SetWorksheetRowAutoHeightMutation']['id'],'handler'(_0x216736,_0x1ec513){const _0x5122a7=_0x5d8b54;let _0x6bb3d={'m1Prime':_0x216736,'m2Prime':_0x1ec513};if(_0x216736[_0x5122a7(0x407)][_0x5122a7(0x30d)]!==_0x1ec513['params'][_0x5122a7(0x30d)]||_0x216736['params']['subUnitId']!==_0x1ec513[_0x5122a7(0x407)]['subUnitId'])return _0x6bb3d;let _0x4a4a1d=_0x216736[_0x5122a7(0x407)][_0x5122a7(0x2a6)],_0xa5833e=[],_0x47d32f=_0x1973ab[_0x5122a7(0x281)][_0x5122a7(0x198)](_0x216736),_0x23a21b=_0x1ec513['params']['rowsAutoHeightInfo'];return _0x4a4a1d[_0x5122a7(0x26c)](_0x156af1=>{const _0x20e79e=_0x5122a7;_0x23a21b[_0x20e79e(0x35a)](_0x4ccba4=>_0x4ccba4[_0x20e79e(0x279)]===_0x156af1[_0x20e79e(0x279)])||_0xa5833e['push'](_0x156af1);}),_0x47d32f['params']['rowsAutoHeightInfo']=_0xa5833e,{'m1Prime':_0x47d32f,'m2Prime':_0x1ec513};}},_0x1df33f={'m1':_0x22a860['SetWorksheetRowHeightMutation']['id'],'m2':_0x22a860['SetWorksheetRowHeightMutation']['id'],'handler'(_0x42c4cf,_0x536eb3){const _0xbeab24=_0x5d8b54;let _0x23f13a={'m1Prime':_0x42c4cf,'m2Prime':_0x536eb3};if(_0x42c4cf['params'][_0xbeab24(0x30d)]!==_0x536eb3[_0xbeab24(0x407)][_0xbeab24(0x30d)]||_0x42c4cf[_0xbeab24(0x407)][_0xbeab24(0x33f)]!==_0x536eb3[_0xbeab24(0x407)][_0xbeab24(0x33f)])return _0x23f13a;let _0x400c65=_0x42c4cf[_0xbeab24(0x407)][_0xbeab24(0x292)],_0x35b9c6=[],_0x2faead=_0x1973ab[_0xbeab24(0x281)][_0xbeab24(0x198)](_0x42c4cf),_0x3ae66f=_0x536eb3['params']['ranges'];_0x400c65[_0xbeab24(0x26c)](_0x4eb4f7=>{const _0x4a60e8=_0xbeab24;let _0xe4ffb2=_0x556bbd({'start':_0x4eb4f7[_0x4a60e8(0x1f5)],'end':_0x4eb4f7['endRow']},_0x3ae66f['map'](_0x3941b9=>({'start':_0x3941b9['startRow'],'end':_0x3941b9[_0x4a60e8(0x3bf)]})))['map'](_0x328373=>({..._0x4eb4f7,'startRow':_0x328373[_0x4a60e8(0x30a)],'endRow':_0x328373[_0x4a60e8(0x393)]}));_0x35b9c6['push'](..._0xe4ffb2);}),_0x2faead[_0xbeab24(0x407)][_0xbeab24(0x292)]=_0x35b9c6;let {rowHeight:_0x3eac1a}=_0x2faead[_0xbeab24(0x407)],{rowHeight:_0x20a462}=_0x536eb3[_0xbeab24(0x407)],_0x287b7c=_0x3eac1a,_0x29cb70=_0x20a462;return typeof _0x287b7c!=_0xbeab24(0x409)&&(typeof _0x29cb70==_0xbeab24(0x409)?_0x3ae66f[_0xbeab24(0x26c)](_0x530c2c=>{const _0x4b55a8=_0xbeab24;for(let _0x3dce96=_0x530c2c[_0x4b55a8(0x1f5)];_0x3dce96<=_0x530c2c['endRow'];_0x3dce96++)delete _0x287b7c[_0x3dce96];}):Object[_0xbeab24(0x1bc)](_0x29cb70)[_0xbeab24(0x1cf)](Number)[_0xbeab24(0x26c)](_0x161221=>{_0x287b7c[_0x161221]!=null&&delete _0x287b7c[_0x161221];})),{'m1Prime':_0x2faead,'m2Prime':_0x536eb3};}},_0x44082c={'m1':_0x22a860[_0x5d8b54(0x297)]['id'],'m2':_0x22a860['SetWorksheetRowIsAutoHeightMutation']['id'],'handler'(_0x45520e,_0x4a7fe6){const _0xafee01=_0x5d8b54;let _0xcc75b5={'m1Prime':_0x45520e,'m2Prime':_0x4a7fe6};if(_0x45520e[_0xafee01(0x407)][_0xafee01(0x30d)]!==_0x4a7fe6[_0xafee01(0x407)][_0xafee01(0x30d)]||_0x45520e['params'][_0xafee01(0x33f)]!==_0x4a7fe6['params'][_0xafee01(0x33f)])return _0xcc75b5;let _0x328945=_0x45520e[_0xafee01(0x407)][_0xafee01(0x292)],_0x2cd266=[],_0x2607ca=_0x1973ab[_0xafee01(0x281)]['deepClone'](_0x45520e),_0x2edf4d=_0x4a7fe6[_0xafee01(0x407)][_0xafee01(0x292)];_0x328945[_0xafee01(0x26c)](_0x3150b3=>{const _0x1767a7=_0xafee01;let _0x7002de=_0x556bbd({'start':_0x3150b3[_0x1767a7(0x1f5)],'end':_0x3150b3[_0x1767a7(0x3bf)]},_0x2edf4d['map'](_0x3ffa52=>({'start':_0x3ffa52['startRow'],'end':_0x3ffa52[_0x1767a7(0x3bf)]})))[_0x1767a7(0x1cf)](_0x5e250e=>({..._0x3150b3,'startRow':_0x5e250e[_0x1767a7(0x30a)],'endRow':_0x5e250e[_0x1767a7(0x393)]}));_0x2cd266[_0x1767a7(0x2da)](..._0x7002de);}),_0x2607ca[_0xafee01(0x407)][_0xafee01(0x292)]=_0x2cd266;let {autoHeightInfo:_0x49016a}=_0x2607ca[_0xafee01(0x407)],{autoHeightInfo:_0x330395}=_0x4a7fe6[_0xafee01(0x407)];return typeof _0x49016a!='number'&&(typeof _0x330395==_0xafee01(0x409)?_0x2edf4d[_0xafee01(0x26c)](_0x49216c=>{const _0x464aaa=_0xafee01;for(let _0x34a0af=_0x49216c[_0x464aaa(0x1f5)];_0x34a0af<=_0x49216c[_0x464aaa(0x3bf)];_0x34a0af++)delete _0x49016a[_0x34a0af];}):Object['keys'](_0x330395)['map'](Number)[_0xafee01(0x26c)](_0x54b798=>{_0x49016a[_0x54b798]!=null&&delete _0x49016a[_0x54b798];})),{'m1Prime':_0x2607ca,'m2Prime':_0x4a7fe6};}},_0x3d43bf={'m1':_0x1d4f53['UpdateCommentRefMutation']['id'],'m2':_0x1d4f53[_0x5d8b54(0x267)]['id'],'handler':(_0x167f57,_0x5f0941)=>{const _0x258ed3=_0x5d8b54;let _0xe956ff=_0x167f57[_0x258ed3(0x407)],_0x105254=_0x5f0941['params'];return _0xe956ff[_0x258ed3(0x30d)]===_0x105254[_0x258ed3(0x30d)]&&_0xe956ff[_0x258ed3(0x33f)]===_0x105254[_0x258ed3(0x33f)]&&_0xe956ff[_0x258ed3(0x2ff)]['commentId']===_0x105254[_0x258ed3(0x2ff)][_0x258ed3(0x2e8)]?{'m1Prime':[],'m2Prime':_0x5f0941}:{'m1Prime':_0x167f57,'m2Prime':_0x5f0941};}},_0x82477d={'m1':_0x1d4f53['UpdateCommentMutation']['id'],'m2':_0x1d4f53[_0x5d8b54(0x1c2)]['id'],'handler':(_0x4b241d,_0x373424)=>{const _0xfb0c4a=_0x5d8b54;let _0x240b57=_0x4b241d[_0xfb0c4a(0x407)],_0x4c23ac=_0x373424['params'];return _0x240b57[_0xfb0c4a(0x30d)]===_0x4c23ac[_0xfb0c4a(0x30d)]&&_0x240b57[_0xfb0c4a(0x33f)]===_0x4c23ac[_0xfb0c4a(0x33f)]&&_0x240b57[_0xfb0c4a(0x2ff)][_0xfb0c4a(0x2e8)]===_0x4c23ac[_0xfb0c4a(0x2ff)][_0xfb0c4a(0x2e8)]?{'m1Prime':[],'m2Prime':_0x373424}:{'m1Prime':_0x4b241d,'m2Prime':_0x373424};}},_0xbc0f72={'m1':_0xb55284[_0x5d8b54(0x2ed)]['id'],'m2':_0xb55284['AddDataValidationMutation']['id'],'handler':(_0x2dab81,_0x1f2813)=>{const _0x32ff67=_0x5d8b54;let _0x1c6435={'m1Prime':_0x2dab81,'m2Prime':_0x1f2813},_0x5ea649=_0x2dab81['params'],_0x5b44e6=_0x1f2813[_0x32ff67(0x407)];if(_0x5ea649[_0x32ff67(0x30d)]!==_0x5b44e6[_0x32ff67(0x30d)]||_0x5ea649['subUnitId']!==_0x5b44e6['subUnitId'])return _0x1c6435;if(_0x2dab81[_0x32ff67(0x407)][_0x32ff67(0x2ff)][_0x32ff67(0x1c5)]===_0xb55284['UpdateRuleType'][_0x32ff67(0x3c2)]){let {unitId:_0x14acb7,subUnitId:_0x2b30cc}=_0x2dab81['params'],_0x433c70=Array[_0x32ff67(0x338)](_0x1f2813[_0x32ff67(0x407)][_0x32ff67(0x218)])?_0x1f2813[_0x32ff67(0x407)][_0x32ff67(0x218)]:[_0x1f2813[_0x32ff67(0x407)]['rule']],_0x1e91f8=[],_0x298ba8=new _0x1973ab[(_0x32ff67(0x34a))](),_0x46e78c=_0x2dab81[_0x32ff67(0x407)]['payload']['payload'];_0x46e78c[_0x32ff67(0x26c)](_0x136c9e=>{const _0x23ae40=_0x32ff67;_0x1973ab['Range'][_0x23ae40(0x230)](_0x136c9e,(_0xae117d,_0x4ecd8f)=>{const _0x490445=_0x23ae40;_0x298ba8[_0x490445(0x423)](_0xae117d,_0x4ecd8f,_0x2dab81[_0x490445(0x407)][_0x490445(0x1e4)]);});}),_0x433c70['forEach'](_0x62594b=>{const _0x22d811=_0x32ff67;_0x62594b[_0x22d811(0x292)]['forEach'](_0x4ecff6=>{const _0x2bcf0f=_0x22d811;_0x1973ab['Range'][_0x2bcf0f(0x230)](_0x4ecff6,(_0x4c62b2,_0x17b7bc)=>{const _0x3c6af9=_0x2bcf0f;_0x298ba8[_0x3c6af9(0x423)](_0x4c62b2,_0x17b7bc,_0x62594b[_0x3c6af9(0x231)]);});});});let _0x1b9bbc=_0x2dab81[_0x32ff67(0x407)][_0x32ff67(0x1e4)];if(!_0x1b9bbc)return _0x1c6435;let _0x23d49a=(0x0,_0x1973ab[_0x32ff67(0x1d4)])(_0x298ba8,_0x17677c=>_0x17677c===_0x1b9bbc);return(0x0,_0x1973ab['isRangesEqual'])(_0x23d49a,_0x46e78c)||(_0x23d49a[_0x32ff67(0x3e1)]?_0x1e91f8[_0x32ff67(0x2da)]({'id':_0xb55284[_0x32ff67(0x2ed)]['id'],'params':{'unitId':_0x14acb7,'subUnitId':_0x2b30cc,'ruleId':_0x1b9bbc,'payload':{'type':_0xb55284['UpdateRuleType'][_0x32ff67(0x3c2)],'payload':_0x23d49a}}}):_0x1e91f8['push']({'id':_0xb55284['RemoveDataValidationMutation']['id'],'params':{'unitId':_0x14acb7,'subUnitId':_0x2b30cc,'ruleId':_0x1b9bbc}})),{'m1Prime':_0x1e91f8[_0x32ff67(0x3e1)]?_0x1e91f8:[_0x2dab81],'m2Prime':[..._0x1e91f8,_0x1f2813]};}return _0x1c6435;}},_0x14bfeb={'m1':_0xb55284[_0x5d8b54(0x2ed)]['id'],'m2':_0xb55284[_0x5d8b54(0x30c)]['id'],'handler':(_0x474379,_0x394cbe)=>{const _0x2cfc93=_0x5d8b54;let _0x642128={'m1Prime':_0x474379,'m2Prime':_0x394cbe};if(_0x474379['params'][_0x2cfc93(0x30d)]!==_0x394cbe[_0x2cfc93(0x407)][_0x2cfc93(0x30d)]||_0x474379[_0x2cfc93(0x407)]['subUnitId']!==_0x394cbe['params'][_0x2cfc93(0x33f)])return _0x642128;let _0x567318=_0x474379[_0x2cfc93(0x407)][_0x2cfc93(0x1e4)];return(Array[_0x2cfc93(0x338)](_0x394cbe['params']['ruleId'])?_0x394cbe['params'][_0x2cfc93(0x1e4)]:[_0x394cbe[_0x2cfc93(0x407)][_0x2cfc93(0x1e4)]])[_0x2cfc93(0x3e7)](_0x567318)>-0x1?{'m1Prime':[],'m2Prime':_0x394cbe}:_0x642128;}},_0x5abf56={'m1':_0xb55284[_0x5d8b54(0x2ed)]['id'],'m2':_0xb55284[_0x5d8b54(0x2ed)]['id'],'handler':(_0x21b2f0,_0x3362ec)=>{const _0x198b5e=_0x5d8b54;let _0x140af3={'m1Prime':_0x21b2f0,'m2Prime':_0x3362ec},_0x3245b9=_0x21b2f0[_0x198b5e(0x407)],_0x2b8c23=_0x3362ec[_0x198b5e(0x407)];if(_0x3245b9[_0x198b5e(0x30d)]===_0x2b8c23[_0x198b5e(0x30d)]&&_0x3245b9[_0x198b5e(0x33f)]===_0x2b8c23[_0x198b5e(0x33f)]){let _0x2ab1f0=_0x1973ab[_0x198b5e(0x281)][_0x198b5e(0x198)](_0x3362ec);if(_0x2b8c23[_0x198b5e(0x1e4)]===_0x3245b9[_0x198b5e(0x1e4)]&&_0x3245b9[_0x198b5e(0x2ff)][_0x198b5e(0x1c5)]===_0x2b8c23['payload'][_0x198b5e(0x1c5)])return _0x3245b9[_0x198b5e(0x2ff)]['type']===_0xb55284[_0x198b5e(0x2e0)][_0x198b5e(0x3c2)]&&!(0x0,_0x1973ab[_0x198b5e(0x345)])(_0x3245b9[_0x198b5e(0x2ff)]['payload'],_0x2b8c23[_0x198b5e(0x2ff)][_0x198b5e(0x2ff)])?{'error':Error(_0x198b5e(0x27b))}:{'m1Prime':[],'m2Prime':_0x2ab1f0};if(_0x3245b9[_0x198b5e(0x2ff)][_0x198b5e(0x1c5)]===_0xb55284[_0x198b5e(0x2e0)][_0x198b5e(0x3c2)]&&_0x2b8c23['payload'][_0x198b5e(0x1c5)]===_0xb55284[_0x198b5e(0x2e0)]['RANGE']&&_0x2b8c23[_0x198b5e(0x1e4)]!==_0x3245b9[_0x198b5e(0x1e4)]){let _0x1c3782=new _0x1973ab[(_0x198b5e(0x34a))]();function _0x4293a8(_0x59448a,_0x398165){const _0x1213fe=_0x198b5e;_0x59448a[_0x1213fe(0x26c)](_0x23e4ea=>{const _0x4082bb=_0x1213fe;_0x1973ab[_0x4082bb(0x1d2)][_0x4082bb(0x230)](_0x23e4ea,(_0x50a98e,_0x222800)=>{const _0x25c713=_0x4082bb;_0x1c3782[_0x25c713(0x423)](_0x50a98e,_0x222800,_0x398165);});});}_0x4293a8(_0x3245b9[_0x198b5e(0x2ff)][_0x198b5e(0x2ff)],_0x3245b9[_0x198b5e(0x1e4)]),_0x4293a8(_0x2b8c23[_0x198b5e(0x2ff)][_0x198b5e(0x2ff)],_0x2b8c23['ruleId']);let _0x38b6cd=(0x0,_0x1973ab[_0x198b5e(0x1d4)])(_0x1c3782,_0x22e439=>_0x22e439===_0x3245b9[_0x198b5e(0x1e4)]),_0x2a4654=(0x0,_0x1973ab[_0x198b5e(0x345)])(_0x3245b9[_0x198b5e(0x2ff)][_0x198b5e(0x2ff)],_0x38b6cd)?[]:_0x38b6cd['length']?[{'id':_0xb55284[_0x198b5e(0x2ed)]['id'],'params':{..._0x3245b9,'payload':{'type':_0xb55284['UpdateRuleType']['RANGE'],'payload':_0x38b6cd}}}]:[{'id':_0xb55284[_0x198b5e(0x30c)]['id'],'params':{..._0x3245b9,'payload':void 0x0}}];return{'m1Prime':[_0x21b2f0],'m2Prime':[..._0x2a4654,_0x3362ec]};}}return _0x140af3;}},_0xe73f8a={'m1':_0x3c827b[_0x5d8b54(0x2b0)]['id'],'m2':_0x3c827b[_0x5d8b54(0x2b0)]['id'],'handler':(_0x10768d,_0x126e81)=>{const _0x24aadc=_0x5d8b54;let _0x4c8cb0=_0x10768d[_0x24aadc(0x407)],_0x23fff2=_0x126e81[_0x24aadc(0x407)];return _0x4c8cb0[_0x24aadc(0x30d)]===_0x23fff2['unitId']&&_0x4c8cb0[_0x24aadc(0x33f)]===_0x23fff2[_0x24aadc(0x33f)]&&_0x4c8cb0['id']===_0x23fff2['id']?{'m2Prime':_0x126e81,'m1Prime':[]}:{'m1Prime':_0x10768d,'m2Prime':_0x126e81};}},_0x420a30={'m1':_0x3c827b[_0x5d8b54(0x25a)]['id'],'m2':_0x3c827b[_0x5d8b54(0x25a)]['id'],'handler':(_0x39db4e,_0x3c35b9)=>{const _0x48a334=_0x5d8b54;let _0x5e8bc7=_0x39db4e[_0x48a334(0x407)],_0x2de815=_0x3c35b9[_0x48a334(0x407)];return _0x5e8bc7['unitId']===_0x2de815['unitId']&&_0x5e8bc7[_0x48a334(0x33f)]===_0x2de815[_0x48a334(0x33f)]&&_0x5e8bc7['id']===_0x2de815['id']?{'m2Prime':_0x3c35b9,'m1Prime':[]}:{'m1Prime':_0x39db4e,'m2Prime':_0x3c35b9};}},_0x4cd167={'m1':_0x22a860['RemoveSheetMutation']['id'],'m2':_0x22a860[_0x5d8b54(0x33e)]['id'],'handler'(_0x34ea3f,_0xe15db4){const _0x3deb4e=_0x5d8b54;return _0x34ea3f[_0x3deb4e(0x407)]['unitId']!==_0xe15db4[_0x3deb4e(0x407)][_0x3deb4e(0x30d)]||_0x34ea3f[_0x3deb4e(0x407)][_0x3deb4e(0x33f)]!==_0xe15db4[_0x3deb4e(0x407)]['subUnitId']?{'m1Prime':_0x34ea3f,'m2Prime':_0xe15db4}:{'m1Prime':_0x34ea3f,'m2Prime':[]};}},_0x20610b={'m1':_0x22a860[_0x5d8b54(0x283)]['id'],'m2':_0x22a860['RemoveWorksheetMergeMutation']['id'],'handler'(_0x1ac170,_0x3ba40e){const _0x16356c=_0x5d8b54;return _0x1ac170['params']['unitId']!==_0x3ba40e['params'][_0x16356c(0x30d)]||_0x1ac170['params'][_0x16356c(0x33f)]!==_0x3ba40e['params'][_0x16356c(0x33f)]?{'m1Prime':_0x1ac170,'m2Prime':_0x3ba40e}:{'m1Prime':_0x1ac170,'m2Prime':[]};}},_0x4126e8={'m1':_0x22a860[_0x5d8b54(0x20f)]['id'],'m2':_0x22a860[_0x5d8b54(0x20f)]['id'],'handler'(_0x41800b,_0x42d54d){const _0x13eb81=_0x5d8b54;if(_0x41800b[_0x13eb81(0x407)]['sheet']['id']===_0x42d54d[_0x13eb81(0x407)][_0x13eb81(0x41c)]['id'])return{'error':Error(_0x13eb81(0x21a))};let _0x243201=_0x1973ab[_0x13eb81(0x281)]['deepClone'](_0x41800b),_0xbc85f3=_0x1973ab[_0x13eb81(0x281)][_0x13eb81(0x198)](_0x42d54d);if(_0x243201[_0x13eb81(0x407)][_0x13eb81(0x209)]<=_0xbc85f3[_0x13eb81(0x407)]['index']?_0xbc85f3[_0x13eb81(0x407)][_0x13eb81(0x209)]+=0x1:_0x243201['params'][_0x13eb81(0x209)]>_0xbc85f3[_0x13eb81(0x407)][_0x13eb81(0x209)]&&(_0x243201[_0x13eb81(0x407)]['index']+=0x1),_0x41800b[_0x13eb81(0x407)][_0x13eb81(0x41c)][_0x13eb81(0x343)]===_0x42d54d['params'][_0x13eb81(0x41c)]['name']){let _0x4e38fd={'id':_0x22a860[_0x13eb81(0x350)]['id'],'params':{'unitId':_0x42d54d[_0x13eb81(0x407)][_0x13eb81(0x30d)],'subUnitId':_0x42d54d[_0x13eb81(0x407)][_0x13eb81(0x41c)]['id'],'name':_0x42d54d[_0x13eb81(0x407)][_0x13eb81(0x41c)]['name']+'\x20(1)'}};return{'m1Prime':[_0x4e38fd,_0x243201],'m2Prime':[_0xbc85f3,_0x4e38fd]};}return{'m1Prime':_0x243201,'m2Prime':_0xbc85f3};}},_0x579c69={'m1':_0x22a860[_0x5d8b54(0x283)]['id'],'m2':_0x5d8b54(0x3ae),'handler'(_0x250ca6,_0x122403){const _0x527791=_0x5d8b54;return _0x250ca6['params'][_0x527791(0x30d)]!==_0x122403[_0x527791(0x407)]['unitId']||_0x250ca6[_0x527791(0x407)][_0x527791(0x33f)]!==_0x122403[_0x527791(0x407)][_0x527791(0x33f)]?{'m1Prime':_0x250ca6,'m2Prime':_0x122403}:_0x250ca6['id']===_0x122403['id']?{'m1Prime':[],'m2Prime':[]}:{'m1Prime':_0x250ca6,'m2Prime':[]};}},_0x40e86a={'m1':_0x22a860[_0x5d8b54(0x280)]['id'],'m2':_0x22a860[_0x5d8b54(0x280)]['id'],'handler'(_0x423e1a,_0x56f15d){const _0x49991e=_0x5d8b54;let _0x5c8b67=_0x1973ab[_0x49991e(0x281)][_0x49991e(0x198)](_0x423e1a),_0x9c82e9=_0x1973ab['Tools'][_0x49991e(0x198)](_0x56f15d),_0x204fcb={'error':Error(_0x49991e(0x248))};if(_0x423e1a['params'][_0x49991e(0x2f7)]===_0x56f15d[_0x49991e(0x407)][_0x49991e(0x2f7)])_0x5c8b67['id']=_0x22a860['EmptyMutation']['id'],_0x9c82e9[_0x49991e(0x407)]['fromOrder']=_0x423e1a['params'][_0x49991e(0x26d)];else{_0x423e1a['params'][_0x49991e(0x2f7)]===_0x423e1a['params']['toOrder']&&(_0x5c8b67['id']=_0x22a860[_0x49991e(0x3ec)]['id']),_0x56f15d[_0x49991e(0x407)][_0x49991e(0x2f7)]===_0x56f15d[_0x49991e(0x407)]['toOrder']&&(_0x9c82e9['id']=_0x22a860[_0x49991e(0x3ec)]['id']);let _0x508565=[Math[_0x49991e(0x406)](_0x423e1a[_0x49991e(0x407)]['fromOrder'],_0x423e1a[_0x49991e(0x407)][_0x49991e(0x26d)]),Math[_0x49991e(0x26a)](_0x423e1a['params'][_0x49991e(0x2f7)],_0x423e1a['params']['toOrder'])],_0x4f2e25=[Math['min'](_0x56f15d[_0x49991e(0x407)]['fromOrder'],_0x56f15d[_0x49991e(0x407)][_0x49991e(0x26d)]),Math[_0x49991e(0x26a)](_0x56f15d[_0x49991e(0x407)][_0x49991e(0x2f7)],_0x56f15d[_0x49991e(0x407)][_0x49991e(0x26d)])];if(_0x508565[0x0]<=_0x4f2e25[0x1]&&_0x508565[0x1]>=_0x4f2e25[0x0])return _0x204fcb;}return{'m1Prime':_0x5c8b67,'m2Prime':_0x9c82e9};}},_0x25d7f9=[_0x4126e8,{'m1':_0x22a860[_0x5d8b54(0x20f)]['id'],'m2':_0x22a860[_0x5d8b54(0x280)]['id'],'handler'(_0x488a03,_0x17af5e){const _0x498784=_0x5d8b54;let _0x16eeac=_0x1973ab[_0x498784(0x281)][_0x498784(0x198)](_0x488a03),_0x54942c=_0x1973ab[_0x498784(0x281)][_0x498784(0x198)](_0x17af5e);return _0x488a03[_0x498784(0x407)][_0x498784(0x209)]<=_0x17af5e['params']['order']&&(_0x54942c[_0x498784(0x407)][_0x498784(0x1d0)]+=0x1),{'m1Prime':_0x16eeac,'m2Prime':_0x54942c};}},_0x579c69,{'m1':_0x5d8b54(0x3ae),'m2':_0x22a860[_0x5d8b54(0x283)]['id'],'handler'(_0x414308,_0x2b6529){const _0x4431c0=_0x5d8b54;return _0x414308[_0x4431c0(0x407)][_0x4431c0(0x30d)]!==_0x2b6529[_0x4431c0(0x407)][_0x4431c0(0x30d)]||_0x414308['params']['subUnitId']!==_0x2b6529[_0x4431c0(0x407)][_0x4431c0(0x33f)]?{'m1Prime':_0x414308,'m2Prime':_0x2b6529}:_0x414308['id']===_0x2b6529['id']?{'m1Prime':[],'m2Prime':[]}:{'m1Prime':[],'m2Prime':_0x2b6529};}},_0x40e86a,..._0x33e01b,_0x281996,_0x41e6df,_0x306340,_0x4f2397,_0x533e8c,_0x1a15d0,_0x33d221,_0x196e7a,_0x24ac89,_0x32bcf6,_0x5aa3ec,_0xa5d105,_0x44e195,_0xda15f3,_0x3c38fd,_0x41a425,_0x21c62b,_0x2602c7,_0x466e6d,_0x5e3a6c,_0x516e1b,_0x19bb18,_0x42b04d,_0x5629df,_0x60ee30,_0x6ba1c6,_0x24ed7b,_0x1df489,_0x9c590,_0x176a07,_0x1c38f0,_0x5e2165,_0x59b507,_0x5bb169,_0x33abcf,_0x5b5488,_0x2ca5c3,_0xdc2a7e,_0x1b962b,_0x39416a,_0x50fd56,_0x472a7e,_0x363cc1,_0x4fd073,_0x303bb5,_0x4126fd,_0x2bd7c1,_0x4332f0,_0x27e501,_0x42e2a5,_0x132071,_0x5a10e6,_0x45c335,_0x5cb06e,_0x49178a,_0x487cb9,_0x33168b,_0x45d00a,_0x53bcd2,_0xc7385,_0xf080e8,_0x183864,_0xa142ba,_0x280130,_0x25236b,_0x15a536,_0x429a2f,_0x50c377,_0x4e067a,_0x53c1e3,_0x1ac5e3,_0x42580e,_0x24a9d6,_0x36b9c8,_0xa23d2d,_0x3a5efe,_0x247e79,_0x258f89,_0x4cdeeb,_0x16ee21,_0xac2dc4,_0x34ddce,_0x11b13d,_0x1df33f,_0x44082c,_0x16e08f,_0x32579d,_0x582d07,_0x3fea51,_0x55edf2,_0x2a55,_0x7304fc,_0x3cb9c9,_0x2367f8,_0x9b730b,_0x3aeb2c,_0x5abf56,_0x2c9083,_0x26b6b8,_0x15cbd0,_0x9c938a,_0x4bacd7,_0x4572de,_0x547c1c,_0x50a70c,_0x1fbfcf,_0x351f49,_0x35086e,_0x2a2c2a,_0x35141a,_0xbc0f72,_0x14bfeb,_0x19895c,_0x4d8342,_0x35d7b6,_0x2d8b59,_0x15c81d,_0x3f43af,_0xf6740c,_0x26f468,_0x21d9a2,_0x4f3551,_0x2bc9da,_0x4e9f28,_0x42ecb5,_0x35bd29,_0x20982c,_0x51cf66,_0x28a355,_0x13fc70,_0xb1ffcf,_0x556c41,_0xe082a9,_0x929110,_0x40eb38,_0x115ec7,_0x3624b3,_0x2e8ea7,_0x387b1f,_0x2a6b0d,_0x56860f,_0x1873d0,_0x27f872,_0x17f118,_0x3e1af5,_0x4cd167,_0x5b7c65,_0x1cb2f9,_0xcde958,_0x17d147,_0x93254f,_0x2cbdd1,_0x20610b,_0x10d1a0,_0x8e753c,_0x77f488,_0x3b882b,_0x1b65cb,_0x1af3a4,_0x3e8360,_0x171ad8,_0x231b88,_0x4b628c,_0x36a34b,_0x546997,_0x3d43bf,_0x82477d,_0x2249be,_0x4ef171,_0x244ed0,_0x5cebc4,_0x3f3749,_0x5aad05,_0x344ce5,_0x1ddba4,_0x24375e,_0x483770,_0x5ca647,_0x17b6f8,_0x36e100,_0x295f88,_0x420a30,_0xe73f8a,_0x485f97,_0x138fd0,_0x40b4bf,_0x3725f2,_0x2220ca,_0x168967,_0x40d306,_0x49e211,_0x18a84,_0x5c07b1,_0xac805a,_0x334516,_0x1f283d,_0x30c37f,_0x500f96,_0x10a305,_0x1e5c96,_0x9add10,_0x1b58fc,_0x325107,_0x3721c1,_0x5393d5,_0xd29ba8,_0x62c3e0,_0x1bb9aa,_0x17bcb2,_0x2c8002,_0x30bcc7,_0x50e66d,_0x5b2ac6,_0x4f967d,_0x26d4d2,_0x2523cc,_0x9c6223,_0x211119,_0x2ee91c,_0x532e4a,_0x4428c5,_0x51c69c,_0x5b4920,_0x5263ee,_0x54c0b7,_0x35cc8d,_0x18feda,_0x5bf946,_0x504a98,_0x39a4b9,_0x17fef7,_0x3035c2,_0x434c6e,_0x3f7a84,_0x4cc947,_0x26d75b,_0xaaf9ae,_0x2a0494,_0x550844,_0x54f6fc,_0x27a4e8,_0x11a94a,_0x4ebe8d,_0x3c543b,_0x9e9600,_0x187d5d,_0x9f8e3f,_0x3b3dfc,_0x2f639f,_0x580ac3,_0x3faebc,_0x23d073,_0x36e65a,_0xea6e4f,_0x4827a9,_0x2ee633,_0x3cfb39,_0x1de9e7,_0x4a5744,_0x2d551d,_0x57f2bb,_0x49eb6d,_0x42937b,_0x1091cb,_0x27670b,_0x51daba,_0x13d076,_0x4b44c5,_0x3ac7d1],_0x4138e2=class extends _0x1973ab[_0x5d8b54(0x3f0)]{constructor(_0x2845f4){const _0x35d684=_0x5d8b54;super(),this[_0x35d684(0x379)]=_0x2845f4,_0x25d7f9[_0x35d684(0x26c)](_0x4da73f=>{const _0x245776=_0x35d684;this[_0x245776(0x379)]['registerTransformAlgorithm'](_0x4da73f);});}};_0x4138e2=_0x554b26([_0x1cc361(0x0,_0x15f87f)],_0x4138e2);function _0x38f524(_0x43d67e){const _0x49a6e4=_0x5d8b54;var _0x16019a,_0x45997a;return{..._0x43d67e,'mutations':(_0x16019a=(_0x45997a=_0x43d67e[_0x49a6e4(0x3b8)])==null?void 0x0:_0x45997a[_0x49a6e4(0x1cf)](_0x2f16d2))==null?[]:_0x16019a};}function _0x882104(_0x2e8dab){const _0x4a0b60=_0x5d8b54;return _0x2e8dab[_0x4a0b60(0x1cf)](_0x5e0684=>({'id':_0x5e0684['id'],'params':JSON['parse'](_0x5e0684[_0x4a0b60(0x413)])}));}function _0x2db38a(_0x383ecf){const _0x933562=_0x5d8b54;var _0x4a6095,_0x28fe75;return{..._0x383ecf,'mutations':(_0x4a6095=(_0x28fe75=_0x383ecf[_0x933562(0x3b8)])==null?void 0x0:_0x28fe75[_0x933562(0x1cf)](_0x404dae))==null?[]:_0x4a6095};}function _0x2f16d2(_0x5e8b49){const _0x365104=_0x5d8b54;return{'id':_0x5e8b49['id'],'params':JSON[_0x365104(0x221)](_0x5e8b49['data'])};}function _0x404dae(_0x3754b6){const _0x2646aa=_0x5d8b54;return{'id':_0x3754b6['id'],'data':JSON[_0x2646aa(0x1e1)](_0x3754b6['params'])};}let _0x472d7c=function(_0x17233d){const _0x4dd9cb=_0x5d8b54;return _0x17233d['FETCH_MISSING']='fetch_missing',_0x17233d[_0x4dd9cb(0x408)]=_0x4dd9cb(0x386),_0x17233d[_0x4dd9cb(0x265)]=_0x4dd9cb(0x19f),_0x17233d[_0x4dd9cb(0x38f)]=_0x4dd9cb(0x3d7),_0x17233d[_0x4dd9cb(0x2d6)]=_0x4dd9cb(0x416),_0x17233d['CHANGESET_SHOULD_RETRY']='changeset_should_retry',_0x17233d[_0x4dd9cb(0x269)]=_0x4dd9cb(0x40d),_0x17233d[_0x4dd9cb(0x3d3)]='update_cursor',_0x17233d[_0x4dd9cb(0x399)]=_0x4dd9cb(0x275),_0x17233d[_0x4dd9cb(0x367)]=_0x4dd9cb(0x2f3),_0x17233d[_0x4dd9cb(0x1dc)]=_0x4dd9cb(0x1fc),_0x17233d[_0x4dd9cb(0x324)]=_0x4dd9cb(0x3de),_0x17233d['LIVESHARE_NEW_HOST']=_0x4dd9cb(0x37b),_0x17233d[_0x4dd9cb(0x31f)]=_0x4dd9cb(0x3f5),_0x17233d[_0x4dd9cb(0x3a6)]=_0x4dd9cb(0x3d8),_0x17233d[_0x4dd9cb(0x40b)]=_0x4dd9cb(0x2c2),_0x17233d['MSG_FOR_ERROR']='error_msg',_0x17233d[_0x4dd9cb(0x35d)]=_0x4dd9cb(0x222),_0x17233d[_0x4dd9cb(0x2c4)]=_0x4dd9cb(0x1eb),_0x17233d[_0x4dd9cb(0x387)]=_0x4dd9cb(0x1f8),_0x17233d[_0x4dd9cb(0x24d)]='should_close_conn',_0x17233d[_0x4dd9cb(0x411)]='uniscript.run',_0x17233d;}({});var _0x14bc8e='@univerjs-pro/collaboration',_0x4b4f2d=_0x5d8b54(0x206);let _0x10f3b5={},_0x353e21=class extends _0x1973ab[_0x5d8b54(0x3f0)]{constructor(_0x3c24f8){const _0x5b3fc3=_0x5d8b54;super(),this[_0x5b3fc3(0x33d)]=_0x3c24f8,[_0x21eaf1][_0x5b3fc3(0x26c)](_0x2c7489=>this[_0x5b3fc3(0x33d)][_0x5b3fc3(0x37c)](_0x2c7489));}};_0x353e21=_0x554b26([_0x1cc361(0x0,_0x1973ab[_0x5d8b54(0x2c1)])],_0x353e21);function _0x388070(_0x5e0ce0){const _0x197f4a=_0x5d8b54;let _0x323658={},_0xbc8724={},_0x4437d5=Object['keys'](_0x5e0ce0)[_0x197f4a(0x1cf)](Number)[_0x197f4a(0x1db)]((_0x68c21a,_0x1bdf53)=>_0x68c21a-_0x1bdf53);if(_0x4437d5['length']===0x0)return _0x323658;for(let _0x54f30b of _0x4437d5){let _0x35638a=_0x5e0ce0[_0x54f30b];if(!_0x1973ab[_0x197f4a(0x281)][_0x197f4a(0x3d9)](_0x35638a))continue;let _0x20ddf7=String(_0x35638a);_0xbc8724[_0x20ddf7]||(_0xbc8724[_0x20ddf7]=[]),_0xbc8724[_0x20ddf7][_0x197f4a(0x2da)](_0x54f30b);}for(let [_0x102eb3,_0x27c0d4]of Object['entries'](_0xbc8724)){let _0x5bb03c=[];if(_0x27c0d4[_0x197f4a(0x3e1)]===0x0)continue;let _0x294e02=_0x27c0d4[0x0],_0x451af1=_0x294e02;for(let _0x45c718=0x1;_0x45c718<_0x27c0d4[_0x197f4a(0x3e1)];_0x45c718++){let _0x896855=_0x27c0d4[_0x45c718];_0x896855!==_0x451af1+0x1&&(_0x294e02===_0x451af1?_0x5bb03c['push'](_0x294e02):_0x5bb03c[_0x197f4a(0x2da)]([_0x294e02,_0x451af1]),_0x294e02=_0x896855),_0x451af1=_0x896855;}_0x294e02===_0x451af1?_0x5bb03c[_0x197f4a(0x2da)](_0x294e02):_0x5bb03c['push']([_0x294e02,_0x451af1]),_0x5bb03c[_0x197f4a(0x3e1)]===0x1&&typeof _0x5bb03c[0x0]==_0x197f4a(0x409)?_0x323658[_0x102eb3]=_0x5bb03c[0x0]:_0x323658[_0x102eb3]=_0x5bb03c;}return _0x323658;}function _0x4dcd59(_0x414d1e){const _0x64a933=_0x5d8b54;let _0x3a6beb={};for(let [_0x1c798e,_0x519a9c]of Object[_0x64a933(0x395)](_0x414d1e)){let _0x3340f9=Number(_0x1c798e);if(typeof _0x519a9c=='number'){_0x3a6beb[_0x519a9c]=_0x3340f9;continue;}for(let _0x19c50b of _0x519a9c)if(Array[_0x64a933(0x338)](_0x19c50b)){let [_0xc16941,_0x3104bb]=_0x19c50b;for(let _0xbf5c25=_0xc16941;_0xbf5c25<=_0x3104bb;_0xbf5c25++)_0x3a6beb[_0xbf5c25]=_0x3340f9;}else _0x3a6beb[_0x19c50b]=_0x3340f9;}return _0x3a6beb;}let _0x16f5e1=_0x1e9fd7=>{const _0x4e6efd=_0x5d8b54;let _0x27d357={};if(!_0x1e9fd7)return{'cellValue':_0x1e9fd7,'styleRefMap':void 0x0};let _0x3ee0e7=[];return{'cellValue':new _0x1973ab['ObjectMatrix'](_0x1973ab[_0x4e6efd(0x281)][_0x4e6efd(0x198)](_0x1e9fd7))[_0x4e6efd(0x39e)]((_0x454daa,_0x521711,_0x47c525)=>{const _0x10a002=_0x4e6efd;let _0x251406=_0x47c525&&_0x47c525['s'];if(_0x251406&&typeof _0x251406=='object'){let _0x169e6c=JSON[_0x10a002(0x1e1)](_0x251406),_0x3ca84d=_0x3ee0e7[_0x10a002(0x226)](_0xaeb7d4=>_0xaeb7d4===_0x169e6c);if(_0x3ca84d>-0x1)_0x47c525['s']=''+_0x3ca84d;else{let _0x56171a=_0x3ee0e7[_0x10a002(0x2da)](_0x169e6c)-0x1;_0x27d357[_0x56171a]=_0x251406,_0x47c525['s']=''+_0x56171a;}}})[_0x4e6efd(0x355)](),'styleRefMap':_0x27d357};},_0x28eb48=(_0x4dcd71,_0x20ca12)=>!_0x4dcd71||!_0x20ca12?_0x4dcd71:new _0x1973ab['ObjectMatrix'](_0x1973ab[_0x5d8b54(0x281)][_0x5d8b54(0x198)](_0x4dcd71))[_0x5d8b54(0x39e)]((_0x341437,_0x49b4b6,_0x4bc397)=>{const _0x4c5e09=_0x5d8b54;let _0x443552=_0x4bc397&&_0x4bc397['s'];if(_0x443552&&typeof _0x443552==_0x4c5e09(0x1cd)){let _0x1ff8ef=_0x20ca12[_0x443552];_0x1ff8ef&&(_0x4bc397['s']=_0x1ff8ef);}})[_0x5d8b54(0x355)](),_0x24534c=(0x0,_0x1973ab[_0x5d8b54(0x203)])(_0x5d8b54(0x2a4)),_0x4e3724=(0x0,_0x1973ab[_0x5d8b54(0x203)])(_0x5d8b54(0x290));var _0x5dbdb8=class{constructor(){const _0x3fb2b0=_0x5d8b54;_0x173b6f(this,_0x3fb2b0(0x201),new _0x1973ab[(_0x3fb2b0(0x289))]({'COMPRESS_MUTATION_APPLY':_0x24534c,'COMPRESS_MUTATION_SEND':_0x4e3724})),this[_0x3fb2b0(0x22f)]();}[_0x5d8b54(0x22f)](){const _0x107bbc=_0x5d8b54;this[_0x107bbc(0x201)]['intercept'](this[_0x107bbc(0x201)]['getInterceptPoints']()[_0x107bbc(0x2a4)],{'priority':-0x1,'handler':_0x5be298=>_0x5be298}),this[_0x107bbc(0x201)]['intercept'](this['interceptor'][_0x107bbc(0x2f4)]()[_0x107bbc(0x290)],{'priority':-0x1,'handler':_0x397254=>_0x397254}),this[_0x107bbc(0x2cd)]();}['_initSetRangeValues'](){const _0x42c2b0=_0x5d8b54;this[_0x42c2b0(0x201)][_0x42c2b0(0x319)](this[_0x42c2b0(0x201)][_0x42c2b0(0x2f4)]()['COMPRESS_MUTATION_APPLY'],{'handler':(_0x45f7a7,_0x5680ad,_0x26e61a)=>_0x26e61a(_0x45f7a7&&_0x45f7a7[_0x42c2b0(0x1cf)](_0x2ffed9=>{const _0x23dfcb=_0x42c2b0;if(_0x2ffed9['params'][_0x23dfcb(0x1b8)])return _0x2ffed9;if(_0x2ffed9['id']===_0x22a860[_0x23dfcb(0x224)]['id']){let _0x12e8f2=_0x2ffed9[_0x23dfcb(0x407)];if(!_0x12e8f2[_0x23dfcb(0x23f)])return _0x2ffed9;let _0x197b57=_0x28eb48(_0x12e8f2[_0x23dfcb(0x204)],_0x12e8f2[_0x23dfcb(0x23f)]);return{..._0x2ffed9,'params':{..._0x12e8f2,'cellValue':_0x197b57}};}return _0x2ffed9['id']===_0x22a860[_0x23dfcb(0x41d)]['id']||_0x2ffed9['id']===_0x22a860['SetWorksheetColWidthMutation']['id']?this['_handleDecompressNumberMapMutationApply'](_0x2ffed9):_0x2ffed9;}))}),this[_0x42c2b0(0x201)]['intercept'](this[_0x42c2b0(0x201)]['getInterceptPoints']()[_0x42c2b0(0x290)],{'handler':(_0x14bf10,_0x3c961f,_0x470911)=>_0x470911(_0x14bf10&&_0x14bf10[_0x42c2b0(0x1cf)](_0x37835a=>{const _0x5809d9=_0x42c2b0;if(_0x37835a[_0x5809d9(0x407)][_0x5809d9(0x1b8)])return _0x37835a;if(_0x37835a['id']===_0x22a860[_0x5809d9(0x224)]['id']){let _0x351915=_0x37835a[_0x5809d9(0x407)];return _0x351915[_0x5809d9(0x23f)]?_0x37835a:{..._0x37835a,'params':{..._0x351915,..._0x16f5e1(_0x351915[_0x5809d9(0x204)])}};}else{if(_0x37835a['id']===_0x22a860[_0x5809d9(0x20f)]['id'])return this[_0x5809d9(0x356)](_0x37835a,_0x3c961f);else{if(_0x37835a['id']===_0x22a860[_0x5809d9(0x41d)]['id']||_0x37835a['id']===_0x22a860[_0x5809d9(0x352)]['id'])return this[_0x5809d9(0x3e3)](_0x37835a);}}return _0x37835a;}))});}[_0x5d8b54(0x356)](_0x30f7e7,_0x5dcd59){const _0x531207=_0x5d8b54;let _0x2e3f19=_0x30f7e7['params'],{unitId:_0x431d3c,sheet:_0x2ce304}=_0x2e3f19,_0x39c0bc=_0x5dcd59[_0x531207(0x2d2)](_0x431d3c,_0x1973ab[_0x531207(0x3e0)][_0x531207(0x3a2)]);if(!_0x39c0bc)return _0x30f7e7;let _0x2266bd={};return new _0x1973ab['ObjectMatrix'](_0x2ce304[_0x531207(0x36e)])[_0x531207(0x39e)]((_0x141c9d,_0x4e3874,_0xe530f6)=>{const _0x7288ed=_0x531207;_0xe530f6&&_0xe530f6['s']&&typeof _0xe530f6['s']==_0x7288ed(0x1cd)&&!_0x2266bd[_0xe530f6['s']]&&(_0x2266bd[_0xe530f6['s']]=_0x39c0bc['getStyles']()[_0x7288ed(0x2cb)](_0xe530f6['s']));}),{..._0x30f7e7,'params':{..._0x2e3f19,'styles':_0x2266bd}};}[_0x5d8b54(0x3e3)](_0x4b8a26){const _0x32d9fb=_0x5d8b54;let _0x325a7d=_0x4b8a26['params'],_0x3ba36e,_0x16e5a6;if(_0x32d9fb(0x278)in _0x325a7d?(_0x3ba36e=_0x32d9fb(0x278),_0x16e5a6=_0x325a7d[_0x32d9fb(0x278)]):(_0x3ba36e=_0x32d9fb(0x291),_0x16e5a6=_0x325a7d[_0x32d9fb(0x291)]),typeof _0x16e5a6=='number')return _0x4b8a26;let _0x468917=_0x388070(_0x16e5a6);return{..._0x4b8a26,'params':{..._0x325a7d,[_0x3ba36e]:_0x468917,'compress':!0x0}};}[_0x5d8b54(0x261)](_0x4d56f5){const _0xcb99b3=_0x5d8b54;let _0x29a248=_0x4d56f5[_0xcb99b3(0x407)];if(!(_0xcb99b3(0x1bd)in _0x29a248)||!_0x29a248[_0xcb99b3(0x1bd)])return _0x4d56f5;let _0x283af8,_0x335b50;if(_0xcb99b3(0x278)in _0x29a248)_0x283af8=_0xcb99b3(0x278),_0x335b50=_0x29a248[_0xcb99b3(0x278)];else{if(_0xcb99b3(0x291)in _0x29a248)_0x283af8=_0xcb99b3(0x291),_0x335b50=_0x29a248[_0xcb99b3(0x291)];else return _0x4d56f5;}if(typeof _0x335b50==_0xcb99b3(0x409))return _0x4d56f5;let _0x38edc6=_0x4dcd59(_0x335b50);return{..._0x4d56f5,'params':{..._0x29a248,[_0x283af8]:_0x38edc6}};}};let _0x41a0d7=new Set([_0x22a860[_0x5d8b54(0x20f)]['id'],_0x22a860['RemoveSheetMutation']['id'],_0x22a860[_0x5d8b54(0x28f)]['id']]),_0x5dee1b=new Set([_0x22a860[_0x5d8b54(0x20f)]['id'],_0x22a860[_0x5d8b54(0x283)]['id'],_0x21eaf1['id'],_0x22a860[_0x5d8b54(0x39b)]['id'],_0x22a860[_0x5d8b54(0x24b)]['id'],_0x22a860[_0x5d8b54(0x311)]['id'],_0x22a860[_0x5d8b54(0x3c9)]['id'],_0x22a860[_0x5d8b54(0x262)]['id'],_0x220dac['id'],_0x22a860['SetWorksheetNameMutation']['id'],_0x22a860[_0x5d8b54(0x280)]['id'],_0x22a860[_0x5d8b54(0x32c)]['id'],_0x22a860['CopyWorksheetEndMutation']['id'],_0x22a860[_0x5d8b54(0x3c0)]['id'],_0x22a860['SetWorkbookNameMutation']['id'],_0x22a860['AddWorksheetProtectionMutation']['id'],_0x22a860[_0x5d8b54(0x341)]['id'],_0x22a860[_0x5d8b54(0x3e8)]['id'],_0x22a860[_0x5d8b54(0x2bd)]['id']]),_0x5d3d9f=class{constructor(_0x1154c9){const _0x29e54d=_0x5d8b54;this[_0x29e54d(0x1a0)]=_0x1154c9;}[_0x5d8b54(0x36c)](_0x402f38){const _0x542115=_0x5d8b54;let _0x1b7ec3=this[_0x542115(0x1a0)][_0x542115(0x2d2)](_0x402f38);if(!_0x1b7ec3)throw Error(_0x542115(0x295)+_0x402f38+'.');return _0x1b7ec3['getRev']();}[_0x5d8b54(0x3ad)](_0x5af888){const _0x285914=_0x5d8b54;let _0x5127c6=this['_univerInstanceService'][_0x285914(0x2d2)](_0x5af888);if(!_0x5127c6)throw Error(_0x285914(0x2c3)+_0x5af888+'.');return _0x5127c6[_0x285914(0x1de)](),_0x5127c6[_0x285914(0x366)]();}[_0x5d8b54(0x368)](_0x4b2bdc,_0x39e2f8){const _0x35b996=_0x5d8b54;let _0x1e2d88=this[_0x35b996(0x1a0)][_0x35b996(0x2d2)](_0x4b2bdc);_0x1e2d88&&_0x1e2d88['setRev'](_0x39e2f8);}};_0x5d3d9f=_0x554b26([_0x1cc361(0x0,_0x1973ab[_0x5d8b54(0x26f)])],_0x5d3d9f);let _0x3bfc04=new TextEncoder(),_0x22dd8d=new TextDecoder();function _0x46cd5b(_0x5e82d){const _0x52955e=_0x5d8b54;let _0x54bac6=['id',_0x52955e(0x343),_0x52955e(0x238),'columnCount','cellData'],_0xf93bbb={};return Object[_0x52955e(0x1bc)](_0x5e82d)[_0x52955e(0x26c)](_0x50be98=>{const _0x47778e=_0x52955e;_0x54bac6[_0x47778e(0x1ce)](_0x50be98)||(_0xf93bbb[_0x50be98]=_0x1973ab[_0x47778e(0x281)][_0x47778e(0x198)](_0x5e82d[_0x50be98]));}),_0x3bfc04[_0x52955e(0x1aa)](JSON['stringify'](_0xf93bbb));}function _0x16962f(_0x292e02){const _0x5dbe55=_0x5d8b54;let _0x4f87a1=['id','rev',_0x5dbe55(0x343),'sheetOrder','sheets','resources'],_0x278269={};return Object['keys'](_0x292e02)['forEach'](_0x392b19=>{const _0x4376d5=_0x5dbe55;_0x4f87a1[_0x4376d5(0x1ce)](_0x392b19)||(_0x278269[_0x392b19]=_0x1973ab[_0x4376d5(0x281)]['deepClone'](_0x292e02[_0x392b19]));}),_0x3bfc04[_0x5dbe55(0x1aa)](JSON[_0x5dbe55(0x1e1)](_0x278269));}function _0xb542f(_0x521bf6){const _0x2df7a1=_0x5d8b54;let _0x4120ea=['id',_0x2df7a1(0x3c1),_0x2df7a1(0x25e),'resources'],_0x17fa2a={};return Object[_0x2df7a1(0x1bc)](_0x521bf6)['forEach'](_0x507d63=>{const _0x4e53b4=_0x2df7a1;_0x4120ea[_0x4e53b4(0x1ce)](_0x507d63)||(_0x17fa2a[_0x507d63]=_0x1973ab[_0x4e53b4(0x281)][_0x4e53b4(0x198)](_0x521bf6[_0x507d63]));}),_0x3bfc04[_0x2df7a1(0x1aa)](JSON[_0x2df7a1(0x1e1)](_0x17fa2a));}function _0xb711b9(_0x56d6b1){const _0x18d756=_0x5d8b54;return JSON[_0x18d756(0x221)](typeof _0x56d6b1==_0x18d756(0x1cd)?_0x314b54(_0x56d6b1):_0x22dd8d[_0x18d756(0x31d)](_0x56d6b1));}function _0x3ea718(_0x25b4a7){const _0x3b98ab=_0x5d8b54;if(_0x25b4a7 instanceof Uint8Array){let _0x1bf1f6=_0x22dd8d[_0x3b98ab(0x31d)](_0x25b4a7),_0x5cabb2=JSON[_0x3b98ab(0x221)](_0x1bf1f6);return _0x1bf1f6=null,_0x5cabb2;}return _0x25b4a7;}function _0x296be1(_0x2eba10){const _0x428f50=_0x5d8b54;return JSON['parse'](typeof _0x2eba10=='string'?_0x314b54(_0x2eba10):_0x22dd8d[_0x428f50(0x31d)](_0x2eba10));}function _0x18c286(_0x216b49,_0x186fd7=0x19000,_0x49f9e5=0x100000){const _0x1f855d=_0x5d8b54;let _0x2c42d9=Date[_0x1f855d(0x3cf)](),_0x5229e2=new _0x1973ab['ObjectMatrix'](_0x216b49),{startRow:_0x1fd0a6,endRow:_0x310cf0,startColumn:_0x2c02eb,endColumn:_0x557dd9}=_0x5229e2[_0x1f855d(0x3fe)](),_0x240781=[],_0x29e819=Math[_0x1f855d(0x364)](_0x186fd7/(_0x557dd9-_0x2c02eb+0x1)),_0x30a03b=_0x1fd0a6,_0x220537=null,_0x4f18dc=null,_0x3bc817=0x0,_0x975743=0x0,_0x13026a=0x0,_0x35de6a=0x0;for(;_0x30a03b<=_0x310cf0;){let _0x2c060c=Math[_0x1f855d(0x406)](_0x30a03b+_0x29e819-0x1,_0x310cf0),{sliceData:_0x58ffb5,cellCount:_0x20a6a3}=_0x5229e2[_0x1f855d(0x1fa)](_0x30a03b,_0x2c060c);if(_0x20a6a3===0x0){if(_0x2c060c>=_0x310cf0&&_0x4f18dc!==null){let _0x498011=_0x1a20a5(_0x4f18dc);_0x240781[_0x1f855d(0x2da)]({'id':(0x0,_0x1973ab['generateRandomId'])(0x13,_0x1f855d(0x2f2)),'startRow':_0x3bc817,'endRow':_0x310cf0,'data':_0x498011});}_0x30a03b=_0x2c060c+0x1;continue;}if(_0x4f18dc===null?(_0x4f18dc=_0x58ffb5,_0x3bc817=_0x30a03b):_0x4f18dc[_0x1f855d(0x30f)](_0x58ffb5),_0x975743+=_0x20a6a3,_0x35de6a+=_0x20a6a3,_0x220537===null?(_0x13026a=_0x1a20a5(_0x4f18dc)[_0x1f855d(0x2b6)],_0x220537=_0x13026a/_0x975743):_0x13026a+=_0x20a6a3*_0x220537,_0x2c060c>=_0x310cf0||_0x13026a>=_0x49f9e5){let _0x5b218c=_0x1a20a5(_0x4f18dc);_0x240781[_0x1f855d(0x2da)]({'id':(0x0,_0x1973ab[_0x1f855d(0x32b)])(0x13,_0x1f855d(0x2f2)),'startRow':_0x3bc817,'endRow':_0x2c060c,'data':_0x5b218c}),_0x4f18dc=null,_0x3bc817=0x0,_0x975743=0x0,_0x13026a=0x0;}if(_0x2c060c>=_0x310cf0)break;_0x30a03b=_0x2c060c+0x1;}return{'blocks':_0x240781,'totalCells':_0x35de6a,'totalTime':Date[_0x1f855d(0x3cf)]()-_0x2c42d9};}function _0x1a20a5(_0x2af6d8){const _0xaf47b1=_0x5d8b54;let _0x5b287f=_0x2af6d8[_0xaf47b1(0x355)]();return _0x3bfc04[_0xaf47b1(0x1aa)](JSON[_0xaf47b1(0x1e1)](_0x5b287f));}let _0x20f648=[];for(let _0x500500=0x0;_0x500500<0x100;++_0x500500)_0x20f648[_0x5d8b54(0x2da)]((_0x500500+0x100)['toString'](0x10)[_0x5d8b54(0x244)](0x1));function _0x315722(_0x5d6e5a,_0x4032af=0x0){const _0x34b5f5=_0x5d8b54;return(_0x20f648[_0x5d6e5a[_0x4032af+0x0]]+_0x20f648[_0x5d6e5a[_0x4032af+0x1]]+_0x20f648[_0x5d6e5a[_0x4032af+0x2]]+_0x20f648[_0x5d6e5a[_0x4032af+0x3]]+'-'+_0x20f648[_0x5d6e5a[_0x4032af+0x4]]+_0x20f648[_0x5d6e5a[_0x4032af+0x5]]+'-'+_0x20f648[_0x5d6e5a[_0x4032af+0x6]]+_0x20f648[_0x5d6e5a[_0x4032af+0x7]]+'-'+_0x20f648[_0x5d6e5a[_0x4032af+0x8]]+_0x20f648[_0x5d6e5a[_0x4032af+0x9]]+'-'+_0x20f648[_0x5d6e5a[_0x4032af+0xa]]+_0x20f648[_0x5d6e5a[_0x4032af+0xb]]+_0x20f648[_0x5d6e5a[_0x4032af+0xc]]+_0x20f648[_0x5d6e5a[_0x4032af+0xd]]+_0x20f648[_0x5d6e5a[_0x4032af+0xe]]+_0x20f648[_0x5d6e5a[_0x4032af+0xf]])[_0x34b5f5(0x1c4)]();}let _0x5052d1=new Uint8Array(0x10);function _0x5bc5c1(){return crypto['getRandomValues'](_0x5052d1);}function _0x48af7d(_0xbba14c,_0x3a89b6,_0x37af20){const _0x2112d3=_0x5d8b54;return!_0x3a89b6&&!_0xbba14c&&crypto[_0x2112d3(0x1bf)]?crypto['randomUUID']():_0x2b65a1(_0xbba14c,_0x3a89b6,_0x37af20);}function _0x2b65a1(_0x57ae10,_0x24ca07,_0x452108){const _0x483b04=_0x5d8b54;var _0x1f2109,_0x3c3ff5,_0x111e23;_0x57ae10=_0x57ae10||{};let _0x26262e=(_0x1f2109=(_0x3c3ff5=_0x57ae10[_0x483b04(0x369)])==null?(_0x111e23=_0x57ae10[_0x483b04(0x3fb)])==null?void 0x0:_0x111e23[_0x483b04(0x33b)](_0x57ae10):_0x3c3ff5)==null?_0x5bc5c1():_0x1f2109;if(_0x26262e[_0x483b04(0x3e1)]<0x10)throw Error('Random\x20bytes\x20length\x20must\x20be\x20>=\x2016');if(_0x26262e[0x6]=_0x26262e[0x6]&0xf|0x40,_0x26262e[0x8]=_0x26262e[0x8]&0x3f|0x80,_0x24ca07){if(_0x452108=_0x452108||0x0,_0x452108<0x0||_0x452108+0x10>_0x24ca07[_0x483b04(0x3e1)])throw RangeError(_0x483b04(0x33a)+_0x452108+':'+(_0x452108+0xf)+_0x483b04(0x25b));for(let _0x3f3e77=0x0;_0x3f3e77<0x10;++_0x3f3e77)_0x24ca07[_0x452108+_0x3f3e77]=_0x26262e[_0x3f3e77];return _0x24ca07;}return _0x315722(_0x26262e);}function _0x1806c3(_0x14608d){return _0x14608d;}function _0x51451e(_0x397b0c){const _0x545f7e=_0x5d8b54;let _0x2a573c=_0x3bfc04['encode'](_0x397b0c),_0x51d4df='';for(let _0x5b3005=0x0;_0x5b3005<_0x2a573c[_0x545f7e(0x3e1)];_0x5b3005++)_0x51d4df+=String['fromCharCode'](_0x2a573c[_0x5b3005]);return btoa(_0x51d4df);}function _0x314b54(_0x5ad6fd){const _0xf04b95=_0x5d8b54;let _0x13afb2=atob(_0x5ad6fd),_0x2d583b=_0x13afb2['length'],_0x2d2dbc=new Uint8Array(_0x2d583b);for(let _0x57f005=0x0;_0x57f005<_0x2d583b;_0x57f005++)_0x2d2dbc[_0x57f005]=_0x13afb2[_0xf04b95(0x36d)](_0x57f005);let _0x6c2ce5=_0x22dd8d['decode'](_0x2d2dbc);return _0x2d2dbc=null,_0x6c2ce5;}async function _0x29cf27({tasks:_0x27f3e6,handleTaskResult:_0x113c67,limit:_0x30dcef=0xa,options:_0x408463={'retryCount':0x3,'retryDelay':0xc8},onError:_0xeb7454}){const _0x1f9c87=_0x5d8b54;if(_0x27f3e6[_0x1f9c87(0x3e1)]===0x0)return;let {retryCount:_0x410345,retryDelay:_0x57ce7c}=_0x408463,_0x5e77b4=_0x56ef9d=>new Promise(_0x2f9af8=>setTimeout(_0x2f9af8,_0x56ef9d)),_0x57212b=async _0x25d344=>{let _0x418029=0x0;for(;;)try{return await _0x25d344();}catch(_0x408909){if(_0xeb7454==null||_0xeb7454(_0x408909),_0x418029++,_0x418029>_0x410345)throw _0x408909;await _0x5e77b4(_0x57ce7c);}},_0x34714a=0x0,_0x12f8d2=Array[_0x1f9c87(0x1f2)]({'length':Math[_0x1f9c87(0x406)](_0x30dcef,_0x27f3e6[_0x1f9c87(0x3e1)])},async()=>{const _0x35773f=_0x1f9c87;for(;;){let _0x52c643=_0x34714a++;if(_0x52c643>=_0x27f3e6[_0x35773f(0x3e1)])break;let _0x5741ae=await _0x57212b(_0x27f3e6[_0x52c643]);_0x113c67&&_0x113c67(_0x5741ae),_0x5741ae=null;}});await Promise[_0x1f9c87(0x419)](_0x12f8d2);}async function _0x146bb1(_0x2e6e7e,_0x1d4fb5,_0x4b4e8c,_0x43ea2d=0x2710,_0x5588a8){const _0x2a8b99=_0x5d8b54;let _0x338869=performance[_0x2a8b99(0x3cf)]();_0x4b4e8c==null||_0x4b4e8c[_0x2a8b99(0x425)](_0x2a8b99(0x314)+_0x2e6e7e+_0x2a8b99(0x2e6)+(_0x5588a8==null?'':_0x5588a8));try{let _0x55ca9c=await _0x1d4fb5(),_0x47219a=performance[_0x2a8b99(0x3cf)]()-_0x338869;return _0x47219a>_0x43ea2d?_0x4b4e8c[_0x2a8b99(0x1b7)](_0x2a8b99(0x314)+_0x2e6e7e+_0x2a8b99(0x253)+_0x47219a[_0x2a8b99(0x2d5)](0x2)+'\x20ms'):_0x4b4e8c[_0x2a8b99(0x425)](_0x2a8b99(0x314)+_0x2e6e7e+_0x2a8b99(0x370)+_0x47219a[_0x2a8b99(0x2d5)](0x2)+_0x2a8b99(0x1a5)),_0x55ca9c;}catch(_0x3415d7){let _0x5e1592=performance['now']()-_0x338869;throw _0x4b4e8c[_0x2a8b99(0x421)](_0x2a8b99(0x314)+_0x2e6e7e+_0x2a8b99(0x3c5)+_0x5e1592[_0x2a8b99(0x2d5)](0x2)+_0x2a8b99(0x1a5),_0x3415d7),_0x3415d7;}}function _0x189d10(_0x1d258a,_0x11e0a0,_0x23b45d,_0x44b318=0x2710,_0x1def8f){const _0x25eddb=_0x5d8b54;let _0x842a5d=performance[_0x25eddb(0x3cf)]();_0x23b45d==null||_0x23b45d['debug'](_0x25eddb(0x30b)+_0x1d258a+_0x25eddb(0x2e6)+(_0x1def8f==null?'':_0x1def8f));try{let _0x2f1598=_0x11e0a0(),_0x4dca88=performance[_0x25eddb(0x3cf)]()-_0x842a5d;return _0x4dca88>_0x44b318?_0x23b45d[_0x25eddb(0x1b7)](_0x25eddb(0x30b)+_0x1d258a+_0x25eddb(0x253)+_0x4dca88[_0x25eddb(0x2d5)](0x2)+'\x20ms'):_0x23b45d[_0x25eddb(0x425)](_0x25eddb(0x30b)+_0x1d258a+_0x25eddb(0x370)+_0x4dca88[_0x25eddb(0x2d5)](0x2)+_0x25eddb(0x1a5)),_0x2f1598;}catch(_0x328fd8){let _0x156318=performance['now']()-_0x842a5d;throw _0x23b45d[_0x25eddb(0x421)](_0x25eddb(0x30b)+_0x1d258a+_0x25eddb(0x3c5)+_0x156318[_0x25eddb(0x2d5)](0x2)+_0x25eddb(0x1a5),_0x328fd8),_0x328fd8;}}async function _0x5c6829(){await new Promise(_0x5da9c8=>{const _0x1eed4b=_0x32f8;typeof setImmediate==_0x1eed4b(0x414)?setImmediate(_0x5da9c8):setTimeout(_0x5da9c8,0x0);});}async function _0x42b275(_0x5bcf42,_0x36f81a,_0x5008b3,_0x1e35d0){const _0x99f80c=_0x5d8b54;var _0x13a792;let _0xb41b84={'unitID':_0x36f81a['id'],'rev':_0x1e35d0,'creator':'','name':(_0x13a792=_0x36f81a[_0x99f80c(0x25e)])==null?'':_0x13a792,'resources':_0x36f81a[_0x99f80c(0x1d5)]||[],'originalMeta':_0xb542f(_0x36f81a)};return{'snapshot':{'unitID':_0x5008b3,'rev':_0xb41b84['rev'],'type':_0x1973ab[_0x99f80c(0x3e0)][_0x99f80c(0x2b9)],'workbook':void 0x0,'doc':_0xb41b84}};}async function _0xd5e2df(_0x32a865,_0x1e48cd,_0x1762a8,_0x5175e3,_0x537221,_0x343250){const _0x22e65a=_0x5d8b54;let _0x258178={},_0x4a3b92={};if(!await Promise[_0x22e65a(0x419)](Object[_0x22e65a(0x395)](_0x1e48cd[_0x22e65a(0x390)])[_0x22e65a(0x1cf)](async([_0x360a9a,_0x393bec])=>{const _0x3aa68a=_0x22e65a;if(_0x4a3b92[_0x360a9a]={'id':_0x393bec['id'],'type':_0x1973ab[_0x3aa68a(0x207)][_0x3aa68a(0x337)],'name':_0x393bec[_0x3aa68a(0x343)],'rowCount':_0x393bec['rowCount'],'columnCount':_0x393bec[_0x3aa68a(0x2e2)],'originalMeta':_0x46cd5b(_0x393bec)},_0x393bec[_0x3aa68a(0x36e)]){let {blocks:_0x2b84e3}=_0x18c286(_0x393bec['cellData']),_0xf3c4d=await Promise[_0x3aa68a(0x419)](_0x2b84e3[_0x3aa68a(0x1cf)](_0x58c09b=>_0x537221['saveSheetBlock'](_0x32a865,{'unitID':_0x1762a8,'type':_0x1973ab[_0x3aa68a(0x3e0)]['UNIVER_SHEET'],'block':_0x58c09b})));if(_0xf3c4d[_0x3aa68a(0x1a1)](_0x3c2ade=>{const _0x45cab9=_0x3aa68a;var _0xc74a61;return((_0xc74a61=_0x3c2ade[_0x45cab9(0x421)])==null?void 0x0:_0xc74a61[_0x45cab9(0x2d9)])!==_0x319b36[_0x45cab9(0x2b2)]['OK'];}))return!0x1;_0x258178[_0x360a9a]={'sheetID':_0x360a9a,'blocks':_0xf3c4d[_0x3aa68a(0x1cf)](_0x4b319d=>_0x4b319d[_0x3aa68a(0x285)])};}return!0x0;})))throw Error(_0x22e65a(0x303));let _0x1c981e=_0x16962f(_0x1e48cd),_0x5ac70c={'unitID':_0x1e48cd['id'],'rev':_0x5175e3,'creator':'','name':_0x1e48cd[_0x22e65a(0x343)],'sheetOrder':_0x1e48cd[_0x22e65a(0x2f0)],'sheets':_0x4a3b92,'blockMeta':_0x258178,'resources':_0x1e48cd[_0x22e65a(0x1d5)]||[],'originalMeta':_0x1c981e},_0x8cca4d=(_0x3fa84a,_0xf221a5)=>_0x3fa84a[_0x22e65a(0x23a)](_0x4068e8=>_0xf221a5['hasOwnProperty'](_0x4068e8)),_0x32cbc7=_0x1e48cd[_0x22e65a(0x2f0)][_0x22e65a(0x3e1)],_0x512067=Object[_0x22e65a(0x1bc)](_0x5ac70c[_0x22e65a(0x390)]),_0x47df15=Object[_0x22e65a(0x1bc)](_0x5ac70c[_0x22e65a(0x3c6)]);if(_0x32cbc7!==_0x512067['length']||!_0x8cca4d(_0x1e48cd[_0x22e65a(0x2f0)],_0x5ac70c[_0x22e65a(0x390)]))throw _0x343250==null||_0x343250[_0x22e65a(0x421)](_0x22e65a(0x1b9),'Sheet\x20order\x20mismatch!\x20'+_0x1762a8+'\x20'+_0x32cbc7+'\x20'+_0x512067[_0x22e65a(0x3e1)]+_0x22e65a(0x342)+JSON[_0x22e65a(0x1e1)](_0x1e48cd[_0x22e65a(0x2f0)])+_0x22e65a(0x3d1)+JSON['stringify'](_0x512067)+_0x22e65a(0x1a8)+JSON[_0x22e65a(0x1e1)](Object[_0x22e65a(0x1bc)](_0x1e48cd['sheets']))),Error(_0x22e65a(0x19a));if(_0x512067[_0x22e65a(0x3e1)]!==_0x47df15[_0x22e65a(0x3e1)]||!_0x8cca4d(_0x512067,_0x5ac70c[_0x22e65a(0x3c6)])||!_0x8cca4d(_0x47df15,_0x5ac70c[_0x22e65a(0x390)]))throw _0x343250==null||_0x343250['error'](_0x22e65a(0x1b9),_0x22e65a(0x22b)+_0x1762a8+'\x20'+_0x512067[_0x22e65a(0x3e1)]+'\x20'+_0x47df15[_0x22e65a(0x3e1)]+_0x22e65a(0x3d1)+JSON[_0x22e65a(0x1e1)](_0x512067)+_0x22e65a(0x205)+JSON[_0x22e65a(0x1e1)](_0x47df15)+'\x20Sheet\x20raw:\x20'+JSON[_0x22e65a(0x1e1)](Object[_0x22e65a(0x1bc)](_0x1e48cd['sheets']))),Error(_0x22e65a(0x21e));return{'snapshot':{'unitID':_0x1762a8,'rev':_0x5ac70c['rev'],'type':_0x1973ab[_0x22e65a(0x3e0)][_0x22e65a(0x3a2)],'workbook':_0x5ac70c,'doc':void 0x0}};}async function _0x6df686(_0x1ece86,_0xe7853c,_0x298ddc,_0x352a01){const _0x146b4b=_0x5d8b54;let _0x40c2bd={};if(!await Promise[_0x146b4b(0x419)](Object[_0x146b4b(0x395)](_0xe7853c[_0x146b4b(0x390)])[_0x146b4b(0x1cf)](async([_0x1aecb4,_0x2bfe26])=>{const _0x4a9499=_0x146b4b;if(_0x2bfe26['cellData']){let {blocks:_0x549543}=_0x18c286(_0x2bfe26['cellData']),_0x30e830=await Promise['all'](_0x549543[_0x4a9499(0x1cf)](_0x20d52a=>_0x352a01[_0x4a9499(0x354)](_0x1ece86,{'unitID':_0x298ddc,'type':_0x1973ab[_0x4a9499(0x3e0)][_0x4a9499(0x3a2)],'block':_0x20d52a})));if(_0x30e830[_0x4a9499(0x1a1)](_0x36fb78=>{const _0x4600d0=_0x4a9499;var _0x40a7a2;return((_0x40a7a2=_0x36fb78[_0x4600d0(0x421)])==null?void 0x0:_0x40a7a2[_0x4600d0(0x2d9)])!==_0x319b36['ErrorCode']['OK'];}))return!0x1;_0x40c2bd[_0x1aecb4]={'sheetID':_0x1aecb4,'blocks':_0x30e830[_0x4a9499(0x1cf)](_0x5e2dee=>_0x5e2dee[_0x4a9499(0x285)])};}return!0x0;})))throw Error('[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.');return _0x40c2bd;}async function _0x66e875(_0x5a637c,_0xeaa7be,_0x1f0721,_0x386a6c,_0x5e4f23,_0x241e30){const _0x2a393d=_0x5d8b54;var _0x787c2f;let _0x2a79b8={},_0x50f098={},_0xe14e43=0x0,_0x5c3345=0x0,_0x33be63=[];for(let _0x1d4c24 in _0xeaa7be[_0x2a393d(0x390)]){let _0x1d0e9a=Date['now'](),_0x452c45=_0xeaa7be[_0x2a393d(0x390)][_0x1d4c24];if(_0x50f098[_0x1d4c24]={'id':_0x452c45['id'],'type':_0x1973ab[_0x2a393d(0x207)]['GRID'],'name':_0x452c45[_0x2a393d(0x343)],'rowCount':_0x452c45['rowCount'],'columnCount':_0x452c45[_0x2a393d(0x2e2)],'originalMeta':_0x46cd5b(_0x452c45)},_0x2a79b8[_0x1d4c24]={'sheetID':_0x1d4c24,'blocks':[]},_0x5c3345+=Date[_0x2a393d(0x3cf)]()-_0x1d0e9a,_0x452c45[_0x2a393d(0x36e)]){let {blocks:_0x4f1126,totalCells:_0x145170,totalTime:_0x5adb76}=_0x18c286(_0x452c45[_0x2a393d(0x36e)]);_0xe14e43+=_0x145170,_0x5c3345+=_0x5adb76;let _0x20069c=_0x4f1126[_0x2a393d(0x1cf)](_0x3e0f61=>()=>_0x5e4f23['saveSheetBlock'](_0x5a637c,{'unitID':_0x1f0721,'type':_0x1973ab[_0x2a393d(0x3e0)][_0x2a393d(0x3a2)],'block':_0x3e0f61}));_0x33be63['push']((async _0x18e36a=>{const _0xdc8fd3=_0x2a393d;try{await _0x29cf27({'tasks':_0x20069c,'handleTaskResult':_0x4fc79b=>{const _0x433b4a=_0x32f8;var _0x5e51ab;if(((_0x5e51ab=_0x4fc79b[_0x433b4a(0x421)])==null?void 0x0:_0x5e51ab[_0x433b4a(0x2d9)])!==_0x319b36['ErrorCode']['OK'])throw Error('[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.');_0x2a79b8[_0x18e36a][_0x433b4a(0x392)]['push'](_0x4fc79b[_0x433b4a(0x285)]);},'onError':_0x1210a7=>{const _0x43b440=_0x32f8;_0x241e30==null||_0x241e30[_0x43b440(0x421)](_0x43b440(0x1fe),_0x43b440(0x310)+_0x18e36a+':\x20'+_0x1210a7);}});}catch(_0x486bec){throw Error(_0xdc8fd3(0x329)+JSON[_0xdc8fd3(0x1e1)](_0x486bec));}})(_0x1d4c24));}}await Promise['all'](_0x33be63);let _0x54a3d3=Date[_0x2a393d(0x3cf)](),_0xb2f917=_0x16962f(_0xeaa7be),_0x4ff86a={'unitID':_0xeaa7be['id'],'rev':_0x386a6c,'creator':'','name':_0xeaa7be[_0x2a393d(0x343)],'sheetOrder':_0xeaa7be[_0x2a393d(0x2f0)],'sheets':_0x50f098,'blockMeta':_0x2a79b8,'resources':_0xeaa7be['resources']||[],'originalMeta':_0xb2f917},_0x56baff=(_0x3650a9,_0x884164)=>_0x3650a9[_0x2a393d(0x23a)](_0x12d39e=>_0x884164[_0x2a393d(0x2f8)](_0x12d39e)),_0x2e5d8a=_0xeaa7be['sheetOrder']['length'],_0x4da9d7=Object[_0x2a393d(0x1bc)](_0x4ff86a[_0x2a393d(0x390)]),_0xb6572a=Object[_0x2a393d(0x1bc)](_0x4ff86a[_0x2a393d(0x3c6)]);if(_0x2e5d8a!==_0x4da9d7[_0x2a393d(0x3e1)]||!_0x56baff(_0xeaa7be[_0x2a393d(0x2f0)],_0x4ff86a['sheets']))throw _0x241e30==null||_0x241e30[_0x2a393d(0x421)](_0x2a393d(0x1fe),'Sheet\x20order\x20mismatch!\x20'+_0xeaa7be['id']+'\x20'+_0x2e5d8a+'\x20'+_0x4da9d7[_0x2a393d(0x3e1)]+_0x2a393d(0x342)+JSON[_0x2a393d(0x1e1)](_0xeaa7be['sheetOrder'])+_0x2a393d(0x3d1)+JSON[_0x2a393d(0x1e1)](_0x4da9d7)+'\x20Sheet\x20raw:\x20'+JSON[_0x2a393d(0x1e1)](Object[_0x2a393d(0x1bc)](_0xeaa7be[_0x2a393d(0x390)]))),Error('[transformWorkbookDataToSnapshot()]:\x20Sheet\x20order\x20mismatch');if(_0x4da9d7[_0x2a393d(0x3e1)]!==_0xb6572a[_0x2a393d(0x3e1)]||!_0x56baff(_0x4da9d7,_0x4ff86a[_0x2a393d(0x3c6)])||!_0x56baff(_0xb6572a,_0x4ff86a[_0x2a393d(0x390)]))throw _0x241e30==null||_0x241e30[_0x2a393d(0x421)](_0x2a393d(0x1fe),_0x2a393d(0x22b)+_0xeaa7be['id']+'\x20'+_0x4da9d7[_0x2a393d(0x3e1)]+'\x20'+_0xb6572a[_0x2a393d(0x3e1)]+'\x20Sheet\x20Metas:\x20'+JSON['stringify'](_0x4da9d7)+'\x20Block\x20Metas:\x20'+JSON['stringify'](_0xb6572a)+'\x20Sheet\x20raw:\x20'+JSON[_0x2a393d(0x1e1)](Object[_0x2a393d(0x1bc)](_0xeaa7be[_0x2a393d(0x390)]))),Error(_0x2a393d(0x32e));_0x5c3345+=Date['now']()-_0x54a3d3;let _0x32b7a5={'unitID':_0x1f0721,'rev':_0x4ff86a[_0x2a393d(0x3c1)],'type':_0x1973ab[_0x2a393d(0x3e0)][_0x2a393d(0x3a2)],'workbook':_0x4ff86a,'doc':void 0x0},_0x5e4576=await _0x5e4f23['saveSnapshot'](_0x5a637c,{'unitID':_0x1f0721,'type':_0x1973ab[_0x2a393d(0x3e0)][_0x2a393d(0x3a2)],'snapshot':_0x32b7a5});if((_0x787c2f=_0x5e4f23[_0x2a393d(0x235)])==null||_0x787c2f[_0x2a393d(0x33b)](_0x5e4f23,_0x5a637c,{'unitId':_0x1f0721,'estimatedCells':_0xe14e43,'snapshotTime':Math['round'](_0x5c3345/0x3e8)}),(0x0,_0x319b36[_0x2a393d(0x2a8)])(_0x5e4576[_0x2a393d(0x421)])){var _0x137269,_0x9f4d6f;throw Error(_0x2a393d(0x3ce)+((_0x137269=_0x5e4576['error'])==null?void 0x0:_0x137269[_0x2a393d(0x2d9)])+':'+((_0x9f4d6f=_0x5e4576[_0x2a393d(0x421)])==null?void 0x0:_0x9f4d6f[_0x2a393d(0x377)]));}return{'snapshot':_0x32b7a5};}async function _0x1512e7(_0x52f751,_0x38ec38,_0x26cbfc,_0x2a730b){const _0x1b8355=_0x5d8b54;let _0xe90f69=_0x52f751[_0x1b8355(0x360)];if(!_0xe90f69)throw Error(_0x1b8355(0x326));let _0x400804={};Object[_0x1b8355(0x395)](_0xe90f69['sheets'])[_0x1b8355(0x26c)](([_0x4c926f,_0x112ccf])=>{const _0x459b74=_0x1b8355;let _0x32696c=_0xb711b9(_0x112ccf['originalMeta']);_0x400804[_0x4c926f]={'id':_0x112ccf['id'],'name':_0x112ccf[_0x459b74(0x343)],'rowCount':_0x112ccf[_0x459b74(0x238)],'columnCount':_0x112ccf[_0x459b74(0x2e2)],..._0x32696c};});let _0x56800e=new Map();for(let _0x4be221=0x0;_0x4be221<_0x38ec38[_0x1b8355(0x3e1)];_0x4be221++)_0x56800e['set'](_0x38ec38[_0x4be221]['id'],{'index':_0x4be221,'block':_0x38ec38[_0x4be221]});let _0x16857e=performance[_0x1b8355(0x3cf)]();if(_0x2a730b==null||_0x2a730b[_0x1b8355(0x425)](_0x1b8355(0x322),'parse\x20blocks\x20start,\x20total\x20'+_0x38ec38[_0x1b8355(0x3e1)]+_0x1b8355(0x25d)),_0xe90f69[_0x1b8355(0x3c6)])for(let [_0x17514c,_0x3417a7]of Object[_0x1b8355(0x395)](_0xe90f69['blockMeta'])){if(!_0x400804[_0x17514c])continue;let _0x5ebf3c={};if(_0x3417a7[_0x1b8355(0x392)]&&_0x3417a7[_0x1b8355(0x392)][_0x1b8355(0x3e1)]>0x0)for(let _0x6c6ccf of _0x3417a7[_0x1b8355(0x392)]){if(!_0x56800e['has'](_0x6c6ccf))throw Error(_0x1b8355(0x362)+_0x6c6ccf+_0x1b8355(0x237)+_0x17514c);let {index:_0x2700e6,block:_0x362c21}=_0x56800e[_0x1b8355(0x2cb)](_0x6c6ccf);if(_0x362c21){let _0x5006de=_0x3ea718(_0x362c21[_0x1b8355(0x413)]);for(let _0x37eecd in _0x5006de)_0x5ebf3c[Number(_0x37eecd)]=_0x5006de[_0x37eecd];_0x56800e['delete'](_0x6c6ccf),_0x38ec38[_0x2700e6]=null,_0x362c21[_0x1b8355(0x413)]=null;}await _0x5c6829();}_0x400804[_0x17514c]['cellData']=_0x5ebf3c;}let _0x387a3f=performance['now']();_0x387a3f-_0x16857e>0x2710?_0x2a730b==null||_0x2a730b[_0x1b8355(0x425)](_0x1b8355(0x322),_0x1b8355(0x2a9)+(_0x387a3f-_0x16857e)[_0x1b8355(0x2d5)](0x2)+'\x20ms'):_0x2a730b==null||_0x2a730b[_0x1b8355(0x425)](_0x1b8355(0x322),_0x1b8355(0x404)+(_0x387a3f-_0x16857e)[_0x1b8355(0x2d5)](0x2)+_0x1b8355(0x1a5)),_0x56800e[_0x1b8355(0x260)](),_0x38ec38['length']=0x0;let _0x51600d=_0xb711b9(_0xe90f69[_0x1b8355(0x219)]);return{'id':_0x52f751[_0x1b8355(0x2b8)]||_0xe90f69['unitID'],'rev':_0x52f751['rev']||_0xe90f69[_0x1b8355(0x3c1)],'name':_0xe90f69[_0x1b8355(0x343)],'sheetOrder':_0xe90f69[_0x1b8355(0x2f0)],'appVersion':'','locale':_0x1973ab['LocaleType']['EN_US'],'sheets':_0x400804,'styles':{},'resources':_0xe90f69['resources']||[],..._0x51600d};}function _0x5e79bb(_0x3cb7f9){const _0x55e947=_0x5d8b54;let _0x54482e=_0x3cb7f9[_0x55e947(0x2f6)];if(_0x54482e==null)throw Error(_0x55e947(0x29b));let {unitID:_0x5d4fe3,rev:_0x45a22f,name:_0x11f195,originalMeta:_0x14fe09,resources:_0x31178e=[]}=_0x54482e,{body:_0x36b43,documentStyle:_0x528b23={},settings:_0x18d15d={},drawings:_0x2f8d88={},drawingsOrder:_0x411be0=[],tableSource:_0x266f36={},headers:_0x310fd5={},footers:_0x38f9a5={},lists:_0x1f28be={}}=_0x296be1(_0x14fe09);return{'id':_0x5d4fe3,'rev':_0x45a22f,'locale':_0x1973ab['LocaleType']['EN_US'],'title':_0x11f195,'body':_0x36b43,'documentStyle':_0x528b23,'settings':_0x18d15d,'drawings':_0x2f8d88,'drawingsOrder':_0x411be0,'resources':_0x31178e,'tableSource':_0x266f36,'headers':_0x310fd5,'footers':_0x38f9a5,'lists':_0x1f28be};}async function _0x5aaeb6(_0x2744d4,_0x4889a7,_0x5f10da,_0x296e7b,_0x339938){const _0x41282a=_0x5d8b54;var _0x12bb4a;let _0x283a0f={'unitID':_0x4889a7['id'],'rev':_0x296e7b,'creator':'','name':(_0x12bb4a=_0x4889a7[_0x41282a(0x25e)])==null?'':_0x12bb4a,'resources':_0x4889a7['resources']||[],'originalMeta':_0xb542f(_0x4889a7)},_0x5aba0a={'unitID':_0x5f10da,'rev':_0x283a0f[_0x41282a(0x3c1)],'type':_0x1973ab[_0x41282a(0x3e0)]['UNIVER_DOC'],'workbook':void 0x0,'doc':_0x283a0f},_0x37e359=await _0x339938['saveSnapshot'](_0x2744d4,{'unitID':_0x5f10da,'type':_0x1973ab['UniverInstanceType'][_0x41282a(0x2b9)],'snapshot':_0x5aba0a});if((0x0,_0x319b36[_0x41282a(0x2a8)])(_0x37e359[_0x41282a(0x421)])){var _0xba984c,_0x9d11e4;throw Error(_0x41282a(0x325)+((_0xba984c=_0x37e359[_0x41282a(0x421)])==null?void 0x0:_0xba984c[_0x41282a(0x2d9)])+':'+((_0x9d11e4=_0x37e359[_0x41282a(0x421)])==null?void 0x0:_0x9d11e4[_0x41282a(0x377)]));}return{'snapshot':_0x5aba0a};}async function _0x226a34(_0x4fc3f0,_0xb73449){const _0x31a642=_0x5d8b54;let _0x596d97=_0x4fc3f0[_0x31a642(0x360)];if(!_0x596d97)throw Error(_0x31a642(0x3a0));let _0x133c0a=[],_0x42986e=[];return Object[_0x31a642(0x395)](_0x596d97[_0x31a642(0x3c6)])['forEach'](([_0x24703c,_0xe54962])=>{const _0x10256a=_0x31a642;let _0x3a1f78=_0xe54962['blocks'][_0x10256a(0x1cf)](async _0x13c663=>{const _0x3392c8=_0x10256a;let _0x9bc80f={'unitID':_0x596d97[_0x3392c8(0x2b8)],'type':_0x1973ab[_0x3392c8(0x3e0)][_0x3392c8(0x3a2)],'blockID':_0x13c663},{block:_0x3595b7}=await _0xb73449[_0x3392c8(0x254)]({},_0x9bc80f);if(_0x3595b7)_0x133c0a[_0x3392c8(0x2da)](_0x3595b7);else throw Error(_0x3392c8(0x2d8));});_0x42986e[_0x10256a(0x2da)](..._0x3a1f78);}),await Promise['all'](_0x42986e),_0x133c0a;}let _0x1cd69e=(0x0,_0x1973ab[_0x5d8b54(0x378)])('univer.snapshot-server-service'),_0x340121=class{constructor(_0x5800ba,_0x3794a6,_0x4a0088,_0x306cf9,_0x555043,_0x8e0c58,_0x11da04){const _0x61eee5=_0x5d8b54;this[_0x61eee5(0x212)]=_0x5800ba,this[_0x61eee5(0x1a0)]=_0x3794a6,this['_snapshotServerService']=_0x4a0088,this['_commandService']=_0x306cf9,this[_0x61eee5(0x3dc)]=_0x555043,this[_0x61eee5(0x3b4)]=_0x8e0c58,this['_resourceManagerService']=_0x11da04;}async['loadSheet'](_0x2e8a96,_0x39bd53,_0x183075={'metadata':{'Trace-Id':_0x48af7d()}}){const _0x2548cf=_0x5d8b54;var _0x2c260f;let _0x147ac8=this[_0x2548cf(0x1a0)][_0x2548cf(0x2d2)](_0x2e8a96,_0x1973ab[_0x2548cf(0x3e0)]['UNIVER_SHEET']);if(_0x147ac8)return _0x147ac8;let {snapshot:_0x1d0b8e,changesets:_0x2e55f0,error:_0xdc4fdc}=await this[_0x2548cf(0x327)][_0x2548cf(0x394)](_0x183075,{'unitID':_0x2e8a96,'type':_0x1973ab['UniverInstanceType'][_0x2548cf(0x3a2)],'revision':_0x39bd53});if((0x0,_0x319b36[_0x2548cf(0x2a8)])(_0xdc4fdc)||!_0x1d0b8e||!_0x1d0b8e[_0x2548cf(0x360)]){let _0x2dc6de={..._0xdc4fdc};throw _0x2dc6de['message']=_0x2548cf(0x1e7)+(_0xdc4fdc==null?void 0x0:_0xdc4fdc[_0x2548cf(0x377)]),_0x2dc6de;}let _0x5d4897=(_0x2c260f=_0x2e55f0==null?void 0x0:_0x2e55f0[_0x2548cf(0x3e1)])==null?0x0:_0x2c260f;if(_0x39bd53!==0x0&&_0x1d0b8e[_0x2548cf(0x3c1)]+_0x5d4897!==_0x39bd53)throw Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');let {workbook:_0x31b08b}=_0x1d0b8e,_0x49084d=(_0x31b08b[_0x2548cf(0x3c6)]?Object[_0x2548cf(0x395)](_0x31b08b[_0x2548cf(0x3c6)])[_0x2548cf(0x1cf)](([_0x5a419b,_0x1b7ea7])=>{const _0x757933=_0x2548cf;var _0x3d5c6a,_0x4fc24d;return(_0x3d5c6a=(_0x4fc24d=_0x1b7ea7[_0x757933(0x392)])==null?void 0x0:_0x4fc24d[_0x757933(0x1cf)](_0x24bf2f=>_0x24bf2f))==null?[]:_0x3d5c6a;})[_0x2548cf(0x270)]():[])[_0x2548cf(0x1cf)](_0x536f0a=>()=>this[_0x2548cf(0x327)][_0x2548cf(0x296)](_0x183075,{'unitID':_0x2e8a96,'type':_0x1973ab[_0x2548cf(0x3e0)][_0x2548cf(0x3a2)],'blockID':_0x536f0a})),_0x222f7c=[];try{await _0x146bb1('GetBlocks',()=>_0x29cf27({'tasks':_0x49084d,'handleTaskResult':_0x1ce4db=>{const _0x5972c5=_0x2548cf;_0x1ce4db[_0x5972c5(0x31b)]&&_0x222f7c[_0x5972c5(0x2da)](_0x1ce4db[_0x5972c5(0x31b)]);},'onError':_0x9fd6b1=>{const _0x187e6e=_0x2548cf;this[_0x187e6e(0x3dc)][_0x187e6e(0x421)](_0x187e6e(0x3f9),_0x187e6e(0x381)+_0x9fd6b1);}}),this[_0x2548cf(0x3dc)],0x2710,_0x2548cf(0x2fc)+_0x49084d[_0x2548cf(0x3e1)]+_0x2548cf(0x25d));}catch(_0x22bd70){throw Error(_0x2548cf(0x23b)+JSON[_0x2548cf(0x1e1)](_0x22bd70));}let _0x3f28b2=await _0x146bb1(_0x2548cf(0x1d3),()=>_0x1512e7(_0x1d0b8e,_0x222f7c,_0x183075,this['_logService']),this[_0x2548cf(0x3dc)]),_0x5b10e8=this['_univerInstanceService'][_0x2548cf(0x2a0)](_0x1973ab[_0x2548cf(0x3e0)][_0x2548cf(0x3a2)],_0x3f28b2);return _0x189d10('ApplyCompressedChangesetsSync',()=>{const _0x1d141f=_0x2548cf;let _0x3f2e10=this[_0x1d141f(0x3b4)][_0x1d141f(0x201)][_0x1d141f(0x2e9)](this[_0x1d141f(0x3b4)]['interceptor']['getInterceptPoints']()[_0x1d141f(0x2a4)]);_0x2e55f0==null||_0x2e55f0[_0x1d141f(0x26c)](_0x2a4d7f=>{const _0x69c5ba=_0x1d141f;(_0x2a4d7f[_0x69c5ba(0x3b8)]===null||_0x2a4d7f['mutations']===void 0x0)&&(_0x2a4d7f[_0x69c5ba(0x3b8)]=[]);let _0x59fccf=_0x2a4d7f[_0x69c5ba(0x3b8)][_0x69c5ba(0x1cf)](_0x9efda5=>({'id':_0x9efda5['id'],'params':JSON['parse'](_0x9efda5[_0x69c5ba(0x413)])}));({..._0x2a4d7f,'mutations':_0x3f2e10(_0x59fccf,null)||_0x59fccf}[_0x69c5ba(0x3b8)][_0x69c5ba(0x26c)](_0x2b7eba=>this[_0x69c5ba(0x33d)][_0x69c5ba(0x3b1)](_0x2b7eba['id'],_0x2b7eba[_0x69c5ba(0x407)],{'fromChangeset':!0x0})),this[_0x69c5ba(0x212)]['incrementRevOfUnit'](_0x2e8a96));});},this[_0x2548cf(0x3dc)]),_0x5b10e8;}async['loadDoc'](_0x177aae,_0x2e13f9,_0x13cc00={'metadata':{'Trace-Id':_0x48af7d()}}){const _0xd5069e=_0x5d8b54;var _0x16c5e5;let {snapshot:_0x19e8bd,changesets:_0x5c41cc,error:_0x1c5472}=await this['_snapshotServerService'][_0xd5069e(0x394)](_0x13cc00,{'unitID':_0x177aae,'type':_0x1973ab[_0xd5069e(0x3e0)][_0xd5069e(0x2b9)],'revision':_0x2e13f9});if((0x0,_0x319b36[_0xd5069e(0x2a8)])(_0x1c5472)||!_0x19e8bd||!_0x19e8bd['doc']){let _0x24a349={..._0x1c5472};throw _0x24a349['message']=_0xd5069e(0x1d7),_0x24a349;}let _0x27f2da=(_0x16c5e5=_0x5c41cc==null?void 0x0:_0x5c41cc[_0xd5069e(0x3e1)])==null?0x0:_0x16c5e5;if(_0x2e13f9!==0x0&&_0x19e8bd['rev']+_0x27f2da!==_0x2e13f9)throw Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');let _0x3ddd9f=_0x5e79bb(_0x19e8bd),_0x2db3d9=this[_0xd5069e(0x1a0)]['createUnit'](_0x1973ab[_0xd5069e(0x3e0)]['UNIVER_DOC'],_0x3ddd9f);return _0x5c41cc==null||_0x5c41cc[_0xd5069e(0x26c)](_0x3dc87d=>{const _0x5ab366=_0xd5069e;(_0x3dc87d['mutations']===null||_0x3dc87d[_0x5ab366(0x3b8)]===void 0x0)&&(_0x3dc87d[_0x5ab366(0x3b8)]=[]),_0x3dc87d[_0x5ab366(0x3b8)]['map'](_0x1ee6a5=>({'id':_0x1ee6a5['id'],'params':JSON['parse'](_0x1ee6a5[_0x5ab366(0x413)])}))[_0x5ab366(0x26c)](_0x1a0855=>this[_0x5ab366(0x33d)][_0x5ab366(0x3b1)](_0x1a0855['id'],_0x1a0855[_0x5ab366(0x407)],{'fromChangeset':!0x0})),this[_0x5ab366(0x212)]['incrementRevOfUnit'](_0x177aae);}),_0x2db3d9;}['saveSheet'](_0x50b443,_0x3a170e){const _0x1cfc0a=_0x5d8b54;let _0x48af2d={..._0x3a170e[_0x1cfc0a(0x2fa)]()};return _0x3a170e[_0x1cfc0a(0x243)]()['forEach'](_0x190ddc=>{const _0x3f9343=_0x1cfc0a;_0x48af2d[_0x3f9343(0x390)][_0x190ddc[_0x3f9343(0x1a2)]()]=_0x1973ab['Tools'][_0x3f9343(0x198)](_0x190ddc[_0x3f9343(0x2fa)]());}),_0x48af2d['resources']=this[_0x1cfc0a(0x21c)][_0x1cfc0a(0x286)](_0x3a170e[_0x1cfc0a(0x396)](),_0x1973ab[_0x1cfc0a(0x3e0)][_0x1cfc0a(0x3a2)]),_0x48af2d;}['saveDoc'](_0xc89ef6,_0x2b6423){const _0x24f1b7=_0x5d8b54;let _0x1284ec={..._0x2b6423['getSnapshot']()};return _0x1284ec['resources']=this['_resourceManagerService'][_0x24f1b7(0x286)](_0x2b6423[_0x24f1b7(0x396)](),_0x1973ab['UniverInstanceType'][_0x24f1b7(0x2b9)]),_0x1284ec;}};_0x340121=_0x554b26([_0x1cc361(0x0,(0x0,_0x1973ab['Inject'])(_0x5d3d9f)),_0x1cc361(0x1,_0x1973ab['IUniverInstanceService']),_0x1cc361(0x2,_0x1cd69e),_0x1cc361(0x3,_0x1973ab['ICommandService']),_0x1cc361(0x4,_0x1973ab[_0x5d8b54(0x2c6)]),_0x1cc361(0x5,(0x0,_0x1973ab[_0x5d8b54(0x37f)])(_0x5dbdb8)),_0x1cc361(0x6,(0x0,_0x1973ab[_0x5d8b54(0x37f)])(_0x1973ab[_0x5d8b54(0x2de)]))],_0x340121);let _0x40adca=class extends _0x1973ab[_0x5d8b54(0x373)]{constructor(_0x4a8d7c=_0x10f3b5,_0x44fd71,_0x2e0274){const _0x523882=_0x5d8b54;super(),this[_0x523882(0x2ea)]=_0x4a8d7c,this['_injector']=_0x44fd71,this['_configService']=_0x2e0274;let {..._0xb51e3d}=(0x0,_0x1973ab[_0x523882(0x1ee)])({},_0x10f3b5,this[_0x523882(0x2ea)]);this['_configService'][_0x523882(0x3d4)](_0x523882(0x1ea),_0xb51e3d);}['onStarting'](){const _0x2d42cd=_0x5d8b54;(0x0,_0x1973ab['registerDependencies'])(this['_injector'],[[_0x5d3d9f],[_0x353e21],[_0x4138e2],[_0x5c2c93],[_0x340121],[_0x15f87f,{'useClass':_0x2d8f4a}],[_0x5dbdb8]]),(0x0,_0x1973ab['touchDependencies'])(this[_0x2d42cd(0x27c)],[[_0x5c2c93],[_0x353e21],[_0x4138e2]]);}};_0x173b6f(_0x40adca,_0x5d8b54(0x35b),'UNIVER_COLLABORATION_PLUGIN'),_0x173b6f(_0x40adca,_0x5d8b54(0x22c),_0x14bc8e),_0x173b6f(_0x40adca,_0x5d8b54(0x19e),_0x4b4f2d),_0x40adca=_0x554b26([(0x0,_0x1973ab['DependentOn'])(_0x14404a[_0x5d8b54(0x255)]),_0x1cc361(0x1,(0x0,_0x1973ab[_0x5d8b54(0x37f)])(_0x1973ab[_0x5d8b54(0x1d1)])),_0x1cc361(0x2,_0x1973ab[_0x5d8b54(0x3b0)])],_0x40adca);let _0x4bdc7a=class{constructor(_0x5959a1,_0x225ece,_0x5a8dc9){const _0x4cd43a=_0x5d8b54;this['_snapshotServerService']=_0x5959a1,this[_0x4cd43a(0x2db)]=_0x225ece,this[_0x4cd43a(0x3dc)]=_0x5a8dc9;}async[_0x5d8b54(0x3f7)](_0x26adf6,_0x5d7d7d,_0x4f4e19,_0x329270,_0x119581){const _0x464d98=_0x5d8b54;return _0x66e875(_0x26adf6,_0x119581||this[_0x464d98(0x2db)][_0x464d98(0x3f7)](_0x26adf6,_0x329270),_0x5d7d7d,_0x4f4e19,this[_0x464d98(0x327)],this['_logService']);}async[_0x5d8b54(0x3dd)](_0x3e0aac,_0x9c9acb,_0x2ea546,_0x4f6710){const _0x1b1ee5=_0x5d8b54;return _0x6df686(_0x3e0aac,_0x4f6710||this[_0x1b1ee5(0x2db)]['saveSheet'](_0x3e0aac,_0x2ea546),_0x9c9acb,this[_0x1b1ee5(0x327)]);}async['getSheet'](_0x44e0b1,_0x13b10b,_0x29a85e,_0x3db301){const _0x3a0a57=_0x5d8b54;return _0xd5e2df(_0x44e0b1,this['_snapshotService'][_0x3a0a57(0x3f7)](_0x44e0b1,_0x3db301),_0x13b10b,_0x29a85e,this[_0x3a0a57(0x327)],this[_0x3a0a57(0x3dc)]);}async[_0x5d8b54(0x239)](_0x2eaab1,_0x1d941b,_0x4210d7,_0x23a36e){const _0x3e9baf=_0x5d8b54;return _0x42b275(_0x2eaab1,this[_0x3e9baf(0x2db)]['saveDoc'](_0x2eaab1,_0x23a36e),_0x1d941b,_0x4210d7);}async[_0x5d8b54(0x36b)](_0x558716,_0x3fc3eb,_0x40b0c7,_0x51ab07,_0x4e2366){const _0x58ed51=_0x5d8b54;return _0x5aaeb6(_0x558716,_0x4e2366||this['_snapshotService'][_0x58ed51(0x36b)](_0x558716,_0x51ab07),_0x3fc3eb,_0x40b0c7,this[_0x58ed51(0x327)]);}};_0x4bdc7a=_0x554b26([_0x1cc361(0x0,_0x1cd69e),_0x1cc361(0x1,(0x0,_0x1973ab[_0x5d8b54(0x37f)])(_0x340121)),_0x1cc361(0x2,(0x0,_0x1973ab[_0x5d8b54(0x37f)])(_0x1973ab[_0x5d8b54(0x2c6)]))],_0x4bdc7a),_0x10a256[_0x5d8b54(0x1a9)]=_0x472d7c,_0x10a256['CompressMutationService']=_0x5dbdb8,_0x10a256['CreateUnitMutation']=_0x220dac,Object['defineProperty'](_0x10a256,_0x5d8b54(0x257),{'enumerable':!0x0,'get':function(){return _0x5c2c93;}}),_0x10a256[_0x5d8b54(0x1c0)]=_0xae2e41,_0x10a256[_0x5d8b54(0x2ae)]=_0x1cd69e,_0x10a256[_0x5d8b54(0x2eb)]=_0x15f87f,_0x10a256[_0x5d8b54(0x3d0)]=_0x21eaf1,Object['defineProperty'](_0x10a256,_0x5d8b54(0x316),{'enumerable':!0x0,'get':function(){return _0x5d3d9f;}}),_0x10a256[_0x5d8b54(0x40f)]=_0x5dee1b,_0x10a256[_0x5d8b54(0x27e)]=_0x41a0d7,Object[_0x5d8b54(0x3b5)](_0x10a256,'SheetTransformController',{'enumerable':!0x0,'get':function(){return _0x4138e2;}}),Object[_0x5d8b54(0x3b5)](_0x10a256,_0x5d8b54(0x213),{'enumerable':!0x0,'get':function(){return _0x4bdc7a;}}),Object[_0x5d8b54(0x3b5)](_0x10a256,_0x5d8b54(0x277),{'enumerable':!0x0,'get':function(){return _0x340121;}}),Object[_0x5d8b54(0x3b5)](_0x10a256,_0x5d8b54(0x28a),{'enumerable':!0x0,'get':function(){return _0x2d8f4a;}}),Object['defineProperty'](_0x10a256,_0x5d8b54(0x3b2),{'enumerable':!0x0,'get':function(){return _0x40adca;}}),_0x10a256[_0x5d8b54(0x2d3)]=_0x314b54,_0x10a256[_0x5d8b54(0x415)]=_0x51451e,_0x10a256[_0x5d8b54(0x2ca)]=_0x42b275,_0x10a256[_0x5d8b54(0x1f3)]=_0xd5e2df,_0x10a256['getSheetBlocksFromSnapshot']=_0x226a34,_0x10a256['isTransformChangesetsFailure']=_0x5add65,_0x10a256[_0x5d8b54(0x210)]=_0x4bb092,_0x10a256[_0x5d8b54(0x245)]=_0x8703f0,_0x10a256['isTransformMutationSuccess']=_0x23bbda,_0x10a256['isTransformMutationsFailure']=_0x5dc7b4,_0x10a256[_0x5d8b54(0x1a7)]=_0x1fe02a,_0x10a256[_0x5d8b54(0x1e6)]=_0x173a45,_0x10a256[_0x5d8b54(0x2be)]=_0x54cb09,_0x10a256[_0x5d8b54(0x2dc)]=_0x1806c3,_0x10a256['measureAsyncOperation']=_0x146bb1,_0x10a256[_0x5d8b54(0x424)]=_0x189d10,_0x10a256[_0x5d8b54(0x24c)]=_0x2db38a,_0x10a256[_0x5d8b54(0x389)]=_0x404dae,_0x10a256[_0x5d8b54(0x200)]=_0x38f524,_0x10a256[_0x5d8b54(0x2d1)]=_0x882104,_0x10a256[_0x5d8b54(0x31a)]=_0x2f16d2,_0x10a256['textDecoder']=_0x22dd8d,_0x10a256[_0x5d8b54(0x420)]=_0x3bfc04,_0x10a256['transformDocumentDataToSnapshot']=_0x5aaeb6,_0x10a256[_0x5d8b54(0x346)]=_0x5e79bb,_0x10a256[_0x5d8b54(0x1d3)]=_0x1512e7,_0x10a256[_0x5d8b54(0x34d)]=_0x66e875,_0x10a256[_0x5d8b54(0x199)]=_0x48af7d;}));function _0x32f8(_0x37b350,_0xfaf4fc){_0x37b350=_0x37b350-0x198;const _0x3a63bc=_0x3a63();let _0x32f851=_0x3a63bc[_0x37b350];return _0x32f851;}function _0x3a63(){const _0x6970b2=['generateStringWithSequence','MoveRowsCommand','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment','createUnit','col','sequenceNodesBuilder','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','COMPRESS_MUTATION_APPLY','UniverSheetsDrawing','rowsAutoHeightInfo','delete','isError','Parsing\x20blocks\x20took\x20a\x20long\x20time:\x20','[TransformService]:\x20_rightInclineTransformMutations\x20loop2\x20exceeded\x20the\x20limit\x20time.','startColumn','rotateRange','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order','ISnapshotServerService','DeleteCommentMutation','UpdateHyperLinkRefMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','ErrorCode','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','AddHyperLinkMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','byteLength','sequenceNodeType','unitID','UNIVER_DOC','constructor','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','SetWorksheetPermissionPointsMutation','isTransformMutationsWithChangesetSuccess','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','registerTransformAlgorithm','ICommandService','liveshare.terminate','[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20','COMMENT_UPDATE','subtract','ILogService','m2Prime','3269825IskBal','COLUMN','generateTempDocumentSnapshot','get','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','_initSetRangeValues','MUTATION','decorate','axis','parseProtocolCommand','getUnit','b64DecodeUnicode','right-loop2','toFixed','CHANGESET_REJ','handleBaseRemoveRange','Block\x20not\x20found','code','push','_snapshotService','mapDocumentTypeToUniverInstanceType','count','IResourceManagerService','object','UpdateRuleType','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','columnCount','RichTextEditingMutation','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','remove\x20row\x20is\x20conflict\x20with\x20move\x20row',']\x20start\x20','getDataRange','commentId','fetchThroughInterceptors','_config','ITransformService','ReCalcSheetsFilterMutation','UpdateDataValidationMutation','SETTING','concat','sheetOrder','ROW','0123456789','users_leave','getInterceptPoints','[Error]\x20_logOriginTransformMutations\x20','doc','fromOrder','hasOwnProperty','SetDrawingApplyMutation','getSnapshot','cfId','total\x20','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','payload','SetSheetsFilterCriteriaMutation','removeRows','SetWorksheetRowAutoHeightMutation','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.','insertMatrixArray','move\x20row\x20is\x20conflict\x20with\x20move\x20row','transformOutlinesByDelete','singleReferenceToGrid','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','UniverSheetsHyperLink','start','sync\x20[','RemoveDataValidationMutation','unitId','univer.mutation.revert-version','concatRows','Error\x20saving\x20block\x20for\x20sheet\x20','RemoveColMutation','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','Module','async\x20[','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','RevisionService','default','before','intercept','parseProtocolMutation','block','UniverProtocol','decode','columnData','LIVESHARE_OPERATION','AddConditionalRuleMutation','REFERENCE','[ParseBlocks]','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','LIVESHARE_REQUEST_HOST','transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','Missing\x20workbook\x20meta\x20in\x20snapshot','_snapshotServerService','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.\x20','692PcrclN','generateRandomId','SetWorksheetHideMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col','[transformWorkbookDataToSnapshot()]:\x20Sheet\x20block\x20mismatch','remove\x20col\x20is\x20conflict\x20with\x20move\x20col','UniverSheetsFilter','_transformMutationsCache','SetRowVisibleMutation','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','univer.mutation.create-unit','move\x20row\x20is\x20conflict\x20with\x20move\x20range','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','GRID','isArray','@univerjs/sheets-conditional-formatting','UUID\x20byte\x20range\x20','call','InsertColCommand','_commandService','AddWorksheetMergeMutation','subUnitId','sourceRange','SetWorksheetProtectionMutation','\x20Sheet\x20Order:\x20','name','[debug]\x20c1:\x20','isRangesEqual','transformSnapshotToDocumentData','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','@univerjs/thread-comment','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','ObjectMatrix','SetDimensionOutlineCollapsedMutation','9ZIWFTC','transformWorkbookDataToSnapshot','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','SetWorksheetNameMutation','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','SetWorksheetColWidthMutation','isMerged','saveSheetBlock','getMatrix','_handleInsertSheetCompressMutationSend','outline','3184930MXTiAf','link','find','pluginName','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','PERMISSION_REJ','values','rowData','workbook','UniverThreadComment','Missing\x20sheet\x20block\x20','[debug]\x20m1Length:\x20','ceil','TransformDimensionOutlinesMutation','getRev','USERS_LEAVE','setRevOfUnit','random','RANGE_TYPE','saveDoc','getCurrentRevOfUnit','charCodeAt','cellData','SetRangeProtectionMutation',']\x20end,\x20took\x20','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','Plugin','m1Prime','dimensionOutlineId','@univerjs-pro/license','message','createIdentifier','_transformService','[debug]\x20_rightInclineTransformMutations\x20start\x20transforming\x20mutations.\x20Date\x20now:\x20','liveshare.new_host','registerCommand','body','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col','Inject','[Error]\x20m2\x20origin\x20mutation\x20','Failed\x20to\x20get\x20sheet\x20block:\x20','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','transformOutlinesByMove','left-loop1','unshift','pseudo_fetch_missing_result','UPDATE_PERMISSION_OBJ','6vrkDRr','parseMutationToProtocol','value','handler','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','@univerjs/sheets-filter','splice','CHANGESET_ACK','sheets','[debug]\x20m2Length:\x20','blocks','end','getUnitOnRev','entries','getUnitId','revision','.\x20Date\x20now:\x20','USERS_ENTER','iterator','SetFrozenMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','@univerjs/core','forValue','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','Workbook\x20metadata\x20is\x20not\x20available','DimensionOutlineAxis','UNIVER_SHEET','@univerjs/sheets-hyper-link','129552FBbmAg','add','LIVESHARE_FETCH_OPERATIONS','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','@univerjs/sheets-drawing','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','isFormulaString','UniverProCollaboration','RemoveColCommand','incrementRevOfUnit','any','MoveRowsMutation','IConfigService','syncExecuteCommand','UniverCollaborationPlugin','RemoveHyperLinkMutation','_compressMutationService','defineProperty','@univerjs/protocol','drawingId','mutations','MoveRangeMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','@univerjs/engine-formula','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','shift','endRow','SetTabColorMutation','rev','RANGE','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','91AOwNWO',']\x20failed\x20after\x20','blockMeta','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','ErrorType','SetRowHiddenMutation','_transformMap','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','UniverSheetsConditionalFormatting','move','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','now','RevertRevisionMutation','\x20Sheet\x20Metas:\x20','parentId','UPDATE_CURSOR','setConfig','MoveConditionalRuleMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','changeset_ack','liveshare.fetch_operations','isDefine','AddDataValidationMutation','252440YEJLPv','_logService','updateSheet','liveshare.request_host','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','UniverInstanceType','length','SetSheetsFilterRangeMutation','_handleCompressNumberMapMutationSend','rules','nodeType','SetNumfmtMutation','indexOf','DeleteWorksheetProtectionMutation','Remove-cols\x20has\x20conflicts\x20with\x20move-range','getValue','MoveColsCommand','EmptyMutation','transformChangesets','prototype','AddWorksheetProtectionMutation','Disposable','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','comment','Rectangle','left-loop2','liveshare.operation','column','saveSheet','moveColumns','[GetBlocks]','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','rng','ClearDimensionOutlinesMutation','objects','getRealRange','transform','MoveColsMutation','DrawingApplyType','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','SetColVisibleMutation','parse\x20blocks\x20end,\x20took\x20','filter','min','params','PSEUDO_FETCH_MISSING_RESULT','number','UniverCore','LIVESHARE_TERMINATE','_logCurrentTransformMutations','new_changesets','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','SINGLE_HISTORY_MUTATIONS','toISOString','UNISCRIPT_RUN','DeleteConditionalRuleMutation','data','function','b64EncodeUnicode','changeset_rej','baseRev','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','all','symbol','[Error]\x20_logCurrentTransformMutations\x20','sheet','SetWorksheetRowHeightMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','RemoveRowCommand','textEncoder','error','formula2','setValue','measureSyncOperation','debug','deepClone','uuidv4','[generateTemporarySnap()]:\x20Sheet\x20order\x20mismatch','intersects','@univerjs/docs','collapsed','version','submit_changeset','_univerInstanceService','some','getSheetId','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','SetConditionalRuleMutation','\x20ms','SetRowDataMutation','isTransformMutationsSuccess','\x20Sheet\x20raw:\x20','CollaborationEvent','encode','sourceStart','[debug]\x20transformChangesets.\x20Date\x20now:\x20','serializeRange','formula1','UniverSheets','colId','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','[TransformService]:\x20_leftInclineTransformMutations\x20loop2\x20exceeded\x20the\x20limit\x20time.','_logOriginTransformMutations','right','primary','warn','__splitChunk__','[generateTemporarySnap()]','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','keys','compress','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','randomUUID','EmptyMutationInfo','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','UpdateCommentMutation','targetRange','toLowerCase','type','textRanges','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','ReorderRangeMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row','dispose','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','string','includes','map','order','Injector','Range','transformSnapshotToWorkbookData','queryObjectMatrix','resources','_leftInclineTransformMutations','[SnapshotService]:\x20request\x20snapshot\x20error!','isMergedMainCell','univer-pro.collaboration.transform-service','removedOutlineIds','sort','UNIT_DELETE','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','incrementRev','SetSelectionsOperation','actualRow','stringify','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','ruleId','move\x20col\x20is\x20conflict\x20with\x20move\x20range','isTransformMutationsWithChangesetFailure','[SnapshotService]:\x20request\x20snapshot\x20error!\x20The\x20original\x20error\x20is:\x20','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col','\x20already\x20exists.','collaboration.config','comment_update','set','selections','merge','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range','removeColumns','after','from','generateTemporarySnap','range','startRow','RemoveDimensionOutlineMutation','transformPosition','update_permission_obj','\x20(1)','getSliceDataAndCellCountByRows','SetColDataMutation','unit_delete','transformMutations','[transformWorkbookDataToSnapshot()]','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','parseProtocolChangeset','interceptor','reduce','createInterceptorKey','cellValue','\x20Block\x20Metas:\x20','0.25.0','SheetTypes','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','index','4573760LfpCBx','14049BwPIhb','handleBaseInsertRange','spliceArray','AddCommentMutation','InsertSheetMutation','isTransformChangesetsSuccess','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','_revisionService','SnapshotSaveService','amd','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','rule','originalMeta','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!','_resourceManagerService','ref','[generateTemporarySnap()]:\x20Sheet\x20block\x20mismatch','transformMutation','actions','parse','permission_rej','CommandType','SetRangeValuesMutation','handleDefaultRangeChangeWithEffectRefCommands','findIndex','reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','realDeleteValue','Sheet\x20block\x20mismatch!\x20','packageName','__range__','[debug]\x20_leftInclineTransformMutations\x20start\x20transforming\x20mutations.\x20Date\x20now:\x20','_init','foreach','uid','outlineId','RemoveWorksheetMergeMutation','SetWorksheetNameMutation\x20conflicts\x20with\x20InsertSheetMutation\x20on\x20the\x20same\x20worksheet\x20ID.','reportUnitRoutingStats','criteria','\x20for\x20sheet\x20','rowCount','getDoc','every','[SnapshotService]:\x20failed\x20to\x20get\x20sheet\x20blocks.\x20','endColumn','transformOutlinesByInsert','serializeRangeToRefString','styleRefMap','[Error]\x20m1Length:\x20','handleBaseMoveRowsCols','right-loop1','getSheets','slice','isTransformMutationFailure','size','destinationIndex','Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','UniverEngineFormula','RemoveRowMutation','parseChangesetToProtocol','SHOULD_CLOSE_CONN','InsertColMutation','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','toPrimitive','exports',']\x20took\x20a\x20long\x20time:\x20','getSheetBlock','UniverLicensePlugin','JSONX','DocTransformController','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','handleCommonDefaultRangeChangeWithEffectRefCommands','UpdateHyperLinkMutation','\x20is\x20out\x20of\x20buffer\x20bounds','AddRangeProtectionMutation','\x20blocks','title','step','clear','_handleDecompressNumberMapMutationApply','SetColHiddenMutation','left','move\x20col\x20is\x20conflict\x20with\x20move\x20col','SUBMIT_CHANGESET','fill','UpdateCommentRefMutation','actualColumn','NEW_CHANGESETS','max','InsertRowMutation','forEach','toOrder','getOwnPropertyDescriptor','IUniverInstanceService','flat','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','has','RemoveNumfmtMutation','users_enter','_loopLimitTime','SnapshotService','rowHeight','row','insert','edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed','_injector','moveMatrixArray','SINGLE_SNAPSHOT_MUTATIONS','moveRows','SetWorksheetOrderMutation','Tools','1408ACwwBT','RemoveSheetMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','blockID','getResources',']:\x20','InsertRowCommand','InterceptorManager','TransformService','endOffset','UniverDataValidation','277176ASBmKY','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','CopyWorksheetEndMutation','COMPRESS_MUTATION_SEND','colWidth','ranges','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20','getDeserializedSheetBlock','SetWorksheetRowIsAutoHeightMutation','AddDimensionOutlineMutation','RemoveSheetsFilterMutation','\x20and\x20','transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.','JSON1'];_0x3a63=function(){return _0x6970b2;};return _0x3a63();}
|
|
6
|
-
|
|
7
|
-
// @univerjs-pro/exchange-client/index
|
|
8
|
-
function _0x45c0(_0x5df804,_0x1365e7){_0x5df804=_0x5df804-0x1c3;const _0x326d70=_0x326d();let _0x45c018=_0x326d70[_0x5df804];return _0x45c018;}function _0x326d(){const _0x57cad2=['getUploadFile','UNRECOGNIZED','symbol','getSnapshot','UPLOADING','current','number','url','getResourcesRequest','getTaskServerUrl','univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','resolveWithBasePath','#EC4F2D','ExchangeService','toString','packageName','next','xltx','button','_getMinSheetColumnCount','#FF6B4B','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','/universer-api/stream/file/upload','UploadNotificationState','exchange-client.uploadSuccess','complete','XlsxMultiIcon','unsubscribe','clear','substring','Injector','keys','revokeObjectURL','displayName','transformSnapshotToWorkbookData','appendChild','name','text','_signUrl','updateSnapshot','interrupt','_export','_state$','UniverNetwork','docx','univer-flex','HttpImport','addEventListener','enableServerSideComputing','getUnitOnRev','application/vnd.openxmlformats-officedocument.spreadsheetml.template','_httpService','UNIVER_DOC','#305CFA','_completeProgress','transformDocumentDataToSnapshotJson','import\x20error','UniverLicensePlugin','type','ceil','@univerjs-pro/collaboration','exportDOCXByUnitId','registerLink','ClockIcon','currentTarget','_showNetworkError','ErrorIcon','code','_importToSnapshot','_requestState$','none','sort','651325QtMFyN','MessageType','/universer-api/exchange/{type}/export','_getSignURL','title','accept','click','origin','_injector','Get\x20outputType\x20error','stringify','_univerInstanceService','IUIPartsService','Subject','mem','defs','asObservable','getDeserializedSheetBlock','forwardRef','_list','attrs','application/vnd.openxmlformats-officedocument.wordprocessingml.document','_getImportURL','toDisposable','_exportBySnapshot','map','file.json','983040xUUQyw','getSheetBlock','round','_taskInterrupted','univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','doc','decode','univer-fixed\x20univer-bottom-12\x20univer-right-3\x20univer-z-[1000]\x20univer-box-border\x20univer-flex\x20univer-w-[372px]\x20univer-flex-col\x20univer-rounded-md\x20univer-bg-white\x20univer-px-3\x20univer-pb-4\x20univer-pt-5\x20univer-shadow-md','connectInjector','transformSnapshotJsonToDocumentData','touchDependencies','Success','setConfig','xlsx','call','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','IExchangeOperateService','ShareRangeIcon','pop','react','_doneUploadTaskCount',':\x20HTTP\x20','tag','pending','log','M5.88699\x202.34478L3.65371\x202.3448C2.88051\x202.34481\x202.25372\x202.97161\x202.25372\x203.7448L2.25371\x2012.4445C2.25371\x2013.2177\x202.88052\x2013.8445\x203.65372\x2013.8445L12.3535\x2013.8445C13.1267\x2013.8445\x2013.7535\x2013.2177\x2013.7535\x2012.4445V10.0256C13.7535\x209.69425\x2014.0221\x209.42562\x2014.3535\x209.42562C14.6849\x209.42562\x2014.9535\x209.69425\x2014.9535\x2010.0256V12.4445C14.9535\x2013.8804\x2013.7894\x2015.0444\x2012.3535\x2015.0445L3.65373\x2015.0445C2.21778\x2015.0445\x201.05371\x2013.8805\x201.05371\x2012.4445L1.05372\x203.7448C1.05372\x202.30888\x202.21776\x201.14482\x203.65369\x201.1448L5.88697\x201.14478C6.21834\x201.14477\x206.48698\x201.4134\x206.48698\x201.74477C6.48699\x202.07614\x206.21836\x202.34477\x205.88699\x202.34478Z','data','transformSnapshotToDocumentData','univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','_getUnitName','upload','_localeService','white','useDependency','files','display','useObservable','unitID','M8\x2015C11.866\x2015\x2015\x2011.866\x2015\x208C15\x204.13401\x2011.866\x201\x208\x201C4.13401\x201\x201\x204.13401\x201\x208C1\x2011.866\x204.13401\x2015\x208\x2015ZM11.7245\x206.42417C11.9588\x206.18985\x2011.9588\x205.80995\x2011.7245\x205.57564C11.4901\x205.34132\x2011.1102\x205.34132\x2010.8759\x205.57564L7.3002\x209.15137L5.72446\x207.57564C5.49014\x207.34132\x205.11025\x207.34132\x204.87593\x207.57564C4.64162\x207.80995\x204.64162\x208.18985\x204.87593\x208.42417L6.87593\x2010.4242C7.11025\x2010.6585\x207.49014\x2010.6585\x207.72446\x2010.4242L11.7245\x206.42417Z','M3.71274\x202.86421C3.47843\x202.6299\x203.09853\x202.6299\x202.86421\x202.86421C2.6299\x203.09853\x202.6299\x203.47843\x202.86421\x203.71274L7.15154\x208.00007L2.86421\x2012.2874C2.6299\x2012.5217\x202.6299\x2012.9016\x202.86421\x2013.1359C3.09853\x2013.3702\x203.47843\x2013.3702\x203.71274\x2013.1359L8.00007\x208.84859L12.2874\x2013.1359C12.5217\x2013.3702\x2012.9016\x2013.3702\x2013.1359\x2013.1359C13.3702\x2012.9016\x2013.3702\x2012.5217\x2013.1359\x2012.2874L8.84859\x208.00007L13.1359\x203.71274C13.3702\x203.47843\x2013.3702\x203.09853\x2013.1359\x202.86421C12.9016\x202.6299\x2012.5217\x202.6299\x2012.2874\x202.86421L8.00007\x207.15154L3.71274\x202.86421Z','message','append','Warning','UNIVER_EXCHANGE_CLIENT_PLUGIN','_extractErrorDetail','@univerjs/design','_refresh','UNDEFINED','UploadNotificationService','forEach','3718582kwhBAS','_buildHttpErrorMessage','_visible$','#32A846','disposeWithMe','{taskID}','univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','amd','href','floor','_uploadTaskNotDone','IConfigService','&source=','slide-multi-icon','_sheetBlockCache','sign\x20url\x20error','Module','_uiPartsService','useState','Failed\x20to\x20get\x20jsonID\x20from\x20task','saveSheetBlock','_requestService','shift','HTTPService','xlink:href','Info','univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','_getExportURL','toLowerCase','exchange-client.cancel','download','UNIVER_UNKNOWN','getCurrentUnitOfType','defineProperty','@univerjs/protocol','fileID','INTERNAL_ERROR','createElement','exportXLSXByUnitId','_showUploadMessage','\x20-\x20','DependentOn','assign','univer-pro.exchange-client.request.service','textEncoder','exchange-client.uploading','uploadFileServerUrl','Inject','http://www.w3.org/2000/svg','_clearProgress','downloadFile','0\x200\x2016\x2016','b64DecodeUnicode','ErrorCode','_getUnitIDDoc','workbook.json','M4.57245\x207.27962C4.57245\x207.09553\x204.72169\x206.94629\x204.90578\x206.94629H10.2391C10.4232\x206.94629\x2010.5724\x207.09553\x2010.5724\x207.27962C10.5724\x207.46372\x2010.4232\x207.61296\x2010.2391\x207.61296H4.90578C4.72169\x207.61296\x204.57245\x207.46372\x204.57245\x207.27962Z','content-disposition','exchange-client.uploadAgain','_getUnitDocJson','Failed\x20to\x20get\x20fileID\x20from\x20task','catch','BehaviorSubject','_registerComponents','React','_addTotalCount','onStarting','_getDownloadEndpointURL','idSuffix','body','application/octet-stream','Failed\x20to\x20transform\x20snapshot\x20to\x20string','length','univer-mt-5\x20univer-flex\x20univer-flex-col','parse','UniverInstanceType','.json','prototype','statusText','upload\x20request\x20failed','exchange-client.config','exchange-client.uploadSuccessTip','pushLink','max','show','2VPIAKa','entries','Method\x20not\x20implemented.','@univerjs-pro/exchange-client','_importTaskId','success','exports','signUrl','_fileTypeError','createIdentifier','UNIVER_PROJECT','use','DocMultiIcon','&flate=','_getIgnoreTableExport','1em','split','_progress$','getUnitId','colorChannel1','dispose','toStringTag','univer-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-text-gray-500\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-bg-gray-600','jsxs','object','span','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','Failed\x20to\x20get\x20unitID\x20from\x20task','unshift','getSheetBlocksFromSnapshot','/universer-api/exchange/task/{taskID}','updateState','rxjs','useEffect','blockID','_getUnitID','#4B7DFF','_list$','url(#$1','getUniverInstanceTypeByFile','success-icon','doc-multi-icon','M4.90578\x2011.6398C4.72169\x2011.6398\x204.57245\x2011.789\x204.57245\x2011.9731C4.57245\x2012.1572\x204.72169\x2012.3065\x204.90578\x2012.3065H7.57245C7.75654\x2012.3065\x207.90578\x2012.1572\x207.90578\x2011.9731C7.90578\x2011.789\x207.75654\x2011.6398\x207.57245\x2011.6398H4.90578Z','level','importWorkbookDataToUnitId','Plugin','RequestService','_getEnableServerSideComputing','unit','requestState$','children','UniverDesign','IMessageService','outputType','get','univer-pl-2\x20univer-pr-4','Disposable','uploadFileToUnitId','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','transformSnapshotJsonToWorkbookData','@univerjs/network','M10.4097\x209.35206C10.5753\x209.35206\x2010.7115\x209.21728\x2010.6918\x209.05277C10.6645\x208.82511\x2010.6062\x208.60178\x2010.5181\x208.38909C10.3917\x208.08379\x2010.2063\x207.80639\x209.97264\x207.57272C9.73897\x207.33905\x209.46157\x207.1537\x209.15627\x207.02724C8.94358\x206.93914\x208.72024\x206.88083\x208.49259\x206.85356C8.32808\x206.83385\x208.1933\x206.97001\x208.1933\x207.13569V9.05206C8.1933\x209.21774\x208.32761\x209.35206\x208.4933\x209.35206H10.4097Z','exchange-client.downloading','20fOfZUs','_getMaxPollingTime','rev','univer-text-sm\x20univer-text-gray-500','_importFileToUnitId','sheets','file','SUCCESS','interruptImportTask','function','originalMeta','714576FHexBY','application/vnd.openxmlformats-officedocument.presentationml.presentation','clearTaskInterrupted','_upload','ERROR','block\x20is\x20required','minSheetRowCount','join','state$','getConfig','UniverExchangeClientPlugin','jsonID','{fileID}','_uploadNotificationService','pptx','_buildProtocolErrorMessage','exportXLSXBySnapshot','jsx','_getMinSheetRowCount','evenodd','div','values','{type}','link','UniverProLicense','application/vnd.ms-excel.sheet.macroEnabled.12','exchange-client.interrupt','clock-icon','trim','M8.24483\x204.80026C8.24487\x204.46889\x207.97627\x204.20023\x207.6449\x204.2002C7.31353\x204.20016\x207.04487\x204.46876\x207.04483\x204.80013L7.04443\x208.40306C7.04442\x208.56222\x207.10763\x208.71486\x207.22017\x208.82739L9.64664\x2011.2539C9.88095\x2011.4882\x2010.2608\x2011.4882\x2010.4952\x2011.2539C10.7295\x2011.0195\x2010.7295\x2010.6396\x2010.4952\x2010.4053L8.24446\x208.15463L8.24483\x204.80026Z','univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden','_getTaskURL','UniverProtocol','exchange-client.tooLarge','path','sheetBlocks','exchange-client.downloadSuccess','add','subscribe','currentColor','export\x20error','toPrimitive','isArray','M8.14248\x200.899902C4.22126\x200.899902\x201.04248\x204.07868\x201.04248\x207.9999C1.04248\x2011.9211\x204.22126\x2015.0999\x208.14248\x2015.0999C12.0637\x2015.0999\x2015.2425\x2011.9211\x2015.2425\x207.9999C15.2425\x204.07868\x2012.0637\x200.899902\x208.14248\x200.899902ZM2.24248\x207.9999C2.24248\x204.74142\x204.884\x202.0999\x208.14248\x202.0999C11.401\x202.0999\x2014.0425\x204.74142\x2014.0425\x207.9999C14.0425\x2011.2584\x2011.401\x2013.8999\x208.14248\x2013.8999C4.884\x2013.8999\x202.24248\x2011.2584\x202.24248\x207.9999Z','defIds','getTextFromUrl','react/jsx-runtime','post','Error\x20fetching\x20file\x20from\x20URL:','_blank','CONNECTOR_DATA_TOO_LARGE','9915360jUDhCM','xlsm','6DojIOW','copyFileMeta','disableCellImageConversion','exportDOCXBySnapshot','exchange-client.fileTypeError','univer-text-blue-500','ILogService','input','_import','CloseIcon','options','size','error-icon','min','importXLSXToUnitId','univer-pro.exchange-client.upload-notification.service','LocaleService','ignoreTableExport','_exchangeService','5333616gzAryN','done','univer-flex\x20univer-h-5\x20univer-text-xl','list$','UniverProExchangeClient','textDecoder','SlideMultiIcon','_totalUploadTaskCount','_messageService','scrollbarClassName','Tooltip','pluginName','0\x200\x2017\x2016','M7.8088\x2010.2949L6.3764\x2012.403C6.26259\x2012.5705\x206.03455\x2012.614\x205.86705\x2012.5002C5.69955\x2012.3864\x205.65603\x2012.1584\x205.76984\x2011.9909L7.3655\x209.64252L5.94042\x207.54519C5.82661\x207.37769\x205.87013\x207.14964\x206.03763\x207.03583C6.20512\x206.92202\x206.43317\x206.96555\x206.54698\x207.13304L7.8088\x208.9901L9.07062\x207.13304C9.18443\x206.96555\x209.41248\x206.92202\x209.57997\x207.03583C9.74747\x207.14964\x209.79099\x207.37769\x209.67718\x207.54519L8.2521\x209.64252L9.84776\x2011.9909C9.96157\x2012.1584\x209.91805\x2012.3864\x209.75055\x2012.5002C9.58305\x2012.614\x209.35501\x2012.5705\x209.2412\x2012.403L7.8088\x2010.2949Z','UNIVER_SHEET','FileId','514721KSpmai','BuiltInUIPart','string','noreferrer','Failed\x20to\x20get\x20text\x20from\x20url','resolve','M8.71094\x201.75039C8.71094\x201.41902\x208.97956\x201.15039\x209.31094\x201.15039H13.7497C14.3572\x201.15039\x2014.8497\x201.64288\x2014.8497\x202.25039V6.68919C14.8497\x207.02056\x2014.5811\x207.28919\x2014.2497\x207.28919C13.9184\x207.28919\x2013.6497\x207.02056\x2013.6497\x206.68919V3.19854L8.95883\x207.88944C8.72452\x208.12375\x208.34462\x208.12375\x208.1103\x207.88944C7.87599\x207.65512\x207.87599\x207.27523\x208.1103\x207.04091L12.8008\x202.35039H9.31094C8.97956\x202.35039\x208.71094\x202.08176\x208.71094\x201.75039Z','b64EncodeUnicode','No\x20file\x20selected','exchange-client.networkError','location','_getUploadFileURL','progress$','replace','@univerjs-pro/license','encode','UniverNetworkPlugin','constructor','application/json','removeChild','fill','iterator','pathname','_logService','_addDoneTask','M10.0075\x201.12549L13.9104\x205.09842H10.6742C10.306\x205.09842\x2010.0075\x204.79994\x2010.0075\x204.43175V1.12549Z','export','importDOCXToSnapshot','status','_getLinkByUnitId','headers','xlsx-multi-icon','0.25.0','@univerjs/ui','createObjectURL','_getDisableCellImageConversion','upload\x20failed:\x20missing\x20FileId\x20in\x20response','importDOCXToUnitId','importXLSXToSnapshot','useRef','searchParams','_emitProgress','snapshot','clsx','svg','Error','_config','_showDownloadMessage','subarray','/universer-api/file/{fileID}/sign-url','M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z','M4.57245\x209.62638C4.57245\x209.44229\x204.72169\x209.29305\x204.90578\x209.29305H10.2391C10.4232\x209.29305\x2010.5724\x209.44229\x2010.5724\x209.62638C10.5724\x209.81048\x2010.4232\x209.95972\x2010.2391\x209.95972H4.90578C4.72169\x209.95972\x204.57245\x209.81048\x204.57245\x209.62638Z','blob','ExchangeOperateService','filter','setTaskInterrupted','saveSnapshot','error','IUniverInstanceService','@univerjs/core','workbook','has','import','downloadEndpointUrl','M7.76493\x207.24535C7.76493\x207.07967\x207.63024\x206.94371\x207.46548\x206.96123C7.01146\x207.00953\x206.57426\x207.16714\x206.19216\x207.42245C5.72662\x207.73351\x205.36378\x208.17564\x205.14951\x208.69292C4.93525\x209.2102\x204.87918\x209.77941\x204.98842\x2010.3285C5.09765\x2010.8777\x205.36727\x2011.3821\x205.76318\x2011.778C6.15909\x2012.1739\x206.66351\x2012.4436\x207.21265\x2012.5528C7.76179\x2012.662\x208.33099\x2012.606\x208.84828\x2012.3917C9.36556\x2012.1774\x209.80769\x2011.8146\x2010.1188\x2011.349C10.3741\x2010.9669\x2010.5317\x2010.5297\x2010.58\x2010.0757C10.5975\x209.91096\x2010.4615\x209.77627\x2010.2958\x209.77627L8.06493\x209.77627C7.89925\x209.77627\x207.76493\x209.64195\x207.76493\x209.47627L7.76493\x207.24535Z','_configService','set','registerDependencies','minSheetColumnCount','getTask'];_0x326d=function(){return _0x57cad2;};return _0x326d();}(function(_0x373995,_0x43ad40){const _0x2d4612=_0x45c0,_0x147339=_0x373995();while(!![]){try{const _0xf105f2=-parseInt(_0x2d4612(0x258))/0x1*(-parseInt(_0x2d4612(0x388))/0x2)+parseInt(_0x2d4612(0x1ff))/0x3+-parseInt(_0x2d4612(0x1f4))/0x4*(parseInt(_0x2d4612(0x2e6))/0x5)+parseInt(_0x2d4612(0x235))/0x6*(parseInt(_0x2d4612(0x333))/0x7)+parseInt(_0x2d4612(0x301))/0x8+parseInt(_0x2d4612(0x248))/0x9+-parseInt(_0x2d4612(0x233))/0xa;if(_0xf105f2===_0x43ad40)break;else _0x147339['push'](_0x147339['shift']());}catch(_0x3a0676){_0x147339['push'](_0x147339['shift']());}}}(_0x326d,0x571ae),function(_0x47a2b1,_0x1309af){const _0xf849f5=_0x45c0;typeof exports==_0xf849f5(0x1cd)&&typeof module<'u'?_0x1309af(exports,require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/network'),require('@univerjs/ui'),require('react'),require('rxjs'),require('@univerjs/design'),require('react/jsx-runtime'),require('@univerjs/protocol'),require('@univerjs-pro/collaboration')):typeof define==_0xf849f5(0x1fd)&&define[_0xf849f5(0x33a)]?define([_0xf849f5(0x38e),_0xf849f5(0x266),_0xf849f5(0x293),_0xf849f5(0x1f1),_0xf849f5(0x279),_0xf849f5(0x314),_0xf849f5(0x1d5),_0xf849f5(0x32e),_0xf849f5(0x22e),_0xf849f5(0x355),_0xf849f5(0x2da)],_0x1309af):(_0x47a2b1=typeof globalThis<'u'?globalThis:_0x47a2b1||self,_0x1309af(_0x47a2b1[_0xf849f5(0x24c)]={},_0x47a2b1[_0xf849f5(0x217)],_0x47a2b1['UniverCore'],_0x47a2b1[_0xf849f5(0x2c9)],_0x47a2b1['UniverUi'],_0x47a2b1['React'],_0x47a2b1[_0xf849f5(0x1d5)],_0x47a2b1[_0xf849f5(0x1e8)],_0x47a2b1[_0xf849f5(0x373)],_0x47a2b1[_0xf849f5(0x220)],_0x47a2b1['UniverProCollaboration']));}(this,function(_0x36d3c1,_0x13676f,_0x236670,_0x592c14,_0x3c7fb1,_0x11b9e7,_0x22e424,_0x5dbf8c,_0x54b4fb,_0x443c35,_0x2bcde1){const _0x181bb3=_0x45c0;Object['defineProperty'](_0x36d3c1,Symbol[_0x181bb3(0x1ca)],{'value':_0x181bb3(0x343)});let _0x1b24e9=_0x181bb3(0x383),_0x3c1c53={};var _0x223b10=_0x181bb3(0x38b),_0x574f57=_0x181bb3(0x278);function _0x6f0d64({ref:_0x1aeda0,..._0x48ffe4}){const _0x1164ad=_0x181bb3;let {icon:_0x20f39d,id:_0x27b00d,className:_0x13e369,extend:_0x1f7f7d,..._0x39458e}=_0x48ffe4,_0x515c25=('univerjs-icon\x20univerjs-icon-'+_0x27b00d+'\x20'+(_0x13e369||''))[_0x1164ad(0x21b)](),_0x4b88f7=(0x0,_0x11b9e7[_0x1164ad(0x27f)])('_'+_0x16ca0a());return _0x9aae97(_0x20f39d,''+_0x27b00d,{'defIds':_0x20f39d[_0x1164ad(0x22c)],'idSuffix':_0x4b88f7[_0x1164ad(0x2a3)]},{'ref':_0x1aeda0,'className':_0x515c25,..._0x39458e},_0x1f7f7d);}function _0x9aae97(_0x2eb381,_0x2e21cd,_0x5c0a0b,_0x3faf5c,_0x2e51d1){const _0x395e6e=_0x181bb3;return(0x0,_0x11b9e7[_0x395e6e(0x358)])(_0x2eb381['tag'],{'key':_0x2e21cd,..._0x30f656(_0x2eb381,_0x5c0a0b,_0x2e51d1),..._0x3faf5c},(_0x557329(_0x2eb381,_0x5c0a0b)[_0x395e6e(0x1e7)]||[])[_0x395e6e(0x2ff)]((_0x26ff6a,_0x3c4592)=>_0x9aae97(_0x26ff6a,_0x2e21cd+'-'+_0x2eb381[_0x395e6e(0x317)]+'-'+_0x3c4592,_0x5c0a0b,void 0x0,_0x2e51d1)));}function _0x30f656(_0x39a4ef,_0x5d5a93,_0x511aad){const _0x208a90=_0x181bb3;let _0x5cb004={..._0x39a4ef[_0x208a90(0x2fa)]};_0x511aad!=null&&_0x511aad[_0x208a90(0x1c8)]&&_0x5cb004['fill']===_0x208a90(0x1c8)&&(_0x5cb004[_0x208a90(0x26c)]=_0x511aad[_0x208a90(0x1c8)]),_0x39a4ef[_0x208a90(0x317)]==='mask'&&_0x5cb004['id']&&(_0x5cb004['id']+=_0x5d5a93[_0x208a90(0x377)]),Object[_0x208a90(0x389)](_0x5cb004)['forEach'](([_0x4ad314,_0x2afc2b])=>{const _0x5b4742=_0x208a90;_0x4ad314==='mask'&&typeof _0x2afc2b=='string'&&(_0x5cb004[_0x4ad314]=_0x2afc2b[_0x5b4742(0x265)](/url\(#(.*)\)/,_0x5b4742(0x1db)+_0x5d5a93[_0x5b4742(0x377)]+')'));});let {defIds:_0x3b3f24}=_0x5d5a93;return!_0x3b3f24||_0x3b3f24['length']===0x0?_0x5cb004:(_0x39a4ef[_0x208a90(0x317)]===_0x208a90(0x393)&&_0x5cb004[_0x208a90(0x34b)]&&(_0x5cb004[_0x208a90(0x34b)]+=_0x5d5a93[_0x208a90(0x377)]),Object[_0x208a90(0x389)](_0x5cb004)[_0x208a90(0x332)](([_0x217f2d,_0x85d4f2])=>{const _0x4de589=_0x208a90;typeof _0x85d4f2==_0x4de589(0x25a)&&(_0x5cb004[_0x217f2d]=_0x85d4f2[_0x4de589(0x265)](/url\(#(.*)\)/,_0x4de589(0x1db)+_0x5d5a93[_0x4de589(0x377)]+')'));}),_0x5cb004);}function _0x557329(_0x2247dc,_0x59998b){const _0x3e1bb4=_0x181bb3;var _0x23eb47;let {defIds:_0x1a910b}=_0x59998b;return!_0x1a910b||_0x1a910b[_0x3e1bb4(0x37b)]===0x0?_0x2247dc:_0x2247dc[_0x3e1bb4(0x317)]===_0x3e1bb4(0x2f5)&&(_0x23eb47=_0x2247dc[_0x3e1bb4(0x1e7)])!=null&&_0x23eb47[_0x3e1bb4(0x37b)]?{..._0x2247dc,'children':_0x2247dc[_0x3e1bb4(0x1e7)][_0x3e1bb4(0x2ff)](_0x5e3d96=>typeof _0x5e3d96[_0x3e1bb4(0x2fa)]['id']==_0x3e1bb4(0x25a)&&_0x1a910b&&_0x1a910b['includes'](_0x5e3d96['attrs']['id'])?{..._0x5e3d96,'attrs':{..._0x5e3d96['attrs'],'id':_0x5e3d96['attrs']['id']+_0x59998b['idSuffix']}}:_0x5e3d96)}:_0x2247dc;}function _0x16ca0a(){const _0x14f138=_0x181bb3;return Math['random']()[_0x14f138(0x2ac)](0x24)[_0x14f138(0x2bb)](0x2,0x8);}_0x6f0d64[_0x181bb3(0x2bf)]='UniverIcon';let _0x345a60={'tag':_0x181bb3(0x284),'attrs':{'xmlns':_0x181bb3(0x363),'fill':_0x181bb3(0x2e4),'viewBox':_0x181bb3(0x254),'width':'1em','height':'1em'},'children':[{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x227),'d':_0x181bb3(0x21c)}},{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x227),'d':_0x181bb3(0x22b),'fillRule':_0x181bb3(0x212),'clipRule':_0x181bb3(0x212)}}]},_0x9a04ba=(0x0,_0x11b9e7['forwardRef'])(function(_0x4e8991,_0x1849a6){const _0x27151e=_0x181bb3;return(0x0,_0x11b9e7[_0x27151e(0x358)])(_0x6f0d64,Object[_0x27151e(0x35d)]({},_0x4e8991,{'id':_0x27151e(0x21a),'ref':_0x1849a6,'icon':_0x345a60}));});_0x9a04ba[_0x181bb3(0x2bf)]=_0x181bb3(0x2dd);let _0x3b1239={'tag':_0x181bb3(0x284),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x181bb3(0x2e4),'viewBox':'0\x200\x2016\x2016','width':_0x181bb3(0x1c4),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x181bb3(0x227),'d':_0x181bb3(0x328)}}]},_0x2cb5aa=(0x0,_0x11b9e7[_0x181bb3(0x2f8)])(function(_0x4a4e04,_0x4f6bdb){return(0x0,_0x11b9e7['createElement'])(_0x6f0d64,Object['assign']({},_0x4a4e04,{'id':'close-icon','ref':_0x4f6bdb,'icon':_0x3b1239}));});_0x2cb5aa[_0x181bb3(0x2bf)]=_0x181bb3(0x23e);let _0x15a938={'tag':_0x181bb3(0x284),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x181bb3(0x2e4),'viewBox':_0x181bb3(0x366),'width':_0x181bb3(0x1c4),'height':_0x181bb3(0x1c4)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':'M15\x208C15\x2011.866\x2011.866\x2015\x208\x2015C4.13401\x2015\x201\x2011.866\x201\x208C1\x204.13401\x204.13401\x201\x208\x201C11.866\x201\x2015\x204.13401\x2015\x208ZM10.3097\x205.69014C10.544\x205.92445\x2010.544\x206.30435\x2010.3097\x206.53867L8.84843\x207.9999L10.3099\x209.46137C10.5442\x209.69569\x2010.5442\x2010.0756\x2010.3099\x2010.3099C10.0756\x2010.5442\x209.69569\x2010.5442\x209.46137\x2010.3099L7.9999\x208.84843L6.53842\x2010.3099C6.30411\x2010.5442\x205.92421\x2010.5442\x205.6899\x2010.3099C5.45558\x2010.0756\x205.45558\x209.69569\x205.6899\x209.46137L7.15137\x207.9999L5.69014\x206.53867C5.45583\x206.30435\x205.45583\x205.92445\x205.69014\x205.69014C5.92445\x205.45583\x206.30435\x205.45583\x206.53867\x205.69014L7.9999\x207.15137L9.46113\x205.69014C9.69544\x205.45583\x2010.0753\x205.45583\x2010.3097\x205.69014Z','fillRule':'evenodd','clipRule':_0x181bb3(0x212)}}]},_0x36bf52=(0x0,_0x11b9e7[_0x181bb3(0x2f8)])(function(_0x38af6a,_0x319a1e){const _0x2a5c86=_0x181bb3;return(0x0,_0x11b9e7[_0x2a5c86(0x358)])(_0x6f0d64,Object[_0x2a5c86(0x35d)]({},_0x38af6a,{'id':_0x2a5c86(0x241),'ref':_0x319a1e,'icon':_0x15a938}));});_0x36bf52[_0x181bb3(0x2bf)]=_0x181bb3(0x2e0);let _0x159ac7={'tag':_0x181bb3(0x284),'attrs':{'xmlns':_0x181bb3(0x363),'fill':'none','viewBox':_0x181bb3(0x366),'width':'1em','height':_0x181bb3(0x1c4)},'children':[{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x227),'d':_0x181bb3(0x31a)}},{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x227),'d':_0x181bb3(0x25e)}}]},_0x170ec1=(0x0,_0x11b9e7[_0x181bb3(0x2f8)])(function(_0x413647,_0x364642){const _0x4c9b1b=_0x181bb3;return(0x0,_0x11b9e7['createElement'])(_0x6f0d64,Object[_0x4c9b1b(0x35d)]({},_0x413647,{'id':'share-range-icon','ref':_0x364642,'icon':_0x159ac7}));});_0x170ec1[_0x181bb3(0x2bf)]=_0x181bb3(0x312);let _0x32f9a4={'tag':'svg','attrs':{'xmlns':_0x181bb3(0x363),'fill':_0x181bb3(0x2e4),'viewBox':_0x181bb3(0x366),'width':_0x181bb3(0x1c4),'height':_0x181bb3(0x1c4)},'children':[{'tag':'path','attrs':{'fill':_0x181bb3(0x227),'d':_0x181bb3(0x327),'fillRule':_0x181bb3(0x212),'clipRule':_0x181bb3(0x212)}}]},_0x5d08c6=(0x0,_0x11b9e7['forwardRef'])(function(_0x41c4e9,_0x1fbe1e){const _0x195742=_0x181bb3;return(0x0,_0x11b9e7[_0x195742(0x358)])(_0x6f0d64,Object['assign']({},_0x41c4e9,{'id':_0x195742(0x1dd),'ref':_0x1fbe1e,'icon':_0x32f9a4}));});_0x5d08c6[_0x181bb3(0x2bf)]='SuccessIcon';let _0x1d3e39={'tag':'svg','attrs':{'xmlns':_0x181bb3(0x363),'fill':'none','viewBox':_0x181bb3(0x366),'width':'1em','height':_0x181bb3(0x1c4)},'children':[{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x1d9),'d':_0x181bb3(0x28a)}},{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x321),'d':_0x181bb3(0x36b)}},{'tag':_0x181bb3(0x222),'attrs':{'fill':'white','d':_0x181bb3(0x28b)}},{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x321),'d':_0x181bb3(0x1df)}},{'tag':'path','attrs':{'stroke':'white','d':_0x181bb3(0x36b),'strokeLinecap':_0x181bb3(0x303),'strokeWidth':0.03}},{'tag':'path','attrs':{'stroke':_0x181bb3(0x321),'d':_0x181bb3(0x28b),'strokeLinecap':'round','strokeWidth':0.03}},{'tag':_0x181bb3(0x222),'attrs':{'stroke':_0x181bb3(0x321),'d':_0x181bb3(0x1df),'strokeLinecap':_0x181bb3(0x303),'strokeWidth':0.03}},{'tag':'path','attrs':{'fill':_0x181bb3(0x2d3),'d':_0x181bb3(0x271)}}]},_0x4cbd3e=(0x0,_0x11b9e7[_0x181bb3(0x2f8)])(function(_0x86c12e,_0x16e2db){const _0x2c03ea=_0x181bb3;return(0x0,_0x11b9e7['createElement'])(_0x6f0d64,Object[_0x2c03ea(0x35d)]({},_0x86c12e,{'id':_0x2c03ea(0x1de),'ref':_0x16e2db,'icon':_0x1d3e39}));});_0x4cbd3e['displayName']=_0x181bb3(0x394);let _0x5ec80c={'tag':_0x181bb3(0x284),'attrs':{'xmlns':_0x181bb3(0x363),'fill':'none','viewBox':_0x181bb3(0x366),'width':_0x181bb3(0x1c4),'height':'1em'},'children':[{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x2b2),'d':_0x181bb3(0x28a)}},{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x2aa),'d':_0x181bb3(0x271)}},{'tag':'path','attrs':{'fill':_0x181bb3(0x321),'d':_0x181bb3(0x298)}},{'tag':'path','attrs':{'fill':_0x181bb3(0x321),'d':_0x181bb3(0x1f2)}}]},_0x2e703b=(0x0,_0x11b9e7[_0x181bb3(0x2f8)])(function(_0x30c65f,_0x1fb569){const _0x169400=_0x181bb3;return(0x0,_0x11b9e7['createElement'])(_0x6f0d64,Object['assign']({},_0x30c65f,{'id':_0x169400(0x340),'ref':_0x1fb569,'icon':_0x5ec80c}));});_0x2e703b[_0x181bb3(0x2bf)]=_0x181bb3(0x24e);let _0x170d06={'tag':_0x181bb3(0x284),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x181bb3(0x2e4),'viewBox':_0x181bb3(0x366),'width':_0x181bb3(0x1c4),'height':_0x181bb3(0x1c4)},'children':[{'tag':_0x181bb3(0x222),'attrs':{'fill':'#35BD4B','d':_0x181bb3(0x28a)}},{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x336),'d':'M10.0075\x201.12549L13.9104\x205.09842H10.6742C10.306\x205.09842\x2010.0075\x204.79994\x2010.0075\x204.43175V1.12549Z'}},{'tag':_0x181bb3(0x222),'attrs':{'fill':_0x181bb3(0x321),'d':_0x181bb3(0x255),'fillRule':_0x181bb3(0x212),'clipRule':'evenodd'}}]},_0x38b895=(0x0,_0x11b9e7[_0x181bb3(0x2f8)])(function(_0x425722,_0x4a809a){const _0x309a8b=_0x181bb3;return(0x0,_0x11b9e7[_0x309a8b(0x358)])(_0x6f0d64,Object[_0x309a8b(0x35d)]({},_0x425722,{'id':_0x309a8b(0x277),'ref':_0x4a809a,'icon':_0x170d06}));});_0x38b895[_0x181bb3(0x2bf)]=_0x181bb3(0x2b8);function _0x285491(_0x362a2b){'@babel/helpers - typeof';const _0x1bc2ed=_0x181bb3;return _0x285491=typeof Symbol=='function'&&typeof Symbol[_0x1bc2ed(0x26d)]=='symbol'?function(_0x14ccc2){return typeof _0x14ccc2;}:function(_0x4fb89b){const _0x5956d4=_0x1bc2ed;return _0x4fb89b&&typeof Symbol==_0x5956d4(0x1fd)&&_0x4fb89b[_0x5956d4(0x269)]===Symbol&&_0x4fb89b!==Symbol[_0x5956d4(0x380)]?_0x5956d4(0x2a0):typeof _0x4fb89b;},_0x285491(_0x362a2b);}function _0x5ab40d(_0x54d6a1,_0x465c68){const _0xb788de=_0x181bb3;if(_0x285491(_0x54d6a1)!=_0xb788de(0x1cd)||!_0x54d6a1)return _0x54d6a1;var _0x41b786=_0x54d6a1[Symbol[_0xb788de(0x229)]];if(_0x41b786!==void 0x0){var _0x419657=_0x41b786[_0xb788de(0x30f)](_0x54d6a1,_0x465c68||'default');if(_0x285491(_0x419657)!=_0xb788de(0x1cd))return _0x419657;throw TypeError(_0xb788de(0x1cf));}return(_0x465c68===_0xb788de(0x25a)?String:Number)(_0x54d6a1);}function _0x218049(_0x54ccb6){const _0x36886c=_0x181bb3;var _0x55a418=_0x5ab40d(_0x54ccb6,_0x36886c(0x25a));return _0x285491(_0x55a418)=='symbol'?_0x55a418:_0x55a418+'';}function _0xcd0b1(_0x30f15a,_0x2d4ab3,_0x55b726){const _0xe41845=_0x181bb3;return(_0x2d4ab3=_0x218049(_0x2d4ab3))in _0x30f15a?Object[_0xe41845(0x354)](_0x30f15a,_0x2d4ab3,{'value':_0x55b726,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x30f15a[_0x2d4ab3]=_0x55b726,_0x30f15a;}let _0x5ecf6f=function(_0x5386cf){const _0x4969a7=_0x181bb3;return _0x5386cf[_0x5386cf['UPLOADING']=0x0]=_0x4969a7(0x2a2),_0x5386cf[_0x5386cf[_0x4969a7(0x1fb)]=0x1]=_0x4969a7(0x1fb),_0x5386cf[_0x5386cf[_0x4969a7(0x203)]=0x2]='ERROR',_0x5386cf;}({}),_0x412ac8=(0x0,_0x236670[_0x181bb3(0x391)])(_0x181bb3(0x244));var _0xef7097=class extends _0x236670[_0x181bb3(0x1ed)]{constructor(){const _0x24d56e=_0x181bb3;super(),_0xcd0b1(this,_0x24d56e(0x335),new _0x22e424[(_0x24d56e(0x2f3))]()),_0xcd0b1(this,_0x24d56e(0x2c8),new _0x22e424[(_0x24d56e(0x2f3))]()),_0xcd0b1(this,'_list$',new _0x22e424[(_0x24d56e(0x2f3))]()),_0xcd0b1(this,'visible$',this[_0x24d56e(0x335)][_0x24d56e(0x2f6)]()),_0xcd0b1(this,'state$',this[_0x24d56e(0x2c8)][_0x24d56e(0x2f6)]()),_0xcd0b1(this,'list$',this[_0x24d56e(0x1da)]['asObservable']()),_0xcd0b1(this,_0x24d56e(0x2f9),[]);}[_0x181bb3(0x1c9)](){const _0x383a33=_0x181bb3;super[_0x383a33(0x1c9)](),this[_0x383a33(0x335)][_0x383a33(0x2b7)](),this[_0x383a33(0x2c8)][_0x383a33(0x2b7)](),this['_list$']['complete']();}['show'](){const _0x53fc4c=_0x181bb3;this[_0x53fc4c(0x335)][_0x53fc4c(0x2ae)](!0x0);}['hide'](){const _0x3eb5b0=_0x181bb3;this[_0x3eb5b0(0x335)][_0x3eb5b0(0x2ae)](!0x1);}['updateState'](_0x3adb29){const _0x86b8e6=_0x181bb3;this[_0x86b8e6(0x2c8)][_0x86b8e6(0x2ae)](_0x3adb29);}[_0x181bb3(0x385)](_0x177a1b){const _0x41d2c3=_0x181bb3;this['_list'][_0x41d2c3(0x1d1)](_0x177a1b),this[_0x41d2c3(0x1da)][_0x41d2c3(0x2ae)](this[_0x41d2c3(0x2f9)]);}};function _0x2c1170(_0x361b06){const _0xd94bff=_0x181bb3;let {list:_0x363bc9}=_0x361b06;function _0x39362a(_0x228ef7){const _0x23e53b=_0x45c0;switch(_0x228ef7){case 0x1:return(0x0,_0x54b4fb[_0x23e53b(0x210)])(_0x4cbd3e,{});case 0x2:return(0x0,_0x54b4fb[_0x23e53b(0x210)])(_0x38b895,{});case 0x3:return(0x0,_0x54b4fb[_0x23e53b(0x210)])(_0x2e703b,{});default:return null;}}return(0x0,_0x54b4fb[_0xd94bff(0x210)])(_0xd94bff(0x213),{'className':(0x0,_0x5dbf8c[_0xd94bff(0x283)])(_0xd94bff(0x21e),_0x5dbf8c[_0xd94bff(0x251)]),'children':(0x0,_0x54b4fb['jsx'])('ul',{'className':_0xd94bff(0x339),'children':_0x363bc9[_0xd94bff(0x2ff)]((_0x29123a,_0x12bd4e)=>(0x0,_0x54b4fb['jsx'])('li',{'children':(0x0,_0x54b4fb[_0xd94bff(0x1cc)])('a',{'className':'univer-flex\x20univer-justify-between\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-gray-900\x20univer-no-underline\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','href':_0x29123a[_0xd94bff(0x216)],'target':_0xd94bff(0x231),'rel':_0xd94bff(0x25b),'children':[(0x0,_0x54b4fb[_0xd94bff(0x1cc)])(_0xd94bff(0x1ce),{'className':_0xd94bff(0x305),'children':[(0x0,_0x54b4fb['jsx'])(_0xd94bff(0x1ce),{'className':_0xd94bff(0x24a),'children':_0x39362a(_0x29123a['type'])}),(0x0,_0x54b4fb['jsx'])(_0x5dbf8c[_0xd94bff(0x252)],{'showIfEllipsis':!0x0,'title':_0x29123a[_0xd94bff(0x2c2)],'asChild':!0x0,'children':(0x0,_0x54b4fb['jsx'])('span',{'className':'univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x29123a[_0xd94bff(0x2c2)]})})]}),(0x0,_0x54b4fb[_0xd94bff(0x210)])(_0xd94bff(0x1ce),{'className':'univer-flex\x20univer-size-6\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-base\x20univer-text-gray-600\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-600','children':(0x0,_0x54b4fb[_0xd94bff(0x210)])(_0x170ec1,{})})]})},_0x12bd4e))})});}var _0x443abf=Uint8Array,_0x35c484=Uint16Array,_0x7a026e=Uint32Array,_0x3ad07e=new _0x443abf([0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x2,0x2,0x2,0x2,0x3,0x3,0x3,0x3,0x4,0x4,0x4,0x4,0x5,0x5,0x5,0x5,0x0,0x0,0x0,0x0]),_0x515d98=new _0x443abf([0x0,0x0,0x0,0x0,0x1,0x1,0x2,0x2,0x3,0x3,0x4,0x4,0x5,0x5,0x6,0x6,0x7,0x7,0x8,0x8,0x9,0x9,0xa,0xa,0xb,0xb,0xc,0xc,0xd,0xd,0x0,0x0]),_0x545962=new _0x443abf([0x10,0x11,0x12,0x0,0x8,0x7,0x9,0x6,0xa,0x5,0xb,0x4,0xc,0x3,0xd,0x2,0xe,0x1,0xf]),_0x238520=function(_0xba0b72,_0x5dcd91){for(var _0x1a2e03=new _0x35c484(0x1f),_0x4e7c68=0x0;_0x4e7c68<0x1f;++_0x4e7c68)_0x1a2e03[_0x4e7c68]=_0x5dcd91+=0x1<<_0xba0b72[_0x4e7c68-0x1];for(var _0xcc0ede=new _0x7a026e(_0x1a2e03[0x1e]),_0x4e7c68=0x1;_0x4e7c68<0x1e;++_0x4e7c68)for(var _0x442365=_0x1a2e03[_0x4e7c68];_0x442365<_0x1a2e03[_0x4e7c68+0x1];++_0x442365)_0xcc0ede[_0x442365]=_0x442365-_0x1a2e03[_0x4e7c68]<<0x5|_0x4e7c68;return[_0x1a2e03,_0xcc0ede];},_0xa08712=_0x238520(_0x3ad07e,0x2),_0x357d76=_0xa08712[0x0],_0x2cfdde=_0xa08712[0x1];_0x357d76[0x1c]=0x102,_0x2cfdde[0x102]=0x1c;var _0x2673f2=_0x238520(_0x515d98,0x0);_0x2673f2[0x0];for(var _0x28b5c8=_0x2673f2[0x1],_0x526288=new _0x35c484(0x8000),_0xfe77cf=0x0;_0xfe77cf<0x8000;++_0xfe77cf){var _0x1284a3=(_0xfe77cf&0xaaaa)>>>0x1|(_0xfe77cf&0x5555)<<0x1;_0x1284a3=(_0x1284a3&0xcccc)>>>0x2|(_0x1284a3&0x3333)<<0x2,_0x1284a3=(_0x1284a3&0xf0f0)>>>0x4|(_0x1284a3&0xf0f)<<0x4,_0x526288[_0xfe77cf]=((_0x1284a3&0xff00)>>>0x8|(_0x1284a3&0xff)<<0x8)>>>0x1;}for(var _0x537825=function(_0xbbca7b,_0x51672d,_0x13ea8e){const _0x37d3eb=_0x181bb3;for(var _0x52e5b9=_0xbbca7b[_0x37d3eb(0x37b)],_0x52e9c4=0x0,_0x469f5c=new _0x35c484(_0x51672d);_0x52e9c4<_0x52e5b9;++_0x52e9c4)++_0x469f5c[_0xbbca7b[_0x52e9c4]-0x1];var _0x26081a=new _0x35c484(_0x51672d);for(_0x52e9c4=0x0;_0x52e9c4<_0x51672d;++_0x52e9c4)_0x26081a[_0x52e9c4]=_0x26081a[_0x52e9c4-0x1]+_0x469f5c[_0x52e9c4-0x1]<<0x1;var _0x25f3a2;if(_0x13ea8e){_0x25f3a2=new _0x35c484(0x1<<_0x51672d);var _0x1c3d49=0xf-_0x51672d;for(_0x52e9c4=0x0;_0x52e9c4<_0x52e5b9;++_0x52e9c4)if(_0xbbca7b[_0x52e9c4]){for(var _0x355518=_0x52e9c4<<0x4|_0xbbca7b[_0x52e9c4],_0x1cdb25=_0x51672d-_0xbbca7b[_0x52e9c4],_0x20567f=_0x26081a[_0xbbca7b[_0x52e9c4]-0x1]++<<_0x1cdb25,_0x5d3562=_0x20567f|(0x1<<_0x1cdb25)-0x1;_0x20567f<=_0x5d3562;++_0x20567f)_0x25f3a2[_0x526288[_0x20567f]>>>_0x1c3d49]=_0x355518;}}else{for(_0x25f3a2=new _0x35c484(_0x52e5b9),_0x52e9c4=0x0;_0x52e9c4<_0x52e5b9;++_0x52e9c4)_0x25f3a2[_0x52e9c4]=_0x526288[_0x26081a[_0xbbca7b[_0x52e9c4]-0x1]++]>>>0xf-_0xbbca7b[_0x52e9c4];}return _0x25f3a2;},_0x3b846c=new _0x443abf(0x120),_0xfe77cf=0x0;_0xfe77cf<0x90;++_0xfe77cf)_0x3b846c[_0xfe77cf]=0x8;for(var _0xfe77cf=0x90;_0xfe77cf<0x100;++_0xfe77cf)_0x3b846c[_0xfe77cf]=0x9;for(var _0xfe77cf=0x100;_0xfe77cf<0x118;++_0xfe77cf)_0x3b846c[_0xfe77cf]=0x7;for(var _0xfe77cf=0x118;_0xfe77cf<0x120;++_0xfe77cf)_0x3b846c[_0xfe77cf]=0x8;for(var _0x4ac263=new _0x443abf(0x20),_0xfe77cf=0x0;_0xfe77cf<0x20;++_0xfe77cf)_0x4ac263[_0xfe77cf]=0x5;var _0x1dd8ed=_0x537825(_0x3b846c,0x9,0x0),_0x270ff2=_0x537825(_0x4ac263,0x5,0x0),_0x4c6f7a=function(_0x40b016){return(_0x40b016/0x8>>0x0)+(_0x40b016&0x7&&0x1);},_0x59ed05=function(_0x4ff1c5,_0xb4354b,_0x412b3f){const _0x20328c=_0x181bb3;(_0xb4354b==null||_0xb4354b<0x0)&&(_0xb4354b=0x0),(_0x412b3f==null||_0x412b3f>_0x4ff1c5['length'])&&(_0x412b3f=_0x4ff1c5[_0x20328c(0x37b)]);var _0x27af04=new(_0x4ff1c5 instanceof _0x35c484?_0x35c484:_0x4ff1c5 instanceof _0x7a026e?_0x7a026e:_0x443abf)(_0x412b3f-_0xb4354b);return _0x27af04['set'](_0x4ff1c5['subarray'](_0xb4354b,_0x412b3f)),_0x27af04;},_0x40d910=function(_0x219022,_0x58d9a1,_0x3b872c){_0x3b872c<<=_0x58d9a1&0x7;var _0x591825=_0x58d9a1/0x8>>0x0;_0x219022[_0x591825]|=_0x3b872c,_0x219022[_0x591825+0x1]|=_0x3b872c>>>0x8;},_0x44e2da=function(_0x18e70d,_0x303085,_0x5721cd){_0x5721cd<<=_0x303085&0x7;var _0x32447a=_0x303085/0x8>>0x0;_0x18e70d[_0x32447a]|=_0x5721cd,_0x18e70d[_0x32447a+0x1]|=_0x5721cd>>>0x8,_0x18e70d[_0x32447a+0x2]|=_0x5721cd>>>0x10;},_0x398d78=function(_0xa0947e,_0x1757f5){const _0x1b05cf=_0x181bb3;for(var _0x154309=[],_0x213a05=0x0;_0x213a05<_0xa0947e[_0x1b05cf(0x37b)];++_0x213a05)_0xa0947e[_0x213a05]&&_0x154309['push']({'s':_0x213a05,'f':_0xa0947e[_0x213a05]});var _0x271ae3=_0x154309[_0x1b05cf(0x37b)],_0x3b8eec=_0x154309['slice']();if(!_0x271ae3)return[new _0x443abf(0x0),0x0];if(_0x271ae3==0x1){var _0x5b175d=new _0x443abf(_0x154309[0x0]['s']+0x1);return _0x5b175d[_0x154309[0x0]['s']]=0x1,[_0x5b175d,0x1];}_0x154309[_0x1b05cf(0x2e5)](function(_0x1fa3b2,_0x1d528b){return _0x1fa3b2['f']-_0x1d528b['f'];}),_0x154309['push']({'s':-0x1,'f':0x61a9});var _0x90d59d=_0x154309[0x0],_0x12991f=_0x154309[0x1],_0x45b4d1=0x0,_0x2b493b=0x1,_0x319ed0=0x2;for(_0x154309[0x0]={'s':-0x1,'f':_0x90d59d['f']+_0x12991f['f'],'l':_0x90d59d,'r':_0x12991f};_0x2b493b!=_0x271ae3-0x1;)_0x90d59d=_0x154309[_0x154309[_0x45b4d1]['f']<_0x154309[_0x319ed0]['f']?_0x45b4d1++:_0x319ed0++],_0x12991f=_0x154309[_0x45b4d1!=_0x2b493b&&_0x154309[_0x45b4d1]['f']<_0x154309[_0x319ed0]['f']?_0x45b4d1++:_0x319ed0++],_0x154309[_0x2b493b++]={'s':-0x1,'f':_0x90d59d['f']+_0x12991f['f'],'l':_0x90d59d,'r':_0x12991f};for(var _0x49277b=_0x3b8eec[0x0]['s'],_0x213a05=0x1;_0x213a05<_0x271ae3;++_0x213a05)_0x3b8eec[_0x213a05]['s']>_0x49277b&&(_0x49277b=_0x3b8eec[_0x213a05]['s']);var _0x37d9f8=new _0x35c484(_0x49277b+0x1),_0xd18eb0=_0x930311(_0x154309[_0x2b493b-0x1],_0x37d9f8,0x0);if(_0xd18eb0>_0x1757f5){var _0x213a05=0x0,_0x5f51f2=0x0,_0x2b895e=_0xd18eb0-_0x1757f5,_0x294610=0x1<<_0x2b895e;for(_0x3b8eec[_0x1b05cf(0x2e5)](function(_0x30445f,_0x79d54b){return _0x37d9f8[_0x79d54b['s']]-_0x37d9f8[_0x30445f['s']]||_0x30445f['f']-_0x79d54b['f'];});_0x213a05<_0x271ae3;++_0x213a05){var _0x4dfcd5=_0x3b8eec[_0x213a05]['s'];if(_0x37d9f8[_0x4dfcd5]>_0x1757f5)_0x5f51f2+=_0x294610-(0x1<<_0xd18eb0-_0x37d9f8[_0x4dfcd5]),_0x37d9f8[_0x4dfcd5]=_0x1757f5;else break;}for(_0x5f51f2>>>=_0x2b895e;_0x5f51f2>0x0;){var _0x3b0567=_0x3b8eec[_0x213a05]['s'];_0x37d9f8[_0x3b0567]<_0x1757f5?_0x5f51f2-=0x1<<_0x1757f5-_0x37d9f8[_0x3b0567]++-0x1:++_0x213a05;}for(;_0x213a05>=0x0&&_0x5f51f2;--_0x213a05){var _0x159e6c=_0x3b8eec[_0x213a05]['s'];_0x37d9f8[_0x159e6c]==_0x1757f5&&(--_0x37d9f8[_0x159e6c],++_0x5f51f2);}_0xd18eb0=_0x1757f5;}return[new _0x443abf(_0x37d9f8),_0xd18eb0];},_0x930311=function(_0x3a4bad,_0x3bd278,_0x214209){return _0x3a4bad['s']==-0x1?Math['max'](_0x930311(_0x3a4bad['l'],_0x3bd278,_0x214209+0x1),_0x930311(_0x3a4bad['r'],_0x3bd278,_0x214209+0x1)):_0x3bd278[_0x3a4bad['s']]=_0x214209;},_0x2e945e=function(_0x1e7602){const _0x221f3d=_0x181bb3;for(var _0x55eb88=_0x1e7602[_0x221f3d(0x37b)];_0x55eb88&&!_0x1e7602[--_0x55eb88];);for(var _0x2b18dd=new _0x35c484(++_0x55eb88),_0x120d8d=0x0,_0x1fc5ec=_0x1e7602[0x0],_0x2604c6=0x1,_0x2ca282=function(_0x55a52a){_0x2b18dd[_0x120d8d++]=_0x55a52a;},_0x3fa78d=0x1;_0x3fa78d<=_0x55eb88;++_0x3fa78d)if(_0x1e7602[_0x3fa78d]==_0x1fc5ec&&_0x3fa78d!=_0x55eb88)++_0x2604c6;else{if(!_0x1fc5ec&&_0x2604c6>0x2){for(;_0x2604c6>0x8a;_0x2604c6-=0x8a)_0x2ca282(0x7ff2);_0x2604c6>0x2&&(_0x2ca282(_0x2604c6>0xa?_0x2604c6-0xb<<0x5|0x7012:_0x2604c6-0x3<<0x5|0x3011),_0x2604c6=0x0);}else{if(_0x2604c6>0x3){for(_0x2ca282(_0x1fc5ec),--_0x2604c6;_0x2604c6>0x6;_0x2604c6-=0x6)_0x2ca282(0x2070);_0x2604c6>0x2&&(_0x2ca282(_0x2604c6-0x3<<0x5|0x2010),_0x2604c6=0x0);}}for(;_0x2604c6--;)_0x2ca282(_0x1fc5ec);_0x2604c6=0x1,_0x1fc5ec=_0x1e7602[_0x3fa78d];}return[_0x2b18dd[_0x221f3d(0x288)](0x0,_0x120d8d),_0x55eb88];},_0x95714f=function(_0x576e81,_0x56128f){for(var _0x4cca8a=0x0,_0x1830e5=0x0;_0x1830e5<_0x56128f['length'];++_0x1830e5)_0x4cca8a+=_0x576e81[_0x1830e5]*_0x56128f[_0x1830e5];return _0x4cca8a;},_0x217d3e=function(_0x190843,_0x2921ce,_0x514bbf){const _0x4440a=_0x181bb3;var _0x310a5c=_0x514bbf[_0x4440a(0x37b)],_0x18d0f8=_0x4c6f7a(_0x2921ce+0x2);_0x190843[_0x18d0f8]=_0x310a5c&0xff,_0x190843[_0x18d0f8+0x1]=_0x310a5c>>>0x8,_0x190843[_0x18d0f8+0x2]=_0x190843[_0x18d0f8]^0xff,_0x190843[_0x18d0f8+0x3]=_0x190843[_0x18d0f8+0x1]^0xff;for(var _0x246b9d=0x0;_0x246b9d<_0x310a5c;++_0x246b9d)_0x190843[_0x18d0f8+_0x246b9d+0x4]=_0x514bbf[_0x246b9d];return(_0x18d0f8+0x4+_0x310a5c)*0x8;},_0x371edf=function(_0x352d73,_0x5b27e8,_0x43630d,_0x93e292,_0x1227ae,_0x5e7255,_0x3bd519,_0x296f4b,_0x183343,_0x3513f1,_0x4bff82){const _0xf03f2d=_0x181bb3;_0x40d910(_0x5b27e8,_0x4bff82++,_0x43630d),++_0x1227ae[0x100];for(var _0x23f01a=_0x398d78(_0x1227ae,0xf),_0x2efa01=_0x23f01a[0x0],_0x21b2a1=_0x23f01a[0x1],_0x51773a=_0x398d78(_0x5e7255,0xf),_0x22da04=_0x51773a[0x0],_0x25375c=_0x51773a[0x1],_0x39fbe2=_0x2e945e(_0x2efa01),_0x592874=_0x39fbe2[0x0],_0x712a5b=_0x39fbe2[0x1],_0x12c468=_0x2e945e(_0x22da04),_0x3214e2=_0x12c468[0x0],_0x17397c=_0x12c468[0x1],_0x31cb9e=new _0x35c484(0x13),_0x351feb=0x0;_0x351feb<_0x592874[_0xf03f2d(0x37b)];++_0x351feb)_0x31cb9e[_0x592874[_0x351feb]&0x1f]++;for(var _0x351feb=0x0;_0x351feb<_0x3214e2['length'];++_0x351feb)_0x31cb9e[_0x3214e2[_0x351feb]&0x1f]++;for(var _0x5b3a3a=_0x398d78(_0x31cb9e,0x7),_0x3f0662=_0x5b3a3a[0x0],_0x586c74=_0x5b3a3a[0x1],_0x3d3c10=0x13;_0x3d3c10>0x4&&!_0x3f0662[_0x545962[_0x3d3c10-0x1]];--_0x3d3c10);var _0x1df3e2=_0x3513f1+0x5<<0x3,_0x4db416=_0x95714f(_0x1227ae,_0x3b846c)+_0x95714f(_0x5e7255,_0x4ac263)+_0x3bd519,_0x267ed6=_0x95714f(_0x1227ae,_0x2efa01)+_0x95714f(_0x5e7255,_0x22da04)+_0x3bd519+0xe+0x3*_0x3d3c10+_0x95714f(_0x31cb9e,_0x3f0662)+(0x2*_0x31cb9e[0x10]+0x3*_0x31cb9e[0x11]+0x7*_0x31cb9e[0x12]);if(_0x1df3e2<=_0x4db416&&_0x1df3e2<=_0x267ed6)return _0x217d3e(_0x5b27e8,_0x4bff82,_0x352d73[_0xf03f2d(0x288)](_0x183343,_0x183343+_0x3513f1));var _0x4438c5,_0x30549b,_0x11f03b,_0x17e3a4;if(_0x40d910(_0x5b27e8,_0x4bff82,0x1+(_0x267ed6<_0x4db416)),_0x4bff82+=0x2,_0x267ed6<_0x4db416){_0x4438c5=_0x537825(_0x2efa01,_0x21b2a1,0x0),_0x30549b=_0x2efa01,_0x11f03b=_0x537825(_0x22da04,_0x25375c,0x0),_0x17e3a4=_0x22da04;var _0x37ce95=_0x537825(_0x3f0662,_0x586c74,0x0);_0x40d910(_0x5b27e8,_0x4bff82,_0x712a5b-0x101),_0x40d910(_0x5b27e8,_0x4bff82+0x5,_0x17397c-0x1),_0x40d910(_0x5b27e8,_0x4bff82+0xa,_0x3d3c10-0x4),_0x4bff82+=0xe;for(var _0x351feb=0x0;_0x351feb<_0x3d3c10;++_0x351feb)_0x40d910(_0x5b27e8,_0x4bff82+0x3*_0x351feb,_0x3f0662[_0x545962[_0x351feb]]);_0x4bff82+=0x3*_0x3d3c10;for(var _0x361c26=[_0x592874,_0x3214e2],_0x327e53=0x0;_0x327e53<0x2;++_0x327e53)for(var _0x4e5755=_0x361c26[_0x327e53],_0x351feb=0x0;_0x351feb<_0x4e5755['length'];++_0x351feb){var _0x1dfb16=_0x4e5755[_0x351feb]&0x1f;_0x40d910(_0x5b27e8,_0x4bff82,_0x37ce95[_0x1dfb16]),_0x4bff82+=_0x3f0662[_0x1dfb16],_0x1dfb16>0xf&&(_0x40d910(_0x5b27e8,_0x4bff82,_0x4e5755[_0x351feb]>>>0x5&0x7f),_0x4bff82+=_0x4e5755[_0x351feb]>>>0xc);}}else _0x4438c5=_0x1dd8ed,_0x30549b=_0x3b846c,_0x11f03b=_0x270ff2,_0x17e3a4=_0x4ac263;for(var _0x351feb=0x0;_0x351feb<_0x296f4b;++_0x351feb)if(_0x93e292[_0x351feb]>0xff){var _0x1dfb16=_0x93e292[_0x351feb]>>>0x12&0x1f;_0x44e2da(_0x5b27e8,_0x4bff82,_0x4438c5[_0x1dfb16+0x101]),_0x4bff82+=_0x30549b[_0x1dfb16+0x101],_0x1dfb16>0x7&&(_0x40d910(_0x5b27e8,_0x4bff82,_0x93e292[_0x351feb]>>>0x17&0x1f),_0x4bff82+=_0x3ad07e[_0x1dfb16]);var _0x316fba=_0x93e292[_0x351feb]&0x1f;_0x44e2da(_0x5b27e8,_0x4bff82,_0x11f03b[_0x316fba]),_0x4bff82+=_0x17e3a4[_0x316fba],_0x316fba>0x3&&(_0x44e2da(_0x5b27e8,_0x4bff82,_0x93e292[_0x351feb]>>>0x5&0x1fff),_0x4bff82+=_0x515d98[_0x316fba]);}else _0x44e2da(_0x5b27e8,_0x4bff82,_0x4438c5[_0x93e292[_0x351feb]]),_0x4bff82+=_0x30549b[_0x93e292[_0x351feb]];return _0x44e2da(_0x5b27e8,_0x4bff82,_0x4438c5[0x100]),_0x4bff82+_0x30549b[0x100];},_0x39ff85=new _0x7a026e([0x10004,0x20008,0x20010,0x20020,0x40020,0x100080,0x100100,0x204400,0x205000]),_0x4ea41a=new _0x443abf(0x0),_0x4ed339=function(_0x393c24,_0x2b968e,_0xec04e6,_0x22a74a,_0x18cb06,_0x276cc3){const _0x22fcac=_0x181bb3;var _0x5b19ca=_0x393c24[_0x22fcac(0x37b)],_0x3f1b86=new _0x443abf(_0x22a74a+_0x5b19ca+0x5*(0x1+Math[_0x22fcac(0x33c)](_0x5b19ca/0x1b58))+_0x18cb06),_0x393035=_0x3f1b86[_0x22fcac(0x288)](_0x22a74a,_0x3f1b86[_0x22fcac(0x37b)]-_0x18cb06),_0x50e3ff=0x0;if(!_0x2b968e||_0x5b19ca<0x8)for(var _0x377287=0x0;_0x377287<=_0x5b19ca;_0x377287+=0xffff){var _0x306621=_0x377287+0xffff;_0x306621<_0x5b19ca?_0x50e3ff=_0x217d3e(_0x393035,_0x50e3ff,_0x393c24[_0x22fcac(0x288)](_0x377287,_0x306621)):(_0x393035[_0x377287]=_0x276cc3,_0x50e3ff=_0x217d3e(_0x393035,_0x50e3ff,_0x393c24[_0x22fcac(0x288)](_0x377287,_0x5b19ca)));}else{for(var _0x389340=_0x39ff85[_0x2b968e-0x1],_0x7d0347=_0x389340>>>0xd,_0x1a18fe=_0x389340&0x1fff,_0x2bf589=(0x1<<_0xec04e6)-0x1,_0x2011d8=new _0x35c484(0x8000),_0x251222=new _0x35c484(_0x2bf589+0x1),_0x4471a0=Math[_0x22fcac(0x2d9)](_0xec04e6/0x3),_0x14b583=0x2*_0x4471a0,_0x55cc25=function(_0x4789c2){return(_0x393c24[_0x4789c2]^_0x393c24[_0x4789c2+0x1]<<_0x4471a0^_0x393c24[_0x4789c2+0x2]<<_0x14b583)&_0x2bf589;},_0x36a61d=new _0x7a026e(0x61a8),_0x206fd1=new _0x35c484(0x120),_0x551f94=new _0x35c484(0x20),_0x58e0c7=0x0,_0x36a81f=0x0,_0x377287=0x0,_0x4e2198=0x0,_0x3570b9=0x0,_0x82aa1e=0x0;_0x377287<_0x5b19ca;++_0x377287){var _0x391b3d=_0x55cc25(_0x377287),_0x4758a2=_0x377287&0x7fff,_0x2b567b=_0x251222[_0x391b3d];if(_0x2011d8[_0x4758a2]=_0x2b567b,_0x251222[_0x391b3d]=_0x4758a2,_0x3570b9<=_0x377287){var _0x508fdc=_0x5b19ca-_0x377287;if((_0x58e0c7>0x1b58||_0x4e2198>0x6000)&&_0x508fdc>0x1a7){_0x50e3ff=_0x371edf(_0x393c24,_0x393035,0x0,_0x36a61d,_0x206fd1,_0x551f94,_0x36a81f,_0x4e2198,_0x82aa1e,_0x377287-_0x82aa1e,_0x50e3ff),_0x4e2198=_0x58e0c7=_0x36a81f=0x0,_0x82aa1e=_0x377287;for(var _0x423486=0x0;_0x423486<0x11e;++_0x423486)_0x206fd1[_0x423486]=0x0;for(var _0x423486=0x0;_0x423486<0x1e;++_0x423486)_0x551f94[_0x423486]=0x0;}var _0x56d5a0=0x2,_0x4a6603=0x0,_0xa0eb57=_0x1a18fe,_0x5ae52d=_0x4758a2-_0x2b567b&0x7fff;if(_0x508fdc>0x2&&_0x391b3d==_0x55cc25(_0x377287-_0x5ae52d))for(var _0x26676f=Math[_0x22fcac(0x242)](_0x7d0347,_0x508fdc)-0x1,_0x35f330=Math[_0x22fcac(0x242)](0x7fff,_0x377287),_0x256326=Math[_0x22fcac(0x242)](0x102,_0x508fdc);_0x5ae52d<=_0x35f330&&--_0xa0eb57&&_0x4758a2!=_0x2b567b;){if(_0x393c24[_0x377287+_0x56d5a0]==_0x393c24[_0x377287+_0x56d5a0-_0x5ae52d]){for(var _0x3ac9a3=0x0;_0x3ac9a3<_0x256326&&_0x393c24[_0x377287+_0x3ac9a3]==_0x393c24[_0x377287+_0x3ac9a3-_0x5ae52d];++_0x3ac9a3);if(_0x3ac9a3>_0x56d5a0){if(_0x56d5a0=_0x3ac9a3,_0x4a6603=_0x5ae52d,_0x3ac9a3>_0x26676f)break;for(var _0x144ca2=Math[_0x22fcac(0x242)](_0x5ae52d,_0x3ac9a3-0x2),_0x270e88=0x0,_0x423486=0x0;_0x423486<_0x144ca2;++_0x423486){var _0x36699c=_0x377287-_0x5ae52d+_0x423486+0x8000&0x7fff,_0x3d6bfd=_0x36699c-_0x2011d8[_0x36699c]+0x8000&0x7fff;_0x3d6bfd>_0x270e88&&(_0x270e88=_0x3d6bfd,_0x2b567b=_0x36699c);}}}_0x4758a2=_0x2b567b,_0x2b567b=_0x2011d8[_0x4758a2],_0x5ae52d+=_0x4758a2-_0x2b567b+0x8000&0x7fff;}if(_0x4a6603){_0x36a61d[_0x4e2198++]=0x10000000|_0x2cfdde[_0x56d5a0]<<0x12|_0x28b5c8[_0x4a6603];var _0x526e5a=_0x2cfdde[_0x56d5a0]&0x1f,_0x2c0f04=_0x28b5c8[_0x4a6603]&0x1f;_0x36a81f+=_0x3ad07e[_0x526e5a]+_0x515d98[_0x2c0f04],++_0x206fd1[0x101+_0x526e5a],++_0x551f94[_0x2c0f04],_0x3570b9=_0x377287+_0x56d5a0,++_0x58e0c7;}else _0x36a61d[_0x4e2198++]=_0x393c24[_0x377287],++_0x206fd1[_0x393c24[_0x377287]];}}_0x50e3ff=_0x371edf(_0x393c24,_0x393035,_0x276cc3,_0x36a61d,_0x206fd1,_0x551f94,_0x36a81f,_0x4e2198,_0x82aa1e,_0x377287-_0x82aa1e,_0x50e3ff),_0x276cc3||(_0x50e3ff=_0x217d3e(_0x393035,_0x50e3ff,_0x4ea41a));}return _0x59ed05(_0x3f1b86,0x0,_0x22a74a+_0x4c6f7a(_0x50e3ff)+_0x18cb06);},_0x2b75dc=function(_0xa1f4e6,_0x4baa33,_0x506406,_0x3d57c1,_0x3cb10f){const _0xf747f9=_0x181bb3;return _0x4ed339(_0xa1f4e6,_0x4baa33[_0xf747f9(0x1e0)]==null?0x6:_0x4baa33[_0xf747f9(0x1e0)],_0x4baa33[_0xf747f9(0x2f4)]==null?Math[_0xf747f9(0x2d9)](Math[_0xf747f9(0x386)](0x8,Math['min'](0xd,Math[_0xf747f9(0x319)](_0xa1f4e6[_0xf747f9(0x37b)])))*1.5):0xc+_0x4baa33['mem'],_0x506406,_0x3d57c1,!_0x3cb10f);};function _0x2deec8(_0x255f38,_0x5cb75c){return _0x5cb75c===void 0x0&&(_0x5cb75c={}),_0x2b75dc(_0x255f38,_0x5cb75c,0x0,0x0);}let _0xbb303e=_0x181bb3(0x2fb),_0x5f089f='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',_0x32c640=_0x181bb3(0x218),_0x474df6=_0x181bb3(0x2d0),_0x2ccc0b=_0x181bb3(0x200),_0x17c957={[_0x236670[_0x181bb3(0x37e)][_0x181bb3(0x352)]]:[''],[_0x236670[_0x181bb3(0x37e)][_0x181bb3(0x2d2)]]:[_0xbb303e],[_0x236670[_0x181bb3(0x37e)]['UNIVER_SHEET']]:[_0x5f089f,_0x32c640,_0x474df6],[_0x236670[_0x181bb3(0x37e)]['UNIVER_SLIDE']]:[_0x2ccc0b],[_0x236670[_0x181bb3(0x37e)][_0x181bb3(0x392)]]:[''],[_0x236670['UniverInstanceType'][_0x181bb3(0x29f)]]:['']},_0x599070={[_0xbb303e]:_0x181bb3(0x2ca),[_0x5f089f]:'xlsx',[_0x32c640]:_0x181bb3(0x234),[_0x474df6]:_0x181bb3(0x2af),[_0x2ccc0b]:_0x181bb3(0x20d)};function _0x1fbedd(_0x49f5f8,_0x211697,_0x228df4){const _0x3e2967=_0x181bb3;let _0x56c217=document[_0x3e2967(0x358)]('a');_0x56c217[_0x3e2967(0x33b)]=_0x49f5f8,_0x56c217['style'][_0x3e2967(0x324)]=_0x3e2967(0x2e4),_0x56c217[_0x3e2967(0x351)]=_0x211697+'.'+_0x228df4,document[_0x3e2967(0x378)][_0x3e2967(0x2c1)](_0x56c217),_0x56c217[_0x3e2967(0x2ec)](),document[_0x3e2967(0x378)][_0x3e2967(0x26b)](_0x56c217);}function _0x16c7fb(_0x45a03b,_0x4e9e83,_0x89b134){const _0x59e6c9=_0x181bb3;let _0x5410f5=URL[_0x59e6c9(0x27a)](_0x45a03b);_0x1fbedd(_0x5410f5,_0x4e9e83,_0x89b134),URL[_0x59e6c9(0x2be)](_0x5410f5);}function _0x1c636a(_0x227f5c){const _0x293128=_0x181bb3;let _0x48e72d=_0x227f5c['name'][_0x293128(0x1c5)]('.')[_0x293128(0x313)]();if(!_0x48e72d)return _0x236670['UniverInstanceType']['UNIVER_UNKNOWN'];let _0x5cd388=_0x5c69e6(),_0xbbb068=_0x236670[_0x293128(0x37e)][_0x293128(0x352)];return _0x5cd388['some'](_0x16d188=>_0x51096d(_0x48e72d,_0x16d188)?(_0xbbb068=_0x16d188,!0x0):!0x1),_0xbbb068;}function _0x5c69e6(){const _0x182b2b=_0x181bb3;return Object[_0x182b2b(0x214)](_0x236670[_0x182b2b(0x37e)])[_0x182b2b(0x28e)](_0x153841=>typeof _0x153841==_0x182b2b(0x2a4));}function _0x51096d(_0x4e3d01,_0x4c8310){const _0x394ef4=_0x181bb3;return _0x17c957[_0x4c8310][_0x394ef4(0x2ff)](_0x32cc0c=>(_0x599070[_0x32cc0c]||'')['toLowerCase']())['includes'](_0x4e3d01[_0x394ef4(0x34f)]());}function _0x470451(_0x3f622d,_0x4347ae=!0x1){const _0x1a6c8d=_0x181bb3;let _0x268254=_0x3f622d[_0x1a6c8d(0x2ff)](_0x3170df=>_0x17c957[_0x3170df])[_0x1a6c8d(0x206)](',');return new Promise((_0x4e4a61,_0x15fa36)=>{const _0xf0e802=_0x1a6c8d;let _0x323ab1=document[_0xf0e802(0x358)](_0xf0e802(0x23c));_0x323ab1[_0xf0e802(0x2d8)]=_0xf0e802(0x1fa),_0x323ab1[_0xf0e802(0x2eb)]=_0x268254,_0x323ab1['multiple']=_0x4347ae,_0x323ab1[_0xf0e802(0x2cd)]('change',_0x40c482=>{const _0x549fb0=_0xf0e802;let _0xd78023=_0x40c482[_0x549fb0(0x2de)];if(!_0xd78023[_0x549fb0(0x323)]||_0xd78023[_0x549fb0(0x323)][_0x549fb0(0x37b)]===0x0)throw _0x15fa36(null),Error(_0x549fb0(0x260));_0x4e4a61(_0xd78023[_0x549fb0(0x323)]);}),_0x323ab1['click']();});}async function _0x1dde1b(_0x2164d4,_0x1b71f0){const _0x3a9a55=_0x181bb3;try{var _0x23fa19,_0x4d07ed,_0x82e5f2;let _0x5ab759=await _0x1b71f0[_0x3a9a55(0x1eb)](_0x2164d4,{'responseType':_0x3a9a55(0x28c)}),_0x364d4c=_0x5ab759[_0x3a9a55(0x378)],_0x2f7f9b=(_0x23fa19=(_0x4d07ed=_0x5ab759[_0x3a9a55(0x276)]['get']('Content-Type'))==null?void 0x0:_0x4d07ed[_0x3a9a55(0x206)](',\x20'))==null?_0x3a9a55(0x379):_0x23fa19,_0x1b616a='file.'+(_0x599070[_0x2f7f9b]||_0x3a9a55(0x30e)),_0x103066=(_0x82e5f2=_0x5ab759[_0x3a9a55(0x276)][_0x3a9a55(0x1eb)](_0x3a9a55(0x36c)))==null?void 0x0:_0x82e5f2[_0x3a9a55(0x206)](',\x20');if(_0x103066){let _0x50c30f=_0x103066['match'](/filename=(.+)/);_0x50c30f&&_0x50c30f[0x1]&&(_0x1b616a=_0x50c30f[0x1]);}else _0x1b616a=_0x286b58(_0x2164d4)||_0x1b616a;return new File([_0x364d4c],_0x1b616a,{'type':_0x2f7f9b});}catch(_0x318040){console['error'](_0x3a9a55(0x230),_0x318040);return;}}function _0x286b58(_0x54432a){const _0x3a83d3=_0x181bb3;try{return new URL(_0x54432a)[_0x3a83d3(0x26e)][_0x3a83d3(0x1c5)]('/')[_0x3a83d3(0x313)]();}catch(_0x52f32c){console[_0x3a83d3(0x291)]('Error\x20getting\x20file\x20name\x20from\x20URL:',_0x52f32c);return;}}function _0x510e2f(_0xef3090){const _0x243aed=_0x181bb3;let _0xc75448=new Blob([_0xef3090['buffer']],{'type':'application/json'});return new File([_0xc75448],_0x243aed(0x300));}function _0x234499(_0x391493,_0x1858cb){const _0x38e6d7=_0x181bb3;return _0x391493['replace'](_0x38e6d7(0x215),_0x1858cb);}function _0x2398c7(_0x36ae00,_0x165f42){const _0x56b9f6=_0x181bb3;return _0x36ae00['replace'](_0x56b9f6(0x338),_0x165f42);}function _0x5328ff(_0x47e845,_0x103b17){const _0x1b475a=_0x181bb3;return _0x47e845[_0x1b475a(0x265)](_0x1b475a(0x20b),_0x103b17);}function _0x39bfa1(_0x46c29e,_0x2958d4){return function(_0x2147c8,_0x31db4c){_0x2958d4(_0x2147c8,_0x31db4c,_0x46c29e);};}function _0x40ca86(_0x5bd2b7,_0x1c9d55,_0x7f62af,_0x5a4955){const _0x2c3e1f=_0x181bb3;var _0x1fbf9a=arguments[_0x2c3e1f(0x37b)],_0x423d7d=_0x1fbf9a<0x3?_0x1c9d55:_0x5a4955===null?_0x5a4955=Object['getOwnPropertyDescriptor'](_0x1c9d55,_0x7f62af):_0x5a4955,_0x25bd36;if(typeof Reflect==_0x2c3e1f(0x1cd)&&typeof Reflect['decorate']=='function')_0x423d7d=Reflect['decorate'](_0x5bd2b7,_0x1c9d55,_0x7f62af,_0x5a4955);else{for(var _0x36c619=_0x5bd2b7[_0x2c3e1f(0x37b)]-0x1;_0x36c619>=0x0;_0x36c619--)(_0x25bd36=_0x5bd2b7[_0x36c619])&&(_0x423d7d=(_0x1fbf9a<0x3?_0x25bd36(_0x423d7d):_0x1fbf9a>0x3?_0x25bd36(_0x1c9d55,_0x7f62af,_0x423d7d):_0x25bd36(_0x1c9d55,_0x7f62af))||_0x423d7d);}return _0x1fbf9a>0x3&&_0x423d7d&&Object[_0x2c3e1f(0x354)](_0x1c9d55,_0x7f62af,_0x423d7d),_0x423d7d;}let _0x3c442c=(0x0,_0x236670[_0x181bb3(0x391)])(_0x181bb3(0x35e)),_0x12031f=class{constructor(_0x301389,_0xf4608c){const _0x6ac535=_0x181bb3;this[_0x6ac535(0x299)]=_0x301389,this[_0x6ac535(0x2d1)]=_0xf4608c,_0xcd0b1(this,_0x6ac535(0x304),new Set());}[_0x181bb3(0x1c9)](){}[_0x181bb3(0x28f)](_0x57ec13){const _0x4c9c84=_0x181bb3;this[_0x4c9c84(0x304)][_0x4c9c84(0x225)](_0x57ec13);}[_0x181bb3(0x201)](){const _0x3a54ed=_0x181bb3;this[_0x3a54ed(0x304)][_0x3a54ed(0x2ba)]();}async['upload'](_0x4b5d72,_0x481b46=0x0,_0x41b5b6=!0x1){const _0x3dae95=_0x181bb3;if(typeof _0x4b5d72==_0x3dae95(0x25a)){let _0x39f13f=await _0x1dde1b(_0x4b5d72,this[_0x3dae95(0x2d1)]);if(!_0x39f13f)throw Error(_0x3dae95(0x1ef));_0x4b5d72=_0x39f13f;}_0x481b46=_0x481b46||_0x4b5d72[_0x3dae95(0x240)];let _0x50a99a=new FormData();_0x50a99a[_0x3dae95(0x32a)]('file',_0x4b5d72);try{let _0x8d7090=this[_0x3dae95(0x263)]()+'?size='+_0x481b46+_0x3dae95(0x33f)+_0x443c35['FileSource'][_0x3dae95(0x2cc)]+_0x3dae95(0x395)+_0x41b5b6,_0x897589={'body':_0x50a99a},_0x56f39f=(await this[_0x3dae95(0x2d1)][_0x3dae95(0x22f)](_0x8d7090,_0x897589))[_0x3dae95(0x378)];if(_0x56f39f[_0x3dae95(0x291)]&&_0x56f39f[_0x3dae95(0x291)][_0x3dae95(0x2e1)]!==_0x443c35['ErrorCode']['OK'])throw Error(this[_0x3dae95(0x20e)](_0x3dae95(0x382),_0x56f39f[_0x3dae95(0x291)]));return _0x56f39f;}catch(_0x40cedf){throw _0x40cedf instanceof Error?_0x40cedf:Error(this[_0x3dae95(0x334)](_0x3dae95(0x382),_0x40cedf));}}async[_0x181bb3(0x296)](_0x362081){const _0xb1fa17=_0x181bb3;let {fileID:_0x163066,type:_0x4d939c,outputType:_0x2e65ae,minSheetColumnCount:_0x48e968,minSheetRowCount:_0x264f3b}=_0x362081;try{let _0x4d80d3=_0x234499(this[_0xb1fa17(0x2fc)](),''+_0x4d939c),_0x480351={'body':{'fileID':_0x163066,'outputType':_0x2e65ae,'minSheetColumnCount':_0x48e968,'minSheetRowCount':_0x264f3b}},_0x2839cf=(await this['_httpService']['post'](_0x4d80d3,_0x480351))[_0xb1fa17(0x378)];return _0x2839cf[_0xb1fa17(0x291)]&&_0x2839cf[_0xb1fa17(0x291)][_0xb1fa17(0x2e1)]!==_0x443c35[_0xb1fa17(0x368)]['OK']?void 0x0:_0x2839cf;}catch{return;}}async[_0x181bb3(0x272)](_0x286900){const _0x3b30b3=_0x181bb3;let {unitID:_0x2fe733,jsonID:_0x3e8331,type:_0x1bfa77,sscSwitch:_0x39a702,useImageUrl:_0xac998d,ignoreTableExport:_0x285cc5}=_0x286900;try{let _0x1d09d5=_0x234499(this[_0x3b30b3(0x34e)](),''+_0x1bfa77),_0x145ad0={'body':{'unitID':_0x2fe733,'jsonID':_0x3e8331,'type':_0x1bfa77,'sscSwitch':_0x39a702,'useImageUrl':_0xac998d,'ignoreTableExport':_0x285cc5}},_0x1cbbfb=(await this['_httpService'][_0x3b30b3(0x22f)](_0x1d09d5,_0x145ad0))[_0x3b30b3(0x378)];return _0x1cbbfb[_0x3b30b3(0x291)]&&_0x1cbbfb[_0x3b30b3(0x291)][_0x3b30b3(0x2e1)]!==_0x443c35[_0x3b30b3(0x368)]['OK']?void 0x0:_0x1cbbfb;}catch{return;}}async[_0x181bb3(0x29d)](_0x1adc18){return new Promise((_0x5854b3,_0x861c5b)=>{const _0xc73a45=_0x45c0;try{let _0x237982=0x0,_0x56e353=_0x2398c7(this[_0xc73a45(0x21f)](),''+_0x1adc18),_0x607c8d=this[_0xc73a45(0x1f5)](),_0x108165=async()=>{const _0x580a47=_0xc73a45;if(this[_0x580a47(0x304)][_0x580a47(0x295)](_0x1adc18))return;let _0x3f17b6=(await this[_0x580a47(0x2d1)][_0x580a47(0x1eb)](_0x56e353))[_0x580a47(0x378)];if(_0x3f17b6[_0x580a47(0x291)]&&_0x3f17b6[_0x580a47(0x291)][_0x580a47(0x2e1)]===_0x443c35[_0x580a47(0x368)]['OK']){if(_0x3f17b6[_0x580a47(0x274)]===_0x580a47(0x249))_0x5854b3(_0x3f17b6);else{if(_0x3f17b6['status']===_0x580a47(0x318)){let _0x205e21=0x3e8;if(_0x237982>=_0x607c8d){_0x861c5b(_0x3f17b6);return;}else _0x237982>=0x7530&&(_0x205e21=0x1388);_0x237982+=_0x205e21,setTimeout(_0x108165,_0x205e21);}else _0x861c5b(_0x3f17b6);}}else _0x861c5b(_0x3f17b6);};_0x108165();}catch(_0x526e0a){_0x861c5b(_0x526e0a instanceof Error?_0x526e0a:Error(String(_0x526e0a)));}});}async[_0x181bb3(0x38f)](_0x5eab65){const _0x10f586=_0x181bb3;try{let _0x5e5983=_0x5328ff(this[_0x10f586(0x2e9)](),''+_0x5eab65);return(await this[_0x10f586(0x2d1)][_0x10f586(0x1eb)](_0x5e5983))[_0x10f586(0x378)];}catch{return;}}async['getTextFromUrl'](_0x2d5b5f){const _0x3e29f3=_0x181bb3;try{return(await this['_httpService'][_0x3e29f3(0x1eb)](_0x2d5b5f,{'responseType':_0x3e29f3(0x2c3)}))[_0x3e29f3(0x378)];}catch{return;}}[_0x181bb3(0x20e)](_0x2fc87e,_0x51a877){const _0x5d768b=_0x181bb3;let _0x2b7ced=this[_0x5d768b(0x32d)](_0x51a877);return _0x2b7ced?_0x2fc87e+':\x20'+_0x2b7ced:_0x2fc87e;}[_0x181bb3(0x334)](_0x1740e9,_0x59abca){const _0x243ead=_0x181bb3;if(_0x59abca instanceof _0x592c14['HTTPResponseError']){let _0x3b9a14=typeof _0x59abca[_0x243ead(0x274)]==_0x243ead(0x2a4)?''+_0x59abca[_0x243ead(0x274)]+(_0x59abca[_0x243ead(0x381)]?'\x20'+_0x59abca[_0x243ead(0x381)]:''):void 0x0,_0x5bf900=this[_0x243ead(0x32d)](_0x59abca[_0x243ead(0x291)]);return _0x3b9a14&&_0x5bf900?_0x1740e9+':\x20HTTP\x20'+_0x3b9a14+_0x243ead(0x35b)+_0x5bf900:_0x3b9a14?_0x1740e9+_0x243ead(0x316)+_0x3b9a14:_0x5bf900?_0x1740e9+':\x20'+_0x5bf900:_0x1740e9;}let _0x578260=this['_extractErrorDetail'](_0x59abca);return _0x578260?_0x1740e9+':\x20'+_0x578260:_0x1740e9;}[_0x181bb3(0x32d)](_0x9615a9){const _0x56083e=_0x181bb3;if(typeof _0x9615a9==_0x56083e(0x25a)){let _0x43598b=_0x9615a9[_0x56083e(0x21b)]();return _0x43598b[_0x56083e(0x37b)]>0x0?_0x43598b:void 0x0;}if(_0x9615a9 instanceof Error)return this['_extractErrorDetail'](_0x9615a9[_0x56083e(0x329)]);if(!_0x9615a9||typeof _0x9615a9!=_0x56083e(0x1cd)||Array[_0x56083e(0x22a)](_0x9615a9))return;let _0x34ff07=_0x9615a9,_0x38b4e6=this['_extractErrorDetail'](_0x34ff07[_0x56083e(0x329)]);if(_0x38b4e6)return _0x38b4e6;if(_0x34ff07[_0x56083e(0x291)]&&typeof _0x34ff07['error']==_0x56083e(0x1cd)&&!Array[_0x56083e(0x22a)](_0x34ff07['error'])){let _0x31c1f0=this[_0x56083e(0x32d)](_0x34ff07[_0x56083e(0x291)]);if(_0x31c1f0)return _0x31c1f0;}}[_0x181bb3(0x263)](){const _0x27f5fb=_0x181bb3;var _0x1f0107;let _0x4f8434=this[_0x27f5fb(0x299)]['getConfig'](_0x1b24e9);return(_0x1f0107=_0x4f8434==null?void 0x0:_0x4f8434[_0x27f5fb(0x361)])==null?_0x27f5fb(0x2b4):_0x1f0107;}[_0x181bb3(0x2fc)](){const _0x1013c7=_0x181bb3;var _0x1f55f3;let _0x43745e=this[_0x1013c7(0x299)][_0x1013c7(0x208)](_0x1b24e9);return(_0x1f55f3=_0x43745e==null?void 0x0:_0x43745e['importServerUrl'])==null?'/universer-api/exchange/{type}/import':_0x1f55f3;}['_getExportURL'](){const _0xfbd056=_0x181bb3;var _0x28877c;let _0xa9e4f0=this['_configService']['getConfig'](_0x1b24e9);return(_0x28877c=_0xa9e4f0==null?void 0x0:_0xa9e4f0['exportServerUrl'])==null?_0xfbd056(0x2e8):_0x28877c;}[_0x181bb3(0x21f)](){const _0x2d2321=_0x181bb3;var _0x21a310;let _0x4750ee=this[_0x2d2321(0x299)][_0x2d2321(0x208)](_0x1b24e9);return(_0x21a310=_0x4750ee==null?void 0x0:_0x4750ee[_0x2d2321(0x2a7)])==null?_0x2d2321(0x1d3):_0x21a310;}[_0x181bb3(0x2e9)](){const _0x319b54=_0x181bb3;var _0x225307;let _0x3faa1c=this[_0x319b54(0x299)]['getConfig'](_0x1b24e9);return(_0x225307=_0x3faa1c==null?void 0x0:_0x3faa1c['signUrlServerUrl'])==null?_0x319b54(0x289):_0x225307;}[_0x181bb3(0x1f5)](){const _0x870610=_0x181bb3;var _0x398d21;let _0x3cddf3=this[_0x870610(0x299)][_0x870610(0x208)](_0x1b24e9);return(_0x398d21=_0x3cddf3==null?void 0x0:_0x3cddf3['maxTimeoutTime'])==null?0x1d4c0:_0x398d21;}};_0x12031f=_0x40ca86([_0x39bfa1(0x0,_0x236670[_0x181bb3(0x33e)]),_0x39bfa1(0x1,(0x0,_0x236670[_0x181bb3(0x362)])(_0x592c14[_0x181bb3(0x34a)]))],_0x12031f);function _0x3cccb9(_0x14afd9){const _0x178538=_0x181bb3;let _0x1e803d=_0x14afd9[_0x178538(0x294)];if(!_0x1e803d)return null;let _0xfef8f1={};_0x1e803d['sheets']&&Object[_0x178538(0x2bd)](_0x1e803d[_0x178538(0x1f9)])['forEach'](_0x3d5bc3=>{const _0xa05f58=_0x178538;let _0x570434=_0x1e803d[_0xa05f58(0x1f9)][_0x3d5bc3];_0xfef8f1[_0x3d5bc3]={..._0x570434,'originalMeta':(0x0,_0x2bcde1[_0xa05f58(0x25f)])(_0x2bcde1['textDecoder'][_0xa05f58(0x307)](_0x570434[_0xa05f58(0x1fe)]))};});let _0x3ca416=(0x0,_0x2bcde1[_0x178538(0x25f)])(_0x2bcde1[_0x178538(0x24d)]['decode'](_0x1e803d[_0x178538(0x1fe)]));return{..._0x14afd9,'workbook':{..._0x1e803d,'originalMeta':_0x3ca416,'sheets':_0xfef8f1},'doc':{}};}function _0x35d188(_0xc60ca9){const _0x3d341d=_0x181bb3;let _0x19be5f=_0xc60ca9[_0x3d341d(0x306)];if(!_0x19be5f)return null;let _0xc884d5=(0x0,_0x2bcde1[_0x3d341d(0x25f)])(_0x2bcde1['textDecoder'][_0x3d341d(0x307)](_0x19be5f[_0x3d341d(0x1fe)]));return{..._0xc60ca9,'workbook':{},'doc':{..._0x19be5f,'originalMeta':_0xc884d5}};}function _0x390877(_0x1df2f1){const _0x35fa38=_0x181bb3;let _0x8dbbfa={};return _0x1df2f1[_0x35fa38(0x332)](_0x52fbb2=>{const _0x4e2c8d=_0x35fa38;_0x8dbbfa[_0x52fbb2['id']]={..._0x52fbb2,'data':(0x0,_0x2bcde1[_0x4e2c8d(0x25f)])(_0x2bcde1[_0x4e2c8d(0x24d)][_0x4e2c8d(0x307)](_0x52fbb2['data']))};}),_0x8dbbfa;}async function _0x263c01(_0x44ccc6){const _0x2ae632=_0x181bb3;var _0x553b75;let _0x2d9126={'metadata':void 0x0},_0x5f6adf=_0x44ccc6['id'],_0xfa8318=(_0x553b75=_0x44ccc6[_0x2ae632(0x1f6)])==null?0x0:_0x553b75,_0x5b1715=new _0x4c53de(),{snapshot:_0x39d8fe}=await(0x0,_0x2bcde1['transformWorkbookDataToSnapshot'])(_0x2d9126,_0x44ccc6,_0x5f6adf,_0xfa8318,_0x5b1715),_0x1552e4=await(0x0,_0x2bcde1[_0x2ae632(0x1d2)])(_0x39d8fe,_0x5b1715),_0x53f995=_0x3cccb9(_0x39d8fe);if(!_0x53f995)throw Error(_0x2ae632(0x37a));return{'snapshot':_0x53f995,'sheetBlocks':_0x390877(_0x1552e4)};}async function _0x5bc6d7(_0x255522){const _0x2e5b37=_0x181bb3;var _0x30422a;let _0x3c51d6={'metadata':void 0x0},_0x32cd9c=_0x255522['id'],{snapshot:_0x2dcac6}=await(0x0,_0x2bcde1['transformDocumentDataToSnapshot'])(_0x3c51d6,_0x255522,_0x32cd9c,(_0x30422a=_0x255522[_0x2e5b37(0x1f6)])==null?0x0:_0x30422a,new _0x4c53de()),_0x401f3e=_0x35d188(_0x2dcac6);if(!_0x401f3e)throw Error(_0x2e5b37(0x37a));return{'snapshot':_0x401f3e,'sheetBlocks':{}};}async function _0x1300f4(_0x6f5ace){const _0x30e343=_0x181bb3;let _0x45843d=_0x6f5ace[_0x30e343(0x282)],_0x335c8b=_0x6f5ace[_0x30e343(0x223)]||{};return await(0x0,_0x2bcde1[_0x30e343(0x2c0)])(_0x45843d,Object[_0x30e343(0x2bd)](_0x335c8b)[_0x30e343(0x2ff)](_0x1ca94e=>_0x335c8b[_0x1ca94e])[_0x30e343(0x2ff)](_0x41e169=>({..._0x41e169,'data':_0x41e169[_0x30e343(0x31b)]?JSON[_0x30e343(0x37d)]((0x0,_0x2bcde1[_0x30e343(0x367)])(_0x41e169[_0x30e343(0x31b)])):void 0x0})));}function _0x5b960a(_0x71c911){const _0x1f27ba=_0x181bb3;let _0x5825e4=_0x71c911['snapshot'];return(0x0,_0x2bcde1[_0x1f27ba(0x31c)])(_0x5825e4);}var _0x4c53de=class{constructor(){_0xcd0b1(this,'_sheetBlockCache',new Map());}[_0x181bb3(0x2cf)](){const _0x23d47c=_0x181bb3;return Promise[_0x23d47c(0x25d)]({'snapshot':{'unitID':'','type':_0x236670[_0x23d47c(0x37e)]['UNIVER_SHEET'],'rev':0x0,'workbook':void 0x0,'doc':void 0x0},'changesets':[],'error':{'code':_0x443c35['ErrorCode']['OK'],'message':''}});}[_0x181bb3(0x302)](_0x5141e0,_0x4797bd){const _0x40e1b0=_0x181bb3;let _0xb4732f=this['_sheetBlockCache']['get'](_0x4797bd[_0x40e1b0(0x1d7)]);return Promise[_0x40e1b0(0x25d)]({'block':_0xb4732f,'error':{'code':_0x443c35[_0x40e1b0(0x368)]['OK'],'message':''}});}[_0x181bb3(0x2f7)](_0x409eb5,_0x421c4d){const _0x507103=_0x181bb3;let _0xbb5d78=this[_0x507103(0x341)][_0x507103(0x1eb)](_0x421c4d[_0x507103(0x1d7)]);return Promise[_0x507103(0x25d)]({'block':_0xbb5d78===void 0x0?void 0x0:{..._0xbb5d78,'data':JSON[_0x507103(0x37d)](_0x2bcde1['textDecoder']['decode'](_0xbb5d78[_0x507103(0x31b)]))},'error':{'code':_0x443c35[_0x507103(0x368)]['OK'],'message':''}});}['fetchMissingChangesets'](){const _0x3a9b8d=_0x181bb3;return Promise[_0x3a9b8d(0x25d)]({'changesets':[],'error':{'code':_0x443c35[_0x3a9b8d(0x368)]['OK'],'message':''}});}[_0x181bb3(0x2a6)](){const _0x3a8668=_0x181bb3;return Promise[_0x3a8668(0x25d)]({'resources':{},'error':{'code':_0x443c35[_0x3a8668(0x368)]['OK'],'message':''}});}[_0x181bb3(0x290)](){const _0x293264=_0x181bb3;return Promise[_0x293264(0x25d)]({'error':{'code':_0x443c35[_0x293264(0x368)]['OK'],'message':''}});}[_0x181bb3(0x2c5)](){const _0x488c8f=_0x181bb3;return Promise[_0x488c8f(0x25d)]({'error':{'code':_0x443c35[_0x488c8f(0x368)]['OK'],'message':''}});}[_0x181bb3(0x347)](_0xf4395,_0x2cd0eb){const _0x4c0c11=_0x181bb3;let {block:_0x4216a3}=_0x2cd0eb;return _0x4216a3?(this[_0x4c0c11(0x341)][_0x4c0c11(0x29a)](_0x4216a3['id'],_0x4216a3),Promise[_0x4c0c11(0x25d)]({'error':{'code':_0x443c35['ErrorCode']['OK'],'message':''},'blockID':_0x4216a3['id']})):Promise[_0x4c0c11(0x25d)]({'error':{'code':_0x443c35['ErrorCode'][_0x4c0c11(0x330)],'message':_0x4c0c11(0x204)},'blockID':''});}['saveChangeset'](){const _0x1a8d42=_0x181bb3;return Promise[_0x1a8d42(0x25d)]({'error':{'code':_0x443c35['ErrorCode']['OK'],'message':''},'concurrent':[]});}[_0x181bb3(0x236)](){return Promise['resolve']({'error':void 0x0,'fileMetaId':''});}['getLatestCsReqIdBySid'](){const _0x3dff0c=_0x181bb3;return Promise[_0x3dff0c(0x25d)]({'error':void 0x0,'latestReqID':0x0});}};let _0x1c5039=(0x0,_0x236670[_0x181bb3(0x391)])('univer-pro.exchange-client.exchange.service'),_0x2fa3de=class extends _0x236670[_0x181bb3(0x1ed)]{constructor(_0x19fcd8,_0x21c21d,_0x43ba5a){const _0xc25bd2=_0x181bb3;super(),this[_0xc25bd2(0x299)]=_0x19fcd8,this[_0xc25bd2(0x2d1)]=_0x21c21d,this[_0xc25bd2(0x348)]=_0x43ba5a,_0xcd0b1(this,'_importTaskId',null),_0xcd0b1(this,_0xc25bd2(0x2e3),new _0x22e424[(_0xc25bd2(0x2f3))]()),_0xcd0b1(this,_0xc25bd2(0x1e6),this[_0xc25bd2(0x2e3)][_0xc25bd2(0x2f6)]());}[_0x181bb3(0x1c9)](){const _0x3ca7b9=_0x181bb3;super[_0x3ca7b9(0x1c9)](),this[_0x3ca7b9(0x2e3)][_0x3ca7b9(0x2b7)]();}async[_0x181bb3(0x273)](_0x562a08){const _0x1a636f=_0x181bb3;let _0x278765=await this['_importToSnapshot'](_0x562a08,_0x236670['UniverInstanceType'][_0x1a636f(0x2d2)]);if(!_0x278765||!_0x278765['snapshot'])return;let _0x5d4f9b=_0x5b960a(_0x278765);if(_0x5d4f9b)return _0x5d4f9b;}async[_0x181bb3(0x2db)](_0x644f2){const _0x1dceff=_0x181bb3;return this[_0x1dceff(0x2c7)](_0x644f2,0x1,_0x236670[_0x1dceff(0x37e)][_0x1dceff(0x2d2)]);}async[_0x181bb3(0x238)](_0x4ff5ec){const _0xb5d9c6=_0x181bb3;let _0x1fa2e1=await _0x5bc6d7(_0x4ff5ec);return this['_exportBySnapshot'](_0x1fa2e1,_0x236670[_0xb5d9c6(0x37e)][_0xb5d9c6(0x2d2)]);}async[_0x181bb3(0x27e)](_0x236f29){const _0x38f115=_0x181bb3;let _0x120b56=await this['_importToSnapshot'](_0x236f29,_0x236670[_0x38f115(0x37e)][_0x38f115(0x256)]);if(!_0x120b56)return;let _0x11f5fb=await _0x1300f4(_0x120b56);if(_0x11f5fb)return _0x11f5fb;}async['exportXLSXByUnitId'](_0x119809){const _0x169944=_0x181bb3;return this[_0x169944(0x2c7)](_0x119809,0x1,_0x236670[_0x169944(0x37e)][_0x169944(0x256)]);}async[_0x181bb3(0x20f)](_0x5c6afb){const _0x5d8a44=_0x181bb3;let _0xe68571=await _0x263c01(_0x5c6afb);return this['_exportBySnapshot'](_0xe68571,_0x236670['UniverInstanceType'][_0x5d8a44(0x256)]);}async['importFileToUnitId'](_0x290bc1,_0x53a243){const _0x9c70c=_0x181bb3;var _0x7ea5f1,_0x3f9fc5;let _0x3f4efd=await this[_0x9c70c(0x202)](_0x290bc1);if(!_0x3f4efd)return;let _0xc11d5f=await this[_0x9c70c(0x23d)](_0x3f4efd,0x1,_0x53a243);if(!_0xc11d5f)return;this[_0x9c70c(0x38c)]=_0xc11d5f,this[_0x9c70c(0x348)][_0x9c70c(0x201)]();let _0x387297=await this[_0x9c70c(0x348)]['getTask'](_0xc11d5f)[_0x9c70c(0x370)](_0x358cbb=>{const _0x48d1cc=_0x9c70c;var _0x49e88d;let _0x575803=_0x358cbb instanceof Error?_0x358cbb[_0x48d1cc(0x329)]:(_0x49e88d=_0x358cbb[_0x48d1cc(0x291)])==null?void 0x0:_0x49e88d[_0x48d1cc(0x329)];this[_0x48d1cc(0x2e3)][_0x48d1cc(0x2ae)]({'error':{'code':_0x443c35[_0x48d1cc(0x368)][_0x48d1cc(0x29f)],'message':_0x575803||''},'state':0x3});});if(!_0x387297)return;let _0x37df25=(_0x7ea5f1=_0x387297['import'])==null?void 0x0:_0x7ea5f1[_0x9c70c(0x1ea)],_0x4e235d=((_0x3f9fc5=_0x387297[_0x9c70c(0x296)])==null?void 0x0:_0x3f9fc5[_0x9c70c(0x326)])||'';if(_0x37df25!==0x1){this[_0x9c70c(0x2e3)][_0x9c70c(0x2ae)]({'error':{'code':_0x443c35[_0x9c70c(0x368)][_0x9c70c(0x29f)],'message':_0x9c70c(0x2ef)},'state':0x3});return;}if(_0x4e235d[_0x9c70c(0x37b)]===0x0){this[_0x9c70c(0x2e3)][_0x9c70c(0x2ae)]({'error':{'code':_0x443c35[_0x9c70c(0x368)]['UNRECOGNIZED'],'message':_0x9c70c(0x1d0)},'state':0x3});return;}return this[_0x9c70c(0x2e3)][_0x9c70c(0x2ae)]({'error':_0x387297[_0x9c70c(0x291)],'state':0x3}),_0x4e235d;}async[_0x181bb3(0x1e1)](_0x119d07){const _0x2bd191=_0x181bb3;let _0x4d3141=await _0x263c01(_0x119d07),_0xfeaba3=typeof _0x119d07['id']==_0x2bd191(0x25a)&&_0x119d07['id'][_0x2bd191(0x21b)]()?_0x119d07['id'][_0x2bd191(0x21b)]()+_0x2bd191(0x37f):_0x2bd191(0x36a),_0x121302=new File([JSON['stringify'](_0x4d3141)],_0xfeaba3,{'type':_0x2bd191(0x26a)});return this['importFileToUnitId'](_0x121302,_0x236670[_0x2bd191(0x37e)]['UNIVER_SHEET']);}['interruptImportTask'](){const _0x2dad54=_0x181bb3;this['_importTaskId']&&this['_requestService'][_0x2dad54(0x28f)](this['_importTaskId']);}async[_0x181bb3(0x2e2)](_0x51b5e5,_0x1e38bf){const _0x427567=_0x181bb3;var _0x8d3887,_0x4fd3dc;let _0x560085=await this[_0x427567(0x202)](_0x51b5e5);if(!_0x560085)return;let _0x10b715=await this[_0x427567(0x23d)](_0x560085,0x2,_0x1e38bf);if(!_0x10b715)return;this[_0x427567(0x38c)]=_0x10b715,this[_0x427567(0x348)]['clearTaskInterrupted']();let _0x55706c=await this[_0x427567(0x348)][_0x427567(0x29d)](_0x10b715)[_0x427567(0x370)](_0x144d34=>{const _0x5c3ce3=_0x427567;var _0x5b9336;let _0x5c2785=_0x144d34 instanceof Error?_0x144d34[_0x5c3ce3(0x329)]:(_0x5b9336=_0x144d34[_0x5c3ce3(0x291)])==null?void 0x0:_0x5b9336[_0x5c3ce3(0x329)];this[_0x5c3ce3(0x2e3)][_0x5c3ce3(0x2ae)]({'error':{'code':_0x443c35[_0x5c3ce3(0x368)][_0x5c3ce3(0x29f)],'message':_0x5c2785||''},'state':0x3});});if(!_0x55706c)return;let _0x5dd592=(_0x8d3887=_0x55706c[_0x427567(0x296)])==null?void 0x0:_0x8d3887[_0x427567(0x1ea)],_0x335c07=((_0x4fd3dc=_0x55706c[_0x427567(0x296)])==null?void 0x0:_0x4fd3dc[_0x427567(0x20a)])||'';if(_0x5dd592!==0x2){this[_0x427567(0x2e3)][_0x427567(0x2ae)]({'error':{'code':_0x443c35[_0x427567(0x368)][_0x427567(0x29f)],'message':'Get\x20outputType\x20error'},'state':0x3});return;}if(_0x335c07[_0x427567(0x37b)]===0x0){this[_0x427567(0x2e3)][_0x427567(0x2ae)]({'error':{'code':_0x443c35[_0x427567(0x368)][_0x427567(0x29f)],'message':_0x427567(0x346)},'state':0x3});return;}this[_0x427567(0x2e3)][_0x427567(0x2ae)]({'error':_0x55706c[_0x427567(0x291)],'state':0x3});let _0x353fd3=await this[_0x427567(0x2c4)](_0x335c07);if(!_0x353fd3)return;let _0x58dee2=await this[_0x427567(0x348)][_0x427567(0x22d)](_0x353fd3);if(!_0x58dee2){this[_0x427567(0x2e3)][_0x427567(0x2ae)]({'error':{'code':_0x443c35[_0x427567(0x368)][_0x427567(0x29f)],'message':_0x427567(0x25c)},'state':0x5});return;}try{let _0x1a39c8=JSON[_0x427567(0x37d)](_0x58dee2);return this[_0x427567(0x2e3)][_0x427567(0x2ae)]({'error':{'code':_0x443c35[_0x427567(0x368)]['OK'],'message':'success'},'state':0x5}),_0x1a39c8;}catch{this[_0x427567(0x2e3)][_0x427567(0x2ae)]({'error':{'code':_0x443c35[_0x427567(0x368)][_0x427567(0x29f)],'message':'Failed\x20to\x20parse\x20json'},'state':0x5});}}async[_0x181bb3(0x2fe)](_0x4e9a80,_0x109a07){const _0x3b446c=_0x181bb3;let _0x1ed7de=JSON[_0x3b446c(0x2f0)](_0x4e9a80),_0x148288=_0x2bcde1[_0x3b446c(0x35f)][_0x3b446c(0x267)](_0x1ed7de),_0xd1b933=_0x2deec8(_0x148288),_0xdd3de0=_0x148288[_0x3b446c(0x37b)],_0x23afae=_0x510e2f(_0xd1b933),_0xb8832f=await this['_upload'](_0x23afae,_0xdd3de0,!0x0);if(_0xb8832f)return this[_0x3b446c(0x2c7)](_0xb8832f,0x2,_0x109a07);}async[_0x181bb3(0x2c7)](_0x3936a0,_0x2a1f95,_0x58965b){const _0x23445c=_0x181bb3;var _0x5e38a2;let _0x6fb3a7=await this[_0x23445c(0x348)][_0x23445c(0x272)]({'unitID':_0x2a1f95===0x1?_0x3936a0:'','jsonID':_0x2a1f95===0x2?_0x3936a0:'','type':_0x58965b,'sscSwitch':this[_0x23445c(0x1e4)](),'useImageUrl':this[_0x23445c(0x27b)](),'ignoreTableExport':this[_0x23445c(0x1c3)]()});if(!_0x6fb3a7){this['_requestState$'][_0x23445c(0x2ae)]({'error':{'code':_0x443c35['ErrorCode'][_0x23445c(0x29f)],'message':_0x23445c(0x228)},'state':0x2});return;}if(this['_requestState$'][_0x23445c(0x2ae)]({'error':_0x6fb3a7[_0x23445c(0x291)],'state':0x2}),_0x6fb3a7[_0x23445c(0x291)]&&_0x6fb3a7[_0x23445c(0x291)][_0x23445c(0x2e1)]!==_0x443c35[_0x23445c(0x368)]['OK'])return;let _0x17924d=_0x6fb3a7['taskID'],_0x44a641=await this[_0x23445c(0x348)][_0x23445c(0x29d)](_0x17924d)[_0x23445c(0x370)](_0x590f53=>{const _0x34328b=_0x23445c;var _0xfbf51d;let _0x5b80fd=_0x590f53 instanceof Error?_0x590f53['message']:(_0xfbf51d=_0x590f53[_0x34328b(0x291)])==null?void 0x0:_0xfbf51d['message'];this[_0x34328b(0x2e3)][_0x34328b(0x2ae)]({'error':{'code':_0x443c35['ErrorCode'][_0x34328b(0x29f)],'message':_0x5b80fd||''},'state':0x3});});if(!_0x44a641)return;let _0x1d9aa6=((_0x5e38a2=_0x44a641[_0x23445c(0x272)])==null?void 0x0:_0x5e38a2[_0x23445c(0x356)])||'';if(_0x1d9aa6[_0x23445c(0x37b)]===0x0){this[_0x23445c(0x2e3)]['next']({'error':{'code':_0x443c35[_0x23445c(0x368)][_0x23445c(0x29f)],'message':_0x23445c(0x36f)},'state':0x3});return;}this[_0x23445c(0x2e3)][_0x23445c(0x2ae)]({'error':_0x44a641[_0x23445c(0x291)],'state':0x3});let _0x100f4b=await this[_0x23445c(0x2c4)](_0x1d9aa6);if(!_0x100f4b)return;let _0x4ebd66=await _0x1dde1b(_0x100f4b,this['_httpService']);if(!_0x4ebd66){this[_0x23445c(0x2e3)][_0x23445c(0x2ae)]({'error':{'code':_0x443c35['ErrorCode'][_0x23445c(0x29f)],'message':'Failed\x20to\x20get\x20file\x20from\x20url'},'state':0x6});return;}return this[_0x23445c(0x2e3)][_0x23445c(0x2ae)]({'error':{'code':_0x443c35[_0x23445c(0x368)]['OK'],'message':_0x23445c(0x38d)},'state':0x6}),_0x4ebd66;}async['_upload'](_0xa061e5,_0x595b8d,_0x34e1fa){const _0x538257=_0x181bb3;let _0x2a089d;try{_0x2a089d=await this[_0x538257(0x348)][_0x538257(0x31f)](_0xa061e5,_0x595b8d,_0x34e1fa);}catch(_0x45613b){let _0xda05b=_0x45613b instanceof Error?_0x45613b[_0x538257(0x329)]:String(_0x45613b);this[_0x538257(0x2e3)][_0x538257(0x2ae)]({'error':{'code':_0x443c35[_0x538257(0x368)][_0x538257(0x29f)],'message':_0xda05b},'state':0x0});return;}if(!_0x2a089d||typeof _0x2a089d[_0x538257(0x257)]!=_0x538257(0x25a)){this[_0x538257(0x2e3)][_0x538257(0x2ae)]({'error':{'code':_0x443c35['ErrorCode']['UNRECOGNIZED'],'message':_0x538257(0x27c)},'state':0x0});return;}let _0x2be213=_0x2a089d[_0x538257(0x257)];if(_0x2be213['length']===0x0){this[_0x538257(0x2e3)][_0x538257(0x2ae)]({'error':{'code':_0x443c35[_0x538257(0x368)][_0x538257(0x29f)],'message':'upload\x20failed:\x20FileId\x20is\x20empty'},'state':0x0});return;}return this[_0x538257(0x2e3)][_0x538257(0x2ae)]({'error':{'code':_0x443c35[_0x538257(0x368)]['OK'],'message':_0x538257(0x38d)},'state':0x0}),_0x2be213;}async['_import'](_0x4956d8,_0x26812e,_0x14b97c){const _0x52bf17=_0x181bb3;let _0x5c8f2b={'fileID':_0x4956d8,'type':_0x14b97c,'outputType':_0x26812e,'fileUrl':'','minSheetRowCount':this[_0x52bf17(0x211)](),'minSheetColumnCount':this[_0x52bf17(0x2b1)]()},_0xe8ab7=await this['_requestService'][_0x52bf17(0x296)](_0x5c8f2b);if(!_0xe8ab7){this[_0x52bf17(0x2e3)][_0x52bf17(0x2ae)]({'error':{'code':_0x443c35[_0x52bf17(0x368)][_0x52bf17(0x29f)],'message':_0x52bf17(0x2d6)},'state':0x1});return;}if(_0xe8ab7[_0x52bf17(0x291)]&&_0xe8ab7[_0x52bf17(0x291)][_0x52bf17(0x2e1)]!==_0x443c35['ErrorCode']['OK']){this[_0x52bf17(0x2e3)][_0x52bf17(0x2ae)]({'error':_0xe8ab7[_0x52bf17(0x291)],'state':0x1});return;}let _0x4500a0=_0xe8ab7['taskID'];if(_0x4500a0[_0x52bf17(0x37b)]===0x0){this[_0x52bf17(0x2e3)][_0x52bf17(0x2ae)]({'error':{'code':_0x443c35[_0x52bf17(0x368)][_0x52bf17(0x29f)],'message':_0x52bf17(0x2b3)},'state':0x1});return;}return this['_requestState$']['next']({'error':_0xe8ab7['error'],'state':0x1}),_0x4500a0;}async[_0x181bb3(0x2c4)](_0x56daa3){const _0x4635e7=_0x181bb3;let _0x453381=await this[_0x4635e7(0x348)][_0x4635e7(0x38f)](_0x56daa3);if(!_0x453381){this[_0x4635e7(0x2e3)]['next']({'error':{'code':_0x443c35[_0x4635e7(0x368)][_0x4635e7(0x29f)],'message':_0x4635e7(0x342)},'state':0x4});return;}if(_0x453381['error']&&_0x453381['error'][_0x4635e7(0x2e1)]!==_0x443c35['ErrorCode']['OK']){this[_0x4635e7(0x2e3)]['next']({'error':_0x453381['error'],'state':0x4});return;}let _0x419f6c=(0x0,_0x236670[_0x4635e7(0x2a9)])(_0x453381[_0x4635e7(0x2a5)],this['_getDownloadEndpointURL']());if(_0x419f6c['length']===0x0){this[_0x4635e7(0x2e3)][_0x4635e7(0x2ae)]({'error':{'code':_0x443c35[_0x4635e7(0x368)][_0x4635e7(0x29f)],'message':'sign\x20url\x20error'},'state':0x4});return;}return this[_0x4635e7(0x2e3)]['next']({'error':_0x453381[_0x4635e7(0x291)],'state':0x4}),_0x419f6c;}[_0x181bb3(0x376)](){const _0x400525=_0x181bb3;var _0x137577;let _0x14366a=this[_0x400525(0x299)][_0x400525(0x208)](_0x1b24e9);return(_0x137577=_0x14366a==null?void 0x0:_0x14366a[_0x400525(0x297)])==null?location[_0x400525(0x2ed)]:_0x137577;}[_0x181bb3(0x211)](){const _0x51b213=_0x181bb3;var _0x5717aa,_0xb26157;let _0x2924ce=this['_configService'][_0x51b213(0x208)](_0x1b24e9);return(_0x5717aa=_0x2924ce==null||(_0xb26157=_0x2924ce[_0x51b213(0x23f)])==null?void 0x0:_0xb26157[_0x51b213(0x205)])==null?0x1:_0x5717aa;}[_0x181bb3(0x2b1)](){const _0x10340b=_0x181bb3;var _0x52d527,_0xd5e9dc;let _0x2efd70=this['_configService'][_0x10340b(0x208)](_0x1b24e9);return(_0x52d527=_0x2efd70==null||(_0xd5e9dc=_0x2efd70[_0x10340b(0x23f)])==null?void 0x0:_0xd5e9dc[_0x10340b(0x29c)])==null?0x1:_0x52d527;}[_0x181bb3(0x1e4)](){const _0x274d6e=_0x181bb3;var _0x4c0dd4,_0xb6aa9f;let _0x4cd5d7=this[_0x274d6e(0x299)]['getConfig'](_0x1b24e9);return(_0x4c0dd4=_0x4cd5d7==null||(_0xb6aa9f=_0x4cd5d7[_0x274d6e(0x23f)])==null?void 0x0:_0xb6aa9f[_0x274d6e(0x2ce)])==null?!0x1:_0x4c0dd4;}['_getDisableCellImageConversion'](){const _0x19b2ac=_0x181bb3;var _0x358599,_0x239d5a;let _0x2455e4=this[_0x19b2ac(0x299)]['getConfig'](_0x1b24e9);return(_0x358599=_0x2455e4==null||(_0x239d5a=_0x2455e4[_0x19b2ac(0x23f)])==null?void 0x0:_0x239d5a[_0x19b2ac(0x237)])==null?!0x0:_0x358599;}['_getIgnoreTableExport'](){const _0x4c5e89=_0x181bb3;var _0x1aa026,_0x32503a;let _0x5a433e=this[_0x4c5e89(0x299)]['getConfig'](_0x1b24e9);return(_0x1aa026=_0x5a433e==null||(_0x32503a=_0x5a433e['options'])==null?void 0x0:_0x32503a[_0x4c5e89(0x246)])==null?!0x1:_0x1aa026;}};_0x2fa3de=_0x40ca86([_0x39bfa1(0x0,_0x236670[_0x181bb3(0x33e)]),_0x39bfa1(0x1,(0x0,_0x236670[_0x181bb3(0x362)])(_0x592c14[_0x181bb3(0x34a)])),_0x39bfa1(0x2,(0x0,_0x236670[_0x181bb3(0x362)])(_0x3c442c))],_0x2fa3de);let _0x382d4c={'done':0x0,'count':0x0},_0x545bb3=(0x0,_0x236670[_0x181bb3(0x391)])('univer-pro.exchange-client.operate.service'),_0x185af3=class extends _0x236670[_0x181bb3(0x1ed)]{constructor(_0x420207,_0x20ac91,_0x5bb255,_0x15220c,_0x5b517d,_0x1289d0){const _0x20b2d0=_0x181bb3;super(),this['_univerInstanceService']=_0x420207,this[_0x20b2d0(0x250)]=_0x20ac91,this['_localeService']=_0x5bb255,this[_0x20b2d0(0x247)]=_0x15220c,this['_uploadNotificationService']=_0x5b517d,this[_0x20b2d0(0x26f)]=_0x1289d0,_0xcd0b1(this,_0x20b2d0(0x1c6),new _0x22e424[(_0x20b2d0(0x371))](_0x382d4c)),_0xcd0b1(this,_0x20b2d0(0x264),this[_0x20b2d0(0x1c6)][_0x20b2d0(0x2f6)]()),_0xcd0b1(this,_0x20b2d0(0x24f),0x0),_0xcd0b1(this,_0x20b2d0(0x315),0x0),this[_0x20b2d0(0x337)]((0x0,_0x236670[_0x20b2d0(0x2fd)])(this[_0x20b2d0(0x247)][_0x20b2d0(0x1e6)][_0x20b2d0(0x226)](_0x4fa574=>{const _0x227df5=_0x20b2d0;var _0x5f42d6;((_0x5f42d6=_0x4fa574[_0x227df5(0x291)])==null?void 0x0:_0x5f42d6[_0x227df5(0x2e1)])===_0x443c35['ErrorCode']['OK']?this[_0x227df5(0x270)](0x1):this[_0x227df5(0x2df)](_0x4fa574['error']);})));}[_0x181bb3(0x2c6)](){const _0x5434e5=_0x181bb3;this['_clearProgress'](),this[_0x5434e5(0x20c)][_0x5434e5(0x1d4)](0x2),this[_0x5434e5(0x247)][_0x5434e5(0x1fc)]();}async[_0x181bb3(0x1ee)](_0x305713){const _0x158e70=_0x181bb3;throw Error(_0x158e70(0x38a));}async[_0x181bb3(0x27d)](){const _0xee1f28=_0x181bb3;let _0x31e9e1=await _0x470451([_0x236670[_0xee1f28(0x37e)][_0xee1f28(0x2d2)]]);if(_0x31e9e1&&!this[_0xee1f28(0x390)](_0x31e9e1,_0x236670[_0xee1f28(0x37e)][_0xee1f28(0x2d2)]))return this[_0xee1f28(0x1f8)](_0x31e9e1[0x0],_0x236670[_0xee1f28(0x37e)][_0xee1f28(0x2d2)]);}[_0x181bb3(0x273)](){const _0xc4da30=_0x181bb3;throw Error(_0xc4da30(0x38a));}async[_0x181bb3(0x2db)](_0x248ed5,_0xfa5a35,_0x21f9d2){const _0x46eccc=_0x181bb3;this[_0x46eccc(0x287)](_0x5dbf8c['MessageType'][_0x46eccc(0x34c)]);let _0x2b9a53=await this['_exchangeService'][_0x46eccc(0x2db)](_0x248ed5||this[_0x46eccc(0x369)]());_0x2b9a53&&(_0x16c7fb(_0x2b9a53,_0xfa5a35||this[_0x46eccc(0x31e)](_0x2b9a53),_0x46eccc(0x2ca)),this['_showDownloadMessage'](_0x5dbf8c[_0x46eccc(0x2e7)]['Success']));}async[_0x181bb3(0x238)](){const _0x1c34ba=_0x181bb3;this[_0x1c34ba(0x287)](_0x5dbf8c[_0x1c34ba(0x2e7)][_0x1c34ba(0x34c)]);let _0x26e57b=await this[_0x1c34ba(0x36e)](),_0x3b61e3=await this[_0x1c34ba(0x247)][_0x1c34ba(0x238)](_0x26e57b);_0x3b61e3&&(_0x16c7fb(_0x3b61e3,this[_0x1c34ba(0x31e)](_0x3b61e3),_0x1c34ba(0x2ca)),this[_0x1c34ba(0x287)](_0x5dbf8c['MessageType']['Success']));}async[_0x181bb3(0x243)](){const _0x1b0b31=_0x181bb3;if(this['_uploadTaskNotDone']()){this[_0x1b0b31(0x250)][_0x1b0b31(0x387)]({'type':_0x5dbf8c['MessageType'][_0x1b0b31(0x32b)],'content':this[_0x1b0b31(0x320)]['t'](_0x1b0b31(0x360))});return;}let _0x4e6666=await _0x470451([_0x236670[_0x1b0b31(0x37e)]['UNIVER_SHEET']]);if(_0x4e6666&&!this['_fileTypeError'](_0x4e6666,_0x236670[_0x1b0b31(0x37e)][_0x1b0b31(0x256)]))return this['_importFileToUnitId'](_0x4e6666[0x0],_0x236670['UniverInstanceType'][_0x1b0b31(0x256)]);}async['importXLSXToSnapshot'](){const _0xaa62b0=_0x181bb3;if(this[_0xaa62b0(0x33d)]()){this['_messageService'][_0xaa62b0(0x387)]({'type':_0x5dbf8c[_0xaa62b0(0x2e7)][_0xaa62b0(0x32b)],'content':this[_0xaa62b0(0x320)]['t']('exchange-client.uploading')});return;}let _0x39f3c6=await _0x470451([_0x236670['UniverInstanceType'][_0xaa62b0(0x256)]]);if(!_0x39f3c6)return;this[_0xaa62b0(0x35a)](_0x5dbf8c[_0xaa62b0(0x2e7)][_0xaa62b0(0x34c)]);let _0x49b8c2=await this[_0xaa62b0(0x247)]['importXLSXToSnapshot'](_0x39f3c6[0x0]);_0x49b8c2&&(this[_0xaa62b0(0x32f)](_0x49b8c2),this['_showUploadMessage'](_0x5dbf8c['MessageType'][_0xaa62b0(0x30c)]));}async[_0x181bb3(0x359)](_0x3f4d47,_0x25ece4,_0x57f2cf){const _0x1a0db4=_0x181bb3;this[_0x1a0db4(0x287)](_0x5dbf8c[_0x1a0db4(0x2e7)]['Info']);let _0x24982c=await this[_0x1a0db4(0x247)]['exportXLSXByUnitId'](_0x3f4d47||this[_0x1a0db4(0x1d8)]());_0x24982c&&(_0x16c7fb(_0x24982c,_0x25ece4||this['_getUnitName'](_0x24982c),_0x1a0db4(0x30e)),this[_0x1a0db4(0x287)](_0x5dbf8c[_0x1a0db4(0x2e7)][_0x1a0db4(0x30c)]));}async['exportXLSXBySnapshot'](){const _0x2214b1=_0x181bb3;this[_0x2214b1(0x287)](_0x5dbf8c[_0x2214b1(0x2e7)][_0x2214b1(0x34c)]);let _0x432f55=await this['_getUnitJson'](),_0x8d4469=await this[_0x2214b1(0x247)][_0x2214b1(0x20f)](_0x432f55);_0x8d4469&&(_0x16c7fb(_0x8d4469,this[_0x2214b1(0x31e)](_0x8d4469),_0x2214b1(0x30e)),this[_0x2214b1(0x287)](_0x5dbf8c[_0x2214b1(0x2e7)][_0x2214b1(0x30c)]));}[_0x181bb3(0x2dc)](_0x5c4a03){const _0x5b396b=_0x181bb3;this[_0x5b396b(0x275)]=_0x5c4a03;}async[_0x181bb3(0x1f8)](_0x185d81,_0x183d17){const _0x5b0415=_0x181bb3;this[_0x5b0415(0x20c)][_0x5b0415(0x387)](),this[_0x5b0415(0x20c)][_0x5b0415(0x1d4)](0x0),this[_0x5b0415(0x374)](0x4),this['_addDoneTask'](0x1);let _0x52433c=await this['_exchangeService']['importFileToUnitId'](_0x185d81,_0x183d17);if(!_0x52433c){this[_0x5b0415(0x364)](),this[_0x5b0415(0x20c)][_0x5b0415(0x1d4)](0x2);return;}let _0xec42fd={'link':this[_0x5b0415(0x275)](_0x52433c,_0x183d17),'name':_0x185d81['name'],'type':_0x183d17};return this[_0x5b0415(0x20c)]['pushLink'](_0xec42fd),this[_0x5b0415(0x2d4)](),this[_0x5b0415(0x20c)]['updateState'](0x1),_0x52433c;}[_0x181bb3(0x1d8)](){const _0x19f244=_0x181bb3;return this[_0x19f244(0x2f1)][_0x19f244(0x353)](_0x236670[_0x19f244(0x37e)][_0x19f244(0x256)])[_0x19f244(0x1c7)]();}[_0x181bb3(0x369)](){const _0x117e8a=_0x181bb3;return this[_0x117e8a(0x2f1)][_0x117e8a(0x353)](_0x236670[_0x117e8a(0x37e)][_0x117e8a(0x2d2)])[_0x117e8a(0x1c7)]();}['_getUnitName'](_0x232634){const _0x1f23da=_0x181bb3;var _0x35fc7f;return((_0x35fc7f=this[_0x1f23da(0x2f1)][_0x1f23da(0x353)](_0x236670['UniverInstanceType'][_0x1f23da(0x256)]))==null?void 0x0:_0x35fc7f[_0x1f23da(0x2c2)])||_0x232634[_0x1f23da(0x2c2)]['split']('.')[_0x1f23da(0x349)]()||document[_0x1f23da(0x2ea)];}async['_getUnitJson'](){const _0x4f5e5f=_0x181bb3;return this[_0x4f5e5f(0x2f1)][_0x4f5e5f(0x353)](_0x236670[_0x4f5e5f(0x37e)][_0x4f5e5f(0x256)])[_0x4f5e5f(0x2a1)]();}async[_0x181bb3(0x36e)](){const _0x18b657=_0x181bb3;return this['_univerInstanceService']['getCurrentUnitOfType'](_0x236670[_0x18b657(0x37e)][_0x18b657(0x2d2)])[_0x18b657(0x2a1)]();}[_0x181bb3(0x275)](_0x26a864,_0x40d697){const _0x5c4ed6=_0x181bb3;let _0x164058=new URL(window[_0x5c4ed6(0x262)]['href']);return _0x164058[_0x5c4ed6(0x280)][_0x5c4ed6(0x29a)](_0x5c4ed6(0x1e5),_0x26a864),_0x164058[_0x5c4ed6(0x280)][_0x5c4ed6(0x29a)]('type',''+_0x40d697),_0x164058['toString']();}[_0x181bb3(0x32f)](_0x5006c4){const _0x5634e9=_0x181bb3;let _0xe81cb=this['_univerInstanceService']['getCurrentUnitOfType'](_0x236670[_0x5634e9(0x37e)][_0x5634e9(0x256)])[_0x5634e9(0x1c7)]();this[_0x5634e9(0x2f1)]['disposeUnit'](_0xe81cb),this['_univerInstanceService']['createUnit'](_0x236670['UniverInstanceType']['UNIVER_SHEET'],_0x5006c4);}[_0x181bb3(0x2df)](_0x16052a){const _0x564d8a=_0x181bb3;if(_0x16052a){let {code:_0x4345b8}=_0x16052a;switch(_0x4345b8){case _0x443c35['ErrorCode'][_0x564d8a(0x232)]:this[_0x564d8a(0x250)][_0x564d8a(0x387)]({'type':_0x5dbf8c['MessageType']['Error'],'content':this[_0x564d8a(0x320)]['t'](_0x564d8a(0x221))});break;case _0x443c35[_0x564d8a(0x368)][_0x564d8a(0x357)]:this[_0x564d8a(0x250)][_0x564d8a(0x387)]({'type':_0x5dbf8c['MessageType'][_0x564d8a(0x285)],'content':this[_0x564d8a(0x320)]['t']('exchange-client.internalError')});break;default:this['_messageService']['show']({'type':_0x5dbf8c[_0x564d8a(0x2e7)][_0x564d8a(0x285)],'content':this[_0x564d8a(0x320)]['t']('exchange-client.networkError')});break;}return null;}return this[_0x564d8a(0x250)][_0x564d8a(0x387)]({'type':_0x5dbf8c[_0x564d8a(0x2e7)]['Error'],'content':this['_localeService']['t'](_0x564d8a(0x261))}),null;}[_0x181bb3(0x287)](_0x237188){const _0x2ad4cd=_0x181bb3;let _0x5b00a2='';switch(_0x237188){case _0x5dbf8c['MessageType'][_0x2ad4cd(0x30c)]:_0x5b00a2=this[_0x2ad4cd(0x320)]['t'](_0x2ad4cd(0x224));break;case _0x5dbf8c[_0x2ad4cd(0x2e7)][_0x2ad4cd(0x34c)]:_0x5b00a2=this[_0x2ad4cd(0x320)]['t'](_0x2ad4cd(0x1f3));break;default:break;}this['_messageService'][_0x2ad4cd(0x387)]({'type':_0x237188,'content':_0x5b00a2});}['_showUploadMessage'](_0x17ed10){const _0x400757=_0x181bb3;let _0x2edbbd='';switch(_0x17ed10){case _0x5dbf8c[_0x400757(0x2e7)][_0x400757(0x30c)]:_0x2edbbd=this[_0x400757(0x320)]['t'](_0x400757(0x2b6));break;case _0x5dbf8c[_0x400757(0x2e7)][_0x400757(0x34c)]:_0x2edbbd=this[_0x400757(0x320)]['t']('exchange-client.uploading');break;default:break;}this['_messageService'][_0x400757(0x387)]({'type':_0x17ed10,'content':_0x2edbbd});}[_0x181bb3(0x281)](){const _0x145ddb=_0x181bb3;this[_0x145ddb(0x1c6)][_0x145ddb(0x2ae)]({'done':this['_doneUploadTaskCount'],'count':this['_totalUploadTaskCount']});}[_0x181bb3(0x374)](_0x1812db){const _0x5e15a8=_0x181bb3;this['_totalUploadTaskCount']+=_0x1812db,this[_0x5e15a8(0x281)]();}['_addDoneTask'](_0x5268f2){const _0x3bc1b9=_0x181bb3;this[_0x3bc1b9(0x315)]+=_0x5268f2,this[_0x3bc1b9(0x315)]=Math[_0x3bc1b9(0x242)](this[_0x3bc1b9(0x315)],this[_0x3bc1b9(0x24f)]),this[_0x3bc1b9(0x281)]();}[_0x181bb3(0x2d4)](){const _0x11192f=_0x181bb3;this[_0x11192f(0x315)]=this[_0x11192f(0x24f)],this[_0x11192f(0x281)]();}[_0x181bb3(0x364)](){const _0x4257be=_0x181bb3;this[_0x4257be(0x315)]=0x0,this['_totalUploadTaskCount']=0x0,this[_0x4257be(0x281)]();}[_0x181bb3(0x390)](_0x342c89,_0x4c38e1){const _0x3c6e75=_0x181bb3;let _0x5c2d6b=_0x342c89[0x0],_0x40784c=_0x5c2d6b[_0x3c6e75(0x2c2)];return _0x1c636a(_0x5c2d6b)===_0x4c38e1?!0x1:(this[_0x3c6e75(0x250)][_0x3c6e75(0x387)]({'type':_0x5dbf8c[_0x3c6e75(0x2e7)]['Error'],'content':this['_localeService']['t'](_0x3c6e75(0x239),_0x40784c)}),!0x0);}[_0x181bb3(0x33d)](){const _0x299566=_0x181bb3;return this[_0x299566(0x24f)]!==0x0&&this[_0x299566(0x315)]!==this[_0x299566(0x24f)];}};_0x185af3=_0x40ca86([_0x39bfa1(0x0,(0x0,_0x236670[_0x181bb3(0x362)])(_0x236670[_0x181bb3(0x292)])),_0x39bfa1(0x1,_0x3c7fb1[_0x181bb3(0x1e9)]),_0x39bfa1(0x2,(0x0,_0x236670[_0x181bb3(0x362)])(_0x236670[_0x181bb3(0x245)])),_0x39bfa1(0x3,(0x0,_0x236670[_0x181bb3(0x362)])(_0x1c5039)),_0x39bfa1(0x4,(0x0,_0x236670[_0x181bb3(0x362)])(_0x412ac8)),_0x39bfa1(0x5,_0x236670[_0x181bb3(0x23b)])],_0x185af3);function _0x507e9f(_0x27e1b8){const _0x2e7118=_0x181bb3;let {onClick:_0x29874a,children:_0x16a9ae,className:_0x273bcc}=_0x27e1b8;return(0x0,_0x54b4fb[_0x2e7118(0x210)])(_0x2e7118(0x2b0),{'className':(0x0,_0x5dbf8c[_0x2e7118(0x283)])('univer-h-7\x20univer-cursor-pointer\x20univer-select-none\x20univer-rounded-md\x20univer-border-0\x20univer-border-transparent\x20univer-bg-transparent\x20univer-px-2\x20univer-py-0\x20univer-text-sm\x20univer-text-primary-600\x20univer-transition-all\x20univer-duration-150\x20hover:univer-bg-primary-50',_0x273bcc),'type':'button','onClick':_0x29874a,'children':_0x16a9ae});}function _0x14dc2d(){const _0x1ea131=_0x181bb3;let _0x50999e=(0x0,_0x3c7fb1[_0x1ea131(0x322)])(_0x545bb3),_0x5417f6=(0x0,_0x3c7fb1[_0x1ea131(0x322)])(_0x236670[_0x1ea131(0x245)]);function _0x3bae34(){const _0x26b856=_0x1ea131;_0x50999e[_0x26b856(0x243)]();}return(0x0,_0x54b4fb['jsx'])(_0x507e9f,{'onClick':_0x3bae34,'children':_0x5417f6['t'](_0x1ea131(0x36d))});}function _0x57f2f7(){const _0x18368a=_0x181bb3;return(0x0,_0x54b4fb[_0x18368a(0x1cc)])(_0x18368a(0x213),{'className':_0x18368a(0x37c),'children':[(0x0,_0x54b4fb[_0x18368a(0x210)])(_0x18368a(0x1ce),{'className':_0x18368a(0x34d),'children':(0x0,_0x3c7fb1[_0x18368a(0x322)])(_0x236670[_0x18368a(0x245)])['t'](_0x18368a(0x219))}),(0x0,_0x54b4fb[_0x18368a(0x210)])(_0x14dc2d,{})]});}function _0x320c49(_0x14ac08){const _0x247bda=_0x181bb3;let {count:_0x18c11a}=_0x14ac08;return(0x0,_0x54b4fb['jsxs'])(_0x247bda(0x213),{'className':'univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','children':[(0x0,_0x54b4fb['jsx'])('span',{'className':_0x247bda(0x1f7),'children':(0x0,_0x3c7fb1[_0x247bda(0x322)])(_0x236670[_0x247bda(0x245)])['t'](_0x247bda(0x384),''+_0x18c11a)}),(0x0,_0x54b4fb[_0x247bda(0x210)])(_0x14dc2d,{})]});}function _0x352f59(){const _0x5a476e=_0x181bb3;let _0x340eb0=(0x0,_0x3c7fb1[_0x5a476e(0x322)])(_0x545bb3),_0xcf5744=(0x0,_0x3c7fb1[_0x5a476e(0x322)])(_0x236670['LocaleService']);function _0x284212(){const _0x264c15=_0x5a476e;_0x340eb0[_0x264c15(0x2c6)]();}return(0x0,_0x54b4fb[_0x5a476e(0x210)])(_0x507e9f,{'onClick':_0x284212,'children':_0xcf5744['t'](_0x5a476e(0x350))});}function _0x29d9a3(){const _0xed243d=_0x181bb3;let {count:_0x284f64,done:_0x597553}=(0x0,_0x3c7fb1[_0xed243d(0x325)])((0x0,_0x3c7fb1[_0xed243d(0x322)])(_0x545bb3)[_0xed243d(0x264)]),[_0x5443b5,_0x18dbdc]=(0x0,_0x11b9e7[_0xed243d(0x345)])(_0x284f64>0x0?_0x597553/_0x284f64:0x0);return(0x0,_0x11b9e7['useEffect'])(()=>{_0x18dbdc(_0x284f64>0x0?_0x597553/_0x284f64:0x0);},[_0x284f64,_0x597553]),(0x0,_0x54b4fb['jsx'])(_0xed243d(0x213),{'className':_0xed243d(0x31d),'children':(0x0,_0x54b4fb['jsx'])('div',{'className':_0xed243d(0x2a8),'style':{'width':Math[_0xed243d(0x33c)](_0x5443b5*0x64)+'%'}})});}function _0x36fe6d(){const _0x536f16=_0x181bb3;return(0x0,_0x54b4fb[_0x536f16(0x1cc)])('div',{'className':_0x536f16(0x37c),'children':[(0x0,_0x54b4fb['jsx'])(_0x536f16(0x1ce),{'className':_0x536f16(0x21d),'children':(0x0,_0x3c7fb1[_0x536f16(0x322)])(_0x236670[_0x536f16(0x245)])['t']('exchange-client.wait')}),(0x0,_0x54b4fb[_0x536f16(0x210)])(_0x536f16(0x213),{'className':_0x536f16(0x1ec),'children':(0x0,_0x54b4fb['jsx'])(_0x29d9a3,{})}),(0x0,_0x54b4fb[_0x536f16(0x210)])(_0x352f59,{})]});}let _0x19e54b={0x1:(0x0,_0x54b4fb['jsx'])(_0x5d08c6,{'className':'univer-text-green-500'}),0x0:(0x0,_0x54b4fb['jsx'])(_0x9a04ba,{'className':_0x181bb3(0x23a)}),0x2:(0x0,_0x54b4fb[_0x181bb3(0x210)])(_0x36bf52,{'className':'univer-text-red-500'})};function _0x3428ee(){const _0x39968a=_0x181bb3;let [_0x350a51,_0xfd351e]=(0x0,_0x11b9e7[_0x39968a(0x345)])(0x0),[_0x36e3b7,_0x2a9a42]=(0x0,_0x11b9e7[_0x39968a(0x345)])(!0x1),[_0x14bbbb,_0x394e5b]=(0x0,_0x11b9e7['useState'])([]),_0x4e815c=(0x0,_0x3c7fb1[_0x39968a(0x322)])(_0x412ac8),_0x56b850=(0x0,_0x3c7fb1[_0x39968a(0x322)])(_0x236670[_0x39968a(0x245)]);(0x0,_0x11b9e7[_0x39968a(0x1d6)])(()=>{const _0x18f143=_0x39968a;let _0x1e2301=_0x4e815c['visible$'][_0x18f143(0x226)](_0x4b1ffc=>{_0x2a9a42(_0x4b1ffc);}),_0x272a94=_0x4e815c[_0x18f143(0x24b)][_0x18f143(0x226)](_0x245adf=>{_0x394e5b(_0x245adf);}),_0x14e808=_0x4e815c[_0x18f143(0x207)][_0x18f143(0x226)](_0x5cabda=>{_0xfd351e(_0x5cabda);});return()=>{const _0x165117=_0x18f143;_0x1e2301[_0x165117(0x2b9)](),_0x272a94[_0x165117(0x2b9)](),_0x14e808[_0x165117(0x2b9)]();};},[]);function _0x25b6e3(){_0x2a9a42(!0x1);}function _0x14799f(_0x2f1a4e){const _0x1c1dcf=_0x39968a;switch(_0x2f1a4e){case 0x1:return _0x56b850['t'](_0x1c1dcf(0x2b6));case 0x0:return _0x56b850['t'](_0x1c1dcf(0x360));case 0x2:return _0x56b850['t']('exchange-client.unknownMistake');default:return'';}}return _0x36e3b7&&(0x0,_0x54b4fb[_0x39968a(0x1cc)])(_0x39968a(0x213),{'className':_0x39968a(0x308),'children':[(0x0,_0x54b4fb[_0x39968a(0x1cc)])('div',{'className':_0x39968a(0x310),'children':[(0x0,_0x54b4fb[_0x39968a(0x1cc)])('span',{'className':_0x39968a(0x2cb),'children':[(0x0,_0x54b4fb[_0x39968a(0x210)])('span',{'className':'univer-h-6\x20univer-text-2xl','children':_0x19e54b[_0x350a51]}),(0x0,_0x54b4fb[_0x39968a(0x210)])(_0x39968a(0x1ce),{'className':'univer-ml-1.5\x20univer-font-semibold\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x14799f(_0x350a51)})]}),(0x0,_0x54b4fb['jsx'])(_0x39968a(0x1ce),{'className':_0x39968a(0x1cb),'onClick':_0x25b6e3,'children':(0x0,_0x54b4fb[_0x39968a(0x210)])(_0x2cb5aa,{})})]}),(0x0,_0x54b4fb['jsxs'])(_0x39968a(0x213),{'children':[_0x350a51===0x0&&(0x0,_0x54b4fb[_0x39968a(0x210)])(_0x36fe6d,{}),_0x350a51===0x2&&(0x0,_0x54b4fb[_0x39968a(0x210)])(_0x57f2f7,{}),_0x14bbbb[_0x39968a(0x37b)]>0x0&&(0x0,_0x54b4fb[_0x39968a(0x210)])(_0x2c1170,{'list':_0x14bbbb}),_0x350a51===0x1&&(0x0,_0x54b4fb[_0x39968a(0x210)])(_0x320c49,{'count':_0x14bbbb[_0x39968a(0x37b)]})]})]});}function _0x36a215(){const _0x44f8fc=_0x181bb3;return(0x0,_0x54b4fb[_0x44f8fc(0x210)])(_0x3428ee,{});}let _0xb385f5=class extends _0x236670[_0x181bb3(0x1ed)]{constructor(_0x5dc49e,_0x5c7b8f){const _0x17b8a1=_0x181bb3;super(),this[_0x17b8a1(0x2ee)]=_0x5dc49e,this[_0x17b8a1(0x344)]=_0x5c7b8f,this[_0x17b8a1(0x372)]();}[_0x181bb3(0x372)](){const _0x154ee1=_0x181bb3;this[_0x154ee1(0x337)](this['_uiPartsService']['registerComponent'](_0x3c7fb1[_0x154ee1(0x259)]['CONTENT'],()=>(0x0,_0x3c7fb1[_0x154ee1(0x309)])(_0x36a215,this[_0x154ee1(0x2ee)])));}};_0xb385f5=_0x40ca86([_0x39bfa1(0x0,(0x0,_0x236670[_0x181bb3(0x362)])(_0x236670[_0x181bb3(0x2bc)])),_0x39bfa1(0x1,_0x3c7fb1[_0x181bb3(0x2f2)])],_0xb385f5);let _0x4fa220=class extends _0x236670[_0x181bb3(0x1e2)]{constructor(_0x411023=_0x3c1c53,_0x23feb7,_0x502f31){const _0x4be0c5=_0x181bb3;super(),this[_0x4be0c5(0x286)]=_0x411023,this['_injector']=_0x23feb7,this[_0x4be0c5(0x299)]=_0x502f31;let {..._0x720f14}=(0x0,_0x236670['merge'])({},_0x3c1c53,this['_config']);this[_0x4be0c5(0x299)][_0x4be0c5(0x30d)](_0x1b24e9,_0x720f14);}[_0x181bb3(0x375)](){const _0x4a4cbb=_0x181bb3;(0x0,_0x236670[_0x4a4cbb(0x29b)])(this[_0x4a4cbb(0x2ee)],[[_0xb385f5],[_0x545bb3,{'useClass':_0x185af3}],[_0x1c5039,{'useClass':_0x2fa3de}],[_0x3c442c,{'useClass':_0x12031f}],[_0x412ac8,{'useClass':_0xef7097}]]);}['onReady'](){const _0x2fb067=_0x181bb3;(0x0,_0x236670[_0x2fb067(0x30b)])(this['_injector'],[[_0xb385f5],[_0x545bb3]]);}};_0xcd0b1(_0x4fa220,_0x181bb3(0x253),_0x181bb3(0x32c)),_0xcd0b1(_0x4fa220,_0x181bb3(0x2ad),_0x223b10),_0xcd0b1(_0x4fa220,'version',_0x574f57),_0x4fa220=_0x40ca86([(0x0,_0x236670[_0x181bb3(0x35c)])(_0x592c14[_0x181bb3(0x268)],_0x13676f[_0x181bb3(0x2d7)]),_0x39bfa1(0x1,(0x0,_0x236670[_0x181bb3(0x362)])(_0x236670['Injector'])),_0x39bfa1(0x2,_0x236670['IConfigService'])],_0x4fa220),_0x36d3c1['EXCHANGE_CLIENT_PLUGIN_CONFIG_KEY']=_0x1b24e9,Object['defineProperty'](_0x36d3c1,_0x181bb3(0x28d),{'enumerable':!0x0,'get':function(){return _0x185af3;}}),Object[_0x181bb3(0x354)](_0x36d3c1,_0x181bb3(0x2ab),{'enumerable':!0x0,'get':function(){return _0x2fa3de;}}),_0x36d3c1[_0x181bb3(0x311)]=_0x545bb3,_0x36d3c1['IExchangeService']=_0x1c5039,_0x36d3c1['IRequestService']=_0x3c442c,_0x36d3c1['IUploadNotificationService']=_0x412ac8,Object[_0x181bb3(0x354)](_0x36d3c1,_0x181bb3(0x1e3),{'enumerable':!0x0,'get':function(){return _0x12031f;}}),Object[_0x181bb3(0x354)](_0x36d3c1,_0x181bb3(0x209),{'enumerable':!0x0,'get':function(){return _0x4fa220;}}),_0x36d3c1['UploadNotificationContainer']=_0x36a215,_0x36d3c1[_0x181bb3(0x331)]=_0xef7097,_0x36d3c1[_0x181bb3(0x2b5)]=_0x5ecf6f,_0x36d3c1[_0x181bb3(0x365)]=_0x16c7fb,_0x36d3c1[_0x181bb3(0x1dc)]=_0x1c636a,_0x36d3c1[_0x181bb3(0x29e)]=_0x470451,_0x36d3c1[_0x181bb3(0x2d5)]=_0x5bc6d7,_0x36d3c1[_0x181bb3(0x30a)]=_0x5b960a,_0x36d3c1[_0x181bb3(0x1f0)]=_0x1300f4,_0x36d3c1['transformWorkbookDataToSnapshotJson']=_0x263c01;}));
|
|
9
|
-
|
|
10
|
-
// @univerjs-pro/exchange-client/facade
|
|
11
|
-
function _0x39ad(_0x3033b5,_0x4c99af){_0x3033b5=_0x3033b5-0x112;const _0x2c741f=_0x2c74();let _0x39ad49=_0x2c741f[_0x3033b5];return _0x39ad49;}(function(_0x40a9af,_0x2a14cc){const _0x39fa74=_0x39ad,_0x5d488c=_0x40a9af();while(!![]){try{const _0x202f18=parseInt(_0x39fa74(0x112))/0x1+parseInt(_0x39fa74(0x136))/0x2+-parseInt(_0x39fa74(0x126))/0x3+-parseInt(_0x39fa74(0x135))/0x4*(-parseInt(_0x39fa74(0x134))/0x5)+parseInt(_0x39fa74(0x12c))/0x6*(-parseInt(_0x39fa74(0x11b))/0x7)+-parseInt(_0x39fa74(0x129))/0x8*(-parseInt(_0x39fa74(0x12f))/0x9)+-parseInt(_0x39fa74(0x12d))/0xa;if(_0x202f18===_0x2a14cc)break;else _0x5d488c['push'](_0x5d488c['shift']());}catch(_0x5b4c79){_0x5d488c['push'](_0x5d488c['shift']());}}}(_0x2c74,0xac432),function(_0xdf1702,_0x25fab3){const _0x5b03e1=_0x39ad;typeof exports==_0x5b03e1(0x11f)&&typeof module<'u'?_0x25fab3(require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs/core/facade')):typeof define==_0x5b03e1(0x128)&&define[_0x5b03e1(0x133)]?define([_0x5b03e1(0x122),_0x5b03e1(0x11d),_0x5b03e1(0x11a)],_0x25fab3):(_0xdf1702=typeof globalThis<'u'?globalThis:_0xdf1702||self,_0x25fab3(_0xdf1702['UniverProExchangeClient'],_0xdf1702[_0x5b03e1(0x11c)],_0xdf1702[_0x5b03e1(0x116)]));}(this,function(_0x223924,_0xd3088a,_0x467691){const _0x2565c8=_0x39ad;var _0x18fed2=class extends _0x467691[_0x2565c8(0x115)]{async['importXLSXToUnitIdAsync'](_0xcde37b){const _0xf1098=_0x2565c8;let _0x6fde01=this[_0xf1098(0x12e)][_0xf1098(0x118)](_0x223924[_0xf1098(0x138)]);if(!_0x6fde01)throw Error(_0xf1098(0x119));return _0x6fde01[_0xf1098(0x121)](_0xcde37b,_0xd3088a[_0xf1098(0x127)][_0xf1098(0x11e)]);}async[_0x2565c8(0x117)](_0x204b55){const _0x4e8183=_0x2565c8;let _0x3ef93c=this[_0x4e8183(0x12e)][_0x4e8183(0x118)](_0x223924['IExchangeService']);if(!_0x3ef93c)throw Error(_0x4e8183(0x119));return _0x3ef93c[_0x4e8183(0x12b)](_0x204b55);}async[_0x2565c8(0x123)](_0x5a5dfc){const _0xe985ac=_0x2565c8;let _0x4f0ac4=this['_injector'][_0xe985ac(0x118)](_0x223924[_0xe985ac(0x138)]);if(!_0x4f0ac4)throw Error('The\x20exchange\x20service\x20is\x20not\x20available');return _0x4f0ac4['exportXLSXByUnitId'](_0x5a5dfc);}async[_0x2565c8(0x124)](_0x39cf17){const _0x35314a=_0x2565c8;let _0x15ed5e=this[_0x35314a(0x12e)][_0x35314a(0x118)](_0x223924['IExchangeService']);if(!_0x15ed5e)throw Error(_0x35314a(0x119));return _0x15ed5e[_0x35314a(0x114)](_0x39cf17);}async['importDOCXToUnitIdAsync'](_0x1d73de){const _0x54e09e=_0x2565c8;let _0x29e283=this[_0x54e09e(0x12e)][_0x54e09e(0x118)](_0x223924[_0x54e09e(0x138)]);if(!_0x29e283)throw Error(_0x54e09e(0x119));return _0x29e283[_0x54e09e(0x121)](_0x1d73de,_0xd3088a[_0x54e09e(0x127)][_0x54e09e(0x130)]);}async[_0x2565c8(0x137)](_0x5165c2){const _0x2c9780=_0x2565c8;let _0x4d79f4=this[_0x2c9780(0x12e)]['get'](_0x223924[_0x2c9780(0x138)]);if(!_0x4d79f4)throw Error(_0x2c9780(0x119));return _0x4d79f4[_0x2c9780(0x113)](_0x5165c2);}async[_0x2565c8(0x12a)](_0x1d72a9){const _0x460fca=_0x2565c8;let _0x357250=this['_injector'][_0x460fca(0x118)](_0x223924[_0x460fca(0x138)]);if(!_0x357250)throw Error(_0x460fca(0x119));return _0x357250[_0x460fca(0x132)](_0x1d72a9);}async[_0x2565c8(0x131)](_0xe362b){const _0x5229e7=_0x2565c8;let _0x27e44f=this[_0x5229e7(0x12e)]['get'](_0x223924[_0x5229e7(0x138)]);if(!_0x27e44f)throw Error(_0x5229e7(0x119));return _0x27e44f[_0x5229e7(0x120)](_0xe362b);}};_0x467691[_0x2565c8(0x115)][_0x2565c8(0x125)](_0x18fed2);}));function _0x2c74(){const _0x31c31b=['1795494QpMWij','importDOCXToSnapshotAsync','IExchangeService','565752PniQtd','importDOCXToSnapshot','exportXLSXBySnapshot','FUniver','UniverCoreFacade','importXLSXToSnapshotAsync','get','The\x20exchange\x20service\x20is\x20not\x20available','@univerjs/core/facade','77btnRvi','UniverCore','@univerjs/core','UNIVER_SHEET','object','exportDOCXByUnitId','importFileToUnitId','@univerjs-pro/exchange-client','exportXLSXByUnitIdAsync','exportXLSXBySnapshotAsync','extend','559467Yzptsn','UniverInstanceType','function','6128oQbMaa','exportDOCXBySnapshotAsync','importXLSXToSnapshot','140934fVukaM','6581380KtHKhp','_injector','2817BAnMSi','UNIVER_DOC','exportDOCXByUnitIdAsync','exportDOCXBySnapshot','amd','5duQsIo','421340FpZZjk'];_0x2c74=function(){return _0x31c31b;};return _0x2c74();}
|
|
12
|
-
|
|
13
|
-
// @univerjs-pro/docs-exchange-client/index
|
|
14
|
-
(function(_0x4d77b2,_0x227ba3){var _0x21c7f4=_0x35ac,_0xa26346=_0x4d77b2();while(!![]){try{var _0x1c7380=-parseInt(_0x21c7f4(0x114))/0x1*(parseInt(_0x21c7f4(0xe8))/0x2)+parseInt(_0x21c7f4(0x109))/0x3+parseInt(_0x21c7f4(0x12c))/0x4*(-parseInt(_0x21c7f4(0x115))/0x5)+parseInt(_0x21c7f4(0x102))/0x6*(parseInt(_0x21c7f4(0x12a))/0x7)+parseInt(_0x21c7f4(0x101))/0x8+parseInt(_0x21c7f4(0x12d))/0x9+-parseInt(_0x21c7f4(0xf2))/0xa;if(_0x1c7380===_0x227ba3)break;else _0xa26346['push'](_0xa26346['shift']());}catch(_0x2f5d81){_0xa26346['push'](_0xa26346['shift']());}}}(_0x1689,0xe9d0a),function(_0x4a8f45,_0x8901fa){var _0x48ec72=_0x35ac;typeof exports==_0x48ec72(0x112)&&typeof module<'u'?_0x8901fa(exports,require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs/ui')):typeof define==_0x48ec72(0x126)&&define[_0x48ec72(0xe6)]?define([_0x48ec72(0x117),_0x48ec72(0xf0),_0x48ec72(0xf9),_0x48ec72(0x120)],_0x8901fa):(_0x4a8f45=typeof globalThis<'u'?globalThis:_0x4a8f45||self,_0x8901fa(_0x4a8f45[_0x48ec72(0xff)]={},_0x4a8f45[_0x48ec72(0x110)],_0x4a8f45[_0x48ec72(0xfd)],_0x4a8f45[_0x48ec72(0x131)]));}(this,function(_0x2e12d9,_0x32d898,_0x5e3e72,_0x47d369){var _0x35c4d7=_0x35ac;Object['defineProperty'](_0x2e12d9,Symbol[_0x35c4d7(0xf5)],{'value':_0x35c4d7(0x123)});let _0x2f13c1={'id':_0x35c4d7(0x121),'type':_0x5e3e72[_0x35c4d7(0xf6)]['OPERATION'],'handler':async _0x56f2b2=>(_0x56f2b2['get'](_0x32d898[_0x35c4d7(0x10a)])['importDOCXToUnitId'](),!0x0)},_0x4a9505={'id':'exchange-client.operation.export-docx','type':_0x5e3e72[_0x35c4d7(0xf6)][_0x35c4d7(0x12e)],'handler':async _0x23abaf=>(_0x23abaf[_0x35c4d7(0x107)](_0x32d898[_0x35c4d7(0x10a)])[_0x35c4d7(0xec)](),!0x0)};var _0x275293=_0x35c4d7(0xf8),_0x1f0d85=_0x35c4d7(0x11b);let _0x10ff95={},_0x58d871=_0x35c4d7(0x104);function _0x17e552(_0x1d48e){var _0x5dfb95=_0x35c4d7;return{'id':_0x58d871,'type':_0x47d369[_0x5dfb95(0x113)][_0x5dfb95(0xfe)],'icon':_0x5dfb95(0x10c),'tooltip':'docs-exchange-client.file','hidden$':(0x0,_0x47d369['getMenuHiddenObservable'])(_0x1d48e,_0x5e3e72[_0x5dfb95(0x11d)][_0x5dfb95(0x10e)])};}function _0x33ab8b(){var _0x1df800=_0x35c4d7;return{'id':_0x2f13c1['id'],'type':_0x47d369[_0x1df800(0x113)][_0x1df800(0x10b)],'title':'docs-exchange-client.upload','icon':_0x1df800(0x130)};}function _0x190e02(){var _0x440ebd=_0x35c4d7;return{'id':_0x4a9505['id'],'type':_0x47d369[_0x440ebd(0x113)][_0x440ebd(0x10b)],'title':_0x440ebd(0xf3),'icon':_0x440ebd(0x119)};}let _0x31bd12={[_0x47d369[_0x35c4d7(0x125)][_0x35c4d7(0x11e)]]:{[_0x58d871]:{'order':0.3,'menuItemFactory':_0x17e552,[_0x2f13c1['id']]:{'order':0x0,'menuItemFactory':_0x33ab8b},[_0x4a9505['id']]:{'order':0x1,'menuItemFactory':_0x190e02}}}};function _0x14642c(_0x4e6917,_0x9edf4){return function(_0x24a350,_0x1c4a4e){_0x9edf4(_0x24a350,_0x1c4a4e,_0x4e6917);};}function _0x7bef39(_0x8a5f9e,_0x5e4dd5,_0xeb6b8f,_0x2c41e9){var _0xbe6dfd=_0x35c4d7,_0x4ff98=arguments[_0xbe6dfd(0x100)],_0x2304e4=_0x4ff98<0x3?_0x5e4dd5:_0x2c41e9===null?_0x2c41e9=Object['getOwnPropertyDescriptor'](_0x5e4dd5,_0xeb6b8f):_0x2c41e9,_0x29c8f2;if(typeof Reflect==_0xbe6dfd(0x112)&&typeof Reflect['decorate']==_0xbe6dfd(0x126))_0x2304e4=Reflect[_0xbe6dfd(0x116)](_0x8a5f9e,_0x5e4dd5,_0xeb6b8f,_0x2c41e9);else{for(var _0x1567a6=_0x8a5f9e[_0xbe6dfd(0x100)]-0x1;_0x1567a6>=0x0;_0x1567a6--)(_0x29c8f2=_0x8a5f9e[_0x1567a6])&&(_0x2304e4=(_0x4ff98<0x3?_0x29c8f2(_0x2304e4):_0x4ff98>0x3?_0x29c8f2(_0x5e4dd5,_0xeb6b8f,_0x2304e4):_0x29c8f2(_0x5e4dd5,_0xeb6b8f))||_0x2304e4);}return _0x4ff98>0x3&&_0x2304e4&&Object['defineProperty'](_0x5e4dd5,_0xeb6b8f,_0x2304e4),_0x2304e4;}let _0x38c6c3=class extends _0x5e3e72[_0x35c4d7(0xfb)]{constructor(_0x168350,_0x9a0ea5){var _0x22a248=_0x35c4d7;super(),this[_0x22a248(0xf1)]=_0x168350,this['_menuManagerService']=_0x9a0ea5,this[_0x22a248(0xe4)](),this[_0x22a248(0x10d)]();}[_0x35c4d7(0xe4)](){var _0x75bf48=_0x35c4d7;[_0x2f13c1,_0x4a9505][_0x75bf48(0x122)](_0x4c894e=>{var _0x2fb6f5=_0x75bf48;this['disposeWithMe'](this[_0x2fb6f5(0xf1)][_0x2fb6f5(0xee)](_0x4c894e));});}[_0x35c4d7(0x10d)](){var _0x44de59=_0x35c4d7;this[_0x44de59(0xe9)][_0x44de59(0x10f)](_0x31bd12);}};_0x38c6c3=_0x7bef39([_0x14642c(0x0,_0x5e3e72['ICommandService']),_0x14642c(0x1,_0x47d369['IMenuManagerService'])],_0x38c6c3);function _0x523a36(_0x13dc4a){'@babel/helpers - typeof';var _0xd46328=_0x35c4d7;return _0x523a36=typeof Symbol==_0xd46328(0x126)&&typeof Symbol[_0xd46328(0x118)]==_0xd46328(0xea)?function(_0x17f028){return typeof _0x17f028;}:function(_0x37b5ff){var _0x152bdf=_0xd46328;return _0x37b5ff&&typeof Symbol=='function'&&_0x37b5ff[_0x152bdf(0x132)]===Symbol&&_0x37b5ff!==Symbol[_0x152bdf(0x11a)]?_0x152bdf(0xea):typeof _0x37b5ff;},_0x523a36(_0x13dc4a);}function _0x38f324(_0x195350,_0x37eb9a){var _0x2b362f=_0x35c4d7;if(_0x523a36(_0x195350)!=_0x2b362f(0x112)||!_0x195350)return _0x195350;var _0x337dd8=_0x195350[Symbol[_0x2b362f(0x124)]];if(_0x337dd8!==void 0x0){var _0x1443bc=_0x337dd8[_0x2b362f(0x106)](_0x195350,_0x37eb9a||_0x2b362f(0x103));if(_0x523a36(_0x1443bc)!=_0x2b362f(0x112))return _0x1443bc;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x37eb9a===_0x2b362f(0xf7)?String:Number)(_0x195350);}function _0x1ce4f6(_0x178c99){var _0x566daa=_0x35c4d7,_0x4caabe=_0x38f324(_0x178c99,'string');return _0x523a36(_0x4caabe)==_0x566daa(0xea)?_0x4caabe:_0x4caabe+'';}function _0x474906(_0x2ab906,_0x1bdff8,_0x2a40e8){var _0x5f5685=_0x35c4d7;return(_0x1bdff8=_0x1ce4f6(_0x1bdff8))in _0x2ab906?Object[_0x5f5685(0x105)](_0x2ab906,_0x1bdff8,{'value':_0x2a40e8,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2ab906[_0x1bdff8]=_0x2a40e8,_0x2ab906;}let _0x236c2a=class extends _0x5e3e72[_0x35c4d7(0xe7)]{constructor(_0x5a7ca=_0x10ff95,_0x5ce375,_0x5d375e){var _0x4eb8c8=_0x35c4d7;super(),this[_0x4eb8c8(0x129)]=_0x5a7ca,this[_0x4eb8c8(0xe3)]=_0x5ce375,this[_0x4eb8c8(0x11c)]=_0x5d375e;let {menu:_0x3468cc,..._0x513bfa}=(0x0,_0x5e3e72[_0x4eb8c8(0x128)])({},_0x10ff95,this[_0x4eb8c8(0x129)]);_0x3468cc&&this[_0x4eb8c8(0x11c)][_0x4eb8c8(0xef)]('menu',_0x3468cc,{'merge':!0x0}),this['_configService'][_0x4eb8c8(0xef)](_0x4eb8c8(0x133),_0x513bfa);}['onStarting'](){var _0x293677=_0x35c4d7;[[_0x38c6c3]][_0x293677(0x122)](_0x2c8f37=>this[_0x293677(0xe3)][_0x293677(0x12b)](_0x2c8f37));}['onReady'](){var _0x300f95=_0x35c4d7;this[_0x300f95(0xe3)][_0x300f95(0x107)](_0x38c6c3);}};_0x474906(_0x236c2a,_0x35c4d7(0xfc),_0x35c4d7(0xf4)),_0x474906(_0x236c2a,_0x35c4d7(0x111),_0x275293),_0x474906(_0x236c2a,_0x35c4d7(0xfa),_0x1f0d85),_0x474906(_0x236c2a,_0x35c4d7(0x11f),_0x5e3e72[_0x35c4d7(0x11d)][_0x35c4d7(0x10e)]),_0x236c2a=_0x7bef39([(0x0,_0x5e3e72['DependentOn'])(_0x32d898[_0x35c4d7(0x108)]),_0x14642c(0x1,(0x0,_0x5e3e72[_0x35c4d7(0x12f)])(_0x5e3e72[_0x35c4d7(0xeb)])),_0x14642c(0x2,_0x5e3e72[_0x35c4d7(0xe5)])],_0x236c2a),_0x2e12d9[_0x35c4d7(0xed)]=_0x4a9505,_0x2e12d9[_0x35c4d7(0x127)]=_0x2f13c1,Object['defineProperty'](_0x2e12d9,'UniverDocsExchangeClientPlugin',{'enumerable':!0x0,'get':function(){return _0x236c2a;}});}));function _0x35ac(_0x551532,_0x5f487b){_0x551532=_0x551532-0xe3;var _0x16892b=_0x1689();var _0x35ac3f=_0x16892b[_0x551532];return _0x35ac3f;}function _0x1689(){var _0x2e4294=['ImportDOCXOperation','merge','_config','777bYEStx','add','584bUlxvR','12892671PGOeTb','OPERATION','Inject','FolderIcon','UniverUi','constructor','docs-exchange-client.config','_injector','_initCommands','IConfigService','amd','Plugin','4098DKKCMh','_menuManagerService','symbol','Injector','exportDOCXByUnitId','ExportDOCXOperation','registerCommand','setConfig','@univerjs-pro/exchange-client','_commandService','22173400irPuFs','docs-exchange-client.download','DOC_EXCHANGE_CLIENT_PLUGIN','toStringTag','CommandType','string','@univerjs-pro/docs-exchange-client','@univerjs/core','version','Disposable','pluginName','UniverCore','SUBITEMS','UniverProDocsExchangeClient','length','10910280rYYheE','35832yUNCOI','default','docs-exchange-client.operation.exchange','defineProperty','call','get','UniverExchangeClientPlugin','5404383XRzrat','IExchangeOperateService','BUTTON','DirectExportIcon','_initMenus','UNIVER_DOC','mergeMenu','UniverProExchangeClient','packageName','object','MenuItemType','117gWkyHo','63215dUZAfu','decorate','exports','iterator','ExportIcon','prototype','0.25.0','_configService','UniverInstanceType','OTHERS','type','@univerjs/ui','exchange-client.operation.import-docx','forEach','Module','toPrimitive','RibbonStartGroup','function'];_0x1689=function(){return _0x2e4294;};return _0x1689();}
|
|
15
|
-
|
|
16
|
-
// @univerjs-pro/print/index
|
|
17
|
-
function _0x39ab(_0x3eaf6e,_0x1ae53d){_0x3eaf6e=_0x3eaf6e-0x1e1;const _0x3c9bb5=_0x3c9b();let _0x39abc7=_0x3c9bb5[_0x3eaf6e];return _0x39abc7;}(function(_0x4fa7fc,_0x205d77){const _0x10a206=_0x39ab,_0x429f11=_0x4fa7fc();while(!![]){try{const _0x41da08=parseInt(_0x10a206(0x1ff))/0x1+parseInt(_0x10a206(0x1ef))/0x2+parseInt(_0x10a206(0x1ed))/0x3*(parseInt(_0x10a206(0x203))/0x4)+-parseInt(_0x10a206(0x1ee))/0x5*(-parseInt(_0x10a206(0x1ec))/0x6)+parseInt(_0x10a206(0x1fb))/0x7+-parseInt(_0x10a206(0x202))/0x8*(parseInt(_0x10a206(0x1f9))/0x9)+-parseInt(_0x10a206(0x1e9))/0xa;if(_0x41da08===_0x205d77)break;else _0x429f11['push'](_0x429f11['shift']());}catch(_0x4a89b3){_0x429f11['push'](_0x429f11['shift']());}}}(_0x3c9b,0x6131a),function(_0x13f97d,_0x24896f){const _0xa26a85=_0x39ab;typeof exports=='object'&&typeof module<'u'?_0x24896f(exports):typeof define==_0xa26a85(0x1f4)&&define[_0xa26a85(0x1e4)]?define([_0xa26a85(0x1e2)],_0x24896f):(_0x13f97d=typeof globalThis<'u'?globalThis:_0x13f97d||self,_0x24896f(_0x13f97d['UniverProPrint']={}));}(this,function(_0x3180bb){const _0x4ffb02=_0x39ab;Object[_0x4ffb02(0x208)](_0x3180bb,Symbol[_0x4ffb02(0x1e5)],{'value':_0x4ffb02(0x201)});let _0x2d8e84=function(_0x58487c){const _0x3b541f=_0x4ffb02;return _0x58487c[_0x3b541f(0x1f0)]='Portrait',_0x58487c[_0x3b541f(0x1f1)]='Landscape',_0x58487c;}({}),_0x31071e=function(_0x5cd0e6){const _0x472baa=_0x4ffb02;return _0x5cd0e6[_0x472baa(0x1e7)]=_0x472baa(0x1e7),_0x5cd0e6[_0x472baa(0x1eb)]=_0x472baa(0x1eb),_0x5cd0e6[_0x472baa(0x1ea)]=_0x472baa(0x1ea),_0x5cd0e6['FitPage']='FitPage',_0x5cd0e6[_0x472baa(0x207)]=_0x472baa(0x207),_0x5cd0e6;}({}),_0x1e7c2d=function(_0x504d40){const _0x5a53a9=_0x4ffb02;return _0x504d40['Start']=_0x5a53a9(0x1e6),_0x504d40[_0x5a53a9(0x1e1)]='End',_0x504d40[_0x5a53a9(0x200)]=_0x5a53a9(0x200),_0x504d40;}({}),_0x34a74e=function(_0xbccc2c){const _0x42aa60=_0x4ffb02;return _0xbccc2c[_0x42aa60(0x1e3)]=_0x42aa60(0x1e3),_0xbccc2c[_0x42aa60(0x1f6)]=_0x42aa60(0x1f6),_0xbccc2c['Wide']='Wide',_0xbccc2c[_0x42aa60(0x20e)]=_0x42aa60(0x20e),_0xbccc2c[_0x42aa60(0x207)]=_0x42aa60(0x207),_0xbccc2c;}({}),_0x1d9579={'Normal':{'left':0x35,'right':0x35,'top':0x38,'bottom':0x38},'Narrow':{'left':0x13,'right':0x13,'top':0x38,'bottom':0x38},'Wide':{'left':0x4b,'right':0x4b,'top':0x4b,'bottom':0x4b},'None':{'left':0x0,'right':0x0,'top':0x0,'bottom':0x0},'Custom':{'left':0x0,'right':0x0,'top':0x0,'bottom':0x0}},_0x4cbeb6=_0x4ffb02(0x205),_0x381819=_0x4ffb02(0x1f2);function _0x3bb565(_0x31390b,_0x48e849,_0x5e32f4){const _0x6e33b7=_0x4ffb02;let _0x5ad2d8=_0x5e32f4===_0x6e33b7(0x1f0)?_0x31390b:_0x48e849,_0x3d0403=_0x5e32f4===_0x6e33b7(0x1f0)?_0x48e849:_0x31390b,_0x387e3f=_0x6e33b7(0x1f5)+_0x381819+_0x6e33b7(0x20b)+_0x5ad2d8+_0x6e33b7(0x1f7)+_0x3d0403+'px;\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20@page\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20margin:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20visibility:\x20hidden;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20body\x20>\x20*\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20.'+_0x4cbeb6+_0x6e33b7(0x209)+_0x4cbeb6+'\x20*\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20block!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20height:\x20fit-content;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20overflow:\x20visible;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20top:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20width:\x20fit-content;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20.'+_0x381819+_0x6e33b7(0x204)+_0x3d0403+_0x6e33b7(0x1fd)+_0x5ad2d8+_0x6e33b7(0x1e8),_0x7afa4e=document[_0x6e33b7(0x20d)]('style');return _0x7afa4e['innerHTML']=_0x387e3f,_0x7afa4e[_0x6e33b7(0x1fc)]=_0x6e33b7(0x20c),_0x7afa4e;}_0x3180bb['PRINT_CANVAS_CLASS']=_0x381819,_0x3180bb[_0x4ffb02(0x1fa)]=_0x4cbeb6,_0x3180bb[_0x4ffb02(0x206)]=_0x1d9579,_0x3180bb[_0x4ffb02(0x1f8)]=_0x1e7c2d,_0x3180bb[_0x4ffb02(0x1fe)]=_0x2d8e84,_0x3180bb[_0x4ffb02(0x1f3)]=_0x34a74e,_0x3180bb[_0x4ffb02(0x20a)]=_0x31071e,_0x3180bb['createPrintStyle']=_0x3bb565;}));function _0x3c9b(){const _0x5c0430=['\x0a\x20\x20\x20\x20.','Narrow','px\x20','PrintAlign','18jpMOaL','PRINT_CONTAINER_CLASS','4500461jSGdgn','className','px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20width:\x20','PrintDirection','753523MVbGmG','Middle','Module','551344eKhhae','8UYuMFH','\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20page-break-after:\x20always!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20height:\x20','printing-canvas-container','PaperMarginMap','Custom','defineProperty',',\x20.','PrintScale','\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20position:\x20relative;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20@media\x20print\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20html\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20width:\x20fit-content;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20body\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20overflow:\x20auto\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20width:\x20fit-content;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20@page\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20size:\x20','offline-printing-css','createElement','None','End','exports','Normal','amd','toStringTag','Start','Origin','px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20position:\x20relative;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20}','17522150EKqKJS','FitHeight','FitWidth','150ogrEVe','386166XtPfiz','40695bjWMZJ','861584AoaiBS','Portrait','Landscape','printing-canvas','PrintPaperMargin','function'];_0x3c9b=function(){return _0x5c0430;};return _0x3c9b();}
|
|
18
|
-
|
|
19
|
-
// @univerjs-pro/docs-print/index
|
|
20
|
-
function _0x3046(_0x280e55,_0x5c4e8b){_0x280e55=_0x280e55-0x6e;const _0x48b32e=_0x48b3();let _0x3046cd=_0x48b32e[_0x280e55];return _0x3046cd;}function _0x48b3(){const _0x1c83dd=['Inject','print-icon','_container','currentColor','_skeletonData','Skeleton\x20data\x20is\x20not\x20found','_scene','DisposableCollection','entries','prototype','translate','map','1318740szWvBr','UniverProLicense','@univerjs-pro/license','generateRandomId','0.25.0','_config','toString','UNIVER_DOC','_calculateLayout','setContainer','function','getConfig','_injector','right','UniverProDocsPrint','displayName','UniverCore','registerCommand','save','print','div','getDocumentStyle','Engine','menu','disposeWithMe','createElement','_addComponent','50024loLqAG','pages','interceptor','@univerjs-pro/docs-print','documentFlavor','LS_CONFIG_KEY','trim','Module','BUTTON','VIEW_MAIN','UniverIcon','39973pGEFco','onafterprint','svg','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','@univerjs/engine-render','UniverDocsUi','restore','defineProperty','IZenZoneService','timeValid','width','UniverUi','_currentRender','_engine','pageHeight','VIEWPORT_KEY','isPro','RibbonStartGroup','page','_configService','144UjJZgG','idSuffix','DependentOn','Documents','symbol','type','getUnitId','call','className','getOffsetConfig','@univerjs/docs-ui','evenodd','SwitchDocModeCommand','getMenuHiddenObservable','createPrintStyle','DocPrintInterceptorService','top','_documents','PRINTING_COMPONENT_COLLECT','merge','mergeMenu','pageWidth','packageName','body','getSkeletonData','amd','none','prepare','updateScrollVal','UniverEngineRender','object','toPrimitive','PRINT_CONTAINER_CLASS','_univerInstanceService','Disposable','ICommandService','1137720FEbgMh','1em','100%','__DocPrintRender__','useRef','forwardRef','0px','register','getCurrentUnitOfType','_initMenus','_effects','Plugin','_addViewport','random','@univerjs/ui','462JdeiPa','defIds','getContext','PRINTING_DOM_COLLECT','Scene','removeChild','onbeforeprint','DocumentFlavor','iterator','PrintDirection','syncExecuteCommand','react','height','UniverNetwork','TRADITIONAL','IMenuManagerService','208284zjfNwD','tag','_skeleton','ComponentManager','Pages\x20are\x20not\x20found','style','_initComponents','UniverInstanceType','root','addObject','valid','exports','_initRenderer','setConfig','_key','OPERATION','bottom','length','docs-print.menu','DocSkeletonManagerService','attrs','IUniverInstanceService','_initCommands','http://www.w3.org/2000/svg','string','getSkeleton','828lWAXZT','makeDirty','isLocalCheck','fetchThroughInterceptors','url(#$1','registerDependencies','Printing','UniverProPrint','setId','getDocFeatureLimit','defs','29330jctqar','_viewMain','getLicenseInfo','_commandService','forEach','UniverNetworkPlugin','xlink:href','pluginName','scale','appendChild','substring','_renderManagerService','0\x200\x2016\x2016','UniverLicensePlugin','_menuManagerService','_paperSize','PrintIcon','DocumentDataModel\x20is\x20not\x20found','docs.operation.print','_unitId','decorate','React','UniverDocs','with','get','Injector','DOCS_PRINT_PLUGIN_CONFIG_KEY','UniverDocsPrintPlugin','@univerjs/network','constructor','replace','dispose','_root','path','_componentManager','UNIVER_DOCS_PRINT','mainComponent','_page','getRenderById','IConfigService','MenuItemType','children','colorChannel1','IRenderManagerService','absolute','default','fill','PRINT_CANVAS_CLASS','mask','assign','Render\x20is\x20not\x20found','render','left','15964CfzcEG','makeForceDirty','container'];_0x48b3=function(){return _0x1c83dd;};return _0x48b3();}(function(_0x48fec2,_0x224b13){const _0x18e5c0=_0x3046,_0x1b8388=_0x48fec2();while(!![]){try{const _0x4394cd=-parseInt(_0x18e5c0(0xb8))/0x1+-parseInt(_0x18e5c0(0x10f))/0x2+parseInt(_0x18e5c0(0xcc))/0x3*(-parseInt(_0x18e5c0(0x83))/0x4)+parseInt(_0x18e5c0(0xf0))/0x5+parseInt(_0x18e5c0(0x92))/0x6+-parseInt(_0x18e5c0(0xff))/0x7*(-parseInt(_0x18e5c0(0xad))/0x8)+parseInt(_0x18e5c0(0x129))/0x9*(-parseInt(_0x18e5c0(0x134))/0xa);if(_0x4394cd===_0x224b13)break;else _0x1b8388['push'](_0x1b8388['shift']());}catch(_0x2665b3){_0x1b8388['push'](_0x1b8388['shift']());}}}(_0x48b3,0x3e231),function(_0x247461,_0x889c96){const _0x20296d=_0x3046;typeof exports=='object'&&typeof module<'u'?_0x889c96(exports,require('@univerjs/core'),require('@univerjs/docs-ui'),require('@univerjs/engine-render'),require('@univerjs-pro/license'),require('@univerjs-pro/print'),require('@univerjs/docs'),require('@univerjs/ui'),require('@univerjs/network'),require('react')):typeof define==_0x20296d(0x9c)&&define[_0x20296d(0xe5)]?define([_0x20296d(0x11a),'@univerjs/core',_0x20296d(0xd6),_0x20296d(0xbc),_0x20296d(0x94),'@univerjs-pro/print','@univerjs/docs',_0x20296d(0xfe),_0x20296d(0x150),_0x20296d(0x10a)],_0x889c96):(_0x247461=typeof globalThis<'u'?globalThis:_0x247461||self,_0x889c96(_0x247461[_0x20296d(0xa0)]={},_0x247461[_0x20296d(0xa2)],_0x247461[_0x20296d(0xbd)],_0x247461[_0x20296d(0xe9)],_0x247461[_0x20296d(0x93)],_0x247461[_0x20296d(0x130)],_0x247461[_0x20296d(0x14a)],_0x247461[_0x20296d(0xc3)],_0x247461[_0x20296d(0x10c)],_0x247461[_0x20296d(0x149)]));}(this,function(_0x3d915e,_0xcd1b4d,_0x2de3ef,_0x27cae1,_0x110dfa,_0x2d4c95,_0x170ed4,_0x5730f6,_0x52a8d2,_0x9fc802){const _0x42cb71=_0x3046;Object[_0x42cb71(0xbf)](_0x3d915e,Symbol['toStringTag'],{'value':_0x42cb71(0xb4)});function _0x5b52fb(_0x456e98){'@babel/helpers - typeof';const _0x151c5f=_0x42cb71;return _0x5b52fb=typeof Symbol==_0x151c5f(0x9c)&&typeof Symbol[_0x151c5f(0x107)]=='symbol'?function(_0x2f2e38){return typeof _0x2f2e38;}:function(_0x48692){const _0x3b9dfc=_0x151c5f;return _0x48692&&typeof Symbol==_0x3b9dfc(0x9c)&&_0x48692[_0x3b9dfc(0x151)]===Symbol&&_0x48692!==Symbol[_0x3b9dfc(0x8f)]?_0x3b9dfc(0xd0):typeof _0x48692;},_0x5b52fb(_0x456e98);}function _0x4921f0(_0x83b0e8,_0x21f3f8){const _0x4a1042=_0x42cb71;if(_0x5b52fb(_0x83b0e8)!=_0x4a1042(0xea)||!_0x83b0e8)return _0x83b0e8;var _0x4b6cab=_0x83b0e8[Symbol[_0x4a1042(0xeb)]];if(_0x4b6cab!==void 0x0){var _0x199f8a=_0x4b6cab[_0x4a1042(0xd3)](_0x83b0e8,_0x21f3f8||_0x4a1042(0x7b));if(_0x5b52fb(_0x199f8a)!=_0x4a1042(0xea))return _0x199f8a;throw TypeError(_0x4a1042(0xbb));}return(_0x21f3f8===_0x4a1042(0x127)?String:Number)(_0x83b0e8);}function _0x29d84d(_0x61b6be){const _0x58a84d=_0x42cb71;var _0x2937c4=_0x4921f0(_0x61b6be,_0x58a84d(0x127));return _0x5b52fb(_0x2937c4)==_0x58a84d(0xd0)?_0x2937c4:_0x2937c4+'';}function _0x5cd4a3(_0x2fc1d9,_0x4a30cd,_0x431f86){const _0x1c040b=_0x42cb71;return(_0x4a30cd=_0x29d84d(_0x4a30cd))in _0x2fc1d9?Object[_0x1c040b(0xbf)](_0x2fc1d9,_0x4a30cd,{'value':_0x431f86,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2fc1d9[_0x4a30cd]=_0x431f86,_0x2fc1d9;}var _0x232440=class extends _0xcd1b4d[_0x42cb71(0xee)]{get[_0x42cb71(0x85)](){const _0x19a341=_0x42cb71;return this[_0x19a341(0x88)];}get[_0x42cb71(0x117)](){const _0x101b28=_0x42cb71;return this[_0x101b28(0x6e)];}get[_0x42cb71(0xc4)](){const _0x1a5a36=_0x42cb71;let _0x5257f4=this[_0x1a5a36(0x9e)][_0x1a5a36(0x14c)](_0x27cae1[_0x1a5a36(0x79)])['getRenderById'](this[_0x1a5a36(0x147)]);if(!_0x5257f4)throw Error('Render\x20is\x20not\x20found');return _0x5257f4;}get[_0x42cb71(0x111)](){const _0x39972c=_0x42cb71;return this[_0x39972c(0xc4)][_0x39972c(0x14b)](_0x170ed4[_0x39972c(0x122)])[_0x39972c(0x128)]();}get[_0x42cb71(0x8a)](){const _0x1262fb=_0x42cb71;let _0x2d14ef=this[_0x1262fb(0x111)]['getSkeletonData']();if(!_0x2d14ef)throw Error(_0x1262fb(0x8b));return _0x2d14ef;}get[_0x42cb71(0x143)](){const _0x2e37ac=_0x42cb71;let _0x2ba0c9=this['_skeletonData'][_0x2e37ac(0xae)][0x0];return{'width':_0x2ba0c9[_0x2e37ac(0xe1)],'height':_0x2ba0c9[_0x2e37ac(0xc6)]};}constructor(_0x50f573,_0xeb725c,_0x2b5715,_0x70b14d){const _0x2d326c=_0x42cb71;super(),this[_0x2d326c(0x9e)]=_0x50f573,this['_page']=_0xeb725c,this['_unitId']=_0x2b5715,this['_offsetConfig']=_0x70b14d,_0x5cd4a3(this,'_container',document[_0x2d326c(0xab)](_0x2d326c(0xa6))),_0x5cd4a3(this,_0x2d326c(0x6e),document[_0x2d326c(0xab)]('div')),_0x5cd4a3(this,_0x2d326c(0xc5),void 0x0),_0x5cd4a3(this,_0x2d326c(0x8c),void 0x0),_0x5cd4a3(this,_0x2d326c(0x11d),void 0x0),_0x5cd4a3(this,_0x2d326c(0xdd),void 0x0),_0x5cd4a3(this,'_viewMain',void 0x0),_0x5cd4a3(this,'_effects',new _0xcd1b4d['DisposableCollection']()),this['_key']=(0x0,_0xcd1b4d['generateRandomId'])(0x4),this['_initRenderer'](),this[_0x2d326c(0xaa)]({'dispose':()=>{const _0x3facde=_0x2d326c;this[_0x3facde(0xc5)][_0x3facde(0x153)](),this['_scene'][_0x3facde(0x153)](),this['_effects'][_0x3facde(0x153)]();}});}[_0x42cb71(0x9a)](){const _0x7937e2=_0x42cb71;let {docsTop:_0x425ed1,docsLeft:_0x326b6a}=this[_0x7937e2(0xdd)]['getOffsetConfig'](),_0x2791f0=this['_paperSize'][_0x7937e2(0x10b)],_0x37fcdc=this[_0x7937e2(0x143)][_0x7937e2(0xc2)];return{'top':_0x425ed1+(_0x425ed1+_0x2791f0)*this[_0x7937e2(0x73)],'bottom':_0x425ed1+(_0x425ed1+_0x2791f0)*(this[_0x7937e2(0x73)]+0x1),'left':_0x326b6a,'right':_0x326b6a+_0x37fcdc};}[_0x42cb71(0x11b)](){const _0x5e6dc8=_0x42cb71;this[_0x5e6dc8(0xc5)]=new _0x27cae1[(_0x5e6dc8(0xa8))]('',{'elementWidth':this[_0x5e6dc8(0x143)]['width'],'elementHeight':this['_paperSize'][_0x5e6dc8(0x10b)],'dpr':0x1,'renderMode':_0x27cae1['CanvasRenderMode'][_0x5e6dc8(0x12f)]}),this[_0x5e6dc8(0x8c)]=new _0x27cae1[(_0x5e6dc8(0x103))](this[_0x5e6dc8(0x11d)],this[_0x5e6dc8(0xc5)]),this[_0x5e6dc8(0x8c)][_0x5e6dc8(0x13c)](0x1,0x1),this[_0x5e6dc8(0xc5)][_0x5e6dc8(0x9b)](this[_0x5e6dc8(0x88)],!0x1),this[_0x5e6dc8(0xc5)]['getCanvas']()[_0x5e6dc8(0x101)]()[_0x5e6dc8(0x131)](this[_0x5e6dc8(0x11d)]+'_'+(0x0,_0xcd1b4d[_0x5e6dc8(0x95)])(0x4)),this[_0x5e6dc8(0xac)](),this[_0x5e6dc8(0xfc)]();}[_0x42cb71(0xac)](){const _0x26d25a=_0x42cb71;let {pageMarginLeft:_0x429cb0,pageMarginTop:_0x55791f,docsLeft:_0x40a1f6,docsTop:_0x2d3915}=this['_offsetConfig'],_0x50c041={'pageMarginLeft':_0x429cb0,'pageMarginTop':_0x55791f},_0x554dbb=new _0x27cae1[(_0x26d25a(0xcf))](_0x26d25a(0xf3),this[_0x26d25a(0x111)],_0x50c041);_0x554dbb[_0x26d25a(0x90)](_0x40a1f6,_0x2d3915),this['_scene'][_0x26d25a(0x118)](_0x554dbb),this[_0x26d25a(0xdd)]=_0x554dbb;let _0x47477a=this[_0x26d25a(0x9e)][_0x26d25a(0x14c)](_0x2de3ef[_0x26d25a(0xdb)]);_0x47477a['interceptor'][_0x26d25a(0x12c)](_0x47477a[_0x26d25a(0xaf)]['getInterceptPoints']()[_0x26d25a(0xde)])(void 0x0,{'unitId':this[_0x26d25a(0x147)],'scene':this[_0x26d25a(0x8c)],'engine':this['_engine'],'root':this[_0x26d25a(0x6e)],'documents':this[_0x26d25a(0xdd)],'skeleton':this[_0x26d25a(0x111)]});}[_0x42cb71(0xfc)](){const _0x4dc02e=_0x42cb71;this[_0x4dc02e(0x135)]=new _0x27cae1['Viewport'](_0x2de3ef[_0x4dc02e(0xc7)][_0x4dc02e(0xb6)],this[_0x4dc02e(0x8c)],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}[_0x42cb71(0xe7)](){const _0x41ab97=_0x42cb71;let _0x3bcbf0=this[_0x41ab97(0x9a)]();this['_viewMain'][_0x41ab97(0xe8)]({'viewportScrollX':_0x3bcbf0['left'],'viewportScrollY':_0x3bcbf0[_0x41ab97(0xdc)]}),this['_root'][_0x41ab97(0x114)]['position']=_0x41ab97(0x7a),this[_0x41ab97(0x6e)]['style']['top']=_0x41ab97(0xf6),this['_root'][_0x41ab97(0x114)][_0x41ab97(0x82)]='0px',this[_0x41ab97(0x6e)][_0x41ab97(0x114)][_0x41ab97(0xc2)]=_0x41ab97(0xf2),this[_0x41ab97(0x6e)][_0x41ab97(0x114)]['height']=_0x41ab97(0xf2),this[_0x41ab97(0xfa)]=new _0xcd1b4d[(_0x41ab97(0x8d))]();let _0x259632=this[_0x41ab97(0x9e)][_0x41ab97(0x14c)](_0x2de3ef[_0x41ab97(0xdb)]);_0x259632['interceptor']['fetchThroughInterceptors'](_0x259632[_0x41ab97(0xaf)]['getInterceptPoints']()[_0x41ab97(0x102)])(this[_0x41ab97(0xfa)],{'unitId':this['_unitId'],'scene':this[_0x41ab97(0x8c)],'engine':this[_0x41ab97(0xc5)],'root':this['_root'],'skeleton':this[_0x41ab97(0x111)],'offset':{'x':_0x3bcbf0[_0x41ab97(0x82)],'y':_0x3bcbf0[_0x41ab97(0xdc)]},'bound':{'top':_0x3bcbf0[_0x41ab97(0xdc)],'left':_0x3bcbf0[_0x41ab97(0x82)],'right':_0x3bcbf0[_0x41ab97(0x9f)],'bottom':_0x3bcbf0[_0x41ab97(0x11f)]}});}[_0x42cb71(0x81)](){const _0x14099e=_0x42cb71;let _0x1ec81b=this[_0x14099e(0xc5)]['getCanvas']()['getContext']();this[_0x14099e(0xdd)][_0x14099e(0x84)](),this['_scene'][_0x14099e(0x12a)](),_0x1ec81b[_0x14099e(0xa4)](),this[_0x14099e(0x8c)][_0x14099e(0x81)](),_0x1ec81b[_0x14099e(0xbe)]();}};function _0x52f7ab(_0x4a6f35,_0x46b1e1){return function(_0x2f98df,_0xce4b64){_0x46b1e1(_0x2f98df,_0xce4b64,_0x4a6f35);};}function _0x410f07(_0x1bc798,_0x643cf3,_0x6d6ec7,_0x5bfcde){const _0x32402b=_0x42cb71;var _0x120b59=arguments[_0x32402b(0x120)],_0x5ac88a=_0x120b59<0x3?_0x643cf3:_0x5bfcde===null?_0x5bfcde=Object['getOwnPropertyDescriptor'](_0x643cf3,_0x6d6ec7):_0x5bfcde,_0x3c5c86;if(typeof Reflect==_0x32402b(0xea)&&typeof Reflect[_0x32402b(0x148)]==_0x32402b(0x9c))_0x5ac88a=Reflect[_0x32402b(0x148)](_0x1bc798,_0x643cf3,_0x6d6ec7,_0x5bfcde);else{for(var _0x1d9df8=_0x1bc798[_0x32402b(0x120)]-0x1;_0x1d9df8>=0x0;_0x1d9df8--)(_0x3c5c86=_0x1bc798[_0x1d9df8])&&(_0x5ac88a=(_0x120b59<0x3?_0x3c5c86(_0x5ac88a):_0x120b59>0x3?_0x3c5c86(_0x643cf3,_0x6d6ec7,_0x5ac88a):_0x3c5c86(_0x643cf3,_0x6d6ec7))||_0x5ac88a);}return _0x120b59>0x3&&_0x5ac88a&&Object[_0x32402b(0xbf)](_0x643cf3,_0x6d6ec7,_0x5ac88a),_0x5ac88a;}let _0x1abaa6=Number['parseInt'](0x6a1aba27),_0x20dfc8=(_0x324441,_0x5aa9f2,_0xbe7d86)=>{const _0xd8ee91=_0x42cb71;let _0x2ecbaf={'page':_0x324441,'isPro':!0x1,'timeValid':!0x1};if(!_0x5aa9f2||!_0xbe7d86)return _0x2ecbaf;let _0x5b04c2=(0x0,_0x110dfa[_0xd8ee91(0x136)])(_0x5aa9f2,_0xbe7d86);if(_0x5b04c2[_0xd8ee91(0x119)]){let _0x4a85c6=_0x5b04c2['message'],_0x4f9aba=(0x0,_0x110dfa['isFeatureAuthorizedWithinTime'])(_0x4a85c6,'df',_0x1abaa6);_0x2ecbaf[_0xd8ee91(0xc8)]=_0x4f9aba,_0x2ecbaf[_0xd8ee91(0xc1)]=_0x4f9aba,_0x2ecbaf[_0xd8ee91(0xca)]=(0x0,_0x110dfa[_0xd8ee91(0x132)])(_0x4a85c6,_0x4f9aba,'mpn',_0x324441,_0x324441,0x0);}return _0x2ecbaf;},_0x422891=class extends _0xcd1b4d[_0x42cb71(0xee)]{constructor(_0x55e821,_0x164d31,_0xaa21b3,_0x1c8f46,_0x38825b){const _0x369dc1=_0x42cb71;super(),this[_0x369dc1(0xed)]=_0x55e821,this[_0x369dc1(0x13f)]=_0x164d31,this[_0x369dc1(0x9e)]=_0xaa21b3,this['_configService']=_0x1c8f46,this['_globalZoneService']=_0x38825b;}[_0x42cb71(0xa5)](_0x38c05c){const _0x3c2062=_0x42cb71;var _0x528f9a,_0x189071;let {ls:_0x3a0843,pbk:_0x58626b}=(_0x528f9a=this[_0x3c2062(0xcb)][_0x3c2062(0x9d)](_0x110dfa[_0x3c2062(0xb2)]))==null?{}:_0x528f9a,_0x1510e5=(0x0,_0x110dfa[_0x3c2062(0x12b)])()?0x1/0x0:_0x20dfc8(0x1,_0x3a0843,_0x58626b)[_0x3c2062(0xca)];if(!this['_univerInstanceService']['getUnit'](_0x38c05c,_0xcd1b4d['UniverInstanceType'][_0x3c2062(0x99)]))throw Error(_0x3c2062(0x145));let _0x2029aa=this[_0x3c2062(0x13f)][_0x3c2062(0x74)](_0x38c05c);if(!_0x2029aa)throw Error(_0x3c2062(0x80));let _0x4e1df2=(_0x189071=_0x2029aa[_0x3c2062(0x14b)](_0x170ed4[_0x3c2062(0x122)])['getSkeleton']()[_0x3c2062(0xe4)]())==null?void 0x0:_0x189071[_0x3c2062(0xae)];if(!_0x4e1df2)throw Error(_0x3c2062(0x113));let _0xc9731c={'width':_0x4e1df2[0x0]['pageWidth'],'height':_0x4e1df2[0x0]['pageHeight']},_0x2a8504=_0x4e1df2[_0x3c2062(0x120)],_0x35295f=Math['min'](_0x1510e5,_0x2a8504),_0x2fa523=_0x2029aa[_0x3c2062(0x72)][_0x3c2062(0xd5)](),_0x4e21bd=document[_0x3c2062(0xab)]('div');_0x4e21bd['className']=_0x2d4c95[_0x3c2062(0xec)];let _0x495c57=Array(_0x35295f)['fill'](null)[_0x3c2062(0x91)]((_0x2ced7e,_0x3cac68)=>{const _0x2bac73=_0x3c2062;let _0x38e0ab=new _0x232440(this[_0x2bac73(0x9e)],_0x3cac68,_0x38c05c,_0x2fa523);return _0x38e0ab[_0x2bac73(0x85)][_0x2bac73(0xd4)]=_0x2d4c95[_0x2bac73(0x7d)],_0x38e0ab;});_0x495c57['forEach'](_0x177ab7=>{const _0x39f673=_0x3c2062;_0x4e21bd['appendChild'](_0x177ab7[_0x39f673(0x85)]),_0x177ab7[_0x39f673(0x85)][_0x39f673(0x13d)](_0x177ab7[_0x39f673(0x117)]),_0x177ab7['prepare']();});let _0x36464b=(0x0,_0x2d4c95[_0x3c2062(0xda)])(_0xc9731c[_0x3c2062(0xc2)],_0xc9731c[_0x3c2062(0x10b)],_0x2d4c95[_0x3c2062(0x108)]['Portrait']);return document[_0x3c2062(0xe3)][_0x3c2062(0x13d)](_0x36464b),document[_0x3c2062(0xe3)][_0x3c2062(0x13d)](_0x4e21bd),new Promise(_0x346042=>{setTimeout(()=>{const _0x474c23=_0x3046;window[_0x474c23(0x105)]=()=>{const _0x14c864=_0x474c23;_0x495c57[_0x14c864(0x138)](_0x1ac0e0=>{const _0x179584=_0x14c864;_0x1ac0e0[_0x179584(0x81)]();});},window[_0x474c23(0xb9)]=()=>{const _0x5edb05=_0x474c23;_0x495c57['forEach'](_0x3d8128=>{const _0x2e9a0e=_0x3046;_0x3d8128[_0x2e9a0e(0x153)]();}),document[_0x5edb05(0xe3)]['removeChild'](_0x4e21bd),document[_0x5edb05(0xe3)][_0x5edb05(0x104)](_0x36464b),this['_globalZoneService']['close'](),_0x346042(!0x0);},window[_0x474c23(0xa5)]();},0x64);});}};_0x422891=_0x410f07([_0x52f7ab(0x0,_0xcd1b4d[_0x42cb71(0x124)]),_0x52f7ab(0x1,_0x27cae1[_0x42cb71(0x79)]),_0x52f7ab(0x2,(0x0,_0xcd1b4d[_0x42cb71(0x86)])(_0xcd1b4d['Injector'])),_0x52f7ab(0x3,_0xcd1b4d[_0x42cb71(0x75)]),_0x52f7ab(0x4,_0x5730f6[_0x42cb71(0xc0)])],_0x422891);let _0x162489={'id':_0x42cb71(0x146),'type':_0xcd1b4d['CommandType'][_0x42cb71(0x11e)],'handler':async _0x5bda17=>{const _0x128c76=_0x42cb71;let _0x432aa7=_0x5bda17[_0x128c76(0x14c)](_0xcd1b4d[_0x128c76(0x124)]),_0x121c4d=_0x5bda17[_0x128c76(0x14c)](_0x422891),_0x236e71=_0x5bda17['get'](_0x27cae1['IRenderManagerService']),_0x44fda8=_0x5bda17['get'](_0xcd1b4d[_0x128c76(0xef)]),_0x37d07d=_0x432aa7[_0x128c76(0xf8)](_0xcd1b4d[_0x128c76(0x116)][_0x128c76(0x99)]);if(!_0x37d07d)return!0x1;if(!_0x236e71[_0x128c76(0x74)](_0x37d07d[_0x128c76(0xd2)]()))throw Error(_0x128c76(0x80));let _0x5ca464=_0x37d07d[_0x128c76(0xa7)]()[_0x128c76(0xb1)];return _0x5ca464!==_0xcd1b4d[_0x128c76(0x106)][_0x128c76(0x10d)]&&_0x44fda8['syncExecuteCommand'](_0x2de3ef[_0x128c76(0xd8)]['id']),await _0x121c4d[_0x128c76(0xa5)](_0x37d07d[_0x128c76(0xd2)]()),_0x5ca464!==_0xcd1b4d[_0x128c76(0x106)][_0x128c76(0x10d)]&&_0x44fda8[_0x128c76(0x109)](_0x2de3ef[_0x128c76(0xd8)]['id']),!0x0;}},_0x2bc5d5=_0x42cb71(0x71),_0x3247e2={};var _0x549147=_0x42cb71(0xb0),_0x46fbf8=_0x42cb71(0x96);function _0x37ce55({ref:_0x2b792a,..._0x3a91d0}){const _0x5434b4=_0x42cb71;let {icon:_0x535b7e,id:_0x699877,className:_0x1d14ff,extend:_0x560784,..._0x3c865b}=_0x3a91d0,_0x502ccc=('univerjs-icon\x20univerjs-icon-'+_0x699877+'\x20'+(_0x1d14ff||''))[_0x5434b4(0xb3)](),_0x4cb6ad=(0x0,_0x9fc802[_0x5434b4(0xf4)])('_'+_0x3f210b());return _0x48e42e(_0x535b7e,''+_0x699877,{'defIds':_0x535b7e[_0x5434b4(0x100)],'idSuffix':_0x4cb6ad['current']},{'ref':_0x2b792a,'className':_0x502ccc,..._0x3c865b},_0x560784);}function _0x48e42e(_0x713c62,_0x1d819e,_0x416a17,_0x26f3a3,_0x343a3d){const _0x3ce21e=_0x42cb71;return(0x0,_0x9fc802[_0x3ce21e(0xab)])(_0x713c62[_0x3ce21e(0x110)],{'key':_0x1d819e,..._0xdf5f4a(_0x713c62,_0x416a17,_0x343a3d),..._0x26f3a3},(_0x27bf72(_0x713c62,_0x416a17)[_0x3ce21e(0x77)]||[])[_0x3ce21e(0x91)]((_0xcc179d,_0x553b1a)=>_0x48e42e(_0xcc179d,_0x1d819e+'-'+_0x713c62[_0x3ce21e(0x110)]+'-'+_0x553b1a,_0x416a17,void 0x0,_0x343a3d)));}function _0xdf5f4a(_0x18570e,_0x3b95ac,_0x1138c1){const _0x1fbb63=_0x42cb71;let _0x24a448={..._0x18570e[_0x1fbb63(0x123)]};_0x1138c1!=null&&_0x1138c1[_0x1fbb63(0x78)]&&_0x24a448[_0x1fbb63(0x7c)]===_0x1fbb63(0x78)&&(_0x24a448[_0x1fbb63(0x7c)]=_0x1138c1[_0x1fbb63(0x78)]),_0x18570e[_0x1fbb63(0x110)]===_0x1fbb63(0x7e)&&_0x24a448['id']&&(_0x24a448['id']+=_0x3b95ac[_0x1fbb63(0xcd)]),Object[_0x1fbb63(0x8e)](_0x24a448)[_0x1fbb63(0x138)](([_0x23cc63,_0x34a6ee])=>{const _0x3fddf6=_0x1fbb63;_0x23cc63===_0x3fddf6(0x7e)&&typeof _0x34a6ee==_0x3fddf6(0x127)&&(_0x24a448[_0x23cc63]=_0x34a6ee[_0x3fddf6(0x152)](/url\(#(.*)\)/,_0x3fddf6(0x12d)+_0x3b95ac['idSuffix']+')'));});let {defIds:_0x2635c7}=_0x3b95ac;return!_0x2635c7||_0x2635c7[_0x1fbb63(0x120)]===0x0?_0x24a448:(_0x18570e[_0x1fbb63(0x110)]==='use'&&_0x24a448['xlink:href']&&(_0x24a448[_0x1fbb63(0x13a)]+=_0x3b95ac[_0x1fbb63(0xcd)]),Object[_0x1fbb63(0x8e)](_0x24a448)[_0x1fbb63(0x138)](([_0x3f2f80,_0x372d88])=>{const _0x2d7a14=_0x1fbb63;typeof _0x372d88==_0x2d7a14(0x127)&&(_0x24a448[_0x3f2f80]=_0x372d88[_0x2d7a14(0x152)](/url\(#(.*)\)/,'url(#$1'+_0x3b95ac['idSuffix']+')'));}),_0x24a448);}function _0x27bf72(_0xe56cb4,_0x169970){const _0x1c84c6=_0x42cb71;var _0x196ad8;let {defIds:_0x3f50b8}=_0x169970;return!_0x3f50b8||_0x3f50b8['length']===0x0?_0xe56cb4:_0xe56cb4[_0x1c84c6(0x110)]===_0x1c84c6(0x133)&&(_0x196ad8=_0xe56cb4['children'])!=null&&_0x196ad8[_0x1c84c6(0x120)]?{..._0xe56cb4,'children':_0xe56cb4[_0x1c84c6(0x77)][_0x1c84c6(0x91)](_0x2e6de0=>typeof _0x2e6de0['attrs']['id']=='string'&&_0x3f50b8&&_0x3f50b8['includes'](_0x2e6de0[_0x1c84c6(0x123)]['id'])?{..._0x2e6de0,'attrs':{..._0x2e6de0[_0x1c84c6(0x123)],'id':_0x2e6de0[_0x1c84c6(0x123)]['id']+_0x169970[_0x1c84c6(0xcd)]}}:_0x2e6de0)}:_0xe56cb4;}function _0x3f210b(){const _0x1cad38=_0x42cb71;return Math[_0x1cad38(0xfd)]()[_0x1cad38(0x98)](0x24)[_0x1cad38(0x13e)](0x2,0x8);}_0x37ce55[_0x42cb71(0xa1)]=_0x42cb71(0xb7);let _0x2463c3={'tag':_0x42cb71(0xba),'attrs':{'xmlns':_0x42cb71(0x126),'fill':_0x42cb71(0xe6),'viewBox':_0x42cb71(0x140),'width':'1em','height':_0x42cb71(0xf1)},'children':[{'tag':_0x42cb71(0x6f),'attrs':{'fill':'currentColor','d':'M4.20039\x208.06641C3.86902\x208.06641\x203.60039\x208.33504\x203.60039\x208.66641C3.60039\x208.99778\x203.86902\x209.26641\x204.20039\x209.26641H5.20039C5.53176\x209.26641\x205.80039\x208.99778\x205.80039\x208.66641C5.80039\x208.33504\x205.53176\x208.06641\x205.20039\x208.06641H4.20039Z'}},{'tag':_0x42cb71(0x6f),'attrs':{'fill':_0x42cb71(0x89),'d':'M13.1297\x203.19844C13.1297\x202.20418\x2012.3236\x201.39824\x2011.3293\x201.39844L4.66878\x201.39977C3.67481\x201.39997\x202.86914\x202.2058\x202.86914\x203.19977V5.49756C2.03331\x205.65308\x201.4005\x206.38619\x201.40049\x207.26709L1.40039\x2012.7996C1.40037\x2013.7937\x202.20626\x2014.5997\x203.20039\x2014.5997L6.62542\x2014.5997C6.63896\x2014.6006\x206.65263\x2014.601\x206.66641\x2014.601C6.68018\x2014.601\x206.69385\x2014.6006\x206.70739\x2014.5997L11.6256\x2014.5997C11.6391\x2014.6006\x2011.6527\x2014.601\x2011.6664\x2014.601C11.6801\x2014.601\x2011.6937\x2014.6006\x2011.7072\x2014.5997L12.7996\x2014.5997C13.7937\x2014.5997\x2014.5996\x2013.7938\x2014.5996\x2012.7997V7.26641C14.5996\x206.38503\x2013.9662\x205.65161\x2013.1297\x205.4966V3.19844ZM11.0664\x2013.3997L7.26641\x2013.3997V12.3344C7.26641\x2012.1135\x207.44549\x2011.9344\x207.66641\x2011.9344H10.6664C10.8873\x2011.9344\x2011.0664\x2012.1135\x2011.0664\x2012.3344V13.3997ZM12.2664\x2012.3344V13.3997L12.7996\x2013.3997C13.131\x2013.3997\x2013.3996\x2013.1311\x2013.3996\x2012.7997V7.26641C13.3996\x206.93502\x2013.131\x206.66638\x2012.7996\x206.66641L3.20044\x206.66712C2.86909\x206.66715\x202.60049\x206.93576\x202.60049\x207.26711L2.60039\x2012.7996C2.60038\x2013.131\x202.86901\x2013.3997\x203.20039\x2013.3997L6.06641\x2013.3997V12.3344C6.06641\x2011.4507\x206.78275\x2010.7344\x207.66641\x2010.7344H10.6664C11.5501\x2010.7344\x2012.2664\x2011.4507\x2012.2664\x2012.3344ZM11.9297\x205.46647V3.19844C11.9297\x202.86702\x2011.661\x202.59837\x2011.3296\x202.59844L4.66902\x202.59977C4.3377\x202.59984\x204.06914\x202.86845\x204.06914\x203.19977V5.46706L11.9297\x205.46647Z','fillRule':_0x42cb71(0xd7),'clipRule':_0x42cb71(0xd7)}}]},_0x1ec595=(0x0,_0x9fc802[_0x42cb71(0xf5)])(function(_0x27a146,_0x47c0ca){const _0x58f6ac=_0x42cb71;return(0x0,_0x9fc802['createElement'])(_0x37ce55,Object[_0x58f6ac(0x7f)]({},_0x27a146,{'id':_0x58f6ac(0x87),'ref':_0x47c0ca,'icon':_0x2463c3}));});_0x1ec595[_0x42cb71(0xa1)]=_0x42cb71(0x144);function _0x573110(_0x5e76bd){const _0x5ab97b=_0x42cb71;return{'id':_0x162489['id'],'type':_0x5730f6[_0x5ab97b(0x76)][_0x5ab97b(0xb5)],'title':_0x5ab97b(0x121),'icon':'PrintIcon','tooltip':_0x5ab97b(0x121),'hidden$':(0x0,_0x5730f6[_0x5ab97b(0xd9)])(_0x5e76bd,_0xcd1b4d[_0x5ab97b(0x116)][_0x5ab97b(0x99)])};}let _0x1d776b={[_0x5730f6[_0x42cb71(0xc9)]['OTHERS']]:{[_0x162489['id']]:{'order':0.1,'menuItemFactory':_0x573110}}},_0x38289c=class extends _0xcd1b4d[_0x42cb71(0xee)]{constructor(_0x197ed8,_0x9a419c,_0xf773bf){const _0x46e31f=_0x42cb71;super(),this[_0x46e31f(0x137)]=_0x197ed8,this[_0x46e31f(0x142)]=_0x9a419c,this['_componentManager']=_0xf773bf,this[_0x46e31f(0xf9)](),this[_0x46e31f(0x125)](),this['_initComponents']();}[_0x42cb71(0xf9)](){const _0x49fa2e=_0x42cb71;this[_0x49fa2e(0x142)][_0x49fa2e(0xe0)](_0x1d776b);}[_0x42cb71(0x125)](){const _0x588470=_0x42cb71;this['disposeWithMe'](this['_commandService'][_0x588470(0xa3)](_0x162489));}[_0x42cb71(0x115)](){const _0x5e8bea=_0x42cb71;[[_0x5e8bea(0x144),_0x1ec595]][_0x5e8bea(0x138)](([_0x33af17,_0x40b1cb])=>{const _0x3c8ad6=_0x5e8bea;this[_0x3c8ad6(0x70)][_0x3c8ad6(0xf7)](_0x33af17,_0x40b1cb);});}};_0x38289c=_0x410f07([_0x52f7ab(0x0,_0xcd1b4d[_0x42cb71(0xef)]),_0x52f7ab(0x1,_0x5730f6[_0x42cb71(0x10e)]),_0x52f7ab(0x2,(0x0,_0xcd1b4d[_0x42cb71(0x86)])(_0x5730f6[_0x42cb71(0x112)]))],_0x38289c);let _0xfa1bc5=class extends _0xcd1b4d[_0x42cb71(0xfb)]{constructor(_0xd0499f=_0x3247e2,_0x44dacb,_0x49b3b0){const _0x52883f=_0x42cb71;super(),this['_config']=_0xd0499f,this['_injector']=_0x44dacb,this[_0x52883f(0xcb)]=_0x49b3b0;let {menu:_0x1b3e86,..._0x4d3c57}=(0x0,_0xcd1b4d[_0x52883f(0xdf)])({},_0x3247e2,this[_0x52883f(0x97)]);_0x1b3e86&&this[_0x52883f(0xcb)]['setConfig'](_0x52883f(0xa9),_0x1b3e86,{'merge':!0x0}),this[_0x52883f(0xcb)][_0x52883f(0x11c)](_0x2bc5d5,_0x4d3c57);}['onStarting'](){const _0x3a6252=_0x42cb71;(0x0,_0xcd1b4d[_0x3a6252(0x12e)])(this[_0x3a6252(0x9e)],[[_0x422891],[_0x38289c]]);}['onReady'](){const _0x2f970a=_0x42cb71;this[_0x2f970a(0x9e)][_0x2f970a(0x14c)](_0x38289c);}};_0x5cd4a3(_0xfa1bc5,_0x42cb71(0x13b),_0x42cb71(0x71)),_0x5cd4a3(_0xfa1bc5,_0x42cb71(0xe2),_0x549147),_0x5cd4a3(_0xfa1bc5,'version',_0x46fbf8),_0x5cd4a3(_0xfa1bc5,_0x42cb71(0xd1),_0xcd1b4d['UniverInstanceType'][_0x42cb71(0x99)]),_0xfa1bc5=_0x410f07([(0x0,_0xcd1b4d[_0x42cb71(0xce)])(_0x52a8d2[_0x42cb71(0x139)],_0x110dfa[_0x42cb71(0x141)]),_0x52f7ab(0x1,(0x0,_0xcd1b4d['Inject'])(_0xcd1b4d[_0x42cb71(0x14d)])),_0x52f7ab(0x2,_0xcd1b4d[_0x42cb71(0x75)])],_0xfa1bc5),_0x3d915e[_0x42cb71(0x14e)]=_0x2bc5d5,_0x3d915e['DocPrintOperation']=_0x162489,Object[_0x42cb71(0xbf)](_0x3d915e,_0x42cb71(0x14f),{'enumerable':!0x0,'get':function(){return _0xfa1bc5;}});}));
|
|
21
|
-
|
|
22
|
-
// index
|
|
23
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("@univerjs-pro/docs-exchange-client"),require("@univerjs-pro/docs-print"),require("@univerjs-pro/exchange-client"),require("@univerjs-pro/license"),require("@univerjs-pro/exchange-client/lib/facade")):typeof define=="function"&&define.amd?define(["exports","@univerjs-pro/docs-exchange-client","@univerjs-pro/docs-print","@univerjs-pro/exchange-client","@univerjs-pro/license","@univerjs-pro/exchange-client/lib/facade"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e.UniverPresetDocsAdvanced={},e.UniverProDocsExchangeClient,e.UniverProDocsPrint,e.UniverProExchangeClient,e.UniverProLicense))})(this,(function(e,i,o,s,t){"use strict";function c(l={license:"",universerEndpoint:""}){const{license:u,universerEndpoint:r,exchangeClientOptions:p}=l,n=r!=null?r:`${window.location.protocol}//${window.location.host}`;return{plugins:[[t.UniverLicensePlugin,{license:u}],o.UniverDocsPrintPlugin,[s.UniverExchangeClientPlugin,{uploadFileServerUrl:`${n}/universer-api/stream/file/upload`,getTaskServerUrl:`${n}/universer-api/exchange/task/{taskID}`,signUrlServerUrl:`${n}/universer-api/file/{fileID}/sign-url`,importServerUrl:`${n}/universer-api/exchange/{type}/import`,exportServerUrl:`${n}/universer-api/exchange/{type}/export`,downloadEndpointUrl:`${n}/`,options:p}],i.UniverDocsExchangeClientPlugin].filter(v=>!!v)}}e.UniverDocsAdvancedPreset=c,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}));
|