@univerjs-pro/collaboration 0.4.1 → 0.4.2-nightly.202410301606
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/es/index.js +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/gridlines/gridlines.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-data.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-data.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-data.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-auto-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-is-auto-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-custom.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-col/add-comment.algo.d.ts +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-data.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-data.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-data.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-auto-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-is-auto-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-data.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-data.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-custom.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-data.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-auto-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-is-auto-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-col-data/__tests__/set-col-data.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-col-data/set-col-data.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-row-data/__tests__/set-row-data.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-row-data/set-row-data.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/set-worksheet-row-auto-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/__tests__/set-worksheet-row-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/set-worksheet-row-height.algo.d.ts +3 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/set-worksheet-row-is-auto-height.algo.d.ts +3 -0
- package/lib/types/index.d.ts +1 -1
- package/lib/types/models/collaboration-events.d.ts +9 -0
- package/lib/umd/index.js +1 -1
- package/package.json +23 -39
- package/lib/cjs/index.js +0 -1
- /package/lib/types/controllers/sheet-transform/algorithms/{insert-col/__test__/add-worksheet-merge.algo.spec.d.ts → gridlines/__tests__/gridlines.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/insert-col.algo.spec.d.ts → __tests__/add-worksheet-merge.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/move-col.algo.spec.d.ts → __tests__/insert-col.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/move-range.algo.spec.d.ts → __tests__/move-col.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/remove-col.algo.spec.d.ts → __tests__/move-range.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/remove-numfmt.algo.spec.d.ts → __tests__/remove-col.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/remove-worksheet-merge.algo.spec.d.ts → __tests__/remove-numfmt.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/set-col-hidden.algo.spec.d.ts → __tests__/remove-worksheet-merge.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/set-col-visible.algo.spec.d.ts → __tests__/set-col-data.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/set-numfmt.algo.spec.d.ts → __tests__/set-col-hidden.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/set-range-values.algo.spec.d.ts → __tests__/set-col-visible.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/set-sheets-filter-criteria.algo.spec.d.ts → __tests__/set-numfmt.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/set-sheets-filter-range.algo.spec.d.ts → __tests__/set-range-values.algo.spec.d.ts} +0 -0
- /package/lib/types/controllers/sheet-transform/algorithms/insert-col/{__test__/set-worksheet-col-width.algo.spec.d.ts → __tests__/set-sheets-filter-criteria.algo.spec.d.ts} +0 -0
package/lib/umd/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x5558ca,_0x472ace){const _0x27a09d=_0x2fb8,_0x18ccc=_0x5558ca();while(!![]){try{const _0x3752cc=parseInt(_0x27a09d(0x183))/0x1*(parseInt(_0x27a09d(0xde))/0x2)+parseInt(_0x27a09d(0x146))/0x3*(parseInt(_0x27a09d(0x247))/0x4)+parseInt(_0x27a09d(0x110))/0x5*(-parseInt(_0x27a09d(0x27d))/0x6)+-parseInt(_0x27a09d(0x119))/0x7*(parseInt(_0x27a09d(0x1aa))/0x8)+parseInt(_0x27a09d(0x258))/0x9*(-parseInt(_0x27a09d(0xe9))/0xa)+-parseInt(_0x27a09d(0x18a))/0xb+parseInt(_0x27a09d(0x10d))/0xc;if(_0x3752cc===_0x472ace)break;else _0x18ccc['push'](_0x18ccc['shift']());}catch(_0x1e93fe){_0x18ccc['push'](_0x18ccc['shift']());}}}(_0x2d51,0x603ca),function(_0x2b1b5e,_0x482168){const _0x4bd36b=_0x2fb8;typeof exports==_0x4bd36b(0xd4)&&typeof module<'u'?_0x482168(exports,require('@univerjs/core'),require(_0x4bd36b(0x12c)),require('@univerjs/sheets-conditional-formatting'),require(_0x4bd36b(0xfc)),require(_0x4bd36b(0x10c)),require('@univerjs/sheets'),require(_0x4bd36b(0x83)),require(_0x4bd36b(0x213)),require(_0x4bd36b(0x234)),require(_0x4bd36b(0x23e)),require(_0x4bd36b(0x20b))):typeof define==_0x4bd36b(0xbf)&&define[_0x4bd36b(0x172)]?define([_0x4bd36b(0x1c5),'@univerjs/core','@univerjs/thread-comment','@univerjs/sheets-conditional-formatting',_0x4bd36b(0xfc),'@univerjs/sheets-hyper-link','@univerjs/sheets',_0x4bd36b(0x83),_0x4bd36b(0x213),_0x4bd36b(0x234),'@univerjs/docs',_0x4bd36b(0x20b)],_0x482168):(_0x2b1b5e=typeof globalThis<'u'?globalThis:_0x2b1b5e||self,_0x482168(_0x2b1b5e['UniverCollaboration']={},_0x2b1b5e[_0x4bd36b(0xf2)],_0x2b1b5e[_0x4bd36b(0x17f)],_0x2b1b5e['UniverSheetsConditionalFormatting'],_0x2b1b5e[_0x4bd36b(0x170)],_0x2b1b5e['UniverSheetsHyperLink'],_0x2b1b5e[_0x4bd36b(0x10b)],_0x2b1b5e[_0x4bd36b(0x1eb)],_0x2b1b5e['UniverEngineFormula'],_0x2b1b5e[_0x4bd36b(0x266)],_0x2b1b5e[_0x4bd36b(0x28f)],_0x2b1b5e[_0x4bd36b(0x141)]));}(this,function(_0x7d9958,_0x5460d0,_0x39d280,_0x2a9d5f,_0x3d6bbe,_0x1e1947,_0x49dbd1,_0x2de74c,_0x28586d,_0xa26294,_0x51eebe,_0x28f489){'use strict';const _0x8a5c80=_0x2fb8;var _0x3df26f=Object[_0x8a5c80(0x206)],_0x353dd8=(_0x3d98f1,_0x3839c6,_0x172137)=>_0x3839c6 in _0x3d98f1?_0x3df26f(_0x3d98f1,_0x3839c6,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x172137}):_0x3d98f1[_0x3839c6]=_0x172137,_0x4ad814=(_0x5301a0,_0x5947a1,_0x36a6ea)=>_0x353dd8(_0x5301a0,typeof _0x5947a1!=_0x8a5c80(0x106)?_0x5947a1+'':_0x5947a1,_0x36a6ea);function _0x483dff(_0x2eb10a){const _0x294f76=_0x8a5c80;return!!_0x2eb10a[_0x294f76(0x84)];}function _0x5f3d25(_0x55fcfe){return!_0x483dff(_0x55fcfe);}function _0x221526(_0x4366f0){const _0x4fd425=_0x8a5c80;return!!_0x4366f0[_0x4fd425(0x84)];}function _0x3790e3(_0x4f487e){const _0x70d5fe=_0x8a5c80;return!!_0x4f487e[_0x70d5fe(0x84)];}function _0x5a6697(_0x3f9d92){return!_0x3790e3(_0x3f9d92);}function _0x3ff3e9(_0x321478){return!!_0x321478['error'];}function _0x28a5c3(_0x3814c2){return!_0x3ff3e9(_0x3814c2);}function _0x461676(_0x322c7f){const _0x21df5e=_0x8a5c80;return!!_0x322c7f[_0x21df5e(0x84)];}function _0xb8b43e(_0x542a9a){return!_0x461676(_0x542a9a);}const _0x17297f=_0x5460d0[_0x8a5c80(0x100)](_0x8a5c80(0x22a));class _0x18edd8 extends _0x5460d0['Disposable']{constructor(){const _0x38f9c7=_0x8a5c80;super(...arguments),_0x4ad814(this,_0x38f9c7(0x294),new Map());}[_0x8a5c80(0xba)](){const _0x50c583=_0x8a5c80;this[_0x50c583(0x294)][_0x50c583(0x28a)]();}[_0x8a5c80(0xf8)](_0x14d47a){const _0x14e188=_0x8a5c80,{m1:_0x9be622,m2:_0x4b796d=_0x14e188(0x127)}=_0x14d47a;this['_transformMap']['has'](_0x9be622)||this[_0x14e188(0x294)][_0x14e188(0x1fe)](_0x9be622,new Map());const _0x4d2a03=this[_0x14e188(0x294)]['get'](_0x9be622);if(_0x4d2a03[_0x14e188(0x1f5)](_0x4b796d))throw new Error(_0x14e188(0x26c)+_0x9be622+'\x20and\x20'+_0x4b796d+_0x14e188(0x126));_0x4d2a03[_0x14e188(0x1fe)](_0x4b796d,_0x14d47a);}['transformMutation'](_0x59c540,_0x53cf73,_0x5ee453){const _0x3a0c13=_0x8a5c80;var _0x5d1930,_0x4d7fe8,_0x59777d,_0x4ef1da,_0x396e46,_0x37629f;const _0x3aeba8=this['_transformMap'],_0x2c9269=((_0x5d1930=_0x3aeba8[_0x3a0c13(0x111)](_0x59c540['id']))==null?void 0x0:_0x5d1930[_0x3a0c13(0x111)](_0x53cf73['id']))||((_0x4d7fe8=_0x3aeba8[_0x3a0c13(0x111)](_0x59c540['id']))==null?void 0x0:_0x4d7fe8[_0x3a0c13(0x111)]('any'))||((_0x59777d=_0x3aeba8[_0x3a0c13(0x111)](_0x3a0c13(0x127)))==null?void 0x0:_0x59777d[_0x3a0c13(0x111)](_0x53cf73['id']));if(_0x2c9269)return _0x5ee453?_0x2c9269[_0x3a0c13(0x198)](_0x59c540,_0x53cf73,_0x5ee453):_0x2c9269[_0x3a0c13(0x198)](_0x59c540,_0x53cf73);const _0x5b9f12=((_0x4ef1da=_0x3aeba8['get'](_0x53cf73['id']))==null?void 0x0:_0x4ef1da['get'](_0x59c540['id']))||((_0x396e46=_0x3aeba8[_0x3a0c13(0x111)](_0x53cf73['id']))==null?void 0x0:_0x396e46[_0x3a0c13(0x111)](_0x3a0c13(0x127)))||((_0x37629f=_0x3aeba8[_0x3a0c13(0x111)](_0x3a0c13(0x127)))==null?void 0x0:_0x37629f[_0x3a0c13(0x111)](_0x59c540['id']));if(_0x5b9f12){const _0x115a8b=_0x5ee453?_0x5b9f12[_0x3a0c13(0x198)](_0x53cf73,_0x59c540,_0x5ee453):_0x5b9f12[_0x3a0c13(0x198)](_0x53cf73,_0x59c540);return _0x5f3d25(_0x115a8b)?_0x5ee453?{'m2Prime':_0x115a8b[_0x3a0c13(0x230)]}:{'m2Prime':_0x115a8b[_0x3a0c13(0x230)],'m1Prime':_0x115a8b[_0x3a0c13(0x201)]}:_0x115a8b;}return{'m1Prime':_0x59c540,'m2Prime':_0x53cf73};}[_0x8a5c80(0xbc)](_0x397eba,_0x1bac5e,_0x25340c){const _0xb31409=_0x8a5c80,_0x50c63a=this['_rightInclineTransformMutations'](_0x397eba,_0x1bac5e);if(_0x221526(_0x50c63a))return _0x50c63a;if(_0x25340c)return{'m2Prime':_0x50c63a};const _0x343560=this[_0xb31409(0x97)](_0x397eba,_0x1bac5e);return _0x221526(_0x343560)?_0x343560:{'m1Prime':_0x343560,'m2Prime':_0x50c63a};}[_0x8a5c80(0x27e)](_0x2654ab,_0x256926){const _0x1ff33d=_0x8a5c80,_0x37c3dc=_0x2654ab['length'];let _0x26850f;for(_0x26850f=0x0;_0x26850f<_0x37c3dc;_0x26850f++){let _0x4846f7=[_0x2654ab[_0x26850f]],_0x488a2a=[];for(let _0x1f4869=0x0,_0x5f5063=_0x256926['length'];_0x1f4869<_0x5f5063;_0x1f4869++){const _0x5ed620=_0x256926[_0x1f4869];let _0x45c9ee;if(_0x4846f7[_0x1ff33d(0x104)]===0x0)_0x45c9ee=[_0x5ed620],_0x4846f7=[];else{if(_0x4846f7[_0x1ff33d(0x104)]===0x1){const _0x1937ac=this['transformMutation'](_0x4846f7[0x0],_0x5ed620);if(_0x483dff(_0x1937ac))return _0x1937ac;if(_0x45c9ee=_0x2566da(_0x1937ac[_0x1ff33d(0x201)]),!_0x1937ac[_0x1ff33d(0x230)])throw new Error(_0x1ff33d(0x1a4));_0x4846f7=_0x2566da(_0x1937ac[_0x1ff33d(0x230)]);}else{const _0x22872f=this[_0x1ff33d(0x27e)](_0x4846f7,[_0x5ed620]);if(_0x22872f['error'])return _0x22872f;if(_0x45c9ee=_0x22872f,_0x1f4869<_0x5f5063-0x1){const _0x4c9349=this[_0x1ff33d(0x97)](_0x4846f7,[_0x5ed620]);if(_0x4c9349[_0x1ff33d(0x84)])return _0x4c9349;_0x4846f7=_0x4c9349;}}}_0x488a2a=_0x488a2a['concat'](_0x45c9ee);}_0x256926=_0x488a2a;}return _0x256926;}[_0x8a5c80(0x97)](_0x3e34b8,_0x4bd1bc){const _0x5dbf9d=_0x8a5c80,_0x369e3d=_0x4bd1bc['length'];let _0x9176b8;for(_0x9176b8=0x0;_0x9176b8<_0x369e3d;_0x9176b8++){let _0x31467e=[_0x4bd1bc[_0x9176b8]],_0x543cc8=[];for(let _0x37dd2b=0x0,_0xc693da=_0x3e34b8[_0x5dbf9d(0x104)];_0x37dd2b<_0xc693da;_0x37dd2b++){const _0x1d3d91=_0x3e34b8[_0x37dd2b];let _0xfca76c;if(_0x31467e['length']===0x0)_0xfca76c=[_0x1d3d91],_0x31467e=[];else{if(_0x31467e[_0x5dbf9d(0x104)]===0x1){const _0x5ed7a4=this[_0x5dbf9d(0xa7)](_0x1d3d91,_0x31467e[0x0]);if(_0x483dff(_0x5ed7a4))return _0x5ed7a4;if(!_0x5ed7a4[_0x5dbf9d(0x230)])throw new Error('Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.');_0xfca76c=_0x2566da(_0x5ed7a4['m1Prime']),_0x31467e=_0x2566da(_0x5ed7a4['m2Prime']);}else{const _0x5e7f8f=this[_0x5dbf9d(0x97)]([_0x1d3d91],_0x31467e);if(_0x5e7f8f[_0x5dbf9d(0x84)])return _0x5e7f8f;if(_0xfca76c=_0x5e7f8f,_0x37dd2b<_0xc693da-0x1){const _0x1ee0c5=this[_0x5dbf9d(0x27e)]([_0x1d3d91],_0x31467e);if(_0x1ee0c5[_0x5dbf9d(0x84)])return _0x1ee0c5;_0x31467e=_0x1ee0c5;}}}_0x543cc8=_0x543cc8[_0x5dbf9d(0x1cb)](_0xfca76c);}_0x3e34b8=_0x543cc8;}return _0x3e34b8;}[_0x8a5c80(0x1a7)](_0x32dd45,_0x4afb13,_0x26176b){const _0x1fc822=_0x8a5c80;if(!_0xf09461(_0x32dd45,_0x4afb13))throw new Error(_0x1fc822(0xb9)+_0x4afb13[0x0][_0x1fc822(0x1ea)]+_0x1fc822(0xc4)+_0x32dd45[0x0][_0x1fc822(0x16d)]+'.');const _0x155393=_0x32dd45[_0x1fc822(0x104)],_0x27d239=_0x4afb13[_0x1fc822(0x104)],_0x127649=_0x1a1ec3(_0x155393,_0x27d239+0x1),_0x4dd511=_0x1a1ec3(_0x155393+0x1,_0x27d239);_0x32dd45['forEach']((_0x4e4e1d,_0x2f5cb7)=>_0x127649[_0x2f5cb7][0x0]=_0x4e4e1d),_0x4afb13[_0x1fc822(0x11a)]((_0x51f7ac,_0x27a975)=>_0x4dd511[0x0][_0x27a975]=_0x51f7ac);try{for(let _0x36e550=0x0;_0x36e550<_0x27d239;_0x36e550++)for(let _0x2f0c0a=0x0;_0x2f0c0a<_0x155393;_0x2f0c0a++){const _0x6b9254=_0x4dd511[_0x2f0c0a][_0x36e550],_0x5020f8=_0x127649[_0x2f0c0a][_0x36e550];if(!_0x6b9254||!_0x5020f8)throw new Error(_0x1fc822(0x87));const _0x40b611=this[_0x1fc822(0xbc)](_0x5020f8[_0x1fc822(0x176)],_0x6b9254[_0x1fc822(0x176)]);if(_0x3790e3(_0x40b611))return{'error':_0x40b611[_0x1fc822(0x84)]};_0x4dd511[_0x2f0c0a+0x1][_0x36e550]={..._0x6b9254,'mutations':_0x40b611['m2Prime']},_0x127649[_0x2f0c0a][_0x36e550+0x1]={..._0x5020f8,'mutations':_0x40b611['m1Prime']};}return _0x26176b?{'c2Prime':_0x4dd511[_0x155393]}:{'c1Prime':_0x127649[_0x1fc822(0x29b)](_0x1160fb=>_0x1160fb[_0x27d239])[_0x1fc822(0xd5)](),'c2Prime':_0x4dd511[_0x155393]};}catch(_0x374f97){throw console[_0x1fc822(0x84)](_0x374f97),_0x374f97;}}['transformMutationsWithChangeset'](_0x300b80,_0x1589f1){const _0x107815=_0x8a5c80,_0x139578=_0x300b80[_0x107815(0x176)],_0x565971=this[_0x107815(0xbc)](_0x139578,_0x1589f1);return _0x3790e3(_0x565971)?{'error':_0x565971['error']}:{'m2Prime':_0x565971['m2Prime'],'c1Prime':{..._0x300b80,'mutations':_0x565971[_0x107815(0x230)]}};}}function _0xf09461(_0x518973,_0x5069d3){const _0x55538e=_0x8a5c80;return _0x518973[0x0][_0x55538e(0x16d)]-0x1===_0x5069d3[0x0][_0x55538e(0x1ea)];}function _0x1a1ec3(_0x41a688,_0x332df3){const _0x373264=_0x8a5c80;return new Array(_0x41a688)[_0x373264(0x11c)](void 0x0)['map'](()=>new Array(_0x332df3));}function _0x2566da(_0x359606){const _0x18b454=_0x8a5c80;return Array[_0x18b454(0x29e)](_0x359606)?_0x359606:[_0x359606];}const _0xfaa4eb={'m1':_0x39d280[_0x8a5c80(0xc2)]['id'],'m2':_0x39d280['AddCommentMutation']['id'],'handler':(_0x34769e,_0x30197d)=>{const _0x53d381=_0x8a5c80,_0x7560dd=_0x34769e[_0x53d381(0x182)],_0x924900=_0x30197d['params'],_0x39267f={'m1Prime':_0x34769e,'m2Prime':_0x30197d};if(_0x7560dd['unitId']!==_0x924900[_0x53d381(0x29c)]||_0x7560dd[_0x53d381(0xf9)]!==_0x924900[_0x53d381(0xf9)]||_0x7560dd['comment'][_0x53d381(0x25a)]!==_0x924900['comment'][_0x53d381(0x25a)])return _0x39267f;if(!_0x7560dd['comment']['parentId']&&!_0x924900[_0x53d381(0xb8)][_0x53d381(0x28b)]){const _0x40cefb=_0x5460d0['Tools'][_0x53d381(0x89)](_0x30197d);return _0x40cefb['params'][_0x53d381(0xb8)][_0x53d381(0x28b)]=_0x34769e[_0x53d381(0x182)][_0x53d381(0xb8)]['id'],{'m1Prime':[{'id':_0x39d280[_0x53d381(0x13b)]['id'],'params':{'unitId':_0x7560dd['unitId'],'subUnitId':_0x924900['subUnitId'],'commentId':_0x924900[_0x53d381(0xb8)]['id']}},_0x34769e,_0x40cefb],'m2Prime':[_0x40cefb]};}return _0x39267f;}},_0x4a95fb={'m1':_0x2a9d5f[_0x8a5c80(0xc1)]['id'],'m2':_0x2a9d5f[_0x8a5c80(0xc1)]['id'],'handler'(_0x395898,_0x50d17d){const _0x4a3fd5=_0x8a5c80;if(_0x395898[_0x4a3fd5(0x182)][_0x4a3fd5(0x29c)]!==_0x50d17d[_0x4a3fd5(0x182)][_0x4a3fd5(0x29c)]||_0x395898[_0x4a3fd5(0x182)][_0x4a3fd5(0xf9)]!==_0x50d17d['params'][_0x4a3fd5(0xf9)])return{'m1Prime':_0x395898,'m2Prime':_0x50d17d};const {unitId:_0x574c49,subUnitId:_0x40c7cc}=_0x395898[_0x4a3fd5(0x182)],_0x57bf73=_0x5460d0['Tools'][_0x4a3fd5(0x89)](_0x395898),_0x50b71b=_0x5460d0[_0x4a3fd5(0x1d1)][_0x4a3fd5(0x89)](_0x50d17d),_0x1f8706=[_0x57bf73],_0x2c3509={'unitId':_0x574c49,'subUnitId':_0x40c7cc,'start':{'id':_0x50b71b['params'][_0x4a3fd5(0xd3)][_0x4a3fd5(0x1ed)],'type':_0x4a3fd5(0x1a9)},'end':{'id':_0x50b71b[_0x4a3fd5(0x182)]['rule'][_0x4a3fd5(0x1ed)],'type':'after'}};return _0x1f8706['push']({'id':_0x2a9d5f[_0x4a3fd5(0x1d3)]['id'],'params':_0x2c3509}),{'m1Prime':_0x1f8706,'m2Prime':_0x50b71b};}};function _0x433250(_0x346311,_0x8706d5,_0x18c513,_0x172728){const _0x537371=_0x8a5c80,_0x363627=new _0x5460d0[(_0x537371(0xfd))]();_0x18c513[_0x537371(0x11a)](_0x38580a=>{const _0x4659ee=_0x537371;_0x38580a[_0x4659ee(0x287)][_0x4659ee(0x11a)](_0x3735aa=>{const _0x5df34f=_0x4659ee;_0x5460d0[_0x5df34f(0x1c8)]['foreach'](_0x3735aa,(_0x181949,_0x37e78e)=>{const _0x5b1574=_0x5df34f;_0x363627[_0x5b1574(0xf3)](_0x181949,_0x37e78e,_0x38580a[_0x5b1574(0x117)]);});});}),_0x172728[_0x537371(0x11a)](_0x11be1a=>{_0x11be1a['ranges']['forEach'](_0x483d5e=>{const _0x5cde18=_0x2fb8;_0x5460d0[_0x5cde18(0x1c8)][_0x5cde18(0x26b)](_0x483d5e,(_0x1df850,_0x3ffcff)=>{const _0x128596=_0x5cde18;_0x363627['setValue'](_0x1df850,_0x3ffcff,_0x11be1a[_0x128596(0x117)]);});});});const _0x187ff0=[];return _0x18c513['forEach'](_0x34d1da=>{const _0x160544=_0x537371,_0x30ccce=_0x5460d0['queryObjectMatrix'](_0x363627,_0x3e4867=>_0x3e4867===_0x34d1da[_0x160544(0x117)]);if(_0x30ccce[_0x160544(0x104)]){if(!_0x5460d0[_0x160544(0x12b)](_0x30ccce,_0x34d1da[_0x160544(0x287)])){const _0x4bd3b5={'ruleId':_0x34d1da[_0x160544(0x117)],'unitId':_0x346311,'subUnitId':_0x8706d5,'payload':{'type':_0x3d6bbe[_0x160544(0x243)]['RANGE'],'payload':_0x30ccce}};_0x187ff0[_0x160544(0x276)]({'id':_0x3d6bbe[_0x160544(0x252)]['id'],'params':_0x4bd3b5});}}else{const _0x160035={'ruleId':_0x34d1da[_0x160544(0x117)],'unitId':_0x346311,'subUnitId':_0x8706d5};_0x187ff0['push']({'id':_0x3d6bbe[_0x160544(0x132)]['id'],'params':_0x160035});}}),_0x187ff0;}function _0x451638(_0x25dc88,_0x5a2983){const _0x18fe5c=_0x8a5c80,_0x768244=_0x5460d0[_0x18fe5c(0x1d1)][_0x18fe5c(0x89)](Array[_0x18fe5c(0x29e)](_0x25dc88[_0x18fe5c(0x182)][_0x18fe5c(0xd3)])?_0x25dc88['params']['rule']:[_0x25dc88[_0x18fe5c(0x182)][_0x18fe5c(0xd3)]]);return _0x5a2983[_0x18fe5c(0x11a)](_0x158c25=>{const _0x48507d=_0x18fe5c;if(_0x158c25['id']===_0x3d6bbe[_0x48507d(0x252)]['id']){const _0x1ca999=_0x158c25,_0x2e53e0=_0x768244[_0x48507d(0x25d)](_0x10591b=>_0x10591b[_0x48507d(0x117)]===_0x1ca999[_0x48507d(0x182)]['ruleId']);_0x2e53e0['ranges']=_0x1ca999[_0x48507d(0x182)][_0x48507d(0x1cd)][_0x48507d(0x1cd)];}else{if(_0x158c25['id']===_0x3d6bbe[_0x48507d(0x132)]['id']){const _0x1437f4=_0x768244[_0x48507d(0x1e3)](_0x14ee90=>_0x14ee90[_0x48507d(0x117)]===_0x158c25[_0x48507d(0x182)][_0x48507d(0x1e5)]);_0x768244[_0x1437f4]=null;}}}),_0x768244[_0x18fe5c(0x1ee)](Boolean)[_0x18fe5c(0x104)]?[{..._0x25dc88,'params':{..._0x25dc88[_0x18fe5c(0x182)],'rule':_0x768244[_0x18fe5c(0x1ee)](Boolean)}}]:[];}const _0x336234={'m1':_0x3d6bbe[_0x8a5c80(0x216)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x216)]['id'],'handler':(_0x60413e,_0x5907fd)=>{const _0x45cd17=_0x8a5c80,_0x3e84e8={'m1Prime':_0x60413e,'m2Prime':_0x5907fd},_0x4625e9=_0x60413e[_0x45cd17(0x182)],_0x17cd12=_0x5907fd[_0x45cd17(0x182)];if(_0x4625e9[_0x45cd17(0x29c)]!==_0x17cd12[_0x45cd17(0x29c)]||_0x4625e9['subUnitId']!==_0x17cd12[_0x45cd17(0xf9)])return _0x3e84e8;const _0x523ace=_0x5460d0[_0x45cd17(0x1d1)][_0x45cd17(0x89)](_0x60413e),_0x1a5f37=_0x5460d0[_0x45cd17(0x1d1)][_0x45cd17(0x89)](_0x5907fd),_0x4a0f92=_0x4625e9['unitId'],_0x34b1e4=_0x17cd12[_0x45cd17(0xf9)],_0x3be56e=_0x523ace[_0x45cd17(0x182)][_0x45cd17(0xd3)],_0xfbbac4=_0x1a5f37[_0x45cd17(0x182)][_0x45cd17(0xd3)];if(Array['isArray'](_0x3be56e)&&Array[_0x45cd17(0x29e)](_0xfbbac4))return{'m1Prime':[],'m2Prime':[]};if(Array[_0x45cd17(0x29e)](_0x3be56e)){_0x523ace[_0x45cd17(0x182)][_0x45cd17(0x215)]=0x0;const _0x4e174e=_0x433250(_0x4a0f92,_0x34b1e4,_0x3be56e,[_0xfbbac4]);return{'m1Prime':_0x451638(_0x523ace,_0x4e174e),'m2Prime':[..._0x4e174e,_0x1a5f37]};}if(Array[_0x45cd17(0x29e)](_0xfbbac4)){const _0x46f548=_0x433250(_0x4a0f92,_0x34b1e4,_0xfbbac4,[_0x3be56e]);return _0x1a5f37['params'][_0x45cd17(0x215)]=0x0,{'m1Prime':_0x451638(_0x523ace,_0x46f548),'m2Prime':[..._0x46f548,_0x1a5f37]};}const _0x4abed6=_0x433250(_0x4a0f92,_0x34b1e4,[_0x3be56e],[_0xfbbac4]);return _0x1a5f37['params'][_0x45cd17(0x215)]=-0x1,{'m1Prime':_0x451638(_0x523ace,_0x4abed6),'m2Prime':[..._0x4abed6,_0x1a5f37]};}},_0x5634fd={'m1':_0x3d6bbe['AddDataValidationMutation']['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0x5b9441,_0x1bdb8f)=>{const _0x6ead15=_0x8a5c80,_0x1002b8={'m1Prime':_0x5b9441,'m2Prime':_0x1bdb8f},_0x390a88=_0x5b9441[_0x6ead15(0x182)],_0x19d48c=_0x1bdb8f[_0x6ead15(0x182)];if(_0x390a88[_0x6ead15(0x29c)]!==_0x19d48c['unitId']||_0x390a88[_0x6ead15(0xf9)]!==_0x19d48c[_0x6ead15(0xf9)])return _0x1002b8;if(_0x1bdb8f['params']['payload']['type']===_0x3d6bbe[_0x6ead15(0x243)][_0x6ead15(0x19f)]){const {unitId:_0x4ed5a1,subUnitId:_0x122e54}=_0x5b9441[_0x6ead15(0x182)],_0x106b05=Array[_0x6ead15(0x29e)](_0x5b9441['params']['rule'])?_0x5b9441[_0x6ead15(0x182)][_0x6ead15(0xd3)]:[_0x5b9441[_0x6ead15(0x182)]['rule']],_0x53efef=[],_0x5a40a2=new _0x5460d0[(_0x6ead15(0xfd))]();return _0x106b05[_0x6ead15(0x11a)](_0xc5ee12=>{const _0x1cc713=_0x6ead15;_0xc5ee12['ranges'][_0x1cc713(0x11a)](_0x254f17=>{_0x5460d0['Range']['foreach'](_0x254f17,(_0x2eb450,_0x2e4764)=>{const _0x260550=_0x2fb8;_0x5a40a2[_0x260550(0xf3)](_0x2eb450,_0x2e4764,_0xc5ee12[_0x260550(0x117)]);});});}),_0x1bdb8f['params'][_0x6ead15(0x1cd)][_0x6ead15(0x1cd)][_0x6ead15(0x11a)](_0x1d6522=>{const _0x641032=_0x6ead15;_0x5460d0[_0x641032(0x1c8)][_0x641032(0x26b)](_0x1d6522,(_0x545dcc,_0x35d469)=>{const _0x1445fe=_0x641032;_0x5a40a2['setValue'](_0x545dcc,_0x35d469,_0x1bdb8f[_0x1445fe(0x182)][_0x1445fe(0x1e5)]);});}),_0x106b05[_0x6ead15(0x11a)](_0x348264=>{const _0x3540af=_0x6ead15,_0x45340c=_0x5460d0[_0x3540af(0x24e)](_0x5a40a2,_0x40e836=>_0x40e836===_0x348264[_0x3540af(0x117)]);_0x5460d0[_0x3540af(0x12b)](_0x45340c,_0x348264[_0x3540af(0x287)])||(_0x45340c[_0x3540af(0x104)]?_0x53efef[_0x3540af(0x276)]({'id':_0x3d6bbe[_0x3540af(0x252)]['id'],'params':{'unitId':_0x4ed5a1,'subUnitId':_0x122e54,'ruleId':_0x348264[_0x3540af(0x117)],'payload':{'type':_0x3d6bbe[_0x3540af(0x243)][_0x3540af(0x19f)],'payload':_0x45340c}}}):_0x53efef['push']({'id':_0x3d6bbe[_0x3540af(0x132)]['id'],'params':{'unitId':_0x4ed5a1,'subUnitId':_0x122e54,'ruleId':_0x348264[_0x3540af(0x117)]}}));}),{'m1Prime':_0x451638(_0x5b9441,_0x53efef),'m2Prime':[..._0x53efef,_0x1bdb8f]};}return _0x1002b8;}},_0x3bbce5={'m1':_0x1e1947['AddHyperLinkMutation']['id'],'m2':_0x1e1947[_0x8a5c80(0x25b)]['id'],'handler':(_0x268bab,_0x38e154)=>{const _0x225d80=_0x8a5c80,_0x232358=_0x268bab['params'],_0x248ee7=_0x38e154['params'];return _0x232358[_0x225d80(0x29c)]===_0x248ee7[_0x225d80(0x29c)]&&_0x232358[_0x225d80(0xf9)]===_0x248ee7[_0x225d80(0xf9)]&&_0x232358[_0x225d80(0x13f)][_0x225d80(0x150)]===_0x248ee7['link'][_0x225d80(0x150)]&&_0x232358[_0x225d80(0x13f)][_0x225d80(0x128)]===_0x248ee7[_0x225d80(0x13f)][_0x225d80(0x128)]?{'m2Prime':_0x38e154,'m1Prime':[]}:{'m1Prime':_0x268bab,'m2Prime':_0x38e154};}},_0x495a80={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x39d280['AddCommentMutation']['id'],'handler':(_0x3cb487,_0xffc1c8)=>{const _0x11bcce=_0x8a5c80,_0x492481={'m1Prime':_0x3cb487,'m2Prime':_0xffc1c8};return _0x3cb487['params'][_0x11bcce(0x29c)]!==_0xffc1c8['params'][_0x11bcce(0x29c)]||_0x3cb487[_0x11bcce(0x182)][_0x11bcce(0xf9)]!==_0xffc1c8[_0x11bcce(0x182)][_0x11bcce(0xf9)]?_0x492481:{'error':new Error(_0x11bcce(0x1f1))};}},_0x2def31={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x2a9d5f[_0x8a5c80(0xc1)]['id'],'handler':(_0x154259,_0x13b843)=>{const _0x45fb8d=_0x8a5c80,_0x10b810={'m1Prime':_0x154259,'m2Prime':_0x13b843};if(_0x154259['params'][_0x45fb8d(0x29c)]!==_0x13b843[_0x45fb8d(0x182)]['unitId']||_0x154259[_0x45fb8d(0x182)][_0x45fb8d(0xf9)]!==_0x13b843[_0x45fb8d(0x182)][_0x45fb8d(0xf9)])return _0x10b810;const _0x2bdace=_0x154259['params'][_0x45fb8d(0x15e)][_0x45fb8d(0x29b)](_0x34c1f2=>_0x34c1f2[_0x45fb8d(0x287)])[_0x45fb8d(0xd5)](),_0x5dfd32=_0x13b843[_0x45fb8d(0x182)]['rule'][_0x45fb8d(0x287)];return _0x2bdace[_0x45fb8d(0x188)](_0x29d2f1=>_0x5dfd32[_0x45fb8d(0x188)](_0x5949b4=>_0x5460d0['Rectangle'][_0x45fb8d(0x193)](_0x29d2f1,_0x5949b4)))?{'error':new Error(_0x45fb8d(0x113))}:_0x10b810;}},_0x5c652a={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1['AddRangeProtectionMutation']['id'],'handler':(_0x38984a,_0xea4f02)=>{const _0x18f5b5=_0x8a5c80,_0x39b271={'m1Prime':_0x38984a,'m2Prime':_0xea4f02};if(_0x38984a[_0x18f5b5(0x182)][_0x18f5b5(0x29c)]!==_0xea4f02['params']['unitId']||_0x38984a[_0x18f5b5(0x182)]['subUnitId']!==_0xea4f02[_0x18f5b5(0x182)][_0x18f5b5(0xf9)])return _0x39b271;const _0x20d16e=_0x38984a[_0x18f5b5(0x182)][_0x18f5b5(0x15e)][_0x18f5b5(0x29b)](_0x172287=>_0x172287[_0x18f5b5(0x287)])[_0x18f5b5(0xd5)](),_0x19fe9e=_0xea4f02[_0x18f5b5(0x182)][_0x18f5b5(0x15e)][_0x18f5b5(0x29b)](_0x11d2c2=>_0x11d2c2[_0x18f5b5(0x287)])[_0x18f5b5(0xd5)]();return _0x20d16e['some'](_0x1c4160=>_0x19fe9e['some'](_0x14b6d5=>_0x5460d0[_0x18f5b5(0x122)][_0x18f5b5(0x193)](_0x1c4160,_0x14b6d5)))?{'error':new Error(_0x18f5b5(0x1df))}:_0x39b271;}},_0x106a65={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1['AddWorksheetMergeMutation']['id'],'handler':(_0x3c4025,_0x2103c7)=>{const _0x367f1b=_0x8a5c80,_0x16c1a7={'m1Prime':_0x3c4025,'m2Prime':_0x2103c7};if(_0x3c4025[_0x367f1b(0x182)][_0x367f1b(0x29c)]!==_0x2103c7[_0x367f1b(0x182)][_0x367f1b(0x29c)]||_0x3c4025[_0x367f1b(0x182)][_0x367f1b(0xf9)]!==_0x2103c7['params'][_0x367f1b(0xf9)])return _0x16c1a7;const _0x178563=_0x3c4025[_0x367f1b(0x182)]['rules']['map'](_0x17303d=>_0x17303d[_0x367f1b(0x287)])[_0x367f1b(0xd5)](),_0x3d286d=_0x2103c7['params'][_0x367f1b(0x287)];return _0x178563[_0x367f1b(0x188)](_0x37f87b=>_0x3d286d['some'](_0x3d34=>_0x5460d0['Rectangle']['intersects'](_0x37f87b,_0x3d34)))?{'error':new Error(_0x367f1b(0x1c7))}:_0x16c1a7;}},_0x5171ab={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x242)]['id'],'handler':(_0x2b708a,_0x5b1402)=>{const _0x458e37=_0x8a5c80,_0x2fb42d={'m1Prime':_0x2b708a,'m2Prime':_0x5b1402};return _0x2b708a['params'][_0x458e37(0x29c)]!==_0x5b1402[_0x458e37(0x182)]['unitId']||_0x2b708a['params'][_0x458e37(0xf9)]!==_0x5b1402[_0x458e37(0x182)][_0x458e37(0xd3)]['subUnitId']?_0x2fb42d:{'error':new Error(_0x458e37(0x151))};}},_0x37d484={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x2a9d5f[_0x8a5c80(0x10e)]['id'],'handler':(_0x2641ab,_0x514156)=>{const _0x12ad64=_0x8a5c80,_0x512155={'m1Prime':_0x2641ab,'m2Prime':_0x514156};return _0x2641ab[_0x12ad64(0x182)][_0x12ad64(0x29c)]!==_0x514156[_0x12ad64(0x182)][_0x12ad64(0x29c)]||_0x2641ab[_0x12ad64(0x182)][_0x12ad64(0xf9)]!==_0x514156[_0x12ad64(0x182)][_0x12ad64(0xf9)]?_0x512155:{'error':new Error(_0x12ad64(0x24b))};}},_0x283b1e={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'handler':(_0x180a5e,_0x439553)=>{const _0x45e890=_0x8a5c80,_0x295b73={'m1Prime':_0x180a5e,'m2Prime':_0x439553};if(_0x180a5e[_0x45e890(0x182)][_0x45e890(0x29c)]!==_0x439553[_0x45e890(0x182)]['unitId']||_0x180a5e[_0x45e890(0x182)]['subUnitId']!==_0x439553[_0x45e890(0x182)][_0x45e890(0xf9)])return _0x295b73;const _0x166c9b=_0x180a5e[_0x45e890(0x182)]['rules'][_0x45e890(0x29b)](_0x2f0f62=>_0x2f0f62['ranges'])[_0x45e890(0xd5)](),_0x20f4ff=_0x439553[_0x45e890(0x182)][_0x45e890(0x205)];return _0x166c9b[_0x45e890(0x188)](_0x3679df=>_0x5460d0['Rectangle'][_0x45e890(0x193)](_0x3679df,_0x20f4ff))?{'error':new Error(_0x45e890(0xd2))}:_0x295b73;}},_0x1239bf={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1['InsertRowMutation']['id'],'handler':(_0x251929,_0x3595cc)=>{const _0x87fdd0=_0x8a5c80,_0x3c82e3={'m1Prime':_0x251929,'m2Prime':_0x3595cc};if(_0x251929[_0x87fdd0(0x182)]['unitId']!==_0x3595cc[_0x87fdd0(0x182)][_0x87fdd0(0x29c)]||_0x251929[_0x87fdd0(0x182)][_0x87fdd0(0xf9)]!==_0x3595cc[_0x87fdd0(0x182)][_0x87fdd0(0xf9)])return _0x3c82e3;const _0x1cf2d9=_0x251929[_0x87fdd0(0x182)][_0x87fdd0(0x15e)][_0x87fdd0(0x29b)](_0x10646a=>_0x10646a[_0x87fdd0(0x287)])[_0x87fdd0(0xd5)](),_0x534cf7=_0x3595cc[_0x87fdd0(0x182)][_0x87fdd0(0x205)];return _0x1cf2d9[_0x87fdd0(0x188)](_0x69822e=>_0x5460d0[_0x87fdd0(0x122)][_0x87fdd0(0x193)](_0x69822e,_0x534cf7))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row')}:_0x3c82e3;}},_0x670866={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'handler':(_0x2fa9d8,_0x399796)=>{const _0x52d445=_0x8a5c80,_0x29299d={'m1Prime':_0x2fa9d8,'m2Prime':_0x399796};if(_0x2fa9d8[_0x52d445(0x182)][_0x52d445(0x29c)]!==_0x399796['params'][_0x52d445(0x29c)]||_0x2fa9d8[_0x52d445(0x182)][_0x52d445(0xf9)]!==_0x399796[_0x52d445(0x182)][_0x52d445(0xf9)])return _0x29299d;const _0xbfb553=_0x2fa9d8[_0x52d445(0x182)][_0x52d445(0x15e)][_0x52d445(0x29b)](_0x37c46d=>_0x37c46d[_0x52d445(0x287)])[_0x52d445(0xd5)](),_0x13192c=[_0x399796[_0x52d445(0x182)][_0x52d445(0x29a)],_0x399796[_0x52d445(0x182)][_0x52d445(0xc7)]];return _0xbfb553[_0x52d445(0x188)](_0x5442b4=>_0x13192c['some'](_0x18b52f=>_0x5460d0[_0x52d445(0x122)]['intersects'](_0x5442b4,_0x18b52f)))?{'error':new Error(_0x52d445(0x1f9))}:_0x29299d;}},_0x9d33e4={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler':(_0x4b28c5,_0x38cc6a)=>{const _0x54a957=_0x8a5c80,_0x3a5997={'m1Prime':_0x4b28c5,'m2Prime':_0x38cc6a};if(_0x4b28c5['params'][_0x54a957(0x29c)]!==_0x38cc6a[_0x54a957(0x182)][_0x54a957(0x29c)]||_0x4b28c5[_0x54a957(0x182)][_0x54a957(0xf9)]!==_0x38cc6a[_0x54a957(0x182)][_0x54a957(0x190)][_0x54a957(0xf9)])return _0x3a5997;const _0x3f055d=_0x4b28c5[_0x54a957(0x182)][_0x54a957(0x15e)][_0x54a957(0x29b)](_0x488332=>_0x488332[_0x54a957(0x287)])[_0x54a957(0xd5)](),_0x177f5b=new _0x5460d0[(_0x54a957(0xfd))](_0x38cc6a[_0x54a957(0x182)][_0x54a957(0x190)][_0x54a957(0x1f3)])[_0x54a957(0x1a6)](),_0x585d6c=new _0x5460d0[(_0x54a957(0xfd))](_0x38cc6a[_0x54a957(0x182)]['to']['value'])[_0x54a957(0x1a6)](),_0x210266=[_0x177f5b,_0x585d6c];return _0x3f055d[_0x54a957(0x188)](_0x457c59=>_0x210266['some'](_0x14857e=>_0x5460d0[_0x54a957(0x122)][_0x54a957(0x193)](_0x457c59,_0x14857e)))?{'error':new Error(_0x54a957(0x16a))}:_0x3a5997;}},_0x481734={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x116)]['id'],'handler':(_0x32ff53,_0x55f110)=>{const _0x31d9cd=_0x8a5c80,_0x2d0322={'m1Prime':_0x32ff53,'m2Prime':_0x55f110};if(_0x32ff53[_0x31d9cd(0x182)]['unitId']!==_0x55f110[_0x31d9cd(0x182)][_0x31d9cd(0x29c)]||_0x32ff53[_0x31d9cd(0x182)][_0x31d9cd(0xf9)]!==_0x55f110[_0x31d9cd(0x182)][_0x31d9cd(0xf9)])return _0x2d0322;const _0x4d0893=_0x32ff53[_0x31d9cd(0x182)][_0x31d9cd(0x15e)]['map'](_0x5a8349=>_0x5a8349[_0x31d9cd(0x287)])[_0x31d9cd(0xd5)](),_0x5bc834=[_0x55f110['params'][_0x31d9cd(0x29a)],_0x55f110['params'][_0x31d9cd(0xc7)]];return _0x4d0893[_0x31d9cd(0x188)](_0x2f6c56=>_0x5bc834['some'](_0x7c309d=>_0x5460d0[_0x31d9cd(0x122)][_0x31d9cd(0x193)](_0x2f6c56,_0x7c309d)))?{'error':new Error(_0x31d9cd(0x144))}:_0x2d0322;}},_0x30f9c9={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'handler':(_0x31c91f,_0x2d27f8)=>{const _0x4150ff=_0x8a5c80,_0xca8d41={'m1Prime':_0x31c91f,'m2Prime':_0x2d27f8};if(_0x31c91f['params'][_0x4150ff(0x29c)]!==_0x2d27f8[_0x4150ff(0x182)][_0x4150ff(0x29c)]||_0x31c91f['params'][_0x4150ff(0xf9)]!==_0x2d27f8[_0x4150ff(0x182)][_0x4150ff(0xf9)])return _0xca8d41;const _0x3df5ef=_0x31c91f[_0x4150ff(0x182)]['rules']['map'](_0x3cee51=>_0x3cee51[_0x4150ff(0x287)])[_0x4150ff(0xd5)](),_0x171307=_0x2d27f8[_0x4150ff(0x182)][_0x4150ff(0x205)];return _0x3df5ef[_0x4150ff(0x188)](_0x4ae9a8=>_0x5460d0['Rectangle'][_0x4150ff(0x193)](_0x4ae9a8,_0x171307))?{'error':new Error(_0x4150ff(0x1a1))}:_0xca8d41;}},_0x374da4={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x132)]['id'],'handler':(_0x40d60e,_0x82c633)=>{const _0x1376c=_0x8a5c80,_0x3080bc={'m1Prime':_0x40d60e,'m2Prime':_0x82c633};return _0x40d60e[_0x1376c(0x182)][_0x1376c(0x29c)]!==_0x82c633[_0x1376c(0x182)][_0x1376c(0x29c)]||_0x40d60e[_0x1376c(0x182)]['subUnitId']!==_0x82c633[_0x1376c(0x182)][_0x1376c(0xf9)]?_0x3080bc:{'error':new Error(_0x1376c(0x9b))};}},_0x5527bc={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler':(_0x1520bf,_0x12bfb3)=>{const _0x5ce594=_0x8a5c80,_0x5a6f71={'m1Prime':_0x1520bf,'m2Prime':_0x12bfb3};if(_0x1520bf[_0x5ce594(0x182)][_0x5ce594(0x29c)]!==_0x12bfb3[_0x5ce594(0x182)][_0x5ce594(0x29c)]||_0x1520bf['params']['subUnitId']!==_0x12bfb3[_0x5ce594(0x182)]['subUnitId'])return _0x5a6f71;const _0x8c4aa0=_0x1520bf[_0x5ce594(0x182)]['rules'][_0x5ce594(0x29b)](_0x43b8dc=>_0x43b8dc['ranges'])[_0x5ce594(0xd5)](),_0x115619=_0x12bfb3['params'][_0x5ce594(0x287)];return _0x8c4aa0[_0x5ce594(0x188)](_0x53e2ad=>_0x115619[_0x5ce594(0x188)](_0x1ed688=>_0x5460d0[_0x5ce594(0x122)]['intersects'](_0x53e2ad,_0x1ed688)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt')}:_0x5a6f71;}},_0x356891={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x2de74c[_0x8a5c80(0x173)]['id'],'handler':(_0x3667f3,_0x1c77ec)=>{const _0x38683c=_0x8a5c80,_0x241f38={'m1Prime':_0x3667f3,'m2Prime':_0x1c77ec};return _0x3667f3[_0x38683c(0x182)][_0x38683c(0x29c)]!==_0x1c77ec[_0x38683c(0x182)][_0x38683c(0x29c)]||_0x3667f3['params']['subUnitId']!==_0x1c77ec[_0x38683c(0x182)][_0x38683c(0xf9)]?_0x241f38:{'error':new Error(_0x38683c(0x28c))};}},_0x6fbbf1={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'handler':(_0x45d341,_0x1896f0)=>{const _0x51c021=_0x8a5c80,_0x5165df={'m1Prime':_0x45d341,'m2Prime':_0x1896f0};if(_0x45d341['params'][_0x51c021(0x29c)]!==_0x1896f0[_0x51c021(0x182)][_0x51c021(0x29c)]||_0x45d341[_0x51c021(0x182)]['subUnitId']!==_0x1896f0[_0x51c021(0x182)][_0x51c021(0xf9)])return _0x5165df;const _0xd3c448=_0x45d341[_0x51c021(0x182)][_0x51c021(0x15e)][_0x51c021(0x29b)](_0x49099d=>_0x49099d[_0x51c021(0x287)])[_0x51c021(0xd5)](),_0x5f47b9=_0x1896f0['params'][_0x51c021(0x287)];return _0xd3c448[_0x51c021(0x188)](_0x593164=>_0x5f47b9[_0x51c021(0x188)](_0x2aae15=>_0x5460d0[_0x51c021(0x122)][_0x51c021(0x193)](_0x593164,_0x2aae15)))?{'error':new Error(_0x51c021(0x155))}:_0x5165df;}},_0x2a25d5={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x2a9d5f[_0x8a5c80(0x19b)]['id'],'handler':(_0xf06c9f,_0x279de5)=>{const _0x4fa5da=_0x8a5c80,_0x346d0f={'m1Prime':_0xf06c9f,'m2Prime':_0x279de5};if(_0xf06c9f[_0x4fa5da(0x182)][_0x4fa5da(0x29c)]!==_0x279de5[_0x4fa5da(0x182)][_0x4fa5da(0x29c)]||_0xf06c9f['params'][_0x4fa5da(0xf9)]!==_0x279de5[_0x4fa5da(0x182)][_0x4fa5da(0xf9)])return _0x346d0f;const _0x3536ba=_0xf06c9f[_0x4fa5da(0x182)][_0x4fa5da(0x15e)][_0x4fa5da(0x29b)](_0x8fc8a5=>_0x8fc8a5[_0x4fa5da(0x287)])['flat'](),_0x1b4f98=_0x279de5[_0x4fa5da(0x182)][_0x4fa5da(0xd3)][_0x4fa5da(0x287)];return _0x3536ba[_0x4fa5da(0x188)](_0x4263a0=>_0x1b4f98[_0x4fa5da(0x188)](_0x14793c=>_0x5460d0[_0x4fa5da(0x122)]['intersects'](_0x4263a0,_0x14793c)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule')}:_0x346d0f;}},_0x44d71f={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x49dbd1['SetFrozenMutation']['id'],'handler':(_0x5b768c,_0x1b525f)=>{const _0x2d2bc5=_0x8a5c80,_0x31b507={'m1Prime':_0x5b768c,'m2Prime':_0x1b525f};if(_0x5b768c['params'][_0x2d2bc5(0x29c)]!==_0x1b525f[_0x2d2bc5(0x182)][_0x2d2bc5(0x29c)]||_0x5b768c[_0x2d2bc5(0x182)][_0x2d2bc5(0xf9)]!==_0x1b525f[_0x2d2bc5(0x182)][_0x2d2bc5(0xf9)])return _0x31b507;const _0x4f4292=_0x5b768c[_0x2d2bc5(0x182)][_0x2d2bc5(0x15e)][_0x2d2bc5(0x29b)](_0x87694f=>_0x87694f['ranges'])[_0x2d2bc5(0xd5)](),_0x57feff=[{'startRow':_0x1b525f['params'][_0x2d2bc5(0x1af)],'endRow':_0x1b525f[_0x2d2bc5(0x182)]['startRow'],'startColumn':_0x1b525f['params'][_0x2d2bc5(0x15d)],'endColumn':_0x1b525f[_0x2d2bc5(0x182)][_0x2d2bc5(0x15d)]}];return _0x4f4292[_0x2d2bc5(0x188)](_0x56741f=>_0x57feff[_0x2d2bc5(0x188)](_0x21944b=>_0x5460d0['Rectangle']['intersects'](_0x56741f,_0x21944b)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen')}:_0x31b507;}},_0x4b0b40={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1['SetNumfmtMutation']['id'],'handler':(_0x5c56d2,_0x4ac771)=>{const _0x1fad75=_0x8a5c80,_0x3cb364={'m1Prime':_0x5c56d2,'m2Prime':_0x4ac771};return _0x5c56d2['params'][_0x1fad75(0x29c)]!==_0x4ac771['params'][_0x1fad75(0x29c)]||_0x5c56d2[_0x1fad75(0x182)][_0x1fad75(0xf9)]!==_0x4ac771[_0x1fad75(0x182)][_0x1fad75(0xf9)]?_0x3cb364:{'error':new Error(_0x1fad75(0x138))};}},_0x498fb9={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x139)]['id'],'handler':(_0x1cb790,_0x28fbf5)=>{const _0x6ef89e=_0x8a5c80,_0x2ae502={'m1Prime':_0x1cb790,'m2Prime':_0x28fbf5};if(_0x1cb790[_0x6ef89e(0x182)][_0x6ef89e(0x29c)]!==_0x28fbf5[_0x6ef89e(0x182)][_0x6ef89e(0x29c)]||_0x1cb790[_0x6ef89e(0x182)][_0x6ef89e(0xf9)]!==_0x28fbf5[_0x6ef89e(0x182)][_0x6ef89e(0xf9)])return _0x2ae502;const _0x4321c5=_0x1cb790[_0x6ef89e(0x182)][_0x6ef89e(0x15e)][_0x6ef89e(0x29b)](_0x48a358=>_0x48a358[_0x6ef89e(0x287)])[_0x6ef89e(0xd5)](),_0x27d822=_0x28fbf5[_0x6ef89e(0x182)][_0x6ef89e(0xd3)][_0x6ef89e(0x287)];return _0x4321c5[_0x6ef89e(0x188)](_0x498021=>_0x27d822['some'](_0x41656b=>_0x5460d0[_0x6ef89e(0x122)][_0x6ef89e(0x193)](_0x498021,_0x41656b)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')}:_0x2ae502;}},_0x346a67={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x49dbd1['SetRangeValuesMutation']['id'],'handler':(_0x1492c2,_0x4c3649)=>{const _0x51c1ec=_0x8a5c80,_0x38ac29={'m1Prime':_0x1492c2,'m2Prime':_0x4c3649};if(_0x1492c2[_0x51c1ec(0x182)]['unitId']!==_0x4c3649[_0x51c1ec(0x182)][_0x51c1ec(0x29c)]||_0x1492c2[_0x51c1ec(0x182)][_0x51c1ec(0xf9)]!==_0x4c3649['params'][_0x51c1ec(0xf9)])return _0x38ac29;const _0x3bfd33=_0x1492c2['params'][_0x51c1ec(0x15e)][_0x51c1ec(0x29b)](_0x4e583c=>_0x4e583c[_0x51c1ec(0x287)])[_0x51c1ec(0xd5)](),_0x34887e=new _0x5460d0['ObjectMatrix'](_0x4c3649[_0x51c1ec(0x182)][_0x51c1ec(0xa0)])[_0x51c1ec(0x1a6)]();return _0x3bfd33[_0x51c1ec(0x188)](_0x54428b=>_0x5460d0[_0x51c1ec(0x122)][_0x51c1ec(0x193)](_0x54428b,_0x34887e))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value')}:_0x38ac29;}},_0x30400b={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x1c4)]['id'],'handler':(_0x323a53,_0x104f1e)=>{const _0x27bf2f=_0x8a5c80,_0x40b04a={'m1Prime':_0x323a53,'m2Prime':_0x104f1e};if(_0x323a53[_0x27bf2f(0x182)][_0x27bf2f(0x29c)]!==_0x104f1e[_0x27bf2f(0x182)][_0x27bf2f(0x29c)]||_0x323a53[_0x27bf2f(0x182)]['subUnitId']!==_0x104f1e[_0x27bf2f(0x182)]['subUnitId'])return _0x40b04a;const _0x5a4301=_0x323a53[_0x27bf2f(0x182)][_0x27bf2f(0x15e)][_0x27bf2f(0x29b)](_0x3e5251=>_0x3e5251[_0x27bf2f(0x287)])[_0x27bf2f(0xd5)](),_0x2f036c=_0x104f1e[_0x27bf2f(0x182)][_0x27bf2f(0x287)];return _0x5a4301[_0x27bf2f(0x188)](_0x54e878=>_0x2f036c[_0x27bf2f(0x188)](_0x155ae6=>_0x5460d0['Rectangle'][_0x27bf2f(0x193)](_0x54e878,_0x155ae6)))?{'error':new Error(_0x27bf2f(0xbe))}:_0x40b04a;}},_0x30b975={'m1':_0x49dbd1['AddRangeProtectionMutation']['id'],'m2':_0x39d280['UpdateCommentMutation']['id'],'handler':(_0x1ed7a4,_0x427b9b)=>{const _0x5a1646=_0x8a5c80,_0x2e39d3={'m1Prime':_0x1ed7a4,'m2Prime':_0x427b9b};return _0x1ed7a4[_0x5a1646(0x182)]['unitId']!==_0x427b9b[_0x5a1646(0x182)][_0x5a1646(0x29c)]||_0x1ed7a4[_0x5a1646(0x182)]['subUnitId']!==_0x427b9b[_0x5a1646(0x182)][_0x5a1646(0xf9)]?_0x2e39d3:{'error':new Error(_0x5a1646(0xb3))};}},_0x4ac896={'m1':_0x49dbd1[_0x8a5c80(0x237)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0xcb91fb,_0x35f85b)=>{const _0x15d68d=_0x8a5c80,_0x1ac966={'m1Prime':_0xcb91fb,'m2Prime':_0x35f85b};return _0xcb91fb[_0x15d68d(0x182)][_0x15d68d(0x29c)]!==_0x35f85b[_0x15d68d(0x182)][_0x15d68d(0x29c)]||_0xcb91fb[_0x15d68d(0x182)][_0x15d68d(0xf9)]!==_0x35f85b[_0x15d68d(0x182)][_0x15d68d(0xf9)]?_0x1ac966:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x48faf1={'m1':_0x49dbd1['AddWorksheetMergeMutation']['id'],'m2':_0x49dbd1['AddWorksheetMergeMutation']['id'],'handler'(_0x1b429b,_0xf292b1){const _0x183b2a=_0x8a5c80,_0x1c0df3=_0x5460d0[_0x183b2a(0x1d1)][_0x183b2a(0x89)](_0x1b429b),_0xa4054d=_0x5460d0[_0x183b2a(0x1d1)]['deepClone'](_0xf292b1);if(_0x1b429b[_0x183b2a(0x182)][_0x183b2a(0x29c)]!==_0xf292b1['params']['unitId']||_0x1b429b['params'][_0x183b2a(0xf9)]!==_0xf292b1['params']['subUnitId'])return{'m1Prime':_0x1c0df3,'m2Prime':_0xa4054d};const _0x377780=_0x1c0df3[_0x183b2a(0x182)][_0x183b2a(0x287)],_0x61ad70=_0xa4054d['params'][_0x183b2a(0x287)],_0x231988=[_0xa4054d],_0x2e2848=new Set();for(let _0x2ec800=0x0;_0x2ec800<_0x377780['length'];_0x2ec800++)for(let _0x35f55d=0x0;_0x35f55d<_0x61ad70[_0x183b2a(0x104)];_0x35f55d++)if(_0x5460d0['Rectangle'][_0x183b2a(0x193)](_0x377780[_0x2ec800],_0x61ad70[_0x35f55d])){_0x2e2848[_0x183b2a(0x90)](_0x377780[_0x2ec800]),_0x377780[_0x183b2a(0x280)](_0x2ec800,0x1),_0x2ec800--;break;}return _0x2e2848['size']>0x0&&_0x231988[_0x183b2a(0x1a2)]({'id':_0x49dbd1[_0x183b2a(0x211)]['id'],'params':{'unitId':_0x1b429b['params'][_0x183b2a(0x29c)],'subUnitId':_0x1b429b[_0x183b2a(0x182)]['subUnitId'],'ranges':Array['from'](_0x2e2848)}}),_0x377780[_0x183b2a(0x104)]===0x0&&(_0x1c0df3['id']=_0x49dbd1[_0x183b2a(0xf6)]['id']),{'m1Prime':_0x1c0df3,'m2Prime':_0x231988[_0x183b2a(0x104)]>0x1?_0x231988:_0xa4054d};}},_0x4b4584={'m1':_0x49dbd1['AddWorksheetMergeMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'handler'(_0x2d3b92,_0x3c0b25){const _0x505d16=_0x8a5c80,_0x5a2788=_0x5460d0['Tools'][_0x505d16(0x89)](_0x2d3b92),_0xdbf4db=_0x5460d0['Tools']['deepClone'](_0x3c0b25);if(_0x2d3b92[_0x505d16(0x182)][_0x505d16(0x29c)]!==_0x3c0b25[_0x505d16(0x182)][_0x505d16(0x29c)]||_0x2d3b92[_0x505d16(0x182)][_0x505d16(0xf9)]!==_0x3c0b25[_0x505d16(0x182)][_0x505d16(0xf9)])return{'m1Prime':_0x5a2788,'m2Prime':_0xdbf4db};const _0x527883=_0x2d3b92[_0x505d16(0x182)][_0x505d16(0x29c)],_0x376f11=_0x2d3b92[_0x505d16(0x182)][_0x505d16(0xf9)],_0x1e3870=[_0xdbf4db],_0x39b445=[],_0x181bda=[];return _0x5a2788[_0x505d16(0x182)][_0x505d16(0x287)][_0x505d16(0x11a)](_0x285409=>{const _0x56344a=_0x505d16,_0x50e8ad=_0x3c0b25[_0x56344a(0x182)]['range'],_0x2d5a2f=_0x50e8ad[_0x56344a(0x262)]-_0x50e8ad['startColumn']+0x1;_0x50e8ad['startColumn']<=_0x285409[_0x56344a(0x15d)]?(_0x39b445[_0x56344a(0x276)]({..._0x285409}),_0x181bda['push']({..._0x285409,'startColumn':_0x285409[_0x56344a(0x15d)]+_0x2d5a2f,'endColumn':_0x285409[_0x56344a(0x262)]+_0x2d5a2f}),_0x285409['startColumn']=_0x285409[_0x56344a(0x15d)]+_0x2d5a2f,_0x285409[_0x56344a(0x262)]=_0x285409[_0x56344a(0x262)]+_0x2d5a2f):_0x50e8ad['startColumn']>_0x285409[_0x56344a(0x15d)]&&_0x50e8ad[_0x56344a(0x15d)]<=_0x285409[_0x56344a(0x262)]&&(_0x39b445['push']({..._0x285409}),_0x181bda['push']({..._0x285409,'endColumn':_0x285409['endColumn']+_0x2d5a2f}),_0x285409['endColumn']=_0x285409['endColumn']+_0x2d5a2f);}),_0x39b445[_0x505d16(0x104)]>0x0&&_0x1e3870[_0x505d16(0x1a2)]({'id':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x527883,'subUnitId':_0x376f11,'ranges':_0x39b445}}),_0x181bda[_0x505d16(0x104)]>0x0&&_0x1e3870[_0x505d16(0x276)]({'id':_0x49dbd1[_0x505d16(0x16c)]['id'],'params':{'unitId':_0x527883,'subUnitId':_0x376f11,'ranges':_0x181bda}}),{'m1Prime':_0x5a2788,'m2Prime':_0x1e3870[_0x505d16(0x104)]>0x1?_0x1e3870:_0x1e3870[0x0]};}},_0x5967b0={'m1':_0x49dbd1['AddWorksheetMergeMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x166)]['id'],'handler'(_0x20a14e,_0x339e53){const _0x19c689=_0x8a5c80,_0x2ff773=_0x5460d0[_0x19c689(0x1d1)][_0x19c689(0x89)](_0x20a14e),_0xcaed5f=_0x5460d0[_0x19c689(0x1d1)][_0x19c689(0x89)](_0x339e53);if(_0x20a14e[_0x19c689(0x182)][_0x19c689(0x29c)]!==_0x339e53['params']['unitId']||_0x20a14e[_0x19c689(0x182)][_0x19c689(0xf9)]!==_0x339e53['params'][_0x19c689(0xf9)])return{'m1Prime':_0x2ff773,'m2Prime':_0xcaed5f};const _0x432c1d=_0x20a14e[_0x19c689(0x182)][_0x19c689(0x29c)],_0x546110=_0x20a14e[_0x19c689(0x182)][_0x19c689(0xf9)],_0x1db112=[_0xcaed5f],_0x4547ed=[],_0x353e31=[];return _0x2ff773[_0x19c689(0x182)][_0x19c689(0x287)][_0x19c689(0x11a)](_0xe11e53=>{const _0x5c1a0d=_0x19c689,_0x131095=_0x339e53['params'][_0x5c1a0d(0x205)],_0x4dc47a=_0x131095['endRow']-_0x131095[_0x5c1a0d(0x1af)]+0x1;_0x131095['startRow']<=_0xe11e53['startRow']?(_0x4547ed[_0x5c1a0d(0x276)]({..._0xe11e53}),_0x353e31['push']({..._0xe11e53,'startRow':_0xe11e53[_0x5c1a0d(0x1af)]+_0x4dc47a,'endRow':_0xe11e53[_0x5c1a0d(0x11e)]+_0x4dc47a}),_0xe11e53['startRow']=_0xe11e53[_0x5c1a0d(0x1af)]+_0x4dc47a,_0xe11e53[_0x5c1a0d(0x11e)]=_0xe11e53[_0x5c1a0d(0x11e)]+_0x4dc47a):_0x131095[_0x5c1a0d(0x1af)]>_0xe11e53[_0x5c1a0d(0x1af)]&&_0x131095['startRow']<=_0xe11e53[_0x5c1a0d(0x11e)]&&(_0x4547ed[_0x5c1a0d(0x276)]({..._0xe11e53}),_0x353e31[_0x5c1a0d(0x276)]({..._0xe11e53,'endRow':_0xe11e53[_0x5c1a0d(0x11e)]+_0x4dc47a}),_0xe11e53['endRow']=_0xe11e53['endRow']+_0x4dc47a);}),_0x4547ed[_0x19c689(0x104)]>0x0&&_0x1db112[_0x19c689(0x1a2)]({'id':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x432c1d,'subUnitId':_0x546110,'ranges':_0x4547ed}}),_0x353e31[_0x19c689(0x104)]>0x0&&_0x1db112[_0x19c689(0x276)]({'id':_0x49dbd1[_0x19c689(0x16c)]['id'],'params':{'unitId':_0x432c1d,'subUnitId':_0x546110,'ranges':_0x353e31}}),{'m1Prime':_0x2ff773,'m2Prime':_0x1db112[_0x19c689(0x104)]>0x1?_0x1db112:_0x1db112[0x0]};}},_0x48eb44={'m1':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'handler'(_0x2ac738,_0x175944){const _0x5330ad=_0x8a5c80,_0x50bd37=_0x5460d0['Tools'][_0x5330ad(0x89)](_0x2ac738),_0x19f9ab=_0x5460d0['Tools'][_0x5330ad(0x89)](_0x175944);if(_0x2ac738[_0x5330ad(0x182)][_0x5330ad(0x29c)]!==_0x175944['params'][_0x5330ad(0x29c)]||_0x2ac738[_0x5330ad(0x182)]['subUnitId']!==_0x175944[_0x5330ad(0x182)][_0x5330ad(0xf9)])return{'m1Prime':_0x50bd37,'m2Prime':_0x19f9ab};const _0x43baaa=[],_0x1ef779=[],_0x2baa9f=[_0x19f9ab];for(let _0x3e0afd=0x0;_0x3e0afd<_0x50bd37[_0x5330ad(0x182)][_0x5330ad(0x287)][_0x5330ad(0x104)];_0x3e0afd++){const _0x463e3e=_0x50bd37['params'][_0x5330ad(0x287)][_0x3e0afd],{sourceRange:_0x2efe95,targetRange:_0x3c841a}=_0x175944['params'];_0x5460d0[_0x5330ad(0x122)][_0x5330ad(0x193)](_0x463e3e,_0x2efe95)||_0x5460d0[_0x5330ad(0x122)]['intersects'](_0x463e3e,_0x3c841a)?(_0x43baaa[_0x5330ad(0x276)]({..._0x463e3e}),_0x50bd37['params'][_0x5330ad(0x287)][_0x5330ad(0x280)](_0x3e0afd,0x1),_0x3e0afd--):_0x2efe95[_0x5330ad(0x15d)]<_0x463e3e[_0x5330ad(0x15d)]&&_0x3c841a[_0x5330ad(0x15d)]>_0x463e3e['endColumn']?(_0x43baaa[_0x5330ad(0x276)]({..._0x463e3e}),_0x1ef779[_0x5330ad(0x276)]({..._0x463e3e,'startColumn':_0x463e3e[_0x5330ad(0x15d)]-(_0x2efe95[_0x5330ad(0x262)]-_0x2efe95['startColumn']+0x1),'endColumn':_0x463e3e[_0x5330ad(0x262)]-(_0x2efe95['endColumn']-_0x2efe95['startColumn']+0x1)}),_0x463e3e[_0x5330ad(0x15d)]=_0x463e3e[_0x5330ad(0x15d)]-(_0x2efe95[_0x5330ad(0x262)]-_0x2efe95['startColumn']+0x1),_0x463e3e['endColumn']=_0x463e3e[_0x5330ad(0x262)]-(_0x2efe95[_0x5330ad(0x262)]-_0x2efe95['startColumn']+0x1)):_0x2efe95[_0x5330ad(0x15d)]>_0x463e3e[_0x5330ad(0x262)]&&_0x3c841a[_0x5330ad(0x262)]<_0x463e3e[_0x5330ad(0x15d)]&&(_0x43baaa[_0x5330ad(0x276)]({..._0x463e3e}),_0x1ef779['push']({..._0x463e3e,'startColumn':_0x463e3e[_0x5330ad(0x15d)]+(_0x2efe95[_0x5330ad(0x262)]-_0x2efe95[_0x5330ad(0x15d)]+0x1),'endColumn':_0x463e3e['endColumn']+(_0x2efe95[_0x5330ad(0x262)]-_0x2efe95[_0x5330ad(0x15d)]+0x1)}),_0x463e3e['startColumn']=_0x463e3e['startColumn']+(_0x2efe95[_0x5330ad(0x262)]-_0x2efe95[_0x5330ad(0x15d)]+0x1),_0x463e3e[_0x5330ad(0x262)]=_0x463e3e[_0x5330ad(0x262)]+(_0x2efe95[_0x5330ad(0x262)]-_0x2efe95[_0x5330ad(0x15d)]+0x1));}return _0x43baaa[_0x5330ad(0x104)]>0x0&&_0x2baa9f[_0x5330ad(0x1a2)]({'id':_0x49dbd1[_0x5330ad(0x211)]['id'],'params':{'unitId':_0x2ac738['params'][_0x5330ad(0x29c)],'subUnitId':_0x2ac738[_0x5330ad(0x182)][_0x5330ad(0xf9)],'ranges':_0x43baaa}}),_0x1ef779[_0x5330ad(0x104)]>0x0&&_0x2baa9f[_0x5330ad(0x276)]({'id':_0x49dbd1[_0x5330ad(0x16c)]['id'],'params':{'unitId':_0x2ac738[_0x5330ad(0x182)]['unitId'],'subUnitId':_0x2ac738[_0x5330ad(0x182)][_0x5330ad(0xf9)],'ranges':_0x1ef779}}),_0x50bd37['params'][_0x5330ad(0x287)][_0x5330ad(0x104)]===0x0&&(_0x50bd37['id']=_0x49dbd1['EmptyMutation']['id']),{'m1Prime':_0x50bd37,'m2Prime':_0x2baa9f[_0x5330ad(0x104)]>0x1?_0x2baa9f:_0x2baa9f[0x0]};}},_0x388102={'m1':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler'(_0x584c29,_0x29a0c9){const _0x23894c=_0x8a5c80,_0x5d0c60=_0x5460d0[_0x23894c(0x1d1)][_0x23894c(0x89)](_0x584c29),_0x4116f0=_0x5460d0['Tools'][_0x23894c(0x89)](_0x29a0c9);if(_0x584c29['params'][_0x23894c(0x29c)]!==_0x29a0c9[_0x23894c(0x182)]['unitId'])return{'m1Prime':_0x5d0c60,'m2Prime':_0x4116f0};const _0x22b48e=[],_0x366ebb=[_0x4116f0],_0x497e06=new _0x5460d0[(_0x23894c(0xfd))](_0x29a0c9[_0x23894c(0x182)][_0x23894c(0x190)]['value'])[_0x23894c(0x1a6)](),_0xd31433=new _0x5460d0[(_0x23894c(0xfd))](_0x29a0c9[_0x23894c(0x182)]['to'][_0x23894c(0x1f3)])['getDataRange']();for(let _0x5822a3=0x0;_0x5822a3<_0x5d0c60[_0x23894c(0x182)][_0x23894c(0x287)]['length'];_0x5822a3++){const _0x3ef394=_0x5d0c60[_0x23894c(0x182)][_0x23894c(0x287)][_0x5822a3];(_0x5460d0['Rectangle'][_0x23894c(0x193)](_0x497e06,_0x3ef394)||_0x5460d0[_0x23894c(0x122)]['intersects'](_0xd31433,_0x3ef394))&&(_0x22b48e[_0x23894c(0x276)](_0x3ef394),_0x5d0c60[_0x23894c(0x182)][_0x23894c(0x287)]['splice'](_0x5822a3,0x1),_0x5822a3--);}return _0x22b48e[_0x23894c(0x104)]>0x0&&_0x366ebb[_0x23894c(0x1a2)]({'id':_0x49dbd1[_0x23894c(0x211)]['id'],'params':{'unitId':_0x584c29[_0x23894c(0x182)]['unitId'],'subUnitId':_0x584c29[_0x23894c(0x182)][_0x23894c(0xf9)],'ranges':_0x22b48e}}),_0x5d0c60[_0x23894c(0x182)][_0x23894c(0x287)]['length']===0x0&&(_0x5d0c60['id']=_0x49dbd1[_0x23894c(0xf6)]['id']),{'m1Prime':_0x5d0c60,'m2Prime':_0x366ebb[_0x23894c(0x104)]>0x1?_0x366ebb:_0x366ebb[0x0]};}},_0x4975a9={'m1':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x116)]['id'],'handler'(_0x42390a,_0x51485e){const _0x4a4d3e=_0x8a5c80,_0x41ebb1=_0x5460d0[_0x4a4d3e(0x1d1)][_0x4a4d3e(0x89)](_0x42390a),_0x369f66=_0x5460d0[_0x4a4d3e(0x1d1)][_0x4a4d3e(0x89)](_0x51485e);if(_0x42390a[_0x4a4d3e(0x182)][_0x4a4d3e(0x29c)]!==_0x51485e[_0x4a4d3e(0x182)][_0x4a4d3e(0x29c)]||_0x42390a[_0x4a4d3e(0x182)]['subUnitId']!==_0x51485e[_0x4a4d3e(0x182)][_0x4a4d3e(0xf9)])return{'m1Prime':_0x41ebb1,'m2Prime':_0x369f66};const _0x314e32=[],_0x596f42=[],_0x3a212e=[_0x369f66];for(let _0x29a603=0x0;_0x29a603<_0x41ebb1[_0x4a4d3e(0x182)][_0x4a4d3e(0x287)]['length'];_0x29a603++){const _0x253d15=_0x41ebb1[_0x4a4d3e(0x182)]['ranges'][_0x29a603],{sourceRange:_0x5c64f4,targetRange:_0x315c70}=_0x51485e[_0x4a4d3e(0x182)];_0x5460d0['Rectangle']['intersects'](_0x253d15,_0x5c64f4)||_0x5460d0[_0x4a4d3e(0x122)][_0x4a4d3e(0x193)](_0x253d15,_0x315c70)?(_0x314e32[_0x4a4d3e(0x276)]({..._0x253d15}),_0x41ebb1['params'][_0x4a4d3e(0x287)][_0x4a4d3e(0x280)](_0x29a603,0x1),_0x29a603--):_0x5c64f4[_0x4a4d3e(0x1af)]<_0x253d15[_0x4a4d3e(0x1af)]&&_0x315c70[_0x4a4d3e(0x1af)]>_0x253d15['endRow']?(_0x314e32[_0x4a4d3e(0x276)]({..._0x253d15}),_0x596f42[_0x4a4d3e(0x276)]({..._0x253d15,'startRow':_0x253d15[_0x4a4d3e(0x1af)]-(_0x5c64f4[_0x4a4d3e(0x11e)]-_0x5c64f4['startRow']+0x1),'endRow':_0x253d15[_0x4a4d3e(0x11e)]-(_0x5c64f4[_0x4a4d3e(0x11e)]-_0x5c64f4[_0x4a4d3e(0x1af)]+0x1)}),_0x253d15[_0x4a4d3e(0x1af)]=_0x253d15[_0x4a4d3e(0x1af)]-(_0x5c64f4[_0x4a4d3e(0x11e)]-_0x5c64f4[_0x4a4d3e(0x1af)]+0x1),_0x253d15['endRow']=_0x253d15[_0x4a4d3e(0x11e)]-(_0x5c64f4[_0x4a4d3e(0x11e)]-_0x5c64f4[_0x4a4d3e(0x1af)]+0x1)):_0x5c64f4[_0x4a4d3e(0x1af)]>_0x253d15['endRow']&&_0x315c70[_0x4a4d3e(0x11e)]<_0x253d15[_0x4a4d3e(0x1af)]&&(_0x314e32[_0x4a4d3e(0x276)]({..._0x253d15}),_0x596f42[_0x4a4d3e(0x276)]({..._0x253d15,'startRow':_0x253d15[_0x4a4d3e(0x1af)]+(_0x5c64f4[_0x4a4d3e(0x11e)]-_0x5c64f4[_0x4a4d3e(0x1af)]+0x1),'endRow':_0x253d15['endRow']+(_0x5c64f4[_0x4a4d3e(0x11e)]-_0x5c64f4['startRow']+0x1)}),_0x253d15[_0x4a4d3e(0x1af)]=_0x253d15[_0x4a4d3e(0x1af)]+(_0x5c64f4[_0x4a4d3e(0x11e)]-_0x5c64f4[_0x4a4d3e(0x1af)]+0x1),_0x253d15[_0x4a4d3e(0x11e)]=_0x253d15[_0x4a4d3e(0x11e)]+(_0x5c64f4[_0x4a4d3e(0x11e)]-_0x5c64f4[_0x4a4d3e(0x1af)]+0x1));}return _0x314e32[_0x4a4d3e(0x104)]>0x0&&_0x3a212e[_0x4a4d3e(0x1a2)]({'id':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x42390a[_0x4a4d3e(0x182)][_0x4a4d3e(0x29c)],'subUnitId':_0x42390a[_0x4a4d3e(0x182)][_0x4a4d3e(0xf9)],'ranges':_0x314e32}}),_0x596f42[_0x4a4d3e(0x104)]>0x0&&_0x3a212e[_0x4a4d3e(0x276)]({'id':_0x49dbd1[_0x4a4d3e(0x16c)]['id'],'params':{'unitId':_0x42390a[_0x4a4d3e(0x182)][_0x4a4d3e(0x29c)],'subUnitId':_0x42390a['params']['subUnitId'],'ranges':_0x596f42}}),_0x41ebb1[_0x4a4d3e(0x182)][_0x4a4d3e(0x287)]['length']===0x0&&(_0x41ebb1['id']=_0x49dbd1['EmptyMutation']['id']),{'m1Prime':_0x41ebb1,'m2Prime':_0x3a212e[_0x4a4d3e(0x104)]>0x1?_0x3a212e:_0x3a212e[0x0]};}};function _0x1afdc2(_0x482fb3){const _0x3f740a=_0x8a5c80;return _0x482fb3[_0x3f740a(0x15d)]>_0x482fb3[_0x3f740a(0x262)]||_0x482fb3['startRow']>_0x482fb3['endRow']?!0x1:!(_0x482fb3['startRow']===_0x482fb3[_0x3f740a(0x11e)]&&_0x482fb3[_0x3f740a(0x15d)]===_0x482fb3[_0x3f740a(0x262)]);}const _0x442ec6={'m1':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'m2':_0x49dbd1['RemoveColMutation']['id'],'handler'(_0x2ae9e3,_0x56b6ef){const _0x4ba4a8=_0x8a5c80,_0x30a2a1=_0x5460d0['Tools'][_0x4ba4a8(0x89)](_0x2ae9e3),_0x16bb27=_0x5460d0['Tools'][_0x4ba4a8(0x89)](_0x56b6ef);if(_0x2ae9e3[_0x4ba4a8(0x182)]['unitId']!==_0x56b6ef[_0x4ba4a8(0x182)]['unitId']||_0x2ae9e3[_0x4ba4a8(0x182)][_0x4ba4a8(0xf9)]!==_0x56b6ef['params'][_0x4ba4a8(0xf9)])return{'m1Prime':_0x30a2a1,'m2Prime':_0x16bb27};const _0x489e35=_0x2ae9e3[_0x4ba4a8(0x182)]['unitId'],_0x227769=_0x2ae9e3[_0x4ba4a8(0x182)][_0x4ba4a8(0xf9)],_0x4422e0=[_0x16bb27],_0xfe1464=[],_0x4ac085=[];for(let _0x120fff=0x0;_0x120fff<_0x30a2a1[_0x4ba4a8(0x182)]['ranges'][_0x4ba4a8(0x104)];_0x120fff++){const _0x27090b=_0x30a2a1[_0x4ba4a8(0x182)][_0x4ba4a8(0x287)][_0x120fff],_0x195722=_0x56b6ef[_0x4ba4a8(0x182)][_0x4ba4a8(0x205)],_0x13b72c=_0x195722[_0x4ba4a8(0x262)]-_0x195722[_0x4ba4a8(0x15d)]+0x1;if(_0x195722['startColumn']<_0x27090b[_0x4ba4a8(0x15d)]&&_0x195722[_0x4ba4a8(0x262)]<_0x27090b[_0x4ba4a8(0x15d)])_0xfe1464[_0x4ba4a8(0x276)]({..._0x27090b}),_0x4ac085['push']({..._0x27090b,'startColumn':_0x27090b['startColumn']-_0x13b72c,'endColumn':_0x27090b[_0x4ba4a8(0x262)]-_0x13b72c}),_0x27090b[_0x4ba4a8(0x15d)]=_0x27090b[_0x4ba4a8(0x15d)]-_0x13b72c,_0x27090b[_0x4ba4a8(0x262)]=_0x27090b['endColumn']-_0x13b72c;else{if(_0x195722[_0x4ba4a8(0x15d)]<_0x27090b['startColumn']&&_0x195722[_0x4ba4a8(0x262)]>=_0x27090b[_0x4ba4a8(0x15d)]&&_0x195722[_0x4ba4a8(0x262)]<=_0x27090b[_0x4ba4a8(0x262)]){_0xfe1464[_0x4ba4a8(0x276)]({..._0x27090b});const _0x4268b7={..._0x27090b,'startColumn':_0x195722[_0x4ba4a8(0x15d)],'endColumn':_0x27090b[_0x4ba4a8(0x262)]-_0x13b72c};_0x1afdc2(_0x4268b7)&&_0x195722['endColumn']<_0x27090b['endColumn']?(_0x195722[_0x4ba4a8(0x262)]<_0x27090b[_0x4ba4a8(0x262)]&&_0x4ac085[_0x4ba4a8(0x276)](_0x4268b7),_0x27090b[_0x4ba4a8(0x15d)]=_0x195722['startColumn'],_0x27090b['endColumn']=_0x27090b[_0x4ba4a8(0x262)]-_0x13b72c):(_0x30a2a1[_0x4ba4a8(0x182)][_0x4ba4a8(0x287)][_0x4ba4a8(0x280)](_0x120fff,0x1),_0x120fff--);}else{if(_0x195722[_0x4ba4a8(0x15d)]>_0x27090b[_0x4ba4a8(0x15d)]&&_0x195722['endColumn']<_0x27090b[_0x4ba4a8(0x262)]){_0xfe1464['push']({..._0x27090b});const _0x19b2fc={..._0x27090b,'endColumn':_0x27090b['endColumn']-_0x13b72c};_0x1afdc2(_0x19b2fc)?(_0x4ac085[_0x4ba4a8(0x276)](_0x19b2fc),_0x27090b[_0x4ba4a8(0x262)]=_0x27090b[_0x4ba4a8(0x262)]-_0x13b72c):(_0x30a2a1[_0x4ba4a8(0x182)]['ranges'][_0x4ba4a8(0x280)](_0x120fff,0x1),_0x120fff--);}else{if(_0x195722[_0x4ba4a8(0x15d)]>=_0x27090b['startColumn']&&_0x195722['startColumn']<=_0x27090b[_0x4ba4a8(0x262)]&&_0x195722[_0x4ba4a8(0x262)]>_0x27090b[_0x4ba4a8(0x262)]){_0xfe1464[_0x4ba4a8(0x276)]({..._0x27090b});const _0x42871b={..._0x27090b,'endColumn':_0x195722[_0x4ba4a8(0x15d)]-0x1};_0x1afdc2(_0x42871b)&&_0x195722[_0x4ba4a8(0x15d)]>_0x27090b[_0x4ba4a8(0x15d)]?(_0x4ac085[_0x4ba4a8(0x276)](_0x42871b),_0x27090b[_0x4ba4a8(0x262)]=_0x195722[_0x4ba4a8(0x15d)]-0x1):(_0x30a2a1['params'][_0x4ba4a8(0x287)]['splice'](_0x120fff,0x1),_0x120fff--);}else _0x195722[_0x4ba4a8(0x15d)]>_0x27090b[_0x4ba4a8(0x262)]||_0x195722[_0x4ba4a8(0x15d)]<=_0x27090b[_0x4ba4a8(0x15d)]&&_0x195722[_0x4ba4a8(0x262)]>=_0x27090b['endColumn']&&(_0xfe1464[_0x4ba4a8(0x276)]({..._0x27090b}),_0x30a2a1[_0x4ba4a8(0x182)][_0x4ba4a8(0x287)][_0x4ba4a8(0x280)](_0x120fff,0x1),_0x120fff--);}}}}return _0xfe1464[_0x4ba4a8(0x104)]>0x0&&_0x4422e0[_0x4ba4a8(0x1a2)]({'id':_0x49dbd1[_0x4ba4a8(0x211)]['id'],'params':{'unitId':_0x489e35,'subUnitId':_0x227769,'ranges':_0xfe1464}}),_0x4ac085[_0x4ba4a8(0x104)]>0x0&&_0x4422e0[_0x4ba4a8(0x276)]({'id':_0x49dbd1[_0x4ba4a8(0x16c)]['id'],'params':{'unitId':_0x489e35,'subUnitId':_0x227769,'ranges':_0x4ac085}}),_0x30a2a1[_0x4ba4a8(0x182)][_0x4ba4a8(0x287)]['length']===0x0&&(_0x30a2a1['id']=_0x49dbd1[_0x4ba4a8(0xf6)]['id']),{'m1Prime':_0x30a2a1,'m2Prime':_0x4422e0[_0x4ba4a8(0x104)]>0x1?_0x4422e0:_0x4422e0[0x0]};}},_0x2b5c8a={'m1':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x130)]['id'],'handler'(_0x4fc100,_0x328f79){const _0x276366=_0x8a5c80,_0x7cba9=_0x5460d0[_0x276366(0x1d1)][_0x276366(0x89)](_0x4fc100),_0x3029d0=_0x5460d0[_0x276366(0x1d1)]['deepClone'](_0x328f79);if(_0x4fc100[_0x276366(0x182)][_0x276366(0x29c)]!==_0x328f79[_0x276366(0x182)]['unitId']||_0x4fc100['params']['subUnitId']!==_0x328f79[_0x276366(0x182)][_0x276366(0xf9)])return{'m1Prime':_0x7cba9,'m2Prime':_0x3029d0};const _0x5ee8f8=_0x4fc100['params']['unitId'],_0x17a9df=_0x4fc100[_0x276366(0x182)][_0x276366(0xf9)],_0x34ea41=[_0x3029d0],_0x130c91=[],_0x577808=[];for(let _0x8055f3=0x0;_0x8055f3<_0x7cba9['params'][_0x276366(0x287)][_0x276366(0x104)];_0x8055f3++){const _0x2151a8=_0x7cba9[_0x276366(0x182)]['ranges'][_0x8055f3],_0x41d0bf=_0x328f79['params'][_0x276366(0x205)],_0x5987d9=_0x41d0bf[_0x276366(0x11e)]-_0x41d0bf[_0x276366(0x1af)]+0x1;if(_0x41d0bf['startRow']<_0x2151a8['startRow']&&_0x41d0bf[_0x276366(0x11e)]<_0x2151a8['startRow'])_0x130c91['push']({..._0x2151a8}),_0x577808['push']({..._0x2151a8,'startRow':_0x2151a8[_0x276366(0x1af)]-_0x5987d9,'endRow':_0x2151a8[_0x276366(0x11e)]-_0x5987d9}),_0x2151a8[_0x276366(0x1af)]=_0x2151a8[_0x276366(0x1af)]-_0x5987d9,_0x2151a8[_0x276366(0x11e)]=_0x2151a8['endRow']-_0x5987d9;else{if(_0x41d0bf['startRow']<_0x2151a8[_0x276366(0x1af)]&&_0x41d0bf[_0x276366(0x11e)]>=_0x2151a8[_0x276366(0x1af)]&&_0x41d0bf[_0x276366(0x11e)]<=_0x2151a8[_0x276366(0x11e)]){_0x130c91[_0x276366(0x276)]({..._0x2151a8});const _0x181e9c={..._0x2151a8,'startRow':_0x41d0bf[_0x276366(0x1af)],'endRow':_0x2151a8[_0x276366(0x11e)]-_0x5987d9};_0x1afdc2(_0x181e9c)&&_0x41d0bf[_0x276366(0x11e)]<_0x2151a8[_0x276366(0x11e)]?(_0x41d0bf['endRow']<_0x2151a8[_0x276366(0x11e)]&&_0x577808['push'](_0x181e9c),_0x2151a8[_0x276366(0x1af)]=_0x41d0bf[_0x276366(0x1af)],_0x2151a8['endRow']=_0x2151a8['endRow']-_0x5987d9):(_0x7cba9[_0x276366(0x182)][_0x276366(0x287)][_0x276366(0x280)](_0x8055f3,0x1),_0x8055f3--);}else{if(_0x41d0bf[_0x276366(0x1af)]>_0x2151a8[_0x276366(0x1af)]&&_0x41d0bf[_0x276366(0x11e)]<_0x2151a8['endRow']){_0x130c91[_0x276366(0x276)]({..._0x2151a8});const _0x4d9217={..._0x2151a8,'endRow':_0x2151a8[_0x276366(0x11e)]-_0x5987d9};_0x1afdc2(_0x4d9217)?(_0x577808[_0x276366(0x276)](_0x4d9217),_0x2151a8[_0x276366(0x11e)]=_0x2151a8[_0x276366(0x11e)]-_0x5987d9):(_0x7cba9[_0x276366(0x182)][_0x276366(0x287)]['splice'](_0x8055f3,0x1),_0x8055f3--);}else{if(_0x41d0bf[_0x276366(0x1af)]>=_0x2151a8['startRow']&&_0x41d0bf[_0x276366(0x1af)]<=_0x2151a8[_0x276366(0x11e)]&&_0x41d0bf[_0x276366(0x11e)]>_0x2151a8[_0x276366(0x11e)]){_0x130c91[_0x276366(0x276)]({..._0x2151a8});const _0x4aef80={..._0x2151a8,'endRow':_0x41d0bf[_0x276366(0x1af)]-0x1};_0x1afdc2(_0x4aef80)&&_0x41d0bf[_0x276366(0x1af)]>_0x2151a8[_0x276366(0x1af)]?(_0x577808[_0x276366(0x276)](_0x4aef80),_0x2151a8[_0x276366(0x11e)]=_0x41d0bf[_0x276366(0x1af)]-0x1):(_0x7cba9[_0x276366(0x182)][_0x276366(0x287)][_0x276366(0x280)](_0x8055f3,0x1),_0x8055f3--);}else _0x41d0bf[_0x276366(0x1af)]>_0x2151a8['endRow']||_0x41d0bf[_0x276366(0x1af)]<=_0x2151a8[_0x276366(0x1af)]&&_0x41d0bf[_0x276366(0x11e)]>=_0x2151a8[_0x276366(0x11e)]&&(_0x130c91[_0x276366(0x276)]({..._0x2151a8}),_0x7cba9[_0x276366(0x182)][_0x276366(0x287)][_0x276366(0x280)](_0x8055f3,0x1),_0x8055f3--);}}}}return _0x130c91[_0x276366(0x104)]>0x0&&_0x34ea41[_0x276366(0x1a2)]({'id':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x5ee8f8,'subUnitId':_0x17a9df,'ranges':_0x130c91}}),_0x577808[_0x276366(0x104)]>0x0&&_0x34ea41[_0x276366(0x276)]({'id':_0x49dbd1[_0x276366(0x16c)]['id'],'params':{'unitId':_0x5ee8f8,'subUnitId':_0x17a9df,'ranges':_0x577808}}),_0x7cba9[_0x276366(0x182)][_0x276366(0x287)][_0x276366(0x104)]===0x0&&(_0x7cba9['id']=_0x49dbd1[_0x276366(0xf6)]['id']),{'m1Prime':_0x7cba9,'m2Prime':_0x34ea41['length']>0x1?_0x34ea41:_0x34ea41[0x0]};}},_0x759b1f={'m1':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'m2':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'handler'(_0x2c0c71,_0x2d7150){const _0x50f5a0=_0x8a5c80,_0x23c4bf=_0x5460d0['Tools'][_0x50f5a0(0x89)](_0x2c0c71),_0x2997bd=_0x5460d0['Tools']['deepClone'](_0x2d7150);if(_0x2c0c71['params'][_0x50f5a0(0x29c)]!==_0x2d7150[_0x50f5a0(0x182)][_0x50f5a0(0x29c)]||_0x2c0c71['params'][_0x50f5a0(0xf9)]!==_0x2d7150[_0x50f5a0(0x182)]['subUnitId'])return{'m1Prime':_0x23c4bf,'m2Prime':_0x2997bd};const _0x1623be=[..._0x2997bd['params']['ranges']];for(let _0x4fa304=0x0;_0x4fa304<_0x23c4bf['params']['ranges'][_0x50f5a0(0x104)];_0x4fa304++){let _0xa9c351=!0x1;for(let _0x957a5=0x0;_0x957a5<_0x2997bd['params'][_0x50f5a0(0x287)]['length'];_0x957a5++){const _0x134add=_0x23c4bf['params'][_0x50f5a0(0x287)][_0x4fa304],_0x5629c9=_0x2997bd[_0x50f5a0(0x182)]['ranges'][_0x957a5];if(_0x5460d0[_0x50f5a0(0x122)][_0x50f5a0(0x193)](_0x134add,_0x5629c9)){_0xa9c351=!0x0;break;}}_0xa9c351&&(_0x1623be['push'](_0x23c4bf[_0x50f5a0(0x182)][_0x50f5a0(0x287)][_0x4fa304]),_0x23c4bf[_0x50f5a0(0x182)][_0x50f5a0(0x287)][_0x50f5a0(0x280)](_0x4fa304,0x1),_0x4fa304--);}return _0x2997bd['params'][_0x50f5a0(0x287)]=_0x1623be,_0x23c4bf[_0x50f5a0(0x182)][_0x50f5a0(0x287)][_0x50f5a0(0x104)]===0x0&&(_0x23c4bf['id']=_0x49dbd1[_0x50f5a0(0xf6)]['id']),{'m1Prime':_0x23c4bf,'m2Prime':_0x2997bd};}},_0x4fc6db={'m1':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler'(_0xb25b46,_0x49083a){const _0x2c42e7=_0x8a5c80,_0x562325=_0x5460d0[_0x2c42e7(0x1d1)][_0x2c42e7(0x89)](_0xb25b46),_0x515d38=_0x5460d0[_0x2c42e7(0x1d1)]['deepClone'](_0x49083a);if(_0xb25b46[_0x2c42e7(0x182)][_0x2c42e7(0x29c)]!==_0x49083a[_0x2c42e7(0x182)]['unitId']||_0xb25b46[_0x2c42e7(0x182)][_0x2c42e7(0xf9)]!==_0x49083a[_0x2c42e7(0x182)]['subUnitId'])return{'m1Prime':_0x562325,'m2Prime':_0x515d38};const _0x367286=[_0x562325],_0x32b99f=[_0x515d38],_0x4896e8=new _0x5460d0[(_0x2c42e7(0xfd))](_0x5460d0[_0x2c42e7(0x1d1)]['deepClone'](_0x49083a[_0x2c42e7(0x182)][_0x2c42e7(0xa0)])),_0x51f039=new Set(),_0x48e2e3={};for(let _0x1bb6f1=0x0;_0x1bb6f1<_0x562325[_0x2c42e7(0x182)][_0x2c42e7(0x287)][_0x2c42e7(0x104)];_0x1bb6f1++){const _0x43bba4=_0x562325['params'][_0x2c42e7(0x287)][_0x1bb6f1],{startRow:_0x5b19cc,startColumn:_0x2cf907,endRow:_0x563c6a,endColumn:_0x3fddba}=_0x43bba4;let _0x4bdfcf=!0x1;_0x4896e8[_0x2c42e7(0x1a3)]((_0x49f4b6,_0x245b18,_0x18c386)=>{const _0x3bd63a=_0x2c42e7;if(_0x49f4b6>=_0x5b19cc&&_0x49f4b6<=_0x563c6a&&_0x245b18>=_0x2cf907&&_0x245b18<=_0x3fddba){const _0x217c09=_0x4896e8[_0x3bd63a(0x115)](_0x49f4b6,_0x245b18),_0x23389e=_0x217c09===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x217c09;_0x23389e&&(_0x48e2e3[_0x49f4b6]||(_0x48e2e3[_0x49f4b6]={}),_0x48e2e3[_0x49f4b6][_0x245b18]={},(_0x18c386==null?void 0x0:_0x18c386['v'])!==void 0x0&&(_0x48e2e3[_0x49f4b6][_0x245b18]['v']=null,delete _0x23389e['v']),(_0x18c386==null?void 0x0:_0x18c386['f'])!==void 0x0&&(_0x48e2e3[_0x49f4b6][_0x245b18]['f']=null,delete _0x23389e['f']),(_0x18c386==null?void 0x0:_0x18c386['t'])!==void 0x0&&(_0x48e2e3[_0x49f4b6][_0x245b18]['t']=null,delete _0x23389e['t']),(_0x18c386==null?void 0x0:_0x18c386['si'])!==void 0x0&&(_0x48e2e3[_0x49f4b6][_0x245b18]['si']=null,delete _0x23389e['si']),(_0x18c386==null?void 0x0:_0x18c386['p'])!==void 0x0&&(_0x48e2e3[_0x49f4b6][_0x245b18]['p']=null,delete _0x23389e['p']),(_0x18c386==null?void 0x0:_0x18c386['s'])!==void 0x0&&(_0x48e2e3[_0x49f4b6][_0x245b18]['s']=null,delete _0x23389e['s']),_0x4896e8['setValue'](_0x49f4b6,_0x245b18,_0x23389e),_0x4bdfcf=!0x0);}}),_0x4bdfcf&&(_0x51f039[_0x2c42e7(0x90)]({..._0x43bba4}),_0x562325['params'][_0x2c42e7(0x287)][_0x2c42e7(0x280)](_0x1bb6f1,0x1),_0x1bb6f1--);}return _0x515d38[_0x2c42e7(0x182)]['cellValue']=_0x4896e8[_0x2c42e7(0x191)](),_0x51f039[_0x2c42e7(0xd7)]>0x0&&_0x32b99f['unshift']({'id':_0x49dbd1[_0x2c42e7(0x211)]['id'],'params':{'unitId':_0xb25b46[_0x2c42e7(0x182)][_0x2c42e7(0x29c)],'subUnitId':_0xb25b46[_0x2c42e7(0x182)][_0x2c42e7(0xf9)],'ranges':Array['from'](_0x51f039)}}),_0x562325['params'][_0x2c42e7(0x287)][_0x2c42e7(0x104)]===0x0&&(_0x562325['id']=_0x49dbd1[_0x2c42e7(0xf6)]['id']),Object['keys'](_0x48e2e3)[_0x2c42e7(0x104)]>0x0&&_0x367286[_0x2c42e7(0x1a2)]({'id':_0x49dbd1[_0x2c42e7(0x159)]['id'],'params':{'unitId':_0xb25b46['params'][_0x2c42e7(0x29c)],'subUnitId':_0xb25b46[_0x2c42e7(0x182)]['subUnitId'],'cellValue':_0x48e2e3}}),{'m1Prime':_0x367286[_0x2c42e7(0x104)]>0x1?_0x367286:_0x367286[0x0],'m2Prime':_0x32b99f[_0x2c42e7(0x104)]>0x1?_0x32b99f:_0x32b99f[0x0]};}},_0x1819df={'m1':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x200)]['id'],'handler'(_0x1af213,_0x123777){const _0x2847be=_0x8a5c80,_0x593e94={'m1Prime':[],'m2Prime':[]};if(_0x1af213[_0x2847be(0x182)]['unitId']!==_0x123777['params'][_0x2847be(0x29c)]||_0x1af213[_0x2847be(0x182)][_0x2847be(0xf9)]!==_0x123777[_0x2847be(0x182)]['subUnitId'])return _0x593e94;const _0xf07604=_0x5460d0[_0x2847be(0x1d1)][_0x2847be(0x89)](_0x123777),_0x3ab362=_0xf07604[_0x2847be(0x182)][_0x2847be(0x1bb)];_0x3ab362['forEach']((_0x3dbd38,_0x16184a)=>{const _0x43d121=_0x2847be,{range:_0x2a9723,primary:_0x4843af}=_0x3dbd38;_0x1af213[_0x43d121(0x182)][_0x43d121(0x287)][_0x43d121(0x11a)](_0x4a9a02=>{const _0x1b0340=_0x43d121;_0x5460d0['Rectangle'][_0x1b0340(0x193)](_0x4a9a02,_0x2a9723)&&(_0x2a9723['startRow']=Math[_0x1b0340(0xcd)](_0x4a9a02[_0x1b0340(0x1af)],_0x2a9723['startRow']),_0x2a9723[_0x1b0340(0x15d)]=Math[_0x1b0340(0xcd)](_0x4a9a02[_0x1b0340(0x15d)],_0x2a9723[_0x1b0340(0x15d)]),_0x2a9723[_0x1b0340(0x11e)]=Math[_0x1b0340(0x26a)](_0x4a9a02[_0x1b0340(0x11e)],_0x2a9723[_0x1b0340(0x11e)]),_0x2a9723[_0x1b0340(0x262)]=Math[_0x1b0340(0x26a)](_0x4a9a02['endColumn'],_0x2a9723[_0x1b0340(0x262)])),_0x4843af&&_0x5460d0[_0x1b0340(0x122)][_0x1b0340(0x193)](_0x4a9a02,_0x4843af)&&_0x16184a===_0x3ab362[_0x1b0340(0x104)]-0x1&&(_0x4843af['startColumn']===_0x4a9a02['startColumn']&&_0x4843af[_0x1b0340(0x1af)]&&_0x4a9a02[_0x1b0340(0x1af)]&&(_0x4843af[_0x1b0340(0xe6)]=!0x0),_0x4843af[_0x1b0340(0x1af)]=Math[_0x1b0340(0xcd)](_0x4a9a02[_0x1b0340(0x1af)],_0x4843af[_0x1b0340(0x1af)]),_0x4843af['startColumn']=Math['min'](_0x4a9a02[_0x1b0340(0x15d)],_0x4843af[_0x1b0340(0x15d)]),_0x4843af[_0x1b0340(0x11e)]=Math[_0x1b0340(0x26a)](_0x4a9a02[_0x1b0340(0x11e)],_0x4843af[_0x1b0340(0x11e)]),_0x4843af['endColumn']=Math['max'](_0x4a9a02['endColumn'],_0x4843af[_0x1b0340(0x262)]),_0x4843af[_0x1b0340(0xb0)]=!0x0);});}),_0x3ab362[_0x2847be(0x212)]((_0x3667be,_0x5369b5)=>{const _0x5c8300=_0x2847be,_0x4d24a5=_0x3667be[_0x5c8300(0x205)],_0x5b7446=_0x5369b5[_0x5c8300(0x205)];return _0x4d24a5[_0x5c8300(0x1af)]===_0x5b7446[_0x5c8300(0x1af)]?_0x4d24a5['startColumn']-_0x5b7446[_0x5c8300(0x15d)]:_0x4d24a5[_0x5c8300(0x1af)]-_0x5b7446[_0x5c8300(0x1af)];});const _0x2c194e=[];let _0x43b3b9=null;for(const _0x9adbf1 of _0x3ab362)_0x43b3b9===null||!_0x5460d0[_0x2847be(0x122)][_0x2847be(0x193)](_0x43b3b9[_0x2847be(0x205)],_0x9adbf1['range'])?(_0x2c194e['push'](_0x9adbf1),_0x43b3b9=_0x9adbf1):(_0x43b3b9[_0x2847be(0x205)][_0x2847be(0x1af)]=Math['min'](_0x43b3b9[_0x2847be(0x205)][_0x2847be(0x1af)],_0x9adbf1[_0x2847be(0x205)]['startRow']),_0x43b3b9['range'][_0x2847be(0x15d)]=Math[_0x2847be(0xcd)](_0x43b3b9[_0x2847be(0x205)][_0x2847be(0x15d)],_0x9adbf1[_0x2847be(0x205)][_0x2847be(0x15d)]),_0x43b3b9['range'][_0x2847be(0x11e)]=Math[_0x2847be(0x26a)](_0x43b3b9['range'][_0x2847be(0x11e)],_0x9adbf1[_0x2847be(0x205)][_0x2847be(0x11e)]),_0x43b3b9[_0x2847be(0x205)][_0x2847be(0x262)]=Math[_0x2847be(0x26a)](_0x43b3b9[_0x2847be(0x205)][_0x2847be(0x262)],_0x9adbf1[_0x2847be(0x205)][_0x2847be(0x262)]),_0x9adbf1[_0x2847be(0x152)]&&(_0x43b3b9[_0x2847be(0x152)]=_0x9adbf1[_0x2847be(0x152)]));return _0xf07604[_0x2847be(0x182)]['selections']=_0x2c194e,_0x593e94[_0x2847be(0x201)]['push'](_0xf07604),_0x593e94;}},_0x599020={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x39d280[_0x8a5c80(0xc2)]['id'],'handler':(_0xd15ff8,_0x39d924)=>{const _0x43f784=_0x8a5c80,_0x5c2954={'m1Prime':_0xd15ff8,'m2Prime':_0x39d924};return _0xd15ff8[_0x43f784(0x182)]['unitId']!==_0x39d924[_0x43f784(0x182)][_0x43f784(0x29c)]||_0xd15ff8[_0x43f784(0x182)][_0x43f784(0xf9)]!==_0x39d924[_0x43f784(0x182)][_0x43f784(0xf9)]?_0x5c2954:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x35f21c={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x2a9d5f[_0x8a5c80(0xc1)]['id'],'handler':(_0x3c9320,_0x1a61ff)=>{const _0x451d5c=_0x8a5c80,_0x4eb0a5={'m1Prime':_0x3c9320,'m2Prime':_0x1a61ff};return _0x3c9320[_0x451d5c(0x182)][_0x451d5c(0x29c)]!==_0x1a61ff[_0x451d5c(0x182)][_0x451d5c(0x29c)]||_0x3c9320[_0x451d5c(0x182)]['subUnitId']!==_0x1a61ff[_0x451d5c(0x182)][_0x451d5c(0xf9)]?_0x4eb0a5:{'error':new Error(_0x451d5c(0x249))};}},_0x2dd937={'m1':_0x49dbd1['AddWorksheetProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x237)]['id'],'handler':(_0x4729ab,_0x360d06)=>{const _0x117b72=_0x8a5c80,_0x75a955={'m1Prime':_0x4729ab,'m2Prime':_0x360d06};return _0x4729ab[_0x117b72(0x182)][_0x117b72(0x29c)]!==_0x360d06[_0x117b72(0x182)][_0x117b72(0x29c)]||_0x4729ab[_0x117b72(0x182)][_0x117b72(0xf9)]!==_0x360d06[_0x117b72(0x182)]['subUnitId']?_0x75a955:{'error':new Error(_0x117b72(0x248))};}},_0x39ad1b={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler':(_0x9928f1,_0x354310)=>{const _0x45e475=_0x8a5c80,_0x3d502e={'m1Prime':_0x9928f1,'m2Prime':_0x354310};return _0x9928f1[_0x45e475(0x182)][_0x45e475(0x29c)]!==_0x354310[_0x45e475(0x182)][_0x45e475(0x29c)]||_0x9928f1[_0x45e475(0x182)][_0x45e475(0xf9)]!==_0x354310[_0x45e475(0x182)]['subUnitId']?_0x3d502e:{'error':new Error(_0x45e475(0x1d6))};}},_0x1cc75c={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x242)]['id'],'handler':(_0x4d6c11,_0x2e4557)=>{const _0x181d65=_0x8a5c80,_0x7e95d={'m1Prime':_0x4d6c11,'m2Prime':_0x2e4557};return _0x4d6c11[_0x181d65(0x182)][_0x181d65(0x29c)]!==_0x2e4557[_0x181d65(0x182)][_0x181d65(0x29c)]||_0x4d6c11['params'][_0x181d65(0xf9)]!==_0x2e4557['params'][_0x181d65(0xd3)][_0x181d65(0xf9)]?_0x7e95d:{'error':new Error(_0x181d65(0x154))};}},_0x2f71ec={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x105)]['id'],'handler':(_0x2e7566,_0x112630)=>{const _0x5de0a7=_0x8a5c80,_0x4f5792={'m1Prime':_0x2e7566,'m2Prime':_0x112630};return _0x2e7566[_0x5de0a7(0x182)][_0x5de0a7(0x29c)]!==_0x112630[_0x5de0a7(0x182)]['unitId']||_0x2e7566[_0x5de0a7(0x182)][_0x5de0a7(0xf9)]!==_0x112630[_0x5de0a7(0x182)]['subUnitId']?_0x4f5792:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order')};}},_0x64bb9c={'m1':_0x49dbd1['AddWorksheetProtectionMutation']['id'],'m2':_0x2a9d5f[_0x8a5c80(0x10e)]['id'],'handler':(_0x2ee6bc,_0xd7034a)=>{const _0x4b51ed=_0x8a5c80,_0x21ba87={'m1Prime':_0x2ee6bc,'m2Prime':_0xd7034a};return _0x2ee6bc[_0x4b51ed(0x182)]['unitId']!==_0xd7034a[_0x4b51ed(0x182)][_0x4b51ed(0x29c)]||_0x2ee6bc[_0x4b51ed(0x182)]['subUnitId']!==_0xd7034a[_0x4b51ed(0x182)]['subUnitId']?_0x21ba87:{'error':new Error(_0x4b51ed(0x22c))};}},_0x2c8bc4={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'handler':(_0x5b201f,_0x5c24dc)=>{const _0x1a39a0=_0x8a5c80,_0x1d1a2c={'m1Prime':_0x5b201f,'m2Prime':_0x5c24dc};return _0x5b201f[_0x1a39a0(0x182)][_0x1a39a0(0x29c)]!==_0x5c24dc[_0x1a39a0(0x182)][_0x1a39a0(0x29c)]||_0x5b201f[_0x1a39a0(0x182)][_0x1a39a0(0xf9)]!==_0x5c24dc[_0x1a39a0(0x182)][_0x1a39a0(0xf9)]?_0x1d1a2c:{'error':new Error(_0x1a39a0(0x204))};}},_0x19ba14={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1['InsertRowMutation']['id'],'handler':(_0x3ecf1b,_0x25f126)=>{const _0xd838b0=_0x8a5c80,_0xf496db={'m1Prime':_0x3ecf1b,'m2Prime':_0x25f126};return _0x3ecf1b[_0xd838b0(0x182)][_0xd838b0(0x29c)]!==_0x25f126['params'][_0xd838b0(0x29c)]||_0x3ecf1b[_0xd838b0(0x182)]['subUnitId']!==_0x25f126['params']['subUnitId']?_0xf496db:{'error':new Error(_0xd838b0(0x17b))};}},_0x1e1f1b={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'handler':(_0x4b99c4,_0x57f201)=>{const _0x3d97fd=_0x8a5c80,_0x736ffe={'m1Prime':_0x4b99c4,'m2Prime':_0x57f201};return _0x4b99c4['params'][_0x3d97fd(0x29c)]!==_0x57f201[_0x3d97fd(0x182)][_0x3d97fd(0x29c)]||_0x4b99c4[_0x3d97fd(0x182)][_0x3d97fd(0xf9)]!==_0x57f201['params']['subUnitId']?_0x736ffe:{'error':new Error(_0x3d97fd(0x26d))};}},_0x6d1eac={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler':(_0x48670e,_0x2c80ef)=>{const _0x144c15=_0x8a5c80,_0x17b0be={'m1Prime':_0x48670e,'m2Prime':_0x2c80ef};return _0x48670e['params'][_0x144c15(0x29c)]!==_0x2c80ef[_0x144c15(0x182)][_0x144c15(0x29c)]||_0x48670e['params'][_0x144c15(0xf9)]!==_0x2c80ef[_0x144c15(0x182)][_0x144c15(0x190)][_0x144c15(0xf9)]?_0x17b0be:{'error':new Error(_0x144c15(0x133))};}},_0x547d2f={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1['MoveRowsMutation']['id'],'handler':(_0x1b4bb2,_0x2bd2c3)=>{const _0x3a7fae=_0x8a5c80,_0x18e395={'m1Prime':_0x1b4bb2,'m2Prime':_0x2bd2c3};return _0x1b4bb2[_0x3a7fae(0x182)][_0x3a7fae(0x29c)]!==_0x2bd2c3[_0x3a7fae(0x182)][_0x3a7fae(0x29c)]||_0x1b4bb2[_0x3a7fae(0x182)]['subUnitId']!==_0x2bd2c3[_0x3a7fae(0x182)][_0x3a7fae(0xf9)]?_0x18e395:{'error':new Error(_0x3a7fae(0x267))};}},_0x25a301={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'handler':(_0x59ffca,_0x414083)=>{const _0x5db316=_0x8a5c80,_0x1985a4={'m1Prime':_0x59ffca,'m2Prime':_0x414083};return _0x59ffca[_0x5db316(0x182)]['unitId']!==_0x414083[_0x5db316(0x182)][_0x5db316(0x29c)]||_0x59ffca[_0x5db316(0x182)][_0x5db316(0xf9)]!==_0x414083[_0x5db316(0x182)][_0x5db316(0xf9)]?_0x1985a4:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col')};}},_0x3e5360={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x132)]['id'],'handler':(_0x5355ee,_0x1d045f)=>{const _0x3e1742=_0x8a5c80,_0x517b41={'m1Prime':_0x5355ee,'m2Prime':_0x1d045f};return _0x5355ee[_0x3e1742(0x182)][_0x3e1742(0x29c)]!==_0x1d045f[_0x3e1742(0x182)][_0x3e1742(0x29c)]||_0x5355ee['params']['subUnitId']!==_0x1d045f[_0x3e1742(0x182)][_0x3e1742(0xf9)]?_0x517b41:{'error':new Error(_0x3e1742(0x265))};}},_0x337a89={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler':(_0x38a0cf,_0x9a3685)=>{const _0x56d937=_0x8a5c80,_0x4e14b7={'m1Prime':_0x38a0cf,'m2Prime':_0x9a3685};return _0x38a0cf[_0x56d937(0x182)][_0x56d937(0x29c)]!==_0x9a3685[_0x56d937(0x182)]['unitId']||_0x38a0cf[_0x56d937(0x182)]['subUnitId']!==_0x9a3685[_0x56d937(0x182)]['subUnitId']?_0x4e14b7:{'error':new Error(_0x56d937(0x9e))};}},_0x521298={'m1':_0x49dbd1['AddWorksheetProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x130)]['id'],'handler':(_0xb75a0c,_0x12a8a2)=>{const _0x2e7eed=_0x8a5c80,_0x5449f6={'m1Prime':_0xb75a0c,'m2Prime':_0x12a8a2};return _0xb75a0c[_0x2e7eed(0x182)][_0x2e7eed(0x29c)]!==_0x12a8a2[_0x2e7eed(0x182)][_0x2e7eed(0x29c)]||_0xb75a0c[_0x2e7eed(0x182)]['subUnitId']!==_0x12a8a2['params']['subUnitId']?_0x5449f6:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row')};}},_0xa33516={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x2de74c[_0x8a5c80(0x173)]['id'],'handler':(_0x46d917,_0x13ea15)=>{const _0x280b0a=_0x8a5c80,_0x1299b0={'m1Prime':_0x46d917,'m2Prime':_0x13ea15};return _0x46d917[_0x280b0a(0x182)][_0x280b0a(0x29c)]!==_0x13ea15[_0x280b0a(0x182)][_0x280b0a(0x29c)]||_0x46d917[_0x280b0a(0x182)][_0x280b0a(0xf9)]!==_0x13ea15[_0x280b0a(0x182)][_0x280b0a(0xf9)]?_0x1299b0:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x4669b9={'m1':_0x49dbd1['AddWorksheetProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0xc9)]['id'],'handler':(_0x4b1860,_0xc7a454)=>{const _0xa4e6a6=_0x8a5c80,_0x436630={'m1Prime':_0x4b1860,'m2Prime':_0xc7a454};return _0x4b1860[_0xa4e6a6(0x182)]['unitId']!==_0xc7a454[_0xa4e6a6(0x182)][_0xa4e6a6(0x29c)]||_0x4b1860[_0xa4e6a6(0x182)][_0xa4e6a6(0xf9)]!==_0xc7a454[_0xa4e6a6(0x182)]['subUnitId']?_0x436630:{'error':new Error(_0xa4e6a6(0x15c))};}},_0x1b4fd5={'m1':_0x49dbd1['AddWorksheetProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x211)]['id'],'handler':(_0x3f87fd,_0x2095c1)=>{const _0x5a5a44=_0x8a5c80,_0xd06ef1={'m1Prime':_0x3f87fd,'m2Prime':_0x2095c1};return _0x3f87fd[_0x5a5a44(0x182)][_0x5a5a44(0x29c)]!==_0x2095c1['params'][_0x5a5a44(0x29c)]||_0x3f87fd['params'][_0x5a5a44(0xf9)]!==_0x2095c1[_0x5a5a44(0x182)][_0x5a5a44(0xf9)]?_0xd06ef1:{'error':new Error(_0x5a5a44(0x254))};}},_0x3820a6={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x2a9d5f[_0x8a5c80(0x19b)]['id'],'handler':(_0x492e19,_0xe3ca2b)=>{const _0x43c3a5=_0x8a5c80,_0x37aad4={'m1Prime':_0x492e19,'m2Prime':_0xe3ca2b};return _0x492e19[_0x43c3a5(0x182)][_0x43c3a5(0x29c)]!==_0xe3ca2b['params'][_0x43c3a5(0x29c)]||_0x492e19[_0x43c3a5(0x182)][_0x43c3a5(0xf9)]!==_0xe3ca2b[_0x43c3a5(0x182)]['subUnitId']?_0x37aad4:{'error':new Error(_0x43c3a5(0xd6))};}},_0x2f8a06={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1['SetFrozenMutation']['id'],'handler':(_0x11df56,_0x304a76)=>{const _0x35fd3c=_0x8a5c80,_0x12d5f6={'m1Prime':_0x11df56,'m2Prime':_0x304a76};return _0x11df56[_0x35fd3c(0x182)][_0x35fd3c(0x29c)]!==_0x304a76[_0x35fd3c(0x182)][_0x35fd3c(0x29c)]||_0x11df56['params'][_0x35fd3c(0xf9)]!==_0x304a76['params'][_0x35fd3c(0xf9)]?_0x12d5f6:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen')};}},_0x4afbbc={'m1':_0x49dbd1['AddWorksheetProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler':(_0x329f99,_0x5ad25e)=>{const _0x336343=_0x8a5c80,_0x2f6602={'m1Prime':_0x329f99,'m2Prime':_0x5ad25e};return _0x329f99[_0x336343(0x182)]['unitId']!==_0x5ad25e[_0x336343(0x182)][_0x336343(0x29c)]||_0x329f99[_0x336343(0x182)]['subUnitId']!==_0x5ad25e[_0x336343(0x182)][_0x336343(0xf9)]?_0x2f6602:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};}},_0x9a7198={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x139)]['id'],'handler':(_0x11cecf,_0x2d5ec6)=>{const _0x394703=_0x8a5c80,_0x249f06={'m1Prime':_0x11cecf,'m2Prime':_0x2d5ec6};return _0x11cecf[_0x394703(0x182)][_0x394703(0x29c)]!==_0x2d5ec6[_0x394703(0x182)][_0x394703(0x29c)]||_0x11cecf['params'][_0x394703(0xf9)]!==_0x2d5ec6[_0x394703(0x182)][_0x394703(0xf9)]?_0x249f06:{'error':new Error(_0x394703(0x124))};}},_0x50f481={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x1c4)]['id'],'handler':(_0x1e50ba,_0x593126)=>{const _0x276bfc=_0x8a5c80,_0x495c33={'m1Prime':_0x1e50ba,'m2Prime':_0x593126};return _0x1e50ba['params'][_0x276bfc(0x29c)]!==_0x593126[_0x276bfc(0x182)][_0x276bfc(0x29c)]||_0x1e50ba['params']['subUnitId']!==_0x593126['params'][_0x276bfc(0xf9)]?_0x495c33:{'error':new Error(_0x276bfc(0x1b2))};}},_0x5e88f9={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x1c6)]['id'],'handler':(_0x368534,_0x26ceb3)=>{const _0x583177=_0x8a5c80,_0x4acd61={'m1Prime':_0x368534,'m2Prime':_0x26ceb3};return _0x368534[_0x583177(0x182)][_0x583177(0x29c)]!==_0x26ceb3[_0x583177(0x182)]['unitId']||_0x368534['params'][_0x583177(0xf9)]!==_0x26ceb3['params'][_0x583177(0xf9)]?_0x4acd61:{'error':new Error(_0x583177(0x245))};}},_0x15d0b4={'m1':_0x49dbd1['AddWorksheetProtectionMutation']['id'],'m2':_0x39d280[_0x8a5c80(0xb4)]['id'],'handler':(_0x258e90,_0x33ea25)=>{const _0x5e2d13=_0x8a5c80,_0x296be7={'m1Prime':_0x258e90,'m2Prime':_0x33ea25};return _0x258e90[_0x5e2d13(0x182)][_0x5e2d13(0x29c)]!==_0x33ea25[_0x5e2d13(0x182)][_0x5e2d13(0x29c)]||_0x258e90[_0x5e2d13(0x182)][_0x5e2d13(0xf9)]!==_0x33ea25[_0x5e2d13(0x182)][_0x5e2d13(0xf9)]?_0x296be7:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x489b00={'m1':_0x49dbd1[_0x8a5c80(0x242)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0x27707f,_0xdc5169)=>{const _0x726b61=_0x8a5c80,_0x5877dd={'m1Prime':_0x27707f,'m2Prime':_0xdc5169};return _0x27707f[_0x726b61(0x182)][_0x726b61(0x29c)]!==_0xdc5169[_0x726b61(0x182)]['unitId']||_0x27707f[_0x726b61(0x182)][_0x726b61(0xf9)]!==_0xdc5169[_0x726b61(0x182)][_0x726b61(0xf9)]?_0x5877dd:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x4269ce={'m1':_0x39d280[_0x8a5c80(0x13b)]['id'],'m2':_0x39d280['AddCommentMutation']['id'],'handler':(_0x109ccd,_0x9e8a17)=>{const _0x52e9ff=_0x8a5c80,_0x58cb24=_0x109ccd['params'],_0x269368=_0x9e8a17[_0x52e9ff(0x182)];return _0x58cb24[_0x52e9ff(0x29c)]===_0x269368['unitId']&&_0x58cb24[_0x52e9ff(0xf9)]===_0x269368['subUnitId']&&_0x58cb24[_0x52e9ff(0x9d)]===_0x269368[_0x52e9ff(0xb8)][_0x52e9ff(0x28b)]?{'m1Prime':_0x109ccd,'m2Prime':[]}:{'m1Prime':_0x109ccd,'m2Prime':_0x9e8a17};}},_0x297f1e={'m1':_0x39d280[_0x8a5c80(0x13b)]['id'],'m2':_0x39d280[_0x8a5c80(0x13b)]['id'],'handler':(_0x1572c2,_0x3e0992)=>{const _0x53a7bb=_0x8a5c80,_0x69faed=_0x1572c2[_0x53a7bb(0x182)],_0x2e1bbe=_0x3e0992[_0x53a7bb(0x182)],_0x167fd2={'m1Prime':_0x1572c2,'m2Prime':_0x3e0992};return _0x69faed['unitId']!==_0x2e1bbe[_0x53a7bb(0x29c)]||_0x69faed['subUnitId']!==_0x2e1bbe[_0x53a7bb(0xf9)]||_0x69faed[_0x53a7bb(0x9d)]!==_0x2e1bbe['commentId']?_0x167fd2:{'m1Prime':[],'m2Prime':[]};}},_0x559b2b={'m1':_0x2a9d5f[_0x8a5c80(0x10e)]['id'],'m2':_0x2a9d5f[_0x8a5c80(0x10e)]['id'],'handler'(_0x518a7c,_0x4c89ac){return{'m1Prime':_0x518a7c,'m2Prime':_0x4c89ac};}},_0x39a5a1=(_0x1f5c35,_0x2a1eaa)=>{const _0x5eeca0=_0x8a5c80,_0x8f2a9e=_0x28586d[_0x5eeca0(0x140)](_0x1f5c35[_0x5eeca0(0x182)][_0x5eeca0(0xb8)][_0x5eeca0(0x25a)]),_0x367ab9={'startColumn':_0x8f2a9e[_0x5eeca0(0x128)],'endColumn':_0x8f2a9e['column'],'startRow':_0x8f2a9e[_0x5eeca0(0x150)],'endRow':_0x8f2a9e[_0x5eeca0(0x150)]},_0x4aa1e3=_0x49dbd1[_0x5eeca0(0xd9)](_0x367ab9,_0x2a1eaa);if(!_0x4aa1e3)return[{'id':_0x39d280[_0x5eeca0(0x13b)]['id'],'params':{..._0x1f5c35[_0x5eeca0(0x182)],'comment':void 0x0,'commentId':_0x1f5c35[_0x5eeca0(0x182)][_0x5eeca0(0xb8)]['id']}}];const _0x300155=_0x28586d[_0x5eeca0(0x282)](_0x4aa1e3);return _0x300155===_0x1f5c35[_0x5eeca0(0x182)][_0x5eeca0(0xb8)]['ref']?[]:[{'id':_0x39d280[_0x5eeca0(0x14d)]['id'],'params':{..._0x1f5c35[_0x5eeca0(0x182)],'comment':void 0x0,'payload':{'ref':_0x300155,'commentId':_0x1f5c35[_0x5eeca0(0x182)][_0x5eeca0(0xb8)]['id']}}}];},_0x2f2c03={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x39d280['AddCommentMutation']['id'],'handler':(_0xe4f723,_0x41027e)=>{const _0x1bc273=_0x8a5c80,_0x3b5676={'m1Prime':_0xe4f723,'m2Prime':_0x41027e};if(_0xe4f723[_0x1bc273(0x182)][_0x1bc273(0x29c)]!==_0x41027e[_0x1bc273(0x182)][_0x1bc273(0x29c)]||_0xe4f723[_0x1bc273(0x182)]['subUnitId']!==_0x41027e['params'][_0x1bc273(0xf9)])return _0x3b5676;const _0x4f0891={'id':_0x49dbd1[_0x1bc273(0x199)]['id'],'params':{'unitId':_0xe4f723[_0x1bc273(0x182)][_0x1bc273(0x29c)],'subUnitId':_0xe4f723[_0x1bc273(0x182)][_0x1bc273(0xf9)],'range':_0xe4f723[_0x1bc273(0x182)][_0x1bc273(0x205)]}},_0x3f2895=_0x39a5a1(_0x41027e,_0x4f0891);return{'m1Prime':[_0xe4f723,..._0x3f2895],'m2Prime':[_0x41027e,..._0x3f2895]};}};function _0x135091(_0x2d7910){const _0x2697d4=_0x8a5c80;return{..._0x2d7910,'rangeType':_0x5460d0[_0x2697d4(0xeb)][_0x2697d4(0x219)]};}function _0x409e9b(_0x3456bf,_0xb6236a,_0x545cc1,_0x21ff54){const _0x18c380=_0x8a5c80;if(_0x21ff54<0x0){for(let _0x2e8a0b=_0xb6236a;_0x2e8a0b<_0xb6236a+_0x545cc1;_0x2e8a0b++)if(_0x3456bf['hasOwnProperty'](_0x2e8a0b)){_0x3456bf[_0x18c380(0x235)](_0x2e8a0b+_0x21ff54)||(_0x3456bf[_0x2e8a0b+_0x21ff54]={});const _0x1a6770=_0x3456bf[_0x2e8a0b],_0x5d70df=Object[_0x18c380(0x239)](_0x1a6770)[_0x18c380(0x29b)](Number)[_0x18c380(0x212)]((_0x32d416,_0x39c17b)=>_0x32d416-_0x39c17b);for(const _0x1a82b3 of _0x5d70df)_0x3456bf[_0x2e8a0b+_0x21ff54][_0x1a82b3]=_0x1a6770[_0x1a82b3];delete _0x3456bf[_0x2e8a0b];}else delete _0x3456bf[_0x2e8a0b+_0x21ff54];}else{for(let _0x1e0481=_0xb6236a+_0x545cc1-0x1;_0x1e0481>=_0xb6236a;_0x1e0481--)if(_0x3456bf['hasOwnProperty'](_0x1e0481)){_0x3456bf[_0x18c380(0x235)](_0x1e0481+_0x21ff54)||(_0x3456bf[_0x1e0481+_0x21ff54]={});const _0x5f2fee=_0x3456bf[_0x1e0481],_0x4be23e=Object['keys'](_0x5f2fee)[_0x18c380(0x29b)](Number)[_0x18c380(0x212)]((_0x1cf0ab,_0x1379fd)=>_0x1cf0ab-_0x1379fd);for(const _0xd48b12 of _0x4be23e)_0x3456bf[_0x1e0481+_0x21ff54][_0xd48b12]=_0x5f2fee[_0xd48b12];delete _0x3456bf[_0x1e0481];}else delete _0x3456bf[_0x1e0481+_0x21ff54];}}function _0x36a371(_0x5d885c,_0x284375,_0x2e89f5,_0x18dedf){const _0x4790a4=_0x8a5c80,_0x2ec5f1=Object[_0x4790a4(0x239)](_0x5d885c)['map'](Number)[_0x4790a4(0x212)]((_0x138c13,_0x7364b6)=>_0x138c13-_0x7364b6);if(_0x18dedf<0x0)for(const _0x3e93d6 of _0x2ec5f1){const _0x143361=_0x5d885c[_0x3e93d6];for(let _0x528349=_0x284375;_0x528349<_0x284375+_0x2e89f5;_0x528349++)_0x143361['hasOwnProperty'](_0x528349)?(_0x143361[_0x528349+_0x18dedf]=_0x143361[_0x528349],delete _0x143361[_0x528349]):delete _0x143361[_0x528349+_0x18dedf];}else for(const _0x14c05c of _0x2ec5f1){const _0xf67d14=_0x5d885c[_0x14c05c];for(let _0x39ddcb=_0x284375+_0x2e89f5-0x1;_0x39ddcb>=_0x284375;_0x39ddcb--)_0xf67d14[_0x4790a4(0x235)](_0x39ddcb)?(_0xf67d14[_0x39ddcb+_0x18dedf]=_0xf67d14[_0x39ddcb],delete _0xf67d14[_0x39ddcb]):delete _0xf67d14[_0x39ddcb+_0x18dedf];}}function _0x19c2e2(_0x5d6f70,_0x3acaba){const _0x42a7d8=_0x8a5c80;return new _0x49dbd1[(_0x42a7d8(0x21c))]()[_0x42a7d8(0x90)](_0x5d6f70)[_0x42a7d8(0x223)](..._0x3acaba)[_0x42a7d8(0xe2)]();}function _0xbb31eb(_0x377dc8,_0x1a90dc,_0x44b344,_0x4df8e8){const _0x35347e=_0x8a5c80,_0x301c2f=new _0x28586d[(_0x35347e(0x14c))]()[_0x35347e(0x218)](_0x44b344);if(_0x301c2f==null)return _0x44b344;const _0x3b0181=[];for(let _0x5571ec=0x0,_0x52b670=_0x301c2f[_0x35347e(0x104)];_0x5571ec<_0x52b670;_0x5571ec++){const _0x1220ba=_0x301c2f[_0x5571ec];if(typeof _0x1220ba==_0x35347e(0x1b6)||_0x1220ba[_0x35347e(0x1ce)]!==_0x28586d['sequenceNodeType']['REFERENCE']){_0x3b0181[_0x35347e(0x276)](_0x1220ba);continue;}const {token:_0x12a8a0}=_0x1220ba,_0x14a232=_0x28586d[_0x35347e(0x27f)](_0x12a8a0),{range:_0x58d93e,sheetName:_0x2b18ce,unitId:_0x451839}=_0x14a232;if((_0x377dc8===_0x451839||_0x451839==='')&&(_0x1a90dc===_0x2b18ce||_0x2b18ce==='')){const _0x1d9c6b=_0x4df8e8(_0x58d93e),_0x3f1ff9=_0x1d9c6b?_0x28586d['serializeRangeToRefString']({'range':_0x1d9c6b,'sheetName':_0x2b18ce,'unitId':_0x451839}):_0x28586d[_0x35347e(0x26f)][_0x35347e(0xa2)];_0x3b0181[_0x35347e(0x276)]({..._0x1220ba,'token':_0x3f1ff9});}else _0x3b0181[_0x35347e(0x276)](_0x1220ba);}return'='+_0x28586d[_0x35347e(0xb6)](_0x3b0181);}function _0x2f0dc2(_0x4f2285,_0xa54f52){const _0x3c2fcb=_0x8a5c80;return _0x4f2285[_0x3c2fcb(0x9f)]<=_0xa54f52['end']&&_0x4f2285['end']>=_0xa54f52['start'];}function _0x4bf463(_0x5a1d2a,_0x3d35e1){const _0x348b29=_0x8a5c80;return _0x5a1d2a[_0x348b29(0x9f)]<=_0x3d35e1[_0x348b29(0x9f)]&&_0x5a1d2a[_0x348b29(0x13c)]>=_0x3d35e1[_0x348b29(0x13c)];}function _0x41aebd(_0x331d6c,_0x3054e2){const _0x28efac=_0x8a5c80;let _0x4f95e4=[_0x331d6c];for(const _0x4b15b1 of _0x3054e2){const _0x1f65d7=[];for(const _0x2d561e of _0x4f95e4)_0x1f65d7[_0x28efac(0x276)](..._0x4a6cc7(_0x2d561e,_0x4b15b1));_0x4f95e4=_0x1f65d7;}return _0x4f95e4;}function _0x4a6cc7(_0x13dfda,_0x4185a2){const _0x242b60=_0x8a5c80,_0x3fdec6=[];if(_0x4bf463(_0x4185a2,_0x13dfda))return _0x3fdec6;if(_0x4bf463(_0x13dfda,_0x4185a2)){const _0x17e3b1=_0x13dfda[_0x242b60(0x9f)],_0x3d9501=_0x4185a2['start']-0x1,_0x17890c=_0x4185a2[_0x242b60(0x13c)]+0x1,_0x2fd41a=_0x13dfda[_0x242b60(0x13c)];return _0x17e3b1<=_0x3d9501&&_0x3fdec6[_0x242b60(0x276)]({'start':_0x17e3b1,'end':_0x3d9501}),_0x17890c<=_0x2fd41a&&_0x3fdec6[_0x242b60(0x276)]({'start':_0x17890c,'end':_0x2fd41a}),_0x3fdec6;}return _0x2f0dc2(_0x13dfda,_0x4185a2)?(_0x13dfda[_0x242b60(0x9f)]<_0x4185a2['start']&&_0x3fdec6[_0x242b60(0x276)]({'start':_0x13dfda[_0x242b60(0x9f)],'end':_0x4185a2['start']-0x1}),_0x13dfda[_0x242b60(0x13c)]>_0x4185a2[_0x242b60(0x13c)]&&_0x3fdec6['push']({'start':_0x4185a2['end']+0x1,'end':_0x13dfda[_0x242b60(0x13c)]}),_0x3fdec6):[_0x13dfda];}function _0x409acf(_0x11c841,_0x1e3b26){const _0x5a52bb=_0x8a5c80,_0x3ae25f={'startColumn':_0x11c841[_0x5a52bb(0x9f)],'endColumn':_0x11c841[_0x5a52bb(0x13c)],'startRow':0x0,'endRow':0x1,'rangeType':_0x5460d0[_0x5a52bb(0xeb)][_0x5a52bb(0x219)]},_0x2a18f1={'startColumn':_0x1e3b26[_0x5a52bb(0x9f)],'endColumn':_0x1e3b26['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x5460d0[_0x5a52bb(0xeb)][_0x5a52bb(0x219)]},_0x983cb5=_0x49dbd1['handleBaseInsertRange'](_0x3ae25f,_0x2a18f1);return{'start':_0x1e3b26[_0x5a52bb(0x9f)]+_0x983cb5[_0x5a52bb(0x285)],'end':_0x1e3b26[_0x5a52bb(0x13c)]+_0x983cb5['step']+_0x983cb5['length']};}function _0x46fe87(_0x2db238,_0xd941d2){const _0x1ee10b=_0x8a5c80,_0x4a886b={'startColumn':_0x2db238[_0x1ee10b(0x9f)],'endColumn':_0x2db238[_0x1ee10b(0x13c)],'startRow':0x0,'endRow':0x1,'rangeType':_0x5460d0[_0x1ee10b(0xeb)][_0x1ee10b(0x219)]},_0x399b88={'startColumn':_0xd941d2['start'],'endColumn':_0xd941d2[_0x1ee10b(0x13c)],'startRow':0x0,'endRow':0x1,'rangeType':_0x5460d0[_0x1ee10b(0xeb)][_0x1ee10b(0x219)]},_0x4830ff=_0x49dbd1['handleBaseRemoveRange'](_0x4a886b,_0x399b88);return _0x4830ff===null?null:{'start':_0xd941d2[_0x1ee10b(0x9f)]+_0x4830ff[_0x1ee10b(0x285)],'end':_0xd941d2[_0x1ee10b(0x13c)]+_0x4830ff[_0x1ee10b(0x285)]+_0x4830ff[_0x1ee10b(0x104)]};}function _0x52e1fe(_0x35e97c,_0x16242f){const _0x284e8f=_0x8a5c80,{unitId:_0x218f6d,subUnitId:_0x1a0a38}=_0x35e97c['params'],_0x553fec=_0x1cdfa4=>_0xbb31eb(_0x218f6d,_0x1a0a38,_0x1cdfa4,_0x46981d=>_0x49dbd1['handleDefaultRangeChangeWithEffectRefCommands'](_0x46981d,_0x16242f)),_0x14cc73=[],_0x3a5c18=_0x300552=>{const _0x42c5a=_0x2fb8;var _0x2a73e3,_0x480e17;const _0x17fb69=_0x300552['uid'],_0x32601e=_0x300552['ranges']['map'](_0x530ebc=>_0x49dbd1[_0x42c5a(0x24c)](_0x530ebc,_0x16242f)),_0x309505=(_0x2a73e3=_0x300552[_0x42c5a(0x2a0)])!=null?_0x2a73e3:'',_0x14defa=(_0x480e17=_0x300552[_0x42c5a(0x23a)])!=null?_0x480e17:'';let _0x393cf8=_0x309505,_0x2a15b4=_0x14defa;_0x5460d0['isFormulaString'](_0x309505)&&(_0x393cf8=_0x553fec(_0x309505)),_0x5460d0['isFormulaString'](_0x14defa)&&(_0x2a15b4=_0x553fec(_0x14defa)),(_0x393cf8!==_0x309505||_0x2a15b4!==_0x14defa)&&_0x14cc73[_0x42c5a(0x276)]({'id':_0x3d6bbe[_0x42c5a(0x252)]['id'],'params':{'unitId':_0x218f6d,'subUnitId':_0x1a0a38,'ruleId':_0x17fb69,'payload':{'type':_0x3d6bbe[_0x42c5a(0x243)][_0x42c5a(0x20c)],'payload':{'type':_0x300552[_0x42c5a(0x256)],'formula1':_0x393cf8,'formula2':_0x2a15b4}}}});const _0x10617f=_0x32601e[_0x42c5a(0xd5)]()[_0x42c5a(0x1ee)](Boolean);_0x5460d0[_0x42c5a(0x12b)](_0x300552['ranges'],_0x10617f)||_0x14cc73[_0x42c5a(0x276)]({'id':_0x3d6bbe[_0x42c5a(0x252)]['id'],'params':{'unitId':_0x218f6d,'subUnitId':_0x1a0a38,'ruleId':_0x17fb69,'payload':{'type':_0x3d6bbe['UpdateRuleType'][_0x42c5a(0x19f)],'payload':_0x10617f}}});};return Array[_0x284e8f(0x29e)](_0x35e97c['params'][_0x284e8f(0xd3)])?_0x35e97c['params'][_0x284e8f(0xd3)][_0x284e8f(0x11a)](_0x5c6fb0=>_0x3a5c18(_0x5c6fb0)):_0x3a5c18(_0x35e97c[_0x284e8f(0x182)][_0x284e8f(0xd3)]),_0x14cc73;}const _0x2c0c56={'m1':_0x49dbd1['MoveColsMutation']['id'],'m2':_0x3d6bbe[_0x8a5c80(0x216)]['id'],'handler'(_0x4a24e0,_0x433a8e){const _0x46df22=_0x8a5c80,_0x51c5ef={'m1Prime':_0x4a24e0,'m2Prime':_0x433a8e};if(_0x4a24e0[_0x46df22(0x182)]['unitId']!==_0x433a8e[_0x46df22(0x182)][_0x46df22(0x29c)]||_0x4a24e0['params']['subUnitId']!==_0x433a8e[_0x46df22(0x182)][_0x46df22(0xf9)])return _0x51c5ef;const _0xcd3a8d={'id':_0x49dbd1[_0x46df22(0x1b7)]['id'],'params':{'fromRange':_0x4a24e0[_0x46df22(0x182)][_0x46df22(0x29a)],'toRange':_0x4a24e0[_0x46df22(0x182)][_0x46df22(0xc7)]}},_0x5dda8a=_0x52e1fe(_0x433a8e,_0xcd3a8d);return{'m1Prime':[_0x4a24e0,..._0x5dda8a],'m2Prime':[_0x433a8e,..._0x5dda8a]};}},_0x1991bc={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x216)]['id'],'handler'(_0x4fc26b,_0x212dfa){const _0x4222d8=_0x8a5c80,_0x47acc5={'m1Prime':_0x4fc26b,'m2Prime':_0x212dfa};if(_0x4fc26b[_0x4222d8(0x182)][_0x4222d8(0x29c)]!==_0x212dfa['params'][_0x4222d8(0x29c)]||_0x4fc26b['params'][_0x4222d8(0xf9)]!==_0x212dfa[_0x4222d8(0x182)][_0x4222d8(0xf9)])return _0x47acc5;const _0x21e663={'id':_0x49dbd1[_0x4222d8(0x199)]['id'],'params':{'unitId':_0x4fc26b[_0x4222d8(0x182)][_0x4222d8(0x29c)],'subUnitId':_0x4fc26b[_0x4222d8(0x182)]['subUnitId'],'range':_0x4fc26b[_0x4222d8(0x182)]['range']}},_0x569bb4=_0x52e1fe(_0x212dfa,_0x21e663);return{'m1Prime':[_0x4fc26b,..._0x569bb4],'m2Prime':[_0x212dfa,..._0x569bb4]};}},_0x1ea3bc={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x5a578b,_0x5ec028){const _0x44e4f6=_0x8a5c80,_0x41104a=_0x4b4584[_0x44e4f6(0x198)](_0x5ec028,_0x5a578b);return _0x5f3d25(_0x41104a)?{'m1Prime':_0x41104a[_0x44e4f6(0x201)],'m2Prime':_0x41104a['m1Prime']}:_0x41104a;}},_0x51114e={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'handler'(_0xfc1e83,_0xd7cb31){const _0x431f42=_0x8a5c80,_0x57542d={'m1Prime':_0xfc1e83,'m2Prime':_0xd7cb31};if(_0xfc1e83['params'][_0x431f42(0x29c)]!==_0xd7cb31[_0x431f42(0x182)]['unitId']||_0xfc1e83[_0x431f42(0x182)][_0x431f42(0xf9)]!==_0xd7cb31['params'][_0x431f42(0xf9)])return _0x57542d;const _0x100f25=_0x5460d0[_0x431f42(0x1d1)][_0x431f42(0x89)](_0xfc1e83),_0x4431d4=_0x5460d0[_0x431f42(0x1d1)][_0x431f42(0x89)](_0xd7cb31),_0x551c91=_0x49dbd1[_0x431f42(0x161)](_0x135091(_0xfc1e83[_0x431f42(0x182)]['range']),_0x135091(_0xd7cb31['params'][_0x431f42(0x205)]));if(_0x551c91?(_0x4431d4[_0x431f42(0x182)]['range'][_0x431f42(0x15d)]+=_0x551c91[_0x431f42(0x285)],_0x4431d4['params'][_0x431f42(0x205)]['endColumn']+=_0x551c91[_0x431f42(0x285)]+(_0x551c91[_0x431f42(0x104)]||0x0)):_0x4431d4['id']=_0x49dbd1[_0x431f42(0xf6)]['id'],_0xfc1e83[_0x431f42(0x182)][_0x431f42(0x205)][_0x431f42(0x15d)]!==_0xd7cb31[_0x431f42(0x182)][_0x431f42(0x205)][_0x431f42(0x15d)]){const _0x506d71=_0x49dbd1['handleBaseInsertRange'](_0x135091(_0xd7cb31['params'][_0x431f42(0x205)]),_0x135091(_0xfc1e83[_0x431f42(0x182)][_0x431f42(0x205)]));_0x506d71?(_0x100f25[_0x431f42(0x182)][_0x431f42(0x205)][_0x431f42(0x15d)]+=_0x506d71[_0x431f42(0x285)],_0x100f25[_0x431f42(0x182)][_0x431f42(0x205)]['endColumn']+=_0x506d71['step']+(_0x506d71[_0x431f42(0x104)]||0x0)):_0x100f25['id']=_0x49dbd1['EmptyMutation']['id'];}return{'m1Prime':_0x100f25,'m2Prime':_0x4431d4};}},_0x18117a={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'handler'(_0x1e6303,_0x16a48e){const _0x1141b6=_0x8a5c80,_0x4c8ab9={'m1Prime':_0x1e6303,'m2Prime':_0x16a48e};if(_0x1e6303[_0x1141b6(0x182)][_0x1141b6(0x29c)]!==_0x16a48e[_0x1141b6(0x182)][_0x1141b6(0x29c)]||_0x1e6303[_0x1141b6(0x182)]['subUnitId']!==_0x16a48e[_0x1141b6(0x182)][_0x1141b6(0xf9)])return _0x4c8ab9;const _0x2f2671=_0x5460d0[_0x1141b6(0x1d1)][_0x1141b6(0x89)](_0x1e6303),_0x19bb59=_0x5460d0[_0x1141b6(0x1d1)][_0x1141b6(0x89)](_0x16a48e),_0x1e2f3e=_0x16a48e[_0x1141b6(0x182)]['sourceRange'],_0x2accdd=_0x16a48e[_0x1141b6(0x182)][_0x1141b6(0xc7)];if(_0x1e6303[_0x1141b6(0x182)][_0x1141b6(0x205)]['startColumn']>_0x1e2f3e[_0x1141b6(0x15d)]&&_0x1e6303[_0x1141b6(0x182)][_0x1141b6(0x205)][_0x1141b6(0x15d)]<=_0x1e2f3e[_0x1141b6(0x262)]||_0x1e6303[_0x1141b6(0x182)]['range'][_0x1141b6(0x15d)]>_0x2accdd['startColumn']&&_0x1e6303[_0x1141b6(0x182)][_0x1141b6(0x205)][_0x1141b6(0x15d)]<=_0x2accdd[_0x1141b6(0x262)])return{'error':new Error(_0x1141b6(0xa3))};const _0x2bf1ae=_0x49dbd1[_0x1141b6(0x161)](_0x135091(_0x1e6303[_0x1141b6(0x182)][_0x1141b6(0x205)]),_0x135091(_0x1e2f3e)),_0x1adcd0=_0x49dbd1[_0x1141b6(0x161)](_0x135091(_0x1e6303[_0x1141b6(0x182)]['range']),_0x135091(_0x2accdd));if(_0x19bb59['params'][_0x1141b6(0x29a)][_0x1141b6(0x15d)]+=_0x2bf1ae['step'],_0x19bb59[_0x1141b6(0x182)][_0x1141b6(0x29a)][_0x1141b6(0x262)]+=_0x2bf1ae[_0x1141b6(0x285)]+(_0x2bf1ae[_0x1141b6(0x104)]||0x0),_0x19bb59[_0x1141b6(0x182)][_0x1141b6(0xc7)][_0x1141b6(0x15d)]+=_0x1adcd0[_0x1141b6(0x285)],_0x19bb59[_0x1141b6(0x182)]['targetRange']['endColumn']+=_0x1adcd0['step']+(_0x1adcd0[_0x1141b6(0x104)]||0x0),_0x1e2f3e[_0x1141b6(0x15d)]>=_0x1e6303[_0x1141b6(0x182)][_0x1141b6(0x205)]['startColumn']&&_0x2accdd['startColumn']<_0x1e6303[_0x1141b6(0x182)][_0x1141b6(0x205)]['startColumn']){const _0x4fc874=_0x2accdd[_0x1141b6(0x262)]-_0x2accdd['startColumn']+0x1;_0x2f2671['params']['range'][_0x1141b6(0x15d)]+=_0x4fc874,_0x2f2671['params'][_0x1141b6(0x205)][_0x1141b6(0x262)]+=_0x4fc874;}else{if(_0x1e2f3e['endColumn']<_0x1e6303['params']['range'][_0x1141b6(0x15d)]&&_0x2accdd[_0x1141b6(0x15d)]>=_0x1e6303['params'][_0x1141b6(0x205)]['startColumn']){const _0x1b5209=_0x1e2f3e[_0x1141b6(0x262)]-_0x1e2f3e[_0x1141b6(0x15d)]+0x1;_0x2f2671[_0x1141b6(0x182)]['range'][_0x1141b6(0x15d)]-=_0x1b5209,_0x2f2671[_0x1141b6(0x182)]['range'][_0x1141b6(0x262)]-=_0x1b5209;}}return{'m1Prime':_0x2f2671,'m2Prime':_0x19bb59};}},_0x20babf={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler'(_0x50ddab,_0x1d7277){const _0x8ea1dc=_0x8a5c80,_0xe06ae0={'m1Prime':_0x50ddab,'m2Prime':_0x1d7277};if(_0x50ddab[_0x8ea1dc(0x182)]['unitId']!==_0x1d7277[_0x8ea1dc(0x182)][_0x8ea1dc(0x29c)]||_0x50ddab[_0x8ea1dc(0x182)]['subUnitId']!==_0x1d7277[_0x8ea1dc(0x182)][_0x8ea1dc(0x190)][_0x8ea1dc(0xf9)]&&_0x50ddab['params']['subUnitId']!==_0x1d7277[_0x8ea1dc(0x182)]['to'][_0x8ea1dc(0xf9)])return _0xe06ae0;const _0x278795=_0x5460d0['Tools']['deepClone'](_0x50ddab),_0x1e296d=_0x5460d0['Tools'][_0x8ea1dc(0x89)](_0x1d7277);if(_0x50ddab['params'][_0x8ea1dc(0xf9)]===_0x1d7277[_0x8ea1dc(0x182)]['from'][_0x8ea1dc(0xf9)]){const _0x51998f=new _0x5460d0['ObjectMatrix'](_0x1e296d[_0x8ea1dc(0x182)]['from'][_0x8ea1dc(0x1f3)])[_0x8ea1dc(0x1a6)](),{startColumn:_0x471c5d,endColumn:_0x1ea936}=_0x51998f,{startColumn:_0x24fa5c,endColumn:_0x552d16}=_0x50ddab[_0x8ea1dc(0x182)]['range'],{step:_0x2d5423,length:_0x1bccfc}=_0x49dbd1[_0x8ea1dc(0x161)](_0x50ddab['params'][_0x8ea1dc(0x205)],_0x51998f);_0x2d5423>0x0&&_0x1bccfc===0x0&&_0x36a371(_0x1e296d[_0x8ea1dc(0x182)]['from']['value'],_0x471c5d,_0x1ea936-_0x471c5d+0x1,_0x2d5423),_0x2d5423===0x0&&_0x1bccfc>0x0&&_0x36a371(_0x1e296d[_0x8ea1dc(0x182)][_0x8ea1dc(0x190)]['value'],_0x24fa5c,_0x1ea936-_0x24fa5c+0x1,_0x552d16-_0x24fa5c+0x1);}if(_0x50ddab[_0x8ea1dc(0x182)][_0x8ea1dc(0xf9)]===_0x1d7277[_0x8ea1dc(0x182)]['to'][_0x8ea1dc(0xf9)]){const _0x26d56b=new _0x5460d0['ObjectMatrix'](_0x1e296d['params']['to'][_0x8ea1dc(0x1f3)])[_0x8ea1dc(0x1a6)](),{startColumn:_0x239997,endColumn:_0x486990}=_0x26d56b,{startColumn:_0x201e9f,endColumn:_0x4caaa6}=_0x50ddab[_0x8ea1dc(0x182)]['range'],{step:_0x3a16fb,length:_0x29c8f2}=_0x49dbd1['handleBaseInsertRange'](_0x50ddab[_0x8ea1dc(0x182)][_0x8ea1dc(0x205)],_0x26d56b);_0x3a16fb>0x0&&_0x29c8f2===0x0&&_0x36a371(_0x1e296d[_0x8ea1dc(0x182)]['to'][_0x8ea1dc(0x1f3)],_0x239997,_0x486990-_0x239997+0x1,_0x3a16fb),_0x3a16fb===0x0&&_0x29c8f2>0x0&&_0x36a371(_0x1e296d[_0x8ea1dc(0x182)]['to'][_0x8ea1dc(0x1f3)],_0x201e9f,_0x486990-_0x201e9f+0x1,_0x4caaa6-_0x201e9f+0x1);}return{'m1Prime':_0x278795,'m2Prime':_0x1e296d};}},_0x4d3c2b={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'handler'(_0x2f6e3d,_0x1ac0d1){const _0x6ba39c=_0x8a5c80,_0x404d4c={'m1Prime':_0x2f6e3d,'m2Prime':_0x1ac0d1};if(_0x2f6e3d[_0x6ba39c(0x182)][_0x6ba39c(0x29c)]!==_0x1ac0d1['params'][_0x6ba39c(0x29c)]||_0x2f6e3d['params'][_0x6ba39c(0xf9)]!==_0x1ac0d1['params']['subUnitId'])return _0x404d4c;const _0x1ac6c1=_0x5460d0[_0x6ba39c(0x1d1)][_0x6ba39c(0x89)](_0x2f6e3d),_0x25c21a=_0x5460d0[_0x6ba39c(0x1d1)][_0x6ba39c(0x89)](_0x1ac0d1);if(_0x2f6e3d[_0x6ba39c(0x182)][_0x6ba39c(0x205)][_0x6ba39c(0x15d)]<=_0x1ac0d1['params'][_0x6ba39c(0x205)]['endColumn']&&_0x2f6e3d['params'][_0x6ba39c(0x205)][_0x6ba39c(0x15d)]>_0x1ac0d1[_0x6ba39c(0x182)]['range']['startColumn'])return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20remove\x20row')};const _0x3f5434=_0x49dbd1['handleBaseInsertRange'](_0x135091(_0x2f6e3d[_0x6ba39c(0x182)][_0x6ba39c(0x205)]),_0x135091(_0x1ac0d1[_0x6ba39c(0x182)][_0x6ba39c(0x205)]));_0x3f5434?(_0x25c21a['params']['range'][_0x6ba39c(0x15d)]+=_0x3f5434[_0x6ba39c(0x285)],_0x25c21a[_0x6ba39c(0x182)][_0x6ba39c(0x205)]['endColumn']+=_0x3f5434[_0x6ba39c(0x285)]+(_0x3f5434[_0x6ba39c(0x104)]||0x0)):_0x25c21a['id']=_0x49dbd1[_0x6ba39c(0xf6)]['id'];const _0x35823a=_0x49dbd1[_0x6ba39c(0xda)](_0x135091(_0x1ac0d1[_0x6ba39c(0x182)][_0x6ba39c(0x205)]),_0x135091(_0x2f6e3d[_0x6ba39c(0x182)][_0x6ba39c(0x205)]));return _0x35823a&&(_0x1ac6c1['params'][_0x6ba39c(0x205)][_0x6ba39c(0x15d)]+=_0x35823a[_0x6ba39c(0x285)],_0x1ac6c1[_0x6ba39c(0x182)][_0x6ba39c(0x205)][_0x6ba39c(0x262)]+=_0x35823a[_0x6ba39c(0x285)]+(_0x35823a['length']||0x0)),{'m1Prime':_0x1ac6c1,'m2Prime':_0x25c21a};}},_0x4a949f={'m1':_0x49dbd1['InsertColMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x44c2ac,_0x183154){const _0xab5d16=_0x8a5c80,_0x654be4={'m1Prime':_0x44c2ac,'m2Prime':_0x183154};if(_0x44c2ac['params']['unitId']!==_0x183154[_0xab5d16(0x182)][_0xab5d16(0x29c)]||_0x44c2ac[_0xab5d16(0x182)][_0xab5d16(0xf9)]!==_0x183154['params'][_0xab5d16(0xf9)])return _0x654be4;const _0x4c9e54=_0x5460d0[_0xab5d16(0x1d1)]['deepClone'](_0x44c2ac),_0x522a83=_0x5460d0['Tools'][_0xab5d16(0x89)](_0x183154),{ranges:_0x51e575}=_0x522a83[_0xab5d16(0x182)];return _0x51e575['some'](_0x581180=>{const _0x209e96=_0xab5d16,_0x133344=_0x49dbd1[_0x209e96(0x161)](_0x135091(_0x44c2ac[_0x209e96(0x182)][_0x209e96(0x205)]),_0x135091(_0x581180));return _0x133344[_0x209e96(0x104)]!==0x0?!0x0:(_0x581180['startColumn']+=_0x133344[_0x209e96(0x285)],_0x581180['endColumn']+=_0x133344[_0x209e96(0x285)],!0x1);})?{'error':new Error(_0xab5d16(0x94))}:{'m1Prime':_0x4c9e54,'m2Prime':_0x522a83};}},_0x3f956c={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x211)]['id'],'handler'(_0x1f2a93,_0x1d855d){const _0x4d2af7=_0x8a5c80,_0x4c4c68=_0x5460d0[_0x4d2af7(0x1d1)][_0x4d2af7(0x89)](_0x1f2a93),_0x325a75=_0x5460d0['Tools'][_0x4d2af7(0x89)](_0x1d855d);if(_0x1f2a93[_0x4d2af7(0x182)][_0x4d2af7(0x29c)]!==_0x1d855d['params'][_0x4d2af7(0x29c)]||_0x1f2a93[_0x4d2af7(0x182)][_0x4d2af7(0xf9)]!==_0x1d855d[_0x4d2af7(0x182)]['subUnitId'])return{'m1Prime':_0x4c4c68,'m2Prime':_0x325a75};const _0x1eb179=_0x325a75['params'][_0x4d2af7(0x287)]['map'](_0x46030f=>{const _0x3448cd=_0x4d2af7,_0x11b60c=_0x4c4c68['params'][_0x3448cd(0x205)],_0xba09ff=_0x11b60c[_0x3448cd(0x262)]-_0x11b60c['startColumn']+0x1;return _0x11b60c[_0x3448cd(0x15d)]<=_0x46030f[_0x3448cd(0x15d)]?{..._0x46030f,'startColumn':_0x46030f[_0x3448cd(0x15d)]+_0xba09ff,'endColumn':_0x46030f[_0x3448cd(0x262)]+_0xba09ff}:_0x11b60c[_0x3448cd(0x15d)]>_0x46030f[_0x3448cd(0x15d)]&&_0x11b60c[_0x3448cd(0x15d)]<=_0x46030f['endColumn']?{..._0x46030f,'endColumn':_0x46030f[_0x3448cd(0x262)]+_0xba09ff}:{..._0x46030f};});return _0x325a75[_0x4d2af7(0x182)][_0x4d2af7(0x287)]=_0x1eb179,{'m1Prime':_0x4c4c68,'m2Prime':_0x325a75};}},_0x2f89dc={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1['ReorderRangeMutation']['id'],'handler'(_0x3a5e04,_0x924c13){const _0x499ff7=_0x8a5c80,_0x410789={'m1Prime':_0x3a5e04,'m2Prime':_0x924c13};if(_0x3a5e04[_0x499ff7(0x182)]['unitId']!==_0x924c13[_0x499ff7(0x182)]['unitId']||_0x3a5e04[_0x499ff7(0x182)][_0x499ff7(0xf9)]!==_0x924c13[_0x499ff7(0x182)][_0x499ff7(0xf9)])return _0x410789;const _0x735140=_0x5460d0[_0x499ff7(0x1d1)][_0x499ff7(0x89)](_0x924c13),_0x5de6dd=_0x49dbd1[_0x499ff7(0x161)](_0x135091(_0x3a5e04[_0x499ff7(0x182)][_0x499ff7(0x205)]),_0x135091(_0x924c13[_0x499ff7(0x182)][_0x499ff7(0x205)]));return _0x735140['params'][_0x499ff7(0x205)][_0x499ff7(0x15d)]+=_0x5de6dd[_0x499ff7(0x285)],_0x735140[_0x499ff7(0x182)][_0x499ff7(0x205)][_0x499ff7(0x262)]+=_0x5de6dd[_0x499ff7(0x285)]+(_0x5de6dd[_0x499ff7(0x104)]||0x0),{'m1Prime':_0x3a5e04,'m2Prime':_0x735140};}},_0x21b0ae={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1['SetColHiddenMutation']['id'],'handler'(_0x3ae84f,_0x291c16){const _0x14c270=_0x8a5c80,_0x521ee7={'m1Prime':_0x3ae84f,'m2Prime':_0x291c16};if(_0x3ae84f[_0x14c270(0x182)]['unitId']!==_0x291c16[_0x14c270(0x182)][_0x14c270(0x29c)]||_0x3ae84f[_0x14c270(0x182)]['subUnitId']!==_0x291c16[_0x14c270(0x182)][_0x14c270(0xf9)])return _0x521ee7;const _0x14e6b9=_0x5460d0[_0x14c270(0x1d1)][_0x14c270(0x89)](_0x3ae84f),_0x41c776=_0x5460d0[_0x14c270(0x1d1)]['deepClone'](_0x291c16),{ranges:_0x3d38cc}=_0x41c776[_0x14c270(0x182)];return _0x3d38cc[_0x14c270(0x188)](_0xf26b76=>{const _0x32f91b=_0x14c270,_0x21e632=_0x49dbd1['handleBaseInsertRange'](_0x135091(_0x3ae84f[_0x32f91b(0x182)][_0x32f91b(0x205)]),_0xf26b76);return _0x21e632[_0x32f91b(0x104)]!==0x0?!0x0:(_0xf26b76[_0x32f91b(0x15d)]+=_0x21e632['step'],_0xf26b76[_0x32f91b(0x262)]+=_0x21e632[_0x32f91b(0x285)],!0x1);})?{'error':new Error(_0x14c270(0xaf))}:{'m1Prime':_0x14e6b9,'m2Prime':_0x41c776};}},_0x4d4f53={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1['SetColVisibleMutation']['id'],'handler'(_0x45606f,_0xf08568){const _0x119e48=_0x8a5c80,_0x1e34cd={'m1Prime':_0x45606f,'m2Prime':_0xf08568};if(_0x45606f['params'][_0x119e48(0x29c)]!==_0xf08568[_0x119e48(0x182)]['unitId']||_0x45606f['params'][_0x119e48(0xf9)]!==_0xf08568['params'][_0x119e48(0xf9)])return _0x1e34cd;const _0xa2e09f=_0x5460d0[_0x119e48(0x1d1)][_0x119e48(0x89)](_0x45606f),_0x1ce5fb=_0x5460d0[_0x119e48(0x1d1)][_0x119e48(0x89)](_0xf08568),{ranges:_0xdbe72b}=_0x1ce5fb['params'];return _0xdbe72b['some'](_0x3276d8=>{const _0x9a6a97=_0x119e48,_0x4001f5=_0x49dbd1[_0x9a6a97(0x161)](_0x135091(_0x45606f[_0x9a6a97(0x182)][_0x9a6a97(0x205)]),_0x3276d8);return _0x4001f5[_0x9a6a97(0x104)]!==0x0?!0x0:(_0x3276d8[_0x9a6a97(0x15d)]+=_0x4001f5['step'],_0x3276d8[_0x9a6a97(0x262)]+=_0x4001f5[_0x9a6a97(0x285)],!0x1);})?{'error':new Error(_0x119e48(0x2a3))}:{'m1Prime':_0xa2e09f,'m2Prime':_0x1ce5fb};}},_0x155842={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler'(_0x530da5,_0x6662f3){const _0x575431=_0x8a5c80,_0x55cf92={'m1Prime':_0x530da5,'m2Prime':_0x6662f3};if(_0x530da5[_0x575431(0x182)]['unitId']!==_0x6662f3[_0x575431(0x182)]['unitId']||_0x530da5[_0x575431(0x182)][_0x575431(0xf9)]!==_0x6662f3['params'][_0x575431(0xf9)])return _0x55cf92;const _0x8becb0=[_0x5460d0[_0x575431(0x1d1)][_0x575431(0x89)](_0x530da5)],_0x442a47=_0x5460d0[_0x575431(0x1d1)][_0x575431(0x89)](_0x6662f3),{values:_0x3b744a}=_0x442a47[_0x575431(0x182)],_0x494bb1=[];let _0x186a20=!0x1;for(const _0x178aea in _0x3b744a){const _0x64a323=_0x3b744a[_0x178aea];if(_0x494bb1[_0x575431(0x276)](..._0x64a323[_0x575431(0x287)]),_0x64a323[_0x575431(0x287)]['some'](_0x335c63=>{const _0x118f2d=_0x575431,_0x3cd8c4=_0x49dbd1['handleBaseInsertRange'](_0x135091(_0x530da5[_0x118f2d(0x182)][_0x118f2d(0x205)]),_0x135091(_0x335c63));return _0x3cd8c4[_0x118f2d(0x104)]!==0x0?!0x0:(_0x3cd8c4[_0x118f2d(0x285)]!==0x0&&(_0x186a20=!0x0),_0x335c63[_0x118f2d(0x15d)]+=_0x3cd8c4[_0x118f2d(0x285)],_0x335c63[_0x118f2d(0x262)]+=_0x3cd8c4[_0x118f2d(0x285)],!0x1);}))return{'error':new Error(_0x575431(0x167))};}if(_0x186a20){const _0xdef973={'id':_0x49dbd1[_0x575431(0x210)]['id'],'params':{'unitId':_0x6662f3[_0x575431(0x182)][_0x575431(0x29c)],'subUnitId':_0x6662f3[_0x575431(0x182)][_0x575431(0xf9)],'ranges':_0x494bb1}};_0x8becb0[_0x575431(0x276)](_0xdef973,_0x442a47);}return{'m1Prime':_0x8becb0,'m2Prime':_0x442a47};}},_0x32fb17={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler'(_0x40f1c1,_0x34fca7){const _0x3b8de6=_0x8a5c80,_0x203e24={'m1Prime':_0x40f1c1,'m2Prime':_0x34fca7};if(_0x40f1c1[_0x3b8de6(0x182)]['unitId']!==_0x34fca7['params'][_0x3b8de6(0x29c)]||_0x40f1c1[_0x3b8de6(0x182)]['subUnitId']!==_0x34fca7[_0x3b8de6(0x182)][_0x3b8de6(0xf9)])return _0x203e24;const _0x208759=[_0x5460d0['Tools']['deepClone'](_0x40f1c1)],_0x2ca108=_0x5460d0['Tools'][_0x3b8de6(0x89)](_0x34fca7),_0x33e075=new _0x5460d0[(_0x3b8de6(0xfd))](_0x2ca108['params'][_0x3b8de6(0xa0)]),_0x48b441=_0x33e075['getDataRange'](),_0x260e85=_0x40f1c1[_0x3b8de6(0x182)][_0x3b8de6(0x205)],_0x13ec6c=_0x260e85[_0x3b8de6(0x262)]-_0x260e85[_0x3b8de6(0x15d)]+0x1;if(_0x2ca108[_0x3b8de6(0x182)][_0x3b8de6(0xa0)]&&_0x260e85[_0x3b8de6(0x15d)]<=_0x48b441[_0x3b8de6(0x262)]){const _0x5db043=Math[_0x3b8de6(0x26a)](_0x48b441['startColumn'],_0x260e85[_0x3b8de6(0x15d)]);_0x36a371(_0x2ca108[_0x3b8de6(0x182)][_0x3b8de6(0xa0)],_0x5db043,_0x48b441[_0x3b8de6(0x262)]-_0x5db043+0x1,_0x13ec6c);}const _0x2608ff=new _0x5460d0['ObjectMatrix']();let _0x3d65c4=!0x1;if(_0x33e075[_0x3b8de6(0x1a3)]((_0x26edc8,_0x28dbb0,_0x2c4d50)=>{const _0x41aadd=_0x3b8de6;if(_0x2c4d50&&_0x2c4d50['f']){const _0x5c2810=_0x2c4d50['f'];let _0x509ec1=!0x1;const _0x227f20=_0xbb31eb(_0x40f1c1['params'][_0x41aadd(0x29c)],_0x40f1c1[_0x41aadd(0x182)][_0x41aadd(0xf9)],_0x5c2810,_0x1ebe9e=>{const _0x33c135=_0x41aadd,_0x3e2d2b=_0x49dbd1[_0x33c135(0x161)](_0x135091(_0x40f1c1[_0x33c135(0x182)][_0x33c135(0x205)]),_0x135091(_0x1ebe9e));return(_0x3e2d2b['step']!==0x0||_0x3e2d2b[_0x33c135(0x104)]!==0x0)&&(_0x509ec1=!0x0,_0x1ebe9e[_0x33c135(0x15d)]+=_0x3e2d2b[_0x33c135(0x285)],_0x1ebe9e['endColumn']+=_0x3e2d2b[_0x33c135(0x285)]+_0x3e2d2b[_0x33c135(0x104)]),_0x1ebe9e;});_0x509ec1&&(_0x3d65c4=!0x0,_0x2c4d50['f']=_0x227f20,_0x2608ff[_0x41aadd(0xf3)](_0x26edc8,_0x28dbb0,{..._0x2c4d50}));}}),_0x3d65c4){const _0x415984={'id':_0x49dbd1[_0x3b8de6(0x159)]['id'],'params':{'unitId':_0x34fca7[_0x3b8de6(0x182)][_0x3b8de6(0x29c)],'subUnitId':_0x34fca7[_0x3b8de6(0x182)][_0x3b8de6(0xf9)],'cellValue':_0x2608ff[_0x3b8de6(0x191)]()}};_0x208759[_0x3b8de6(0x276)](_0x415984);}return{'m1Prime':_0x208759,'m2Prime':_0x2ca108};}},_0x4ea892={'m1':_0x49dbd1['InsertColMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x200)]['id'],'handler'(_0x54edec,_0x215113){const _0x26c2c4=_0x8a5c80,_0x2fdbbc={'m1Prime':[],'m2Prime':[]};if(_0x54edec[_0x26c2c4(0x182)][_0x26c2c4(0x29c)]!==_0x215113[_0x26c2c4(0x182)][_0x26c2c4(0x29c)]||_0x54edec['params'][_0x26c2c4(0xf9)]!==_0x215113[_0x26c2c4(0x182)][_0x26c2c4(0xf9)])return _0x2fdbbc;const _0x1aa947=_0x5460d0['Tools']['deepClone'](_0x215113);let _0x4f9d76=!0x1;return _0x1aa947[_0x26c2c4(0x182)][_0x26c2c4(0x1bb)][_0x26c2c4(0x11a)](_0x5d0c15=>{const _0x241e91=_0x26c2c4,{range:_0x775fdf,primary:_0x43daba}=_0x5d0c15,_0x1419cf=_0x49dbd1[_0x241e91(0x161)](_0x135091(_0x54edec[_0x241e91(0x182)]['range']),_0x135091(_0x775fdf));if(_0x1419cf[_0x241e91(0x104)]||_0x1419cf[_0x241e91(0x285)]){if(_0x775fdf[_0x241e91(0x15d)]+=_0x1419cf[_0x241e91(0x285)],_0x775fdf['endColumn']+=_0x1419cf[_0x241e91(0x285)]+(_0x1419cf[_0x241e91(0x104)]||0x0),_0x43daba){const _0x10bc6f=_0x49dbd1[_0x241e91(0x161)](_0x135091(_0x54edec[_0x241e91(0x182)]['range']),_0x135091(_0x43daba));(_0x10bc6f['length']||_0x10bc6f[_0x241e91(0x285)])&&(_0x43daba[_0x241e91(0x15d)]+=_0x10bc6f[_0x241e91(0x285)],_0x43daba[_0x241e91(0x262)]+=_0x10bc6f[_0x241e91(0x285)],_0x43daba['actualColumn']+=_0x10bc6f[_0x241e91(0x285)]);}_0x4f9d76=!0x0;}}),_0x4f9d76&&_0x2fdbbc['m2Prime'][_0x26c2c4(0x276)](_0x1aa947),_0x2fdbbc;}},_0x3cfb17={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x2de74c[_0x8a5c80(0x241)]['id'],'handler'(_0x1de34a,_0x45a56f){const _0x433757=_0x8a5c80,_0x44d103={'m1Prime':_0x1de34a,'m2Prime':_0x45a56f};if(_0x1de34a[_0x433757(0x182)][_0x433757(0x29c)]!==_0x45a56f[_0x433757(0x182)]['unitId']||_0x1de34a['params'][_0x433757(0xf9)]!==_0x45a56f[_0x433757(0x182)][_0x433757(0xf9)])return _0x44d103;const _0x4d1a64=_0x5460d0[_0x433757(0x1d1)]['deepClone'](_0x1de34a),_0x233af1=_0x5460d0['Tools'][_0x433757(0x89)](_0x45a56f),_0xe6bbee=_0x409acf({'start':_0x1de34a[_0x433757(0x182)]['range'][_0x433757(0x15d)],'end':_0x1de34a[_0x433757(0x182)]['range'][_0x433757(0x262)]},{'start':_0x45a56f[_0x433757(0x182)][_0x433757(0x9a)],'end':_0x45a56f[_0x433757(0x182)][_0x433757(0x9a)]});if(_0x233af1[_0x433757(0x182)][_0x433757(0x9a)]===_0xe6bbee[_0x433757(0x9f)])return _0x44d103;_0x233af1[_0x433757(0x182)][_0x433757(0x9a)]=_0xe6bbee['start'],_0x233af1[_0x433757(0x182)]['criteria']&&(_0x233af1['params'][_0x433757(0x255)][_0x433757(0xce)]=_0xe6bbee[_0x433757(0x9f)]);const _0x412fa5=_0x5460d0[_0x433757(0x1d1)][_0x433757(0x89)](_0x45a56f);return _0x412fa5[_0x433757(0x182)][_0x433757(0x255)]=null,{'m1Prime':[_0x412fa5,_0x233af1,_0x4d1a64],'m2Prime':[_0x233af1]};}},_0x291675={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x2de74c['SetSheetsFilterRangeMutation']['id'],'handler'(_0x2ffbc2,_0x31f35e){const _0x20ad8e=_0x8a5c80,_0xe8e305={'m1Prime':_0x2ffbc2,'m2Prime':_0x31f35e};if(_0x2ffbc2[_0x20ad8e(0x182)][_0x20ad8e(0x29c)]!==_0x31f35e[_0x20ad8e(0x182)][_0x20ad8e(0x29c)]||_0x2ffbc2['params']['subUnitId']!==_0x31f35e['params'][_0x20ad8e(0xf9)])return _0xe8e305;const _0x2fa669=_0x5460d0[_0x20ad8e(0x1d1)]['deepClone'](_0x2ffbc2),_0xc0fe6a=_0x5460d0[_0x20ad8e(0x1d1)]['deepClone'](_0x31f35e),_0x968372=_0x409acf({'start':_0x2ffbc2[_0x20ad8e(0x182)][_0x20ad8e(0x205)][_0x20ad8e(0x15d)],'end':_0x2ffbc2[_0x20ad8e(0x182)][_0x20ad8e(0x205)][_0x20ad8e(0x262)]},{'start':_0x31f35e[_0x20ad8e(0x182)]['range'][_0x20ad8e(0x15d)],'end':_0x31f35e['params'][_0x20ad8e(0x205)]['endColumn']});return _0xc0fe6a[_0x20ad8e(0x182)][_0x20ad8e(0x205)]['startColumn']===_0x968372['start']&&_0xc0fe6a[_0x20ad8e(0x182)][_0x20ad8e(0x205)][_0x20ad8e(0x262)]===_0x968372[_0x20ad8e(0x13c)]?_0xe8e305:(_0xc0fe6a[_0x20ad8e(0x182)][_0x20ad8e(0x205)]['startColumn']=_0x968372[_0x20ad8e(0x9f)],_0xc0fe6a[_0x20ad8e(0x182)][_0x20ad8e(0x205)][_0x20ad8e(0x262)]=_0x968372[_0x20ad8e(0x13c)],{'m1Prime':[_0xc0fe6a,_0x2fa669],'m2Prime':[_0xc0fe6a]});}},_0x511e1a={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x1c4)]['id'],'handler'(_0x21fb74,_0x38111f){const _0x38415a=_0x8a5c80,_0x3cc1e2={'m1Prime':_0x21fb74,'m2Prime':_0x38111f};if(_0x21fb74['params'][_0x38415a(0x29c)]!==_0x38111f[_0x38415a(0x182)][_0x38415a(0x29c)]||_0x21fb74[_0x38415a(0x182)][_0x38415a(0xf9)]!==_0x38111f['params'][_0x38415a(0xf9)])return _0x3cc1e2;const _0x2cb81e=_0x5460d0['Tools'][_0x38415a(0x89)](_0x21fb74),_0x2a1316=_0x5460d0[_0x38415a(0x1d1)][_0x38415a(0x89)](_0x38111f),{ranges:_0x4b4596,colWidth:_0x3e4634}=_0x2a1316[_0x38415a(0x182)];if(_0x4b4596[_0x38415a(0x188)](_0x9f9ddb=>{const _0x16639f=_0x38415a,_0x1e968f=_0x49dbd1[_0x16639f(0x161)](_0x135091(_0x21fb74[_0x16639f(0x182)][_0x16639f(0x205)]),_0x9f9ddb);return _0x1e968f[_0x16639f(0x104)]!==0x0?!0x0:(_0x9f9ddb[_0x16639f(0x15d)]+=_0x1e968f[_0x16639f(0x285)],_0x9f9ddb[_0x16639f(0x262)]+=_0x1e968f[_0x16639f(0x285)],!0x1);}))return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')};if(typeof _0x3e4634!=_0x38415a(0x1f2)){for(let _0x52ccd3=_0x21fb74[_0x38415a(0x182)][_0x38415a(0x205)]['startColumn'];_0x52ccd3<=_0x21fb74[_0x38415a(0x182)][_0x38415a(0x205)][_0x38415a(0x262)];_0x52ccd3++)_0x5460d0[_0x38415a(0x181)](_0x52ccd3,void 0x0,_0x3e4634);}return{'m1Prime':_0x2cb81e,'m2Prime':_0x2a1316};}},_0x388be0=(_0x338634,_0x203eca)=>{const _0x4650d5=_0x8a5c80,_0x1e99d7=_0x28586d['singleReferenceToGrid'](_0x338634[_0x4650d5(0x182)][_0x4650d5(0x1cd)][_0x4650d5(0x25a)]),_0x5dd96a={'startColumn':_0x1e99d7[_0x4650d5(0x128)],'endColumn':_0x1e99d7['column'],'startRow':_0x1e99d7['row'],'endRow':_0x1e99d7[_0x4650d5(0x150)]},_0x1564e7=_0x49dbd1[_0x4650d5(0xd9)](_0x5dd96a,_0x203eca);if(!_0x1564e7)return[{'id':_0x39d280[_0x4650d5(0x13b)]['id'],'params':{..._0x338634[_0x4650d5(0x182)],'comment':void 0x0,'commentId':_0x338634[_0x4650d5(0x182)][_0x4650d5(0x1cd)][_0x4650d5(0x9d)]}}];const _0x5ea965=_0x28586d['serializeRange'](_0x1564e7);return _0x5ea965===_0x338634[_0x4650d5(0x182)][_0x4650d5(0x1cd)][_0x4650d5(0x25a)]?[]:[{'id':_0x39d280[_0x4650d5(0x14d)]['id'],'params':{..._0x338634[_0x4650d5(0x182)],'comment':void 0x0,'payload':{'ref':_0x5ea965,'commentId':_0x338634[_0x4650d5(0x182)]['payload'][_0x4650d5(0x9d)]}}}];},_0x2e641d={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x39d280[_0x8a5c80(0x14d)]['id'],'handler':(_0x233a60,_0x5bdd89)=>{const _0x5511df=_0x8a5c80,_0x18541d={'m1Prime':_0x233a60,'m2Prime':_0x5bdd89};if(_0x233a60[_0x5511df(0x182)][_0x5511df(0x29c)]!==_0x5bdd89[_0x5511df(0x182)]['unitId']||_0x233a60[_0x5511df(0x182)]['subUnitId']!==_0x5bdd89[_0x5511df(0x182)]['subUnitId'])return _0x18541d;const _0x2951b2={'id':_0x49dbd1[_0x5511df(0x199)]['id'],'params':{'unitId':_0x233a60[_0x5511df(0x182)][_0x5511df(0x29c)],'subUnitId':_0x233a60['params']['subUnitId'],'range':_0x233a60['params'][_0x5511df(0x205)]}},_0x53ad1a=_0x388be0(_0x5bdd89,_0x2951b2);return{'m1Prime':[_0x233a60,..._0x53ad1a],'m2Prime':[_0x5bdd89,..._0x53ad1a]};}};function _0x13e00d(_0x444250,_0x5e3da4){const _0x3b7d87=_0x8a5c80;var _0x5060bb,_0x262827;const {payload:_0x36e96c,unitId:_0x3972f8,subUnitId:_0x414d87,ruleId:_0x588732}=_0x444250['params'];switch(_0x36e96c[_0x3b7d87(0x256)]){case _0x3d6bbe['UpdateRuleType'][_0x3b7d87(0x19f)]:{const _0x3dd004=_0x36e96c[_0x3b7d87(0x1cd)]['map'](_0x1ccd6a=>_0x49dbd1[_0x3b7d87(0x24c)](_0x1ccd6a,_0x5e3da4))['filter'](Boolean)['flat']();if(!_0x5460d0[_0x3b7d87(0x12b)](_0x3dd004,_0x36e96c[_0x3b7d87(0x1cd)]))return[{'id':_0x3d6bbe[_0x3b7d87(0x252)]['id'],'params':{'unitId':_0x3972f8,'subUnitId':_0x414d87,'ruleId':_0x588732,'payload':{'type':_0x3d6bbe[_0x3b7d87(0x243)]['RANGE'],'payload':_0x3dd004}}}];break;}case _0x3d6bbe[_0x3b7d87(0x243)][_0x3b7d87(0x20c)]:{const _0x2b9a8d=_0xe3fdb0=>_0xbb31eb(_0x3972f8,_0x414d87,_0xe3fdb0,_0x8a8a2=>_0x49dbd1['handleDefaultRangeChangeWithEffectRefCommands'](_0x8a8a2,_0x5e3da4)),_0x2fe64d=(_0x5060bb=_0x36e96c[_0x3b7d87(0x1cd)][_0x3b7d87(0x2a0)])!=null?_0x5060bb:'',_0x49e90d=(_0x262827=_0x36e96c[_0x3b7d87(0x1cd)]['formula2'])!=null?_0x262827:'';let _0x5a5ed7=_0x2fe64d,_0x65e24e=_0x49e90d;if(_0x5460d0[_0x3b7d87(0x10a)](_0x2fe64d)&&(_0x5a5ed7=_0x2b9a8d(_0x2fe64d)),_0x5460d0[_0x3b7d87(0x10a)](_0x49e90d)&&(_0x65e24e=_0x2b9a8d(_0x49e90d)),_0x5a5ed7!==_0x2fe64d||_0x65e24e!==_0x49e90d)return[{'id':_0x3d6bbe[_0x3b7d87(0x252)]['id'],'params':{'unitId':_0x3972f8,'subUnitId':_0x414d87,'ruleId':_0x588732,'payload':{'type':_0x3d6bbe['UpdateRuleType'][_0x3b7d87(0x20c)],'payload':{'type':_0x36e96c[_0x3b7d87(0x1cd)][_0x3b7d87(0x256)],'formula1':_0x5a5ed7,'formula2':_0x65e24e}}}}];break;}}return[];}const _0x3f640a={'m1':_0x49dbd1['MoveColsMutation']['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0x5d3f13,_0x1e7a7c)=>{const _0x13aaa6=_0x8a5c80,_0x161f97={'m1Prime':_0x5d3f13,'m2Prime':_0x1e7a7c};if(_0x5d3f13[_0x13aaa6(0x182)][_0x13aaa6(0x29c)]!==_0x1e7a7c[_0x13aaa6(0x182)][_0x13aaa6(0x29c)]||_0x1e7a7c[_0x13aaa6(0x182)][_0x13aaa6(0xf9)]!==_0x5d3f13[_0x13aaa6(0x182)][_0x13aaa6(0xf9)])return _0x161f97;const _0x252730={'id':_0x49dbd1[_0x13aaa6(0x1b7)]['id'],'params':{'fromRange':_0x5d3f13[_0x13aaa6(0x182)]['sourceRange'],'toRange':_0x5d3f13[_0x13aaa6(0x182)][_0x13aaa6(0xc7)]}},_0x5434cc=_0x13e00d(_0x1e7a7c,_0x252730);return{'m1Prime':[_0x5d3f13,..._0x5434cc],'m2Prime':[_0x1e7a7c,..._0x5434cc]};}},_0x2a7b47={'m1':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0x566b8e,_0x48fb83)=>{const _0x251794=_0x8a5c80,_0x2f9a78={'m1Prime':_0x566b8e,'m2Prime':_0x48fb83};if(_0x566b8e['params'][_0x251794(0x29c)]!==_0x48fb83[_0x251794(0x182)][_0x251794(0x29c)]||_0x48fb83[_0x251794(0x182)][_0x251794(0xf9)]!==_0x566b8e[_0x251794(0x182)][_0x251794(0xf9)])return _0x2f9a78;const _0x4c109b={'id':_0x49dbd1['InsertColCommand']['id'],'params':{'unitId':_0x566b8e['params'][_0x251794(0x29c)],'subUnitId':_0x566b8e['params'][_0x251794(0xf9)],'range':_0x566b8e[_0x251794(0x182)][_0x251794(0x205)]}},_0x1919ce=_0x13e00d(_0x48fb83,_0x4c109b);return{'m1Prime':[_0x566b8e,..._0x1919ce],'m2Prime':[_0x48fb83,..._0x1919ce]};}},_0x10c118={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x39d280[_0x8a5c80(0xc2)]['id'],'handler':(_0x4d02e3,_0x3058fe)=>{const _0x2a1d9d=_0x8a5c80,_0xcfc736={'m1Prime':_0x4d02e3,'m2Prime':_0x3058fe};if(_0x4d02e3[_0x2a1d9d(0x182)][_0x2a1d9d(0x29c)]!==_0x3058fe[_0x2a1d9d(0x182)][_0x2a1d9d(0x29c)]||_0x4d02e3[_0x2a1d9d(0x182)][_0x2a1d9d(0xf9)]!==_0x3058fe[_0x2a1d9d(0x182)][_0x2a1d9d(0xf9)])return _0xcfc736;const _0x550539={'id':_0x49dbd1['InsertRowCommand']['id'],'params':{'unitId':_0x4d02e3[_0x2a1d9d(0x182)][_0x2a1d9d(0x29c)],'subUnitId':_0x4d02e3['params'][_0x2a1d9d(0xf9)],'range':_0x4d02e3['params'][_0x2a1d9d(0x205)]}},_0x31d665=_0x39a5a1(_0x3058fe,_0x550539);return{'m1Prime':[_0x4d02e3,..._0x31d665],'m2Prime':[_0x3058fe,..._0x31d665]};}},_0x113625={'m1':_0x49dbd1['InsertRowMutation']['id'],'m2':_0x49dbd1['AddWorksheetMergeMutation']['id'],'handler'(_0x258d53,_0x486d28){const _0x3eeb2b=_0x8a5c80,_0x4e88d1=_0x5967b0['handler'](_0x486d28,_0x258d53);return _0x5f3d25(_0x4e88d1)?{'m1Prime':_0x4e88d1[_0x3eeb2b(0x201)],'m2Prime':_0x4e88d1[_0x3eeb2b(0x230)]}:_0x4e88d1;}},_0x4aaf7e={'m1':_0x49dbd1['InsertRowMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x166)]['id'],'handler'(_0x44f562,_0x22bc6e){const _0x4ea956=_0x8a5c80,_0x5d11c7={'m1Prime':_0x44f562,'m2Prime':_0x22bc6e};if(_0x44f562[_0x4ea956(0x182)][_0x4ea956(0x29c)]!==_0x22bc6e['params'][_0x4ea956(0x29c)]||_0x44f562['params'][_0x4ea956(0xf9)]!==_0x22bc6e[_0x4ea956(0x182)][_0x4ea956(0xf9)])return _0x5d11c7;const _0x5d90f1=_0x5460d0['Tools'][_0x4ea956(0x89)](_0x44f562),_0x2d8711=_0x5460d0[_0x4ea956(0x1d1)][_0x4ea956(0x89)](_0x22bc6e),_0xaf83e6=_0x49dbd1['handleBaseInsertRange'](_0x135091(_0x49dbd1['rotateRange'](_0x44f562[_0x4ea956(0x182)]['range'])),_0x135091(_0x49dbd1[_0x4ea956(0x221)](_0x22bc6e[_0x4ea956(0x182)][_0x4ea956(0x205)])));if(_0xaf83e6?(_0x2d8711[_0x4ea956(0x182)]['range'][_0x4ea956(0x1af)]+=_0xaf83e6['step'],_0x2d8711[_0x4ea956(0x182)][_0x4ea956(0x205)][_0x4ea956(0x11e)]+=_0xaf83e6[_0x4ea956(0x285)]+(_0xaf83e6[_0x4ea956(0x104)]||0x0)):_0x2d8711['id']=_0x49dbd1[_0x4ea956(0xf6)]['id'],_0x44f562[_0x4ea956(0x182)]['range'][_0x4ea956(0x1af)]!==_0x22bc6e['params'][_0x4ea956(0x205)][_0x4ea956(0x1af)]){const _0x5e2f46=_0x49dbd1[_0x4ea956(0x161)](_0x135091(_0x49dbd1['rotateRange'](_0x22bc6e[_0x4ea956(0x182)][_0x4ea956(0x205)])),_0x135091(_0x49dbd1[_0x4ea956(0x221)](_0x44f562[_0x4ea956(0x182)][_0x4ea956(0x205)])));_0x5e2f46?(_0x5d90f1[_0x4ea956(0x182)]['range'][_0x4ea956(0x1af)]+=_0x5e2f46[_0x4ea956(0x285)],_0x5d90f1[_0x4ea956(0x182)][_0x4ea956(0x205)][_0x4ea956(0x11e)]+=_0x5e2f46['step']+(_0x5e2f46['length']||0x0)):_0x5d90f1['id']=_0x49dbd1[_0x4ea956(0xf6)]['id'];}return{'m1Prime':_0x5d90f1,'m2Prime':_0x2d8711};}},_0x5289ff={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x49dbd1['MoveRangeMutation']['id'],'handler'(_0x4707af,_0x2b8f25){const _0x50f881=_0x8a5c80,_0x57438b={'m1Prime':_0x4707af,'m2Prime':_0x2b8f25};if(_0x4707af['params'][_0x50f881(0x29c)]!==_0x2b8f25[_0x50f881(0x182)][_0x50f881(0x29c)]||_0x4707af[_0x50f881(0x182)][_0x50f881(0xf9)]!==_0x2b8f25['params'][_0x50f881(0x190)]['subUnitId']&&_0x4707af[_0x50f881(0x182)][_0x50f881(0xf9)]!==_0x2b8f25[_0x50f881(0x182)]['to'][_0x50f881(0xf9)])return _0x57438b;const _0x591eab=_0x5460d0['Tools'][_0x50f881(0x89)](_0x4707af),_0xbcc9cc=_0x5460d0[_0x50f881(0x1d1)][_0x50f881(0x89)](_0x2b8f25);if(_0x4707af[_0x50f881(0x182)][_0x50f881(0xf9)]===_0x2b8f25[_0x50f881(0x182)]['from'][_0x50f881(0xf9)]){const _0x45bc02=new _0x5460d0[(_0x50f881(0xfd))](_0xbcc9cc[_0x50f881(0x182)][_0x50f881(0x190)][_0x50f881(0x1f3)])[_0x50f881(0x1a6)](),{startRow:_0x43a09f,endRow:_0x3b56f2}=_0x45bc02,{startRow:_0x42808e,endRow:_0x435347}=_0x4707af['params'][_0x50f881(0x205)],{step:_0x1b8427,length:_0x57bc84}=_0x49dbd1[_0x50f881(0x161)](_0x49dbd1['rotateRange'](_0x4707af['params']['range']),_0x49dbd1['rotateRange'](_0x45bc02));_0x1b8427>0x0&&_0x57bc84===0x0&&_0x409e9b(_0xbcc9cc['params']['from'][_0x50f881(0x1f3)],_0x43a09f,_0x3b56f2-_0x43a09f+0x1,_0x1b8427),_0x1b8427===0x0&&_0x57bc84>0x0&&_0x409e9b(_0xbcc9cc[_0x50f881(0x182)][_0x50f881(0x190)][_0x50f881(0x1f3)],_0x42808e,_0x3b56f2-_0x42808e+0x1,_0x435347-_0x42808e+0x1);}if(_0x4707af[_0x50f881(0x182)]['subUnitId']===_0x2b8f25[_0x50f881(0x182)]['to']['subUnitId']){const _0x1cf746=new _0x5460d0[(_0x50f881(0xfd))](_0x2b8f25['params']['to']['value'])['getDataRange'](),{startRow:_0x149aa8,endRow:_0x12e2f1}=_0x1cf746,{startRow:_0x11de1c,endRow:_0x25d757}=_0x4707af['params'][_0x50f881(0x205)],{step:_0x4f2038,length:_0x49c78f}=_0x49dbd1[_0x50f881(0x161)](_0x49dbd1['rotateRange'](_0x4707af['params'][_0x50f881(0x205)]),_0x49dbd1[_0x50f881(0x221)](_0x1cf746));_0x4f2038>0x0&&_0x49c78f===0x0&&_0x409e9b(_0xbcc9cc[_0x50f881(0x182)]['to'][_0x50f881(0x1f3)],_0x149aa8,_0x12e2f1-_0x149aa8+0x1,_0x4f2038),_0x4f2038===0x0&&_0x49c78f>0x0&&_0x409e9b(_0xbcc9cc[_0x50f881(0x182)]['to'][_0x50f881(0x1f3)],_0x11de1c,_0x12e2f1-_0x11de1c+0x1,_0x25d757-_0x11de1c+0x1);}return{'m1Prime':_0x591eab,'m2Prime':_0xbcc9cc};}},_0x5040f6={'m1':_0x49dbd1['InsertRowMutation']['id'],'m2':_0x49dbd1['MoveRowsMutation']['id'],'handler'(_0x41aa18,_0x45b66f){const _0x5c4107=_0x8a5c80,_0x585d60={'m1Prime':_0x41aa18,'m2Prime':_0x45b66f};if(_0x41aa18[_0x5c4107(0x182)][_0x5c4107(0x29c)]!==_0x45b66f[_0x5c4107(0x182)][_0x5c4107(0x29c)]||_0x41aa18[_0x5c4107(0x182)][_0x5c4107(0xf9)]!==_0x45b66f[_0x5c4107(0x182)][_0x5c4107(0xf9)])return _0x585d60;const _0x174ddf=_0x5460d0['Tools']['deepClone'](_0x41aa18),_0x3ffe95=_0x5460d0['Tools'][_0x5c4107(0x89)](_0x45b66f),_0x15cddd=_0x45b66f[_0x5c4107(0x182)][_0x5c4107(0x29a)],_0x501a48=_0x45b66f['params'][_0x5c4107(0xc7)];if(_0x41aa18[_0x5c4107(0x182)][_0x5c4107(0x205)][_0x5c4107(0x1af)]>_0x15cddd[_0x5c4107(0x1af)]&&_0x41aa18[_0x5c4107(0x182)][_0x5c4107(0x205)][_0x5c4107(0x1af)]<=_0x15cddd[_0x5c4107(0x11e)]||_0x41aa18[_0x5c4107(0x182)]['range'][_0x5c4107(0x1af)]>_0x501a48[_0x5c4107(0x1af)]&&_0x41aa18[_0x5c4107(0x182)]['range'][_0x5c4107(0x1af)]<=_0x501a48[_0x5c4107(0x11e)])return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x24438a=_0x49dbd1[_0x5c4107(0x161)](_0x135091(_0x49dbd1[_0x5c4107(0x221)](_0x41aa18['params'][_0x5c4107(0x205)])),_0x135091(_0x49dbd1[_0x5c4107(0x221)](_0x15cddd))),_0x47990e=_0x49dbd1[_0x5c4107(0x161)](_0x135091(_0x49dbd1[_0x5c4107(0x221)](_0x41aa18[_0x5c4107(0x182)]['range'])),_0x135091(_0x49dbd1['rotateRange'](_0x501a48)));if(_0x3ffe95[_0x5c4107(0x182)][_0x5c4107(0x29a)][_0x5c4107(0x1af)]+=_0x24438a[_0x5c4107(0x285)],_0x3ffe95[_0x5c4107(0x182)][_0x5c4107(0x29a)][_0x5c4107(0x11e)]+=_0x24438a[_0x5c4107(0x285)]+(_0x24438a[_0x5c4107(0x104)]||0x0),_0x3ffe95[_0x5c4107(0x182)][_0x5c4107(0xc7)][_0x5c4107(0x1af)]+=_0x47990e['step'],_0x3ffe95[_0x5c4107(0x182)][_0x5c4107(0xc7)][_0x5c4107(0x11e)]+=_0x47990e[_0x5c4107(0x285)]+(_0x47990e[_0x5c4107(0x104)]||0x0),_0x15cddd[_0x5c4107(0x1af)]>=_0x41aa18[_0x5c4107(0x182)][_0x5c4107(0x205)][_0x5c4107(0x1af)]&&_0x501a48[_0x5c4107(0x1af)]<_0x41aa18['params'][_0x5c4107(0x205)][_0x5c4107(0x1af)]){const _0xdfdc68=_0x501a48[_0x5c4107(0x11e)]-_0x501a48[_0x5c4107(0x1af)]+0x1;_0x174ddf['params'][_0x5c4107(0x205)][_0x5c4107(0x1af)]+=_0xdfdc68,_0x174ddf[_0x5c4107(0x182)][_0x5c4107(0x205)][_0x5c4107(0x11e)]+=_0xdfdc68;}else{if(_0x15cddd[_0x5c4107(0x11e)]<_0x41aa18[_0x5c4107(0x182)][_0x5c4107(0x205)][_0x5c4107(0x1af)]&&_0x501a48['startRow']>=_0x41aa18['params']['range'][_0x5c4107(0x1af)]){const _0x40e30e=_0x15cddd['endRow']-_0x15cddd[_0x5c4107(0x1af)]+0x1;_0x174ddf[_0x5c4107(0x182)]['range']['startRow']-=_0x40e30e,_0x174ddf[_0x5c4107(0x182)][_0x5c4107(0x205)][_0x5c4107(0x11e)]-=_0x40e30e;}}return{'m1Prime':_0x174ddf,'m2Prime':_0x3ffe95};}},_0x45cb11={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x3e617b,_0x134e1f){const _0x348d38=_0x8a5c80,_0x7dd37a={'m1Prime':_0x3e617b,'m2Prime':_0x134e1f};if(_0x3e617b[_0x348d38(0x182)][_0x348d38(0x29c)]!==_0x134e1f[_0x348d38(0x182)][_0x348d38(0x29c)]||_0x3e617b['params'][_0x348d38(0xf9)]!==_0x134e1f[_0x348d38(0x182)]['subUnitId'])return _0x7dd37a;const _0x8477de=_0x5460d0[_0x348d38(0x1d1)][_0x348d38(0x89)](_0x3e617b),_0x517e1e=_0x5460d0['Tools'][_0x348d38(0x89)](_0x134e1f),{ranges:_0x3571bb}=_0x517e1e[_0x348d38(0x182)];return _0x3571bb[_0x348d38(0x188)](_0x1945b5=>{const _0x34bfa2=_0x348d38,_0x46ff7e=_0x49dbd1['handleBaseInsertRange'](_0x135091(_0x49dbd1[_0x34bfa2(0x221)](_0x3e617b[_0x34bfa2(0x182)][_0x34bfa2(0x205)])),_0x135091(_0x49dbd1[_0x34bfa2(0x221)](_0x1945b5)));return _0x46ff7e[_0x34bfa2(0x104)]!==0x0?!0x0:(_0x1945b5[_0x34bfa2(0x1af)]+=_0x46ff7e[_0x34bfa2(0x285)],_0x1945b5['endRow']+=_0x46ff7e['step'],!0x1);})?{'error':new Error(_0x348d38(0x278))}:{'m1Prime':_0x8477de,'m2Prime':_0x517e1e};}},_0x25d53a={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x130)]['id'],'handler'(_0x2977c7,_0x46d8a5){const _0x3c758d=_0x8a5c80,_0x5bc30c={'m1Prime':_0x2977c7,'m2Prime':_0x46d8a5};if(_0x2977c7[_0x3c758d(0x182)][_0x3c758d(0x29c)]!==_0x46d8a5['params'][_0x3c758d(0x29c)]||_0x2977c7[_0x3c758d(0x182)]['subUnitId']!==_0x46d8a5['params'][_0x3c758d(0xf9)])return _0x5bc30c;const _0x54aa70=_0x5460d0[_0x3c758d(0x1d1)][_0x3c758d(0x89)](_0x2977c7),_0x29687e=_0x5460d0[_0x3c758d(0x1d1)][_0x3c758d(0x89)](_0x46d8a5);if(_0x2977c7[_0x3c758d(0x182)][_0x3c758d(0x205)][_0x3c758d(0x1af)]<=_0x46d8a5[_0x3c758d(0x182)][_0x3c758d(0x205)][_0x3c758d(0x11e)]&&_0x2977c7['params'][_0x3c758d(0x205)][_0x3c758d(0x1af)]>_0x46d8a5[_0x3c758d(0x182)][_0x3c758d(0x205)][_0x3c758d(0x1af)])return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20remove\x20row')};const _0x6f8742=_0x49dbd1[_0x3c758d(0x161)](_0x135091(_0x49dbd1[_0x3c758d(0x221)](_0x2977c7[_0x3c758d(0x182)][_0x3c758d(0x205)])),_0x135091(_0x49dbd1[_0x3c758d(0x221)](_0x46d8a5[_0x3c758d(0x182)]['range'])));_0x6f8742?(_0x29687e[_0x3c758d(0x182)][_0x3c758d(0x205)][_0x3c758d(0x1af)]+=_0x6f8742[_0x3c758d(0x285)],_0x29687e[_0x3c758d(0x182)][_0x3c758d(0x205)]['endRow']+=_0x6f8742[_0x3c758d(0x285)]+(_0x6f8742[_0x3c758d(0x104)]||0x0)):_0x29687e['id']=_0x49dbd1[_0x3c758d(0xf6)]['id'];const _0x2e4acb=_0x49dbd1['handleBaseRemoveRange'](_0x135091(_0x49dbd1[_0x3c758d(0x221)](_0x46d8a5[_0x3c758d(0x182)][_0x3c758d(0x205)])),_0x135091(_0x49dbd1[_0x3c758d(0x221)](_0x2977c7['params']['range'])));return _0x2e4acb&&(_0x54aa70[_0x3c758d(0x182)][_0x3c758d(0x205)][_0x3c758d(0x1af)]+=_0x2e4acb['step'],_0x54aa70[_0x3c758d(0x182)][_0x3c758d(0x205)][_0x3c758d(0x11e)]+=_0x2e4acb[_0x3c758d(0x285)]+(_0x2e4acb[_0x3c758d(0x104)]||0x0)),{'m1Prime':_0x54aa70,'m2Prime':_0x29687e};}},_0x58fc06={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x211)]['id'],'handler'(_0x32347f,_0x146834){const _0x517898=_0x8a5c80,_0x320d18=_0x5460d0['Tools'][_0x517898(0x89)](_0x32347f),_0x4f5d02=_0x5460d0['Tools'][_0x517898(0x89)](_0x146834);if(_0x32347f['params'][_0x517898(0x29c)]!==_0x146834[_0x517898(0x182)][_0x517898(0x29c)]||_0x32347f[_0x517898(0x182)][_0x517898(0xf9)]!==_0x146834[_0x517898(0x182)][_0x517898(0xf9)])return{'m1Prime':_0x320d18,'m2Prime':_0x4f5d02};const _0x1e94b4=_0x4f5d02[_0x517898(0x182)][_0x517898(0x287)][_0x517898(0x29b)](_0x51686b=>{const _0x5a869d=_0x517898,_0x29bfd4=_0x320d18[_0x5a869d(0x182)]['range'],_0x256799=_0x29bfd4['endRow']-_0x29bfd4[_0x5a869d(0x1af)]+0x1;return _0x29bfd4[_0x5a869d(0x1af)]<=_0x51686b[_0x5a869d(0x1af)]?{..._0x51686b,'startRow':_0x51686b[_0x5a869d(0x1af)]+_0x256799,'endRow':_0x51686b[_0x5a869d(0x11e)]+_0x256799}:_0x29bfd4[_0x5a869d(0x1af)]>_0x51686b[_0x5a869d(0x1af)]&&_0x29bfd4[_0x5a869d(0x1af)]<=_0x51686b[_0x5a869d(0x11e)]?{..._0x51686b,'endRow':_0x51686b['endRow']+_0x256799}:{..._0x51686b};});return _0x4f5d02[_0x517898(0x182)][_0x517898(0x287)]=_0x1e94b4,{'m1Prime':_0x320d18,'m2Prime':_0x4f5d02};}},_0x10987a={'m1':_0x49dbd1['InsertRowMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0xca)]['id'],'handler'(_0x8f4440,_0xf141a1){const _0x1c39a0=_0x8a5c80,_0x2e7a09={'m1Prime':_0x8f4440,'m2Prime':_0xf141a1};if(_0x8f4440['params'][_0x1c39a0(0x29c)]!==_0xf141a1[_0x1c39a0(0x182)][_0x1c39a0(0x29c)]||_0x8f4440['params']['subUnitId']!==_0xf141a1[_0x1c39a0(0x182)]['subUnitId'])return _0x2e7a09;const _0x5db745=_0x5460d0[_0x1c39a0(0x1d1)][_0x1c39a0(0x89)](_0xf141a1),_0x50e74b=_0x49dbd1['handleBaseInsertRange'](_0x135091(_0x49dbd1[_0x1c39a0(0x221)](_0x8f4440[_0x1c39a0(0x182)][_0x1c39a0(0x205)])),_0x135091(_0x49dbd1['rotateRange'](_0xf141a1[_0x1c39a0(0x182)][_0x1c39a0(0x205)])));_0x5db745[_0x1c39a0(0x182)]['range'][_0x1c39a0(0x1af)]+=_0x50e74b[_0x1c39a0(0x285)],_0x5db745[_0x1c39a0(0x182)][_0x1c39a0(0x205)][_0x1c39a0(0x11e)]+=_0x50e74b[_0x1c39a0(0x285)]+(_0x50e74b[_0x1c39a0(0x104)]||0x0);const _0x238fc2=_0x8f4440[_0x1c39a0(0x182)][_0x1c39a0(0x205)]['startRow'],_0x5e28a4=_0x8f4440[_0x1c39a0(0x182)]['range']['endRow']-_0x8f4440['params'][_0x1c39a0(0x205)]['startRow']+0x1,_0x23c31b={};for(const _0x5578c8 in _0xf141a1[_0x1c39a0(0x182)]['order']){let _0x5205ea=Number(_0x5578c8),_0x5525f2=_0xf141a1[_0x1c39a0(0x182)]['order'][_0x5578c8];_0x5205ea=_0x54aee9(_0x238fc2,_0x5e28a4,_0x5205ea),_0x5525f2=_0x54aee9(_0x238fc2,_0x5e28a4,_0x5525f2),_0x23c31b[_0x5205ea]=_0x5525f2;}return _0x5db745[_0x1c39a0(0x182)]['order']=_0x23c31b,{'m1Prime':_0x8f4440,'m2Prime':_0x5db745};}},_0x54aee9=(_0x51bd4e,_0x201f76,_0x17d7ce)=>_0x17d7ce>=_0x51bd4e?_0x17d7ce+_0x201f76:_0x17d7ce,_0x5b05b6={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler'(_0x584330,_0x1f1f5a){const _0x247e58=_0x8a5c80,_0x5437ec={'m1Prime':_0x584330,'m2Prime':_0x1f1f5a};if(_0x584330[_0x247e58(0x182)]['unitId']!==_0x1f1f5a['params'][_0x247e58(0x29c)]||_0x584330['params']['subUnitId']!==_0x1f1f5a['params'][_0x247e58(0xf9)])return _0x5437ec;const _0xde3441=[_0x5460d0[_0x247e58(0x1d1)][_0x247e58(0x89)](_0x584330)],_0x4c4e5a=_0x5460d0[_0x247e58(0x1d1)]['deepClone'](_0x1f1f5a),{values:_0x671732}=_0x4c4e5a[_0x247e58(0x182)],_0x6fef12=[];let _0x4d0225=!0x1;for(const _0x2c51e1 in _0x671732){const _0x5c40be=_0x671732[_0x2c51e1];if(_0x6fef12['push'](..._0x5c40be[_0x247e58(0x287)]),_0x5c40be[_0x247e58(0x287)][_0x247e58(0x188)](_0x4cbfc1=>{const _0x5b41a=_0x247e58,_0x4943e3=_0x49dbd1[_0x5b41a(0x161)](_0x135091(_0x49dbd1[_0x5b41a(0x221)](_0x584330[_0x5b41a(0x182)][_0x5b41a(0x205)])),_0x49dbd1[_0x5b41a(0x221)](_0x135091(_0x4cbfc1)));return _0x4943e3[_0x5b41a(0x104)]!==0x0?!0x0:(_0x4943e3[_0x5b41a(0x285)]!==0x0&&(_0x4d0225=!0x0),_0x4cbfc1['startRow']+=_0x4943e3['step'],_0x4cbfc1['endRow']+=_0x4943e3[_0x5b41a(0x285)],!0x1);}))return{'error':new Error(_0x247e58(0x8b))};}if(_0x4d0225){const _0x53e8da={'id':_0x49dbd1[_0x247e58(0x210)]['id'],'params':{'unitId':_0x1f1f5a['params'][_0x247e58(0x29c)],'subUnitId':_0x1f1f5a['params'][_0x247e58(0xf9)],'ranges':_0x6fef12}};_0xde3441[_0x247e58(0x276)](_0x53e8da,_0x4c4e5a);}return{'m1Prime':_0xde3441,'m2Prime':_0x4c4e5a};}},_0x111a88={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x49dbd1['SetRangeValuesMutation']['id'],'handler'(_0x4b4e92,_0x1cc084){const _0x15b419=_0x8a5c80,_0x5edd67={'m1Prime':_0x4b4e92,'m2Prime':_0x1cc084};if(_0x4b4e92['params'][_0x15b419(0x29c)]!==_0x1cc084['params'][_0x15b419(0x29c)]||_0x4b4e92['params']['subUnitId']!==_0x1cc084[_0x15b419(0x182)][_0x15b419(0xf9)])return _0x5edd67;const _0x1abf2a=[_0x5460d0[_0x15b419(0x1d1)]['deepClone'](_0x4b4e92)],_0x319d0f=_0x5460d0[_0x15b419(0x1d1)]['deepClone'](_0x1cc084),_0x56b0a1=new _0x5460d0[(_0x15b419(0xfd))](_0x319d0f[_0x15b419(0x182)][_0x15b419(0xa0)]),_0x1ef076=_0x56b0a1[_0x15b419(0x1a6)](),_0x43c80e=_0x4b4e92[_0x15b419(0x182)]['range'],_0x352e2e=_0x43c80e[_0x15b419(0x11e)]-_0x43c80e['startRow']+0x1;if(_0x319d0f['params']['cellValue']&&_0x43c80e[_0x15b419(0x1af)]<=_0x1ef076[_0x15b419(0x11e)]){const _0x50eb7c=Math[_0x15b419(0x26a)](_0x1ef076['startRow'],_0x43c80e[_0x15b419(0x1af)]);_0x409e9b(_0x319d0f[_0x15b419(0x182)]['cellValue'],_0x50eb7c,_0x1ef076[_0x15b419(0x11e)]-_0x50eb7c+0x1,_0x352e2e);}const _0x5bbb4e=new _0x5460d0[(_0x15b419(0xfd))]();let _0x108e23=!0x1;if(_0x56b0a1[_0x15b419(0x1a3)]((_0x152ee8,_0x4ed50b,_0x510920)=>{const _0x9da0cf=_0x15b419;if(_0x510920&&_0x510920['f']){const _0x3d6b12=_0x510920['f'];let _0xa41a7e=!0x1;const _0x516591=_0xbb31eb(_0x4b4e92['params'][_0x9da0cf(0x29c)],_0x4b4e92[_0x9da0cf(0x182)][_0x9da0cf(0xf9)],_0x3d6b12,_0x128d45=>{const _0x497842=_0x9da0cf,_0x2ba97b=_0x49dbd1['handleBaseInsertRange'](_0x135091(_0x49dbd1[_0x497842(0x221)](_0x4b4e92[_0x497842(0x182)][_0x497842(0x205)])),_0x135091(_0x49dbd1[_0x497842(0x221)](_0x128d45)));return(_0x2ba97b['step']!==0x0||_0x2ba97b[_0x497842(0x104)]!==0x0)&&(_0xa41a7e=!0x0,_0x128d45['startRow']+=_0x2ba97b['step'],_0x128d45[_0x497842(0x11e)]+=_0x2ba97b[_0x497842(0x285)]+_0x2ba97b[_0x497842(0x104)]),_0x128d45;});_0xa41a7e&&(_0x108e23=!0x0,_0x510920['f']=_0x516591,_0x5bbb4e['setValue'](_0x152ee8,_0x4ed50b,{..._0x510920}));}}),_0x108e23){const _0x3ef85b={'id':_0x49dbd1['SetRangeValuesMutation']['id'],'params':{'unitId':_0x1cc084[_0x15b419(0x182)]['unitId'],'subUnitId':_0x1cc084['params'][_0x15b419(0xf9)],'cellValue':_0x5bbb4e[_0x15b419(0x191)]()}};_0x1abf2a['push'](_0x3ef85b);}return{'m1Prime':_0x1abf2a,'m2Prime':_0x319d0f};}},_0x295ccf={'m1':_0x49dbd1['InsertRowMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x286)]['id'],'handler'(_0x1b2138,_0xca75b0){const _0x3556b4=_0x8a5c80,_0x5e7648={'m1Prime':_0x1b2138,'m2Prime':_0xca75b0};if(_0x1b2138[_0x3556b4(0x182)][_0x3556b4(0x29c)]!==_0xca75b0[_0x3556b4(0x182)][_0x3556b4(0x29c)]||_0x1b2138['params']['subUnitId']!==_0xca75b0['params'][_0x3556b4(0xf9)])return _0x5e7648;const _0x1c7889=_0x5460d0[_0x3556b4(0x1d1)][_0x3556b4(0x89)](_0x1b2138),_0xfbf8ea=_0x5460d0[_0x3556b4(0x1d1)][_0x3556b4(0x89)](_0xca75b0),{ranges:_0x27aa82}=_0xfbf8ea['params'];return _0x27aa82[_0x3556b4(0x188)](_0x57b6df=>{const _0x57eeb8=_0x3556b4,_0x54f0e2=_0x49dbd1[_0x57eeb8(0x161)](_0x135091(_0x49dbd1[_0x57eeb8(0x221)](_0x1b2138[_0x57eeb8(0x182)][_0x57eeb8(0x205)])),_0x135091(_0x49dbd1['rotateRange'](_0x57b6df)));return _0x54f0e2[_0x57eeb8(0x104)]!==0x0?!0x0:(_0x57b6df['startRow']+=_0x54f0e2[_0x57eeb8(0x285)],_0x57b6df[_0x57eeb8(0x11e)]+=_0x54f0e2[_0x57eeb8(0x285)],!0x1);})?{'error':new Error(_0x3556b4(0x270))}:{'m1Prime':_0x1c7889,'m2Prime':_0xfbf8ea};}},_0x16132c={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x21a)]['id'],'handler'(_0x4661e9,_0x2db0f3){const _0x3c045e=_0x8a5c80,_0x59e5a5={'m1Prime':_0x4661e9,'m2Prime':_0x2db0f3};if(_0x4661e9['params']['unitId']!==_0x2db0f3[_0x3c045e(0x182)][_0x3c045e(0x29c)]||_0x4661e9[_0x3c045e(0x182)][_0x3c045e(0xf9)]!==_0x2db0f3['params'][_0x3c045e(0xf9)])return _0x59e5a5;const _0x4f15ca=_0x5460d0[_0x3c045e(0x1d1)]['deepClone'](_0x4661e9),_0x133ee0=_0x5460d0[_0x3c045e(0x1d1)]['deepClone'](_0x2db0f3),{ranges:_0x1dbe3e}=_0x133ee0[_0x3c045e(0x182)];return _0x1dbe3e['some'](_0x1448b2=>{const _0x2ca863=_0x3c045e,_0x3d5d3b=_0x49dbd1[_0x2ca863(0x161)](_0x135091(_0x49dbd1[_0x2ca863(0x221)](_0x4661e9[_0x2ca863(0x182)][_0x2ca863(0x205)])),_0x135091(_0x49dbd1[_0x2ca863(0x221)](_0x1448b2)));return _0x3d5d3b['length']!==0x0?!0x0:(_0x1448b2[_0x2ca863(0x1af)]+=_0x3d5d3b[_0x2ca863(0x285)],_0x1448b2[_0x2ca863(0x11e)]+=_0x3d5d3b[_0x2ca863(0x285)],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible')}:{'m1Prime':_0x4f15ca,'m2Prime':_0x133ee0};}},_0x498665={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x49dbd1['SetSelectionsOperation']['id'],'handler'(_0x5775a1,_0x151590){const _0x16cd6b=_0x8a5c80,_0x7d414e={'m1Prime':[],'m2Prime':[]};if(_0x5775a1[_0x16cd6b(0x182)][_0x16cd6b(0x29c)]!==_0x151590[_0x16cd6b(0x182)][_0x16cd6b(0x29c)]||_0x5775a1[_0x16cd6b(0x182)][_0x16cd6b(0xf9)]!==_0x151590[_0x16cd6b(0x182)][_0x16cd6b(0xf9)])return _0x7d414e;const _0x54a519=_0x5460d0['Tools'][_0x16cd6b(0x89)](_0x151590);let _0x25bcc6=!0x1;return _0x54a519[_0x16cd6b(0x182)][_0x16cd6b(0x1bb)][_0x16cd6b(0x11a)](_0x3f5ec5=>{const _0x517550=_0x16cd6b,{range:_0x48a780,primary:_0x557fd6}=_0x3f5ec5,_0x476d2a=_0x49dbd1[_0x517550(0x161)](_0x135091(_0x49dbd1['rotateRange'](_0x5775a1[_0x517550(0x182)]['range'])),_0x135091(_0x49dbd1[_0x517550(0x221)](_0x48a780)));if(_0x476d2a['length']||_0x476d2a['step']){if(_0x48a780['startRow']+=_0x476d2a['step'],_0x48a780[_0x517550(0x11e)]+=_0x476d2a[_0x517550(0x285)]+(_0x476d2a['length']||0x0),_0x557fd6){const _0x5bd53a=_0x49dbd1[_0x517550(0x161)](_0x135091(_0x49dbd1[_0x517550(0x221)](_0x5775a1[_0x517550(0x182)][_0x517550(0x205)])),_0x135091(_0x49dbd1[_0x517550(0x221)](_0x557fd6)));(_0x5bd53a[_0x517550(0x104)]||_0x5bd53a[_0x517550(0x285)])&&(_0x557fd6[_0x517550(0x1af)]+=_0x5bd53a[_0x517550(0x285)],_0x557fd6[_0x517550(0x11e)]+=_0x5bd53a[_0x517550(0x285)],_0x557fd6['actualRow']+=_0x5bd53a[_0x517550(0x285)]);}_0x25bcc6=!0x0;}}),_0x25bcc6&&_0x7d414e[_0x16cd6b(0x201)]['push'](_0x54a519),_0x7d414e;}},_0x51171d={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x2de74c[_0x8a5c80(0x18f)]['id'],'handler'(_0x4c72a1,_0x306251){const _0x35298e=_0x8a5c80,_0x39abc3={'m1Prime':[_0x4c72a1],'m2Prime':[_0x306251]};if(_0x4c72a1[_0x35298e(0x182)][_0x35298e(0x29c)]!==_0x306251['params'][_0x35298e(0x29c)]||_0x4c72a1['params'][_0x35298e(0xf9)]!==_0x306251['params'][_0x35298e(0xf9)])return _0x39abc3;const _0x475110=_0x5460d0[_0x35298e(0x1d1)]['deepClone'](_0x4c72a1),_0x319aa4=_0x5460d0[_0x35298e(0x1d1)][_0x35298e(0x89)](_0x306251),_0x11130b=_0x409acf({'start':_0x4c72a1[_0x35298e(0x182)][_0x35298e(0x205)][_0x35298e(0x1af)],'end':_0x4c72a1[_0x35298e(0x182)][_0x35298e(0x205)][_0x35298e(0x11e)]},{'start':_0x306251[_0x35298e(0x182)][_0x35298e(0x205)]['startRow'],'end':_0x306251[_0x35298e(0x182)]['range']['endRow']});return _0x319aa4[_0x35298e(0x182)][_0x35298e(0x205)][_0x35298e(0x1af)]===_0x11130b[_0x35298e(0x9f)]&&_0x319aa4[_0x35298e(0x182)]['range'][_0x35298e(0x11e)]===_0x11130b[_0x35298e(0x13c)]?_0x39abc3:(_0x319aa4[_0x35298e(0x182)][_0x35298e(0x205)]['startRow']=_0x11130b['start'],_0x319aa4[_0x35298e(0x182)][_0x35298e(0x205)][_0x35298e(0x11e)]=_0x11130b['end'],{'m1Prime':[_0x319aa4,_0x475110],'m2Prime':[_0x319aa4]});}},_0x1b2191={'m1':_0x49dbd1[_0x8a5c80(0x166)]['id'],'m2':_0x39d280[_0x8a5c80(0x14d)]['id'],'handler':(_0x37869e,_0x317950)=>{const _0x556a43=_0x8a5c80,_0x8067f2={'m1Prime':_0x37869e,'m2Prime':_0x317950};if(_0x37869e[_0x556a43(0x182)][_0x556a43(0x29c)]!==_0x317950[_0x556a43(0x182)][_0x556a43(0x29c)]||_0x37869e[_0x556a43(0x182)][_0x556a43(0xf9)]!==_0x317950[_0x556a43(0x182)][_0x556a43(0xf9)])return _0x8067f2;const _0x4b177d={'id':_0x49dbd1['InsertRowCommand']['id'],'params':{'unitId':_0x37869e[_0x556a43(0x182)]['unitId'],'subUnitId':_0x37869e['params'][_0x556a43(0xf9)],'range':_0x37869e[_0x556a43(0x182)][_0x556a43(0x205)]}},_0x59fe67=_0x388be0(_0x317950,_0x4b177d);return{'m1Prime':[_0x37869e,..._0x59fe67],'m2Prime':[_0x317950,..._0x59fe67]};}},_0x52aa0c={'m1':_0x49dbd1['InsertRowMutation']['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0xb95d2e,_0x53661d)=>{const _0x4fae4d=_0x8a5c80,_0x18982b={'m1Prime':_0xb95d2e,'m2Prime':_0x53661d};if(_0xb95d2e[_0x4fae4d(0x182)][_0x4fae4d(0x29c)]!==_0x53661d[_0x4fae4d(0x182)]['unitId']||_0x53661d['params'][_0x4fae4d(0xf9)]!==_0xb95d2e[_0x4fae4d(0x182)][_0x4fae4d(0xf9)])return _0x18982b;const _0x5d3296={'id':_0x49dbd1[_0x4fae4d(0xcb)]['id'],'params':{'unitId':_0xb95d2e[_0x4fae4d(0x182)][_0x4fae4d(0x29c)],'subUnitId':_0xb95d2e[_0x4fae4d(0x182)][_0x4fae4d(0xf9)],'range':_0xb95d2e[_0x4fae4d(0x182)]['range']}},_0x33ae23=_0x13e00d(_0x53661d,_0x5d3296);return{'m1Prime':[_0xb95d2e,..._0x33ae23],'m2Prime':[_0x53661d,..._0x33ae23]};}},_0x27c333={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x39d280[_0x8a5c80(0xc2)]['id'],'handler':(_0x6417a7,_0x58e03a)=>{const _0x5cc80e=_0x8a5c80,_0x682a0={'m1Prime':_0x6417a7,'m2Prime':_0x58e03a};if(_0x6417a7[_0x5cc80e(0x182)][_0x5cc80e(0x29c)]!==_0x58e03a['params'][_0x5cc80e(0x29c)]||_0x6417a7[_0x5cc80e(0x182)][_0x5cc80e(0xf9)]!==_0x58e03a[_0x5cc80e(0x182)][_0x5cc80e(0xf9)])return _0x682a0;const _0x5e6258={'id':_0x49dbd1[_0x5cc80e(0x1b7)]['id'],'params':{'unitId':_0x6417a7[_0x5cc80e(0x182)][_0x5cc80e(0x29c)],'subUnitId':_0x6417a7['params'][_0x5cc80e(0xf9)],'fromRange':_0x6417a7[_0x5cc80e(0x182)][_0x5cc80e(0x29a)],'toRange':_0x6417a7[_0x5cc80e(0x182)][_0x5cc80e(0xc7)]}},_0xba2d31=_0x39a5a1(_0x58e03a,_0x5e6258);return{'m1Prime':[_0x6417a7,..._0xba2d31],'m2Prime':[_0x58e03a,..._0xba2d31]};}},_0x3868b0={'m1':_0x49dbd1['MoveColsMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x11d8a6,_0x2dbbb0){const _0x4f1ab5=_0x8a5c80,_0x2c8f18=_0x48eb44[_0x4f1ab5(0x198)](_0x2dbbb0,_0x11d8a6);return _0x5f3d25(_0x2c8f18)?{'m1Prime':_0x2c8f18[_0x4f1ab5(0x201)],'m2Prime':_0x2c8f18[_0x4f1ab5(0x230)]}:_0x2c8f18;}},_0x29f215={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1['MoveColsMutation']['id'],'handler'(_0x4f19d6,_0x5ac5b3){const _0x2cf2d9=_0x8a5c80,_0x1e847d={'m1Prime':_0x4f19d6,'m2Prime':_0x5ac5b3};if(_0x4f19d6[_0x2cf2d9(0x182)][_0x2cf2d9(0x29c)]!==_0x5ac5b3['params'][_0x2cf2d9(0x29c)]||_0x4f19d6[_0x2cf2d9(0x182)][_0x2cf2d9(0xf9)]!==_0x5ac5b3[_0x2cf2d9(0x182)][_0x2cf2d9(0xf9)])return _0x1e847d;const _0x5f3f78=_0x5460d0['Tools'][_0x2cf2d9(0x89)](_0x4f19d6),_0x27afdd=_0x5460d0[_0x2cf2d9(0x1d1)][_0x2cf2d9(0x89)](_0x5ac5b3),_0x58a800=_0x5ac5b3[_0x2cf2d9(0x182)][_0x2cf2d9(0x29a)],_0x52b450=_0x5ac5b3[_0x2cf2d9(0x182)][_0x2cf2d9(0xc7)],_0x2518df=_0x4f19d6[_0x2cf2d9(0x182)]['sourceRange'],_0x17b347=_0x4f19d6[_0x2cf2d9(0x182)][_0x2cf2d9(0xc7)];if(_0x2518df[_0x2cf2d9(0x262)]>=_0x58a800['startColumn']&&_0x2518df[_0x2cf2d9(0x15d)]<=_0x58a800[_0x2cf2d9(0x262)])return{'error':new Error(_0x2cf2d9(0x1c2))};const _0x38f1b2=_0x49dbd1[_0x2cf2d9(0x185)]({'start':_0x2518df[_0x2cf2d9(0x15d)],'end':_0x2518df[_0x2cf2d9(0x262)]},{'start':_0x17b347['startColumn'],'end':_0x17b347[_0x2cf2d9(0x262)]},{'start':_0x58a800[_0x2cf2d9(0x15d)],'end':_0x58a800['endColumn']}),_0x16d202=_0x49dbd1['handleBaseMoveRowsCols']({'start':_0x2518df[_0x2cf2d9(0x15d)],'end':_0x2518df[_0x2cf2d9(0x262)]},{'start':_0x17b347[_0x2cf2d9(0x15d)],'end':_0x17b347[_0x2cf2d9(0x262)]},{'start':_0x52b450['startColumn'],'end':_0x52b450[_0x2cf2d9(0x262)]});_0x38f1b2&&_0x16d202?(_0x27afdd[_0x2cf2d9(0x182)][_0x2cf2d9(0x29a)][_0x2cf2d9(0x15d)]+=_0x38f1b2['step'],_0x27afdd['params'][_0x2cf2d9(0x29a)][_0x2cf2d9(0x262)]+=_0x38f1b2[_0x2cf2d9(0x285)]+(_0x38f1b2[_0x2cf2d9(0x104)]||0x0),_0x27afdd[_0x2cf2d9(0x182)]['targetRange'][_0x2cf2d9(0x15d)]+=_0x16d202[_0x2cf2d9(0x285)],_0x27afdd[_0x2cf2d9(0x182)][_0x2cf2d9(0xc7)][_0x2cf2d9(0x262)]+=_0x16d202[_0x2cf2d9(0x285)]+(_0x16d202[_0x2cf2d9(0x104)]||0x0)):_0x27afdd['id']=_0x49dbd1[_0x2cf2d9(0xf6)]['id'];const _0x4f96e7=_0x49dbd1['handleBaseMoveRowsCols']({'start':_0x58a800[_0x2cf2d9(0x15d)],'end':_0x58a800[_0x2cf2d9(0x262)]},{'start':_0x52b450[_0x2cf2d9(0x15d)],'end':_0x52b450[_0x2cf2d9(0x262)]},{'start':_0x2518df[_0x2cf2d9(0x15d)],'end':_0x2518df[_0x2cf2d9(0x262)]}),_0x36bb5e=_0x49dbd1[_0x2cf2d9(0x185)]({'start':_0x58a800[_0x2cf2d9(0x15d)],'end':_0x58a800[_0x2cf2d9(0x262)]},{'start':_0x52b450[_0x2cf2d9(0x15d)],'end':_0x52b450[_0x2cf2d9(0x262)]},{'start':_0x17b347[_0x2cf2d9(0x15d)],'end':_0x17b347[_0x2cf2d9(0x262)]});return _0x4f96e7&&_0x36bb5e?(_0x5f3f78[_0x2cf2d9(0x182)]['sourceRange']['startColumn']+=_0x4f96e7[_0x2cf2d9(0x285)],_0x5f3f78[_0x2cf2d9(0x182)]['sourceRange'][_0x2cf2d9(0x262)]+=_0x4f96e7['step']+(_0x4f96e7[_0x2cf2d9(0x104)]||0x0),_0x5f3f78[_0x2cf2d9(0x182)][_0x2cf2d9(0xc7)][_0x2cf2d9(0x15d)]+=_0x36bb5e[_0x2cf2d9(0x285)],_0x5f3f78['params'][_0x2cf2d9(0xc7)][_0x2cf2d9(0x262)]+=_0x36bb5e[_0x2cf2d9(0x285)]+(_0x36bb5e['length']||0x0)):_0x5f3f78['id']=_0x49dbd1[_0x2cf2d9(0xf6)]['id'],{'m1Prime':_0x5f3f78,'m2Prime':_0x27afdd};}},_0x362ae8={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1['MoveRangeMutation']['id'],'handler'(_0x26f7c2,_0x173fa2){const _0x288e60=_0x8a5c80,_0x3637a7={'m1Prime':_0x26f7c2,'m2Prime':_0x173fa2};if(_0x26f7c2[_0x288e60(0x182)][_0x288e60(0x29c)]!==_0x173fa2['params'][_0x288e60(0x29c)]||_0x26f7c2[_0x288e60(0x182)][_0x288e60(0xf9)]!==_0x173fa2[_0x288e60(0x182)][_0x288e60(0x190)][_0x288e60(0xf9)]&&_0x26f7c2[_0x288e60(0x182)][_0x288e60(0xf9)]!==_0x173fa2[_0x288e60(0x182)]['to'][_0x288e60(0xf9)])return _0x3637a7;const _0x54a1f7=_0x5460d0[_0x288e60(0x1d1)][_0x288e60(0x89)](_0x26f7c2),_0x510f67=_0x5460d0[_0x288e60(0x1d1)]['deepClone'](_0x173fa2),_0x1e5074=_0x26f7c2[_0x288e60(0x182)][_0x288e60(0x29a)],_0x338b8f=_0x26f7c2[_0x288e60(0x182)][_0x288e60(0xc7)];if(_0x26f7c2['params']['subUnitId']===_0x173fa2[_0x288e60(0x182)][_0x288e60(0x190)][_0x288e60(0xf9)]){const _0x31e42e=new _0x5460d0[(_0x288e60(0xfd))](_0x510f67['params'][_0x288e60(0x190)][_0x288e60(0x1f3)]),_0x17b065=_0x31e42e[_0x288e60(0x1a6)]();if(_0x2f0dc2({'start':_0x1e5074[_0x288e60(0x15d)],'end':_0x1e5074['endColumn']},{'start':_0x17b065[_0x288e60(0x15d)],'end':_0x17b065[_0x288e60(0x262)]})||_0x2f0dc2({'start':_0x338b8f[_0x288e60(0x15d)],'end':_0x338b8f[_0x288e60(0x262)]},{'start':_0x17b065['startColumn'],'end':_0x17b065[_0x288e60(0x262)]}))return{'error':new Error(_0x288e60(0x1d8))};const _0x59c25b=_0x49dbd1[_0x288e60(0x185)]({'start':_0x1e5074[_0x288e60(0x15d)],'end':_0x1e5074[_0x288e60(0x262)]},{'start':_0x338b8f['startColumn'],'end':_0x338b8f['endColumn']},{'start':_0x17b065[_0x288e60(0x15d)],'end':_0x17b065['endColumn']});if(_0x59c25b[_0x288e60(0x104)]!==0x0)return{'error':new Error(_0x288e60(0x1d8))};_0x59c25b[_0x288e60(0x285)]!==0x0&&_0x31e42e[_0x288e60(0x281)](_0x1e5074['startColumn'],_0x1e5074[_0x288e60(0x262)]-_0x1e5074[_0x288e60(0x15d)]+0x1,_0x338b8f[_0x288e60(0x15d)]),_0x510f67[_0x288e60(0x182)][_0x288e60(0x190)][_0x288e60(0x1f3)]=_0x31e42e[_0x288e60(0x191)]();}if(_0x26f7c2[_0x288e60(0x182)][_0x288e60(0xf9)]===_0x173fa2[_0x288e60(0x182)]['to'][_0x288e60(0xf9)]){const _0x565f5e=new _0x5460d0[(_0x288e60(0xfd))](_0x510f67['params']['to']['value']),_0x482058=_0x565f5e[_0x288e60(0x1a6)]();if(_0x2f0dc2({'start':_0x1e5074[_0x288e60(0x15d)],'end':_0x1e5074[_0x288e60(0x262)]},{'start':_0x482058[_0x288e60(0x15d)],'end':_0x482058['endColumn']})||_0x2f0dc2({'start':_0x338b8f[_0x288e60(0x15d)],'end':_0x338b8f[_0x288e60(0x262)]},{'start':_0x482058[_0x288e60(0x15d)],'end':_0x482058[_0x288e60(0x262)]}))return{'error':new Error(_0x288e60(0x1d8))};const _0x57e852=_0x49dbd1[_0x288e60(0x185)]({'start':_0x1e5074[_0x288e60(0x15d)],'end':_0x1e5074[_0x288e60(0x262)]},{'start':_0x338b8f[_0x288e60(0x15d)],'end':_0x338b8f[_0x288e60(0x262)]},{'start':_0x482058[_0x288e60(0x15d)],'end':_0x482058[_0x288e60(0x262)]});if(_0x57e852[_0x288e60(0x104)]!==0x0)return{'error':new Error(_0x288e60(0x1d8))};_0x57e852['step']!==0x0&&_0x565f5e[_0x288e60(0x281)](_0x1e5074['startColumn'],_0x1e5074[_0x288e60(0x262)]-_0x1e5074[_0x288e60(0x15d)]+0x1,_0x338b8f['startColumn']),_0x510f67[_0x288e60(0x182)]['to'][_0x288e60(0x1f3)]=_0x565f5e[_0x288e60(0x191)]();}return{'m1Prime':_0x54a1f7,'m2Prime':_0x510f67};}},_0x4f791e={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x323eda,_0x3e4880){const _0x43dfb5=_0x8a5c80,_0x1e68f2={'m1Prime':_0x323eda,'m2Prime':_0x3e4880};if(_0x323eda[_0x43dfb5(0x182)][_0x43dfb5(0x29c)]!==_0x3e4880[_0x43dfb5(0x182)][_0x43dfb5(0x29c)]||_0x323eda[_0x43dfb5(0x182)][_0x43dfb5(0xf9)]!==_0x3e4880['params'][_0x43dfb5(0xf9)])return _0x1e68f2;const _0x2162d1=_0x5460d0['Tools']['deepClone'](_0x323eda),_0x24d5e3=_0x5460d0[_0x43dfb5(0x1d1)][_0x43dfb5(0x89)](_0x3e4880),{sourceRange:_0x4af387,targetRange:_0x319a38}=_0x323eda[_0x43dfb5(0x182)],_0x4c128c={'start':_0x4af387['startColumn'],'end':_0x4af387[_0x43dfb5(0x262)]},_0x20cebc={'start':_0x319a38[_0x43dfb5(0x15d)],'end':_0x319a38[_0x43dfb5(0x262)]};return _0x24d5e3[_0x43dfb5(0x182)][_0x43dfb5(0x287)]['some'](_0x430f42=>{const _0x21d0a2=_0x43dfb5,_0x4e6341={'start':_0x430f42[_0x21d0a2(0x15d)],'end':_0x430f42[_0x21d0a2(0x262)]},_0x34c530=_0x2f0dc2(_0x4c128c,_0x4e6341),_0x3a3243=_0x2f0dc2(_0x20cebc,_0x4e6341);if(_0x34c530||_0x3a3243)return!0x0;const _0x1d96e0=_0x49dbd1[_0x21d0a2(0x185)](_0x4c128c,_0x20cebc,_0x4e6341);return _0x1d96e0[_0x21d0a2(0x104)]!==0x0?!0x0:(_0x430f42['startColumn']+=_0x1d96e0['step'],_0x430f42[_0x21d0a2(0x262)]+=_0x1d96e0[_0x21d0a2(0x285)],!0x1);})?{'error':new Error(_0x43dfb5(0x114))}:{'m1Prime':_0x2162d1,'m2Prime':_0x24d5e3};}},_0x5b2423={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x211)]['id'],'handler'(_0x3fd377,_0x29e681){const _0x466033=_0x8a5c80,_0x45b029=_0x5460d0[_0x466033(0x1d1)]['deepClone'](_0x3fd377),_0x5cdf15=_0x5460d0[_0x466033(0x1d1)][_0x466033(0x89)](_0x29e681);if(_0x3fd377['params'][_0x466033(0x29c)]!==_0x29e681['params']['unitId']||_0x3fd377['params']['subUnitId']!==_0x29e681[_0x466033(0x182)][_0x466033(0xf9)])return{'m1Prime':_0x45b029,'m2Prime':_0x5cdf15};const _0x134ba6=_0x5cdf15[_0x466033(0x182)][_0x466033(0x287)]['reduce']((_0x10db4b,_0xf3291d)=>{const _0x2fe328=_0x466033,{sourceRange:_0x4bb563,targetRange:_0x4dbc98}=_0x3fd377['params'],_0x543241={..._0xf3291d};return _0x4bb563[_0x2fe328(0x262)]<_0x543241[_0x2fe328(0x15d)]&&_0x4dbc98[_0x2fe328(0x15d)]>_0x543241['endColumn']?(_0x543241[_0x2fe328(0x15d)]-=_0x4bb563[_0x2fe328(0x262)]-_0x4bb563[_0x2fe328(0x15d)]+0x1,_0x543241['endColumn']-=_0x4bb563['endColumn']-_0x4bb563[_0x2fe328(0x15d)]+0x1,_0x1afdc2(_0x543241)&&_0x10db4b['push'](_0x543241)):_0x4bb563[_0x2fe328(0x15d)]>_0x543241[_0x2fe328(0x262)]&&_0x4dbc98['endColumn']<_0x543241[_0x2fe328(0x15d)]?(_0x543241[_0x2fe328(0x15d)]+=_0x4bb563['endColumn']-_0x4bb563[_0x2fe328(0x15d)]+0x1,_0x543241['endColumn']+=_0x4bb563[_0x2fe328(0x262)]-_0x4bb563[_0x2fe328(0x15d)]+0x1,_0x1afdc2(_0x543241)&&_0x10db4b[_0x2fe328(0x276)](_0x543241)):_0x5460d0[_0x2fe328(0x122)][_0x2fe328(0x193)](_0x543241,_0x4bb563)||_0x5460d0[_0x2fe328(0x122)][_0x2fe328(0x193)](_0x543241,_0x4dbc98)||_0x10db4b[_0x2fe328(0x276)](_0x543241),_0x10db4b;},[]);return _0x5cdf15[_0x466033(0x182)][_0x466033(0x287)]=_0x134ba6,_0x5cdf15[_0x466033(0x182)][_0x466033(0x287)][_0x466033(0x104)]===0x0&&(_0x5cdf15['id']=_0x49dbd1[_0x466033(0xf6)]['id']),{'m1Prime':_0x45b029,'m2Prime':_0x5cdf15};}},_0x5b4cd6={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xca)]['id'],'handler'(_0xbed158,_0x4168a6){const _0x46220d=_0x8a5c80,_0x2edb37={'m1Prime':_0xbed158,'m2Prime':_0x4168a6};if(_0xbed158[_0x46220d(0x182)][_0x46220d(0x29c)]!==_0x4168a6[_0x46220d(0x182)][_0x46220d(0x29c)]||_0xbed158[_0x46220d(0x182)]['subUnitId']!==_0x4168a6['params'][_0x46220d(0xf9)])return _0x2edb37;const _0x5df932=_0xbed158[_0x46220d(0x182)]['sourceRange'][_0x46220d(0x15d)],_0x56f4b5=_0xbed158[_0x46220d(0x182)]['sourceRange'][_0x46220d(0x262)],_0x511ce5=_0xbed158[_0x46220d(0x182)][_0x46220d(0xc7)][_0x46220d(0x15d)],_0x39e538=_0xbed158[_0x46220d(0x182)][_0x46220d(0xc7)][_0x46220d(0x262)],_0x125500=_0x4168a6[_0x46220d(0x182)]['range'][_0x46220d(0x15d)],_0x2220fa=_0x4168a6[_0x46220d(0x182)]['range']['endColumn'];if(_0x5df932<=_0x2220fa&&_0x56f4b5>=_0x125500||_0x511ce5<=_0x2220fa&&_0x39e538>=_0x125500)return{'error':new Error(_0x46220d(0x148))};const _0x29653b=_0x49dbd1[_0x46220d(0x185)]({'start':_0x5df932,'end':_0x56f4b5},{'start':_0x511ce5,'end':_0x39e538},{'start':_0x125500,'end':_0x2220fa}),_0x5a89cc=_0x5460d0[_0x46220d(0x1d1)]['deepClone'](_0x4168a6);return _0x5a89cc['params'][_0x46220d(0x205)][_0x46220d(0x15d)]+=_0x29653b[_0x46220d(0x285)],_0x5a89cc[_0x46220d(0x182)][_0x46220d(0x205)]['endColumn']+=_0x29653b['step']+(_0x29653b[_0x46220d(0x104)]||0x0),{'m1Prime':_0xbed158,'m2Prime':_0x5a89cc};}},_0x1ff331={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x180)]['id'],'handler'(_0x3a16c2,_0x4b7821){const _0x1675e7=_0x8a5c80,_0x3d1371={'m1Prime':_0x3a16c2,'m2Prime':_0x4b7821};if(_0x3a16c2[_0x1675e7(0x182)][_0x1675e7(0x29c)]!==_0x4b7821[_0x1675e7(0x182)]['unitId']||_0x3a16c2[_0x1675e7(0x182)][_0x1675e7(0xf9)]!==_0x4b7821['params'][_0x1675e7(0xf9)])return _0x3d1371;const _0x33b8e4=_0x5460d0[_0x1675e7(0x1d1)]['deepClone'](_0x3a16c2),_0x2c755f=_0x5460d0[_0x1675e7(0x1d1)][_0x1675e7(0x89)](_0x4b7821),{ranges:_0x48c727}=_0x2c755f[_0x1675e7(0x182)],{sourceRange:_0x596388,targetRange:_0x56b70b}=_0x3a16c2['params'],_0x5717ca={'start':_0x596388['startColumn'],'end':_0x596388[_0x1675e7(0x262)]},_0x41602c={'start':_0x56b70b['startColumn'],'end':_0x56b70b['endColumn']};return _0x48c727[_0x1675e7(0x188)](_0x1d7031=>{const _0x3b985e=_0x1675e7,_0x58738e={'start':_0x1d7031[_0x3b985e(0x15d)],'end':_0x1d7031[_0x3b985e(0x262)]},_0x47e213=_0x2f0dc2(_0x5717ca,_0x58738e),_0x58f94c=_0x2f0dc2(_0x41602c,_0x58738e);if(_0x47e213||_0x58f94c)return!0x0;const _0x1b276e=_0x49dbd1['handleBaseMoveRowsCols'](_0x5717ca,_0x41602c,_0x58738e);return _0x1b276e[_0x3b985e(0x104)]!==0x0?!0x0:(_0x1d7031[_0x3b985e(0x15d)]+=_0x1b276e[_0x3b985e(0x285)],_0x1d7031[_0x3b985e(0x262)]+=_0x1b276e['step'],!0x1);})?{'error':new Error(_0x1675e7(0x23c))}:{'m1Prime':_0x33b8e4,'m2Prime':_0x2c755f};}},_0x39ef90={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xc5)]['id'],'handler'(_0x20a7d6,_0x2eccf6){const _0x18ba2e=_0x8a5c80,_0x56171c={'m1Prime':_0x20a7d6,'m2Prime':_0x2eccf6};if(_0x20a7d6[_0x18ba2e(0x182)][_0x18ba2e(0x29c)]!==_0x2eccf6[_0x18ba2e(0x182)][_0x18ba2e(0x29c)]||_0x20a7d6[_0x18ba2e(0x182)]['subUnitId']!==_0x2eccf6['params'][_0x18ba2e(0xf9)])return _0x56171c;const _0x4bcddf=_0x5460d0[_0x18ba2e(0x1d1)][_0x18ba2e(0x89)](_0x20a7d6),_0x1f3cf9=_0x5460d0[_0x18ba2e(0x1d1)]['deepClone'](_0x2eccf6),{ranges:_0x2b2f8b}=_0x1f3cf9[_0x18ba2e(0x182)],{sourceRange:_0x40d1a0,targetRange:_0x3ae59d}=_0x20a7d6[_0x18ba2e(0x182)],_0x23d913={'start':_0x40d1a0['startColumn'],'end':_0x40d1a0[_0x18ba2e(0x262)]},_0x4bc7d2={'start':_0x3ae59d[_0x18ba2e(0x15d)],'end':_0x3ae59d['endColumn']};return _0x2b2f8b[_0x18ba2e(0x188)](_0x2a099a=>{const _0xbba8a8=_0x18ba2e,_0x5298de={'start':_0x2a099a[_0xbba8a8(0x15d)],'end':_0x2a099a[_0xbba8a8(0x262)]},_0x46a156=_0x2f0dc2(_0x23d913,_0x5298de),_0x5dfce8=_0x2f0dc2(_0x4bc7d2,_0x5298de);if(_0x46a156||_0x5dfce8)return!0x0;const _0x47a03b=_0x49dbd1[_0xbba8a8(0x185)](_0x23d913,_0x4bc7d2,_0x5298de);return _0x47a03b[_0xbba8a8(0x104)]!==0x0?!0x0:(_0x2a099a['startColumn']+=_0x47a03b['step'],_0x2a099a[_0xbba8a8(0x262)]+=_0x47a03b['step'],!0x1);})?{'error':new Error(_0x18ba2e(0x292))}:{'m1Prime':_0x4bcddf,'m2Prime':_0x1f3cf9};}},_0x3d9168={'m1':_0x49dbd1['MoveColsMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler'(_0x23eb2a,_0x374d33){const _0x35da7f=_0x8a5c80,_0x25ac99={'m1Prime':_0x23eb2a,'m2Prime':_0x374d33};if(_0x23eb2a['params'][_0x35da7f(0x29c)]!==_0x374d33[_0x35da7f(0x182)]['unitId']||_0x23eb2a[_0x35da7f(0x182)][_0x35da7f(0xf9)]!==_0x374d33[_0x35da7f(0x182)][_0x35da7f(0xf9)])return _0x25ac99;const _0x3dda15=[_0x5460d0[_0x35da7f(0x1d1)][_0x35da7f(0x89)](_0x23eb2a)],_0x7ee619=_0x5460d0[_0x35da7f(0x1d1)]['deepClone'](_0x374d33),{sourceRange:_0x20c6ed,targetRange:_0x1d7d62}=_0x23eb2a[_0x35da7f(0x182)],_0x373641={'start':_0x20c6ed[_0x35da7f(0x15d)],'end':_0x20c6ed['endColumn']},_0x43aa3c={'start':_0x1d7d62[_0x35da7f(0x15d)],'end':_0x1d7d62['endColumn']},{values:_0x4304ae}=_0x7ee619[_0x35da7f(0x182)],_0x2552d1=[];let _0x504b5f=!0x1;for(const _0x9499c0 in _0x4304ae){const _0xd4479b=_0x4304ae[_0x9499c0];if(_0x2552d1[_0x35da7f(0x276)](..._0xd4479b['ranges']),_0xd4479b[_0x35da7f(0x287)][_0x35da7f(0x188)](_0x55337a=>{const _0x2ad11a=_0x35da7f,_0x308421={'start':_0x55337a[_0x2ad11a(0x15d)],'end':_0x55337a[_0x2ad11a(0x262)]},_0x7a72c5=_0x2f0dc2(_0x373641,_0x308421),_0x37a78f=_0x2f0dc2(_0x43aa3c,_0x308421);if(_0x7a72c5||_0x37a78f)return!0x0;const _0x45ac99=_0x49dbd1[_0x2ad11a(0x185)](_0x373641,_0x43aa3c,_0x308421);return _0x45ac99[_0x2ad11a(0x104)]!==0x0?!0x0:(_0x45ac99[_0x2ad11a(0x285)]!==0x0&&(_0x504b5f=!0x0),_0x55337a['startColumn']+=_0x45ac99['step'],_0x55337a[_0x2ad11a(0x262)]+=_0x45ac99['step'],!0x1);}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x504b5f){const _0x1f0551={'id':_0x49dbd1[_0x35da7f(0x210)]['id'],'params':{'unitId':_0x374d33[_0x35da7f(0x182)][_0x35da7f(0x29c)],'subUnitId':_0x374d33[_0x35da7f(0x182)][_0x35da7f(0xf9)],'ranges':_0x2552d1}};_0x3dda15['push'](_0x1f0551,_0x7ee619);}return{'m1Prime':_0x3dda15,'m2Prime':_0x7ee619};}},_0x267af7={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler'(_0x3ca645,_0x10ac33){const _0x220dd7=_0x8a5c80,_0x1ef563={'m1Prime':_0x3ca645,'m2Prime':_0x10ac33};if(_0x3ca645[_0x220dd7(0x182)]['unitId']!==_0x10ac33[_0x220dd7(0x182)][_0x220dd7(0x29c)]||_0x3ca645['params'][_0x220dd7(0xf9)]!==_0x10ac33[_0x220dd7(0x182)][_0x220dd7(0xf9)])return _0x1ef563;const _0x3689c8=[_0x5460d0[_0x220dd7(0x1d1)]['deepClone'](_0x3ca645)],_0x9b7d10=_0x5460d0[_0x220dd7(0x1d1)][_0x220dd7(0x89)](_0x10ac33),_0x21d4b1=new _0x5460d0[(_0x220dd7(0xfd))](_0x9b7d10[_0x220dd7(0x182)][_0x220dd7(0xa0)]),{sourceRange:_0x171cd5,targetRange:_0x29403b}=_0x3ca645[_0x220dd7(0x182)],_0x289e56=_0x171cd5[_0x220dd7(0x15d)],_0x11198f=_0x171cd5[_0x220dd7(0x262)]-_0x171cd5['startColumn']+0x1,_0x928089=_0x29403b[_0x220dd7(0x15d)];_0x21d4b1[_0x220dd7(0x281)](_0x289e56,_0x11198f,_0x928089);const _0x16b27b=new _0x5460d0[(_0x220dd7(0xfd))]();let _0x3a429=!0x1;if(_0x21d4b1[_0x220dd7(0x1a3)]((_0x166cb0,_0x5e9b36,_0x2e5dfc)=>{const _0x172cc2=_0x220dd7;if(_0x2e5dfc&&_0x2e5dfc['f']){const _0x4881a2=_0x2e5dfc['f'];let _0x5e0dfa=!0x1;const _0x53d0e5=_0xbb31eb(_0x3ca645[_0x172cc2(0x182)][_0x172cc2(0x29c)],_0x3ca645[_0x172cc2(0x182)][_0x172cc2(0xf9)],_0x4881a2,_0x4769df=>{const _0x56b8d1=_0x172cc2,_0xa6812a=_0x49dbd1[_0x56b8d1(0x185)]({'start':_0x3ca645[_0x56b8d1(0x182)][_0x56b8d1(0x29a)]['startColumn'],'end':_0x3ca645[_0x56b8d1(0x182)][_0x56b8d1(0x29a)][_0x56b8d1(0x262)]},{'start':_0x3ca645[_0x56b8d1(0x182)][_0x56b8d1(0xc7)][_0x56b8d1(0x15d)],'end':_0x3ca645[_0x56b8d1(0x182)][_0x56b8d1(0xc7)][_0x56b8d1(0x262)]},{'start':_0x4769df['startColumn'],'end':_0x4769df[_0x56b8d1(0x262)]});return(_0xa6812a[_0x56b8d1(0x285)]!==0x0||_0xa6812a[_0x56b8d1(0x104)]!==0x0)&&(_0x5e0dfa=!0x0,_0x4769df[_0x56b8d1(0x15d)]+=_0xa6812a[_0x56b8d1(0x285)],_0x4769df['endColumn']+=_0xa6812a[_0x56b8d1(0x285)]+_0xa6812a['length']),_0x4769df;});_0x5e0dfa&&(_0x3a429=!0x0,_0x2e5dfc['f']=_0x53d0e5,_0x16b27b['setValue'](_0x166cb0,_0x5e9b36,{..._0x2e5dfc}));}}),_0x3a429){const _0x3587c5={'id':_0x49dbd1[_0x220dd7(0x159)]['id'],'params':{'unitId':_0x10ac33[_0x220dd7(0x182)]['unitId'],'subUnitId':_0x10ac33[_0x220dd7(0x182)][_0x220dd7(0xf9)],'cellValue':_0x16b27b['getMatrix']()}};_0x3689c8['push'](_0x3587c5);}return _0x9b7d10[_0x220dd7(0x182)][_0x220dd7(0xa0)]=_0x21d4b1[_0x220dd7(0x191)](),{'m1Prime':_0x3689c8,'m2Prime':_0x9b7d10};}},_0x448dc6={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x200)]['id'],'handler'(_0x3b702f,_0x3a7988){const _0xbff32f=_0x8a5c80,_0x49bd8d={'m1Prime':[],'m2Prime':[]};if(_0x3b702f[_0xbff32f(0x182)][_0xbff32f(0x29c)]!==_0x3a7988[_0xbff32f(0x182)][_0xbff32f(0x29c)]||_0x3b702f[_0xbff32f(0x182)][_0xbff32f(0xf9)]!==_0x3a7988[_0xbff32f(0x182)]['subUnitId'])return _0x49bd8d;const _0x35e895=_0x5460d0[_0xbff32f(0x1d1)][_0xbff32f(0x89)](_0x3a7988);let _0x1a2d18=!0x1;return _0x35e895[_0xbff32f(0x182)][_0xbff32f(0x1bb)][_0xbff32f(0x11a)](_0x2ae3b5=>{const _0x561248=_0xbff32f,{range:_0x30f631,primary:_0x30c83b}=_0x2ae3b5,_0x3b0264=_0x49dbd1['handleBaseMoveRowsCols']({'start':_0x3b702f['params'][_0x561248(0x29a)][_0x561248(0x15d)],'end':_0x3b702f[_0x561248(0x182)][_0x561248(0x29a)][_0x561248(0x262)]},{'start':_0x3b702f['params']['targetRange']['startColumn'],'end':_0x3b702f[_0x561248(0x182)][_0x561248(0xc7)][_0x561248(0x262)]},{'start':_0x30f631[_0x561248(0x15d)],'end':_0x30f631[_0x561248(0x262)]});if(_0x3b0264[_0x561248(0x104)]||_0x3b0264[_0x561248(0x285)]){if(_0x30f631[_0x561248(0x15d)]+=_0x3b0264[_0x561248(0x285)],_0x30f631[_0x561248(0x262)]+=_0x3b0264[_0x561248(0x285)]+(_0x3b0264[_0x561248(0x104)]||0x0),_0x30c83b){const _0x248273=_0x49dbd1['handleBaseMoveRowsCols']({'start':_0x3b702f['params']['sourceRange']['startColumn'],'end':_0x3b702f[_0x561248(0x182)][_0x561248(0x29a)][_0x561248(0x262)]},{'start':_0x3b702f[_0x561248(0x182)][_0x561248(0xc7)][_0x561248(0x15d)],'end':_0x3b702f[_0x561248(0x182)][_0x561248(0xc7)]['endColumn']},{'start':_0x30c83b[_0x561248(0x15d)],'end':_0x30c83b[_0x561248(0x262)]});(_0x248273[_0x561248(0x104)]||_0x248273['step'])&&(_0x30c83b[_0x561248(0x15d)]+=_0x248273[_0x561248(0x285)],_0x30c83b['endColumn']+=_0x248273[_0x561248(0x285)],_0x30c83b[_0x561248(0x1e7)]+=_0x248273[_0x561248(0x285)]);}_0x1a2d18=!0x0;}}),_0x1a2d18&&_0x49bd8d[_0xbff32f(0x201)][_0xbff32f(0x276)](_0x35e895),_0x49bd8d;}},_0xd910db={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x2de74c[_0x8a5c80(0x241)]['id'],'handler'(_0x516129,_0xed83d8){const _0x42805b=_0x8a5c80,_0x5bb42a={'m1Prime':_0x516129,'m2Prime':_0xed83d8};if(_0x516129[_0x42805b(0x182)][_0x42805b(0x29c)]!==_0xed83d8['params'][_0x42805b(0x29c)]||_0x516129[_0x42805b(0x182)][_0x42805b(0xf9)]!==_0xed83d8[_0x42805b(0x182)][_0x42805b(0xf9)])return _0x5bb42a;const _0x211963=_0x5460d0[_0x42805b(0x1d1)][_0x42805b(0x89)](_0x516129),_0x5bb561=_0x5460d0[_0x42805b(0x1d1)][_0x42805b(0x89)](_0xed83d8),_0x5115bf=_0x49dbd1[_0x42805b(0x185)]({'start':_0x516129[_0x42805b(0x182)]['sourceRange'][_0x42805b(0x15d)],'end':_0x516129['params'][_0x42805b(0x29a)][_0x42805b(0x262)]},{'start':_0x516129[_0x42805b(0x182)][_0x42805b(0xc7)][_0x42805b(0x15d)],'end':_0x516129[_0x42805b(0x182)][_0x42805b(0xc7)][_0x42805b(0x262)]},{'start':_0xed83d8['params'][_0x42805b(0x9a)],'end':_0xed83d8[_0x42805b(0x182)][_0x42805b(0x9a)]});if(_0x5115bf[_0x42805b(0x285)]===0x0)return _0x5bb42a;_0x5bb561[_0x42805b(0x182)]['col']+=_0x5115bf[_0x42805b(0x285)],_0x5bb561[_0x42805b(0x182)][_0x42805b(0x255)]&&(_0x5bb561[_0x42805b(0x182)][_0x42805b(0x255)][_0x42805b(0xce)]+=_0x5115bf[_0x42805b(0x285)]);const _0x953af9=_0x5460d0[_0x42805b(0x1d1)][_0x42805b(0x89)](_0xed83d8);return _0x953af9['params'][_0x42805b(0x255)]=null,{'m1Prime':[_0x953af9,_0x5bb561,_0x211963],'m2Prime':[_0x5bb561]};}},_0x33a140={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x2de74c[_0x8a5c80(0x18f)]['id'],'handler'(_0x2c9019,_0x1bb3b3){const _0x1fcaf0=_0x8a5c80,_0x3fc4e0={'m1Prime':[_0x2c9019],'m2Prime':[_0x1bb3b3]};if(_0x2c9019[_0x1fcaf0(0x182)][_0x1fcaf0(0x29c)]!==_0x1bb3b3[_0x1fcaf0(0x182)][_0x1fcaf0(0x29c)]||_0x2c9019[_0x1fcaf0(0x182)]['subUnitId']!==_0x1bb3b3[_0x1fcaf0(0x182)][_0x1fcaf0(0xf9)])return _0x3fc4e0;const _0x38af53=_0x5460d0['Tools']['deepClone'](_0x2c9019),_0x2558f4=_0x5460d0[_0x1fcaf0(0x1d1)][_0x1fcaf0(0x89)](_0x1bb3b3),_0x2c486c=_0x49dbd1[_0x1fcaf0(0x185)]({'start':_0x2c9019['params'][_0x1fcaf0(0x29a)][_0x1fcaf0(0x15d)],'end':_0x2c9019[_0x1fcaf0(0x182)][_0x1fcaf0(0x29a)]['endColumn']},{'start':_0x2c9019[_0x1fcaf0(0x182)][_0x1fcaf0(0xc7)][_0x1fcaf0(0x15d)],'end':_0x2c9019[_0x1fcaf0(0x182)]['targetRange'][_0x1fcaf0(0x262)]},{'start':_0x1bb3b3[_0x1fcaf0(0x182)][_0x1fcaf0(0x205)]['startColumn'],'end':_0x1bb3b3['params']['range'][_0x1fcaf0(0x262)]});return _0x2558f4[_0x1fcaf0(0x182)]['range'][_0x1fcaf0(0x15d)]+=_0x2c486c['step'],_0x2558f4[_0x1fcaf0(0x182)]['range'][_0x1fcaf0(0x262)]+=_0x2c486c['step']+_0x2c486c[_0x1fcaf0(0x104)],{'m1Prime':[_0x2558f4,_0x38af53],'m2Prime':[_0x2558f4]};}},_0x2896c6={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x49dbd1['SetWorksheetColWidthMutation']['id'],'handler'(_0x3bb665,_0x5ab5b7){const _0x9cba93=_0x8a5c80,_0x5c1f77={'m1Prime':_0x3bb665,'m2Prime':_0x5ab5b7};if(_0x3bb665[_0x9cba93(0x182)][_0x9cba93(0x29c)]!==_0x5ab5b7[_0x9cba93(0x182)]['unitId']||_0x3bb665[_0x9cba93(0x182)]['subUnitId']!==_0x5ab5b7[_0x9cba93(0x182)][_0x9cba93(0xf9)])return _0x5c1f77;const _0xaad690=_0x5460d0[_0x9cba93(0x1d1)][_0x9cba93(0x89)](_0x3bb665),_0x2b3beb=_0x5460d0['Tools']['deepClone'](_0x5ab5b7),{ranges:_0x2d0b44,colWidth:_0x51b282}=_0x2b3beb['params'],{sourceRange:_0x558a4a,targetRange:_0x5650b1}=_0x3bb665['params'],_0x72c3e2={'start':_0x558a4a[_0x9cba93(0x15d)],'end':_0x558a4a[_0x9cba93(0x262)]},_0x24e725={'start':_0x5650b1[_0x9cba93(0x15d)],'end':_0x5650b1[_0x9cba93(0x262)]};return _0x2d0b44[_0x9cba93(0x188)](_0x5ad9b3=>{const _0x1857e6=_0x9cba93,_0x19c3f0={'start':_0x5ad9b3[_0x1857e6(0x15d)],'end':_0x5ad9b3['endColumn']},_0x500fd2=_0x49dbd1[_0x1857e6(0x185)](_0x72c3e2,_0x24e725,_0x19c3f0);return _0x500fd2['length']!==0x0?!0x0:(_0x5ad9b3[_0x1857e6(0x15d)]+=_0x500fd2['step'],_0x5ad9b3[_0x1857e6(0x262)]+=_0x500fd2[_0x1857e6(0x285)],!0x1);})?{'error':new Error(_0x9cba93(0x1da))}:(typeof _0x51b282!='number'&&_0x5460d0['moveMatrixArray'](_0x558a4a[_0x9cba93(0x15d)],_0x558a4a['endColumn']-_0x558a4a['startColumn']+0x1,_0x5650b1[_0x9cba93(0x15d)],_0x51b282),{'m1Prime':_0xaad690,'m2Prime':_0x2b3beb});}},_0x1d6f83={'m1':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'m2':_0x39d280[_0x8a5c80(0x14d)]['id'],'handler':(_0x11c26b,_0x1e4bfc)=>{const _0x330d43=_0x8a5c80,_0x33fdc7={'m1Prime':_0x11c26b,'m2Prime':_0x1e4bfc};if(_0x11c26b[_0x330d43(0x182)][_0x330d43(0x29c)]!==_0x1e4bfc[_0x330d43(0x182)][_0x330d43(0x29c)]||_0x11c26b[_0x330d43(0x182)][_0x330d43(0xf9)]!==_0x1e4bfc[_0x330d43(0x182)][_0x330d43(0xf9)])return _0x33fdc7;const _0x2c6451={'id':_0x49dbd1[_0x330d43(0x1b7)]['id'],'params':{'unitId':_0x11c26b['params']['unitId'],'subUnitId':_0x11c26b['params']['subUnitId'],'fromRange':_0x11c26b[_0x330d43(0x182)][_0x330d43(0x29a)],'toRange':_0x11c26b[_0x330d43(0x182)][_0x330d43(0xc7)]}},_0x49c659=_0x388be0(_0x1e4bfc,_0x2c6451);return{'m1Prime':[_0x11c26b,..._0x49c659],'m2Prime':[_0x1e4bfc,..._0x49c659]};}},_0x507089={'m1':_0x2a9d5f[_0x8a5c80(0x1d3)]['id'],'m2':_0x2a9d5f['MoveConditionalRuleMutation']['id'],'handler'(_0x2017a2,_0x15694c){const _0x336e76=_0x8a5c80;return _0x2017a2['params'][_0x336e76(0x29c)]!==_0x15694c['params'][_0x336e76(0x29c)]||_0x2017a2['params'][_0x336e76(0xf9)]!==_0x15694c[_0x336e76(0x182)][_0x336e76(0xf9)]?{'m1Prime':_0x2017a2,'m2Prime':_0x15694c}:{'error':new Error(_0x336e76(0xb1))};}},_0x2c2dec={'m1':_0x49dbd1['MoveRangeMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x4ee05c,_0x23bff6){const _0x4a600d=_0x8a5c80,_0x3c44e8=_0x388102['handler'](_0x23bff6,_0x4ee05c);return _0x5f3d25(_0x3c44e8)?{'m1Prime':_0x3c44e8[_0x4a600d(0x201)],'m2Prime':_0x3c44e8['m1Prime']}:_0x3c44e8;}},_0x23e5f0={'m1':_0x49dbd1['MoveRangeMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler'(_0x178ecb,_0x3419a0){const _0x166265=_0x8a5c80,_0x23cb61={'m1Prime':_0x178ecb,'m2Prime':_0x3419a0};if(_0x178ecb['params'][_0x166265(0x29c)]!==_0x3419a0[_0x166265(0x182)][_0x166265(0x29c)])return _0x23cb61;const _0x1e3d5c=new _0x5460d0[(_0x166265(0xfd))](_0x178ecb[_0x166265(0x182)][_0x166265(0x190)][_0x166265(0x1f3)])[_0x166265(0x1a6)](),_0x39e8d=new _0x5460d0[(_0x166265(0xfd))](_0x3419a0[_0x166265(0x182)][_0x166265(0x190)][_0x166265(0x1f3)])[_0x166265(0x1a6)](),_0xddbe88=new _0x5460d0[(_0x166265(0xfd))](_0x178ecb[_0x166265(0x182)]['to']['value'])[_0x166265(0x1a6)](),_0x1e3e3a=new _0x5460d0[(_0x166265(0xfd))](_0x3419a0[_0x166265(0x182)]['to'][_0x166265(0x1f3)])[_0x166265(0x1a6)]();return _0x178ecb[_0x166265(0x182)][_0x166265(0x190)]['subUnitId']===_0x3419a0[_0x166265(0x182)][_0x166265(0x190)]['subUnitId']&&_0x5460d0['Rectangle']['intersects'](_0x1e3d5c,_0x39e8d)||_0x178ecb[_0x166265(0x182)]['to'][_0x166265(0xf9)]===_0x3419a0[_0x166265(0x182)]['to'][_0x166265(0xf9)]&&_0x5460d0[_0x166265(0x122)][_0x166265(0x193)](_0xddbe88,_0x1e3e3a)||_0x178ecb[_0x166265(0x182)][_0x166265(0x190)][_0x166265(0xf9)]===_0x3419a0['params']['to']['subUnitId']&&_0x5460d0[_0x166265(0x122)]['intersects'](_0x1e3d5c,_0x1e3e3a)||_0x178ecb[_0x166265(0x182)]['to'][_0x166265(0xf9)]===_0x3419a0[_0x166265(0x182)][_0x166265(0x190)][_0x166265(0xf9)]&&_0x5460d0['Rectangle']['intersects'](_0xddbe88,_0x39e8d)?{'error':new Error(_0x166265(0x272))}:_0x23cb61;}},_0x2670f4={'m1':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x3c4740,_0x53a49c){const _0x3b466c=_0x8a5c80,_0x33ce2a={'m1Prime':_0x3c4740,'m2Prime':_0x53a49c};if(_0x3c4740[_0x3b466c(0x182)][_0x3b466c(0x29c)]!==_0x53a49c[_0x3b466c(0x182)][_0x3b466c(0x29c)]||_0x3c4740[_0x3b466c(0x182)][_0x3b466c(0x190)]['subUnitId']!==_0x53a49c[_0x3b466c(0x182)]['subUnitId']&&_0x3c4740['params']['to'][_0x3b466c(0xf9)]!==_0x53a49c[_0x3b466c(0x182)][_0x3b466c(0xf9)])return _0x33ce2a;const _0x166072=new _0x5460d0[(_0x3b466c(0xfd))](_0x3c4740[_0x3b466c(0x182)]['from'][_0x3b466c(0x1f3)])[_0x3b466c(0x1a6)](),_0x583f89=new _0x5460d0[(_0x3b466c(0xfd))](_0x3c4740[_0x3b466c(0x182)]['to'][_0x3b466c(0x1f3)])['getDataRange']();return _0x3c4740[_0x3b466c(0x182)][_0x3b466c(0x190)][_0x3b466c(0xf9)]===_0x53a49c['params'][_0x3b466c(0xf9)]&&_0x53a49c[_0x3b466c(0x182)][_0x3b466c(0x287)][_0x3b466c(0x188)](_0x23dc4d=>_0x5460d0[_0x3b466c(0x122)][_0x3b466c(0x193)](_0x23dc4d,_0x166072))?{'error':new Error(_0x3b466c(0x1ec))}:_0x3c4740[_0x3b466c(0x182)]['to'][_0x3b466c(0xf9)]===_0x53a49c[_0x3b466c(0x182)]['subUnitId']&&_0x53a49c['params'][_0x3b466c(0x287)][_0x3b466c(0x188)](_0x2f4cf7=>_0x5460d0[_0x3b466c(0x122)][_0x3b466c(0x193)](_0x2f4cf7,_0x583f89))?{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')}:_0x33ce2a;}},_0x3bc2fa={'m1':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xca)]['id'],'handler'(_0x2fb512,_0x400117){const _0x30fa4b=_0x8a5c80,_0x44a5b8={'m1Prime':_0x2fb512,'m2Prime':_0x400117};if(_0x2fb512['params'][_0x30fa4b(0x29c)]!==_0x400117[_0x30fa4b(0x182)][_0x30fa4b(0x29c)]||_0x2fb512['params'][_0x30fa4b(0x190)][_0x30fa4b(0xf9)]!==_0x400117[_0x30fa4b(0x182)]['subUnitId']&&_0x2fb512[_0x30fa4b(0x182)]['to'][_0x30fa4b(0xf9)]!==_0x400117[_0x30fa4b(0x182)][_0x30fa4b(0xf9)])return _0x44a5b8;if(_0x2fb512['params'][_0x30fa4b(0x190)][_0x30fa4b(0xf9)]===_0x400117[_0x30fa4b(0x182)][_0x30fa4b(0xf9)]){const _0x585b32=new _0x5460d0[(_0x30fa4b(0xfd))](_0x2fb512[_0x30fa4b(0x182)][_0x30fa4b(0x190)]['value'])[_0x30fa4b(0x1a6)]();if(_0x5460d0[_0x30fa4b(0x122)][_0x30fa4b(0x193)](_0x585b32,_0x400117[_0x30fa4b(0x182)][_0x30fa4b(0x205)]))return{'error':new Error(_0x30fa4b(0x148))};}if(_0x2fb512[_0x30fa4b(0x182)]['to'][_0x30fa4b(0xf9)]===_0x400117[_0x30fa4b(0x182)][_0x30fa4b(0xf9)]){const _0x23dbeb=new _0x5460d0[(_0x30fa4b(0xfd))](_0x2fb512[_0x30fa4b(0x182)]['to'][_0x30fa4b(0x1f3)])[_0x30fa4b(0x1a6)]();if(_0x5460d0['Rectangle']['intersects'](_0x23dbeb,_0x400117[_0x30fa4b(0x182)][_0x30fa4b(0x205)]))return{'error':new Error(_0x30fa4b(0x148))};}return _0x44a5b8;}},_0xe949e8={'m1':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler'(_0x1dbf24,_0x46d699){const _0x58b6b1=_0x8a5c80,_0x535dbc={'m1Prime':_0x1dbf24,'m2Prime':_0x46d699};if(_0x1dbf24[_0x58b6b1(0x182)][_0x58b6b1(0x29c)]!==_0x46d699['params'][_0x58b6b1(0x29c)]||_0x1dbf24['params'][_0x58b6b1(0x190)][_0x58b6b1(0xf9)]!==_0x46d699[_0x58b6b1(0x182)][_0x58b6b1(0xf9)]&&_0x1dbf24['params']['to'][_0x58b6b1(0xf9)]!==_0x46d699['params'][_0x58b6b1(0xf9)])return _0x535dbc;const _0x19ef61=new _0x5460d0[(_0x58b6b1(0xfd))](_0x1dbf24[_0x58b6b1(0x182)]['from'][_0x58b6b1(0x1f3)])[_0x58b6b1(0x1a6)](),_0x5ac11b=new _0x5460d0[(_0x58b6b1(0xfd))](_0x1dbf24['params']['to']['value'])[_0x58b6b1(0x1a6)]();if(_0x1dbf24[_0x58b6b1(0x182)][_0x58b6b1(0x190)][_0x58b6b1(0xf9)]===_0x46d699['params'][_0x58b6b1(0xf9)]){const {values:_0x8cd1c9}=_0x46d699[_0x58b6b1(0x182)];for(const _0x14b50f in _0x8cd1c9)if(_0x8cd1c9[_0x14b50f][_0x58b6b1(0x287)][_0x58b6b1(0x188)](_0x3d9d64=>_0x5460d0[_0x58b6b1(0x122)]['intersects'](_0x3d9d64,_0x19ef61)))return{'error':new Error(_0x58b6b1(0x1ec))};}if(_0x1dbf24[_0x58b6b1(0x182)]['to'][_0x58b6b1(0xf9)]===_0x46d699[_0x58b6b1(0x182)][_0x58b6b1(0xf9)]){const {values:_0x454129}=_0x46d699[_0x58b6b1(0x182)];for(const _0x23908d in _0x454129)if(_0x454129[_0x23908d][_0x58b6b1(0x287)][_0x58b6b1(0x188)](_0x153f7a=>_0x5460d0[_0x58b6b1(0x122)]['intersects'](_0x153f7a,_0x5ac11b)))return{'error':new Error(_0x58b6b1(0x1ec))};}return _0x535dbc;}},_0x14203a={'m1':_0x49dbd1['MoveRowsMutation']['id'],'m2':_0x39d280[_0x8a5c80(0xc2)]['id'],'handler':(_0x102615,_0x278227)=>{const _0x204267=_0x8a5c80,_0x5fa3b={'m1Prime':_0x102615,'m2Prime':_0x278227};if(_0x102615['params'][_0x204267(0x29c)]!==_0x278227['params'][_0x204267(0x29c)]||_0x102615['params']['subUnitId']!==_0x278227[_0x204267(0x182)][_0x204267(0xf9)])return _0x5fa3b;const _0x4f5c27={'id':_0x49dbd1[_0x204267(0x222)]['id'],'params':{'unitId':_0x102615[_0x204267(0x182)][_0x204267(0x29c)],'subUnitId':_0x102615['params']['subUnitId'],'fromRange':_0x102615['params'][_0x204267(0x29a)],'toRange':_0x102615[_0x204267(0x182)]['targetRange']}},_0x40220f=_0x39a5a1(_0x278227,_0x4f5c27);return{'m1Prime':[_0x102615,..._0x40220f],'m2Prime':[_0x278227,..._0x40220f]};}},_0x4fb0dc={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x216)]['id'],'handler'(_0x252ba8,_0xee12fc){const _0x391c97=_0x8a5c80,_0x3c59eb={'m1Prime':_0x252ba8,'m2Prime':_0xee12fc};if(_0x252ba8['params']['unitId']!==_0xee12fc[_0x391c97(0x182)]['unitId']||_0x252ba8['params']['subUnitId']!==_0xee12fc[_0x391c97(0x182)][_0x391c97(0xf9)])return _0x3c59eb;const _0xc691b0={'id':_0x49dbd1['MoveRowsCommand']['id'],'params':{'fromRange':_0x252ba8[_0x391c97(0x182)]['sourceRange'],'toRange':_0x252ba8[_0x391c97(0x182)][_0x391c97(0xc7)]}},_0x58a232=_0x52e1fe(_0xee12fc,_0xc691b0);return{'m1Prime':[_0x252ba8,..._0x58a232],'m2Prime':[_0xee12fc,..._0x58a232]};}},_0x1894d0={'m1':_0x49dbd1['MoveRowsMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x2fb85f,_0x3ec3f7){const _0x58760b=_0x8a5c80,_0x38bf8a=_0x4975a9[_0x58760b(0x198)](_0x3ec3f7,_0x2fb85f);return _0x5f3d25(_0x38bf8a)?{'m1Prime':_0x38bf8a[_0x58760b(0x201)],'m2Prime':_0x38bf8a['m1Prime']}:_0x38bf8a;}},_0x45f92f={'m1':_0x49dbd1['MoveRowsMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler'(_0xcba75c,_0x4c6eed){const _0x23245a=_0x8a5c80,_0xa06a4f={'m1Prime':_0xcba75c,'m2Prime':_0x4c6eed};if(_0xcba75c[_0x23245a(0x182)][_0x23245a(0x29c)]!==_0x4c6eed[_0x23245a(0x182)][_0x23245a(0x29c)]||_0xcba75c['params'][_0x23245a(0xf9)]!==_0x4c6eed[_0x23245a(0x182)]['from'][_0x23245a(0xf9)]&&_0xcba75c[_0x23245a(0x182)]['subUnitId']!==_0x4c6eed['params']['to'][_0x23245a(0xf9)])return _0xa06a4f;const _0x168f69=_0x5460d0['Tools'][_0x23245a(0x89)](_0xcba75c),_0x4c91ff=_0x5460d0[_0x23245a(0x1d1)][_0x23245a(0x89)](_0x4c6eed),_0x1596ba=_0xcba75c['params'][_0x23245a(0x29a)],_0x3db40e=_0xcba75c[_0x23245a(0x182)][_0x23245a(0xc7)];if(_0xcba75c['params'][_0x23245a(0xf9)]===_0x4c6eed[_0x23245a(0x182)][_0x23245a(0x190)][_0x23245a(0xf9)]){const _0x450b32=new _0x5460d0[(_0x23245a(0xfd))](_0x4c91ff[_0x23245a(0x182)]['from'][_0x23245a(0x1f3)]),_0x3531e5=_0x450b32['getDataRange']();if(_0x2f0dc2({'start':_0x1596ba[_0x23245a(0x1af)],'end':_0x1596ba['endRow']},{'start':_0x3531e5[_0x23245a(0x1af)],'end':_0x3531e5[_0x23245a(0x11e)]})||_0x2f0dc2({'start':_0x3db40e['startRow'],'end':_0x3db40e[_0x23245a(0x11e)]},{'start':_0x3531e5['startRow'],'end':_0x3531e5['endRow']}))return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};const _0x291914=_0x49dbd1[_0x23245a(0x185)]({'start':_0x1596ba[_0x23245a(0x1af)],'end':_0x1596ba[_0x23245a(0x11e)]},{'start':_0x3db40e[_0x23245a(0x1af)],'end':_0x3db40e[_0x23245a(0x11e)]},{'start':_0x3531e5[_0x23245a(0x1af)],'end':_0x3531e5['endRow']});if(_0x291914[_0x23245a(0x104)]!==0x0)return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};_0x291914[_0x23245a(0x285)]!==0x0&&_0x450b32['moveRows'](_0x1596ba[_0x23245a(0x1af)],_0x1596ba[_0x23245a(0x11e)]-_0x1596ba[_0x23245a(0x1af)]+0x1,_0x3db40e['startRow']),_0x4c91ff[_0x23245a(0x182)]['from']['value']=_0x450b32[_0x23245a(0x191)]();}if(_0xcba75c[_0x23245a(0x182)][_0x23245a(0xf9)]===_0x4c6eed[_0x23245a(0x182)]['to'][_0x23245a(0xf9)]){const _0x9cde24=new _0x5460d0[(_0x23245a(0xfd))](_0x4c91ff[_0x23245a(0x182)]['to'][_0x23245a(0x1f3)]),_0x351c54=_0x9cde24['getDataRange']();if(_0x2f0dc2({'start':_0x1596ba[_0x23245a(0x1af)],'end':_0x1596ba[_0x23245a(0x11e)]},{'start':_0x351c54[_0x23245a(0x1af)],'end':_0x351c54[_0x23245a(0x11e)]})||_0x2f0dc2({'start':_0x3db40e[_0x23245a(0x1af)],'end':_0x3db40e[_0x23245a(0x11e)]},{'start':_0x351c54['startRow'],'end':_0x351c54[_0x23245a(0x11e)]}))return{'error':new Error(_0x23245a(0x20d))};const _0x4944bd=_0x49dbd1[_0x23245a(0x185)]({'start':_0x1596ba[_0x23245a(0x1af)],'end':_0x1596ba[_0x23245a(0x11e)]},{'start':_0x3db40e[_0x23245a(0x1af)],'end':_0x3db40e['endRow']},{'start':_0x351c54[_0x23245a(0x1af)],'end':_0x351c54[_0x23245a(0x11e)]});if(_0x4944bd[_0x23245a(0x104)]!==0x0)return{'error':new Error(_0x23245a(0x20d))};_0x4944bd[_0x23245a(0x285)]!==0x0&&_0x9cde24['moveRows'](_0x1596ba[_0x23245a(0x1af)],_0x1596ba[_0x23245a(0x11e)]-_0x1596ba[_0x23245a(0x1af)]+0x1,_0x3db40e['startRow']),_0x4c91ff['params']['to'][_0x23245a(0x1f3)]=_0x9cde24[_0x23245a(0x191)]();}return{'m1Prime':_0x168f69,'m2Prime':_0x4c91ff};}},_0xca7129={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x49dbd1['MoveRowsMutation']['id'],'handler'(_0x36faa2,_0x35f45b){const _0x1bb999=_0x8a5c80,_0x1e873f={'m1Prime':_0x36faa2,'m2Prime':_0x35f45b};if(_0x36faa2[_0x1bb999(0x182)][_0x1bb999(0x29c)]!==_0x35f45b['params'][_0x1bb999(0x29c)]||_0x36faa2[_0x1bb999(0x182)]['subUnitId']!==_0x35f45b[_0x1bb999(0x182)][_0x1bb999(0xf9)])return _0x1e873f;const _0x35cb90=_0x5460d0[_0x1bb999(0x1d1)]['deepClone'](_0x36faa2),_0x1e3183=_0x5460d0[_0x1bb999(0x1d1)]['deepClone'](_0x35f45b),_0x5c62dc=_0x35f45b['params'][_0x1bb999(0x29a)],_0x40b462=_0x35f45b[_0x1bb999(0x182)][_0x1bb999(0xc7)],_0x192cd0=_0x36faa2[_0x1bb999(0x182)][_0x1bb999(0x29a)],_0x45b039=_0x36faa2[_0x1bb999(0x182)][_0x1bb999(0xc7)];if(_0x192cd0[_0x1bb999(0x11e)]>=_0x5c62dc[_0x1bb999(0x1af)]&&_0x192cd0['startRow']<=_0x5c62dc[_0x1bb999(0x11e)])return{'error':new Error(_0x1bb999(0x95))};const _0x46d103=_0x49dbd1[_0x1bb999(0x185)]({'start':_0x192cd0[_0x1bb999(0x1af)],'end':_0x192cd0['endRow']},{'start':_0x45b039[_0x1bb999(0x1af)],'end':_0x45b039['endRow']},{'start':_0x5c62dc[_0x1bb999(0x1af)],'end':_0x5c62dc[_0x1bb999(0x11e)]}),_0x20a8cb=_0x49dbd1[_0x1bb999(0x185)]({'start':_0x192cd0[_0x1bb999(0x1af)],'end':_0x192cd0['endRow']},{'start':_0x45b039[_0x1bb999(0x1af)],'end':_0x45b039[_0x1bb999(0x11e)]},{'start':_0x40b462[_0x1bb999(0x1af)],'end':_0x40b462['endRow']});_0x46d103&&_0x20a8cb?(_0x1e3183['params']['sourceRange'][_0x1bb999(0x1af)]+=_0x46d103[_0x1bb999(0x285)],_0x1e3183['params']['sourceRange']['endRow']+=_0x46d103[_0x1bb999(0x285)]+(_0x46d103['length']||0x0),_0x1e3183[_0x1bb999(0x182)]['targetRange'][_0x1bb999(0x1af)]+=_0x20a8cb['step'],_0x1e3183['params'][_0x1bb999(0xc7)][_0x1bb999(0x11e)]+=_0x20a8cb['step']+(_0x20a8cb[_0x1bb999(0x104)]||0x0)):_0x1e3183['id']=_0x49dbd1['EmptyMutation']['id'];const _0xd82d58=_0x49dbd1[_0x1bb999(0x185)]({'start':_0x5c62dc[_0x1bb999(0x1af)],'end':_0x5c62dc['endRow']},{'start':_0x40b462[_0x1bb999(0x1af)],'end':_0x40b462[_0x1bb999(0x11e)]},{'start':_0x192cd0['startRow'],'end':_0x192cd0[_0x1bb999(0x11e)]}),_0x35cda6=_0x49dbd1[_0x1bb999(0x185)]({'start':_0x5c62dc[_0x1bb999(0x1af)],'end':_0x5c62dc[_0x1bb999(0x11e)]},{'start':_0x40b462[_0x1bb999(0x1af)],'end':_0x40b462[_0x1bb999(0x11e)]},{'start':_0x45b039[_0x1bb999(0x1af)],'end':_0x45b039['endRow']});return _0xd82d58&&_0x35cda6?(_0x35cb90[_0x1bb999(0x182)][_0x1bb999(0x29a)][_0x1bb999(0x1af)]+=_0xd82d58['step'],_0x35cb90[_0x1bb999(0x182)]['sourceRange'][_0x1bb999(0x11e)]+=_0xd82d58[_0x1bb999(0x285)]+(_0xd82d58['length']||0x0),_0x35cb90[_0x1bb999(0x182)][_0x1bb999(0xc7)][_0x1bb999(0x1af)]+=_0x35cda6[_0x1bb999(0x285)],_0x35cb90['params'][_0x1bb999(0xc7)]['endRow']+=_0x35cda6[_0x1bb999(0x285)]+(_0x35cda6[_0x1bb999(0x104)]||0x0)):_0x35cb90['id']=_0x49dbd1[_0x1bb999(0xf6)]['id'],{'m1Prime':_0x35cb90,'m2Prime':_0x1e3183};}},_0x290168={'m1':_0x49dbd1['MoveRowsMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x24d272,_0x6e3cb6){const _0x79ad51=_0x8a5c80,_0x1c86c1={'m1Prime':_0x24d272,'m2Prime':_0x6e3cb6};if(_0x24d272['params'][_0x79ad51(0x29c)]!==_0x6e3cb6[_0x79ad51(0x182)][_0x79ad51(0x29c)]||_0x24d272['params'][_0x79ad51(0xf9)]!==_0x6e3cb6[_0x79ad51(0x182)]['subUnitId'])return _0x1c86c1;const _0x58b180=_0x5460d0[_0x79ad51(0x1d1)][_0x79ad51(0x89)](_0x24d272),_0x200c16=_0x5460d0['Tools']['deepClone'](_0x6e3cb6),{sourceRange:_0x1dcd1b,targetRange:_0xe473d7}=_0x24d272[_0x79ad51(0x182)],_0x4c887a={'start':_0x1dcd1b[_0x79ad51(0x1af)],'end':_0x1dcd1b[_0x79ad51(0x11e)]},_0xc24d75={'start':_0xe473d7[_0x79ad51(0x1af)],'end':_0xe473d7['endRow']};return _0x200c16[_0x79ad51(0x182)]['ranges']['some'](_0x5498f1=>{const _0x1d5522=_0x79ad51,_0x39810b={'start':_0x5498f1[_0x1d5522(0x1af)],'end':_0x5498f1[_0x1d5522(0x11e)]},_0x3d126d=_0x2f0dc2(_0x4c887a,_0x39810b),_0x1c48c2=_0x2f0dc2(_0xc24d75,_0x39810b);if(_0x3d126d||_0x1c48c2)return!0x0;const _0x1d4bb1=_0x49dbd1[_0x1d5522(0x185)](_0x4c887a,_0xc24d75,_0x39810b);return _0x1d4bb1[_0x1d5522(0x104)]!==0x0?!0x0:(_0x5498f1['startRow']+=_0x1d4bb1[_0x1d5522(0x285)],_0x5498f1[_0x1d5522(0x11e)]+=_0x1d4bb1[_0x1d5522(0x285)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x58b180,'m2Prime':_0x200c16};}},_0x5b900c={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x211)]['id'],'handler'(_0x4f89ba,_0x271333){const _0x1495b5=_0x8a5c80,_0x150d00=_0x5460d0[_0x1495b5(0x1d1)][_0x1495b5(0x89)](_0x4f89ba),_0x12bc94=_0x5460d0[_0x1495b5(0x1d1)]['deepClone'](_0x271333);if(_0x4f89ba['params'][_0x1495b5(0x29c)]!==_0x271333['params'][_0x1495b5(0x29c)]||_0x4f89ba[_0x1495b5(0x182)][_0x1495b5(0xf9)]!==_0x271333[_0x1495b5(0x182)][_0x1495b5(0xf9)])return{'m1Prime':_0x150d00,'m2Prime':_0x12bc94};const _0x253126=_0x12bc94[_0x1495b5(0x182)][_0x1495b5(0x287)][_0x1495b5(0x134)]((_0x3fd0ea,_0x5f243e)=>{const _0x5c9405=_0x1495b5,{sourceRange:_0x2b47b3,targetRange:_0x4fcf3d}=_0x4f89ba[_0x5c9405(0x182)],_0x3ddf86={..._0x5f243e};return _0x2b47b3['endRow']<_0x3ddf86[_0x5c9405(0x1af)]&&_0x4fcf3d[_0x5c9405(0x1af)]>_0x3ddf86[_0x5c9405(0x11e)]?(_0x3ddf86[_0x5c9405(0x1af)]-=_0x2b47b3['endRow']-_0x2b47b3[_0x5c9405(0x1af)]+0x1,_0x3ddf86[_0x5c9405(0x11e)]-=_0x2b47b3[_0x5c9405(0x11e)]-_0x2b47b3[_0x5c9405(0x1af)]+0x1,_0x1afdc2(_0x3ddf86)&&_0x3fd0ea[_0x5c9405(0x276)](_0x3ddf86)):_0x2b47b3['startRow']>_0x3ddf86['endRow']&&_0x4fcf3d[_0x5c9405(0x11e)]<_0x3ddf86[_0x5c9405(0x1af)]?(_0x3ddf86[_0x5c9405(0x1af)]+=_0x2b47b3['endRow']-_0x2b47b3['startRow']+0x1,_0x3ddf86[_0x5c9405(0x11e)]+=_0x2b47b3[_0x5c9405(0x11e)]-_0x2b47b3[_0x5c9405(0x1af)]+0x1,_0x1afdc2(_0x3ddf86)&&_0x3fd0ea['push'](_0x3ddf86)):_0x5460d0[_0x5c9405(0x122)][_0x5c9405(0x193)](_0x3ddf86,_0x2b47b3)||_0x5460d0[_0x5c9405(0x122)]['intersects'](_0x3ddf86,_0x4fcf3d)||_0x3fd0ea[_0x5c9405(0x276)](_0x3ddf86),_0x3fd0ea;},[]);return _0x12bc94[_0x1495b5(0x182)]['ranges']=_0x253126,_0x12bc94['params']['ranges'][_0x1495b5(0x104)]===0x0&&(_0x12bc94['id']=_0x49dbd1[_0x1495b5(0xf6)]['id']),{'m1Prime':_0x150d00,'m2Prime':_0x12bc94};}},_0x172609={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x49dbd1['ReorderRangeMutation']['id'],'handler'(_0x19f991,_0x22f905){const _0x3b75e4=_0x8a5c80;var _0x293493;const _0x5a811b={'m1Prime':_0x19f991,'m2Prime':_0x22f905};if(_0x19f991[_0x3b75e4(0x182)][_0x3b75e4(0x29c)]!==_0x22f905[_0x3b75e4(0x182)][_0x3b75e4(0x29c)]||_0x19f991[_0x3b75e4(0x182)][_0x3b75e4(0xf9)]!==_0x22f905['params']['subUnitId'])return _0x5a811b;const _0x42a88b=_0x5582f7(_0x19f991['params'][_0x3b75e4(0x29a)],_0x19f991['params'][_0x3b75e4(0xc7)]),_0x297854=_0x5460d0[_0x3b75e4(0x1d1)][_0x3b75e4(0x89)](_0x22f905),{range:_0x5e700b}=_0x297854[_0x3b75e4(0x182)],_0x145824=Array[_0x3b75e4(0x190)]({'length':_0x5e700b[_0x3b75e4(0x11e)]-_0x5e700b['startRow']+0x1},(_0x172e68,_0x14de14)=>_0x14de14+_0x5e700b[_0x3b75e4(0x1af)]),_0x24f44b={},_0x35dbca={},_0x3f91c6=Math['min'](_0x19f991[_0x3b75e4(0x182)][_0x3b75e4(0x29a)]['startRow'],_0x19f991[_0x3b75e4(0x182)][_0x3b75e4(0xc7)][_0x3b75e4(0x1af)],..._0x145824),_0x368e13=Math[_0x3b75e4(0x26a)](_0x19f991[_0x3b75e4(0x182)][_0x3b75e4(0x29a)]['endRow'],_0x19f991[_0x3b75e4(0x182)]['targetRange'][_0x3b75e4(0x11e)],..._0x145824);for(let _0x50903a=_0x3f91c6;_0x50903a<=_0x368e13;_0x50903a++){const _0x3e6fde=_0x50903a,_0x3a9839=(_0x293493=_0x22f905[_0x3b75e4(0x182)]['order'][_0x50903a])!=null?_0x293493:_0x3e6fde,_0x38baa0=_0x42a88b(_0x3a9839);_0x3e6fde!==_0x38baa0&&(_0x24f44b[_0x3e6fde]=_0x38baa0),_0x3a9839!==_0x38baa0&&(_0x35dbca[_0x3a9839]=_0x38baa0);}_0x297854[_0x3b75e4(0x182)][_0x3b75e4(0x1bc)]=_0x24f44b;const _0x5d50de=Object[_0x3b75e4(0x239)](_0x24f44b)[_0x3b75e4(0x29b)](Number);_0x5e700b[_0x3b75e4(0x1af)]=Math[_0x3b75e4(0xcd)](..._0x5d50de),_0x5e700b[_0x3b75e4(0x11e)]=Math[_0x3b75e4(0x26a)](..._0x5d50de);const _0x1c78c1=[_0x19f991],_0x4343df=Object['keys'](_0x35dbca)['map'](Number);return _0x4343df['length']>0x0&&_0x1c78c1[_0x3b75e4(0x1a2)]({'id':_0x49dbd1[_0x3b75e4(0xca)]['id'],'params':{'unitId':_0x19f991[_0x3b75e4(0x182)][_0x3b75e4(0x29c)],'subUnitId':_0x19f991[_0x3b75e4(0x182)]['subUnitId'],'range':{'startColumn':_0x22f905[_0x3b75e4(0x182)][_0x3b75e4(0x205)][_0x3b75e4(0x15d)],'endColumn':_0x22f905[_0x3b75e4(0x182)][_0x3b75e4(0x205)][_0x3b75e4(0x262)],'startRow':Math[_0x3b75e4(0xcd)](..._0x4343df),'endRow':Math['max'](..._0x4343df)},'order':_0x35dbca}}),{'m1Prime':_0x1c78c1,'m2Prime':_0x297854};}},_0x5582f7=(_0x5af618,_0x2c54f7)=>{const _0x41d23c=_0x8a5c80,_0x785042=_0x5af618[_0x41d23c(0x11e)]-_0x5af618[_0x41d23c(0x1af)]+0x1,_0x2ef228=_0x5af618['startRow'],_0xd69abd=_0x2c54f7[_0x41d23c(0x1af)];return _0x5ac099=>{const _0x3edfff=_0x41d23c;if(_0x2ef228<=_0xd69abd){const _0x53712e=_0x2c54f7[_0x3edfff(0x1af)]-_0x5af618['endRow']-0x1;if(_0x5ac099>=_0x5af618['startRow']&&_0x5ac099<=_0x5af618[_0x3edfff(0x11e)])return _0x5ac099+_0x53712e;if(_0x5ac099>_0x5af618['endRow']&&_0x5ac099<_0x2c54f7[_0x3edfff(0x1af)])return _0x5ac099-_0x785042;}if(_0x2ef228>_0xd69abd){const _0x5ecc9c=_0x5af618['startRow']-_0x2c54f7['startRow'];if(_0x5ac099>=_0x2c54f7[_0x3edfff(0x1af)]&&_0x5ac099<_0x5af618['startRow'])return _0x5ac099+_0x785042;if(_0x5ac099>=_0x5af618[_0x3edfff(0x1af)]&&_0x5ac099<=_0x5af618[_0x3edfff(0x11e)])return _0x5ac099-_0x5ecc9c;}return _0x5ac099;};},_0x18c3b6={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler'(_0x211d38,_0x2e401c){const _0x41c891=_0x8a5c80,_0x55b3a2={'m1Prime':_0x211d38,'m2Prime':_0x2e401c};if(_0x211d38[_0x41c891(0x182)]['unitId']!==_0x2e401c[_0x41c891(0x182)][_0x41c891(0x29c)]||_0x211d38[_0x41c891(0x182)][_0x41c891(0xf9)]!==_0x2e401c['params'][_0x41c891(0xf9)])return _0x55b3a2;const _0x294b38=[_0x5460d0['Tools'][_0x41c891(0x89)](_0x211d38)],_0x3ead59=_0x5460d0[_0x41c891(0x1d1)][_0x41c891(0x89)](_0x2e401c),{sourceRange:_0x28613c,targetRange:_0x52d7e8}=_0x211d38[_0x41c891(0x182)],_0x1a1e23={'start':_0x28613c[_0x41c891(0x1af)],'end':_0x28613c[_0x41c891(0x11e)]},_0xe8ff10={'start':_0x52d7e8[_0x41c891(0x1af)],'end':_0x52d7e8[_0x41c891(0x11e)]},{values:_0x1c058e}=_0x3ead59[_0x41c891(0x182)],_0x5a867a=[];let _0x17e347=!0x1;for(const _0x484725 in _0x1c058e){const _0x1faeea=_0x1c058e[_0x484725];if(_0x5a867a['push'](..._0x1faeea['ranges']),_0x1faeea[_0x41c891(0x287)][_0x41c891(0x188)](_0xe98e82=>{const _0x5c79c0=_0x41c891,_0x3b94d3={'start':_0xe98e82[_0x5c79c0(0x1af)],'end':_0xe98e82[_0x5c79c0(0x11e)]},_0x1ed88c=_0x2f0dc2(_0x1a1e23,_0x3b94d3),_0x457e4b=_0x2f0dc2(_0xe8ff10,_0x3b94d3);if(_0x1ed88c||_0x457e4b)return!0x0;const _0x18e6b0=_0x49dbd1[_0x5c79c0(0x185)](_0x1a1e23,_0xe8ff10,_0x3b94d3);return _0x18e6b0[_0x5c79c0(0x104)]!==0x0?!0x0:(_0x18e6b0[_0x5c79c0(0x285)]!==0x0&&(_0x17e347=!0x0),_0xe98e82[_0x5c79c0(0x1af)]+=_0x18e6b0['step'],_0xe98e82[_0x5c79c0(0x11e)]+=_0x18e6b0[_0x5c79c0(0x285)],!0x1);}))return{'error':new Error(_0x41c891(0x24d))};}if(_0x17e347){const _0x4fbfc4={'id':_0x49dbd1[_0x41c891(0x210)]['id'],'params':{'unitId':_0x2e401c['params'][_0x41c891(0x29c)],'subUnitId':_0x2e401c[_0x41c891(0x182)][_0x41c891(0xf9)],'ranges':_0x5a867a}};_0x294b38[_0x41c891(0x276)](_0x4fbfc4,_0x3ead59);}return{'m1Prime':_0x294b38,'m2Prime':_0x3ead59};}},_0x536803={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler'(_0x21aaab,_0x10bd00){const _0x3902c2=_0x8a5c80,_0x2491db={'m1Prime':_0x21aaab,'m2Prime':_0x10bd00};if(_0x21aaab['params']['unitId']!==_0x10bd00[_0x3902c2(0x182)][_0x3902c2(0x29c)]||_0x21aaab[_0x3902c2(0x182)][_0x3902c2(0xf9)]!==_0x10bd00[_0x3902c2(0x182)][_0x3902c2(0xf9)])return _0x2491db;const _0x41be4e=[_0x5460d0['Tools'][_0x3902c2(0x89)](_0x21aaab)],_0x29e9da=_0x5460d0['Tools']['deepClone'](_0x10bd00),_0x140edd=new _0x5460d0[(_0x3902c2(0xfd))](_0x29e9da[_0x3902c2(0x182)][_0x3902c2(0xa0)]),{sourceRange:_0x4734b1,targetRange:_0x11b73c}=_0x21aaab[_0x3902c2(0x182)],_0x24578e=_0x4734b1[_0x3902c2(0x1af)],_0x15c4c3=_0x4734b1[_0x3902c2(0x11e)]-_0x4734b1[_0x3902c2(0x1af)]+0x1,_0x23dbf0=_0x11b73c['startRow'];_0x140edd[_0x3902c2(0x1ef)](_0x24578e,_0x15c4c3,_0x23dbf0);const _0x3f31d2=new _0x5460d0[(_0x3902c2(0xfd))]();let _0xcef583=!0x1;if(_0x140edd[_0x3902c2(0x1a3)]((_0x40f8d9,_0x8a12f1,_0x483f17)=>{const _0x2ab784=_0x3902c2;if(_0x483f17&&_0x483f17['f']){const _0x2240ee=_0x483f17['f'];let _0x364044=!0x1;const _0x5df08f=_0xbb31eb(_0x21aaab[_0x2ab784(0x182)][_0x2ab784(0x29c)],_0x21aaab[_0x2ab784(0x182)]['subUnitId'],_0x2240ee,_0x3841cd=>{const _0x958cdd=_0x2ab784,_0x4e0f0c=_0x49dbd1['handleBaseMoveRowsCols']({'start':_0x21aaab[_0x958cdd(0x182)]['sourceRange']['startRow'],'end':_0x21aaab[_0x958cdd(0x182)]['sourceRange'][_0x958cdd(0x11e)]},{'start':_0x21aaab[_0x958cdd(0x182)][_0x958cdd(0xc7)]['startRow'],'end':_0x21aaab[_0x958cdd(0x182)][_0x958cdd(0xc7)][_0x958cdd(0x11e)]},{'start':_0x3841cd[_0x958cdd(0x1af)],'end':_0x3841cd[_0x958cdd(0x11e)]});return(_0x4e0f0c[_0x958cdd(0x285)]!==0x0||_0x4e0f0c[_0x958cdd(0x104)]!==0x0)&&(_0x364044=!0x0,_0x3841cd[_0x958cdd(0x1af)]+=_0x4e0f0c[_0x958cdd(0x285)],_0x3841cd[_0x958cdd(0x11e)]+=_0x4e0f0c[_0x958cdd(0x285)]+_0x4e0f0c[_0x958cdd(0x104)]),_0x3841cd;});_0x364044&&(_0xcef583=!0x0,_0x483f17['f']=_0x5df08f,_0x3f31d2[_0x2ab784(0xf3)](_0x40f8d9,_0x8a12f1,{..._0x483f17}));}}),_0xcef583){const _0x3fc5a6={'id':_0x49dbd1[_0x3902c2(0x159)]['id'],'params':{'unitId':_0x10bd00[_0x3902c2(0x182)][_0x3902c2(0x29c)],'subUnitId':_0x10bd00[_0x3902c2(0x182)][_0x3902c2(0xf9)],'cellValue':_0x3f31d2[_0x3902c2(0x191)]()}};_0x41be4e[_0x3902c2(0x276)](_0x3fc5a6);}return _0x29e9da[_0x3902c2(0x182)]['cellValue']=_0x140edd[_0x3902c2(0x191)](),{'m1Prime':_0x41be4e,'m2Prime':_0x29e9da};}},_0x3aa450={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x286)]['id'],'handler'(_0x3470be,_0x507eda){const _0x38acd3=_0x8a5c80,_0x13c009={'m1Prime':_0x3470be,'m2Prime':_0x507eda};if(_0x3470be[_0x38acd3(0x182)][_0x38acd3(0x29c)]!==_0x507eda[_0x38acd3(0x182)][_0x38acd3(0x29c)]||_0x3470be[_0x38acd3(0x182)][_0x38acd3(0xf9)]!==_0x507eda['params'][_0x38acd3(0xf9)])return _0x13c009;const _0x1df5d7=_0x5460d0[_0x38acd3(0x1d1)][_0x38acd3(0x89)](_0x3470be),_0x490dc7=_0x5460d0[_0x38acd3(0x1d1)][_0x38acd3(0x89)](_0x507eda),{ranges:_0x4caa1f}=_0x490dc7[_0x38acd3(0x182)],{sourceRange:_0x201c3a,targetRange:_0x2b84d8}=_0x3470be['params'],_0x153f19={'start':_0x201c3a['startRow'],'end':_0x201c3a[_0x38acd3(0x11e)]},_0xb844ee={'start':_0x2b84d8['startRow'],'end':_0x2b84d8[_0x38acd3(0x11e)]};return _0x4caa1f[_0x38acd3(0x188)](_0x3ced53=>{const _0x53957f=_0x38acd3,_0x275eac={'start':_0x3ced53['startRow'],'end':_0x3ced53['endRow']},_0x2b55ac=_0x2f0dc2(_0x153f19,_0x275eac),_0x556782=_0x2f0dc2(_0xb844ee,_0x275eac);if(_0x2b55ac||_0x556782)return!0x0;const _0x1e3e95=_0x49dbd1['handleBaseMoveRowsCols'](_0x153f19,_0xb844ee,_0x275eac);return _0x1e3e95[_0x53957f(0x104)]!==0x0?!0x0:(_0x3ced53[_0x53957f(0x1af)]+=_0x1e3e95[_0x53957f(0x285)],_0x3ced53[_0x53957f(0x11e)]+=_0x1e3e95[_0x53957f(0x285)],!0x1);})?{'error':new Error(_0x38acd3(0x98))}:{'m1Prime':_0x1df5d7,'m2Prime':_0x490dc7};}},_0x508cf0={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x21a)]['id'],'handler'(_0x2583cf,_0x2dda75){const _0x512193=_0x8a5c80,_0x4df4ad={'m1Prime':_0x2583cf,'m2Prime':_0x2dda75};if(_0x2583cf[_0x512193(0x182)][_0x512193(0x29c)]!==_0x2dda75[_0x512193(0x182)][_0x512193(0x29c)]||_0x2583cf['params'][_0x512193(0xf9)]!==_0x2dda75[_0x512193(0x182)]['subUnitId'])return _0x4df4ad;const _0x130f80=_0x5460d0['Tools'][_0x512193(0x89)](_0x2583cf),_0x5929a9=_0x5460d0[_0x512193(0x1d1)][_0x512193(0x89)](_0x2dda75),{ranges:_0x42777e}=_0x5929a9[_0x512193(0x182)],{sourceRange:_0xbc3dfa,targetRange:_0x1d8f3d}=_0x2583cf[_0x512193(0x182)],_0xd28de6={'start':_0xbc3dfa['startRow'],'end':_0xbc3dfa['endRow']},_0xd53c3f={'start':_0x1d8f3d['startRow'],'end':_0x1d8f3d[_0x512193(0x11e)]};return _0x42777e['some'](_0x25f278=>{const _0x57fade=_0x512193,_0x569bf5={'start':_0x25f278[_0x57fade(0x1af)],'end':_0x25f278[_0x57fade(0x11e)]},_0x186ece=_0x2f0dc2(_0xd28de6,_0x569bf5),_0xfae579=_0x2f0dc2(_0xd53c3f,_0x569bf5);if(_0x186ece||_0xfae579)return!0x0;const _0x364824=_0x49dbd1[_0x57fade(0x185)](_0xd28de6,_0xd53c3f,_0x569bf5);return _0x364824[_0x57fade(0x104)]!==0x0?!0x0:(_0x25f278[_0x57fade(0x1af)]+=_0x364824[_0x57fade(0x285)],_0x25f278[_0x57fade(0x11e)]+=_0x364824[_0x57fade(0x285)],!0x1);})?{'error':new Error(_0x512193(0x25e))}:{'m1Prime':_0x130f80,'m2Prime':_0x5929a9};}},_0x1f532a={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x200)]['id'],'handler'(_0x3e16f4,_0x4e44b8){const _0x2a9980=_0x8a5c80,_0x58302c={'m1Prime':[],'m2Prime':[]};if(_0x3e16f4[_0x2a9980(0x182)]['unitId']!==_0x4e44b8[_0x2a9980(0x182)][_0x2a9980(0x29c)]||_0x3e16f4[_0x2a9980(0x182)][_0x2a9980(0xf9)]!==_0x4e44b8[_0x2a9980(0x182)][_0x2a9980(0xf9)])return _0x58302c;const _0x100d42=_0x5460d0['Tools'][_0x2a9980(0x89)](_0x4e44b8);let _0x4e624c=!0x1;return _0x100d42[_0x2a9980(0x182)][_0x2a9980(0x1bb)][_0x2a9980(0x11a)](_0x159e26=>{const _0x39764f=_0x2a9980,{range:_0x376d8d,primary:_0x42d5f0}=_0x159e26,_0x3c345b=_0x49dbd1['handleBaseMoveRowsCols']({'start':_0x3e16f4['params']['sourceRange']['startRow'],'end':_0x3e16f4['params'][_0x39764f(0x29a)][_0x39764f(0x11e)]},{'start':_0x3e16f4[_0x39764f(0x182)][_0x39764f(0xc7)][_0x39764f(0x1af)],'end':_0x3e16f4[_0x39764f(0x182)][_0x39764f(0xc7)][_0x39764f(0x11e)]},{'start':_0x376d8d[_0x39764f(0x1af)],'end':_0x376d8d['endRow']});if(_0x3c345b[_0x39764f(0x104)]||_0x3c345b[_0x39764f(0x285)]){if(_0x376d8d[_0x39764f(0x1af)]+=_0x3c345b[_0x39764f(0x285)],_0x376d8d[_0x39764f(0x11e)]+=_0x3c345b[_0x39764f(0x285)]+(_0x3c345b[_0x39764f(0x104)]||0x0),_0x42d5f0){const _0x3841b7=_0x49dbd1[_0x39764f(0x185)]({'start':_0x3e16f4['params'][_0x39764f(0x29a)][_0x39764f(0x1af)],'end':_0x3e16f4[_0x39764f(0x182)][_0x39764f(0x29a)][_0x39764f(0x11e)]},{'start':_0x3e16f4['params']['targetRange'][_0x39764f(0x1af)],'end':_0x3e16f4[_0x39764f(0x182)][_0x39764f(0xc7)][_0x39764f(0x11e)]},{'start':_0x42d5f0[_0x39764f(0x1af)],'end':_0x42d5f0['endRow']});(_0x3841b7['length']||_0x3841b7[_0x39764f(0x285)])&&(_0x42d5f0[_0x39764f(0x1af)]+=_0x3841b7[_0x39764f(0x285)],_0x42d5f0[_0x39764f(0x11e)]+=_0x3841b7[_0x39764f(0x285)],_0x42d5f0[_0x39764f(0xc6)]+=_0x3841b7['step']);}_0x4e624c=!0x0;}}),_0x4e624c&&_0x58302c[_0x2a9980(0x201)][_0x2a9980(0x276)](_0x100d42),_0x58302c;}},_0x18b0b1={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x2de74c[_0x8a5c80(0x18f)]['id'],'handler'(_0x369f2b,_0x12f680){const _0x45783e=_0x8a5c80,_0x2beb04={'m1Prime':[_0x369f2b],'m2Prime':[_0x12f680]};if(_0x369f2b[_0x45783e(0x182)][_0x45783e(0x29c)]!==_0x12f680[_0x45783e(0x182)][_0x45783e(0x29c)]||_0x369f2b['params'][_0x45783e(0xf9)]!==_0x12f680['params'][_0x45783e(0xf9)])return _0x2beb04;const _0x536968=_0x5460d0[_0x45783e(0x1d1)]['deepClone'](_0x369f2b),_0x368fea=_0x5460d0['Tools'][_0x45783e(0x89)](_0x12f680),_0x17f857=_0x49dbd1[_0x45783e(0x185)]({'start':_0x369f2b[_0x45783e(0x182)][_0x45783e(0x29a)]['startRow'],'end':_0x369f2b[_0x45783e(0x182)][_0x45783e(0x29a)][_0x45783e(0x11e)]},{'start':_0x369f2b['params'][_0x45783e(0xc7)][_0x45783e(0x1af)],'end':_0x369f2b[_0x45783e(0x182)][_0x45783e(0xc7)][_0x45783e(0x11e)]},{'start':_0x12f680['params'][_0x45783e(0x205)]['startRow'],'end':_0x12f680[_0x45783e(0x182)][_0x45783e(0x205)]['endRow']});return _0x368fea['params']['range'][_0x45783e(0x1af)]+=_0x17f857['step'],_0x368fea['params'][_0x45783e(0x205)][_0x45783e(0x11e)]+=_0x17f857[_0x45783e(0x285)]+_0x17f857['length'],{'m1Prime':[_0x368fea,_0x536968],'m2Prime':[_0x368fea]};}},_0x55a6c6={'m1':_0x49dbd1['MoveRowsMutation']['id'],'m2':_0x39d280[_0x8a5c80(0x14d)]['id'],'handler':(_0x644a95,_0x36e3a3)=>{const _0x2f445b=_0x8a5c80,_0x5e738d={'m1Prime':_0x644a95,'m2Prime':_0x36e3a3};if(_0x644a95[_0x2f445b(0x182)][_0x2f445b(0x29c)]!==_0x36e3a3[_0x2f445b(0x182)]['unitId']||_0x644a95[_0x2f445b(0x182)][_0x2f445b(0xf9)]!==_0x36e3a3['params']['subUnitId'])return _0x5e738d;const _0x443069={'id':_0x49dbd1['MoveRowsCommand']['id'],'params':{'unitId':_0x644a95[_0x2f445b(0x182)]['unitId'],'subUnitId':_0x644a95['params'][_0x2f445b(0xf9)],'fromRange':_0x644a95['params'][_0x2f445b(0x29a)],'toRange':_0x644a95['params'][_0x2f445b(0xc7)]}},_0x1d8b44=_0x388be0(_0x36e3a3,_0x443069);return{'m1Prime':[_0x644a95,..._0x1d8b44],'m2Prime':[_0x36e3a3,..._0x1d8b44]};}},_0x41669c={'m1':_0x49dbd1[_0x8a5c80(0x116)]['id'],'m2':_0x3d6bbe['UpdateDataValidationMutation']['id'],'handler':(_0x25e00b,_0x5d6111)=>{const _0x125ffa=_0x8a5c80,_0x23af51={'m1Prime':_0x25e00b,'m2Prime':_0x5d6111};if(_0x25e00b[_0x125ffa(0x182)]['unitId']!==_0x5d6111[_0x125ffa(0x182)][_0x125ffa(0x29c)]||_0x5d6111[_0x125ffa(0x182)]['subUnitId']!==_0x25e00b[_0x125ffa(0x182)][_0x125ffa(0xf9)])return _0x23af51;const _0xf94aa4={'id':_0x49dbd1['MoveRowsCommand']['id'],'params':{'fromRange':_0x25e00b[_0x125ffa(0x182)][_0x125ffa(0x29a)],'toRange':_0x25e00b[_0x125ffa(0x182)]['targetRange']}},_0x44a889=_0x13e00d(_0x5d6111,_0xf94aa4);return{'m1Prime':[_0x25e00b,..._0x44a889],'m2Prime':[_0x5d6111,..._0x44a889]};}},_0x7e6635={'m1':_0x49dbd1['RemoveColMutation']['id'],'m2':_0x39d280[_0x8a5c80(0xc2)]['id'],'handler':(_0x2c6477,_0x467577)=>{const _0xe45c0=_0x8a5c80,_0x5d523d={'m1Prime':_0x2c6477,'m2Prime':_0x467577};if(_0x2c6477['params'][_0xe45c0(0x29c)]!==_0x467577[_0xe45c0(0x182)]['unitId']||_0x2c6477[_0xe45c0(0x182)][_0xe45c0(0xf9)]!==_0x467577['params'][_0xe45c0(0xf9)])return _0x5d523d;const _0x2ac467={'id':_0x49dbd1[_0xe45c0(0x15f)]['id'],'params':{'unitId':_0x2c6477['params']['unitId'],'subUnitId':_0x2c6477[_0xe45c0(0x182)][_0xe45c0(0xf9)],'range':_0x2c6477[_0xe45c0(0x182)][_0xe45c0(0x205)]}},_0x4af6fe=_0x39a5a1(_0x467577,_0x2ac467);return{'m1Prime':[_0x2c6477,..._0x4af6fe],'m2Prime':[_0x467577,..._0x4af6fe]};}},_0x162511={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x216)]['id'],'handler'(_0x39052d,_0xd66eb2){const _0x3cb4ba=_0x8a5c80,_0x21111a={'m1Prime':_0x39052d,'m2Prime':_0xd66eb2};if(_0x39052d[_0x3cb4ba(0x182)][_0x3cb4ba(0x29c)]!==_0xd66eb2['params'][_0x3cb4ba(0x29c)]||_0x39052d['params'][_0x3cb4ba(0xf9)]!==_0xd66eb2[_0x3cb4ba(0x182)][_0x3cb4ba(0xf9)])return _0x21111a;const _0x92c428={'id':_0x49dbd1[_0x3cb4ba(0x15f)]['id'],'params':{'range':_0x39052d['params'][_0x3cb4ba(0x205)]}},_0x5e357b=_0x52e1fe(_0xd66eb2,_0x92c428);return{'m1Prime':[_0x39052d,..._0x5e357b],'m2Prime':[_0xd66eb2,..._0x5e357b]};}},_0xda5152={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x173df8,_0x222ddf){const _0x31b2d1=_0x8a5c80,_0x558deb=_0x442ec6['handler'](_0x222ddf,_0x173df8);return _0x5f3d25(_0x558deb)?{'m1Prime':_0x558deb['m2Prime'],'m2Prime':_0x558deb[_0x31b2d1(0x230)]}:_0x558deb;}},_0x1729a8={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1['MoveColsMutation']['id'],'handler'(_0x59e08d,_0x5172d0){const _0x501b64=_0x8a5c80,_0x1841c3={'m1Prime':_0x59e08d,'m2Prime':_0x5172d0};if(_0x59e08d['params'][_0x501b64(0x29c)]!==_0x5172d0[_0x501b64(0x182)]['unitId']||_0x59e08d['params'][_0x501b64(0xf9)]!==_0x5172d0[_0x501b64(0x182)][_0x501b64(0xf9)])return _0x1841c3;const _0x55bd32=_0x5460d0[_0x501b64(0x1d1)][_0x501b64(0x89)](_0x59e08d),_0x395fac=_0x5460d0[_0x501b64(0x1d1)]['deepClone'](_0x5172d0);if(_0x59e08d['params']['range']['startColumn']<=_0x5172d0[_0x501b64(0x182)][_0x501b64(0x29a)][_0x501b64(0x262)]&&_0x59e08d[_0x501b64(0x182)][_0x501b64(0x205)][_0x501b64(0x262)]>=_0x5172d0[_0x501b64(0x182)][_0x501b64(0x29a)]['startColumn']||_0x59e08d[_0x501b64(0x182)][_0x501b64(0x205)]['startColumn']<=_0x5172d0[_0x501b64(0x182)]['targetRange']['endColumn']&&_0x59e08d['params'][_0x501b64(0x205)][_0x501b64(0x262)]>=_0x5172d0['params']['targetRange']['startColumn'])return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x29d622=_0x49dbd1[_0x501b64(0xda)](_0x135091(_0x59e08d['params'][_0x501b64(0x205)]),_0x135091(_0x5172d0[_0x501b64(0x182)][_0x501b64(0x29a)])),_0x161b81=_0x49dbd1[_0x501b64(0xda)](_0x135091(_0x59e08d['params'][_0x501b64(0x205)]),_0x135091(_0x5172d0['params']['targetRange']));_0x29d622&&_0x161b81?(_0x395fac['params'][_0x501b64(0x29a)]['startColumn']+=_0x29d622[_0x501b64(0x285)],_0x395fac[_0x501b64(0x182)]['sourceRange'][_0x501b64(0x262)]+=_0x29d622[_0x501b64(0x285)]+(_0x29d622[_0x501b64(0x104)]||0x0),_0x395fac[_0x501b64(0x182)][_0x501b64(0xc7)]['startColumn']+=_0x161b81['step'],_0x395fac['params'][_0x501b64(0xc7)][_0x501b64(0x262)]+=_0x161b81['step']+(_0x161b81[_0x501b64(0x104)]||0x0)):_0x395fac['id']=_0x49dbd1[_0x501b64(0xf6)]['id'];const _0x145cb9=_0x49dbd1[_0x501b64(0x185)]({'start':_0x5172d0[_0x501b64(0x182)]['sourceRange'][_0x501b64(0x15d)],'end':_0x5172d0[_0x501b64(0x182)][_0x501b64(0x29a)][_0x501b64(0x262)]},{'start':_0x5172d0['params'][_0x501b64(0xc7)]['startColumn'],'end':_0x5172d0[_0x501b64(0x182)][_0x501b64(0xc7)][_0x501b64(0x262)]},{'start':_0x59e08d[_0x501b64(0x182)][_0x501b64(0x205)]['startColumn'],'end':_0x59e08d[_0x501b64(0x182)][_0x501b64(0x205)][_0x501b64(0x262)]});if(_0x145cb9){const {step:_0x3163b5,length:_0x314474}=_0x145cb9;_0x55bd32[_0x501b64(0x182)]['range']['startColumn']+=_0x3163b5,_0x55bd32[_0x501b64(0x182)][_0x501b64(0x205)]['endColumn']+=_0x3163b5+(_0x314474||0x0);}else _0x55bd32[_0x501b64(0x182)][_0x501b64(0x205)]['startColumn']=0x0,_0x55bd32[_0x501b64(0x182)][_0x501b64(0x205)][_0x501b64(0x262)]=-0x1;return{'m1Prime':_0x55bd32,'m2Prime':_0x395fac};}},_0x218889={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler'(_0x169dee,_0x44a888){const _0x260abc=_0x8a5c80,_0xa200ef={'m1Prime':_0x169dee,'m2Prime':_0x44a888};if(_0x169dee['params']['unitId']!==_0x44a888[_0x260abc(0x182)]['unitId']||_0x169dee['params'][_0x260abc(0xf9)]!==_0x44a888[_0x260abc(0x182)][_0x260abc(0x190)][_0x260abc(0xf9)]&&_0x169dee[_0x260abc(0x182)]['subUnitId']!==_0x44a888['params']['to'][_0x260abc(0xf9)])return _0xa200ef;const _0x4a8a5f=_0x5460d0[_0x260abc(0x1d1)][_0x260abc(0x89)](_0x169dee),_0x31ec61=_0x5460d0[_0x260abc(0x1d1)]['deepClone'](_0x44a888),{startColumn:_0x412035,endColumn:_0x3694e8}=_0x169dee[_0x260abc(0x182)][_0x260abc(0x205)];if(_0x169dee['params'][_0x260abc(0xf9)]===_0x44a888['params'][_0x260abc(0x190)][_0x260abc(0xf9)]){const _0x151f1f=new _0x5460d0[(_0x260abc(0xfd))](_0x31ec61[_0x260abc(0x182)][_0x260abc(0x190)][_0x260abc(0x1f3)]),_0x511f2e=_0x151f1f['getDataRange'](),{startColumn:_0x2bbdae,endColumn:_0x3517b7}=_0x511f2e;if(_0x2bbdae<=_0x3694e8&&_0x3517b7>=_0x412035)return{'error':new Error(_0x260abc(0x107))};_0x3694e8<_0x2bbdae&&_0x151f1f[_0x260abc(0x153)](_0x412035,_0x3694e8-_0x412035+0x1),_0x31ec61[_0x260abc(0x182)][_0x260abc(0x190)][_0x260abc(0x1f3)]=_0x151f1f[_0x260abc(0x191)]();}if(_0x169dee[_0x260abc(0x182)][_0x260abc(0xf9)]===_0x44a888[_0x260abc(0x182)]['to'][_0x260abc(0xf9)]){const _0x5a25a6=new _0x5460d0[(_0x260abc(0xfd))](_0x31ec61[_0x260abc(0x182)]['to'][_0x260abc(0x1f3)]),_0x59283a=_0x5a25a6[_0x260abc(0x1a6)](),{startColumn:_0x516912,endColumn:_0x3ab90b}=_0x59283a;if(_0x516912<=_0x3694e8&&_0x3ab90b>=_0x412035)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x3694e8<_0x516912&&_0x5a25a6[_0x260abc(0x153)](_0x412035,_0x3694e8-_0x412035+0x1),_0x31ec61[_0x260abc(0x182)]['to'][_0x260abc(0x1f3)]=_0x5a25a6[_0x260abc(0x191)]();}return{'m1Prime':_0x4a8a5f,'m2Prime':_0x31ec61};}},_0x30f634={'m1':_0x49dbd1['RemoveColMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'handler'(_0x21eb5e,_0x2a0544){const _0x45f733=_0x8a5c80,_0x1abb28={'m1Prime':_0x21eb5e,'m2Prime':_0x2a0544};if(_0x21eb5e['params'][_0x45f733(0x29c)]!==_0x2a0544[_0x45f733(0x182)][_0x45f733(0x29c)]||_0x21eb5e['params'][_0x45f733(0xf9)]!==_0x2a0544[_0x45f733(0x182)][_0x45f733(0xf9)])return _0x1abb28;const _0x51b952=_0x5460d0['Tools'][_0x45f733(0x89)](_0x21eb5e),_0x55878d=_0x5460d0[_0x45f733(0x1d1)][_0x45f733(0x89)](_0x2a0544),_0x46e3e3=_0x49dbd1[_0x45f733(0xda)](_0x21eb5e[_0x45f733(0x182)][_0x45f733(0x205)],_0x2a0544[_0x45f733(0x182)]['range']);if(_0x46e3e3){const {step:_0x2f0c00,length:_0x5a6fb1}=_0x46e3e3;_0x55878d[_0x45f733(0x182)][_0x45f733(0x205)][_0x45f733(0x15d)]+=_0x2f0c00,_0x55878d[_0x45f733(0x182)][_0x45f733(0x205)]['endColumn']+=_0x2f0c00+(_0x5a6fb1||0x0);}else _0x55878d['id']=_0x49dbd1['EmptyMutation']['id'];const _0x555c2a=_0x49dbd1['handleBaseRemoveRange'](_0x2a0544[_0x45f733(0x182)][_0x45f733(0x205)],_0x21eb5e[_0x45f733(0x182)][_0x45f733(0x205)]);if(_0x555c2a){const {step:_0x57085c,length:_0x5c9af2}=_0x555c2a;_0x51b952[_0x45f733(0x182)][_0x45f733(0x205)][_0x45f733(0x15d)]+=_0x57085c,_0x51b952[_0x45f733(0x182)][_0x45f733(0x205)][_0x45f733(0x262)]+=_0x57085c+(_0x5c9af2||0x0);}else _0x51b952['id']=_0x49dbd1[_0x45f733(0xf6)]['id'];return{'m1Prime':_0x51b952,'m2Prime':_0x55878d};}},_0xc5b27a={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x4745b5,_0x4f2bfa){const _0x5c9432=_0x8a5c80,_0x5be57b={'m1Prime':_0x4745b5,'m2Prime':_0x4f2bfa};if(_0x4745b5[_0x5c9432(0x182)][_0x5c9432(0x29c)]!==_0x4f2bfa[_0x5c9432(0x182)][_0x5c9432(0x29c)]||_0x4745b5[_0x5c9432(0x182)][_0x5c9432(0xf9)]!==_0x4f2bfa[_0x5c9432(0x182)][_0x5c9432(0xf9)])return _0x5be57b;const _0x40f3ed=_0x5460d0[_0x5c9432(0x1d1)][_0x5c9432(0x89)](_0x4745b5),_0x22fad3=_0x5460d0[_0x5c9432(0x1d1)]['deepClone'](_0x4f2bfa),{ranges:_0x19576f}=_0x22fad3[_0x5c9432(0x182)];return _0x19576f[_0x5c9432(0x188)](_0x3136d1=>{const _0x162dfa=_0x5c9432,_0x56dd0a=_0x49dbd1['handleBaseRemoveRange'](_0x135091(_0x4745b5[_0x162dfa(0x182)][_0x162dfa(0x205)]),_0x135091(_0x3136d1));return _0x56dd0a===null||_0x56dd0a['length']!==0x0?!0x0:(_0x3136d1[_0x162dfa(0x15d)]+=_0x56dd0a[_0x162dfa(0x285)],_0x3136d1['endColumn']+=_0x56dd0a[_0x162dfa(0x285)],!0x1);})?{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x40f3ed,'m2Prime':_0x22fad3};}},_0x18e05e={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x211)]['id'],'handler'(_0x495671,_0x556ec4){const _0x481627=_0x8a5c80,_0x4e1f35=_0x5460d0[_0x481627(0x1d1)][_0x481627(0x89)](_0x495671),_0x234da2=_0x5460d0[_0x481627(0x1d1)][_0x481627(0x89)](_0x556ec4);if(_0x495671[_0x481627(0x182)]['unitId']!==_0x556ec4[_0x481627(0x182)][_0x481627(0x29c)]||_0x495671[_0x481627(0x182)][_0x481627(0xf9)]!==_0x556ec4[_0x481627(0x182)][_0x481627(0xf9)])return{'m1Prime':_0x4e1f35,'m2Prime':_0x234da2};const _0x17cc3f=_0x234da2['params'][_0x481627(0x287)][_0x481627(0x134)]((_0x1a1327,_0x4b02f4)=>{const _0x316b7b=_0x481627,_0x749a9e=_0x4e1f35[_0x316b7b(0x182)][_0x316b7b(0x205)],_0x4f710d=_0x749a9e['endColumn']-_0x749a9e[_0x316b7b(0x15d)]+0x1;let _0x6b788c={..._0x4b02f4};return _0x749a9e[_0x316b7b(0x15d)]>_0x4b02f4[_0x316b7b(0x262)]?_0x6b788c={..._0x4b02f4}:_0x749a9e[_0x316b7b(0x15d)]>=_0x4b02f4[_0x316b7b(0x15d)]&&_0x749a9e['startColumn']<=_0x4b02f4['endColumn']&&_0x749a9e[_0x316b7b(0x262)]>_0x4b02f4['endColumn']?(_0x6b788c[_0x316b7b(0x262)]=_0x749a9e[_0x316b7b(0x15d)]-0x1,_0x749a9e[_0x316b7b(0x15d)]===_0x4b02f4['startColumn']&&(_0x6b788c=null)):_0x749a9e[_0x316b7b(0x15d)]>_0x4b02f4[_0x316b7b(0x15d)]&&_0x749a9e[_0x316b7b(0x262)]<_0x4b02f4['endColumn']?_0x6b788c[_0x316b7b(0x262)]=_0x4b02f4[_0x316b7b(0x262)]-_0x4f710d:_0x749a9e['startColumn']<_0x4b02f4[_0x316b7b(0x15d)]&&_0x749a9e['endColumn']>=_0x4b02f4[_0x316b7b(0x15d)]&&_0x749a9e[_0x316b7b(0x262)]<=_0x4b02f4['endColumn']?(_0x6b788c['startColumn']=_0x749a9e[_0x316b7b(0x15d)],_0x6b788c[_0x316b7b(0x262)]=_0x4b02f4['endColumn']-_0x4f710d,_0x749a9e[_0x316b7b(0x262)]===_0x4b02f4['endColumn']&&(_0x6b788c=null)):_0x749a9e[_0x316b7b(0x15d)]<=_0x4b02f4[_0x316b7b(0x15d)]&&_0x749a9e[_0x316b7b(0x262)]>=_0x4b02f4['endColumn']?_0x6b788c=null:_0x749a9e['endColumn']<_0x4b02f4['startColumn']&&(_0x6b788c[_0x316b7b(0x15d)]=_0x4b02f4['startColumn']-_0x4f710d,_0x6b788c['endColumn']=_0x4b02f4['endColumn']-_0x4f710d),_0x6b788c&&!(_0x6b788c[_0x316b7b(0x1af)]===_0x6b788c['endRow']&&_0x6b788c[_0x316b7b(0x15d)]===_0x6b788c[_0x316b7b(0x262)])&&_0x1a1327[_0x316b7b(0x276)](_0x6b788c),_0x1a1327;},[]);return _0x234da2[_0x481627(0x182)]['ranges']=_0x17cc3f,{'m1Prime':_0x4e1f35,'m2Prime':_0x234da2};}},_0x2c2142={'m1':_0x49dbd1['RemoveColMutation']['id'],'m2':_0x49dbd1['ReorderRangeMutation']['id'],'handler'(_0x15313f,_0x16e611){const _0x14d945=_0x8a5c80,_0x378e2d={'m1Prime':_0x15313f,'m2Prime':_0x16e611};if(_0x15313f[_0x14d945(0x182)][_0x14d945(0x29c)]!==_0x16e611[_0x14d945(0x182)][_0x14d945(0x29c)]||_0x15313f[_0x14d945(0x182)][_0x14d945(0xf9)]!==_0x16e611[_0x14d945(0x182)][_0x14d945(0xf9)])return _0x378e2d;const _0x4601df=_0x49dbd1['handleBaseRemoveRange'](_0x135091(_0x15313f[_0x14d945(0x182)][_0x14d945(0x205)]),_0x135091(_0x16e611[_0x14d945(0x182)]['range']));if(!_0x4601df)return{'m1Prime':_0x15313f,'m2Prime':[]};const _0x147274=_0x5460d0[_0x14d945(0x1d1)][_0x14d945(0x89)](_0x16e611);return _0x147274['params'][_0x14d945(0x205)][_0x14d945(0x15d)]+=_0x4601df[_0x14d945(0x285)],_0x147274[_0x14d945(0x182)][_0x14d945(0x205)][_0x14d945(0x262)]+=_0x4601df[_0x14d945(0x285)]+(_0x4601df[_0x14d945(0x104)]||0x0),{'m1Prime':_0x15313f,'m2Prime':_0x147274};}},_0x44d14b={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1['SetColHiddenMutation']['id'],'handler'(_0x237843,_0x5dc426){const _0x13ba78=_0x8a5c80,_0x4e2c0d={'m1Prime':_0x237843,'m2Prime':_0x5dc426};if(_0x237843[_0x13ba78(0x182)][_0x13ba78(0x29c)]!==_0x5dc426[_0x13ba78(0x182)][_0x13ba78(0x29c)]||_0x237843[_0x13ba78(0x182)]['subUnitId']!==_0x5dc426[_0x13ba78(0x182)][_0x13ba78(0xf9)])return _0x4e2c0d;const _0x451230=_0x5460d0[_0x13ba78(0x1d1)][_0x13ba78(0x89)](_0x237843),_0x352804=_0x5460d0['Tools']['deepClone'](_0x5dc426),{ranges:_0x31f615}=_0x352804['params'];return _0x31f615[_0x13ba78(0x11a)](_0x147acf=>{const _0x2cabac=_0x13ba78,_0x2165c6=_0x49dbd1[_0x2cabac(0xda)](_0x135091(_0x237843[_0x2cabac(0x182)][_0x2cabac(0x205)]),_0x147acf);_0x2165c6==null?_0x352804['id']=_0x49dbd1['EmptyMutation']['id']:(_0x147acf[_0x2cabac(0x15d)]+=_0x2165c6['step'],_0x147acf[_0x2cabac(0x262)]+=_0x2165c6[_0x2cabac(0x285)]+_0x2165c6['length']);}),{'m1Prime':_0x451230,'m2Prime':_0x352804};}},_0xf7785b={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xc5)]['id'],'handler'(_0x39cf8d,_0x42a790){const _0x1a73c5=_0x8a5c80,_0x5cd73f={'m1Prime':_0x39cf8d,'m2Prime':_0x42a790};if(_0x39cf8d[_0x1a73c5(0x182)][_0x1a73c5(0x29c)]!==_0x42a790[_0x1a73c5(0x182)][_0x1a73c5(0x29c)]||_0x39cf8d[_0x1a73c5(0x182)]['subUnitId']!==_0x42a790['params'][_0x1a73c5(0xf9)])return _0x5cd73f;const _0x40f6f3=_0x5460d0[_0x1a73c5(0x1d1)][_0x1a73c5(0x89)](_0x39cf8d),_0x819f86=_0x5460d0[_0x1a73c5(0x1d1)][_0x1a73c5(0x89)](_0x42a790),{ranges:_0x121aa9}=_0x819f86['params'];return _0x121aa9['forEach'](_0x1d429d=>{const _0x22f15d=_0x1a73c5,_0x3ba76e=_0x49dbd1[_0x22f15d(0xda)](_0x135091(_0x39cf8d['params']['range']),_0x1d429d);_0x3ba76e==null?_0x819f86['id']=_0x49dbd1[_0x22f15d(0xf6)]['id']:(_0x1d429d['startColumn']+=_0x3ba76e[_0x22f15d(0x285)],_0x1d429d['endColumn']+=_0x3ba76e[_0x22f15d(0x285)]+_0x3ba76e[_0x22f15d(0x104)]);}),{'m1Prime':_0x40f6f3,'m2Prime':_0x819f86};}},_0xf86be4={'m1':_0x49dbd1['RemoveColMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler'(_0x40e7a6,_0x3bf13d){const _0x30b6c1=_0x8a5c80,_0x213e4a={'m1Prime':_0x40e7a6,'m2Prime':_0x3bf13d};if(_0x40e7a6[_0x30b6c1(0x182)][_0x30b6c1(0x29c)]!==_0x3bf13d[_0x30b6c1(0x182)]['unitId']||_0x40e7a6['params'][_0x30b6c1(0xf9)]!==_0x3bf13d[_0x30b6c1(0x182)][_0x30b6c1(0xf9)])return _0x213e4a;const _0x3a087e=[_0x5460d0[_0x30b6c1(0x1d1)]['deepClone'](_0x40e7a6)],_0x41cf8d=_0x5460d0['Tools'][_0x30b6c1(0x89)](_0x3bf13d),{values:_0x45ca3b}=_0x41cf8d['params'],_0x10d261=[];let _0x3bda51=!0x1;for(const _0x1f4793 in _0x45ca3b){const _0x422bed=_0x45ca3b[_0x1f4793];if(_0x10d261['push'](..._0x422bed[_0x30b6c1(0x287)]),_0x422bed[_0x30b6c1(0x287)]['some'](_0xd9221e=>{const _0x3acb20=_0x30b6c1,_0x487d9b=_0x49dbd1[_0x3acb20(0xda)](_0x135091(_0x40e7a6[_0x3acb20(0x182)][_0x3acb20(0x205)]),_0x135091(_0xd9221e));return _0x487d9b==null||_0x487d9b[_0x3acb20(0x104)]!==0x0?!0x0:(_0x487d9b[_0x3acb20(0x285)]!==0x0&&(_0x3bda51=!0x0),_0xd9221e['startColumn']+=_0x487d9b[_0x3acb20(0x285)],_0xd9221e[_0x3acb20(0x262)]+=_0x487d9b[_0x3acb20(0x285)],!0x1);}))return{'error':new Error(_0x30b6c1(0x1fd))};}if(_0x3bda51){const _0x302dad={'id':_0x49dbd1[_0x30b6c1(0x210)]['id'],'params':{'unitId':_0x3bf13d['params']['unitId'],'subUnitId':_0x3bf13d[_0x30b6c1(0x182)]['subUnitId'],'ranges':_0x10d261}};_0x3a087e[_0x30b6c1(0x276)](_0x302dad,_0x41cf8d);}return{'m1Prime':_0x3a087e,'m2Prime':_0x41cf8d};}},_0x5ac8ba={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler'(_0x4e954f,_0x6c6058){const _0x15372c=_0x8a5c80,_0x411c0a={'m1Prime':_0x4e954f,'m2Prime':_0x6c6058};if(_0x4e954f[_0x15372c(0x182)][_0x15372c(0x29c)]!==_0x6c6058[_0x15372c(0x182)][_0x15372c(0x29c)]||_0x4e954f[_0x15372c(0x182)][_0x15372c(0xf9)]!==_0x6c6058['params'][_0x15372c(0xf9)])return _0x411c0a;const _0x153c7a=[_0x5460d0[_0x15372c(0x1d1)][_0x15372c(0x89)](_0x4e954f)],_0xd50d36=_0x5460d0[_0x15372c(0x1d1)]['deepClone'](_0x6c6058),_0x2ccd5=new _0x5460d0[(_0x15372c(0xfd))](_0xd50d36[_0x15372c(0x182)][_0x15372c(0xa0)]),_0x3838e5=_0x2ccd5[_0x15372c(0x1a6)](),_0x2572b5=_0x4e954f[_0x15372c(0x182)][_0x15372c(0x205)],_0x475b63=_0x2572b5[_0x15372c(0x262)]-_0x2572b5[_0x15372c(0x15d)]+0x1;if(_0xd50d36[_0x15372c(0x182)][_0x15372c(0xa0)]&&_0x2572b5[_0x15372c(0x262)]<_0x3838e5[_0x15372c(0x15d)])_0x36a371(_0xd50d36[_0x15372c(0x182)]['cellValue'],_0x3838e5['startColumn'],_0x3838e5[_0x15372c(0x262)]-_0x3838e5[_0x15372c(0x15d)]+0x1,-_0x475b63);else{if(_0x2572b5[_0x15372c(0x15d)]<=_0x3838e5['endColumn'])return{'error':new Error('remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation')};}const _0x3e2ee9=new _0x5460d0[(_0x15372c(0xfd))]();let _0x471c83=!0x1,_0x1388a1=!0x1;if(_0x2ccd5[_0x15372c(0x1a3)]((_0x34ae07,_0x3d483f,_0x3dde98)=>{const _0x5eaea7=_0x15372c;if(_0x3dde98&&_0x3dde98['f']){const _0x11af7a=_0x3dde98['f'];let _0x5bd7b5=!0x1;const _0x36ea91=_0xbb31eb(_0x4e954f[_0x5eaea7(0x182)]['unitId'],_0x4e954f['params']['subUnitId'],_0x11af7a,_0x5f3216=>{const _0x417953=_0x5eaea7,_0x407ac5=_0x49dbd1['handleBaseRemoveRange'](_0x135091(_0x4e954f[_0x417953(0x182)][_0x417953(0x205)]),_0x135091(_0x5f3216));return _0x407ac5===null?(_0x471c83=!0x0,_0x5f3216):((_0x407ac5[_0x417953(0x285)]!==0x0||_0x407ac5['length']!==0x0)&&(_0x5bd7b5=!0x0,_0x5f3216[_0x417953(0x15d)]+=_0x407ac5[_0x417953(0x285)],_0x5f3216['endColumn']+=_0x407ac5['step']+_0x407ac5[_0x417953(0x104)]),_0x5f3216);});_0x5bd7b5&&(_0x1388a1=!0x0,_0x3dde98['f']=_0x36ea91,_0x3e2ee9[_0x5eaea7(0xf3)](_0x34ae07,_0x3d483f,{..._0x3dde98}));}}),_0x471c83)return{'error':new Error(_0x15372c(0x295))};if(_0x1388a1){const _0xd0127e={'id':_0x49dbd1[_0x15372c(0x159)]['id'],'params':{'unitId':_0x6c6058[_0x15372c(0x182)][_0x15372c(0x29c)],'subUnitId':_0x6c6058[_0x15372c(0x182)][_0x15372c(0xf9)],'cellValue':_0x3e2ee9['getMatrix']()}};_0x153c7a[_0x15372c(0x276)](_0xd0127e);}return{'m1Prime':_0x153c7a,'m2Prime':_0xd50d36};}},_0x154ac5={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x200)]['id'],'handler'(_0x4fa289,_0x483c35){const _0x58e7fd=_0x8a5c80,_0x10d229={'m1Prime':[],'m2Prime':[]};if(_0x4fa289[_0x58e7fd(0x182)]['unitId']!==_0x483c35[_0x58e7fd(0x182)]['unitId']||_0x4fa289[_0x58e7fd(0x182)]['subUnitId']!==_0x483c35[_0x58e7fd(0x182)]['subUnitId'])return _0x10d229;const _0x1e0087=_0x5460d0['Tools'][_0x58e7fd(0x89)](_0x483c35);let _0x488441=!0x1;return _0x1e0087[_0x58e7fd(0x182)][_0x58e7fd(0x1bb)]['forEach'](_0x5ca8f2=>{const _0x587963=_0x58e7fd,{range:_0x3e3d40,primary:_0x5d13dc}=_0x5ca8f2,_0x84a992=_0x49dbd1[_0x587963(0xda)](_0x135091(_0x4fa289[_0x587963(0x182)][_0x587963(0x205)]),_0x135091(_0x3e3d40));if(_0x84a992!=null&&(_0x84a992['length']||_0x84a992['step'])){if(_0x3e3d40[_0x587963(0x15d)]+=_0x84a992[_0x587963(0x285)],_0x3e3d40['endColumn']+=_0x84a992[_0x587963(0x285)]+(_0x84a992[_0x587963(0x104)]||0x0),_0x5d13dc){const _0x129578=_0x49dbd1[_0x587963(0xda)](_0x135091(_0x4fa289['params']['range']),_0x135091(_0x5d13dc));if(_0x129578==null){_0x5d13dc[_0x587963(0x15d)]=_0x3e3d40[_0x587963(0x15d)],_0x5d13dc[_0x587963(0x262)]=_0x3e3d40[_0x587963(0x15d)],_0x5d13dc[_0x587963(0x1e7)]=_0x3e3d40['startColumn'];return;}(_0x129578['length']||_0x129578[_0x587963(0x285)])&&(_0x5d13dc[_0x587963(0x15d)]+=_0x129578['step'],_0x5d13dc[_0x587963(0x262)]+=_0x129578[_0x587963(0x285)],_0x5d13dc[_0x587963(0x1e7)]+=_0x129578[_0x587963(0x285)]);}_0x488441=!0x0;}}),_0x488441&&_0x10d229[_0x58e7fd(0x201)][_0x58e7fd(0x276)](_0x1e0087),_0x10d229;}},_0x595f8b={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x2de74c[_0x8a5c80(0x241)]['id'],'handler'(_0x9f242,_0x3a58d0){const _0x37a1ca=_0x8a5c80,_0x5b2845={'m1Prime':_0x9f242,'m2Prime':_0x3a58d0};if(_0x9f242[_0x37a1ca(0x182)][_0x37a1ca(0x29c)]!==_0x3a58d0['params'][_0x37a1ca(0x29c)]||_0x9f242[_0x37a1ca(0x182)]['subUnitId']!==_0x3a58d0[_0x37a1ca(0x182)][_0x37a1ca(0xf9)])return _0x5b2845;const _0x59f9bd=_0x5460d0['Tools']['deepClone'](_0x9f242),_0x4e72f9=_0x5460d0[_0x37a1ca(0x1d1)]['deepClone'](_0x3a58d0),_0x121871=_0x46fe87({'start':_0x9f242['params'][_0x37a1ca(0x205)][_0x37a1ca(0x15d)],'end':_0x9f242[_0x37a1ca(0x182)][_0x37a1ca(0x205)][_0x37a1ca(0x262)]},{'start':_0x3a58d0[_0x37a1ca(0x182)]['col'],'end':_0x3a58d0[_0x37a1ca(0x182)][_0x37a1ca(0x9a)]}),_0x2f989e=_0x5460d0[_0x37a1ca(0x1d1)][_0x37a1ca(0x89)](_0x3a58d0);return _0x2f989e[_0x37a1ca(0x182)][_0x37a1ca(0x255)]=null,_0x121871===null?{'m1Prime':[_0x59f9bd,_0x2f989e],'m2Prime':[]}:_0x4e72f9[_0x37a1ca(0x182)][_0x37a1ca(0x9a)]===_0x121871[_0x37a1ca(0x9f)]?_0x5b2845:(_0x4e72f9[_0x37a1ca(0x182)][_0x37a1ca(0x9a)]=_0x121871[_0x37a1ca(0x9f)],_0x4e72f9['params']['criteria']&&(_0x4e72f9[_0x37a1ca(0x182)][_0x37a1ca(0x255)][_0x37a1ca(0xce)]=_0x121871[_0x37a1ca(0x9f)]),{'m1Prime':[_0x2f989e,_0x4e72f9,_0x59f9bd],'m2Prime':[_0x4e72f9]});}},_0x4be576={'m1':_0x49dbd1['RemoveColMutation']['id'],'m2':_0x2de74c[_0x8a5c80(0x18f)]['id'],'handler'(_0x1dbecf,_0x37bd4e){const _0x136d07=_0x8a5c80,_0x578b42={'m1Prime':[_0x1dbecf],'m2Prime':[_0x37bd4e]};if(_0x1dbecf[_0x136d07(0x182)][_0x136d07(0x29c)]!==_0x37bd4e[_0x136d07(0x182)]['unitId']||_0x1dbecf[_0x136d07(0x182)][_0x136d07(0xf9)]!==_0x37bd4e[_0x136d07(0x182)]['subUnitId'])return _0x578b42;const _0x4bc63e=_0x5460d0[_0x136d07(0x1d1)][_0x136d07(0x89)](_0x1dbecf),_0x257d35=_0x5460d0[_0x136d07(0x1d1)][_0x136d07(0x89)](_0x37bd4e),_0x378758=_0x46fe87({'start':_0x1dbecf[_0x136d07(0x182)][_0x136d07(0x205)][_0x136d07(0x15d)],'end':_0x1dbecf[_0x136d07(0x182)][_0x136d07(0x205)][_0x136d07(0x262)]},{'start':_0x37bd4e[_0x136d07(0x182)]['range']['startColumn'],'end':_0x37bd4e[_0x136d07(0x182)][_0x136d07(0x205)][_0x136d07(0x262)]});return _0x378758===null?{'m1Prime':[_0x4bc63e,{'id':_0x2de74c[_0x136d07(0x173)]['id'],'params':{'unitId':_0x37bd4e['params'][_0x136d07(0x29c)],'subUnitId':_0x37bd4e[_0x136d07(0x182)][_0x136d07(0x29c)]}}],'m2Prime':[]}:(_0x257d35[_0x136d07(0x182)][_0x136d07(0x205)]['startColumn']=_0x378758[_0x136d07(0x9f)],_0x257d35[_0x136d07(0x182)]['range'][_0x136d07(0x262)]=_0x378758[_0x136d07(0x13c)],{'m1Prime':[_0x257d35,_0x4bc63e],'m2Prime':[_0x257d35]});}},_0x834c68={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x1c4)]['id'],'handler'(_0x4d5b2b,_0x541177){const _0x22960e=_0x8a5c80,_0x5a7333={'m1Prime':_0x4d5b2b,'m2Prime':_0x541177};if(_0x4d5b2b[_0x22960e(0x182)][_0x22960e(0x29c)]!==_0x541177[_0x22960e(0x182)][_0x22960e(0x29c)]||_0x4d5b2b[_0x22960e(0x182)][_0x22960e(0xf9)]!==_0x541177['params'][_0x22960e(0xf9)])return _0x5a7333;const _0x5482a1=_0x5460d0[_0x22960e(0x1d1)][_0x22960e(0x89)](_0x4d5b2b),_0x19702a=_0x5460d0[_0x22960e(0x1d1)]['deepClone'](_0x541177),{ranges:_0x56aabf,colWidth:_0x25e877}=_0x19702a[_0x22960e(0x182)];return _0x56aabf[_0x22960e(0x11a)](_0x27d53f=>{const _0x319e11=_0x22960e,_0x3f230f=_0x49dbd1[_0x319e11(0xda)](_0x135091(_0x4d5b2b[_0x319e11(0x182)][_0x319e11(0x205)]),_0x27d53f);_0x3f230f==null?_0x19702a['id']=_0x49dbd1['EmptyMutation']['id']:(_0x27d53f[_0x319e11(0x15d)]+=_0x3f230f[_0x319e11(0x285)],_0x27d53f['endColumn']+=_0x3f230f[_0x319e11(0x285)]+_0x3f230f[_0x319e11(0x104)]);}),typeof _0x25e877!=_0x22960e(0x1f2)&&_0x5460d0[_0x22960e(0x240)](_0x4d5b2b[_0x22960e(0x182)][_0x22960e(0x205)][_0x22960e(0x15d)],_0x4d5b2b[_0x22960e(0x182)]['range']['endColumn']-_0x4d5b2b['params'][_0x22960e(0x205)][_0x22960e(0x15d)]+0x1,_0x25e877),{'m1Prime':_0x5482a1,'m2Prime':_0x19702a};}},_0x35d3b6={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x39d280[_0x8a5c80(0x14d)]['id'],'handler':(_0x57c0d2,_0x2f5b56)=>{const _0x22b5d7=_0x8a5c80,_0x563943={'m1Prime':_0x57c0d2,'m2Prime':_0x2f5b56};if(_0x57c0d2['params'][_0x22b5d7(0x29c)]!==_0x2f5b56[_0x22b5d7(0x182)][_0x22b5d7(0x29c)]||_0x57c0d2[_0x22b5d7(0x182)][_0x22b5d7(0xf9)]!==_0x2f5b56[_0x22b5d7(0x182)][_0x22b5d7(0xf9)])return _0x563943;const _0x3ec8bd={'id':_0x49dbd1['RemoveColCommand']['id'],'params':{'unitId':_0x57c0d2[_0x22b5d7(0x182)]['unitId'],'subUnitId':_0x57c0d2[_0x22b5d7(0x182)][_0x22b5d7(0xf9)],'range':_0x57c0d2[_0x22b5d7(0x182)]['range']}},_0x5755cf=_0x388be0(_0x2f5b56,_0x3ec8bd);return{'m1Prime':[_0x57c0d2,..._0x5755cf],'m2Prime':[_0x2f5b56,..._0x5755cf]};}},_0x5d84f1={'m1':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0x257a58,_0x4f1f11)=>{const _0x31e65c=_0x8a5c80,_0x4cb394={'m1Prime':_0x257a58,'m2Prime':_0x4f1f11};if(_0x257a58[_0x31e65c(0x182)][_0x31e65c(0x29c)]!==_0x4f1f11['params']['unitId']||_0x4f1f11[_0x31e65c(0x182)][_0x31e65c(0xf9)]!==_0x257a58[_0x31e65c(0x182)][_0x31e65c(0xf9)])return _0x4cb394;const _0x3c8c0d={'id':_0x49dbd1[_0x31e65c(0x15f)]['id'],'params':{'range':_0x257a58[_0x31e65c(0x182)]['range']}},_0x198e3e=_0x13e00d(_0x4f1f11,_0x3c8c0d);return{'m1Prime':[_0x257a58,..._0x198e3e],'m2Prime':[_0x4f1f11,..._0x198e3e]};}},_0x19f86b={'m1':_0x3d6bbe[_0x8a5c80(0x132)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x132)]['id'],'handler':(_0x46b273,_0x41c48c)=>{const _0x4676ba=_0x8a5c80,_0x426fff={'m1Prime':_0x46b273,'m2Prime':_0x41c48c};return _0x46b273[_0x4676ba(0x182)][_0x4676ba(0x29c)]===_0x41c48c[_0x4676ba(0x182)][_0x4676ba(0x29c)]&&_0x46b273[_0x4676ba(0x182)][_0x4676ba(0xf9)]===_0x41c48c[_0x4676ba(0x182)]['subUnitId']&&_0x46b273['params']['ruleId']===_0x41c48c[_0x4676ba(0x182)][_0x4676ba(0x1e5)]?{'m1Prime':[],'m2Prime':[]}:_0x426fff;}},_0x20b22d={'m1':_0x1e1947[_0x8a5c80(0x92)]['id'],'m2':_0x1e1947['RemoveHyperLinkMutation']['id'],'handler':(_0x11a12d,_0x21792a)=>{const _0x1d2185=_0x8a5c80,_0x17e310=_0x11a12d[_0x1d2185(0x182)],_0x3aa008=_0x21792a[_0x1d2185(0x182)];return _0x17e310[_0x1d2185(0x29c)]===_0x3aa008[_0x1d2185(0x29c)]&&_0x17e310[_0x1d2185(0xf9)]===_0x3aa008[_0x1d2185(0xf9)]&&_0x17e310['id']===_0x3aa008['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x11a12d,'m2Prime':_0x21792a};}},_0x26566a={'m1':_0x49dbd1[_0x8a5c80(0x210)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x558577,_0x20834f){const _0x232f67=_0x8a5c80;if(_0x558577['params'][_0x232f67(0x29c)]!==_0x20834f[_0x232f67(0x182)][_0x232f67(0x29c)]||_0x558577[_0x232f67(0x182)][_0x232f67(0xf9)]!==_0x20834f[_0x232f67(0x182)]['subUnitId'])return{'m1Prime':_0x558577,'m2Prime':_0x20834f};const _0xfe0946=_0x5460d0[_0x232f67(0x1d1)][_0x232f67(0x89)](_0x558577),_0xbc12d9=_0x5460d0[_0x232f67(0x1d1)][_0x232f67(0x89)](_0x20834f),_0x9c6e0f=[],_0x387622=_0xbc12d9[_0x232f67(0x182)][_0x232f67(0x287)];return _0xfe0946[_0x232f67(0x182)]['ranges'][_0x232f67(0x11a)](_0x15eff1=>{const _0x5eaa8a=_0x232f67,_0x2e2e34=_0x19c2e2(_0x15eff1,_0x387622);_0x2e2e34['length']>0x0&&_0x9c6e0f[_0x5eaa8a(0x276)](..._0x2e2e34);}),_0xfe0946['params']['ranges']=_0x9c6e0f,{'m1Prime':_0x558577,'m2Prime':_0x20834f};}},_0x1c39a8={'m1':_0x49dbd1[_0x8a5c80(0x210)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler'(_0x2eb92e,_0x39a78e){const _0x597cd2=_0x8a5c80;if(_0x2eb92e[_0x597cd2(0x182)][_0x597cd2(0x29c)]!==_0x39a78e['params'][_0x597cd2(0x29c)]||_0x2eb92e[_0x597cd2(0x182)][_0x597cd2(0xf9)]!==_0x39a78e['params'][_0x597cd2(0xf9)])return{'m1Prime':_0x2eb92e,'m2Prime':_0x39a78e};const _0x3a1272=_0x5460d0['Tools'][_0x597cd2(0x89)](_0x2eb92e),_0x2cb62a=_0x5460d0['Tools'][_0x597cd2(0x89)](_0x39a78e),_0x439558=[],_0x3bdb9e=Object[_0x597cd2(0x238)](_0x2cb62a['params'][_0x597cd2(0x238)])[_0x597cd2(0x29b)](_0x31808b=>_0x31808b[_0x597cd2(0x287)])['flat']();return _0x3a1272[_0x597cd2(0x182)][_0x597cd2(0x287)][_0x597cd2(0x11a)](_0x1290db=>{const _0x1df89b=_0x597cd2,_0x51254e=_0x19c2e2(_0x1290db,_0x3bdb9e);_0x51254e[_0x1df89b(0x104)]>0x0&&_0x439558[_0x1df89b(0x276)](..._0x51254e);}),_0x3a1272['params'][_0x597cd2(0x287)]=_0x439558,{'m1Prime':_0x3a1272,'m2Prime':_0x2cb62a};}},_0x41314d={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x39d280[_0x8a5c80(0xc2)]['id'],'handler':(_0x499370,_0x3fa7c0)=>{const _0x367967=_0x8a5c80,_0x3747c8={'m1Prime':_0x499370,'m2Prime':_0x3fa7c0};if(_0x499370['params'][_0x367967(0x29c)]!==_0x3fa7c0[_0x367967(0x182)][_0x367967(0x29c)]||_0x499370[_0x367967(0x182)]['subUnitId']!==_0x3fa7c0[_0x367967(0x182)][_0x367967(0xf9)])return _0x3747c8;const _0x4527f5={'id':_0x49dbd1[_0x367967(0x1fc)]['id'],'params':{'unitId':_0x499370[_0x367967(0x182)][_0x367967(0x29c)],'subUnitId':_0x499370['params'][_0x367967(0xf9)],'range':_0x499370['params'][_0x367967(0x205)]}},_0x2b905a=_0x39a5a1(_0x3fa7c0,_0x4527f5);return{'m1Prime':[_0x499370,..._0x2b905a],'m2Prime':[_0x3fa7c0,..._0x2b905a]};}},_0x7adffe={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x216)]['id'],'handler'(_0x4b48ff,_0x533c67){const _0x254002=_0x8a5c80,_0x2f328c={'m1Prime':_0x4b48ff,'m2Prime':_0x533c67};if(_0x4b48ff[_0x254002(0x182)]['unitId']!==_0x533c67[_0x254002(0x182)][_0x254002(0x29c)]||_0x4b48ff[_0x254002(0x182)]['subUnitId']!==_0x533c67[_0x254002(0x182)][_0x254002(0xf9)])return _0x2f328c;const _0x2c8128={'id':_0x49dbd1[_0x254002(0x1fc)]['id'],'params':{'range':_0x4b48ff['params'][_0x254002(0x205)]}},_0x361c0c=_0x52e1fe(_0x533c67,_0x2c8128);return{'m1Prime':[_0x4b48ff,..._0x361c0c],'m2Prime':[_0x533c67,..._0x361c0c]};}},_0x40ddc1={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x3644de,_0x3f79df){const _0x1066b3=_0x8a5c80,_0x1d633b=_0x2b5c8a[_0x1066b3(0x198)](_0x3f79df,_0x3644de);return _0x5f3d25(_0x1d633b)?{'m1Prime':_0x1d633b[_0x1066b3(0x201)],'m2Prime':_0x1d633b[_0x1066b3(0x230)]}:_0x1d633b;}},_0x4c3100={'m1':_0x49dbd1['RemoveRowMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler'(_0x404be3,_0x3f31cf){const _0x195f86=_0x8a5c80,_0x36f43b={'m1Prime':_0x404be3,'m2Prime':_0x3f31cf};if(_0x404be3[_0x195f86(0x182)]['unitId']!==_0x3f31cf[_0x195f86(0x182)][_0x195f86(0x29c)]||_0x404be3[_0x195f86(0x182)][_0x195f86(0xf9)]!==_0x3f31cf[_0x195f86(0x182)][_0x195f86(0x190)][_0x195f86(0xf9)]&&_0x404be3[_0x195f86(0x182)]['subUnitId']!==_0x3f31cf['params']['to'][_0x195f86(0xf9)])return _0x36f43b;const _0x5ce03f=_0x5460d0[_0x195f86(0x1d1)][_0x195f86(0x89)](_0x404be3),_0x42951f=_0x5460d0['Tools'][_0x195f86(0x89)](_0x3f31cf),{startRow:_0x463048,endRow:_0x5d3ae8}=_0x404be3[_0x195f86(0x182)][_0x195f86(0x205)];if(_0x404be3[_0x195f86(0x182)][_0x195f86(0xf9)]===_0x3f31cf[_0x195f86(0x182)][_0x195f86(0x190)][_0x195f86(0xf9)]){const _0x5e917c=new _0x5460d0[(_0x195f86(0xfd))](_0x42951f[_0x195f86(0x182)][_0x195f86(0x190)][_0x195f86(0x1f3)]),_0x4d0228=_0x5e917c[_0x195f86(0x1a6)](),{startRow:_0x1386bb,endRow:_0x135f19}=_0x4d0228;if(_0x1386bb<=_0x5d3ae8&&_0x135f19>=_0x463048)return{'error':new Error(_0x195f86(0x107))};_0x5d3ae8<_0x1386bb&&_0x5e917c['removeRows'](_0x463048,_0x5d3ae8-_0x463048+0x1),_0x42951f[_0x195f86(0x182)][_0x195f86(0x190)]['value']=_0x5e917c[_0x195f86(0x191)]();}if(_0x404be3[_0x195f86(0x182)]['subUnitId']===_0x3f31cf[_0x195f86(0x182)]['to'][_0x195f86(0xf9)]){const _0x1185c5=new _0x5460d0['ObjectMatrix'](_0x42951f[_0x195f86(0x182)]['to'][_0x195f86(0x1f3)]),_0x41c7a9=_0x1185c5[_0x195f86(0x1a6)](),{startRow:_0x1b2176,endRow:_0x4f42df}=_0x41c7a9;if(_0x1b2176<=_0x5d3ae8&&_0x4f42df>=_0x463048)return{'error':new Error(_0x195f86(0x107))};_0x5d3ae8<_0x1b2176&&_0x1185c5[_0x195f86(0x27a)](_0x463048,_0x5d3ae8-_0x463048+0x1),_0x42951f[_0x195f86(0x182)]['to'][_0x195f86(0x1f3)]=_0x1185c5[_0x195f86(0x191)]();}return{'m1Prime':_0x5ce03f,'m2Prime':_0x42951f};}},_0x593ecc={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x116)]['id'],'handler'(_0x4391c0,_0x1f4e49){const _0x2bb006=_0x8a5c80,_0x360106={'m1Prime':_0x4391c0,'m2Prime':_0x1f4e49};if(_0x4391c0[_0x2bb006(0x182)]['unitId']!==_0x1f4e49[_0x2bb006(0x182)]['unitId']||_0x4391c0['params']['subUnitId']!==_0x1f4e49[_0x2bb006(0x182)][_0x2bb006(0xf9)])return _0x360106;const _0x5f3dcb=_0x5460d0['Tools'][_0x2bb006(0x89)](_0x4391c0),_0x2c3539=_0x5460d0[_0x2bb006(0x1d1)]['deepClone'](_0x1f4e49);if(_0x4391c0['params'][_0x2bb006(0x205)]['startRow']<=_0x1f4e49[_0x2bb006(0x182)][_0x2bb006(0x29a)][_0x2bb006(0x11e)]&&_0x4391c0[_0x2bb006(0x182)][_0x2bb006(0x205)][_0x2bb006(0x11e)]>=_0x1f4e49[_0x2bb006(0x182)]['sourceRange']['startRow']||_0x4391c0[_0x2bb006(0x182)][_0x2bb006(0x205)][_0x2bb006(0x1af)]<=_0x1f4e49['params'][_0x2bb006(0xc7)][_0x2bb006(0x11e)]&&_0x4391c0[_0x2bb006(0x182)][_0x2bb006(0x205)][_0x2bb006(0x11e)]>=_0x1f4e49[_0x2bb006(0x182)]['targetRange'][_0x2bb006(0x1af)])return{'error':new Error(_0x2bb006(0x136))};const _0x30495d=_0x49dbd1[_0x2bb006(0xda)](_0x135091(_0x49dbd1[_0x2bb006(0x221)](_0x4391c0['params'][_0x2bb006(0x205)])),_0x135091(_0x49dbd1[_0x2bb006(0x221)](_0x1f4e49[_0x2bb006(0x182)][_0x2bb006(0x29a)]))),_0x43a660=_0x49dbd1[_0x2bb006(0xda)](_0x135091(_0x49dbd1[_0x2bb006(0x221)](_0x4391c0[_0x2bb006(0x182)][_0x2bb006(0x205)])),_0x135091(_0x49dbd1[_0x2bb006(0x221)](_0x1f4e49[_0x2bb006(0x182)][_0x2bb006(0xc7)])));_0x30495d&&_0x43a660?(_0x2c3539[_0x2bb006(0x182)][_0x2bb006(0x29a)][_0x2bb006(0x1af)]+=_0x30495d[_0x2bb006(0x285)],_0x2c3539['params'][_0x2bb006(0x29a)]['endRow']+=_0x30495d[_0x2bb006(0x285)]+(_0x30495d['length']||0x0),_0x2c3539['params'][_0x2bb006(0xc7)][_0x2bb006(0x1af)]+=_0x43a660[_0x2bb006(0x285)],_0x2c3539[_0x2bb006(0x182)][_0x2bb006(0xc7)][_0x2bb006(0x11e)]+=_0x43a660[_0x2bb006(0x285)]+(_0x43a660[_0x2bb006(0x104)]||0x0)):_0x2c3539['id']=_0x49dbd1['EmptyMutation']['id'];const _0x56d27f=_0x49dbd1[_0x2bb006(0x185)]({'start':_0x1f4e49[_0x2bb006(0x182)][_0x2bb006(0x29a)]['startRow'],'end':_0x1f4e49[_0x2bb006(0x182)][_0x2bb006(0x29a)][_0x2bb006(0x11e)]},{'start':_0x1f4e49['params'][_0x2bb006(0xc7)][_0x2bb006(0x1af)],'end':_0x1f4e49[_0x2bb006(0x182)]['targetRange'][_0x2bb006(0x11e)]},{'start':_0x4391c0[_0x2bb006(0x182)][_0x2bb006(0x205)][_0x2bb006(0x1af)],'end':_0x4391c0[_0x2bb006(0x182)]['range'][_0x2bb006(0x11e)]});if(_0x56d27f){const {step:_0x53223e,length:_0x55a1e4}=_0x56d27f;_0x5f3dcb[_0x2bb006(0x182)][_0x2bb006(0x205)][_0x2bb006(0x1af)]+=_0x53223e,_0x5f3dcb[_0x2bb006(0x182)][_0x2bb006(0x205)][_0x2bb006(0x11e)]+=_0x53223e+(_0x55a1e4||0x0);}else _0x5f3dcb['id']=_0x49dbd1[_0x2bb006(0xf6)]['id'];return{'m1Prime':_0x5f3dcb,'m2Prime':_0x2c3539};}},_0x3f8621={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x1422bd,_0x21923a){const _0x566e12=_0x8a5c80,_0x2778d6={'m1Prime':_0x1422bd,'m2Prime':_0x21923a};if(_0x1422bd[_0x566e12(0x182)][_0x566e12(0x29c)]!==_0x21923a['params'][_0x566e12(0x29c)]||_0x1422bd[_0x566e12(0x182)][_0x566e12(0xf9)]!==_0x21923a[_0x566e12(0x182)][_0x566e12(0xf9)])return _0x2778d6;const _0x5e3d5e=_0x5460d0[_0x566e12(0x1d1)][_0x566e12(0x89)](_0x1422bd),_0x162334=_0x5460d0[_0x566e12(0x1d1)]['deepClone'](_0x21923a),{ranges:_0x16b1ca}=_0x162334[_0x566e12(0x182)];return _0x16b1ca[_0x566e12(0x188)](_0x45ecae=>{const _0x3e16d6=_0x566e12,_0xc50227=_0x49dbd1['handleBaseRemoveRange'](_0x135091(_0x49dbd1[_0x3e16d6(0x221)](_0x1422bd[_0x3e16d6(0x182)][_0x3e16d6(0x205)])),_0x135091(_0x49dbd1[_0x3e16d6(0x221)](_0x45ecae)));return _0xc50227===null||_0xc50227['length']!==0x0?!0x0:(_0x45ecae[_0x3e16d6(0x1af)]+=_0xc50227[_0x3e16d6(0x285)],_0x45ecae['endRow']+=_0xc50227['step'],!0x1);})?{'error':new Error(_0x566e12(0x169))}:{'m1Prime':_0x5e3d5e,'m2Prime':_0x162334};}},_0x40abe3={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1['RemoveRowMutation']['id'],'handler'(_0x715d22,_0x29c4ac){const _0x44c04c=_0x8a5c80,_0x348029={'m1Prime':_0x715d22,'m2Prime':_0x29c4ac};if(_0x715d22[_0x44c04c(0x182)][_0x44c04c(0x29c)]!==_0x29c4ac[_0x44c04c(0x182)][_0x44c04c(0x29c)]||_0x715d22[_0x44c04c(0x182)][_0x44c04c(0xf9)]!==_0x29c4ac[_0x44c04c(0x182)][_0x44c04c(0xf9)])return _0x348029;const _0xd14e04=_0x5460d0[_0x44c04c(0x1d1)][_0x44c04c(0x89)](_0x715d22),_0xa34ba5=_0x5460d0[_0x44c04c(0x1d1)][_0x44c04c(0x89)](_0x29c4ac),_0x4ac7f9=_0x49dbd1[_0x44c04c(0xda)](_0x135091(_0x49dbd1[_0x44c04c(0x221)](_0x715d22['params'][_0x44c04c(0x205)])),_0x135091(_0x49dbd1[_0x44c04c(0x221)](_0x29c4ac[_0x44c04c(0x182)]['range'])));if(_0x4ac7f9){const {step:_0x5a96da,length:_0x59b71d}=_0x4ac7f9;_0xa34ba5[_0x44c04c(0x182)][_0x44c04c(0x205)]['startRow']+=_0x5a96da,_0xa34ba5[_0x44c04c(0x182)]['range']['endRow']+=_0x5a96da+(_0x59b71d||0x0);}else _0xa34ba5['id']=_0x49dbd1[_0x44c04c(0xf6)]['id'];const _0x870efb=_0x49dbd1[_0x44c04c(0xda)](_0x135091(_0x49dbd1['rotateRange'](_0x29c4ac['params'][_0x44c04c(0x205)])),_0x135091(_0x49dbd1[_0x44c04c(0x221)](_0x715d22[_0x44c04c(0x182)]['range'])));if(_0x870efb){const {step:_0x7f9d23,length:_0x47cb5d}=_0x870efb;_0xd14e04[_0x44c04c(0x182)][_0x44c04c(0x205)][_0x44c04c(0x1af)]+=_0x7f9d23,_0xd14e04['params'][_0x44c04c(0x205)][_0x44c04c(0x11e)]+=_0x7f9d23+(_0x47cb5d||0x0);}else _0xd14e04['id']=_0x49dbd1[_0x44c04c(0xf6)]['id'];return{'m1Prime':_0xd14e04,'m2Prime':_0xa34ba5};}},_0x31ed8f={'m1':_0x49dbd1['RemoveRowMutation']['id'],'m2':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'handler'(_0x2e384a,_0x3b6afe){const _0x118b9b=_0x8a5c80,_0x34c1de=_0x5460d0['Tools'][_0x118b9b(0x89)](_0x2e384a),_0x4d6b3=_0x5460d0[_0x118b9b(0x1d1)][_0x118b9b(0x89)](_0x3b6afe);if(_0x2e384a[_0x118b9b(0x182)]['unitId']!==_0x3b6afe[_0x118b9b(0x182)][_0x118b9b(0x29c)]||_0x2e384a[_0x118b9b(0x182)][_0x118b9b(0xf9)]!==_0x3b6afe[_0x118b9b(0x182)][_0x118b9b(0xf9)])return{'m1Prime':_0x34c1de,'m2Prime':_0x4d6b3};const _0x106b62=_0x4d6b3[_0x118b9b(0x182)]['ranges'][_0x118b9b(0x134)]((_0x1eeb69,_0xbf65e0)=>{const _0x2a384a=_0x118b9b,_0x2344f3=_0x34c1de[_0x2a384a(0x182)][_0x2a384a(0x205)],_0x3516d5=_0x2344f3[_0x2a384a(0x11e)]-_0x2344f3[_0x2a384a(0x1af)]+0x1;let _0x666168={..._0xbf65e0};return _0x2344f3['startRow']>_0xbf65e0[_0x2a384a(0x11e)]?_0x666168={..._0xbf65e0}:_0x2344f3['startRow']>=_0xbf65e0[_0x2a384a(0x1af)]&&_0x2344f3[_0x2a384a(0x1af)]<=_0xbf65e0['endRow']&&_0x2344f3[_0x2a384a(0x11e)]>_0xbf65e0[_0x2a384a(0x11e)]?(_0x666168[_0x2a384a(0x11e)]=_0x2344f3['startRow']-0x1,_0x2344f3[_0x2a384a(0x1af)]===_0xbf65e0[_0x2a384a(0x1af)]&&(_0x666168=null)):_0x2344f3[_0x2a384a(0x1af)]>_0xbf65e0[_0x2a384a(0x1af)]&&_0x2344f3[_0x2a384a(0x11e)]<_0xbf65e0[_0x2a384a(0x11e)]?_0x666168[_0x2a384a(0x11e)]=_0xbf65e0['endRow']-_0x3516d5:_0x2344f3[_0x2a384a(0x1af)]<_0xbf65e0[_0x2a384a(0x1af)]&&_0x2344f3[_0x2a384a(0x11e)]>=_0xbf65e0[_0x2a384a(0x1af)]&&_0x2344f3[_0x2a384a(0x11e)]<=_0xbf65e0[_0x2a384a(0x11e)]?(_0x666168['startRow']=_0x2344f3[_0x2a384a(0x1af)],_0x666168[_0x2a384a(0x11e)]=_0xbf65e0[_0x2a384a(0x11e)]-_0x3516d5,_0x2344f3[_0x2a384a(0x11e)]===_0xbf65e0[_0x2a384a(0x11e)]&&(_0x666168=null)):_0x2344f3[_0x2a384a(0x1af)]<=_0xbf65e0[_0x2a384a(0x1af)]&&_0x2344f3[_0x2a384a(0x11e)]>=_0xbf65e0[_0x2a384a(0x11e)]?_0x666168=null:_0x2344f3[_0x2a384a(0x11e)]<_0xbf65e0[_0x2a384a(0x1af)]&&(_0x666168[_0x2a384a(0x1af)]=_0xbf65e0[_0x2a384a(0x1af)]-_0x3516d5,_0x666168[_0x2a384a(0x11e)]=_0xbf65e0['endRow']-_0x3516d5),_0x666168&&!(_0x666168[_0x2a384a(0x1af)]===_0x666168[_0x2a384a(0x11e)]&&_0x666168[_0x2a384a(0x15d)]===_0x666168[_0x2a384a(0x262)])&&_0x1eeb69[_0x2a384a(0x276)](_0x666168),_0x1eeb69;},[]);return _0x4d6b3['params']['ranges']=_0x106b62,{'m1Prime':_0x34c1de,'m2Prime':_0x4d6b3};}},_0x4c32b7={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xca)]['id'],'handler'(_0x4cc977,_0x145231){const _0x4f2034=_0x8a5c80,_0x5738e0={'m1Prime':_0x4cc977,'m2Prime':_0x145231};if(_0x4cc977['params'][_0x4f2034(0x29c)]!==_0x145231[_0x4f2034(0x182)][_0x4f2034(0x29c)]||_0x4cc977[_0x4f2034(0x182)][_0x4f2034(0xf9)]!==_0x145231[_0x4f2034(0x182)][_0x4f2034(0xf9)])return _0x5738e0;const _0x9d3240=_0x5460d0['Tools'][_0x4f2034(0x89)](_0x145231),_0xd08593=_0x5460d0[_0x4f2034(0x1d1)][_0x4f2034(0x89)](_0x4cc977),_0xf832ea=_0x49dbd1['handleBaseRemoveRange'](_0x135091(_0x49dbd1[_0x4f2034(0x221)](_0x4cc977[_0x4f2034(0x182)][_0x4f2034(0x205)])),_0x135091(_0x49dbd1[_0x4f2034(0x221)](_0x145231['params']['range'])));if(!_0xf832ea)return{'m1Prime':_0x4cc977,'m2Prime':[]};if(_0xf832ea[_0x4f2034(0x104)]===0x0&&_0xf832ea['step']===0x0)return{'m1Prime':_0x4cc977,'m2Prime':_0x145231};const {startRow:_0x22f951,endRow:_0x52bd2a}=_0x4cc977[_0x4f2034(0x182)][_0x4f2034(0x205)];_0x9d3240[_0x4f2034(0x182)][_0x4f2034(0x205)]['startRow']+=_0xf832ea[_0x4f2034(0x285)],_0x9d3240['params'][_0x4f2034(0x205)][_0x4f2034(0x11e)]+=_0xf832ea[_0x4f2034(0x285)]+(_0xf832ea['length']||0x0);const _0x142706=Object['keys'](_0x145231['params'][_0x4f2034(0x1bc)])['map'](_0x15042a=>_0x329a6f(_0x22f951,_0x52bd2a,Number(_0x15042a)))['filter'](_0x18e400=>_0x18e400!==null),_0x2461a7={};for(const _0x4f436c in _0x145231[_0x4f2034(0x182)][_0x4f2034(0x1bc)]){let _0x3a46bd=_0x145231[_0x4f2034(0x182)][_0x4f2034(0x1bc)][_0x4f436c];_0x3a46bd=_0x329a6f(_0x22f951,_0x52bd2a,_0x3a46bd),_0x3a46bd!==null&&(_0x2461a7[_0x142706[_0x4f2034(0x1db)]()]=_0x3a46bd);}_0x9d3240['params']['order']=_0x2461a7;const _0x15569c=_0xb396d7(_0x145231[_0x4f2034(0x182)][_0x4f2034(0x1bc)],{'start':_0x4cc977[_0x4f2034(0x182)]['range'][_0x4f2034(0x1af)],'end':_0x4cc977[_0x4f2034(0x182)][_0x4f2034(0x205)][_0x4f2034(0x11e)]}),_0x5a3f7e=[_0xd08593];return _0x15569c&&_0x5a3f7e[_0x4f2034(0x1a2)]({'id':_0x49dbd1[_0x4f2034(0xca)]['id'],'params':{..._0x4cc977[_0x4f2034(0x182)],'order':_0x15569c[_0x4f2034(0x1bc)],'range':{..._0x145231['params'][_0x4f2034(0x205)],..._0x15569c['range']}}}),{'m1Prime':_0x5a3f7e,'m2Prime':_0x9d3240};}},_0xb396d7=(_0x30154b,_0x579095)=>{const _0x20d9e9=_0x8a5c80,_0x57fd70=Object[_0x20d9e9(0x239)](_0x30154b)[_0x20d9e9(0x29b)](Number)['sort']((_0x2c93c1,_0x40251c)=>_0x2c93c1-_0x40251c);if(_0x57fd70['length']===0x0)return null;const _0x3d8a0b=_0x57fd70[0x0],_0x1d7942=_0x57fd70[_0x57fd70['length']-0x1];if(_0x3d8a0b>_0x579095['end']||_0x1d7942<_0x579095[_0x20d9e9(0x9f)])return null;const _0xa57486=_0x57fd70[_0x20d9e9(0x1ee)](_0x11de4a=>_0x30154b[_0x11de4a]>=_0x579095[_0x20d9e9(0x9f)]&&_0x30154b[_0x11de4a]<=_0x579095[_0x20d9e9(0x13c)]);if(_0xa57486[_0x20d9e9(0x104)]===0x0)return null;const _0x142109=_0xa57486[_0x20d9e9(0x29b)](_0x17d585=>_0x30154b[_0x17d585]),_0x267f47={},_0xb60fe2=Math[_0x20d9e9(0xcd)](_0xa57486[0x0],_0x579095[_0x20d9e9(0x9f)]),_0x33d510=Math[_0x20d9e9(0x26a)](_0xa57486[_0xa57486[_0x20d9e9(0x104)]-0x1],_0x579095['end']),_0xd8b81=Array[_0x20d9e9(0x190)]({'length':_0x33d510-_0xb60fe2+0x1},(_0x57230f,_0x4b713c)=>_0x4b713c+_0xb60fe2)[_0x20d9e9(0x1ee)](_0x3564c2=>!_0xa57486['includes'](_0x3564c2));return Array[_0x20d9e9(0x190)]({'length':_0x33d510-_0xb60fe2+0x1},(_0x3ad102,_0x238dbb)=>_0x238dbb+_0xb60fe2)[_0x20d9e9(0x1ee)](_0x45f35b=>!_0x142109[_0x20d9e9(0x99)](_0x45f35b))['forEach']((_0x3b9de1,_0x33489b)=>{_0x267f47[_0x3b9de1]=_0xd8b81[_0x33489b];}),_0x142109[_0x20d9e9(0x11a)]((_0x467fc0,_0x4b0056)=>{_0x267f47[_0x467fc0]=_0xa57486[_0x4b0056];}),{'range':{'startRow':_0xb60fe2,'endRow':_0x33d510},'order':_0x267f47};},_0x329a6f=(_0x214ed2,_0x9d67f1,_0x281725)=>_0x281725>=_0x214ed2&&_0x281725<=_0x9d67f1?null:_0x281725>_0x9d67f1?_0x281725-(_0x9d67f1-_0x214ed2+0x1):_0x281725,_0x3ecc79={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1['SetNumfmtMutation']['id'],'handler'(_0x3b6c6d,_0x4999eb){const _0x3360fe=_0x8a5c80,_0x3d7ba6={'m1Prime':_0x3b6c6d,'m2Prime':_0x4999eb};if(_0x3b6c6d[_0x3360fe(0x182)][_0x3360fe(0x29c)]!==_0x4999eb[_0x3360fe(0x182)]['unitId']||_0x3b6c6d[_0x3360fe(0x182)]['subUnitId']!==_0x4999eb[_0x3360fe(0x182)]['subUnitId'])return _0x3d7ba6;const _0x1fa30e=[_0x5460d0[_0x3360fe(0x1d1)][_0x3360fe(0x89)](_0x3b6c6d)],_0x4f9cf5=_0x5460d0['Tools'][_0x3360fe(0x89)](_0x4999eb),{values:_0xe00389}=_0x4f9cf5[_0x3360fe(0x182)],_0x2ef6b4=[];let _0x17e363=!0x1;for(const _0x210b1a in _0xe00389){const _0x46320b=_0xe00389[_0x210b1a];if(_0x2ef6b4['push'](..._0x46320b[_0x3360fe(0x287)]),_0x46320b[_0x3360fe(0x287)]['some'](_0x3de893=>{const _0x20fe7f=_0x3360fe,_0x2b220f=_0x49dbd1[_0x20fe7f(0xda)](_0x135091(_0x49dbd1[_0x20fe7f(0x221)](_0x3b6c6d['params']['range'])),_0x135091(_0x49dbd1[_0x20fe7f(0x221)](_0x3de893)));return _0x2b220f==null||_0x2b220f['length']!==0x0?!0x0:(_0x2b220f[_0x20fe7f(0x285)]!==0x0&&(_0x17e363=!0x0),_0x3de893[_0x20fe7f(0x1af)]+=_0x2b220f[_0x20fe7f(0x285)],_0x3de893['endRow']+=_0x2b220f[_0x20fe7f(0x285)],!0x1);}))return{'error':new Error('remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x17e363){const _0x2cea2f={'id':_0x49dbd1[_0x3360fe(0x210)]['id'],'params':{'unitId':_0x4999eb[_0x3360fe(0x182)][_0x3360fe(0x29c)],'subUnitId':_0x4999eb[_0x3360fe(0x182)]['subUnitId'],'ranges':_0x2ef6b4}};_0x1fa30e[_0x3360fe(0x276)](_0x2cea2f,_0x4f9cf5);}return{'m1Prime':_0x1fa30e,'m2Prime':_0x4f9cf5};}},_0x4dc47f={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler'(_0x207eb1,_0x5e2169){const _0x51121b=_0x8a5c80,_0x3a9ff5={'m1Prime':_0x207eb1,'m2Prime':_0x5e2169};if(_0x207eb1[_0x51121b(0x182)][_0x51121b(0x29c)]!==_0x5e2169['params'][_0x51121b(0x29c)]||_0x207eb1[_0x51121b(0x182)][_0x51121b(0xf9)]!==_0x5e2169[_0x51121b(0x182)][_0x51121b(0xf9)])return _0x3a9ff5;const _0x1f2fbb=[_0x5460d0[_0x51121b(0x1d1)]['deepClone'](_0x207eb1)],_0x2c0d90=_0x5460d0[_0x51121b(0x1d1)]['deepClone'](_0x5e2169),_0x1b0c94=new _0x5460d0['ObjectMatrix'](_0x2c0d90[_0x51121b(0x182)][_0x51121b(0xa0)]),_0x53d602=_0x1b0c94[_0x51121b(0x1a6)](),_0x2945af=_0x207eb1['params'][_0x51121b(0x205)],_0x24f0a9=_0x2945af[_0x51121b(0x11e)]-_0x2945af['startRow']+0x1;if(_0x2c0d90[_0x51121b(0x182)]['cellValue']&&_0x2945af[_0x51121b(0x11e)]<_0x53d602[_0x51121b(0x1af)])_0x409e9b(_0x2c0d90[_0x51121b(0x182)][_0x51121b(0xa0)],_0x53d602[_0x51121b(0x1af)],_0x53d602[_0x51121b(0x11e)]-_0x53d602[_0x51121b(0x1af)]+0x1,-_0x24f0a9);else{if(_0x2945af[_0x51121b(0x1af)]<=_0x53d602[_0x51121b(0x11e)])return{'error':new Error(_0x51121b(0x1ae))};}const _0x4566c4=new _0x5460d0[(_0x51121b(0xfd))]();let _0x599245=!0x1,_0x31ea99=!0x1;if(_0x1b0c94[_0x51121b(0x1a3)]((_0x59b746,_0x279b45,_0x2b026f)=>{const _0x544244=_0x51121b;if(_0x2b026f&&_0x2b026f['f']){const _0x33a9dd=_0x2b026f['f'];let _0xe4289c=!0x1;const _0x465383=_0xbb31eb(_0x207eb1[_0x544244(0x182)]['unitId'],_0x207eb1[_0x544244(0x182)][_0x544244(0xf9)],_0x33a9dd,_0x11fc22=>{const _0x15f6ac=_0x544244,_0x423151=_0x49dbd1[_0x15f6ac(0xda)](_0x135091(_0x49dbd1[_0x15f6ac(0x221)](_0x207eb1[_0x15f6ac(0x182)][_0x15f6ac(0x205)])),_0x135091(_0x49dbd1[_0x15f6ac(0x221)](_0x11fc22)));return _0x423151===null?(_0x599245=!0x0,_0x11fc22):((_0x423151['step']!==0x0||_0x423151[_0x15f6ac(0x104)]!==0x0)&&(_0xe4289c=!0x0,_0x11fc22[_0x15f6ac(0x1af)]+=_0x423151[_0x15f6ac(0x285)],_0x11fc22[_0x15f6ac(0x11e)]+=_0x423151[_0x15f6ac(0x285)]+_0x423151[_0x15f6ac(0x104)]),_0x11fc22);});_0xe4289c&&(_0x31ea99=!0x0,_0x2b026f['f']=_0x465383,_0x4566c4[_0x544244(0xf3)](_0x59b746,_0x279b45,{..._0x2b026f}));}}),_0x599245)return{'error':new Error(_0x51121b(0x15a))};if(_0x31ea99){const _0x2959aa={'id':_0x49dbd1[_0x51121b(0x159)]['id'],'params':{'unitId':_0x5e2169[_0x51121b(0x182)]['unitId'],'subUnitId':_0x5e2169[_0x51121b(0x182)]['subUnitId'],'cellValue':_0x4566c4[_0x51121b(0x191)]()}};_0x1f2fbb[_0x51121b(0x276)](_0x2959aa);}return{'m1Prime':_0x1f2fbb,'m2Prime':_0x2c0d90};}},_0x440ac1={'m1':_0x49dbd1['RemoveRowMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x286)]['id'],'handler'(_0x369c64,_0x54e7c6){const _0x45b9f1=_0x8a5c80,_0x389d32={'m1Prime':_0x369c64,'m2Prime':_0x54e7c6};if(_0x369c64[_0x45b9f1(0x182)][_0x45b9f1(0x29c)]!==_0x54e7c6[_0x45b9f1(0x182)]['unitId']||_0x369c64[_0x45b9f1(0x182)][_0x45b9f1(0xf9)]!==_0x54e7c6[_0x45b9f1(0x182)][_0x45b9f1(0xf9)])return _0x389d32;const _0x4a26d8=_0x5460d0[_0x45b9f1(0x1d1)]['deepClone'](_0x369c64),_0x5142c3=_0x5460d0[_0x45b9f1(0x1d1)][_0x45b9f1(0x89)](_0x54e7c6),{ranges:_0x2f0082}=_0x5142c3['params'];return _0x2f0082[_0x45b9f1(0x11a)](_0x46f587=>{const _0x388852=_0x45b9f1,_0x22382f=_0x49dbd1['handleBaseRemoveRange'](_0x135091(_0x49dbd1['rotateRange'](_0x369c64['params'][_0x388852(0x205)])),_0x135091(_0x49dbd1[_0x388852(0x221)](_0x46f587)));_0x22382f==null?_0x5142c3['id']=_0x49dbd1[_0x388852(0xf6)]['id']:(_0x46f587[_0x388852(0x1af)]+=_0x22382f[_0x388852(0x285)],_0x46f587[_0x388852(0x11e)]+=_0x22382f[_0x388852(0x285)]+_0x22382f['length']);}),{'m1Prime':_0x4a26d8,'m2Prime':_0x5142c3};}},_0xdeed72={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x21a)]['id'],'handler'(_0x16e693,_0x3c9ca7){const _0x40af3b=_0x8a5c80,_0x4f2830={'m1Prime':_0x16e693,'m2Prime':_0x3c9ca7};if(_0x16e693['params'][_0x40af3b(0x29c)]!==_0x3c9ca7[_0x40af3b(0x182)][_0x40af3b(0x29c)]||_0x16e693[_0x40af3b(0x182)][_0x40af3b(0xf9)]!==_0x3c9ca7[_0x40af3b(0x182)][_0x40af3b(0xf9)])return _0x4f2830;const _0x5a34b0=_0x5460d0[_0x40af3b(0x1d1)][_0x40af3b(0x89)](_0x16e693),_0x2916b8=_0x5460d0[_0x40af3b(0x1d1)][_0x40af3b(0x89)](_0x3c9ca7),{ranges:_0x6c6e5b}=_0x2916b8[_0x40af3b(0x182)];return _0x6c6e5b[_0x40af3b(0x11a)](_0x3dc289=>{const _0x4a0220=_0x40af3b,_0x1b8710=_0x49dbd1['handleBaseRemoveRange'](_0x135091(_0x49dbd1[_0x4a0220(0x221)](_0x16e693[_0x4a0220(0x182)][_0x4a0220(0x205)])),_0x135091(_0x49dbd1[_0x4a0220(0x221)](_0x3dc289)));_0x1b8710==null?_0x2916b8['id']=_0x49dbd1[_0x4a0220(0xf6)]['id']:(_0x3dc289[_0x4a0220(0x1af)]+=_0x1b8710[_0x4a0220(0x285)],_0x3dc289[_0x4a0220(0x11e)]+=_0x1b8710[_0x4a0220(0x285)]+_0x1b8710[_0x4a0220(0x104)]);}),{'m1Prime':_0x5a34b0,'m2Prime':_0x2916b8};}},_0x204d13={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x200)]['id'],'handler'(_0x24fe2b,_0x569fd6){const _0xf827bf=_0x8a5c80,_0x4c0e63={'m1Prime':[],'m2Prime':[]};if(_0x24fe2b['params']['unitId']!==_0x569fd6[_0xf827bf(0x182)]['unitId']||_0x24fe2b[_0xf827bf(0x182)][_0xf827bf(0xf9)]!==_0x569fd6[_0xf827bf(0x182)]['subUnitId'])return _0x4c0e63;const _0x3e0b63=_0x5460d0[_0xf827bf(0x1d1)][_0xf827bf(0x89)](_0x569fd6);let _0x148a07=!0x1;return _0x3e0b63[_0xf827bf(0x182)][_0xf827bf(0x1bb)][_0xf827bf(0x11a)](_0x525450=>{const _0xd308f6=_0xf827bf,{range:_0x4e690d,primary:_0x26ab5d}=_0x525450,_0x4b2463=_0x49dbd1[_0xd308f6(0xda)](_0x135091(_0x49dbd1[_0xd308f6(0x221)](_0x24fe2b[_0xd308f6(0x182)][_0xd308f6(0x205)])),_0x135091(_0x49dbd1[_0xd308f6(0x221)](_0x4e690d)));if(_0x4b2463!=null&&(_0x4b2463['length']||_0x4b2463['step'])){if(_0x4e690d[_0xd308f6(0x1af)]+=_0x4b2463[_0xd308f6(0x285)],_0x4e690d[_0xd308f6(0x11e)]+=_0x4b2463[_0xd308f6(0x285)]+(_0x4b2463[_0xd308f6(0x104)]||0x0),_0x26ab5d){const _0x437ce1=_0x49dbd1[_0xd308f6(0xda)](_0x135091(_0x49dbd1['rotateRange'](_0x24fe2b[_0xd308f6(0x182)]['range'])),_0x135091(_0x49dbd1['rotateRange'](_0x26ab5d)));if(_0x437ce1==null){_0x26ab5d['startRow']=_0x4e690d['startRow'],_0x26ab5d[_0xd308f6(0x11e)]=_0x4e690d[_0xd308f6(0x1af)],_0x26ab5d['actualRow']=_0x4e690d[_0xd308f6(0x1af)];return;}(_0x437ce1[_0xd308f6(0x104)]||_0x437ce1['step'])&&(_0x26ab5d[_0xd308f6(0x1af)]+=_0x437ce1[_0xd308f6(0x285)],_0x26ab5d['endRow']+=_0x437ce1['step'],_0x26ab5d[_0xd308f6(0xc6)]+=_0x437ce1['step']);}_0x148a07=!0x0;}}),_0x148a07&&_0x4c0e63[_0xf827bf(0x201)][_0xf827bf(0x276)](_0x3e0b63),_0x4c0e63;}},_0x547b72={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x2de74c[_0x8a5c80(0x18f)]['id'],'handler'(_0x4c2512,_0x2d5d16){const _0x311acf=_0x8a5c80,_0x4c74e3={'m1Prime':[_0x4c2512],'m2Prime':[_0x2d5d16]};if(_0x4c2512['params']['unitId']!==_0x2d5d16['params'][_0x311acf(0x29c)]||_0x4c2512[_0x311acf(0x182)][_0x311acf(0xf9)]!==_0x2d5d16['params'][_0x311acf(0xf9)])return _0x4c74e3;const _0x183295=_0x5460d0[_0x311acf(0x1d1)][_0x311acf(0x89)](_0x4c2512),_0x11dde9=_0x5460d0[_0x311acf(0x1d1)][_0x311acf(0x89)](_0x2d5d16),_0x3903fb=_0x46fe87({'start':_0x4c2512[_0x311acf(0x182)][_0x311acf(0x205)][_0x311acf(0x1af)],'end':_0x4c2512[_0x311acf(0x182)][_0x311acf(0x205)]['endRow']},{'start':_0x2d5d16[_0x311acf(0x182)][_0x311acf(0x205)][_0x311acf(0x1af)],'end':_0x2d5d16[_0x311acf(0x182)][_0x311acf(0x205)]['endRow']});return _0x3903fb===null?{'m1Prime':[_0x183295,{'id':_0x2de74c[_0x311acf(0x173)]['id'],'params':{'unitId':_0x2d5d16['params']['unitId'],'subUnitId':_0x2d5d16[_0x311acf(0x182)]['unitId']}}],'m2Prime':[]}:(_0x11dde9[_0x311acf(0x182)]['range']['startRow']=_0x3903fb[_0x311acf(0x9f)],_0x11dde9['params'][_0x311acf(0x205)][_0x311acf(0x11e)]=_0x3903fb[_0x311acf(0x13c)],{'m1Prime':[_0x11dde9,_0x183295],'m2Prime':[_0x11dde9]});}},_0x48d246={'m1':_0x49dbd1[_0x8a5c80(0x130)]['id'],'m2':_0x39d280[_0x8a5c80(0x14d)]['id'],'handler':(_0x89e4ab,_0x3d247d)=>{const _0x3fdc5c=_0x8a5c80,_0x29ef50={'m1Prime':_0x89e4ab,'m2Prime':_0x3d247d};if(_0x89e4ab[_0x3fdc5c(0x182)][_0x3fdc5c(0x29c)]!==_0x3d247d[_0x3fdc5c(0x182)]['unitId']||_0x89e4ab[_0x3fdc5c(0x182)][_0x3fdc5c(0xf9)]!==_0x3d247d[_0x3fdc5c(0x182)][_0x3fdc5c(0xf9)])return _0x29ef50;const _0x58635c={'id':_0x49dbd1[_0x3fdc5c(0x1fc)]['id'],'params':{'unitId':_0x89e4ab[_0x3fdc5c(0x182)][_0x3fdc5c(0x29c)],'subUnitId':_0x89e4ab['params'][_0x3fdc5c(0xf9)],'range':_0x89e4ab[_0x3fdc5c(0x182)][_0x3fdc5c(0x205)]}},_0x1cae6e=_0x388be0(_0x3d247d,_0x58635c);return{'m1Prime':[_0x89e4ab,..._0x1cae6e],'m2Prime':[_0x3d247d,..._0x1cae6e]};}},_0x1b3572={'m1':_0x49dbd1['RemoveRowMutation']['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0x58c60e,_0x5c14e5)=>{const _0x32f720=_0x8a5c80,_0x3daaa8={'m1Prime':_0x58c60e,'m2Prime':_0x5c14e5};if(_0x58c60e[_0x32f720(0x182)][_0x32f720(0x29c)]!==_0x5c14e5[_0x32f720(0x182)][_0x32f720(0x29c)]||_0x5c14e5[_0x32f720(0x182)]['subUnitId']!==_0x58c60e[_0x32f720(0x182)][_0x32f720(0xf9)])return _0x3daaa8;const _0x3c71a7={'id':_0x49dbd1[_0x32f720(0x1fc)]['id'],'params':{'range':_0x58c60e[_0x32f720(0x182)]['range']}},_0x552b0a=_0x13e00d(_0x5c14e5,_0x3c71a7);return{'m1Prime':[_0x58c60e,..._0x552b0a],'m2Prime':[_0x5c14e5,..._0x552b0a]};}},_0x4b90fd={'m1':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x17153e,_0x55208e){const _0x9e7005=_0x8a5c80,_0x39b492=_0x5460d0['Tools'][_0x9e7005(0x89)](_0x17153e),_0x4a2ee7=_0x5460d0[_0x9e7005(0x1d1)][_0x9e7005(0x89)](_0x55208e);if(_0x17153e[_0x9e7005(0x182)][_0x9e7005(0x29c)]!==_0x55208e[_0x9e7005(0x182)][_0x9e7005(0x29c)]||_0x17153e[_0x9e7005(0x182)][_0x9e7005(0xf9)]!==_0x55208e[_0x9e7005(0x182)]['subUnitId'])return{'m1Prime':_0x39b492,'m2Prime':_0x4a2ee7};for(let _0x39189b=0x0;_0x39189b<_0x39b492[_0x9e7005(0x182)][_0x9e7005(0x287)][_0x9e7005(0x104)];_0x39189b++){let _0x3d5755=!0x1;for(let _0xfa5594=0x0;_0xfa5594<_0x4a2ee7[_0x9e7005(0x182)][_0x9e7005(0x287)]['length'];_0xfa5594++){const _0x2a7755=_0x39b492['params']['ranges'][_0x39189b],_0x44d604=_0x4a2ee7[_0x9e7005(0x182)]['ranges'][_0xfa5594];if(_0x5460d0[_0x9e7005(0x122)][_0x9e7005(0x193)](_0x2a7755,_0x44d604)){_0x3d5755=!0x0;break;}}_0x3d5755&&(_0x39b492['params'][_0x9e7005(0x287)][_0x9e7005(0x280)](_0x39189b,0x1),_0x39189b--);}return _0x39b492[_0x9e7005(0x182)][_0x9e7005(0x287)]['length']===0x0&&(_0x39b492['id']=_0x49dbd1[_0x9e7005(0xf6)]['id']),{'m1Prime':_0x39b492,'m2Prime':_0x4a2ee7};}},_0x27c993={'m1':_0x49dbd1[_0x8a5c80(0x211)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'handler'(_0x5d0ae7,_0x33ae69){const _0x268e80=_0x8a5c80,_0x4ec759=_0x5460d0[_0x268e80(0x1d1)][_0x268e80(0x89)](_0x5d0ae7),_0x29f0b3=_0x5460d0['Tools'][_0x268e80(0x89)](_0x33ae69);if(_0x5d0ae7['params'][_0x268e80(0x29c)]!==_0x33ae69[_0x268e80(0x182)][_0x268e80(0x29c)]||_0x5d0ae7['params'][_0x268e80(0xf9)]!==_0x33ae69[_0x268e80(0x182)][_0x268e80(0xf9)])return{'m1Prime':_0x4ec759,'m2Prime':_0x29f0b3};const _0x2de89a=_0x4ec759[_0x268e80(0x182)][_0x268e80(0x287)][_0x268e80(0x29b)](_0x1871f0=>{const _0x3b10a0=_0x268e80,_0x3414fa=_0x29f0b3[_0x3b10a0(0x182)]['range'],_0x5c5ba7=_0x3414fa[_0x3b10a0(0x262)]-_0x3414fa[_0x3b10a0(0x15d)]+0x1;return _0x3414fa[_0x3b10a0(0x15d)]<=_0x1871f0[_0x3b10a0(0x15d)]?{..._0x1871f0,'startColumn':_0x1871f0[_0x3b10a0(0x15d)]+_0x5c5ba7,'endColumn':_0x1871f0[_0x3b10a0(0x262)]+_0x5c5ba7}:_0x3414fa[_0x3b10a0(0x15d)]>_0x1871f0[_0x3b10a0(0x15d)]&&_0x3414fa['startColumn']<=_0x1871f0[_0x3b10a0(0x262)]?{..._0x1871f0,'endColumn':_0x1871f0[_0x3b10a0(0x262)]+_0x5c5ba7}:{..._0x1871f0};});return _0x4ec759[_0x268e80(0x182)][_0x268e80(0x287)]=_0x2de89a,{'m1Prime':_0x4ec759,'m2Prime':_0x29f0b3};}},_0x30b7e0={'m1':_0x49dbd1['RemoveWorksheetMergeMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x166)]['id'],'handler'(_0x3c1723,_0x12d99f){const _0x20ee67=_0x8a5c80,_0x48f88a=_0x5460d0[_0x20ee67(0x1d1)][_0x20ee67(0x89)](_0x3c1723),_0x213174=_0x5460d0[_0x20ee67(0x1d1)]['deepClone'](_0x12d99f);if(_0x3c1723[_0x20ee67(0x182)][_0x20ee67(0x29c)]!==_0x12d99f[_0x20ee67(0x182)]['unitId']||_0x3c1723[_0x20ee67(0x182)]['subUnitId']!==_0x12d99f[_0x20ee67(0x182)]['subUnitId'])return{'m1Prime':_0x48f88a,'m2Prime':_0x213174};const _0x516d92=_0x48f88a[_0x20ee67(0x182)][_0x20ee67(0x287)][_0x20ee67(0x29b)](_0x30420c=>{const _0x520721=_0x20ee67,_0x2d6ca6=_0x213174[_0x520721(0x182)]['range'],_0x4f680a=_0x2d6ca6['endRow']-_0x2d6ca6[_0x520721(0x1af)]+0x1;return _0x2d6ca6[_0x520721(0x1af)]<=_0x30420c[_0x520721(0x1af)]?{..._0x30420c,'startRow':_0x30420c[_0x520721(0x1af)]+_0x4f680a,'endRow':_0x30420c[_0x520721(0x11e)]+_0x4f680a}:_0x2d6ca6[_0x520721(0x1af)]>_0x30420c[_0x520721(0x1af)]&&_0x2d6ca6['startRow']<=_0x30420c[_0x520721(0x11e)]?{..._0x30420c,'endRow':_0x30420c['endRow']+_0x4f680a}:{..._0x30420c};});return _0x48f88a[_0x20ee67(0x182)][_0x20ee67(0x287)]=_0x516d92,{'m1Prime':_0x48f88a,'m2Prime':_0x213174};}},_0x31b3a5={'m1':_0x49dbd1[_0x8a5c80(0x211)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'handler'(_0x4638ee,_0x3a5397){const _0x1a1cf3=_0x8a5c80,_0x4ea070=_0x5460d0['Tools'][_0x1a1cf3(0x89)](_0x4638ee),_0x37c2b5=_0x5460d0[_0x1a1cf3(0x1d1)][_0x1a1cf3(0x89)](_0x3a5397);if(_0x4638ee[_0x1a1cf3(0x182)][_0x1a1cf3(0x29c)]!==_0x3a5397[_0x1a1cf3(0x182)][_0x1a1cf3(0x29c)]||_0x4638ee['params'][_0x1a1cf3(0xf9)]!==_0x3a5397['params'][_0x1a1cf3(0xf9)])return{'m1Prime':_0x4ea070,'m2Prime':_0x37c2b5};const _0x13eb5e=_0x4ea070[_0x1a1cf3(0x182)]['ranges'][_0x1a1cf3(0x134)]((_0x2d7ecb,_0x58d798)=>{const _0x74b334=_0x1a1cf3,{sourceRange:_0x5605a4,targetRange:_0x28003c}=_0x3a5397['params'],_0x304ed0={..._0x58d798};return _0x5605a4[_0x74b334(0x262)]<_0x304ed0['startColumn']&&_0x28003c[_0x74b334(0x15d)]>_0x304ed0[_0x74b334(0x262)]?(_0x304ed0[_0x74b334(0x15d)]-=_0x5605a4[_0x74b334(0x262)]-_0x5605a4[_0x74b334(0x15d)]+0x1,_0x304ed0[_0x74b334(0x262)]-=_0x5605a4[_0x74b334(0x262)]-_0x5605a4[_0x74b334(0x15d)]+0x1,_0x1afdc2(_0x304ed0)&&_0x2d7ecb[_0x74b334(0x276)](_0x304ed0)):_0x5605a4['startColumn']>_0x304ed0[_0x74b334(0x262)]&&_0x28003c[_0x74b334(0x262)]<_0x304ed0['startColumn']?(_0x304ed0[_0x74b334(0x15d)]+=_0x5605a4[_0x74b334(0x262)]-_0x5605a4[_0x74b334(0x15d)]+0x1,_0x304ed0[_0x74b334(0x262)]+=_0x5605a4[_0x74b334(0x262)]-_0x5605a4[_0x74b334(0x15d)]+0x1,_0x1afdc2(_0x304ed0)&&_0x2d7ecb[_0x74b334(0x276)](_0x304ed0)):_0x5460d0['Rectangle'][_0x74b334(0x193)](_0x304ed0,_0x5605a4)||_0x5460d0[_0x74b334(0x122)][_0x74b334(0x193)](_0x304ed0,_0x28003c)||_0x2d7ecb['push'](_0x304ed0),_0x2d7ecb;},[]);return _0x4ea070[_0x1a1cf3(0x182)]['ranges']=_0x13eb5e,_0x4ea070['params']['ranges']['length']===0x0&&(_0x4ea070['id']=_0x49dbd1[_0x1a1cf3(0xf6)]['id']),{'m1Prime':_0x4ea070,'m2Prime':_0x37c2b5};}},_0x5d18e0={'m1':_0x49dbd1[_0x8a5c80(0x211)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x116)]['id'],'handler'(_0x4fd76e,_0x1445be){const _0x2fec1b=_0x8a5c80,_0x4c94f4=_0x5460d0[_0x2fec1b(0x1d1)][_0x2fec1b(0x89)](_0x4fd76e),_0x52af33=_0x5460d0['Tools'][_0x2fec1b(0x89)](_0x1445be);if(_0x4fd76e[_0x2fec1b(0x182)]['unitId']!==_0x1445be[_0x2fec1b(0x182)][_0x2fec1b(0x29c)]||_0x4fd76e[_0x2fec1b(0x182)][_0x2fec1b(0xf9)]!==_0x1445be[_0x2fec1b(0x182)][_0x2fec1b(0xf9)])return{'m1Prime':_0x4c94f4,'m2Prime':_0x52af33};const _0x205479=_0x4c94f4['params'][_0x2fec1b(0x287)]['reduce']((_0x3286ce,_0x4182bf)=>{const _0x48fb7d=_0x2fec1b,{sourceRange:_0x27e7aa,targetRange:_0x35207f}=_0x1445be['params'],_0x6b3fa1={..._0x4182bf};return _0x27e7aa[_0x48fb7d(0x11e)]<_0x6b3fa1['startRow']&&_0x35207f[_0x48fb7d(0x1af)]>_0x6b3fa1[_0x48fb7d(0x11e)]?(_0x6b3fa1[_0x48fb7d(0x1af)]-=_0x27e7aa['endRow']-_0x27e7aa['startRow']+0x1,_0x6b3fa1[_0x48fb7d(0x11e)]-=_0x27e7aa[_0x48fb7d(0x11e)]-_0x27e7aa[_0x48fb7d(0x1af)]+0x1,_0x1afdc2(_0x6b3fa1)&&_0x3286ce[_0x48fb7d(0x276)](_0x6b3fa1)):_0x27e7aa[_0x48fb7d(0x1af)]>_0x6b3fa1['endRow']&&_0x35207f[_0x48fb7d(0x11e)]<_0x6b3fa1[_0x48fb7d(0x1af)]?(_0x6b3fa1['startRow']+=_0x27e7aa[_0x48fb7d(0x11e)]-_0x27e7aa[_0x48fb7d(0x1af)]+0x1,_0x6b3fa1['endRow']+=_0x27e7aa[_0x48fb7d(0x11e)]-_0x27e7aa[_0x48fb7d(0x1af)]+0x1,_0x1afdc2(_0x6b3fa1)&&_0x3286ce['push'](_0x6b3fa1)):_0x5460d0[_0x48fb7d(0x122)][_0x48fb7d(0x193)](_0x6b3fa1,_0x27e7aa)||_0x5460d0[_0x48fb7d(0x122)][_0x48fb7d(0x193)](_0x6b3fa1,_0x35207f)||_0x3286ce[_0x48fb7d(0x276)](_0x6b3fa1),_0x3286ce;},[]);return _0x4c94f4[_0x2fec1b(0x182)][_0x2fec1b(0x287)]=_0x205479,_0x4c94f4[_0x2fec1b(0x182)]['ranges'][_0x2fec1b(0x104)]===0x0&&(_0x4c94f4['id']=_0x49dbd1[_0x2fec1b(0xf6)]['id']),{'m1Prime':_0x4c94f4,'m2Prime':_0x52af33};}},_0x67afff={'m1':_0x49dbd1[_0x8a5c80(0x211)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'handler'(_0x129bd1,_0x30c7a9){const _0x5544d9=_0x8a5c80,_0x1827be=_0x5460d0['Tools'][_0x5544d9(0x89)](_0x129bd1),_0x52ca4f=_0x5460d0[_0x5544d9(0x1d1)]['deepClone'](_0x30c7a9);if(_0x129bd1['params'][_0x5544d9(0x29c)]!==_0x30c7a9[_0x5544d9(0x182)][_0x5544d9(0x29c)]||_0x129bd1[_0x5544d9(0x182)][_0x5544d9(0xf9)]!==_0x30c7a9[_0x5544d9(0x182)]['subUnitId'])return{'m1Prime':_0x1827be,'m2Prime':_0x52ca4f};const _0x494549=_0x1827be[_0x5544d9(0x182)][_0x5544d9(0x287)][_0x5544d9(0x134)]((_0x276d99,_0x60a2ec)=>{const _0xf07ef6=_0x5544d9,_0x2364d6=_0x52ca4f[_0xf07ef6(0x182)][_0xf07ef6(0x205)],_0x587a9d=_0x2364d6[_0xf07ef6(0x262)]-_0x2364d6[_0xf07ef6(0x15d)]+0x1;let _0x3d4c59={..._0x60a2ec};return _0x2364d6[_0xf07ef6(0x15d)]>_0x60a2ec[_0xf07ef6(0x262)]?_0x3d4c59={..._0x60a2ec}:_0x2364d6['startColumn']>=_0x60a2ec[_0xf07ef6(0x15d)]&&_0x2364d6[_0xf07ef6(0x15d)]<=_0x60a2ec[_0xf07ef6(0x262)]&&_0x2364d6[_0xf07ef6(0x262)]>_0x60a2ec[_0xf07ef6(0x262)]?(_0x3d4c59[_0xf07ef6(0x262)]=_0x2364d6['startColumn']-0x1,_0x2364d6[_0xf07ef6(0x15d)]===_0x60a2ec[_0xf07ef6(0x15d)]&&(_0x3d4c59=null)):_0x2364d6['startColumn']>_0x60a2ec[_0xf07ef6(0x15d)]&&_0x2364d6[_0xf07ef6(0x262)]<_0x60a2ec[_0xf07ef6(0x262)]?_0x3d4c59['endColumn']=_0x60a2ec['endColumn']-_0x587a9d:_0x2364d6['startColumn']<_0x60a2ec[_0xf07ef6(0x15d)]&&_0x2364d6[_0xf07ef6(0x262)]>=_0x60a2ec[_0xf07ef6(0x15d)]&&_0x2364d6[_0xf07ef6(0x262)]<=_0x60a2ec['endColumn']?(_0x3d4c59[_0xf07ef6(0x15d)]=_0x2364d6[_0xf07ef6(0x15d)],_0x3d4c59[_0xf07ef6(0x262)]=_0x60a2ec[_0xf07ef6(0x262)]-_0x587a9d,_0x2364d6[_0xf07ef6(0x262)]===_0x60a2ec[_0xf07ef6(0x262)]&&(_0x3d4c59=null)):_0x2364d6[_0xf07ef6(0x15d)]<=_0x60a2ec[_0xf07ef6(0x15d)]&&_0x2364d6[_0xf07ef6(0x262)]>=_0x60a2ec[_0xf07ef6(0x262)]?_0x3d4c59=null:_0x2364d6['endColumn']<_0x60a2ec[_0xf07ef6(0x15d)]&&(_0x3d4c59[_0xf07ef6(0x15d)]=_0x60a2ec[_0xf07ef6(0x15d)]-_0x587a9d,_0x3d4c59[_0xf07ef6(0x262)]=_0x60a2ec['endColumn']-_0x587a9d),_0x3d4c59&&!(_0x3d4c59[_0xf07ef6(0x1af)]===_0x3d4c59[_0xf07ef6(0x11e)]&&_0x3d4c59[_0xf07ef6(0x15d)]===_0x3d4c59[_0xf07ef6(0x262)])&&_0x276d99[_0xf07ef6(0x276)](_0x3d4c59),_0x276d99;},[]);return _0x1827be[_0x5544d9(0x182)][_0x5544d9(0x287)]=_0x494549,_0x1827be[_0x5544d9(0x182)][_0x5544d9(0x287)][_0x5544d9(0x104)]===0x0&&(_0x1827be['id']=_0x49dbd1['EmptyMutation']['id']),{'m1Prime':_0x1827be,'m2Prime':_0x52ca4f};}},_0x5dde38={'m1':_0x49dbd1[_0x8a5c80(0x211)]['id'],'m2':_0x49dbd1['RemoveRowMutation']['id'],'handler'(_0x2e718d,_0x5089c9){const _0x17add8=_0x8a5c80,_0x29b710=_0x5460d0[_0x17add8(0x1d1)][_0x17add8(0x89)](_0x2e718d),_0x38297c=_0x5460d0[_0x17add8(0x1d1)][_0x17add8(0x89)](_0x5089c9);if(_0x2e718d[_0x17add8(0x182)][_0x17add8(0x29c)]!==_0x5089c9[_0x17add8(0x182)]['unitId']||_0x2e718d[_0x17add8(0x182)][_0x17add8(0xf9)]!==_0x5089c9[_0x17add8(0x182)][_0x17add8(0xf9)])return{'m1Prime':_0x29b710,'m2Prime':_0x38297c};const _0x21f3d5=_0x29b710['params']['ranges'][_0x17add8(0x134)]((_0x7355cd,_0x425223)=>{const _0x3e713b=_0x17add8,_0x356b9e=_0x38297c[_0x3e713b(0x182)][_0x3e713b(0x205)],_0x50b3d2=_0x356b9e['endRow']-_0x356b9e[_0x3e713b(0x1af)]+0x1;let _0x176392={..._0x425223};return _0x356b9e[_0x3e713b(0x1af)]>_0x425223[_0x3e713b(0x11e)]?_0x176392={..._0x425223}:_0x356b9e[_0x3e713b(0x1af)]>=_0x425223[_0x3e713b(0x1af)]&&_0x356b9e[_0x3e713b(0x1af)]<=_0x425223[_0x3e713b(0x11e)]&&_0x356b9e[_0x3e713b(0x11e)]>_0x425223[_0x3e713b(0x11e)]?(_0x176392['endRow']=_0x356b9e[_0x3e713b(0x1af)]-0x1,_0x356b9e[_0x3e713b(0x1af)]===_0x425223[_0x3e713b(0x1af)]&&(_0x176392=null)):_0x356b9e[_0x3e713b(0x1af)]>_0x425223['startRow']&&_0x356b9e[_0x3e713b(0x11e)]<_0x425223['endRow']?_0x176392['endRow']=_0x425223['endRow']-_0x50b3d2:_0x356b9e[_0x3e713b(0x1af)]<_0x425223['startRow']&&_0x356b9e[_0x3e713b(0x11e)]>=_0x425223[_0x3e713b(0x1af)]&&_0x356b9e[_0x3e713b(0x11e)]<=_0x425223[_0x3e713b(0x11e)]?(_0x176392[_0x3e713b(0x1af)]=_0x356b9e[_0x3e713b(0x1af)],_0x176392[_0x3e713b(0x11e)]=_0x425223[_0x3e713b(0x11e)]-_0x50b3d2,_0x356b9e[_0x3e713b(0x11e)]===_0x425223[_0x3e713b(0x11e)]&&(_0x176392=null)):_0x356b9e[_0x3e713b(0x1af)]<=_0x425223[_0x3e713b(0x1af)]&&_0x356b9e[_0x3e713b(0x11e)]>=_0x425223[_0x3e713b(0x11e)]?_0x176392=null:_0x356b9e[_0x3e713b(0x11e)]<_0x425223[_0x3e713b(0x1af)]&&(_0x176392[_0x3e713b(0x1af)]=_0x425223[_0x3e713b(0x1af)]-_0x50b3d2,_0x176392[_0x3e713b(0x11e)]=_0x425223[_0x3e713b(0x11e)]-_0x50b3d2),_0x176392&&!(_0x176392['startRow']===_0x176392[_0x3e713b(0x11e)]&&_0x176392[_0x3e713b(0x15d)]===_0x176392['endColumn'])&&_0x7355cd[_0x3e713b(0x276)](_0x176392),_0x7355cd;},[]);return _0x29b710[_0x17add8(0x182)][_0x17add8(0x287)]=_0x21f3d5,_0x29b710[_0x17add8(0x182)][_0x17add8(0x287)][_0x17add8(0x104)]===0x0&&(_0x29b710['id']=_0x49dbd1[_0x17add8(0xf6)]['id']),{'m1Prime':_0x29b710,'m2Prime':_0x38297c};}},_0x334e5f={'m1':_0x49dbd1[_0x8a5c80(0x211)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x200)]['id'],'handler'(_0x904f88,_0x42c2cd){const _0x52e1c9=_0x8a5c80,_0x276290={'m1Prime':[],'m2Prime':[]};if(_0x904f88[_0x52e1c9(0x182)][_0x52e1c9(0x29c)]!==_0x42c2cd[_0x52e1c9(0x182)][_0x52e1c9(0x29c)]||_0x904f88[_0x52e1c9(0x182)][_0x52e1c9(0xf9)]!==_0x42c2cd[_0x52e1c9(0x182)][_0x52e1c9(0xf9)])return _0x276290;const _0x2d36d8=_0x5460d0[_0x52e1c9(0x1d1)][_0x52e1c9(0x89)](_0x42c2cd),_0x5cf474=_0x2d36d8[_0x52e1c9(0x182)]['selections'],_0x23ec58=_0x5cf474[_0x5cf474[_0x52e1c9(0x104)]-0x1][_0x52e1c9(0x152)];return _0x904f88['params'][_0x52e1c9(0x287)][_0x52e1c9(0x11a)](_0x24df7c=>{const _0x212d3b=_0x52e1c9;_0x23ec58&&_0x5460d0[_0x212d3b(0x122)]['intersects'](_0x24df7c,_0x23ec58)&&(_0x23ec58[_0x212d3b(0xb0)]=!0x1,_0x23ec58[_0x212d3b(0xe6)]=!0x1,_0x23ec58['startRow']=_0x24df7c[_0x212d3b(0x1af)],_0x23ec58['startColumn']=_0x24df7c[_0x212d3b(0x15d)],_0x23ec58[_0x212d3b(0x11e)]=_0x24df7c[_0x212d3b(0x1af)],_0x23ec58[_0x212d3b(0x262)]=_0x24df7c[_0x212d3b(0x15d)],_0x23ec58[_0x212d3b(0x1e7)]=_0x24df7c[_0x212d3b(0x15d)],_0x23ec58[_0x212d3b(0xc6)]=_0x24df7c[_0x212d3b(0x1af)]);}),_0x276290[_0x52e1c9(0x201)][_0x52e1c9(0x276)](_0x2d36d8),_0x276290;}},_0x50206c=_0x5cf4ed=>{const _0x5f523d=_0x8a5c80,{order:_0x34e403}=_0x5cf4ed,_0x17a52a={};return Object[_0x5f523d(0x239)](_0x34e403)[_0x5f523d(0x11a)](_0x1f7cc3=>{_0x17a52a[_0x34e403[Number(_0x1f7cc3)]]=Number(_0x1f7cc3);}),{..._0x5cf4ed,'order':_0x17a52a};},_0x137e59=(_0x253168,_0x2d3cfe)=>{const _0x515e6d=_0x8a5c80,_0x54135e={};return Array[_0x515e6d(0x190)](new Set(Object[_0x515e6d(0x239)](_0x253168)[_0x515e6d(0x1cb)](Object[_0x515e6d(0x239)](_0x2d3cfe))['map'](Number)))[_0x515e6d(0x11a)](_0x560545=>{let _0x569735;_0x560545 in _0x2d3cfe?(_0x569735=_0x2d3cfe[_0x560545],_0x569735 in _0x253168&&(_0x569735=_0x253168[_0x569735])):_0x569735=_0x253168[_0x560545],_0x54135e[_0x560545]=_0x569735;}),_0x54135e;},_0x2a54fd={'m1':_0x49dbd1[_0x8a5c80(0xca)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xca)]['id'],'handler'(_0x2db940,_0x2d3fb7){const _0x284251=_0x8a5c80,_0x2e5365={'m1Prime':_0x2db940,'m2Prime':_0x2d3fb7};if(_0x2db940['params']['unitId']!==_0x2d3fb7[_0x284251(0x182)][_0x284251(0x29c)])return _0x2e5365;const {range:_0x11c356}=_0x2db940[_0x284251(0x182)],{range:_0x3c65f9}=_0x2d3fb7[_0x284251(0x182)];if(_0x3c65f9[_0x284251(0x15d)]===_0x11c356[_0x284251(0x15d)]&&_0x3c65f9[_0x284251(0x262)]===_0x11c356['endColumn']&&_0x3c65f9[_0x284251(0x1af)]<=_0x11c356['startRow']&&_0x3c65f9[_0x284251(0x11e)]>=_0x11c356['endRow']){const _0x27779a=_0x50206c(_0x2db940['params'])[_0x284251(0x1bc)],_0x266fb8={'id':_0x49dbd1[_0x284251(0xca)]['id'],'params':{..._0x2d3fb7[_0x284251(0x182)],'range':_0x3c65f9,'order':_0x137e59(_0x27779a,_0x2d3fb7[_0x284251(0x182)][_0x284251(0x1bc)])}};return{'m1Prime':[],'m2Prime':_0x266fb8};}return _0x5460d0['Rectangle']['intersects'](_0x11c356,_0x3c65f9)?{'error':new Error(_0x284251(0x279))}:_0x2e5365;}},_0x4ff7fa={'id':_0x8a5c80(0x228),'type':_0x5460d0['CommandType'][_0x8a5c80(0x229)],'handler':()=>!0x0},_0x4dff55={'m1':_0x4ff7fa['id'],'m2':'any','handler'(_0x181fac,_0x21a5e3){const _0x15f019=_0x8a5c80;return{'error':new Error(_0x15f019(0x1f4))};}},_0x299619={'m1':_0x8a5c80(0x127),'m2':_0x4ff7fa['id'],'handler'(_0x3e7159,_0x10d29c){const _0x161933=_0x8a5c80;return _0x3e7159[_0x161933(0x182)]['unitId']===_0x10d29c[_0x161933(0x182)][_0x161933(0x29c)]?{'m1Prime':[],'m2Prime':_0x10d29c}:{'m1Prime':_0x3e7159,'m2Prime':_0x10d29c};}},_0x2329ba={'m1':_0x2a9d5f['SetConditionalRuleMutation']['id'],'m2':_0x2a9d5f['SetConditionalRuleMutation']['id'],'handler'(_0xc5b97e,_0x46bb3d){const _0x474e5a=_0x8a5c80;if(_0xc5b97e[_0x474e5a(0x182)]['unitId']!==_0x46bb3d['params'][_0x474e5a(0x29c)]||_0xc5b97e[_0x474e5a(0x182)][_0x474e5a(0xf9)]!==_0x46bb3d[_0x474e5a(0x182)][_0x474e5a(0xf9)])return{'m1Prime':_0xc5b97e,'m2Prime':_0x46bb3d};const _0x32fee4=_0xc5b97e[_0x474e5a(0x182)]['cfId']||_0xc5b97e['params']['rule'][_0x474e5a(0x1ed)],_0x684295=_0x46bb3d[_0x474e5a(0x182)][_0x474e5a(0x1ed)]||_0x46bb3d[_0x474e5a(0x182)]['rule'][_0x474e5a(0x1ed)];if(_0x32fee4!==_0x684295)return{'m1Prime':_0xc5b97e,'m2Prime':_0x46bb3d};const _0x2fc972=_0x5460d0[_0x474e5a(0x1d1)]['deepClone'](_0x46bb3d);return{'m1Prime':[],'m2Prime':_0x2fc972};}};function _0x3bb2a1(_0x3418ac,_0x28508c){const _0x17fd74=_0x8a5c80,_0x28c85e=_0x3418ac['reduce']((_0x42bd64,_0x329226)=>(_0x42bd64[_0x17fd74(0x1fe)](_0x329226[_0x17fd74(0x27b)],!0x0),_0x42bd64),new Map());return _0x28508c[_0x17fd74(0x188)](_0x23953b=>_0x28c85e[_0x17fd74(0x111)](_0x23953b['drawingId'])!==void 0x0);}function _0x3569d6(_0x589742,_0x161a35){const _0x10b94e=_0x8a5c80,_0x2e07ad=_0x589742[_0x10b94e(0x14f)];return _0x161a35[_0x10b94e(0x14f)][_0x10b94e(0x188)](_0x109a35=>_0x2e07ad['indexOf'](_0x109a35)!==-0x1);}const {UPDATE:_0x162387,REMOVE:_0x5e7fc5,ARRANGE:_0x48242b}=_0xa26294['DrawingApplyType'],_0x33573c={'m1':_0xa26294[_0x8a5c80(0x10f)]['id'],'m2':_0xa26294[_0x8a5c80(0x10f)]['id'],'handler'(_0x1f1add,_0x4bbfbe){const _0x3305cb=_0x8a5c80,_0x1d53d3=_0x1f1add[_0x3305cb(0x182)],_0x39c657=_0x4bbfbe[_0x3305cb(0x182)];if(_0x1d53d3[_0x3305cb(0x29c)]!==_0x39c657['unitId']||_0x1d53d3[_0x3305cb(0xf9)]!==_0x39c657['subUnitId'])return{'m1Prime':_0x1f1add,'m2Prime':_0x4bbfbe};const _0x4d337c=_0x1d53d3[_0x3305cb(0x256)],_0x5b08f2=_0x39c657[_0x3305cb(0x256)];if(_0x4d337c===_0x5e7fc5&&_0x5b08f2===_0x162387&&_0x3bb2a1(_0x1d53d3['objects'],_0x39c657[_0x3305cb(0x1ba)]))return{'m1Prime':_0x5460d0[_0x3305cb(0x1d1)][_0x3305cb(0x89)](_0x1f1add),'m2Prime':[]};if(_0x4d337c===_0x48242b&&_0x5b08f2===_0x48242b&&_0x3569d6(_0x1d53d3[_0x3305cb(0x1ba)],_0x39c657[_0x3305cb(0x1ba)])){const _0x30e5e5=_0x5460d0[_0x3305cb(0x1d1)]['deepClone'](_0x1f1add),_0x4e0f91=_0x5460d0[_0x3305cb(0x1d1)][_0x3305cb(0x89)](_0x4bbfbe);return{'m1Prime':{..._0x30e5e5,'params':{..._0x30e5e5['params'],'op':_0x5460d0[_0x3305cb(0x253)][_0x3305cb(0x256)]['transform'](_0x30e5e5[_0x3305cb(0x182)]['op'],_0x4e0f91[_0x3305cb(0x182)]['op'],_0x3305cb(0xef))}},'m2Prime':{..._0x4e0f91,'params':{..._0x4e0f91['params'],'op':_0x5460d0[_0x3305cb(0x253)][_0x3305cb(0x256)][_0x3305cb(0x1be)](_0x4e0f91['params']['op'],_0x30e5e5[_0x3305cb(0x182)]['op'],'right')}}};}return{'m1Prime':_0x1f1add,'m2Prime':_0x4bbfbe};}},_0xab5810={'m1':_0x49dbd1[_0x8a5c80(0x85)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x85)]['id'],'handler'(_0x22b927,_0x18e86b){const _0x15cfb2=_0x8a5c80,_0xc72e25={'m1Prime':_0x22b927,'m2Prime':_0x18e86b};return _0x22b927['params'][_0x15cfb2(0x29c)]!==_0x18e86b['params'][_0x15cfb2(0x29c)]||_0x22b927[_0x15cfb2(0x182)][_0x15cfb2(0xf9)]!==_0x18e86b[_0x15cfb2(0x182)][_0x15cfb2(0xf9)]?_0xc72e25:{'error':new Error('Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.')};}},_0x9fbd3f={'m1':_0x49dbd1['SetNumfmtMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x210)]['id'],'handler'(_0x5c5f53,_0x50067d){const _0x231a8b=_0x8a5c80;if(_0x5c5f53[_0x231a8b(0x182)]['unitId']!==_0x50067d['params'][_0x231a8b(0x29c)]||_0x5c5f53[_0x231a8b(0x182)]['subUnitId']!==_0x50067d[_0x231a8b(0x182)][_0x231a8b(0xf9)])return{'m1Prime':_0x5c5f53,'m2Prime':_0x50067d};const _0x3450cf=_0x5460d0[_0x231a8b(0x1d1)][_0x231a8b(0x89)](_0x5c5f53),_0x4ede6f=_0x5460d0[_0x231a8b(0x1d1)]['deepClone'](_0x50067d),_0x378470=_0x3450cf['params']['values'],_0x39cfb6=_0x4ede6f[_0x231a8b(0x182)][_0x231a8b(0x287)];for(const _0x1fe82c in _0x378470){const _0x46af06=_0x378470[_0x1fe82c][_0x231a8b(0x287)],_0x54b60a=[];_0x46af06[_0x231a8b(0x11a)](_0x5685eb=>{const _0x4cb882=_0x231a8b,_0x33498f=_0x19c2e2(_0x5685eb,_0x39cfb6);_0x33498f[_0x4cb882(0x104)]>0x0&&_0x54b60a[_0x4cb882(0x276)](..._0x33498f);}),_0x378470[_0x1fe82c][_0x231a8b(0x287)]=_0x54b60a;}return{'m1Prime':_0x3450cf,'m2Prime':_0x4ede6f};}},_0x8705f9={'m1':_0x49dbd1['SetNumfmtMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x202)]['id'],'handler'(_0x498289,_0x4ff66e){const _0x41aabc=_0x8a5c80;if(_0x498289[_0x41aabc(0x182)][_0x41aabc(0x29c)]!==_0x4ff66e['params'][_0x41aabc(0x29c)]||_0x498289[_0x41aabc(0x182)][_0x41aabc(0xf9)]!==_0x4ff66e['params'][_0x41aabc(0xf9)])return{'m1Prime':_0x498289,'m2Prime':_0x4ff66e};const _0x5148c5=_0x5460d0[_0x41aabc(0x1d1)][_0x41aabc(0x89)](_0x498289),_0x6b8b4a=_0x5460d0[_0x41aabc(0x1d1)][_0x41aabc(0x89)](_0x4ff66e),_0x7d38cb=_0x5148c5['params'][_0x41aabc(0x238)],_0x4a9062=Object[_0x41aabc(0x238)](_0x6b8b4a['params'][_0x41aabc(0x238)])[_0x41aabc(0x29b)](_0x509f3c=>_0x509f3c[_0x41aabc(0x287)])[_0x41aabc(0xd5)]();for(const _0x53e7cb in _0x7d38cb){const _0x5d5c43=_0x7d38cb[_0x53e7cb][_0x41aabc(0x287)],_0x5d273b=[];_0x5d5c43[_0x41aabc(0x11a)](_0xcddcf=>{const _0x56efc5=_0x41aabc,_0x47be99=_0x19c2e2(_0xcddcf,_0x4a9062);_0x47be99['length']>0x0&&_0x5d273b[_0x56efc5(0x276)](..._0x47be99);}),_0x7d38cb[_0x53e7cb][_0x41aabc(0x287)]=_0x5d273b;}return{'m1Prime':_0x5148c5,'m2Prime':_0x6b8b4a};}},_0x4a5f3c={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x39d280['AddCommentMutation']['id'],'handler':(_0x5ab1db,_0x31e947)=>{const _0x3be9f9=_0x8a5c80,_0x257d78={'m1Prime':_0x5ab1db,'m2Prime':_0x31e947};return _0x5ab1db[_0x3be9f9(0x182)]['unitId']!==_0x31e947['params'][_0x3be9f9(0x29c)]||_0x5ab1db[_0x3be9f9(0x182)][_0x3be9f9(0xf9)]!==_0x31e947[_0x3be9f9(0x182)][_0x3be9f9(0xf9)]?_0x257d78:{'error':new Error(_0x3be9f9(0xb7))};}},_0x5c1830={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x2a9d5f[_0x8a5c80(0xc1)]['id'],'handler':(_0x46cb97,_0x46fbab)=>{const _0x3812b3=_0x8a5c80,_0x4984e6={'m1Prime':_0x46cb97,'m2Prime':_0x46fbab};if(_0x46cb97[_0x3812b3(0x182)]['unitId']!==_0x46fbab[_0x3812b3(0x182)]['unitId']||_0x46cb97['params'][_0x3812b3(0xf9)]!==_0x46fbab['params'][_0x3812b3(0xf9)])return _0x4984e6;const _0x23dbf9=_0x46cb97[_0x3812b3(0x182)][_0x3812b3(0xd3)][_0x3812b3(0x287)],_0x2b919d=_0x46fbab[_0x3812b3(0x182)][_0x3812b3(0xd3)][_0x3812b3(0x287)];return _0x23dbf9[_0x3812b3(0x188)](_0x5dd44c=>_0x2b919d[_0x3812b3(0x188)](_0x3d867a=>_0x5460d0[_0x3812b3(0x122)][_0x3812b3(0x193)](_0x5dd44c,_0x3d867a)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')}:_0x4984e6;}},_0x306704={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler':(_0x4f749d,_0x12d707)=>{const _0x8cc7de=_0x8a5c80,_0x27a559={'m1Prime':_0x4f749d,'m2Prime':_0x12d707};if(_0x4f749d[_0x8cc7de(0x182)][_0x8cc7de(0x29c)]!==_0x12d707[_0x8cc7de(0x182)][_0x8cc7de(0x29c)]||_0x4f749d[_0x8cc7de(0x182)][_0x8cc7de(0xf9)]!==_0x12d707[_0x8cc7de(0x182)][_0x8cc7de(0xf9)])return _0x27a559;const _0x393752=_0x4f749d['params'][_0x8cc7de(0xd3)]['ranges'],_0x17948d=_0x12d707[_0x8cc7de(0x182)]['ranges'];return _0x393752[_0x8cc7de(0x188)](_0x543443=>_0x17948d[_0x8cc7de(0x188)](_0x505f9b=>_0x5460d0[_0x8cc7de(0x122)][_0x8cc7de(0x193)](_0x543443,_0x505f9b)))?{'error':new Error(_0x8cc7de(0x91))}:_0x27a559;}},_0x3ede7e={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x242)]['id'],'handler':(_0x4fbcfa,_0x455b39)=>{const _0x51738d=_0x8a5c80,_0x3c05dc={'m1Prime':_0x4fbcfa,'m2Prime':_0x455b39};return _0x4fbcfa[_0x51738d(0x182)][_0x51738d(0x29c)]!==_0x455b39[_0x51738d(0x182)][_0x51738d(0x29c)]||_0x4fbcfa['params'][_0x51738d(0xf9)]!==_0x455b39['params']['rule'][_0x51738d(0xf9)]?_0x3c05dc:{'error':new Error(_0x51738d(0x147))};}},_0x19e0d1={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x2a9d5f[_0x8a5c80(0x10e)]['id'],'handler':(_0x102347,_0x28ffdf)=>{const _0x406423=_0x8a5c80,_0x29d72f={'m1Prime':_0x102347,'m2Prime':_0x28ffdf};return _0x102347[_0x406423(0x182)][_0x406423(0x29c)]!==_0x28ffdf[_0x406423(0x182)]['unitId']||_0x102347[_0x406423(0x182)]['subUnitId']!==_0x28ffdf[_0x406423(0x182)]['subUnitId']?_0x29d72f:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x92f86f={'m1':_0x49dbd1['SetRangeProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x12e)]['id'],'handler':(_0x14863e,_0x50b6ac)=>{const _0x114131=_0x8a5c80,_0x250608={'m1Prime':_0x14863e,'m2Prime':_0x50b6ac};if(_0x14863e['params'][_0x114131(0x29c)]!==_0x50b6ac[_0x114131(0x182)]['unitId']||_0x14863e[_0x114131(0x182)]['subUnitId']!==_0x50b6ac['params'][_0x114131(0xf9)])return _0x250608;const _0x1cc7f6=_0x14863e[_0x114131(0x182)][_0x114131(0xd3)]['ranges'],_0x12a67f=_0x50b6ac[_0x114131(0x182)]['range'];return _0x1cc7f6['some'](_0xc31472=>_0x5460d0[_0x114131(0x122)][_0x114131(0x193)](_0xc31472,_0x12a67f))?{'error':new Error(_0x114131(0x19c))}:_0x250608;}},_0x40e40a={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x166)]['id'],'handler':(_0x36b18e,_0x52a425)=>{const _0x405aa2=_0x8a5c80,_0x12743c={'m1Prime':_0x36b18e,'m2Prime':_0x52a425};if(_0x36b18e[_0x405aa2(0x182)][_0x405aa2(0x29c)]!==_0x52a425[_0x405aa2(0x182)][_0x405aa2(0x29c)]||_0x36b18e[_0x405aa2(0x182)][_0x405aa2(0xf9)]!==_0x52a425[_0x405aa2(0x182)]['subUnitId'])return _0x12743c;const _0x3cefd8=_0x36b18e[_0x405aa2(0x182)][_0x405aa2(0xd3)][_0x405aa2(0x287)],_0x338c4d=_0x52a425[_0x405aa2(0x182)][_0x405aa2(0x205)];return _0x3cefd8['some'](_0x596089=>_0x5460d0[_0x405aa2(0x122)]['intersects'](_0x596089,_0x338c4d))?{'error':new Error(_0x405aa2(0x1b8))}:_0x12743c;}},_0x3aeccb={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x21e)]['id'],'handler':(_0x1dcdef,_0xd17483)=>{const _0x51c521=_0x8a5c80,_0x11035d={'m1Prime':_0x1dcdef,'m2Prime':_0xd17483};if(_0x1dcdef[_0x51c521(0x182)]['unitId']!==_0xd17483[_0x51c521(0x182)][_0x51c521(0x29c)]||_0x1dcdef[_0x51c521(0x182)][_0x51c521(0xf9)]!==_0xd17483[_0x51c521(0x182)]['subUnitId'])return _0x11035d;const _0x490ae7=_0x1dcdef[_0x51c521(0x182)][_0x51c521(0xd3)][_0x51c521(0x287)],_0x35b852=[_0xd17483[_0x51c521(0x182)][_0x51c521(0x29a)],_0xd17483[_0x51c521(0x182)][_0x51c521(0xc7)]];return _0x490ae7[_0x51c521(0x188)](_0x53a39c=>_0x35b852['some'](_0x13465c=>_0x5460d0['Rectangle']['intersects'](_0x53a39c,_0x13465c)))?{'error':new Error(_0x51c521(0x16f))}:_0x11035d;}},_0x5a9f2d={'m1':_0x49dbd1['SetRangeProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0xa4)]['id'],'handler':(_0x1919a6,_0xbd7fe)=>{const _0x53b88f=_0x8a5c80,_0x8fd7cd={'m1Prime':_0x1919a6,'m2Prime':_0xbd7fe};if(_0x1919a6[_0x53b88f(0x182)][_0x53b88f(0x29c)]!==_0xbd7fe[_0x53b88f(0x182)][_0x53b88f(0x29c)]||_0x1919a6[_0x53b88f(0x182)][_0x53b88f(0xf9)]!==_0xbd7fe['params'][_0x53b88f(0x190)][_0x53b88f(0xf9)])return _0x8fd7cd;const _0x58be40=_0x1919a6[_0x53b88f(0x182)]['rule'][_0x53b88f(0x287)],_0x3c25d2=new _0x5460d0[(_0x53b88f(0xfd))](_0xbd7fe[_0x53b88f(0x182)][_0x53b88f(0x190)][_0x53b88f(0x1f3)])[_0x53b88f(0x1a6)](),_0x596409=new _0x5460d0[(_0x53b88f(0xfd))](_0xbd7fe[_0x53b88f(0x182)]['to'][_0x53b88f(0x1f3)])[_0x53b88f(0x1a6)](),_0x2ed196=[_0x3c25d2,_0x596409];return _0x58be40['some'](_0x51875c=>_0x2ed196['some'](_0xd1865a=>_0x5460d0[_0x53b88f(0x122)][_0x53b88f(0x193)](_0x51875c,_0xd1865a)))?{'error':new Error(_0x53b88f(0xdd))}:_0x8fd7cd;}},_0x259a4f={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x116)]['id'],'handler':(_0x469753,_0x5a0f4f)=>{const _0x9d899b=_0x8a5c80,_0x342e70={'m1Prime':_0x469753,'m2Prime':_0x5a0f4f};if(_0x469753[_0x9d899b(0x182)][_0x9d899b(0x29c)]!==_0x5a0f4f[_0x9d899b(0x182)][_0x9d899b(0x29c)]||_0x469753[_0x9d899b(0x182)][_0x9d899b(0xf9)]!==_0x5a0f4f[_0x9d899b(0x182)][_0x9d899b(0xf9)])return _0x342e70;const _0x457761=_0x469753[_0x9d899b(0x182)][_0x9d899b(0xd3)][_0x9d899b(0x287)],_0x11d6a8=[_0x5a0f4f[_0x9d899b(0x182)]['sourceRange'],_0x5a0f4f[_0x9d899b(0x182)][_0x9d899b(0xc7)]];return _0x457761[_0x9d899b(0x188)](_0x53f346=>_0x11d6a8['some'](_0x38f96c=>_0x5460d0['Rectangle'][_0x9d899b(0x193)](_0x53f346,_0x38f96c)))?{'error':new Error(_0x9d899b(0x28e))}:_0x342e70;}},_0x5af34e={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x18c)]['id'],'handler':(_0x1ad78f,_0x425c3d)=>{const _0x3031da=_0x8a5c80,_0xff6575={'m1Prime':_0x1ad78f,'m2Prime':_0x425c3d};if(_0x1ad78f[_0x3031da(0x182)]['unitId']!==_0x425c3d[_0x3031da(0x182)][_0x3031da(0x29c)]||_0x1ad78f[_0x3031da(0x182)][_0x3031da(0xf9)]!==_0x425c3d[_0x3031da(0x182)]['subUnitId'])return _0xff6575;const _0x28c493=_0x1ad78f['params'][_0x3031da(0xd3)][_0x3031da(0x287)],_0x485112=_0x425c3d['params']['range'];return _0x28c493[_0x3031da(0x188)](_0x1e1115=>_0x5460d0['Rectangle']['intersects'](_0x1e1115,_0x485112))?{'error':new Error(_0x3031da(0x297))}:_0xff6575;}},_0x272ed9={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x132)]['id'],'handler':(_0x25bc56,_0x37f3a9)=>{const _0xc4f56a=_0x8a5c80,_0x3e0ad4={'m1Prime':_0x25bc56,'m2Prime':_0x37f3a9};return _0x25bc56[_0xc4f56a(0x182)][_0xc4f56a(0x29c)]!==_0x37f3a9['params'][_0xc4f56a(0x29c)]||_0x25bc56[_0xc4f56a(0x182)][_0xc4f56a(0xf9)]!==_0x37f3a9['params'][_0xc4f56a(0xf9)]?_0x3e0ad4:{'error':new Error(_0xc4f56a(0x244))};}},_0x15c09f={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x130)]['id'],'handler':(_0x4226a1,_0x543bd2)=>{const _0x48799c=_0x8a5c80,_0x405112={'m1Prime':_0x4226a1,'m2Prime':_0x543bd2};if(_0x4226a1[_0x48799c(0x182)]['unitId']!==_0x543bd2[_0x48799c(0x182)][_0x48799c(0x29c)]||_0x4226a1[_0x48799c(0x182)][_0x48799c(0xf9)]!==_0x543bd2[_0x48799c(0x182)]['subUnitId'])return _0x405112;const _0x18ab34=_0x4226a1['params'][_0x48799c(0xd3)][_0x48799c(0x287)],_0x47a923=_0x543bd2[_0x48799c(0x182)][_0x48799c(0x205)];return _0x18ab34['some'](_0x56df4b=>_0x5460d0[_0x48799c(0x122)][_0x48799c(0x193)](_0x56df4b,_0x47a923))?{'error':new Error(_0x48799c(0x17e))}:_0x405112;}},_0x53847c={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x2de74c[_0x8a5c80(0x173)]['id'],'handler':(_0x38ce1f,_0xd35de7)=>{const _0x38a6ff=_0x8a5c80,_0x3f2577={'m1Prime':_0x38ce1f,'m2Prime':_0xd35de7};return _0x38ce1f['params'][_0x38a6ff(0x29c)]!==_0xd35de7[_0x38a6ff(0x182)]['unitId']||_0x38ce1f[_0x38a6ff(0x182)][_0x38a6ff(0xf9)]!==_0xd35de7[_0x38a6ff(0x182)][_0x38a6ff(0xf9)]?_0x3f2577:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0xc34910={'m1':_0x49dbd1['SetRangeProtectionMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x211)]['id'],'handler':(_0x40abb2,_0x4b74ba)=>{const _0x1f5ce0=_0x8a5c80,_0x41b081={'m1Prime':_0x40abb2,'m2Prime':_0x4b74ba};if(_0x40abb2[_0x1f5ce0(0x182)]['unitId']!==_0x4b74ba[_0x1f5ce0(0x182)]['unitId']||_0x40abb2['params']['subUnitId']!==_0x4b74ba[_0x1f5ce0(0x182)][_0x1f5ce0(0xf9)])return _0x41b081;const _0x4000cb=_0x40abb2['params'][_0x1f5ce0(0xd3)][_0x1f5ce0(0x287)],_0x14bebe=_0x4b74ba[_0x1f5ce0(0x182)][_0x1f5ce0(0x287)];return _0x4000cb[_0x1f5ce0(0x188)](_0x21d27d=>_0x14bebe[_0x1f5ce0(0x188)](_0x56fc92=>_0x5460d0[_0x1f5ce0(0x122)][_0x1f5ce0(0x193)](_0x21d27d,_0x56fc92)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')}:_0x41b081;}},_0x29fa43={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x2a9d5f['SetConditionalRuleMutation']['id'],'handler':(_0x117fd4,_0x31959d)=>{const _0x10836d=_0x8a5c80,_0x1b127b={'m1Prime':_0x117fd4,'m2Prime':_0x31959d};if(_0x117fd4[_0x10836d(0x182)]['unitId']!==_0x31959d[_0x10836d(0x182)][_0x10836d(0x29c)]||_0x117fd4['params']['subUnitId']!==_0x31959d[_0x10836d(0x182)][_0x10836d(0xf9)])return _0x1b127b;const _0x1b9c12=_0x117fd4[_0x10836d(0x182)]['rule'][_0x10836d(0x287)],_0x2f9cf4=_0x31959d['params'][_0x10836d(0xd3)][_0x10836d(0x287)];return _0x1b9c12[_0x10836d(0x188)](_0x35fa94=>_0x2f9cf4[_0x10836d(0x188)](_0x287281=>_0x5460d0[_0x10836d(0x122)][_0x10836d(0x193)](_0x35fa94,_0x287281)))?{'error':new Error(_0x10836d(0x13a))}:_0x1b127b;}},_0x5912e7={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1['SetFrozenMutation']['id'],'handler':(_0x243af6,_0x334ba3)=>{const _0x2cd359=_0x8a5c80,_0x101c76={'m1Prime':_0x243af6,'m2Prime':_0x334ba3};if(_0x243af6[_0x2cd359(0x182)][_0x2cd359(0x29c)]!==_0x334ba3[_0x2cd359(0x182)]['unitId']||_0x243af6[_0x2cd359(0x182)][_0x2cd359(0xf9)]!==_0x334ba3[_0x2cd359(0x182)][_0x2cd359(0xf9)])return _0x101c76;const _0x58e67a=_0x243af6[_0x2cd359(0x182)]['rule'][_0x2cd359(0x287)],_0x298459=[{'startRow':_0x334ba3[_0x2cd359(0x182)]['startRow'],'endRow':_0x334ba3[_0x2cd359(0x182)][_0x2cd359(0x1af)],'startColumn':_0x334ba3[_0x2cd359(0x182)][_0x2cd359(0x15d)],'endColumn':_0x334ba3['params']['startColumn']}];return _0x58e67a[_0x2cd359(0x188)](_0x2c0aaf=>_0x298459[_0x2cd359(0x188)](_0x352490=>_0x5460d0[_0x2cd359(0x122)]['intersects'](_0x2c0aaf,_0x352490)))?{'error':new Error(_0x2cd359(0xf5))}:_0x101c76;}},_0x2890eb={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1['SetNumfmtMutation']['id'],'handler':(_0x33fbed,_0x2f77c0)=>{const _0x54dd91=_0x8a5c80,_0x5ead57={'m1Prime':_0x33fbed,'m2Prime':_0x2f77c0};return _0x33fbed[_0x54dd91(0x182)]['unitId']!==_0x2f77c0['params'][_0x54dd91(0x29c)]||_0x33fbed[_0x54dd91(0x182)][_0x54dd91(0xf9)]!==_0x2f77c0['params'][_0x54dd91(0xf9)]?_0x5ead57:{'error':new Error(_0x54dd91(0xe5))};}},_0x5e27db={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x139)]['id'],'handler':(_0xc9098e,_0x59b040)=>{const _0x1e0a30=_0x8a5c80,_0x351506={'m1Prime':_0xc9098e,'m2Prime':_0x59b040};if(_0xc9098e['params']['unitId']!==_0x59b040[_0x1e0a30(0x182)][_0x1e0a30(0x29c)]||_0xc9098e[_0x1e0a30(0x182)][_0x1e0a30(0xf9)]!==_0x59b040[_0x1e0a30(0x182)][_0x1e0a30(0xf9)])return _0x351506;const _0x4a895f=_0xc9098e[_0x1e0a30(0x182)][_0x1e0a30(0xd3)]['ranges'],_0x2f1168=_0x59b040['params'][_0x1e0a30(0xd3)][_0x1e0a30(0x287)];return _0x4a895f[_0x1e0a30(0x188)](_0x32cea9=>_0x2f1168[_0x1e0a30(0x188)](_0xaa165=>_0x5460d0[_0x1e0a30(0x122)][_0x1e0a30(0x193)](_0x32cea9,_0xaa165)))?{'error':new Error(_0x1e0a30(0x9c))}:_0x351506;}},_0x48278a={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler':(_0x573b76,_0x3163d0)=>{const _0x33298c=_0x8a5c80,_0x22eb45={'m1Prime':_0x573b76,'m2Prime':_0x3163d0};if(_0x573b76[_0x33298c(0x182)]['unitId']!==_0x3163d0[_0x33298c(0x182)]['unitId']||_0x573b76[_0x33298c(0x182)][_0x33298c(0xf9)]!==_0x3163d0[_0x33298c(0x182)][_0x33298c(0xf9)])return _0x22eb45;const _0x2b17d8=_0x573b76[_0x33298c(0x182)][_0x33298c(0xd3)][_0x33298c(0x287)],_0x68bbaa=new _0x5460d0['ObjectMatrix'](_0x3163d0[_0x33298c(0x182)][_0x33298c(0xa0)])['getDataRange']();return _0x2b17d8[_0x33298c(0x188)](_0x2575e7=>_0x5460d0['Rectangle'][_0x33298c(0x193)](_0x2575e7,_0x68bbaa))?{'error':new Error(_0x33298c(0x20f))}:_0x22eb45;}},_0x4d9448={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x49dbd1['SetWorksheetColWidthMutation']['id'],'handler':(_0x51b052,_0x26c1f9)=>{const _0x51dfba=_0x8a5c80,_0x20d0ee={'m1Prime':_0x51b052,'m2Prime':_0x26c1f9};if(_0x51b052[_0x51dfba(0x182)][_0x51dfba(0x29c)]!==_0x26c1f9[_0x51dfba(0x182)][_0x51dfba(0x29c)]||_0x51b052[_0x51dfba(0x182)][_0x51dfba(0xf9)]!==_0x26c1f9[_0x51dfba(0x182)]['subUnitId'])return _0x20d0ee;const _0x4e9f0d=_0x51b052['params']['rule'][_0x51dfba(0x287)],_0x10ae85=_0x26c1f9[_0x51dfba(0x182)][_0x51dfba(0x287)];return _0x4e9f0d[_0x51dfba(0x188)](_0x4249c4=>_0x10ae85[_0x51dfba(0x188)](_0x591efe=>_0x5460d0[_0x51dfba(0x122)][_0x51dfba(0x193)](_0x4249c4,_0x591efe)))?{'error':new Error(_0x51dfba(0x1fa))}:_0x20d0ee;}},_0x5a7db4={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x39d280[_0x8a5c80(0xb4)]['id'],'handler':(_0x45e522,_0x5b914d)=>{const _0x2eb103=_0x8a5c80,_0x48c3de={'m1Prime':_0x45e522,'m2Prime':_0x5b914d};return _0x45e522[_0x2eb103(0x182)]['unitId']!==_0x5b914d['params']['unitId']||_0x45e522[_0x2eb103(0x182)][_0x2eb103(0xf9)]!==_0x5b914d['params'][_0x2eb103(0xf9)]?_0x48c3de:{'error':new Error(_0x2eb103(0x112))};}},_0x5e4653={'m1':_0x49dbd1[_0x8a5c80(0x139)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0x3437ea,_0x2ff411)=>{const _0x457c80=_0x8a5c80,_0x11674c={'m1Prime':_0x3437ea,'m2Prime':_0x2ff411};return _0x3437ea[_0x457c80(0x182)][_0x457c80(0x29c)]!==_0x2ff411[_0x457c80(0x182)][_0x457c80(0x29c)]||_0x3437ea['params'][_0x457c80(0xf9)]!==_0x2ff411[_0x457c80(0x182)][_0x457c80(0xf9)]?_0x11674c:{'error':new Error(_0x457c80(0x21d))};}},_0x128623={'m1':_0x49dbd1[_0x8a5c80(0x159)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x127238,_0x3fd82c){const _0x3024d3=_0x8a5c80,_0x3d78ea=_0x4fc6db[_0x3024d3(0x198)](_0x3fd82c,_0x127238);return _0x5f3d25(_0x3d78ea)?{'m1Prime':_0x3d78ea[_0x3024d3(0x201)],'m2Prime':_0x3d78ea[_0x3024d3(0x230)]}:_0x3d78ea;}},_0x1fd8ad={'m1':_0x49dbd1[_0x8a5c80(0x159)]['id'],'m2':_0x49dbd1['MoveRangeMutation']['id'],'handler'(_0x4b05b8,_0x41197d){const _0xcbdc12=_0x8a5c80,_0x17f796={'m1Prime':_0x4b05b8,'m2Prime':_0x41197d};if(_0x4b05b8[_0xcbdc12(0x182)][_0xcbdc12(0x29c)]!==_0x41197d['params'][_0xcbdc12(0x29c)])return _0x17f796;const _0x4a116b=new _0x5460d0[(_0xcbdc12(0xfd))](_0x4b05b8[_0xcbdc12(0x182)][_0xcbdc12(0xa0)])[_0xcbdc12(0x1a6)](),_0x41dd19=new _0x5460d0[(_0xcbdc12(0xfd))](_0x41197d[_0xcbdc12(0x182)][_0xcbdc12(0x190)][_0xcbdc12(0x1f3)])[_0xcbdc12(0x1a6)](),_0x5d6c6c=new _0x5460d0[(_0xcbdc12(0xfd))](_0x41197d[_0xcbdc12(0x182)]['to'][_0xcbdc12(0x1f3)])[_0xcbdc12(0x1a6)]();return _0x4b05b8['params']['subUnitId']===_0x41197d[_0xcbdc12(0x182)][_0xcbdc12(0x190)][_0xcbdc12(0xf9)]&&_0x5460d0[_0xcbdc12(0x122)][_0xcbdc12(0x193)](_0x4a116b,_0x41dd19)||_0x4b05b8['params'][_0xcbdc12(0xf9)]===_0x41197d[_0xcbdc12(0x182)]['to'][_0xcbdc12(0xf9)]&&_0x5460d0[_0xcbdc12(0x122)][_0xcbdc12(0x193)](_0x4a116b,_0x5d6c6c)?{'error':new Error(_0xcbdc12(0x158))}:_0x17f796;}},_0x5f40de={'m1':_0x49dbd1[_0x8a5c80(0x159)]['id'],'m2':_0x49dbd1[_0x8a5c80(0xca)]['id'],'handler'(_0x57b7a7,_0x4b42cc){const _0x4c30ac=_0x8a5c80;var _0x3a5819,_0x58b986;const _0x17522d={'m1Prime':_0x57b7a7,'m2Prime':_0x4b42cc};if(_0x57b7a7[_0x4c30ac(0x182)]['unitId']!==_0x4b42cc[_0x4c30ac(0x182)][_0x4c30ac(0x29c)]||_0x57b7a7[_0x4c30ac(0x182)]['subUnitId']!==_0x4b42cc['params'][_0x4c30ac(0xf9)])return _0x17522d;const _0x1f35a5=_0x5460d0[_0x4c30ac(0x1d1)][_0x4c30ac(0x89)](_0x57b7a7),{cellValue:_0x327c1f}=_0x1f35a5[_0x4c30ac(0x182)],_0x2e2bc2=new _0x5460d0[(_0x4c30ac(0xfd))](_0x327c1f),{range:_0x34fcfd}=_0x4b42cc[_0x4c30ac(0x182)],_0x397703=new Map();for(let _0x1d2e6f=_0x34fcfd[_0x4c30ac(0x15d)];_0x1d2e6f<=_0x34fcfd[_0x4c30ac(0x262)];_0x1d2e6f++)for(let _0x3f30e1=_0x34fcfd[_0x4c30ac(0x1af)];_0x3f30e1<=_0x34fcfd[_0x4c30ac(0x11e)];_0x3f30e1++)if(((_0x3a5819=_0x327c1f==null?void 0x0:_0x327c1f[_0x3f30e1])==null?void 0x0:_0x3a5819[_0x1d2e6f])!==void 0x0){const _0x4c4be3=(_0x58b986=_0x4b42cc['params'][_0x4c30ac(0x1bc)][_0x3f30e1])!=null?_0x58b986:_0x3f30e1;_0x4c4be3!==_0x3f30e1&&(_0x397703[_0x4c30ac(0x1f5)](_0x4c4be3)||_0x397703[_0x4c30ac(0x1fe)](_0x4c4be3,new Map()),_0x397703['get'](_0x4c4be3)['set'](_0x1d2e6f,_0x327c1f[_0x3f30e1][_0x1d2e6f]),_0x2e2bc2[_0x4c30ac(0x277)](_0x3f30e1,_0x1d2e6f));}return _0x397703[_0x4c30ac(0x11a)]((_0x19a081,_0x1b1c94)=>{const _0x36d115=_0x4c30ac;_0x19a081[_0x36d115(0x11a)]((_0x417914,_0x1c4964)=>{const _0x4e3a7c=_0x36d115;_0x2e2bc2[_0x4e3a7c(0xf3)](_0x1b1c94,_0x1c4964,_0x417914);});}),{'m1Prime':_0x1f35a5,'m2Prime':_0x4b42cc};}},_0x2e2df1={'m1':_0x49dbd1['SetRangeValuesMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler'(_0x1fdd83,_0x4adb83){const _0x3fde54=_0x8a5c80,_0x279ecc={'m1Prime':_0x1fdd83,'m2Prime':_0x4adb83};if(_0x1fdd83[_0x3fde54(0x182)][_0x3fde54(0x29c)]!==_0x4adb83['params'][_0x3fde54(0x29c)]||_0x1fdd83['params']['subUnitId']!==_0x4adb83[_0x3fde54(0x182)][_0x3fde54(0xf9)])return _0x279ecc;const _0x701035=_0x5460d0[_0x3fde54(0x1d1)][_0x3fde54(0x89)](_0x1fdd83),_0x313aca=_0x5460d0[_0x3fde54(0x1d1)][_0x3fde54(0x89)](_0x4adb83),_0x58b974=_0x5460d0[_0x3fde54(0x1d1)][_0x3fde54(0x89)](_0x4adb83),_0x5ebbc4=new _0x5460d0['ObjectMatrix'](_0x701035[_0x3fde54(0x182)][_0x3fde54(0xa0)]),_0x43c723=_0x5ebbc4['getDataRange'](),_0x236603=new _0x5460d0[(_0x3fde54(0xfd))](_0x4adb83[_0x3fde54(0x182)][_0x3fde54(0xa0)]),_0x2958b9=new _0x5460d0[(_0x3fde54(0xfd))](),_0x4fa9bc=_0x236603['getDataRange']();return _0x5460d0[_0x3fde54(0x122)][_0x3fde54(0x193)](_0x43c723,_0x4fa9bc)?(_0x5ebbc4[_0x3fde54(0x1a3)]((_0x594918,_0x3309f1,_0x420015)=>{const _0x43de53=_0x3fde54;var _0x33772a;const _0x454c3c=_0x236603[_0x43de53(0x115)](_0x594918,_0x3309f1);_0x454c3c===null&&_0x5ebbc4[_0x43de53(0x277)](_0x594918,_0x3309f1),_0x420015&&_0x454c3c&&(typeof(_0x454c3c==null?void 0x0:_0x454c3c['s'])==_0x43de53(0x1b6)&&(_0x454c3c['s']=_0x5460d0[_0x43de53(0x1d1)][_0x43de53(0x89)]((_0x33772a=_0x313aca['params'][_0x43de53(0xe0)])==null?void 0x0:_0x33772a[_0x454c3c['s']])||void 0x0),_0x2958b9['setValue'](_0x594918,_0x3309f1,_0x454c3c));}),_0x701035[_0x3fde54(0x182)]['cellValue']=_0x5ebbc4['getMatrix'](),_0x313aca[_0x3fde54(0x182)]['cellValue']=_0x2958b9['getMatrix'](),{'m1Prime':[_0x701035,_0x313aca],'m2Prime':_0x58b974}):_0x279ecc;}},_0x1290c4={'m1':_0x2de74c[_0x8a5c80(0x241)]['id'],'m2':_0x49dbd1['MoveRangeMutation']['id'],'handler'(_0x33e496,_0x44f690){const _0x3bca2e=_0x8a5c80,_0x31e498={'m1Prime':_0x33e496,'m2Prime':_0x44f690};if(_0x33e496[_0x3bca2e(0x182)][_0x3bca2e(0x29c)]!==_0x44f690[_0x3bca2e(0x182)]['unitId']||_0x33e496[_0x3bca2e(0x182)][_0x3bca2e(0xf9)]!==_0x44f690[_0x3bca2e(0x182)][_0x3bca2e(0x190)][_0x3bca2e(0xf9)]&&_0x33e496[_0x3bca2e(0x182)][_0x3bca2e(0xf9)]!==_0x44f690['params']['to'][_0x3bca2e(0xf9)])return _0x31e498;let _0x255eed=null;return _0x33e496[_0x3bca2e(0x182)][_0x3bca2e(0xf9)]===_0x44f690[_0x3bca2e(0x182)]['from'][_0x3bca2e(0xf9)]&&new _0x5460d0['ObjectMatrix'](_0x44f690[_0x3bca2e(0x182)]['from']['value'])[_0x3bca2e(0x1a3)]((_0x2a28e4,_0xecf7dd)=>{const _0x213367=_0x3bca2e;_0xecf7dd===_0x33e496['params']['col']&&(_0x255eed=_0x44f690['params']['from'][_0x213367(0xf9)]);}),_0x33e496[_0x3bca2e(0x182)][_0x3bca2e(0xf9)]===_0x44f690[_0x3bca2e(0x182)]['to']['subUnitId']&&new _0x5460d0[(_0x3bca2e(0xfd))](_0x44f690[_0x3bca2e(0x182)]['to']['value'])['forValue']((_0x45250e,_0x3e7852)=>{const _0x4c47b0=_0x3bca2e;_0x3e7852===_0x33e496['params'][_0x4c47b0(0x9a)]&&(_0x255eed=_0x44f690[_0x4c47b0(0x182)]['to']['subUnitId']);}),_0x255eed?{'m1Prime':_0x33e496,'m2Prime':[_0x44f690,{'id':_0x2de74c[_0x3bca2e(0x236)]['id'],'params':{'unitId':_0x44f690[_0x3bca2e(0x182)][_0x3bca2e(0x29c)],'subUnitId':_0x255eed}}]}:_0x31e498;}},_0x31ef67={'m1':_0x2de74c[_0x8a5c80(0x241)]['id'],'m2':_0x2de74c[_0x8a5c80(0x173)]['id'],'handler'(_0x142b11,_0x17afa4){const _0x194eaa=_0x8a5c80,_0x1abb84={'m1Prime':_0x142b11,'m2Prime':_0x17afa4};return _0x142b11[_0x194eaa(0x182)]['unitId']!==_0x17afa4[_0x194eaa(0x182)]['unitId']||_0x142b11[_0x194eaa(0x182)]['subUnitId']!==_0x17afa4['params']['subUnitId']?_0x1abb84:{'m1Prime':[],'m2Prime':[_0x17afa4]};}},_0x15366e={'m1':_0x2de74c['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x159)]['id'],'handler'(_0x6d832e,_0x4cbb58){const _0x338ee7=_0x8a5c80,_0x55c161={'m1Prime':_0x6d832e,'m2Prime':_0x4cbb58};if(_0x6d832e[_0x338ee7(0x182)][_0x338ee7(0x29c)]!==_0x4cbb58[_0x338ee7(0x182)][_0x338ee7(0x29c)]||_0x6d832e[_0x338ee7(0x182)][_0x338ee7(0xf9)]!==_0x4cbb58[_0x338ee7(0x182)][_0x338ee7(0xf9)])return _0x55c161;let _0x46369a=!0x1;return new _0x5460d0['ObjectMatrix'](_0x4cbb58[_0x338ee7(0x182)][_0x338ee7(0xa0)])[_0x338ee7(0x1a3)]((_0xff2a54,_0x248c4a)=>{const _0x4ddae9=_0x338ee7;_0x248c4a===_0x6d832e[_0x4ddae9(0x182)][_0x4ddae9(0x9a)]&&(_0x46369a=!0x0);}),_0x46369a?{'m1Prime':_0x6d832e,'m2Prime':[_0x4cbb58,{'id':_0x2de74c[_0x338ee7(0x236)]['id'],'params':{'unitId':_0x4cbb58[_0x338ee7(0x182)]['unitId'],'subUnitId':_0x4cbb58[_0x338ee7(0x182)][_0x338ee7(0xf9)]}}]}:_0x55c161;}},_0x240f97={'m1':_0x2de74c[_0x8a5c80(0x241)]['id'],'m2':_0x2de74c['SetSheetsFilterCriteriaMutation']['id'],'handler'(_0x108fe1,_0x294dfc){const _0x4d743b=_0x8a5c80,_0x39f6e1={'m1Prime':_0x108fe1,'m2Prime':_0x294dfc};return _0x108fe1['params']['unitId']!==_0x294dfc[_0x4d743b(0x182)][_0x4d743b(0x29c)]||_0x108fe1[_0x4d743b(0x182)][_0x4d743b(0xf9)]!==_0x294dfc[_0x4d743b(0x182)][_0x4d743b(0xf9)]||_0x108fe1[_0x4d743b(0x182)]['col']!==_0x294dfc[_0x4d743b(0x182)][_0x4d743b(0x9a)]?_0x39f6e1:{'m1Prime':[],'m2Prime':[_0x294dfc]};}},_0x6c05bf={'m1':_0x2de74c[_0x8a5c80(0x18f)]['id'],'m2':_0x2de74c[_0x8a5c80(0x173)]['id'],'handler'(_0x2bb12a,_0x2ae2ec){const _0x4d1bde=_0x8a5c80,_0x365b58={'m1Prime':_0x2bb12a,'m2Prime':_0x2ae2ec};return _0x2bb12a[_0x4d1bde(0x182)]['unitId']!==_0x2ae2ec['params'][_0x4d1bde(0x29c)]||_0x2bb12a[_0x4d1bde(0x182)][_0x4d1bde(0xf9)]!==_0x2ae2ec[_0x4d1bde(0x182)][_0x4d1bde(0xf9)]?_0x365b58:{'m1Prime':[],'m2Prime':[_0x2ae2ec]};}},_0x5e5b06={'m1':_0x2de74c['SetSheetsFilterRangeMutation']['id'],'m2':_0x2de74c[_0x8a5c80(0x18f)]['id'],'handler'(_0x2b69ef,_0x2d78bc){const _0x12b057=_0x8a5c80,_0x28d0ba={'m1Prime':_0x2b69ef,'m2Prime':_0x2d78bc};return _0x2b69ef[_0x12b057(0x182)][_0x12b057(0x29c)]!==_0x2d78bc[_0x12b057(0x182)][_0x12b057(0x29c)]||_0x2b69ef[_0x12b057(0x182)][_0x12b057(0xf9)]!==_0x2d78bc[_0x12b057(0x182)][_0x12b057(0xf9)]?_0x28d0ba:{'m1Prime':[],'m2Prime':[_0x2d78bc]};}},_0x53010c={'m1':_0x49dbd1[_0x8a5c80(0x162)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x162)]['id'],'handler'(_0x450539,_0x31b9f2){const _0x4f0182=_0x8a5c80;return _0x450539[_0x4f0182(0x182)][_0x4f0182(0x29c)]===_0x31b9f2[_0x4f0182(0x182)][_0x4f0182(0x29c)]&&_0x450539[_0x4f0182(0x182)][_0x4f0182(0xf9)]===_0x31b9f2['params']['subUnitId']&&_0x450539[_0x4f0182(0x182)]['color']!==_0x31b9f2[_0x4f0182(0x182)]['color']?{'error':new Error(_0x4f0182(0x11f))}:{'m1Prime':_0x450539,'m2Prime':_0x31b9f2};}},_0x4ab59b={'m1':_0x49dbd1[_0x8a5c80(0x1c4)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x1c4)]['id'],'handler'(_0x13ff59,_0x26d152){const _0x5e73c7=_0x8a5c80,_0x7162dd={'m1Prime':_0x13ff59,'m2Prime':_0x26d152};if(_0x13ff59[_0x5e73c7(0x182)]['unitId']!==_0x26d152['params'][_0x5e73c7(0x29c)]||_0x13ff59['params'][_0x5e73c7(0xf9)]!==_0x26d152['params'][_0x5e73c7(0xf9)])return _0x7162dd;const _0x4b16ae=_0x13ff59[_0x5e73c7(0x182)][_0x5e73c7(0x287)],_0x42b837=[],_0x203b32=_0x5460d0[_0x5e73c7(0x1d1)][_0x5e73c7(0x89)](_0x13ff59),_0x5db4f9=_0x26d152[_0x5e73c7(0x182)][_0x5e73c7(0x287)];_0x4b16ae[_0x5e73c7(0x11a)](_0x5a7cf1=>{const _0x25a3d7=_0x5e73c7,_0xc68c80={'start':_0x5a7cf1[_0x25a3d7(0x15d)],'end':_0x5a7cf1[_0x25a3d7(0x262)]},_0x2f692d=_0x5db4f9['map'](_0x2c1901=>({'start':_0x2c1901['startColumn'],'end':_0x2c1901[_0x25a3d7(0x262)]})),_0x510d67=_0x41aebd(_0xc68c80,_0x2f692d)[_0x25a3d7(0x29b)](_0x1fe103=>({..._0x5a7cf1,'startColumn':_0x1fe103['start'],'endColumn':_0x1fe103['end']}));_0x42b837['push'](..._0x510d67);}),_0x203b32['params'][_0x5e73c7(0x287)]=_0x42b837;const {colWidth:_0x58fcea}=_0x203b32[_0x5e73c7(0x182)],{colWidth:_0x4be1e0}=_0x26d152[_0x5e73c7(0x182)];return typeof _0x58fcea!=_0x5e73c7(0x1f2)&&(typeof _0x4be1e0!=_0x5e73c7(0x1f2)?Object['keys'](_0x4be1e0)[_0x5e73c7(0x29b)](Number)['forEach'](_0x57a0e2=>{_0x58fcea[_0x57a0e2]!=null&&delete _0x58fcea[_0x57a0e2];}):_0x5db4f9[_0x5e73c7(0x11a)](_0x59ca7d=>{const _0x5c2edc=_0x5e73c7;for(let _0x3fcc45=_0x59ca7d[_0x5c2edc(0x15d)];_0x3fcc45<=_0x59ca7d['endColumn'];_0x3fcc45++)delete _0x58fcea[_0x3fcc45];})),{'m1Prime':_0x203b32,'m2Prime':_0x26d152};}},_0x19eeea={'m1':_0x49dbd1['SetWorksheetNameMutation']['id'],'m2':_0x49dbd1[_0x8a5c80(0x1c6)]['id'],'handler'(_0x473f9b,_0x5628ca){const _0x181f13=_0x8a5c80,_0x14cdb8={'m1Prime':_0x473f9b,'m2Prime':_0x5628ca};return _0x473f9b[_0x181f13(0x182)][_0x181f13(0x29c)]!==_0x5628ca[_0x181f13(0x182)][_0x181f13(0x29c)]||_0x473f9b[_0x181f13(0x182)][_0x181f13(0xf9)]!==_0x5628ca[_0x181f13(0x182)][_0x181f13(0xf9)]?_0x14cdb8:{'error':new Error(_0x181f13(0x13d))};}},_0x38c0c7={'m1':_0x39d280[_0x8a5c80(0xb4)]['id'],'m2':_0x39d280[_0x8a5c80(0xb4)]['id'],'handler':(_0x12ae0c,_0x248143)=>{const _0x20aca9=_0x8a5c80,_0x3522e5=_0x12ae0c[_0x20aca9(0x182)],_0x3ada0b=_0x248143['params'];return _0x3522e5['unitId']===_0x3ada0b[_0x20aca9(0x29c)]&&_0x3522e5[_0x20aca9(0xf9)]===_0x3ada0b[_0x20aca9(0xf9)]&&_0x3522e5[_0x20aca9(0x1cd)][_0x20aca9(0x9d)]===_0x3ada0b[_0x20aca9(0x1cd)]['commentId']?{'m1Prime':[],'m2Prime':_0x248143}:{'m1Prime':_0x12ae0c,'m2Prime':_0x248143};}},_0x279e43={'m1':_0x39d280['UpdateCommentRefMutation']['id'],'m2':_0x39d280[_0x8a5c80(0x14d)]['id'],'handler':(_0x1aae90,_0x2fd083)=>{const _0x5e4fa1=_0x8a5c80,_0x3001db=_0x1aae90[_0x5e4fa1(0x182)],_0x291d3f=_0x2fd083[_0x5e4fa1(0x182)];return _0x3001db['unitId']===_0x291d3f[_0x5e4fa1(0x29c)]&&_0x3001db[_0x5e4fa1(0xf9)]===_0x291d3f['subUnitId']&&_0x3001db[_0x5e4fa1(0x1cd)]['commentId']===_0x291d3f[_0x5e4fa1(0x1cd)][_0x5e4fa1(0x9d)]?{'m1Prime':[],'m2Prime':_0x2fd083}:{'m1Prime':_0x1aae90,'m2Prime':_0x2fd083};}},_0xa32725={'m1':_0x3d6bbe['UpdateDataValidationMutation']['id'],'m2':_0x3d6bbe['AddDataValidationMutation']['id'],'handler':(_0x533367,_0x2efb57)=>{const _0x4c4489=_0x8a5c80,_0x39eec0={'m1Prime':_0x533367,'m2Prime':_0x2efb57},_0x3bf6d5=_0x533367[_0x4c4489(0x182)],_0x5a84c2=_0x2efb57[_0x4c4489(0x182)];if(_0x3bf6d5[_0x4c4489(0x29c)]!==_0x5a84c2[_0x4c4489(0x29c)]||_0x3bf6d5['subUnitId']!==_0x5a84c2[_0x4c4489(0xf9)])return _0x39eec0;if(_0x533367[_0x4c4489(0x182)]['payload'][_0x4c4489(0x256)]===_0x3d6bbe[_0x4c4489(0x243)][_0x4c4489(0x19f)]){const {unitId:_0x5bd745,subUnitId:_0x5a5007}=_0x533367[_0x4c4489(0x182)],_0x26282f=Array[_0x4c4489(0x29e)](_0x2efb57[_0x4c4489(0x182)][_0x4c4489(0xd3)])?_0x2efb57['params'][_0x4c4489(0xd3)]:[_0x2efb57[_0x4c4489(0x182)][_0x4c4489(0xd3)]],_0xbfcf5a=[],_0x11a30a=new _0x5460d0[(_0x4c4489(0xfd))](),_0x205844=_0x533367['params'][_0x4c4489(0x1cd)][_0x4c4489(0x1cd)];_0x205844['forEach'](_0x20702e=>{const _0x2f8bcf=_0x4c4489;_0x5460d0[_0x2f8bcf(0x1c8)]['foreach'](_0x20702e,(_0x40d2f3,_0x305d63)=>{const _0x248161=_0x2f8bcf;_0x11a30a[_0x248161(0xf3)](_0x40d2f3,_0x305d63,_0x533367[_0x248161(0x182)][_0x248161(0x1e5)]);});}),_0x26282f[_0x4c4489(0x11a)](_0x281ac2=>{_0x281ac2['ranges']['forEach'](_0x4ac33d=>{const _0x185ef5=_0x2fb8;_0x5460d0[_0x185ef5(0x1c8)][_0x185ef5(0x26b)](_0x4ac33d,(_0x3c9fef,_0x1bc9fb)=>{const _0x157922=_0x185ef5;_0x11a30a[_0x157922(0xf3)](_0x3c9fef,_0x1bc9fb,_0x281ac2[_0x157922(0x117)]);});});});const _0x1395e3=_0x533367['params']['ruleId'],_0x337ef4=_0x5460d0['queryObjectMatrix'](_0x11a30a,_0x4148c4=>_0x4148c4===_0x1395e3);return _0x5460d0[_0x4c4489(0x12b)](_0x337ef4,_0x205844)||(_0x337ef4['length']?_0xbfcf5a['push']({'id':_0x3d6bbe[_0x4c4489(0x252)]['id'],'params':{'unitId':_0x5bd745,'subUnitId':_0x5a5007,'ruleId':_0x1395e3,'payload':{'type':_0x3d6bbe['UpdateRuleType'][_0x4c4489(0x19f)],'payload':_0x337ef4}}}):_0xbfcf5a[_0x4c4489(0x276)]({'id':_0x3d6bbe[_0x4c4489(0x132)]['id'],'params':{'unitId':_0x5bd745,'subUnitId':_0x5a5007,'ruleId':_0x1395e3}})),{'m1Prime':_0xbfcf5a['length']?_0xbfcf5a:[_0x533367],'m2Prime':[..._0xbfcf5a,_0x2efb57]};}return _0x39eec0;}},_0x57fdb5={'m1':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x132)]['id'],'handler':(_0x36ddcd,_0x4d322c)=>{const _0x416655=_0x8a5c80,_0x35ca10={'m1Prime':_0x36ddcd,'m2Prime':_0x4d322c};if(_0x36ddcd[_0x416655(0x182)][_0x416655(0x29c)]!==_0x4d322c[_0x416655(0x182)][_0x416655(0x29c)]||_0x36ddcd['params'][_0x416655(0xf9)]!==_0x4d322c[_0x416655(0x182)][_0x416655(0xf9)])return _0x35ca10;const _0x14364b=_0x36ddcd[_0x416655(0x182)][_0x416655(0x1e5)];return(Array[_0x416655(0x29e)](_0x4d322c[_0x416655(0x182)]['ruleId'])?_0x4d322c['params']['ruleId']:[_0x4d322c[_0x416655(0x182)][_0x416655(0x1e5)]])[_0x416655(0x8c)](_0x14364b)>-0x1?{'m1Prime':[],'m2Prime':_0x4d322c}:_0x35ca10;}},_0x411166={'m1':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'m2':_0x3d6bbe[_0x8a5c80(0x252)]['id'],'handler':(_0x4c31d6,_0x30d1dd)=>{const _0x470016=_0x8a5c80,_0x5067e4={'m1Prime':_0x4c31d6,'m2Prime':_0x30d1dd},_0xc3677f=_0x4c31d6['params'],_0x5717b7=_0x30d1dd['params'];if(_0xc3677f[_0x470016(0x29c)]===_0x5717b7[_0x470016(0x29c)]&&_0xc3677f[_0x470016(0xf9)]===_0x5717b7['subUnitId']){const _0x194d88=_0x5460d0['Tools']['deepClone'](_0x30d1dd);if(_0x5717b7[_0x470016(0x1e5)]===_0xc3677f[_0x470016(0x1e5)]&&_0xc3677f[_0x470016(0x1cd)][_0x470016(0x256)]===_0x5717b7[_0x470016(0x1cd)]['type'])return _0xc3677f[_0x470016(0x1cd)][_0x470016(0x256)]===_0x3d6bbe['UpdateRuleType'][_0x470016(0x19f)]&&!_0x5460d0['isRangesEqual'](_0xc3677f[_0x470016(0x1cd)]['payload'],_0x5717b7['payload'][_0x470016(0x1cd)])?{'error':new Error(_0x470016(0x27c))}:{'m1Prime':[],'m2Prime':_0x194d88};if(_0xc3677f['payload'][_0x470016(0x256)]===_0x3d6bbe[_0x470016(0x243)]['RANGE']&&_0x5717b7[_0x470016(0x1cd)][_0x470016(0x256)]===_0x3d6bbe[_0x470016(0x243)][_0x470016(0x19f)]&&_0x5717b7[_0x470016(0x1e5)]!==_0xc3677f['ruleId']){let _0xece4be=function(_0xf5ba25,_0x37b0c9){const _0x441f42=_0x470016;_0xf5ba25[_0x441f42(0x11a)](_0x88ffd5=>{const _0x327420=_0x441f42;_0x5460d0[_0x327420(0x1c8)][_0x327420(0x26b)](_0x88ffd5,(_0x279251,_0x18d1fb)=>{const _0x3d2d30=_0x327420;_0x271871[_0x3d2d30(0xf3)](_0x279251,_0x18d1fb,_0x37b0c9);});});};const _0x271871=new _0x5460d0[(_0x470016(0xfd))]();_0xece4be(_0xc3677f[_0x470016(0x1cd)]['payload'],_0xc3677f[_0x470016(0x1e5)]),_0xece4be(_0x5717b7['payload']['payload'],_0x5717b7['ruleId']);const _0x1ad444=_0x5460d0[_0x470016(0x24e)](_0x271871,_0x33fa8a=>_0x33fa8a===_0xc3677f[_0x470016(0x1e5)]),_0x85733=!_0x5460d0[_0x470016(0x12b)](_0xc3677f[_0x470016(0x1cd)]['payload'],_0x1ad444)?_0x1ad444['length']?[{'id':_0x3d6bbe[_0x470016(0x252)]['id'],'params':{..._0xc3677f,'payload':{'type':_0x3d6bbe[_0x470016(0x243)][_0x470016(0x19f)],'payload':_0x1ad444}}}]:[{'id':_0x3d6bbe[_0x470016(0x132)]['id'],'params':{..._0xc3677f,'payload':void 0x0}}]:[];return{'m1Prime':[_0x4c31d6],'m2Prime':[..._0x85733,_0x30d1dd]};}}return _0x5067e4;}},_0x4bedcd={'m1':_0x1e1947[_0x8a5c80(0xe1)]['id'],'m2':_0x1e1947[_0x8a5c80(0xe1)]['id'],'handler':(_0x545501,_0x2b6581)=>{const _0x134042=_0x8a5c80,_0x4e9794=_0x545501[_0x134042(0x182)],_0x40dddd=_0x2b6581[_0x134042(0x182)];return _0x4e9794['unitId']===_0x40dddd[_0x134042(0x29c)]&&_0x4e9794[_0x134042(0xf9)]===_0x40dddd[_0x134042(0xf9)]&&_0x4e9794['id']===_0x40dddd['id']?{'m2Prime':_0x2b6581,'m1Prime':[]}:{'m1Prime':_0x545501,'m2Prime':_0x2b6581};}},_0x5b9b08={'m1':_0x1e1947[_0x8a5c80(0x19e)]['id'],'m2':_0x1e1947[_0x8a5c80(0x19e)]['id'],'handler':(_0x539c31,_0x156d70)=>{const _0x3d6f85=_0x8a5c80,_0x559d20=_0x539c31[_0x3d6f85(0x182)],_0x2cce9d=_0x156d70[_0x3d6f85(0x182)];return _0x559d20[_0x3d6f85(0x29c)]===_0x2cce9d[_0x3d6f85(0x29c)]&&_0x559d20[_0x3d6f85(0xf9)]===_0x2cce9d[_0x3d6f85(0xf9)]&&_0x559d20['id']===_0x2cce9d['id']?{'m2Prime':_0x156d70,'m1Prime':[]}:{'m1Prime':_0x539c31,'m2Prime':_0x156d70};}},_0x11bb96={'m1':_0x49dbd1[_0x8a5c80(0xc9)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x16c)]['id'],'handler'(_0x26816f,_0x245fa4){const _0x6938d4=_0x8a5c80,_0xc3ffbd=_0x5460d0[_0x6938d4(0x1d1)][_0x6938d4(0x89)](_0x245fa4);return _0x26816f['params'][_0x6938d4(0xf9)]!==_0x245fa4[_0x6938d4(0x182)][_0x6938d4(0xf9)]||_0x26816f[_0x6938d4(0x182)][_0x6938d4(0x29c)]!==_0x245fa4[_0x6938d4(0x182)][_0x6938d4(0x29c)]?{'m1Prime':_0x26816f,'m2Prime':_0xc3ffbd}:(_0xc3ffbd['id']=_0x49dbd1[_0x6938d4(0xf6)]['id'],{'m1Prime':_0x26816f,'m2Prime':_0xc3ffbd});}},_0x97ab47={'m1':_0x49dbd1[_0x8a5c80(0xc9)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x211)]['id'],'handler'(_0x4c045f,_0x5d195e){const _0xec399a=_0x8a5c80,_0x2b6274=_0x5460d0['Tools'][_0xec399a(0x89)](_0x5d195e);return _0x4c045f[_0xec399a(0x182)][_0xec399a(0xf9)]!==_0x5d195e['params'][_0xec399a(0xf9)]||_0x4c045f[_0xec399a(0x182)]['unitId']!==_0x5d195e[_0xec399a(0x182)][_0xec399a(0x29c)]?{'m1Prime':_0x4c045f,'m2Prime':_0x2b6274}:(_0x2b6274['id']=_0x49dbd1[_0xec399a(0xf6)]['id'],{'m1Prime':_0x4c045f,'m2Prime':_0x2b6274});}},_0x3de28b={'m1':_0x49dbd1[_0x8a5c80(0x174)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x174)]['id'],'handler'(_0xca4f62,_0x37d28d){const _0x4454c0=_0x8a5c80;if(_0xca4f62[_0x4454c0(0x182)][_0x4454c0(0x1f6)]['id']===_0x37d28d[_0x4454c0(0x182)][_0x4454c0(0x1f6)]['id'])return{'error':new Error(_0x4454c0(0x275))};const _0x42c711=_0x5460d0[_0x4454c0(0x1d1)][_0x4454c0(0x89)](_0xca4f62),_0x28885d=_0x5460d0[_0x4454c0(0x1d1)][_0x4454c0(0x89)](_0x37d28d);return _0x42c711[_0x4454c0(0x182)][_0x4454c0(0x215)]<=_0x28885d[_0x4454c0(0x182)][_0x4454c0(0x215)]?_0x28885d[_0x4454c0(0x182)][_0x4454c0(0x215)]+=0x1:_0x42c711[_0x4454c0(0x182)]['index']>_0x28885d[_0x4454c0(0x182)][_0x4454c0(0x215)]&&(_0x42c711[_0x4454c0(0x182)][_0x4454c0(0x215)]+=0x1),_0xca4f62[_0x4454c0(0x182)][_0x4454c0(0x1f6)][_0x4454c0(0x123)]===_0x37d28d[_0x4454c0(0x182)][_0x4454c0(0x1f6)][_0x4454c0(0x123)]?{'error':new Error(_0x4454c0(0x195))}:{'m1Prime':_0x42c711,'m2Prime':_0x28885d};}},_0x461093={'m1':_0x49dbd1[_0x8a5c80(0xc9)]['id'],'m2':'any','handler'(_0x4b7edd,_0x5ce223){const _0x215085=_0x8a5c80;var _0x110186;return _0x4b7edd['params'][_0x215085(0xf9)]===((_0x110186=_0x5ce223[_0x215085(0x182)])==null?void 0x0:_0x110186[_0x215085(0xf9)])&&_0x4b7edd['id']!==_0x5ce223['id']?{'error':new Error(_0x215085(0x261))}:{'m1Prime':_0x4b7edd,'m2Prime':_0x5ce223};}},_0x1b7db6={'m1':_0x49dbd1[_0x8a5c80(0x105)]['id'],'m2':_0x49dbd1[_0x8a5c80(0x105)]['id'],'handler'(_0x4c37a0,_0xd6cb00){const _0x4b5771=_0x8a5c80,_0x6b4bb4=_0x5460d0[_0x4b5771(0x1d1)][_0x4b5771(0x89)](_0x4c37a0),_0x28e582=_0x5460d0[_0x4b5771(0x1d1)][_0x4b5771(0x89)](_0xd6cb00),_0x58668e={'error':new Error(_0x4b5771(0x257))};if(_0x4c37a0[_0x4b5771(0x182)][_0x4b5771(0x11d)]===_0xd6cb00['params']['fromOrder'])_0x6b4bb4['id']=_0x49dbd1[_0x4b5771(0xf6)]['id'],_0x28e582['params'][_0x4b5771(0x11d)]=_0x4c37a0['params'][_0x4b5771(0x1c3)];else{_0x4c37a0[_0x4b5771(0x182)][_0x4b5771(0x11d)]===_0x4c37a0[_0x4b5771(0x182)]['toOrder']&&(_0x6b4bb4['id']=_0x49dbd1[_0x4b5771(0xf6)]['id']),_0xd6cb00[_0x4b5771(0x182)]['fromOrder']===_0xd6cb00[_0x4b5771(0x182)]['toOrder']&&(_0x28e582['id']=_0x49dbd1['EmptyMutation']['id']);const _0x1cd8f5=[Math[_0x4b5771(0xcd)](_0x4c37a0[_0x4b5771(0x182)][_0x4b5771(0x11d)],_0x4c37a0['params'][_0x4b5771(0x1c3)]),Math[_0x4b5771(0x26a)](_0x4c37a0[_0x4b5771(0x182)][_0x4b5771(0x11d)],_0x4c37a0[_0x4b5771(0x182)]['toOrder'])],_0x3847f4=[Math[_0x4b5771(0xcd)](_0xd6cb00[_0x4b5771(0x182)][_0x4b5771(0x11d)],_0xd6cb00[_0x4b5771(0x182)][_0x4b5771(0x1c3)]),Math[_0x4b5771(0x26a)](_0xd6cb00[_0x4b5771(0x182)][_0x4b5771(0x11d)],_0xd6cb00[_0x4b5771(0x182)][_0x4b5771(0x1c3)])];if(_0x1cd8f5[0x0]<=_0x3847f4[0x1]&&_0x1cd8f5[0x1]>=_0x3847f4[0x0])return _0x58668e;}return{'m1Prime':_0x6b4bb4,'m2Prime':_0x28e582};}},_0x2d0b7e={'m1':_0x49dbd1[_0x8a5c80(0x174)]['id'],'m2':_0x49dbd1['SetWorksheetOrderMutation']['id'],'handler'(_0x130805,_0x2b13a0){const _0xb62120=_0x8a5c80,_0x2e25ef=_0x5460d0[_0xb62120(0x1d1)][_0xb62120(0x89)](_0x130805),_0x5d0ab4=_0x5460d0[_0xb62120(0x1d1)][_0xb62120(0x89)](_0x2b13a0);return _0x130805[_0xb62120(0x182)][_0xb62120(0x215)]<=_0x2b13a0[_0xb62120(0x182)][_0xb62120(0x1bc)]&&(_0x5d0ab4[_0xb62120(0x182)][_0xb62120(0x1bc)]+=0x1),{'m1Prime':_0x2e25ef,'m2Prime':_0x5d0ab4};}},_0x471993={'m1':_0x8a5c80(0x127),'m2':_0x49dbd1[_0x8a5c80(0xc9)]['id'],'handler'(_0xeb6907,_0x15a280){return{'m1Prime':_0xeb6907,'m2Prime':_0x15a280};}},_0xfb483c=[_0x3de28b,_0x2d0b7e,_0x461093,_0x471993,_0x1b7db6];var _0x5cc4a9=Object[_0x8a5c80(0x206)],_0x14555c=Object[_0x8a5c80(0x1c0)],_0x339820=(_0x199c6c,_0x4b995c,_0x4c2126,_0x5140b1)=>{const _0x5171f9=_0x8a5c80;for(var _0xf658b2=_0x5140b1>0x1?void 0x0:_0x5140b1?_0x14555c(_0x4b995c,_0x4c2126):_0x4b995c,_0x58dac2=_0x199c6c[_0x5171f9(0x104)]-0x1,_0xf36a64;_0x58dac2>=0x0;_0x58dac2--)(_0xf36a64=_0x199c6c[_0x58dac2])&&(_0xf658b2=(_0x5140b1?_0xf36a64(_0x4b995c,_0x4c2126,_0xf658b2):_0xf36a64(_0xf658b2))||_0xf658b2);return _0x5140b1&&_0xf658b2&&_0x5cc4a9(_0x4b995c,_0x4c2126,_0xf658b2),_0xf658b2;},_0x2e794e=(_0x3469fc,_0x42d012)=>(_0x33c530,_0x3cc12b)=>_0x42d012(_0x33c530,_0x3cc12b,_0x3469fc);_0x7d9958[_0x8a5c80(0x214)]=class extends _0x5460d0[_0x8a5c80(0x157)]{constructor(_0x8d6ad){const _0x2d36ce=_0x8a5c80;super(),this[_0x2d36ce(0xe8)]=_0x8d6ad,[..._0xfb483c,_0x51114e,_0x18117a,_0x20babf,_0x4d3c2b,_0x32fb17,_0x21b0ae,_0x4d4f53,_0x511e1a,_0x155842,_0x4a949f,_0x4ea892,_0x4aaf7e,_0x5289ff,_0x5040f6,_0x25d53a,_0x111a88,_0x295ccf,_0x16132c,_0x5b05b6,_0x45cb11,_0x498665,_0x29f215,_0x267af7,_0x362ae8,_0x1ff331,_0x39ef90,_0x2896c6,_0x3d9168,_0x448dc6,_0x4f791e,_0xca7129,_0x536803,_0x45f92f,_0x3aa450,_0x508cf0,_0x18c3b6,_0x290168,_0x1f532a,_0x23e5f0,_0xe949e8,_0x2670f4,_0x30f634,_0x1729a8,_0x218889,_0x5ac8ba,_0x44d14b,_0xf7785b,_0x834c68,_0xf86be4,_0xc5b27a,_0x154ac5,_0x40abe3,_0x593ecc,_0x4c3100,_0x4dc47f,_0x440ac1,_0xdeed72,_0x3ecc79,_0x3f8621,_0x204d13,_0x2e2df1,_0x1fd8ad,_0x19eeea,_0xab5810,_0x53010c,_0x4ab59b,_0x8705f9,_0x9fbd3f,_0x26566a,_0x1c39a8,_0x4a95fb,_0x2329ba,_0x507089,_0x559b2b,_0x336234,_0x411166,_0x19f86b,_0x2c0c56,_0x4fb0dc,_0x1991bc,_0x162511,_0x7adffe,_0x3f640a,_0x41669c,_0x2a7b47,_0x52aa0c,_0x5d84f1,_0x1b3572,_0x5634fd,_0xa32725,_0x57fdb5,_0x3cfb17,_0x291675,_0x51171d,_0xd910db,_0x33a140,_0x18b0b1,_0x595f8b,_0x4be576,_0x547b72,_0x240f97,_0x31ef67,_0x15366e,_0x1290c4,_0x5e5b06,_0x6c05bf,_0x48faf1,_0x4b4584,_0x1ea3bc,_0x5967b0,_0x113625,_0x48eb44,_0x3868b0,_0x4975a9,_0x1894d0,_0x388102,_0x2c2dec,_0x442ec6,_0xda5152,_0x2b5c8a,_0x40ddc1,_0x4fc6db,_0x128623,_0x759b1f,_0x11bb96,_0x3f956c,_0x58fc06,_0x5b2423,_0x5b900c,_0x18e05e,_0x31ed8f,_0x97ab47,_0x4b90fd,_0x30b7e0,_0x27c993,_0x31b3a5,_0x5d18e0,_0x67afff,_0x5dde38,_0x1819df,_0x334e5f,_0xfaa4eb,_0x4269ce,_0x297f1e,_0x279e43,_0x38c0c7,_0x2f2c03,_0x10c118,_0x27c333,_0x14203a,_0x7e6635,_0x41314d,_0x2e641d,_0x1b2191,_0x1d6f83,_0x55a6c6,_0x35d3b6,_0x48d246,_0x3bbce5,_0x20b22d,_0x4bedcd,_0x5b9b08,_0x495a80,_0x2def31,_0x5c652a,_0x106a65,_0x5171ab,_0x37d484,_0x283b1e,_0x1239bf,_0x670866,_0x9d33e4,_0x481734,_0x30f9c9,_0x374da4,_0x5527bc,_0x356891,_0x6fbbf1,_0x2a25d5,_0x44d71f,_0x4b0b40,_0x498fb9,_0x346a67,_0x30400b,_0x30b975,_0x4ac896,_0x4a5f3c,_0x5c1830,_0x306704,_0x3ede7e,_0x19e0d1,_0x92f86f,_0x40e40a,_0x3aeccb,_0x5a9f2d,_0x259a4f,_0x5af34e,_0x15c09f,_0x272ed9,_0x53847c,_0xc34910,_0x29fa43,_0x5912e7,_0x2890eb,_0x5e27db,_0x48278a,_0x4d9448,_0x5a7db4,_0x5e4653,_0x599020,_0x35f21c,_0x2dd937,_0x39ad1b,_0x1cc75c,_0x2f71ec,_0x64bb9c,_0x2c8bc4,_0x19ba14,_0x1e1f1b,_0x547d2f,_0x6d1eac,_0x25a301,_0x521298,_0x3e5360,_0x337a89,_0x1b4fd5,_0xa33516,_0x4669b9,_0x3820a6,_0x2f8a06,_0x4afbbc,_0x9a7198,_0x50f481,_0x5e88f9,_0x15d0b4,_0x489b00,_0x10987a,_0x2f89dc,_0x4c32b7,_0x2c2142,_0x172609,_0x5b4cd6,_0x3bc2fa,_0x5f40de,_0x2a54fd,_0x33573c,_0x299619,_0x4dff55][_0x2d36ce(0x11a)](_0x3763a4=>{const _0x1f1045=_0x2d36ce;this['_transformService'][_0x1f1045(0xf8)](_0x3763a4);});}},_0x7d9958[_0x8a5c80(0x214)]=_0x339820([_0x2e794e(0x0,_0x17297f)],_0x7d9958[_0x8a5c80(0x214)]);function _0x312692(_0x152fdb,_0x96aa21,_0x448d95=_0x8a5c80(0x16b)){const _0x43f21f=_0x8a5c80,_0x140db5=[];for(const _0x208389 of _0x96aa21){const _0x573b27=_0x5460d0[_0x43f21f(0x1bf)]['transformPosition'](_0x152fdb,_0x208389[_0x43f21f(0x290)],_0x448d95),_0x290705=_0x5460d0[_0x43f21f(0x1bf)][_0x43f21f(0x2a2)](_0x152fdb,_0x208389[_0x43f21f(0x102)],_0x448d95),_0x1d5b3f={..._0x208389,'startOffset':_0x573b27,'endOffset':_0x290705,'collapsed':_0x573b27===_0x290705};_0x140db5['push'](_0x1d5b3f);}return _0x140db5;}const _0x522922=[{'m1':_0x51eebe[_0x8a5c80(0x1e6)]['id'],'m2':_0x51eebe[_0x8a5c80(0x1e6)]['id'],'handler'(_0x3ebdb0,_0x4ed104){const _0x1b8375=_0x8a5c80;if(_0x3ebdb0['params']['unitId']!==_0x4ed104['params'][_0x1b8375(0x29c)])return{'error':new Error(_0x1b8375(0x1dc))};const _0x1db745=_0x5460d0[_0x1b8375(0x1d1)][_0x1b8375(0x89)](_0x3ebdb0),_0x4853af=_0x5460d0['Tools']['deepClone'](_0x4ed104);return{'m1Prime':{..._0x1db745,'params':{..._0x1db745[_0x1b8375(0x182)],'actions':_0x5460d0[_0x1b8375(0x1bf)][_0x1b8375(0x1be)](_0x1db745[_0x1b8375(0x182)][_0x1b8375(0x149)],_0x4853af[_0x1b8375(0x182)][_0x1b8375(0x149)],_0x1b8375(0xef)),'textRanges':_0x1db745[_0x1b8375(0x182)][_0x1b8375(0x12f)]?_0x312692(_0x4853af[_0x1b8375(0x182)]['actions'],_0x1db745[_0x1b8375(0x182)][_0x1b8375(0x12f)],_0x1b8375(0x16b)):null}},'m2Prime':{..._0x4853af,'params':{..._0x4853af[_0x1b8375(0x182)],'actions':_0x5460d0[_0x1b8375(0x1bf)][_0x1b8375(0x1be)](_0x4853af[_0x1b8375(0x182)][_0x1b8375(0x149)],_0x1db745[_0x1b8375(0x182)][_0x1b8375(0x149)],_0x1b8375(0x16b)),'textRanges':_0x4853af[_0x1b8375(0x182)][_0x1b8375(0x12f)]?_0x312692(_0x1db745[_0x1b8375(0x182)]['actions'],_0x4853af['params']['textRanges'],_0x1b8375(0x16b)):null}}};}}];var _0x1ee7b0=Object[_0x8a5c80(0x206)],_0x44b340=Object[_0x8a5c80(0x1c0)],_0x4420f5=(_0x12dfe9,_0x13d511,_0x3a0eff,_0x4e2ba3)=>{const _0x29741c=_0x8a5c80;for(var _0x1a9b5e=_0x4e2ba3>0x1?void 0x0:_0x4e2ba3?_0x44b340(_0x13d511,_0x3a0eff):_0x13d511,_0x1c1ce1=_0x12dfe9[_0x29741c(0x104)]-0x1,_0x585ad6;_0x1c1ce1>=0x0;_0x1c1ce1--)(_0x585ad6=_0x12dfe9[_0x1c1ce1])&&(_0x1a9b5e=(_0x4e2ba3?_0x585ad6(_0x13d511,_0x3a0eff,_0x1a9b5e):_0x585ad6(_0x1a9b5e))||_0x1a9b5e);return _0x4e2ba3&&_0x1a9b5e&&_0x1ee7b0(_0x13d511,_0x3a0eff,_0x1a9b5e),_0x1a9b5e;},_0x13ef3b=(_0x13be2f,_0x39e76e)=>(_0x593125,_0x56cde2)=>_0x39e76e(_0x593125,_0x56cde2,_0x13be2f);_0x7d9958[_0x8a5c80(0x192)]=class extends _0x5460d0[_0x8a5c80(0x157)]{constructor(_0x3b0653){const _0x43e229=_0x8a5c80;super(),this['_transformService']=_0x3b0653,[..._0x522922][_0x43e229(0x11a)](_0x333d6b=>{const _0x263976=_0x43e229;this[_0x263976(0xe8)][_0x263976(0xf8)](_0x333d6b);});}},_0x7d9958[_0x8a5c80(0x192)]=_0x4420f5([_0x13ef3b(0x0,_0x17297f)],_0x7d9958[_0x8a5c80(0x192)]);function _0x575c73(_0x15f4d8){const _0x460677=_0x8a5c80;return{..._0x15f4d8,'mutations':_0x15f4d8[_0x460677(0x176)][_0x460677(0x29b)](_0x5e5bf7)};}function _0x48a20f(_0x10d50d){const _0x309c47=_0x8a5c80;return _0x10d50d[_0x309c47(0x29b)](_0x4dbacd=>({'id':_0x4dbacd['id'],'params':JSON['parse'](_0x4dbacd['data'])}));}function _0x3bc4b2(_0xcd6b15){const _0x4c6653=_0x8a5c80;return{..._0xcd6b15,'mutations':_0xcd6b15[_0x4c6653(0x176)][_0x4c6653(0x29b)](_0x4000cd)};}function _0x5e5bf7(_0x3ae9a2){const _0x423342=_0x8a5c80;return{'id':_0x3ae9a2['id'],'params':JSON[_0x423342(0x16e)](_0x3ae9a2[_0x423342(0x14a)])};}function _0x4000cd(_0x5b7f91){const _0x458dfa=_0x8a5c80;return{'id':_0x5b7f91['id'],'data':JSON['stringify'](_0x5b7f91[_0x458dfa(0x182)])};}var _0x4bba45=(_0x3ff635=>(_0x3ff635[_0x8a5c80(0xb2)]=_0x8a5c80(0x1b5),_0x3ff635[_0x8a5c80(0x109)]=_0x8a5c80(0x260),_0x3ff635[_0x8a5c80(0x299)]='submit_changeset',_0x3ff635['CHANGESET_ACK']=_0x8a5c80(0xed),_0x3ff635[_0x8a5c80(0x93)]=_0x8a5c80(0x19a),_0x3ff635['NEW_CHANGESETS']=_0x8a5c80(0x165),_0x3ff635[_0x8a5c80(0x25c)]=_0x8a5c80(0x1c9),_0x3ff635['USERS_ENTER']='users_enter',_0x3ff635['USERS_LEAVE']=_0x8a5c80(0x289),_0x3ff635['UNIT_DELETE']=_0x8a5c80(0x189),_0x3ff635[_0x8a5c80(0x251)]=_0x8a5c80(0x1a5),_0x3ff635['LIVESHARE_NEW_HOST']='liveshare.new_host',_0x3ff635[_0x8a5c80(0x283)]=_0x8a5c80(0x1e0),_0x3ff635[_0x8a5c80(0x17a)]=_0x8a5c80(0x12d),_0x3ff635['LIVESHARE_TERMINATE']='liveshare.terminate',_0x3ff635[_0x8a5c80(0x226)]=_0x8a5c80(0x108),_0x3ff635[_0x8a5c80(0xab)]='permission_rej',_0x3ff635['COMMENT_UPDATE']='comment_update',_0x3ff635[_0x8a5c80(0x1d0)]=_0x8a5c80(0xf7),_0x3ff635[_0x8a5c80(0x197)]=_0x8a5c80(0x224),_0x3ff635))(_0x4bba45||{});const _0x53600e='collaboration.config',_0x628c36={};var _0x1ab5cf=Object[_0x8a5c80(0x206)],_0xa5b2cc=Object[_0x8a5c80(0x1c0)],_0x1aaaa2=(_0x1b3947,_0xafdf21,_0x27bf5a,_0xb97e17)=>{const _0x2c9f94=_0x8a5c80;for(var _0x15faa5=_0xb97e17>0x1?void 0x0:_0xb97e17?_0xa5b2cc(_0xafdf21,_0x27bf5a):_0xafdf21,_0x7dde8b=_0x1b3947[_0x2c9f94(0x104)]-0x1,_0x2802a4;_0x7dde8b>=0x0;_0x7dde8b--)(_0x2802a4=_0x1b3947[_0x7dde8b])&&(_0x15faa5=(_0xb97e17?_0x2802a4(_0xafdf21,_0x27bf5a,_0x15faa5):_0x2802a4(_0x15faa5))||_0x15faa5);return _0xb97e17&&_0x15faa5&&_0x1ab5cf(_0xafdf21,_0x27bf5a,_0x15faa5),_0x15faa5;},_0x3aff6d=(_0x3d4208,_0x24106d)=>(_0xf06fb,_0x257ec2)=>_0x24106d(_0xf06fb,_0x257ec2,_0x3d4208);let _0x42332e=class extends _0x5460d0[_0x8a5c80(0x157)]{constructor(_0x331266){const _0x15560d=_0x8a5c80;super(),this[_0x15560d(0x1e2)]=_0x331266,[_0x4ff7fa]['forEach'](_0x5501c5=>this['_commandService']['registerCommand'](_0x5501c5));}};_0x42332e=_0x1aaaa2([_0x3aff6d(0x0,_0x5460d0['ICommandService'])],_0x42332e);const _0x59b56e=_0x158197=>{const _0x3de0e1=_0x8a5c80,_0x4b3a76={};if(!_0x158197)return{'cellValue':_0x158197,'styleRefMap':void 0x0};const _0x478cda=[];return{'cellValue':new _0x5460d0['ObjectMatrix'](_0x5460d0[_0x3de0e1(0x1d1)][_0x3de0e1(0x89)](_0x158197))['forValue']((_0x2fd813,_0xf7406a,_0x5beb4b)=>{const _0x1bd6c2=_0x3de0e1,_0x26837e=_0x5beb4b&&_0x5beb4b['s'];if(_0x26837e&&typeof _0x26837e==='object'){const _0x581150=JSON[_0x1bd6c2(0xad)](_0x26837e),_0x3f7379=_0x478cda[_0x1bd6c2(0x1e3)](_0x5e98e2=>_0x5e98e2===_0x581150);if(_0x3f7379>-0x1)_0x5beb4b['s']=''+_0x3f7379;else{const _0x46d439=_0x478cda[_0x1bd6c2(0x276)](_0x581150)-0x1;_0x4b3a76[_0x46d439]=_0x26837e,_0x5beb4b['s']=''+_0x46d439;}}})['getMatrix'](),'styleRefMap':_0x4b3a76};},_0xd8ef21=(_0xb62dfd,_0x5af5b9)=>!_0xb62dfd||!_0x5af5b9?_0xb62dfd:new _0x5460d0[(_0x8a5c80(0xfd))](_0x5460d0['Tools']['deepClone'](_0xb62dfd))[_0x8a5c80(0x1a3)]((_0xc8732,_0x47ab50,_0xee9405)=>{const _0x14d25e=_0x8a5c80,_0x4def03=_0xee9405&&_0xee9405['s'];if(_0x4def03&&typeof _0x4def03===_0x14d25e(0x1b6)){const _0x48c15e=_0x5af5b9[_0x4def03];_0x48c15e&&(_0xee9405['s']=_0x48c15e);}})[_0x8a5c80(0x191)](),_0x462d0d=_0x5460d0[_0x8a5c80(0x293)]('COMPRESS_MUTATION_APPLY'),_0x376698=_0x5460d0[_0x8a5c80(0x293)](_0x8a5c80(0x1ab));class _0x25e102{constructor(){const _0x26f299=_0x8a5c80;_0x4ad814(this,_0x26f299(0x17c),new _0x5460d0['InterceptorManager']({'COMPRESS_MUTATION_APPLY':_0x462d0d,'COMPRESS_MUTATION_SEND':_0x376698})),this[_0x26f299(0x142)]();}[_0x8a5c80(0x142)](){const _0x38e79a=_0x8a5c80;this[_0x38e79a(0x17c)][_0x38e79a(0x1d9)](this[_0x38e79a(0x17c)][_0x38e79a(0x207)]()[_0x38e79a(0x186)],{'priority':-0x1,'handler':_0x282e83=>_0x282e83}),this['interceptor'][_0x38e79a(0x1d9)](this[_0x38e79a(0x17c)]['getInterceptPoints']()[_0x38e79a(0x1ab)],{'priority':-0x1,'handler':_0x5d7c15=>_0x5d7c15}),this[_0x38e79a(0x1ac)]();}[_0x8a5c80(0x1ac)](){const _0x3befd1=_0x8a5c80;this[_0x3befd1(0x17c)]['intercept'](this[_0x3befd1(0x17c)][_0x3befd1(0x207)]()[_0x3befd1(0x186)],{'handler':(_0x4a37d0,_0x20c0fe,_0x15dc9c)=>{const _0x573adf=_0x3befd1;if(!_0x4a37d0)return _0x15dc9c(_0x4a37d0);const _0x1d0e83=_0x4a37d0[_0x573adf(0x29b)](_0xf704bb=>{const _0xae6c30=_0x573adf;if(_0xf704bb['id']===_0x49dbd1[_0xae6c30(0x159)]['id']){const _0x2846aa=_0xf704bb[_0xae6c30(0x182)];if(!_0x2846aa[_0xae6c30(0xe0)])return _0xf704bb;const _0x3404f4=_0xd8ef21(_0x2846aa[_0xae6c30(0xa0)],_0x2846aa[_0xae6c30(0xe0)]);return{..._0xf704bb,'params':{..._0x2846aa,'cellValue':_0x3404f4}};}return _0xf704bb;});return _0x15dc9c(_0x1d0e83);}}),this['interceptor'][_0x3befd1(0x1d9)](this[_0x3befd1(0x17c)][_0x3befd1(0x207)]()['COMPRESS_MUTATION_SEND'],{'handler':(_0x343042,_0x2515ea,_0x15ead1)=>{const _0x46c75b=_0x3befd1;if(!_0x343042)return _0x15ead1(_0x343042);const _0x94fb19=_0x343042[_0x46c75b(0x29b)](_0x319962=>{const _0xf919b9=_0x46c75b;if(_0x319962['id']===_0x49dbd1[_0xf919b9(0x159)]['id']){const _0x207b79=_0x319962['params'];return _0x207b79[_0xf919b9(0xe0)]?_0x319962:{..._0x319962,'params':{..._0x207b79,..._0x59b56e(_0x207b79['cellValue'])}};}return _0x319962;});return _0x15ead1(_0x94fb19);}});}}var _0x4c00f0=Object[_0x8a5c80(0x206)],_0x5ed275=Object['getOwnPropertyDescriptor'],_0x2e7893=(_0x2ab766,_0x2a5e56,_0x2b6a4e,_0x54a2ba)=>{const _0x18d127=_0x8a5c80;for(var _0x23c369=_0x54a2ba>0x1?void 0x0:_0x54a2ba?_0x5ed275(_0x2a5e56,_0x2b6a4e):_0x2a5e56,_0x5725e7=_0x2ab766[_0x18d127(0x104)]-0x1,_0x58f741;_0x5725e7>=0x0;_0x5725e7--)(_0x58f741=_0x2ab766[_0x5725e7])&&(_0x23c369=(_0x54a2ba?_0x58f741(_0x2a5e56,_0x2b6a4e,_0x23c369):_0x58f741(_0x23c369))||_0x23c369);return _0x54a2ba&&_0x23c369&&_0x4c00f0(_0x2a5e56,_0x2b6a4e,_0x23c369),_0x23c369;},_0x32d81a=(_0x39bc76,_0x4e64d5)=>(_0x1e5889,_0x51b649)=>_0x4e64d5(_0x1e5889,_0x51b649,_0x39bc76);const _0x36ff75=new Set([_0x49dbd1[_0x8a5c80(0x174)]['id'],_0x49dbd1['RemoveSheetMutation']['id']]),_0x1989cc=new Set([_0x49dbd1['InsertSheetMutation']['id'],_0x49dbd1[_0x8a5c80(0xc9)]['id'],_0x4ff7fa['id'],_0x49dbd1[_0x8a5c80(0x85)]['id']]);_0x7d9958[_0x8a5c80(0xfa)]=class{constructor(_0x167896){const _0x4ee2f7=_0x8a5c80;this[_0x4ee2f7(0xc3)]=_0x167896;}[_0x8a5c80(0x1ca)](_0x22f2f3){const _0xc07f97=_0x8a5c80,_0x3f2375=this[_0xc07f97(0xc3)][_0xc07f97(0xe7)](_0x22f2f3);if(!_0x3f2375)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20'+_0x22f2f3+'.');return _0x3f2375[_0xc07f97(0x1e8)]();}['incrementRevOfUnit'](_0x580ab3){const _0x3d8882=_0x8a5c80,_0x4928d7=this[_0x3d8882(0xc3)][_0x3d8882(0xe7)](_0x580ab3);if(!_0x4928d7)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20'+_0x580ab3+'.');return _0x4928d7[_0x3d8882(0x18b)](),_0x4928d7[_0x3d8882(0x1e8)]();}[_0x8a5c80(0x137)](_0x41a19b,_0x1d857d){const _0x435d86=_0x8a5c80,_0x5273af=this['_univerInstanceService']['getUnit'](_0x41a19b);_0x5273af&&_0x5273af[_0x435d86(0x103)](_0x1d857d);}},_0x7d9958[_0x8a5c80(0xfa)]=_0x2e7893([_0x32d81a(0x0,_0x5460d0[_0x8a5c80(0x19d)])],_0x7d9958[_0x8a5c80(0xfa)]);var _0x126f8a=(_0x3d5ebb=>(_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x208)]=0x0]=_0x8a5c80(0x208),_0x3d5ebb[_0x3d5ebb['OK']=0x1]='OK',_0x3d5ebb[_0x3d5ebb['INTERNAL_ERROR']=0x2]=_0x8a5c80(0xe3),_0x3d5ebb[_0x3d5ebb['PERMISSION_DENIED']=0x3]=_0x8a5c80(0x12a),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x143)]=0x4]=_0x8a5c80(0x143),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x233)]=0x5]=_0x8a5c80(0x233),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x121)]=0x6]=_0x8a5c80(0x121),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x220)]=0x7]=_0x8a5c80(0x220),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0xee)]=0x8]=_0x8a5c80(0xee),_0x3d5ebb[_0x3d5ebb['COMPLETION_FINISHED']=0x9]='COMPLETION_FINISHED',_0x3d5ebb[_0x3d5ebb['CHANGESET_REVISION_CONFILICT']=0x1389]='CHANGESET_REVISION_CONFILICT',_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x225)]=0x1771]=_0x8a5c80(0x225),_0x3d5ebb[_0x3d5ebb['SNAPSHOT_HAS_BEEN_REMOVED']=0x1772]=_0x8a5c80(0x86),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0xbd)]=0x1773]='ENSURE_SNAPSHOT_EXECUTION',_0x3d5ebb[_0x3d5ebb['APPLY_REJECT']=0x1b59]=_0x8a5c80(0x1de),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x29f)]=0x1b5a]=_0x8a5c80(0x29f),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x1bd)]=0x1b5b]=_0x8a5c80(0x1bd),_0x3d5ebb[_0x3d5ebb['APPLY_PERMISSION_DENIED']=0x1b5c]=_0x8a5c80(0xae),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0xdb)]=0x1b5d]=_0x8a5c80(0xdb),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0xdf)]=0x1f41]=_0x8a5c80(0xdf),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x168)]=0x2329]=_0x8a5c80(0x168),_0x3d5ebb[_0x3d5ebb['LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED']=0x232a]=_0x8a5c80(0x101),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x1b9)]=0x232b]=_0x8a5c80(0x1b9),_0x3d5ebb[_0x3d5ebb['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]=_0x8a5c80(0x118),_0x3d5ebb[_0x3d5ebb['LICENSE_DISTRO_REJECTED']=0x232d]=_0x8a5c80(0x217),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x26e)]=0x2711]='YUUMI_UNABLE_LOAD_URL',_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0xea)]=0x2712]=_0x8a5c80(0xea),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x1f8)]=0x2713]=_0x8a5c80(0x1f8),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x13e)]=0x2714]=_0x8a5c80(0x13e),_0x3d5ebb[_0x3d5ebb[_0x8a5c80(0x1cf)]=-0x1]=_0x8a5c80(0x1cf),_0x3d5ebb))(_0x126f8a||{}),_0x8cd04f=(_0x97a535=>(_0x97a535[_0x97a535[_0x8a5c80(0xa9)]=0x0]='UNIVER_UNKNOWN',_0x97a535[_0x97a535[_0x8a5c80(0xd8)]=0x1]=_0x8a5c80(0xd8),_0x97a535[_0x97a535[_0x8a5c80(0x209)]=0x2]=_0x8a5c80(0x209),_0x97a535[_0x97a535[_0x8a5c80(0x288)]=0x3]='UNIVER_SLIDE',_0x97a535[_0x97a535[_0x8a5c80(0xfb)]=0x4]=_0x8a5c80(0xfb),_0x97a535[_0x97a535[_0x8a5c80(0x1cf)]=-0x1]=_0x8a5c80(0x1cf),_0x97a535))(_0x8cd04f||{});function _0x2b3128(_0x478770){const _0x3ea275=_0x8a5c80;return!!(_0x478770&&_0x478770['code']&&_0x478770['code']!==_0x126f8a['OK']&&_0x478770[_0x3ea275(0x2a1)]!=='OK');}for(var _0x4a6250=[],_0x1de358=0x0;_0x1de358<0x100;++_0x1de358)_0x4a6250[_0x8a5c80(0x276)]((_0x1de358+0x100)[_0x8a5c80(0x14b)](0x10)[_0x8a5c80(0x24f)](0x1));function _0xe36067(_0x3f2e84,_0x4726d6=0x0){const _0x3bc260=_0x8a5c80;return(_0x4a6250[_0x3f2e84[_0x4726d6+0x0]]+_0x4a6250[_0x3f2e84[_0x4726d6+0x1]]+_0x4a6250[_0x3f2e84[_0x4726d6+0x2]]+_0x4a6250[_0x3f2e84[_0x4726d6+0x3]]+'-'+_0x4a6250[_0x3f2e84[_0x4726d6+0x4]]+_0x4a6250[_0x3f2e84[_0x4726d6+0x5]]+'-'+_0x4a6250[_0x3f2e84[_0x4726d6+0x6]]+_0x4a6250[_0x3f2e84[_0x4726d6+0x7]]+'-'+_0x4a6250[_0x3f2e84[_0x4726d6+0x8]]+_0x4a6250[_0x3f2e84[_0x4726d6+0x9]]+'-'+_0x4a6250[_0x3f2e84[_0x4726d6+0xa]]+_0x4a6250[_0x3f2e84[_0x4726d6+0xb]]+_0x4a6250[_0x3f2e84[_0x4726d6+0xc]]+_0x4a6250[_0x3f2e84[_0x4726d6+0xd]]+_0x4a6250[_0x3f2e84[_0x4726d6+0xe]]+_0x4a6250[_0x3f2e84[_0x4726d6+0xf]])[_0x3bc260(0x8e)]();}var _0x3e9c67,_0x383490=new Uint8Array(0x10);function _0x2954dd(){const _0x3ced2f=_0x8a5c80;if(!_0x3e9c67&&(_0x3e9c67=typeof crypto<'u'&&crypto[_0x3ced2f(0xaa)]&&crypto['getRandomValues'][_0x3ced2f(0x1dd)](crypto),!_0x3e9c67))throw new Error('crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported');return _0x3e9c67(_0x383490);}var _0x4d9375=typeof crypto<'u'&&crypto[_0x8a5c80(0x1fb)]&&crypto[_0x8a5c80(0x1fb)][_0x8a5c80(0x1dd)](crypto);const _0x59832b={'randomUUID':_0x4d9375};function _0x5053f9(_0x594b0c,_0x1b4045,_0x2477dc){const _0x546a84=_0x8a5c80;if(_0x59832b[_0x546a84(0x1fb)]&&!_0x1b4045&&!_0x594b0c)return _0x59832b['randomUUID']();_0x594b0c=_0x594b0c||{};var _0x3adc34=_0x594b0c[_0x546a84(0x18d)]||(_0x594b0c[_0x546a84(0x271)]||_0x2954dd)();return _0x3adc34[0x6]=_0x3adc34[0x6]&0xf|0x40,_0x3adc34[0x8]=_0x3adc34[0x8]&0x3f|0x80,_0xe36067(_0x3adc34);}const _0x33e038={[_0x5460d0[_0x8a5c80(0xac)][_0x8a5c80(0xd8)]]:_0x8cd04f['UNIVER_DOC'],[_0x5460d0[_0x8a5c80(0xac)][_0x8a5c80(0x209)]]:_0x8cd04f[_0x8a5c80(0x209)],[_0x5460d0['UniverInstanceType'][_0x8a5c80(0x288)]]:_0x8cd04f['UNIVER_SLIDE'],[_0x5460d0[_0x8a5c80(0xac)][_0x8a5c80(0xa9)]]:_0x8cd04f[_0x8a5c80(0xa9)],[_0x5460d0['UniverInstanceType'][_0x8a5c80(0xfb)]]:_0x8cd04f['UNIVER_UNKNOWN'],[_0x5460d0[_0x8a5c80(0xac)][_0x8a5c80(0x1cf)]]:_0x8cd04f[_0x8a5c80(0x1cf)]};function _0xf0e532(_0x53dd6c){const _0x14d020=_0x8a5c80;var _0x3bdc65;return(_0x3bdc65=_0x33e038[_0x53dd6c])!=null?_0x3bdc65:_0x8cd04f[_0x14d020(0xa9)];}function _0xea4688(_0x2758ec){const _0x32acfb=_0x8a5c80;return btoa(encodeURIComponent(_0x2758ec)[_0x32acfb(0x264)](/%([0-9A-F]{2})/g,(_0x3ac427,_0x5e9cf9)=>String[_0x32acfb(0x145)](Number[_0x32acfb(0x1f7)](_0x5e9cf9,0x10))));}const _0x134c77=new TextDecoder();function _0x3d7ef8(_0x232d55){const _0x186daf=_0x8a5c80,_0x211dd=atob(_0x232d55),_0xf12805=_0x211dd[_0x186daf(0x104)];let _0x491304=new Uint8Array(_0xf12805);for(let _0x105163=0x0;_0x105163<_0xf12805;_0x105163++)_0x491304[_0x105163]=_0x211dd[_0x186daf(0x1b1)](_0x105163);const _0xbc4c84=_0x134c77['decode'](_0x491304);return _0x491304=null,_0xbc4c84;}const _0x1822c2=new TextEncoder(),_0x3a6ac2=new TextDecoder();function _0x29e55a(_0x193486){const _0x51a081=_0x8a5c80,_0x54d95c=_0x5460d0[_0x51a081(0x1d1)][_0x51a081(0x89)](_0x193486);return delete _0x54d95c['id'],delete _0x54d95c[_0x51a081(0x123)],delete _0x54d95c[_0x51a081(0x291)],delete _0x54d95c[_0x51a081(0x160)],delete _0x54d95c[_0x51a081(0xa1)],_0x1822c2['encode'](JSON['stringify'](_0x54d95c));}function _0x40cbbb(_0x1b0553){const _0x561ffc=_0x8a5c80,_0x2764ac=_0x5460d0[_0x561ffc(0x1d1)][_0x561ffc(0x89)](_0x1b0553);return delete _0x2764ac['id'],delete _0x2764ac[_0x561ffc(0x22b)],delete _0x2764ac['name'],delete _0x2764ac['sheetOrder'],delete _0x2764ac[_0x561ffc(0x125)],_0x1822c2[_0x561ffc(0x231)](JSON[_0x561ffc(0xad)](_0x2764ac));}function _0x2435e3(_0x50bf55){const _0x29dac5=_0x8a5c80,_0x1b68ef=_0x5460d0[_0x29dac5(0x1d1)][_0x29dac5(0x89)](_0x50bf55);return delete _0x1b68ef['id'],delete _0x1b68ef[_0x29dac5(0x22b)],delete _0x1b68ef[_0x29dac5(0x1a0)],delete _0x1b68ef['resources'],_0x1822c2['encode'](JSON['stringify'](_0x1b68ef));}function _0x46b771(_0x10366a){const _0x192870=_0x8a5c80;return JSON[_0x192870(0x16e)](typeof _0x10366a==_0x192870(0x1b6)?_0x3d7ef8(_0x10366a):_0x3a6ac2['decode'](_0x10366a));}function _0x1c39cb(_0xbfe6a6){const _0x505ce4=_0x8a5c80;return _0xbfe6a6 instanceof Uint8Array?JSON[_0x505ce4(0x16e)](_0x3a6ac2[_0x505ce4(0x298)](_0xbfe6a6)):_0xbfe6a6;}function _0x21a846(_0x27d184){const _0x40093b=_0x8a5c80;return JSON[_0x40093b(0x16e)](typeof _0x27d184==_0x40093b(0x1b6)?_0x3d7ef8(_0x27d184):_0x3a6ac2[_0x40093b(0x298)](_0x27d184));}const _0x2b30e8=0x100*0x14;function _0x4a2d4a(_0x2d232c,_0x441ade){const _0x1b3412=_0x8a5c80,_0x1eb3b3=new _0x5460d0[(_0x1b3412(0xfd))](_0x2d232c),_0x2c3508=_0x1eb3b3[_0x1b3412(0x1f0)](),_0x840514=[];let _0x152ed3=0x0;for(;_0x152ed3<_0x2c3508;){const _0x3cce95=Math[_0x1b3412(0xcd)](_0x152ed3+_0x2b30e8,_0x2c3508-0x1),_0xd2612a=_0x1eb3b3[_0x1b3412(0x21f)](_0x152ed3,Math['min'](_0x152ed3+_0x2b30e8,_0x2c3508-0x1),0x0,_0x441ade),_0x332bac=_0x5232dc(_0xd2612a);_0x840514['push']({'id':_0x5460d0['Tools']['generateRandomId'](0x13,_0x1b3412(0x246)),'startRow':_0x152ed3,'endRow':_0x3cce95,'data':_0x332bac}),_0x152ed3+=_0x2b30e8;}return _0x840514;}function _0x5232dc(_0x49feee){const _0x557cff=_0x8a5c80,_0x1cead9=_0x49feee[_0x557cff(0x1b0)]();return _0x1822c2[_0x557cff(0x231)](JSON[_0x557cff(0xad)](_0x1cead9));}async function _0x195f9f(_0x3b30d5,_0x477f0c,_0x521bca,_0x38122a){const _0x2f7f00=_0x8a5c80;var _0x55212d;const _0xc5ee8b={'unitID':_0x477f0c['id'],'rev':_0x38122a,'creator':'','name':(_0x55212d=_0x477f0c['title'])!=null?_0x55212d:'','resources':_0x477f0c[_0x2f7f00(0x1d4)]||[],'originalMeta':_0x2435e3(_0x477f0c)};return{'snapshot':{'unitID':_0x521bca,'rev':_0xc5ee8b['rev'],'type':_0x8cd04f[_0x2f7f00(0xd8)],'workbook':void 0x0,'doc':_0xc5ee8b}};}async function _0x3d4ec8(_0xf0f3f9,_0x363a5f,_0x1c421e,_0x33bde1,_0x8f8cc2){const _0x31c907=_0x8a5c80,_0x4e9f28={},_0x3ca2e4={};if(!await Promise[_0x31c907(0x11b)](Object[_0x31c907(0x23b)](_0x363a5f[_0x31c907(0x125)])[_0x31c907(0x29b)](async([_0xb47d2f,_0x1a7ec8])=>{const _0x2fe54c=_0x31c907,_0xc0cc6e={'id':_0x1a7ec8['id'],'type':_0x5460d0[_0x2fe54c(0x17d)][_0x2fe54c(0x1c1)],'name':_0x1a7ec8['name'],'rowCount':_0x1a7ec8[_0x2fe54c(0x291)],'columnCount':_0x1a7ec8[_0x2fe54c(0x160)],'originalMeta':_0x29e55a(_0x1a7ec8)};if(_0x3ca2e4[_0xb47d2f]=_0xc0cc6e,_0x1a7ec8['cellData']){const _0x5ab8ab=_0x4a2d4a(_0x1a7ec8[_0x2fe54c(0xa1)],_0x1a7ec8[_0x2fe54c(0x160)]),_0x3fe4e6=await Promise[_0x2fe54c(0x11b)](_0x5ab8ab[_0x2fe54c(0x29b)](_0x4d1a19=>_0x8f8cc2[_0x2fe54c(0x131)](_0xf0f3f9,{'unitID':_0x1c421e,'type':_0x8cd04f[_0x2fe54c(0x209)],'block':_0x4d1a19})));if(_0x3fe4e6[_0x2fe54c(0x188)](_0x184ca4=>{const _0x556c70=_0x2fe54c;var _0x535eb5;return((_0x535eb5=_0x184ca4[_0x556c70(0x84)])==null?void 0x0:_0x535eb5['code'])!==_0x126f8a['OK'];}))return!0x1;_0x4e9f28[_0xb47d2f]={'sheetID':_0xb47d2f,'blocks':_0x3fe4e6[_0x2fe54c(0x29b)](_0x16a14f=>_0x16a14f['blockID'])};}return!0x0;})))throw new Error('[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.');const _0x1f9590=_0x40cbbb(_0x363a5f),_0x11d681={'unitID':_0x363a5f['id'],'rev':_0x33bde1,'creator':'','name':_0x363a5f[_0x31c907(0x123)],'sheetOrder':_0x363a5f[_0x31c907(0x175)],'sheets':_0x3ca2e4,'blockMeta':_0x4e9f28,'resources':_0x363a5f[_0x31c907(0x1d4)]||[],'originalMeta':_0x1f9590};return{'snapshotRes':{'unitID':_0x1c421e,'rev':_0x11d681['rev'],'type':_0x8cd04f['UNIVER_SHEET'],'workbook':_0x11d681,'doc':void 0x0}};}async function _0x422d42(_0x594b8f,_0x1c3770,_0x33c50f,_0x2d1672,_0x22efff){const _0x4c52b0=_0x8a5c80;var _0x38566c,_0x537696;const _0x25a3c0={},_0x54e63c={};if(!await Promise[_0x4c52b0(0x11b)](Object[_0x4c52b0(0x23b)](_0x1c3770['sheets'])['map'](async([_0x2b54c9,_0x56f868])=>{const _0x5f5143=_0x4c52b0,_0x456282={'id':_0x56f868['id'],'type':_0x5460d0[_0x5f5143(0x17d)][_0x5f5143(0x1c1)],'name':_0x56f868[_0x5f5143(0x123)],'rowCount':_0x56f868[_0x5f5143(0x291)],'columnCount':_0x56f868['columnCount'],'originalMeta':_0x29e55a(_0x56f868)};if(_0x54e63c[_0x2b54c9]=_0x456282,_0x56f868[_0x5f5143(0xa1)]){const _0x2581aa=_0x4a2d4a(_0x56f868['cellData'],_0x56f868[_0x5f5143(0x160)]),_0x2abe2d=await Promise['all'](_0x2581aa[_0x5f5143(0x29b)](_0x8fb47b=>_0x22efff['saveSheetBlock'](_0x594b8f,{'unitID':_0x33c50f,'type':_0x8cd04f[_0x5f5143(0x209)],'block':_0x8fb47b})));if(_0x2abe2d[_0x5f5143(0x188)](_0x9f3a0=>{const _0x2aaee2=_0x5f5143;var _0x4cfd2f;return((_0x4cfd2f=_0x9f3a0[_0x2aaee2(0x84)])==null?void 0x0:_0x4cfd2f[_0x2aaee2(0x2a1)])!==_0x126f8a['OK'];}))return!0x1;_0x25a3c0[_0x2b54c9]={'sheetID':_0x2b54c9,'blocks':_0x2abe2d['map'](_0x3a02a1=>_0x3a02a1[_0x5f5143(0x273)])};}return!0x0;})))throw new Error('[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.');const _0x392941=_0x40cbbb(_0x1c3770),_0x198d6a={'unitID':_0x1c3770['id'],'rev':_0x2d1672,'creator':'','name':_0x1c3770[_0x4c52b0(0x123)],'sheetOrder':_0x1c3770['sheetOrder'],'sheets':_0x54e63c,'blockMeta':_0x25a3c0,'resources':_0x1c3770[_0x4c52b0(0x1d4)]||[],'originalMeta':_0x392941},_0x4223ef={'unitID':_0x33c50f,'rev':_0x198d6a['rev'],'type':_0x8cd04f['UNIVER_SHEET'],'workbook':_0x198d6a,'doc':void 0x0},_0x4d64c8=await _0x22efff[_0x4c52b0(0x284)](_0x594b8f,{'unitID':_0x33c50f,'type':_0x8cd04f['UNIVER_SHEET'],'snapshot':_0x4223ef});if(_0x2b3128(_0x4d64c8[_0x4c52b0(0x84)]))throw new Error(_0x4c52b0(0x203)+((_0x38566c=_0x4d64c8[_0x4c52b0(0x84)])==null?void 0x0:_0x38566c[_0x4c52b0(0x2a1)])+':'+((_0x537696=_0x4d64c8[_0x4c52b0(0x84)])==null?void 0x0:_0x537696['message']));return{'snapshot':_0x4223ef};}function _0x27c719(_0x48ed03,_0x1809b6,_0x1f7d82){const _0x1b1ccd=_0x8a5c80,_0x43e578=_0x48ed03[_0x1b1ccd(0x20a)];if(!_0x43e578)throw new Error('');const _0x112fba={};Object[_0x1b1ccd(0x23b)](_0x43e578[_0x1b1ccd(0x125)])[_0x1b1ccd(0x11a)](([_0x2f729e,_0x11231b])=>{const _0x139e15=_0x1b1ccd,_0xce7445=_0x46b771(_0x11231b[_0x139e15(0x184)]);_0x112fba[_0x2f729e]={'id':_0x11231b['id'],'name':_0x11231b['name'],'rowCount':_0x11231b[_0x139e15(0x291)],'columnCount':_0x11231b['columnCount'],..._0xce7445};});const _0x3764ff=new Map();_0x1809b6[_0x1b1ccd(0x11a)](_0x3782f6=>{_0x3764ff['set'](_0x3782f6['id'],_0x3782f6);}),_0x43e578['blockMeta']&&Object['entries'](_0x43e578['blockMeta'])[_0x1b1ccd(0x11a)](([_0x5388e5,_0x3cc887])=>{const _0xb1bc28=_0x1b1ccd;var _0x274800;const _0xb1eb56=_0x112fba[_0x5388e5];_0xb1eb56[_0xb1bc28(0xa1)]={};const _0x30d0e2=[];(_0x274800=_0x3cc887[_0xb1bc28(0xb5)])==null||_0x274800[_0xb1bc28(0x11a)](_0xe44fcd=>{const _0x401131=_0xb1bc28,_0x866c08=_0x3764ff[_0x401131(0x111)](_0xe44fcd);if(_0x866c08)_0x30d0e2['push'](_0x866c08);else throw new Error('');}),_0x30d0e2['forEach'](_0x1d752e=>{const _0x3404dd=_0xb1bc28,_0x9803cd=_0x1c39cb(_0x1d752e['data']);Object['entries'](_0x9803cd)[_0x3404dd(0x11a)](([_0x93e1b9,_0x478b29])=>{const _0xe55901=_0x3404dd,_0x5e32b7=_0xb1eb56[_0xe55901(0xa1)][+_0x93e1b9]={};Object[_0xe55901(0x23b)](_0x478b29)['forEach'](([_0x2e01b5,_0x3a1161])=>{_0x5e32b7[+_0x2e01b5]=_0x3a1161;});});});});const _0x50fbc6=_0x46b771(_0x43e578['originalMeta']);return{'id':_0x48ed03[_0x1b1ccd(0x194)]||_0x43e578['unitID'],'rev':_0x48ed03['rev']||_0x43e578[_0x1b1ccd(0x22b)],'name':_0x43e578[_0x1b1ccd(0x123)],'sheetOrder':_0x43e578[_0x1b1ccd(0x175)],'appVersion':'','locale':_0x5460d0['LocaleType']['EN_US'],'sheets':_0x112fba,'styles':{},'resources':_0x43e578[_0x1b1ccd(0x1d4)]||[],..._0x50fbc6};}function _0x2deafe(_0x40f051){const _0x57948a=_0x8a5c80,_0x2edaed=_0x40f051[_0x57948a(0x259)];if(_0x2edaed==null)throw new Error(_0x57948a(0x187));const {unitID:_0x2b18c6,rev:_0x2c48c8,name:_0x1f53a3,originalMeta:_0x2028a1,resources:_0x2569c0=[]}=_0x2edaed,{body:_0x26bd00,documentStyle:_0x156349={},settings:_0x2a83ba={},drawings:_0x2843f6={},drawingsOrder:_0x385ba3=[],tableSource:_0x4d6316={},headers:_0x440acf={},footers:_0x55135e={},lists:_0x23a363={}}=_0x21a846(_0x2028a1);return{'id':_0x2b18c6,'rev':_0x2c48c8,'locale':_0x5460d0[_0x57948a(0x22f)]['EN_US'],'title':_0x1f53a3,'body':_0x26bd00,'documentStyle':_0x156349,'settings':_0x2a83ba,'drawings':_0x2843f6,'drawingsOrder':_0x385ba3,'resources':_0x2569c0,'tableSource':_0x4d6316,'headers':_0x440acf,'footers':_0x55135e,'lists':_0x23a363};}async function _0x53cb2f(_0x134041,_0x4953f7,_0x7ed42d,_0x3d95bb,_0x564801){const _0x2b1e35=_0x8a5c80;var _0x3f5436,_0x304b5e,_0x2d2def;const _0xba270f={'unitID':_0x4953f7['id'],'rev':_0x3d95bb,'creator':'','name':(_0x3f5436=_0x4953f7['title'])!=null?_0x3f5436:'','resources':_0x4953f7[_0x2b1e35(0x1d4)]||[],'originalMeta':_0x2435e3(_0x4953f7)},_0x746493={'unitID':_0x7ed42d,'rev':_0xba270f['rev'],'type':_0x8cd04f['UNIVER_DOC'],'workbook':void 0x0,'doc':_0xba270f},_0x16328b=await _0x564801[_0x2b1e35(0x284)](_0x134041,{'unitID':_0x7ed42d,'type':_0x8cd04f[_0x2b1e35(0xd8)],'snapshot':_0x746493});if(_0x2b3128(_0x16328b[_0x2b1e35(0x84)]))throw new Error(_0x2b1e35(0x20e)+((_0x304b5e=_0x16328b['error'])==null?void 0x0:_0x304b5e[_0x2b1e35(0x2a1)])+':'+((_0x2d2def=_0x16328b[_0x2b1e35(0x84)])==null?void 0x0:_0x2d2def[_0x2b1e35(0xdc)]));return{'snapshot':_0x746493};}async function _0x23ccfe(_0x421030,_0xdb5975){const _0x3c4cdb=_0x8a5c80,_0x116c74=_0x421030[_0x3c4cdb(0x20a)];if(!_0x116c74)throw new Error(_0x3c4cdb(0x1ff));const _0x131e87=[],_0x1e8d2d=[];return Object['entries'](_0x116c74['blockMeta'])[_0x3c4cdb(0x11a)](([_0x48f048,_0x9534d6])=>{const _0x691785=_0x3c4cdb,_0x57a995=_0x9534d6[_0x691785(0xb5)][_0x691785(0x29b)](async _0xcae2f8=>{const _0x1f6c55=_0x691785,_0x2709d9={'unitID':_0x116c74[_0x1f6c55(0x194)],'type':_0x8cd04f[_0x1f6c55(0x209)],'blockID':_0xcae2f8},{block:_0xec302e}=await _0xdb5975['getSheetBlock']({},_0x2709d9);if(_0xec302e)_0x131e87[_0x1f6c55(0x276)](_0xec302e);else throw new Error(_0x1f6c55(0x96));});_0x1e8d2d[_0x691785(0x276)](..._0x57a995);}),await Promise[_0x3c4cdb(0x11b)](_0x1e8d2d),_0x131e87;}var _0x2aca09=Object[_0x8a5c80(0x206)],_0x2baa7c=Object['getOwnPropertyDescriptor'],_0x11f541=(_0x1beaea,_0x4279c5,_0x429d2a,_0x1b9b2a)=>{const _0x2a12a2=_0x8a5c80;for(var _0x170d34=_0x1b9b2a>0x1?void 0x0:_0x1b9b2a?_0x2baa7c(_0x4279c5,_0x429d2a):_0x4279c5,_0x35c5b6=_0x1beaea[_0x2a12a2(0x104)]-0x1,_0xd36a02;_0x35c5b6>=0x0;_0x35c5b6--)(_0xd36a02=_0x1beaea[_0x35c5b6])&&(_0x170d34=(_0x1b9b2a?_0xd36a02(_0x4279c5,_0x429d2a,_0x170d34):_0xd36a02(_0x170d34))||_0x170d34);return _0x1b9b2a&&_0x170d34&&_0x2aca09(_0x4279c5,_0x429d2a,_0x170d34),_0x170d34;},_0x5c635a=(_0x1345a5,_0x36983c)=>(_0x50edc9,_0xcc4b05)=>_0x36983c(_0x50edc9,_0xcc4b05,_0x1345a5);const _0x4b9c7c=_0x5460d0[_0x8a5c80(0x100)](_0x8a5c80(0x163));_0x7d9958[_0x8a5c80(0xf1)]=class{constructor(_0x335ef5,_0x5ab64b,_0x2b2b0e,_0x4ce2c9,_0x598b64,_0x2084fe,_0x284a23){const _0x262d64=_0x8a5c80;this[_0x262d64(0x120)]=_0x335ef5,this[_0x262d64(0xc3)]=_0x5ab64b,this[_0x262d64(0x1d5)]=_0x2b2b0e,this[_0x262d64(0x1e2)]=_0x4ce2c9,this[_0x262d64(0x268)]=_0x598b64,this[_0x262d64(0x179)]=_0x2084fe,this[_0x262d64(0x177)]=_0x284a23;}async[_0x8a5c80(0xd0)](_0x16b404,_0x2fb91d,_0x1a3ecf){const _0x177f1c=_0x8a5c80;var _0x22267b;_0x1a3ecf===void 0x0&&(_0x1a3ecf={'metadata':{'x-feature-id':_0x5053f9()}});const {snapshot:_0x29ff98,changesets:_0x35d2e9,error:_0x288bbd}=await this[_0x177f1c(0x1d5)]['getUnitOnRev'](_0x1a3ecf,{'unitID':_0x16b404,'type':_0x8cd04f[_0x177f1c(0x209)],'revision':_0x2fb91d});if(_0x2b3128(_0x288bbd)||!_0x29ff98||!_0x29ff98[_0x177f1c(0x20a)])throw new Error(_0x177f1c(0x156));const _0x593167=(_0x22267b=_0x35d2e9==null?void 0x0:_0x35d2e9['length'])!=null?_0x22267b:0x0;if(_0x2fb91d!==0x0&&_0x29ff98[_0x177f1c(0x22b)]+_0x593167!==_0x2fb91d)throw new Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');const {workbook:_0x410f3f}=_0x29ff98,_0xebd2b6=_0x410f3f[_0x177f1c(0x196)]?Object[_0x177f1c(0x23b)](_0x410f3f[_0x177f1c(0x196)])[_0x177f1c(0x29b)](([_0x3178dd,_0x50f45e])=>{var _0x4b4350,_0x334c36;return(_0x334c36=(_0x4b4350=_0x50f45e['blocks'])==null?void 0x0:_0x4b4350['map'](_0x2c4a16=>_0x2c4a16))!=null?_0x334c36:[];})[_0x177f1c(0xd5)]():[],_0x45fb97=(await Promise[_0x177f1c(0x11b)](_0xebd2b6[_0x177f1c(0x29b)](_0x4d7690=>this[_0x177f1c(0x1d5)]['getDeserializedSheetBlock'](_0x1a3ecf,{'unitID':_0x16b404,'type':_0x8cd04f[_0x177f1c(0x209)],'blockID':_0x4d7690})['then'](_0x515dca=>_0x515dca[_0x177f1c(0x296)]))))[_0x177f1c(0x1ee)](_0x18b2ef=>!!_0x18b2ef),_0xa26595=_0x27c719(_0x29ff98,_0x45fb97),_0x426abb=this[_0x177f1c(0xc3)][_0x177f1c(0x227)](_0x5460d0['UniverInstanceType'][_0x177f1c(0x209)],_0xa26595),_0x5b1c37=this[_0x177f1c(0x179)]['interceptor'][_0x177f1c(0xa8)](this[_0x177f1c(0x179)]['interceptor'][_0x177f1c(0x207)]()['COMPRESS_MUTATION_APPLY']);return _0x35d2e9==null||_0x35d2e9[_0x177f1c(0x11a)](_0x58cd81=>{const _0x4d8e91=_0x177f1c,_0x71db95=_0x58cd81[_0x4d8e91(0x176)][_0x4d8e91(0x29b)](_0x30fd98=>({'id':_0x30fd98['id'],'params':JSON['parse'](_0x30fd98[_0x4d8e91(0x14a)])}));({..._0x58cd81,'mutations':_0x5b1c37(_0x71db95,null)||_0x71db95}['mutations']['forEach'](_0x4c2b48=>this[_0x4d8e91(0x1e2)]['syncExecuteCommand'](_0x4c2b48['id'],_0x4c2b48[_0x4d8e91(0x182)],{'fromChangeset':!0x0})),this[_0x4d8e91(0x120)][_0x4d8e91(0x28d)](_0x16b404));}),_0x426abb;}async['loadDoc'](_0x3c52a8,_0x52e945,_0xe24a37){const _0x23d035=_0x8a5c80;var _0x496377;_0xe24a37===void 0x0&&(_0xe24a37={'metadata':{'x-feature-id':_0x5053f9()}});const {snapshot:_0x5c39d8,changesets:_0x2a1884,error:_0x282266}=await this[_0x23d035(0x1d5)][_0x23d035(0xe4)](_0xe24a37,{'unitID':_0x3c52a8,'type':_0x8cd04f[_0x23d035(0xd8)],'revision':_0x52e945});if(_0x2b3128(_0x282266)||!_0x5c39d8||!_0x5c39d8[_0x23d035(0x259)])throw new Error(_0x23d035(0x156));const _0x53472a=(_0x496377=_0x2a1884==null?void 0x0:_0x2a1884[_0x23d035(0x104)])!=null?_0x496377:0x0;if(_0x52e945!==0x0&&_0x5c39d8[_0x23d035(0x22b)]+_0x53472a!==_0x52e945)throw new Error(_0x23d035(0xcf));const _0x314a89=_0x2deafe(_0x5c39d8),_0x4b6493=this[_0x23d035(0xc3)][_0x23d035(0x227)](_0x5460d0['UniverInstanceType'][_0x23d035(0xd8)],_0x314a89);return _0x2a1884==null||_0x2a1884['forEach'](_0xb046c3=>{const _0x21791d=_0x23d035;_0xb046c3['mutations'][_0x21791d(0x29b)](_0x3886f3=>({'id':_0x3886f3['id'],'params':JSON[_0x21791d(0x16e)](_0x3886f3[_0x21791d(0x14a)])}))[_0x21791d(0x11a)](_0x4e60d1=>this[_0x21791d(0x1e2)][_0x21791d(0xd1)](_0x4e60d1['id'],_0x4e60d1[_0x21791d(0x182)],{'fromChangeset':!0x0})),this['_revisionService'][_0x21791d(0x28d)](_0x3c52a8);}),_0x4b6493;}['save'](_0x2481eb,_0x265e1c){const _0x1a6e00=_0x8a5c80,_0x12ce7e={..._0x265e1c[_0x1a6e00(0x23d)]()};_0x265e1c[_0x1a6e00(0xa6)]()[_0x1a6e00(0x11a)](_0x17365d=>{const _0x2a1c01=_0x1a6e00;_0x12ce7e[_0x2a1c01(0x125)][_0x17365d[_0x2a1c01(0x1b3)]()]=_0x5460d0[_0x2a1c01(0x1d1)][_0x2a1c01(0x89)](_0x17365d[_0x2a1c01(0x23d)]());});const _0x88db4b=this[_0x1a6e00(0x177)]['getResources'](_0x265e1c[_0x1a6e00(0x1b4)](),_0x5460d0[_0x1a6e00(0xac)][_0x1a6e00(0x209)]);return _0x12ce7e[_0x1a6e00(0x1d4)]=_0x88db4b,_0x12ce7e;}[_0x8a5c80(0x274)](_0x134a39,_0x5947bc){const _0x4735e8=_0x8a5c80,_0x3c2740={..._0x5947bc[_0x4735e8(0x23d)]()},_0x1d608c=this[_0x4735e8(0x177)][_0x4735e8(0x1cc)](_0x5947bc[_0x4735e8(0x1b4)](),_0x5460d0[_0x4735e8(0xac)]['UNIVER_DOC']);return _0x3c2740[_0x4735e8(0x1d4)]=_0x1d608c,_0x3c2740;}},_0x7d9958[_0x8a5c80(0xf1)]=_0x11f541([_0x5c635a(0x0,_0x5460d0['Inject'](_0x7d9958['RevisionService'])),_0x5c635a(0x1,_0x5460d0[_0x8a5c80(0x19d)]),_0x5c635a(0x2,_0x4b9c7c),_0x5c635a(0x3,_0x5460d0['ICommandService']),_0x5c635a(0x4,_0x5460d0[_0x8a5c80(0x178)](_0x5460d0[_0x8a5c80(0xff)])),_0x5c635a(0x5,_0x5460d0[_0x8a5c80(0x178)](_0x25e102)),_0x5c635a(0x6,_0x5460d0[_0x8a5c80(0x178)](_0x5460d0[_0x8a5c80(0xc0)]))],_0x7d9958[_0x8a5c80(0xf1)]);var _0x1e5d73=Object[_0x8a5c80(0x206)],_0x409551=Object[_0x8a5c80(0x1c0)],_0x27a974=(_0x27f39f,_0x5e6404,_0x1814be)=>_0x5e6404 in _0x27f39f?_0x1e5d73(_0x27f39f,_0x5e6404,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x1814be}):_0x27f39f[_0x5e6404]=_0x1814be,_0x21b0bc=(_0x371d88,_0xe4031b,_0x99b9e0,_0x2727c7)=>{const _0x566c1e=_0x8a5c80;for(var _0x1d45bf=_0x2727c7>0x1?void 0x0:_0x2727c7?_0x409551(_0xe4031b,_0x99b9e0):_0xe4031b,_0x5ab6cf=_0x371d88[_0x566c1e(0x104)]-0x1,_0xd4275a;_0x5ab6cf>=0x0;_0x5ab6cf--)(_0xd4275a=_0x371d88[_0x5ab6cf])&&(_0x1d45bf=(_0x2727c7?_0xd4275a(_0xe4031b,_0x99b9e0,_0x1d45bf):_0xd4275a(_0x1d45bf))||_0x1d45bf);return _0x2727c7&&_0x1d45bf&&_0x1e5d73(_0xe4031b,_0x99b9e0,_0x1d45bf),_0x1d45bf;},_0x1cc4fd=(_0x7a340,_0x5452c3)=>(_0x5a50f9,_0x28db45)=>_0x5452c3(_0x5a50f9,_0x28db45,_0x7a340),_0x6d016a=(_0xfe95f,_0xe10c5c,_0x32fd1b)=>_0x27a974(_0xfe95f,_0xe10c5c+'',_0x32fd1b);const _0xf74c86=_0x8a5c80(0xec);_0x7d9958[_0x8a5c80(0x1a8)]=class extends _0x5460d0[_0x8a5c80(0x171)]{constructor(_0x1ba9db=_0x628c36,_0x1ba797,_0x215f66){const _0x2e478d=_0x8a5c80;super(),this[_0x2e478d(0xc8)]=_0x1ba9db,this[_0x2e478d(0x268)]=_0x1ba797,this[_0x2e478d(0xcc)]=_0x215f66;const {..._0x5044f9}=this[_0x2e478d(0xc8)];this[_0x2e478d(0xcc)][_0x2e478d(0x23f)](_0x53600e,_0x5044f9);}[_0x8a5c80(0x18e)](){const _0xace8c6=_0x8a5c80;[[_0x7d9958[_0xace8c6(0xfa)]],[_0x42332e],[_0x7d9958[_0xace8c6(0x214)]],[_0x7d9958[_0xace8c6(0x192)]],[_0x7d9958[_0xace8c6(0xf1)]],[_0x17297f,{'useClass':_0x18edd8}],[_0x25e102]][_0xace8c6(0x11a)](_0x43e0ba=>this[_0xace8c6(0x268)]['add'](_0x43e0ba)),this[_0xace8c6(0x268)]['get'](_0x7d9958[_0xace8c6(0x192)]),this[_0xace8c6(0x268)]['get'](_0x42332e),this[_0xace8c6(0x268)][_0xace8c6(0x111)](_0x7d9958[_0xace8c6(0x214)]);}},_0x6d016a(_0x7d9958[_0x8a5c80(0x1a8)],_0x8a5c80(0x88),_0xf74c86),_0x7d9958['UniverCollaborationPlugin']=_0x21b0bc([_0x5460d0[_0x8a5c80(0x232)](_0x28f489[_0x8a5c80(0x29d)]),_0x1cc4fd(0x1,_0x5460d0[_0x8a5c80(0x178)](_0x5460d0['Injector'])),_0x1cc4fd(0x2,_0x5460d0[_0x8a5c80(0xbb)])],_0x7d9958['UniverCollaborationPlugin']);const _0x220742=_0x5460d0[_0x8a5c80(0x100)]('IHistoryIoService'),_0x1ec010={'id':_0x8a5c80(0x8d),'type':_0x5460d0[_0x8a5c80(0x135)][_0x8a5c80(0x229)],'handler':()=>!0x0};_0x7d9958['CollaborationEvent']=_0x4bba45,_0x7d9958[_0x8a5c80(0xf0)]=_0x25e102,_0x7d9958[_0x8a5c80(0xf4)]=_0x1ec010,_0x7d9958[_0x8a5c80(0xa5)]=_0x220742,_0x7d9958['ISnapshotServerService']=_0x4b9c7c,_0x7d9958[_0x8a5c80(0x164)]=_0x17297f,_0x7d9958['RevertRevisionMutation']=_0x4ff7fa,_0x7d9958[_0x8a5c80(0x22e)]=_0x1989cc,_0x7d9958[_0x8a5c80(0x1e4)]=_0x36ff75,_0x7d9958['TransformService']=_0x18edd8,_0x7d9958['b64DecodeUnicode']=_0x3d7ef8,_0x7d9958['b64EncodeUnicode']=_0xea4688,_0x7d9958[_0x8a5c80(0x263)]=_0x195f9f,_0x7d9958['generateTemporarySnap']=_0x3d4ec8,_0x7d9958['getSheetBlocksFromSnapshot']=_0x23ccfe,_0x7d9958[_0x8a5c80(0x24a)]=_0x3ff3e9,_0x7d9958[_0x8a5c80(0xfe)]=_0x28a5c3,_0x7d9958['isTransformMutationFailure']=_0x483dff,_0x7d9958[_0x8a5c80(0x1e9)]=_0x5f3d25,_0x7d9958['isTransformMutationsFailure']=_0x3790e3,_0x7d9958[_0x8a5c80(0x21b)]=_0x5a6697,_0x7d9958['isTransformMutationsWithChangesetFailure']=_0x461676,_0x7d9958[_0x8a5c80(0x1ad)]=_0xb8b43e,_0x7d9958[_0x8a5c80(0x129)]=_0x2566da,_0x7d9958['mapDocumentTypeToUniverType']=_0xf0e532,_0x7d9958[_0x8a5c80(0x22d)]=_0x3bc4b2,_0x7d9958[_0x8a5c80(0x14e)]=_0x4000cd,_0x7d9958[_0x8a5c80(0x8a)]=_0x575c73,_0x7d9958['parseProtocolCommand']=_0x48a20f,_0x7d9958[_0x8a5c80(0x1d7)]=_0x5e5bf7,_0x7d9958[_0x8a5c80(0x250)]=_0x3a6ac2,_0x7d9958[_0x8a5c80(0x8f)]=_0x1822c2,_0x7d9958[_0x8a5c80(0x269)]=_0x53cb2f,_0x7d9958[_0x8a5c80(0x1e1)]=_0x2deafe,_0x7d9958[_0x8a5c80(0x1d2)]=_0x27c719,_0x7d9958[_0x8a5c80(0x15b)]=_0x422d42,Object[_0x8a5c80(0x206)](_0x7d9958,Symbol[_0x8a5c80(0x25f)],{'value':'Module'});}));function _0x2fb8(_0x49d4ec,_0x1dc471){const _0x2d5172=_0x2d51();return _0x2fb8=function(_0x2fb8d5,_0x47d3f6){_0x2fb8d5=_0x2fb8d5-0x83;let _0x445161=_0x2d5172[_0x2fb8d5];return _0x445161;},_0x2fb8(_0x49d4ec,_0x1dc471);}function _0x2d51(){const _0x28102c=['sort','@univerjs/engine-formula','SheetTransformController','index','AddDataValidationMutation','LICENSE_DISTRO_REJECTED','sequenceNodesBuilder','COLUMN','SetRowVisibleMutation','isTransformMutationsSuccess','RangeMergeUtil','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','MoveColsMutation','getSlice','INVALID_ARGUMENT','rotateRange','MoveRowsCommand','subtract','should_close_conn','SNAPSHOT_INVALID_SNAPSHOT','MSG_FOR_ERROR','createUnit','univer.mutation.revert-version','MUTATION','univer-pro.collaboration.transform-service','rev','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','parseChangesetToProtocol','SINGLE_HISTORY_MUTATIONS','LocaleType','m1Prime','encode','DependentOn','UNAUTHENTICATED','@univerjs/sheets-drawing','hasOwnProperty','ReCalcSheetsFilterMutation','AddRangeProtectionMutation','values','keys','formula2','entries','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','getSnapshot','@univerjs/docs','setConfig','spliceArray','SetSheetsFilterCriteriaMutation','AddWorksheetProtectionMutation','UpdateRuleType','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','0123456789','60JaDtZx','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','isTransformChangesetsFailure','add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','handleCommonDefaultRangeChangeWithEffectRefCommands','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','queryObjectMatrix','slice','textDecoder','LIVESHARE_REQUEST_HOST','UpdateDataValidationMutation','JSON1','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','criteria','type','Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!','1455426GoIVUY','doc','ref','AddHyperLinkMutation','UPDATE_CURSOR','find','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','toStringTag','pseudo_fetch_missing_result','Trying\x20to\x20mutation\x20a\x20deleted\x20worksheet!','endColumn','generateTempDocumentSnapshot','replace','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','UniverSheetsDrawing','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','_injector','transformDocumentDataToSnapshot','max','foreach','[TransformService]\x20Transform\x20algorithm\x20for\x20','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col','YUUMI_UNABLE_LOAD_URL','ErrorType','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','rng','Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.','blockID','saveDoc','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','push','realDeleteValue','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range','removeRows','drawingId','edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed','54kNSmnC','_rightInclineTransformMutations','deserializeRangeWithSheet','splice','moveColumns','serializeRange','LIVESHARE_OPERATION','saveSnapshot','step','SetRowHiddenMutation','ranges','UNIVER_SLIDE','users_leave','clear','parentId','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','incrementRevOfUnit','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','UniverDocs','startOffset','rowCount','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','createInterceptorKey','_transformMap','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','block','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','decode','SUBMIT_CHANGESET','sourceRange','map','unitId','UniverLicensePlugin','isArray','APPLY_NON_SEQUENTIAL_REVISION','formula1','code','transformPosition','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','@univerjs/sheets-filter','error','SetFrozenMutation','SNAPSHOT_HAS_BEEN_REMOVED','Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!','pluginName','deepClone','parseProtocolChangeset','insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','indexOf','univer.mutation.create-unit','toLowerCase','textEncoder','add','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','RemoveHyperLinkMutation','CHANGESET_REJ','insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','move\x20row\x20is\x20conflict\x20with\x20move\x20row','Block\x20not\x20found','_leftInclineTransformMutations','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','includes','col','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','commentId','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','start','cellValue','cellData','ERROR','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','MoveRangeMutation','IHistoryIoService','getSheets','transformMutation','fetchThroughInterceptors','UNIVER_UNKNOWN','getRandomValues','PERMISSION_REJ','UniverInstanceType','stringify','APPLY_PERMISSION_DENIED','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','isMerged','Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self','FETCH_MISSING','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','UpdateCommentMutation','blocks','generateStringWithSequence','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','comment','[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','dispose','IConfigService','transformMutations','ENSURE_SNAPSHOT_EXECUTION','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','function','IResourceManagerService','AddConditionalRuleMutation','AddCommentMutation','_univerInstanceService','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','SetColVisibleMutation','actualRow','targetRange','_config','RemoveSheetMutation','ReorderRangeMutation','InsertRowCommand','_configService','min','colId','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','loadSheet','syncExecuteCommand','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','rule','object','flat','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','size','UNIVER_DOC','handleDefaultRangeChangeWithEffectRefCommands','handleBaseRemoveRange','APPLY_DUPLICATED','message','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','58rTEkfh','CONNECTOR_DATA_TOO_LARGE','styleRefMap','UpdateHyperLinkMutation','merge','INTERNAL_ERROR','getUnitOnRev','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','isMergedMainCell','getUnit','_transformService','20dWrmjs','YUUMI_URL_COL_OUT_OF_RANGE','RANGE_TYPE','UNIVER_COLLABORATION_PLUGIN','changeset_ack','TOO_MANY_REQUESTS','left','CompressMutationService','SnapshotService','UniverCore','setValue','CreateUnitMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','EmptyMutation','update_permission_obj','registerTransformAlgorithm','subUnitId','RevisionService','UNIVER_PROJECT','@univerjs/data-validation','ObjectMatrix','isTransformChangesetsSuccess','Injector','createIdentifier','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','endOffset','setRev','length','SetWorksheetOrderMutation','symbol','Remove-cols\x20has\x20conflicts\x20with\x20move-range','error_msg','PSEUDO_FETCH_MISSING_RESULT','isFormulaString','UniverSheets','@univerjs/sheets-hyper-link','5871660uShumv','DeleteConditionalRuleMutation','SetDrawingApplyMutation','230085syBOIy','get','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','getValue','MoveRowsMutation','uid','LICENSE_EXPORT_SIZE_EXCEEDED','109613JbQldG','forEach','all','fill','fromOrder','endRow','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','_revisionService','ALREADY_EXISTS','Rectangle','name','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','sheets','\x20already\x20exists.','any','column','makeArray','PERMISSION_DENIED','isRangesEqual','@univerjs/thread-comment','liveshare.fetch_operations','InsertColMutation','textRanges','RemoveRowMutation','saveSheetBlock','RemoveDataValidationMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range','reduce','CommandType','remove\x20row\x20is\x20conflict\x20with\x20move\x20row','setRevOfUnit','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','SetRangeProtectionMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','DeleteCommentMutation','end','Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.','YUUMI_SUBSCRIPTION_NOT_FOUND','link','singleReferenceToGrid','UniverLicense','_init','NOT_FOUND','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','fromCharCode','31287owqhKu','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','actions','data','toString','LexerTreeBuilder','UpdateCommentRefMutation','parseMutationToProtocol','drawingIds','row','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','primary','removeColumns','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','[SnapshotService]:\x20request\x20snapshot\x20error!','Disposable','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','SetRangeValuesMutation','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','transformWorkbookDataToSnapshot','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','startColumn','rules','RemoveColCommand','columnCount','handleBaseInsertRange','SetTabColorMutation','univer.snapshot-server-service','ITransformService','new_changesets','InsertRowMutation','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','LICENSE_MAX_UNITS_EXCEEDED','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','right','AddWorksheetMergeMutation','revision','parse','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','UniverDataValidation','Plugin','amd','RemoveSheetsFilterMutation','InsertSheetMutation','sheetOrder','mutations','_resourceManagerService','Inject','_compressMutationService','LIVESHARE_FETCH_OPERATIONS','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row','interceptor','SheetTypes','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','UniverThreadComment','SetColHiddenMutation','insertMatrixArray','params','25928spCAaM','originalMeta','handleBaseMoveRowsCols','COMPRESS_MUTATION_APPLY','transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.','some','unit_delete','2752486TEhYHf','incrementRev','RemoveColMutation','random','onStarting','SetSheetsFilterRangeMutation','from','getMatrix','DocTransformController','intersects','unitID','Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!','blockMeta','SHOULD_CLOSE_CONN','handler','InsertColCommand','changeset_rej','SetConditionalRuleMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','IUniverInstanceService','UpdateHyperLinkRefMutation','RANGE','title','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','unshift','forValue','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','liveshare.request_host','getDataRange','transformChangesets','UniverCollaborationPlugin','before','8NbjrAf','COMPRESS_MUTATION_SEND','_initSetRangeValues','isTransformMutationsWithChangesetSuccess','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','startRow','getData','charCodeAt','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','getSheetId','getUnitId','fetch_missing','string','MoveColsCommand','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','LICENSE_IMPORT_SIZE_EXCEEDED','objects','selections','order','APPLY_REVISION_CONFILICT','transform','JSONX','getOwnPropertyDescriptor','GRID','move\x20col\x20is\x20conflict\x20with\x20move\x20col','toOrder','SetWorksheetColWidthMutation','exports','SetWorksheetNameMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','Range','update_cursor','getCurrentRevOfUnit','concat','getResources','payload','nodeType','UNRECOGNIZED','UPDATE_PERMISSION_OBJ','Tools','transformSnapshotToWorkbookData','MoveConditionalRuleMutation','resources','_snapshotServerService','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','parseProtocolMutation','move\x20col\x20is\x20conflict\x20with\x20move\x20range','intercept','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','shift','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','bind','APPLY_REJECT','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','liveshare.operation','transformSnapshotToDocumentData','_commandService','findIndex','SINGLE_SNAPSHOT_MUTATIONS','ruleId','RichTextEditingMutation','actualColumn','getRev','isTransformMutationSuccess','baseRev','UniverSheetsFilter','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','cfId','filter','moveRows','getLength','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','number','value','RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!','has','sheet','parseInt','YUUMI_RATE_OVER_LIMIT','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','randomUUID','RemoveRowCommand','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','set','Workbook\x20metadata\x20is\x20not\x20available','SetSelectionsOperation','m2Prime','SetNumfmtMutation','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col','range','defineProperty','getInterceptPoints','UNDEFINED','UNIVER_SHEET','workbook','@univerjs-pro/license','SETTING','move\x20row\x20is\x20conflict\x20with\x20move\x20range','transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','RemoveNumfmtMutation','RemoveWorksheetMergeMutation'];_0x2d51=function(){return _0x28102c;};return _0x2d51();}
|
|
1
|
+
function _0x14b4(_0x4da9a6,_0x3107e1){const _0x569ade=_0x569a();return _0x14b4=function(_0x14b4f2,_0x44c817){_0x14b4f2=_0x14b4f2-0x188;let _0x461d41=_0x569ade[_0x14b4f2];return _0x461d41;},_0x14b4(_0x4da9a6,_0x3107e1);}function _0x569a(){const _0xf32cab=['rowData','AddWorksheetProtectionMutation','find','index','handleBaseMoveRowsCols','SetColHiddenMutation','right','toString','rotateRange','length','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','ERROR','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','forValue','set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','_injector','SetWorksheetRowIsAutoHeightMutation','getRandomValues','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','UNRECOGNIZED','rules','@univerjs/sheets-filter','parseProtocolChangeset','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','InsertColCommand','REFERENCE','map','10GnIqDX','[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','slice','_initSetRangeValues','univer.mutation.create-unit','toOrder','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','UniverDocs','fetchThroughInterceptors','UniverSheetsConditionalFormatting','has','Inject','error','encode','69720CEGwxq','includes','SetColDataMutation','LICENSE_DISTRO_REJECTED','AddConditionalRuleMutation','type','hasOwnProperty','getDeserializedSheetBlock','get','COMPRESS_MUTATION_APPLY','move\x20col\x20is\x20conflict\x20with\x20move\x20range','transformSnapshotToDocumentData','EmptyMutation','UniverSheetsFilter','CreateUnitMutation','getSheetId','InsertRowMutation','\x20already\x20exists.','CONNECTOR_DATA_TOO_LARGE','objects','UniverInstanceType','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','handler','MoveRowsCommand','defineProperty','targetRange','LIVESHARE_TERMINATE','insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','concat','styleRefMap','SetWorksheetProtectionMutation','UNIVER_PROJECT','_compressMutationService','univer-pro.collaboration.transform-service','LICENSE_IMPORT_SIZE_EXCEEDED','TransformService','Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','liveshare.new_host','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','_snapshotServerService','drawingId','spliceArray','sort','getInterceptPoints','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','isTransformChangesetsSuccess','39hSdgly','startRow','RemoveNumfmtMutation','RevisionService','UpdateHyperLinkMutation','setRevOfUnit','SUBMIT_CHANGESET','getUnit','fetch_missing','_config','SetConditionalRuleMutation','data','RevertRevisionMutation','YUUMI_SUBSCRIPTION_NOT_FOUND','_configService','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','clear','UNIVER_SHEET','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','LICENSE_EXPORT_SIZE_EXCEEDED','saveSheetBlock','2236950edcGMM','m2Prime','UniverSheets','RemoveHyperLinkMutation','sheetOrder','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','APPLY_NON_SEQUENTIAL_REVISION','_resourceManagerService','sheet','serializeRangeToRefString','ObjectMatrix','UniverCollaboration','before','isTransformMutationsFailure','loadDoc','8499KgtUfk','pluginName','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','liveshare.terminate','getUnitOnRev','add','ReCalcSheetsFilterMutation','SetRangeProtectionMutation','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','row','APPLY_REVISION_CONFILICT','uid','merge','SetTabColorMutation','APPLY_REJECT','7288614QhdmHS','_transformMap','colId','DrawingApplyType','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','getOwnPropertyDescriptor','Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self','users_leave','should_close_conn','decode','toStringTag','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','values','RemoveDataValidationMutation','SetRowHiddenMutation','handleCommonDefaultRangeChangeWithEffectRefCommands','YUUMI_URL_COL_OUT_OF_RANGE','parse','generateRandomId','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','\x20and\x20','fill','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','startColumn','comment','col','RemoveWorksheetMergeMutation','MoveRangeMutation','INTERNAL_ERROR','onStarting','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','MoveColsMutation','SetSheetsFilterCriteriaMutation','saveSnapshot','FETCH_MISSING','textRanges','unshift','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','COLUMN','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','EN_US','mapDocumentTypeToUniverType','setConfig','transformMutation','createUnit','move\x20col\x20is\x20conflict\x20with\x20move\x20col','formula2','ICommandService','some','_revisionService','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','blockMeta','generateTemporarySnap','deepClone','_rightInclineTransformMutations','drawingIds','_leftInclineTransformMutations','UpdateCommentMutation','incrementRev','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','color','UNIVER_SLIDE','PERMISSION_DENIED','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','rowsAutoHeightInfo','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','LocaleType','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order','isArray','blocks','changeset_should_retry','USERS_ENTER','bind','title','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','insertMatrixArray','link','DeleteCommentMutation','GRID','UNDEFINED','forEach','CHANGESET_REJ','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','APPLY_DUPLICATED','interceptor','push','message','NOT_FOUND','resources','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','isTransformMutationsWithChangesetSuccess','payload','ref','nodeType','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','shift','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','Tools','RemoveSheetsFilterMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','UpdateRuleType','Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.','COMPRESS_MUTATION_SEND','handleBaseInsertRange','fromCharCode','357qWSYle','@univerjs/sheets-conditional-formatting','Plugin','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','getSheets','any','string','RANGE','isTransformMutationSuccess','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','ReorderRangeMutation','Disposable','@univerjs/core','changeset_ack','transform','cfId','save','all','toLowerCase','@univerjs/thread-comment','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','RemoveColMutation','subUnitId','textDecoder','unitID','realDeleteValue','CHANGESET_SHOULD_RETRY','stringify','endOffset','baseRev','columnCount','object','transformChangesets','_transformService','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','Remove-cols\x20has\x20conflicts\x20with\x20move-range','ruleId','InsertRowCommand','primary','isRangesEqual','4346604IjqKFF','loadSheet','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col','ranges','originalMeta','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','start','UpdateCommentRefMutation','rev','UpdateHyperLinkRefMutation','getResources','SetNumfmtMutation','RemoveColCommand','revision','splice','Range','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','end','endColumn','Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!','LIVESHARE_NEW_HOST','SetSelectionsOperation','UNAUTHENTICATED','UniverEngineFormula','rng','SINGLE_HISTORY_MUTATIONS','MSG_FOR_ERROR','getData','column','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','move\x20row\x20is\x20conflict\x20with\x20move\x20row','378668bAeEJu','entries','move\x20row\x20is\x20conflict\x20with\x20move\x20range','RemoveRowCommand','RichTextEditingMutation','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','createIdentifier','[SnapshotService]:\x20request\x20snapshot\x20error!','0123456789','_commandService','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','getValue','300KuVkab','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','parseProtocolCommand','getUnitId','moveRows','RemoveSheetMutation','parseProtocolMutation','@univerjs/sheets-drawing','subtract','LIVESHARE_FETCH_OPERATIONS','Injector','update_permission_obj','order','UPDATE_CURSOR','Trying\x20to\x20mutate\x20a\x20deleted\x20worksheet!','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','Rectangle','update_cursor','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','intercept','InsertSheetMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','block','size','cellValue','[TransformService]\x20Transform\x20algorithm\x20for\x20','SNAPSHOT_HAS_BEEN_REMOVED','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','SheetTypes','@univerjs/data-validation','foreach','symbol','SetDrawingApplyMutation','ErrorType','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','handleDefaultRangeChangeWithEffectRefCommands','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','transformWorkbookDataToSnapshot','parseInt','UniverCollaborationPlugin','set','AddRangeProtectionMutation','moveMatrixArray','textEncoder','COMMENT_UPDATE','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','SetColVisibleMutation','UPDATE_PERMISSION_OBJ','JSON1','UniverDataValidation','unit_delete','CommandType','@univerjs/sheets-hyper-link','SETTING','indexOf','filter','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','CompressMutationService','commentId','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','parseMutationToProtocol','sheets','moveColumns','@univerjs-pro/license','setValue','Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','UniverCore','transformMutationsWithChangeset','SetWorksheetRowAutoHeightMutation','SetWorksheetRowHeightMutation','mutations','31165101ClkvcN','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','value','registerCommand','AddDataValidationMutation','registerTransformAlgorithm','RemoveRowMutation','SHOULD_CLOSE_CONN','saveDoc','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','SetSheetsFilterRangeMutation','randomUUID','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','MUTATION','INVALID_ARGUMENT','actions','selections','rule','from','SetRowDataMutation','left','number','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','collaboration.config','ALREADY_EXISTS','IHistoryIoService','COMPLETION_FINISHED','unitId','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','after','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','AddCommentMutation','AddHyperLinkMutation','DocTransformController','getMatrix','columnData','generateStringWithSequence','LICENSE_MAX_UNITS_EXCEEDED','createInterceptorKey','parseChangesetToProtocol','cellData','setRev','isMerged','move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','doc','sequenceNodeType','YUUMI_UNABLE_LOAD_URL','rowCount','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range','Workbook\x20metadata\x20is\x20not\x20available','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','actualRow','getCurrentRevOfUnit','SheetTransformController','SetFrozenMutation','UNIVER_COLLABORATION_PLUGIN','b64EncodeUnicode','queryObjectMatrix','name','RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!','isMergedMainCell','getRev','removeRows','changeset_rej','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','random','_univerInstanceService','JSONX','SNAPSHOT_INVALID_SNAPSHOT','@univerjs/sheets','SetWorksheetOrderMutation','flat','SetRowVisibleMutation','ENSURE_SNAPSHOT_EXECUTION','range','SetWorksheetColWidthMutation','transformSnapshotToWorkbookData','Block\x20not\x20found','criteria','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','MoveColsCommand','TOO_MANY_REQUESTS','LIVESHARE_REQUEST_HOST','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col','code','SnapshotService','transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','NEW_CHANGESETS','Module','m1Prime','UniverLicensePlugin','CollaborationEvent','handleBaseRemoveRange','DeleteConditionalRuleMutation','intersects','sourceRange','IUniverInstanceService','transformDocumentDataToSnapshot','getSnapshot','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','findIndex','step','@univerjs/docs','IResourceManagerService','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','liveshare.request_host','formula1','MoveRowsMutation','AddWorksheetMergeMutation','transformMutations','LexerTreeBuilder','params','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','UpdateDataValidationMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','syncExecuteCommand','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','actualColumn','singleReferenceToGrid','blockID','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','keys','endRow','APPLY_PERMISSION_DENIED','incrementRevOfUnit','InsertColMutation','SetWorksheetNameMutation','UNIT_DELETE','min','transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.','UNIVER_UNKNOWN','SetRangeValuesMutation','isFormulaString','fromOrder','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row','IConfigService','RANGE_TYPE','remove\x20col\x20is\x20conflict\x20with\x20move\x20col','UNIVER_DOC','SINGLE_SNAPSHOT_MUTATIONS','max','univer.snapshot-server-service','getDataRange','reduce','YUUMI_RATE_OVER_LIMIT'];_0x569a=function(){return _0xf32cab;};return _0x569a();}(function(_0x571c3f,_0x51ff9d){const _0x247d4f=_0x14b4,_0x1cf832=_0x571c3f();while(!![]){try{const _0x53c2cd=-parseInt(_0x247d4f(0x30b))/0x1*(parseInt(_0x247d4f(0x1aa))/0x2)+parseInt(_0x247d4f(0x2e6))/0x3*(-parseInt(_0x247d4f(0x19e))/0x4)+-parseInt(_0x247d4f(0x2a7))/0x5*(-parseInt(_0x247d4f(0x3b0))/0x6)+-parseInt(_0x247d4f(0x388))/0x7*(parseInt(_0x247d4f(0x2b6))/0x8)+-parseInt(_0x247d4f(0x31a))/0x9+parseInt(_0x247d4f(0x2fc))/0xa+parseInt(_0x247d4f(0x1f3))/0xb;if(_0x53c2cd===_0x51ff9d)break;else _0x1cf832['push'](_0x1cf832['shift']());}catch(_0x51831d){_0x1cf832['push'](_0x1cf832['shift']());}}}(_0x569a,0xb61c2),function(_0x2ca3f5,_0x2b9ed1){const _0x3c260c=_0x14b4;typeof exports==_0x3c260c(0x3a7)&&typeof module<'u'?_0x2b9ed1(exports,require(_0x3c260c(0x394)),require('@univerjs/thread-comment'),require(_0x3c260c(0x389)),require(_0x3c260c(0x1c8)),require('@univerjs/sheets-hyper-link'),require('@univerjs/sheets'),require(_0x3c260c(0x2a1)),require('@univerjs/engine-formula'),require(_0x3c260c(0x1b2)),require(_0x3c260c(0x25c)),require(_0x3c260c(0x1eb))):typeof define=='function'&&define['amd']?define(['exports',_0x3c260c(0x394),_0x3c260c(0x39b),_0x3c260c(0x389),'@univerjs/data-validation',_0x3c260c(0x1e0),_0x3c260c(0x23b),'@univerjs/sheets-filter','@univerjs/engine-formula',_0x3c260c(0x1b2),'@univerjs/docs',_0x3c260c(0x1eb)],_0x2b9ed1):(_0x2ca3f5=typeof globalThis<'u'?globalThis:_0x2ca3f5||self,_0x2b9ed1(_0x2ca3f5[_0x3c260c(0x307)]={},_0x2ca3f5[_0x3c260c(0x1ee)],_0x2ca3f5['UniverThreadComment'],_0x2ca3f5[_0x3c260c(0x2b1)],_0x2ca3f5[_0x3c260c(0x1dd)],_0x2ca3f5['UniverSheetsHyperLink'],_0x2ca3f5[_0x3c260c(0x2fe)],_0x2ca3f5[_0x3c260c(0x2c3)],_0x2ca3f5[_0x3c260c(0x194)],_0x2ca3f5['UniverSheetsDrawing'],_0x2ca3f5[_0x3c260c(0x2af)],_0x2ca3f5['UniverLicense']));}(this,function(_0x3f8f47,_0x546230,_0x101f9d,_0x199094,_0x24b62e,_0x437f61,_0x5e5d8d,_0x37ca0b,_0xe5fe74,_0x220c19,_0x5f3d8b,_0x225ee9){'use strict';const _0x49989d=_0x14b4;var _0x35ea8c=Object[_0x49989d(0x2ce)],_0x4de557=(_0x4e2543,_0x12bfc7,_0x5f1d4d)=>_0x12bfc7 in _0x4e2543?_0x35ea8c(_0x4e2543,_0x12bfc7,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x5f1d4d}):_0x4e2543[_0x12bfc7]=_0x5f1d4d,_0x2c92e5=(_0x529890,_0xb62d14,_0x4cce87)=>_0x4de557(_0x529890,typeof _0xb62d14!=_0x49989d(0x1ca)?_0xb62d14+'':_0xb62d14,_0x4cce87);function _0x3c1e39(_0x2942a5){return!!_0x2942a5['error'];}function _0x782652(_0x1332ba){return!_0x3c1e39(_0x1332ba);}function _0x505ead(_0x2e8b0b){const _0x223638=_0x49989d;return!!_0x2e8b0b[_0x223638(0x2b4)];}function _0x4d7c55(_0x1566a6){const _0x23b87e=_0x49989d;return!!_0x1566a6[_0x23b87e(0x2b4)];}function _0xe0a05d(_0xe59a4a){return!_0x4d7c55(_0xe59a4a);}function _0x37827b(_0x11a342){const _0x6ad585=_0x49989d;return!!_0x11a342[_0x6ad585(0x2b4)];}function _0x20f989(_0x31eae5){return!_0x37827b(_0x31eae5);}function _0x52ddef(_0x4a39dd){return!!_0x4a39dd['error'];}function _0x90db7b(_0x17cbec){return!_0x52ddef(_0x17cbec);}const _0x5e7b23=_0x546230[_0x49989d(0x1a4)](_0x49989d(0x2d7));class _0x213dca extends _0x546230[_0x49989d(0x393)]{constructor(){super(...arguments),_0x2c92e5(this,'_transformMap',new Map());}['dispose'](){const _0x54cb88=_0x49989d;this[_0x54cb88(0x31b)][_0x54cb88(0x2f7)]();}[_0x49989d(0x1f8)](_0x507e21){const _0x27a467=_0x49989d,{m1:_0x119156,m2:_0x22aef4='any'}=_0x507e21;this[_0x27a467(0x31b)][_0x27a467(0x2b2)](_0x119156)||this[_0x27a467(0x31b)][_0x27a467(0x1d4)](_0x119156,new Map());const _0x13d67d=this[_0x27a467(0x31b)][_0x27a467(0x2be)](_0x119156);if(_0x13d67d[_0x27a467(0x2b2)](_0x22aef4))throw new Error(_0x27a467(0x1c4)+_0x119156+_0x27a467(0x32e)+_0x22aef4+_0x27a467(0x2c7));_0x13d67d[_0x27a467(0x1d4)](_0x22aef4,_0x507e21);}[_0x49989d(0x347)](_0x5d9bea,_0x48a6ec,_0x25f655){const _0x1a669e=_0x49989d;var _0x137445,_0xff8d27,_0x7bf684,_0x40e1da,_0x4ed348,_0x3a7a80;const _0x11b4b2=this[_0x1a669e(0x31b)],_0x2ce253=((_0x137445=_0x11b4b2['get'](_0x5d9bea['id']))==null?void 0x0:_0x137445[_0x1a669e(0x2be)](_0x48a6ec['id']))||((_0xff8d27=_0x11b4b2[_0x1a669e(0x2be)](_0x5d9bea['id']))==null?void 0x0:_0xff8d27[_0x1a669e(0x2be)](_0x1a669e(0x38d)))||((_0x7bf684=_0x11b4b2[_0x1a669e(0x2be)](_0x1a669e(0x38d)))==null?void 0x0:_0x7bf684[_0x1a669e(0x2be)](_0x48a6ec['id']));if(_0x2ce253)return _0x25f655?_0x2ce253['handler'](_0x5d9bea,_0x48a6ec,_0x25f655):_0x2ce253[_0x1a669e(0x2cc)](_0x5d9bea,_0x48a6ec);const _0x1e1563=((_0x40e1da=_0x11b4b2[_0x1a669e(0x2be)](_0x48a6ec['id']))==null?void 0x0:_0x40e1da['get'](_0x5d9bea['id']))||((_0x4ed348=_0x11b4b2['get'](_0x48a6ec['id']))==null?void 0x0:_0x4ed348[_0x1a669e(0x2be)](_0x1a669e(0x38d)))||((_0x3a7a80=_0x11b4b2[_0x1a669e(0x2be)](_0x1a669e(0x38d)))==null?void 0x0:_0x3a7a80[_0x1a669e(0x2be)](_0x5d9bea['id']));if(_0x1e1563){const _0x221312=_0x25f655?_0x1e1563[_0x1a669e(0x2cc)](_0x48a6ec,_0x5d9bea,_0x25f655):_0x1e1563[_0x1a669e(0x2cc)](_0x48a6ec,_0x5d9bea);return _0x782652(_0x221312)?_0x25f655?{'m2Prime':_0x221312[_0x1a669e(0x24f)]}:{'m2Prime':_0x221312[_0x1a669e(0x24f)],'m1Prime':_0x221312['m2Prime']}:_0x221312;}return{'m1Prime':_0x5d9bea,'m2Prime':_0x48a6ec};}[_0x49989d(0x263)](_0x4b841c,_0x39d459,_0xc7d995){const _0x27936e=_0x49989d,_0x1da3a7=this[_0x27936e(0x352)](_0x4b841c,_0x39d459);if(_0x505ead(_0x1da3a7))return _0x1da3a7;if(_0xc7d995)return{'m2Prime':_0x1da3a7};const _0x2d1113=this[_0x27936e(0x354)](_0x4b841c,_0x39d459);return _0x505ead(_0x2d1113)?_0x2d1113:{'m1Prime':_0x2d1113,'m2Prime':_0x1da3a7};}[_0x49989d(0x352)](_0x38ab71,_0x30c022){const _0x54f04d=_0x49989d,_0xba73b7=_0x38ab71[_0x54f04d(0x295)];let _0x41ed4a;for(_0x41ed4a=0x0;_0x41ed4a<_0xba73b7;_0x41ed4a++){let _0x55c486=[_0x38ab71[_0x41ed4a]],_0x3f403e=[];for(let _0x35bfaf=0x0,_0x7bc1c6=_0x30c022['length'];_0x35bfaf<_0x7bc1c6;_0x35bfaf++){const _0x624337=_0x30c022[_0x35bfaf];let _0x489228;if(_0x55c486[_0x54f04d(0x295)]===0x0)_0x489228=[_0x624337],_0x55c486=[];else{if(_0x55c486[_0x54f04d(0x295)]===0x1){const _0x5ec8b6=this[_0x54f04d(0x347)](_0x55c486[0x0],_0x624337);if(_0x3c1e39(_0x5ec8b6))return _0x5ec8b6;if(_0x489228=_0xc1a7d(_0x5ec8b6['m2Prime']),!_0x5ec8b6['m1Prime'])throw new Error(_0x54f04d(0x1a3));_0x55c486=_0xc1a7d(_0x5ec8b6[_0x54f04d(0x24f)]);}else{const _0x5d56ea=this['_rightInclineTransformMutations'](_0x55c486,[_0x624337]);if(_0x5d56ea[_0x54f04d(0x2b4)])return _0x5d56ea;if(_0x489228=_0x5d56ea,_0x35bfaf<_0x7bc1c6-0x1){const _0x5ce766=this[_0x54f04d(0x354)](_0x55c486,[_0x624337]);if(_0x5ce766['error'])return _0x5ce766;_0x55c486=_0x5ce766;}}}_0x3f403e=_0x3f403e[_0x54f04d(0x2d2)](_0x489228);}_0x30c022=_0x3f403e;}return _0x30c022;}[_0x49989d(0x354)](_0x278ca6,_0x32a83c){const _0x2198cb=_0x49989d,_0x3c210c=_0x32a83c[_0x2198cb(0x295)];let _0x38c2c6;for(_0x38c2c6=0x0;_0x38c2c6<_0x3c210c;_0x38c2c6++){let _0x2d14dc=[_0x32a83c[_0x38c2c6]],_0x29462e=[];for(let _0x2faddc=0x0,_0x58c630=_0x278ca6['length'];_0x2faddc<_0x58c630;_0x2faddc++){const _0xb6cc7d=_0x278ca6[_0x2faddc];let _0x5f53ad;if(_0x2d14dc[_0x2198cb(0x295)]===0x0)_0x5f53ad=[_0xb6cc7d],_0x2d14dc=[];else{if(_0x2d14dc[_0x2198cb(0x295)]===0x1){const _0x1a8cef=this[_0x2198cb(0x347)](_0xb6cc7d,_0x2d14dc[0x0]);if(_0x3c1e39(_0x1a8cef))return _0x1a8cef;if(!_0x1a8cef[_0x2198cb(0x24f)])throw new Error(_0x2198cb(0x1a3));_0x5f53ad=_0xc1a7d(_0x1a8cef[_0x2198cb(0x24f)]),_0x2d14dc=_0xc1a7d(_0x1a8cef[_0x2198cb(0x2fd)]);}else{const _0x3e0cb8=this[_0x2198cb(0x354)]([_0xb6cc7d],_0x2d14dc);if(_0x3e0cb8[_0x2198cb(0x2b4)])return _0x3e0cb8;if(_0x5f53ad=_0x3e0cb8,_0x2faddc<_0x58c630-0x1){const _0x594fb8=this[_0x2198cb(0x352)]([_0xb6cc7d],_0x2d14dc);if(_0x594fb8[_0x2198cb(0x2b4)])return _0x594fb8;_0x2d14dc=_0x594fb8;}}}_0x29462e=_0x29462e[_0x2198cb(0x2d2)](_0x5f53ad);}_0x278ca6=_0x29462e;}return _0x278ca6;}[_0x49989d(0x3a8)](_0x320bed,_0x4d5b3b,_0x16dc10){const _0x388f1c=_0x49989d;if(!_0x15e04a(_0x320bed,_0x4d5b3b))throw new Error(_0x388f1c(0x2a8)+_0x4d5b3b[0x0][_0x388f1c(0x3a5)]+_0x388f1c(0x1fd)+_0x320bed[0x0][_0x388f1c(0x18a)]+'.');const _0x5b2343=_0x320bed['length'],_0x5559dd=_0x4d5b3b[_0x388f1c(0x295)],_0x2b7098=_0x469b13(_0x5b2343,_0x5559dd+0x1),_0xfccf5b=_0x469b13(_0x5b2343+0x1,_0x5559dd);_0x320bed[_0x388f1c(0x36d)]((_0x585fac,_0x2bc2f5)=>_0x2b7098[_0x2bc2f5][0x0]=_0x585fac),_0x4d5b3b[_0x388f1c(0x36d)]((_0x273cee,_0x403b00)=>_0xfccf5b[0x0][_0x403b00]=_0x273cee);try{for(let _0xce3abf=0x0;_0xce3abf<_0x5559dd;_0xce3abf++)for(let _0x5147d3=0x0;_0x5147d3<_0x5b2343;_0x5147d3++){const _0x897c05=_0xfccf5b[_0x5147d3][_0xce3abf],_0x30beb0=_0x2b7098[_0x5147d3][_0xce3abf];if(!_0x897c05||!_0x30beb0)throw new Error('Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!');const _0x426bd5=this[_0x388f1c(0x263)](_0x30beb0['mutations'],_0x897c05['mutations']);if(_0x4d7c55(_0x426bd5))return{'error':_0x426bd5['error']};_0xfccf5b[_0x5147d3+0x1][_0xce3abf]={..._0x897c05,'mutations':_0x426bd5['m2Prime']},_0x2b7098[_0x5147d3][_0xce3abf+0x1]={..._0x30beb0,'mutations':_0x426bd5[_0x388f1c(0x24f)]};}return _0x16dc10?{'c2Prime':_0xfccf5b[_0x5b2343]}:{'c1Prime':_0x2b7098['map'](_0x30c93c=>_0x30c93c[_0x5559dd])['flat'](),'c2Prime':_0xfccf5b[_0x5b2343]};}catch(_0xd30144){throw console[_0x388f1c(0x2b4)](_0xd30144),_0xd30144;}}[_0x49989d(0x1ef)](_0x421fad,_0x4bef22){const _0x5838ca=_0x49989d,_0x8ce0b6=_0x421fad[_0x5838ca(0x1f2)],_0x50f6d5=this[_0x5838ca(0x263)](_0x8ce0b6,_0x4bef22);return _0x4d7c55(_0x50f6d5)?{'error':_0x50f6d5['error']}:{'m2Prime':_0x50f6d5['m2Prime'],'c1Prime':{..._0x421fad,'mutations':_0x50f6d5[_0x5838ca(0x24f)]}};}}function _0x15e04a(_0x299e2d,_0x1fd5a5){const _0xab4b97=_0x49989d;return _0x299e2d[0x0][_0xab4b97(0x18a)]-0x1===_0x1fd5a5[0x0][_0xab4b97(0x3a5)];}function _0x469b13(_0x1eccd4,_0x3cfa45){const _0x369f60=_0x49989d;return new Array(_0x1eccd4)[_0x369f60(0x32f)](void 0x0)['map'](()=>new Array(_0x3cfa45));}function _0xc1a7d(_0x5981cd){const _0x3fd7e8=_0x49989d;return Array[_0x3fd7e8(0x360)](_0x5981cd)?_0x5981cd:[_0x5981cd];}const _0x2c49db={'m1':_0x101f9d[_0x49989d(0x214)]['id'],'m2':_0x101f9d['AddCommentMutation']['id'],'handler':(_0x136760,_0xa47057)=>{const _0x20ca8d=_0x49989d,_0x12cdc6=_0x136760['params'],_0xcc5cdc=_0xa47057[_0x20ca8d(0x265)],_0x59348a={'m1Prime':_0x136760,'m2Prime':_0xa47057};if(_0x12cdc6[_0x20ca8d(0x20f)]!==_0xcc5cdc[_0x20ca8d(0x20f)]||_0x12cdc6['subUnitId']!==_0xcc5cdc[_0x20ca8d(0x39e)]||_0x12cdc6[_0x20ca8d(0x333)][_0x20ca8d(0x379)]!==_0xcc5cdc['comment']['ref'])return _0x59348a;if(!_0x12cdc6[_0x20ca8d(0x333)]['parentId']&&!_0xcc5cdc[_0x20ca8d(0x333)]['parentId']){const _0xf06bee=_0x546230['Tools']['deepClone'](_0xa47057);return _0xf06bee[_0x20ca8d(0x265)]['comment']['parentId']=_0x136760[_0x20ca8d(0x265)][_0x20ca8d(0x333)]['id'],{'m1Prime':[{'id':_0x101f9d[_0x20ca8d(0x36a)]['id'],'params':{'unitId':_0x12cdc6[_0x20ca8d(0x20f)],'subUnitId':_0xcc5cdc['subUnitId'],'commentId':_0xcc5cdc['comment']['id']}},_0x136760,_0xf06bee],'m2Prime':[_0xf06bee]};}return _0x59348a;}},_0x360633={'m1':_0x199094[_0x49989d(0x2ba)]['id'],'m2':_0x199094[_0x49989d(0x2ba)]['id'],'handler'(_0x4c44d2,_0x42a19f){const _0x4c210a=_0x49989d;if(_0x4c44d2[_0x4c210a(0x265)][_0x4c210a(0x20f)]!==_0x42a19f[_0x4c210a(0x265)][_0x4c210a(0x20f)]||_0x4c44d2[_0x4c210a(0x265)]['subUnitId']!==_0x42a19f[_0x4c210a(0x265)]['subUnitId'])return{'m1Prime':_0x4c44d2,'m2Prime':_0x42a19f};const {unitId:_0x5c1e6c,subUnitId:_0x11871a}=_0x4c44d2['params'],_0x5b0bd5=_0x546230[_0x4c210a(0x37e)]['deepClone'](_0x4c44d2),_0x1e91f5=_0x546230[_0x4c210a(0x37e)][_0x4c210a(0x351)](_0x42a19f),_0x136841=[_0x5b0bd5],_0x229155={'unitId':_0x5c1e6c,'subUnitId':_0x11871a,'start':{'id':_0x1e91f5[_0x4c210a(0x265)][_0x4c210a(0x205)][_0x4c210a(0x397)],'type':_0x4c210a(0x308)},'end':{'id':_0x1e91f5['params'][_0x4c210a(0x205)]['cfId'],'type':_0x4c210a(0x212)}};return _0x136841[_0x4c210a(0x372)]({'id':_0x199094['MoveConditionalRuleMutation']['id'],'params':_0x229155}),{'m1Prime':_0x136841,'m2Prime':_0x1e91f5};}};function _0x38a21f(_0x24c0f1,_0x5984cb,_0x2e498d,_0x2a5508){const _0x147d3e=_0x49989d,_0x5669a4=new _0x546230[(_0x147d3e(0x306))]();_0x2e498d[_0x147d3e(0x36d)](_0x397b7d=>{const _0x339338=_0x147d3e;_0x397b7d[_0x339338(0x3b3)]['forEach'](_0x7dec3d=>{const _0x224650=_0x339338;_0x546230[_0x224650(0x18c)]['foreach'](_0x7dec3d,(_0x42f799,_0x3c5609)=>{const _0x4136bc=_0x224650;_0x5669a4[_0x4136bc(0x1ec)](_0x42f799,_0x3c5609,_0x397b7d['uid']);});});}),_0x2a5508[_0x147d3e(0x36d)](_0x48c007=>{const _0x5bede6=_0x147d3e;_0x48c007[_0x5bede6(0x3b3)]['forEach'](_0x3b6386=>{const _0x52b1d9=_0x5bede6;_0x546230[_0x52b1d9(0x18c)]['foreach'](_0x3b6386,(_0xd689c1,_0x205582)=>{const _0x5060a4=_0x52b1d9;_0x5669a4['setValue'](_0xd689c1,_0x205582,_0x48c007[_0x5060a4(0x316)]);});});});const _0x3d079d=[];return _0x2e498d[_0x147d3e(0x36d)](_0x1bc9b2=>{const _0x44240e=_0x147d3e,_0x324f01=_0x546230[_0x44240e(0x22f)](_0x5669a4,_0x50795c=>_0x50795c===_0x1bc9b2[_0x44240e(0x316)]);if(_0x324f01[_0x44240e(0x295)]){if(!_0x546230['isRangesEqual'](_0x324f01,_0x1bc9b2[_0x44240e(0x3b3)])){const _0x563f56={'ruleId':_0x1bc9b2[_0x44240e(0x316)],'unitId':_0x24c0f1,'subUnitId':_0x5984cb,'payload':{'type':_0x24b62e['UpdateRuleType'][_0x44240e(0x38f)],'payload':_0x324f01}};_0x3d079d[_0x44240e(0x372)]({'id':_0x24b62e['UpdateDataValidationMutation']['id'],'params':_0x563f56});}}else{const _0x280a34={'ruleId':_0x1bc9b2[_0x44240e(0x316)],'unitId':_0x24c0f1,'subUnitId':_0x5984cb};_0x3d079d[_0x44240e(0x372)]({'id':_0x24b62e[_0x44240e(0x327)]['id'],'params':_0x280a34});}}),_0x3d079d;}function _0x42493e(_0x40d9f4,_0x4b6331){const _0x1cd458=_0x49989d,_0x57072c=_0x546230[_0x1cd458(0x37e)]['deepClone'](Array[_0x1cd458(0x360)](_0x40d9f4[_0x1cd458(0x265)][_0x1cd458(0x205)])?_0x40d9f4[_0x1cd458(0x265)][_0x1cd458(0x205)]:[_0x40d9f4[_0x1cd458(0x265)][_0x1cd458(0x205)]]);return _0x4b6331[_0x1cd458(0x36d)](_0x1e54a2=>{const _0x242463=_0x1cd458;if(_0x1e54a2['id']===_0x24b62e[_0x242463(0x267)]['id']){const _0x47438c=_0x1e54a2,_0x5917ff=_0x57072c['find'](_0x255f8a=>_0x255f8a['uid']===_0x47438c[_0x242463(0x265)][_0x242463(0x3ac)]);_0x5917ff['ranges']=_0x47438c[_0x242463(0x265)][_0x242463(0x378)]['payload'];}else{if(_0x1e54a2['id']===_0x24b62e['RemoveDataValidationMutation']['id']){const _0x28d201=_0x57072c['findIndex'](_0x5ae0b6=>_0x5ae0b6[_0x242463(0x316)]===_0x1e54a2[_0x242463(0x265)][_0x242463(0x3ac)]);_0x57072c[_0x28d201]=null;}}}),_0x57072c['filter'](Boolean)[_0x1cd458(0x295)]?[{..._0x40d9f4,'params':{..._0x40d9f4['params'],'rule':_0x57072c['filter'](Boolean)}}]:[];}const _0x5f36b5={'m1':_0x24b62e[_0x49989d(0x1f7)]['id'],'m2':_0x24b62e[_0x49989d(0x1f7)]['id'],'handler':(_0x4a74eb,_0x1e78ce)=>{const _0x444e11=_0x49989d,_0x58a27e={'m1Prime':_0x4a74eb,'m2Prime':_0x1e78ce},_0x5848ef=_0x4a74eb[_0x444e11(0x265)],_0x196d00=_0x1e78ce[_0x444e11(0x265)];if(_0x5848ef['unitId']!==_0x196d00[_0x444e11(0x20f)]||_0x5848ef['subUnitId']!==_0x196d00[_0x444e11(0x39e)])return _0x58a27e;const _0x339e3f=_0x546230[_0x444e11(0x37e)][_0x444e11(0x351)](_0x4a74eb),_0x4576ce=_0x546230[_0x444e11(0x37e)]['deepClone'](_0x1e78ce),_0x337802=_0x5848ef[_0x444e11(0x20f)],_0x55eac9=_0x196d00[_0x444e11(0x39e)],_0x4a2b90=_0x339e3f['params'][_0x444e11(0x205)],_0x4592a7=_0x4576ce[_0x444e11(0x265)][_0x444e11(0x205)];if(Array[_0x444e11(0x360)](_0x4a2b90)&&Array[_0x444e11(0x360)](_0x4592a7))return{'m1Prime':[],'m2Prime':[]};if(Array[_0x444e11(0x360)](_0x4a2b90)){_0x339e3f[_0x444e11(0x265)][_0x444e11(0x28f)]=0x0;const _0x97970e=_0x38a21f(_0x337802,_0x55eac9,_0x4a2b90,[_0x4592a7]);return{'m1Prime':_0x42493e(_0x339e3f,_0x97970e),'m2Prime':[..._0x97970e,_0x4576ce]};}if(Array[_0x444e11(0x360)](_0x4592a7)){const _0x25b49f=_0x38a21f(_0x337802,_0x55eac9,_0x4592a7,[_0x4a2b90]);return _0x4576ce[_0x444e11(0x265)][_0x444e11(0x28f)]=0x0,{'m1Prime':_0x42493e(_0x339e3f,_0x25b49f),'m2Prime':[..._0x25b49f,_0x4576ce]};}const _0xd19d40=_0x38a21f(_0x337802,_0x55eac9,[_0x4a2b90],[_0x4592a7]);return _0x4576ce[_0x444e11(0x265)][_0x444e11(0x28f)]=-0x1,{'m1Prime':_0x42493e(_0x339e3f,_0xd19d40),'m2Prime':[..._0xd19d40,_0x4576ce]};}},_0x24219c={'m1':_0x24b62e['AddDataValidationMutation']['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0x3081ea,_0x11f1cc)=>{const _0x13f08f=_0x49989d,_0x5c7cb8={'m1Prime':_0x3081ea,'m2Prime':_0x11f1cc},_0x4fc4d1=_0x3081ea['params'],_0xaba91e=_0x11f1cc['params'];if(_0x4fc4d1[_0x13f08f(0x20f)]!==_0xaba91e[_0x13f08f(0x20f)]||_0x4fc4d1['subUnitId']!==_0xaba91e[_0x13f08f(0x39e)])return _0x5c7cb8;if(_0x11f1cc[_0x13f08f(0x265)][_0x13f08f(0x378)][_0x13f08f(0x2bb)]===_0x24b62e[_0x13f08f(0x383)][_0x13f08f(0x38f)]){const {unitId:_0x40b19c,subUnitId:_0x4ec6d5}=_0x3081ea['params'],_0x24bdf0=Array[_0x13f08f(0x360)](_0x3081ea[_0x13f08f(0x265)][_0x13f08f(0x205)])?_0x3081ea[_0x13f08f(0x265)][_0x13f08f(0x205)]:[_0x3081ea[_0x13f08f(0x265)][_0x13f08f(0x205)]],_0x595b29=[],_0x5c70e8=new _0x546230[(_0x13f08f(0x306))]();return _0x24bdf0[_0x13f08f(0x36d)](_0x36b890=>{const _0x18d03f=_0x13f08f;_0x36b890[_0x18d03f(0x3b3)][_0x18d03f(0x36d)](_0x2728d8=>{const _0x1a25e1=_0x18d03f;_0x546230[_0x1a25e1(0x18c)][_0x1a25e1(0x1c9)](_0x2728d8,(_0x258965,_0x52cc93)=>{_0x5c70e8['setValue'](_0x258965,_0x52cc93,_0x36b890['uid']);});});}),_0x11f1cc[_0x13f08f(0x265)][_0x13f08f(0x378)][_0x13f08f(0x378)][_0x13f08f(0x36d)](_0x1787de=>{_0x546230['Range']['foreach'](_0x1787de,(_0x4137d5,_0x1223a3)=>{const _0x582f8f=_0x14b4;_0x5c70e8[_0x582f8f(0x1ec)](_0x4137d5,_0x1223a3,_0x11f1cc[_0x582f8f(0x265)][_0x582f8f(0x3ac)]);});}),_0x24bdf0['forEach'](_0x427be3=>{const _0x5edc4b=_0x13f08f,_0xac4aba=_0x546230[_0x5edc4b(0x22f)](_0x5c70e8,_0x1a0163=>_0x1a0163===_0x427be3[_0x5edc4b(0x316)]);_0x546230[_0x5edc4b(0x3af)](_0xac4aba,_0x427be3[_0x5edc4b(0x3b3)])||(_0xac4aba[_0x5edc4b(0x295)]?_0x595b29[_0x5edc4b(0x372)]({'id':_0x24b62e[_0x5edc4b(0x267)]['id'],'params':{'unitId':_0x40b19c,'subUnitId':_0x4ec6d5,'ruleId':_0x427be3['uid'],'payload':{'type':_0x24b62e['UpdateRuleType'][_0x5edc4b(0x38f)],'payload':_0xac4aba}}}):_0x595b29[_0x5edc4b(0x372)]({'id':_0x24b62e['RemoveDataValidationMutation']['id'],'params':{'unitId':_0x40b19c,'subUnitId':_0x4ec6d5,'ruleId':_0x427be3[_0x5edc4b(0x316)]}}));}),{'m1Prime':_0x42493e(_0x3081ea,_0x595b29),'m2Prime':[..._0x595b29,_0x11f1cc]};}return _0x5c7cb8;}},_0x2ec994={'m1':_0x437f61[_0x49989d(0x215)]['id'],'m2':_0x437f61[_0x49989d(0x215)]['id'],'handler':(_0x5a822d,_0xa62dc2)=>{const _0x10740b=_0x49989d,_0x4b0017=_0x5a822d['params'],_0x4ee8fb=_0xa62dc2[_0x10740b(0x265)];return _0x4b0017[_0x10740b(0x20f)]===_0x4ee8fb[_0x10740b(0x20f)]&&_0x4b0017[_0x10740b(0x39e)]===_0x4ee8fb['subUnitId']&&_0x4b0017[_0x10740b(0x369)][_0x10740b(0x314)]===_0x4ee8fb[_0x10740b(0x369)][_0x10740b(0x314)]&&_0x4b0017[_0x10740b(0x369)][_0x10740b(0x199)]===_0x4ee8fb['link'][_0x10740b(0x199)]?{'m2Prime':_0xa62dc2,'m1Prime':[]}:{'m1Prime':_0x5a822d,'m2Prime':_0xa62dc2};}},_0x35cf8d={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x158695,_0x5dd574)=>{const _0x2af8a2=_0x49989d,_0x150da0={'m1Prime':_0x158695,'m2Prime':_0x5dd574};return _0x158695[_0x2af8a2(0x265)][_0x2af8a2(0x20f)]!==_0x5dd574[_0x2af8a2(0x265)][_0x2af8a2(0x20f)]||_0x158695[_0x2af8a2(0x265)][_0x2af8a2(0x39e)]!==_0x5dd574[_0x2af8a2(0x265)][_0x2af8a2(0x39e)]?_0x150da0:{'error':new Error(_0x2af8a2(0x213))};}},_0x267b10={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x199094['AddConditionalRuleMutation']['id'],'handler':(_0x342dfb,_0xed4716)=>{const _0x3fa218=_0x49989d,_0x5f3f27={'m1Prime':_0x342dfb,'m2Prime':_0xed4716};if(_0x342dfb['params'][_0x3fa218(0x20f)]!==_0xed4716[_0x3fa218(0x265)][_0x3fa218(0x20f)]||_0x342dfb['params'][_0x3fa218(0x39e)]!==_0xed4716[_0x3fa218(0x265)][_0x3fa218(0x39e)])return _0x5f3f27;const _0x37af6b=_0x342dfb[_0x3fa218(0x265)][_0x3fa218(0x2a0)]['map'](_0x1bfbdc=>_0x1bfbdc['ranges'])[_0x3fa218(0x23d)](),_0x1382d9=_0xed4716['params'][_0x3fa218(0x205)][_0x3fa218(0x3b3)];return _0x37af6b['some'](_0x569ec0=>_0x1382d9[_0x3fa218(0x34c)](_0xe72c83=>_0x546230[_0x3fa218(0x1bb)][_0x3fa218(0x254)](_0x569ec0,_0xe72c83)))?{'error':new Error(_0x3fa218(0x1ba))}:_0x5f3f27;}},_0x9ac14e={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'handler':(_0x2d23a3,_0x5dc66c)=>{const _0x1af001=_0x49989d,_0x38a556={'m1Prime':_0x2d23a3,'m2Prime':_0x5dc66c};if(_0x2d23a3[_0x1af001(0x265)]['unitId']!==_0x5dc66c[_0x1af001(0x265)]['unitId']||_0x2d23a3['params'][_0x1af001(0x39e)]!==_0x5dc66c['params'][_0x1af001(0x39e)])return _0x38a556;const _0x3df3d4=_0x2d23a3[_0x1af001(0x265)][_0x1af001(0x2a0)][_0x1af001(0x2a6)](_0x55ac50=>_0x55ac50[_0x1af001(0x3b3)])[_0x1af001(0x23d)](),_0x47071b=_0x5dc66c[_0x1af001(0x265)][_0x1af001(0x2a0)][_0x1af001(0x2a6)](_0x5d066c=>_0x5d066c[_0x1af001(0x3b3)])[_0x1af001(0x23d)]();return _0x3df3d4[_0x1af001(0x34c)](_0x51fecd=>_0x47071b['some'](_0x527779=>_0x546230[_0x1af001(0x1bb)][_0x1af001(0x254)](_0x51fecd,_0x527779)))?{'error':new Error(_0x1af001(0x26f))}:_0x38a556;}},_0x217e9e={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler':(_0x48bcd4,_0x35db2e)=>{const _0x38378b=_0x49989d,_0x1d9f0f={'m1Prime':_0x48bcd4,'m2Prime':_0x35db2e};if(_0x48bcd4[_0x38378b(0x265)]['unitId']!==_0x35db2e[_0x38378b(0x265)]['unitId']||_0x48bcd4[_0x38378b(0x265)][_0x38378b(0x39e)]!==_0x35db2e[_0x38378b(0x265)][_0x38378b(0x39e)])return _0x1d9f0f;const _0x315bf0=_0x48bcd4[_0x38378b(0x265)][_0x38378b(0x2a0)][_0x38378b(0x2a6)](_0x25592e=>_0x25592e[_0x38378b(0x3b3)])[_0x38378b(0x23d)](),_0x3d9e8b=_0x35db2e[_0x38378b(0x265)][_0x38378b(0x3b3)];return _0x315bf0['some'](_0x4b3fa2=>_0x3d9e8b[_0x38378b(0x34c)](_0x28291a=>_0x546230[_0x38378b(0x1bb)][_0x38378b(0x254)](_0x4b3fa2,_0x28291a)))?{'error':new Error(_0x38378b(0x391))}:_0x1d9f0f;}},_0x50a3a7={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x28d)]['id'],'handler':(_0x331220,_0x21c72d)=>{const _0x5b6cc5=_0x49989d,_0x33bec6={'m1Prime':_0x331220,'m2Prime':_0x21c72d};return _0x331220['params'][_0x5b6cc5(0x20f)]!==_0x21c72d[_0x5b6cc5(0x265)]['unitId']||_0x331220['params'][_0x5b6cc5(0x39e)]!==_0x21c72d[_0x5b6cc5(0x265)][_0x5b6cc5(0x205)][_0x5b6cc5(0x39e)]?_0x33bec6:{'error':new Error(_0x5b6cc5(0x1e7))};}},_0x3ecc2a={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x199094['DeleteConditionalRuleMutation']['id'],'handler':(_0x1438fc,_0x533edb)=>{const _0x9939fe=_0x49989d,_0x2ddf51={'m1Prime':_0x1438fc,'m2Prime':_0x533edb};return _0x1438fc[_0x9939fe(0x265)][_0x9939fe(0x20f)]!==_0x533edb[_0x9939fe(0x265)][_0x9939fe(0x20f)]||_0x1438fc[_0x9939fe(0x265)]['subUnitId']!==_0x533edb[_0x9939fe(0x265)][_0x9939fe(0x39e)]?_0x2ddf51:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x33ec42={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x278)]['id'],'handler':(_0x2b7dd4,_0xae40fd)=>{const _0x9ea04c=_0x49989d,_0xa40cc8={'m1Prime':_0x2b7dd4,'m2Prime':_0xae40fd};if(_0x2b7dd4[_0x9ea04c(0x265)]['unitId']!==_0xae40fd['params'][_0x9ea04c(0x20f)]||_0x2b7dd4['params'][_0x9ea04c(0x39e)]!==_0xae40fd['params'][_0x9ea04c(0x39e)])return _0xa40cc8;const _0x5b76fc=_0x2b7dd4[_0x9ea04c(0x265)]['rules'][_0x9ea04c(0x2a6)](_0x4572b2=>_0x4572b2[_0x9ea04c(0x3b3)])['flat'](),_0x3d9612=_0xae40fd['params'][_0x9ea04c(0x240)];return _0x5b76fc['some'](_0x50d898=>_0x546230[_0x9ea04c(0x1bb)][_0x9ea04c(0x254)](_0x50d898,_0x3d9612))?{'error':new Error(_0x9ea04c(0x380))}:_0xa40cc8;}},_0x1140cc={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'handler':(_0x5c95ae,_0x3bb69e)=>{const _0x5a5b45=_0x49989d,_0x20b36a={'m1Prime':_0x5c95ae,'m2Prime':_0x3bb69e};if(_0x5c95ae[_0x5a5b45(0x265)][_0x5a5b45(0x20f)]!==_0x3bb69e[_0x5a5b45(0x265)][_0x5a5b45(0x20f)]||_0x5c95ae[_0x5a5b45(0x265)][_0x5a5b45(0x39e)]!==_0x3bb69e[_0x5a5b45(0x265)][_0x5a5b45(0x39e)])return _0x20b36a;const _0x474fc9=_0x5c95ae['params'][_0x5a5b45(0x2a0)][_0x5a5b45(0x2a6)](_0x35bd99=>_0x35bd99['ranges'])[_0x5a5b45(0x23d)](),_0x551726=_0x3bb69e[_0x5a5b45(0x265)][_0x5a5b45(0x240)];return _0x474fc9['some'](_0x43ef87=>_0x546230['Rectangle'][_0x5a5b45(0x254)](_0x43ef87,_0x551726))?{'error':new Error(_0x5a5b45(0x1e4))}:_0x20b36a;}},_0x4a160b={'m1':_0x5e5d8d['AddRangeProtectionMutation']['id'],'m2':_0x5e5d8d['MoveColsMutation']['id'],'handler':(_0x1fdc92,_0x5ad530)=>{const _0x4b428c=_0x49989d,_0x67e8b={'m1Prime':_0x1fdc92,'m2Prime':_0x5ad530};if(_0x1fdc92[_0x4b428c(0x265)][_0x4b428c(0x20f)]!==_0x5ad530['params'][_0x4b428c(0x20f)]||_0x1fdc92[_0x4b428c(0x265)][_0x4b428c(0x39e)]!==_0x5ad530[_0x4b428c(0x265)][_0x4b428c(0x39e)])return _0x67e8b;const _0x4d34e3=_0x1fdc92[_0x4b428c(0x265)][_0x4b428c(0x2a0)][_0x4b428c(0x2a6)](_0x326564=>_0x326564[_0x4b428c(0x3b3)])[_0x4b428c(0x23d)](),_0x75659f=[_0x5ad530[_0x4b428c(0x265)][_0x4b428c(0x255)],_0x5ad530[_0x4b428c(0x265)][_0x4b428c(0x2cf)]];return _0x4d34e3[_0x4b428c(0x34c)](_0x4eaf6a=>_0x75659f[_0x4b428c(0x34c)](_0x2b6a50=>_0x546230['Rectangle'][_0x4b428c(0x254)](_0x4eaf6a,_0x2b6a50)))?{'error':new Error(_0x4b428c(0x2dd))}:_0x67e8b;}},_0x39960a={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler':(_0x20ac35,_0x370372)=>{const _0x1ce45a=_0x49989d,_0x7a386b={'m1Prime':_0x20ac35,'m2Prime':_0x370372};if(_0x20ac35[_0x1ce45a(0x265)][_0x1ce45a(0x20f)]!==_0x370372[_0x1ce45a(0x265)]['unitId']||_0x20ac35['params'][_0x1ce45a(0x39e)]!==_0x370372[_0x1ce45a(0x265)][_0x1ce45a(0x206)][_0x1ce45a(0x39e)])return _0x7a386b;const _0x3acb11=_0x20ac35[_0x1ce45a(0x265)]['rules'][_0x1ce45a(0x2a6)](_0x27c64e=>_0x27c64e[_0x1ce45a(0x3b3)])[_0x1ce45a(0x23d)](),_0xbbc09b=new _0x546230[(_0x1ce45a(0x306))](_0x370372[_0x1ce45a(0x265)][_0x1ce45a(0x206)][_0x1ce45a(0x1f5)])[_0x1ce45a(0x289)](),_0x23a4f2=new _0x546230[(_0x1ce45a(0x306))](_0x370372['params']['to'][_0x1ce45a(0x1f5)])[_0x1ce45a(0x289)](),_0x1665e6=[_0xbbc09b,_0x23a4f2];return _0x3acb11['some'](_0x57aa72=>_0x1665e6[_0x1ce45a(0x34c)](_0xa3b463=>_0x546230['Rectangle'][_0x1ce45a(0x254)](_0x57aa72,_0xa3b463)))?{'error':new Error(_0x1ce45a(0x1cd))}:_0x7a386b;}},_0x13ae37={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d['MoveRowsMutation']['id'],'handler':(_0xd1e752,_0x43f528)=>{const _0x3d4a85=_0x49989d,_0x169be4={'m1Prime':_0xd1e752,'m2Prime':_0x43f528};if(_0xd1e752[_0x3d4a85(0x265)][_0x3d4a85(0x20f)]!==_0x43f528['params'][_0x3d4a85(0x20f)]||_0xd1e752[_0x3d4a85(0x265)]['subUnitId']!==_0x43f528[_0x3d4a85(0x265)][_0x3d4a85(0x39e)])return _0x169be4;const _0x211ed1=_0xd1e752['params'][_0x3d4a85(0x2a0)][_0x3d4a85(0x2a6)](_0x4ea338=>_0x4ea338['ranges'])[_0x3d4a85(0x23d)](),_0x5a1c82=[_0x43f528[_0x3d4a85(0x265)][_0x3d4a85(0x255)],_0x43f528[_0x3d4a85(0x265)]['targetRange']];return _0x211ed1['some'](_0x235b55=>_0x5a1c82[_0x3d4a85(0x34c)](_0x28a920=>_0x546230[_0x3d4a85(0x1bb)]['intersects'](_0x235b55,_0x28a920)))?{'error':new Error(_0x3d4a85(0x245))}:_0x169be4;}},_0x579dd7={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x39d)]['id'],'handler':(_0x4faa93,_0x5b0e03)=>{const _0x4c0e8a=_0x49989d,_0x38b6fe={'m1Prime':_0x4faa93,'m2Prime':_0x5b0e03};if(_0x4faa93[_0x4c0e8a(0x265)][_0x4c0e8a(0x20f)]!==_0x5b0e03[_0x4c0e8a(0x265)][_0x4c0e8a(0x20f)]||_0x4faa93['params'][_0x4c0e8a(0x39e)]!==_0x5b0e03[_0x4c0e8a(0x265)][_0x4c0e8a(0x39e)])return _0x38b6fe;const _0x298077=_0x4faa93[_0x4c0e8a(0x265)][_0x4c0e8a(0x2a0)][_0x4c0e8a(0x2a6)](_0x413f75=>_0x413f75[_0x4c0e8a(0x3b3)])[_0x4c0e8a(0x23d)](),_0x450877=_0x5b0e03['params'][_0x4c0e8a(0x240)];return _0x298077[_0x4c0e8a(0x34c)](_0x13c762=>_0x546230[_0x4c0e8a(0x1bb)][_0x4c0e8a(0x254)](_0x13c762,_0x450877))?{'error':new Error(_0x4c0e8a(0x259))}:_0x38b6fe;}},_0x5e882={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x24b62e[_0x49989d(0x327)]['id'],'handler':(_0x35a076,_0x3718ac)=>{const _0x454235=_0x49989d,_0x59b2dd={'m1Prime':_0x35a076,'m2Prime':_0x3718ac};return _0x35a076[_0x454235(0x265)][_0x454235(0x20f)]!==_0x3718ac[_0x454235(0x265)][_0x454235(0x20f)]||_0x35a076['params'][_0x454235(0x39e)]!==_0x3718ac['params'][_0x454235(0x39e)]?_0x59b2dd:{'error':new Error(_0x454235(0x2ad))};}},_0x495951={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler':(_0x3f40a7,_0x423d5a)=>{const _0x110137=_0x49989d,_0x5c6af2={'m1Prime':_0x3f40a7,'m2Prime':_0x423d5a};if(_0x3f40a7[_0x110137(0x265)]['unitId']!==_0x423d5a[_0x110137(0x265)][_0x110137(0x20f)]||_0x3f40a7[_0x110137(0x265)][_0x110137(0x39e)]!==_0x423d5a['params']['subUnitId'])return _0x5c6af2;const _0x30297b=_0x3f40a7['params'][_0x110137(0x2a0)][_0x110137(0x2a6)](_0x598e42=>_0x598e42[_0x110137(0x3b3)])[_0x110137(0x23d)](),_0x1f8004=_0x423d5a[_0x110137(0x265)][_0x110137(0x3b3)];return _0x30297b[_0x110137(0x34c)](_0x447ae7=>_0x1f8004[_0x110137(0x34c)](_0x33c83d=>_0x546230[_0x110137(0x1bb)]['intersects'](_0x447ae7,_0x33c83d)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt')}:_0x5c6af2;}},_0x2c6638={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x37ca0b[_0x49989d(0x37f)]['id'],'handler':(_0xc2bdc1,_0x2dc556)=>{const _0x512981=_0x49989d,_0x50455b={'m1Prime':_0xc2bdc1,'m2Prime':_0x2dc556};return _0xc2bdc1[_0x512981(0x265)][_0x512981(0x20f)]!==_0x2dc556[_0x512981(0x265)][_0x512981(0x20f)]||_0xc2bdc1[_0x512981(0x265)][_0x512981(0x39e)]!==_0x2dc556['params'][_0x512981(0x39e)]?_0x50455b:{'error':new Error(_0x512981(0x273))};}},_0x301f44={'m1':_0x5e5d8d['AddRangeProtectionMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler':(_0x25a540,_0x3670fb)=>{const _0x245bb7=_0x49989d,_0x29ddd3={'m1Prime':_0x25a540,'m2Prime':_0x3670fb};if(_0x25a540['params'][_0x245bb7(0x20f)]!==_0x3670fb[_0x245bb7(0x265)]['unitId']||_0x25a540[_0x245bb7(0x265)][_0x245bb7(0x39e)]!==_0x3670fb['params']['subUnitId'])return _0x29ddd3;const _0x4313d7=_0x25a540[_0x245bb7(0x265)][_0x245bb7(0x2a0)][_0x245bb7(0x2a6)](_0x511c12=>_0x511c12[_0x245bb7(0x3b3)])[_0x245bb7(0x23d)](),_0x57c5a2=_0x3670fb[_0x245bb7(0x265)][_0x245bb7(0x3b3)];return _0x4313d7[_0x245bb7(0x34c)](_0x128de1=>_0x57c5a2[_0x245bb7(0x34c)](_0x56dd96=>_0x546230[_0x245bb7(0x1bb)]['intersects'](_0x128de1,_0x56dd96)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')}:_0x29ddd3;}},_0x3c7179={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x199094[_0x49989d(0x2f0)]['id'],'handler':(_0x4f79c3,_0x3b5891)=>{const _0x4581f7=_0x49989d,_0x121222={'m1Prime':_0x4f79c3,'m2Prime':_0x3b5891};if(_0x4f79c3[_0x4581f7(0x265)]['unitId']!==_0x3b5891['params'][_0x4581f7(0x20f)]||_0x4f79c3[_0x4581f7(0x265)][_0x4581f7(0x39e)]!==_0x3b5891['params']['subUnitId'])return _0x121222;const _0x3f6b0a=_0x4f79c3[_0x4581f7(0x265)]['rules'][_0x4581f7(0x2a6)](_0xcb79e0=>_0xcb79e0['ranges'])[_0x4581f7(0x23d)](),_0x460a24=_0x3b5891[_0x4581f7(0x265)][_0x4581f7(0x205)][_0x4581f7(0x3b3)];return _0x3f6b0a['some'](_0x4d576b=>_0x460a24[_0x4581f7(0x34c)](_0x3c04b1=>_0x546230[_0x4581f7(0x1bb)][_0x4581f7(0x254)](_0x4d576b,_0x3c04b1)))?{'error':new Error(_0x4581f7(0x20a))}:_0x121222;}},_0x1fd4f1={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x22c)]['id'],'handler':(_0x4a2344,_0x367262)=>{const _0x40198a=_0x49989d,_0x45b60b={'m1Prime':_0x4a2344,'m2Prime':_0x367262};if(_0x4a2344[_0x40198a(0x265)][_0x40198a(0x20f)]!==_0x367262[_0x40198a(0x265)]['unitId']||_0x4a2344[_0x40198a(0x265)][_0x40198a(0x39e)]!==_0x367262[_0x40198a(0x265)][_0x40198a(0x39e)])return _0x45b60b;const _0x2ff895=_0x4a2344[_0x40198a(0x265)][_0x40198a(0x2a0)][_0x40198a(0x2a6)](_0x20309b=>_0x20309b['ranges'])['flat'](),_0x169bb9=[{'startRow':_0x367262[_0x40198a(0x265)][_0x40198a(0x2e7)],'endRow':_0x367262[_0x40198a(0x265)]['startRow'],'startColumn':_0x367262[_0x40198a(0x265)]['startColumn'],'endColumn':_0x367262[_0x40198a(0x265)][_0x40198a(0x332)]}];return _0x2ff895[_0x40198a(0x34c)](_0x4c795d=>_0x169bb9[_0x40198a(0x34c)](_0x2ee0fa=>_0x546230[_0x40198a(0x1bb)]['intersects'](_0x4c795d,_0x2ee0fa)))?{'error':new Error(_0x40198a(0x331))}:_0x45b60b;}},_0x5dad8e={'m1':_0x5e5d8d['AddRangeProtectionMutation']['id'],'m2':_0x5e5d8d['SetNumfmtMutation']['id'],'handler':(_0x524624,_0x17e5a5)=>{const _0x418f79=_0x49989d,_0x839d1e={'m1Prime':_0x524624,'m2Prime':_0x17e5a5};return _0x524624[_0x418f79(0x265)][_0x418f79(0x20f)]!==_0x17e5a5[_0x418f79(0x265)]['unitId']||_0x524624[_0x418f79(0x265)][_0x418f79(0x39e)]!==_0x17e5a5[_0x418f79(0x265)][_0x418f79(0x39e)]?_0x839d1e:{'error':new Error(_0x418f79(0x341))};}},_0xe429f1={'m1':_0x5e5d8d['AddRangeProtectionMutation']['id'],'m2':_0x5e5d8d['SetRangeProtectionMutation']['id'],'handler':(_0x58b2c3,_0x12bb28)=>{const _0x2573c7=_0x49989d,_0x14b30c={'m1Prime':_0x58b2c3,'m2Prime':_0x12bb28};if(_0x58b2c3[_0x2573c7(0x265)][_0x2573c7(0x20f)]!==_0x12bb28['params'][_0x2573c7(0x20f)]||_0x58b2c3[_0x2573c7(0x265)]['subUnitId']!==_0x12bb28[_0x2573c7(0x265)]['subUnitId'])return _0x14b30c;const _0x28008f=_0x58b2c3['params'][_0x2573c7(0x2a0)]['map'](_0x55979a=>_0x55979a[_0x2573c7(0x3b3)])[_0x2573c7(0x23d)](),_0x4866f6=_0x12bb28[_0x2573c7(0x265)]['rule'][_0x2573c7(0x3b3)];return _0x28008f[_0x2573c7(0x34c)](_0x4ae629=>_0x4866f6['some'](_0x55a041=>_0x546230[_0x2573c7(0x1bb)]['intersects'](_0x4ae629,_0x55a041)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')}:_0x14b30c;}},_0x328935={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler':(_0x55145f,_0xbb9b4b)=>{const _0x3f18cb=_0x49989d,_0xbaca84={'m1Prime':_0x55145f,'m2Prime':_0xbb9b4b};if(_0x55145f[_0x3f18cb(0x265)][_0x3f18cb(0x20f)]!==_0xbb9b4b['params'][_0x3f18cb(0x20f)]||_0x55145f[_0x3f18cb(0x265)][_0x3f18cb(0x39e)]!==_0xbb9b4b['params']['subUnitId'])return _0xbaca84;const _0x221967=_0x55145f[_0x3f18cb(0x265)][_0x3f18cb(0x2a0)]['map'](_0x50d781=>_0x50d781[_0x3f18cb(0x3b3)])['flat'](),_0x2b7a6b=new _0x546230[(_0x3f18cb(0x306))](_0xbb9b4b[_0x3f18cb(0x265)][_0x3f18cb(0x1c3)])[_0x3f18cb(0x289)]();return _0x221967[_0x3f18cb(0x34c)](_0x382c09=>_0x546230[_0x3f18cb(0x1bb)][_0x3f18cb(0x254)](_0x382c09,_0x2b7a6b))?{'error':new Error(_0x3f18cb(0x339))}:_0xbaca84;}},_0x1b7f69={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x5e5d8d[_0x49989d(0x241)]['id'],'handler':(_0x40f4bf,_0x2a24d6)=>{const _0x3847ed=_0x49989d,_0x340fe8={'m1Prime':_0x40f4bf,'m2Prime':_0x2a24d6};if(_0x40f4bf['params']['unitId']!==_0x2a24d6['params'][_0x3847ed(0x20f)]||_0x40f4bf['params'][_0x3847ed(0x39e)]!==_0x2a24d6[_0x3847ed(0x265)][_0x3847ed(0x39e)])return _0x340fe8;const _0xc58e7e=_0x40f4bf[_0x3847ed(0x265)]['rules'][_0x3847ed(0x2a6)](_0xa8ac1e=>_0xa8ac1e[_0x3847ed(0x3b3)])['flat'](),_0x5bff3a=_0x2a24d6[_0x3847ed(0x265)][_0x3847ed(0x3b3)];return _0xc58e7e[_0x3847ed(0x34c)](_0x4bd3d4=>_0x5bff3a['some'](_0x4990cc=>_0x546230['Rectangle']['intersects'](_0x4bd3d4,_0x4990cc)))?{'error':new Error(_0x3847ed(0x268))}:_0x340fe8;}},_0x58bac8={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x101f9d[_0x49989d(0x355)]['id'],'handler':(_0x2ce288,_0xc49a7c)=>{const _0x24e7a9=_0x49989d,_0x5090d5={'m1Prime':_0x2ce288,'m2Prime':_0xc49a7c};return _0x2ce288[_0x24e7a9(0x265)][_0x24e7a9(0x20f)]!==_0xc49a7c[_0x24e7a9(0x265)][_0x24e7a9(0x20f)]||_0x2ce288[_0x24e7a9(0x265)][_0x24e7a9(0x39e)]!==_0xc49a7c[_0x24e7a9(0x265)][_0x24e7a9(0x39e)]?_0x5090d5:{'error':new Error(_0x24e7a9(0x330))};}},_0x472d2d={'m1':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0x2b0fae,_0x3e5528)=>{const _0x4ffeea=_0x49989d,_0x3eaf4a={'m1Prime':_0x2b0fae,'m2Prime':_0x3e5528};return _0x2b0fae['params'][_0x4ffeea(0x20f)]!==_0x3e5528[_0x4ffeea(0x265)][_0x4ffeea(0x20f)]||_0x2b0fae[_0x4ffeea(0x265)]['subUnitId']!==_0x3e5528['params'][_0x4ffeea(0x39e)]?_0x3eaf4a:{'error':new Error(_0x4ffeea(0x26e))};}},_0x18c953={'m1':_0x5e5d8d['AddWorksheetMergeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x36aacb,_0x4ced3c){const _0x415a7f=_0x49989d,_0xbaaa1f=_0x546230['Tools']['deepClone'](_0x36aacb),_0x47a310=_0x546230[_0x415a7f(0x37e)][_0x415a7f(0x351)](_0x4ced3c);if(_0x36aacb[_0x415a7f(0x265)][_0x415a7f(0x20f)]!==_0x4ced3c[_0x415a7f(0x265)]['unitId']||_0x36aacb[_0x415a7f(0x265)]['subUnitId']!==_0x4ced3c[_0x415a7f(0x265)][_0x415a7f(0x39e)])return{'m1Prime':_0xbaaa1f,'m2Prime':_0x47a310};const _0x13bcf2=_0xbaaa1f[_0x415a7f(0x265)]['ranges'],_0x483339=_0x47a310[_0x415a7f(0x265)][_0x415a7f(0x3b3)],_0x21a028=[_0x47a310],_0x57905a=new Set();for(let _0x32019d=0x0;_0x32019d<_0x13bcf2['length'];_0x32019d++)for(let _0x57f569=0x0;_0x57f569<_0x483339[_0x415a7f(0x295)];_0x57f569++)if(_0x546230[_0x415a7f(0x1bb)][_0x415a7f(0x254)](_0x13bcf2[_0x32019d],_0x483339[_0x57f569])){_0x57905a[_0x415a7f(0x310)](_0x13bcf2[_0x32019d]),_0x13bcf2[_0x415a7f(0x18b)](_0x32019d,0x1),_0x32019d--;break;}return _0x57905a[_0x415a7f(0x1c2)]>0x0&&_0x21a028[_0x415a7f(0x340)]({'id':_0x5e5d8d[_0x415a7f(0x335)]['id'],'params':{'unitId':_0x36aacb[_0x415a7f(0x265)][_0x415a7f(0x20f)],'subUnitId':_0x36aacb[_0x415a7f(0x265)][_0x415a7f(0x39e)],'ranges':Array[_0x415a7f(0x206)](_0x57905a)}}),_0x13bcf2[_0x415a7f(0x295)]===0x0&&(_0xbaaa1f['id']=_0x5e5d8d[_0x415a7f(0x2c2)]['id']),{'m1Prime':_0xbaaa1f,'m2Prime':_0x21a028[_0x415a7f(0x295)]>0x1?_0x21a028:_0x47a310};}},_0x4cb52f={'m1':_0x5e5d8d[_0x49989d(0x262)]['id'],'m2':_0x5e5d8d[_0x49989d(0x278)]['id'],'handler'(_0x3af8b8,_0x32bf84){const _0x4fbc77=_0x49989d,_0xfc3ae2=_0x546230[_0x4fbc77(0x37e)][_0x4fbc77(0x351)](_0x3af8b8),_0x42e15b=_0x546230['Tools']['deepClone'](_0x32bf84);if(_0x3af8b8[_0x4fbc77(0x265)]['unitId']!==_0x32bf84[_0x4fbc77(0x265)][_0x4fbc77(0x20f)]||_0x3af8b8['params'][_0x4fbc77(0x39e)]!==_0x32bf84['params'][_0x4fbc77(0x39e)])return{'m1Prime':_0xfc3ae2,'m2Prime':_0x42e15b};const _0x295a5c=_0x3af8b8[_0x4fbc77(0x265)][_0x4fbc77(0x20f)],_0x1c1e7a=_0x3af8b8[_0x4fbc77(0x265)][_0x4fbc77(0x39e)],_0x1d1d29=[_0x42e15b],_0x1dd96f=[],_0x2a7fce=[];return _0xfc3ae2[_0x4fbc77(0x265)][_0x4fbc77(0x3b3)][_0x4fbc77(0x36d)](_0x2800b9=>{const _0x4d516e=_0x4fbc77,_0x2e4edf=_0x32bf84[_0x4d516e(0x265)]['range'],_0xbc9743=_0x2e4edf['endColumn']-_0x2e4edf[_0x4d516e(0x332)]+0x1;_0x2e4edf['startColumn']<=_0x2800b9[_0x4d516e(0x332)]?(_0x1dd96f['push']({..._0x2800b9}),_0x2a7fce[_0x4d516e(0x372)]({..._0x2800b9,'startColumn':_0x2800b9[_0x4d516e(0x332)]+_0xbc9743,'endColumn':_0x2800b9[_0x4d516e(0x18f)]+_0xbc9743}),_0x2800b9['startColumn']=_0x2800b9[_0x4d516e(0x332)]+_0xbc9743,_0x2800b9['endColumn']=_0x2800b9['endColumn']+_0xbc9743):_0x2e4edf[_0x4d516e(0x332)]>_0x2800b9['startColumn']&&_0x2e4edf[_0x4d516e(0x332)]<=_0x2800b9[_0x4d516e(0x18f)]&&(_0x1dd96f[_0x4d516e(0x372)]({..._0x2800b9}),_0x2a7fce[_0x4d516e(0x372)]({..._0x2800b9,'endColumn':_0x2800b9[_0x4d516e(0x18f)]+_0xbc9743}),_0x2800b9[_0x4d516e(0x18f)]=_0x2800b9[_0x4d516e(0x18f)]+_0xbc9743);}),_0x1dd96f[_0x4fbc77(0x295)]>0x0&&_0x1d1d29[_0x4fbc77(0x340)]({'id':_0x5e5d8d[_0x4fbc77(0x335)]['id'],'params':{'unitId':_0x295a5c,'subUnitId':_0x1c1e7a,'ranges':_0x1dd96f}}),_0x2a7fce[_0x4fbc77(0x295)]>0x0&&_0x1d1d29[_0x4fbc77(0x372)]({'id':_0x5e5d8d[_0x4fbc77(0x262)]['id'],'params':{'unitId':_0x295a5c,'subUnitId':_0x1c1e7a,'ranges':_0x2a7fce}}),{'m1Prime':_0xfc3ae2,'m2Prime':_0x1d1d29[_0x4fbc77(0x295)]>0x1?_0x1d1d29:_0x1d1d29[0x0]};}},_0xb13c5b={'m1':_0x5e5d8d[_0x49989d(0x262)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'handler'(_0x19dbb8,_0x17db1f){const _0x2940d9=_0x49989d,_0x5e92a2=_0x546230[_0x2940d9(0x37e)][_0x2940d9(0x351)](_0x19dbb8),_0x1a11d2=_0x546230[_0x2940d9(0x37e)][_0x2940d9(0x351)](_0x17db1f);if(_0x19dbb8[_0x2940d9(0x265)]['unitId']!==_0x17db1f[_0x2940d9(0x265)][_0x2940d9(0x20f)]||_0x19dbb8[_0x2940d9(0x265)]['subUnitId']!==_0x17db1f['params'][_0x2940d9(0x39e)])return{'m1Prime':_0x5e92a2,'m2Prime':_0x1a11d2};const _0x379b40=_0x19dbb8[_0x2940d9(0x265)][_0x2940d9(0x20f)],_0x2d355c=_0x19dbb8[_0x2940d9(0x265)]['subUnitId'],_0x8f7b52=[_0x1a11d2],_0x3a890f=[],_0x19c8d2=[];return _0x5e92a2[_0x2940d9(0x265)][_0x2940d9(0x3b3)][_0x2940d9(0x36d)](_0x1e15f7=>{const _0x4d52c0=_0x2940d9,_0x4f4b17=_0x17db1f['params']['range'],_0x1e5657=_0x4f4b17[_0x4d52c0(0x275)]-_0x4f4b17[_0x4d52c0(0x2e7)]+0x1;_0x4f4b17['startRow']<=_0x1e15f7[_0x4d52c0(0x2e7)]?(_0x3a890f[_0x4d52c0(0x372)]({..._0x1e15f7}),_0x19c8d2[_0x4d52c0(0x372)]({..._0x1e15f7,'startRow':_0x1e15f7[_0x4d52c0(0x2e7)]+_0x1e5657,'endRow':_0x1e15f7['endRow']+_0x1e5657}),_0x1e15f7[_0x4d52c0(0x2e7)]=_0x1e15f7[_0x4d52c0(0x2e7)]+_0x1e5657,_0x1e15f7[_0x4d52c0(0x275)]=_0x1e15f7[_0x4d52c0(0x275)]+_0x1e5657):_0x4f4b17[_0x4d52c0(0x2e7)]>_0x1e15f7[_0x4d52c0(0x2e7)]&&_0x4f4b17['startRow']<=_0x1e15f7[_0x4d52c0(0x275)]&&(_0x3a890f[_0x4d52c0(0x372)]({..._0x1e15f7}),_0x19c8d2[_0x4d52c0(0x372)]({..._0x1e15f7,'endRow':_0x1e15f7[_0x4d52c0(0x275)]+_0x1e5657}),_0x1e15f7[_0x4d52c0(0x275)]=_0x1e15f7[_0x4d52c0(0x275)]+_0x1e5657);}),_0x3a890f['length']>0x0&&_0x8f7b52['unshift']({'id':_0x5e5d8d[_0x2940d9(0x335)]['id'],'params':{'unitId':_0x379b40,'subUnitId':_0x2d355c,'ranges':_0x3a890f}}),_0x19c8d2['length']>0x0&&_0x8f7b52[_0x2940d9(0x372)]({'id':_0x5e5d8d[_0x2940d9(0x262)]['id'],'params':{'unitId':_0x379b40,'subUnitId':_0x2d355c,'ranges':_0x19c8d2}}),{'m1Prime':_0x5e92a2,'m2Prime':_0x8f7b52[_0x2940d9(0x295)]>0x1?_0x8f7b52:_0x8f7b52[0x0]};}},_0x10f2f2={'m1':_0x5e5d8d[_0x49989d(0x262)]['id'],'m2':_0x5e5d8d[_0x49989d(0x33b)]['id'],'handler'(_0x553e13,_0x28baef){const _0x3b9829=_0x49989d,_0x371401=_0x546230[_0x3b9829(0x37e)][_0x3b9829(0x351)](_0x553e13),_0x12623f=_0x546230[_0x3b9829(0x37e)][_0x3b9829(0x351)](_0x28baef);if(_0x553e13['params']['unitId']!==_0x28baef[_0x3b9829(0x265)][_0x3b9829(0x20f)]||_0x553e13[_0x3b9829(0x265)][_0x3b9829(0x39e)]!==_0x28baef[_0x3b9829(0x265)][_0x3b9829(0x39e)])return{'m1Prime':_0x371401,'m2Prime':_0x12623f};const _0x1348df=[],_0x56e913=[],_0x591f94=[_0x12623f];for(let _0xbc833d=0x0;_0xbc833d<_0x371401[_0x3b9829(0x265)][_0x3b9829(0x3b3)][_0x3b9829(0x295)];_0xbc833d++){const _0xd18308=_0x371401[_0x3b9829(0x265)]['ranges'][_0xbc833d],{sourceRange:_0x6248d3,targetRange:_0x409eff}=_0x28baef[_0x3b9829(0x265)];_0x546230[_0x3b9829(0x1bb)][_0x3b9829(0x254)](_0xd18308,_0x6248d3)||_0x546230[_0x3b9829(0x1bb)][_0x3b9829(0x254)](_0xd18308,_0x409eff)?(_0x1348df['push']({..._0xd18308}),_0x371401['params']['ranges'][_0x3b9829(0x18b)](_0xbc833d,0x1),_0xbc833d--):_0x6248d3['startColumn']<_0xd18308[_0x3b9829(0x332)]&&_0x409eff['startColumn']>_0xd18308['endColumn']?(_0x1348df[_0x3b9829(0x372)]({..._0xd18308}),_0x56e913[_0x3b9829(0x372)]({..._0xd18308,'startColumn':_0xd18308[_0x3b9829(0x332)]-(_0x6248d3[_0x3b9829(0x18f)]-_0x6248d3[_0x3b9829(0x332)]+0x1),'endColumn':_0xd18308[_0x3b9829(0x18f)]-(_0x6248d3['endColumn']-_0x6248d3[_0x3b9829(0x332)]+0x1)}),_0xd18308[_0x3b9829(0x332)]=_0xd18308['startColumn']-(_0x6248d3[_0x3b9829(0x18f)]-_0x6248d3[_0x3b9829(0x332)]+0x1),_0xd18308['endColumn']=_0xd18308[_0x3b9829(0x18f)]-(_0x6248d3[_0x3b9829(0x18f)]-_0x6248d3[_0x3b9829(0x332)]+0x1)):_0x6248d3[_0x3b9829(0x332)]>_0xd18308[_0x3b9829(0x18f)]&&_0x409eff[_0x3b9829(0x18f)]<_0xd18308[_0x3b9829(0x332)]&&(_0x1348df[_0x3b9829(0x372)]({..._0xd18308}),_0x56e913['push']({..._0xd18308,'startColumn':_0xd18308[_0x3b9829(0x332)]+(_0x6248d3[_0x3b9829(0x18f)]-_0x6248d3['startColumn']+0x1),'endColumn':_0xd18308[_0x3b9829(0x18f)]+(_0x6248d3[_0x3b9829(0x18f)]-_0x6248d3[_0x3b9829(0x332)]+0x1)}),_0xd18308['startColumn']=_0xd18308[_0x3b9829(0x332)]+(_0x6248d3[_0x3b9829(0x18f)]-_0x6248d3[_0x3b9829(0x332)]+0x1),_0xd18308[_0x3b9829(0x18f)]=_0xd18308[_0x3b9829(0x18f)]+(_0x6248d3['endColumn']-_0x6248d3[_0x3b9829(0x332)]+0x1));}return _0x1348df[_0x3b9829(0x295)]>0x0&&_0x591f94['unshift']({'id':_0x5e5d8d[_0x3b9829(0x335)]['id'],'params':{'unitId':_0x553e13[_0x3b9829(0x265)][_0x3b9829(0x20f)],'subUnitId':_0x553e13[_0x3b9829(0x265)][_0x3b9829(0x39e)],'ranges':_0x1348df}}),_0x56e913[_0x3b9829(0x295)]>0x0&&_0x591f94[_0x3b9829(0x372)]({'id':_0x5e5d8d['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x553e13[_0x3b9829(0x265)][_0x3b9829(0x20f)],'subUnitId':_0x553e13['params'][_0x3b9829(0x39e)],'ranges':_0x56e913}}),_0x371401[_0x3b9829(0x265)]['ranges'][_0x3b9829(0x295)]===0x0&&(_0x371401['id']=_0x5e5d8d[_0x3b9829(0x2c2)]['id']),{'m1Prime':_0x371401,'m2Prime':_0x591f94[_0x3b9829(0x295)]>0x1?_0x591f94:_0x591f94[0x0]};}},_0x485ac3={'m1':_0x5e5d8d['AddWorksheetMergeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler'(_0x199868,_0x37913b){const _0x5d1d41=_0x49989d,_0x5c1a42=_0x546230[_0x5d1d41(0x37e)][_0x5d1d41(0x351)](_0x199868),_0x23bfb1=_0x546230[_0x5d1d41(0x37e)][_0x5d1d41(0x351)](_0x37913b);if(_0x199868['params'][_0x5d1d41(0x20f)]!==_0x37913b[_0x5d1d41(0x265)][_0x5d1d41(0x20f)])return{'m1Prime':_0x5c1a42,'m2Prime':_0x23bfb1};const _0x3418e8=[],_0x51c992=[_0x23bfb1],_0x4675f4=new _0x546230['ObjectMatrix'](_0x37913b['params'][_0x5d1d41(0x206)][_0x5d1d41(0x1f5)])[_0x5d1d41(0x289)](),_0x2ebb0d=new _0x546230[(_0x5d1d41(0x306))](_0x37913b[_0x5d1d41(0x265)]['to'][_0x5d1d41(0x1f5)])[_0x5d1d41(0x289)]();for(let _0x81f2f4=0x0;_0x81f2f4<_0x5c1a42[_0x5d1d41(0x265)]['ranges'][_0x5d1d41(0x295)];_0x81f2f4++){const _0x13e0f0=_0x5c1a42[_0x5d1d41(0x265)][_0x5d1d41(0x3b3)][_0x81f2f4];(_0x546230[_0x5d1d41(0x1bb)][_0x5d1d41(0x254)](_0x4675f4,_0x13e0f0)||_0x546230[_0x5d1d41(0x1bb)]['intersects'](_0x2ebb0d,_0x13e0f0))&&(_0x3418e8[_0x5d1d41(0x372)](_0x13e0f0),_0x5c1a42[_0x5d1d41(0x265)][_0x5d1d41(0x3b3)][_0x5d1d41(0x18b)](_0x81f2f4,0x1),_0x81f2f4--);}return _0x3418e8[_0x5d1d41(0x295)]>0x0&&_0x51c992[_0x5d1d41(0x340)]({'id':_0x5e5d8d[_0x5d1d41(0x335)]['id'],'params':{'unitId':_0x199868[_0x5d1d41(0x265)]['unitId'],'subUnitId':_0x199868[_0x5d1d41(0x265)][_0x5d1d41(0x39e)],'ranges':_0x3418e8}}),_0x5c1a42[_0x5d1d41(0x265)][_0x5d1d41(0x3b3)]['length']===0x0&&(_0x5c1a42['id']=_0x5e5d8d['EmptyMutation']['id']),{'m1Prime':_0x5c1a42,'m2Prime':_0x51c992[_0x5d1d41(0x295)]>0x1?_0x51c992:_0x51c992[0x0]};}},_0x46c8e6={'m1':_0x5e5d8d[_0x49989d(0x262)]['id'],'m2':_0x5e5d8d[_0x49989d(0x261)]['id'],'handler'(_0x3605a3,_0x529102){const _0x2b51a2=_0x49989d,_0x369de5=_0x546230[_0x2b51a2(0x37e)][_0x2b51a2(0x351)](_0x3605a3),_0x435229=_0x546230[_0x2b51a2(0x37e)][_0x2b51a2(0x351)](_0x529102);if(_0x3605a3[_0x2b51a2(0x265)][_0x2b51a2(0x20f)]!==_0x529102[_0x2b51a2(0x265)]['unitId']||_0x3605a3[_0x2b51a2(0x265)][_0x2b51a2(0x39e)]!==_0x529102['params'][_0x2b51a2(0x39e)])return{'m1Prime':_0x369de5,'m2Prime':_0x435229};const _0x6ca854=[],_0x5b42b3=[],_0xe9a54f=[_0x435229];for(let _0x367252=0x0;_0x367252<_0x369de5[_0x2b51a2(0x265)]['ranges'][_0x2b51a2(0x295)];_0x367252++){const _0x4ace9e=_0x369de5[_0x2b51a2(0x265)]['ranges'][_0x367252],{sourceRange:_0x5acb9f,targetRange:_0x6d50df}=_0x529102['params'];_0x546230[_0x2b51a2(0x1bb)][_0x2b51a2(0x254)](_0x4ace9e,_0x5acb9f)||_0x546230[_0x2b51a2(0x1bb)][_0x2b51a2(0x254)](_0x4ace9e,_0x6d50df)?(_0x6ca854['push']({..._0x4ace9e}),_0x369de5[_0x2b51a2(0x265)][_0x2b51a2(0x3b3)]['splice'](_0x367252,0x1),_0x367252--):_0x5acb9f[_0x2b51a2(0x2e7)]<_0x4ace9e[_0x2b51a2(0x2e7)]&&_0x6d50df[_0x2b51a2(0x2e7)]>_0x4ace9e['endRow']?(_0x6ca854[_0x2b51a2(0x372)]({..._0x4ace9e}),_0x5b42b3[_0x2b51a2(0x372)]({..._0x4ace9e,'startRow':_0x4ace9e['startRow']-(_0x5acb9f[_0x2b51a2(0x275)]-_0x5acb9f[_0x2b51a2(0x2e7)]+0x1),'endRow':_0x4ace9e[_0x2b51a2(0x275)]-(_0x5acb9f['endRow']-_0x5acb9f[_0x2b51a2(0x2e7)]+0x1)}),_0x4ace9e[_0x2b51a2(0x2e7)]=_0x4ace9e[_0x2b51a2(0x2e7)]-(_0x5acb9f[_0x2b51a2(0x275)]-_0x5acb9f[_0x2b51a2(0x2e7)]+0x1),_0x4ace9e[_0x2b51a2(0x275)]=_0x4ace9e[_0x2b51a2(0x275)]-(_0x5acb9f[_0x2b51a2(0x275)]-_0x5acb9f[_0x2b51a2(0x2e7)]+0x1)):_0x5acb9f[_0x2b51a2(0x2e7)]>_0x4ace9e[_0x2b51a2(0x275)]&&_0x6d50df[_0x2b51a2(0x275)]<_0x4ace9e[_0x2b51a2(0x2e7)]&&(_0x6ca854['push']({..._0x4ace9e}),_0x5b42b3['push']({..._0x4ace9e,'startRow':_0x4ace9e[_0x2b51a2(0x2e7)]+(_0x5acb9f[_0x2b51a2(0x275)]-_0x5acb9f[_0x2b51a2(0x2e7)]+0x1),'endRow':_0x4ace9e[_0x2b51a2(0x275)]+(_0x5acb9f['endRow']-_0x5acb9f['startRow']+0x1)}),_0x4ace9e[_0x2b51a2(0x2e7)]=_0x4ace9e[_0x2b51a2(0x2e7)]+(_0x5acb9f['endRow']-_0x5acb9f[_0x2b51a2(0x2e7)]+0x1),_0x4ace9e[_0x2b51a2(0x275)]=_0x4ace9e[_0x2b51a2(0x275)]+(_0x5acb9f[_0x2b51a2(0x275)]-_0x5acb9f[_0x2b51a2(0x2e7)]+0x1));}return _0x6ca854[_0x2b51a2(0x295)]>0x0&&_0xe9a54f[_0x2b51a2(0x340)]({'id':_0x5e5d8d[_0x2b51a2(0x335)]['id'],'params':{'unitId':_0x3605a3[_0x2b51a2(0x265)][_0x2b51a2(0x20f)],'subUnitId':_0x3605a3['params'][_0x2b51a2(0x39e)],'ranges':_0x6ca854}}),_0x5b42b3[_0x2b51a2(0x295)]>0x0&&_0xe9a54f[_0x2b51a2(0x372)]({'id':_0x5e5d8d['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x3605a3[_0x2b51a2(0x265)][_0x2b51a2(0x20f)],'subUnitId':_0x3605a3['params'][_0x2b51a2(0x39e)],'ranges':_0x5b42b3}}),_0x369de5[_0x2b51a2(0x265)][_0x2b51a2(0x3b3)]['length']===0x0&&(_0x369de5['id']=_0x5e5d8d[_0x2b51a2(0x2c2)]['id']),{'m1Prime':_0x369de5,'m2Prime':_0xe9a54f['length']>0x1?_0xe9a54f:_0xe9a54f[0x0]};}};function _0x3ad35c(_0x3ebfc9){const _0x24c8a6=_0x49989d;return _0x3ebfc9[_0x24c8a6(0x332)]>_0x3ebfc9[_0x24c8a6(0x18f)]||_0x3ebfc9[_0x24c8a6(0x2e7)]>_0x3ebfc9[_0x24c8a6(0x275)]?!0x1:!(_0x3ebfc9[_0x24c8a6(0x2e7)]===_0x3ebfc9[_0x24c8a6(0x275)]&&_0x3ebfc9[_0x24c8a6(0x332)]===_0x3ebfc9['endColumn']);}const _0x47325c={'m1':_0x5e5d8d[_0x49989d(0x262)]['id'],'m2':_0x5e5d8d[_0x49989d(0x39d)]['id'],'handler'(_0x3f4b58,_0x2baa0e){const _0x437efc=_0x49989d,_0x4bb5c3=_0x546230['Tools'][_0x437efc(0x351)](_0x3f4b58),_0x2a42eb=_0x546230[_0x437efc(0x37e)]['deepClone'](_0x2baa0e);if(_0x3f4b58[_0x437efc(0x265)][_0x437efc(0x20f)]!==_0x2baa0e[_0x437efc(0x265)][_0x437efc(0x20f)]||_0x3f4b58[_0x437efc(0x265)]['subUnitId']!==_0x2baa0e['params'][_0x437efc(0x39e)])return{'m1Prime':_0x4bb5c3,'m2Prime':_0x2a42eb};const _0xc00b90=_0x3f4b58['params'][_0x437efc(0x20f)],_0x4648cc=_0x3f4b58['params']['subUnitId'],_0x4dba7e=[_0x2a42eb],_0x5ca873=[],_0x1a5ce3=[];for(let _0x1e7b6d=0x0;_0x1e7b6d<_0x4bb5c3['params'][_0x437efc(0x3b3)][_0x437efc(0x295)];_0x1e7b6d++){const _0x32b4ca=_0x4bb5c3['params'][_0x437efc(0x3b3)][_0x1e7b6d],_0x16907b=_0x2baa0e[_0x437efc(0x265)][_0x437efc(0x240)],_0x28c909=_0x16907b['endColumn']-_0x16907b['startColumn']+0x1;if(_0x16907b[_0x437efc(0x332)]<_0x32b4ca[_0x437efc(0x332)]&&_0x16907b['endColumn']<_0x32b4ca[_0x437efc(0x332)])_0x5ca873[_0x437efc(0x372)]({..._0x32b4ca}),_0x1a5ce3[_0x437efc(0x372)]({..._0x32b4ca,'startColumn':_0x32b4ca[_0x437efc(0x332)]-_0x28c909,'endColumn':_0x32b4ca['endColumn']-_0x28c909}),_0x32b4ca['startColumn']=_0x32b4ca['startColumn']-_0x28c909,_0x32b4ca[_0x437efc(0x18f)]=_0x32b4ca[_0x437efc(0x18f)]-_0x28c909;else{if(_0x16907b[_0x437efc(0x332)]<_0x32b4ca[_0x437efc(0x332)]&&_0x16907b['endColumn']>=_0x32b4ca[_0x437efc(0x332)]&&_0x16907b[_0x437efc(0x18f)]<=_0x32b4ca[_0x437efc(0x18f)]){_0x5ca873[_0x437efc(0x372)]({..._0x32b4ca});const _0x267276={..._0x32b4ca,'startColumn':_0x16907b[_0x437efc(0x332)],'endColumn':_0x32b4ca[_0x437efc(0x18f)]-_0x28c909};_0x3ad35c(_0x267276)&&_0x16907b[_0x437efc(0x18f)]<_0x32b4ca[_0x437efc(0x18f)]?(_0x16907b[_0x437efc(0x18f)]<_0x32b4ca['endColumn']&&_0x1a5ce3[_0x437efc(0x372)](_0x267276),_0x32b4ca['startColumn']=_0x16907b[_0x437efc(0x332)],_0x32b4ca['endColumn']=_0x32b4ca[_0x437efc(0x18f)]-_0x28c909):(_0x4bb5c3[_0x437efc(0x265)][_0x437efc(0x3b3)][_0x437efc(0x18b)](_0x1e7b6d,0x1),_0x1e7b6d--);}else{if(_0x16907b[_0x437efc(0x332)]>_0x32b4ca[_0x437efc(0x332)]&&_0x16907b[_0x437efc(0x18f)]<_0x32b4ca[_0x437efc(0x18f)]){_0x5ca873[_0x437efc(0x372)]({..._0x32b4ca});const _0x530a54={..._0x32b4ca,'endColumn':_0x32b4ca['endColumn']-_0x28c909};_0x3ad35c(_0x530a54)?(_0x1a5ce3[_0x437efc(0x372)](_0x530a54),_0x32b4ca['endColumn']=_0x32b4ca[_0x437efc(0x18f)]-_0x28c909):(_0x4bb5c3['params'][_0x437efc(0x3b3)][_0x437efc(0x18b)](_0x1e7b6d,0x1),_0x1e7b6d--);}else{if(_0x16907b['startColumn']>=_0x32b4ca['startColumn']&&_0x16907b[_0x437efc(0x332)]<=_0x32b4ca[_0x437efc(0x18f)]&&_0x16907b[_0x437efc(0x18f)]>_0x32b4ca['endColumn']){_0x5ca873[_0x437efc(0x372)]({..._0x32b4ca});const _0x232a1b={..._0x32b4ca,'endColumn':_0x16907b[_0x437efc(0x332)]-0x1};_0x3ad35c(_0x232a1b)&&_0x16907b['startColumn']>_0x32b4ca['startColumn']?(_0x1a5ce3[_0x437efc(0x372)](_0x232a1b),_0x32b4ca[_0x437efc(0x18f)]=_0x16907b[_0x437efc(0x332)]-0x1):(_0x4bb5c3[_0x437efc(0x265)][_0x437efc(0x3b3)]['splice'](_0x1e7b6d,0x1),_0x1e7b6d--);}else _0x16907b['startColumn']>_0x32b4ca[_0x437efc(0x18f)]||_0x16907b[_0x437efc(0x332)]<=_0x32b4ca[_0x437efc(0x332)]&&_0x16907b[_0x437efc(0x18f)]>=_0x32b4ca[_0x437efc(0x18f)]&&(_0x5ca873[_0x437efc(0x372)]({..._0x32b4ca}),_0x4bb5c3[_0x437efc(0x265)][_0x437efc(0x3b3)][_0x437efc(0x18b)](_0x1e7b6d,0x1),_0x1e7b6d--);}}}}return _0x5ca873[_0x437efc(0x295)]>0x0&&_0x4dba7e[_0x437efc(0x340)]({'id':_0x5e5d8d[_0x437efc(0x335)]['id'],'params':{'unitId':_0xc00b90,'subUnitId':_0x4648cc,'ranges':_0x5ca873}}),_0x1a5ce3[_0x437efc(0x295)]>0x0&&_0x4dba7e[_0x437efc(0x372)]({'id':_0x5e5d8d['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0xc00b90,'subUnitId':_0x4648cc,'ranges':_0x1a5ce3}}),_0x4bb5c3['params'][_0x437efc(0x3b3)][_0x437efc(0x295)]===0x0&&(_0x4bb5c3['id']=_0x5e5d8d[_0x437efc(0x2c2)]['id']),{'m1Prime':_0x4bb5c3,'m2Prime':_0x4dba7e[_0x437efc(0x295)]>0x1?_0x4dba7e:_0x4dba7e[0x0]};}},_0xb3fe04={'m1':_0x5e5d8d['AddWorksheetMergeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'handler'(_0x2f258f,_0x5a5c38){const _0x2e6673=_0x49989d,_0x5356e9=_0x546230[_0x2e6673(0x37e)]['deepClone'](_0x2f258f),_0x1ea320=_0x546230['Tools'][_0x2e6673(0x351)](_0x5a5c38);if(_0x2f258f['params'][_0x2e6673(0x20f)]!==_0x5a5c38[_0x2e6673(0x265)][_0x2e6673(0x20f)]||_0x2f258f[_0x2e6673(0x265)]['subUnitId']!==_0x5a5c38[_0x2e6673(0x265)][_0x2e6673(0x39e)])return{'m1Prime':_0x5356e9,'m2Prime':_0x1ea320};const _0x5546aa=_0x2f258f[_0x2e6673(0x265)][_0x2e6673(0x20f)],_0x4a7c27=_0x2f258f['params'][_0x2e6673(0x39e)],_0x2f64de=[_0x1ea320],_0x55835b=[],_0x86223c=[];for(let _0x1d2ffb=0x0;_0x1d2ffb<_0x5356e9[_0x2e6673(0x265)][_0x2e6673(0x3b3)][_0x2e6673(0x295)];_0x1d2ffb++){const _0x2a6c0a=_0x5356e9[_0x2e6673(0x265)]['ranges'][_0x1d2ffb],_0xc2595a=_0x5a5c38['params'][_0x2e6673(0x240)],_0x504c5b=_0xc2595a[_0x2e6673(0x275)]-_0xc2595a['startRow']+0x1;if(_0xc2595a[_0x2e6673(0x2e7)]<_0x2a6c0a[_0x2e6673(0x2e7)]&&_0xc2595a[_0x2e6673(0x275)]<_0x2a6c0a[_0x2e6673(0x2e7)])_0x55835b[_0x2e6673(0x372)]({..._0x2a6c0a}),_0x86223c[_0x2e6673(0x372)]({..._0x2a6c0a,'startRow':_0x2a6c0a[_0x2e6673(0x2e7)]-_0x504c5b,'endRow':_0x2a6c0a[_0x2e6673(0x275)]-_0x504c5b}),_0x2a6c0a[_0x2e6673(0x2e7)]=_0x2a6c0a[_0x2e6673(0x2e7)]-_0x504c5b,_0x2a6c0a[_0x2e6673(0x275)]=_0x2a6c0a[_0x2e6673(0x275)]-_0x504c5b;else{if(_0xc2595a[_0x2e6673(0x2e7)]<_0x2a6c0a[_0x2e6673(0x2e7)]&&_0xc2595a[_0x2e6673(0x275)]>=_0x2a6c0a[_0x2e6673(0x2e7)]&&_0xc2595a[_0x2e6673(0x275)]<=_0x2a6c0a['endRow']){_0x55835b[_0x2e6673(0x372)]({..._0x2a6c0a});const _0x2789e3={..._0x2a6c0a,'startRow':_0xc2595a[_0x2e6673(0x2e7)],'endRow':_0x2a6c0a['endRow']-_0x504c5b};_0x3ad35c(_0x2789e3)&&_0xc2595a[_0x2e6673(0x275)]<_0x2a6c0a[_0x2e6673(0x275)]?(_0xc2595a[_0x2e6673(0x275)]<_0x2a6c0a[_0x2e6673(0x275)]&&_0x86223c['push'](_0x2789e3),_0x2a6c0a[_0x2e6673(0x2e7)]=_0xc2595a[_0x2e6673(0x2e7)],_0x2a6c0a[_0x2e6673(0x275)]=_0x2a6c0a[_0x2e6673(0x275)]-_0x504c5b):(_0x5356e9['params']['ranges'][_0x2e6673(0x18b)](_0x1d2ffb,0x1),_0x1d2ffb--);}else{if(_0xc2595a[_0x2e6673(0x2e7)]>_0x2a6c0a[_0x2e6673(0x2e7)]&&_0xc2595a[_0x2e6673(0x275)]<_0x2a6c0a['endRow']){_0x55835b[_0x2e6673(0x372)]({..._0x2a6c0a});const _0x1b4fe0={..._0x2a6c0a,'endRow':_0x2a6c0a['endRow']-_0x504c5b};_0x3ad35c(_0x1b4fe0)?(_0x86223c[_0x2e6673(0x372)](_0x1b4fe0),_0x2a6c0a[_0x2e6673(0x275)]=_0x2a6c0a['endRow']-_0x504c5b):(_0x5356e9[_0x2e6673(0x265)]['ranges'][_0x2e6673(0x18b)](_0x1d2ffb,0x1),_0x1d2ffb--);}else{if(_0xc2595a['startRow']>=_0x2a6c0a['startRow']&&_0xc2595a['startRow']<=_0x2a6c0a[_0x2e6673(0x275)]&&_0xc2595a[_0x2e6673(0x275)]>_0x2a6c0a[_0x2e6673(0x275)]){_0x55835b[_0x2e6673(0x372)]({..._0x2a6c0a});const _0x5ad451={..._0x2a6c0a,'endRow':_0xc2595a[_0x2e6673(0x2e7)]-0x1};_0x3ad35c(_0x5ad451)&&_0xc2595a[_0x2e6673(0x2e7)]>_0x2a6c0a[_0x2e6673(0x2e7)]?(_0x86223c['push'](_0x5ad451),_0x2a6c0a[_0x2e6673(0x275)]=_0xc2595a[_0x2e6673(0x2e7)]-0x1):(_0x5356e9[_0x2e6673(0x265)][_0x2e6673(0x3b3)][_0x2e6673(0x18b)](_0x1d2ffb,0x1),_0x1d2ffb--);}else _0xc2595a[_0x2e6673(0x2e7)]>_0x2a6c0a[_0x2e6673(0x275)]||_0xc2595a[_0x2e6673(0x2e7)]<=_0x2a6c0a[_0x2e6673(0x2e7)]&&_0xc2595a[_0x2e6673(0x275)]>=_0x2a6c0a[_0x2e6673(0x275)]&&(_0x55835b[_0x2e6673(0x372)]({..._0x2a6c0a}),_0x5356e9[_0x2e6673(0x265)][_0x2e6673(0x3b3)]['splice'](_0x1d2ffb,0x1),_0x1d2ffb--);}}}}return _0x55835b[_0x2e6673(0x295)]>0x0&&_0x2f64de['unshift']({'id':_0x5e5d8d[_0x2e6673(0x335)]['id'],'params':{'unitId':_0x5546aa,'subUnitId':_0x4a7c27,'ranges':_0x55835b}}),_0x86223c[_0x2e6673(0x295)]>0x0&&_0x2f64de[_0x2e6673(0x372)]({'id':_0x5e5d8d[_0x2e6673(0x262)]['id'],'params':{'unitId':_0x5546aa,'subUnitId':_0x4a7c27,'ranges':_0x86223c}}),_0x5356e9['params'][_0x2e6673(0x3b3)][_0x2e6673(0x295)]===0x0&&(_0x5356e9['id']=_0x5e5d8d[_0x2e6673(0x2c2)]['id']),{'m1Prime':_0x5356e9,'m2Prime':_0x2f64de[_0x2e6673(0x295)]>0x1?_0x2f64de:_0x2f64de[0x0]};}},_0x47f41f={'m1':_0x5e5d8d['AddWorksheetMergeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler'(_0xffdcd0,_0xbecc75){const _0x2d1af7=_0x49989d,_0x5d8e54=_0x546230[_0x2d1af7(0x37e)][_0x2d1af7(0x351)](_0xffdcd0),_0xfcb760=_0x546230[_0x2d1af7(0x37e)][_0x2d1af7(0x351)](_0xbecc75);if(_0xffdcd0[_0x2d1af7(0x265)][_0x2d1af7(0x20f)]!==_0xbecc75['params'][_0x2d1af7(0x20f)]||_0xffdcd0['params']['subUnitId']!==_0xbecc75[_0x2d1af7(0x265)][_0x2d1af7(0x39e)])return{'m1Prime':_0x5d8e54,'m2Prime':_0xfcb760};const _0x354f0a=[..._0xfcb760[_0x2d1af7(0x265)]['ranges']];for(let _0x54eee1=0x0;_0x54eee1<_0x5d8e54[_0x2d1af7(0x265)][_0x2d1af7(0x3b3)][_0x2d1af7(0x295)];_0x54eee1++){let _0x2d98e5=!0x1;for(let _0xb6cd8c=0x0;_0xb6cd8c<_0xfcb760[_0x2d1af7(0x265)][_0x2d1af7(0x3b3)][_0x2d1af7(0x295)];_0xb6cd8c++){const _0x40a494=_0x5d8e54[_0x2d1af7(0x265)][_0x2d1af7(0x3b3)][_0x54eee1],_0x545e09=_0xfcb760['params'][_0x2d1af7(0x3b3)][_0xb6cd8c];if(_0x546230[_0x2d1af7(0x1bb)][_0x2d1af7(0x254)](_0x40a494,_0x545e09)){_0x2d98e5=!0x0;break;}}_0x2d98e5&&(_0x354f0a[_0x2d1af7(0x372)](_0x5d8e54[_0x2d1af7(0x265)][_0x2d1af7(0x3b3)][_0x54eee1]),_0x5d8e54[_0x2d1af7(0x265)][_0x2d1af7(0x3b3)][_0x2d1af7(0x18b)](_0x54eee1,0x1),_0x54eee1--);}return _0xfcb760['params']['ranges']=_0x354f0a,_0x5d8e54[_0x2d1af7(0x265)][_0x2d1af7(0x3b3)][_0x2d1af7(0x295)]===0x0&&(_0x5d8e54['id']=_0x5e5d8d[_0x2d1af7(0x2c2)]['id']),{'m1Prime':_0x5d8e54,'m2Prime':_0xfcb760};}},_0x231942={'m1':_0x5e5d8d[_0x49989d(0x262)]['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler'(_0x21b4c1,_0x4b6edb){const _0x57772d=_0x49989d,_0x484c5c=_0x546230[_0x57772d(0x37e)][_0x57772d(0x351)](_0x21b4c1),_0x4d0335=_0x546230[_0x57772d(0x37e)][_0x57772d(0x351)](_0x4b6edb);if(_0x21b4c1[_0x57772d(0x265)][_0x57772d(0x20f)]!==_0x4b6edb[_0x57772d(0x265)][_0x57772d(0x20f)]||_0x21b4c1['params'][_0x57772d(0x39e)]!==_0x4b6edb[_0x57772d(0x265)][_0x57772d(0x39e)])return{'m1Prime':_0x484c5c,'m2Prime':_0x4d0335};const _0x256aca=[_0x484c5c],_0x421335=[_0x4d0335],_0x4373c6=new _0x546230[(_0x57772d(0x306))](_0x546230[_0x57772d(0x37e)]['deepClone'](_0x4b6edb['params'][_0x57772d(0x1c3)])),_0x34e8b0=new Set(),_0x3df31c={};for(let _0x571b01=0x0;_0x571b01<_0x484c5c[_0x57772d(0x265)][_0x57772d(0x3b3)][_0x57772d(0x295)];_0x571b01++){const _0x221502=_0x484c5c['params']['ranges'][_0x571b01],{startRow:_0x5ac35a,startColumn:_0x220e34,endRow:_0x361363,endColumn:_0x4d7251}=_0x221502;let _0x2a6700=!0x1;_0x4373c6[_0x57772d(0x299)]((_0xe1e66c,_0x17ee59,_0x36861d)=>{const _0x46246c=_0x57772d;if(_0xe1e66c>=_0x5ac35a&&_0xe1e66c<=_0x361363&&_0x17ee59>=_0x220e34&&_0x17ee59<=_0x4d7251){const _0x16956d=_0x4373c6['getValue'](_0xe1e66c,_0x17ee59),_0x358324=_0x16956d===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x16956d;_0x358324&&(_0x3df31c[_0xe1e66c]||(_0x3df31c[_0xe1e66c]={}),_0x3df31c[_0xe1e66c][_0x17ee59]={},(_0x36861d==null?void 0x0:_0x36861d['v'])!==void 0x0&&(_0x3df31c[_0xe1e66c][_0x17ee59]['v']=null,delete _0x358324['v']),(_0x36861d==null?void 0x0:_0x36861d['f'])!==void 0x0&&(_0x3df31c[_0xe1e66c][_0x17ee59]['f']=null,delete _0x358324['f']),(_0x36861d==null?void 0x0:_0x36861d['t'])!==void 0x0&&(_0x3df31c[_0xe1e66c][_0x17ee59]['t']=null,delete _0x358324['t']),(_0x36861d==null?void 0x0:_0x36861d['si'])!==void 0x0&&(_0x3df31c[_0xe1e66c][_0x17ee59]['si']=null,delete _0x358324['si']),(_0x36861d==null?void 0x0:_0x36861d['p'])!==void 0x0&&(_0x3df31c[_0xe1e66c][_0x17ee59]['p']=null,delete _0x358324['p']),(_0x36861d==null?void 0x0:_0x36861d['s'])!==void 0x0&&(_0x3df31c[_0xe1e66c][_0x17ee59]['s']=null,delete _0x358324['s']),_0x4373c6[_0x46246c(0x1ec)](_0xe1e66c,_0x17ee59,_0x358324),_0x2a6700=!0x0);}}),_0x2a6700&&(_0x34e8b0[_0x57772d(0x310)]({..._0x221502}),_0x484c5c[_0x57772d(0x265)][_0x57772d(0x3b3)]['splice'](_0x571b01,0x1),_0x571b01--);}return _0x4d0335[_0x57772d(0x265)][_0x57772d(0x1c3)]=_0x4373c6[_0x57772d(0x217)](),_0x34e8b0[_0x57772d(0x1c2)]>0x0&&_0x421335[_0x57772d(0x340)]({'id':_0x5e5d8d['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x21b4c1[_0x57772d(0x265)][_0x57772d(0x20f)],'subUnitId':_0x21b4c1[_0x57772d(0x265)][_0x57772d(0x39e)],'ranges':Array['from'](_0x34e8b0)}}),_0x484c5c[_0x57772d(0x265)][_0x57772d(0x3b3)][_0x57772d(0x295)]===0x0&&(_0x484c5c['id']=_0x5e5d8d[_0x57772d(0x2c2)]['id']),Object[_0x57772d(0x274)](_0x3df31c)['length']>0x0&&_0x256aca[_0x57772d(0x340)]({'id':_0x5e5d8d[_0x57772d(0x27e)]['id'],'params':{'unitId':_0x21b4c1['params'][_0x57772d(0x20f)],'subUnitId':_0x21b4c1[_0x57772d(0x265)][_0x57772d(0x39e)],'cellValue':_0x3df31c}}),{'m1Prime':_0x256aca[_0x57772d(0x295)]>0x1?_0x256aca:_0x256aca[0x0],'m2Prime':_0x421335[_0x57772d(0x295)]>0x1?_0x421335:_0x421335[0x0]};}},_0xa73edb={'m1':_0x5e5d8d[_0x49989d(0x262)]['id'],'m2':_0x5e5d8d[_0x49989d(0x192)]['id'],'handler'(_0x1b5f0b,_0x451cb4){const _0x38e972=_0x49989d,_0x4fc8cc={'m1Prime':[],'m2Prime':[]};if(_0x1b5f0b[_0x38e972(0x265)][_0x38e972(0x20f)]!==_0x451cb4['params'][_0x38e972(0x20f)]||_0x1b5f0b[_0x38e972(0x265)]['subUnitId']!==_0x451cb4[_0x38e972(0x265)][_0x38e972(0x39e)])return _0x4fc8cc;const _0x406cf1=_0x546230['Tools']['deepClone'](_0x451cb4),_0x577075=_0x406cf1[_0x38e972(0x265)][_0x38e972(0x204)];_0x577075[_0x38e972(0x36d)]((_0x9bbdee,_0x566ef6)=>{const _0x2b9074=_0x38e972,{range:_0x44a53d,primary:_0x2222da}=_0x9bbdee;_0x1b5f0b[_0x2b9074(0x265)][_0x2b9074(0x3b3)][_0x2b9074(0x36d)](_0x429e44=>{const _0x3f07d1=_0x2b9074;_0x546230[_0x3f07d1(0x1bb)]['intersects'](_0x429e44,_0x44a53d)&&(_0x44a53d[_0x3f07d1(0x2e7)]=Math[_0x3f07d1(0x27b)](_0x429e44[_0x3f07d1(0x2e7)],_0x44a53d['startRow']),_0x44a53d[_0x3f07d1(0x332)]=Math[_0x3f07d1(0x27b)](_0x429e44[_0x3f07d1(0x332)],_0x44a53d[_0x3f07d1(0x332)]),_0x44a53d[_0x3f07d1(0x275)]=Math[_0x3f07d1(0x287)](_0x429e44[_0x3f07d1(0x275)],_0x44a53d['endRow']),_0x44a53d[_0x3f07d1(0x18f)]=Math[_0x3f07d1(0x287)](_0x429e44[_0x3f07d1(0x18f)],_0x44a53d[_0x3f07d1(0x18f)])),_0x2222da&&_0x546230[_0x3f07d1(0x1bb)][_0x3f07d1(0x254)](_0x429e44,_0x2222da)&&_0x566ef6===_0x577075[_0x3f07d1(0x295)]-0x1&&(_0x2222da[_0x3f07d1(0x332)]===_0x429e44[_0x3f07d1(0x332)]&&_0x2222da[_0x3f07d1(0x2e7)]&&_0x429e44[_0x3f07d1(0x2e7)]&&(_0x2222da[_0x3f07d1(0x232)]=!0x0),_0x2222da[_0x3f07d1(0x2e7)]=Math['min'](_0x429e44[_0x3f07d1(0x2e7)],_0x2222da['startRow']),_0x2222da['startColumn']=Math[_0x3f07d1(0x27b)](_0x429e44[_0x3f07d1(0x332)],_0x2222da[_0x3f07d1(0x332)]),_0x2222da[_0x3f07d1(0x275)]=Math[_0x3f07d1(0x287)](_0x429e44[_0x3f07d1(0x275)],_0x2222da[_0x3f07d1(0x275)]),_0x2222da[_0x3f07d1(0x18f)]=Math['max'](_0x429e44['endColumn'],_0x2222da[_0x3f07d1(0x18f)]),_0x2222da['isMerged']=!0x0);});}),_0x577075[_0x38e972(0x2e2)]((_0x48b924,_0x5c51ff)=>{const _0x9f8b54=_0x38e972,_0x11f0ba=_0x48b924[_0x9f8b54(0x240)],_0x17eac2=_0x5c51ff[_0x9f8b54(0x240)];return _0x11f0ba['startRow']===_0x17eac2[_0x9f8b54(0x2e7)]?_0x11f0ba[_0x9f8b54(0x332)]-_0x17eac2['startColumn']:_0x11f0ba['startRow']-_0x17eac2[_0x9f8b54(0x2e7)];});const _0x1e873b=[];let _0x53d9be=null;for(const _0x59252b of _0x577075)_0x53d9be===null||!_0x546230['Rectangle'][_0x38e972(0x254)](_0x53d9be['range'],_0x59252b[_0x38e972(0x240)])?(_0x1e873b[_0x38e972(0x372)](_0x59252b),_0x53d9be=_0x59252b):(_0x53d9be[_0x38e972(0x240)][_0x38e972(0x2e7)]=Math[_0x38e972(0x27b)](_0x53d9be[_0x38e972(0x240)][_0x38e972(0x2e7)],_0x59252b[_0x38e972(0x240)][_0x38e972(0x2e7)]),_0x53d9be['range'][_0x38e972(0x332)]=Math[_0x38e972(0x27b)](_0x53d9be[_0x38e972(0x240)][_0x38e972(0x332)],_0x59252b[_0x38e972(0x240)][_0x38e972(0x332)]),_0x53d9be[_0x38e972(0x240)]['endRow']=Math['max'](_0x53d9be['range']['endRow'],_0x59252b[_0x38e972(0x240)][_0x38e972(0x275)]),_0x53d9be[_0x38e972(0x240)][_0x38e972(0x18f)]=Math[_0x38e972(0x287)](_0x53d9be[_0x38e972(0x240)][_0x38e972(0x18f)],_0x59252b[_0x38e972(0x240)][_0x38e972(0x18f)]),_0x59252b[_0x38e972(0x3ae)]&&(_0x53d9be[_0x38e972(0x3ae)]=_0x59252b['primary']));return _0x406cf1[_0x38e972(0x265)]['selections']=_0x1e873b,_0x4fc8cc[_0x38e972(0x2fd)][_0x38e972(0x372)](_0x406cf1),_0x4fc8cc;}},_0x106380={'m1':_0x5e5d8d['AddWorksheetProtectionMutation']['id'],'m2':_0x101f9d['AddCommentMutation']['id'],'handler':(_0x15fc37,_0x3bea04)=>{const _0x4e87f6=_0x49989d,_0x118f02={'m1Prime':_0x15fc37,'m2Prime':_0x3bea04};return _0x15fc37['params'][_0x4e87f6(0x20f)]!==_0x3bea04['params'][_0x4e87f6(0x20f)]||_0x15fc37[_0x4e87f6(0x265)][_0x4e87f6(0x39e)]!==_0x3bea04[_0x4e87f6(0x265)][_0x4e87f6(0x39e)]?_0x118f02:{'error':new Error(_0x4e87f6(0x2f5))};}},_0x28180d={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x199094[_0x49989d(0x2ba)]['id'],'handler':(_0x29930d,_0x4a9d1e)=>{const _0x28530e=_0x49989d,_0x1e0d43={'m1Prime':_0x29930d,'m2Prime':_0x4a9d1e};return _0x29930d['params'][_0x28530e(0x20f)]!==_0x4a9d1e[_0x28530e(0x265)][_0x28530e(0x20f)]||_0x29930d[_0x28530e(0x265)][_0x28530e(0x39e)]!==_0x4a9d1e[_0x28530e(0x265)][_0x28530e(0x39e)]?_0x1e0d43:{'error':new Error(_0x28530e(0x301))};}},_0x15cb4d={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1d5)]['id'],'handler':(_0xfd4cc,_0x5d5b32)=>{const _0x2de5c5=_0x49989d,_0x1cfaf5={'m1Prime':_0xfd4cc,'m2Prime':_0x5d5b32};return _0xfd4cc[_0x2de5c5(0x265)][_0x2de5c5(0x20f)]!==_0x5d5b32['params'][_0x2de5c5(0x20f)]||_0xfd4cc['params']['subUnitId']!==_0x5d5b32[_0x2de5c5(0x265)][_0x2de5c5(0x39e)]?_0x1cfaf5:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection')};}},_0x2c6465={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler':(_0x51502b,_0x9ba438)=>{const _0xba3f47=_0x49989d,_0x3d0a45={'m1Prime':_0x51502b,'m2Prime':_0x9ba438};return _0x51502b[_0xba3f47(0x265)]['unitId']!==_0x9ba438['params'][_0xba3f47(0x20f)]||_0x51502b[_0xba3f47(0x265)][_0xba3f47(0x39e)]!==_0x9ba438[_0xba3f47(0x265)]['subUnitId']?_0x3d0a45:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')};}},_0x300708={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x28d)]['id'],'handler':(_0x542d03,_0x381cd1)=>{const _0x528a71=_0x49989d,_0x179d1f={'m1Prime':_0x542d03,'m2Prime':_0x381cd1};return _0x542d03[_0x528a71(0x265)][_0x528a71(0x20f)]!==_0x381cd1['params']['unitId']||_0x542d03[_0x528a71(0x265)]['subUnitId']!==_0x381cd1[_0x528a71(0x265)][_0x528a71(0x205)][_0x528a71(0x39e)]?_0x179d1f:{'error':new Error(_0x528a71(0x39c))};}},_0x4c53bb={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d['SetWorksheetOrderMutation']['id'],'handler':(_0x100137,_0x25e19b)=>{const _0x135946=_0x49989d,_0x1dd87e={'m1Prime':_0x100137,'m2Prime':_0x25e19b};return _0x100137[_0x135946(0x265)][_0x135946(0x20f)]!==_0x25e19b[_0x135946(0x265)][_0x135946(0x20f)]||_0x100137[_0x135946(0x265)][_0x135946(0x39e)]!==_0x25e19b[_0x135946(0x265)][_0x135946(0x39e)]?_0x1dd87e:{'error':new Error(_0x135946(0x35f))};}},_0x5207e7={'m1':_0x5e5d8d['AddWorksheetProtectionMutation']['id'],'m2':_0x199094[_0x49989d(0x253)]['id'],'handler':(_0x500a8c,_0x3cfad3)=>{const _0x3866d7=_0x49989d,_0x16c4c4={'m1Prime':_0x500a8c,'m2Prime':_0x3cfad3};return _0x500a8c[_0x3866d7(0x265)][_0x3866d7(0x20f)]!==_0x3cfad3['params'][_0x3866d7(0x20f)]||_0x500a8c[_0x3866d7(0x265)][_0x3866d7(0x39e)]!==_0x3cfad3[_0x3866d7(0x265)][_0x3866d7(0x39e)]?_0x16c4c4:{'error':new Error(_0x3866d7(0x376))};}},_0xfb3354={'m1':_0x5e5d8d['AddWorksheetProtectionMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x278)]['id'],'handler':(_0x184d8a,_0x267e68)=>{const _0x5a60df=_0x49989d,_0x9a8968={'m1Prime':_0x184d8a,'m2Prime':_0x267e68};return _0x184d8a[_0x5a60df(0x265)][_0x5a60df(0x20f)]!==_0x267e68[_0x5a60df(0x265)][_0x5a60df(0x20f)]||_0x184d8a[_0x5a60df(0x265)][_0x5a60df(0x39e)]!==_0x267e68[_0x5a60df(0x265)][_0x5a60df(0x39e)]?_0x9a8968:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col')};}},_0x13b818={'m1':_0x5e5d8d['AddWorksheetProtectionMutation']['id'],'m2':_0x5e5d8d['InsertRowMutation']['id'],'handler':(_0x1c019e,_0x4ab25d)=>{const _0xe84865=_0x49989d,_0x30ed08={'m1Prime':_0x1c019e,'m2Prime':_0x4ab25d};return _0x1c019e[_0xe84865(0x265)][_0xe84865(0x20f)]!==_0x4ab25d[_0xe84865(0x265)][_0xe84865(0x20f)]||_0x1c019e['params'][_0xe84865(0x39e)]!==_0x4ab25d[_0xe84865(0x265)][_0xe84865(0x39e)]?_0x30ed08:{'error':new Error(_0xe84865(0x281))};}},_0x422b15={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d['MoveColsMutation']['id'],'handler':(_0x6e394d,_0x212c29)=>{const _0xaef3ad=_0x49989d,_0x12124f={'m1Prime':_0x6e394d,'m2Prime':_0x212c29};return _0x6e394d[_0xaef3ad(0x265)]['unitId']!==_0x212c29[_0xaef3ad(0x265)]['unitId']||_0x6e394d['params'][_0xaef3ad(0x39e)]!==_0x212c29[_0xaef3ad(0x265)][_0xaef3ad(0x39e)]?_0x12124f:{'error':new Error(_0xaef3ad(0x249))};}},_0x4c95f0={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler':(_0x4a2098,_0x3844d2)=>{const _0xf884da=_0x49989d,_0x5cc10f={'m1Prime':_0x4a2098,'m2Prime':_0x3844d2};return _0x4a2098[_0xf884da(0x265)][_0xf884da(0x20f)]!==_0x3844d2[_0xf884da(0x265)][_0xf884da(0x20f)]||_0x4a2098[_0xf884da(0x265)]['subUnitId']!==_0x3844d2[_0xf884da(0x265)][_0xf884da(0x206)][_0xf884da(0x39e)]?_0x5cc10f:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range')};}},_0x146639={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x261)]['id'],'handler':(_0x320e01,_0xf4f8a4)=>{const _0x4f40f7=_0x49989d,_0x4d9300={'m1Prime':_0x320e01,'m2Prime':_0xf4f8a4};return _0x320e01[_0x4f40f7(0x265)][_0x4f40f7(0x20f)]!==_0xf4f8a4[_0x4f40f7(0x265)][_0x4f40f7(0x20f)]||_0x320e01[_0x4f40f7(0x265)][_0x4f40f7(0x39e)]!==_0xf4f8a4[_0x4f40f7(0x265)]['subUnitId']?_0x4d9300:{'error':new Error(_0x4f40f7(0x1d9))};}},_0x57c8ab={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x39d)]['id'],'handler':(_0x455205,_0x386f9f)=>{const _0x46bafe=_0x49989d,_0x502aae={'m1Prime':_0x455205,'m2Prime':_0x386f9f};return _0x455205[_0x46bafe(0x265)]['unitId']!==_0x386f9f[_0x46bafe(0x265)][_0x46bafe(0x20f)]||_0x455205['params'][_0x46bafe(0x39e)]!==_0x386f9f[_0x46bafe(0x265)]['subUnitId']?_0x502aae:{'error':new Error(_0x46bafe(0x3b2))};}},_0x2fc369={'m1':_0x5e5d8d['AddWorksheetProtectionMutation']['id'],'m2':_0x24b62e[_0x49989d(0x327)]['id'],'handler':(_0x34ff2b,_0x103e1e)=>{const _0x364ca7=_0x49989d,_0x5f25f4={'m1Prime':_0x34ff2b,'m2Prime':_0x103e1e};return _0x34ff2b[_0x364ca7(0x265)][_0x364ca7(0x20f)]!==_0x103e1e[_0x364ca7(0x265)][_0x364ca7(0x20f)]||_0x34ff2b[_0x364ca7(0x265)]['subUnitId']!==_0x103e1e[_0x364ca7(0x265)]['subUnitId']?_0x5f25f4:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule')};}},_0x357aa8={'m1':_0x5e5d8d['AddWorksheetProtectionMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler':(_0x5cb075,_0x40aea8)=>{const _0x5f3645=_0x49989d,_0xf53b44={'m1Prime':_0x5cb075,'m2Prime':_0x40aea8};return _0x5cb075[_0x5f3645(0x265)]['unitId']!==_0x40aea8[_0x5f3645(0x265)]['unitId']||_0x5cb075[_0x5f3645(0x265)][_0x5f3645(0x39e)]!==_0x40aea8[_0x5f3645(0x265)]['subUnitId']?_0xf53b44:{'error':new Error(_0x5f3645(0x26b))};}},_0x157a3f={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d['RemoveRowMutation']['id'],'handler':(_0x19821f,_0x2512f5)=>{const _0x3d8e6e=_0x49989d,_0x3dd053={'m1Prime':_0x19821f,'m2Prime':_0x2512f5};return _0x19821f['params'][_0x3d8e6e(0x20f)]!==_0x2512f5[_0x3d8e6e(0x265)][_0x3d8e6e(0x20f)]||_0x19821f[_0x3d8e6e(0x265)]['subUnitId']!==_0x2512f5[_0x3d8e6e(0x265)][_0x3d8e6e(0x39e)]?_0x3dd053:{'error':new Error(_0x3d8e6e(0x3b5))};}},_0x36dddc={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x37ca0b[_0x49989d(0x37f)]['id'],'handler':(_0x2475b6,_0x1d3c31)=>{const _0x1ef305=_0x49989d,_0x2ad29e={'m1Prime':_0x2475b6,'m2Prime':_0x1d3c31};return _0x2475b6[_0x1ef305(0x265)][_0x1ef305(0x20f)]!==_0x1d3c31[_0x1ef305(0x265)][_0x1ef305(0x20f)]||_0x2475b6[_0x1ef305(0x265)]['subUnitId']!==_0x1d3c31[_0x1ef305(0x265)][_0x1ef305(0x39e)]?_0x2ad29e:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x3ce5a4={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1b0)]['id'],'handler':(_0x107fd7,_0x385692)=>{const _0x114121=_0x49989d,_0x1c4ccc={'m1Prime':_0x107fd7,'m2Prime':_0x385692};return _0x107fd7['params'][_0x114121(0x20f)]!==_0x385692[_0x114121(0x265)]['unitId']||_0x107fd7[_0x114121(0x265)][_0x114121(0x39e)]!==_0x385692[_0x114121(0x265)]['subUnitId']?_0x1c4ccc:{'error':new Error(_0x114121(0x367))};}},_0x49245f={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler':(_0x4d4f52,_0x463ab4)=>{const _0x153ee9=_0x49989d,_0x430499={'m1Prime':_0x4d4f52,'m2Prime':_0x463ab4};return _0x4d4f52['params']['unitId']!==_0x463ab4['params']['unitId']||_0x4d4f52[_0x153ee9(0x265)][_0x153ee9(0x39e)]!==_0x463ab4[_0x153ee9(0x265)][_0x153ee9(0x39e)]?_0x430499:{'error':new Error(_0x153ee9(0x298))};}},_0x2eaf2d={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x199094[_0x49989d(0x2f0)]['id'],'handler':(_0x2fd53f,_0xd20a01)=>{const _0x5c1364=_0x49989d,_0x174afa={'m1Prime':_0x2fd53f,'m2Prime':_0xd20a01};return _0x2fd53f['params'][_0x5c1364(0x20f)]!==_0xd20a01[_0x5c1364(0x265)]['unitId']||_0x2fd53f[_0x5c1364(0x265)][_0x5c1364(0x39e)]!==_0xd20a01[_0x5c1364(0x265)][_0x5c1364(0x39e)]?_0x174afa:{'error':new Error(_0x5c1364(0x228))};}},_0xde13e1={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d['SetFrozenMutation']['id'],'handler':(_0x161bf1,_0x22de41)=>{const _0x3149bf=_0x49989d,_0x540078={'m1Prime':_0x161bf1,'m2Prime':_0x22de41};return _0x161bf1[_0x3149bf(0x265)][_0x3149bf(0x20f)]!==_0x22de41[_0x3149bf(0x265)][_0x3149bf(0x20f)]||_0x161bf1[_0x3149bf(0x265)]['subUnitId']!==_0x22de41['params'][_0x3149bf(0x39e)]?_0x540078:{'error':new Error(_0x3149bf(0x382))};}},_0x2f8e81={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d['SetNumfmtMutation']['id'],'handler':(_0xbcaf4c,_0x40db2e)=>{const _0x522742=_0x49989d,_0x4ec04e={'m1Prime':_0xbcaf4c,'m2Prime':_0x40db2e};return _0xbcaf4c['params'][_0x522742(0x20f)]!==_0x40db2e[_0x522742(0x265)]['unitId']||_0xbcaf4c[_0x522742(0x265)][_0x522742(0x39e)]!==_0x40db2e[_0x522742(0x265)][_0x522742(0x39e)]?_0x4ec04e:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};}},_0xcb9843={'m1':_0x5e5d8d['AddWorksheetProtectionMutation']['id'],'m2':_0x5e5d8d['SetRangeProtectionMutation']['id'],'handler':(_0x46a4e1,_0xd11438)=>{const _0x2c7b89=_0x49989d,_0x31b542={'m1Prime':_0x46a4e1,'m2Prime':_0xd11438};return _0x46a4e1[_0x2c7b89(0x265)][_0x2c7b89(0x20f)]!==_0xd11438['params'][_0x2c7b89(0x20f)]||_0x46a4e1[_0x2c7b89(0x265)][_0x2c7b89(0x39e)]!==_0xd11438[_0x2c7b89(0x265)]['subUnitId']?_0x31b542:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')};}},_0x4500e8={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x241)]['id'],'handler':(_0x214528,_0x86781a)=>{const _0x6869eb=_0x49989d,_0x4e13f6={'m1Prime':_0x214528,'m2Prime':_0x86781a};return _0x214528[_0x6869eb(0x265)][_0x6869eb(0x20f)]!==_0x86781a[_0x6869eb(0x265)]['unitId']||_0x214528[_0x6869eb(0x265)][_0x6869eb(0x39e)]!==_0x86781a[_0x6869eb(0x265)]['subUnitId']?_0x4e13f6:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')};}},_0x31135b={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x279)]['id'],'handler':(_0x33e585,_0x30b7d1)=>{const _0x593e82=_0x49989d,_0x1e2901={'m1Prime':_0x33e585,'m2Prime':_0x30b7d1};return _0x33e585['params'][_0x593e82(0x20f)]!==_0x30b7d1['params'][_0x593e82(0x20f)]||_0x33e585[_0x593e82(0x265)][_0x593e82(0x39e)]!==_0x30b7d1[_0x593e82(0x265)]['subUnitId']?_0x1e2901:{'error':new Error(_0x593e82(0x269))};}},_0x15cd07={'m1':_0x5e5d8d['AddWorksheetProtectionMutation']['id'],'m2':_0x101f9d[_0x49989d(0x355)]['id'],'handler':(_0x46e57c,_0x5b7bd5)=>{const _0x823397=_0x49989d,_0x3958bd={'m1Prime':_0x46e57c,'m2Prime':_0x5b7bd5};return _0x46e57c[_0x823397(0x265)][_0x823397(0x20f)]!==_0x5b7bd5[_0x823397(0x265)][_0x823397(0x20f)]||_0x46e57c[_0x823397(0x265)][_0x823397(0x39e)]!==_0x5b7bd5[_0x823397(0x265)][_0x823397(0x39e)]?_0x3958bd:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x4fd962={'m1':_0x5e5d8d[_0x49989d(0x28d)]['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0x57898c,_0x368d2c)=>{const _0x67e494=_0x49989d,_0x29adb6={'m1Prime':_0x57898c,'m2Prime':_0x368d2c};return _0x57898c[_0x67e494(0x265)]['unitId']!==_0x368d2c['params'][_0x67e494(0x20f)]||_0x57898c[_0x67e494(0x265)][_0x67e494(0x39e)]!==_0x368d2c[_0x67e494(0x265)]['subUnitId']?_0x29adb6:{'error':new Error(_0x67e494(0x26d))};}},_0x383a96={'m1':_0x101f9d[_0x49989d(0x36a)]['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x68aeb9,_0x340578)=>{const _0x5cf13a=_0x49989d,_0x471fdd=_0x68aeb9[_0x5cf13a(0x265)],_0x7ec59e=_0x340578[_0x5cf13a(0x265)];return _0x471fdd[_0x5cf13a(0x20f)]===_0x7ec59e[_0x5cf13a(0x20f)]&&_0x471fdd['subUnitId']===_0x7ec59e['subUnitId']&&_0x471fdd['commentId']===_0x7ec59e[_0x5cf13a(0x333)]['parentId']?{'m1Prime':_0x68aeb9,'m2Prime':[]}:{'m1Prime':_0x68aeb9,'m2Prime':_0x340578};}},_0x5e518b={'m1':_0x101f9d[_0x49989d(0x36a)]['id'],'m2':_0x101f9d['DeleteCommentMutation']['id'],'handler':(_0x195e6a,_0x1ea00e)=>{const _0x57b911=_0x49989d,_0x4cd6f5=_0x195e6a[_0x57b911(0x265)],_0x2adcca=_0x1ea00e[_0x57b911(0x265)],_0x3abf3b={'m1Prime':_0x195e6a,'m2Prime':_0x1ea00e};return _0x4cd6f5[_0x57b911(0x20f)]!==_0x2adcca[_0x57b911(0x20f)]||_0x4cd6f5[_0x57b911(0x39e)]!==_0x2adcca['subUnitId']||_0x4cd6f5[_0x57b911(0x1e6)]!==_0x2adcca[_0x57b911(0x1e6)]?_0x3abf3b:{'m1Prime':[],'m2Prime':[]};}},_0x52e070={'m1':_0x199094[_0x49989d(0x253)]['id'],'m2':_0x199094[_0x49989d(0x253)]['id'],'handler'(_0x402b4c,_0x3f336b){return{'m1Prime':_0x402b4c,'m2Prime':_0x3f336b};}},_0x58f44c=(_0x377ad8,_0x34a734)=>{const _0x436389=_0x49989d,_0x5e2328=_0xe5fe74['singleReferenceToGrid'](_0x377ad8['params'][_0x436389(0x333)][_0x436389(0x379)]),_0x514523={'startColumn':_0x5e2328[_0x436389(0x199)],'endColumn':_0x5e2328[_0x436389(0x199)],'startRow':_0x5e2328[_0x436389(0x314)],'endRow':_0x5e2328[_0x436389(0x314)]},_0xd10c22=_0x5e5d8d[_0x436389(0x1cf)](_0x514523,_0x34a734);if(!_0xd10c22)return[{'id':_0x101f9d['DeleteCommentMutation']['id'],'params':{..._0x377ad8[_0x436389(0x265)],'comment':void 0x0,'commentId':_0x377ad8[_0x436389(0x265)][_0x436389(0x333)]['id']}}];const _0x289cc5=_0xe5fe74['serializeRange'](_0xd10c22);return _0x289cc5===_0x377ad8[_0x436389(0x265)][_0x436389(0x333)][_0x436389(0x379)]?[]:[{'id':_0x101f9d[_0x436389(0x3b8)]['id'],'params':{..._0x377ad8[_0x436389(0x265)],'comment':void 0x0,'payload':{'ref':_0x289cc5,'commentId':_0x377ad8[_0x436389(0x265)][_0x436389(0x333)]['id']}}}];},_0x318322={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x2dc6f0,_0xd4c7d5)=>{const _0x4c1a41=_0x49989d,_0x4ff9c3={'m1Prime':_0x2dc6f0,'m2Prime':_0xd4c7d5};if(_0x2dc6f0[_0x4c1a41(0x265)][_0x4c1a41(0x20f)]!==_0xd4c7d5['params'][_0x4c1a41(0x20f)]||_0x2dc6f0['params'][_0x4c1a41(0x39e)]!==_0xd4c7d5[_0x4c1a41(0x265)][_0x4c1a41(0x39e)])return _0x4ff9c3;const _0x35ae93={'id':_0x5e5d8d[_0x4c1a41(0x2a4)]['id'],'params':{'unitId':_0x2dc6f0[_0x4c1a41(0x265)][_0x4c1a41(0x20f)],'subUnitId':_0x2dc6f0[_0x4c1a41(0x265)][_0x4c1a41(0x39e)],'range':_0x2dc6f0[_0x4c1a41(0x265)][_0x4c1a41(0x240)]}},_0x345107=_0x58f44c(_0xd4c7d5,_0x35ae93);return{'m1Prime':[_0x2dc6f0,..._0x345107],'m2Prime':[_0xd4c7d5,..._0x345107]};}};function _0x4de297(_0x1c9a7f){const _0x39e362=_0x49989d;return{..._0x1c9a7f,'rangeType':_0x546230[_0x39e362(0x283)][_0x39e362(0x342)]};}function _0x7d9aed(_0x30e7a2,_0x138b93,_0x23217f,_0x22fc6c){const _0x3f77d0=_0x49989d;if(_0x22fc6c<0x0){for(let _0x6d237e=_0x138b93;_0x6d237e<_0x138b93+_0x23217f;_0x6d237e++)if(_0x30e7a2[_0x3f77d0(0x2bc)](_0x6d237e)){_0x30e7a2['hasOwnProperty'](_0x6d237e+_0x22fc6c)||(_0x30e7a2[_0x6d237e+_0x22fc6c]={});const _0x1aec40=_0x30e7a2[_0x6d237e],_0x5734e2=Object[_0x3f77d0(0x274)](_0x1aec40)[_0x3f77d0(0x2a6)](Number)[_0x3f77d0(0x2e2)]((_0x3ce571,_0x3c06d7)=>_0x3ce571-_0x3c06d7);for(const _0x4eb3f8 of _0x5734e2)_0x30e7a2[_0x6d237e+_0x22fc6c][_0x4eb3f8]=_0x1aec40[_0x4eb3f8];delete _0x30e7a2[_0x6d237e];}else delete _0x30e7a2[_0x6d237e+_0x22fc6c];}else{for(let _0x377078=_0x138b93+_0x23217f-0x1;_0x377078>=_0x138b93;_0x377078--)if(_0x30e7a2['hasOwnProperty'](_0x377078)){_0x30e7a2[_0x3f77d0(0x2bc)](_0x377078+_0x22fc6c)||(_0x30e7a2[_0x377078+_0x22fc6c]={});const _0x10fb45=_0x30e7a2[_0x377078],_0x2c79b2=Object[_0x3f77d0(0x274)](_0x10fb45)[_0x3f77d0(0x2a6)](Number)[_0x3f77d0(0x2e2)]((_0x161590,_0x214b07)=>_0x161590-_0x214b07);for(const _0x1538d5 of _0x2c79b2)_0x30e7a2[_0x377078+_0x22fc6c][_0x1538d5]=_0x10fb45[_0x1538d5];delete _0x30e7a2[_0x377078];}else delete _0x30e7a2[_0x377078+_0x22fc6c];}}function _0x909cd1(_0x3331ab,_0x49d989,_0x3ec455,_0x51bc7f){const _0x113bca=_0x49989d,_0x2aa799=Object[_0x113bca(0x274)](_0x3331ab)['map'](Number)['sort']((_0x264d53,_0x1472c2)=>_0x264d53-_0x1472c2);if(_0x51bc7f<0x0)for(const _0x218303 of _0x2aa799){const _0x532572=_0x3331ab[_0x218303];for(let _0x8fd469=_0x49d989;_0x8fd469<_0x49d989+_0x3ec455;_0x8fd469++)_0x532572[_0x113bca(0x2bc)](_0x8fd469)?(_0x532572[_0x8fd469+_0x51bc7f]=_0x532572[_0x8fd469],delete _0x532572[_0x8fd469]):delete _0x532572[_0x8fd469+_0x51bc7f];}else for(const _0x1831ab of _0x2aa799){const _0x32e7fe=_0x3331ab[_0x1831ab];for(let _0xe0d90c=_0x49d989+_0x3ec455-0x1;_0xe0d90c>=_0x49d989;_0xe0d90c--)_0x32e7fe[_0x113bca(0x2bc)](_0xe0d90c)?(_0x32e7fe[_0xe0d90c+_0x51bc7f]=_0x32e7fe[_0xe0d90c],delete _0x32e7fe[_0xe0d90c]):delete _0x32e7fe[_0xe0d90c+_0x51bc7f];}}function _0x125df6(_0x403a08,_0x11b63){const _0x2b25df=_0x49989d;return new _0x5e5d8d['RangeMergeUtil']()[_0x2b25df(0x310)](_0x403a08)[_0x2b25df(0x1b3)](..._0x11b63)[_0x2b25df(0x317)]();}function _0x20bdc3(_0x7622ee,_0x13d206,_0x570fcb,_0x4715a4){const _0x1f21ea=_0x49989d,_0x22dae0=new _0xe5fe74[(_0x1f21ea(0x264))]()['sequenceNodesBuilder'](_0x570fcb);if(_0x22dae0==null)return _0x570fcb;const _0x47073c=[];for(let _0x4e2097=0x0,_0x90fe46=_0x22dae0['length'];_0x4e2097<_0x90fe46;_0x4e2097++){const _0x38b7eb=_0x22dae0[_0x4e2097];if(typeof _0x38b7eb==_0x1f21ea(0x38e)||_0x38b7eb[_0x1f21ea(0x37a)]!==_0xe5fe74[_0x1f21ea(0x222)][_0x1f21ea(0x2a5)]){_0x47073c[_0x1f21ea(0x372)](_0x38b7eb);continue;}const {token:_0x49979a}=_0x38b7eb,_0x48b6dc=_0xe5fe74['deserializeRangeWithSheetWithCache'](_0x49979a),{range:_0xc5d2fe,sheetName:_0x44243e,unitId:_0x3b657e}=_0x48b6dc;if((_0x7622ee===_0x3b657e||_0x3b657e==='')&&(_0x13d206===_0x44243e||_0x44243e==='')){const _0x44a267=_0x4715a4(_0xc5d2fe),_0x20c2b5=_0x44a267?_0xe5fe74[_0x1f21ea(0x305)]({'range':_0x44a267,'sheetName':_0x44243e,'unitId':_0x3b657e}):_0xe5fe74[_0x1f21ea(0x1cc)][_0x1f21ea(0x297)];_0x47073c['push']({..._0x38b7eb,'token':_0x20c2b5});}else _0x47073c[_0x1f21ea(0x372)](_0x38b7eb);}return'='+_0xe5fe74[_0x1f21ea(0x219)](_0x47073c);}function _0x12ffda(_0x31410a,_0x84f928){const _0x53e549=_0x49989d;return _0x31410a['start']<=_0x84f928['end']&&_0x31410a[_0x53e549(0x18e)]>=_0x84f928[_0x53e549(0x3b7)];}function _0x267db1(_0x30dfc2,_0xf29241){const _0x30adfa=_0x49989d;return _0x30dfc2[_0x30adfa(0x3b7)]<=_0xf29241['start']&&_0x30dfc2['end']>=_0xf29241[_0x30adfa(0x18e)];}function _0xac1e56(_0x314d6d,_0x34fafd){const _0x5e5060=_0x49989d;let _0x28b180=[_0x314d6d];for(const _0x3bebb6 of _0x34fafd){const _0x6ec4cf=[];for(const _0x2dba53 of _0x28b180)_0x6ec4cf[_0x5e5060(0x372)](..._0x1b83a3(_0x2dba53,_0x3bebb6));_0x28b180=_0x6ec4cf;}return _0x28b180;}function _0x1b83a3(_0x3b2fa2,_0x3b818e){const _0x566bfa=_0x49989d,_0x214196=[];if(_0x267db1(_0x3b818e,_0x3b2fa2))return _0x214196;if(_0x267db1(_0x3b2fa2,_0x3b818e)){const _0xc5d45b=_0x3b2fa2[_0x566bfa(0x3b7)],_0x1b69c1=_0x3b818e[_0x566bfa(0x3b7)]-0x1,_0x3565c5=_0x3b818e[_0x566bfa(0x18e)]+0x1,_0x249d88=_0x3b2fa2[_0x566bfa(0x18e)];return _0xc5d45b<=_0x1b69c1&&_0x214196[_0x566bfa(0x372)]({'start':_0xc5d45b,'end':_0x1b69c1}),_0x3565c5<=_0x249d88&&_0x214196['push']({'start':_0x3565c5,'end':_0x249d88}),_0x214196;}return _0x12ffda(_0x3b2fa2,_0x3b818e)?(_0x3b2fa2[_0x566bfa(0x3b7)]<_0x3b818e[_0x566bfa(0x3b7)]&&_0x214196['push']({'start':_0x3b2fa2[_0x566bfa(0x3b7)],'end':_0x3b818e[_0x566bfa(0x3b7)]-0x1}),_0x3b2fa2[_0x566bfa(0x18e)]>_0x3b818e['end']&&_0x214196[_0x566bfa(0x372)]({'start':_0x3b818e[_0x566bfa(0x18e)]+0x1,'end':_0x3b2fa2['end']}),_0x214196):[_0x3b2fa2];}function _0x4b493f(_0x73779c,_0x5bfa66){const _0x1f3c00=_0x49989d,_0x4a2676={'startColumn':_0x73779c[_0x1f3c00(0x3b7)],'endColumn':_0x73779c[_0x1f3c00(0x18e)],'startRow':0x0,'endRow':0x1,'rangeType':_0x546230[_0x1f3c00(0x283)][_0x1f3c00(0x342)]},_0xf53a35={'startColumn':_0x5bfa66[_0x1f3c00(0x3b7)],'endColumn':_0x5bfa66[_0x1f3c00(0x18e)],'startRow':0x0,'endRow':0x1,'rangeType':_0x546230[_0x1f3c00(0x283)]['COLUMN']},_0x5240ef=_0x5e5d8d[_0x1f3c00(0x386)](_0x4a2676,_0xf53a35);return{'start':_0x5bfa66[_0x1f3c00(0x3b7)]+_0x5240ef[_0x1f3c00(0x25b)],'end':_0x5bfa66[_0x1f3c00(0x18e)]+_0x5240ef[_0x1f3c00(0x25b)]+_0x5240ef[_0x1f3c00(0x295)]};}function _0x1cf3da(_0x560125,_0x574b79){const _0x1c0ead=_0x49989d,_0xde2aed={'startColumn':_0x560125['start'],'endColumn':_0x560125[_0x1c0ead(0x18e)],'startRow':0x0,'endRow':0x1,'rangeType':_0x546230[_0x1c0ead(0x283)][_0x1c0ead(0x342)]},_0x2a509c={'startColumn':_0x574b79['start'],'endColumn':_0x574b79[_0x1c0ead(0x18e)],'startRow':0x0,'endRow':0x1,'rangeType':_0x546230['RANGE_TYPE'][_0x1c0ead(0x342)]},_0x1db909=_0x5e5d8d[_0x1c0ead(0x252)](_0xde2aed,_0x2a509c);return _0x1db909===null?null:{'start':_0x574b79[_0x1c0ead(0x3b7)]+_0x1db909[_0x1c0ead(0x25b)],'end':_0x574b79[_0x1c0ead(0x18e)]+_0x1db909[_0x1c0ead(0x25b)]+_0x1db909[_0x1c0ead(0x295)]};}function _0x33dfa6(_0x298597,_0x1c7c0d){const _0x1894d7=_0x49989d,{unitId:_0x4ae610,subUnitId:_0x819e61}=_0x298597['params'],_0x54f96c=_0x475eac=>_0x20bdc3(_0x4ae610,_0x819e61,_0x475eac,_0x22c05e=>_0x5e5d8d[_0x1894d7(0x1cf)](_0x22c05e,_0x1c7c0d)),_0x295d35=[],_0x1ca8d5=_0xd80b3c=>{const _0x5f134d=_0x1894d7;var _0x2a031b,_0x3879fd;const _0x417131=_0xd80b3c['uid'],_0x3903db=_0xd80b3c[_0x5f134d(0x3b3)]['map'](_0xa2b028=>_0x5e5d8d[_0x5f134d(0x329)](_0xa2b028,_0x1c7c0d)),_0x5ce5a6=(_0x2a031b=_0xd80b3c[_0x5f134d(0x260)])!=null?_0x2a031b:'',_0x3985f0=(_0x3879fd=_0xd80b3c['formula2'])!=null?_0x3879fd:'';let _0x8bba7b=_0x5ce5a6,_0x14b5d6=_0x3985f0;_0x546230['isFormulaString'](_0x5ce5a6)&&(_0x8bba7b=_0x54f96c(_0x5ce5a6)),_0x546230[_0x5f134d(0x27f)](_0x3985f0)&&(_0x14b5d6=_0x54f96c(_0x3985f0)),(_0x8bba7b!==_0x5ce5a6||_0x14b5d6!==_0x3985f0)&&_0x295d35[_0x5f134d(0x372)]({'id':_0x24b62e[_0x5f134d(0x267)]['id'],'params':{'unitId':_0x4ae610,'subUnitId':_0x819e61,'ruleId':_0x417131,'payload':{'type':_0x24b62e['UpdateRuleType'][_0x5f134d(0x1e1)],'payload':{'type':_0xd80b3c[_0x5f134d(0x2bb)],'formula1':_0x8bba7b,'formula2':_0x14b5d6}}}});const _0x11dd16=_0x3903db[_0x5f134d(0x23d)]()[_0x5f134d(0x1e3)](Boolean);_0x546230['isRangesEqual'](_0xd80b3c[_0x5f134d(0x3b3)],_0x11dd16)||_0x295d35['push']({'id':_0x24b62e[_0x5f134d(0x267)]['id'],'params':{'unitId':_0x4ae610,'subUnitId':_0x819e61,'ruleId':_0x417131,'payload':{'type':_0x24b62e[_0x5f134d(0x383)][_0x5f134d(0x38f)],'payload':_0x11dd16}}});};return Array[_0x1894d7(0x360)](_0x298597[_0x1894d7(0x265)]['rule'])?_0x298597[_0x1894d7(0x265)][_0x1894d7(0x205)][_0x1894d7(0x36d)](_0x21c55b=>_0x1ca8d5(_0x21c55b)):_0x1ca8d5(_0x298597['params']['rule']),_0x295d35;}const _0xee0e99={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x24b62e['AddDataValidationMutation']['id'],'handler'(_0x5bcd53,_0x455fcd){const _0x512b27=_0x49989d,_0x5e8cbe={'m1Prime':_0x5bcd53,'m2Prime':_0x455fcd};if(_0x5bcd53[_0x512b27(0x265)][_0x512b27(0x20f)]!==_0x455fcd[_0x512b27(0x265)][_0x512b27(0x20f)]||_0x5bcd53['params'][_0x512b27(0x39e)]!==_0x455fcd[_0x512b27(0x265)][_0x512b27(0x39e)])return _0x5e8cbe;const _0x545ba0={'id':_0x5e5d8d[_0x512b27(0x246)]['id'],'params':{'fromRange':_0x5bcd53['params']['sourceRange'],'toRange':_0x5bcd53[_0x512b27(0x265)][_0x512b27(0x2cf)]}},_0x36051f=_0x33dfa6(_0x455fcd,_0x545ba0);return{'m1Prime':[_0x5bcd53,..._0x36051f],'m2Prime':[_0x455fcd,..._0x36051f]};}},_0x4d478a={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x24b62e[_0x49989d(0x1f7)]['id'],'handler'(_0x1ef6c3,_0x43e9c8){const _0x5a35d0=_0x49989d,_0x5012b7={'m1Prime':_0x1ef6c3,'m2Prime':_0x43e9c8};if(_0x1ef6c3['params'][_0x5a35d0(0x20f)]!==_0x43e9c8[_0x5a35d0(0x265)][_0x5a35d0(0x20f)]||_0x1ef6c3[_0x5a35d0(0x265)]['subUnitId']!==_0x43e9c8[_0x5a35d0(0x265)][_0x5a35d0(0x39e)])return _0x5012b7;const _0x58773e={'id':_0x5e5d8d[_0x5a35d0(0x2a4)]['id'],'params':{'unitId':_0x1ef6c3[_0x5a35d0(0x265)][_0x5a35d0(0x20f)],'subUnitId':_0x1ef6c3[_0x5a35d0(0x265)]['subUnitId'],'range':_0x1ef6c3[_0x5a35d0(0x265)][_0x5a35d0(0x240)]}},_0x4554cb=_0x33dfa6(_0x43e9c8,_0x58773e);return{'m1Prime':[_0x1ef6c3,..._0x4554cb],'m2Prime':[_0x43e9c8,..._0x4554cb]};}},_0x225647={'m1':_0x5e5d8d['InsertColMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x5e886f,_0x46c4f1){const _0x12c98b=_0x49989d,_0x667517=_0x4cb52f[_0x12c98b(0x2cc)](_0x46c4f1,_0x5e886f);return _0x782652(_0x667517)?{'m1Prime':_0x667517[_0x12c98b(0x2fd)],'m2Prime':_0x667517[_0x12c98b(0x24f)]}:_0x667517;}},_0x284b2b={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x278)]['id'],'handler'(_0x4e3c91,_0xad2e0b){const _0xf2d9f=_0x49989d,_0x1e8828={'m1Prime':_0x4e3c91,'m2Prime':_0xad2e0b};if(_0x4e3c91[_0xf2d9f(0x265)]['unitId']!==_0xad2e0b[_0xf2d9f(0x265)][_0xf2d9f(0x20f)]||_0x4e3c91[_0xf2d9f(0x265)]['subUnitId']!==_0xad2e0b[_0xf2d9f(0x265)][_0xf2d9f(0x39e)])return _0x1e8828;const _0x492ac2=_0x546230[_0xf2d9f(0x37e)][_0xf2d9f(0x351)](_0x4e3c91),_0x184e60=_0x546230[_0xf2d9f(0x37e)][_0xf2d9f(0x351)](_0xad2e0b),_0x3c9356=_0x5e5d8d[_0xf2d9f(0x386)](_0x4de297(_0x4e3c91[_0xf2d9f(0x265)][_0xf2d9f(0x240)]),_0x4de297(_0xad2e0b[_0xf2d9f(0x265)]['range']));if(_0x3c9356?(_0x184e60[_0xf2d9f(0x265)][_0xf2d9f(0x240)][_0xf2d9f(0x332)]+=_0x3c9356['step'],_0x184e60['params'][_0xf2d9f(0x240)][_0xf2d9f(0x18f)]+=_0x3c9356['step']+(_0x3c9356[_0xf2d9f(0x295)]||0x0)):_0x184e60['id']=_0x5e5d8d['EmptyMutation']['id'],_0x4e3c91[_0xf2d9f(0x265)][_0xf2d9f(0x240)][_0xf2d9f(0x332)]!==_0xad2e0b[_0xf2d9f(0x265)][_0xf2d9f(0x240)][_0xf2d9f(0x332)]){const _0x343a7a=_0x5e5d8d['handleBaseInsertRange'](_0x4de297(_0xad2e0b['params'][_0xf2d9f(0x240)]),_0x4de297(_0x4e3c91[_0xf2d9f(0x265)][_0xf2d9f(0x240)]));_0x343a7a?(_0x492ac2[_0xf2d9f(0x265)][_0xf2d9f(0x240)][_0xf2d9f(0x332)]+=_0x343a7a[_0xf2d9f(0x25b)],_0x492ac2[_0xf2d9f(0x265)][_0xf2d9f(0x240)][_0xf2d9f(0x18f)]+=_0x343a7a[_0xf2d9f(0x25b)]+(_0x343a7a['length']||0x0)):_0x492ac2['id']=_0x5e5d8d[_0xf2d9f(0x2c2)]['id'];}return{'m1Prime':_0x492ac2,'m2Prime':_0x184e60};}},_0x192fac={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x33b)]['id'],'handler'(_0x287df5,_0x246fe9){const _0x549808=_0x49989d,_0x441213={'m1Prime':_0x287df5,'m2Prime':_0x246fe9};if(_0x287df5[_0x549808(0x265)][_0x549808(0x20f)]!==_0x246fe9[_0x549808(0x265)][_0x549808(0x20f)]||_0x287df5['params'][_0x549808(0x39e)]!==_0x246fe9[_0x549808(0x265)][_0x549808(0x39e)])return _0x441213;const _0xa32bb6=_0x546230['Tools']['deepClone'](_0x287df5),_0x5e16ff=_0x546230['Tools'][_0x549808(0x351)](_0x246fe9),_0x4be110=_0x246fe9['params'][_0x549808(0x255)],_0x4afa39=_0x246fe9['params'][_0x549808(0x2cf)];if(_0x287df5[_0x549808(0x265)]['range'][_0x549808(0x332)]>_0x4be110[_0x549808(0x332)]&&_0x287df5[_0x549808(0x265)]['range']['startColumn']<=_0x4be110[_0x549808(0x18f)]||_0x287df5[_0x549808(0x265)][_0x549808(0x240)]['startColumn']>_0x4afa39['startColumn']&&_0x287df5[_0x549808(0x265)]['range'][_0x549808(0x332)]<=_0x4afa39['endColumn'])return{'error':new Error(_0x549808(0x2e4))};const _0xa6f70=_0x5e5d8d[_0x549808(0x386)](_0x4de297(_0x287df5['params'][_0x549808(0x240)]),_0x4de297(_0x4be110)),_0x36a539=_0x5e5d8d[_0x549808(0x386)](_0x4de297(_0x287df5['params'][_0x549808(0x240)]),_0x4de297(_0x4afa39));if(_0x5e16ff[_0x549808(0x265)]['sourceRange'][_0x549808(0x332)]+=_0xa6f70['step'],_0x5e16ff[_0x549808(0x265)][_0x549808(0x255)][_0x549808(0x18f)]+=_0xa6f70['step']+(_0xa6f70[_0x549808(0x295)]||0x0),_0x5e16ff[_0x549808(0x265)]['targetRange'][_0x549808(0x332)]+=_0x36a539[_0x549808(0x25b)],_0x5e16ff[_0x549808(0x265)]['targetRange'][_0x549808(0x18f)]+=_0x36a539['step']+(_0x36a539[_0x549808(0x295)]||0x0),_0x4be110['startColumn']>=_0x287df5[_0x549808(0x265)][_0x549808(0x240)][_0x549808(0x332)]&&_0x4afa39[_0x549808(0x332)]<_0x287df5['params'][_0x549808(0x240)][_0x549808(0x332)]){const _0x4a2a6c=_0x4afa39['endColumn']-_0x4afa39[_0x549808(0x332)]+0x1;_0xa32bb6[_0x549808(0x265)][_0x549808(0x240)][_0x549808(0x332)]+=_0x4a2a6c,_0xa32bb6[_0x549808(0x265)][_0x549808(0x240)]['endColumn']+=_0x4a2a6c;}else{if(_0x4be110[_0x549808(0x18f)]<_0x287df5[_0x549808(0x265)][_0x549808(0x240)]['startColumn']&&_0x4afa39['startColumn']>=_0x287df5[_0x549808(0x265)][_0x549808(0x240)][_0x549808(0x332)]){const _0x245a5b=_0x4be110[_0x549808(0x18f)]-_0x4be110[_0x549808(0x332)]+0x1;_0xa32bb6[_0x549808(0x265)][_0x549808(0x240)]['startColumn']-=_0x245a5b,_0xa32bb6[_0x549808(0x265)][_0x549808(0x240)][_0x549808(0x18f)]-=_0x245a5b;}}return{'m1Prime':_0xa32bb6,'m2Prime':_0x5e16ff};}},_0x117b43={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler'(_0x2ccc58,_0x2cf04e){const _0x5ae96a=_0x49989d,_0x5943a6={'m1Prime':_0x2ccc58,'m2Prime':_0x2cf04e};if(_0x2ccc58[_0x5ae96a(0x265)][_0x5ae96a(0x20f)]!==_0x2cf04e[_0x5ae96a(0x265)]['unitId']||_0x2ccc58['params'][_0x5ae96a(0x39e)]!==_0x2cf04e['params'][_0x5ae96a(0x206)][_0x5ae96a(0x39e)]&&_0x2ccc58['params'][_0x5ae96a(0x39e)]!==_0x2cf04e[_0x5ae96a(0x265)]['to'][_0x5ae96a(0x39e)])return _0x5943a6;const _0x5977e9=_0x546230[_0x5ae96a(0x37e)][_0x5ae96a(0x351)](_0x2ccc58),_0x1b5808=_0x546230[_0x5ae96a(0x37e)][_0x5ae96a(0x351)](_0x2cf04e);if(_0x2ccc58[_0x5ae96a(0x265)][_0x5ae96a(0x39e)]===_0x2cf04e['params'][_0x5ae96a(0x206)]['subUnitId']){const _0x557f53=new _0x546230['ObjectMatrix'](_0x1b5808[_0x5ae96a(0x265)][_0x5ae96a(0x206)][_0x5ae96a(0x1f5)])[_0x5ae96a(0x289)](),{startColumn:_0x93fa80,endColumn:_0x33f70c}=_0x557f53,{startColumn:_0x46eafa,endColumn:_0x39c280}=_0x2ccc58[_0x5ae96a(0x265)][_0x5ae96a(0x240)],{step:_0x457e16,length:_0x2b898e}=_0x5e5d8d[_0x5ae96a(0x386)](_0x2ccc58['params'][_0x5ae96a(0x240)],_0x557f53);_0x457e16>0x0&&_0x2b898e===0x0&&_0x909cd1(_0x1b5808['params'][_0x5ae96a(0x206)][_0x5ae96a(0x1f5)],_0x93fa80,_0x33f70c-_0x93fa80+0x1,_0x457e16),_0x457e16===0x0&&_0x2b898e>0x0&&_0x909cd1(_0x1b5808[_0x5ae96a(0x265)][_0x5ae96a(0x206)][_0x5ae96a(0x1f5)],_0x46eafa,_0x33f70c-_0x46eafa+0x1,_0x39c280-_0x46eafa+0x1);}if(_0x2ccc58['params'][_0x5ae96a(0x39e)]===_0x2cf04e['params']['to']['subUnitId']){const _0x178730=new _0x546230[(_0x5ae96a(0x306))](_0x1b5808['params']['to'][_0x5ae96a(0x1f5)])[_0x5ae96a(0x289)](),{startColumn:_0x4f47cf,endColumn:_0xbce112}=_0x178730,{startColumn:_0x213e6e,endColumn:_0x1cb3a0}=_0x2ccc58['params']['range'],{step:_0x1746e4,length:_0x47e3c3}=_0x5e5d8d['handleBaseInsertRange'](_0x2ccc58[_0x5ae96a(0x265)][_0x5ae96a(0x240)],_0x178730);_0x1746e4>0x0&&_0x47e3c3===0x0&&_0x909cd1(_0x1b5808[_0x5ae96a(0x265)]['to'][_0x5ae96a(0x1f5)],_0x4f47cf,_0xbce112-_0x4f47cf+0x1,_0x1746e4),_0x1746e4===0x0&&_0x47e3c3>0x0&&_0x909cd1(_0x1b5808[_0x5ae96a(0x265)]['to']['value'],_0x213e6e,_0xbce112-_0x213e6e+0x1,_0x1cb3a0-_0x213e6e+0x1);}return{'m1Prime':_0x5977e9,'m2Prime':_0x1b5808};}},_0x14c440={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x39d)]['id'],'handler'(_0x26261c,_0x35867a){const _0x106fac=_0x49989d,_0x4cc8de={'m1Prime':_0x26261c,'m2Prime':_0x35867a};if(_0x26261c['params'][_0x106fac(0x20f)]!==_0x35867a[_0x106fac(0x265)][_0x106fac(0x20f)]||_0x26261c[_0x106fac(0x265)][_0x106fac(0x39e)]!==_0x35867a[_0x106fac(0x265)][_0x106fac(0x39e)])return _0x4cc8de;const _0x1add57=_0x546230[_0x106fac(0x37e)][_0x106fac(0x351)](_0x26261c),_0x521a21=_0x546230[_0x106fac(0x37e)][_0x106fac(0x351)](_0x35867a);if(_0x26261c[_0x106fac(0x265)][_0x106fac(0x240)]['startColumn']<=_0x35867a[_0x106fac(0x265)][_0x106fac(0x240)][_0x106fac(0x18f)]&&_0x26261c[_0x106fac(0x265)][_0x106fac(0x240)][_0x106fac(0x332)]>_0x35867a[_0x106fac(0x265)][_0x106fac(0x240)][_0x106fac(0x332)])return{'error':new Error(_0x106fac(0x325))};const _0x38a0c2=_0x5e5d8d['handleBaseInsertRange'](_0x4de297(_0x26261c[_0x106fac(0x265)][_0x106fac(0x240)]),_0x4de297(_0x35867a[_0x106fac(0x265)]['range']));_0x38a0c2?(_0x521a21[_0x106fac(0x265)][_0x106fac(0x240)][_0x106fac(0x332)]+=_0x38a0c2[_0x106fac(0x25b)],_0x521a21[_0x106fac(0x265)][_0x106fac(0x240)][_0x106fac(0x18f)]+=_0x38a0c2['step']+(_0x38a0c2['length']||0x0)):_0x521a21['id']=_0x5e5d8d[_0x106fac(0x2c2)]['id'];const _0x4b7b2f=_0x5e5d8d[_0x106fac(0x252)](_0x4de297(_0x35867a[_0x106fac(0x265)]['range']),_0x4de297(_0x26261c[_0x106fac(0x265)]['range']));return _0x4b7b2f&&(_0x1add57[_0x106fac(0x265)][_0x106fac(0x240)][_0x106fac(0x332)]+=_0x4b7b2f[_0x106fac(0x25b)],_0x1add57['params'][_0x106fac(0x240)][_0x106fac(0x18f)]+=_0x4b7b2f['step']+(_0x4b7b2f['length']||0x0)),{'m1Prime':_0x1add57,'m2Prime':_0x521a21};}},_0x57efe1={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler'(_0x3ee7ca,_0x49d5bb){const _0x2aebd6=_0x49989d,_0x35f52c={'m1Prime':_0x3ee7ca,'m2Prime':_0x49d5bb};if(_0x3ee7ca[_0x2aebd6(0x265)]['unitId']!==_0x49d5bb[_0x2aebd6(0x265)][_0x2aebd6(0x20f)]||_0x3ee7ca[_0x2aebd6(0x265)][_0x2aebd6(0x39e)]!==_0x49d5bb[_0x2aebd6(0x265)][_0x2aebd6(0x39e)])return _0x35f52c;const _0x3468fc=_0x546230['Tools'][_0x2aebd6(0x351)](_0x3ee7ca),_0x4b92fa=_0x546230[_0x2aebd6(0x37e)][_0x2aebd6(0x351)](_0x49d5bb),{ranges:_0x1c83da}=_0x4b92fa['params'];return _0x1c83da[_0x2aebd6(0x34c)](_0x2424d5=>{const _0x596776=_0x2aebd6,_0x114d34=_0x5e5d8d['handleBaseInsertRange'](_0x4de297(_0x3ee7ca[_0x596776(0x265)]['range']),_0x4de297(_0x2424d5));return _0x114d34['length']!==0x0?!0x0:(_0x2424d5['startColumn']+=_0x114d34[_0x596776(0x25b)],_0x2424d5[_0x596776(0x18f)]+=_0x114d34[_0x596776(0x25b)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x3468fc,'m2Prime':_0x4b92fa};}},_0x59465b={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler'(_0x4beb83,_0x3824ab){const _0x35eb9b=_0x49989d,_0x40b2b7=_0x546230[_0x35eb9b(0x37e)]['deepClone'](_0x4beb83),_0x57cce7=_0x546230[_0x35eb9b(0x37e)][_0x35eb9b(0x351)](_0x3824ab);if(_0x4beb83[_0x35eb9b(0x265)][_0x35eb9b(0x20f)]!==_0x3824ab[_0x35eb9b(0x265)][_0x35eb9b(0x20f)]||_0x4beb83[_0x35eb9b(0x265)][_0x35eb9b(0x39e)]!==_0x3824ab[_0x35eb9b(0x265)][_0x35eb9b(0x39e)])return{'m1Prime':_0x40b2b7,'m2Prime':_0x57cce7};const _0x138614=_0x57cce7['params'][_0x35eb9b(0x3b3)][_0x35eb9b(0x2a6)](_0x1ddd24=>{const _0x3204a3=_0x35eb9b,_0x1e25e7=_0x40b2b7[_0x3204a3(0x265)]['range'],_0x2abed2=_0x1e25e7[_0x3204a3(0x18f)]-_0x1e25e7['startColumn']+0x1;return _0x1e25e7[_0x3204a3(0x332)]<=_0x1ddd24[_0x3204a3(0x332)]?{..._0x1ddd24,'startColumn':_0x1ddd24[_0x3204a3(0x332)]+_0x2abed2,'endColumn':_0x1ddd24['endColumn']+_0x2abed2}:_0x1e25e7[_0x3204a3(0x332)]>_0x1ddd24[_0x3204a3(0x332)]&&_0x1e25e7[_0x3204a3(0x332)]<=_0x1ddd24[_0x3204a3(0x18f)]?{..._0x1ddd24,'endColumn':_0x1ddd24[_0x3204a3(0x18f)]+_0x2abed2}:{..._0x1ddd24};});return _0x57cce7['params'][_0x35eb9b(0x3b3)]=_0x138614,{'m1Prime':_0x40b2b7,'m2Prime':_0x57cce7};}},_0x3f684d={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x392)]['id'],'handler'(_0x86b729,_0x5d749c){const _0x49a60e=_0x49989d,_0x1d0937={'m1Prime':_0x86b729,'m2Prime':_0x5d749c};if(_0x86b729[_0x49a60e(0x265)]['unitId']!==_0x5d749c['params'][_0x49a60e(0x20f)]||_0x86b729['params'][_0x49a60e(0x39e)]!==_0x5d749c[_0x49a60e(0x265)][_0x49a60e(0x39e)])return _0x1d0937;const _0x5458d2=_0x546230[_0x49a60e(0x37e)]['deepClone'](_0x5d749c),_0x31bdfe=_0x5e5d8d[_0x49a60e(0x386)](_0x4de297(_0x86b729[_0x49a60e(0x265)]['range']),_0x4de297(_0x5d749c['params']['range']));return _0x5458d2['params'][_0x49a60e(0x240)][_0x49a60e(0x332)]+=_0x31bdfe[_0x49a60e(0x25b)],_0x5458d2['params'][_0x49a60e(0x240)][_0x49a60e(0x18f)]+=_0x31bdfe[_0x49a60e(0x25b)]+(_0x31bdfe[_0x49a60e(0x295)]||0x0),{'m1Prime':_0x86b729,'m2Prime':_0x5458d2};}},_0x1dd515={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2b8)]['id'],'handler'(_0x2e3ccd,_0x557913){const _0x26bb7d=_0x49989d,_0x313bd9={'m1Prime':_0x2e3ccd,'m2Prime':_0x557913};if(_0x2e3ccd[_0x26bb7d(0x265)][_0x26bb7d(0x20f)]!==_0x557913['params']['unitId']||_0x2e3ccd[_0x26bb7d(0x265)][_0x26bb7d(0x39e)]!==_0x557913[_0x26bb7d(0x265)]['subUnitId'])return _0x313bd9;const _0x12b522=_0x546230[_0x26bb7d(0x37e)][_0x26bb7d(0x351)](_0x2e3ccd),_0x48bd43=_0x546230[_0x26bb7d(0x37e)][_0x26bb7d(0x351)](_0x557913),{columnData:_0x5eb002}=_0x48bd43[_0x26bb7d(0x265)];for(let _0x3d230a=_0x2e3ccd[_0x26bb7d(0x265)][_0x26bb7d(0x240)][_0x26bb7d(0x332)];_0x3d230a<=_0x2e3ccd['params'][_0x26bb7d(0x240)][_0x26bb7d(0x18f)];_0x3d230a++)_0x546230[_0x26bb7d(0x368)](_0x3d230a,void 0x0,_0x5eb002);return{'m1Prime':_0x12b522,'m2Prime':_0x48bd43};}},_0x12c39f={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x291)]['id'],'handler'(_0x114548,_0x1b2de8){const _0x57c016=_0x49989d,_0x92aed4={'m1Prime':_0x114548,'m2Prime':_0x1b2de8};if(_0x114548[_0x57c016(0x265)]['unitId']!==_0x1b2de8[_0x57c016(0x265)][_0x57c016(0x20f)]||_0x114548[_0x57c016(0x265)][_0x57c016(0x39e)]!==_0x1b2de8[_0x57c016(0x265)][_0x57c016(0x39e)])return _0x92aed4;const _0x45668c=_0x546230['Tools']['deepClone'](_0x114548),_0x45cf62=_0x546230[_0x57c016(0x37e)][_0x57c016(0x351)](_0x1b2de8),{ranges:_0x27a61d}=_0x45cf62[_0x57c016(0x265)];return _0x27a61d[_0x57c016(0x34c)](_0x5ac340=>{const _0x314031=_0x57c016,_0x4b4dfb=_0x5e5d8d[_0x314031(0x386)](_0x4de297(_0x114548[_0x314031(0x265)][_0x314031(0x240)]),_0x5ac340);return _0x4b4dfb[_0x314031(0x295)]!==0x0?!0x0:(_0x5ac340[_0x314031(0x332)]+=_0x4b4dfb['step'],_0x5ac340[_0x314031(0x18f)]+=_0x4b4dfb[_0x314031(0x25b)],!0x1);})?{'error':new Error(_0x57c016(0x200))}:{'m1Prime':_0x45668c,'m2Prime':_0x45cf62};}},_0x1df84e={'m1':_0x5e5d8d['InsertColMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x1da)]['id'],'handler'(_0x3a54bb,_0x104cdf){const _0xe18628=_0x49989d,_0x571a0e={'m1Prime':_0x3a54bb,'m2Prime':_0x104cdf};if(_0x3a54bb[_0xe18628(0x265)][_0xe18628(0x20f)]!==_0x104cdf[_0xe18628(0x265)][_0xe18628(0x20f)]||_0x3a54bb['params'][_0xe18628(0x39e)]!==_0x104cdf[_0xe18628(0x265)][_0xe18628(0x39e)])return _0x571a0e;const _0x315c62=_0x546230[_0xe18628(0x37e)]['deepClone'](_0x3a54bb),_0x280b16=_0x546230['Tools']['deepClone'](_0x104cdf),{ranges:_0x4e1146}=_0x280b16[_0xe18628(0x265)];return _0x4e1146[_0xe18628(0x34c)](_0x3a97f3=>{const _0xadb3cd=_0xe18628,_0x160322=_0x5e5d8d[_0xadb3cd(0x386)](_0x4de297(_0x3a54bb['params'][_0xadb3cd(0x240)]),_0x3a97f3);return _0x160322['length']!==0x0?!0x0:(_0x3a97f3[_0xadb3cd(0x332)]+=_0x160322[_0xadb3cd(0x25b)],_0x3a97f3['endColumn']+=_0x160322[_0xadb3cd(0x25b)],!0x1);})?{'error':new Error(_0xe18628(0x366))}:{'m1Prime':_0x315c62,'m2Prime':_0x280b16};}},_0x962ec2={'m1':_0x5e5d8d['InsertColMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x188)]['id'],'handler'(_0x23caff,_0x38036a){const _0x4689cc=_0x49989d,_0x13c590={'m1Prime':_0x23caff,'m2Prime':_0x38036a};if(_0x23caff[_0x4689cc(0x265)]['unitId']!==_0x38036a[_0x4689cc(0x265)][_0x4689cc(0x20f)]||_0x23caff[_0x4689cc(0x265)]['subUnitId']!==_0x38036a['params'][_0x4689cc(0x39e)])return _0x13c590;const _0x4b040b=[_0x546230[_0x4689cc(0x37e)][_0x4689cc(0x351)](_0x23caff)],_0x4f08cf=_0x546230['Tools']['deepClone'](_0x38036a),{values:_0x398232}=_0x4f08cf[_0x4689cc(0x265)],_0x23d39e=[];let _0x5ab766=!0x1;for(const _0x460ec3 in _0x398232){const _0x22e65e=_0x398232[_0x460ec3];if(_0x23d39e[_0x4689cc(0x372)](..._0x22e65e[_0x4689cc(0x3b3)]),_0x22e65e[_0x4689cc(0x3b3)][_0x4689cc(0x34c)](_0x20e934=>{const _0x3f2649=_0x4689cc,_0x432174=_0x5e5d8d[_0x3f2649(0x386)](_0x4de297(_0x23caff[_0x3f2649(0x265)][_0x3f2649(0x240)]),_0x4de297(_0x20e934));return _0x432174['length']!==0x0?!0x0:(_0x432174['step']!==0x0&&(_0x5ab766=!0x0),_0x20e934[_0x3f2649(0x332)]+=_0x432174[_0x3f2649(0x25b)],_0x20e934[_0x3f2649(0x18f)]+=_0x432174[_0x3f2649(0x25b)],!0x1);}))return{'error':new Error(_0x4689cc(0x30d))};}if(_0x5ab766){const _0x355ec0={'id':_0x5e5d8d[_0x4689cc(0x2e8)]['id'],'params':{'unitId':_0x38036a[_0x4689cc(0x265)][_0x4689cc(0x20f)],'subUnitId':_0x38036a['params'][_0x4689cc(0x39e)],'ranges':_0x23d39e}};_0x4b040b[_0x4689cc(0x372)](_0x355ec0,_0x4f08cf);}return{'m1Prime':_0x4b040b,'m2Prime':_0x4f08cf};}},_0x3ae7f0={'m1':_0x5e5d8d['InsertColMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler'(_0x3fbd0c,_0x17243e){const _0x2c1a83=_0x49989d,_0x4c86bb={'m1Prime':_0x3fbd0c,'m2Prime':_0x17243e};if(_0x3fbd0c['params'][_0x2c1a83(0x20f)]!==_0x17243e[_0x2c1a83(0x265)]['unitId']||_0x3fbd0c['params']['subUnitId']!==_0x17243e[_0x2c1a83(0x265)]['subUnitId'])return _0x4c86bb;const _0x2ef817=[_0x546230[_0x2c1a83(0x37e)][_0x2c1a83(0x351)](_0x3fbd0c)],_0x174013=_0x546230[_0x2c1a83(0x37e)][_0x2c1a83(0x351)](_0x17243e),_0x11e880=new _0x546230['ObjectMatrix'](_0x174013['params'][_0x2c1a83(0x1c3)]),_0x257a58=_0x11e880[_0x2c1a83(0x289)](),_0x4f42d7=_0x3fbd0c['params'][_0x2c1a83(0x240)],_0xc933f0=_0x4f42d7[_0x2c1a83(0x18f)]-_0x4f42d7['startColumn']+0x1;if(_0x174013['params'][_0x2c1a83(0x1c3)]&&_0x4f42d7[_0x2c1a83(0x332)]<=_0x257a58[_0x2c1a83(0x18f)]){const _0x1ec350=Math[_0x2c1a83(0x287)](_0x257a58[_0x2c1a83(0x332)],_0x4f42d7[_0x2c1a83(0x332)]);_0x909cd1(_0x174013[_0x2c1a83(0x265)][_0x2c1a83(0x1c3)],_0x1ec350,_0x257a58[_0x2c1a83(0x18f)]-_0x1ec350+0x1,_0xc933f0);}const _0x52b929=new _0x546230[(_0x2c1a83(0x306))]();let _0x14a5bd=!0x1;if(_0x11e880['forValue']((_0x50a0ee,_0x3a81f,_0x282a39)=>{const _0x286e58=_0x2c1a83;if(_0x282a39&&_0x282a39['f']){const _0x35b606=_0x282a39['f'];let _0x264a08=!0x1;const _0x551590=_0x20bdc3(_0x3fbd0c[_0x286e58(0x265)][_0x286e58(0x20f)],_0x3fbd0c[_0x286e58(0x265)][_0x286e58(0x39e)],_0x35b606,_0x30bd65=>{const _0x125e24=_0x286e58,_0x3bbb6c=_0x5e5d8d[_0x125e24(0x386)](_0x4de297(_0x3fbd0c['params']['range']),_0x4de297(_0x30bd65));return(_0x3bbb6c['step']!==0x0||_0x3bbb6c[_0x125e24(0x295)]!==0x0)&&(_0x264a08=!0x0,_0x30bd65['startColumn']+=_0x3bbb6c[_0x125e24(0x25b)],_0x30bd65['endColumn']+=_0x3bbb6c[_0x125e24(0x25b)]+_0x3bbb6c[_0x125e24(0x295)]),_0x30bd65;});_0x264a08&&(_0x14a5bd=!0x0,_0x282a39['f']=_0x551590,_0x52b929[_0x286e58(0x1ec)](_0x50a0ee,_0x3a81f,{..._0x282a39}));}}),_0x14a5bd){const _0x88f53b={'id':_0x5e5d8d['SetRangeValuesMutation']['id'],'params':{'unitId':_0x17243e[_0x2c1a83(0x265)][_0x2c1a83(0x20f)],'subUnitId':_0x17243e[_0x2c1a83(0x265)][_0x2c1a83(0x39e)],'cellValue':_0x52b929[_0x2c1a83(0x217)]()}};_0x2ef817[_0x2c1a83(0x372)](_0x88f53b);}return{'m1Prime':_0x2ef817,'m2Prime':_0x174013};}},_0x23aa84={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x192)]['id'],'handler'(_0x495989,_0x2665b5){const _0x541bd9=_0x49989d,_0x5a05a4={'m1Prime':[],'m2Prime':[]};if(_0x495989[_0x541bd9(0x265)][_0x541bd9(0x20f)]!==_0x2665b5[_0x541bd9(0x265)][_0x541bd9(0x20f)]||_0x495989['params'][_0x541bd9(0x39e)]!==_0x2665b5[_0x541bd9(0x265)]['subUnitId'])return _0x5a05a4;const _0x30cad7=_0x546230[_0x541bd9(0x37e)][_0x541bd9(0x351)](_0x2665b5);let _0x169c3a=!0x1;return _0x30cad7[_0x541bd9(0x265)][_0x541bd9(0x204)][_0x541bd9(0x36d)](_0x5153ce=>{const _0x784310=_0x541bd9,{range:_0x566517,primary:_0x2f3138}=_0x5153ce,_0x1792a2=_0x5e5d8d[_0x784310(0x386)](_0x4de297(_0x495989[_0x784310(0x265)][_0x784310(0x240)]),_0x4de297(_0x566517));if(_0x1792a2[_0x784310(0x295)]||_0x1792a2['step']){if(_0x566517[_0x784310(0x332)]+=_0x1792a2['step'],_0x566517[_0x784310(0x18f)]+=_0x1792a2[_0x784310(0x25b)]+(_0x1792a2[_0x784310(0x295)]||0x0),_0x2f3138){const _0xc8cbaf=_0x5e5d8d[_0x784310(0x386)](_0x4de297(_0x495989[_0x784310(0x265)]['range']),_0x4de297(_0x2f3138));(_0xc8cbaf['length']||_0xc8cbaf[_0x784310(0x25b)])&&(_0x2f3138[_0x784310(0x332)]+=_0xc8cbaf[_0x784310(0x25b)],_0x2f3138[_0x784310(0x18f)]+=_0xc8cbaf[_0x784310(0x25b)],_0x2f3138[_0x784310(0x270)]+=_0xc8cbaf[_0x784310(0x25b)]);}_0x169c3a=!0x0;}}),_0x169c3a&&_0x5a05a4[_0x541bd9(0x2fd)][_0x541bd9(0x372)](_0x30cad7),_0x5a05a4;}},_0x5e9c76={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x37ca0b[_0x49989d(0x33c)]['id'],'handler'(_0x2038e8,_0x509cc5){const _0x4cc05c=_0x49989d,_0x4b67b0={'m1Prime':_0x2038e8,'m2Prime':_0x509cc5};if(_0x2038e8[_0x4cc05c(0x265)][_0x4cc05c(0x20f)]!==_0x509cc5['params'][_0x4cc05c(0x20f)]||_0x2038e8[_0x4cc05c(0x265)][_0x4cc05c(0x39e)]!==_0x509cc5['params'][_0x4cc05c(0x39e)])return _0x4b67b0;const _0xd46090=_0x546230[_0x4cc05c(0x37e)][_0x4cc05c(0x351)](_0x2038e8),_0x105acc=_0x546230[_0x4cc05c(0x37e)]['deepClone'](_0x509cc5),_0x29fba7=_0x4b493f({'start':_0x2038e8['params'][_0x4cc05c(0x240)][_0x4cc05c(0x332)],'end':_0x2038e8[_0x4cc05c(0x265)][_0x4cc05c(0x240)][_0x4cc05c(0x18f)]},{'start':_0x509cc5[_0x4cc05c(0x265)][_0x4cc05c(0x334)],'end':_0x509cc5[_0x4cc05c(0x265)]['col']});if(_0x105acc[_0x4cc05c(0x265)][_0x4cc05c(0x334)]===_0x29fba7[_0x4cc05c(0x3b7)])return _0x4b67b0;_0x105acc[_0x4cc05c(0x265)]['col']=_0x29fba7['start'],_0x105acc[_0x4cc05c(0x265)]['criteria']&&(_0x105acc[_0x4cc05c(0x265)][_0x4cc05c(0x244)][_0x4cc05c(0x31c)]=_0x29fba7[_0x4cc05c(0x3b7)]);const _0x214aa8=_0x546230['Tools'][_0x4cc05c(0x351)](_0x509cc5);return _0x214aa8[_0x4cc05c(0x265)]['criteria']=null,{'m1Prime':[_0x214aa8,_0x105acc,_0xd46090],'m2Prime':[_0x105acc]};}},_0xe897ac={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x37ca0b[_0x49989d(0x1fe)]['id'],'handler'(_0x50a993,_0x15f921){const _0x5488db=_0x49989d,_0x481b3e={'m1Prime':_0x50a993,'m2Prime':_0x15f921};if(_0x50a993[_0x5488db(0x265)][_0x5488db(0x20f)]!==_0x15f921[_0x5488db(0x265)][_0x5488db(0x20f)]||_0x50a993[_0x5488db(0x265)][_0x5488db(0x39e)]!==_0x15f921[_0x5488db(0x265)][_0x5488db(0x39e)])return _0x481b3e;const _0x110f20=_0x546230['Tools'][_0x5488db(0x351)](_0x50a993),_0x1aa340=_0x546230[_0x5488db(0x37e)][_0x5488db(0x351)](_0x15f921),_0x4035c9=_0x4b493f({'start':_0x50a993[_0x5488db(0x265)]['range'][_0x5488db(0x332)],'end':_0x50a993[_0x5488db(0x265)][_0x5488db(0x240)]['endColumn']},{'start':_0x15f921[_0x5488db(0x265)][_0x5488db(0x240)][_0x5488db(0x332)],'end':_0x15f921[_0x5488db(0x265)][_0x5488db(0x240)]['endColumn']});return _0x1aa340[_0x5488db(0x265)][_0x5488db(0x240)][_0x5488db(0x332)]===_0x4035c9[_0x5488db(0x3b7)]&&_0x1aa340[_0x5488db(0x265)][_0x5488db(0x240)][_0x5488db(0x18f)]===_0x4035c9[_0x5488db(0x18e)]?_0x481b3e:(_0x1aa340[_0x5488db(0x265)]['range'][_0x5488db(0x332)]=_0x4035c9[_0x5488db(0x3b7)],_0x1aa340[_0x5488db(0x265)][_0x5488db(0x240)]['endColumn']=_0x4035c9[_0x5488db(0x18e)],{'m1Prime':[_0x1aa340,_0x110f20],'m2Prime':[_0x1aa340]});}},_0x418534={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x5e5d8d[_0x49989d(0x241)]['id'],'handler'(_0xf2eac,_0x296bd2){const _0x375b8a=_0x49989d,_0x48d156={'m1Prime':_0xf2eac,'m2Prime':_0x296bd2};if(_0xf2eac[_0x375b8a(0x265)][_0x375b8a(0x20f)]!==_0x296bd2[_0x375b8a(0x265)][_0x375b8a(0x20f)]||_0xf2eac['params']['subUnitId']!==_0x296bd2[_0x375b8a(0x265)][_0x375b8a(0x39e)])return _0x48d156;const _0x72b181=_0x546230['Tools'][_0x375b8a(0x351)](_0xf2eac),_0x2c7894=_0x546230[_0x375b8a(0x37e)]['deepClone'](_0x296bd2),{ranges:_0x3f1453,colWidth:_0x790bcc}=_0x2c7894[_0x375b8a(0x265)];if(_0x3f1453[_0x375b8a(0x34c)](_0x574c9a=>{const _0x463e87=_0x375b8a,_0x460923=_0x5e5d8d[_0x463e87(0x386)](_0x4de297(_0xf2eac[_0x463e87(0x265)][_0x463e87(0x240)]),_0x574c9a);return _0x460923[_0x463e87(0x295)]!==0x0?!0x0:(_0x574c9a[_0x463e87(0x332)]+=_0x460923[_0x463e87(0x25b)],_0x574c9a[_0x463e87(0x18f)]+=_0x460923[_0x463e87(0x25b)],!0x1);}))return{'error':new Error(_0x375b8a(0x2d1))};if(typeof _0x790bcc!=_0x375b8a(0x209)){for(let _0x3cc4ea=_0xf2eac['params']['range'][_0x375b8a(0x332)];_0x3cc4ea<=_0xf2eac['params'][_0x375b8a(0x240)][_0x375b8a(0x18f)];_0x3cc4ea++)_0x546230['insertMatrixArray'](_0x3cc4ea,void 0x0,_0x790bcc);}return{'m1Prime':_0x72b181,'m2Prime':_0x2c7894};}},_0x202961=(_0x475b39,_0x96a63e)=>{const _0x24ee2c=_0x49989d,_0x2e0d06=_0xe5fe74[_0x24ee2c(0x271)](_0x475b39[_0x24ee2c(0x265)][_0x24ee2c(0x378)][_0x24ee2c(0x379)]),_0x3fb892={'startColumn':_0x2e0d06[_0x24ee2c(0x199)],'endColumn':_0x2e0d06[_0x24ee2c(0x199)],'startRow':_0x2e0d06['row'],'endRow':_0x2e0d06[_0x24ee2c(0x314)]},_0x5968e2=_0x5e5d8d['handleDefaultRangeChangeWithEffectRefCommands'](_0x3fb892,_0x96a63e);if(!_0x5968e2)return[{'id':_0x101f9d[_0x24ee2c(0x36a)]['id'],'params':{..._0x475b39[_0x24ee2c(0x265)],'comment':void 0x0,'commentId':_0x475b39[_0x24ee2c(0x265)]['payload'][_0x24ee2c(0x1e6)]}}];const _0x2c5f93=_0xe5fe74['serializeRange'](_0x5968e2);return _0x2c5f93===_0x475b39['params'][_0x24ee2c(0x378)][_0x24ee2c(0x379)]?[]:[{'id':_0x101f9d['UpdateCommentRefMutation']['id'],'params':{..._0x475b39[_0x24ee2c(0x265)],'comment':void 0x0,'payload':{'ref':_0x2c5f93,'commentId':_0x475b39[_0x24ee2c(0x265)][_0x24ee2c(0x378)][_0x24ee2c(0x1e6)]}}}];},_0x27ee57={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x101f9d['UpdateCommentRefMutation']['id'],'handler':(_0x3de90f,_0x2b323b)=>{const _0x1e4fab=_0x49989d,_0x4e7ae6={'m1Prime':_0x3de90f,'m2Prime':_0x2b323b};if(_0x3de90f[_0x1e4fab(0x265)][_0x1e4fab(0x20f)]!==_0x2b323b['params'][_0x1e4fab(0x20f)]||_0x3de90f[_0x1e4fab(0x265)]['subUnitId']!==_0x2b323b['params'][_0x1e4fab(0x39e)])return _0x4e7ae6;const _0x3b5d54={'id':_0x5e5d8d[_0x1e4fab(0x2a4)]['id'],'params':{'unitId':_0x3de90f['params'][_0x1e4fab(0x20f)],'subUnitId':_0x3de90f['params'][_0x1e4fab(0x39e)],'range':_0x3de90f[_0x1e4fab(0x265)][_0x1e4fab(0x240)]}},_0x2fcc24=_0x202961(_0x2b323b,_0x3b5d54);return{'m1Prime':[_0x3de90f,..._0x2fcc24],'m2Prime':[_0x2b323b,..._0x2fcc24]};}};function _0x194be1(_0x2ace9e,_0x9f812e){const _0x5d7c3c=_0x49989d;var _0x110b8a,_0x5f164a;const {payload:_0x4db37c,unitId:_0x4d4944,subUnitId:_0x3ad11,ruleId:_0x185396}=_0x2ace9e[_0x5d7c3c(0x265)];switch(_0x4db37c[_0x5d7c3c(0x2bb)]){case _0x24b62e[_0x5d7c3c(0x383)][_0x5d7c3c(0x38f)]:{const _0x2a494c=_0x4db37c[_0x5d7c3c(0x378)]['map'](_0x4ebfb9=>_0x5e5d8d[_0x5d7c3c(0x329)](_0x4ebfb9,_0x9f812e))[_0x5d7c3c(0x1e3)](Boolean)[_0x5d7c3c(0x23d)]();if(!_0x546230['isRangesEqual'](_0x2a494c,_0x4db37c[_0x5d7c3c(0x378)]))return[{'id':_0x24b62e[_0x5d7c3c(0x267)]['id'],'params':{'unitId':_0x4d4944,'subUnitId':_0x3ad11,'ruleId':_0x185396,'payload':{'type':_0x24b62e['UpdateRuleType'][_0x5d7c3c(0x38f)],'payload':_0x2a494c}}}];break;}case _0x24b62e['UpdateRuleType']['SETTING']:{const _0x3f7dea=_0x196652=>_0x20bdc3(_0x4d4944,_0x3ad11,_0x196652,_0x2de930=>_0x5e5d8d[_0x5d7c3c(0x1cf)](_0x2de930,_0x9f812e)),_0x9a5d1c=(_0x110b8a=_0x4db37c[_0x5d7c3c(0x378)]['formula1'])!=null?_0x110b8a:'',_0xf3d260=(_0x5f164a=_0x4db37c['payload'][_0x5d7c3c(0x34a)])!=null?_0x5f164a:'';let _0x23ddf4=_0x9a5d1c,_0x5524bb=_0xf3d260;if(_0x546230[_0x5d7c3c(0x27f)](_0x9a5d1c)&&(_0x23ddf4=_0x3f7dea(_0x9a5d1c)),_0x546230[_0x5d7c3c(0x27f)](_0xf3d260)&&(_0x5524bb=_0x3f7dea(_0xf3d260)),_0x23ddf4!==_0x9a5d1c||_0x5524bb!==_0xf3d260)return[{'id':_0x24b62e[_0x5d7c3c(0x267)]['id'],'params':{'unitId':_0x4d4944,'subUnitId':_0x3ad11,'ruleId':_0x185396,'payload':{'type':_0x24b62e[_0x5d7c3c(0x383)]['SETTING'],'payload':{'type':_0x4db37c['payload'][_0x5d7c3c(0x2bb)],'formula1':_0x23ddf4,'formula2':_0x5524bb}}}}];break;}}return[];}const _0x31538={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x24b62e['UpdateDataValidationMutation']['id'],'handler':(_0x28d196,_0x2dd675)=>{const _0x348563=_0x49989d,_0x70fd28={'m1Prime':_0x28d196,'m2Prime':_0x2dd675};if(_0x28d196[_0x348563(0x265)][_0x348563(0x20f)]!==_0x2dd675[_0x348563(0x265)]['unitId']||_0x2dd675[_0x348563(0x265)][_0x348563(0x39e)]!==_0x28d196[_0x348563(0x265)][_0x348563(0x39e)])return _0x70fd28;const _0x4b8c23={'id':_0x5e5d8d[_0x348563(0x246)]['id'],'params':{'fromRange':_0x28d196[_0x348563(0x265)][_0x348563(0x255)],'toRange':_0x28d196['params'][_0x348563(0x2cf)]}},_0x393d4a=_0x194be1(_0x2dd675,_0x4b8c23);return{'m1Prime':[_0x28d196,..._0x393d4a],'m2Prime':[_0x2dd675,..._0x393d4a]};}},_0x123e2a={'m1':_0x5e5d8d[_0x49989d(0x278)]['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0x4c2e4e,_0x4ee391)=>{const _0x36cf29=_0x49989d,_0x4249bf={'m1Prime':_0x4c2e4e,'m2Prime':_0x4ee391};if(_0x4c2e4e[_0x36cf29(0x265)][_0x36cf29(0x20f)]!==_0x4ee391[_0x36cf29(0x265)]['unitId']||_0x4ee391[_0x36cf29(0x265)][_0x36cf29(0x39e)]!==_0x4c2e4e[_0x36cf29(0x265)][_0x36cf29(0x39e)])return _0x4249bf;const _0x20a832={'id':_0x5e5d8d['InsertColCommand']['id'],'params':{'unitId':_0x4c2e4e[_0x36cf29(0x265)]['unitId'],'subUnitId':_0x4c2e4e['params']['subUnitId'],'range':_0x4c2e4e['params'][_0x36cf29(0x240)]}},_0x4d957e=_0x194be1(_0x4ee391,_0x20a832);return{'m1Prime':[_0x4c2e4e,..._0x4d957e],'m2Prime':[_0x4ee391,..._0x4d957e]};}},_0x5b693f={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x548cc1,_0x5c55a0)=>{const _0x3ce6f4=_0x49989d,_0x477b53={'m1Prime':_0x548cc1,'m2Prime':_0x5c55a0};if(_0x548cc1[_0x3ce6f4(0x265)]['unitId']!==_0x5c55a0[_0x3ce6f4(0x265)][_0x3ce6f4(0x20f)]||_0x548cc1[_0x3ce6f4(0x265)][_0x3ce6f4(0x39e)]!==_0x5c55a0[_0x3ce6f4(0x265)][_0x3ce6f4(0x39e)])return _0x477b53;const _0x451147={'id':_0x5e5d8d[_0x3ce6f4(0x3ad)]['id'],'params':{'unitId':_0x548cc1[_0x3ce6f4(0x265)][_0x3ce6f4(0x20f)],'subUnitId':_0x548cc1[_0x3ce6f4(0x265)]['subUnitId'],'range':_0x548cc1[_0x3ce6f4(0x265)]['range']}},_0x1758cd=_0x58f44c(_0x5c55a0,_0x451147);return{'m1Prime':[_0x548cc1,..._0x1758cd],'m2Prime':[_0x5c55a0,..._0x1758cd]};}},_0x297037={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x5d4517,_0x51471e){const _0x1de915=_0x49989d,_0x268115=_0xb13c5b[_0x1de915(0x2cc)](_0x51471e,_0x5d4517);return _0x782652(_0x268115)?{'m1Prime':_0x268115[_0x1de915(0x2fd)],'m2Prime':_0x268115[_0x1de915(0x24f)]}:_0x268115;}},_0x46946f={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d['InsertRowMutation']['id'],'handler'(_0x45c06b,_0x420452){const _0x4a32cb=_0x49989d,_0x13ba90={'m1Prime':_0x45c06b,'m2Prime':_0x420452};if(_0x45c06b[_0x4a32cb(0x265)][_0x4a32cb(0x20f)]!==_0x420452[_0x4a32cb(0x265)]['unitId']||_0x45c06b[_0x4a32cb(0x265)][_0x4a32cb(0x39e)]!==_0x420452[_0x4a32cb(0x265)]['subUnitId'])return _0x13ba90;const _0x4b0bae=_0x546230[_0x4a32cb(0x37e)]['deepClone'](_0x45c06b),_0xba720=_0x546230[_0x4a32cb(0x37e)][_0x4a32cb(0x351)](_0x420452),_0x5a306c=_0x5e5d8d['handleBaseInsertRange'](_0x4de297(_0x5e5d8d['rotateRange'](_0x45c06b[_0x4a32cb(0x265)][_0x4a32cb(0x240)])),_0x4de297(_0x5e5d8d[_0x4a32cb(0x294)](_0x420452[_0x4a32cb(0x265)][_0x4a32cb(0x240)])));if(_0x5a306c?(_0xba720['params'][_0x4a32cb(0x240)][_0x4a32cb(0x2e7)]+=_0x5a306c['step'],_0xba720[_0x4a32cb(0x265)][_0x4a32cb(0x240)]['endRow']+=_0x5a306c[_0x4a32cb(0x25b)]+(_0x5a306c[_0x4a32cb(0x295)]||0x0)):_0xba720['id']=_0x5e5d8d[_0x4a32cb(0x2c2)]['id'],_0x45c06b[_0x4a32cb(0x265)][_0x4a32cb(0x240)]['startRow']!==_0x420452[_0x4a32cb(0x265)]['range'][_0x4a32cb(0x2e7)]){const _0x2ed3f3=_0x5e5d8d[_0x4a32cb(0x386)](_0x4de297(_0x5e5d8d[_0x4a32cb(0x294)](_0x420452[_0x4a32cb(0x265)][_0x4a32cb(0x240)])),_0x4de297(_0x5e5d8d['rotateRange'](_0x45c06b[_0x4a32cb(0x265)][_0x4a32cb(0x240)])));_0x2ed3f3?(_0x4b0bae[_0x4a32cb(0x265)][_0x4a32cb(0x240)][_0x4a32cb(0x2e7)]+=_0x2ed3f3[_0x4a32cb(0x25b)],_0x4b0bae[_0x4a32cb(0x265)]['range'][_0x4a32cb(0x275)]+=_0x2ed3f3['step']+(_0x2ed3f3[_0x4a32cb(0x295)]||0x0)):_0x4b0bae['id']=_0x5e5d8d[_0x4a32cb(0x2c2)]['id'];}return{'m1Prime':_0x4b0bae,'m2Prime':_0xba720};}},_0x4d70eb={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler'(_0x12b91d,_0x1315a0){const _0x517de4=_0x49989d,_0x8944d6={'m1Prime':_0x12b91d,'m2Prime':_0x1315a0};if(_0x12b91d[_0x517de4(0x265)][_0x517de4(0x20f)]!==_0x1315a0[_0x517de4(0x265)]['unitId']||_0x12b91d[_0x517de4(0x265)]['subUnitId']!==_0x1315a0[_0x517de4(0x265)]['from'][_0x517de4(0x39e)]&&_0x12b91d[_0x517de4(0x265)][_0x517de4(0x39e)]!==_0x1315a0[_0x517de4(0x265)]['to'][_0x517de4(0x39e)])return _0x8944d6;const _0x42ccb3=_0x546230[_0x517de4(0x37e)]['deepClone'](_0x12b91d),_0x2de9af=_0x546230['Tools'][_0x517de4(0x351)](_0x1315a0);if(_0x12b91d[_0x517de4(0x265)][_0x517de4(0x39e)]===_0x1315a0[_0x517de4(0x265)][_0x517de4(0x206)]['subUnitId']){const _0x388183=new _0x546230[(_0x517de4(0x306))](_0x2de9af['params'][_0x517de4(0x206)][_0x517de4(0x1f5)])['getDataRange'](),{startRow:_0x1fdd01,endRow:_0x4c1c81}=_0x388183,{startRow:_0x3a8e14,endRow:_0x3b1198}=_0x12b91d[_0x517de4(0x265)][_0x517de4(0x240)],{step:_0x2b0ed3,length:_0x4ac622}=_0x5e5d8d['handleBaseInsertRange'](_0x5e5d8d['rotateRange'](_0x12b91d[_0x517de4(0x265)]['range']),_0x5e5d8d['rotateRange'](_0x388183));_0x2b0ed3>0x0&&_0x4ac622===0x0&&_0x7d9aed(_0x2de9af[_0x517de4(0x265)][_0x517de4(0x206)][_0x517de4(0x1f5)],_0x1fdd01,_0x4c1c81-_0x1fdd01+0x1,_0x2b0ed3),_0x2b0ed3===0x0&&_0x4ac622>0x0&&_0x7d9aed(_0x2de9af[_0x517de4(0x265)][_0x517de4(0x206)][_0x517de4(0x1f5)],_0x3a8e14,_0x4c1c81-_0x3a8e14+0x1,_0x3b1198-_0x3a8e14+0x1);}if(_0x12b91d['params'][_0x517de4(0x39e)]===_0x1315a0[_0x517de4(0x265)]['to'][_0x517de4(0x39e)]){const _0x11cfd8=new _0x546230[(_0x517de4(0x306))](_0x1315a0[_0x517de4(0x265)]['to'][_0x517de4(0x1f5)])['getDataRange'](),{startRow:_0x4d14d9,endRow:_0x1f5098}=_0x11cfd8,{startRow:_0x1b20c8,endRow:_0x58c3f1}=_0x12b91d[_0x517de4(0x265)][_0x517de4(0x240)],{step:_0x3d89da,length:_0x4c9a76}=_0x5e5d8d['handleBaseInsertRange'](_0x5e5d8d[_0x517de4(0x294)](_0x12b91d[_0x517de4(0x265)]['range']),_0x5e5d8d['rotateRange'](_0x11cfd8));_0x3d89da>0x0&&_0x4c9a76===0x0&&_0x7d9aed(_0x2de9af[_0x517de4(0x265)]['to'][_0x517de4(0x1f5)],_0x4d14d9,_0x1f5098-_0x4d14d9+0x1,_0x3d89da),_0x3d89da===0x0&&_0x4c9a76>0x0&&_0x7d9aed(_0x2de9af[_0x517de4(0x265)]['to'][_0x517de4(0x1f5)],_0x1b20c8,_0x1f5098-_0x1b20c8+0x1,_0x58c3f1-_0x1b20c8+0x1);}return{'m1Prime':_0x42ccb3,'m2Prime':_0x2de9af};}},_0x33b546={'m1':_0x5e5d8d['InsertRowMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x261)]['id'],'handler'(_0x1be782,_0x101364){const _0x1bb399=_0x49989d,_0x30126f={'m1Prime':_0x1be782,'m2Prime':_0x101364};if(_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x20f)]!==_0x101364[_0x1bb399(0x265)][_0x1bb399(0x20f)]||_0x1be782['params'][_0x1bb399(0x39e)]!==_0x101364['params']['subUnitId'])return _0x30126f;const _0x5dc761=_0x546230['Tools'][_0x1bb399(0x351)](_0x1be782),_0x390fd2=_0x546230[_0x1bb399(0x37e)]['deepClone'](_0x101364),_0x29f7b4=_0x101364[_0x1bb399(0x265)][_0x1bb399(0x255)],_0x427486=_0x101364[_0x1bb399(0x265)][_0x1bb399(0x2cf)];if(_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x240)][_0x1bb399(0x2e7)]>_0x29f7b4[_0x1bb399(0x2e7)]&&_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x240)][_0x1bb399(0x2e7)]<=_0x29f7b4[_0x1bb399(0x275)]||_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x240)][_0x1bb399(0x2e7)]>_0x427486[_0x1bb399(0x2e7)]&&_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x240)]['startRow']<=_0x427486[_0x1bb399(0x275)])return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x17aa80=_0x5e5d8d['handleBaseInsertRange'](_0x4de297(_0x5e5d8d[_0x1bb399(0x294)](_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x240)])),_0x4de297(_0x5e5d8d[_0x1bb399(0x294)](_0x29f7b4))),_0x219810=_0x5e5d8d['handleBaseInsertRange'](_0x4de297(_0x5e5d8d[_0x1bb399(0x294)](_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x240)])),_0x4de297(_0x5e5d8d[_0x1bb399(0x294)](_0x427486)));if(_0x390fd2[_0x1bb399(0x265)][_0x1bb399(0x255)]['startRow']+=_0x17aa80[_0x1bb399(0x25b)],_0x390fd2[_0x1bb399(0x265)][_0x1bb399(0x255)][_0x1bb399(0x275)]+=_0x17aa80[_0x1bb399(0x25b)]+(_0x17aa80[_0x1bb399(0x295)]||0x0),_0x390fd2['params'][_0x1bb399(0x2cf)][_0x1bb399(0x2e7)]+=_0x219810[_0x1bb399(0x25b)],_0x390fd2['params'][_0x1bb399(0x2cf)][_0x1bb399(0x275)]+=_0x219810[_0x1bb399(0x25b)]+(_0x219810[_0x1bb399(0x295)]||0x0),_0x29f7b4[_0x1bb399(0x2e7)]>=_0x1be782[_0x1bb399(0x265)]['range'][_0x1bb399(0x2e7)]&&_0x427486[_0x1bb399(0x2e7)]<_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x240)][_0x1bb399(0x2e7)]){const _0x14021a=_0x427486['endRow']-_0x427486[_0x1bb399(0x2e7)]+0x1;_0x5dc761[_0x1bb399(0x265)][_0x1bb399(0x240)][_0x1bb399(0x2e7)]+=_0x14021a,_0x5dc761[_0x1bb399(0x265)]['range']['endRow']+=_0x14021a;}else{if(_0x29f7b4[_0x1bb399(0x275)]<_0x1be782[_0x1bb399(0x265)]['range'][_0x1bb399(0x2e7)]&&_0x427486[_0x1bb399(0x2e7)]>=_0x1be782[_0x1bb399(0x265)][_0x1bb399(0x240)][_0x1bb399(0x2e7)]){const _0x47cc52=_0x29f7b4[_0x1bb399(0x275)]-_0x29f7b4[_0x1bb399(0x2e7)]+0x1;_0x5dc761[_0x1bb399(0x265)]['range'][_0x1bb399(0x2e7)]-=_0x47cc52,_0x5dc761[_0x1bb399(0x265)][_0x1bb399(0x240)]['endRow']-=_0x47cc52;}}return{'m1Prime':_0x5dc761,'m2Prime':_0x390fd2};}},_0x139500={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler'(_0x42dd73,_0x441996){const _0x2f43de=_0x49989d,_0x71cfd1={'m1Prime':_0x42dd73,'m2Prime':_0x441996};if(_0x42dd73[_0x2f43de(0x265)][_0x2f43de(0x20f)]!==_0x441996[_0x2f43de(0x265)][_0x2f43de(0x20f)]||_0x42dd73[_0x2f43de(0x265)][_0x2f43de(0x39e)]!==_0x441996[_0x2f43de(0x265)]['subUnitId'])return _0x71cfd1;const _0x589086=_0x546230[_0x2f43de(0x37e)][_0x2f43de(0x351)](_0x42dd73),_0x3ca599=_0x546230[_0x2f43de(0x37e)]['deepClone'](_0x441996),{ranges:_0xbb5549}=_0x3ca599[_0x2f43de(0x265)];return _0xbb5549[_0x2f43de(0x34c)](_0x4cb727=>{const _0x3f24f7=_0x2f43de,_0x4a3fcf=_0x5e5d8d[_0x3f24f7(0x386)](_0x4de297(_0x5e5d8d[_0x3f24f7(0x294)](_0x42dd73['params'][_0x3f24f7(0x240)])),_0x4de297(_0x5e5d8d['rotateRange'](_0x4cb727)));return _0x4a3fcf[_0x3f24f7(0x295)]!==0x0?!0x0:(_0x4cb727[_0x3f24f7(0x2e7)]+=_0x4a3fcf[_0x3f24f7(0x25b)],_0x4cb727[_0x3f24f7(0x275)]+=_0x4a3fcf[_0x3f24f7(0x25b)],!0x1);})?{'error':new Error(_0x2f43de(0x357))}:{'m1Prime':_0x589086,'m2Prime':_0x3ca599};}},_0x12da3d={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'handler'(_0x4dd9d3,_0x1d7620){const _0x1029d6=_0x49989d,_0x2aebbe={'m1Prime':_0x4dd9d3,'m2Prime':_0x1d7620};if(_0x4dd9d3[_0x1029d6(0x265)][_0x1029d6(0x20f)]!==_0x1d7620[_0x1029d6(0x265)]['unitId']||_0x4dd9d3[_0x1029d6(0x265)]['subUnitId']!==_0x1d7620[_0x1029d6(0x265)][_0x1029d6(0x39e)])return _0x2aebbe;const _0x116272=_0x546230[_0x1029d6(0x37e)][_0x1029d6(0x351)](_0x4dd9d3),_0xccccbc=_0x546230[_0x1029d6(0x37e)]['deepClone'](_0x1d7620);if(_0x4dd9d3[_0x1029d6(0x265)][_0x1029d6(0x240)][_0x1029d6(0x2e7)]<=_0x1d7620['params'][_0x1029d6(0x240)]['endRow']&&_0x4dd9d3[_0x1029d6(0x265)][_0x1029d6(0x240)][_0x1029d6(0x2e7)]>_0x1d7620[_0x1029d6(0x265)]['range']['startRow'])return{'error':new Error(_0x1029d6(0x325))};const _0x3c95e2=_0x5e5d8d['handleBaseInsertRange'](_0x4de297(_0x5e5d8d[_0x1029d6(0x294)](_0x4dd9d3[_0x1029d6(0x265)]['range'])),_0x4de297(_0x5e5d8d[_0x1029d6(0x294)](_0x1d7620['params']['range'])));_0x3c95e2?(_0xccccbc[_0x1029d6(0x265)][_0x1029d6(0x240)][_0x1029d6(0x2e7)]+=_0x3c95e2[_0x1029d6(0x25b)],_0xccccbc[_0x1029d6(0x265)][_0x1029d6(0x240)][_0x1029d6(0x275)]+=_0x3c95e2[_0x1029d6(0x25b)]+(_0x3c95e2[_0x1029d6(0x295)]||0x0)):_0xccccbc['id']=_0x5e5d8d['EmptyMutation']['id'];const _0x5738cf=_0x5e5d8d[_0x1029d6(0x252)](_0x4de297(_0x5e5d8d['rotateRange'](_0x1d7620[_0x1029d6(0x265)]['range'])),_0x4de297(_0x5e5d8d['rotateRange'](_0x4dd9d3[_0x1029d6(0x265)][_0x1029d6(0x240)])));return _0x5738cf&&(_0x116272['params']['range'][_0x1029d6(0x2e7)]+=_0x5738cf[_0x1029d6(0x25b)],_0x116272['params'][_0x1029d6(0x240)][_0x1029d6(0x275)]+=_0x5738cf[_0x1029d6(0x25b)]+(_0x5738cf['length']||0x0)),{'m1Prime':_0x116272,'m2Prime':_0xccccbc};}},_0xf5c30f={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler'(_0x10866a,_0x1fab7d){const _0x46f46c=_0x49989d,_0x413ae5=_0x546230[_0x46f46c(0x37e)]['deepClone'](_0x10866a),_0x348474=_0x546230[_0x46f46c(0x37e)][_0x46f46c(0x351)](_0x1fab7d);if(_0x10866a[_0x46f46c(0x265)][_0x46f46c(0x20f)]!==_0x1fab7d[_0x46f46c(0x265)]['unitId']||_0x10866a[_0x46f46c(0x265)]['subUnitId']!==_0x1fab7d[_0x46f46c(0x265)]['subUnitId'])return{'m1Prime':_0x413ae5,'m2Prime':_0x348474};const _0x45359b=_0x348474['params'][_0x46f46c(0x3b3)][_0x46f46c(0x2a6)](_0x184748=>{const _0x116f69=_0x46f46c,_0x1947d0=_0x413ae5['params'][_0x116f69(0x240)],_0x30bd10=_0x1947d0[_0x116f69(0x275)]-_0x1947d0[_0x116f69(0x2e7)]+0x1;return _0x1947d0[_0x116f69(0x2e7)]<=_0x184748[_0x116f69(0x2e7)]?{..._0x184748,'startRow':_0x184748[_0x116f69(0x2e7)]+_0x30bd10,'endRow':_0x184748[_0x116f69(0x275)]+_0x30bd10}:_0x1947d0['startRow']>_0x184748[_0x116f69(0x2e7)]&&_0x1947d0[_0x116f69(0x2e7)]<=_0x184748[_0x116f69(0x275)]?{..._0x184748,'endRow':_0x184748[_0x116f69(0x275)]+_0x30bd10}:{..._0x184748};});return _0x348474[_0x46f46c(0x265)]['ranges']=_0x45359b,{'m1Prime':_0x413ae5,'m2Prime':_0x348474};}},_0x3ff408={'m1':_0x5e5d8d['InsertRowMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x392)]['id'],'handler'(_0x3789b8,_0xae871f){const _0x4ccd9e=_0x49989d,_0x5ec7bd={'m1Prime':_0x3789b8,'m2Prime':_0xae871f};if(_0x3789b8[_0x4ccd9e(0x265)][_0x4ccd9e(0x20f)]!==_0xae871f[_0x4ccd9e(0x265)][_0x4ccd9e(0x20f)]||_0x3789b8['params']['subUnitId']!==_0xae871f[_0x4ccd9e(0x265)][_0x4ccd9e(0x39e)])return _0x5ec7bd;const _0x40382f=_0x546230[_0x4ccd9e(0x37e)][_0x4ccd9e(0x351)](_0xae871f),_0x18d165=_0x5e5d8d['handleBaseInsertRange'](_0x4de297(_0x5e5d8d['rotateRange'](_0x3789b8[_0x4ccd9e(0x265)][_0x4ccd9e(0x240)])),_0x4de297(_0x5e5d8d['rotateRange'](_0xae871f[_0x4ccd9e(0x265)][_0x4ccd9e(0x240)])));_0x40382f['params'][_0x4ccd9e(0x240)]['startRow']+=_0x18d165[_0x4ccd9e(0x25b)],_0x40382f['params'][_0x4ccd9e(0x240)]['endRow']+=_0x18d165['step']+(_0x18d165[_0x4ccd9e(0x295)]||0x0);const _0x395611=_0x3789b8['params']['range'][_0x4ccd9e(0x2e7)],_0x26cb2a=_0x3789b8[_0x4ccd9e(0x265)][_0x4ccd9e(0x240)]['endRow']-_0x3789b8[_0x4ccd9e(0x265)][_0x4ccd9e(0x240)][_0x4ccd9e(0x2e7)]+0x1,_0x184df0={};for(const _0x4e2ce3 in _0xae871f['params'][_0x4ccd9e(0x1b7)]){let _0x2a7a43=Number(_0x4e2ce3),_0x2ad67a=_0xae871f[_0x4ccd9e(0x265)][_0x4ccd9e(0x1b7)][_0x4e2ce3];_0x2a7a43=_0x3123ce(_0x395611,_0x26cb2a,_0x2a7a43),_0x2ad67a=_0x3123ce(_0x395611,_0x26cb2a,_0x2ad67a),_0x184df0[_0x2a7a43]=_0x2ad67a;}return _0x40382f[_0x4ccd9e(0x265)][_0x4ccd9e(0x1b7)]=_0x184df0,{'m1Prime':_0x3789b8,'m2Prime':_0x40382f};}},_0x3123ce=(_0x5d2df2,_0x4a28d6,_0x123a27)=>_0x123a27>=_0x5d2df2?_0x123a27+_0x4a28d6:_0x123a27,_0x500308={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x188)]['id'],'handler'(_0x273b71,_0x37ff42){const _0x39d9e8=_0x49989d,_0x3c6aec={'m1Prime':_0x273b71,'m2Prime':_0x37ff42};if(_0x273b71[_0x39d9e8(0x265)][_0x39d9e8(0x20f)]!==_0x37ff42[_0x39d9e8(0x265)][_0x39d9e8(0x20f)]||_0x273b71[_0x39d9e8(0x265)][_0x39d9e8(0x39e)]!==_0x37ff42[_0x39d9e8(0x265)][_0x39d9e8(0x39e)])return _0x3c6aec;const _0x4248a4=[_0x546230[_0x39d9e8(0x37e)][_0x39d9e8(0x351)](_0x273b71)],_0x4257c5=_0x546230[_0x39d9e8(0x37e)][_0x39d9e8(0x351)](_0x37ff42),{values:_0x99a1b4}=_0x4257c5['params'],_0x2de983=[];let _0x3ac942=!0x1;for(const _0x17bd3d in _0x99a1b4){const _0x4ed35f=_0x99a1b4[_0x17bd3d];if(_0x2de983[_0x39d9e8(0x372)](..._0x4ed35f['ranges']),_0x4ed35f[_0x39d9e8(0x3b3)][_0x39d9e8(0x34c)](_0x35d559=>{const _0x2a4ea1=_0x39d9e8,_0x4bd478=_0x5e5d8d[_0x2a4ea1(0x386)](_0x4de297(_0x5e5d8d[_0x2a4ea1(0x294)](_0x273b71['params'][_0x2a4ea1(0x240)])),_0x5e5d8d[_0x2a4ea1(0x294)](_0x4de297(_0x35d559)));return _0x4bd478[_0x2a4ea1(0x295)]!==0x0?!0x0:(_0x4bd478['step']!==0x0&&(_0x3ac942=!0x0),_0x35d559[_0x2a4ea1(0x2e7)]+=_0x4bd478[_0x2a4ea1(0x25b)],_0x35d559[_0x2a4ea1(0x275)]+=_0x4bd478[_0x2a4ea1(0x25b)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x3ac942){const _0x1c0ac1={'id':_0x5e5d8d[_0x39d9e8(0x2e8)]['id'],'params':{'unitId':_0x37ff42['params']['unitId'],'subUnitId':_0x37ff42[_0x39d9e8(0x265)]['subUnitId'],'ranges':_0x2de983}};_0x4248a4[_0x39d9e8(0x372)](_0x1c0ac1,_0x4257c5);}return{'m1Prime':_0x4248a4,'m2Prime':_0x4257c5};}},_0x5575f8={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler'(_0x5d4fa5,_0x237579){const _0x3e208f=_0x49989d,_0x63f746={'m1Prime':_0x5d4fa5,'m2Prime':_0x237579};if(_0x5d4fa5[_0x3e208f(0x265)][_0x3e208f(0x20f)]!==_0x237579[_0x3e208f(0x265)][_0x3e208f(0x20f)]||_0x5d4fa5['params'][_0x3e208f(0x39e)]!==_0x237579['params'][_0x3e208f(0x39e)])return _0x63f746;const _0x2a4563=[_0x546230[_0x3e208f(0x37e)][_0x3e208f(0x351)](_0x5d4fa5)],_0x267a9f=_0x546230['Tools']['deepClone'](_0x237579),_0x1a9beb=new _0x546230[(_0x3e208f(0x306))](_0x267a9f[_0x3e208f(0x265)][_0x3e208f(0x1c3)]),_0x243589=_0x1a9beb[_0x3e208f(0x289)](),_0x44e1b1=_0x5d4fa5[_0x3e208f(0x265)]['range'],_0x203274=_0x44e1b1['endRow']-_0x44e1b1['startRow']+0x1;if(_0x267a9f['params'][_0x3e208f(0x1c3)]&&_0x44e1b1[_0x3e208f(0x2e7)]<=_0x243589[_0x3e208f(0x275)]){const _0x1ecab0=Math[_0x3e208f(0x287)](_0x243589[_0x3e208f(0x2e7)],_0x44e1b1['startRow']);_0x7d9aed(_0x267a9f[_0x3e208f(0x265)]['cellValue'],_0x1ecab0,_0x243589['endRow']-_0x1ecab0+0x1,_0x203274);}const _0x1587ee=new _0x546230[(_0x3e208f(0x306))]();let _0x16488f=!0x1;if(_0x1a9beb[_0x3e208f(0x299)]((_0x8f80fd,_0x5ee370,_0x10883a)=>{const _0x1cc893=_0x3e208f;if(_0x10883a&&_0x10883a['f']){const _0x4af499=_0x10883a['f'];let _0x5a248f=!0x1;const _0x3c8da3=_0x20bdc3(_0x5d4fa5[_0x1cc893(0x265)][_0x1cc893(0x20f)],_0x5d4fa5[_0x1cc893(0x265)][_0x1cc893(0x39e)],_0x4af499,_0x3323a0=>{const _0xfba8a4=_0x1cc893,_0x547845=_0x5e5d8d[_0xfba8a4(0x386)](_0x4de297(_0x5e5d8d[_0xfba8a4(0x294)](_0x5d4fa5[_0xfba8a4(0x265)]['range'])),_0x4de297(_0x5e5d8d['rotateRange'](_0x3323a0)));return(_0x547845[_0xfba8a4(0x25b)]!==0x0||_0x547845['length']!==0x0)&&(_0x5a248f=!0x0,_0x3323a0[_0xfba8a4(0x2e7)]+=_0x547845['step'],_0x3323a0['endRow']+=_0x547845[_0xfba8a4(0x25b)]+_0x547845[_0xfba8a4(0x295)]),_0x3323a0;});_0x5a248f&&(_0x16488f=!0x0,_0x10883a['f']=_0x3c8da3,_0x1587ee[_0x1cc893(0x1ec)](_0x8f80fd,_0x5ee370,{..._0x10883a}));}}),_0x16488f){const _0x56072e={'id':_0x5e5d8d['SetRangeValuesMutation']['id'],'params':{'unitId':_0x237579['params'][_0x3e208f(0x20f)],'subUnitId':_0x237579[_0x3e208f(0x265)]['subUnitId'],'cellValue':_0x1587ee[_0x3e208f(0x217)]()}};_0x2a4563['push'](_0x56072e);}return{'m1Prime':_0x2a4563,'m2Prime':_0x267a9f};}},_0x3a45a2={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x207)]['id'],'handler'(_0x561b61,_0x208062){const _0x5eeee2=_0x49989d,_0x40d159={'m1Prime':_0x561b61,'m2Prime':_0x208062};if(_0x561b61['params'][_0x5eeee2(0x20f)]!==_0x208062['params'][_0x5eeee2(0x20f)]||_0x561b61[_0x5eeee2(0x265)][_0x5eeee2(0x39e)]!==_0x208062[_0x5eeee2(0x265)][_0x5eeee2(0x39e)])return _0x40d159;const _0x1af7f0=_0x546230[_0x5eeee2(0x37e)][_0x5eeee2(0x351)](_0x561b61),_0x96d2fe=_0x546230[_0x5eeee2(0x37e)][_0x5eeee2(0x351)](_0x208062),{rowData:_0x5520a1}=_0x96d2fe[_0x5eeee2(0x265)];for(let _0x41b3e3=_0x561b61['params'][_0x5eeee2(0x240)][_0x5eeee2(0x2e7)];_0x41b3e3<=_0x561b61[_0x5eeee2(0x265)][_0x5eeee2(0x240)][_0x5eeee2(0x275)];_0x41b3e3++)_0x546230[_0x5eeee2(0x368)](_0x41b3e3,void 0x0,_0x5520a1);return{'m1Prime':_0x1af7f0,'m2Prime':_0x96d2fe};}},_0x479cef={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x328)]['id'],'handler'(_0x33e9ec,_0x39b9f7){const _0x1d6ea6=_0x49989d,_0x31fefb={'m1Prime':_0x33e9ec,'m2Prime':_0x39b9f7};if(_0x33e9ec[_0x1d6ea6(0x265)][_0x1d6ea6(0x20f)]!==_0x39b9f7[_0x1d6ea6(0x265)][_0x1d6ea6(0x20f)]||_0x33e9ec[_0x1d6ea6(0x265)]['subUnitId']!==_0x39b9f7[_0x1d6ea6(0x265)][_0x1d6ea6(0x39e)])return _0x31fefb;const _0xda4d5c=_0x546230[_0x1d6ea6(0x37e)][_0x1d6ea6(0x351)](_0x33e9ec),_0xdcaaef=_0x546230[_0x1d6ea6(0x37e)][_0x1d6ea6(0x351)](_0x39b9f7),{ranges:_0x170103}=_0xdcaaef['params'];return _0x170103[_0x1d6ea6(0x34c)](_0xc61d74=>{const _0x43f18d=_0x1d6ea6,_0x2e3d67=_0x5e5d8d[_0x43f18d(0x386)](_0x4de297(_0x5e5d8d[_0x43f18d(0x294)](_0x33e9ec[_0x43f18d(0x265)]['range'])),_0x4de297(_0x5e5d8d['rotateRange'](_0xc61d74)));return _0x2e3d67[_0x43f18d(0x295)]!==0x0?!0x0:(_0xc61d74[_0x43f18d(0x2e7)]+=_0x2e3d67[_0x43f18d(0x25b)],_0xc61d74['endRow']+=_0x2e3d67['step'],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden')}:{'m1Prime':_0xda4d5c,'m2Prime':_0xdcaaef};}},_0x41f61c={'m1':_0x5e5d8d['InsertRowMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x23e)]['id'],'handler'(_0x140fa5,_0x5a7457){const _0x4ded46=_0x49989d,_0x29fb45={'m1Prime':_0x140fa5,'m2Prime':_0x5a7457};if(_0x140fa5['params'][_0x4ded46(0x20f)]!==_0x5a7457[_0x4ded46(0x265)][_0x4ded46(0x20f)]||_0x140fa5['params'][_0x4ded46(0x39e)]!==_0x5a7457[_0x4ded46(0x265)]['subUnitId'])return _0x29fb45;const _0x59bb0d=_0x546230[_0x4ded46(0x37e)][_0x4ded46(0x351)](_0x140fa5),_0x117db5=_0x546230[_0x4ded46(0x37e)][_0x4ded46(0x351)](_0x5a7457),{ranges:_0x3fb11b}=_0x117db5['params'];return _0x3fb11b[_0x4ded46(0x34c)](_0x5f3146=>{const _0x5b812c=_0x4ded46,_0x55e2d8=_0x5e5d8d[_0x5b812c(0x386)](_0x4de297(_0x5e5d8d[_0x5b812c(0x294)](_0x140fa5['params'][_0x5b812c(0x240)])),_0x4de297(_0x5e5d8d['rotateRange'](_0x5f3146)));return _0x55e2d8[_0x5b812c(0x295)]!==0x0?!0x0:(_0x5f3146['startRow']+=_0x55e2d8['step'],_0x5f3146[_0x5b812c(0x275)]+=_0x55e2d8[_0x5b812c(0x25b)],!0x1);})?{'error':new Error(_0x4ded46(0x35d))}:{'m1Prime':_0x59bb0d,'m2Prime':_0x117db5};}},_0x5677ca={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x192)]['id'],'handler'(_0x113dd5,_0x1ddbd2){const _0x5c66ea=_0x49989d,_0x1a0b75={'m1Prime':[],'m2Prime':[]};if(_0x113dd5[_0x5c66ea(0x265)]['unitId']!==_0x1ddbd2[_0x5c66ea(0x265)][_0x5c66ea(0x20f)]||_0x113dd5[_0x5c66ea(0x265)][_0x5c66ea(0x39e)]!==_0x1ddbd2[_0x5c66ea(0x265)][_0x5c66ea(0x39e)])return _0x1a0b75;const _0x15ef9d=_0x546230[_0x5c66ea(0x37e)][_0x5c66ea(0x351)](_0x1ddbd2);let _0x3a3d1b=!0x1;return _0x15ef9d[_0x5c66ea(0x265)][_0x5c66ea(0x204)][_0x5c66ea(0x36d)](_0x4b5e61=>{const _0x568288=_0x5c66ea,{range:_0xa4aafa,primary:_0x23f2c6}=_0x4b5e61,_0x28dae2=_0x5e5d8d[_0x568288(0x386)](_0x4de297(_0x5e5d8d[_0x568288(0x294)](_0x113dd5[_0x568288(0x265)]['range'])),_0x4de297(_0x5e5d8d[_0x568288(0x294)](_0xa4aafa)));if(_0x28dae2[_0x568288(0x295)]||_0x28dae2['step']){if(_0xa4aafa[_0x568288(0x2e7)]+=_0x28dae2[_0x568288(0x25b)],_0xa4aafa[_0x568288(0x275)]+=_0x28dae2[_0x568288(0x25b)]+(_0x28dae2[_0x568288(0x295)]||0x0),_0x23f2c6){const _0x12593a=_0x5e5d8d[_0x568288(0x386)](_0x4de297(_0x5e5d8d['rotateRange'](_0x113dd5[_0x568288(0x265)][_0x568288(0x240)])),_0x4de297(_0x5e5d8d[_0x568288(0x294)](_0x23f2c6)));(_0x12593a[_0x568288(0x295)]||_0x12593a[_0x568288(0x25b)])&&(_0x23f2c6['startRow']+=_0x12593a[_0x568288(0x25b)],_0x23f2c6[_0x568288(0x275)]+=_0x12593a[_0x568288(0x25b)],_0x23f2c6[_0x568288(0x229)]+=_0x12593a[_0x568288(0x25b)]);}_0x3a3d1b=!0x0;}}),_0x3a3d1b&&_0x1a0b75[_0x5c66ea(0x2fd)]['push'](_0x15ef9d),_0x1a0b75;}},_0x5d978b={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x37ca0b[_0x49989d(0x1fe)]['id'],'handler'(_0x1bc0cf,_0x2eb4c5){const _0x5d9481=_0x49989d,_0x343c2b={'m1Prime':[_0x1bc0cf],'m2Prime':[_0x2eb4c5]};if(_0x1bc0cf[_0x5d9481(0x265)][_0x5d9481(0x20f)]!==_0x2eb4c5[_0x5d9481(0x265)][_0x5d9481(0x20f)]||_0x1bc0cf[_0x5d9481(0x265)][_0x5d9481(0x39e)]!==_0x2eb4c5[_0x5d9481(0x265)]['subUnitId'])return _0x343c2b;const _0x12cad5=_0x546230[_0x5d9481(0x37e)][_0x5d9481(0x351)](_0x1bc0cf),_0x1b165c=_0x546230['Tools'][_0x5d9481(0x351)](_0x2eb4c5),_0x2029bb=_0x4b493f({'start':_0x1bc0cf[_0x5d9481(0x265)]['range'][_0x5d9481(0x2e7)],'end':_0x1bc0cf['params'][_0x5d9481(0x240)]['endRow']},{'start':_0x2eb4c5[_0x5d9481(0x265)][_0x5d9481(0x240)][_0x5d9481(0x2e7)],'end':_0x2eb4c5['params'][_0x5d9481(0x240)][_0x5d9481(0x275)]});return _0x1b165c[_0x5d9481(0x265)][_0x5d9481(0x240)][_0x5d9481(0x2e7)]===_0x2029bb[_0x5d9481(0x3b7)]&&_0x1b165c[_0x5d9481(0x265)][_0x5d9481(0x240)][_0x5d9481(0x275)]===_0x2029bb[_0x5d9481(0x18e)]?_0x343c2b:(_0x1b165c['params'][_0x5d9481(0x240)][_0x5d9481(0x2e7)]=_0x2029bb[_0x5d9481(0x3b7)],_0x1b165c[_0x5d9481(0x265)]['range'][_0x5d9481(0x275)]=_0x2029bb[_0x5d9481(0x18e)],{'m1Prime':[_0x1b165c,_0x12cad5],'m2Prime':[_0x1b165c]});}},_0x54259f={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1f0)]['id'],'handler'(_0x3a7353,_0x24bc09){const _0xb810be=_0x49989d,_0x584b3a={'m1Prime':_0x3a7353,'m2Prime':_0x24bc09};if(_0x3a7353[_0xb810be(0x265)][_0xb810be(0x20f)]!==_0x24bc09[_0xb810be(0x265)][_0xb810be(0x20f)]||_0x3a7353[_0xb810be(0x265)]['subUnitId']!==_0x24bc09[_0xb810be(0x265)][_0xb810be(0x39e)])return _0x584b3a;const _0x337a26=_0x546230[_0xb810be(0x37e)][_0xb810be(0x351)](_0x3a7353),_0x2674ef=_0x546230['Tools'][_0xb810be(0x351)](_0x24bc09),{rowsAutoHeightInfo:_0x4cf444}=_0x2674ef[_0xb810be(0x265)];return _0x4cf444[_0xb810be(0x34c)](_0x1a5371=>{const _0x14c17d=_0xb810be,_0x55544f={'startRow':_0x1a5371[_0x14c17d(0x314)],'endRow':_0x1a5371[_0x14c17d(0x314)],'startColumn':0x0,'endColumn':0x0},_0x46dc88=_0x5e5d8d[_0x14c17d(0x386)](_0x4de297(_0x5e5d8d['rotateRange'](_0x3a7353['params'][_0x14c17d(0x240)])),_0x5e5d8d[_0x14c17d(0x294)](_0x55544f));return _0x46dc88['length']!==0x0?!0x0:(_0x1a5371[_0x14c17d(0x314)]+=_0x46dc88[_0x14c17d(0x25b)],!0x1);})?{'error':new Error(_0xb810be(0x1c6))}:{'m1Prime':_0x337a26,'m2Prime':_0x2674ef};}},_0x21cd67={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1f1)]['id'],'handler'(_0x4e1e31,_0x3cddb9){const _0x41b800=_0x49989d,_0x3256a2={'m1Prime':_0x4e1e31,'m2Prime':_0x3cddb9};if(_0x4e1e31[_0x41b800(0x265)][_0x41b800(0x20f)]!==_0x3cddb9[_0x41b800(0x265)][_0x41b800(0x20f)]||_0x4e1e31[_0x41b800(0x265)][_0x41b800(0x39e)]!==_0x3cddb9['params']['subUnitId'])return _0x3256a2;const _0x560dde=_0x546230[_0x41b800(0x37e)]['deepClone'](_0x4e1e31),_0x5e8318=_0x546230[_0x41b800(0x37e)]['deepClone'](_0x3cddb9),{ranges:_0x259175,rowHeight:_0x5517e5}=_0x5e8318[_0x41b800(0x265)];if(_0x259175['some'](_0x18b811=>{const _0x4bf20a=_0x41b800,_0x250d35=_0x5e5d8d[_0x4bf20a(0x386)](_0x4de297(_0x5e5d8d['rotateRange'](_0x4e1e31[_0x4bf20a(0x265)][_0x4bf20a(0x240)])),_0x5e5d8d[_0x4bf20a(0x294)](_0x18b811));return _0x250d35['length']!==0x0?!0x0:(_0x18b811[_0x4bf20a(0x2e7)]+=_0x250d35[_0x4bf20a(0x25b)],_0x18b811[_0x4bf20a(0x275)]+=_0x250d35[_0x4bf20a(0x25b)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height')};if(typeof _0x5517e5!='number'){for(let _0x49f0c9=_0x4e1e31['params'][_0x41b800(0x240)][_0x41b800(0x2e7)];_0x49f0c9<=_0x4e1e31['params'][_0x41b800(0x240)][_0x41b800(0x275)];_0x49f0c9++)_0x546230[_0x41b800(0x368)](_0x49f0c9,void 0x0,_0x5517e5);}return{'m1Prime':_0x560dde,'m2Prime':_0x5e8318};}},_0x33e22e={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x5e5d8d[_0x49989d(0x29c)]['id'],'handler'(_0x39c74d,_0x4938c6){const _0x10fad0=_0x49989d,_0x543749={'m1Prime':_0x39c74d,'m2Prime':_0x4938c6};if(_0x39c74d[_0x10fad0(0x265)][_0x10fad0(0x20f)]!==_0x4938c6[_0x10fad0(0x265)]['unitId']||_0x39c74d[_0x10fad0(0x265)][_0x10fad0(0x39e)]!==_0x4938c6['params']['subUnitId'])return _0x543749;const _0x360921=_0x546230[_0x10fad0(0x37e)][_0x10fad0(0x351)](_0x39c74d),_0x3cd188=_0x546230[_0x10fad0(0x37e)]['deepClone'](_0x4938c6),{ranges:_0x1dbed4,autoHeightInfo:_0x375da5}=_0x3cd188[_0x10fad0(0x265)];if(_0x1dbed4[_0x10fad0(0x34c)](_0x1bf1a1=>{const _0x1d338a=_0x10fad0,_0x3b7ac9=_0x5e5d8d[_0x1d338a(0x386)](_0x4de297(_0x5e5d8d['rotateRange'](_0x39c74d[_0x1d338a(0x265)][_0x1d338a(0x240)])),_0x5e5d8d[_0x1d338a(0x294)](_0x1bf1a1));return _0x3b7ac9[_0x1d338a(0x295)]!==0x0?!0x0:(_0x1bf1a1[_0x1d338a(0x2e7)]+=_0x3b7ac9[_0x1d338a(0x25b)],_0x1bf1a1[_0x1d338a(0x275)]+=_0x3b7ac9[_0x1d338a(0x25b)],!0x1);}))return{'error':new Error(_0x10fad0(0x210))};if(typeof _0x375da5!=_0x10fad0(0x209)){for(let _0x43bfcd=_0x39c74d[_0x10fad0(0x265)][_0x10fad0(0x240)][_0x10fad0(0x2e7)];_0x43bfcd<=_0x39c74d['params'][_0x10fad0(0x240)]['endRow'];_0x43bfcd++)_0x546230[_0x10fad0(0x368)](_0x43bfcd,void 0x0,_0x375da5);}return{'m1Prime':_0x360921,'m2Prime':_0x3cd188};}},_0x3bb9d7={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x101f9d[_0x49989d(0x3b8)]['id'],'handler':(_0x36676d,_0x112f50)=>{const _0x180157=_0x49989d,_0x4da1f2={'m1Prime':_0x36676d,'m2Prime':_0x112f50};if(_0x36676d[_0x180157(0x265)]['unitId']!==_0x112f50['params'][_0x180157(0x20f)]||_0x36676d[_0x180157(0x265)][_0x180157(0x39e)]!==_0x112f50[_0x180157(0x265)][_0x180157(0x39e)])return _0x4da1f2;const _0xa99129={'id':_0x5e5d8d['InsertRowCommand']['id'],'params':{'unitId':_0x36676d[_0x180157(0x265)][_0x180157(0x20f)],'subUnitId':_0x36676d[_0x180157(0x265)][_0x180157(0x39e)],'range':_0x36676d[_0x180157(0x265)][_0x180157(0x240)]}},_0x3b9f64=_0x202961(_0x112f50,_0xa99129);return{'m1Prime':[_0x36676d,..._0x3b9f64],'m2Prime':[_0x112f50,..._0x3b9f64]};}},_0x4cf2ba={'m1':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'m2':_0x24b62e['UpdateDataValidationMutation']['id'],'handler':(_0x296719,_0x3aa093)=>{const _0x9a146f=_0x49989d,_0xcf694b={'m1Prime':_0x296719,'m2Prime':_0x3aa093};if(_0x296719[_0x9a146f(0x265)][_0x9a146f(0x20f)]!==_0x3aa093[_0x9a146f(0x265)][_0x9a146f(0x20f)]||_0x3aa093[_0x9a146f(0x265)]['subUnitId']!==_0x296719['params'][_0x9a146f(0x39e)])return _0xcf694b;const _0x534714={'id':_0x5e5d8d[_0x9a146f(0x3ad)]['id'],'params':{'unitId':_0x296719[_0x9a146f(0x265)][_0x9a146f(0x20f)],'subUnitId':_0x296719['params'][_0x9a146f(0x39e)],'range':_0x296719[_0x9a146f(0x265)][_0x9a146f(0x240)]}},_0x3500d1=_0x194be1(_0x3aa093,_0x534714);return{'m1Prime':[_0x296719,..._0x3500d1],'m2Prime':[_0x3aa093,..._0x3500d1]};}},_0x3122e8={'m1':_0x5e5d8d['MoveColsMutation']['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x44ba9c,_0x593251)=>{const _0x272e99=_0x49989d,_0xd13b45={'m1Prime':_0x44ba9c,'m2Prime':_0x593251};if(_0x44ba9c[_0x272e99(0x265)]['unitId']!==_0x593251[_0x272e99(0x265)][_0x272e99(0x20f)]||_0x44ba9c[_0x272e99(0x265)][_0x272e99(0x39e)]!==_0x593251[_0x272e99(0x265)][_0x272e99(0x39e)])return _0xd13b45;const _0x4014a8={'id':_0x5e5d8d[_0x272e99(0x246)]['id'],'params':{'unitId':_0x44ba9c[_0x272e99(0x265)][_0x272e99(0x20f)],'subUnitId':_0x44ba9c[_0x272e99(0x265)][_0x272e99(0x39e)],'fromRange':_0x44ba9c[_0x272e99(0x265)][_0x272e99(0x255)],'toRange':_0x44ba9c['params'][_0x272e99(0x2cf)]}},_0x455e8d=_0x58f44c(_0x593251,_0x4014a8);return{'m1Prime':[_0x44ba9c,..._0x455e8d],'m2Prime':[_0x593251,..._0x455e8d]};}},_0x5d44e9={'m1':_0x5e5d8d['MoveColsMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x852658,_0x1246b5){const _0x4fd8d4=_0x49989d,_0x2d5666=_0x10f2f2[_0x4fd8d4(0x2cc)](_0x1246b5,_0x852658);return _0x782652(_0x2d5666)?{'m1Prime':_0x2d5666[_0x4fd8d4(0x2fd)],'m2Prime':_0x2d5666[_0x4fd8d4(0x24f)]}:_0x2d5666;}},_0x418c38={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d[_0x49989d(0x33b)]['id'],'handler'(_0x5f3dfc,_0x3e7631){const _0x19081f=_0x49989d,_0x46e10d={'m1Prime':_0x5f3dfc,'m2Prime':_0x3e7631};if(_0x5f3dfc['params']['unitId']!==_0x3e7631[_0x19081f(0x265)][_0x19081f(0x20f)]||_0x5f3dfc['params'][_0x19081f(0x39e)]!==_0x3e7631[_0x19081f(0x265)][_0x19081f(0x39e)])return _0x46e10d;const _0x2032b5=_0x546230[_0x19081f(0x37e)][_0x19081f(0x351)](_0x5f3dfc),_0x325b2a=_0x546230['Tools'][_0x19081f(0x351)](_0x3e7631),_0x40c28b=_0x3e7631[_0x19081f(0x265)]['sourceRange'],_0x573d59=_0x3e7631[_0x19081f(0x265)]['targetRange'],_0x6e6067=_0x5f3dfc[_0x19081f(0x265)]['sourceRange'],_0x162df6=_0x5f3dfc['params']['targetRange'];if(_0x6e6067[_0x19081f(0x18f)]>=_0x40c28b[_0x19081f(0x332)]&&_0x6e6067[_0x19081f(0x332)]<=_0x40c28b[_0x19081f(0x18f)])return{'error':new Error(_0x19081f(0x349))};const _0x378ee7=_0x5e5d8d[_0x19081f(0x290)]({'start':_0x6e6067[_0x19081f(0x332)],'end':_0x6e6067[_0x19081f(0x18f)]},{'start':_0x162df6[_0x19081f(0x332)],'end':_0x162df6[_0x19081f(0x18f)]},{'start':_0x40c28b[_0x19081f(0x332)],'end':_0x40c28b[_0x19081f(0x18f)]}),_0x4f6a75=_0x5e5d8d[_0x19081f(0x290)]({'start':_0x6e6067['startColumn'],'end':_0x6e6067[_0x19081f(0x18f)]},{'start':_0x162df6[_0x19081f(0x332)],'end':_0x162df6[_0x19081f(0x18f)]},{'start':_0x573d59[_0x19081f(0x332)],'end':_0x573d59['endColumn']});_0x378ee7&&_0x4f6a75?(_0x325b2a[_0x19081f(0x265)]['sourceRange'][_0x19081f(0x332)]+=_0x378ee7['step'],_0x325b2a[_0x19081f(0x265)]['sourceRange'][_0x19081f(0x18f)]+=_0x378ee7[_0x19081f(0x25b)]+(_0x378ee7[_0x19081f(0x295)]||0x0),_0x325b2a['params'][_0x19081f(0x2cf)][_0x19081f(0x332)]+=_0x4f6a75[_0x19081f(0x25b)],_0x325b2a[_0x19081f(0x265)]['targetRange'][_0x19081f(0x18f)]+=_0x4f6a75[_0x19081f(0x25b)]+(_0x4f6a75['length']||0x0)):_0x325b2a['id']=_0x5e5d8d[_0x19081f(0x2c2)]['id'];const _0x1d7714=_0x5e5d8d[_0x19081f(0x290)]({'start':_0x40c28b[_0x19081f(0x332)],'end':_0x40c28b[_0x19081f(0x18f)]},{'start':_0x573d59[_0x19081f(0x332)],'end':_0x573d59['endColumn']},{'start':_0x6e6067[_0x19081f(0x332)],'end':_0x6e6067['endColumn']}),_0x41ad50=_0x5e5d8d[_0x19081f(0x290)]({'start':_0x40c28b[_0x19081f(0x332)],'end':_0x40c28b[_0x19081f(0x18f)]},{'start':_0x573d59[_0x19081f(0x332)],'end':_0x573d59[_0x19081f(0x18f)]},{'start':_0x162df6[_0x19081f(0x332)],'end':_0x162df6[_0x19081f(0x18f)]});return _0x1d7714&&_0x41ad50?(_0x2032b5[_0x19081f(0x265)][_0x19081f(0x255)]['startColumn']+=_0x1d7714[_0x19081f(0x25b)],_0x2032b5[_0x19081f(0x265)][_0x19081f(0x255)]['endColumn']+=_0x1d7714[_0x19081f(0x25b)]+(_0x1d7714[_0x19081f(0x295)]||0x0),_0x2032b5['params'][_0x19081f(0x2cf)][_0x19081f(0x332)]+=_0x41ad50[_0x19081f(0x25b)],_0x2032b5['params']['targetRange'][_0x19081f(0x18f)]+=_0x41ad50[_0x19081f(0x25b)]+(_0x41ad50['length']||0x0)):_0x2032b5['id']=_0x5e5d8d[_0x19081f(0x2c2)]['id'],{'m1Prime':_0x2032b5,'m2Prime':_0x325b2a};}},_0x5c3b48={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler'(_0x949ae2,_0x4f43bf){const _0x49518e=_0x49989d,_0x17d6ef={'m1Prime':_0x949ae2,'m2Prime':_0x4f43bf};if(_0x949ae2[_0x49518e(0x265)][_0x49518e(0x20f)]!==_0x4f43bf[_0x49518e(0x265)]['unitId']||_0x949ae2['params'][_0x49518e(0x39e)]!==_0x4f43bf[_0x49518e(0x265)][_0x49518e(0x206)][_0x49518e(0x39e)]&&_0x949ae2[_0x49518e(0x265)][_0x49518e(0x39e)]!==_0x4f43bf[_0x49518e(0x265)]['to']['subUnitId'])return _0x17d6ef;const _0x548052=_0x546230['Tools'][_0x49518e(0x351)](_0x949ae2),_0x583c40=_0x546230[_0x49518e(0x37e)]['deepClone'](_0x4f43bf),_0x40b74a=_0x949ae2['params']['sourceRange'],_0x22795a=_0x949ae2['params'][_0x49518e(0x2cf)];if(_0x949ae2[_0x49518e(0x265)][_0x49518e(0x39e)]===_0x4f43bf[_0x49518e(0x265)][_0x49518e(0x206)][_0x49518e(0x39e)]){const _0x5c2f72=new _0x546230[(_0x49518e(0x306))](_0x583c40[_0x49518e(0x265)][_0x49518e(0x206)][_0x49518e(0x1f5)]),_0x26aa7e=_0x5c2f72[_0x49518e(0x289)]();if(_0x12ffda({'start':_0x40b74a[_0x49518e(0x332)],'end':_0x40b74a[_0x49518e(0x18f)]},{'start':_0x26aa7e[_0x49518e(0x332)],'end':_0x26aa7e[_0x49518e(0x18f)]})||_0x12ffda({'start':_0x22795a['startColumn'],'end':_0x22795a['endColumn']},{'start':_0x26aa7e['startColumn'],'end':_0x26aa7e[_0x49518e(0x18f)]}))return{'error':new Error(_0x49518e(0x2c0))};const _0x51e597=_0x5e5d8d['handleBaseMoveRowsCols']({'start':_0x40b74a[_0x49518e(0x332)],'end':_0x40b74a[_0x49518e(0x18f)]},{'start':_0x22795a['startColumn'],'end':_0x22795a[_0x49518e(0x18f)]},{'start':_0x26aa7e[_0x49518e(0x332)],'end':_0x26aa7e[_0x49518e(0x18f)]});if(_0x51e597[_0x49518e(0x295)]!==0x0)return{'error':new Error(_0x49518e(0x2c0))};_0x51e597[_0x49518e(0x25b)]!==0x0&&_0x5c2f72[_0x49518e(0x1ea)](_0x40b74a['startColumn'],_0x40b74a['endColumn']-_0x40b74a[_0x49518e(0x332)]+0x1,_0x22795a[_0x49518e(0x332)]),_0x583c40[_0x49518e(0x265)][_0x49518e(0x206)][_0x49518e(0x1f5)]=_0x5c2f72[_0x49518e(0x217)]();}if(_0x949ae2[_0x49518e(0x265)]['subUnitId']===_0x4f43bf[_0x49518e(0x265)]['to'][_0x49518e(0x39e)]){const _0x50fdd5=new _0x546230[(_0x49518e(0x306))](_0x583c40[_0x49518e(0x265)]['to'][_0x49518e(0x1f5)]),_0xcfcc7d=_0x50fdd5[_0x49518e(0x289)]();if(_0x12ffda({'start':_0x40b74a[_0x49518e(0x332)],'end':_0x40b74a[_0x49518e(0x18f)]},{'start':_0xcfcc7d['startColumn'],'end':_0xcfcc7d['endColumn']})||_0x12ffda({'start':_0x22795a[_0x49518e(0x332)],'end':_0x22795a[_0x49518e(0x18f)]},{'start':_0xcfcc7d[_0x49518e(0x332)],'end':_0xcfcc7d[_0x49518e(0x18f)]}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};const _0xcfe752=_0x5e5d8d['handleBaseMoveRowsCols']({'start':_0x40b74a['startColumn'],'end':_0x40b74a['endColumn']},{'start':_0x22795a['startColumn'],'end':_0x22795a['endColumn']},{'start':_0xcfcc7d[_0x49518e(0x332)],'end':_0xcfcc7d['endColumn']});if(_0xcfe752[_0x49518e(0x295)]!==0x0)return{'error':new Error(_0x49518e(0x2c0))};_0xcfe752[_0x49518e(0x25b)]!==0x0&&_0x50fdd5['moveColumns'](_0x40b74a[_0x49518e(0x332)],_0x40b74a[_0x49518e(0x18f)]-_0x40b74a[_0x49518e(0x332)]+0x1,_0x22795a[_0x49518e(0x332)]),_0x583c40[_0x49518e(0x265)]['to'][_0x49518e(0x1f5)]=_0x50fdd5[_0x49518e(0x217)]();}return{'m1Prime':_0x548052,'m2Prime':_0x583c40};}},_0x2d3a13={'m1':_0x5e5d8d['MoveColsMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler'(_0x4d1ea0,_0x418da5){const _0x9b2c83=_0x49989d,_0x27ef35={'m1Prime':_0x4d1ea0,'m2Prime':_0x418da5};if(_0x4d1ea0[_0x9b2c83(0x265)][_0x9b2c83(0x20f)]!==_0x418da5[_0x9b2c83(0x265)][_0x9b2c83(0x20f)]||_0x4d1ea0['params'][_0x9b2c83(0x39e)]!==_0x418da5[_0x9b2c83(0x265)][_0x9b2c83(0x39e)])return _0x27ef35;const _0x5a258e=_0x546230[_0x9b2c83(0x37e)][_0x9b2c83(0x351)](_0x4d1ea0),_0x21b90a=_0x546230[_0x9b2c83(0x37e)][_0x9b2c83(0x351)](_0x418da5),{sourceRange:_0x90f639,targetRange:_0x47037b}=_0x4d1ea0['params'],_0x39b9d7={'start':_0x90f639[_0x9b2c83(0x332)],'end':_0x90f639[_0x9b2c83(0x18f)]},_0x2aa17d={'start':_0x47037b[_0x9b2c83(0x332)],'end':_0x47037b['endColumn']};return _0x21b90a[_0x9b2c83(0x265)][_0x9b2c83(0x3b3)][_0x9b2c83(0x34c)](_0x2b84ce=>{const _0x2d02ef=_0x9b2c83,_0x9bb736={'start':_0x2b84ce[_0x2d02ef(0x332)],'end':_0x2b84ce[_0x2d02ef(0x18f)]},_0x2c25cc=_0x12ffda(_0x39b9d7,_0x9bb736),_0x2c2ef2=_0x12ffda(_0x2aa17d,_0x9bb736);if(_0x2c25cc||_0x2c2ef2)return!0x0;const _0xf4f57b=_0x5e5d8d['handleBaseMoveRowsCols'](_0x39b9d7,_0x2aa17d,_0x9bb736);return _0xf4f57b[_0x2d02ef(0x295)]!==0x0?!0x0:(_0x2b84ce[_0x2d02ef(0x332)]+=_0xf4f57b[_0x2d02ef(0x25b)],_0x2b84ce[_0x2d02ef(0x18f)]+=_0xf4f57b['step'],!0x1);})?{'error':new Error(_0x9b2c83(0x2f6))}:{'m1Prime':_0x5a258e,'m2Prime':_0x21b90a};}},_0xae54fe={'m1':_0x5e5d8d['MoveColsMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler'(_0x3de44d,_0xc17cd6){const _0x553e06=_0x49989d,_0x3f34f3=_0x546230[_0x553e06(0x37e)][_0x553e06(0x351)](_0x3de44d),_0x406a28=_0x546230['Tools'][_0x553e06(0x351)](_0xc17cd6);if(_0x3de44d[_0x553e06(0x265)][_0x553e06(0x20f)]!==_0xc17cd6[_0x553e06(0x265)][_0x553e06(0x20f)]||_0x3de44d['params']['subUnitId']!==_0xc17cd6['params'][_0x553e06(0x39e)])return{'m1Prime':_0x3f34f3,'m2Prime':_0x406a28};const _0x3d1c84=_0x406a28[_0x553e06(0x265)][_0x553e06(0x3b3)]['reduce']((_0x81871c,_0x308237)=>{const _0x150770=_0x553e06,{sourceRange:_0x518417,targetRange:_0x3977f6}=_0x3de44d[_0x150770(0x265)],_0x2ddd8a={..._0x308237};return _0x518417[_0x150770(0x18f)]<_0x2ddd8a[_0x150770(0x332)]&&_0x3977f6[_0x150770(0x332)]>_0x2ddd8a[_0x150770(0x18f)]?(_0x2ddd8a[_0x150770(0x332)]-=_0x518417[_0x150770(0x18f)]-_0x518417[_0x150770(0x332)]+0x1,_0x2ddd8a[_0x150770(0x18f)]-=_0x518417[_0x150770(0x18f)]-_0x518417['startColumn']+0x1,_0x3ad35c(_0x2ddd8a)&&_0x81871c[_0x150770(0x372)](_0x2ddd8a)):_0x518417[_0x150770(0x332)]>_0x2ddd8a[_0x150770(0x18f)]&&_0x3977f6['endColumn']<_0x2ddd8a[_0x150770(0x332)]?(_0x2ddd8a[_0x150770(0x332)]+=_0x518417[_0x150770(0x18f)]-_0x518417[_0x150770(0x332)]+0x1,_0x2ddd8a[_0x150770(0x18f)]+=_0x518417[_0x150770(0x18f)]-_0x518417[_0x150770(0x332)]+0x1,_0x3ad35c(_0x2ddd8a)&&_0x81871c[_0x150770(0x372)](_0x2ddd8a)):_0x546230[_0x150770(0x1bb)][_0x150770(0x254)](_0x2ddd8a,_0x518417)||_0x546230[_0x150770(0x1bb)]['intersects'](_0x2ddd8a,_0x3977f6)||_0x81871c[_0x150770(0x372)](_0x2ddd8a),_0x81871c;},[]);return _0x406a28['params']['ranges']=_0x3d1c84,_0x406a28['params'][_0x553e06(0x3b3)][_0x553e06(0x295)]===0x0&&(_0x406a28['id']=_0x5e5d8d[_0x553e06(0x2c2)]['id']),{'m1Prime':_0x3f34f3,'m2Prime':_0x406a28};}},_0x1e5871={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d[_0x49989d(0x392)]['id'],'handler'(_0x3bf697,_0x37d406){const _0x52f2c0=_0x49989d,_0x4d95c7={'m1Prime':_0x3bf697,'m2Prime':_0x37d406};if(_0x3bf697[_0x52f2c0(0x265)][_0x52f2c0(0x20f)]!==_0x37d406[_0x52f2c0(0x265)][_0x52f2c0(0x20f)]||_0x3bf697[_0x52f2c0(0x265)]['subUnitId']!==_0x37d406[_0x52f2c0(0x265)][_0x52f2c0(0x39e)])return _0x4d95c7;const _0x2a58b1=_0x3bf697['params'][_0x52f2c0(0x255)][_0x52f2c0(0x332)],_0x25c719=_0x3bf697[_0x52f2c0(0x265)][_0x52f2c0(0x255)][_0x52f2c0(0x18f)],_0x35507f=_0x3bf697[_0x52f2c0(0x265)][_0x52f2c0(0x2cf)]['startColumn'],_0x58e08f=_0x3bf697[_0x52f2c0(0x265)][_0x52f2c0(0x2cf)][_0x52f2c0(0x18f)],_0x4276d6=_0x37d406[_0x52f2c0(0x265)][_0x52f2c0(0x240)][_0x52f2c0(0x332)],_0x309afc=_0x37d406[_0x52f2c0(0x265)][_0x52f2c0(0x240)]['endColumn'];if(_0x2a58b1<=_0x309afc&&_0x25c719>=_0x4276d6||_0x35507f<=_0x309afc&&_0x58e08f>=_0x4276d6)return{'error':new Error(_0x52f2c0(0x296))};const _0x50cf53=_0x5e5d8d['handleBaseMoveRowsCols']({'start':_0x2a58b1,'end':_0x25c719},{'start':_0x35507f,'end':_0x58e08f},{'start':_0x4276d6,'end':_0x309afc}),_0x5a9eb9=_0x546230[_0x52f2c0(0x37e)]['deepClone'](_0x37d406);return _0x5a9eb9[_0x52f2c0(0x265)][_0x52f2c0(0x240)][_0x52f2c0(0x332)]+=_0x50cf53['step'],_0x5a9eb9['params']['range'][_0x52f2c0(0x18f)]+=_0x50cf53['step']+(_0x50cf53[_0x52f2c0(0x295)]||0x0),{'m1Prime':_0x3bf697,'m2Prime':_0x5a9eb9};}},_0x3e325d={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2b8)]['id'],'handler'(_0x314e65,_0x58c6d0){const _0x38d92d=_0x49989d,_0x591daa={'m1Prime':_0x314e65,'m2Prime':_0x58c6d0};if(_0x314e65[_0x38d92d(0x265)]['unitId']!==_0x58c6d0[_0x38d92d(0x265)]['unitId']||_0x314e65['params'][_0x38d92d(0x39e)]!==_0x58c6d0[_0x38d92d(0x265)][_0x38d92d(0x39e)])return _0x591daa;const _0x122f70=_0x546230[_0x38d92d(0x37e)][_0x38d92d(0x351)](_0x314e65),_0x418a5a=_0x546230[_0x38d92d(0x37e)][_0x38d92d(0x351)](_0x58c6d0),{columnData:_0x2fa659}=_0x418a5a[_0x38d92d(0x265)],{sourceRange:_0x76189d,targetRange:_0x2d1ed9}=_0x314e65[_0x38d92d(0x265)];return _0x546230[_0x38d92d(0x1d6)](_0x76189d[_0x38d92d(0x332)],_0x76189d['endColumn']-_0x76189d[_0x38d92d(0x332)]+0x1,_0x2d1ed9[_0x38d92d(0x332)],_0x2fa659),{'m1Prime':_0x122f70,'m2Prime':_0x418a5a};}},_0x1de507={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d[_0x49989d(0x291)]['id'],'handler'(_0x1e3a67,_0xe526c4){const _0x1bef3e=_0x49989d,_0x3e04ec={'m1Prime':_0x1e3a67,'m2Prime':_0xe526c4};if(_0x1e3a67['params']['unitId']!==_0xe526c4[_0x1bef3e(0x265)][_0x1bef3e(0x20f)]||_0x1e3a67[_0x1bef3e(0x265)][_0x1bef3e(0x39e)]!==_0xe526c4[_0x1bef3e(0x265)]['subUnitId'])return _0x3e04ec;const _0x3a3979=_0x546230[_0x1bef3e(0x37e)]['deepClone'](_0x1e3a67),_0x38d52b=_0x546230[_0x1bef3e(0x37e)]['deepClone'](_0xe526c4),{ranges:_0x305d9a}=_0x38d52b[_0x1bef3e(0x265)],{sourceRange:_0x27b895,targetRange:_0x100bdc}=_0x1e3a67['params'],_0x4baeae={'start':_0x27b895[_0x1bef3e(0x332)],'end':_0x27b895[_0x1bef3e(0x18f)]},_0x46d055={'start':_0x100bdc['startColumn'],'end':_0x100bdc[_0x1bef3e(0x18f)]};return _0x305d9a['some'](_0xa46375=>{const _0x5154b8=_0x1bef3e,_0x4f9bb7={'start':_0xa46375[_0x5154b8(0x332)],'end':_0xa46375[_0x5154b8(0x18f)]},_0x26c983=_0x12ffda(_0x4baeae,_0x4f9bb7),_0x1a5fc6=_0x12ffda(_0x46d055,_0x4f9bb7);if(_0x26c983||_0x1a5fc6)return!0x0;const _0x53d6e4=_0x5e5d8d[_0x5154b8(0x290)](_0x4baeae,_0x46d055,_0x4f9bb7);return _0x53d6e4[_0x5154b8(0x295)]!==0x0?!0x0:(_0xa46375[_0x5154b8(0x332)]+=_0x53d6e4[_0x5154b8(0x25b)],_0xa46375['endColumn']+=_0x53d6e4[_0x5154b8(0x25b)],!0x1);})?{'error':new Error(_0x1bef3e(0x1ac))}:{'m1Prime':_0x3a3979,'m2Prime':_0x38d52b};}},_0x130dc4={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d['SetColVisibleMutation']['id'],'handler'(_0x1908bc,_0x203d41){const _0x124a1a=_0x49989d,_0x59f264={'m1Prime':_0x1908bc,'m2Prime':_0x203d41};if(_0x1908bc[_0x124a1a(0x265)]['unitId']!==_0x203d41[_0x124a1a(0x265)][_0x124a1a(0x20f)]||_0x1908bc[_0x124a1a(0x265)][_0x124a1a(0x39e)]!==_0x203d41[_0x124a1a(0x265)]['subUnitId'])return _0x59f264;const _0x44bbd0=_0x546230['Tools']['deepClone'](_0x1908bc),_0x5d424b=_0x546230[_0x124a1a(0x37e)][_0x124a1a(0x351)](_0x203d41),{ranges:_0x539769}=_0x5d424b[_0x124a1a(0x265)],{sourceRange:_0x58a30,targetRange:_0x210177}=_0x1908bc[_0x124a1a(0x265)],_0x308c78={'start':_0x58a30[_0x124a1a(0x332)],'end':_0x58a30[_0x124a1a(0x18f)]},_0x8532b1={'start':_0x210177[_0x124a1a(0x332)],'end':_0x210177['endColumn']};return _0x539769['some'](_0x2b4b4e=>{const _0x44094c=_0x124a1a,_0x349b72={'start':_0x2b4b4e['startColumn'],'end':_0x2b4b4e[_0x44094c(0x18f)]},_0x3cdc23=_0x12ffda(_0x308c78,_0x349b72),_0x3f75d4=_0x12ffda(_0x8532b1,_0x349b72);if(_0x3cdc23||_0x3f75d4)return!0x0;const _0x13a933=_0x5e5d8d[_0x44094c(0x290)](_0x308c78,_0x8532b1,_0x349b72);return _0x13a933[_0x44094c(0x295)]!==0x0?!0x0:(_0x2b4b4e['startColumn']+=_0x13a933['step'],_0x2b4b4e[_0x44094c(0x18f)]+=_0x13a933[_0x44094c(0x25b)],!0x1);})?{'error':new Error(_0x124a1a(0x1d0))}:{'m1Prime':_0x44bbd0,'m2Prime':_0x5d424b};}},_0x19ba50={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d['SetNumfmtMutation']['id'],'handler'(_0x7ce3d4,_0x2b3069){const _0xd0efb1=_0x49989d,_0x25f380={'m1Prime':_0x7ce3d4,'m2Prime':_0x2b3069};if(_0x7ce3d4[_0xd0efb1(0x265)][_0xd0efb1(0x20f)]!==_0x2b3069['params'][_0xd0efb1(0x20f)]||_0x7ce3d4[_0xd0efb1(0x265)]['subUnitId']!==_0x2b3069[_0xd0efb1(0x265)][_0xd0efb1(0x39e)])return _0x25f380;const _0x1596d7=[_0x546230[_0xd0efb1(0x37e)][_0xd0efb1(0x351)](_0x7ce3d4)],_0xb51754=_0x546230[_0xd0efb1(0x37e)]['deepClone'](_0x2b3069),{sourceRange:_0x52b4cc,targetRange:_0x553e9c}=_0x7ce3d4[_0xd0efb1(0x265)],_0x1dcdeb={'start':_0x52b4cc[_0xd0efb1(0x332)],'end':_0x52b4cc[_0xd0efb1(0x18f)]},_0x471341={'start':_0x553e9c[_0xd0efb1(0x332)],'end':_0x553e9c[_0xd0efb1(0x18f)]},{values:_0x3394fa}=_0xb51754[_0xd0efb1(0x265)],_0x2de246=[];let _0x344b3c=!0x1;for(const _0x4992ac in _0x3394fa){const _0x5c3e5e=_0x3394fa[_0x4992ac];if(_0x2de246[_0xd0efb1(0x372)](..._0x5c3e5e['ranges']),_0x5c3e5e['ranges'][_0xd0efb1(0x34c)](_0x3696ca=>{const _0x2db4d4=_0xd0efb1,_0x4f4106={'start':_0x3696ca[_0x2db4d4(0x332)],'end':_0x3696ca[_0x2db4d4(0x18f)]},_0x14ddf6=_0x12ffda(_0x1dcdeb,_0x4f4106),_0x375908=_0x12ffda(_0x471341,_0x4f4106);if(_0x14ddf6||_0x375908)return!0x0;const _0x14e9cc=_0x5e5d8d[_0x2db4d4(0x290)](_0x1dcdeb,_0x471341,_0x4f4106);return _0x14e9cc[_0x2db4d4(0x295)]!==0x0?!0x0:(_0x14e9cc['step']!==0x0&&(_0x344b3c=!0x0),_0x3696ca[_0x2db4d4(0x332)]+=_0x14e9cc['step'],_0x3696ca['endColumn']+=_0x14e9cc['step'],!0x1);}))return{'error':new Error(_0xd0efb1(0x381))};}if(_0x344b3c){const _0x51283f={'id':_0x5e5d8d[_0xd0efb1(0x2e8)]['id'],'params':{'unitId':_0x2b3069[_0xd0efb1(0x265)][_0xd0efb1(0x20f)],'subUnitId':_0x2b3069[_0xd0efb1(0x265)]['subUnitId'],'ranges':_0x2de246}};_0x1596d7[_0xd0efb1(0x372)](_0x51283f,_0xb51754);}return{'m1Prime':_0x1596d7,'m2Prime':_0xb51754};}},_0x39677d={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler'(_0x464459,_0x2c8212){const _0x411535=_0x49989d,_0x34292b={'m1Prime':_0x464459,'m2Prime':_0x2c8212};if(_0x464459[_0x411535(0x265)][_0x411535(0x20f)]!==_0x2c8212[_0x411535(0x265)][_0x411535(0x20f)]||_0x464459[_0x411535(0x265)][_0x411535(0x39e)]!==_0x2c8212[_0x411535(0x265)][_0x411535(0x39e)])return _0x34292b;const _0x3f9a02=[_0x546230[_0x411535(0x37e)][_0x411535(0x351)](_0x464459)],_0xde9da9=_0x546230['Tools']['deepClone'](_0x2c8212),_0x333c5e=new _0x546230['ObjectMatrix'](_0xde9da9['params'][_0x411535(0x1c3)]),{sourceRange:_0x5d2ecd,targetRange:_0xe954bb}=_0x464459[_0x411535(0x265)],_0x4dbcf7=_0x5d2ecd['startColumn'],_0x598d91=_0x5d2ecd[_0x411535(0x18f)]-_0x5d2ecd['startColumn']+0x1,_0x60dbf0=_0xe954bb[_0x411535(0x332)];_0x333c5e[_0x411535(0x1ea)](_0x4dbcf7,_0x598d91,_0x60dbf0);const _0x94a16e=new _0x546230[(_0x411535(0x306))]();let _0x2cf488=!0x1;if(_0x333c5e[_0x411535(0x299)]((_0x471705,_0xd65e7e,_0x17b8ee)=>{const _0x2fa574=_0x411535;if(_0x17b8ee&&_0x17b8ee['f']){const _0x15b39f=_0x17b8ee['f'];let _0x263ca4=!0x1;const _0x2ab697=_0x20bdc3(_0x464459[_0x2fa574(0x265)][_0x2fa574(0x20f)],_0x464459['params']['subUnitId'],_0x15b39f,_0x172e62=>{const _0x2af218=_0x2fa574,_0x25233a=_0x5e5d8d[_0x2af218(0x290)]({'start':_0x464459[_0x2af218(0x265)][_0x2af218(0x255)][_0x2af218(0x332)],'end':_0x464459[_0x2af218(0x265)][_0x2af218(0x255)][_0x2af218(0x18f)]},{'start':_0x464459[_0x2af218(0x265)]['targetRange'][_0x2af218(0x332)],'end':_0x464459[_0x2af218(0x265)][_0x2af218(0x2cf)][_0x2af218(0x18f)]},{'start':_0x172e62[_0x2af218(0x332)],'end':_0x172e62[_0x2af218(0x18f)]});return(_0x25233a[_0x2af218(0x25b)]!==0x0||_0x25233a[_0x2af218(0x295)]!==0x0)&&(_0x263ca4=!0x0,_0x172e62[_0x2af218(0x332)]+=_0x25233a['step'],_0x172e62[_0x2af218(0x18f)]+=_0x25233a['step']+_0x25233a[_0x2af218(0x295)]),_0x172e62;});_0x263ca4&&(_0x2cf488=!0x0,_0x17b8ee['f']=_0x2ab697,_0x94a16e['setValue'](_0x471705,_0xd65e7e,{..._0x17b8ee}));}}),_0x2cf488){const _0x1621a7={'id':_0x5e5d8d[_0x411535(0x27e)]['id'],'params':{'unitId':_0x2c8212[_0x411535(0x265)][_0x411535(0x20f)],'subUnitId':_0x2c8212['params'][_0x411535(0x39e)],'cellValue':_0x94a16e[_0x411535(0x217)]()}};_0x3f9a02[_0x411535(0x372)](_0x1621a7);}return _0xde9da9['params'][_0x411535(0x1c3)]=_0x333c5e[_0x411535(0x217)](),{'m1Prime':_0x3f9a02,'m2Prime':_0xde9da9};}},_0x128e39={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d[_0x49989d(0x192)]['id'],'handler'(_0x38f2a2,_0x2bb0b2){const _0x2d4b04=_0x49989d,_0x583baf={'m1Prime':[],'m2Prime':[]};if(_0x38f2a2[_0x2d4b04(0x265)][_0x2d4b04(0x20f)]!==_0x2bb0b2[_0x2d4b04(0x265)][_0x2d4b04(0x20f)]||_0x38f2a2['params'][_0x2d4b04(0x39e)]!==_0x2bb0b2[_0x2d4b04(0x265)][_0x2d4b04(0x39e)])return _0x583baf;const _0x491b68=_0x546230['Tools'][_0x2d4b04(0x351)](_0x2bb0b2);let _0x1cbe9f=!0x1;return _0x491b68[_0x2d4b04(0x265)][_0x2d4b04(0x204)][_0x2d4b04(0x36d)](_0x4e5ce0=>{const _0xee715=_0x2d4b04,{range:_0x1dd97d,primary:_0x2ce8c5}=_0x4e5ce0,_0x1ae834=_0x5e5d8d[_0xee715(0x290)]({'start':_0x38f2a2['params'][_0xee715(0x255)][_0xee715(0x332)],'end':_0x38f2a2['params'][_0xee715(0x255)][_0xee715(0x18f)]},{'start':_0x38f2a2[_0xee715(0x265)][_0xee715(0x2cf)][_0xee715(0x332)],'end':_0x38f2a2[_0xee715(0x265)][_0xee715(0x2cf)]['endColumn']},{'start':_0x1dd97d[_0xee715(0x332)],'end':_0x1dd97d[_0xee715(0x18f)]});if(_0x1ae834['length']||_0x1ae834[_0xee715(0x25b)]){if(_0x1dd97d[_0xee715(0x332)]+=_0x1ae834[_0xee715(0x25b)],_0x1dd97d[_0xee715(0x18f)]+=_0x1ae834[_0xee715(0x25b)]+(_0x1ae834[_0xee715(0x295)]||0x0),_0x2ce8c5){const _0x5a1cc0=_0x5e5d8d['handleBaseMoveRowsCols']({'start':_0x38f2a2['params'][_0xee715(0x255)][_0xee715(0x332)],'end':_0x38f2a2[_0xee715(0x265)][_0xee715(0x255)]['endColumn']},{'start':_0x38f2a2['params'][_0xee715(0x2cf)][_0xee715(0x332)],'end':_0x38f2a2[_0xee715(0x265)]['targetRange']['endColumn']},{'start':_0x2ce8c5[_0xee715(0x332)],'end':_0x2ce8c5[_0xee715(0x18f)]});(_0x5a1cc0[_0xee715(0x295)]||_0x5a1cc0['step'])&&(_0x2ce8c5[_0xee715(0x332)]+=_0x5a1cc0[_0xee715(0x25b)],_0x2ce8c5['endColumn']+=_0x5a1cc0['step'],_0x2ce8c5[_0xee715(0x270)]+=_0x5a1cc0[_0xee715(0x25b)]);}_0x1cbe9f=!0x0;}}),_0x1cbe9f&&_0x583baf['m2Prime'][_0x2d4b04(0x372)](_0x491b68),_0x583baf;}},_0xc8f9d3={'m1':_0x5e5d8d['MoveColsMutation']['id'],'m2':_0x37ca0b[_0x49989d(0x33c)]['id'],'handler'(_0x485b3f,_0x35d3fb){const _0x4a38b3=_0x49989d,_0x659ee={'m1Prime':_0x485b3f,'m2Prime':_0x35d3fb};if(_0x485b3f[_0x4a38b3(0x265)][_0x4a38b3(0x20f)]!==_0x35d3fb[_0x4a38b3(0x265)][_0x4a38b3(0x20f)]||_0x485b3f[_0x4a38b3(0x265)][_0x4a38b3(0x39e)]!==_0x35d3fb['params']['subUnitId'])return _0x659ee;const _0x4dad84=_0x546230['Tools'][_0x4a38b3(0x351)](_0x485b3f),_0x291bb1=_0x546230['Tools'][_0x4a38b3(0x351)](_0x35d3fb),_0xfa2921=_0x5e5d8d[_0x4a38b3(0x290)]({'start':_0x485b3f[_0x4a38b3(0x265)][_0x4a38b3(0x255)]['startColumn'],'end':_0x485b3f[_0x4a38b3(0x265)]['sourceRange'][_0x4a38b3(0x18f)]},{'start':_0x485b3f['params'][_0x4a38b3(0x2cf)]['startColumn'],'end':_0x485b3f[_0x4a38b3(0x265)][_0x4a38b3(0x2cf)][_0x4a38b3(0x18f)]},{'start':_0x35d3fb['params']['col'],'end':_0x35d3fb[_0x4a38b3(0x265)][_0x4a38b3(0x334)]});if(_0xfa2921[_0x4a38b3(0x25b)]===0x0)return _0x659ee;_0x291bb1[_0x4a38b3(0x265)]['col']+=_0xfa2921[_0x4a38b3(0x25b)],_0x291bb1[_0x4a38b3(0x265)][_0x4a38b3(0x244)]&&(_0x291bb1['params'][_0x4a38b3(0x244)][_0x4a38b3(0x31c)]+=_0xfa2921[_0x4a38b3(0x25b)]);const _0x461014=_0x546230[_0x4a38b3(0x37e)][_0x4a38b3(0x351)](_0x35d3fb);return _0x461014[_0x4a38b3(0x265)]['criteria']=null,{'m1Prime':[_0x461014,_0x291bb1,_0x4dad84],'m2Prime':[_0x291bb1]};}},_0x89b6b9={'m1':_0x5e5d8d['MoveColsMutation']['id'],'m2':_0x37ca0b[_0x49989d(0x1fe)]['id'],'handler'(_0x534ac8,_0x4b9a69){const _0x55d1c0=_0x49989d,_0x5ddc56={'m1Prime':[_0x534ac8],'m2Prime':[_0x4b9a69]};if(_0x534ac8['params'][_0x55d1c0(0x20f)]!==_0x4b9a69['params'][_0x55d1c0(0x20f)]||_0x534ac8[_0x55d1c0(0x265)][_0x55d1c0(0x39e)]!==_0x4b9a69[_0x55d1c0(0x265)][_0x55d1c0(0x39e)])return _0x5ddc56;const _0x285f2b=_0x546230[_0x55d1c0(0x37e)][_0x55d1c0(0x351)](_0x534ac8),_0x2f6fd4=_0x546230['Tools'][_0x55d1c0(0x351)](_0x4b9a69),_0x310187=_0x5e5d8d[_0x55d1c0(0x290)]({'start':_0x534ac8['params'][_0x55d1c0(0x255)]['startColumn'],'end':_0x534ac8[_0x55d1c0(0x265)]['sourceRange'][_0x55d1c0(0x18f)]},{'start':_0x534ac8['params'][_0x55d1c0(0x2cf)][_0x55d1c0(0x332)],'end':_0x534ac8['params'][_0x55d1c0(0x2cf)][_0x55d1c0(0x18f)]},{'start':_0x4b9a69['params']['range'][_0x55d1c0(0x332)],'end':_0x4b9a69[_0x55d1c0(0x265)]['range'][_0x55d1c0(0x18f)]});return _0x2f6fd4[_0x55d1c0(0x265)]['range'][_0x55d1c0(0x332)]+=_0x310187[_0x55d1c0(0x25b)],_0x2f6fd4[_0x55d1c0(0x265)][_0x55d1c0(0x240)][_0x55d1c0(0x18f)]+=_0x310187['step']+_0x310187[_0x55d1c0(0x295)],{'m1Prime':[_0x2f6fd4,_0x285f2b],'m2Prime':[_0x2f6fd4]};}},_0x4fa462={'m1':_0x5e5d8d[_0x49989d(0x33b)]['id'],'m2':_0x5e5d8d[_0x49989d(0x241)]['id'],'handler'(_0x491bb7,_0x8971ad){const _0x5112d5=_0x49989d,_0x55ce37={'m1Prime':_0x491bb7,'m2Prime':_0x8971ad};if(_0x491bb7['params'][_0x5112d5(0x20f)]!==_0x8971ad[_0x5112d5(0x265)][_0x5112d5(0x20f)]||_0x491bb7[_0x5112d5(0x265)]['subUnitId']!==_0x8971ad[_0x5112d5(0x265)][_0x5112d5(0x39e)])return _0x55ce37;const _0x1222a7=_0x546230[_0x5112d5(0x37e)][_0x5112d5(0x351)](_0x491bb7),_0x2243ef=_0x546230[_0x5112d5(0x37e)][_0x5112d5(0x351)](_0x8971ad),{ranges:_0x2ff554,colWidth:_0x1d01cd}=_0x2243ef[_0x5112d5(0x265)],{sourceRange:_0x3b93e2,targetRange:_0x4907dd}=_0x491bb7[_0x5112d5(0x265)],_0x292e74={'start':_0x3b93e2[_0x5112d5(0x332)],'end':_0x3b93e2['endColumn']},_0x75976f={'start':_0x4907dd[_0x5112d5(0x332)],'end':_0x4907dd[_0x5112d5(0x18f)]};return _0x2ff554[_0x5112d5(0x34c)](_0x2af121=>{const _0xb5cfb3=_0x5112d5,_0x3da757={'start':_0x2af121['startColumn'],'end':_0x2af121[_0xb5cfb3(0x18f)]},_0x2fbad0=_0x5e5d8d[_0xb5cfb3(0x290)](_0x292e74,_0x75976f,_0x3da757);return _0x2fbad0['length']!==0x0?!0x0:(_0x2af121[_0xb5cfb3(0x332)]+=_0x2fbad0[_0xb5cfb3(0x25b)],_0x2af121[_0xb5cfb3(0x18f)]+=_0x2fbad0['step'],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:(typeof _0x1d01cd!=_0x5112d5(0x209)&&_0x546230[_0x5112d5(0x1d6)](_0x3b93e2['startColumn'],_0x3b93e2[_0x5112d5(0x18f)]-_0x3b93e2[_0x5112d5(0x332)]+0x1,_0x4907dd[_0x5112d5(0x332)],_0x1d01cd),{'m1Prime':_0x1222a7,'m2Prime':_0x2243ef});}},_0x250e41={'m1':_0x5e5d8d['MoveColsMutation']['id'],'m2':_0x101f9d[_0x49989d(0x3b8)]['id'],'handler':(_0xe4e8c9,_0x55caa2)=>{const _0x16acdd=_0x49989d,_0x13e913={'m1Prime':_0xe4e8c9,'m2Prime':_0x55caa2};if(_0xe4e8c9[_0x16acdd(0x265)][_0x16acdd(0x20f)]!==_0x55caa2['params'][_0x16acdd(0x20f)]||_0xe4e8c9[_0x16acdd(0x265)][_0x16acdd(0x39e)]!==_0x55caa2[_0x16acdd(0x265)][_0x16acdd(0x39e)])return _0x13e913;const _0x2a21e0={'id':_0x5e5d8d[_0x16acdd(0x246)]['id'],'params':{'unitId':_0xe4e8c9['params'][_0x16acdd(0x20f)],'subUnitId':_0xe4e8c9[_0x16acdd(0x265)]['subUnitId'],'fromRange':_0xe4e8c9[_0x16acdd(0x265)]['sourceRange'],'toRange':_0xe4e8c9[_0x16acdd(0x265)][_0x16acdd(0x2cf)]}},_0x476d02=_0x202961(_0x55caa2,_0x2a21e0);return{'m1Prime':[_0xe4e8c9,..._0x476d02],'m2Prime':[_0x55caa2,..._0x476d02]};}},_0x55234c={'m1':_0x199094['MoveConditionalRuleMutation']['id'],'m2':_0x199094['MoveConditionalRuleMutation']['id'],'handler'(_0x3730f4,_0x16346b){const _0xb35711=_0x49989d;return _0x3730f4[_0xb35711(0x265)][_0xb35711(0x20f)]!==_0x16346b[_0xb35711(0x265)]['unitId']||_0x3730f4['params'][_0xb35711(0x39e)]!==_0x16346b['params']['subUnitId']?{'m1Prime':_0x3730f4,'m2Prime':_0x16346b}:{'error':new Error(_0xb35711(0x320))};}},_0x2f181e={'m1':_0x5e5d8d['MoveRangeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x4e0b93,_0x2e9ed4){const _0x4e024c=_0x49989d,_0x490c84=_0x485ac3[_0x4e024c(0x2cc)](_0x2e9ed4,_0x4e0b93);return _0x782652(_0x490c84)?{'m1Prime':_0x490c84[_0x4e024c(0x2fd)],'m2Prime':_0x490c84['m1Prime']}:_0x490c84;}},_0xd7b66b={'m1':_0x5e5d8d['MoveRangeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler'(_0x5f130d,_0x2b0937){const _0x449d96=_0x49989d,_0x1f45a1={'m1Prime':_0x5f130d,'m2Prime':_0x2b0937};if(_0x5f130d[_0x449d96(0x265)][_0x449d96(0x20f)]!==_0x2b0937[_0x449d96(0x265)][_0x449d96(0x20f)])return _0x1f45a1;const _0x32e0d2=new _0x546230[(_0x449d96(0x306))](_0x5f130d['params']['from'][_0x449d96(0x1f5)])[_0x449d96(0x289)](),_0x2db509=new _0x546230['ObjectMatrix'](_0x2b0937[_0x449d96(0x265)]['from'][_0x449d96(0x1f5)])[_0x449d96(0x289)](),_0x2a86bd=new _0x546230[(_0x449d96(0x306))](_0x5f130d[_0x449d96(0x265)]['to'][_0x449d96(0x1f5)])['getDataRange'](),_0x2c97dd=new _0x546230[(_0x449d96(0x306))](_0x2b0937[_0x449d96(0x265)]['to'][_0x449d96(0x1f5)])[_0x449d96(0x289)]();return _0x5f130d[_0x449d96(0x265)]['from'][_0x449d96(0x39e)]===_0x2b0937[_0x449d96(0x265)][_0x449d96(0x206)][_0x449d96(0x39e)]&&_0x546230[_0x449d96(0x1bb)][_0x449d96(0x254)](_0x32e0d2,_0x2db509)||_0x5f130d[_0x449d96(0x265)]['to']['subUnitId']===_0x2b0937[_0x449d96(0x265)]['to'][_0x449d96(0x39e)]&&_0x546230[_0x449d96(0x1bb)][_0x449d96(0x254)](_0x2a86bd,_0x2c97dd)||_0x5f130d[_0x449d96(0x265)][_0x449d96(0x206)][_0x449d96(0x39e)]===_0x2b0937[_0x449d96(0x265)]['to'][_0x449d96(0x39e)]&&_0x546230[_0x449d96(0x1bb)][_0x449d96(0x254)](_0x32e0d2,_0x2c97dd)||_0x5f130d['params']['to'][_0x449d96(0x39e)]===_0x2b0937[_0x449d96(0x265)][_0x449d96(0x206)][_0x449d96(0x39e)]&&_0x546230[_0x449d96(0x1bb)][_0x449d96(0x254)](_0x2a86bd,_0x2db509)?{'error':new Error(_0x449d96(0x384))}:_0x1f45a1;}},_0x5af598={'m1':_0x5e5d8d['MoveRangeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler'(_0x206478,_0x51a83c){const _0xfdd031=_0x49989d,_0x3bd74e={'m1Prime':_0x206478,'m2Prime':_0x51a83c};if(_0x206478['params'][_0xfdd031(0x20f)]!==_0x51a83c[_0xfdd031(0x265)][_0xfdd031(0x20f)]||_0x206478['params'][_0xfdd031(0x206)]['subUnitId']!==_0x51a83c[_0xfdd031(0x265)][_0xfdd031(0x39e)]&&_0x206478[_0xfdd031(0x265)]['to'][_0xfdd031(0x39e)]!==_0x51a83c[_0xfdd031(0x265)][_0xfdd031(0x39e)])return _0x3bd74e;const _0x50fe30=new _0x546230['ObjectMatrix'](_0x206478[_0xfdd031(0x265)]['from'][_0xfdd031(0x1f5)])[_0xfdd031(0x289)](),_0x4a781e=new _0x546230['ObjectMatrix'](_0x206478[_0xfdd031(0x265)]['to'][_0xfdd031(0x1f5)])[_0xfdd031(0x289)]();return _0x206478['params'][_0xfdd031(0x206)][_0xfdd031(0x39e)]===_0x51a83c[_0xfdd031(0x265)][_0xfdd031(0x39e)]&&_0x51a83c[_0xfdd031(0x265)][_0xfdd031(0x3b3)][_0xfdd031(0x34c)](_0x419f45=>_0x546230['Rectangle'][_0xfdd031(0x254)](_0x419f45,_0x50fe30))?{'error':new Error(_0xfdd031(0x38b))}:_0x206478[_0xfdd031(0x265)]['to'][_0xfdd031(0x39e)]===_0x51a83c[_0xfdd031(0x265)]['subUnitId']&&_0x51a83c['params'][_0xfdd031(0x3b3)][_0xfdd031(0x34c)](_0x3f57a7=>_0x546230[_0xfdd031(0x1bb)]['intersects'](_0x3f57a7,_0x4a781e))?{'error':new Error(_0xfdd031(0x38b))}:_0x3bd74e;}},_0x1ed50a={'m1':_0x5e5d8d['MoveRangeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x392)]['id'],'handler'(_0x4240ff,_0xc75a09){const _0x13a9b5=_0x49989d,_0x303c6d={'m1Prime':_0x4240ff,'m2Prime':_0xc75a09};if(_0x4240ff[_0x13a9b5(0x265)][_0x13a9b5(0x20f)]!==_0xc75a09[_0x13a9b5(0x265)][_0x13a9b5(0x20f)]||_0x4240ff['params'][_0x13a9b5(0x206)]['subUnitId']!==_0xc75a09[_0x13a9b5(0x265)][_0x13a9b5(0x39e)]&&_0x4240ff[_0x13a9b5(0x265)]['to'][_0x13a9b5(0x39e)]!==_0xc75a09[_0x13a9b5(0x265)]['subUnitId'])return _0x303c6d;if(_0x4240ff[_0x13a9b5(0x265)]['from'][_0x13a9b5(0x39e)]===_0xc75a09[_0x13a9b5(0x265)][_0x13a9b5(0x39e)]){const _0x241837=new _0x546230[(_0x13a9b5(0x306))](_0x4240ff[_0x13a9b5(0x265)][_0x13a9b5(0x206)]['value'])[_0x13a9b5(0x289)]();if(_0x546230['Rectangle'][_0x13a9b5(0x254)](_0x241837,_0xc75a09[_0x13a9b5(0x265)][_0x13a9b5(0x240)]))return{'error':new Error(_0x13a9b5(0x296))};}if(_0x4240ff[_0x13a9b5(0x265)]['to'][_0x13a9b5(0x39e)]===_0xc75a09[_0x13a9b5(0x265)][_0x13a9b5(0x39e)]){const _0x3295f6=new _0x546230[(_0x13a9b5(0x306))](_0x4240ff['params']['to'][_0x13a9b5(0x1f5)])['getDataRange']();if(_0x546230[_0x13a9b5(0x1bb)][_0x13a9b5(0x254)](_0x3295f6,_0xc75a09[_0x13a9b5(0x265)][_0x13a9b5(0x240)]))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20reorder\x20range')};}return _0x303c6d;}},_0xa24b7b={'m1':_0x5e5d8d[_0x49989d(0x336)]['id'],'m2':_0x5e5d8d[_0x49989d(0x188)]['id'],'handler'(_0x597aff,_0x12033b){const _0x4072a9=_0x49989d,_0xf432bd={'m1Prime':_0x597aff,'m2Prime':_0x12033b};if(_0x597aff['params']['unitId']!==_0x12033b[_0x4072a9(0x265)][_0x4072a9(0x20f)]||_0x597aff['params'][_0x4072a9(0x206)]['subUnitId']!==_0x12033b[_0x4072a9(0x265)][_0x4072a9(0x39e)]&&_0x597aff[_0x4072a9(0x265)]['to']['subUnitId']!==_0x12033b[_0x4072a9(0x265)]['subUnitId'])return _0xf432bd;const _0x5315e7=new _0x546230[(_0x4072a9(0x306))](_0x597aff['params'][_0x4072a9(0x206)]['value'])['getDataRange'](),_0x285f3e=new _0x546230[(_0x4072a9(0x306))](_0x597aff[_0x4072a9(0x265)]['to']['value'])[_0x4072a9(0x289)]();if(_0x597aff[_0x4072a9(0x265)]['from']['subUnitId']===_0x12033b[_0x4072a9(0x265)][_0x4072a9(0x39e)]){const {values:_0x232bc8}=_0x12033b['params'];for(const _0x38d10d in _0x232bc8)if(_0x232bc8[_0x38d10d][_0x4072a9(0x3b3)][_0x4072a9(0x34c)](_0x5e72ad=>_0x546230[_0x4072a9(0x1bb)][_0x4072a9(0x254)](_0x5e72ad,_0x5315e7)))return{'error':new Error(_0x4072a9(0x38b))};}if(_0x597aff[_0x4072a9(0x265)]['to']['subUnitId']===_0x12033b[_0x4072a9(0x265)][_0x4072a9(0x39e)]){const {values:_0x231ff2}=_0x12033b[_0x4072a9(0x265)];for(const _0x50d4b2 in _0x231ff2)if(_0x231ff2[_0x50d4b2][_0x4072a9(0x3b3)]['some'](_0x5d1dd9=>_0x546230[_0x4072a9(0x1bb)][_0x4072a9(0x254)](_0x5d1dd9,_0x285f3e)))return{'error':new Error(_0x4072a9(0x38b))};}return _0xf432bd;}},_0x2b6190={'m1':_0x5e5d8d['MoveRowsMutation']['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x21f5cf,_0x512659)=>{const _0x1a64a0=_0x49989d,_0x2b63d9={'m1Prime':_0x21f5cf,'m2Prime':_0x512659};if(_0x21f5cf[_0x1a64a0(0x265)][_0x1a64a0(0x20f)]!==_0x512659[_0x1a64a0(0x265)][_0x1a64a0(0x20f)]||_0x21f5cf[_0x1a64a0(0x265)][_0x1a64a0(0x39e)]!==_0x512659[_0x1a64a0(0x265)][_0x1a64a0(0x39e)])return _0x2b63d9;const _0x21650e={'id':_0x5e5d8d[_0x1a64a0(0x2cd)]['id'],'params':{'unitId':_0x21f5cf[_0x1a64a0(0x265)]['unitId'],'subUnitId':_0x21f5cf[_0x1a64a0(0x265)]['subUnitId'],'fromRange':_0x21f5cf['params'][_0x1a64a0(0x255)],'toRange':_0x21f5cf[_0x1a64a0(0x265)][_0x1a64a0(0x2cf)]}},_0x3bd608=_0x58f44c(_0x512659,_0x21650e);return{'m1Prime':[_0x21f5cf,..._0x3bd608],'m2Prime':[_0x512659,..._0x3bd608]};}},_0x70151d={'m1':_0x5e5d8d['MoveRowsMutation']['id'],'m2':_0x24b62e[_0x49989d(0x1f7)]['id'],'handler'(_0x406e48,_0x86e5aa){const _0x43486a=_0x49989d,_0x2861bc={'m1Prime':_0x406e48,'m2Prime':_0x86e5aa};if(_0x406e48['params'][_0x43486a(0x20f)]!==_0x86e5aa[_0x43486a(0x265)][_0x43486a(0x20f)]||_0x406e48['params'][_0x43486a(0x39e)]!==_0x86e5aa[_0x43486a(0x265)]['subUnitId'])return _0x2861bc;const _0x4a5aa1={'id':_0x5e5d8d['MoveRowsCommand']['id'],'params':{'fromRange':_0x406e48[_0x43486a(0x265)]['sourceRange'],'toRange':_0x406e48['params']['targetRange']}},_0xe01db5=_0x33dfa6(_0x86e5aa,_0x4a5aa1);return{'m1Prime':[_0x406e48,..._0xe01db5],'m2Prime':[_0x86e5aa,..._0xe01db5]};}},_0x38c1c0={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0xa471c5,_0x5e71f0){const _0x32de7f=_0x49989d,_0x3a83d1=_0x46c8e6[_0x32de7f(0x2cc)](_0x5e71f0,_0xa471c5);return _0x782652(_0x3a83d1)?{'m1Prime':_0x3a83d1[_0x32de7f(0x2fd)],'m2Prime':_0x3a83d1[_0x32de7f(0x24f)]}:_0x3a83d1;}},_0x2298d0={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d['MoveRangeMutation']['id'],'handler'(_0xd2921,_0xd4951){const _0x2fb2e7=_0x49989d,_0x542ba5={'m1Prime':_0xd2921,'m2Prime':_0xd4951};if(_0xd2921[_0x2fb2e7(0x265)][_0x2fb2e7(0x20f)]!==_0xd4951[_0x2fb2e7(0x265)][_0x2fb2e7(0x20f)]||_0xd2921[_0x2fb2e7(0x265)]['subUnitId']!==_0xd4951[_0x2fb2e7(0x265)]['from'][_0x2fb2e7(0x39e)]&&_0xd2921[_0x2fb2e7(0x265)]['subUnitId']!==_0xd4951[_0x2fb2e7(0x265)]['to'][_0x2fb2e7(0x39e)])return _0x542ba5;const _0x1f1ce9=_0x546230[_0x2fb2e7(0x37e)][_0x2fb2e7(0x351)](_0xd2921),_0x1f94d2=_0x546230[_0x2fb2e7(0x37e)][_0x2fb2e7(0x351)](_0xd4951),_0x398842=_0xd2921['params'][_0x2fb2e7(0x255)],_0x11ae20=_0xd2921[_0x2fb2e7(0x265)][_0x2fb2e7(0x2cf)];if(_0xd2921['params'][_0x2fb2e7(0x39e)]===_0xd4951[_0x2fb2e7(0x265)][_0x2fb2e7(0x206)][_0x2fb2e7(0x39e)]){const _0x479a7f=new _0x546230[(_0x2fb2e7(0x306))](_0x1f94d2[_0x2fb2e7(0x265)]['from']['value']),_0x53e624=_0x479a7f[_0x2fb2e7(0x289)]();if(_0x12ffda({'start':_0x398842[_0x2fb2e7(0x2e7)],'end':_0x398842[_0x2fb2e7(0x275)]},{'start':_0x53e624[_0x2fb2e7(0x2e7)],'end':_0x53e624[_0x2fb2e7(0x275)]})||_0x12ffda({'start':_0x11ae20[_0x2fb2e7(0x2e7)],'end':_0x11ae20['endRow']},{'start':_0x53e624[_0x2fb2e7(0x2e7)],'end':_0x53e624[_0x2fb2e7(0x275)]}))return{'error':new Error(_0x2fb2e7(0x1a0))};const _0x203ab4=_0x5e5d8d[_0x2fb2e7(0x290)]({'start':_0x398842[_0x2fb2e7(0x2e7)],'end':_0x398842[_0x2fb2e7(0x275)]},{'start':_0x11ae20[_0x2fb2e7(0x2e7)],'end':_0x11ae20['endRow']},{'start':_0x53e624[_0x2fb2e7(0x2e7)],'end':_0x53e624[_0x2fb2e7(0x275)]});if(_0x203ab4[_0x2fb2e7(0x295)]!==0x0)return{'error':new Error(_0x2fb2e7(0x1a0))};_0x203ab4[_0x2fb2e7(0x25b)]!==0x0&&_0x479a7f['moveRows'](_0x398842[_0x2fb2e7(0x2e7)],_0x398842['endRow']-_0x398842[_0x2fb2e7(0x2e7)]+0x1,_0x11ae20[_0x2fb2e7(0x2e7)]),_0x1f94d2[_0x2fb2e7(0x265)][_0x2fb2e7(0x206)][_0x2fb2e7(0x1f5)]=_0x479a7f[_0x2fb2e7(0x217)]();}if(_0xd2921[_0x2fb2e7(0x265)][_0x2fb2e7(0x39e)]===_0xd4951[_0x2fb2e7(0x265)]['to']['subUnitId']){const _0x11eb01=new _0x546230[(_0x2fb2e7(0x306))](_0x1f94d2['params']['to'][_0x2fb2e7(0x1f5)]),_0x52d453=_0x11eb01['getDataRange']();if(_0x12ffda({'start':_0x398842[_0x2fb2e7(0x2e7)],'end':_0x398842[_0x2fb2e7(0x275)]},{'start':_0x52d453[_0x2fb2e7(0x2e7)],'end':_0x52d453[_0x2fb2e7(0x275)]})||_0x12ffda({'start':_0x11ae20[_0x2fb2e7(0x2e7)],'end':_0x11ae20['endRow']},{'start':_0x52d453[_0x2fb2e7(0x2e7)],'end':_0x52d453[_0x2fb2e7(0x275)]}))return{'error':new Error(_0x2fb2e7(0x1a0))};const _0x3397bf=_0x5e5d8d['handleBaseMoveRowsCols']({'start':_0x398842[_0x2fb2e7(0x2e7)],'end':_0x398842[_0x2fb2e7(0x275)]},{'start':_0x11ae20[_0x2fb2e7(0x2e7)],'end':_0x11ae20['endRow']},{'start':_0x52d453['startRow'],'end':_0x52d453[_0x2fb2e7(0x275)]});if(_0x3397bf[_0x2fb2e7(0x295)]!==0x0)return{'error':new Error(_0x2fb2e7(0x1a0))};_0x3397bf[_0x2fb2e7(0x25b)]!==0x0&&_0x11eb01[_0x2fb2e7(0x1af)](_0x398842[_0x2fb2e7(0x2e7)],_0x398842[_0x2fb2e7(0x275)]-_0x398842[_0x2fb2e7(0x2e7)]+0x1,_0x11ae20[_0x2fb2e7(0x2e7)]),_0x1f94d2[_0x2fb2e7(0x265)]['to'][_0x2fb2e7(0x1f5)]=_0x11eb01[_0x2fb2e7(0x217)]();}return{'m1Prime':_0x1f1ce9,'m2Prime':_0x1f94d2};}},_0x453d95={'m1':_0x5e5d8d['MoveRowsMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x261)]['id'],'handler'(_0x1d2b9b,_0x9f3068){const _0x517ea1=_0x49989d,_0x169001={'m1Prime':_0x1d2b9b,'m2Prime':_0x9f3068};if(_0x1d2b9b['params'][_0x517ea1(0x20f)]!==_0x9f3068['params']['unitId']||_0x1d2b9b['params'][_0x517ea1(0x39e)]!==_0x9f3068[_0x517ea1(0x265)][_0x517ea1(0x39e)])return _0x169001;const _0x4d96fc=_0x546230[_0x517ea1(0x37e)][_0x517ea1(0x351)](_0x1d2b9b),_0x387126=_0x546230['Tools']['deepClone'](_0x9f3068),_0x7f0983=_0x9f3068[_0x517ea1(0x265)][_0x517ea1(0x255)],_0x2b7da1=_0x9f3068[_0x517ea1(0x265)][_0x517ea1(0x2cf)],_0x1470d2=_0x1d2b9b[_0x517ea1(0x265)][_0x517ea1(0x255)],_0x1ca578=_0x1d2b9b['params'][_0x517ea1(0x2cf)];if(_0x1470d2[_0x517ea1(0x275)]>=_0x7f0983[_0x517ea1(0x2e7)]&&_0x1470d2['startRow']<=_0x7f0983['endRow'])return{'error':new Error(_0x517ea1(0x19d))};const _0x31ae00=_0x5e5d8d[_0x517ea1(0x290)]({'start':_0x1470d2[_0x517ea1(0x2e7)],'end':_0x1470d2[_0x517ea1(0x275)]},{'start':_0x1ca578['startRow'],'end':_0x1ca578[_0x517ea1(0x275)]},{'start':_0x7f0983[_0x517ea1(0x2e7)],'end':_0x7f0983[_0x517ea1(0x275)]}),_0x131637=_0x5e5d8d['handleBaseMoveRowsCols']({'start':_0x1470d2['startRow'],'end':_0x1470d2[_0x517ea1(0x275)]},{'start':_0x1ca578['startRow'],'end':_0x1ca578[_0x517ea1(0x275)]},{'start':_0x2b7da1['startRow'],'end':_0x2b7da1['endRow']});_0x31ae00&&_0x131637?(_0x387126['params'][_0x517ea1(0x255)][_0x517ea1(0x2e7)]+=_0x31ae00[_0x517ea1(0x25b)],_0x387126['params'][_0x517ea1(0x255)]['endRow']+=_0x31ae00[_0x517ea1(0x25b)]+(_0x31ae00[_0x517ea1(0x295)]||0x0),_0x387126[_0x517ea1(0x265)][_0x517ea1(0x2cf)][_0x517ea1(0x2e7)]+=_0x131637['step'],_0x387126[_0x517ea1(0x265)][_0x517ea1(0x2cf)][_0x517ea1(0x275)]+=_0x131637[_0x517ea1(0x25b)]+(_0x131637[_0x517ea1(0x295)]||0x0)):_0x387126['id']=_0x5e5d8d[_0x517ea1(0x2c2)]['id'];const _0x4ea025=_0x5e5d8d[_0x517ea1(0x290)]({'start':_0x7f0983[_0x517ea1(0x2e7)],'end':_0x7f0983[_0x517ea1(0x275)]},{'start':_0x2b7da1[_0x517ea1(0x2e7)],'end':_0x2b7da1[_0x517ea1(0x275)]},{'start':_0x1470d2[_0x517ea1(0x2e7)],'end':_0x1470d2['endRow']}),_0x38d0e5=_0x5e5d8d[_0x517ea1(0x290)]({'start':_0x7f0983[_0x517ea1(0x2e7)],'end':_0x7f0983[_0x517ea1(0x275)]},{'start':_0x2b7da1[_0x517ea1(0x2e7)],'end':_0x2b7da1[_0x517ea1(0x275)]},{'start':_0x1ca578[_0x517ea1(0x2e7)],'end':_0x1ca578[_0x517ea1(0x275)]});return _0x4ea025&&_0x38d0e5?(_0x4d96fc[_0x517ea1(0x265)][_0x517ea1(0x255)][_0x517ea1(0x2e7)]+=_0x4ea025[_0x517ea1(0x25b)],_0x4d96fc[_0x517ea1(0x265)][_0x517ea1(0x255)]['endRow']+=_0x4ea025[_0x517ea1(0x25b)]+(_0x4ea025['length']||0x0),_0x4d96fc[_0x517ea1(0x265)][_0x517ea1(0x2cf)][_0x517ea1(0x2e7)]+=_0x38d0e5['step'],_0x4d96fc[_0x517ea1(0x265)][_0x517ea1(0x2cf)][_0x517ea1(0x275)]+=_0x38d0e5['step']+(_0x38d0e5[_0x517ea1(0x295)]||0x0)):_0x4d96fc['id']=_0x5e5d8d['EmptyMutation']['id'],{'m1Prime':_0x4d96fc,'m2Prime':_0x387126};}},_0x4ebfd1={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d['RemoveNumfmtMutation']['id'],'handler'(_0x3cf797,_0xb293ef){const _0x45ef8d=_0x49989d,_0x5cd8b0={'m1Prime':_0x3cf797,'m2Prime':_0xb293ef};if(_0x3cf797['params'][_0x45ef8d(0x20f)]!==_0xb293ef[_0x45ef8d(0x265)][_0x45ef8d(0x20f)]||_0x3cf797[_0x45ef8d(0x265)][_0x45ef8d(0x39e)]!==_0xb293ef[_0x45ef8d(0x265)][_0x45ef8d(0x39e)])return _0x5cd8b0;const _0xc3297c=_0x546230[_0x45ef8d(0x37e)][_0x45ef8d(0x351)](_0x3cf797),_0x4c1c79=_0x546230[_0x45ef8d(0x37e)][_0x45ef8d(0x351)](_0xb293ef),{sourceRange:_0x361a5d,targetRange:_0x3e4cb1}=_0x3cf797[_0x45ef8d(0x265)],_0x1c613b={'start':_0x361a5d[_0x45ef8d(0x2e7)],'end':_0x361a5d['endRow']},_0x467fa7={'start':_0x3e4cb1[_0x45ef8d(0x2e7)],'end':_0x3e4cb1[_0x45ef8d(0x275)]};return _0x4c1c79[_0x45ef8d(0x265)]['ranges'][_0x45ef8d(0x34c)](_0x370fbf=>{const _0xe1c5ee=_0x45ef8d,_0x2b5539={'start':_0x370fbf[_0xe1c5ee(0x2e7)],'end':_0x370fbf['endRow']},_0x398a00=_0x12ffda(_0x1c613b,_0x2b5539),_0x5367e5=_0x12ffda(_0x467fa7,_0x2b5539);if(_0x398a00||_0x5367e5)return!0x0;const _0x380cbe=_0x5e5d8d[_0xe1c5ee(0x290)](_0x1c613b,_0x467fa7,_0x2b5539);return _0x380cbe[_0xe1c5ee(0x295)]!==0x0?!0x0:(_0x370fbf[_0xe1c5ee(0x2e7)]+=_0x380cbe[_0xe1c5ee(0x25b)],_0x370fbf[_0xe1c5ee(0x275)]+=_0x380cbe['step'],!0x1);})?{'error':new Error(_0x45ef8d(0x220))}:{'m1Prime':_0xc3297c,'m2Prime':_0x4c1c79};}},_0x52e0b0={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler'(_0x3c76c3,_0x58b908){const _0x14a6ab=_0x49989d,_0x1a30cd=_0x546230[_0x14a6ab(0x37e)]['deepClone'](_0x3c76c3),_0x101ea4=_0x546230[_0x14a6ab(0x37e)][_0x14a6ab(0x351)](_0x58b908);if(_0x3c76c3[_0x14a6ab(0x265)][_0x14a6ab(0x20f)]!==_0x58b908[_0x14a6ab(0x265)][_0x14a6ab(0x20f)]||_0x3c76c3[_0x14a6ab(0x265)][_0x14a6ab(0x39e)]!==_0x58b908['params'][_0x14a6ab(0x39e)])return{'m1Prime':_0x1a30cd,'m2Prime':_0x101ea4};const _0xf81de5=_0x101ea4[_0x14a6ab(0x265)][_0x14a6ab(0x3b3)]['reduce']((_0x38989b,_0x570714)=>{const _0x503c42=_0x14a6ab,{sourceRange:_0x3015d0,targetRange:_0x3f5040}=_0x3c76c3['params'],_0x4a69a7={..._0x570714};return _0x3015d0[_0x503c42(0x275)]<_0x4a69a7['startRow']&&_0x3f5040[_0x503c42(0x2e7)]>_0x4a69a7[_0x503c42(0x275)]?(_0x4a69a7[_0x503c42(0x2e7)]-=_0x3015d0[_0x503c42(0x275)]-_0x3015d0[_0x503c42(0x2e7)]+0x1,_0x4a69a7['endRow']-=_0x3015d0[_0x503c42(0x275)]-_0x3015d0[_0x503c42(0x2e7)]+0x1,_0x3ad35c(_0x4a69a7)&&_0x38989b[_0x503c42(0x372)](_0x4a69a7)):_0x3015d0[_0x503c42(0x2e7)]>_0x4a69a7[_0x503c42(0x275)]&&_0x3f5040[_0x503c42(0x275)]<_0x4a69a7[_0x503c42(0x2e7)]?(_0x4a69a7[_0x503c42(0x2e7)]+=_0x3015d0[_0x503c42(0x275)]-_0x3015d0[_0x503c42(0x2e7)]+0x1,_0x4a69a7[_0x503c42(0x275)]+=_0x3015d0[_0x503c42(0x275)]-_0x3015d0[_0x503c42(0x2e7)]+0x1,_0x3ad35c(_0x4a69a7)&&_0x38989b[_0x503c42(0x372)](_0x4a69a7)):_0x546230[_0x503c42(0x1bb)][_0x503c42(0x254)](_0x4a69a7,_0x3015d0)||_0x546230[_0x503c42(0x1bb)][_0x503c42(0x254)](_0x4a69a7,_0x3f5040)||_0x38989b[_0x503c42(0x372)](_0x4a69a7),_0x38989b;},[]);return _0x101ea4['params']['ranges']=_0xf81de5,_0x101ea4[_0x14a6ab(0x265)][_0x14a6ab(0x3b3)][_0x14a6ab(0x295)]===0x0&&(_0x101ea4['id']=_0x5e5d8d[_0x14a6ab(0x2c2)]['id']),{'m1Prime':_0x1a30cd,'m2Prime':_0x101ea4};}},_0x177572={'m1':_0x5e5d8d['MoveRowsMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x392)]['id'],'handler'(_0x27cf93,_0x7d656f){const _0x4de390=_0x49989d;var _0x695ab0;const _0xd949a4={'m1Prime':_0x27cf93,'m2Prime':_0x7d656f};if(_0x27cf93[_0x4de390(0x265)]['unitId']!==_0x7d656f[_0x4de390(0x265)][_0x4de390(0x20f)]||_0x27cf93['params'][_0x4de390(0x39e)]!==_0x7d656f[_0x4de390(0x265)][_0x4de390(0x39e)])return _0xd949a4;const _0x448741=_0x58e656(_0x27cf93[_0x4de390(0x265)][_0x4de390(0x255)],_0x27cf93['params'][_0x4de390(0x2cf)]),_0x3d2bba=_0x546230['Tools'][_0x4de390(0x351)](_0x7d656f),{range:_0x3c6a5a}=_0x3d2bba[_0x4de390(0x265)],_0x40f11a=Array[_0x4de390(0x206)]({'length':_0x3c6a5a[_0x4de390(0x275)]-_0x3c6a5a[_0x4de390(0x2e7)]+0x1},(_0x27ec3c,_0x972b30)=>_0x972b30+_0x3c6a5a[_0x4de390(0x2e7)]),_0x2fecb1={},_0x44990a={},_0x2ffd0d=Math[_0x4de390(0x27b)](_0x27cf93[_0x4de390(0x265)][_0x4de390(0x255)]['startRow'],_0x27cf93['params']['targetRange'][_0x4de390(0x2e7)],..._0x40f11a),_0x466a9f=Math[_0x4de390(0x287)](_0x27cf93['params']['sourceRange'][_0x4de390(0x275)],_0x27cf93[_0x4de390(0x265)]['targetRange'][_0x4de390(0x275)],..._0x40f11a);for(let _0x525a3e=_0x2ffd0d;_0x525a3e<=_0x466a9f;_0x525a3e++){const _0x1029b6=_0x525a3e,_0x3aad89=(_0x695ab0=_0x7d656f['params'][_0x4de390(0x1b7)][_0x525a3e])!=null?_0x695ab0:_0x1029b6,_0x554a35=_0x448741(_0x3aad89);_0x1029b6!==_0x554a35&&(_0x2fecb1[_0x1029b6]=_0x554a35),_0x3aad89!==_0x554a35&&(_0x44990a[_0x3aad89]=_0x554a35);}_0x3d2bba[_0x4de390(0x265)][_0x4de390(0x1b7)]=_0x2fecb1;const _0x216c3e=Object[_0x4de390(0x274)](_0x2fecb1)['map'](Number);_0x3c6a5a[_0x4de390(0x2e7)]=Math[_0x4de390(0x27b)](..._0x216c3e),_0x3c6a5a[_0x4de390(0x275)]=Math['max'](..._0x216c3e);const _0x344cb4=[_0x27cf93],_0x4f687c=Object['keys'](_0x44990a)[_0x4de390(0x2a6)](Number);return _0x4f687c[_0x4de390(0x295)]>0x0&&_0x344cb4[_0x4de390(0x340)]({'id':_0x5e5d8d[_0x4de390(0x392)]['id'],'params':{'unitId':_0x27cf93[_0x4de390(0x265)][_0x4de390(0x20f)],'subUnitId':_0x27cf93[_0x4de390(0x265)][_0x4de390(0x39e)],'range':{'startColumn':_0x7d656f[_0x4de390(0x265)][_0x4de390(0x240)][_0x4de390(0x332)],'endColumn':_0x7d656f[_0x4de390(0x265)][_0x4de390(0x240)][_0x4de390(0x18f)],'startRow':Math['min'](..._0x4f687c),'endRow':Math[_0x4de390(0x287)](..._0x4f687c)},'order':_0x44990a}}),{'m1Prime':_0x344cb4,'m2Prime':_0x3d2bba};}},_0x58e656=(_0x5f3452,_0x46c26c)=>{const _0x963d86=_0x49989d,_0x2cf1dc=_0x5f3452[_0x963d86(0x275)]-_0x5f3452[_0x963d86(0x2e7)]+0x1,_0x4b3afc=_0x5f3452[_0x963d86(0x2e7)],_0x1dce14=_0x46c26c[_0x963d86(0x2e7)];return _0x19e3e1=>{const _0xf6c457=_0x963d86;if(_0x4b3afc<=_0x1dce14){const _0x5ccdb0=_0x46c26c[_0xf6c457(0x2e7)]-_0x5f3452[_0xf6c457(0x275)]-0x1;if(_0x19e3e1>=_0x5f3452[_0xf6c457(0x2e7)]&&_0x19e3e1<=_0x5f3452[_0xf6c457(0x275)])return _0x19e3e1+_0x5ccdb0;if(_0x19e3e1>_0x5f3452[_0xf6c457(0x275)]&&_0x19e3e1<_0x46c26c[_0xf6c457(0x2e7)])return _0x19e3e1-_0x2cf1dc;}if(_0x4b3afc>_0x1dce14){const _0x2a393c=_0x5f3452[_0xf6c457(0x2e7)]-_0x46c26c[_0xf6c457(0x2e7)];if(_0x19e3e1>=_0x46c26c[_0xf6c457(0x2e7)]&&_0x19e3e1<_0x5f3452[_0xf6c457(0x2e7)])return _0x19e3e1+_0x2cf1dc;if(_0x19e3e1>=_0x5f3452[_0xf6c457(0x2e7)]&&_0x19e3e1<=_0x5f3452[_0xf6c457(0x275)])return _0x19e3e1-_0x2a393c;}return _0x19e3e1;};},_0x409353={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d[_0x49989d(0x188)]['id'],'handler'(_0x35a432,_0x4b9742){const _0xf64e10=_0x49989d,_0x58db3a={'m1Prime':_0x35a432,'m2Prime':_0x4b9742};if(_0x35a432[_0xf64e10(0x265)]['unitId']!==_0x4b9742[_0xf64e10(0x265)][_0xf64e10(0x20f)]||_0x35a432[_0xf64e10(0x265)][_0xf64e10(0x39e)]!==_0x4b9742[_0xf64e10(0x265)][_0xf64e10(0x39e)])return _0x58db3a;const _0x3aa9a3=[_0x546230[_0xf64e10(0x37e)][_0xf64e10(0x351)](_0x35a432)],_0x218f52=_0x546230[_0xf64e10(0x37e)][_0xf64e10(0x351)](_0x4b9742),{sourceRange:_0x58059d,targetRange:_0x1659d3}=_0x35a432[_0xf64e10(0x265)],_0x45eb63={'start':_0x58059d[_0xf64e10(0x2e7)],'end':_0x58059d[_0xf64e10(0x275)]},_0x11deda={'start':_0x1659d3[_0xf64e10(0x2e7)],'end':_0x1659d3[_0xf64e10(0x275)]},{values:_0x42f326}=_0x218f52[_0xf64e10(0x265)],_0x2f1739=[];let _0x1e3fda=!0x1;for(const _0x47d8ac in _0x42f326){const _0x374d0e=_0x42f326[_0x47d8ac];if(_0x2f1739['push'](..._0x374d0e[_0xf64e10(0x3b3)]),_0x374d0e[_0xf64e10(0x3b3)][_0xf64e10(0x34c)](_0x5aaffd=>{const _0x5bb4b8=_0xf64e10,_0x27e6af={'start':_0x5aaffd[_0x5bb4b8(0x2e7)],'end':_0x5aaffd[_0x5bb4b8(0x275)]},_0x13865e=_0x12ffda(_0x45eb63,_0x27e6af),_0x32888f=_0x12ffda(_0x11deda,_0x27e6af);if(_0x13865e||_0x32888f)return!0x0;const _0x3d6f37=_0x5e5d8d['handleBaseMoveRowsCols'](_0x45eb63,_0x11deda,_0x27e6af);return _0x3d6f37[_0x5bb4b8(0x295)]!==0x0?!0x0:(_0x3d6f37['step']!==0x0&&(_0x1e3fda=!0x0),_0x5aaffd[_0x5bb4b8(0x2e7)]+=_0x3d6f37[_0x5bb4b8(0x25b)],_0x5aaffd[_0x5bb4b8(0x275)]+=_0x3d6f37[_0x5bb4b8(0x25b)],!0x1);}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft')};}if(_0x1e3fda){const _0x226a2c={'id':_0x5e5d8d[_0xf64e10(0x2e8)]['id'],'params':{'unitId':_0x4b9742[_0xf64e10(0x265)][_0xf64e10(0x20f)],'subUnitId':_0x4b9742['params'][_0xf64e10(0x39e)],'ranges':_0x2f1739}};_0x3aa9a3[_0xf64e10(0x372)](_0x226a2c,_0x218f52);}return{'m1Prime':_0x3aa9a3,'m2Prime':_0x218f52};}},_0x381e80={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler'(_0x2f7158,_0xfe102e){const _0x3ff13a=_0x49989d,_0x15fad3={'m1Prime':_0x2f7158,'m2Prime':_0xfe102e};if(_0x2f7158[_0x3ff13a(0x265)]['unitId']!==_0xfe102e[_0x3ff13a(0x265)][_0x3ff13a(0x20f)]||_0x2f7158[_0x3ff13a(0x265)][_0x3ff13a(0x39e)]!==_0xfe102e[_0x3ff13a(0x265)]['subUnitId'])return _0x15fad3;const _0x31eeb6=[_0x546230['Tools'][_0x3ff13a(0x351)](_0x2f7158)],_0x1c7a17=_0x546230[_0x3ff13a(0x37e)][_0x3ff13a(0x351)](_0xfe102e),_0x1878b5=new _0x546230[(_0x3ff13a(0x306))](_0x1c7a17[_0x3ff13a(0x265)]['cellValue']),{sourceRange:_0x13d447,targetRange:_0x22ad0e}=_0x2f7158['params'],_0xdaf9e3=_0x13d447[_0x3ff13a(0x2e7)],_0x2095d0=_0x13d447[_0x3ff13a(0x275)]-_0x13d447[_0x3ff13a(0x2e7)]+0x1,_0x46f8e8=_0x22ad0e[_0x3ff13a(0x2e7)];_0x1878b5['moveRows'](_0xdaf9e3,_0x2095d0,_0x46f8e8);const _0x154817=new _0x546230[(_0x3ff13a(0x306))]();let _0x489716=!0x1;if(_0x1878b5[_0x3ff13a(0x299)]((_0x5352ca,_0x2a27c9,_0x34da69)=>{const _0x4bb9dc=_0x3ff13a;if(_0x34da69&&_0x34da69['f']){const _0x1a9631=_0x34da69['f'];let _0x12b6c0=!0x1;const _0x163e12=_0x20bdc3(_0x2f7158['params'][_0x4bb9dc(0x20f)],_0x2f7158[_0x4bb9dc(0x265)][_0x4bb9dc(0x39e)],_0x1a9631,_0x135621=>{const _0x42ec24=_0x4bb9dc,_0x24db8c=_0x5e5d8d['handleBaseMoveRowsCols']({'start':_0x2f7158[_0x42ec24(0x265)][_0x42ec24(0x255)][_0x42ec24(0x2e7)],'end':_0x2f7158['params'][_0x42ec24(0x255)]['endRow']},{'start':_0x2f7158[_0x42ec24(0x265)][_0x42ec24(0x2cf)][_0x42ec24(0x2e7)],'end':_0x2f7158[_0x42ec24(0x265)][_0x42ec24(0x2cf)][_0x42ec24(0x275)]},{'start':_0x135621[_0x42ec24(0x2e7)],'end':_0x135621[_0x42ec24(0x275)]});return(_0x24db8c[_0x42ec24(0x25b)]!==0x0||_0x24db8c[_0x42ec24(0x295)]!==0x0)&&(_0x12b6c0=!0x0,_0x135621[_0x42ec24(0x2e7)]+=_0x24db8c[_0x42ec24(0x25b)],_0x135621[_0x42ec24(0x275)]+=_0x24db8c[_0x42ec24(0x25b)]+_0x24db8c[_0x42ec24(0x295)]),_0x135621;});_0x12b6c0&&(_0x489716=!0x0,_0x34da69['f']=_0x163e12,_0x154817['setValue'](_0x5352ca,_0x2a27c9,{..._0x34da69}));}}),_0x489716){const _0x18044e={'id':_0x5e5d8d[_0x3ff13a(0x27e)]['id'],'params':{'unitId':_0xfe102e['params']['unitId'],'subUnitId':_0xfe102e[_0x3ff13a(0x265)]['subUnitId'],'cellValue':_0x154817[_0x3ff13a(0x217)]()}};_0x31eeb6[_0x3ff13a(0x372)](_0x18044e);}return _0x1c7a17[_0x3ff13a(0x265)][_0x3ff13a(0x1c3)]=_0x1878b5['getMatrix'](),{'m1Prime':_0x31eeb6,'m2Prime':_0x1c7a17};}},_0x5285d4={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d[_0x49989d(0x207)]['id'],'handler'(_0x5d8d88,_0xfc96f4){const _0x2be446=_0x49989d,_0x1d49de={'m1Prime':_0x5d8d88,'m2Prime':_0xfc96f4};if(_0x5d8d88[_0x2be446(0x265)][_0x2be446(0x20f)]!==_0xfc96f4[_0x2be446(0x265)][_0x2be446(0x20f)]||_0x5d8d88[_0x2be446(0x265)][_0x2be446(0x39e)]!==_0xfc96f4[_0x2be446(0x265)][_0x2be446(0x39e)])return _0x1d49de;const _0x151c3d=_0x546230[_0x2be446(0x37e)][_0x2be446(0x351)](_0x5d8d88),_0x4997d8=_0x546230[_0x2be446(0x37e)]['deepClone'](_0xfc96f4),{rowData:_0x17e5d3}=_0x4997d8[_0x2be446(0x265)],{sourceRange:_0x5d349e,targetRange:_0x5abd19}=_0x5d8d88[_0x2be446(0x265)];return _0x546230[_0x2be446(0x1d6)](_0x5d349e[_0x2be446(0x2e7)],_0x5d349e[_0x2be446(0x275)]-_0x5d349e['startRow']+0x1,_0x5abd19['startRow'],_0x17e5d3),{'m1Prime':_0x151c3d,'m2Prime':_0x4997d8};}},_0x4d5dd3={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d['SetRowHiddenMutation']['id'],'handler'(_0x3bfee2,_0x5e85e6){const _0x185184=_0x49989d,_0x52a884={'m1Prime':_0x3bfee2,'m2Prime':_0x5e85e6};if(_0x3bfee2[_0x185184(0x265)][_0x185184(0x20f)]!==_0x5e85e6[_0x185184(0x265)][_0x185184(0x20f)]||_0x3bfee2['params'][_0x185184(0x39e)]!==_0x5e85e6[_0x185184(0x265)][_0x185184(0x39e)])return _0x52a884;const _0x4742a0=_0x546230['Tools'][_0x185184(0x351)](_0x3bfee2),_0x36339f=_0x546230['Tools'][_0x185184(0x351)](_0x5e85e6),{ranges:_0x2919ce}=_0x36339f[_0x185184(0x265)],{sourceRange:_0x5b3752,targetRange:_0x1e7ece}=_0x3bfee2[_0x185184(0x265)],_0x4a63a0={'start':_0x5b3752[_0x185184(0x2e7)],'end':_0x5b3752[_0x185184(0x275)]},_0x4147ae={'start':_0x1e7ece[_0x185184(0x2e7)],'end':_0x1e7ece[_0x185184(0x275)]};return _0x2919ce[_0x185184(0x34c)](_0xe69454=>{const _0x2d16c5=_0x185184,_0x383f6d={'start':_0xe69454['startRow'],'end':_0xe69454['endRow']},_0xa94bc9=_0x12ffda(_0x4a63a0,_0x383f6d),_0x191ab5=_0x12ffda(_0x4147ae,_0x383f6d);if(_0xa94bc9||_0x191ab5)return!0x0;const _0x45224d=_0x5e5d8d[_0x2d16c5(0x290)](_0x4a63a0,_0x4147ae,_0x383f6d);return _0x45224d['length']!==0x0?!0x0:(_0xe69454[_0x2d16c5(0x2e7)]+=_0x45224d['step'],_0xe69454['endRow']+=_0x45224d['step'],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden')}:{'m1Prime':_0x4742a0,'m2Prime':_0x36339f};}},_0x7e1333={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d['SetRowVisibleMutation']['id'],'handler'(_0x365c7f,_0x501089){const _0x5e048f=_0x49989d,_0x578abf={'m1Prime':_0x365c7f,'m2Prime':_0x501089};if(_0x365c7f[_0x5e048f(0x265)]['unitId']!==_0x501089[_0x5e048f(0x265)][_0x5e048f(0x20f)]||_0x365c7f[_0x5e048f(0x265)][_0x5e048f(0x39e)]!==_0x501089[_0x5e048f(0x265)][_0x5e048f(0x39e)])return _0x578abf;const _0x3829dc=_0x546230[_0x5e048f(0x37e)]['deepClone'](_0x365c7f),_0x254746=_0x546230[_0x5e048f(0x37e)][_0x5e048f(0x351)](_0x501089),{ranges:_0x2a9d76}=_0x254746[_0x5e048f(0x265)],{sourceRange:_0x4790ee,targetRange:_0x127128}=_0x365c7f[_0x5e048f(0x265)],_0x5b2cde={'start':_0x4790ee[_0x5e048f(0x2e7)],'end':_0x4790ee[_0x5e048f(0x275)]},_0x23bb37={'start':_0x127128[_0x5e048f(0x2e7)],'end':_0x127128[_0x5e048f(0x275)]};return _0x2a9d76['some'](_0x49c0bb=>{const _0x297241=_0x5e048f,_0xd75781={'start':_0x49c0bb[_0x297241(0x2e7)],'end':_0x49c0bb[_0x297241(0x275)]},_0x139e60=_0x12ffda(_0x5b2cde,_0xd75781),_0x2ff805=_0x12ffda(_0x23bb37,_0xd75781);if(_0x139e60||_0x2ff805)return!0x0;const _0xb8980f=_0x5e5d8d[_0x297241(0x290)](_0x5b2cde,_0x23bb37,_0xd75781);return _0xb8980f[_0x297241(0x295)]!==0x0?!0x0:(_0x49c0bb['startRow']+=_0xb8980f['step'],_0x49c0bb[_0x297241(0x275)]+=_0xb8980f[_0x297241(0x25b)],!0x1);})?{'error':new Error(_0x5e048f(0x1ce))}:{'m1Prime':_0x3829dc,'m2Prime':_0x254746};}},_0x261656={'m1':_0x5e5d8d['MoveRowsMutation']['id'],'m2':_0x5e5d8d['SetSelectionsOperation']['id'],'handler'(_0x44bd6f,_0x268d79){const _0x54d0ee=_0x49989d,_0x387f69={'m1Prime':[],'m2Prime':[]};if(_0x44bd6f[_0x54d0ee(0x265)][_0x54d0ee(0x20f)]!==_0x268d79[_0x54d0ee(0x265)]['unitId']||_0x44bd6f[_0x54d0ee(0x265)][_0x54d0ee(0x39e)]!==_0x268d79[_0x54d0ee(0x265)][_0x54d0ee(0x39e)])return _0x387f69;const _0x4bb5fd=_0x546230['Tools']['deepClone'](_0x268d79);let _0x221f5f=!0x1;return _0x4bb5fd['params']['selections'][_0x54d0ee(0x36d)](_0x32ba07=>{const _0x3004e7=_0x54d0ee,{range:_0x50147f,primary:_0x10d1f}=_0x32ba07,_0xad51d7=_0x5e5d8d[_0x3004e7(0x290)]({'start':_0x44bd6f['params'][_0x3004e7(0x255)][_0x3004e7(0x2e7)],'end':_0x44bd6f[_0x3004e7(0x265)]['sourceRange'][_0x3004e7(0x275)]},{'start':_0x44bd6f[_0x3004e7(0x265)]['targetRange'][_0x3004e7(0x2e7)],'end':_0x44bd6f['params'][_0x3004e7(0x2cf)][_0x3004e7(0x275)]},{'start':_0x50147f[_0x3004e7(0x2e7)],'end':_0x50147f['endRow']});if(_0xad51d7['length']||_0xad51d7[_0x3004e7(0x25b)]){if(_0x50147f[_0x3004e7(0x2e7)]+=_0xad51d7['step'],_0x50147f[_0x3004e7(0x275)]+=_0xad51d7[_0x3004e7(0x25b)]+(_0xad51d7['length']||0x0),_0x10d1f){const _0x2df8b1=_0x5e5d8d[_0x3004e7(0x290)]({'start':_0x44bd6f[_0x3004e7(0x265)][_0x3004e7(0x255)][_0x3004e7(0x2e7)],'end':_0x44bd6f[_0x3004e7(0x265)]['sourceRange'][_0x3004e7(0x275)]},{'start':_0x44bd6f[_0x3004e7(0x265)][_0x3004e7(0x2cf)]['startRow'],'end':_0x44bd6f[_0x3004e7(0x265)]['targetRange'][_0x3004e7(0x275)]},{'start':_0x10d1f[_0x3004e7(0x2e7)],'end':_0x10d1f[_0x3004e7(0x275)]});(_0x2df8b1[_0x3004e7(0x295)]||_0x2df8b1[_0x3004e7(0x25b)])&&(_0x10d1f[_0x3004e7(0x2e7)]+=_0x2df8b1[_0x3004e7(0x25b)],_0x10d1f[_0x3004e7(0x275)]+=_0x2df8b1[_0x3004e7(0x25b)],_0x10d1f[_0x3004e7(0x229)]+=_0x2df8b1[_0x3004e7(0x25b)]);}_0x221f5f=!0x0;}}),_0x221f5f&&_0x387f69[_0x54d0ee(0x2fd)]['push'](_0x4bb5fd),_0x387f69;}},_0x4cf7c6={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x37ca0b[_0x49989d(0x1fe)]['id'],'handler'(_0x1e0fb6,_0xa79ec3){const _0x4834c2=_0x49989d,_0x43c9b6={'m1Prime':[_0x1e0fb6],'m2Prime':[_0xa79ec3]};if(_0x1e0fb6['params'][_0x4834c2(0x20f)]!==_0xa79ec3[_0x4834c2(0x265)]['unitId']||_0x1e0fb6['params'][_0x4834c2(0x39e)]!==_0xa79ec3[_0x4834c2(0x265)]['subUnitId'])return _0x43c9b6;const _0x44410b=_0x546230['Tools'][_0x4834c2(0x351)](_0x1e0fb6),_0x58b75c=_0x546230[_0x4834c2(0x37e)]['deepClone'](_0xa79ec3),_0x4beda8=_0x5e5d8d[_0x4834c2(0x290)]({'start':_0x1e0fb6['params'][_0x4834c2(0x255)]['startRow'],'end':_0x1e0fb6[_0x4834c2(0x265)][_0x4834c2(0x255)]['endRow']},{'start':_0x1e0fb6[_0x4834c2(0x265)][_0x4834c2(0x2cf)][_0x4834c2(0x2e7)],'end':_0x1e0fb6[_0x4834c2(0x265)][_0x4834c2(0x2cf)][_0x4834c2(0x275)]},{'start':_0xa79ec3[_0x4834c2(0x265)]['range'][_0x4834c2(0x2e7)],'end':_0xa79ec3[_0x4834c2(0x265)][_0x4834c2(0x240)][_0x4834c2(0x275)]});return _0x58b75c[_0x4834c2(0x265)][_0x4834c2(0x240)][_0x4834c2(0x2e7)]+=_0x4beda8[_0x4834c2(0x25b)],_0x58b75c[_0x4834c2(0x265)][_0x4834c2(0x240)][_0x4834c2(0x275)]+=_0x4beda8[_0x4834c2(0x25b)]+_0x4beda8[_0x4834c2(0x295)],{'m1Prime':[_0x58b75c,_0x44410b],'m2Prime':[_0x58b75c]};}},_0x57d631={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1f0)]['id'],'handler'(_0x10b311,_0x4aa35a){const _0xedc9a7=_0x49989d,_0x23a958={'m1Prime':_0x10b311,'m2Prime':_0x4aa35a};if(_0x10b311[_0xedc9a7(0x265)][_0xedc9a7(0x20f)]!==_0x4aa35a[_0xedc9a7(0x265)]['unitId']||_0x10b311[_0xedc9a7(0x265)][_0xedc9a7(0x39e)]!==_0x4aa35a[_0xedc9a7(0x265)][_0xedc9a7(0x39e)])return _0x23a958;const _0x55923b=_0x546230[_0xedc9a7(0x37e)][_0xedc9a7(0x351)](_0x10b311),_0x5e7ace=_0x546230[_0xedc9a7(0x37e)][_0xedc9a7(0x351)](_0x4aa35a),{rowsAutoHeightInfo:_0x23144a}=_0x5e7ace[_0xedc9a7(0x265)],{sourceRange:_0x1693d9,targetRange:_0x616122}=_0x10b311[_0xedc9a7(0x265)],_0x323417={'start':_0x1693d9[_0xedc9a7(0x2e7)],'end':_0x1693d9[_0xedc9a7(0x275)]},_0x238298={'start':_0x616122[_0xedc9a7(0x2e7)],'end':_0x616122[_0xedc9a7(0x275)]};return _0x23144a[_0xedc9a7(0x34c)](_0x582aa1=>{const _0x5fe6f2=_0xedc9a7,_0x309d98={'start':_0x582aa1['row'],'end':_0x582aa1[_0x5fe6f2(0x314)]},_0x2e0296=_0x5e5d8d[_0x5fe6f2(0x290)](_0x323417,_0x238298,_0x309d98);return _0x2e0296[_0x5fe6f2(0x295)]!==0x0?!0x0:(_0x582aa1[_0x5fe6f2(0x314)]+=_0x2e0296[_0x5fe6f2(0x25b)],!0x1);})?{'error':new Error(_0xedc9a7(0x1f4))}:{'m1Prime':_0x55923b,'m2Prime':_0x5e7ace};}},_0x5c292f={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1f1)]['id'],'handler'(_0x3454dc,_0x8ce61){const _0x435dc9=_0x49989d,_0x35ace1={'m1Prime':_0x3454dc,'m2Prime':_0x8ce61};if(_0x3454dc[_0x435dc9(0x265)]['unitId']!==_0x8ce61[_0x435dc9(0x265)][_0x435dc9(0x20f)]||_0x3454dc[_0x435dc9(0x265)][_0x435dc9(0x39e)]!==_0x8ce61['params']['subUnitId'])return _0x35ace1;const _0x525b20=_0x546230[_0x435dc9(0x37e)][_0x435dc9(0x351)](_0x3454dc),_0x4d62c3=_0x546230[_0x435dc9(0x37e)][_0x435dc9(0x351)](_0x8ce61),{ranges:_0x4d62fa,rowHeight:_0x597823}=_0x4d62c3[_0x435dc9(0x265)],{sourceRange:_0x1c18ab,targetRange:_0x165b0a}=_0x3454dc['params'],_0x1df85a={'start':_0x1c18ab[_0x435dc9(0x2e7)],'end':_0x1c18ab['endRow']},_0x26af6d={'start':_0x165b0a['startRow'],'end':_0x165b0a[_0x435dc9(0x275)]};return _0x4d62fa[_0x435dc9(0x34c)](_0x423dce=>{const _0x1521a5=_0x435dc9,_0x6cf3e3={'start':_0x423dce[_0x1521a5(0x2e7)],'end':_0x423dce[_0x1521a5(0x275)]},_0x222bac=_0x5e5d8d[_0x1521a5(0x290)](_0x1df85a,_0x26af6d,_0x6cf3e3);return _0x222bac[_0x1521a5(0x295)]!==0x0?!0x0:(_0x423dce[_0x1521a5(0x2e7)]+=_0x222bac[_0x1521a5(0x25b)],_0x423dce[_0x1521a5(0x275)]+=_0x222bac[_0x1521a5(0x25b)],!0x1);})?{'error':new Error(_0x435dc9(0x1bd))}:(typeof _0x597823!=_0x435dc9(0x209)&&_0x546230[_0x435dc9(0x1d6)](_0x1c18ab[_0x435dc9(0x2e7)],_0x1c18ab[_0x435dc9(0x275)]-_0x1c18ab[_0x435dc9(0x2e7)]+0x1,_0x165b0a[_0x435dc9(0x2e7)],_0x597823),{'m1Prime':_0x525b20,'m2Prime':_0x4d62c3});}},_0x3fdb94={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x5e5d8d[_0x49989d(0x29c)]['id'],'handler'(_0x3eb2b4,_0x557ba4){const _0x2fcafd=_0x49989d,_0x26c796={'m1Prime':_0x3eb2b4,'m2Prime':_0x557ba4};if(_0x3eb2b4[_0x2fcafd(0x265)][_0x2fcafd(0x20f)]!==_0x557ba4[_0x2fcafd(0x265)][_0x2fcafd(0x20f)]||_0x3eb2b4[_0x2fcafd(0x265)][_0x2fcafd(0x39e)]!==_0x557ba4[_0x2fcafd(0x265)]['subUnitId'])return _0x26c796;const _0x3b23e7=_0x546230[_0x2fcafd(0x37e)][_0x2fcafd(0x351)](_0x3eb2b4),_0x9283a4=_0x546230['Tools'][_0x2fcafd(0x351)](_0x557ba4),{ranges:_0x7c6c74,autoHeightInfo:_0x5dbaea}=_0x9283a4[_0x2fcafd(0x265)],{sourceRange:_0x2d078a,targetRange:_0x263fd6}=_0x3eb2b4['params'],_0x50ebbf={'start':_0x2d078a['startRow'],'end':_0x2d078a[_0x2fcafd(0x275)]},_0x25130c={'start':_0x263fd6[_0x2fcafd(0x2e7)],'end':_0x263fd6[_0x2fcafd(0x275)]};return _0x7c6c74[_0x2fcafd(0x34c)](_0x4300e8=>{const _0x2d93c2=_0x2fcafd,_0x3fb112={'start':_0x4300e8[_0x2d93c2(0x2e7)],'end':_0x4300e8['endRow']},_0x5dfcae=_0x5e5d8d[_0x2d93c2(0x290)](_0x50ebbf,_0x25130c,_0x3fb112);return _0x5dfcae[_0x2d93c2(0x295)]!==0x0?!0x0:(_0x4300e8[_0x2d93c2(0x2e7)]+=_0x5dfcae[_0x2d93c2(0x25b)],_0x4300e8[_0x2d93c2(0x275)]+=_0x5dfcae[_0x2d93c2(0x25b)],!0x1);})?{'error':new Error(_0x2fcafd(0x37d))}:(typeof _0x5dbaea!=_0x2fcafd(0x209)&&_0x546230['moveMatrixArray'](_0x2d078a[_0x2fcafd(0x2e7)],_0x2d078a['endRow']-_0x2d078a['startRow']+0x1,_0x263fd6[_0x2fcafd(0x2e7)],_0x5dbaea),{'m1Prime':_0x3b23e7,'m2Prime':_0x9283a4});}},_0x4c424b={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x101f9d[_0x49989d(0x3b8)]['id'],'handler':(_0xebb3ce,_0x1d83b8)=>{const _0x481a8e=_0x49989d,_0x8624cb={'m1Prime':_0xebb3ce,'m2Prime':_0x1d83b8};if(_0xebb3ce[_0x481a8e(0x265)]['unitId']!==_0x1d83b8[_0x481a8e(0x265)][_0x481a8e(0x20f)]||_0xebb3ce[_0x481a8e(0x265)][_0x481a8e(0x39e)]!==_0x1d83b8['params'][_0x481a8e(0x39e)])return _0x8624cb;const _0x245101={'id':_0x5e5d8d['MoveRowsCommand']['id'],'params':{'unitId':_0xebb3ce['params'][_0x481a8e(0x20f)],'subUnitId':_0xebb3ce[_0x481a8e(0x265)][_0x481a8e(0x39e)],'fromRange':_0xebb3ce[_0x481a8e(0x265)][_0x481a8e(0x255)],'toRange':_0xebb3ce[_0x481a8e(0x265)][_0x481a8e(0x2cf)]}},_0x1772f6=_0x202961(_0x1d83b8,_0x245101);return{'m1Prime':[_0xebb3ce,..._0x1772f6],'m2Prime':[_0x1d83b8,..._0x1772f6]};}},_0x23b9e3={'m1':_0x5e5d8d[_0x49989d(0x261)]['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0x44c267,_0x21a64d)=>{const _0x5d7573=_0x49989d,_0x19d2d6={'m1Prime':_0x44c267,'m2Prime':_0x21a64d};if(_0x44c267[_0x5d7573(0x265)][_0x5d7573(0x20f)]!==_0x21a64d[_0x5d7573(0x265)][_0x5d7573(0x20f)]||_0x21a64d[_0x5d7573(0x265)][_0x5d7573(0x39e)]!==_0x44c267[_0x5d7573(0x265)]['subUnitId'])return _0x19d2d6;const _0x834313={'id':_0x5e5d8d[_0x5d7573(0x2cd)]['id'],'params':{'fromRange':_0x44c267['params']['sourceRange'],'toRange':_0x44c267['params'][_0x5d7573(0x2cf)]}},_0x3abdb5=_0x194be1(_0x21a64d,_0x834313);return{'m1Prime':[_0x44c267,..._0x3abdb5],'m2Prime':[_0x21a64d,..._0x3abdb5]};}},_0x457879={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x4c5b09,_0x44e23c)=>{const _0x5ea131=_0x49989d,_0x3915e6={'m1Prime':_0x4c5b09,'m2Prime':_0x44e23c};if(_0x4c5b09[_0x5ea131(0x265)][_0x5ea131(0x20f)]!==_0x44e23c[_0x5ea131(0x265)][_0x5ea131(0x20f)]||_0x4c5b09['params'][_0x5ea131(0x39e)]!==_0x44e23c[_0x5ea131(0x265)][_0x5ea131(0x39e)])return _0x3915e6;const _0x16f841={'id':_0x5e5d8d['RemoveColCommand']['id'],'params':{'unitId':_0x4c5b09[_0x5ea131(0x265)][_0x5ea131(0x20f)],'subUnitId':_0x4c5b09['params'][_0x5ea131(0x39e)],'range':_0x4c5b09[_0x5ea131(0x265)][_0x5ea131(0x240)]}},_0x29011c=_0x58f44c(_0x44e23c,_0x16f841);return{'m1Prime':[_0x4c5b09,..._0x29011c],'m2Prime':[_0x44e23c,..._0x29011c]};}},_0x5e06bd={'m1':_0x5e5d8d['RemoveColMutation']['id'],'m2':_0x24b62e[_0x49989d(0x1f7)]['id'],'handler'(_0x544096,_0x251901){const _0x2ebe30=_0x49989d,_0x1ed4b4={'m1Prime':_0x544096,'m2Prime':_0x251901};if(_0x544096[_0x2ebe30(0x265)][_0x2ebe30(0x20f)]!==_0x251901[_0x2ebe30(0x265)]['unitId']||_0x544096[_0x2ebe30(0x265)][_0x2ebe30(0x39e)]!==_0x251901[_0x2ebe30(0x265)]['subUnitId'])return _0x1ed4b4;const _0x4f310b={'id':_0x5e5d8d['RemoveColCommand']['id'],'params':{'range':_0x544096[_0x2ebe30(0x265)][_0x2ebe30(0x240)]}},_0x4b4010=_0x33dfa6(_0x251901,_0x4f310b);return{'m1Prime':[_0x544096,..._0x4b4010],'m2Prime':[_0x251901,..._0x4b4010]};}},_0x11b98e={'m1':_0x5e5d8d['RemoveColMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x2a57f5,_0x47f77e){const _0x5d24b2=_0x49989d,_0xdc5969=_0x47325c[_0x5d24b2(0x2cc)](_0x47f77e,_0x2a57f5);return _0x782652(_0xdc5969)?{'m1Prime':_0xdc5969[_0x5d24b2(0x2fd)],'m2Prime':_0xdc5969[_0x5d24b2(0x24f)]}:_0xdc5969;}},_0x10a81e={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x33b)]['id'],'handler'(_0x4f202d,_0xcb9a58){const _0x6c4c63=_0x49989d,_0x394f59={'m1Prime':_0x4f202d,'m2Prime':_0xcb9a58};if(_0x4f202d['params'][_0x6c4c63(0x20f)]!==_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x20f)]||_0x4f202d['params']['subUnitId']!==_0xcb9a58['params'][_0x6c4c63(0x39e)])return _0x394f59;const _0x5ede88=_0x546230['Tools'][_0x6c4c63(0x351)](_0x4f202d),_0x1781f8=_0x546230[_0x6c4c63(0x37e)][_0x6c4c63(0x351)](_0xcb9a58);if(_0x4f202d[_0x6c4c63(0x265)][_0x6c4c63(0x240)]['startColumn']<=_0xcb9a58['params'][_0x6c4c63(0x255)][_0x6c4c63(0x18f)]&&_0x4f202d[_0x6c4c63(0x265)][_0x6c4c63(0x240)][_0x6c4c63(0x18f)]>=_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x255)][_0x6c4c63(0x332)]||_0x4f202d[_0x6c4c63(0x265)][_0x6c4c63(0x240)][_0x6c4c63(0x332)]<=_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x2cf)][_0x6c4c63(0x18f)]&&_0x4f202d[_0x6c4c63(0x265)]['range'][_0x6c4c63(0x18f)]>=_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x2cf)][_0x6c4c63(0x332)])return{'error':new Error(_0x6c4c63(0x284))};const _0x1d257c=_0x5e5d8d[_0x6c4c63(0x252)](_0x4de297(_0x4f202d[_0x6c4c63(0x265)][_0x6c4c63(0x240)]),_0x4de297(_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x255)])),_0x2f4c0e=_0x5e5d8d[_0x6c4c63(0x252)](_0x4de297(_0x4f202d[_0x6c4c63(0x265)]['range']),_0x4de297(_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x2cf)]));_0x1d257c&&_0x2f4c0e?(_0x1781f8[_0x6c4c63(0x265)][_0x6c4c63(0x255)][_0x6c4c63(0x332)]+=_0x1d257c[_0x6c4c63(0x25b)],_0x1781f8[_0x6c4c63(0x265)]['sourceRange'][_0x6c4c63(0x18f)]+=_0x1d257c[_0x6c4c63(0x25b)]+(_0x1d257c['length']||0x0),_0x1781f8[_0x6c4c63(0x265)][_0x6c4c63(0x2cf)][_0x6c4c63(0x332)]+=_0x2f4c0e[_0x6c4c63(0x25b)],_0x1781f8['params']['targetRange'][_0x6c4c63(0x18f)]+=_0x2f4c0e['step']+(_0x2f4c0e[_0x6c4c63(0x295)]||0x0)):_0x1781f8['id']=_0x5e5d8d[_0x6c4c63(0x2c2)]['id'];const _0x5ecc21=_0x5e5d8d[_0x6c4c63(0x290)]({'start':_0xcb9a58[_0x6c4c63(0x265)]['sourceRange'][_0x6c4c63(0x332)],'end':_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x255)][_0x6c4c63(0x18f)]},{'start':_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x2cf)][_0x6c4c63(0x332)],'end':_0xcb9a58[_0x6c4c63(0x265)][_0x6c4c63(0x2cf)][_0x6c4c63(0x18f)]},{'start':_0x4f202d[_0x6c4c63(0x265)]['range'][_0x6c4c63(0x332)],'end':_0x4f202d['params'][_0x6c4c63(0x240)][_0x6c4c63(0x18f)]});if(_0x5ecc21){const {step:_0x3331a3,length:_0x1e725a}=_0x5ecc21;_0x5ede88[_0x6c4c63(0x265)]['range'][_0x6c4c63(0x332)]+=_0x3331a3,_0x5ede88[_0x6c4c63(0x265)][_0x6c4c63(0x240)][_0x6c4c63(0x18f)]+=_0x3331a3+(_0x1e725a||0x0);}else _0x5ede88[_0x6c4c63(0x265)][_0x6c4c63(0x240)]['startColumn']=0x0,_0x5ede88[_0x6c4c63(0x265)][_0x6c4c63(0x240)][_0x6c4c63(0x18f)]=-0x1;return{'m1Prime':_0x5ede88,'m2Prime':_0x1781f8};}},_0x4ba1a7={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d['MoveRangeMutation']['id'],'handler'(_0x35c3c1,_0x548429){const _0x326e87=_0x49989d,_0x50fda1={'m1Prime':_0x35c3c1,'m2Prime':_0x548429};if(_0x35c3c1[_0x326e87(0x265)][_0x326e87(0x20f)]!==_0x548429[_0x326e87(0x265)][_0x326e87(0x20f)]||_0x35c3c1[_0x326e87(0x265)]['subUnitId']!==_0x548429[_0x326e87(0x265)]['from'][_0x326e87(0x39e)]&&_0x35c3c1[_0x326e87(0x265)][_0x326e87(0x39e)]!==_0x548429[_0x326e87(0x265)]['to']['subUnitId'])return _0x50fda1;const _0x281ece=_0x546230[_0x326e87(0x37e)][_0x326e87(0x351)](_0x35c3c1),_0x1fe264=_0x546230[_0x326e87(0x37e)]['deepClone'](_0x548429),{startColumn:_0x547244,endColumn:_0x3f4efa}=_0x35c3c1[_0x326e87(0x265)][_0x326e87(0x240)];if(_0x35c3c1[_0x326e87(0x265)][_0x326e87(0x39e)]===_0x548429[_0x326e87(0x265)]['from'][_0x326e87(0x39e)]){const _0x473b59=new _0x546230[(_0x326e87(0x306))](_0x1fe264[_0x326e87(0x265)][_0x326e87(0x206)][_0x326e87(0x1f5)]),_0x12c1c9=_0x473b59[_0x326e87(0x289)](),{startColumn:_0x1bdc21,endColumn:_0xd20af5}=_0x12c1c9;if(_0x1bdc21<=_0x3f4efa&&_0xd20af5>=_0x547244)return{'error':new Error(_0x326e87(0x3ab))};_0x3f4efa<_0x1bdc21&&_0x473b59['removeColumns'](_0x547244,_0x3f4efa-_0x547244+0x1),_0x1fe264[_0x326e87(0x265)]['from']['value']=_0x473b59[_0x326e87(0x217)]();}if(_0x35c3c1[_0x326e87(0x265)][_0x326e87(0x39e)]===_0x548429[_0x326e87(0x265)]['to'][_0x326e87(0x39e)]){const _0x21e1ad=new _0x546230[(_0x326e87(0x306))](_0x1fe264['params']['to']['value']),_0x2105d5=_0x21e1ad['getDataRange'](),{startColumn:_0x454913,endColumn:_0x49bb88}=_0x2105d5;if(_0x454913<=_0x3f4efa&&_0x49bb88>=_0x547244)return{'error':new Error(_0x326e87(0x3ab))};_0x3f4efa<_0x454913&&_0x21e1ad['removeColumns'](_0x547244,_0x3f4efa-_0x547244+0x1),_0x1fe264[_0x326e87(0x265)]['to']['value']=_0x21e1ad[_0x326e87(0x217)]();}return{'m1Prime':_0x281ece,'m2Prime':_0x1fe264};}},_0x50250b={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x39d)]['id'],'handler'(_0x45c5d,_0x4f4842){const _0x5d8dca=_0x49989d,_0x1bcf72={'m1Prime':_0x45c5d,'m2Prime':_0x4f4842};if(_0x45c5d[_0x5d8dca(0x265)][_0x5d8dca(0x20f)]!==_0x4f4842[_0x5d8dca(0x265)][_0x5d8dca(0x20f)]||_0x45c5d[_0x5d8dca(0x265)][_0x5d8dca(0x39e)]!==_0x4f4842[_0x5d8dca(0x265)][_0x5d8dca(0x39e)])return _0x1bcf72;const _0x4622f1=_0x546230[_0x5d8dca(0x37e)][_0x5d8dca(0x351)](_0x45c5d),_0x32907a=_0x546230[_0x5d8dca(0x37e)]['deepClone'](_0x4f4842),_0xdbfcfb=_0x5e5d8d[_0x5d8dca(0x252)](_0x45c5d[_0x5d8dca(0x265)][_0x5d8dca(0x240)],_0x4f4842[_0x5d8dca(0x265)][_0x5d8dca(0x240)]);if(_0xdbfcfb){const {step:_0x2d6c4c,length:_0x150eb3}=_0xdbfcfb;_0x32907a['params']['range'][_0x5d8dca(0x332)]+=_0x2d6c4c,_0x32907a[_0x5d8dca(0x265)]['range'][_0x5d8dca(0x18f)]+=_0x2d6c4c+(_0x150eb3||0x0);}else _0x32907a['id']=_0x5e5d8d[_0x5d8dca(0x2c2)]['id'];const _0x22c491=_0x5e5d8d[_0x5d8dca(0x252)](_0x4f4842[_0x5d8dca(0x265)]['range'],_0x45c5d[_0x5d8dca(0x265)][_0x5d8dca(0x240)]);if(_0x22c491){const {step:_0xc2b4fb,length:_0x5207ff}=_0x22c491;_0x4622f1[_0x5d8dca(0x265)][_0x5d8dca(0x240)]['startColumn']+=_0xc2b4fb,_0x4622f1['params'][_0x5d8dca(0x240)][_0x5d8dca(0x18f)]+=_0xc2b4fb+(_0x5207ff||0x0);}else _0x4622f1['id']=_0x5e5d8d[_0x5d8dca(0x2c2)]['id'];return{'m1Prime':_0x4622f1,'m2Prime':_0x32907a};}},_0x5a5742={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler'(_0x4891d4,_0x3a8fef){const _0x545d7d=_0x49989d,_0x3a79b4={'m1Prime':_0x4891d4,'m2Prime':_0x3a8fef};if(_0x4891d4[_0x545d7d(0x265)][_0x545d7d(0x20f)]!==_0x3a8fef[_0x545d7d(0x265)][_0x545d7d(0x20f)]||_0x4891d4[_0x545d7d(0x265)][_0x545d7d(0x39e)]!==_0x3a8fef[_0x545d7d(0x265)][_0x545d7d(0x39e)])return _0x3a79b4;const _0x33227a=_0x546230[_0x545d7d(0x37e)][_0x545d7d(0x351)](_0x4891d4),_0x569529=_0x546230['Tools']['deepClone'](_0x3a8fef),{ranges:_0x5654c7}=_0x569529[_0x545d7d(0x265)];return _0x5654c7[_0x545d7d(0x34c)](_0x336c9d=>{const _0xbbbf6a=_0x545d7d,_0x105db0=_0x5e5d8d[_0xbbbf6a(0x252)](_0x4de297(_0x4891d4['params'][_0xbbbf6a(0x240)]),_0x4de297(_0x336c9d));return _0x105db0===null||_0x105db0[_0xbbbf6a(0x295)]!==0x0?!0x0:(_0x336c9d[_0xbbbf6a(0x332)]+=_0x105db0[_0xbbbf6a(0x25b)],_0x336c9d['endColumn']+=_0x105db0['step'],!0x1);})?{'error':new Error(_0x545d7d(0x2de))}:{'m1Prime':_0x33227a,'m2Prime':_0x569529};}},_0xbf742f={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler'(_0x4cb0b3,_0x54257f){const _0x5ef5c7=_0x49989d,_0xb616b8=_0x546230[_0x5ef5c7(0x37e)][_0x5ef5c7(0x351)](_0x4cb0b3),_0x2c8b67=_0x546230[_0x5ef5c7(0x37e)][_0x5ef5c7(0x351)](_0x54257f);if(_0x4cb0b3['params'][_0x5ef5c7(0x20f)]!==_0x54257f[_0x5ef5c7(0x265)]['unitId']||_0x4cb0b3[_0x5ef5c7(0x265)][_0x5ef5c7(0x39e)]!==_0x54257f[_0x5ef5c7(0x265)][_0x5ef5c7(0x39e)])return{'m1Prime':_0xb616b8,'m2Prime':_0x2c8b67};const _0x1624be=_0x2c8b67['params']['ranges'][_0x5ef5c7(0x28a)]((_0x192fc9,_0x3202d4)=>{const _0x58759a=_0x5ef5c7,_0x164c12=_0xb616b8[_0x58759a(0x265)]['range'],_0x4d0282=_0x164c12[_0x58759a(0x18f)]-_0x164c12[_0x58759a(0x332)]+0x1;let _0x2517bc={..._0x3202d4};return _0x164c12['startColumn']>_0x3202d4[_0x58759a(0x18f)]?_0x2517bc={..._0x3202d4}:_0x164c12[_0x58759a(0x332)]>=_0x3202d4[_0x58759a(0x332)]&&_0x164c12[_0x58759a(0x332)]<=_0x3202d4[_0x58759a(0x18f)]&&_0x164c12[_0x58759a(0x18f)]>_0x3202d4[_0x58759a(0x18f)]?(_0x2517bc[_0x58759a(0x18f)]=_0x164c12[_0x58759a(0x332)]-0x1,_0x164c12[_0x58759a(0x332)]===_0x3202d4['startColumn']&&(_0x2517bc=null)):_0x164c12['startColumn']>_0x3202d4[_0x58759a(0x332)]&&_0x164c12[_0x58759a(0x18f)]<_0x3202d4[_0x58759a(0x18f)]?_0x2517bc[_0x58759a(0x18f)]=_0x3202d4[_0x58759a(0x18f)]-_0x4d0282:_0x164c12['startColumn']<_0x3202d4[_0x58759a(0x332)]&&_0x164c12[_0x58759a(0x18f)]>=_0x3202d4[_0x58759a(0x332)]&&_0x164c12['endColumn']<=_0x3202d4[_0x58759a(0x18f)]?(_0x2517bc[_0x58759a(0x332)]=_0x164c12[_0x58759a(0x332)],_0x2517bc[_0x58759a(0x18f)]=_0x3202d4[_0x58759a(0x18f)]-_0x4d0282,_0x164c12[_0x58759a(0x18f)]===_0x3202d4[_0x58759a(0x18f)]&&(_0x2517bc=null)):_0x164c12[_0x58759a(0x332)]<=_0x3202d4[_0x58759a(0x332)]&&_0x164c12[_0x58759a(0x18f)]>=_0x3202d4[_0x58759a(0x18f)]?_0x2517bc=null:_0x164c12[_0x58759a(0x18f)]<_0x3202d4['startColumn']&&(_0x2517bc['startColumn']=_0x3202d4[_0x58759a(0x332)]-_0x4d0282,_0x2517bc[_0x58759a(0x18f)]=_0x3202d4[_0x58759a(0x18f)]-_0x4d0282),_0x2517bc&&!(_0x2517bc[_0x58759a(0x2e7)]===_0x2517bc[_0x58759a(0x275)]&&_0x2517bc[_0x58759a(0x332)]===_0x2517bc[_0x58759a(0x18f)])&&_0x192fc9[_0x58759a(0x372)](_0x2517bc),_0x192fc9;},[]);return _0x2c8b67[_0x5ef5c7(0x265)]['ranges']=_0x1624be,{'m1Prime':_0xb616b8,'m2Prime':_0x2c8b67};}},_0x4c9064={'m1':_0x5e5d8d['RemoveColMutation']['id'],'m2':_0x5e5d8d['ReorderRangeMutation']['id'],'handler'(_0x4f8145,_0x1fbf5b){const _0x10b579=_0x49989d,_0x1450c3={'m1Prime':_0x4f8145,'m2Prime':_0x1fbf5b};if(_0x4f8145['params'][_0x10b579(0x20f)]!==_0x1fbf5b[_0x10b579(0x265)][_0x10b579(0x20f)]||_0x4f8145[_0x10b579(0x265)][_0x10b579(0x39e)]!==_0x1fbf5b[_0x10b579(0x265)][_0x10b579(0x39e)])return _0x1450c3;const _0x3c06a6=_0x5e5d8d[_0x10b579(0x252)](_0x4de297(_0x4f8145[_0x10b579(0x265)][_0x10b579(0x240)]),_0x4de297(_0x1fbf5b['params']['range']));if(!_0x3c06a6)return{'m1Prime':_0x4f8145,'m2Prime':[]};const _0x3e4d5e=_0x546230[_0x10b579(0x37e)]['deepClone'](_0x1fbf5b);return _0x3e4d5e[_0x10b579(0x265)]['range'][_0x10b579(0x332)]+=_0x3c06a6[_0x10b579(0x25b)],_0x3e4d5e['params'][_0x10b579(0x240)][_0x10b579(0x18f)]+=_0x3c06a6[_0x10b579(0x25b)]+(_0x3c06a6[_0x10b579(0x295)]||0x0),{'m1Prime':_0x4f8145,'m2Prime':_0x3e4d5e};}},_0x373c6a={'m1':_0x5e5d8d['RemoveColMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x2b8)]['id'],'handler'(_0x3b5bb8,_0x465b9f){const _0x15ebb4=_0x49989d,_0x23765d={'m1Prime':_0x3b5bb8,'m2Prime':_0x465b9f};if(_0x3b5bb8[_0x15ebb4(0x265)][_0x15ebb4(0x20f)]!==_0x465b9f[_0x15ebb4(0x265)]['unitId']||_0x3b5bb8['params']['subUnitId']!==_0x465b9f[_0x15ebb4(0x265)]['subUnitId'])return _0x23765d;const _0x43056e=_0x546230[_0x15ebb4(0x37e)][_0x15ebb4(0x351)](_0x3b5bb8),_0x506436=_0x546230[_0x15ebb4(0x37e)][_0x15ebb4(0x351)](_0x465b9f),{columnData:_0x100995}=_0x506436['params'];return _0x546230[_0x15ebb4(0x2e1)](_0x3b5bb8[_0x15ebb4(0x265)][_0x15ebb4(0x240)][_0x15ebb4(0x332)],_0x3b5bb8['params'][_0x15ebb4(0x240)][_0x15ebb4(0x18f)]-_0x3b5bb8[_0x15ebb4(0x265)][_0x15ebb4(0x240)][_0x15ebb4(0x332)]+0x1,_0x100995),{'m1Prime':_0x43056e,'m2Prime':_0x506436};}},_0x1cbea1={'m1':_0x5e5d8d['RemoveColMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x291)]['id'],'handler'(_0x402ff8,_0x103f3b){const _0x1e287c=_0x49989d,_0x18509f={'m1Prime':_0x402ff8,'m2Prime':_0x103f3b};if(_0x402ff8[_0x1e287c(0x265)][_0x1e287c(0x20f)]!==_0x103f3b['params'][_0x1e287c(0x20f)]||_0x402ff8[_0x1e287c(0x265)][_0x1e287c(0x39e)]!==_0x103f3b[_0x1e287c(0x265)][_0x1e287c(0x39e)])return _0x18509f;const _0x158a61=_0x546230['Tools'][_0x1e287c(0x351)](_0x402ff8),_0x5bd6a8=_0x546230[_0x1e287c(0x37e)]['deepClone'](_0x103f3b),{ranges:_0x414ebb}=_0x5bd6a8['params'];return _0x414ebb[_0x1e287c(0x36d)](_0x230056=>{const _0x27aa15=_0x1e287c,_0x2eac6e=_0x5e5d8d[_0x27aa15(0x252)](_0x4de297(_0x402ff8[_0x27aa15(0x265)][_0x27aa15(0x240)]),_0x230056);_0x2eac6e==null?_0x5bd6a8['id']=_0x5e5d8d['EmptyMutation']['id']:(_0x230056[_0x27aa15(0x332)]+=_0x2eac6e['step'],_0x230056[_0x27aa15(0x18f)]+=_0x2eac6e[_0x27aa15(0x25b)]+_0x2eac6e[_0x27aa15(0x295)]);}),{'m1Prime':_0x158a61,'m2Prime':_0x5bd6a8};}},_0x463a59={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1da)]['id'],'handler'(_0x2b1f99,_0x29f941){const _0x1dad4c=_0x49989d,_0x23cd18={'m1Prime':_0x2b1f99,'m2Prime':_0x29f941};if(_0x2b1f99[_0x1dad4c(0x265)][_0x1dad4c(0x20f)]!==_0x29f941[_0x1dad4c(0x265)][_0x1dad4c(0x20f)]||_0x2b1f99['params'][_0x1dad4c(0x39e)]!==_0x29f941['params'][_0x1dad4c(0x39e)])return _0x23cd18;const _0x44f423=_0x546230[_0x1dad4c(0x37e)][_0x1dad4c(0x351)](_0x2b1f99),_0x567b81=_0x546230[_0x1dad4c(0x37e)][_0x1dad4c(0x351)](_0x29f941),{ranges:_0x1f3dff}=_0x567b81[_0x1dad4c(0x265)];return _0x1f3dff['forEach'](_0x2f8163=>{const _0x546905=_0x1dad4c,_0x551199=_0x5e5d8d['handleBaseRemoveRange'](_0x4de297(_0x2b1f99['params'][_0x546905(0x240)]),_0x2f8163);_0x551199==null?_0x567b81['id']=_0x5e5d8d[_0x546905(0x2c2)]['id']:(_0x2f8163[_0x546905(0x332)]+=_0x551199[_0x546905(0x25b)],_0x2f8163['endColumn']+=_0x551199[_0x546905(0x25b)]+_0x551199[_0x546905(0x295)]);}),{'m1Prime':_0x44f423,'m2Prime':_0x567b81};}},_0x32c04b={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d['SetNumfmtMutation']['id'],'handler'(_0x11f636,_0x360f9f){const _0x16d779=_0x49989d,_0x385c61={'m1Prime':_0x11f636,'m2Prime':_0x360f9f};if(_0x11f636[_0x16d779(0x265)]['unitId']!==_0x360f9f[_0x16d779(0x265)][_0x16d779(0x20f)]||_0x11f636[_0x16d779(0x265)][_0x16d779(0x39e)]!==_0x360f9f[_0x16d779(0x265)][_0x16d779(0x39e)])return _0x385c61;const _0x40c36d=[_0x546230['Tools'][_0x16d779(0x351)](_0x11f636)],_0x74af32=_0x546230[_0x16d779(0x37e)][_0x16d779(0x351)](_0x360f9f),{values:_0x55abd6}=_0x74af32['params'],_0xc28578=[];let _0x215605=!0x1;for(const _0x732a53 in _0x55abd6){const _0x1a770f=_0x55abd6[_0x732a53];if(_0xc28578[_0x16d779(0x372)](..._0x1a770f[_0x16d779(0x3b3)]),_0x1a770f[_0x16d779(0x3b3)]['some'](_0x64124e=>{const _0x307239=_0x16d779,_0x4d8705=_0x5e5d8d[_0x307239(0x252)](_0x4de297(_0x11f636[_0x307239(0x265)][_0x307239(0x240)]),_0x4de297(_0x64124e));return _0x4d8705==null||_0x4d8705[_0x307239(0x295)]!==0x0?!0x0:(_0x4d8705[_0x307239(0x25b)]!==0x0&&(_0x215605=!0x0),_0x64124e[_0x307239(0x332)]+=_0x4d8705[_0x307239(0x25b)],_0x64124e[_0x307239(0x18f)]+=_0x4d8705[_0x307239(0x25b)],!0x1);}))return{'error':new Error(_0x16d779(0x32d))};}if(_0x215605){const _0x1f952a={'id':_0x5e5d8d[_0x16d779(0x2e8)]['id'],'params':{'unitId':_0x360f9f[_0x16d779(0x265)][_0x16d779(0x20f)],'subUnitId':_0x360f9f[_0x16d779(0x265)]['subUnitId'],'ranges':_0xc28578}};_0x40c36d[_0x16d779(0x372)](_0x1f952a,_0x74af32);}return{'m1Prime':_0x40c36d,'m2Prime':_0x74af32};}},_0x1c3182={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d['SetRangeValuesMutation']['id'],'handler'(_0x112bb9,_0x195a5f){const _0x58f47b=_0x49989d,_0x329bc6={'m1Prime':_0x112bb9,'m2Prime':_0x195a5f};if(_0x112bb9['params'][_0x58f47b(0x20f)]!==_0x195a5f[_0x58f47b(0x265)][_0x58f47b(0x20f)]||_0x112bb9[_0x58f47b(0x265)][_0x58f47b(0x39e)]!==_0x195a5f[_0x58f47b(0x265)][_0x58f47b(0x39e)])return _0x329bc6;const _0x32b06a=[_0x546230[_0x58f47b(0x37e)][_0x58f47b(0x351)](_0x112bb9)],_0x56f288=_0x546230[_0x58f47b(0x37e)]['deepClone'](_0x195a5f),_0x452e04=new _0x546230[(_0x58f47b(0x306))](_0x56f288[_0x58f47b(0x265)]['cellValue']),_0x4c5809=_0x452e04[_0x58f47b(0x289)](),_0x5e1434=_0x112bb9[_0x58f47b(0x265)][_0x58f47b(0x240)],_0x5cf00b=_0x5e1434[_0x58f47b(0x18f)]-_0x5e1434['startColumn']+0x1;if(_0x56f288[_0x58f47b(0x265)][_0x58f47b(0x1c3)]&&_0x5e1434[_0x58f47b(0x18f)]<_0x4c5809['startColumn'])_0x909cd1(_0x56f288['params'][_0x58f47b(0x1c3)],_0x4c5809[_0x58f47b(0x332)],_0x4c5809[_0x58f47b(0x18f)]-_0x4c5809[_0x58f47b(0x332)]+0x1,-_0x5cf00b);else{if(_0x5e1434[_0x58f47b(0x332)]<=_0x4c5809[_0x58f47b(0x18f)])return{'error':new Error(_0x58f47b(0x3aa))};}const _0xae7a4d=new _0x546230[(_0x58f47b(0x306))]();let _0x10fc40=!0x1,_0x1c67db=!0x1;if(_0x452e04[_0x58f47b(0x299)]((_0x409550,_0xb6adb0,_0x109f72)=>{const _0x3546ba=_0x58f47b;if(_0x109f72&&_0x109f72['f']){const _0x3d0c84=_0x109f72['f'];let _0x30af7d=!0x1;const _0x591917=_0x20bdc3(_0x112bb9[_0x3546ba(0x265)][_0x3546ba(0x20f)],_0x112bb9[_0x3546ba(0x265)][_0x3546ba(0x39e)],_0x3d0c84,_0x52d509=>{const _0x52c9aa=_0x3546ba,_0x576139=_0x5e5d8d[_0x52c9aa(0x252)](_0x4de297(_0x112bb9[_0x52c9aa(0x265)][_0x52c9aa(0x240)]),_0x4de297(_0x52d509));return _0x576139===null?(_0x10fc40=!0x0,_0x52d509):((_0x576139[_0x52c9aa(0x25b)]!==0x0||_0x576139['length']!==0x0)&&(_0x30af7d=!0x0,_0x52d509['startColumn']+=_0x576139[_0x52c9aa(0x25b)],_0x52d509[_0x52c9aa(0x18f)]+=_0x576139[_0x52c9aa(0x25b)]+_0x576139[_0x52c9aa(0x295)]),_0x52d509);});_0x30af7d&&(_0x1c67db=!0x0,_0x109f72['f']=_0x591917,_0xae7a4d[_0x3546ba(0x1ec)](_0x409550,_0xb6adb0,{..._0x109f72}));}}),_0x10fc40)return{'error':new Error(_0x58f47b(0x1ab))};if(_0x1c67db){const _0x15c8cf={'id':_0x5e5d8d['SetRangeValuesMutation']['id'],'params':{'unitId':_0x195a5f[_0x58f47b(0x265)][_0x58f47b(0x20f)],'subUnitId':_0x195a5f[_0x58f47b(0x265)][_0x58f47b(0x39e)],'cellValue':_0xae7a4d[_0x58f47b(0x217)]()}};_0x32b06a[_0x58f47b(0x372)](_0x15c8cf);}return{'m1Prime':_0x32b06a,'m2Prime':_0x56f288};}},_0x407ed8={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x5e5d8d[_0x49989d(0x192)]['id'],'handler'(_0x288e45,_0x4855bf){const _0x2da514=_0x49989d,_0x5b4ae1={'m1Prime':[],'m2Prime':[]};if(_0x288e45[_0x2da514(0x265)][_0x2da514(0x20f)]!==_0x4855bf[_0x2da514(0x265)][_0x2da514(0x20f)]||_0x288e45[_0x2da514(0x265)][_0x2da514(0x39e)]!==_0x4855bf[_0x2da514(0x265)][_0x2da514(0x39e)])return _0x5b4ae1;const _0x24c6db=_0x546230[_0x2da514(0x37e)][_0x2da514(0x351)](_0x4855bf);let _0x4bc76f=!0x1;return _0x24c6db[_0x2da514(0x265)][_0x2da514(0x204)][_0x2da514(0x36d)](_0x4bc6f5=>{const _0x9263=_0x2da514,{range:_0x18d3d7,primary:_0x522949}=_0x4bc6f5,_0x50e23c=_0x5e5d8d[_0x9263(0x252)](_0x4de297(_0x288e45[_0x9263(0x265)][_0x9263(0x240)]),_0x4de297(_0x18d3d7));if(_0x50e23c!=null&&(_0x50e23c[_0x9263(0x295)]||_0x50e23c['step'])){if(_0x18d3d7['startColumn']+=_0x50e23c[_0x9263(0x25b)],_0x18d3d7[_0x9263(0x18f)]+=_0x50e23c['step']+(_0x50e23c['length']||0x0),_0x522949){const _0x5f54e2=_0x5e5d8d[_0x9263(0x252)](_0x4de297(_0x288e45['params']['range']),_0x4de297(_0x522949));if(_0x5f54e2==null){_0x522949[_0x9263(0x332)]=_0x18d3d7[_0x9263(0x332)],_0x522949[_0x9263(0x18f)]=_0x18d3d7[_0x9263(0x332)],_0x522949[_0x9263(0x270)]=_0x18d3d7[_0x9263(0x332)];return;}(_0x5f54e2[_0x9263(0x295)]||_0x5f54e2[_0x9263(0x25b)])&&(_0x522949[_0x9263(0x332)]+=_0x5f54e2[_0x9263(0x25b)],_0x522949[_0x9263(0x18f)]+=_0x5f54e2['step'],_0x522949[_0x9263(0x270)]+=_0x5f54e2[_0x9263(0x25b)]);}_0x4bc76f=!0x0;}}),_0x4bc76f&&_0x5b4ae1['m2Prime'][_0x2da514(0x372)](_0x24c6db),_0x5b4ae1;}},_0xbd2fa1={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x37ca0b[_0x49989d(0x33c)]['id'],'handler'(_0x990ff8,_0x585b95){const _0x526aed=_0x49989d,_0x56ee6e={'m1Prime':_0x990ff8,'m2Prime':_0x585b95};if(_0x990ff8[_0x526aed(0x265)][_0x526aed(0x20f)]!==_0x585b95[_0x526aed(0x265)]['unitId']||_0x990ff8[_0x526aed(0x265)][_0x526aed(0x39e)]!==_0x585b95['params'][_0x526aed(0x39e)])return _0x56ee6e;const _0x30b697=_0x546230[_0x526aed(0x37e)]['deepClone'](_0x990ff8),_0x595760=_0x546230[_0x526aed(0x37e)][_0x526aed(0x351)](_0x585b95),_0xcefe98=_0x1cf3da({'start':_0x990ff8[_0x526aed(0x265)][_0x526aed(0x240)]['startColumn'],'end':_0x990ff8[_0x526aed(0x265)][_0x526aed(0x240)][_0x526aed(0x18f)]},{'start':_0x585b95[_0x526aed(0x265)][_0x526aed(0x334)],'end':_0x585b95['params'][_0x526aed(0x334)]}),_0x5918b4=_0x546230[_0x526aed(0x37e)][_0x526aed(0x351)](_0x585b95);return _0x5918b4[_0x526aed(0x265)]['criteria']=null,_0xcefe98===null?{'m1Prime':[_0x30b697,_0x5918b4],'m2Prime':[]}:_0x595760[_0x526aed(0x265)]['col']===_0xcefe98['start']?_0x56ee6e:(_0x595760['params'][_0x526aed(0x334)]=_0xcefe98['start'],_0x595760[_0x526aed(0x265)]['criteria']&&(_0x595760[_0x526aed(0x265)][_0x526aed(0x244)][_0x526aed(0x31c)]=_0xcefe98[_0x526aed(0x3b7)]),{'m1Prime':[_0x5918b4,_0x595760,_0x30b697],'m2Prime':[_0x595760]});}},_0x21e302={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x37ca0b[_0x49989d(0x1fe)]['id'],'handler'(_0x434a37,_0xef0315){const _0x238ec8=_0x49989d,_0x1dd71d={'m1Prime':[_0x434a37],'m2Prime':[_0xef0315]};if(_0x434a37[_0x238ec8(0x265)][_0x238ec8(0x20f)]!==_0xef0315['params'][_0x238ec8(0x20f)]||_0x434a37[_0x238ec8(0x265)][_0x238ec8(0x39e)]!==_0xef0315['params'][_0x238ec8(0x39e)])return _0x1dd71d;const _0x3eb5a6=_0x546230[_0x238ec8(0x37e)][_0x238ec8(0x351)](_0x434a37),_0x41da3e=_0x546230[_0x238ec8(0x37e)][_0x238ec8(0x351)](_0xef0315),_0x38531e=_0x1cf3da({'start':_0x434a37[_0x238ec8(0x265)][_0x238ec8(0x240)][_0x238ec8(0x332)],'end':_0x434a37['params'][_0x238ec8(0x240)]['endColumn']},{'start':_0xef0315['params'][_0x238ec8(0x240)][_0x238ec8(0x332)],'end':_0xef0315[_0x238ec8(0x265)][_0x238ec8(0x240)][_0x238ec8(0x18f)]});return _0x38531e===null?{'m1Prime':[_0x3eb5a6,{'id':_0x37ca0b[_0x238ec8(0x37f)]['id'],'params':{'unitId':_0xef0315[_0x238ec8(0x265)]['unitId'],'subUnitId':_0xef0315[_0x238ec8(0x265)][_0x238ec8(0x20f)]}}],'m2Prime':[]}:(_0x41da3e['params'][_0x238ec8(0x240)][_0x238ec8(0x332)]=_0x38531e[_0x238ec8(0x3b7)],_0x41da3e[_0x238ec8(0x265)][_0x238ec8(0x240)][_0x238ec8(0x18f)]=_0x38531e['end'],{'m1Prime':[_0x41da3e,_0x3eb5a6],'m2Prime':[_0x41da3e]});}},_0x2f01df={'m1':_0x5e5d8d['RemoveColMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x241)]['id'],'handler'(_0x49e2c9,_0x25b7fd){const _0x5c5207=_0x49989d,_0xe5b496={'m1Prime':_0x49e2c9,'m2Prime':_0x25b7fd};if(_0x49e2c9[_0x5c5207(0x265)]['unitId']!==_0x25b7fd['params'][_0x5c5207(0x20f)]||_0x49e2c9[_0x5c5207(0x265)]['subUnitId']!==_0x25b7fd['params']['subUnitId'])return _0xe5b496;const _0x5263b5=_0x546230[_0x5c5207(0x37e)][_0x5c5207(0x351)](_0x49e2c9),_0xb8e195=_0x546230[_0x5c5207(0x37e)]['deepClone'](_0x25b7fd),{ranges:_0x5c914b,colWidth:_0xba506}=_0xb8e195[_0x5c5207(0x265)];return _0x5c914b['forEach'](_0x44e47e=>{const _0x532eeb=_0x5c5207,_0x4cfeb7=_0x5e5d8d[_0x532eeb(0x252)](_0x4de297(_0x49e2c9['params'][_0x532eeb(0x240)]),_0x44e47e);_0x4cfeb7==null?_0xb8e195['id']=_0x5e5d8d['EmptyMutation']['id']:(_0x44e47e[_0x532eeb(0x332)]+=_0x4cfeb7[_0x532eeb(0x25b)],_0x44e47e[_0x532eeb(0x18f)]+=_0x4cfeb7[_0x532eeb(0x25b)]+_0x4cfeb7['length']);}),typeof _0xba506!=_0x5c5207(0x209)&&_0x546230[_0x5c5207(0x2e1)](_0x49e2c9[_0x5c5207(0x265)]['range']['startColumn'],_0x49e2c9[_0x5c5207(0x265)]['range'][_0x5c5207(0x18f)]-_0x49e2c9[_0x5c5207(0x265)]['range'][_0x5c5207(0x332)]+0x1,_0xba506),{'m1Prime':_0x5263b5,'m2Prime':_0xb8e195};}},_0x30b654={'m1':_0x5e5d8d['RemoveColMutation']['id'],'m2':_0x101f9d[_0x49989d(0x3b8)]['id'],'handler':(_0x2a1fe4,_0x45c098)=>{const _0x3d989a=_0x49989d,_0x487e36={'m1Prime':_0x2a1fe4,'m2Prime':_0x45c098};if(_0x2a1fe4['params'][_0x3d989a(0x20f)]!==_0x45c098[_0x3d989a(0x265)][_0x3d989a(0x20f)]||_0x2a1fe4['params'][_0x3d989a(0x39e)]!==_0x45c098[_0x3d989a(0x265)][_0x3d989a(0x39e)])return _0x487e36;const _0x128686={'id':_0x5e5d8d[_0x3d989a(0x189)]['id'],'params':{'unitId':_0x2a1fe4[_0x3d989a(0x265)][_0x3d989a(0x20f)],'subUnitId':_0x2a1fe4[_0x3d989a(0x265)]['subUnitId'],'range':_0x2a1fe4[_0x3d989a(0x265)]['range']}},_0x5581a6=_0x202961(_0x45c098,_0x128686);return{'m1Prime':[_0x2a1fe4,..._0x5581a6],'m2Prime':[_0x45c098,..._0x5581a6]};}},_0x43f336={'m1':_0x5e5d8d[_0x49989d(0x39d)]['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0x12da44,_0x1862fc)=>{const _0x12e7e9=_0x49989d,_0x114caf={'m1Prime':_0x12da44,'m2Prime':_0x1862fc};if(_0x12da44[_0x12e7e9(0x265)][_0x12e7e9(0x20f)]!==_0x1862fc['params'][_0x12e7e9(0x20f)]||_0x1862fc[_0x12e7e9(0x265)][_0x12e7e9(0x39e)]!==_0x12da44[_0x12e7e9(0x265)][_0x12e7e9(0x39e)])return _0x114caf;const _0x769c5c={'id':_0x5e5d8d[_0x12e7e9(0x189)]['id'],'params':{'range':_0x12da44[_0x12e7e9(0x265)][_0x12e7e9(0x240)]}},_0x7779b6=_0x194be1(_0x1862fc,_0x769c5c);return{'m1Prime':[_0x12da44,..._0x7779b6],'m2Prime':[_0x1862fc,..._0x7779b6]};}},_0x33bb6f={'m1':_0x24b62e[_0x49989d(0x327)]['id'],'m2':_0x24b62e[_0x49989d(0x327)]['id'],'handler':(_0x11b0b2,_0x102cb3)=>{const _0x41920d=_0x49989d,_0x190b5d={'m1Prime':_0x11b0b2,'m2Prime':_0x102cb3};return _0x11b0b2[_0x41920d(0x265)][_0x41920d(0x20f)]===_0x102cb3['params'][_0x41920d(0x20f)]&&_0x11b0b2[_0x41920d(0x265)]['subUnitId']===_0x102cb3['params'][_0x41920d(0x39e)]&&_0x11b0b2['params'][_0x41920d(0x3ac)]===_0x102cb3[_0x41920d(0x265)][_0x41920d(0x3ac)]?{'m1Prime':[],'m2Prime':[]}:_0x190b5d;}},_0x38fa6e={'m1':_0x437f61[_0x49989d(0x2ff)]['id'],'m2':_0x437f61[_0x49989d(0x2ff)]['id'],'handler':(_0x51a299,_0x1a38fc)=>{const _0xc5d84=_0x49989d,_0x511538=_0x51a299[_0xc5d84(0x265)],_0x2a4182=_0x1a38fc[_0xc5d84(0x265)];return _0x511538[_0xc5d84(0x20f)]===_0x2a4182[_0xc5d84(0x20f)]&&_0x511538[_0xc5d84(0x39e)]===_0x2a4182[_0xc5d84(0x39e)]&&_0x511538['id']===_0x2a4182['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x51a299,'m2Prime':_0x1a38fc};}},_0x17f928={'m1':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler'(_0x1ae483,_0x2e8e72){const _0x3d6475=_0x49989d;if(_0x1ae483[_0x3d6475(0x265)][_0x3d6475(0x20f)]!==_0x2e8e72['params'][_0x3d6475(0x20f)]||_0x1ae483[_0x3d6475(0x265)]['subUnitId']!==_0x2e8e72[_0x3d6475(0x265)]['subUnitId'])return{'m1Prime':_0x1ae483,'m2Prime':_0x2e8e72};const _0x54794a=_0x546230[_0x3d6475(0x37e)]['deepClone'](_0x1ae483),_0x4d1e42=_0x546230['Tools'][_0x3d6475(0x351)](_0x2e8e72),_0x49b332=[],_0x35357e=_0x4d1e42['params'][_0x3d6475(0x3b3)];return _0x54794a[_0x3d6475(0x265)][_0x3d6475(0x3b3)][_0x3d6475(0x36d)](_0x55089b=>{const _0x2e266b=_0x3d6475,_0x4acc47=_0x125df6(_0x55089b,_0x35357e);_0x4acc47[_0x2e266b(0x295)]>0x0&&_0x49b332[_0x2e266b(0x372)](..._0x4acc47);}),_0x54794a[_0x3d6475(0x265)][_0x3d6475(0x3b3)]=_0x49b332,{'m1Prime':_0x1ae483,'m2Prime':_0x2e8e72};}},_0x481683={'m1':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'m2':_0x5e5d8d['SetNumfmtMutation']['id'],'handler'(_0x428000,_0xe0c03d){const _0x6f683a=_0x49989d;if(_0x428000['params']['unitId']!==_0xe0c03d[_0x6f683a(0x265)][_0x6f683a(0x20f)]||_0x428000[_0x6f683a(0x265)][_0x6f683a(0x39e)]!==_0xe0c03d['params'][_0x6f683a(0x39e)])return{'m1Prime':_0x428000,'m2Prime':_0xe0c03d};const _0x2aad6d=_0x546230[_0x6f683a(0x37e)][_0x6f683a(0x351)](_0x428000),_0x59094c=_0x546230['Tools'][_0x6f683a(0x351)](_0xe0c03d),_0x53ffcc=[],_0x2bb337=Object[_0x6f683a(0x326)](_0x59094c['params'][_0x6f683a(0x326)])[_0x6f683a(0x2a6)](_0x56ad38=>_0x56ad38[_0x6f683a(0x3b3)])['flat']();return _0x2aad6d['params'][_0x6f683a(0x3b3)][_0x6f683a(0x36d)](_0x2ee7fd=>{const _0x3a5e75=_0x6f683a,_0x41a69f=_0x125df6(_0x2ee7fd,_0x2bb337);_0x41a69f[_0x3a5e75(0x295)]>0x0&&_0x53ffcc['push'](..._0x41a69f);}),_0x2aad6d[_0x6f683a(0x265)][_0x6f683a(0x3b3)]=_0x53ffcc,{'m1Prime':_0x2aad6d,'m2Prime':_0x59094c};}},_0xc99c33={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x4dd5ae,_0x377b60)=>{const _0x448a63=_0x49989d,_0x52348a={'m1Prime':_0x4dd5ae,'m2Prime':_0x377b60};if(_0x4dd5ae[_0x448a63(0x265)]['unitId']!==_0x377b60[_0x448a63(0x265)][_0x448a63(0x20f)]||_0x4dd5ae[_0x448a63(0x265)][_0x448a63(0x39e)]!==_0x377b60[_0x448a63(0x265)][_0x448a63(0x39e)])return _0x52348a;const _0x5dfa58={'id':_0x5e5d8d[_0x448a63(0x1a1)]['id'],'params':{'unitId':_0x4dd5ae[_0x448a63(0x265)][_0x448a63(0x20f)],'subUnitId':_0x4dd5ae['params'][_0x448a63(0x39e)],'range':_0x4dd5ae['params'][_0x448a63(0x240)]}},_0x251c90=_0x58f44c(_0x377b60,_0x5dfa58);return{'m1Prime':[_0x4dd5ae,..._0x251c90],'m2Prime':[_0x377b60,..._0x251c90]};}},_0x3615f0={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x24b62e['AddDataValidationMutation']['id'],'handler'(_0x1c0046,_0x211f2e){const _0x105f30=_0x49989d,_0x62c040={'m1Prime':_0x1c0046,'m2Prime':_0x211f2e};if(_0x1c0046[_0x105f30(0x265)][_0x105f30(0x20f)]!==_0x211f2e[_0x105f30(0x265)]['unitId']||_0x1c0046[_0x105f30(0x265)]['subUnitId']!==_0x211f2e[_0x105f30(0x265)][_0x105f30(0x39e)])return _0x62c040;const _0x403048={'id':_0x5e5d8d[_0x105f30(0x1a1)]['id'],'params':{'range':_0x1c0046['params'][_0x105f30(0x240)]}},_0x4954fc=_0x33dfa6(_0x211f2e,_0x403048);return{'m1Prime':[_0x1c0046,..._0x4954fc],'m2Prime':[_0x211f2e,..._0x4954fc]};}},_0x3c3f33={'m1':_0x5e5d8d['RemoveRowMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x34b071,_0x19d665){const _0x3f32db=_0x49989d,_0x17a4bc=_0xb3fe04[_0x3f32db(0x2cc)](_0x19d665,_0x34b071);return _0x782652(_0x17a4bc)?{'m1Prime':_0x17a4bc[_0x3f32db(0x2fd)],'m2Prime':_0x17a4bc[_0x3f32db(0x24f)]}:_0x17a4bc;}},_0x55af15={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler'(_0x248be0,_0x316f89){const _0x333c31=_0x49989d,_0x3a7495={'m1Prime':_0x248be0,'m2Prime':_0x316f89};if(_0x248be0[_0x333c31(0x265)][_0x333c31(0x20f)]!==_0x316f89[_0x333c31(0x265)][_0x333c31(0x20f)]||_0x248be0[_0x333c31(0x265)][_0x333c31(0x39e)]!==_0x316f89['params'][_0x333c31(0x206)]['subUnitId']&&_0x248be0[_0x333c31(0x265)][_0x333c31(0x39e)]!==_0x316f89[_0x333c31(0x265)]['to'][_0x333c31(0x39e)])return _0x3a7495;const _0x319b2a=_0x546230[_0x333c31(0x37e)][_0x333c31(0x351)](_0x248be0),_0x2ef1b7=_0x546230[_0x333c31(0x37e)][_0x333c31(0x351)](_0x316f89),{startRow:_0x56c82a,endRow:_0x543786}=_0x248be0['params']['range'];if(_0x248be0[_0x333c31(0x265)][_0x333c31(0x39e)]===_0x316f89[_0x333c31(0x265)][_0x333c31(0x206)][_0x333c31(0x39e)]){const _0xcb8e61=new _0x546230[(_0x333c31(0x306))](_0x2ef1b7[_0x333c31(0x265)]['from'][_0x333c31(0x1f5)]),_0x339709=_0xcb8e61[_0x333c31(0x289)](),{startRow:_0x2265a3,endRow:_0x395cc7}=_0x339709;if(_0x2265a3<=_0x543786&&_0x395cc7>=_0x56c82a)return{'error':new Error(_0x333c31(0x3ab))};_0x543786<_0x2265a3&&_0xcb8e61[_0x333c31(0x234)](_0x56c82a,_0x543786-_0x56c82a+0x1),_0x2ef1b7[_0x333c31(0x265)][_0x333c31(0x206)][_0x333c31(0x1f5)]=_0xcb8e61[_0x333c31(0x217)]();}if(_0x248be0[_0x333c31(0x265)]['subUnitId']===_0x316f89[_0x333c31(0x265)]['to']['subUnitId']){const _0x5d1891=new _0x546230['ObjectMatrix'](_0x2ef1b7['params']['to'][_0x333c31(0x1f5)]),_0x39577f=_0x5d1891[_0x333c31(0x289)](),{startRow:_0x5a7325,endRow:_0x37942e}=_0x39577f;if(_0x5a7325<=_0x543786&&_0x37942e>=_0x56c82a)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x543786<_0x5a7325&&_0x5d1891[_0x333c31(0x234)](_0x56c82a,_0x543786-_0x56c82a+0x1),_0x2ef1b7[_0x333c31(0x265)]['to'][_0x333c31(0x1f5)]=_0x5d1891[_0x333c31(0x217)]();}return{'m1Prime':_0x319b2a,'m2Prime':_0x2ef1b7};}},_0x5d2d18={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d[_0x49989d(0x261)]['id'],'handler'(_0x32733d,_0x206173){const _0x495f18=_0x49989d,_0x2711bb={'m1Prime':_0x32733d,'m2Prime':_0x206173};if(_0x32733d[_0x495f18(0x265)]['unitId']!==_0x206173[_0x495f18(0x265)]['unitId']||_0x32733d[_0x495f18(0x265)][_0x495f18(0x39e)]!==_0x206173[_0x495f18(0x265)]['subUnitId'])return _0x2711bb;const _0x3b1e4e=_0x546230[_0x495f18(0x37e)]['deepClone'](_0x32733d),_0x2c30da=_0x546230[_0x495f18(0x37e)][_0x495f18(0x351)](_0x206173);if(_0x32733d[_0x495f18(0x265)][_0x495f18(0x240)][_0x495f18(0x2e7)]<=_0x206173[_0x495f18(0x265)][_0x495f18(0x255)][_0x495f18(0x275)]&&_0x32733d[_0x495f18(0x265)][_0x495f18(0x240)][_0x495f18(0x275)]>=_0x206173['params']['sourceRange'][_0x495f18(0x2e7)]||_0x32733d[_0x495f18(0x265)]['range'][_0x495f18(0x2e7)]<=_0x206173['params'][_0x495f18(0x2cf)][_0x495f18(0x275)]&&_0x32733d[_0x495f18(0x265)]['range'][_0x495f18(0x275)]>=_0x206173[_0x495f18(0x265)]['targetRange'][_0x495f18(0x2e7)])return{'error':new Error('remove\x20row\x20is\x20conflict\x20with\x20move\x20row')};const _0x5a24c3=_0x5e5d8d['handleBaseRemoveRange'](_0x4de297(_0x5e5d8d[_0x495f18(0x294)](_0x32733d[_0x495f18(0x265)][_0x495f18(0x240)])),_0x4de297(_0x5e5d8d[_0x495f18(0x294)](_0x206173['params'][_0x495f18(0x255)]))),_0x515d73=_0x5e5d8d['handleBaseRemoveRange'](_0x4de297(_0x5e5d8d['rotateRange'](_0x32733d[_0x495f18(0x265)][_0x495f18(0x240)])),_0x4de297(_0x5e5d8d[_0x495f18(0x294)](_0x206173['params'][_0x495f18(0x2cf)])));_0x5a24c3&&_0x515d73?(_0x2c30da['params'][_0x495f18(0x255)]['startRow']+=_0x5a24c3[_0x495f18(0x25b)],_0x2c30da[_0x495f18(0x265)]['sourceRange']['endRow']+=_0x5a24c3[_0x495f18(0x25b)]+(_0x5a24c3[_0x495f18(0x295)]||0x0),_0x2c30da[_0x495f18(0x265)][_0x495f18(0x2cf)][_0x495f18(0x2e7)]+=_0x515d73[_0x495f18(0x25b)],_0x2c30da[_0x495f18(0x265)][_0x495f18(0x2cf)][_0x495f18(0x275)]+=_0x515d73[_0x495f18(0x25b)]+(_0x515d73[_0x495f18(0x295)]||0x0)):_0x2c30da['id']=_0x5e5d8d[_0x495f18(0x2c2)]['id'];const _0x2a05c5=_0x5e5d8d['handleBaseMoveRowsCols']({'start':_0x206173[_0x495f18(0x265)][_0x495f18(0x255)][_0x495f18(0x2e7)],'end':_0x206173[_0x495f18(0x265)][_0x495f18(0x255)][_0x495f18(0x275)]},{'start':_0x206173[_0x495f18(0x265)][_0x495f18(0x2cf)][_0x495f18(0x2e7)],'end':_0x206173[_0x495f18(0x265)][_0x495f18(0x2cf)][_0x495f18(0x275)]},{'start':_0x32733d[_0x495f18(0x265)]['range']['startRow'],'end':_0x32733d[_0x495f18(0x265)][_0x495f18(0x240)]['endRow']});if(_0x2a05c5){const {step:_0x379a50,length:_0x5a9b54}=_0x2a05c5;_0x3b1e4e[_0x495f18(0x265)][_0x495f18(0x240)][_0x495f18(0x2e7)]+=_0x379a50,_0x3b1e4e[_0x495f18(0x265)][_0x495f18(0x240)][_0x495f18(0x275)]+=_0x379a50+(_0x5a9b54||0x0);}else _0x3b1e4e['id']=_0x5e5d8d[_0x495f18(0x2c2)]['id'];return{'m1Prime':_0x3b1e4e,'m2Prime':_0x2c30da};}},_0x3db0af={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler'(_0x29f14d,_0x4aa8aa){const _0x304c5a=_0x49989d,_0x436236={'m1Prime':_0x29f14d,'m2Prime':_0x4aa8aa};if(_0x29f14d[_0x304c5a(0x265)]['unitId']!==_0x4aa8aa['params'][_0x304c5a(0x20f)]||_0x29f14d[_0x304c5a(0x265)][_0x304c5a(0x39e)]!==_0x4aa8aa[_0x304c5a(0x265)][_0x304c5a(0x39e)])return _0x436236;const _0x298fd6=_0x546230[_0x304c5a(0x37e)][_0x304c5a(0x351)](_0x29f14d),_0x47a348=_0x546230[_0x304c5a(0x37e)][_0x304c5a(0x351)](_0x4aa8aa),{ranges:_0x60d86}=_0x47a348['params'];return _0x60d86[_0x304c5a(0x34c)](_0x551ebf=>{const _0x211f3a=_0x304c5a,_0x5a2ece=_0x5e5d8d[_0x211f3a(0x252)](_0x4de297(_0x5e5d8d[_0x211f3a(0x294)](_0x29f14d[_0x211f3a(0x265)][_0x211f3a(0x240)])),_0x4de297(_0x5e5d8d[_0x211f3a(0x294)](_0x551ebf)));return _0x5a2ece===null||_0x5a2ece[_0x211f3a(0x295)]!==0x0?!0x0:(_0x551ebf[_0x211f3a(0x2e7)]+=_0x5a2ece[_0x211f3a(0x25b)],_0x551ebf[_0x211f3a(0x275)]+=_0x5a2ece[_0x211f3a(0x25b)],!0x1);})?{'error':new Error('remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x298fd6,'m2Prime':_0x47a348};}},_0x54592a={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'handler'(_0x6c1728,_0x53ded4){const _0x1cd3de=_0x49989d,_0x573a44={'m1Prime':_0x6c1728,'m2Prime':_0x53ded4};if(_0x6c1728[_0x1cd3de(0x265)][_0x1cd3de(0x20f)]!==_0x53ded4[_0x1cd3de(0x265)][_0x1cd3de(0x20f)]||_0x6c1728[_0x1cd3de(0x265)][_0x1cd3de(0x39e)]!==_0x53ded4[_0x1cd3de(0x265)][_0x1cd3de(0x39e)])return _0x573a44;const _0x27ec90=_0x546230['Tools']['deepClone'](_0x6c1728),_0x4a5b59=_0x546230['Tools'][_0x1cd3de(0x351)](_0x53ded4),_0x6a9f5e=_0x5e5d8d['handleBaseRemoveRange'](_0x4de297(_0x5e5d8d[_0x1cd3de(0x294)](_0x6c1728['params'][_0x1cd3de(0x240)])),_0x4de297(_0x5e5d8d['rotateRange'](_0x53ded4[_0x1cd3de(0x265)][_0x1cd3de(0x240)])));if(_0x6a9f5e){const {step:_0x192fae,length:_0x1a0054}=_0x6a9f5e;_0x4a5b59[_0x1cd3de(0x265)]['range'][_0x1cd3de(0x2e7)]+=_0x192fae,_0x4a5b59['params']['range'][_0x1cd3de(0x275)]+=_0x192fae+(_0x1a0054||0x0);}else _0x4a5b59['id']=_0x5e5d8d[_0x1cd3de(0x2c2)]['id'];const _0x350b43=_0x5e5d8d[_0x1cd3de(0x252)](_0x4de297(_0x5e5d8d[_0x1cd3de(0x294)](_0x53ded4[_0x1cd3de(0x265)]['range'])),_0x4de297(_0x5e5d8d[_0x1cd3de(0x294)](_0x6c1728['params'][_0x1cd3de(0x240)])));if(_0x350b43){const {step:_0x355aa3,length:_0x2c48c3}=_0x350b43;_0x27ec90[_0x1cd3de(0x265)][_0x1cd3de(0x240)][_0x1cd3de(0x2e7)]+=_0x355aa3,_0x27ec90[_0x1cd3de(0x265)][_0x1cd3de(0x240)][_0x1cd3de(0x275)]+=_0x355aa3+(_0x2c48c3||0x0);}else _0x27ec90['id']=_0x5e5d8d[_0x1cd3de(0x2c2)]['id'];return{'m1Prime':_0x27ec90,'m2Prime':_0x4a5b59};}},_0xd02186={'m1':_0x5e5d8d['RemoveRowMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler'(_0x108b83,_0x2cc928){const _0x44b17d=_0x49989d,_0x360416=_0x546230[_0x44b17d(0x37e)][_0x44b17d(0x351)](_0x108b83),_0x50c949=_0x546230[_0x44b17d(0x37e)][_0x44b17d(0x351)](_0x2cc928);if(_0x108b83['params'][_0x44b17d(0x20f)]!==_0x2cc928[_0x44b17d(0x265)][_0x44b17d(0x20f)]||_0x108b83[_0x44b17d(0x265)][_0x44b17d(0x39e)]!==_0x2cc928[_0x44b17d(0x265)][_0x44b17d(0x39e)])return{'m1Prime':_0x360416,'m2Prime':_0x50c949};const _0xf08f4d=_0x50c949[_0x44b17d(0x265)][_0x44b17d(0x3b3)][_0x44b17d(0x28a)]((_0x2e0bba,_0x401b54)=>{const _0x385515=_0x44b17d,_0xbf2e2e=_0x360416[_0x385515(0x265)]['range'],_0x4b9809=_0xbf2e2e[_0x385515(0x275)]-_0xbf2e2e[_0x385515(0x2e7)]+0x1;let _0x5b01ea={..._0x401b54};return _0xbf2e2e[_0x385515(0x2e7)]>_0x401b54['endRow']?_0x5b01ea={..._0x401b54}:_0xbf2e2e[_0x385515(0x2e7)]>=_0x401b54['startRow']&&_0xbf2e2e[_0x385515(0x2e7)]<=_0x401b54[_0x385515(0x275)]&&_0xbf2e2e[_0x385515(0x275)]>_0x401b54[_0x385515(0x275)]?(_0x5b01ea[_0x385515(0x275)]=_0xbf2e2e['startRow']-0x1,_0xbf2e2e['startRow']===_0x401b54[_0x385515(0x2e7)]&&(_0x5b01ea=null)):_0xbf2e2e[_0x385515(0x2e7)]>_0x401b54['startRow']&&_0xbf2e2e[_0x385515(0x275)]<_0x401b54[_0x385515(0x275)]?_0x5b01ea['endRow']=_0x401b54[_0x385515(0x275)]-_0x4b9809:_0xbf2e2e['startRow']<_0x401b54[_0x385515(0x2e7)]&&_0xbf2e2e['endRow']>=_0x401b54['startRow']&&_0xbf2e2e[_0x385515(0x275)]<=_0x401b54[_0x385515(0x275)]?(_0x5b01ea[_0x385515(0x2e7)]=_0xbf2e2e[_0x385515(0x2e7)],_0x5b01ea[_0x385515(0x275)]=_0x401b54[_0x385515(0x275)]-_0x4b9809,_0xbf2e2e[_0x385515(0x275)]===_0x401b54[_0x385515(0x275)]&&(_0x5b01ea=null)):_0xbf2e2e[_0x385515(0x2e7)]<=_0x401b54[_0x385515(0x2e7)]&&_0xbf2e2e[_0x385515(0x275)]>=_0x401b54['endRow']?_0x5b01ea=null:_0xbf2e2e[_0x385515(0x275)]<_0x401b54[_0x385515(0x2e7)]&&(_0x5b01ea[_0x385515(0x2e7)]=_0x401b54[_0x385515(0x2e7)]-_0x4b9809,_0x5b01ea[_0x385515(0x275)]=_0x401b54['endRow']-_0x4b9809),_0x5b01ea&&!(_0x5b01ea[_0x385515(0x2e7)]===_0x5b01ea[_0x385515(0x275)]&&_0x5b01ea['startColumn']===_0x5b01ea[_0x385515(0x18f)])&&_0x2e0bba[_0x385515(0x372)](_0x5b01ea),_0x2e0bba;},[]);return _0x50c949[_0x44b17d(0x265)][_0x44b17d(0x3b3)]=_0xf08f4d,{'m1Prime':_0x360416,'m2Prime':_0x50c949};}},_0x450288={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d[_0x49989d(0x392)]['id'],'handler'(_0x2dd813,_0x493f3b){const _0x2be3de=_0x49989d,_0x43e134={'m1Prime':_0x2dd813,'m2Prime':_0x493f3b};if(_0x2dd813[_0x2be3de(0x265)][_0x2be3de(0x20f)]!==_0x493f3b['params'][_0x2be3de(0x20f)]||_0x2dd813['params'][_0x2be3de(0x39e)]!==_0x493f3b[_0x2be3de(0x265)]['subUnitId'])return _0x43e134;const _0x73cc45=_0x546230[_0x2be3de(0x37e)][_0x2be3de(0x351)](_0x493f3b),_0x5ead71=_0x546230[_0x2be3de(0x37e)][_0x2be3de(0x351)](_0x2dd813),_0x53dbb0=_0x5e5d8d[_0x2be3de(0x252)](_0x4de297(_0x5e5d8d['rotateRange'](_0x2dd813[_0x2be3de(0x265)]['range'])),_0x4de297(_0x5e5d8d[_0x2be3de(0x294)](_0x493f3b['params'][_0x2be3de(0x240)])));if(!_0x53dbb0)return{'m1Prime':_0x2dd813,'m2Prime':[]};if(_0x53dbb0[_0x2be3de(0x295)]===0x0&&_0x53dbb0['step']===0x0)return{'m1Prime':_0x2dd813,'m2Prime':_0x493f3b};const {startRow:_0x1a8c7a,endRow:_0x46b948}=_0x2dd813['params']['range'];_0x73cc45[_0x2be3de(0x265)][_0x2be3de(0x240)][_0x2be3de(0x2e7)]+=_0x53dbb0[_0x2be3de(0x25b)],_0x73cc45[_0x2be3de(0x265)][_0x2be3de(0x240)][_0x2be3de(0x275)]+=_0x53dbb0[_0x2be3de(0x25b)]+(_0x53dbb0[_0x2be3de(0x295)]||0x0);const _0x4b8bd1=Object['keys'](_0x493f3b['params'][_0x2be3de(0x1b7)])[_0x2be3de(0x2a6)](_0x57fc4e=>_0x18f5d8(_0x1a8c7a,_0x46b948,Number(_0x57fc4e)))[_0x2be3de(0x1e3)](_0x3a7aa5=>_0x3a7aa5!==null),_0x4a0141={};for(const _0x4cf2f2 in _0x493f3b[_0x2be3de(0x265)][_0x2be3de(0x1b7)]){let _0x44f773=_0x493f3b['params'][_0x2be3de(0x1b7)][_0x4cf2f2];_0x44f773=_0x18f5d8(_0x1a8c7a,_0x46b948,_0x44f773),_0x44f773!==null&&(_0x4a0141[_0x4b8bd1[_0x2be3de(0x37c)]()]=_0x44f773);}_0x73cc45[_0x2be3de(0x265)]['order']=_0x4a0141;const _0x3f8008=_0x1c54f7(_0x493f3b['params'][_0x2be3de(0x1b7)],{'start':_0x2dd813[_0x2be3de(0x265)][_0x2be3de(0x240)][_0x2be3de(0x2e7)],'end':_0x2dd813['params'][_0x2be3de(0x240)][_0x2be3de(0x275)]}),_0x46184c=[_0x5ead71];return _0x3f8008&&_0x46184c[_0x2be3de(0x340)]({'id':_0x5e5d8d['ReorderRangeMutation']['id'],'params':{..._0x2dd813[_0x2be3de(0x265)],'order':_0x3f8008[_0x2be3de(0x1b7)],'range':{..._0x493f3b['params'][_0x2be3de(0x240)],..._0x3f8008[_0x2be3de(0x240)]}}}),{'m1Prime':_0x46184c,'m2Prime':_0x73cc45};}},_0x1c54f7=(_0x3f0e24,_0x5ef411)=>{const _0x3066c2=_0x49989d,_0xa455b3=Object[_0x3066c2(0x274)](_0x3f0e24)[_0x3066c2(0x2a6)](Number)[_0x3066c2(0x2e2)]((_0x2ebaa0,_0x3a8112)=>_0x2ebaa0-_0x3a8112);if(_0xa455b3[_0x3066c2(0x295)]===0x0)return null;const _0x4d299c=_0xa455b3[0x0],_0x42c4e7=_0xa455b3[_0xa455b3[_0x3066c2(0x295)]-0x1];if(_0x4d299c>_0x5ef411[_0x3066c2(0x18e)]||_0x42c4e7<_0x5ef411[_0x3066c2(0x3b7)])return null;const _0x3dc825=_0xa455b3[_0x3066c2(0x1e3)](_0x4a17c8=>_0x3f0e24[_0x4a17c8]>=_0x5ef411[_0x3066c2(0x3b7)]&&_0x3f0e24[_0x4a17c8]<=_0x5ef411[_0x3066c2(0x18e)]);if(_0x3dc825[_0x3066c2(0x295)]===0x0)return null;const _0x47ae68=_0x3dc825['map'](_0xac9aec=>_0x3f0e24[_0xac9aec]),_0x3aac9f={},_0x13a8c7=Math['min'](_0x3dc825[0x0],_0x5ef411[_0x3066c2(0x3b7)]),_0x56565e=Math[_0x3066c2(0x287)](_0x3dc825[_0x3dc825['length']-0x1],_0x5ef411[_0x3066c2(0x18e)]),_0x101dee=Array['from']({'length':_0x56565e-_0x13a8c7+0x1},(_0x8bf87,_0x25afd1)=>_0x25afd1+_0x13a8c7)[_0x3066c2(0x1e3)](_0x21bb98=>!_0x3dc825['includes'](_0x21bb98));return Array[_0x3066c2(0x206)]({'length':_0x56565e-_0x13a8c7+0x1},(_0x35bbe6,_0x3f8b73)=>_0x3f8b73+_0x13a8c7)[_0x3066c2(0x1e3)](_0x15eff7=>!_0x47ae68[_0x3066c2(0x2b7)](_0x15eff7))['forEach']((_0x5c212a,_0x4db9ab)=>{_0x3aac9f[_0x5c212a]=_0x101dee[_0x4db9ab];}),_0x47ae68['forEach']((_0xe4d443,_0x3e5c33)=>{_0x3aac9f[_0xe4d443]=_0x3dc825[_0x3e5c33];}),{'range':{'startRow':_0x13a8c7,'endRow':_0x56565e},'order':_0x3aac9f};},_0x18f5d8=(_0x2f11b6,_0x142ece,_0x3aa021)=>_0x3aa021>=_0x2f11b6&&_0x3aa021<=_0x142ece?null:_0x3aa021>_0x142ece?_0x3aa021-(_0x142ece-_0x2f11b6+0x1):_0x3aa021,_0x458248={'m1':_0x5e5d8d['RemoveRowMutation']['id'],'m2':_0x5e5d8d['SetNumfmtMutation']['id'],'handler'(_0x217aa5,_0x1c20fe){const _0x1e0dd9=_0x49989d,_0x31e8ac={'m1Prime':_0x217aa5,'m2Prime':_0x1c20fe};if(_0x217aa5['params'][_0x1e0dd9(0x20f)]!==_0x1c20fe[_0x1e0dd9(0x265)][_0x1e0dd9(0x20f)]||_0x217aa5[_0x1e0dd9(0x265)][_0x1e0dd9(0x39e)]!==_0x1c20fe[_0x1e0dd9(0x265)][_0x1e0dd9(0x39e)])return _0x31e8ac;const _0x240157=[_0x546230[_0x1e0dd9(0x37e)][_0x1e0dd9(0x351)](_0x217aa5)],_0x474009=_0x546230[_0x1e0dd9(0x37e)]['deepClone'](_0x1c20fe),{values:_0x428bfd}=_0x474009[_0x1e0dd9(0x265)],_0x3da234=[];let _0x510869=!0x1;for(const _0x4e6fd8 in _0x428bfd){const _0x13bbaa=_0x428bfd[_0x4e6fd8];if(_0x3da234['push'](..._0x13bbaa['ranges']),_0x13bbaa[_0x1e0dd9(0x3b3)][_0x1e0dd9(0x34c)](_0x1f27ea=>{const _0x5f59c3=_0x1e0dd9,_0x4d399b=_0x5e5d8d[_0x5f59c3(0x252)](_0x4de297(_0x5e5d8d[_0x5f59c3(0x294)](_0x217aa5['params'][_0x5f59c3(0x240)])),_0x4de297(_0x5e5d8d[_0x5f59c3(0x294)](_0x1f27ea)));return _0x4d399b==null||_0x4d399b[_0x5f59c3(0x295)]!==0x0?!0x0:(_0x4d399b[_0x5f59c3(0x25b)]!==0x0&&(_0x510869=!0x0),_0x1f27ea[_0x5f59c3(0x2e7)]+=_0x4d399b[_0x5f59c3(0x25b)],_0x1f27ea[_0x5f59c3(0x275)]+=_0x4d399b[_0x5f59c3(0x25b)],!0x1);}))return{'error':new Error(_0x1e0dd9(0x2ae))};}if(_0x510869){const _0x2233d2={'id':_0x5e5d8d[_0x1e0dd9(0x2e8)]['id'],'params':{'unitId':_0x1c20fe[_0x1e0dd9(0x265)][_0x1e0dd9(0x20f)],'subUnitId':_0x1c20fe['params'][_0x1e0dd9(0x39e)],'ranges':_0x3da234}};_0x240157[_0x1e0dd9(0x372)](_0x2233d2,_0x474009);}return{'m1Prime':_0x240157,'m2Prime':_0x474009};}},_0x548308={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d['SetRangeValuesMutation']['id'],'handler'(_0x265e19,_0x56c09d){const _0x194bf5=_0x49989d,_0x4c5fdd={'m1Prime':_0x265e19,'m2Prime':_0x56c09d};if(_0x265e19['params'][_0x194bf5(0x20f)]!==_0x56c09d[_0x194bf5(0x265)][_0x194bf5(0x20f)]||_0x265e19[_0x194bf5(0x265)][_0x194bf5(0x39e)]!==_0x56c09d[_0x194bf5(0x265)]['subUnitId'])return _0x4c5fdd;const _0x13e97f=[_0x546230[_0x194bf5(0x37e)][_0x194bf5(0x351)](_0x265e19)],_0xdb28ec=_0x546230[_0x194bf5(0x37e)]['deepClone'](_0x56c09d),_0x74a154=new _0x546230['ObjectMatrix'](_0xdb28ec['params'][_0x194bf5(0x1c3)]),_0x508e42=_0x74a154[_0x194bf5(0x289)](),_0x5efccb=_0x265e19[_0x194bf5(0x265)]['range'],_0x4efe1e=_0x5efccb[_0x194bf5(0x275)]-_0x5efccb[_0x194bf5(0x2e7)]+0x1;if(_0xdb28ec[_0x194bf5(0x265)][_0x194bf5(0x1c3)]&&_0x5efccb[_0x194bf5(0x275)]<_0x508e42['startRow'])_0x7d9aed(_0xdb28ec[_0x194bf5(0x265)][_0x194bf5(0x1c3)],_0x508e42[_0x194bf5(0x2e7)],_0x508e42[_0x194bf5(0x275)]-_0x508e42[_0x194bf5(0x2e7)]+0x1,-_0x4efe1e);else{if(_0x5efccb[_0x194bf5(0x2e7)]<=_0x508e42[_0x194bf5(0x275)])return{'error':new Error(_0x194bf5(0x29e))};}const _0x39736b=new _0x546230[(_0x194bf5(0x306))]();let _0x2948eb=!0x1,_0xce5790=!0x1;if(_0x74a154[_0x194bf5(0x299)]((_0x24f065,_0x48d71c,_0x59cbd6)=>{const _0x38966b=_0x194bf5;if(_0x59cbd6&&_0x59cbd6['f']){const _0x89e2d8=_0x59cbd6['f'];let _0x231bc6=!0x1;const _0x39b3f2=_0x20bdc3(_0x265e19[_0x38966b(0x265)][_0x38966b(0x20f)],_0x265e19[_0x38966b(0x265)]['subUnitId'],_0x89e2d8,_0x642172=>{const _0x43a12a=_0x38966b,_0x48db71=_0x5e5d8d['handleBaseRemoveRange'](_0x4de297(_0x5e5d8d[_0x43a12a(0x294)](_0x265e19['params'][_0x43a12a(0x240)])),_0x4de297(_0x5e5d8d['rotateRange'](_0x642172)));return _0x48db71===null?(_0x2948eb=!0x0,_0x642172):((_0x48db71[_0x43a12a(0x25b)]!==0x0||_0x48db71[_0x43a12a(0x295)]!==0x0)&&(_0x231bc6=!0x0,_0x642172['startRow']+=_0x48db71[_0x43a12a(0x25b)],_0x642172[_0x43a12a(0x275)]+=_0x48db71['step']+_0x48db71[_0x43a12a(0x295)]),_0x642172);});_0x231bc6&&(_0xce5790=!0x0,_0x59cbd6['f']=_0x39b3f2,_0x39736b[_0x38966b(0x1ec)](_0x24f065,_0x48d71c,{..._0x59cbd6}));}}),_0x2948eb)return{'error':new Error('remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row')};if(_0xce5790){const _0x3034a9={'id':_0x5e5d8d['SetRangeValuesMutation']['id'],'params':{'unitId':_0x56c09d[_0x194bf5(0x265)][_0x194bf5(0x20f)],'subUnitId':_0x56c09d[_0x194bf5(0x265)]['subUnitId'],'cellValue':_0x39736b[_0x194bf5(0x217)]()}};_0x13e97f['push'](_0x3034a9);}return{'m1Prime':_0x13e97f,'m2Prime':_0xdb28ec};}},_0x1ef4d5={'m1':_0x5e5d8d['RemoveRowMutation']['id'],'m2':_0x5e5d8d['SetRowDataMutation']['id'],'handler'(_0x5081cd,_0x44ddf2){const _0x34f9fd=_0x49989d,_0x362a76={'m1Prime':_0x5081cd,'m2Prime':_0x44ddf2};if(_0x5081cd['params'][_0x34f9fd(0x20f)]!==_0x44ddf2[_0x34f9fd(0x265)][_0x34f9fd(0x20f)]||_0x5081cd[_0x34f9fd(0x265)][_0x34f9fd(0x39e)]!==_0x44ddf2[_0x34f9fd(0x265)][_0x34f9fd(0x39e)])return _0x362a76;const _0x24c918=_0x546230[_0x34f9fd(0x37e)][_0x34f9fd(0x351)](_0x5081cd),_0x4dc203=_0x546230[_0x34f9fd(0x37e)][_0x34f9fd(0x351)](_0x44ddf2),{rowData:_0x11575b}=_0x4dc203[_0x34f9fd(0x265)];return _0x546230[_0x34f9fd(0x2e1)](_0x5081cd[_0x34f9fd(0x265)][_0x34f9fd(0x240)][_0x34f9fd(0x2e7)],_0x5081cd[_0x34f9fd(0x265)][_0x34f9fd(0x240)][_0x34f9fd(0x275)]-_0x5081cd['params'][_0x34f9fd(0x240)]['startRow']+0x1,_0x11575b),{'m1Prime':_0x24c918,'m2Prime':_0x4dc203};}},_0x191800={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d[_0x49989d(0x328)]['id'],'handler'(_0x50dad8,_0x53cc99){const _0x507c94=_0x49989d,_0x3695a8={'m1Prime':_0x50dad8,'m2Prime':_0x53cc99};if(_0x50dad8[_0x507c94(0x265)][_0x507c94(0x20f)]!==_0x53cc99[_0x507c94(0x265)][_0x507c94(0x20f)]||_0x50dad8['params'][_0x507c94(0x39e)]!==_0x53cc99['params'][_0x507c94(0x39e)])return _0x3695a8;const _0x3c4b75=_0x546230[_0x507c94(0x37e)][_0x507c94(0x351)](_0x50dad8),_0x41b865=_0x546230[_0x507c94(0x37e)][_0x507c94(0x351)](_0x53cc99),{ranges:_0x305088}=_0x41b865[_0x507c94(0x265)];return _0x305088['forEach'](_0x3a1ef9=>{const _0xbf3bf3=_0x507c94,_0x3e4bef=_0x5e5d8d[_0xbf3bf3(0x252)](_0x4de297(_0x5e5d8d[_0xbf3bf3(0x294)](_0x50dad8['params'][_0xbf3bf3(0x240)])),_0x4de297(_0x5e5d8d[_0xbf3bf3(0x294)](_0x3a1ef9)));_0x3e4bef==null?_0x41b865['id']=_0x5e5d8d[_0xbf3bf3(0x2c2)]['id']:(_0x3a1ef9['startRow']+=_0x3e4bef[_0xbf3bf3(0x25b)],_0x3a1ef9[_0xbf3bf3(0x275)]+=_0x3e4bef[_0xbf3bf3(0x25b)]+_0x3e4bef[_0xbf3bf3(0x295)]);}),{'m1Prime':_0x3c4b75,'m2Prime':_0x41b865};}},_0x576e70={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d[_0x49989d(0x23e)]['id'],'handler'(_0x52fcd6,_0x32058a){const _0x1e6bce=_0x49989d,_0x2e8c26={'m1Prime':_0x52fcd6,'m2Prime':_0x32058a};if(_0x52fcd6[_0x1e6bce(0x265)][_0x1e6bce(0x20f)]!==_0x32058a[_0x1e6bce(0x265)][_0x1e6bce(0x20f)]||_0x52fcd6[_0x1e6bce(0x265)][_0x1e6bce(0x39e)]!==_0x32058a[_0x1e6bce(0x265)][_0x1e6bce(0x39e)])return _0x2e8c26;const _0x1c7d12=_0x546230[_0x1e6bce(0x37e)][_0x1e6bce(0x351)](_0x52fcd6),_0x42ba0a=_0x546230['Tools'][_0x1e6bce(0x351)](_0x32058a),{ranges:_0x476906}=_0x42ba0a[_0x1e6bce(0x265)];return _0x476906['forEach'](_0x50ad86=>{const _0x33e170=_0x1e6bce,_0x28a4d5=_0x5e5d8d['handleBaseRemoveRange'](_0x4de297(_0x5e5d8d['rotateRange'](_0x52fcd6[_0x33e170(0x265)]['range'])),_0x4de297(_0x5e5d8d[_0x33e170(0x294)](_0x50ad86)));_0x28a4d5==null?_0x42ba0a['id']=_0x5e5d8d[_0x33e170(0x2c2)]['id']:(_0x50ad86[_0x33e170(0x2e7)]+=_0x28a4d5[_0x33e170(0x25b)],_0x50ad86[_0x33e170(0x275)]+=_0x28a4d5[_0x33e170(0x25b)]+_0x28a4d5[_0x33e170(0x295)]);}),{'m1Prime':_0x1c7d12,'m2Prime':_0x42ba0a};}},_0x31a464={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d['SetSelectionsOperation']['id'],'handler'(_0x1f281d,_0x5a372b){const _0x2d4297=_0x49989d,_0x38eb9b={'m1Prime':[],'m2Prime':[]};if(_0x1f281d[_0x2d4297(0x265)][_0x2d4297(0x20f)]!==_0x5a372b[_0x2d4297(0x265)]['unitId']||_0x1f281d['params'][_0x2d4297(0x39e)]!==_0x5a372b[_0x2d4297(0x265)][_0x2d4297(0x39e)])return _0x38eb9b;const _0x3d90de=_0x546230[_0x2d4297(0x37e)][_0x2d4297(0x351)](_0x5a372b);let _0x5ee037=!0x1;return _0x3d90de[_0x2d4297(0x265)][_0x2d4297(0x204)][_0x2d4297(0x36d)](_0x3a0f09=>{const _0x316c80=_0x2d4297,{range:_0x5be01a,primary:_0xe57ef5}=_0x3a0f09,_0x107181=_0x5e5d8d['handleBaseRemoveRange'](_0x4de297(_0x5e5d8d['rotateRange'](_0x1f281d[_0x316c80(0x265)][_0x316c80(0x240)])),_0x4de297(_0x5e5d8d['rotateRange'](_0x5be01a)));if(_0x107181!=null&&(_0x107181['length']||_0x107181[_0x316c80(0x25b)])){if(_0x5be01a[_0x316c80(0x2e7)]+=_0x107181[_0x316c80(0x25b)],_0x5be01a[_0x316c80(0x275)]+=_0x107181[_0x316c80(0x25b)]+(_0x107181[_0x316c80(0x295)]||0x0),_0xe57ef5){const _0x41de98=_0x5e5d8d[_0x316c80(0x252)](_0x4de297(_0x5e5d8d['rotateRange'](_0x1f281d[_0x316c80(0x265)][_0x316c80(0x240)])),_0x4de297(_0x5e5d8d[_0x316c80(0x294)](_0xe57ef5)));if(_0x41de98==null){_0xe57ef5[_0x316c80(0x2e7)]=_0x5be01a[_0x316c80(0x2e7)],_0xe57ef5[_0x316c80(0x275)]=_0x5be01a[_0x316c80(0x2e7)],_0xe57ef5[_0x316c80(0x229)]=_0x5be01a[_0x316c80(0x2e7)];return;}(_0x41de98['length']||_0x41de98[_0x316c80(0x25b)])&&(_0xe57ef5['startRow']+=_0x41de98[_0x316c80(0x25b)],_0xe57ef5[_0x316c80(0x275)]+=_0x41de98[_0x316c80(0x25b)],_0xe57ef5['actualRow']+=_0x41de98[_0x316c80(0x25b)]);}_0x5ee037=!0x0;}}),_0x5ee037&&_0x38eb9b[_0x2d4297(0x2fd)]['push'](_0x3d90de),_0x38eb9b;}},_0x4b25c5={'m1':_0x5e5d8d['RemoveRowMutation']['id'],'m2':_0x37ca0b[_0x49989d(0x1fe)]['id'],'handler'(_0x38e4f0,_0x34dbf2){const _0x2f8c64=_0x49989d,_0x29321a={'m1Prime':[_0x38e4f0],'m2Prime':[_0x34dbf2]};if(_0x38e4f0[_0x2f8c64(0x265)][_0x2f8c64(0x20f)]!==_0x34dbf2['params']['unitId']||_0x38e4f0[_0x2f8c64(0x265)][_0x2f8c64(0x39e)]!==_0x34dbf2[_0x2f8c64(0x265)]['subUnitId'])return _0x29321a;const _0x886d23=_0x546230['Tools'][_0x2f8c64(0x351)](_0x38e4f0),_0x3f2cb5=_0x546230['Tools'][_0x2f8c64(0x351)](_0x34dbf2),_0x414ff4=_0x1cf3da({'start':_0x38e4f0[_0x2f8c64(0x265)][_0x2f8c64(0x240)][_0x2f8c64(0x2e7)],'end':_0x38e4f0[_0x2f8c64(0x265)][_0x2f8c64(0x240)]['endRow']},{'start':_0x34dbf2[_0x2f8c64(0x265)][_0x2f8c64(0x240)][_0x2f8c64(0x2e7)],'end':_0x34dbf2[_0x2f8c64(0x265)][_0x2f8c64(0x240)][_0x2f8c64(0x275)]});return _0x414ff4===null?{'m1Prime':[_0x886d23,{'id':_0x37ca0b[_0x2f8c64(0x37f)]['id'],'params':{'unitId':_0x34dbf2[_0x2f8c64(0x265)][_0x2f8c64(0x20f)],'subUnitId':_0x34dbf2[_0x2f8c64(0x265)][_0x2f8c64(0x20f)]}}],'m2Prime':[]}:(_0x3f2cb5[_0x2f8c64(0x265)][_0x2f8c64(0x240)][_0x2f8c64(0x2e7)]=_0x414ff4[_0x2f8c64(0x3b7)],_0x3f2cb5[_0x2f8c64(0x265)][_0x2f8c64(0x240)]['endRow']=_0x414ff4[_0x2f8c64(0x18e)],{'m1Prime':[_0x3f2cb5,_0x886d23],'m2Prime':[_0x3f2cb5]});}},_0x4db047={'m1':_0x5e5d8d['RemoveRowMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x1f0)]['id'],'handler'(_0xbc7665,_0x398d8b){const _0x44096a=_0x49989d,_0x482b98={'m1Prime':_0xbc7665,'m2Prime':_0x398d8b};if(_0xbc7665[_0x44096a(0x265)][_0x44096a(0x20f)]!==_0x398d8b['params'][_0x44096a(0x20f)]||_0xbc7665[_0x44096a(0x265)][_0x44096a(0x39e)]!==_0x398d8b[_0x44096a(0x265)][_0x44096a(0x39e)])return _0x482b98;const _0x4ffca9=_0x546230[_0x44096a(0x37e)]['deepClone'](_0xbc7665),_0x141773=_0x546230['Tools'][_0x44096a(0x351)](_0x398d8b),{rowsAutoHeightInfo:_0x48831c}=_0x141773[_0x44096a(0x265)];for(let _0x48fb64=_0x48831c[_0x44096a(0x295)]-0x1;_0x48fb64>=0x0;_0x48fb64--){const _0x1bb9c9=_0x48831c[_0x48fb64],_0x5a1f06={'startRow':_0x1bb9c9[_0x44096a(0x314)],'endRow':_0x1bb9c9['row'],'startColumn':0x0,'endColumn':0x0},_0x5a1bc1=_0x5e5d8d[_0x44096a(0x252)](_0x4de297(_0x5e5d8d[_0x44096a(0x294)](_0xbc7665['params'][_0x44096a(0x240)])),_0x5e5d8d[_0x44096a(0x294)](_0x5a1f06));_0x5a1bc1==null?_0x48831c[_0x44096a(0x18b)](_0x48fb64,0x1):_0x1bb9c9[_0x44096a(0x314)]+=_0x5a1bc1[_0x44096a(0x25b)];}return{'m1Prime':_0x4ffca9,'m2Prime':_0x141773};}},_0x2504dd={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d['SetWorksheetRowHeightMutation']['id'],'handler'(_0x59fb6a,_0x919a24){const _0x58ffcd=_0x49989d,_0x2e7de7={'m1Prime':_0x59fb6a,'m2Prime':_0x919a24};if(_0x59fb6a[_0x58ffcd(0x265)]['unitId']!==_0x919a24[_0x58ffcd(0x265)][_0x58ffcd(0x20f)]||_0x59fb6a['params'][_0x58ffcd(0x39e)]!==_0x919a24[_0x58ffcd(0x265)][_0x58ffcd(0x39e)])return _0x2e7de7;const _0x521c38=_0x546230[_0x58ffcd(0x37e)]['deepClone'](_0x59fb6a),_0x12efe6=_0x546230[_0x58ffcd(0x37e)]['deepClone'](_0x919a24),{ranges:_0x41e506,rowHeight:_0x66206c}=_0x12efe6[_0x58ffcd(0x265)];return _0x41e506[_0x58ffcd(0x36d)](_0x4da186=>{const _0x224789=_0x58ffcd,_0x21d2ee=_0x5e5d8d[_0x224789(0x252)](_0x4de297(_0x5e5d8d[_0x224789(0x294)](_0x59fb6a[_0x224789(0x265)][_0x224789(0x240)])),_0x5e5d8d[_0x224789(0x294)](_0x4da186));_0x21d2ee==null?_0x12efe6['id']=_0x5e5d8d[_0x224789(0x2c2)]['id']:(_0x4da186['startRow']+=_0x21d2ee['step'],_0x4da186[_0x224789(0x275)]+=_0x21d2ee[_0x224789(0x25b)]+_0x21d2ee[_0x224789(0x295)]);}),typeof _0x66206c!=_0x58ffcd(0x209)&&_0x546230['spliceArray'](_0x59fb6a['params'][_0x58ffcd(0x240)][_0x58ffcd(0x2e7)],_0x59fb6a[_0x58ffcd(0x265)][_0x58ffcd(0x240)][_0x58ffcd(0x275)]-_0x59fb6a[_0x58ffcd(0x265)][_0x58ffcd(0x240)][_0x58ffcd(0x2e7)]+0x1,_0x66206c),{'m1Prime':_0x521c38,'m2Prime':_0x12efe6};}},_0x598fff={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x5e5d8d[_0x49989d(0x29c)]['id'],'handler'(_0x8d8fdf,_0x456c06){const _0x48e769=_0x49989d,_0x506402={'m1Prime':_0x8d8fdf,'m2Prime':_0x456c06};if(_0x8d8fdf[_0x48e769(0x265)][_0x48e769(0x20f)]!==_0x456c06[_0x48e769(0x265)][_0x48e769(0x20f)]||_0x8d8fdf['params']['subUnitId']!==_0x456c06[_0x48e769(0x265)][_0x48e769(0x39e)])return _0x506402;const _0x97507f=_0x546230[_0x48e769(0x37e)][_0x48e769(0x351)](_0x8d8fdf),_0x43b170=_0x546230[_0x48e769(0x37e)]['deepClone'](_0x456c06),{ranges:_0x43700b,autoHeightInfo:_0x5c3363}=_0x43b170[_0x48e769(0x265)];return _0x43700b['forEach'](_0x490fdb=>{const _0x189f66=_0x48e769,_0x532aa0=_0x5e5d8d[_0x189f66(0x252)](_0x4de297(_0x5e5d8d[_0x189f66(0x294)](_0x8d8fdf[_0x189f66(0x265)][_0x189f66(0x240)])),_0x5e5d8d['rotateRange'](_0x490fdb));_0x532aa0==null?_0x43b170['id']=_0x5e5d8d[_0x189f66(0x2c2)]['id']:(_0x490fdb['startRow']+=_0x532aa0['step'],_0x490fdb[_0x189f66(0x275)]+=_0x532aa0[_0x189f66(0x25b)]+_0x532aa0['length']);}),typeof _0x5c3363!=_0x48e769(0x209)&&_0x546230[_0x48e769(0x2e1)](_0x8d8fdf[_0x48e769(0x265)][_0x48e769(0x240)][_0x48e769(0x2e7)],_0x8d8fdf[_0x48e769(0x265)][_0x48e769(0x240)][_0x48e769(0x275)]-_0x8d8fdf[_0x48e769(0x265)][_0x48e769(0x240)][_0x48e769(0x2e7)]+0x1,_0x5c3363),{'m1Prime':_0x97507f,'m2Prime':_0x43b170};}},_0x26d0d0={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x101f9d['UpdateCommentRefMutation']['id'],'handler':(_0x33ede4,_0x2d5432)=>{const _0x231f27=_0x49989d,_0x3086ff={'m1Prime':_0x33ede4,'m2Prime':_0x2d5432};if(_0x33ede4['params'][_0x231f27(0x20f)]!==_0x2d5432['params']['unitId']||_0x33ede4[_0x231f27(0x265)][_0x231f27(0x39e)]!==_0x2d5432[_0x231f27(0x265)][_0x231f27(0x39e)])return _0x3086ff;const _0x495391={'id':_0x5e5d8d[_0x231f27(0x1a1)]['id'],'params':{'unitId':_0x33ede4[_0x231f27(0x265)][_0x231f27(0x20f)],'subUnitId':_0x33ede4[_0x231f27(0x265)][_0x231f27(0x39e)],'range':_0x33ede4[_0x231f27(0x265)][_0x231f27(0x240)]}},_0x539a5f=_0x202961(_0x2d5432,_0x495391);return{'m1Prime':[_0x33ede4,..._0x539a5f],'m2Prime':[_0x2d5432,..._0x539a5f]};}},_0x28661b={'m1':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0xa5c579,_0x9f9d0c)=>{const _0x495512=_0x49989d,_0x21fd37={'m1Prime':_0xa5c579,'m2Prime':_0x9f9d0c};if(_0xa5c579[_0x495512(0x265)][_0x495512(0x20f)]!==_0x9f9d0c[_0x495512(0x265)][_0x495512(0x20f)]||_0x9f9d0c[_0x495512(0x265)][_0x495512(0x39e)]!==_0xa5c579[_0x495512(0x265)][_0x495512(0x39e)])return _0x21fd37;const _0x51b7b8={'id':_0x5e5d8d[_0x495512(0x1a1)]['id'],'params':{'range':_0xa5c579[_0x495512(0x265)][_0x495512(0x240)]}},_0x47c7ca=_0x194be1(_0x9f9d0c,_0x51b7b8);return{'m1Prime':[_0xa5c579,..._0x47c7ca],'m2Prime':[_0x9f9d0c,..._0x47c7ca]};}},_0x212028={'m1':_0x5e5d8d['RemoveWorksheetMergeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0xe26769,_0x563f3b){const _0x2a4527=_0x49989d,_0x4d322b=_0x546230[_0x2a4527(0x37e)][_0x2a4527(0x351)](_0xe26769),_0x4a68f3=_0x546230[_0x2a4527(0x37e)]['deepClone'](_0x563f3b);if(_0xe26769[_0x2a4527(0x265)][_0x2a4527(0x20f)]!==_0x563f3b[_0x2a4527(0x265)][_0x2a4527(0x20f)]||_0xe26769[_0x2a4527(0x265)][_0x2a4527(0x39e)]!==_0x563f3b[_0x2a4527(0x265)][_0x2a4527(0x39e)])return{'m1Prime':_0x4d322b,'m2Prime':_0x4a68f3};for(let _0x50d6a2=0x0;_0x50d6a2<_0x4d322b['params']['ranges'][_0x2a4527(0x295)];_0x50d6a2++){let _0x323ad6=!0x1;for(let _0x3c97e2=0x0;_0x3c97e2<_0x4a68f3[_0x2a4527(0x265)][_0x2a4527(0x3b3)]['length'];_0x3c97e2++){const _0x1cf8ba=_0x4d322b[_0x2a4527(0x265)][_0x2a4527(0x3b3)][_0x50d6a2],_0x52509b=_0x4a68f3[_0x2a4527(0x265)][_0x2a4527(0x3b3)][_0x3c97e2];if(_0x546230[_0x2a4527(0x1bb)][_0x2a4527(0x254)](_0x1cf8ba,_0x52509b)){_0x323ad6=!0x0;break;}}_0x323ad6&&(_0x4d322b[_0x2a4527(0x265)][_0x2a4527(0x3b3)][_0x2a4527(0x18b)](_0x50d6a2,0x1),_0x50d6a2--);}return _0x4d322b[_0x2a4527(0x265)][_0x2a4527(0x3b3)][_0x2a4527(0x295)]===0x0&&(_0x4d322b['id']=_0x5e5d8d['EmptyMutation']['id']),{'m1Prime':_0x4d322b,'m2Prime':_0x4a68f3};}},_0xfa7405={'m1':_0x5e5d8d[_0x49989d(0x335)]['id'],'m2':_0x5e5d8d[_0x49989d(0x278)]['id'],'handler'(_0x584fb2,_0x5ee334){const _0x2b81cb=_0x49989d,_0x2e6f4d=_0x546230[_0x2b81cb(0x37e)]['deepClone'](_0x584fb2),_0x173adb=_0x546230[_0x2b81cb(0x37e)]['deepClone'](_0x5ee334);if(_0x584fb2['params']['unitId']!==_0x5ee334[_0x2b81cb(0x265)][_0x2b81cb(0x20f)]||_0x584fb2[_0x2b81cb(0x265)]['subUnitId']!==_0x5ee334[_0x2b81cb(0x265)]['subUnitId'])return{'m1Prime':_0x2e6f4d,'m2Prime':_0x173adb};const _0x3c9947=_0x2e6f4d[_0x2b81cb(0x265)][_0x2b81cb(0x3b3)][_0x2b81cb(0x2a6)](_0x18e7e3=>{const _0x58bfe1=_0x2b81cb,_0x284e6c=_0x173adb['params'][_0x58bfe1(0x240)],_0x18d738=_0x284e6c[_0x58bfe1(0x18f)]-_0x284e6c[_0x58bfe1(0x332)]+0x1;return _0x284e6c[_0x58bfe1(0x332)]<=_0x18e7e3['startColumn']?{..._0x18e7e3,'startColumn':_0x18e7e3[_0x58bfe1(0x332)]+_0x18d738,'endColumn':_0x18e7e3[_0x58bfe1(0x18f)]+_0x18d738}:_0x284e6c[_0x58bfe1(0x332)]>_0x18e7e3['startColumn']&&_0x284e6c['startColumn']<=_0x18e7e3[_0x58bfe1(0x18f)]?{..._0x18e7e3,'endColumn':_0x18e7e3[_0x58bfe1(0x18f)]+_0x18d738}:{..._0x18e7e3};});return _0x2e6f4d[_0x2b81cb(0x265)][_0x2b81cb(0x3b3)]=_0x3c9947,{'m1Prime':_0x2e6f4d,'m2Prime':_0x173adb};}},_0x30fa07={'m1':_0x5e5d8d['RemoveWorksheetMergeMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x2c6)]['id'],'handler'(_0x2ed895,_0x3f243e){const _0x4d7ad9=_0x49989d,_0x3562d8=_0x546230['Tools'][_0x4d7ad9(0x351)](_0x2ed895),_0x4cb365=_0x546230[_0x4d7ad9(0x37e)][_0x4d7ad9(0x351)](_0x3f243e);if(_0x2ed895[_0x4d7ad9(0x265)]['unitId']!==_0x3f243e[_0x4d7ad9(0x265)][_0x4d7ad9(0x20f)]||_0x2ed895[_0x4d7ad9(0x265)]['subUnitId']!==_0x3f243e['params'][_0x4d7ad9(0x39e)])return{'m1Prime':_0x3562d8,'m2Prime':_0x4cb365};const _0x1f8d55=_0x3562d8[_0x4d7ad9(0x265)][_0x4d7ad9(0x3b3)][_0x4d7ad9(0x2a6)](_0x5b1699=>{const _0x29e896=_0x4d7ad9,_0x43537e=_0x4cb365[_0x29e896(0x265)]['range'],_0x50a821=_0x43537e[_0x29e896(0x275)]-_0x43537e[_0x29e896(0x2e7)]+0x1;return _0x43537e[_0x29e896(0x2e7)]<=_0x5b1699[_0x29e896(0x2e7)]?{..._0x5b1699,'startRow':_0x5b1699[_0x29e896(0x2e7)]+_0x50a821,'endRow':_0x5b1699[_0x29e896(0x275)]+_0x50a821}:_0x43537e[_0x29e896(0x2e7)]>_0x5b1699[_0x29e896(0x2e7)]&&_0x43537e[_0x29e896(0x2e7)]<=_0x5b1699['endRow']?{..._0x5b1699,'endRow':_0x5b1699[_0x29e896(0x275)]+_0x50a821}:{..._0x5b1699};});return _0x3562d8[_0x4d7ad9(0x265)][_0x4d7ad9(0x3b3)]=_0x1f8d55,{'m1Prime':_0x3562d8,'m2Prime':_0x4cb365};}},_0x184f82={'m1':_0x5e5d8d[_0x49989d(0x335)]['id'],'m2':_0x5e5d8d['MoveColsMutation']['id'],'handler'(_0x52d27a,_0x2eddbc){const _0x29191c=_0x49989d,_0x140d23=_0x546230[_0x29191c(0x37e)][_0x29191c(0x351)](_0x52d27a),_0x572ce5=_0x546230[_0x29191c(0x37e)][_0x29191c(0x351)](_0x2eddbc);if(_0x52d27a['params'][_0x29191c(0x20f)]!==_0x2eddbc[_0x29191c(0x265)]['unitId']||_0x52d27a[_0x29191c(0x265)][_0x29191c(0x39e)]!==_0x2eddbc['params'][_0x29191c(0x39e)])return{'m1Prime':_0x140d23,'m2Prime':_0x572ce5};const _0x5aa7c3=_0x140d23[_0x29191c(0x265)]['ranges'][_0x29191c(0x28a)]((_0x5d7e40,_0x599e02)=>{const _0x31cb3d=_0x29191c,{sourceRange:_0x50d9cd,targetRange:_0x182314}=_0x2eddbc['params'],_0x513ac2={..._0x599e02};return _0x50d9cd[_0x31cb3d(0x18f)]<_0x513ac2['startColumn']&&_0x182314['startColumn']>_0x513ac2[_0x31cb3d(0x18f)]?(_0x513ac2[_0x31cb3d(0x332)]-=_0x50d9cd['endColumn']-_0x50d9cd['startColumn']+0x1,_0x513ac2[_0x31cb3d(0x18f)]-=_0x50d9cd[_0x31cb3d(0x18f)]-_0x50d9cd['startColumn']+0x1,_0x3ad35c(_0x513ac2)&&_0x5d7e40[_0x31cb3d(0x372)](_0x513ac2)):_0x50d9cd[_0x31cb3d(0x332)]>_0x513ac2[_0x31cb3d(0x18f)]&&_0x182314[_0x31cb3d(0x18f)]<_0x513ac2['startColumn']?(_0x513ac2[_0x31cb3d(0x332)]+=_0x50d9cd[_0x31cb3d(0x18f)]-_0x50d9cd[_0x31cb3d(0x332)]+0x1,_0x513ac2[_0x31cb3d(0x18f)]+=_0x50d9cd['endColumn']-_0x50d9cd['startColumn']+0x1,_0x3ad35c(_0x513ac2)&&_0x5d7e40[_0x31cb3d(0x372)](_0x513ac2)):_0x546230[_0x31cb3d(0x1bb)][_0x31cb3d(0x254)](_0x513ac2,_0x50d9cd)||_0x546230[_0x31cb3d(0x1bb)][_0x31cb3d(0x254)](_0x513ac2,_0x182314)||_0x5d7e40['push'](_0x513ac2),_0x5d7e40;},[]);return _0x140d23[_0x29191c(0x265)]['ranges']=_0x5aa7c3,_0x140d23['params'][_0x29191c(0x3b3)][_0x29191c(0x295)]===0x0&&(_0x140d23['id']=_0x5e5d8d[_0x29191c(0x2c2)]['id']),{'m1Prime':_0x140d23,'m2Prime':_0x572ce5};}},_0x57e633={'m1':_0x5e5d8d[_0x49989d(0x335)]['id'],'m2':_0x5e5d8d[_0x49989d(0x261)]['id'],'handler'(_0x3cc697,_0x24ab5e){const _0x14b77b=_0x49989d,_0x3d0b16=_0x546230[_0x14b77b(0x37e)]['deepClone'](_0x3cc697),_0x3e3077=_0x546230[_0x14b77b(0x37e)][_0x14b77b(0x351)](_0x24ab5e);if(_0x3cc697[_0x14b77b(0x265)][_0x14b77b(0x20f)]!==_0x24ab5e[_0x14b77b(0x265)][_0x14b77b(0x20f)]||_0x3cc697[_0x14b77b(0x265)][_0x14b77b(0x39e)]!==_0x24ab5e[_0x14b77b(0x265)][_0x14b77b(0x39e)])return{'m1Prime':_0x3d0b16,'m2Prime':_0x3e3077};const _0x1151d4=_0x3d0b16['params'][_0x14b77b(0x3b3)][_0x14b77b(0x28a)]((_0x55c783,_0x24c190)=>{const _0x1d912a=_0x14b77b,{sourceRange:_0x3dce35,targetRange:_0x215d98}=_0x24ab5e[_0x1d912a(0x265)],_0x42f19f={..._0x24c190};return _0x3dce35['endRow']<_0x42f19f[_0x1d912a(0x2e7)]&&_0x215d98['startRow']>_0x42f19f['endRow']?(_0x42f19f[_0x1d912a(0x2e7)]-=_0x3dce35[_0x1d912a(0x275)]-_0x3dce35['startRow']+0x1,_0x42f19f[_0x1d912a(0x275)]-=_0x3dce35[_0x1d912a(0x275)]-_0x3dce35[_0x1d912a(0x2e7)]+0x1,_0x3ad35c(_0x42f19f)&&_0x55c783['push'](_0x42f19f)):_0x3dce35[_0x1d912a(0x2e7)]>_0x42f19f[_0x1d912a(0x275)]&&_0x215d98[_0x1d912a(0x275)]<_0x42f19f[_0x1d912a(0x2e7)]?(_0x42f19f[_0x1d912a(0x2e7)]+=_0x3dce35['endRow']-_0x3dce35[_0x1d912a(0x2e7)]+0x1,_0x42f19f[_0x1d912a(0x275)]+=_0x3dce35[_0x1d912a(0x275)]-_0x3dce35['startRow']+0x1,_0x3ad35c(_0x42f19f)&&_0x55c783[_0x1d912a(0x372)](_0x42f19f)):_0x546230[_0x1d912a(0x1bb)][_0x1d912a(0x254)](_0x42f19f,_0x3dce35)||_0x546230[_0x1d912a(0x1bb)][_0x1d912a(0x254)](_0x42f19f,_0x215d98)||_0x55c783[_0x1d912a(0x372)](_0x42f19f),_0x55c783;},[]);return _0x3d0b16[_0x14b77b(0x265)][_0x14b77b(0x3b3)]=_0x1151d4,_0x3d0b16[_0x14b77b(0x265)]['ranges'][_0x14b77b(0x295)]===0x0&&(_0x3d0b16['id']=_0x5e5d8d[_0x14b77b(0x2c2)]['id']),{'m1Prime':_0x3d0b16,'m2Prime':_0x3e3077};}},_0x32eea8={'m1':_0x5e5d8d[_0x49989d(0x335)]['id'],'m2':_0x5e5d8d[_0x49989d(0x39d)]['id'],'handler'(_0x659d49,_0x54fb83){const _0x50b5ea=_0x49989d,_0x19f2e4=_0x546230[_0x50b5ea(0x37e)]['deepClone'](_0x659d49),_0x266eba=_0x546230[_0x50b5ea(0x37e)][_0x50b5ea(0x351)](_0x54fb83);if(_0x659d49['params'][_0x50b5ea(0x20f)]!==_0x54fb83[_0x50b5ea(0x265)][_0x50b5ea(0x20f)]||_0x659d49['params'][_0x50b5ea(0x39e)]!==_0x54fb83[_0x50b5ea(0x265)][_0x50b5ea(0x39e)])return{'m1Prime':_0x19f2e4,'m2Prime':_0x266eba};const _0x399c2e=_0x19f2e4['params']['ranges'][_0x50b5ea(0x28a)]((_0x4ff3d8,_0x256ae1)=>{const _0x59474a=_0x50b5ea,_0x125ca8=_0x266eba[_0x59474a(0x265)][_0x59474a(0x240)],_0x3c75fd=_0x125ca8[_0x59474a(0x18f)]-_0x125ca8['startColumn']+0x1;let _0x5a5484={..._0x256ae1};return _0x125ca8[_0x59474a(0x332)]>_0x256ae1['endColumn']?_0x5a5484={..._0x256ae1}:_0x125ca8[_0x59474a(0x332)]>=_0x256ae1[_0x59474a(0x332)]&&_0x125ca8[_0x59474a(0x332)]<=_0x256ae1[_0x59474a(0x18f)]&&_0x125ca8[_0x59474a(0x18f)]>_0x256ae1['endColumn']?(_0x5a5484[_0x59474a(0x18f)]=_0x125ca8['startColumn']-0x1,_0x125ca8['startColumn']===_0x256ae1['startColumn']&&(_0x5a5484=null)):_0x125ca8[_0x59474a(0x332)]>_0x256ae1['startColumn']&&_0x125ca8[_0x59474a(0x18f)]<_0x256ae1[_0x59474a(0x18f)]?_0x5a5484[_0x59474a(0x18f)]=_0x256ae1[_0x59474a(0x18f)]-_0x3c75fd:_0x125ca8[_0x59474a(0x332)]<_0x256ae1[_0x59474a(0x332)]&&_0x125ca8['endColumn']>=_0x256ae1['startColumn']&&_0x125ca8[_0x59474a(0x18f)]<=_0x256ae1[_0x59474a(0x18f)]?(_0x5a5484[_0x59474a(0x332)]=_0x125ca8[_0x59474a(0x332)],_0x5a5484['endColumn']=_0x256ae1[_0x59474a(0x18f)]-_0x3c75fd,_0x125ca8[_0x59474a(0x18f)]===_0x256ae1[_0x59474a(0x18f)]&&(_0x5a5484=null)):_0x125ca8[_0x59474a(0x332)]<=_0x256ae1[_0x59474a(0x332)]&&_0x125ca8[_0x59474a(0x18f)]>=_0x256ae1[_0x59474a(0x18f)]?_0x5a5484=null:_0x125ca8['endColumn']<_0x256ae1[_0x59474a(0x332)]&&(_0x5a5484['startColumn']=_0x256ae1[_0x59474a(0x332)]-_0x3c75fd,_0x5a5484[_0x59474a(0x18f)]=_0x256ae1[_0x59474a(0x18f)]-_0x3c75fd),_0x5a5484&&!(_0x5a5484[_0x59474a(0x2e7)]===_0x5a5484['endRow']&&_0x5a5484[_0x59474a(0x332)]===_0x5a5484[_0x59474a(0x18f)])&&_0x4ff3d8['push'](_0x5a5484),_0x4ff3d8;},[]);return _0x19f2e4[_0x50b5ea(0x265)]['ranges']=_0x399c2e,_0x19f2e4[_0x50b5ea(0x265)][_0x50b5ea(0x3b3)][_0x50b5ea(0x295)]===0x0&&(_0x19f2e4['id']=_0x5e5d8d[_0x50b5ea(0x2c2)]['id']),{'m1Prime':_0x19f2e4,'m2Prime':_0x266eba};}},_0x159a1f={'m1':_0x5e5d8d[_0x49989d(0x335)]['id'],'m2':_0x5e5d8d['RemoveRowMutation']['id'],'handler'(_0x104d6e,_0x7d053d){const _0x63522b=_0x49989d,_0x21bbbd=_0x546230[_0x63522b(0x37e)]['deepClone'](_0x104d6e),_0xbfde80=_0x546230[_0x63522b(0x37e)][_0x63522b(0x351)](_0x7d053d);if(_0x104d6e[_0x63522b(0x265)][_0x63522b(0x20f)]!==_0x7d053d[_0x63522b(0x265)]['unitId']||_0x104d6e['params'][_0x63522b(0x39e)]!==_0x7d053d[_0x63522b(0x265)][_0x63522b(0x39e)])return{'m1Prime':_0x21bbbd,'m2Prime':_0xbfde80};const _0x9bd274=_0x21bbbd[_0x63522b(0x265)][_0x63522b(0x3b3)][_0x63522b(0x28a)]((_0x217736,_0x15984d)=>{const _0x59ce1a=_0x63522b,_0x3adc62=_0xbfde80[_0x59ce1a(0x265)]['range'],_0x1f1666=_0x3adc62[_0x59ce1a(0x275)]-_0x3adc62[_0x59ce1a(0x2e7)]+0x1;let _0x19a9c4={..._0x15984d};return _0x3adc62[_0x59ce1a(0x2e7)]>_0x15984d[_0x59ce1a(0x275)]?_0x19a9c4={..._0x15984d}:_0x3adc62[_0x59ce1a(0x2e7)]>=_0x15984d[_0x59ce1a(0x2e7)]&&_0x3adc62[_0x59ce1a(0x2e7)]<=_0x15984d['endRow']&&_0x3adc62['endRow']>_0x15984d['endRow']?(_0x19a9c4[_0x59ce1a(0x275)]=_0x3adc62[_0x59ce1a(0x2e7)]-0x1,_0x3adc62[_0x59ce1a(0x2e7)]===_0x15984d[_0x59ce1a(0x2e7)]&&(_0x19a9c4=null)):_0x3adc62[_0x59ce1a(0x2e7)]>_0x15984d[_0x59ce1a(0x2e7)]&&_0x3adc62[_0x59ce1a(0x275)]<_0x15984d['endRow']?_0x19a9c4[_0x59ce1a(0x275)]=_0x15984d[_0x59ce1a(0x275)]-_0x1f1666:_0x3adc62['startRow']<_0x15984d['startRow']&&_0x3adc62[_0x59ce1a(0x275)]>=_0x15984d['startRow']&&_0x3adc62[_0x59ce1a(0x275)]<=_0x15984d[_0x59ce1a(0x275)]?(_0x19a9c4[_0x59ce1a(0x2e7)]=_0x3adc62[_0x59ce1a(0x2e7)],_0x19a9c4[_0x59ce1a(0x275)]=_0x15984d[_0x59ce1a(0x275)]-_0x1f1666,_0x3adc62[_0x59ce1a(0x275)]===_0x15984d[_0x59ce1a(0x275)]&&(_0x19a9c4=null)):_0x3adc62[_0x59ce1a(0x2e7)]<=_0x15984d[_0x59ce1a(0x2e7)]&&_0x3adc62[_0x59ce1a(0x275)]>=_0x15984d[_0x59ce1a(0x275)]?_0x19a9c4=null:_0x3adc62[_0x59ce1a(0x275)]<_0x15984d['startRow']&&(_0x19a9c4[_0x59ce1a(0x2e7)]=_0x15984d[_0x59ce1a(0x2e7)]-_0x1f1666,_0x19a9c4[_0x59ce1a(0x275)]=_0x15984d[_0x59ce1a(0x275)]-_0x1f1666),_0x19a9c4&&!(_0x19a9c4[_0x59ce1a(0x2e7)]===_0x19a9c4[_0x59ce1a(0x275)]&&_0x19a9c4['startColumn']===_0x19a9c4['endColumn'])&&_0x217736[_0x59ce1a(0x372)](_0x19a9c4),_0x217736;},[]);return _0x21bbbd[_0x63522b(0x265)][_0x63522b(0x3b3)]=_0x9bd274,_0x21bbbd[_0x63522b(0x265)][_0x63522b(0x3b3)][_0x63522b(0x295)]===0x0&&(_0x21bbbd['id']=_0x5e5d8d['EmptyMutation']['id']),{'m1Prime':_0x21bbbd,'m2Prime':_0xbfde80};}},_0x55c2b9={'m1':_0x5e5d8d[_0x49989d(0x335)]['id'],'m2':_0x5e5d8d['SetSelectionsOperation']['id'],'handler'(_0x31b6fc,_0x4bb33c){const _0x3dfbe0=_0x49989d,_0x2fb64a={'m1Prime':[],'m2Prime':[]};if(_0x31b6fc[_0x3dfbe0(0x265)][_0x3dfbe0(0x20f)]!==_0x4bb33c[_0x3dfbe0(0x265)]['unitId']||_0x31b6fc[_0x3dfbe0(0x265)]['subUnitId']!==_0x4bb33c['params']['subUnitId'])return _0x2fb64a;const _0x39cc28=_0x546230['Tools']['deepClone'](_0x4bb33c),_0x2e87a4=_0x39cc28['params'][_0x3dfbe0(0x204)],_0x43b534=_0x2e87a4[_0x2e87a4[_0x3dfbe0(0x295)]-0x1][_0x3dfbe0(0x3ae)];return _0x31b6fc[_0x3dfbe0(0x265)][_0x3dfbe0(0x3b3)]['forEach'](_0x3ae11c=>{const _0x44a620=_0x3dfbe0;_0x43b534&&_0x546230[_0x44a620(0x1bb)][_0x44a620(0x254)](_0x3ae11c,_0x43b534)&&(_0x43b534[_0x44a620(0x21f)]=!0x1,_0x43b534[_0x44a620(0x232)]=!0x1,_0x43b534[_0x44a620(0x2e7)]=_0x3ae11c[_0x44a620(0x2e7)],_0x43b534[_0x44a620(0x332)]=_0x3ae11c[_0x44a620(0x332)],_0x43b534['endRow']=_0x3ae11c[_0x44a620(0x2e7)],_0x43b534['endColumn']=_0x3ae11c[_0x44a620(0x332)],_0x43b534[_0x44a620(0x270)]=_0x3ae11c[_0x44a620(0x332)],_0x43b534[_0x44a620(0x229)]=_0x3ae11c[_0x44a620(0x2e7)]);}),_0x2fb64a[_0x3dfbe0(0x2fd)][_0x3dfbe0(0x372)](_0x39cc28),_0x2fb64a;}},_0x1aaf00=_0x3414e6=>{const _0x202a4f=_0x49989d,{order:_0x4694fb}=_0x3414e6,_0x5eb369={};return Object[_0x202a4f(0x274)](_0x4694fb)[_0x202a4f(0x36d)](_0x5e8cdd=>{_0x5eb369[_0x4694fb[Number(_0x5e8cdd)]]=Number(_0x5e8cdd);}),{..._0x3414e6,'order':_0x5eb369};},_0x49948b=(_0x16293d,_0x4c5510)=>{const _0x7b833d=_0x49989d,_0x4fcab8={};return Array[_0x7b833d(0x206)](new Set(Object['keys'](_0x16293d)['concat'](Object[_0x7b833d(0x274)](_0x4c5510))[_0x7b833d(0x2a6)](Number)))[_0x7b833d(0x36d)](_0x4c2540=>{let _0x2dd118;_0x4c2540 in _0x4c5510?(_0x2dd118=_0x4c5510[_0x4c2540],_0x2dd118 in _0x16293d&&(_0x2dd118=_0x16293d[_0x2dd118])):_0x2dd118=_0x16293d[_0x4c2540],_0x4fcab8[_0x4c2540]=_0x2dd118;}),_0x4fcab8;},_0x33df7f={'m1':_0x5e5d8d[_0x49989d(0x392)]['id'],'m2':_0x5e5d8d['ReorderRangeMutation']['id'],'handler'(_0x1e4670,_0xa774b9){const _0x11f489=_0x49989d,_0x457e87={'m1Prime':_0x1e4670,'m2Prime':_0xa774b9};if(_0x1e4670['params'][_0x11f489(0x20f)]!==_0xa774b9[_0x11f489(0x265)][_0x11f489(0x20f)])return _0x457e87;const {range:_0x205ed6}=_0x1e4670['params'],{range:_0x31f010}=_0xa774b9[_0x11f489(0x265)];if(_0x31f010['startColumn']===_0x205ed6[_0x11f489(0x332)]&&_0x31f010[_0x11f489(0x18f)]===_0x205ed6[_0x11f489(0x18f)]&&_0x31f010[_0x11f489(0x2e7)]<=_0x205ed6[_0x11f489(0x2e7)]&&_0x31f010[_0x11f489(0x275)]>=_0x205ed6[_0x11f489(0x275)]){const _0x54a7af=_0x1aaf00(_0x1e4670[_0x11f489(0x265)])[_0x11f489(0x1b7)],_0x178d7a={'id':_0x5e5d8d[_0x11f489(0x392)]['id'],'params':{..._0xa774b9[_0x11f489(0x265)],'range':_0x31f010,'order':_0x49948b(_0x54a7af,_0xa774b9[_0x11f489(0x265)][_0x11f489(0x1b7)])}};return{'m1Prime':[],'m2Prime':_0x178d7a};}return _0x546230[_0x11f489(0x1bb)][_0x11f489(0x254)](_0x205ed6,_0x31f010)?{'error':new Error(_0x11f489(0x226))}:_0x457e87;}},_0x19cd7d={'id':'univer.mutation.revert-version','type':_0x546230['CommandType'][_0x49989d(0x201)],'handler':()=>!0x0},_0x4e3280={'m1':_0x19cd7d['id'],'m2':_0x49989d(0x38d),'handler'(_0x23e669,_0x101b54){const _0x106c85=_0x49989d;return{'error':new Error(_0x106c85(0x231))};}},_0x487406={'m1':_0x49989d(0x38d),'m2':_0x19cd7d['id'],'handler'(_0x162360,_0x164872){const _0x1fb9b3=_0x49989d;return _0x162360[_0x1fb9b3(0x265)][_0x1fb9b3(0x20f)]===_0x164872[_0x1fb9b3(0x265)]['unitId']?{'m1Prime':[],'m2Prime':_0x164872}:{'m1Prime':_0x162360,'m2Prime':_0x164872};}},_0x1b2136={'m1':_0x5e5d8d[_0x49989d(0x2b8)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2b8)]['id'],'handler'(_0x59c4e3,_0x2557b5){const _0x365482=_0x49989d,_0x1e9dd5={'m1Prime':_0x59c4e3,'m2Prime':_0x2557b5};if(_0x59c4e3[_0x365482(0x265)]['unitId']!==_0x2557b5[_0x365482(0x265)][_0x365482(0x20f)]||_0x59c4e3[_0x365482(0x265)][_0x365482(0x39e)]!==_0x2557b5[_0x365482(0x265)][_0x365482(0x39e)])return _0x1e9dd5;const _0x4406e5=_0x59c4e3[_0x365482(0x265)][_0x365482(0x218)],_0x3d80ea=_0x2557b5[_0x365482(0x265)]['columnData'],_0x4e0a89={},_0x4589a8=_0x546230[_0x365482(0x37e)][_0x365482(0x351)](_0x59c4e3),_0x28fe53=new Set([...Object['keys'](_0x4406e5)[_0x365482(0x2a6)](Number),...Object['keys'](_0x3d80ea)[_0x365482(0x2a6)](Number)]);for(const _0x26dcac of _0x28fe53){const _0x417df6=_0x4406e5[_0x26dcac],_0x4bbf0c=_0x3d80ea[_0x26dcac];if(_0x417df6&&_0x4bbf0c){const _0x955437={..._0x417df6,..._0x4bbf0c};_0x4e0a89[_0x26dcac]=_0x955437;}else _0x417df6?_0x4e0a89[_0x26dcac]=_0x417df6:_0x4bbf0c&&(_0x4e0a89[_0x26dcac]=_0x4bbf0c);}return _0x4589a8[_0x365482(0x265)][_0x365482(0x218)]=_0x4e0a89,{'m1Prime':_0x4589a8,'m2Prime':_0x2557b5};}},_0x39f649={'m1':_0x199094[_0x49989d(0x2f0)]['id'],'m2':_0x199094[_0x49989d(0x2f0)]['id'],'handler'(_0x5b48f6,_0x2ac021){const _0x498bb0=_0x49989d;if(_0x5b48f6[_0x498bb0(0x265)]['unitId']!==_0x2ac021[_0x498bb0(0x265)][_0x498bb0(0x20f)]||_0x5b48f6[_0x498bb0(0x265)][_0x498bb0(0x39e)]!==_0x2ac021[_0x498bb0(0x265)][_0x498bb0(0x39e)])return{'m1Prime':_0x5b48f6,'m2Prime':_0x2ac021};const _0x3621e9=_0x5b48f6[_0x498bb0(0x265)][_0x498bb0(0x397)]||_0x5b48f6[_0x498bb0(0x265)][_0x498bb0(0x205)][_0x498bb0(0x397)],_0xf56be8=_0x2ac021[_0x498bb0(0x265)]['cfId']||_0x2ac021[_0x498bb0(0x265)][_0x498bb0(0x205)][_0x498bb0(0x397)];if(_0x3621e9!==_0xf56be8)return{'m1Prime':_0x5b48f6,'m2Prime':_0x2ac021};const _0x5731e4=_0x546230[_0x498bb0(0x37e)]['deepClone'](_0x2ac021);return{'m1Prime':[],'m2Prime':_0x5731e4};}};function _0x56fd01(_0x2dae35,_0xc0ac99){const _0x5b66d4=_0x49989d,_0x21ea7d=_0x2dae35[_0x5b66d4(0x28a)]((_0x573227,_0x440ed5)=>(_0x573227['set'](_0x440ed5[_0x5b66d4(0x2e0)],!0x0),_0x573227),new Map());return _0xc0ac99[_0x5b66d4(0x34c)](_0x4413bc=>_0x21ea7d[_0x5b66d4(0x2be)](_0x4413bc['drawingId'])!==void 0x0);}function _0x273c8f(_0x48ec03,_0xf9a933){const _0x316dbd=_0x49989d,_0x283d7d=_0x48ec03[_0x316dbd(0x353)];return _0xf9a933['drawingIds'][_0x316dbd(0x34c)](_0x58239b=>_0x283d7d[_0x316dbd(0x1e2)](_0x58239b)!==-0x1);}const {UPDATE:_0x5cdfbd,REMOVE:_0x36cf35,ARRANGE:_0x18bee7}=_0x220c19[_0x49989d(0x31d)],_0x35e98b={'m1':_0x220c19[_0x49989d(0x1cb)]['id'],'m2':_0x220c19['SetDrawingApplyMutation']['id'],'handler'(_0xe3d876,_0x56db13){const _0x19d073=_0x49989d,_0x148869=_0xe3d876[_0x19d073(0x265)],_0x1d39b3=_0x56db13['params'];if(_0x148869['unitId']!==_0x1d39b3[_0x19d073(0x20f)]||_0x148869['subUnitId']!==_0x1d39b3[_0x19d073(0x39e)])return{'m1Prime':_0xe3d876,'m2Prime':_0x56db13};const _0x18da45=_0x148869[_0x19d073(0x2bb)],_0x56c9aa=_0x1d39b3[_0x19d073(0x2bb)];if(_0x18da45===_0x36cf35&&_0x56c9aa===_0x5cdfbd&&_0x56fd01(_0x148869[_0x19d073(0x2c9)],_0x1d39b3['objects']))return{'m1Prime':_0x546230[_0x19d073(0x37e)][_0x19d073(0x351)](_0xe3d876),'m2Prime':[]};if(_0x18da45===_0x18bee7&&_0x56c9aa===_0x18bee7&&_0x273c8f(_0x148869[_0x19d073(0x2c9)],_0x1d39b3[_0x19d073(0x2c9)])){const _0x3b516f=_0x546230[_0x19d073(0x37e)][_0x19d073(0x351)](_0xe3d876),_0x7ca825=_0x546230[_0x19d073(0x37e)][_0x19d073(0x351)](_0x56db13);return{'m1Prime':{..._0x3b516f,'params':{..._0x3b516f[_0x19d073(0x265)],'op':_0x546230[_0x19d073(0x1dc)]['type'][_0x19d073(0x396)](_0x3b516f[_0x19d073(0x265)]['op'],_0x7ca825['params']['op'],_0x19d073(0x208))}},'m2Prime':{..._0x7ca825,'params':{..._0x7ca825[_0x19d073(0x265)],'op':_0x546230['JSON1'][_0x19d073(0x2bb)]['transform'](_0x7ca825['params']['op'],_0x3b516f[_0x19d073(0x265)]['op'],_0x19d073(0x292))}}};}return{'m1Prime':_0xe3d876,'m2Prime':_0x56db13};}},_0x3b087f={'m1':_0x5e5d8d['SetFrozenMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x22c)]['id'],'handler'(_0x2bad75,_0x47fd37){const _0x36e77d=_0x49989d,_0x115e81={'m1Prime':_0x2bad75,'m2Prime':_0x47fd37};return _0x2bad75[_0x36e77d(0x265)][_0x36e77d(0x20f)]!==_0x47fd37[_0x36e77d(0x265)][_0x36e77d(0x20f)]||_0x2bad75[_0x36e77d(0x265)]['subUnitId']!==_0x47fd37[_0x36e77d(0x265)][_0x36e77d(0x39e)]?_0x115e81:{'error':new Error(_0x36e77d(0x1ed))};}},_0x1eaa72={'m1':_0x5e5d8d[_0x49989d(0x188)]['id'],'m2':_0x5e5d8d[_0x49989d(0x2e8)]['id'],'handler'(_0x4fe877,_0x2fa319){const _0x13c3a7=_0x49989d;if(_0x4fe877[_0x13c3a7(0x265)][_0x13c3a7(0x20f)]!==_0x2fa319[_0x13c3a7(0x265)][_0x13c3a7(0x20f)]||_0x4fe877['params'][_0x13c3a7(0x39e)]!==_0x2fa319['params'][_0x13c3a7(0x39e)])return{'m1Prime':_0x4fe877,'m2Prime':_0x2fa319};const _0x4f13fd=_0x546230[_0x13c3a7(0x37e)]['deepClone'](_0x4fe877),_0x5ec29f=_0x546230['Tools'][_0x13c3a7(0x351)](_0x2fa319),_0x61ccff=_0x4f13fd['params'][_0x13c3a7(0x326)],_0x4c2da2=_0x5ec29f[_0x13c3a7(0x265)][_0x13c3a7(0x3b3)];for(const _0x3c32de in _0x61ccff){const _0x36a96e=_0x61ccff[_0x3c32de][_0x13c3a7(0x3b3)],_0x2b2c3d=[];_0x36a96e[_0x13c3a7(0x36d)](_0xab6b8a=>{const _0x14b43f=_0x13c3a7,_0x38d5f1=_0x125df6(_0xab6b8a,_0x4c2da2);_0x38d5f1[_0x14b43f(0x295)]>0x0&&_0x2b2c3d[_0x14b43f(0x372)](..._0x38d5f1);}),_0x61ccff[_0x3c32de][_0x13c3a7(0x3b3)]=_0x2b2c3d;}return{'m1Prime':_0x4f13fd,'m2Prime':_0x5ec29f};}},_0x5d9be4={'m1':_0x5e5d8d[_0x49989d(0x188)]['id'],'m2':_0x5e5d8d['SetNumfmtMutation']['id'],'handler'(_0x2b16c8,_0x1838cf){const _0x29f9bf=_0x49989d;if(_0x2b16c8[_0x29f9bf(0x265)]['unitId']!==_0x1838cf[_0x29f9bf(0x265)][_0x29f9bf(0x20f)]||_0x2b16c8[_0x29f9bf(0x265)][_0x29f9bf(0x39e)]!==_0x1838cf[_0x29f9bf(0x265)][_0x29f9bf(0x39e)])return{'m1Prime':_0x2b16c8,'m2Prime':_0x1838cf};const _0x243d87=_0x546230['Tools'][_0x29f9bf(0x351)](_0x2b16c8),_0xb6f9b6=_0x546230[_0x29f9bf(0x37e)][_0x29f9bf(0x351)](_0x1838cf),_0x4de455=_0x243d87[_0x29f9bf(0x265)][_0x29f9bf(0x326)],_0x1c9731=Object['values'](_0xb6f9b6[_0x29f9bf(0x265)][_0x29f9bf(0x326)])[_0x29f9bf(0x2a6)](_0x3d99fa=>_0x3d99fa[_0x29f9bf(0x3b3)])[_0x29f9bf(0x23d)]();for(const _0x38155f in _0x4de455){const _0x5aab85=_0x4de455[_0x38155f][_0x29f9bf(0x3b3)],_0x52ffa6=[];_0x5aab85[_0x29f9bf(0x36d)](_0x1a79d2=>{const _0x34326d=_0x29f9bf,_0x476636=_0x125df6(_0x1a79d2,_0x1c9731);_0x476636[_0x34326d(0x295)]>0x0&&_0x52ffa6[_0x34326d(0x372)](..._0x476636);}),_0x4de455[_0x38155f][_0x29f9bf(0x3b3)]=_0x52ffa6;}return{'m1Prime':_0x243d87,'m2Prime':_0xb6f9b6};}},_0x43f273={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x101f9d[_0x49989d(0x214)]['id'],'handler':(_0x1379dd,_0x23a094)=>{const _0x11b836=_0x49989d,_0x34dd6b={'m1Prime':_0x1379dd,'m2Prime':_0x23a094};return _0x1379dd[_0x11b836(0x265)][_0x11b836(0x20f)]!==_0x23a094[_0x11b836(0x265)][_0x11b836(0x20f)]||_0x1379dd[_0x11b836(0x265)][_0x11b836(0x39e)]!==_0x23a094[_0x11b836(0x265)][_0x11b836(0x39e)]?_0x34dd6b:{'error':new Error(_0x11b836(0x211))};}},_0x487eff={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x199094[_0x49989d(0x2ba)]['id'],'handler':(_0x380956,_0x39cf48)=>{const _0x54626d=_0x49989d,_0x3aa71b={'m1Prime':_0x380956,'m2Prime':_0x39cf48};if(_0x380956[_0x54626d(0x265)][_0x54626d(0x20f)]!==_0x39cf48[_0x54626d(0x265)][_0x54626d(0x20f)]||_0x380956[_0x54626d(0x265)]['subUnitId']!==_0x39cf48['params'][_0x54626d(0x39e)])return _0x3aa71b;const _0xfd4e55=_0x380956[_0x54626d(0x265)][_0x54626d(0x205)]['ranges'],_0x3f57b7=_0x39cf48[_0x54626d(0x265)][_0x54626d(0x205)][_0x54626d(0x3b3)];return _0xfd4e55[_0x54626d(0x34c)](_0x261a1f=>_0x3f57b7[_0x54626d(0x34c)](_0x20113a=>_0x546230['Rectangle'][_0x54626d(0x254)](_0x261a1f,_0x20113a)))?{'error':new Error(_0x54626d(0x3b6))}:_0x3aa71b;}},_0x2a6662={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler':(_0x307c7c,_0x45e064)=>{const _0x2682e1=_0x49989d,_0x1050b4={'m1Prime':_0x307c7c,'m2Prime':_0x45e064};if(_0x307c7c['params']['unitId']!==_0x45e064[_0x2682e1(0x265)][_0x2682e1(0x20f)]||_0x307c7c[_0x2682e1(0x265)][_0x2682e1(0x39e)]!==_0x45e064[_0x2682e1(0x265)]['subUnitId'])return _0x1050b4;const _0x3baabf=_0x307c7c[_0x2682e1(0x265)][_0x2682e1(0x205)][_0x2682e1(0x3b3)],_0x30a49a=_0x45e064[_0x2682e1(0x265)][_0x2682e1(0x3b3)];return _0x3baabf[_0x2682e1(0x34c)](_0x2935d=>_0x30a49a[_0x2682e1(0x34c)](_0x391ce5=>_0x546230[_0x2682e1(0x1bb)][_0x2682e1(0x254)](_0x2935d,_0x391ce5)))?{'error':new Error(_0x2682e1(0x225))}:_0x1050b4;}},_0x519953={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x28d)]['id'],'handler':(_0x2d3959,_0x1f92ce)=>{const _0x34a9bf=_0x49989d,_0x54e761={'m1Prime':_0x2d3959,'m2Prime':_0x1f92ce};return _0x2d3959[_0x34a9bf(0x265)]['unitId']!==_0x1f92ce[_0x34a9bf(0x265)][_0x34a9bf(0x20f)]||_0x2d3959[_0x34a9bf(0x265)]['subUnitId']!==_0x1f92ce['params'][_0x34a9bf(0x205)]['subUnitId']?_0x54e761:{'error':new Error(_0x34a9bf(0x2a3))};}},_0xa374d4={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x199094[_0x49989d(0x253)]['id'],'handler':(_0x54b278,_0x321485)=>{const _0x51e8bd=_0x49989d,_0x2e62d3={'m1Prime':_0x54b278,'m2Prime':_0x321485};return _0x54b278[_0x51e8bd(0x265)][_0x51e8bd(0x20f)]!==_0x321485['params']['unitId']||_0x54b278[_0x51e8bd(0x265)][_0x51e8bd(0x39e)]!==_0x321485[_0x51e8bd(0x265)][_0x51e8bd(0x39e)]?_0x2e62d3:{'error':new Error(_0x51e8bd(0x29a))};}},_0x4c815c={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x278)]['id'],'handler':(_0x4a6c0a,_0x4b7a56)=>{const _0x479d37=_0x49989d,_0x3a1f51={'m1Prime':_0x4a6c0a,'m2Prime':_0x4b7a56};if(_0x4a6c0a[_0x479d37(0x265)]['unitId']!==_0x4b7a56[_0x479d37(0x265)][_0x479d37(0x20f)]||_0x4a6c0a['params'][_0x479d37(0x39e)]!==_0x4b7a56[_0x479d37(0x265)][_0x479d37(0x39e)])return _0x3a1f51;const _0x59ff78=_0x4a6c0a['params'][_0x479d37(0x205)][_0x479d37(0x3b3)],_0x48ac68=_0x4b7a56['params']['range'];return _0x59ff78[_0x479d37(0x34c)](_0x3d2939=>_0x546230['Rectangle']['intersects'](_0x3d2939,_0x48ac68))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x3a1f51;}},_0x4749c5={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d['InsertRowMutation']['id'],'handler':(_0x2bb291,_0x220001)=>{const _0xe9324f=_0x49989d,_0x42ade7={'m1Prime':_0x2bb291,'m2Prime':_0x220001};if(_0x2bb291['params'][_0xe9324f(0x20f)]!==_0x220001[_0xe9324f(0x265)]['unitId']||_0x2bb291[_0xe9324f(0x265)]['subUnitId']!==_0x220001['params']['subUnitId'])return _0x42ade7;const _0x50795e=_0x2bb291[_0xe9324f(0x265)][_0xe9324f(0x205)]['ranges'],_0x5dbc0f=_0x220001[_0xe9324f(0x265)][_0xe9324f(0x240)];return _0x50795e[_0xe9324f(0x34c)](_0x202a9c=>_0x546230[_0xe9324f(0x1bb)][_0xe9324f(0x254)](_0x202a9c,_0x5dbc0f))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row')}:_0x42ade7;}},_0x58e2a0={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x33b)]['id'],'handler':(_0x15374c,_0x388ebf)=>{const _0x39147a=_0x49989d,_0x153bd8={'m1Prime':_0x15374c,'m2Prime':_0x388ebf};if(_0x15374c['params'][_0x39147a(0x20f)]!==_0x388ebf[_0x39147a(0x265)][_0x39147a(0x20f)]||_0x15374c['params'][_0x39147a(0x39e)]!==_0x388ebf[_0x39147a(0x265)][_0x39147a(0x39e)])return _0x153bd8;const _0x47ea33=_0x15374c['params'][_0x39147a(0x205)][_0x39147a(0x3b3)],_0xdd7d1=[_0x388ebf['params'][_0x39147a(0x255)],_0x388ebf[_0x39147a(0x265)][_0x39147a(0x2cf)]];return _0x47ea33[_0x39147a(0x34c)](_0x49555e=>_0xdd7d1['some'](_0x3e20fd=>_0x546230['Rectangle'][_0x39147a(0x254)](_0x49555e,_0x3e20fd)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col')}:_0x153bd8;}},_0x1b89bd={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler':(_0x5cee70,_0x1cb7b2)=>{const _0x2713e0=_0x49989d,_0x2bbc66={'m1Prime':_0x5cee70,'m2Prime':_0x1cb7b2};if(_0x5cee70[_0x2713e0(0x265)]['unitId']!==_0x1cb7b2[_0x2713e0(0x265)]['unitId']||_0x5cee70[_0x2713e0(0x265)][_0x2713e0(0x39e)]!==_0x1cb7b2[_0x2713e0(0x265)][_0x2713e0(0x206)]['subUnitId'])return _0x2bbc66;const _0x4352a5=_0x5cee70[_0x2713e0(0x265)][_0x2713e0(0x205)][_0x2713e0(0x3b3)],_0x46d8c8=new _0x546230[(_0x2713e0(0x306))](_0x1cb7b2[_0x2713e0(0x265)][_0x2713e0(0x206)][_0x2713e0(0x1f5)])[_0x2713e0(0x289)](),_0x211a16=new _0x546230[(_0x2713e0(0x306))](_0x1cb7b2[_0x2713e0(0x265)]['to'][_0x2713e0(0x1f5)])[_0x2713e0(0x289)](),_0x175acd=[_0x46d8c8,_0x211a16];return _0x4352a5[_0x2713e0(0x34c)](_0xd1e4ba=>_0x175acd[_0x2713e0(0x34c)](_0x47e19f=>_0x546230[_0x2713e0(0x1bb)][_0x2713e0(0x254)](_0xd1e4ba,_0x47e19f)))?{'error':new Error(_0x2713e0(0x25e))}:_0x2bbc66;}},_0x344fba={'m1':_0x5e5d8d['SetRangeProtectionMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x261)]['id'],'handler':(_0x4fbc41,_0x26215f)=>{const _0x491fdb=_0x49989d,_0x25d8d1={'m1Prime':_0x4fbc41,'m2Prime':_0x26215f};if(_0x4fbc41['params'][_0x491fdb(0x20f)]!==_0x26215f[_0x491fdb(0x265)]['unitId']||_0x4fbc41['params'][_0x491fdb(0x39e)]!==_0x26215f[_0x491fdb(0x265)]['subUnitId'])return _0x25d8d1;const _0x4cb1e0=_0x4fbc41[_0x491fdb(0x265)][_0x491fdb(0x205)][_0x491fdb(0x3b3)],_0x37c378=[_0x26215f['params'][_0x491fdb(0x255)],_0x26215f[_0x491fdb(0x265)][_0x491fdb(0x2cf)]];return _0x4cb1e0['some'](_0x260886=>_0x37c378[_0x491fdb(0x34c)](_0x405f68=>_0x546230[_0x491fdb(0x1bb)][_0x491fdb(0x254)](_0x260886,_0x405f68)))?{'error':new Error(_0x491fdb(0x33a))}:_0x25d8d1;}},_0x5b61b2={'m1':_0x5e5d8d['SetRangeProtectionMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x39d)]['id'],'handler':(_0x2fac2c,_0x4cd44f)=>{const _0x50a53b=_0x49989d,_0x3637ae={'m1Prime':_0x2fac2c,'m2Prime':_0x4cd44f};if(_0x2fac2c[_0x50a53b(0x265)][_0x50a53b(0x20f)]!==_0x4cd44f[_0x50a53b(0x265)]['unitId']||_0x2fac2c['params'][_0x50a53b(0x39e)]!==_0x4cd44f[_0x50a53b(0x265)][_0x50a53b(0x39e)])return _0x3637ae;const _0x42b860=_0x2fac2c[_0x50a53b(0x265)][_0x50a53b(0x205)][_0x50a53b(0x3b3)],_0x555ae5=_0x4cd44f[_0x50a53b(0x265)][_0x50a53b(0x240)];return _0x42b860['some'](_0xc9e595=>_0x546230[_0x50a53b(0x1bb)][_0x50a53b(0x254)](_0xc9e595,_0x555ae5))?{'error':new Error(_0x50a53b(0x19a))}:_0x3637ae;}},_0x39dbc0={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x24b62e[_0x49989d(0x327)]['id'],'handler':(_0x4be9f7,_0x230ac2)=>{const _0xef826d=_0x49989d,_0x375235={'m1Prime':_0x4be9f7,'m2Prime':_0x230ac2};return _0x4be9f7[_0xef826d(0x265)][_0xef826d(0x20f)]!==_0x230ac2[_0xef826d(0x265)][_0xef826d(0x20f)]||_0x4be9f7[_0xef826d(0x265)]['subUnitId']!==_0x230ac2['params'][_0xef826d(0x39e)]?_0x375235:{'error':new Error(_0xef826d(0x34e))};}},_0x53d753={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1f9)]['id'],'handler':(_0x18c021,_0xfbfce4)=>{const _0x7c7f19=_0x49989d,_0x5990ea={'m1Prime':_0x18c021,'m2Prime':_0xfbfce4};if(_0x18c021[_0x7c7f19(0x265)]['unitId']!==_0xfbfce4[_0x7c7f19(0x265)]['unitId']||_0x18c021[_0x7c7f19(0x265)][_0x7c7f19(0x39e)]!==_0xfbfce4['params'][_0x7c7f19(0x39e)])return _0x5990ea;const _0x265d34=_0x18c021[_0x7c7f19(0x265)][_0x7c7f19(0x205)]['ranges'],_0x318537=_0xfbfce4[_0x7c7f19(0x265)]['range'];return _0x265d34[_0x7c7f19(0x34c)](_0x26550b=>_0x546230[_0x7c7f19(0x1bb)][_0x7c7f19(0x254)](_0x26550b,_0x318537))?{'error':new Error(_0x7c7f19(0x18d))}:_0x5990ea;}},_0x1c58ef={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x37ca0b[_0x49989d(0x37f)]['id'],'handler':(_0x18ca8b,_0x443914)=>{const _0x57d2a9=_0x49989d,_0x13700b={'m1Prime':_0x18ca8b,'m2Prime':_0x443914};return _0x18ca8b[_0x57d2a9(0x265)][_0x57d2a9(0x20f)]!==_0x443914[_0x57d2a9(0x265)][_0x57d2a9(0x20f)]||_0x18ca8b['params'][_0x57d2a9(0x39e)]!==_0x443914[_0x57d2a9(0x265)][_0x57d2a9(0x39e)]?_0x13700b:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x4d7100={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler':(_0xa64ac,_0x530fd6)=>{const _0x4f9e7a=_0x49989d,_0x1bd70d={'m1Prime':_0xa64ac,'m2Prime':_0x530fd6};if(_0xa64ac[_0x4f9e7a(0x265)][_0x4f9e7a(0x20f)]!==_0x530fd6[_0x4f9e7a(0x265)][_0x4f9e7a(0x20f)]||_0xa64ac[_0x4f9e7a(0x265)][_0x4f9e7a(0x39e)]!==_0x530fd6['params'][_0x4f9e7a(0x39e)])return _0x1bd70d;const _0x4b3f00=_0xa64ac['params'][_0x4f9e7a(0x205)][_0x4f9e7a(0x3b3)],_0x486ac0=_0x530fd6['params']['ranges'];return _0x4b3f00['some'](_0x44e180=>_0x486ac0[_0x4f9e7a(0x34c)](_0x462ef9=>_0x546230[_0x4f9e7a(0x1bb)][_0x4f9e7a(0x254)](_0x44e180,_0x462ef9)))?{'error':new Error(_0x4f9e7a(0x1c0))}:_0x1bd70d;}},_0x2878a8={'m1':_0x5e5d8d['SetRangeProtectionMutation']['id'],'m2':_0x199094[_0x49989d(0x2f0)]['id'],'handler':(_0x44efdb,_0x3eafeb)=>{const _0x19ec99=_0x49989d,_0x279b35={'m1Prime':_0x44efdb,'m2Prime':_0x3eafeb};if(_0x44efdb['params'][_0x19ec99(0x20f)]!==_0x3eafeb[_0x19ec99(0x265)][_0x19ec99(0x20f)]||_0x44efdb[_0x19ec99(0x265)]['subUnitId']!==_0x3eafeb['params'][_0x19ec99(0x39e)])return _0x279b35;const _0x263c40=_0x44efdb['params']['rule'][_0x19ec99(0x3b3)],_0x43e9a8=_0x3eafeb[_0x19ec99(0x265)][_0x19ec99(0x205)]['ranges'];return _0x263c40[_0x19ec99(0x34c)](_0x4cee7a=>_0x43e9a8[_0x19ec99(0x34c)](_0x237392=>_0x546230['Rectangle']['intersects'](_0x4cee7a,_0x237392)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule')}:_0x279b35;}},_0x4c8070={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x22c)]['id'],'handler':(_0x16ea00,_0x414ded)=>{const _0x42e158=_0x49989d,_0x44e7f3={'m1Prime':_0x16ea00,'m2Prime':_0x414ded};if(_0x16ea00[_0x42e158(0x265)][_0x42e158(0x20f)]!==_0x414ded['params'][_0x42e158(0x20f)]||_0x16ea00[_0x42e158(0x265)][_0x42e158(0x39e)]!==_0x414ded[_0x42e158(0x265)][_0x42e158(0x39e)])return _0x44e7f3;const _0x1eb4b7=_0x16ea00[_0x42e158(0x265)][_0x42e158(0x205)][_0x42e158(0x3b3)],_0x3b93d1=[{'startRow':_0x414ded[_0x42e158(0x265)][_0x42e158(0x2e7)],'endRow':_0x414ded['params'][_0x42e158(0x2e7)],'startColumn':_0x414ded['params'][_0x42e158(0x332)],'endColumn':_0x414ded['params'][_0x42e158(0x332)]}];return _0x1eb4b7[_0x42e158(0x34c)](_0x1f3325=>_0x3b93d1[_0x42e158(0x34c)](_0x9cb531=>_0x546230['Rectangle']['intersects'](_0x1f3325,_0x9cb531)))?{'error':new Error(_0x42e158(0x36f))}:_0x44e7f3;}},_0x1b1e1f={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x188)]['id'],'handler':(_0x5b9a40,_0x6fe690)=>{const _0x2c7eb7=_0x49989d,_0x4db5a3={'m1Prime':_0x5b9a40,'m2Prime':_0x6fe690};return _0x5b9a40[_0x2c7eb7(0x265)]['unitId']!==_0x6fe690['params']['unitId']||_0x5b9a40['params']['subUnitId']!==_0x6fe690[_0x2c7eb7(0x265)]['subUnitId']?_0x4db5a3:{'error':new Error(_0x2c7eb7(0x343))};}},_0x1ee11b={'m1':_0x5e5d8d['SetRangeProtectionMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x312)]['id'],'handler':(_0x50c8bc,_0x334bb0)=>{const _0x25076b=_0x49989d,_0x5157f6={'m1Prime':_0x50c8bc,'m2Prime':_0x334bb0};if(_0x50c8bc[_0x25076b(0x265)][_0x25076b(0x20f)]!==_0x334bb0[_0x25076b(0x265)][_0x25076b(0x20f)]||_0x50c8bc['params'][_0x25076b(0x39e)]!==_0x334bb0[_0x25076b(0x265)][_0x25076b(0x39e)])return _0x5157f6;const _0x2120ae=_0x50c8bc[_0x25076b(0x265)]['rule']['ranges'],_0x1db14=_0x334bb0[_0x25076b(0x265)]['rule']['ranges'];return _0x2120ae[_0x25076b(0x34c)](_0x26101a=>_0x1db14[_0x25076b(0x34c)](_0x1d775d=>_0x546230['Rectangle'][_0x25076b(0x254)](_0x26101a,_0x1d775d)))?{'error':new Error(_0x25076b(0x266))}:_0x5157f6;}},_0x3c2095={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler':(_0x934573,_0x139699)=>{const _0x52857d=_0x49989d,_0xf60140={'m1Prime':_0x934573,'m2Prime':_0x139699};if(_0x934573[_0x52857d(0x265)][_0x52857d(0x20f)]!==_0x139699[_0x52857d(0x265)][_0x52857d(0x20f)]||_0x934573[_0x52857d(0x265)][_0x52857d(0x39e)]!==_0x139699['params'][_0x52857d(0x39e)])return _0xf60140;const _0x149a9e=_0x934573[_0x52857d(0x265)]['rule'][_0x52857d(0x3b3)],_0x1eec1e=new _0x546230[(_0x52857d(0x306))](_0x139699[_0x52857d(0x265)][_0x52857d(0x1c3)])[_0x52857d(0x289)]();return _0x149a9e[_0x52857d(0x34c)](_0x231693=>_0x546230[_0x52857d(0x1bb)][_0x52857d(0x254)](_0x231693,_0x1eec1e))?{'error':new Error(_0x52857d(0x37b))}:_0xf60140;}},_0x31294e={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x5e5d8d[_0x49989d(0x241)]['id'],'handler':(_0xeb8cf6,_0x10b417)=>{const _0x6b5c61=_0x49989d,_0x4bc3bd={'m1Prime':_0xeb8cf6,'m2Prime':_0x10b417};if(_0xeb8cf6[_0x6b5c61(0x265)][_0x6b5c61(0x20f)]!==_0x10b417[_0x6b5c61(0x265)][_0x6b5c61(0x20f)]||_0xeb8cf6['params'][_0x6b5c61(0x39e)]!==_0x10b417[_0x6b5c61(0x265)][_0x6b5c61(0x39e)])return _0x4bc3bd;const _0x46675c=_0xeb8cf6['params'][_0x6b5c61(0x205)]['ranges'],_0x355d60=_0x10b417[_0x6b5c61(0x265)][_0x6b5c61(0x3b3)];return _0x46675c[_0x6b5c61(0x34c)](_0x139f22=>_0x355d60[_0x6b5c61(0x34c)](_0x5c15d9=>_0x546230[_0x6b5c61(0x1bb)][_0x6b5c61(0x254)](_0x139f22,_0x5c15d9)))?{'error':new Error(_0x6b5c61(0x1fc))}:_0x4bc3bd;}},_0x97e0f5={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x101f9d[_0x49989d(0x355)]['id'],'handler':(_0x36137b,_0x1b5499)=>{const _0x360fbe=_0x49989d,_0x506401={'m1Prime':_0x36137b,'m2Prime':_0x1b5499};return _0x36137b['params'][_0x360fbe(0x20f)]!==_0x1b5499[_0x360fbe(0x265)][_0x360fbe(0x20f)]||_0x36137b['params'][_0x360fbe(0x39e)]!==_0x1b5499['params'][_0x360fbe(0x39e)]?_0x506401:{'error':new Error(_0x360fbe(0x2f9))};}},_0x2c2b52={'m1':_0x5e5d8d[_0x49989d(0x312)]['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0x522eca,_0x5d2cdd)=>{const _0x57dbc5=_0x49989d,_0x58660d={'m1Prime':_0x522eca,'m2Prime':_0x5d2cdd};return _0x522eca[_0x57dbc5(0x265)]['unitId']!==_0x5d2cdd[_0x57dbc5(0x265)][_0x57dbc5(0x20f)]||_0x522eca['params'][_0x57dbc5(0x39e)]!==_0x5d2cdd[_0x57dbc5(0x265)][_0x57dbc5(0x39e)]?_0x58660d:{'error':new Error(_0x57dbc5(0x2db))};}},_0x493b46={'m1':_0x5e5d8d[_0x49989d(0x27e)]['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x2eeb33,_0x4e71c9){const _0x58bf4b=_0x49989d,_0xa4c97e=_0x231942[_0x58bf4b(0x2cc)](_0x4e71c9,_0x2eeb33);return _0x782652(_0xa4c97e)?{'m1Prime':_0xa4c97e[_0x58bf4b(0x2fd)],'m2Prime':_0xa4c97e['m1Prime']}:_0xa4c97e;}},_0x56f4ae={'m1':_0x5e5d8d[_0x49989d(0x27e)]['id'],'m2':_0x5e5d8d[_0x49989d(0x336)]['id'],'handler'(_0x3c7ac3,_0x527519){const _0x211623=_0x49989d,_0x3e81a8={'m1Prime':_0x3c7ac3,'m2Prime':_0x527519};if(_0x3c7ac3[_0x211623(0x265)][_0x211623(0x20f)]!==_0x527519['params']['unitId'])return _0x3e81a8;const _0x56f2f3=new _0x546230[(_0x211623(0x306))](_0x3c7ac3[_0x211623(0x265)][_0x211623(0x1c3)])[_0x211623(0x289)](),_0x38468f=new _0x546230['ObjectMatrix'](_0x527519[_0x211623(0x265)]['from'][_0x211623(0x1f5)])[_0x211623(0x289)](),_0x56da11=new _0x546230[(_0x211623(0x306))](_0x527519[_0x211623(0x265)]['to'][_0x211623(0x1f5)])[_0x211623(0x289)]();return _0x3c7ac3['params'][_0x211623(0x39e)]===_0x527519[_0x211623(0x265)]['from'][_0x211623(0x39e)]&&_0x546230['Rectangle'][_0x211623(0x254)](_0x56f2f3,_0x38468f)||_0x3c7ac3[_0x211623(0x265)][_0x211623(0x39e)]===_0x527519[_0x211623(0x265)]['to']['subUnitId']&&_0x546230[_0x211623(0x1bb)]['intersects'](_0x56f2f3,_0x56da11)?{'error':new Error('Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.')}:_0x3e81a8;}},_0x13b237={'m1':_0x5e5d8d[_0x49989d(0x27e)]['id'],'m2':_0x5e5d8d['ReorderRangeMutation']['id'],'handler'(_0x508633,_0x48c65e){const _0x5c2119=_0x49989d;var _0x21a68a,_0x29d84c;const _0x2a9c6e={'m1Prime':_0x508633,'m2Prime':_0x48c65e};if(_0x508633[_0x5c2119(0x265)][_0x5c2119(0x20f)]!==_0x48c65e[_0x5c2119(0x265)][_0x5c2119(0x20f)]||_0x508633['params'][_0x5c2119(0x39e)]!==_0x48c65e[_0x5c2119(0x265)]['subUnitId'])return _0x2a9c6e;const _0x1fb355=_0x546230[_0x5c2119(0x37e)][_0x5c2119(0x351)](_0x508633),{cellValue:_0x479c2d}=_0x1fb355['params'],_0xe8261d=new _0x546230['ObjectMatrix'](_0x479c2d),{range:_0x14a6f9}=_0x48c65e['params'],_0x54e65a=new Map();for(let _0x2325a0=_0x14a6f9['startColumn'];_0x2325a0<=_0x14a6f9[_0x5c2119(0x18f)];_0x2325a0++)for(let _0x23993a=_0x14a6f9['startRow'];_0x23993a<=_0x14a6f9[_0x5c2119(0x275)];_0x23993a++)if(((_0x21a68a=_0x479c2d==null?void 0x0:_0x479c2d[_0x23993a])==null?void 0x0:_0x21a68a[_0x2325a0])!==void 0x0){const _0x4ef05c=(_0x29d84c=_0x48c65e[_0x5c2119(0x265)][_0x5c2119(0x1b7)][_0x23993a])!=null?_0x29d84c:_0x23993a;_0x4ef05c!==_0x23993a&&(_0x54e65a[_0x5c2119(0x2b2)](_0x4ef05c)||_0x54e65a['set'](_0x4ef05c,new Map()),_0x54e65a[_0x5c2119(0x2be)](_0x4ef05c)[_0x5c2119(0x1d4)](_0x2325a0,_0x479c2d[_0x23993a][_0x2325a0]),_0xe8261d['realDeleteValue'](_0x23993a,_0x2325a0));}return _0x54e65a['forEach']((_0x445d43,_0x524e84)=>{const _0x1c0e44=_0x5c2119;_0x445d43[_0x1c0e44(0x36d)]((_0x55f2e3,_0x352cc0)=>{const _0x379330=_0x1c0e44;_0xe8261d[_0x379330(0x1ec)](_0x524e84,_0x352cc0,_0x55f2e3);});}),{'m1Prime':_0x1fb355,'m2Prime':_0x48c65e};}},_0x10fa2c={'m1':_0x5e5d8d['SetRangeValuesMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler'(_0x2eb0fc,_0x5aeaba){const _0x3c2d44=_0x49989d,_0x47bd95={'m1Prime':_0x2eb0fc,'m2Prime':_0x5aeaba};if(_0x2eb0fc[_0x3c2d44(0x265)][_0x3c2d44(0x20f)]!==_0x5aeaba['params'][_0x3c2d44(0x20f)]||_0x2eb0fc[_0x3c2d44(0x265)][_0x3c2d44(0x39e)]!==_0x5aeaba[_0x3c2d44(0x265)][_0x3c2d44(0x39e)])return _0x47bd95;const _0x1749b4=_0x546230[_0x3c2d44(0x37e)]['deepClone'](_0x2eb0fc),_0x5c3260=_0x546230[_0x3c2d44(0x37e)][_0x3c2d44(0x351)](_0x5aeaba),_0x2aaa53=_0x546230[_0x3c2d44(0x37e)][_0x3c2d44(0x351)](_0x5aeaba),_0x31e33b=new _0x546230[(_0x3c2d44(0x306))](_0x1749b4['params'][_0x3c2d44(0x1c3)]),_0x483949=_0x31e33b[_0x3c2d44(0x289)](),_0x3d7d51=new _0x546230['ObjectMatrix'](_0x5aeaba[_0x3c2d44(0x265)][_0x3c2d44(0x1c3)]),_0x191849=new _0x546230[(_0x3c2d44(0x306))](),_0x39a13b=_0x3d7d51[_0x3c2d44(0x289)]();return _0x546230[_0x3c2d44(0x1bb)][_0x3c2d44(0x254)](_0x483949,_0x39a13b)?(_0x31e33b[_0x3c2d44(0x299)]((_0x37b26c,_0x1bf4f0,_0x1b1983)=>{const _0x61eddb=_0x3c2d44;var _0x25ee67;const _0x521c93=_0x3d7d51[_0x61eddb(0x1a9)](_0x37b26c,_0x1bf4f0);_0x521c93===null&&_0x31e33b[_0x61eddb(0x3a1)](_0x37b26c,_0x1bf4f0),_0x1b1983&&_0x521c93&&(typeof(_0x521c93==null?void 0x0:_0x521c93['s'])==_0x61eddb(0x38e)&&(_0x521c93['s']=_0x546230[_0x61eddb(0x37e)][_0x61eddb(0x351)]((_0x25ee67=_0x5c3260[_0x61eddb(0x265)][_0x61eddb(0x2d3)])==null?void 0x0:_0x25ee67[_0x521c93['s']])||void 0x0),_0x191849[_0x61eddb(0x1ec)](_0x37b26c,_0x1bf4f0,_0x521c93));}),_0x1749b4[_0x3c2d44(0x265)][_0x3c2d44(0x1c3)]=_0x31e33b['getMatrix'](),_0x5c3260[_0x3c2d44(0x265)][_0x3c2d44(0x1c3)]=_0x191849['getMatrix'](),{'m1Prime':[_0x1749b4,_0x5c3260],'m2Prime':_0x2aaa53}):_0x47bd95;}},_0x3e7ffe={'m1':_0x5e5d8d[_0x49989d(0x207)]['id'],'m2':_0x5e5d8d['SetRowDataMutation']['id'],'handler'(_0x37baa8,_0x3299c3){const _0x58a34b=_0x49989d,_0x42b05d={'m1Prime':_0x37baa8,'m2Prime':_0x3299c3};if(_0x37baa8[_0x58a34b(0x265)][_0x58a34b(0x20f)]!==_0x3299c3[_0x58a34b(0x265)][_0x58a34b(0x20f)]||_0x37baa8[_0x58a34b(0x265)][_0x58a34b(0x39e)]!==_0x3299c3[_0x58a34b(0x265)]['subUnitId'])return _0x42b05d;const _0x441b29=_0x37baa8[_0x58a34b(0x265)][_0x58a34b(0x28c)],_0x3ef489=_0x3299c3[_0x58a34b(0x265)]['rowData'],_0x33cf5f={},_0x1e98a0=_0x546230[_0x58a34b(0x37e)][_0x58a34b(0x351)](_0x37baa8),_0x230c99=new Set([...Object[_0x58a34b(0x274)](_0x441b29)['map'](Number),...Object['keys'](_0x3ef489)['map'](Number)]);for(const _0x16cabd of _0x230c99){const _0x1d2da8=_0x441b29[_0x16cabd],_0x5ccbcf=_0x3ef489[_0x16cabd];if(_0x1d2da8&&_0x5ccbcf){const _0x321579={..._0x1d2da8,..._0x5ccbcf};_0x33cf5f[_0x16cabd]=_0x321579;}else _0x1d2da8?_0x33cf5f[_0x16cabd]=_0x1d2da8:_0x5ccbcf&&(_0x33cf5f[_0x16cabd]=_0x5ccbcf);}return _0x1e98a0[_0x58a34b(0x265)]['rowData']=_0x33cf5f,{'m1Prime':_0x1e98a0,'m2Prime':_0x3299c3};}},_0xcd9415={'m1':_0x37ca0b[_0x49989d(0x33c)]['id'],'m2':_0x5e5d8d['MoveRangeMutation']['id'],'handler'(_0x20697d,_0x3e3c47){const _0xba94c0=_0x49989d,_0x77e674={'m1Prime':_0x20697d,'m2Prime':_0x3e3c47};if(_0x20697d['params'][_0xba94c0(0x20f)]!==_0x3e3c47['params'][_0xba94c0(0x20f)]||_0x20697d[_0xba94c0(0x265)][_0xba94c0(0x39e)]!==_0x3e3c47[_0xba94c0(0x265)][_0xba94c0(0x206)]['subUnitId']&&_0x20697d[_0xba94c0(0x265)]['subUnitId']!==_0x3e3c47['params']['to'][_0xba94c0(0x39e)])return _0x77e674;let _0x472490=null;return _0x20697d[_0xba94c0(0x265)]['subUnitId']===_0x3e3c47[_0xba94c0(0x265)][_0xba94c0(0x206)]['subUnitId']&&new _0x546230['ObjectMatrix'](_0x3e3c47[_0xba94c0(0x265)][_0xba94c0(0x206)]['value'])[_0xba94c0(0x299)]((_0x154a25,_0x3ceb94)=>{const _0x3d4523=_0xba94c0;_0x3ceb94===_0x20697d['params'][_0x3d4523(0x334)]&&(_0x472490=_0x3e3c47['params'][_0x3d4523(0x206)]['subUnitId']);}),_0x20697d[_0xba94c0(0x265)]['subUnitId']===_0x3e3c47['params']['to'][_0xba94c0(0x39e)]&&new _0x546230['ObjectMatrix'](_0x3e3c47[_0xba94c0(0x265)]['to'][_0xba94c0(0x1f5)])[_0xba94c0(0x299)]((_0x349f8c,_0x5c480c)=>{const _0xc0bc3a=_0xba94c0;_0x5c480c===_0x20697d['params'][_0xc0bc3a(0x334)]&&(_0x472490=_0x3e3c47[_0xc0bc3a(0x265)]['to'][_0xc0bc3a(0x39e)]);}),_0x472490?{'m1Prime':_0x20697d,'m2Prime':[_0x3e3c47,{'id':_0x37ca0b['ReCalcSheetsFilterMutation']['id'],'params':{'unitId':_0x3e3c47[_0xba94c0(0x265)]['unitId'],'subUnitId':_0x472490}}]}:_0x77e674;}},_0x59fff5={'m1':_0x37ca0b[_0x49989d(0x33c)]['id'],'m2':_0x37ca0b['RemoveSheetsFilterMutation']['id'],'handler'(_0xbe4deb,_0x5cc50f){const _0x190acf=_0x49989d,_0x54d027={'m1Prime':_0xbe4deb,'m2Prime':_0x5cc50f};return _0xbe4deb[_0x190acf(0x265)]['unitId']!==_0x5cc50f[_0x190acf(0x265)][_0x190acf(0x20f)]||_0xbe4deb[_0x190acf(0x265)][_0x190acf(0x39e)]!==_0x5cc50f[_0x190acf(0x265)]['subUnitId']?_0x54d027:{'m1Prime':[],'m2Prime':[_0x5cc50f]};}},_0x27e38a={'m1':_0x37ca0b['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x27e)]['id'],'handler'(_0x37df39,_0x303837){const _0x1b127b=_0x49989d,_0x2cc6dd={'m1Prime':_0x37df39,'m2Prime':_0x303837};if(_0x37df39[_0x1b127b(0x265)][_0x1b127b(0x20f)]!==_0x303837['params'][_0x1b127b(0x20f)]||_0x37df39[_0x1b127b(0x265)][_0x1b127b(0x39e)]!==_0x303837[_0x1b127b(0x265)][_0x1b127b(0x39e)])return _0x2cc6dd;let _0x2bd570=!0x1;return new _0x546230[(_0x1b127b(0x306))](_0x303837[_0x1b127b(0x265)][_0x1b127b(0x1c3)])[_0x1b127b(0x299)]((_0x928cf0,_0x47533f)=>{const _0x57c88f=_0x1b127b;_0x47533f===_0x37df39[_0x57c88f(0x265)][_0x57c88f(0x334)]&&(_0x2bd570=!0x0);}),_0x2bd570?{'m1Prime':_0x37df39,'m2Prime':[_0x303837,{'id':_0x37ca0b[_0x1b127b(0x311)]['id'],'params':{'unitId':_0x303837['params'][_0x1b127b(0x20f)],'subUnitId':_0x303837[_0x1b127b(0x265)][_0x1b127b(0x39e)]}}]}:_0x2cc6dd;}},_0x406ff1={'m1':_0x37ca0b[_0x49989d(0x33c)]['id'],'m2':_0x37ca0b['SetSheetsFilterCriteriaMutation']['id'],'handler'(_0x515a53,_0x36032b){const _0x453bbe=_0x49989d,_0x21107a={'m1Prime':_0x515a53,'m2Prime':_0x36032b};return _0x515a53[_0x453bbe(0x265)][_0x453bbe(0x20f)]!==_0x36032b[_0x453bbe(0x265)][_0x453bbe(0x20f)]||_0x515a53['params']['subUnitId']!==_0x36032b[_0x453bbe(0x265)]['subUnitId']||_0x515a53[_0x453bbe(0x265)]['col']!==_0x36032b[_0x453bbe(0x265)]['col']?_0x21107a:{'m1Prime':[],'m2Prime':[_0x36032b]};}},_0x1b3ff8={'m1':_0x37ca0b[_0x49989d(0x1fe)]['id'],'m2':_0x37ca0b['RemoveSheetsFilterMutation']['id'],'handler'(_0x2e01a7,_0x31f520){const _0x3c0ec0=_0x49989d,_0x391476={'m1Prime':_0x2e01a7,'m2Prime':_0x31f520};return _0x2e01a7[_0x3c0ec0(0x265)][_0x3c0ec0(0x20f)]!==_0x31f520['params'][_0x3c0ec0(0x20f)]||_0x2e01a7[_0x3c0ec0(0x265)][_0x3c0ec0(0x39e)]!==_0x31f520[_0x3c0ec0(0x265)]['subUnitId']?_0x391476:{'m1Prime':[],'m2Prime':[_0x31f520]};}},_0x946b16={'m1':_0x37ca0b[_0x49989d(0x1fe)]['id'],'m2':_0x37ca0b['SetSheetsFilterRangeMutation']['id'],'handler'(_0x295b33,_0x34dae2){const _0x4f3125=_0x49989d,_0x2a6e95={'m1Prime':_0x295b33,'m2Prime':_0x34dae2};return _0x295b33['params']['unitId']!==_0x34dae2[_0x4f3125(0x265)]['unitId']||_0x295b33[_0x4f3125(0x265)][_0x4f3125(0x39e)]!==_0x34dae2['params']['subUnitId']?_0x2a6e95:{'m1Prime':[],'m2Prime':[_0x34dae2]};}},_0x10c0b4={'m1':_0x5e5d8d[_0x49989d(0x318)]['id'],'m2':_0x5e5d8d['SetTabColorMutation']['id'],'handler'(_0x116198,_0x499d7f){const _0x323545=_0x49989d;return _0x116198[_0x323545(0x265)][_0x323545(0x20f)]===_0x499d7f[_0x323545(0x265)]['unitId']&&_0x116198[_0x323545(0x265)][_0x323545(0x39e)]===_0x499d7f[_0x323545(0x265)]['subUnitId']&&_0x116198[_0x323545(0x265)][_0x323545(0x358)]!==_0x499d7f[_0x323545(0x265)][_0x323545(0x358)]?{'error':new Error(_0x323545(0x2cb))}:{'m1Prime':_0x116198,'m2Prime':_0x499d7f};}},_0x22c3b9={'m1':_0x5e5d8d[_0x49989d(0x241)]['id'],'m2':_0x5e5d8d[_0x49989d(0x241)]['id'],'handler'(_0x1b8162,_0x58d603){const _0x3eeb6c=_0x49989d,_0x3f1212={'m1Prime':_0x1b8162,'m2Prime':_0x58d603};if(_0x1b8162[_0x3eeb6c(0x265)]['unitId']!==_0x58d603[_0x3eeb6c(0x265)][_0x3eeb6c(0x20f)]||_0x1b8162['params']['subUnitId']!==_0x58d603[_0x3eeb6c(0x265)][_0x3eeb6c(0x39e)])return _0x3f1212;const _0x2d7c6b=_0x1b8162['params']['ranges'],_0x498bd1=[],_0x3bf86c=_0x546230[_0x3eeb6c(0x37e)]['deepClone'](_0x1b8162),_0x469317=_0x58d603['params'][_0x3eeb6c(0x3b3)];_0x2d7c6b[_0x3eeb6c(0x36d)](_0x2bf198=>{const _0x1b9756=_0x3eeb6c,_0x418fce={'start':_0x2bf198[_0x1b9756(0x332)],'end':_0x2bf198['endColumn']},_0x4d1851=_0x469317[_0x1b9756(0x2a6)](_0x4db765=>({'start':_0x4db765[_0x1b9756(0x332)],'end':_0x4db765['endColumn']})),_0x5dc8e4=_0xac1e56(_0x418fce,_0x4d1851)['map'](_0x5a9d56=>({..._0x2bf198,'startColumn':_0x5a9d56['start'],'endColumn':_0x5a9d56[_0x1b9756(0x18e)]}));_0x498bd1['push'](..._0x5dc8e4);}),_0x3bf86c[_0x3eeb6c(0x265)]['ranges']=_0x498bd1;const {colWidth:_0x17e91a}=_0x3bf86c['params'],{colWidth:_0x5b1c45}=_0x58d603['params'];return typeof _0x17e91a!=_0x3eeb6c(0x209)&&(typeof _0x5b1c45!=_0x3eeb6c(0x209)?Object[_0x3eeb6c(0x274)](_0x5b1c45)[_0x3eeb6c(0x2a6)](Number)[_0x3eeb6c(0x36d)](_0x3191ba=>{_0x17e91a[_0x3191ba]!=null&&delete _0x17e91a[_0x3191ba];}):_0x469317[_0x3eeb6c(0x36d)](_0x404183=>{const _0x51cba2=_0x3eeb6c;for(let _0x31f244=_0x404183[_0x51cba2(0x332)];_0x31f244<=_0x404183['endColumn'];_0x31f244++)delete _0x17e91a[_0x31f244];})),{'m1Prime':_0x3bf86c,'m2Prime':_0x58d603};}},_0x1acdbd={'m1':_0x5e5d8d['SetWorksheetNameMutation']['id'],'m2':_0x5e5d8d['SetWorksheetNameMutation']['id'],'handler'(_0x4fb773,_0x40fb31){const _0x4cc029=_0x49989d,_0x4623e6={'m1Prime':_0x4fb773,'m2Prime':_0x40fb31};return _0x4fb773[_0x4cc029(0x265)][_0x4cc029(0x20f)]!==_0x40fb31[_0x4cc029(0x265)][_0x4cc029(0x20f)]||_0x4fb773[_0x4cc029(0x265)]['subUnitId']!==_0x40fb31['params'][_0x4cc029(0x39e)]?_0x4623e6:{'error':new Error(_0x4cc029(0x2da))};}},_0x4f3d3b={'m1':_0x5e5d8d['SetWorksheetRowAutoHeightMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x1f0)]['id'],'handler'(_0x2f054c,_0x4b5afe){const _0x2643c2=_0x49989d,_0x5d48f8={'m1Prime':_0x2f054c,'m2Prime':_0x4b5afe};if(_0x2f054c[_0x2643c2(0x265)]['unitId']!==_0x4b5afe['params'][_0x2643c2(0x20f)]||_0x2f054c[_0x2643c2(0x265)][_0x2643c2(0x39e)]!==_0x4b5afe[_0x2643c2(0x265)][_0x2643c2(0x39e)])return _0x5d48f8;const _0x50b5ed=_0x2f054c[_0x2643c2(0x265)]['rowsAutoHeightInfo'],_0xaf5ddb=[],_0x548c8a=_0x546230[_0x2643c2(0x37e)]['deepClone'](_0x2f054c),_0x5193b2=_0x4b5afe[_0x2643c2(0x265)]['rowsAutoHeightInfo'];return _0x50b5ed[_0x2643c2(0x36d)](_0x445a5c=>{const _0x290022=_0x2643c2;_0x5193b2[_0x290022(0x28e)](_0x1cf487=>_0x1cf487['row']===_0x445a5c['row'])||_0xaf5ddb[_0x290022(0x372)](_0x445a5c);}),_0x548c8a[_0x2643c2(0x265)][_0x2643c2(0x35c)]=_0xaf5ddb,{'m1Prime':_0x548c8a,'m2Prime':_0x4b5afe};}},_0x1dcdec={'m1':_0x5e5d8d[_0x49989d(0x1f1)]['id'],'m2':_0x5e5d8d[_0x49989d(0x1f1)]['id'],'handler'(_0x3c43f8,_0x4bee16){const _0x1ac514=_0x49989d,_0x21e363={'m1Prime':_0x3c43f8,'m2Prime':_0x4bee16};if(_0x3c43f8[_0x1ac514(0x265)][_0x1ac514(0x20f)]!==_0x4bee16[_0x1ac514(0x265)]['unitId']||_0x3c43f8[_0x1ac514(0x265)][_0x1ac514(0x39e)]!==_0x4bee16[_0x1ac514(0x265)][_0x1ac514(0x39e)])return _0x21e363;const _0x38e529=_0x3c43f8[_0x1ac514(0x265)][_0x1ac514(0x3b3)],_0x2ebb27=[],_0x138172=_0x546230[_0x1ac514(0x37e)][_0x1ac514(0x351)](_0x3c43f8),_0x35177c=_0x4bee16[_0x1ac514(0x265)][_0x1ac514(0x3b3)];_0x38e529[_0x1ac514(0x36d)](_0x23994b=>{const _0x1bdcd0=_0x1ac514,_0x18a150={'start':_0x23994b[_0x1bdcd0(0x2e7)],'end':_0x23994b[_0x1bdcd0(0x275)]},_0x40e71f=_0x35177c['map'](_0x3d9b5b=>({'start':_0x3d9b5b[_0x1bdcd0(0x2e7)],'end':_0x3d9b5b[_0x1bdcd0(0x275)]})),_0x3c71ee=_0xac1e56(_0x18a150,_0x40e71f)[_0x1bdcd0(0x2a6)](_0x15eec3=>({..._0x23994b,'startRow':_0x15eec3[_0x1bdcd0(0x3b7)],'endRow':_0x15eec3[_0x1bdcd0(0x18e)]}));_0x2ebb27[_0x1bdcd0(0x372)](..._0x3c71ee);}),_0x138172[_0x1ac514(0x265)][_0x1ac514(0x3b3)]=_0x2ebb27;const {rowHeight:_0x29e6f6}=_0x138172[_0x1ac514(0x265)],{rowHeight:_0x3301d1}=_0x4bee16['params'];return typeof _0x29e6f6!=_0x1ac514(0x209)&&(typeof _0x3301d1!='number'?Object[_0x1ac514(0x274)](_0x3301d1)[_0x1ac514(0x2a6)](Number)[_0x1ac514(0x36d)](_0x1ff1d5=>{_0x29e6f6[_0x1ff1d5]!=null&&delete _0x29e6f6[_0x1ff1d5];}):_0x35177c['forEach'](_0x2e7c7a=>{const _0x5bd2bb=_0x1ac514;for(let _0x5259e1=_0x2e7c7a[_0x5bd2bb(0x2e7)];_0x5259e1<=_0x2e7c7a[_0x5bd2bb(0x275)];_0x5259e1++)delete _0x29e6f6[_0x5259e1];})),{'m1Prime':_0x138172,'m2Prime':_0x4bee16};}},_0x396c29={'m1':_0x5e5d8d['SetWorksheetRowIsAutoHeightMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x29c)]['id'],'handler'(_0x403181,_0x3d4919){const _0x204a46=_0x49989d,_0x3fb29d={'m1Prime':_0x403181,'m2Prime':_0x3d4919};if(_0x403181[_0x204a46(0x265)][_0x204a46(0x20f)]!==_0x3d4919[_0x204a46(0x265)][_0x204a46(0x20f)]||_0x403181['params'][_0x204a46(0x39e)]!==_0x3d4919[_0x204a46(0x265)]['subUnitId'])return _0x3fb29d;const _0x1ad0ea=_0x403181['params'][_0x204a46(0x3b3)],_0x588a7f=[],_0x221dd8=_0x546230[_0x204a46(0x37e)]['deepClone'](_0x403181),_0x16e32f=_0x3d4919[_0x204a46(0x265)][_0x204a46(0x3b3)];_0x1ad0ea[_0x204a46(0x36d)](_0xbe7f10=>{const _0x7b5381=_0x204a46,_0x5c2d92={'start':_0xbe7f10[_0x7b5381(0x2e7)],'end':_0xbe7f10[_0x7b5381(0x275)]},_0xb4e0bf=_0x16e32f[_0x7b5381(0x2a6)](_0x51b8ce=>({'start':_0x51b8ce[_0x7b5381(0x2e7)],'end':_0x51b8ce['endRow']})),_0x16baa0=_0xac1e56(_0x5c2d92,_0xb4e0bf)[_0x7b5381(0x2a6)](_0x4628b2=>({..._0xbe7f10,'startRow':_0x4628b2['start'],'endRow':_0x4628b2[_0x7b5381(0x18e)]}));_0x588a7f[_0x7b5381(0x372)](..._0x16baa0);}),_0x221dd8[_0x204a46(0x265)]['ranges']=_0x588a7f;const {autoHeightInfo:_0x1a20ef}=_0x221dd8[_0x204a46(0x265)],{autoHeightInfo:_0x2c013c}=_0x3d4919[_0x204a46(0x265)];return typeof _0x1a20ef!=_0x204a46(0x209)&&(typeof _0x2c013c!='number'?Object[_0x204a46(0x274)](_0x2c013c)[_0x204a46(0x2a6)](Number)[_0x204a46(0x36d)](_0x4b2d8f=>{_0x1a20ef[_0x4b2d8f]!=null&&delete _0x1a20ef[_0x4b2d8f];}):_0x16e32f[_0x204a46(0x36d)](_0x3d425c=>{const _0x38842a=_0x204a46;for(let _0x3f48c6=_0x3d425c[_0x38842a(0x2e7)];_0x3f48c6<=_0x3d425c[_0x38842a(0x275)];_0x3f48c6++)delete _0x1a20ef[_0x3f48c6];})),{'m1Prime':_0x221dd8,'m2Prime':_0x3d4919};}},_0x31f17f={'m1':_0x101f9d['UpdateCommentMutation']['id'],'m2':_0x101f9d[_0x49989d(0x355)]['id'],'handler':(_0x454534,_0x23d27c)=>{const _0x11e889=_0x49989d,_0xc0f250=_0x454534['params'],_0x3ae80e=_0x23d27c[_0x11e889(0x265)];return _0xc0f250[_0x11e889(0x20f)]===_0x3ae80e['unitId']&&_0xc0f250[_0x11e889(0x39e)]===_0x3ae80e[_0x11e889(0x39e)]&&_0xc0f250[_0x11e889(0x378)][_0x11e889(0x1e6)]===_0x3ae80e[_0x11e889(0x378)]['commentId']?{'m1Prime':[],'m2Prime':_0x23d27c}:{'m1Prime':_0x454534,'m2Prime':_0x23d27c};}},_0x3fea8d={'m1':_0x101f9d[_0x49989d(0x3b8)]['id'],'m2':_0x101f9d[_0x49989d(0x3b8)]['id'],'handler':(_0x347508,_0xaf4c00)=>{const _0x5509a0=_0x49989d,_0x372582=_0x347508[_0x5509a0(0x265)],_0x181952=_0xaf4c00[_0x5509a0(0x265)];return _0x372582['unitId']===_0x181952[_0x5509a0(0x20f)]&&_0x372582[_0x5509a0(0x39e)]===_0x181952[_0x5509a0(0x39e)]&&_0x372582[_0x5509a0(0x378)][_0x5509a0(0x1e6)]===_0x181952[_0x5509a0(0x378)][_0x5509a0(0x1e6)]?{'m1Prime':[],'m2Prime':_0xaf4c00}:{'m1Prime':_0x347508,'m2Prime':_0xaf4c00};}},_0x19a98b={'m1':_0x24b62e[_0x49989d(0x267)]['id'],'m2':_0x24b62e[_0x49989d(0x1f7)]['id'],'handler':(_0x75aa7e,_0xba89e0)=>{const _0x2f2e72=_0x49989d,_0x278a55={'m1Prime':_0x75aa7e,'m2Prime':_0xba89e0},_0x1b595c=_0x75aa7e[_0x2f2e72(0x265)],_0x36bdc9=_0xba89e0['params'];if(_0x1b595c[_0x2f2e72(0x20f)]!==_0x36bdc9['unitId']||_0x1b595c[_0x2f2e72(0x39e)]!==_0x36bdc9[_0x2f2e72(0x39e)])return _0x278a55;if(_0x75aa7e[_0x2f2e72(0x265)][_0x2f2e72(0x378)][_0x2f2e72(0x2bb)]===_0x24b62e[_0x2f2e72(0x383)][_0x2f2e72(0x38f)]){const {unitId:_0x2e3fb7,subUnitId:_0x4d2e30}=_0x75aa7e['params'],_0x5b5140=Array[_0x2f2e72(0x360)](_0xba89e0[_0x2f2e72(0x265)]['rule'])?_0xba89e0[_0x2f2e72(0x265)][_0x2f2e72(0x205)]:[_0xba89e0[_0x2f2e72(0x265)]['rule']],_0x46dbec=[],_0x15df2f=new _0x546230['ObjectMatrix'](),_0x3aad03=_0x75aa7e[_0x2f2e72(0x265)][_0x2f2e72(0x378)][_0x2f2e72(0x378)];_0x3aad03['forEach'](_0x53808a=>{const _0x5b6194=_0x2f2e72;_0x546230['Range'][_0x5b6194(0x1c9)](_0x53808a,(_0x55c806,_0x5e6658)=>{const _0xa96a94=_0x5b6194;_0x15df2f['setValue'](_0x55c806,_0x5e6658,_0x75aa7e['params'][_0xa96a94(0x3ac)]);});}),_0x5b5140['forEach'](_0x3835ae=>{const _0x14ac7e=_0x2f2e72;_0x3835ae[_0x14ac7e(0x3b3)][_0x14ac7e(0x36d)](_0x2808d9=>{const _0x4f4149=_0x14ac7e;_0x546230[_0x4f4149(0x18c)][_0x4f4149(0x1c9)](_0x2808d9,(_0x109e01,_0x229bfe)=>{const _0x26e7ba=_0x4f4149;_0x15df2f[_0x26e7ba(0x1ec)](_0x109e01,_0x229bfe,_0x3835ae[_0x26e7ba(0x316)]);});});});const _0x2919aa=_0x75aa7e[_0x2f2e72(0x265)][_0x2f2e72(0x3ac)],_0x226df3=_0x546230[_0x2f2e72(0x22f)](_0x15df2f,_0x42fdd9=>_0x42fdd9===_0x2919aa);return _0x546230[_0x2f2e72(0x3af)](_0x226df3,_0x3aad03)||(_0x226df3['length']?_0x46dbec[_0x2f2e72(0x372)]({'id':_0x24b62e[_0x2f2e72(0x267)]['id'],'params':{'unitId':_0x2e3fb7,'subUnitId':_0x4d2e30,'ruleId':_0x2919aa,'payload':{'type':_0x24b62e[_0x2f2e72(0x383)]['RANGE'],'payload':_0x226df3}}}):_0x46dbec[_0x2f2e72(0x372)]({'id':_0x24b62e[_0x2f2e72(0x327)]['id'],'params':{'unitId':_0x2e3fb7,'subUnitId':_0x4d2e30,'ruleId':_0x2919aa}})),{'m1Prime':_0x46dbec[_0x2f2e72(0x295)]?_0x46dbec:[_0x75aa7e],'m2Prime':[..._0x46dbec,_0xba89e0]};}return _0x278a55;}},_0x2533a8={'m1':_0x24b62e[_0x49989d(0x267)]['id'],'m2':_0x24b62e[_0x49989d(0x327)]['id'],'handler':(_0x439667,_0x4b536f)=>{const _0x3968cb=_0x49989d,_0x48fb87={'m1Prime':_0x439667,'m2Prime':_0x4b536f};if(_0x439667[_0x3968cb(0x265)][_0x3968cb(0x20f)]!==_0x4b536f[_0x3968cb(0x265)][_0x3968cb(0x20f)]||_0x439667[_0x3968cb(0x265)][_0x3968cb(0x39e)]!==_0x4b536f['params']['subUnitId'])return _0x48fb87;const _0x415aeb=_0x439667[_0x3968cb(0x265)][_0x3968cb(0x3ac)];return(Array[_0x3968cb(0x360)](_0x4b536f['params']['ruleId'])?_0x4b536f['params'][_0x3968cb(0x3ac)]:[_0x4b536f[_0x3968cb(0x265)]['ruleId']])[_0x3968cb(0x1e2)](_0x415aeb)>-0x1?{'m1Prime':[],'m2Prime':_0x4b536f}:_0x48fb87;}},_0x36ee97={'m1':_0x24b62e[_0x49989d(0x267)]['id'],'m2':_0x24b62e[_0x49989d(0x267)]['id'],'handler':(_0x21b24b,_0xcc95ae)=>{const _0x453110=_0x49989d,_0xa8cd76={'m1Prime':_0x21b24b,'m2Prime':_0xcc95ae},_0x4be751=_0x21b24b[_0x453110(0x265)],_0x4e7c18=_0xcc95ae[_0x453110(0x265)];if(_0x4be751[_0x453110(0x20f)]===_0x4e7c18[_0x453110(0x20f)]&&_0x4be751[_0x453110(0x39e)]===_0x4e7c18[_0x453110(0x39e)]){const _0x1619a5=_0x546230[_0x453110(0x37e)][_0x453110(0x351)](_0xcc95ae);if(_0x4e7c18[_0x453110(0x3ac)]===_0x4be751[_0x453110(0x3ac)]&&_0x4be751[_0x453110(0x378)][_0x453110(0x2bb)]===_0x4e7c18[_0x453110(0x378)][_0x453110(0x2bb)])return _0x4be751[_0x453110(0x378)][_0x453110(0x2bb)]===_0x24b62e['UpdateRuleType'][_0x453110(0x38f)]&&!_0x546230[_0x453110(0x3af)](_0x4be751[_0x453110(0x378)]['payload'],_0x4e7c18[_0x453110(0x378)][_0x453110(0x378)])?{'error':new Error(_0x453110(0x19b))}:{'m1Prime':[],'m2Prime':_0x1619a5};if(_0x4be751[_0x453110(0x378)]['type']===_0x24b62e[_0x453110(0x383)][_0x453110(0x38f)]&&_0x4e7c18[_0x453110(0x378)]['type']===_0x24b62e['UpdateRuleType'][_0x453110(0x38f)]&&_0x4e7c18[_0x453110(0x3ac)]!==_0x4be751[_0x453110(0x3ac)]){let _0x1d81b0=function(_0x58b984,_0x7122bb){const _0x2a54aa=_0x453110;_0x58b984[_0x2a54aa(0x36d)](_0x1ad3c0=>{_0x546230['Range']['foreach'](_0x1ad3c0,(_0x5293b8,_0x144403)=>{const _0x211cf3=_0x14b4;_0x17e653[_0x211cf3(0x1ec)](_0x5293b8,_0x144403,_0x7122bb);});});};const _0x17e653=new _0x546230['ObjectMatrix']();_0x1d81b0(_0x4be751[_0x453110(0x378)]['payload'],_0x4be751['ruleId']),_0x1d81b0(_0x4e7c18[_0x453110(0x378)][_0x453110(0x378)],_0x4e7c18[_0x453110(0x3ac)]);const _0x2ac17d=_0x546230[_0x453110(0x22f)](_0x17e653,_0x9833fc=>_0x9833fc===_0x4be751['ruleId']),_0x11b7e2=!_0x546230['isRangesEqual'](_0x4be751[_0x453110(0x378)][_0x453110(0x378)],_0x2ac17d)?_0x2ac17d[_0x453110(0x295)]?[{'id':_0x24b62e[_0x453110(0x267)]['id'],'params':{..._0x4be751,'payload':{'type':_0x24b62e[_0x453110(0x383)][_0x453110(0x38f)],'payload':_0x2ac17d}}}]:[{'id':_0x24b62e[_0x453110(0x327)]['id'],'params':{..._0x4be751,'payload':void 0x0}}]:[];return{'m1Prime':[_0x21b24b],'m2Prime':[..._0x11b7e2,_0xcc95ae]};}}return _0xa8cd76;}},_0x2f78f3={'m1':_0x437f61[_0x49989d(0x2ea)]['id'],'m2':_0x437f61['UpdateHyperLinkMutation']['id'],'handler':(_0x2e868f,_0x33d80c)=>{const _0x237db9=_0x49989d,_0x23366f=_0x2e868f[_0x237db9(0x265)],_0x127206=_0x33d80c[_0x237db9(0x265)];return _0x23366f[_0x237db9(0x20f)]===_0x127206[_0x237db9(0x20f)]&&_0x23366f[_0x237db9(0x39e)]===_0x127206[_0x237db9(0x39e)]&&_0x23366f['id']===_0x127206['id']?{'m2Prime':_0x33d80c,'m1Prime':[]}:{'m1Prime':_0x2e868f,'m2Prime':_0x33d80c};}},_0xda29b9={'m1':_0x437f61[_0x49989d(0x3ba)]['id'],'m2':_0x437f61[_0x49989d(0x3ba)]['id'],'handler':(_0x431807,_0x1d21df)=>{const _0x34993b=_0x49989d,_0x5a767e=_0x431807['params'],_0x3df467=_0x1d21df[_0x34993b(0x265)];return _0x5a767e[_0x34993b(0x20f)]===_0x3df467[_0x34993b(0x20f)]&&_0x5a767e[_0x34993b(0x39e)]===_0x3df467['subUnitId']&&_0x5a767e['id']===_0x3df467['id']?{'m2Prime':_0x1d21df,'m1Prime':[]}:{'m1Prime':_0x431807,'m2Prime':_0x1d21df};}},_0x5baa1f={'m1':_0x5e5d8d['RemoveSheetMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x262)]['id'],'handler'(_0x483e90,_0x3b3323){const _0x28ef43=_0x49989d,_0x226875=_0x546230[_0x28ef43(0x37e)][_0x28ef43(0x351)](_0x3b3323);return _0x483e90[_0x28ef43(0x265)][_0x28ef43(0x39e)]!==_0x3b3323['params'][_0x28ef43(0x39e)]||_0x483e90[_0x28ef43(0x265)][_0x28ef43(0x20f)]!==_0x3b3323['params'][_0x28ef43(0x20f)]?{'m1Prime':_0x483e90,'m2Prime':_0x226875}:(_0x226875['id']=_0x5e5d8d[_0x28ef43(0x2c2)]['id'],{'m1Prime':_0x483e90,'m2Prime':_0x226875});}},_0x32323f={'m1':_0x5e5d8d[_0x49989d(0x1b0)]['id'],'m2':_0x5e5d8d[_0x49989d(0x335)]['id'],'handler'(_0x4d4ab7,_0x46f895){const _0x7fa12a=_0x49989d,_0x3745b6=_0x546230[_0x7fa12a(0x37e)]['deepClone'](_0x46f895);return _0x4d4ab7[_0x7fa12a(0x265)]['subUnitId']!==_0x46f895['params'][_0x7fa12a(0x39e)]||_0x4d4ab7[_0x7fa12a(0x265)][_0x7fa12a(0x20f)]!==_0x46f895[_0x7fa12a(0x265)][_0x7fa12a(0x20f)]?{'m1Prime':_0x4d4ab7,'m2Prime':_0x3745b6}:(_0x3745b6['id']=_0x5e5d8d[_0x7fa12a(0x2c2)]['id'],{'m1Prime':_0x4d4ab7,'m2Prime':_0x3745b6});}},_0x5d42eb={'m1':_0x5e5d8d['InsertSheetMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x1bf)]['id'],'handler'(_0x456bb1,_0x398e41){const _0x278c99=_0x49989d;if(_0x456bb1['params'][_0x278c99(0x304)]['id']===_0x398e41['params'][_0x278c99(0x304)]['id'])return{'error':new Error(_0x278c99(0x19c))};const _0x159129=_0x546230[_0x278c99(0x37e)][_0x278c99(0x351)](_0x456bb1),_0x198393=_0x546230['Tools'][_0x278c99(0x351)](_0x398e41);return _0x159129[_0x278c99(0x265)][_0x278c99(0x28f)]<=_0x198393[_0x278c99(0x265)]['index']?_0x198393[_0x278c99(0x265)][_0x278c99(0x28f)]+=0x1:_0x159129['params']['index']>_0x198393[_0x278c99(0x265)][_0x278c99(0x28f)]&&(_0x159129[_0x278c99(0x265)][_0x278c99(0x28f)]+=0x1),_0x456bb1[_0x278c99(0x265)][_0x278c99(0x304)][_0x278c99(0x230)]===_0x398e41[_0x278c99(0x265)][_0x278c99(0x304)][_0x278c99(0x230)]?{'error':new Error(_0x278c99(0x190))}:{'m1Prime':_0x159129,'m2Prime':_0x198393};}},_0x51f37c={'m1':_0x5e5d8d[_0x49989d(0x1b0)]['id'],'m2':_0x49989d(0x38d),'handler'(_0x489915,_0x5f1f0f){const _0x28fbf9=_0x49989d;var _0x1e748b;return _0x489915[_0x28fbf9(0x265)][_0x28fbf9(0x39e)]===((_0x1e748b=_0x5f1f0f[_0x28fbf9(0x265)])==null?void 0x0:_0x1e748b[_0x28fbf9(0x39e)])&&_0x489915['id']!==_0x5f1f0f['id']?{'error':new Error(_0x28fbf9(0x1b9))}:{'m1Prime':_0x489915,'m2Prime':_0x5f1f0f};}},_0x10398={'m1':_0x5e5d8d['SetWorksheetOrderMutation']['id'],'m2':_0x5e5d8d[_0x49989d(0x23c)]['id'],'handler'(_0xb92fa,_0x227044){const _0x47e885=_0x49989d,_0x5b7ebd=_0x546230[_0x47e885(0x37e)][_0x47e885(0x351)](_0xb92fa),_0xeaffe9=_0x546230[_0x47e885(0x37e)]['deepClone'](_0x227044),_0x26eb10={'error':new Error('Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!')};if(_0xb92fa[_0x47e885(0x265)][_0x47e885(0x280)]===_0x227044[_0x47e885(0x265)]['fromOrder'])_0x5b7ebd['id']=_0x5e5d8d[_0x47e885(0x2c2)]['id'],_0xeaffe9[_0x47e885(0x265)][_0x47e885(0x280)]=_0xb92fa[_0x47e885(0x265)][_0x47e885(0x2ac)];else{_0xb92fa[_0x47e885(0x265)]['fromOrder']===_0xb92fa[_0x47e885(0x265)]['toOrder']&&(_0x5b7ebd['id']=_0x5e5d8d['EmptyMutation']['id']),_0x227044[_0x47e885(0x265)][_0x47e885(0x280)]===_0x227044[_0x47e885(0x265)]['toOrder']&&(_0xeaffe9['id']=_0x5e5d8d[_0x47e885(0x2c2)]['id']);const _0x187c87=[Math['min'](_0xb92fa[_0x47e885(0x265)][_0x47e885(0x280)],_0xb92fa['params'][_0x47e885(0x2ac)]),Math['max'](_0xb92fa['params'][_0x47e885(0x280)],_0xb92fa[_0x47e885(0x265)]['toOrder'])],_0x4acf3e=[Math[_0x47e885(0x27b)](_0x227044[_0x47e885(0x265)][_0x47e885(0x280)],_0x227044['params'][_0x47e885(0x2ac)]),Math['max'](_0x227044[_0x47e885(0x265)][_0x47e885(0x280)],_0x227044[_0x47e885(0x265)][_0x47e885(0x2ac)])];if(_0x187c87[0x0]<=_0x4acf3e[0x1]&&_0x187c87[0x1]>=_0x4acf3e[0x0])return _0x26eb10;}return{'m1Prime':_0x5b7ebd,'m2Prime':_0xeaffe9};}},_0x49c4f3={'m1':_0x5e5d8d[_0x49989d(0x1bf)]['id'],'m2':_0x5e5d8d['SetWorksheetOrderMutation']['id'],'handler'(_0x5e40a5,_0x1cb118){const _0x2ba234=_0x49989d,_0x5c4a9a=_0x546230[_0x2ba234(0x37e)][_0x2ba234(0x351)](_0x5e40a5),_0x275474=_0x546230['Tools'][_0x2ba234(0x351)](_0x1cb118);return _0x5e40a5['params'][_0x2ba234(0x28f)]<=_0x1cb118[_0x2ba234(0x265)][_0x2ba234(0x1b7)]&&(_0x275474[_0x2ba234(0x265)][_0x2ba234(0x1b7)]+=0x1),{'m1Prime':_0x5c4a9a,'m2Prime':_0x275474};}},_0xcdc26d={'m1':_0x49989d(0x38d),'m2':_0x5e5d8d[_0x49989d(0x1b0)]['id'],'handler'(_0x46d747,_0x46b0f2){return{'m1Prime':_0x46d747,'m2Prime':_0x46b0f2};}},_0x23f905=[_0x5d42eb,_0x49c4f3,_0x51f37c,_0xcdc26d,_0x10398];var _0x24fe74=Object[_0x49989d(0x2ce)],_0x2777bd=Object['getOwnPropertyDescriptor'],_0x5af6aa=(_0x1e5264,_0x32da7f,_0x1596f3,_0x281a28)=>{const _0x21a19a=_0x49989d;for(var _0x161fe4=_0x281a28>0x1?void 0x0:_0x281a28?_0x2777bd(_0x32da7f,_0x1596f3):_0x32da7f,_0x48b639=_0x1e5264[_0x21a19a(0x295)]-0x1,_0x58967f;_0x48b639>=0x0;_0x48b639--)(_0x58967f=_0x1e5264[_0x48b639])&&(_0x161fe4=(_0x281a28?_0x58967f(_0x32da7f,_0x1596f3,_0x161fe4):_0x58967f(_0x161fe4))||_0x161fe4);return _0x281a28&&_0x161fe4&&_0x24fe74(_0x32da7f,_0x1596f3,_0x161fe4),_0x161fe4;},_0x515196=(_0x249701,_0xbab292)=>(_0x4712f3,_0x37e3f3)=>_0xbab292(_0x4712f3,_0x37e3f3,_0x249701);_0x3f8f47['SheetTransformController']=class extends _0x546230['Disposable']{constructor(_0x273aba){const _0x25da64=_0x49989d;super(),this[_0x25da64(0x3a9)]=_0x273aba,[..._0x23f905,_0x284b2b,_0x192fac,_0x117b43,_0x14c440,_0x3ae7f0,_0x1dd515,_0x12c39f,_0x1df84e,_0x418534,_0x962ec2,_0x57efe1,_0x23aa84,_0x46946f,_0x4d70eb,_0x33b546,_0x12da3d,_0x5575f8,_0x54259f,_0x21cd67,_0x33e22e,_0x3a45a2,_0x479cef,_0x41f61c,_0x500308,_0x139500,_0x5677ca,_0x418c38,_0x39677d,_0x5c3b48,_0x3e325d,_0x1de507,_0x130dc4,_0x4fa462,_0x19ba50,_0x128e39,_0x2d3a13,_0x453d95,_0x381e80,_0x2298d0,_0x57d631,_0x5c292f,_0x3fdb94,_0x5285d4,_0x4d5dd3,_0x7e1333,_0x409353,_0x4ebfd1,_0x261656,_0xd7b66b,_0xa24b7b,_0x5af598,_0x50250b,_0x10a81e,_0x4ba1a7,_0x1c3182,_0x373c6a,_0x1cbea1,_0x463a59,_0x2f01df,_0x32c04b,_0x5a5742,_0x407ed8,_0x54592a,_0x5d2d18,_0x55af15,_0x548308,_0x4db047,_0x2504dd,_0x598fff,_0x1ef4d5,_0x191800,_0x576e70,_0x458248,_0x3db0af,_0x31a464,_0x10fa2c,_0x56f4ae,_0x1acdbd,_0x3b087f,_0x10c0b4,_0x22c3b9,_0x4f3d3b,_0x1dcdec,_0x396c29,_0x3e7ffe,_0x1b2136,_0x5d9be4,_0x1eaa72,_0x17f928,_0x481683,_0x360633,_0x39f649,_0x55234c,_0x52e070,_0x5f36b5,_0x36ee97,_0x33bb6f,_0xee0e99,_0x70151d,_0x4d478a,_0x5e06bd,_0x3615f0,_0x31538,_0x23b9e3,_0x123e2a,_0x4cf2ba,_0x43f336,_0x28661b,_0x24219c,_0x19a98b,_0x2533a8,_0x5e9c76,_0xe897ac,_0x5d978b,_0xc8f9d3,_0x89b6b9,_0x4cf7c6,_0xbd2fa1,_0x21e302,_0x4b25c5,_0x406ff1,_0x59fff5,_0x27e38a,_0xcd9415,_0x946b16,_0x1b3ff8,_0x18c953,_0x4cb52f,_0x225647,_0xb13c5b,_0x297037,_0x10f2f2,_0x5d44e9,_0x46c8e6,_0x38c1c0,_0x485ac3,_0x2f181e,_0x47325c,_0x11b98e,_0xb3fe04,_0x3c3f33,_0x231942,_0x493b46,_0x47f41f,_0x5baa1f,_0x59465b,_0xf5c30f,_0xae54fe,_0x52e0b0,_0xbf742f,_0xd02186,_0x32323f,_0x212028,_0x30fa07,_0xfa7405,_0x184f82,_0x57e633,_0x32eea8,_0x159a1f,_0xa73edb,_0x55c2b9,_0x2c49db,_0x383a96,_0x5e518b,_0x3fea8d,_0x31f17f,_0x318322,_0x5b693f,_0x3122e8,_0x2b6190,_0x457879,_0xc99c33,_0x27ee57,_0x3bb9d7,_0x250e41,_0x4c424b,_0x30b654,_0x26d0d0,_0x2ec994,_0x38fa6e,_0x2f78f3,_0xda29b9,_0x35cf8d,_0x267b10,_0x9ac14e,_0x217e9e,_0x50a3a7,_0x3ecc2a,_0x33ec42,_0x1140cc,_0x4a160b,_0x39960a,_0x13ae37,_0x579dd7,_0x5e882,_0x495951,_0x2c6638,_0x301f44,_0x3c7179,_0x1fd4f1,_0x5dad8e,_0xe429f1,_0x328935,_0x1b7f69,_0x58bac8,_0x472d2d,_0x43f273,_0x487eff,_0x2a6662,_0x519953,_0xa374d4,_0x4c815c,_0x4749c5,_0x58e2a0,_0x1b89bd,_0x344fba,_0x5b61b2,_0x53d753,_0x39dbc0,_0x1c58ef,_0x4d7100,_0x2878a8,_0x4c8070,_0x1b1e1f,_0x1ee11b,_0x3c2095,_0x31294e,_0x97e0f5,_0x2c2b52,_0x106380,_0x28180d,_0x15cb4d,_0x2c6465,_0x300708,_0x4c53bb,_0x5207e7,_0xfb3354,_0x13b818,_0x422b15,_0x146639,_0x4c95f0,_0x57c8ab,_0x157a3f,_0x2fc369,_0x357aa8,_0x49245f,_0x36dddc,_0x3ce5a4,_0x2eaf2d,_0xde13e1,_0x2f8e81,_0xcb9843,_0x4500e8,_0x31135b,_0x15cd07,_0x4fd962,_0x3ff408,_0x3f684d,_0x450288,_0x4c9064,_0x177572,_0x1e5871,_0x1ed50a,_0x13b237,_0x33df7f,_0x35e98b,_0x487406,_0x4e3280][_0x25da64(0x36d)](_0x2a0fdc=>{const _0x4ab7e2=_0x25da64;this[_0x4ab7e2(0x3a9)]['registerTransformAlgorithm'](_0x2a0fdc);});}},_0x3f8f47['SheetTransformController']=_0x5af6aa([_0x515196(0x0,_0x5e7b23)],_0x3f8f47['SheetTransformController']);function _0x345cdd(_0x158526,_0x36673a,_0x57ae3d=_0x49989d(0x292)){const _0x4c97b8=_0x49989d,_0x543bd9=[];for(const _0x26893e of _0x36673a){const _0x32b1f6=_0x546230[_0x4c97b8(0x239)]['transformPosition'](_0x158526,_0x26893e['startOffset'],_0x57ae3d),_0x2754e5=_0x546230[_0x4c97b8(0x239)]['transformPosition'](_0x158526,_0x26893e[_0x4c97b8(0x3a4)],_0x57ae3d),_0x6fe55d={..._0x26893e,'startOffset':_0x32b1f6,'endOffset':_0x2754e5,'collapsed':_0x32b1f6===_0x2754e5};_0x543bd9[_0x4c97b8(0x372)](_0x6fe55d);}return _0x543bd9;}const _0x17bab6=[{'m1':_0x5f3d8b['RichTextEditingMutation']['id'],'m2':_0x5f3d8b[_0x49989d(0x1a2)]['id'],'handler'(_0x41ff9b,_0x23c739){const _0x3714c4=_0x49989d;if(_0x41ff9b[_0x3714c4(0x265)]['unitId']!==_0x23c739['params']['unitId'])return{'error':new Error(_0x3714c4(0x236))};const _0x3a8130=_0x546230[_0x3714c4(0x37e)][_0x3714c4(0x351)](_0x41ff9b),_0x3ba3ee=_0x546230[_0x3714c4(0x37e)][_0x3714c4(0x351)](_0x23c739);return{'m1Prime':{..._0x3a8130,'params':{..._0x3a8130[_0x3714c4(0x265)],'actions':_0x546230[_0x3714c4(0x239)][_0x3714c4(0x396)](_0x3a8130[_0x3714c4(0x265)][_0x3714c4(0x203)],_0x3ba3ee[_0x3714c4(0x265)]['actions'],_0x3714c4(0x208)),'textRanges':_0x3a8130[_0x3714c4(0x265)][_0x3714c4(0x33f)]?_0x345cdd(_0x3ba3ee[_0x3714c4(0x265)][_0x3714c4(0x203)],_0x3a8130['params'][_0x3714c4(0x33f)],'right'):null}},'m2Prime':{..._0x3ba3ee,'params':{..._0x3ba3ee[_0x3714c4(0x265)],'actions':_0x546230[_0x3714c4(0x239)][_0x3714c4(0x396)](_0x3ba3ee[_0x3714c4(0x265)][_0x3714c4(0x203)],_0x3a8130[_0x3714c4(0x265)][_0x3714c4(0x203)],_0x3714c4(0x292)),'textRanges':_0x3ba3ee[_0x3714c4(0x265)]['textRanges']?_0x345cdd(_0x3a8130['params'][_0x3714c4(0x203)],_0x3ba3ee[_0x3714c4(0x265)][_0x3714c4(0x33f)],_0x3714c4(0x292)):null}}};}}];var _0x2c6887=Object[_0x49989d(0x2ce)],_0x40cea1=Object['getOwnPropertyDescriptor'],_0x593539=(_0x1f2dfa,_0x281c4b,_0x5e128,_0x6f6675)=>{const _0x3a62aa=_0x49989d;for(var _0x38686b=_0x6f6675>0x1?void 0x0:_0x6f6675?_0x40cea1(_0x281c4b,_0x5e128):_0x281c4b,_0x485372=_0x1f2dfa[_0x3a62aa(0x295)]-0x1,_0x3b3972;_0x485372>=0x0;_0x485372--)(_0x3b3972=_0x1f2dfa[_0x485372])&&(_0x38686b=(_0x6f6675?_0x3b3972(_0x281c4b,_0x5e128,_0x38686b):_0x3b3972(_0x38686b))||_0x38686b);return _0x6f6675&&_0x38686b&&_0x2c6887(_0x281c4b,_0x5e128,_0x38686b),_0x38686b;},_0x1dd14b=(_0x11f9ba,_0x47ddd9)=>(_0x16c89a,_0x27f944)=>_0x47ddd9(_0x16c89a,_0x27f944,_0x11f9ba);_0x3f8f47['DocTransformController']=class extends _0x546230['Disposable']{constructor(_0x1563eb){const _0x2b631d=_0x49989d;super(),this[_0x2b631d(0x3a9)]=_0x1563eb,[..._0x17bab6][_0x2b631d(0x36d)](_0xddb1b1=>{const _0x3d4c05=_0x2b631d;this[_0x3d4c05(0x3a9)]['registerTransformAlgorithm'](_0xddb1b1);});}},_0x3f8f47[_0x49989d(0x216)]=_0x593539([_0x1dd14b(0x0,_0x5e7b23)],_0x3f8f47[_0x49989d(0x216)]);function _0x496127(_0x2779aa){const _0x1c88f6=_0x49989d;return{..._0x2779aa,'mutations':_0x2779aa[_0x1c88f6(0x1f2)][_0x1c88f6(0x2a6)](_0x29c712)};}function _0x5a90c8(_0x1815e3){const _0x1f1e7d=_0x49989d;return _0x1815e3[_0x1f1e7d(0x2a6)](_0x543f6a=>({'id':_0x543f6a['id'],'params':JSON['parse'](_0x543f6a[_0x1f1e7d(0x2f1)])}));}function _0x334c2e(_0x1d1eed){const _0x379e51=_0x49989d;return{..._0x1d1eed,'mutations':_0x1d1eed['mutations'][_0x379e51(0x2a6)](_0xa8cfe0)};}function _0x29c712(_0x2d12a2){const _0x49744b=_0x49989d;return{'id':_0x2d12a2['id'],'params':JSON['parse'](_0x2d12a2[_0x49744b(0x2f1)])};}function _0xa8cfe0(_0x4a1a34){const _0x4f35fd=_0x49989d;return{'id':_0x4a1a34['id'],'data':JSON[_0x4f35fd(0x3a3)](_0x4a1a34[_0x4f35fd(0x265)])};}var _0x5187b3=(_0x5a6622=>(_0x5a6622[_0x49989d(0x33e)]=_0x49989d(0x2ee),_0x5a6622['PSEUDO_FETCH_MISSING_RESULT']='pseudo_fetch_missing_result',_0x5a6622[_0x49989d(0x2ec)]='submit_changeset',_0x5a6622['CHANGESET_ACK']=_0x49989d(0x395),_0x5a6622[_0x49989d(0x36e)]=_0x49989d(0x235),_0x5a6622[_0x49989d(0x3a2)]=_0x49989d(0x362),_0x5a6622[_0x49989d(0x24d)]='new_changesets',_0x5a6622[_0x49989d(0x1b8)]=_0x49989d(0x1bc),_0x5a6622[_0x49989d(0x363)]='users_enter',_0x5a6622['USERS_LEAVE']=_0x49989d(0x321),_0x5a6622[_0x49989d(0x27a)]=_0x49989d(0x1de),_0x5a6622[_0x49989d(0x248)]=_0x49989d(0x25f),_0x5a6622[_0x49989d(0x191)]=_0x49989d(0x2dc),_0x5a6622['LIVESHARE_OPERATION']='liveshare.operation',_0x5a6622[_0x49989d(0x1b4)]='liveshare.fetch_operations',_0x5a6622[_0x49989d(0x2d0)]=_0x49989d(0x30e),_0x5a6622[_0x49989d(0x197)]='error_msg',_0x5a6622['PERMISSION_REJ']='permission_rej',_0x5a6622[_0x49989d(0x1d8)]='comment_update',_0x5a6622[_0x49989d(0x1db)]=_0x49989d(0x1b6),_0x5a6622[_0x49989d(0x1fa)]=_0x49989d(0x322),_0x5a6622))(_0x5187b3||{});const _0x32eee6=_0x49989d(0x20b),_0x25299e={};var _0xd77621=Object[_0x49989d(0x2ce)],_0x548806=Object[_0x49989d(0x31f)],_0x3e5466=(_0xd5889b,_0x47be2a,_0x162c4e,_0x4759df)=>{const _0x5d9e21=_0x49989d;for(var _0x1f0ede=_0x4759df>0x1?void 0x0:_0x4759df?_0x548806(_0x47be2a,_0x162c4e):_0x47be2a,_0x37de4f=_0xd5889b[_0x5d9e21(0x295)]-0x1,_0x5414b2;_0x37de4f>=0x0;_0x37de4f--)(_0x5414b2=_0xd5889b[_0x37de4f])&&(_0x1f0ede=(_0x4759df?_0x5414b2(_0x47be2a,_0x162c4e,_0x1f0ede):_0x5414b2(_0x1f0ede))||_0x1f0ede);return _0x4759df&&_0x1f0ede&&_0xd77621(_0x47be2a,_0x162c4e,_0x1f0ede),_0x1f0ede;},_0x36cbff=(_0x32386f,_0x5c25ba)=>(_0x16a053,_0x42204c)=>_0x5c25ba(_0x16a053,_0x42204c,_0x32386f);let _0x68c9a7=class extends _0x546230['Disposable']{constructor(_0x51e130){const _0x2e5bb2=_0x49989d;super(),this[_0x2e5bb2(0x1a7)]=_0x51e130,[_0x19cd7d][_0x2e5bb2(0x36d)](_0x229302=>this[_0x2e5bb2(0x1a7)][_0x2e5bb2(0x1f6)](_0x229302));}};_0x68c9a7=_0x3e5466([_0x36cbff(0x0,_0x546230['ICommandService'])],_0x68c9a7);const _0x1e6aed=_0x5c858d=>{const _0x4c6cfa=_0x49989d,_0x284297={};if(!_0x5c858d)return{'cellValue':_0x5c858d,'styleRefMap':void 0x0};const _0x414911=[];return{'cellValue':new _0x546230['ObjectMatrix'](_0x546230[_0x4c6cfa(0x37e)][_0x4c6cfa(0x351)](_0x5c858d))[_0x4c6cfa(0x299)]((_0x4d1d4d,_0x1d3eb7,_0x4ad989)=>{const _0x26cdde=_0x4c6cfa,_0x8e7e02=_0x4ad989&&_0x4ad989['s'];if(_0x8e7e02&&typeof _0x8e7e02===_0x26cdde(0x3a7)){const _0x5b47a4=JSON[_0x26cdde(0x3a3)](_0x8e7e02),_0x544c56=_0x414911[_0x26cdde(0x25a)](_0x1fa07c=>_0x1fa07c===_0x5b47a4);if(_0x544c56>-0x1)_0x4ad989['s']=''+_0x544c56;else{const _0x59d03a=_0x414911[_0x26cdde(0x372)](_0x5b47a4)-0x1;_0x284297[_0x59d03a]=_0x8e7e02,_0x4ad989['s']=''+_0x59d03a;}}})[_0x4c6cfa(0x217)](),'styleRefMap':_0x284297};},_0x101dc6=(_0x1cef6a,_0x3a5481)=>!_0x1cef6a||!_0x3a5481?_0x1cef6a:new _0x546230[(_0x49989d(0x306))](_0x546230[_0x49989d(0x37e)]['deepClone'](_0x1cef6a))[_0x49989d(0x299)]((_0x3e5d21,_0x4a3300,_0x122833)=>{const _0x1918a0=_0x49989d,_0x5dd818=_0x122833&&_0x122833['s'];if(_0x5dd818&&typeof _0x5dd818===_0x1918a0(0x38e)){const _0x2fc246=_0x3a5481[_0x5dd818];_0x2fc246&&(_0x122833['s']=_0x2fc246);}})[_0x49989d(0x217)](),_0x4c9b7c=_0x546230['createInterceptorKey']('COMPRESS_MUTATION_APPLY'),_0xf208ad=_0x546230[_0x49989d(0x21b)](_0x49989d(0x385));class _0x18feef{constructor(){const _0x32c25c=_0x49989d;_0x2c92e5(this,_0x32c25c(0x371),new _0x546230['InterceptorManager']({'COMPRESS_MUTATION_APPLY':_0x4c9b7c,'COMPRESS_MUTATION_SEND':_0xf208ad})),this['_init']();}['_init'](){const _0x531c5b=_0x49989d;this['interceptor'][_0x531c5b(0x1be)](this[_0x531c5b(0x371)]['getInterceptPoints']()['COMPRESS_MUTATION_APPLY'],{'priority':-0x1,'handler':_0x4517bd=>_0x4517bd}),this[_0x531c5b(0x371)]['intercept'](this[_0x531c5b(0x371)][_0x531c5b(0x2e3)]()['COMPRESS_MUTATION_SEND'],{'priority':-0x1,'handler':_0x372be5=>_0x372be5}),this['_initSetRangeValues']();}[_0x49989d(0x2aa)](){const _0x5d1572=_0x49989d;this[_0x5d1572(0x371)]['intercept'](this['interceptor'][_0x5d1572(0x2e3)]()['COMPRESS_MUTATION_APPLY'],{'handler':(_0x211559,_0x579389,_0x57f908)=>{const _0x2c84ef=_0x5d1572;if(!_0x211559)return _0x57f908(_0x211559);const _0x45d6e3=_0x211559[_0x2c84ef(0x2a6)](_0x27db5b=>{const _0x37f638=_0x2c84ef;if(_0x27db5b['id']===_0x5e5d8d[_0x37f638(0x27e)]['id']){const _0xca4024=_0x27db5b[_0x37f638(0x265)];if(!_0xca4024['styleRefMap'])return _0x27db5b;const _0x1c0584=_0x101dc6(_0xca4024[_0x37f638(0x1c3)],_0xca4024[_0x37f638(0x2d3)]);return{..._0x27db5b,'params':{..._0xca4024,'cellValue':_0x1c0584}};}return _0x27db5b;});return _0x57f908(_0x45d6e3);}}),this['interceptor'][_0x5d1572(0x1be)](this[_0x5d1572(0x371)][_0x5d1572(0x2e3)]()[_0x5d1572(0x385)],{'handler':(_0x5bc609,_0x504f3e,_0xd2f4ea)=>{if(!_0x5bc609)return _0xd2f4ea(_0x5bc609);const _0xdeabc4=_0x5bc609['map'](_0x815ce1=>{const _0x5e9c2f=_0x14b4;if(_0x815ce1['id']===_0x5e5d8d[_0x5e9c2f(0x27e)]['id']){const _0x1b2f30=_0x815ce1[_0x5e9c2f(0x265)];return _0x1b2f30[_0x5e9c2f(0x2d3)]?_0x815ce1:{..._0x815ce1,'params':{..._0x1b2f30,..._0x1e6aed(_0x1b2f30[_0x5e9c2f(0x1c3)])}};}return _0x815ce1;});return _0xd2f4ea(_0xdeabc4);}});}}var _0x308190=Object[_0x49989d(0x2ce)],_0x11ccd1=Object['getOwnPropertyDescriptor'],_0x44cc60=(_0x159c5f,_0x5186c8,_0x565437,_0x1df067)=>{const _0x4698dd=_0x49989d;for(var _0x52a4aa=_0x1df067>0x1?void 0x0:_0x1df067?_0x11ccd1(_0x5186c8,_0x565437):_0x5186c8,_0x280352=_0x159c5f[_0x4698dd(0x295)]-0x1,_0x2b7169;_0x280352>=0x0;_0x280352--)(_0x2b7169=_0x159c5f[_0x280352])&&(_0x52a4aa=(_0x1df067?_0x2b7169(_0x5186c8,_0x565437,_0x52a4aa):_0x2b7169(_0x52a4aa))||_0x52a4aa);return _0x1df067&&_0x52a4aa&&_0x308190(_0x5186c8,_0x565437,_0x52a4aa),_0x52a4aa;},_0x2436e0=(_0x9dd8d7,_0x3075e1)=>(_0x1db5e4,_0x43e278)=>_0x3075e1(_0x1db5e4,_0x43e278,_0x9dd8d7);const _0x230817=new Set([_0x5e5d8d[_0x49989d(0x1bf)]['id'],_0x5e5d8d[_0x49989d(0x1b0)]['id'],_0x5e5d8d[_0x49989d(0x1d5)]['id'],_0x5e5d8d[_0x49989d(0x28d)]['id'],_0x5e5d8d[_0x49989d(0x2d4)]['id']]),_0x20a0af=new Set([_0x5e5d8d[_0x49989d(0x1bf)]['id'],_0x5e5d8d[_0x49989d(0x1b0)]['id'],_0x19cd7d['id'],_0x5e5d8d[_0x49989d(0x22c)]['id']]);_0x3f8f47[_0x49989d(0x2e9)]=class{constructor(_0x32b96a){this['_univerInstanceService']=_0x32b96a;}[_0x49989d(0x22a)](_0x331c77){const _0x172908=_0x49989d,_0x7c2fde=this[_0x172908(0x238)][_0x172908(0x2ed)](_0x331c77);if(!_0x7c2fde)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20'+_0x331c77+'.');return _0x7c2fde[_0x172908(0x233)]();}['incrementRevOfUnit'](_0x9c0ec0){const _0xfa62ed=_0x49989d,_0x1f1069=this[_0xfa62ed(0x238)][_0xfa62ed(0x2ed)](_0x9c0ec0);if(!_0x1f1069)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20'+_0x9c0ec0+'.');return _0x1f1069[_0xfa62ed(0x356)](),_0x1f1069[_0xfa62ed(0x233)]();}[_0x49989d(0x2eb)](_0x17918b,_0x467b19){const _0x4b147b=_0x49989d,_0x28b452=this[_0x4b147b(0x238)][_0x4b147b(0x2ed)](_0x17918b);_0x28b452&&_0x28b452[_0x4b147b(0x21e)](_0x467b19);}},_0x3f8f47['RevisionService']=_0x44cc60([_0x2436e0(0x0,_0x546230[_0x49989d(0x256)])],_0x3f8f47[_0x49989d(0x2e9)]);var _0x596065=(_0x3ffdf3=>(_0x3ffdf3[_0x3ffdf3['UNDEFINED']=0x0]=_0x49989d(0x36c),_0x3ffdf3[_0x3ffdf3['OK']=0x1]='OK',_0x3ffdf3[_0x3ffdf3[_0x49989d(0x337)]=0x2]=_0x49989d(0x337),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x35a)]=0x3]=_0x49989d(0x35a),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x374)]=0x4]=_0x49989d(0x374),_0x3ffdf3[_0x3ffdf3['UNAUTHENTICATED']=0x5]=_0x49989d(0x193),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x20c)]=0x6]='ALREADY_EXISTS',_0x3ffdf3[_0x3ffdf3[_0x49989d(0x202)]=0x7]=_0x49989d(0x202),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x247)]=0x8]='TOO_MANY_REQUESTS',_0x3ffdf3[_0x3ffdf3[_0x49989d(0x20e)]=0x9]=_0x49989d(0x20e),_0x3ffdf3[_0x3ffdf3['CHANGESET_REVISION_CONFILICT']=0x1389]='CHANGESET_REVISION_CONFILICT',_0x3ffdf3[_0x3ffdf3['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x49989d(0x23a),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x1c5)]=0x1772]=_0x49989d(0x1c5),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x23f)]=0x1773]=_0x49989d(0x23f),_0x3ffdf3[_0x3ffdf3['APPLY_REJECT']=0x1b59]=_0x49989d(0x319),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x302)]=0x1b5a]=_0x49989d(0x302),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x315)]=0x1b5b]='APPLY_REVISION_CONFILICT',_0x3ffdf3[_0x3ffdf3[_0x49989d(0x276)]=0x1b5c]=_0x49989d(0x276),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x370)]=0x1b5d]='APPLY_DUPLICATED',_0x3ffdf3[_0x3ffdf3[_0x49989d(0x2c8)]=0x1f41]=_0x49989d(0x2c8),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x21a)]=0x2329]='LICENSE_MAX_UNITS_EXCEEDED',_0x3ffdf3[_0x3ffdf3[_0x49989d(0x31e)]=0x232a]=_0x49989d(0x31e),_0x3ffdf3[_0x3ffdf3['LICENSE_IMPORT_SIZE_EXCEEDED']=0x232b]=_0x49989d(0x2d8),_0x3ffdf3[_0x3ffdf3['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]=_0x49989d(0x2fa),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x2b9)]=0x232d]=_0x49989d(0x2b9),_0x3ffdf3[_0x3ffdf3['YUUMI_UNABLE_LOAD_URL']=0x2711]=_0x49989d(0x223),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x32a)]=0x2712]=_0x49989d(0x32a),_0x3ffdf3[_0x3ffdf3['YUUMI_RATE_OVER_LIMIT']=0x2713]=_0x49989d(0x28b),_0x3ffdf3[_0x3ffdf3[_0x49989d(0x2f3)]=0x2714]=_0x49989d(0x2f3),_0x3ffdf3[_0x3ffdf3['UNRECOGNIZED']=-0x1]=_0x49989d(0x29f),_0x3ffdf3))(_0x596065||{}),_0x2f6ced=(_0x7d7f0e=>(_0x7d7f0e[_0x7d7f0e[_0x49989d(0x27d)]=0x0]=_0x49989d(0x27d),_0x7d7f0e[_0x7d7f0e[_0x49989d(0x285)]=0x1]=_0x49989d(0x285),_0x7d7f0e[_0x7d7f0e['UNIVER_SHEET']=0x2]=_0x49989d(0x2f8),_0x7d7f0e[_0x7d7f0e['UNIVER_SLIDE']=0x3]='UNIVER_SLIDE',_0x7d7f0e[_0x7d7f0e[_0x49989d(0x2d5)]=0x4]='UNIVER_PROJECT',_0x7d7f0e[_0x7d7f0e[_0x49989d(0x29f)]=-0x1]=_0x49989d(0x29f),_0x7d7f0e))(_0x2f6ced||{});function _0x2b1d56(_0x44e67a){const _0x167889=_0x49989d;return!!(_0x44e67a&&_0x44e67a['code']&&_0x44e67a['code']!==_0x596065['OK']&&_0x44e67a[_0x167889(0x24a)]!=='OK');}const _0x5b6419=[];for(let _0x3bd5ee=0x0;_0x3bd5ee<0x100;++_0x3bd5ee)_0x5b6419['push']((_0x3bd5ee+0x100)[_0x49989d(0x293)](0x10)[_0x49989d(0x2a9)](0x1));function _0x3beab1(_0x43a0f8,_0x5b626b=0x0){const _0xd7e3d6=_0x49989d;return(_0x5b6419[_0x43a0f8[_0x5b626b+0x0]]+_0x5b6419[_0x43a0f8[_0x5b626b+0x1]]+_0x5b6419[_0x43a0f8[_0x5b626b+0x2]]+_0x5b6419[_0x43a0f8[_0x5b626b+0x3]]+'-'+_0x5b6419[_0x43a0f8[_0x5b626b+0x4]]+_0x5b6419[_0x43a0f8[_0x5b626b+0x5]]+'-'+_0x5b6419[_0x43a0f8[_0x5b626b+0x6]]+_0x5b6419[_0x43a0f8[_0x5b626b+0x7]]+'-'+_0x5b6419[_0x43a0f8[_0x5b626b+0x8]]+_0x5b6419[_0x43a0f8[_0x5b626b+0x9]]+'-'+_0x5b6419[_0x43a0f8[_0x5b626b+0xa]]+_0x5b6419[_0x43a0f8[_0x5b626b+0xb]]+_0x5b6419[_0x43a0f8[_0x5b626b+0xc]]+_0x5b6419[_0x43a0f8[_0x5b626b+0xd]]+_0x5b6419[_0x43a0f8[_0x5b626b+0xe]]+_0x5b6419[_0x43a0f8[_0x5b626b+0xf]])[_0xd7e3d6(0x39a)]();}let _0x47eaaa;const _0x520682=new Uint8Array(0x10);function _0x20e52f(){const _0x3a3547=_0x49989d;if(!_0x47eaaa){if(typeof crypto>'u'||!crypto[_0x3a3547(0x29d)])throw new Error(_0x3a3547(0x35b));_0x47eaaa=crypto[_0x3a3547(0x29d)][_0x3a3547(0x364)](crypto);}return _0x47eaaa(_0x520682);}const _0x3ef92e={'randomUUID':typeof crypto<'u'&&crypto[_0x49989d(0x1ff)]&&crypto[_0x49989d(0x1ff)]['bind'](crypto)};function _0x353bfe(_0x2379ed,_0x54185b,_0x25102c){const _0x20da23=_0x49989d;if(_0x3ef92e[_0x20da23(0x1ff)]&&!_0x54185b&&!_0x2379ed)return _0x3ef92e[_0x20da23(0x1ff)]();_0x2379ed=_0x2379ed||{};const _0x5d4e6b=_0x2379ed[_0x20da23(0x237)]||(_0x2379ed[_0x20da23(0x195)]||_0x20e52f)();return _0x5d4e6b[0x6]=_0x5d4e6b[0x6]&0xf|0x40,_0x5d4e6b[0x8]=_0x5d4e6b[0x8]&0x3f|0x80,_0x3beab1(_0x5d4e6b);}const _0x2682e2={[_0x546230[_0x49989d(0x2ca)][_0x49989d(0x285)]]:_0x2f6ced['UNIVER_DOC'],[_0x546230[_0x49989d(0x2ca)]['UNIVER_SHEET']]:_0x2f6ced['UNIVER_SHEET'],[_0x546230[_0x49989d(0x2ca)][_0x49989d(0x359)]]:_0x2f6ced['UNIVER_SLIDE'],[_0x546230[_0x49989d(0x2ca)]['UNIVER_UNKNOWN']]:_0x2f6ced[_0x49989d(0x27d)],[_0x546230['UniverInstanceType']['UNIVER_PROJECT']]:_0x2f6ced[_0x49989d(0x27d)],[_0x546230[_0x49989d(0x2ca)][_0x49989d(0x29f)]]:_0x2f6ced['UNRECOGNIZED']};function _0x19a477(_0x1a60d4){const _0x286c30=_0x49989d;var _0x45acb9;return(_0x45acb9=_0x2682e2[_0x1a60d4])!=null?_0x45acb9:_0x2f6ced[_0x286c30(0x27d)];}function _0x2afdc0(_0x46769f){const _0x762b1d=_0x49989d;return btoa(encodeURIComponent(_0x46769f)['replace'](/%([0-9A-F]{2})/g,(_0x66f934,_0x54dd8b)=>String[_0x762b1d(0x387)](Number[_0x762b1d(0x1d2)](_0x54dd8b,0x10))));}const _0xcc640a=new TextDecoder();function _0xb13a4a(_0x4e6d8e){const _0x16d797=_0x49989d,_0x531139=atob(_0x4e6d8e),_0x2265d5=_0x531139[_0x16d797(0x295)];let _0x180f22=new Uint8Array(_0x2265d5);for(let _0x3fc69c=0x0;_0x3fc69c<_0x2265d5;_0x3fc69c++)_0x180f22[_0x3fc69c]=_0x531139['charCodeAt'](_0x3fc69c);const _0x1ce8b5=_0xcc640a[_0x16d797(0x323)](_0x180f22);return _0x180f22=null,_0x1ce8b5;}const _0x28eb69=new TextEncoder(),_0x313a65=new TextDecoder();function _0xe19a7e(_0x3899c8){const _0x14089e=_0x49989d,_0x299bbd=_0x546230[_0x14089e(0x37e)][_0x14089e(0x351)](_0x3899c8);return delete _0x299bbd['id'],delete _0x299bbd[_0x14089e(0x230)],delete _0x299bbd[_0x14089e(0x224)],delete _0x299bbd[_0x14089e(0x3a6)],delete _0x299bbd[_0x14089e(0x21d)],_0x28eb69[_0x14089e(0x2b5)](JSON['stringify'](_0x299bbd));}function _0x40c31f(_0x3b091e){const _0x23da73=_0x49989d,_0x594a93=_0x546230[_0x23da73(0x37e)][_0x23da73(0x351)](_0x3b091e);return delete _0x594a93['id'],delete _0x594a93[_0x23da73(0x3b9)],delete _0x594a93[_0x23da73(0x230)],delete _0x594a93[_0x23da73(0x300)],delete _0x594a93[_0x23da73(0x1e9)],_0x28eb69['encode'](JSON[_0x23da73(0x3a3)](_0x594a93));}function _0x5cb4d8(_0x3021d1){const _0x540fb3=_0x49989d,_0xff350f=_0x546230[_0x540fb3(0x37e)]['deepClone'](_0x3021d1);return delete _0xff350f['id'],delete _0xff350f[_0x540fb3(0x3b9)],delete _0xff350f[_0x540fb3(0x365)],delete _0xff350f[_0x540fb3(0x375)],_0x28eb69[_0x540fb3(0x2b5)](JSON['stringify'](_0xff350f));}function _0x38005b(_0x52cc9d){const _0x3cd939=_0x49989d;return JSON[_0x3cd939(0x32b)](typeof _0x52cc9d=='string'?_0xb13a4a(_0x52cc9d):_0x313a65[_0x3cd939(0x323)](_0x52cc9d));}function _0x2634e4(_0x3cc4a1){const _0x5f34fd=_0x49989d;return _0x3cc4a1 instanceof Uint8Array?JSON[_0x5f34fd(0x32b)](_0x313a65[_0x5f34fd(0x323)](_0x3cc4a1)):_0x3cc4a1;}function _0x21b49e(_0x5c71f1){const _0x5e11cf=_0x49989d;return JSON[_0x5e11cf(0x32b)](typeof _0x5c71f1==_0x5e11cf(0x38e)?_0xb13a4a(_0x5c71f1):_0x313a65['decode'](_0x5c71f1));}const _0x2acf5e=0x100*0x14;function _0x3a32e0(_0x3a79cf,_0x566f4e){const _0x26fd09=_0x49989d,_0x6f0c96=new _0x546230[(_0x26fd09(0x306))](_0x3a79cf),_0x8fbdd1=_0x6f0c96['getLength'](),_0x4d04b6=[];let _0x51f508=0x0;for(;_0x51f508<_0x8fbdd1;){const _0xe35e11=Math['min'](_0x51f508+_0x2acf5e,_0x8fbdd1-0x1),_0x5e9f82=_0x6f0c96['getSlice'](_0x51f508,Math[_0x26fd09(0x27b)](_0x51f508+_0x2acf5e,_0x8fbdd1-0x1),0x0,_0x566f4e),_0x4488f3=_0x1cd07a(_0x5e9f82);_0x4d04b6[_0x26fd09(0x372)]({'id':_0x546230[_0x26fd09(0x37e)][_0x26fd09(0x32c)](0x13,_0x26fd09(0x1a6)),'startRow':_0x51f508,'endRow':_0xe35e11,'data':_0x4488f3}),_0x51f508+=_0x2acf5e;}return _0x4d04b6;}function _0x1cd07a(_0x3af219){const _0x10d983=_0x49989d,_0xa65bb5=_0x3af219[_0x10d983(0x198)]();return _0x28eb69[_0x10d983(0x2b5)](JSON[_0x10d983(0x3a3)](_0xa65bb5));}async function _0xb0088c(_0x3b3fa5,_0x137ee9,_0x17e1d3,_0xc6a879){const _0x3f19a2=_0x49989d;var _0x4f8e7c;const _0x20e77d={'unitID':_0x137ee9['id'],'rev':_0xc6a879,'creator':'','name':(_0x4f8e7c=_0x137ee9[_0x3f19a2(0x365)])!=null?_0x4f8e7c:'','resources':_0x137ee9[_0x3f19a2(0x375)]||[],'originalMeta':_0x5cb4d8(_0x137ee9)};return{'snapshot':{'unitID':_0x17e1d3,'rev':_0x20e77d[_0x3f19a2(0x3b9)],'type':_0x2f6ced[_0x3f19a2(0x285)],'workbook':void 0x0,'doc':_0x20e77d}};}async function _0x6dbf18(_0x6adfe9,_0x2e8ae3,_0x4e7250,_0x573625,_0x3f7b25){const _0x217b4f=_0x49989d,_0x1901c3={},_0x1ab573={};if(!await Promise[_0x217b4f(0x399)](Object['entries'](_0x2e8ae3[_0x217b4f(0x1e9)])['map'](async([_0x15cd3b,_0x5ddeba])=>{const _0x14380a=_0x217b4f,_0x5549f3={'id':_0x5ddeba['id'],'type':_0x546230[_0x14380a(0x1c7)][_0x14380a(0x36b)],'name':_0x5ddeba[_0x14380a(0x230)],'rowCount':_0x5ddeba['rowCount'],'columnCount':_0x5ddeba[_0x14380a(0x3a6)],'originalMeta':_0xe19a7e(_0x5ddeba)};if(_0x1ab573[_0x15cd3b]=_0x5549f3,_0x5ddeba[_0x14380a(0x21d)]){const _0x286b9d=_0x3a32e0(_0x5ddeba[_0x14380a(0x21d)],_0x5ddeba[_0x14380a(0x3a6)]),_0x5d1de5=await Promise[_0x14380a(0x399)](_0x286b9d[_0x14380a(0x2a6)](_0x32724b=>_0x3f7b25[_0x14380a(0x2fb)](_0x6adfe9,{'unitID':_0x4e7250,'type':_0x2f6ced[_0x14380a(0x2f8)],'block':_0x32724b})));if(_0x5d1de5[_0x14380a(0x34c)](_0xb9fcb0=>{const _0x155b59=_0x14380a;var _0x5db7ac;return((_0x5db7ac=_0xb9fcb0[_0x155b59(0x2b4)])==null?void 0x0:_0x5db7ac[_0x155b59(0x24a)])!==_0x596065['OK'];}))return!0x1;_0x1901c3[_0x15cd3b]={'sheetID':_0x15cd3b,'blocks':_0x5d1de5[_0x14380a(0x2a6)](_0x43b64f=>_0x43b64f[_0x14380a(0x272)])};}return!0x0;})))throw new Error(_0x217b4f(0x26c));const _0x29adc2=_0x40c31f(_0x2e8ae3),_0x415ccd={'unitID':_0x2e8ae3['id'],'rev':_0x573625,'creator':'','name':_0x2e8ae3[_0x217b4f(0x230)],'sheetOrder':_0x2e8ae3['sheetOrder'],'sheets':_0x1ab573,'blockMeta':_0x1901c3,'resources':_0x2e8ae3[_0x217b4f(0x375)]||[],'originalMeta':_0x29adc2};return{'snapshotRes':{'unitID':_0x4e7250,'rev':_0x415ccd[_0x217b4f(0x3b9)],'type':_0x2f6ced[_0x217b4f(0x2f8)],'workbook':_0x415ccd,'doc':void 0x0}};}async function _0x42e64c(_0x2f581d,_0x18f5be,_0x5886a8,_0x681d30,_0x1617ed){const _0x111250=_0x49989d;var _0x1d8e27,_0x3c5d73;const _0x3fc030={},_0x26f9b7={};if(!await Promise[_0x111250(0x399)](Object[_0x111250(0x19f)](_0x18f5be[_0x111250(0x1e9)])['map'](async([_0x3d3fc1,_0x5b8a8c])=>{const _0x3a3083=_0x111250,_0xf1df78={'id':_0x5b8a8c['id'],'type':_0x546230[_0x3a3083(0x1c7)][_0x3a3083(0x36b)],'name':_0x5b8a8c[_0x3a3083(0x230)],'rowCount':_0x5b8a8c[_0x3a3083(0x224)],'columnCount':_0x5b8a8c[_0x3a3083(0x3a6)],'originalMeta':_0xe19a7e(_0x5b8a8c)};if(_0x26f9b7[_0x3d3fc1]=_0xf1df78,_0x5b8a8c[_0x3a3083(0x21d)]){const _0x2dd88e=_0x3a32e0(_0x5b8a8c['cellData'],_0x5b8a8c[_0x3a3083(0x3a6)]),_0x3ba924=await Promise['all'](_0x2dd88e[_0x3a3083(0x2a6)](_0x2c7902=>_0x1617ed[_0x3a3083(0x2fb)](_0x2f581d,{'unitID':_0x5886a8,'type':_0x2f6ced[_0x3a3083(0x2f8)],'block':_0x2c7902})));if(_0x3ba924['some'](_0xd01e6=>{const _0x3fb350=_0x3a3083;var _0x24e281;return((_0x24e281=_0xd01e6['error'])==null?void 0x0:_0x24e281[_0x3fb350(0x24a)])!==_0x596065['OK'];}))return!0x1;_0x3fc030[_0x3d3fc1]={'sheetID':_0x3d3fc1,'blocks':_0x3ba924['map'](_0xa198d7=>_0xa198d7[_0x3a3083(0x272)])};}return!0x0;})))throw new Error(_0x111250(0x26c));const _0x162e7a=_0x40c31f(_0x18f5be),_0x27682b={'unitID':_0x18f5be['id'],'rev':_0x681d30,'creator':'','name':_0x18f5be['name'],'sheetOrder':_0x18f5be[_0x111250(0x300)],'sheets':_0x26f9b7,'blockMeta':_0x3fc030,'resources':_0x18f5be[_0x111250(0x375)]||[],'originalMeta':_0x162e7a},_0x4a93fd={'unitID':_0x5886a8,'rev':_0x27682b[_0x111250(0x3b9)],'type':_0x2f6ced[_0x111250(0x2f8)],'workbook':_0x27682b,'doc':void 0x0},_0x2f6e74=await _0x1617ed[_0x111250(0x33d)](_0x2f581d,{'unitID':_0x5886a8,'type':_0x2f6ced[_0x111250(0x2f8)],'snapshot':_0x4a93fd});if(_0x2b1d56(_0x2f6e74[_0x111250(0x2b4)]))throw new Error(_0x111250(0x1a8)+((_0x1d8e27=_0x2f6e74[_0x111250(0x2b4)])==null?void 0x0:_0x1d8e27[_0x111250(0x24a)])+':'+((_0x3c5d73=_0x2f6e74[_0x111250(0x2b4)])==null?void 0x0:_0x3c5d73['message']));return{'snapshot':_0x4a93fd};}function _0x59742d(_0xd65e40,_0x4369d1,_0x5a87d4){const _0xc29f75=_0x49989d,_0x280d21=_0xd65e40['workbook'];if(!_0x280d21)throw new Error('');const _0x271d76={};Object[_0xc29f75(0x19f)](_0x280d21[_0xc29f75(0x1e9)])['forEach'](([_0x5458ce,_0xa596cb])=>{const _0x534a39=_0xc29f75,_0x27ca1c=_0x38005b(_0xa596cb[_0x534a39(0x3b4)]);_0x271d76[_0x5458ce]={'id':_0xa596cb['id'],'name':_0xa596cb[_0x534a39(0x230)],'rowCount':_0xa596cb[_0x534a39(0x224)],'columnCount':_0xa596cb[_0x534a39(0x3a6)],..._0x27ca1c};});const _0xc3310d=new Map();_0x4369d1[_0xc29f75(0x36d)](_0x1dde37=>{const _0x583782=_0xc29f75;_0xc3310d[_0x583782(0x1d4)](_0x1dde37['id'],_0x1dde37);}),_0x280d21['blockMeta']&&Object[_0xc29f75(0x19f)](_0x280d21['blockMeta'])[_0xc29f75(0x36d)](([_0xce08c9,_0x2baed7])=>{const _0x35d4bf=_0xc29f75;var _0x1810ee;const _0x168fbb=_0x271d76[_0xce08c9];_0x168fbb[_0x35d4bf(0x21d)]={};const _0x3167a5=[];(_0x1810ee=_0x2baed7['blocks'])==null||_0x1810ee[_0x35d4bf(0x36d)](_0x250726=>{const _0x445a1d=_0x35d4bf,_0x86b3f1=_0xc3310d['get'](_0x250726);if(_0x86b3f1)_0x3167a5[_0x445a1d(0x372)](_0x86b3f1);else throw new Error('');}),_0x3167a5[_0x35d4bf(0x36d)](_0x19aa7a=>{const _0x176a38=_0x35d4bf,_0x4b31e3=_0x2634e4(_0x19aa7a['data']);Object[_0x176a38(0x19f)](_0x4b31e3)['forEach'](([_0x1fa64f,_0x5628ac])=>{const _0x38bb6a=_0x176a38,_0x176493=_0x168fbb[_0x38bb6a(0x21d)][+_0x1fa64f]={};Object['entries'](_0x5628ac)['forEach'](([_0x2e9a0a,_0x4ecac0])=>{_0x176493[+_0x2e9a0a]=_0x4ecac0;});});});});const _0x285136=_0x38005b(_0x280d21['originalMeta']);return{'id':_0xd65e40[_0xc29f75(0x3a0)]||_0x280d21[_0xc29f75(0x3a0)],'rev':_0xd65e40[_0xc29f75(0x3b9)]||_0x280d21[_0xc29f75(0x3b9)],'name':_0x280d21['name'],'sheetOrder':_0x280d21[_0xc29f75(0x300)],'appVersion':'','locale':_0x546230[_0xc29f75(0x35e)][_0xc29f75(0x344)],'sheets':_0x271d76,'styles':{},'resources':_0x280d21[_0xc29f75(0x375)]||[],..._0x285136};}function _0x47f4d7(_0xfeca08){const _0x359e45=_0x49989d,_0x224185=_0xfeca08[_0x359e45(0x221)];if(_0x224185==null)throw new Error(_0x359e45(0x27c));const {unitID:_0x31edc4,rev:_0x5d495f,name:_0x5379db,originalMeta:_0xa4548b,resources:_0x13fff7=[]}=_0x224185,{body:_0x55eb90,documentStyle:_0x20b42f={},settings:_0x29cd5d={},drawings:_0x366c56={},drawingsOrder:_0x45851c=[],tableSource:_0x218b90={},headers:_0x2c9f4e={},footers:_0x352f74={},lists:_0x361c27={}}=_0x21b49e(_0xa4548b);return{'id':_0x31edc4,'rev':_0x5d495f,'locale':_0x546230[_0x359e45(0x35e)]['EN_US'],'title':_0x5379db,'body':_0x55eb90,'documentStyle':_0x20b42f,'settings':_0x29cd5d,'drawings':_0x366c56,'drawingsOrder':_0x45851c,'resources':_0x13fff7,'tableSource':_0x218b90,'headers':_0x2c9f4e,'footers':_0x352f74,'lists':_0x361c27};}async function _0x357e8a(_0xd29ab2,_0x4502b8,_0x559835,_0x4ba271,_0x5cc92a){const _0x604b2b=_0x49989d;var _0x354556,_0x5d0a49,_0x40b526;const _0x5e79cf={'unitID':_0x4502b8['id'],'rev':_0x4ba271,'creator':'','name':(_0x354556=_0x4502b8[_0x604b2b(0x365)])!=null?_0x354556:'','resources':_0x4502b8['resources']||[],'originalMeta':_0x5cb4d8(_0x4502b8)},_0xebc1b5={'unitID':_0x559835,'rev':_0x5e79cf[_0x604b2b(0x3b9)],'type':_0x2f6ced[_0x604b2b(0x285)],'workbook':void 0x0,'doc':_0x5e79cf},_0x30362a=await _0x5cc92a['saveSnapshot'](_0xd29ab2,{'unitID':_0x559835,'type':_0x2f6ced[_0x604b2b(0x285)],'snapshot':_0xebc1b5});if(_0x2b1d56(_0x30362a[_0x604b2b(0x2b4)]))throw new Error(_0x604b2b(0x24c)+((_0x5d0a49=_0x30362a[_0x604b2b(0x2b4)])==null?void 0x0:_0x5d0a49[_0x604b2b(0x24a)])+':'+((_0x40b526=_0x30362a[_0x604b2b(0x2b4)])==null?void 0x0:_0x40b526[_0x604b2b(0x373)]));return{'snapshot':_0xebc1b5};}async function _0x58f9f4(_0x4ee6a3,_0xd74e0d){const _0x36cec5=_0x49989d,_0x34bff6=_0x4ee6a3['workbook'];if(!_0x34bff6)throw new Error(_0x36cec5(0x227));const _0x227de7=[],_0xae1265=[];return Object[_0x36cec5(0x19f)](_0x34bff6[_0x36cec5(0x34f)])['forEach'](([_0x2c608b,_0x165c20])=>{const _0x3dd62e=_0x36cec5,_0x1f9f80=_0x165c20[_0x3dd62e(0x361)][_0x3dd62e(0x2a6)](async _0x3786e8=>{const _0x24663e=_0x3dd62e,_0x38b364={'unitID':_0x34bff6[_0x24663e(0x3a0)],'type':_0x2f6ced[_0x24663e(0x2f8)],'blockID':_0x3786e8},{block:_0x148b6a}=await _0xd74e0d['getSheetBlock']({},_0x38b364);if(_0x148b6a)_0x227de7['push'](_0x148b6a);else throw new Error(_0x24663e(0x243));});_0xae1265['push'](..._0x1f9f80);}),await Promise[_0x36cec5(0x399)](_0xae1265),_0x227de7;}var _0x2b585e=Object[_0x49989d(0x2ce)],_0x1ea83e=Object[_0x49989d(0x31f)],_0x3d4a89=(_0x6ce20d,_0x44a553,_0x32bf52,_0x3fb9a2)=>{const _0x9af767=_0x49989d;for(var _0xfdacbc=_0x3fb9a2>0x1?void 0x0:_0x3fb9a2?_0x1ea83e(_0x44a553,_0x32bf52):_0x44a553,_0x46184a=_0x6ce20d[_0x9af767(0x295)]-0x1,_0x4c2d90;_0x46184a>=0x0;_0x46184a--)(_0x4c2d90=_0x6ce20d[_0x46184a])&&(_0xfdacbc=(_0x3fb9a2?_0x4c2d90(_0x44a553,_0x32bf52,_0xfdacbc):_0x4c2d90(_0xfdacbc))||_0xfdacbc);return _0x3fb9a2&&_0xfdacbc&&_0x2b585e(_0x44a553,_0x32bf52,_0xfdacbc),_0xfdacbc;},_0x3de93f=(_0x149dfa,_0x53972c)=>(_0xc523d8,_0x31e117)=>_0x53972c(_0xc523d8,_0x31e117,_0x149dfa);const _0x31df2e=_0x546230[_0x49989d(0x1a4)](_0x49989d(0x288));_0x3f8f47[_0x49989d(0x24b)]=class{constructor(_0x2ec587,_0x48fe49,_0x370434,_0x5817e0,_0x38522b,_0x38d4ff,_0x4ef74d){const _0x281594=_0x49989d;this[_0x281594(0x34d)]=_0x2ec587,this['_univerInstanceService']=_0x48fe49,this['_snapshotServerService']=_0x370434,this['_commandService']=_0x5817e0,this['_injector']=_0x38522b,this[_0x281594(0x2d6)]=_0x38d4ff,this[_0x281594(0x303)]=_0x4ef74d;}async[_0x49989d(0x3b1)](_0x13936b,_0x77c2a9,_0x2c2403){const _0x5daf11=_0x49989d;var _0x3c3393;_0x2c2403===void 0x0&&(_0x2c2403={'metadata':{'x-feature-id':_0x353bfe()}});const {snapshot:_0x49fe45,changesets:_0x1fd103,error:_0x46e51b}=await this['_snapshotServerService'][_0x5daf11(0x30f)](_0x2c2403,{'unitID':_0x13936b,'type':_0x2f6ced['UNIVER_SHEET'],'revision':_0x77c2a9});if(_0x2b1d56(_0x46e51b)||!_0x49fe45||!_0x49fe45['workbook'])throw new Error(_0x5daf11(0x1a5));const _0x1ee992=(_0x3c3393=_0x1fd103==null?void 0x0:_0x1fd103[_0x5daf11(0x295)])!=null?_0x3c3393:0x0;if(_0x77c2a9!==0x0&&_0x49fe45[_0x5daf11(0x3b9)]+_0x1ee992!==_0x77c2a9)throw new Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');const {workbook:_0x400952}=_0x49fe45,_0x38a9aa=_0x400952[_0x5daf11(0x34f)]?Object[_0x5daf11(0x19f)](_0x400952['blockMeta'])[_0x5daf11(0x2a6)](([_0x1197de,_0x33939d])=>{const _0x2125bc=_0x5daf11;var _0x3ee838,_0x23808e;return(_0x23808e=(_0x3ee838=_0x33939d[_0x2125bc(0x361)])==null?void 0x0:_0x3ee838[_0x2125bc(0x2a6)](_0x170ce2=>_0x170ce2))!=null?_0x23808e:[];})[_0x5daf11(0x23d)]():[],_0xa65afc=(await Promise['all'](_0x38a9aa[_0x5daf11(0x2a6)](_0x286624=>this[_0x5daf11(0x2df)][_0x5daf11(0x2bd)](_0x2c2403,{'unitID':_0x13936b,'type':_0x2f6ced[_0x5daf11(0x2f8)],'blockID':_0x286624})['then'](_0x6db61b=>_0x6db61b[_0x5daf11(0x1c1)]))))[_0x5daf11(0x1e3)](_0xa15dc5=>!!_0xa15dc5),_0x26d234=_0x59742d(_0x49fe45,_0xa65afc),_0x2173f5=this[_0x5daf11(0x238)][_0x5daf11(0x348)](_0x546230['UniverInstanceType'][_0x5daf11(0x2f8)],_0x26d234),_0x57cb79=this[_0x5daf11(0x2d6)][_0x5daf11(0x371)][_0x5daf11(0x2b0)](this[_0x5daf11(0x2d6)][_0x5daf11(0x371)][_0x5daf11(0x2e3)]()[_0x5daf11(0x2bf)]);return _0x1fd103==null||_0x1fd103[_0x5daf11(0x36d)](_0x2b89a7=>{const _0x3d467c=_0x5daf11,_0x3427c7=_0x2b89a7[_0x3d467c(0x1f2)][_0x3d467c(0x2a6)](_0x1994b7=>({'id':_0x1994b7['id'],'params':JSON[_0x3d467c(0x32b)](_0x1994b7[_0x3d467c(0x2f1)])}));({..._0x2b89a7,'mutations':_0x57cb79(_0x3427c7,null)||_0x3427c7}['mutations'][_0x3d467c(0x36d)](_0x1245ce=>this[_0x3d467c(0x1a7)][_0x3d467c(0x26a)](_0x1245ce['id'],_0x1245ce[_0x3d467c(0x265)],{'fromChangeset':!0x0})),this[_0x3d467c(0x34d)][_0x3d467c(0x277)](_0x13936b));}),_0x2173f5;}async[_0x49989d(0x30a)](_0x18982c,_0x33cb62,_0x1e1ba4){const _0x399c19=_0x49989d;var _0x3ceb0f;_0x1e1ba4===void 0x0&&(_0x1e1ba4={'metadata':{'x-feature-id':_0x353bfe()}});const {snapshot:_0xb1a7e7,changesets:_0x481f6a,error:_0x314858}=await this[_0x399c19(0x2df)][_0x399c19(0x30f)](_0x1e1ba4,{'unitID':_0x18982c,'type':_0x2f6ced['UNIVER_DOC'],'revision':_0x33cb62});if(_0x2b1d56(_0x314858)||!_0xb1a7e7||!_0xb1a7e7[_0x399c19(0x221)])throw new Error(_0x399c19(0x1a5));const _0x2aebfb=(_0x3ceb0f=_0x481f6a==null?void 0x0:_0x481f6a[_0x399c19(0x295)])!=null?_0x3ceb0f:0x0;if(_0x33cb62!==0x0&&_0xb1a7e7['rev']+_0x2aebfb!==_0x33cb62)throw new Error(_0x399c19(0x313));const _0x271e94=_0x47f4d7(_0xb1a7e7),_0x2556b7=this[_0x399c19(0x238)]['createUnit'](_0x546230[_0x399c19(0x2ca)][_0x399c19(0x285)],_0x271e94);return _0x481f6a==null||_0x481f6a['forEach'](_0x59ee0d=>{const _0x985c59=_0x399c19;_0x59ee0d[_0x985c59(0x1f2)][_0x985c59(0x2a6)](_0xc58d00=>({'id':_0xc58d00['id'],'params':JSON[_0x985c59(0x32b)](_0xc58d00[_0x985c59(0x2f1)])}))[_0x985c59(0x36d)](_0x58c313=>this[_0x985c59(0x1a7)][_0x985c59(0x26a)](_0x58c313['id'],_0x58c313[_0x985c59(0x265)],{'fromChangeset':!0x0})),this[_0x985c59(0x34d)][_0x985c59(0x277)](_0x18982c);}),_0x2556b7;}[_0x49989d(0x398)](_0x5e3556,_0x58b94b){const _0x94eafc=_0x49989d,_0x1384a5={..._0x58b94b[_0x94eafc(0x258)]()};_0x58b94b[_0x94eafc(0x38c)]()[_0x94eafc(0x36d)](_0x3bcf6d=>{const _0x227d0f=_0x94eafc;_0x1384a5['sheets'][_0x3bcf6d[_0x227d0f(0x2c5)]()]=_0x546230[_0x227d0f(0x37e)][_0x227d0f(0x351)](_0x3bcf6d[_0x227d0f(0x258)]());});const _0x250bd7=this['_resourceManagerService'][_0x94eafc(0x3bb)](_0x58b94b[_0x94eafc(0x1ae)](),_0x546230[_0x94eafc(0x2ca)]['UNIVER_SHEET']);return _0x1384a5['resources']=_0x250bd7,_0x1384a5;}[_0x49989d(0x1fb)](_0x17a098,_0x23e73d){const _0x1d36a7=_0x49989d,_0x51cc3c={..._0x23e73d[_0x1d36a7(0x258)]()},_0x5cfb90=this[_0x1d36a7(0x303)][_0x1d36a7(0x3bb)](_0x23e73d[_0x1d36a7(0x1ae)](),_0x546230[_0x1d36a7(0x2ca)][_0x1d36a7(0x285)]);return _0x51cc3c[_0x1d36a7(0x375)]=_0x5cfb90,_0x51cc3c;}},_0x3f8f47[_0x49989d(0x24b)]=_0x3d4a89([_0x3de93f(0x0,_0x546230[_0x49989d(0x2b3)](_0x3f8f47['RevisionService'])),_0x3de93f(0x1,_0x546230[_0x49989d(0x256)]),_0x3de93f(0x2,_0x31df2e),_0x3de93f(0x3,_0x546230[_0x49989d(0x34b)]),_0x3de93f(0x4,_0x546230[_0x49989d(0x2b3)](_0x546230['Injector'])),_0x3de93f(0x5,_0x546230[_0x49989d(0x2b3)](_0x18feef)),_0x3de93f(0x6,_0x546230[_0x49989d(0x2b3)](_0x546230[_0x49989d(0x25d)]))],_0x3f8f47[_0x49989d(0x24b)]);var _0x220855=Object[_0x49989d(0x2ce)],_0x11982a=Object[_0x49989d(0x31f)],_0x1afc16=(_0x359f1f,_0x107be8,_0x34d48c)=>_0x107be8 in _0x359f1f?_0x220855(_0x359f1f,_0x107be8,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x34d48c}):_0x359f1f[_0x107be8]=_0x34d48c,_0x3fc621=(_0x279b9b,_0x3798c7,_0x5cf8a7,_0xd92d7b)=>{const _0x356852=_0x49989d;for(var _0x11d5f3=_0xd92d7b>0x1?void 0x0:_0xd92d7b?_0x11982a(_0x3798c7,_0x5cf8a7):_0x3798c7,_0xd00d6f=_0x279b9b[_0x356852(0x295)]-0x1,_0x6fc70f;_0xd00d6f>=0x0;_0xd00d6f--)(_0x6fc70f=_0x279b9b[_0xd00d6f])&&(_0x11d5f3=(_0xd92d7b?_0x6fc70f(_0x3798c7,_0x5cf8a7,_0x11d5f3):_0x6fc70f(_0x11d5f3))||_0x11d5f3);return _0xd92d7b&&_0x11d5f3&&_0x220855(_0x3798c7,_0x5cf8a7,_0x11d5f3),_0x11d5f3;},_0x3b8edb=(_0x2bf6ac,_0x5cf422)=>(_0x335fda,_0x444c6f)=>_0x5cf422(_0x335fda,_0x444c6f,_0x2bf6ac),_0x533b77=(_0x4fdfe3,_0x3155b7,_0x1d5dad)=>_0x1afc16(_0x4fdfe3,_0x3155b7+'',_0x1d5dad);const _0xa35ef8=_0x49989d(0x22d);_0x3f8f47[_0x49989d(0x1d3)]=class extends _0x546230[_0x49989d(0x38a)]{constructor(_0x21c96e=_0x25299e,_0x5a6d40,_0x3a55aa){const _0x262418=_0x49989d;super(),this[_0x262418(0x2ef)]=_0x21c96e,this[_0x262418(0x29b)]=_0x5a6d40,this[_0x262418(0x2f4)]=_0x3a55aa;const {..._0x3b0138}=this['_config'];this[_0x262418(0x2f4)][_0x262418(0x346)](_0x32eee6,_0x3b0138);}[_0x49989d(0x338)](){const _0x278e8e=_0x49989d;[[_0x3f8f47[_0x278e8e(0x2e9)]],[_0x68c9a7],[_0x3f8f47[_0x278e8e(0x22b)]],[_0x3f8f47[_0x278e8e(0x216)]],[_0x3f8f47[_0x278e8e(0x24b)]],[_0x5e7b23,{'useClass':_0x213dca}],[_0x18feef]]['forEach'](_0x3df47d=>this[_0x278e8e(0x29b)]['add'](_0x3df47d)),this['_injector'][_0x278e8e(0x2be)](_0x3f8f47[_0x278e8e(0x216)]),this[_0x278e8e(0x29b)][_0x278e8e(0x2be)](_0x68c9a7),this['_injector'][_0x278e8e(0x2be)](_0x3f8f47['SheetTransformController']);}},_0x533b77(_0x3f8f47[_0x49989d(0x1d3)],_0x49989d(0x30c),_0xa35ef8),_0x3f8f47['UniverCollaborationPlugin']=_0x3fc621([_0x546230['DependentOn'](_0x225ee9[_0x49989d(0x250)]),_0x3b8edb(0x1,_0x546230['Inject'](_0x546230[_0x49989d(0x1b5)])),_0x3b8edb(0x2,_0x546230[_0x49989d(0x282)])],_0x3f8f47[_0x49989d(0x1d3)]);const _0x43bd13=_0x546230[_0x49989d(0x1a4)](_0x49989d(0x20d)),_0x19dc91={'id':_0x49989d(0x2ab),'type':_0x546230[_0x49989d(0x1df)][_0x49989d(0x201)],'handler':()=>!0x0};_0x3f8f47[_0x49989d(0x251)]=_0x5187b3,_0x3f8f47[_0x49989d(0x1e5)]=_0x18feef,_0x3f8f47[_0x49989d(0x2c4)]=_0x19dc91,_0x3f8f47[_0x49989d(0x20d)]=_0x43bd13,_0x3f8f47['ISnapshotServerService']=_0x31df2e,_0x3f8f47['ITransformService']=_0x5e7b23,_0x3f8f47[_0x49989d(0x2f2)]=_0x19cd7d,_0x3f8f47[_0x49989d(0x196)]=_0x20a0af,_0x3f8f47[_0x49989d(0x286)]=_0x230817,_0x3f8f47[_0x49989d(0x2d9)]=_0x213dca,_0x3f8f47['b64DecodeUnicode']=_0xb13a4a,_0x3f8f47[_0x49989d(0x22e)]=_0x2afdc0,_0x3f8f47['generateTempDocumentSnapshot']=_0xb0088c,_0x3f8f47[_0x49989d(0x350)]=_0x6dbf18,_0x3f8f47['getSheetBlocksFromSnapshot']=_0x58f9f4,_0x3f8f47['isTransformChangesetsFailure']=_0x37827b,_0x3f8f47[_0x49989d(0x2e5)]=_0x20f989,_0x3f8f47['isTransformMutationFailure']=_0x3c1e39,_0x3f8f47[_0x49989d(0x390)]=_0x782652,_0x3f8f47[_0x49989d(0x309)]=_0x4d7c55,_0x3f8f47['isTransformMutationsSuccess']=_0xe0a05d,_0x3f8f47['isTransformMutationsWithChangesetFailure']=_0x52ddef,_0x3f8f47[_0x49989d(0x377)]=_0x90db7b,_0x3f8f47['makeArray']=_0xc1a7d,_0x3f8f47[_0x49989d(0x345)]=_0x19a477,_0x3f8f47[_0x49989d(0x21c)]=_0x334c2e,_0x3f8f47[_0x49989d(0x1e8)]=_0xa8cfe0,_0x3f8f47[_0x49989d(0x2a2)]=_0x496127,_0x3f8f47[_0x49989d(0x1ad)]=_0x5a90c8,_0x3f8f47[_0x49989d(0x1b1)]=_0x29c712,_0x3f8f47[_0x49989d(0x39f)]=_0x313a65,_0x3f8f47[_0x49989d(0x1d7)]=_0x28eb69,_0x3f8f47[_0x49989d(0x257)]=_0x357e8a,_0x3f8f47[_0x49989d(0x2c1)]=_0x47f4d7,_0x3f8f47[_0x49989d(0x242)]=_0x59742d,_0x3f8f47[_0x49989d(0x1d1)]=_0x42e64c,Object['defineProperty'](_0x3f8f47,Symbol[_0x49989d(0x324)],{'value':_0x49989d(0x24e)});}));
|