@univerjs-pro/collaboration 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- 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 +17 -29
- /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 _0x2f46(_0x28f2b3,_0x47f83e){const _0x13e565=_0x13e5();return _0x2f46=function(_0x2f461a,_0x13105e){_0x2f461a=_0x2f461a-0xdb;let _0x11fb07=_0x13e565[_0x2f461a];return _0x11fb07;},_0x2f46(_0x28f2b3,_0x47f83e);}(function(_0x19200a,_0x4e6944){const _0x38147e=_0x2f46,_0x2f7cb8=_0x19200a();while(!![]){try{const _0x3cbf4b=-parseInt(_0x38147e(0x2fb))/0x1*(parseInt(_0x38147e(0x1f6))/0x2)+parseInt(_0x38147e(0x29e))/0x3*(-parseInt(_0x38147e(0x119))/0x4)+parseInt(_0x38147e(0x1f9))/0x5*(-parseInt(_0x38147e(0x285))/0x6)+parseInt(_0x38147e(0x1f3))/0x7+parseInt(_0x38147e(0x160))/0x8*(parseInt(_0x38147e(0x15b))/0x9)+-parseInt(_0x38147e(0x203))/0xa+parseInt(_0x38147e(0x1fb))/0xb*(parseInt(_0x38147e(0x1ba))/0xc);if(_0x3cbf4b===_0x4e6944)break;else _0x2f7cb8['push'](_0x2f7cb8['shift']());}catch(_0x442d14){_0x2f7cb8['push'](_0x2f7cb8['shift']());}}}(_0x13e5,0x5e96f),function(_0x59fc92,_0x4ae805){const _0x510c80=_0x2f46;typeof exports==_0x510c80(0x28b)&&typeof module<'u'?_0x4ae805(exports,require(_0x510c80(0x2d1)),require(_0x510c80(0x1c0)),require(_0x510c80(0x28d)),require(_0x510c80(0x187)),require('@univerjs/sheets-hyper-link'),require('@univerjs/sheets'),require(_0x510c80(0x2d7)),require(_0x510c80(0x11e)),require(_0x510c80(0x1a4)),require(_0x510c80(0x1bf)),require(_0x510c80(0x23b))):typeof define==_0x510c80(0x12f)&&define[_0x510c80(0x296)]?define([_0x510c80(0x1d5),_0x510c80(0x2d1),_0x510c80(0x1c0),'@univerjs/sheets-conditional-formatting',_0x510c80(0x187),'@univerjs/sheets-hyper-link','@univerjs/sheets',_0x510c80(0x2d7),_0x510c80(0x11e),'@univerjs/sheets-drawing',_0x510c80(0x1bf),_0x510c80(0x23b)],_0x4ae805):(_0x59fc92=typeof globalThis<'u'?globalThis:_0x59fc92||self,_0x4ae805(_0x59fc92[_0x510c80(0x1c8)]={},_0x59fc92[_0x510c80(0x163)],_0x59fc92[_0x510c80(0x2a6)],_0x59fc92['UniverSheetsConditionalFormatting'],_0x59fc92[_0x510c80(0x2c3)],_0x59fc92[_0x510c80(0x1c6)],_0x59fc92[_0x510c80(0x286)],_0x59fc92[_0x510c80(0x274)],_0x59fc92[_0x510c80(0x150)],_0x59fc92[_0x510c80(0x1e1)],_0x59fc92['UniverDocs'],_0x59fc92[_0x510c80(0xdd)]));}(this,function(_0x168fa1,_0x1c277e,_0x151b41,_0x2bb070,_0x1d07e6,_0x429b66,_0x512b01,_0x472535,_0x135fbe,_0x28b485,_0x8aa25d,_0x46e669){'use strict';const _0x537ed3=_0x2f46;var _0xe72317=Object[_0x537ed3(0x118)],_0x4a2732=(_0x5bf0eb,_0x2f6bf3,_0x5e7e92)=>_0x2f6bf3 in _0x5bf0eb?_0xe72317(_0x5bf0eb,_0x2f6bf3,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x5e7e92}):_0x5bf0eb[_0x2f6bf3]=_0x5e7e92,_0xfda5c4=(_0x49c42c,_0x4b52c0,_0x42e2fc)=>_0x4a2732(_0x49c42c,typeof _0x4b52c0!=_0x537ed3(0xfb)?_0x4b52c0+'':_0x4b52c0,_0x42e2fc);function _0x43e11b(_0x59f86b){const _0x537cd4=_0x537ed3;return!!_0x59f86b[_0x537cd4(0x25e)];}function _0xf0cba5(_0x1bc64f){return!_0x43e11b(_0x1bc64f);}function _0x1e2738(_0x25c071){return!!_0x25c071['error'];}function _0x4d4dea(_0x1b6440){return!!_0x1b6440['error'];}function _0x2c201a(_0x4bd35c){return!_0x4d4dea(_0x4bd35c);}function _0x3b436e(_0x37d22f){return!!_0x37d22f['error'];}function _0x23fc76(_0x109b15){return!_0x3b436e(_0x109b15);}function _0xd75be(_0x575157){return!!_0x575157['error'];}function _0x4741b5(_0x19249f){return!_0xd75be(_0x19249f);}const _0x563c8f=_0x1c277e[_0x537ed3(0xe2)]('univer-pro.collaboration.transform-service');class _0x19d4fe extends _0x1c277e[_0x537ed3(0x26a)]{constructor(){const _0x122e28=_0x537ed3;super(...arguments),_0xfda5c4(this,_0x122e28(0xdb),new Map());}[_0x537ed3(0x2ba)](){const _0x5c54d7=_0x537ed3;this['_transformMap'][_0x5c54d7(0xfa)]();}['registerTransformAlgorithm'](_0x455635){const _0x4a2b4d=_0x537ed3,{m1:_0x3eb56f,m2:_0x431b14=_0x4a2b4d(0x2de)}=_0x455635;this[_0x4a2b4d(0xdb)][_0x4a2b4d(0x14f)](_0x3eb56f)||this[_0x4a2b4d(0xdb)][_0x4a2b4d(0x12c)](_0x3eb56f,new Map());const _0x3c4226=this[_0x4a2b4d(0xdb)][_0x4a2b4d(0x1c5)](_0x3eb56f);if(_0x3c4226[_0x4a2b4d(0x14f)](_0x431b14))throw new Error(_0x4a2b4d(0x1a3)+_0x3eb56f+_0x4a2b4d(0x1cb)+_0x431b14+'\x20already\x20exists.');_0x3c4226['set'](_0x431b14,_0x455635);}[_0x537ed3(0x29b)](_0x35ef4a,_0xe58f32,_0x49866b){const _0x1b0f24=_0x537ed3;var _0x571aab,_0xc85778,_0x10e721,_0x36b3e4,_0x3d9e67,_0x59859e;const _0x40ff3f=this['_transformMap'],_0x1b97e3=((_0x571aab=_0x40ff3f['get'](_0x35ef4a['id']))==null?void 0x0:_0x571aab['get'](_0xe58f32['id']))||((_0xc85778=_0x40ff3f[_0x1b0f24(0x1c5)](_0x35ef4a['id']))==null?void 0x0:_0xc85778['get'](_0x1b0f24(0x2de)))||((_0x10e721=_0x40ff3f['get'](_0x1b0f24(0x2de)))==null?void 0x0:_0x10e721[_0x1b0f24(0x1c5)](_0xe58f32['id']));if(_0x1b97e3)return _0x49866b?_0x1b97e3[_0x1b0f24(0x2ad)](_0x35ef4a,_0xe58f32,_0x49866b):_0x1b97e3[_0x1b0f24(0x2ad)](_0x35ef4a,_0xe58f32);const _0x21865d=((_0x36b3e4=_0x40ff3f[_0x1b0f24(0x1c5)](_0xe58f32['id']))==null?void 0x0:_0x36b3e4[_0x1b0f24(0x1c5)](_0x35ef4a['id']))||((_0x3d9e67=_0x40ff3f['get'](_0xe58f32['id']))==null?void 0x0:_0x3d9e67['get'](_0x1b0f24(0x2de)))||((_0x59859e=_0x40ff3f[_0x1b0f24(0x1c5)](_0x1b0f24(0x2de)))==null?void 0x0:_0x59859e[_0x1b0f24(0x1c5)](_0x35ef4a['id']));if(_0x21865d){const _0x565d83=_0x49866b?_0x21865d[_0x1b0f24(0x2ad)](_0xe58f32,_0x35ef4a,_0x49866b):_0x21865d['handler'](_0xe58f32,_0x35ef4a);return _0xf0cba5(_0x565d83)?_0x49866b?{'m2Prime':_0x565d83[_0x1b0f24(0x122)]}:{'m2Prime':_0x565d83[_0x1b0f24(0x122)],'m1Prime':_0x565d83[_0x1b0f24(0x11c)]}:_0x565d83;}return{'m1Prime':_0x35ef4a,'m2Prime':_0xe58f32};}[_0x537ed3(0x115)](_0x46b99f,_0x5b5f2a,_0x1f60b4){const _0x2d158b=_0x537ed3,_0x91d823=this[_0x2d158b(0x16d)](_0x46b99f,_0x5b5f2a);if(_0x1e2738(_0x91d823))return _0x91d823;if(_0x1f60b4)return{'m2Prime':_0x91d823};const _0x162af3=this['_leftInclineTransformMutations'](_0x46b99f,_0x5b5f2a);return _0x1e2738(_0x162af3)?_0x162af3:{'m1Prime':_0x162af3,'m2Prime':_0x91d823};}['_rightInclineTransformMutations'](_0x22f258,_0x2a1af2){const _0x17fcd0=_0x537ed3,_0x463a8a=_0x22f258[_0x17fcd0(0xfe)];let _0x9b0eeb;for(_0x9b0eeb=0x0;_0x9b0eeb<_0x463a8a;_0x9b0eeb++){let _0x9e52fd=[_0x22f258[_0x9b0eeb]],_0x5eb112=[];for(let _0x2069f8=0x0,_0xde5393=_0x2a1af2[_0x17fcd0(0xfe)];_0x2069f8<_0xde5393;_0x2069f8++){const _0xead5d8=_0x2a1af2[_0x2069f8];let _0x38cac4;if(_0x9e52fd['length']===0x0)_0x38cac4=[_0xead5d8],_0x9e52fd=[];else{if(_0x9e52fd[_0x17fcd0(0xfe)]===0x1){const _0x26da80=this[_0x17fcd0(0x29b)](_0x9e52fd[0x0],_0xead5d8);if(_0x43e11b(_0x26da80))return _0x26da80;if(_0x38cac4=_0x1a2391(_0x26da80[_0x17fcd0(0x11c)]),!_0x26da80[_0x17fcd0(0x122)])throw new Error(_0x17fcd0(0x2d8));_0x9e52fd=_0x1a2391(_0x26da80['m1Prime']);}else{const _0x9c0551=this[_0x17fcd0(0x16d)](_0x9e52fd,[_0xead5d8]);if(_0x9c0551[_0x17fcd0(0x25e)])return _0x9c0551;if(_0x38cac4=_0x9c0551,_0x2069f8<_0xde5393-0x1){const _0x1df1f2=this[_0x17fcd0(0x29c)](_0x9e52fd,[_0xead5d8]);if(_0x1df1f2[_0x17fcd0(0x25e)])return _0x1df1f2;_0x9e52fd=_0x1df1f2;}}}_0x5eb112=_0x5eb112[_0x17fcd0(0x2a1)](_0x38cac4);}_0x2a1af2=_0x5eb112;}return _0x2a1af2;}[_0x537ed3(0x29c)](_0xca46ba,_0x34dddd){const _0xa087a7=_0x537ed3,_0x16d512=_0x34dddd[_0xa087a7(0xfe)];let _0x2ec0f6;for(_0x2ec0f6=0x0;_0x2ec0f6<_0x16d512;_0x2ec0f6++){let _0x3dd473=[_0x34dddd[_0x2ec0f6]],_0x2e08e4=[];for(let _0x2f62fa=0x0,_0x3fb39c=_0xca46ba[_0xa087a7(0xfe)];_0x2f62fa<_0x3fb39c;_0x2f62fa++){const _0x42103a=_0xca46ba[_0x2f62fa];let _0x5d0c52;if(_0x3dd473[_0xa087a7(0xfe)]===0x0)_0x5d0c52=[_0x42103a],_0x3dd473=[];else{if(_0x3dd473[_0xa087a7(0xfe)]===0x1){const _0x2ce7e2=this[_0xa087a7(0x29b)](_0x42103a,_0x3dd473[0x0]);if(_0x43e11b(_0x2ce7e2))return _0x2ce7e2;if(!_0x2ce7e2[_0xa087a7(0x122)])throw new Error(_0xa087a7(0x2d8));_0x5d0c52=_0x1a2391(_0x2ce7e2[_0xa087a7(0x122)]),_0x3dd473=_0x1a2391(_0x2ce7e2[_0xa087a7(0x11c)]);}else{const _0x46ad9d=this[_0xa087a7(0x29c)]([_0x42103a],_0x3dd473);if(_0x46ad9d[_0xa087a7(0x25e)])return _0x46ad9d;if(_0x5d0c52=_0x46ad9d,_0x2f62fa<_0x3fb39c-0x1){const _0x3b40d8=this[_0xa087a7(0x16d)]([_0x42103a],_0x3dd473);if(_0x3b40d8[_0xa087a7(0x25e)])return _0x3b40d8;_0x3dd473=_0x3b40d8;}}}_0x2e08e4=_0x2e08e4[_0xa087a7(0x2a1)](_0x5d0c52);}_0xca46ba=_0x2e08e4;}return _0xca46ba;}[_0x537ed3(0x209)](_0x4815a8,_0x57ecae,_0x140e6d){const _0x1a3031=_0x537ed3;if(!_0x58978a(_0x4815a8,_0x57ecae))throw new Error(_0x1a3031(0x147)+_0x57ecae[0x0][_0x1a3031(0x1b4)]+_0x1a3031(0x16a)+_0x4815a8[0x0][_0x1a3031(0x2b4)]+'.');const _0x3d377c=_0x4815a8[_0x1a3031(0xfe)],_0x454982=_0x57ecae[_0x1a3031(0xfe)],_0xad9505=_0xd0e0ab(_0x3d377c,_0x454982+0x1),_0x52c8cc=_0xd0e0ab(_0x3d377c+0x1,_0x454982);_0x4815a8['forEach']((_0x4577b7,_0x36c9f1)=>_0xad9505[_0x36c9f1][0x0]=_0x4577b7),_0x57ecae['forEach']((_0x21af1d,_0xd4d5b9)=>_0x52c8cc[0x0][_0xd4d5b9]=_0x21af1d);try{for(let _0x235a8e=0x0;_0x235a8e<_0x454982;_0x235a8e++)for(let _0x381bd4=0x0;_0x381bd4<_0x3d377c;_0x381bd4++){const _0x4397d1=_0x52c8cc[_0x381bd4][_0x235a8e],_0xea2f2d=_0xad9505[_0x381bd4][_0x235a8e];if(!_0x4397d1||!_0xea2f2d)throw new Error('Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!');const _0x2c040b=this[_0x1a3031(0x115)](_0xea2f2d[_0x1a3031(0x22b)],_0x4397d1['mutations']);if(_0x4d4dea(_0x2c040b))return{'error':_0x2c040b[_0x1a3031(0x25e)]};_0x52c8cc[_0x381bd4+0x1][_0x235a8e]={..._0x4397d1,'mutations':_0x2c040b['m2Prime']},_0xad9505[_0x381bd4][_0x235a8e+0x1]={..._0xea2f2d,'mutations':_0x2c040b[_0x1a3031(0x122)]};}return _0x140e6d?{'c2Prime':_0x52c8cc[_0x3d377c]}:{'c1Prime':_0xad9505[_0x1a3031(0x1ed)](_0x5251aa=>_0x5251aa[_0x454982])[_0x1a3031(0x27e)](),'c2Prime':_0x52c8cc[_0x3d377c]};}catch(_0x54988c){throw console[_0x1a3031(0x25e)](_0x54988c),_0x54988c;}}[_0x537ed3(0x261)](_0x4723e2,_0x12e727){const _0x1d068f=_0x537ed3,_0x339590=_0x4723e2[_0x1d068f(0x22b)],_0xd08c44=this[_0x1d068f(0x115)](_0x339590,_0x12e727);return _0x4d4dea(_0xd08c44)?{'error':_0xd08c44[_0x1d068f(0x25e)]}:{'m2Prime':_0xd08c44[_0x1d068f(0x11c)],'c1Prime':{..._0x4723e2,'mutations':_0xd08c44[_0x1d068f(0x122)]}};}}function _0x58978a(_0x4baf71,_0x3de6ad){const _0x595a31=_0x537ed3;return _0x4baf71[0x0][_0x595a31(0x2b4)]-0x1===_0x3de6ad[0x0][_0x595a31(0x1b4)];}function _0xd0e0ab(_0x31c2e9,_0x3d7d02){const _0x5e70b9=_0x537ed3;return new Array(_0x31c2e9)[_0x5e70b9(0x2d2)](void 0x0)['map'](()=>new Array(_0x3d7d02));}function _0x1a2391(_0x3e9a21){const _0x7baa55=_0x537ed3;return Array[_0x7baa55(0x168)](_0x3e9a21)?_0x3e9a21:[_0x3e9a21];}const _0x399d7c={'m1':_0x151b41[_0x537ed3(0x25a)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x2fd729,_0x295148)=>{const _0x4de82e=_0x537ed3,_0x10141d=_0x2fd729[_0x4de82e(0x13f)],_0x2849f4=_0x295148[_0x4de82e(0x13f)],_0x2cfe94={'m1Prime':_0x2fd729,'m2Prime':_0x295148};if(_0x10141d[_0x4de82e(0x213)]!==_0x2849f4[_0x4de82e(0x213)]||_0x10141d[_0x4de82e(0x240)]!==_0x2849f4[_0x4de82e(0x240)]||_0x10141d[_0x4de82e(0x1db)][_0x4de82e(0x237)]!==_0x2849f4[_0x4de82e(0x1db)][_0x4de82e(0x237)])return _0x2cfe94;if(!_0x10141d[_0x4de82e(0x1db)][_0x4de82e(0x2d5)]&&!_0x2849f4[_0x4de82e(0x1db)]['parentId']){const _0x544eee=_0x1c277e[_0x4de82e(0x2a5)][_0x4de82e(0x1d1)](_0x295148);return _0x544eee[_0x4de82e(0x13f)]['comment']['parentId']=_0x2fd729[_0x4de82e(0x13f)][_0x4de82e(0x1db)]['id'],{'m1Prime':[{'id':_0x151b41[_0x4de82e(0x1d8)]['id'],'params':{'unitId':_0x10141d[_0x4de82e(0x213)],'subUnitId':_0x2849f4[_0x4de82e(0x240)],'commentId':_0x2849f4[_0x4de82e(0x1db)]['id']}},_0x2fd729,_0x544eee],'m2Prime':[_0x544eee]};}return _0x2cfe94;}},_0x500a9a={'m1':_0x2bb070[_0x537ed3(0x273)]['id'],'m2':_0x2bb070[_0x537ed3(0x273)]['id'],'handler'(_0x3d12fd,_0x3ef406){const _0x56c4e6=_0x537ed3;if(_0x3d12fd[_0x56c4e6(0x13f)][_0x56c4e6(0x213)]!==_0x3ef406[_0x56c4e6(0x13f)][_0x56c4e6(0x213)]||_0x3d12fd['params'][_0x56c4e6(0x240)]!==_0x3ef406['params'][_0x56c4e6(0x240)])return{'m1Prime':_0x3d12fd,'m2Prime':_0x3ef406};const {unitId:_0x9db75b,subUnitId:_0x224d9e}=_0x3d12fd[_0x56c4e6(0x13f)],_0x32cb98=_0x1c277e[_0x56c4e6(0x2a5)][_0x56c4e6(0x1d1)](_0x3d12fd),_0x446479=_0x1c277e[_0x56c4e6(0x2a5)][_0x56c4e6(0x1d1)](_0x3ef406),_0x5ddee1=[_0x32cb98],_0x1e73a9={'unitId':_0x9db75b,'subUnitId':_0x224d9e,'start':{'id':_0x446479[_0x56c4e6(0x13f)][_0x56c4e6(0x2ef)][_0x56c4e6(0x208)],'type':'before'},'end':{'id':_0x446479['params']['rule'][_0x56c4e6(0x208)],'type':_0x56c4e6(0x275)}};return _0x5ddee1[_0x56c4e6(0x1aa)]({'id':_0x2bb070['MoveConditionalRuleMutation']['id'],'params':_0x1e73a9}),{'m1Prime':_0x5ddee1,'m2Prime':_0x446479};}};function _0x1328e6(_0x4ab80b,_0x510636,_0x516c38,_0x726221){const _0x2c54ba=_0x537ed3,_0x2766d9=new _0x1c277e['ObjectMatrix']();_0x516c38[_0x2c54ba(0x22e)](_0x300c97=>{const _0x3619b1=_0x2c54ba;_0x300c97[_0x3619b1(0x23f)][_0x3619b1(0x22e)](_0x4bcce5=>{const _0x5e5920=_0x3619b1;_0x1c277e[_0x5e5920(0x15d)][_0x5e5920(0x23c)](_0x4bcce5,(_0x5c2e63,_0x900291)=>{const _0x50bc9d=_0x5e5920;_0x2766d9[_0x50bc9d(0x29f)](_0x5c2e63,_0x900291,_0x300c97[_0x50bc9d(0x277)]);});});}),_0x726221[_0x2c54ba(0x22e)](_0xf459fb=>{const _0x588ecf=_0x2c54ba;_0xf459fb[_0x588ecf(0x23f)][_0x588ecf(0x22e)](_0x56b141=>{const _0x509fcf=_0x588ecf;_0x1c277e[_0x509fcf(0x15d)][_0x509fcf(0x23c)](_0x56b141,(_0x2649eb,_0x56fab3)=>{const _0xa4eee3=_0x509fcf;_0x2766d9[_0xa4eee3(0x29f)](_0x2649eb,_0x56fab3,_0xf459fb['uid']);});});});const _0x20e064=[];return _0x516c38[_0x2c54ba(0x22e)](_0x92bff8=>{const _0x43fa73=_0x2c54ba,_0x26328e=_0x1c277e[_0x43fa73(0x1d6)](_0x2766d9,_0x59f7c3=>_0x59f7c3===_0x92bff8['uid']);if(_0x26328e['length']){if(!_0x1c277e[_0x43fa73(0x19f)](_0x26328e,_0x92bff8[_0x43fa73(0x23f)])){const _0x169156={'ruleId':_0x92bff8['uid'],'unitId':_0x4ab80b,'subUnitId':_0x510636,'payload':{'type':_0x1d07e6[_0x43fa73(0x17d)][_0x43fa73(0x173)],'payload':_0x26328e}};_0x20e064[_0x43fa73(0x1aa)]({'id':_0x1d07e6[_0x43fa73(0x189)]['id'],'params':_0x169156});}}else{const _0x1cc2e2={'ruleId':_0x92bff8['uid'],'unitId':_0x4ab80b,'subUnitId':_0x510636};_0x20e064[_0x43fa73(0x1aa)]({'id':_0x1d07e6[_0x43fa73(0x2bf)]['id'],'params':_0x1cc2e2});}}),_0x20e064;}function _0x5f5255(_0x1cab03,_0x5ac671){const _0x27dc84=_0x537ed3,_0x2e664a=_0x1c277e[_0x27dc84(0x2a5)][_0x27dc84(0x1d1)](Array[_0x27dc84(0x168)](_0x1cab03[_0x27dc84(0x13f)][_0x27dc84(0x2ef)])?_0x1cab03[_0x27dc84(0x13f)]['rule']:[_0x1cab03[_0x27dc84(0x13f)]['rule']]);return _0x5ac671[_0x27dc84(0x22e)](_0x2dc1ff=>{const _0x29114a=_0x27dc84;if(_0x2dc1ff['id']===_0x1d07e6[_0x29114a(0x189)]['id']){const _0xa51a58=_0x2dc1ff,_0x1cf357=_0x2e664a[_0x29114a(0x27c)](_0x5e6480=>_0x5e6480[_0x29114a(0x277)]===_0xa51a58['params'][_0x29114a(0x127)]);_0x1cf357['ranges']=_0xa51a58['params'][_0x29114a(0x287)][_0x29114a(0x287)];}else{if(_0x2dc1ff['id']===_0x1d07e6[_0x29114a(0x2bf)]['id']){const _0x497c52=_0x2e664a[_0x29114a(0x27d)](_0x5468e7=>_0x5468e7[_0x29114a(0x277)]===_0x2dc1ff['params'][_0x29114a(0x127)]);_0x2e664a[_0x497c52]=null;}}}),_0x2e664a[_0x27dc84(0x137)](Boolean)[_0x27dc84(0xfe)]?[{..._0x1cab03,'params':{..._0x1cab03[_0x27dc84(0x13f)],'rule':_0x2e664a[_0x27dc84(0x137)](Boolean)}}]:[];}const _0x2d6ff5={'m1':_0x1d07e6[_0x537ed3(0x114)]['id'],'m2':_0x1d07e6['AddDataValidationMutation']['id'],'handler':(_0x5766fb,_0x296e89)=>{const _0x32edcd=_0x537ed3,_0xec9a80={'m1Prime':_0x5766fb,'m2Prime':_0x296e89},_0x3defbd=_0x5766fb[_0x32edcd(0x13f)],_0x3ef449=_0x296e89[_0x32edcd(0x13f)];if(_0x3defbd[_0x32edcd(0x213)]!==_0x3ef449['unitId']||_0x3defbd['subUnitId']!==_0x3ef449['subUnitId'])return _0xec9a80;const _0xd1ac=_0x1c277e['Tools'][_0x32edcd(0x1d1)](_0x5766fb),_0x459e41=_0x1c277e[_0x32edcd(0x2a5)][_0x32edcd(0x1d1)](_0x296e89),_0x2890f2=_0x3defbd[_0x32edcd(0x213)],_0x2250cc=_0x3ef449[_0x32edcd(0x240)],_0x29bd15=_0xd1ac[_0x32edcd(0x13f)][_0x32edcd(0x2ef)],_0xca8e4=_0x459e41[_0x32edcd(0x13f)]['rule'];if(Array[_0x32edcd(0x168)](_0x29bd15)&&Array[_0x32edcd(0x168)](_0xca8e4))return{'m1Prime':[],'m2Prime':[]};if(Array[_0x32edcd(0x168)](_0x29bd15)){_0xd1ac[_0x32edcd(0x13f)][_0x32edcd(0x135)]=0x0;const _0x2dfda5=_0x1328e6(_0x2890f2,_0x2250cc,_0x29bd15,[_0xca8e4]);return{'m1Prime':_0x5f5255(_0xd1ac,_0x2dfda5),'m2Prime':[..._0x2dfda5,_0x459e41]};}if(Array[_0x32edcd(0x168)](_0xca8e4)){const _0x296eed=_0x1328e6(_0x2890f2,_0x2250cc,_0xca8e4,[_0x29bd15]);return _0x459e41[_0x32edcd(0x13f)][_0x32edcd(0x135)]=0x0,{'m1Prime':_0x5f5255(_0xd1ac,_0x296eed),'m2Prime':[..._0x296eed,_0x459e41]};}const _0x2d347b=_0x1328e6(_0x2890f2,_0x2250cc,[_0x29bd15],[_0xca8e4]);return _0x459e41[_0x32edcd(0x13f)][_0x32edcd(0x135)]=-0x1,{'m1Prime':_0x5f5255(_0xd1ac,_0x2d347b),'m2Prime':[..._0x2d347b,_0x459e41]};}},_0x30a12f={'m1':_0x1d07e6[_0x537ed3(0x114)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x4fe8af,_0x5903fd)=>{const _0x1f3263=_0x537ed3,_0x545474={'m1Prime':_0x4fe8af,'m2Prime':_0x5903fd},_0x4a582b=_0x4fe8af[_0x1f3263(0x13f)],_0x3a82db=_0x5903fd[_0x1f3263(0x13f)];if(_0x4a582b[_0x1f3263(0x213)]!==_0x3a82db[_0x1f3263(0x213)]||_0x4a582b['subUnitId']!==_0x3a82db[_0x1f3263(0x240)])return _0x545474;if(_0x5903fd[_0x1f3263(0x13f)][_0x1f3263(0x287)]['type']===_0x1d07e6['UpdateRuleType'][_0x1f3263(0x173)]){const {unitId:_0x2b23ee,subUnitId:_0x44e10d}=_0x4fe8af['params'],_0x48be3c=Array['isArray'](_0x4fe8af[_0x1f3263(0x13f)]['rule'])?_0x4fe8af[_0x1f3263(0x13f)]['rule']:[_0x4fe8af['params'][_0x1f3263(0x2ef)]],_0x516483=[],_0x26c293=new _0x1c277e[(_0x1f3263(0x2f6))]();return _0x48be3c['forEach'](_0x2e9949=>{const _0x2810ea=_0x1f3263;_0x2e9949[_0x2810ea(0x23f)][_0x2810ea(0x22e)](_0x215360=>{const _0x4b12fc=_0x2810ea;_0x1c277e[_0x4b12fc(0x15d)][_0x4b12fc(0x23c)](_0x215360,(_0x2fd19f,_0x34c156)=>{const _0x432e12=_0x4b12fc;_0x26c293[_0x432e12(0x29f)](_0x2fd19f,_0x34c156,_0x2e9949['uid']);});});}),_0x5903fd[_0x1f3263(0x13f)][_0x1f3263(0x287)]['payload']['forEach'](_0x50ed60=>{const _0x34df59=_0x1f3263;_0x1c277e['Range'][_0x34df59(0x23c)](_0x50ed60,(_0x2d032d,_0x2d2141)=>{const _0x15a182=_0x34df59;_0x26c293['setValue'](_0x2d032d,_0x2d2141,_0x5903fd[_0x15a182(0x13f)]['ruleId']);});}),_0x48be3c['forEach'](_0x40e2ad=>{const _0x14a138=_0x1f3263,_0x56459f=_0x1c277e['queryObjectMatrix'](_0x26c293,_0x42d2fc=>_0x42d2fc===_0x40e2ad[_0x14a138(0x277)]);_0x1c277e['isRangesEqual'](_0x56459f,_0x40e2ad[_0x14a138(0x23f)])||(_0x56459f['length']?_0x516483[_0x14a138(0x1aa)]({'id':_0x1d07e6[_0x14a138(0x189)]['id'],'params':{'unitId':_0x2b23ee,'subUnitId':_0x44e10d,'ruleId':_0x40e2ad[_0x14a138(0x277)],'payload':{'type':_0x1d07e6['UpdateRuleType'][_0x14a138(0x173)],'payload':_0x56459f}}}):_0x516483[_0x14a138(0x1aa)]({'id':_0x1d07e6[_0x14a138(0x2bf)]['id'],'params':{'unitId':_0x2b23ee,'subUnitId':_0x44e10d,'ruleId':_0x40e2ad[_0x14a138(0x277)]}}));}),{'m1Prime':_0x5f5255(_0x4fe8af,_0x516483),'m2Prime':[..._0x516483,_0x5903fd]};}return _0x545474;}},_0x261e25={'m1':_0x429b66[_0x537ed3(0xef)]['id'],'m2':_0x429b66[_0x537ed3(0xef)]['id'],'handler':(_0x27c435,_0x508597)=>{const _0x4fd66f=_0x537ed3,_0x3af6b0=_0x27c435[_0x4fd66f(0x13f)],_0x452599=_0x508597[_0x4fd66f(0x13f)];return _0x3af6b0[_0x4fd66f(0x213)]===_0x452599[_0x4fd66f(0x213)]&&_0x3af6b0[_0x4fd66f(0x240)]===_0x452599[_0x4fd66f(0x240)]&&_0x3af6b0[_0x4fd66f(0x16b)][_0x4fd66f(0x148)]===_0x452599[_0x4fd66f(0x16b)][_0x4fd66f(0x148)]&&_0x3af6b0[_0x4fd66f(0x16b)][_0x4fd66f(0x248)]===_0x452599[_0x4fd66f(0x16b)][_0x4fd66f(0x248)]?{'m2Prime':_0x508597,'m1Prime':[]}:{'m1Prime':_0x27c435,'m2Prime':_0x508597};}},_0xa05fd0={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x2083d7,_0x1cbaa7)=>{const _0x24ae45=_0x537ed3,_0x4c34fa={'m1Prime':_0x2083d7,'m2Prime':_0x1cbaa7};return _0x2083d7['params'][_0x24ae45(0x213)]!==_0x1cbaa7[_0x24ae45(0x13f)][_0x24ae45(0x213)]||_0x2083d7[_0x24ae45(0x13f)][_0x24ae45(0x240)]!==_0x1cbaa7['params']['subUnitId']?_0x4c34fa:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x2c68ba={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x2bb070['AddConditionalRuleMutation']['id'],'handler':(_0x1db7ec,_0x42e42e)=>{const _0x255cfd=_0x537ed3,_0x368cc2={'m1Prime':_0x1db7ec,'m2Prime':_0x42e42e};if(_0x1db7ec[_0x255cfd(0x13f)][_0x255cfd(0x213)]!==_0x42e42e['params'][_0x255cfd(0x213)]||_0x1db7ec['params'][_0x255cfd(0x240)]!==_0x42e42e[_0x255cfd(0x13f)][_0x255cfd(0x240)])return _0x368cc2;const _0x46905e=_0x1db7ec[_0x255cfd(0x13f)][_0x255cfd(0x108)][_0x255cfd(0x1ed)](_0x5ea283=>_0x5ea283['ranges'])['flat'](),_0x774be4=_0x42e42e['params'][_0x255cfd(0x2ef)][_0x255cfd(0x23f)];return _0x46905e['some'](_0x15e8ae=>_0x774be4['some'](_0x4d685d=>_0x1c277e[_0x255cfd(0x138)][_0x255cfd(0x2a0)](_0x15e8ae,_0x4d685d)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')}:_0x368cc2;}},_0x4d14f8={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01['AddRangeProtectionMutation']['id'],'handler':(_0x13f608,_0x10e7d6)=>{const _0x42e2e6=_0x537ed3,_0x3e6e76={'m1Prime':_0x13f608,'m2Prime':_0x10e7d6};if(_0x13f608[_0x42e2e6(0x13f)][_0x42e2e6(0x213)]!==_0x10e7d6[_0x42e2e6(0x13f)][_0x42e2e6(0x213)]||_0x13f608[_0x42e2e6(0x13f)]['subUnitId']!==_0x10e7d6[_0x42e2e6(0x13f)][_0x42e2e6(0x240)])return _0x3e6e76;const _0x301021=_0x13f608[_0x42e2e6(0x13f)]['rules'][_0x42e2e6(0x1ed)](_0x4f9050=>_0x4f9050[_0x42e2e6(0x23f)])[_0x42e2e6(0x27e)](),_0x3f19e1=_0x10e7d6[_0x42e2e6(0x13f)][_0x42e2e6(0x108)][_0x42e2e6(0x1ed)](_0x55c9f5=>_0x55c9f5[_0x42e2e6(0x23f)])[_0x42e2e6(0x27e)]();return _0x301021[_0x42e2e6(0x167)](_0x364334=>_0x3f19e1[_0x42e2e6(0x167)](_0x462bb7=>_0x1c277e[_0x42e2e6(0x138)][_0x42e2e6(0x2a0)](_0x364334,_0x462bb7)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection')}:_0x3e6e76;}},_0x5c0370={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler':(_0x204bd8,_0x1a2772)=>{const _0x3389fb=_0x537ed3,_0x3e2083={'m1Prime':_0x204bd8,'m2Prime':_0x1a2772};if(_0x204bd8['params'][_0x3389fb(0x213)]!==_0x1a2772['params'][_0x3389fb(0x213)]||_0x204bd8[_0x3389fb(0x13f)][_0x3389fb(0x240)]!==_0x1a2772[_0x3389fb(0x13f)]['subUnitId'])return _0x3e2083;const _0x1d800c=_0x204bd8[_0x3389fb(0x13f)]['rules'][_0x3389fb(0x1ed)](_0x299505=>_0x299505[_0x3389fb(0x23f)])['flat'](),_0x5898c1=_0x1a2772[_0x3389fb(0x13f)][_0x3389fb(0x23f)];return _0x1d800c[_0x3389fb(0x167)](_0x21ccbd=>_0x5898c1[_0x3389fb(0x167)](_0x209df3=>_0x1c277e['Rectangle'][_0x3389fb(0x2a0)](_0x21ccbd,_0x209df3)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')}:_0x3e2083;}},_0xbe251a={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x255)]['id'],'handler':(_0x5743e6,_0x466a8e)=>{const _0x29ed7f=_0x537ed3,_0x427a7f={'m1Prime':_0x5743e6,'m2Prime':_0x466a8e};return _0x5743e6[_0x29ed7f(0x13f)][_0x29ed7f(0x213)]!==_0x466a8e[_0x29ed7f(0x13f)][_0x29ed7f(0x213)]||_0x5743e6[_0x29ed7f(0x13f)][_0x29ed7f(0x240)]!==_0x466a8e['params'][_0x29ed7f(0x2ef)][_0x29ed7f(0x240)]?_0x427a7f:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection')};}},_0x75a4a9={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x2bb070['DeleteConditionalRuleMutation']['id'],'handler':(_0x40f689,_0x117c44)=>{const _0x2fe972=_0x537ed3,_0x567286={'m1Prime':_0x40f689,'m2Prime':_0x117c44};return _0x40f689[_0x2fe972(0x13f)][_0x2fe972(0x213)]!==_0x117c44[_0x2fe972(0x13f)][_0x2fe972(0x213)]||_0x40f689['params'][_0x2fe972(0x240)]!==_0x117c44[_0x2fe972(0x13f)]['subUnitId']?_0x567286:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x24b09f={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler':(_0x4d9091,_0x24b3a9)=>{const _0x5bb03c=_0x537ed3,_0x72af34={'m1Prime':_0x4d9091,'m2Prime':_0x24b3a9};if(_0x4d9091[_0x5bb03c(0x13f)]['unitId']!==_0x24b3a9[_0x5bb03c(0x13f)][_0x5bb03c(0x213)]||_0x4d9091[_0x5bb03c(0x13f)][_0x5bb03c(0x240)]!==_0x24b3a9[_0x5bb03c(0x13f)][_0x5bb03c(0x240)])return _0x72af34;const _0x2f39d6=_0x4d9091[_0x5bb03c(0x13f)][_0x5bb03c(0x108)][_0x5bb03c(0x1ed)](_0x4f3983=>_0x4f3983[_0x5bb03c(0x23f)])[_0x5bb03c(0x27e)](),_0x1912d7=_0x24b3a9[_0x5bb03c(0x13f)][_0x5bb03c(0x218)];return _0x2f39d6['some'](_0x507266=>_0x1c277e['Rectangle'][_0x5bb03c(0x2a0)](_0x507266,_0x1912d7))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x72af34;}},_0x240888={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler':(_0x7944c2,_0x4be9b6)=>{const _0x123b60=_0x537ed3,_0x351298={'m1Prime':_0x7944c2,'m2Prime':_0x4be9b6};if(_0x7944c2['params'][_0x123b60(0x213)]!==_0x4be9b6[_0x123b60(0x13f)]['unitId']||_0x7944c2[_0x123b60(0x13f)][_0x123b60(0x240)]!==_0x4be9b6[_0x123b60(0x13f)][_0x123b60(0x240)])return _0x351298;const _0x31faf7=_0x7944c2[_0x123b60(0x13f)][_0x123b60(0x108)][_0x123b60(0x1ed)](_0x435f49=>_0x435f49[_0x123b60(0x23f)])[_0x123b60(0x27e)](),_0x5ffb61=_0x4be9b6['params']['range'];return _0x31faf7['some'](_0x3494f8=>_0x1c277e[_0x123b60(0x138)][_0x123b60(0x2a0)](_0x3494f8,_0x5ffb61))?{'error':new Error(_0x123b60(0x288))}:_0x351298;}},_0x96caa3={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler':(_0x6aa48d,_0x4eb753)=>{const _0x3c56a3=_0x537ed3,_0x28b768={'m1Prime':_0x6aa48d,'m2Prime':_0x4eb753};if(_0x6aa48d[_0x3c56a3(0x13f)][_0x3c56a3(0x213)]!==_0x4eb753['params'][_0x3c56a3(0x213)]||_0x6aa48d[_0x3c56a3(0x13f)][_0x3c56a3(0x240)]!==_0x4eb753[_0x3c56a3(0x13f)][_0x3c56a3(0x240)])return _0x28b768;const _0x469f0d=_0x6aa48d[_0x3c56a3(0x13f)][_0x3c56a3(0x108)]['map'](_0x273a7a=>_0x273a7a[_0x3c56a3(0x23f)])[_0x3c56a3(0x27e)](),_0x408f08=[_0x4eb753[_0x3c56a3(0x13f)]['sourceRange'],_0x4eb753[_0x3c56a3(0x13f)]['targetRange']];return _0x469f0d['some'](_0x130b3a=>_0x408f08[_0x3c56a3(0x167)](_0x4c44ad=>_0x1c277e[_0x3c56a3(0x138)][_0x3c56a3(0x2a0)](_0x130b3a,_0x4c44ad)))?{'error':new Error(_0x3c56a3(0x12d))}:_0x28b768;}},_0x5ea22c={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler':(_0x24bf71,_0x5ded56)=>{const _0x1edc11=_0x537ed3,_0x28b28a={'m1Prime':_0x24bf71,'m2Prime':_0x5ded56};if(_0x24bf71['params']['unitId']!==_0x5ded56[_0x1edc11(0x13f)][_0x1edc11(0x213)]||_0x24bf71[_0x1edc11(0x13f)][_0x1edc11(0x240)]!==_0x5ded56['params'][_0x1edc11(0x270)][_0x1edc11(0x240)])return _0x28b28a;const _0x5e5ac7=_0x24bf71['params']['rules'][_0x1edc11(0x1ed)](_0x3d1fad=>_0x3d1fad[_0x1edc11(0x23f)])[_0x1edc11(0x27e)](),_0x4c3a33=new _0x1c277e['ObjectMatrix'](_0x5ded56[_0x1edc11(0x13f)][_0x1edc11(0x270)][_0x1edc11(0x16f)])[_0x1edc11(0x1fd)](),_0x51029e=new _0x1c277e[(_0x1edc11(0x2f6))](_0x5ded56[_0x1edc11(0x13f)]['to']['value'])[_0x1edc11(0x1fd)](),_0x1a7f31=[_0x4c3a33,_0x51029e];return _0x5e5ac7[_0x1edc11(0x167)](_0x291cba=>_0x1a7f31['some'](_0x15e6f1=>_0x1c277e[_0x1edc11(0x138)][_0x1edc11(0x2a0)](_0x291cba,_0x15e6f1)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range')}:_0x28b28a;}},_0x422baa={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler':(_0x36c7a8,_0x4d1aa1)=>{const _0x314956=_0x537ed3,_0x3c4c0b={'m1Prime':_0x36c7a8,'m2Prime':_0x4d1aa1};if(_0x36c7a8[_0x314956(0x13f)][_0x314956(0x213)]!==_0x4d1aa1[_0x314956(0x13f)][_0x314956(0x213)]||_0x36c7a8[_0x314956(0x13f)][_0x314956(0x240)]!==_0x4d1aa1['params'][_0x314956(0x240)])return _0x3c4c0b;const _0x1fc254=_0x36c7a8[_0x314956(0x13f)][_0x314956(0x108)][_0x314956(0x1ed)](_0x2231d0=>_0x2231d0['ranges'])[_0x314956(0x27e)](),_0x3f6b4e=[_0x4d1aa1[_0x314956(0x13f)][_0x314956(0x2a9)],_0x4d1aa1[_0x314956(0x13f)][_0x314956(0x1a5)]];return _0x1fc254[_0x314956(0x167)](_0x8c8f07=>_0x3f6b4e[_0x314956(0x167)](_0x54c3a0=>_0x1c277e[_0x314956(0x138)]['intersects'](_0x8c8f07,_0x54c3a0)))?{'error':new Error(_0x314956(0x2f9))}:_0x3c4c0b;}},_0xa90a37={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01['RemoveColMutation']['id'],'handler':(_0x2612a5,_0x3e4061)=>{const _0x351160=_0x537ed3,_0x1c5ba9={'m1Prime':_0x2612a5,'m2Prime':_0x3e4061};if(_0x2612a5[_0x351160(0x13f)][_0x351160(0x213)]!==_0x3e4061['params']['unitId']||_0x2612a5[_0x351160(0x13f)]['subUnitId']!==_0x3e4061[_0x351160(0x13f)]['subUnitId'])return _0x1c5ba9;const _0x4a68a7=_0x2612a5[_0x351160(0x13f)][_0x351160(0x108)][_0x351160(0x1ed)](_0x23d02e=>_0x23d02e[_0x351160(0x23f)])[_0x351160(0x27e)](),_0x224bcc=_0x3e4061[_0x351160(0x13f)][_0x351160(0x218)];return _0x4a68a7['some'](_0x33e14a=>_0x1c277e[_0x351160(0x138)][_0x351160(0x2a0)](_0x33e14a,_0x224bcc))?{'error':new Error(_0x351160(0x2c8))}:_0x1c5ba9;}},_0x4439c6={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x1d07e6[_0x537ed3(0x2bf)]['id'],'handler':(_0x713d64,_0x5a6410)=>{const _0x5459ca=_0x537ed3,_0x265777={'m1Prime':_0x713d64,'m2Prime':_0x5a6410};return _0x713d64[_0x5459ca(0x13f)][_0x5459ca(0x213)]!==_0x5a6410[_0x5459ca(0x13f)][_0x5459ca(0x213)]||_0x713d64[_0x5459ca(0x13f)][_0x5459ca(0x240)]!==_0x5a6410[_0x5459ca(0x13f)][_0x5459ca(0x240)]?_0x265777:{'error':new Error(_0x5459ca(0x1a0))};}},_0xaf4559={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler':(_0x49eb52,_0x128911)=>{const _0xf3b7a=_0x537ed3,_0x5730a9={'m1Prime':_0x49eb52,'m2Prime':_0x128911};if(_0x49eb52[_0xf3b7a(0x13f)]['unitId']!==_0x128911['params'][_0xf3b7a(0x213)]||_0x49eb52[_0xf3b7a(0x13f)]['subUnitId']!==_0x128911[_0xf3b7a(0x13f)][_0xf3b7a(0x240)])return _0x5730a9;const _0x2e8863=_0x49eb52[_0xf3b7a(0x13f)]['rules']['map'](_0x46b772=>_0x46b772[_0xf3b7a(0x23f)])['flat'](),_0x5db2b4=_0x128911['params'][_0xf3b7a(0x23f)];return _0x2e8863[_0xf3b7a(0x167)](_0x1cdca7=>_0x5db2b4[_0xf3b7a(0x167)](_0x4ab709=>_0x1c277e[_0xf3b7a(0x138)][_0xf3b7a(0x2a0)](_0x1cdca7,_0x4ab709)))?{'error':new Error(_0xf3b7a(0x2d9))}:_0x5730a9;}},_0x33abca={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler':(_0x3ed5e2,_0x3cba32)=>{const _0x37d7ae=_0x537ed3,_0x4a807c={'m1Prime':_0x3ed5e2,'m2Prime':_0x3cba32};return _0x3ed5e2[_0x37d7ae(0x13f)][_0x37d7ae(0x213)]!==_0x3cba32[_0x37d7ae(0x13f)][_0x37d7ae(0x213)]||_0x3ed5e2[_0x37d7ae(0x13f)][_0x37d7ae(0x240)]!==_0x3cba32[_0x37d7ae(0x13f)][_0x37d7ae(0x240)]?_0x4a807c:{'error':new Error(_0x37d7ae(0x2bd))};}},_0x1923f9={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler':(_0x2a6ba7,_0x2f30a2)=>{const _0x4a013e=_0x537ed3,_0x45b4f6={'m1Prime':_0x2a6ba7,'m2Prime':_0x2f30a2};if(_0x2a6ba7['params']['unitId']!==_0x2f30a2[_0x4a013e(0x13f)][_0x4a013e(0x213)]||_0x2a6ba7[_0x4a013e(0x13f)][_0x4a013e(0x240)]!==_0x2f30a2['params'][_0x4a013e(0x240)])return _0x45b4f6;const _0x1b8129=_0x2a6ba7[_0x4a013e(0x13f)]['rules'][_0x4a013e(0x1ed)](_0x25c6f1=>_0x25c6f1['ranges'])['flat'](),_0x1ff72f=_0x2f30a2[_0x4a013e(0x13f)][_0x4a013e(0x23f)];return _0x1b8129[_0x4a013e(0x167)](_0x577663=>_0x1ff72f[_0x4a013e(0x167)](_0x5774ab=>_0x1c277e[_0x4a013e(0x138)][_0x4a013e(0x2a0)](_0x577663,_0x5774ab)))?{'error':new Error(_0x4a013e(0x298))}:_0x45b4f6;}},_0x307fa5={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x2bb070['SetConditionalRuleMutation']['id'],'handler':(_0x21df67,_0x59e568)=>{const _0x53c9c3=_0x537ed3,_0x3916c0={'m1Prime':_0x21df67,'m2Prime':_0x59e568};if(_0x21df67[_0x53c9c3(0x13f)][_0x53c9c3(0x213)]!==_0x59e568['params'][_0x53c9c3(0x213)]||_0x21df67['params'][_0x53c9c3(0x240)]!==_0x59e568[_0x53c9c3(0x13f)][_0x53c9c3(0x240)])return _0x3916c0;const _0x2e4044=_0x21df67[_0x53c9c3(0x13f)]['rules'][_0x53c9c3(0x1ed)](_0xea1019=>_0xea1019[_0x53c9c3(0x23f)])[_0x53c9c3(0x27e)](),_0x3f6261=_0x59e568['params'][_0x53c9c3(0x2ef)][_0x53c9c3(0x23f)];return _0x2e4044[_0x53c9c3(0x167)](_0x909bd8=>_0x3f6261[_0x53c9c3(0x167)](_0x47ce3b=>_0x1c277e['Rectangle'][_0x53c9c3(0x2a0)](_0x909bd8,_0x47ce3b)))?{'error':new Error(_0x53c9c3(0x271))}:_0x3916c0;}},_0x2d186a={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x2fa)]['id'],'handler':(_0x4c2ed5,_0x1f6d2c)=>{const _0xa4eb7a=_0x537ed3,_0x36468a={'m1Prime':_0x4c2ed5,'m2Prime':_0x1f6d2c};if(_0x4c2ed5['params'][_0xa4eb7a(0x213)]!==_0x1f6d2c['params'][_0xa4eb7a(0x213)]||_0x4c2ed5[_0xa4eb7a(0x13f)]['subUnitId']!==_0x1f6d2c[_0xa4eb7a(0x13f)][_0xa4eb7a(0x240)])return _0x36468a;const _0x5d3ee9=_0x4c2ed5[_0xa4eb7a(0x13f)][_0xa4eb7a(0x108)][_0xa4eb7a(0x1ed)](_0x4107a1=>_0x4107a1[_0xa4eb7a(0x23f)])[_0xa4eb7a(0x27e)](),_0x2de5de=[{'startRow':_0x1f6d2c['params'][_0xa4eb7a(0x224)],'endRow':_0x1f6d2c[_0xa4eb7a(0x13f)]['startRow'],'startColumn':_0x1f6d2c[_0xa4eb7a(0x13f)][_0xa4eb7a(0x207)],'endColumn':_0x1f6d2c[_0xa4eb7a(0x13f)][_0xa4eb7a(0x207)]}];return _0x5d3ee9[_0xa4eb7a(0x167)](_0x597d50=>_0x2de5de['some'](_0x42e133=>_0x1c277e[_0xa4eb7a(0x138)][_0xa4eb7a(0x2a0)](_0x597d50,_0x42e133)))?{'error':new Error(_0xa4eb7a(0x1ce))}:_0x36468a;}},_0x85921d={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler':(_0x20989a,_0x13d778)=>{const _0x182391=_0x537ed3,_0x496aad={'m1Prime':_0x20989a,'m2Prime':_0x13d778};return _0x20989a[_0x182391(0x13f)][_0x182391(0x213)]!==_0x13d778[_0x182391(0x13f)][_0x182391(0x213)]||_0x20989a[_0x182391(0x13f)][_0x182391(0x240)]!==_0x13d778[_0x182391(0x13f)]['subUnitId']?_0x496aad:{'error':new Error(_0x182391(0x19a))};}},_0x4430c5={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01['SetRangeProtectionMutation']['id'],'handler':(_0x35d61b,_0x514473)=>{const _0x37050c=_0x537ed3,_0x3a9bc3={'m1Prime':_0x35d61b,'m2Prime':_0x514473};if(_0x35d61b[_0x37050c(0x13f)][_0x37050c(0x213)]!==_0x514473[_0x37050c(0x13f)][_0x37050c(0x213)]||_0x35d61b[_0x37050c(0x13f)]['subUnitId']!==_0x514473['params'][_0x37050c(0x240)])return _0x3a9bc3;const _0x22def4=_0x35d61b['params'][_0x37050c(0x108)][_0x37050c(0x1ed)](_0x27909c=>_0x27909c[_0x37050c(0x23f)])[_0x37050c(0x27e)](),_0x9a775b=_0x514473['params']['rule'][_0x37050c(0x23f)];return _0x22def4[_0x37050c(0x167)](_0xba149a=>_0x9a775b[_0x37050c(0x167)](_0x73071=>_0x1c277e[_0x37050c(0x138)]['intersects'](_0xba149a,_0x73071)))?{'error':new Error(_0x37050c(0x217))}:_0x3a9bc3;}},_0x55de09={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler':(_0x3a1418,_0x432c85)=>{const _0x344cfc=_0x537ed3,_0x23553e={'m1Prime':_0x3a1418,'m2Prime':_0x432c85};if(_0x3a1418[_0x344cfc(0x13f)]['unitId']!==_0x432c85[_0x344cfc(0x13f)][_0x344cfc(0x213)]||_0x3a1418[_0x344cfc(0x13f)][_0x344cfc(0x240)]!==_0x432c85[_0x344cfc(0x13f)][_0x344cfc(0x240)])return _0x23553e;const _0x1fc609=_0x3a1418[_0x344cfc(0x13f)][_0x344cfc(0x108)]['map'](_0x5e9ca8=>_0x5e9ca8[_0x344cfc(0x23f)])[_0x344cfc(0x27e)](),_0x42dd00=new _0x1c277e['ObjectMatrix'](_0x432c85[_0x344cfc(0x13f)]['cellValue'])[_0x344cfc(0x1fd)]();return _0x1fc609['some'](_0x199a6d=>_0x1c277e[_0x344cfc(0x138)][_0x344cfc(0x2a0)](_0x199a6d,_0x42dd00))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value')}:_0x23553e;}},_0x5ef21c={'m1':_0x512b01[_0x537ed3(0x238)]['id'],'m2':_0x512b01[_0x537ed3(0x2c1)]['id'],'handler':(_0x5978ac,_0x51206c)=>{const _0x37e560=_0x537ed3,_0x1f5b0e={'m1Prime':_0x5978ac,'m2Prime':_0x51206c};if(_0x5978ac[_0x37e560(0x13f)][_0x37e560(0x213)]!==_0x51206c['params']['unitId']||_0x5978ac[_0x37e560(0x13f)][_0x37e560(0x240)]!==_0x51206c['params'][_0x37e560(0x240)])return _0x1f5b0e;const _0xc0231b=_0x5978ac[_0x37e560(0x13f)][_0x37e560(0x108)][_0x37e560(0x1ed)](_0x75500f=>_0x75500f['ranges'])['flat'](),_0x43b289=_0x51206c[_0x37e560(0x13f)]['ranges'];return _0xc0231b['some'](_0x4eeb7b=>_0x43b289[_0x37e560(0x167)](_0x104a49=>_0x1c277e[_0x37e560(0x138)][_0x37e560(0x2a0)](_0x4eeb7b,_0x104a49)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:_0x1f5b0e;}},_0x2eb5a6={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x151b41[_0x537ed3(0x139)]['id'],'handler':(_0x4b3e7c,_0xad225a)=>{const _0x174acc=_0x537ed3,_0x5901f0={'m1Prime':_0x4b3e7c,'m2Prime':_0xad225a};return _0x4b3e7c[_0x174acc(0x13f)]['unitId']!==_0xad225a[_0x174acc(0x13f)][_0x174acc(0x213)]||_0x4b3e7c[_0x174acc(0x13f)][_0x174acc(0x240)]!==_0xad225a[_0x174acc(0x13f)][_0x174acc(0x240)]?_0x5901f0:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x75875d={'m1':_0x512b01['AddRangeProtectionMutation']['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x423452,_0x13f969)=>{const _0x51f04d=_0x537ed3,_0x13651f={'m1Prime':_0x423452,'m2Prime':_0x13f969};return _0x423452[_0x51f04d(0x13f)][_0x51f04d(0x213)]!==_0x13f969[_0x51f04d(0x13f)][_0x51f04d(0x213)]||_0x423452[_0x51f04d(0x13f)][_0x51f04d(0x240)]!==_0x13f969[_0x51f04d(0x13f)][_0x51f04d(0x240)]?_0x13651f:{'error':new Error(_0x51f04d(0xee))};}},_0x23cbf0={'m1':_0x512b01[_0x537ed3(0x2db)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x45481f,_0x4d91c0){const _0x5a5362=_0x537ed3,_0x13f5da=_0x1c277e[_0x5a5362(0x2a5)][_0x5a5362(0x1d1)](_0x45481f),_0x5f4a9d=_0x1c277e[_0x5a5362(0x2a5)]['deepClone'](_0x4d91c0);if(_0x45481f[_0x5a5362(0x13f)][_0x5a5362(0x213)]!==_0x4d91c0[_0x5a5362(0x13f)][_0x5a5362(0x213)]||_0x45481f['params']['subUnitId']!==_0x4d91c0['params'][_0x5a5362(0x240)])return{'m1Prime':_0x13f5da,'m2Prime':_0x5f4a9d};const _0x2d6218=_0x13f5da[_0x5a5362(0x13f)]['ranges'],_0x33120b=_0x5f4a9d[_0x5a5362(0x13f)][_0x5a5362(0x23f)],_0x6c2ec8=[_0x5f4a9d],_0x27317f=new Set();for(let _0x39f3c6=0x0;_0x39f3c6<_0x2d6218[_0x5a5362(0xfe)];_0x39f3c6++)for(let _0x10a362=0x0;_0x10a362<_0x33120b[_0x5a5362(0xfe)];_0x10a362++)if(_0x1c277e[_0x5a5362(0x138)][_0x5a5362(0x2a0)](_0x2d6218[_0x39f3c6],_0x33120b[_0x10a362])){_0x27317f[_0x5a5362(0x230)](_0x2d6218[_0x39f3c6]),_0x2d6218[_0x5a5362(0x21e)](_0x39f3c6,0x1),_0x39f3c6--;break;}return _0x27317f[_0x5a5362(0x1ff)]>0x0&&_0x6c2ec8[_0x5a5362(0x19d)]({'id':_0x512b01[_0x5a5362(0x21c)]['id'],'params':{'unitId':_0x45481f[_0x5a5362(0x13f)][_0x5a5362(0x213)],'subUnitId':_0x45481f[_0x5a5362(0x13f)][_0x5a5362(0x240)],'ranges':Array[_0x5a5362(0x270)](_0x27317f)}}),_0x2d6218[_0x5a5362(0xfe)]===0x0&&(_0x13f5da['id']=_0x512b01[_0x5a5362(0x24f)]['id']),{'m1Prime':_0x13f5da,'m2Prime':_0x6c2ec8[_0x5a5362(0xfe)]>0x1?_0x6c2ec8:_0x5f4a9d};}},_0x325a1b={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler'(_0x44d93c,_0x44cad5){const _0x179a17=_0x537ed3,_0x1d11b3=_0x1c277e[_0x179a17(0x2a5)]['deepClone'](_0x44d93c),_0x1ce3df=_0x1c277e[_0x179a17(0x2a5)][_0x179a17(0x1d1)](_0x44cad5);if(_0x44d93c['params'][_0x179a17(0x213)]!==_0x44cad5[_0x179a17(0x13f)][_0x179a17(0x213)]||_0x44d93c['params'][_0x179a17(0x240)]!==_0x44cad5[_0x179a17(0x13f)][_0x179a17(0x240)])return{'m1Prime':_0x1d11b3,'m2Prime':_0x1ce3df};const _0x3fdb2b=_0x44d93c[_0x179a17(0x13f)][_0x179a17(0x213)],_0x425aba=_0x44d93c[_0x179a17(0x13f)][_0x179a17(0x240)],_0x2a3174=[_0x1ce3df],_0x513481=[],_0x7c2260=[];return _0x1d11b3[_0x179a17(0x13f)]['ranges'][_0x179a17(0x22e)](_0xaa49b4=>{const _0x40334d=_0x179a17,_0x3c5a6b=_0x44cad5[_0x40334d(0x13f)][_0x40334d(0x218)],_0x27fdd6=_0x3c5a6b[_0x40334d(0x22a)]-_0x3c5a6b[_0x40334d(0x207)]+0x1;_0x3c5a6b[_0x40334d(0x207)]<=_0xaa49b4[_0x40334d(0x207)]?(_0x513481[_0x40334d(0x1aa)]({..._0xaa49b4}),_0x7c2260[_0x40334d(0x1aa)]({..._0xaa49b4,'startColumn':_0xaa49b4[_0x40334d(0x207)]+_0x27fdd6,'endColumn':_0xaa49b4[_0x40334d(0x22a)]+_0x27fdd6}),_0xaa49b4['startColumn']=_0xaa49b4[_0x40334d(0x207)]+_0x27fdd6,_0xaa49b4['endColumn']=_0xaa49b4['endColumn']+_0x27fdd6):_0x3c5a6b[_0x40334d(0x207)]>_0xaa49b4['startColumn']&&_0x3c5a6b[_0x40334d(0x207)]<=_0xaa49b4[_0x40334d(0x22a)]&&(_0x513481[_0x40334d(0x1aa)]({..._0xaa49b4}),_0x7c2260['push']({..._0xaa49b4,'endColumn':_0xaa49b4[_0x40334d(0x22a)]+_0x27fdd6}),_0xaa49b4[_0x40334d(0x22a)]=_0xaa49b4[_0x40334d(0x22a)]+_0x27fdd6);}),_0x513481['length']>0x0&&_0x2a3174['unshift']({'id':_0x512b01[_0x179a17(0x21c)]['id'],'params':{'unitId':_0x3fdb2b,'subUnitId':_0x425aba,'ranges':_0x513481}}),_0x7c2260[_0x179a17(0xfe)]>0x0&&_0x2a3174['push']({'id':_0x512b01[_0x179a17(0x2db)]['id'],'params':{'unitId':_0x3fdb2b,'subUnitId':_0x425aba,'ranges':_0x7c2260}}),{'m1Prime':_0x1d11b3,'m2Prime':_0x2a3174['length']>0x1?_0x2a3174:_0x2a3174[0x0]};}},_0x16f7db={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01['InsertRowMutation']['id'],'handler'(_0x35c7b6,_0x4b5a12){const _0x2e3f85=_0x537ed3,_0x5a8ec4=_0x1c277e[_0x2e3f85(0x2a5)]['deepClone'](_0x35c7b6),_0x1df294=_0x1c277e[_0x2e3f85(0x2a5)][_0x2e3f85(0x1d1)](_0x4b5a12);if(_0x35c7b6['params'][_0x2e3f85(0x213)]!==_0x4b5a12[_0x2e3f85(0x13f)][_0x2e3f85(0x213)]||_0x35c7b6[_0x2e3f85(0x13f)][_0x2e3f85(0x240)]!==_0x4b5a12[_0x2e3f85(0x13f)][_0x2e3f85(0x240)])return{'m1Prime':_0x5a8ec4,'m2Prime':_0x1df294};const _0x1ff60d=_0x35c7b6[_0x2e3f85(0x13f)][_0x2e3f85(0x213)],_0x5d0124=_0x35c7b6['params'][_0x2e3f85(0x240)],_0x33bf1f=[_0x1df294],_0x265ee0=[],_0x191967=[];return _0x5a8ec4[_0x2e3f85(0x13f)]['ranges']['forEach'](_0x3a6b69=>{const _0x5b7776=_0x2e3f85,_0x4d4592=_0x4b5a12[_0x5b7776(0x13f)][_0x5b7776(0x218)],_0x5b5d70=_0x4d4592[_0x5b7776(0x2ec)]-_0x4d4592[_0x5b7776(0x224)]+0x1;_0x4d4592[_0x5b7776(0x224)]<=_0x3a6b69[_0x5b7776(0x224)]?(_0x265ee0[_0x5b7776(0x1aa)]({..._0x3a6b69}),_0x191967[_0x5b7776(0x1aa)]({..._0x3a6b69,'startRow':_0x3a6b69[_0x5b7776(0x224)]+_0x5b5d70,'endRow':_0x3a6b69[_0x5b7776(0x2ec)]+_0x5b5d70}),_0x3a6b69[_0x5b7776(0x224)]=_0x3a6b69['startRow']+_0x5b5d70,_0x3a6b69['endRow']=_0x3a6b69[_0x5b7776(0x2ec)]+_0x5b5d70):_0x4d4592[_0x5b7776(0x224)]>_0x3a6b69[_0x5b7776(0x224)]&&_0x4d4592['startRow']<=_0x3a6b69[_0x5b7776(0x2ec)]&&(_0x265ee0[_0x5b7776(0x1aa)]({..._0x3a6b69}),_0x191967[_0x5b7776(0x1aa)]({..._0x3a6b69,'endRow':_0x3a6b69['endRow']+_0x5b5d70}),_0x3a6b69[_0x5b7776(0x2ec)]=_0x3a6b69[_0x5b7776(0x2ec)]+_0x5b5d70);}),_0x265ee0[_0x2e3f85(0xfe)]>0x0&&_0x33bf1f['unshift']({'id':_0x512b01[_0x2e3f85(0x21c)]['id'],'params':{'unitId':_0x1ff60d,'subUnitId':_0x5d0124,'ranges':_0x265ee0}}),_0x191967[_0x2e3f85(0xfe)]>0x0&&_0x33bf1f[_0x2e3f85(0x1aa)]({'id':_0x512b01[_0x2e3f85(0x2db)]['id'],'params':{'unitId':_0x1ff60d,'subUnitId':_0x5d0124,'ranges':_0x191967}}),{'m1Prime':_0x5a8ec4,'m2Prime':_0x33bf1f['length']>0x1?_0x33bf1f:_0x33bf1f[0x0]};}},_0x22af5c={'m1':_0x512b01[_0x537ed3(0x2db)]['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler'(_0x2b2fae,_0x44d2cf){const _0xd624f2=_0x537ed3,_0x2b35ca=_0x1c277e[_0xd624f2(0x2a5)]['deepClone'](_0x2b2fae),_0x1b543b=_0x1c277e['Tools'][_0xd624f2(0x1d1)](_0x44d2cf);if(_0x2b2fae[_0xd624f2(0x13f)][_0xd624f2(0x213)]!==_0x44d2cf[_0xd624f2(0x13f)]['unitId']||_0x2b2fae[_0xd624f2(0x13f)]['subUnitId']!==_0x44d2cf[_0xd624f2(0x13f)][_0xd624f2(0x240)])return{'m1Prime':_0x2b35ca,'m2Prime':_0x1b543b};const _0x594efd=[],_0x45d103=[],_0x42b09d=[_0x1b543b];for(let _0xc7f90a=0x0;_0xc7f90a<_0x2b35ca[_0xd624f2(0x13f)]['ranges'][_0xd624f2(0xfe)];_0xc7f90a++){const _0x30340f=_0x2b35ca['params'][_0xd624f2(0x23f)][_0xc7f90a],{sourceRange:_0x45ce56,targetRange:_0x293da0}=_0x44d2cf[_0xd624f2(0x13f)];_0x1c277e['Rectangle'][_0xd624f2(0x2a0)](_0x30340f,_0x45ce56)||_0x1c277e[_0xd624f2(0x138)][_0xd624f2(0x2a0)](_0x30340f,_0x293da0)?(_0x594efd['push']({..._0x30340f}),_0x2b35ca[_0xd624f2(0x13f)][_0xd624f2(0x23f)][_0xd624f2(0x21e)](_0xc7f90a,0x1),_0xc7f90a--):_0x45ce56[_0xd624f2(0x207)]<_0x30340f[_0xd624f2(0x207)]&&_0x293da0[_0xd624f2(0x207)]>_0x30340f[_0xd624f2(0x22a)]?(_0x594efd[_0xd624f2(0x1aa)]({..._0x30340f}),_0x45d103[_0xd624f2(0x1aa)]({..._0x30340f,'startColumn':_0x30340f['startColumn']-(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56[_0xd624f2(0x207)]+0x1),'endColumn':_0x30340f['endColumn']-(_0x45ce56['endColumn']-_0x45ce56['startColumn']+0x1)}),_0x30340f[_0xd624f2(0x207)]=_0x30340f['startColumn']-(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56[_0xd624f2(0x207)]+0x1),_0x30340f[_0xd624f2(0x22a)]=_0x30340f[_0xd624f2(0x22a)]-(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56[_0xd624f2(0x207)]+0x1)):_0x45ce56[_0xd624f2(0x207)]>_0x30340f[_0xd624f2(0x22a)]&&_0x293da0[_0xd624f2(0x22a)]<_0x30340f['startColumn']&&(_0x594efd[_0xd624f2(0x1aa)]({..._0x30340f}),_0x45d103[_0xd624f2(0x1aa)]({..._0x30340f,'startColumn':_0x30340f[_0xd624f2(0x207)]+(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56['startColumn']+0x1),'endColumn':_0x30340f['endColumn']+(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56['startColumn']+0x1)}),_0x30340f[_0xd624f2(0x207)]=_0x30340f['startColumn']+(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56[_0xd624f2(0x207)]+0x1),_0x30340f[_0xd624f2(0x22a)]=_0x30340f['endColumn']+(_0x45ce56[_0xd624f2(0x22a)]-_0x45ce56['startColumn']+0x1));}return _0x594efd[_0xd624f2(0xfe)]>0x0&&_0x42b09d[_0xd624f2(0x19d)]({'id':_0x512b01[_0xd624f2(0x21c)]['id'],'params':{'unitId':_0x2b2fae['params'][_0xd624f2(0x213)],'subUnitId':_0x2b2fae[_0xd624f2(0x13f)][_0xd624f2(0x240)],'ranges':_0x594efd}}),_0x45d103[_0xd624f2(0xfe)]>0x0&&_0x42b09d[_0xd624f2(0x1aa)]({'id':_0x512b01['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x2b2fae[_0xd624f2(0x13f)]['unitId'],'subUnitId':_0x2b2fae[_0xd624f2(0x13f)][_0xd624f2(0x240)],'ranges':_0x45d103}}),_0x2b35ca['params'][_0xd624f2(0x23f)]['length']===0x0&&(_0x2b35ca['id']=_0x512b01[_0xd624f2(0x24f)]['id']),{'m1Prime':_0x2b35ca,'m2Prime':_0x42b09d[_0xd624f2(0xfe)]>0x1?_0x42b09d:_0x42b09d[0x0]};}},_0x37c2b6={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01['MoveRangeMutation']['id'],'handler'(_0x218ace,_0x4b8980){const _0x161134=_0x537ed3,_0x3579f3=_0x1c277e[_0x161134(0x2a5)]['deepClone'](_0x218ace),_0x42a44e=_0x1c277e[_0x161134(0x2a5)][_0x161134(0x1d1)](_0x4b8980);if(_0x218ace[_0x161134(0x13f)][_0x161134(0x213)]!==_0x4b8980[_0x161134(0x13f)]['unitId'])return{'m1Prime':_0x3579f3,'m2Prime':_0x42a44e};const _0x1061b1=[],_0x31de86=[_0x42a44e],_0x1b37f9=new _0x1c277e[(_0x161134(0x2f6))](_0x4b8980[_0x161134(0x13f)][_0x161134(0x270)]['value'])['getDataRange'](),_0x2c26fb=new _0x1c277e['ObjectMatrix'](_0x4b8980[_0x161134(0x13f)]['to'][_0x161134(0x16f)])[_0x161134(0x1fd)]();for(let _0x3fc135=0x0;_0x3fc135<_0x3579f3[_0x161134(0x13f)]['ranges'][_0x161134(0xfe)];_0x3fc135++){const _0x5aedcd=_0x3579f3[_0x161134(0x13f)][_0x161134(0x23f)][_0x3fc135];(_0x1c277e['Rectangle'][_0x161134(0x2a0)](_0x1b37f9,_0x5aedcd)||_0x1c277e[_0x161134(0x138)][_0x161134(0x2a0)](_0x2c26fb,_0x5aedcd))&&(_0x1061b1[_0x161134(0x1aa)](_0x5aedcd),_0x3579f3[_0x161134(0x13f)][_0x161134(0x23f)][_0x161134(0x21e)](_0x3fc135,0x1),_0x3fc135--);}return _0x1061b1[_0x161134(0xfe)]>0x0&&_0x31de86[_0x161134(0x19d)]({'id':_0x512b01[_0x161134(0x21c)]['id'],'params':{'unitId':_0x218ace[_0x161134(0x13f)][_0x161134(0x213)],'subUnitId':_0x218ace[_0x161134(0x13f)][_0x161134(0x240)],'ranges':_0x1061b1}}),_0x3579f3[_0x161134(0x13f)]['ranges'][_0x161134(0xfe)]===0x0&&(_0x3579f3['id']=_0x512b01[_0x161134(0x24f)]['id']),{'m1Prime':_0x3579f3,'m2Prime':_0x31de86[_0x161134(0xfe)]>0x1?_0x31de86:_0x31de86[0x0]};}},_0x140610={'m1':_0x512b01[_0x537ed3(0x2db)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler'(_0x2d24b4,_0x55141e){const _0x38037d=_0x537ed3,_0x243461=_0x1c277e[_0x38037d(0x2a5)][_0x38037d(0x1d1)](_0x2d24b4),_0x53fb00=_0x1c277e[_0x38037d(0x2a5)]['deepClone'](_0x55141e);if(_0x2d24b4[_0x38037d(0x13f)][_0x38037d(0x213)]!==_0x55141e[_0x38037d(0x13f)][_0x38037d(0x213)]||_0x2d24b4[_0x38037d(0x13f)][_0x38037d(0x240)]!==_0x55141e[_0x38037d(0x13f)][_0x38037d(0x240)])return{'m1Prime':_0x243461,'m2Prime':_0x53fb00};const _0x11f214=[],_0x4a4ccc=[],_0x114694=[_0x53fb00];for(let _0x441490=0x0;_0x441490<_0x243461[_0x38037d(0x13f)][_0x38037d(0x23f)][_0x38037d(0xfe)];_0x441490++){const _0x3cb3a9=_0x243461[_0x38037d(0x13f)]['ranges'][_0x441490],{sourceRange:_0x2f2c55,targetRange:_0x255624}=_0x55141e[_0x38037d(0x13f)];_0x1c277e[_0x38037d(0x138)][_0x38037d(0x2a0)](_0x3cb3a9,_0x2f2c55)||_0x1c277e[_0x38037d(0x138)][_0x38037d(0x2a0)](_0x3cb3a9,_0x255624)?(_0x11f214[_0x38037d(0x1aa)]({..._0x3cb3a9}),_0x243461['params'][_0x38037d(0x23f)][_0x38037d(0x21e)](_0x441490,0x1),_0x441490--):_0x2f2c55[_0x38037d(0x224)]<_0x3cb3a9[_0x38037d(0x224)]&&_0x255624[_0x38037d(0x224)]>_0x3cb3a9[_0x38037d(0x2ec)]?(_0x11f214[_0x38037d(0x1aa)]({..._0x3cb3a9}),_0x4a4ccc[_0x38037d(0x1aa)]({..._0x3cb3a9,'startRow':_0x3cb3a9['startRow']-(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1),'endRow':_0x3cb3a9[_0x38037d(0x2ec)]-(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55['startRow']+0x1)}),_0x3cb3a9[_0x38037d(0x224)]=_0x3cb3a9[_0x38037d(0x224)]-(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1),_0x3cb3a9[_0x38037d(0x2ec)]=_0x3cb3a9[_0x38037d(0x2ec)]-(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1)):_0x2f2c55['startRow']>_0x3cb3a9[_0x38037d(0x2ec)]&&_0x255624[_0x38037d(0x2ec)]<_0x3cb3a9[_0x38037d(0x224)]&&(_0x11f214[_0x38037d(0x1aa)]({..._0x3cb3a9}),_0x4a4ccc['push']({..._0x3cb3a9,'startRow':_0x3cb3a9[_0x38037d(0x224)]+(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1),'endRow':_0x3cb3a9[_0x38037d(0x2ec)]+(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55['startRow']+0x1)}),_0x3cb3a9['startRow']=_0x3cb3a9[_0x38037d(0x224)]+(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1),_0x3cb3a9['endRow']=_0x3cb3a9[_0x38037d(0x2ec)]+(_0x2f2c55[_0x38037d(0x2ec)]-_0x2f2c55[_0x38037d(0x224)]+0x1));}return _0x11f214[_0x38037d(0xfe)]>0x0&&_0x114694[_0x38037d(0x19d)]({'id':_0x512b01[_0x38037d(0x21c)]['id'],'params':{'unitId':_0x2d24b4[_0x38037d(0x13f)]['unitId'],'subUnitId':_0x2d24b4[_0x38037d(0x13f)][_0x38037d(0x240)],'ranges':_0x11f214}}),_0x4a4ccc[_0x38037d(0xfe)]>0x0&&_0x114694[_0x38037d(0x1aa)]({'id':_0x512b01[_0x38037d(0x2db)]['id'],'params':{'unitId':_0x2d24b4[_0x38037d(0x13f)][_0x38037d(0x213)],'subUnitId':_0x2d24b4[_0x38037d(0x13f)]['subUnitId'],'ranges':_0x4a4ccc}}),_0x243461[_0x38037d(0x13f)][_0x38037d(0x23f)][_0x38037d(0xfe)]===0x0&&(_0x243461['id']=_0x512b01['EmptyMutation']['id']),{'m1Prime':_0x243461,'m2Prime':_0x114694[_0x38037d(0xfe)]>0x1?_0x114694:_0x114694[0x0]};}};function _0x1dd703(_0x317417){const _0xc2842d=_0x537ed3;return _0x317417[_0xc2842d(0x207)]>_0x317417[_0xc2842d(0x22a)]||_0x317417[_0xc2842d(0x224)]>_0x317417[_0xc2842d(0x2ec)]?!0x1:!(_0x317417[_0xc2842d(0x224)]===_0x317417[_0xc2842d(0x2ec)]&&_0x317417['startColumn']===_0x317417[_0xc2842d(0x22a)]);}const _0x4e58bc={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x112)]['id'],'handler'(_0x230d59,_0x439e29){const _0xdcd3d3=_0x537ed3,_0x1fd06b=_0x1c277e[_0xdcd3d3(0x2a5)][_0xdcd3d3(0x1d1)](_0x230d59),_0x47e352=_0x1c277e['Tools'][_0xdcd3d3(0x1d1)](_0x439e29);if(_0x230d59[_0xdcd3d3(0x13f)][_0xdcd3d3(0x213)]!==_0x439e29[_0xdcd3d3(0x13f)][_0xdcd3d3(0x213)]||_0x230d59[_0xdcd3d3(0x13f)][_0xdcd3d3(0x240)]!==_0x439e29['params'][_0xdcd3d3(0x240)])return{'m1Prime':_0x1fd06b,'m2Prime':_0x47e352};const _0x397bb5=_0x230d59[_0xdcd3d3(0x13f)][_0xdcd3d3(0x213)],_0x2ce4d8=_0x230d59[_0xdcd3d3(0x13f)]['subUnitId'],_0x496edc=[_0x47e352],_0x4b5e4e=[],_0x46679e=[];for(let _0x39b5ea=0x0;_0x39b5ea<_0x1fd06b[_0xdcd3d3(0x13f)][_0xdcd3d3(0x23f)]['length'];_0x39b5ea++){const _0xb598d3=_0x1fd06b[_0xdcd3d3(0x13f)]['ranges'][_0x39b5ea],_0x1988bd=_0x439e29[_0xdcd3d3(0x13f)][_0xdcd3d3(0x218)],_0x27c044=_0x1988bd[_0xdcd3d3(0x22a)]-_0x1988bd[_0xdcd3d3(0x207)]+0x1;if(_0x1988bd[_0xdcd3d3(0x207)]<_0xb598d3[_0xdcd3d3(0x207)]&&_0x1988bd[_0xdcd3d3(0x22a)]<_0xb598d3[_0xdcd3d3(0x207)])_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3}),_0x46679e[_0xdcd3d3(0x1aa)]({..._0xb598d3,'startColumn':_0xb598d3['startColumn']-_0x27c044,'endColumn':_0xb598d3[_0xdcd3d3(0x22a)]-_0x27c044}),_0xb598d3[_0xdcd3d3(0x207)]=_0xb598d3[_0xdcd3d3(0x207)]-_0x27c044,_0xb598d3['endColumn']=_0xb598d3['endColumn']-_0x27c044;else{if(_0x1988bd[_0xdcd3d3(0x207)]<_0xb598d3[_0xdcd3d3(0x207)]&&_0x1988bd['endColumn']>=_0xb598d3[_0xdcd3d3(0x207)]&&_0x1988bd[_0xdcd3d3(0x22a)]<=_0xb598d3[_0xdcd3d3(0x22a)]){_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3});const _0x1335e1={..._0xb598d3,'startColumn':_0x1988bd['startColumn'],'endColumn':_0xb598d3[_0xdcd3d3(0x22a)]-_0x27c044};_0x1dd703(_0x1335e1)&&_0x1988bd[_0xdcd3d3(0x22a)]<_0xb598d3[_0xdcd3d3(0x22a)]?(_0x1988bd[_0xdcd3d3(0x22a)]<_0xb598d3[_0xdcd3d3(0x22a)]&&_0x46679e[_0xdcd3d3(0x1aa)](_0x1335e1),_0xb598d3['startColumn']=_0x1988bd[_0xdcd3d3(0x207)],_0xb598d3[_0xdcd3d3(0x22a)]=_0xb598d3[_0xdcd3d3(0x22a)]-_0x27c044):(_0x1fd06b['params']['ranges']['splice'](_0x39b5ea,0x1),_0x39b5ea--);}else{if(_0x1988bd[_0xdcd3d3(0x207)]>_0xb598d3['startColumn']&&_0x1988bd[_0xdcd3d3(0x22a)]<_0xb598d3[_0xdcd3d3(0x22a)]){_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3});const _0x47488b={..._0xb598d3,'endColumn':_0xb598d3[_0xdcd3d3(0x22a)]-_0x27c044};_0x1dd703(_0x47488b)?(_0x46679e[_0xdcd3d3(0x1aa)](_0x47488b),_0xb598d3[_0xdcd3d3(0x22a)]=_0xb598d3['endColumn']-_0x27c044):(_0x1fd06b[_0xdcd3d3(0x13f)]['ranges']['splice'](_0x39b5ea,0x1),_0x39b5ea--);}else{if(_0x1988bd[_0xdcd3d3(0x207)]>=_0xb598d3[_0xdcd3d3(0x207)]&&_0x1988bd[_0xdcd3d3(0x207)]<=_0xb598d3[_0xdcd3d3(0x22a)]&&_0x1988bd[_0xdcd3d3(0x22a)]>_0xb598d3[_0xdcd3d3(0x22a)]){_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3});const _0x3e29e6={..._0xb598d3,'endColumn':_0x1988bd[_0xdcd3d3(0x207)]-0x1};_0x1dd703(_0x3e29e6)&&_0x1988bd[_0xdcd3d3(0x207)]>_0xb598d3['startColumn']?(_0x46679e[_0xdcd3d3(0x1aa)](_0x3e29e6),_0xb598d3[_0xdcd3d3(0x22a)]=_0x1988bd[_0xdcd3d3(0x207)]-0x1):(_0x1fd06b[_0xdcd3d3(0x13f)][_0xdcd3d3(0x23f)][_0xdcd3d3(0x21e)](_0x39b5ea,0x1),_0x39b5ea--);}else _0x1988bd['startColumn']>_0xb598d3[_0xdcd3d3(0x22a)]||_0x1988bd[_0xdcd3d3(0x207)]<=_0xb598d3['startColumn']&&_0x1988bd['endColumn']>=_0xb598d3[_0xdcd3d3(0x22a)]&&(_0x4b5e4e[_0xdcd3d3(0x1aa)]({..._0xb598d3}),_0x1fd06b[_0xdcd3d3(0x13f)][_0xdcd3d3(0x23f)][_0xdcd3d3(0x21e)](_0x39b5ea,0x1),_0x39b5ea--);}}}}return _0x4b5e4e['length']>0x0&&_0x496edc['unshift']({'id':_0x512b01[_0xdcd3d3(0x21c)]['id'],'params':{'unitId':_0x397bb5,'subUnitId':_0x2ce4d8,'ranges':_0x4b5e4e}}),_0x46679e[_0xdcd3d3(0xfe)]>0x0&&_0x496edc['push']({'id':_0x512b01[_0xdcd3d3(0x2db)]['id'],'params':{'unitId':_0x397bb5,'subUnitId':_0x2ce4d8,'ranges':_0x46679e}}),_0x1fd06b[_0xdcd3d3(0x13f)][_0xdcd3d3(0x23f)]['length']===0x0&&(_0x1fd06b['id']=_0x512b01[_0xdcd3d3(0x24f)]['id']),{'m1Prime':_0x1fd06b,'m2Prime':_0x496edc[_0xdcd3d3(0xfe)]>0x1?_0x496edc:_0x496edc[0x0]};}},_0x55885c={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x15e)]['id'],'handler'(_0x282dc4,_0x136367){const _0x988a4e=_0x537ed3,_0x8e71a=_0x1c277e[_0x988a4e(0x2a5)][_0x988a4e(0x1d1)](_0x282dc4),_0x46b00a=_0x1c277e[_0x988a4e(0x2a5)][_0x988a4e(0x1d1)](_0x136367);if(_0x282dc4[_0x988a4e(0x13f)][_0x988a4e(0x213)]!==_0x136367['params']['unitId']||_0x282dc4['params'][_0x988a4e(0x240)]!==_0x136367[_0x988a4e(0x13f)][_0x988a4e(0x240)])return{'m1Prime':_0x8e71a,'m2Prime':_0x46b00a};const _0xe25862=_0x282dc4[_0x988a4e(0x13f)][_0x988a4e(0x213)],_0x2501e3=_0x282dc4[_0x988a4e(0x13f)][_0x988a4e(0x240)],_0x1e6120=[_0x46b00a],_0xd0cf70=[],_0xc33b1b=[];for(let _0x3b5477=0x0;_0x3b5477<_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)]['length'];_0x3b5477++){const _0x2622fc=_0x8e71a[_0x988a4e(0x13f)]['ranges'][_0x3b5477],_0x50422b=_0x136367['params']['range'],_0x3afced=_0x50422b['endRow']-_0x50422b[_0x988a4e(0x224)]+0x1;if(_0x50422b[_0x988a4e(0x224)]<_0x2622fc[_0x988a4e(0x224)]&&_0x50422b[_0x988a4e(0x2ec)]<_0x2622fc[_0x988a4e(0x224)])_0xd0cf70['push']({..._0x2622fc}),_0xc33b1b[_0x988a4e(0x1aa)]({..._0x2622fc,'startRow':_0x2622fc[_0x988a4e(0x224)]-_0x3afced,'endRow':_0x2622fc['endRow']-_0x3afced}),_0x2622fc[_0x988a4e(0x224)]=_0x2622fc[_0x988a4e(0x224)]-_0x3afced,_0x2622fc[_0x988a4e(0x2ec)]=_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced;else{if(_0x50422b['startRow']<_0x2622fc[_0x988a4e(0x224)]&&_0x50422b['endRow']>=_0x2622fc[_0x988a4e(0x224)]&&_0x50422b[_0x988a4e(0x2ec)]<=_0x2622fc[_0x988a4e(0x2ec)]){_0xd0cf70[_0x988a4e(0x1aa)]({..._0x2622fc});const _0x238031={..._0x2622fc,'startRow':_0x50422b[_0x988a4e(0x224)],'endRow':_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced};_0x1dd703(_0x238031)&&_0x50422b[_0x988a4e(0x2ec)]<_0x2622fc[_0x988a4e(0x2ec)]?(_0x50422b['endRow']<_0x2622fc[_0x988a4e(0x2ec)]&&_0xc33b1b[_0x988a4e(0x1aa)](_0x238031),_0x2622fc[_0x988a4e(0x224)]=_0x50422b[_0x988a4e(0x224)],_0x2622fc[_0x988a4e(0x2ec)]=_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced):(_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)][_0x988a4e(0x21e)](_0x3b5477,0x1),_0x3b5477--);}else{if(_0x50422b['startRow']>_0x2622fc['startRow']&&_0x50422b[_0x988a4e(0x2ec)]<_0x2622fc[_0x988a4e(0x2ec)]){_0xd0cf70[_0x988a4e(0x1aa)]({..._0x2622fc});const _0xf24984={..._0x2622fc,'endRow':_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced};_0x1dd703(_0xf24984)?(_0xc33b1b[_0x988a4e(0x1aa)](_0xf24984),_0x2622fc['endRow']=_0x2622fc[_0x988a4e(0x2ec)]-_0x3afced):(_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)][_0x988a4e(0x21e)](_0x3b5477,0x1),_0x3b5477--);}else{if(_0x50422b['startRow']>=_0x2622fc[_0x988a4e(0x224)]&&_0x50422b[_0x988a4e(0x224)]<=_0x2622fc[_0x988a4e(0x2ec)]&&_0x50422b[_0x988a4e(0x2ec)]>_0x2622fc[_0x988a4e(0x2ec)]){_0xd0cf70[_0x988a4e(0x1aa)]({..._0x2622fc});const _0x49dc9d={..._0x2622fc,'endRow':_0x50422b['startRow']-0x1};_0x1dd703(_0x49dc9d)&&_0x50422b[_0x988a4e(0x224)]>_0x2622fc[_0x988a4e(0x224)]?(_0xc33b1b[_0x988a4e(0x1aa)](_0x49dc9d),_0x2622fc[_0x988a4e(0x2ec)]=_0x50422b[_0x988a4e(0x224)]-0x1):(_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)][_0x988a4e(0x21e)](_0x3b5477,0x1),_0x3b5477--);}else _0x50422b[_0x988a4e(0x224)]>_0x2622fc[_0x988a4e(0x2ec)]||_0x50422b[_0x988a4e(0x224)]<=_0x2622fc['startRow']&&_0x50422b[_0x988a4e(0x2ec)]>=_0x2622fc[_0x988a4e(0x2ec)]&&(_0xd0cf70['push']({..._0x2622fc}),_0x8e71a[_0x988a4e(0x13f)][_0x988a4e(0x23f)][_0x988a4e(0x21e)](_0x3b5477,0x1),_0x3b5477--);}}}}return _0xd0cf70['length']>0x0&&_0x1e6120[_0x988a4e(0x19d)]({'id':_0x512b01[_0x988a4e(0x21c)]['id'],'params':{'unitId':_0xe25862,'subUnitId':_0x2501e3,'ranges':_0xd0cf70}}),_0xc33b1b[_0x988a4e(0xfe)]>0x0&&_0x1e6120['push']({'id':_0x512b01[_0x988a4e(0x2db)]['id'],'params':{'unitId':_0xe25862,'subUnitId':_0x2501e3,'ranges':_0xc33b1b}}),_0x8e71a[_0x988a4e(0x13f)]['ranges'][_0x988a4e(0xfe)]===0x0&&(_0x8e71a['id']=_0x512b01[_0x988a4e(0x24f)]['id']),{'m1Prime':_0x8e71a,'m2Prime':_0x1e6120[_0x988a4e(0xfe)]>0x1?_0x1e6120:_0x1e6120[0x0]};}},_0x274a69={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0x449b87,_0x26fa49){const _0x2811b2=_0x537ed3,_0x18ac04=_0x1c277e[_0x2811b2(0x2a5)]['deepClone'](_0x449b87),_0x58c5ea=_0x1c277e[_0x2811b2(0x2a5)][_0x2811b2(0x1d1)](_0x26fa49);if(_0x449b87[_0x2811b2(0x13f)][_0x2811b2(0x213)]!==_0x26fa49[_0x2811b2(0x13f)][_0x2811b2(0x213)]||_0x449b87['params'][_0x2811b2(0x240)]!==_0x26fa49[_0x2811b2(0x13f)][_0x2811b2(0x240)])return{'m1Prime':_0x18ac04,'m2Prime':_0x58c5ea};const _0x272a58=[..._0x58c5ea['params'][_0x2811b2(0x23f)]];for(let _0x5353b9=0x0;_0x5353b9<_0x18ac04[_0x2811b2(0x13f)][_0x2811b2(0x23f)][_0x2811b2(0xfe)];_0x5353b9++){let _0x57d16f=!0x1;for(let _0x252608=0x0;_0x252608<_0x58c5ea['params']['ranges'][_0x2811b2(0xfe)];_0x252608++){const _0x22c57e=_0x18ac04['params']['ranges'][_0x5353b9],_0x210de0=_0x58c5ea['params'][_0x2811b2(0x23f)][_0x252608];if(_0x1c277e[_0x2811b2(0x138)]['intersects'](_0x22c57e,_0x210de0)){_0x57d16f=!0x0;break;}}_0x57d16f&&(_0x272a58['push'](_0x18ac04['params'][_0x2811b2(0x23f)][_0x5353b9]),_0x18ac04['params'][_0x2811b2(0x23f)]['splice'](_0x5353b9,0x1),_0x5353b9--);}return _0x58c5ea[_0x2811b2(0x13f)][_0x2811b2(0x23f)]=_0x272a58,_0x18ac04[_0x2811b2(0x13f)][_0x2811b2(0x23f)][_0x2811b2(0xfe)]===0x0&&(_0x18ac04['id']=_0x512b01[_0x2811b2(0x24f)]['id']),{'m1Prime':_0x18ac04,'m2Prime':_0x58c5ea};}},_0x448bef={'m1':_0x512b01[_0x537ed3(0x2db)]['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x54389d,_0x3a3eb1){const _0x330aa9=_0x537ed3,_0x3b5d2a=_0x1c277e['Tools']['deepClone'](_0x54389d),_0x4c087d=_0x1c277e[_0x330aa9(0x2a5)][_0x330aa9(0x1d1)](_0x3a3eb1);if(_0x54389d[_0x330aa9(0x13f)][_0x330aa9(0x213)]!==_0x3a3eb1[_0x330aa9(0x13f)][_0x330aa9(0x213)]||_0x54389d[_0x330aa9(0x13f)]['subUnitId']!==_0x3a3eb1[_0x330aa9(0x13f)][_0x330aa9(0x240)])return{'m1Prime':_0x3b5d2a,'m2Prime':_0x4c087d};const _0x2ae384=[_0x3b5d2a],_0x5e26f0=[_0x4c087d],_0x34fc6a=new _0x1c277e[(_0x330aa9(0x2f6))](_0x1c277e[_0x330aa9(0x2a5)][_0x330aa9(0x1d1)](_0x3a3eb1[_0x330aa9(0x13f)]['cellValue'])),_0x6ad6ba=new Set(),_0x37cb55={};for(let _0x42c3fe=0x0;_0x42c3fe<_0x3b5d2a[_0x330aa9(0x13f)][_0x330aa9(0x23f)][_0x330aa9(0xfe)];_0x42c3fe++){const _0x401313=_0x3b5d2a['params'][_0x330aa9(0x23f)][_0x42c3fe],{startRow:_0x35c9b7,startColumn:_0x2ea764,endRow:_0x804b8f,endColumn:_0x389422}=_0x401313;let _0xb8c7ec=!0x1;_0x34fc6a[_0x330aa9(0xfc)]((_0x35df63,_0x19d273,_0x1d0416)=>{const _0x8e5cb4=_0x330aa9;if(_0x35df63>=_0x35c9b7&&_0x35df63<=_0x804b8f&&_0x19d273>=_0x2ea764&&_0x19d273<=_0x389422){const _0x5d9a8b=_0x34fc6a[_0x8e5cb4(0x2b6)](_0x35df63,_0x19d273),_0x1310f1=_0x5d9a8b===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x5d9a8b;_0x1310f1&&(_0x37cb55[_0x35df63]||(_0x37cb55[_0x35df63]={}),_0x37cb55[_0x35df63][_0x19d273]={},(_0x1d0416==null?void 0x0:_0x1d0416['v'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['v']=null,delete _0x1310f1['v']),(_0x1d0416==null?void 0x0:_0x1d0416['f'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['f']=null,delete _0x1310f1['f']),(_0x1d0416==null?void 0x0:_0x1d0416['t'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['t']=null,delete _0x1310f1['t']),(_0x1d0416==null?void 0x0:_0x1d0416['si'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['si']=null,delete _0x1310f1['si']),(_0x1d0416==null?void 0x0:_0x1d0416['p'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['p']=null,delete _0x1310f1['p']),(_0x1d0416==null?void 0x0:_0x1d0416['s'])!==void 0x0&&(_0x37cb55[_0x35df63][_0x19d273]['s']=null,delete _0x1310f1['s']),_0x34fc6a[_0x8e5cb4(0x29f)](_0x35df63,_0x19d273,_0x1310f1),_0xb8c7ec=!0x0);}}),_0xb8c7ec&&(_0x6ad6ba[_0x330aa9(0x230)]({..._0x401313}),_0x3b5d2a[_0x330aa9(0x13f)]['ranges'][_0x330aa9(0x21e)](_0x42c3fe,0x1),_0x42c3fe--);}return _0x4c087d[_0x330aa9(0x13f)][_0x330aa9(0x1d3)]=_0x34fc6a[_0x330aa9(0x2ce)](),_0x6ad6ba[_0x330aa9(0x1ff)]>0x0&&_0x5e26f0[_0x330aa9(0x19d)]({'id':_0x512b01[_0x330aa9(0x21c)]['id'],'params':{'unitId':_0x54389d[_0x330aa9(0x13f)]['unitId'],'subUnitId':_0x54389d[_0x330aa9(0x13f)][_0x330aa9(0x240)],'ranges':Array['from'](_0x6ad6ba)}}),_0x3b5d2a[_0x330aa9(0x13f)][_0x330aa9(0x23f)][_0x330aa9(0xfe)]===0x0&&(_0x3b5d2a['id']=_0x512b01[_0x330aa9(0x24f)]['id']),Object[_0x330aa9(0x232)](_0x37cb55)['length']>0x0&&_0x2ae384[_0x330aa9(0x19d)]({'id':_0x512b01['SetRangeValuesMutation']['id'],'params':{'unitId':_0x54389d[_0x330aa9(0x13f)][_0x330aa9(0x213)],'subUnitId':_0x54389d[_0x330aa9(0x13f)][_0x330aa9(0x240)],'cellValue':_0x37cb55}}),{'m1Prime':_0x2ae384[_0x330aa9(0xfe)]>0x1?_0x2ae384:_0x2ae384[0x0],'m2Prime':_0x5e26f0[_0x330aa9(0xfe)]>0x1?_0x5e26f0:_0x5e26f0[0x0]};}},_0x454fcc={'m1':_0x512b01['AddWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x243fd6,_0x2fa1b5){const _0x150d28=_0x537ed3,_0x1d18a0={'m1Prime':[],'m2Prime':[]};if(_0x243fd6[_0x150d28(0x13f)][_0x150d28(0x213)]!==_0x2fa1b5['params'][_0x150d28(0x213)]||_0x243fd6['params'][_0x150d28(0x240)]!==_0x2fa1b5[_0x150d28(0x13f)][_0x150d28(0x240)])return _0x1d18a0;const _0x125cbe=_0x1c277e['Tools'][_0x150d28(0x1d1)](_0x2fa1b5),_0xf0c377=_0x125cbe[_0x150d28(0x13f)]['selections'];_0xf0c377[_0x150d28(0x22e)]((_0x151362,_0xca53e1)=>{const _0x50829c=_0x150d28,{range:_0x5b83f6,primary:_0x4e8a6a}=_0x151362;_0x243fd6[_0x50829c(0x13f)][_0x50829c(0x23f)][_0x50829c(0x22e)](_0x2e538e=>{const _0x4fc76d=_0x50829c;_0x1c277e[_0x4fc76d(0x138)][_0x4fc76d(0x2a0)](_0x2e538e,_0x5b83f6)&&(_0x5b83f6[_0x4fc76d(0x224)]=Math[_0x4fc76d(0x123)](_0x2e538e[_0x4fc76d(0x224)],_0x5b83f6[_0x4fc76d(0x224)]),_0x5b83f6[_0x4fc76d(0x207)]=Math[_0x4fc76d(0x123)](_0x2e538e[_0x4fc76d(0x207)],_0x5b83f6[_0x4fc76d(0x207)]),_0x5b83f6[_0x4fc76d(0x2ec)]=Math[_0x4fc76d(0x2cd)](_0x2e538e[_0x4fc76d(0x2ec)],_0x5b83f6['endRow']),_0x5b83f6[_0x4fc76d(0x22a)]=Math['max'](_0x2e538e[_0x4fc76d(0x22a)],_0x5b83f6['endColumn'])),_0x4e8a6a&&_0x1c277e['Rectangle'][_0x4fc76d(0x2a0)](_0x2e538e,_0x4e8a6a)&&_0xca53e1===_0xf0c377[_0x4fc76d(0xfe)]-0x1&&(_0x4e8a6a[_0x4fc76d(0x207)]===_0x2e538e[_0x4fc76d(0x207)]&&_0x4e8a6a[_0x4fc76d(0x224)]&&_0x2e538e[_0x4fc76d(0x224)]&&(_0x4e8a6a['isMergedMainCell']=!0x0),_0x4e8a6a[_0x4fc76d(0x224)]=Math[_0x4fc76d(0x123)](_0x2e538e['startRow'],_0x4e8a6a[_0x4fc76d(0x224)]),_0x4e8a6a[_0x4fc76d(0x207)]=Math[_0x4fc76d(0x123)](_0x2e538e[_0x4fc76d(0x207)],_0x4e8a6a[_0x4fc76d(0x207)]),_0x4e8a6a[_0x4fc76d(0x2ec)]=Math['max'](_0x2e538e[_0x4fc76d(0x2ec)],_0x4e8a6a[_0x4fc76d(0x2ec)]),_0x4e8a6a[_0x4fc76d(0x22a)]=Math[_0x4fc76d(0x2cd)](_0x2e538e[_0x4fc76d(0x22a)],_0x4e8a6a[_0x4fc76d(0x22a)]),_0x4e8a6a[_0x4fc76d(0x188)]=!0x0);});}),_0xf0c377[_0x150d28(0x142)]((_0x45e139,_0x6076b5)=>{const _0x5823e2=_0x150d28,_0x5a3adb=_0x45e139[_0x5823e2(0x218)],_0x325c0b=_0x6076b5[_0x5823e2(0x218)];return _0x5a3adb[_0x5823e2(0x224)]===_0x325c0b[_0x5823e2(0x224)]?_0x5a3adb[_0x5823e2(0x207)]-_0x325c0b['startColumn']:_0x5a3adb[_0x5823e2(0x224)]-_0x325c0b[_0x5823e2(0x224)];});const _0x4f54d8=[];let _0x493333=null;for(const _0x2d123c of _0xf0c377)_0x493333===null||!_0x1c277e['Rectangle'][_0x150d28(0x2a0)](_0x493333[_0x150d28(0x218)],_0x2d123c['range'])?(_0x4f54d8[_0x150d28(0x1aa)](_0x2d123c),_0x493333=_0x2d123c):(_0x493333[_0x150d28(0x218)][_0x150d28(0x224)]=Math[_0x150d28(0x123)](_0x493333[_0x150d28(0x218)][_0x150d28(0x224)],_0x2d123c['range'][_0x150d28(0x224)]),_0x493333[_0x150d28(0x218)][_0x150d28(0x207)]=Math['min'](_0x493333[_0x150d28(0x218)]['startColumn'],_0x2d123c[_0x150d28(0x218)][_0x150d28(0x207)]),_0x493333['range'][_0x150d28(0x2ec)]=Math[_0x150d28(0x2cd)](_0x493333[_0x150d28(0x218)][_0x150d28(0x2ec)],_0x2d123c[_0x150d28(0x218)][_0x150d28(0x2ec)]),_0x493333['range'][_0x150d28(0x22a)]=Math['max'](_0x493333[_0x150d28(0x218)][_0x150d28(0x22a)],_0x2d123c[_0x150d28(0x218)][_0x150d28(0x22a)]),_0x2d123c['primary']&&(_0x493333['primary']=_0x2d123c[_0x150d28(0x2f0)]));return _0x125cbe[_0x150d28(0x13f)][_0x150d28(0x212)]=_0x4f54d8,_0x1d18a0['m2Prime'][_0x150d28(0x1aa)](_0x125cbe),_0x1d18a0;}},_0x3b6ee3={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x128fad,_0x299d1a)=>{const _0x5a21ff=_0x537ed3,_0x4b28c7={'m1Prime':_0x128fad,'m2Prime':_0x299d1a};return _0x128fad['params']['unitId']!==_0x299d1a[_0x5a21ff(0x13f)][_0x5a21ff(0x213)]||_0x128fad[_0x5a21ff(0x13f)][_0x5a21ff(0x240)]!==_0x299d1a[_0x5a21ff(0x13f)]['subUnitId']?_0x4b28c7:{'error':new Error(_0x5a21ff(0x236))};}},_0x3ded76={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x2bb070[_0x537ed3(0x273)]['id'],'handler':(_0x5e0164,_0x3346b8)=>{const _0x49da44=_0x537ed3,_0x2beb03={'m1Prime':_0x5e0164,'m2Prime':_0x3346b8};return _0x5e0164['params'][_0x49da44(0x213)]!==_0x3346b8['params'][_0x49da44(0x213)]||_0x5e0164['params'][_0x49da44(0x240)]!==_0x3346b8[_0x49da44(0x13f)]['subUnitId']?_0x2beb03:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')};}},_0x53d04f={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x238)]['id'],'handler':(_0x183050,_0x1b5692)=>{const _0x16ee43=_0x537ed3,_0x1250ad={'m1Prime':_0x183050,'m2Prime':_0x1b5692};return _0x183050['params'][_0x16ee43(0x213)]!==_0x1b5692[_0x16ee43(0x13f)][_0x16ee43(0x213)]||_0x183050[_0x16ee43(0x13f)]['subUnitId']!==_0x1b5692[_0x16ee43(0x13f)][_0x16ee43(0x240)]?_0x1250ad:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection')};}},_0x4cfcb8={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler':(_0x6ad17a,_0x50b22c)=>{const _0x44d4f7=_0x537ed3,_0x57a070={'m1Prime':_0x6ad17a,'m2Prime':_0x50b22c};return _0x6ad17a[_0x44d4f7(0x13f)][_0x44d4f7(0x213)]!==_0x50b22c['params'][_0x44d4f7(0x213)]||_0x6ad17a[_0x44d4f7(0x13f)][_0x44d4f7(0x240)]!==_0x50b22c[_0x44d4f7(0x13f)][_0x44d4f7(0x240)]?_0x57a070:{'error':new Error(_0x44d4f7(0x1c9))};}},_0x28a75c={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x255)]['id'],'handler':(_0x106bf2,_0x25f21c)=>{const _0x261848=_0x537ed3,_0xa83c26={'m1Prime':_0x106bf2,'m2Prime':_0x25f21c};return _0x106bf2[_0x261848(0x13f)]['unitId']!==_0x25f21c[_0x261848(0x13f)][_0x261848(0x213)]||_0x106bf2[_0x261848(0x13f)][_0x261848(0x240)]!==_0x25f21c[_0x261848(0x13f)]['rule'][_0x261848(0x240)]?_0xa83c26:{'error':new Error(_0x261848(0x2f7))};}},_0x1548d5={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x190)]['id'],'handler':(_0x2ed22e,_0x4d680d)=>{const _0x3514ec=_0x537ed3,_0x3b13fd={'m1Prime':_0x2ed22e,'m2Prime':_0x4d680d};return _0x2ed22e['params']['unitId']!==_0x4d680d[_0x3514ec(0x13f)][_0x3514ec(0x213)]||_0x2ed22e[_0x3514ec(0x13f)][_0x3514ec(0x240)]!==_0x4d680d[_0x3514ec(0x13f)][_0x3514ec(0x240)]?_0x3b13fd:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order')};}},_0x1d735d={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x2bb070[_0x537ed3(0x1a8)]['id'],'handler':(_0x4bf4a5,_0x404163)=>{const _0x1a05af=_0x537ed3,_0x59f291={'m1Prime':_0x4bf4a5,'m2Prime':_0x404163};return _0x4bf4a5['params'][_0x1a05af(0x213)]!==_0x404163[_0x1a05af(0x13f)][_0x1a05af(0x213)]||_0x4bf4a5[_0x1a05af(0x13f)]['subUnitId']!==_0x404163[_0x1a05af(0x13f)]['subUnitId']?_0x59f291:{'error':new Error(_0x1a05af(0x2b8))};}},_0x3a9c52={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01['InsertColMutation']['id'],'handler':(_0x126d79,_0x2f023b)=>{const _0x42bd15=_0x537ed3,_0x3fb553={'m1Prime':_0x126d79,'m2Prime':_0x2f023b};return _0x126d79[_0x42bd15(0x13f)][_0x42bd15(0x213)]!==_0x2f023b[_0x42bd15(0x13f)][_0x42bd15(0x213)]||_0x126d79[_0x42bd15(0x13f)][_0x42bd15(0x240)]!==_0x2f023b[_0x42bd15(0x13f)][_0x42bd15(0x240)]?_0x3fb553:{'error':new Error(_0x42bd15(0x253))};}},_0x3c59e9={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler':(_0x228598,_0x5e4eb3)=>{const _0xbba5e3=_0x537ed3,_0x1f32e7={'m1Prime':_0x228598,'m2Prime':_0x5e4eb3};return _0x228598[_0xbba5e3(0x13f)][_0xbba5e3(0x213)]!==_0x5e4eb3[_0xbba5e3(0x13f)][_0xbba5e3(0x213)]||_0x228598['params']['subUnitId']!==_0x5e4eb3[_0xbba5e3(0x13f)][_0xbba5e3(0x240)]?_0x1f32e7:{'error':new Error(_0xbba5e3(0x1b2))};}},_0x1ef66e={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler':(_0x3ec0a1,_0x3f9667)=>{const _0xab2108=_0x537ed3,_0xb427fc={'m1Prime':_0x3ec0a1,'m2Prime':_0x3f9667};return _0x3ec0a1[_0xab2108(0x13f)][_0xab2108(0x213)]!==_0x3f9667[_0xab2108(0x13f)][_0xab2108(0x213)]||_0x3ec0a1[_0xab2108(0x13f)]['subUnitId']!==_0x3f9667['params'][_0xab2108(0x240)]?_0xb427fc:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col')};}},_0x15012a={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler':(_0x236991,_0x18f3f)=>{const _0x479399=_0x537ed3,_0x3f41d2={'m1Prime':_0x236991,'m2Prime':_0x18f3f};return _0x236991[_0x479399(0x13f)][_0x479399(0x213)]!==_0x18f3f[_0x479399(0x13f)][_0x479399(0x213)]||_0x236991[_0x479399(0x13f)]['subUnitId']!==_0x18f3f[_0x479399(0x13f)]['from'][_0x479399(0x240)]?_0x3f41d2:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range')};}},_0x385254={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler':(_0x4e2747,_0x2f4a65)=>{const _0x371535=_0x537ed3,_0x1a4c42={'m1Prime':_0x4e2747,'m2Prime':_0x2f4a65};return _0x4e2747[_0x371535(0x13f)]['unitId']!==_0x2f4a65[_0x371535(0x13f)][_0x371535(0x213)]||_0x4e2747[_0x371535(0x13f)][_0x371535(0x240)]!==_0x2f4a65[_0x371535(0x13f)]['subUnitId']?_0x1a4c42:{'error':new Error(_0x371535(0x292))};}},_0xc06906={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x112)]['id'],'handler':(_0x18ee23,_0x45a1f8)=>{const _0x7ad6a0=_0x537ed3,_0x157f2c={'m1Prime':_0x18ee23,'m2Prime':_0x45a1f8};return _0x18ee23[_0x7ad6a0(0x13f)][_0x7ad6a0(0x213)]!==_0x45a1f8[_0x7ad6a0(0x13f)]['unitId']||_0x18ee23[_0x7ad6a0(0x13f)][_0x7ad6a0(0x240)]!==_0x45a1f8[_0x7ad6a0(0x13f)][_0x7ad6a0(0x240)]?_0x157f2c:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col')};}},_0x591b89={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x1d07e6['RemoveDataValidationMutation']['id'],'handler':(_0x2f6ae8,_0xed3a57)=>{const _0x1c7083=_0x537ed3,_0x55ed55={'m1Prime':_0x2f6ae8,'m2Prime':_0xed3a57};return _0x2f6ae8[_0x1c7083(0x13f)]['unitId']!==_0xed3a57[_0x1c7083(0x13f)][_0x1c7083(0x213)]||_0x2f6ae8[_0x1c7083(0x13f)][_0x1c7083(0x240)]!==_0xed3a57[_0x1c7083(0x13f)][_0x1c7083(0x240)]?_0x55ed55:{'error':new Error(_0x1c7083(0x186))};}},_0x3acf3c={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler':(_0x5e2fc3,_0x124232)=>{const _0x32866e=_0x537ed3,_0x15d0da={'m1Prime':_0x5e2fc3,'m2Prime':_0x124232};return _0x5e2fc3[_0x32866e(0x13f)][_0x32866e(0x213)]!==_0x124232[_0x32866e(0x13f)][_0x32866e(0x213)]||_0x5e2fc3[_0x32866e(0x13f)][_0x32866e(0x240)]!==_0x124232[_0x32866e(0x13f)][_0x32866e(0x240)]?_0x15d0da:{'error':new Error(_0x32866e(0x103))};}},_0x5fda4b={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01['RemoveRowMutation']['id'],'handler':(_0x370ef2,_0x7107ba)=>{const _0x4641aa=_0x537ed3,_0x273064={'m1Prime':_0x370ef2,'m2Prime':_0x7107ba};return _0x370ef2[_0x4641aa(0x13f)][_0x4641aa(0x213)]!==_0x7107ba['params']['unitId']||_0x370ef2[_0x4641aa(0x13f)]['subUnitId']!==_0x7107ba['params']['subUnitId']?_0x273064:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row')};}},_0x370976={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler':(_0x212081,_0x507247)=>{const _0x4269b7=_0x537ed3,_0x5a972b={'m1Prime':_0x212081,'m2Prime':_0x507247};return _0x212081[_0x4269b7(0x13f)][_0x4269b7(0x213)]!==_0x507247[_0x4269b7(0x13f)]['unitId']||_0x212081[_0x4269b7(0x13f)][_0x4269b7(0x240)]!==_0x507247[_0x4269b7(0x13f)][_0x4269b7(0x240)]?_0x5a972b:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x3de4c9={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x281)]['id'],'handler':(_0x3128c3,_0x13953c)=>{const _0x3f4916=_0x537ed3,_0x48f714={'m1Prime':_0x3128c3,'m2Prime':_0x13953c};return _0x3128c3[_0x3f4916(0x13f)][_0x3f4916(0x213)]!==_0x13953c['params'][_0x3f4916(0x213)]||_0x3128c3[_0x3f4916(0x13f)][_0x3f4916(0x240)]!==_0x13953c['params']['subUnitId']?_0x48f714:{'error':new Error(_0x3f4916(0xdf))};}},_0x57af72={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler':(_0x150863,_0x169044)=>{const _0x1f705b=_0x537ed3,_0x5a1187={'m1Prime':_0x150863,'m2Prime':_0x169044};return _0x150863[_0x1f705b(0x13f)][_0x1f705b(0x213)]!==_0x169044[_0x1f705b(0x13f)][_0x1f705b(0x213)]||_0x150863[_0x1f705b(0x13f)]['subUnitId']!==_0x169044[_0x1f705b(0x13f)]['subUnitId']?_0x5a1187:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')};}},_0x37463b={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x2bb070['SetConditionalRuleMutation']['id'],'handler':(_0x2d1a0b,_0x18d84e)=>{const _0x4f8341=_0x537ed3,_0x577cdf={'m1Prime':_0x2d1a0b,'m2Prime':_0x18d84e};return _0x2d1a0b['params']['unitId']!==_0x18d84e[_0x4f8341(0x13f)][_0x4f8341(0x213)]||_0x2d1a0b[_0x4f8341(0x13f)][_0x4f8341(0x240)]!==_0x18d84e[_0x4f8341(0x13f)]['subUnitId']?_0x577cdf:{'error':new Error(_0x4f8341(0x2f8))};}},_0x263086={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01['SetFrozenMutation']['id'],'handler':(_0x179c63,_0x203e21)=>{const _0xebc24d=_0x537ed3,_0x29ec84={'m1Prime':_0x179c63,'m2Prime':_0x203e21};return _0x179c63[_0xebc24d(0x13f)]['unitId']!==_0x203e21[_0xebc24d(0x13f)]['unitId']||_0x179c63[_0xebc24d(0x13f)][_0xebc24d(0x240)]!==_0x203e21['params']['subUnitId']?_0x29ec84:{'error':new Error(_0xebc24d(0x181))};}},_0x20ae0f={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler':(_0x1bd5db,_0x52443f)=>{const _0x2c537f=_0x537ed3,_0x204009={'m1Prime':_0x1bd5db,'m2Prime':_0x52443f};return _0x1bd5db['params']['unitId']!==_0x52443f[_0x2c537f(0x13f)][_0x2c537f(0x213)]||_0x1bd5db[_0x2c537f(0x13f)][_0x2c537f(0x240)]!==_0x52443f['params'][_0x2c537f(0x240)]?_0x204009:{'error':new Error(_0x2c537f(0x195))};}},_0x2ad52d={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x143)]['id'],'handler':(_0x52b5f4,_0x5820c8)=>{const _0x2526ee=_0x537ed3,_0x4b19d7={'m1Prime':_0x52b5f4,'m2Prime':_0x5820c8};return _0x52b5f4['params'][_0x2526ee(0x213)]!==_0x5820c8[_0x2526ee(0x13f)]['unitId']||_0x52b5f4[_0x2526ee(0x13f)][_0x2526ee(0x240)]!==_0x5820c8[_0x2526ee(0x13f)]['subUnitId']?_0x4b19d7:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')};}},_0x4ba261={'m1':_0x512b01['AddWorksheetProtectionMutation']['id'],'m2':_0x512b01['SetWorksheetColWidthMutation']['id'],'handler':(_0x5ae236,_0x58c92c)=>{const _0x1e70eb=_0x537ed3,_0x5dfa17={'m1Prime':_0x5ae236,'m2Prime':_0x58c92c};return _0x5ae236[_0x1e70eb(0x13f)]['unitId']!==_0x58c92c[_0x1e70eb(0x13f)][_0x1e70eb(0x213)]||_0x5ae236[_0x1e70eb(0x13f)][_0x1e70eb(0x240)]!==_0x58c92c[_0x1e70eb(0x13f)]['subUnitId']?_0x5dfa17:{'error':new Error(_0x1e70eb(0x151))};}},_0x4dd46a={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x512b01[_0x537ed3(0x25d)]['id'],'handler':(_0x56b461,_0x442f03)=>{const _0x5b3170=_0x537ed3,_0x15f1fb={'m1Prime':_0x56b461,'m2Prime':_0x442f03};return _0x56b461[_0x5b3170(0x13f)]['unitId']!==_0x442f03['params'][_0x5b3170(0x213)]||_0x56b461[_0x5b3170(0x13f)]['subUnitId']!==_0x442f03[_0x5b3170(0x13f)][_0x5b3170(0x240)]?_0x15f1fb:{'error':new Error(_0x5b3170(0x24a))};}},_0x5ed909={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x151b41[_0x537ed3(0x139)]['id'],'handler':(_0x3d107b,_0x3982c1)=>{const _0x11006d=_0x537ed3,_0x54d9d0={'m1Prime':_0x3d107b,'m2Prime':_0x3982c1};return _0x3d107b[_0x11006d(0x13f)][_0x11006d(0x213)]!==_0x3982c1['params'][_0x11006d(0x213)]||_0x3d107b[_0x11006d(0x13f)]['subUnitId']!==_0x3982c1[_0x11006d(0x13f)][_0x11006d(0x240)]?_0x54d9d0:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x598849={'m1':_0x512b01[_0x537ed3(0x255)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x1dd6c3,_0x101dee)=>{const _0x2c425d=_0x537ed3,_0x26aef6={'m1Prime':_0x1dd6c3,'m2Prime':_0x101dee};return _0x1dd6c3[_0x2c425d(0x13f)][_0x2c425d(0x213)]!==_0x101dee[_0x2c425d(0x13f)][_0x2c425d(0x213)]||_0x1dd6c3['params'][_0x2c425d(0x240)]!==_0x101dee[_0x2c425d(0x13f)][_0x2c425d(0x240)]?_0x26aef6:{'error':new Error(_0x2c425d(0x185))};}},_0x350b9d={'m1':_0x151b41[_0x537ed3(0x1d8)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x4be088,_0x482236)=>{const _0x441b9e=_0x537ed3,_0x486458=_0x4be088['params'],_0x4cbeeb=_0x482236[_0x441b9e(0x13f)];return _0x486458[_0x441b9e(0x213)]===_0x4cbeeb[_0x441b9e(0x213)]&&_0x486458['subUnitId']===_0x4cbeeb['subUnitId']&&_0x486458[_0x441b9e(0xf8)]===_0x4cbeeb['comment']['parentId']?{'m1Prime':_0x4be088,'m2Prime':[]}:{'m1Prime':_0x4be088,'m2Prime':_0x482236};}},_0x401254={'m1':_0x151b41[_0x537ed3(0x1d8)]['id'],'m2':_0x151b41[_0x537ed3(0x1d8)]['id'],'handler':(_0x22ca09,_0x41943c)=>{const _0x4b3e66=_0x537ed3,_0x1b5afa=_0x22ca09[_0x4b3e66(0x13f)],_0x196e37=_0x41943c['params'],_0x186a63={'m1Prime':_0x22ca09,'m2Prime':_0x41943c};return _0x1b5afa['unitId']!==_0x196e37[_0x4b3e66(0x213)]||_0x1b5afa['subUnitId']!==_0x196e37[_0x4b3e66(0x240)]||_0x1b5afa[_0x4b3e66(0xf8)]!==_0x196e37[_0x4b3e66(0xf8)]?_0x186a63:{'m1Prime':[],'m2Prime':[]};}},_0x2c8b4e={'m1':_0x2bb070[_0x537ed3(0x1a8)]['id'],'m2':_0x2bb070['DeleteConditionalRuleMutation']['id'],'handler'(_0x17ace9,_0x42d5d7){return{'m1Prime':_0x17ace9,'m2Prime':_0x42d5d7};}},_0x150885=(_0x29e77f,_0x277e9a)=>{const _0x556473=_0x537ed3,_0x47f3e8=_0x135fbe[_0x556473(0x279)](_0x29e77f[_0x556473(0x13f)][_0x556473(0x1db)][_0x556473(0x237)]),_0x489747={'startColumn':_0x47f3e8[_0x556473(0x248)],'endColumn':_0x47f3e8[_0x556473(0x248)],'startRow':_0x47f3e8['row'],'endRow':_0x47f3e8[_0x556473(0x148)]},_0x4770c2=_0x512b01[_0x556473(0x16e)](_0x489747,_0x277e9a);if(!_0x4770c2)return[{'id':_0x151b41[_0x556473(0x1d8)]['id'],'params':{..._0x29e77f[_0x556473(0x13f)],'comment':void 0x0,'commentId':_0x29e77f[_0x556473(0x13f)][_0x556473(0x1db)]['id']}}];const _0x15489f=_0x135fbe[_0x556473(0x23e)](_0x4770c2);return _0x15489f===_0x29e77f[_0x556473(0x13f)][_0x556473(0x1db)]['ref']?[]:[{'id':_0x151b41[_0x556473(0x28f)]['id'],'params':{..._0x29e77f[_0x556473(0x13f)],'comment':void 0x0,'payload':{'ref':_0x15489f,'commentId':_0x29e77f['params'][_0x556473(0x1db)]['id']}}}];},_0x3e6c17={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x26e438,_0x7f0378)=>{const _0x3ef2f3=_0x537ed3,_0x25723d={'m1Prime':_0x26e438,'m2Prime':_0x7f0378};if(_0x26e438[_0x3ef2f3(0x13f)][_0x3ef2f3(0x213)]!==_0x7f0378[_0x3ef2f3(0x13f)]['unitId']||_0x26e438[_0x3ef2f3(0x13f)][_0x3ef2f3(0x240)]!==_0x7f0378[_0x3ef2f3(0x13f)]['subUnitId'])return _0x25723d;const _0x2dcefa={'id':_0x512b01[_0x3ef2f3(0x1b5)]['id'],'params':{'unitId':_0x26e438[_0x3ef2f3(0x13f)][_0x3ef2f3(0x213)],'subUnitId':_0x26e438['params'][_0x3ef2f3(0x240)],'range':_0x26e438[_0x3ef2f3(0x13f)][_0x3ef2f3(0x218)]}},_0x5a5714=_0x150885(_0x7f0378,_0x2dcefa);return{'m1Prime':[_0x26e438,..._0x5a5714],'m2Prime':[_0x7f0378,..._0x5a5714]};}};function _0x26d1dd(_0x594b6b){const _0x4fbaed=_0x537ed3;return{..._0x594b6b,'rangeType':_0x1c277e[_0x4fbaed(0x1e4)][_0x4fbaed(0x2ea)]};}function _0xd97906(_0x2a931a,_0x8b3896,_0x42fec9,_0x5d25f6){const _0x17d4a6=_0x537ed3;if(_0x5d25f6<0x0){for(let _0x49dd4c=_0x8b3896;_0x49dd4c<_0x8b3896+_0x42fec9;_0x49dd4c++)if(_0x2a931a['hasOwnProperty'](_0x49dd4c)){_0x2a931a[_0x17d4a6(0x12a)](_0x49dd4c+_0x5d25f6)||(_0x2a931a[_0x49dd4c+_0x5d25f6]={});const _0x1829ef=_0x2a931a[_0x49dd4c],_0x2ba149=Object['keys'](_0x1829ef)[_0x17d4a6(0x1ed)](Number)[_0x17d4a6(0x142)]((_0x39803c,_0x27637e)=>_0x39803c-_0x27637e);for(const _0x224502 of _0x2ba149)_0x2a931a[_0x49dd4c+_0x5d25f6][_0x224502]=_0x1829ef[_0x224502];delete _0x2a931a[_0x49dd4c];}else delete _0x2a931a[_0x49dd4c+_0x5d25f6];}else{for(let _0x992381=_0x8b3896+_0x42fec9-0x1;_0x992381>=_0x8b3896;_0x992381--)if(_0x2a931a[_0x17d4a6(0x12a)](_0x992381)){_0x2a931a['hasOwnProperty'](_0x992381+_0x5d25f6)||(_0x2a931a[_0x992381+_0x5d25f6]={});const _0x58bde2=_0x2a931a[_0x992381],_0x34fa7b=Object[_0x17d4a6(0x232)](_0x58bde2)[_0x17d4a6(0x1ed)](Number)[_0x17d4a6(0x142)]((_0x25c48e,_0x317fb4)=>_0x25c48e-_0x317fb4);for(const _0x57e66b of _0x34fa7b)_0x2a931a[_0x992381+_0x5d25f6][_0x57e66b]=_0x58bde2[_0x57e66b];delete _0x2a931a[_0x992381];}else delete _0x2a931a[_0x992381+_0x5d25f6];}}function _0x9333a8(_0x6dfa72,_0x3fa12e,_0x303c09,_0x459563){const _0x597712=_0x537ed3,_0x180030=Object[_0x597712(0x232)](_0x6dfa72)['map'](Number)[_0x597712(0x142)]((_0x453560,_0x442960)=>_0x453560-_0x442960);if(_0x459563<0x0)for(const _0x4d46e0 of _0x180030){const _0x2207bb=_0x6dfa72[_0x4d46e0];for(let _0x4c7d50=_0x3fa12e;_0x4c7d50<_0x3fa12e+_0x303c09;_0x4c7d50++)_0x2207bb[_0x597712(0x12a)](_0x4c7d50)?(_0x2207bb[_0x4c7d50+_0x459563]=_0x2207bb[_0x4c7d50],delete _0x2207bb[_0x4c7d50]):delete _0x2207bb[_0x4c7d50+_0x459563];}else for(const _0x10c490 of _0x180030){const _0x265ccd=_0x6dfa72[_0x10c490];for(let _0x2bae68=_0x3fa12e+_0x303c09-0x1;_0x2bae68>=_0x3fa12e;_0x2bae68--)_0x265ccd[_0x597712(0x12a)](_0x2bae68)?(_0x265ccd[_0x2bae68+_0x459563]=_0x265ccd[_0x2bae68],delete _0x265ccd[_0x2bae68]):delete _0x265ccd[_0x2bae68+_0x459563];}}function _0x7ff394(_0x243d80,_0x42febe){const _0x5f0a50=_0x537ed3;return new _0x512b01['RangeMergeUtil']()[_0x5f0a50(0x230)](_0x243d80)[_0x5f0a50(0x22d)](..._0x42febe)['merge']();}function _0x35e413(_0x173ee0,_0x3d4bf6,_0x217445,_0x599cf7){const _0x4fbbca=_0x537ed3,_0x5957de=new _0x135fbe['LexerTreeBuilder']()[_0x4fbbca(0x300)](_0x217445);if(_0x5957de==null)return _0x217445;const _0x2a999f=[];for(let _0x42b2cb=0x0,_0x1cf6a7=_0x5957de[_0x4fbbca(0xfe)];_0x42b2cb<_0x1cf6a7;_0x42b2cb++){const _0x136bea=_0x5957de[_0x42b2cb];if(typeof _0x136bea==_0x4fbbca(0x2a7)||_0x136bea[_0x4fbbca(0x1c7)]!==_0x135fbe[_0x4fbbca(0x106)]['REFERENCE']){_0x2a999f[_0x4fbbca(0x1aa)](_0x136bea);continue;}const {token:_0x191928}=_0x136bea,_0x464a00=_0x135fbe['deserializeRangeWithSheetWithCache'](_0x191928),{range:_0x255b1e,sheetName:_0x3954e9,unitId:_0x2e58c3}=_0x464a00;if((_0x173ee0===_0x2e58c3||_0x2e58c3==='')&&(_0x3d4bf6===_0x3954e9||_0x3954e9==='')){const _0x437b59=_0x599cf7(_0x255b1e),_0x4faf39=_0x437b59?_0x135fbe[_0x4fbbca(0x1cf)]({'range':_0x437b59,'sheetName':_0x3954e9,'unitId':_0x2e58c3}):_0x135fbe[_0x4fbbca(0x256)]['ERROR'];_0x2a999f[_0x4fbbca(0x1aa)]({..._0x136bea,'token':_0x4faf39});}else _0x2a999f[_0x4fbbca(0x1aa)](_0x136bea);}return'='+_0x135fbe['generateStringWithSequence'](_0x2a999f);}function _0x49ead1(_0x5736ee,_0x18fb46){const _0x487460=_0x537ed3;return _0x5736ee[_0x487460(0x1a2)]<=_0x18fb46[_0x487460(0x2ff)]&&_0x5736ee['end']>=_0x18fb46[_0x487460(0x1a2)];}function _0x30c923(_0x59c681,_0x253c70){const _0xe91981=_0x537ed3;return _0x59c681['start']<=_0x253c70[_0xe91981(0x1a2)]&&_0x59c681[_0xe91981(0x2ff)]>=_0x253c70[_0xe91981(0x2ff)];}function _0x512545(_0x45e348,_0x18f93e){let _0x163646=[_0x45e348];for(const _0x1ba8aa of _0x18f93e){const _0x32122a=[];for(const _0x34d93a of _0x163646)_0x32122a['push'](..._0x2d6f35(_0x34d93a,_0x1ba8aa));_0x163646=_0x32122a;}return _0x163646;}function _0x2d6f35(_0x391256,_0x41d237){const _0x15a216=_0x537ed3,_0x2b23d1=[];if(_0x30c923(_0x41d237,_0x391256))return _0x2b23d1;if(_0x30c923(_0x391256,_0x41d237)){const _0x2dc06d=_0x391256[_0x15a216(0x1a2)],_0x78855=_0x41d237[_0x15a216(0x1a2)]-0x1,_0x5d0dfa=_0x41d237[_0x15a216(0x2ff)]+0x1,_0x3488da=_0x391256[_0x15a216(0x2ff)];return _0x2dc06d<=_0x78855&&_0x2b23d1['push']({'start':_0x2dc06d,'end':_0x78855}),_0x5d0dfa<=_0x3488da&&_0x2b23d1[_0x15a216(0x1aa)]({'start':_0x5d0dfa,'end':_0x3488da}),_0x2b23d1;}return _0x49ead1(_0x391256,_0x41d237)?(_0x391256['start']<_0x41d237[_0x15a216(0x1a2)]&&_0x2b23d1['push']({'start':_0x391256[_0x15a216(0x1a2)],'end':_0x41d237[_0x15a216(0x1a2)]-0x1}),_0x391256[_0x15a216(0x2ff)]>_0x41d237[_0x15a216(0x2ff)]&&_0x2b23d1[_0x15a216(0x1aa)]({'start':_0x41d237[_0x15a216(0x2ff)]+0x1,'end':_0x391256['end']}),_0x2b23d1):[_0x391256];}function _0x4c7301(_0x8409d1,_0xe80d9a){const _0x1cf1c6=_0x537ed3,_0x3a0bca={'startColumn':_0x8409d1[_0x1cf1c6(0x1a2)],'endColumn':_0x8409d1[_0x1cf1c6(0x2ff)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1c277e['RANGE_TYPE'][_0x1cf1c6(0x2ea)]},_0x78cd5a={'startColumn':_0xe80d9a[_0x1cf1c6(0x1a2)],'endColumn':_0xe80d9a[_0x1cf1c6(0x2ff)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1c277e['RANGE_TYPE'][_0x1cf1c6(0x2ea)]},_0x2f239c=_0x512b01[_0x1cf1c6(0xde)](_0x3a0bca,_0x78cd5a);return{'start':_0xe80d9a[_0x1cf1c6(0x1a2)]+_0x2f239c['step'],'end':_0xe80d9a[_0x1cf1c6(0x2ff)]+_0x2f239c[_0x1cf1c6(0x2d6)]+_0x2f239c[_0x1cf1c6(0xfe)]};}function _0xcdf06b(_0x16760a,_0x18b837){const _0x2d2638=_0x537ed3,_0x51c62c={'startColumn':_0x16760a[_0x2d2638(0x1a2)],'endColumn':_0x16760a[_0x2d2638(0x2ff)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1c277e['RANGE_TYPE'][_0x2d2638(0x2ea)]},_0x24349c={'startColumn':_0x18b837[_0x2d2638(0x1a2)],'endColumn':_0x18b837[_0x2d2638(0x2ff)],'startRow':0x0,'endRow':0x1,'rangeType':_0x1c277e[_0x2d2638(0x1e4)][_0x2d2638(0x2ea)]},_0x15c9b7=_0x512b01['handleBaseRemoveRange'](_0x51c62c,_0x24349c);return _0x15c9b7===null?null:{'start':_0x18b837[_0x2d2638(0x1a2)]+_0x15c9b7[_0x2d2638(0x2d6)],'end':_0x18b837[_0x2d2638(0x2ff)]+_0x15c9b7['step']+_0x15c9b7[_0x2d2638(0xfe)]};}function _0x5cd6a1(_0x735c7b,_0xf83704){const _0x43f74f=_0x537ed3,{unitId:_0x272a6a,subUnitId:_0x25da47}=_0x735c7b[_0x43f74f(0x13f)],_0x3d50ec=_0x47a582=>_0x35e413(_0x272a6a,_0x25da47,_0x47a582,_0x1beebc=>_0x512b01['handleDefaultRangeChangeWithEffectRefCommands'](_0x1beebc,_0xf83704)),_0x19305b=[],_0x1cb0f3=_0x1c0192=>{const _0x5a8f22=_0x43f74f;var _0x18661b,_0x9b7c12;const _0xfe51ce=_0x1c0192[_0x5a8f22(0x277)],_0x326e56=_0x1c0192[_0x5a8f22(0x23f)]['map'](_0x5b01c6=>_0x512b01[_0x5a8f22(0x2c4)](_0x5b01c6,_0xf83704)),_0x39260f=(_0x18661b=_0x1c0192[_0x5a8f22(0x21a)])!=null?_0x18661b:'',_0x33242e=(_0x9b7c12=_0x1c0192['formula2'])!=null?_0x9b7c12:'';let _0x5b9f9b=_0x39260f,_0x1ab5bc=_0x33242e;_0x1c277e[_0x5a8f22(0x2aa)](_0x39260f)&&(_0x5b9f9b=_0x3d50ec(_0x39260f)),_0x1c277e['isFormulaString'](_0x33242e)&&(_0x1ab5bc=_0x3d50ec(_0x33242e)),(_0x5b9f9b!==_0x39260f||_0x1ab5bc!==_0x33242e)&&_0x19305b['push']({'id':_0x1d07e6[_0x5a8f22(0x189)]['id'],'params':{'unitId':_0x272a6a,'subUnitId':_0x25da47,'ruleId':_0xfe51ce,'payload':{'type':_0x1d07e6[_0x5a8f22(0x17d)]['SETTING'],'payload':{'type':_0x1c0192[_0x5a8f22(0x1a1)],'formula1':_0x5b9f9b,'formula2':_0x1ab5bc}}}});const _0x58cb0d=_0x326e56[_0x5a8f22(0x27e)]()[_0x5a8f22(0x137)](Boolean);_0x1c277e['isRangesEqual'](_0x1c0192[_0x5a8f22(0x23f)],_0x58cb0d)||_0x19305b[_0x5a8f22(0x1aa)]({'id':_0x1d07e6[_0x5a8f22(0x189)]['id'],'params':{'unitId':_0x272a6a,'subUnitId':_0x25da47,'ruleId':_0xfe51ce,'payload':{'type':_0x1d07e6[_0x5a8f22(0x17d)][_0x5a8f22(0x173)],'payload':_0x58cb0d}}});};return Array[_0x43f74f(0x168)](_0x735c7b['params'][_0x43f74f(0x2ef)])?_0x735c7b[_0x43f74f(0x13f)]['rule'][_0x43f74f(0x22e)](_0x417901=>_0x1cb0f3(_0x417901)):_0x1cb0f3(_0x735c7b[_0x43f74f(0x13f)][_0x43f74f(0x2ef)]),_0x19305b;}const _0x427aec={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x1d07e6[_0x537ed3(0x114)]['id'],'handler'(_0x10e2d6,_0x1f0207){const _0x23444c=_0x537ed3,_0x1f5214={'m1Prime':_0x10e2d6,'m2Prime':_0x1f0207};if(_0x10e2d6[_0x23444c(0x13f)][_0x23444c(0x213)]!==_0x1f0207['params'][_0x23444c(0x213)]||_0x10e2d6[_0x23444c(0x13f)][_0x23444c(0x240)]!==_0x1f0207[_0x23444c(0x13f)]['subUnitId'])return _0x1f5214;const _0x17ecae={'id':_0x512b01[_0x23444c(0x136)]['id'],'params':{'fromRange':_0x10e2d6[_0x23444c(0x13f)][_0x23444c(0x2a9)],'toRange':_0x10e2d6[_0x23444c(0x13f)][_0x23444c(0x1a5)]}},_0x18ad14=_0x5cd6a1(_0x1f0207,_0x17ecae);return{'m1Prime':[_0x10e2d6,..._0x18ad14],'m2Prime':[_0x1f0207,..._0x18ad14]};}},_0x39b5c0={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x1d07e6['AddDataValidationMutation']['id'],'handler'(_0x43a0f9,_0xa73422){const _0x614870=_0x537ed3,_0x4ce15a={'m1Prime':_0x43a0f9,'m2Prime':_0xa73422};if(_0x43a0f9['params'][_0x614870(0x213)]!==_0xa73422[_0x614870(0x13f)][_0x614870(0x213)]||_0x43a0f9[_0x614870(0x13f)][_0x614870(0x240)]!==_0xa73422[_0x614870(0x13f)][_0x614870(0x240)])return _0x4ce15a;const _0x922be3={'id':_0x512b01[_0x614870(0x1b5)]['id'],'params':{'unitId':_0x43a0f9[_0x614870(0x13f)][_0x614870(0x213)],'subUnitId':_0x43a0f9['params'][_0x614870(0x240)],'range':_0x43a0f9['params'][_0x614870(0x218)]}},_0x451b7e=_0x5cd6a1(_0xa73422,_0x922be3);return{'m1Prime':[_0x43a0f9,..._0x451b7e],'m2Prime':[_0xa73422,..._0x451b7e]};}},_0x49a56f={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x36a66b,_0x403381){const _0x3be7d0=_0x537ed3,_0xf4eff=_0x325a1b[_0x3be7d0(0x2ad)](_0x403381,_0x36a66b);return _0xf0cba5(_0xf4eff)?{'m1Prime':_0xf4eff['m2Prime'],'m2Prime':_0xf4eff[_0x3be7d0(0x122)]}:_0xf4eff;}},_0x247d7e={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler'(_0x169e60,_0x2f6724){const _0x363a41=_0x537ed3,_0x38bc14={'m1Prime':_0x169e60,'m2Prime':_0x2f6724};if(_0x169e60['params'][_0x363a41(0x213)]!==_0x2f6724[_0x363a41(0x13f)][_0x363a41(0x213)]||_0x169e60[_0x363a41(0x13f)][_0x363a41(0x240)]!==_0x2f6724['params'][_0x363a41(0x240)])return _0x38bc14;const _0x59f399=_0x1c277e[_0x363a41(0x2a5)][_0x363a41(0x1d1)](_0x169e60),_0x428757=_0x1c277e[_0x363a41(0x2a5)][_0x363a41(0x1d1)](_0x2f6724),_0x180213=_0x512b01[_0x363a41(0xde)](_0x26d1dd(_0x169e60[_0x363a41(0x13f)][_0x363a41(0x218)]),_0x26d1dd(_0x2f6724['params']['range']));if(_0x180213?(_0x428757[_0x363a41(0x13f)][_0x363a41(0x218)][_0x363a41(0x207)]+=_0x180213['step'],_0x428757[_0x363a41(0x13f)]['range'][_0x363a41(0x22a)]+=_0x180213[_0x363a41(0x2d6)]+(_0x180213[_0x363a41(0xfe)]||0x0)):_0x428757['id']=_0x512b01['EmptyMutation']['id'],_0x169e60['params']['range'][_0x363a41(0x207)]!==_0x2f6724[_0x363a41(0x13f)]['range'][_0x363a41(0x207)]){const _0x159aa3=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x2f6724[_0x363a41(0x13f)][_0x363a41(0x218)]),_0x26d1dd(_0x169e60[_0x363a41(0x13f)][_0x363a41(0x218)]));_0x159aa3?(_0x59f399[_0x363a41(0x13f)][_0x363a41(0x218)][_0x363a41(0x207)]+=_0x159aa3['step'],_0x59f399[_0x363a41(0x13f)][_0x363a41(0x218)][_0x363a41(0x22a)]+=_0x159aa3[_0x363a41(0x2d6)]+(_0x159aa3[_0x363a41(0xfe)]||0x0)):_0x59f399['id']=_0x512b01['EmptyMutation']['id'];}return{'m1Prime':_0x59f399,'m2Prime':_0x428757};}},_0x5a9c22={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler'(_0x3c5b8a,_0x207deb){const _0x3dbcb3=_0x537ed3,_0x3b1ecf={'m1Prime':_0x3c5b8a,'m2Prime':_0x207deb};if(_0x3c5b8a[_0x3dbcb3(0x13f)][_0x3dbcb3(0x213)]!==_0x207deb[_0x3dbcb3(0x13f)]['unitId']||_0x3c5b8a['params'][_0x3dbcb3(0x240)]!==_0x207deb['params'][_0x3dbcb3(0x240)])return _0x3b1ecf;const _0x84f9cb=_0x1c277e[_0x3dbcb3(0x2a5)][_0x3dbcb3(0x1d1)](_0x3c5b8a),_0x5f33fb=_0x1c277e[_0x3dbcb3(0x2a5)][_0x3dbcb3(0x1d1)](_0x207deb),_0x1b3f2b=_0x207deb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x2a9)],_0x185716=_0x207deb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x1a5)];if(_0x3c5b8a[_0x3dbcb3(0x13f)]['range'][_0x3dbcb3(0x207)]>_0x1b3f2b[_0x3dbcb3(0x207)]&&_0x3c5b8a[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]<=_0x1b3f2b[_0x3dbcb3(0x22a)]||_0x3c5b8a['params']['range'][_0x3dbcb3(0x207)]>_0x185716[_0x3dbcb3(0x207)]&&_0x3c5b8a[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)]['startColumn']<=_0x185716['endColumn'])return{'error':new Error(_0x3dbcb3(0x2b0))};const _0x266c9c=_0x512b01[_0x3dbcb3(0xde)](_0x26d1dd(_0x3c5b8a['params'][_0x3dbcb3(0x218)]),_0x26d1dd(_0x1b3f2b)),_0x5570ed=_0x512b01[_0x3dbcb3(0xde)](_0x26d1dd(_0x3c5b8a['params']['range']),_0x26d1dd(_0x185716));if(_0x5f33fb['params'][_0x3dbcb3(0x2a9)]['startColumn']+=_0x266c9c['step'],_0x5f33fb['params'][_0x3dbcb3(0x2a9)][_0x3dbcb3(0x22a)]+=_0x266c9c['step']+(_0x266c9c[_0x3dbcb3(0xfe)]||0x0),_0x5f33fb['params']['targetRange'][_0x3dbcb3(0x207)]+=_0x5570ed['step'],_0x5f33fb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x1a5)][_0x3dbcb3(0x22a)]+=_0x5570ed['step']+(_0x5570ed['length']||0x0),_0x1b3f2b[_0x3dbcb3(0x207)]>=_0x3c5b8a[_0x3dbcb3(0x13f)]['range']['startColumn']&&_0x185716[_0x3dbcb3(0x207)]<_0x3c5b8a[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]){const _0x3c540c=_0x185716[_0x3dbcb3(0x22a)]-_0x185716[_0x3dbcb3(0x207)]+0x1;_0x84f9cb['params'][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]+=_0x3c540c,_0x84f9cb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)][_0x3dbcb3(0x22a)]+=_0x3c540c;}else{if(_0x1b3f2b[_0x3dbcb3(0x22a)]<_0x3c5b8a['params'][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]&&_0x185716[_0x3dbcb3(0x207)]>=_0x3c5b8a['params']['range'][_0x3dbcb3(0x207)]){const _0x37cd05=_0x1b3f2b['endColumn']-_0x1b3f2b[_0x3dbcb3(0x207)]+0x1;_0x84f9cb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)][_0x3dbcb3(0x207)]-=_0x37cd05,_0x84f9cb[_0x3dbcb3(0x13f)][_0x3dbcb3(0x218)]['endColumn']-=_0x37cd05;}}return{'m1Prime':_0x84f9cb,'m2Prime':_0x5f33fb};}},_0x479487={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x512b01['MoveRangeMutation']['id'],'handler'(_0x279cfd,_0x120c10){const _0x2bd4cc=_0x537ed3,_0x21e7e4={'m1Prime':_0x279cfd,'m2Prime':_0x120c10};if(_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x213)]!==_0x120c10['params'][_0x2bd4cc(0x213)]||_0x279cfd['params'][_0x2bd4cc(0x240)]!==_0x120c10[_0x2bd4cc(0x13f)]['from']['subUnitId']&&_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x240)]!==_0x120c10['params']['to'][_0x2bd4cc(0x240)])return _0x21e7e4;const _0x534b6c=_0x1c277e[_0x2bd4cc(0x2a5)]['deepClone'](_0x279cfd),_0x531bb2=_0x1c277e[_0x2bd4cc(0x2a5)][_0x2bd4cc(0x1d1)](_0x120c10);if(_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x240)]===_0x120c10[_0x2bd4cc(0x13f)][_0x2bd4cc(0x270)][_0x2bd4cc(0x240)]){const _0x248546=new _0x1c277e['ObjectMatrix'](_0x531bb2[_0x2bd4cc(0x13f)][_0x2bd4cc(0x270)][_0x2bd4cc(0x16f)])[_0x2bd4cc(0x1fd)](),{startColumn:_0x3b22ae,endColumn:_0x527c72}=_0x248546,{startColumn:_0x5029d0,endColumn:_0x54ded7}=_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x218)],{step:_0x2c046d,length:_0x467f08}=_0x512b01[_0x2bd4cc(0xde)](_0x279cfd['params'][_0x2bd4cc(0x218)],_0x248546);_0x2c046d>0x0&&_0x467f08===0x0&&_0x9333a8(_0x531bb2[_0x2bd4cc(0x13f)][_0x2bd4cc(0x270)]['value'],_0x3b22ae,_0x527c72-_0x3b22ae+0x1,_0x2c046d),_0x2c046d===0x0&&_0x467f08>0x0&&_0x9333a8(_0x531bb2[_0x2bd4cc(0x13f)][_0x2bd4cc(0x270)][_0x2bd4cc(0x16f)],_0x5029d0,_0x527c72-_0x5029d0+0x1,_0x54ded7-_0x5029d0+0x1);}if(_0x279cfd[_0x2bd4cc(0x13f)]['subUnitId']===_0x120c10[_0x2bd4cc(0x13f)]['to']['subUnitId']){const _0x3816c8=new _0x1c277e[(_0x2bd4cc(0x2f6))](_0x531bb2[_0x2bd4cc(0x13f)]['to'][_0x2bd4cc(0x16f)])[_0x2bd4cc(0x1fd)](),{startColumn:_0x4e9bce,endColumn:_0x291915}=_0x3816c8,{startColumn:_0x23f18f,endColumn:_0x3c945c}=_0x279cfd[_0x2bd4cc(0x13f)]['range'],{step:_0x566e84,length:_0x23efd7}=_0x512b01[_0x2bd4cc(0xde)](_0x279cfd[_0x2bd4cc(0x13f)][_0x2bd4cc(0x218)],_0x3816c8);_0x566e84>0x0&&_0x23efd7===0x0&&_0x9333a8(_0x531bb2['params']['to'][_0x2bd4cc(0x16f)],_0x4e9bce,_0x291915-_0x4e9bce+0x1,_0x566e84),_0x566e84===0x0&&_0x23efd7>0x0&&_0x9333a8(_0x531bb2[_0x2bd4cc(0x13f)]['to'][_0x2bd4cc(0x16f)],_0x23f18f,_0x291915-_0x23f18f+0x1,_0x3c945c-_0x23f18f+0x1);}return{'m1Prime':_0x534b6c,'m2Prime':_0x531bb2};}},_0x2cbec7={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01['RemoveColMutation']['id'],'handler'(_0x168bac,_0x11b73b){const _0x1374bc=_0x537ed3,_0x2791cf={'m1Prime':_0x168bac,'m2Prime':_0x11b73b};if(_0x168bac[_0x1374bc(0x13f)][_0x1374bc(0x213)]!==_0x11b73b[_0x1374bc(0x13f)][_0x1374bc(0x213)]||_0x168bac['params'][_0x1374bc(0x240)]!==_0x11b73b['params'][_0x1374bc(0x240)])return _0x2791cf;const _0x2d3cd0=_0x1c277e[_0x1374bc(0x2a5)][_0x1374bc(0x1d1)](_0x168bac),_0x2dfea5=_0x1c277e['Tools'][_0x1374bc(0x1d1)](_0x11b73b);if(_0x168bac[_0x1374bc(0x13f)]['range'][_0x1374bc(0x207)]<=_0x11b73b[_0x1374bc(0x13f)][_0x1374bc(0x218)][_0x1374bc(0x22a)]&&_0x168bac[_0x1374bc(0x13f)]['range'][_0x1374bc(0x207)]>_0x11b73b[_0x1374bc(0x13f)][_0x1374bc(0x218)][_0x1374bc(0x207)])return{'error':new Error(_0x1374bc(0x14e))};const _0x5c4363=_0x512b01[_0x1374bc(0xde)](_0x26d1dd(_0x168bac[_0x1374bc(0x13f)][_0x1374bc(0x218)]),_0x26d1dd(_0x11b73b[_0x1374bc(0x13f)][_0x1374bc(0x218)]));_0x5c4363?(_0x2dfea5[_0x1374bc(0x13f)][_0x1374bc(0x218)]['startColumn']+=_0x5c4363[_0x1374bc(0x2d6)],_0x2dfea5[_0x1374bc(0x13f)][_0x1374bc(0x218)][_0x1374bc(0x22a)]+=_0x5c4363[_0x1374bc(0x2d6)]+(_0x5c4363[_0x1374bc(0xfe)]||0x0)):_0x2dfea5['id']=_0x512b01[_0x1374bc(0x24f)]['id'];const _0xcc071f=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x11b73b['params'][_0x1374bc(0x218)]),_0x26d1dd(_0x168bac[_0x1374bc(0x13f)][_0x1374bc(0x218)]));return _0xcc071f&&(_0x2d3cd0[_0x1374bc(0x13f)][_0x1374bc(0x218)][_0x1374bc(0x207)]+=_0xcc071f[_0x1374bc(0x2d6)],_0x2d3cd0['params'][_0x1374bc(0x218)]['endColumn']+=_0xcc071f[_0x1374bc(0x2d6)]+(_0xcc071f['length']||0x0)),{'m1Prime':_0x2d3cd0,'m2Prime':_0x2dfea5};}},_0x4286cb={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x1fd70c,_0x1aa299){const _0xfdaff7=_0x537ed3,_0x447749={'m1Prime':_0x1fd70c,'m2Prime':_0x1aa299};if(_0x1fd70c[_0xfdaff7(0x13f)]['unitId']!==_0x1aa299[_0xfdaff7(0x13f)][_0xfdaff7(0x213)]||_0x1fd70c[_0xfdaff7(0x13f)][_0xfdaff7(0x240)]!==_0x1aa299[_0xfdaff7(0x13f)][_0xfdaff7(0x240)])return _0x447749;const _0x53e529=_0x1c277e[_0xfdaff7(0x2a5)][_0xfdaff7(0x1d1)](_0x1fd70c),_0x4bd6ef=_0x1c277e['Tools']['deepClone'](_0x1aa299),{ranges:_0x14f077}=_0x4bd6ef['params'];return _0x14f077[_0xfdaff7(0x167)](_0x20f511=>{const _0x44069=_0xfdaff7,_0x6a5f0b=_0x512b01[_0x44069(0xde)](_0x26d1dd(_0x1fd70c[_0x44069(0x13f)]['range']),_0x26d1dd(_0x20f511));return _0x6a5f0b[_0x44069(0xfe)]!==0x0?!0x0:(_0x20f511['startColumn']+=_0x6a5f0b[_0x44069(0x2d6)],_0x20f511[_0x44069(0x22a)]+=_0x6a5f0b['step'],!0x1);})?{'error':new Error(_0xfdaff7(0x243))}:{'m1Prime':_0x53e529,'m2Prime':_0x4bd6ef};}},_0x119c59={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01['RemoveWorksheetMergeMutation']['id'],'handler'(_0x574a94,_0x8feb7c){const _0x6d9187=_0x537ed3,_0x330f4f=_0x1c277e[_0x6d9187(0x2a5)][_0x6d9187(0x1d1)](_0x574a94),_0x4758cd=_0x1c277e[_0x6d9187(0x2a5)][_0x6d9187(0x1d1)](_0x8feb7c);if(_0x574a94[_0x6d9187(0x13f)][_0x6d9187(0x213)]!==_0x8feb7c[_0x6d9187(0x13f)]['unitId']||_0x574a94[_0x6d9187(0x13f)][_0x6d9187(0x240)]!==_0x8feb7c['params']['subUnitId'])return{'m1Prime':_0x330f4f,'m2Prime':_0x4758cd};const _0x58c432=_0x4758cd[_0x6d9187(0x13f)][_0x6d9187(0x23f)]['map'](_0x38f39f=>{const _0x414f01=_0x6d9187,_0x25ba9c=_0x330f4f['params'][_0x414f01(0x218)],_0x29ab83=_0x25ba9c['endColumn']-_0x25ba9c[_0x414f01(0x207)]+0x1;return _0x25ba9c['startColumn']<=_0x38f39f[_0x414f01(0x207)]?{..._0x38f39f,'startColumn':_0x38f39f[_0x414f01(0x207)]+_0x29ab83,'endColumn':_0x38f39f['endColumn']+_0x29ab83}:_0x25ba9c[_0x414f01(0x207)]>_0x38f39f[_0x414f01(0x207)]&&_0x25ba9c['startColumn']<=_0x38f39f[_0x414f01(0x22a)]?{..._0x38f39f,'endColumn':_0x38f39f['endColumn']+_0x29ab83}:{..._0x38f39f};});return _0x4758cd[_0x6d9187(0x13f)]['ranges']=_0x58c432,{'m1Prime':_0x330f4f,'m2Prime':_0x4758cd};}},_0x3e6f67={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01['ReorderRangeMutation']['id'],'handler'(_0x4c29aa,_0x41b74c){const _0x4909da=_0x537ed3,_0x420acb={'m1Prime':_0x4c29aa,'m2Prime':_0x41b74c};if(_0x4c29aa[_0x4909da(0x13f)][_0x4909da(0x213)]!==_0x41b74c['params'][_0x4909da(0x213)]||_0x4c29aa['params']['subUnitId']!==_0x41b74c['params'][_0x4909da(0x240)])return _0x420acb;const _0x5c4b5d=_0x1c277e[_0x4909da(0x2a5)][_0x4909da(0x1d1)](_0x41b74c),_0x2ae13f=_0x512b01[_0x4909da(0xde)](_0x26d1dd(_0x4c29aa['params'][_0x4909da(0x218)]),_0x26d1dd(_0x41b74c['params']['range']));return _0x5c4b5d['params'][_0x4909da(0x218)][_0x4909da(0x207)]+=_0x2ae13f[_0x4909da(0x2d6)],_0x5c4b5d['params']['range'][_0x4909da(0x22a)]+=_0x2ae13f[_0x4909da(0x2d6)]+(_0x2ae13f['length']||0x0),{'m1Prime':_0x4c29aa,'m2Prime':_0x5c4b5d};}},_0x1f91f0={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x1ad)]['id'],'handler'(_0xd1e9aa,_0x48104f){const _0x2c5af5=_0x537ed3,_0x501fcc={'m1Prime':_0xd1e9aa,'m2Prime':_0x48104f};if(_0xd1e9aa[_0x2c5af5(0x13f)][_0x2c5af5(0x213)]!==_0x48104f[_0x2c5af5(0x13f)][_0x2c5af5(0x213)]||_0xd1e9aa[_0x2c5af5(0x13f)][_0x2c5af5(0x240)]!==_0x48104f[_0x2c5af5(0x13f)][_0x2c5af5(0x240)])return _0x501fcc;const _0x174a43=_0x1c277e['Tools'][_0x2c5af5(0x1d1)](_0xd1e9aa),_0x40b3b3=_0x1c277e[_0x2c5af5(0x2a5)][_0x2c5af5(0x1d1)](_0x48104f),{columnData:_0x3988cc}=_0x40b3b3[_0x2c5af5(0x13f)];for(let _0x52ddff=_0xd1e9aa[_0x2c5af5(0x13f)][_0x2c5af5(0x218)][_0x2c5af5(0x207)];_0x52ddff<=_0xd1e9aa['params'][_0x2c5af5(0x218)][_0x2c5af5(0x22a)];_0x52ddff++)_0x1c277e['insertMatrixArray'](_0x52ddff,void 0x0,_0x3988cc);return{'m1Prime':_0x174a43,'m2Prime':_0x40b3b3};}},_0x13328d={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x111)]['id'],'handler'(_0xdcc808,_0x2f3b09){const _0x5cd6c5=_0x537ed3,_0x3599a0={'m1Prime':_0xdcc808,'m2Prime':_0x2f3b09};if(_0xdcc808[_0x5cd6c5(0x13f)][_0x5cd6c5(0x213)]!==_0x2f3b09[_0x5cd6c5(0x13f)][_0x5cd6c5(0x213)]||_0xdcc808[_0x5cd6c5(0x13f)][_0x5cd6c5(0x240)]!==_0x2f3b09[_0x5cd6c5(0x13f)][_0x5cd6c5(0x240)])return _0x3599a0;const _0x1fd4c0=_0x1c277e['Tools'][_0x5cd6c5(0x1d1)](_0xdcc808),_0x500fa9=_0x1c277e[_0x5cd6c5(0x2a5)][_0x5cd6c5(0x1d1)](_0x2f3b09),{ranges:_0x287491}=_0x500fa9[_0x5cd6c5(0x13f)];return _0x287491[_0x5cd6c5(0x167)](_0x1f93b9=>{const _0x2f128f=_0x5cd6c5,_0x7cbdce=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0xdcc808[_0x2f128f(0x13f)][_0x2f128f(0x218)]),_0x1f93b9);return _0x7cbdce[_0x2f128f(0xfe)]!==0x0?!0x0:(_0x1f93b9[_0x2f128f(0x207)]+=_0x7cbdce[_0x2f128f(0x2d6)],_0x1f93b9['endColumn']+=_0x7cbdce[_0x2f128f(0x2d6)],!0x1);})?{'error':new Error(_0x5cd6c5(0x20a))}:{'m1Prime':_0x1fd4c0,'m2Prime':_0x500fa9};}},_0x41f8b3={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01['SetColVisibleMutation']['id'],'handler'(_0x1ccde4,_0x237844){const _0x27ac03=_0x537ed3,_0x2488a0={'m1Prime':_0x1ccde4,'m2Prime':_0x237844};if(_0x1ccde4[_0x27ac03(0x13f)][_0x27ac03(0x213)]!==_0x237844[_0x27ac03(0x13f)]['unitId']||_0x1ccde4[_0x27ac03(0x13f)][_0x27ac03(0x240)]!==_0x237844[_0x27ac03(0x13f)]['subUnitId'])return _0x2488a0;const _0x5e3233=_0x1c277e[_0x27ac03(0x2a5)][_0x27ac03(0x1d1)](_0x1ccde4),_0xb9b59f=_0x1c277e[_0x27ac03(0x2a5)][_0x27ac03(0x1d1)](_0x237844),{ranges:_0x492b1e}=_0xb9b59f[_0x27ac03(0x13f)];return _0x492b1e['some'](_0x48d4fc=>{const _0x425021=_0x27ac03,_0x433061=_0x512b01[_0x425021(0xde)](_0x26d1dd(_0x1ccde4['params'][_0x425021(0x218)]),_0x48d4fc);return _0x433061[_0x425021(0xfe)]!==0x0?!0x0:(_0x48d4fc[_0x425021(0x207)]+=_0x433061[_0x425021(0x2d6)],_0x48d4fc[_0x425021(0x22a)]+=_0x433061[_0x425021(0x2d6)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible')}:{'m1Prime':_0x5e3233,'m2Prime':_0xb9b59f};}},_0x187da3={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x3db933,_0x2dcce6){const _0x1c5afa=_0x537ed3,_0x52e00c={'m1Prime':_0x3db933,'m2Prime':_0x2dcce6};if(_0x3db933[_0x1c5afa(0x13f)][_0x1c5afa(0x213)]!==_0x2dcce6[_0x1c5afa(0x13f)][_0x1c5afa(0x213)]||_0x3db933['params'][_0x1c5afa(0x240)]!==_0x2dcce6[_0x1c5afa(0x13f)][_0x1c5afa(0x240)])return _0x52e00c;const _0x12c690=[_0x1c277e[_0x1c5afa(0x2a5)]['deepClone'](_0x3db933)],_0x536e8f=_0x1c277e[_0x1c5afa(0x2a5)][_0x1c5afa(0x1d1)](_0x2dcce6),{values:_0x570bbd}=_0x536e8f[_0x1c5afa(0x13f)],_0x157526=[];let _0x129ba8=!0x1;for(const _0x843e13 in _0x570bbd){const _0x3e7da7=_0x570bbd[_0x843e13];if(_0x157526['push'](..._0x3e7da7['ranges']),_0x3e7da7['ranges']['some'](_0x3dda5=>{const _0x24a69e=_0x1c5afa,_0x3dbd41=_0x512b01[_0x24a69e(0xde)](_0x26d1dd(_0x3db933[_0x24a69e(0x13f)]['range']),_0x26d1dd(_0x3dda5));return _0x3dbd41[_0x24a69e(0xfe)]!==0x0?!0x0:(_0x3dbd41['step']!==0x0&&(_0x129ba8=!0x0),_0x3dda5[_0x24a69e(0x207)]+=_0x3dbd41[_0x24a69e(0x2d6)],_0x3dda5[_0x24a69e(0x22a)]+=_0x3dbd41[_0x24a69e(0x2d6)],!0x1);}))return{'error':new Error(_0x1c5afa(0xea))};}if(_0x129ba8){const _0x1b908e={'id':_0x512b01[_0x1c5afa(0x2e1)]['id'],'params':{'unitId':_0x2dcce6['params'][_0x1c5afa(0x213)],'subUnitId':_0x2dcce6['params']['subUnitId'],'ranges':_0x157526}};_0x12c690[_0x1c5afa(0x1aa)](_0x1b908e,_0x536e8f);}return{'m1Prime':_0x12c690,'m2Prime':_0x536e8f};}},_0x4f2882={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x454454,_0x598333){const _0x4c5486=_0x537ed3,_0x3acc09={'m1Prime':_0x454454,'m2Prime':_0x598333};if(_0x454454[_0x4c5486(0x13f)][_0x4c5486(0x213)]!==_0x598333[_0x4c5486(0x13f)][_0x4c5486(0x213)]||_0x454454[_0x4c5486(0x13f)][_0x4c5486(0x240)]!==_0x598333[_0x4c5486(0x13f)]['subUnitId'])return _0x3acc09;const _0x1bba8b=[_0x1c277e[_0x4c5486(0x2a5)][_0x4c5486(0x1d1)](_0x454454)],_0xbd7269=_0x1c277e['Tools'][_0x4c5486(0x1d1)](_0x598333),_0xf02103=new _0x1c277e[(_0x4c5486(0x2f6))](_0xbd7269[_0x4c5486(0x13f)]['cellValue']),_0x3c0461=_0xf02103[_0x4c5486(0x1fd)](),_0x2fa326=_0x454454[_0x4c5486(0x13f)]['range'],_0x426e81=_0x2fa326[_0x4c5486(0x22a)]-_0x2fa326[_0x4c5486(0x207)]+0x1;if(_0xbd7269[_0x4c5486(0x13f)]['cellValue']&&_0x2fa326[_0x4c5486(0x207)]<=_0x3c0461[_0x4c5486(0x22a)]){const _0x20a649=Math[_0x4c5486(0x2cd)](_0x3c0461[_0x4c5486(0x207)],_0x2fa326[_0x4c5486(0x207)]);_0x9333a8(_0xbd7269['params']['cellValue'],_0x20a649,_0x3c0461[_0x4c5486(0x22a)]-_0x20a649+0x1,_0x426e81);}const _0x1918bc=new _0x1c277e['ObjectMatrix']();let _0x442dc3=!0x1;if(_0xf02103[_0x4c5486(0xfc)]((_0x48f9a3,_0x5153eb,_0x41d387)=>{const _0x27ea4d=_0x4c5486;if(_0x41d387&&_0x41d387['f']){const _0x3cf147=_0x41d387['f'];let _0x2d2c7b=!0x1;const _0x36291b=_0x35e413(_0x454454[_0x27ea4d(0x13f)][_0x27ea4d(0x213)],_0x454454[_0x27ea4d(0x13f)]['subUnitId'],_0x3cf147,_0x3f8eab=>{const _0x1788a6=_0x27ea4d,_0x3b964e=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x454454[_0x1788a6(0x13f)][_0x1788a6(0x218)]),_0x26d1dd(_0x3f8eab));return(_0x3b964e[_0x1788a6(0x2d6)]!==0x0||_0x3b964e['length']!==0x0)&&(_0x2d2c7b=!0x0,_0x3f8eab[_0x1788a6(0x207)]+=_0x3b964e['step'],_0x3f8eab[_0x1788a6(0x22a)]+=_0x3b964e[_0x1788a6(0x2d6)]+_0x3b964e[_0x1788a6(0xfe)]),_0x3f8eab;});_0x2d2c7b&&(_0x442dc3=!0x0,_0x41d387['f']=_0x36291b,_0x1918bc[_0x27ea4d(0x29f)](_0x48f9a3,_0x5153eb,{..._0x41d387}));}}),_0x442dc3){const _0x46d88c={'id':_0x512b01[_0x4c5486(0x2e9)]['id'],'params':{'unitId':_0x598333['params'][_0x4c5486(0x213)],'subUnitId':_0x598333['params'][_0x4c5486(0x240)],'cellValue':_0x1918bc[_0x4c5486(0x2ce)]()}};_0x1bba8b['push'](_0x46d88c);}return{'m1Prime':_0x1bba8b,'m2Prime':_0xbd7269};}},_0x357fc5={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x521319,_0x14936a){const _0x2d8203=_0x537ed3,_0x3be686={'m1Prime':[],'m2Prime':[]};if(_0x521319['params'][_0x2d8203(0x213)]!==_0x14936a['params']['unitId']||_0x521319[_0x2d8203(0x13f)][_0x2d8203(0x240)]!==_0x14936a['params']['subUnitId'])return _0x3be686;const _0x13fa11=_0x1c277e[_0x2d8203(0x2a5)][_0x2d8203(0x1d1)](_0x14936a);let _0x335e85=!0x1;return _0x13fa11[_0x2d8203(0x13f)][_0x2d8203(0x212)][_0x2d8203(0x22e)](_0x2d25e2=>{const _0x13c237=_0x2d8203,{range:_0x3dcd21,primary:_0x34f20e}=_0x2d25e2,_0x3e620a=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x521319[_0x13c237(0x13f)][_0x13c237(0x218)]),_0x26d1dd(_0x3dcd21));if(_0x3e620a[_0x13c237(0xfe)]||_0x3e620a['step']){if(_0x3dcd21[_0x13c237(0x207)]+=_0x3e620a['step'],_0x3dcd21[_0x13c237(0x22a)]+=_0x3e620a[_0x13c237(0x2d6)]+(_0x3e620a[_0x13c237(0xfe)]||0x0),_0x34f20e){const _0x47d8b2=_0x512b01[_0x13c237(0xde)](_0x26d1dd(_0x521319[_0x13c237(0x13f)][_0x13c237(0x218)]),_0x26d1dd(_0x34f20e));(_0x47d8b2[_0x13c237(0xfe)]||_0x47d8b2[_0x13c237(0x2d6)])&&(_0x34f20e[_0x13c237(0x207)]+=_0x47d8b2[_0x13c237(0x2d6)],_0x34f20e[_0x13c237(0x22a)]+=_0x47d8b2['step'],_0x34f20e[_0x13c237(0x289)]+=_0x47d8b2[_0x13c237(0x2d6)]);}_0x335e85=!0x0;}}),_0x335e85&&_0x3be686[_0x2d8203(0x11c)]['push'](_0x13fa11),_0x3be686;}},_0x1c2104={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x472535[_0x537ed3(0x1f2)]['id'],'handler'(_0x5937f3,_0x23b2de){const _0x23440c=_0x537ed3,_0x1be0f5={'m1Prime':_0x5937f3,'m2Prime':_0x23b2de};if(_0x5937f3[_0x23440c(0x13f)][_0x23440c(0x213)]!==_0x23b2de['params'][_0x23440c(0x213)]||_0x5937f3['params']['subUnitId']!==_0x23b2de[_0x23440c(0x13f)][_0x23440c(0x240)])return _0x1be0f5;const _0x2b572a=_0x1c277e[_0x23440c(0x2a5)][_0x23440c(0x1d1)](_0x5937f3),_0x3afa95=_0x1c277e[_0x23440c(0x2a5)][_0x23440c(0x1d1)](_0x23b2de),_0x55ed7e=_0x4c7301({'start':_0x5937f3[_0x23440c(0x13f)][_0x23440c(0x218)][_0x23440c(0x207)],'end':_0x5937f3[_0x23440c(0x13f)][_0x23440c(0x218)][_0x23440c(0x22a)]},{'start':_0x23b2de[_0x23440c(0x13f)][_0x23440c(0x1e6)],'end':_0x23b2de[_0x23440c(0x13f)][_0x23440c(0x1e6)]});if(_0x3afa95[_0x23440c(0x13f)][_0x23440c(0x1e6)]===_0x55ed7e[_0x23440c(0x1a2)])return _0x1be0f5;_0x3afa95[_0x23440c(0x13f)]['col']=_0x55ed7e['start'],_0x3afa95[_0x23440c(0x13f)]['criteria']&&(_0x3afa95[_0x23440c(0x13f)][_0x23440c(0x128)]['colId']=_0x55ed7e[_0x23440c(0x1a2)]);const _0x299cba=_0x1c277e[_0x23440c(0x2a5)][_0x23440c(0x1d1)](_0x23b2de);return _0x299cba['params'][_0x23440c(0x128)]=null,{'m1Prime':[_0x299cba,_0x3afa95,_0x2b572a],'m2Prime':[_0x3afa95]};}},_0x15eafa={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x472535['SetSheetsFilterRangeMutation']['id'],'handler'(_0x4e9cde,_0x3e162d){const _0x3a4880=_0x537ed3,_0x1d730c={'m1Prime':_0x4e9cde,'m2Prime':_0x3e162d};if(_0x4e9cde[_0x3a4880(0x13f)]['unitId']!==_0x3e162d[_0x3a4880(0x13f)][_0x3a4880(0x213)]||_0x4e9cde[_0x3a4880(0x13f)][_0x3a4880(0x240)]!==_0x3e162d[_0x3a4880(0x13f)][_0x3a4880(0x240)])return _0x1d730c;const _0x58b683=_0x1c277e[_0x3a4880(0x2a5)]['deepClone'](_0x4e9cde),_0x521345=_0x1c277e[_0x3a4880(0x2a5)]['deepClone'](_0x3e162d),_0x3ce14f=_0x4c7301({'start':_0x4e9cde['params'][_0x3a4880(0x218)][_0x3a4880(0x207)],'end':_0x4e9cde[_0x3a4880(0x13f)][_0x3a4880(0x218)][_0x3a4880(0x22a)]},{'start':_0x3e162d[_0x3a4880(0x13f)][_0x3a4880(0x218)]['startColumn'],'end':_0x3e162d['params'][_0x3a4880(0x218)][_0x3a4880(0x22a)]});return _0x521345[_0x3a4880(0x13f)][_0x3a4880(0x218)][_0x3a4880(0x207)]===_0x3ce14f[_0x3a4880(0x1a2)]&&_0x521345[_0x3a4880(0x13f)][_0x3a4880(0x218)]['endColumn']===_0x3ce14f[_0x3a4880(0x2ff)]?_0x1d730c:(_0x521345[_0x3a4880(0x13f)][_0x3a4880(0x218)]['startColumn']=_0x3ce14f[_0x3a4880(0x1a2)],_0x521345[_0x3a4880(0x13f)]['range'][_0x3a4880(0x22a)]=_0x3ce14f[_0x3a4880(0x2ff)],{'m1Prime':[_0x521345,_0x58b683],'m2Prime':[_0x521345]});}},_0x5574fb={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x512b01['SetWorksheetColWidthMutation']['id'],'handler'(_0x5e17ce,_0x58c3a2){const _0x5bb7b1=_0x537ed3,_0x42e3c6={'m1Prime':_0x5e17ce,'m2Prime':_0x58c3a2};if(_0x5e17ce['params'][_0x5bb7b1(0x213)]!==_0x58c3a2[_0x5bb7b1(0x13f)]['unitId']||_0x5e17ce['params'][_0x5bb7b1(0x240)]!==_0x58c3a2['params'][_0x5bb7b1(0x240)])return _0x42e3c6;const _0x721fc7=_0x1c277e[_0x5bb7b1(0x2a5)][_0x5bb7b1(0x1d1)](_0x5e17ce),_0x3350a2=_0x1c277e['Tools'][_0x5bb7b1(0x1d1)](_0x58c3a2),{ranges:_0xcbcf11,colWidth:_0xad16d3}=_0x3350a2[_0x5bb7b1(0x13f)];if(_0xcbcf11['some'](_0x172a35=>{const _0x5aa67b=_0x5bb7b1,_0x131eb3=_0x512b01[_0x5aa67b(0xde)](_0x26d1dd(_0x5e17ce['params']['range']),_0x172a35);return _0x131eb3['length']!==0x0?!0x0:(_0x172a35['startColumn']+=_0x131eb3[_0x5aa67b(0x2d6)],_0x172a35[_0x5aa67b(0x22a)]+=_0x131eb3['step'],!0x1);}))return{'error':new Error(_0x5bb7b1(0x13e))};if(typeof _0xad16d3!=_0x5bb7b1(0x24e)){for(let _0x26e784=_0x5e17ce[_0x5bb7b1(0x13f)][_0x5bb7b1(0x218)][_0x5bb7b1(0x207)];_0x26e784<=_0x5e17ce[_0x5bb7b1(0x13f)][_0x5bb7b1(0x218)][_0x5bb7b1(0x22a)];_0x26e784++)_0x1c277e['insertMatrixArray'](_0x26e784,void 0x0,_0xad16d3);}return{'m1Prime':_0x721fc7,'m2Prime':_0x3350a2};}},_0x5b9671=(_0x237a32,_0x288e32)=>{const _0x390c0f=_0x537ed3,_0x3b26aa=_0x135fbe[_0x390c0f(0x279)](_0x237a32['params']['payload'][_0x390c0f(0x237)]),_0x3c1b50={'startColumn':_0x3b26aa[_0x390c0f(0x248)],'endColumn':_0x3b26aa[_0x390c0f(0x248)],'startRow':_0x3b26aa['row'],'endRow':_0x3b26aa[_0x390c0f(0x148)]},_0x52f133=_0x512b01[_0x390c0f(0x16e)](_0x3c1b50,_0x288e32);if(!_0x52f133)return[{'id':_0x151b41[_0x390c0f(0x1d8)]['id'],'params':{..._0x237a32['params'],'comment':void 0x0,'commentId':_0x237a32[_0x390c0f(0x13f)][_0x390c0f(0x287)][_0x390c0f(0xf8)]}}];const _0x5486ba=_0x135fbe[_0x390c0f(0x23e)](_0x52f133);return _0x5486ba===_0x237a32[_0x390c0f(0x13f)]['payload'][_0x390c0f(0x237)]?[]:[{'id':_0x151b41[_0x390c0f(0x28f)]['id'],'params':{..._0x237a32[_0x390c0f(0x13f)],'comment':void 0x0,'payload':{'ref':_0x5486ba,'commentId':_0x237a32[_0x390c0f(0x13f)][_0x390c0f(0x287)]['commentId']}}}];},_0xcfb6b={'m1':_0x512b01[_0x537ed3(0x2e7)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x145964,_0x43c3c7)=>{const _0x1d478c=_0x537ed3,_0x2158fc={'m1Prime':_0x145964,'m2Prime':_0x43c3c7};if(_0x145964['params'][_0x1d478c(0x213)]!==_0x43c3c7[_0x1d478c(0x13f)]['unitId']||_0x145964[_0x1d478c(0x13f)][_0x1d478c(0x240)]!==_0x43c3c7[_0x1d478c(0x13f)][_0x1d478c(0x240)])return _0x2158fc;const _0x25e9c3={'id':_0x512b01[_0x1d478c(0x1b5)]['id'],'params':{'unitId':_0x145964[_0x1d478c(0x13f)][_0x1d478c(0x213)],'subUnitId':_0x145964[_0x1d478c(0x13f)][_0x1d478c(0x240)],'range':_0x145964[_0x1d478c(0x13f)][_0x1d478c(0x218)]}},_0x911096=_0x5b9671(_0x43c3c7,_0x25e9c3);return{'m1Prime':[_0x145964,..._0x911096],'m2Prime':[_0x43c3c7,..._0x911096]};}};function _0x562205(_0x34578c,_0x2e4b59){const _0x314767=_0x537ed3;var _0x2a36de,_0x550c92;const {payload:_0x5bd82e,unitId:_0x287761,subUnitId:_0x26fb4b,ruleId:_0x447fb7}=_0x34578c[_0x314767(0x13f)];switch(_0x5bd82e['type']){case _0x1d07e6[_0x314767(0x17d)][_0x314767(0x173)]:{const _0x5a2893=_0x5bd82e[_0x314767(0x287)][_0x314767(0x1ed)](_0x363290=>_0x512b01[_0x314767(0x2c4)](_0x363290,_0x2e4b59))[_0x314767(0x137)](Boolean)[_0x314767(0x27e)]();if(!_0x1c277e[_0x314767(0x19f)](_0x5a2893,_0x5bd82e['payload']))return[{'id':_0x1d07e6[_0x314767(0x189)]['id'],'params':{'unitId':_0x287761,'subUnitId':_0x26fb4b,'ruleId':_0x447fb7,'payload':{'type':_0x1d07e6[_0x314767(0x17d)][_0x314767(0x173)],'payload':_0x5a2893}}}];break;}case _0x1d07e6[_0x314767(0x17d)][_0x314767(0x12e)]:{const _0x30b733=_0xd6d9d1=>_0x35e413(_0x287761,_0x26fb4b,_0xd6d9d1,_0x427ab8=>_0x512b01[_0x314767(0x16e)](_0x427ab8,_0x2e4b59)),_0xd41495=(_0x2a36de=_0x5bd82e['payload'][_0x314767(0x21a)])!=null?_0x2a36de:'',_0x521fd1=(_0x550c92=_0x5bd82e[_0x314767(0x287)]['formula2'])!=null?_0x550c92:'';let _0x36b6dd=_0xd41495,_0x2bf607=_0x521fd1;if(_0x1c277e['isFormulaString'](_0xd41495)&&(_0x36b6dd=_0x30b733(_0xd41495)),_0x1c277e[_0x314767(0x2aa)](_0x521fd1)&&(_0x2bf607=_0x30b733(_0x521fd1)),_0x36b6dd!==_0xd41495||_0x2bf607!==_0x521fd1)return[{'id':_0x1d07e6[_0x314767(0x189)]['id'],'params':{'unitId':_0x287761,'subUnitId':_0x26fb4b,'ruleId':_0x447fb7,'payload':{'type':_0x1d07e6[_0x314767(0x17d)]['SETTING'],'payload':{'type':_0x5bd82e['payload']['type'],'formula1':_0x36b6dd,'formula2':_0x2bf607}}}}];break;}}return[];}const _0x6b7260={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x412cf7,_0x303050)=>{const _0x411b9e=_0x537ed3,_0x6ed0ab={'m1Prime':_0x412cf7,'m2Prime':_0x303050};if(_0x412cf7[_0x411b9e(0x13f)]['unitId']!==_0x303050['params'][_0x411b9e(0x213)]||_0x303050[_0x411b9e(0x13f)][_0x411b9e(0x240)]!==_0x412cf7[_0x411b9e(0x13f)][_0x411b9e(0x240)])return _0x6ed0ab;const _0x5b9c09={'id':_0x512b01[_0x411b9e(0x136)]['id'],'params':{'fromRange':_0x412cf7[_0x411b9e(0x13f)][_0x411b9e(0x2a9)],'toRange':_0x412cf7[_0x411b9e(0x13f)][_0x411b9e(0x1a5)]}},_0x572182=_0x562205(_0x303050,_0x5b9c09);return{'m1Prime':[_0x412cf7,..._0x572182],'m2Prime':[_0x303050,..._0x572182]};}},_0x4a016f={'m1':_0x512b01['InsertColMutation']['id'],'m2':_0x1d07e6['UpdateDataValidationMutation']['id'],'handler':(_0x7ca506,_0x31338d)=>{const _0x42da06=_0x537ed3,_0x3752d3={'m1Prime':_0x7ca506,'m2Prime':_0x31338d};if(_0x7ca506[_0x42da06(0x13f)][_0x42da06(0x213)]!==_0x31338d['params'][_0x42da06(0x213)]||_0x31338d[_0x42da06(0x13f)][_0x42da06(0x240)]!==_0x7ca506[_0x42da06(0x13f)]['subUnitId'])return _0x3752d3;const _0x1c68e6={'id':_0x512b01['InsertColCommand']['id'],'params':{'unitId':_0x7ca506['params']['unitId'],'subUnitId':_0x7ca506[_0x42da06(0x13f)]['subUnitId'],'range':_0x7ca506[_0x42da06(0x13f)]['range']}},_0x23800a=_0x562205(_0x31338d,_0x1c68e6);return{'m1Prime':[_0x7ca506,..._0x23800a],'m2Prime':[_0x31338d,..._0x23800a]};}},_0x2d794={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x151b41['AddCommentMutation']['id'],'handler':(_0x3f578d,_0x27506a)=>{const _0xa9a167=_0x537ed3,_0x32e1f2={'m1Prime':_0x3f578d,'m2Prime':_0x27506a};if(_0x3f578d['params'][_0xa9a167(0x213)]!==_0x27506a[_0xa9a167(0x13f)][_0xa9a167(0x213)]||_0x3f578d[_0xa9a167(0x13f)][_0xa9a167(0x240)]!==_0x27506a['params'][_0xa9a167(0x240)])return _0x32e1f2;const _0x18ac50={'id':_0x512b01['InsertRowCommand']['id'],'params':{'unitId':_0x3f578d[_0xa9a167(0x13f)][_0xa9a167(0x213)],'subUnitId':_0x3f578d[_0xa9a167(0x13f)][_0xa9a167(0x240)],'range':_0x3f578d[_0xa9a167(0x13f)][_0xa9a167(0x218)]}},_0x351a07=_0x150885(_0x27506a,_0x18ac50);return{'m1Prime':[_0x3f578d,..._0x351a07],'m2Prime':[_0x27506a,..._0x351a07]};}},_0x1ec684={'m1':_0x512b01['InsertRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x4c3371,_0x38d6a1){const _0x50307d=_0x537ed3,_0x9932e4=_0x16f7db[_0x50307d(0x2ad)](_0x38d6a1,_0x4c3371);return _0xf0cba5(_0x9932e4)?{'m1Prime':_0x9932e4['m2Prime'],'m2Prime':_0x9932e4[_0x50307d(0x122)]}:_0x9932e4;}},_0x3d66f3={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler'(_0x24123f,_0x51b8a){const _0x4c277e=_0x537ed3,_0x333e66={'m1Prime':_0x24123f,'m2Prime':_0x51b8a};if(_0x24123f[_0x4c277e(0x13f)]['unitId']!==_0x51b8a['params'][_0x4c277e(0x213)]||_0x24123f['params'][_0x4c277e(0x240)]!==_0x51b8a['params'][_0x4c277e(0x240)])return _0x333e66;const _0x338e77=_0x1c277e['Tools'][_0x4c277e(0x1d1)](_0x24123f),_0x35bbf0=_0x1c277e[_0x4c277e(0x2a5)][_0x4c277e(0x1d1)](_0x51b8a),_0x1ec4cc=_0x512b01[_0x4c277e(0xde)](_0x26d1dd(_0x512b01[_0x4c277e(0x146)](_0x24123f[_0x4c277e(0x13f)][_0x4c277e(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0x51b8a[_0x4c277e(0x13f)][_0x4c277e(0x218)])));if(_0x1ec4cc?(_0x35bbf0[_0x4c277e(0x13f)]['range']['startRow']+=_0x1ec4cc[_0x4c277e(0x2d6)],_0x35bbf0[_0x4c277e(0x13f)]['range'][_0x4c277e(0x2ec)]+=_0x1ec4cc[_0x4c277e(0x2d6)]+(_0x1ec4cc[_0x4c277e(0xfe)]||0x0)):_0x35bbf0['id']=_0x512b01[_0x4c277e(0x24f)]['id'],_0x24123f[_0x4c277e(0x13f)][_0x4c277e(0x218)]['startRow']!==_0x51b8a['params'][_0x4c277e(0x218)][_0x4c277e(0x224)]){const _0x4220fd=_0x512b01[_0x4c277e(0xde)](_0x26d1dd(_0x512b01['rotateRange'](_0x51b8a[_0x4c277e(0x13f)]['range'])),_0x26d1dd(_0x512b01['rotateRange'](_0x24123f[_0x4c277e(0x13f)][_0x4c277e(0x218)])));_0x4220fd?(_0x338e77['params']['range'][_0x4c277e(0x224)]+=_0x4220fd['step'],_0x338e77[_0x4c277e(0x13f)][_0x4c277e(0x218)]['endRow']+=_0x4220fd[_0x4c277e(0x2d6)]+(_0x4220fd['length']||0x0)):_0x338e77['id']=_0x512b01[_0x4c277e(0x24f)]['id'];}return{'m1Prime':_0x338e77,'m2Prime':_0x35bbf0};}},_0x214754={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x59bf37,_0x1674a6){const _0x156d6b=_0x537ed3,_0x1e9eb8={'m1Prime':_0x59bf37,'m2Prime':_0x1674a6};if(_0x59bf37[_0x156d6b(0x13f)][_0x156d6b(0x213)]!==_0x1674a6['params'][_0x156d6b(0x213)]||_0x59bf37['params'][_0x156d6b(0x240)]!==_0x1674a6[_0x156d6b(0x13f)]['from']['subUnitId']&&_0x59bf37['params'][_0x156d6b(0x240)]!==_0x1674a6[_0x156d6b(0x13f)]['to']['subUnitId'])return _0x1e9eb8;const _0x3060b2=_0x1c277e[_0x156d6b(0x2a5)]['deepClone'](_0x59bf37),_0x4fdc87=_0x1c277e[_0x156d6b(0x2a5)][_0x156d6b(0x1d1)](_0x1674a6);if(_0x59bf37[_0x156d6b(0x13f)][_0x156d6b(0x240)]===_0x1674a6[_0x156d6b(0x13f)][_0x156d6b(0x270)][_0x156d6b(0x240)]){const _0x1efe19=new _0x1c277e[(_0x156d6b(0x2f6))](_0x4fdc87[_0x156d6b(0x13f)][_0x156d6b(0x270)]['value'])[_0x156d6b(0x1fd)](),{startRow:_0x501bef,endRow:_0x119781}=_0x1efe19,{startRow:_0x237d81,endRow:_0x2f6fc4}=_0x59bf37['params'][_0x156d6b(0x218)],{step:_0x23f1b5,length:_0x53a55e}=_0x512b01[_0x156d6b(0xde)](_0x512b01[_0x156d6b(0x146)](_0x59bf37[_0x156d6b(0x13f)]['range']),_0x512b01[_0x156d6b(0x146)](_0x1efe19));_0x23f1b5>0x0&&_0x53a55e===0x0&&_0xd97906(_0x4fdc87['params'][_0x156d6b(0x270)][_0x156d6b(0x16f)],_0x501bef,_0x119781-_0x501bef+0x1,_0x23f1b5),_0x23f1b5===0x0&&_0x53a55e>0x0&&_0xd97906(_0x4fdc87[_0x156d6b(0x13f)]['from'][_0x156d6b(0x16f)],_0x237d81,_0x119781-_0x237d81+0x1,_0x2f6fc4-_0x237d81+0x1);}if(_0x59bf37[_0x156d6b(0x13f)][_0x156d6b(0x240)]===_0x1674a6[_0x156d6b(0x13f)]['to'][_0x156d6b(0x240)]){const _0x34661c=new _0x1c277e[(_0x156d6b(0x2f6))](_0x1674a6[_0x156d6b(0x13f)]['to'][_0x156d6b(0x16f)])[_0x156d6b(0x1fd)](),{startRow:_0xc422a7,endRow:_0x222d87}=_0x34661c,{startRow:_0x19b08d,endRow:_0x3d3311}=_0x59bf37['params'][_0x156d6b(0x218)],{step:_0x2d0d48,length:_0x1f1921}=_0x512b01[_0x156d6b(0xde)](_0x512b01['rotateRange'](_0x59bf37[_0x156d6b(0x13f)][_0x156d6b(0x218)]),_0x512b01['rotateRange'](_0x34661c));_0x2d0d48>0x0&&_0x1f1921===0x0&&_0xd97906(_0x4fdc87['params']['to'][_0x156d6b(0x16f)],_0xc422a7,_0x222d87-_0xc422a7+0x1,_0x2d0d48),_0x2d0d48===0x0&&_0x1f1921>0x0&&_0xd97906(_0x4fdc87[_0x156d6b(0x13f)]['to'][_0x156d6b(0x16f)],_0x19b08d,_0x222d87-_0x19b08d+0x1,_0x3d3311-_0x19b08d+0x1);}return{'m1Prime':_0x3060b2,'m2Prime':_0x4fdc87};}},_0x5a5290={'m1':_0x512b01['InsertRowMutation']['id'],'m2':_0x512b01['MoveRowsMutation']['id'],'handler'(_0x406265,_0x442f1a){const _0x24c24c=_0x537ed3,_0x1e1b88={'m1Prime':_0x406265,'m2Prime':_0x442f1a};if(_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x213)]!==_0x442f1a[_0x24c24c(0x13f)][_0x24c24c(0x213)]||_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x240)]!==_0x442f1a[_0x24c24c(0x13f)][_0x24c24c(0x240)])return _0x1e1b88;const _0x109ab5=_0x1c277e[_0x24c24c(0x2a5)][_0x24c24c(0x1d1)](_0x406265),_0x22769e=_0x1c277e['Tools'][_0x24c24c(0x1d1)](_0x442f1a),_0x3a18bb=_0x442f1a['params'][_0x24c24c(0x2a9)],_0x168be8=_0x442f1a[_0x24c24c(0x13f)][_0x24c24c(0x1a5)];if(_0x406265[_0x24c24c(0x13f)]['range'][_0x24c24c(0x224)]>_0x3a18bb[_0x24c24c(0x224)]&&_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]<=_0x3a18bb[_0x24c24c(0x2ec)]||_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]>_0x168be8[_0x24c24c(0x224)]&&_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)]['startRow']<=_0x168be8[_0x24c24c(0x2ec)])return{'error':new Error(_0x24c24c(0x2b0))};const _0x30dbf7=_0x512b01[_0x24c24c(0xde)](_0x26d1dd(_0x512b01[_0x24c24c(0x146)](_0x406265['params']['range'])),_0x26d1dd(_0x512b01['rotateRange'](_0x3a18bb))),_0x299fe3=_0x512b01[_0x24c24c(0xde)](_0x26d1dd(_0x512b01[_0x24c24c(0x146)](_0x406265['params'][_0x24c24c(0x218)])),_0x26d1dd(_0x512b01[_0x24c24c(0x146)](_0x168be8)));if(_0x22769e[_0x24c24c(0x13f)][_0x24c24c(0x2a9)]['startRow']+=_0x30dbf7[_0x24c24c(0x2d6)],_0x22769e[_0x24c24c(0x13f)][_0x24c24c(0x2a9)]['endRow']+=_0x30dbf7['step']+(_0x30dbf7[_0x24c24c(0xfe)]||0x0),_0x22769e[_0x24c24c(0x13f)]['targetRange'][_0x24c24c(0x224)]+=_0x299fe3['step'],_0x22769e[_0x24c24c(0x13f)][_0x24c24c(0x1a5)]['endRow']+=_0x299fe3['step']+(_0x299fe3[_0x24c24c(0xfe)]||0x0),_0x3a18bb[_0x24c24c(0x224)]>=_0x406265[_0x24c24c(0x13f)]['range'][_0x24c24c(0x224)]&&_0x168be8[_0x24c24c(0x224)]<_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]){const _0x3d6e3d=_0x168be8['endRow']-_0x168be8[_0x24c24c(0x224)]+0x1;_0x109ab5[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]+=_0x3d6e3d,_0x109ab5[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x2ec)]+=_0x3d6e3d;}else{if(_0x3a18bb[_0x24c24c(0x2ec)]<_0x406265[_0x24c24c(0x13f)]['range'][_0x24c24c(0x224)]&&_0x168be8[_0x24c24c(0x224)]>=_0x406265[_0x24c24c(0x13f)][_0x24c24c(0x218)][_0x24c24c(0x224)]){const _0x401b48=_0x3a18bb[_0x24c24c(0x2ec)]-_0x3a18bb['startRow']+0x1;_0x109ab5[_0x24c24c(0x13f)]['range'][_0x24c24c(0x224)]-=_0x401b48,_0x109ab5[_0x24c24c(0x13f)][_0x24c24c(0x218)]['endRow']-=_0x401b48;}}return{'m1Prime':_0x109ab5,'m2Prime':_0x22769e};}},_0x321603={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01['RemoveNumfmtMutation']['id'],'handler'(_0x322864,_0x16d48b){const _0x234421=_0x537ed3,_0x4ecc1f={'m1Prime':_0x322864,'m2Prime':_0x16d48b};if(_0x322864[_0x234421(0x13f)][_0x234421(0x213)]!==_0x16d48b[_0x234421(0x13f)][_0x234421(0x213)]||_0x322864[_0x234421(0x13f)][_0x234421(0x240)]!==_0x16d48b[_0x234421(0x13f)]['subUnitId'])return _0x4ecc1f;const _0x5c09dd=_0x1c277e['Tools']['deepClone'](_0x322864),_0x5c77f4=_0x1c277e[_0x234421(0x2a5)][_0x234421(0x1d1)](_0x16d48b),{ranges:_0x14d96b}=_0x5c77f4[_0x234421(0x13f)];return _0x14d96b[_0x234421(0x167)](_0x6fb5d=>{const _0xd486cf=_0x234421,_0x28893d=_0x512b01[_0xd486cf(0xde)](_0x26d1dd(_0x512b01[_0xd486cf(0x146)](_0x322864[_0xd486cf(0x13f)][_0xd486cf(0x218)])),_0x26d1dd(_0x512b01[_0xd486cf(0x146)](_0x6fb5d)));return _0x28893d[_0xd486cf(0xfe)]!==0x0?!0x0:(_0x6fb5d[_0xd486cf(0x224)]+=_0x28893d[_0xd486cf(0x2d6)],_0x6fb5d[_0xd486cf(0x2ec)]+=_0x28893d[_0xd486cf(0x2d6)],!0x1);})?{'error':new Error(_0x234421(0x2f5))}:{'m1Prime':_0x5c09dd,'m2Prime':_0x5c77f4};}},_0x125471={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x15e)]['id'],'handler'(_0x314acf,_0x5e289c){const _0x3e3f68=_0x537ed3,_0x34cd13={'m1Prime':_0x314acf,'m2Prime':_0x5e289c};if(_0x314acf[_0x3e3f68(0x13f)][_0x3e3f68(0x213)]!==_0x5e289c[_0x3e3f68(0x13f)]['unitId']||_0x314acf[_0x3e3f68(0x13f)][_0x3e3f68(0x240)]!==_0x5e289c['params'][_0x3e3f68(0x240)])return _0x34cd13;const _0x16e303=_0x1c277e['Tools'][_0x3e3f68(0x1d1)](_0x314acf),_0x4f83c4=_0x1c277e['Tools'][_0x3e3f68(0x1d1)](_0x5e289c);if(_0x314acf[_0x3e3f68(0x13f)][_0x3e3f68(0x218)][_0x3e3f68(0x224)]<=_0x5e289c[_0x3e3f68(0x13f)][_0x3e3f68(0x218)][_0x3e3f68(0x2ec)]&&_0x314acf[_0x3e3f68(0x13f)]['range']['startRow']>_0x5e289c[_0x3e3f68(0x13f)]['range'][_0x3e3f68(0x224)])return{'error':new Error(_0x3e3f68(0x14e))};const _0x5ae00f=_0x512b01[_0x3e3f68(0xde)](_0x26d1dd(_0x512b01[_0x3e3f68(0x146)](_0x314acf[_0x3e3f68(0x13f)][_0x3e3f68(0x218)])),_0x26d1dd(_0x512b01[_0x3e3f68(0x146)](_0x5e289c[_0x3e3f68(0x13f)][_0x3e3f68(0x218)])));_0x5ae00f?(_0x4f83c4[_0x3e3f68(0x13f)][_0x3e3f68(0x218)]['startRow']+=_0x5ae00f[_0x3e3f68(0x2d6)],_0x4f83c4[_0x3e3f68(0x13f)][_0x3e3f68(0x218)][_0x3e3f68(0x2ec)]+=_0x5ae00f[_0x3e3f68(0x2d6)]+(_0x5ae00f[_0x3e3f68(0xfe)]||0x0)):_0x4f83c4['id']=_0x512b01[_0x3e3f68(0x24f)]['id'];const _0x298c90=_0x512b01[_0x3e3f68(0x295)](_0x26d1dd(_0x512b01[_0x3e3f68(0x146)](_0x5e289c['params']['range'])),_0x26d1dd(_0x512b01[_0x3e3f68(0x146)](_0x314acf['params'][_0x3e3f68(0x218)])));return _0x298c90&&(_0x16e303[_0x3e3f68(0x13f)]['range'][_0x3e3f68(0x224)]+=_0x298c90[_0x3e3f68(0x2d6)],_0x16e303[_0x3e3f68(0x13f)][_0x3e3f68(0x218)][_0x3e3f68(0x2ec)]+=_0x298c90[_0x3e3f68(0x2d6)]+(_0x298c90['length']||0x0)),{'m1Prime':_0x16e303,'m2Prime':_0x4f83c4};}},_0x2673b2={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01['RemoveWorksheetMergeMutation']['id'],'handler'(_0x3de9b6,_0x1ada8d){const _0x5b7c92=_0x537ed3,_0xacd268=_0x1c277e['Tools'][_0x5b7c92(0x1d1)](_0x3de9b6),_0x467a17=_0x1c277e[_0x5b7c92(0x2a5)]['deepClone'](_0x1ada8d);if(_0x3de9b6[_0x5b7c92(0x13f)]['unitId']!==_0x1ada8d['params'][_0x5b7c92(0x213)]||_0x3de9b6[_0x5b7c92(0x13f)][_0x5b7c92(0x240)]!==_0x1ada8d[_0x5b7c92(0x13f)][_0x5b7c92(0x240)])return{'m1Prime':_0xacd268,'m2Prime':_0x467a17};const _0x2baab4=_0x467a17[_0x5b7c92(0x13f)]['ranges'][_0x5b7c92(0x1ed)](_0x223a0f=>{const _0x1e101e=_0x5b7c92,_0x43e091=_0xacd268[_0x1e101e(0x13f)][_0x1e101e(0x218)],_0x1b9bfd=_0x43e091[_0x1e101e(0x2ec)]-_0x43e091[_0x1e101e(0x224)]+0x1;return _0x43e091[_0x1e101e(0x224)]<=_0x223a0f[_0x1e101e(0x224)]?{..._0x223a0f,'startRow':_0x223a0f[_0x1e101e(0x224)]+_0x1b9bfd,'endRow':_0x223a0f[_0x1e101e(0x2ec)]+_0x1b9bfd}:_0x43e091[_0x1e101e(0x224)]>_0x223a0f[_0x1e101e(0x224)]&&_0x43e091['startRow']<=_0x223a0f['endRow']?{..._0x223a0f,'endRow':_0x223a0f['endRow']+_0x1b9bfd}:{..._0x223a0f};});return _0x467a17[_0x5b7c92(0x13f)]['ranges']=_0x2baab4,{'m1Prime':_0xacd268,'m2Prime':_0x467a17};}},_0xcc3596={'m1':_0x512b01['InsertRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x3f37a1,_0x51f53f){const _0x1632d1=_0x537ed3,_0x3020eb={'m1Prime':_0x3f37a1,'m2Prime':_0x51f53f};if(_0x3f37a1[_0x1632d1(0x13f)][_0x1632d1(0x213)]!==_0x51f53f['params'][_0x1632d1(0x213)]||_0x3f37a1[_0x1632d1(0x13f)][_0x1632d1(0x240)]!==_0x51f53f[_0x1632d1(0x13f)][_0x1632d1(0x240)])return _0x3020eb;const _0x4c9826=_0x1c277e[_0x1632d1(0x2a5)]['deepClone'](_0x51f53f),_0x6f4860=_0x512b01[_0x1632d1(0xde)](_0x26d1dd(_0x512b01[_0x1632d1(0x146)](_0x3f37a1[_0x1632d1(0x13f)][_0x1632d1(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0x51f53f[_0x1632d1(0x13f)][_0x1632d1(0x218)])));_0x4c9826['params'][_0x1632d1(0x218)][_0x1632d1(0x224)]+=_0x6f4860['step'],_0x4c9826[_0x1632d1(0x13f)][_0x1632d1(0x218)][_0x1632d1(0x2ec)]+=_0x6f4860[_0x1632d1(0x2d6)]+(_0x6f4860[_0x1632d1(0xfe)]||0x0);const _0x3832b1=_0x3f37a1['params']['range'][_0x1632d1(0x224)],_0x744228=_0x3f37a1['params'][_0x1632d1(0x218)][_0x1632d1(0x2ec)]-_0x3f37a1[_0x1632d1(0x13f)][_0x1632d1(0x218)][_0x1632d1(0x224)]+0x1,_0x1d3c3b={};for(const _0x1adc1a in _0x51f53f[_0x1632d1(0x13f)][_0x1632d1(0x179)]){let _0x5a0707=Number(_0x1adc1a),_0x4d64c2=_0x51f53f[_0x1632d1(0x13f)][_0x1632d1(0x179)][_0x1adc1a];_0x5a0707=_0x9748bc(_0x3832b1,_0x744228,_0x5a0707),_0x4d64c2=_0x9748bc(_0x3832b1,_0x744228,_0x4d64c2),_0x1d3c3b[_0x5a0707]=_0x4d64c2;}return _0x4c9826[_0x1632d1(0x13f)][_0x1632d1(0x179)]=_0x1d3c3b,{'m1Prime':_0x3f37a1,'m2Prime':_0x4c9826};}},_0x9748bc=(_0x4a79c8,_0xa3cbb6,_0x405bee)=>_0x405bee>=_0x4a79c8?_0x405bee+_0xa3cbb6:_0x405bee,_0x5bee82={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01['SetNumfmtMutation']['id'],'handler'(_0x46b380,_0x941904){const _0x3ec496=_0x537ed3,_0x2445a0={'m1Prime':_0x46b380,'m2Prime':_0x941904};if(_0x46b380[_0x3ec496(0x13f)][_0x3ec496(0x213)]!==_0x941904[_0x3ec496(0x13f)][_0x3ec496(0x213)]||_0x46b380[_0x3ec496(0x13f)][_0x3ec496(0x240)]!==_0x941904[_0x3ec496(0x13f)][_0x3ec496(0x240)])return _0x2445a0;const _0x237382=[_0x1c277e[_0x3ec496(0x2a5)]['deepClone'](_0x46b380)],_0x5f0e12=_0x1c277e[_0x3ec496(0x2a5)][_0x3ec496(0x1d1)](_0x941904),{values:_0x44fd88}=_0x5f0e12['params'],_0x5dde64=[];let _0x9b4d17=!0x1;for(const _0x1a2992 in _0x44fd88){const _0x888471=_0x44fd88[_0x1a2992];if(_0x5dde64[_0x3ec496(0x1aa)](..._0x888471[_0x3ec496(0x23f)]),_0x888471['ranges'][_0x3ec496(0x167)](_0x331014=>{const _0x11b8a0=_0x3ec496,_0x28073f=_0x512b01[_0x11b8a0(0xde)](_0x26d1dd(_0x512b01['rotateRange'](_0x46b380['params'][_0x11b8a0(0x218)])),_0x512b01[_0x11b8a0(0x146)](_0x26d1dd(_0x331014)));return _0x28073f['length']!==0x0?!0x0:(_0x28073f['step']!==0x0&&(_0x9b4d17=!0x0),_0x331014[_0x11b8a0(0x224)]+=_0x28073f[_0x11b8a0(0x2d6)],_0x331014[_0x11b8a0(0x2ec)]+=_0x28073f[_0x11b8a0(0x2d6)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x9b4d17){const _0x126563={'id':_0x512b01['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x941904[_0x3ec496(0x13f)][_0x3ec496(0x213)],'subUnitId':_0x941904[_0x3ec496(0x13f)]['subUnitId'],'ranges':_0x5dde64}};_0x237382[_0x3ec496(0x1aa)](_0x126563,_0x5f0e12);}return{'m1Prime':_0x237382,'m2Prime':_0x5f0e12};}},_0x44eb7a={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x4fc287,_0x5d19f4){const _0x4bef24=_0x537ed3,_0x28dbbe={'m1Prime':_0x4fc287,'m2Prime':_0x5d19f4};if(_0x4fc287[_0x4bef24(0x13f)][_0x4bef24(0x213)]!==_0x5d19f4[_0x4bef24(0x13f)][_0x4bef24(0x213)]||_0x4fc287['params'][_0x4bef24(0x240)]!==_0x5d19f4['params'][_0x4bef24(0x240)])return _0x28dbbe;const _0x245d21=[_0x1c277e['Tools'][_0x4bef24(0x1d1)](_0x4fc287)],_0x18978a=_0x1c277e[_0x4bef24(0x2a5)]['deepClone'](_0x5d19f4),_0x311c4a=new _0x1c277e[(_0x4bef24(0x2f6))](_0x18978a[_0x4bef24(0x13f)][_0x4bef24(0x1d3)]),_0x52e884=_0x311c4a[_0x4bef24(0x1fd)](),_0x3bc6b9=_0x4fc287[_0x4bef24(0x13f)][_0x4bef24(0x218)],_0x1be574=_0x3bc6b9[_0x4bef24(0x2ec)]-_0x3bc6b9['startRow']+0x1;if(_0x18978a[_0x4bef24(0x13f)]['cellValue']&&_0x3bc6b9['startRow']<=_0x52e884[_0x4bef24(0x2ec)]){const _0x2debe5=Math['max'](_0x52e884['startRow'],_0x3bc6b9['startRow']);_0xd97906(_0x18978a['params'][_0x4bef24(0x1d3)],_0x2debe5,_0x52e884[_0x4bef24(0x2ec)]-_0x2debe5+0x1,_0x1be574);}const _0x4f33bc=new _0x1c277e[(_0x4bef24(0x2f6))]();let _0x66d595=!0x1;if(_0x311c4a['forValue']((_0x31b6d8,_0x47a019,_0x15f4a6)=>{const _0x36327a=_0x4bef24;if(_0x15f4a6&&_0x15f4a6['f']){const _0x399881=_0x15f4a6['f'];let _0x2fb192=!0x1;const _0x1f7b01=_0x35e413(_0x4fc287['params'][_0x36327a(0x213)],_0x4fc287['params'][_0x36327a(0x240)],_0x399881,_0x49db06=>{const _0x529387=_0x36327a,_0x5279a0=_0x512b01[_0x529387(0xde)](_0x26d1dd(_0x512b01['rotateRange'](_0x4fc287['params'][_0x529387(0x218)])),_0x26d1dd(_0x512b01[_0x529387(0x146)](_0x49db06)));return(_0x5279a0[_0x529387(0x2d6)]!==0x0||_0x5279a0['length']!==0x0)&&(_0x2fb192=!0x0,_0x49db06[_0x529387(0x224)]+=_0x5279a0[_0x529387(0x2d6)],_0x49db06[_0x529387(0x2ec)]+=_0x5279a0['step']+_0x5279a0[_0x529387(0xfe)]),_0x49db06;});_0x2fb192&&(_0x66d595=!0x0,_0x15f4a6['f']=_0x1f7b01,_0x4f33bc[_0x36327a(0x29f)](_0x31b6d8,_0x47a019,{..._0x15f4a6}));}}),_0x66d595){const _0x405aaf={'id':_0x512b01[_0x4bef24(0x2e9)]['id'],'params':{'unitId':_0x5d19f4['params']['unitId'],'subUnitId':_0x5d19f4[_0x4bef24(0x13f)][_0x4bef24(0x240)],'cellValue':_0x4f33bc[_0x4bef24(0x2ce)]()}};_0x245d21[_0x4bef24(0x1aa)](_0x405aaf);}return{'m1Prime':_0x245d21,'m2Prime':_0x18978a};}},_0x9e139b={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0xe3)]['id'],'handler'(_0x4865c0,_0x192e9c){const _0x17ce69=_0x537ed3,_0x50f28b={'m1Prime':_0x4865c0,'m2Prime':_0x192e9c};if(_0x4865c0[_0x17ce69(0x13f)][_0x17ce69(0x213)]!==_0x192e9c[_0x17ce69(0x13f)]['unitId']||_0x4865c0[_0x17ce69(0x13f)][_0x17ce69(0x240)]!==_0x192e9c[_0x17ce69(0x13f)]['subUnitId'])return _0x50f28b;const _0x4aebaf=_0x1c277e[_0x17ce69(0x2a5)][_0x17ce69(0x1d1)](_0x4865c0),_0x46d33c=_0x1c277e[_0x17ce69(0x2a5)][_0x17ce69(0x1d1)](_0x192e9c),{rowData:_0x4891bc}=_0x46d33c[_0x17ce69(0x13f)];for(let _0xcf36e5=_0x4865c0[_0x17ce69(0x13f)][_0x17ce69(0x218)][_0x17ce69(0x224)];_0xcf36e5<=_0x4865c0['params']['range'][_0x17ce69(0x2ec)];_0xcf36e5++)_0x1c277e[_0x17ce69(0x291)](_0xcf36e5,void 0x0,_0x4891bc);return{'m1Prime':_0x4aebaf,'m2Prime':_0x46d33c};}},_0x4a670b={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x149)]['id'],'handler'(_0x12b536,_0x336175){const _0x442eb0=_0x537ed3,_0x379c81={'m1Prime':_0x12b536,'m2Prime':_0x336175};if(_0x12b536[_0x442eb0(0x13f)][_0x442eb0(0x213)]!==_0x336175[_0x442eb0(0x13f)][_0x442eb0(0x213)]||_0x12b536['params'][_0x442eb0(0x240)]!==_0x336175[_0x442eb0(0x13f)][_0x442eb0(0x240)])return _0x379c81;const _0x489e3f=_0x1c277e[_0x442eb0(0x2a5)][_0x442eb0(0x1d1)](_0x12b536),_0x33aed1=_0x1c277e[_0x442eb0(0x2a5)][_0x442eb0(0x1d1)](_0x336175),{ranges:_0xab5e0b}=_0x33aed1['params'];return _0xab5e0b[_0x442eb0(0x167)](_0xda327a=>{const _0x55651b=_0x442eb0,_0x21b9d5=_0x512b01[_0x55651b(0xde)](_0x26d1dd(_0x512b01[_0x55651b(0x146)](_0x12b536['params'][_0x55651b(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0xda327a)));return _0x21b9d5['length']!==0x0?!0x0:(_0xda327a['startRow']+=_0x21b9d5['step'],_0xda327a[_0x55651b(0x2ec)]+=_0x21b9d5['step'],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden')}:{'m1Prime':_0x489e3f,'m2Prime':_0x33aed1};}},_0x939a25={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0xf7)]['id'],'handler'(_0x41eecf,_0x197736){const _0x119e1c=_0x537ed3,_0x50d722={'m1Prime':_0x41eecf,'m2Prime':_0x197736};if(_0x41eecf['params'][_0x119e1c(0x213)]!==_0x197736[_0x119e1c(0x13f)][_0x119e1c(0x213)]||_0x41eecf['params'][_0x119e1c(0x240)]!==_0x197736[_0x119e1c(0x13f)][_0x119e1c(0x240)])return _0x50d722;const _0x2bf8df=_0x1c277e[_0x119e1c(0x2a5)][_0x119e1c(0x1d1)](_0x41eecf),_0x48fa3c=_0x1c277e['Tools'][_0x119e1c(0x1d1)](_0x197736),{ranges:_0x396872}=_0x48fa3c[_0x119e1c(0x13f)];return _0x396872[_0x119e1c(0x167)](_0x30f1b2=>{const _0x3cf68f=_0x119e1c,_0x2ec167=_0x512b01[_0x3cf68f(0xde)](_0x26d1dd(_0x512b01[_0x3cf68f(0x146)](_0x41eecf[_0x3cf68f(0x13f)][_0x3cf68f(0x218)])),_0x26d1dd(_0x512b01[_0x3cf68f(0x146)](_0x30f1b2)));return _0x2ec167[_0x3cf68f(0xfe)]!==0x0?!0x0:(_0x30f1b2[_0x3cf68f(0x224)]+=_0x2ec167['step'],_0x30f1b2[_0x3cf68f(0x2ec)]+=_0x2ec167[_0x3cf68f(0x2d6)],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible')}:{'m1Prime':_0x2bf8df,'m2Prime':_0x48fa3c};}},_0x39d502={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x2b6d82,_0x5449c3){const _0x3af8d0=_0x537ed3,_0x782587={'m1Prime':[],'m2Prime':[]};if(_0x2b6d82[_0x3af8d0(0x13f)][_0x3af8d0(0x213)]!==_0x5449c3[_0x3af8d0(0x13f)][_0x3af8d0(0x213)]||_0x2b6d82[_0x3af8d0(0x13f)][_0x3af8d0(0x240)]!==_0x5449c3[_0x3af8d0(0x13f)][_0x3af8d0(0x240)])return _0x782587;const _0x4cd275=_0x1c277e[_0x3af8d0(0x2a5)][_0x3af8d0(0x1d1)](_0x5449c3);let _0x5f41da=!0x1;return _0x4cd275[_0x3af8d0(0x13f)][_0x3af8d0(0x212)][_0x3af8d0(0x22e)](_0x1901dc=>{const _0x21bd88=_0x3af8d0,{range:_0x265a9d,primary:_0x5a1083}=_0x1901dc,_0x4266c1=_0x512b01[_0x21bd88(0xde)](_0x26d1dd(_0x512b01[_0x21bd88(0x146)](_0x2b6d82[_0x21bd88(0x13f)][_0x21bd88(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0x265a9d)));if(_0x4266c1['length']||_0x4266c1[_0x21bd88(0x2d6)]){if(_0x265a9d['startRow']+=_0x4266c1['step'],_0x265a9d[_0x21bd88(0x2ec)]+=_0x4266c1[_0x21bd88(0x2d6)]+(_0x4266c1['length']||0x0),_0x5a1083){const _0x139250=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x512b01[_0x21bd88(0x146)](_0x2b6d82[_0x21bd88(0x13f)][_0x21bd88(0x218)])),_0x26d1dd(_0x512b01[_0x21bd88(0x146)](_0x5a1083)));(_0x139250[_0x21bd88(0xfe)]||_0x139250['step'])&&(_0x5a1083[_0x21bd88(0x224)]+=_0x139250[_0x21bd88(0x2d6)],_0x5a1083[_0x21bd88(0x2ec)]+=_0x139250['step'],_0x5a1083['actualRow']+=_0x139250[_0x21bd88(0x2d6)]);}_0x5f41da=!0x0;}}),_0x5f41da&&_0x782587['m2Prime'][_0x3af8d0(0x1aa)](_0x4cd275),_0x782587;}},_0x5ea2fd={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x472535[_0x537ed3(0x20c)]['id'],'handler'(_0x44b351,_0xec329){const _0x53ac9e=_0x537ed3,_0x4edf06={'m1Prime':[_0x44b351],'m2Prime':[_0xec329]};if(_0x44b351[_0x53ac9e(0x13f)][_0x53ac9e(0x213)]!==_0xec329[_0x53ac9e(0x13f)][_0x53ac9e(0x213)]||_0x44b351['params'][_0x53ac9e(0x240)]!==_0xec329['params'][_0x53ac9e(0x240)])return _0x4edf06;const _0x2b720f=_0x1c277e[_0x53ac9e(0x2a5)][_0x53ac9e(0x1d1)](_0x44b351),_0x3cd8f8=_0x1c277e['Tools']['deepClone'](_0xec329),_0x156db3=_0x4c7301({'start':_0x44b351[_0x53ac9e(0x13f)]['range']['startRow'],'end':_0x44b351[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x2ec)]},{'start':_0xec329[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x224)],'end':_0xec329[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x2ec)]});return _0x3cd8f8[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x224)]===_0x156db3[_0x53ac9e(0x1a2)]&&_0x3cd8f8[_0x53ac9e(0x13f)][_0x53ac9e(0x218)][_0x53ac9e(0x2ec)]===_0x156db3[_0x53ac9e(0x2ff)]?_0x4edf06:(_0x3cd8f8['params'][_0x53ac9e(0x218)][_0x53ac9e(0x224)]=_0x156db3[_0x53ac9e(0x1a2)],_0x3cd8f8[_0x53ac9e(0x13f)][_0x53ac9e(0x218)]['endRow']=_0x156db3[_0x53ac9e(0x2ff)],{'m1Prime':[_0x3cd8f8,_0x2b720f],'m2Prime':[_0x3cd8f8]});}},_0x1d7c73={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x191)]['id'],'handler'(_0x3d91bd,_0x355aeb){const _0x4b3be0=_0x537ed3,_0x3b7b12={'m1Prime':_0x3d91bd,'m2Prime':_0x355aeb};if(_0x3d91bd[_0x4b3be0(0x13f)][_0x4b3be0(0x213)]!==_0x355aeb['params'][_0x4b3be0(0x213)]||_0x3d91bd[_0x4b3be0(0x13f)][_0x4b3be0(0x240)]!==_0x355aeb['params'][_0x4b3be0(0x240)])return _0x3b7b12;const _0x2ae67c=_0x1c277e['Tools'][_0x4b3be0(0x1d1)](_0x3d91bd),_0x486ce9=_0x1c277e['Tools']['deepClone'](_0x355aeb),{rowsAutoHeightInfo:_0x542902}=_0x486ce9[_0x4b3be0(0x13f)];return _0x542902[_0x4b3be0(0x167)](_0x40e73f=>{const _0x28ce9c=_0x4b3be0,_0x1ce0ec={'startRow':_0x40e73f[_0x28ce9c(0x148)],'endRow':_0x40e73f[_0x28ce9c(0x148)],'startColumn':0x0,'endColumn':0x0},_0xdb537f=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x512b01[_0x28ce9c(0x146)](_0x3d91bd[_0x28ce9c(0x13f)]['range'])),_0x512b01[_0x28ce9c(0x146)](_0x1ce0ec));return _0xdb537f['length']!==0x0?!0x0:(_0x40e73f[_0x28ce9c(0x148)]+=_0xdb537f[_0x28ce9c(0x2d6)],!0x1);})?{'error':new Error(_0x4b3be0(0x182))}:{'m1Prime':_0x2ae67c,'m2Prime':_0x486ce9};}},_0x4d7f4c={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x512b01[_0x537ed3(0x10f)]['id'],'handler'(_0x25bd9d,_0x440cbc){const _0x4af83c=_0x537ed3,_0xc04dd0={'m1Prime':_0x25bd9d,'m2Prime':_0x440cbc};if(_0x25bd9d[_0x4af83c(0x13f)][_0x4af83c(0x213)]!==_0x440cbc[_0x4af83c(0x13f)][_0x4af83c(0x213)]||_0x25bd9d[_0x4af83c(0x13f)][_0x4af83c(0x240)]!==_0x440cbc[_0x4af83c(0x13f)][_0x4af83c(0x240)])return _0xc04dd0;const _0x495b94=_0x1c277e[_0x4af83c(0x2a5)][_0x4af83c(0x1d1)](_0x25bd9d),_0x21de43=_0x1c277e[_0x4af83c(0x2a5)][_0x4af83c(0x1d1)](_0x440cbc),{ranges:_0x42bea8,rowHeight:_0x1cd8ac}=_0x21de43[_0x4af83c(0x13f)];if(_0x42bea8['some'](_0x1dee6a=>{const _0x485dde=_0x4af83c,_0x421a55=_0x512b01[_0x485dde(0xde)](_0x26d1dd(_0x512b01[_0x485dde(0x146)](_0x25bd9d[_0x485dde(0x13f)][_0x485dde(0x218)])),_0x512b01[_0x485dde(0x146)](_0x1dee6a));return _0x421a55[_0x485dde(0xfe)]!==0x0?!0x0:(_0x1dee6a['startRow']+=_0x421a55[_0x485dde(0x2d6)],_0x1dee6a['endRow']+=_0x421a55[_0x485dde(0x2d6)],!0x1);}))return{'error':new Error(_0x4af83c(0x1e9))};if(typeof _0x1cd8ac!=_0x4af83c(0x24e)){for(let _0x468afd=_0x25bd9d['params'][_0x4af83c(0x218)][_0x4af83c(0x224)];_0x468afd<=_0x25bd9d[_0x4af83c(0x13f)][_0x4af83c(0x218)][_0x4af83c(0x2ec)];_0x468afd++)_0x1c277e[_0x4af83c(0x291)](_0x468afd,void 0x0,_0x1cd8ac);}return{'m1Prime':_0x495b94,'m2Prime':_0x21de43};}},_0x230ef7={'m1':_0x512b01['InsertRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x27f)]['id'],'handler'(_0x335a5e,_0x14ca45){const _0x225b18=_0x537ed3,_0x3d3652={'m1Prime':_0x335a5e,'m2Prime':_0x14ca45};if(_0x335a5e[_0x225b18(0x13f)]['unitId']!==_0x14ca45['params'][_0x225b18(0x213)]||_0x335a5e[_0x225b18(0x13f)][_0x225b18(0x240)]!==_0x14ca45[_0x225b18(0x13f)]['subUnitId'])return _0x3d3652;const _0x10603b=_0x1c277e[_0x225b18(0x2a5)][_0x225b18(0x1d1)](_0x335a5e),_0x4e9aa4=_0x1c277e[_0x225b18(0x2a5)][_0x225b18(0x1d1)](_0x14ca45),{ranges:_0x3606bc,autoHeightInfo:_0x41e676}=_0x4e9aa4[_0x225b18(0x13f)];if(_0x3606bc[_0x225b18(0x167)](_0x2228a4=>{const _0x5a2580=_0x225b18,_0x221ca3=_0x512b01['handleBaseInsertRange'](_0x26d1dd(_0x512b01[_0x5a2580(0x146)](_0x335a5e[_0x5a2580(0x13f)][_0x5a2580(0x218)])),_0x512b01[_0x5a2580(0x146)](_0x2228a4));return _0x221ca3[_0x5a2580(0xfe)]!==0x0?!0x0:(_0x2228a4[_0x5a2580(0x224)]+=_0x221ca3[_0x5a2580(0x2d6)],_0x2228a4[_0x5a2580(0x2ec)]+=_0x221ca3[_0x5a2580(0x2d6)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height')};if(typeof _0x41e676!=_0x225b18(0x24e)){for(let _0x5814f1=_0x335a5e[_0x225b18(0x13f)][_0x225b18(0x218)][_0x225b18(0x224)];_0x5814f1<=_0x335a5e[_0x225b18(0x13f)][_0x225b18(0x218)][_0x225b18(0x2ec)];_0x5814f1++)_0x1c277e['insertMatrixArray'](_0x5814f1,void 0x0,_0x41e676);}return{'m1Prime':_0x10603b,'m2Prime':_0x4e9aa4};}},_0x3c1d65={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x305ba0,_0x57b92c)=>{const _0x215d04=_0x537ed3,_0x1945cc={'m1Prime':_0x305ba0,'m2Prime':_0x57b92c};if(_0x305ba0[_0x215d04(0x13f)][_0x215d04(0x213)]!==_0x57b92c['params']['unitId']||_0x305ba0['params'][_0x215d04(0x240)]!==_0x57b92c['params'][_0x215d04(0x240)])return _0x1945cc;const _0x29d293={'id':_0x512b01[_0x215d04(0xdc)]['id'],'params':{'unitId':_0x305ba0['params'][_0x215d04(0x213)],'subUnitId':_0x305ba0[_0x215d04(0x13f)]['subUnitId'],'range':_0x305ba0[_0x215d04(0x13f)]['range']}},_0x56d114=_0x5b9671(_0x57b92c,_0x29d293);return{'m1Prime':[_0x305ba0,..._0x56d114],'m2Prime':[_0x57b92c,..._0x56d114]};}},_0x34be3e={'m1':_0x512b01[_0x537ed3(0x166)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x229f16,_0x56ca91)=>{const _0x223cd2=_0x537ed3,_0x48b116={'m1Prime':_0x229f16,'m2Prime':_0x56ca91};if(_0x229f16[_0x223cd2(0x13f)]['unitId']!==_0x56ca91['params'][_0x223cd2(0x213)]||_0x56ca91[_0x223cd2(0x13f)][_0x223cd2(0x240)]!==_0x229f16[_0x223cd2(0x13f)][_0x223cd2(0x240)])return _0x48b116;const _0xd9e2e3={'id':_0x512b01[_0x223cd2(0xdc)]['id'],'params':{'unitId':_0x229f16[_0x223cd2(0x13f)][_0x223cd2(0x213)],'subUnitId':_0x229f16['params'][_0x223cd2(0x240)],'range':_0x229f16[_0x223cd2(0x13f)][_0x223cd2(0x218)]}},_0xeeb749=_0x562205(_0x56ca91,_0xd9e2e3);return{'m1Prime':[_0x229f16,..._0xeeb749],'m2Prime':[_0x56ca91,..._0xeeb749]};}},_0xc33fd8={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x151b41['AddCommentMutation']['id'],'handler':(_0x528839,_0x4529e2)=>{const _0xc64299=_0x537ed3,_0x3c6512={'m1Prime':_0x528839,'m2Prime':_0x4529e2};if(_0x528839[_0xc64299(0x13f)][_0xc64299(0x213)]!==_0x4529e2[_0xc64299(0x13f)][_0xc64299(0x213)]||_0x528839[_0xc64299(0x13f)][_0xc64299(0x240)]!==_0x4529e2[_0xc64299(0x13f)][_0xc64299(0x240)])return _0x3c6512;const _0x409497={'id':_0x512b01[_0xc64299(0x136)]['id'],'params':{'unitId':_0x528839[_0xc64299(0x13f)][_0xc64299(0x213)],'subUnitId':_0x528839['params'][_0xc64299(0x240)],'fromRange':_0x528839['params'][_0xc64299(0x2a9)],'toRange':_0x528839[_0xc64299(0x13f)]['targetRange']}},_0x2a8942=_0x150885(_0x4529e2,_0x409497);return{'m1Prime':[_0x528839,..._0x2a8942],'m2Prime':[_0x4529e2,..._0x2a8942]};}},_0x3db333={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x10722e,_0xf17b10){const _0x4f7aa6=_0x537ed3,_0x361031=_0x22af5c[_0x4f7aa6(0x2ad)](_0xf17b10,_0x10722e);return _0xf0cba5(_0x361031)?{'m1Prime':_0x361031['m2Prime'],'m2Prime':_0x361031[_0x4f7aa6(0x122)]}:_0x361031;}},_0x30ee91={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler'(_0x2efeff,_0x2a4553){const _0x2b4ed7=_0x537ed3,_0x46d6b2={'m1Prime':_0x2efeff,'m2Prime':_0x2a4553};if(_0x2efeff['params']['unitId']!==_0x2a4553['params'][_0x2b4ed7(0x213)]||_0x2efeff[_0x2b4ed7(0x13f)][_0x2b4ed7(0x240)]!==_0x2a4553[_0x2b4ed7(0x13f)][_0x2b4ed7(0x240)])return _0x46d6b2;const _0x341e49=_0x1c277e[_0x2b4ed7(0x2a5)][_0x2b4ed7(0x1d1)](_0x2efeff),_0x3acaef=_0x1c277e[_0x2b4ed7(0x2a5)][_0x2b4ed7(0x1d1)](_0x2a4553),_0x5724fa=_0x2a4553[_0x2b4ed7(0x13f)]['sourceRange'],_0x245977=_0x2a4553[_0x2b4ed7(0x13f)]['targetRange'],_0x311fa9=_0x2efeff[_0x2b4ed7(0x13f)]['sourceRange'],_0x2132c7=_0x2efeff[_0x2b4ed7(0x13f)]['targetRange'];if(_0x311fa9[_0x2b4ed7(0x22a)]>=_0x5724fa['startColumn']&&_0x311fa9[_0x2b4ed7(0x207)]<=_0x5724fa['endColumn'])return{'error':new Error(_0x2b4ed7(0x2b3))};const _0x276e0f=_0x512b01[_0x2b4ed7(0x10c)]({'start':_0x311fa9[_0x2b4ed7(0x207)],'end':_0x311fa9[_0x2b4ed7(0x22a)]},{'start':_0x2132c7[_0x2b4ed7(0x207)],'end':_0x2132c7[_0x2b4ed7(0x22a)]},{'start':_0x5724fa[_0x2b4ed7(0x207)],'end':_0x5724fa[_0x2b4ed7(0x22a)]}),_0x5578e3=_0x512b01[_0x2b4ed7(0x10c)]({'start':_0x311fa9[_0x2b4ed7(0x207)],'end':_0x311fa9['endColumn']},{'start':_0x2132c7['startColumn'],'end':_0x2132c7[_0x2b4ed7(0x22a)]},{'start':_0x245977[_0x2b4ed7(0x207)],'end':_0x245977[_0x2b4ed7(0x22a)]});_0x276e0f&&_0x5578e3?(_0x3acaef[_0x2b4ed7(0x13f)]['sourceRange'][_0x2b4ed7(0x207)]+=_0x276e0f['step'],_0x3acaef['params'][_0x2b4ed7(0x2a9)]['endColumn']+=_0x276e0f[_0x2b4ed7(0x2d6)]+(_0x276e0f['length']||0x0),_0x3acaef[_0x2b4ed7(0x13f)][_0x2b4ed7(0x1a5)]['startColumn']+=_0x5578e3['step'],_0x3acaef[_0x2b4ed7(0x13f)][_0x2b4ed7(0x1a5)]['endColumn']+=_0x5578e3[_0x2b4ed7(0x2d6)]+(_0x5578e3[_0x2b4ed7(0xfe)]||0x0)):_0x3acaef['id']=_0x512b01[_0x2b4ed7(0x24f)]['id'];const _0x3de81f=_0x512b01['handleBaseMoveRowsCols']({'start':_0x5724fa[_0x2b4ed7(0x207)],'end':_0x5724fa[_0x2b4ed7(0x22a)]},{'start':_0x245977[_0x2b4ed7(0x207)],'end':_0x245977[_0x2b4ed7(0x22a)]},{'start':_0x311fa9[_0x2b4ed7(0x207)],'end':_0x311fa9[_0x2b4ed7(0x22a)]}),_0x20ee95=_0x512b01['handleBaseMoveRowsCols']({'start':_0x5724fa[_0x2b4ed7(0x207)],'end':_0x5724fa[_0x2b4ed7(0x22a)]},{'start':_0x245977['startColumn'],'end':_0x245977[_0x2b4ed7(0x22a)]},{'start':_0x2132c7[_0x2b4ed7(0x207)],'end':_0x2132c7[_0x2b4ed7(0x22a)]});return _0x3de81f&&_0x20ee95?(_0x341e49['params'][_0x2b4ed7(0x2a9)][_0x2b4ed7(0x207)]+=_0x3de81f[_0x2b4ed7(0x2d6)],_0x341e49[_0x2b4ed7(0x13f)][_0x2b4ed7(0x2a9)][_0x2b4ed7(0x22a)]+=_0x3de81f[_0x2b4ed7(0x2d6)]+(_0x3de81f[_0x2b4ed7(0xfe)]||0x0),_0x341e49[_0x2b4ed7(0x13f)]['targetRange'][_0x2b4ed7(0x207)]+=_0x20ee95[_0x2b4ed7(0x2d6)],_0x341e49[_0x2b4ed7(0x13f)][_0x2b4ed7(0x1a5)]['endColumn']+=_0x20ee95[_0x2b4ed7(0x2d6)]+(_0x20ee95[_0x2b4ed7(0xfe)]||0x0)):_0x341e49['id']=_0x512b01[_0x2b4ed7(0x24f)]['id'],{'m1Prime':_0x341e49,'m2Prime':_0x3acaef};}},_0x519c15={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01['MoveRangeMutation']['id'],'handler'(_0x471e3c,_0x3e7b66){const _0x146641=_0x537ed3,_0x144b35={'m1Prime':_0x471e3c,'m2Prime':_0x3e7b66};if(_0x471e3c[_0x146641(0x13f)][_0x146641(0x213)]!==_0x3e7b66[_0x146641(0x13f)][_0x146641(0x213)]||_0x471e3c['params']['subUnitId']!==_0x3e7b66[_0x146641(0x13f)][_0x146641(0x270)]['subUnitId']&&_0x471e3c[_0x146641(0x13f)][_0x146641(0x240)]!==_0x3e7b66[_0x146641(0x13f)]['to']['subUnitId'])return _0x144b35;const _0x43e555=_0x1c277e[_0x146641(0x2a5)][_0x146641(0x1d1)](_0x471e3c),_0x55a451=_0x1c277e[_0x146641(0x2a5)][_0x146641(0x1d1)](_0x3e7b66),_0x59707d=_0x471e3c[_0x146641(0x13f)][_0x146641(0x2a9)],_0x4129e5=_0x471e3c[_0x146641(0x13f)]['targetRange'];if(_0x471e3c[_0x146641(0x13f)][_0x146641(0x240)]===_0x3e7b66[_0x146641(0x13f)][_0x146641(0x270)]['subUnitId']){const _0xb49a67=new _0x1c277e[(_0x146641(0x2f6))](_0x55a451[_0x146641(0x13f)][_0x146641(0x270)]['value']),_0x20af4c=_0xb49a67[_0x146641(0x1fd)]();if(_0x49ead1({'start':_0x59707d[_0x146641(0x207)],'end':_0x59707d['endColumn']},{'start':_0x20af4c[_0x146641(0x207)],'end':_0x20af4c[_0x146641(0x22a)]})||_0x49ead1({'start':_0x4129e5[_0x146641(0x207)],'end':_0x4129e5[_0x146641(0x22a)]},{'start':_0x20af4c[_0x146641(0x207)],'end':_0x20af4c[_0x146641(0x22a)]}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};const _0x2fe5db=_0x512b01['handleBaseMoveRowsCols']({'start':_0x59707d[_0x146641(0x207)],'end':_0x59707d[_0x146641(0x22a)]},{'start':_0x4129e5['startColumn'],'end':_0x4129e5['endColumn']},{'start':_0x20af4c[_0x146641(0x207)],'end':_0x20af4c['endColumn']});if(_0x2fe5db['length']!==0x0)return{'error':new Error(_0x146641(0x1d2))};_0x2fe5db['step']!==0x0&&_0xb49a67['moveColumns'](_0x59707d['startColumn'],_0x59707d[_0x146641(0x22a)]-_0x59707d[_0x146641(0x207)]+0x1,_0x4129e5[_0x146641(0x207)]),_0x55a451[_0x146641(0x13f)]['from'][_0x146641(0x16f)]=_0xb49a67[_0x146641(0x2ce)]();}if(_0x471e3c[_0x146641(0x13f)][_0x146641(0x240)]===_0x3e7b66[_0x146641(0x13f)]['to']['subUnitId']){const _0x34bd33=new _0x1c277e[(_0x146641(0x2f6))](_0x55a451['params']['to']['value']),_0xe3741d=_0x34bd33[_0x146641(0x1fd)]();if(_0x49ead1({'start':_0x59707d[_0x146641(0x207)],'end':_0x59707d[_0x146641(0x22a)]},{'start':_0xe3741d['startColumn'],'end':_0xe3741d[_0x146641(0x22a)]})||_0x49ead1({'start':_0x4129e5['startColumn'],'end':_0x4129e5[_0x146641(0x22a)]},{'start':_0xe3741d[_0x146641(0x207)],'end':_0xe3741d[_0x146641(0x22a)]}))return{'error':new Error(_0x146641(0x1d2))};const _0x53cac1=_0x512b01['handleBaseMoveRowsCols']({'start':_0x59707d['startColumn'],'end':_0x59707d[_0x146641(0x22a)]},{'start':_0x4129e5[_0x146641(0x207)],'end':_0x4129e5[_0x146641(0x22a)]},{'start':_0xe3741d[_0x146641(0x207)],'end':_0xe3741d[_0x146641(0x22a)]});if(_0x53cac1[_0x146641(0xfe)]!==0x0)return{'error':new Error(_0x146641(0x1d2))};_0x53cac1[_0x146641(0x2d6)]!==0x0&&_0x34bd33[_0x146641(0x282)](_0x59707d[_0x146641(0x207)],_0x59707d[_0x146641(0x22a)]-_0x59707d['startColumn']+0x1,_0x4129e5[_0x146641(0x207)]),_0x55a451[_0x146641(0x13f)]['to'][_0x146641(0x16f)]=_0x34bd33[_0x146641(0x2ce)]();}return{'m1Prime':_0x43e555,'m2Prime':_0x55a451};}},_0x4f7927={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x559bea,_0x3891f4){const _0x4f8b74=_0x537ed3,_0x301da4={'m1Prime':_0x559bea,'m2Prime':_0x3891f4};if(_0x559bea['params'][_0x4f8b74(0x213)]!==_0x3891f4[_0x4f8b74(0x13f)][_0x4f8b74(0x213)]||_0x559bea[_0x4f8b74(0x13f)]['subUnitId']!==_0x3891f4[_0x4f8b74(0x13f)][_0x4f8b74(0x240)])return _0x301da4;const _0x2a2d3b=_0x1c277e[_0x4f8b74(0x2a5)][_0x4f8b74(0x1d1)](_0x559bea),_0x5ab5b2=_0x1c277e['Tools']['deepClone'](_0x3891f4),{sourceRange:_0x2ed055,targetRange:_0x36e0c2}=_0x559bea[_0x4f8b74(0x13f)],_0x2e1436={'start':_0x2ed055[_0x4f8b74(0x207)],'end':_0x2ed055[_0x4f8b74(0x22a)]},_0x4ecc8d={'start':_0x36e0c2[_0x4f8b74(0x207)],'end':_0x36e0c2[_0x4f8b74(0x22a)]};return _0x5ab5b2[_0x4f8b74(0x13f)][_0x4f8b74(0x23f)][_0x4f8b74(0x167)](_0x48826d=>{const _0x4ed9af=_0x4f8b74,_0x533e96={'start':_0x48826d[_0x4ed9af(0x207)],'end':_0x48826d[_0x4ed9af(0x22a)]},_0x3156fe=_0x49ead1(_0x2e1436,_0x533e96),_0x387620=_0x49ead1(_0x4ecc8d,_0x533e96);if(_0x3156fe||_0x387620)return!0x0;const _0x4d8084=_0x512b01[_0x4ed9af(0x10c)](_0x2e1436,_0x4ecc8d,_0x533e96);return _0x4d8084[_0x4ed9af(0xfe)]!==0x0?!0x0:(_0x48826d[_0x4ed9af(0x207)]+=_0x4d8084[_0x4ed9af(0x2d6)],_0x48826d['endColumn']+=_0x4d8084[_0x4ed9af(0x2d6)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x2a2d3b,'m2Prime':_0x5ab5b2};}},_0x458a0c={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0x28e511,_0x4f7e89){const _0x1824be=_0x537ed3,_0x5169bf=_0x1c277e['Tools']['deepClone'](_0x28e511),_0x36c5e4=_0x1c277e[_0x1824be(0x2a5)][_0x1824be(0x1d1)](_0x4f7e89);if(_0x28e511[_0x1824be(0x13f)][_0x1824be(0x213)]!==_0x4f7e89['params'][_0x1824be(0x213)]||_0x28e511[_0x1824be(0x13f)][_0x1824be(0x240)]!==_0x4f7e89[_0x1824be(0x13f)][_0x1824be(0x240)])return{'m1Prime':_0x5169bf,'m2Prime':_0x36c5e4};const _0x11dcea=_0x36c5e4[_0x1824be(0x13f)][_0x1824be(0x23f)][_0x1824be(0x2e0)]((_0x3c3799,_0x39977d)=>{const _0x1423d9=_0x1824be,{sourceRange:_0x1b7388,targetRange:_0x4073d4}=_0x28e511[_0x1423d9(0x13f)],_0x5d57ec={..._0x39977d};return _0x1b7388[_0x1423d9(0x22a)]<_0x5d57ec[_0x1423d9(0x207)]&&_0x4073d4[_0x1423d9(0x207)]>_0x5d57ec['endColumn']?(_0x5d57ec[_0x1423d9(0x207)]-=_0x1b7388['endColumn']-_0x1b7388['startColumn']+0x1,_0x5d57ec['endColumn']-=_0x1b7388[_0x1423d9(0x22a)]-_0x1b7388['startColumn']+0x1,_0x1dd703(_0x5d57ec)&&_0x3c3799['push'](_0x5d57ec)):_0x1b7388['startColumn']>_0x5d57ec[_0x1423d9(0x22a)]&&_0x4073d4[_0x1423d9(0x22a)]<_0x5d57ec['startColumn']?(_0x5d57ec[_0x1423d9(0x207)]+=_0x1b7388[_0x1423d9(0x22a)]-_0x1b7388[_0x1423d9(0x207)]+0x1,_0x5d57ec[_0x1423d9(0x22a)]+=_0x1b7388[_0x1423d9(0x22a)]-_0x1b7388['startColumn']+0x1,_0x1dd703(_0x5d57ec)&&_0x3c3799[_0x1423d9(0x1aa)](_0x5d57ec)):_0x1c277e[_0x1423d9(0x138)][_0x1423d9(0x2a0)](_0x5d57ec,_0x1b7388)||_0x1c277e[_0x1423d9(0x138)]['intersects'](_0x5d57ec,_0x4073d4)||_0x3c3799[_0x1423d9(0x1aa)](_0x5d57ec),_0x3c3799;},[]);return _0x36c5e4[_0x1824be(0x13f)][_0x1824be(0x23f)]=_0x11dcea,_0x36c5e4[_0x1824be(0x13f)][_0x1824be(0x23f)]['length']===0x0&&(_0x36c5e4['id']=_0x512b01['EmptyMutation']['id']),{'m1Prime':_0x5169bf,'m2Prime':_0x36c5e4};}},_0x157e1f={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x465ab3,_0x27f35a){const _0x494764=_0x537ed3,_0x12143d={'m1Prime':_0x465ab3,'m2Prime':_0x27f35a};if(_0x465ab3['params']['unitId']!==_0x27f35a['params']['unitId']||_0x465ab3[_0x494764(0x13f)]['subUnitId']!==_0x27f35a[_0x494764(0x13f)][_0x494764(0x240)])return _0x12143d;const _0xe88e6b=_0x465ab3[_0x494764(0x13f)][_0x494764(0x2a9)][_0x494764(0x207)],_0x35fc9c=_0x465ab3[_0x494764(0x13f)][_0x494764(0x2a9)][_0x494764(0x22a)],_0x199715=_0x465ab3['params'][_0x494764(0x1a5)][_0x494764(0x207)],_0x2c9748=_0x465ab3['params'][_0x494764(0x1a5)][_0x494764(0x22a)],_0x2a3abe=_0x27f35a[_0x494764(0x13f)][_0x494764(0x218)][_0x494764(0x207)],_0x294c4c=_0x27f35a[_0x494764(0x13f)][_0x494764(0x218)][_0x494764(0x22a)];if(_0xe88e6b<=_0x294c4c&&_0x35fc9c>=_0x2a3abe||_0x199715<=_0x294c4c&&_0x2c9748>=_0x2a3abe)return{'error':new Error(_0x494764(0x23d))};const _0xc47ece=_0x512b01[_0x494764(0x10c)]({'start':_0xe88e6b,'end':_0x35fc9c},{'start':_0x199715,'end':_0x2c9748},{'start':_0x2a3abe,'end':_0x294c4c}),_0x1a1a71=_0x1c277e['Tools']['deepClone'](_0x27f35a);return _0x1a1a71[_0x494764(0x13f)][_0x494764(0x218)][_0x494764(0x207)]+=_0xc47ece[_0x494764(0x2d6)],_0x1a1a71[_0x494764(0x13f)][_0x494764(0x218)][_0x494764(0x22a)]+=_0xc47ece[_0x494764(0x2d6)]+(_0xc47ece[_0x494764(0xfe)]||0x0),{'m1Prime':_0x465ab3,'m2Prime':_0x1a1a71};}},_0x433046={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x1ad)]['id'],'handler'(_0x12c254,_0x2c58d8){const _0x2745ac=_0x537ed3,_0x3f2796={'m1Prime':_0x12c254,'m2Prime':_0x2c58d8};if(_0x12c254[_0x2745ac(0x13f)]['unitId']!==_0x2c58d8[_0x2745ac(0x13f)]['unitId']||_0x12c254[_0x2745ac(0x13f)][_0x2745ac(0x240)]!==_0x2c58d8[_0x2745ac(0x13f)]['subUnitId'])return _0x3f2796;const _0x3c8fc3=_0x1c277e[_0x2745ac(0x2a5)][_0x2745ac(0x1d1)](_0x12c254),_0x4c1844=_0x1c277e[_0x2745ac(0x2a5)]['deepClone'](_0x2c58d8),{columnData:_0x10b236}=_0x4c1844['params'],{sourceRange:_0x343b23,targetRange:_0x2629b0}=_0x12c254[_0x2745ac(0x13f)];return _0x1c277e[_0x2745ac(0x124)](_0x343b23['startColumn'],_0x343b23[_0x2745ac(0x22a)]-_0x343b23[_0x2745ac(0x207)]+0x1,_0x2629b0[_0x2745ac(0x207)],_0x10b236),{'m1Prime':_0x3c8fc3,'m2Prime':_0x4c1844};}},_0x2f7011={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x111)]['id'],'handler'(_0x136610,_0xb3ce66){const _0x277cf8=_0x537ed3,_0x1af3dd={'m1Prime':_0x136610,'m2Prime':_0xb3ce66};if(_0x136610[_0x277cf8(0x13f)][_0x277cf8(0x213)]!==_0xb3ce66[_0x277cf8(0x13f)][_0x277cf8(0x213)]||_0x136610[_0x277cf8(0x13f)][_0x277cf8(0x240)]!==_0xb3ce66['params'][_0x277cf8(0x240)])return _0x1af3dd;const _0x4d4213=_0x1c277e[_0x277cf8(0x2a5)][_0x277cf8(0x1d1)](_0x136610),_0x3eefe2=_0x1c277e['Tools'][_0x277cf8(0x1d1)](_0xb3ce66),{ranges:_0x4c7994}=_0x3eefe2['params'],{sourceRange:_0x5c55c0,targetRange:_0x56ca77}=_0x136610[_0x277cf8(0x13f)],_0x4236a8={'start':_0x5c55c0['startColumn'],'end':_0x5c55c0[_0x277cf8(0x22a)]},_0x1162b3={'start':_0x56ca77['startColumn'],'end':_0x56ca77[_0x277cf8(0x22a)]};return _0x4c7994[_0x277cf8(0x167)](_0x1a857e=>{const _0xb85a97=_0x277cf8,_0x152c10={'start':_0x1a857e['startColumn'],'end':_0x1a857e['endColumn']},_0x435578=_0x49ead1(_0x4236a8,_0x152c10),_0xaf4b7a=_0x49ead1(_0x1162b3,_0x152c10);if(_0x435578||_0xaf4b7a)return!0x0;const _0x1a7e1f=_0x512b01[_0xb85a97(0x10c)](_0x4236a8,_0x1162b3,_0x152c10);return _0x1a7e1f[_0xb85a97(0xfe)]!==0x0?!0x0:(_0x1a857e[_0xb85a97(0x207)]+=_0x1a7e1f[_0xb85a97(0x2d6)],_0x1a857e[_0xb85a97(0x22a)]+=_0x1a7e1f[_0xb85a97(0x2d6)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x4d4213,'m2Prime':_0x3eefe2};}},_0x384858={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01['SetColVisibleMutation']['id'],'handler'(_0x507b87,_0x30442c){const _0x3b593c=_0x537ed3,_0x34e372={'m1Prime':_0x507b87,'m2Prime':_0x30442c};if(_0x507b87[_0x3b593c(0x13f)]['unitId']!==_0x30442c['params'][_0x3b593c(0x213)]||_0x507b87[_0x3b593c(0x13f)][_0x3b593c(0x240)]!==_0x30442c[_0x3b593c(0x13f)]['subUnitId'])return _0x34e372;const _0x3cb6f1=_0x1c277e[_0x3b593c(0x2a5)]['deepClone'](_0x507b87),_0x27adfb=_0x1c277e[_0x3b593c(0x2a5)][_0x3b593c(0x1d1)](_0x30442c),{ranges:_0x5d38ff}=_0x27adfb[_0x3b593c(0x13f)],{sourceRange:_0x4d02f6,targetRange:_0x4d35ca}=_0x507b87[_0x3b593c(0x13f)],_0x1de7dd={'start':_0x4d02f6[_0x3b593c(0x207)],'end':_0x4d02f6[_0x3b593c(0x22a)]},_0x52378a={'start':_0x4d35ca['startColumn'],'end':_0x4d35ca[_0x3b593c(0x22a)]};return _0x5d38ff[_0x3b593c(0x167)](_0x4fa590=>{const _0x5a5b9c=_0x3b593c,_0x37fedd={'start':_0x4fa590[_0x5a5b9c(0x207)],'end':_0x4fa590[_0x5a5b9c(0x22a)]},_0x19f420=_0x49ead1(_0x1de7dd,_0x37fedd),_0x6e218=_0x49ead1(_0x52378a,_0x37fedd);if(_0x19f420||_0x6e218)return!0x0;const _0x3a9d3d=_0x512b01[_0x5a5b9c(0x10c)](_0x1de7dd,_0x52378a,_0x37fedd);return _0x3a9d3d[_0x5a5b9c(0xfe)]!==0x0?!0x0:(_0x4fa590[_0x5a5b9c(0x207)]+=_0x3a9d3d[_0x5a5b9c(0x2d6)],_0x4fa590['endColumn']+=_0x3a9d3d['step'],!0x1);})?{'error':new Error(_0x3b593c(0x2b1))}:{'m1Prime':_0x3cb6f1,'m2Prime':_0x27adfb};}},_0x550b1f={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x2dd1ad,_0x4a4831){const _0x59cc68=_0x537ed3,_0x5dbe98={'m1Prime':_0x2dd1ad,'m2Prime':_0x4a4831};if(_0x2dd1ad[_0x59cc68(0x13f)][_0x59cc68(0x213)]!==_0x4a4831[_0x59cc68(0x13f)][_0x59cc68(0x213)]||_0x2dd1ad[_0x59cc68(0x13f)]['subUnitId']!==_0x4a4831[_0x59cc68(0x13f)][_0x59cc68(0x240)])return _0x5dbe98;const _0x2b23e8=[_0x1c277e[_0x59cc68(0x2a5)][_0x59cc68(0x1d1)](_0x2dd1ad)],_0x4c2dd0=_0x1c277e[_0x59cc68(0x2a5)]['deepClone'](_0x4a4831),{sourceRange:_0x882036,targetRange:_0x5dd75d}=_0x2dd1ad['params'],_0x291e65={'start':_0x882036[_0x59cc68(0x207)],'end':_0x882036[_0x59cc68(0x22a)]},_0x14edeb={'start':_0x5dd75d['startColumn'],'end':_0x5dd75d['endColumn']},{values:_0x215388}=_0x4c2dd0[_0x59cc68(0x13f)],_0x26bac0=[];let _0x3b1274=!0x1;for(const _0x38f9a4 in _0x215388){const _0x2e7135=_0x215388[_0x38f9a4];if(_0x26bac0[_0x59cc68(0x1aa)](..._0x2e7135['ranges']),_0x2e7135['ranges'][_0x59cc68(0x167)](_0x57be40=>{const _0x3915aa=_0x59cc68,_0x336ebd={'start':_0x57be40[_0x3915aa(0x207)],'end':_0x57be40[_0x3915aa(0x22a)]},_0x380ce5=_0x49ead1(_0x291e65,_0x336ebd),_0x23c5c2=_0x49ead1(_0x14edeb,_0x336ebd);if(_0x380ce5||_0x23c5c2)return!0x0;const _0x22248e=_0x512b01[_0x3915aa(0x10c)](_0x291e65,_0x14edeb,_0x336ebd);return _0x22248e['length']!==0x0?!0x0:(_0x22248e['step']!==0x0&&(_0x3b1274=!0x0),_0x57be40[_0x3915aa(0x207)]+=_0x22248e[_0x3915aa(0x2d6)],_0x57be40['endColumn']+=_0x22248e[_0x3915aa(0x2d6)],!0x1);}))return{'error':new Error(_0x59cc68(0x2c9))};}if(_0x3b1274){const _0x13240c={'id':_0x512b01[_0x59cc68(0x2e1)]['id'],'params':{'unitId':_0x4a4831['params']['unitId'],'subUnitId':_0x4a4831[_0x59cc68(0x13f)][_0x59cc68(0x240)],'ranges':_0x26bac0}};_0x2b23e8['push'](_0x13240c,_0x4c2dd0);}return{'m1Prime':_0x2b23e8,'m2Prime':_0x4c2dd0};}},_0x4868c4={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x14dbe8,_0x54dee1){const _0x270727=_0x537ed3,_0x4b75ab={'m1Prime':_0x14dbe8,'m2Prime':_0x54dee1};if(_0x14dbe8['params'][_0x270727(0x213)]!==_0x54dee1[_0x270727(0x13f)][_0x270727(0x213)]||_0x14dbe8[_0x270727(0x13f)][_0x270727(0x240)]!==_0x54dee1[_0x270727(0x13f)][_0x270727(0x240)])return _0x4b75ab;const _0x19b573=[_0x1c277e[_0x270727(0x2a5)][_0x270727(0x1d1)](_0x14dbe8)],_0x513bdf=_0x1c277e['Tools'][_0x270727(0x1d1)](_0x54dee1),_0x42ebaa=new _0x1c277e['ObjectMatrix'](_0x513bdf[_0x270727(0x13f)][_0x270727(0x1d3)]),{sourceRange:_0x16cd57,targetRange:_0x5b318b}=_0x14dbe8['params'],_0x16cb37=_0x16cd57['startColumn'],_0x399cdd=_0x16cd57[_0x270727(0x22a)]-_0x16cd57[_0x270727(0x207)]+0x1,_0x56e30a=_0x5b318b[_0x270727(0x207)];_0x42ebaa[_0x270727(0x282)](_0x16cb37,_0x399cdd,_0x56e30a);const _0x5ec26e=new _0x1c277e[(_0x270727(0x2f6))]();let _0x30864b=!0x1;if(_0x42ebaa[_0x270727(0xfc)]((_0x46cede,_0x5dd109,_0x4f51e4)=>{const _0x3d8852=_0x270727;if(_0x4f51e4&&_0x4f51e4['f']){const _0xc36887=_0x4f51e4['f'];let _0x3a0e11=!0x1;const _0x5c0cb0=_0x35e413(_0x14dbe8[_0x3d8852(0x13f)][_0x3d8852(0x213)],_0x14dbe8[_0x3d8852(0x13f)][_0x3d8852(0x240)],_0xc36887,_0x4386ca=>{const _0x43457c=_0x3d8852,_0x30228b=_0x512b01[_0x43457c(0x10c)]({'start':_0x14dbe8[_0x43457c(0x13f)][_0x43457c(0x2a9)]['startColumn'],'end':_0x14dbe8[_0x43457c(0x13f)]['sourceRange']['endColumn']},{'start':_0x14dbe8['params'][_0x43457c(0x1a5)][_0x43457c(0x207)],'end':_0x14dbe8[_0x43457c(0x13f)][_0x43457c(0x1a5)]['endColumn']},{'start':_0x4386ca[_0x43457c(0x207)],'end':_0x4386ca[_0x43457c(0x22a)]});return(_0x30228b['step']!==0x0||_0x30228b[_0x43457c(0xfe)]!==0x0)&&(_0x3a0e11=!0x0,_0x4386ca[_0x43457c(0x207)]+=_0x30228b[_0x43457c(0x2d6)],_0x4386ca[_0x43457c(0x22a)]+=_0x30228b[_0x43457c(0x2d6)]+_0x30228b[_0x43457c(0xfe)]),_0x4386ca;});_0x3a0e11&&(_0x30864b=!0x0,_0x4f51e4['f']=_0x5c0cb0,_0x5ec26e[_0x3d8852(0x29f)](_0x46cede,_0x5dd109,{..._0x4f51e4}));}}),_0x30864b){const _0x482bc7={'id':_0x512b01[_0x270727(0x2e9)]['id'],'params':{'unitId':_0x54dee1[_0x270727(0x13f)]['unitId'],'subUnitId':_0x54dee1['params'][_0x270727(0x240)],'cellValue':_0x5ec26e['getMatrix']()}};_0x19b573['push'](_0x482bc7);}return _0x513bdf[_0x270727(0x13f)][_0x270727(0x1d3)]=_0x42ebaa[_0x270727(0x2ce)](),{'m1Prime':_0x19b573,'m2Prime':_0x513bdf};}},_0x420db6={'m1':_0x512b01['MoveColsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x1982c8,_0x2cbd48){const _0xa24ec6=_0x537ed3,_0x19a4df={'m1Prime':[],'m2Prime':[]};if(_0x1982c8['params'][_0xa24ec6(0x213)]!==_0x2cbd48['params'][_0xa24ec6(0x213)]||_0x1982c8['params'][_0xa24ec6(0x240)]!==_0x2cbd48['params'][_0xa24ec6(0x240)])return _0x19a4df;const _0x596e9c=_0x1c277e[_0xa24ec6(0x2a5)][_0xa24ec6(0x1d1)](_0x2cbd48);let _0x15dd9f=!0x1;return _0x596e9c[_0xa24ec6(0x13f)]['selections'][_0xa24ec6(0x22e)](_0x53e8bf=>{const _0x44f802=_0xa24ec6,{range:_0x42290e,primary:_0x3bff41}=_0x53e8bf,_0x1bca31=_0x512b01[_0x44f802(0x10c)]({'start':_0x1982c8[_0x44f802(0x13f)]['sourceRange'][_0x44f802(0x207)],'end':_0x1982c8[_0x44f802(0x13f)][_0x44f802(0x2a9)][_0x44f802(0x22a)]},{'start':_0x1982c8[_0x44f802(0x13f)]['targetRange'][_0x44f802(0x207)],'end':_0x1982c8[_0x44f802(0x13f)][_0x44f802(0x1a5)][_0x44f802(0x22a)]},{'start':_0x42290e['startColumn'],'end':_0x42290e[_0x44f802(0x22a)]});if(_0x1bca31[_0x44f802(0xfe)]||_0x1bca31[_0x44f802(0x2d6)]){if(_0x42290e['startColumn']+=_0x1bca31[_0x44f802(0x2d6)],_0x42290e['endColumn']+=_0x1bca31[_0x44f802(0x2d6)]+(_0x1bca31['length']||0x0),_0x3bff41){const _0x1c671f=_0x512b01[_0x44f802(0x10c)]({'start':_0x1982c8[_0x44f802(0x13f)][_0x44f802(0x2a9)][_0x44f802(0x207)],'end':_0x1982c8['params'][_0x44f802(0x2a9)][_0x44f802(0x22a)]},{'start':_0x1982c8[_0x44f802(0x13f)]['targetRange'][_0x44f802(0x207)],'end':_0x1982c8[_0x44f802(0x13f)][_0x44f802(0x1a5)][_0x44f802(0x22a)]},{'start':_0x3bff41[_0x44f802(0x207)],'end':_0x3bff41['endColumn']});(_0x1c671f['length']||_0x1c671f[_0x44f802(0x2d6)])&&(_0x3bff41[_0x44f802(0x207)]+=_0x1c671f[_0x44f802(0x2d6)],_0x3bff41['endColumn']+=_0x1c671f[_0x44f802(0x2d6)],_0x3bff41['actualColumn']+=_0x1c671f[_0x44f802(0x2d6)]);}_0x15dd9f=!0x0;}}),_0x15dd9f&&_0x19a4df['m2Prime'][_0xa24ec6(0x1aa)](_0x596e9c),_0x19a4df;}},_0x1d0161={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x472535['SetSheetsFilterCriteriaMutation']['id'],'handler'(_0x1efad1,_0xe0b291){const _0x4adb98=_0x537ed3,_0x2c91f9={'m1Prime':_0x1efad1,'m2Prime':_0xe0b291};if(_0x1efad1[_0x4adb98(0x13f)][_0x4adb98(0x213)]!==_0xe0b291[_0x4adb98(0x13f)][_0x4adb98(0x213)]||_0x1efad1[_0x4adb98(0x13f)][_0x4adb98(0x240)]!==_0xe0b291[_0x4adb98(0x13f)][_0x4adb98(0x240)])return _0x2c91f9;const _0x3af03e=_0x1c277e[_0x4adb98(0x2a5)][_0x4adb98(0x1d1)](_0x1efad1),_0x405163=_0x1c277e[_0x4adb98(0x2a5)][_0x4adb98(0x1d1)](_0xe0b291),_0x5a832e=_0x512b01['handleBaseMoveRowsCols']({'start':_0x1efad1[_0x4adb98(0x13f)][_0x4adb98(0x2a9)][_0x4adb98(0x207)],'end':_0x1efad1['params'][_0x4adb98(0x2a9)][_0x4adb98(0x22a)]},{'start':_0x1efad1['params'][_0x4adb98(0x1a5)][_0x4adb98(0x207)],'end':_0x1efad1['params'][_0x4adb98(0x1a5)]['endColumn']},{'start':_0xe0b291[_0x4adb98(0x13f)][_0x4adb98(0x1e6)],'end':_0xe0b291[_0x4adb98(0x13f)][_0x4adb98(0x1e6)]});if(_0x5a832e['step']===0x0)return _0x2c91f9;_0x405163[_0x4adb98(0x13f)][_0x4adb98(0x1e6)]+=_0x5a832e['step'],_0x405163[_0x4adb98(0x13f)][_0x4adb98(0x128)]&&(_0x405163[_0x4adb98(0x13f)][_0x4adb98(0x128)][_0x4adb98(0x235)]+=_0x5a832e[_0x4adb98(0x2d6)]);const _0x25bb0b=_0x1c277e[_0x4adb98(0x2a5)][_0x4adb98(0x1d1)](_0xe0b291);return _0x25bb0b[_0x4adb98(0x13f)][_0x4adb98(0x128)]=null,{'m1Prime':[_0x25bb0b,_0x405163,_0x3af03e],'m2Prime':[_0x405163]};}},_0x1b0d2a={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x472535['SetSheetsFilterRangeMutation']['id'],'handler'(_0x4ad5e6,_0x3a550c){const _0x2a6c02=_0x537ed3,_0x333195={'m1Prime':[_0x4ad5e6],'m2Prime':[_0x3a550c]};if(_0x4ad5e6[_0x2a6c02(0x13f)][_0x2a6c02(0x213)]!==_0x3a550c[_0x2a6c02(0x13f)][_0x2a6c02(0x213)]||_0x4ad5e6[_0x2a6c02(0x13f)][_0x2a6c02(0x240)]!==_0x3a550c['params']['subUnitId'])return _0x333195;const _0x7b5f62=_0x1c277e['Tools'][_0x2a6c02(0x1d1)](_0x4ad5e6),_0x44a159=_0x1c277e[_0x2a6c02(0x2a5)]['deepClone'](_0x3a550c),_0x3151e3=_0x512b01[_0x2a6c02(0x10c)]({'start':_0x4ad5e6[_0x2a6c02(0x13f)][_0x2a6c02(0x2a9)]['startColumn'],'end':_0x4ad5e6[_0x2a6c02(0x13f)]['sourceRange'][_0x2a6c02(0x22a)]},{'start':_0x4ad5e6[_0x2a6c02(0x13f)][_0x2a6c02(0x1a5)]['startColumn'],'end':_0x4ad5e6['params'][_0x2a6c02(0x1a5)][_0x2a6c02(0x22a)]},{'start':_0x3a550c[_0x2a6c02(0x13f)][_0x2a6c02(0x218)][_0x2a6c02(0x207)],'end':_0x3a550c['params'][_0x2a6c02(0x218)][_0x2a6c02(0x22a)]});return _0x44a159[_0x2a6c02(0x13f)][_0x2a6c02(0x218)][_0x2a6c02(0x207)]+=_0x3151e3[_0x2a6c02(0x2d6)],_0x44a159[_0x2a6c02(0x13f)][_0x2a6c02(0x218)][_0x2a6c02(0x22a)]+=_0x3151e3[_0x2a6c02(0x2d6)]+_0x3151e3[_0x2a6c02(0xfe)],{'m1Prime':[_0x44a159,_0x7b5f62],'m2Prime':[_0x44a159]};}},_0x2710b8={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x512b01['SetWorksheetColWidthMutation']['id'],'handler'(_0x34f95c,_0x3d0038){const _0xd2f113=_0x537ed3,_0x1a8192={'m1Prime':_0x34f95c,'m2Prime':_0x3d0038};if(_0x34f95c[_0xd2f113(0x13f)][_0xd2f113(0x213)]!==_0x3d0038[_0xd2f113(0x13f)][_0xd2f113(0x213)]||_0x34f95c[_0xd2f113(0x13f)][_0xd2f113(0x240)]!==_0x3d0038['params'][_0xd2f113(0x240)])return _0x1a8192;const _0x5963d1=_0x1c277e[_0xd2f113(0x2a5)]['deepClone'](_0x34f95c),_0x1df664=_0x1c277e[_0xd2f113(0x2a5)]['deepClone'](_0x3d0038),{ranges:_0x58e364,colWidth:_0x2e3f6b}=_0x1df664[_0xd2f113(0x13f)],{sourceRange:_0x5a8e5d,targetRange:_0xb42d9}=_0x34f95c[_0xd2f113(0x13f)],_0x203a38={'start':_0x5a8e5d['startColumn'],'end':_0x5a8e5d[_0xd2f113(0x22a)]},_0x4fb829={'start':_0xb42d9[_0xd2f113(0x207)],'end':_0xb42d9[_0xd2f113(0x22a)]};return _0x58e364['some'](_0x1c145f=>{const _0x4a4af0=_0xd2f113,_0x230a1d={'start':_0x1c145f[_0x4a4af0(0x207)],'end':_0x1c145f['endColumn']},_0x32e0e5=_0x512b01['handleBaseMoveRowsCols'](_0x203a38,_0x4fb829,_0x230a1d);return _0x32e0e5['length']!==0x0?!0x0:(_0x1c145f[_0x4a4af0(0x207)]+=_0x32e0e5[_0x4a4af0(0x2d6)],_0x1c145f[_0x4a4af0(0x22a)]+=_0x32e0e5[_0x4a4af0(0x2d6)],!0x1);})?{'error':new Error(_0xd2f113(0x216))}:(typeof _0x2e3f6b!=_0xd2f113(0x24e)&&_0x1c277e[_0xd2f113(0x124)](_0x5a8e5d[_0xd2f113(0x207)],_0x5a8e5d[_0xd2f113(0x22a)]-_0x5a8e5d[_0xd2f113(0x207)]+0x1,_0xb42d9[_0xd2f113(0x207)],_0x2e3f6b),{'m1Prime':_0x5963d1,'m2Prime':_0x1df664});}},_0x32ea96={'m1':_0x512b01[_0x537ed3(0x2c0)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x28456f,_0x2f9473)=>{const _0x5c412b=_0x537ed3,_0x98e69={'m1Prime':_0x28456f,'m2Prime':_0x2f9473};if(_0x28456f[_0x5c412b(0x13f)][_0x5c412b(0x213)]!==_0x2f9473[_0x5c412b(0x13f)][_0x5c412b(0x213)]||_0x28456f[_0x5c412b(0x13f)][_0x5c412b(0x240)]!==_0x2f9473[_0x5c412b(0x13f)][_0x5c412b(0x240)])return _0x98e69;const _0x1b0d1a={'id':_0x512b01['MoveColsCommand']['id'],'params':{'unitId':_0x28456f['params'][_0x5c412b(0x213)],'subUnitId':_0x28456f[_0x5c412b(0x13f)][_0x5c412b(0x240)],'fromRange':_0x28456f[_0x5c412b(0x13f)]['sourceRange'],'toRange':_0x28456f[_0x5c412b(0x13f)][_0x5c412b(0x1a5)]}},_0x596818=_0x5b9671(_0x2f9473,_0x1b0d1a);return{'m1Prime':[_0x28456f,..._0x596818],'m2Prime':[_0x2f9473,..._0x596818]};}},_0x3f7391={'m1':_0x2bb070[_0x537ed3(0x294)]['id'],'m2':_0x2bb070[_0x537ed3(0x294)]['id'],'handler'(_0x13e859,_0x15adf6){const _0x3903ee=_0x537ed3;return _0x13e859['params'][_0x3903ee(0x213)]!==_0x15adf6[_0x3903ee(0x13f)]['unitId']||_0x13e859[_0x3903ee(0x13f)]['subUnitId']!==_0x15adf6['params'][_0x3903ee(0x240)]?{'m1Prime':_0x13e859,'m2Prime':_0x15adf6}:{'error':new Error('Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self')};}},_0x56a2cd={'m1':_0x512b01[_0x537ed3(0x199)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x3cd523,_0x462cf1){const _0x2b906a=_0x537ed3,_0x141154=_0x37c2b6[_0x2b906a(0x2ad)](_0x462cf1,_0x3cd523);return _0xf0cba5(_0x141154)?{'m1Prime':_0x141154[_0x2b906a(0x11c)],'m2Prime':_0x141154[_0x2b906a(0x122)]}:_0x141154;}},_0x5cb8c8={'m1':_0x512b01[_0x537ed3(0x199)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x3439b0,_0x211303){const _0x39cefe=_0x537ed3,_0x2ba761={'m1Prime':_0x3439b0,'m2Prime':_0x211303};if(_0x3439b0['params'][_0x39cefe(0x213)]!==_0x211303[_0x39cefe(0x13f)][_0x39cefe(0x213)])return _0x2ba761;const _0xd2fd56=new _0x1c277e[(_0x39cefe(0x2f6))](_0x3439b0[_0x39cefe(0x13f)][_0x39cefe(0x270)]['value'])[_0x39cefe(0x1fd)](),_0x5d4195=new _0x1c277e[(_0x39cefe(0x2f6))](_0x211303['params'][_0x39cefe(0x270)][_0x39cefe(0x16f)])[_0x39cefe(0x1fd)](),_0x466aed=new _0x1c277e[(_0x39cefe(0x2f6))](_0x3439b0[_0x39cefe(0x13f)]['to'][_0x39cefe(0x16f)])[_0x39cefe(0x1fd)](),_0xc65782=new _0x1c277e['ObjectMatrix'](_0x211303['params']['to']['value'])['getDataRange']();return _0x3439b0[_0x39cefe(0x13f)]['from'][_0x39cefe(0x240)]===_0x211303[_0x39cefe(0x13f)][_0x39cefe(0x270)][_0x39cefe(0x240)]&&_0x1c277e[_0x39cefe(0x138)][_0x39cefe(0x2a0)](_0xd2fd56,_0x5d4195)||_0x3439b0[_0x39cefe(0x13f)]['to']['subUnitId']===_0x211303[_0x39cefe(0x13f)]['to'][_0x39cefe(0x240)]&&_0x1c277e[_0x39cefe(0x138)][_0x39cefe(0x2a0)](_0x466aed,_0xc65782)||_0x3439b0['params'][_0x39cefe(0x270)]['subUnitId']===_0x211303[_0x39cefe(0x13f)]['to']['subUnitId']&&_0x1c277e[_0x39cefe(0x138)][_0x39cefe(0x2a0)](_0xd2fd56,_0xc65782)||_0x3439b0['params']['to']['subUnitId']===_0x211303[_0x39cefe(0x13f)]['from'][_0x39cefe(0x240)]&&_0x1c277e[_0x39cefe(0x138)][_0x39cefe(0x2a0)](_0x466aed,_0x5d4195)?{'error':new Error(_0x39cefe(0x1b1))}:_0x2ba761;}},_0x271b25={'m1':_0x512b01['MoveRangeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x3baea0,_0x58b91c){const _0x15b169=_0x537ed3,_0x5f010c={'m1Prime':_0x3baea0,'m2Prime':_0x58b91c};if(_0x3baea0['params']['unitId']!==_0x58b91c['params'][_0x15b169(0x213)]||_0x3baea0[_0x15b169(0x13f)]['from'][_0x15b169(0x240)]!==_0x58b91c[_0x15b169(0x13f)][_0x15b169(0x240)]&&_0x3baea0[_0x15b169(0x13f)]['to'][_0x15b169(0x240)]!==_0x58b91c[_0x15b169(0x13f)][_0x15b169(0x240)])return _0x5f010c;const _0x20a359=new _0x1c277e[(_0x15b169(0x2f6))](_0x3baea0['params'][_0x15b169(0x270)][_0x15b169(0x16f)])['getDataRange'](),_0x21fc77=new _0x1c277e[(_0x15b169(0x2f6))](_0x3baea0[_0x15b169(0x13f)]['to'][_0x15b169(0x16f)])['getDataRange']();return _0x3baea0[_0x15b169(0x13f)][_0x15b169(0x270)][_0x15b169(0x240)]===_0x58b91c['params']['subUnitId']&&_0x58b91c[_0x15b169(0x13f)][_0x15b169(0x23f)][_0x15b169(0x167)](_0x186606=>_0x1c277e['Rectangle'][_0x15b169(0x2a0)](_0x186606,_0x20a359))?{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')}:_0x3baea0['params']['to']['subUnitId']===_0x58b91c[_0x15b169(0x13f)]['subUnitId']&&_0x58b91c[_0x15b169(0x13f)][_0x15b169(0x23f)][_0x15b169(0x167)](_0x4f7e1a=>_0x1c277e['Rectangle']['intersects'](_0x4f7e1a,_0x21fc77))?{'error':new Error(_0x15b169(0x214))}:_0x5f010c;}},_0xb0248c={'m1':_0x512b01[_0x537ed3(0x199)]['id'],'m2':_0x512b01['ReorderRangeMutation']['id'],'handler'(_0x3c89ac,_0x15ad81){const _0x19ef89=_0x537ed3,_0x247025={'m1Prime':_0x3c89ac,'m2Prime':_0x15ad81};if(_0x3c89ac[_0x19ef89(0x13f)][_0x19ef89(0x213)]!==_0x15ad81[_0x19ef89(0x13f)][_0x19ef89(0x213)]||_0x3c89ac[_0x19ef89(0x13f)]['from']['subUnitId']!==_0x15ad81[_0x19ef89(0x13f)][_0x19ef89(0x240)]&&_0x3c89ac['params']['to'][_0x19ef89(0x240)]!==_0x15ad81[_0x19ef89(0x13f)]['subUnitId'])return _0x247025;if(_0x3c89ac[_0x19ef89(0x13f)][_0x19ef89(0x270)][_0x19ef89(0x240)]===_0x15ad81['params'][_0x19ef89(0x240)]){const _0x1af985=new _0x1c277e[(_0x19ef89(0x2f6))](_0x3c89ac['params']['from'][_0x19ef89(0x16f)])[_0x19ef89(0x1fd)]();if(_0x1c277e[_0x19ef89(0x138)]['intersects'](_0x1af985,_0x15ad81[_0x19ef89(0x13f)][_0x19ef89(0x218)]))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20reorder\x20range')};}if(_0x3c89ac['params']['to'][_0x19ef89(0x240)]===_0x15ad81[_0x19ef89(0x13f)]['subUnitId']){const _0x1b4e4b=new _0x1c277e[(_0x19ef89(0x2f6))](_0x3c89ac[_0x19ef89(0x13f)]['to'][_0x19ef89(0x16f)])[_0x19ef89(0x1fd)]();if(_0x1c277e[_0x19ef89(0x138)]['intersects'](_0x1b4e4b,_0x15ad81[_0x19ef89(0x13f)][_0x19ef89(0x218)]))return{'error':new Error(_0x19ef89(0x23d))};}return _0x247025;}},_0x3d4762={'m1':_0x512b01[_0x537ed3(0x199)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x3ed3d0,_0x111e4c){const _0x404a49=_0x537ed3,_0x205082={'m1Prime':_0x3ed3d0,'m2Prime':_0x111e4c};if(_0x3ed3d0[_0x404a49(0x13f)][_0x404a49(0x213)]!==_0x111e4c['params']['unitId']||_0x3ed3d0[_0x404a49(0x13f)][_0x404a49(0x270)]['subUnitId']!==_0x111e4c[_0x404a49(0x13f)][_0x404a49(0x240)]&&_0x3ed3d0[_0x404a49(0x13f)]['to'][_0x404a49(0x240)]!==_0x111e4c['params'][_0x404a49(0x240)])return _0x205082;const _0x104f54=new _0x1c277e[(_0x404a49(0x2f6))](_0x3ed3d0[_0x404a49(0x13f)]['from'][_0x404a49(0x16f)])[_0x404a49(0x1fd)](),_0x353f83=new _0x1c277e[(_0x404a49(0x2f6))](_0x3ed3d0[_0x404a49(0x13f)]['to']['value'])['getDataRange']();if(_0x3ed3d0[_0x404a49(0x13f)][_0x404a49(0x270)][_0x404a49(0x240)]===_0x111e4c[_0x404a49(0x13f)]['subUnitId']){const {values:_0x3552be}=_0x111e4c[_0x404a49(0x13f)];for(const _0x3ae94e in _0x3552be)if(_0x3552be[_0x3ae94e][_0x404a49(0x23f)][_0x404a49(0x167)](_0x35192f=>_0x1c277e[_0x404a49(0x138)][_0x404a49(0x2a0)](_0x35192f,_0x104f54)))return{'error':new Error(_0x404a49(0x214))};}if(_0x3ed3d0[_0x404a49(0x13f)]['to'][_0x404a49(0x240)]===_0x111e4c[_0x404a49(0x13f)][_0x404a49(0x240)]){const {values:_0x47d942}=_0x111e4c[_0x404a49(0x13f)];for(const _0x2e2720 in _0x47d942)if(_0x47d942[_0x2e2720][_0x404a49(0x23f)][_0x404a49(0x167)](_0x346c46=>_0x1c277e['Rectangle'][_0x404a49(0x2a0)](_0x346c46,_0x353f83)))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')};}return _0x205082;}},_0x27b98d={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x4dfa16,_0x246ded)=>{const _0x57bad1=_0x537ed3,_0x3ba970={'m1Prime':_0x4dfa16,'m2Prime':_0x246ded};if(_0x4dfa16[_0x57bad1(0x13f)][_0x57bad1(0x213)]!==_0x246ded[_0x57bad1(0x13f)][_0x57bad1(0x213)]||_0x4dfa16[_0x57bad1(0x13f)][_0x57bad1(0x240)]!==_0x246ded[_0x57bad1(0x13f)][_0x57bad1(0x240)])return _0x3ba970;const _0x5ed6b3={'id':_0x512b01[_0x57bad1(0x215)]['id'],'params':{'unitId':_0x4dfa16[_0x57bad1(0x13f)][_0x57bad1(0x213)],'subUnitId':_0x4dfa16[_0x57bad1(0x13f)]['subUnitId'],'fromRange':_0x4dfa16['params'][_0x57bad1(0x2a9)],'toRange':_0x4dfa16[_0x57bad1(0x13f)][_0x57bad1(0x1a5)]}},_0x5cd4e5=_0x150885(_0x246ded,_0x5ed6b3);return{'m1Prime':[_0x4dfa16,..._0x5cd4e5],'m2Prime':[_0x246ded,..._0x5cd4e5]};}},_0x39bd7c={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x1d07e6[_0x537ed3(0x114)]['id'],'handler'(_0x2bb5a1,_0xbc3c50){const _0x2e147f=_0x537ed3,_0x4e425b={'m1Prime':_0x2bb5a1,'m2Prime':_0xbc3c50};if(_0x2bb5a1[_0x2e147f(0x13f)][_0x2e147f(0x213)]!==_0xbc3c50[_0x2e147f(0x13f)][_0x2e147f(0x213)]||_0x2bb5a1[_0x2e147f(0x13f)][_0x2e147f(0x240)]!==_0xbc3c50[_0x2e147f(0x13f)][_0x2e147f(0x240)])return _0x4e425b;const _0x3f1791={'id':_0x512b01[_0x2e147f(0x215)]['id'],'params':{'fromRange':_0x2bb5a1['params'][_0x2e147f(0x2a9)],'toRange':_0x2bb5a1[_0x2e147f(0x13f)]['targetRange']}},_0x224009=_0x5cd6a1(_0xbc3c50,_0x3f1791);return{'m1Prime':[_0x2bb5a1,..._0x224009],'m2Prime':[_0xbc3c50,..._0x224009]};}},_0x2a3d00={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x1b3533,_0x4a7df7){const _0x450596=_0x537ed3,_0x3d8273=_0x140610[_0x450596(0x2ad)](_0x4a7df7,_0x1b3533);return _0xf0cba5(_0x3d8273)?{'m1Prime':_0x3d8273['m2Prime'],'m2Prime':_0x3d8273[_0x450596(0x122)]}:_0x3d8273;}},_0x4c5e5d={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x2127fa,_0x2cb04d){const _0x203e12=_0x537ed3,_0x491605={'m1Prime':_0x2127fa,'m2Prime':_0x2cb04d};if(_0x2127fa[_0x203e12(0x13f)][_0x203e12(0x213)]!==_0x2cb04d[_0x203e12(0x13f)][_0x203e12(0x213)]||_0x2127fa['params'][_0x203e12(0x240)]!==_0x2cb04d['params'][_0x203e12(0x270)][_0x203e12(0x240)]&&_0x2127fa[_0x203e12(0x13f)][_0x203e12(0x240)]!==_0x2cb04d[_0x203e12(0x13f)]['to'][_0x203e12(0x240)])return _0x491605;const _0x37849=_0x1c277e[_0x203e12(0x2a5)][_0x203e12(0x1d1)](_0x2127fa),_0xfab956=_0x1c277e['Tools'][_0x203e12(0x1d1)](_0x2cb04d),_0xbd97a5=_0x2127fa['params']['sourceRange'],_0x16bc16=_0x2127fa[_0x203e12(0x13f)]['targetRange'];if(_0x2127fa['params'][_0x203e12(0x240)]===_0x2cb04d[_0x203e12(0x13f)][_0x203e12(0x270)][_0x203e12(0x240)]){const _0x432614=new _0x1c277e[(_0x203e12(0x2f6))](_0xfab956[_0x203e12(0x13f)][_0x203e12(0x270)]['value']),_0x589e99=_0x432614['getDataRange']();if(_0x49ead1({'start':_0xbd97a5['startRow'],'end':_0xbd97a5['endRow']},{'start':_0x589e99[_0x203e12(0x224)],'end':_0x589e99[_0x203e12(0x2ec)]})||_0x49ead1({'start':_0x16bc16[_0x203e12(0x224)],'end':_0x16bc16[_0x203e12(0x2ec)]},{'start':_0x589e99[_0x203e12(0x224)],'end':_0x589e99[_0x203e12(0x2ec)]}))return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};const _0xe05529=_0x512b01[_0x203e12(0x10c)]({'start':_0xbd97a5[_0x203e12(0x224)],'end':_0xbd97a5[_0x203e12(0x2ec)]},{'start':_0x16bc16['startRow'],'end':_0x16bc16[_0x203e12(0x2ec)]},{'start':_0x589e99[_0x203e12(0x224)],'end':_0x589e99[_0x203e12(0x2ec)]});if(_0xe05529[_0x203e12(0xfe)]!==0x0)return{'error':new Error(_0x203e12(0xfd))};_0xe05529[_0x203e12(0x2d6)]!==0x0&&_0x432614['moveRows'](_0xbd97a5['startRow'],_0xbd97a5[_0x203e12(0x2ec)]-_0xbd97a5[_0x203e12(0x224)]+0x1,_0x16bc16[_0x203e12(0x224)]),_0xfab956[_0x203e12(0x13f)][_0x203e12(0x270)][_0x203e12(0x16f)]=_0x432614[_0x203e12(0x2ce)]();}if(_0x2127fa[_0x203e12(0x13f)][_0x203e12(0x240)]===_0x2cb04d[_0x203e12(0x13f)]['to'][_0x203e12(0x240)]){const _0xa42a80=new _0x1c277e[(_0x203e12(0x2f6))](_0xfab956['params']['to'][_0x203e12(0x16f)]),_0x349b1d=_0xa42a80['getDataRange']();if(_0x49ead1({'start':_0xbd97a5[_0x203e12(0x224)],'end':_0xbd97a5[_0x203e12(0x2ec)]},{'start':_0x349b1d['startRow'],'end':_0x349b1d['endRow']})||_0x49ead1({'start':_0x16bc16['startRow'],'end':_0x16bc16['endRow']},{'start':_0x349b1d[_0x203e12(0x224)],'end':_0x349b1d[_0x203e12(0x2ec)]}))return{'error':new Error(_0x203e12(0xfd))};const _0xbb23f0=_0x512b01[_0x203e12(0x10c)]({'start':_0xbd97a5['startRow'],'end':_0xbd97a5[_0x203e12(0x2ec)]},{'start':_0x16bc16[_0x203e12(0x224)],'end':_0x16bc16[_0x203e12(0x2ec)]},{'start':_0x349b1d[_0x203e12(0x224)],'end':_0x349b1d[_0x203e12(0x2ec)]});if(_0xbb23f0[_0x203e12(0xfe)]!==0x0)return{'error':new Error(_0x203e12(0xfd))};_0xbb23f0[_0x203e12(0x2d6)]!==0x0&&_0xa42a80[_0x203e12(0x234)](_0xbd97a5[_0x203e12(0x224)],_0xbd97a5[_0x203e12(0x2ec)]-_0xbd97a5[_0x203e12(0x224)]+0x1,_0x16bc16[_0x203e12(0x224)]),_0xfab956[_0x203e12(0x13f)]['to'][_0x203e12(0x16f)]=_0xa42a80['getMatrix']();}return{'m1Prime':_0x37849,'m2Prime':_0xfab956};}},_0x401ed3={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler'(_0x1ef827,_0x11e468){const _0x3848ad=_0x537ed3,_0x5c8f1e={'m1Prime':_0x1ef827,'m2Prime':_0x11e468};if(_0x1ef827[_0x3848ad(0x13f)][_0x3848ad(0x213)]!==_0x11e468[_0x3848ad(0x13f)]['unitId']||_0x1ef827[_0x3848ad(0x13f)]['subUnitId']!==_0x11e468[_0x3848ad(0x13f)][_0x3848ad(0x240)])return _0x5c8f1e;const _0x14c4b8=_0x1c277e['Tools'][_0x3848ad(0x1d1)](_0x1ef827),_0x136858=_0x1c277e[_0x3848ad(0x2a5)][_0x3848ad(0x1d1)](_0x11e468),_0x199b47=_0x11e468[_0x3848ad(0x13f)][_0x3848ad(0x2a9)],_0x21df7f=_0x11e468[_0x3848ad(0x13f)][_0x3848ad(0x1a5)],_0xea27ef=_0x1ef827['params'][_0x3848ad(0x2a9)],_0x29e430=_0x1ef827[_0x3848ad(0x13f)][_0x3848ad(0x1a5)];if(_0xea27ef[_0x3848ad(0x2ec)]>=_0x199b47['startRow']&&_0xea27ef['startRow']<=_0x199b47[_0x3848ad(0x2ec)])return{'error':new Error(_0x3848ad(0x2d4))};const _0x165c9b=_0x512b01[_0x3848ad(0x10c)]({'start':_0xea27ef['startRow'],'end':_0xea27ef[_0x3848ad(0x2ec)]},{'start':_0x29e430[_0x3848ad(0x224)],'end':_0x29e430['endRow']},{'start':_0x199b47['startRow'],'end':_0x199b47[_0x3848ad(0x2ec)]}),_0x272308=_0x512b01['handleBaseMoveRowsCols']({'start':_0xea27ef['startRow'],'end':_0xea27ef[_0x3848ad(0x2ec)]},{'start':_0x29e430['startRow'],'end':_0x29e430[_0x3848ad(0x2ec)]},{'start':_0x21df7f[_0x3848ad(0x224)],'end':_0x21df7f[_0x3848ad(0x2ec)]});_0x165c9b&&_0x272308?(_0x136858['params'][_0x3848ad(0x2a9)][_0x3848ad(0x224)]+=_0x165c9b[_0x3848ad(0x2d6)],_0x136858['params'][_0x3848ad(0x2a9)]['endRow']+=_0x165c9b[_0x3848ad(0x2d6)]+(_0x165c9b[_0x3848ad(0xfe)]||0x0),_0x136858['params'][_0x3848ad(0x1a5)]['startRow']+=_0x272308[_0x3848ad(0x2d6)],_0x136858['params'][_0x3848ad(0x1a5)]['endRow']+=_0x272308[_0x3848ad(0x2d6)]+(_0x272308[_0x3848ad(0xfe)]||0x0)):_0x136858['id']=_0x512b01[_0x3848ad(0x24f)]['id'];const _0x56c40f=_0x512b01[_0x3848ad(0x10c)]({'start':_0x199b47[_0x3848ad(0x224)],'end':_0x199b47[_0x3848ad(0x2ec)]},{'start':_0x21df7f[_0x3848ad(0x224)],'end':_0x21df7f['endRow']},{'start':_0xea27ef['startRow'],'end':_0xea27ef[_0x3848ad(0x2ec)]}),_0x22073f=_0x512b01[_0x3848ad(0x10c)]({'start':_0x199b47[_0x3848ad(0x224)],'end':_0x199b47['endRow']},{'start':_0x21df7f[_0x3848ad(0x224)],'end':_0x21df7f[_0x3848ad(0x2ec)]},{'start':_0x29e430[_0x3848ad(0x224)],'end':_0x29e430[_0x3848ad(0x2ec)]});return _0x56c40f&&_0x22073f?(_0x14c4b8['params'][_0x3848ad(0x2a9)][_0x3848ad(0x224)]+=_0x56c40f['step'],_0x14c4b8[_0x3848ad(0x13f)][_0x3848ad(0x2a9)][_0x3848ad(0x2ec)]+=_0x56c40f[_0x3848ad(0x2d6)]+(_0x56c40f['length']||0x0),_0x14c4b8['params'][_0x3848ad(0x1a5)][_0x3848ad(0x224)]+=_0x22073f[_0x3848ad(0x2d6)],_0x14c4b8['params'][_0x3848ad(0x1a5)][_0x3848ad(0x2ec)]+=_0x22073f['step']+(_0x22073f[_0x3848ad(0xfe)]||0x0)):_0x14c4b8['id']=_0x512b01[_0x3848ad(0x24f)]['id'],{'m1Prime':_0x14c4b8,'m2Prime':_0x136858};}},_0x24cb98={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x190b8b,_0x4526bc){const _0x5e37f4=_0x537ed3,_0x362ef0={'m1Prime':_0x190b8b,'m2Prime':_0x4526bc};if(_0x190b8b[_0x5e37f4(0x13f)][_0x5e37f4(0x213)]!==_0x4526bc['params'][_0x5e37f4(0x213)]||_0x190b8b['params']['subUnitId']!==_0x4526bc[_0x5e37f4(0x13f)][_0x5e37f4(0x240)])return _0x362ef0;const _0xe21bc4=_0x1c277e[_0x5e37f4(0x2a5)][_0x5e37f4(0x1d1)](_0x190b8b),_0x250853=_0x1c277e[_0x5e37f4(0x2a5)][_0x5e37f4(0x1d1)](_0x4526bc),{sourceRange:_0x1cf714,targetRange:_0x2757de}=_0x190b8b['params'],_0x3f384b={'start':_0x1cf714[_0x5e37f4(0x224)],'end':_0x1cf714[_0x5e37f4(0x2ec)]},_0x20921d={'start':_0x2757de[_0x5e37f4(0x224)],'end':_0x2757de[_0x5e37f4(0x2ec)]};return _0x250853['params']['ranges'][_0x5e37f4(0x167)](_0x11f877=>{const _0x7b3640=_0x5e37f4,_0x3d69b0={'start':_0x11f877[_0x7b3640(0x224)],'end':_0x11f877[_0x7b3640(0x2ec)]},_0x4eba09=_0x49ead1(_0x3f384b,_0x3d69b0),_0x3f3caa=_0x49ead1(_0x20921d,_0x3d69b0);if(_0x4eba09||_0x3f3caa)return!0x0;const _0x47fbe4=_0x512b01[_0x7b3640(0x10c)](_0x3f384b,_0x20921d,_0x3d69b0);return _0x47fbe4['length']!==0x0?!0x0:(_0x11f877[_0x7b3640(0x224)]+=_0x47fbe4[_0x7b3640(0x2d6)],_0x11f877['endRow']+=_0x47fbe4['step'],!0x1);})?{'error':new Error(_0x5e37f4(0x23a))}:{'m1Prime':_0xe21bc4,'m2Prime':_0x250853};}},_0x2e0121={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0xd11290,_0x2609e9){const _0x366950=_0x537ed3,_0x3b9c82=_0x1c277e[_0x366950(0x2a5)][_0x366950(0x1d1)](_0xd11290),_0xd0d145=_0x1c277e[_0x366950(0x2a5)]['deepClone'](_0x2609e9);if(_0xd11290['params'][_0x366950(0x213)]!==_0x2609e9[_0x366950(0x13f)][_0x366950(0x213)]||_0xd11290[_0x366950(0x13f)][_0x366950(0x240)]!==_0x2609e9['params'][_0x366950(0x240)])return{'m1Prime':_0x3b9c82,'m2Prime':_0xd0d145};const _0x399846=_0xd0d145[_0x366950(0x13f)][_0x366950(0x23f)][_0x366950(0x2e0)]((_0x2f40d4,_0x31a455)=>{const _0x4c9c2d=_0x366950,{sourceRange:_0x3c32b7,targetRange:_0x131494}=_0xd11290['params'],_0x97d29a={..._0x31a455};return _0x3c32b7[_0x4c9c2d(0x2ec)]<_0x97d29a[_0x4c9c2d(0x224)]&&_0x131494['startRow']>_0x97d29a[_0x4c9c2d(0x2ec)]?(_0x97d29a[_0x4c9c2d(0x224)]-=_0x3c32b7[_0x4c9c2d(0x2ec)]-_0x3c32b7[_0x4c9c2d(0x224)]+0x1,_0x97d29a['endRow']-=_0x3c32b7[_0x4c9c2d(0x2ec)]-_0x3c32b7[_0x4c9c2d(0x224)]+0x1,_0x1dd703(_0x97d29a)&&_0x2f40d4[_0x4c9c2d(0x1aa)](_0x97d29a)):_0x3c32b7['startRow']>_0x97d29a[_0x4c9c2d(0x2ec)]&&_0x131494['endRow']<_0x97d29a[_0x4c9c2d(0x224)]?(_0x97d29a['startRow']+=_0x3c32b7[_0x4c9c2d(0x2ec)]-_0x3c32b7[_0x4c9c2d(0x224)]+0x1,_0x97d29a[_0x4c9c2d(0x2ec)]+=_0x3c32b7[_0x4c9c2d(0x2ec)]-_0x3c32b7['startRow']+0x1,_0x1dd703(_0x97d29a)&&_0x2f40d4[_0x4c9c2d(0x1aa)](_0x97d29a)):_0x1c277e['Rectangle']['intersects'](_0x97d29a,_0x3c32b7)||_0x1c277e[_0x4c9c2d(0x138)]['intersects'](_0x97d29a,_0x131494)||_0x2f40d4['push'](_0x97d29a),_0x2f40d4;},[]);return _0xd0d145['params'][_0x366950(0x23f)]=_0x399846,_0xd0d145['params'][_0x366950(0x23f)]['length']===0x0&&(_0xd0d145['id']=_0x512b01[_0x366950(0x24f)]['id']),{'m1Prime':_0x3b9c82,'m2Prime':_0xd0d145};}},_0x139f2b={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x5efae7,_0x6abd77){const _0x435332=_0x537ed3;var _0x4994f8;const _0x299e30={'m1Prime':_0x5efae7,'m2Prime':_0x6abd77};if(_0x5efae7[_0x435332(0x13f)]['unitId']!==_0x6abd77[_0x435332(0x13f)][_0x435332(0x213)]||_0x5efae7['params'][_0x435332(0x240)]!==_0x6abd77[_0x435332(0x13f)]['subUnitId'])return _0x299e30;const _0x1db3d6=_0x12d065(_0x5efae7[_0x435332(0x13f)][_0x435332(0x2a9)],_0x5efae7[_0x435332(0x13f)][_0x435332(0x1a5)]),_0x1b407e=_0x1c277e[_0x435332(0x2a5)][_0x435332(0x1d1)](_0x6abd77),{range:_0x59f6bf}=_0x1b407e[_0x435332(0x13f)],_0x5c14a3=Array[_0x435332(0x270)]({'length':_0x59f6bf[_0x435332(0x2ec)]-_0x59f6bf[_0x435332(0x224)]+0x1},(_0x5cdb24,_0x587413)=>_0x587413+_0x59f6bf[_0x435332(0x224)]),_0x6e97b0={},_0x54bf1f={},_0x4b137e=Math[_0x435332(0x123)](_0x5efae7['params']['sourceRange'][_0x435332(0x224)],_0x5efae7[_0x435332(0x13f)][_0x435332(0x1a5)][_0x435332(0x224)],..._0x5c14a3),_0x30243e=Math[_0x435332(0x2cd)](_0x5efae7[_0x435332(0x13f)][_0x435332(0x2a9)][_0x435332(0x2ec)],_0x5efae7[_0x435332(0x13f)][_0x435332(0x1a5)][_0x435332(0x2ec)],..._0x5c14a3);for(let _0x240946=_0x4b137e;_0x240946<=_0x30243e;_0x240946++){const _0x55875d=_0x240946,_0x4d13a3=(_0x4994f8=_0x6abd77[_0x435332(0x13f)][_0x435332(0x179)][_0x240946])!=null?_0x4994f8:_0x55875d,_0x140902=_0x1db3d6(_0x4d13a3);_0x55875d!==_0x140902&&(_0x6e97b0[_0x55875d]=_0x140902),_0x4d13a3!==_0x140902&&(_0x54bf1f[_0x4d13a3]=_0x140902);}_0x1b407e[_0x435332(0x13f)]['order']=_0x6e97b0;const _0x50eb83=Object['keys'](_0x6e97b0)[_0x435332(0x1ed)](Number);_0x59f6bf[_0x435332(0x224)]=Math[_0x435332(0x123)](..._0x50eb83),_0x59f6bf[_0x435332(0x2ec)]=Math[_0x435332(0x2cd)](..._0x50eb83);const _0x18b6fc=[_0x5efae7],_0x539e8b=Object[_0x435332(0x232)](_0x54bf1f)[_0x435332(0x1ed)](Number);return _0x539e8b['length']>0x0&&_0x18b6fc[_0x435332(0x19d)]({'id':_0x512b01[_0x435332(0x304)]['id'],'params':{'unitId':_0x5efae7[_0x435332(0x13f)][_0x435332(0x213)],'subUnitId':_0x5efae7['params']['subUnitId'],'range':{'startColumn':_0x6abd77[_0x435332(0x13f)]['range'][_0x435332(0x207)],'endColumn':_0x6abd77['params'][_0x435332(0x218)][_0x435332(0x22a)],'startRow':Math[_0x435332(0x123)](..._0x539e8b),'endRow':Math[_0x435332(0x2cd)](..._0x539e8b)},'order':_0x54bf1f}}),{'m1Prime':_0x18b6fc,'m2Prime':_0x1b407e};}},_0x12d065=(_0xf03f3a,_0x177db9)=>{const _0x14057e=_0x537ed3,_0x39f60a=_0xf03f3a[_0x14057e(0x2ec)]-_0xf03f3a[_0x14057e(0x224)]+0x1,_0x41d47a=_0xf03f3a[_0x14057e(0x224)],_0x2f8c35=_0x177db9[_0x14057e(0x224)];return _0x5eb289=>{const _0x284ff5=_0x14057e;if(_0x41d47a<=_0x2f8c35){const _0x41e9e7=_0x177db9[_0x284ff5(0x224)]-_0xf03f3a[_0x284ff5(0x2ec)]-0x1;if(_0x5eb289>=_0xf03f3a[_0x284ff5(0x224)]&&_0x5eb289<=_0xf03f3a['endRow'])return _0x5eb289+_0x41e9e7;if(_0x5eb289>_0xf03f3a[_0x284ff5(0x2ec)]&&_0x5eb289<_0x177db9[_0x284ff5(0x224)])return _0x5eb289-_0x39f60a;}if(_0x41d47a>_0x2f8c35){const _0xe55b1=_0xf03f3a[_0x284ff5(0x224)]-_0x177db9[_0x284ff5(0x224)];if(_0x5eb289>=_0x177db9[_0x284ff5(0x224)]&&_0x5eb289<_0xf03f3a['startRow'])return _0x5eb289+_0x39f60a;if(_0x5eb289>=_0xf03f3a[_0x284ff5(0x224)]&&_0x5eb289<=_0xf03f3a[_0x284ff5(0x2ec)])return _0x5eb289-_0xe55b1;}return _0x5eb289;};},_0x5a8311={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x4301b8,_0x5064e2){const _0x5441de=_0x537ed3,_0x30aa9d={'m1Prime':_0x4301b8,'m2Prime':_0x5064e2};if(_0x4301b8[_0x5441de(0x13f)][_0x5441de(0x213)]!==_0x5064e2[_0x5441de(0x13f)][_0x5441de(0x213)]||_0x4301b8[_0x5441de(0x13f)][_0x5441de(0x240)]!==_0x5064e2[_0x5441de(0x13f)]['subUnitId'])return _0x30aa9d;const _0xf24a76=[_0x1c277e['Tools'][_0x5441de(0x1d1)](_0x4301b8)],_0x223389=_0x1c277e[_0x5441de(0x2a5)][_0x5441de(0x1d1)](_0x5064e2),{sourceRange:_0x5dadab,targetRange:_0x181d81}=_0x4301b8[_0x5441de(0x13f)],_0x5b661b={'start':_0x5dadab[_0x5441de(0x224)],'end':_0x5dadab[_0x5441de(0x2ec)]},_0x45e501={'start':_0x181d81[_0x5441de(0x224)],'end':_0x181d81[_0x5441de(0x2ec)]},{values:_0x6dc91}=_0x223389[_0x5441de(0x13f)],_0x1b7ad8=[];let _0x4ce110=!0x1;for(const _0x4aa982 in _0x6dc91){const _0x3fc9c2=_0x6dc91[_0x4aa982];if(_0x1b7ad8[_0x5441de(0x1aa)](..._0x3fc9c2[_0x5441de(0x23f)]),_0x3fc9c2['ranges'][_0x5441de(0x167)](_0x44688b=>{const _0x4f0590=_0x5441de,_0x30b8d5={'start':_0x44688b[_0x4f0590(0x224)],'end':_0x44688b[_0x4f0590(0x2ec)]},_0x1d9d86=_0x49ead1(_0x5b661b,_0x30b8d5),_0x10491a=_0x49ead1(_0x45e501,_0x30b8d5);if(_0x1d9d86||_0x10491a)return!0x0;const _0x3bcddd=_0x512b01[_0x4f0590(0x10c)](_0x5b661b,_0x45e501,_0x30b8d5);return _0x3bcddd[_0x4f0590(0xfe)]!==0x0?!0x0:(_0x3bcddd[_0x4f0590(0x2d6)]!==0x0&&(_0x4ce110=!0x0),_0x44688b[_0x4f0590(0x224)]+=_0x3bcddd[_0x4f0590(0x2d6)],_0x44688b['endRow']+=_0x3bcddd[_0x4f0590(0x2d6)],!0x1);}))return{'error':new Error(_0x5441de(0x2f2))};}if(_0x4ce110){const _0x39a1fb={'id':_0x512b01[_0x5441de(0x2e1)]['id'],'params':{'unitId':_0x5064e2[_0x5441de(0x13f)]['unitId'],'subUnitId':_0x5064e2['params'][_0x5441de(0x240)],'ranges':_0x1b7ad8}};_0xf24a76[_0x5441de(0x1aa)](_0x39a1fb,_0x223389);}return{'m1Prime':_0xf24a76,'m2Prime':_0x223389};}},_0x40dfe0={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01['SetRangeValuesMutation']['id'],'handler'(_0x102a4d,_0x2286ed){const _0x492472=_0x537ed3,_0x4bd419={'m1Prime':_0x102a4d,'m2Prime':_0x2286ed};if(_0x102a4d[_0x492472(0x13f)]['unitId']!==_0x2286ed[_0x492472(0x13f)][_0x492472(0x213)]||_0x102a4d[_0x492472(0x13f)]['subUnitId']!==_0x2286ed['params'][_0x492472(0x240)])return _0x4bd419;const _0x5e6d4b=[_0x1c277e[_0x492472(0x2a5)][_0x492472(0x1d1)](_0x102a4d)],_0x21b2e3=_0x1c277e['Tools'][_0x492472(0x1d1)](_0x2286ed),_0x27783c=new _0x1c277e['ObjectMatrix'](_0x21b2e3[_0x492472(0x13f)][_0x492472(0x1d3)]),{sourceRange:_0x2d2d31,targetRange:_0x22efc6}=_0x102a4d[_0x492472(0x13f)],_0xda3b46=_0x2d2d31[_0x492472(0x224)],_0x1d8ffd=_0x2d2d31[_0x492472(0x2ec)]-_0x2d2d31[_0x492472(0x224)]+0x1,_0x8fea93=_0x22efc6['startRow'];_0x27783c['moveRows'](_0xda3b46,_0x1d8ffd,_0x8fea93);const _0x2b40a3=new _0x1c277e[(_0x492472(0x2f6))]();let _0x46be8f=!0x1;if(_0x27783c[_0x492472(0xfc)]((_0x3a9124,_0x4747b0,_0x2c60af)=>{const _0x1a295e=_0x492472;if(_0x2c60af&&_0x2c60af['f']){const _0x2c3ff5=_0x2c60af['f'];let _0x14653c=!0x1;const _0x4b6a09=_0x35e413(_0x102a4d[_0x1a295e(0x13f)][_0x1a295e(0x213)],_0x102a4d[_0x1a295e(0x13f)]['subUnitId'],_0x2c3ff5,_0x146abf=>{const _0x1c3084=_0x1a295e,_0x2f2140=_0x512b01[_0x1c3084(0x10c)]({'start':_0x102a4d[_0x1c3084(0x13f)]['sourceRange'][_0x1c3084(0x224)],'end':_0x102a4d[_0x1c3084(0x13f)][_0x1c3084(0x2a9)][_0x1c3084(0x2ec)]},{'start':_0x102a4d[_0x1c3084(0x13f)][_0x1c3084(0x1a5)]['startRow'],'end':_0x102a4d[_0x1c3084(0x13f)][_0x1c3084(0x1a5)][_0x1c3084(0x2ec)]},{'start':_0x146abf['startRow'],'end':_0x146abf[_0x1c3084(0x2ec)]});return(_0x2f2140[_0x1c3084(0x2d6)]!==0x0||_0x2f2140[_0x1c3084(0xfe)]!==0x0)&&(_0x14653c=!0x0,_0x146abf[_0x1c3084(0x224)]+=_0x2f2140[_0x1c3084(0x2d6)],_0x146abf[_0x1c3084(0x2ec)]+=_0x2f2140[_0x1c3084(0x2d6)]+_0x2f2140[_0x1c3084(0xfe)]),_0x146abf;});_0x14653c&&(_0x46be8f=!0x0,_0x2c60af['f']=_0x4b6a09,_0x2b40a3['setValue'](_0x3a9124,_0x4747b0,{..._0x2c60af}));}}),_0x46be8f){const _0x5a28eb={'id':_0x512b01[_0x492472(0x2e9)]['id'],'params':{'unitId':_0x2286ed[_0x492472(0x13f)][_0x492472(0x213)],'subUnitId':_0x2286ed[_0x492472(0x13f)][_0x492472(0x240)],'cellValue':_0x2b40a3['getMatrix']()}};_0x5e6d4b['push'](_0x5a28eb);}return _0x21b2e3[_0x492472(0x13f)][_0x492472(0x1d3)]=_0x27783c[_0x492472(0x2ce)](),{'m1Prime':_0x5e6d4b,'m2Prime':_0x21b2e3};}},_0xccfbde={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x512b01[_0x537ed3(0xe3)]['id'],'handler'(_0x4d586c,_0x4cf921){const _0xeb725a=_0x537ed3,_0x23720e={'m1Prime':_0x4d586c,'m2Prime':_0x4cf921};if(_0x4d586c[_0xeb725a(0x13f)][_0xeb725a(0x213)]!==_0x4cf921[_0xeb725a(0x13f)][_0xeb725a(0x213)]||_0x4d586c[_0xeb725a(0x13f)]['subUnitId']!==_0x4cf921[_0xeb725a(0x13f)][_0xeb725a(0x240)])return _0x23720e;const _0x1ddd63=_0x1c277e[_0xeb725a(0x2a5)][_0xeb725a(0x1d1)](_0x4d586c),_0x57e212=_0x1c277e[_0xeb725a(0x2a5)]['deepClone'](_0x4cf921),{rowData:_0x21f1bc}=_0x57e212['params'],{sourceRange:_0x16488f,targetRange:_0x5c57e8}=_0x4d586c[_0xeb725a(0x13f)];return _0x1c277e[_0xeb725a(0x124)](_0x16488f[_0xeb725a(0x224)],_0x16488f['endRow']-_0x16488f[_0xeb725a(0x224)]+0x1,_0x5c57e8[_0xeb725a(0x224)],_0x21f1bc),{'m1Prime':_0x1ddd63,'m2Prime':_0x57e212};}},_0x35ea9b={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x149)]['id'],'handler'(_0x2f9299,_0x16ffb9){const _0xebef93=_0x537ed3,_0x4538bc={'m1Prime':_0x2f9299,'m2Prime':_0x16ffb9};if(_0x2f9299[_0xebef93(0x13f)][_0xebef93(0x213)]!==_0x16ffb9[_0xebef93(0x13f)]['unitId']||_0x2f9299[_0xebef93(0x13f)][_0xebef93(0x240)]!==_0x16ffb9['params'][_0xebef93(0x240)])return _0x4538bc;const _0x4f44f5=_0x1c277e[_0xebef93(0x2a5)][_0xebef93(0x1d1)](_0x2f9299),_0x4a30eb=_0x1c277e[_0xebef93(0x2a5)][_0xebef93(0x1d1)](_0x16ffb9),{ranges:_0x22fe02}=_0x4a30eb['params'],{sourceRange:_0x5424a1,targetRange:_0x1054a3}=_0x2f9299[_0xebef93(0x13f)],_0x2660c6={'start':_0x5424a1['startRow'],'end':_0x5424a1[_0xebef93(0x2ec)]},_0x328c60={'start':_0x1054a3['startRow'],'end':_0x1054a3['endRow']};return _0x22fe02['some'](_0x26f7cc=>{const _0x221593=_0xebef93,_0x22602e={'start':_0x26f7cc[_0x221593(0x224)],'end':_0x26f7cc[_0x221593(0x2ec)]},_0x764b4c=_0x49ead1(_0x2660c6,_0x22602e),_0xd5eb82=_0x49ead1(_0x328c60,_0x22602e);if(_0x764b4c||_0xd5eb82)return!0x0;const _0x1d4117=_0x512b01[_0x221593(0x10c)](_0x2660c6,_0x328c60,_0x22602e);return _0x1d4117[_0x221593(0xfe)]!==0x0?!0x0:(_0x26f7cc[_0x221593(0x224)]+=_0x1d4117[_0x221593(0x2d6)],_0x26f7cc[_0x221593(0x2ec)]+=_0x1d4117[_0x221593(0x2d6)],!0x1);})?{'error':new Error(_0xebef93(0x293))}:{'m1Prime':_0x4f44f5,'m2Prime':_0x4a30eb};}},_0x4edc25={'m1':_0x512b01['MoveRowsMutation']['id'],'m2':_0x512b01['SetRowVisibleMutation']['id'],'handler'(_0x5520ef,_0x7435bd){const _0x181f86=_0x537ed3,_0x3b7d02={'m1Prime':_0x5520ef,'m2Prime':_0x7435bd};if(_0x5520ef['params'][_0x181f86(0x213)]!==_0x7435bd[_0x181f86(0x13f)][_0x181f86(0x213)]||_0x5520ef[_0x181f86(0x13f)][_0x181f86(0x240)]!==_0x7435bd['params'][_0x181f86(0x240)])return _0x3b7d02;const _0x42d72d=_0x1c277e['Tools'][_0x181f86(0x1d1)](_0x5520ef),_0x5060f9=_0x1c277e[_0x181f86(0x2a5)][_0x181f86(0x1d1)](_0x7435bd),{ranges:_0x5ef0ee}=_0x5060f9[_0x181f86(0x13f)],{sourceRange:_0xe31636,targetRange:_0x386bc9}=_0x5520ef[_0x181f86(0x13f)],_0x204643={'start':_0xe31636[_0x181f86(0x224)],'end':_0xe31636['endRow']},_0x505233={'start':_0x386bc9['startRow'],'end':_0x386bc9[_0x181f86(0x2ec)]};return _0x5ef0ee[_0x181f86(0x167)](_0x25e7db=>{const _0x4244d5=_0x181f86,_0x43257c={'start':_0x25e7db[_0x4244d5(0x224)],'end':_0x25e7db[_0x4244d5(0x2ec)]},_0x10cdee=_0x49ead1(_0x204643,_0x43257c),_0x1e0c40=_0x49ead1(_0x505233,_0x43257c);if(_0x10cdee||_0x1e0c40)return!0x0;const _0x168c75=_0x512b01['handleBaseMoveRowsCols'](_0x204643,_0x505233,_0x43257c);return _0x168c75[_0x4244d5(0xfe)]!==0x0?!0x0:(_0x25e7db[_0x4244d5(0x224)]+=_0x168c75[_0x4244d5(0x2d6)],_0x25e7db['endRow']+=_0x168c75[_0x4244d5(0x2d6)],!0x1);})?{'error':new Error(_0x181f86(0x2e6))}:{'m1Prime':_0x42d72d,'m2Prime':_0x5060f9};}},_0xcf6821={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01['SetSelectionsOperation']['id'],'handler'(_0x74c88a,_0x330dee){const _0x4af68b=_0x537ed3,_0x4589f4={'m1Prime':[],'m2Prime':[]};if(_0x74c88a['params'][_0x4af68b(0x213)]!==_0x330dee[_0x4af68b(0x13f)][_0x4af68b(0x213)]||_0x74c88a[_0x4af68b(0x13f)]['subUnitId']!==_0x330dee[_0x4af68b(0x13f)]['subUnitId'])return _0x4589f4;const _0x228fee=_0x1c277e[_0x4af68b(0x2a5)][_0x4af68b(0x1d1)](_0x330dee);let _0x5d3f4a=!0x1;return _0x228fee[_0x4af68b(0x13f)][_0x4af68b(0x212)][_0x4af68b(0x22e)](_0x61182e=>{const _0x3c5a60=_0x4af68b,{range:_0xdb6440,primary:_0x2c3f14}=_0x61182e,_0x5ca251=_0x512b01[_0x3c5a60(0x10c)]({'start':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x2a9)][_0x3c5a60(0x224)],'end':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x2a9)][_0x3c5a60(0x2ec)]},{'start':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x1a5)]['startRow'],'end':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x1a5)][_0x3c5a60(0x2ec)]},{'start':_0xdb6440['startRow'],'end':_0xdb6440['endRow']});if(_0x5ca251['length']||_0x5ca251[_0x3c5a60(0x2d6)]){if(_0xdb6440[_0x3c5a60(0x224)]+=_0x5ca251['step'],_0xdb6440[_0x3c5a60(0x2ec)]+=_0x5ca251[_0x3c5a60(0x2d6)]+(_0x5ca251[_0x3c5a60(0xfe)]||0x0),_0x2c3f14){const _0x17ff55=_0x512b01[_0x3c5a60(0x10c)]({'start':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x2a9)][_0x3c5a60(0x224)],'end':_0x74c88a[_0x3c5a60(0x13f)][_0x3c5a60(0x2a9)][_0x3c5a60(0x2ec)]},{'start':_0x74c88a['params'][_0x3c5a60(0x1a5)][_0x3c5a60(0x224)],'end':_0x74c88a[_0x3c5a60(0x13f)]['targetRange']['endRow']},{'start':_0x2c3f14[_0x3c5a60(0x224)],'end':_0x2c3f14[_0x3c5a60(0x2ec)]});(_0x17ff55[_0x3c5a60(0xfe)]||_0x17ff55[_0x3c5a60(0x2d6)])&&(_0x2c3f14[_0x3c5a60(0x224)]+=_0x17ff55[_0x3c5a60(0x2d6)],_0x2c3f14['endRow']+=_0x17ff55[_0x3c5a60(0x2d6)],_0x2c3f14['actualRow']+=_0x17ff55['step']);}_0x5d3f4a=!0x0;}}),_0x5d3f4a&&_0x4589f4['m2Prime'][_0x4af68b(0x1aa)](_0x228fee),_0x4589f4;}},_0x2bef77={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x472535[_0x537ed3(0x20c)]['id'],'handler'(_0xa76e88,_0xa99182){const _0x3c70b8=_0x537ed3,_0x954f5e={'m1Prime':[_0xa76e88],'m2Prime':[_0xa99182]};if(_0xa76e88['params']['unitId']!==_0xa99182[_0x3c70b8(0x13f)][_0x3c70b8(0x213)]||_0xa76e88[_0x3c70b8(0x13f)][_0x3c70b8(0x240)]!==_0xa99182[_0x3c70b8(0x13f)][_0x3c70b8(0x240)])return _0x954f5e;const _0x47d344=_0x1c277e['Tools'][_0x3c70b8(0x1d1)](_0xa76e88),_0x25d557=_0x1c277e[_0x3c70b8(0x2a5)]['deepClone'](_0xa99182),_0x2ff8cf=_0x512b01[_0x3c70b8(0x10c)]({'start':_0xa76e88[_0x3c70b8(0x13f)]['sourceRange'][_0x3c70b8(0x224)],'end':_0xa76e88[_0x3c70b8(0x13f)]['sourceRange']['endRow']},{'start':_0xa76e88[_0x3c70b8(0x13f)][_0x3c70b8(0x1a5)][_0x3c70b8(0x224)],'end':_0xa76e88['params'][_0x3c70b8(0x1a5)]['endRow']},{'start':_0xa99182[_0x3c70b8(0x13f)][_0x3c70b8(0x218)]['startRow'],'end':_0xa99182[_0x3c70b8(0x13f)]['range']['endRow']});return _0x25d557[_0x3c70b8(0x13f)]['range'][_0x3c70b8(0x224)]+=_0x2ff8cf[_0x3c70b8(0x2d6)],_0x25d557[_0x3c70b8(0x13f)][_0x3c70b8(0x218)][_0x3c70b8(0x2ec)]+=_0x2ff8cf['step']+_0x2ff8cf['length'],{'m1Prime':[_0x25d557,_0x47d344],'m2Prime':[_0x25d557]};}},_0x30fa0e={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01['SetWorksheetRowAutoHeightMutation']['id'],'handler'(_0x253093,_0x1fde9b){const _0x2234c9=_0x537ed3,_0x1f4859={'m1Prime':_0x253093,'m2Prime':_0x1fde9b};if(_0x253093[_0x2234c9(0x13f)][_0x2234c9(0x213)]!==_0x1fde9b[_0x2234c9(0x13f)][_0x2234c9(0x213)]||_0x253093[_0x2234c9(0x13f)]['subUnitId']!==_0x1fde9b[_0x2234c9(0x13f)][_0x2234c9(0x240)])return _0x1f4859;const _0x521cc0=_0x1c277e[_0x2234c9(0x2a5)][_0x2234c9(0x1d1)](_0x253093),_0x5d7614=_0x1c277e[_0x2234c9(0x2a5)][_0x2234c9(0x1d1)](_0x1fde9b),{rowsAutoHeightInfo:_0x3f8172}=_0x5d7614['params'],{sourceRange:_0x11248a,targetRange:_0x5087ea}=_0x253093[_0x2234c9(0x13f)],_0x2d95ee={'start':_0x11248a['startRow'],'end':_0x11248a[_0x2234c9(0x2ec)]},_0x179503={'start':_0x5087ea[_0x2234c9(0x224)],'end':_0x5087ea[_0x2234c9(0x2ec)]};return _0x3f8172['some'](_0x35b645=>{const _0x365061=_0x2234c9,_0x34d720={'start':_0x35b645[_0x365061(0x148)],'end':_0x35b645[_0x365061(0x148)]},_0x46e30b=_0x512b01[_0x365061(0x10c)](_0x2d95ee,_0x179503,_0x34d720);return _0x46e30b[_0x365061(0xfe)]!==0x0?!0x0:(_0x35b645['row']+=_0x46e30b[_0x365061(0x2d6)],!0x1);})?{'error':new Error(_0x2234c9(0x1dd))}:{'m1Prime':_0x521cc0,'m2Prime':_0x5d7614};}},_0x2dd404={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01[_0x537ed3(0x10f)]['id'],'handler'(_0x2b1c86,_0x1f79bb){const _0x2879d6=_0x537ed3,_0x2033d0={'m1Prime':_0x2b1c86,'m2Prime':_0x1f79bb};if(_0x2b1c86[_0x2879d6(0x13f)][_0x2879d6(0x213)]!==_0x1f79bb[_0x2879d6(0x13f)][_0x2879d6(0x213)]||_0x2b1c86[_0x2879d6(0x13f)][_0x2879d6(0x240)]!==_0x1f79bb['params'][_0x2879d6(0x240)])return _0x2033d0;const _0x2b4db2=_0x1c277e[_0x2879d6(0x2a5)][_0x2879d6(0x1d1)](_0x2b1c86),_0x4a03d7=_0x1c277e['Tools'][_0x2879d6(0x1d1)](_0x1f79bb),{ranges:_0x57033b,rowHeight:_0x87727f}=_0x4a03d7['params'],{sourceRange:_0x13ed4e,targetRange:_0x15a9cf}=_0x2b1c86['params'],_0x56b5e2={'start':_0x13ed4e[_0x2879d6(0x224)],'end':_0x13ed4e[_0x2879d6(0x2ec)]},_0x3c12e1={'start':_0x15a9cf[_0x2879d6(0x224)],'end':_0x15a9cf[_0x2879d6(0x2ec)]};return _0x57033b['some'](_0x5c6fc4=>{const _0x19b057=_0x2879d6,_0xdc287={'start':_0x5c6fc4[_0x19b057(0x224)],'end':_0x5c6fc4[_0x19b057(0x2ec)]},_0x404794=_0x512b01[_0x19b057(0x10c)](_0x56b5e2,_0x3c12e1,_0xdc287);return _0x404794[_0x19b057(0xfe)]!==0x0?!0x0:(_0x5c6fc4[_0x19b057(0x224)]+=_0x404794[_0x19b057(0x2d6)],_0x5c6fc4[_0x19b057(0x2ec)]+=_0x404794[_0x19b057(0x2d6)],!0x1);})?{'error':new Error(_0x2879d6(0x178))}:(typeof _0x87727f!=_0x2879d6(0x24e)&&_0x1c277e[_0x2879d6(0x124)](_0x13ed4e[_0x2879d6(0x224)],_0x13ed4e[_0x2879d6(0x2ec)]-_0x13ed4e[_0x2879d6(0x224)]+0x1,_0x15a9cf['startRow'],_0x87727f),{'m1Prime':_0x2b4db2,'m2Prime':_0x4a03d7});}},_0x21d953={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x512b01['SetWorksheetRowIsAutoHeightMutation']['id'],'handler'(_0x1f6635,_0x5a552f){const _0x3a9afc=_0x537ed3,_0x34f6cf={'m1Prime':_0x1f6635,'m2Prime':_0x5a552f};if(_0x1f6635[_0x3a9afc(0x13f)]['unitId']!==_0x5a552f[_0x3a9afc(0x13f)][_0x3a9afc(0x213)]||_0x1f6635[_0x3a9afc(0x13f)][_0x3a9afc(0x240)]!==_0x5a552f['params']['subUnitId'])return _0x34f6cf;const _0x85e22e=_0x1c277e[_0x3a9afc(0x2a5)]['deepClone'](_0x1f6635),_0x5f316e=_0x1c277e[_0x3a9afc(0x2a5)][_0x3a9afc(0x1d1)](_0x5a552f),{ranges:_0x51732d,autoHeightInfo:_0x2db90b}=_0x5f316e[_0x3a9afc(0x13f)],{sourceRange:_0x522e26,targetRange:_0x5506ea}=_0x1f6635[_0x3a9afc(0x13f)],_0x1546ff={'start':_0x522e26['startRow'],'end':_0x522e26[_0x3a9afc(0x2ec)]},_0x200a1f={'start':_0x5506ea[_0x3a9afc(0x224)],'end':_0x5506ea['endRow']};return _0x51732d[_0x3a9afc(0x167)](_0x2d902f=>{const _0x32a00b=_0x3a9afc,_0x22cba0={'start':_0x2d902f[_0x32a00b(0x224)],'end':_0x2d902f[_0x32a00b(0x2ec)]},_0x29fa46=_0x512b01[_0x32a00b(0x10c)](_0x1546ff,_0x200a1f,_0x22cba0);return _0x29fa46[_0x32a00b(0xfe)]!==0x0?!0x0:(_0x2d902f[_0x32a00b(0x224)]+=_0x29fa46[_0x32a00b(0x2d6)],_0x2d902f[_0x32a00b(0x2ec)]+=_0x29fa46[_0x32a00b(0x2d6)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height')}:(typeof _0x2db90b!=_0x3a9afc(0x24e)&&_0x1c277e[_0x3a9afc(0x124)](_0x522e26[_0x3a9afc(0x224)],_0x522e26[_0x3a9afc(0x2ec)]-_0x522e26[_0x3a9afc(0x224)]+0x1,_0x5506ea['startRow'],_0x2db90b),{'m1Prime':_0x85e22e,'m2Prime':_0x5f316e});}},_0x3201a6={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x151b41['UpdateCommentRefMutation']['id'],'handler':(_0x264f36,_0xd363b)=>{const _0x4eec0c=_0x537ed3,_0x271dfb={'m1Prime':_0x264f36,'m2Prime':_0xd363b};if(_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x213)]!==_0xd363b['params'][_0x4eec0c(0x213)]||_0x264f36['params']['subUnitId']!==_0xd363b[_0x4eec0c(0x13f)][_0x4eec0c(0x240)])return _0x271dfb;const _0x52c152={'id':_0x512b01[_0x4eec0c(0x215)]['id'],'params':{'unitId':_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x213)],'subUnitId':_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x240)],'fromRange':_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x2a9)],'toRange':_0x264f36[_0x4eec0c(0x13f)][_0x4eec0c(0x1a5)]}},_0x38c52a=_0x5b9671(_0xd363b,_0x52c152);return{'m1Prime':[_0x264f36,..._0x38c52a],'m2Prime':[_0xd363b,..._0x38c52a]};}},_0x20c838={'m1':_0x512b01[_0x537ed3(0x228)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x32585e,_0x3cb8a6)=>{const _0x53ade9=_0x537ed3,_0x3664f2={'m1Prime':_0x32585e,'m2Prime':_0x3cb8a6};if(_0x32585e[_0x53ade9(0x13f)][_0x53ade9(0x213)]!==_0x3cb8a6['params']['unitId']||_0x3cb8a6[_0x53ade9(0x13f)][_0x53ade9(0x240)]!==_0x32585e[_0x53ade9(0x13f)][_0x53ade9(0x240)])return _0x3664f2;const _0x447521={'id':_0x512b01[_0x53ade9(0x215)]['id'],'params':{'fromRange':_0x32585e['params'][_0x53ade9(0x2a9)],'toRange':_0x32585e[_0x53ade9(0x13f)][_0x53ade9(0x1a5)]}},_0x2377ae=_0x562205(_0x3cb8a6,_0x447521);return{'m1Prime':[_0x32585e,..._0x2377ae],'m2Prime':[_0x3cb8a6,..._0x2377ae]};}},_0xb580d3={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x4c2939,_0x4bbed3)=>{const _0xbfdb13=_0x537ed3,_0x1f1c83={'m1Prime':_0x4c2939,'m2Prime':_0x4bbed3};if(_0x4c2939[_0xbfdb13(0x13f)][_0xbfdb13(0x213)]!==_0x4bbed3[_0xbfdb13(0x13f)][_0xbfdb13(0x213)]||_0x4c2939['params'][_0xbfdb13(0x240)]!==_0x4bbed3[_0xbfdb13(0x13f)][_0xbfdb13(0x240)])return _0x1f1c83;const _0x4f425f={'id':_0x512b01[_0xbfdb13(0x21f)]['id'],'params':{'unitId':_0x4c2939[_0xbfdb13(0x13f)][_0xbfdb13(0x213)],'subUnitId':_0x4c2939[_0xbfdb13(0x13f)]['subUnitId'],'range':_0x4c2939[_0xbfdb13(0x13f)][_0xbfdb13(0x218)]}},_0x1d6558=_0x150885(_0x4bbed3,_0x4f425f);return{'m1Prime':[_0x4c2939,..._0x1d6558],'m2Prime':[_0x4bbed3,..._0x1d6558]};}},_0x33471d={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x1d07e6[_0x537ed3(0x114)]['id'],'handler'(_0x4b0200,_0x48cda1){const _0x5f55ba=_0x537ed3,_0x1bbccf={'m1Prime':_0x4b0200,'m2Prime':_0x48cda1};if(_0x4b0200['params'][_0x5f55ba(0x213)]!==_0x48cda1[_0x5f55ba(0x13f)][_0x5f55ba(0x213)]||_0x4b0200['params'][_0x5f55ba(0x240)]!==_0x48cda1['params'][_0x5f55ba(0x240)])return _0x1bbccf;const _0x3b3ac4={'id':_0x512b01[_0x5f55ba(0x21f)]['id'],'params':{'range':_0x4b0200[_0x5f55ba(0x13f)]['range']}},_0x3e3f22=_0x5cd6a1(_0x48cda1,_0x3b3ac4);return{'m1Prime':[_0x4b0200,..._0x3e3f22],'m2Prime':[_0x48cda1,..._0x3e3f22]};}},_0x371544={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x457a60,_0x33868b){const _0xd2cd2d=_0x537ed3,_0x1f3148=_0x4e58bc[_0xd2cd2d(0x2ad)](_0x33868b,_0x457a60);return _0xf0cba5(_0x1f3148)?{'m1Prime':_0x1f3148['m2Prime'],'m2Prime':_0x1f3148[_0xd2cd2d(0x122)]}:_0x1f3148;}},_0x41414c={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01['MoveColsMutation']['id'],'handler'(_0x3ddf90,_0x3a5aa4){const _0x2c19b8=_0x537ed3,_0x47b5d2={'m1Prime':_0x3ddf90,'m2Prime':_0x3a5aa4};if(_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x213)]!==_0x3a5aa4[_0x2c19b8(0x13f)]['unitId']||_0x3ddf90['params'][_0x2c19b8(0x240)]!==_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x240)])return _0x47b5d2;const _0x133abb=_0x1c277e[_0x2c19b8(0x2a5)][_0x2c19b8(0x1d1)](_0x3ddf90),_0x2b2274=_0x1c277e['Tools'][_0x2c19b8(0x1d1)](_0x3a5aa4);if(_0x3ddf90[_0x2c19b8(0x13f)]['range'][_0x2c19b8(0x207)]<=_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)][_0x2c19b8(0x22a)]&&_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x22a)]>=_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)][_0x2c19b8(0x207)]||_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x207)]<=_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x1a5)]['endColumn']&&_0x3ddf90['params'][_0x2c19b8(0x218)][_0x2c19b8(0x22a)]>=_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x1a5)][_0x2c19b8(0x207)])return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x4e6e87=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x3ddf90[_0x2c19b8(0x13f)]['range']),_0x26d1dd(_0x3a5aa4[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)])),_0x380b21=_0x512b01[_0x2c19b8(0x295)](_0x26d1dd(_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)]),_0x26d1dd(_0x3a5aa4[_0x2c19b8(0x13f)]['targetRange']));_0x4e6e87&&_0x380b21?(_0x2b2274[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)][_0x2c19b8(0x207)]+=_0x4e6e87[_0x2c19b8(0x2d6)],_0x2b2274[_0x2c19b8(0x13f)][_0x2c19b8(0x2a9)]['endColumn']+=_0x4e6e87[_0x2c19b8(0x2d6)]+(_0x4e6e87[_0x2c19b8(0xfe)]||0x0),_0x2b2274[_0x2c19b8(0x13f)]['targetRange']['startColumn']+=_0x380b21[_0x2c19b8(0x2d6)],_0x2b2274[_0x2c19b8(0x13f)]['targetRange'][_0x2c19b8(0x22a)]+=_0x380b21['step']+(_0x380b21[_0x2c19b8(0xfe)]||0x0)):_0x2b2274['id']=_0x512b01[_0x2c19b8(0x24f)]['id'];const _0x186bd6=_0x512b01[_0x2c19b8(0x10c)]({'start':_0x3a5aa4[_0x2c19b8(0x13f)]['sourceRange']['startColumn'],'end':_0x3a5aa4['params'][_0x2c19b8(0x2a9)][_0x2c19b8(0x22a)]},{'start':_0x3a5aa4['params']['targetRange'][_0x2c19b8(0x207)],'end':_0x3a5aa4[_0x2c19b8(0x13f)]['targetRange'][_0x2c19b8(0x22a)]},{'start':_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x207)],'end':_0x3ddf90[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x22a)]});if(_0x186bd6){const {step:_0x383b84,length:_0x13c089}=_0x186bd6;_0x133abb[_0x2c19b8(0x13f)][_0x2c19b8(0x218)][_0x2c19b8(0x207)]+=_0x383b84,_0x133abb[_0x2c19b8(0x13f)][_0x2c19b8(0x218)]['endColumn']+=_0x383b84+(_0x13c089||0x0);}else _0x133abb['params'][_0x2c19b8(0x218)][_0x2c19b8(0x207)]=0x0,_0x133abb[_0x2c19b8(0x13f)][_0x2c19b8(0x218)]['endColumn']=-0x1;return{'m1Prime':_0x133abb,'m2Prime':_0x2b2274};}},_0x57fc33={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x52e827,_0x1d7664){const _0x96dc00=_0x537ed3,_0x252025={'m1Prime':_0x52e827,'m2Prime':_0x1d7664};if(_0x52e827[_0x96dc00(0x13f)]['unitId']!==_0x1d7664[_0x96dc00(0x13f)]['unitId']||_0x52e827[_0x96dc00(0x13f)][_0x96dc00(0x240)]!==_0x1d7664[_0x96dc00(0x13f)]['from'][_0x96dc00(0x240)]&&_0x52e827['params']['subUnitId']!==_0x1d7664[_0x96dc00(0x13f)]['to'][_0x96dc00(0x240)])return _0x252025;const _0x583581=_0x1c277e[_0x96dc00(0x2a5)][_0x96dc00(0x1d1)](_0x52e827),_0x5ab7d7=_0x1c277e[_0x96dc00(0x2a5)][_0x96dc00(0x1d1)](_0x1d7664),{startColumn:_0x22cf9a,endColumn:_0x2b4692}=_0x52e827[_0x96dc00(0x13f)][_0x96dc00(0x218)];if(_0x52e827['params'][_0x96dc00(0x240)]===_0x1d7664[_0x96dc00(0x13f)][_0x96dc00(0x270)][_0x96dc00(0x240)]){const _0x3012d3=new _0x1c277e[(_0x96dc00(0x2f6))](_0x5ab7d7[_0x96dc00(0x13f)][_0x96dc00(0x270)]['value']),_0x26a5b0=_0x3012d3[_0x96dc00(0x1fd)](),{startColumn:_0x3f79ec,endColumn:_0x2d1657}=_0x26a5b0;if(_0x3f79ec<=_0x2b4692&&_0x2d1657>=_0x22cf9a)return{'error':new Error(_0x96dc00(0x1c4))};_0x2b4692<_0x3f79ec&&_0x3012d3[_0x96dc00(0x18f)](_0x22cf9a,_0x2b4692-_0x22cf9a+0x1),_0x5ab7d7[_0x96dc00(0x13f)][_0x96dc00(0x270)][_0x96dc00(0x16f)]=_0x3012d3[_0x96dc00(0x2ce)]();}if(_0x52e827[_0x96dc00(0x13f)][_0x96dc00(0x240)]===_0x1d7664[_0x96dc00(0x13f)]['to'][_0x96dc00(0x240)]){const _0x538a50=new _0x1c277e[(_0x96dc00(0x2f6))](_0x5ab7d7[_0x96dc00(0x13f)]['to']['value']),_0x9cf9be=_0x538a50[_0x96dc00(0x1fd)](),{startColumn:_0x3ea658,endColumn:_0x3998cd}=_0x9cf9be;if(_0x3ea658<=_0x2b4692&&_0x3998cd>=_0x22cf9a)return{'error':new Error(_0x96dc00(0x1c4))};_0x2b4692<_0x3ea658&&_0x538a50[_0x96dc00(0x18f)](_0x22cf9a,_0x2b4692-_0x22cf9a+0x1),_0x5ab7d7['params']['to'][_0x96dc00(0x16f)]=_0x538a50[_0x96dc00(0x2ce)]();}return{'m1Prime':_0x583581,'m2Prime':_0x5ab7d7};}},_0x91b329={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x112)]['id'],'handler'(_0x49d640,_0x1e449a){const _0xc231ac=_0x537ed3,_0x355e52={'m1Prime':_0x49d640,'m2Prime':_0x1e449a};if(_0x49d640[_0xc231ac(0x13f)][_0xc231ac(0x213)]!==_0x1e449a['params']['unitId']||_0x49d640[_0xc231ac(0x13f)][_0xc231ac(0x240)]!==_0x1e449a[_0xc231ac(0x13f)]['subUnitId'])return _0x355e52;const _0x420b1d=_0x1c277e[_0xc231ac(0x2a5)][_0xc231ac(0x1d1)](_0x49d640),_0x594d4a=_0x1c277e['Tools'][_0xc231ac(0x1d1)](_0x1e449a),_0x49fee4=_0x512b01[_0xc231ac(0x295)](_0x49d640[_0xc231ac(0x13f)][_0xc231ac(0x218)],_0x1e449a[_0xc231ac(0x13f)][_0xc231ac(0x218)]);if(_0x49fee4){const {step:_0x6936ef,length:_0x4c50c7}=_0x49fee4;_0x594d4a[_0xc231ac(0x13f)]['range']['startColumn']+=_0x6936ef,_0x594d4a[_0xc231ac(0x13f)][_0xc231ac(0x218)]['endColumn']+=_0x6936ef+(_0x4c50c7||0x0);}else _0x594d4a['id']=_0x512b01[_0xc231ac(0x24f)]['id'];const _0x57a23b=_0x512b01[_0xc231ac(0x295)](_0x1e449a[_0xc231ac(0x13f)][_0xc231ac(0x218)],_0x49d640[_0xc231ac(0x13f)][_0xc231ac(0x218)]);if(_0x57a23b){const {step:_0x235982,length:_0x12e4cc}=_0x57a23b;_0x420b1d['params']['range'][_0xc231ac(0x207)]+=_0x235982,_0x420b1d[_0xc231ac(0x13f)][_0xc231ac(0x218)][_0xc231ac(0x22a)]+=_0x235982+(_0x12e4cc||0x0);}else _0x420b1d['id']=_0x512b01[_0xc231ac(0x24f)]['id'];return{'m1Prime':_0x420b1d,'m2Prime':_0x594d4a};}},_0x5bebe3={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x1b89a7,_0x3c09e9){const _0x784dbc=_0x537ed3,_0x57270a={'m1Prime':_0x1b89a7,'m2Prime':_0x3c09e9};if(_0x1b89a7['params'][_0x784dbc(0x213)]!==_0x3c09e9['params'][_0x784dbc(0x213)]||_0x1b89a7[_0x784dbc(0x13f)][_0x784dbc(0x240)]!==_0x3c09e9[_0x784dbc(0x13f)]['subUnitId'])return _0x57270a;const _0x45caa8=_0x1c277e['Tools']['deepClone'](_0x1b89a7),_0x4b2f22=_0x1c277e[_0x784dbc(0x2a5)][_0x784dbc(0x1d1)](_0x3c09e9),{ranges:_0x576f63}=_0x4b2f22['params'];return _0x576f63[_0x784dbc(0x167)](_0x2bf532=>{const _0x4d426c=_0x784dbc,_0x2c1a2b=_0x512b01[_0x4d426c(0x295)](_0x26d1dd(_0x1b89a7['params'][_0x4d426c(0x218)]),_0x26d1dd(_0x2bf532));return _0x2c1a2b===null||_0x2c1a2b['length']!==0x0?!0x0:(_0x2bf532[_0x4d426c(0x207)]+=_0x2c1a2b[_0x4d426c(0x2d6)],_0x2bf532['endColumn']+=_0x2c1a2b[_0x4d426c(0x2d6)],!0x1);})?{'error':new Error(_0x784dbc(0x2f3))}:{'m1Prime':_0x45caa8,'m2Prime':_0x4b2f22};}},_0x3df777={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0x300ba0,_0x5f2071){const _0x2d7f99=_0x537ed3,_0x2af602=_0x1c277e[_0x2d7f99(0x2a5)][_0x2d7f99(0x1d1)](_0x300ba0),_0x51d4e2=_0x1c277e[_0x2d7f99(0x2a5)][_0x2d7f99(0x1d1)](_0x5f2071);if(_0x300ba0[_0x2d7f99(0x13f)][_0x2d7f99(0x213)]!==_0x5f2071[_0x2d7f99(0x13f)][_0x2d7f99(0x213)]||_0x300ba0['params'][_0x2d7f99(0x240)]!==_0x5f2071[_0x2d7f99(0x13f)]['subUnitId'])return{'m1Prime':_0x2af602,'m2Prime':_0x51d4e2};const _0x21ed9c=_0x51d4e2[_0x2d7f99(0x13f)][_0x2d7f99(0x23f)]['reduce']((_0x1f2ed3,_0x506efc)=>{const _0x2a898f=_0x2d7f99,_0x8a5389=_0x2af602[_0x2a898f(0x13f)][_0x2a898f(0x218)],_0x4216d2=_0x8a5389[_0x2a898f(0x22a)]-_0x8a5389[_0x2a898f(0x207)]+0x1;let _0x4394df={..._0x506efc};return _0x8a5389[_0x2a898f(0x207)]>_0x506efc[_0x2a898f(0x22a)]?_0x4394df={..._0x506efc}:_0x8a5389[_0x2a898f(0x207)]>=_0x506efc[_0x2a898f(0x207)]&&_0x8a5389[_0x2a898f(0x207)]<=_0x506efc[_0x2a898f(0x22a)]&&_0x8a5389[_0x2a898f(0x22a)]>_0x506efc[_0x2a898f(0x22a)]?(_0x4394df[_0x2a898f(0x22a)]=_0x8a5389[_0x2a898f(0x207)]-0x1,_0x8a5389[_0x2a898f(0x207)]===_0x506efc['startColumn']&&(_0x4394df=null)):_0x8a5389[_0x2a898f(0x207)]>_0x506efc[_0x2a898f(0x207)]&&_0x8a5389[_0x2a898f(0x22a)]<_0x506efc[_0x2a898f(0x22a)]?_0x4394df[_0x2a898f(0x22a)]=_0x506efc[_0x2a898f(0x22a)]-_0x4216d2:_0x8a5389[_0x2a898f(0x207)]<_0x506efc[_0x2a898f(0x207)]&&_0x8a5389[_0x2a898f(0x22a)]>=_0x506efc[_0x2a898f(0x207)]&&_0x8a5389[_0x2a898f(0x22a)]<=_0x506efc[_0x2a898f(0x22a)]?(_0x4394df[_0x2a898f(0x207)]=_0x8a5389[_0x2a898f(0x207)],_0x4394df[_0x2a898f(0x22a)]=_0x506efc[_0x2a898f(0x22a)]-_0x4216d2,_0x8a5389[_0x2a898f(0x22a)]===_0x506efc[_0x2a898f(0x22a)]&&(_0x4394df=null)):_0x8a5389[_0x2a898f(0x207)]<=_0x506efc[_0x2a898f(0x207)]&&_0x8a5389['endColumn']>=_0x506efc[_0x2a898f(0x22a)]?_0x4394df=null:_0x8a5389[_0x2a898f(0x22a)]<_0x506efc['startColumn']&&(_0x4394df[_0x2a898f(0x207)]=_0x506efc[_0x2a898f(0x207)]-_0x4216d2,_0x4394df[_0x2a898f(0x22a)]=_0x506efc[_0x2a898f(0x22a)]-_0x4216d2),_0x4394df&&!(_0x4394df[_0x2a898f(0x224)]===_0x4394df[_0x2a898f(0x2ec)]&&_0x4394df[_0x2a898f(0x207)]===_0x4394df['endColumn'])&&_0x1f2ed3['push'](_0x4394df),_0x1f2ed3;},[]);return _0x51d4e2[_0x2d7f99(0x13f)][_0x2d7f99(0x23f)]=_0x21ed9c,{'m1Prime':_0x2af602,'m2Prime':_0x51d4e2};}},_0x999d8d={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x301274,_0xc011bc){const _0x4651ec=_0x537ed3,_0x843d8d={'m1Prime':_0x301274,'m2Prime':_0xc011bc};if(_0x301274['params'][_0x4651ec(0x213)]!==_0xc011bc[_0x4651ec(0x13f)][_0x4651ec(0x213)]||_0x301274[_0x4651ec(0x13f)][_0x4651ec(0x240)]!==_0xc011bc[_0x4651ec(0x13f)][_0x4651ec(0x240)])return _0x843d8d;const _0x5a7a84=_0x512b01[_0x4651ec(0x295)](_0x26d1dd(_0x301274[_0x4651ec(0x13f)][_0x4651ec(0x218)]),_0x26d1dd(_0xc011bc[_0x4651ec(0x13f)]['range']));if(!_0x5a7a84)return{'m1Prime':_0x301274,'m2Prime':[]};const _0x38f63a=_0x1c277e['Tools']['deepClone'](_0xc011bc);return _0x38f63a[_0x4651ec(0x13f)][_0x4651ec(0x218)]['startColumn']+=_0x5a7a84[_0x4651ec(0x2d6)],_0x38f63a[_0x4651ec(0x13f)][_0x4651ec(0x218)][_0x4651ec(0x22a)]+=_0x5a7a84[_0x4651ec(0x2d6)]+(_0x5a7a84[_0x4651ec(0xfe)]||0x0),{'m1Prime':_0x301274,'m2Prime':_0x38f63a};}},_0x1ec33e={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x1ad)]['id'],'handler'(_0xd1271,_0x13e18e){const _0x3504ae=_0x537ed3,_0x44513c={'m1Prime':_0xd1271,'m2Prime':_0x13e18e};if(_0xd1271[_0x3504ae(0x13f)]['unitId']!==_0x13e18e[_0x3504ae(0x13f)][_0x3504ae(0x213)]||_0xd1271[_0x3504ae(0x13f)][_0x3504ae(0x240)]!==_0x13e18e[_0x3504ae(0x13f)][_0x3504ae(0x240)])return _0x44513c;const _0x5c0559=_0x1c277e['Tools'][_0x3504ae(0x1d1)](_0xd1271),_0x18b5d0=_0x1c277e[_0x3504ae(0x2a5)][_0x3504ae(0x1d1)](_0x13e18e),{columnData:_0xcb6146}=_0x18b5d0['params'];return _0x1c277e[_0x3504ae(0x13a)](_0xd1271[_0x3504ae(0x13f)]['range'][_0x3504ae(0x207)],_0xd1271['params']['range'][_0x3504ae(0x22a)]-_0xd1271[_0x3504ae(0x13f)]['range']['startColumn']+0x1,_0xcb6146),{'m1Prime':_0x5c0559,'m2Prime':_0x18b5d0};}},_0xaf372a={'m1':_0x512b01['RemoveColMutation']['id'],'m2':_0x512b01[_0x537ed3(0x111)]['id'],'handler'(_0x55ec46,_0x2489bf){const _0x1e5ec7=_0x537ed3,_0x280ea0={'m1Prime':_0x55ec46,'m2Prime':_0x2489bf};if(_0x55ec46[_0x1e5ec7(0x13f)][_0x1e5ec7(0x213)]!==_0x2489bf[_0x1e5ec7(0x13f)][_0x1e5ec7(0x213)]||_0x55ec46[_0x1e5ec7(0x13f)][_0x1e5ec7(0x240)]!==_0x2489bf[_0x1e5ec7(0x13f)][_0x1e5ec7(0x240)])return _0x280ea0;const _0x321925=_0x1c277e[_0x1e5ec7(0x2a5)][_0x1e5ec7(0x1d1)](_0x55ec46),_0x3786d1=_0x1c277e['Tools'][_0x1e5ec7(0x1d1)](_0x2489bf),{ranges:_0xc04ebd}=_0x3786d1['params'];return _0xc04ebd['forEach'](_0x2bf408=>{const _0x575cbc=_0x1e5ec7,_0x5a4840=_0x512b01[_0x575cbc(0x295)](_0x26d1dd(_0x55ec46[_0x575cbc(0x13f)][_0x575cbc(0x218)]),_0x2bf408);_0x5a4840==null?_0x3786d1['id']=_0x512b01[_0x575cbc(0x24f)]['id']:(_0x2bf408[_0x575cbc(0x207)]+=_0x5a4840[_0x575cbc(0x2d6)],_0x2bf408['endColumn']+=_0x5a4840[_0x575cbc(0x2d6)]+_0x5a4840[_0x575cbc(0xfe)]);}),{'m1Prime':_0x321925,'m2Prime':_0x3786d1};}},_0x42a0f1={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x1ef)]['id'],'handler'(_0x4f2522,_0x5e89a8){const _0x248f33=_0x537ed3,_0x4e0c23={'m1Prime':_0x4f2522,'m2Prime':_0x5e89a8};if(_0x4f2522['params'][_0x248f33(0x213)]!==_0x5e89a8['params']['unitId']||_0x4f2522[_0x248f33(0x13f)][_0x248f33(0x240)]!==_0x5e89a8[_0x248f33(0x13f)][_0x248f33(0x240)])return _0x4e0c23;const _0x9e20c9=_0x1c277e[_0x248f33(0x2a5)][_0x248f33(0x1d1)](_0x4f2522),_0x27228e=_0x1c277e['Tools']['deepClone'](_0x5e89a8),{ranges:_0x578283}=_0x27228e[_0x248f33(0x13f)];return _0x578283[_0x248f33(0x22e)](_0x269795=>{const _0x10c4bb=_0x248f33,_0x2c833c=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x4f2522['params']['range']),_0x269795);_0x2c833c==null?_0x27228e['id']=_0x512b01[_0x10c4bb(0x24f)]['id']:(_0x269795['startColumn']+=_0x2c833c[_0x10c4bb(0x2d6)],_0x269795[_0x10c4bb(0x22a)]+=_0x2c833c[_0x10c4bb(0x2d6)]+_0x2c833c[_0x10c4bb(0xfe)]);}),{'m1Prime':_0x9e20c9,'m2Prime':_0x27228e};}},_0x2d783a={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01['SetNumfmtMutation']['id'],'handler'(_0x3c215d,_0x3d2291){const _0x1f9c10=_0x537ed3,_0x3a6a4f={'m1Prime':_0x3c215d,'m2Prime':_0x3d2291};if(_0x3c215d[_0x1f9c10(0x13f)]['unitId']!==_0x3d2291[_0x1f9c10(0x13f)]['unitId']||_0x3c215d[_0x1f9c10(0x13f)][_0x1f9c10(0x240)]!==_0x3d2291[_0x1f9c10(0x13f)][_0x1f9c10(0x240)])return _0x3a6a4f;const _0x3d6a63=[_0x1c277e[_0x1f9c10(0x2a5)][_0x1f9c10(0x1d1)](_0x3c215d)],_0x5bb278=_0x1c277e[_0x1f9c10(0x2a5)][_0x1f9c10(0x1d1)](_0x3d2291),{values:_0x4a5247}=_0x5bb278[_0x1f9c10(0x13f)],_0x2a5e00=[];let _0x3f9ee5=!0x1;for(const _0x2f657a in _0x4a5247){const _0x5d72d1=_0x4a5247[_0x2f657a];if(_0x2a5e00[_0x1f9c10(0x1aa)](..._0x5d72d1[_0x1f9c10(0x23f)]),_0x5d72d1['ranges']['some'](_0x39901b=>{const _0x1750e9=_0x1f9c10,_0x41d2b4=_0x512b01[_0x1750e9(0x295)](_0x26d1dd(_0x3c215d[_0x1750e9(0x13f)][_0x1750e9(0x218)]),_0x26d1dd(_0x39901b));return _0x41d2b4==null||_0x41d2b4['length']!==0x0?!0x0:(_0x41d2b4['step']!==0x0&&(_0x3f9ee5=!0x0),_0x39901b[_0x1750e9(0x207)]+=_0x41d2b4[_0x1750e9(0x2d6)],_0x39901b[_0x1750e9(0x22a)]+=_0x41d2b4[_0x1750e9(0x2d6)],!0x1);}))return{'error':new Error(_0x1f9c10(0x104))};}if(_0x3f9ee5){const _0x4b5547={'id':_0x512b01['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x3d2291[_0x1f9c10(0x13f)][_0x1f9c10(0x213)],'subUnitId':_0x3d2291[_0x1f9c10(0x13f)]['subUnitId'],'ranges':_0x2a5e00}};_0x3d6a63[_0x1f9c10(0x1aa)](_0x4b5547,_0x5bb278);}return{'m1Prime':_0x3d6a63,'m2Prime':_0x5bb278};}},_0x552909={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01['SetRangeValuesMutation']['id'],'handler'(_0x1a4136,_0x137650){const _0x574c33=_0x537ed3,_0x92a9a2={'m1Prime':_0x1a4136,'m2Prime':_0x137650};if(_0x1a4136['params'][_0x574c33(0x213)]!==_0x137650[_0x574c33(0x13f)][_0x574c33(0x213)]||_0x1a4136[_0x574c33(0x13f)][_0x574c33(0x240)]!==_0x137650[_0x574c33(0x13f)][_0x574c33(0x240)])return _0x92a9a2;const _0x135ff9=[_0x1c277e['Tools'][_0x574c33(0x1d1)](_0x1a4136)],_0x4e4567=_0x1c277e['Tools'][_0x574c33(0x1d1)](_0x137650),_0x4ae672=new _0x1c277e['ObjectMatrix'](_0x4e4567[_0x574c33(0x13f)]['cellValue']),_0x3744f4=_0x4ae672[_0x574c33(0x1fd)](),_0x319e0d=_0x1a4136[_0x574c33(0x13f)][_0x574c33(0x218)],_0x15318e=_0x319e0d['endColumn']-_0x319e0d[_0x574c33(0x207)]+0x1;if(_0x4e4567['params']['cellValue']&&_0x319e0d[_0x574c33(0x22a)]<_0x3744f4['startColumn'])_0x9333a8(_0x4e4567[_0x574c33(0x13f)][_0x574c33(0x1d3)],_0x3744f4['startColumn'],_0x3744f4[_0x574c33(0x22a)]-_0x3744f4[_0x574c33(0x207)]+0x1,-_0x15318e);else{if(_0x319e0d[_0x574c33(0x207)]<=_0x3744f4[_0x574c33(0x22a)])return{'error':new Error(_0x574c33(0x1e2))};}const _0x21fbe2=new _0x1c277e[(_0x574c33(0x2f6))]();let _0x2c7263=!0x1,_0x57e7c6=!0x1;if(_0x4ae672['forValue']((_0x366e29,_0x4d4a29,_0x1dbc2d)=>{const _0x49ae8a=_0x574c33;if(_0x1dbc2d&&_0x1dbc2d['f']){const _0x122b24=_0x1dbc2d['f'];let _0x511d48=!0x1;const _0x1abf82=_0x35e413(_0x1a4136['params']['unitId'],_0x1a4136[_0x49ae8a(0x13f)][_0x49ae8a(0x240)],_0x122b24,_0x401199=>{const _0x42a212=_0x49ae8a,_0x4a65ec=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x1a4136['params'][_0x42a212(0x218)]),_0x26d1dd(_0x401199));return _0x4a65ec===null?(_0x2c7263=!0x0,_0x401199):((_0x4a65ec[_0x42a212(0x2d6)]!==0x0||_0x4a65ec[_0x42a212(0xfe)]!==0x0)&&(_0x511d48=!0x0,_0x401199[_0x42a212(0x207)]+=_0x4a65ec[_0x42a212(0x2d6)],_0x401199[_0x42a212(0x22a)]+=_0x4a65ec[_0x42a212(0x2d6)]+_0x4a65ec[_0x42a212(0xfe)]),_0x401199);});_0x511d48&&(_0x57e7c6=!0x0,_0x1dbc2d['f']=_0x1abf82,_0x21fbe2[_0x49ae8a(0x29f)](_0x366e29,_0x4d4a29,{..._0x1dbc2d}));}}),_0x2c7263)return{'error':new Error(_0x574c33(0x15f))};if(_0x57e7c6){const _0x21ac9f={'id':_0x512b01['SetRangeValuesMutation']['id'],'params':{'unitId':_0x137650[_0x574c33(0x13f)]['unitId'],'subUnitId':_0x137650[_0x574c33(0x13f)]['subUnitId'],'cellValue':_0x21fbe2[_0x574c33(0x2ce)]()}};_0x135ff9[_0x574c33(0x1aa)](_0x21ac9f);}return{'m1Prime':_0x135ff9,'m2Prime':_0x4e4567};}},_0x4ba80e={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0xd42592,_0x1d4ad6){const _0x24e4d6=_0x537ed3,_0x2411cc={'m1Prime':[],'m2Prime':[]};if(_0xd42592[_0x24e4d6(0x13f)][_0x24e4d6(0x213)]!==_0x1d4ad6[_0x24e4d6(0x13f)][_0x24e4d6(0x213)]||_0xd42592[_0x24e4d6(0x13f)][_0x24e4d6(0x240)]!==_0x1d4ad6[_0x24e4d6(0x13f)]['subUnitId'])return _0x2411cc;const _0x5dc8fa=_0x1c277e[_0x24e4d6(0x2a5)][_0x24e4d6(0x1d1)](_0x1d4ad6);let _0x56d439=!0x1;return _0x5dc8fa[_0x24e4d6(0x13f)][_0x24e4d6(0x212)][_0x24e4d6(0x22e)](_0x2fe8b2=>{const _0x7e646e=_0x24e4d6,{range:_0xdced03,primary:_0x21265d}=_0x2fe8b2,_0x4ab089=_0x512b01[_0x7e646e(0x295)](_0x26d1dd(_0xd42592[_0x7e646e(0x13f)]['range']),_0x26d1dd(_0xdced03));if(_0x4ab089!=null&&(_0x4ab089[_0x7e646e(0xfe)]||_0x4ab089['step'])){if(_0xdced03['startColumn']+=_0x4ab089['step'],_0xdced03[_0x7e646e(0x22a)]+=_0x4ab089[_0x7e646e(0x2d6)]+(_0x4ab089[_0x7e646e(0xfe)]||0x0),_0x21265d){const _0x31264b=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0xd42592[_0x7e646e(0x13f)][_0x7e646e(0x218)]),_0x26d1dd(_0x21265d));if(_0x31264b==null){_0x21265d[_0x7e646e(0x207)]=_0xdced03['startColumn'],_0x21265d['endColumn']=_0xdced03[_0x7e646e(0x207)],_0x21265d['actualColumn']=_0xdced03[_0x7e646e(0x207)];return;}(_0x31264b['length']||_0x31264b[_0x7e646e(0x2d6)])&&(_0x21265d[_0x7e646e(0x207)]+=_0x31264b[_0x7e646e(0x2d6)],_0x21265d[_0x7e646e(0x22a)]+=_0x31264b[_0x7e646e(0x2d6)],_0x21265d[_0x7e646e(0x289)]+=_0x31264b['step']);}_0x56d439=!0x0;}}),_0x56d439&&_0x2411cc['m2Prime'][_0x24e4d6(0x1aa)](_0x5dc8fa),_0x2411cc;}},_0x47d117={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x472535[_0x537ed3(0x1f2)]['id'],'handler'(_0x180619,_0x310641){const _0xd37930=_0x537ed3,_0x24ea8f={'m1Prime':_0x180619,'m2Prime':_0x310641};if(_0x180619['params']['unitId']!==_0x310641[_0xd37930(0x13f)][_0xd37930(0x213)]||_0x180619['params'][_0xd37930(0x240)]!==_0x310641[_0xd37930(0x13f)][_0xd37930(0x240)])return _0x24ea8f;const _0x306058=_0x1c277e[_0xd37930(0x2a5)][_0xd37930(0x1d1)](_0x180619),_0x1e8dbf=_0x1c277e[_0xd37930(0x2a5)][_0xd37930(0x1d1)](_0x310641),_0x4485f5=_0xcdf06b({'start':_0x180619[_0xd37930(0x13f)][_0xd37930(0x218)][_0xd37930(0x207)],'end':_0x180619['params'][_0xd37930(0x218)]['endColumn']},{'start':_0x310641[_0xd37930(0x13f)][_0xd37930(0x1e6)],'end':_0x310641['params'][_0xd37930(0x1e6)]}),_0x5cb972=_0x1c277e[_0xd37930(0x2a5)][_0xd37930(0x1d1)](_0x310641);return _0x5cb972[_0xd37930(0x13f)][_0xd37930(0x128)]=null,_0x4485f5===null?{'m1Prime':[_0x306058,_0x5cb972],'m2Prime':[]}:_0x1e8dbf[_0xd37930(0x13f)][_0xd37930(0x1e6)]===_0x4485f5[_0xd37930(0x1a2)]?_0x24ea8f:(_0x1e8dbf['params'][_0xd37930(0x1e6)]=_0x4485f5[_0xd37930(0x1a2)],_0x1e8dbf[_0xd37930(0x13f)][_0xd37930(0x128)]&&(_0x1e8dbf[_0xd37930(0x13f)][_0xd37930(0x128)][_0xd37930(0x235)]=_0x4485f5['start']),{'m1Prime':[_0x5cb972,_0x1e8dbf,_0x306058],'m2Prime':[_0x1e8dbf]});}},_0x15f607={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x472535['SetSheetsFilterRangeMutation']['id'],'handler'(_0x56e25a,_0x15b4c0){const _0x1581a4=_0x537ed3,_0x441bb7={'m1Prime':[_0x56e25a],'m2Prime':[_0x15b4c0]};if(_0x56e25a['params']['unitId']!==_0x15b4c0['params'][_0x1581a4(0x213)]||_0x56e25a[_0x1581a4(0x13f)]['subUnitId']!==_0x15b4c0[_0x1581a4(0x13f)][_0x1581a4(0x240)])return _0x441bb7;const _0x5b392e=_0x1c277e[_0x1581a4(0x2a5)][_0x1581a4(0x1d1)](_0x56e25a),_0x233d16=_0x1c277e[_0x1581a4(0x2a5)][_0x1581a4(0x1d1)](_0x15b4c0),_0x3702b1=_0xcdf06b({'start':_0x56e25a[_0x1581a4(0x13f)][_0x1581a4(0x218)][_0x1581a4(0x207)],'end':_0x56e25a['params'][_0x1581a4(0x218)][_0x1581a4(0x22a)]},{'start':_0x15b4c0[_0x1581a4(0x13f)][_0x1581a4(0x218)]['startColumn'],'end':_0x15b4c0[_0x1581a4(0x13f)][_0x1581a4(0x218)][_0x1581a4(0x22a)]});return _0x3702b1===null?{'m1Prime':[_0x5b392e,{'id':_0x472535[_0x1581a4(0x2fd)]['id'],'params':{'unitId':_0x15b4c0['params'][_0x1581a4(0x213)],'subUnitId':_0x15b4c0[_0x1581a4(0x13f)]['unitId']}}],'m2Prime':[]}:(_0x233d16[_0x1581a4(0x13f)]['range'][_0x1581a4(0x207)]=_0x3702b1['start'],_0x233d16[_0x1581a4(0x13f)][_0x1581a4(0x218)]['endColumn']=_0x3702b1[_0x1581a4(0x2ff)],{'m1Prime':[_0x233d16,_0x5b392e],'m2Prime':[_0x233d16]});}},_0x563bcc={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x512b01[_0x537ed3(0x2c1)]['id'],'handler'(_0x4c0910,_0x41c56c){const _0x15e0fa=_0x537ed3,_0xf2fc21={'m1Prime':_0x4c0910,'m2Prime':_0x41c56c};if(_0x4c0910[_0x15e0fa(0x13f)]['unitId']!==_0x41c56c['params'][_0x15e0fa(0x213)]||_0x4c0910[_0x15e0fa(0x13f)][_0x15e0fa(0x240)]!==_0x41c56c[_0x15e0fa(0x13f)][_0x15e0fa(0x240)])return _0xf2fc21;const _0x18bc44=_0x1c277e['Tools'][_0x15e0fa(0x1d1)](_0x4c0910),_0x543363=_0x1c277e[_0x15e0fa(0x2a5)]['deepClone'](_0x41c56c),{ranges:_0x4e6229,colWidth:_0x3032f1}=_0x543363['params'];return _0x4e6229[_0x15e0fa(0x22e)](_0x357146=>{const _0x50e6d5=_0x15e0fa,_0xdfd574=_0x512b01[_0x50e6d5(0x295)](_0x26d1dd(_0x4c0910['params']['range']),_0x357146);_0xdfd574==null?_0x543363['id']=_0x512b01[_0x50e6d5(0x24f)]['id']:(_0x357146[_0x50e6d5(0x207)]+=_0xdfd574[_0x50e6d5(0x2d6)],_0x357146[_0x50e6d5(0x22a)]+=_0xdfd574[_0x50e6d5(0x2d6)]+_0xdfd574['length']);}),typeof _0x3032f1!='number'&&_0x1c277e[_0x15e0fa(0x13a)](_0x4c0910[_0x15e0fa(0x13f)][_0x15e0fa(0x218)][_0x15e0fa(0x207)],_0x4c0910[_0x15e0fa(0x13f)][_0x15e0fa(0x218)][_0x15e0fa(0x22a)]-_0x4c0910['params'][_0x15e0fa(0x218)][_0x15e0fa(0x207)]+0x1,_0x3032f1),{'m1Prime':_0x18bc44,'m2Prime':_0x543363};}},_0x2d141e={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x50ed80,_0x52c705)=>{const _0x5a845a=_0x537ed3,_0x5733d1={'m1Prime':_0x50ed80,'m2Prime':_0x52c705};if(_0x50ed80['params'][_0x5a845a(0x213)]!==_0x52c705[_0x5a845a(0x13f)][_0x5a845a(0x213)]||_0x50ed80['params']['subUnitId']!==_0x52c705[_0x5a845a(0x13f)]['subUnitId'])return _0x5733d1;const _0x9cbf1a={'id':_0x512b01['RemoveColCommand']['id'],'params':{'unitId':_0x50ed80[_0x5a845a(0x13f)]['unitId'],'subUnitId':_0x50ed80[_0x5a845a(0x13f)][_0x5a845a(0x240)],'range':_0x50ed80['params'][_0x5a845a(0x218)]}},_0x12e9da=_0x5b9671(_0x52c705,_0x9cbf1a);return{'m1Prime':[_0x50ed80,..._0x12e9da],'m2Prime':[_0x52c705,..._0x12e9da]};}},_0x448e9b={'m1':_0x512b01[_0x537ed3(0x112)]['id'],'m2':_0x1d07e6['UpdateDataValidationMutation']['id'],'handler':(_0x413587,_0x5c2a1d)=>{const _0xdac77b=_0x537ed3,_0x34fdb5={'m1Prime':_0x413587,'m2Prime':_0x5c2a1d};if(_0x413587[_0xdac77b(0x13f)][_0xdac77b(0x213)]!==_0x5c2a1d[_0xdac77b(0x13f)][_0xdac77b(0x213)]||_0x5c2a1d[_0xdac77b(0x13f)][_0xdac77b(0x240)]!==_0x413587['params'][_0xdac77b(0x240)])return _0x34fdb5;const _0x4ca5ca={'id':_0x512b01['RemoveColCommand']['id'],'params':{'range':_0x413587[_0xdac77b(0x13f)][_0xdac77b(0x218)]}},_0x49531f=_0x562205(_0x5c2a1d,_0x4ca5ca);return{'m1Prime':[_0x413587,..._0x49531f],'m2Prime':[_0x5c2a1d,..._0x49531f]};}},_0x4f1ff8={'m1':_0x1d07e6[_0x537ed3(0x2bf)]['id'],'m2':_0x1d07e6['RemoveDataValidationMutation']['id'],'handler':(_0x8cd19c,_0x4cd14d)=>{const _0x2029a1=_0x537ed3,_0x4d278a={'m1Prime':_0x8cd19c,'m2Prime':_0x4cd14d};return _0x8cd19c[_0x2029a1(0x13f)][_0x2029a1(0x213)]===_0x4cd14d[_0x2029a1(0x13f)]['unitId']&&_0x8cd19c['params'][_0x2029a1(0x240)]===_0x4cd14d[_0x2029a1(0x13f)]['subUnitId']&&_0x8cd19c[_0x2029a1(0x13f)]['ruleId']===_0x4cd14d[_0x2029a1(0x13f)][_0x2029a1(0x127)]?{'m1Prime':[],'m2Prime':[]}:_0x4d278a;}},_0x1630ae={'m1':_0x429b66[_0x537ed3(0x164)]['id'],'m2':_0x429b66[_0x537ed3(0x164)]['id'],'handler':(_0x28452a,_0x5238e4)=>{const _0x9b6f87=_0x537ed3,_0x4a4a5d=_0x28452a[_0x9b6f87(0x13f)],_0x2bf5dd=_0x5238e4[_0x9b6f87(0x13f)];return _0x4a4a5d['unitId']===_0x2bf5dd[_0x9b6f87(0x213)]&&_0x4a4a5d['subUnitId']===_0x2bf5dd[_0x9b6f87(0x240)]&&_0x4a4a5d['id']===_0x2bf5dd['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x28452a,'m2Prime':_0x5238e4};}},_0x3419ba={'m1':_0x512b01[_0x537ed3(0x2e1)]['id'],'m2':_0x512b01['RemoveNumfmtMutation']['id'],'handler'(_0x5c4b12,_0x393c8b){const _0x2f81e7=_0x537ed3;if(_0x5c4b12[_0x2f81e7(0x13f)]['unitId']!==_0x393c8b[_0x2f81e7(0x13f)][_0x2f81e7(0x213)]||_0x5c4b12['params'][_0x2f81e7(0x240)]!==_0x393c8b[_0x2f81e7(0x13f)][_0x2f81e7(0x240)])return{'m1Prime':_0x5c4b12,'m2Prime':_0x393c8b};const _0x5b49f3=_0x1c277e['Tools'][_0x2f81e7(0x1d1)](_0x5c4b12),_0x1fba94=_0x1c277e[_0x2f81e7(0x2a5)]['deepClone'](_0x393c8b),_0x2fd66f=[],_0x57eddb=_0x1fba94[_0x2f81e7(0x13f)][_0x2f81e7(0x23f)];return _0x5b49f3[_0x2f81e7(0x13f)][_0x2f81e7(0x23f)][_0x2f81e7(0x22e)](_0x4b0c8b=>{const _0x30e93d=_0x2f81e7,_0x3f1917=_0x7ff394(_0x4b0c8b,_0x57eddb);_0x3f1917[_0x30e93d(0xfe)]>0x0&&_0x2fd66f[_0x30e93d(0x1aa)](..._0x3f1917);}),_0x5b49f3['params']['ranges']=_0x2fd66f,{'m1Prime':_0x5c4b12,'m2Prime':_0x393c8b};}},_0x586b10={'m1':_0x512b01[_0x537ed3(0x2e1)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x30bf22,_0x5507de){const _0x448fda=_0x537ed3;if(_0x30bf22['params'][_0x448fda(0x213)]!==_0x5507de[_0x448fda(0x13f)][_0x448fda(0x213)]||_0x30bf22[_0x448fda(0x13f)][_0x448fda(0x240)]!==_0x5507de[_0x448fda(0x13f)][_0x448fda(0x240)])return{'m1Prime':_0x30bf22,'m2Prime':_0x5507de};const _0x12f751=_0x1c277e['Tools']['deepClone'](_0x30bf22),_0x1e9cd9=_0x1c277e[_0x448fda(0x2a5)][_0x448fda(0x1d1)](_0x5507de),_0x323e97=[],_0x4873ce=Object['values'](_0x1e9cd9[_0x448fda(0x13f)][_0x448fda(0x280)])[_0x448fda(0x1ed)](_0x338ccb=>_0x338ccb[_0x448fda(0x23f)])[_0x448fda(0x27e)]();return _0x12f751[_0x448fda(0x13f)][_0x448fda(0x23f)][_0x448fda(0x22e)](_0x390884=>{const _0x2a69f4=_0x448fda,_0x3fa537=_0x7ff394(_0x390884,_0x4873ce);_0x3fa537[_0x2a69f4(0xfe)]>0x0&&_0x323e97[_0x2a69f4(0x1aa)](..._0x3fa537);}),_0x12f751[_0x448fda(0x13f)][_0x448fda(0x23f)]=_0x323e97,{'m1Prime':_0x12f751,'m2Prime':_0x1e9cd9};}},_0x107b37={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x10417d,_0x318ff9)=>{const _0x58e03e=_0x537ed3,_0x7bb009={'m1Prime':_0x10417d,'m2Prime':_0x318ff9};if(_0x10417d[_0x58e03e(0x13f)][_0x58e03e(0x213)]!==_0x318ff9['params'][_0x58e03e(0x213)]||_0x10417d['params'][_0x58e03e(0x240)]!==_0x318ff9[_0x58e03e(0x13f)][_0x58e03e(0x240)])return _0x7bb009;const _0x454c09={'id':_0x512b01[_0x58e03e(0x245)]['id'],'params':{'unitId':_0x10417d[_0x58e03e(0x13f)][_0x58e03e(0x213)],'subUnitId':_0x10417d['params']['subUnitId'],'range':_0x10417d[_0x58e03e(0x13f)][_0x58e03e(0x218)]}},_0x1bf1f4=_0x150885(_0x318ff9,_0x454c09);return{'m1Prime':[_0x10417d,..._0x1bf1f4],'m2Prime':[_0x318ff9,..._0x1bf1f4]};}},_0x50083d={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x1d07e6[_0x537ed3(0x114)]['id'],'handler'(_0x2f2fda,_0x11fc2d){const _0x169150=_0x537ed3,_0xd2c98b={'m1Prime':_0x2f2fda,'m2Prime':_0x11fc2d};if(_0x2f2fda[_0x169150(0x13f)][_0x169150(0x213)]!==_0x11fc2d[_0x169150(0x13f)][_0x169150(0x213)]||_0x2f2fda['params']['subUnitId']!==_0x11fc2d['params'][_0x169150(0x240)])return _0xd2c98b;const _0x998040={'id':_0x512b01[_0x169150(0x245)]['id'],'params':{'range':_0x2f2fda[_0x169150(0x13f)]['range']}},_0x2334a1=_0x5cd6a1(_0x11fc2d,_0x998040);return{'m1Prime':[_0x2f2fda,..._0x2334a1],'m2Prime':[_0x11fc2d,..._0x2334a1]};}},_0x349014={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler'(_0x50897b,_0x4f5631){const _0x51f877=_0x537ed3,_0x3641a3=_0x55885c[_0x51f877(0x2ad)](_0x4f5631,_0x50897b);return _0xf0cba5(_0x3641a3)?{'m1Prime':_0x3641a3[_0x51f877(0x11c)],'m2Prime':_0x3641a3[_0x51f877(0x122)]}:_0x3641a3;}},_0x13afc1={'m1':_0x512b01['RemoveRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x31392f,_0x1a984d){const _0x1fa134=_0x537ed3,_0x5acfc8={'m1Prime':_0x31392f,'m2Prime':_0x1a984d};if(_0x31392f[_0x1fa134(0x13f)]['unitId']!==_0x1a984d['params'][_0x1fa134(0x213)]||_0x31392f[_0x1fa134(0x13f)]['subUnitId']!==_0x1a984d[_0x1fa134(0x13f)][_0x1fa134(0x270)][_0x1fa134(0x240)]&&_0x31392f[_0x1fa134(0x13f)]['subUnitId']!==_0x1a984d[_0x1fa134(0x13f)]['to'][_0x1fa134(0x240)])return _0x5acfc8;const _0xa2120c=_0x1c277e[_0x1fa134(0x2a5)][_0x1fa134(0x1d1)](_0x31392f),_0x388386=_0x1c277e[_0x1fa134(0x2a5)][_0x1fa134(0x1d1)](_0x1a984d),{startRow:_0x342cce,endRow:_0x92d010}=_0x31392f[_0x1fa134(0x13f)][_0x1fa134(0x218)];if(_0x31392f[_0x1fa134(0x13f)][_0x1fa134(0x240)]===_0x1a984d[_0x1fa134(0x13f)][_0x1fa134(0x270)][_0x1fa134(0x240)]){const _0x5548a5=new _0x1c277e[(_0x1fa134(0x2f6))](_0x388386[_0x1fa134(0x13f)]['from'][_0x1fa134(0x16f)]),_0x335d11=_0x5548a5[_0x1fa134(0x1fd)](),{startRow:_0x458eb3,endRow:_0x51062b}=_0x335d11;if(_0x458eb3<=_0x92d010&&_0x51062b>=_0x342cce)return{'error':new Error(_0x1fa134(0x1c4))};_0x92d010<_0x458eb3&&_0x5548a5[_0x1fa134(0x1b6)](_0x342cce,_0x92d010-_0x342cce+0x1),_0x388386['params']['from'][_0x1fa134(0x16f)]=_0x5548a5[_0x1fa134(0x2ce)]();}if(_0x31392f[_0x1fa134(0x13f)][_0x1fa134(0x240)]===_0x1a984d[_0x1fa134(0x13f)]['to'][_0x1fa134(0x240)]){const _0x521ace=new _0x1c277e[(_0x1fa134(0x2f6))](_0x388386[_0x1fa134(0x13f)]['to']['value']),_0x54c021=_0x521ace[_0x1fa134(0x1fd)](),{startRow:_0x4e3bbf,endRow:_0x22adb3}=_0x54c021;if(_0x4e3bbf<=_0x92d010&&_0x22adb3>=_0x342cce)return{'error':new Error(_0x1fa134(0x1c4))};_0x92d010<_0x4e3bbf&&_0x521ace['removeRows'](_0x342cce,_0x92d010-_0x342cce+0x1),_0x388386[_0x1fa134(0x13f)]['to']['value']=_0x521ace['getMatrix']();}return{'m1Prime':_0xa2120c,'m2Prime':_0x388386};}},_0x455733={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler'(_0x387bd8,_0xeea84f){const _0xdaa361=_0x537ed3,_0x43ba39={'m1Prime':_0x387bd8,'m2Prime':_0xeea84f};if(_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x213)]!==_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x213)]||_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x240)]!==_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x240)])return _0x43ba39;const _0x501133=_0x1c277e[_0xdaa361(0x2a5)]['deepClone'](_0x387bd8),_0x4eeddb=_0x1c277e['Tools'][_0xdaa361(0x1d1)](_0xeea84f);if(_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x224)]<=_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x2a9)][_0xdaa361(0x2ec)]&&_0x387bd8['params']['range'][_0xdaa361(0x2ec)]>=_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x2a9)][_0xdaa361(0x224)]||_0x387bd8[_0xdaa361(0x13f)]['range']['startRow']<=_0xeea84f['params'][_0xdaa361(0x1a5)][_0xdaa361(0x2ec)]&&_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x2ec)]>=_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x1a5)]['startRow'])return{'error':new Error(_0xdaa361(0x1be))};const _0x590c2c=_0x512b01[_0xdaa361(0x295)](_0x26d1dd(_0x512b01[_0xdaa361(0x146)](_0x387bd8[_0xdaa361(0x13f)]['range'])),_0x26d1dd(_0x512b01[_0xdaa361(0x146)](_0xeea84f[_0xdaa361(0x13f)]['sourceRange']))),_0x4a2288=_0x512b01[_0xdaa361(0x295)](_0x26d1dd(_0x512b01['rotateRange'](_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x218)])),_0x26d1dd(_0x512b01[_0xdaa361(0x146)](_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x1a5)])));_0x590c2c&&_0x4a2288?(_0x4eeddb[_0xdaa361(0x13f)]['sourceRange'][_0xdaa361(0x224)]+=_0x590c2c[_0xdaa361(0x2d6)],_0x4eeddb[_0xdaa361(0x13f)][_0xdaa361(0x2a9)][_0xdaa361(0x2ec)]+=_0x590c2c[_0xdaa361(0x2d6)]+(_0x590c2c[_0xdaa361(0xfe)]||0x0),_0x4eeddb[_0xdaa361(0x13f)][_0xdaa361(0x1a5)][_0xdaa361(0x224)]+=_0x4a2288[_0xdaa361(0x2d6)],_0x4eeddb['params']['targetRange'][_0xdaa361(0x2ec)]+=_0x4a2288[_0xdaa361(0x2d6)]+(_0x4a2288[_0xdaa361(0xfe)]||0x0)):_0x4eeddb['id']=_0x512b01[_0xdaa361(0x24f)]['id'];const _0x83c2e0=_0x512b01['handleBaseMoveRowsCols']({'start':_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x2a9)][_0xdaa361(0x224)],'end':_0xeea84f['params'][_0xdaa361(0x2a9)][_0xdaa361(0x2ec)]},{'start':_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x1a5)][_0xdaa361(0x224)],'end':_0xeea84f[_0xdaa361(0x13f)][_0xdaa361(0x1a5)][_0xdaa361(0x2ec)]},{'start':_0x387bd8[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x224)],'end':_0x387bd8[_0xdaa361(0x13f)]['range'][_0xdaa361(0x2ec)]});if(_0x83c2e0){const {step:_0x348694,length:_0x4772a7}=_0x83c2e0;_0x501133[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x224)]+=_0x348694,_0x501133[_0xdaa361(0x13f)][_0xdaa361(0x218)][_0xdaa361(0x2ec)]+=_0x348694+(_0x4772a7||0x0);}else _0x501133['id']=_0x512b01[_0xdaa361(0x24f)]['id'];return{'m1Prime':_0x501133,'m2Prime':_0x4eeddb};}},_0x2190e5={'m1':_0x512b01['RemoveRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0x1eae6e,_0x3ce60f){const _0x2c99c3=_0x537ed3,_0x308419={'m1Prime':_0x1eae6e,'m2Prime':_0x3ce60f};if(_0x1eae6e[_0x2c99c3(0x13f)]['unitId']!==_0x3ce60f[_0x2c99c3(0x13f)]['unitId']||_0x1eae6e[_0x2c99c3(0x13f)][_0x2c99c3(0x240)]!==_0x3ce60f[_0x2c99c3(0x13f)][_0x2c99c3(0x240)])return _0x308419;const _0x42cde9=_0x1c277e['Tools']['deepClone'](_0x1eae6e),_0x2f2aca=_0x1c277e[_0x2c99c3(0x2a5)][_0x2c99c3(0x1d1)](_0x3ce60f),{ranges:_0x5a3599}=_0x2f2aca[_0x2c99c3(0x13f)];return _0x5a3599[_0x2c99c3(0x167)](_0x2702e9=>{const _0x3f5b6e=_0x2c99c3,_0x2048e0=_0x512b01[_0x3f5b6e(0x295)](_0x26d1dd(_0x512b01[_0x3f5b6e(0x146)](_0x1eae6e['params'][_0x3f5b6e(0x218)])),_0x26d1dd(_0x512b01[_0x3f5b6e(0x146)](_0x2702e9)));return _0x2048e0===null||_0x2048e0['length']!==0x0?!0x0:(_0x2702e9[_0x3f5b6e(0x224)]+=_0x2048e0[_0x3f5b6e(0x2d6)],_0x2702e9['endRow']+=_0x2048e0[_0x3f5b6e(0x2d6)],!0x1);})?{'error':new Error(_0x2c99c3(0x299))}:{'m1Prime':_0x42cde9,'m2Prime':_0x2f2aca};}},_0x42a5dd={'m1':_0x512b01['RemoveRowMutation']['id'],'m2':_0x512b01['RemoveRowMutation']['id'],'handler'(_0x916ee9,_0x21639e){const _0x511f8e=_0x537ed3,_0x30dfc4={'m1Prime':_0x916ee9,'m2Prime':_0x21639e};if(_0x916ee9['params'][_0x511f8e(0x213)]!==_0x21639e[_0x511f8e(0x13f)][_0x511f8e(0x213)]||_0x916ee9['params'][_0x511f8e(0x240)]!==_0x21639e[_0x511f8e(0x13f)][_0x511f8e(0x240)])return _0x30dfc4;const _0x167806=_0x1c277e[_0x511f8e(0x2a5)][_0x511f8e(0x1d1)](_0x916ee9),_0x3e65d0=_0x1c277e[_0x511f8e(0x2a5)][_0x511f8e(0x1d1)](_0x21639e),_0x2860db=_0x512b01[_0x511f8e(0x295)](_0x26d1dd(_0x512b01['rotateRange'](_0x916ee9['params'][_0x511f8e(0x218)])),_0x26d1dd(_0x512b01[_0x511f8e(0x146)](_0x21639e[_0x511f8e(0x13f)][_0x511f8e(0x218)])));if(_0x2860db){const {step:_0x35ecfd,length:_0x54823c}=_0x2860db;_0x3e65d0[_0x511f8e(0x13f)]['range'][_0x511f8e(0x224)]+=_0x35ecfd,_0x3e65d0['params'][_0x511f8e(0x218)][_0x511f8e(0x2ec)]+=_0x35ecfd+(_0x54823c||0x0);}else _0x3e65d0['id']=_0x512b01[_0x511f8e(0x24f)]['id'];const _0x2b6529=_0x512b01[_0x511f8e(0x295)](_0x26d1dd(_0x512b01['rotateRange'](_0x21639e[_0x511f8e(0x13f)][_0x511f8e(0x218)])),_0x26d1dd(_0x512b01[_0x511f8e(0x146)](_0x916ee9[_0x511f8e(0x13f)]['range'])));if(_0x2b6529){const {step:_0x402784,length:_0x1a9b24}=_0x2b6529;_0x167806[_0x511f8e(0x13f)][_0x511f8e(0x218)][_0x511f8e(0x224)]+=_0x402784,_0x167806[_0x511f8e(0x13f)][_0x511f8e(0x218)][_0x511f8e(0x2ec)]+=_0x402784+(_0x1a9b24||0x0);}else _0x167806['id']=_0x512b01['EmptyMutation']['id'];return{'m1Prime':_0x167806,'m2Prime':_0x3e65d0};}},_0x5088ab={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler'(_0x43102e,_0x173945){const _0x540bc9=_0x537ed3,_0x2e8778=_0x1c277e['Tools'][_0x540bc9(0x1d1)](_0x43102e),_0x211c36=_0x1c277e['Tools'][_0x540bc9(0x1d1)](_0x173945);if(_0x43102e[_0x540bc9(0x13f)][_0x540bc9(0x213)]!==_0x173945[_0x540bc9(0x13f)]['unitId']||_0x43102e[_0x540bc9(0x13f)][_0x540bc9(0x240)]!==_0x173945['params'][_0x540bc9(0x240)])return{'m1Prime':_0x2e8778,'m2Prime':_0x211c36};const _0x3d169e=_0x211c36[_0x540bc9(0x13f)][_0x540bc9(0x23f)]['reduce']((_0x40a402,_0x345fcc)=>{const _0x1a74f3=_0x540bc9,_0x4f6efb=_0x2e8778[_0x1a74f3(0x13f)][_0x1a74f3(0x218)],_0x310a7a=_0x4f6efb[_0x1a74f3(0x2ec)]-_0x4f6efb[_0x1a74f3(0x224)]+0x1;let _0x1d1153={..._0x345fcc};return _0x4f6efb[_0x1a74f3(0x224)]>_0x345fcc['endRow']?_0x1d1153={..._0x345fcc}:_0x4f6efb[_0x1a74f3(0x224)]>=_0x345fcc[_0x1a74f3(0x224)]&&_0x4f6efb[_0x1a74f3(0x224)]<=_0x345fcc['endRow']&&_0x4f6efb['endRow']>_0x345fcc[_0x1a74f3(0x2ec)]?(_0x1d1153[_0x1a74f3(0x2ec)]=_0x4f6efb[_0x1a74f3(0x224)]-0x1,_0x4f6efb['startRow']===_0x345fcc[_0x1a74f3(0x224)]&&(_0x1d1153=null)):_0x4f6efb[_0x1a74f3(0x224)]>_0x345fcc['startRow']&&_0x4f6efb[_0x1a74f3(0x2ec)]<_0x345fcc[_0x1a74f3(0x2ec)]?_0x1d1153[_0x1a74f3(0x2ec)]=_0x345fcc['endRow']-_0x310a7a:_0x4f6efb[_0x1a74f3(0x224)]<_0x345fcc['startRow']&&_0x4f6efb['endRow']>=_0x345fcc[_0x1a74f3(0x224)]&&_0x4f6efb[_0x1a74f3(0x2ec)]<=_0x345fcc[_0x1a74f3(0x2ec)]?(_0x1d1153[_0x1a74f3(0x224)]=_0x4f6efb['startRow'],_0x1d1153[_0x1a74f3(0x2ec)]=_0x345fcc['endRow']-_0x310a7a,_0x4f6efb['endRow']===_0x345fcc[_0x1a74f3(0x2ec)]&&(_0x1d1153=null)):_0x4f6efb[_0x1a74f3(0x224)]<=_0x345fcc['startRow']&&_0x4f6efb[_0x1a74f3(0x2ec)]>=_0x345fcc[_0x1a74f3(0x2ec)]?_0x1d1153=null:_0x4f6efb[_0x1a74f3(0x2ec)]<_0x345fcc[_0x1a74f3(0x224)]&&(_0x1d1153[_0x1a74f3(0x224)]=_0x345fcc['startRow']-_0x310a7a,_0x1d1153['endRow']=_0x345fcc['endRow']-_0x310a7a),_0x1d1153&&!(_0x1d1153[_0x1a74f3(0x224)]===_0x1d1153[_0x1a74f3(0x2ec)]&&_0x1d1153[_0x1a74f3(0x207)]===_0x1d1153['endColumn'])&&_0x40a402[_0x1a74f3(0x1aa)](_0x1d1153),_0x40a402;},[]);return _0x211c36['params'][_0x540bc9(0x23f)]=_0x3d169e,{'m1Prime':_0x2e8778,'m2Prime':_0x211c36};}},_0x5f14f9={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01['ReorderRangeMutation']['id'],'handler'(_0x3150f9,_0x3dccf0){const _0x47f6d4=_0x537ed3,_0x17a08a={'m1Prime':_0x3150f9,'m2Prime':_0x3dccf0};if(_0x3150f9[_0x47f6d4(0x13f)][_0x47f6d4(0x213)]!==_0x3dccf0[_0x47f6d4(0x13f)]['unitId']||_0x3150f9[_0x47f6d4(0x13f)][_0x47f6d4(0x240)]!==_0x3dccf0[_0x47f6d4(0x13f)][_0x47f6d4(0x240)])return _0x17a08a;const _0x10999b=_0x1c277e[_0x47f6d4(0x2a5)][_0x47f6d4(0x1d1)](_0x3dccf0),_0x9cc041=_0x1c277e['Tools'][_0x47f6d4(0x1d1)](_0x3150f9),_0x1fb120=_0x512b01[_0x47f6d4(0x295)](_0x26d1dd(_0x512b01[_0x47f6d4(0x146)](_0x3150f9[_0x47f6d4(0x13f)][_0x47f6d4(0x218)])),_0x26d1dd(_0x512b01[_0x47f6d4(0x146)](_0x3dccf0[_0x47f6d4(0x13f)]['range'])));if(!_0x1fb120)return{'m1Prime':_0x3150f9,'m2Prime':[]};if(_0x1fb120['length']===0x0&&_0x1fb120[_0x47f6d4(0x2d6)]===0x0)return{'m1Prime':_0x3150f9,'m2Prime':_0x3dccf0};const {startRow:_0xfa715d,endRow:_0x5eed61}=_0x3150f9['params'][_0x47f6d4(0x218)];_0x10999b[_0x47f6d4(0x13f)][_0x47f6d4(0x218)][_0x47f6d4(0x224)]+=_0x1fb120[_0x47f6d4(0x2d6)],_0x10999b[_0x47f6d4(0x13f)][_0x47f6d4(0x218)][_0x47f6d4(0x2ec)]+=_0x1fb120[_0x47f6d4(0x2d6)]+(_0x1fb120[_0x47f6d4(0xfe)]||0x0);const _0x51d5d0=Object[_0x47f6d4(0x232)](_0x3dccf0['params'][_0x47f6d4(0x179)])[_0x47f6d4(0x1ed)](_0x58ce8b=>_0x589440(_0xfa715d,_0x5eed61,Number(_0x58ce8b)))[_0x47f6d4(0x137)](_0x5b8d00=>_0x5b8d00!==null),_0x2c078b={};for(const _0x3d80f8 in _0x3dccf0[_0x47f6d4(0x13f)][_0x47f6d4(0x179)]){let _0x45441e=_0x3dccf0['params']['order'][_0x3d80f8];_0x45441e=_0x589440(_0xfa715d,_0x5eed61,_0x45441e),_0x45441e!==null&&(_0x2c078b[_0x51d5d0[_0x47f6d4(0x131)]()]=_0x45441e);}_0x10999b[_0x47f6d4(0x13f)]['order']=_0x2c078b;const _0x5b9632=_0x27c511(_0x3dccf0['params'][_0x47f6d4(0x179)],{'start':_0x3150f9['params'][_0x47f6d4(0x218)][_0x47f6d4(0x224)],'end':_0x3150f9[_0x47f6d4(0x13f)][_0x47f6d4(0x218)][_0x47f6d4(0x2ec)]}),_0x534589=[_0x9cc041];return _0x5b9632&&_0x534589[_0x47f6d4(0x19d)]({'id':_0x512b01[_0x47f6d4(0x304)]['id'],'params':{..._0x3150f9[_0x47f6d4(0x13f)],'order':_0x5b9632[_0x47f6d4(0x179)],'range':{..._0x3dccf0[_0x47f6d4(0x13f)]['range'],..._0x5b9632[_0x47f6d4(0x218)]}}}),{'m1Prime':_0x534589,'m2Prime':_0x10999b};}},_0x27c511=(_0xe19fda,_0x253490)=>{const _0x328679=_0x537ed3,_0x158f5f=Object['keys'](_0xe19fda)[_0x328679(0x1ed)](Number)['sort']((_0x2fa279,_0xec2aa4)=>_0x2fa279-_0xec2aa4);if(_0x158f5f[_0x328679(0xfe)]===0x0)return null;const _0x4dbb7a=_0x158f5f[0x0],_0x1d9873=_0x158f5f[_0x158f5f[_0x328679(0xfe)]-0x1];if(_0x4dbb7a>_0x253490[_0x328679(0x2ff)]||_0x1d9873<_0x253490[_0x328679(0x1a2)])return null;const _0xe8d95d=_0x158f5f[_0x328679(0x137)](_0xc6b086=>_0xe19fda[_0xc6b086]>=_0x253490[_0x328679(0x1a2)]&&_0xe19fda[_0xc6b086]<=_0x253490[_0x328679(0x2ff)]);if(_0xe8d95d[_0x328679(0xfe)]===0x0)return null;const _0x27d92e=_0xe8d95d[_0x328679(0x1ed)](_0x488de5=>_0xe19fda[_0x488de5]),_0x554882={},_0x2d0d5b=Math[_0x328679(0x123)](_0xe8d95d[0x0],_0x253490[_0x328679(0x1a2)]),_0x2e93f1=Math[_0x328679(0x2cd)](_0xe8d95d[_0xe8d95d[_0x328679(0xfe)]-0x1],_0x253490['end']),_0x2705a8=Array[_0x328679(0x270)]({'length':_0x2e93f1-_0x2d0d5b+0x1},(_0x9aa2e6,_0x5e9c59)=>_0x5e9c59+_0x2d0d5b)[_0x328679(0x137)](_0x462abc=>!_0xe8d95d[_0x328679(0x297)](_0x462abc));return Array[_0x328679(0x270)]({'length':_0x2e93f1-_0x2d0d5b+0x1},(_0x2a8b98,_0x19bbda)=>_0x19bbda+_0x2d0d5b)[_0x328679(0x137)](_0x5edd7b=>!_0x27d92e[_0x328679(0x297)](_0x5edd7b))[_0x328679(0x22e)]((_0x54b7e9,_0x5f46bf)=>{_0x554882[_0x54b7e9]=_0x2705a8[_0x5f46bf];}),_0x27d92e[_0x328679(0x22e)]((_0x49a3c8,_0x435ad9)=>{_0x554882[_0x49a3c8]=_0xe8d95d[_0x435ad9];}),{'range':{'startRow':_0x2d0d5b,'endRow':_0x2e93f1},'order':_0x554882};},_0x589440=(_0xf14fa9,_0x38e437,_0x5107e3)=>_0x5107e3>=_0xf14fa9&&_0x5107e3<=_0x38e437?null:_0x5107e3>_0x38e437?_0x5107e3-(_0x38e437-_0xf14fa9+0x1):_0x5107e3,_0x324dcb={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x13f39c,_0x31c4b0){const _0x4e7664=_0x537ed3,_0x35b4f2={'m1Prime':_0x13f39c,'m2Prime':_0x31c4b0};if(_0x13f39c[_0x4e7664(0x13f)][_0x4e7664(0x213)]!==_0x31c4b0['params']['unitId']||_0x13f39c[_0x4e7664(0x13f)]['subUnitId']!==_0x31c4b0[_0x4e7664(0x13f)][_0x4e7664(0x240)])return _0x35b4f2;const _0x1fd2f1=[_0x1c277e[_0x4e7664(0x2a5)][_0x4e7664(0x1d1)](_0x13f39c)],_0x8d46ad=_0x1c277e[_0x4e7664(0x2a5)]['deepClone'](_0x31c4b0),{values:_0x4ba3a6}=_0x8d46ad[_0x4e7664(0x13f)],_0x4803bf=[];let _0x46be1c=!0x1;for(const _0x5b2671 in _0x4ba3a6){const _0x2479ff=_0x4ba3a6[_0x5b2671];if(_0x4803bf['push'](..._0x2479ff[_0x4e7664(0x23f)]),_0x2479ff[_0x4e7664(0x23f)][_0x4e7664(0x167)](_0x52efe6=>{const _0x34beea=_0x4e7664,_0xad0721=_0x512b01[_0x34beea(0x295)](_0x26d1dd(_0x512b01[_0x34beea(0x146)](_0x13f39c[_0x34beea(0x13f)]['range'])),_0x26d1dd(_0x512b01['rotateRange'](_0x52efe6)));return _0xad0721==null||_0xad0721['length']!==0x0?!0x0:(_0xad0721[_0x34beea(0x2d6)]!==0x0&&(_0x46be1c=!0x0),_0x52efe6[_0x34beea(0x224)]+=_0xad0721[_0x34beea(0x2d6)],_0x52efe6[_0x34beea(0x2ec)]+=_0xad0721[_0x34beea(0x2d6)],!0x1);}))return{'error':new Error(_0x4e7664(0x132))};}if(_0x46be1c){const _0x8324e={'id':_0x512b01['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x31c4b0['params'][_0x4e7664(0x213)],'subUnitId':_0x31c4b0[_0x4e7664(0x13f)]['subUnitId'],'ranges':_0x4803bf}};_0x1fd2f1[_0x4e7664(0x1aa)](_0x8324e,_0x8d46ad);}return{'m1Prime':_0x1fd2f1,'m2Prime':_0x8d46ad};}},_0xc07a0f={'m1':_0x512b01['RemoveRowMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x4640d9,_0x51f02a){const _0x4fca3c=_0x537ed3,_0x2d3e2c={'m1Prime':_0x4640d9,'m2Prime':_0x51f02a};if(_0x4640d9[_0x4fca3c(0x13f)][_0x4fca3c(0x213)]!==_0x51f02a[_0x4fca3c(0x13f)][_0x4fca3c(0x213)]||_0x4640d9[_0x4fca3c(0x13f)][_0x4fca3c(0x240)]!==_0x51f02a[_0x4fca3c(0x13f)][_0x4fca3c(0x240)])return _0x2d3e2c;const _0x4742f8=[_0x1c277e[_0x4fca3c(0x2a5)][_0x4fca3c(0x1d1)](_0x4640d9)],_0x323eb0=_0x1c277e['Tools'][_0x4fca3c(0x1d1)](_0x51f02a),_0xf9986d=new _0x1c277e[(_0x4fca3c(0x2f6))](_0x323eb0['params'][_0x4fca3c(0x1d3)]),_0x5cdd1d=_0xf9986d['getDataRange'](),_0x2328b2=_0x4640d9[_0x4fca3c(0x13f)][_0x4fca3c(0x218)],_0x471ac0=_0x2328b2['endRow']-_0x2328b2[_0x4fca3c(0x224)]+0x1;if(_0x323eb0[_0x4fca3c(0x13f)][_0x4fca3c(0x1d3)]&&_0x2328b2[_0x4fca3c(0x2ec)]<_0x5cdd1d[_0x4fca3c(0x224)])_0xd97906(_0x323eb0[_0x4fca3c(0x13f)][_0x4fca3c(0x1d3)],_0x5cdd1d[_0x4fca3c(0x224)],_0x5cdd1d[_0x4fca3c(0x2ec)]-_0x5cdd1d['startRow']+0x1,-_0x471ac0);else{if(_0x2328b2[_0x4fca3c(0x224)]<=_0x5cdd1d[_0x4fca3c(0x2ec)])return{'error':new Error(_0x4fca3c(0x18b))};}const _0x4a8f93=new _0x1c277e[(_0x4fca3c(0x2f6))]();let _0x7e0aa0=!0x1,_0x572ad9=!0x1;if(_0xf9986d['forValue']((_0x1592e2,_0x45817a,_0x52168a)=>{const _0x363821=_0x4fca3c;if(_0x52168a&&_0x52168a['f']){const _0x158706=_0x52168a['f'];let _0xe06bae=!0x1;const _0x59d53f=_0x35e413(_0x4640d9[_0x363821(0x13f)][_0x363821(0x213)],_0x4640d9[_0x363821(0x13f)]['subUnitId'],_0x158706,_0x350b76=>{const _0x1151a9=_0x363821,_0x31e381=_0x512b01[_0x1151a9(0x295)](_0x26d1dd(_0x512b01[_0x1151a9(0x146)](_0x4640d9[_0x1151a9(0x13f)][_0x1151a9(0x218)])),_0x26d1dd(_0x512b01[_0x1151a9(0x146)](_0x350b76)));return _0x31e381===null?(_0x7e0aa0=!0x0,_0x350b76):((_0x31e381[_0x1151a9(0x2d6)]!==0x0||_0x31e381[_0x1151a9(0xfe)]!==0x0)&&(_0xe06bae=!0x0,_0x350b76[_0x1151a9(0x224)]+=_0x31e381['step'],_0x350b76[_0x1151a9(0x2ec)]+=_0x31e381[_0x1151a9(0x2d6)]+_0x31e381[_0x1151a9(0xfe)]),_0x350b76);});_0xe06bae&&(_0x572ad9=!0x0,_0x52168a['f']=_0x59d53f,_0x4a8f93[_0x363821(0x29f)](_0x1592e2,_0x45817a,{..._0x52168a}));}}),_0x7e0aa0)return{'error':new Error(_0x4fca3c(0x26e))};if(_0x572ad9){const _0x48a677={'id':_0x512b01[_0x4fca3c(0x2e9)]['id'],'params':{'unitId':_0x51f02a[_0x4fca3c(0x13f)][_0x4fca3c(0x213)],'subUnitId':_0x51f02a[_0x4fca3c(0x13f)][_0x4fca3c(0x240)],'cellValue':_0x4a8f93[_0x4fca3c(0x2ce)]()}};_0x4742f8[_0x4fca3c(0x1aa)](_0x48a677);}return{'m1Prime':_0x4742f8,'m2Prime':_0x323eb0};}},_0x299a2b={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0xe3)]['id'],'handler'(_0x47b349,_0x1474a4){const _0x507d04=_0x537ed3,_0x96933c={'m1Prime':_0x47b349,'m2Prime':_0x1474a4};if(_0x47b349[_0x507d04(0x13f)][_0x507d04(0x213)]!==_0x1474a4[_0x507d04(0x13f)][_0x507d04(0x213)]||_0x47b349['params']['subUnitId']!==_0x1474a4[_0x507d04(0x13f)][_0x507d04(0x240)])return _0x96933c;const _0x3a3878=_0x1c277e['Tools'][_0x507d04(0x1d1)](_0x47b349),_0x22e837=_0x1c277e['Tools'][_0x507d04(0x1d1)](_0x1474a4),{rowData:_0x2a725b}=_0x22e837[_0x507d04(0x13f)];return _0x1c277e[_0x507d04(0x13a)](_0x47b349[_0x507d04(0x13f)][_0x507d04(0x218)][_0x507d04(0x224)],_0x47b349[_0x507d04(0x13f)][_0x507d04(0x218)]['endRow']-_0x47b349[_0x507d04(0x13f)]['range']['startRow']+0x1,_0x2a725b),{'m1Prime':_0x3a3878,'m2Prime':_0x22e837};}},_0x18f070={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x149)]['id'],'handler'(_0x52fadf,_0x995e51){const _0x336f06=_0x537ed3,_0x2571e1={'m1Prime':_0x52fadf,'m2Prime':_0x995e51};if(_0x52fadf[_0x336f06(0x13f)]['unitId']!==_0x995e51[_0x336f06(0x13f)][_0x336f06(0x213)]||_0x52fadf[_0x336f06(0x13f)][_0x336f06(0x240)]!==_0x995e51['params']['subUnitId'])return _0x2571e1;const _0x5caab1=_0x1c277e[_0x336f06(0x2a5)][_0x336f06(0x1d1)](_0x52fadf),_0x370da1=_0x1c277e[_0x336f06(0x2a5)][_0x336f06(0x1d1)](_0x995e51),{ranges:_0x2f991a}=_0x370da1['params'];return _0x2f991a[_0x336f06(0x22e)](_0x365648=>{const _0x11933a=_0x336f06,_0x1238b0=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x512b01['rotateRange'](_0x52fadf[_0x11933a(0x13f)][_0x11933a(0x218)])),_0x26d1dd(_0x512b01[_0x11933a(0x146)](_0x365648)));_0x1238b0==null?_0x370da1['id']=_0x512b01[_0x11933a(0x24f)]['id']:(_0x365648[_0x11933a(0x224)]+=_0x1238b0[_0x11933a(0x2d6)],_0x365648[_0x11933a(0x2ec)]+=_0x1238b0['step']+_0x1238b0[_0x11933a(0xfe)]);}),{'m1Prime':_0x5caab1,'m2Prime':_0x370da1};}},_0x498d19={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0xf7)]['id'],'handler'(_0x4f2c6b,_0x1ed224){const _0x4a1fe1=_0x537ed3,_0x1429d7={'m1Prime':_0x4f2c6b,'m2Prime':_0x1ed224};if(_0x4f2c6b['params'][_0x4a1fe1(0x213)]!==_0x1ed224[_0x4a1fe1(0x13f)][_0x4a1fe1(0x213)]||_0x4f2c6b[_0x4a1fe1(0x13f)]['subUnitId']!==_0x1ed224[_0x4a1fe1(0x13f)][_0x4a1fe1(0x240)])return _0x1429d7;const _0x528b9c=_0x1c277e[_0x4a1fe1(0x2a5)][_0x4a1fe1(0x1d1)](_0x4f2c6b),_0x30d84d=_0x1c277e[_0x4a1fe1(0x2a5)][_0x4a1fe1(0x1d1)](_0x1ed224),{ranges:_0x3f63d6}=_0x30d84d[_0x4a1fe1(0x13f)];return _0x3f63d6[_0x4a1fe1(0x22e)](_0xe29ea2=>{const _0x1fdcf0=_0x4a1fe1,_0x2309ed=_0x512b01[_0x1fdcf0(0x295)](_0x26d1dd(_0x512b01[_0x1fdcf0(0x146)](_0x4f2c6b['params']['range'])),_0x26d1dd(_0x512b01[_0x1fdcf0(0x146)](_0xe29ea2)));_0x2309ed==null?_0x30d84d['id']=_0x512b01[_0x1fdcf0(0x24f)]['id']:(_0xe29ea2[_0x1fdcf0(0x224)]+=_0x2309ed[_0x1fdcf0(0x2d6)],_0xe29ea2['endRow']+=_0x2309ed['step']+_0x2309ed[_0x1fdcf0(0xfe)]);}),{'m1Prime':_0x528b9c,'m2Prime':_0x30d84d};}},_0x45350e={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x44b1e3,_0x33bbab){const _0x10acd0=_0x537ed3,_0x7781cd={'m1Prime':[],'m2Prime':[]};if(_0x44b1e3[_0x10acd0(0x13f)][_0x10acd0(0x213)]!==_0x33bbab[_0x10acd0(0x13f)][_0x10acd0(0x213)]||_0x44b1e3[_0x10acd0(0x13f)][_0x10acd0(0x240)]!==_0x33bbab[_0x10acd0(0x13f)][_0x10acd0(0x240)])return _0x7781cd;const _0x29e0e6=_0x1c277e[_0x10acd0(0x2a5)][_0x10acd0(0x1d1)](_0x33bbab);let _0x561d82=!0x1;return _0x29e0e6[_0x10acd0(0x13f)][_0x10acd0(0x212)]['forEach'](_0x5a8b9d=>{const _0x28e938=_0x10acd0,{range:_0x5c2e3f,primary:_0x396221}=_0x5a8b9d,_0x16fae7=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x512b01[_0x28e938(0x146)](_0x44b1e3[_0x28e938(0x13f)][_0x28e938(0x218)])),_0x26d1dd(_0x512b01['rotateRange'](_0x5c2e3f)));if(_0x16fae7!=null&&(_0x16fae7[_0x28e938(0xfe)]||_0x16fae7[_0x28e938(0x2d6)])){if(_0x5c2e3f[_0x28e938(0x224)]+=_0x16fae7[_0x28e938(0x2d6)],_0x5c2e3f['endRow']+=_0x16fae7['step']+(_0x16fae7[_0x28e938(0xfe)]||0x0),_0x396221){const _0x169aec=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x512b01[_0x28e938(0x146)](_0x44b1e3[_0x28e938(0x13f)][_0x28e938(0x218)])),_0x26d1dd(_0x512b01[_0x28e938(0x146)](_0x396221)));if(_0x169aec==null){_0x396221[_0x28e938(0x224)]=_0x5c2e3f[_0x28e938(0x224)],_0x396221['endRow']=_0x5c2e3f[_0x28e938(0x224)],_0x396221[_0x28e938(0x169)]=_0x5c2e3f[_0x28e938(0x224)];return;}(_0x169aec['length']||_0x169aec[_0x28e938(0x2d6)])&&(_0x396221[_0x28e938(0x224)]+=_0x169aec[_0x28e938(0x2d6)],_0x396221[_0x28e938(0x2ec)]+=_0x169aec['step'],_0x396221[_0x28e938(0x169)]+=_0x169aec['step']);}_0x561d82=!0x0;}}),_0x561d82&&_0x7781cd[_0x10acd0(0x11c)][_0x10acd0(0x1aa)](_0x29e0e6),_0x7781cd;}},_0x4640df={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x472535[_0x537ed3(0x20c)]['id'],'handler'(_0x4b530a,_0x56c022){const _0x5dc969=_0x537ed3,_0x55aa23={'m1Prime':[_0x4b530a],'m2Prime':[_0x56c022]};if(_0x4b530a[_0x5dc969(0x13f)][_0x5dc969(0x213)]!==_0x56c022[_0x5dc969(0x13f)]['unitId']||_0x4b530a[_0x5dc969(0x13f)]['subUnitId']!==_0x56c022[_0x5dc969(0x13f)][_0x5dc969(0x240)])return _0x55aa23;const _0xccbae0=_0x1c277e[_0x5dc969(0x2a5)][_0x5dc969(0x1d1)](_0x4b530a),_0x3496c2=_0x1c277e['Tools'][_0x5dc969(0x1d1)](_0x56c022),_0xbc48b1=_0xcdf06b({'start':_0x4b530a[_0x5dc969(0x13f)][_0x5dc969(0x218)][_0x5dc969(0x224)],'end':_0x4b530a['params'][_0x5dc969(0x218)][_0x5dc969(0x2ec)]},{'start':_0x56c022[_0x5dc969(0x13f)][_0x5dc969(0x218)][_0x5dc969(0x224)],'end':_0x56c022[_0x5dc969(0x13f)][_0x5dc969(0x218)][_0x5dc969(0x2ec)]});return _0xbc48b1===null?{'m1Prime':[_0xccbae0,{'id':_0x472535[_0x5dc969(0x2fd)]['id'],'params':{'unitId':_0x56c022[_0x5dc969(0x13f)][_0x5dc969(0x213)],'subUnitId':_0x56c022['params'][_0x5dc969(0x213)]}}],'m2Prime':[]}:(_0x3496c2[_0x5dc969(0x13f)][_0x5dc969(0x218)][_0x5dc969(0x224)]=_0xbc48b1['start'],_0x3496c2['params'][_0x5dc969(0x218)][_0x5dc969(0x2ec)]=_0xbc48b1[_0x5dc969(0x2ff)],{'m1Prime':[_0x3496c2,_0xccbae0],'m2Prime':[_0x3496c2]});}},_0x57767f={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x191)]['id'],'handler'(_0x50f183,_0x225acc){const _0x11293c=_0x537ed3,_0x51c8fd={'m1Prime':_0x50f183,'m2Prime':_0x225acc};if(_0x50f183[_0x11293c(0x13f)][_0x11293c(0x213)]!==_0x225acc['params'][_0x11293c(0x213)]||_0x50f183[_0x11293c(0x13f)][_0x11293c(0x240)]!==_0x225acc[_0x11293c(0x13f)]['subUnitId'])return _0x51c8fd;const _0x397b3b=_0x1c277e[_0x11293c(0x2a5)][_0x11293c(0x1d1)](_0x50f183),_0x5615a4=_0x1c277e[_0x11293c(0x2a5)]['deepClone'](_0x225acc),{rowsAutoHeightInfo:_0x471e04}=_0x5615a4[_0x11293c(0x13f)];for(let _0x3ac7ac=_0x471e04[_0x11293c(0xfe)]-0x1;_0x3ac7ac>=0x0;_0x3ac7ac--){const _0x474802=_0x471e04[_0x3ac7ac],_0x1b884d={'startRow':_0x474802[_0x11293c(0x148)],'endRow':_0x474802[_0x11293c(0x148)],'startColumn':0x0,'endColumn':0x0},_0x2d3c4f=_0x512b01[_0x11293c(0x295)](_0x26d1dd(_0x512b01[_0x11293c(0x146)](_0x50f183[_0x11293c(0x13f)][_0x11293c(0x218)])),_0x512b01[_0x11293c(0x146)](_0x1b884d));_0x2d3c4f==null?_0x471e04[_0x11293c(0x21e)](_0x3ac7ac,0x1):_0x474802['row']+=_0x2d3c4f[_0x11293c(0x2d6)];}return{'m1Prime':_0x397b3b,'m2Prime':_0x5615a4};}},_0x59ea9f={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x10f)]['id'],'handler'(_0x4865f6,_0x1b74a0){const _0x5ae7be=_0x537ed3,_0x2b766e={'m1Prime':_0x4865f6,'m2Prime':_0x1b74a0};if(_0x4865f6[_0x5ae7be(0x13f)][_0x5ae7be(0x213)]!==_0x1b74a0[_0x5ae7be(0x13f)][_0x5ae7be(0x213)]||_0x4865f6['params'][_0x5ae7be(0x240)]!==_0x1b74a0['params'][_0x5ae7be(0x240)])return _0x2b766e;const _0x214366=_0x1c277e['Tools'][_0x5ae7be(0x1d1)](_0x4865f6),_0x4c5add=_0x1c277e[_0x5ae7be(0x2a5)][_0x5ae7be(0x1d1)](_0x1b74a0),{ranges:_0x3af188,rowHeight:_0x8e657b}=_0x4c5add['params'];return _0x3af188['forEach'](_0x2f31fe=>{const _0x16d400=_0x5ae7be,_0xbe5a17=_0x512b01['handleBaseRemoveRange'](_0x26d1dd(_0x512b01[_0x16d400(0x146)](_0x4865f6[_0x16d400(0x13f)][_0x16d400(0x218)])),_0x512b01['rotateRange'](_0x2f31fe));_0xbe5a17==null?_0x4c5add['id']=_0x512b01[_0x16d400(0x24f)]['id']:(_0x2f31fe[_0x16d400(0x224)]+=_0xbe5a17['step'],_0x2f31fe['endRow']+=_0xbe5a17['step']+_0xbe5a17[_0x16d400(0xfe)]);}),typeof _0x8e657b!=_0x5ae7be(0x24e)&&_0x1c277e[_0x5ae7be(0x13a)](_0x4865f6[_0x5ae7be(0x13f)][_0x5ae7be(0x218)][_0x5ae7be(0x224)],_0x4865f6[_0x5ae7be(0x13f)][_0x5ae7be(0x218)][_0x5ae7be(0x2ec)]-_0x4865f6[_0x5ae7be(0x13f)][_0x5ae7be(0x218)]['startRow']+0x1,_0x8e657b),{'m1Prime':_0x214366,'m2Prime':_0x4c5add};}},_0x589873={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x512b01[_0x537ed3(0x27f)]['id'],'handler'(_0x4de3c3,_0x163ab1){const _0x47307d=_0x537ed3,_0x18c38f={'m1Prime':_0x4de3c3,'m2Prime':_0x163ab1};if(_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x213)]!==_0x163ab1[_0x47307d(0x13f)]['unitId']||_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x240)]!==_0x163ab1['params'][_0x47307d(0x240)])return _0x18c38f;const _0x27d88b=_0x1c277e[_0x47307d(0x2a5)][_0x47307d(0x1d1)](_0x4de3c3),_0x17d3ad=_0x1c277e[_0x47307d(0x2a5)]['deepClone'](_0x163ab1),{ranges:_0x2f7218,autoHeightInfo:_0x1516d3}=_0x17d3ad['params'];return _0x2f7218[_0x47307d(0x22e)](_0x5c51aa=>{const _0x1004d6=_0x47307d,_0x35267f=_0x512b01[_0x1004d6(0x295)](_0x26d1dd(_0x512b01['rotateRange'](_0x4de3c3[_0x1004d6(0x13f)][_0x1004d6(0x218)])),_0x512b01[_0x1004d6(0x146)](_0x5c51aa));_0x35267f==null?_0x17d3ad['id']=_0x512b01[_0x1004d6(0x24f)]['id']:(_0x5c51aa[_0x1004d6(0x224)]+=_0x35267f[_0x1004d6(0x2d6)],_0x5c51aa[_0x1004d6(0x2ec)]+=_0x35267f['step']+_0x35267f[_0x1004d6(0xfe)]);}),typeof _0x1516d3!=_0x47307d(0x24e)&&_0x1c277e['spliceArray'](_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x218)][_0x47307d(0x224)],_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x218)][_0x47307d(0x2ec)]-_0x4de3c3[_0x47307d(0x13f)][_0x47307d(0x218)][_0x47307d(0x224)]+0x1,_0x1516d3),{'m1Prime':_0x27d88b,'m2Prime':_0x17d3ad};}},_0x10a95c={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0x4fbf51,_0x3189b3)=>{const _0x57e3ae=_0x537ed3,_0x245576={'m1Prime':_0x4fbf51,'m2Prime':_0x3189b3};if(_0x4fbf51['params']['unitId']!==_0x3189b3[_0x57e3ae(0x13f)][_0x57e3ae(0x213)]||_0x4fbf51[_0x57e3ae(0x13f)]['subUnitId']!==_0x3189b3['params'][_0x57e3ae(0x240)])return _0x245576;const _0x686fe7={'id':_0x512b01[_0x57e3ae(0x245)]['id'],'params':{'unitId':_0x4fbf51[_0x57e3ae(0x13f)][_0x57e3ae(0x213)],'subUnitId':_0x4fbf51[_0x57e3ae(0x13f)][_0x57e3ae(0x240)],'range':_0x4fbf51[_0x57e3ae(0x13f)]['range']}},_0x3737a8=_0x5b9671(_0x3189b3,_0x686fe7);return{'m1Prime':[_0x4fbf51,..._0x3737a8],'m2Prime':[_0x3189b3,..._0x3737a8]};}},_0x4b5171={'m1':_0x512b01[_0x537ed3(0x15e)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0xb4aa9d,_0x48e79d)=>{const _0x18f0c0=_0x537ed3,_0x3b7637={'m1Prime':_0xb4aa9d,'m2Prime':_0x48e79d};if(_0xb4aa9d['params'][_0x18f0c0(0x213)]!==_0x48e79d[_0x18f0c0(0x13f)][_0x18f0c0(0x213)]||_0x48e79d['params']['subUnitId']!==_0xb4aa9d['params'][_0x18f0c0(0x240)])return _0x3b7637;const _0x1d912b={'id':_0x512b01[_0x18f0c0(0x245)]['id'],'params':{'range':_0xb4aa9d[_0x18f0c0(0x13f)][_0x18f0c0(0x218)]}},_0x1cacfc=_0x562205(_0x48e79d,_0x1d912b);return{'m1Prime':[_0xb4aa9d,..._0x1cacfc],'m2Prime':[_0x48e79d,..._0x1cacfc]};}},_0x58af0b={'m1':_0x512b01['RemoveWorksheetMergeMutation']['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler'(_0x4d2c8b,_0x1d47ab){const _0x1a5411=_0x537ed3,_0x52497e=_0x1c277e[_0x1a5411(0x2a5)]['deepClone'](_0x4d2c8b),_0x259b51=_0x1c277e[_0x1a5411(0x2a5)][_0x1a5411(0x1d1)](_0x1d47ab);if(_0x4d2c8b[_0x1a5411(0x13f)]['unitId']!==_0x1d47ab[_0x1a5411(0x13f)][_0x1a5411(0x213)]||_0x4d2c8b[_0x1a5411(0x13f)][_0x1a5411(0x240)]!==_0x1d47ab[_0x1a5411(0x13f)]['subUnitId'])return{'m1Prime':_0x52497e,'m2Prime':_0x259b51};for(let _0x394b13=0x0;_0x394b13<_0x52497e['params'][_0x1a5411(0x23f)][_0x1a5411(0xfe)];_0x394b13++){let _0x7a02df=!0x1;for(let _0x1ac7aa=0x0;_0x1ac7aa<_0x259b51[_0x1a5411(0x13f)][_0x1a5411(0x23f)][_0x1a5411(0xfe)];_0x1ac7aa++){const _0x2354cc=_0x52497e['params']['ranges'][_0x394b13],_0x28285c=_0x259b51[_0x1a5411(0x13f)]['ranges'][_0x1ac7aa];if(_0x1c277e[_0x1a5411(0x138)][_0x1a5411(0x2a0)](_0x2354cc,_0x28285c)){_0x7a02df=!0x0;break;}}_0x7a02df&&(_0x52497e[_0x1a5411(0x13f)][_0x1a5411(0x23f)]['splice'](_0x394b13,0x1),_0x394b13--);}return _0x52497e[_0x1a5411(0x13f)][_0x1a5411(0x23f)]['length']===0x0&&(_0x52497e['id']=_0x512b01[_0x1a5411(0x24f)]['id']),{'m1Prime':_0x52497e,'m2Prime':_0x259b51};}},_0x4ee682={'m1':_0x512b01['RemoveWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler'(_0x28873b,_0x466537){const _0x1c4927=_0x537ed3,_0x27e740=_0x1c277e[_0x1c4927(0x2a5)][_0x1c4927(0x1d1)](_0x28873b),_0x3e4f24=_0x1c277e[_0x1c4927(0x2a5)][_0x1c4927(0x1d1)](_0x466537);if(_0x28873b['params'][_0x1c4927(0x213)]!==_0x466537[_0x1c4927(0x13f)]['unitId']||_0x28873b[_0x1c4927(0x13f)]['subUnitId']!==_0x466537[_0x1c4927(0x13f)][_0x1c4927(0x240)])return{'m1Prime':_0x27e740,'m2Prime':_0x3e4f24};const _0x5dd9e7=_0x27e740[_0x1c4927(0x13f)][_0x1c4927(0x23f)][_0x1c4927(0x1ed)](_0x16d2fe=>{const _0x5668f8=_0x1c4927,_0x1d5a99=_0x3e4f24['params'][_0x5668f8(0x218)],_0xd25212=_0x1d5a99[_0x5668f8(0x22a)]-_0x1d5a99[_0x5668f8(0x207)]+0x1;return _0x1d5a99[_0x5668f8(0x207)]<=_0x16d2fe[_0x5668f8(0x207)]?{..._0x16d2fe,'startColumn':_0x16d2fe[_0x5668f8(0x207)]+_0xd25212,'endColumn':_0x16d2fe[_0x5668f8(0x22a)]+_0xd25212}:_0x1d5a99['startColumn']>_0x16d2fe[_0x5668f8(0x207)]&&_0x1d5a99[_0x5668f8(0x207)]<=_0x16d2fe[_0x5668f8(0x22a)]?{..._0x16d2fe,'endColumn':_0x16d2fe[_0x5668f8(0x22a)]+_0xd25212}:{..._0x16d2fe};});return _0x27e740[_0x1c4927(0x13f)]['ranges']=_0x5dd9e7,{'m1Prime':_0x27e740,'m2Prime':_0x3e4f24};}},_0x309f30={'m1':_0x512b01[_0x537ed3(0x21c)]['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler'(_0x19c34c,_0x23ab0d){const _0x3fda32=_0x537ed3,_0x3e684b=_0x1c277e['Tools'][_0x3fda32(0x1d1)](_0x19c34c),_0x46b9c8=_0x1c277e[_0x3fda32(0x2a5)][_0x3fda32(0x1d1)](_0x23ab0d);if(_0x19c34c[_0x3fda32(0x13f)]['unitId']!==_0x23ab0d[_0x3fda32(0x13f)]['unitId']||_0x19c34c[_0x3fda32(0x13f)][_0x3fda32(0x240)]!==_0x23ab0d[_0x3fda32(0x13f)][_0x3fda32(0x240)])return{'m1Prime':_0x3e684b,'m2Prime':_0x46b9c8};const _0x1587cf=_0x3e684b[_0x3fda32(0x13f)]['ranges']['map'](_0xc66ac4=>{const _0x5df71d=_0x3fda32,_0x146cf7=_0x46b9c8[_0x5df71d(0x13f)][_0x5df71d(0x218)],_0x2eb632=_0x146cf7[_0x5df71d(0x2ec)]-_0x146cf7['startRow']+0x1;return _0x146cf7['startRow']<=_0xc66ac4['startRow']?{..._0xc66ac4,'startRow':_0xc66ac4['startRow']+_0x2eb632,'endRow':_0xc66ac4[_0x5df71d(0x2ec)]+_0x2eb632}:_0x146cf7['startRow']>_0xc66ac4[_0x5df71d(0x224)]&&_0x146cf7['startRow']<=_0xc66ac4[_0x5df71d(0x2ec)]?{..._0xc66ac4,'endRow':_0xc66ac4[_0x5df71d(0x2ec)]+_0x2eb632}:{..._0xc66ac4};});return _0x3e684b[_0x3fda32(0x13f)][_0x3fda32(0x23f)]=_0x1587cf,{'m1Prime':_0x3e684b,'m2Prime':_0x46b9c8};}},_0x5cb384={'m1':_0x512b01['RemoveWorksheetMergeMutation']['id'],'m2':_0x512b01['MoveColsMutation']['id'],'handler'(_0x125fbd,_0x120436){const _0x5c3c91=_0x537ed3,_0x433568=_0x1c277e[_0x5c3c91(0x2a5)][_0x5c3c91(0x1d1)](_0x125fbd),_0x43b6cf=_0x1c277e[_0x5c3c91(0x2a5)]['deepClone'](_0x120436);if(_0x125fbd[_0x5c3c91(0x13f)][_0x5c3c91(0x213)]!==_0x120436[_0x5c3c91(0x13f)]['unitId']||_0x125fbd[_0x5c3c91(0x13f)]['subUnitId']!==_0x120436['params'][_0x5c3c91(0x240)])return{'m1Prime':_0x433568,'m2Prime':_0x43b6cf};const _0x635f22=_0x433568[_0x5c3c91(0x13f)][_0x5c3c91(0x23f)][_0x5c3c91(0x2e0)]((_0x2f786c,_0x155674)=>{const _0xc6dec3=_0x5c3c91,{sourceRange:_0xdc9403,targetRange:_0x2c0db2}=_0x120436[_0xc6dec3(0x13f)],_0x2d2fde={..._0x155674};return _0xdc9403[_0xc6dec3(0x22a)]<_0x2d2fde[_0xc6dec3(0x207)]&&_0x2c0db2[_0xc6dec3(0x207)]>_0x2d2fde[_0xc6dec3(0x22a)]?(_0x2d2fde[_0xc6dec3(0x207)]-=_0xdc9403['endColumn']-_0xdc9403[_0xc6dec3(0x207)]+0x1,_0x2d2fde['endColumn']-=_0xdc9403[_0xc6dec3(0x22a)]-_0xdc9403[_0xc6dec3(0x207)]+0x1,_0x1dd703(_0x2d2fde)&&_0x2f786c[_0xc6dec3(0x1aa)](_0x2d2fde)):_0xdc9403[_0xc6dec3(0x207)]>_0x2d2fde[_0xc6dec3(0x22a)]&&_0x2c0db2[_0xc6dec3(0x22a)]<_0x2d2fde[_0xc6dec3(0x207)]?(_0x2d2fde[_0xc6dec3(0x207)]+=_0xdc9403[_0xc6dec3(0x22a)]-_0xdc9403['startColumn']+0x1,_0x2d2fde[_0xc6dec3(0x22a)]+=_0xdc9403[_0xc6dec3(0x22a)]-_0xdc9403[_0xc6dec3(0x207)]+0x1,_0x1dd703(_0x2d2fde)&&_0x2f786c[_0xc6dec3(0x1aa)](_0x2d2fde)):_0x1c277e['Rectangle'][_0xc6dec3(0x2a0)](_0x2d2fde,_0xdc9403)||_0x1c277e[_0xc6dec3(0x138)][_0xc6dec3(0x2a0)](_0x2d2fde,_0x2c0db2)||_0x2f786c[_0xc6dec3(0x1aa)](_0x2d2fde),_0x2f786c;},[]);return _0x433568[_0x5c3c91(0x13f)]['ranges']=_0x635f22,_0x433568['params']['ranges'][_0x5c3c91(0xfe)]===0x0&&(_0x433568['id']=_0x512b01[_0x5c3c91(0x24f)]['id']),{'m1Prime':_0x433568,'m2Prime':_0x43b6cf};}},_0x3f8959={'m1':_0x512b01[_0x537ed3(0x21c)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler'(_0x555ec3,_0x599939){const _0x526a58=_0x537ed3,_0xcd0263=_0x1c277e['Tools'][_0x526a58(0x1d1)](_0x555ec3),_0x2fb5bd=_0x1c277e[_0x526a58(0x2a5)][_0x526a58(0x1d1)](_0x599939);if(_0x555ec3[_0x526a58(0x13f)][_0x526a58(0x213)]!==_0x599939[_0x526a58(0x13f)][_0x526a58(0x213)]||_0x555ec3['params']['subUnitId']!==_0x599939[_0x526a58(0x13f)]['subUnitId'])return{'m1Prime':_0xcd0263,'m2Prime':_0x2fb5bd};const _0x475658=_0xcd0263['params'][_0x526a58(0x23f)]['reduce']((_0xd184fc,_0x43cb79)=>{const _0x8ef9f4=_0x526a58,{sourceRange:_0x4f4f5d,targetRange:_0x448611}=_0x599939[_0x8ef9f4(0x13f)],_0x1c022e={..._0x43cb79};return _0x4f4f5d[_0x8ef9f4(0x2ec)]<_0x1c022e['startRow']&&_0x448611['startRow']>_0x1c022e[_0x8ef9f4(0x2ec)]?(_0x1c022e['startRow']-=_0x4f4f5d[_0x8ef9f4(0x2ec)]-_0x4f4f5d[_0x8ef9f4(0x224)]+0x1,_0x1c022e[_0x8ef9f4(0x2ec)]-=_0x4f4f5d[_0x8ef9f4(0x2ec)]-_0x4f4f5d[_0x8ef9f4(0x224)]+0x1,_0x1dd703(_0x1c022e)&&_0xd184fc[_0x8ef9f4(0x1aa)](_0x1c022e)):_0x4f4f5d[_0x8ef9f4(0x224)]>_0x1c022e[_0x8ef9f4(0x2ec)]&&_0x448611[_0x8ef9f4(0x2ec)]<_0x1c022e['startRow']?(_0x1c022e[_0x8ef9f4(0x224)]+=_0x4f4f5d[_0x8ef9f4(0x2ec)]-_0x4f4f5d['startRow']+0x1,_0x1c022e[_0x8ef9f4(0x2ec)]+=_0x4f4f5d[_0x8ef9f4(0x2ec)]-_0x4f4f5d[_0x8ef9f4(0x224)]+0x1,_0x1dd703(_0x1c022e)&&_0xd184fc[_0x8ef9f4(0x1aa)](_0x1c022e)):_0x1c277e[_0x8ef9f4(0x138)][_0x8ef9f4(0x2a0)](_0x1c022e,_0x4f4f5d)||_0x1c277e[_0x8ef9f4(0x138)]['intersects'](_0x1c022e,_0x448611)||_0xd184fc[_0x8ef9f4(0x1aa)](_0x1c022e),_0xd184fc;},[]);return _0xcd0263['params']['ranges']=_0x475658,_0xcd0263['params'][_0x526a58(0x23f)]['length']===0x0&&(_0xcd0263['id']=_0x512b01[_0x526a58(0x24f)]['id']),{'m1Prime':_0xcd0263,'m2Prime':_0x2fb5bd};}},_0xa9f444={'m1':_0x512b01[_0x537ed3(0x21c)]['id'],'m2':_0x512b01['RemoveColMutation']['id'],'handler'(_0x18fc34,_0x4d648f){const _0x1d32f6=_0x537ed3,_0xc54a4d=_0x1c277e['Tools'][_0x1d32f6(0x1d1)](_0x18fc34),_0x3afbc4=_0x1c277e['Tools'][_0x1d32f6(0x1d1)](_0x4d648f);if(_0x18fc34[_0x1d32f6(0x13f)][_0x1d32f6(0x213)]!==_0x4d648f['params'][_0x1d32f6(0x213)]||_0x18fc34[_0x1d32f6(0x13f)][_0x1d32f6(0x240)]!==_0x4d648f['params'][_0x1d32f6(0x240)])return{'m1Prime':_0xc54a4d,'m2Prime':_0x3afbc4};const _0x452539=_0xc54a4d['params'][_0x1d32f6(0x23f)][_0x1d32f6(0x2e0)]((_0xcd857c,_0x229974)=>{const _0x4e4876=_0x1d32f6,_0x48fcbc=_0x3afbc4[_0x4e4876(0x13f)][_0x4e4876(0x218)],_0x3bebf7=_0x48fcbc[_0x4e4876(0x22a)]-_0x48fcbc[_0x4e4876(0x207)]+0x1;let _0x29e770={..._0x229974};return _0x48fcbc['startColumn']>_0x229974[_0x4e4876(0x22a)]?_0x29e770={..._0x229974}:_0x48fcbc['startColumn']>=_0x229974['startColumn']&&_0x48fcbc['startColumn']<=_0x229974[_0x4e4876(0x22a)]&&_0x48fcbc[_0x4e4876(0x22a)]>_0x229974[_0x4e4876(0x22a)]?(_0x29e770[_0x4e4876(0x22a)]=_0x48fcbc[_0x4e4876(0x207)]-0x1,_0x48fcbc[_0x4e4876(0x207)]===_0x229974[_0x4e4876(0x207)]&&(_0x29e770=null)):_0x48fcbc[_0x4e4876(0x207)]>_0x229974['startColumn']&&_0x48fcbc[_0x4e4876(0x22a)]<_0x229974['endColumn']?_0x29e770['endColumn']=_0x229974[_0x4e4876(0x22a)]-_0x3bebf7:_0x48fcbc[_0x4e4876(0x207)]<_0x229974['startColumn']&&_0x48fcbc[_0x4e4876(0x22a)]>=_0x229974[_0x4e4876(0x207)]&&_0x48fcbc[_0x4e4876(0x22a)]<=_0x229974[_0x4e4876(0x22a)]?(_0x29e770[_0x4e4876(0x207)]=_0x48fcbc[_0x4e4876(0x207)],_0x29e770[_0x4e4876(0x22a)]=_0x229974[_0x4e4876(0x22a)]-_0x3bebf7,_0x48fcbc['endColumn']===_0x229974['endColumn']&&(_0x29e770=null)):_0x48fcbc[_0x4e4876(0x207)]<=_0x229974[_0x4e4876(0x207)]&&_0x48fcbc[_0x4e4876(0x22a)]>=_0x229974['endColumn']?_0x29e770=null:_0x48fcbc[_0x4e4876(0x22a)]<_0x229974[_0x4e4876(0x207)]&&(_0x29e770[_0x4e4876(0x207)]=_0x229974[_0x4e4876(0x207)]-_0x3bebf7,_0x29e770[_0x4e4876(0x22a)]=_0x229974[_0x4e4876(0x22a)]-_0x3bebf7),_0x29e770&&!(_0x29e770[_0x4e4876(0x224)]===_0x29e770[_0x4e4876(0x2ec)]&&_0x29e770[_0x4e4876(0x207)]===_0x29e770[_0x4e4876(0x22a)])&&_0xcd857c['push'](_0x29e770),_0xcd857c;},[]);return _0xc54a4d[_0x1d32f6(0x13f)][_0x1d32f6(0x23f)]=_0x452539,_0xc54a4d[_0x1d32f6(0x13f)][_0x1d32f6(0x23f)]['length']===0x0&&(_0xc54a4d['id']=_0x512b01[_0x1d32f6(0x24f)]['id']),{'m1Prime':_0xc54a4d,'m2Prime':_0x3afbc4};}},_0x1f918d={'m1':_0x512b01[_0x537ed3(0x21c)]['id'],'m2':_0x512b01['RemoveRowMutation']['id'],'handler'(_0x311186,_0x2c763d){const _0x36d583=_0x537ed3,_0x49dd9c=_0x1c277e[_0x36d583(0x2a5)]['deepClone'](_0x311186),_0x349bb2=_0x1c277e[_0x36d583(0x2a5)]['deepClone'](_0x2c763d);if(_0x311186['params'][_0x36d583(0x213)]!==_0x2c763d[_0x36d583(0x13f)][_0x36d583(0x213)]||_0x311186[_0x36d583(0x13f)][_0x36d583(0x240)]!==_0x2c763d[_0x36d583(0x13f)][_0x36d583(0x240)])return{'m1Prime':_0x49dd9c,'m2Prime':_0x349bb2};const _0x379e48=_0x49dd9c[_0x36d583(0x13f)][_0x36d583(0x23f)][_0x36d583(0x2e0)]((_0x65c264,_0x75532)=>{const _0x3a1fb8=_0x36d583,_0x775464=_0x349bb2[_0x3a1fb8(0x13f)][_0x3a1fb8(0x218)],_0x473039=_0x775464[_0x3a1fb8(0x2ec)]-_0x775464[_0x3a1fb8(0x224)]+0x1;let _0x22f7dc={..._0x75532};return _0x775464[_0x3a1fb8(0x224)]>_0x75532[_0x3a1fb8(0x2ec)]?_0x22f7dc={..._0x75532}:_0x775464[_0x3a1fb8(0x224)]>=_0x75532['startRow']&&_0x775464[_0x3a1fb8(0x224)]<=_0x75532[_0x3a1fb8(0x2ec)]&&_0x775464[_0x3a1fb8(0x2ec)]>_0x75532[_0x3a1fb8(0x2ec)]?(_0x22f7dc[_0x3a1fb8(0x2ec)]=_0x775464[_0x3a1fb8(0x224)]-0x1,_0x775464[_0x3a1fb8(0x224)]===_0x75532[_0x3a1fb8(0x224)]&&(_0x22f7dc=null)):_0x775464['startRow']>_0x75532[_0x3a1fb8(0x224)]&&_0x775464['endRow']<_0x75532[_0x3a1fb8(0x2ec)]?_0x22f7dc[_0x3a1fb8(0x2ec)]=_0x75532[_0x3a1fb8(0x2ec)]-_0x473039:_0x775464[_0x3a1fb8(0x224)]<_0x75532['startRow']&&_0x775464['endRow']>=_0x75532['startRow']&&_0x775464[_0x3a1fb8(0x2ec)]<=_0x75532[_0x3a1fb8(0x2ec)]?(_0x22f7dc['startRow']=_0x775464[_0x3a1fb8(0x224)],_0x22f7dc[_0x3a1fb8(0x2ec)]=_0x75532[_0x3a1fb8(0x2ec)]-_0x473039,_0x775464[_0x3a1fb8(0x2ec)]===_0x75532[_0x3a1fb8(0x2ec)]&&(_0x22f7dc=null)):_0x775464[_0x3a1fb8(0x224)]<=_0x75532['startRow']&&_0x775464[_0x3a1fb8(0x2ec)]>=_0x75532['endRow']?_0x22f7dc=null:_0x775464['endRow']<_0x75532[_0x3a1fb8(0x224)]&&(_0x22f7dc[_0x3a1fb8(0x224)]=_0x75532[_0x3a1fb8(0x224)]-_0x473039,_0x22f7dc['endRow']=_0x75532[_0x3a1fb8(0x2ec)]-_0x473039),_0x22f7dc&&!(_0x22f7dc[_0x3a1fb8(0x224)]===_0x22f7dc[_0x3a1fb8(0x2ec)]&&_0x22f7dc[_0x3a1fb8(0x207)]===_0x22f7dc['endColumn'])&&_0x65c264[_0x3a1fb8(0x1aa)](_0x22f7dc),_0x65c264;},[]);return _0x49dd9c[_0x36d583(0x13f)][_0x36d583(0x23f)]=_0x379e48,_0x49dd9c[_0x36d583(0x13f)][_0x36d583(0x23f)][_0x36d583(0xfe)]===0x0&&(_0x49dd9c['id']=_0x512b01[_0x36d583(0x24f)]['id']),{'m1Prime':_0x49dd9c,'m2Prime':_0x349bb2};}},_0xff9fc4={'m1':_0x512b01['RemoveWorksheetMergeMutation']['id'],'m2':_0x512b01[_0x537ed3(0x233)]['id'],'handler'(_0x335627,_0x1639cb){const _0x360e8f=_0x537ed3,_0x3d9e34={'m1Prime':[],'m2Prime':[]};if(_0x335627[_0x360e8f(0x13f)][_0x360e8f(0x213)]!==_0x1639cb[_0x360e8f(0x13f)][_0x360e8f(0x213)]||_0x335627[_0x360e8f(0x13f)][_0x360e8f(0x240)]!==_0x1639cb['params'][_0x360e8f(0x240)])return _0x3d9e34;const _0x42e707=_0x1c277e[_0x360e8f(0x2a5)][_0x360e8f(0x1d1)](_0x1639cb),_0x5049ab=_0x42e707[_0x360e8f(0x13f)]['selections'],_0xad7df8=_0x5049ab[_0x5049ab[_0x360e8f(0xfe)]-0x1][_0x360e8f(0x2f0)];return _0x335627['params'][_0x360e8f(0x23f)]['forEach'](_0x61b44b=>{const _0xcc17b5=_0x360e8f;_0xad7df8&&_0x1c277e[_0xcc17b5(0x138)][_0xcc17b5(0x2a0)](_0x61b44b,_0xad7df8)&&(_0xad7df8[_0xcc17b5(0x188)]=!0x1,_0xad7df8['isMergedMainCell']=!0x1,_0xad7df8[_0xcc17b5(0x224)]=_0x61b44b[_0xcc17b5(0x224)],_0xad7df8['startColumn']=_0x61b44b[_0xcc17b5(0x207)],_0xad7df8['endRow']=_0x61b44b['startRow'],_0xad7df8[_0xcc17b5(0x22a)]=_0x61b44b[_0xcc17b5(0x207)],_0xad7df8['actualColumn']=_0x61b44b['startColumn'],_0xad7df8[_0xcc17b5(0x169)]=_0x61b44b[_0xcc17b5(0x224)]);}),_0x3d9e34[_0x360e8f(0x11c)][_0x360e8f(0x1aa)](_0x42e707),_0x3d9e34;}},_0x595ac4=_0x1881f4=>{const _0x1c216f=_0x537ed3,{order:_0x4748a0}=_0x1881f4,_0xa722fb={};return Object[_0x1c216f(0x232)](_0x4748a0)[_0x1c216f(0x22e)](_0x53e3c4=>{_0xa722fb[_0x4748a0[Number(_0x53e3c4)]]=Number(_0x53e3c4);}),{..._0x1881f4,'order':_0xa722fb};},_0x3fa8eb=(_0x317d63,_0x532b4d)=>{const _0x62d7ea=_0x537ed3,_0x24c8e1={};return Array[_0x62d7ea(0x270)](new Set(Object[_0x62d7ea(0x232)](_0x317d63)['concat'](Object[_0x62d7ea(0x232)](_0x532b4d))['map'](Number)))[_0x62d7ea(0x22e)](_0x456ae4=>{let _0x2043b0;_0x456ae4 in _0x532b4d?(_0x2043b0=_0x532b4d[_0x456ae4],_0x2043b0 in _0x317d63&&(_0x2043b0=_0x317d63[_0x2043b0])):_0x2043b0=_0x317d63[_0x456ae4],_0x24c8e1[_0x456ae4]=_0x2043b0;}),_0x24c8e1;},_0x46deb9={'m1':_0x512b01['ReorderRangeMutation']['id'],'m2':_0x512b01['ReorderRangeMutation']['id'],'handler'(_0x1ab6ec,_0x189224){const _0x445912=_0x537ed3,_0x2431c6={'m1Prime':_0x1ab6ec,'m2Prime':_0x189224};if(_0x1ab6ec[_0x445912(0x13f)]['unitId']!==_0x189224['params'][_0x445912(0x213)])return _0x2431c6;const {range:_0x4b1ce5}=_0x1ab6ec[_0x445912(0x13f)],{range:_0x314f78}=_0x189224['params'];if(_0x314f78[_0x445912(0x207)]===_0x4b1ce5[_0x445912(0x207)]&&_0x314f78[_0x445912(0x22a)]===_0x4b1ce5[_0x445912(0x22a)]&&_0x314f78[_0x445912(0x224)]<=_0x4b1ce5[_0x445912(0x224)]&&_0x314f78[_0x445912(0x2ec)]>=_0x4b1ce5[_0x445912(0x2ec)]){const _0x3d2200=_0x595ac4(_0x1ab6ec[_0x445912(0x13f)])[_0x445912(0x179)],_0x25b77d={'id':_0x512b01['ReorderRangeMutation']['id'],'params':{..._0x189224[_0x445912(0x13f)],'range':_0x314f78,'order':_0x3fa8eb(_0x3d2200,_0x189224['params'][_0x445912(0x179)])}};return{'m1Prime':[],'m2Prime':_0x25b77d};}return _0x1c277e[_0x445912(0x138)]['intersects'](_0x4b1ce5,_0x314f78)?{'error':new Error(_0x445912(0x26b))}:_0x2431c6;}},_0x3154b6={'id':'univer.mutation.revert-version','type':_0x1c277e[_0x537ed3(0x1a6)][_0x537ed3(0x2bb)],'handler':()=>!0x0},_0x1e3cfc={'m1':_0x3154b6['id'],'m2':_0x537ed3(0x2de),'handler'(_0x21becb,_0x62814e){return{'error':new Error('RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!')};}},_0x30561d={'m1':_0x537ed3(0x2de),'m2':_0x3154b6['id'],'handler'(_0x1af1dd,_0x55a38b){const _0x4ed5e5=_0x537ed3;return _0x1af1dd[_0x4ed5e5(0x13f)][_0x4ed5e5(0x213)]===_0x55a38b[_0x4ed5e5(0x13f)]['unitId']?{'m1Prime':[],'m2Prime':_0x55a38b}:{'m1Prime':_0x1af1dd,'m2Prime':_0x55a38b};}},_0x319206={'m1':_0x512b01[_0x537ed3(0x1ad)]['id'],'m2':_0x512b01[_0x537ed3(0x1ad)]['id'],'handler'(_0x340f55,_0x943107){const _0x4fef3d=_0x537ed3,_0x5a7085={'m1Prime':_0x340f55,'m2Prime':_0x943107};if(_0x340f55[_0x4fef3d(0x13f)]['unitId']!==_0x943107[_0x4fef3d(0x13f)][_0x4fef3d(0x213)]||_0x340f55[_0x4fef3d(0x13f)][_0x4fef3d(0x240)]!==_0x943107[_0x4fef3d(0x13f)][_0x4fef3d(0x240)])return _0x5a7085;const _0x5aa19d=_0x340f55['params'][_0x4fef3d(0x247)],_0x3645eb=_0x943107[_0x4fef3d(0x13f)][_0x4fef3d(0x247)],_0x20e9f5={},_0x40515f=_0x1c277e[_0x4fef3d(0x2a5)][_0x4fef3d(0x1d1)](_0x340f55),_0xb87dc5=new Set([...Object['keys'](_0x5aa19d)[_0x4fef3d(0x1ed)](Number),...Object[_0x4fef3d(0x232)](_0x3645eb)['map'](Number)]);for(const _0x3a6eb1 of _0xb87dc5){const _0x8ab266=_0x5aa19d[_0x3a6eb1],_0x30273d=_0x3645eb[_0x3a6eb1];if(_0x8ab266&&_0x30273d){const _0x3022ce={..._0x8ab266,..._0x30273d};_0x20e9f5[_0x3a6eb1]=_0x3022ce;}else _0x8ab266?_0x20e9f5[_0x3a6eb1]=_0x8ab266:_0x30273d&&(_0x20e9f5[_0x3a6eb1]=_0x30273d);}return _0x40515f['params'][_0x4fef3d(0x247)]=_0x20e9f5,{'m1Prime':_0x40515f,'m2Prime':_0x943107};}},_0x1e1f7b={'m1':_0x2bb070['SetConditionalRuleMutation']['id'],'m2':_0x2bb070[_0x537ed3(0x242)]['id'],'handler'(_0x5e38f9,_0x247c0c){const _0x17d522=_0x537ed3;if(_0x5e38f9[_0x17d522(0x13f)][_0x17d522(0x213)]!==_0x247c0c[_0x17d522(0x13f)][_0x17d522(0x213)]||_0x5e38f9[_0x17d522(0x13f)]['subUnitId']!==_0x247c0c[_0x17d522(0x13f)][_0x17d522(0x240)])return{'m1Prime':_0x5e38f9,'m2Prime':_0x247c0c};const _0x518ba3=_0x5e38f9[_0x17d522(0x13f)]['cfId']||_0x5e38f9[_0x17d522(0x13f)][_0x17d522(0x2ef)][_0x17d522(0x208)],_0x1b12ca=_0x247c0c[_0x17d522(0x13f)][_0x17d522(0x208)]||_0x247c0c[_0x17d522(0x13f)][_0x17d522(0x2ef)]['cfId'];if(_0x518ba3!==_0x1b12ca)return{'m1Prime':_0x5e38f9,'m2Prime':_0x247c0c};const _0x3b77d0=_0x1c277e[_0x17d522(0x2a5)][_0x17d522(0x1d1)](_0x247c0c);return{'m1Prime':[],'m2Prime':_0x3b77d0};}};function _0x149922(_0x384c2c,_0x5924a4){const _0x58205f=_0x537ed3,_0x3e8545=_0x384c2c[_0x58205f(0x2e0)]((_0x2b4161,_0x1c2c5c)=>(_0x2b4161[_0x58205f(0x12c)](_0x1c2c5c[_0x58205f(0x18a)],!0x0),_0x2b4161),new Map());return _0x5924a4[_0x58205f(0x167)](_0x80d9c8=>_0x3e8545[_0x58205f(0x1c5)](_0x80d9c8[_0x58205f(0x18a)])!==void 0x0);}function _0x42a5f0(_0x35892f,_0x1b00f9){const _0x863f41=_0x537ed3,_0x4639eb=_0x35892f[_0x863f41(0x2a4)];return _0x1b00f9['drawingIds'][_0x863f41(0x167)](_0x34f574=>_0x4639eb[_0x863f41(0x21b)](_0x34f574)!==-0x1);}const {UPDATE:_0x50b005,REMOVE:_0x1f4b7c,ARRANGE:_0x6c830b}=_0x28b485[_0x537ed3(0x18e)],_0x245e95={'m1':_0x28b485[_0x537ed3(0x183)]['id'],'m2':_0x28b485['SetDrawingApplyMutation']['id'],'handler'(_0x3d9e28,_0x553318){const _0x357d30=_0x537ed3,_0x40f293=_0x3d9e28[_0x357d30(0x13f)],_0x334bda=_0x553318[_0x357d30(0x13f)];if(_0x40f293[_0x357d30(0x213)]!==_0x334bda[_0x357d30(0x213)]||_0x40f293[_0x357d30(0x240)]!==_0x334bda[_0x357d30(0x240)])return{'m1Prime':_0x3d9e28,'m2Prime':_0x553318};const _0x43ec9c=_0x40f293[_0x357d30(0x1a1)],_0x4e6a5a=_0x334bda['type'];if(_0x43ec9c===_0x1f4b7c&&_0x4e6a5a===_0x50b005&&_0x149922(_0x40f293[_0x357d30(0x2c5)],_0x334bda[_0x357d30(0x2c5)]))return{'m1Prime':_0x1c277e[_0x357d30(0x2a5)][_0x357d30(0x1d1)](_0x3d9e28),'m2Prime':[]};if(_0x43ec9c===_0x6c830b&&_0x4e6a5a===_0x6c830b&&_0x42a5f0(_0x40f293[_0x357d30(0x2c5)],_0x334bda['objects'])){const _0x3ea011=_0x1c277e['Tools'][_0x357d30(0x1d1)](_0x3d9e28),_0x54fe0d=_0x1c277e[_0x357d30(0x2a5)]['deepClone'](_0x553318);return{'m1Prime':{..._0x3ea011,'params':{..._0x3ea011[_0x357d30(0x13f)],'op':_0x1c277e['JSON1'][_0x357d30(0x1a1)]['transform'](_0x3ea011['params']['op'],_0x54fe0d[_0x357d30(0x13f)]['op'],_0x357d30(0x260))}},'m2Prime':{..._0x54fe0d,'params':{..._0x54fe0d[_0x357d30(0x13f)],'op':_0x1c277e[_0x357d30(0x24b)][_0x357d30(0x1a1)]['transform'](_0x54fe0d[_0x357d30(0x13f)]['op'],_0x3ea011[_0x357d30(0x13f)]['op'],_0x357d30(0x302))}}};}return{'m1Prime':_0x3d9e28,'m2Prime':_0x553318};}},_0x51c33c={'m1':_0x512b01[_0x537ed3(0x2fa)]['id'],'m2':_0x512b01[_0x537ed3(0x2fa)]['id'],'handler'(_0x4be1b7,_0x4b6705){const _0x13a5ac=_0x537ed3,_0x324cdf={'m1Prime':_0x4be1b7,'m2Prime':_0x4b6705};return _0x4be1b7[_0x13a5ac(0x13f)][_0x13a5ac(0x213)]!==_0x4b6705['params'][_0x13a5ac(0x213)]||_0x4be1b7[_0x13a5ac(0x13f)]['subUnitId']!==_0x4b6705['params'][_0x13a5ac(0x240)]?_0x324cdf:{'error':new Error(_0x13a5ac(0xe0))};}},_0x2d4b32={'m1':_0x512b01[_0x537ed3(0x141)]['id'],'m2':_0x512b01[_0x537ed3(0x2e1)]['id'],'handler'(_0xb7a48d,_0x230130){const _0x1391c3=_0x537ed3;if(_0xb7a48d[_0x1391c3(0x13f)][_0x1391c3(0x213)]!==_0x230130[_0x1391c3(0x13f)][_0x1391c3(0x213)]||_0xb7a48d[_0x1391c3(0x13f)][_0x1391c3(0x240)]!==_0x230130[_0x1391c3(0x13f)][_0x1391c3(0x240)])return{'m1Prime':_0xb7a48d,'m2Prime':_0x230130};const _0x13a0b9=_0x1c277e[_0x1391c3(0x2a5)]['deepClone'](_0xb7a48d),_0x22b394=_0x1c277e['Tools'][_0x1391c3(0x1d1)](_0x230130),_0x4976e6=_0x13a0b9[_0x1391c3(0x13f)]['values'],_0x5ccda6=_0x22b394[_0x1391c3(0x13f)][_0x1391c3(0x23f)];for(const _0x396d2f in _0x4976e6){const _0xf77e6c=_0x4976e6[_0x396d2f][_0x1391c3(0x23f)],_0x1d8d3f=[];_0xf77e6c[_0x1391c3(0x22e)](_0x42b29e=>{const _0x2cb179=_0x1391c3,_0x5a14da=_0x7ff394(_0x42b29e,_0x5ccda6);_0x5a14da[_0x2cb179(0xfe)]>0x0&&_0x1d8d3f[_0x2cb179(0x1aa)](..._0x5a14da);}),_0x4976e6[_0x396d2f][_0x1391c3(0x23f)]=_0x1d8d3f;}return{'m1Prime':_0x13a0b9,'m2Prime':_0x22b394};}},_0x1bd6d7={'m1':_0x512b01['SetNumfmtMutation']['id'],'m2':_0x512b01[_0x537ed3(0x141)]['id'],'handler'(_0x4a3ae9,_0x432ca8){const _0x15aff5=_0x537ed3;if(_0x4a3ae9[_0x15aff5(0x13f)][_0x15aff5(0x213)]!==_0x432ca8[_0x15aff5(0x13f)]['unitId']||_0x4a3ae9[_0x15aff5(0x13f)][_0x15aff5(0x240)]!==_0x432ca8['params']['subUnitId'])return{'m1Prime':_0x4a3ae9,'m2Prime':_0x432ca8};const _0x2427e9=_0x1c277e[_0x15aff5(0x2a5)][_0x15aff5(0x1d1)](_0x4a3ae9),_0x4d8938=_0x1c277e['Tools'][_0x15aff5(0x1d1)](_0x432ca8),_0x4a7657=_0x2427e9[_0x15aff5(0x13f)][_0x15aff5(0x280)],_0x1a52c2=Object[_0x15aff5(0x280)](_0x4d8938[_0x15aff5(0x13f)][_0x15aff5(0x280)])[_0x15aff5(0x1ed)](_0x59365f=>_0x59365f['ranges'])[_0x15aff5(0x27e)]();for(const _0x626a40 in _0x4a7657){const _0x5ec978=_0x4a7657[_0x626a40][_0x15aff5(0x23f)],_0x2c296a=[];_0x5ec978['forEach'](_0x2f432e=>{const _0x50701d=_0x15aff5,_0x2553b9=_0x7ff394(_0x2f432e,_0x1a52c2);_0x2553b9[_0x50701d(0xfe)]>0x0&&_0x2c296a['push'](..._0x2553b9);}),_0x4a7657[_0x626a40][_0x15aff5(0x23f)]=_0x2c296a;}return{'m1Prime':_0x2427e9,'m2Prime':_0x4d8938};}},_0x48065c={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x151b41[_0x537ed3(0x25a)]['id'],'handler':(_0x3eaf38,_0x53af4f)=>{const _0x1a3bec=_0x537ed3,_0x16f363={'m1Prime':_0x3eaf38,'m2Prime':_0x53af4f};return _0x3eaf38[_0x1a3bec(0x13f)]['unitId']!==_0x53af4f[_0x1a3bec(0x13f)][_0x1a3bec(0x213)]||_0x3eaf38[_0x1a3bec(0x13f)][_0x1a3bec(0x240)]!==_0x53af4f[_0x1a3bec(0x13f)][_0x1a3bec(0x240)]?_0x16f363:{'error':new Error(_0x1a3bec(0x1e3))};}},_0x20d6c3={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x2bb070[_0x537ed3(0x273)]['id'],'handler':(_0xcd05d7,_0x8c7e37)=>{const _0x434a40=_0x537ed3,_0x32ebd8={'m1Prime':_0xcd05d7,'m2Prime':_0x8c7e37};if(_0xcd05d7['params'][_0x434a40(0x213)]!==_0x8c7e37[_0x434a40(0x13f)]['unitId']||_0xcd05d7[_0x434a40(0x13f)][_0x434a40(0x240)]!==_0x8c7e37[_0x434a40(0x13f)]['subUnitId'])return _0x32ebd8;const _0x3dee97=_0xcd05d7[_0x434a40(0x13f)][_0x434a40(0x2ef)][_0x434a40(0x23f)],_0x725752=_0x8c7e37[_0x434a40(0x13f)][_0x434a40(0x2ef)][_0x434a40(0x23f)];return _0x3dee97[_0x434a40(0x167)](_0x3a5f83=>_0x725752[_0x434a40(0x167)](_0x432f44=>_0x1c277e['Rectangle'][_0x434a40(0x2a0)](_0x3a5f83,_0x432f44)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')}:_0x32ebd8;}},_0x5629ac={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler':(_0xd7865b,_0x219018)=>{const _0x58c3c9=_0x537ed3,_0x183cb5={'m1Prime':_0xd7865b,'m2Prime':_0x219018};if(_0xd7865b['params'][_0x58c3c9(0x213)]!==_0x219018['params'][_0x58c3c9(0x213)]||_0xd7865b[_0x58c3c9(0x13f)][_0x58c3c9(0x240)]!==_0x219018[_0x58c3c9(0x13f)][_0x58c3c9(0x240)])return _0x183cb5;const _0x3cf9e6=_0xd7865b[_0x58c3c9(0x13f)][_0x58c3c9(0x2ef)]['ranges'],_0x3dc941=_0x219018[_0x58c3c9(0x13f)][_0x58c3c9(0x23f)];return _0x3cf9e6[_0x58c3c9(0x167)](_0x43d852=>_0x3dc941['some'](_0x45ed6a=>_0x1c277e[_0x58c3c9(0x138)][_0x58c3c9(0x2a0)](_0x43d852,_0x45ed6a)))?{'error':new Error(_0x58c3c9(0x1ec))}:_0x183cb5;}},_0x3ab5ff={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x255)]['id'],'handler':(_0x10d191,_0x1cc562)=>{const _0x3f0bac=_0x537ed3,_0x454674={'m1Prime':_0x10d191,'m2Prime':_0x1cc562};return _0x10d191['params']['unitId']!==_0x1cc562['params'][_0x3f0bac(0x213)]||_0x10d191['params'][_0x3f0bac(0x240)]!==_0x1cc562[_0x3f0bac(0x13f)]['rule'][_0x3f0bac(0x240)]?_0x454674:{'error':new Error(_0x3f0bac(0x29a))};}},_0x2f0014={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x2bb070['DeleteConditionalRuleMutation']['id'],'handler':(_0x522561,_0x46b69a)=>{const _0xebe819=_0x537ed3,_0x1407f7={'m1Prime':_0x522561,'m2Prime':_0x46b69a};return _0x522561[_0xebe819(0x13f)][_0xebe819(0x213)]!==_0x46b69a['params'][_0xebe819(0x213)]||_0x522561[_0xebe819(0x13f)][_0xebe819(0x240)]!==_0x46b69a[_0xebe819(0x13f)][_0xebe819(0x240)]?_0x1407f7:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x3fea97={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x2e7)]['id'],'handler':(_0x123f85,_0x1dc6a2)=>{const _0x3b2832=_0x537ed3,_0xb0382d={'m1Prime':_0x123f85,'m2Prime':_0x1dc6a2};if(_0x123f85[_0x3b2832(0x13f)][_0x3b2832(0x213)]!==_0x1dc6a2[_0x3b2832(0x13f)][_0x3b2832(0x213)]||_0x123f85[_0x3b2832(0x13f)][_0x3b2832(0x240)]!==_0x1dc6a2[_0x3b2832(0x13f)][_0x3b2832(0x240)])return _0xb0382d;const _0x4cff37=_0x123f85['params'][_0x3b2832(0x2ef)][_0x3b2832(0x23f)],_0xfee35e=_0x1dc6a2['params'][_0x3b2832(0x218)];return _0x4cff37['some'](_0x2473fa=>_0x1c277e['Rectangle'][_0x3b2832(0x2a0)](_0x2473fa,_0xfee35e))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0xb0382d;}},_0x5b491c={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x166)]['id'],'handler':(_0x2e0d3a,_0x529dee)=>{const _0x2cfe89=_0x537ed3,_0x1a238f={'m1Prime':_0x2e0d3a,'m2Prime':_0x529dee};if(_0x2e0d3a['params'][_0x2cfe89(0x213)]!==_0x529dee[_0x2cfe89(0x13f)][_0x2cfe89(0x213)]||_0x2e0d3a[_0x2cfe89(0x13f)][_0x2cfe89(0x240)]!==_0x529dee[_0x2cfe89(0x13f)][_0x2cfe89(0x240)])return _0x1a238f;const _0x1409a2=_0x2e0d3a[_0x2cfe89(0x13f)]['rule'][_0x2cfe89(0x23f)],_0x5ddb6c=_0x529dee[_0x2cfe89(0x13f)][_0x2cfe89(0x218)];return _0x1409a2[_0x2cfe89(0x167)](_0x5ced44=>_0x1c277e[_0x2cfe89(0x138)][_0x2cfe89(0x2a0)](_0x5ced44,_0x5ddb6c))?{'error':new Error(_0x2cfe89(0x159))}:_0x1a238f;}},_0x2ed1e5={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x2c0)]['id'],'handler':(_0x3c0450,_0x572b9e)=>{const _0x340614=_0x537ed3,_0x2736b4={'m1Prime':_0x3c0450,'m2Prime':_0x572b9e};if(_0x3c0450[_0x340614(0x13f)]['unitId']!==_0x572b9e[_0x340614(0x13f)][_0x340614(0x213)]||_0x3c0450['params']['subUnitId']!==_0x572b9e[_0x340614(0x13f)][_0x340614(0x240)])return _0x2736b4;const _0xd8846e=_0x3c0450['params'][_0x340614(0x2ef)][_0x340614(0x23f)],_0x310a1d=[_0x572b9e[_0x340614(0x13f)][_0x340614(0x2a9)],_0x572b9e['params'][_0x340614(0x1a5)]];return _0xd8846e[_0x340614(0x167)](_0x37830b=>_0x310a1d[_0x340614(0x167)](_0x2490ef=>_0x1c277e[_0x340614(0x138)][_0x340614(0x2a0)](_0x37830b,_0x2490ef)))?{'error':new Error(_0x340614(0x155))}:_0x2736b4;}},_0x5244be={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler':(_0x390938,_0x50d627)=>{const _0x9cb39e=_0x537ed3,_0x3fb7fc={'m1Prime':_0x390938,'m2Prime':_0x50d627};if(_0x390938['params'][_0x9cb39e(0x213)]!==_0x50d627[_0x9cb39e(0x13f)][_0x9cb39e(0x213)]||_0x390938[_0x9cb39e(0x13f)][_0x9cb39e(0x240)]!==_0x50d627['params'][_0x9cb39e(0x270)][_0x9cb39e(0x240)])return _0x3fb7fc;const _0x3ea4a1=_0x390938[_0x9cb39e(0x13f)]['rule'][_0x9cb39e(0x23f)],_0x1573b0=new _0x1c277e[(_0x9cb39e(0x2f6))](_0x50d627[_0x9cb39e(0x13f)]['from'][_0x9cb39e(0x16f)])['getDataRange'](),_0x3e6f18=new _0x1c277e['ObjectMatrix'](_0x50d627[_0x9cb39e(0x13f)]['to']['value'])['getDataRange'](),_0x49155d=[_0x1573b0,_0x3e6f18];return _0x3ea4a1[_0x9cb39e(0x167)](_0x41133b=>_0x49155d[_0x9cb39e(0x167)](_0x1fc50d=>_0x1c277e[_0x9cb39e(0x138)][_0x9cb39e(0x2a0)](_0x41133b,_0x1fc50d)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range')}:_0x3fb7fc;}},_0x649947={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x228)]['id'],'handler':(_0x51d998,_0x837600)=>{const _0x414bbb=_0x537ed3,_0x1f01d8={'m1Prime':_0x51d998,'m2Prime':_0x837600};if(_0x51d998[_0x414bbb(0x13f)][_0x414bbb(0x213)]!==_0x837600['params']['unitId']||_0x51d998[_0x414bbb(0x13f)]['subUnitId']!==_0x837600[_0x414bbb(0x13f)][_0x414bbb(0x240)])return _0x1f01d8;const _0x32544e=_0x51d998['params'][_0x414bbb(0x2ef)]['ranges'],_0x8b31b5=[_0x837600[_0x414bbb(0x13f)][_0x414bbb(0x2a9)],_0x837600[_0x414bbb(0x13f)]['targetRange']];return _0x32544e['some'](_0x3118ec=>_0x8b31b5[_0x414bbb(0x167)](_0x3dac90=>_0x1c277e[_0x414bbb(0x138)][_0x414bbb(0x2a0)](_0x3118ec,_0x3dac90)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row')}:_0x1f01d8;}},_0x5c200c={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01[_0x537ed3(0x112)]['id'],'handler':(_0x39b51c,_0x5cd25c)=>{const _0x15d173=_0x537ed3,_0x25bd61={'m1Prime':_0x39b51c,'m2Prime':_0x5cd25c};if(_0x39b51c['params'][_0x15d173(0x213)]!==_0x5cd25c[_0x15d173(0x13f)][_0x15d173(0x213)]||_0x39b51c[_0x15d173(0x13f)]['subUnitId']!==_0x5cd25c['params'][_0x15d173(0x240)])return _0x25bd61;const _0x33040f=_0x39b51c[_0x15d173(0x13f)][_0x15d173(0x2ef)][_0x15d173(0x23f)],_0x1fa03e=_0x5cd25c[_0x15d173(0x13f)][_0x15d173(0x218)];return _0x33040f[_0x15d173(0x167)](_0x1cdf3f=>_0x1c277e[_0x15d173(0x138)][_0x15d173(0x2a0)](_0x1cdf3f,_0x1fa03e))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col')}:_0x25bd61;}},_0x31cd48={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x1d07e6[_0x537ed3(0x2bf)]['id'],'handler':(_0x4f8767,_0x47e32a)=>{const _0x2ac125=_0x537ed3,_0x52b926={'m1Prime':_0x4f8767,'m2Prime':_0x47e32a};return _0x4f8767[_0x2ac125(0x13f)][_0x2ac125(0x213)]!==_0x47e32a[_0x2ac125(0x13f)][_0x2ac125(0x213)]||_0x4f8767['params'][_0x2ac125(0x240)]!==_0x47e32a[_0x2ac125(0x13f)][_0x2ac125(0x240)]?_0x52b926:{'error':new Error(_0x2ac125(0x17c))};}},_0x11f32c={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x512b01['RemoveRowMutation']['id'],'handler':(_0xfc4f7e,_0x4a1b69)=>{const _0x41861a=_0x537ed3,_0x365502={'m1Prime':_0xfc4f7e,'m2Prime':_0x4a1b69};if(_0xfc4f7e[_0x41861a(0x13f)][_0x41861a(0x213)]!==_0x4a1b69['params']['unitId']||_0xfc4f7e[_0x41861a(0x13f)]['subUnitId']!==_0x4a1b69[_0x41861a(0x13f)]['subUnitId'])return _0x365502;const _0x5158e4=_0xfc4f7e[_0x41861a(0x13f)][_0x41861a(0x2ef)][_0x41861a(0x23f)],_0x13d102=_0x4a1b69[_0x41861a(0x13f)]['range'];return _0x5158e4[_0x41861a(0x167)](_0x5650f9=>_0x1c277e[_0x41861a(0x138)][_0x41861a(0x2a0)](_0x5650f9,_0x13d102))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row')}:_0x365502;}},_0x244c2a={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler':(_0xf57c19,_0x3bdcf0)=>{const _0x56b676=_0x537ed3,_0x48764e={'m1Prime':_0xf57c19,'m2Prime':_0x3bdcf0};return _0xf57c19[_0x56b676(0x13f)][_0x56b676(0x213)]!==_0x3bdcf0[_0x56b676(0x13f)][_0x56b676(0x213)]||_0xf57c19[_0x56b676(0x13f)][_0x56b676(0x240)]!==_0x3bdcf0[_0x56b676(0x13f)][_0x56b676(0x240)]?_0x48764e:{'error':new Error(_0x56b676(0x171))};}},_0x29d631={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x21c)]['id'],'handler':(_0x5c92fe,_0x105130)=>{const _0x165c32=_0x537ed3,_0x3decfb={'m1Prime':_0x5c92fe,'m2Prime':_0x105130};if(_0x5c92fe[_0x165c32(0x13f)][_0x165c32(0x213)]!==_0x105130['params'][_0x165c32(0x213)]||_0x5c92fe[_0x165c32(0x13f)][_0x165c32(0x240)]!==_0x105130[_0x165c32(0x13f)][_0x165c32(0x240)])return _0x3decfb;const _0x3d5261=_0x5c92fe[_0x165c32(0x13f)][_0x165c32(0x2ef)]['ranges'],_0x58b1d5=_0x105130[_0x165c32(0x13f)][_0x165c32(0x23f)];return _0x3d5261[_0x165c32(0x167)](_0x457caa=>_0x58b1d5[_0x165c32(0x167)](_0x52e216=>_0x1c277e[_0x165c32(0x138)]['intersects'](_0x457caa,_0x52e216)))?{'error':new Error(_0x165c32(0x239))}:_0x3decfb;}},_0x5abfde={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x2bb070[_0x537ed3(0x242)]['id'],'handler':(_0x5882e8,_0x3042e8)=>{const _0x52d270=_0x537ed3,_0x1025ec={'m1Prime':_0x5882e8,'m2Prime':_0x3042e8};if(_0x5882e8['params'][_0x52d270(0x213)]!==_0x3042e8[_0x52d270(0x13f)][_0x52d270(0x213)]||_0x5882e8[_0x52d270(0x13f)]['subUnitId']!==_0x3042e8['params'][_0x52d270(0x240)])return _0x1025ec;const _0x52dff3=_0x5882e8[_0x52d270(0x13f)][_0x52d270(0x2ef)][_0x52d270(0x23f)],_0x290216=_0x3042e8[_0x52d270(0x13f)][_0x52d270(0x2ef)][_0x52d270(0x23f)];return _0x52dff3[_0x52d270(0x167)](_0x2a1f48=>_0x290216[_0x52d270(0x167)](_0x43386d=>_0x1c277e[_0x52d270(0x138)][_0x52d270(0x2a0)](_0x2a1f48,_0x43386d)))?{'error':new Error(_0x52d270(0x2cb))}:_0x1025ec;}},_0x1e1cb9={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2fa)]['id'],'handler':(_0x494b9c,_0x47357b)=>{const _0x1efaf5=_0x537ed3,_0x16d1eb={'m1Prime':_0x494b9c,'m2Prime':_0x47357b};if(_0x494b9c[_0x1efaf5(0x13f)][_0x1efaf5(0x213)]!==_0x47357b[_0x1efaf5(0x13f)]['unitId']||_0x494b9c[_0x1efaf5(0x13f)]['subUnitId']!==_0x47357b[_0x1efaf5(0x13f)][_0x1efaf5(0x240)])return _0x16d1eb;const _0x4204d3=_0x494b9c['params'][_0x1efaf5(0x2ef)][_0x1efaf5(0x23f)],_0x2fa4b7=[{'startRow':_0x47357b[_0x1efaf5(0x13f)][_0x1efaf5(0x224)],'endRow':_0x47357b[_0x1efaf5(0x13f)][_0x1efaf5(0x224)],'startColumn':_0x47357b['params'][_0x1efaf5(0x207)],'endColumn':_0x47357b[_0x1efaf5(0x13f)][_0x1efaf5(0x207)]}];return _0x4204d3['some'](_0x1ca27c=>_0x2fa4b7['some'](_0xa83211=>_0x1c277e[_0x1efaf5(0x138)]['intersects'](_0x1ca27c,_0xa83211)))?{'error':new Error(_0x1efaf5(0x24d))}:_0x16d1eb;}},_0x14f8ce={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01['SetNumfmtMutation']['id'],'handler':(_0xbe77,_0x1da2ee)=>{const _0x1845dd=_0x537ed3,_0x51ef59={'m1Prime':_0xbe77,'m2Prime':_0x1da2ee};return _0xbe77[_0x1845dd(0x13f)][_0x1845dd(0x213)]!==_0x1da2ee['params'][_0x1845dd(0x213)]||_0xbe77[_0x1845dd(0x13f)][_0x1845dd(0x240)]!==_0x1da2ee[_0x1845dd(0x13f)]['subUnitId']?_0x51ef59:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};}},_0x3be279={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01['SetRangeProtectionMutation']['id'],'handler':(_0x386cfe,_0x45bb55)=>{const _0x4ec61e=_0x537ed3,_0x5ebf83={'m1Prime':_0x386cfe,'m2Prime':_0x45bb55};if(_0x386cfe['params']['unitId']!==_0x45bb55[_0x4ec61e(0x13f)]['unitId']||_0x386cfe['params'][_0x4ec61e(0x240)]!==_0x45bb55[_0x4ec61e(0x13f)][_0x4ec61e(0x240)])return _0x5ebf83;const _0x58a1dc=_0x386cfe[_0x4ec61e(0x13f)][_0x4ec61e(0x2ef)][_0x4ec61e(0x23f)],_0xb907e8=_0x45bb55[_0x4ec61e(0x13f)][_0x4ec61e(0x2ef)]['ranges'];return _0x58a1dc['some'](_0x5bee68=>_0xb907e8[_0x4ec61e(0x167)](_0x2854e5=>_0x1c277e[_0x4ec61e(0x138)][_0x4ec61e(0x2a0)](_0x5bee68,_0x2854e5)))?{'error':new Error(_0x4ec61e(0x1df))}:_0x5ebf83;}},_0x425414={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x512b01['SetRangeValuesMutation']['id'],'handler':(_0xde9131,_0x33b6d2)=>{const _0x2cbb9f=_0x537ed3,_0x349e33={'m1Prime':_0xde9131,'m2Prime':_0x33b6d2};if(_0xde9131[_0x2cbb9f(0x13f)]['unitId']!==_0x33b6d2[_0x2cbb9f(0x13f)][_0x2cbb9f(0x213)]||_0xde9131[_0x2cbb9f(0x13f)][_0x2cbb9f(0x240)]!==_0x33b6d2[_0x2cbb9f(0x13f)][_0x2cbb9f(0x240)])return _0x349e33;const _0x138559=_0xde9131[_0x2cbb9f(0x13f)][_0x2cbb9f(0x2ef)][_0x2cbb9f(0x23f)],_0xf16939=new _0x1c277e['ObjectMatrix'](_0x33b6d2[_0x2cbb9f(0x13f)][_0x2cbb9f(0x1d3)])[_0x2cbb9f(0x1fd)]();return _0x138559[_0x2cbb9f(0x167)](_0xacb29a=>_0x1c277e[_0x2cbb9f(0x138)][_0x2cbb9f(0x2a0)](_0xacb29a,_0xf16939))?{'error':new Error(_0x2cbb9f(0x262))}:_0x349e33;}},_0x358958={'m1':_0x512b01['SetRangeProtectionMutation']['id'],'m2':_0x512b01[_0x537ed3(0x2c1)]['id'],'handler':(_0x510ea6,_0x2549b0)=>{const _0x28701f=_0x537ed3,_0x136eb6={'m1Prime':_0x510ea6,'m2Prime':_0x2549b0};if(_0x510ea6[_0x28701f(0x13f)][_0x28701f(0x213)]!==_0x2549b0[_0x28701f(0x13f)][_0x28701f(0x213)]||_0x510ea6[_0x28701f(0x13f)]['subUnitId']!==_0x2549b0[_0x28701f(0x13f)][_0x28701f(0x240)])return _0x136eb6;const _0x1df109=_0x510ea6[_0x28701f(0x13f)][_0x28701f(0x2ef)]['ranges'],_0xed6091=_0x2549b0[_0x28701f(0x13f)][_0x28701f(0x23f)];return _0x1df109[_0x28701f(0x167)](_0x4ab50c=>_0xed6091[_0x28701f(0x167)](_0x1b15b6=>_0x1c277e[_0x28701f(0x138)]['intersects'](_0x4ab50c,_0x1b15b6)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:_0x136eb6;}},_0xa752eb={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x151b41[_0x537ed3(0x139)]['id'],'handler':(_0x79425f,_0x3951a4)=>{const _0x4988d2=_0x537ed3,_0x4b6033={'m1Prime':_0x79425f,'m2Prime':_0x3951a4};return _0x79425f['params'][_0x4988d2(0x213)]!==_0x3951a4[_0x4988d2(0x13f)][_0x4988d2(0x213)]||_0x79425f[_0x4988d2(0x13f)]['subUnitId']!==_0x3951a4['params']['subUnitId']?_0x4b6033:{'error':new Error(_0x4988d2(0x1c3))};}},_0x40d9a2={'m1':_0x512b01[_0x537ed3(0x143)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x1640b2,_0x17dd0a)=>{const _0xef5e47=_0x537ed3,_0x4acf31={'m1Prime':_0x1640b2,'m2Prime':_0x17dd0a};return _0x1640b2['params'][_0xef5e47(0x213)]!==_0x17dd0a[_0xef5e47(0x13f)][_0xef5e47(0x213)]||_0x1640b2['params']['subUnitId']!==_0x17dd0a[_0xef5e47(0x13f)][_0xef5e47(0x240)]?_0x4acf31:{'error':new Error(_0xef5e47(0xeb))};}},_0x53977c={'m1':_0x512b01[_0x537ed3(0x2e9)]['id'],'m2':_0x512b01['AddWorksheetMergeMutation']['id'],'handler'(_0x4458b8,_0x37eb67){const _0x9b6e3b=_0x537ed3,_0x5ef029=_0x448bef[_0x9b6e3b(0x2ad)](_0x37eb67,_0x4458b8);return _0xf0cba5(_0x5ef029)?{'m1Prime':_0x5ef029[_0x9b6e3b(0x11c)],'m2Prime':_0x5ef029['m1Prime']}:_0x5ef029;}},_0x1806e4={'m1':_0x512b01[_0x537ed3(0x2e9)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x485a47,_0x37eaae){const _0x581a81=_0x537ed3,_0x4e9a39={'m1Prime':_0x485a47,'m2Prime':_0x37eaae};if(_0x485a47[_0x581a81(0x13f)][_0x581a81(0x213)]!==_0x37eaae[_0x581a81(0x13f)]['unitId'])return _0x4e9a39;const _0x231e2f=new _0x1c277e['ObjectMatrix'](_0x485a47[_0x581a81(0x13f)][_0x581a81(0x1d3)])[_0x581a81(0x1fd)](),_0x105b58=new _0x1c277e[(_0x581a81(0x2f6))](_0x37eaae['params'][_0x581a81(0x270)][_0x581a81(0x16f)])['getDataRange'](),_0x23d0ce=new _0x1c277e[(_0x581a81(0x2f6))](_0x37eaae[_0x581a81(0x13f)]['to']['value'])[_0x581a81(0x1fd)]();return _0x485a47['params']['subUnitId']===_0x37eaae[_0x581a81(0x13f)][_0x581a81(0x270)][_0x581a81(0x240)]&&_0x1c277e[_0x581a81(0x138)][_0x581a81(0x2a0)](_0x231e2f,_0x105b58)||_0x485a47[_0x581a81(0x13f)][_0x581a81(0x240)]===_0x37eaae[_0x581a81(0x13f)]['to']['subUnitId']&&_0x1c277e['Rectangle'][_0x581a81(0x2a0)](_0x231e2f,_0x23d0ce)?{'error':new Error(_0x581a81(0x2be))}:_0x4e9a39;}},_0x59a842={'m1':_0x512b01[_0x537ed3(0x2e9)]['id'],'m2':_0x512b01[_0x537ed3(0x304)]['id'],'handler'(_0x40124f,_0x153a41){const _0xb5ff=_0x537ed3;var _0x2ee0e2,_0x2025e8;const _0x1be402={'m1Prime':_0x40124f,'m2Prime':_0x153a41};if(_0x40124f['params'][_0xb5ff(0x213)]!==_0x153a41[_0xb5ff(0x13f)][_0xb5ff(0x213)]||_0x40124f[_0xb5ff(0x13f)][_0xb5ff(0x240)]!==_0x153a41[_0xb5ff(0x13f)][_0xb5ff(0x240)])return _0x1be402;const _0x3267c8=_0x1c277e['Tools']['deepClone'](_0x40124f),{cellValue:_0x512934}=_0x3267c8[_0xb5ff(0x13f)],_0x1f0ab=new _0x1c277e[(_0xb5ff(0x2f6))](_0x512934),{range:_0x5819d1}=_0x153a41['params'],_0x169041=new Map();for(let _0x49a39a=_0x5819d1[_0xb5ff(0x207)];_0x49a39a<=_0x5819d1['endColumn'];_0x49a39a++)for(let _0x1cbecf=_0x5819d1['startRow'];_0x1cbecf<=_0x5819d1[_0xb5ff(0x2ec)];_0x1cbecf++)if(((_0x2ee0e2=_0x512934==null?void 0x0:_0x512934[_0x1cbecf])==null?void 0x0:_0x2ee0e2[_0x49a39a])!==void 0x0){const _0x371615=(_0x2025e8=_0x153a41[_0xb5ff(0x13f)][_0xb5ff(0x179)][_0x1cbecf])!=null?_0x2025e8:_0x1cbecf;_0x371615!==_0x1cbecf&&(_0x169041['has'](_0x371615)||_0x169041[_0xb5ff(0x12c)](_0x371615,new Map()),_0x169041[_0xb5ff(0x1c5)](_0x371615)[_0xb5ff(0x12c)](_0x49a39a,_0x512934[_0x1cbecf][_0x49a39a]),_0x1f0ab[_0xb5ff(0x1e8)](_0x1cbecf,_0x49a39a));}return _0x169041[_0xb5ff(0x22e)]((_0x24c6a5,_0x2cb5ba)=>{_0x24c6a5['forEach']((_0x2d922c,_0x35c522)=>{_0x1f0ab['setValue'](_0x2cb5ba,_0x35c522,_0x2d922c);});}),{'m1Prime':_0x3267c8,'m2Prime':_0x153a41};}},_0x4ee9e5={'m1':_0x512b01[_0x537ed3(0x2e9)]['id'],'m2':_0x512b01['SetRangeValuesMutation']['id'],'handler'(_0x2a59a5,_0x5d5fa3){const _0x528595=_0x537ed3,_0x37b401={'m1Prime':_0x2a59a5,'m2Prime':_0x5d5fa3};if(_0x2a59a5['params'][_0x528595(0x213)]!==_0x5d5fa3[_0x528595(0x13f)][_0x528595(0x213)]||_0x2a59a5[_0x528595(0x13f)][_0x528595(0x240)]!==_0x5d5fa3['params'][_0x528595(0x240)])return _0x37b401;const _0x29a438=_0x1c277e[_0x528595(0x2a5)][_0x528595(0x1d1)](_0x2a59a5),_0x7aad24=_0x1c277e[_0x528595(0x2a5)][_0x528595(0x1d1)](_0x5d5fa3),_0x26f664=_0x1c277e[_0x528595(0x2a5)][_0x528595(0x1d1)](_0x5d5fa3),_0x1b79ae=new _0x1c277e[(_0x528595(0x2f6))](_0x29a438[_0x528595(0x13f)][_0x528595(0x1d3)]),_0x3c976b=_0x1b79ae[_0x528595(0x1fd)](),_0xc06c97=new _0x1c277e[(_0x528595(0x2f6))](_0x5d5fa3[_0x528595(0x13f)][_0x528595(0x1d3)]),_0x4ae2cd=new _0x1c277e[(_0x528595(0x2f6))](),_0x1ee676=_0xc06c97['getDataRange']();return _0x1c277e['Rectangle'][_0x528595(0x2a0)](_0x3c976b,_0x1ee676)?(_0x1b79ae[_0x528595(0xfc)]((_0x35531c,_0x1391d1,_0x5ad1a5)=>{const _0x15d9b2=_0x528595;var _0x3444ec;const _0xc465cb=_0xc06c97['getValue'](_0x35531c,_0x1391d1);_0xc465cb===null&&_0x1b79ae[_0x15d9b2(0x1e8)](_0x35531c,_0x1391d1),_0x5ad1a5&&_0xc465cb&&(typeof(_0xc465cb==null?void 0x0:_0xc465cb['s'])==_0x15d9b2(0x2a7)&&(_0xc465cb['s']=_0x1c277e[_0x15d9b2(0x2a5)][_0x15d9b2(0x1d1)]((_0x3444ec=_0x7aad24[_0x15d9b2(0x13f)][_0x15d9b2(0x1b9)])==null?void 0x0:_0x3444ec[_0xc465cb['s']])||void 0x0),_0x4ae2cd[_0x15d9b2(0x29f)](_0x35531c,_0x1391d1,_0xc465cb));}),_0x29a438[_0x528595(0x13f)][_0x528595(0x1d3)]=_0x1b79ae[_0x528595(0x2ce)](),_0x7aad24[_0x528595(0x13f)][_0x528595(0x1d3)]=_0x4ae2cd[_0x528595(0x2ce)](),{'m1Prime':[_0x29a438,_0x7aad24],'m2Prime':_0x26f664}):_0x37b401;}},_0x5d7408={'m1':_0x512b01[_0x537ed3(0xe3)]['id'],'m2':_0x512b01[_0x537ed3(0xe3)]['id'],'handler'(_0x212d26,_0x3e00f5){const _0x4fa114=_0x537ed3,_0x2fd936={'m1Prime':_0x212d26,'m2Prime':_0x3e00f5};if(_0x212d26[_0x4fa114(0x13f)][_0x4fa114(0x213)]!==_0x3e00f5[_0x4fa114(0x13f)][_0x4fa114(0x213)]||_0x212d26[_0x4fa114(0x13f)]['subUnitId']!==_0x3e00f5[_0x4fa114(0x13f)][_0x4fa114(0x240)])return _0x2fd936;const _0x1a22c2=_0x212d26[_0x4fa114(0x13f)][_0x4fa114(0x1b3)],_0x4ba90d=_0x3e00f5[_0x4fa114(0x13f)][_0x4fa114(0x1b3)],_0x151c4d={},_0x372dc2=_0x1c277e[_0x4fa114(0x2a5)][_0x4fa114(0x1d1)](_0x212d26),_0x3ff593=new Set([...Object[_0x4fa114(0x232)](_0x1a22c2)['map'](Number),...Object[_0x4fa114(0x232)](_0x4ba90d)[_0x4fa114(0x1ed)](Number)]);for(const _0x16c520 of _0x3ff593){const _0x125a11=_0x1a22c2[_0x16c520],_0x4acd28=_0x4ba90d[_0x16c520];if(_0x125a11&&_0x4acd28){const _0x7c8d37={..._0x125a11,..._0x4acd28};_0x151c4d[_0x16c520]=_0x7c8d37;}else _0x125a11?_0x151c4d[_0x16c520]=_0x125a11:_0x4acd28&&(_0x151c4d[_0x16c520]=_0x4acd28);}return _0x372dc2['params'][_0x4fa114(0x1b3)]=_0x151c4d,{'m1Prime':_0x372dc2,'m2Prime':_0x3e00f5};}},_0x3271b8={'m1':_0x472535[_0x537ed3(0x1f2)]['id'],'m2':_0x512b01[_0x537ed3(0x199)]['id'],'handler'(_0x174ba7,_0xcfc35b){const _0x113f66=_0x537ed3,_0x3d2d05={'m1Prime':_0x174ba7,'m2Prime':_0xcfc35b};if(_0x174ba7[_0x113f66(0x13f)][_0x113f66(0x213)]!==_0xcfc35b[_0x113f66(0x13f)]['unitId']||_0x174ba7[_0x113f66(0x13f)][_0x113f66(0x240)]!==_0xcfc35b[_0x113f66(0x13f)][_0x113f66(0x270)]['subUnitId']&&_0x174ba7[_0x113f66(0x13f)][_0x113f66(0x240)]!==_0xcfc35b[_0x113f66(0x13f)]['to'][_0x113f66(0x240)])return _0x3d2d05;let _0x5c426d=null;return _0x174ba7['params'][_0x113f66(0x240)]===_0xcfc35b[_0x113f66(0x13f)][_0x113f66(0x270)]['subUnitId']&&new _0x1c277e[(_0x113f66(0x2f6))](_0xcfc35b[_0x113f66(0x13f)][_0x113f66(0x270)][_0x113f66(0x16f)])[_0x113f66(0xfc)]((_0x5180be,_0x17a74c)=>{const _0x37c739=_0x113f66;_0x17a74c===_0x174ba7[_0x37c739(0x13f)][_0x37c739(0x1e6)]&&(_0x5c426d=_0xcfc35b['params'][_0x37c739(0x270)][_0x37c739(0x240)]);}),_0x174ba7[_0x113f66(0x13f)][_0x113f66(0x240)]===_0xcfc35b[_0x113f66(0x13f)]['to'][_0x113f66(0x240)]&&new _0x1c277e[(_0x113f66(0x2f6))](_0xcfc35b['params']['to']['value'])[_0x113f66(0xfc)]((_0x2f4085,_0x437bd1)=>{const _0x4beeca=_0x113f66;_0x437bd1===_0x174ba7['params'][_0x4beeca(0x1e6)]&&(_0x5c426d=_0xcfc35b[_0x4beeca(0x13f)]['to'][_0x4beeca(0x240)]);}),_0x5c426d?{'m1Prime':_0x174ba7,'m2Prime':[_0xcfc35b,{'id':_0x472535[_0x113f66(0x252)]['id'],'params':{'unitId':_0xcfc35b[_0x113f66(0x13f)][_0x113f66(0x213)],'subUnitId':_0x5c426d}}]}:_0x3d2d05;}},_0x347d22={'m1':_0x472535['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler'(_0x35314a,_0x47f54f){const _0x52b6ba=_0x537ed3,_0x3d8a71={'m1Prime':_0x35314a,'m2Prime':_0x47f54f};return _0x35314a[_0x52b6ba(0x13f)]['unitId']!==_0x47f54f[_0x52b6ba(0x13f)]['unitId']||_0x35314a[_0x52b6ba(0x13f)][_0x52b6ba(0x240)]!==_0x47f54f[_0x52b6ba(0x13f)][_0x52b6ba(0x240)]?_0x3d8a71:{'m1Prime':[],'m2Prime':[_0x47f54f]};}},_0x57063a={'m1':_0x472535[_0x537ed3(0x1f2)]['id'],'m2':_0x512b01[_0x537ed3(0x2e9)]['id'],'handler'(_0x6eecbc,_0x11477b){const _0x550477=_0x537ed3,_0x31fb60={'m1Prime':_0x6eecbc,'m2Prime':_0x11477b};if(_0x6eecbc['params'][_0x550477(0x213)]!==_0x11477b[_0x550477(0x13f)][_0x550477(0x213)]||_0x6eecbc[_0x550477(0x13f)]['subUnitId']!==_0x11477b['params'][_0x550477(0x240)])return _0x31fb60;let _0x1f1a82=!0x1;return new _0x1c277e[(_0x550477(0x2f6))](_0x11477b[_0x550477(0x13f)][_0x550477(0x1d3)])[_0x550477(0xfc)]((_0x5f3a90,_0x2afe74)=>{const _0x3468ed=_0x550477;_0x2afe74===_0x6eecbc[_0x3468ed(0x13f)][_0x3468ed(0x1e6)]&&(_0x1f1a82=!0x0);}),_0x1f1a82?{'m1Prime':_0x6eecbc,'m2Prime':[_0x11477b,{'id':_0x472535[_0x550477(0x252)]['id'],'params':{'unitId':_0x11477b[_0x550477(0x13f)][_0x550477(0x213)],'subUnitId':_0x11477b[_0x550477(0x13f)]['subUnitId']}}]}:_0x31fb60;}},_0x14e2d1={'m1':_0x472535['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x472535['SetSheetsFilterCriteriaMutation']['id'],'handler'(_0x5a0497,_0x57010c){const _0x18d98d=_0x537ed3,_0x141c6d={'m1Prime':_0x5a0497,'m2Prime':_0x57010c};return _0x5a0497[_0x18d98d(0x13f)][_0x18d98d(0x213)]!==_0x57010c['params'][_0x18d98d(0x213)]||_0x5a0497[_0x18d98d(0x13f)][_0x18d98d(0x240)]!==_0x57010c[_0x18d98d(0x13f)][_0x18d98d(0x240)]||_0x5a0497[_0x18d98d(0x13f)][_0x18d98d(0x1e6)]!==_0x57010c[_0x18d98d(0x13f)]['col']?_0x141c6d:{'m1Prime':[],'m2Prime':[_0x57010c]};}},_0x38e80e={'m1':_0x472535[_0x537ed3(0x20c)]['id'],'m2':_0x472535[_0x537ed3(0x2fd)]['id'],'handler'(_0x8fcab0,_0x56c10b){const _0x359d44=_0x537ed3,_0x3fbb22={'m1Prime':_0x8fcab0,'m2Prime':_0x56c10b};return _0x8fcab0[_0x359d44(0x13f)]['unitId']!==_0x56c10b[_0x359d44(0x13f)][_0x359d44(0x213)]||_0x8fcab0[_0x359d44(0x13f)][_0x359d44(0x240)]!==_0x56c10b[_0x359d44(0x13f)][_0x359d44(0x240)]?_0x3fbb22:{'m1Prime':[],'m2Prime':[_0x56c10b]};}},_0xf53c50={'m1':_0x472535[_0x537ed3(0x20c)]['id'],'m2':_0x472535['SetSheetsFilterRangeMutation']['id'],'handler'(_0x1e0a18,_0x2bad6d){const _0x55e739=_0x537ed3,_0x57a9eb={'m1Prime':_0x1e0a18,'m2Prime':_0x2bad6d};return _0x1e0a18[_0x55e739(0x13f)]['unitId']!==_0x2bad6d[_0x55e739(0x13f)][_0x55e739(0x213)]||_0x1e0a18[_0x55e739(0x13f)][_0x55e739(0x240)]!==_0x2bad6d[_0x55e739(0x13f)][_0x55e739(0x240)]?_0x57a9eb:{'m1Prime':[],'m2Prime':[_0x2bad6d]};}},_0x2e1f34={'m1':_0x512b01['SetTabColorMutation']['id'],'m2':_0x512b01[_0x537ed3(0xe1)]['id'],'handler'(_0x3ce19e,_0x336125){const _0x13350d=_0x537ed3;return _0x3ce19e[_0x13350d(0x13f)][_0x13350d(0x213)]===_0x336125[_0x13350d(0x13f)][_0x13350d(0x213)]&&_0x3ce19e[_0x13350d(0x13f)]['subUnitId']===_0x336125['params']['subUnitId']&&_0x3ce19e[_0x13350d(0x13f)][_0x13350d(0x126)]!==_0x336125[_0x13350d(0x13f)][_0x13350d(0x126)]?{'error':new Error(_0x13350d(0x12b))}:{'m1Prime':_0x3ce19e,'m2Prime':_0x336125};}},_0x81cf92={'m1':_0x512b01['SetWorksheetColWidthMutation']['id'],'m2':_0x512b01['SetWorksheetColWidthMutation']['id'],'handler'(_0x50c462,_0x4f57c3){const _0x44b52e=_0x537ed3,_0x2dc064={'m1Prime':_0x50c462,'m2Prime':_0x4f57c3};if(_0x50c462[_0x44b52e(0x13f)][_0x44b52e(0x213)]!==_0x4f57c3[_0x44b52e(0x13f)][_0x44b52e(0x213)]||_0x50c462[_0x44b52e(0x13f)][_0x44b52e(0x240)]!==_0x4f57c3[_0x44b52e(0x13f)][_0x44b52e(0x240)])return _0x2dc064;const _0x575c02=_0x50c462['params'][_0x44b52e(0x23f)],_0x64aaef=[],_0x572498=_0x1c277e['Tools'][_0x44b52e(0x1d1)](_0x50c462),_0x2b3b77=_0x4f57c3[_0x44b52e(0x13f)][_0x44b52e(0x23f)];_0x575c02[_0x44b52e(0x22e)](_0x5e0eed=>{const _0xa9fc31=_0x44b52e,_0xabaa2e={'start':_0x5e0eed[_0xa9fc31(0x207)],'end':_0x5e0eed[_0xa9fc31(0x22a)]},_0x48471c=_0x2b3b77['map'](_0x562ca3=>({'start':_0x562ca3[_0xa9fc31(0x207)],'end':_0x562ca3[_0xa9fc31(0x22a)]})),_0x549f6f=_0x512545(_0xabaa2e,_0x48471c)['map'](_0x395a92=>({..._0x5e0eed,'startColumn':_0x395a92['start'],'endColumn':_0x395a92[_0xa9fc31(0x2ff)]}));_0x64aaef[_0xa9fc31(0x1aa)](..._0x549f6f);}),_0x572498[_0x44b52e(0x13f)][_0x44b52e(0x23f)]=_0x64aaef;const {colWidth:_0x46a323}=_0x572498[_0x44b52e(0x13f)],{colWidth:_0xf7f464}=_0x4f57c3['params'];return typeof _0x46a323!=_0x44b52e(0x24e)&&(typeof _0xf7f464!=_0x44b52e(0x24e)?Object[_0x44b52e(0x232)](_0xf7f464)['map'](Number)[_0x44b52e(0x22e)](_0x4f643e=>{_0x46a323[_0x4f643e]!=null&&delete _0x46a323[_0x4f643e];}):_0x2b3b77[_0x44b52e(0x22e)](_0xcba749=>{const _0x2326ae=_0x44b52e;for(let _0x15c1f9=_0xcba749[_0x2326ae(0x207)];_0x15c1f9<=_0xcba749[_0x2326ae(0x22a)];_0x15c1f9++)delete _0x46a323[_0x15c1f9];})),{'m1Prime':_0x572498,'m2Prime':_0x4f57c3};}},_0x979185={'m1':_0x512b01[_0x537ed3(0x25d)]['id'],'m2':_0x512b01['SetWorksheetNameMutation']['id'],'handler'(_0x429617,_0x325579){const _0x26f1ce=_0x537ed3,_0x3563e3={'m1Prime':_0x429617,'m2Prime':_0x325579};return _0x429617[_0x26f1ce(0x13f)]['unitId']!==_0x325579[_0x26f1ce(0x13f)][_0x26f1ce(0x213)]||_0x429617['params']['subUnitId']!==_0x325579[_0x26f1ce(0x13f)][_0x26f1ce(0x240)]?_0x3563e3:{'error':new Error(_0x26f1ce(0x170))};}},_0x15023f={'m1':_0x512b01[_0x537ed3(0x191)]['id'],'m2':_0x512b01[_0x537ed3(0x191)]['id'],'handler'(_0x413258,_0x3c0f8a){const _0x3d89d5=_0x537ed3,_0x5990e6={'m1Prime':_0x413258,'m2Prime':_0x3c0f8a};if(_0x413258[_0x3d89d5(0x13f)]['unitId']!==_0x3c0f8a[_0x3d89d5(0x13f)][_0x3d89d5(0x213)]||_0x413258['params'][_0x3d89d5(0x240)]!==_0x3c0f8a[_0x3d89d5(0x13f)][_0x3d89d5(0x240)])return _0x5990e6;const _0x47b47d=_0x413258[_0x3d89d5(0x13f)][_0x3d89d5(0x1e5)],_0x4e3241=[],_0x578579=_0x1c277e[_0x3d89d5(0x2a5)][_0x3d89d5(0x1d1)](_0x413258),_0x8a6bb0=_0x3c0f8a['params']['rowsAutoHeightInfo'];return _0x47b47d[_0x3d89d5(0x22e)](_0x17398f=>{const _0x21168f=_0x3d89d5;_0x8a6bb0[_0x21168f(0x27c)](_0x3fdf88=>_0x3fdf88[_0x21168f(0x148)]===_0x17398f[_0x21168f(0x148)])||_0x4e3241['push'](_0x17398f);}),_0x578579[_0x3d89d5(0x13f)][_0x3d89d5(0x1e5)]=_0x4e3241,{'m1Prime':_0x578579,'m2Prime':_0x3c0f8a};}},_0x5741c9={'m1':_0x512b01['SetWorksheetRowHeightMutation']['id'],'m2':_0x512b01[_0x537ed3(0x10f)]['id'],'handler'(_0x1da2b1,_0x16ed50){const _0x3db90c=_0x537ed3,_0x5dae99={'m1Prime':_0x1da2b1,'m2Prime':_0x16ed50};if(_0x1da2b1['params'][_0x3db90c(0x213)]!==_0x16ed50[_0x3db90c(0x13f)][_0x3db90c(0x213)]||_0x1da2b1['params']['subUnitId']!==_0x16ed50['params'][_0x3db90c(0x240)])return _0x5dae99;const _0xfd82da=_0x1da2b1[_0x3db90c(0x13f)]['ranges'],_0x3cde91=[],_0x214eba=_0x1c277e[_0x3db90c(0x2a5)][_0x3db90c(0x1d1)](_0x1da2b1),_0x1767fc=_0x16ed50[_0x3db90c(0x13f)][_0x3db90c(0x23f)];_0xfd82da['forEach'](_0x334e9c=>{const _0x2e5121=_0x3db90c,_0x4b90af={'start':_0x334e9c[_0x2e5121(0x224)],'end':_0x334e9c['endRow']},_0x157fca=_0x1767fc[_0x2e5121(0x1ed)](_0x4b9a18=>({'start':_0x4b9a18[_0x2e5121(0x224)],'end':_0x4b9a18[_0x2e5121(0x2ec)]})),_0xc48773=_0x512545(_0x4b90af,_0x157fca)[_0x2e5121(0x1ed)](_0x5c9715=>({..._0x334e9c,'startRow':_0x5c9715[_0x2e5121(0x1a2)],'endRow':_0x5c9715[_0x2e5121(0x2ff)]}));_0x3cde91[_0x2e5121(0x1aa)](..._0xc48773);}),_0x214eba['params'][_0x3db90c(0x23f)]=_0x3cde91;const {rowHeight:_0x44ab69}=_0x214eba[_0x3db90c(0x13f)],{rowHeight:_0x4fbcab}=_0x16ed50[_0x3db90c(0x13f)];return typeof _0x44ab69!=_0x3db90c(0x24e)&&(typeof _0x4fbcab!='number'?Object['keys'](_0x4fbcab)['map'](Number)['forEach'](_0x15995d=>{_0x44ab69[_0x15995d]!=null&&delete _0x44ab69[_0x15995d];}):_0x1767fc[_0x3db90c(0x22e)](_0x218485=>{const _0x5f3dab=_0x3db90c;for(let _0x1295e0=_0x218485[_0x5f3dab(0x224)];_0x1295e0<=_0x218485[_0x5f3dab(0x2ec)];_0x1295e0++)delete _0x44ab69[_0x1295e0];})),{'m1Prime':_0x214eba,'m2Prime':_0x16ed50};}},_0x465cfd={'m1':_0x512b01[_0x537ed3(0x27f)]['id'],'m2':_0x512b01['SetWorksheetRowIsAutoHeightMutation']['id'],'handler'(_0x4bbd98,_0x5cecec){const _0x451a7b=_0x537ed3,_0x1c8a69={'m1Prime':_0x4bbd98,'m2Prime':_0x5cecec};if(_0x4bbd98[_0x451a7b(0x13f)][_0x451a7b(0x213)]!==_0x5cecec[_0x451a7b(0x13f)][_0x451a7b(0x213)]||_0x4bbd98['params'][_0x451a7b(0x240)]!==_0x5cecec['params'][_0x451a7b(0x240)])return _0x1c8a69;const _0x58ae1a=_0x4bbd98[_0x451a7b(0x13f)][_0x451a7b(0x23f)],_0x56c669=[],_0x470fb3=_0x1c277e[_0x451a7b(0x2a5)][_0x451a7b(0x1d1)](_0x4bbd98),_0x391f42=_0x5cecec[_0x451a7b(0x13f)]['ranges'];_0x58ae1a[_0x451a7b(0x22e)](_0x2e2099=>{const _0x1a3578=_0x451a7b,_0x489fe3={'start':_0x2e2099[_0x1a3578(0x224)],'end':_0x2e2099[_0x1a3578(0x2ec)]},_0xf93770=_0x391f42['map'](_0x49a173=>({'start':_0x49a173['startRow'],'end':_0x49a173[_0x1a3578(0x2ec)]})),_0xcb53b1=_0x512545(_0x489fe3,_0xf93770)[_0x1a3578(0x1ed)](_0x110f5c=>({..._0x2e2099,'startRow':_0x110f5c[_0x1a3578(0x1a2)],'endRow':_0x110f5c[_0x1a3578(0x2ff)]}));_0x56c669[_0x1a3578(0x1aa)](..._0xcb53b1);}),_0x470fb3['params'][_0x451a7b(0x23f)]=_0x56c669;const {autoHeightInfo:_0x2bc58f}=_0x470fb3[_0x451a7b(0x13f)],{autoHeightInfo:_0x2ed74b}=_0x5cecec[_0x451a7b(0x13f)];return typeof _0x2bc58f!=_0x451a7b(0x24e)&&(typeof _0x2ed74b!=_0x451a7b(0x24e)?Object[_0x451a7b(0x232)](_0x2ed74b)[_0x451a7b(0x1ed)](Number)[_0x451a7b(0x22e)](_0x4d1c5b=>{_0x2bc58f[_0x4d1c5b]!=null&&delete _0x2bc58f[_0x4d1c5b];}):_0x391f42[_0x451a7b(0x22e)](_0x589e77=>{const _0x544407=_0x451a7b;for(let _0x1b75ef=_0x589e77[_0x544407(0x224)];_0x1b75ef<=_0x589e77[_0x544407(0x2ec)];_0x1b75ef++)delete _0x2bc58f[_0x1b75ef];})),{'m1Prime':_0x470fb3,'m2Prime':_0x5cecec};}},_0x5aa3bf={'m1':_0x151b41[_0x537ed3(0x139)]['id'],'m2':_0x151b41[_0x537ed3(0x139)]['id'],'handler':(_0x104200,_0x3372f4)=>{const _0x5de516=_0x537ed3,_0x48deb4=_0x104200['params'],_0x2af963=_0x3372f4['params'];return _0x48deb4[_0x5de516(0x213)]===_0x2af963[_0x5de516(0x213)]&&_0x48deb4[_0x5de516(0x240)]===_0x2af963['subUnitId']&&_0x48deb4[_0x5de516(0x287)][_0x5de516(0xf8)]===_0x2af963[_0x5de516(0x287)][_0x5de516(0xf8)]?{'m1Prime':[],'m2Prime':_0x3372f4}:{'m1Prime':_0x104200,'m2Prime':_0x3372f4};}},_0x32b023={'m1':_0x151b41[_0x537ed3(0x28f)]['id'],'m2':_0x151b41[_0x537ed3(0x28f)]['id'],'handler':(_0xedae9f,_0x3515aa)=>{const _0xe1fa4e=_0x537ed3,_0x4c2e39=_0xedae9f['params'],_0x12fbc9=_0x3515aa[_0xe1fa4e(0x13f)];return _0x4c2e39['unitId']===_0x12fbc9[_0xe1fa4e(0x213)]&&_0x4c2e39[_0xe1fa4e(0x240)]===_0x12fbc9[_0xe1fa4e(0x240)]&&_0x4c2e39[_0xe1fa4e(0x287)][_0xe1fa4e(0xf8)]===_0x12fbc9[_0xe1fa4e(0x287)][_0xe1fa4e(0xf8)]?{'m1Prime':[],'m2Prime':_0x3515aa}:{'m1Prime':_0xedae9f,'m2Prime':_0x3515aa};}},_0x3ea13c={'m1':_0x1d07e6[_0x537ed3(0x189)]['id'],'m2':_0x1d07e6['AddDataValidationMutation']['id'],'handler':(_0x1dff1a,_0x364109)=>{const _0x445ebb=_0x537ed3,_0x2f3753={'m1Prime':_0x1dff1a,'m2Prime':_0x364109},_0x132b95=_0x1dff1a[_0x445ebb(0x13f)],_0x80432d=_0x364109[_0x445ebb(0x13f)];if(_0x132b95[_0x445ebb(0x213)]!==_0x80432d[_0x445ebb(0x213)]||_0x132b95[_0x445ebb(0x240)]!==_0x80432d[_0x445ebb(0x240)])return _0x2f3753;if(_0x1dff1a[_0x445ebb(0x13f)][_0x445ebb(0x287)][_0x445ebb(0x1a1)]===_0x1d07e6['UpdateRuleType'][_0x445ebb(0x173)]){const {unitId:_0xca836b,subUnitId:_0x360a37}=_0x1dff1a[_0x445ebb(0x13f)],_0x31a7f2=Array[_0x445ebb(0x168)](_0x364109[_0x445ebb(0x13f)][_0x445ebb(0x2ef)])?_0x364109[_0x445ebb(0x13f)][_0x445ebb(0x2ef)]:[_0x364109[_0x445ebb(0x13f)][_0x445ebb(0x2ef)]],_0x352eb2=[],_0x463abc=new _0x1c277e[(_0x445ebb(0x2f6))](),_0x2e7e70=_0x1dff1a[_0x445ebb(0x13f)][_0x445ebb(0x287)][_0x445ebb(0x287)];_0x2e7e70[_0x445ebb(0x22e)](_0x6d56eb=>{const _0x93c749=_0x445ebb;_0x1c277e[_0x93c749(0x15d)][_0x93c749(0x23c)](_0x6d56eb,(_0x1db5ed,_0x2e55fc)=>{const _0x14939f=_0x93c749;_0x463abc['setValue'](_0x1db5ed,_0x2e55fc,_0x1dff1a['params'][_0x14939f(0x127)]);});}),_0x31a7f2[_0x445ebb(0x22e)](_0x25b4e2=>{const _0x412370=_0x445ebb;_0x25b4e2[_0x412370(0x23f)][_0x412370(0x22e)](_0xe0d179=>{const _0x29ec92=_0x412370;_0x1c277e[_0x29ec92(0x15d)][_0x29ec92(0x23c)](_0xe0d179,(_0x3a6bef,_0x38cc6c)=>{const _0x32179d=_0x29ec92;_0x463abc[_0x32179d(0x29f)](_0x3a6bef,_0x38cc6c,_0x25b4e2[_0x32179d(0x277)]);});});});const _0x596e1b=_0x1dff1a[_0x445ebb(0x13f)][_0x445ebb(0x127)],_0x2ad00c=_0x1c277e[_0x445ebb(0x1d6)](_0x463abc,_0x3dcbd0=>_0x3dcbd0===_0x596e1b);return _0x1c277e[_0x445ebb(0x19f)](_0x2ad00c,_0x2e7e70)||(_0x2ad00c[_0x445ebb(0xfe)]?_0x352eb2['push']({'id':_0x1d07e6[_0x445ebb(0x189)]['id'],'params':{'unitId':_0xca836b,'subUnitId':_0x360a37,'ruleId':_0x596e1b,'payload':{'type':_0x1d07e6['UpdateRuleType'][_0x445ebb(0x173)],'payload':_0x2ad00c}}}):_0x352eb2[_0x445ebb(0x1aa)]({'id':_0x1d07e6['RemoveDataValidationMutation']['id'],'params':{'unitId':_0xca836b,'subUnitId':_0x360a37,'ruleId':_0x596e1b}})),{'m1Prime':_0x352eb2[_0x445ebb(0xfe)]?_0x352eb2:[_0x1dff1a],'m2Prime':[..._0x352eb2,_0x364109]};}return _0x2f3753;}},_0x469025={'m1':_0x1d07e6[_0x537ed3(0x189)]['id'],'m2':_0x1d07e6[_0x537ed3(0x2bf)]['id'],'handler':(_0x169d5b,_0x2304b5)=>{const _0x3f51cd=_0x537ed3,_0x53fedf={'m1Prime':_0x169d5b,'m2Prime':_0x2304b5};if(_0x169d5b[_0x3f51cd(0x13f)][_0x3f51cd(0x213)]!==_0x2304b5['params'][_0x3f51cd(0x213)]||_0x169d5b[_0x3f51cd(0x13f)]['subUnitId']!==_0x2304b5[_0x3f51cd(0x13f)][_0x3f51cd(0x240)])return _0x53fedf;const _0x3c0131=_0x169d5b[_0x3f51cd(0x13f)]['ruleId'];return(Array[_0x3f51cd(0x168)](_0x2304b5[_0x3f51cd(0x13f)][_0x3f51cd(0x127)])?_0x2304b5[_0x3f51cd(0x13f)][_0x3f51cd(0x127)]:[_0x2304b5[_0x3f51cd(0x13f)]['ruleId']])[_0x3f51cd(0x21b)](_0x3c0131)>-0x1?{'m1Prime':[],'m2Prime':_0x2304b5}:_0x53fedf;}},_0x4d8027={'m1':_0x1d07e6[_0x537ed3(0x189)]['id'],'m2':_0x1d07e6[_0x537ed3(0x189)]['id'],'handler':(_0x5cc67e,_0x4084c4)=>{const _0x42e530=_0x537ed3,_0x5162d1={'m1Prime':_0x5cc67e,'m2Prime':_0x4084c4},_0x37c9aa=_0x5cc67e[_0x42e530(0x13f)],_0x757012=_0x4084c4[_0x42e530(0x13f)];if(_0x37c9aa[_0x42e530(0x213)]===_0x757012['unitId']&&_0x37c9aa[_0x42e530(0x240)]===_0x757012['subUnitId']){const _0x2af20e=_0x1c277e[_0x42e530(0x2a5)]['deepClone'](_0x4084c4);if(_0x757012[_0x42e530(0x127)]===_0x37c9aa[_0x42e530(0x127)]&&_0x37c9aa[_0x42e530(0x287)][_0x42e530(0x1a1)]===_0x757012[_0x42e530(0x287)][_0x42e530(0x1a1)])return _0x37c9aa['payload']['type']===_0x1d07e6[_0x42e530(0x17d)][_0x42e530(0x173)]&&!_0x1c277e[_0x42e530(0x19f)](_0x37c9aa[_0x42e530(0x287)][_0x42e530(0x287)],_0x757012[_0x42e530(0x287)][_0x42e530(0x287)])?{'error':new Error(_0x42e530(0x265))}:{'m1Prime':[],'m2Prime':_0x2af20e};if(_0x37c9aa['payload'][_0x42e530(0x1a1)]===_0x1d07e6[_0x42e530(0x17d)][_0x42e530(0x173)]&&_0x757012[_0x42e530(0x287)][_0x42e530(0x1a1)]===_0x1d07e6[_0x42e530(0x17d)][_0x42e530(0x173)]&&_0x757012['ruleId']!==_0x37c9aa['ruleId']){let _0x13c266=function(_0xb46d6c,_0x112d1b){const _0x5a4a8d=_0x42e530;_0xb46d6c[_0x5a4a8d(0x22e)](_0x1691d9=>{const _0x333387=_0x5a4a8d;_0x1c277e['Range'][_0x333387(0x23c)](_0x1691d9,(_0x467503,_0x54b813)=>{const _0x4e9abc=_0x333387;_0x3b0ef8[_0x4e9abc(0x29f)](_0x467503,_0x54b813,_0x112d1b);});});};const _0x3b0ef8=new _0x1c277e[(_0x42e530(0x2f6))]();_0x13c266(_0x37c9aa[_0x42e530(0x287)][_0x42e530(0x287)],_0x37c9aa[_0x42e530(0x127)]),_0x13c266(_0x757012[_0x42e530(0x287)][_0x42e530(0x287)],_0x757012[_0x42e530(0x127)]);const _0x2f4fe1=_0x1c277e['queryObjectMatrix'](_0x3b0ef8,_0x400fef=>_0x400fef===_0x37c9aa[_0x42e530(0x127)]),_0x471ab5=!_0x1c277e[_0x42e530(0x19f)](_0x37c9aa[_0x42e530(0x287)]['payload'],_0x2f4fe1)?_0x2f4fe1[_0x42e530(0xfe)]?[{'id':_0x1d07e6[_0x42e530(0x189)]['id'],'params':{..._0x37c9aa,'payload':{'type':_0x1d07e6[_0x42e530(0x17d)]['RANGE'],'payload':_0x2f4fe1}}}]:[{'id':_0x1d07e6[_0x42e530(0x2bf)]['id'],'params':{..._0x37c9aa,'payload':void 0x0}}]:[];return{'m1Prime':[_0x5cc67e],'m2Prime':[..._0x471ab5,_0x4084c4]};}}return _0x5162d1;}},_0x2fa157={'m1':_0x429b66[_0x537ed3(0x144)]['id'],'m2':_0x429b66[_0x537ed3(0x144)]['id'],'handler':(_0x447bf1,_0x6dd3c5)=>{const _0x4ea177=_0x537ed3,_0x21dd07=_0x447bf1[_0x4ea177(0x13f)],_0x144f50=_0x6dd3c5['params'];return _0x21dd07[_0x4ea177(0x213)]===_0x144f50[_0x4ea177(0x213)]&&_0x21dd07['subUnitId']===_0x144f50['subUnitId']&&_0x21dd07['id']===_0x144f50['id']?{'m2Prime':_0x6dd3c5,'m1Prime':[]}:{'m1Prime':_0x447bf1,'m2Prime':_0x6dd3c5};}},_0x5450c0={'m1':_0x429b66[_0x537ed3(0x244)]['id'],'m2':_0x429b66['UpdateHyperLinkRefMutation']['id'],'handler':(_0x1d0e3d,_0x5c190c)=>{const _0x2562bc=_0x537ed3,_0x41e504=_0x1d0e3d[_0x2562bc(0x13f)],_0x291fea=_0x5c190c['params'];return _0x41e504[_0x2562bc(0x213)]===_0x291fea['unitId']&&_0x41e504[_0x2562bc(0x240)]===_0x291fea['subUnitId']&&_0x41e504['id']===_0x291fea['id']?{'m2Prime':_0x5c190c,'m1Prime':[]}:{'m1Prime':_0x1d0e3d,'m2Prime':_0x5c190c};}},_0x4a2e53={'m1':_0x512b01[_0x537ed3(0x281)]['id'],'m2':_0x512b01[_0x537ed3(0x2db)]['id'],'handler'(_0x38106a,_0x903ed9){const _0x10be6f=_0x537ed3,_0x44f3e0=_0x1c277e['Tools'][_0x10be6f(0x1d1)](_0x903ed9);return _0x38106a[_0x10be6f(0x13f)][_0x10be6f(0x240)]!==_0x903ed9[_0x10be6f(0x13f)]['subUnitId']||_0x38106a[_0x10be6f(0x13f)][_0x10be6f(0x213)]!==_0x903ed9['params']['unitId']?{'m1Prime':_0x38106a,'m2Prime':_0x44f3e0}:(_0x44f3e0['id']=_0x512b01[_0x10be6f(0x24f)]['id'],{'m1Prime':_0x38106a,'m2Prime':_0x44f3e0});}},_0x4f5ba3={'m1':_0x512b01[_0x537ed3(0x281)]['id'],'m2':_0x512b01['RemoveWorksheetMergeMutation']['id'],'handler'(_0x3ceaf0,_0x34508d){const _0x59ba26=_0x537ed3,_0x29d270=_0x1c277e[_0x59ba26(0x2a5)]['deepClone'](_0x34508d);return _0x3ceaf0[_0x59ba26(0x13f)][_0x59ba26(0x240)]!==_0x34508d[_0x59ba26(0x13f)][_0x59ba26(0x240)]||_0x3ceaf0[_0x59ba26(0x13f)][_0x59ba26(0x213)]!==_0x34508d[_0x59ba26(0x13f)][_0x59ba26(0x213)]?{'m1Prime':_0x3ceaf0,'m2Prime':_0x29d270}:(_0x29d270['id']=_0x512b01['EmptyMutation']['id'],{'m1Prime':_0x3ceaf0,'m2Prime':_0x29d270});}},_0xe31826={'m1':_0x512b01[_0x537ed3(0x1b8)]['id'],'m2':_0x512b01['InsertSheetMutation']['id'],'handler'(_0x381078,_0x7dc2a0){const _0xe90cf3=_0x537ed3;if(_0x381078['params'][_0xe90cf3(0x1d0)]['id']===_0x7dc2a0[_0xe90cf3(0x13f)][_0xe90cf3(0x1d0)]['id'])return{'error':new Error(_0xe90cf3(0xed))};const _0x1421a4=_0x1c277e[_0xe90cf3(0x2a5)]['deepClone'](_0x381078),_0x6fca6b=_0x1c277e[_0xe90cf3(0x2a5)]['deepClone'](_0x7dc2a0);return _0x1421a4[_0xe90cf3(0x13f)]['index']<=_0x6fca6b['params'][_0xe90cf3(0x135)]?_0x6fca6b['params']['index']+=0x1:_0x1421a4[_0xe90cf3(0x13f)][_0xe90cf3(0x135)]>_0x6fca6b['params'][_0xe90cf3(0x135)]&&(_0x1421a4[_0xe90cf3(0x13f)][_0xe90cf3(0x135)]+=0x1),_0x381078[_0xe90cf3(0x13f)][_0xe90cf3(0x1d0)]['name']===_0x7dc2a0[_0xe90cf3(0x13f)]['sheet']['name']?{'error':new Error('Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!')}:{'m1Prime':_0x1421a4,'m2Prime':_0x6fca6b};}},_0x2d5276={'m1':_0x512b01[_0x537ed3(0x281)]['id'],'m2':_0x537ed3(0x2de),'handler'(_0x58ffed,_0x489cd6){const _0x5f0520=_0x537ed3;var _0x4b0157;return _0x58ffed[_0x5f0520(0x13f)][_0x5f0520(0x240)]===((_0x4b0157=_0x489cd6[_0x5f0520(0x13f)])==null?void 0x0:_0x4b0157[_0x5f0520(0x240)])&&_0x58ffed['id']!==_0x489cd6['id']?{'error':new Error(_0x5f0520(0x2ca))}:{'m1Prime':_0x58ffed,'m2Prime':_0x489cd6};}},_0x50eb68={'m1':_0x512b01[_0x537ed3(0x190)]['id'],'m2':_0x512b01[_0x537ed3(0x190)]['id'],'handler'(_0x2583b6,_0x32b686){const _0xe7f1f5=_0x537ed3,_0xb0db8=_0x1c277e[_0xe7f1f5(0x2a5)][_0xe7f1f5(0x1d1)](_0x2583b6),_0x3cb860=_0x1c277e['Tools'][_0xe7f1f5(0x1d1)](_0x32b686),_0x2f3875={'error':new Error(_0xe7f1f5(0x25c))};if(_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)]===_0x32b686[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)])_0xb0db8['id']=_0x512b01[_0xe7f1f5(0x24f)]['id'],_0x3cb860['params'][_0xe7f1f5(0x221)]=_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x25b)];else{_0x2583b6[_0xe7f1f5(0x13f)]['fromOrder']===_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x25b)]&&(_0xb0db8['id']=_0x512b01[_0xe7f1f5(0x24f)]['id']),_0x32b686[_0xe7f1f5(0x13f)]['fromOrder']===_0x32b686['params'][_0xe7f1f5(0x25b)]&&(_0x3cb860['id']=_0x512b01[_0xe7f1f5(0x24f)]['id']);const _0x534976=[Math[_0xe7f1f5(0x123)](_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)],_0x2583b6[_0xe7f1f5(0x13f)]['toOrder']),Math[_0xe7f1f5(0x2cd)](_0x2583b6[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)],_0x2583b6['params'][_0xe7f1f5(0x25b)])],_0x13077b=[Math[_0xe7f1f5(0x123)](_0x32b686['params'][_0xe7f1f5(0x221)],_0x32b686[_0xe7f1f5(0x13f)][_0xe7f1f5(0x25b)]),Math['max'](_0x32b686[_0xe7f1f5(0x13f)][_0xe7f1f5(0x221)],_0x32b686[_0xe7f1f5(0x13f)][_0xe7f1f5(0x25b)])];if(_0x534976[0x0]<=_0x13077b[0x1]&&_0x534976[0x1]>=_0x13077b[0x0])return _0x2f3875;}return{'m1Prime':_0xb0db8,'m2Prime':_0x3cb860};}},_0x5c7924={'m1':_0x512b01[_0x537ed3(0x1b8)]['id'],'m2':_0x512b01[_0x537ed3(0x190)]['id'],'handler'(_0x38595d,_0x37fe79){const _0x15e420=_0x537ed3,_0x356bc4=_0x1c277e[_0x15e420(0x2a5)][_0x15e420(0x1d1)](_0x38595d),_0x2928fa=_0x1c277e[_0x15e420(0x2a5)][_0x15e420(0x1d1)](_0x37fe79);return _0x38595d[_0x15e420(0x13f)]['index']<=_0x37fe79[_0x15e420(0x13f)][_0x15e420(0x179)]&&(_0x2928fa['params'][_0x15e420(0x179)]+=0x1),{'m1Prime':_0x356bc4,'m2Prime':_0x2928fa};}},_0x2e894c={'m1':'any','m2':_0x512b01[_0x537ed3(0x281)]['id'],'handler'(_0x22884c,_0x585c7c){return{'m1Prime':_0x22884c,'m2Prime':_0x585c7c};}},_0x1aba97=[_0xe31826,_0x5c7924,_0x2d5276,_0x2e894c,_0x50eb68];var _0xe21fc9=Object[_0x537ed3(0x118)],_0x4eea98=Object[_0x537ed3(0x259)],_0x3b3505=(_0x51a3a5,_0x263044,_0x4e8149,_0xf1c6e)=>{for(var _0x28162d=_0xf1c6e>0x1?void 0x0:_0xf1c6e?_0x4eea98(_0x263044,_0x4e8149):_0x263044,_0x232ef1=_0x51a3a5['length']-0x1,_0x39eba0;_0x232ef1>=0x0;_0x232ef1--)(_0x39eba0=_0x51a3a5[_0x232ef1])&&(_0x28162d=(_0xf1c6e?_0x39eba0(_0x263044,_0x4e8149,_0x28162d):_0x39eba0(_0x28162d))||_0x28162d);return _0xf1c6e&&_0x28162d&&_0xe21fc9(_0x263044,_0x4e8149,_0x28162d),_0x28162d;},_0xf9a8c5=(_0x57db56,_0x5bc649)=>(_0xd24faf,_0x3f1d04)=>_0x5bc649(_0xd24faf,_0x3f1d04,_0x57db56);_0x168fa1[_0x537ed3(0x1dc)]=class extends _0x1c277e[_0x537ed3(0x26a)]{constructor(_0x49281f){super(),this['_transformService']=_0x49281f,[..._0x1aba97,_0x247d7e,_0x5a9c22,_0x479487,_0x2cbec7,_0x4f2882,_0x1f91f0,_0x13328d,_0x41f8b3,_0x5574fb,_0x187da3,_0x4286cb,_0x357fc5,_0x3d66f3,_0x214754,_0x5a5290,_0x125471,_0x44eb7a,_0x1d7c73,_0x4d7f4c,_0x230ef7,_0x9e139b,_0x4a670b,_0x939a25,_0x5bee82,_0x321603,_0x39d502,_0x30ee91,_0x4868c4,_0x519c15,_0x433046,_0x2f7011,_0x384858,_0x2710b8,_0x550b1f,_0x420db6,_0x4f7927,_0x401ed3,_0x40dfe0,_0x4c5e5d,_0x30fa0e,_0x2dd404,_0x21d953,_0xccfbde,_0x35ea9b,_0x4edc25,_0x5a8311,_0x24cb98,_0xcf6821,_0x5cb8c8,_0x3d4762,_0x271b25,_0x91b329,_0x41414c,_0x57fc33,_0x552909,_0x1ec33e,_0xaf372a,_0x42a0f1,_0x563bcc,_0x2d783a,_0x5bebe3,_0x4ba80e,_0x42a5dd,_0x455733,_0x13afc1,_0xc07a0f,_0x57767f,_0x59ea9f,_0x589873,_0x299a2b,_0x18f070,_0x498d19,_0x324dcb,_0x2190e5,_0x45350e,_0x4ee9e5,_0x1806e4,_0x979185,_0x51c33c,_0x2e1f34,_0x81cf92,_0x15023f,_0x5741c9,_0x465cfd,_0x5d7408,_0x319206,_0x1bd6d7,_0x2d4b32,_0x3419ba,_0x586b10,_0x500a9a,_0x1e1f7b,_0x3f7391,_0x2c8b4e,_0x2d6ff5,_0x4d8027,_0x4f1ff8,_0x427aec,_0x39bd7c,_0x39b5c0,_0x33471d,_0x50083d,_0x6b7260,_0x20c838,_0x4a016f,_0x34be3e,_0x448e9b,_0x4b5171,_0x30a12f,_0x3ea13c,_0x469025,_0x1c2104,_0x15eafa,_0x5ea2fd,_0x1d0161,_0x1b0d2a,_0x2bef77,_0x47d117,_0x15f607,_0x4640df,_0x14e2d1,_0x347d22,_0x57063a,_0x3271b8,_0xf53c50,_0x38e80e,_0x23cbf0,_0x325a1b,_0x49a56f,_0x16f7db,_0x1ec684,_0x22af5c,_0x3db333,_0x140610,_0x2a3d00,_0x37c2b6,_0x56a2cd,_0x4e58bc,_0x371544,_0x55885c,_0x349014,_0x448bef,_0x53977c,_0x274a69,_0x4a2e53,_0x119c59,_0x2673b2,_0x458a0c,_0x2e0121,_0x3df777,_0x5088ab,_0x4f5ba3,_0x58af0b,_0x309f30,_0x4ee682,_0x5cb384,_0x3f8959,_0xa9f444,_0x1f918d,_0x454fcc,_0xff9fc4,_0x399d7c,_0x350b9d,_0x401254,_0x32b023,_0x5aa3bf,_0x3e6c17,_0x2d794,_0xc33fd8,_0x27b98d,_0xb580d3,_0x107b37,_0xcfb6b,_0x3c1d65,_0x32ea96,_0x3201a6,_0x2d141e,_0x10a95c,_0x261e25,_0x1630ae,_0x2fa157,_0x5450c0,_0xa05fd0,_0x2c68ba,_0x4d14f8,_0x5c0370,_0xbe251a,_0x75a4a9,_0x24b09f,_0x240888,_0x96caa3,_0x5ea22c,_0x422baa,_0xa90a37,_0x4439c6,_0xaf4559,_0x33abca,_0x1923f9,_0x307fa5,_0x2d186a,_0x85921d,_0x4430c5,_0x55de09,_0x5ef21c,_0x2eb5a6,_0x75875d,_0x48065c,_0x20d6c3,_0x5629ac,_0x3ab5ff,_0x2f0014,_0x3fea97,_0x5b491c,_0x2ed1e5,_0x5244be,_0x649947,_0x5c200c,_0x11f32c,_0x31cd48,_0x244c2a,_0x29d631,_0x5abfde,_0x1e1cb9,_0x14f8ce,_0x3be279,_0x425414,_0x358958,_0xa752eb,_0x40d9a2,_0x3b6ee3,_0x3ded76,_0x53d04f,_0x4cfcb8,_0x28a75c,_0x1548d5,_0x1d735d,_0x3a9c52,_0x3c59e9,_0x1ef66e,_0x385254,_0x15012a,_0xc06906,_0x5fda4b,_0x591b89,_0x3acf3c,_0x57af72,_0x370976,_0x3de4c9,_0x37463b,_0x263086,_0x20ae0f,_0x2ad52d,_0x4ba261,_0x4dd46a,_0x5ed909,_0x598849,_0xcc3596,_0x3e6f67,_0x5f14f9,_0x999d8d,_0x139f2b,_0x157e1f,_0xb0248c,_0x59a842,_0x46deb9,_0x245e95,_0x30561d,_0x1e3cfc]['forEach'](_0x426133=>{const _0x520127=_0x2f46;this['_transformService'][_0x520127(0x1bc)](_0x426133);});}},_0x168fa1[_0x537ed3(0x1dc)]=_0x3b3505([_0xf9a8c5(0x0,_0x563c8f)],_0x168fa1['SheetTransformController']);function _0x2378b3(_0x519e7f,_0x100f31,_0x42897f='right'){const _0x16b71d=_0x537ed3,_0xda30fd=[];for(const _0x349768 of _0x100f31){const _0x3376ef=_0x1c277e[_0x16b71d(0xf6)][_0x16b71d(0x162)](_0x519e7f,_0x349768[_0x16b71d(0x20d)],_0x42897f),_0x36f8f4=_0x1c277e['JSONX'][_0x16b71d(0x162)](_0x519e7f,_0x349768['endOffset'],_0x42897f),_0x2b97fb={..._0x349768,'startOffset':_0x3376ef,'endOffset':_0x36f8f4,'collapsed':_0x3376ef===_0x36f8f4};_0xda30fd[_0x16b71d(0x1aa)](_0x2b97fb);}return _0xda30fd;}const _0x279d99=[{'m1':_0x8aa25d[_0x537ed3(0x290)]['id'],'m2':_0x8aa25d[_0x537ed3(0x290)]['id'],'handler'(_0x5c04cc,_0xa9ed4){const _0x4525d2=_0x537ed3;if(_0x5c04cc[_0x4525d2(0x13f)][_0x4525d2(0x213)]!==_0xa9ed4[_0x4525d2(0x13f)][_0x4525d2(0x213)])return{'error':new Error('Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!')};const _0x2d59e9=_0x1c277e['Tools']['deepClone'](_0x5c04cc),_0x119249=_0x1c277e[_0x4525d2(0x2a5)]['deepClone'](_0xa9ed4);return{'m1Prime':{..._0x2d59e9,'params':{..._0x2d59e9[_0x4525d2(0x13f)],'actions':_0x1c277e[_0x4525d2(0xf6)][_0x4525d2(0x130)](_0x2d59e9['params'][_0x4525d2(0x105)],_0x119249['params'][_0x4525d2(0x105)],_0x4525d2(0x260)),'textRanges':_0x2d59e9[_0x4525d2(0x13f)][_0x4525d2(0x205)]?_0x2378b3(_0x119249[_0x4525d2(0x13f)][_0x4525d2(0x105)],_0x2d59e9[_0x4525d2(0x13f)][_0x4525d2(0x205)],_0x4525d2(0x302)):null}},'m2Prime':{..._0x119249,'params':{..._0x119249[_0x4525d2(0x13f)],'actions':_0x1c277e[_0x4525d2(0xf6)][_0x4525d2(0x130)](_0x119249['params'][_0x4525d2(0x105)],_0x2d59e9['params'][_0x4525d2(0x105)],'right'),'textRanges':_0x119249[_0x4525d2(0x13f)]['textRanges']?_0x2378b3(_0x2d59e9[_0x4525d2(0x13f)]['actions'],_0x119249[_0x4525d2(0x13f)]['textRanges'],_0x4525d2(0x302)):null}}};}}];var _0x460753=Object[_0x537ed3(0x118)],_0x2b491c=Object[_0x537ed3(0x259)],_0x56bf93=(_0x1c338b,_0x58b7ae,_0x4ce009,_0xed5ae3)=>{const _0x3ada5b=_0x537ed3;for(var _0x558b86=_0xed5ae3>0x1?void 0x0:_0xed5ae3?_0x2b491c(_0x58b7ae,_0x4ce009):_0x58b7ae,_0x42704a=_0x1c338b[_0x3ada5b(0xfe)]-0x1,_0x42906b;_0x42704a>=0x0;_0x42704a--)(_0x42906b=_0x1c338b[_0x42704a])&&(_0x558b86=(_0xed5ae3?_0x42906b(_0x58b7ae,_0x4ce009,_0x558b86):_0x42906b(_0x558b86))||_0x558b86);return _0xed5ae3&&_0x558b86&&_0x460753(_0x58b7ae,_0x4ce009,_0x558b86),_0x558b86;},_0x11683a=(_0x3ceabd,_0x4a7f59)=>(_0x5e330f,_0x5777f4)=>_0x4a7f59(_0x5e330f,_0x5777f4,_0x3ceabd);_0x168fa1['DocTransformController']=class extends _0x1c277e[_0x537ed3(0x26a)]{constructor(_0x30f83b){const _0x15214e=_0x537ed3;super(),this[_0x15214e(0x1fe)]=_0x30f83b,[..._0x279d99][_0x15214e(0x22e)](_0x2cc9ca=>{const _0x1b9419=_0x15214e;this[_0x1b9419(0x1fe)][_0x1b9419(0x1bc)](_0x2cc9ca);});}},_0x168fa1['DocTransformController']=_0x56bf93([_0x11683a(0x0,_0x563c8f)],_0x168fa1[_0x537ed3(0xf0)]);function _0x2aef03(_0x5eb3ad){const _0x1466c0=_0x537ed3;return{..._0x5eb3ad,'mutations':_0x5eb3ad[_0x1466c0(0x22b)]['map'](_0x236e7e)};}function _0x17555e(_0x29eba3){const _0xbbe642=_0x537ed3;return _0x29eba3[_0xbbe642(0x1ed)](_0xc746ca=>({'id':_0xc746ca['id'],'params':JSON[_0xbbe642(0x176)](_0xc746ca[_0xbbe642(0xe8)])}));}function _0x1daa61(_0x32108f){const _0x582e0f=_0x537ed3;return{..._0x32108f,'mutations':_0x32108f[_0x582e0f(0x22b)][_0x582e0f(0x1ed)](_0x821099)};}function _0x236e7e(_0x12fdaa){const _0x12a629=_0x537ed3;return{'id':_0x12fdaa['id'],'params':JSON[_0x12a629(0x176)](_0x12fdaa[_0x12a629(0xe8)])};}function _0x821099(_0x54b6a2){const _0x5be3a2=_0x537ed3;return{'id':_0x54b6a2['id'],'data':JSON[_0x5be3a2(0x193)](_0x54b6a2[_0x5be3a2(0x13f)])};}var _0x146ce9=(_0x2964c0=>(_0x2964c0['FETCH_MISSING']=_0x537ed3(0x134),_0x2964c0[_0x537ed3(0x116)]=_0x537ed3(0x2b2),_0x2964c0[_0x537ed3(0x249)]='submit_changeset',_0x2964c0['CHANGESET_ACK']=_0x537ed3(0x278),_0x2964c0[_0x537ed3(0x1fc)]=_0x537ed3(0x101),_0x2964c0[_0x537ed3(0x1e0)]=_0x537ed3(0x1a7),_0x2964c0[_0x537ed3(0x2ab)]=_0x537ed3(0x231),_0x2964c0[_0x537ed3(0x2fe)]=_0x537ed3(0x1b7),_0x2964c0[_0x537ed3(0x1fa)]=_0x537ed3(0x10a),_0x2964c0[_0x537ed3(0x2f4)]=_0x537ed3(0x1cd),_0x2964c0['UNIT_DELETE']=_0x537ed3(0x117),_0x2964c0[_0x537ed3(0x11b)]=_0x537ed3(0x2e8),_0x2964c0[_0x537ed3(0x1de)]='liveshare.new_host',_0x2964c0[_0x537ed3(0x153)]=_0x537ed3(0x1d9),_0x2964c0[_0x537ed3(0x202)]=_0x537ed3(0x13d),_0x2964c0[_0x537ed3(0x1f7)]=_0x537ed3(0x20e),_0x2964c0[_0x537ed3(0x2b7)]=_0x537ed3(0x2ae),_0x2964c0['PERMISSION_REJ']=_0x537ed3(0x161),_0x2964c0['COMMENT_UPDATE']=_0x537ed3(0x206),_0x2964c0[_0x537ed3(0x2da)]=_0x537ed3(0x172),_0x2964c0[_0x537ed3(0x10b)]='should_close_conn',_0x2964c0))(_0x146ce9||{});const _0x1a76a1=_0x537ed3(0x2dd),_0xf638ca={};var _0x178e7b=Object[_0x537ed3(0x118)],_0x8fcc34=Object[_0x537ed3(0x259)],_0x132c1b=(_0x207d62,_0x2241a0,_0xd74194,_0x504d9e)=>{for(var _0x1a38d7=_0x504d9e>0x1?void 0x0:_0x504d9e?_0x8fcc34(_0x2241a0,_0xd74194):_0x2241a0,_0x304f9f=_0x207d62['length']-0x1,_0x24d401;_0x304f9f>=0x0;_0x304f9f--)(_0x24d401=_0x207d62[_0x304f9f])&&(_0x1a38d7=(_0x504d9e?_0x24d401(_0x2241a0,_0xd74194,_0x1a38d7):_0x24d401(_0x1a38d7))||_0x1a38d7);return _0x504d9e&&_0x1a38d7&&_0x178e7b(_0x2241a0,_0xd74194,_0x1a38d7),_0x1a38d7;},_0x31fee8=(_0x18e382,_0x57bf64)=>(_0xcb2477,_0x3af32b)=>_0x57bf64(_0xcb2477,_0x3af32b,_0x18e382);let _0x1d4e4a=class extends _0x1c277e[_0x537ed3(0x26a)]{constructor(_0x2e268c){const _0x1335b9=_0x537ed3;super(),this[_0x1335b9(0x19c)]=_0x2e268c,[_0x3154b6][_0x1335b9(0x22e)](_0x4d37a9=>this[_0x1335b9(0x19c)][_0x1335b9(0x19e)](_0x4d37a9));}};_0x1d4e4a=_0x132c1b([_0x31fee8(0x0,_0x1c277e[_0x537ed3(0x2b5)])],_0x1d4e4a);const _0x4ee011=_0x1c66b8=>{const _0x322d0d=_0x537ed3,_0xdc58ec={};if(!_0x1c66b8)return{'cellValue':_0x1c66b8,'styleRefMap':void 0x0};const _0x402549=[];return{'cellValue':new _0x1c277e[(_0x322d0d(0x2f6))](_0x1c277e[_0x322d0d(0x2a5)][_0x322d0d(0x1d1)](_0x1c66b8))['forValue']((_0x54260e,_0x1c543c,_0x58a981)=>{const _0x53cc9b=_0x322d0d,_0x3fb962=_0x58a981&&_0x58a981['s'];if(_0x3fb962&&typeof _0x3fb962===_0x53cc9b(0x28b)){const _0x53b334=JSON[_0x53cc9b(0x193)](_0x3fb962),_0x319cc1=_0x402549['findIndex'](_0x470120=>_0x470120===_0x53b334);if(_0x319cc1>-0x1)_0x58a981['s']=''+_0x319cc1;else{const _0x5eca35=_0x402549[_0x53cc9b(0x1aa)](_0x53b334)-0x1;_0xdc58ec[_0x5eca35]=_0x3fb962,_0x58a981['s']=''+_0x5eca35;}}})[_0x322d0d(0x2ce)](),'styleRefMap':_0xdc58ec};},_0x5bc882=(_0x13c3e9,_0x528223)=>!_0x13c3e9||!_0x528223?_0x13c3e9:new _0x1c277e[(_0x537ed3(0x2f6))](_0x1c277e[_0x537ed3(0x2a5)]['deepClone'](_0x13c3e9))['forValue']((_0x2da47a,_0x5d2a3c,_0x28dfc8)=>{const _0x496f36=_0x537ed3,_0x5cc006=_0x28dfc8&&_0x28dfc8['s'];if(_0x5cc006&&typeof _0x5cc006===_0x496f36(0x2a7)){const _0x1d323c=_0x528223[_0x5cc006];_0x1d323c&&(_0x28dfc8['s']=_0x1d323c);}})[_0x537ed3(0x2ce)](),_0x56a864=_0x1c277e[_0x537ed3(0x1ca)](_0x537ed3(0x1c1)),_0x44efef=_0x1c277e[_0x537ed3(0x1ca)]('COMPRESS_MUTATION_SEND');class _0x2fea48{constructor(){const _0x1567fd=_0x537ed3;_0xfda5c4(this,_0x1567fd(0x1bb),new _0x1c277e[(_0x1567fd(0x251))]({'COMPRESS_MUTATION_APPLY':_0x56a864,'COMPRESS_MUTATION_SEND':_0x44efef})),this[_0x1567fd(0x19b)]();}[_0x537ed3(0x19b)](){const _0x466bc7=_0x537ed3;this[_0x466bc7(0x1bb)][_0x466bc7(0x1eb)](this[_0x466bc7(0x1bb)]['getInterceptPoints']()[_0x466bc7(0x1c1)],{'priority':-0x1,'handler':_0x145fd6=>_0x145fd6}),this[_0x466bc7(0x1bb)][_0x466bc7(0x1eb)](this[_0x466bc7(0x1bb)][_0x466bc7(0x107)]()[_0x466bc7(0x2ac)],{'priority':-0x1,'handler':_0x24de68=>_0x24de68}),this[_0x466bc7(0x267)]();}['_initSetRangeValues'](){const _0x488f54=_0x537ed3;this[_0x488f54(0x1bb)][_0x488f54(0x1eb)](this[_0x488f54(0x1bb)]['getInterceptPoints']()[_0x488f54(0x1c1)],{'handler':(_0x2db1e3,_0x5c58e7,_0x1389e1)=>{const _0x452177=_0x488f54;if(!_0x2db1e3)return _0x1389e1(_0x2db1e3);const _0x5211ca=_0x2db1e3[_0x452177(0x1ed)](_0x20a188=>{const _0x3857db=_0x452177;if(_0x20a188['id']===_0x512b01[_0x3857db(0x2e9)]['id']){const _0x472934=_0x20a188[_0x3857db(0x13f)];if(!_0x472934['styleRefMap'])return _0x20a188;const _0xe4901c=_0x5bc882(_0x472934[_0x3857db(0x1d3)],_0x472934[_0x3857db(0x1b9)]);return{..._0x20a188,'params':{..._0x472934,'cellValue':_0xe4901c}};}return _0x20a188;});return _0x1389e1(_0x5211ca);}}),this[_0x488f54(0x1bb)][_0x488f54(0x1eb)](this['interceptor'][_0x488f54(0x107)]()[_0x488f54(0x2ac)],{'handler':(_0x480b01,_0x326c80,_0x5de42a)=>{const _0x26a77f=_0x488f54;if(!_0x480b01)return _0x5de42a(_0x480b01);const _0x2dc1f9=_0x480b01[_0x26a77f(0x1ed)](_0x185eec=>{const _0x49010f=_0x26a77f;if(_0x185eec['id']===_0x512b01['SetRangeValuesMutation']['id']){const _0x8854ff=_0x185eec[_0x49010f(0x13f)];return _0x8854ff[_0x49010f(0x1b9)]?_0x185eec:{..._0x185eec,'params':{..._0x8854ff,..._0x4ee011(_0x8854ff[_0x49010f(0x1d3)])}};}return _0x185eec;});return _0x5de42a(_0x2dc1f9);}});}}var _0x335bda=Object[_0x537ed3(0x118)],_0x4e93e7=Object[_0x537ed3(0x259)],_0x2c5054=(_0x3be4c1,_0xb40f92,_0x308793,_0x4d3603)=>{const _0x15b34d=_0x537ed3;for(var _0x354e40=_0x4d3603>0x1?void 0x0:_0x4d3603?_0x4e93e7(_0xb40f92,_0x308793):_0xb40f92,_0x3940dc=_0x3be4c1[_0x15b34d(0xfe)]-0x1,_0x278052;_0x3940dc>=0x0;_0x3940dc--)(_0x278052=_0x3be4c1[_0x3940dc])&&(_0x354e40=(_0x4d3603?_0x278052(_0xb40f92,_0x308793,_0x354e40):_0x278052(_0x354e40))||_0x354e40);return _0x4d3603&&_0x354e40&&_0x335bda(_0xb40f92,_0x308793,_0x354e40),_0x354e40;},_0x3ea778=(_0x4a4f1d,_0x41325a)=>(_0x14ada4,_0x3fb8e0)=>_0x41325a(_0x14ada4,_0x3fb8e0,_0x4a4f1d);const _0x2ec8d3=new Set([_0x512b01[_0x537ed3(0x1b8)]['id'],_0x512b01[_0x537ed3(0x281)]['id'],_0x512b01[_0x537ed3(0x238)]['id'],_0x512b01[_0x537ed3(0x255)]['id'],_0x512b01[_0x537ed3(0xe4)]['id']]),_0x36ca5f=new Set([_0x512b01[_0x537ed3(0x1b8)]['id'],_0x512b01[_0x537ed3(0x281)]['id'],_0x3154b6['id'],_0x512b01['SetFrozenMutation']['id']]);_0x168fa1[_0x537ed3(0x26f)]=class{constructor(_0x5e4774){const _0x3e018e=_0x537ed3;this[_0x3e018e(0x154)]=_0x5e4774;}['getCurrentRevOfUnit'](_0x47869f){const _0x65dd23=_0x537ed3,_0x593a64=this[_0x65dd23(0x154)]['getUnit'](_0x47869f);if(!_0x593a64)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20'+_0x47869f+'.');return _0x593a64[_0x65dd23(0xff)]();}[_0x537ed3(0x2e5)](_0x345bbf){const _0x85c86e=_0x537ed3,_0x3870b7=this['_univerInstanceService']['getUnit'](_0x345bbf);if(!_0x3870b7)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20'+_0x345bbf+'.');return _0x3870b7[_0x85c86e(0x27a)](),_0x3870b7[_0x85c86e(0xff)]();}['setRevOfUnit'](_0x479365,_0x2eb1c2){const _0x5d461d=_0x537ed3,_0x60a648=this[_0x5d461d(0x154)]['getUnit'](_0x479365);_0x60a648&&_0x60a648[_0x5d461d(0x18c)](_0x2eb1c2);}},_0x168fa1[_0x537ed3(0x26f)]=_0x2c5054([_0x3ea778(0x0,_0x1c277e[_0x537ed3(0x120)])],_0x168fa1[_0x537ed3(0x26f)]);var _0xcc1f82=(_0x29fcb5=>(_0x29fcb5[_0x29fcb5[_0x537ed3(0x2dc)]=0x0]=_0x537ed3(0x2dc),_0x29fcb5[_0x29fcb5['OK']=0x1]='OK',_0x29fcb5[_0x29fcb5[_0x537ed3(0x22c)]=0x2]=_0x537ed3(0x22c),_0x29fcb5[_0x29fcb5[_0x537ed3(0x258)]=0x3]=_0x537ed3(0x258),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2d0)]=0x4]='NOT_FOUND',_0x29fcb5[_0x29fcb5[_0x537ed3(0x210)]=0x5]=_0x537ed3(0x210),_0x29fcb5[_0x29fcb5['ALREADY_EXISTS']=0x6]=_0x537ed3(0x110),_0x29fcb5[_0x29fcb5[_0x537ed3(0x1ee)]=0x7]='INVALID_ARGUMENT',_0x29fcb5[_0x29fcb5['TOO_MANY_REQUESTS']=0x8]=_0x537ed3(0x283),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2a3)]=0x9]='COMPLETION_FINISHED',_0x29fcb5[_0x29fcb5[_0x537ed3(0x198)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0x29fcb5[_0x29fcb5[_0x537ed3(0x22f)]=0x1771]='SNAPSHOT_INVALID_SNAPSHOT',_0x29fcb5[_0x29fcb5[_0x537ed3(0x250)]=0x1772]=_0x537ed3(0x250),_0x29fcb5[_0x29fcb5['ENSURE_SNAPSHOT_EXECUTION']=0x1773]=_0x537ed3(0x225),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2c6)]=0x1b59]=_0x537ed3(0x2c6),_0x29fcb5[_0x29fcb5[_0x537ed3(0xf9)]=0x1b5a]=_0x537ed3(0xf9),_0x29fcb5[_0x29fcb5[_0x537ed3(0x24c)]=0x1b5b]=_0x537ed3(0x24c),_0x29fcb5[_0x29fcb5[_0x537ed3(0x14a)]=0x1b5c]=_0x537ed3(0x14a),_0x29fcb5[_0x29fcb5[_0x537ed3(0xe5)]=0x1b5d]=_0x537ed3(0xe5),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2a2)]=0x1f41]=_0x537ed3(0x2a2),_0x29fcb5[_0x29fcb5[_0x537ed3(0x2af)]=0x2329]=_0x537ed3(0x2af),_0x29fcb5[_0x29fcb5[_0x537ed3(0x21d)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x29fcb5[_0x29fcb5[_0x537ed3(0x28c)]=0x232b]='LICENSE_IMPORT_SIZE_EXCEEDED',_0x29fcb5[_0x29fcb5[_0x537ed3(0x17e)]=0x232c]=_0x537ed3(0x17e),_0x29fcb5[_0x29fcb5[_0x537ed3(0x1ab)]=0x232d]=_0x537ed3(0x1ab),_0x29fcb5[_0x29fcb5[_0x537ed3(0x1d7)]=0x2711]=_0x537ed3(0x1d7),_0x29fcb5[_0x29fcb5['YUUMI_URL_COL_OUT_OF_RANGE']=0x2712]='YUUMI_URL_COL_OUT_OF_RANGE',_0x29fcb5[_0x29fcb5[_0x537ed3(0x157)]=0x2713]='YUUMI_RATE_OVER_LIMIT',_0x29fcb5[_0x29fcb5[_0x537ed3(0x2b9)]=0x2714]=_0x537ed3(0x2b9),_0x29fcb5[_0x29fcb5[_0x537ed3(0x109)]=-0x1]=_0x537ed3(0x109),_0x29fcb5))(_0xcc1f82||{}),_0x5996a6=(_0x1548c1=>(_0x1548c1[_0x1548c1['UNIVER_UNKNOWN']=0x0]=_0x537ed3(0x175),_0x1548c1[_0x1548c1[_0x537ed3(0x10e)]=0x1]=_0x537ed3(0x10e),_0x1548c1[_0x1548c1[_0x537ed3(0x113)]=0x2]=_0x537ed3(0x113),_0x1548c1[_0x1548c1['UNIVER_SLIDE']=0x3]=_0x537ed3(0x2e3),_0x1548c1[_0x1548c1[_0x537ed3(0x177)]=0x4]=_0x537ed3(0x177),_0x1548c1[_0x1548c1[_0x537ed3(0x109)]=-0x1]=_0x537ed3(0x109),_0x1548c1))(_0x5996a6||{});function _0x9a3fb1(_0x26372d){const _0x7532=_0x537ed3;return!!(_0x26372d&&_0x26372d[_0x7532(0x2ed)]&&_0x26372d[_0x7532(0x2ed)]!==_0xcc1f82['OK']&&_0x26372d['code']!=='OK');}for(var _0x2e3f1b=[],_0x145346=0x0;_0x145346<0x100;++_0x145346)_0x2e3f1b[_0x537ed3(0x1aa)]((_0x145346+0x100)[_0x537ed3(0x1e7)](0x10)[_0x537ed3(0x2e4)](0x1));function _0xd3f226(_0x478992,_0x2d749d=0x0){const _0x387cd1=_0x537ed3;return(_0x2e3f1b[_0x478992[_0x2d749d+0x0]]+_0x2e3f1b[_0x478992[_0x2d749d+0x1]]+_0x2e3f1b[_0x478992[_0x2d749d+0x2]]+_0x2e3f1b[_0x478992[_0x2d749d+0x3]]+'-'+_0x2e3f1b[_0x478992[_0x2d749d+0x4]]+_0x2e3f1b[_0x478992[_0x2d749d+0x5]]+'-'+_0x2e3f1b[_0x478992[_0x2d749d+0x6]]+_0x2e3f1b[_0x478992[_0x2d749d+0x7]]+'-'+_0x2e3f1b[_0x478992[_0x2d749d+0x8]]+_0x2e3f1b[_0x478992[_0x2d749d+0x9]]+'-'+_0x2e3f1b[_0x478992[_0x2d749d+0xa]]+_0x2e3f1b[_0x478992[_0x2d749d+0xb]]+_0x2e3f1b[_0x478992[_0x2d749d+0xc]]+_0x2e3f1b[_0x478992[_0x2d749d+0xd]]+_0x2e3f1b[_0x478992[_0x2d749d+0xe]]+_0x2e3f1b[_0x478992[_0x2d749d+0xf]])[_0x387cd1(0x220)]();}var _0x2c7710,_0x524b79=new Uint8Array(0x10);function _0x51b4cc(){const _0x58ac1b=_0x537ed3;if(!_0x2c7710&&(_0x2c7710=typeof crypto<'u'&&crypto[_0x58ac1b(0x2ee)]&&crypto[_0x58ac1b(0x2ee)]['bind'](crypto),!_0x2c7710))throw new Error(_0x58ac1b(0x25f));return _0x2c7710(_0x524b79);}var _0x22b5d3=typeof crypto<'u'&&crypto[_0x537ed3(0x165)]&&crypto[_0x537ed3(0x165)][_0x537ed3(0x269)](crypto);const _0x2b1997={'randomUUID':_0x22b5d3};function _0x2d2796(_0x5fef02,_0x116d45,_0x37c093){const _0x3a2acb=_0x537ed3;if(_0x2b1997[_0x3a2acb(0x165)]&&!_0x116d45&&!_0x5fef02)return _0x2b1997[_0x3a2acb(0x165)]();_0x5fef02=_0x5fef02||{};var _0x251e32=_0x5fef02['random']||(_0x5fef02[_0x3a2acb(0x2f1)]||_0x51b4cc)();return _0x251e32[0x6]=_0x251e32[0x6]&0xf|0x40,_0x251e32[0x8]=_0x251e32[0x8]&0x3f|0x80,_0xd3f226(_0x251e32);}const _0x497027={[_0x1c277e[_0x537ed3(0x26d)][_0x537ed3(0x10e)]]:_0x5996a6['UNIVER_DOC'],[_0x1c277e['UniverInstanceType'][_0x537ed3(0x113)]]:_0x5996a6['UNIVER_SHEET'],[_0x1c277e[_0x537ed3(0x26d)][_0x537ed3(0x2e3)]]:_0x5996a6['UNIVER_SLIDE'],[_0x1c277e[_0x537ed3(0x26d)][_0x537ed3(0x175)]]:_0x5996a6['UNIVER_UNKNOWN'],[_0x1c277e['UniverInstanceType'][_0x537ed3(0x177)]]:_0x5996a6[_0x537ed3(0x175)],[_0x1c277e[_0x537ed3(0x26d)][_0x537ed3(0x109)]]:_0x5996a6['UNRECOGNIZED']};function _0x6c9c46(_0x55345d){const _0x2efc55=_0x537ed3;var _0x1d7a0c;return(_0x1d7a0c=_0x497027[_0x55345d])!=null?_0x1d7a0c:_0x5996a6[_0x2efc55(0x175)];}function _0x34c4d7(_0x42369a){const _0x1077c4=_0x537ed3;return btoa(encodeURIComponent(_0x42369a)[_0x1077c4(0x14b)](/%([0-9A-F]{2})/g,(_0x36d3fc,_0x3278ac)=>String[_0x1077c4(0xf5)](Number[_0x1077c4(0x211)](_0x3278ac,0x10))));}const _0x33e73c=new TextDecoder();function _0x4def9c(_0x2f9dcd){const _0x170871=_0x537ed3,_0x8abf1=atob(_0x2f9dcd),_0x3cd69d=_0x8abf1[_0x170871(0xfe)];let _0x2afeb8=new Uint8Array(_0x3cd69d);for(let _0x5673c7=0x0;_0x5673c7<_0x3cd69d;_0x5673c7++)_0x2afeb8[_0x5673c7]=_0x8abf1['charCodeAt'](_0x5673c7);const _0x3e109d=_0x33e73c[_0x170871(0xe6)](_0x2afeb8);return _0x2afeb8=null,_0x3e109d;}const _0x36cb34=new TextEncoder(),_0x4bc01a=new TextDecoder();function _0x2db015(_0x301985){const _0x3b7d03=_0x537ed3,_0xec160b=_0x1c277e[_0x3b7d03(0x2a5)][_0x3b7d03(0x1d1)](_0x301985);return delete _0xec160b['id'],delete _0xec160b['name'],delete _0xec160b[_0x3b7d03(0x156)],delete _0xec160b[_0x3b7d03(0x201)],delete _0xec160b[_0x3b7d03(0x26c)],_0x36cb34[_0x3b7d03(0x140)](JSON[_0x3b7d03(0x193)](_0xec160b));}function _0x58d979(_0x4a08f7){const _0x121d23=_0x537ed3,_0x3d0b77=_0x1c277e['Tools'][_0x121d23(0x1d1)](_0x4a08f7);return delete _0x3d0b77['id'],delete _0x3d0b77['rev'],delete _0x3d0b77[_0x121d23(0x17b)],delete _0x3d0b77[_0x121d23(0x257)],delete _0x3d0b77[_0x121d23(0x2df)],_0x36cb34['encode'](JSON[_0x121d23(0x193)](_0x3d0b77));}function _0xc25c2e(_0x51919d){const _0x2fa2e9=_0x537ed3,_0xabab4c=_0x1c277e[_0x2fa2e9(0x2a5)]['deepClone'](_0x51919d);return delete _0xabab4c['id'],delete _0xabab4c[_0x2fa2e9(0x121)],delete _0xabab4c['title'],delete _0xabab4c[_0x2fa2e9(0x246)],_0x36cb34[_0x2fa2e9(0x140)](JSON[_0x2fa2e9(0x193)](_0xabab4c));}function _0x14a843(_0x3f64af){const _0xe8ba46=_0x537ed3;return JSON[_0xe8ba46(0x176)](typeof _0x3f64af==_0xe8ba46(0x2a7)?_0x4def9c(_0x3f64af):_0x4bc01a[_0xe8ba46(0xe6)](_0x3f64af));}function _0x469026(_0x5b7084){const _0xb1de3e=_0x537ed3;return _0x5b7084 instanceof Uint8Array?JSON[_0xb1de3e(0x176)](_0x4bc01a[_0xb1de3e(0xe6)](_0x5b7084)):_0x5b7084;}function _0x4146e8(_0x3364e8){const _0xc31d1b=_0x537ed3;return JSON[_0xc31d1b(0x176)](typeof _0x3364e8==_0xc31d1b(0x2a7)?_0x4def9c(_0x3364e8):_0x4bc01a['decode'](_0x3364e8));}const _0x21c36b=0x100*0x14;function _0x40eca4(_0x1f899b,_0x1c0c39){const _0x18fb1b=_0x537ed3,_0x38a5ba=new _0x1c277e['ObjectMatrix'](_0x1f899b),_0x346ceb=_0x38a5ba[_0x18fb1b(0x20b)](),_0xd824e4=[];let _0x5a6180=0x0;for(;_0x5a6180<_0x346ceb;){const _0x4c0be6=Math[_0x18fb1b(0x123)](_0x5a6180+_0x21c36b,_0x346ceb-0x1),_0x2d2407=_0x38a5ba[_0x18fb1b(0x1f4)](_0x5a6180,Math[_0x18fb1b(0x123)](_0x5a6180+_0x21c36b,_0x346ceb-0x1),0x0,_0x1c0c39),_0x2131d5=_0x428e16(_0x2d2407);_0xd824e4['push']({'id':_0x1c277e[_0x18fb1b(0x2a5)][_0x18fb1b(0x27b)](0x13,'0123456789'),'startRow':_0x5a6180,'endRow':_0x4c0be6,'data':_0x2131d5}),_0x5a6180+=_0x21c36b;}return _0xd824e4;}function _0x428e16(_0x34b7e1){const _0x10985d=_0x537ed3,_0x5d28e1=_0x34b7e1[_0x10985d(0x20f)]();return _0x36cb34[_0x10985d(0x140)](JSON['stringify'](_0x5d28e1));}async function _0x70b254(_0x3dbf67,_0x2448f9,_0xe2f70e,_0x3d3e44){const _0x3e854b=_0x537ed3;var _0x512b19;const _0x34f706={'unitID':_0x2448f9['id'],'rev':_0x3d3e44,'creator':'','name':(_0x512b19=_0x2448f9['title'])!=null?_0x512b19:'','resources':_0x2448f9[_0x3e854b(0x246)]||[],'originalMeta':_0xc25c2e(_0x2448f9)};return{'snapshot':{'unitID':_0xe2f70e,'rev':_0x34f706[_0x3e854b(0x121)],'type':_0x5996a6['UNIVER_DOC'],'workbook':void 0x0,'doc':_0x34f706}};}async function _0x1ca90c(_0x4bfff9,_0x1bbd03,_0x229250,_0x771654,_0x5e40af){const _0x26afdb=_0x537ed3,_0xf43cb4={},_0x1fe121={};if(!await Promise[_0x26afdb(0x2fc)](Object[_0x26afdb(0x13c)](_0x1bbd03['sheets'])[_0x26afdb(0x1ed)](async([_0x58bb9c,_0x115d8a])=>{const _0x3de321=_0x26afdb,_0x163e07={'id':_0x115d8a['id'],'type':_0x1c277e[_0x3de321(0x28e)][_0x3de321(0x1f8)],'name':_0x115d8a[_0x3de321(0x17b)],'rowCount':_0x115d8a[_0x3de321(0x156)],'columnCount':_0x115d8a[_0x3de321(0x201)],'originalMeta':_0x2db015(_0x115d8a)};if(_0x1fe121[_0x58bb9c]=_0x163e07,_0x115d8a[_0x3de321(0x26c)]){const _0x9b0e12=_0x40eca4(_0x115d8a['cellData'],_0x115d8a[_0x3de321(0x201)]),_0x156b86=await Promise[_0x3de321(0x2fc)](_0x9b0e12[_0x3de321(0x1ed)](_0x3689af=>_0x5e40af[_0x3de321(0x241)](_0x4bfff9,{'unitID':_0x229250,'type':_0x5996a6['UNIVER_SHEET'],'block':_0x3689af})));if(_0x156b86[_0x3de321(0x167)](_0x58dab8=>{const _0x44bc06=_0x3de321;var _0x23500c;return((_0x23500c=_0x58dab8[_0x44bc06(0x25e)])==null?void 0x0:_0x23500c[_0x44bc06(0x2ed)])!==_0xcc1f82['OK'];}))return!0x1;_0xf43cb4[_0x58bb9c]={'sheetID':_0x58bb9c,'blocks':_0x156b86[_0x3de321(0x1ed)](_0x50f060=>_0x50f060['blockID'])};}return!0x0;})))throw new Error(_0x26afdb(0xf1));const _0x1a6726=_0x58d979(_0x1bbd03),_0x55ad63={'unitID':_0x1bbd03['id'],'rev':_0x771654,'creator':'','name':_0x1bbd03[_0x26afdb(0x17b)],'sheetOrder':_0x1bbd03[_0x26afdb(0x257)],'sheets':_0x1fe121,'blockMeta':_0xf43cb4,'resources':_0x1bbd03[_0x26afdb(0x246)]||[],'originalMeta':_0x1a6726};return{'snapshotRes':{'unitID':_0x229250,'rev':_0x55ad63[_0x26afdb(0x121)],'type':_0x5996a6[_0x26afdb(0x113)],'workbook':_0x55ad63,'doc':void 0x0}};}async function _0x52658d(_0x206439,_0x2c00c3,_0x4f84ad,_0x4975df,_0x1b5c45){const _0x42a3d6=_0x537ed3;var _0x575e36,_0x3a24ef;const _0x485ada={},_0x16603f={};if(!await Promise['all'](Object[_0x42a3d6(0x13c)](_0x2c00c3[_0x42a3d6(0x2df)])[_0x42a3d6(0x1ed)](async([_0xb71a66,_0x2f6177])=>{const _0x102bb2=_0x42a3d6,_0x380a56={'id':_0x2f6177['id'],'type':_0x1c277e['SheetTypes']['GRID'],'name':_0x2f6177['name'],'rowCount':_0x2f6177[_0x102bb2(0x156)],'columnCount':_0x2f6177[_0x102bb2(0x201)],'originalMeta':_0x2db015(_0x2f6177)};if(_0x16603f[_0xb71a66]=_0x380a56,_0x2f6177[_0x102bb2(0x26c)]){const _0x382fc3=_0x40eca4(_0x2f6177[_0x102bb2(0x26c)],_0x2f6177[_0x102bb2(0x201)]),_0x528321=await Promise[_0x102bb2(0x2fc)](_0x382fc3[_0x102bb2(0x1ed)](_0x3aeac8=>_0x1b5c45[_0x102bb2(0x241)](_0x206439,{'unitID':_0x4f84ad,'type':_0x5996a6[_0x102bb2(0x113)],'block':_0x3aeac8})));if(_0x528321[_0x102bb2(0x167)](_0x2ae993=>{const _0x3386d5=_0x102bb2;var _0x277895;return((_0x277895=_0x2ae993[_0x3386d5(0x25e)])==null?void 0x0:_0x277895[_0x3386d5(0x2ed)])!==_0xcc1f82['OK'];}))return!0x1;_0x485ada[_0xb71a66]={'sheetID':_0xb71a66,'blocks':_0x528321['map'](_0x138c76=>_0x138c76[_0x102bb2(0x2e2)])};}return!0x0;})))throw new Error(_0x42a3d6(0xf1));const _0x5118f5=_0x58d979(_0x2c00c3),_0x2491ca={'unitID':_0x2c00c3['id'],'rev':_0x4975df,'creator':'','name':_0x2c00c3[_0x42a3d6(0x17b)],'sheetOrder':_0x2c00c3[_0x42a3d6(0x257)],'sheets':_0x16603f,'blockMeta':_0x485ada,'resources':_0x2c00c3[_0x42a3d6(0x246)]||[],'originalMeta':_0x5118f5},_0x18c7f6={'unitID':_0x4f84ad,'rev':_0x2491ca[_0x42a3d6(0x121)],'type':_0x5996a6['UNIVER_SHEET'],'workbook':_0x2491ca,'doc':void 0x0},_0x203299=await _0x1b5c45[_0x42a3d6(0x133)](_0x206439,{'unitID':_0x4f84ad,'type':_0x5996a6['UNIVER_SHEET'],'snapshot':_0x18c7f6});if(_0x9a3fb1(_0x203299['error']))throw new Error(_0x42a3d6(0x1f1)+((_0x575e36=_0x203299[_0x42a3d6(0x25e)])==null?void 0x0:_0x575e36[_0x42a3d6(0x2ed)])+':'+((_0x3a24ef=_0x203299[_0x42a3d6(0x25e)])==null?void 0x0:_0x3a24ef['message']));return{'snapshot':_0x18c7f6};}function _0x460df3(_0x4eb596,_0x277962,_0x2d615f){const _0x2be59d=_0x537ed3,_0x4e9887=_0x4eb596[_0x2be59d(0x1f0)];if(!_0x4e9887)throw new Error('');const _0xff0b5={};Object[_0x2be59d(0x13c)](_0x4e9887[_0x2be59d(0x2df)])[_0x2be59d(0x22e)](([_0x1bbd21,_0x4b2e62])=>{const _0x147ab4=_0x2be59d,_0x4d974c=_0x14a843(_0x4b2e62['originalMeta']);_0xff0b5[_0x1bbd21]={'id':_0x4b2e62['id'],'name':_0x4b2e62[_0x147ab4(0x17b)],'rowCount':_0x4b2e62[_0x147ab4(0x156)],'columnCount':_0x4b2e62[_0x147ab4(0x201)],..._0x4d974c};});const _0x2aef72=new Map();_0x277962['forEach'](_0x164e99=>{const _0x488497=_0x2be59d;_0x2aef72[_0x488497(0x12c)](_0x164e99['id'],_0x164e99);}),_0x4e9887['blockMeta']&&Object[_0x2be59d(0x13c)](_0x4e9887[_0x2be59d(0x2eb)])[_0x2be59d(0x22e)](([_0x4d035f,_0x593cac])=>{const _0x2910bb=_0x2be59d;var _0x3c9866;const _0xfce381=_0xff0b5[_0x4d035f];_0xfce381['cellData']={};const _0x4c96f5=[];(_0x3c9866=_0x593cac[_0x2910bb(0x2bc)])==null||_0x3c9866['forEach'](_0x1fa219=>{const _0x25b6cf=_0x2910bb,_0x454645=_0x2aef72['get'](_0x1fa219);if(_0x454645)_0x4c96f5[_0x25b6cf(0x1aa)](_0x454645);else throw new Error('');}),_0x4c96f5[_0x2910bb(0x22e)](_0x422060=>{const _0x22c49a=_0x2910bb,_0x24904a=_0x469026(_0x422060['data']);Object[_0x22c49a(0x13c)](_0x24904a)[_0x22c49a(0x22e)](([_0x25a108,_0x19e4b9])=>{const _0x3ee783=_0x22c49a,_0x10cfc6=_0xfce381['cellData'][+_0x25a108]={};Object[_0x3ee783(0x13c)](_0x19e4b9)['forEach'](([_0x149955,_0x22d9e8])=>{_0x10cfc6[+_0x149955]=_0x22d9e8;});});});});const _0xf0f9c9=_0x14a843(_0x4e9887[_0x2be59d(0x184)]);return{'id':_0x4eb596['unitID']||_0x4e9887[_0x2be59d(0x276)],'rev':_0x4eb596['rev']||_0x4e9887['rev'],'name':_0x4e9887['name'],'sheetOrder':_0x4e9887[_0x2be59d(0x257)],'appVersion':'','locale':_0x1c277e[_0x2be59d(0x1c2)][_0x2be59d(0x158)],'sheets':_0xff0b5,'styles':{},'resources':_0x4e9887[_0x2be59d(0x246)]||[],..._0xf0f9c9};}function _0x4b2a1d(_0x5b6eb3){const _0x24de69=_0x537ed3,_0x5b46e1=_0x5b6eb3[_0x24de69(0x14d)];if(_0x5b46e1==null)throw new Error(_0x24de69(0x284));const {unitID:_0x577f4f,rev:_0x54f962,name:_0x8dab07,originalMeta:_0x1d9d2c,resources:_0x2bda1e=[]}=_0x5b46e1,{body:_0x369f8f,documentStyle:_0x56e282={},settings:_0xf5b55={},drawings:_0x44069d={},drawingsOrder:_0x3acac9=[],tableSource:_0x525c26={},headers:_0x3b905c={},footers:_0x53c769={},lists:_0x4d6e56={}}=_0x4146e8(_0x1d9d2c);return{'id':_0x577f4f,'rev':_0x54f962,'locale':_0x1c277e[_0x24de69(0x1c2)]['EN_US'],'title':_0x8dab07,'body':_0x369f8f,'documentStyle':_0x56e282,'settings':_0xf5b55,'drawings':_0x44069d,'drawingsOrder':_0x3acac9,'resources':_0x2bda1e,'tableSource':_0x525c26,'headers':_0x3b905c,'footers':_0x53c769,'lists':_0x4d6e56};}async function _0x780d74(_0x2d0031,_0x1850ca,_0x31131a,_0x164a2a,_0x33fdbe){const _0x275ce6=_0x537ed3;var _0x597d92,_0x3d6b84,_0x557914;const _0x11773f={'unitID':_0x1850ca['id'],'rev':_0x164a2a,'creator':'','name':(_0x597d92=_0x1850ca['title'])!=null?_0x597d92:'','resources':_0x1850ca['resources']||[],'originalMeta':_0xc25c2e(_0x1850ca)},_0x4874ae={'unitID':_0x31131a,'rev':_0x11773f[_0x275ce6(0x121)],'type':_0x5996a6['UNIVER_DOC'],'workbook':void 0x0,'doc':_0x11773f},_0xd54bd7=await _0x33fdbe[_0x275ce6(0x133)](_0x2d0031,{'unitID':_0x31131a,'type':_0x5996a6[_0x275ce6(0x10e)],'snapshot':_0x4874ae});if(_0x9a3fb1(_0xd54bd7[_0x275ce6(0x25e)]))throw new Error(_0x275ce6(0x227)+((_0x3d6b84=_0xd54bd7[_0x275ce6(0x25e)])==null?void 0x0:_0x3d6b84[_0x275ce6(0x2ed)])+':'+((_0x557914=_0xd54bd7['error'])==null?void 0x0:_0x557914[_0x275ce6(0x11a)]));return{'snapshot':_0x4874ae};}async function _0x107384(_0x507251,_0xdd3a95){const _0x385e2c=_0x537ed3,_0x5c35ca=_0x507251['workbook'];if(!_0x5c35ca)throw new Error(_0x385e2c(0x229));const _0xc3389f=[],_0xcd78c0=[];return Object['entries'](_0x5c35ca[_0x385e2c(0x2eb)])[_0x385e2c(0x22e)](([_0x51eee3,_0x346f35])=>{const _0xc1d722=_0x385e2c,_0x321fbc=_0x346f35[_0xc1d722(0x2bc)]['map'](async _0x27d129=>{const _0x469606=_0xc1d722,_0x4b2fb9={'unitID':_0x5c35ca[_0x469606(0x276)],'type':_0x5996a6[_0x469606(0x113)],'blockID':_0x27d129},{block:_0x1482ae}=await _0xdd3a95['getSheetBlock']({},_0x4b2fb9);if(_0x1482ae)_0xc3389f[_0x469606(0x1aa)](_0x1482ae);else throw new Error(_0x469606(0x11d));});_0xcd78c0[_0xc1d722(0x1aa)](..._0x321fbc);}),await Promise[_0x385e2c(0x2fc)](_0xcd78c0),_0xc3389f;}var _0x31a4f5=Object[_0x537ed3(0x118)],_0x53d48f=Object[_0x537ed3(0x259)],_0x2138ee=(_0x469f83,_0x1eb218,_0x523f0e,_0x381c98)=>{const _0x3cac27=_0x537ed3;for(var _0x78ab57=_0x381c98>0x1?void 0x0:_0x381c98?_0x53d48f(_0x1eb218,_0x523f0e):_0x1eb218,_0xf2bd28=_0x469f83[_0x3cac27(0xfe)]-0x1,_0x5b201d;_0xf2bd28>=0x0;_0xf2bd28--)(_0x5b201d=_0x469f83[_0xf2bd28])&&(_0x78ab57=(_0x381c98?_0x5b201d(_0x1eb218,_0x523f0e,_0x78ab57):_0x5b201d(_0x78ab57))||_0x78ab57);return _0x381c98&&_0x78ab57&&_0x31a4f5(_0x1eb218,_0x523f0e,_0x78ab57),_0x78ab57;},_0x7b60e9=(_0xa619a0,_0xa918ba)=>(_0xc27832,_0x201583)=>_0xa918ba(_0xc27832,_0x201583,_0xa619a0);const _0x1f42ad=_0x1c277e[_0x537ed3(0xe2)](_0x537ed3(0x254));_0x168fa1[_0x537ed3(0x11f)]=class{constructor(_0x227234,_0x59b678,_0x1b2109,_0x1e19c1,_0x481657,_0x1be21a,_0x5d34c2){const _0x377552=_0x537ed3;this['_revisionService']=_0x227234,this['_univerInstanceService']=_0x59b678,this['_snapshotServerService']=_0x1b2109,this['_commandService']=_0x1e19c1,this[_0x377552(0x1ea)]=_0x481657,this[_0x377552(0x196)]=_0x1be21a,this[_0x377552(0x1bd)]=_0x5d34c2;}async[_0x537ed3(0x194)](_0x518af9,_0x858be2,_0x5a2996){const _0x34eb58=_0x537ed3;var _0x58fb88;_0x5a2996===void 0x0&&(_0x5a2996={'metadata':{'x-feature-id':_0x2d2796()}});const {snapshot:_0x10d349,changesets:_0x5c3107,error:_0x5f19f6}=await this[_0x34eb58(0x1af)]['getUnitOnRev'](_0x5a2996,{'unitID':_0x518af9,'type':_0x5996a6[_0x34eb58(0x113)],'revision':_0x858be2});if(_0x9a3fb1(_0x5f19f6)||!_0x10d349||!_0x10d349[_0x34eb58(0x1f0)])throw new Error('[SnapshotService]:\x20request\x20snapshot\x20error!');const _0x20869a=(_0x58fb88=_0x5c3107==null?void 0x0:_0x5c3107[_0x34eb58(0xfe)])!=null?_0x58fb88:0x0;if(_0x858be2!==0x0&&_0x10d349[_0x34eb58(0x121)]+_0x20869a!==_0x858be2)throw new Error(_0x34eb58(0x1ae));const {workbook:_0x2a8bf1}=_0x10d349,_0x892394=_0x2a8bf1[_0x34eb58(0x2eb)]?Object[_0x34eb58(0x13c)](_0x2a8bf1[_0x34eb58(0x2eb)])[_0x34eb58(0x1ed)](([_0x5d341c,_0x5eb51e])=>{const _0x1e3765=_0x34eb58;var _0x2c24b5,_0x4f0ddf;return(_0x4f0ddf=(_0x2c24b5=_0x5eb51e[_0x1e3765(0x2bc)])==null?void 0x0:_0x2c24b5[_0x1e3765(0x1ed)](_0x454eb7=>_0x454eb7))!=null?_0x4f0ddf:[];})['flat']():[],_0x48137a=(await Promise['all'](_0x892394[_0x34eb58(0x1ed)](_0xe4426a=>this[_0x34eb58(0x1af)][_0x34eb58(0x204)](_0x5a2996,{'unitID':_0x518af9,'type':_0x5996a6[_0x34eb58(0x113)],'blockID':_0xe4426a})['then'](_0x4be762=>_0x4be762[_0x34eb58(0x264)]))))[_0x34eb58(0x137)](_0x55bc6f=>!!_0x55bc6f),_0x418dc1=_0x460df3(_0x10d349,_0x48137a),_0x5982bf=this[_0x34eb58(0x154)][_0x34eb58(0x2a8)](_0x1c277e[_0x34eb58(0x26d)][_0x34eb58(0x113)],_0x418dc1),_0x45962e=this[_0x34eb58(0x196)][_0x34eb58(0x1bb)][_0x34eb58(0xf4)](this['_compressMutationService']['interceptor'][_0x34eb58(0x107)]()[_0x34eb58(0x1c1)]);return _0x5c3107==null||_0x5c3107[_0x34eb58(0x22e)](_0x5aac0e=>{const _0x264eaf=_0x34eb58,_0x24e218=_0x5aac0e[_0x264eaf(0x22b)][_0x264eaf(0x1ed)](_0x51b76a=>({'id':_0x51b76a['id'],'params':JSON[_0x264eaf(0x176)](_0x51b76a[_0x264eaf(0xe8)])}));({..._0x5aac0e,'mutations':_0x45962e(_0x24e218,null)||_0x24e218}[_0x264eaf(0x22b)][_0x264eaf(0x22e)](_0x243f4f=>this[_0x264eaf(0x19c)]['syncExecuteCommand'](_0x243f4f['id'],_0x243f4f[_0x264eaf(0x13f)],{'fromChangeset':!0x0})),this[_0x264eaf(0x268)][_0x264eaf(0x2e5)](_0x518af9));}),_0x5982bf;}async[_0x537ed3(0xf2)](_0x58b7d4,_0x36eb41,_0x20c9b6){const _0x31975d=_0x537ed3;var _0x46d231;_0x20c9b6===void 0x0&&(_0x20c9b6={'metadata':{'x-feature-id':_0x2d2796()}});const {snapshot:_0x1e205e,changesets:_0x17513e,error:_0x5f5291}=await this[_0x31975d(0x1af)][_0x31975d(0x17a)](_0x20c9b6,{'unitID':_0x58b7d4,'type':_0x5996a6['UNIVER_DOC'],'revision':_0x36eb41});if(_0x9a3fb1(_0x5f5291)||!_0x1e205e||!_0x1e205e[_0x31975d(0x14d)])throw new Error(_0x31975d(0x10d));const _0x1c688a=(_0x46d231=_0x17513e==null?void 0x0:_0x17513e[_0x31975d(0xfe)])!=null?_0x46d231:0x0;if(_0x36eb41!==0x0&&_0x1e205e[_0x31975d(0x121)]+_0x1c688a!==_0x36eb41)throw new Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');const _0x264a74=_0x4b2a1d(_0x1e205e),_0x26414f=this[_0x31975d(0x154)][_0x31975d(0x2a8)](_0x1c277e[_0x31975d(0x26d)][_0x31975d(0x10e)],_0x264a74);return _0x17513e==null||_0x17513e[_0x31975d(0x22e)](_0x14264e=>{const _0x5505c9=_0x31975d;_0x14264e['mutations'][_0x5505c9(0x1ed)](_0x3c20e9=>({'id':_0x3c20e9['id'],'params':JSON['parse'](_0x3c20e9[_0x5505c9(0xe8)])}))[_0x5505c9(0x22e)](_0x1f5356=>this['_commandService'][_0x5505c9(0x1f5)](_0x1f5356['id'],_0x1f5356[_0x5505c9(0x13f)],{'fromChangeset':!0x0})),this['_revisionService'][_0x5505c9(0x2e5)](_0x58b7d4);}),_0x26414f;}[_0x537ed3(0x1b0)](_0x4275ef,_0x29c46c){const _0x220d3e=_0x537ed3,_0x1d44a5={..._0x29c46c[_0x220d3e(0x2c2)]()};_0x29c46c[_0x220d3e(0x1ac)]()[_0x220d3e(0x22e)](_0x222401=>{const _0x3eb635=_0x220d3e;_0x1d44a5[_0x3eb635(0x2df)][_0x222401['getSheetId']()]=_0x1c277e[_0x3eb635(0x2a5)][_0x3eb635(0x1d1)](_0x222401[_0x3eb635(0x2c2)]());});const _0x11980b=this['_resourceManagerService'][_0x220d3e(0x13b)](_0x29c46c[_0x220d3e(0x2c7)](),_0x1c277e[_0x220d3e(0x26d)][_0x220d3e(0x113)]);return _0x1d44a5[_0x220d3e(0x246)]=_0x11980b,_0x1d44a5;}[_0x537ed3(0x303)](_0x3cbd3e,_0x4e120e){const _0x13ccc1=_0x537ed3,_0x3de09b={..._0x4e120e[_0x13ccc1(0x2c2)]()},_0x1f30f7=this['_resourceManagerService']['getResources'](_0x4e120e[_0x13ccc1(0x2c7)](),_0x1c277e[_0x13ccc1(0x26d)]['UNIVER_DOC']);return _0x3de09b['resources']=_0x1f30f7,_0x3de09b;}},_0x168fa1[_0x537ed3(0x11f)]=_0x2138ee([_0x7b60e9(0x0,_0x1c277e['Inject'](_0x168fa1[_0x537ed3(0x26f)])),_0x7b60e9(0x1,_0x1c277e[_0x537ed3(0x120)]),_0x7b60e9(0x2,_0x1f42ad),_0x7b60e9(0x3,_0x1c277e[_0x537ed3(0x2b5)]),_0x7b60e9(0x4,_0x1c277e[_0x537ed3(0x222)](_0x1c277e[_0x537ed3(0x180)])),_0x7b60e9(0x5,_0x1c277e['Inject'](_0x2fea48)),_0x7b60e9(0x6,_0x1c277e[_0x537ed3(0x222)](_0x1c277e[_0x537ed3(0x14c)]))],_0x168fa1['SnapshotService']);var _0x17ddb0=Object[_0x537ed3(0x118)],_0x19c611=Object[_0x537ed3(0x259)],_0x281671=(_0xefcb2,_0x8ce9d7,_0x441437)=>_0x8ce9d7 in _0xefcb2?_0x17ddb0(_0xefcb2,_0x8ce9d7,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x441437}):_0xefcb2[_0x8ce9d7]=_0x441437,_0x23d068=(_0x4fe1af,_0x39a371,_0x38a27e,_0x5c36da)=>{const _0x44b174=_0x537ed3;for(var _0xa20a2f=_0x5c36da>0x1?void 0x0:_0x5c36da?_0x19c611(_0x39a371,_0x38a27e):_0x39a371,_0x4e4d0c=_0x4fe1af[_0x44b174(0xfe)]-0x1,_0x2c2227;_0x4e4d0c>=0x0;_0x4e4d0c--)(_0x2c2227=_0x4fe1af[_0x4e4d0c])&&(_0xa20a2f=(_0x5c36da?_0x2c2227(_0x39a371,_0x38a27e,_0xa20a2f):_0x2c2227(_0xa20a2f))||_0xa20a2f);return _0x5c36da&&_0xa20a2f&&_0x17ddb0(_0x39a371,_0x38a27e,_0xa20a2f),_0xa20a2f;},_0x191245=(_0x26a59a,_0x22abc7)=>(_0x3cd9c6,_0x2d70c8)=>_0x22abc7(_0x3cd9c6,_0x2d70c8,_0x26a59a),_0x1635a9=(_0x418109,_0x57ec70,_0x3aee6a)=>_0x281671(_0x418109,_0x57ec70+'',_0x3aee6a);const _0x252950='UNIVER_COLLABORATION_PLUGIN';_0x168fa1[_0x537ed3(0x192)]=class extends _0x1c277e[_0x537ed3(0x1a9)]{constructor(_0x264b78=_0xf638ca,_0x3299ee,_0x34f9ea){const _0x4c5188=_0x537ed3;super(),this[_0x4c5188(0x28a)]=_0x264b78,this['_injector']=_0x3299ee,this[_0x4c5188(0xe7)]=_0x34f9ea;const {..._0x4bcd4c}=this['_config'];this[_0x4c5188(0xe7)][_0x4c5188(0x223)](_0x1a76a1,_0x4bcd4c);}['onStarting'](){const _0x14dc46=_0x537ed3;[[_0x168fa1[_0x14dc46(0x26f)]],[_0x1d4e4a],[_0x168fa1[_0x14dc46(0x1dc)]],[_0x168fa1['DocTransformController']],[_0x168fa1['SnapshotService']],[_0x563c8f,{'useClass':_0x19d4fe}],[_0x2fea48]]['forEach'](_0x20bd9a=>this[_0x14dc46(0x1ea)][_0x14dc46(0x230)](_0x20bd9a)),this[_0x14dc46(0x1ea)]['get'](_0x168fa1[_0x14dc46(0xf0)]),this[_0x14dc46(0x1ea)]['get'](_0x1d4e4a),this[_0x14dc46(0x1ea)][_0x14dc46(0x1c5)](_0x168fa1[_0x14dc46(0x1dc)]);}},_0x1635a9(_0x168fa1[_0x537ed3(0x192)],_0x537ed3(0x129),_0x252950),_0x168fa1[_0x537ed3(0x192)]=_0x23d068([_0x1c277e['DependentOn'](_0x46e669[_0x537ed3(0x2d3)]),_0x191245(0x1,_0x1c277e[_0x537ed3(0x222)](_0x1c277e[_0x537ed3(0x180)])),_0x191245(0x2,_0x1c277e[_0x537ed3(0x2cc)])],_0x168fa1[_0x537ed3(0x192)]);const _0x10febd=_0x1c277e[_0x537ed3(0xe2)](_0x537ed3(0x197)),_0x26d9c0={'id':_0x537ed3(0x145),'type':_0x1c277e[_0x537ed3(0x1a6)][_0x537ed3(0x2bb)],'handler':()=>!0x0};_0x168fa1[_0x537ed3(0x263)]=_0x146ce9,_0x168fa1[_0x537ed3(0x16c)]=_0x2fea48,_0x168fa1['CreateUnitMutation']=_0x26d9c0,_0x168fa1[_0x537ed3(0x197)]=_0x10febd,_0x168fa1['ISnapshotServerService']=_0x1f42ad,_0x168fa1[_0x537ed3(0x1d4)]=_0x563c8f,_0x168fa1[_0x537ed3(0x174)]=_0x3154b6,_0x168fa1[_0x537ed3(0xec)]=_0x36ca5f,_0x168fa1[_0x537ed3(0x15a)]=_0x2ec8d3,_0x168fa1[_0x537ed3(0x226)]=_0x19d4fe,_0x168fa1['b64DecodeUnicode']=_0x4def9c,_0x168fa1[_0x537ed3(0xe9)]=_0x34c4d7,_0x168fa1['generateTempDocumentSnapshot']=_0x70b254,_0x168fa1['generateTemporarySnap']=_0x1ca90c,_0x168fa1[_0x537ed3(0x200)]=_0x107384,_0x168fa1[_0x537ed3(0x29d)]=_0x3b436e,_0x168fa1['isTransformChangesetsSuccess']=_0x23fc76,_0x168fa1[_0x537ed3(0xf3)]=_0x43e11b,_0x168fa1['isTransformMutationSuccess']=_0xf0cba5,_0x168fa1[_0x537ed3(0x301)]=_0x4d4dea,_0x168fa1[_0x537ed3(0x1da)]=_0x2c201a,_0x168fa1['isTransformMutationsWithChangesetFailure']=_0xd75be,_0x168fa1['isTransformMutationsWithChangesetSuccess']=_0x4741b5,_0x168fa1[_0x537ed3(0x17f)]=_0x1a2391,_0x168fa1['mapDocumentTypeToUniverType']=_0x6c9c46,_0x168fa1['parseChangesetToProtocol']=_0x1daa61,_0x168fa1[_0x537ed3(0x1cc)]=_0x821099,_0x168fa1[_0x537ed3(0x272)]=_0x2aef03,_0x168fa1[_0x537ed3(0x102)]=_0x17555e,_0x168fa1[_0x537ed3(0x219)]=_0x236e7e,_0x168fa1[_0x537ed3(0x100)]=_0x4bc01a,_0x168fa1[_0x537ed3(0x15c)]=_0x36cb34,_0x168fa1[_0x537ed3(0x266)]=_0x780d74,_0x168fa1[_0x537ed3(0x125)]=_0x4b2a1d,_0x168fa1['transformSnapshotToWorkbookData']=_0x460df3,_0x168fa1[_0x537ed3(0x2cf)]=_0x52658d,Object[_0x537ed3(0x118)](_0x168fa1,Symbol[_0x537ed3(0x18d)],{'value':_0x537ed3(0x152)});}));function _0x13e5(){const _0x16fe08=['interceptor','registerTransformAlgorithm','_resourceManagerService','remove\x20row\x20is\x20conflict\x20with\x20move\x20row','@univerjs/docs','@univerjs/thread-comment','COMPRESS_MUTATION_APPLY','LocaleType','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','Remove-cols\x20has\x20conflicts\x20with\x20move-range','get','UniverSheetsHyperLink','nodeType','UniverCollaboration','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','createInterceptorKey','\x20and\x20','parseMutationToProtocol','users_leave','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','serializeRangeToRefString','sheet','deepClone','move\x20col\x20is\x20conflict\x20with\x20move\x20range','cellValue','ITransformService','exports','queryObjectMatrix','YUUMI_UNABLE_LOAD_URL','DeleteCommentMutation','liveshare.operation','isTransformMutationsSuccess','comment','SheetTransformController','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','LIVESHARE_NEW_HOST','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','CHANGESET_SHOULD_RETRY','UniverSheetsDrawing','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','RANGE_TYPE','rowsAutoHeightInfo','col','toString','realDeleteValue','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','_injector','intercept','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','map','INVALID_ARGUMENT','SetColVisibleMutation','workbook','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','SetSheetsFilterCriteriaMutation','3167353iEMhxv','getSlice','syncExecuteCommand','1045964bNplGs','LIVESHARE_TERMINATE','GRID','24260pROhoe','USERS_ENTER','10155079ztJWxm','CHANGESET_REJ','getDataRange','_transformService','size','getSheetBlocksFromSnapshot','columnCount','LIVESHARE_FETCH_OPERATIONS','6987430xoXzhn','getDeserializedSheetBlock','textRanges','comment_update','startColumn','cfId','transformChangesets','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','getLength','SetSheetsFilterRangeMutation','startOffset','liveshare.terminate','getData','UNAUTHENTICATED','parseInt','selections','unitId','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','MoveRowsCommand','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','range','parseProtocolMutation','formula1','indexOf','RemoveWorksheetMergeMutation','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','splice','RemoveColCommand','toLowerCase','fromOrder','Inject','setConfig','startRow','ENSURE_SNAPSHOT_EXECUTION','TransformService','transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','MoveRowsMutation','Workbook\x20metadata\x20is\x20not\x20available','endColumn','mutations','INTERNAL_ERROR','subtract','forEach','SNAPSHOT_INVALID_SNAPSHOT','add','new_changesets','keys','SetSelectionsOperation','moveRows','colId','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment','ref','AddRangeProtectionMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','@univerjs-pro/license','foreach','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','serializeRange','ranges','subUnitId','saveSheetBlock','SetConditionalRuleMutation','insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','UpdateHyperLinkRefMutation','RemoveRowCommand','resources','columnData','column','SUBMIT_CHANGESET','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','JSON1','APPLY_REVISION_CONFILICT','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','number','EmptyMutation','SNAPSHOT_HAS_BEEN_REMOVED','InterceptorManager','ReCalcSheetsFilterMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col','univer.snapshot-server-service','AddWorksheetProtectionMutation','ErrorType','sheetOrder','PERMISSION_DENIED','getOwnPropertyDescriptor','AddCommentMutation','toOrder','Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!','SetWorksheetNameMutation','error','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','left','transformMutationsWithChangeset','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','CollaborationEvent','block','edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed','transformDocumentDataToSnapshot','_initSetRangeValues','_revisionService','bind','Disposable','reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range','cellData','UniverInstanceType','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','RevisionService','from','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','parseProtocolChangeset','AddConditionalRuleMutation','UniverSheetsFilter','after','unitID','uid','changeset_ack','singleReferenceToGrid','incrementRev','generateRandomId','find','findIndex','flat','SetWorksheetRowIsAutoHeightMutation','values','RemoveSheetMutation','moveColumns','TOO_MANY_REQUESTS','transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.','690CLGXiZ','UniverSheets','payload','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','actualColumn','_config','object','LICENSE_IMPORT_SIZE_EXCEEDED','@univerjs/sheets-conditional-formatting','SheetTypes','UpdateCommentRefMutation','RichTextEditingMutation','insertMatrixArray','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','MoveConditionalRuleMutation','handleBaseRemoveRange','amd','includes','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','transformMutation','_leftInclineTransformMutations','isTransformChangesetsFailure','6thqsCG','setValue','intersects','concat','CONNECTOR_DATA_TOO_LARGE','COMPLETION_FINISHED','drawingIds','Tools','UniverThreadComment','string','createUnit','sourceRange','isFormulaString','NEW_CHANGESETS','COMPRESS_MUTATION_SEND','handler','error_msg','LICENSE_MAX_UNITS_EXCEEDED','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','pseudo_fetch_missing_result','move\x20col\x20is\x20conflict\x20with\x20move\x20col','revision','ICommandService','getValue','MSG_FOR_ERROR','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','YUUMI_SUBSCRIPTION_NOT_FOUND','dispose','MUTATION','blocks','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','RemoveDataValidationMutation','MoveColsMutation','SetWorksheetColWidthMutation','getSnapshot','UniverDataValidation','handleCommonDefaultRangeChangeWithEffectRefCommands','objects','APPLY_REJECT','getUnitId','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','Trying\x20to\x20mutate\x20a\x20deleted\x20worksheet!','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','IConfigService','max','getMatrix','transformWorkbookDataToSnapshot','NOT_FOUND','@univerjs/core','fill','UniverLicensePlugin','move\x20row\x20is\x20conflict\x20with\x20move\x20row','parentId','step','@univerjs/sheets-filter','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','UPDATE_PERMISSION_OBJ','AddWorksheetMergeMutation','UNDEFINED','collaboration.config','any','sheets','reduce','RemoveNumfmtMutation','blockID','UNIVER_SLIDE','slice','incrementRevOfUnit','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','InsertColMutation','liveshare.request_host','SetRangeValuesMutation','COLUMN','blockMeta','endRow','code','getRandomValues','rule','primary','rng','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','USERS_LEAVE','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','ObjectMatrix','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','SetFrozenMutation','1guHbOj','all','RemoveSheetsFilterMutation','UPDATE_CURSOR','end','sequenceNodesBuilder','isTransformMutationsFailure','right','saveDoc','ReorderRangeMutation','_transformMap','InsertRowCommand','UniverLicense','handleBaseInsertRange','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','SetTabColorMutation','createIdentifier','SetRowDataMutation','SetWorksheetProtectionMutation','APPLY_DUPLICATED','decode','_configService','data','b64EncodeUnicode','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','SINGLE_HISTORY_MUTATIONS','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','AddHyperLinkMutation','DocTransformController','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.','loadDoc','isTransformMutationFailure','fetchThroughInterceptors','fromCharCode','JSONX','SetRowVisibleMutation','commentId','APPLY_NON_SEQUENTIAL_REVISION','clear','symbol','forValue','move\x20row\x20is\x20conflict\x20with\x20move\x20range','length','getRev','textDecoder','changeset_rej','parseProtocolCommand','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','actions','sequenceNodeType','getInterceptPoints','rules','UNRECOGNIZED','users_enter','SHOULD_CLOSE_CONN','handleBaseMoveRowsCols','[SnapshotService]:\x20request\x20snapshot\x20error!','UNIVER_DOC','SetWorksheetRowHeightMutation','ALREADY_EXISTS','SetColHiddenMutation','RemoveColMutation','UNIVER_SHEET','AddDataValidationMutation','transformMutations','PSEUDO_FETCH_MISSING_RESULT','unit_delete','defineProperty','1312644bPclZr','message','LIVESHARE_REQUEST_HOST','m2Prime','Block\x20not\x20found','@univerjs/engine-formula','SnapshotService','IUniverInstanceService','rev','m1Prime','min','moveMatrixArray','transformSnapshotToDocumentData','color','ruleId','criteria','pluginName','hasOwnProperty','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','set','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','SETTING','function','transform','shift','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','saveSnapshot','fetch_missing','index','MoveColsCommand','filter','Rectangle','UpdateCommentMutation','spliceArray','getResources','entries','liveshare.fetch_operations','insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','params','encode','SetNumfmtMutation','sort','SetRangeProtectionMutation','UpdateHyperLinkMutation','univer.mutation.create-unit','rotateRange','[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','row','SetRowHiddenMutation','APPLY_PERMISSION_DENIED','replace','IResourceManagerService','doc','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','has','UniverEngineFormula','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','Module','LIVESHARE_OPERATION','_univerInstanceService','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','rowCount','YUUMI_RATE_OVER_LIMIT','EN_US','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','SINGLE_SNAPSHOT_MUTATIONS','171BxRdvs','textEncoder','Range','RemoveRowMutation','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','220888mlAHdH','permission_rej','transformPosition','UniverCore','RemoveHyperLinkMutation','randomUUID','InsertRowMutation','some','isArray','actualRow','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','link','CompressMutationService','_rightInclineTransformMutations','handleDefaultRangeChangeWithEffectRefCommands','value','Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','update_permission_obj','RANGE','RevertRevisionMutation','UNIVER_UNKNOWN','parse','UNIVER_PROJECT','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','order','getUnitOnRev','name','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','UpdateRuleType','LICENSE_EXPORT_SIZE_EXCEEDED','makeArray','Injector','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','SetDrawingApplyMutation','originalMeta','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','@univerjs/data-validation','isMerged','UpdateDataValidationMutation','drawingId','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','setRev','toStringTag','DrawingApplyType','removeColumns','SetWorksheetOrderMutation','SetWorksheetRowAutoHeightMutation','UniverCollaborationPlugin','stringify','loadSheet','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','_compressMutationService','IHistoryIoService','CHANGESET_REVISION_CONFILICT','MoveRangeMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','_init','_commandService','unshift','registerCommand','isRangesEqual','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','type','start','[TransformService]\x20Transform\x20algorithm\x20for\x20','@univerjs/sheets-drawing','targetRange','CommandType','changeset_should_retry','DeleteConditionalRuleMutation','Plugin','push','LICENSE_DISTRO_REJECTED','getSheets','SetColDataMutation','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','_snapshotServerService','save','Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row','rowData','baseRev','InsertColCommand','removeRows','update_cursor','InsertSheetMutation','styleRefMap','24mInRdD'];_0x13e5=function(){return _0x16fe08;};return _0x13e5();}
|