@univerjs-pro/collaboration 0.4.1 → 0.4.2-nightly.202410291606

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.
Files changed (63) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/types/controllers/sheet-transform/algorithms/gridlines/gridlines.algo.d.ts +4 -0
  4. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-sheets-filter-range.algo.spec.d.ts +1 -0
  5. package/lib/types/controllers/sheet-transform/algorithms/insert-col/__tests__/set-worksheet-col-width.algo.spec.d.ts +1 -0
  6. package/lib/types/controllers/sheet-transform/algorithms/insert-col/set-col-data.algo.d.ts +3 -0
  7. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-row-data.algo.spec.d.ts +1 -0
  8. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +1 -0
  9. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-height.algo.spec.d.ts +1 -0
  10. package/lib/types/controllers/sheet-transform/algorithms/insert-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +1 -0
  11. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-row-data.algo.d.ts +3 -0
  12. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-auto-height.algo.d.ts +3 -0
  13. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-height.algo.d.ts +3 -0
  14. package/lib/types/controllers/sheet-transform/algorithms/insert-row/set-worksheet-row-is-auto-height.algo.d.ts +3 -0
  15. package/lib/types/controllers/sheet-transform/algorithms/move-col/__test__/set-col-custom.algo.spec.d.ts +1 -0
  16. package/lib/types/controllers/sheet-transform/algorithms/move-col/add-comment.algo.d.ts +1 -1
  17. package/lib/types/controllers/sheet-transform/algorithms/move-col/set-col-data.algo.d.ts +3 -0
  18. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-row-data.algo.spec.d.ts +1 -0
  19. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-auto-height.algo.spec.d.ts +1 -0
  20. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-height.algo.spec.d.ts +1 -0
  21. package/lib/types/controllers/sheet-transform/algorithms/move-row/__test__/set-worksheet-row-is-auto-height.algo.spec.d.ts +1 -0
  22. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-row-data.algo.d.ts +3 -0
  23. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-auto-height.algo.d.ts +3 -0
  24. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-height.algo.d.ts +3 -0
  25. package/lib/types/controllers/sheet-transform/algorithms/move-row/set-worksheet-row-is-auto-height.algo.d.ts +3 -0
  26. package/lib/types/controllers/sheet-transform/algorithms/remove-col/__tests__/set-col-data.algo.spec.d.ts +1 -0
  27. package/lib/types/controllers/sheet-transform/algorithms/remove-col/set-col-data.algo.d.ts +3 -0
  28. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-row-custom.algo.spec.d.ts +1 -0
  29. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +1 -0
  30. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-height.algo.spec.d.ts +1 -0
  31. package/lib/types/controllers/sheet-transform/algorithms/remove-row/__tests__/set-worksheet-row-is-auto-height.algo.spec.d.ts +1 -0
  32. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-row-data.algo.d.ts +3 -0
  33. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-auto-height.algo.d.ts +3 -0
  34. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-height.algo.d.ts +3 -0
  35. package/lib/types/controllers/sheet-transform/algorithms/remove-row/set-worksheet-row-is-auto-height.algo.d.ts +3 -0
  36. package/lib/types/controllers/sheet-transform/algorithms/set-col-data/__tests__/set-col-data.algo.spec.d.ts +1 -0
  37. package/lib/types/controllers/sheet-transform/algorithms/set-col-data/set-col-data.algo.d.ts +3 -0
  38. package/lib/types/controllers/sheet-transform/algorithms/set-row-data/__tests__/set-row-data.algo.spec.d.ts +1 -0
  39. package/lib/types/controllers/sheet-transform/algorithms/set-row-data/set-row-data.algo.d.ts +3 -0
  40. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/__tests__/set-worksheet-row-auto-height.algo.spec.d.ts +1 -0
  41. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-auto-height/set-worksheet-row-auto-height.algo.d.ts +3 -0
  42. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/__tests__/set-worksheet-row-height.algo.spec.d.ts +1 -0
  43. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-height/set-worksheet-row-height.algo.d.ts +3 -0
  44. 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
  45. package/lib/types/controllers/sheet-transform/algorithms/set-worksheet-row-is-auto-height/set-worksheet-row-is-auto-height.algo.d.ts +3 -0
  46. package/lib/types/index.d.ts +1 -1
  47. package/lib/types/models/collaboration-events.d.ts +9 -0
  48. package/lib/umd/index.js +1 -1
  49. package/package.json +17 -29
  50. /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
  51. /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
  52. /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
  53. /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
  54. /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
  55. /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
  56. /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
  57. /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
  58. /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
  59. /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
  60. /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
  61. /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
  62. /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
  63. /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 _0x20c5(_0x33bb4a,_0x21102c){const _0x3d3e26=_0x3d3e();return _0x20c5=function(_0x20c5df,_0x10c26d){_0x20c5df=_0x20c5df-0x138;let _0x41b4ca=_0x3d3e26[_0x20c5df];return _0x41b4ca;},_0x20c5(_0x33bb4a,_0x21102c);}function _0x3d3e(){const _0x3bbd6b=['fill','foreach','transformWorkbookDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','saveDoc','UniverDataValidation','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','UniverSheetsConditionalFormatting','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row','INTERNAL_ERROR','ruleId','pluginName','primary','rowCount','isTransformMutationSuccess','6487308aSfwaB','AddDataValidationMutation','transformSnapshotToDocumentData():\x20snapshot.doc\x20is\x20undefined.','Trying\x20to\x20mutate\x20a\x20deleted\x20worksheet!','SetWorksheetColWidthMutation','saveSnapshot','unshift','sheet','INVALID_ARGUMENT','amd','setRevOfUnit','reduce','queryObjectMatrix','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','Workbook\x20metadata\x20is\x20not\x20available','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','comment_update','blockID','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','interceptor','transformPosition','transform','SetWorksheetRowAutoHeightMutation','targetRange','indexOf','_snapshotServerService','move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','actualRow','code','slice','16bRLDOt','InsertColMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order','transformMutations','[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitID:\x20','incrementRevOfUnit','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','RemoveSheetMutation','index','UniverInstanceType','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','_univerInstanceService','styleRefMap','_leftInclineTransformMutations','payload','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','textDecoder','CHANGESET_ACK','mapDocumentTypeToUniverType','LICENSE_DISTRO_REJECTED','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','row','isArray','COMPRESS_MUTATION_SEND','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','getSnapshot','edit\x20range\x20of\x20same\x20data-validation\x20rule\x20is\x20not\x20allowed','getSheets','title','PERMISSION_DENIED','MoveColsCommand','7WnkjvR','RemoveSheetsFilterMutation','workbook','unitID','_configService','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','USERS_ENTER','cellValue','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','cfId','AddRangeProtectionMutation','ref','forValue','comment','YUUMI_RATE_OVER_LIMIT','setConfig','MoveRangeMutation','getInterceptPoints','ENSURE_SNAPSHOT_EXECUTION','UPDATE_PERMISSION_OBJ','NEW_CHANGESETS','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','@univerjs/sheets-conditional-formatting','number','0123456789','UNIVER_DOC','keys','value','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','InsertSheetMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','SetSelectionsOperation','changeset_rej','range','AddWorksheetMergeMutation','UniverCollaborationPlugin','generateRandomId','onStarting','getRev','drawingId','AddConditionalRuleMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','update_cursor','UniverSheetsDrawing','drawingIds','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','m2Prime','sort','Move\x20conditional\x20formatting\x20rule\x20\x20is\x20conflict\x20with\x20self','handleBaseMoveRowsCols','InsertRowMutation','IUniverInstanceService','SetColDataMutation','insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','right','GRID','error','toString','findIndex','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','320815APYcVy','@univerjs/docs','splice','collaboration.config','start','uid','data','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','RANGE','intersects','SetColHiddenMutation','liveshare.request_host','RemoveDataValidationMutation','transformWorkbookDataToSnapshot','[TransformService]\x20Transform\x20algorithm\x20for\x20','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','subtract','EN_US','update_permission_obj','params','sourceRange','APPLY_NON_SEQUENTIAL_REVISION','@univerjs/thread-comment','SetRowDataMutation','UNAUTHENTICATED','RevisionService','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20height','MUTATION','ALREADY_EXISTS','selections','SetTabColorMutation','_compressMutationService','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','removeRows','actualColumn','APPLY_REJECT','1162751gRxwbj','move\x20range\x20is\x20conflict\x20with\x20reorder\x20range','getCurrentRevOfUnit','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','baseRev','UNRECOGNIZED','move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','[transformWorkbookDataToSnapshot()]:\x20Failed\x20to\x20save\x20sheet\x20blocks.','moveMatrixArray','COMPRESS_MUTATION_APPLY','RANGE_TYPE','_resourceManagerService','originalMeta','UNIT_DELETE','USERS_LEAVE','users_enter','textEncoder','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','RemoveColCommand','pseudo_fetch_missing_result','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','spliceArray','UpdateCommentMutation','ICommandService','Block\x20not\x20found','clear','SNAPSHOT_INVALID_SNAPSHOT','end','startOffset','transformSnapshotToDocumentData','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','LIVESHARE_NEW_HOST','type','UNIVER_SHEET','entries','UNDEFINED','after','handleDefaultRangeChangeWithEffectRefCommands','getUnitOnRev','SetRowVisibleMutation','[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','merge','JSON1','find','Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','_rightInclineTransformMutations','TOO_MANY_REQUESTS','max','blocks','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','REFERENCE','singleReferenceToGrid','left','min','generateTemporarySnap','resources','randomUUID','SetConditionalRuleMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range','fromOrder','UpdateDataValidationMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','object','formula2','LICENSE_MAX_UNITS_EXCEEDED','loadSheet','encode','mutations','color','Inject','CollaborationEvent','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','SetDrawingApplyMutation','transformDocumentDataToSnapshot():\x20Failed\x20to\x20save\x20snapshot.\x0aErrorCode:\x20','handleCommonDefaultRangeChangeWithEffectRefCommands','intercept','rules','ISnapshotServerService','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','DependentOn','endRow','SheetTransformController','Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!','InsertRowCommand','add','RevertRevisionMutation','_commandService','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','UNIVER_COLLABORATION_PLUGIN','Injector','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','parse','258WHZXWL','setValue','deepClone','b64DecodeUnicode','univer.mutation.create-unit','DeleteConditionalRuleMutation','then','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row','DocTransformController','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','RemoveWorksheetMergeMutation','SetSheetsFilterCriteriaMutation','users_leave','textRanges','SnapshotService','exports','unitId','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','ReorderRangeMutation','EmptyMutation','replace','\x20already\x20exists.','transformMutationsWithChangeset','error_msg','isFormulaString','parentId','parseProtocolCommand','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','length','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','toStringTag','9774144bolliI','loadDoc','AddWorksheetProtectionMutation','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','move\x20row\x20is\x20conflict\x20with\x20move\x20range','from','unit_delete','RemoveHyperLinkMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','fromCharCode','@univerjs/sheets-drawing','doc','serializeRange','LIVESHARE_FETCH_OPERATIONS','ranges','nodeType','SetWorksheetRowIsAutoHeightMutation','961672TPBXGi','getRandomValues','9548jIboEX','actions','endOffset','UpdateCommentRefMutation','UNIVER_PROJECT','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','makeArray','save','link','getMatrix','has','SINGLE_HISTORY_MUTATIONS','any','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','YUUMI_URL_COL_OUT_OF_RANGE','transformChangesets','_config','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','transformMutation','move\x20col\x20is\x20conflict\x20with\x20move\x20col','commentId','getResources','COMPLETION_FINISHED','name','blockMeta','isRangesEqual','CHANGESET_SHOULD_RETRY','SetRowHiddenMutation','rowsAutoHeightInfo','CompressMutationService','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','push','UniverDocs','Remove-cols\x20has\x20conflicts\x20with\x20move-range','Module','saveSheetBlock','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','some','RemoveRowCommand','univer-pro.collaboration.transform-service','criteria','_init','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','getData','parseMutationToProtocol','decode','ReCalcSheetsFilterMutation','generateTempDocumentSnapshot','APPLY_REVISION_CONFILICT','liveshare.new_host','m1Prime','@univerjs/engine-formula','Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!','Range','endColumn','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','univer.snapshot-server-service','handler','changeset_should_retry','DrawingApplyType','CHANGESET_REVISION_CONFILICT','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','rowData','univer.mutation.revert-version','SetRangeProtectionMutation','LICENSE_EXPORT_SIZE_EXCEEDED','createInterceptorKey','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment','UpdateHyperLinkRefMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','[SnapshotService]:\x20request\x20snapshot\x20error!','serializeRangeToRefString','removeColumns','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','should_close_conn','YUUMI_UNABLE_LOAD_URL','revision','startColumn','@univerjs/sheets-hyper-link','generateStringWithSequence','YUUMI_SUBSCRIPTION_NOT_FOUND','SetNumfmtMutation','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','parseProtocolChangeset','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height','PERMISSION_REJ','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col','parseProtocolMutation','_revisionService','step','getSheetBlock','isTransformChangesetsSuccess','UniverLicense','remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','sequenceNodesBuilder','toOrder','RichTextEditingMutation','map','block','insertMatrixArray','function','dispose','_transformService','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','formula1','LocaleType','51767170pWYlCQ','@univerjs/sheets-filter','Disposable','SetWorksheetNameMutation','changeset_ack','SetFrozenMutation','getSlice','RemoveRowMutation','fetch_missing','getSheetId','UniverCollaboration','@univerjs/sheets','transformDocumentDataToSnapshot','message','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','b64EncodeUnicode','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','AddHyperLinkMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','move\x20col\x20is\x20conflict\x20with\x20move\x20range','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','UpdateHyperLinkMutation','size','RangeMergeUtil','setRev','new_changesets','COLUMN','\x20and\x20','MoveRowsMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','startRow','set','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','columnCount','getOwnPropertyDescriptor','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','ObjectMatrix','IConfigService','charCodeAt','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','parseChangesetToProtocol','parseInt','rng','CommandType','SNAPSHOT_HAS_BEEN_REMOVED','UniverCore','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col','RevertRevisionMutation\x20conflicts\x20with\x20other\x20mutations!','CreateUnitMutation','handleBaseInsertRange','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','get','subUnitId','APPLY_DUPLICATED','rotateRange','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','handleBaseRemoveRange','getUnit','SetSheetsFilterRangeMutation','flat','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','ERROR','Tools','RemoveColMutation','UpdateRuleType','SetWorksheetOrderMutation','move\x20row\x20is\x20conflict\x20with\x20move\x20row','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','moveColumns','order','AddCommentMutation','registerTransformAlgorithm','defineProperty','rule','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','includes','InsertColCommand','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','realDeleteValue','SetRangeValuesMutation','UniverThreadComment','stringify','insert\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20auto\x20height','UNIVER_UNKNOWN','MoveRowsCommand','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','forEach','_injector','JSONX','syncExecuteCommand','UniverEngineFormula','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','string','DeleteCommentMutation','moveRows','createIdentifier','column','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','SetWorksheetRowHeightMutation','LIVESHARE_TERMINATE','FETCH_MISSING','createUnit','getDataRange','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','concat','colId','isTransformMutationsWithChangesetSuccess','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','APPLY_PERMISSION_DENIED','col','permission_rej','rev','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','RemoveNumfmtMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','SETTING','isMergedMainCell','bind','SheetTypes','MoveConditionalRuleMutation','_transformMap','UNIVER_SLIDE','remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','Rectangle','sheetOrder','columnData','SetColVisibleMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','isMerged','hasOwnProperty','remove\x20row\x20is\x20conflict\x20with\x20move\x20row','MoveColsMutation','cellData','MSG_FOR_ERROR','filter','sheets','values','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','ITransformService','objects','LICENSE_IMPORT_SIZE_EXCEEDED','shift','all','LIVESHARE_REQUEST_HOST','UniverSheetsFilter','IHistoryIoService','NOT_FOUND','random','_initSetRangeValues','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','SHOULD_CLOSE_CONN','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width'];_0x3d3e=function(){return _0x3bbd6b;};return _0x3d3e();}(function(_0x471a01,_0x383859){const _0x4a678b=_0x20c5,_0x4f62c6=_0x471a01();while(!![]){try{const _0x2db74f=-parseInt(_0x4a678b(0x35c))/0x1+parseInt(_0x4a678b(0x1a6))/0x2*(-parseInt(_0x4a678b(0x173))/0x3)+-parseInt(_0x4a678b(0x2da))/0x4*(parseInt(_0x4a678b(0x338))/0x5)+-parseInt(_0x4a678b(0x193))/0x6+-parseInt(_0x4a678b(0x2fb))/0x7*(parseInt(_0x4a678b(0x1a4))/0x8)+-parseInt(_0x4a678b(0x2bb))/0x9+parseInt(_0x4a678b(0x214))/0xa;if(_0x2db74f===_0x383859)break;else _0x4f62c6['push'](_0x4f62c6['shift']());}catch(_0xb74093){_0x4f62c6['push'](_0x4f62c6['shift']());}}}(_0x3d3e,0xd60a1),function(_0x6a8bf,_0x4a03fe){const _0x3bd10f=_0x20c5;typeof exports==_0x3bd10f(0x155)&&typeof module<'u'?_0x4a03fe(exports,require('@univerjs/core'),require(_0x3bd10f(0x34e)),require(_0x3bd10f(0x311)),require('@univerjs/data-validation'),require(_0x3bd10f(0x1f6)),require(_0x3bd10f(0x21f)),require(_0x3bd10f(0x215)),require('@univerjs/engine-formula'),require(_0x3bd10f(0x19d)),require(_0x3bd10f(0x339)),require('@univerjs-pro/license')):typeof define==_0x3bd10f(0x20d)&&define[_0x3bd10f(0x2c4)]?define([_0x3bd10f(0x183),'@univerjs/core','@univerjs/thread-comment','@univerjs/sheets-conditional-formatting','@univerjs/data-validation',_0x3bd10f(0x1f6),'@univerjs/sheets',_0x3bd10f(0x215),_0x3bd10f(0x1db),_0x3bd10f(0x19d),_0x3bd10f(0x339),'@univerjs-pro/license'],_0x4a03fe):(_0x6a8bf=typeof globalThis<'u'?globalThis:_0x6a8bf||self,_0x4a03fe(_0x6a8bf[_0x3bd10f(0x21e)]={},_0x6a8bf[_0x3bd10f(0x241)],_0x6a8bf[_0x3bd10f(0x265)],_0x6a8bf[_0x3bd10f(0x2b3)],_0x6a8bf[_0x3bd10f(0x2b1)],_0x6a8bf['UniverSheetsHyperLink'],_0x6a8bf['UniverSheets'],_0x6a8bf[_0x3bd10f(0x2a5)],_0x6a8bf[_0x3bd10f(0x26f)],_0x6a8bf[_0x3bd10f(0x326)],_0x6a8bf[_0x3bd10f(0x1c8)],_0x6a8bf[_0x3bd10f(0x204)]));}(this,function(_0x57c72c,_0x605767,_0x473239,_0x472dd0,_0x11b0d4,_0x3b3522,_0x25cfb1,_0x42660f,_0x51c46f,_0x4bea10,_0x5f3850,_0x425207){'use strict';const _0x329bfc=_0x20c5;var _0x2147f1=Object[_0x329bfc(0x25d)],_0x292627=(_0x5a0945,_0x57b7d5,_0x170a2a)=>_0x57b7d5 in _0x5a0945?_0x2147f1(_0x5a0945,_0x57b7d5,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x170a2a}):_0x5a0945[_0x57b7d5]=_0x170a2a,_0x246701=(_0x587f72,_0x5558e1,_0x1f89c1)=>_0x292627(_0x587f72,typeof _0x5558e1!='symbol'?_0x5558e1+'':_0x5558e1,_0x1f89c1);function _0x234453(_0x4a7237){const _0x427cd6=_0x329bfc;return!!_0x4a7237[_0x427cd6(0x333)];}function _0xda76fe(_0x3dfe1d){return!_0x234453(_0x3dfe1d);}function _0x58c58b(_0x3a9b3c){const _0x7d3635=_0x329bfc;return!!_0x3a9b3c[_0x7d3635(0x333)];}function _0x316464(_0x217d72){return!!_0x217d72['error'];}function _0x40d589(_0x26d914){return!_0x316464(_0x26d914);}function _0x3c29ee(_0x47e89e){const _0x377c50=_0x329bfc;return!!_0x47e89e[_0x377c50(0x333)];}function _0x1381c9(_0x541ec0){return!_0x3c29ee(_0x541ec0);}function _0x527489(_0x4f6097){return!!_0x4f6097['error'];}function _0x2b06e0(_0x2b1b26){return!_0x527489(_0x2b1b26);}const _0x4795d9=_0x605767[_0x329bfc(0x274)](_0x329bfc(0x1cf));class _0xd0a2c7 extends _0x605767[_0x329bfc(0x216)]{constructor(){const _0x282fac=_0x329bfc;super(...arguments),_0x246701(this,_0x282fac(0x28d),new Map());}[_0x329bfc(0x20e)](){const _0x14b5fb=_0x329bfc;this['_transformMap'][_0x14b5fb(0x375)]();}['registerTransformAlgorithm'](_0x4d60dd){const _0x36df0a=_0x329bfc,{m1:_0x571998,m2:_0x1e4d2b=_0x36df0a(0x1b2)}=_0x4d60dd;this[_0x36df0a(0x28d)][_0x36df0a(0x1b0)](_0x571998)||this[_0x36df0a(0x28d)]['set'](_0x571998,new Map());const _0x28d605=this[_0x36df0a(0x28d)][_0x36df0a(0x248)](_0x571998);if(_0x28d605['has'](_0x1e4d2b))throw new Error(_0x36df0a(0x346)+_0x571998+_0x36df0a(0x22f)+_0x1e4d2b+_0x36df0a(0x189));_0x28d605[_0x36df0a(0x233)](_0x1e4d2b,_0x4d60dd);}['transformMutation'](_0x1c03c8,_0x6816bd,_0x186ef1){const _0x40aefe=_0x329bfc;var _0xb835b7,_0xaa2cfe,_0x180693,_0x355a99,_0x39f8f6,_0xab95cd;const _0x186771=this[_0x40aefe(0x28d)],_0x4b8c9b=((_0xb835b7=_0x186771['get'](_0x1c03c8['id']))==null?void 0x0:_0xb835b7[_0x40aefe(0x248)](_0x6816bd['id']))||((_0xaa2cfe=_0x186771[_0x40aefe(0x248)](_0x1c03c8['id']))==null?void 0x0:_0xaa2cfe['get'](_0x40aefe(0x1b2)))||((_0x180693=_0x186771[_0x40aefe(0x248)](_0x40aefe(0x1b2)))==null?void 0x0:_0x180693[_0x40aefe(0x248)](_0x6816bd['id']));if(_0x4b8c9b)return _0x186ef1?_0x4b8c9b['handler'](_0x1c03c8,_0x6816bd,_0x186ef1):_0x4b8c9b[_0x40aefe(0x1e1)](_0x1c03c8,_0x6816bd);const _0x52f009=((_0x355a99=_0x186771[_0x40aefe(0x248)](_0x6816bd['id']))==null?void 0x0:_0x355a99[_0x40aefe(0x248)](_0x1c03c8['id']))||((_0x39f8f6=_0x186771[_0x40aefe(0x248)](_0x6816bd['id']))==null?void 0x0:_0x39f8f6[_0x40aefe(0x248)](_0x40aefe(0x1b2)))||((_0xab95cd=_0x186771[_0x40aefe(0x248)](_0x40aefe(0x1b2)))==null?void 0x0:_0xab95cd[_0x40aefe(0x248)](_0x1c03c8['id']));if(_0x52f009){const _0x400e1a=_0x186ef1?_0x52f009[_0x40aefe(0x1e1)](_0x6816bd,_0x1c03c8,_0x186ef1):_0x52f009['handler'](_0x6816bd,_0x1c03c8);return _0xda76fe(_0x400e1a)?_0x186ef1?{'m2Prime':_0x400e1a[_0x40aefe(0x1da)]}:{'m2Prime':_0x400e1a['m1Prime'],'m1Prime':_0x400e1a[_0x40aefe(0x329)]}:_0x400e1a;}return{'m1Prime':_0x1c03c8,'m2Prime':_0x6816bd};}[_0x329bfc(0x2dd)](_0x4936d2,_0x63b6e6,_0x25e4a0){const _0x27b79e=_0x329bfc,_0x4e9edc=this[_0x27b79e(0x144)](_0x4936d2,_0x63b6e6);if(_0x58c58b(_0x4e9edc))return _0x4e9edc;if(_0x25e4a0)return{'m2Prime':_0x4e9edc};const _0x457af1=this[_0x27b79e(0x2e7)](_0x4936d2,_0x63b6e6);return _0x58c58b(_0x457af1)?_0x457af1:{'m1Prime':_0x457af1,'m2Prime':_0x4e9edc};}[_0x329bfc(0x144)](_0xeebd33,_0x598b39){const _0x3724ca=_0x329bfc,_0x354739=_0xeebd33[_0x3724ca(0x190)];let _0x40e74e;for(_0x40e74e=0x0;_0x40e74e<_0x354739;_0x40e74e++){let _0x1c0f1f=[_0xeebd33[_0x40e74e]],_0x595750=[];for(let _0x3e1c89=0x0,_0x196058=_0x598b39[_0x3724ca(0x190)];_0x3e1c89<_0x196058;_0x3e1c89++){const _0x144d23=_0x598b39[_0x3e1c89];let _0x353021;if(_0x1c0f1f['length']===0x0)_0x353021=[_0x144d23],_0x1c0f1f=[];else{if(_0x1c0f1f['length']===0x1){const _0x513625=this[_0x3724ca(0x1b9)](_0x1c0f1f[0x0],_0x144d23);if(_0x234453(_0x513625))return _0x513625;if(_0x353021=_0x2e7913(_0x513625[_0x3724ca(0x329)]),!_0x513625[_0x3724ca(0x1da)])throw new Error('Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.');_0x1c0f1f=_0x2e7913(_0x513625[_0x3724ca(0x1da)]);}else{const _0x3db800=this[_0x3724ca(0x144)](_0x1c0f1f,[_0x144d23]);if(_0x3db800[_0x3724ca(0x333)])return _0x3db800;if(_0x353021=_0x3db800,_0x3e1c89<_0x196058-0x1){const _0x52a9eb=this[_0x3724ca(0x2e7)](_0x1c0f1f,[_0x144d23]);if(_0x52a9eb[_0x3724ca(0x333)])return _0x52a9eb;_0x1c0f1f=_0x52a9eb;}}}_0x595750=_0x595750[_0x3724ca(0x27d)](_0x353021);}_0x598b39=_0x595750;}return _0x598b39;}[_0x329bfc(0x2e7)](_0x5abd50,_0x31721f){const _0x243ec2=_0x329bfc,_0x592c74=_0x31721f[_0x243ec2(0x190)];let _0x193cd6;for(_0x193cd6=0x0;_0x193cd6<_0x592c74;_0x193cd6++){let _0x20ad08=[_0x31721f[_0x193cd6]],_0xa517de=[];for(let _0x1eaa33=0x0,_0x439195=_0x5abd50[_0x243ec2(0x190)];_0x1eaa33<_0x439195;_0x1eaa33++){const _0x510c21=_0x5abd50[_0x1eaa33];let _0xd17a7c;if(_0x20ad08[_0x243ec2(0x190)]===0x0)_0xd17a7c=[_0x510c21],_0x20ad08=[];else{if(_0x20ad08[_0x243ec2(0x190)]===0x1){const _0x2bd657=this[_0x243ec2(0x1b9)](_0x510c21,_0x20ad08[0x0]);if(_0x234453(_0x2bd657))return _0x2bd657;if(!_0x2bd657[_0x243ec2(0x1da)])throw new Error(_0x243ec2(0x1ab));_0xd17a7c=_0x2e7913(_0x2bd657[_0x243ec2(0x1da)]),_0x20ad08=_0x2e7913(_0x2bd657[_0x243ec2(0x329)]);}else{const _0x1850cf=this[_0x243ec2(0x2e7)]([_0x510c21],_0x20ad08);if(_0x1850cf[_0x243ec2(0x333)])return _0x1850cf;if(_0xd17a7c=_0x1850cf,_0x1eaa33<_0x439195-0x1){const _0x12ff9b=this[_0x243ec2(0x144)]([_0x510c21],_0x20ad08);if(_0x12ff9b[_0x243ec2(0x333)])return _0x12ff9b;_0x20ad08=_0x12ff9b;}}}_0xa517de=_0xa517de[_0x243ec2(0x27d)](_0xd17a7c);}_0x5abd50=_0xa517de;}return _0x5abd50;}[_0x329bfc(0x1b5)](_0x23aa56,_0x126711,_0x1e5057){const _0xe3c1d6=_0x329bfc;if(!_0x3f69a7(_0x23aa56,_0x126711))throw new Error(_0xe3c1d6(0x13f)+_0x126711[0x0][_0xe3c1d6(0x360)]+_0xe3c1d6(0x285)+_0x23aa56[0x0][_0xe3c1d6(0x1f4)]+'.');const _0x2d3003=_0x23aa56[_0xe3c1d6(0x190)],_0x8081d0=_0x126711['length'],_0x1aa5a6=_0x18e7dc(_0x2d3003,_0x8081d0+0x1),_0x5533ac=_0x18e7dc(_0x2d3003+0x1,_0x8081d0);_0x23aa56[_0xe3c1d6(0x26b)]((_0x50cc61,_0x2b5301)=>_0x1aa5a6[_0x2b5301][0x0]=_0x50cc61),_0x126711['forEach']((_0x1739b7,_0x3f889a)=>_0x5533ac[0x0][_0x3f889a]=_0x1739b7);try{for(let _0x49d9af=0x0;_0x49d9af<_0x8081d0;_0x49d9af++)for(let _0x3c539a=0x0;_0x3c539a<_0x2d3003;_0x3c539a++){const _0x508d05=_0x5533ac[_0x3c539a][_0x49d9af],_0x49bad4=_0x1aa5a6[_0x3c539a][_0x49d9af];if(!_0x508d05||!_0x49bad4)throw new Error('Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!');const _0x1c7643=this[_0xe3c1d6(0x2dd)](_0x49bad4[_0xe3c1d6(0x15a)],_0x508d05[_0xe3c1d6(0x15a)]);if(_0x316464(_0x1c7643))return{'error':_0x1c7643['error']};_0x5533ac[_0x3c539a+0x1][_0x49d9af]={..._0x508d05,'mutations':_0x1c7643['m2Prime']},_0x1aa5a6[_0x3c539a][_0x49d9af+0x1]={..._0x49bad4,'mutations':_0x1c7643[_0xe3c1d6(0x1da)]};}return _0x1e5057?{'c2Prime':_0x5533ac[_0x2d3003]}:{'c1Prime':_0x1aa5a6[_0xe3c1d6(0x20a)](_0x4f674b=>_0x4f674b[_0x8081d0])['flat'](),'c2Prime':_0x5533ac[_0x2d3003]};}catch(_0x4d06ef){throw console[_0xe3c1d6(0x333)](_0x4d06ef),_0x4d06ef;}}[_0x329bfc(0x18a)](_0x4e4948,_0x121f8b){const _0x512247=_0x329bfc,_0x11583c=_0x4e4948[_0x512247(0x15a)],_0x2d2112=this[_0x512247(0x2dd)](_0x11583c,_0x121f8b);return _0x316464(_0x2d2112)?{'error':_0x2d2112[_0x512247(0x333)]}:{'m2Prime':_0x2d2112[_0x512247(0x329)],'c1Prime':{..._0x4e4948,'mutations':_0x2d2112[_0x512247(0x1da)]}};}}function _0x3f69a7(_0x34ea8b,_0x4a4ff5){return _0x34ea8b[0x0]['revision']-0x1===_0x4a4ff5[0x0]['baseRev'];}function _0x18e7dc(_0x13a441,_0x444b81){const _0x3eba39=_0x329bfc;return new Array(_0x13a441)[_0x3eba39(0x2ad)](void 0x0)[_0x3eba39(0x20a)](()=>new Array(_0x444b81));}function _0x2e7913(_0x3dea4d){const _0x10001d=_0x329bfc;return Array[_0x10001d(0x2f0)](_0x3dea4d)?_0x3dea4d:[_0x3dea4d];}const _0x1d2d59={'m1':_0x473239[_0x329bfc(0x25b)]['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x214f8a,_0x431725)=>{const _0x1bc115=_0x329bfc,_0x2eb7f7=_0x214f8a['params'],_0x13eb22=_0x431725['params'],_0x3d0c31={'m1Prime':_0x214f8a,'m2Prime':_0x431725};if(_0x2eb7f7[_0x1bc115(0x184)]!==_0x13eb22[_0x1bc115(0x184)]||_0x2eb7f7[_0x1bc115(0x249)]!==_0x13eb22['subUnitId']||_0x2eb7f7[_0x1bc115(0x308)][_0x1bc115(0x306)]!==_0x13eb22[_0x1bc115(0x308)][_0x1bc115(0x306)])return _0x3d0c31;if(!_0x2eb7f7['comment']['parentId']&&!_0x13eb22[_0x1bc115(0x308)][_0x1bc115(0x18d)]){const _0x35acf5=_0x605767[_0x1bc115(0x253)][_0x1bc115(0x175)](_0x431725);return _0x35acf5[_0x1bc115(0x34b)][_0x1bc115(0x308)][_0x1bc115(0x18d)]=_0x214f8a[_0x1bc115(0x34b)][_0x1bc115(0x308)]['id'],{'m1Prime':[{'id':_0x473239[_0x1bc115(0x272)]['id'],'params':{'unitId':_0x2eb7f7[_0x1bc115(0x184)],'subUnitId':_0x13eb22[_0x1bc115(0x249)],'commentId':_0x13eb22['comment']['id']}},_0x214f8a,_0x35acf5],'m2Prime':[_0x35acf5]};}return _0x3d0c31;}},_0x47816d={'m1':_0x472dd0[_0x329bfc(0x323)]['id'],'m2':_0x472dd0[_0x329bfc(0x323)]['id'],'handler'(_0x41ee35,_0x2fca4a){const _0x42d191=_0x329bfc;if(_0x41ee35[_0x42d191(0x34b)]['unitId']!==_0x2fca4a['params'][_0x42d191(0x184)]||_0x41ee35[_0x42d191(0x34b)][_0x42d191(0x249)]!==_0x2fca4a[_0x42d191(0x34b)][_0x42d191(0x249)])return{'m1Prime':_0x41ee35,'m2Prime':_0x2fca4a};const {unitId:_0x5e53a1,subUnitId:_0x14f120}=_0x41ee35[_0x42d191(0x34b)],_0x4df57e=_0x605767[_0x42d191(0x253)][_0x42d191(0x175)](_0x41ee35),_0xa61f60=_0x605767[_0x42d191(0x253)][_0x42d191(0x175)](_0x2fca4a),_0x3b279e=[_0x4df57e],_0x3cf01c={'unitId':_0x5e53a1,'subUnitId':_0x14f120,'start':{'id':_0xa61f60[_0x42d191(0x34b)][_0x42d191(0x25e)]['cfId'],'type':'before'},'end':{'id':_0xa61f60['params'][_0x42d191(0x25e)][_0x42d191(0x304)],'type':_0x42d191(0x13b)}};return _0x3b279e[_0x42d191(0x1c7)]({'id':_0x472dd0[_0x42d191(0x28c)]['id'],'params':_0x3cf01c}),{'m1Prime':_0x3b279e,'m2Prime':_0xa61f60};}};function _0x13c41a(_0x33ba41,_0x2ce050,_0x5b3091,_0x99514c){const _0x91473e=_0x329bfc,_0x6cb82=new _0x605767[(_0x91473e(0x238))]();_0x5b3091[_0x91473e(0x26b)](_0x39151c=>{const _0x2c0eab=_0x91473e;_0x39151c[_0x2c0eab(0x1a1)][_0x2c0eab(0x26b)](_0x35ab76=>{const _0x3d614e=_0x2c0eab;_0x605767[_0x3d614e(0x1dd)][_0x3d614e(0x2ae)](_0x35ab76,(_0x57f2a5,_0x425aca)=>{const _0x2e6e2b=_0x3d614e;_0x6cb82[_0x2e6e2b(0x174)](_0x57f2a5,_0x425aca,_0x39151c[_0x2e6e2b(0x33d)]);});});}),_0x99514c[_0x91473e(0x26b)](_0x4d2577=>{const _0x23f623=_0x91473e;_0x4d2577[_0x23f623(0x1a1)][_0x23f623(0x26b)](_0x4de91f=>{const _0x54c1b5=_0x23f623;_0x605767[_0x54c1b5(0x1dd)][_0x54c1b5(0x2ae)](_0x4de91f,(_0x27c353,_0x3ac542)=>{const _0x4ce146=_0x54c1b5;_0x6cb82['setValue'](_0x27c353,_0x3ac542,_0x4d2577[_0x4ce146(0x33d)]);});});});const _0x49c9bc=[];return _0x5b3091[_0x91473e(0x26b)](_0xcdd4b1=>{const _0x415016=_0x91473e,_0x54a1ed=_0x605767[_0x415016(0x2c7)](_0x6cb82,_0x532126=>_0x532126===_0xcdd4b1[_0x415016(0x33d)]);if(_0x54a1ed[_0x415016(0x190)]){if(!_0x605767[_0x415016(0x1c0)](_0x54a1ed,_0xcdd4b1[_0x415016(0x1a1)])){const _0x45b69c={'ruleId':_0xcdd4b1['uid'],'unitId':_0x33ba41,'subUnitId':_0x2ce050,'payload':{'type':_0x11b0d4[_0x415016(0x255)]['RANGE'],'payload':_0x54a1ed}};_0x49c9bc[_0x415016(0x1c7)]({'id':_0x11b0d4[_0x415016(0x153)]['id'],'params':_0x45b69c});}}else{const _0x2c3a11={'ruleId':_0xcdd4b1[_0x415016(0x33d)],'unitId':_0x33ba41,'subUnitId':_0x2ce050};_0x49c9bc[_0x415016(0x1c7)]({'id':_0x11b0d4['RemoveDataValidationMutation']['id'],'params':_0x2c3a11});}}),_0x49c9bc;}function _0x2fd94c(_0x13249d,_0x2f8eab){const _0x298833=_0x329bfc,_0x97104e=_0x605767[_0x298833(0x253)][_0x298833(0x175)](Array[_0x298833(0x2f0)](_0x13249d[_0x298833(0x34b)][_0x298833(0x25e)])?_0x13249d['params'][_0x298833(0x25e)]:[_0x13249d['params'][_0x298833(0x25e)]]);return _0x2f8eab[_0x298833(0x26b)](_0x1f2bb1=>{const _0x5b634f=_0x298833;if(_0x1f2bb1['id']===_0x11b0d4[_0x5b634f(0x153)]['id']){const _0x5dba97=_0x1f2bb1,_0x16674e=_0x97104e[_0x5b634f(0x142)](_0x54a84a=>_0x54a84a[_0x5b634f(0x33d)]===_0x5dba97[_0x5b634f(0x34b)][_0x5b634f(0x2b6)]);_0x16674e[_0x5b634f(0x1a1)]=_0x5dba97[_0x5b634f(0x34b)]['payload'][_0x5b634f(0x2e8)];}else{if(_0x1f2bb1['id']===_0x11b0d4[_0x5b634f(0x344)]['id']){const _0x24dfd2=_0x97104e[_0x5b634f(0x335)](_0x149d80=>_0x149d80[_0x5b634f(0x33d)]===_0x1f2bb1['params'][_0x5b634f(0x2b6)]);_0x97104e[_0x24dfd2]=null;}}}),_0x97104e[_0x298833(0x29b)](Boolean)['length']?[{..._0x13249d,'params':{..._0x13249d[_0x298833(0x34b)],'rule':_0x97104e[_0x298833(0x29b)](Boolean)}}]:[];}const _0x1898c8={'m1':_0x11b0d4['AddDataValidationMutation']['id'],'m2':_0x11b0d4['AddDataValidationMutation']['id'],'handler':(_0x429d76,_0x543b95)=>{const _0x51cc2e=_0x329bfc,_0x4e4b9c={'m1Prime':_0x429d76,'m2Prime':_0x543b95},_0x46c830=_0x429d76[_0x51cc2e(0x34b)],_0x43fa0a=_0x543b95[_0x51cc2e(0x34b)];if(_0x46c830[_0x51cc2e(0x184)]!==_0x43fa0a[_0x51cc2e(0x184)]||_0x46c830[_0x51cc2e(0x249)]!==_0x43fa0a['subUnitId'])return _0x4e4b9c;const _0x48494a=_0x605767[_0x51cc2e(0x253)][_0x51cc2e(0x175)](_0x429d76),_0x4aadcb=_0x605767['Tools'][_0x51cc2e(0x175)](_0x543b95),_0x463c9c=_0x46c830[_0x51cc2e(0x184)],_0xe25241=_0x43fa0a[_0x51cc2e(0x249)],_0x6a82ad=_0x48494a[_0x51cc2e(0x34b)][_0x51cc2e(0x25e)],_0x5d2a75=_0x4aadcb[_0x51cc2e(0x34b)][_0x51cc2e(0x25e)];if(Array['isArray'](_0x6a82ad)&&Array[_0x51cc2e(0x2f0)](_0x5d2a75))return{'m1Prime':[],'m2Prime':[]};if(Array['isArray'](_0x6a82ad)){_0x48494a[_0x51cc2e(0x34b)][_0x51cc2e(0x2e2)]=0x0;const _0x57a480=_0x13c41a(_0x463c9c,_0xe25241,_0x6a82ad,[_0x5d2a75]);return{'m1Prime':_0x2fd94c(_0x48494a,_0x57a480),'m2Prime':[..._0x57a480,_0x4aadcb]};}if(Array['isArray'](_0x5d2a75)){const _0x4d4c58=_0x13c41a(_0x463c9c,_0xe25241,_0x5d2a75,[_0x6a82ad]);return _0x4aadcb[_0x51cc2e(0x34b)]['index']=0x0,{'m1Prime':_0x2fd94c(_0x48494a,_0x4d4c58),'m2Prime':[..._0x4d4c58,_0x4aadcb]};}const _0x3c8a0a=_0x13c41a(_0x463c9c,_0xe25241,[_0x6a82ad],[_0x5d2a75]);return _0x4aadcb['params']['index']=-0x1,{'m1Prime':_0x2fd94c(_0x48494a,_0x3c8a0a),'m2Prime':[..._0x3c8a0a,_0x4aadcb]};}},_0x588f29={'m1':_0x11b0d4[_0x329bfc(0x2bc)]['id'],'m2':_0x11b0d4[_0x329bfc(0x153)]['id'],'handler':(_0x45615b,_0x1fe108)=>{const _0x213292=_0x329bfc,_0xecaf60={'m1Prime':_0x45615b,'m2Prime':_0x1fe108},_0x52fa4f=_0x45615b[_0x213292(0x34b)],_0x314c5f=_0x1fe108[_0x213292(0x34b)];if(_0x52fa4f[_0x213292(0x184)]!==_0x314c5f[_0x213292(0x184)]||_0x52fa4f[_0x213292(0x249)]!==_0x314c5f[_0x213292(0x249)])return _0xecaf60;if(_0x1fe108[_0x213292(0x34b)][_0x213292(0x2e8)][_0x213292(0x37c)]===_0x11b0d4['UpdateRuleType'][_0x213292(0x340)]){const {unitId:_0x2f52ee,subUnitId:_0x1cb40c}=_0x45615b[_0x213292(0x34b)],_0x5429a3=Array[_0x213292(0x2f0)](_0x45615b['params']['rule'])?_0x45615b[_0x213292(0x34b)][_0x213292(0x25e)]:[_0x45615b[_0x213292(0x34b)][_0x213292(0x25e)]],_0x171619=[],_0x324d2e=new _0x605767[(_0x213292(0x238))]();return _0x5429a3['forEach'](_0x27df41=>{const _0xdad392=_0x213292;_0x27df41[_0xdad392(0x1a1)]['forEach'](_0x453c25=>{const _0x2ad729=_0xdad392;_0x605767[_0x2ad729(0x1dd)][_0x2ad729(0x2ae)](_0x453c25,(_0x5236ef,_0xea724e)=>{const _0x5a62c5=_0x2ad729;_0x324d2e[_0x5a62c5(0x174)](_0x5236ef,_0xea724e,_0x27df41[_0x5a62c5(0x33d)]);});});}),_0x1fe108['params'][_0x213292(0x2e8)][_0x213292(0x2e8)][_0x213292(0x26b)](_0x3ff365=>{const _0x310c78=_0x213292;_0x605767[_0x310c78(0x1dd)][_0x310c78(0x2ae)](_0x3ff365,(_0x56de3e,_0x372689)=>{const _0x53aef4=_0x310c78;_0x324d2e['setValue'](_0x56de3e,_0x372689,_0x1fe108[_0x53aef4(0x34b)][_0x53aef4(0x2b6)]);});}),_0x5429a3[_0x213292(0x26b)](_0x46f136=>{const _0x510e85=_0x213292,_0x38b4b9=_0x605767[_0x510e85(0x2c7)](_0x324d2e,_0x3af51b=>_0x3af51b===_0x46f136['uid']);_0x605767[_0x510e85(0x1c0)](_0x38b4b9,_0x46f136[_0x510e85(0x1a1)])||(_0x38b4b9['length']?_0x171619[_0x510e85(0x1c7)]({'id':_0x11b0d4['UpdateDataValidationMutation']['id'],'params':{'unitId':_0x2f52ee,'subUnitId':_0x1cb40c,'ruleId':_0x46f136['uid'],'payload':{'type':_0x11b0d4[_0x510e85(0x255)][_0x510e85(0x340)],'payload':_0x38b4b9}}}):_0x171619[_0x510e85(0x1c7)]({'id':_0x11b0d4[_0x510e85(0x344)]['id'],'params':{'unitId':_0x2f52ee,'subUnitId':_0x1cb40c,'ruleId':_0x46f136[_0x510e85(0x33d)]}}));}),{'m1Prime':_0x2fd94c(_0x45615b,_0x171619),'m2Prime':[..._0x171619,_0x1fe108]};}return _0xecaf60;}},_0x39164a={'m1':_0x3b3522[_0x329bfc(0x225)]['id'],'m2':_0x3b3522[_0x329bfc(0x225)]['id'],'handler':(_0x5ac566,_0x485319)=>{const _0x13dc67=_0x329bfc,_0x467be3=_0x5ac566['params'],_0x3af100=_0x485319[_0x13dc67(0x34b)];return _0x467be3[_0x13dc67(0x184)]===_0x3af100[_0x13dc67(0x184)]&&_0x467be3['subUnitId']===_0x3af100[_0x13dc67(0x249)]&&_0x467be3[_0x13dc67(0x1ae)]['row']===_0x3af100[_0x13dc67(0x1ae)]['row']&&_0x467be3[_0x13dc67(0x1ae)]['column']===_0x3af100[_0x13dc67(0x1ae)][_0x13dc67(0x275)]?{'m2Prime':_0x485319,'m1Prime':[]}:{'m1Prime':_0x5ac566,'m2Prime':_0x485319};}},_0x52c7bf={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x3493f0,_0x22ccc4)=>{const _0x4aef99=_0x329bfc,_0xc8d740={'m1Prime':_0x3493f0,'m2Prime':_0x22ccc4};return _0x3493f0[_0x4aef99(0x34b)]['unitId']!==_0x22ccc4[_0x4aef99(0x34b)][_0x4aef99(0x184)]||_0x3493f0[_0x4aef99(0x34b)][_0x4aef99(0x249)]!==_0x22ccc4[_0x4aef99(0x34b)][_0x4aef99(0x249)]?_0xc8d740:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x1a71dc={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x472dd0['AddConditionalRuleMutation']['id'],'handler':(_0x5c96a7,_0x541362)=>{const _0x22d13f=_0x329bfc,_0x414a35={'m1Prime':_0x5c96a7,'m2Prime':_0x541362};if(_0x5c96a7[_0x22d13f(0x34b)]['unitId']!==_0x541362[_0x22d13f(0x34b)]['unitId']||_0x5c96a7['params'][_0x22d13f(0x249)]!==_0x541362[_0x22d13f(0x34b)][_0x22d13f(0x249)])return _0x414a35;const _0x10475f=_0x5c96a7[_0x22d13f(0x34b)][_0x22d13f(0x163)]['map'](_0x15d01c=>_0x15d01c['ranges'])['flat'](),_0x3d130f=_0x541362['params']['rule'][_0x22d13f(0x1a1)];return _0x10475f[_0x22d13f(0x1cd)](_0x33e9de=>_0x3d130f[_0x22d13f(0x1cd)](_0x330c87=>_0x605767[_0x22d13f(0x290)][_0x22d13f(0x341)](_0x33e9de,_0x330c87)))?{'error':new Error(_0x22d13f(0x2f2))}:_0x414a35;}},_0x493a7d={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x305)]['id'],'handler':(_0x3983a5,_0x328adb)=>{const _0x5c427c=_0x329bfc,_0x51483b={'m1Prime':_0x3983a5,'m2Prime':_0x328adb};if(_0x3983a5[_0x5c427c(0x34b)]['unitId']!==_0x328adb['params'][_0x5c427c(0x184)]||_0x3983a5[_0x5c427c(0x34b)][_0x5c427c(0x249)]!==_0x328adb['params']['subUnitId'])return _0x51483b;const _0xac7c8d=_0x3983a5[_0x5c427c(0x34b)]['rules']['map'](_0x1a2336=>_0x1a2336[_0x5c427c(0x1a1)])[_0x5c427c(0x250)](),_0x3297c6=_0x328adb[_0x5c427c(0x34b)][_0x5c427c(0x163)]['map'](_0x483027=>_0x483027[_0x5c427c(0x1a1)])['flat']();return _0xac7c8d[_0x5c427c(0x1cd)](_0x364c91=>_0x3297c6[_0x5c427c(0x1cd)](_0x3a64fb=>_0x605767[_0x5c427c(0x290)]['intersects'](_0x364c91,_0x3a64fb)))?{'error':new Error(_0x5c427c(0x27c))}:_0x51483b;}},_0xcd535a={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1['AddWorksheetMergeMutation']['id'],'handler':(_0x3ada51,_0x29fc1e)=>{const _0xda246e=_0x329bfc,_0x1e5093={'m1Prime':_0x3ada51,'m2Prime':_0x29fc1e};if(_0x3ada51['params'][_0xda246e(0x184)]!==_0x29fc1e[_0xda246e(0x34b)]['unitId']||_0x3ada51[_0xda246e(0x34b)][_0xda246e(0x249)]!==_0x29fc1e[_0xda246e(0x34b)][_0xda246e(0x249)])return _0x1e5093;const _0x3b5f9d=_0x3ada51[_0xda246e(0x34b)][_0xda246e(0x163)][_0xda246e(0x20a)](_0x18bd27=>_0x18bd27[_0xda246e(0x1a1)])[_0xda246e(0x250)](),_0x20e455=_0x29fc1e['params']['ranges'];return _0x3b5f9d['some'](_0x5041a8=>_0x20e455['some'](_0x52e21d=>_0x605767[_0xda246e(0x290)][_0xda246e(0x341)](_0x5041a8,_0x52e21d)))?{'error':new Error(_0xda246e(0x171))}:_0x1e5093;}},_0x1e88f8={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1['AddWorksheetProtectionMutation']['id'],'handler':(_0x367b02,_0xd4ea73)=>{const _0x32261d=_0x329bfc,_0x2d49e6={'m1Prime':_0x367b02,'m2Prime':_0xd4ea73};return _0x367b02['params'][_0x32261d(0x184)]!==_0xd4ea73[_0x32261d(0x34b)][_0x32261d(0x184)]||_0x367b02[_0x32261d(0x34b)][_0x32261d(0x249)]!==_0xd4ea73['params']['rule'][_0x32261d(0x249)]?_0x2d49e6:{'error':new Error(_0x32261d(0x36d))};}},_0x520e58={'m1':_0x25cfb1['AddRangeProtectionMutation']['id'],'m2':_0x472dd0[_0x329bfc(0x178)]['id'],'handler':(_0x4afcac,_0x59e399)=>{const _0x3a288a=_0x329bfc,_0x204ba4={'m1Prime':_0x4afcac,'m2Prime':_0x59e399};return _0x4afcac[_0x3a288a(0x34b)][_0x3a288a(0x184)]!==_0x59e399[_0x3a288a(0x34b)]['unitId']||_0x4afcac['params'][_0x3a288a(0x249)]!==_0x59e399['params'][_0x3a288a(0x249)]?_0x204ba4:{'error':new Error(_0x3a288a(0x247))};}},_0x421064={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2db)]['id'],'handler':(_0x5cefdf,_0x4bb7fd)=>{const _0x364d43=_0x329bfc,_0x9e0c3c={'m1Prime':_0x5cefdf,'m2Prime':_0x4bb7fd};if(_0x5cefdf[_0x364d43(0x34b)][_0x364d43(0x184)]!==_0x4bb7fd[_0x364d43(0x34b)][_0x364d43(0x184)]||_0x5cefdf[_0x364d43(0x34b)][_0x364d43(0x249)]!==_0x4bb7fd['params'][_0x364d43(0x249)])return _0x9e0c3c;const _0x21b191=_0x5cefdf['params'][_0x364d43(0x163)][_0x364d43(0x20a)](_0x4cec05=>_0x4cec05[_0x364d43(0x1a1)])[_0x364d43(0x250)](),_0x2418ea=_0x4bb7fd[_0x364d43(0x34b)][_0x364d43(0x31c)];return _0x21b191[_0x364d43(0x1cd)](_0x1e633a=>_0x605767['Rectangle'][_0x364d43(0x341)](_0x1e633a,_0x2418ea))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x9e0c3c;}},_0x1542b0={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x32d)]['id'],'handler':(_0xeb1081,_0x26ebc9)=>{const _0x467478=_0x329bfc,_0x1f6126={'m1Prime':_0xeb1081,'m2Prime':_0x26ebc9};if(_0xeb1081['params'][_0x467478(0x184)]!==_0x26ebc9[_0x467478(0x34b)][_0x467478(0x184)]||_0xeb1081['params']['subUnitId']!==_0x26ebc9[_0x467478(0x34b)][_0x467478(0x249)])return _0x1f6126;const _0x27c3f3=_0xeb1081['params'][_0x467478(0x163)][_0x467478(0x20a)](_0x56ac93=>_0x56ac93[_0x467478(0x1a1)])['flat'](),_0x53fa21=_0x26ebc9[_0x467478(0x34b)][_0x467478(0x31c)];return _0x27c3f3[_0x467478(0x1cd)](_0x17fc0b=>_0x605767['Rectangle'][_0x467478(0x341)](_0x17fc0b,_0x53fa21))?{'error':new Error(_0x467478(0x37a))}:_0x1f6126;}},_0x5d7638={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1['MoveColsMutation']['id'],'handler':(_0x4a83e3,_0x14813c)=>{const _0x5df7b1=_0x329bfc,_0x3e249b={'m1Prime':_0x4a83e3,'m2Prime':_0x14813c};if(_0x4a83e3[_0x5df7b1(0x34b)][_0x5df7b1(0x184)]!==_0x14813c[_0x5df7b1(0x34b)][_0x5df7b1(0x184)]||_0x4a83e3[_0x5df7b1(0x34b)][_0x5df7b1(0x249)]!==_0x14813c[_0x5df7b1(0x34b)][_0x5df7b1(0x249)])return _0x3e249b;const _0x3754bc=_0x4a83e3[_0x5df7b1(0x34b)]['rules']['map'](_0x4c946d=>_0x4c946d[_0x5df7b1(0x1a1)])[_0x5df7b1(0x250)](),_0x267cdf=[_0x14813c[_0x5df7b1(0x34b)]['sourceRange'],_0x14813c[_0x5df7b1(0x34b)][_0x5df7b1(0x2d3)]];return _0x3754bc[_0x5df7b1(0x1cd)](_0x30daa1=>_0x267cdf[_0x5df7b1(0x1cd)](_0x1521fa=>_0x605767[_0x5df7b1(0x290)][_0x5df7b1(0x341)](_0x30daa1,_0x1521fa)))?{'error':new Error(_0x5df7b1(0x224))}:_0x3e249b;}},_0x388f82={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler':(_0x166603,_0x1ac381)=>{const _0x26988e=_0x329bfc,_0x5dfc18={'m1Prime':_0x166603,'m2Prime':_0x1ac381};if(_0x166603[_0x26988e(0x34b)]['unitId']!==_0x1ac381['params'][_0x26988e(0x184)]||_0x166603[_0x26988e(0x34b)][_0x26988e(0x249)]!==_0x1ac381[_0x26988e(0x34b)][_0x26988e(0x198)]['subUnitId'])return _0x5dfc18;const _0xf57ec6=_0x166603[_0x26988e(0x34b)][_0x26988e(0x163)]['map'](_0xf62736=>_0xf62736['ranges'])['flat'](),_0x40e05e=new _0x605767['ObjectMatrix'](_0x1ac381[_0x26988e(0x34b)][_0x26988e(0x198)][_0x26988e(0x316)])['getDataRange'](),_0x312c1b=new _0x605767[(_0x26988e(0x238))](_0x1ac381[_0x26988e(0x34b)]['to']['value'])[_0x26988e(0x27b)](),_0x36df9c=[_0x40e05e,_0x312c1b];return _0xf57ec6[_0x26988e(0x1cd)](_0x52c0c7=>_0x36df9c['some'](_0x2c3c34=>_0x605767['Rectangle'][_0x26988e(0x341)](_0x52c0c7,_0x2c3c34)))?{'error':new Error(_0x26988e(0x231))}:_0x5dfc18;}},_0x4a29fb={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x230)]['id'],'handler':(_0xdd72df,_0x4de02d)=>{const _0x20be2d=_0x329bfc,_0x2c6dba={'m1Prime':_0xdd72df,'m2Prime':_0x4de02d};if(_0xdd72df[_0x20be2d(0x34b)][_0x20be2d(0x184)]!==_0x4de02d[_0x20be2d(0x34b)]['unitId']||_0xdd72df[_0x20be2d(0x34b)]['subUnitId']!==_0x4de02d[_0x20be2d(0x34b)][_0x20be2d(0x249)])return _0x2c6dba;const _0x26daef=_0xdd72df[_0x20be2d(0x34b)][_0x20be2d(0x163)][_0x20be2d(0x20a)](_0x3066f0=>_0x3066f0[_0x20be2d(0x1a1)])[_0x20be2d(0x250)](),_0x1e75cc=[_0x4de02d[_0x20be2d(0x34b)]['sourceRange'],_0x4de02d['params']['targetRange']];return _0x26daef[_0x20be2d(0x1cd)](_0x4bd222=>_0x1e75cc['some'](_0x37508a=>_0x605767[_0x20be2d(0x290)][_0x20be2d(0x341)](_0x4bd222,_0x37508a)))?{'error':new Error(_0x20be2d(0x15e))}:_0x2c6dba;}},_0x363175={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x254)]['id'],'handler':(_0x3fa134,_0x17e4cc)=>{const _0x4a37a7=_0x329bfc,_0xf2b27b={'m1Prime':_0x3fa134,'m2Prime':_0x17e4cc};if(_0x3fa134['params'][_0x4a37a7(0x184)]!==_0x17e4cc[_0x4a37a7(0x34b)]['unitId']||_0x3fa134['params'][_0x4a37a7(0x249)]!==_0x17e4cc[_0x4a37a7(0x34b)]['subUnitId'])return _0xf2b27b;const _0x2271a8=_0x3fa134[_0x4a37a7(0x34b)][_0x4a37a7(0x163)]['map'](_0x4b1c44=>_0x4b1c44['ranges'])['flat'](),_0x18462d=_0x17e4cc[_0x4a37a7(0x34b)][_0x4a37a7(0x31c)];return _0x2271a8[_0x4a37a7(0x1cd)](_0x373b20=>_0x605767[_0x4a37a7(0x290)][_0x4a37a7(0x341)](_0x373b20,_0x18462d))?{'error':new Error(_0x4a37a7(0x280))}:_0xf2b27b;}},_0x3036df={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x11b0d4[_0x329bfc(0x344)]['id'],'handler':(_0x4db4d5,_0x5a6560)=>{const _0x43e3a0=_0x329bfc,_0x18c514={'m1Prime':_0x4db4d5,'m2Prime':_0x5a6560};return _0x4db4d5[_0x43e3a0(0x34b)][_0x43e3a0(0x184)]!==_0x5a6560[_0x43e3a0(0x34b)]['unitId']||_0x4db4d5[_0x43e3a0(0x34b)][_0x43e3a0(0x249)]!==_0x5a6560[_0x43e3a0(0x34b)][_0x43e3a0(0x249)]?_0x18c514:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule')};}},_0x57b917={'m1':_0x25cfb1['AddRangeProtectionMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler':(_0xe1cfca,_0x58bd00)=>{const _0x1d1685=_0x329bfc,_0x428f53={'m1Prime':_0xe1cfca,'m2Prime':_0x58bd00};if(_0xe1cfca[_0x1d1685(0x34b)][_0x1d1685(0x184)]!==_0x58bd00[_0x1d1685(0x34b)]['unitId']||_0xe1cfca[_0x1d1685(0x34b)]['subUnitId']!==_0x58bd00[_0x1d1685(0x34b)][_0x1d1685(0x249)])return _0x428f53;const _0x491668=_0xe1cfca['params']['rules']['map'](_0x2299d6=>_0x2299d6[_0x1d1685(0x1a1)])[_0x1d1685(0x250)](),_0x3413b3=_0x58bd00[_0x1d1685(0x34b)]['ranges'];return _0x491668[_0x1d1685(0x1cd)](_0x59bf9a=>_0x3413b3[_0x1d1685(0x1cd)](_0x3b29ac=>_0x605767[_0x1d1685(0x290)]['intersects'](_0x59bf9a,_0x3b29ac)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt')}:_0x428f53;}},_0x123142={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x42660f['RemoveSheetsFilterMutation']['id'],'handler':(_0x3d244c,_0x3f9b29)=>{const _0x162e82=_0x329bfc,_0x14fdb7={'m1Prime':_0x3d244c,'m2Prime':_0x3f9b29};return _0x3d244c[_0x162e82(0x34b)][_0x162e82(0x184)]!==_0x3f9b29[_0x162e82(0x34b)]['unitId']||_0x3d244c['params']['subUnitId']!==_0x3f9b29['params'][_0x162e82(0x249)]?_0x14fdb7:{'error':new Error(_0x162e82(0x270))};}},_0x1aa1fd={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'handler':(_0x89f74f,_0x2f659f)=>{const _0x3aa049=_0x329bfc,_0x141407={'m1Prime':_0x89f74f,'m2Prime':_0x2f659f};if(_0x89f74f[_0x3aa049(0x34b)][_0x3aa049(0x184)]!==_0x2f659f[_0x3aa049(0x34b)][_0x3aa049(0x184)]||_0x89f74f[_0x3aa049(0x34b)][_0x3aa049(0x249)]!==_0x2f659f[_0x3aa049(0x34b)][_0x3aa049(0x249)])return _0x141407;const _0x43cfcd=_0x89f74f[_0x3aa049(0x34b)][_0x3aa049(0x163)][_0x3aa049(0x20a)](_0x25981b=>_0x25981b[_0x3aa049(0x1a1)])['flat'](),_0x2bf80e=_0x2f659f[_0x3aa049(0x34b)][_0x3aa049(0x1a1)];return _0x43cfcd['some'](_0x4f4d03=>_0x2bf80e[_0x3aa049(0x1cd)](_0x24ed70=>_0x605767[_0x3aa049(0x290)]['intersects'](_0x4f4d03,_0x24ed70)))?{'error':new Error(_0x3aa049(0x358))}:_0x141407;}},_0x5aef85={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x472dd0['SetConditionalRuleMutation']['id'],'handler':(_0x1fa84d,_0x3404ea)=>{const _0xf84e96=_0x329bfc,_0x282fab={'m1Prime':_0x1fa84d,'m2Prime':_0x3404ea};if(_0x1fa84d[_0xf84e96(0x34b)][_0xf84e96(0x184)]!==_0x3404ea[_0xf84e96(0x34b)][_0xf84e96(0x184)]||_0x1fa84d[_0xf84e96(0x34b)][_0xf84e96(0x249)]!==_0x3404ea[_0xf84e96(0x34b)][_0xf84e96(0x249)])return _0x282fab;const _0x9d6297=_0x1fa84d[_0xf84e96(0x34b)]['rules'][_0xf84e96(0x20a)](_0x1feac9=>_0x1feac9[_0xf84e96(0x1a1)])[_0xf84e96(0x250)](),_0x4a3329=_0x3404ea[_0xf84e96(0x34b)][_0xf84e96(0x25e)]['ranges'];return _0x9d6297['some'](_0xf49c7b=>_0x4a3329['some'](_0x2cc8d9=>_0x605767[_0xf84e96(0x290)][_0xf84e96(0x341)](_0xf49c7b,_0x2cc8d9)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule')}:_0x282fab;}},_0x25af4f={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1['SetFrozenMutation']['id'],'handler':(_0x121667,_0x5b6f17)=>{const _0x2f9cc1=_0x329bfc,_0x30276e={'m1Prime':_0x121667,'m2Prime':_0x5b6f17};if(_0x121667['params'][_0x2f9cc1(0x184)]!==_0x5b6f17[_0x2f9cc1(0x34b)][_0x2f9cc1(0x184)]||_0x121667[_0x2f9cc1(0x34b)][_0x2f9cc1(0x249)]!==_0x5b6f17[_0x2f9cc1(0x34b)][_0x2f9cc1(0x249)])return _0x30276e;const _0x4f2c9c=_0x121667[_0x2f9cc1(0x34b)][_0x2f9cc1(0x163)][_0x2f9cc1(0x20a)](_0x21d2cf=>_0x21d2cf[_0x2f9cc1(0x1a1)])['flat'](),_0x36e901=[{'startRow':_0x5b6f17[_0x2f9cc1(0x34b)][_0x2f9cc1(0x232)],'endRow':_0x5b6f17['params']['startRow'],'startColumn':_0x5b6f17[_0x2f9cc1(0x34b)][_0x2f9cc1(0x1f5)],'endColumn':_0x5b6f17[_0x2f9cc1(0x34b)][_0x2f9cc1(0x1f5)]}];return _0x4f2c9c[_0x2f9cc1(0x1cd)](_0x1a96b8=>_0x36e901['some'](_0xa00fc2=>_0x605767[_0x2f9cc1(0x290)]['intersects'](_0x1a96b8,_0xa00fc2)))?{'error':new Error(_0x2f9cc1(0x319))}:_0x30276e;}},_0xeddc58={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler':(_0x3cfda4,_0x59126c)=>{const _0xca5130=_0x329bfc,_0x34ae02={'m1Prime':_0x3cfda4,'m2Prime':_0x59126c};return _0x3cfda4[_0xca5130(0x34b)]['unitId']!==_0x59126c['params'][_0xca5130(0x184)]||_0x3cfda4[_0xca5130(0x34b)][_0xca5130(0x249)]!==_0x59126c[_0xca5130(0x34b)]['subUnitId']?_0x34ae02:{'error':new Error(_0xca5130(0x1e5))};}},_0x2d2950={'m1':_0x25cfb1['AddRangeProtectionMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'handler':(_0x1de50b,_0x5bd6dd)=>{const _0xf01a5b=_0x329bfc,_0x2bfc79={'m1Prime':_0x1de50b,'m2Prime':_0x5bd6dd};if(_0x1de50b[_0xf01a5b(0x34b)][_0xf01a5b(0x184)]!==_0x5bd6dd[_0xf01a5b(0x34b)]['unitId']||_0x1de50b[_0xf01a5b(0x34b)][_0xf01a5b(0x249)]!==_0x5bd6dd[_0xf01a5b(0x34b)]['subUnitId'])return _0x2bfc79;const _0x5c71fa=_0x1de50b[_0xf01a5b(0x34b)]['rules'][_0xf01a5b(0x20a)](_0x5bb239=>_0x5bb239[_0xf01a5b(0x1a1)])[_0xf01a5b(0x250)](),_0x4dc6d9=_0x5bd6dd['params'][_0xf01a5b(0x25e)]['ranges'];return _0x5c71fa[_0xf01a5b(0x1cd)](_0x22a88b=>_0x4dc6d9[_0xf01a5b(0x1cd)](_0x5c4ebc=>_0x605767['Rectangle'][_0xf01a5b(0x341)](_0x22a88b,_0x5c4ebc)))?{'error':new Error(_0xf01a5b(0x317))}:_0x2bfc79;}},_0x4f481c={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x264)]['id'],'handler':(_0x5a2045,_0x21333a)=>{const _0x17bb0e=_0x329bfc,_0x4fe03d={'m1Prime':_0x5a2045,'m2Prime':_0x21333a};if(_0x5a2045['params'][_0x17bb0e(0x184)]!==_0x21333a[_0x17bb0e(0x34b)][_0x17bb0e(0x184)]||_0x5a2045[_0x17bb0e(0x34b)][_0x17bb0e(0x249)]!==_0x21333a['params']['subUnitId'])return _0x4fe03d;const _0x18ff79=_0x5a2045[_0x17bb0e(0x34b)][_0x17bb0e(0x163)]['map'](_0x41d12a=>_0x41d12a[_0x17bb0e(0x1a1)])[_0x17bb0e(0x250)](),_0x5b3545=new _0x605767[(_0x17bb0e(0x238))](_0x21333a['params'][_0x17bb0e(0x302)])[_0x17bb0e(0x27b)]();return _0x18ff79[_0x17bb0e(0x1cd)](_0x7f8cc9=>_0x605767[_0x17bb0e(0x290)][_0x17bb0e(0x341)](_0x7f8cc9,_0x5b3545))?{'error':new Error(_0x17bb0e(0x185))}:_0x4fe03d;}},_0x190363={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2bf)]['id'],'handler':(_0x2439b0,_0x257010)=>{const _0x50721d=_0x329bfc,_0x212d31={'m1Prime':_0x2439b0,'m2Prime':_0x257010};if(_0x2439b0[_0x50721d(0x34b)][_0x50721d(0x184)]!==_0x257010[_0x50721d(0x34b)][_0x50721d(0x184)]||_0x2439b0[_0x50721d(0x34b)][_0x50721d(0x249)]!==_0x257010[_0x50721d(0x34b)][_0x50721d(0x249)])return _0x212d31;const _0x1de2bf=_0x2439b0[_0x50721d(0x34b)][_0x50721d(0x163)][_0x50721d(0x20a)](_0xdc10ed=>_0xdc10ed[_0x50721d(0x1a1)])[_0x50721d(0x250)](),_0x1f96a2=_0x257010[_0x50721d(0x34b)][_0x50721d(0x1a1)];return _0x1de2bf[_0x50721d(0x1cd)](_0x43f598=>_0x1f96a2['some'](_0xfa3744=>_0x605767['Rectangle'][_0x50721d(0x341)](_0x43f598,_0xfa3744)))?{'error':new Error(_0x50721d(0x17a))}:_0x212d31;}},_0x13eca1={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x473239[_0x329bfc(0x372)]['id'],'handler':(_0x321ac4,_0x3191f0)=>{const _0x1da0ff=_0x329bfc,_0x581c30={'m1Prime':_0x321ac4,'m2Prime':_0x3191f0};return _0x321ac4[_0x1da0ff(0x34b)][_0x1da0ff(0x184)]!==_0x3191f0[_0x1da0ff(0x34b)][_0x1da0ff(0x184)]||_0x321ac4['params'][_0x1da0ff(0x249)]!==_0x3191f0[_0x1da0ff(0x34b)][_0x1da0ff(0x249)]?_0x581c30:{'error':new Error(_0x1da0ff(0x19b))};}},_0x15145b={'m1':_0x25cfb1[_0x329bfc(0x305)]['id'],'m2':_0x11b0d4[_0x329bfc(0x153)]['id'],'handler':(_0x378ff5,_0x30460d)=>{const _0x110be7=_0x329bfc,_0x40a5b0={'m1Prime':_0x378ff5,'m2Prime':_0x30460d};return _0x378ff5[_0x110be7(0x34b)][_0x110be7(0x184)]!==_0x30460d[_0x110be7(0x34b)]['unitId']||_0x378ff5[_0x110be7(0x34b)][_0x110be7(0x249)]!==_0x30460d[_0x110be7(0x34b)][_0x110be7(0x249)]?_0x40a5b0:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x1f758d={'m1':_0x25cfb1[_0x329bfc(0x31d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler'(_0x381c8e,_0x59afd1){const _0x4d8ca1=_0x329bfc,_0x249334=_0x605767[_0x4d8ca1(0x253)]['deepClone'](_0x381c8e),_0x347df9=_0x605767[_0x4d8ca1(0x253)]['deepClone'](_0x59afd1);if(_0x381c8e[_0x4d8ca1(0x34b)][_0x4d8ca1(0x184)]!==_0x59afd1[_0x4d8ca1(0x34b)][_0x4d8ca1(0x184)]||_0x381c8e['params'][_0x4d8ca1(0x249)]!==_0x59afd1[_0x4d8ca1(0x34b)][_0x4d8ca1(0x249)])return{'m1Prime':_0x249334,'m2Prime':_0x347df9};const _0x49bd01=_0x249334[_0x4d8ca1(0x34b)]['ranges'],_0x5a2ed2=_0x347df9['params']['ranges'],_0x412ee0=[_0x347df9],_0x2aa3b7=new Set();for(let _0x572d23=0x0;_0x572d23<_0x49bd01[_0x4d8ca1(0x190)];_0x572d23++)for(let _0x2ca2c5=0x0;_0x2ca2c5<_0x5a2ed2['length'];_0x2ca2c5++)if(_0x605767[_0x4d8ca1(0x290)]['intersects'](_0x49bd01[_0x572d23],_0x5a2ed2[_0x2ca2c5])){_0x2aa3b7[_0x4d8ca1(0x16b)](_0x49bd01[_0x572d23]),_0x49bd01[_0x4d8ca1(0x33a)](_0x572d23,0x1),_0x572d23--;break;}return _0x2aa3b7[_0x4d8ca1(0x22a)]>0x0&&_0x412ee0['unshift']({'id':_0x25cfb1[_0x4d8ca1(0x17e)]['id'],'params':{'unitId':_0x381c8e[_0x4d8ca1(0x34b)][_0x4d8ca1(0x184)],'subUnitId':_0x381c8e['params'][_0x4d8ca1(0x249)],'ranges':Array['from'](_0x2aa3b7)}}),_0x49bd01['length']===0x0&&(_0x249334['id']=_0x25cfb1[_0x4d8ca1(0x187)]['id']),{'m1Prime':_0x249334,'m2Prime':_0x412ee0[_0x4d8ca1(0x190)]>0x1?_0x412ee0:_0x347df9};}},_0x5e78b4={'m1':_0x25cfb1[_0x329bfc(0x31d)]['id'],'m2':_0x25cfb1['InsertColMutation']['id'],'handler'(_0x1fab73,_0x549d0d){const _0x34b6ca=_0x329bfc,_0x22afdb=_0x605767['Tools']['deepClone'](_0x1fab73),_0x454daa=_0x605767[_0x34b6ca(0x253)][_0x34b6ca(0x175)](_0x549d0d);if(_0x1fab73[_0x34b6ca(0x34b)][_0x34b6ca(0x184)]!==_0x549d0d['params'][_0x34b6ca(0x184)]||_0x1fab73['params']['subUnitId']!==_0x549d0d['params'][_0x34b6ca(0x249)])return{'m1Prime':_0x22afdb,'m2Prime':_0x454daa};const _0x31ddee=_0x1fab73['params']['unitId'],_0x289e1a=_0x1fab73[_0x34b6ca(0x34b)][_0x34b6ca(0x249)],_0x5c53d8=[_0x454daa],_0xa6a3c=[],_0x3337de=[];return _0x22afdb['params']['ranges']['forEach'](_0x353cf6=>{const _0x3d1451=_0x34b6ca,_0x51941d=_0x549d0d[_0x3d1451(0x34b)][_0x3d1451(0x31c)],_0x348425=_0x51941d['endColumn']-_0x51941d['startColumn']+0x1;_0x51941d[_0x3d1451(0x1f5)]<=_0x353cf6['startColumn']?(_0xa6a3c[_0x3d1451(0x1c7)]({..._0x353cf6}),_0x3337de[_0x3d1451(0x1c7)]({..._0x353cf6,'startColumn':_0x353cf6[_0x3d1451(0x1f5)]+_0x348425,'endColumn':_0x353cf6[_0x3d1451(0x1de)]+_0x348425}),_0x353cf6[_0x3d1451(0x1f5)]=_0x353cf6['startColumn']+_0x348425,_0x353cf6[_0x3d1451(0x1de)]=_0x353cf6[_0x3d1451(0x1de)]+_0x348425):_0x51941d[_0x3d1451(0x1f5)]>_0x353cf6[_0x3d1451(0x1f5)]&&_0x51941d[_0x3d1451(0x1f5)]<=_0x353cf6[_0x3d1451(0x1de)]&&(_0xa6a3c[_0x3d1451(0x1c7)]({..._0x353cf6}),_0x3337de[_0x3d1451(0x1c7)]({..._0x353cf6,'endColumn':_0x353cf6[_0x3d1451(0x1de)]+_0x348425}),_0x353cf6['endColumn']=_0x353cf6[_0x3d1451(0x1de)]+_0x348425);}),_0xa6a3c['length']>0x0&&_0x5c53d8[_0x34b6ca(0x2c1)]({'id':_0x25cfb1[_0x34b6ca(0x17e)]['id'],'params':{'unitId':_0x31ddee,'subUnitId':_0x289e1a,'ranges':_0xa6a3c}}),_0x3337de[_0x34b6ca(0x190)]>0x0&&_0x5c53d8[_0x34b6ca(0x1c7)]({'id':_0x25cfb1[_0x34b6ca(0x31d)]['id'],'params':{'unitId':_0x31ddee,'subUnitId':_0x289e1a,'ranges':_0x3337de}}),{'m1Prime':_0x22afdb,'m2Prime':_0x5c53d8[_0x34b6ca(0x190)]>0x1?_0x5c53d8:_0x5c53d8[0x0]};}},_0x34dd6e={'m1':_0x25cfb1['AddWorksheetMergeMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x32d)]['id'],'handler'(_0x5c29ad,_0xa818ec){const _0x32b83c=_0x329bfc,_0x5a4353=_0x605767[_0x32b83c(0x253)][_0x32b83c(0x175)](_0x5c29ad),_0x23ebc6=_0x605767[_0x32b83c(0x253)][_0x32b83c(0x175)](_0xa818ec);if(_0x5c29ad['params'][_0x32b83c(0x184)]!==_0xa818ec[_0x32b83c(0x34b)]['unitId']||_0x5c29ad[_0x32b83c(0x34b)][_0x32b83c(0x249)]!==_0xa818ec[_0x32b83c(0x34b)][_0x32b83c(0x249)])return{'m1Prime':_0x5a4353,'m2Prime':_0x23ebc6};const _0x1ffd8f=_0x5c29ad[_0x32b83c(0x34b)][_0x32b83c(0x184)],_0x1d8cb8=_0x5c29ad[_0x32b83c(0x34b)]['subUnitId'],_0x29cbc4=[_0x23ebc6],_0x536a47=[],_0x3e5d52=[];return _0x5a4353[_0x32b83c(0x34b)][_0x32b83c(0x1a1)][_0x32b83c(0x26b)](_0x24f711=>{const _0x4fa969=_0x32b83c,_0x79595f=_0xa818ec[_0x4fa969(0x34b)][_0x4fa969(0x31c)],_0x568892=_0x79595f[_0x4fa969(0x167)]-_0x79595f[_0x4fa969(0x232)]+0x1;_0x79595f[_0x4fa969(0x232)]<=_0x24f711[_0x4fa969(0x232)]?(_0x536a47[_0x4fa969(0x1c7)]({..._0x24f711}),_0x3e5d52[_0x4fa969(0x1c7)]({..._0x24f711,'startRow':_0x24f711[_0x4fa969(0x232)]+_0x568892,'endRow':_0x24f711['endRow']+_0x568892}),_0x24f711[_0x4fa969(0x232)]=_0x24f711[_0x4fa969(0x232)]+_0x568892,_0x24f711[_0x4fa969(0x167)]=_0x24f711[_0x4fa969(0x167)]+_0x568892):_0x79595f[_0x4fa969(0x232)]>_0x24f711['startRow']&&_0x79595f[_0x4fa969(0x232)]<=_0x24f711[_0x4fa969(0x167)]&&(_0x536a47['push']({..._0x24f711}),_0x3e5d52[_0x4fa969(0x1c7)]({..._0x24f711,'endRow':_0x24f711['endRow']+_0x568892}),_0x24f711[_0x4fa969(0x167)]=_0x24f711[_0x4fa969(0x167)]+_0x568892);}),_0x536a47[_0x32b83c(0x190)]>0x0&&_0x29cbc4[_0x32b83c(0x2c1)]({'id':_0x25cfb1[_0x32b83c(0x17e)]['id'],'params':{'unitId':_0x1ffd8f,'subUnitId':_0x1d8cb8,'ranges':_0x536a47}}),_0x3e5d52[_0x32b83c(0x190)]>0x0&&_0x29cbc4[_0x32b83c(0x1c7)]({'id':_0x25cfb1[_0x32b83c(0x31d)]['id'],'params':{'unitId':_0x1ffd8f,'subUnitId':_0x1d8cb8,'ranges':_0x3e5d52}}),{'m1Prime':_0x5a4353,'m2Prime':_0x29cbc4['length']>0x1?_0x29cbc4:_0x29cbc4[0x0]};}},_0x23a6a2={'m1':_0x25cfb1['AddWorksheetMergeMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x298)]['id'],'handler'(_0xfd0664,_0x51539a){const _0x3e4f8b=_0x329bfc,_0xccf516=_0x605767['Tools']['deepClone'](_0xfd0664),_0x5f2ba4=_0x605767[_0x3e4f8b(0x253)][_0x3e4f8b(0x175)](_0x51539a);if(_0xfd0664[_0x3e4f8b(0x34b)][_0x3e4f8b(0x184)]!==_0x51539a['params'][_0x3e4f8b(0x184)]||_0xfd0664[_0x3e4f8b(0x34b)]['subUnitId']!==_0x51539a['params'][_0x3e4f8b(0x249)])return{'m1Prime':_0xccf516,'m2Prime':_0x5f2ba4};const _0x1f3f50=[],_0x166fe6=[],_0x184153=[_0x5f2ba4];for(let _0x26632c=0x0;_0x26632c<_0xccf516['params']['ranges']['length'];_0x26632c++){const _0x2c0be5=_0xccf516['params'][_0x3e4f8b(0x1a1)][_0x26632c],{sourceRange:_0x37d6c6,targetRange:_0x25cda1}=_0x51539a['params'];_0x605767['Rectangle'][_0x3e4f8b(0x341)](_0x2c0be5,_0x37d6c6)||_0x605767[_0x3e4f8b(0x290)][_0x3e4f8b(0x341)](_0x2c0be5,_0x25cda1)?(_0x1f3f50[_0x3e4f8b(0x1c7)]({..._0x2c0be5}),_0xccf516[_0x3e4f8b(0x34b)][_0x3e4f8b(0x1a1)][_0x3e4f8b(0x33a)](_0x26632c,0x1),_0x26632c--):_0x37d6c6[_0x3e4f8b(0x1f5)]<_0x2c0be5[_0x3e4f8b(0x1f5)]&&_0x25cda1[_0x3e4f8b(0x1f5)]>_0x2c0be5[_0x3e4f8b(0x1de)]?(_0x1f3f50[_0x3e4f8b(0x1c7)]({..._0x2c0be5}),_0x166fe6[_0x3e4f8b(0x1c7)]({..._0x2c0be5,'startColumn':_0x2c0be5['startColumn']-(_0x37d6c6['endColumn']-_0x37d6c6[_0x3e4f8b(0x1f5)]+0x1),'endColumn':_0x2c0be5[_0x3e4f8b(0x1de)]-(_0x37d6c6['endColumn']-_0x37d6c6[_0x3e4f8b(0x1f5)]+0x1)}),_0x2c0be5[_0x3e4f8b(0x1f5)]=_0x2c0be5['startColumn']-(_0x37d6c6['endColumn']-_0x37d6c6[_0x3e4f8b(0x1f5)]+0x1),_0x2c0be5[_0x3e4f8b(0x1de)]=_0x2c0be5[_0x3e4f8b(0x1de)]-(_0x37d6c6[_0x3e4f8b(0x1de)]-_0x37d6c6[_0x3e4f8b(0x1f5)]+0x1)):_0x37d6c6['startColumn']>_0x2c0be5[_0x3e4f8b(0x1de)]&&_0x25cda1[_0x3e4f8b(0x1de)]<_0x2c0be5[_0x3e4f8b(0x1f5)]&&(_0x1f3f50[_0x3e4f8b(0x1c7)]({..._0x2c0be5}),_0x166fe6[_0x3e4f8b(0x1c7)]({..._0x2c0be5,'startColumn':_0x2c0be5[_0x3e4f8b(0x1f5)]+(_0x37d6c6[_0x3e4f8b(0x1de)]-_0x37d6c6[_0x3e4f8b(0x1f5)]+0x1),'endColumn':_0x2c0be5['endColumn']+(_0x37d6c6[_0x3e4f8b(0x1de)]-_0x37d6c6[_0x3e4f8b(0x1f5)]+0x1)}),_0x2c0be5[_0x3e4f8b(0x1f5)]=_0x2c0be5[_0x3e4f8b(0x1f5)]+(_0x37d6c6[_0x3e4f8b(0x1de)]-_0x37d6c6[_0x3e4f8b(0x1f5)]+0x1),_0x2c0be5['endColumn']=_0x2c0be5[_0x3e4f8b(0x1de)]+(_0x37d6c6[_0x3e4f8b(0x1de)]-_0x37d6c6['startColumn']+0x1));}return _0x1f3f50['length']>0x0&&_0x184153['unshift']({'id':_0x25cfb1[_0x3e4f8b(0x17e)]['id'],'params':{'unitId':_0xfd0664[_0x3e4f8b(0x34b)][_0x3e4f8b(0x184)],'subUnitId':_0xfd0664[_0x3e4f8b(0x34b)][_0x3e4f8b(0x249)],'ranges':_0x1f3f50}}),_0x166fe6[_0x3e4f8b(0x190)]>0x0&&_0x184153['push']({'id':_0x25cfb1[_0x3e4f8b(0x31d)]['id'],'params':{'unitId':_0xfd0664[_0x3e4f8b(0x34b)][_0x3e4f8b(0x184)],'subUnitId':_0xfd0664[_0x3e4f8b(0x34b)][_0x3e4f8b(0x249)],'ranges':_0x166fe6}}),_0xccf516[_0x3e4f8b(0x34b)][_0x3e4f8b(0x1a1)][_0x3e4f8b(0x190)]===0x0&&(_0xccf516['id']=_0x25cfb1['EmptyMutation']['id']),{'m1Prime':_0xccf516,'m2Prime':_0x184153['length']>0x1?_0x184153:_0x184153[0x0]};}},_0x2c5fa0={'m1':_0x25cfb1[_0x329bfc(0x31d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0xf9103,_0x37a0f5){const _0x4c1cb6=_0x329bfc,_0x2a937a=_0x605767[_0x4c1cb6(0x253)][_0x4c1cb6(0x175)](_0xf9103),_0x247667=_0x605767['Tools']['deepClone'](_0x37a0f5);if(_0xf9103['params'][_0x4c1cb6(0x184)]!==_0x37a0f5[_0x4c1cb6(0x34b)][_0x4c1cb6(0x184)])return{'m1Prime':_0x2a937a,'m2Prime':_0x247667};const _0x3b89de=[],_0x32860b=[_0x247667],_0x14d77a=new _0x605767[(_0x4c1cb6(0x238))](_0x37a0f5[_0x4c1cb6(0x34b)]['from'][_0x4c1cb6(0x316)])[_0x4c1cb6(0x27b)](),_0x347fa8=new _0x605767[(_0x4c1cb6(0x238))](_0x37a0f5['params']['to'][_0x4c1cb6(0x316)])[_0x4c1cb6(0x27b)]();for(let _0x2c253e=0x0;_0x2c253e<_0x2a937a[_0x4c1cb6(0x34b)][_0x4c1cb6(0x1a1)][_0x4c1cb6(0x190)];_0x2c253e++){const _0x413c23=_0x2a937a[_0x4c1cb6(0x34b)][_0x4c1cb6(0x1a1)][_0x2c253e];(_0x605767[_0x4c1cb6(0x290)][_0x4c1cb6(0x341)](_0x14d77a,_0x413c23)||_0x605767[_0x4c1cb6(0x290)]['intersects'](_0x347fa8,_0x413c23))&&(_0x3b89de[_0x4c1cb6(0x1c7)](_0x413c23),_0x2a937a[_0x4c1cb6(0x34b)]['ranges'][_0x4c1cb6(0x33a)](_0x2c253e,0x1),_0x2c253e--);}return _0x3b89de[_0x4c1cb6(0x190)]>0x0&&_0x32860b[_0x4c1cb6(0x2c1)]({'id':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0xf9103[_0x4c1cb6(0x34b)]['unitId'],'subUnitId':_0xf9103[_0x4c1cb6(0x34b)][_0x4c1cb6(0x249)],'ranges':_0x3b89de}}),_0x2a937a[_0x4c1cb6(0x34b)]['ranges'][_0x4c1cb6(0x190)]===0x0&&(_0x2a937a['id']=_0x25cfb1[_0x4c1cb6(0x187)]['id']),{'m1Prime':_0x2a937a,'m2Prime':_0x32860b[_0x4c1cb6(0x190)]>0x1?_0x32860b:_0x32860b[0x0]};}},_0x295ee1={'m1':_0x25cfb1['AddWorksheetMergeMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x230)]['id'],'handler'(_0x45dab3,_0x349bee){const _0x448403=_0x329bfc,_0x56b59a=_0x605767[_0x448403(0x253)][_0x448403(0x175)](_0x45dab3),_0x5c778a=_0x605767['Tools'][_0x448403(0x175)](_0x349bee);if(_0x45dab3[_0x448403(0x34b)][_0x448403(0x184)]!==_0x349bee[_0x448403(0x34b)][_0x448403(0x184)]||_0x45dab3[_0x448403(0x34b)][_0x448403(0x249)]!==_0x349bee[_0x448403(0x34b)]['subUnitId'])return{'m1Prime':_0x56b59a,'m2Prime':_0x5c778a};const _0x192588=[],_0x135ce4=[],_0x55c2ef=[_0x5c778a];for(let _0x4f92b7=0x0;_0x4f92b7<_0x56b59a[_0x448403(0x34b)][_0x448403(0x1a1)][_0x448403(0x190)];_0x4f92b7++){const _0x41097e=_0x56b59a[_0x448403(0x34b)][_0x448403(0x1a1)][_0x4f92b7],{sourceRange:_0x51c0ef,targetRange:_0x418601}=_0x349bee[_0x448403(0x34b)];_0x605767['Rectangle'][_0x448403(0x341)](_0x41097e,_0x51c0ef)||_0x605767[_0x448403(0x290)]['intersects'](_0x41097e,_0x418601)?(_0x192588['push']({..._0x41097e}),_0x56b59a[_0x448403(0x34b)]['ranges'][_0x448403(0x33a)](_0x4f92b7,0x1),_0x4f92b7--):_0x51c0ef[_0x448403(0x232)]<_0x41097e['startRow']&&_0x418601[_0x448403(0x232)]>_0x41097e[_0x448403(0x167)]?(_0x192588[_0x448403(0x1c7)]({..._0x41097e}),_0x135ce4[_0x448403(0x1c7)]({..._0x41097e,'startRow':_0x41097e[_0x448403(0x232)]-(_0x51c0ef[_0x448403(0x167)]-_0x51c0ef['startRow']+0x1),'endRow':_0x41097e[_0x448403(0x167)]-(_0x51c0ef[_0x448403(0x167)]-_0x51c0ef[_0x448403(0x232)]+0x1)}),_0x41097e[_0x448403(0x232)]=_0x41097e['startRow']-(_0x51c0ef[_0x448403(0x167)]-_0x51c0ef['startRow']+0x1),_0x41097e[_0x448403(0x167)]=_0x41097e[_0x448403(0x167)]-(_0x51c0ef[_0x448403(0x167)]-_0x51c0ef[_0x448403(0x232)]+0x1)):_0x51c0ef[_0x448403(0x232)]>_0x41097e[_0x448403(0x167)]&&_0x418601[_0x448403(0x167)]<_0x41097e[_0x448403(0x232)]&&(_0x192588[_0x448403(0x1c7)]({..._0x41097e}),_0x135ce4['push']({..._0x41097e,'startRow':_0x41097e['startRow']+(_0x51c0ef[_0x448403(0x167)]-_0x51c0ef[_0x448403(0x232)]+0x1),'endRow':_0x41097e[_0x448403(0x167)]+(_0x51c0ef[_0x448403(0x167)]-_0x51c0ef[_0x448403(0x232)]+0x1)}),_0x41097e['startRow']=_0x41097e[_0x448403(0x232)]+(_0x51c0ef[_0x448403(0x167)]-_0x51c0ef[_0x448403(0x232)]+0x1),_0x41097e[_0x448403(0x167)]=_0x41097e[_0x448403(0x167)]+(_0x51c0ef[_0x448403(0x167)]-_0x51c0ef[_0x448403(0x232)]+0x1));}return _0x192588['length']>0x0&&_0x55c2ef[_0x448403(0x2c1)]({'id':_0x25cfb1[_0x448403(0x17e)]['id'],'params':{'unitId':_0x45dab3[_0x448403(0x34b)]['unitId'],'subUnitId':_0x45dab3[_0x448403(0x34b)][_0x448403(0x249)],'ranges':_0x192588}}),_0x135ce4['length']>0x0&&_0x55c2ef[_0x448403(0x1c7)]({'id':_0x25cfb1[_0x448403(0x31d)]['id'],'params':{'unitId':_0x45dab3[_0x448403(0x34b)][_0x448403(0x184)],'subUnitId':_0x45dab3[_0x448403(0x34b)][_0x448403(0x249)],'ranges':_0x135ce4}}),_0x56b59a[_0x448403(0x34b)][_0x448403(0x1a1)][_0x448403(0x190)]===0x0&&(_0x56b59a['id']=_0x25cfb1[_0x448403(0x187)]['id']),{'m1Prime':_0x56b59a,'m2Prime':_0x55c2ef[_0x448403(0x190)]>0x1?_0x55c2ef:_0x55c2ef[0x0]};}};function _0x5375a2(_0x3d0e5a){const _0x3a06cd=_0x329bfc;return _0x3d0e5a[_0x3a06cd(0x1f5)]>_0x3d0e5a['endColumn']||_0x3d0e5a[_0x3a06cd(0x232)]>_0x3d0e5a[_0x3a06cd(0x167)]?!0x1:!(_0x3d0e5a[_0x3a06cd(0x232)]===_0x3d0e5a[_0x3a06cd(0x167)]&&_0x3d0e5a[_0x3a06cd(0x1f5)]===_0x3d0e5a[_0x3a06cd(0x1de)]);}const _0x327c6e={'m1':_0x25cfb1[_0x329bfc(0x31d)]['id'],'m2':_0x25cfb1['RemoveColMutation']['id'],'handler'(_0x52c023,_0x475db8){const _0x476806=_0x329bfc,_0x26669b=_0x605767[_0x476806(0x253)]['deepClone'](_0x52c023),_0x3affff=_0x605767['Tools'][_0x476806(0x175)](_0x475db8);if(_0x52c023[_0x476806(0x34b)]['unitId']!==_0x475db8[_0x476806(0x34b)][_0x476806(0x184)]||_0x52c023[_0x476806(0x34b)]['subUnitId']!==_0x475db8[_0x476806(0x34b)][_0x476806(0x249)])return{'m1Prime':_0x26669b,'m2Prime':_0x3affff};const _0x5eb2cd=_0x52c023[_0x476806(0x34b)]['unitId'],_0x5be175=_0x52c023[_0x476806(0x34b)][_0x476806(0x249)],_0x2efd80=[_0x3affff],_0x2d181a=[],_0x4347fe=[];for(let _0x3df5ce=0x0;_0x3df5ce<_0x26669b[_0x476806(0x34b)][_0x476806(0x1a1)]['length'];_0x3df5ce++){const _0x138fe0=_0x26669b[_0x476806(0x34b)][_0x476806(0x1a1)][_0x3df5ce],_0x1b4a00=_0x475db8[_0x476806(0x34b)]['range'],_0x45c60e=_0x1b4a00[_0x476806(0x1de)]-_0x1b4a00['startColumn']+0x1;if(_0x1b4a00[_0x476806(0x1f5)]<_0x138fe0['startColumn']&&_0x1b4a00['endColumn']<_0x138fe0['startColumn'])_0x2d181a['push']({..._0x138fe0}),_0x4347fe['push']({..._0x138fe0,'startColumn':_0x138fe0['startColumn']-_0x45c60e,'endColumn':_0x138fe0[_0x476806(0x1de)]-_0x45c60e}),_0x138fe0[_0x476806(0x1f5)]=_0x138fe0[_0x476806(0x1f5)]-_0x45c60e,_0x138fe0[_0x476806(0x1de)]=_0x138fe0[_0x476806(0x1de)]-_0x45c60e;else{if(_0x1b4a00[_0x476806(0x1f5)]<_0x138fe0[_0x476806(0x1f5)]&&_0x1b4a00['endColumn']>=_0x138fe0['startColumn']&&_0x1b4a00[_0x476806(0x1de)]<=_0x138fe0[_0x476806(0x1de)]){_0x2d181a['push']({..._0x138fe0});const _0x247528={..._0x138fe0,'startColumn':_0x1b4a00[_0x476806(0x1f5)],'endColumn':_0x138fe0[_0x476806(0x1de)]-_0x45c60e};_0x5375a2(_0x247528)&&_0x1b4a00[_0x476806(0x1de)]<_0x138fe0[_0x476806(0x1de)]?(_0x1b4a00[_0x476806(0x1de)]<_0x138fe0[_0x476806(0x1de)]&&_0x4347fe[_0x476806(0x1c7)](_0x247528),_0x138fe0[_0x476806(0x1f5)]=_0x1b4a00[_0x476806(0x1f5)],_0x138fe0['endColumn']=_0x138fe0[_0x476806(0x1de)]-_0x45c60e):(_0x26669b[_0x476806(0x34b)][_0x476806(0x1a1)]['splice'](_0x3df5ce,0x1),_0x3df5ce--);}else{if(_0x1b4a00['startColumn']>_0x138fe0['startColumn']&&_0x1b4a00[_0x476806(0x1de)]<_0x138fe0[_0x476806(0x1de)]){_0x2d181a[_0x476806(0x1c7)]({..._0x138fe0});const _0x743bf7={..._0x138fe0,'endColumn':_0x138fe0[_0x476806(0x1de)]-_0x45c60e};_0x5375a2(_0x743bf7)?(_0x4347fe[_0x476806(0x1c7)](_0x743bf7),_0x138fe0[_0x476806(0x1de)]=_0x138fe0['endColumn']-_0x45c60e):(_0x26669b[_0x476806(0x34b)]['ranges'][_0x476806(0x33a)](_0x3df5ce,0x1),_0x3df5ce--);}else{if(_0x1b4a00[_0x476806(0x1f5)]>=_0x138fe0[_0x476806(0x1f5)]&&_0x1b4a00[_0x476806(0x1f5)]<=_0x138fe0[_0x476806(0x1de)]&&_0x1b4a00[_0x476806(0x1de)]>_0x138fe0[_0x476806(0x1de)]){_0x2d181a[_0x476806(0x1c7)]({..._0x138fe0});const _0x1118a7={..._0x138fe0,'endColumn':_0x1b4a00[_0x476806(0x1f5)]-0x1};_0x5375a2(_0x1118a7)&&_0x1b4a00[_0x476806(0x1f5)]>_0x138fe0[_0x476806(0x1f5)]?(_0x4347fe[_0x476806(0x1c7)](_0x1118a7),_0x138fe0[_0x476806(0x1de)]=_0x1b4a00[_0x476806(0x1f5)]-0x1):(_0x26669b[_0x476806(0x34b)][_0x476806(0x1a1)]['splice'](_0x3df5ce,0x1),_0x3df5ce--);}else _0x1b4a00['startColumn']>_0x138fe0[_0x476806(0x1de)]||_0x1b4a00[_0x476806(0x1f5)]<=_0x138fe0[_0x476806(0x1f5)]&&_0x1b4a00['endColumn']>=_0x138fe0['endColumn']&&(_0x2d181a[_0x476806(0x1c7)]({..._0x138fe0}),_0x26669b['params']['ranges'][_0x476806(0x33a)](_0x3df5ce,0x1),_0x3df5ce--);}}}}return _0x2d181a[_0x476806(0x190)]>0x0&&_0x2efd80[_0x476806(0x2c1)]({'id':_0x25cfb1[_0x476806(0x17e)]['id'],'params':{'unitId':_0x5eb2cd,'subUnitId':_0x5be175,'ranges':_0x2d181a}}),_0x4347fe[_0x476806(0x190)]>0x0&&_0x2efd80[_0x476806(0x1c7)]({'id':_0x25cfb1['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x5eb2cd,'subUnitId':_0x5be175,'ranges':_0x4347fe}}),_0x26669b[_0x476806(0x34b)][_0x476806(0x1a1)][_0x476806(0x190)]===0x0&&(_0x26669b['id']=_0x25cfb1['EmptyMutation']['id']),{'m1Prime':_0x26669b,'m2Prime':_0x2efd80[_0x476806(0x190)]>0x1?_0x2efd80:_0x2efd80[0x0]};}},_0x5445a5={'m1':_0x25cfb1[_0x329bfc(0x31d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x21b)]['id'],'handler'(_0x5090f1,_0xf3686f){const _0x3ab196=_0x329bfc,_0xdc5b6=_0x605767['Tools'][_0x3ab196(0x175)](_0x5090f1),_0x57305b=_0x605767[_0x3ab196(0x253)]['deepClone'](_0xf3686f);if(_0x5090f1[_0x3ab196(0x34b)][_0x3ab196(0x184)]!==_0xf3686f[_0x3ab196(0x34b)][_0x3ab196(0x184)]||_0x5090f1[_0x3ab196(0x34b)][_0x3ab196(0x249)]!==_0xf3686f['params'][_0x3ab196(0x249)])return{'m1Prime':_0xdc5b6,'m2Prime':_0x57305b};const _0x365286=_0x5090f1[_0x3ab196(0x34b)][_0x3ab196(0x184)],_0x38cbc1=_0x5090f1['params']['subUnitId'],_0x596ede=[_0x57305b],_0x209a0d=[],_0x4e826a=[];for(let _0x19c962=0x0;_0x19c962<_0xdc5b6[_0x3ab196(0x34b)]['ranges'][_0x3ab196(0x190)];_0x19c962++){const _0x83e67=_0xdc5b6[_0x3ab196(0x34b)][_0x3ab196(0x1a1)][_0x19c962],_0x56e7c6=_0xf3686f['params']['range'],_0x4ba620=_0x56e7c6['endRow']-_0x56e7c6[_0x3ab196(0x232)]+0x1;if(_0x56e7c6[_0x3ab196(0x232)]<_0x83e67['startRow']&&_0x56e7c6[_0x3ab196(0x167)]<_0x83e67[_0x3ab196(0x232)])_0x209a0d['push']({..._0x83e67}),_0x4e826a[_0x3ab196(0x1c7)]({..._0x83e67,'startRow':_0x83e67[_0x3ab196(0x232)]-_0x4ba620,'endRow':_0x83e67[_0x3ab196(0x167)]-_0x4ba620}),_0x83e67['startRow']=_0x83e67['startRow']-_0x4ba620,_0x83e67[_0x3ab196(0x167)]=_0x83e67[_0x3ab196(0x167)]-_0x4ba620;else{if(_0x56e7c6[_0x3ab196(0x232)]<_0x83e67[_0x3ab196(0x232)]&&_0x56e7c6['endRow']>=_0x83e67[_0x3ab196(0x232)]&&_0x56e7c6[_0x3ab196(0x167)]<=_0x83e67['endRow']){_0x209a0d['push']({..._0x83e67});const _0x111dd4={..._0x83e67,'startRow':_0x56e7c6[_0x3ab196(0x232)],'endRow':_0x83e67[_0x3ab196(0x167)]-_0x4ba620};_0x5375a2(_0x111dd4)&&_0x56e7c6['endRow']<_0x83e67[_0x3ab196(0x167)]?(_0x56e7c6[_0x3ab196(0x167)]<_0x83e67[_0x3ab196(0x167)]&&_0x4e826a['push'](_0x111dd4),_0x83e67[_0x3ab196(0x232)]=_0x56e7c6[_0x3ab196(0x232)],_0x83e67[_0x3ab196(0x167)]=_0x83e67['endRow']-_0x4ba620):(_0xdc5b6[_0x3ab196(0x34b)]['ranges'][_0x3ab196(0x33a)](_0x19c962,0x1),_0x19c962--);}else{if(_0x56e7c6['startRow']>_0x83e67['startRow']&&_0x56e7c6['endRow']<_0x83e67[_0x3ab196(0x167)]){_0x209a0d[_0x3ab196(0x1c7)]({..._0x83e67});const _0x8c931f={..._0x83e67,'endRow':_0x83e67[_0x3ab196(0x167)]-_0x4ba620};_0x5375a2(_0x8c931f)?(_0x4e826a[_0x3ab196(0x1c7)](_0x8c931f),_0x83e67[_0x3ab196(0x167)]=_0x83e67['endRow']-_0x4ba620):(_0xdc5b6[_0x3ab196(0x34b)]['ranges'][_0x3ab196(0x33a)](_0x19c962,0x1),_0x19c962--);}else{if(_0x56e7c6[_0x3ab196(0x232)]>=_0x83e67[_0x3ab196(0x232)]&&_0x56e7c6[_0x3ab196(0x232)]<=_0x83e67[_0x3ab196(0x167)]&&_0x56e7c6[_0x3ab196(0x167)]>_0x83e67[_0x3ab196(0x167)]){_0x209a0d[_0x3ab196(0x1c7)]({..._0x83e67});const _0x3ae642={..._0x83e67,'endRow':_0x56e7c6[_0x3ab196(0x232)]-0x1};_0x5375a2(_0x3ae642)&&_0x56e7c6[_0x3ab196(0x232)]>_0x83e67[_0x3ab196(0x232)]?(_0x4e826a[_0x3ab196(0x1c7)](_0x3ae642),_0x83e67[_0x3ab196(0x167)]=_0x56e7c6[_0x3ab196(0x232)]-0x1):(_0xdc5b6[_0x3ab196(0x34b)][_0x3ab196(0x1a1)][_0x3ab196(0x33a)](_0x19c962,0x1),_0x19c962--);}else _0x56e7c6[_0x3ab196(0x232)]>_0x83e67[_0x3ab196(0x167)]||_0x56e7c6[_0x3ab196(0x232)]<=_0x83e67['startRow']&&_0x56e7c6['endRow']>=_0x83e67[_0x3ab196(0x167)]&&(_0x209a0d[_0x3ab196(0x1c7)]({..._0x83e67}),_0xdc5b6[_0x3ab196(0x34b)]['ranges']['splice'](_0x19c962,0x1),_0x19c962--);}}}}return _0x209a0d['length']>0x0&&_0x596ede[_0x3ab196(0x2c1)]({'id':_0x25cfb1[_0x3ab196(0x17e)]['id'],'params':{'unitId':_0x365286,'subUnitId':_0x38cbc1,'ranges':_0x209a0d}}),_0x4e826a[_0x3ab196(0x190)]>0x0&&_0x596ede['push']({'id':_0x25cfb1[_0x3ab196(0x31d)]['id'],'params':{'unitId':_0x365286,'subUnitId':_0x38cbc1,'ranges':_0x4e826a}}),_0xdc5b6[_0x3ab196(0x34b)][_0x3ab196(0x1a1)][_0x3ab196(0x190)]===0x0&&(_0xdc5b6['id']=_0x25cfb1[_0x3ab196(0x187)]['id']),{'m1Prime':_0xdc5b6,'m2Prime':_0x596ede[_0x3ab196(0x190)]>0x1?_0x596ede:_0x596ede[0x0]};}},_0x24fb31={'m1':_0x25cfb1[_0x329bfc(0x31d)]['id'],'m2':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'handler'(_0x125d7c,_0x4b06ce){const _0x1d5f09=_0x329bfc,_0x296b8d=_0x605767['Tools'][_0x1d5f09(0x175)](_0x125d7c),_0x162894=_0x605767[_0x1d5f09(0x253)][_0x1d5f09(0x175)](_0x4b06ce);if(_0x125d7c['params']['unitId']!==_0x4b06ce[_0x1d5f09(0x34b)]['unitId']||_0x125d7c[_0x1d5f09(0x34b)][_0x1d5f09(0x249)]!==_0x4b06ce[_0x1d5f09(0x34b)][_0x1d5f09(0x249)])return{'m1Prime':_0x296b8d,'m2Prime':_0x162894};const _0x55bf1d=[..._0x162894['params'][_0x1d5f09(0x1a1)]];for(let _0x24490a=0x0;_0x24490a<_0x296b8d[_0x1d5f09(0x34b)]['ranges']['length'];_0x24490a++){let _0x50f1f9=!0x1;for(let _0x322598=0x0;_0x322598<_0x162894[_0x1d5f09(0x34b)]['ranges']['length'];_0x322598++){const _0x472ee4=_0x296b8d[_0x1d5f09(0x34b)][_0x1d5f09(0x1a1)][_0x24490a],_0x2660cd=_0x162894[_0x1d5f09(0x34b)]['ranges'][_0x322598];if(_0x605767[_0x1d5f09(0x290)][_0x1d5f09(0x341)](_0x472ee4,_0x2660cd)){_0x50f1f9=!0x0;break;}}_0x50f1f9&&(_0x55bf1d[_0x1d5f09(0x1c7)](_0x296b8d['params'][_0x1d5f09(0x1a1)][_0x24490a]),_0x296b8d[_0x1d5f09(0x34b)][_0x1d5f09(0x1a1)]['splice'](_0x24490a,0x1),_0x24490a--);}return _0x162894[_0x1d5f09(0x34b)]['ranges']=_0x55bf1d,_0x296b8d[_0x1d5f09(0x34b)]['ranges'][_0x1d5f09(0x190)]===0x0&&(_0x296b8d['id']=_0x25cfb1[_0x1d5f09(0x187)]['id']),{'m1Prime':_0x296b8d,'m2Prime':_0x162894};}},_0x29731a={'m1':_0x25cfb1[_0x329bfc(0x31d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x264)]['id'],'handler'(_0x1adf69,_0x41ee8a){const _0x39e3d6=_0x329bfc,_0x44ddb5=_0x605767[_0x39e3d6(0x253)]['deepClone'](_0x1adf69),_0x2a0bd1=_0x605767[_0x39e3d6(0x253)][_0x39e3d6(0x175)](_0x41ee8a);if(_0x1adf69[_0x39e3d6(0x34b)][_0x39e3d6(0x184)]!==_0x41ee8a[_0x39e3d6(0x34b)]['unitId']||_0x1adf69[_0x39e3d6(0x34b)][_0x39e3d6(0x249)]!==_0x41ee8a[_0x39e3d6(0x34b)][_0x39e3d6(0x249)])return{'m1Prime':_0x44ddb5,'m2Prime':_0x2a0bd1};const _0x10bf82=[_0x44ddb5],_0x4fb80c=[_0x2a0bd1],_0x24d349=new _0x605767['ObjectMatrix'](_0x605767[_0x39e3d6(0x253)][_0x39e3d6(0x175)](_0x41ee8a['params'][_0x39e3d6(0x302)])),_0x435a90=new Set(),_0x240fba={};for(let _0x33ad1c=0x0;_0x33ad1c<_0x44ddb5[_0x39e3d6(0x34b)][_0x39e3d6(0x1a1)][_0x39e3d6(0x190)];_0x33ad1c++){const _0x261049=_0x44ddb5[_0x39e3d6(0x34b)]['ranges'][_0x33ad1c],{startRow:_0xa4cb0b,startColumn:_0xe7f037,endRow:_0x3ae13b,endColumn:_0x4667bd}=_0x261049;let _0x136614=!0x1;_0x24d349[_0x39e3d6(0x307)]((_0x4939eb,_0x4f62a7,_0xec1ff3)=>{const _0x50de27=_0x39e3d6;if(_0x4939eb>=_0xa4cb0b&&_0x4939eb<=_0x3ae13b&&_0x4f62a7>=_0xe7f037&&_0x4f62a7<=_0x4667bd){const _0xe2ae05=_0x24d349['getValue'](_0x4939eb,_0x4f62a7),_0x4c320a=_0xe2ae05===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0xe2ae05;_0x4c320a&&(_0x240fba[_0x4939eb]||(_0x240fba[_0x4939eb]={}),_0x240fba[_0x4939eb][_0x4f62a7]={},(_0xec1ff3==null?void 0x0:_0xec1ff3['v'])!==void 0x0&&(_0x240fba[_0x4939eb][_0x4f62a7]['v']=null,delete _0x4c320a['v']),(_0xec1ff3==null?void 0x0:_0xec1ff3['f'])!==void 0x0&&(_0x240fba[_0x4939eb][_0x4f62a7]['f']=null,delete _0x4c320a['f']),(_0xec1ff3==null?void 0x0:_0xec1ff3['t'])!==void 0x0&&(_0x240fba[_0x4939eb][_0x4f62a7]['t']=null,delete _0x4c320a['t']),(_0xec1ff3==null?void 0x0:_0xec1ff3['si'])!==void 0x0&&(_0x240fba[_0x4939eb][_0x4f62a7]['si']=null,delete _0x4c320a['si']),(_0xec1ff3==null?void 0x0:_0xec1ff3['p'])!==void 0x0&&(_0x240fba[_0x4939eb][_0x4f62a7]['p']=null,delete _0x4c320a['p']),(_0xec1ff3==null?void 0x0:_0xec1ff3['s'])!==void 0x0&&(_0x240fba[_0x4939eb][_0x4f62a7]['s']=null,delete _0x4c320a['s']),_0x24d349[_0x50de27(0x174)](_0x4939eb,_0x4f62a7,_0x4c320a),_0x136614=!0x0);}}),_0x136614&&(_0x435a90[_0x39e3d6(0x16b)]({..._0x261049}),_0x44ddb5[_0x39e3d6(0x34b)]['ranges'][_0x39e3d6(0x33a)](_0x33ad1c,0x1),_0x33ad1c--);}return _0x2a0bd1[_0x39e3d6(0x34b)][_0x39e3d6(0x302)]=_0x24d349[_0x39e3d6(0x1af)](),_0x435a90[_0x39e3d6(0x22a)]>0x0&&_0x4fb80c[_0x39e3d6(0x2c1)]({'id':_0x25cfb1[_0x39e3d6(0x17e)]['id'],'params':{'unitId':_0x1adf69[_0x39e3d6(0x34b)]['unitId'],'subUnitId':_0x1adf69[_0x39e3d6(0x34b)][_0x39e3d6(0x249)],'ranges':Array[_0x39e3d6(0x198)](_0x435a90)}}),_0x44ddb5[_0x39e3d6(0x34b)][_0x39e3d6(0x1a1)][_0x39e3d6(0x190)]===0x0&&(_0x44ddb5['id']=_0x25cfb1[_0x39e3d6(0x187)]['id']),Object['keys'](_0x240fba)[_0x39e3d6(0x190)]>0x0&&_0x10bf82[_0x39e3d6(0x2c1)]({'id':_0x25cfb1[_0x39e3d6(0x264)]['id'],'params':{'unitId':_0x1adf69[_0x39e3d6(0x34b)][_0x39e3d6(0x184)],'subUnitId':_0x1adf69[_0x39e3d6(0x34b)][_0x39e3d6(0x249)],'cellValue':_0x240fba}}),{'m1Prime':_0x10bf82[_0x39e3d6(0x190)]>0x1?_0x10bf82:_0x10bf82[0x0],'m2Prime':_0x4fb80c['length']>0x1?_0x4fb80c:_0x4fb80c[0x0]};}},_0xe50abc={'m1':_0x25cfb1['AddWorksheetMergeMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x31a)]['id'],'handler'(_0x3b5835,_0x2a30f5){const _0x1b0b9e=_0x329bfc,_0x31ae92={'m1Prime':[],'m2Prime':[]};if(_0x3b5835[_0x1b0b9e(0x34b)][_0x1b0b9e(0x184)]!==_0x2a30f5[_0x1b0b9e(0x34b)][_0x1b0b9e(0x184)]||_0x3b5835['params'][_0x1b0b9e(0x249)]!==_0x2a30f5['params'][_0x1b0b9e(0x249)])return _0x31ae92;const _0x3523f6=_0x605767[_0x1b0b9e(0x253)][_0x1b0b9e(0x175)](_0x2a30f5),_0x22d285=_0x3523f6['params'][_0x1b0b9e(0x355)];_0x22d285['forEach']((_0x443ad7,_0x1fa402)=>{const _0x2f1133=_0x1b0b9e,{range:_0x1d0b47,primary:_0x1b7747}=_0x443ad7;_0x3b5835[_0x2f1133(0x34b)][_0x2f1133(0x1a1)]['forEach'](_0x868ff2=>{const _0x52f7bf=_0x2f1133;_0x605767[_0x52f7bf(0x290)][_0x52f7bf(0x341)](_0x868ff2,_0x1d0b47)&&(_0x1d0b47[_0x52f7bf(0x232)]=Math['min'](_0x868ff2[_0x52f7bf(0x232)],_0x1d0b47['startRow']),_0x1d0b47[_0x52f7bf(0x1f5)]=Math[_0x52f7bf(0x14c)](_0x868ff2['startColumn'],_0x1d0b47[_0x52f7bf(0x1f5)]),_0x1d0b47[_0x52f7bf(0x167)]=Math[_0x52f7bf(0x146)](_0x868ff2[_0x52f7bf(0x167)],_0x1d0b47['endRow']),_0x1d0b47[_0x52f7bf(0x1de)]=Math[_0x52f7bf(0x146)](_0x868ff2[_0x52f7bf(0x1de)],_0x1d0b47[_0x52f7bf(0x1de)])),_0x1b7747&&_0x605767[_0x52f7bf(0x290)][_0x52f7bf(0x341)](_0x868ff2,_0x1b7747)&&_0x1fa402===_0x22d285['length']-0x1&&(_0x1b7747[_0x52f7bf(0x1f5)]===_0x868ff2[_0x52f7bf(0x1f5)]&&_0x1b7747[_0x52f7bf(0x232)]&&_0x868ff2[_0x52f7bf(0x232)]&&(_0x1b7747[_0x52f7bf(0x289)]=!0x0),_0x1b7747['startRow']=Math[_0x52f7bf(0x14c)](_0x868ff2['startRow'],_0x1b7747[_0x52f7bf(0x232)]),_0x1b7747[_0x52f7bf(0x1f5)]=Math[_0x52f7bf(0x14c)](_0x868ff2['startColumn'],_0x1b7747[_0x52f7bf(0x1f5)]),_0x1b7747['endRow']=Math['max'](_0x868ff2['endRow'],_0x1b7747['endRow']),_0x1b7747['endColumn']=Math[_0x52f7bf(0x146)](_0x868ff2[_0x52f7bf(0x1de)],_0x1b7747[_0x52f7bf(0x1de)]),_0x1b7747[_0x52f7bf(0x295)]=!0x0);});}),_0x22d285[_0x1b0b9e(0x32a)]((_0x78d993,_0x558176)=>{const _0x4d2b31=_0x1b0b9e,_0x558d75=_0x78d993['range'],_0x4d7d7e=_0x558176[_0x4d2b31(0x31c)];return _0x558d75[_0x4d2b31(0x232)]===_0x4d7d7e['startRow']?_0x558d75['startColumn']-_0x4d7d7e[_0x4d2b31(0x1f5)]:_0x558d75[_0x4d2b31(0x232)]-_0x4d7d7e[_0x4d2b31(0x232)];});const _0x58df88=[];let _0x93ca0=null;for(const _0x51d938 of _0x22d285)_0x93ca0===null||!_0x605767[_0x1b0b9e(0x290)][_0x1b0b9e(0x341)](_0x93ca0[_0x1b0b9e(0x31c)],_0x51d938['range'])?(_0x58df88[_0x1b0b9e(0x1c7)](_0x51d938),_0x93ca0=_0x51d938):(_0x93ca0[_0x1b0b9e(0x31c)][_0x1b0b9e(0x232)]=Math[_0x1b0b9e(0x14c)](_0x93ca0['range'][_0x1b0b9e(0x232)],_0x51d938['range'][_0x1b0b9e(0x232)]),_0x93ca0[_0x1b0b9e(0x31c)][_0x1b0b9e(0x1f5)]=Math[_0x1b0b9e(0x14c)](_0x93ca0[_0x1b0b9e(0x31c)][_0x1b0b9e(0x1f5)],_0x51d938[_0x1b0b9e(0x31c)][_0x1b0b9e(0x1f5)]),_0x93ca0[_0x1b0b9e(0x31c)][_0x1b0b9e(0x167)]=Math[_0x1b0b9e(0x146)](_0x93ca0[_0x1b0b9e(0x31c)][_0x1b0b9e(0x167)],_0x51d938[_0x1b0b9e(0x31c)][_0x1b0b9e(0x167)]),_0x93ca0[_0x1b0b9e(0x31c)][_0x1b0b9e(0x1de)]=Math[_0x1b0b9e(0x146)](_0x93ca0[_0x1b0b9e(0x31c)][_0x1b0b9e(0x1de)],_0x51d938[_0x1b0b9e(0x31c)][_0x1b0b9e(0x1de)]),_0x51d938[_0x1b0b9e(0x2b8)]&&(_0x93ca0[_0x1b0b9e(0x2b8)]=_0x51d938[_0x1b0b9e(0x2b8)]));return _0x3523f6[_0x1b0b9e(0x34b)][_0x1b0b9e(0x355)]=_0x58df88,_0x31ae92[_0x1b0b9e(0x329)][_0x1b0b9e(0x1c7)](_0x3523f6),_0x31ae92;}},_0x224762={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x1f623c,_0x18e82b)=>{const _0x2d12b7=_0x329bfc,_0x561032={'m1Prime':_0x1f623c,'m2Prime':_0x18e82b};return _0x1f623c[_0x2d12b7(0x34b)]['unitId']!==_0x18e82b['params'][_0x2d12b7(0x184)]||_0x1f623c[_0x2d12b7(0x34b)][_0x2d12b7(0x249)]!==_0x18e82b[_0x2d12b7(0x34b)]['subUnitId']?_0x561032:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x46db1d={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x472dd0[_0x329bfc(0x323)]['id'],'handler':(_0x543e62,_0x5c945c)=>{const _0x527159=_0x329bfc,_0x4c0faa={'m1Prime':_0x543e62,'m2Prime':_0x5c945c};return _0x543e62[_0x527159(0x34b)][_0x527159(0x184)]!==_0x5c945c[_0x527159(0x34b)]['unitId']||_0x543e62['params'][_0x527159(0x249)]!==_0x5c945c['params'][_0x527159(0x249)]?_0x4c0faa:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')};}},_0x42d2e8={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x305)]['id'],'handler':(_0x59ad8d,_0x78c74b)=>{const _0x407b57=_0x329bfc,_0x582b10={'m1Prime':_0x59ad8d,'m2Prime':_0x78c74b};return _0x59ad8d[_0x407b57(0x34b)][_0x407b57(0x184)]!==_0x78c74b[_0x407b57(0x34b)]['unitId']||_0x59ad8d[_0x407b57(0x34b)][_0x407b57(0x249)]!==_0x78c74b[_0x407b57(0x34b)][_0x407b57(0x249)]?_0x582b10:{'error':new Error(_0x407b57(0x2f4))};}},_0x2f8fb3={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler':(_0x58c5ae,_0x250f29)=>{const _0x1a0809=_0x329bfc,_0x462c36={'m1Prime':_0x58c5ae,'m2Prime':_0x250f29};return _0x58c5ae['params'][_0x1a0809(0x184)]!==_0x250f29['params'][_0x1a0809(0x184)]||_0x58c5ae[_0x1a0809(0x34b)][_0x1a0809(0x249)]!==_0x250f29[_0x1a0809(0x34b)][_0x1a0809(0x249)]?_0x462c36:{'error':new Error(_0x1a0809(0x1c5))};}},_0x3d6765={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x195)]['id'],'handler':(_0x5f56bc,_0x1660af)=>{const _0x2a0fb5=_0x329bfc,_0x163857={'m1Prime':_0x5f56bc,'m2Prime':_0x1660af};return _0x5f56bc['params'][_0x2a0fb5(0x184)]!==_0x1660af[_0x2a0fb5(0x34b)][_0x2a0fb5(0x184)]||_0x5f56bc['params'][_0x2a0fb5(0x249)]!==_0x1660af['params'][_0x2a0fb5(0x25e)][_0x2a0fb5(0x249)]?_0x163857:{'error':new Error(_0x2a0fb5(0x226))};}},_0x340fca={'m1':_0x25cfb1['AddWorksheetProtectionMutation']['id'],'m2':_0x25cfb1['SetWorksheetOrderMutation']['id'],'handler':(_0x5e2e24,_0xca272c)=>{const _0x122370=_0x329bfc,_0x56a325={'m1Prime':_0x5e2e24,'m2Prime':_0xca272c};return _0x5e2e24['params'][_0x122370(0x184)]!==_0xca272c[_0x122370(0x34b)][_0x122370(0x184)]||_0x5e2e24[_0x122370(0x34b)][_0x122370(0x249)]!==_0xca272c[_0x122370(0x34b)][_0x122370(0x249)]?_0x56a325:{'error':new Error(_0x122370(0x2dc))};}},_0x5831cb={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x472dd0[_0x329bfc(0x178)]['id'],'handler':(_0x141ba5,_0x40d066)=>{const _0x5b179b=_0x329bfc,_0x2a4a3b={'m1Prime':_0x141ba5,'m2Prime':_0x40d066};return _0x141ba5[_0x5b179b(0x34b)][_0x5b179b(0x184)]!==_0x40d066[_0x5b179b(0x34b)]['unitId']||_0x141ba5[_0x5b179b(0x34b)][_0x5b179b(0x249)]!==_0x40d066['params'][_0x5b179b(0x249)]?_0x2a4a3b:{'error':new Error(_0x5b179b(0x262))};}},_0x357df9={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1['InsertColMutation']['id'],'handler':(_0x209df8,_0x5e20d5)=>{const _0x144c2e=_0x329bfc,_0x2131c0={'m1Prime':_0x209df8,'m2Prime':_0x5e20d5};return _0x209df8[_0x144c2e(0x34b)][_0x144c2e(0x184)]!==_0x5e20d5['params']['unitId']||_0x209df8['params'][_0x144c2e(0x249)]!==_0x5e20d5['params'][_0x144c2e(0x249)]?_0x2131c0:{'error':new Error(_0x144c2e(0x242))};}},_0x16886a={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x32d)]['id'],'handler':(_0x1fd1ea,_0x556eb7)=>{const _0x22a9d0=_0x329bfc,_0x296253={'m1Prime':_0x1fd1ea,'m2Prime':_0x556eb7};return _0x1fd1ea['params']['unitId']!==_0x556eb7['params']['unitId']||_0x1fd1ea[_0x22a9d0(0x34b)][_0x22a9d0(0x249)]!==_0x556eb7['params']['subUnitId']?_0x296253:{'error':new Error(_0x22a9d0(0x17b))};}},_0x1dd177={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x298)]['id'],'handler':(_0x31e2ca,_0x390415)=>{const _0x2b67d8=_0x329bfc,_0x5251aa={'m1Prime':_0x31e2ca,'m2Prime':_0x390415};return _0x31e2ca[_0x2b67d8(0x34b)]['unitId']!==_0x390415['params'][_0x2b67d8(0x184)]||_0x31e2ca[_0x2b67d8(0x34b)][_0x2b67d8(0x249)]!==_0x390415['params']['subUnitId']?_0x5251aa:{'error':new Error(_0x2b67d8(0x336))};}},_0x48e7a7={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler':(_0xd9423a,_0x442ad1)=>{const _0x200653=_0x329bfc,_0x2fc9d3={'m1Prime':_0xd9423a,'m2Prime':_0x442ad1};return _0xd9423a['params']['unitId']!==_0x442ad1[_0x200653(0x34b)][_0x200653(0x184)]||_0xd9423a[_0x200653(0x34b)][_0x200653(0x249)]!==_0x442ad1[_0x200653(0x34b)][_0x200653(0x198)][_0x200653(0x249)]?_0x2fc9d3:{'error':new Error(_0x200653(0x151))};}},_0x56d1d0={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x230)]['id'],'handler':(_0x182e5f,_0x4fd8d9)=>{const _0x64f184=_0x329bfc,_0x5b1eff={'m1Prime':_0x182e5f,'m2Prime':_0x4fd8d9};return _0x182e5f[_0x64f184(0x34b)][_0x64f184(0x184)]!==_0x4fd8d9[_0x64f184(0x34b)][_0x64f184(0x184)]||_0x182e5f[_0x64f184(0x34b)][_0x64f184(0x249)]!==_0x4fd8d9['params'][_0x64f184(0x249)]?_0x5b1eff:{'error':new Error(_0x64f184(0x287))};}},_0x4725cb={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x254)]['id'],'handler':(_0x5cd879,_0x58ec37)=>{const _0x52a2f1=_0x329bfc,_0x5300e3={'m1Prime':_0x5cd879,'m2Prime':_0x58ec37};return _0x5cd879['params'][_0x52a2f1(0x184)]!==_0x58ec37[_0x52a2f1(0x34b)][_0x52a2f1(0x184)]||_0x5cd879[_0x52a2f1(0x34b)][_0x52a2f1(0x249)]!==_0x58ec37[_0x52a2f1(0x34b)][_0x52a2f1(0x249)]?_0x5300e3:{'error':new Error(_0x52a2f1(0x1fe))};}},_0x2d7df5={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x11b0d4['RemoveDataValidationMutation']['id'],'handler':(_0x23d335,_0x391cd2)=>{const _0x2dff8b=_0x329bfc,_0x1df3df={'m1Prime':_0x23d335,'m2Prime':_0x391cd2};return _0x23d335['params']['unitId']!==_0x391cd2[_0x2dff8b(0x34b)][_0x2dff8b(0x184)]||_0x23d335[_0x2dff8b(0x34b)]['subUnitId']!==_0x391cd2[_0x2dff8b(0x34b)][_0x2dff8b(0x249)]?_0x1df3df:{'error':new Error(_0x2dff8b(0x251))};}},_0x161570={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler':(_0x297fe0,_0x3e9c4e)=>{const _0x362710=_0x329bfc,_0xe71c1c={'m1Prime':_0x297fe0,'m2Prime':_0x3e9c4e};return _0x297fe0[_0x362710(0x34b)][_0x362710(0x184)]!==_0x3e9c4e['params'][_0x362710(0x184)]||_0x297fe0[_0x362710(0x34b)][_0x362710(0x249)]!==_0x3e9c4e['params']['subUnitId']?_0xe71c1c:{'error':new Error(_0x362710(0x33f))};}},_0x17020d={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x21b)]['id'],'handler':(_0x584881,_0x4fa737)=>{const _0x4ea814=_0x329bfc,_0x571687={'m1Prime':_0x584881,'m2Prime':_0x4fa737};return _0x584881[_0x4ea814(0x34b)][_0x4ea814(0x184)]!==_0x4fa737[_0x4ea814(0x34b)][_0x4ea814(0x184)]||_0x584881['params'][_0x4ea814(0x249)]!==_0x4fa737[_0x4ea814(0x34b)]['subUnitId']?_0x571687:{'error':new Error(_0x4ea814(0x2b4))};}},_0x1342e0={'m1':_0x25cfb1['AddWorksheetProtectionMutation']['id'],'m2':_0x42660f[_0x329bfc(0x2fc)]['id'],'handler':(_0x2ba0d7,_0x1c0c40)=>{const _0x5ef70b=_0x329bfc,_0x598872={'m1Prime':_0x2ba0d7,'m2Prime':_0x1c0c40};return _0x2ba0d7[_0x5ef70b(0x34b)][_0x5ef70b(0x184)]!==_0x1c0c40[_0x5ef70b(0x34b)][_0x5ef70b(0x184)]||_0x2ba0d7[_0x5ef70b(0x34b)][_0x5ef70b(0x249)]!==_0x1c0c40[_0x5ef70b(0x34b)][_0x5ef70b(0x249)]?_0x598872:{'error':new Error(_0x5ef70b(0x1c6))};}},_0x200948={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1['RemoveSheetMutation']['id'],'handler':(_0x190eb4,_0x503b09)=>{const _0x2a6cb3=_0x329bfc,_0x2e150c={'m1Prime':_0x190eb4,'m2Prime':_0x503b09};return _0x190eb4[_0x2a6cb3(0x34b)][_0x2a6cb3(0x184)]!==_0x503b09[_0x2a6cb3(0x34b)][_0x2a6cb3(0x184)]||_0x190eb4[_0x2a6cb3(0x34b)]['subUnitId']!==_0x503b09[_0x2a6cb3(0x34b)]['subUnitId']?_0x2e150c:{'error':new Error(_0x2a6cb3(0x1b3))};}},_0x3253a6={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x17e)]['id'],'handler':(_0x3fd38f,_0x49b296)=>{const _0x4649f7=_0x329bfc,_0x5e909d={'m1Prime':_0x3fd38f,'m2Prime':_0x49b296};return _0x3fd38f[_0x4649f7(0x34b)][_0x4649f7(0x184)]!==_0x49b296[_0x4649f7(0x34b)][_0x4649f7(0x184)]||_0x3fd38f['params'][_0x4649f7(0x249)]!==_0x49b296[_0x4649f7(0x34b)][_0x4649f7(0x249)]?_0x5e909d:{'error':new Error(_0x4649f7(0x300))};}},_0x319e42={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x472dd0[_0x329bfc(0x150)]['id'],'handler':(_0xfce26f,_0x2c03d2)=>{const _0x3ee8fe=_0x329bfc,_0x4981dc={'m1Prime':_0xfce26f,'m2Prime':_0x2c03d2};return _0xfce26f['params']['unitId']!==_0x2c03d2['params']['unitId']||_0xfce26f[_0x3ee8fe(0x34b)][_0x3ee8fe(0x249)]!==_0x2c03d2['params'][_0x3ee8fe(0x249)]?_0x4981dc:{'error':new Error(_0x3ee8fe(0x2e0))};}},_0x24df47={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x219)]['id'],'handler':(_0x3e4612,_0x44b517)=>{const _0x35595c=_0x329bfc,_0x3ec167={'m1Prime':_0x3e4612,'m2Prime':_0x44b517};return _0x3e4612[_0x35595c(0x34b)][_0x35595c(0x184)]!==_0x44b517['params'][_0x35595c(0x184)]||_0x3e4612[_0x35595c(0x34b)][_0x35595c(0x249)]!==_0x44b517[_0x35595c(0x34b)][_0x35595c(0x249)]?_0x3ec167:{'error':new Error(_0x35595c(0x324))};}},_0x59c8b8={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler':(_0x34b438,_0x2203bb)=>{const _0x4cd943=_0x329bfc,_0x4865e4={'m1Prime':_0x34b438,'m2Prime':_0x2203bb};return _0x34b438['params'][_0x4cd943(0x184)]!==_0x2203bb['params'][_0x4cd943(0x184)]||_0x34b438['params'][_0x4cd943(0x249)]!==_0x2203bb[_0x4cd943(0x34b)]['subUnitId']?_0x4865e4:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};}},_0x259607={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'handler':(_0x3f10b1,_0x155e97)=>{const _0x42941a=_0x329bfc,_0x3ff960={'m1Prime':_0x3f10b1,'m2Prime':_0x155e97};return _0x3f10b1[_0x42941a(0x34b)][_0x42941a(0x184)]!==_0x155e97[_0x42941a(0x34b)][_0x42941a(0x184)]||_0x3f10b1['params'][_0x42941a(0x249)]!==_0x155e97[_0x42941a(0x34b)][_0x42941a(0x249)]?_0x3ff960:{'error':new Error(_0x42941a(0x276))};}},_0xdeee67={'m1':_0x25cfb1['AddWorksheetProtectionMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x2bf)]['id'],'handler':(_0x4bf11f,_0xda4ae0)=>{const _0x5091c7=_0x329bfc,_0x3ffa1c={'m1Prime':_0x4bf11f,'m2Prime':_0xda4ae0};return _0x4bf11f[_0x5091c7(0x34b)]['unitId']!==_0xda4ae0['params'][_0x5091c7(0x184)]||_0x4bf11f[_0x5091c7(0x34b)][_0x5091c7(0x249)]!==_0xda4ae0[_0x5091c7(0x34b)]['subUnitId']?_0x3ffa1c:{'error':new Error(_0x5091c7(0x237))};}},_0x2652be={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x25cfb1[_0x329bfc(0x217)]['id'],'handler':(_0xe14c8a,_0x5d6f78)=>{const _0x18f96c=_0x329bfc,_0x16aa43={'m1Prime':_0xe14c8a,'m2Prime':_0x5d6f78};return _0xe14c8a[_0x18f96c(0x34b)][_0x18f96c(0x184)]!==_0x5d6f78[_0x18f96c(0x34b)][_0x18f96c(0x184)]||_0xe14c8a[_0x18f96c(0x34b)][_0x18f96c(0x249)]!==_0x5d6f78[_0x18f96c(0x34b)][_0x18f96c(0x249)]?_0x16aa43:{'error':new Error(_0x18f96c(0x210))};}},_0x599af7={'m1':_0x25cfb1[_0x329bfc(0x195)]['id'],'m2':_0x473239['UpdateCommentMutation']['id'],'handler':(_0x51de28,_0xb84cbb)=>{const _0x3276b0=_0x329bfc,_0x5b7693={'m1Prime':_0x51de28,'m2Prime':_0xb84cbb};return _0x51de28[_0x3276b0(0x34b)]['unitId']!==_0xb84cbb[_0x3276b0(0x34b)][_0x3276b0(0x184)]||_0x51de28['params'][_0x3276b0(0x249)]!==_0xb84cbb['params'][_0x3276b0(0x249)]?_0x5b7693:{'error':new Error(_0x3276b0(0x1eb))};}},_0x334f21={'m1':_0x25cfb1['AddWorksheetProtectionMutation']['id'],'m2':_0x11b0d4['UpdateDataValidationMutation']['id'],'handler':(_0x2f62ef,_0x4e62bf)=>{const _0xbc1450=_0x329bfc,_0x4a38c3={'m1Prime':_0x2f62ef,'m2Prime':_0x4e62bf};return _0x2f62ef[_0xbc1450(0x34b)]['unitId']!==_0x4e62bf['params'][_0xbc1450(0x184)]||_0x2f62ef['params'][_0xbc1450(0x249)]!==_0x4e62bf[_0xbc1450(0x34b)][_0xbc1450(0x249)]?_0x4a38c3:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x5fb911={'m1':_0x473239[_0x329bfc(0x272)]['id'],'m2':_0x473239['AddCommentMutation']['id'],'handler':(_0x5d5aaa,_0x2a6468)=>{const _0x344929=_0x329bfc,_0x4abaa6=_0x5d5aaa['params'],_0x905169=_0x2a6468['params'];return _0x4abaa6[_0x344929(0x184)]===_0x905169[_0x344929(0x184)]&&_0x4abaa6['subUnitId']===_0x905169[_0x344929(0x249)]&&_0x4abaa6['commentId']===_0x905169[_0x344929(0x308)][_0x344929(0x18d)]?{'m1Prime':_0x5d5aaa,'m2Prime':[]}:{'m1Prime':_0x5d5aaa,'m2Prime':_0x2a6468};}},_0xcfb7ca={'m1':_0x473239['DeleteCommentMutation']['id'],'m2':_0x473239[_0x329bfc(0x272)]['id'],'handler':(_0x523b68,_0x364870)=>{const _0x49dbea=_0x329bfc,_0x42605c=_0x523b68[_0x49dbea(0x34b)],_0x1be46a=_0x364870['params'],_0x3f85fd={'m1Prime':_0x523b68,'m2Prime':_0x364870};return _0x42605c[_0x49dbea(0x184)]!==_0x1be46a[_0x49dbea(0x184)]||_0x42605c[_0x49dbea(0x249)]!==_0x1be46a[_0x49dbea(0x249)]||_0x42605c[_0x49dbea(0x1bb)]!==_0x1be46a[_0x49dbea(0x1bb)]?_0x3f85fd:{'m1Prime':[],'m2Prime':[]};}},_0x520dd0={'m1':_0x472dd0['DeleteConditionalRuleMutation']['id'],'m2':_0x472dd0[_0x329bfc(0x178)]['id'],'handler'(_0x5c3ae6,_0x41f03d){return{'m1Prime':_0x5c3ae6,'m2Prime':_0x41f03d};}},_0x43c0d6=(_0x2fc9f7,_0x58a43c)=>{const _0x16aaa0=_0x329bfc,_0x38d4c5=_0x51c46f[_0x16aaa0(0x14a)](_0x2fc9f7['params'][_0x16aaa0(0x308)][_0x16aaa0(0x306)]),_0x54cf22={'startColumn':_0x38d4c5[_0x16aaa0(0x275)],'endColumn':_0x38d4c5[_0x16aaa0(0x275)],'startRow':_0x38d4c5[_0x16aaa0(0x2ef)],'endRow':_0x38d4c5[_0x16aaa0(0x2ef)]},_0x5e2fb5=_0x25cfb1[_0x16aaa0(0x13c)](_0x54cf22,_0x58a43c);if(!_0x5e2fb5)return[{'id':_0x473239[_0x16aaa0(0x272)]['id'],'params':{..._0x2fc9f7[_0x16aaa0(0x34b)],'comment':void 0x0,'commentId':_0x2fc9f7['params']['comment']['id']}}];const _0x23329c=_0x51c46f[_0x16aaa0(0x19f)](_0x5e2fb5);return _0x23329c===_0x2fc9f7[_0x16aaa0(0x34b)]['comment'][_0x16aaa0(0x306)]?[]:[{'id':_0x473239[_0x16aaa0(0x1a9)]['id'],'params':{..._0x2fc9f7[_0x16aaa0(0x34b)],'comment':void 0x0,'payload':{'ref':_0x23329c,'commentId':_0x2fc9f7[_0x16aaa0(0x34b)][_0x16aaa0(0x308)]['id']}}}];},_0x5a6af7={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x52fe39,_0x5eeb4c)=>{const _0x124b78=_0x329bfc,_0x50721c={'m1Prime':_0x52fe39,'m2Prime':_0x5eeb4c};if(_0x52fe39[_0x124b78(0x34b)][_0x124b78(0x184)]!==_0x5eeb4c['params'][_0x124b78(0x184)]||_0x52fe39[_0x124b78(0x34b)]['subUnitId']!==_0x5eeb4c[_0x124b78(0x34b)][_0x124b78(0x249)])return _0x50721c;const _0x1162bd={'id':_0x25cfb1[_0x124b78(0x261)]['id'],'params':{'unitId':_0x52fe39['params'][_0x124b78(0x184)],'subUnitId':_0x52fe39[_0x124b78(0x34b)]['subUnitId'],'range':_0x52fe39[_0x124b78(0x34b)]['range']}},_0x3c2ea1=_0x43c0d6(_0x5eeb4c,_0x1162bd);return{'m1Prime':[_0x52fe39,..._0x3c2ea1],'m2Prime':[_0x5eeb4c,..._0x3c2ea1]};}};function _0x3bf2c4(_0x35bd3a){const _0x28a680=_0x329bfc;return{..._0x35bd3a,'rangeType':_0x605767[_0x28a680(0x366)][_0x28a680(0x22e)]};}function _0x164a80(_0x168939,_0x7ad060,_0x5b03e0,_0x394d6b){const _0x32d2a0=_0x329bfc;if(_0x394d6b<0x0){for(let _0x46412b=_0x7ad060;_0x46412b<_0x7ad060+_0x5b03e0;_0x46412b++)if(_0x168939[_0x32d2a0(0x296)](_0x46412b)){_0x168939['hasOwnProperty'](_0x46412b+_0x394d6b)||(_0x168939[_0x46412b+_0x394d6b]={});const _0x43dd3f=_0x168939[_0x46412b],_0x4cf5c1=Object[_0x32d2a0(0x315)](_0x43dd3f)[_0x32d2a0(0x20a)](Number)[_0x32d2a0(0x32a)]((_0x40770c,_0x45d80e)=>_0x40770c-_0x45d80e);for(const _0x1177bf of _0x4cf5c1)_0x168939[_0x46412b+_0x394d6b][_0x1177bf]=_0x43dd3f[_0x1177bf];delete _0x168939[_0x46412b];}else delete _0x168939[_0x46412b+_0x394d6b];}else{for(let _0x2ce722=_0x7ad060+_0x5b03e0-0x1;_0x2ce722>=_0x7ad060;_0x2ce722--)if(_0x168939[_0x32d2a0(0x296)](_0x2ce722)){_0x168939[_0x32d2a0(0x296)](_0x2ce722+_0x394d6b)||(_0x168939[_0x2ce722+_0x394d6b]={});const _0x58d46b=_0x168939[_0x2ce722],_0x353786=Object[_0x32d2a0(0x315)](_0x58d46b)[_0x32d2a0(0x20a)](Number)['sort']((_0x35ad73,_0x5c1f9b)=>_0x35ad73-_0x5c1f9b);for(const _0x12dc12 of _0x353786)_0x168939[_0x2ce722+_0x394d6b][_0x12dc12]=_0x58d46b[_0x12dc12];delete _0x168939[_0x2ce722];}else delete _0x168939[_0x2ce722+_0x394d6b];}}function _0x3e2c31(_0x4f4139,_0x175cbe,_0x1705be,_0x4dd033){const _0x1c80c0=_0x329bfc,_0x2a7efd=Object[_0x1c80c0(0x315)](_0x4f4139)['map'](Number)[_0x1c80c0(0x32a)]((_0x444c1d,_0x5138ab)=>_0x444c1d-_0x5138ab);if(_0x4dd033<0x0)for(const _0x3f65b0 of _0x2a7efd){const _0x3e8853=_0x4f4139[_0x3f65b0];for(let _0x5c95db=_0x175cbe;_0x5c95db<_0x175cbe+_0x1705be;_0x5c95db++)_0x3e8853[_0x1c80c0(0x296)](_0x5c95db)?(_0x3e8853[_0x5c95db+_0x4dd033]=_0x3e8853[_0x5c95db],delete _0x3e8853[_0x5c95db]):delete _0x3e8853[_0x5c95db+_0x4dd033];}else for(const _0x3144e6 of _0x2a7efd){const _0x59dabf=_0x4f4139[_0x3144e6];for(let _0x1c7331=_0x175cbe+_0x1705be-0x1;_0x1c7331>=_0x175cbe;_0x1c7331--)_0x59dabf['hasOwnProperty'](_0x1c7331)?(_0x59dabf[_0x1c7331+_0x4dd033]=_0x59dabf[_0x1c7331],delete _0x59dabf[_0x1c7331]):delete _0x59dabf[_0x1c7331+_0x4dd033];}}function _0xe422d7(_0x1031e8,_0x5ee158){const _0xadbc8=_0x329bfc;return new _0x25cfb1[(_0xadbc8(0x22b))]()[_0xadbc8(0x16b)](_0x1031e8)[_0xadbc8(0x348)](..._0x5ee158)[_0xadbc8(0x140)]();}function _0x199426(_0xf83adf,_0x2506f4,_0x3b20be,_0x4e5f90){const _0x2671b9=_0x329bfc,_0x34fb36=new _0x51c46f['LexerTreeBuilder']()[_0x2671b9(0x207)](_0x3b20be);if(_0x34fb36==null)return _0x3b20be;const _0x45f978=[];for(let _0x1f051a=0x0,_0x34944c=_0x34fb36[_0x2671b9(0x190)];_0x1f051a<_0x34944c;_0x1f051a++){const _0x2c83a6=_0x34fb36[_0x1f051a];if(typeof _0x2c83a6=='string'||_0x2c83a6[_0x2671b9(0x1a2)]!==_0x51c46f['sequenceNodeType'][_0x2671b9(0x149)]){_0x45f978[_0x2671b9(0x1c7)](_0x2c83a6);continue;}const {token:_0x746fa6}=_0x2c83a6,_0x275a62=_0x51c46f['deserializeRangeWithSheetWithCache'](_0x746fa6),{range:_0x1a14f8,sheetName:_0x5f47a7,unitId:_0x9c0ce}=_0x275a62;if((_0xf83adf===_0x9c0ce||_0x9c0ce==='')&&(_0x2506f4===_0x5f47a7||_0x5f47a7==='')){const _0x3d6106=_0x4e5f90(_0x1a14f8),_0x102da6=_0x3d6106?_0x51c46f[_0x2671b9(0x1ef)]({'range':_0x3d6106,'sheetName':_0x5f47a7,'unitId':_0x9c0ce}):_0x51c46f['ErrorType'][_0x2671b9(0x252)];_0x45f978['push']({..._0x2c83a6,'token':_0x102da6});}else _0x45f978[_0x2671b9(0x1c7)](_0x2c83a6);}return'='+_0x51c46f[_0x2671b9(0x1f7)](_0x45f978);}function _0x2a6beb(_0x5c8dd2,_0x2aa82b){const _0x2845f4=_0x329bfc;return _0x5c8dd2['start']<=_0x2aa82b[_0x2845f4(0x377)]&&_0x5c8dd2[_0x2845f4(0x377)]>=_0x2aa82b['start'];}function _0x42109b(_0xa05f9,_0x5e1795){const _0x531cf9=_0x329bfc;return _0xa05f9['start']<=_0x5e1795[_0x531cf9(0x33c)]&&_0xa05f9[_0x531cf9(0x377)]>=_0x5e1795[_0x531cf9(0x377)];}function _0x15fe93(_0x371003,_0x1ba53b){const _0x4f458a=_0x329bfc;let _0x5aedb9=[_0x371003];for(const _0x31155f of _0x1ba53b){const _0x2b4981=[];for(const _0x451363 of _0x5aedb9)_0x2b4981[_0x4f458a(0x1c7)](..._0xa9aba3(_0x451363,_0x31155f));_0x5aedb9=_0x2b4981;}return _0x5aedb9;}function _0xa9aba3(_0x9fe560,_0x154a35){const _0x239e8=_0x329bfc,_0x1a3770=[];if(_0x42109b(_0x154a35,_0x9fe560))return _0x1a3770;if(_0x42109b(_0x9fe560,_0x154a35)){const _0x1b3bd2=_0x9fe560[_0x239e8(0x33c)],_0x519e21=_0x154a35[_0x239e8(0x33c)]-0x1,_0xe43119=_0x154a35[_0x239e8(0x377)]+0x1,_0x1f8e1e=_0x9fe560[_0x239e8(0x377)];return _0x1b3bd2<=_0x519e21&&_0x1a3770[_0x239e8(0x1c7)]({'start':_0x1b3bd2,'end':_0x519e21}),_0xe43119<=_0x1f8e1e&&_0x1a3770['push']({'start':_0xe43119,'end':_0x1f8e1e}),_0x1a3770;}return _0x2a6beb(_0x9fe560,_0x154a35)?(_0x9fe560[_0x239e8(0x33c)]<_0x154a35[_0x239e8(0x33c)]&&_0x1a3770[_0x239e8(0x1c7)]({'start':_0x9fe560[_0x239e8(0x33c)],'end':_0x154a35[_0x239e8(0x33c)]-0x1}),_0x9fe560[_0x239e8(0x377)]>_0x154a35[_0x239e8(0x377)]&&_0x1a3770[_0x239e8(0x1c7)]({'start':_0x154a35[_0x239e8(0x377)]+0x1,'end':_0x9fe560[_0x239e8(0x377)]}),_0x1a3770):[_0x9fe560];}function _0x1ce851(_0x1a05b8,_0x2f0c97){const _0x3fbce2=_0x329bfc,_0x37c40e={'startColumn':_0x1a05b8[_0x3fbce2(0x33c)],'endColumn':_0x1a05b8['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x605767[_0x3fbce2(0x366)][_0x3fbce2(0x22e)]},_0xf2e1e5={'startColumn':_0x2f0c97[_0x3fbce2(0x33c)],'endColumn':_0x2f0c97[_0x3fbce2(0x377)],'startRow':0x0,'endRow':0x1,'rangeType':_0x605767['RANGE_TYPE'][_0x3fbce2(0x22e)]},_0x17daa8=_0x25cfb1[_0x3fbce2(0x245)](_0x37c40e,_0xf2e1e5);return{'start':_0x2f0c97[_0x3fbce2(0x33c)]+_0x17daa8[_0x3fbce2(0x201)],'end':_0x2f0c97[_0x3fbce2(0x377)]+_0x17daa8[_0x3fbce2(0x201)]+_0x17daa8['length']};}function _0x45562b(_0x20210e,_0x53f1bd){const _0x27202c=_0x329bfc,_0x295a90={'startColumn':_0x20210e[_0x27202c(0x33c)],'endColumn':_0x20210e['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x605767[_0x27202c(0x366)][_0x27202c(0x22e)]},_0x58ed21={'startColumn':_0x53f1bd['start'],'endColumn':_0x53f1bd['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x605767[_0x27202c(0x366)][_0x27202c(0x22e)]},_0x17591d=_0x25cfb1[_0x27202c(0x24d)](_0x295a90,_0x58ed21);return _0x17591d===null?null:{'start':_0x53f1bd[_0x27202c(0x33c)]+_0x17591d[_0x27202c(0x201)],'end':_0x53f1bd['end']+_0x17591d[_0x27202c(0x201)]+_0x17591d[_0x27202c(0x190)]};}function _0x1865b4(_0x586377,_0x1c2eac){const _0x204c4a=_0x329bfc,{unitId:_0x439100,subUnitId:_0x39bb22}=_0x586377[_0x204c4a(0x34b)],_0x5e2b1a=_0x508756=>_0x199426(_0x439100,_0x39bb22,_0x508756,_0x5704ad=>_0x25cfb1[_0x204c4a(0x13c)](_0x5704ad,_0x1c2eac)),_0x3c804e=[],_0x35391f=_0x1bd863=>{const _0x567ef1=_0x204c4a;var _0x241582,_0x43b1d0;const _0x561894=_0x1bd863[_0x567ef1(0x33d)],_0x5a9d47=_0x1bd863['ranges'][_0x567ef1(0x20a)](_0x573dae=>_0x25cfb1['handleCommonDefaultRangeChangeWithEffectRefCommands'](_0x573dae,_0x1c2eac)),_0x269723=(_0x241582=_0x1bd863[_0x567ef1(0x212)])!=null?_0x241582:'',_0x44a41f=(_0x43b1d0=_0x1bd863['formula2'])!=null?_0x43b1d0:'';let _0x63f524=_0x269723,_0x55b013=_0x44a41f;_0x605767[_0x567ef1(0x18c)](_0x269723)&&(_0x63f524=_0x5e2b1a(_0x269723)),_0x605767['isFormulaString'](_0x44a41f)&&(_0x55b013=_0x5e2b1a(_0x44a41f)),(_0x63f524!==_0x269723||_0x55b013!==_0x44a41f)&&_0x3c804e['push']({'id':_0x11b0d4[_0x567ef1(0x153)]['id'],'params':{'unitId':_0x439100,'subUnitId':_0x39bb22,'ruleId':_0x561894,'payload':{'type':_0x11b0d4['UpdateRuleType'][_0x567ef1(0x288)],'payload':{'type':_0x1bd863[_0x567ef1(0x37c)],'formula1':_0x63f524,'formula2':_0x55b013}}}});const _0x34a704=_0x5a9d47['flat']()[_0x567ef1(0x29b)](Boolean);_0x605767[_0x567ef1(0x1c0)](_0x1bd863[_0x567ef1(0x1a1)],_0x34a704)||_0x3c804e[_0x567ef1(0x1c7)]({'id':_0x11b0d4[_0x567ef1(0x153)]['id'],'params':{'unitId':_0x439100,'subUnitId':_0x39bb22,'ruleId':_0x561894,'payload':{'type':_0x11b0d4[_0x567ef1(0x255)][_0x567ef1(0x340)],'payload':_0x34a704}}});};return Array[_0x204c4a(0x2f0)](_0x586377['params'][_0x204c4a(0x25e)])?_0x586377[_0x204c4a(0x34b)]['rule'][_0x204c4a(0x26b)](_0x54d05a=>_0x35391f(_0x54d05a)):_0x35391f(_0x586377[_0x204c4a(0x34b)][_0x204c4a(0x25e)]),_0x3c804e;}const _0x41db46={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x11b0d4[_0x329bfc(0x2bc)]['id'],'handler'(_0x304f19,_0x218bda){const _0x24a4fd=_0x329bfc,_0x58cf2b={'m1Prime':_0x304f19,'m2Prime':_0x218bda};if(_0x304f19['params'][_0x24a4fd(0x184)]!==_0x218bda[_0x24a4fd(0x34b)][_0x24a4fd(0x184)]||_0x304f19['params']['subUnitId']!==_0x218bda['params'][_0x24a4fd(0x249)])return _0x58cf2b;const _0x27cb34={'id':_0x25cfb1[_0x24a4fd(0x2fa)]['id'],'params':{'fromRange':_0x304f19['params'][_0x24a4fd(0x34c)],'toRange':_0x304f19[_0x24a4fd(0x34b)][_0x24a4fd(0x2d3)]}},_0xce6e3b=_0x1865b4(_0x218bda,_0x27cb34);return{'m1Prime':[_0x304f19,..._0xce6e3b],'m2Prime':[_0x218bda,..._0xce6e3b]};}},_0x30a61b={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x11b0d4[_0x329bfc(0x2bc)]['id'],'handler'(_0x229018,_0xba7ac5){const _0x841380=_0x329bfc,_0x3ec588={'m1Prime':_0x229018,'m2Prime':_0xba7ac5};if(_0x229018[_0x841380(0x34b)]['unitId']!==_0xba7ac5[_0x841380(0x34b)][_0x841380(0x184)]||_0x229018[_0x841380(0x34b)][_0x841380(0x249)]!==_0xba7ac5[_0x841380(0x34b)][_0x841380(0x249)])return _0x3ec588;const _0x13e590={'id':_0x25cfb1['InsertColCommand']['id'],'params':{'unitId':_0x229018[_0x841380(0x34b)]['unitId'],'subUnitId':_0x229018['params'][_0x841380(0x249)],'range':_0x229018[_0x841380(0x34b)][_0x841380(0x31c)]}},_0xff7d7e=_0x1865b4(_0xba7ac5,_0x13e590);return{'m1Prime':[_0x229018,..._0xff7d7e],'m2Prime':[_0xba7ac5,..._0xff7d7e]};}},_0x21744b={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler'(_0x269fdf,_0x44c47a){const _0x1fb9ca=_0x329bfc,_0x2935f6=_0x5e78b4[_0x1fb9ca(0x1e1)](_0x44c47a,_0x269fdf);return _0xda76fe(_0x2935f6)?{'m1Prime':_0x2935f6[_0x1fb9ca(0x329)],'m2Prime':_0x2935f6[_0x1fb9ca(0x1da)]}:_0x2935f6;}},_0x42b5b2={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2db)]['id'],'handler'(_0x239547,_0x45e8e9){const _0xd8731d=_0x329bfc,_0x3be031={'m1Prime':_0x239547,'m2Prime':_0x45e8e9};if(_0x239547['params'][_0xd8731d(0x184)]!==_0x45e8e9[_0xd8731d(0x34b)][_0xd8731d(0x184)]||_0x239547[_0xd8731d(0x34b)]['subUnitId']!==_0x45e8e9['params']['subUnitId'])return _0x3be031;const _0x1ba897=_0x605767[_0xd8731d(0x253)]['deepClone'](_0x239547),_0x23f438=_0x605767[_0xd8731d(0x253)]['deepClone'](_0x45e8e9),_0x4e337c=_0x25cfb1['handleBaseInsertRange'](_0x3bf2c4(_0x239547[_0xd8731d(0x34b)][_0xd8731d(0x31c)]),_0x3bf2c4(_0x45e8e9['params'][_0xd8731d(0x31c)]));if(_0x4e337c?(_0x23f438[_0xd8731d(0x34b)][_0xd8731d(0x31c)][_0xd8731d(0x1f5)]+=_0x4e337c[_0xd8731d(0x201)],_0x23f438[_0xd8731d(0x34b)][_0xd8731d(0x31c)][_0xd8731d(0x1de)]+=_0x4e337c[_0xd8731d(0x201)]+(_0x4e337c[_0xd8731d(0x190)]||0x0)):_0x23f438['id']=_0x25cfb1[_0xd8731d(0x187)]['id'],_0x239547[_0xd8731d(0x34b)][_0xd8731d(0x31c)][_0xd8731d(0x1f5)]!==_0x45e8e9[_0xd8731d(0x34b)]['range'][_0xd8731d(0x1f5)]){const _0x2f365c=_0x25cfb1[_0xd8731d(0x245)](_0x3bf2c4(_0x45e8e9[_0xd8731d(0x34b)][_0xd8731d(0x31c)]),_0x3bf2c4(_0x239547['params'][_0xd8731d(0x31c)]));_0x2f365c?(_0x1ba897['params'][_0xd8731d(0x31c)][_0xd8731d(0x1f5)]+=_0x2f365c[_0xd8731d(0x201)],_0x1ba897[_0xd8731d(0x34b)][_0xd8731d(0x31c)]['endColumn']+=_0x2f365c['step']+(_0x2f365c[_0xd8731d(0x190)]||0x0)):_0x1ba897['id']=_0x25cfb1[_0xd8731d(0x187)]['id'];}return{'m1Prime':_0x1ba897,'m2Prime':_0x23f438};}},_0x55f1e5={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1[_0x329bfc(0x298)]['id'],'handler'(_0xbbd2f2,_0x26bc0a){const _0x57bab9=_0x329bfc,_0x4a9084={'m1Prime':_0xbbd2f2,'m2Prime':_0x26bc0a};if(_0xbbd2f2['params']['unitId']!==_0x26bc0a[_0x57bab9(0x34b)]['unitId']||_0xbbd2f2[_0x57bab9(0x34b)]['subUnitId']!==_0x26bc0a[_0x57bab9(0x34b)][_0x57bab9(0x249)])return _0x4a9084;const _0x3d2da5=_0x605767[_0x57bab9(0x253)]['deepClone'](_0xbbd2f2),_0xf950da=_0x605767['Tools'][_0x57bab9(0x175)](_0x26bc0a),_0x48fe0c=_0x26bc0a[_0x57bab9(0x34b)][_0x57bab9(0x34c)],_0x6a0aff=_0x26bc0a[_0x57bab9(0x34b)][_0x57bab9(0x2d3)];if(_0xbbd2f2[_0x57bab9(0x34b)]['range'][_0x57bab9(0x1f5)]>_0x48fe0c['startColumn']&&_0xbbd2f2[_0x57bab9(0x34b)][_0x57bab9(0x31c)][_0x57bab9(0x1f5)]<=_0x48fe0c['endColumn']||_0xbbd2f2[_0x57bab9(0x34b)][_0x57bab9(0x31c)]['startColumn']>_0x6a0aff[_0x57bab9(0x1f5)]&&_0xbbd2f2[_0x57bab9(0x34b)]['range']['startColumn']<=_0x6a0aff[_0x57bab9(0x1de)])return{'error':new Error(_0x57bab9(0x337))};const _0x559723=_0x25cfb1['handleBaseInsertRange'](_0x3bf2c4(_0xbbd2f2[_0x57bab9(0x34b)][_0x57bab9(0x31c)]),_0x3bf2c4(_0x48fe0c)),_0x56d9f2=_0x25cfb1[_0x57bab9(0x245)](_0x3bf2c4(_0xbbd2f2[_0x57bab9(0x34b)][_0x57bab9(0x31c)]),_0x3bf2c4(_0x6a0aff));if(_0xf950da[_0x57bab9(0x34b)][_0x57bab9(0x34c)][_0x57bab9(0x1f5)]+=_0x559723['step'],_0xf950da[_0x57bab9(0x34b)]['sourceRange'][_0x57bab9(0x1de)]+=_0x559723[_0x57bab9(0x201)]+(_0x559723[_0x57bab9(0x190)]||0x0),_0xf950da[_0x57bab9(0x34b)][_0x57bab9(0x2d3)][_0x57bab9(0x1f5)]+=_0x56d9f2[_0x57bab9(0x201)],_0xf950da['params'][_0x57bab9(0x2d3)]['endColumn']+=_0x56d9f2[_0x57bab9(0x201)]+(_0x56d9f2[_0x57bab9(0x190)]||0x0),_0x48fe0c[_0x57bab9(0x1f5)]>=_0xbbd2f2[_0x57bab9(0x34b)][_0x57bab9(0x31c)]['startColumn']&&_0x6a0aff[_0x57bab9(0x1f5)]<_0xbbd2f2['params'][_0x57bab9(0x31c)][_0x57bab9(0x1f5)]){const _0x1fe3a5=_0x6a0aff[_0x57bab9(0x1de)]-_0x6a0aff['startColumn']+0x1;_0x3d2da5[_0x57bab9(0x34b)][_0x57bab9(0x31c)]['startColumn']+=_0x1fe3a5,_0x3d2da5['params'][_0x57bab9(0x31c)][_0x57bab9(0x1de)]+=_0x1fe3a5;}else{if(_0x48fe0c[_0x57bab9(0x1de)]<_0xbbd2f2[_0x57bab9(0x34b)][_0x57bab9(0x31c)][_0x57bab9(0x1f5)]&&_0x6a0aff[_0x57bab9(0x1f5)]>=_0xbbd2f2[_0x57bab9(0x34b)]['range'][_0x57bab9(0x1f5)]){const _0x3901ba=_0x48fe0c['endColumn']-_0x48fe0c[_0x57bab9(0x1f5)]+0x1;_0x3d2da5['params']['range'][_0x57bab9(0x1f5)]-=_0x3901ba,_0x3d2da5['params'][_0x57bab9(0x31c)]['endColumn']-=_0x3901ba;}}return{'m1Prime':_0x3d2da5,'m2Prime':_0xf950da};}},_0x3b5475={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1['MoveRangeMutation']['id'],'handler'(_0x907e77,_0x3949b8){const _0x4e594d=_0x329bfc,_0x3589cc={'m1Prime':_0x907e77,'m2Prime':_0x3949b8};if(_0x907e77[_0x4e594d(0x34b)][_0x4e594d(0x184)]!==_0x3949b8['params'][_0x4e594d(0x184)]||_0x907e77['params'][_0x4e594d(0x249)]!==_0x3949b8['params']['from'][_0x4e594d(0x249)]&&_0x907e77[_0x4e594d(0x34b)]['subUnitId']!==_0x3949b8[_0x4e594d(0x34b)]['to'][_0x4e594d(0x249)])return _0x3589cc;const _0xc72bbf=_0x605767[_0x4e594d(0x253)]['deepClone'](_0x907e77),_0x27e0f8=_0x605767[_0x4e594d(0x253)][_0x4e594d(0x175)](_0x3949b8);if(_0x907e77[_0x4e594d(0x34b)][_0x4e594d(0x249)]===_0x3949b8[_0x4e594d(0x34b)][_0x4e594d(0x198)][_0x4e594d(0x249)]){const _0xca8424=new _0x605767[(_0x4e594d(0x238))](_0x27e0f8[_0x4e594d(0x34b)][_0x4e594d(0x198)]['value'])[_0x4e594d(0x27b)](),{startColumn:_0x438756,endColumn:_0x5e5096}=_0xca8424,{startColumn:_0x2ba3bb,endColumn:_0x13b669}=_0x907e77[_0x4e594d(0x34b)][_0x4e594d(0x31c)],{step:_0x4c11cb,length:_0x374aa5}=_0x25cfb1[_0x4e594d(0x245)](_0x907e77[_0x4e594d(0x34b)][_0x4e594d(0x31c)],_0xca8424);_0x4c11cb>0x0&&_0x374aa5===0x0&&_0x3e2c31(_0x27e0f8['params']['from'][_0x4e594d(0x316)],_0x438756,_0x5e5096-_0x438756+0x1,_0x4c11cb),_0x4c11cb===0x0&&_0x374aa5>0x0&&_0x3e2c31(_0x27e0f8[_0x4e594d(0x34b)][_0x4e594d(0x198)][_0x4e594d(0x316)],_0x2ba3bb,_0x5e5096-_0x2ba3bb+0x1,_0x13b669-_0x2ba3bb+0x1);}if(_0x907e77['params'][_0x4e594d(0x249)]===_0x3949b8['params']['to'][_0x4e594d(0x249)]){const _0xf2f8fa=new _0x605767['ObjectMatrix'](_0x27e0f8[_0x4e594d(0x34b)]['to']['value'])[_0x4e594d(0x27b)](),{startColumn:_0x3ad27f,endColumn:_0x3f2f9f}=_0xf2f8fa,{startColumn:_0x517e92,endColumn:_0x166ee5}=_0x907e77[_0x4e594d(0x34b)]['range'],{step:_0x1c9d2e,length:_0x7d9ddc}=_0x25cfb1[_0x4e594d(0x245)](_0x907e77[_0x4e594d(0x34b)][_0x4e594d(0x31c)],_0xf2f8fa);_0x1c9d2e>0x0&&_0x7d9ddc===0x0&&_0x3e2c31(_0x27e0f8[_0x4e594d(0x34b)]['to']['value'],_0x3ad27f,_0x3f2f9f-_0x3ad27f+0x1,_0x1c9d2e),_0x1c9d2e===0x0&&_0x7d9ddc>0x0&&_0x3e2c31(_0x27e0f8[_0x4e594d(0x34b)]['to'][_0x4e594d(0x316)],_0x517e92,_0x3f2f9f-_0x517e92+0x1,_0x166ee5-_0x517e92+0x1);}return{'m1Prime':_0xc72bbf,'m2Prime':_0x27e0f8};}},_0x358d75={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1[_0x329bfc(0x254)]['id'],'handler'(_0x1cbba6,_0x20baad){const _0x5dcbf4=_0x329bfc,_0x194908={'m1Prime':_0x1cbba6,'m2Prime':_0x20baad};if(_0x1cbba6['params'][_0x5dcbf4(0x184)]!==_0x20baad[_0x5dcbf4(0x34b)]['unitId']||_0x1cbba6[_0x5dcbf4(0x34b)][_0x5dcbf4(0x249)]!==_0x20baad[_0x5dcbf4(0x34b)][_0x5dcbf4(0x249)])return _0x194908;const _0x10c42d=_0x605767[_0x5dcbf4(0x253)][_0x5dcbf4(0x175)](_0x1cbba6),_0x19e600=_0x605767[_0x5dcbf4(0x253)][_0x5dcbf4(0x175)](_0x20baad);if(_0x1cbba6[_0x5dcbf4(0x34b)][_0x5dcbf4(0x31c)]['startColumn']<=_0x20baad[_0x5dcbf4(0x34b)]['range'][_0x5dcbf4(0x1de)]&&_0x1cbba6[_0x5dcbf4(0x34b)][_0x5dcbf4(0x31c)][_0x5dcbf4(0x1f5)]>_0x20baad[_0x5dcbf4(0x34b)][_0x5dcbf4(0x31c)][_0x5dcbf4(0x1f5)])return{'error':new Error(_0x5dcbf4(0x258))};const _0x377178=_0x25cfb1[_0x5dcbf4(0x245)](_0x3bf2c4(_0x1cbba6[_0x5dcbf4(0x34b)][_0x5dcbf4(0x31c)]),_0x3bf2c4(_0x20baad[_0x5dcbf4(0x34b)]['range']));_0x377178?(_0x19e600[_0x5dcbf4(0x34b)][_0x5dcbf4(0x31c)][_0x5dcbf4(0x1f5)]+=_0x377178[_0x5dcbf4(0x201)],_0x19e600[_0x5dcbf4(0x34b)][_0x5dcbf4(0x31c)][_0x5dcbf4(0x1de)]+=_0x377178[_0x5dcbf4(0x201)]+(_0x377178[_0x5dcbf4(0x190)]||0x0)):_0x19e600['id']=_0x25cfb1[_0x5dcbf4(0x187)]['id'];const _0x34d828=_0x25cfb1['handleBaseRemoveRange'](_0x3bf2c4(_0x20baad[_0x5dcbf4(0x34b)][_0x5dcbf4(0x31c)]),_0x3bf2c4(_0x1cbba6[_0x5dcbf4(0x34b)]['range']));return _0x34d828&&(_0x10c42d[_0x5dcbf4(0x34b)][_0x5dcbf4(0x31c)][_0x5dcbf4(0x1f5)]+=_0x34d828[_0x5dcbf4(0x201)],_0x10c42d[_0x5dcbf4(0x34b)]['range'][_0x5dcbf4(0x1de)]+=_0x34d828[_0x5dcbf4(0x201)]+(_0x34d828[_0x5dcbf4(0x190)]||0x0)),{'m1Prime':_0x10c42d,'m2Prime':_0x19e600};}},_0x52e7ff={'m1':_0x25cfb1['InsertColMutation']['id'],'m2':_0x25cfb1['RemoveNumfmtMutation']['id'],'handler'(_0x239ae2,_0x29cf4a){const _0x280def=_0x329bfc,_0x2841a5={'m1Prime':_0x239ae2,'m2Prime':_0x29cf4a};if(_0x239ae2[_0x280def(0x34b)]['unitId']!==_0x29cf4a[_0x280def(0x34b)][_0x280def(0x184)]||_0x239ae2[_0x280def(0x34b)][_0x280def(0x249)]!==_0x29cf4a[_0x280def(0x34b)][_0x280def(0x249)])return _0x2841a5;const _0x3f203d=_0x605767[_0x280def(0x253)][_0x280def(0x175)](_0x239ae2),_0x352709=_0x605767[_0x280def(0x253)][_0x280def(0x175)](_0x29cf4a),{ranges:_0x20d89f}=_0x352709['params'];return _0x20d89f[_0x280def(0x1cd)](_0x408d50=>{const _0x25e77e=_0x280def,_0x15e9aa=_0x25cfb1[_0x25e77e(0x245)](_0x3bf2c4(_0x239ae2[_0x25e77e(0x34b)][_0x25e77e(0x31c)]),_0x3bf2c4(_0x408d50));return _0x15e9aa[_0x25e77e(0x190)]!==0x0?!0x0:(_0x408d50[_0x25e77e(0x1f5)]+=_0x15e9aa[_0x25e77e(0x201)],_0x408d50[_0x25e77e(0x1de)]+=_0x15e9aa[_0x25e77e(0x201)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x3f203d,'m2Prime':_0x352709};}},_0x1db555={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'handler'(_0x5be561,_0x1d9ac2){const _0x1eb143=_0x329bfc,_0x23fbdc=_0x605767[_0x1eb143(0x253)]['deepClone'](_0x5be561),_0x4e11ff=_0x605767[_0x1eb143(0x253)][_0x1eb143(0x175)](_0x1d9ac2);if(_0x5be561['params'][_0x1eb143(0x184)]!==_0x1d9ac2[_0x1eb143(0x34b)]['unitId']||_0x5be561[_0x1eb143(0x34b)][_0x1eb143(0x249)]!==_0x1d9ac2[_0x1eb143(0x34b)]['subUnitId'])return{'m1Prime':_0x23fbdc,'m2Prime':_0x4e11ff};const _0xbf7e95=_0x4e11ff[_0x1eb143(0x34b)][_0x1eb143(0x1a1)][_0x1eb143(0x20a)](_0x3cf27d=>{const _0x298615=_0x1eb143,_0x38e2fe=_0x23fbdc[_0x298615(0x34b)][_0x298615(0x31c)],_0xdc82fc=_0x38e2fe[_0x298615(0x1de)]-_0x38e2fe[_0x298615(0x1f5)]+0x1;return _0x38e2fe['startColumn']<=_0x3cf27d['startColumn']?{..._0x3cf27d,'startColumn':_0x3cf27d[_0x298615(0x1f5)]+_0xdc82fc,'endColumn':_0x3cf27d[_0x298615(0x1de)]+_0xdc82fc}:_0x38e2fe[_0x298615(0x1f5)]>_0x3cf27d[_0x298615(0x1f5)]&&_0x38e2fe[_0x298615(0x1f5)]<=_0x3cf27d[_0x298615(0x1de)]?{..._0x3cf27d,'endColumn':_0x3cf27d[_0x298615(0x1de)]+_0xdc82fc}:{..._0x3cf27d};});return _0x4e11ff[_0x1eb143(0x34b)][_0x1eb143(0x1a1)]=_0xbf7e95,{'m1Prime':_0x23fbdc,'m2Prime':_0x4e11ff};}},_0x367fb2={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1[_0x329bfc(0x186)]['id'],'handler'(_0x22798b,_0x587d8f){const _0x516771=_0x329bfc,_0x206b18={'m1Prime':_0x22798b,'m2Prime':_0x587d8f};if(_0x22798b[_0x516771(0x34b)][_0x516771(0x184)]!==_0x587d8f[_0x516771(0x34b)][_0x516771(0x184)]||_0x22798b[_0x516771(0x34b)][_0x516771(0x249)]!==_0x587d8f[_0x516771(0x34b)][_0x516771(0x249)])return _0x206b18;const _0x1f6dda=_0x605767[_0x516771(0x253)][_0x516771(0x175)](_0x587d8f),_0x255c62=_0x25cfb1[_0x516771(0x245)](_0x3bf2c4(_0x22798b[_0x516771(0x34b)][_0x516771(0x31c)]),_0x3bf2c4(_0x587d8f[_0x516771(0x34b)]['range']));return _0x1f6dda['params'][_0x516771(0x31c)]['startColumn']+=_0x255c62[_0x516771(0x201)],_0x1f6dda[_0x516771(0x34b)]['range'][_0x516771(0x1de)]+=_0x255c62[_0x516771(0x201)]+(_0x255c62['length']||0x0),{'m1Prime':_0x22798b,'m2Prime':_0x1f6dda};}},_0x408ade={'m1':_0x25cfb1['InsertColMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x32f)]['id'],'handler'(_0x40d118,_0x2e7c3f){const _0x1b1934=_0x329bfc,_0x714326={'m1Prime':_0x40d118,'m2Prime':_0x2e7c3f};if(_0x40d118['params']['unitId']!==_0x2e7c3f[_0x1b1934(0x34b)][_0x1b1934(0x184)]||_0x40d118[_0x1b1934(0x34b)][_0x1b1934(0x249)]!==_0x2e7c3f[_0x1b1934(0x34b)][_0x1b1934(0x249)])return _0x714326;const _0x178511=_0x605767['Tools']['deepClone'](_0x40d118),_0x5b5a1c=_0x605767[_0x1b1934(0x253)][_0x1b1934(0x175)](_0x2e7c3f),{columnData:_0x172564}=_0x5b5a1c[_0x1b1934(0x34b)];for(let _0x399c44=_0x40d118[_0x1b1934(0x34b)]['range'][_0x1b1934(0x1f5)];_0x399c44<=_0x40d118[_0x1b1934(0x34b)][_0x1b1934(0x31c)]['endColumn'];_0x399c44++)_0x605767[_0x1b1934(0x20c)](_0x399c44,void 0x0,_0x172564);return{'m1Prime':_0x178511,'m2Prime':_0x5b5a1c};}},_0x1b0a50={'m1':_0x25cfb1['InsertColMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x342)]['id'],'handler'(_0x169dbd,_0x28e031){const _0x153d62=_0x329bfc,_0x5318d8={'m1Prime':_0x169dbd,'m2Prime':_0x28e031};if(_0x169dbd[_0x153d62(0x34b)][_0x153d62(0x184)]!==_0x28e031[_0x153d62(0x34b)][_0x153d62(0x184)]||_0x169dbd['params']['subUnitId']!==_0x28e031[_0x153d62(0x34b)][_0x153d62(0x249)])return _0x5318d8;const _0x49c070=_0x605767[_0x153d62(0x253)]['deepClone'](_0x169dbd),_0x5e29c5=_0x605767[_0x153d62(0x253)]['deepClone'](_0x28e031),{ranges:_0x5b5688}=_0x5e29c5['params'];return _0x5b5688[_0x153d62(0x1cd)](_0x27862c=>{const _0x28998c=_0x153d62,_0xe6c3ef=_0x25cfb1[_0x28998c(0x245)](_0x3bf2c4(_0x169dbd[_0x28998c(0x34b)][_0x28998c(0x31c)]),_0x27862c);return _0xe6c3ef[_0x28998c(0x190)]!==0x0?!0x0:(_0x27862c['startColumn']+=_0xe6c3ef['step'],_0x27862c[_0x28998c(0x1de)]+=_0xe6c3ef[_0x28998c(0x201)],!0x1);})?{'error':new Error(_0x153d62(0x29e))}:{'m1Prime':_0x49c070,'m2Prime':_0x5e29c5};}},_0xa245a8={'m1':_0x25cfb1['InsertColMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x293)]['id'],'handler'(_0x5147f8,_0x82b3cd){const _0x31ee3a=_0x329bfc,_0x5a8380={'m1Prime':_0x5147f8,'m2Prime':_0x82b3cd};if(_0x5147f8[_0x31ee3a(0x34b)]['unitId']!==_0x82b3cd[_0x31ee3a(0x34b)][_0x31ee3a(0x184)]||_0x5147f8[_0x31ee3a(0x34b)]['subUnitId']!==_0x82b3cd[_0x31ee3a(0x34b)][_0x31ee3a(0x249)])return _0x5a8380;const _0x81131f=_0x605767[_0x31ee3a(0x253)]['deepClone'](_0x5147f8),_0x47f6c5=_0x605767[_0x31ee3a(0x253)][_0x31ee3a(0x175)](_0x82b3cd),{ranges:_0x49f364}=_0x47f6c5[_0x31ee3a(0x34b)];return _0x49f364[_0x31ee3a(0x1cd)](_0x554fe3=>{const _0x4d58f8=_0x31ee3a,_0x3b05ac=_0x25cfb1[_0x4d58f8(0x245)](_0x3bf2c4(_0x5147f8[_0x4d58f8(0x34b)][_0x4d58f8(0x31c)]),_0x554fe3);return _0x3b05ac[_0x4d58f8(0x190)]!==0x0?!0x0:(_0x554fe3[_0x4d58f8(0x1f5)]+=_0x3b05ac[_0x4d58f8(0x201)],_0x554fe3['endColumn']+=_0x3b05ac[_0x4d58f8(0x201)],!0x1);})?{'error':new Error(_0x31ee3a(0x196))}:{'m1Prime':_0x81131f,'m2Prime':_0x47f6c5};}},_0x59fdb7={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler'(_0x44449f,_0x3d729d){const _0x25d94a=_0x329bfc,_0x2a385f={'m1Prime':_0x44449f,'m2Prime':_0x3d729d};if(_0x44449f['params'][_0x25d94a(0x184)]!==_0x3d729d[_0x25d94a(0x34b)][_0x25d94a(0x184)]||_0x44449f['params']['subUnitId']!==_0x3d729d[_0x25d94a(0x34b)][_0x25d94a(0x249)])return _0x2a385f;const _0x171d24=[_0x605767['Tools']['deepClone'](_0x44449f)],_0x4b201d=_0x605767[_0x25d94a(0x253)][_0x25d94a(0x175)](_0x3d729d),{values:_0x1befbc}=_0x4b201d[_0x25d94a(0x34b)],_0x3c3510=[];let _0x57aa0c=!0x1;for(const _0x29d0fc in _0x1befbc){const _0x547ebb=_0x1befbc[_0x29d0fc];if(_0x3c3510[_0x25d94a(0x1c7)](..._0x547ebb['ranges']),_0x547ebb[_0x25d94a(0x1a1)][_0x25d94a(0x1cd)](_0x3e1841=>{const _0xf55967=_0x25d94a,_0x5154ed=_0x25cfb1[_0xf55967(0x245)](_0x3bf2c4(_0x44449f['params']['range']),_0x3bf2c4(_0x3e1841));return _0x5154ed[_0xf55967(0x190)]!==0x0?!0x0:(_0x5154ed[_0xf55967(0x201)]!==0x0&&(_0x57aa0c=!0x0),_0x3e1841[_0xf55967(0x1f5)]+=_0x5154ed[_0xf55967(0x201)],_0x3e1841['endColumn']+=_0x5154ed[_0xf55967(0x201)],!0x1);}))return{'error':new Error(_0x25d94a(0x1fa))};}if(_0x57aa0c){const _0x55cf27={'id':_0x25cfb1[_0x25d94a(0x286)]['id'],'params':{'unitId':_0x3d729d[_0x25d94a(0x34b)][_0x25d94a(0x184)],'subUnitId':_0x3d729d[_0x25d94a(0x34b)][_0x25d94a(0x249)],'ranges':_0x3c3510}};_0x171d24['push'](_0x55cf27,_0x4b201d);}return{'m1Prime':_0x171d24,'m2Prime':_0x4b201d};}},_0x28dd3c={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1[_0x329bfc(0x264)]['id'],'handler'(_0x16eceb,_0x1cbed4){const _0x2af4fd=_0x329bfc,_0x5652bc={'m1Prime':_0x16eceb,'m2Prime':_0x1cbed4};if(_0x16eceb['params']['unitId']!==_0x1cbed4[_0x2af4fd(0x34b)][_0x2af4fd(0x184)]||_0x16eceb[_0x2af4fd(0x34b)][_0x2af4fd(0x249)]!==_0x1cbed4[_0x2af4fd(0x34b)]['subUnitId'])return _0x5652bc;const _0x1203c7=[_0x605767[_0x2af4fd(0x253)][_0x2af4fd(0x175)](_0x16eceb)],_0x36a1ac=_0x605767[_0x2af4fd(0x253)][_0x2af4fd(0x175)](_0x1cbed4),_0x198251=new _0x605767[(_0x2af4fd(0x238))](_0x36a1ac[_0x2af4fd(0x34b)][_0x2af4fd(0x302)]),_0x4d0a08=_0x198251[_0x2af4fd(0x27b)](),_0x3db22a=_0x16eceb[_0x2af4fd(0x34b)][_0x2af4fd(0x31c)],_0x43c0a5=_0x3db22a['endColumn']-_0x3db22a[_0x2af4fd(0x1f5)]+0x1;if(_0x36a1ac[_0x2af4fd(0x34b)]['cellValue']&&_0x3db22a[_0x2af4fd(0x1f5)]<=_0x4d0a08[_0x2af4fd(0x1de)]){const _0xf962ca=Math[_0x2af4fd(0x146)](_0x4d0a08[_0x2af4fd(0x1f5)],_0x3db22a['startColumn']);_0x3e2c31(_0x36a1ac[_0x2af4fd(0x34b)][_0x2af4fd(0x302)],_0xf962ca,_0x4d0a08[_0x2af4fd(0x1de)]-_0xf962ca+0x1,_0x43c0a5);}const _0x24939b=new _0x605767[(_0x2af4fd(0x238))]();let _0x324a58=!0x1;if(_0x198251[_0x2af4fd(0x307)]((_0x246b91,_0x785c14,_0x1abb6b)=>{const _0x3975fc=_0x2af4fd;if(_0x1abb6b&&_0x1abb6b['f']){const _0x38b61b=_0x1abb6b['f'];let _0x41686e=!0x1;const _0xba10de=_0x199426(_0x16eceb['params'][_0x3975fc(0x184)],_0x16eceb[_0x3975fc(0x34b)][_0x3975fc(0x249)],_0x38b61b,_0x34702d=>{const _0x4abc08=_0x3975fc,_0x100b47=_0x25cfb1[_0x4abc08(0x245)](_0x3bf2c4(_0x16eceb['params']['range']),_0x3bf2c4(_0x34702d));return(_0x100b47[_0x4abc08(0x201)]!==0x0||_0x100b47['length']!==0x0)&&(_0x41686e=!0x0,_0x34702d['startColumn']+=_0x100b47['step'],_0x34702d['endColumn']+=_0x100b47[_0x4abc08(0x201)]+_0x100b47[_0x4abc08(0x190)]),_0x34702d;});_0x41686e&&(_0x324a58=!0x0,_0x1abb6b['f']=_0xba10de,_0x24939b[_0x3975fc(0x174)](_0x246b91,_0x785c14,{..._0x1abb6b}));}}),_0x324a58){const _0x32a57f={'id':_0x25cfb1['SetRangeValuesMutation']['id'],'params':{'unitId':_0x1cbed4[_0x2af4fd(0x34b)][_0x2af4fd(0x184)],'subUnitId':_0x1cbed4['params'][_0x2af4fd(0x249)],'cellValue':_0x24939b['getMatrix']()}};_0x1203c7[_0x2af4fd(0x1c7)](_0x32a57f);}return{'m1Prime':_0x1203c7,'m2Prime':_0x36a1ac};}},_0x46641b={'m1':_0x25cfb1['InsertColMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x31a)]['id'],'handler'(_0x2b9ac7,_0x2aa544){const _0x27288b=_0x329bfc,_0x1857b3={'m1Prime':[],'m2Prime':[]};if(_0x2b9ac7['params'][_0x27288b(0x184)]!==_0x2aa544[_0x27288b(0x34b)][_0x27288b(0x184)]||_0x2b9ac7[_0x27288b(0x34b)]['subUnitId']!==_0x2aa544['params'][_0x27288b(0x249)])return _0x1857b3;const _0x52543f=_0x605767[_0x27288b(0x253)][_0x27288b(0x175)](_0x2aa544);let _0x17f7c8=!0x1;return _0x52543f[_0x27288b(0x34b)][_0x27288b(0x355)]['forEach'](_0x1bfc73=>{const _0xcc1ddd=_0x27288b,{range:_0x226f9f,primary:_0x1f1fc9}=_0x1bfc73,_0x5196d0=_0x25cfb1['handleBaseInsertRange'](_0x3bf2c4(_0x2b9ac7[_0xcc1ddd(0x34b)]['range']),_0x3bf2c4(_0x226f9f));if(_0x5196d0['length']||_0x5196d0[_0xcc1ddd(0x201)]){if(_0x226f9f[_0xcc1ddd(0x1f5)]+=_0x5196d0[_0xcc1ddd(0x201)],_0x226f9f['endColumn']+=_0x5196d0['step']+(_0x5196d0['length']||0x0),_0x1f1fc9){const _0x14e471=_0x25cfb1[_0xcc1ddd(0x245)](_0x3bf2c4(_0x2b9ac7['params'][_0xcc1ddd(0x31c)]),_0x3bf2c4(_0x1f1fc9));(_0x14e471[_0xcc1ddd(0x190)]||_0x14e471[_0xcc1ddd(0x201)])&&(_0x1f1fc9[_0xcc1ddd(0x1f5)]+=_0x14e471['step'],_0x1f1fc9['endColumn']+=_0x14e471['step'],_0x1f1fc9[_0xcc1ddd(0x35a)]+=_0x14e471[_0xcc1ddd(0x201)]);}_0x17f7c8=!0x0;}}),_0x17f7c8&&_0x1857b3['m2Prime']['push'](_0x52543f),_0x1857b3;}},_0x852135={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x42660f[_0x329bfc(0x17f)]['id'],'handler'(_0x1501b3,_0x1897f7){const _0x24855b=_0x329bfc,_0x40c178={'m1Prime':_0x1501b3,'m2Prime':_0x1897f7};if(_0x1501b3[_0x24855b(0x34b)][_0x24855b(0x184)]!==_0x1897f7[_0x24855b(0x34b)][_0x24855b(0x184)]||_0x1501b3['params'][_0x24855b(0x249)]!==_0x1897f7[_0x24855b(0x34b)][_0x24855b(0x249)])return _0x40c178;const _0x1bfd93=_0x605767[_0x24855b(0x253)][_0x24855b(0x175)](_0x1501b3),_0x110ba1=_0x605767[_0x24855b(0x253)]['deepClone'](_0x1897f7),_0x4d1021=_0x1ce851({'start':_0x1501b3['params'][_0x24855b(0x31c)]['startColumn'],'end':_0x1501b3['params'][_0x24855b(0x31c)][_0x24855b(0x1de)]},{'start':_0x1897f7['params'][_0x24855b(0x282)],'end':_0x1897f7[_0x24855b(0x34b)]['col']});if(_0x110ba1[_0x24855b(0x34b)][_0x24855b(0x282)]===_0x4d1021['start'])return _0x40c178;_0x110ba1[_0x24855b(0x34b)]['col']=_0x4d1021[_0x24855b(0x33c)],_0x110ba1[_0x24855b(0x34b)]['criteria']&&(_0x110ba1[_0x24855b(0x34b)]['criteria'][_0x24855b(0x27e)]=_0x4d1021['start']);const _0x447a07=_0x605767['Tools'][_0x24855b(0x175)](_0x1897f7);return _0x447a07[_0x24855b(0x34b)][_0x24855b(0x1d0)]=null,{'m1Prime':[_0x447a07,_0x110ba1,_0x1bfd93],'m2Prime':[_0x110ba1]};}},_0x3afdfb={'m1':_0x25cfb1['InsertColMutation']['id'],'m2':_0x42660f['SetSheetsFilterRangeMutation']['id'],'handler'(_0x1eb7c9,_0x44e995){const _0x5145ac=_0x329bfc,_0x40cb60={'m1Prime':_0x1eb7c9,'m2Prime':_0x44e995};if(_0x1eb7c9[_0x5145ac(0x34b)][_0x5145ac(0x184)]!==_0x44e995[_0x5145ac(0x34b)]['unitId']||_0x1eb7c9[_0x5145ac(0x34b)]['subUnitId']!==_0x44e995[_0x5145ac(0x34b)][_0x5145ac(0x249)])return _0x40cb60;const _0x26d8d7=_0x605767[_0x5145ac(0x253)]['deepClone'](_0x1eb7c9),_0x47ba78=_0x605767[_0x5145ac(0x253)]['deepClone'](_0x44e995),_0x570a25=_0x1ce851({'start':_0x1eb7c9[_0x5145ac(0x34b)][_0x5145ac(0x31c)][_0x5145ac(0x1f5)],'end':_0x1eb7c9['params'][_0x5145ac(0x31c)][_0x5145ac(0x1de)]},{'start':_0x44e995[_0x5145ac(0x34b)][_0x5145ac(0x31c)][_0x5145ac(0x1f5)],'end':_0x44e995['params'][_0x5145ac(0x31c)][_0x5145ac(0x1de)]});return _0x47ba78[_0x5145ac(0x34b)][_0x5145ac(0x31c)][_0x5145ac(0x1f5)]===_0x570a25['start']&&_0x47ba78[_0x5145ac(0x34b)][_0x5145ac(0x31c)]['endColumn']===_0x570a25[_0x5145ac(0x377)]?_0x40cb60:(_0x47ba78['params'][_0x5145ac(0x31c)][_0x5145ac(0x1f5)]=_0x570a25['start'],_0x47ba78[_0x5145ac(0x34b)][_0x5145ac(0x31c)][_0x5145ac(0x1de)]=_0x570a25[_0x5145ac(0x377)],{'m1Prime':[_0x47ba78,_0x26d8d7],'m2Prime':[_0x47ba78]});}},_0x9a7535={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2bf)]['id'],'handler'(_0x195f23,_0x160d4a){const _0x1004aa=_0x329bfc,_0x16bb41={'m1Prime':_0x195f23,'m2Prime':_0x160d4a};if(_0x195f23[_0x1004aa(0x34b)][_0x1004aa(0x184)]!==_0x160d4a[_0x1004aa(0x34b)]['unitId']||_0x195f23[_0x1004aa(0x34b)][_0x1004aa(0x249)]!==_0x160d4a['params'][_0x1004aa(0x249)])return _0x16bb41;const _0x4c53e6=_0x605767[_0x1004aa(0x253)][_0x1004aa(0x175)](_0x195f23),_0x351e2f=_0x605767['Tools']['deepClone'](_0x160d4a),{ranges:_0x50f51a,colWidth:_0x2052f5}=_0x351e2f[_0x1004aa(0x34b)];if(_0x50f51a[_0x1004aa(0x1cd)](_0x3639b4=>{const _0xf0e00f=_0x1004aa,_0x3c1ce1=_0x25cfb1[_0xf0e00f(0x245)](_0x3bf2c4(_0x195f23[_0xf0e00f(0x34b)][_0xf0e00f(0x31c)]),_0x3639b4);return _0x3c1ce1['length']!==0x0?!0x0:(_0x3639b4[_0xf0e00f(0x1f5)]+=_0x3c1ce1['step'],_0x3639b4[_0xf0e00f(0x1de)]+=_0x3c1ce1[_0xf0e00f(0x201)],!0x1);}))return{'error':new Error(_0x1004aa(0x330))};if(typeof _0x2052f5!=_0x1004aa(0x312)){for(let _0x4120a9=_0x195f23['params'][_0x1004aa(0x31c)]['startColumn'];_0x4120a9<=_0x195f23[_0x1004aa(0x34b)]['range'][_0x1004aa(0x1de)];_0x4120a9++)_0x605767[_0x1004aa(0x20c)](_0x4120a9,void 0x0,_0x2052f5);}return{'m1Prime':_0x4c53e6,'m2Prime':_0x351e2f};}},_0x6b5600=(_0x3ea3b9,_0x519fe1)=>{const _0x4f80f5=_0x329bfc,_0x5cbdc0=_0x51c46f[_0x4f80f5(0x14a)](_0x3ea3b9['params'][_0x4f80f5(0x2e8)][_0x4f80f5(0x306)]),_0x5d06d6={'startColumn':_0x5cbdc0['column'],'endColumn':_0x5cbdc0[_0x4f80f5(0x275)],'startRow':_0x5cbdc0[_0x4f80f5(0x2ef)],'endRow':_0x5cbdc0[_0x4f80f5(0x2ef)]},_0x203eac=_0x25cfb1[_0x4f80f5(0x13c)](_0x5d06d6,_0x519fe1);if(!_0x203eac)return[{'id':_0x473239[_0x4f80f5(0x272)]['id'],'params':{..._0x3ea3b9[_0x4f80f5(0x34b)],'comment':void 0x0,'commentId':_0x3ea3b9['params']['payload'][_0x4f80f5(0x1bb)]}}];const _0x555e45=_0x51c46f[_0x4f80f5(0x19f)](_0x203eac);return _0x555e45===_0x3ea3b9[_0x4f80f5(0x34b)]['payload'][_0x4f80f5(0x306)]?[]:[{'id':_0x473239['UpdateCommentRefMutation']['id'],'params':{..._0x3ea3b9[_0x4f80f5(0x34b)],'comment':void 0x0,'payload':{'ref':_0x555e45,'commentId':_0x3ea3b9[_0x4f80f5(0x34b)]['payload']['commentId']}}}];},_0x423bac={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x473239[_0x329bfc(0x1a9)]['id'],'handler':(_0x31f662,_0x1c825a)=>{const _0x1d9f22=_0x329bfc,_0x2203af={'m1Prime':_0x31f662,'m2Prime':_0x1c825a};if(_0x31f662[_0x1d9f22(0x34b)][_0x1d9f22(0x184)]!==_0x1c825a[_0x1d9f22(0x34b)][_0x1d9f22(0x184)]||_0x31f662[_0x1d9f22(0x34b)][_0x1d9f22(0x249)]!==_0x1c825a['params']['subUnitId'])return _0x2203af;const _0x4e6081={'id':_0x25cfb1[_0x1d9f22(0x261)]['id'],'params':{'unitId':_0x31f662['params'][_0x1d9f22(0x184)],'subUnitId':_0x31f662['params'][_0x1d9f22(0x249)],'range':_0x31f662[_0x1d9f22(0x34b)][_0x1d9f22(0x31c)]}},_0x4f8300=_0x6b5600(_0x1c825a,_0x4e6081);return{'m1Prime':[_0x31f662,..._0x4f8300],'m2Prime':[_0x1c825a,..._0x4f8300]};}};function _0x30609b(_0x336037,_0x2181a2){const _0x9b8cea=_0x329bfc;var _0x587b1f,_0x4f8c9a;const {payload:_0x806823,unitId:_0x4ffa38,subUnitId:_0x223d25,ruleId:_0x1bad2a}=_0x336037[_0x9b8cea(0x34b)];switch(_0x806823[_0x9b8cea(0x37c)]){case _0x11b0d4[_0x9b8cea(0x255)]['RANGE']:{const _0xd67004=_0x806823['payload'][_0x9b8cea(0x20a)](_0x1b6941=>_0x25cfb1[_0x9b8cea(0x161)](_0x1b6941,_0x2181a2))[_0x9b8cea(0x29b)](Boolean)[_0x9b8cea(0x250)]();if(!_0x605767[_0x9b8cea(0x1c0)](_0xd67004,_0x806823[_0x9b8cea(0x2e8)]))return[{'id':_0x11b0d4['UpdateDataValidationMutation']['id'],'params':{'unitId':_0x4ffa38,'subUnitId':_0x223d25,'ruleId':_0x1bad2a,'payload':{'type':_0x11b0d4['UpdateRuleType'][_0x9b8cea(0x340)],'payload':_0xd67004}}}];break;}case _0x11b0d4['UpdateRuleType'][_0x9b8cea(0x288)]:{const _0x2b0a5a=_0x568bd7=>_0x199426(_0x4ffa38,_0x223d25,_0x568bd7,_0x2b204e=>_0x25cfb1['handleDefaultRangeChangeWithEffectRefCommands'](_0x2b204e,_0x2181a2)),_0x3d39ce=(_0x587b1f=_0x806823[_0x9b8cea(0x2e8)][_0x9b8cea(0x212)])!=null?_0x587b1f:'',_0x2a5843=(_0x4f8c9a=_0x806823['payload'][_0x9b8cea(0x156)])!=null?_0x4f8c9a:'';let _0x5bfd5a=_0x3d39ce,_0x260ab1=_0x2a5843;if(_0x605767[_0x9b8cea(0x18c)](_0x3d39ce)&&(_0x5bfd5a=_0x2b0a5a(_0x3d39ce)),_0x605767[_0x9b8cea(0x18c)](_0x2a5843)&&(_0x260ab1=_0x2b0a5a(_0x2a5843)),_0x5bfd5a!==_0x3d39ce||_0x260ab1!==_0x2a5843)return[{'id':_0x11b0d4[_0x9b8cea(0x153)]['id'],'params':{'unitId':_0x4ffa38,'subUnitId':_0x223d25,'ruleId':_0x1bad2a,'payload':{'type':_0x11b0d4[_0x9b8cea(0x255)][_0x9b8cea(0x288)],'payload':{'type':_0x806823['payload'][_0x9b8cea(0x37c)],'formula1':_0x5bfd5a,'formula2':_0x260ab1}}}}];break;}}return[];}const _0x4d0613={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x11b0d4[_0x329bfc(0x153)]['id'],'handler':(_0x526936,_0x66e377)=>{const _0x56dfff=_0x329bfc,_0x2f23f6={'m1Prime':_0x526936,'m2Prime':_0x66e377};if(_0x526936[_0x56dfff(0x34b)][_0x56dfff(0x184)]!==_0x66e377['params'][_0x56dfff(0x184)]||_0x66e377[_0x56dfff(0x34b)]['subUnitId']!==_0x526936[_0x56dfff(0x34b)][_0x56dfff(0x249)])return _0x2f23f6;const _0x15e553={'id':_0x25cfb1[_0x56dfff(0x2fa)]['id'],'params':{'fromRange':_0x526936[_0x56dfff(0x34b)]['sourceRange'],'toRange':_0x526936[_0x56dfff(0x34b)][_0x56dfff(0x2d3)]}},_0x5ef034=_0x30609b(_0x66e377,_0x15e553);return{'m1Prime':[_0x526936,..._0x5ef034],'m2Prime':[_0x66e377,..._0x5ef034]};}},_0x530c10={'m1':_0x25cfb1[_0x329bfc(0x2db)]['id'],'m2':_0x11b0d4['UpdateDataValidationMutation']['id'],'handler':(_0x10a684,_0x145fed)=>{const _0x292bd6=_0x329bfc,_0x3259fc={'m1Prime':_0x10a684,'m2Prime':_0x145fed};if(_0x10a684[_0x292bd6(0x34b)][_0x292bd6(0x184)]!==_0x145fed['params'][_0x292bd6(0x184)]||_0x145fed[_0x292bd6(0x34b)][_0x292bd6(0x249)]!==_0x10a684[_0x292bd6(0x34b)][_0x292bd6(0x249)])return _0x3259fc;const _0xc624c0={'id':_0x25cfb1[_0x292bd6(0x261)]['id'],'params':{'unitId':_0x10a684[_0x292bd6(0x34b)]['unitId'],'subUnitId':_0x10a684[_0x292bd6(0x34b)][_0x292bd6(0x249)],'range':_0x10a684['params'][_0x292bd6(0x31c)]}},_0xcb113=_0x30609b(_0x145fed,_0xc624c0);return{'m1Prime':[_0x10a684,..._0xcb113],'m2Prime':[_0x145fed,..._0xcb113]};}},_0x4c2f9d={'m1':_0x25cfb1['InsertRowMutation']['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x527a0b,_0xa73f9c)=>{const _0x309344=_0x329bfc,_0x28fe0d={'m1Prime':_0x527a0b,'m2Prime':_0xa73f9c};if(_0x527a0b[_0x309344(0x34b)][_0x309344(0x184)]!==_0xa73f9c[_0x309344(0x34b)]['unitId']||_0x527a0b[_0x309344(0x34b)][_0x309344(0x249)]!==_0xa73f9c[_0x309344(0x34b)][_0x309344(0x249)])return _0x28fe0d;const _0x1ed541={'id':_0x25cfb1[_0x309344(0x16a)]['id'],'params':{'unitId':_0x527a0b[_0x309344(0x34b)][_0x309344(0x184)],'subUnitId':_0x527a0b[_0x309344(0x34b)]['subUnitId'],'range':_0x527a0b[_0x309344(0x34b)][_0x309344(0x31c)]}},_0x31c93a=_0x43c0d6(_0xa73f9c,_0x1ed541);return{'m1Prime':[_0x527a0b,..._0x31c93a],'m2Prime':[_0xa73f9c,..._0x31c93a]};}},_0x362e9c={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler'(_0x5cd706,_0x290867){const _0x466a5d=_0x329bfc,_0x2ad248=_0x34dd6e[_0x466a5d(0x1e1)](_0x290867,_0x5cd706);return _0xda76fe(_0x2ad248)?{'m1Prime':_0x2ad248[_0x466a5d(0x329)],'m2Prime':_0x2ad248[_0x466a5d(0x1da)]}:_0x2ad248;}},_0xe35b99={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x32d)]['id'],'handler'(_0x12cf2f,_0xbd1dad){const _0x2268a6=_0x329bfc,_0x3781d3={'m1Prime':_0x12cf2f,'m2Prime':_0xbd1dad};if(_0x12cf2f[_0x2268a6(0x34b)][_0x2268a6(0x184)]!==_0xbd1dad[_0x2268a6(0x34b)][_0x2268a6(0x184)]||_0x12cf2f[_0x2268a6(0x34b)][_0x2268a6(0x249)]!==_0xbd1dad['params'][_0x2268a6(0x249)])return _0x3781d3;const _0x1bde21=_0x605767['Tools'][_0x2268a6(0x175)](_0x12cf2f),_0x276d5a=_0x605767[_0x2268a6(0x253)][_0x2268a6(0x175)](_0xbd1dad),_0x2ddc70=_0x25cfb1['handleBaseInsertRange'](_0x3bf2c4(_0x25cfb1[_0x2268a6(0x24b)](_0x12cf2f[_0x2268a6(0x34b)][_0x2268a6(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x2268a6(0x24b)](_0xbd1dad[_0x2268a6(0x34b)][_0x2268a6(0x31c)])));if(_0x2ddc70?(_0x276d5a[_0x2268a6(0x34b)][_0x2268a6(0x31c)][_0x2268a6(0x232)]+=_0x2ddc70['step'],_0x276d5a[_0x2268a6(0x34b)]['range'][_0x2268a6(0x167)]+=_0x2ddc70['step']+(_0x2ddc70[_0x2268a6(0x190)]||0x0)):_0x276d5a['id']=_0x25cfb1[_0x2268a6(0x187)]['id'],_0x12cf2f['params'][_0x2268a6(0x31c)]['startRow']!==_0xbd1dad['params']['range'][_0x2268a6(0x232)]){const _0x1aa9a0=_0x25cfb1[_0x2268a6(0x245)](_0x3bf2c4(_0x25cfb1['rotateRange'](_0xbd1dad[_0x2268a6(0x34b)][_0x2268a6(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x2268a6(0x24b)](_0x12cf2f[_0x2268a6(0x34b)][_0x2268a6(0x31c)])));_0x1aa9a0?(_0x1bde21['params'][_0x2268a6(0x31c)]['startRow']+=_0x1aa9a0[_0x2268a6(0x201)],_0x1bde21[_0x2268a6(0x34b)][_0x2268a6(0x31c)]['endRow']+=_0x1aa9a0[_0x2268a6(0x201)]+(_0x1aa9a0['length']||0x0)):_0x1bde21['id']=_0x25cfb1[_0x2268a6(0x187)]['id'];}return{'m1Prime':_0x1bde21,'m2Prime':_0x276d5a};}},_0x5bca38={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0x28175d,_0x4c2c99){const _0x2b9c65=_0x329bfc,_0x574723={'m1Prime':_0x28175d,'m2Prime':_0x4c2c99};if(_0x28175d[_0x2b9c65(0x34b)][_0x2b9c65(0x184)]!==_0x4c2c99['params'][_0x2b9c65(0x184)]||_0x28175d['params']['subUnitId']!==_0x4c2c99[_0x2b9c65(0x34b)][_0x2b9c65(0x198)][_0x2b9c65(0x249)]&&_0x28175d[_0x2b9c65(0x34b)][_0x2b9c65(0x249)]!==_0x4c2c99[_0x2b9c65(0x34b)]['to'][_0x2b9c65(0x249)])return _0x574723;const _0x4a8ff1=_0x605767['Tools'][_0x2b9c65(0x175)](_0x28175d),_0x1c1403=_0x605767[_0x2b9c65(0x253)]['deepClone'](_0x4c2c99);if(_0x28175d[_0x2b9c65(0x34b)]['subUnitId']===_0x4c2c99[_0x2b9c65(0x34b)][_0x2b9c65(0x198)][_0x2b9c65(0x249)]){const _0x194428=new _0x605767[(_0x2b9c65(0x238))](_0x1c1403[_0x2b9c65(0x34b)][_0x2b9c65(0x198)]['value'])[_0x2b9c65(0x27b)](),{startRow:_0x128a0c,endRow:_0x3ef2c5}=_0x194428,{startRow:_0x23b233,endRow:_0x36a731}=_0x28175d[_0x2b9c65(0x34b)][_0x2b9c65(0x31c)],{step:_0x3428ee,length:_0x3e568e}=_0x25cfb1['handleBaseInsertRange'](_0x25cfb1['rotateRange'](_0x28175d[_0x2b9c65(0x34b)][_0x2b9c65(0x31c)]),_0x25cfb1[_0x2b9c65(0x24b)](_0x194428));_0x3428ee>0x0&&_0x3e568e===0x0&&_0x164a80(_0x1c1403[_0x2b9c65(0x34b)][_0x2b9c65(0x198)][_0x2b9c65(0x316)],_0x128a0c,_0x3ef2c5-_0x128a0c+0x1,_0x3428ee),_0x3428ee===0x0&&_0x3e568e>0x0&&_0x164a80(_0x1c1403['params'][_0x2b9c65(0x198)]['value'],_0x23b233,_0x3ef2c5-_0x23b233+0x1,_0x36a731-_0x23b233+0x1);}if(_0x28175d['params'][_0x2b9c65(0x249)]===_0x4c2c99['params']['to'][_0x2b9c65(0x249)]){const _0x83ef36=new _0x605767[(_0x2b9c65(0x238))](_0x4c2c99[_0x2b9c65(0x34b)]['to'][_0x2b9c65(0x316)])[_0x2b9c65(0x27b)](),{startRow:_0x126813,endRow:_0x1af5d0}=_0x83ef36,{startRow:_0x455ab1,endRow:_0x59989d}=_0x28175d[_0x2b9c65(0x34b)]['range'],{step:_0x4c15b4,length:_0x1b272c}=_0x25cfb1[_0x2b9c65(0x245)](_0x25cfb1[_0x2b9c65(0x24b)](_0x28175d[_0x2b9c65(0x34b)][_0x2b9c65(0x31c)]),_0x25cfb1['rotateRange'](_0x83ef36));_0x4c15b4>0x0&&_0x1b272c===0x0&&_0x164a80(_0x1c1403[_0x2b9c65(0x34b)]['to'][_0x2b9c65(0x316)],_0x126813,_0x1af5d0-_0x126813+0x1,_0x4c15b4),_0x4c15b4===0x0&&_0x1b272c>0x0&&_0x164a80(_0x1c1403[_0x2b9c65(0x34b)]['to']['value'],_0x455ab1,_0x1af5d0-_0x455ab1+0x1,_0x59989d-_0x455ab1+0x1);}return{'m1Prime':_0x4a8ff1,'m2Prime':_0x1c1403};}},_0x296515={'m1':_0x25cfb1['InsertRowMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x230)]['id'],'handler'(_0x286fde,_0x5e34e9){const _0x985242=_0x329bfc,_0x70eb13={'m1Prime':_0x286fde,'m2Prime':_0x5e34e9};if(_0x286fde['params'][_0x985242(0x184)]!==_0x5e34e9[_0x985242(0x34b)][_0x985242(0x184)]||_0x286fde[_0x985242(0x34b)][_0x985242(0x249)]!==_0x5e34e9['params']['subUnitId'])return _0x70eb13;const _0xbaae2e=_0x605767[_0x985242(0x253)]['deepClone'](_0x286fde),_0x583122=_0x605767['Tools']['deepClone'](_0x5e34e9),_0x52e186=_0x5e34e9[_0x985242(0x34b)][_0x985242(0x34c)],_0x2f0b38=_0x5e34e9[_0x985242(0x34b)][_0x985242(0x2d3)];if(_0x286fde[_0x985242(0x34b)][_0x985242(0x31c)][_0x985242(0x232)]>_0x52e186[_0x985242(0x232)]&&_0x286fde['params'][_0x985242(0x31c)][_0x985242(0x232)]<=_0x52e186[_0x985242(0x167)]||_0x286fde[_0x985242(0x34b)]['range'][_0x985242(0x232)]>_0x2f0b38[_0x985242(0x232)]&&_0x286fde['params'][_0x985242(0x31c)][_0x985242(0x232)]<=_0x2f0b38[_0x985242(0x167)])return{'error':new Error(_0x985242(0x337))};const _0x42adec=_0x25cfb1['handleBaseInsertRange'](_0x3bf2c4(_0x25cfb1[_0x985242(0x24b)](_0x286fde['params'][_0x985242(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x985242(0x24b)](_0x52e186))),_0x5dfd18=_0x25cfb1['handleBaseInsertRange'](_0x3bf2c4(_0x25cfb1[_0x985242(0x24b)](_0x286fde['params'][_0x985242(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x985242(0x24b)](_0x2f0b38)));if(_0x583122[_0x985242(0x34b)][_0x985242(0x34c)][_0x985242(0x232)]+=_0x42adec[_0x985242(0x201)],_0x583122[_0x985242(0x34b)][_0x985242(0x34c)][_0x985242(0x167)]+=_0x42adec['step']+(_0x42adec['length']||0x0),_0x583122[_0x985242(0x34b)]['targetRange']['startRow']+=_0x5dfd18[_0x985242(0x201)],_0x583122[_0x985242(0x34b)][_0x985242(0x2d3)][_0x985242(0x167)]+=_0x5dfd18['step']+(_0x5dfd18['length']||0x0),_0x52e186[_0x985242(0x232)]>=_0x286fde[_0x985242(0x34b)][_0x985242(0x31c)][_0x985242(0x232)]&&_0x2f0b38[_0x985242(0x232)]<_0x286fde[_0x985242(0x34b)][_0x985242(0x31c)][_0x985242(0x232)]){const _0x4b7ea8=_0x2f0b38[_0x985242(0x167)]-_0x2f0b38['startRow']+0x1;_0xbaae2e['params'][_0x985242(0x31c)]['startRow']+=_0x4b7ea8,_0xbaae2e['params'][_0x985242(0x31c)]['endRow']+=_0x4b7ea8;}else{if(_0x52e186[_0x985242(0x167)]<_0x286fde['params']['range']['startRow']&&_0x2f0b38[_0x985242(0x232)]>=_0x286fde[_0x985242(0x34b)][_0x985242(0x31c)][_0x985242(0x232)]){const _0xf4cab5=_0x52e186['endRow']-_0x52e186[_0x985242(0x232)]+0x1;_0xbaae2e[_0x985242(0x34b)][_0x985242(0x31c)][_0x985242(0x232)]-=_0xf4cab5,_0xbaae2e['params'][_0x985242(0x31c)][_0x985242(0x167)]-=_0xf4cab5;}}return{'m1Prime':_0xbaae2e,'m2Prime':_0x583122};}},_0x1bc597={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler'(_0x2ca601,_0x52128a){const _0x29ed3f=_0x329bfc,_0x38acb9={'m1Prime':_0x2ca601,'m2Prime':_0x52128a};if(_0x2ca601[_0x29ed3f(0x34b)][_0x29ed3f(0x184)]!==_0x52128a['params']['unitId']||_0x2ca601[_0x29ed3f(0x34b)][_0x29ed3f(0x249)]!==_0x52128a['params'][_0x29ed3f(0x249)])return _0x38acb9;const _0x4b6479=_0x605767[_0x29ed3f(0x253)][_0x29ed3f(0x175)](_0x2ca601),_0x35e22f=_0x605767[_0x29ed3f(0x253)][_0x29ed3f(0x175)](_0x52128a),{ranges:_0x4ae2a7}=_0x35e22f[_0x29ed3f(0x34b)];return _0x4ae2a7[_0x29ed3f(0x1cd)](_0x143903=>{const _0x5e71fa=_0x29ed3f,_0x2f48c1=_0x25cfb1['handleBaseInsertRange'](_0x3bf2c4(_0x25cfb1[_0x5e71fa(0x24b)](_0x2ca601[_0x5e71fa(0x34b)][_0x5e71fa(0x31c)])),_0x3bf2c4(_0x25cfb1['rotateRange'](_0x143903)));return _0x2f48c1[_0x5e71fa(0x190)]!==0x0?!0x0:(_0x143903[_0x5e71fa(0x232)]+=_0x2f48c1[_0x5e71fa(0x201)],_0x143903['endRow']+=_0x2f48c1[_0x5e71fa(0x201)],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x4b6479,'m2Prime':_0x35e22f};}},_0x25d3ef={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x21b)]['id'],'handler'(_0x27925b,_0x51a7c8){const _0xc4b477=_0x329bfc,_0x1e737e={'m1Prime':_0x27925b,'m2Prime':_0x51a7c8};if(_0x27925b[_0xc4b477(0x34b)]['unitId']!==_0x51a7c8[_0xc4b477(0x34b)][_0xc4b477(0x184)]||_0x27925b[_0xc4b477(0x34b)][_0xc4b477(0x249)]!==_0x51a7c8[_0xc4b477(0x34b)]['subUnitId'])return _0x1e737e;const _0x136a68=_0x605767[_0xc4b477(0x253)][_0xc4b477(0x175)](_0x27925b),_0xef2686=_0x605767[_0xc4b477(0x253)][_0xc4b477(0x175)](_0x51a7c8);if(_0x27925b['params'][_0xc4b477(0x31c)][_0xc4b477(0x232)]<=_0x51a7c8[_0xc4b477(0x34b)][_0xc4b477(0x31c)]['endRow']&&_0x27925b['params'][_0xc4b477(0x31c)][_0xc4b477(0x232)]>_0x51a7c8['params'][_0xc4b477(0x31c)][_0xc4b477(0x232)])return{'error':new Error(_0xc4b477(0x258))};const _0x3328d9=_0x25cfb1[_0xc4b477(0x245)](_0x3bf2c4(_0x25cfb1['rotateRange'](_0x27925b[_0xc4b477(0x34b)][_0xc4b477(0x31c)])),_0x3bf2c4(_0x25cfb1[_0xc4b477(0x24b)](_0x51a7c8['params'][_0xc4b477(0x31c)])));_0x3328d9?(_0xef2686[_0xc4b477(0x34b)][_0xc4b477(0x31c)][_0xc4b477(0x232)]+=_0x3328d9[_0xc4b477(0x201)],_0xef2686[_0xc4b477(0x34b)][_0xc4b477(0x31c)][_0xc4b477(0x167)]+=_0x3328d9[_0xc4b477(0x201)]+(_0x3328d9[_0xc4b477(0x190)]||0x0)):_0xef2686['id']=_0x25cfb1[_0xc4b477(0x187)]['id'];const _0xadad01=_0x25cfb1[_0xc4b477(0x24d)](_0x3bf2c4(_0x25cfb1[_0xc4b477(0x24b)](_0x51a7c8[_0xc4b477(0x34b)]['range'])),_0x3bf2c4(_0x25cfb1['rotateRange'](_0x27925b[_0xc4b477(0x34b)][_0xc4b477(0x31c)])));return _0xadad01&&(_0x136a68[_0xc4b477(0x34b)][_0xc4b477(0x31c)][_0xc4b477(0x232)]+=_0xadad01[_0xc4b477(0x201)],_0x136a68[_0xc4b477(0x34b)][_0xc4b477(0x31c)][_0xc4b477(0x167)]+=_0xadad01['step']+(_0xadad01[_0xc4b477(0x190)]||0x0)),{'m1Prime':_0x136a68,'m2Prime':_0xef2686};}},_0x40cc8a={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x17e)]['id'],'handler'(_0x532051,_0xf67540){const _0x5b9370=_0x329bfc,_0x1cdc6e=_0x605767[_0x5b9370(0x253)]['deepClone'](_0x532051),_0x52f743=_0x605767[_0x5b9370(0x253)][_0x5b9370(0x175)](_0xf67540);if(_0x532051[_0x5b9370(0x34b)][_0x5b9370(0x184)]!==_0xf67540[_0x5b9370(0x34b)][_0x5b9370(0x184)]||_0x532051[_0x5b9370(0x34b)][_0x5b9370(0x249)]!==_0xf67540[_0x5b9370(0x34b)]['subUnitId'])return{'m1Prime':_0x1cdc6e,'m2Prime':_0x52f743};const _0x56d248=_0x52f743[_0x5b9370(0x34b)]['ranges'][_0x5b9370(0x20a)](_0x6a4ea4=>{const _0x2cab45=_0x5b9370,_0x279dcd=_0x1cdc6e[_0x2cab45(0x34b)][_0x2cab45(0x31c)],_0x310c17=_0x279dcd[_0x2cab45(0x167)]-_0x279dcd[_0x2cab45(0x232)]+0x1;return _0x279dcd[_0x2cab45(0x232)]<=_0x6a4ea4['startRow']?{..._0x6a4ea4,'startRow':_0x6a4ea4[_0x2cab45(0x232)]+_0x310c17,'endRow':_0x6a4ea4[_0x2cab45(0x167)]+_0x310c17}:_0x279dcd['startRow']>_0x6a4ea4[_0x2cab45(0x232)]&&_0x279dcd[_0x2cab45(0x232)]<=_0x6a4ea4[_0x2cab45(0x167)]?{..._0x6a4ea4,'endRow':_0x6a4ea4[_0x2cab45(0x167)]+_0x310c17}:{..._0x6a4ea4};});return _0x52f743[_0x5b9370(0x34b)][_0x5b9370(0x1a1)]=_0x56d248,{'m1Prime':_0x1cdc6e,'m2Prime':_0x52f743};}},_0x26c84e={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1['ReorderRangeMutation']['id'],'handler'(_0x58d1fb,_0x2eb239){const _0x494909=_0x329bfc,_0x187fed={'m1Prime':_0x58d1fb,'m2Prime':_0x2eb239};if(_0x58d1fb[_0x494909(0x34b)]['unitId']!==_0x2eb239[_0x494909(0x34b)][_0x494909(0x184)]||_0x58d1fb[_0x494909(0x34b)][_0x494909(0x249)]!==_0x2eb239[_0x494909(0x34b)][_0x494909(0x249)])return _0x187fed;const _0x4518a0=_0x605767[_0x494909(0x253)][_0x494909(0x175)](_0x2eb239),_0x191513=_0x25cfb1[_0x494909(0x245)](_0x3bf2c4(_0x25cfb1[_0x494909(0x24b)](_0x58d1fb[_0x494909(0x34b)]['range'])),_0x3bf2c4(_0x25cfb1[_0x494909(0x24b)](_0x2eb239['params'][_0x494909(0x31c)])));_0x4518a0[_0x494909(0x34b)]['range'][_0x494909(0x232)]+=_0x191513[_0x494909(0x201)],_0x4518a0[_0x494909(0x34b)][_0x494909(0x31c)][_0x494909(0x167)]+=_0x191513[_0x494909(0x201)]+(_0x191513[_0x494909(0x190)]||0x0);const _0x4c9340=_0x58d1fb[_0x494909(0x34b)]['range']['startRow'],_0x4bc55b=_0x58d1fb[_0x494909(0x34b)]['range']['endRow']-_0x58d1fb[_0x494909(0x34b)][_0x494909(0x31c)][_0x494909(0x232)]+0x1,_0x3667b1={};for(const _0x34f32e in _0x2eb239['params'][_0x494909(0x25a)]){let _0x41ffef=Number(_0x34f32e),_0x2fa0e5=_0x2eb239[_0x494909(0x34b)][_0x494909(0x25a)][_0x34f32e];_0x41ffef=_0x18e55b(_0x4c9340,_0x4bc55b,_0x41ffef),_0x2fa0e5=_0x18e55b(_0x4c9340,_0x4bc55b,_0x2fa0e5),_0x3667b1[_0x41ffef]=_0x2fa0e5;}return _0x4518a0[_0x494909(0x34b)]['order']=_0x3667b1,{'m1Prime':_0x58d1fb,'m2Prime':_0x4518a0};}},_0x18e55b=(_0x573e23,_0x1652e8,_0xaf3af8)=>_0xaf3af8>=_0x573e23?_0xaf3af8+_0x1652e8:_0xaf3af8,_0x2ddec6={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler'(_0x55a52a,_0x313107){const _0x337e6b=_0x329bfc,_0x5009fb={'m1Prime':_0x55a52a,'m2Prime':_0x313107};if(_0x55a52a['params'][_0x337e6b(0x184)]!==_0x313107['params'][_0x337e6b(0x184)]||_0x55a52a[_0x337e6b(0x34b)][_0x337e6b(0x249)]!==_0x313107[_0x337e6b(0x34b)][_0x337e6b(0x249)])return _0x5009fb;const _0x432c46=[_0x605767[_0x337e6b(0x253)][_0x337e6b(0x175)](_0x55a52a)],_0x2a3069=_0x605767[_0x337e6b(0x253)][_0x337e6b(0x175)](_0x313107),{values:_0xdcec20}=_0x2a3069[_0x337e6b(0x34b)],_0x4c04a0=[];let _0x26f38c=!0x1;for(const _0x2d9625 in _0xdcec20){const _0x13685c=_0xdcec20[_0x2d9625];if(_0x4c04a0[_0x337e6b(0x1c7)](..._0x13685c[_0x337e6b(0x1a1)]),_0x13685c[_0x337e6b(0x1a1)][_0x337e6b(0x1cd)](_0x5a2fd8=>{const _0x12bd41=_0x337e6b,_0x5d25a1=_0x25cfb1[_0x12bd41(0x245)](_0x3bf2c4(_0x25cfb1[_0x12bd41(0x24b)](_0x55a52a[_0x12bd41(0x34b)][_0x12bd41(0x31c)])),_0x25cfb1[_0x12bd41(0x24b)](_0x3bf2c4(_0x5a2fd8)));return _0x5d25a1[_0x12bd41(0x190)]!==0x0?!0x0:(_0x5d25a1['step']!==0x0&&(_0x26f38c=!0x0),_0x5a2fd8[_0x12bd41(0x232)]+=_0x5d25a1[_0x12bd41(0x201)],_0x5a2fd8[_0x12bd41(0x167)]+=_0x5d25a1[_0x12bd41(0x201)],!0x1);}))return{'error':new Error(_0x337e6b(0x2cb))};}if(_0x26f38c){const _0x1448fd={'id':_0x25cfb1['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x313107[_0x337e6b(0x34b)]['unitId'],'subUnitId':_0x313107['params'][_0x337e6b(0x249)],'ranges':_0x4c04a0}};_0x432c46[_0x337e6b(0x1c7)](_0x1448fd,_0x2a3069);}return{'m1Prime':_0x432c46,'m2Prime':_0x2a3069};}},_0x1d00ef={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x264)]['id'],'handler'(_0x4c0be5,_0x12e47e){const _0x51c396=_0x329bfc,_0x566fbf={'m1Prime':_0x4c0be5,'m2Prime':_0x12e47e};if(_0x4c0be5['params'][_0x51c396(0x184)]!==_0x12e47e[_0x51c396(0x34b)][_0x51c396(0x184)]||_0x4c0be5[_0x51c396(0x34b)][_0x51c396(0x249)]!==_0x12e47e[_0x51c396(0x34b)][_0x51c396(0x249)])return _0x566fbf;const _0x20094f=[_0x605767[_0x51c396(0x253)][_0x51c396(0x175)](_0x4c0be5)],_0x21e4ab=_0x605767['Tools'][_0x51c396(0x175)](_0x12e47e),_0x48a590=new _0x605767['ObjectMatrix'](_0x21e4ab[_0x51c396(0x34b)][_0x51c396(0x302)]),_0x34b333=_0x48a590[_0x51c396(0x27b)](),_0x4ba947=_0x4c0be5['params'][_0x51c396(0x31c)],_0x5f0ddc=_0x4ba947['endRow']-_0x4ba947[_0x51c396(0x232)]+0x1;if(_0x21e4ab[_0x51c396(0x34b)]['cellValue']&&_0x4ba947[_0x51c396(0x232)]<=_0x34b333[_0x51c396(0x167)]){const _0x59deb5=Math[_0x51c396(0x146)](_0x34b333['startRow'],_0x4ba947[_0x51c396(0x232)]);_0x164a80(_0x21e4ab[_0x51c396(0x34b)][_0x51c396(0x302)],_0x59deb5,_0x34b333[_0x51c396(0x167)]-_0x59deb5+0x1,_0x5f0ddc);}const _0x1e7a79=new _0x605767['ObjectMatrix']();let _0x42e54b=!0x1;if(_0x48a590[_0x51c396(0x307)]((_0x5e5caa,_0x17fb13,_0x4b5e52)=>{const _0x142da6=_0x51c396;if(_0x4b5e52&&_0x4b5e52['f']){const _0x599849=_0x4b5e52['f'];let _0x1d2833=!0x1;const _0x53b23f=_0x199426(_0x4c0be5['params']['unitId'],_0x4c0be5[_0x142da6(0x34b)][_0x142da6(0x249)],_0x599849,_0x30c13e=>{const _0xd89041=_0x142da6,_0x1506c5=_0x25cfb1[_0xd89041(0x245)](_0x3bf2c4(_0x25cfb1['rotateRange'](_0x4c0be5[_0xd89041(0x34b)][_0xd89041(0x31c)])),_0x3bf2c4(_0x25cfb1[_0xd89041(0x24b)](_0x30c13e)));return(_0x1506c5['step']!==0x0||_0x1506c5[_0xd89041(0x190)]!==0x0)&&(_0x1d2833=!0x0,_0x30c13e[_0xd89041(0x232)]+=_0x1506c5[_0xd89041(0x201)],_0x30c13e[_0xd89041(0x167)]+=_0x1506c5[_0xd89041(0x201)]+_0x1506c5[_0xd89041(0x190)]),_0x30c13e;});_0x1d2833&&(_0x42e54b=!0x0,_0x4b5e52['f']=_0x53b23f,_0x1e7a79[_0x142da6(0x174)](_0x5e5caa,_0x17fb13,{..._0x4b5e52}));}}),_0x42e54b){const _0x17c338={'id':_0x25cfb1[_0x51c396(0x264)]['id'],'params':{'unitId':_0x12e47e['params']['unitId'],'subUnitId':_0x12e47e[_0x51c396(0x34b)][_0x51c396(0x249)],'cellValue':_0x1e7a79['getMatrix']()}};_0x20094f[_0x51c396(0x1c7)](_0x17c338);}return{'m1Prime':_0x20094f,'m2Prime':_0x21e4ab};}},_0x539bfb={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1['SetRowDataMutation']['id'],'handler'(_0x7b06db,_0x4c9aa8){const _0x13d955=_0x329bfc,_0x38ebb1={'m1Prime':_0x7b06db,'m2Prime':_0x4c9aa8};if(_0x7b06db[_0x13d955(0x34b)][_0x13d955(0x184)]!==_0x4c9aa8[_0x13d955(0x34b)]['unitId']||_0x7b06db['params'][_0x13d955(0x249)]!==_0x4c9aa8['params']['subUnitId'])return _0x38ebb1;const _0x5c2108=_0x605767['Tools'][_0x13d955(0x175)](_0x7b06db),_0x14e225=_0x605767['Tools'][_0x13d955(0x175)](_0x4c9aa8),{rowData:_0x5cf560}=_0x14e225[_0x13d955(0x34b)];for(let _0x589ed7=_0x7b06db['params'][_0x13d955(0x31c)][_0x13d955(0x232)];_0x589ed7<=_0x7b06db[_0x13d955(0x34b)][_0x13d955(0x31c)][_0x13d955(0x167)];_0x589ed7++)_0x605767[_0x13d955(0x20c)](_0x589ed7,void 0x0,_0x5cf560);return{'m1Prime':_0x5c2108,'m2Prime':_0x14e225};}},_0x13f243={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1c2)]['id'],'handler'(_0x980992,_0x2a0782){const _0x572013=_0x329bfc,_0x55cfff={'m1Prime':_0x980992,'m2Prime':_0x2a0782};if(_0x980992[_0x572013(0x34b)][_0x572013(0x184)]!==_0x2a0782[_0x572013(0x34b)][_0x572013(0x184)]||_0x980992[_0x572013(0x34b)]['subUnitId']!==_0x2a0782[_0x572013(0x34b)][_0x572013(0x249)])return _0x55cfff;const _0x29e131=_0x605767[_0x572013(0x253)]['deepClone'](_0x980992),_0x4065fd=_0x605767[_0x572013(0x253)][_0x572013(0x175)](_0x2a0782),{ranges:_0x21f0f0}=_0x4065fd[_0x572013(0x34b)];return _0x21f0f0[_0x572013(0x1cd)](_0x1c9d19=>{const _0x429f77=_0x572013,_0x2ea882=_0x25cfb1[_0x429f77(0x245)](_0x3bf2c4(_0x25cfb1[_0x429f77(0x24b)](_0x980992[_0x429f77(0x34b)][_0x429f77(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x429f77(0x24b)](_0x1c9d19)));return _0x2ea882[_0x429f77(0x190)]!==0x0?!0x0:(_0x1c9d19['startRow']+=_0x2ea882[_0x429f77(0x201)],_0x1c9d19[_0x429f77(0x167)]+=_0x2ea882[_0x429f77(0x201)],!0x1);})?{'error':new Error(_0x572013(0x165))}:{'m1Prime':_0x29e131,'m2Prime':_0x4065fd};}},_0x46c456={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1['SetRowVisibleMutation']['id'],'handler'(_0x4767e8,_0x1573f1){const _0x252a35=_0x329bfc,_0x326c11={'m1Prime':_0x4767e8,'m2Prime':_0x1573f1};if(_0x4767e8[_0x252a35(0x34b)][_0x252a35(0x184)]!==_0x1573f1[_0x252a35(0x34b)][_0x252a35(0x184)]||_0x4767e8[_0x252a35(0x34b)][_0x252a35(0x249)]!==_0x1573f1[_0x252a35(0x34b)][_0x252a35(0x249)])return _0x326c11;const _0x550dd5=_0x605767[_0x252a35(0x253)][_0x252a35(0x175)](_0x4767e8),_0x1cdf41=_0x605767[_0x252a35(0x253)][_0x252a35(0x175)](_0x1573f1),{ranges:_0x19acae}=_0x1cdf41[_0x252a35(0x34b)];return _0x19acae['some'](_0x42f440=>{const _0x1d61c2=_0x252a35,_0x16e302=_0x25cfb1[_0x1d61c2(0x245)](_0x3bf2c4(_0x25cfb1[_0x1d61c2(0x24b)](_0x4767e8[_0x1d61c2(0x34b)][_0x1d61c2(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x1d61c2(0x24b)](_0x42f440)));return _0x16e302['length']!==0x0?!0x0:(_0x42f440[_0x1d61c2(0x232)]+=_0x16e302[_0x1d61c2(0x201)],_0x42f440['endRow']+=_0x16e302[_0x1d61c2(0x201)],!0x1);})?{'error':new Error(_0x252a35(0x222))}:{'m1Prime':_0x550dd5,'m2Prime':_0x1cdf41};}},_0x47feb1={'m1':_0x25cfb1['InsertRowMutation']['id'],'m2':_0x25cfb1['SetSelectionsOperation']['id'],'handler'(_0x54a1b7,_0x3da1dd){const _0x3cbf64=_0x329bfc,_0x253186={'m1Prime':[],'m2Prime':[]};if(_0x54a1b7[_0x3cbf64(0x34b)][_0x3cbf64(0x184)]!==_0x3da1dd[_0x3cbf64(0x34b)][_0x3cbf64(0x184)]||_0x54a1b7[_0x3cbf64(0x34b)][_0x3cbf64(0x249)]!==_0x3da1dd[_0x3cbf64(0x34b)][_0x3cbf64(0x249)])return _0x253186;const _0x84176d=_0x605767[_0x3cbf64(0x253)][_0x3cbf64(0x175)](_0x3da1dd);let _0x571c4a=!0x1;return _0x84176d[_0x3cbf64(0x34b)][_0x3cbf64(0x355)][_0x3cbf64(0x26b)](_0xb81a2=>{const _0x1cf0c9=_0x3cbf64,{range:_0x3ff52b,primary:_0x2e71d4}=_0xb81a2,_0x5d9396=_0x25cfb1[_0x1cf0c9(0x245)](_0x3bf2c4(_0x25cfb1[_0x1cf0c9(0x24b)](_0x54a1b7[_0x1cf0c9(0x34b)][_0x1cf0c9(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x1cf0c9(0x24b)](_0x3ff52b)));if(_0x5d9396[_0x1cf0c9(0x190)]||_0x5d9396[_0x1cf0c9(0x201)]){if(_0x3ff52b[_0x1cf0c9(0x232)]+=_0x5d9396[_0x1cf0c9(0x201)],_0x3ff52b[_0x1cf0c9(0x167)]+=_0x5d9396['step']+(_0x5d9396['length']||0x0),_0x2e71d4){const _0x427ded=_0x25cfb1[_0x1cf0c9(0x245)](_0x3bf2c4(_0x25cfb1[_0x1cf0c9(0x24b)](_0x54a1b7[_0x1cf0c9(0x34b)][_0x1cf0c9(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x1cf0c9(0x24b)](_0x2e71d4)));(_0x427ded[_0x1cf0c9(0x190)]||_0x427ded['step'])&&(_0x2e71d4[_0x1cf0c9(0x232)]+=_0x427ded[_0x1cf0c9(0x201)],_0x2e71d4[_0x1cf0c9(0x167)]+=_0x427ded[_0x1cf0c9(0x201)],_0x2e71d4[_0x1cf0c9(0x2d7)]+=_0x427ded[_0x1cf0c9(0x201)]);}_0x571c4a=!0x0;}}),_0x571c4a&&_0x253186[_0x3cbf64(0x329)][_0x3cbf64(0x1c7)](_0x84176d),_0x253186;}},_0x1fb054={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x42660f[_0x329bfc(0x24f)]['id'],'handler'(_0x198f4b,_0x59e693){const _0x480363=_0x329bfc,_0x2a041d={'m1Prime':[_0x198f4b],'m2Prime':[_0x59e693]};if(_0x198f4b[_0x480363(0x34b)][_0x480363(0x184)]!==_0x59e693[_0x480363(0x34b)][_0x480363(0x184)]||_0x198f4b[_0x480363(0x34b)][_0x480363(0x249)]!==_0x59e693[_0x480363(0x34b)]['subUnitId'])return _0x2a041d;const _0x5bc94a=_0x605767[_0x480363(0x253)][_0x480363(0x175)](_0x198f4b),_0x2a47da=_0x605767['Tools'][_0x480363(0x175)](_0x59e693),_0x1e6532=_0x1ce851({'start':_0x198f4b[_0x480363(0x34b)][_0x480363(0x31c)]['startRow'],'end':_0x198f4b[_0x480363(0x34b)][_0x480363(0x31c)][_0x480363(0x167)]},{'start':_0x59e693[_0x480363(0x34b)][_0x480363(0x31c)][_0x480363(0x232)],'end':_0x59e693['params'][_0x480363(0x31c)]['endRow']});return _0x2a47da[_0x480363(0x34b)][_0x480363(0x31c)][_0x480363(0x232)]===_0x1e6532[_0x480363(0x33c)]&&_0x2a47da[_0x480363(0x34b)]['range'][_0x480363(0x167)]===_0x1e6532[_0x480363(0x377)]?_0x2a041d:(_0x2a47da['params'][_0x480363(0x31c)][_0x480363(0x232)]=_0x1e6532['start'],_0x2a47da[_0x480363(0x34b)][_0x480363(0x31c)][_0x480363(0x167)]=_0x1e6532[_0x480363(0x377)],{'m1Prime':[_0x2a47da,_0x5bc94a],'m2Prime':[_0x2a47da]});}},_0x1ee420={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1['SetWorksheetRowAutoHeightMutation']['id'],'handler'(_0x12dbd6,_0x38ab7a){const _0x4772ee=_0x329bfc,_0x3fad8c={'m1Prime':_0x12dbd6,'m2Prime':_0x38ab7a};if(_0x12dbd6[_0x4772ee(0x34b)]['unitId']!==_0x38ab7a[_0x4772ee(0x34b)]['unitId']||_0x12dbd6['params'][_0x4772ee(0x249)]!==_0x38ab7a[_0x4772ee(0x34b)]['subUnitId'])return _0x3fad8c;const _0x5bf417=_0x605767[_0x4772ee(0x253)]['deepClone'](_0x12dbd6),_0x36d8ba=_0x605767[_0x4772ee(0x253)][_0x4772ee(0x175)](_0x38ab7a),{rowsAutoHeightInfo:_0x5f5223}=_0x36d8ba[_0x4772ee(0x34b)];return _0x5f5223[_0x4772ee(0x1cd)](_0x4aa789=>{const _0x47bcaf=_0x4772ee,_0x391d9b={'startRow':_0x4aa789['row'],'endRow':_0x4aa789[_0x47bcaf(0x2ef)],'startColumn':0x0,'endColumn':0x0},_0x556e88=_0x25cfb1['handleBaseInsertRange'](_0x3bf2c4(_0x25cfb1[_0x47bcaf(0x24b)](_0x12dbd6['params'][_0x47bcaf(0x31c)])),_0x25cfb1[_0x47bcaf(0x24b)](_0x391d9b));return _0x556e88[_0x47bcaf(0x190)]!==0x0?!0x0:(_0x4aa789[_0x47bcaf(0x2ef)]+=_0x556e88[_0x47bcaf(0x201)],!0x1);})?{'error':new Error(_0x4772ee(0x267))}:{'m1Prime':_0x5bf417,'m2Prime':_0x36d8ba};}},_0x30e922={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x277)]['id'],'handler'(_0x2b211f,_0x241980){const _0x31b074=_0x329bfc,_0x61a4b={'m1Prime':_0x2b211f,'m2Prime':_0x241980};if(_0x2b211f['params']['unitId']!==_0x241980[_0x31b074(0x34b)]['unitId']||_0x2b211f[_0x31b074(0x34b)]['subUnitId']!==_0x241980[_0x31b074(0x34b)][_0x31b074(0x249)])return _0x61a4b;const _0x35ef39=_0x605767[_0x31b074(0x253)][_0x31b074(0x175)](_0x2b211f),_0x590029=_0x605767[_0x31b074(0x253)][_0x31b074(0x175)](_0x241980),{ranges:_0x572ee6,rowHeight:_0x17346b}=_0x590029[_0x31b074(0x34b)];if(_0x572ee6[_0x31b074(0x1cd)](_0xec066b=>{const _0x1d5904=_0x31b074,_0x440b8a=_0x25cfb1[_0x1d5904(0x245)](_0x3bf2c4(_0x25cfb1[_0x1d5904(0x24b)](_0x2b211f[_0x1d5904(0x34b)]['range'])),_0x25cfb1[_0x1d5904(0x24b)](_0xec066b));return _0x440b8a['length']!==0x0?!0x0:(_0xec066b[_0x1d5904(0x232)]+=_0x440b8a['step'],_0xec066b[_0x1d5904(0x167)]+=_0x440b8a['step'],!0x1);}))return{'error':new Error(_0x31b074(0x328))};if(typeof _0x17346b!='number'){for(let _0x3c8690=_0x2b211f[_0x31b074(0x34b)][_0x31b074(0x31c)][_0x31b074(0x232)];_0x3c8690<=_0x2b211f[_0x31b074(0x34b)][_0x31b074(0x31c)]['endRow'];_0x3c8690++)_0x605767[_0x31b074(0x20c)](_0x3c8690,void 0x0,_0x17346b);}return{'m1Prime':_0x35ef39,'m2Prime':_0x590029};}},_0x2dfd4b={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1a3)]['id'],'handler'(_0x3574a9,_0x3ab3c2){const _0x4b2322=_0x329bfc,_0x493d0f={'m1Prime':_0x3574a9,'m2Prime':_0x3ab3c2};if(_0x3574a9[_0x4b2322(0x34b)]['unitId']!==_0x3ab3c2[_0x4b2322(0x34b)][_0x4b2322(0x184)]||_0x3574a9['params'][_0x4b2322(0x249)]!==_0x3ab3c2[_0x4b2322(0x34b)][_0x4b2322(0x249)])return _0x493d0f;const _0x2ec11a=_0x605767[_0x4b2322(0x253)]['deepClone'](_0x3574a9),_0x1afb23=_0x605767['Tools'][_0x4b2322(0x175)](_0x3ab3c2),{ranges:_0x4412c6,autoHeightInfo:_0x38420a}=_0x1afb23['params'];if(_0x4412c6['some'](_0x21b6d4=>{const _0x5bd11b=_0x4b2322,_0x45a118=_0x25cfb1[_0x5bd11b(0x245)](_0x3bf2c4(_0x25cfb1[_0x5bd11b(0x24b)](_0x3574a9[_0x5bd11b(0x34b)]['range'])),_0x25cfb1[_0x5bd11b(0x24b)](_0x21b6d4));return _0x45a118[_0x5bd11b(0x190)]!==0x0?!0x0:(_0x21b6d4[_0x5bd11b(0x232)]+=_0x45a118[_0x5bd11b(0x201)],_0x21b6d4['endRow']+=_0x45a118[_0x5bd11b(0x201)],!0x1);}))return{'error':new Error(_0x4b2322(0x1fc))};if(typeof _0x38420a!=_0x4b2322(0x312)){for(let _0x2b73d5=_0x3574a9['params'][_0x4b2322(0x31c)][_0x4b2322(0x232)];_0x2b73d5<=_0x3574a9['params'][_0x4b2322(0x31c)]['endRow'];_0x2b73d5++)_0x605767[_0x4b2322(0x20c)](_0x2b73d5,void 0x0,_0x38420a);}return{'m1Prime':_0x2ec11a,'m2Prime':_0x1afb23};}},_0x2b9cd6={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x473239[_0x329bfc(0x1a9)]['id'],'handler':(_0x1800c2,_0x304cad)=>{const _0x1b1f32=_0x329bfc,_0x1a35d2={'m1Prime':_0x1800c2,'m2Prime':_0x304cad};if(_0x1800c2[_0x1b1f32(0x34b)][_0x1b1f32(0x184)]!==_0x304cad[_0x1b1f32(0x34b)]['unitId']||_0x1800c2['params'][_0x1b1f32(0x249)]!==_0x304cad[_0x1b1f32(0x34b)][_0x1b1f32(0x249)])return _0x1a35d2;const _0x5eeb23={'id':_0x25cfb1['InsertRowCommand']['id'],'params':{'unitId':_0x1800c2['params'][_0x1b1f32(0x184)],'subUnitId':_0x1800c2[_0x1b1f32(0x34b)][_0x1b1f32(0x249)],'range':_0x1800c2[_0x1b1f32(0x34b)][_0x1b1f32(0x31c)]}},_0x22d9b1=_0x6b5600(_0x304cad,_0x5eeb23);return{'m1Prime':[_0x1800c2,..._0x22d9b1],'m2Prime':[_0x304cad,..._0x22d9b1]};}},_0xdb2583={'m1':_0x25cfb1[_0x329bfc(0x32d)]['id'],'m2':_0x11b0d4['UpdateDataValidationMutation']['id'],'handler':(_0xf53023,_0x1be7f5)=>{const _0x36429e=_0x329bfc,_0x377a12={'m1Prime':_0xf53023,'m2Prime':_0x1be7f5};if(_0xf53023[_0x36429e(0x34b)]['unitId']!==_0x1be7f5[_0x36429e(0x34b)][_0x36429e(0x184)]||_0x1be7f5['params'][_0x36429e(0x249)]!==_0xf53023[_0x36429e(0x34b)][_0x36429e(0x249)])return _0x377a12;const _0xa6593={'id':_0x25cfb1[_0x36429e(0x16a)]['id'],'params':{'unitId':_0xf53023['params'][_0x36429e(0x184)],'subUnitId':_0xf53023[_0x36429e(0x34b)][_0x36429e(0x249)],'range':_0xf53023[_0x36429e(0x34b)][_0x36429e(0x31c)]}},_0xbf83f4=_0x30609b(_0x1be7f5,_0xa6593);return{'m1Prime':[_0xf53023,..._0xbf83f4],'m2Prime':[_0x1be7f5,..._0xbf83f4]};}},_0x4444db={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x5d8728,_0x5af5ec)=>{const _0x1a8ec5=_0x329bfc,_0x22f642={'m1Prime':_0x5d8728,'m2Prime':_0x5af5ec};if(_0x5d8728['params'][_0x1a8ec5(0x184)]!==_0x5af5ec[_0x1a8ec5(0x34b)][_0x1a8ec5(0x184)]||_0x5d8728['params'][_0x1a8ec5(0x249)]!==_0x5af5ec[_0x1a8ec5(0x34b)][_0x1a8ec5(0x249)])return _0x22f642;const _0x5d6f87={'id':_0x25cfb1[_0x1a8ec5(0x2fa)]['id'],'params':{'unitId':_0x5d8728[_0x1a8ec5(0x34b)][_0x1a8ec5(0x184)],'subUnitId':_0x5d8728['params'][_0x1a8ec5(0x249)],'fromRange':_0x5d8728[_0x1a8ec5(0x34b)][_0x1a8ec5(0x34c)],'toRange':_0x5d8728['params']['targetRange']}},_0x1cc2d9=_0x43c0d6(_0x5af5ec,_0x5d6f87);return{'m1Prime':[_0x5d8728,..._0x1cc2d9],'m2Prime':[_0x5af5ec,..._0x1cc2d9]};}},_0x5a9edc={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x25cfb1['AddWorksheetMergeMutation']['id'],'handler'(_0x18920c,_0x30fb3b){const _0xd969e0=_0x329bfc,_0x58772c=_0x23a6a2[_0xd969e0(0x1e1)](_0x30fb3b,_0x18920c);return _0xda76fe(_0x58772c)?{'m1Prime':_0x58772c[_0xd969e0(0x329)],'m2Prime':_0x58772c[_0xd969e0(0x1da)]}:_0x58772c;}},_0xd393bd={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x25cfb1[_0x329bfc(0x298)]['id'],'handler'(_0x137ea7,_0x4e05ba){const _0x2b2766=_0x329bfc,_0x1f2d28={'m1Prime':_0x137ea7,'m2Prime':_0x4e05ba};if(_0x137ea7[_0x2b2766(0x34b)][_0x2b2766(0x184)]!==_0x4e05ba[_0x2b2766(0x34b)][_0x2b2766(0x184)]||_0x137ea7['params'][_0x2b2766(0x249)]!==_0x4e05ba[_0x2b2766(0x34b)][_0x2b2766(0x249)])return _0x1f2d28;const _0x1c1b17=_0x605767[_0x2b2766(0x253)][_0x2b2766(0x175)](_0x137ea7),_0x33915c=_0x605767[_0x2b2766(0x253)][_0x2b2766(0x175)](_0x4e05ba),_0x1a79d6=_0x4e05ba[_0x2b2766(0x34b)][_0x2b2766(0x34c)],_0x2b54f8=_0x4e05ba[_0x2b2766(0x34b)][_0x2b2766(0x2d3)],_0x1bfddf=_0x137ea7['params'][_0x2b2766(0x34c)],_0xc5dbc9=_0x137ea7[_0x2b2766(0x34b)][_0x2b2766(0x2d3)];if(_0x1bfddf[_0x2b2766(0x1de)]>=_0x1a79d6[_0x2b2766(0x1f5)]&&_0x1bfddf[_0x2b2766(0x1f5)]<=_0x1a79d6[_0x2b2766(0x1de)])return{'error':new Error(_0x2b2766(0x1ba))};const _0x5c5ebe=_0x25cfb1[_0x2b2766(0x32c)]({'start':_0x1bfddf[_0x2b2766(0x1f5)],'end':_0x1bfddf[_0x2b2766(0x1de)]},{'start':_0xc5dbc9[_0x2b2766(0x1f5)],'end':_0xc5dbc9[_0x2b2766(0x1de)]},{'start':_0x1a79d6[_0x2b2766(0x1f5)],'end':_0x1a79d6['endColumn']}),_0x3f58cb=_0x25cfb1[_0x2b2766(0x32c)]({'start':_0x1bfddf[_0x2b2766(0x1f5)],'end':_0x1bfddf[_0x2b2766(0x1de)]},{'start':_0xc5dbc9['startColumn'],'end':_0xc5dbc9['endColumn']},{'start':_0x2b54f8[_0x2b2766(0x1f5)],'end':_0x2b54f8[_0x2b2766(0x1de)]});_0x5c5ebe&&_0x3f58cb?(_0x33915c['params'][_0x2b2766(0x34c)][_0x2b2766(0x1f5)]+=_0x5c5ebe['step'],_0x33915c[_0x2b2766(0x34b)][_0x2b2766(0x34c)][_0x2b2766(0x1de)]+=_0x5c5ebe[_0x2b2766(0x201)]+(_0x5c5ebe[_0x2b2766(0x190)]||0x0),_0x33915c[_0x2b2766(0x34b)][_0x2b2766(0x2d3)][_0x2b2766(0x1f5)]+=_0x3f58cb['step'],_0x33915c[_0x2b2766(0x34b)]['targetRange']['endColumn']+=_0x3f58cb['step']+(_0x3f58cb[_0x2b2766(0x190)]||0x0)):_0x33915c['id']=_0x25cfb1[_0x2b2766(0x187)]['id'];const _0x3f3c32=_0x25cfb1[_0x2b2766(0x32c)]({'start':_0x1a79d6[_0x2b2766(0x1f5)],'end':_0x1a79d6['endColumn']},{'start':_0x2b54f8[_0x2b2766(0x1f5)],'end':_0x2b54f8[_0x2b2766(0x1de)]},{'start':_0x1bfddf[_0x2b2766(0x1f5)],'end':_0x1bfddf[_0x2b2766(0x1de)]}),_0x158bfc=_0x25cfb1[_0x2b2766(0x32c)]({'start':_0x1a79d6[_0x2b2766(0x1f5)],'end':_0x1a79d6[_0x2b2766(0x1de)]},{'start':_0x2b54f8[_0x2b2766(0x1f5)],'end':_0x2b54f8[_0x2b2766(0x1de)]},{'start':_0xc5dbc9[_0x2b2766(0x1f5)],'end':_0xc5dbc9[_0x2b2766(0x1de)]});return _0x3f3c32&&_0x158bfc?(_0x1c1b17[_0x2b2766(0x34b)][_0x2b2766(0x34c)][_0x2b2766(0x1f5)]+=_0x3f3c32[_0x2b2766(0x201)],_0x1c1b17[_0x2b2766(0x34b)]['sourceRange'][_0x2b2766(0x1de)]+=_0x3f3c32['step']+(_0x3f3c32[_0x2b2766(0x190)]||0x0),_0x1c1b17[_0x2b2766(0x34b)][_0x2b2766(0x2d3)][_0x2b2766(0x1f5)]+=_0x158bfc['step'],_0x1c1b17['params'][_0x2b2766(0x2d3)][_0x2b2766(0x1de)]+=_0x158bfc[_0x2b2766(0x201)]+(_0x158bfc[_0x2b2766(0x190)]||0x0)):_0x1c1b17['id']=_0x25cfb1['EmptyMutation']['id'],{'m1Prime':_0x1c1b17,'m2Prime':_0x33915c};}},_0x3e283d={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0x499fb7,_0x2d308f){const _0x46700f=_0x329bfc,_0x5988d9={'m1Prime':_0x499fb7,'m2Prime':_0x2d308f};if(_0x499fb7[_0x46700f(0x34b)][_0x46700f(0x184)]!==_0x2d308f[_0x46700f(0x34b)][_0x46700f(0x184)]||_0x499fb7[_0x46700f(0x34b)][_0x46700f(0x249)]!==_0x2d308f[_0x46700f(0x34b)]['from'][_0x46700f(0x249)]&&_0x499fb7[_0x46700f(0x34b)]['subUnitId']!==_0x2d308f[_0x46700f(0x34b)]['to'][_0x46700f(0x249)])return _0x5988d9;const _0x12db45=_0x605767[_0x46700f(0x253)][_0x46700f(0x175)](_0x499fb7),_0x2c70bd=_0x605767[_0x46700f(0x253)]['deepClone'](_0x2d308f),_0x4295a9=_0x499fb7[_0x46700f(0x34b)][_0x46700f(0x34c)],_0x239a5d=_0x499fb7[_0x46700f(0x34b)][_0x46700f(0x2d3)];if(_0x499fb7[_0x46700f(0x34b)]['subUnitId']===_0x2d308f[_0x46700f(0x34b)][_0x46700f(0x198)][_0x46700f(0x249)]){const _0xef38f6=new _0x605767['ObjectMatrix'](_0x2c70bd[_0x46700f(0x34b)][_0x46700f(0x198)]['value']),_0x56e2c2=_0xef38f6[_0x46700f(0x27b)]();if(_0x2a6beb({'start':_0x4295a9[_0x46700f(0x1f5)],'end':_0x4295a9[_0x46700f(0x1de)]},{'start':_0x56e2c2[_0x46700f(0x1f5)],'end':_0x56e2c2[_0x46700f(0x1de)]})||_0x2a6beb({'start':_0x239a5d[_0x46700f(0x1f5)],'end':_0x239a5d[_0x46700f(0x1de)]},{'start':_0x56e2c2[_0x46700f(0x1f5)],'end':_0x56e2c2[_0x46700f(0x1de)]}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};const _0x5b1fa4=_0x25cfb1[_0x46700f(0x32c)]({'start':_0x4295a9[_0x46700f(0x1f5)],'end':_0x4295a9[_0x46700f(0x1de)]},{'start':_0x239a5d[_0x46700f(0x1f5)],'end':_0x239a5d[_0x46700f(0x1de)]},{'start':_0x56e2c2['startColumn'],'end':_0x56e2c2[_0x46700f(0x1de)]});if(_0x5b1fa4[_0x46700f(0x190)]!==0x0)return{'error':new Error(_0x46700f(0x227))};_0x5b1fa4[_0x46700f(0x201)]!==0x0&&_0xef38f6[_0x46700f(0x259)](_0x4295a9[_0x46700f(0x1f5)],_0x4295a9['endColumn']-_0x4295a9['startColumn']+0x1,_0x239a5d[_0x46700f(0x1f5)]),_0x2c70bd[_0x46700f(0x34b)][_0x46700f(0x198)][_0x46700f(0x316)]=_0xef38f6[_0x46700f(0x1af)]();}if(_0x499fb7[_0x46700f(0x34b)][_0x46700f(0x249)]===_0x2d308f['params']['to']['subUnitId']){const _0x41dd30=new _0x605767[(_0x46700f(0x238))](_0x2c70bd[_0x46700f(0x34b)]['to'][_0x46700f(0x316)]),_0x23e920=_0x41dd30['getDataRange']();if(_0x2a6beb({'start':_0x4295a9[_0x46700f(0x1f5)],'end':_0x4295a9[_0x46700f(0x1de)]},{'start':_0x23e920[_0x46700f(0x1f5)],'end':_0x23e920[_0x46700f(0x1de)]})||_0x2a6beb({'start':_0x239a5d[_0x46700f(0x1f5)],'end':_0x239a5d[_0x46700f(0x1de)]},{'start':_0x23e920[_0x46700f(0x1f5)],'end':_0x23e920[_0x46700f(0x1de)]}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};const _0xa703b5=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0x4295a9['startColumn'],'end':_0x4295a9[_0x46700f(0x1de)]},{'start':_0x239a5d[_0x46700f(0x1f5)],'end':_0x239a5d[_0x46700f(0x1de)]},{'start':_0x23e920['startColumn'],'end':_0x23e920[_0x46700f(0x1de)]});if(_0xa703b5[_0x46700f(0x190)]!==0x0)return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};_0xa703b5['step']!==0x0&&_0x41dd30[_0x46700f(0x259)](_0x4295a9[_0x46700f(0x1f5)],_0x4295a9[_0x46700f(0x1de)]-_0x4295a9[_0x46700f(0x1f5)]+0x1,_0x239a5d[_0x46700f(0x1f5)]),_0x2c70bd['params']['to'][_0x46700f(0x316)]=_0x41dd30[_0x46700f(0x1af)]();}return{'m1Prime':_0x12db45,'m2Prime':_0x2c70bd};}},_0x18a76a={'m1':_0x25cfb1['MoveColsMutation']['id'],'m2':_0x25cfb1['RemoveNumfmtMutation']['id'],'handler'(_0x3a2a58,_0xc6a6db){const _0x4b2ac3=_0x329bfc,_0xe85117={'m1Prime':_0x3a2a58,'m2Prime':_0xc6a6db};if(_0x3a2a58[_0x4b2ac3(0x34b)]['unitId']!==_0xc6a6db[_0x4b2ac3(0x34b)][_0x4b2ac3(0x184)]||_0x3a2a58['params'][_0x4b2ac3(0x249)]!==_0xc6a6db[_0x4b2ac3(0x34b)]['subUnitId'])return _0xe85117;const _0x4ffe8d=_0x605767[_0x4b2ac3(0x253)]['deepClone'](_0x3a2a58),_0xeaafea=_0x605767['Tools'][_0x4b2ac3(0x175)](_0xc6a6db),{sourceRange:_0x3fd071,targetRange:_0x2ebaf1}=_0x3a2a58['params'],_0x5742ed={'start':_0x3fd071[_0x4b2ac3(0x1f5)],'end':_0x3fd071[_0x4b2ac3(0x1de)]},_0x2d7818={'start':_0x2ebaf1[_0x4b2ac3(0x1f5)],'end':_0x2ebaf1[_0x4b2ac3(0x1de)]};return _0xeaafea['params'][_0x4b2ac3(0x1a1)][_0x4b2ac3(0x1cd)](_0x271c78=>{const _0x3fa4b4=_0x4b2ac3,_0x47c24b={'start':_0x271c78[_0x3fa4b4(0x1f5)],'end':_0x271c78[_0x3fa4b4(0x1de)]},_0x1ab67c=_0x2a6beb(_0x5742ed,_0x47c24b),_0x42f2e5=_0x2a6beb(_0x2d7818,_0x47c24b);if(_0x1ab67c||_0x42f2e5)return!0x0;const _0x2b1396=_0x25cfb1[_0x3fa4b4(0x32c)](_0x5742ed,_0x2d7818,_0x47c24b);return _0x2b1396[_0x3fa4b4(0x190)]!==0x0?!0x0:(_0x271c78[_0x3fa4b4(0x1f5)]+=_0x2b1396[_0x3fa4b4(0x201)],_0x271c78[_0x3fa4b4(0x1de)]+=_0x2b1396[_0x3fa4b4(0x201)],!0x1);})?{'error':new Error(_0x4b2ac3(0x17d))}:{'m1Prime':_0x4ffe8d,'m2Prime':_0xeaafea};}},_0x443520={'m1':_0x25cfb1['MoveColsMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x17e)]['id'],'handler'(_0x43c72b,_0x2dd201){const _0x122055=_0x329bfc,_0x42b972=_0x605767[_0x122055(0x253)][_0x122055(0x175)](_0x43c72b),_0x20ccb4=_0x605767[_0x122055(0x253)][_0x122055(0x175)](_0x2dd201);if(_0x43c72b[_0x122055(0x34b)]['unitId']!==_0x2dd201[_0x122055(0x34b)]['unitId']||_0x43c72b['params'][_0x122055(0x249)]!==_0x2dd201[_0x122055(0x34b)][_0x122055(0x249)])return{'m1Prime':_0x42b972,'m2Prime':_0x20ccb4};const _0x377f75=_0x20ccb4['params']['ranges'][_0x122055(0x2c6)]((_0x56e727,_0x559b1a)=>{const _0x392d93=_0x122055,{sourceRange:_0x4e36df,targetRange:_0x4fec10}=_0x43c72b[_0x392d93(0x34b)],_0x36f6ff={..._0x559b1a};return _0x4e36df['endColumn']<_0x36f6ff['startColumn']&&_0x4fec10[_0x392d93(0x1f5)]>_0x36f6ff[_0x392d93(0x1de)]?(_0x36f6ff[_0x392d93(0x1f5)]-=_0x4e36df[_0x392d93(0x1de)]-_0x4e36df[_0x392d93(0x1f5)]+0x1,_0x36f6ff['endColumn']-=_0x4e36df['endColumn']-_0x4e36df[_0x392d93(0x1f5)]+0x1,_0x5375a2(_0x36f6ff)&&_0x56e727[_0x392d93(0x1c7)](_0x36f6ff)):_0x4e36df[_0x392d93(0x1f5)]>_0x36f6ff[_0x392d93(0x1de)]&&_0x4fec10[_0x392d93(0x1de)]<_0x36f6ff[_0x392d93(0x1f5)]?(_0x36f6ff[_0x392d93(0x1f5)]+=_0x4e36df[_0x392d93(0x1de)]-_0x4e36df[_0x392d93(0x1f5)]+0x1,_0x36f6ff['endColumn']+=_0x4e36df[_0x392d93(0x1de)]-_0x4e36df[_0x392d93(0x1f5)]+0x1,_0x5375a2(_0x36f6ff)&&_0x56e727[_0x392d93(0x1c7)](_0x36f6ff)):_0x605767[_0x392d93(0x290)][_0x392d93(0x341)](_0x36f6ff,_0x4e36df)||_0x605767['Rectangle'][_0x392d93(0x341)](_0x36f6ff,_0x4fec10)||_0x56e727['push'](_0x36f6ff),_0x56e727;},[]);return _0x20ccb4[_0x122055(0x34b)]['ranges']=_0x377f75,_0x20ccb4[_0x122055(0x34b)][_0x122055(0x1a1)][_0x122055(0x190)]===0x0&&(_0x20ccb4['id']=_0x25cfb1['EmptyMutation']['id']),{'m1Prime':_0x42b972,'m2Prime':_0x20ccb4};}},_0x6ab1f0={'m1':_0x25cfb1['MoveColsMutation']['id'],'m2':_0x25cfb1['ReorderRangeMutation']['id'],'handler'(_0x32626f,_0x16627a){const _0x19f801=_0x329bfc,_0x1128ed={'m1Prime':_0x32626f,'m2Prime':_0x16627a};if(_0x32626f['params'][_0x19f801(0x184)]!==_0x16627a['params'][_0x19f801(0x184)]||_0x32626f['params'][_0x19f801(0x249)]!==_0x16627a['params'][_0x19f801(0x249)])return _0x1128ed;const _0x145370=_0x32626f[_0x19f801(0x34b)]['sourceRange'][_0x19f801(0x1f5)],_0x5a04df=_0x32626f['params'][_0x19f801(0x34c)][_0x19f801(0x1de)],_0x1d841f=_0x32626f[_0x19f801(0x34b)][_0x19f801(0x2d3)]['startColumn'],_0x17e7c1=_0x32626f['params']['targetRange'][_0x19f801(0x1de)],_0x3a0c9b=_0x16627a[_0x19f801(0x34b)][_0x19f801(0x31c)][_0x19f801(0x1f5)],_0x588101=_0x16627a[_0x19f801(0x34b)][_0x19f801(0x31c)][_0x19f801(0x1de)];if(_0x145370<=_0x588101&&_0x5a04df>=_0x3a0c9b||_0x1d841f<=_0x588101&&_0x17e7c1>=_0x3a0c9b)return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20reorder\x20range')};const _0x5ab18a=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0x145370,'end':_0x5a04df},{'start':_0x1d841f,'end':_0x17e7c1},{'start':_0x3a0c9b,'end':_0x588101}),_0x2573d9=_0x605767[_0x19f801(0x253)][_0x19f801(0x175)](_0x16627a);return _0x2573d9[_0x19f801(0x34b)][_0x19f801(0x31c)][_0x19f801(0x1f5)]+=_0x5ab18a[_0x19f801(0x201)],_0x2573d9[_0x19f801(0x34b)][_0x19f801(0x31c)][_0x19f801(0x1de)]+=_0x5ab18a['step']+(_0x5ab18a[_0x19f801(0x190)]||0x0),{'m1Prime':_0x32626f,'m2Prime':_0x2573d9};}},_0x209f02={'m1':_0x25cfb1['MoveColsMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x32f)]['id'],'handler'(_0x15ee3c,_0x168c5a){const _0x467c8e=_0x329bfc,_0x156a42={'m1Prime':_0x15ee3c,'m2Prime':_0x168c5a};if(_0x15ee3c[_0x467c8e(0x34b)][_0x467c8e(0x184)]!==_0x168c5a[_0x467c8e(0x34b)]['unitId']||_0x15ee3c['params'][_0x467c8e(0x249)]!==_0x168c5a[_0x467c8e(0x34b)][_0x467c8e(0x249)])return _0x156a42;const _0x339993=_0x605767[_0x467c8e(0x253)][_0x467c8e(0x175)](_0x15ee3c),_0x501d81=_0x605767[_0x467c8e(0x253)][_0x467c8e(0x175)](_0x168c5a),{columnData:_0x1dd917}=_0x501d81[_0x467c8e(0x34b)],{sourceRange:_0x2843e7,targetRange:_0x4d6f42}=_0x15ee3c[_0x467c8e(0x34b)];return _0x605767[_0x467c8e(0x364)](_0x2843e7[_0x467c8e(0x1f5)],_0x2843e7[_0x467c8e(0x1de)]-_0x2843e7[_0x467c8e(0x1f5)]+0x1,_0x4d6f42['startColumn'],_0x1dd917),{'m1Prime':_0x339993,'m2Prime':_0x501d81};}},_0xb81efb={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x25cfb1[_0x329bfc(0x342)]['id'],'handler'(_0x44527e,_0x49edef){const _0x5f4dcd=_0x329bfc,_0x521fdf={'m1Prime':_0x44527e,'m2Prime':_0x49edef};if(_0x44527e[_0x5f4dcd(0x34b)][_0x5f4dcd(0x184)]!==_0x49edef[_0x5f4dcd(0x34b)][_0x5f4dcd(0x184)]||_0x44527e['params']['subUnitId']!==_0x49edef[_0x5f4dcd(0x34b)][_0x5f4dcd(0x249)])return _0x521fdf;const _0x2606a9=_0x605767[_0x5f4dcd(0x253)][_0x5f4dcd(0x175)](_0x44527e),_0x40d95f=_0x605767['Tools']['deepClone'](_0x49edef),{ranges:_0x359e1d}=_0x40d95f[_0x5f4dcd(0x34b)],{sourceRange:_0x8e1968,targetRange:_0x102d04}=_0x44527e['params'],_0x56df43={'start':_0x8e1968[_0x5f4dcd(0x1f5)],'end':_0x8e1968[_0x5f4dcd(0x1de)]},_0x12e393={'start':_0x102d04[_0x5f4dcd(0x1f5)],'end':_0x102d04[_0x5f4dcd(0x1de)]};return _0x359e1d[_0x5f4dcd(0x1cd)](_0x2882f5=>{const _0x1b8b4d=_0x5f4dcd,_0x447a32={'start':_0x2882f5[_0x1b8b4d(0x1f5)],'end':_0x2882f5[_0x1b8b4d(0x1de)]},_0x557e93=_0x2a6beb(_0x56df43,_0x447a32),_0x2ad74f=_0x2a6beb(_0x12e393,_0x447a32);if(_0x557e93||_0x2ad74f)return!0x0;const _0x303146=_0x25cfb1[_0x1b8b4d(0x32c)](_0x56df43,_0x12e393,_0x447a32);return _0x303146[_0x1b8b4d(0x190)]!==0x0?!0x0:(_0x2882f5[_0x1b8b4d(0x1f5)]+=_0x303146[_0x1b8b4d(0x201)],_0x2882f5[_0x1b8b4d(0x1de)]+=_0x303146[_0x1b8b4d(0x201)],!0x1);})?{'error':new Error(_0x5f4dcd(0x35f))}:{'m1Prime':_0x2606a9,'m2Prime':_0x40d95f};}},_0x502392={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x25cfb1[_0x329bfc(0x293)]['id'],'handler'(_0x5b0f22,_0x3bdc19){const _0xa75963=_0x329bfc,_0x506da9={'m1Prime':_0x5b0f22,'m2Prime':_0x3bdc19};if(_0x5b0f22[_0xa75963(0x34b)][_0xa75963(0x184)]!==_0x3bdc19[_0xa75963(0x34b)][_0xa75963(0x184)]||_0x5b0f22['params'][_0xa75963(0x249)]!==_0x3bdc19[_0xa75963(0x34b)][_0xa75963(0x249)])return _0x506da9;const _0x331ee2=_0x605767[_0xa75963(0x253)][_0xa75963(0x175)](_0x5b0f22),_0x20e054=_0x605767[_0xa75963(0x253)][_0xa75963(0x175)](_0x3bdc19),{ranges:_0x217f0d}=_0x20e054[_0xa75963(0x34b)],{sourceRange:_0x1982b3,targetRange:_0x29eb2d}=_0x5b0f22[_0xa75963(0x34b)],_0x33aa5d={'start':_0x1982b3[_0xa75963(0x1f5)],'end':_0x1982b3[_0xa75963(0x1de)]},_0x581b0d={'start':_0x29eb2d['startColumn'],'end':_0x29eb2d[_0xa75963(0x1de)]};return _0x217f0d[_0xa75963(0x1cd)](_0x51107f=>{const _0x527413=_0xa75963,_0x1f9ce0={'start':_0x51107f['startColumn'],'end':_0x51107f[_0x527413(0x1de)]},_0x194ab5=_0x2a6beb(_0x33aa5d,_0x1f9ce0),_0x351a90=_0x2a6beb(_0x581b0d,_0x1f9ce0);if(_0x194ab5||_0x351a90)return!0x0;const _0x127eb5=_0x25cfb1['handleBaseMoveRowsCols'](_0x33aa5d,_0x581b0d,_0x1f9ce0);return _0x127eb5['length']!==0x0?!0x0:(_0x51107f[_0x527413(0x1f5)]+=_0x127eb5['step'],_0x51107f[_0x527413(0x1de)]+=_0x127eb5['step'],!0x1);})?{'error':new Error(_0xa75963(0x1b7))}:{'m1Prime':_0x331ee2,'m2Prime':_0x20e054};}},_0x35a5ef={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler'(_0x4893a9,_0x18b825){const _0x2ca2af=_0x329bfc,_0x3bfe91={'m1Prime':_0x4893a9,'m2Prime':_0x18b825};if(_0x4893a9[_0x2ca2af(0x34b)][_0x2ca2af(0x184)]!==_0x18b825[_0x2ca2af(0x34b)][_0x2ca2af(0x184)]||_0x4893a9['params'][_0x2ca2af(0x249)]!==_0x18b825['params'][_0x2ca2af(0x249)])return _0x3bfe91;const _0x12ad3a=[_0x605767[_0x2ca2af(0x253)]['deepClone'](_0x4893a9)],_0x3b5a3d=_0x605767[_0x2ca2af(0x253)][_0x2ca2af(0x175)](_0x18b825),{sourceRange:_0x7c68b6,targetRange:_0x4eb680}=_0x4893a9[_0x2ca2af(0x34b)],_0x252ef2={'start':_0x7c68b6[_0x2ca2af(0x1f5)],'end':_0x7c68b6[_0x2ca2af(0x1de)]},_0x43cc68={'start':_0x4eb680[_0x2ca2af(0x1f5)],'end':_0x4eb680['endColumn']},{values:_0x3b4b62}=_0x3b5a3d['params'],_0x29ab51=[];let _0x465f31=!0x1;for(const _0xa52f0c in _0x3b4b62){const _0x5949db=_0x3b4b62[_0xa52f0c];if(_0x29ab51['push'](..._0x5949db[_0x2ca2af(0x1a1)]),_0x5949db[_0x2ca2af(0x1a1)][_0x2ca2af(0x1cd)](_0x197726=>{const _0x12158a=_0x2ca2af,_0x260b82={'start':_0x197726[_0x12158a(0x1f5)],'end':_0x197726[_0x12158a(0x1de)]},_0x4c276c=_0x2a6beb(_0x252ef2,_0x260b82),_0x55aae2=_0x2a6beb(_0x43cc68,_0x260b82);if(_0x4c276c||_0x55aae2)return!0x0;const _0x5e7b77=_0x25cfb1['handleBaseMoveRowsCols'](_0x252ef2,_0x43cc68,_0x260b82);return _0x5e7b77[_0x12158a(0x190)]!==0x0?!0x0:(_0x5e7b77['step']!==0x0&&(_0x465f31=!0x0),_0x197726[_0x12158a(0x1f5)]+=_0x5e7b77[_0x12158a(0x201)],_0x197726[_0x12158a(0x1de)]+=_0x5e7b77['step'],!0x1);}))return{'error':new Error(_0x2ca2af(0x1df))};}if(_0x465f31){const _0x4ca837={'id':_0x25cfb1['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x18b825['params'][_0x2ca2af(0x184)],'subUnitId':_0x18b825[_0x2ca2af(0x34b)][_0x2ca2af(0x249)],'ranges':_0x29ab51}};_0x12ad3a['push'](_0x4ca837,_0x3b5a3d);}return{'m1Prime':_0x12ad3a,'m2Prime':_0x3b5a3d};}},_0x5c8cfe={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x25cfb1[_0x329bfc(0x264)]['id'],'handler'(_0x383224,_0x2b935c){const _0x5607c9=_0x329bfc,_0x1fb425={'m1Prime':_0x383224,'m2Prime':_0x2b935c};if(_0x383224[_0x5607c9(0x34b)][_0x5607c9(0x184)]!==_0x2b935c['params']['unitId']||_0x383224['params'][_0x5607c9(0x249)]!==_0x2b935c[_0x5607c9(0x34b)][_0x5607c9(0x249)])return _0x1fb425;const _0x567c2a=[_0x605767[_0x5607c9(0x253)][_0x5607c9(0x175)](_0x383224)],_0xe0a14b=_0x605767[_0x5607c9(0x253)][_0x5607c9(0x175)](_0x2b935c),_0x5d488d=new _0x605767[(_0x5607c9(0x238))](_0xe0a14b['params'][_0x5607c9(0x302)]),{sourceRange:_0xc8a390,targetRange:_0x54fc8d}=_0x383224[_0x5607c9(0x34b)],_0x5429ea=_0xc8a390[_0x5607c9(0x1f5)],_0x1187f7=_0xc8a390[_0x5607c9(0x1de)]-_0xc8a390['startColumn']+0x1,_0x109461=_0x54fc8d[_0x5607c9(0x1f5)];_0x5d488d[_0x5607c9(0x259)](_0x5429ea,_0x1187f7,_0x109461);const _0x19006b=new _0x605767[(_0x5607c9(0x238))]();let _0x2eca5d=!0x1;if(_0x5d488d['forValue']((_0x4bb657,_0x40eef8,_0x41bc4d)=>{const _0x1055f7=_0x5607c9;if(_0x41bc4d&&_0x41bc4d['f']){const _0x787bde=_0x41bc4d['f'];let _0x80ab86=!0x1;const _0x51c9ae=_0x199426(_0x383224[_0x1055f7(0x34b)][_0x1055f7(0x184)],_0x383224['params']['subUnitId'],_0x787bde,_0x3171ec=>{const _0x5a4016=_0x1055f7,_0xe097fe=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0x383224[_0x5a4016(0x34b)]['sourceRange']['startColumn'],'end':_0x383224[_0x5a4016(0x34b)][_0x5a4016(0x34c)][_0x5a4016(0x1de)]},{'start':_0x383224[_0x5a4016(0x34b)][_0x5a4016(0x2d3)][_0x5a4016(0x1f5)],'end':_0x383224['params']['targetRange'][_0x5a4016(0x1de)]},{'start':_0x3171ec[_0x5a4016(0x1f5)],'end':_0x3171ec['endColumn']});return(_0xe097fe[_0x5a4016(0x201)]!==0x0||_0xe097fe[_0x5a4016(0x190)]!==0x0)&&(_0x80ab86=!0x0,_0x3171ec['startColumn']+=_0xe097fe[_0x5a4016(0x201)],_0x3171ec[_0x5a4016(0x1de)]+=_0xe097fe['step']+_0xe097fe[_0x5a4016(0x190)]),_0x3171ec;});_0x80ab86&&(_0x2eca5d=!0x0,_0x41bc4d['f']=_0x51c9ae,_0x19006b['setValue'](_0x4bb657,_0x40eef8,{..._0x41bc4d}));}}),_0x2eca5d){const _0xa56373={'id':_0x25cfb1[_0x5607c9(0x264)]['id'],'params':{'unitId':_0x2b935c['params'][_0x5607c9(0x184)],'subUnitId':_0x2b935c[_0x5607c9(0x34b)][_0x5607c9(0x249)],'cellValue':_0x19006b[_0x5607c9(0x1af)]()}};_0x567c2a[_0x5607c9(0x1c7)](_0xa56373);}return _0xe0a14b[_0x5607c9(0x34b)][_0x5607c9(0x302)]=_0x5d488d[_0x5607c9(0x1af)](),{'m1Prime':_0x567c2a,'m2Prime':_0xe0a14b};}},_0x5ca937={'m1':_0x25cfb1['MoveColsMutation']['id'],'m2':_0x25cfb1['SetSelectionsOperation']['id'],'handler'(_0x5ad81a,_0x48e5bd){const _0x2611ed=_0x329bfc,_0x202da9={'m1Prime':[],'m2Prime':[]};if(_0x5ad81a['params'][_0x2611ed(0x184)]!==_0x48e5bd[_0x2611ed(0x34b)][_0x2611ed(0x184)]||_0x5ad81a[_0x2611ed(0x34b)][_0x2611ed(0x249)]!==_0x48e5bd[_0x2611ed(0x34b)][_0x2611ed(0x249)])return _0x202da9;const _0x437513=_0x605767[_0x2611ed(0x253)][_0x2611ed(0x175)](_0x48e5bd);let _0x56bbd0=!0x1;return _0x437513['params'][_0x2611ed(0x355)][_0x2611ed(0x26b)](_0x5666bf=>{const _0x4e381d=_0x2611ed,{range:_0x432aef,primary:_0x454f5c}=_0x5666bf,_0x471962=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0x5ad81a[_0x4e381d(0x34b)]['sourceRange'][_0x4e381d(0x1f5)],'end':_0x5ad81a[_0x4e381d(0x34b)][_0x4e381d(0x34c)][_0x4e381d(0x1de)]},{'start':_0x5ad81a['params'][_0x4e381d(0x2d3)][_0x4e381d(0x1f5)],'end':_0x5ad81a[_0x4e381d(0x34b)][_0x4e381d(0x2d3)][_0x4e381d(0x1de)]},{'start':_0x432aef[_0x4e381d(0x1f5)],'end':_0x432aef['endColumn']});if(_0x471962[_0x4e381d(0x190)]||_0x471962[_0x4e381d(0x201)]){if(_0x432aef[_0x4e381d(0x1f5)]+=_0x471962[_0x4e381d(0x201)],_0x432aef[_0x4e381d(0x1de)]+=_0x471962['step']+(_0x471962['length']||0x0),_0x454f5c){const _0x57daff=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0x5ad81a[_0x4e381d(0x34b)]['sourceRange']['startColumn'],'end':_0x5ad81a[_0x4e381d(0x34b)]['sourceRange'][_0x4e381d(0x1de)]},{'start':_0x5ad81a[_0x4e381d(0x34b)][_0x4e381d(0x2d3)][_0x4e381d(0x1f5)],'end':_0x5ad81a['params']['targetRange'][_0x4e381d(0x1de)]},{'start':_0x454f5c[_0x4e381d(0x1f5)],'end':_0x454f5c[_0x4e381d(0x1de)]});(_0x57daff[_0x4e381d(0x190)]||_0x57daff[_0x4e381d(0x201)])&&(_0x454f5c[_0x4e381d(0x1f5)]+=_0x57daff[_0x4e381d(0x201)],_0x454f5c[_0x4e381d(0x1de)]+=_0x57daff['step'],_0x454f5c[_0x4e381d(0x35a)]+=_0x57daff['step']);}_0x56bbd0=!0x0;}}),_0x56bbd0&&_0x202da9[_0x2611ed(0x329)]['push'](_0x437513),_0x202da9;}},_0x229912={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x42660f[_0x329bfc(0x17f)]['id'],'handler'(_0x18e6f1,_0x530869){const _0x32fea0=_0x329bfc,_0x4d4aa8={'m1Prime':_0x18e6f1,'m2Prime':_0x530869};if(_0x18e6f1[_0x32fea0(0x34b)][_0x32fea0(0x184)]!==_0x530869[_0x32fea0(0x34b)][_0x32fea0(0x184)]||_0x18e6f1[_0x32fea0(0x34b)]['subUnitId']!==_0x530869[_0x32fea0(0x34b)][_0x32fea0(0x249)])return _0x4d4aa8;const _0x53f3a0=_0x605767[_0x32fea0(0x253)][_0x32fea0(0x175)](_0x18e6f1),_0x167c52=_0x605767[_0x32fea0(0x253)][_0x32fea0(0x175)](_0x530869),_0x515c95=_0x25cfb1[_0x32fea0(0x32c)]({'start':_0x18e6f1['params'][_0x32fea0(0x34c)][_0x32fea0(0x1f5)],'end':_0x18e6f1[_0x32fea0(0x34b)][_0x32fea0(0x34c)]['endColumn']},{'start':_0x18e6f1['params']['targetRange'][_0x32fea0(0x1f5)],'end':_0x18e6f1[_0x32fea0(0x34b)][_0x32fea0(0x2d3)][_0x32fea0(0x1de)]},{'start':_0x530869[_0x32fea0(0x34b)][_0x32fea0(0x282)],'end':_0x530869['params'][_0x32fea0(0x282)]});if(_0x515c95[_0x32fea0(0x201)]===0x0)return _0x4d4aa8;_0x167c52[_0x32fea0(0x34b)][_0x32fea0(0x282)]+=_0x515c95[_0x32fea0(0x201)],_0x167c52[_0x32fea0(0x34b)]['criteria']&&(_0x167c52[_0x32fea0(0x34b)][_0x32fea0(0x1d0)]['colId']+=_0x515c95['step']);const _0x4ac2b0=_0x605767['Tools'][_0x32fea0(0x175)](_0x530869);return _0x4ac2b0[_0x32fea0(0x34b)][_0x32fea0(0x1d0)]=null,{'m1Prime':[_0x4ac2b0,_0x167c52,_0x53f3a0],'m2Prime':[_0x167c52]};}},_0x545e49={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x42660f[_0x329bfc(0x24f)]['id'],'handler'(_0xf8f08c,_0x2c2f57){const _0x3d16bf=_0x329bfc,_0x402177={'m1Prime':[_0xf8f08c],'m2Prime':[_0x2c2f57]};if(_0xf8f08c[_0x3d16bf(0x34b)]['unitId']!==_0x2c2f57[_0x3d16bf(0x34b)][_0x3d16bf(0x184)]||_0xf8f08c[_0x3d16bf(0x34b)][_0x3d16bf(0x249)]!==_0x2c2f57[_0x3d16bf(0x34b)][_0x3d16bf(0x249)])return _0x402177;const _0x47d977=_0x605767[_0x3d16bf(0x253)][_0x3d16bf(0x175)](_0xf8f08c),_0x15e6d9=_0x605767[_0x3d16bf(0x253)][_0x3d16bf(0x175)](_0x2c2f57),_0x15b026=_0x25cfb1[_0x3d16bf(0x32c)]({'start':_0xf8f08c[_0x3d16bf(0x34b)][_0x3d16bf(0x34c)][_0x3d16bf(0x1f5)],'end':_0xf8f08c[_0x3d16bf(0x34b)][_0x3d16bf(0x34c)][_0x3d16bf(0x1de)]},{'start':_0xf8f08c[_0x3d16bf(0x34b)][_0x3d16bf(0x2d3)][_0x3d16bf(0x1f5)],'end':_0xf8f08c[_0x3d16bf(0x34b)]['targetRange'][_0x3d16bf(0x1de)]},{'start':_0x2c2f57[_0x3d16bf(0x34b)][_0x3d16bf(0x31c)][_0x3d16bf(0x1f5)],'end':_0x2c2f57[_0x3d16bf(0x34b)][_0x3d16bf(0x31c)]['endColumn']});return _0x15e6d9[_0x3d16bf(0x34b)][_0x3d16bf(0x31c)][_0x3d16bf(0x1f5)]+=_0x15b026[_0x3d16bf(0x201)],_0x15e6d9['params'][_0x3d16bf(0x31c)][_0x3d16bf(0x1de)]+=_0x15b026[_0x3d16bf(0x201)]+_0x15b026[_0x3d16bf(0x190)],{'m1Prime':[_0x15e6d9,_0x47d977],'m2Prime':[_0x15e6d9]};}},_0x1a76ed={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x25cfb1['SetWorksheetColWidthMutation']['id'],'handler'(_0x5baae5,_0x3a8a4e){const _0x54b6c6=_0x329bfc,_0x366651={'m1Prime':_0x5baae5,'m2Prime':_0x3a8a4e};if(_0x5baae5[_0x54b6c6(0x34b)][_0x54b6c6(0x184)]!==_0x3a8a4e[_0x54b6c6(0x34b)][_0x54b6c6(0x184)]||_0x5baae5['params']['subUnitId']!==_0x3a8a4e[_0x54b6c6(0x34b)][_0x54b6c6(0x249)])return _0x366651;const _0x317bfa=_0x605767[_0x54b6c6(0x253)][_0x54b6c6(0x175)](_0x5baae5),_0x5a13a1=_0x605767['Tools']['deepClone'](_0x3a8a4e),{ranges:_0x121208,colWidth:_0x196b38}=_0x5a13a1[_0x54b6c6(0x34b)],{sourceRange:_0x5c46dc,targetRange:_0x36d50f}=_0x5baae5[_0x54b6c6(0x34b)],_0x979a8c={'start':_0x5c46dc[_0x54b6c6(0x1f5)],'end':_0x5c46dc['endColumn']},_0x419153={'start':_0x36d50f['startColumn'],'end':_0x36d50f[_0x54b6c6(0x1de)]};return _0x121208['some'](_0x1e413a=>{const _0x165707=_0x54b6c6,_0x30879a={'start':_0x1e413a[_0x165707(0x1f5)],'end':_0x1e413a[_0x165707(0x1de)]},_0x25173d=_0x25cfb1['handleBaseMoveRowsCols'](_0x979a8c,_0x419153,_0x30879a);return _0x25173d[_0x165707(0x190)]!==0x0?!0x0:(_0x1e413a['startColumn']+=_0x25173d[_0x165707(0x201)],_0x1e413a['endColumn']+=_0x25173d['step'],!0x1);})?{'error':new Error(_0x54b6c6(0x191))}:(typeof _0x196b38!=_0x54b6c6(0x312)&&_0x605767[_0x54b6c6(0x364)](_0x5c46dc[_0x54b6c6(0x1f5)],_0x5c46dc[_0x54b6c6(0x1de)]-_0x5c46dc[_0x54b6c6(0x1f5)]+0x1,_0x36d50f['startColumn'],_0x196b38),{'m1Prime':_0x317bfa,'m2Prime':_0x5a13a1});}},_0x2a97bb={'m1':_0x25cfb1[_0x329bfc(0x298)]['id'],'m2':_0x473239['UpdateCommentRefMutation']['id'],'handler':(_0x2fb7eb,_0x56f1ec)=>{const _0x4d139b=_0x329bfc,_0x36d0b2={'m1Prime':_0x2fb7eb,'m2Prime':_0x56f1ec};if(_0x2fb7eb[_0x4d139b(0x34b)][_0x4d139b(0x184)]!==_0x56f1ec[_0x4d139b(0x34b)]['unitId']||_0x2fb7eb['params'][_0x4d139b(0x249)]!==_0x56f1ec[_0x4d139b(0x34b)]['subUnitId'])return _0x36d0b2;const _0x4963c1={'id':_0x25cfb1[_0x4d139b(0x2fa)]['id'],'params':{'unitId':_0x2fb7eb[_0x4d139b(0x34b)][_0x4d139b(0x184)],'subUnitId':_0x2fb7eb[_0x4d139b(0x34b)][_0x4d139b(0x249)],'fromRange':_0x2fb7eb['params'][_0x4d139b(0x34c)],'toRange':_0x2fb7eb[_0x4d139b(0x34b)][_0x4d139b(0x2d3)]}},_0x51450b=_0x6b5600(_0x56f1ec,_0x4963c1);return{'m1Prime':[_0x2fb7eb,..._0x51450b],'m2Prime':[_0x56f1ec,..._0x51450b]};}},_0x1e7ff6={'m1':_0x472dd0['MoveConditionalRuleMutation']['id'],'m2':_0x472dd0[_0x329bfc(0x28c)]['id'],'handler'(_0x3d7cb5,_0x49058e){const _0x1aa2e1=_0x329bfc;return _0x3d7cb5['params'][_0x1aa2e1(0x184)]!==_0x49058e['params'][_0x1aa2e1(0x184)]||_0x3d7cb5[_0x1aa2e1(0x34b)][_0x1aa2e1(0x249)]!==_0x49058e['params'][_0x1aa2e1(0x249)]?{'m1Prime':_0x3d7cb5,'m2Prime':_0x49058e}:{'error':new Error(_0x1aa2e1(0x32b))};}},_0xd0aae0={'m1':_0x25cfb1[_0x329bfc(0x30b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler'(_0x38eef6,_0x49dd67){const _0x3828e1=_0x329bfc,_0x1e9322=_0x2c5fa0['handler'](_0x49dd67,_0x38eef6);return _0xda76fe(_0x1e9322)?{'m1Prime':_0x1e9322[_0x3828e1(0x329)],'m2Prime':_0x1e9322[_0x3828e1(0x1da)]}:_0x1e9322;}},_0x2206cd={'m1':_0x25cfb1[_0x329bfc(0x30b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0x34844b,_0x13340f){const _0x31a832=_0x329bfc,_0x261078={'m1Prime':_0x34844b,'m2Prime':_0x13340f};if(_0x34844b[_0x31a832(0x34b)][_0x31a832(0x184)]!==_0x13340f[_0x31a832(0x34b)][_0x31a832(0x184)])return _0x261078;const _0x22e9e7=new _0x605767['ObjectMatrix'](_0x34844b[_0x31a832(0x34b)][_0x31a832(0x198)]['value'])[_0x31a832(0x27b)](),_0x31c68b=new _0x605767[(_0x31a832(0x238))](_0x13340f[_0x31a832(0x34b)][_0x31a832(0x198)][_0x31a832(0x316)])['getDataRange'](),_0x3f5d96=new _0x605767[(_0x31a832(0x238))](_0x34844b[_0x31a832(0x34b)]['to'][_0x31a832(0x316)])[_0x31a832(0x27b)](),_0x150c40=new _0x605767['ObjectMatrix'](_0x13340f[_0x31a832(0x34b)]['to'][_0x31a832(0x316)])['getDataRange']();return _0x34844b[_0x31a832(0x34b)][_0x31a832(0x198)][_0x31a832(0x249)]===_0x13340f['params'][_0x31a832(0x198)][_0x31a832(0x249)]&&_0x605767[_0x31a832(0x290)][_0x31a832(0x341)](_0x22e9e7,_0x31c68b)||_0x34844b[_0x31a832(0x34b)]['to'][_0x31a832(0x249)]===_0x13340f[_0x31a832(0x34b)]['to'][_0x31a832(0x249)]&&_0x605767[_0x31a832(0x290)][_0x31a832(0x341)](_0x3f5d96,_0x150c40)||_0x34844b[_0x31a832(0x34b)][_0x31a832(0x198)]['subUnitId']===_0x13340f[_0x31a832(0x34b)]['to'][_0x31a832(0x249)]&&_0x605767[_0x31a832(0x290)][_0x31a832(0x341)](_0x22e9e7,_0x150c40)||_0x34844b['params']['to']['subUnitId']===_0x13340f[_0x31a832(0x34b)][_0x31a832(0x198)][_0x31a832(0x249)]&&_0x605767['Rectangle']['intersects'](_0x3f5d96,_0x31c68b)?{'error':new Error('Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.')}:_0x261078;}},_0x419db4={'m1':_0x25cfb1['MoveRangeMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler'(_0x214ba0,_0x51e8df){const _0x57ae1b=_0x329bfc,_0x319a8f={'m1Prime':_0x214ba0,'m2Prime':_0x51e8df};if(_0x214ba0['params'][_0x57ae1b(0x184)]!==_0x51e8df[_0x57ae1b(0x34b)]['unitId']||_0x214ba0[_0x57ae1b(0x34b)][_0x57ae1b(0x198)][_0x57ae1b(0x249)]!==_0x51e8df[_0x57ae1b(0x34b)][_0x57ae1b(0x249)]&&_0x214ba0[_0x57ae1b(0x34b)]['to']['subUnitId']!==_0x51e8df[_0x57ae1b(0x34b)][_0x57ae1b(0x249)])return _0x319a8f;const _0x1ff26c=new _0x605767[(_0x57ae1b(0x238))](_0x214ba0['params'][_0x57ae1b(0x198)]['value'])[_0x57ae1b(0x27b)](),_0x1e0c7c=new _0x605767[(_0x57ae1b(0x238))](_0x214ba0[_0x57ae1b(0x34b)]['to']['value'])[_0x57ae1b(0x27b)]();return _0x214ba0['params'][_0x57ae1b(0x198)][_0x57ae1b(0x249)]===_0x51e8df[_0x57ae1b(0x34b)][_0x57ae1b(0x249)]&&_0x51e8df[_0x57ae1b(0x34b)][_0x57ae1b(0x1a1)][_0x57ae1b(0x1cd)](_0xdc5692=>_0x605767[_0x57ae1b(0x290)][_0x57ae1b(0x341)](_0xdc5692,_0x1ff26c))?{'error':new Error(_0x57ae1b(0x23b))}:_0x214ba0[_0x57ae1b(0x34b)]['to'][_0x57ae1b(0x249)]===_0x51e8df[_0x57ae1b(0x34b)][_0x57ae1b(0x249)]&&_0x51e8df[_0x57ae1b(0x34b)]['ranges'][_0x57ae1b(0x1cd)](_0x56dcd8=>_0x605767[_0x57ae1b(0x290)]['intersects'](_0x56dcd8,_0x1e0c7c))?{'error':new Error(_0x57ae1b(0x23b))}:_0x319a8f;}},_0x160ffd={'m1':_0x25cfb1[_0x329bfc(0x30b)]['id'],'m2':_0x25cfb1['ReorderRangeMutation']['id'],'handler'(_0x4aa7dd,_0x28f3f5){const _0x2235fc=_0x329bfc,_0x39b63e={'m1Prime':_0x4aa7dd,'m2Prime':_0x28f3f5};if(_0x4aa7dd[_0x2235fc(0x34b)][_0x2235fc(0x184)]!==_0x28f3f5[_0x2235fc(0x34b)][_0x2235fc(0x184)]||_0x4aa7dd[_0x2235fc(0x34b)][_0x2235fc(0x198)][_0x2235fc(0x249)]!==_0x28f3f5[_0x2235fc(0x34b)]['subUnitId']&&_0x4aa7dd[_0x2235fc(0x34b)]['to'][_0x2235fc(0x249)]!==_0x28f3f5[_0x2235fc(0x34b)][_0x2235fc(0x249)])return _0x39b63e;if(_0x4aa7dd[_0x2235fc(0x34b)][_0x2235fc(0x198)][_0x2235fc(0x249)]===_0x28f3f5['params']['subUnitId']){const _0x58eec8=new _0x605767[(_0x2235fc(0x238))](_0x4aa7dd[_0x2235fc(0x34b)][_0x2235fc(0x198)][_0x2235fc(0x316)])[_0x2235fc(0x27b)]();if(_0x605767[_0x2235fc(0x290)][_0x2235fc(0x341)](_0x58eec8,_0x28f3f5['params'][_0x2235fc(0x31c)]))return{'error':new Error(_0x2235fc(0x35d))};}if(_0x4aa7dd[_0x2235fc(0x34b)]['to'][_0x2235fc(0x249)]===_0x28f3f5[_0x2235fc(0x34b)]['subUnitId']){const _0x314709=new _0x605767[(_0x2235fc(0x238))](_0x4aa7dd[_0x2235fc(0x34b)]['to'][_0x2235fc(0x316)])['getDataRange']();if(_0x605767[_0x2235fc(0x290)]['intersects'](_0x314709,_0x28f3f5[_0x2235fc(0x34b)][_0x2235fc(0x31c)]))return{'error':new Error(_0x2235fc(0x35d))};}return _0x39b63e;}},_0x27a725={'m1':_0x25cfb1[_0x329bfc(0x30b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler'(_0x3315d8,_0x201d31){const _0x2db811=_0x329bfc,_0x52cddc={'m1Prime':_0x3315d8,'m2Prime':_0x201d31};if(_0x3315d8[_0x2db811(0x34b)]['unitId']!==_0x201d31[_0x2db811(0x34b)]['unitId']||_0x3315d8[_0x2db811(0x34b)][_0x2db811(0x198)][_0x2db811(0x249)]!==_0x201d31[_0x2db811(0x34b)][_0x2db811(0x249)]&&_0x3315d8['params']['to'][_0x2db811(0x249)]!==_0x201d31[_0x2db811(0x34b)]['subUnitId'])return _0x52cddc;const _0x3947aa=new _0x605767[(_0x2db811(0x238))](_0x3315d8['params'][_0x2db811(0x198)]['value'])['getDataRange'](),_0x563b03=new _0x605767[(_0x2db811(0x238))](_0x3315d8['params']['to'][_0x2db811(0x316)])['getDataRange']();if(_0x3315d8['params'][_0x2db811(0x198)][_0x2db811(0x249)]===_0x201d31[_0x2db811(0x34b)]['subUnitId']){const {values:_0x3827b9}=_0x201d31[_0x2db811(0x34b)];for(const _0x13b0d8 in _0x3827b9)if(_0x3827b9[_0x13b0d8][_0x2db811(0x1a1)]['some'](_0x452e2a=>_0x605767[_0x2db811(0x290)][_0x2db811(0x341)](_0x452e2a,_0x3947aa)))return{'error':new Error(_0x2db811(0x23b))};}if(_0x3315d8[_0x2db811(0x34b)]['to']['subUnitId']===_0x201d31[_0x2db811(0x34b)]['subUnitId']){const {values:_0x31b53b}=_0x201d31[_0x2db811(0x34b)];for(const _0x2217e8 in _0x31b53b)if(_0x31b53b[_0x2217e8][_0x2db811(0x1a1)][_0x2db811(0x1cd)](_0x28a7eb=>_0x605767[_0x2db811(0x290)]['intersects'](_0x28a7eb,_0x563b03)))return{'error':new Error(_0x2db811(0x23b))};}return _0x52cddc;}},_0x989cd9={'m1':_0x25cfb1['MoveRowsMutation']['id'],'m2':_0x473239['AddCommentMutation']['id'],'handler':(_0x49f766,_0x29a449)=>{const _0x5a3f8e=_0x329bfc,_0x52ccf7={'m1Prime':_0x49f766,'m2Prime':_0x29a449};if(_0x49f766['params'][_0x5a3f8e(0x184)]!==_0x29a449[_0x5a3f8e(0x34b)][_0x5a3f8e(0x184)]||_0x49f766[_0x5a3f8e(0x34b)]['subUnitId']!==_0x29a449[_0x5a3f8e(0x34b)]['subUnitId'])return _0x52ccf7;const _0x250748={'id':_0x25cfb1[_0x5a3f8e(0x269)]['id'],'params':{'unitId':_0x49f766[_0x5a3f8e(0x34b)][_0x5a3f8e(0x184)],'subUnitId':_0x49f766[_0x5a3f8e(0x34b)][_0x5a3f8e(0x249)],'fromRange':_0x49f766[_0x5a3f8e(0x34b)]['sourceRange'],'toRange':_0x49f766[_0x5a3f8e(0x34b)][_0x5a3f8e(0x2d3)]}},_0x16e3a7=_0x43c0d6(_0x29a449,_0x250748);return{'m1Prime':[_0x49f766,..._0x16e3a7],'m2Prime':[_0x29a449,..._0x16e3a7]};}},_0x25e973={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x11b0d4[_0x329bfc(0x2bc)]['id'],'handler'(_0x5d0171,_0x34e66b){const _0x27820b=_0x329bfc,_0x3e637d={'m1Prime':_0x5d0171,'m2Prime':_0x34e66b};if(_0x5d0171['params'][_0x27820b(0x184)]!==_0x34e66b[_0x27820b(0x34b)]['unitId']||_0x5d0171[_0x27820b(0x34b)][_0x27820b(0x249)]!==_0x34e66b[_0x27820b(0x34b)]['subUnitId'])return _0x3e637d;const _0x137ff9={'id':_0x25cfb1[_0x27820b(0x269)]['id'],'params':{'fromRange':_0x5d0171[_0x27820b(0x34b)][_0x27820b(0x34c)],'toRange':_0x5d0171['params'][_0x27820b(0x2d3)]}},_0x120da6=_0x1865b4(_0x34e66b,_0x137ff9);return{'m1Prime':[_0x5d0171,..._0x120da6],'m2Prime':[_0x34e66b,..._0x120da6]};}},_0x377f5d={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler'(_0x547012,_0x589195){const _0x26c9d3=_0x329bfc,_0x218216=_0x295ee1[_0x26c9d3(0x1e1)](_0x589195,_0x547012);return _0xda76fe(_0x218216)?{'m1Prime':_0x218216[_0x26c9d3(0x329)],'m2Prime':_0x218216['m1Prime']}:_0x218216;}},_0xe2ce96={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0x4822a7,_0x1dee61){const _0x41a10e=_0x329bfc,_0x56e302={'m1Prime':_0x4822a7,'m2Prime':_0x1dee61};if(_0x4822a7[_0x41a10e(0x34b)][_0x41a10e(0x184)]!==_0x1dee61[_0x41a10e(0x34b)][_0x41a10e(0x184)]||_0x4822a7[_0x41a10e(0x34b)][_0x41a10e(0x249)]!==_0x1dee61[_0x41a10e(0x34b)][_0x41a10e(0x198)][_0x41a10e(0x249)]&&_0x4822a7[_0x41a10e(0x34b)][_0x41a10e(0x249)]!==_0x1dee61[_0x41a10e(0x34b)]['to'][_0x41a10e(0x249)])return _0x56e302;const _0x62b6a6=_0x605767['Tools'][_0x41a10e(0x175)](_0x4822a7),_0x49ca64=_0x605767['Tools'][_0x41a10e(0x175)](_0x1dee61),_0x1f486d=_0x4822a7[_0x41a10e(0x34b)][_0x41a10e(0x34c)],_0x467072=_0x4822a7[_0x41a10e(0x34b)]['targetRange'];if(_0x4822a7[_0x41a10e(0x34b)][_0x41a10e(0x249)]===_0x1dee61[_0x41a10e(0x34b)][_0x41a10e(0x198)][_0x41a10e(0x249)]){const _0x1d8e0f=new _0x605767[(_0x41a10e(0x238))](_0x49ca64[_0x41a10e(0x34b)][_0x41a10e(0x198)]['value']),_0x28f0e7=_0x1d8e0f[_0x41a10e(0x27b)]();if(_0x2a6beb({'start':_0x1f486d[_0x41a10e(0x232)],'end':_0x1f486d[_0x41a10e(0x167)]},{'start':_0x28f0e7[_0x41a10e(0x232)],'end':_0x28f0e7[_0x41a10e(0x167)]})||_0x2a6beb({'start':_0x467072[_0x41a10e(0x232)],'end':_0x467072['endRow']},{'start':_0x28f0e7[_0x41a10e(0x232)],'end':_0x28f0e7[_0x41a10e(0x167)]}))return{'error':new Error(_0x41a10e(0x197))};const _0xb3017=_0x25cfb1[_0x41a10e(0x32c)]({'start':_0x1f486d[_0x41a10e(0x232)],'end':_0x1f486d[_0x41a10e(0x167)]},{'start':_0x467072['startRow'],'end':_0x467072[_0x41a10e(0x167)]},{'start':_0x28f0e7[_0x41a10e(0x232)],'end':_0x28f0e7['endRow']});if(_0xb3017[_0x41a10e(0x190)]!==0x0)return{'error':new Error(_0x41a10e(0x197))};_0xb3017[_0x41a10e(0x201)]!==0x0&&_0x1d8e0f['moveRows'](_0x1f486d[_0x41a10e(0x232)],_0x1f486d[_0x41a10e(0x167)]-_0x1f486d[_0x41a10e(0x232)]+0x1,_0x467072[_0x41a10e(0x232)]),_0x49ca64['params'][_0x41a10e(0x198)][_0x41a10e(0x316)]=_0x1d8e0f[_0x41a10e(0x1af)]();}if(_0x4822a7['params'][_0x41a10e(0x249)]===_0x1dee61[_0x41a10e(0x34b)]['to']['subUnitId']){const _0x517c1d=new _0x605767['ObjectMatrix'](_0x49ca64[_0x41a10e(0x34b)]['to']['value']),_0x1de242=_0x517c1d[_0x41a10e(0x27b)]();if(_0x2a6beb({'start':_0x1f486d[_0x41a10e(0x232)],'end':_0x1f486d['endRow']},{'start':_0x1de242['startRow'],'end':_0x1de242[_0x41a10e(0x167)]})||_0x2a6beb({'start':_0x467072[_0x41a10e(0x232)],'end':_0x467072['endRow']},{'start':_0x1de242['startRow'],'end':_0x1de242[_0x41a10e(0x167)]}))return{'error':new Error(_0x41a10e(0x197))};const _0x21279d=_0x25cfb1[_0x41a10e(0x32c)]({'start':_0x1f486d['startRow'],'end':_0x1f486d[_0x41a10e(0x167)]},{'start':_0x467072['startRow'],'end':_0x467072['endRow']},{'start':_0x1de242[_0x41a10e(0x232)],'end':_0x1de242[_0x41a10e(0x167)]});if(_0x21279d[_0x41a10e(0x190)]!==0x0)return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};_0x21279d[_0x41a10e(0x201)]!==0x0&&_0x517c1d[_0x41a10e(0x273)](_0x1f486d[_0x41a10e(0x232)],_0x1f486d[_0x41a10e(0x167)]-_0x1f486d[_0x41a10e(0x232)]+0x1,_0x467072['startRow']),_0x49ca64[_0x41a10e(0x34b)]['to'][_0x41a10e(0x316)]=_0x517c1d[_0x41a10e(0x1af)]();}return{'m1Prime':_0x62b6a6,'m2Prime':_0x49ca64};}},_0x5e4869={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1['MoveRowsMutation']['id'],'handler'(_0x46a222,_0x106727){const _0x59d06d=_0x329bfc,_0x3b629b={'m1Prime':_0x46a222,'m2Prime':_0x106727};if(_0x46a222[_0x59d06d(0x34b)][_0x59d06d(0x184)]!==_0x106727[_0x59d06d(0x34b)][_0x59d06d(0x184)]||_0x46a222[_0x59d06d(0x34b)][_0x59d06d(0x249)]!==_0x106727[_0x59d06d(0x34b)][_0x59d06d(0x249)])return _0x3b629b;const _0x20fd4c=_0x605767[_0x59d06d(0x253)]['deepClone'](_0x46a222),_0x5a43e0=_0x605767[_0x59d06d(0x253)][_0x59d06d(0x175)](_0x106727),_0x49af2d=_0x106727[_0x59d06d(0x34b)][_0x59d06d(0x34c)],_0x413f49=_0x106727[_0x59d06d(0x34b)][_0x59d06d(0x2d3)],_0x473601=_0x46a222[_0x59d06d(0x34b)]['sourceRange'],_0x31dd0b=_0x46a222[_0x59d06d(0x34b)][_0x59d06d(0x2d3)];if(_0x473601[_0x59d06d(0x167)]>=_0x49af2d[_0x59d06d(0x232)]&&_0x473601[_0x59d06d(0x232)]<=_0x49af2d[_0x59d06d(0x167)])return{'error':new Error(_0x59d06d(0x257))};const _0xab342e=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0x473601[_0x59d06d(0x232)],'end':_0x473601[_0x59d06d(0x167)]},{'start':_0x31dd0b[_0x59d06d(0x232)],'end':_0x31dd0b[_0x59d06d(0x167)]},{'start':_0x49af2d[_0x59d06d(0x232)],'end':_0x49af2d[_0x59d06d(0x167)]}),_0x5da1b0=_0x25cfb1[_0x59d06d(0x32c)]({'start':_0x473601[_0x59d06d(0x232)],'end':_0x473601[_0x59d06d(0x167)]},{'start':_0x31dd0b['startRow'],'end':_0x31dd0b[_0x59d06d(0x167)]},{'start':_0x413f49[_0x59d06d(0x232)],'end':_0x413f49['endRow']});_0xab342e&&_0x5da1b0?(_0x5a43e0[_0x59d06d(0x34b)]['sourceRange'][_0x59d06d(0x232)]+=_0xab342e['step'],_0x5a43e0[_0x59d06d(0x34b)][_0x59d06d(0x34c)][_0x59d06d(0x167)]+=_0xab342e['step']+(_0xab342e['length']||0x0),_0x5a43e0[_0x59d06d(0x34b)][_0x59d06d(0x2d3)][_0x59d06d(0x232)]+=_0x5da1b0[_0x59d06d(0x201)],_0x5a43e0['params']['targetRange'][_0x59d06d(0x167)]+=_0x5da1b0[_0x59d06d(0x201)]+(_0x5da1b0[_0x59d06d(0x190)]||0x0)):_0x5a43e0['id']=_0x25cfb1[_0x59d06d(0x187)]['id'];const _0x48e82d=_0x25cfb1[_0x59d06d(0x32c)]({'start':_0x49af2d[_0x59d06d(0x232)],'end':_0x49af2d[_0x59d06d(0x167)]},{'start':_0x413f49[_0x59d06d(0x232)],'end':_0x413f49[_0x59d06d(0x167)]},{'start':_0x473601[_0x59d06d(0x232)],'end':_0x473601['endRow']}),_0x5fc0ea=_0x25cfb1[_0x59d06d(0x32c)]({'start':_0x49af2d['startRow'],'end':_0x49af2d['endRow']},{'start':_0x413f49[_0x59d06d(0x232)],'end':_0x413f49['endRow']},{'start':_0x31dd0b[_0x59d06d(0x232)],'end':_0x31dd0b[_0x59d06d(0x167)]});return _0x48e82d&&_0x5fc0ea?(_0x20fd4c[_0x59d06d(0x34b)][_0x59d06d(0x34c)]['startRow']+=_0x48e82d['step'],_0x20fd4c[_0x59d06d(0x34b)][_0x59d06d(0x34c)][_0x59d06d(0x167)]+=_0x48e82d[_0x59d06d(0x201)]+(_0x48e82d[_0x59d06d(0x190)]||0x0),_0x20fd4c[_0x59d06d(0x34b)][_0x59d06d(0x2d3)][_0x59d06d(0x232)]+=_0x5fc0ea['step'],_0x20fd4c[_0x59d06d(0x34b)][_0x59d06d(0x2d3)][_0x59d06d(0x167)]+=_0x5fc0ea[_0x59d06d(0x201)]+(_0x5fc0ea[_0x59d06d(0x190)]||0x0)):_0x20fd4c['id']=_0x25cfb1[_0x59d06d(0x187)]['id'],{'m1Prime':_0x20fd4c,'m2Prime':_0x5a43e0};}},_0x2b1ab2={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler'(_0x57cfc2,_0xcaf9e1){const _0x965074=_0x329bfc,_0x2c49c4={'m1Prime':_0x57cfc2,'m2Prime':_0xcaf9e1};if(_0x57cfc2[_0x965074(0x34b)]['unitId']!==_0xcaf9e1[_0x965074(0x34b)][_0x965074(0x184)]||_0x57cfc2['params'][_0x965074(0x249)]!==_0xcaf9e1['params'][_0x965074(0x249)])return _0x2c49c4;const _0x22378a=_0x605767[_0x965074(0x253)][_0x965074(0x175)](_0x57cfc2),_0x2e48d0=_0x605767[_0x965074(0x253)][_0x965074(0x175)](_0xcaf9e1),{sourceRange:_0x49c886,targetRange:_0x3c4fa9}=_0x57cfc2[_0x965074(0x34b)],_0x3f4025={'start':_0x49c886['startRow'],'end':_0x49c886[_0x965074(0x167)]},_0x309e85={'start':_0x3c4fa9[_0x965074(0x232)],'end':_0x3c4fa9['endRow']};return _0x2e48d0[_0x965074(0x34b)]['ranges'][_0x965074(0x1cd)](_0x1fc25b=>{const _0xc41b65=_0x965074,_0x3f3dd7={'start':_0x1fc25b[_0xc41b65(0x232)],'end':_0x1fc25b[_0xc41b65(0x167)]},_0x32fa90=_0x2a6beb(_0x3f4025,_0x3f3dd7),_0x1c42f3=_0x2a6beb(_0x309e85,_0x3f3dd7);if(_0x32fa90||_0x1c42f3)return!0x0;const _0x54e97b=_0x25cfb1[_0xc41b65(0x32c)](_0x3f4025,_0x309e85,_0x3f3dd7);return _0x54e97b[_0xc41b65(0x190)]!==0x0?!0x0:(_0x1fc25b[_0xc41b65(0x232)]+=_0x54e97b[_0xc41b65(0x201)],_0x1fc25b['endRow']+=_0x54e97b[_0xc41b65(0x201)],!0x1);})?{'error':new Error(_0x965074(0x2d6))}:{'m1Prime':_0x22378a,'m2Prime':_0x2e48d0};}},_0x2376f5={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x17e)]['id'],'handler'(_0x940c14,_0x438877){const _0x38188f=_0x329bfc,_0x4a2957=_0x605767[_0x38188f(0x253)][_0x38188f(0x175)](_0x940c14),_0x253c04=_0x605767[_0x38188f(0x253)][_0x38188f(0x175)](_0x438877);if(_0x940c14['params'][_0x38188f(0x184)]!==_0x438877[_0x38188f(0x34b)]['unitId']||_0x940c14[_0x38188f(0x34b)][_0x38188f(0x249)]!==_0x438877[_0x38188f(0x34b)]['subUnitId'])return{'m1Prime':_0x4a2957,'m2Prime':_0x253c04};const _0x2cf64a=_0x253c04['params'][_0x38188f(0x1a1)][_0x38188f(0x2c6)]((_0x1c20fd,_0x180c61)=>{const _0x10218f=_0x38188f,{sourceRange:_0x5df03c,targetRange:_0x3ca0c6}=_0x940c14[_0x10218f(0x34b)],_0x4b3d6f={..._0x180c61};return _0x5df03c['endRow']<_0x4b3d6f[_0x10218f(0x232)]&&_0x3ca0c6[_0x10218f(0x232)]>_0x4b3d6f[_0x10218f(0x167)]?(_0x4b3d6f[_0x10218f(0x232)]-=_0x5df03c[_0x10218f(0x167)]-_0x5df03c['startRow']+0x1,_0x4b3d6f['endRow']-=_0x5df03c[_0x10218f(0x167)]-_0x5df03c[_0x10218f(0x232)]+0x1,_0x5375a2(_0x4b3d6f)&&_0x1c20fd['push'](_0x4b3d6f)):_0x5df03c['startRow']>_0x4b3d6f['endRow']&&_0x3ca0c6[_0x10218f(0x167)]<_0x4b3d6f['startRow']?(_0x4b3d6f[_0x10218f(0x232)]+=_0x5df03c[_0x10218f(0x167)]-_0x5df03c['startRow']+0x1,_0x4b3d6f[_0x10218f(0x167)]+=_0x5df03c['endRow']-_0x5df03c[_0x10218f(0x232)]+0x1,_0x5375a2(_0x4b3d6f)&&_0x1c20fd[_0x10218f(0x1c7)](_0x4b3d6f)):_0x605767['Rectangle'][_0x10218f(0x341)](_0x4b3d6f,_0x5df03c)||_0x605767[_0x10218f(0x290)]['intersects'](_0x4b3d6f,_0x3ca0c6)||_0x1c20fd[_0x10218f(0x1c7)](_0x4b3d6f),_0x1c20fd;},[]);return _0x253c04[_0x38188f(0x34b)]['ranges']=_0x2cf64a,_0x253c04[_0x38188f(0x34b)][_0x38188f(0x1a1)][_0x38188f(0x190)]===0x0&&(_0x253c04['id']=_0x25cfb1[_0x38188f(0x187)]['id']),{'m1Prime':_0x4a2957,'m2Prime':_0x253c04};}},_0x355e83={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x186)]['id'],'handler'(_0x1449ea,_0x36045c){const _0x1d923a=_0x329bfc;var _0x5b2858;const _0x1278c7={'m1Prime':_0x1449ea,'m2Prime':_0x36045c};if(_0x1449ea[_0x1d923a(0x34b)][_0x1d923a(0x184)]!==_0x36045c[_0x1d923a(0x34b)]['unitId']||_0x1449ea[_0x1d923a(0x34b)][_0x1d923a(0x249)]!==_0x36045c['params']['subUnitId'])return _0x1278c7;const _0xa4a853=_0x197b4f(_0x1449ea[_0x1d923a(0x34b)][_0x1d923a(0x34c)],_0x1449ea[_0x1d923a(0x34b)][_0x1d923a(0x2d3)]),_0x3d09af=_0x605767[_0x1d923a(0x253)][_0x1d923a(0x175)](_0x36045c),{range:_0x275545}=_0x3d09af[_0x1d923a(0x34b)],_0x4adfff=Array[_0x1d923a(0x198)]({'length':_0x275545[_0x1d923a(0x167)]-_0x275545[_0x1d923a(0x232)]+0x1},(_0x1159e1,_0x21d096)=>_0x21d096+_0x275545[_0x1d923a(0x232)]),_0x472f71={},_0x515f19={},_0x1578af=Math[_0x1d923a(0x14c)](_0x1449ea['params'][_0x1d923a(0x34c)][_0x1d923a(0x232)],_0x1449ea[_0x1d923a(0x34b)][_0x1d923a(0x2d3)][_0x1d923a(0x232)],..._0x4adfff),_0x129b73=Math[_0x1d923a(0x146)](_0x1449ea[_0x1d923a(0x34b)][_0x1d923a(0x34c)][_0x1d923a(0x167)],_0x1449ea['params']['targetRange'][_0x1d923a(0x167)],..._0x4adfff);for(let _0x54a3e4=_0x1578af;_0x54a3e4<=_0x129b73;_0x54a3e4++){const _0xd830f5=_0x54a3e4,_0x4f4b52=(_0x5b2858=_0x36045c[_0x1d923a(0x34b)]['order'][_0x54a3e4])!=null?_0x5b2858:_0xd830f5,_0xf482f3=_0xa4a853(_0x4f4b52);_0xd830f5!==_0xf482f3&&(_0x472f71[_0xd830f5]=_0xf482f3),_0x4f4b52!==_0xf482f3&&(_0x515f19[_0x4f4b52]=_0xf482f3);}_0x3d09af['params'][_0x1d923a(0x25a)]=_0x472f71;const _0x2abab5=Object['keys'](_0x472f71)[_0x1d923a(0x20a)](Number);_0x275545['startRow']=Math[_0x1d923a(0x14c)](..._0x2abab5),_0x275545[_0x1d923a(0x167)]=Math[_0x1d923a(0x146)](..._0x2abab5);const _0x529982=[_0x1449ea],_0x514090=Object['keys'](_0x515f19)[_0x1d923a(0x20a)](Number);return _0x514090[_0x1d923a(0x190)]>0x0&&_0x529982[_0x1d923a(0x2c1)]({'id':_0x25cfb1['ReorderRangeMutation']['id'],'params':{'unitId':_0x1449ea[_0x1d923a(0x34b)][_0x1d923a(0x184)],'subUnitId':_0x1449ea['params'][_0x1d923a(0x249)],'range':{'startColumn':_0x36045c[_0x1d923a(0x34b)][_0x1d923a(0x31c)][_0x1d923a(0x1f5)],'endColumn':_0x36045c['params'][_0x1d923a(0x31c)][_0x1d923a(0x1de)],'startRow':Math['min'](..._0x514090),'endRow':Math[_0x1d923a(0x146)](..._0x514090)},'order':_0x515f19}}),{'m1Prime':_0x529982,'m2Prime':_0x3d09af};}},_0x197b4f=(_0x4174f4,_0x8cfea6)=>{const _0x250c50=_0x329bfc,_0x597219=_0x4174f4[_0x250c50(0x167)]-_0x4174f4[_0x250c50(0x232)]+0x1,_0x5c855f=_0x4174f4['startRow'],_0x53becd=_0x8cfea6[_0x250c50(0x232)];return _0x38cdad=>{const _0x25e55d=_0x250c50;if(_0x5c855f<=_0x53becd){const _0x469beb=_0x8cfea6[_0x25e55d(0x232)]-_0x4174f4[_0x25e55d(0x167)]-0x1;if(_0x38cdad>=_0x4174f4[_0x25e55d(0x232)]&&_0x38cdad<=_0x4174f4[_0x25e55d(0x167)])return _0x38cdad+_0x469beb;if(_0x38cdad>_0x4174f4[_0x25e55d(0x167)]&&_0x38cdad<_0x8cfea6[_0x25e55d(0x232)])return _0x38cdad-_0x597219;}if(_0x5c855f>_0x53becd){const _0x3a31e6=_0x4174f4[_0x25e55d(0x232)]-_0x8cfea6['startRow'];if(_0x38cdad>=_0x8cfea6[_0x25e55d(0x232)]&&_0x38cdad<_0x4174f4[_0x25e55d(0x232)])return _0x38cdad+_0x597219;if(_0x38cdad>=_0x4174f4[_0x25e55d(0x232)]&&_0x38cdad<=_0x4174f4['endRow'])return _0x38cdad-_0x3a31e6;}return _0x38cdad;};},_0x47f9a0={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler'(_0x1b5f6f,_0x2b71af){const _0x18242b=_0x329bfc,_0x25903b={'m1Prime':_0x1b5f6f,'m2Prime':_0x2b71af};if(_0x1b5f6f[_0x18242b(0x34b)][_0x18242b(0x184)]!==_0x2b71af['params'][_0x18242b(0x184)]||_0x1b5f6f[_0x18242b(0x34b)]['subUnitId']!==_0x2b71af[_0x18242b(0x34b)]['subUnitId'])return _0x25903b;const _0x1945b4=[_0x605767[_0x18242b(0x253)][_0x18242b(0x175)](_0x1b5f6f)],_0x2ff072=_0x605767['Tools'][_0x18242b(0x175)](_0x2b71af),{sourceRange:_0x2d8051,targetRange:_0x5de39f}=_0x1b5f6f[_0x18242b(0x34b)],_0x462ecc={'start':_0x2d8051[_0x18242b(0x232)],'end':_0x2d8051['endRow']},_0x1a6e1c={'start':_0x5de39f['startRow'],'end':_0x5de39f[_0x18242b(0x167)]},{values:_0x2db1d6}=_0x2ff072[_0x18242b(0x34b)],_0x563a79=[];let _0x1ddbd7=!0x1;for(const _0x10874c in _0x2db1d6){const _0x38816c=_0x2db1d6[_0x10874c];if(_0x563a79['push'](..._0x38816c[_0x18242b(0x1a1)]),_0x38816c['ranges'][_0x18242b(0x1cd)](_0x5d9c8a=>{const _0x44249d=_0x18242b,_0x71a32f={'start':_0x5d9c8a[_0x44249d(0x232)],'end':_0x5d9c8a[_0x44249d(0x167)]},_0x3b888d=_0x2a6beb(_0x462ecc,_0x71a32f),_0x47deb7=_0x2a6beb(_0x1a6e1c,_0x71a32f);if(_0x3b888d||_0x47deb7)return!0x0;const _0x1081bc=_0x25cfb1[_0x44249d(0x32c)](_0x462ecc,_0x1a6e1c,_0x71a32f);return _0x1081bc['length']!==0x0?!0x0:(_0x1081bc[_0x44249d(0x201)]!==0x0&&(_0x1ddbd7=!0x0),_0x5d9c8a[_0x44249d(0x232)]+=_0x1081bc[_0x44249d(0x201)],_0x5d9c8a[_0x44249d(0x167)]+=_0x1081bc['step'],!0x1);}))return{'error':new Error(_0x18242b(0x1cc))};}if(_0x1ddbd7){const _0x2dc6a9={'id':_0x25cfb1[_0x18242b(0x286)]['id'],'params':{'unitId':_0x2b71af['params'][_0x18242b(0x184)],'subUnitId':_0x2b71af[_0x18242b(0x34b)][_0x18242b(0x249)],'ranges':_0x563a79}};_0x1945b4[_0x18242b(0x1c7)](_0x2dc6a9,_0x2ff072);}return{'m1Prime':_0x1945b4,'m2Prime':_0x2ff072};}},_0x2cadd5={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x264)]['id'],'handler'(_0x52e48a,_0x5ceb4e){const _0x19c012=_0x329bfc,_0x22de35={'m1Prime':_0x52e48a,'m2Prime':_0x5ceb4e};if(_0x52e48a['params'][_0x19c012(0x184)]!==_0x5ceb4e[_0x19c012(0x34b)]['unitId']||_0x52e48a[_0x19c012(0x34b)][_0x19c012(0x249)]!==_0x5ceb4e['params'][_0x19c012(0x249)])return _0x22de35;const _0x25f4c1=[_0x605767[_0x19c012(0x253)][_0x19c012(0x175)](_0x52e48a)],_0x57b273=_0x605767['Tools'][_0x19c012(0x175)](_0x5ceb4e),_0x19ae3b=new _0x605767['ObjectMatrix'](_0x57b273[_0x19c012(0x34b)][_0x19c012(0x302)]),{sourceRange:_0x301b04,targetRange:_0x47c0e3}=_0x52e48a[_0x19c012(0x34b)],_0x857cbb=_0x301b04[_0x19c012(0x232)],_0xfffd39=_0x301b04[_0x19c012(0x167)]-_0x301b04[_0x19c012(0x232)]+0x1,_0x507977=_0x47c0e3[_0x19c012(0x232)];_0x19ae3b[_0x19c012(0x273)](_0x857cbb,_0xfffd39,_0x507977);const _0x379a48=new _0x605767[(_0x19c012(0x238))]();let _0x57c4d4=!0x1;if(_0x19ae3b[_0x19c012(0x307)]((_0x44a092,_0x50d61d,_0x3b7f22)=>{const _0x31edaf=_0x19c012;if(_0x3b7f22&&_0x3b7f22['f']){const _0x590158=_0x3b7f22['f'];let _0x439f2e=!0x1;const _0x485e6b=_0x199426(_0x52e48a[_0x31edaf(0x34b)]['unitId'],_0x52e48a[_0x31edaf(0x34b)][_0x31edaf(0x249)],_0x590158,_0x1b6de0=>{const _0x5a55b4=_0x31edaf,_0x4296a9=_0x25cfb1[_0x5a55b4(0x32c)]({'start':_0x52e48a[_0x5a55b4(0x34b)]['sourceRange'][_0x5a55b4(0x232)],'end':_0x52e48a['params'][_0x5a55b4(0x34c)][_0x5a55b4(0x167)]},{'start':_0x52e48a[_0x5a55b4(0x34b)][_0x5a55b4(0x2d3)][_0x5a55b4(0x232)],'end':_0x52e48a['params'][_0x5a55b4(0x2d3)][_0x5a55b4(0x167)]},{'start':_0x1b6de0[_0x5a55b4(0x232)],'end':_0x1b6de0[_0x5a55b4(0x167)]});return(_0x4296a9[_0x5a55b4(0x201)]!==0x0||_0x4296a9[_0x5a55b4(0x190)]!==0x0)&&(_0x439f2e=!0x0,_0x1b6de0[_0x5a55b4(0x232)]+=_0x4296a9[_0x5a55b4(0x201)],_0x1b6de0[_0x5a55b4(0x167)]+=_0x4296a9['step']+_0x4296a9[_0x5a55b4(0x190)]),_0x1b6de0;});_0x439f2e&&(_0x57c4d4=!0x0,_0x3b7f22['f']=_0x485e6b,_0x379a48[_0x31edaf(0x174)](_0x44a092,_0x50d61d,{..._0x3b7f22}));}}),_0x57c4d4){const _0x3ea004={'id':_0x25cfb1['SetRangeValuesMutation']['id'],'params':{'unitId':_0x5ceb4e['params'][_0x19c012(0x184)],'subUnitId':_0x5ceb4e['params'][_0x19c012(0x249)],'cellValue':_0x379a48['getMatrix']()}};_0x25f4c1['push'](_0x3ea004);}return _0x57b273[_0x19c012(0x34b)][_0x19c012(0x302)]=_0x19ae3b[_0x19c012(0x1af)](),{'m1Prime':_0x25f4c1,'m2Prime':_0x57b273};}},_0x45ea5f={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x34f)]['id'],'handler'(_0x5db022,_0x21ffb2){const _0x13cc26=_0x329bfc,_0x1d261c={'m1Prime':_0x5db022,'m2Prime':_0x21ffb2};if(_0x5db022[_0x13cc26(0x34b)][_0x13cc26(0x184)]!==_0x21ffb2[_0x13cc26(0x34b)][_0x13cc26(0x184)]||_0x5db022[_0x13cc26(0x34b)][_0x13cc26(0x249)]!==_0x21ffb2[_0x13cc26(0x34b)][_0x13cc26(0x249)])return _0x1d261c;const _0x3b9322=_0x605767['Tools'][_0x13cc26(0x175)](_0x5db022),_0x1aa720=_0x605767[_0x13cc26(0x253)][_0x13cc26(0x175)](_0x21ffb2),{rowData:_0x15d007}=_0x1aa720[_0x13cc26(0x34b)],{sourceRange:_0x5c0543,targetRange:_0x29b2cd}=_0x5db022['params'];return _0x605767[_0x13cc26(0x364)](_0x5c0543[_0x13cc26(0x232)],_0x5c0543[_0x13cc26(0x167)]-_0x5c0543[_0x13cc26(0x232)]+0x1,_0x29b2cd[_0x13cc26(0x232)],_0x15d007),{'m1Prime':_0x3b9322,'m2Prime':_0x1aa720};}},_0x4fc2be={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1['SetRowHiddenMutation']['id'],'handler'(_0x24b166,_0xa2be26){const _0x232f36=_0x329bfc,_0x4d9f7c={'m1Prime':_0x24b166,'m2Prime':_0xa2be26};if(_0x24b166[_0x232f36(0x34b)][_0x232f36(0x184)]!==_0xa2be26[_0x232f36(0x34b)][_0x232f36(0x184)]||_0x24b166[_0x232f36(0x34b)]['subUnitId']!==_0xa2be26[_0x232f36(0x34b)][_0x232f36(0x249)])return _0x4d9f7c;const _0x4c8f44=_0x605767[_0x232f36(0x253)][_0x232f36(0x175)](_0x24b166),_0xec72a3=_0x605767[_0x232f36(0x253)][_0x232f36(0x175)](_0xa2be26),{ranges:_0xcb6303}=_0xec72a3[_0x232f36(0x34b)],{sourceRange:_0x4ea622,targetRange:_0x1d97a3}=_0x24b166[_0x232f36(0x34b)],_0x2c5602={'start':_0x4ea622['startRow'],'end':_0x4ea622[_0x232f36(0x167)]},_0x123f3c={'start':_0x1d97a3['startRow'],'end':_0x1d97a3['endRow']};return _0xcb6303[_0x232f36(0x1cd)](_0x140821=>{const _0x1086b7=_0x232f36,_0x28cf97={'start':_0x140821['startRow'],'end':_0x140821[_0x1086b7(0x167)]},_0x2ec2ea=_0x2a6beb(_0x2c5602,_0x28cf97),_0x52e081=_0x2a6beb(_0x123f3c,_0x28cf97);if(_0x2ec2ea||_0x52e081)return!0x0;const _0x2fa932=_0x25cfb1[_0x1086b7(0x32c)](_0x2c5602,_0x123f3c,_0x28cf97);return _0x2fa932[_0x1086b7(0x190)]!==0x0?!0x0:(_0x140821['startRow']+=_0x2fa932[_0x1086b7(0x201)],_0x140821[_0x1086b7(0x167)]+=_0x2fa932[_0x1086b7(0x201)],!0x1);})?{'error':new Error(_0x232f36(0x2e9))}:{'m1Prime':_0x4c8f44,'m2Prime':_0xec72a3};}},_0x31cc55={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1['SetRowVisibleMutation']['id'],'handler'(_0x4d6928,_0x229935){const _0x27f391=_0x329bfc,_0x3add40={'m1Prime':_0x4d6928,'m2Prime':_0x229935};if(_0x4d6928[_0x27f391(0x34b)][_0x27f391(0x184)]!==_0x229935[_0x27f391(0x34b)][_0x27f391(0x184)]||_0x4d6928[_0x27f391(0x34b)][_0x27f391(0x249)]!==_0x229935[_0x27f391(0x34b)][_0x27f391(0x249)])return _0x3add40;const _0x4b7917=_0x605767['Tools'][_0x27f391(0x175)](_0x4d6928),_0x23e713=_0x605767['Tools'][_0x27f391(0x175)](_0x229935),{ranges:_0x3a9d98}=_0x23e713[_0x27f391(0x34b)],{sourceRange:_0x20734f,targetRange:_0x3a39c1}=_0x4d6928[_0x27f391(0x34b)],_0x135bba={'start':_0x20734f[_0x27f391(0x232)],'end':_0x20734f[_0x27f391(0x167)]},_0x4dc4e6={'start':_0x3a39c1[_0x27f391(0x232)],'end':_0x3a39c1[_0x27f391(0x167)]};return _0x3a9d98[_0x27f391(0x1cd)](_0x10c187=>{const _0x3571f3=_0x27f391,_0x204bd={'start':_0x10c187['startRow'],'end':_0x10c187[_0x3571f3(0x167)]},_0x5806c1=_0x2a6beb(_0x135bba,_0x204bd),_0x4b5ee0=_0x2a6beb(_0x4dc4e6,_0x204bd);if(_0x5806c1||_0x4b5ee0)return!0x0;const _0x567bed=_0x25cfb1[_0x3571f3(0x32c)](_0x135bba,_0x4dc4e6,_0x204bd);return _0x567bed[_0x3571f3(0x190)]!==0x0?!0x0:(_0x10c187[_0x3571f3(0x232)]+=_0x567bed[_0x3571f3(0x201)],_0x10c187[_0x3571f3(0x167)]+=_0x567bed['step'],!0x1);})?{'error':new Error(_0x27f391(0x2ca))}:{'m1Prime':_0x4b7917,'m2Prime':_0x23e713};}},_0x105d01={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31a)]['id'],'handler'(_0x84f940,_0x398f7c){const _0x254bc5=_0x329bfc,_0x3de725={'m1Prime':[],'m2Prime':[]};if(_0x84f940[_0x254bc5(0x34b)]['unitId']!==_0x398f7c[_0x254bc5(0x34b)][_0x254bc5(0x184)]||_0x84f940['params'][_0x254bc5(0x249)]!==_0x398f7c[_0x254bc5(0x34b)]['subUnitId'])return _0x3de725;const _0x4c3867=_0x605767[_0x254bc5(0x253)]['deepClone'](_0x398f7c);let _0x2d71ae=!0x1;return _0x4c3867['params'][_0x254bc5(0x355)][_0x254bc5(0x26b)](_0x9599cb=>{const _0x3db8eb=_0x254bc5,{range:_0x55c83,primary:_0x3b9842}=_0x9599cb,_0x4360bc=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0x84f940[_0x3db8eb(0x34b)][_0x3db8eb(0x34c)][_0x3db8eb(0x232)],'end':_0x84f940['params'][_0x3db8eb(0x34c)]['endRow']},{'start':_0x84f940[_0x3db8eb(0x34b)][_0x3db8eb(0x2d3)][_0x3db8eb(0x232)],'end':_0x84f940['params'][_0x3db8eb(0x2d3)][_0x3db8eb(0x167)]},{'start':_0x55c83['startRow'],'end':_0x55c83[_0x3db8eb(0x167)]});if(_0x4360bc[_0x3db8eb(0x190)]||_0x4360bc[_0x3db8eb(0x201)]){if(_0x55c83[_0x3db8eb(0x232)]+=_0x4360bc['step'],_0x55c83[_0x3db8eb(0x167)]+=_0x4360bc['step']+(_0x4360bc[_0x3db8eb(0x190)]||0x0),_0x3b9842){const _0x30818b=_0x25cfb1[_0x3db8eb(0x32c)]({'start':_0x84f940[_0x3db8eb(0x34b)][_0x3db8eb(0x34c)]['startRow'],'end':_0x84f940[_0x3db8eb(0x34b)]['sourceRange'][_0x3db8eb(0x167)]},{'start':_0x84f940[_0x3db8eb(0x34b)][_0x3db8eb(0x2d3)][_0x3db8eb(0x232)],'end':_0x84f940[_0x3db8eb(0x34b)]['targetRange'][_0x3db8eb(0x167)]},{'start':_0x3b9842['startRow'],'end':_0x3b9842['endRow']});(_0x30818b['length']||_0x30818b['step'])&&(_0x3b9842[_0x3db8eb(0x232)]+=_0x30818b['step'],_0x3b9842[_0x3db8eb(0x167)]+=_0x30818b[_0x3db8eb(0x201)],_0x3b9842[_0x3db8eb(0x2d7)]+=_0x30818b[_0x3db8eb(0x201)]);}_0x2d71ae=!0x0;}}),_0x2d71ae&&_0x3de725['m2Prime'][_0x254bc5(0x1c7)](_0x4c3867),_0x3de725;}},_0x11da8f={'m1':_0x25cfb1['MoveRowsMutation']['id'],'m2':_0x42660f[_0x329bfc(0x24f)]['id'],'handler'(_0x592c99,_0x33d0e5){const _0x7df6c1=_0x329bfc,_0x372e23={'m1Prime':[_0x592c99],'m2Prime':[_0x33d0e5]};if(_0x592c99['params'][_0x7df6c1(0x184)]!==_0x33d0e5[_0x7df6c1(0x34b)][_0x7df6c1(0x184)]||_0x592c99['params'][_0x7df6c1(0x249)]!==_0x33d0e5['params'][_0x7df6c1(0x249)])return _0x372e23;const _0x360a17=_0x605767['Tools'][_0x7df6c1(0x175)](_0x592c99),_0x599f53=_0x605767[_0x7df6c1(0x253)][_0x7df6c1(0x175)](_0x33d0e5),_0xde089c=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0x592c99[_0x7df6c1(0x34b)][_0x7df6c1(0x34c)][_0x7df6c1(0x232)],'end':_0x592c99[_0x7df6c1(0x34b)][_0x7df6c1(0x34c)]['endRow']},{'start':_0x592c99[_0x7df6c1(0x34b)][_0x7df6c1(0x2d3)][_0x7df6c1(0x232)],'end':_0x592c99[_0x7df6c1(0x34b)][_0x7df6c1(0x2d3)][_0x7df6c1(0x167)]},{'start':_0x33d0e5[_0x7df6c1(0x34b)][_0x7df6c1(0x31c)][_0x7df6c1(0x232)],'end':_0x33d0e5[_0x7df6c1(0x34b)][_0x7df6c1(0x31c)]['endRow']});return _0x599f53['params'][_0x7df6c1(0x31c)]['startRow']+=_0xde089c[_0x7df6c1(0x201)],_0x599f53[_0x7df6c1(0x34b)][_0x7df6c1(0x31c)][_0x7df6c1(0x167)]+=_0xde089c[_0x7df6c1(0x201)]+_0xde089c[_0x7df6c1(0x190)],{'m1Prime':[_0x599f53,_0x360a17],'m2Prime':[_0x599f53]};}},_0x5638c3={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2d2)]['id'],'handler'(_0x34fbca,_0x161d0d){const _0x5785f3=_0x329bfc,_0x4cdfbf={'m1Prime':_0x34fbca,'m2Prime':_0x161d0d};if(_0x34fbca[_0x5785f3(0x34b)][_0x5785f3(0x184)]!==_0x161d0d['params'][_0x5785f3(0x184)]||_0x34fbca[_0x5785f3(0x34b)][_0x5785f3(0x249)]!==_0x161d0d['params'][_0x5785f3(0x249)])return _0x4cdfbf;const _0x546dca=_0x605767[_0x5785f3(0x253)][_0x5785f3(0x175)](_0x34fbca),_0x185d70=_0x605767[_0x5785f3(0x253)][_0x5785f3(0x175)](_0x161d0d),{rowsAutoHeightInfo:_0xdbe54e}=_0x185d70[_0x5785f3(0x34b)],{sourceRange:_0x36c762,targetRange:_0x8f3841}=_0x34fbca[_0x5785f3(0x34b)],_0x33187e={'start':_0x36c762[_0x5785f3(0x232)],'end':_0x36c762[_0x5785f3(0x167)]},_0x4a5958={'start':_0x8f3841['startRow'],'end':_0x8f3841[_0x5785f3(0x167)]};return _0xdbe54e[_0x5785f3(0x1cd)](_0xecab78=>{const _0x127653=_0x5785f3,_0x5b291c={'start':_0xecab78['row'],'end':_0xecab78[_0x127653(0x2ef)]},_0x50f29e=_0x25cfb1[_0x127653(0x32c)](_0x33187e,_0x4a5958,_0x5b291c);return _0x50f29e['length']!==0x0?!0x0:(_0xecab78[_0x127653(0x2ef)]+=_0x50f29e[_0x127653(0x201)],!0x1);})?{'error':new Error(_0x5785f3(0x362))}:{'m1Prime':_0x546dca,'m2Prime':_0x185d70};}},_0x3ddfea={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x277)]['id'],'handler'(_0x1dc969,_0x3a3014){const _0x1e270f=_0x329bfc,_0xea872d={'m1Prime':_0x1dc969,'m2Prime':_0x3a3014};if(_0x1dc969[_0x1e270f(0x34b)][_0x1e270f(0x184)]!==_0x3a3014['params']['unitId']||_0x1dc969[_0x1e270f(0x34b)][_0x1e270f(0x249)]!==_0x3a3014[_0x1e270f(0x34b)]['subUnitId'])return _0xea872d;const _0xd76de2=_0x605767[_0x1e270f(0x253)][_0x1e270f(0x175)](_0x1dc969),_0x681222=_0x605767[_0x1e270f(0x253)][_0x1e270f(0x175)](_0x3a3014),{ranges:_0x272624,rowHeight:_0x57cfe3}=_0x681222[_0x1e270f(0x34b)],{sourceRange:_0x248c25,targetRange:_0x3bc980}=_0x1dc969[_0x1e270f(0x34b)],_0x10d2ce={'start':_0x248c25[_0x1e270f(0x232)],'end':_0x248c25[_0x1e270f(0x167)]},_0x42a6a9={'start':_0x3bc980[_0x1e270f(0x232)],'end':_0x3bc980[_0x1e270f(0x167)]};return _0x272624['some'](_0x1c0604=>{const _0x341c64=_0x1e270f,_0x5332a2={'start':_0x1c0604[_0x341c64(0x232)],'end':_0x1c0604[_0x341c64(0x167)]},_0x219b9c=_0x25cfb1[_0x341c64(0x32c)](_0x10d2ce,_0x42a6a9,_0x5332a2);return _0x219b9c[_0x341c64(0x190)]!==0x0?!0x0:(_0x1c0604[_0x341c64(0x232)]+=_0x219b9c[_0x341c64(0x201)],_0x1c0604[_0x341c64(0x167)]+=_0x219b9c[_0x341c64(0x201)],!0x1);})?{'error':new Error(_0x1e270f(0x352))}:(typeof _0x57cfe3!=_0x1e270f(0x312)&&_0x605767['moveMatrixArray'](_0x248c25[_0x1e270f(0x232)],_0x248c25[_0x1e270f(0x167)]-_0x248c25['startRow']+0x1,_0x3bc980[_0x1e270f(0x232)],_0x57cfe3),{'m1Prime':_0xd76de2,'m2Prime':_0x681222});}},_0x252971={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1a3)]['id'],'handler'(_0x5d0f91,_0x520735){const _0x55b26b=_0x329bfc,_0x30cd10={'m1Prime':_0x5d0f91,'m2Prime':_0x520735};if(_0x5d0f91[_0x55b26b(0x34b)][_0x55b26b(0x184)]!==_0x520735[_0x55b26b(0x34b)]['unitId']||_0x5d0f91['params'][_0x55b26b(0x249)]!==_0x520735[_0x55b26b(0x34b)]['subUnitId'])return _0x30cd10;const _0x5e6234=_0x605767['Tools']['deepClone'](_0x5d0f91),_0x498fbf=_0x605767['Tools'][_0x55b26b(0x175)](_0x520735),{ranges:_0xef9d2,autoHeightInfo:_0x463776}=_0x498fbf[_0x55b26b(0x34b)],{sourceRange:_0x1642a7,targetRange:_0x45eb29}=_0x5d0f91[_0x55b26b(0x34b)],_0x3ac94d={'start':_0x1642a7[_0x55b26b(0x232)],'end':_0x1642a7[_0x55b26b(0x167)]},_0x229b1c={'start':_0x45eb29[_0x55b26b(0x232)],'end':_0x45eb29[_0x55b26b(0x167)]};return _0xef9d2[_0x55b26b(0x1cd)](_0x93fde8=>{const _0x13e161=_0x55b26b,_0x31dd92={'start':_0x93fde8['startRow'],'end':_0x93fde8[_0x13e161(0x167)]},_0x519c35=_0x25cfb1['handleBaseMoveRowsCols'](_0x3ac94d,_0x229b1c,_0x31dd92);return _0x519c35[_0x13e161(0x190)]!==0x0?!0x0:(_0x93fde8[_0x13e161(0x232)]+=_0x519c35[_0x13e161(0x201)],_0x93fde8['endRow']+=_0x519c35[_0x13e161(0x201)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20worksheet\x20row\x20is\x20auto\x20height')}:(typeof _0x463776!=_0x55b26b(0x312)&&_0x605767[_0x55b26b(0x364)](_0x1642a7[_0x55b26b(0x232)],_0x1642a7[_0x55b26b(0x167)]-_0x1642a7[_0x55b26b(0x232)]+0x1,_0x45eb29['startRow'],_0x463776),{'m1Prime':_0x5e6234,'m2Prime':_0x498fbf});}},_0x17b3cd={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x473239[_0x329bfc(0x1a9)]['id'],'handler':(_0x365e77,_0x1cad60)=>{const _0x1e7996=_0x329bfc,_0x453b15={'m1Prime':_0x365e77,'m2Prime':_0x1cad60};if(_0x365e77[_0x1e7996(0x34b)][_0x1e7996(0x184)]!==_0x1cad60['params'][_0x1e7996(0x184)]||_0x365e77[_0x1e7996(0x34b)][_0x1e7996(0x249)]!==_0x1cad60[_0x1e7996(0x34b)]['subUnitId'])return _0x453b15;const _0x3e20cc={'id':_0x25cfb1['MoveRowsCommand']['id'],'params':{'unitId':_0x365e77['params'][_0x1e7996(0x184)],'subUnitId':_0x365e77[_0x1e7996(0x34b)][_0x1e7996(0x249)],'fromRange':_0x365e77['params']['sourceRange'],'toRange':_0x365e77[_0x1e7996(0x34b)]['targetRange']}},_0x336d6f=_0x6b5600(_0x1cad60,_0x3e20cc);return{'m1Prime':[_0x365e77,..._0x336d6f],'m2Prime':[_0x1cad60,..._0x336d6f]};}},_0x5e3a4a={'m1':_0x25cfb1[_0x329bfc(0x230)]['id'],'m2':_0x11b0d4['UpdateDataValidationMutation']['id'],'handler':(_0x1c878e,_0xd36885)=>{const _0x31a203=_0x329bfc,_0x5bcf6e={'m1Prime':_0x1c878e,'m2Prime':_0xd36885};if(_0x1c878e[_0x31a203(0x34b)][_0x31a203(0x184)]!==_0xd36885[_0x31a203(0x34b)][_0x31a203(0x184)]||_0xd36885[_0x31a203(0x34b)][_0x31a203(0x249)]!==_0x1c878e[_0x31a203(0x34b)][_0x31a203(0x249)])return _0x5bcf6e;const _0x18327d={'id':_0x25cfb1['MoveRowsCommand']['id'],'params':{'fromRange':_0x1c878e[_0x31a203(0x34b)]['sourceRange'],'toRange':_0x1c878e[_0x31a203(0x34b)][_0x31a203(0x2d3)]}},_0x346247=_0x30609b(_0xd36885,_0x18327d);return{'m1Prime':[_0x1c878e,..._0x346247],'m2Prime':[_0xd36885,..._0x346247]};}},_0x86a97e={'m1':_0x25cfb1['RemoveColMutation']['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x8174db,_0xad463a)=>{const _0x168861=_0x329bfc,_0x244d3d={'m1Prime':_0x8174db,'m2Prime':_0xad463a};if(_0x8174db[_0x168861(0x34b)]['unitId']!==_0xad463a[_0x168861(0x34b)]['unitId']||_0x8174db['params'][_0x168861(0x249)]!==_0xad463a[_0x168861(0x34b)][_0x168861(0x249)])return _0x244d3d;const _0x491b68={'id':_0x25cfb1[_0x168861(0x36e)]['id'],'params':{'unitId':_0x8174db['params']['unitId'],'subUnitId':_0x8174db[_0x168861(0x34b)][_0x168861(0x249)],'range':_0x8174db[_0x168861(0x34b)][_0x168861(0x31c)]}},_0x5db32a=_0x43c0d6(_0xad463a,_0x491b68);return{'m1Prime':[_0x8174db,..._0x5db32a],'m2Prime':[_0xad463a,..._0x5db32a]};}},_0x18e036={'m1':_0x25cfb1['RemoveColMutation']['id'],'m2':_0x11b0d4[_0x329bfc(0x2bc)]['id'],'handler'(_0x3aced3,_0x3bebd8){const _0x521c2d=_0x329bfc,_0x58902f={'m1Prime':_0x3aced3,'m2Prime':_0x3bebd8};if(_0x3aced3[_0x521c2d(0x34b)][_0x521c2d(0x184)]!==_0x3bebd8[_0x521c2d(0x34b)]['unitId']||_0x3aced3[_0x521c2d(0x34b)][_0x521c2d(0x249)]!==_0x3bebd8['params']['subUnitId'])return _0x58902f;const _0x2600a4={'id':_0x25cfb1[_0x521c2d(0x36e)]['id'],'params':{'range':_0x3aced3[_0x521c2d(0x34b)][_0x521c2d(0x31c)]}},_0x22321c=_0x1865b4(_0x3bebd8,_0x2600a4);return{'m1Prime':[_0x3aced3,..._0x22321c],'m2Prime':[_0x3bebd8,..._0x22321c]};}},_0x497133={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler'(_0x1a841a,_0x322bf9){const _0x4b4b61=_0x329bfc,_0x3bee31=_0x327c6e[_0x4b4b61(0x1e1)](_0x322bf9,_0x1a841a);return _0xda76fe(_0x3bee31)?{'m1Prime':_0x3bee31['m2Prime'],'m2Prime':_0x3bee31[_0x4b4b61(0x1da)]}:_0x3bee31;}},_0x36af77={'m1':_0x25cfb1['RemoveColMutation']['id'],'m2':_0x25cfb1['MoveColsMutation']['id'],'handler'(_0x550b66,_0x20b1e9){const _0x25b53a=_0x329bfc,_0x5b96c7={'m1Prime':_0x550b66,'m2Prime':_0x20b1e9};if(_0x550b66[_0x25b53a(0x34b)][_0x25b53a(0x184)]!==_0x20b1e9['params']['unitId']||_0x550b66[_0x25b53a(0x34b)][_0x25b53a(0x249)]!==_0x20b1e9[_0x25b53a(0x34b)][_0x25b53a(0x249)])return _0x5b96c7;const _0x3c3ec0=_0x605767[_0x25b53a(0x253)][_0x25b53a(0x175)](_0x550b66),_0x599b13=_0x605767['Tools'][_0x25b53a(0x175)](_0x20b1e9);if(_0x550b66[_0x25b53a(0x34b)][_0x25b53a(0x31c)]['startColumn']<=_0x20b1e9[_0x25b53a(0x34b)][_0x25b53a(0x34c)][_0x25b53a(0x1de)]&&_0x550b66[_0x25b53a(0x34b)]['range'][_0x25b53a(0x1de)]>=_0x20b1e9['params']['sourceRange'][_0x25b53a(0x1f5)]||_0x550b66[_0x25b53a(0x34b)][_0x25b53a(0x31c)][_0x25b53a(0x1f5)]<=_0x20b1e9[_0x25b53a(0x34b)][_0x25b53a(0x2d3)][_0x25b53a(0x1de)]&&_0x550b66[_0x25b53a(0x34b)][_0x25b53a(0x31c)][_0x25b53a(0x1de)]>=_0x20b1e9[_0x25b53a(0x34b)][_0x25b53a(0x2d3)][_0x25b53a(0x1f5)])return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x985f81=_0x25cfb1[_0x25b53a(0x24d)](_0x3bf2c4(_0x550b66[_0x25b53a(0x34b)]['range']),_0x3bf2c4(_0x20b1e9[_0x25b53a(0x34b)]['sourceRange'])),_0x2656a2=_0x25cfb1[_0x25b53a(0x24d)](_0x3bf2c4(_0x550b66['params'][_0x25b53a(0x31c)]),_0x3bf2c4(_0x20b1e9[_0x25b53a(0x34b)][_0x25b53a(0x2d3)]));_0x985f81&&_0x2656a2?(_0x599b13['params'][_0x25b53a(0x34c)]['startColumn']+=_0x985f81[_0x25b53a(0x201)],_0x599b13[_0x25b53a(0x34b)][_0x25b53a(0x34c)]['endColumn']+=_0x985f81[_0x25b53a(0x201)]+(_0x985f81[_0x25b53a(0x190)]||0x0),_0x599b13[_0x25b53a(0x34b)]['targetRange']['startColumn']+=_0x2656a2['step'],_0x599b13[_0x25b53a(0x34b)][_0x25b53a(0x2d3)][_0x25b53a(0x1de)]+=_0x2656a2[_0x25b53a(0x201)]+(_0x2656a2[_0x25b53a(0x190)]||0x0)):_0x599b13['id']=_0x25cfb1['EmptyMutation']['id'];const _0x53ecbe=_0x25cfb1[_0x25b53a(0x32c)]({'start':_0x20b1e9[_0x25b53a(0x34b)]['sourceRange']['startColumn'],'end':_0x20b1e9[_0x25b53a(0x34b)][_0x25b53a(0x34c)][_0x25b53a(0x1de)]},{'start':_0x20b1e9[_0x25b53a(0x34b)][_0x25b53a(0x2d3)][_0x25b53a(0x1f5)],'end':_0x20b1e9[_0x25b53a(0x34b)]['targetRange'][_0x25b53a(0x1de)]},{'start':_0x550b66['params'][_0x25b53a(0x31c)][_0x25b53a(0x1f5)],'end':_0x550b66[_0x25b53a(0x34b)][_0x25b53a(0x31c)][_0x25b53a(0x1de)]});if(_0x53ecbe){const {step:_0xc19160,length:_0xb600b7}=_0x53ecbe;_0x3c3ec0[_0x25b53a(0x34b)][_0x25b53a(0x31c)][_0x25b53a(0x1f5)]+=_0xc19160,_0x3c3ec0['params']['range']['endColumn']+=_0xc19160+(_0xb600b7||0x0);}else _0x3c3ec0[_0x25b53a(0x34b)][_0x25b53a(0x31c)]['startColumn']=0x0,_0x3c3ec0[_0x25b53a(0x34b)][_0x25b53a(0x31c)]['endColumn']=-0x1;return{'m1Prime':_0x3c3ec0,'m2Prime':_0x599b13};}},_0x51ce50={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0x26727b,_0x2a34aa){const _0x460932=_0x329bfc,_0x550f9b={'m1Prime':_0x26727b,'m2Prime':_0x2a34aa};if(_0x26727b['params'][_0x460932(0x184)]!==_0x2a34aa[_0x460932(0x34b)][_0x460932(0x184)]||_0x26727b[_0x460932(0x34b)][_0x460932(0x249)]!==_0x2a34aa[_0x460932(0x34b)][_0x460932(0x198)][_0x460932(0x249)]&&_0x26727b['params']['subUnitId']!==_0x2a34aa[_0x460932(0x34b)]['to']['subUnitId'])return _0x550f9b;const _0x178322=_0x605767[_0x460932(0x253)][_0x460932(0x175)](_0x26727b),_0x56076f=_0x605767[_0x460932(0x253)][_0x460932(0x175)](_0x2a34aa),{startColumn:_0x3b74eb,endColumn:_0x20373d}=_0x26727b[_0x460932(0x34b)][_0x460932(0x31c)];if(_0x26727b['params'][_0x460932(0x249)]===_0x2a34aa['params'][_0x460932(0x198)][_0x460932(0x249)]){const _0x4bc277=new _0x605767[(_0x460932(0x238))](_0x56076f[_0x460932(0x34b)][_0x460932(0x198)][_0x460932(0x316)]),_0x582430=_0x4bc277[_0x460932(0x27b)](),{startColumn:_0x57f145,endColumn:_0x5aa9bc}=_0x582430;if(_0x57f145<=_0x20373d&&_0x5aa9bc>=_0x3b74eb)return{'error':new Error(_0x460932(0x1c9))};_0x20373d<_0x57f145&&_0x4bc277[_0x460932(0x1f0)](_0x3b74eb,_0x20373d-_0x3b74eb+0x1),_0x56076f['params'][_0x460932(0x198)][_0x460932(0x316)]=_0x4bc277[_0x460932(0x1af)]();}if(_0x26727b[_0x460932(0x34b)][_0x460932(0x249)]===_0x2a34aa['params']['to']['subUnitId']){const _0x531098=new _0x605767[(_0x460932(0x238))](_0x56076f[_0x460932(0x34b)]['to'][_0x460932(0x316)]),_0x494a89=_0x531098[_0x460932(0x27b)](),{startColumn:_0x337c5e,endColumn:_0x1cb2a6}=_0x494a89;if(_0x337c5e<=_0x20373d&&_0x1cb2a6>=_0x3b74eb)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x20373d<_0x337c5e&&_0x531098['removeColumns'](_0x3b74eb,_0x20373d-_0x3b74eb+0x1),_0x56076f[_0x460932(0x34b)]['to'][_0x460932(0x316)]=_0x531098[_0x460932(0x1af)]();}return{'m1Prime':_0x178322,'m2Prime':_0x56076f};}},_0x4b4ba2={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1[_0x329bfc(0x254)]['id'],'handler'(_0x2ca1ef,_0x10ecc6){const _0x1ac898=_0x329bfc,_0x35bf09={'m1Prime':_0x2ca1ef,'m2Prime':_0x10ecc6};if(_0x2ca1ef[_0x1ac898(0x34b)][_0x1ac898(0x184)]!==_0x10ecc6[_0x1ac898(0x34b)][_0x1ac898(0x184)]||_0x2ca1ef[_0x1ac898(0x34b)]['subUnitId']!==_0x10ecc6[_0x1ac898(0x34b)]['subUnitId'])return _0x35bf09;const _0x35a646=_0x605767[_0x1ac898(0x253)][_0x1ac898(0x175)](_0x2ca1ef),_0x5cfbe1=_0x605767[_0x1ac898(0x253)][_0x1ac898(0x175)](_0x10ecc6),_0x151afb=_0x25cfb1[_0x1ac898(0x24d)](_0x2ca1ef[_0x1ac898(0x34b)]['range'],_0x10ecc6['params'][_0x1ac898(0x31c)]);if(_0x151afb){const {step:_0x2674a1,length:_0x181e29}=_0x151afb;_0x5cfbe1[_0x1ac898(0x34b)][_0x1ac898(0x31c)][_0x1ac898(0x1f5)]+=_0x2674a1,_0x5cfbe1[_0x1ac898(0x34b)][_0x1ac898(0x31c)][_0x1ac898(0x1de)]+=_0x2674a1+(_0x181e29||0x0);}else _0x5cfbe1['id']=_0x25cfb1['EmptyMutation']['id'];const _0x5a1f0c=_0x25cfb1['handleBaseRemoveRange'](_0x10ecc6['params']['range'],_0x2ca1ef[_0x1ac898(0x34b)][_0x1ac898(0x31c)]);if(_0x5a1f0c){const {step:_0x507811,length:_0x1540d6}=_0x5a1f0c;_0x35a646['params'][_0x1ac898(0x31c)][_0x1ac898(0x1f5)]+=_0x507811,_0x35a646[_0x1ac898(0x34b)][_0x1ac898(0x31c)][_0x1ac898(0x1de)]+=_0x507811+(_0x1540d6||0x0);}else _0x35a646['id']=_0x25cfb1['EmptyMutation']['id'];return{'m1Prime':_0x35a646,'m2Prime':_0x5cfbe1};}},_0x191d72={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler'(_0x5228c0,_0x4a4f75){const _0x24c60a=_0x329bfc,_0x4f0110={'m1Prime':_0x5228c0,'m2Prime':_0x4a4f75};if(_0x5228c0[_0x24c60a(0x34b)][_0x24c60a(0x184)]!==_0x4a4f75[_0x24c60a(0x34b)][_0x24c60a(0x184)]||_0x5228c0[_0x24c60a(0x34b)]['subUnitId']!==_0x4a4f75[_0x24c60a(0x34b)][_0x24c60a(0x249)])return _0x4f0110;const _0x5b9dff=_0x605767[_0x24c60a(0x253)][_0x24c60a(0x175)](_0x5228c0),_0x26a10f=_0x605767[_0x24c60a(0x253)][_0x24c60a(0x175)](_0x4a4f75),{ranges:_0x49d088}=_0x26a10f['params'];return _0x49d088[_0x24c60a(0x1cd)](_0x2e8db7=>{const _0x4b0360=_0x24c60a,_0x5ad957=_0x25cfb1[_0x4b0360(0x24d)](_0x3bf2c4(_0x5228c0[_0x4b0360(0x34b)][_0x4b0360(0x31c)]),_0x3bf2c4(_0x2e8db7));return _0x5ad957===null||_0x5ad957[_0x4b0360(0x190)]!==0x0?!0x0:(_0x2e8db7[_0x4b0360(0x1f5)]+=_0x5ad957['step'],_0x2e8db7[_0x4b0360(0x1de)]+=_0x5ad957[_0x4b0360(0x201)],!0x1);})?{'error':new Error(_0x24c60a(0x28f))}:{'m1Prime':_0x5b9dff,'m2Prime':_0x26a10f};}},_0x5a46e0={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'handler'(_0x394959,_0x3ee5d4){const _0x1a8e2c=_0x329bfc,_0x4f6953=_0x605767[_0x1a8e2c(0x253)][_0x1a8e2c(0x175)](_0x394959),_0x1dd77a=_0x605767[_0x1a8e2c(0x253)][_0x1a8e2c(0x175)](_0x3ee5d4);if(_0x394959[_0x1a8e2c(0x34b)][_0x1a8e2c(0x184)]!==_0x3ee5d4[_0x1a8e2c(0x34b)][_0x1a8e2c(0x184)]||_0x394959[_0x1a8e2c(0x34b)][_0x1a8e2c(0x249)]!==_0x3ee5d4[_0x1a8e2c(0x34b)][_0x1a8e2c(0x249)])return{'m1Prime':_0x4f6953,'m2Prime':_0x1dd77a};const _0x189e5a=_0x1dd77a['params']['ranges'][_0x1a8e2c(0x2c6)]((_0x1fa463,_0x522b1b)=>{const _0x40a450=_0x1a8e2c,_0x5c3475=_0x4f6953[_0x40a450(0x34b)][_0x40a450(0x31c)],_0x4daabe=_0x5c3475['endColumn']-_0x5c3475[_0x40a450(0x1f5)]+0x1;let _0x4e978b={..._0x522b1b};return _0x5c3475[_0x40a450(0x1f5)]>_0x522b1b[_0x40a450(0x1de)]?_0x4e978b={..._0x522b1b}:_0x5c3475[_0x40a450(0x1f5)]>=_0x522b1b[_0x40a450(0x1f5)]&&_0x5c3475[_0x40a450(0x1f5)]<=_0x522b1b[_0x40a450(0x1de)]&&_0x5c3475[_0x40a450(0x1de)]>_0x522b1b[_0x40a450(0x1de)]?(_0x4e978b[_0x40a450(0x1de)]=_0x5c3475['startColumn']-0x1,_0x5c3475[_0x40a450(0x1f5)]===_0x522b1b[_0x40a450(0x1f5)]&&(_0x4e978b=null)):_0x5c3475[_0x40a450(0x1f5)]>_0x522b1b['startColumn']&&_0x5c3475[_0x40a450(0x1de)]<_0x522b1b[_0x40a450(0x1de)]?_0x4e978b[_0x40a450(0x1de)]=_0x522b1b[_0x40a450(0x1de)]-_0x4daabe:_0x5c3475[_0x40a450(0x1f5)]<_0x522b1b['startColumn']&&_0x5c3475[_0x40a450(0x1de)]>=_0x522b1b[_0x40a450(0x1f5)]&&_0x5c3475[_0x40a450(0x1de)]<=_0x522b1b[_0x40a450(0x1de)]?(_0x4e978b[_0x40a450(0x1f5)]=_0x5c3475[_0x40a450(0x1f5)],_0x4e978b[_0x40a450(0x1de)]=_0x522b1b['endColumn']-_0x4daabe,_0x5c3475['endColumn']===_0x522b1b[_0x40a450(0x1de)]&&(_0x4e978b=null)):_0x5c3475[_0x40a450(0x1f5)]<=_0x522b1b[_0x40a450(0x1f5)]&&_0x5c3475['endColumn']>=_0x522b1b[_0x40a450(0x1de)]?_0x4e978b=null:_0x5c3475[_0x40a450(0x1de)]<_0x522b1b[_0x40a450(0x1f5)]&&(_0x4e978b['startColumn']=_0x522b1b[_0x40a450(0x1f5)]-_0x4daabe,_0x4e978b[_0x40a450(0x1de)]=_0x522b1b['endColumn']-_0x4daabe),_0x4e978b&&!(_0x4e978b[_0x40a450(0x232)]===_0x4e978b[_0x40a450(0x167)]&&_0x4e978b['startColumn']===_0x4e978b[_0x40a450(0x1de)])&&_0x1fa463[_0x40a450(0x1c7)](_0x4e978b),_0x1fa463;},[]);return _0x1dd77a[_0x1a8e2c(0x34b)][_0x1a8e2c(0x1a1)]=_0x189e5a,{'m1Prime':_0x4f6953,'m2Prime':_0x1dd77a};}},_0x3106a5={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1['ReorderRangeMutation']['id'],'handler'(_0x5cdcbd,_0x1c45f3){const _0x285b95=_0x329bfc,_0x20a50b={'m1Prime':_0x5cdcbd,'m2Prime':_0x1c45f3};if(_0x5cdcbd[_0x285b95(0x34b)][_0x285b95(0x184)]!==_0x1c45f3[_0x285b95(0x34b)][_0x285b95(0x184)]||_0x5cdcbd[_0x285b95(0x34b)][_0x285b95(0x249)]!==_0x1c45f3[_0x285b95(0x34b)]['subUnitId'])return _0x20a50b;const _0x1b2e1c=_0x25cfb1[_0x285b95(0x24d)](_0x3bf2c4(_0x5cdcbd[_0x285b95(0x34b)][_0x285b95(0x31c)]),_0x3bf2c4(_0x1c45f3[_0x285b95(0x34b)][_0x285b95(0x31c)]));if(!_0x1b2e1c)return{'m1Prime':_0x5cdcbd,'m2Prime':[]};const _0x31f014=_0x605767[_0x285b95(0x253)]['deepClone'](_0x1c45f3);return _0x31f014[_0x285b95(0x34b)]['range'][_0x285b95(0x1f5)]+=_0x1b2e1c[_0x285b95(0x201)],_0x31f014['params'][_0x285b95(0x31c)][_0x285b95(0x1de)]+=_0x1b2e1c[_0x285b95(0x201)]+(_0x1b2e1c[_0x285b95(0x190)]||0x0),{'m1Prime':_0x5cdcbd,'m2Prime':_0x31f014};}},_0x2557b4={'m1':_0x25cfb1['RemoveColMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x32f)]['id'],'handler'(_0x1b3055,_0x20c869){const _0x2601eb=_0x329bfc,_0x2d86c8={'m1Prime':_0x1b3055,'m2Prime':_0x20c869};if(_0x1b3055[_0x2601eb(0x34b)][_0x2601eb(0x184)]!==_0x20c869[_0x2601eb(0x34b)]['unitId']||_0x1b3055['params'][_0x2601eb(0x249)]!==_0x20c869[_0x2601eb(0x34b)]['subUnitId'])return _0x2d86c8;const _0x2af4e1=_0x605767[_0x2601eb(0x253)][_0x2601eb(0x175)](_0x1b3055),_0x53a09d=_0x605767[_0x2601eb(0x253)][_0x2601eb(0x175)](_0x20c869),{columnData:_0x55ba6d}=_0x53a09d['params'];return _0x605767[_0x2601eb(0x371)](_0x1b3055[_0x2601eb(0x34b)][_0x2601eb(0x31c)]['startColumn'],_0x1b3055[_0x2601eb(0x34b)][_0x2601eb(0x31c)][_0x2601eb(0x1de)]-_0x1b3055[_0x2601eb(0x34b)][_0x2601eb(0x31c)]['startColumn']+0x1,_0x55ba6d),{'m1Prime':_0x2af4e1,'m2Prime':_0x53a09d};}},_0x3c40be={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1[_0x329bfc(0x342)]['id'],'handler'(_0x3472b0,_0x53fa40){const _0x432d8b=_0x329bfc,_0x1f0e4f={'m1Prime':_0x3472b0,'m2Prime':_0x53fa40};if(_0x3472b0[_0x432d8b(0x34b)]['unitId']!==_0x53fa40[_0x432d8b(0x34b)][_0x432d8b(0x184)]||_0x3472b0[_0x432d8b(0x34b)][_0x432d8b(0x249)]!==_0x53fa40[_0x432d8b(0x34b)][_0x432d8b(0x249)])return _0x1f0e4f;const _0xb1ffa3=_0x605767[_0x432d8b(0x253)]['deepClone'](_0x3472b0),_0x3d669e=_0x605767[_0x432d8b(0x253)]['deepClone'](_0x53fa40),{ranges:_0xe18964}=_0x3d669e['params'];return _0xe18964[_0x432d8b(0x26b)](_0x20257a=>{const _0x134861=_0x432d8b,_0x331d9f=_0x25cfb1[_0x134861(0x24d)](_0x3bf2c4(_0x3472b0['params'][_0x134861(0x31c)]),_0x20257a);_0x331d9f==null?_0x3d669e['id']=_0x25cfb1[_0x134861(0x187)]['id']:(_0x20257a[_0x134861(0x1f5)]+=_0x331d9f[_0x134861(0x201)],_0x20257a['endColumn']+=_0x331d9f[_0x134861(0x201)]+_0x331d9f[_0x134861(0x190)]);}),{'m1Prime':_0xb1ffa3,'m2Prime':_0x3d669e};}},_0x28f19e={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1[_0x329bfc(0x293)]['id'],'handler'(_0x53b26f,_0x7f5d95){const _0x1e801f=_0x329bfc,_0x37a326={'m1Prime':_0x53b26f,'m2Prime':_0x7f5d95};if(_0x53b26f[_0x1e801f(0x34b)][_0x1e801f(0x184)]!==_0x7f5d95[_0x1e801f(0x34b)][_0x1e801f(0x184)]||_0x53b26f['params'][_0x1e801f(0x249)]!==_0x7f5d95['params'][_0x1e801f(0x249)])return _0x37a326;const _0x2ec9d0=_0x605767[_0x1e801f(0x253)][_0x1e801f(0x175)](_0x53b26f),_0x1846f6=_0x605767[_0x1e801f(0x253)]['deepClone'](_0x7f5d95),{ranges:_0x5129f7}=_0x1846f6[_0x1e801f(0x34b)];return _0x5129f7[_0x1e801f(0x26b)](_0x18ba6a=>{const _0x127fda=_0x1e801f,_0x390a77=_0x25cfb1[_0x127fda(0x24d)](_0x3bf2c4(_0x53b26f[_0x127fda(0x34b)][_0x127fda(0x31c)]),_0x18ba6a);_0x390a77==null?_0x1846f6['id']=_0x25cfb1[_0x127fda(0x187)]['id']:(_0x18ba6a['startColumn']+=_0x390a77['step'],_0x18ba6a['endColumn']+=_0x390a77[_0x127fda(0x201)]+_0x390a77[_0x127fda(0x190)]);}),{'m1Prime':_0x2ec9d0,'m2Prime':_0x1846f6};}},_0x5d1a6e={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler'(_0x2b6e0a,_0x360f09){const _0x49e930=_0x329bfc,_0x1f5a5a={'m1Prime':_0x2b6e0a,'m2Prime':_0x360f09};if(_0x2b6e0a[_0x49e930(0x34b)][_0x49e930(0x184)]!==_0x360f09[_0x49e930(0x34b)][_0x49e930(0x184)]||_0x2b6e0a[_0x49e930(0x34b)][_0x49e930(0x249)]!==_0x360f09[_0x49e930(0x34b)][_0x49e930(0x249)])return _0x1f5a5a;const _0x3b9581=[_0x605767['Tools'][_0x49e930(0x175)](_0x2b6e0a)],_0x32c397=_0x605767[_0x49e930(0x253)][_0x49e930(0x175)](_0x360f09),{values:_0x2e73ba}=_0x32c397['params'],_0xd8a385=[];let _0x32e0e5=!0x1;for(const _0x370e37 in _0x2e73ba){const _0x56cf0c=_0x2e73ba[_0x370e37];if(_0xd8a385[_0x49e930(0x1c7)](..._0x56cf0c['ranges']),_0x56cf0c[_0x49e930(0x1a1)]['some'](_0x3a4cb2=>{const _0x21b935=_0x49e930,_0x5c47bf=_0x25cfb1[_0x21b935(0x24d)](_0x3bf2c4(_0x2b6e0a[_0x21b935(0x34b)]['range']),_0x3bf2c4(_0x3a4cb2));return _0x5c47bf==null||_0x5c47bf[_0x21b935(0x190)]!==0x0?!0x0:(_0x5c47bf[_0x21b935(0x201)]!==0x0&&(_0x32e0e5=!0x0),_0x3a4cb2['startColumn']+=_0x5c47bf[_0x21b935(0x201)],_0x3a4cb2[_0x21b935(0x1de)]+=_0x5c47bf[_0x21b935(0x201)],!0x1);}))return{'error':new Error(_0x49e930(0x205))};}if(_0x32e0e5){const _0x3bffe3={'id':_0x25cfb1[_0x49e930(0x286)]['id'],'params':{'unitId':_0x360f09[_0x49e930(0x34b)][_0x49e930(0x184)],'subUnitId':_0x360f09['params'][_0x49e930(0x249)],'ranges':_0xd8a385}};_0x3b9581[_0x49e930(0x1c7)](_0x3bffe3,_0x32c397);}return{'m1Prime':_0x3b9581,'m2Prime':_0x32c397};}},_0x1c2f72={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1['SetRangeValuesMutation']['id'],'handler'(_0x1d0140,_0x1fbfdf){const _0x30fc40=_0x329bfc,_0x15d4ba={'m1Prime':_0x1d0140,'m2Prime':_0x1fbfdf};if(_0x1d0140[_0x30fc40(0x34b)][_0x30fc40(0x184)]!==_0x1fbfdf[_0x30fc40(0x34b)][_0x30fc40(0x184)]||_0x1d0140[_0x30fc40(0x34b)][_0x30fc40(0x249)]!==_0x1fbfdf['params']['subUnitId'])return _0x15d4ba;const _0x702154=[_0x605767['Tools'][_0x30fc40(0x175)](_0x1d0140)],_0x48624c=_0x605767['Tools'][_0x30fc40(0x175)](_0x1fbfdf),_0x33a10e=new _0x605767[(_0x30fc40(0x238))](_0x48624c[_0x30fc40(0x34b)][_0x30fc40(0x302)]),_0x2ceaff=_0x33a10e['getDataRange'](),_0x1b6868=_0x1d0140[_0x30fc40(0x34b)]['range'],_0x549f3f=_0x1b6868[_0x30fc40(0x1de)]-_0x1b6868['startColumn']+0x1;if(_0x48624c[_0x30fc40(0x34b)][_0x30fc40(0x302)]&&_0x1b6868[_0x30fc40(0x1de)]<_0x2ceaff[_0x30fc40(0x1f5)])_0x3e2c31(_0x48624c[_0x30fc40(0x34b)][_0x30fc40(0x302)],_0x2ceaff[_0x30fc40(0x1f5)],_0x2ceaff[_0x30fc40(0x1de)]-_0x2ceaff[_0x30fc40(0x1f5)]+0x1,-_0x549f3f);else{if(_0x1b6868['startColumn']<=_0x2ceaff[_0x30fc40(0x1de)])return{'error':new Error('remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation')};}const _0x306b48=new _0x605767[(_0x30fc40(0x238))]();let _0x1727db=!0x1,_0x2239f9=!0x1;if(_0x33a10e[_0x30fc40(0x307)]((_0x50a033,_0x12693d,_0x415dbd)=>{const _0x28be2b=_0x30fc40;if(_0x415dbd&&_0x415dbd['f']){const _0x261b1e=_0x415dbd['f'];let _0x3d4b3d=!0x1;const _0x5a79ce=_0x199426(_0x1d0140[_0x28be2b(0x34b)][_0x28be2b(0x184)],_0x1d0140[_0x28be2b(0x34b)][_0x28be2b(0x249)],_0x261b1e,_0x2f26ad=>{const _0x5b516a=_0x28be2b,_0x2c738e=_0x25cfb1['handleBaseRemoveRange'](_0x3bf2c4(_0x1d0140[_0x5b516a(0x34b)][_0x5b516a(0x31c)]),_0x3bf2c4(_0x2f26ad));return _0x2c738e===null?(_0x1727db=!0x0,_0x2f26ad):((_0x2c738e['step']!==0x0||_0x2c738e[_0x5b516a(0x190)]!==0x0)&&(_0x3d4b3d=!0x0,_0x2f26ad[_0x5b516a(0x1f5)]+=_0x2c738e[_0x5b516a(0x201)],_0x2f26ad['endColumn']+=_0x2c738e[_0x5b516a(0x201)]+_0x2c738e[_0x5b516a(0x190)]),_0x2f26ad);});_0x3d4b3d&&(_0x2239f9=!0x0,_0x415dbd['f']=_0x5a79ce,_0x306b48[_0x28be2b(0x174)](_0x50a033,_0x12693d,{..._0x415dbd}));}}),_0x1727db)return{'error':new Error(_0x30fc40(0x16e))};if(_0x2239f9){const _0x5c9569={'id':_0x25cfb1[_0x30fc40(0x264)]['id'],'params':{'unitId':_0x1fbfdf[_0x30fc40(0x34b)]['unitId'],'subUnitId':_0x1fbfdf[_0x30fc40(0x34b)][_0x30fc40(0x249)],'cellValue':_0x306b48[_0x30fc40(0x1af)]()}};_0x702154[_0x30fc40(0x1c7)](_0x5c9569);}return{'m1Prime':_0x702154,'m2Prime':_0x48624c};}},_0x51bbfb={'m1':_0x25cfb1['RemoveColMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x31a)]['id'],'handler'(_0x30bc48,_0x569e54){const _0x1dfc14=_0x329bfc,_0x202ccc={'m1Prime':[],'m2Prime':[]};if(_0x30bc48[_0x1dfc14(0x34b)][_0x1dfc14(0x184)]!==_0x569e54[_0x1dfc14(0x34b)][_0x1dfc14(0x184)]||_0x30bc48[_0x1dfc14(0x34b)][_0x1dfc14(0x249)]!==_0x569e54[_0x1dfc14(0x34b)][_0x1dfc14(0x249)])return _0x202ccc;const _0x4d96f7=_0x605767[_0x1dfc14(0x253)][_0x1dfc14(0x175)](_0x569e54);let _0x35ec18=!0x1;return _0x4d96f7[_0x1dfc14(0x34b)][_0x1dfc14(0x355)][_0x1dfc14(0x26b)](_0x5ce74a=>{const _0x4affc5=_0x1dfc14,{range:_0x430d66,primary:_0x3cfe4c}=_0x5ce74a,_0xc00bf=_0x25cfb1[_0x4affc5(0x24d)](_0x3bf2c4(_0x30bc48[_0x4affc5(0x34b)][_0x4affc5(0x31c)]),_0x3bf2c4(_0x430d66));if(_0xc00bf!=null&&(_0xc00bf['length']||_0xc00bf[_0x4affc5(0x201)])){if(_0x430d66[_0x4affc5(0x1f5)]+=_0xc00bf[_0x4affc5(0x201)],_0x430d66[_0x4affc5(0x1de)]+=_0xc00bf[_0x4affc5(0x201)]+(_0xc00bf[_0x4affc5(0x190)]||0x0),_0x3cfe4c){const _0xe0bbe=_0x25cfb1[_0x4affc5(0x24d)](_0x3bf2c4(_0x30bc48['params'][_0x4affc5(0x31c)]),_0x3bf2c4(_0x3cfe4c));if(_0xe0bbe==null){_0x3cfe4c[_0x4affc5(0x1f5)]=_0x430d66[_0x4affc5(0x1f5)],_0x3cfe4c[_0x4affc5(0x1de)]=_0x430d66[_0x4affc5(0x1f5)],_0x3cfe4c[_0x4affc5(0x35a)]=_0x430d66[_0x4affc5(0x1f5)];return;}(_0xe0bbe[_0x4affc5(0x190)]||_0xe0bbe[_0x4affc5(0x201)])&&(_0x3cfe4c[_0x4affc5(0x1f5)]+=_0xe0bbe[_0x4affc5(0x201)],_0x3cfe4c[_0x4affc5(0x1de)]+=_0xe0bbe['step'],_0x3cfe4c[_0x4affc5(0x35a)]+=_0xe0bbe[_0x4affc5(0x201)]);}_0x35ec18=!0x0;}}),_0x35ec18&&_0x202ccc[_0x1dfc14(0x329)][_0x1dfc14(0x1c7)](_0x4d96f7),_0x202ccc;}},_0x5eeb2a={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x42660f['SetSheetsFilterCriteriaMutation']['id'],'handler'(_0x42be47,_0x4c4c9a){const _0x2bec5d=_0x329bfc,_0x17e3f3={'m1Prime':_0x42be47,'m2Prime':_0x4c4c9a};if(_0x42be47[_0x2bec5d(0x34b)][_0x2bec5d(0x184)]!==_0x4c4c9a[_0x2bec5d(0x34b)][_0x2bec5d(0x184)]||_0x42be47[_0x2bec5d(0x34b)][_0x2bec5d(0x249)]!==_0x4c4c9a[_0x2bec5d(0x34b)][_0x2bec5d(0x249)])return _0x17e3f3;const _0x36a6a6=_0x605767[_0x2bec5d(0x253)]['deepClone'](_0x42be47),_0x546cd9=_0x605767[_0x2bec5d(0x253)]['deepClone'](_0x4c4c9a),_0x1b7f69=_0x45562b({'start':_0x42be47[_0x2bec5d(0x34b)][_0x2bec5d(0x31c)][_0x2bec5d(0x1f5)],'end':_0x42be47[_0x2bec5d(0x34b)][_0x2bec5d(0x31c)][_0x2bec5d(0x1de)]},{'start':_0x4c4c9a['params']['col'],'end':_0x4c4c9a['params'][_0x2bec5d(0x282)]}),_0x3c8ef8=_0x605767['Tools']['deepClone'](_0x4c4c9a);return _0x3c8ef8[_0x2bec5d(0x34b)]['criteria']=null,_0x1b7f69===null?{'m1Prime':[_0x36a6a6,_0x3c8ef8],'m2Prime':[]}:_0x546cd9[_0x2bec5d(0x34b)][_0x2bec5d(0x282)]===_0x1b7f69[_0x2bec5d(0x33c)]?_0x17e3f3:(_0x546cd9[_0x2bec5d(0x34b)][_0x2bec5d(0x282)]=_0x1b7f69['start'],_0x546cd9[_0x2bec5d(0x34b)][_0x2bec5d(0x1d0)]&&(_0x546cd9['params']['criteria'][_0x2bec5d(0x27e)]=_0x1b7f69['start']),{'m1Prime':[_0x3c8ef8,_0x546cd9,_0x36a6a6],'m2Prime':[_0x546cd9]});}},_0x39240a={'m1':_0x25cfb1['RemoveColMutation']['id'],'m2':_0x42660f[_0x329bfc(0x24f)]['id'],'handler'(_0x322c22,_0x490afd){const _0x540961=_0x329bfc,_0x3ca0f3={'m1Prime':[_0x322c22],'m2Prime':[_0x490afd]};if(_0x322c22[_0x540961(0x34b)]['unitId']!==_0x490afd[_0x540961(0x34b)][_0x540961(0x184)]||_0x322c22[_0x540961(0x34b)][_0x540961(0x249)]!==_0x490afd[_0x540961(0x34b)]['subUnitId'])return _0x3ca0f3;const _0xcdec37=_0x605767['Tools'][_0x540961(0x175)](_0x322c22),_0x1e1d4d=_0x605767['Tools'][_0x540961(0x175)](_0x490afd),_0x57df41=_0x45562b({'start':_0x322c22[_0x540961(0x34b)][_0x540961(0x31c)][_0x540961(0x1f5)],'end':_0x322c22[_0x540961(0x34b)][_0x540961(0x31c)]['endColumn']},{'start':_0x490afd[_0x540961(0x34b)]['range'][_0x540961(0x1f5)],'end':_0x490afd[_0x540961(0x34b)]['range']['endColumn']});return _0x57df41===null?{'m1Prime':[_0xcdec37,{'id':_0x42660f[_0x540961(0x2fc)]['id'],'params':{'unitId':_0x490afd[_0x540961(0x34b)][_0x540961(0x184)],'subUnitId':_0x490afd['params'][_0x540961(0x184)]}}],'m2Prime':[]}:(_0x1e1d4d['params'][_0x540961(0x31c)]['startColumn']=_0x57df41[_0x540961(0x33c)],_0x1e1d4d['params'][_0x540961(0x31c)][_0x540961(0x1de)]=_0x57df41['end'],{'m1Prime':[_0x1e1d4d,_0xcdec37],'m2Prime':[_0x1e1d4d]});}},_0x4355bd={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2bf)]['id'],'handler'(_0x16f6d7,_0x59fd9b){const _0x543906=_0x329bfc,_0x31de3a={'m1Prime':_0x16f6d7,'m2Prime':_0x59fd9b};if(_0x16f6d7[_0x543906(0x34b)][_0x543906(0x184)]!==_0x59fd9b[_0x543906(0x34b)][_0x543906(0x184)]||_0x16f6d7[_0x543906(0x34b)]['subUnitId']!==_0x59fd9b[_0x543906(0x34b)]['subUnitId'])return _0x31de3a;const _0xb2b8a3=_0x605767[_0x543906(0x253)]['deepClone'](_0x16f6d7),_0x576203=_0x605767[_0x543906(0x253)][_0x543906(0x175)](_0x59fd9b),{ranges:_0x53bbbd,colWidth:_0x3187fb}=_0x576203[_0x543906(0x34b)];return _0x53bbbd[_0x543906(0x26b)](_0x2b8b98=>{const _0x544cf3=_0x543906,_0x3044a9=_0x25cfb1['handleBaseRemoveRange'](_0x3bf2c4(_0x16f6d7[_0x544cf3(0x34b)]['range']),_0x2b8b98);_0x3044a9==null?_0x576203['id']=_0x25cfb1[_0x544cf3(0x187)]['id']:(_0x2b8b98['startColumn']+=_0x3044a9[_0x544cf3(0x201)],_0x2b8b98['endColumn']+=_0x3044a9[_0x544cf3(0x201)]+_0x3044a9[_0x544cf3(0x190)]);}),typeof _0x3187fb!=_0x543906(0x312)&&_0x605767[_0x543906(0x371)](_0x16f6d7['params'][_0x543906(0x31c)][_0x543906(0x1f5)],_0x16f6d7['params'][_0x543906(0x31c)][_0x543906(0x1de)]-_0x16f6d7[_0x543906(0x34b)][_0x543906(0x31c)][_0x543906(0x1f5)]+0x1,_0x3187fb),{'m1Prime':_0xb2b8a3,'m2Prime':_0x576203};}},_0xa9f383={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x473239[_0x329bfc(0x1a9)]['id'],'handler':(_0x5da0ad,_0x5eebf3)=>{const _0x7ae5b3=_0x329bfc,_0x16583b={'m1Prime':_0x5da0ad,'m2Prime':_0x5eebf3};if(_0x5da0ad[_0x7ae5b3(0x34b)][_0x7ae5b3(0x184)]!==_0x5eebf3['params'][_0x7ae5b3(0x184)]||_0x5da0ad[_0x7ae5b3(0x34b)][_0x7ae5b3(0x249)]!==_0x5eebf3[_0x7ae5b3(0x34b)][_0x7ae5b3(0x249)])return _0x16583b;const _0x3c4890={'id':_0x25cfb1[_0x7ae5b3(0x36e)]['id'],'params':{'unitId':_0x5da0ad[_0x7ae5b3(0x34b)][_0x7ae5b3(0x184)],'subUnitId':_0x5da0ad['params'][_0x7ae5b3(0x249)],'range':_0x5da0ad[_0x7ae5b3(0x34b)]['range']}},_0x338e71=_0x6b5600(_0x5eebf3,_0x3c4890);return{'m1Prime':[_0x5da0ad,..._0x338e71],'m2Prime':[_0x5eebf3,..._0x338e71]};}},_0x278ee5={'m1':_0x25cfb1[_0x329bfc(0x254)]['id'],'m2':_0x11b0d4[_0x329bfc(0x153)]['id'],'handler':(_0x4f239e,_0x173c35)=>{const _0x2d3f95=_0x329bfc,_0x42761b={'m1Prime':_0x4f239e,'m2Prime':_0x173c35};if(_0x4f239e['params'][_0x2d3f95(0x184)]!==_0x173c35[_0x2d3f95(0x34b)][_0x2d3f95(0x184)]||_0x173c35[_0x2d3f95(0x34b)][_0x2d3f95(0x249)]!==_0x4f239e[_0x2d3f95(0x34b)]['subUnitId'])return _0x42761b;const _0x162f5d={'id':_0x25cfb1[_0x2d3f95(0x36e)]['id'],'params':{'range':_0x4f239e['params'][_0x2d3f95(0x31c)]}},_0x43672c=_0x30609b(_0x173c35,_0x162f5d);return{'m1Prime':[_0x4f239e,..._0x43672c],'m2Prime':[_0x173c35,..._0x43672c]};}},_0x3e4d62={'m1':_0x11b0d4[_0x329bfc(0x344)]['id'],'m2':_0x11b0d4[_0x329bfc(0x344)]['id'],'handler':(_0x506f87,_0x47ff17)=>{const _0x3e0611=_0x329bfc,_0x62bf00={'m1Prime':_0x506f87,'m2Prime':_0x47ff17};return _0x506f87[_0x3e0611(0x34b)][_0x3e0611(0x184)]===_0x47ff17['params'][_0x3e0611(0x184)]&&_0x506f87[_0x3e0611(0x34b)][_0x3e0611(0x249)]===_0x47ff17[_0x3e0611(0x34b)][_0x3e0611(0x249)]&&_0x506f87[_0x3e0611(0x34b)][_0x3e0611(0x2b6)]===_0x47ff17[_0x3e0611(0x34b)][_0x3e0611(0x2b6)]?{'m1Prime':[],'m2Prime':[]}:_0x62bf00;}},_0x340f21={'m1':_0x3b3522['RemoveHyperLinkMutation']['id'],'m2':_0x3b3522[_0x329bfc(0x19a)]['id'],'handler':(_0x57c6b0,_0x1f4f06)=>{const _0x3d3629=_0x329bfc,_0x1712ec=_0x57c6b0['params'],_0x3b3255=_0x1f4f06[_0x3d3629(0x34b)];return _0x1712ec[_0x3d3629(0x184)]===_0x3b3255[_0x3d3629(0x184)]&&_0x1712ec[_0x3d3629(0x249)]===_0x3b3255[_0x3d3629(0x249)]&&_0x1712ec['id']===_0x3b3255['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x57c6b0,'m2Prime':_0x1f4f06};}},_0x4a4c65={'m1':_0x25cfb1[_0x329bfc(0x286)]['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler'(_0x32f258,_0x34e738){const _0x4cf4a6=_0x329bfc;if(_0x32f258[_0x4cf4a6(0x34b)][_0x4cf4a6(0x184)]!==_0x34e738[_0x4cf4a6(0x34b)][_0x4cf4a6(0x184)]||_0x32f258[_0x4cf4a6(0x34b)][_0x4cf4a6(0x249)]!==_0x34e738[_0x4cf4a6(0x34b)][_0x4cf4a6(0x249)])return{'m1Prime':_0x32f258,'m2Prime':_0x34e738};const _0x4ecb51=_0x605767[_0x4cf4a6(0x253)][_0x4cf4a6(0x175)](_0x32f258),_0x588193=_0x605767[_0x4cf4a6(0x253)]['deepClone'](_0x34e738),_0x5161d0=[],_0x1709fe=_0x588193[_0x4cf4a6(0x34b)][_0x4cf4a6(0x1a1)];return _0x4ecb51[_0x4cf4a6(0x34b)][_0x4cf4a6(0x1a1)][_0x4cf4a6(0x26b)](_0x1fa0da=>{const _0x36edc2=_0x4cf4a6,_0x242e49=_0xe422d7(_0x1fa0da,_0x1709fe);_0x242e49[_0x36edc2(0x190)]>0x0&&_0x5161d0['push'](..._0x242e49);}),_0x4ecb51[_0x4cf4a6(0x34b)][_0x4cf4a6(0x1a1)]=_0x5161d0,{'m1Prime':_0x32f258,'m2Prime':_0x34e738};}},_0x544834={'m1':_0x25cfb1[_0x329bfc(0x286)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler'(_0x3db0f2,_0x4a4f6d){const _0x1a1238=_0x329bfc;if(_0x3db0f2[_0x1a1238(0x34b)][_0x1a1238(0x184)]!==_0x4a4f6d['params'][_0x1a1238(0x184)]||_0x3db0f2[_0x1a1238(0x34b)][_0x1a1238(0x249)]!==_0x4a4f6d['params'][_0x1a1238(0x249)])return{'m1Prime':_0x3db0f2,'m2Prime':_0x4a4f6d};const _0x2d4c33=_0x605767[_0x1a1238(0x253)][_0x1a1238(0x175)](_0x3db0f2),_0x1f17e1=_0x605767[_0x1a1238(0x253)][_0x1a1238(0x175)](_0x4a4f6d),_0x477e74=[],_0x1eb983=Object[_0x1a1238(0x29d)](_0x1f17e1[_0x1a1238(0x34b)][_0x1a1238(0x29d)])[_0x1a1238(0x20a)](_0x32ba4b=>_0x32ba4b[_0x1a1238(0x1a1)])['flat']();return _0x2d4c33[_0x1a1238(0x34b)]['ranges']['forEach'](_0x512b55=>{const _0x43c894=_0x1a1238,_0x141109=_0xe422d7(_0x512b55,_0x1eb983);_0x141109[_0x43c894(0x190)]>0x0&&_0x477e74['push'](..._0x141109);}),_0x2d4c33[_0x1a1238(0x34b)][_0x1a1238(0x1a1)]=_0x477e74,{'m1Prime':_0x2d4c33,'m2Prime':_0x1f17e1};}},_0x11ef13={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x534877,_0x352b35)=>{const _0x59d99b=_0x329bfc,_0x38b002={'m1Prime':_0x534877,'m2Prime':_0x352b35};if(_0x534877[_0x59d99b(0x34b)]['unitId']!==_0x352b35[_0x59d99b(0x34b)]['unitId']||_0x534877['params'][_0x59d99b(0x249)]!==_0x352b35[_0x59d99b(0x34b)][_0x59d99b(0x249)])return _0x38b002;const _0x33dd46={'id':_0x25cfb1[_0x59d99b(0x1ce)]['id'],'params':{'unitId':_0x534877['params']['unitId'],'subUnitId':_0x534877[_0x59d99b(0x34b)][_0x59d99b(0x249)],'range':_0x534877[_0x59d99b(0x34b)][_0x59d99b(0x31c)]}},_0x76013b=_0x43c0d6(_0x352b35,_0x33dd46);return{'m1Prime':[_0x534877,..._0x76013b],'m2Prime':[_0x352b35,..._0x76013b]};}},_0x164edf={'m1':_0x25cfb1['RemoveRowMutation']['id'],'m2':_0x11b0d4[_0x329bfc(0x2bc)]['id'],'handler'(_0x4be42d,_0x54315f){const _0x3473f8=_0x329bfc,_0x31ef33={'m1Prime':_0x4be42d,'m2Prime':_0x54315f};if(_0x4be42d[_0x3473f8(0x34b)]['unitId']!==_0x54315f['params']['unitId']||_0x4be42d['params'][_0x3473f8(0x249)]!==_0x54315f[_0x3473f8(0x34b)]['subUnitId'])return _0x31ef33;const _0xa1680e={'id':_0x25cfb1['RemoveRowCommand']['id'],'params':{'range':_0x4be42d[_0x3473f8(0x34b)][_0x3473f8(0x31c)]}},_0x5354d8=_0x1865b4(_0x54315f,_0xa1680e);return{'m1Prime':[_0x4be42d,..._0x5354d8],'m2Prime':[_0x54315f,..._0x5354d8]};}},_0x225b39={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler'(_0x4f3234,_0x34e942){const _0x487f4c=_0x329bfc,_0x4c3bf2=_0x5445a5[_0x487f4c(0x1e1)](_0x34e942,_0x4f3234);return _0xda76fe(_0x4c3bf2)?{'m1Prime':_0x4c3bf2['m2Prime'],'m2Prime':_0x4c3bf2[_0x487f4c(0x1da)]}:_0x4c3bf2;}},_0xe77463={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0x44fc3d,_0x376275){const _0x361275=_0x329bfc,_0x1e7eb1={'m1Prime':_0x44fc3d,'m2Prime':_0x376275};if(_0x44fc3d['params'][_0x361275(0x184)]!==_0x376275[_0x361275(0x34b)][_0x361275(0x184)]||_0x44fc3d[_0x361275(0x34b)]['subUnitId']!==_0x376275['params'][_0x361275(0x198)][_0x361275(0x249)]&&_0x44fc3d[_0x361275(0x34b)][_0x361275(0x249)]!==_0x376275['params']['to'][_0x361275(0x249)])return _0x1e7eb1;const _0x279677=_0x605767[_0x361275(0x253)]['deepClone'](_0x44fc3d),_0x58814c=_0x605767[_0x361275(0x253)][_0x361275(0x175)](_0x376275),{startRow:_0x55e854,endRow:_0x47013a}=_0x44fc3d[_0x361275(0x34b)][_0x361275(0x31c)];if(_0x44fc3d[_0x361275(0x34b)][_0x361275(0x249)]===_0x376275['params'][_0x361275(0x198)][_0x361275(0x249)]){const _0x2ff032=new _0x605767[(_0x361275(0x238))](_0x58814c[_0x361275(0x34b)]['from'][_0x361275(0x316)]),_0x2fb239=_0x2ff032[_0x361275(0x27b)](),{startRow:_0x3015e7,endRow:_0x44e124}=_0x2fb239;if(_0x3015e7<=_0x47013a&&_0x44e124>=_0x55e854)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x47013a<_0x3015e7&&_0x2ff032[_0x361275(0x359)](_0x55e854,_0x47013a-_0x55e854+0x1),_0x58814c[_0x361275(0x34b)][_0x361275(0x198)][_0x361275(0x316)]=_0x2ff032[_0x361275(0x1af)]();}if(_0x44fc3d[_0x361275(0x34b)][_0x361275(0x249)]===_0x376275[_0x361275(0x34b)]['to']['subUnitId']){const _0x16cb18=new _0x605767[(_0x361275(0x238))](_0x58814c[_0x361275(0x34b)]['to'][_0x361275(0x316)]),_0x4dba39=_0x16cb18[_0x361275(0x27b)](),{startRow:_0x2ef438,endRow:_0x4a1ef4}=_0x4dba39;if(_0x2ef438<=_0x47013a&&_0x4a1ef4>=_0x55e854)return{'error':new Error(_0x361275(0x1c9))};_0x47013a<_0x2ef438&&_0x16cb18[_0x361275(0x359)](_0x55e854,_0x47013a-_0x55e854+0x1),_0x58814c[_0x361275(0x34b)]['to']['value']=_0x16cb18[_0x361275(0x1af)]();}return{'m1Prime':_0x279677,'m2Prime':_0x58814c};}},_0xcc76bb={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x230)]['id'],'handler'(_0x306255,_0xf924ad){const _0x59bd0b=_0x329bfc,_0x2853fa={'m1Prime':_0x306255,'m2Prime':_0xf924ad};if(_0x306255['params'][_0x59bd0b(0x184)]!==_0xf924ad['params'][_0x59bd0b(0x184)]||_0x306255[_0x59bd0b(0x34b)][_0x59bd0b(0x249)]!==_0xf924ad['params'][_0x59bd0b(0x249)])return _0x2853fa;const _0xb3b2c=_0x605767[_0x59bd0b(0x253)]['deepClone'](_0x306255),_0x51e175=_0x605767['Tools'][_0x59bd0b(0x175)](_0xf924ad);if(_0x306255[_0x59bd0b(0x34b)][_0x59bd0b(0x31c)][_0x59bd0b(0x232)]<=_0xf924ad[_0x59bd0b(0x34b)][_0x59bd0b(0x34c)][_0x59bd0b(0x167)]&&_0x306255['params'][_0x59bd0b(0x31c)]['endRow']>=_0xf924ad[_0x59bd0b(0x34b)]['sourceRange']['startRow']||_0x306255['params'][_0x59bd0b(0x31c)]['startRow']<=_0xf924ad[_0x59bd0b(0x34b)][_0x59bd0b(0x2d3)][_0x59bd0b(0x167)]&&_0x306255['params'][_0x59bd0b(0x31c)]['endRow']>=_0xf924ad[_0x59bd0b(0x34b)]['targetRange']['startRow'])return{'error':new Error(_0x59bd0b(0x297))};const _0x4303e3=_0x25cfb1[_0x59bd0b(0x24d)](_0x3bf2c4(_0x25cfb1[_0x59bd0b(0x24b)](_0x306255['params'][_0x59bd0b(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x59bd0b(0x24b)](_0xf924ad['params'][_0x59bd0b(0x34c)]))),_0x311a74=_0x25cfb1[_0x59bd0b(0x24d)](_0x3bf2c4(_0x25cfb1[_0x59bd0b(0x24b)](_0x306255[_0x59bd0b(0x34b)][_0x59bd0b(0x31c)])),_0x3bf2c4(_0x25cfb1['rotateRange'](_0xf924ad[_0x59bd0b(0x34b)][_0x59bd0b(0x2d3)])));_0x4303e3&&_0x311a74?(_0x51e175[_0x59bd0b(0x34b)][_0x59bd0b(0x34c)][_0x59bd0b(0x232)]+=_0x4303e3[_0x59bd0b(0x201)],_0x51e175['params']['sourceRange']['endRow']+=_0x4303e3[_0x59bd0b(0x201)]+(_0x4303e3[_0x59bd0b(0x190)]||0x0),_0x51e175[_0x59bd0b(0x34b)][_0x59bd0b(0x2d3)][_0x59bd0b(0x232)]+=_0x311a74[_0x59bd0b(0x201)],_0x51e175['params'][_0x59bd0b(0x2d3)][_0x59bd0b(0x167)]+=_0x311a74[_0x59bd0b(0x201)]+(_0x311a74[_0x59bd0b(0x190)]||0x0)):_0x51e175['id']=_0x25cfb1[_0x59bd0b(0x187)]['id'];const _0x380672=_0x25cfb1['handleBaseMoveRowsCols']({'start':_0xf924ad[_0x59bd0b(0x34b)][_0x59bd0b(0x34c)]['startRow'],'end':_0xf924ad[_0x59bd0b(0x34b)][_0x59bd0b(0x34c)]['endRow']},{'start':_0xf924ad[_0x59bd0b(0x34b)][_0x59bd0b(0x2d3)][_0x59bd0b(0x232)],'end':_0xf924ad[_0x59bd0b(0x34b)][_0x59bd0b(0x2d3)]['endRow']},{'start':_0x306255['params'][_0x59bd0b(0x31c)][_0x59bd0b(0x232)],'end':_0x306255[_0x59bd0b(0x34b)][_0x59bd0b(0x31c)]['endRow']});if(_0x380672){const {step:_0xf711c9,length:_0x4cc71f}=_0x380672;_0xb3b2c[_0x59bd0b(0x34b)]['range'][_0x59bd0b(0x232)]+=_0xf711c9,_0xb3b2c[_0x59bd0b(0x34b)]['range']['endRow']+=_0xf711c9+(_0x4cc71f||0x0);}else _0xb3b2c['id']=_0x25cfb1[_0x59bd0b(0x187)]['id'];return{'m1Prime':_0xb3b2c,'m2Prime':_0x51e175};}},_0x7b41ea={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler'(_0x41ab5a,_0x14bab0){const _0x3b3c8b=_0x329bfc,_0x1a453d={'m1Prime':_0x41ab5a,'m2Prime':_0x14bab0};if(_0x41ab5a[_0x3b3c8b(0x34b)][_0x3b3c8b(0x184)]!==_0x14bab0[_0x3b3c8b(0x34b)][_0x3b3c8b(0x184)]||_0x41ab5a[_0x3b3c8b(0x34b)][_0x3b3c8b(0x249)]!==_0x14bab0[_0x3b3c8b(0x34b)][_0x3b3c8b(0x249)])return _0x1a453d;const _0x4e1399=_0x605767['Tools']['deepClone'](_0x41ab5a),_0x30ee8c=_0x605767['Tools']['deepClone'](_0x14bab0),{ranges:_0x2b46a7}=_0x30ee8c['params'];return _0x2b46a7[_0x3b3c8b(0x1cd)](_0x3ca943=>{const _0x3295e2=_0x3b3c8b,_0x5cd476=_0x25cfb1[_0x3295e2(0x24d)](_0x3bf2c4(_0x25cfb1[_0x3295e2(0x24b)](_0x41ab5a[_0x3295e2(0x34b)]['range'])),_0x3bf2c4(_0x25cfb1['rotateRange'](_0x3ca943)));return _0x5cd476===null||_0x5cd476[_0x3295e2(0x190)]!==0x0?!0x0:(_0x3ca943[_0x3295e2(0x232)]+=_0x5cd476[_0x3295e2(0x201)],_0x3ca943['endRow']+=_0x5cd476['step'],!0x1);})?{'error':new Error(_0x3b3c8b(0x2c8))}:{'m1Prime':_0x4e1399,'m2Prime':_0x30ee8c};}},_0x5b3f94={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x21b)]['id'],'handler'(_0x187e58,_0x5ecb14){const _0x27747c=_0x329bfc,_0xde6367={'m1Prime':_0x187e58,'m2Prime':_0x5ecb14};if(_0x187e58[_0x27747c(0x34b)][_0x27747c(0x184)]!==_0x5ecb14[_0x27747c(0x34b)][_0x27747c(0x184)]||_0x187e58[_0x27747c(0x34b)][_0x27747c(0x249)]!==_0x5ecb14['params'][_0x27747c(0x249)])return _0xde6367;const _0x2e3d6e=_0x605767[_0x27747c(0x253)][_0x27747c(0x175)](_0x187e58),_0x41a269=_0x605767[_0x27747c(0x253)]['deepClone'](_0x5ecb14),_0x2beb95=_0x25cfb1[_0x27747c(0x24d)](_0x3bf2c4(_0x25cfb1['rotateRange'](_0x187e58['params'][_0x27747c(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x27747c(0x24b)](_0x5ecb14['params'][_0x27747c(0x31c)])));if(_0x2beb95){const {step:_0x30c865,length:_0x351f2d}=_0x2beb95;_0x41a269[_0x27747c(0x34b)][_0x27747c(0x31c)][_0x27747c(0x232)]+=_0x30c865,_0x41a269['params'][_0x27747c(0x31c)][_0x27747c(0x167)]+=_0x30c865+(_0x351f2d||0x0);}else _0x41a269['id']=_0x25cfb1['EmptyMutation']['id'];const _0x499416=_0x25cfb1[_0x27747c(0x24d)](_0x3bf2c4(_0x25cfb1[_0x27747c(0x24b)](_0x5ecb14[_0x27747c(0x34b)][_0x27747c(0x31c)])),_0x3bf2c4(_0x25cfb1['rotateRange'](_0x187e58['params'][_0x27747c(0x31c)])));if(_0x499416){const {step:_0xbaedf,length:_0x20062c}=_0x499416;_0x2e3d6e[_0x27747c(0x34b)]['range'][_0x27747c(0x232)]+=_0xbaedf,_0x2e3d6e[_0x27747c(0x34b)][_0x27747c(0x31c)]['endRow']+=_0xbaedf+(_0x20062c||0x0);}else _0x2e3d6e['id']=_0x25cfb1[_0x27747c(0x187)]['id'];return{'m1Prime':_0x2e3d6e,'m2Prime':_0x41a269};}},_0x4ca7a5={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'handler'(_0x48c23f,_0x1946b7){const _0x1a6cb7=_0x329bfc,_0x5c13dd=_0x605767['Tools'][_0x1a6cb7(0x175)](_0x48c23f),_0x5ee7c9=_0x605767[_0x1a6cb7(0x253)][_0x1a6cb7(0x175)](_0x1946b7);if(_0x48c23f[_0x1a6cb7(0x34b)][_0x1a6cb7(0x184)]!==_0x1946b7[_0x1a6cb7(0x34b)][_0x1a6cb7(0x184)]||_0x48c23f[_0x1a6cb7(0x34b)][_0x1a6cb7(0x249)]!==_0x1946b7['params'][_0x1a6cb7(0x249)])return{'m1Prime':_0x5c13dd,'m2Prime':_0x5ee7c9};const _0x10a33b=_0x5ee7c9[_0x1a6cb7(0x34b)]['ranges'][_0x1a6cb7(0x2c6)]((_0x5cef3d,_0x2e3b99)=>{const _0x4ef88a=_0x1a6cb7,_0x2734f7=_0x5c13dd[_0x4ef88a(0x34b)][_0x4ef88a(0x31c)],_0x59a2f5=_0x2734f7[_0x4ef88a(0x167)]-_0x2734f7[_0x4ef88a(0x232)]+0x1;let _0x1a8caa={..._0x2e3b99};return _0x2734f7[_0x4ef88a(0x232)]>_0x2e3b99['endRow']?_0x1a8caa={..._0x2e3b99}:_0x2734f7['startRow']>=_0x2e3b99[_0x4ef88a(0x232)]&&_0x2734f7[_0x4ef88a(0x232)]<=_0x2e3b99[_0x4ef88a(0x167)]&&_0x2734f7[_0x4ef88a(0x167)]>_0x2e3b99[_0x4ef88a(0x167)]?(_0x1a8caa[_0x4ef88a(0x167)]=_0x2734f7[_0x4ef88a(0x232)]-0x1,_0x2734f7[_0x4ef88a(0x232)]===_0x2e3b99[_0x4ef88a(0x232)]&&(_0x1a8caa=null)):_0x2734f7[_0x4ef88a(0x232)]>_0x2e3b99[_0x4ef88a(0x232)]&&_0x2734f7[_0x4ef88a(0x167)]<_0x2e3b99[_0x4ef88a(0x167)]?_0x1a8caa[_0x4ef88a(0x167)]=_0x2e3b99[_0x4ef88a(0x167)]-_0x59a2f5:_0x2734f7['startRow']<_0x2e3b99['startRow']&&_0x2734f7['endRow']>=_0x2e3b99[_0x4ef88a(0x232)]&&_0x2734f7[_0x4ef88a(0x167)]<=_0x2e3b99[_0x4ef88a(0x167)]?(_0x1a8caa[_0x4ef88a(0x232)]=_0x2734f7[_0x4ef88a(0x232)],_0x1a8caa[_0x4ef88a(0x167)]=_0x2e3b99[_0x4ef88a(0x167)]-_0x59a2f5,_0x2734f7[_0x4ef88a(0x167)]===_0x2e3b99['endRow']&&(_0x1a8caa=null)):_0x2734f7['startRow']<=_0x2e3b99[_0x4ef88a(0x232)]&&_0x2734f7[_0x4ef88a(0x167)]>=_0x2e3b99[_0x4ef88a(0x167)]?_0x1a8caa=null:_0x2734f7[_0x4ef88a(0x167)]<_0x2e3b99['startRow']&&(_0x1a8caa[_0x4ef88a(0x232)]=_0x2e3b99['startRow']-_0x59a2f5,_0x1a8caa['endRow']=_0x2e3b99['endRow']-_0x59a2f5),_0x1a8caa&&!(_0x1a8caa[_0x4ef88a(0x232)]===_0x1a8caa[_0x4ef88a(0x167)]&&_0x1a8caa['startColumn']===_0x1a8caa[_0x4ef88a(0x1de)])&&_0x5cef3d[_0x4ef88a(0x1c7)](_0x1a8caa),_0x5cef3d;},[]);return _0x5ee7c9[_0x1a6cb7(0x34b)][_0x1a6cb7(0x1a1)]=_0x10a33b,{'m1Prime':_0x5c13dd,'m2Prime':_0x5ee7c9};}},_0x25fc25={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x186)]['id'],'handler'(_0x35f7b0,_0x503aff){const _0x4a2e0a=_0x329bfc,_0x4b3802={'m1Prime':_0x35f7b0,'m2Prime':_0x503aff};if(_0x35f7b0[_0x4a2e0a(0x34b)]['unitId']!==_0x503aff['params'][_0x4a2e0a(0x184)]||_0x35f7b0[_0x4a2e0a(0x34b)]['subUnitId']!==_0x503aff[_0x4a2e0a(0x34b)][_0x4a2e0a(0x249)])return _0x4b3802;const _0x2afcf2=_0x605767[_0x4a2e0a(0x253)][_0x4a2e0a(0x175)](_0x503aff),_0x23e1a1=_0x605767[_0x4a2e0a(0x253)][_0x4a2e0a(0x175)](_0x35f7b0),_0x114764=_0x25cfb1[_0x4a2e0a(0x24d)](_0x3bf2c4(_0x25cfb1[_0x4a2e0a(0x24b)](_0x35f7b0[_0x4a2e0a(0x34b)]['range'])),_0x3bf2c4(_0x25cfb1[_0x4a2e0a(0x24b)](_0x503aff[_0x4a2e0a(0x34b)][_0x4a2e0a(0x31c)])));if(!_0x114764)return{'m1Prime':_0x35f7b0,'m2Prime':[]};if(_0x114764[_0x4a2e0a(0x190)]===0x0&&_0x114764[_0x4a2e0a(0x201)]===0x0)return{'m1Prime':_0x35f7b0,'m2Prime':_0x503aff};const {startRow:_0x42b26e,endRow:_0x2c7d93}=_0x35f7b0[_0x4a2e0a(0x34b)][_0x4a2e0a(0x31c)];_0x2afcf2['params'][_0x4a2e0a(0x31c)]['startRow']+=_0x114764[_0x4a2e0a(0x201)],_0x2afcf2[_0x4a2e0a(0x34b)][_0x4a2e0a(0x31c)]['endRow']+=_0x114764[_0x4a2e0a(0x201)]+(_0x114764['length']||0x0);const _0x4e2ad8=Object[_0x4a2e0a(0x315)](_0x503aff[_0x4a2e0a(0x34b)]['order'])[_0x4a2e0a(0x20a)](_0x46544a=>_0x558944(_0x42b26e,_0x2c7d93,Number(_0x46544a)))[_0x4a2e0a(0x29b)](_0x2c32db=>_0x2c32db!==null),_0x144bdf={};for(const _0x20f50b in _0x503aff[_0x4a2e0a(0x34b)][_0x4a2e0a(0x25a)]){let _0x392424=_0x503aff[_0x4a2e0a(0x34b)]['order'][_0x20f50b];_0x392424=_0x558944(_0x42b26e,_0x2c7d93,_0x392424),_0x392424!==null&&(_0x144bdf[_0x4e2ad8[_0x4a2e0a(0x2a2)]()]=_0x392424);}_0x2afcf2[_0x4a2e0a(0x34b)]['order']=_0x144bdf;const _0x5e099f=_0x121987(_0x503aff[_0x4a2e0a(0x34b)]['order'],{'start':_0x35f7b0[_0x4a2e0a(0x34b)][_0x4a2e0a(0x31c)][_0x4a2e0a(0x232)],'end':_0x35f7b0['params'][_0x4a2e0a(0x31c)][_0x4a2e0a(0x167)]}),_0x4a8060=[_0x23e1a1];return _0x5e099f&&_0x4a8060[_0x4a2e0a(0x2c1)]({'id':_0x25cfb1['ReorderRangeMutation']['id'],'params':{..._0x35f7b0['params'],'order':_0x5e099f[_0x4a2e0a(0x25a)],'range':{..._0x503aff[_0x4a2e0a(0x34b)]['range'],..._0x5e099f[_0x4a2e0a(0x31c)]}}}),{'m1Prime':_0x4a8060,'m2Prime':_0x2afcf2};}},_0x121987=(_0x4b3305,_0x4e6278)=>{const _0x29598b=_0x329bfc,_0x4a68d3=Object['keys'](_0x4b3305)[_0x29598b(0x20a)](Number)['sort']((_0x32dd35,_0x12d715)=>_0x32dd35-_0x12d715);if(_0x4a68d3['length']===0x0)return null;const _0x3d1606=_0x4a68d3[0x0],_0x128ea1=_0x4a68d3[_0x4a68d3[_0x29598b(0x190)]-0x1];if(_0x3d1606>_0x4e6278[_0x29598b(0x377)]||_0x128ea1<_0x4e6278[_0x29598b(0x33c)])return null;const _0x99fffb=_0x4a68d3[_0x29598b(0x29b)](_0x4ee148=>_0x4b3305[_0x4ee148]>=_0x4e6278[_0x29598b(0x33c)]&&_0x4b3305[_0x4ee148]<=_0x4e6278[_0x29598b(0x377)]);if(_0x99fffb[_0x29598b(0x190)]===0x0)return null;const _0x332cf3=_0x99fffb[_0x29598b(0x20a)](_0x4a66d6=>_0x4b3305[_0x4a66d6]),_0x2a3924={},_0x28c012=Math[_0x29598b(0x14c)](_0x99fffb[0x0],_0x4e6278['start']),_0x40d890=Math[_0x29598b(0x146)](_0x99fffb[_0x99fffb['length']-0x1],_0x4e6278[_0x29598b(0x377)]),_0x2cc1fe=Array['from']({'length':_0x40d890-_0x28c012+0x1},(_0x255f6e,_0x220ad7)=>_0x220ad7+_0x28c012)['filter'](_0x2e8c87=>!_0x99fffb[_0x29598b(0x260)](_0x2e8c87));return Array[_0x29598b(0x198)]({'length':_0x40d890-_0x28c012+0x1},(_0x1de91c,_0x49d1b8)=>_0x49d1b8+_0x28c012)['filter'](_0x4af8c4=>!_0x332cf3[_0x29598b(0x260)](_0x4af8c4))[_0x29598b(0x26b)]((_0x11aab5,_0x395288)=>{_0x2a3924[_0x11aab5]=_0x2cc1fe[_0x395288];}),_0x332cf3['forEach']((_0x47b22a,_0x13f36a)=>{_0x2a3924[_0x47b22a]=_0x99fffb[_0x13f36a];}),{'range':{'startRow':_0x28c012,'endRow':_0x40d890},'order':_0x2a3924};},_0x558944=(_0x577abe,_0x5351a9,_0x409b65)=>_0x409b65>=_0x577abe&&_0x409b65<=_0x5351a9?null:_0x409b65>_0x5351a9?_0x409b65-(_0x5351a9-_0x577abe+0x1):_0x409b65,_0x47109c={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler'(_0x28dd8a,_0x5df8a1){const _0x2aaa88=_0x329bfc,_0x2bdcaf={'m1Prime':_0x28dd8a,'m2Prime':_0x5df8a1};if(_0x28dd8a['params'][_0x2aaa88(0x184)]!==_0x5df8a1[_0x2aaa88(0x34b)][_0x2aaa88(0x184)]||_0x28dd8a[_0x2aaa88(0x34b)][_0x2aaa88(0x249)]!==_0x5df8a1[_0x2aaa88(0x34b)]['subUnitId'])return _0x2bdcaf;const _0x4f7d09=[_0x605767[_0x2aaa88(0x253)][_0x2aaa88(0x175)](_0x28dd8a)],_0x5d739b=_0x605767[_0x2aaa88(0x253)][_0x2aaa88(0x175)](_0x5df8a1),{values:_0x58117b}=_0x5d739b[_0x2aaa88(0x34b)],_0x1003fb=[];let _0xdf7cb4=!0x1;for(const _0x598610 in _0x58117b){const _0x125aa0=_0x58117b[_0x598610];if(_0x1003fb[_0x2aaa88(0x1c7)](..._0x125aa0[_0x2aaa88(0x1a1)]),_0x125aa0[_0x2aaa88(0x1a1)]['some'](_0x208db3=>{const _0x518a86=_0x2aaa88,_0x1f6eb1=_0x25cfb1[_0x518a86(0x24d)](_0x3bf2c4(_0x25cfb1[_0x518a86(0x24b)](_0x28dd8a[_0x518a86(0x34b)][_0x518a86(0x31c)])),_0x3bf2c4(_0x25cfb1[_0x518a86(0x24b)](_0x208db3)));return _0x1f6eb1==null||_0x1f6eb1[_0x518a86(0x190)]!==0x0?!0x0:(_0x1f6eb1[_0x518a86(0x201)]!==0x0&&(_0xdf7cb4=!0x0),_0x208db3['startRow']+=_0x1f6eb1['step'],_0x208db3[_0x518a86(0x167)]+=_0x1f6eb1[_0x518a86(0x201)],!0x1);}))return{'error':new Error(_0x2aaa88(0x211))};}if(_0xdf7cb4){const _0x806145={'id':_0x25cfb1[_0x2aaa88(0x286)]['id'],'params':{'unitId':_0x5df8a1['params'][_0x2aaa88(0x184)],'subUnitId':_0x5df8a1['params'][_0x2aaa88(0x249)],'ranges':_0x1003fb}};_0x4f7d09['push'](_0x806145,_0x5d739b);}return{'m1Prime':_0x4f7d09,'m2Prime':_0x5d739b};}},_0x2d9578={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1['SetRangeValuesMutation']['id'],'handler'(_0x52f334,_0x426b04){const _0xa6c5cf=_0x329bfc,_0x355b0b={'m1Prime':_0x52f334,'m2Prime':_0x426b04};if(_0x52f334[_0xa6c5cf(0x34b)][_0xa6c5cf(0x184)]!==_0x426b04['params']['unitId']||_0x52f334[_0xa6c5cf(0x34b)][_0xa6c5cf(0x249)]!==_0x426b04[_0xa6c5cf(0x34b)]['subUnitId'])return _0x355b0b;const _0x1fd8e4=[_0x605767[_0xa6c5cf(0x253)]['deepClone'](_0x52f334)],_0x161852=_0x605767['Tools'][_0xa6c5cf(0x175)](_0x426b04),_0x581feb=new _0x605767['ObjectMatrix'](_0x161852[_0xa6c5cf(0x34b)][_0xa6c5cf(0x302)]),_0xa586fb=_0x581feb['getDataRange'](),_0x38779b=_0x52f334[_0xa6c5cf(0x34b)][_0xa6c5cf(0x31c)],_0xc3384=_0x38779b[_0xa6c5cf(0x167)]-_0x38779b[_0xa6c5cf(0x232)]+0x1;if(_0x161852['params'][_0xa6c5cf(0x302)]&&_0x38779b[_0xa6c5cf(0x167)]<_0xa586fb[_0xa6c5cf(0x232)])_0x164a80(_0x161852['params']['cellValue'],_0xa586fb[_0xa6c5cf(0x232)],_0xa586fb[_0xa6c5cf(0x167)]-_0xa586fb[_0xa6c5cf(0x232)]+0x1,-_0xc3384);else{if(_0x38779b['startRow']<=_0xa586fb['endRow'])return{'error':new Error('remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation')};}const _0x74d06b=new _0x605767['ObjectMatrix']();let _0x5ef6cc=!0x1,_0x5007f9=!0x1;if(_0x581feb[_0xa6c5cf(0x307)]((_0x4e1e2b,_0x2f63d9,_0x256233)=>{const _0x45b24a=_0xa6c5cf;if(_0x256233&&_0x256233['f']){const _0x3a19ac=_0x256233['f'];let _0x470209=!0x1;const _0xdc4d0e=_0x199426(_0x52f334[_0x45b24a(0x34b)][_0x45b24a(0x184)],_0x52f334[_0x45b24a(0x34b)]['subUnitId'],_0x3a19ac,_0x3b7fbf=>{const _0x264f30=_0x45b24a,_0x3ffc96=_0x25cfb1[_0x264f30(0x24d)](_0x3bf2c4(_0x25cfb1[_0x264f30(0x24b)](_0x52f334[_0x264f30(0x34b)]['range'])),_0x3bf2c4(_0x25cfb1[_0x264f30(0x24b)](_0x3b7fbf)));return _0x3ffc96===null?(_0x5ef6cc=!0x0,_0x3b7fbf):((_0x3ffc96[_0x264f30(0x201)]!==0x0||_0x3ffc96[_0x264f30(0x190)]!==0x0)&&(_0x470209=!0x0,_0x3b7fbf[_0x264f30(0x232)]+=_0x3ffc96[_0x264f30(0x201)],_0x3b7fbf[_0x264f30(0x167)]+=_0x3ffc96[_0x264f30(0x201)]+_0x3ffc96[_0x264f30(0x190)]),_0x3b7fbf);});_0x470209&&(_0x5007f9=!0x0,_0x256233['f']=_0xdc4d0e,_0x74d06b[_0x45b24a(0x174)](_0x4e1e2b,_0x2f63d9,{..._0x256233}));}}),_0x5ef6cc)return{'error':new Error(_0xa6c5cf(0x246))};if(_0x5007f9){const _0x2337d3={'id':_0x25cfb1[_0xa6c5cf(0x264)]['id'],'params':{'unitId':_0x426b04[_0xa6c5cf(0x34b)][_0xa6c5cf(0x184)],'subUnitId':_0x426b04[_0xa6c5cf(0x34b)][_0xa6c5cf(0x249)],'cellValue':_0x74d06b[_0xa6c5cf(0x1af)]()}};_0x1fd8e4[_0xa6c5cf(0x1c7)](_0x2337d3);}return{'m1Prime':_0x1fd8e4,'m2Prime':_0x161852};}},_0x56b3b7={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x34f)]['id'],'handler'(_0x360273,_0x5b6eb0){const _0x442fa9=_0x329bfc,_0x34c537={'m1Prime':_0x360273,'m2Prime':_0x5b6eb0};if(_0x360273[_0x442fa9(0x34b)][_0x442fa9(0x184)]!==_0x5b6eb0[_0x442fa9(0x34b)][_0x442fa9(0x184)]||_0x360273[_0x442fa9(0x34b)][_0x442fa9(0x249)]!==_0x5b6eb0['params'][_0x442fa9(0x249)])return _0x34c537;const _0x1f2584=_0x605767[_0x442fa9(0x253)][_0x442fa9(0x175)](_0x360273),_0x2e8878=_0x605767[_0x442fa9(0x253)][_0x442fa9(0x175)](_0x5b6eb0),{rowData:_0x40c88a}=_0x2e8878['params'];return _0x605767[_0x442fa9(0x371)](_0x360273[_0x442fa9(0x34b)][_0x442fa9(0x31c)][_0x442fa9(0x232)],_0x360273[_0x442fa9(0x34b)][_0x442fa9(0x31c)]['endRow']-_0x360273[_0x442fa9(0x34b)][_0x442fa9(0x31c)][_0x442fa9(0x232)]+0x1,_0x40c88a),{'m1Prime':_0x1f2584,'m2Prime':_0x2e8878};}},_0x2eb2c2={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1c2)]['id'],'handler'(_0x12b3d5,_0x3dacb3){const _0x3cb74f=_0x329bfc,_0x53a111={'m1Prime':_0x12b3d5,'m2Prime':_0x3dacb3};if(_0x12b3d5[_0x3cb74f(0x34b)][_0x3cb74f(0x184)]!==_0x3dacb3[_0x3cb74f(0x34b)]['unitId']||_0x12b3d5['params'][_0x3cb74f(0x249)]!==_0x3dacb3[_0x3cb74f(0x34b)]['subUnitId'])return _0x53a111;const _0x29738d=_0x605767['Tools'][_0x3cb74f(0x175)](_0x12b3d5),_0xedf405=_0x605767[_0x3cb74f(0x253)][_0x3cb74f(0x175)](_0x3dacb3),{ranges:_0x275755}=_0xedf405[_0x3cb74f(0x34b)];return _0x275755[_0x3cb74f(0x26b)](_0x5c4620=>{const _0x28ea34=_0x3cb74f,_0x325dde=_0x25cfb1[_0x28ea34(0x24d)](_0x3bf2c4(_0x25cfb1[_0x28ea34(0x24b)](_0x12b3d5[_0x28ea34(0x34b)]['range'])),_0x3bf2c4(_0x25cfb1[_0x28ea34(0x24b)](_0x5c4620)));_0x325dde==null?_0xedf405['id']=_0x25cfb1[_0x28ea34(0x187)]['id']:(_0x5c4620[_0x28ea34(0x232)]+=_0x325dde[_0x28ea34(0x201)],_0x5c4620['endRow']+=_0x325dde['step']+_0x325dde[_0x28ea34(0x190)]);}),{'m1Prime':_0x29738d,'m2Prime':_0xedf405};}},_0xcd6a48={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x13e)]['id'],'handler'(_0x573cc6,_0x542dc3){const _0x3c6d12=_0x329bfc,_0x478d54={'m1Prime':_0x573cc6,'m2Prime':_0x542dc3};if(_0x573cc6[_0x3c6d12(0x34b)][_0x3c6d12(0x184)]!==_0x542dc3[_0x3c6d12(0x34b)][_0x3c6d12(0x184)]||_0x573cc6[_0x3c6d12(0x34b)][_0x3c6d12(0x249)]!==_0x542dc3[_0x3c6d12(0x34b)][_0x3c6d12(0x249)])return _0x478d54;const _0x2e15f7=_0x605767['Tools'][_0x3c6d12(0x175)](_0x573cc6),_0x1e0bf4=_0x605767[_0x3c6d12(0x253)][_0x3c6d12(0x175)](_0x542dc3),{ranges:_0x563290}=_0x1e0bf4[_0x3c6d12(0x34b)];return _0x563290[_0x3c6d12(0x26b)](_0x4b1d9d=>{const _0x287951=_0x3c6d12,_0x272577=_0x25cfb1[_0x287951(0x24d)](_0x3bf2c4(_0x25cfb1['rotateRange'](_0x573cc6[_0x287951(0x34b)]['range'])),_0x3bf2c4(_0x25cfb1['rotateRange'](_0x4b1d9d)));_0x272577==null?_0x1e0bf4['id']=_0x25cfb1['EmptyMutation']['id']:(_0x4b1d9d[_0x287951(0x232)]+=_0x272577['step'],_0x4b1d9d[_0x287951(0x167)]+=_0x272577[_0x287951(0x201)]+_0x272577[_0x287951(0x190)]);}),{'m1Prime':_0x2e15f7,'m2Prime':_0x1e0bf4};}},_0x36892={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31a)]['id'],'handler'(_0xbc8ef0,_0x4aeb13){const _0x4f857d=_0x329bfc,_0x178ae3={'m1Prime':[],'m2Prime':[]};if(_0xbc8ef0['params'][_0x4f857d(0x184)]!==_0x4aeb13['params'][_0x4f857d(0x184)]||_0xbc8ef0[_0x4f857d(0x34b)][_0x4f857d(0x249)]!==_0x4aeb13[_0x4f857d(0x34b)]['subUnitId'])return _0x178ae3;const _0x30ac84=_0x605767['Tools'][_0x4f857d(0x175)](_0x4aeb13);let _0x4ae8d0=!0x1;return _0x30ac84[_0x4f857d(0x34b)][_0x4f857d(0x355)]['forEach'](_0x121d1c=>{const _0x5b26e0=_0x4f857d,{range:_0x2ed699,primary:_0x166a2d}=_0x121d1c,_0x18a0be=_0x25cfb1[_0x5b26e0(0x24d)](_0x3bf2c4(_0x25cfb1[_0x5b26e0(0x24b)](_0xbc8ef0[_0x5b26e0(0x34b)]['range'])),_0x3bf2c4(_0x25cfb1[_0x5b26e0(0x24b)](_0x2ed699)));if(_0x18a0be!=null&&(_0x18a0be[_0x5b26e0(0x190)]||_0x18a0be[_0x5b26e0(0x201)])){if(_0x2ed699[_0x5b26e0(0x232)]+=_0x18a0be['step'],_0x2ed699[_0x5b26e0(0x167)]+=_0x18a0be[_0x5b26e0(0x201)]+(_0x18a0be[_0x5b26e0(0x190)]||0x0),_0x166a2d){const _0x42e9da=_0x25cfb1[_0x5b26e0(0x24d)](_0x3bf2c4(_0x25cfb1[_0x5b26e0(0x24b)](_0xbc8ef0['params']['range'])),_0x3bf2c4(_0x25cfb1[_0x5b26e0(0x24b)](_0x166a2d)));if(_0x42e9da==null){_0x166a2d[_0x5b26e0(0x232)]=_0x2ed699['startRow'],_0x166a2d[_0x5b26e0(0x167)]=_0x2ed699['startRow'],_0x166a2d[_0x5b26e0(0x2d7)]=_0x2ed699[_0x5b26e0(0x232)];return;}(_0x42e9da[_0x5b26e0(0x190)]||_0x42e9da[_0x5b26e0(0x201)])&&(_0x166a2d['startRow']+=_0x42e9da['step'],_0x166a2d['endRow']+=_0x42e9da['step'],_0x166a2d[_0x5b26e0(0x2d7)]+=_0x42e9da[_0x5b26e0(0x201)]);}_0x4ae8d0=!0x0;}}),_0x4ae8d0&&_0x178ae3[_0x4f857d(0x329)][_0x4f857d(0x1c7)](_0x30ac84),_0x178ae3;}},_0x202262={'m1':_0x25cfb1['RemoveRowMutation']['id'],'m2':_0x42660f['SetSheetsFilterRangeMutation']['id'],'handler'(_0x2cbc21,_0x44ba65){const _0x36f78d=_0x329bfc,_0x4d463a={'m1Prime':[_0x2cbc21],'m2Prime':[_0x44ba65]};if(_0x2cbc21[_0x36f78d(0x34b)][_0x36f78d(0x184)]!==_0x44ba65['params'][_0x36f78d(0x184)]||_0x2cbc21[_0x36f78d(0x34b)][_0x36f78d(0x249)]!==_0x44ba65[_0x36f78d(0x34b)][_0x36f78d(0x249)])return _0x4d463a;const _0x4fd103=_0x605767['Tools'][_0x36f78d(0x175)](_0x2cbc21),_0x30b22f=_0x605767['Tools'][_0x36f78d(0x175)](_0x44ba65),_0x2e7e45=_0x45562b({'start':_0x2cbc21['params'][_0x36f78d(0x31c)][_0x36f78d(0x232)],'end':_0x2cbc21[_0x36f78d(0x34b)][_0x36f78d(0x31c)]['endRow']},{'start':_0x44ba65['params'][_0x36f78d(0x31c)][_0x36f78d(0x232)],'end':_0x44ba65[_0x36f78d(0x34b)][_0x36f78d(0x31c)][_0x36f78d(0x167)]});return _0x2e7e45===null?{'m1Prime':[_0x4fd103,{'id':_0x42660f[_0x36f78d(0x2fc)]['id'],'params':{'unitId':_0x44ba65[_0x36f78d(0x34b)][_0x36f78d(0x184)],'subUnitId':_0x44ba65[_0x36f78d(0x34b)][_0x36f78d(0x184)]}}],'m2Prime':[]}:(_0x30b22f['params'][_0x36f78d(0x31c)][_0x36f78d(0x232)]=_0x2e7e45[_0x36f78d(0x33c)],_0x30b22f[_0x36f78d(0x34b)][_0x36f78d(0x31c)]['endRow']=_0x2e7e45['end'],{'m1Prime':[_0x30b22f,_0x4fd103],'m2Prime':[_0x30b22f]});}},_0xeac444={'m1':_0x25cfb1['RemoveRowMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x2d2)]['id'],'handler'(_0x49933a,_0x32e030){const _0x4f26d2=_0x329bfc,_0x40f0c5={'m1Prime':_0x49933a,'m2Prime':_0x32e030};if(_0x49933a[_0x4f26d2(0x34b)][_0x4f26d2(0x184)]!==_0x32e030[_0x4f26d2(0x34b)][_0x4f26d2(0x184)]||_0x49933a[_0x4f26d2(0x34b)]['subUnitId']!==_0x32e030[_0x4f26d2(0x34b)][_0x4f26d2(0x249)])return _0x40f0c5;const _0x11affb=_0x605767[_0x4f26d2(0x253)]['deepClone'](_0x49933a),_0x1fa16d=_0x605767[_0x4f26d2(0x253)][_0x4f26d2(0x175)](_0x32e030),{rowsAutoHeightInfo:_0x3c45e3}=_0x1fa16d[_0x4f26d2(0x34b)];for(let _0x17fc3f=_0x3c45e3[_0x4f26d2(0x190)]-0x1;_0x17fc3f>=0x0;_0x17fc3f--){const _0x2eeddc=_0x3c45e3[_0x17fc3f],_0x21f6c3={'startRow':_0x2eeddc[_0x4f26d2(0x2ef)],'endRow':_0x2eeddc[_0x4f26d2(0x2ef)],'startColumn':0x0,'endColumn':0x0},_0x570d01=_0x25cfb1[_0x4f26d2(0x24d)](_0x3bf2c4(_0x25cfb1[_0x4f26d2(0x24b)](_0x49933a['params'][_0x4f26d2(0x31c)])),_0x25cfb1[_0x4f26d2(0x24b)](_0x21f6c3));_0x570d01==null?_0x3c45e3[_0x4f26d2(0x33a)](_0x17fc3f,0x1):_0x2eeddc[_0x4f26d2(0x2ef)]+=_0x570d01[_0x4f26d2(0x201)];}return{'m1Prime':_0x11affb,'m2Prime':_0x1fa16d};}},_0x4e13d6={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x277)]['id'],'handler'(_0x5c69a5,_0x2d7b68){const _0x5b4011=_0x329bfc,_0xef5122={'m1Prime':_0x5c69a5,'m2Prime':_0x2d7b68};if(_0x5c69a5['params'][_0x5b4011(0x184)]!==_0x2d7b68[_0x5b4011(0x34b)]['unitId']||_0x5c69a5[_0x5b4011(0x34b)][_0x5b4011(0x249)]!==_0x2d7b68[_0x5b4011(0x34b)][_0x5b4011(0x249)])return _0xef5122;const _0x8f34d9=_0x605767[_0x5b4011(0x253)][_0x5b4011(0x175)](_0x5c69a5),_0xeec950=_0x605767['Tools'][_0x5b4011(0x175)](_0x2d7b68),{ranges:_0x21133f,rowHeight:_0x4cbb05}=_0xeec950[_0x5b4011(0x34b)];return _0x21133f[_0x5b4011(0x26b)](_0x4bf143=>{const _0x130502=_0x5b4011,_0x2ea6b4=_0x25cfb1[_0x130502(0x24d)](_0x3bf2c4(_0x25cfb1[_0x130502(0x24b)](_0x5c69a5[_0x130502(0x34b)]['range'])),_0x25cfb1[_0x130502(0x24b)](_0x4bf143));_0x2ea6b4==null?_0xeec950['id']=_0x25cfb1[_0x130502(0x187)]['id']:(_0x4bf143[_0x130502(0x232)]+=_0x2ea6b4[_0x130502(0x201)],_0x4bf143[_0x130502(0x167)]+=_0x2ea6b4[_0x130502(0x201)]+_0x2ea6b4[_0x130502(0x190)]);}),typeof _0x4cbb05!=_0x5b4011(0x312)&&_0x605767[_0x5b4011(0x371)](_0x5c69a5[_0x5b4011(0x34b)][_0x5b4011(0x31c)][_0x5b4011(0x232)],_0x5c69a5[_0x5b4011(0x34b)][_0x5b4011(0x31c)][_0x5b4011(0x167)]-_0x5c69a5[_0x5b4011(0x34b)][_0x5b4011(0x31c)][_0x5b4011(0x232)]+0x1,_0x4cbb05),{'m1Prime':_0x8f34d9,'m2Prime':_0xeec950};}},_0x401741={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1a3)]['id'],'handler'(_0x45798f,_0x4f386a){const _0x1c286b=_0x329bfc,_0x556565={'m1Prime':_0x45798f,'m2Prime':_0x4f386a};if(_0x45798f['params']['unitId']!==_0x4f386a[_0x1c286b(0x34b)][_0x1c286b(0x184)]||_0x45798f[_0x1c286b(0x34b)][_0x1c286b(0x249)]!==_0x4f386a['params']['subUnitId'])return _0x556565;const _0x709c12=_0x605767['Tools'][_0x1c286b(0x175)](_0x45798f),_0x2e23a0=_0x605767['Tools'][_0x1c286b(0x175)](_0x4f386a),{ranges:_0x1572d5,autoHeightInfo:_0x5b1ae3}=_0x2e23a0['params'];return _0x1572d5['forEach'](_0x3d1c92=>{const _0x54fc63=_0x1c286b,_0x2c8d3d=_0x25cfb1[_0x54fc63(0x24d)](_0x3bf2c4(_0x25cfb1[_0x54fc63(0x24b)](_0x45798f['params'][_0x54fc63(0x31c)])),_0x25cfb1['rotateRange'](_0x3d1c92));_0x2c8d3d==null?_0x2e23a0['id']=_0x25cfb1['EmptyMutation']['id']:(_0x3d1c92[_0x54fc63(0x232)]+=_0x2c8d3d[_0x54fc63(0x201)],_0x3d1c92[_0x54fc63(0x167)]+=_0x2c8d3d[_0x54fc63(0x201)]+_0x2c8d3d[_0x54fc63(0x190)]);}),typeof _0x5b1ae3!=_0x1c286b(0x312)&&_0x605767[_0x1c286b(0x371)](_0x45798f[_0x1c286b(0x34b)]['range'][_0x1c286b(0x232)],_0x45798f[_0x1c286b(0x34b)]['range']['endRow']-_0x45798f['params'][_0x1c286b(0x31c)][_0x1c286b(0x232)]+0x1,_0x5b1ae3),{'m1Prime':_0x709c12,'m2Prime':_0x2e23a0};}},_0xa51cdc={'m1':_0x25cfb1[_0x329bfc(0x21b)]['id'],'m2':_0x473239['UpdateCommentRefMutation']['id'],'handler':(_0x23cb5f,_0x5db097)=>{const _0x5a56a6=_0x329bfc,_0x148be6={'m1Prime':_0x23cb5f,'m2Prime':_0x5db097};if(_0x23cb5f[_0x5a56a6(0x34b)]['unitId']!==_0x5db097['params'][_0x5a56a6(0x184)]||_0x23cb5f[_0x5a56a6(0x34b)]['subUnitId']!==_0x5db097['params'][_0x5a56a6(0x249)])return _0x148be6;const _0x2c065f={'id':_0x25cfb1[_0x5a56a6(0x1ce)]['id'],'params':{'unitId':_0x23cb5f['params'][_0x5a56a6(0x184)],'subUnitId':_0x23cb5f[_0x5a56a6(0x34b)][_0x5a56a6(0x249)],'range':_0x23cb5f[_0x5a56a6(0x34b)][_0x5a56a6(0x31c)]}},_0x3dbf5b=_0x6b5600(_0x5db097,_0x2c065f);return{'m1Prime':[_0x23cb5f,..._0x3dbf5b],'m2Prime':[_0x5db097,..._0x3dbf5b]};}},_0xe4b54d={'m1':_0x25cfb1['RemoveRowMutation']['id'],'m2':_0x11b0d4['UpdateDataValidationMutation']['id'],'handler':(_0x4aa6d7,_0x2ee734)=>{const _0x4d5434=_0x329bfc,_0x29b839={'m1Prime':_0x4aa6d7,'m2Prime':_0x2ee734};if(_0x4aa6d7[_0x4d5434(0x34b)][_0x4d5434(0x184)]!==_0x2ee734[_0x4d5434(0x34b)]['unitId']||_0x2ee734[_0x4d5434(0x34b)]['subUnitId']!==_0x4aa6d7['params'][_0x4d5434(0x249)])return _0x29b839;const _0x182384={'id':_0x25cfb1['RemoveRowCommand']['id'],'params':{'range':_0x4aa6d7['params'][_0x4d5434(0x31c)]}},_0x44c0db=_0x30609b(_0x2ee734,_0x182384);return{'m1Prime':[_0x4aa6d7,..._0x44c0db],'m2Prime':[_0x2ee734,..._0x44c0db]};}},_0x178fc2={'m1':_0x25cfb1[_0x329bfc(0x17e)]['id'],'m2':_0x25cfb1['AddWorksheetMergeMutation']['id'],'handler'(_0x3721e8,_0x4b73e4){const _0x413dbf=_0x329bfc,_0x3f2e06=_0x605767['Tools']['deepClone'](_0x3721e8),_0x3e0172=_0x605767['Tools'][_0x413dbf(0x175)](_0x4b73e4);if(_0x3721e8[_0x413dbf(0x34b)][_0x413dbf(0x184)]!==_0x4b73e4[_0x413dbf(0x34b)][_0x413dbf(0x184)]||_0x3721e8['params'][_0x413dbf(0x249)]!==_0x4b73e4[_0x413dbf(0x34b)]['subUnitId'])return{'m1Prime':_0x3f2e06,'m2Prime':_0x3e0172};for(let _0x4ff630=0x0;_0x4ff630<_0x3f2e06[_0x413dbf(0x34b)][_0x413dbf(0x1a1)][_0x413dbf(0x190)];_0x4ff630++){let _0x12fdd6=!0x1;for(let _0x1f7740=0x0;_0x1f7740<_0x3e0172[_0x413dbf(0x34b)][_0x413dbf(0x1a1)][_0x413dbf(0x190)];_0x1f7740++){const _0x1ac899=_0x3f2e06[_0x413dbf(0x34b)][_0x413dbf(0x1a1)][_0x4ff630],_0x348938=_0x3e0172[_0x413dbf(0x34b)][_0x413dbf(0x1a1)][_0x1f7740];if(_0x605767[_0x413dbf(0x290)][_0x413dbf(0x341)](_0x1ac899,_0x348938)){_0x12fdd6=!0x0;break;}}_0x12fdd6&&(_0x3f2e06[_0x413dbf(0x34b)][_0x413dbf(0x1a1)][_0x413dbf(0x33a)](_0x4ff630,0x1),_0x4ff630--);}return _0x3f2e06[_0x413dbf(0x34b)][_0x413dbf(0x1a1)]['length']===0x0&&(_0x3f2e06['id']=_0x25cfb1[_0x413dbf(0x187)]['id']),{'m1Prime':_0x3f2e06,'m2Prime':_0x3e0172};}},_0x4da592={'m1':_0x25cfb1[_0x329bfc(0x17e)]['id'],'m2':_0x25cfb1['InsertColMutation']['id'],'handler'(_0x20b292,_0x5d487b){const _0x423936=_0x329bfc,_0x5320d3=_0x605767[_0x423936(0x253)][_0x423936(0x175)](_0x20b292),_0x1cd2eb=_0x605767[_0x423936(0x253)][_0x423936(0x175)](_0x5d487b);if(_0x20b292[_0x423936(0x34b)][_0x423936(0x184)]!==_0x5d487b[_0x423936(0x34b)][_0x423936(0x184)]||_0x20b292[_0x423936(0x34b)][_0x423936(0x249)]!==_0x5d487b['params'][_0x423936(0x249)])return{'m1Prime':_0x5320d3,'m2Prime':_0x1cd2eb};const _0x4af18e=_0x5320d3[_0x423936(0x34b)][_0x423936(0x1a1)]['map'](_0x267af7=>{const _0x27f8ff=_0x423936,_0x33b314=_0x1cd2eb[_0x27f8ff(0x34b)][_0x27f8ff(0x31c)],_0x59788f=_0x33b314['endColumn']-_0x33b314[_0x27f8ff(0x1f5)]+0x1;return _0x33b314['startColumn']<=_0x267af7[_0x27f8ff(0x1f5)]?{..._0x267af7,'startColumn':_0x267af7['startColumn']+_0x59788f,'endColumn':_0x267af7[_0x27f8ff(0x1de)]+_0x59788f}:_0x33b314[_0x27f8ff(0x1f5)]>_0x267af7[_0x27f8ff(0x1f5)]&&_0x33b314[_0x27f8ff(0x1f5)]<=_0x267af7[_0x27f8ff(0x1de)]?{..._0x267af7,'endColumn':_0x267af7[_0x27f8ff(0x1de)]+_0x59788f}:{..._0x267af7};});return _0x5320d3[_0x423936(0x34b)][_0x423936(0x1a1)]=_0x4af18e,{'m1Prime':_0x5320d3,'m2Prime':_0x1cd2eb};}},_0x4e989f={'m1':_0x25cfb1[_0x329bfc(0x17e)]['id'],'m2':_0x25cfb1['InsertRowMutation']['id'],'handler'(_0x467848,_0x54e4e9){const _0x52202c=_0x329bfc,_0x5dc6c7=_0x605767[_0x52202c(0x253)][_0x52202c(0x175)](_0x467848),_0x32856b=_0x605767['Tools'][_0x52202c(0x175)](_0x54e4e9);if(_0x467848[_0x52202c(0x34b)][_0x52202c(0x184)]!==_0x54e4e9[_0x52202c(0x34b)][_0x52202c(0x184)]||_0x467848[_0x52202c(0x34b)][_0x52202c(0x249)]!==_0x54e4e9[_0x52202c(0x34b)][_0x52202c(0x249)])return{'m1Prime':_0x5dc6c7,'m2Prime':_0x32856b};const _0x5f39b5=_0x5dc6c7[_0x52202c(0x34b)]['ranges'][_0x52202c(0x20a)](_0x3e4432=>{const _0x44e1e6=_0x52202c,_0x3a819c=_0x32856b[_0x44e1e6(0x34b)][_0x44e1e6(0x31c)],_0xbb8ca1=_0x3a819c[_0x44e1e6(0x167)]-_0x3a819c['startRow']+0x1;return _0x3a819c[_0x44e1e6(0x232)]<=_0x3e4432[_0x44e1e6(0x232)]?{..._0x3e4432,'startRow':_0x3e4432['startRow']+_0xbb8ca1,'endRow':_0x3e4432['endRow']+_0xbb8ca1}:_0x3a819c['startRow']>_0x3e4432[_0x44e1e6(0x232)]&&_0x3a819c[_0x44e1e6(0x232)]<=_0x3e4432[_0x44e1e6(0x167)]?{..._0x3e4432,'endRow':_0x3e4432[_0x44e1e6(0x167)]+_0xbb8ca1}:{..._0x3e4432};});return _0x5dc6c7['params'][_0x52202c(0x1a1)]=_0x5f39b5,{'m1Prime':_0x5dc6c7,'m2Prime':_0x32856b};}},_0x4a3302={'m1':_0x25cfb1[_0x329bfc(0x17e)]['id'],'m2':_0x25cfb1[_0x329bfc(0x298)]['id'],'handler'(_0x46957d,_0x164c52){const _0x3f6ebc=_0x329bfc,_0x54f928=_0x605767[_0x3f6ebc(0x253)]['deepClone'](_0x46957d),_0x291d0f=_0x605767['Tools']['deepClone'](_0x164c52);if(_0x46957d[_0x3f6ebc(0x34b)][_0x3f6ebc(0x184)]!==_0x164c52['params'][_0x3f6ebc(0x184)]||_0x46957d['params'][_0x3f6ebc(0x249)]!==_0x164c52[_0x3f6ebc(0x34b)]['subUnitId'])return{'m1Prime':_0x54f928,'m2Prime':_0x291d0f};const _0x490eec=_0x54f928[_0x3f6ebc(0x34b)][_0x3f6ebc(0x1a1)][_0x3f6ebc(0x2c6)]((_0x2a18fc,_0x32b8dd)=>{const _0x3968ad=_0x3f6ebc,{sourceRange:_0x2b8189,targetRange:_0x4e9121}=_0x164c52[_0x3968ad(0x34b)],_0x126803={..._0x32b8dd};return _0x2b8189['endColumn']<_0x126803['startColumn']&&_0x4e9121['startColumn']>_0x126803['endColumn']?(_0x126803[_0x3968ad(0x1f5)]-=_0x2b8189[_0x3968ad(0x1de)]-_0x2b8189[_0x3968ad(0x1f5)]+0x1,_0x126803[_0x3968ad(0x1de)]-=_0x2b8189[_0x3968ad(0x1de)]-_0x2b8189[_0x3968ad(0x1f5)]+0x1,_0x5375a2(_0x126803)&&_0x2a18fc['push'](_0x126803)):_0x2b8189['startColumn']>_0x126803[_0x3968ad(0x1de)]&&_0x4e9121[_0x3968ad(0x1de)]<_0x126803[_0x3968ad(0x1f5)]?(_0x126803[_0x3968ad(0x1f5)]+=_0x2b8189[_0x3968ad(0x1de)]-_0x2b8189['startColumn']+0x1,_0x126803['endColumn']+=_0x2b8189[_0x3968ad(0x1de)]-_0x2b8189[_0x3968ad(0x1f5)]+0x1,_0x5375a2(_0x126803)&&_0x2a18fc[_0x3968ad(0x1c7)](_0x126803)):_0x605767[_0x3968ad(0x290)][_0x3968ad(0x341)](_0x126803,_0x2b8189)||_0x605767[_0x3968ad(0x290)][_0x3968ad(0x341)](_0x126803,_0x4e9121)||_0x2a18fc[_0x3968ad(0x1c7)](_0x126803),_0x2a18fc;},[]);return _0x54f928[_0x3f6ebc(0x34b)][_0x3f6ebc(0x1a1)]=_0x490eec,_0x54f928[_0x3f6ebc(0x34b)][_0x3f6ebc(0x1a1)][_0x3f6ebc(0x190)]===0x0&&(_0x54f928['id']=_0x25cfb1[_0x3f6ebc(0x187)]['id']),{'m1Prime':_0x54f928,'m2Prime':_0x291d0f};}},_0x4eb85d={'m1':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'m2':_0x25cfb1['MoveRowsMutation']['id'],'handler'(_0x575816,_0x1b45de){const _0x5b920c=_0x329bfc,_0x430a95=_0x605767[_0x5b920c(0x253)]['deepClone'](_0x575816),_0x2ae238=_0x605767[_0x5b920c(0x253)]['deepClone'](_0x1b45de);if(_0x575816[_0x5b920c(0x34b)][_0x5b920c(0x184)]!==_0x1b45de[_0x5b920c(0x34b)]['unitId']||_0x575816[_0x5b920c(0x34b)][_0x5b920c(0x249)]!==_0x1b45de[_0x5b920c(0x34b)][_0x5b920c(0x249)])return{'m1Prime':_0x430a95,'m2Prime':_0x2ae238};const _0xf601f9=_0x430a95[_0x5b920c(0x34b)][_0x5b920c(0x1a1)][_0x5b920c(0x2c6)]((_0x516096,_0x17df09)=>{const _0x3cfc78=_0x5b920c,{sourceRange:_0x126380,targetRange:_0x5f909f}=_0x1b45de[_0x3cfc78(0x34b)],_0x1fa78f={..._0x17df09};return _0x126380['endRow']<_0x1fa78f['startRow']&&_0x5f909f[_0x3cfc78(0x232)]>_0x1fa78f[_0x3cfc78(0x167)]?(_0x1fa78f[_0x3cfc78(0x232)]-=_0x126380[_0x3cfc78(0x167)]-_0x126380['startRow']+0x1,_0x1fa78f[_0x3cfc78(0x167)]-=_0x126380['endRow']-_0x126380[_0x3cfc78(0x232)]+0x1,_0x5375a2(_0x1fa78f)&&_0x516096[_0x3cfc78(0x1c7)](_0x1fa78f)):_0x126380[_0x3cfc78(0x232)]>_0x1fa78f[_0x3cfc78(0x167)]&&_0x5f909f['endRow']<_0x1fa78f[_0x3cfc78(0x232)]?(_0x1fa78f[_0x3cfc78(0x232)]+=_0x126380['endRow']-_0x126380[_0x3cfc78(0x232)]+0x1,_0x1fa78f[_0x3cfc78(0x167)]+=_0x126380[_0x3cfc78(0x167)]-_0x126380['startRow']+0x1,_0x5375a2(_0x1fa78f)&&_0x516096[_0x3cfc78(0x1c7)](_0x1fa78f)):_0x605767[_0x3cfc78(0x290)][_0x3cfc78(0x341)](_0x1fa78f,_0x126380)||_0x605767[_0x3cfc78(0x290)][_0x3cfc78(0x341)](_0x1fa78f,_0x5f909f)||_0x516096[_0x3cfc78(0x1c7)](_0x1fa78f),_0x516096;},[]);return _0x430a95[_0x5b920c(0x34b)][_0x5b920c(0x1a1)]=_0xf601f9,_0x430a95[_0x5b920c(0x34b)][_0x5b920c(0x1a1)][_0x5b920c(0x190)]===0x0&&(_0x430a95['id']=_0x25cfb1[_0x5b920c(0x187)]['id']),{'m1Prime':_0x430a95,'m2Prime':_0x2ae238};}},_0x49ffa5={'m1':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x254)]['id'],'handler'(_0x23ca23,_0x50b1f7){const _0x1db359=_0x329bfc,_0x5e7920=_0x605767[_0x1db359(0x253)]['deepClone'](_0x23ca23),_0x97f3c8=_0x605767['Tools'][_0x1db359(0x175)](_0x50b1f7);if(_0x23ca23['params']['unitId']!==_0x50b1f7[_0x1db359(0x34b)][_0x1db359(0x184)]||_0x23ca23[_0x1db359(0x34b)][_0x1db359(0x249)]!==_0x50b1f7[_0x1db359(0x34b)][_0x1db359(0x249)])return{'m1Prime':_0x5e7920,'m2Prime':_0x97f3c8};const _0x329c65=_0x5e7920[_0x1db359(0x34b)]['ranges'][_0x1db359(0x2c6)]((_0x290489,_0x1a0235)=>{const _0x578f6a=_0x1db359,_0x561805=_0x97f3c8[_0x578f6a(0x34b)][_0x578f6a(0x31c)],_0x1ccd9a=_0x561805[_0x578f6a(0x1de)]-_0x561805[_0x578f6a(0x1f5)]+0x1;let _0x4c53cd={..._0x1a0235};return _0x561805[_0x578f6a(0x1f5)]>_0x1a0235['endColumn']?_0x4c53cd={..._0x1a0235}:_0x561805[_0x578f6a(0x1f5)]>=_0x1a0235['startColumn']&&_0x561805['startColumn']<=_0x1a0235[_0x578f6a(0x1de)]&&_0x561805['endColumn']>_0x1a0235[_0x578f6a(0x1de)]?(_0x4c53cd[_0x578f6a(0x1de)]=_0x561805[_0x578f6a(0x1f5)]-0x1,_0x561805['startColumn']===_0x1a0235[_0x578f6a(0x1f5)]&&(_0x4c53cd=null)):_0x561805[_0x578f6a(0x1f5)]>_0x1a0235[_0x578f6a(0x1f5)]&&_0x561805[_0x578f6a(0x1de)]<_0x1a0235[_0x578f6a(0x1de)]?_0x4c53cd[_0x578f6a(0x1de)]=_0x1a0235[_0x578f6a(0x1de)]-_0x1ccd9a:_0x561805[_0x578f6a(0x1f5)]<_0x1a0235[_0x578f6a(0x1f5)]&&_0x561805[_0x578f6a(0x1de)]>=_0x1a0235[_0x578f6a(0x1f5)]&&_0x561805[_0x578f6a(0x1de)]<=_0x1a0235['endColumn']?(_0x4c53cd[_0x578f6a(0x1f5)]=_0x561805[_0x578f6a(0x1f5)],_0x4c53cd['endColumn']=_0x1a0235[_0x578f6a(0x1de)]-_0x1ccd9a,_0x561805[_0x578f6a(0x1de)]===_0x1a0235[_0x578f6a(0x1de)]&&(_0x4c53cd=null)):_0x561805['startColumn']<=_0x1a0235['startColumn']&&_0x561805[_0x578f6a(0x1de)]>=_0x1a0235[_0x578f6a(0x1de)]?_0x4c53cd=null:_0x561805['endColumn']<_0x1a0235[_0x578f6a(0x1f5)]&&(_0x4c53cd['startColumn']=_0x1a0235[_0x578f6a(0x1f5)]-_0x1ccd9a,_0x4c53cd[_0x578f6a(0x1de)]=_0x1a0235[_0x578f6a(0x1de)]-_0x1ccd9a),_0x4c53cd&&!(_0x4c53cd['startRow']===_0x4c53cd[_0x578f6a(0x167)]&&_0x4c53cd[_0x578f6a(0x1f5)]===_0x4c53cd[_0x578f6a(0x1de)])&&_0x290489['push'](_0x4c53cd),_0x290489;},[]);return _0x5e7920[_0x1db359(0x34b)][_0x1db359(0x1a1)]=_0x329c65,_0x5e7920['params'][_0x1db359(0x1a1)][_0x1db359(0x190)]===0x0&&(_0x5e7920['id']=_0x25cfb1[_0x1db359(0x187)]['id']),{'m1Prime':_0x5e7920,'m2Prime':_0x97f3c8};}},_0x188940={'m1':_0x25cfb1[_0x329bfc(0x17e)]['id'],'m2':_0x25cfb1[_0x329bfc(0x21b)]['id'],'handler'(_0x1ee399,_0xd36aad){const _0x5b451f=_0x329bfc,_0x5efa4b=_0x605767[_0x5b451f(0x253)]['deepClone'](_0x1ee399),_0x4a82ab=_0x605767[_0x5b451f(0x253)][_0x5b451f(0x175)](_0xd36aad);if(_0x1ee399[_0x5b451f(0x34b)][_0x5b451f(0x184)]!==_0xd36aad[_0x5b451f(0x34b)][_0x5b451f(0x184)]||_0x1ee399['params']['subUnitId']!==_0xd36aad[_0x5b451f(0x34b)][_0x5b451f(0x249)])return{'m1Prime':_0x5efa4b,'m2Prime':_0x4a82ab};const _0x59e016=_0x5efa4b[_0x5b451f(0x34b)][_0x5b451f(0x1a1)][_0x5b451f(0x2c6)]((_0xf4d86b,_0x28d4c3)=>{const _0x4b74c0=_0x5b451f,_0x21689b=_0x4a82ab[_0x4b74c0(0x34b)][_0x4b74c0(0x31c)],_0x53657a=_0x21689b[_0x4b74c0(0x167)]-_0x21689b[_0x4b74c0(0x232)]+0x1;let _0x321633={..._0x28d4c3};return _0x21689b[_0x4b74c0(0x232)]>_0x28d4c3[_0x4b74c0(0x167)]?_0x321633={..._0x28d4c3}:_0x21689b[_0x4b74c0(0x232)]>=_0x28d4c3['startRow']&&_0x21689b[_0x4b74c0(0x232)]<=_0x28d4c3[_0x4b74c0(0x167)]&&_0x21689b[_0x4b74c0(0x167)]>_0x28d4c3[_0x4b74c0(0x167)]?(_0x321633[_0x4b74c0(0x167)]=_0x21689b[_0x4b74c0(0x232)]-0x1,_0x21689b[_0x4b74c0(0x232)]===_0x28d4c3[_0x4b74c0(0x232)]&&(_0x321633=null)):_0x21689b[_0x4b74c0(0x232)]>_0x28d4c3[_0x4b74c0(0x232)]&&_0x21689b[_0x4b74c0(0x167)]<_0x28d4c3[_0x4b74c0(0x167)]?_0x321633[_0x4b74c0(0x167)]=_0x28d4c3[_0x4b74c0(0x167)]-_0x53657a:_0x21689b[_0x4b74c0(0x232)]<_0x28d4c3[_0x4b74c0(0x232)]&&_0x21689b[_0x4b74c0(0x167)]>=_0x28d4c3[_0x4b74c0(0x232)]&&_0x21689b['endRow']<=_0x28d4c3[_0x4b74c0(0x167)]?(_0x321633['startRow']=_0x21689b[_0x4b74c0(0x232)],_0x321633[_0x4b74c0(0x167)]=_0x28d4c3['endRow']-_0x53657a,_0x21689b['endRow']===_0x28d4c3[_0x4b74c0(0x167)]&&(_0x321633=null)):_0x21689b[_0x4b74c0(0x232)]<=_0x28d4c3[_0x4b74c0(0x232)]&&_0x21689b[_0x4b74c0(0x167)]>=_0x28d4c3['endRow']?_0x321633=null:_0x21689b[_0x4b74c0(0x167)]<_0x28d4c3[_0x4b74c0(0x232)]&&(_0x321633[_0x4b74c0(0x232)]=_0x28d4c3[_0x4b74c0(0x232)]-_0x53657a,_0x321633['endRow']=_0x28d4c3[_0x4b74c0(0x167)]-_0x53657a),_0x321633&&!(_0x321633[_0x4b74c0(0x232)]===_0x321633[_0x4b74c0(0x167)]&&_0x321633[_0x4b74c0(0x1f5)]===_0x321633[_0x4b74c0(0x1de)])&&_0xf4d86b[_0x4b74c0(0x1c7)](_0x321633),_0xf4d86b;},[]);return _0x5efa4b[_0x5b451f(0x34b)][_0x5b451f(0x1a1)]=_0x59e016,_0x5efa4b[_0x5b451f(0x34b)]['ranges'][_0x5b451f(0x190)]===0x0&&(_0x5efa4b['id']=_0x25cfb1[_0x5b451f(0x187)]['id']),{'m1Prime':_0x5efa4b,'m2Prime':_0x4a82ab};}},_0x51c483={'m1':_0x25cfb1[_0x329bfc(0x17e)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31a)]['id'],'handler'(_0x3d7dfe,_0x141816){const _0x25ffe3=_0x329bfc,_0x317fef={'m1Prime':[],'m2Prime':[]};if(_0x3d7dfe[_0x25ffe3(0x34b)][_0x25ffe3(0x184)]!==_0x141816[_0x25ffe3(0x34b)][_0x25ffe3(0x184)]||_0x3d7dfe[_0x25ffe3(0x34b)][_0x25ffe3(0x249)]!==_0x141816['params'][_0x25ffe3(0x249)])return _0x317fef;const _0x55d556=_0x605767[_0x25ffe3(0x253)]['deepClone'](_0x141816),_0x4b6925=_0x55d556['params'][_0x25ffe3(0x355)],_0x39fd5a=_0x4b6925[_0x4b6925[_0x25ffe3(0x190)]-0x1][_0x25ffe3(0x2b8)];return _0x3d7dfe[_0x25ffe3(0x34b)]['ranges'][_0x25ffe3(0x26b)](_0x12bc7d=>{const _0x2e55c3=_0x25ffe3;_0x39fd5a&&_0x605767[_0x2e55c3(0x290)]['intersects'](_0x12bc7d,_0x39fd5a)&&(_0x39fd5a['isMerged']=!0x1,_0x39fd5a[_0x2e55c3(0x289)]=!0x1,_0x39fd5a['startRow']=_0x12bc7d[_0x2e55c3(0x232)],_0x39fd5a[_0x2e55c3(0x1f5)]=_0x12bc7d[_0x2e55c3(0x1f5)],_0x39fd5a[_0x2e55c3(0x167)]=_0x12bc7d[_0x2e55c3(0x232)],_0x39fd5a['endColumn']=_0x12bc7d[_0x2e55c3(0x1f5)],_0x39fd5a[_0x2e55c3(0x35a)]=_0x12bc7d[_0x2e55c3(0x1f5)],_0x39fd5a['actualRow']=_0x12bc7d[_0x2e55c3(0x232)]);}),_0x317fef[_0x25ffe3(0x329)][_0x25ffe3(0x1c7)](_0x55d556),_0x317fef;}},_0x1f2903=_0x3bc585=>{const _0x4a3725=_0x329bfc,{order:_0x56b706}=_0x3bc585,_0x73e79f={};return Object[_0x4a3725(0x315)](_0x56b706)['forEach'](_0x3b4925=>{_0x73e79f[_0x56b706[Number(_0x3b4925)]]=Number(_0x3b4925);}),{..._0x3bc585,'order':_0x73e79f};},_0x1b110d=(_0x27891b,_0x5bd048)=>{const _0x567989=_0x329bfc,_0x6fcfb0={};return Array[_0x567989(0x198)](new Set(Object[_0x567989(0x315)](_0x27891b)[_0x567989(0x27d)](Object[_0x567989(0x315)](_0x5bd048))['map'](Number)))['forEach'](_0x6a7989=>{let _0x27fb06;_0x6a7989 in _0x5bd048?(_0x27fb06=_0x5bd048[_0x6a7989],_0x27fb06 in _0x27891b&&(_0x27fb06=_0x27891b[_0x27fb06])):_0x27fb06=_0x27891b[_0x6a7989],_0x6fcfb0[_0x6a7989]=_0x27fb06;}),_0x6fcfb0;},_0x279583={'m1':_0x25cfb1['ReorderRangeMutation']['id'],'m2':_0x25cfb1['ReorderRangeMutation']['id'],'handler'(_0x2fca01,_0xa32066){const _0x58608d=_0x329bfc,_0x538a43={'m1Prime':_0x2fca01,'m2Prime':_0xa32066};if(_0x2fca01[_0x58608d(0x34b)]['unitId']!==_0xa32066[_0x58608d(0x34b)][_0x58608d(0x184)])return _0x538a43;const {range:_0xd774c5}=_0x2fca01[_0x58608d(0x34b)],{range:_0x339d1c}=_0xa32066['params'];if(_0x339d1c[_0x58608d(0x1f5)]===_0xd774c5[_0x58608d(0x1f5)]&&_0x339d1c[_0x58608d(0x1de)]===_0xd774c5[_0x58608d(0x1de)]&&_0x339d1c['startRow']<=_0xd774c5[_0x58608d(0x232)]&&_0x339d1c[_0x58608d(0x167)]>=_0xd774c5[_0x58608d(0x167)]){const _0x84af57=_0x1f2903(_0x2fca01[_0x58608d(0x34b)])['order'],_0x2f5a7c={'id':_0x25cfb1[_0x58608d(0x186)]['id'],'params':{..._0xa32066[_0x58608d(0x34b)],'range':_0x339d1c,'order':_0x1b110d(_0x84af57,_0xa32066[_0x58608d(0x34b)][_0x58608d(0x25a)])}};return{'m1Prime':[],'m2Prime':_0x2f5a7c};}return _0x605767[_0x58608d(0x290)][_0x58608d(0x341)](_0xd774c5,_0x339d1c)?{'error':new Error('reorder\x20range\x20is\x20conflict\x20with\x20reorder\x20range')}:_0x538a43;}},_0x5b004b={'id':_0x329bfc(0x1e7),'type':_0x605767[_0x329bfc(0x23f)][_0x329bfc(0x353)],'handler':()=>!0x0},_0x2e3ced={'m1':_0x5b004b['id'],'m2':_0x329bfc(0x1b2),'handler'(_0x39e8b8,_0x5298be){const _0x52efa7=_0x329bfc;return{'error':new Error(_0x52efa7(0x243))};}},_0x47025a={'m1':'any','m2':_0x5b004b['id'],'handler'(_0x26ba1c,_0x39fda3){const _0x3dce32=_0x329bfc;return _0x26ba1c[_0x3dce32(0x34b)][_0x3dce32(0x184)]===_0x39fda3['params'][_0x3dce32(0x184)]?{'m1Prime':[],'m2Prime':_0x39fda3}:{'m1Prime':_0x26ba1c,'m2Prime':_0x39fda3};}},_0x3f2846={'m1':_0x25cfb1[_0x329bfc(0x32f)]['id'],'m2':_0x25cfb1[_0x329bfc(0x32f)]['id'],'handler'(_0x409099,_0x118e0f){const _0x4d0d71=_0x329bfc,_0x11fd5c={'m1Prime':_0x409099,'m2Prime':_0x118e0f};if(_0x409099['params'][_0x4d0d71(0x184)]!==_0x118e0f[_0x4d0d71(0x34b)]['unitId']||_0x409099[_0x4d0d71(0x34b)]['subUnitId']!==_0x118e0f[_0x4d0d71(0x34b)][_0x4d0d71(0x249)])return _0x11fd5c;const _0x2e28f8=_0x409099[_0x4d0d71(0x34b)]['columnData'],_0x3bfb2a=_0x118e0f[_0x4d0d71(0x34b)]['columnData'],_0x285181={},_0x59f9cc=_0x605767[_0x4d0d71(0x253)][_0x4d0d71(0x175)](_0x409099),_0x1f391b=new Set([...Object[_0x4d0d71(0x315)](_0x2e28f8)[_0x4d0d71(0x20a)](Number),...Object[_0x4d0d71(0x315)](_0x3bfb2a)[_0x4d0d71(0x20a)](Number)]);for(const _0x304713 of _0x1f391b){const _0x589ed6=_0x2e28f8[_0x304713],_0x429e0d=_0x3bfb2a[_0x304713];if(_0x589ed6&&_0x429e0d){const _0x19cce0={..._0x589ed6,..._0x429e0d};_0x285181[_0x304713]=_0x19cce0;}else _0x589ed6?_0x285181[_0x304713]=_0x589ed6:_0x429e0d&&(_0x285181[_0x304713]=_0x429e0d);}return _0x59f9cc[_0x4d0d71(0x34b)][_0x4d0d71(0x292)]=_0x285181,{'m1Prime':_0x59f9cc,'m2Prime':_0x118e0f};}},_0x1ada51={'m1':_0x472dd0['SetConditionalRuleMutation']['id'],'m2':_0x472dd0[_0x329bfc(0x150)]['id'],'handler'(_0x3c9272,_0x2c77f6){const _0x50faba=_0x329bfc;if(_0x3c9272[_0x50faba(0x34b)]['unitId']!==_0x2c77f6['params'][_0x50faba(0x184)]||_0x3c9272[_0x50faba(0x34b)][_0x50faba(0x249)]!==_0x2c77f6['params'][_0x50faba(0x249)])return{'m1Prime':_0x3c9272,'m2Prime':_0x2c77f6};const _0xfffe78=_0x3c9272[_0x50faba(0x34b)]['cfId']||_0x3c9272[_0x50faba(0x34b)][_0x50faba(0x25e)][_0x50faba(0x304)],_0x4ab300=_0x2c77f6[_0x50faba(0x34b)][_0x50faba(0x304)]||_0x2c77f6[_0x50faba(0x34b)]['rule'][_0x50faba(0x304)];if(_0xfffe78!==_0x4ab300)return{'m1Prime':_0x3c9272,'m2Prime':_0x2c77f6};const _0x5f1bc1=_0x605767['Tools'][_0x50faba(0x175)](_0x2c77f6);return{'m1Prime':[],'m2Prime':_0x5f1bc1};}};function _0x1d2e51(_0x25b23f,_0x58b5de){const _0x46b79d=_0x329bfc,_0xc0967=_0x25b23f[_0x46b79d(0x2c6)]((_0x31a22a,_0x243f16)=>(_0x31a22a['set'](_0x243f16[_0x46b79d(0x322)],!0x0),_0x31a22a),new Map());return _0x58b5de[_0x46b79d(0x1cd)](_0x56813c=>_0xc0967[_0x46b79d(0x248)](_0x56813c[_0x46b79d(0x322)])!==void 0x0);}function _0x2a138c(_0x42e8f4,_0x184c6f){const _0x3730ea=_0x329bfc,_0x555529=_0x42e8f4['drawingIds'];return _0x184c6f[_0x3730ea(0x327)][_0x3730ea(0x1cd)](_0x3419c4=>_0x555529[_0x3730ea(0x2d4)](_0x3419c4)!==-0x1);}const {UPDATE:_0x21e205,REMOVE:_0x11a007,ARRANGE:_0x436884}=_0x4bea10[_0x329bfc(0x1e3)],_0x3452ac={'m1':_0x4bea10[_0x329bfc(0x15f)]['id'],'m2':_0x4bea10[_0x329bfc(0x15f)]['id'],'handler'(_0x1ce03e,_0x1a7bfb){const _0x4e8d67=_0x329bfc,_0x250c3e=_0x1ce03e[_0x4e8d67(0x34b)],_0x3e1c31=_0x1a7bfb[_0x4e8d67(0x34b)];if(_0x250c3e['unitId']!==_0x3e1c31[_0x4e8d67(0x184)]||_0x250c3e[_0x4e8d67(0x249)]!==_0x3e1c31[_0x4e8d67(0x249)])return{'m1Prime':_0x1ce03e,'m2Prime':_0x1a7bfb};const _0xda3524=_0x250c3e[_0x4e8d67(0x37c)],_0x3d5a93=_0x3e1c31[_0x4e8d67(0x37c)];if(_0xda3524===_0x11a007&&_0x3d5a93===_0x21e205&&_0x1d2e51(_0x250c3e[_0x4e8d67(0x2a0)],_0x3e1c31[_0x4e8d67(0x2a0)]))return{'m1Prime':_0x605767[_0x4e8d67(0x253)][_0x4e8d67(0x175)](_0x1ce03e),'m2Prime':[]};if(_0xda3524===_0x436884&&_0x3d5a93===_0x436884&&_0x2a138c(_0x250c3e[_0x4e8d67(0x2a0)],_0x3e1c31[_0x4e8d67(0x2a0)])){const _0x2dc7ec=_0x605767[_0x4e8d67(0x253)]['deepClone'](_0x1ce03e),_0x221393=_0x605767['Tools'][_0x4e8d67(0x175)](_0x1a7bfb);return{'m1Prime':{..._0x2dc7ec,'params':{..._0x2dc7ec['params'],'op':_0x605767[_0x4e8d67(0x141)][_0x4e8d67(0x37c)]['transform'](_0x2dc7ec[_0x4e8d67(0x34b)]['op'],_0x221393[_0x4e8d67(0x34b)]['op'],_0x4e8d67(0x14b))}},'m2Prime':{..._0x221393,'params':{..._0x221393[_0x4e8d67(0x34b)],'op':_0x605767[_0x4e8d67(0x141)][_0x4e8d67(0x37c)][_0x4e8d67(0x2d1)](_0x221393['params']['op'],_0x2dc7ec[_0x4e8d67(0x34b)]['op'],_0x4e8d67(0x331))}}};}return{'m1Prime':_0x1ce03e,'m2Prime':_0x1a7bfb};}},_0x55547d={'m1':_0x25cfb1['SetFrozenMutation']['id'],'m2':_0x25cfb1['SetFrozenMutation']['id'],'handler'(_0x3b3652,_0x510528){const _0x5099b6=_0x329bfc,_0x1467a7={'m1Prime':_0x3b3652,'m2Prime':_0x510528};return _0x3b3652['params'][_0x5099b6(0x184)]!==_0x510528['params'][_0x5099b6(0x184)]||_0x3b3652[_0x5099b6(0x34b)][_0x5099b6(0x249)]!==_0x510528[_0x5099b6(0x34b)]['subUnitId']?_0x1467a7:{'error':new Error(_0x5099b6(0x143))};}},_0x281095={'m1':_0x25cfb1['SetNumfmtMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x286)]['id'],'handler'(_0x3702a5,_0x848d76){const _0x284cda=_0x329bfc;if(_0x3702a5['params'][_0x284cda(0x184)]!==_0x848d76[_0x284cda(0x34b)][_0x284cda(0x184)]||_0x3702a5['params'][_0x284cda(0x249)]!==_0x848d76[_0x284cda(0x34b)][_0x284cda(0x249)])return{'m1Prime':_0x3702a5,'m2Prime':_0x848d76};const _0xa1ee69=_0x605767['Tools'][_0x284cda(0x175)](_0x3702a5),_0x27acbe=_0x605767[_0x284cda(0x253)][_0x284cda(0x175)](_0x848d76),_0x291b11=_0xa1ee69[_0x284cda(0x34b)][_0x284cda(0x29d)],_0xd02e71=_0x27acbe[_0x284cda(0x34b)][_0x284cda(0x1a1)];for(const _0x5c34db in _0x291b11){const _0x4efce2=_0x291b11[_0x5c34db][_0x284cda(0x1a1)],_0x66aea7=[];_0x4efce2[_0x284cda(0x26b)](_0x537590=>{const _0x1888e2=_0x284cda,_0x258f22=_0xe422d7(_0x537590,_0xd02e71);_0x258f22[_0x1888e2(0x190)]>0x0&&_0x66aea7['push'](..._0x258f22);}),_0x291b11[_0x5c34db][_0x284cda(0x1a1)]=_0x66aea7;}return{'m1Prime':_0xa1ee69,'m2Prime':_0x27acbe};}},_0x35b55a={'m1':_0x25cfb1['SetNumfmtMutation']['id'],'m2':_0x25cfb1['SetNumfmtMutation']['id'],'handler'(_0x1ddb48,_0x572fba){const _0x3530b1=_0x329bfc;if(_0x1ddb48[_0x3530b1(0x34b)]['unitId']!==_0x572fba['params']['unitId']||_0x1ddb48[_0x3530b1(0x34b)][_0x3530b1(0x249)]!==_0x572fba[_0x3530b1(0x34b)]['subUnitId'])return{'m1Prime':_0x1ddb48,'m2Prime':_0x572fba};const _0x2633ec=_0x605767['Tools'][_0x3530b1(0x175)](_0x1ddb48),_0x4712bc=_0x605767[_0x3530b1(0x253)][_0x3530b1(0x175)](_0x572fba),_0x2da87f=_0x2633ec[_0x3530b1(0x34b)][_0x3530b1(0x29d)],_0x35a947=Object[_0x3530b1(0x29d)](_0x4712bc['params'][_0x3530b1(0x29d)])['map'](_0x20dc72=>_0x20dc72['ranges'])[_0x3530b1(0x250)]();for(const _0x2b3c75 in _0x2da87f){const _0xdfb403=_0x2da87f[_0x2b3c75][_0x3530b1(0x1a1)],_0x5cef71=[];_0xdfb403[_0x3530b1(0x26b)](_0x27497e=>{const _0x5194fd=_0x3530b1,_0x16a5a5=_0xe422d7(_0x27497e,_0x35a947);_0x16a5a5[_0x5194fd(0x190)]>0x0&&_0x5cef71[_0x5194fd(0x1c7)](..._0x16a5a5);}),_0x2da87f[_0x2b3c75][_0x3530b1(0x1a1)]=_0x5cef71;}return{'m1Prime':_0x2633ec,'m2Prime':_0x4712bc};}},_0x4789e8={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x473239[_0x329bfc(0x25b)]['id'],'handler':(_0x120885,_0x3c8328)=>{const _0x5e05f9=_0x329bfc,_0x291eef={'m1Prime':_0x120885,'m2Prime':_0x3c8328};return _0x120885[_0x5e05f9(0x34b)][_0x5e05f9(0x184)]!==_0x3c8328[_0x5e05f9(0x34b)][_0x5e05f9(0x184)]||_0x120885[_0x5e05f9(0x34b)][_0x5e05f9(0x249)]!==_0x3c8328[_0x5e05f9(0x34b)][_0x5e05f9(0x249)]?_0x291eef:{'error':new Error(_0x5e05f9(0x370))};}},_0x246168={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x472dd0[_0x329bfc(0x323)]['id'],'handler':(_0x981c36,_0x4e932f)=>{const _0x42732a=_0x329bfc,_0x3564f2={'m1Prime':_0x981c36,'m2Prime':_0x4e932f};if(_0x981c36['params'][_0x42732a(0x184)]!==_0x4e932f[_0x42732a(0x34b)][_0x42732a(0x184)]||_0x981c36[_0x42732a(0x34b)][_0x42732a(0x249)]!==_0x4e932f['params'][_0x42732a(0x249)])return _0x3564f2;const _0x6c2997=_0x981c36[_0x42732a(0x34b)][_0x42732a(0x25e)][_0x42732a(0x1a1)],_0x3d4fed=_0x4e932f[_0x42732a(0x34b)]['rule'][_0x42732a(0x1a1)];return _0x6c2997[_0x42732a(0x1cd)](_0x654fe7=>_0x3d4fed['some'](_0x2631b8=>_0x605767[_0x42732a(0x290)][_0x42732a(0x341)](_0x654fe7,_0x2631b8)))?{'error':new Error(_0x42732a(0x228))}:_0x3564f2;}},_0x3c1ff2={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler':(_0x586729,_0x1beff1)=>{const _0x42f8ce=_0x329bfc,_0x328224={'m1Prime':_0x586729,'m2Prime':_0x1beff1};if(_0x586729['params'][_0x42f8ce(0x184)]!==_0x1beff1[_0x42f8ce(0x34b)][_0x42f8ce(0x184)]||_0x586729[_0x42f8ce(0x34b)][_0x42f8ce(0x249)]!==_0x1beff1[_0x42f8ce(0x34b)]['subUnitId'])return _0x328224;const _0x59341c=_0x586729['params'][_0x42f8ce(0x25e)][_0x42f8ce(0x1a1)],_0x144ecd=_0x1beff1[_0x42f8ce(0x34b)]['ranges'];return _0x59341c['some'](_0x4229a1=>_0x144ecd[_0x42f8ce(0x1cd)](_0x2a0aaa=>_0x605767[_0x42f8ce(0x290)][_0x42f8ce(0x341)](_0x4229a1,_0x2a0aaa)))?{'error':new Error(_0x42f8ce(0x18f))}:_0x328224;}},_0xb3e6ef={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x195)]['id'],'handler':(_0x532289,_0xed7dfb)=>{const _0x5c15c8=_0x329bfc,_0x3d37a4={'m1Prime':_0x532289,'m2Prime':_0xed7dfb};return _0x532289[_0x5c15c8(0x34b)][_0x5c15c8(0x184)]!==_0xed7dfb['params'][_0x5c15c8(0x184)]||_0x532289[_0x5c15c8(0x34b)][_0x5c15c8(0x249)]!==_0xed7dfb[_0x5c15c8(0x34b)]['rule']['subUnitId']?_0x3d37a4:{'error':new Error(_0x5c15c8(0x24c))};}},_0x497887={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x472dd0['DeleteConditionalRuleMutation']['id'],'handler':(_0x15c83a,_0x46e858)=>{const _0x2ada21=_0x329bfc,_0x157bc0={'m1Prime':_0x15c83a,'m2Prime':_0x46e858};return _0x15c83a[_0x2ada21(0x34b)]['unitId']!==_0x46e858[_0x2ada21(0x34b)][_0x2ada21(0x184)]||_0x15c83a['params'][_0x2ada21(0x249)]!==_0x46e858[_0x2ada21(0x34b)][_0x2ada21(0x249)]?_0x157bc0:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x50258a={'m1':_0x25cfb1['SetRangeProtectionMutation']['id'],'m2':_0x25cfb1['InsertColMutation']['id'],'handler':(_0x21d4a0,_0x4f6e5e)=>{const _0x2bab31=_0x329bfc,_0x100cd9={'m1Prime':_0x21d4a0,'m2Prime':_0x4f6e5e};if(_0x21d4a0[_0x2bab31(0x34b)][_0x2bab31(0x184)]!==_0x4f6e5e[_0x2bab31(0x34b)][_0x2bab31(0x184)]||_0x21d4a0[_0x2bab31(0x34b)][_0x2bab31(0x249)]!==_0x4f6e5e[_0x2bab31(0x34b)][_0x2bab31(0x249)])return _0x100cd9;const _0x14d6cd=_0x21d4a0[_0x2bab31(0x34b)][_0x2bab31(0x25e)][_0x2bab31(0x1a1)],_0x18aff9=_0x4f6e5e['params'][_0x2bab31(0x31c)];return _0x14d6cd[_0x2bab31(0x1cd)](_0x21213b=>_0x605767[_0x2bab31(0x290)]['intersects'](_0x21213b,_0x18aff9))?{'error':new Error(_0x2bab31(0x303))}:_0x100cd9;}},_0x237277={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1['InsertRowMutation']['id'],'handler':(_0xa6ca7,_0x28bf48)=>{const _0xd1a462=_0x329bfc,_0x517f19={'m1Prime':_0xa6ca7,'m2Prime':_0x28bf48};if(_0xa6ca7[_0xd1a462(0x34b)][_0xd1a462(0x184)]!==_0x28bf48[_0xd1a462(0x34b)]['unitId']||_0xa6ca7[_0xd1a462(0x34b)][_0xd1a462(0x249)]!==_0x28bf48[_0xd1a462(0x34b)][_0xd1a462(0x249)])return _0x517f19;const _0x1387ea=_0xa6ca7[_0xd1a462(0x34b)][_0xd1a462(0x25e)][_0xd1a462(0x1a1)],_0x4df129=_0x28bf48['params'][_0xd1a462(0x31c)];return _0x1387ea['some'](_0x88dff8=>_0x605767[_0xd1a462(0x290)][_0xd1a462(0x341)](_0x88dff8,_0x4df129))?{'error':new Error(_0xd1a462(0x148))}:_0x517f19;}},_0x4e8d19={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x298)]['id'],'handler':(_0x3b2a15,_0x1dcd41)=>{const _0x41b08c=_0x329bfc,_0xbd1d4a={'m1Prime':_0x3b2a15,'m2Prime':_0x1dcd41};if(_0x3b2a15[_0x41b08c(0x34b)][_0x41b08c(0x184)]!==_0x1dcd41[_0x41b08c(0x34b)][_0x41b08c(0x184)]||_0x3b2a15[_0x41b08c(0x34b)]['subUnitId']!==_0x1dcd41[_0x41b08c(0x34b)][_0x41b08c(0x249)])return _0xbd1d4a;const _0x515dad=_0x3b2a15['params'][_0x41b08c(0x25e)][_0x41b08c(0x1a1)],_0x468064=[_0x1dcd41[_0x41b08c(0x34b)][_0x41b08c(0x34c)],_0x1dcd41[_0x41b08c(0x34b)]['targetRange']];return _0x515dad[_0x41b08c(0x1cd)](_0xce7e1a=>_0x468064[_0x41b08c(0x1cd)](_0x12aab5=>_0x605767[_0x41b08c(0x290)][_0x41b08c(0x341)](_0xce7e1a,_0x12aab5)))?{'error':new Error(_0x41b08c(0x1b8))}:_0xbd1d4a;}},_0x113c08={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1['MoveRangeMutation']['id'],'handler':(_0x42604b,_0x39916b)=>{const _0x27d49a=_0x329bfc,_0x5be444={'m1Prime':_0x42604b,'m2Prime':_0x39916b};if(_0x42604b[_0x27d49a(0x34b)][_0x27d49a(0x184)]!==_0x39916b['params']['unitId']||_0x42604b[_0x27d49a(0x34b)]['subUnitId']!==_0x39916b[_0x27d49a(0x34b)][_0x27d49a(0x198)]['subUnitId'])return _0x5be444;const _0x120665=_0x42604b[_0x27d49a(0x34b)][_0x27d49a(0x25e)]['ranges'],_0x18c75d=new _0x605767[(_0x27d49a(0x238))](_0x39916b[_0x27d49a(0x34b)][_0x27d49a(0x198)][_0x27d49a(0x316)])[_0x27d49a(0x27b)](),_0x501113=new _0x605767[(_0x27d49a(0x238))](_0x39916b[_0x27d49a(0x34b)]['to'][_0x27d49a(0x316)])[_0x27d49a(0x27b)](),_0x236bce=[_0x18c75d,_0x501113];return _0x120665['some'](_0x4539b6=>_0x236bce[_0x27d49a(0x1cd)](_0x2eee7d=>_0x605767[_0x27d49a(0x290)][_0x27d49a(0x341)](_0x4539b6,_0x2eee7d)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range')}:_0x5be444;}},_0x5a574e={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x230)]['id'],'handler':(_0x14b448,_0x2cfcf4)=>{const _0x1e1423=_0x329bfc,_0x1cc1b8={'m1Prime':_0x14b448,'m2Prime':_0x2cfcf4};if(_0x14b448[_0x1e1423(0x34b)][_0x1e1423(0x184)]!==_0x2cfcf4[_0x1e1423(0x34b)][_0x1e1423(0x184)]||_0x14b448[_0x1e1423(0x34b)][_0x1e1423(0x249)]!==_0x2cfcf4[_0x1e1423(0x34b)][_0x1e1423(0x249)])return _0x1cc1b8;const _0x1b5fcb=_0x14b448[_0x1e1423(0x34b)][_0x1e1423(0x25e)]['ranges'],_0x1b3100=[_0x2cfcf4['params'][_0x1e1423(0x34c)],_0x2cfcf4[_0x1e1423(0x34b)]['targetRange']];return _0x1b5fcb[_0x1e1423(0x1cd)](_0x524f66=>_0x1b3100[_0x1e1423(0x1cd)](_0xd68ccd=>_0x605767[_0x1e1423(0x290)][_0x1e1423(0x341)](_0x524f66,_0xd68ccd)))?{'error':new Error(_0x1e1423(0x25f))}:_0x1cc1b8;}},_0xe44aa1={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x254)]['id'],'handler':(_0x334238,_0x32cb75)=>{const _0x4cc186=_0x329bfc,_0x5c0e7d={'m1Prime':_0x334238,'m2Prime':_0x32cb75};if(_0x334238[_0x4cc186(0x34b)][_0x4cc186(0x184)]!==_0x32cb75['params'][_0x4cc186(0x184)]||_0x334238[_0x4cc186(0x34b)][_0x4cc186(0x249)]!==_0x32cb75[_0x4cc186(0x34b)]['subUnitId'])return _0x5c0e7d;const _0x43bad4=_0x334238[_0x4cc186(0x34b)][_0x4cc186(0x25e)]['ranges'],_0x21b25c=_0x32cb75['params']['range'];return _0x43bad4[_0x4cc186(0x1cd)](_0x47d89e=>_0x605767[_0x4cc186(0x290)][_0x4cc186(0x341)](_0x47d89e,_0x21b25c))?{'error':new Error(_0x4cc186(0x1ed))}:_0x5c0e7d;}},_0x229ff2={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x11b0d4[_0x329bfc(0x344)]['id'],'handler':(_0x2723eb,_0xb2ef03)=>{const _0x344da2=_0x329bfc,_0x316e3d={'m1Prime':_0x2723eb,'m2Prime':_0xb2ef03};return _0x2723eb['params']['unitId']!==_0xb2ef03['params'][_0x344da2(0x184)]||_0x2723eb[_0x344da2(0x34b)][_0x344da2(0x249)]!==_0xb2ef03[_0x344da2(0x34b)][_0x344da2(0x249)]?_0x316e3d:{'error':new Error(_0x344da2(0x234))};}},_0x132e92={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x21b)]['id'],'handler':(_0xb81a44,_0x26b8ee)=>{const _0x3a8738=_0x329bfc,_0x3fbf1b={'m1Prime':_0xb81a44,'m2Prime':_0x26b8ee};if(_0xb81a44['params'][_0x3a8738(0x184)]!==_0x26b8ee[_0x3a8738(0x34b)]['unitId']||_0xb81a44[_0x3a8738(0x34b)][_0x3a8738(0x249)]!==_0x26b8ee['params'][_0x3a8738(0x249)])return _0x3fbf1b;const _0x4c0469=_0xb81a44[_0x3a8738(0x34b)][_0x3a8738(0x25e)][_0x3a8738(0x1a1)],_0x200180=_0x26b8ee[_0x3a8738(0x34b)][_0x3a8738(0x31c)];return _0x4c0469[_0x3a8738(0x1cd)](_0x30d07e=>_0x605767[_0x3a8738(0x290)][_0x3a8738(0x341)](_0x30d07e,_0x200180))?{'error':new Error(_0x3a8738(0x2e4))}:_0x3fbf1b;}},_0x4d14b6={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x42660f[_0x329bfc(0x2fc)]['id'],'handler':(_0x2a7ccb,_0x3ee192)=>{const _0x312b2f=_0x329bfc,_0x943ca9={'m1Prime':_0x2a7ccb,'m2Prime':_0x3ee192};return _0x2a7ccb[_0x312b2f(0x34b)][_0x312b2f(0x184)]!==_0x3ee192[_0x312b2f(0x34b)][_0x312b2f(0x184)]||_0x2a7ccb[_0x312b2f(0x34b)][_0x312b2f(0x249)]!==_0x3ee192[_0x312b2f(0x34b)]['subUnitId']?_0x943ca9:{'error':new Error(_0x312b2f(0x1f1))};}},_0x1e78d4={'m1':_0x25cfb1['SetRangeProtectionMutation']['id'],'m2':_0x25cfb1['RemoveWorksheetMergeMutation']['id'],'handler':(_0x5c69ad,_0x3eb1f4)=>{const _0x4caa99=_0x329bfc,_0x415a69={'m1Prime':_0x5c69ad,'m2Prime':_0x3eb1f4};if(_0x5c69ad[_0x4caa99(0x34b)]['unitId']!==_0x3eb1f4[_0x4caa99(0x34b)][_0x4caa99(0x184)]||_0x5c69ad[_0x4caa99(0x34b)][_0x4caa99(0x249)]!==_0x3eb1f4['params'][_0x4caa99(0x249)])return _0x415a69;const _0x4a8491=_0x5c69ad[_0x4caa99(0x34b)]['rule'][_0x4caa99(0x1a1)],_0x4461e8=_0x3eb1f4['params'][_0x4caa99(0x1a1)];return _0x4a8491[_0x4caa99(0x1cd)](_0x389a2b=>_0x4461e8[_0x4caa99(0x1cd)](_0x2d895e=>_0x605767[_0x4caa99(0x290)][_0x4caa99(0x341)](_0x389a2b,_0x2d895e)))?{'error':new Error(_0x4caa99(0x1d2))}:_0x415a69;}},_0x537c5a={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x472dd0[_0x329bfc(0x150)]['id'],'handler':(_0x3e7b4d,_0x4c2db6)=>{const _0x21c9de=_0x329bfc,_0xf65207={'m1Prime':_0x3e7b4d,'m2Prime':_0x4c2db6};if(_0x3e7b4d[_0x21c9de(0x34b)][_0x21c9de(0x184)]!==_0x4c2db6[_0x21c9de(0x34b)][_0x21c9de(0x184)]||_0x3e7b4d[_0x21c9de(0x34b)][_0x21c9de(0x249)]!==_0x4c2db6[_0x21c9de(0x34b)][_0x21c9de(0x249)])return _0xf65207;const _0x10a942=_0x3e7b4d['params'][_0x21c9de(0x25e)][_0x21c9de(0x1a1)],_0x2bf57e=_0x4c2db6[_0x21c9de(0x34b)][_0x21c9de(0x25e)][_0x21c9de(0x1a1)];return _0x10a942[_0x21c9de(0x1cd)](_0x4d33d0=>_0x2bf57e[_0x21c9de(0x1cd)](_0x5b83a6=>_0x605767[_0x21c9de(0x290)][_0x21c9de(0x341)](_0x4d33d0,_0x5b83a6)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule')}:_0xf65207;}},_0x5f1bbb={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x219)]['id'],'handler':(_0x3b00b7,_0x2fee80)=>{const _0x3c62a5=_0x329bfc,_0x4c5fee={'m1Prime':_0x3b00b7,'m2Prime':_0x2fee80};if(_0x3b00b7[_0x3c62a5(0x34b)][_0x3c62a5(0x184)]!==_0x2fee80['params'][_0x3c62a5(0x184)]||_0x3b00b7[_0x3c62a5(0x34b)]['subUnitId']!==_0x2fee80[_0x3c62a5(0x34b)][_0x3c62a5(0x249)])return _0x4c5fee;const _0x46ef09=_0x3b00b7[_0x3c62a5(0x34b)][_0x3c62a5(0x25e)][_0x3c62a5(0x1a1)],_0x9a2d5b=[{'startRow':_0x2fee80['params'][_0x3c62a5(0x232)],'endRow':_0x2fee80[_0x3c62a5(0x34b)][_0x3c62a5(0x232)],'startColumn':_0x2fee80['params']['startColumn'],'endColumn':_0x2fee80['params']['startColumn']}];return _0x46ef09[_0x3c62a5(0x1cd)](_0x2e869b=>_0x9a2d5b[_0x3c62a5(0x1cd)](_0x972b3=>_0x605767[_0x3c62a5(0x290)]['intersects'](_0x2e869b,_0x972b3)))?{'error':new Error(_0x3c62a5(0x294))}:_0x4c5fee;}},_0x346872={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1f9)]['id'],'handler':(_0x44ec33,_0xa93d6b)=>{const _0x5c95f1=_0x329bfc,_0x469e8b={'m1Prime':_0x44ec33,'m2Prime':_0xa93d6b};return _0x44ec33['params'][_0x5c95f1(0x184)]!==_0xa93d6b[_0x5c95f1(0x34b)][_0x5c95f1(0x184)]||_0x44ec33[_0x5c95f1(0x34b)][_0x5c95f1(0x249)]!==_0xa93d6b['params'][_0x5c95f1(0x249)]?_0x469e8b:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};}},_0x5dc921={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'handler':(_0x5c0502,_0x83f8a0)=>{const _0x4b1606=_0x329bfc,_0x5ad725={'m1Prime':_0x5c0502,'m2Prime':_0x83f8a0};if(_0x5c0502['params'][_0x4b1606(0x184)]!==_0x83f8a0[_0x4b1606(0x34b)]['unitId']||_0x5c0502[_0x4b1606(0x34b)]['subUnitId']!==_0x83f8a0['params'][_0x4b1606(0x249)])return _0x5ad725;const _0x2497b2=_0x5c0502['params'][_0x4b1606(0x25e)][_0x4b1606(0x1a1)],_0x3bcfa5=_0x83f8a0['params'][_0x4b1606(0x25e)][_0x4b1606(0x1a1)];return _0x2497b2[_0x4b1606(0x1cd)](_0x3bd394=>_0x3bcfa5[_0x4b1606(0x1cd)](_0x57bac5=>_0x605767['Rectangle'][_0x4b1606(0x341)](_0x3bd394,_0x57bac5)))?{'error':new Error(_0x4b1606(0x154))}:_0x5ad725;}},_0x16fce0={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x264)]['id'],'handler':(_0x1e9482,_0x437e55)=>{const _0x2f2dac=_0x329bfc,_0x24b82d={'m1Prime':_0x1e9482,'m2Prime':_0x437e55};if(_0x1e9482[_0x2f2dac(0x34b)]['unitId']!==_0x437e55['params'][_0x2f2dac(0x184)]||_0x1e9482[_0x2f2dac(0x34b)][_0x2f2dac(0x249)]!==_0x437e55[_0x2f2dac(0x34b)][_0x2f2dac(0x249)])return _0x24b82d;const _0x56ab94=_0x1e9482['params']['rule'][_0x2f2dac(0x1a1)],_0x391e0a=new _0x605767[(_0x2f2dac(0x238))](_0x437e55[_0x2f2dac(0x34b)][_0x2f2dac(0x302)])[_0x2f2dac(0x27b)]();return _0x56ab94['some'](_0x2d58da=>_0x605767[_0x2f2dac(0x290)][_0x2f2dac(0x341)](_0x2d58da,_0x391e0a))?{'error':new Error(_0x2f2dac(0x26a))}:_0x24b82d;}},_0x5132e7={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2bf)]['id'],'handler':(_0x4662f8,_0x3d130c)=>{const _0x231695=_0x329bfc,_0x3c5a4d={'m1Prime':_0x4662f8,'m2Prime':_0x3d130c};if(_0x4662f8[_0x231695(0x34b)][_0x231695(0x184)]!==_0x3d130c[_0x231695(0x34b)][_0x231695(0x184)]||_0x4662f8['params'][_0x231695(0x249)]!==_0x3d130c['params'][_0x231695(0x249)])return _0x3c5a4d;const _0x582e00=_0x4662f8['params'][_0x231695(0x25e)][_0x231695(0x1a1)],_0x59eca6=_0x3d130c[_0x231695(0x34b)][_0x231695(0x1a1)];return _0x582e00[_0x231695(0x1cd)](_0x1cec67=>_0x59eca6[_0x231695(0x1cd)](_0x4f326d=>_0x605767['Rectangle']['intersects'](_0x1cec67,_0x4f326d)))?{'error':new Error(_0x231695(0x2ac))}:_0x3c5a4d;}},_0x1fcdb7={'m1':_0x25cfb1['SetRangeProtectionMutation']['id'],'m2':_0x473239[_0x329bfc(0x372)]['id'],'handler':(_0x75dd06,_0x2d902d)=>{const _0x1cc9d8=_0x329bfc,_0x2f412b={'m1Prime':_0x75dd06,'m2Prime':_0x2d902d};return _0x75dd06[_0x1cc9d8(0x34b)][_0x1cc9d8(0x184)]!==_0x2d902d[_0x1cc9d8(0x34b)][_0x1cc9d8(0x184)]||_0x75dd06[_0x1cc9d8(0x34b)][_0x1cc9d8(0x249)]!==_0x2d902d[_0x1cc9d8(0x34b)][_0x1cc9d8(0x249)]?_0x2f412b:{'error':new Error(_0x1cc9d8(0x2aa))};}},_0x30f7d1={'m1':_0x25cfb1[_0x329bfc(0x1e8)]['id'],'m2':_0x11b0d4['UpdateDataValidationMutation']['id'],'handler':(_0x14e414,_0x494e04)=>{const _0x32ccd2=_0x329bfc,_0x10bf0e={'m1Prime':_0x14e414,'m2Prime':_0x494e04};return _0x14e414['params'][_0x32ccd2(0x184)]!==_0x494e04[_0x32ccd2(0x34b)][_0x32ccd2(0x184)]||_0x14e414[_0x32ccd2(0x34b)][_0x32ccd2(0x249)]!==_0x494e04[_0x32ccd2(0x34b)][_0x32ccd2(0x249)]?_0x10bf0e:{'error':new Error(_0x32ccd2(0x310))};}},_0x4e7fda={'m1':_0x25cfb1[_0x329bfc(0x264)]['id'],'m2':_0x25cfb1[_0x329bfc(0x31d)]['id'],'handler'(_0x2ae6df,_0x233483){const _0x5c2538=_0x329bfc,_0x1ed609=_0x29731a[_0x5c2538(0x1e1)](_0x233483,_0x2ae6df);return _0xda76fe(_0x1ed609)?{'m1Prime':_0x1ed609[_0x5c2538(0x329)],'m2Prime':_0x1ed609['m1Prime']}:_0x1ed609;}},_0x319386={'m1':_0x25cfb1[_0x329bfc(0x264)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0xade045,_0x3312c6){const _0x2a27a3=_0x329bfc,_0x3911b3={'m1Prime':_0xade045,'m2Prime':_0x3312c6};if(_0xade045[_0x2a27a3(0x34b)]['unitId']!==_0x3312c6[_0x2a27a3(0x34b)][_0x2a27a3(0x184)])return _0x3911b3;const _0x385a62=new _0x605767[(_0x2a27a3(0x238))](_0xade045[_0x2a27a3(0x34b)]['cellValue'])[_0x2a27a3(0x27b)](),_0x3ddd2a=new _0x605767[(_0x2a27a3(0x238))](_0x3312c6['params'][_0x2a27a3(0x198)]['value'])['getDataRange'](),_0x5c53e5=new _0x605767[(_0x2a27a3(0x238))](_0x3312c6[_0x2a27a3(0x34b)]['to'][_0x2a27a3(0x316)])['getDataRange']();return _0xade045[_0x2a27a3(0x34b)]['subUnitId']===_0x3312c6['params']['from'][_0x2a27a3(0x249)]&&_0x605767[_0x2a27a3(0x290)]['intersects'](_0x385a62,_0x3ddd2a)||_0xade045['params'][_0x2a27a3(0x249)]===_0x3312c6['params']['to'][_0x2a27a3(0x249)]&&_0x605767['Rectangle'][_0x2a27a3(0x341)](_0x385a62,_0x5c53e5)?{'error':new Error(_0x2a27a3(0x206))}:_0x3911b3;}},_0x36e260={'m1':_0x25cfb1[_0x329bfc(0x264)]['id'],'m2':_0x25cfb1[_0x329bfc(0x186)]['id'],'handler'(_0x38cac4,_0x4839c1){const _0x4349f9=_0x329bfc;var _0x26d217,_0x39de98;const _0x38f3c2={'m1Prime':_0x38cac4,'m2Prime':_0x4839c1};if(_0x38cac4[_0x4349f9(0x34b)][_0x4349f9(0x184)]!==_0x4839c1[_0x4349f9(0x34b)]['unitId']||_0x38cac4['params'][_0x4349f9(0x249)]!==_0x4839c1[_0x4349f9(0x34b)]['subUnitId'])return _0x38f3c2;const _0x2391c7=_0x605767[_0x4349f9(0x253)]['deepClone'](_0x38cac4),{cellValue:_0x413830}=_0x2391c7['params'],_0x117413=new _0x605767['ObjectMatrix'](_0x413830),{range:_0x4dfd0d}=_0x4839c1[_0x4349f9(0x34b)],_0x379996=new Map();for(let _0x318391=_0x4dfd0d[_0x4349f9(0x1f5)];_0x318391<=_0x4dfd0d[_0x4349f9(0x1de)];_0x318391++)for(let _0x2648e9=_0x4dfd0d['startRow'];_0x2648e9<=_0x4dfd0d['endRow'];_0x2648e9++)if(((_0x26d217=_0x413830==null?void 0x0:_0x413830[_0x2648e9])==null?void 0x0:_0x26d217[_0x318391])!==void 0x0){const _0x52904e=(_0x39de98=_0x4839c1[_0x4349f9(0x34b)][_0x4349f9(0x25a)][_0x2648e9])!=null?_0x39de98:_0x2648e9;_0x52904e!==_0x2648e9&&(_0x379996[_0x4349f9(0x1b0)](_0x52904e)||_0x379996[_0x4349f9(0x233)](_0x52904e,new Map()),_0x379996[_0x4349f9(0x248)](_0x52904e)[_0x4349f9(0x233)](_0x318391,_0x413830[_0x2648e9][_0x318391]),_0x117413[_0x4349f9(0x263)](_0x2648e9,_0x318391));}return _0x379996[_0x4349f9(0x26b)]((_0x46725d,_0x2732b5)=>{const _0x4f076b=_0x4349f9;_0x46725d[_0x4f076b(0x26b)]((_0x273b52,_0x2b8687)=>{const _0x58678a=_0x4f076b;_0x117413[_0x58678a(0x174)](_0x2732b5,_0x2b8687,_0x273b52);});}),{'m1Prime':_0x2391c7,'m2Prime':_0x4839c1};}},_0x33167c={'m1':_0x25cfb1[_0x329bfc(0x264)]['id'],'m2':_0x25cfb1[_0x329bfc(0x264)]['id'],'handler'(_0x1b9d12,_0x2ecf03){const _0x1452ae=_0x329bfc,_0x1dc30a={'m1Prime':_0x1b9d12,'m2Prime':_0x2ecf03};if(_0x1b9d12['params'][_0x1452ae(0x184)]!==_0x2ecf03[_0x1452ae(0x34b)][_0x1452ae(0x184)]||_0x1b9d12[_0x1452ae(0x34b)][_0x1452ae(0x249)]!==_0x2ecf03[_0x1452ae(0x34b)][_0x1452ae(0x249)])return _0x1dc30a;const _0x1eb94e=_0x605767[_0x1452ae(0x253)][_0x1452ae(0x175)](_0x1b9d12),_0x427758=_0x605767[_0x1452ae(0x253)]['deepClone'](_0x2ecf03),_0xe7ab0c=_0x605767[_0x1452ae(0x253)]['deepClone'](_0x2ecf03),_0x2d5510=new _0x605767[(_0x1452ae(0x238))](_0x1eb94e[_0x1452ae(0x34b)][_0x1452ae(0x302)]),_0xc4da24=_0x2d5510[_0x1452ae(0x27b)](),_0x3e9248=new _0x605767[(_0x1452ae(0x238))](_0x2ecf03['params']['cellValue']),_0x367fea=new _0x605767[(_0x1452ae(0x238))](),_0x46d265=_0x3e9248[_0x1452ae(0x27b)]();return _0x605767['Rectangle']['intersects'](_0xc4da24,_0x46d265)?(_0x2d5510[_0x1452ae(0x307)]((_0x4c95f0,_0x35851c,_0x43eaba)=>{const _0x374112=_0x1452ae;var _0x28c79d;const _0xd21d68=_0x3e9248['getValue'](_0x4c95f0,_0x35851c);_0xd21d68===null&&_0x2d5510[_0x374112(0x263)](_0x4c95f0,_0x35851c),_0x43eaba&&_0xd21d68&&(typeof(_0xd21d68==null?void 0x0:_0xd21d68['s'])==_0x374112(0x271)&&(_0xd21d68['s']=_0x605767['Tools']['deepClone']((_0x28c79d=_0x427758[_0x374112(0x34b)][_0x374112(0x2e6)])==null?void 0x0:_0x28c79d[_0xd21d68['s']])||void 0x0),_0x367fea['setValue'](_0x4c95f0,_0x35851c,_0xd21d68));}),_0x1eb94e[_0x1452ae(0x34b)][_0x1452ae(0x302)]=_0x2d5510['getMatrix'](),_0x427758[_0x1452ae(0x34b)][_0x1452ae(0x302)]=_0x367fea[_0x1452ae(0x1af)](),{'m1Prime':[_0x1eb94e,_0x427758],'m2Prime':_0xe7ab0c}):_0x1dc30a;}},_0x476ff2={'m1':_0x25cfb1[_0x329bfc(0x34f)]['id'],'m2':_0x25cfb1[_0x329bfc(0x34f)]['id'],'handler'(_0x39a524,_0x310df2){const _0x47a3ca=_0x329bfc,_0x33b958={'m1Prime':_0x39a524,'m2Prime':_0x310df2};if(_0x39a524['params'][_0x47a3ca(0x184)]!==_0x310df2[_0x47a3ca(0x34b)][_0x47a3ca(0x184)]||_0x39a524[_0x47a3ca(0x34b)]['subUnitId']!==_0x310df2[_0x47a3ca(0x34b)][_0x47a3ca(0x249)])return _0x33b958;const _0x3f1dc4=_0x39a524['params'][_0x47a3ca(0x1e6)],_0x2d69a1=_0x310df2['params'][_0x47a3ca(0x1e6)],_0x32f4eb={},_0x3db931=_0x605767[_0x47a3ca(0x253)][_0x47a3ca(0x175)](_0x39a524),_0x5dd477=new Set([...Object[_0x47a3ca(0x315)](_0x3f1dc4)[_0x47a3ca(0x20a)](Number),...Object[_0x47a3ca(0x315)](_0x2d69a1)[_0x47a3ca(0x20a)](Number)]);for(const _0x2515e8 of _0x5dd477){const _0x3ee62e=_0x3f1dc4[_0x2515e8],_0x146955=_0x2d69a1[_0x2515e8];if(_0x3ee62e&&_0x146955){const _0x581ab3={..._0x3ee62e,..._0x146955};_0x32f4eb[_0x2515e8]=_0x581ab3;}else _0x3ee62e?_0x32f4eb[_0x2515e8]=_0x3ee62e:_0x146955&&(_0x32f4eb[_0x2515e8]=_0x146955);}return _0x3db931['params'][_0x47a3ca(0x1e6)]=_0x32f4eb,{'m1Prime':_0x3db931,'m2Prime':_0x310df2};}},_0xceca35={'m1':_0x42660f[_0x329bfc(0x17f)]['id'],'m2':_0x25cfb1[_0x329bfc(0x30b)]['id'],'handler'(_0x241177,_0x5c40b5){const _0x2ce8cf=_0x329bfc,_0x7d477a={'m1Prime':_0x241177,'m2Prime':_0x5c40b5};if(_0x241177[_0x2ce8cf(0x34b)][_0x2ce8cf(0x184)]!==_0x5c40b5[_0x2ce8cf(0x34b)][_0x2ce8cf(0x184)]||_0x241177[_0x2ce8cf(0x34b)]['subUnitId']!==_0x5c40b5[_0x2ce8cf(0x34b)]['from'][_0x2ce8cf(0x249)]&&_0x241177['params'][_0x2ce8cf(0x249)]!==_0x5c40b5[_0x2ce8cf(0x34b)]['to'][_0x2ce8cf(0x249)])return _0x7d477a;let _0x122960=null;return _0x241177[_0x2ce8cf(0x34b)][_0x2ce8cf(0x249)]===_0x5c40b5[_0x2ce8cf(0x34b)][_0x2ce8cf(0x198)][_0x2ce8cf(0x249)]&&new _0x605767['ObjectMatrix'](_0x5c40b5[_0x2ce8cf(0x34b)][_0x2ce8cf(0x198)]['value'])['forValue']((_0x420b0d,_0x23d670)=>{const _0x4f2382=_0x2ce8cf;_0x23d670===_0x241177[_0x4f2382(0x34b)][_0x4f2382(0x282)]&&(_0x122960=_0x5c40b5['params'][_0x4f2382(0x198)][_0x4f2382(0x249)]);}),_0x241177[_0x2ce8cf(0x34b)]['subUnitId']===_0x5c40b5['params']['to']['subUnitId']&&new _0x605767['ObjectMatrix'](_0x5c40b5[_0x2ce8cf(0x34b)]['to'][_0x2ce8cf(0x316)])[_0x2ce8cf(0x307)]((_0x40d806,_0x330ddb)=>{const _0x387c55=_0x2ce8cf;_0x330ddb===_0x241177['params']['col']&&(_0x122960=_0x5c40b5['params']['to'][_0x387c55(0x249)]);}),_0x122960?{'m1Prime':_0x241177,'m2Prime':[_0x5c40b5,{'id':_0x42660f[_0x2ce8cf(0x1d6)]['id'],'params':{'unitId':_0x5c40b5['params'][_0x2ce8cf(0x184)],'subUnitId':_0x122960}}]}:_0x7d477a;}},_0x3e10bd={'m1':_0x42660f[_0x329bfc(0x17f)]['id'],'m2':_0x42660f['RemoveSheetsFilterMutation']['id'],'handler'(_0x262da9,_0x3fc763){const _0xe60c8=_0x329bfc,_0x5025d2={'m1Prime':_0x262da9,'m2Prime':_0x3fc763};return _0x262da9[_0xe60c8(0x34b)][_0xe60c8(0x184)]!==_0x3fc763[_0xe60c8(0x34b)][_0xe60c8(0x184)]||_0x262da9['params'][_0xe60c8(0x249)]!==_0x3fc763[_0xe60c8(0x34b)]['subUnitId']?_0x5025d2:{'m1Prime':[],'m2Prime':[_0x3fc763]};}},_0x5dcddb={'m1':_0x42660f['SetSheetsFilterCriteriaMutation']['id'],'m2':_0x25cfb1['SetRangeValuesMutation']['id'],'handler'(_0x3e2420,_0x58853a){const _0x107967=_0x329bfc,_0x4685f1={'m1Prime':_0x3e2420,'m2Prime':_0x58853a};if(_0x3e2420[_0x107967(0x34b)]['unitId']!==_0x58853a[_0x107967(0x34b)]['unitId']||_0x3e2420[_0x107967(0x34b)][_0x107967(0x249)]!==_0x58853a[_0x107967(0x34b)]['subUnitId'])return _0x4685f1;let _0x45c2c6=!0x1;return new _0x605767[(_0x107967(0x238))](_0x58853a[_0x107967(0x34b)][_0x107967(0x302)])[_0x107967(0x307)]((_0x459cf3,_0x5b19e6)=>{_0x5b19e6===_0x3e2420['params']['col']&&(_0x45c2c6=!0x0);}),_0x45c2c6?{'m1Prime':_0x3e2420,'m2Prime':[_0x58853a,{'id':_0x42660f[_0x107967(0x1d6)]['id'],'params':{'unitId':_0x58853a[_0x107967(0x34b)][_0x107967(0x184)],'subUnitId':_0x58853a['params'][_0x107967(0x249)]}}]}:_0x4685f1;}},_0x3ddc1e={'m1':_0x42660f[_0x329bfc(0x17f)]['id'],'m2':_0x42660f[_0x329bfc(0x17f)]['id'],'handler'(_0x1988b5,_0x180012){const _0x2547f5=_0x329bfc,_0x3f3931={'m1Prime':_0x1988b5,'m2Prime':_0x180012};return _0x1988b5[_0x2547f5(0x34b)]['unitId']!==_0x180012[_0x2547f5(0x34b)][_0x2547f5(0x184)]||_0x1988b5[_0x2547f5(0x34b)]['subUnitId']!==_0x180012['params']['subUnitId']||_0x1988b5[_0x2547f5(0x34b)][_0x2547f5(0x282)]!==_0x180012[_0x2547f5(0x34b)][_0x2547f5(0x282)]?_0x3f3931:{'m1Prime':[],'m2Prime':[_0x180012]};}},_0x4d42b5={'m1':_0x42660f['SetSheetsFilterRangeMutation']['id'],'m2':_0x42660f[_0x329bfc(0x2fc)]['id'],'handler'(_0x4f413c,_0x2c712b){const _0x312665=_0x329bfc,_0x449e4f={'m1Prime':_0x4f413c,'m2Prime':_0x2c712b};return _0x4f413c[_0x312665(0x34b)][_0x312665(0x184)]!==_0x2c712b[_0x312665(0x34b)]['unitId']||_0x4f413c[_0x312665(0x34b)]['subUnitId']!==_0x2c712b[_0x312665(0x34b)]['subUnitId']?_0x449e4f:{'m1Prime':[],'m2Prime':[_0x2c712b]};}},_0x130593={'m1':_0x42660f[_0x329bfc(0x24f)]['id'],'m2':_0x42660f[_0x329bfc(0x24f)]['id'],'handler'(_0x38fb78,_0x1894f9){const _0x3704f0=_0x329bfc,_0x1bcae3={'m1Prime':_0x38fb78,'m2Prime':_0x1894f9};return _0x38fb78[_0x3704f0(0x34b)][_0x3704f0(0x184)]!==_0x1894f9[_0x3704f0(0x34b)]['unitId']||_0x38fb78[_0x3704f0(0x34b)][_0x3704f0(0x249)]!==_0x1894f9[_0x3704f0(0x34b)]['subUnitId']?_0x1bcae3:{'m1Prime':[],'m2Prime':[_0x1894f9]};}},_0x5b7e3d={'m1':_0x25cfb1[_0x329bfc(0x356)]['id'],'m2':_0x25cfb1[_0x329bfc(0x356)]['id'],'handler'(_0xc6080f,_0x466ff3){const _0xdb3597=_0x329bfc;return _0xc6080f[_0xdb3597(0x34b)]['unitId']===_0x466ff3[_0xdb3597(0x34b)][_0xdb3597(0x184)]&&_0xc6080f[_0xdb3597(0x34b)][_0xdb3597(0x249)]===_0x466ff3['params'][_0xdb3597(0x249)]&&_0xc6080f[_0xdb3597(0x34b)][_0xdb3597(0x15b)]!==_0x466ff3[_0xdb3597(0x34b)][_0xdb3597(0x15b)]?{'error':new Error(_0xdb3597(0x2f3))}:{'m1Prime':_0xc6080f,'m2Prime':_0x466ff3};}},_0x10fdd8={'m1':_0x25cfb1[_0x329bfc(0x2bf)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2bf)]['id'],'handler'(_0x46d385,_0x2b2b87){const _0x33eb45=_0x329bfc,_0x5eee47={'m1Prime':_0x46d385,'m2Prime':_0x2b2b87};if(_0x46d385[_0x33eb45(0x34b)][_0x33eb45(0x184)]!==_0x2b2b87['params'][_0x33eb45(0x184)]||_0x46d385[_0x33eb45(0x34b)][_0x33eb45(0x249)]!==_0x2b2b87[_0x33eb45(0x34b)][_0x33eb45(0x249)])return _0x5eee47;const _0x432ba1=_0x46d385[_0x33eb45(0x34b)]['ranges'],_0x20a289=[],_0x5bcacb=_0x605767['Tools'][_0x33eb45(0x175)](_0x46d385),_0x477a57=_0x2b2b87[_0x33eb45(0x34b)][_0x33eb45(0x1a1)];_0x432ba1[_0x33eb45(0x26b)](_0x41a081=>{const _0x183970=_0x33eb45,_0x266908={'start':_0x41a081[_0x183970(0x1f5)],'end':_0x41a081[_0x183970(0x1de)]},_0x2b82e7=_0x477a57[_0x183970(0x20a)](_0x256087=>({'start':_0x256087[_0x183970(0x1f5)],'end':_0x256087[_0x183970(0x1de)]})),_0x1f00a4=_0x15fe93(_0x266908,_0x2b82e7)[_0x183970(0x20a)](_0x597601=>({..._0x41a081,'startColumn':_0x597601[_0x183970(0x33c)],'endColumn':_0x597601[_0x183970(0x377)]}));_0x20a289['push'](..._0x1f00a4);}),_0x5bcacb['params'][_0x33eb45(0x1a1)]=_0x20a289;const {colWidth:_0x2f0cdf}=_0x5bcacb[_0x33eb45(0x34b)],{colWidth:_0x524610}=_0x2b2b87['params'];return typeof _0x2f0cdf!='number'&&(typeof _0x524610!=_0x33eb45(0x312)?Object[_0x33eb45(0x315)](_0x524610)['map'](Number)[_0x33eb45(0x26b)](_0x5218fa=>{_0x2f0cdf[_0x5218fa]!=null&&delete _0x2f0cdf[_0x5218fa];}):_0x477a57[_0x33eb45(0x26b)](_0xfcea39=>{const _0x2e2da1=_0x33eb45;for(let _0x40eaee=_0xfcea39['startColumn'];_0x40eaee<=_0xfcea39[_0x2e2da1(0x1de)];_0x40eaee++)delete _0x2f0cdf[_0x40eaee];})),{'m1Prime':_0x5bcacb,'m2Prime':_0x2b2b87};}},_0x16b37a={'m1':_0x25cfb1['SetWorksheetNameMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x217)]['id'],'handler'(_0x531078,_0x87467a){const _0x223c15=_0x329bfc,_0x1b2d18={'m1Prime':_0x531078,'m2Prime':_0x87467a};return _0x531078[_0x223c15(0x34b)][_0x223c15(0x184)]!==_0x87467a[_0x223c15(0x34b)]['unitId']||_0x531078['params'][_0x223c15(0x249)]!==_0x87467a[_0x223c15(0x34b)][_0x223c15(0x249)]?_0x1b2d18:{'error':new Error('Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.')};}},_0x50bc52={'m1':_0x25cfb1[_0x329bfc(0x2d2)]['id'],'m2':_0x25cfb1[_0x329bfc(0x2d2)]['id'],'handler'(_0x47cf11,_0x1e0413){const _0x2e85b3=_0x329bfc,_0x2c5f84={'m1Prime':_0x47cf11,'m2Prime':_0x1e0413};if(_0x47cf11[_0x2e85b3(0x34b)][_0x2e85b3(0x184)]!==_0x1e0413[_0x2e85b3(0x34b)][_0x2e85b3(0x184)]||_0x47cf11[_0x2e85b3(0x34b)]['subUnitId']!==_0x1e0413['params'][_0x2e85b3(0x249)])return _0x2c5f84;const _0x28f698=_0x47cf11[_0x2e85b3(0x34b)][_0x2e85b3(0x1c3)],_0x48d5b6=[],_0x4ad889=_0x605767[_0x2e85b3(0x253)][_0x2e85b3(0x175)](_0x47cf11),_0x50e8c6=_0x1e0413[_0x2e85b3(0x34b)][_0x2e85b3(0x1c3)];return _0x28f698[_0x2e85b3(0x26b)](_0x246b2c=>{const _0x404582=_0x2e85b3;_0x50e8c6[_0x404582(0x142)](_0x1d6a17=>_0x1d6a17[_0x404582(0x2ef)]===_0x246b2c[_0x404582(0x2ef)])||_0x48d5b6[_0x404582(0x1c7)](_0x246b2c);}),_0x4ad889['params'][_0x2e85b3(0x1c3)]=_0x48d5b6,{'m1Prime':_0x4ad889,'m2Prime':_0x1e0413};}},_0x4b2943={'m1':_0x25cfb1[_0x329bfc(0x277)]['id'],'m2':_0x25cfb1['SetWorksheetRowHeightMutation']['id'],'handler'(_0x4f09e4,_0x316c9a){const _0x1c3924=_0x329bfc,_0x493e4f={'m1Prime':_0x4f09e4,'m2Prime':_0x316c9a};if(_0x4f09e4[_0x1c3924(0x34b)][_0x1c3924(0x184)]!==_0x316c9a[_0x1c3924(0x34b)][_0x1c3924(0x184)]||_0x4f09e4[_0x1c3924(0x34b)][_0x1c3924(0x249)]!==_0x316c9a['params']['subUnitId'])return _0x493e4f;const _0x6d2c9d=_0x4f09e4[_0x1c3924(0x34b)]['ranges'],_0x5e29a6=[],_0x1c99ad=_0x605767[_0x1c3924(0x253)][_0x1c3924(0x175)](_0x4f09e4),_0x53c431=_0x316c9a[_0x1c3924(0x34b)]['ranges'];_0x6d2c9d[_0x1c3924(0x26b)](_0x6647cd=>{const _0x5b540f=_0x1c3924,_0x4c9bd0={'start':_0x6647cd[_0x5b540f(0x232)],'end':_0x6647cd[_0x5b540f(0x167)]},_0xc74954=_0x53c431[_0x5b540f(0x20a)](_0x2de39b=>({'start':_0x2de39b['startRow'],'end':_0x2de39b['endRow']})),_0x467c48=_0x15fe93(_0x4c9bd0,_0xc74954)[_0x5b540f(0x20a)](_0x2ab9a4=>({..._0x6647cd,'startRow':_0x2ab9a4['start'],'endRow':_0x2ab9a4[_0x5b540f(0x377)]}));_0x5e29a6['push'](..._0x467c48);}),_0x1c99ad['params'][_0x1c3924(0x1a1)]=_0x5e29a6;const {rowHeight:_0x193313}=_0x1c99ad[_0x1c3924(0x34b)],{rowHeight:_0x5ee56e}=_0x316c9a['params'];return typeof _0x193313!=_0x1c3924(0x312)&&(typeof _0x5ee56e!='number'?Object[_0x1c3924(0x315)](_0x5ee56e)[_0x1c3924(0x20a)](Number)[_0x1c3924(0x26b)](_0x1158d2=>{_0x193313[_0x1158d2]!=null&&delete _0x193313[_0x1158d2];}):_0x53c431[_0x1c3924(0x26b)](_0xbf1b74=>{const _0x13eb1e=_0x1c3924;for(let _0x3dda05=_0xbf1b74[_0x13eb1e(0x232)];_0x3dda05<=_0xbf1b74[_0x13eb1e(0x167)];_0x3dda05++)delete _0x193313[_0x3dda05];})),{'m1Prime':_0x1c99ad,'m2Prime':_0x316c9a};}},_0x48f3cc={'m1':_0x25cfb1[_0x329bfc(0x1a3)]['id'],'m2':_0x25cfb1[_0x329bfc(0x1a3)]['id'],'handler'(_0x10043e,_0x1d4865){const _0x24443c=_0x329bfc,_0x54654a={'m1Prime':_0x10043e,'m2Prime':_0x1d4865};if(_0x10043e['params'][_0x24443c(0x184)]!==_0x1d4865[_0x24443c(0x34b)][_0x24443c(0x184)]||_0x10043e[_0x24443c(0x34b)][_0x24443c(0x249)]!==_0x1d4865[_0x24443c(0x34b)][_0x24443c(0x249)])return _0x54654a;const _0x21947c=_0x10043e[_0x24443c(0x34b)]['ranges'],_0x67709f=[],_0x4db8e3=_0x605767[_0x24443c(0x253)][_0x24443c(0x175)](_0x10043e),_0x4306f6=_0x1d4865['params'][_0x24443c(0x1a1)];_0x21947c[_0x24443c(0x26b)](_0x574e83=>{const _0x40764a=_0x24443c,_0x4b410b={'start':_0x574e83[_0x40764a(0x232)],'end':_0x574e83[_0x40764a(0x167)]},_0x18f3a9=_0x4306f6[_0x40764a(0x20a)](_0x390ff4=>({'start':_0x390ff4[_0x40764a(0x232)],'end':_0x390ff4[_0x40764a(0x167)]})),_0x103d88=_0x15fe93(_0x4b410b,_0x18f3a9)[_0x40764a(0x20a)](_0x13dab0=>({..._0x574e83,'startRow':_0x13dab0[_0x40764a(0x33c)],'endRow':_0x13dab0['end']}));_0x67709f['push'](..._0x103d88);}),_0x4db8e3[_0x24443c(0x34b)][_0x24443c(0x1a1)]=_0x67709f;const {autoHeightInfo:_0x2ef181}=_0x4db8e3['params'],{autoHeightInfo:_0x4b3673}=_0x1d4865[_0x24443c(0x34b)];return typeof _0x2ef181!=_0x24443c(0x312)&&(typeof _0x4b3673!=_0x24443c(0x312)?Object[_0x24443c(0x315)](_0x4b3673)[_0x24443c(0x20a)](Number)[_0x24443c(0x26b)](_0x125a9a=>{_0x2ef181[_0x125a9a]!=null&&delete _0x2ef181[_0x125a9a];}):_0x4306f6[_0x24443c(0x26b)](_0x20a67c=>{const _0x1abca1=_0x24443c;for(let _0x5dbf92=_0x20a67c['startRow'];_0x5dbf92<=_0x20a67c[_0x1abca1(0x167)];_0x5dbf92++)delete _0x2ef181[_0x5dbf92];})),{'m1Prime':_0x4db8e3,'m2Prime':_0x1d4865};}},_0x418b0d={'m1':_0x473239['UpdateCommentMutation']['id'],'m2':_0x473239[_0x329bfc(0x372)]['id'],'handler':(_0x1c6c72,_0x629ee5)=>{const _0x1ff824=_0x329bfc,_0xaacd71=_0x1c6c72[_0x1ff824(0x34b)],_0x476707=_0x629ee5[_0x1ff824(0x34b)];return _0xaacd71['unitId']===_0x476707[_0x1ff824(0x184)]&&_0xaacd71['subUnitId']===_0x476707[_0x1ff824(0x249)]&&_0xaacd71['payload'][_0x1ff824(0x1bb)]===_0x476707['payload']['commentId']?{'m1Prime':[],'m2Prime':_0x629ee5}:{'m1Prime':_0x1c6c72,'m2Prime':_0x629ee5};}},_0x23ab9e={'m1':_0x473239['UpdateCommentRefMutation']['id'],'m2':_0x473239[_0x329bfc(0x1a9)]['id'],'handler':(_0x52ac35,_0x3705b2)=>{const _0x2e617c=_0x329bfc,_0x29c121=_0x52ac35[_0x2e617c(0x34b)],_0x300050=_0x3705b2[_0x2e617c(0x34b)];return _0x29c121[_0x2e617c(0x184)]===_0x300050[_0x2e617c(0x184)]&&_0x29c121[_0x2e617c(0x249)]===_0x300050['subUnitId']&&_0x29c121[_0x2e617c(0x2e8)]['commentId']===_0x300050[_0x2e617c(0x2e8)][_0x2e617c(0x1bb)]?{'m1Prime':[],'m2Prime':_0x3705b2}:{'m1Prime':_0x52ac35,'m2Prime':_0x3705b2};}},_0x113518={'m1':_0x11b0d4[_0x329bfc(0x153)]['id'],'m2':_0x11b0d4[_0x329bfc(0x2bc)]['id'],'handler':(_0x5a19af,_0x37892c)=>{const _0x5c2a4e=_0x329bfc,_0x3aab96={'m1Prime':_0x5a19af,'m2Prime':_0x37892c},_0x59a378=_0x5a19af[_0x5c2a4e(0x34b)],_0x380683=_0x37892c[_0x5c2a4e(0x34b)];if(_0x59a378['unitId']!==_0x380683[_0x5c2a4e(0x184)]||_0x59a378['subUnitId']!==_0x380683[_0x5c2a4e(0x249)])return _0x3aab96;if(_0x5a19af[_0x5c2a4e(0x34b)][_0x5c2a4e(0x2e8)][_0x5c2a4e(0x37c)]===_0x11b0d4[_0x5c2a4e(0x255)][_0x5c2a4e(0x340)]){const {unitId:_0x1ce567,subUnitId:_0x4c702c}=_0x5a19af[_0x5c2a4e(0x34b)],_0x303d4f=Array['isArray'](_0x37892c[_0x5c2a4e(0x34b)][_0x5c2a4e(0x25e)])?_0x37892c[_0x5c2a4e(0x34b)][_0x5c2a4e(0x25e)]:[_0x37892c[_0x5c2a4e(0x34b)]['rule']],_0x1e0f88=[],_0x5483f7=new _0x605767['ObjectMatrix'](),_0x34d6de=_0x5a19af[_0x5c2a4e(0x34b)][_0x5c2a4e(0x2e8)][_0x5c2a4e(0x2e8)];_0x34d6de[_0x5c2a4e(0x26b)](_0x2ea37b=>{const _0x3d9ab3=_0x5c2a4e;_0x605767[_0x3d9ab3(0x1dd)][_0x3d9ab3(0x2ae)](_0x2ea37b,(_0x5a0307,_0x5f1531)=>{const _0x481eb4=_0x3d9ab3;_0x5483f7[_0x481eb4(0x174)](_0x5a0307,_0x5f1531,_0x5a19af[_0x481eb4(0x34b)]['ruleId']);});}),_0x303d4f[_0x5c2a4e(0x26b)](_0x832a6e=>{const _0x38ee5b=_0x5c2a4e;_0x832a6e[_0x38ee5b(0x1a1)][_0x38ee5b(0x26b)](_0x58ae9e=>{const _0x3aa1a8=_0x38ee5b;_0x605767[_0x3aa1a8(0x1dd)][_0x3aa1a8(0x2ae)](_0x58ae9e,(_0x62a1a3,_0x2c6940)=>{const _0x42b428=_0x3aa1a8;_0x5483f7[_0x42b428(0x174)](_0x62a1a3,_0x2c6940,_0x832a6e[_0x42b428(0x33d)]);});});});const _0x42d09e=_0x5a19af[_0x5c2a4e(0x34b)]['ruleId'],_0xd89fc8=_0x605767['queryObjectMatrix'](_0x5483f7,_0x101202=>_0x101202===_0x42d09e);return _0x605767[_0x5c2a4e(0x1c0)](_0xd89fc8,_0x34d6de)||(_0xd89fc8['length']?_0x1e0f88[_0x5c2a4e(0x1c7)]({'id':_0x11b0d4[_0x5c2a4e(0x153)]['id'],'params':{'unitId':_0x1ce567,'subUnitId':_0x4c702c,'ruleId':_0x42d09e,'payload':{'type':_0x11b0d4[_0x5c2a4e(0x255)][_0x5c2a4e(0x340)],'payload':_0xd89fc8}}}):_0x1e0f88['push']({'id':_0x11b0d4[_0x5c2a4e(0x344)]['id'],'params':{'unitId':_0x1ce567,'subUnitId':_0x4c702c,'ruleId':_0x42d09e}})),{'m1Prime':_0x1e0f88[_0x5c2a4e(0x190)]?_0x1e0f88:[_0x5a19af],'m2Prime':[..._0x1e0f88,_0x37892c]};}return _0x3aab96;}},_0x485d88={'m1':_0x11b0d4[_0x329bfc(0x153)]['id'],'m2':_0x11b0d4[_0x329bfc(0x344)]['id'],'handler':(_0x5e66b1,_0x3afd20)=>{const _0x1f1bff=_0x329bfc,_0x1f850f={'m1Prime':_0x5e66b1,'m2Prime':_0x3afd20};if(_0x5e66b1[_0x1f1bff(0x34b)][_0x1f1bff(0x184)]!==_0x3afd20['params'][_0x1f1bff(0x184)]||_0x5e66b1[_0x1f1bff(0x34b)][_0x1f1bff(0x249)]!==_0x3afd20['params']['subUnitId'])return _0x1f850f;const _0x2c61d9=_0x5e66b1[_0x1f1bff(0x34b)]['ruleId'];return(Array[_0x1f1bff(0x2f0)](_0x3afd20[_0x1f1bff(0x34b)][_0x1f1bff(0x2b6)])?_0x3afd20[_0x1f1bff(0x34b)]['ruleId']:[_0x3afd20['params'][_0x1f1bff(0x2b6)]])['indexOf'](_0x2c61d9)>-0x1?{'m1Prime':[],'m2Prime':_0x3afd20}:_0x1f850f;}},_0x3509f2={'m1':_0x11b0d4[_0x329bfc(0x153)]['id'],'m2':_0x11b0d4[_0x329bfc(0x153)]['id'],'handler':(_0x1b68cf,_0x3a286f)=>{const _0x2bebd5=_0x329bfc,_0x78056={'m1Prime':_0x1b68cf,'m2Prime':_0x3a286f},_0x2e486e=_0x1b68cf[_0x2bebd5(0x34b)],_0x13f9df=_0x3a286f[_0x2bebd5(0x34b)];if(_0x2e486e['unitId']===_0x13f9df[_0x2bebd5(0x184)]&&_0x2e486e[_0x2bebd5(0x249)]===_0x13f9df[_0x2bebd5(0x249)]){const _0xa3168c=_0x605767[_0x2bebd5(0x253)]['deepClone'](_0x3a286f);if(_0x13f9df[_0x2bebd5(0x2b6)]===_0x2e486e[_0x2bebd5(0x2b6)]&&_0x2e486e['payload'][_0x2bebd5(0x37c)]===_0x13f9df[_0x2bebd5(0x2e8)][_0x2bebd5(0x37c)])return _0x2e486e[_0x2bebd5(0x2e8)][_0x2bebd5(0x37c)]===_0x11b0d4[_0x2bebd5(0x255)][_0x2bebd5(0x340)]&&!_0x605767['isRangesEqual'](_0x2e486e[_0x2bebd5(0x2e8)][_0x2bebd5(0x2e8)],_0x13f9df[_0x2bebd5(0x2e8)]['payload'])?{'error':new Error(_0x2bebd5(0x2f6))}:{'m1Prime':[],'m2Prime':_0xa3168c};if(_0x2e486e[_0x2bebd5(0x2e8)]['type']===_0x11b0d4[_0x2bebd5(0x255)]['RANGE']&&_0x13f9df[_0x2bebd5(0x2e8)][_0x2bebd5(0x37c)]===_0x11b0d4[_0x2bebd5(0x255)][_0x2bebd5(0x340)]&&_0x13f9df[_0x2bebd5(0x2b6)]!==_0x2e486e[_0x2bebd5(0x2b6)]){let _0x5436e0=function(_0xc43e9,_0x22cd0a){const _0x1eabe4=_0x2bebd5;_0xc43e9[_0x1eabe4(0x26b)](_0xb18428=>{const _0x1deb29=_0x1eabe4;_0x605767['Range'][_0x1deb29(0x2ae)](_0xb18428,(_0x5eb39f,_0x48a03f)=>{_0x528d24['setValue'](_0x5eb39f,_0x48a03f,_0x22cd0a);});});};const _0x528d24=new _0x605767['ObjectMatrix']();_0x5436e0(_0x2e486e[_0x2bebd5(0x2e8)]['payload'],_0x2e486e['ruleId']),_0x5436e0(_0x13f9df[_0x2bebd5(0x2e8)]['payload'],_0x13f9df[_0x2bebd5(0x2b6)]);const _0x13b7b1=_0x605767[_0x2bebd5(0x2c7)](_0x528d24,_0x434555=>_0x434555===_0x2e486e['ruleId']),_0x192124=!_0x605767[_0x2bebd5(0x1c0)](_0x2e486e['payload']['payload'],_0x13b7b1)?_0x13b7b1[_0x2bebd5(0x190)]?[{'id':_0x11b0d4[_0x2bebd5(0x153)]['id'],'params':{..._0x2e486e,'payload':{'type':_0x11b0d4[_0x2bebd5(0x255)][_0x2bebd5(0x340)],'payload':_0x13b7b1}}}]:[{'id':_0x11b0d4[_0x2bebd5(0x344)]['id'],'params':{..._0x2e486e,'payload':void 0x0}}]:[];return{'m1Prime':[_0x1b68cf],'m2Prime':[..._0x192124,_0x3a286f]};}}return _0x78056;}},_0x55935c={'m1':_0x3b3522[_0x329bfc(0x229)]['id'],'m2':_0x3b3522[_0x329bfc(0x229)]['id'],'handler':(_0x27bb44,_0x500053)=>{const _0x17bb8f=_0x329bfc,_0x5e0edc=_0x27bb44[_0x17bb8f(0x34b)],_0x558f36=_0x500053[_0x17bb8f(0x34b)];return _0x5e0edc[_0x17bb8f(0x184)]===_0x558f36[_0x17bb8f(0x184)]&&_0x5e0edc[_0x17bb8f(0x249)]===_0x558f36['subUnitId']&&_0x5e0edc['id']===_0x558f36['id']?{'m2Prime':_0x500053,'m1Prime':[]}:{'m1Prime':_0x27bb44,'m2Prime':_0x500053};}},_0xbe2f67={'m1':_0x3b3522[_0x329bfc(0x1ec)]['id'],'m2':_0x3b3522[_0x329bfc(0x1ec)]['id'],'handler':(_0x1b34f5,_0x1f98bb)=>{const _0x3a539=_0x329bfc,_0x41b0c7=_0x1b34f5[_0x3a539(0x34b)],_0x3c000f=_0x1f98bb['params'];return _0x41b0c7[_0x3a539(0x184)]===_0x3c000f[_0x3a539(0x184)]&&_0x41b0c7['subUnitId']===_0x3c000f[_0x3a539(0x249)]&&_0x41b0c7['id']===_0x3c000f['id']?{'m2Prime':_0x1f98bb,'m1Prime':[]}:{'m1Prime':_0x1b34f5,'m2Prime':_0x1f98bb};}},_0x21728e={'m1':_0x25cfb1['RemoveSheetMutation']['id'],'m2':_0x25cfb1['AddWorksheetMergeMutation']['id'],'handler'(_0x5c58c2,_0x4e41d8){const _0x1c3bbb=_0x329bfc,_0x55b96e=_0x605767[_0x1c3bbb(0x253)][_0x1c3bbb(0x175)](_0x4e41d8);return _0x5c58c2['params'][_0x1c3bbb(0x249)]!==_0x4e41d8['params'][_0x1c3bbb(0x249)]||_0x5c58c2[_0x1c3bbb(0x34b)]['unitId']!==_0x4e41d8[_0x1c3bbb(0x34b)][_0x1c3bbb(0x184)]?{'m1Prime':_0x5c58c2,'m2Prime':_0x55b96e}:(_0x55b96e['id']=_0x25cfb1[_0x1c3bbb(0x187)]['id'],{'m1Prime':_0x5c58c2,'m2Prime':_0x55b96e});}},_0x78fac4={'m1':_0x25cfb1[_0x329bfc(0x2e1)]['id'],'m2':_0x25cfb1[_0x329bfc(0x17e)]['id'],'handler'(_0x371a47,_0x5dd22b){const _0x3c743e=_0x329bfc,_0x34e4ec=_0x605767[_0x3c743e(0x253)][_0x3c743e(0x175)](_0x5dd22b);return _0x371a47['params'][_0x3c743e(0x249)]!==_0x5dd22b[_0x3c743e(0x34b)]['subUnitId']||_0x371a47[_0x3c743e(0x34b)][_0x3c743e(0x184)]!==_0x5dd22b['params'][_0x3c743e(0x184)]?{'m1Prime':_0x371a47,'m2Prime':_0x34e4ec}:(_0x34e4ec['id']=_0x25cfb1['EmptyMutation']['id'],{'m1Prime':_0x371a47,'m2Prime':_0x34e4ec});}},_0x376328={'m1':_0x25cfb1[_0x329bfc(0x318)]['id'],'m2':_0x25cfb1[_0x329bfc(0x318)]['id'],'handler'(_0x3128fb,_0x911e64){const _0x4bbc2a=_0x329bfc;if(_0x3128fb[_0x4bbc2a(0x34b)][_0x4bbc2a(0x2c2)]['id']===_0x911e64['params'][_0x4bbc2a(0x2c2)]['id'])return{'error':new Error(_0x4bbc2a(0x2b2))};const _0x4e1311=_0x605767[_0x4bbc2a(0x253)][_0x4bbc2a(0x175)](_0x3128fb),_0x4645c7=_0x605767[_0x4bbc2a(0x253)][_0x4bbc2a(0x175)](_0x911e64);return _0x4e1311['params'][_0x4bbc2a(0x2e2)]<=_0x4645c7[_0x4bbc2a(0x34b)][_0x4bbc2a(0x2e2)]?_0x4645c7[_0x4bbc2a(0x34b)][_0x4bbc2a(0x2e2)]+=0x1:_0x4e1311[_0x4bbc2a(0x34b)][_0x4bbc2a(0x2e2)]>_0x4645c7[_0x4bbc2a(0x34b)][_0x4bbc2a(0x2e2)]&&(_0x4e1311[_0x4bbc2a(0x34b)][_0x4bbc2a(0x2e2)]+=0x1),_0x3128fb[_0x4bbc2a(0x34b)]['sheet'][_0x4bbc2a(0x1be)]===_0x911e64[_0x4bbc2a(0x34b)][_0x4bbc2a(0x2c2)][_0x4bbc2a(0x1be)]?{'error':new Error(_0x4bbc2a(0x1dc))}:{'m1Prime':_0x4e1311,'m2Prime':_0x4645c7};}},_0x59537c={'m1':_0x25cfb1[_0x329bfc(0x2e1)]['id'],'m2':'any','handler'(_0x261893,_0x252ee7){const _0x20b663=_0x329bfc;var _0x2561ec;return _0x261893['params']['subUnitId']===((_0x2561ec=_0x252ee7['params'])==null?void 0x0:_0x2561ec['subUnitId'])&&_0x261893['id']!==_0x252ee7['id']?{'error':new Error(_0x20b663(0x2be))}:{'m1Prime':_0x261893,'m2Prime':_0x252ee7};}},_0x10eb4e={'m1':_0x25cfb1['SetWorksheetOrderMutation']['id'],'m2':_0x25cfb1[_0x329bfc(0x256)]['id'],'handler'(_0x356092,_0x2376e1){const _0x428d08=_0x329bfc,_0x50e70d=_0x605767['Tools'][_0x428d08(0x175)](_0x356092),_0x487141=_0x605767[_0x428d08(0x253)][_0x428d08(0x175)](_0x2376e1),_0x201252={'error':new Error(_0x428d08(0x169))};if(_0x356092[_0x428d08(0x34b)][_0x428d08(0x152)]===_0x2376e1['params'][_0x428d08(0x152)])_0x50e70d['id']=_0x25cfb1['EmptyMutation']['id'],_0x487141[_0x428d08(0x34b)][_0x428d08(0x152)]=_0x356092[_0x428d08(0x34b)][_0x428d08(0x208)];else{_0x356092[_0x428d08(0x34b)][_0x428d08(0x152)]===_0x356092['params'][_0x428d08(0x208)]&&(_0x50e70d['id']=_0x25cfb1['EmptyMutation']['id']),_0x2376e1[_0x428d08(0x34b)][_0x428d08(0x152)]===_0x2376e1['params'][_0x428d08(0x208)]&&(_0x487141['id']=_0x25cfb1[_0x428d08(0x187)]['id']);const _0x4708f4=[Math[_0x428d08(0x14c)](_0x356092[_0x428d08(0x34b)][_0x428d08(0x152)],_0x356092['params'][_0x428d08(0x208)]),Math[_0x428d08(0x146)](_0x356092[_0x428d08(0x34b)][_0x428d08(0x152)],_0x356092['params'][_0x428d08(0x208)])],_0x4fc4e2=[Math[_0x428d08(0x14c)](_0x2376e1[_0x428d08(0x34b)]['fromOrder'],_0x2376e1['params'][_0x428d08(0x208)]),Math['max'](_0x2376e1[_0x428d08(0x34b)][_0x428d08(0x152)],_0x2376e1[_0x428d08(0x34b)][_0x428d08(0x208)])];if(_0x4708f4[0x0]<=_0x4fc4e2[0x1]&&_0x4708f4[0x1]>=_0x4fc4e2[0x0])return _0x201252;}return{'m1Prime':_0x50e70d,'m2Prime':_0x487141};}},_0x31b597={'m1':_0x25cfb1[_0x329bfc(0x318)]['id'],'m2':_0x25cfb1['SetWorksheetOrderMutation']['id'],'handler'(_0x51f26c,_0x6a9047){const _0x219034=_0x329bfc,_0x14e2a4=_0x605767['Tools'][_0x219034(0x175)](_0x51f26c),_0x46c70d=_0x605767[_0x219034(0x253)][_0x219034(0x175)](_0x6a9047);return _0x51f26c[_0x219034(0x34b)]['index']<=_0x6a9047['params'][_0x219034(0x25a)]&&(_0x46c70d[_0x219034(0x34b)][_0x219034(0x25a)]+=0x1),{'m1Prime':_0x14e2a4,'m2Prime':_0x46c70d};}},_0x4c51fb={'m1':_0x329bfc(0x1b2),'m2':_0x25cfb1[_0x329bfc(0x2e1)]['id'],'handler'(_0x2295cc,_0x211ccb){return{'m1Prime':_0x2295cc,'m2Prime':_0x211ccb};}},_0x22945c=[_0x376328,_0x31b597,_0x59537c,_0x4c51fb,_0x10eb4e];var _0x5450f5=Object[_0x329bfc(0x25d)],_0x2d8ee3=Object[_0x329bfc(0x236)],_0x4e9115=(_0xfc04bc,_0x381f95,_0x3e0e23,_0xea8d90)=>{const _0x230aa1=_0x329bfc;for(var _0x3e5800=_0xea8d90>0x1?void 0x0:_0xea8d90?_0x2d8ee3(_0x381f95,_0x3e0e23):_0x381f95,_0x218dd4=_0xfc04bc[_0x230aa1(0x190)]-0x1,_0x6c2cb7;_0x218dd4>=0x0;_0x218dd4--)(_0x6c2cb7=_0xfc04bc[_0x218dd4])&&(_0x3e5800=(_0xea8d90?_0x6c2cb7(_0x381f95,_0x3e0e23,_0x3e5800):_0x6c2cb7(_0x3e5800))||_0x3e5800);return _0xea8d90&&_0x3e5800&&_0x5450f5(_0x381f95,_0x3e0e23,_0x3e5800),_0x3e5800;},_0x36ca20=(_0x48e667,_0x604dd6)=>(_0x37a874,_0x7e736b)=>_0x604dd6(_0x37a874,_0x7e736b,_0x48e667);_0x57c72c[_0x329bfc(0x168)]=class extends _0x605767[_0x329bfc(0x216)]{constructor(_0xbba35c){const _0x465d93=_0x329bfc;super(),this[_0x465d93(0x20f)]=_0xbba35c,[..._0x22945c,_0x42b5b2,_0x55f1e5,_0x3b5475,_0x358d75,_0x28dd3c,_0x408ade,_0x1b0a50,_0xa245a8,_0x9a7535,_0x59fdb7,_0x52e7ff,_0x46641b,_0xe35b99,_0x5bca38,_0x296515,_0x25d3ef,_0x1d00ef,_0x1ee420,_0x30e922,_0x2dfd4b,_0x539bfb,_0x13f243,_0x46c456,_0x2ddec6,_0x1bc597,_0x47feb1,_0xd393bd,_0x5c8cfe,_0x3e283d,_0x209f02,_0xb81efb,_0x502392,_0x1a76ed,_0x35a5ef,_0x5ca937,_0x18a76a,_0x5e4869,_0x2cadd5,_0xe2ce96,_0x5638c3,_0x3ddfea,_0x252971,_0x45ea5f,_0x4fc2be,_0x31cc55,_0x47f9a0,_0x2b1ab2,_0x105d01,_0x2206cd,_0x27a725,_0x419db4,_0x4b4ba2,_0x36af77,_0x51ce50,_0x1c2f72,_0x2557b4,_0x3c40be,_0x28f19e,_0x4355bd,_0x5d1a6e,_0x191d72,_0x51bbfb,_0x5b3f94,_0xcc76bb,_0xe77463,_0x2d9578,_0xeac444,_0x4e13d6,_0x401741,_0x56b3b7,_0x2eb2c2,_0xcd6a48,_0x47109c,_0x7b41ea,_0x36892,_0x33167c,_0x319386,_0x16b37a,_0x55547d,_0x5b7e3d,_0x10fdd8,_0x50bc52,_0x4b2943,_0x48f3cc,_0x476ff2,_0x3f2846,_0x35b55a,_0x281095,_0x4a4c65,_0x544834,_0x47816d,_0x1ada51,_0x1e7ff6,_0x520dd0,_0x1898c8,_0x3509f2,_0x3e4d62,_0x41db46,_0x25e973,_0x30a61b,_0x18e036,_0x164edf,_0x4d0613,_0x5e3a4a,_0x530c10,_0xdb2583,_0x278ee5,_0xe4b54d,_0x588f29,_0x113518,_0x485d88,_0x852135,_0x3afdfb,_0x1fb054,_0x229912,_0x545e49,_0x11da8f,_0x5eeb2a,_0x39240a,_0x202262,_0x3ddc1e,_0x3e10bd,_0x5dcddb,_0xceca35,_0x130593,_0x4d42b5,_0x1f758d,_0x5e78b4,_0x21744b,_0x34dd6e,_0x362e9c,_0x23a6a2,_0x5a9edc,_0x295ee1,_0x377f5d,_0x2c5fa0,_0xd0aae0,_0x327c6e,_0x497133,_0x5445a5,_0x225b39,_0x29731a,_0x4e7fda,_0x24fb31,_0x21728e,_0x1db555,_0x40cc8a,_0x443520,_0x2376f5,_0x5a46e0,_0x4ca7a5,_0x78fac4,_0x178fc2,_0x4e989f,_0x4da592,_0x4a3302,_0x4eb85d,_0x49ffa5,_0x188940,_0xe50abc,_0x51c483,_0x1d2d59,_0x5fb911,_0xcfb7ca,_0x23ab9e,_0x418b0d,_0x5a6af7,_0x4c2f9d,_0x4444db,_0x989cd9,_0x86a97e,_0x11ef13,_0x423bac,_0x2b9cd6,_0x2a97bb,_0x17b3cd,_0xa9f383,_0xa51cdc,_0x39164a,_0x340f21,_0x55935c,_0xbe2f67,_0x52c7bf,_0x1a71dc,_0x493a7d,_0xcd535a,_0x1e88f8,_0x520e58,_0x421064,_0x1542b0,_0x5d7638,_0x388f82,_0x4a29fb,_0x363175,_0x3036df,_0x57b917,_0x123142,_0x1aa1fd,_0x5aef85,_0x25af4f,_0xeddc58,_0x2d2950,_0x4f481c,_0x190363,_0x13eca1,_0x15145b,_0x4789e8,_0x246168,_0x3c1ff2,_0xb3e6ef,_0x497887,_0x50258a,_0x237277,_0x4e8d19,_0x113c08,_0x5a574e,_0xe44aa1,_0x132e92,_0x229ff2,_0x4d14b6,_0x1e78d4,_0x537c5a,_0x5f1bbb,_0x346872,_0x5dc921,_0x16fce0,_0x5132e7,_0x1fcdb7,_0x30f7d1,_0x224762,_0x46db1d,_0x42d2e8,_0x2f8fb3,_0x3d6765,_0x340fca,_0x5831cb,_0x357df9,_0x16886a,_0x1dd177,_0x56d1d0,_0x48e7a7,_0x4725cb,_0x17020d,_0x2d7df5,_0x161570,_0x3253a6,_0x1342e0,_0x200948,_0x319e42,_0x24df47,_0x59c8b8,_0x259607,_0xdeee67,_0x2652be,_0x599af7,_0x334f21,_0x26c84e,_0x367fb2,_0x25fc25,_0x3106a5,_0x355e83,_0x6ab1f0,_0x160ffd,_0x36e260,_0x279583,_0x3452ac,_0x47025a,_0x2e3ced][_0x465d93(0x26b)](_0x1a292c=>{const _0x559150=_0x465d93;this[_0x559150(0x20f)][_0x559150(0x25c)](_0x1a292c);});}},_0x57c72c[_0x329bfc(0x168)]=_0x4e9115([_0x36ca20(0x0,_0x4795d9)],_0x57c72c[_0x329bfc(0x168)]);function _0xab5bb4(_0x858931,_0x14748a,_0x2a289e=_0x329bfc(0x331)){const _0x3837cd=_0x329bfc,_0x36d8a8=[];for(const _0x516ed8 of _0x14748a){const _0x29a4ac=_0x605767[_0x3837cd(0x26d)][_0x3837cd(0x2d0)](_0x858931,_0x516ed8[_0x3837cd(0x378)],_0x2a289e),_0x79ba6e=_0x605767[_0x3837cd(0x26d)]['transformPosition'](_0x858931,_0x516ed8[_0x3837cd(0x1a8)],_0x2a289e),_0x4a890f={..._0x516ed8,'startOffset':_0x29a4ac,'endOffset':_0x79ba6e,'collapsed':_0x29a4ac===_0x79ba6e};_0x36d8a8[_0x3837cd(0x1c7)](_0x4a890f);}return _0x36d8a8;}const _0x5b7728=[{'m1':_0x5f3850['RichTextEditingMutation']['id'],'m2':_0x5f3850[_0x329bfc(0x209)]['id'],'handler'(_0x1fed88,_0x438a73){const _0x32b5cd=_0x329bfc;if(_0x1fed88[_0x32b5cd(0x34b)][_0x32b5cd(0x184)]!==_0x438a73[_0x32b5cd(0x34b)][_0x32b5cd(0x184)])return{'error':new Error(_0x32b5cd(0x2ee))};const _0x1928bf=_0x605767[_0x32b5cd(0x253)][_0x32b5cd(0x175)](_0x1fed88),_0x2018f5=_0x605767[_0x32b5cd(0x253)][_0x32b5cd(0x175)](_0x438a73);return{'m1Prime':{..._0x1928bf,'params':{..._0x1928bf['params'],'actions':_0x605767['JSONX'][_0x32b5cd(0x2d1)](_0x1928bf[_0x32b5cd(0x34b)][_0x32b5cd(0x1a7)],_0x2018f5[_0x32b5cd(0x34b)][_0x32b5cd(0x1a7)],'left'),'textRanges':_0x1928bf[_0x32b5cd(0x34b)][_0x32b5cd(0x181)]?_0xab5bb4(_0x2018f5[_0x32b5cd(0x34b)][_0x32b5cd(0x1a7)],_0x1928bf[_0x32b5cd(0x34b)][_0x32b5cd(0x181)],_0x32b5cd(0x331)):null}},'m2Prime':{..._0x2018f5,'params':{..._0x2018f5[_0x32b5cd(0x34b)],'actions':_0x605767[_0x32b5cd(0x26d)]['transform'](_0x2018f5[_0x32b5cd(0x34b)][_0x32b5cd(0x1a7)],_0x1928bf['params'][_0x32b5cd(0x1a7)],'right'),'textRanges':_0x2018f5[_0x32b5cd(0x34b)][_0x32b5cd(0x181)]?_0xab5bb4(_0x1928bf[_0x32b5cd(0x34b)][_0x32b5cd(0x1a7)],_0x2018f5[_0x32b5cd(0x34b)][_0x32b5cd(0x181)],_0x32b5cd(0x331)):null}}};}}];var _0x24f7fd=Object[_0x329bfc(0x25d)],_0xa6dd84=Object['getOwnPropertyDescriptor'],_0x15d715=(_0x358c92,_0x45ce62,_0x473b97,_0xe4bd73)=>{const _0x4cdc50=_0x329bfc;for(var _0xf0968=_0xe4bd73>0x1?void 0x0:_0xe4bd73?_0xa6dd84(_0x45ce62,_0x473b97):_0x45ce62,_0x4ce799=_0x358c92[_0x4cdc50(0x190)]-0x1,_0x53c853;_0x4ce799>=0x0;_0x4ce799--)(_0x53c853=_0x358c92[_0x4ce799])&&(_0xf0968=(_0xe4bd73?_0x53c853(_0x45ce62,_0x473b97,_0xf0968):_0x53c853(_0xf0968))||_0xf0968);return _0xe4bd73&&_0xf0968&&_0x24f7fd(_0x45ce62,_0x473b97,_0xf0968),_0xf0968;},_0x1d802d=(_0x7fec12,_0x1ffc58)=>(_0x4bb11c,_0x88b56f)=>_0x1ffc58(_0x4bb11c,_0x88b56f,_0x7fec12);_0x57c72c[_0x329bfc(0x17c)]=class extends _0x605767[_0x329bfc(0x216)]{constructor(_0x4127ff){const _0x4aaf34=_0x329bfc;super(),this[_0x4aaf34(0x20f)]=_0x4127ff,[..._0x5b7728][_0x4aaf34(0x26b)](_0x1a16f9=>{const _0x32679c=_0x4aaf34;this[_0x32679c(0x20f)][_0x32679c(0x25c)](_0x1a16f9);});}},_0x57c72c[_0x329bfc(0x17c)]=_0x15d715([_0x1d802d(0x0,_0x4795d9)],_0x57c72c[_0x329bfc(0x17c)]);function _0x3f3f0f(_0x286f15){const _0x2eec58=_0x329bfc;return{..._0x286f15,'mutations':_0x286f15[_0x2eec58(0x15a)][_0x2eec58(0x20a)](_0x57a6aa)};}function _0x3f370d(_0x3fcf13){const _0x4fa8ab=_0x329bfc;return _0x3fcf13[_0x4fa8ab(0x20a)](_0x4a60b3=>({'id':_0x4a60b3['id'],'params':JSON['parse'](_0x4a60b3[_0x4fa8ab(0x33e)])}));}function _0x249d57(_0x348a88){const _0x539a0e=_0x329bfc;return{..._0x348a88,'mutations':_0x348a88[_0x539a0e(0x15a)][_0x539a0e(0x20a)](_0x5efa11)};}function _0x57a6aa(_0x5a57e0){const _0x5aba3d=_0x329bfc;return{'id':_0x5a57e0['id'],'params':JSON[_0x5aba3d(0x172)](_0x5a57e0[_0x5aba3d(0x33e)])};}function _0x5efa11(_0x3b955c){const _0xdea7d5=_0x329bfc;return{'id':_0x3b955c['id'],'data':JSON[_0xdea7d5(0x266)](_0x3b955c[_0xdea7d5(0x34b)])};}var _0x44bc7a=(_0x48049d=>(_0x48049d[_0x329bfc(0x279)]=_0x329bfc(0x21c),_0x48049d['PSEUDO_FETCH_MISSING_RESULT']=_0x329bfc(0x36f),_0x48049d['SUBMIT_CHANGESET']='submit_changeset',_0x48049d[_0x329bfc(0x2eb)]=_0x329bfc(0x218),_0x48049d['CHANGESET_REJ']=_0x329bfc(0x31b),_0x48049d[_0x329bfc(0x1c1)]=_0x329bfc(0x1e2),_0x48049d[_0x329bfc(0x30f)]=_0x329bfc(0x22d),_0x48049d['UPDATE_CURSOR']=_0x329bfc(0x325),_0x48049d[_0x329bfc(0x301)]=_0x329bfc(0x36b),_0x48049d[_0x329bfc(0x36a)]=_0x329bfc(0x180),_0x48049d[_0x329bfc(0x369)]=_0x329bfc(0x199),_0x48049d[_0x329bfc(0x2a4)]=_0x329bfc(0x343),_0x48049d[_0x329bfc(0x37b)]=_0x329bfc(0x1d9),_0x48049d['LIVESHARE_OPERATION']='liveshare.operation',_0x48049d[_0x329bfc(0x1a0)]='liveshare.fetch_operations',_0x48049d[_0x329bfc(0x278)]='liveshare.terminate',_0x48049d[_0x329bfc(0x29a)]=_0x329bfc(0x18b),_0x48049d[_0x329bfc(0x1fd)]=_0x329bfc(0x283),_0x48049d['COMMENT_UPDATE']=_0x329bfc(0x2cc),_0x48049d[_0x329bfc(0x30e)]=_0x329bfc(0x34a),_0x48049d[_0x329bfc(0x2ab)]=_0x329bfc(0x1f2),_0x48049d))(_0x44bc7a||{});const _0x184d63=_0x329bfc(0x33b),_0xec9754={};var _0x5338df=Object[_0x329bfc(0x25d)],_0x4b7e23=Object['getOwnPropertyDescriptor'],_0x48a811=(_0x382996,_0x4d9131,_0x3f613a,_0x4425fe)=>{const _0x454065=_0x329bfc;for(var _0x4fc171=_0x4425fe>0x1?void 0x0:_0x4425fe?_0x4b7e23(_0x4d9131,_0x3f613a):_0x4d9131,_0x442b17=_0x382996[_0x454065(0x190)]-0x1,_0x141ad8;_0x442b17>=0x0;_0x442b17--)(_0x141ad8=_0x382996[_0x442b17])&&(_0x4fc171=(_0x4425fe?_0x141ad8(_0x4d9131,_0x3f613a,_0x4fc171):_0x141ad8(_0x4fc171))||_0x4fc171);return _0x4425fe&&_0x4fc171&&_0x5338df(_0x4d9131,_0x3f613a,_0x4fc171),_0x4fc171;},_0x2b394b=(_0x442cd0,_0x846cec)=>(_0xf13d77,_0x2e8744)=>_0x846cec(_0xf13d77,_0x2e8744,_0x442cd0);let _0x4e4da7=class extends _0x605767[_0x329bfc(0x216)]{constructor(_0x2c0ba1){const _0x5bb46c=_0x329bfc;super(),this[_0x5bb46c(0x16d)]=_0x2c0ba1,[_0x5b004b][_0x5bb46c(0x26b)](_0x3de033=>this[_0x5bb46c(0x16d)]['registerCommand'](_0x3de033));}};_0x4e4da7=_0x48a811([_0x2b394b(0x0,_0x605767[_0x329bfc(0x373)])],_0x4e4da7);const _0x350df7=_0xbb4eb5=>{const _0x30247=_0x329bfc,_0x3e3b88={};if(!_0xbb4eb5)return{'cellValue':_0xbb4eb5,'styleRefMap':void 0x0};const _0x3d7f42=[];return{'cellValue':new _0x605767[(_0x30247(0x238))](_0x605767[_0x30247(0x253)][_0x30247(0x175)](_0xbb4eb5))[_0x30247(0x307)]((_0x374cd9,_0x5c47a7,_0x509738)=>{const _0x183c74=_0x30247,_0x4f691d=_0x509738&&_0x509738['s'];if(_0x4f691d&&typeof _0x4f691d===_0x183c74(0x155)){const _0x44b178=JSON[_0x183c74(0x266)](_0x4f691d),_0x4682b1=_0x3d7f42['findIndex'](_0x27b29b=>_0x27b29b===_0x44b178);if(_0x4682b1>-0x1)_0x509738['s']=''+_0x4682b1;else{const _0xb5bef5=_0x3d7f42[_0x183c74(0x1c7)](_0x44b178)-0x1;_0x3e3b88[_0xb5bef5]=_0x4f691d,_0x509738['s']=''+_0xb5bef5;}}})[_0x30247(0x1af)](),'styleRefMap':_0x3e3b88};},_0x13389d=(_0x33d42f,_0x9d3290)=>!_0x33d42f||!_0x9d3290?_0x33d42f:new _0x605767[(_0x329bfc(0x238))](_0x605767[_0x329bfc(0x253)][_0x329bfc(0x175)](_0x33d42f))[_0x329bfc(0x307)]((_0x41d5a5,_0x15be6a,_0x29b499)=>{const _0x288051=_0x329bfc,_0x2b52a1=_0x29b499&&_0x29b499['s'];if(_0x2b52a1&&typeof _0x2b52a1===_0x288051(0x271)){const _0x1d9e8a=_0x9d3290[_0x2b52a1];_0x1d9e8a&&(_0x29b499['s']=_0x1d9e8a);}})[_0x329bfc(0x1af)](),_0x307a66=_0x605767['createInterceptorKey']('COMPRESS_MUTATION_APPLY'),_0xb7064a=_0x605767[_0x329bfc(0x1ea)](_0x329bfc(0x2f1));class _0x4b8004{constructor(){const _0x4804b0=_0x329bfc;_0x246701(this,_0x4804b0(0x2cf),new _0x605767['InterceptorManager']({'COMPRESS_MUTATION_APPLY':_0x307a66,'COMPRESS_MUTATION_SEND':_0xb7064a})),this['_init']();}[_0x329bfc(0x1d1)](){const _0x3a3721=_0x329bfc;this[_0x3a3721(0x2cf)][_0x3a3721(0x162)](this[_0x3a3721(0x2cf)][_0x3a3721(0x30c)]()[_0x3a3721(0x365)],{'priority':-0x1,'handler':_0x4e3b2e=>_0x4e3b2e}),this[_0x3a3721(0x2cf)][_0x3a3721(0x162)](this[_0x3a3721(0x2cf)][_0x3a3721(0x30c)]()[_0x3a3721(0x2f1)],{'priority':-0x1,'handler':_0x2d7db8=>_0x2d7db8}),this[_0x3a3721(0x2a9)]();}[_0x329bfc(0x2a9)](){const _0xe50bbc=_0x329bfc;this[_0xe50bbc(0x2cf)][_0xe50bbc(0x162)](this['interceptor'][_0xe50bbc(0x30c)]()[_0xe50bbc(0x365)],{'handler':(_0x3935a2,_0x3b5bcf,_0x388bc0)=>{const _0x26055b=_0xe50bbc;if(!_0x3935a2)return _0x388bc0(_0x3935a2);const _0x174fdc=_0x3935a2[_0x26055b(0x20a)](_0x2cf6a7=>{const _0x20194c=_0x26055b;if(_0x2cf6a7['id']===_0x25cfb1[_0x20194c(0x264)]['id']){const _0x4ccfbf=_0x2cf6a7[_0x20194c(0x34b)];if(!_0x4ccfbf[_0x20194c(0x2e6)])return _0x2cf6a7;const _0x2f4f90=_0x13389d(_0x4ccfbf[_0x20194c(0x302)],_0x4ccfbf[_0x20194c(0x2e6)]);return{..._0x2cf6a7,'params':{..._0x4ccfbf,'cellValue':_0x2f4f90}};}return _0x2cf6a7;});return _0x388bc0(_0x174fdc);}}),this[_0xe50bbc(0x2cf)]['intercept'](this[_0xe50bbc(0x2cf)][_0xe50bbc(0x30c)]()[_0xe50bbc(0x2f1)],{'handler':(_0x128a32,_0x2df48d,_0x31647a)=>{const _0x3613a5=_0xe50bbc;if(!_0x128a32)return _0x31647a(_0x128a32);const _0x5ca31c=_0x128a32[_0x3613a5(0x20a)](_0x4e306c=>{const _0x42abb1=_0x3613a5;if(_0x4e306c['id']===_0x25cfb1[_0x42abb1(0x264)]['id']){const _0x34245c=_0x4e306c[_0x42abb1(0x34b)];return _0x34245c[_0x42abb1(0x2e6)]?_0x4e306c:{..._0x4e306c,'params':{..._0x34245c,..._0x350df7(_0x34245c[_0x42abb1(0x302)])}};}return _0x4e306c;});return _0x31647a(_0x5ca31c);}});}}var _0x309a93=Object[_0x329bfc(0x25d)],_0x4c4de8=Object[_0x329bfc(0x236)],_0x365546=(_0x16d4e8,_0x2a3ae4,_0x2fc387,_0x2333f8)=>{const _0x37d73e=_0x329bfc;for(var _0x1c7137=_0x2333f8>0x1?void 0x0:_0x2333f8?_0x4c4de8(_0x2a3ae4,_0x2fc387):_0x2a3ae4,_0x306c79=_0x16d4e8[_0x37d73e(0x190)]-0x1,_0x31446e;_0x306c79>=0x0;_0x306c79--)(_0x31446e=_0x16d4e8[_0x306c79])&&(_0x1c7137=(_0x2333f8?_0x31446e(_0x2a3ae4,_0x2fc387,_0x1c7137):_0x31446e(_0x1c7137))||_0x1c7137);return _0x2333f8&&_0x1c7137&&_0x309a93(_0x2a3ae4,_0x2fc387,_0x1c7137),_0x1c7137;},_0xa9e0d9=(_0x42302c,_0x3e60e2)=>(_0x59a6c5,_0x29cea3)=>_0x3e60e2(_0x59a6c5,_0x29cea3,_0x42302c);const _0x33fcdc=new Set([_0x25cfb1['InsertSheetMutation']['id'],_0x25cfb1['RemoveSheetMutation']['id'],_0x25cfb1[_0x329bfc(0x305)]['id'],_0x25cfb1[_0x329bfc(0x195)]['id'],_0x25cfb1['SetWorksheetProtectionMutation']['id']]),_0x46f8f9=new Set([_0x25cfb1['InsertSheetMutation']['id'],_0x25cfb1['RemoveSheetMutation']['id'],_0x5b004b['id'],_0x25cfb1[_0x329bfc(0x219)]['id']]);_0x57c72c[_0x329bfc(0x351)]=class{constructor(_0x3214e0){const _0x6a0d9=_0x329bfc;this[_0x6a0d9(0x2e5)]=_0x3214e0;}[_0x329bfc(0x35e)](_0x1d49da){const _0x1e013d=_0x329bfc,_0x47d6b4=this['_univerInstanceService'][_0x1e013d(0x24e)](_0x1d49da);if(!_0x47d6b4)throw new Error('[RevisionService]:\x20cannot\x20find\x20document\x20with\x20unitId:\x20'+_0x1d49da+'.');return _0x47d6b4['getRev']();}['incrementRevOfUnit'](_0x5920a8){const _0x393b86=_0x329bfc,_0x159115=this[_0x393b86(0x2e5)]['getUnit'](_0x5920a8);if(!_0x159115)throw new Error(_0x393b86(0x2de)+_0x5920a8+'.');return _0x159115['incrementRev'](),_0x159115[_0x393b86(0x321)]();}[_0x329bfc(0x2c5)](_0xbce996,_0x1c5db3){const _0x5e5eb2=_0x329bfc,_0xd56390=this[_0x5e5eb2(0x2e5)][_0x5e5eb2(0x24e)](_0xbce996);_0xd56390&&_0xd56390[_0x5e5eb2(0x22c)](_0x1c5db3);}},_0x57c72c[_0x329bfc(0x351)]=_0x365546([_0xa9e0d9(0x0,_0x605767[_0x329bfc(0x32e)])],_0x57c72c[_0x329bfc(0x351)]);var _0x163138=(_0x2d5bba=>(_0x2d5bba[_0x2d5bba[_0x329bfc(0x13a)]=0x0]=_0x329bfc(0x13a),_0x2d5bba[_0x2d5bba['OK']=0x1]='OK',_0x2d5bba[_0x2d5bba[_0x329bfc(0x2b5)]=0x2]=_0x329bfc(0x2b5),_0x2d5bba[_0x2d5bba['PERMISSION_DENIED']=0x3]=_0x329bfc(0x2f9),_0x2d5bba[_0x2d5bba[_0x329bfc(0x2a7)]=0x4]=_0x329bfc(0x2a7),_0x2d5bba[_0x2d5bba['UNAUTHENTICATED']=0x5]=_0x329bfc(0x350),_0x2d5bba[_0x2d5bba[_0x329bfc(0x354)]=0x6]='ALREADY_EXISTS',_0x2d5bba[_0x2d5bba[_0x329bfc(0x2c3)]=0x7]='INVALID_ARGUMENT',_0x2d5bba[_0x2d5bba[_0x329bfc(0x145)]=0x8]=_0x329bfc(0x145),_0x2d5bba[_0x2d5bba[_0x329bfc(0x1bd)]=0x9]=_0x329bfc(0x1bd),_0x2d5bba[_0x2d5bba[_0x329bfc(0x1e4)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0x2d5bba[_0x2d5bba[_0x329bfc(0x376)]=0x1771]='SNAPSHOT_INVALID_SNAPSHOT',_0x2d5bba[_0x2d5bba[_0x329bfc(0x240)]=0x1772]=_0x329bfc(0x240),_0x2d5bba[_0x2d5bba[_0x329bfc(0x30d)]=0x1773]=_0x329bfc(0x30d),_0x2d5bba[_0x2d5bba[_0x329bfc(0x35b)]=0x1b59]='APPLY_REJECT',_0x2d5bba[_0x2d5bba[_0x329bfc(0x34d)]=0x1b5a]=_0x329bfc(0x34d),_0x2d5bba[_0x2d5bba[_0x329bfc(0x1d8)]=0x1b5b]=_0x329bfc(0x1d8),_0x2d5bba[_0x2d5bba[_0x329bfc(0x281)]=0x1b5c]=_0x329bfc(0x281),_0x2d5bba[_0x2d5bba[_0x329bfc(0x24a)]=0x1b5d]='APPLY_DUPLICATED',_0x2d5bba[_0x2d5bba['CONNECTOR_DATA_TOO_LARGE']=0x1f41]='CONNECTOR_DATA_TOO_LARGE',_0x2d5bba[_0x2d5bba[_0x329bfc(0x157)]=0x2329]=_0x329bfc(0x157),_0x2d5bba[_0x2d5bba[_0x329bfc(0x2ce)]=0x232a]=_0x329bfc(0x2ce),_0x2d5bba[_0x2d5bba['LICENSE_IMPORT_SIZE_EXCEEDED']=0x232b]=_0x329bfc(0x2a1),_0x2d5bba[_0x2d5bba[_0x329bfc(0x1e9)]=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x2d5bba[_0x2d5bba[_0x329bfc(0x2ed)]=0x232d]=_0x329bfc(0x2ed),_0x2d5bba[_0x2d5bba[_0x329bfc(0x1f3)]=0x2711]=_0x329bfc(0x1f3),_0x2d5bba[_0x2d5bba[_0x329bfc(0x1b4)]=0x2712]=_0x329bfc(0x1b4),_0x2d5bba[_0x2d5bba[_0x329bfc(0x309)]=0x2713]=_0x329bfc(0x309),_0x2d5bba[_0x2d5bba[_0x329bfc(0x1f8)]=0x2714]='YUUMI_SUBSCRIPTION_NOT_FOUND',_0x2d5bba[_0x2d5bba[_0x329bfc(0x361)]=-0x1]=_0x329bfc(0x361),_0x2d5bba))(_0x163138||{}),_0x5e89ba=(_0x9e59d8=>(_0x9e59d8[_0x9e59d8[_0x329bfc(0x268)]=0x0]=_0x329bfc(0x268),_0x9e59d8[_0x9e59d8[_0x329bfc(0x314)]=0x1]='UNIVER_DOC',_0x9e59d8[_0x9e59d8[_0x329bfc(0x138)]=0x2]=_0x329bfc(0x138),_0x9e59d8[_0x9e59d8['UNIVER_SLIDE']=0x3]=_0x329bfc(0x28e),_0x9e59d8[_0x9e59d8[_0x329bfc(0x1aa)]=0x4]=_0x329bfc(0x1aa),_0x9e59d8[_0x9e59d8[_0x329bfc(0x361)]=-0x1]=_0x329bfc(0x361),_0x9e59d8))(_0x5e89ba||{});function _0x44c013(_0x1a5ff4){const _0x4a07c1=_0x329bfc;return!!(_0x1a5ff4&&_0x1a5ff4[_0x4a07c1(0x2d8)]&&_0x1a5ff4[_0x4a07c1(0x2d8)]!==_0x163138['OK']&&_0x1a5ff4[_0x4a07c1(0x2d8)]!=='OK');}for(var _0x5e165a=[],_0x248617=0x0;_0x248617<0x100;++_0x248617)_0x5e165a[_0x329bfc(0x1c7)]((_0x248617+0x100)[_0x329bfc(0x334)](0x10)[_0x329bfc(0x2d9)](0x1));function _0x2042d6(_0x32cfe1,_0x844caa=0x0){return(_0x5e165a[_0x32cfe1[_0x844caa+0x0]]+_0x5e165a[_0x32cfe1[_0x844caa+0x1]]+_0x5e165a[_0x32cfe1[_0x844caa+0x2]]+_0x5e165a[_0x32cfe1[_0x844caa+0x3]]+'-'+_0x5e165a[_0x32cfe1[_0x844caa+0x4]]+_0x5e165a[_0x32cfe1[_0x844caa+0x5]]+'-'+_0x5e165a[_0x32cfe1[_0x844caa+0x6]]+_0x5e165a[_0x32cfe1[_0x844caa+0x7]]+'-'+_0x5e165a[_0x32cfe1[_0x844caa+0x8]]+_0x5e165a[_0x32cfe1[_0x844caa+0x9]]+'-'+_0x5e165a[_0x32cfe1[_0x844caa+0xa]]+_0x5e165a[_0x32cfe1[_0x844caa+0xb]]+_0x5e165a[_0x32cfe1[_0x844caa+0xc]]+_0x5e165a[_0x32cfe1[_0x844caa+0xd]]+_0x5e165a[_0x32cfe1[_0x844caa+0xe]]+_0x5e165a[_0x32cfe1[_0x844caa+0xf]])['toLowerCase']();}var _0x1ff5bc,_0x5325df=new Uint8Array(0x10);function _0x344e5b(){const _0xbd81a5=_0x329bfc;if(!_0x1ff5bc&&(_0x1ff5bc=typeof crypto<'u'&&crypto[_0xbd81a5(0x1a5)]&&crypto[_0xbd81a5(0x1a5)][_0xbd81a5(0x28a)](crypto),!_0x1ff5bc))throw new Error(_0xbd81a5(0x347));return _0x1ff5bc(_0x5325df);}var _0x4f21c8=typeof crypto<'u'&&crypto[_0x329bfc(0x14f)]&&crypto['randomUUID'][_0x329bfc(0x28a)](crypto);const _0x4d377f={'randomUUID':_0x4f21c8};function _0x4ba197(_0x47dece,_0x23e6af,_0x2dcf0b){const _0x415c8b=_0x329bfc;if(_0x4d377f[_0x415c8b(0x14f)]&&!_0x23e6af&&!_0x47dece)return _0x4d377f[_0x415c8b(0x14f)]();_0x47dece=_0x47dece||{};var _0x4984f6=_0x47dece[_0x415c8b(0x2a8)]||(_0x47dece[_0x415c8b(0x23e)]||_0x344e5b)();return _0x4984f6[0x6]=_0x4984f6[0x6]&0xf|0x40,_0x4984f6[0x8]=_0x4984f6[0x8]&0x3f|0x80,_0x2042d6(_0x4984f6);}const _0x230fdc={[_0x605767[_0x329bfc(0x2e3)][_0x329bfc(0x314)]]:_0x5e89ba[_0x329bfc(0x314)],[_0x605767[_0x329bfc(0x2e3)][_0x329bfc(0x138)]]:_0x5e89ba[_0x329bfc(0x138)],[_0x605767[_0x329bfc(0x2e3)][_0x329bfc(0x28e)]]:_0x5e89ba['UNIVER_SLIDE'],[_0x605767['UniverInstanceType'][_0x329bfc(0x268)]]:_0x5e89ba[_0x329bfc(0x268)],[_0x605767[_0x329bfc(0x2e3)]['UNIVER_PROJECT']]:_0x5e89ba[_0x329bfc(0x268)],[_0x605767['UniverInstanceType'][_0x329bfc(0x361)]]:_0x5e89ba[_0x329bfc(0x361)]};function _0x1c5875(_0xc57003){var _0x5826ca;return(_0x5826ca=_0x230fdc[_0xc57003])!=null?_0x5826ca:_0x5e89ba['UNIVER_UNKNOWN'];}function _0x5b9e2c(_0x15a3c7){const _0x413c71=_0x329bfc;return btoa(encodeURIComponent(_0x15a3c7)[_0x413c71(0x188)](/%([0-9A-F]{2})/g,(_0x45aa64,_0x4bdc74)=>String[_0x413c71(0x19c)](Number[_0x413c71(0x23d)](_0x4bdc74,0x10))));}const _0x3bbb59=new TextDecoder();function _0x1f3365(_0x11f083){const _0x1be4fb=_0x329bfc,_0x4b48ba=atob(_0x11f083),_0x20cb81=_0x4b48ba['length'];let _0x19e4cc=new Uint8Array(_0x20cb81);for(let _0x2c0335=0x0;_0x2c0335<_0x20cb81;_0x2c0335++)_0x19e4cc[_0x2c0335]=_0x4b48ba[_0x1be4fb(0x23a)](_0x2c0335);const _0x1cb948=_0x3bbb59['decode'](_0x19e4cc);return _0x19e4cc=null,_0x1cb948;}const _0x4550f8=new TextEncoder(),_0xa9d841=new TextDecoder();function _0x33f96f(_0x55031d){const _0x39cee5=_0x329bfc,_0x36995b=_0x605767[_0x39cee5(0x253)][_0x39cee5(0x175)](_0x55031d);return delete _0x36995b['id'],delete _0x36995b['name'],delete _0x36995b[_0x39cee5(0x2b9)],delete _0x36995b[_0x39cee5(0x235)],delete _0x36995b[_0x39cee5(0x299)],_0x4550f8[_0x39cee5(0x159)](JSON['stringify'](_0x36995b));}function _0x33812a(_0x5f18bc){const _0x31ccc4=_0x329bfc,_0x5191a1=_0x605767[_0x31ccc4(0x253)][_0x31ccc4(0x175)](_0x5f18bc);return delete _0x5191a1['id'],delete _0x5191a1[_0x31ccc4(0x284)],delete _0x5191a1[_0x31ccc4(0x1be)],delete _0x5191a1[_0x31ccc4(0x291)],delete _0x5191a1[_0x31ccc4(0x29c)],_0x4550f8[_0x31ccc4(0x159)](JSON[_0x31ccc4(0x266)](_0x5191a1));}function _0x3fe382(_0x6edbb0){const _0xf6f224=_0x329bfc,_0xdbeadf=_0x605767[_0xf6f224(0x253)][_0xf6f224(0x175)](_0x6edbb0);return delete _0xdbeadf['id'],delete _0xdbeadf[_0xf6f224(0x284)],delete _0xdbeadf[_0xf6f224(0x2f8)],delete _0xdbeadf['resources'],_0x4550f8[_0xf6f224(0x159)](JSON[_0xf6f224(0x266)](_0xdbeadf));}function _0x443b04(_0xf173f7){const _0x156c65=_0x329bfc;return JSON[_0x156c65(0x172)](typeof _0xf173f7==_0x156c65(0x271)?_0x1f3365(_0xf173f7):_0xa9d841[_0x156c65(0x1d5)](_0xf173f7));}function _0x3804c6(_0x54171a){const _0x28fc8a=_0x329bfc;return _0x54171a instanceof Uint8Array?JSON[_0x28fc8a(0x172)](_0xa9d841[_0x28fc8a(0x1d5)](_0x54171a)):_0x54171a;}function _0x3fa045(_0x4e4b13){const _0x1eae66=_0x329bfc;return JSON['parse'](typeof _0x4e4b13==_0x1eae66(0x271)?_0x1f3365(_0x4e4b13):_0xa9d841['decode'](_0x4e4b13));}const _0xc5a55a=0x100*0x14;function _0x4ff45a(_0x5d3d7f,_0x2556b2){const _0xfa37a2=_0x329bfc,_0x1f12b4=new _0x605767[(_0xfa37a2(0x238))](_0x5d3d7f),_0x40fd34=_0x1f12b4['getLength'](),_0x6d6522=[];let _0x57f666=0x0;for(;_0x57f666<_0x40fd34;){const _0x53f07e=Math[_0xfa37a2(0x14c)](_0x57f666+_0xc5a55a,_0x40fd34-0x1),_0x29054b=_0x1f12b4[_0xfa37a2(0x21a)](_0x57f666,Math[_0xfa37a2(0x14c)](_0x57f666+_0xc5a55a,_0x40fd34-0x1),0x0,_0x2556b2),_0x3cf2df=_0x2569a5(_0x29054b);_0x6d6522['push']({'id':_0x605767['Tools'][_0xfa37a2(0x31f)](0x13,_0xfa37a2(0x313)),'startRow':_0x57f666,'endRow':_0x53f07e,'data':_0x3cf2df}),_0x57f666+=_0xc5a55a;}return _0x6d6522;}function _0x2569a5(_0x4d40b9){const _0x11682b=_0x329bfc,_0x24ffc2=_0x4d40b9[_0x11682b(0x1d3)]();return _0x4550f8[_0x11682b(0x159)](JSON[_0x11682b(0x266)](_0x24ffc2));}async function _0x404cbf(_0x15ad0f,_0x1a8bac,_0x25c61f,_0x53a102){const _0x258b68=_0x329bfc;var _0x382d5c;const _0x4db40c={'unitID':_0x1a8bac['id'],'rev':_0x53a102,'creator':'','name':(_0x382d5c=_0x1a8bac[_0x258b68(0x2f8)])!=null?_0x382d5c:'','resources':_0x1a8bac[_0x258b68(0x14e)]||[],'originalMeta':_0x3fe382(_0x1a8bac)};return{'snapshot':{'unitID':_0x25c61f,'rev':_0x4db40c[_0x258b68(0x284)],'type':_0x5e89ba['UNIVER_DOC'],'workbook':void 0x0,'doc':_0x4db40c}};}async function _0x3250af(_0xe90396,_0x1d319f,_0x17f5c4,_0x378222,_0x1e21e6){const _0x135d63=_0x329bfc,_0x57f8fe={},_0x4c0d28={};if(!await Promise[_0x135d63(0x2a3)](Object[_0x135d63(0x139)](_0x1d319f[_0x135d63(0x29c)])['map'](async([_0x43a547,_0x32b9b5])=>{const _0x1973b9=_0x135d63,_0x16c880={'id':_0x32b9b5['id'],'type':_0x605767[_0x1973b9(0x28b)][_0x1973b9(0x332)],'name':_0x32b9b5[_0x1973b9(0x1be)],'rowCount':_0x32b9b5[_0x1973b9(0x2b9)],'columnCount':_0x32b9b5['columnCount'],'originalMeta':_0x33f96f(_0x32b9b5)};if(_0x4c0d28[_0x43a547]=_0x16c880,_0x32b9b5[_0x1973b9(0x299)]){const _0x48727f=_0x4ff45a(_0x32b9b5[_0x1973b9(0x299)],_0x32b9b5[_0x1973b9(0x235)]),_0x1a93e6=await Promise['all'](_0x48727f[_0x1973b9(0x20a)](_0x4c2fa3=>_0x1e21e6[_0x1973b9(0x1cb)](_0xe90396,{'unitID':_0x17f5c4,'type':_0x5e89ba[_0x1973b9(0x138)],'block':_0x4c2fa3})));if(_0x1a93e6[_0x1973b9(0x1cd)](_0x391a05=>{const _0x20d7ed=_0x1973b9;var _0x2590c3;return((_0x2590c3=_0x391a05[_0x20d7ed(0x333)])==null?void 0x0:_0x2590c3[_0x20d7ed(0x2d8)])!==_0x163138['OK'];}))return!0x1;_0x57f8fe[_0x43a547]={'sheetID':_0x43a547,'blocks':_0x1a93e6['map'](_0x45c1b0=>_0x45c1b0[_0x1973b9(0x2cd)])};}return!0x0;})))throw new Error(_0x135d63(0x363));const _0x330f4d=_0x33812a(_0x1d319f),_0x533631={'unitID':_0x1d319f['id'],'rev':_0x378222,'creator':'','name':_0x1d319f[_0x135d63(0x1be)],'sheetOrder':_0x1d319f['sheetOrder'],'sheets':_0x4c0d28,'blockMeta':_0x57f8fe,'resources':_0x1d319f[_0x135d63(0x14e)]||[],'originalMeta':_0x330f4d};return{'snapshotRes':{'unitID':_0x17f5c4,'rev':_0x533631[_0x135d63(0x284)],'type':_0x5e89ba[_0x135d63(0x138)],'workbook':_0x533631,'doc':void 0x0}};}async function _0x1637a5(_0x3ca1bf,_0x1a80e0,_0x48cdf4,_0x2e5340,_0x9dd288){const _0x3a19a5=_0x329bfc;var _0x317e00,_0x3fb01b;const _0x595218={},_0x1a7f37={};if(!await Promise[_0x3a19a5(0x2a3)](Object[_0x3a19a5(0x139)](_0x1a80e0[_0x3a19a5(0x29c)])[_0x3a19a5(0x20a)](async([_0x198937,_0x50f53f])=>{const _0x9875f=_0x3a19a5,_0x2c3845={'id':_0x50f53f['id'],'type':_0x605767['SheetTypes'][_0x9875f(0x332)],'name':_0x50f53f[_0x9875f(0x1be)],'rowCount':_0x50f53f[_0x9875f(0x2b9)],'columnCount':_0x50f53f['columnCount'],'originalMeta':_0x33f96f(_0x50f53f)};if(_0x1a7f37[_0x198937]=_0x2c3845,_0x50f53f['cellData']){const _0x4016f4=_0x4ff45a(_0x50f53f[_0x9875f(0x299)],_0x50f53f[_0x9875f(0x235)]),_0x557512=await Promise[_0x9875f(0x2a3)](_0x4016f4['map'](_0x3ff79a=>_0x9dd288[_0x9875f(0x1cb)](_0x3ca1bf,{'unitID':_0x48cdf4,'type':_0x5e89ba['UNIVER_SHEET'],'block':_0x3ff79a})));if(_0x557512[_0x9875f(0x1cd)](_0x1ceeeb=>{const _0x188243=_0x9875f;var _0x28cde0;return((_0x28cde0=_0x1ceeeb[_0x188243(0x333)])==null?void 0x0:_0x28cde0[_0x188243(0x2d8)])!==_0x163138['OK'];}))return!0x1;_0x595218[_0x198937]={'sheetID':_0x198937,'blocks':_0x557512[_0x9875f(0x20a)](_0x199a5e=>_0x199a5e[_0x9875f(0x2cd)])};}return!0x0;})))throw new Error(_0x3a19a5(0x363));const _0x1872cd=_0x33812a(_0x1a80e0),_0xac2f6f={'unitID':_0x1a80e0['id'],'rev':_0x2e5340,'creator':'','name':_0x1a80e0[_0x3a19a5(0x1be)],'sheetOrder':_0x1a80e0[_0x3a19a5(0x291)],'sheets':_0x1a7f37,'blockMeta':_0x595218,'resources':_0x1a80e0[_0x3a19a5(0x14e)]||[],'originalMeta':_0x1872cd},_0x123c87={'unitID':_0x48cdf4,'rev':_0xac2f6f[_0x3a19a5(0x284)],'type':_0x5e89ba[_0x3a19a5(0x138)],'workbook':_0xac2f6f,'doc':void 0x0},_0x576127=await _0x9dd288[_0x3a19a5(0x2c0)](_0x3ca1bf,{'unitID':_0x48cdf4,'type':_0x5e89ba[_0x3a19a5(0x138)],'snapshot':_0x123c87});if(_0x44c013(_0x576127['error']))throw new Error(_0x3a19a5(0x2af)+((_0x317e00=_0x576127[_0x3a19a5(0x333)])==null?void 0x0:_0x317e00['code'])+':'+((_0x3fb01b=_0x576127[_0x3a19a5(0x333)])==null?void 0x0:_0x3fb01b['message']));return{'snapshot':_0x123c87};}function _0x1409db(_0x5ea248,_0x5cc7c1,_0x525ad0){const _0x5c6078=_0x329bfc,_0x58e904=_0x5ea248[_0x5c6078(0x2fd)];if(!_0x58e904)throw new Error('');const _0x223f07={};Object[_0x5c6078(0x139)](_0x58e904['sheets'])[_0x5c6078(0x26b)](([_0x62641e,_0x1b41de])=>{const _0x10bfb9=_0x5c6078,_0x1bfab7=_0x443b04(_0x1b41de['originalMeta']);_0x223f07[_0x62641e]={'id':_0x1b41de['id'],'name':_0x1b41de[_0x10bfb9(0x1be)],'rowCount':_0x1b41de[_0x10bfb9(0x2b9)],'columnCount':_0x1b41de[_0x10bfb9(0x235)],..._0x1bfab7};});const _0x460b5e=new Map();_0x5cc7c1[_0x5c6078(0x26b)](_0x4fa7cc=>{const _0x3bd2c0=_0x5c6078;_0x460b5e[_0x3bd2c0(0x233)](_0x4fa7cc['id'],_0x4fa7cc);}),_0x58e904[_0x5c6078(0x1bf)]&&Object[_0x5c6078(0x139)](_0x58e904[_0x5c6078(0x1bf)])[_0x5c6078(0x26b)](([_0x1e48f9,_0x47028d])=>{const _0x34ffa9=_0x5c6078;var _0x1c63e4;const _0x56db00=_0x223f07[_0x1e48f9];_0x56db00[_0x34ffa9(0x299)]={};const _0x58d322=[];(_0x1c63e4=_0x47028d[_0x34ffa9(0x147)])==null||_0x1c63e4[_0x34ffa9(0x26b)](_0x1e8ac6=>{const _0x2f38e1=_0x34ffa9,_0x1d9f41=_0x460b5e['get'](_0x1e8ac6);if(_0x1d9f41)_0x58d322[_0x2f38e1(0x1c7)](_0x1d9f41);else throw new Error('');}),_0x58d322[_0x34ffa9(0x26b)](_0x512ba3=>{const _0x20dccc=_0x34ffa9,_0x1de640=_0x3804c6(_0x512ba3[_0x20dccc(0x33e)]);Object[_0x20dccc(0x139)](_0x1de640)[_0x20dccc(0x26b)](([_0x208517,_0x5377b7])=>{const _0x1cc569=_0x20dccc,_0xa5d8f8=_0x56db00[_0x1cc569(0x299)][+_0x208517]={};Object[_0x1cc569(0x139)](_0x5377b7)[_0x1cc569(0x26b)](([_0x311801,_0x1828c5])=>{_0xa5d8f8[+_0x311801]=_0x1828c5;});});});});const _0xde1213=_0x443b04(_0x58e904[_0x5c6078(0x368)]);return{'id':_0x5ea248['unitID']||_0x58e904[_0x5c6078(0x2fe)],'rev':_0x5ea248[_0x5c6078(0x284)]||_0x58e904[_0x5c6078(0x284)],'name':_0x58e904[_0x5c6078(0x1be)],'sheetOrder':_0x58e904[_0x5c6078(0x291)],'appVersion':'','locale':_0x605767[_0x5c6078(0x213)][_0x5c6078(0x349)],'sheets':_0x223f07,'styles':{},'resources':_0x58e904[_0x5c6078(0x14e)]||[],..._0xde1213};}function _0x40f375(_0x48dffc){const _0x139b36=_0x329bfc,_0x46ca90=_0x48dffc[_0x139b36(0x19e)];if(_0x46ca90==null)throw new Error(_0x139b36(0x2bd));const {unitID:_0x3e99e6,rev:_0x207f4e,name:_0x4277de,originalMeta:_0x6be080,resources:_0x5e4a89=[]}=_0x46ca90,{body:_0x2ebf84,documentStyle:_0x59918a={},settings:_0x3cfa38={},drawings:_0x4382f6={},drawingsOrder:_0x6b282f=[],tableSource:_0x51fbea={},headers:_0x19a507={},footers:_0x3c0d70={},lists:_0x4ab51d={}}=_0x3fa045(_0x6be080);return{'id':_0x3e99e6,'rev':_0x207f4e,'locale':_0x605767[_0x139b36(0x213)][_0x139b36(0x349)],'title':_0x4277de,'body':_0x2ebf84,'documentStyle':_0x59918a,'settings':_0x3cfa38,'drawings':_0x4382f6,'drawingsOrder':_0x6b282f,'resources':_0x5e4a89,'tableSource':_0x51fbea,'headers':_0x19a507,'footers':_0x3c0d70,'lists':_0x4ab51d};}async function _0x593f0c(_0x4a49e4,_0x44e4a3,_0x44161b,_0x423845,_0x22568c){const _0x2d324c=_0x329bfc;var _0x1e0c96,_0xf4059c,_0x10d452;const _0x344216={'unitID':_0x44e4a3['id'],'rev':_0x423845,'creator':'','name':(_0x1e0c96=_0x44e4a3[_0x2d324c(0x2f8)])!=null?_0x1e0c96:'','resources':_0x44e4a3['resources']||[],'originalMeta':_0x3fe382(_0x44e4a3)},_0x2eb2d5={'unitID':_0x44161b,'rev':_0x344216[_0x2d324c(0x284)],'type':_0x5e89ba[_0x2d324c(0x314)],'workbook':void 0x0,'doc':_0x344216},_0x2fa21d=await _0x22568c[_0x2d324c(0x2c0)](_0x4a49e4,{'unitID':_0x44161b,'type':_0x5e89ba[_0x2d324c(0x314)],'snapshot':_0x2eb2d5});if(_0x44c013(_0x2fa21d[_0x2d324c(0x333)]))throw new Error(_0x2d324c(0x160)+((_0xf4059c=_0x2fa21d[_0x2d324c(0x333)])==null?void 0x0:_0xf4059c[_0x2d324c(0x2d8)])+':'+((_0x10d452=_0x2fa21d[_0x2d324c(0x333)])==null?void 0x0:_0x10d452[_0x2d324c(0x221)]));return{'snapshot':_0x2eb2d5};}async function _0x176785(_0x143796,_0x35e9fc){const _0x355d2f=_0x329bfc,_0x2a8d64=_0x143796[_0x355d2f(0x2fd)];if(!_0x2a8d64)throw new Error(_0x355d2f(0x2c9));const _0x23a5cc=[],_0x5f0af3=[];return Object[_0x355d2f(0x139)](_0x2a8d64['blockMeta'])[_0x355d2f(0x26b)](([_0x3e8856,_0x5532f9])=>{const _0x5b16ad=_0x355d2f,_0x5da7cd=_0x5532f9[_0x5b16ad(0x147)][_0x5b16ad(0x20a)](async _0x416fc5=>{const _0x46adfc=_0x5b16ad,_0x31ebdb={'unitID':_0x2a8d64['unitID'],'type':_0x5e89ba[_0x46adfc(0x138)],'blockID':_0x416fc5},{block:_0x320ddb}=await _0x35e9fc[_0x46adfc(0x202)]({},_0x31ebdb);if(_0x320ddb)_0x23a5cc[_0x46adfc(0x1c7)](_0x320ddb);else throw new Error(_0x46adfc(0x374));});_0x5f0af3['push'](..._0x5da7cd);}),await Promise[_0x355d2f(0x2a3)](_0x5f0af3),_0x23a5cc;}var _0x23f1b1=Object[_0x329bfc(0x25d)],_0x193746=Object[_0x329bfc(0x236)],_0x320846=(_0x5d7181,_0x5bfb3b,_0xe4c95e,_0x3962a0)=>{const _0x5213d4=_0x329bfc;for(var _0x2f3347=_0x3962a0>0x1?void 0x0:_0x3962a0?_0x193746(_0x5bfb3b,_0xe4c95e):_0x5bfb3b,_0xf96796=_0x5d7181[_0x5213d4(0x190)]-0x1,_0x4d188b;_0xf96796>=0x0;_0xf96796--)(_0x4d188b=_0x5d7181[_0xf96796])&&(_0x2f3347=(_0x3962a0?_0x4d188b(_0x5bfb3b,_0xe4c95e,_0x2f3347):_0x4d188b(_0x2f3347))||_0x2f3347);return _0x3962a0&&_0x2f3347&&_0x23f1b1(_0x5bfb3b,_0xe4c95e,_0x2f3347),_0x2f3347;},_0x4a72c7=(_0x2d05f6,_0x4d6217)=>(_0x564244,_0x5b9b38)=>_0x4d6217(_0x564244,_0x5b9b38,_0x2d05f6);const _0x8e3f38=_0x605767['createIdentifier'](_0x329bfc(0x1e0));_0x57c72c[_0x329bfc(0x182)]=class{constructor(_0x923491,_0x4c40d2,_0x1e239f,_0x5558af,_0x4831dc,_0x74d3ed,_0xe499d0){const _0x26e5e4=_0x329bfc;this[_0x26e5e4(0x200)]=_0x923491,this[_0x26e5e4(0x2e5)]=_0x4c40d2,this[_0x26e5e4(0x2d5)]=_0x1e239f,this['_commandService']=_0x5558af,this[_0x26e5e4(0x26c)]=_0x4831dc,this[_0x26e5e4(0x357)]=_0x74d3ed,this[_0x26e5e4(0x367)]=_0xe499d0;}async[_0x329bfc(0x158)](_0x2706a5,_0x26d38f,_0x3f575d){const _0x3c1a4c=_0x329bfc;var _0x59572e;_0x3f575d===void 0x0&&(_0x3f575d={'metadata':{'x-feature-id':_0x4ba197()}});const {snapshot:_0x4925d2,changesets:_0x1ea96d,error:_0x19243e}=await this[_0x3c1a4c(0x2d5)][_0x3c1a4c(0x13d)](_0x3f575d,{'unitID':_0x2706a5,'type':_0x5e89ba['UNIVER_SHEET'],'revision':_0x26d38f});if(_0x44c013(_0x19243e)||!_0x4925d2||!_0x4925d2['workbook'])throw new Error('[SnapshotService]:\x20request\x20snapshot\x20error!');const _0x477291=(_0x59572e=_0x1ea96d==null?void 0x0:_0x1ea96d[_0x3c1a4c(0x190)])!=null?_0x59572e:0x0;if(_0x26d38f!==0x0&&_0x4925d2[_0x3c1a4c(0x284)]+_0x477291!==_0x26d38f)throw new Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');const {workbook:_0x393257}=_0x4925d2,_0x256c83=_0x393257[_0x3c1a4c(0x1bf)]?Object[_0x3c1a4c(0x139)](_0x393257[_0x3c1a4c(0x1bf)])[_0x3c1a4c(0x20a)](([_0x6fee37,_0x32e98a])=>{const _0x320091=_0x3c1a4c;var _0x2b3e20,_0x696b5c;return(_0x696b5c=(_0x2b3e20=_0x32e98a[_0x320091(0x147)])==null?void 0x0:_0x2b3e20[_0x320091(0x20a)](_0x5bf837=>_0x5bf837))!=null?_0x696b5c:[];})[_0x3c1a4c(0x250)]():[],_0x51aa96=(await Promise['all'](_0x256c83['map'](_0x21a8e9=>this[_0x3c1a4c(0x2d5)]['getDeserializedSheetBlock'](_0x3f575d,{'unitID':_0x2706a5,'type':_0x5e89ba[_0x3c1a4c(0x138)],'blockID':_0x21a8e9})[_0x3c1a4c(0x179)](_0x53eabf=>_0x53eabf[_0x3c1a4c(0x20b)]))))[_0x3c1a4c(0x29b)](_0x95dd8b=>!!_0x95dd8b),_0x5ebce1=_0x1409db(_0x4925d2,_0x51aa96),_0x265daa=this[_0x3c1a4c(0x2e5)][_0x3c1a4c(0x27a)](_0x605767[_0x3c1a4c(0x2e3)][_0x3c1a4c(0x138)],_0x5ebce1),_0x3deaa0=this['_compressMutationService'][_0x3c1a4c(0x2cf)]['fetchThroughInterceptors'](this[_0x3c1a4c(0x357)][_0x3c1a4c(0x2cf)][_0x3c1a4c(0x30c)]()[_0x3c1a4c(0x365)]);return _0x1ea96d==null||_0x1ea96d[_0x3c1a4c(0x26b)](_0x17b4f6=>{const _0x5194ad=_0x3c1a4c,_0x3f3213=_0x17b4f6[_0x5194ad(0x15a)][_0x5194ad(0x20a)](_0x259d15=>({'id':_0x259d15['id'],'params':JSON['parse'](_0x259d15[_0x5194ad(0x33e)])}));({..._0x17b4f6,'mutations':_0x3deaa0(_0x3f3213,null)||_0x3f3213}[_0x5194ad(0x15a)][_0x5194ad(0x26b)](_0x47cf04=>this[_0x5194ad(0x16d)][_0x5194ad(0x26e)](_0x47cf04['id'],_0x47cf04[_0x5194ad(0x34b)],{'fromChangeset':!0x0})),this[_0x5194ad(0x200)][_0x5194ad(0x2df)](_0x2706a5));}),_0x265daa;}async[_0x329bfc(0x194)](_0x1cc5b4,_0x23dfc0,_0x46020a){const _0x42bef9=_0x329bfc;var _0xd68b4;_0x46020a===void 0x0&&(_0x46020a={'metadata':{'x-feature-id':_0x4ba197()}});const {snapshot:_0x173cf5,changesets:_0x5a0579,error:_0x2752c4}=await this[_0x42bef9(0x2d5)]['getUnitOnRev'](_0x46020a,{'unitID':_0x1cc5b4,'type':_0x5e89ba['UNIVER_DOC'],'revision':_0x23dfc0});if(_0x44c013(_0x2752c4)||!_0x173cf5||!_0x173cf5[_0x42bef9(0x19e)])throw new Error(_0x42bef9(0x1ee));const _0x50e200=(_0xd68b4=_0x5a0579==null?void 0x0:_0x5a0579[_0x42bef9(0x190)])!=null?_0xd68b4:0x0;if(_0x23dfc0!==0x0&&_0x173cf5[_0x42bef9(0x284)]+_0x50e200!==_0x23dfc0)throw new Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');const _0x32f987=_0x40f375(_0x173cf5),_0x22ff45=this[_0x42bef9(0x2e5)][_0x42bef9(0x27a)](_0x605767[_0x42bef9(0x2e3)][_0x42bef9(0x314)],_0x32f987);return _0x5a0579==null||_0x5a0579[_0x42bef9(0x26b)](_0x3d13fa=>{const _0x21af9b=_0x42bef9;_0x3d13fa[_0x21af9b(0x15a)][_0x21af9b(0x20a)](_0x549a93=>({'id':_0x549a93['id'],'params':JSON[_0x21af9b(0x172)](_0x549a93['data'])}))[_0x21af9b(0x26b)](_0x50c4b9=>this[_0x21af9b(0x16d)][_0x21af9b(0x26e)](_0x50c4b9['id'],_0x50c4b9[_0x21af9b(0x34b)],{'fromChangeset':!0x0})),this[_0x21af9b(0x200)]['incrementRevOfUnit'](_0x1cc5b4);}),_0x22ff45;}[_0x329bfc(0x1ad)](_0x1959ad,_0x5acea9){const _0x33c90b=_0x329bfc,_0x5c5048={..._0x5acea9[_0x33c90b(0x2f5)]()};_0x5acea9[_0x33c90b(0x2f7)]()[_0x33c90b(0x26b)](_0x35277e=>{const _0x26f6b1=_0x33c90b;_0x5c5048[_0x26f6b1(0x29c)][_0x35277e[_0x26f6b1(0x21d)]()]=_0x605767[_0x26f6b1(0x253)][_0x26f6b1(0x175)](_0x35277e[_0x26f6b1(0x2f5)]());});const _0x3f73d1=this['_resourceManagerService']['getResources'](_0x5acea9['getUnitId'](),_0x605767[_0x33c90b(0x2e3)][_0x33c90b(0x138)]);return _0x5c5048[_0x33c90b(0x14e)]=_0x3f73d1,_0x5c5048;}[_0x329bfc(0x2b0)](_0x91a201,_0x3cf495){const _0xdba416=_0x329bfc,_0x258978={..._0x3cf495[_0xdba416(0x2f5)]()},_0x377c0a=this[_0xdba416(0x367)][_0xdba416(0x1bc)](_0x3cf495['getUnitId'](),_0x605767[_0xdba416(0x2e3)][_0xdba416(0x314)]);return _0x258978[_0xdba416(0x14e)]=_0x377c0a,_0x258978;}},_0x57c72c['SnapshotService']=_0x320846([_0x4a72c7(0x0,_0x605767[_0x329bfc(0x15c)](_0x57c72c['RevisionService'])),_0x4a72c7(0x1,_0x605767['IUniverInstanceService']),_0x4a72c7(0x2,_0x8e3f38),_0x4a72c7(0x3,_0x605767[_0x329bfc(0x373)]),_0x4a72c7(0x4,_0x605767[_0x329bfc(0x15c)](_0x605767[_0x329bfc(0x170)])),_0x4a72c7(0x5,_0x605767['Inject'](_0x4b8004)),_0x4a72c7(0x6,_0x605767[_0x329bfc(0x15c)](_0x605767['IResourceManagerService']))],_0x57c72c['SnapshotService']);var _0x315564=Object[_0x329bfc(0x25d)],_0x12b6c6=Object[_0x329bfc(0x236)],_0x2ef1fa=(_0x53cbf1,_0x284509,_0x1977ef)=>_0x284509 in _0x53cbf1?_0x315564(_0x53cbf1,_0x284509,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x1977ef}):_0x53cbf1[_0x284509]=_0x1977ef,_0x1fd15b=(_0xff9e3f,_0xf7ffc6,_0x3ba8af,_0x475e2)=>{const _0x327637=_0x329bfc;for(var _0x3bc83c=_0x475e2>0x1?void 0x0:_0x475e2?_0x12b6c6(_0xf7ffc6,_0x3ba8af):_0xf7ffc6,_0x4caf7d=_0xff9e3f[_0x327637(0x190)]-0x1,_0x54463a;_0x4caf7d>=0x0;_0x4caf7d--)(_0x54463a=_0xff9e3f[_0x4caf7d])&&(_0x3bc83c=(_0x475e2?_0x54463a(_0xf7ffc6,_0x3ba8af,_0x3bc83c):_0x54463a(_0x3bc83c))||_0x3bc83c);return _0x475e2&&_0x3bc83c&&_0x315564(_0xf7ffc6,_0x3ba8af,_0x3bc83c),_0x3bc83c;},_0x262748=(_0x191d59,_0x5a3cb8)=>(_0x5e6ef2,_0x31dbbb)=>_0x5a3cb8(_0x5e6ef2,_0x31dbbb,_0x191d59),_0x736a10=(_0x9f19e4,_0x21de31,_0xfc7897)=>_0x2ef1fa(_0x9f19e4,_0x21de31+'',_0xfc7897);const _0x24be7f=_0x329bfc(0x16f);_0x57c72c[_0x329bfc(0x31e)]=class extends _0x605767['Plugin']{constructor(_0x1bafff=_0xec9754,_0x401fe1,_0x2c51e3){const _0x501529=_0x329bfc;super(),this[_0x501529(0x1b6)]=_0x1bafff,this['_injector']=_0x401fe1,this[_0x501529(0x2ff)]=_0x2c51e3;const {..._0x13c08c}=this[_0x501529(0x1b6)];this[_0x501529(0x2ff)][_0x501529(0x30a)](_0x184d63,_0x13c08c);}[_0x329bfc(0x320)](){const _0x288ba6=_0x329bfc;[[_0x57c72c[_0x288ba6(0x351)]],[_0x4e4da7],[_0x57c72c[_0x288ba6(0x168)]],[_0x57c72c[_0x288ba6(0x17c)]],[_0x57c72c[_0x288ba6(0x182)]],[_0x4795d9,{'useClass':_0xd0a2c7}],[_0x4b8004]][_0x288ba6(0x26b)](_0x23b99a=>this['_injector'][_0x288ba6(0x16b)](_0x23b99a)),this['_injector'][_0x288ba6(0x248)](_0x57c72c[_0x288ba6(0x17c)]),this[_0x288ba6(0x26c)][_0x288ba6(0x248)](_0x4e4da7),this[_0x288ba6(0x26c)][_0x288ba6(0x248)](_0x57c72c['SheetTransformController']);}},_0x736a10(_0x57c72c[_0x329bfc(0x31e)],_0x329bfc(0x2b7),_0x24be7f),_0x57c72c[_0x329bfc(0x31e)]=_0x1fd15b([_0x605767[_0x329bfc(0x166)](_0x425207['UniverLicensePlugin']),_0x262748(0x1,_0x605767[_0x329bfc(0x15c)](_0x605767['Injector'])),_0x262748(0x2,_0x605767[_0x329bfc(0x239)])],_0x57c72c[_0x329bfc(0x31e)]);const _0x2d02d5=_0x605767['createIdentifier'](_0x329bfc(0x2a6)),_0x48fb20={'id':_0x329bfc(0x177),'type':_0x605767[_0x329bfc(0x23f)]['MUTATION'],'handler':()=>!0x0};_0x57c72c[_0x329bfc(0x15d)]=_0x44bc7a,_0x57c72c[_0x329bfc(0x1c4)]=_0x4b8004,_0x57c72c[_0x329bfc(0x244)]=_0x48fb20,_0x57c72c['IHistoryIoService']=_0x2d02d5,_0x57c72c[_0x329bfc(0x164)]=_0x8e3f38,_0x57c72c[_0x329bfc(0x29f)]=_0x4795d9,_0x57c72c[_0x329bfc(0x16c)]=_0x5b004b,_0x57c72c[_0x329bfc(0x1b1)]=_0x46f8f9,_0x57c72c['SINGLE_SNAPSHOT_MUTATIONS']=_0x33fcdc,_0x57c72c['TransformService']=_0xd0a2c7,_0x57c72c[_0x329bfc(0x176)]=_0x1f3365,_0x57c72c[_0x329bfc(0x223)]=_0x5b9e2c,_0x57c72c[_0x329bfc(0x1d7)]=_0x404cbf,_0x57c72c[_0x329bfc(0x14d)]=_0x3250af,_0x57c72c['getSheetBlocksFromSnapshot']=_0x176785,_0x57c72c['isTransformChangesetsFailure']=_0x3c29ee,_0x57c72c[_0x329bfc(0x203)]=_0x1381c9,_0x57c72c['isTransformMutationFailure']=_0x234453,_0x57c72c[_0x329bfc(0x2ba)]=_0xda76fe,_0x57c72c['isTransformMutationsFailure']=_0x316464,_0x57c72c['isTransformMutationsSuccess']=_0x40d589,_0x57c72c['isTransformMutationsWithChangesetFailure']=_0x527489,_0x57c72c[_0x329bfc(0x27f)]=_0x2b06e0,_0x57c72c[_0x329bfc(0x1ac)]=_0x2e7913,_0x57c72c[_0x329bfc(0x2ec)]=_0x1c5875,_0x57c72c[_0x329bfc(0x23c)]=_0x249d57,_0x57c72c[_0x329bfc(0x1d4)]=_0x5efa11,_0x57c72c[_0x329bfc(0x1fb)]=_0x3f3f0f,_0x57c72c[_0x329bfc(0x18e)]=_0x3f370d,_0x57c72c[_0x329bfc(0x1ff)]=_0x57a6aa,_0x57c72c[_0x329bfc(0x2ea)]=_0xa9d841,_0x57c72c[_0x329bfc(0x36c)]=_0x4550f8,_0x57c72c[_0x329bfc(0x220)]=_0x593f0c,_0x57c72c[_0x329bfc(0x379)]=_0x40f375,_0x57c72c['transformSnapshotToWorkbookData']=_0x1409db,_0x57c72c[_0x329bfc(0x345)]=_0x1637a5,Object[_0x329bfc(0x25d)](_0x57c72c,Symbol[_0x329bfc(0x192)],{'value':_0x329bfc(0x1ca)});}));