@univerjs-pro/collaboration 0.1.13 → 0.1.15

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 (89) 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/add-hyper-link/add-hyper-link.algo.d.ts +4 -0
  4. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +5 -0
  5. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +5 -0
  6. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +4 -0
  7. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +4 -0
  8. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +4 -0
  9. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
  10. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +4 -0
  11. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +4 -0
  12. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +4 -0
  13. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +4 -0
  14. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +4 -0
  15. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +4 -0
  16. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +5 -0
  17. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +4 -0
  18. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +4 -0
  19. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +5 -0
  20. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +4 -0
  21. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
  22. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +4 -0
  23. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +4 -0
  24. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +4 -0
  25. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +4 -0
  26. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +4 -0
  27. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +5 -0
  28. package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +5 -0
  29. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +5 -0
  30. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +5 -0
  31. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +4 -0
  32. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +4 -0
  33. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +4 -0
  34. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +4 -0
  35. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
  36. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +4 -0
  37. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +4 -0
  38. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +4 -0
  39. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +4 -0
  40. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +4 -0
  41. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +4 -0
  42. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +5 -0
  43. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +4 -0
  44. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +4 -0
  45. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +5 -0
  46. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +4 -0
  47. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +4 -0
  48. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
  49. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +4 -0
  50. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +4 -0
  51. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +4 -0
  52. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +4 -0
  53. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +4 -0
  54. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +4 -0
  55. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +5 -0
  56. package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +5 -0
  57. package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +1 -0
  58. package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +4 -0
  59. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +5 -0
  60. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +5 -0
  61. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +4 -0
  62. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +4 -0
  63. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
  64. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +4 -0
  65. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +4 -0
  66. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +4 -0
  67. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +4 -0
  68. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +4 -0
  69. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +4 -0
  70. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +5 -0
  71. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +4 -0
  72. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +4 -0
  73. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +5 -0
  74. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +4 -0
  75. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
  76. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +4 -0
  77. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +4 -0
  78. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +4 -0
  79. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +4 -0
  80. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +4 -0
  81. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +5 -0
  82. package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +5 -0
  83. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +4 -0
  84. package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +4 -0
  85. package/lib/types/index.d.ts +1 -1
  86. package/lib/types/plugin.d.ts +1 -1
  87. package/lib/types/services/rev/rev.service.d.ts +2 -3
  88. package/lib/umd/index.js +1 -1
  89. package/package.json +36 -21
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x4777(_0x104fec,_0x32f8e8){const _0x3ad0e9=_0x3ad0();return _0x4777=function(_0x477714,_0x157e76){_0x477714=_0x477714-0x14e;let _0x3d7f3c=_0x3ad0e9[_0x477714];return _0x3d7f3c;},_0x4777(_0x104fec,_0x32f8e8);}function _0x3ad0(){const _0x253b2a=['[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','CHANGESET_ACK','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','fill','230UDYpyR','1566CnetYE','step','toStringTag','UNIVER_UNKNOWN','isFormulaString','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','SINGLE_SNAPSHOT_MUTATIONS','DELETE','AddWorksheetMergeMutation','UniverEngineFormula','Module','NOT_FOUND','isRangesEqual','PERMISSION_REJ','PSEUDO_FETCH_MISSING_RESULT','handleBaseInsertRange','order','@univerjs/sheets-conditional-formatting','primary','\x20already\x20exists.','any','permission_rej','@univerjs/sheets-filter','SNAPSHOT_INVALID_SNAPSHOT','singleReferenceToGrid','range','TextXActionType','UpdateRuleType','CHANGESET_REVISION_CONFILICT','CONNECTOR_DATA_TOO_LARGE','revision','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','\x20and\x20','UniverCollaboration','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','forValue','hasNext','@univerjs/data-validation','dispose','transformMutationsWithChangeset','Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!','ALREADY_EXISTS','INVALID_ARGUMENT','stringify','LICENSE_IMPORT_SIZE_EXCEEDED','getUniverDocInstance','SetConditionalRuleMutation','findIndex','flat','mapDocumentTypeToUniverType','RemoveSheetsFilterMutation','splice','params','size','MoveRowsCommand','UniverInstanceType','_transformMap','AddDataValidationMutation','SETTING','AddCommentMutation','rng','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','toOrder','sourceRange','commentId','keys','LICENSE_DISTRO_REJECTED','workbook','LICENSE_EXPORT_SIZE_EXCEEDED','actualColumn','RemoveColCommand','sort','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','@univerjs/engine-formula','liveshare.terminate','remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','generateStringWithSequence','Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!','ActionIterator','actions','LifecycleStages','paragraphs','text-x-pro','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','InsertRowMutation','SetWorksheetColWidthMutation','ERROR','min','filter','sheets','object','update_cursor','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','move\x20row\x20is\x20conflict\x20with\x20move\x20range','RemoveNumfmtMutation','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','transform','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','segmentId','UniverDataValidation','transformMutation','onStarting','@univerjs/sheets','text-x','SetRowHiddenMutation','2246424fmhXCh','RemoveRowMutation','_snapshotServerService','UniverSheetsFilter','isArray','len','move\x20col\x20is\x20conflict\x20with\x20move\x20range','15424wmtFus','concat','Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.','debug','interceptor','parseProtocolChangeset','LIVESHARE_FETCH_OPERATIONS','push','@univerjs/thread-comment','unitId','INTERNAL_ERROR','doc','saveDoc','\x20progressed\x20to\x20rev\x20','endRow','NEW_CHANGESETS','ref','dataStream','endColumn','605DtZGvc','isTransformMutationFailure','RemoveWorksheetMergeMutation','nodeType','collaboration','error_msg','name','InterceptorManager','LIVESHARE_TERMINATE','type','parentId','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','parseProtocolCommand','randomUUID','bullet','mutations','MoveRowsMutation','_rightInclineTransformMutations','parseMutationToProtocol','45428spiSdE','univer-pro.collaboration.transform-service','DeleteCommentMutation','LIVESHARE_OPERATION','UpdateDataValidationMutation','isTransformMutationsWithChangesetFailure','_initSetRangeValues','startColumn','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','MoveColsMutation','SnapshotService','registerSubtype','blockMeta','random','Range','_resourceManagerService','Injector','data','PERMISSION_DENIED','foreach','serializeRangeToRefString','getSheetBlock','right','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','SetSheetsFilterRangeMutation','pluginName','APPLY_REVISION_CONFILICT','max','TransformService','FETCH_MISSING','ranges','moveRows','Disposable','cellValue','length','normalizeTextRuns','OnLifecycle','incrementRevForDocument','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','MoveConditionalRuleMutation','UNIVER_SLIDE','LICENSE_MAX_UNITS_EXCEEDED','Inject','incrementRev','fetchThroughInterceptors','some','LexerTreeBuilder','liveshare.fetch_operations','parse','SetColHiddenMutation','ITransformService','Rectangle','from','RevisionService','ILogService','ruleId','SetSelectionsOperation','handler','_commandService','JSONX','UpdateCommentMutation','UNRECOGNIZED','2325407dYmuWo','getCurrentRevForDocument','DeleteConditionalRuleMutation','actualRow','4158288bZeFwr','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','getSnapshot','get','row','map','_transformService','m1Prime','toString','parseChangesetToProtocol','RANGE','getValue','ObjectMatrix','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','SetFrozenMutation','error','InsertSheetMutation','targetRange','UniverSheets','getRandomValues','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','RemoveDataValidationMutation','SheetTransformController','_compressMutationService','CHANGESET_REJ','code','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','LIVESHARE_NEW_HOST','APPLY_PERMISSION_DENIED','slice','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','rev','getUniverSheetInstance','DocTransformController','TextX','value','unit_delete','textRanges','isTransformMutationsWithChangesetSuccess','isTransformChangesetsSuccess','peekLength','intersects','handleDefaultRangeChangeWithEffectRefCommands','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','LIVESHARE_REQUEST_HOST','setValue','SetRangeValuesMutation','MoveRangeMutation','handleBaseMoveRowsCols','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','forEach','InsertColMutation','_injector','merge','ICommandService','getInterceptPoints','EmptyMutation','SetWorksheetOrderMutation','move\x20row\x20is\x20conflict\x20with\x20move\x20row','_revisionService','UNAUTHENTICATED','subUnitId','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','UpdateCommentRefMutation','SetNumfmtMutation','APPLY_REJECT','uid','RichTextEditingMutation','left','has','fetch_missing','registerTransformAlgorithm','Remove-cols\x20has\x20conflicts\x20with\x20move-range','handleBaseRemoveRange','remove\x20col\x20is\x20conflict\x20with\x20move\x20col','[SnapshotService]:\x20request\x20snapshot\x20error!','110099FsLmeu','serializeRange','@univerjs/core','getDataRange','@wendellhu/redi','getRev','InsertRowCommand','AddConditionalRuleMutation','selections','amd','SetSheetsFilterCriteriaMutation','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','COMPRESS_MUTATION_APPLY','body','transformMutations','parseProtocolMutation','reduce','add','startRow','clear','sheet','textRuns','APPLY_NON_SEQUENTIAL_REVISION','styleRefMap','SetRowVisibleMutation','isMergedMainCell','UNIVER_SHEET','isMerged','INSERT','liveshare.operation','COMPRESS_MUTATION_SEND','intercept','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','Plugin','Data\x20stream\x20is\x20not\x20supported\x20in\x20transform.','COLUMN','resources','subtract','getSheetId','UNIVER_DOC','REFERENCE','peekType','string','liveshare.request_host','moveColumns','then','color','loadDoc','ErrorType','removeRows','m2Prime','getUnitOnRev','createIdentifier','unshift','paragraphStyle','trimEndUselessRetainAction','move\x20col\x20is\x20conflict\x20with\x20move\x20col','18vSrljm','UNDEFINED','hasOwnProperty','deepClone','startIndex','startOffset','Tools','pseudo_fetch_missing_result','createUnit','exports','711374DtNipS','sheet\x20','Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!','removeColumns','_univerInstanceService','RemoveColMutation','index','USERS_ENTER','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','values','MoveColsCommand','ISnapshotServerService','comment','transformPosition','[RevisionService]:\x20Cannot\x20find\x20document\x20with\x20unitID:\x20','SetWorksheetNameMutation','handleCommonDefaultRangeChangeWithEffectRefCommands','[RevisionService]','rotateRange','_leftInclineTransformMutations','RemoveSheetMutation','find','isTransformChangesetsFailure','Starting','RANGE_TYPE','TOO_MANY_REQUESTS','new_changesets','@univerjs/docs','formula1','users_enter','end','SetColVisibleMutation','CollaborationPlugin','_logService','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','formula2','insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','loadSheet','sequenceNodeType','transformSnapshotToDocumentData','next','syncExecuteCommand','InsertColCommand','RemoveRowCommand','SetTabColorMutation','changeset_ack','getMatrix','rule','baseRev','start','sequenceNodesBuilder','payload','defineProperty','getSheets','fromOrder','isTransformMutationsFailure','isTransformMutationSuccess','column'];_0x3ad0=function(){return _0x253b2a;};return _0x3ad0();}(function(_0x1247fb,_0x1b3ab2){const _0x1d35a0=_0x4777,_0x266ef2=_0x1247fb();while(!![]){try{const _0x2f4c91=parseInt(_0x1d35a0(0x21c))/0x1+-parseInt(_0x1d35a0(0x2c6))/0x2+parseInt(_0x1d35a0(0x18d))/0x3+parseInt(_0x1d35a0(0x2f3))/0x4*(-parseInt(_0x1d35a0(0x2e0))/0x5)+-parseInt(_0x1d35a0(0x212))/0x6*(-parseInt(_0x1d35a0(0x189))/0x7)+-parseInt(_0x1d35a0(0x2cd))/0x8*(-parseInt(_0x1d35a0(0x25b))/0x9)+-parseInt(_0x1d35a0(0x25a))/0xa*(parseInt(_0x1d35a0(0x1d9))/0xb);if(_0x2f4c91===_0x1b3ab2)break;else _0x266ef2['push'](_0x266ef2['shift']());}catch(_0x45973a){_0x266ef2['push'](_0x266ef2['shift']());}}}(_0x3ad0,0xab5e9),function(_0x448257,_0x426764){const _0x4e830c=_0x4777;typeof exports==_0x4e830c(0x2b7)&&typeof module<'u'?_0x426764(exports,require(_0x4e830c(0x1db)),require(_0x4e830c(0x1dd)),require(_0x4e830c(0x2c3)),require(_0x4e830c(0x2a5)),require(_0x4e830c(0x26c)),require(_0x4e830c(0x280)),require(_0x4e830c(0x271)),require('@univerjs/thread-comment'),require('@univerjs/docs')):typeof define=='function'&&define[_0x4e830c(0x1e2)]?define([_0x4e830c(0x21b),_0x4e830c(0x1db),_0x4e830c(0x1dd),_0x4e830c(0x2c3),_0x4e830c(0x2a5),'@univerjs/sheets-conditional-formatting',_0x4e830c(0x280),'@univerjs/sheets-filter',_0x4e830c(0x2d5),_0x4e830c(0x237)],_0x426764):(_0x448257=typeof globalThis<'u'?globalThis:_0x448257||self,_0x426764(_0x448257[_0x4e830c(0x27c)]={},_0x448257['UniverCore'],_0x448257[_0x4e830c(0x1dd)],_0x448257[_0x4e830c(0x19f)],_0x448257[_0x4e830c(0x264)],_0x448257['UniverSheetsConditionalFormatting'],_0x448257[_0x4e830c(0x2c0)],_0x448257[_0x4e830c(0x2c9)],_0x448257['UniverThreadComment'],_0x448257['UniverDocs']));}(this,function(_0xe5d0e0,_0x4d93e7,_0x5c1cba,_0x4757e2,_0x165ca1,_0x6e3b59,_0x57f9a7,_0x118d05,_0x31fe07,_0x4b5bf0){'use strict';const _0x3a657a=_0x4777;var _0x26d006=Object['defineProperty'],_0x541cf5=(_0x44b350,_0x4229e9,_0x1400cb)=>_0x4229e9 in _0x44b350?_0x26d006(_0x44b350,_0x4229e9,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x1400cb}):_0x44b350[_0x4229e9]=_0x1400cb,_0x4b6706=(_0x3bfd77,_0x3d610c,_0x27745d)=>(_0x541cf5(_0x3bfd77,typeof _0x3d610c!='symbol'?_0x3d610c+'':_0x3d610c,_0x27745d),_0x27745d),_0x55014a;function _0x3ee6d7(_0x2ff092){const _0xddad00=_0x4777;return!!_0x2ff092[_0xddad00(0x19c)];}function _0x4879bd(_0x48c2d7){return!_0x3ee6d7(_0x48c2d7);}function _0x34b568(_0x6f51b3){return!!_0x6f51b3['error'];}function _0x40b114(_0x205a88){const _0x4875b9=_0x4777;return!!_0x205a88[_0x4875b9(0x19c)];}function _0x574f0a(_0x47816c){return!_0x40b114(_0x47816c);}function _0x3432a0(_0x33f819){return!!_0x33f819['error'];}function _0x2c8a53(_0x4848ed){return!_0x3432a0(_0x4848ed);}function _0x2e0359(_0xcbf7d5){const _0x34027f=_0x4777;return!!_0xcbf7d5[_0x34027f(0x19c)];}function _0x4298e0(_0x1d285e){return!_0x2e0359(_0x1d285e);}const _0x47d879=_0x5c1cba[_0x3a657a(0x20d)](_0x3a657a(0x2f4));class _0x573e0d extends _0x4d93e7[_0x3a657a(0x16b)]{constructor(){const _0x253f6e=_0x3a657a;super(...arguments),_0x4b6706(this,_0x253f6e(0x293),new Map());}[_0x3a657a(0x281)](){const _0x53dd9a=_0x3a657a;this[_0x53dd9a(0x293)][_0x53dd9a(0x1ec)]();}[_0x3a657a(0x1d4)](_0x437f59){const _0x432e67=_0x3a657a,{m1:_0x31d546,m2:_0x43e16e=_0x432e67(0x26f)}=_0x437f59;this[_0x432e67(0x293)][_0x432e67(0x1d2)](_0x31d546)||this[_0x432e67(0x293)]['set'](_0x31d546,new Map());const _0x4b8fb6=this[_0x432e67(0x293)][_0x432e67(0x190)](_0x31d546);if(_0x4b8fb6[_0x432e67(0x1d2)](_0x43e16e))throw new Error('[TransformService]\x20Transform\x20algorithm\x20for\x20'+_0x31d546+_0x432e67(0x27b)+_0x43e16e+_0x432e67(0x26e));_0x4b8fb6['set'](_0x43e16e,_0x437f59);}[_0x3a657a(0x2c1)](_0x15a700,_0x4643ce,_0x250606){const _0x10abc6=_0x3a657a;var _0x2f2dac,_0x209224,_0x557598,_0x410ef2,_0x644ff6,_0xc0c73c;const _0xba98b7=this['_transformMap'],_0x5b9f12=((_0x2f2dac=_0xba98b7[_0x10abc6(0x190)](_0x15a700['id']))==null?void 0x0:_0x2f2dac[_0x10abc6(0x190)](_0x4643ce['id']))||((_0x209224=_0xba98b7['get'](_0x15a700['id']))==null?void 0x0:_0x209224['get'](_0x10abc6(0x26f)))||((_0x557598=_0xba98b7[_0x10abc6(0x190)](_0x10abc6(0x26f)))==null?void 0x0:_0x557598[_0x10abc6(0x190)](_0x4643ce['id']));if(_0x5b9f12)return _0x250606?_0x5b9f12[_0x10abc6(0x184)](_0x15a700,_0x4643ce,_0x250606):_0x5b9f12[_0x10abc6(0x184)](_0x15a700,_0x4643ce);const _0x21ff26=((_0x410ef2=_0xba98b7['get'](_0x4643ce['id']))==null?void 0x0:_0x410ef2[_0x10abc6(0x190)](_0x15a700['id']))||((_0x644ff6=_0xba98b7[_0x10abc6(0x190)](_0x4643ce['id']))==null?void 0x0:_0x644ff6[_0x10abc6(0x190)](_0x10abc6(0x26f)))||((_0xc0c73c=_0xba98b7[_0x10abc6(0x190)](_0x10abc6(0x26f)))==null?void 0x0:_0xc0c73c[_0x10abc6(0x190)](_0x15a700['id']));if(_0x21ff26){const _0xeb2833=_0x250606?_0x21ff26[_0x10abc6(0x184)](_0x4643ce,_0x15a700,_0x250606):_0x21ff26[_0x10abc6(0x184)](_0x4643ce,_0x15a700);return _0x4879bd(_0xeb2833)?_0x250606?{'m2Prime':_0xeb2833['m1Prime']}:{'m2Prime':_0xeb2833[_0x10abc6(0x194)],'m1Prime':_0xeb2833[_0x10abc6(0x20b)]}:_0xeb2833;}return{'m1Prime':_0x15a700,'m2Prime':_0x4643ce};}[_0x3a657a(0x1e7)](_0x10753a,_0xc1a6c4,_0x5f3da6){const _0x270876=_0x3a657a,_0x36119c=this['_rightInclineTransformMutations'](_0x10753a,_0xc1a6c4);if(_0x34b568(_0x36119c))return _0x36119c;if(_0x5f3da6)return{'m2Prime':_0x36119c};const _0x46f4a1=this[_0x270876(0x22f)](_0x10753a,_0xc1a6c4);return _0x34b568(_0x46f4a1)?_0x46f4a1:{'m1Prime':_0x46f4a1,'m2Prime':_0x36119c};}[_0x3a657a(0x2f1)](_0x244df4,_0xbc5190){const _0x379a9d=_0x3a657a,_0x3dde06=_0x244df4[_0x379a9d(0x16d)];let _0x1c43d9;for(_0x1c43d9=0x0;_0x1c43d9<_0x3dde06;_0x1c43d9++){let _0x3a41b8=[_0x244df4[_0x1c43d9]],_0x396dc1=[];for(let _0x382e63=0x0,_0x1cef54=_0xbc5190[_0x379a9d(0x16d)];_0x382e63<_0x1cef54;_0x382e63++){const _0x568ccf=_0xbc5190[_0x382e63];let _0x670046;if(_0x3a41b8[_0x379a9d(0x16d)]===0x0)_0x670046=[_0x568ccf],_0x3a41b8=[];else{if(_0x3a41b8[_0x379a9d(0x16d)]===0x1){const _0x566d09=this[_0x379a9d(0x2c1)](_0x3a41b8[0x0],_0x568ccf);if(_0x3ee6d7(_0x566d09))return _0x566d09;if(_0x670046=_0x2c9bc8(_0x566d09['m2Prime']),!_0x566d09[_0x379a9d(0x194)])throw new Error('Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.');_0x3a41b8=_0x2c9bc8(_0x566d09[_0x379a9d(0x194)]);}else{const _0x4834d6=this['_rightInclineTransformMutations'](_0x3a41b8,[_0x568ccf]);if(_0x4834d6[_0x379a9d(0x19c)])return _0x4834d6;if(_0x670046=_0x4834d6,_0x382e63<_0x1cef54-0x1){const _0x5ab4c7=this[_0x379a9d(0x22f)](_0x3a41b8,[_0x568ccf]);if(_0x5ab4c7[_0x379a9d(0x19c)])return _0x5ab4c7;_0x3a41b8=_0x5ab4c7;}}}_0x396dc1=_0x396dc1[_0x379a9d(0x2ce)](_0x670046);}_0xbc5190=_0x396dc1;}return _0xbc5190;}[_0x3a657a(0x22f)](_0xf8c27a,_0x5ad515){const _0x402a2f=_0x3a657a,_0x59625e=_0x5ad515['length'];let _0x1d46e1;for(_0x1d46e1=0x0;_0x1d46e1<_0x59625e;_0x1d46e1++){let _0x1bbce6=[_0x5ad515[_0x1d46e1]],_0x282e85=[];for(let _0x816524=0x0,_0x2a6822=_0xf8c27a[_0x402a2f(0x16d)];_0x816524<_0x2a6822;_0x816524++){const _0x5b4f31=_0xf8c27a[_0x816524];let _0x375b9;if(_0x1bbce6[_0x402a2f(0x16d)]===0x0)_0x375b9=[_0x5b4f31],_0x1bbce6=[];else{if(_0x1bbce6[_0x402a2f(0x16d)]===0x1){const _0x4efc4e=this['transformMutation'](_0x5b4f31,_0x1bbce6[0x0]);if(_0x3ee6d7(_0x4efc4e))return _0x4efc4e;if(!_0x4efc4e[_0x402a2f(0x194)])throw new Error('Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.');_0x375b9=_0x2c9bc8(_0x4efc4e[_0x402a2f(0x194)]),_0x1bbce6=_0x2c9bc8(_0x4efc4e[_0x402a2f(0x20b)]);}else{const _0x325348=this[_0x402a2f(0x22f)]([_0x5b4f31],_0x1bbce6);if(_0x325348[_0x402a2f(0x19c)])return _0x325348;if(_0x375b9=_0x325348,_0x816524<_0x2a6822-0x1){const _0x1faa9d=this[_0x402a2f(0x2f1)]([_0x5b4f31],_0x1bbce6);if(_0x1faa9d[_0x402a2f(0x19c)])return _0x1faa9d;_0x1bbce6=_0x1faa9d;}}}_0x282e85=_0x282e85[_0x402a2f(0x2ce)](_0x375b9);}_0xf8c27a=_0x282e85;}return _0xf8c27a;}['transformChangesets'](_0x2ff7da,_0x353f9f,_0x1cb1c4){const _0x386875=_0x3a657a;if(!_0x6b65a9(_0x2ff7da,_0x353f9f))return{'error':new Error(_0x386875(0x256)+_0x353f9f[0x0][_0x386875(0x24c)]+_0x386875(0x2b0)+_0x2ff7da[0x0][_0x386875(0x279)]+'.')};const _0x18908e=_0x2ff7da[_0x386875(0x16d)],_0x332912=_0x353f9f[_0x386875(0x16d)],_0x379edb=_0x1e2c7c(_0x18908e,_0x332912+0x1),_0x1e4d4a=_0x1e2c7c(_0x18908e+0x1,_0x332912);_0x2ff7da[_0x386875(0x1bf)]((_0x15b27f,_0x1e8f0c)=>_0x379edb[_0x1e8f0c][0x0]=_0x15b27f),_0x353f9f[_0x386875(0x1bf)]((_0x3c7e76,_0x56a4e0)=>_0x1e4d4a[0x0][_0x56a4e0]=_0x3c7e76);try{for(let _0x438204=0x0;_0x438204<_0x332912;_0x438204++)for(let _0x53b0e2=0x0;_0x53b0e2<_0x18908e;_0x53b0e2++){const _0x3e36b4=_0x1e4d4a[_0x53b0e2][_0x438204],_0x174719=_0x379edb[_0x53b0e2][_0x438204];if(!_0x3e36b4||!_0x174719)throw new Error(_0x386875(0x2a9));const _0x3d87e3=this[_0x386875(0x1e7)](_0x174719[_0x386875(0x2ef)],_0x3e36b4[_0x386875(0x2ef)]);if(_0x40b114(_0x3d87e3))throw _0x3d87e3['error'];_0x1e4d4a[_0x53b0e2+0x1][_0x438204]={..._0x3e36b4,'mutations':_0x3d87e3['m2Prime']},_0x379edb[_0x53b0e2][_0x438204+0x1]={..._0x174719,'mutations':_0x3d87e3['m1Prime']};}return _0x1cb1c4?{'c2Prime':_0x1e4d4a[_0x18908e]}:{'c1Prime':_0x379edb[_0x386875(0x192)](_0x51e75d=>_0x51e75d[_0x332912])['flat'](),'c2Prime':_0x1e4d4a[_0x18908e]};}catch(_0x4422aa){throw console[_0x386875(0x19c)](_0x4422aa),_0x4422aa;}}[_0x3a657a(0x282)](_0x57b74b,_0x39ac98){const _0x1dfbb6=_0x3a657a,_0x18cccf=_0x57b74b[_0x1dfbb6(0x2ef)],_0x28dd90=this['transformMutations'](_0x18cccf,_0x39ac98);return _0x40b114(_0x28dd90)?{'error':_0x28dd90['error']}:{'m2Prime':_0x28dd90[_0x1dfbb6(0x20b)],'c1Prime':{..._0x57b74b,'mutations':_0x28dd90[_0x1dfbb6(0x194)]}};}}function _0x6b65a9(_0x278942,_0x2aaa79){const _0x1c3be3=_0x3a657a;return _0x278942[0x0][_0x1c3be3(0x279)]-0x1===_0x2aaa79[0x0]['baseRev'];}function _0x1e2c7c(_0x3b235c,_0x534ecf){const _0x4f0bb9=_0x3a657a;return new Array(_0x3b235c)[_0x4f0bb9(0x259)](void 0x0)[_0x4f0bb9(0x192)](()=>new Array(_0x534ecf));}function _0x2c9bc8(_0x270f79){const _0x836151=_0x3a657a;return Array[_0x836151(0x2ca)](_0x270f79)?_0x270f79:[_0x270f79];}function _0x5a7471(_0xb921b0){const _0x408c03=_0x3a657a;return{..._0xb921b0,'rangeType':_0x4d93e7[_0x408c03(0x234)][_0x408c03(0x1fc)]};}function _0x308cd5(_0x26e0f7,_0x2f88ff,_0x375b14,_0x341093){const _0x416280=_0x3a657a;if(_0x341093<0x0){for(let _0x351747=_0x2f88ff;_0x351747<_0x2f88ff+_0x375b14;_0x351747++)if(_0x26e0f7[_0x416280(0x214)](_0x351747)){_0x26e0f7['hasOwnProperty'](_0x351747+_0x341093)||(_0x26e0f7[_0x351747+_0x341093]={});const _0x3e3eea=_0x26e0f7[_0x351747],_0x1681bf=Object[_0x416280(0x29d)](_0x3e3eea)[_0x416280(0x192)](Number)[_0x416280(0x2a3)]((_0xbc4cda,_0x3e764b)=>_0xbc4cda-_0x3e764b);for(const _0x2541d0 of _0x1681bf)_0x26e0f7[_0x351747+_0x341093][_0x2541d0]=_0x3e3eea[_0x2541d0];delete _0x26e0f7[_0x351747];}else delete _0x26e0f7[_0x351747+_0x341093];}else{for(let _0x139132=_0x2f88ff+_0x375b14-0x1;_0x139132>=_0x2f88ff;_0x139132--)if(_0x26e0f7[_0x416280(0x214)](_0x139132)){_0x26e0f7[_0x416280(0x214)](_0x139132+_0x341093)||(_0x26e0f7[_0x139132+_0x341093]={});const _0x152623=_0x26e0f7[_0x139132],_0x1d6b0a=Object[_0x416280(0x29d)](_0x152623)[_0x416280(0x192)](Number)['sort']((_0x1379a2,_0x2c6a24)=>_0x1379a2-_0x2c6a24);for(const _0x94f946 of _0x1d6b0a)_0x26e0f7[_0x139132+_0x341093][_0x94f946]=_0x152623[_0x94f946];delete _0x26e0f7[_0x139132];}else delete _0x26e0f7[_0x139132+_0x341093];}}function _0x5578aa(_0x2c1811,_0x1df38d,_0x134fd0,_0x3544a7){const _0x3013bd=_0x3a657a,_0x49ca67=Object['keys'](_0x2c1811)['map'](Number)[_0x3013bd(0x2a3)]((_0x1d4a88,_0x3cb91e)=>_0x1d4a88-_0x3cb91e);if(_0x3544a7<0x0)for(const _0x112c89 of _0x49ca67){const _0xe1e134=_0x2c1811[_0x112c89];for(let _0x5d5fd2=_0x1df38d;_0x5d5fd2<_0x1df38d+_0x134fd0;_0x5d5fd2++)_0xe1e134[_0x3013bd(0x214)](_0x5d5fd2)?(_0xe1e134[_0x5d5fd2+_0x3544a7]=_0xe1e134[_0x5d5fd2],delete _0xe1e134[_0x5d5fd2]):delete _0xe1e134[_0x5d5fd2+_0x3544a7];}else for(const _0x38d209 of _0x49ca67){const _0x29b0b4=_0x2c1811[_0x38d209];for(let _0x13d158=_0x1df38d+_0x134fd0-0x1;_0x13d158>=_0x1df38d;_0x13d158--)_0x29b0b4[_0x3013bd(0x214)](_0x13d158)?(_0x29b0b4[_0x13d158+_0x3544a7]=_0x29b0b4[_0x13d158],delete _0x29b0b4[_0x13d158]):delete _0x29b0b4[_0x13d158+_0x3544a7];}}function _0x1bf90a(_0x4f9c37,_0x52d3f1){const _0x5c7b78=_0x3a657a;return new _0x4757e2['RangeMergeUtil']()['add'](_0x4f9c37)[_0x5c7b78(0x1fe)](..._0x52d3f1)[_0x5c7b78(0x1c2)]();}function _0x4494b6(_0xf41d2e,_0x861012,_0x5e8005,_0x39e26d){const _0x2afc93=_0x3a657a,_0xdf2869=new _0x165ca1[(_0x2afc93(0x179))]()[_0x2afc93(0x24e)](_0x5e8005);if(_0xdf2869==null)return _0x5e8005;const _0x55fc58=[];for(let _0xa4b0e=0x0,_0x54d8ec=_0xdf2869[_0x2afc93(0x16d)];_0xa4b0e<_0x54d8ec;_0xa4b0e++){const _0x7185a5=_0xdf2869[_0xa4b0e];if(typeof _0x7185a5=='string'||_0x7185a5[_0x2afc93(0x2e3)]!==_0x165ca1[_0x2afc93(0x242)][_0x2afc93(0x201)]){_0x55fc58[_0x2afc93(0x2d4)](_0x7185a5);continue;}const {token:_0xc7881}=_0x7185a5,_0x3c37c3=_0x165ca1['deserializeRangeWithSheet'](_0xc7881),{range:_0x342bc7,sheetName:_0x3f91b3,unitId:_0x538c8f}=_0x3c37c3;if((_0xf41d2e===_0x538c8f||_0x538c8f==='')&&(_0x861012===_0x3f91b3||_0x3f91b3==='')){const _0x2e6618=_0x39e26d(_0x342bc7),_0x4a9534=_0x2e6618?_0x165ca1[_0x2afc93(0x15f)]({'range':_0x2e6618,'sheetName':_0x3f91b3,'unitId':_0x538c8f}):_0x165ca1[_0x2afc93(0x209)][_0x2afc93(0x2b3)];_0x55fc58[_0x2afc93(0x2d4)]({..._0x7185a5,'token':_0x4a9534});}else _0x55fc58[_0x2afc93(0x2d4)](_0x7185a5);}return'='+_0x165ca1[_0x2afc93(0x2a8)](_0x55fc58);}function _0x2bcaf5(_0x4e5fb4,_0x20aabd){const _0x5145ac=_0x3a657a;return _0x4e5fb4[_0x5145ac(0x24d)]<=_0x20aabd[_0x5145ac(0x23a)]&&_0x4e5fb4['end']>=_0x20aabd[_0x5145ac(0x24d)];}function _0x387327(_0x3c3988,_0x58c1d9){const _0x7f1391=_0x3a657a,_0x2ac00f={'startColumn':_0x3c3988[_0x7f1391(0x24d)],'endColumn':_0x3c3988[_0x7f1391(0x23a)],'startRow':0x0,'endRow':0x1,'rangeType':_0x4d93e7[_0x7f1391(0x234)][_0x7f1391(0x1fc)]},_0xb84465={'startColumn':_0x58c1d9[_0x7f1391(0x24d)],'endColumn':_0x58c1d9[_0x7f1391(0x23a)],'startRow':0x0,'endRow':0x1,'rangeType':_0x4d93e7[_0x7f1391(0x234)][_0x7f1391(0x1fc)]},_0x115908=_0x4757e2[_0x7f1391(0x26a)](_0x2ac00f,_0xb84465);return{'start':_0x58c1d9[_0x7f1391(0x24d)]+_0x115908[_0x7f1391(0x25c)],'end':_0x58c1d9[_0x7f1391(0x23a)]+_0x115908['step']+_0x115908[_0x7f1391(0x16d)]};}function _0x4275c5(_0x3cab0e,_0x495a93){const _0xf397f6=_0x3a657a,_0x1d1542={'startColumn':_0x3cab0e[_0xf397f6(0x24d)],'endColumn':_0x3cab0e[_0xf397f6(0x23a)],'startRow':0x0,'endRow':0x1,'rangeType':_0x4d93e7['RANGE_TYPE'][_0xf397f6(0x1fc)]},_0xdc6330={'startColumn':_0x495a93[_0xf397f6(0x24d)],'endColumn':_0x495a93[_0xf397f6(0x23a)],'startRow':0x0,'endRow':0x1,'rangeType':_0x4d93e7['RANGE_TYPE'][_0xf397f6(0x1fc)]},_0x3988ea=_0x4757e2[_0xf397f6(0x1d6)](_0x1d1542,_0xdc6330);return _0x3988ea===null?null:{'start':_0x495a93[_0xf397f6(0x24d)]+_0x3988ea['step'],'end':_0x495a93[_0xf397f6(0x23a)]+_0x3988ea[_0xf397f6(0x25c)]+_0x3988ea[_0xf397f6(0x16d)]};}const _0x566fab={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2[_0x3a657a(0x1c0)]['id'],'handler'(_0x523b29,_0x51d4c2){const _0x2e29df=_0x3a657a,_0x5efcbe={'m1Prime':_0x523b29,'m2Prime':_0x51d4c2};if(_0x523b29[_0x2e29df(0x28f)][_0x2e29df(0x2d6)]!==_0x51d4c2[_0x2e29df(0x28f)][_0x2e29df(0x2d6)]||_0x523b29[_0x2e29df(0x28f)][_0x2e29df(0x1ca)]!==_0x51d4c2[_0x2e29df(0x28f)]['subUnitId'])return _0x5efcbe;const _0x197b3e=_0x4d93e7[_0x2e29df(0x218)][_0x2e29df(0x215)](_0x523b29),_0x5a401e=_0x4d93e7[_0x2e29df(0x218)][_0x2e29df(0x215)](_0x51d4c2),_0x59988b=_0x4757e2[_0x2e29df(0x26a)](_0x5a7471(_0x523b29[_0x2e29df(0x28f)]['range']),_0x5a7471(_0x51d4c2[_0x2e29df(0x28f)][_0x2e29df(0x274)]));if(_0x59988b?(_0x5a401e[_0x2e29df(0x28f)]['range'][_0x2e29df(0x152)]+=_0x59988b[_0x2e29df(0x25c)],_0x5a401e[_0x2e29df(0x28f)]['range'][_0x2e29df(0x2df)]+=_0x59988b[_0x2e29df(0x25c)]+(_0x59988b[_0x2e29df(0x16d)]||0x0)):_0x5a401e['id']=_0x4757e2[_0x2e29df(0x1c5)]['id'],_0x523b29[_0x2e29df(0x28f)][_0x2e29df(0x274)]['startColumn']!==_0x51d4c2['params'][_0x2e29df(0x274)][_0x2e29df(0x152)]){const _0x50cc15=_0x4757e2[_0x2e29df(0x26a)](_0x5a7471(_0x51d4c2[_0x2e29df(0x28f)][_0x2e29df(0x274)]),_0x5a7471(_0x523b29[_0x2e29df(0x28f)][_0x2e29df(0x274)]));_0x50cc15?(_0x197b3e[_0x2e29df(0x28f)][_0x2e29df(0x274)]['startColumn']+=_0x50cc15[_0x2e29df(0x25c)],_0x197b3e[_0x2e29df(0x28f)][_0x2e29df(0x274)][_0x2e29df(0x2df)]+=_0x50cc15[_0x2e29df(0x25c)]+(_0x50cc15[_0x2e29df(0x16d)]||0x0)):_0x197b3e['id']=_0x4757e2[_0x2e29df(0x1c5)]['id'];}return{'m1Prime':_0x197b3e,'m2Prime':_0x5a401e};}},_0x5740f4={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2[_0x3a657a(0x154)]['id'],'handler'(_0x505262,_0x4ae6f8){const _0xb90b47=_0x3a657a,_0x43141e={'m1Prime':_0x505262,'m2Prime':_0x4ae6f8};if(_0x505262[_0xb90b47(0x28f)]['unitId']!==_0x4ae6f8['params'][_0xb90b47(0x2d6)]||_0x505262[_0xb90b47(0x28f)]['subUnitId']!==_0x4ae6f8[_0xb90b47(0x28f)]['subUnitId'])return _0x43141e;const _0x2bb0a0=_0x4d93e7['Tools'][_0xb90b47(0x215)](_0x505262),_0x251983=_0x4d93e7['Tools'][_0xb90b47(0x215)](_0x4ae6f8),_0x40cc0c=_0x4ae6f8[_0xb90b47(0x28f)][_0xb90b47(0x29b)],_0x338ea2=_0x4ae6f8[_0xb90b47(0x28f)][_0xb90b47(0x19e)];if(_0x505262[_0xb90b47(0x28f)][_0xb90b47(0x274)][_0xb90b47(0x152)]>_0x40cc0c[_0xb90b47(0x152)]&&_0x505262[_0xb90b47(0x28f)][_0xb90b47(0x274)][_0xb90b47(0x152)]<=_0x40cc0c[_0xb90b47(0x2df)]||_0x505262[_0xb90b47(0x28f)][_0xb90b47(0x274)][_0xb90b47(0x152)]>_0x338ea2[_0xb90b47(0x152)]&&_0x505262[_0xb90b47(0x28f)][_0xb90b47(0x274)][_0xb90b47(0x152)]<=_0x338ea2[_0xb90b47(0x2df)])return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x519966=_0x4757e2[_0xb90b47(0x26a)](_0x5a7471(_0x505262['params'][_0xb90b47(0x274)]),_0x5a7471(_0x40cc0c)),_0x3787ca=_0x4757e2[_0xb90b47(0x26a)](_0x5a7471(_0x505262[_0xb90b47(0x28f)]['range']),_0x5a7471(_0x338ea2));if(_0x251983['params'][_0xb90b47(0x29b)][_0xb90b47(0x152)]+=_0x519966[_0xb90b47(0x25c)],_0x251983[_0xb90b47(0x28f)][_0xb90b47(0x29b)][_0xb90b47(0x2df)]+=_0x519966[_0xb90b47(0x25c)]+(_0x519966[_0xb90b47(0x16d)]||0x0),_0x251983[_0xb90b47(0x28f)][_0xb90b47(0x19e)][_0xb90b47(0x152)]+=_0x3787ca['step'],_0x251983[_0xb90b47(0x28f)][_0xb90b47(0x19e)][_0xb90b47(0x2df)]+=_0x3787ca[_0xb90b47(0x25c)]+(_0x3787ca[_0xb90b47(0x16d)]||0x0),_0x40cc0c[_0xb90b47(0x152)]>=_0x505262['params'][_0xb90b47(0x274)][_0xb90b47(0x152)]&&_0x338ea2[_0xb90b47(0x152)]<_0x505262[_0xb90b47(0x28f)]['range']['startColumn']){const _0x5dcd62=_0x338ea2['endColumn']-_0x338ea2[_0xb90b47(0x152)]+0x1;_0x2bb0a0[_0xb90b47(0x28f)]['range']['startColumn']+=_0x5dcd62,_0x2bb0a0['params'][_0xb90b47(0x274)][_0xb90b47(0x2df)]+=_0x5dcd62;}else{if(_0x40cc0c['endColumn']<_0x505262[_0xb90b47(0x28f)][_0xb90b47(0x274)]['startColumn']&&_0x338ea2[_0xb90b47(0x152)]>=_0x505262[_0xb90b47(0x28f)][_0xb90b47(0x274)][_0xb90b47(0x152)]){const _0x27387c=_0x40cc0c['endColumn']-_0x40cc0c['startColumn']+0x1;_0x2bb0a0[_0xb90b47(0x28f)]['range'][_0xb90b47(0x152)]-=_0x27387c,_0x2bb0a0[_0xb90b47(0x28f)]['range'][_0xb90b47(0x2df)]-=_0x27387c;}}return{'m1Prime':_0x2bb0a0,'m2Prime':_0x251983};}},_0x114406={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2['MoveRangeMutation']['id'],'handler'(_0x34c72f,_0x3e2162){const _0x35e203=_0x3a657a,_0x33a35c={'m1Prime':_0x34c72f,'m2Prime':_0x3e2162};if(_0x34c72f[_0x35e203(0x28f)][_0x35e203(0x2d6)]!==_0x3e2162[_0x35e203(0x28f)][_0x35e203(0x2d6)]||_0x34c72f[_0x35e203(0x28f)][_0x35e203(0x1ca)]!==_0x3e2162[_0x35e203(0x28f)][_0x35e203(0x17f)]['subUnitId']&&_0x34c72f[_0x35e203(0x28f)][_0x35e203(0x1ca)]!==_0x3e2162[_0x35e203(0x28f)]['to']['subUnitId'])return _0x33a35c;const _0x317dfc=_0x4d93e7[_0x35e203(0x218)][_0x35e203(0x215)](_0x34c72f),_0x2b40d6=_0x4d93e7['Tools'][_0x35e203(0x215)](_0x3e2162);if(_0x34c72f[_0x35e203(0x28f)][_0x35e203(0x1ca)]===_0x3e2162[_0x35e203(0x28f)]['from'][_0x35e203(0x1ca)]){const _0x515d15=new _0x4d93e7[(_0x35e203(0x199))](_0x2b40d6['params'][_0x35e203(0x17f)][_0x35e203(0x1b0)])[_0x35e203(0x1dc)](),{startColumn:_0xf6ea37,endColumn:_0x3aaa0d}=_0x515d15,{startColumn:_0x10bbb5,endColumn:_0x2c0748}=_0x34c72f[_0x35e203(0x28f)]['range'],{step:_0x203218,length:_0x1d165b}=_0x4757e2[_0x35e203(0x26a)](_0x34c72f[_0x35e203(0x28f)][_0x35e203(0x274)],_0x515d15);_0x203218>0x0&&_0x1d165b===0x0&&_0x5578aa(_0x2b40d6[_0x35e203(0x28f)][_0x35e203(0x17f)][_0x35e203(0x1b0)],_0xf6ea37,_0x3aaa0d-_0xf6ea37+0x1,_0x203218),_0x203218===0x0&&_0x1d165b>0x0&&_0x5578aa(_0x2b40d6[_0x35e203(0x28f)][_0x35e203(0x17f)][_0x35e203(0x1b0)],_0x10bbb5,_0x3aaa0d-_0x10bbb5+0x1,_0x2c0748-_0x10bbb5+0x1);}if(_0x34c72f[_0x35e203(0x28f)][_0x35e203(0x1ca)]===_0x3e2162[_0x35e203(0x28f)]['to'][_0x35e203(0x1ca)]){const _0x1e4e23=new _0x4d93e7[(_0x35e203(0x199))](_0x2b40d6[_0x35e203(0x28f)]['to'][_0x35e203(0x1b0)])[_0x35e203(0x1dc)](),{startColumn:_0x591cca,endColumn:_0x4a9edb}=_0x1e4e23,{startColumn:_0x518234,endColumn:_0xc09c2e}=_0x34c72f[_0x35e203(0x28f)][_0x35e203(0x274)],{step:_0xc18d7a,length:_0x1f2084}=_0x4757e2[_0x35e203(0x26a)](_0x34c72f['params'][_0x35e203(0x274)],_0x1e4e23);_0xc18d7a>0x0&&_0x1f2084===0x0&&_0x5578aa(_0x2b40d6[_0x35e203(0x28f)]['to'][_0x35e203(0x1b0)],_0x591cca,_0x4a9edb-_0x591cca+0x1,_0xc18d7a),_0xc18d7a===0x0&&_0x1f2084>0x0&&_0x5578aa(_0x2b40d6[_0x35e203(0x28f)]['to']['value'],_0x518234,_0x4a9edb-_0x518234+0x1,_0xc09c2e-_0x518234+0x1);}return{'m1Prime':_0x317dfc,'m2Prime':_0x2b40d6};}},_0x4721df={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2['RemoveColMutation']['id'],'handler'(_0x36d50d,_0x5258f6){const _0x51b096=_0x3a657a,_0x41f3ac={'m1Prime':_0x36d50d,'m2Prime':_0x5258f6};if(_0x36d50d[_0x51b096(0x28f)]['unitId']!==_0x5258f6[_0x51b096(0x28f)][_0x51b096(0x2d6)]||_0x36d50d[_0x51b096(0x28f)][_0x51b096(0x1ca)]!==_0x5258f6[_0x51b096(0x28f)][_0x51b096(0x1ca)])return _0x41f3ac;const _0x14a6f9=_0x4d93e7[_0x51b096(0x218)]['deepClone'](_0x36d50d),_0x3d44cd=_0x4d93e7['Tools']['deepClone'](_0x5258f6);if(_0x36d50d['params']['range'][_0x51b096(0x152)]<=_0x5258f6[_0x51b096(0x28f)]['range'][_0x51b096(0x2df)]&&_0x36d50d[_0x51b096(0x28f)][_0x51b096(0x274)][_0x51b096(0x152)]>_0x5258f6['params']['range'][_0x51b096(0x152)])return{'error':new Error(_0x51b096(0x1f9))};const _0x2aea73=_0x4757e2[_0x51b096(0x26a)](_0x5a7471(_0x36d50d[_0x51b096(0x28f)][_0x51b096(0x274)]),_0x5a7471(_0x5258f6['params'][_0x51b096(0x274)]));_0x2aea73?(_0x3d44cd[_0x51b096(0x28f)]['range'][_0x51b096(0x152)]+=_0x2aea73[_0x51b096(0x25c)],_0x3d44cd['params'][_0x51b096(0x274)][_0x51b096(0x2df)]+=_0x2aea73[_0x51b096(0x25c)]+(_0x2aea73[_0x51b096(0x16d)]||0x0)):_0x3d44cd['id']=_0x4757e2[_0x51b096(0x1c5)]['id'];const _0x194da5=_0x4757e2['handleBaseRemoveRange'](_0x5a7471(_0x5258f6[_0x51b096(0x28f)][_0x51b096(0x274)]),_0x5a7471(_0x36d50d[_0x51b096(0x28f)]['range']));return _0x194da5&&(_0x14a6f9['params']['range'][_0x51b096(0x152)]+=_0x194da5[_0x51b096(0x25c)],_0x14a6f9[_0x51b096(0x28f)][_0x51b096(0x274)]['endColumn']+=_0x194da5[_0x51b096(0x25c)]+(_0x194da5[_0x51b096(0x16d)]||0x0)),{'m1Prime':_0x14a6f9,'m2Prime':_0x3d44cd};}},_0x5dc8eb={'m1':_0x4757e2[_0x3a657a(0x2b1)]['id'],'m2':_0x4757e2[_0x3a657a(0x2b1)]['id'],'handler'(_0x3d225c,_0x2dec6d){const _0xcc2467=_0x3a657a,_0x1729a6={'m1Prime':_0x3d225c,'m2Prime':_0x2dec6d};if(_0x3d225c[_0xcc2467(0x28f)][_0xcc2467(0x2d6)]!==_0x2dec6d[_0xcc2467(0x28f)][_0xcc2467(0x2d6)]||_0x3d225c[_0xcc2467(0x28f)][_0xcc2467(0x1ca)]!==_0x2dec6d['params'][_0xcc2467(0x1ca)])return _0x1729a6;const _0xb3572c=_0x4d93e7[_0xcc2467(0x218)][_0xcc2467(0x215)](_0x3d225c),_0x5c5dfe=_0x4d93e7[_0xcc2467(0x218)][_0xcc2467(0x215)](_0x2dec6d),_0x42d590=_0x4757e2[_0xcc2467(0x26a)](_0x5a7471(_0x4757e2[_0xcc2467(0x22e)](_0x3d225c[_0xcc2467(0x28f)][_0xcc2467(0x274)])),_0x5a7471(_0x4757e2[_0xcc2467(0x22e)](_0x2dec6d['params'][_0xcc2467(0x274)])));if(_0x42d590?(_0x5c5dfe[_0xcc2467(0x28f)]['range'][_0xcc2467(0x1eb)]+=_0x42d590[_0xcc2467(0x25c)],_0x5c5dfe[_0xcc2467(0x28f)][_0xcc2467(0x274)][_0xcc2467(0x2db)]+=_0x42d590['step']+(_0x42d590[_0xcc2467(0x16d)]||0x0)):_0x5c5dfe['id']=_0x4757e2[_0xcc2467(0x1c5)]['id'],_0x3d225c[_0xcc2467(0x28f)]['range'][_0xcc2467(0x1eb)]!==_0x2dec6d[_0xcc2467(0x28f)][_0xcc2467(0x274)][_0xcc2467(0x1eb)]){const _0x15ee3d=_0x4757e2[_0xcc2467(0x26a)](_0x5a7471(_0x4757e2['rotateRange'](_0x2dec6d['params'][_0xcc2467(0x274)])),_0x5a7471(_0x4757e2[_0xcc2467(0x22e)](_0x3d225c[_0xcc2467(0x28f)][_0xcc2467(0x274)])));_0x15ee3d?(_0xb3572c[_0xcc2467(0x28f)][_0xcc2467(0x274)][_0xcc2467(0x1eb)]+=_0x15ee3d['step'],_0xb3572c[_0xcc2467(0x28f)][_0xcc2467(0x274)][_0xcc2467(0x2db)]+=_0x15ee3d[_0xcc2467(0x25c)]+(_0x15ee3d[_0xcc2467(0x16d)]||0x0)):_0xb3572c['id']=_0x4757e2[_0xcc2467(0x1c5)]['id'];}return{'m1Prime':_0xb3572c,'m2Prime':_0x5c5dfe};}},_0x407fff={'m1':_0x4757e2['InsertRowMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x1bc)]['id'],'handler'(_0x260d5c,_0xaeb231){const _0x1ae93e=_0x3a657a,_0x1a2e26={'m1Prime':_0x260d5c,'m2Prime':_0xaeb231};if(_0x260d5c[_0x1ae93e(0x28f)]['unitId']!==_0xaeb231[_0x1ae93e(0x28f)]['unitId']||_0x260d5c[_0x1ae93e(0x28f)][_0x1ae93e(0x1ca)]!==_0xaeb231[_0x1ae93e(0x28f)][_0x1ae93e(0x17f)][_0x1ae93e(0x1ca)]&&_0x260d5c[_0x1ae93e(0x28f)]['subUnitId']!==_0xaeb231[_0x1ae93e(0x28f)]['to'][_0x1ae93e(0x1ca)])return _0x1a2e26;const _0x2d3252=_0x4d93e7['Tools']['deepClone'](_0x260d5c),_0x48d0d4=_0x4d93e7['Tools'][_0x1ae93e(0x215)](_0xaeb231);if(_0x260d5c[_0x1ae93e(0x28f)]['subUnitId']===_0xaeb231[_0x1ae93e(0x28f)][_0x1ae93e(0x17f)][_0x1ae93e(0x1ca)]){const _0x121398=new _0x4d93e7[(_0x1ae93e(0x199))](_0x48d0d4['params']['from'][_0x1ae93e(0x1b0)])['getDataRange'](),{startRow:_0x4f53de,endRow:_0x44a7b7}=_0x121398,{startRow:_0x26e2fb,endRow:_0x13d71d}=_0x260d5c[_0x1ae93e(0x28f)][_0x1ae93e(0x274)],{step:_0x1c3baa,length:_0x198ce7}=_0x4757e2[_0x1ae93e(0x26a)](_0x4757e2[_0x1ae93e(0x22e)](_0x260d5c[_0x1ae93e(0x28f)][_0x1ae93e(0x274)]),_0x4757e2[_0x1ae93e(0x22e)](_0x121398));_0x1c3baa>0x0&&_0x198ce7===0x0&&_0x308cd5(_0x48d0d4['params']['from']['value'],_0x4f53de,_0x44a7b7-_0x4f53de+0x1,_0x1c3baa),_0x1c3baa===0x0&&_0x198ce7>0x0&&_0x308cd5(_0x48d0d4['params'][_0x1ae93e(0x17f)]['value'],_0x26e2fb,_0x44a7b7-_0x26e2fb+0x1,_0x13d71d-_0x26e2fb+0x1);}if(_0x260d5c[_0x1ae93e(0x28f)]['subUnitId']===_0xaeb231[_0x1ae93e(0x28f)]['to'][_0x1ae93e(0x1ca)]){const _0x73133d=new _0x4d93e7[(_0x1ae93e(0x199))](_0xaeb231[_0x1ae93e(0x28f)]['to'][_0x1ae93e(0x1b0)])[_0x1ae93e(0x1dc)](),{startRow:_0x4d50e4,endRow:_0x245737}=_0x73133d,{startRow:_0x584ad0,endRow:_0x105860}=_0x260d5c[_0x1ae93e(0x28f)][_0x1ae93e(0x274)],{step:_0x2c877a,length:_0x360d8c}=_0x4757e2[_0x1ae93e(0x26a)](_0x4757e2[_0x1ae93e(0x22e)](_0x260d5c['params'][_0x1ae93e(0x274)]),_0x4757e2[_0x1ae93e(0x22e)](_0x73133d));_0x2c877a>0x0&&_0x360d8c===0x0&&_0x308cd5(_0x48d0d4[_0x1ae93e(0x28f)]['to'][_0x1ae93e(0x1b0)],_0x4d50e4,_0x245737-_0x4d50e4+0x1,_0x2c877a),_0x2c877a===0x0&&_0x360d8c>0x0&&_0x308cd5(_0x48d0d4[_0x1ae93e(0x28f)]['to']['value'],_0x584ad0,_0x245737-_0x584ad0+0x1,_0x105860-_0x584ad0+0x1);}return{'m1Prime':_0x2d3252,'m2Prime':_0x48d0d4};}},_0x54b2df={'m1':_0x4757e2[_0x3a657a(0x2b1)]['id'],'m2':_0x4757e2[_0x3a657a(0x2f0)]['id'],'handler'(_0x7afd8c,_0x11f0e6){const _0x298419=_0x3a657a,_0x363003={'m1Prime':_0x7afd8c,'m2Prime':_0x11f0e6};if(_0x7afd8c[_0x298419(0x28f)]['unitId']!==_0x11f0e6['params'][_0x298419(0x2d6)]||_0x7afd8c[_0x298419(0x28f)]['subUnitId']!==_0x11f0e6[_0x298419(0x28f)]['subUnitId'])return _0x363003;const _0x58eeda=_0x4d93e7[_0x298419(0x218)][_0x298419(0x215)](_0x7afd8c),_0xd0ebf7=_0x4d93e7[_0x298419(0x218)][_0x298419(0x215)](_0x11f0e6),_0x2e4eb0=_0x11f0e6[_0x298419(0x28f)][_0x298419(0x29b)],_0x29a16d=_0x11f0e6[_0x298419(0x28f)][_0x298419(0x19e)];if(_0x7afd8c[_0x298419(0x28f)][_0x298419(0x274)]['startRow']>_0x2e4eb0[_0x298419(0x1eb)]&&_0x7afd8c[_0x298419(0x28f)][_0x298419(0x274)][_0x298419(0x1eb)]<=_0x2e4eb0[_0x298419(0x2db)]||_0x7afd8c[_0x298419(0x28f)][_0x298419(0x274)]['startRow']>_0x29a16d[_0x298419(0x1eb)]&&_0x7afd8c['params'][_0x298419(0x274)][_0x298419(0x1eb)]<=_0x29a16d[_0x298419(0x2db)])return{'error':new Error(_0x298419(0x299))};const _0x53e27a=_0x4757e2['handleBaseInsertRange'](_0x5a7471(_0x4757e2['rotateRange'](_0x7afd8c[_0x298419(0x28f)][_0x298419(0x274)])),_0x5a7471(_0x4757e2[_0x298419(0x22e)](_0x2e4eb0))),_0x3f514f=_0x4757e2[_0x298419(0x26a)](_0x5a7471(_0x4757e2[_0x298419(0x22e)](_0x7afd8c[_0x298419(0x28f)][_0x298419(0x274)])),_0x5a7471(_0x4757e2['rotateRange'](_0x29a16d)));if(_0xd0ebf7[_0x298419(0x28f)][_0x298419(0x29b)]['startRow']+=_0x53e27a[_0x298419(0x25c)],_0xd0ebf7[_0x298419(0x28f)][_0x298419(0x29b)][_0x298419(0x2db)]+=_0x53e27a['step']+(_0x53e27a[_0x298419(0x16d)]||0x0),_0xd0ebf7['params'][_0x298419(0x19e)]['startRow']+=_0x3f514f[_0x298419(0x25c)],_0xd0ebf7[_0x298419(0x28f)]['targetRange'][_0x298419(0x2db)]+=_0x3f514f[_0x298419(0x25c)]+(_0x3f514f[_0x298419(0x16d)]||0x0),_0x2e4eb0[_0x298419(0x1eb)]>=_0x7afd8c[_0x298419(0x28f)][_0x298419(0x274)]['startRow']&&_0x29a16d[_0x298419(0x1eb)]<_0x7afd8c['params'][_0x298419(0x274)]['startRow']){const _0x2a5145=_0x29a16d[_0x298419(0x2db)]-_0x29a16d[_0x298419(0x1eb)]+0x1;_0x58eeda[_0x298419(0x28f)]['range'][_0x298419(0x1eb)]+=_0x2a5145,_0x58eeda[_0x298419(0x28f)][_0x298419(0x274)][_0x298419(0x2db)]+=_0x2a5145;}else{if(_0x2e4eb0['endRow']<_0x7afd8c[_0x298419(0x28f)][_0x298419(0x274)][_0x298419(0x1eb)]&&_0x29a16d[_0x298419(0x1eb)]>=_0x7afd8c['params']['range'][_0x298419(0x1eb)]){const _0x136453=_0x2e4eb0[_0x298419(0x2db)]-_0x2e4eb0['startRow']+0x1;_0x58eeda[_0x298419(0x28f)][_0x298419(0x274)][_0x298419(0x1eb)]-=_0x136453,_0x58eeda['params'][_0x298419(0x274)][_0x298419(0x2db)]-=_0x136453;}}return{'m1Prime':_0x58eeda,'m2Prime':_0xd0ebf7};}},_0x58718a={'m1':_0x4757e2[_0x3a657a(0x2b1)]['id'],'m2':_0x4757e2[_0x3a657a(0x2c7)]['id'],'handler'(_0x59f9a7,_0x33228f){const _0x3940bf=_0x3a657a,_0x262c0c={'m1Prime':_0x59f9a7,'m2Prime':_0x33228f};if(_0x59f9a7[_0x3940bf(0x28f)][_0x3940bf(0x2d6)]!==_0x33228f['params'][_0x3940bf(0x2d6)]||_0x59f9a7['params'][_0x3940bf(0x1ca)]!==_0x33228f[_0x3940bf(0x28f)][_0x3940bf(0x1ca)])return _0x262c0c;const _0x379350=_0x4d93e7[_0x3940bf(0x218)][_0x3940bf(0x215)](_0x59f9a7),_0x24245a=_0x4d93e7[_0x3940bf(0x218)][_0x3940bf(0x215)](_0x33228f);if(_0x59f9a7['params'][_0x3940bf(0x274)]['startRow']<=_0x33228f[_0x3940bf(0x28f)]['range'][_0x3940bf(0x2db)]&&_0x59f9a7['params'][_0x3940bf(0x274)][_0x3940bf(0x1eb)]>_0x33228f[_0x3940bf(0x28f)]['range'][_0x3940bf(0x1eb)])return{'error':new Error(_0x3940bf(0x1f9))};const _0x2905c8=_0x4757e2[_0x3940bf(0x26a)](_0x5a7471(_0x4757e2[_0x3940bf(0x22e)](_0x59f9a7[_0x3940bf(0x28f)][_0x3940bf(0x274)])),_0x5a7471(_0x4757e2[_0x3940bf(0x22e)](_0x33228f[_0x3940bf(0x28f)][_0x3940bf(0x274)])));_0x2905c8?(_0x24245a[_0x3940bf(0x28f)][_0x3940bf(0x274)][_0x3940bf(0x1eb)]+=_0x2905c8['step'],_0x24245a[_0x3940bf(0x28f)][_0x3940bf(0x274)]['endRow']+=_0x2905c8[_0x3940bf(0x25c)]+(_0x2905c8[_0x3940bf(0x16d)]||0x0)):_0x24245a['id']=_0x4757e2['EmptyMutation']['id'];const _0x489d20=_0x4757e2['handleBaseRemoveRange'](_0x5a7471(_0x4757e2[_0x3940bf(0x22e)](_0x33228f[_0x3940bf(0x28f)][_0x3940bf(0x274)])),_0x5a7471(_0x4757e2[_0x3940bf(0x22e)](_0x59f9a7[_0x3940bf(0x28f)][_0x3940bf(0x274)])));return _0x489d20&&(_0x379350[_0x3940bf(0x28f)][_0x3940bf(0x274)]['startRow']+=_0x489d20['step'],_0x379350[_0x3940bf(0x28f)][_0x3940bf(0x274)][_0x3940bf(0x2db)]+=_0x489d20['step']+(_0x489d20['length']||0x0)),{'m1Prime':_0x379350,'m2Prime':_0x24245a};}},_0x51ccb7={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x154)]['id'],'handler'(_0x15f73d,_0x488713){const _0x520adc=_0x3a657a,_0x162639={'m1Prime':_0x15f73d,'m2Prime':_0x488713};if(_0x15f73d[_0x520adc(0x28f)][_0x520adc(0x2d6)]!==_0x488713['params'][_0x520adc(0x2d6)]||_0x15f73d[_0x520adc(0x28f)][_0x520adc(0x1ca)]!==_0x488713[_0x520adc(0x28f)][_0x520adc(0x1ca)])return _0x162639;const _0x7f9b9c=_0x4d93e7[_0x520adc(0x218)][_0x520adc(0x215)](_0x15f73d),_0x64f0c5=_0x4d93e7[_0x520adc(0x218)][_0x520adc(0x215)](_0x488713),_0x2a2f89=_0x488713[_0x520adc(0x28f)][_0x520adc(0x29b)],_0x41d086=_0x488713[_0x520adc(0x28f)][_0x520adc(0x19e)],_0x495533=_0x15f73d[_0x520adc(0x28f)][_0x520adc(0x29b)],_0x337d85=_0x15f73d['params'][_0x520adc(0x19e)];if(_0x495533[_0x520adc(0x2df)]>=_0x2a2f89[_0x520adc(0x152)]&&_0x495533[_0x520adc(0x152)]<=_0x2a2f89['endColumn'])return{'error':new Error(_0x520adc(0x211))};const _0xf18c65=_0x4757e2[_0x520adc(0x1bd)]({'start':_0x495533[_0x520adc(0x152)],'end':_0x495533['endColumn']},{'start':_0x337d85[_0x520adc(0x152)],'end':_0x337d85[_0x520adc(0x2df)]},{'start':_0x2a2f89[_0x520adc(0x152)],'end':_0x2a2f89[_0x520adc(0x2df)]}),_0x5f3465=_0x4757e2[_0x520adc(0x1bd)]({'start':_0x495533[_0x520adc(0x152)],'end':_0x495533['endColumn']},{'start':_0x337d85['startColumn'],'end':_0x337d85[_0x520adc(0x2df)]},{'start':_0x41d086['startColumn'],'end':_0x41d086[_0x520adc(0x2df)]});_0xf18c65&&_0x5f3465?(_0x64f0c5['params']['sourceRange'][_0x520adc(0x152)]+=_0xf18c65[_0x520adc(0x25c)],_0x64f0c5[_0x520adc(0x28f)][_0x520adc(0x29b)]['endColumn']+=_0xf18c65[_0x520adc(0x25c)]+(_0xf18c65[_0x520adc(0x16d)]||0x0),_0x64f0c5[_0x520adc(0x28f)][_0x520adc(0x19e)][_0x520adc(0x152)]+=_0x5f3465[_0x520adc(0x25c)],_0x64f0c5[_0x520adc(0x28f)][_0x520adc(0x19e)][_0x520adc(0x2df)]+=_0x5f3465['step']+(_0x5f3465[_0x520adc(0x16d)]||0x0)):_0x64f0c5['id']=_0x4757e2['EmptyMutation']['id'];const _0x2b72b7=_0x4757e2['handleBaseMoveRowsCols']({'start':_0x2a2f89[_0x520adc(0x152)],'end':_0x2a2f89[_0x520adc(0x2df)]},{'start':_0x41d086[_0x520adc(0x152)],'end':_0x41d086['endColumn']},{'start':_0x495533[_0x520adc(0x152)],'end':_0x495533[_0x520adc(0x2df)]}),_0x567204=_0x4757e2['handleBaseMoveRowsCols']({'start':_0x2a2f89[_0x520adc(0x152)],'end':_0x2a2f89[_0x520adc(0x2df)]},{'start':_0x41d086[_0x520adc(0x152)],'end':_0x41d086['endColumn']},{'start':_0x337d85[_0x520adc(0x152)],'end':_0x337d85[_0x520adc(0x2df)]});return _0x2b72b7&&_0x567204?(_0x7f9b9c[_0x520adc(0x28f)]['sourceRange']['startColumn']+=_0x2b72b7['step'],_0x7f9b9c[_0x520adc(0x28f)][_0x520adc(0x29b)][_0x520adc(0x2df)]+=_0x2b72b7['step']+(_0x2b72b7[_0x520adc(0x16d)]||0x0),_0x7f9b9c[_0x520adc(0x28f)][_0x520adc(0x19e)][_0x520adc(0x152)]+=_0x567204[_0x520adc(0x25c)],_0x7f9b9c['params']['targetRange'][_0x520adc(0x2df)]+=_0x567204['step']+(_0x567204[_0x520adc(0x16d)]||0x0)):_0x7f9b9c['id']=_0x4757e2[_0x520adc(0x1c5)]['id'],{'m1Prime':_0x7f9b9c,'m2Prime':_0x64f0c5};}},_0x38f644={'m1':_0x4757e2['MoveRowsMutation']['id'],'m2':_0x4757e2['MoveRowsMutation']['id'],'handler'(_0x7e10a7,_0x59f468){const _0x5a7c29=_0x3a657a,_0x247bf9={'m1Prime':_0x7e10a7,'m2Prime':_0x59f468};if(_0x7e10a7['params'][_0x5a7c29(0x2d6)]!==_0x59f468['params'][_0x5a7c29(0x2d6)]||_0x7e10a7[_0x5a7c29(0x28f)][_0x5a7c29(0x1ca)]!==_0x59f468['params']['subUnitId'])return _0x247bf9;const _0x22a617=_0x4d93e7[_0x5a7c29(0x218)][_0x5a7c29(0x215)](_0x7e10a7),_0x24b753=_0x4d93e7['Tools'][_0x5a7c29(0x215)](_0x59f468),_0x2c8ebf=_0x59f468[_0x5a7c29(0x28f)][_0x5a7c29(0x29b)],_0x1426d7=_0x59f468[_0x5a7c29(0x28f)][_0x5a7c29(0x19e)],_0xcb6512=_0x7e10a7[_0x5a7c29(0x28f)][_0x5a7c29(0x29b)],_0x1c61e4=_0x7e10a7[_0x5a7c29(0x28f)][_0x5a7c29(0x19e)];if(_0xcb6512[_0x5a7c29(0x2db)]>=_0x2c8ebf[_0x5a7c29(0x1eb)]&&_0xcb6512[_0x5a7c29(0x1eb)]<=_0x2c8ebf[_0x5a7c29(0x2db)])return{'error':new Error(_0x5a7c29(0x1c7))};const _0x354d11=_0x4757e2[_0x5a7c29(0x1bd)]({'start':_0xcb6512['startRow'],'end':_0xcb6512['endRow']},{'start':_0x1c61e4[_0x5a7c29(0x1eb)],'end':_0x1c61e4[_0x5a7c29(0x2db)]},{'start':_0x2c8ebf['startRow'],'end':_0x2c8ebf['endRow']}),_0x53f903=_0x4757e2[_0x5a7c29(0x1bd)]({'start':_0xcb6512[_0x5a7c29(0x1eb)],'end':_0xcb6512['endRow']},{'start':_0x1c61e4[_0x5a7c29(0x1eb)],'end':_0x1c61e4[_0x5a7c29(0x2db)]},{'start':_0x1426d7[_0x5a7c29(0x1eb)],'end':_0x1426d7['endRow']});_0x354d11&&_0x53f903?(_0x24b753[_0x5a7c29(0x28f)][_0x5a7c29(0x29b)][_0x5a7c29(0x1eb)]+=_0x354d11[_0x5a7c29(0x25c)],_0x24b753['params'][_0x5a7c29(0x29b)]['endRow']+=_0x354d11[_0x5a7c29(0x25c)]+(_0x354d11[_0x5a7c29(0x16d)]||0x0),_0x24b753['params'][_0x5a7c29(0x19e)]['startRow']+=_0x53f903[_0x5a7c29(0x25c)],_0x24b753[_0x5a7c29(0x28f)]['targetRange'][_0x5a7c29(0x2db)]+=_0x53f903[_0x5a7c29(0x25c)]+(_0x53f903[_0x5a7c29(0x16d)]||0x0)):_0x24b753['id']=_0x4757e2['EmptyMutation']['id'];const _0x2118b0=_0x4757e2['handleBaseMoveRowsCols']({'start':_0x2c8ebf['startRow'],'end':_0x2c8ebf[_0x5a7c29(0x2db)]},{'start':_0x1426d7[_0x5a7c29(0x1eb)],'end':_0x1426d7[_0x5a7c29(0x2db)]},{'start':_0xcb6512['startRow'],'end':_0xcb6512['endRow']}),_0x52988c=_0x4757e2['handleBaseMoveRowsCols']({'start':_0x2c8ebf[_0x5a7c29(0x1eb)],'end':_0x2c8ebf[_0x5a7c29(0x2db)]},{'start':_0x1426d7[_0x5a7c29(0x1eb)],'end':_0x1426d7[_0x5a7c29(0x2db)]},{'start':_0x1c61e4[_0x5a7c29(0x1eb)],'end':_0x1c61e4[_0x5a7c29(0x2db)]});return _0x2118b0&&_0x52988c?(_0x22a617[_0x5a7c29(0x28f)][_0x5a7c29(0x29b)][_0x5a7c29(0x1eb)]+=_0x2118b0[_0x5a7c29(0x25c)],_0x22a617[_0x5a7c29(0x28f)]['sourceRange'][_0x5a7c29(0x2db)]+=_0x2118b0[_0x5a7c29(0x25c)]+(_0x2118b0[_0x5a7c29(0x16d)]||0x0),_0x22a617[_0x5a7c29(0x28f)]['targetRange'][_0x5a7c29(0x1eb)]+=_0x52988c['step'],_0x22a617['params']['targetRange'][_0x5a7c29(0x2db)]+=_0x52988c[_0x5a7c29(0x25c)]+(_0x52988c[_0x5a7c29(0x16d)]||0x0)):_0x22a617['id']=_0x4757e2[_0x5a7c29(0x1c5)]['id'],{'m1Prime':_0x22a617,'m2Prime':_0x24b753};}},_0x2c8c8a={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2[_0x3a657a(0x154)]['id'],'handler'(_0x53fce1,_0x4288b9){const _0x2fdd16=_0x3a657a,_0x4ca52a={'m1Prime':_0x53fce1,'m2Prime':_0x4288b9};if(_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x2d6)]!==_0x4288b9[_0x2fdd16(0x28f)]['unitId']||_0x53fce1[_0x2fdd16(0x28f)]['subUnitId']!==_0x4288b9[_0x2fdd16(0x28f)][_0x2fdd16(0x1ca)])return _0x4ca52a;const _0x5a767f=_0x4d93e7[_0x2fdd16(0x218)][_0x2fdd16(0x215)](_0x53fce1),_0x4e3ada=_0x4d93e7[_0x2fdd16(0x218)][_0x2fdd16(0x215)](_0x4288b9);if(_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x274)][_0x2fdd16(0x152)]<=_0x4288b9[_0x2fdd16(0x28f)]['sourceRange'][_0x2fdd16(0x2df)]&&_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x274)]['endColumn']>=_0x4288b9[_0x2fdd16(0x28f)]['sourceRange'][_0x2fdd16(0x152)]||_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x274)][_0x2fdd16(0x152)]<=_0x4288b9[_0x2fdd16(0x28f)][_0x2fdd16(0x19e)]['endColumn']&&_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x274)]['endColumn']>=_0x4288b9[_0x2fdd16(0x28f)][_0x2fdd16(0x19e)]['startColumn'])return{'error':new Error(_0x2fdd16(0x1d7))};const _0x56aa57=_0x4757e2['handleBaseRemoveRange'](_0x5a7471(_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x274)]),_0x5a7471(_0x4288b9[_0x2fdd16(0x28f)][_0x2fdd16(0x29b)])),_0x3f11c8=_0x4757e2[_0x2fdd16(0x1d6)](_0x5a7471(_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x274)]),_0x5a7471(_0x4288b9[_0x2fdd16(0x28f)]['targetRange']));_0x56aa57&&_0x3f11c8?(_0x4e3ada[_0x2fdd16(0x28f)][_0x2fdd16(0x29b)][_0x2fdd16(0x152)]+=_0x56aa57[_0x2fdd16(0x25c)],_0x4e3ada[_0x2fdd16(0x28f)]['sourceRange'][_0x2fdd16(0x2df)]+=_0x56aa57[_0x2fdd16(0x25c)]+(_0x56aa57[_0x2fdd16(0x16d)]||0x0),_0x4e3ada[_0x2fdd16(0x28f)][_0x2fdd16(0x19e)][_0x2fdd16(0x152)]+=_0x3f11c8['step'],_0x4e3ada[_0x2fdd16(0x28f)][_0x2fdd16(0x19e)][_0x2fdd16(0x2df)]+=_0x3f11c8[_0x2fdd16(0x25c)]+(_0x3f11c8[_0x2fdd16(0x16d)]||0x0)):_0x4e3ada['id']=_0x4757e2[_0x2fdd16(0x1c5)]['id'];const _0x61644d=_0x4757e2[_0x2fdd16(0x1bd)]({'start':_0x4288b9['params'][_0x2fdd16(0x29b)][_0x2fdd16(0x152)],'end':_0x4288b9[_0x2fdd16(0x28f)][_0x2fdd16(0x29b)]['endColumn']},{'start':_0x4288b9[_0x2fdd16(0x28f)][_0x2fdd16(0x19e)][_0x2fdd16(0x152)],'end':_0x4288b9[_0x2fdd16(0x28f)]['targetRange'][_0x2fdd16(0x2df)]},{'start':_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x274)][_0x2fdd16(0x152)],'end':_0x53fce1[_0x2fdd16(0x28f)][_0x2fdd16(0x274)]['endColumn']});if(_0x61644d){const {step:_0xc327db,length:_0x1bcbf6}=_0x61644d;_0x5a767f[_0x2fdd16(0x28f)][_0x2fdd16(0x274)][_0x2fdd16(0x152)]+=_0xc327db,_0x5a767f[_0x2fdd16(0x28f)][_0x2fdd16(0x274)]['endColumn']+=_0xc327db+(_0x1bcbf6||0x0);}else _0x5a767f['params']['range'][_0x2fdd16(0x152)]=0x0,_0x5a767f[_0x2fdd16(0x28f)]['range']['endColumn']=-0x1;return{'m1Prime':_0x5a767f,'m2Prime':_0x4e3ada};}},_0xff505c={'m1':_0x4757e2['RemoveColMutation']['id'],'m2':_0x4757e2['MoveRangeMutation']['id'],'handler'(_0x1d8b5d,_0x3478b4){const _0x43e084=_0x3a657a,_0x58aa3f={'m1Prime':_0x1d8b5d,'m2Prime':_0x3478b4};if(_0x1d8b5d[_0x43e084(0x28f)]['unitId']!==_0x3478b4['params']['unitId']||_0x1d8b5d['params'][_0x43e084(0x1ca)]!==_0x3478b4[_0x43e084(0x28f)][_0x43e084(0x17f)][_0x43e084(0x1ca)]&&_0x1d8b5d[_0x43e084(0x28f)][_0x43e084(0x1ca)]!==_0x3478b4[_0x43e084(0x28f)]['to'][_0x43e084(0x1ca)])return _0x58aa3f;const _0x101099=_0x4d93e7[_0x43e084(0x218)][_0x43e084(0x215)](_0x1d8b5d),_0x201db0=_0x4d93e7['Tools'][_0x43e084(0x215)](_0x3478b4),{startColumn:_0x59b6f0,endColumn:_0xa80aba}=_0x1d8b5d[_0x43e084(0x28f)][_0x43e084(0x274)];if(_0x1d8b5d[_0x43e084(0x28f)][_0x43e084(0x1ca)]===_0x3478b4[_0x43e084(0x28f)][_0x43e084(0x17f)][_0x43e084(0x1ca)]){const _0x2b4404=new _0x4d93e7['ObjectMatrix'](_0x201db0[_0x43e084(0x28f)][_0x43e084(0x17f)][_0x43e084(0x1b0)]),_0x1b0218=_0x2b4404[_0x43e084(0x1dc)](),{startColumn:_0x3ef195,endColumn:_0x2389bd}=_0x1b0218;if(_0x3ef195<=_0xa80aba&&_0x2389bd>=_0x59b6f0)return{'error':new Error(_0x43e084(0x1d5))};_0xa80aba<_0x3ef195&&_0x2b4404[_0x43e084(0x21f)](_0x59b6f0,_0xa80aba-_0x59b6f0+0x1),_0x201db0[_0x43e084(0x28f)][_0x43e084(0x17f)][_0x43e084(0x1b0)]=_0x2b4404[_0x43e084(0x24a)]();}if(_0x1d8b5d['params'][_0x43e084(0x1ca)]===_0x3478b4[_0x43e084(0x28f)]['to'][_0x43e084(0x1ca)]){const _0x430ccc=new _0x4d93e7[(_0x43e084(0x199))](_0x201db0[_0x43e084(0x28f)]['to'][_0x43e084(0x1b0)]),_0x562c73=_0x430ccc[_0x43e084(0x1dc)](),{startColumn:_0x486668,endColumn:_0x184a02}=_0x562c73;if(_0x486668<=_0xa80aba&&_0x184a02>=_0x59b6f0)return{'error':new Error(_0x43e084(0x1d5))};_0xa80aba<_0x486668&&_0x430ccc[_0x43e084(0x21f)](_0x59b6f0,_0xa80aba-_0x59b6f0+0x1),_0x201db0[_0x43e084(0x28f)]['to'][_0x43e084(0x1b0)]=_0x430ccc[_0x43e084(0x24a)]();}return{'m1Prime':_0x101099,'m2Prime':_0x201db0};}},_0x42e38a={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2[_0x3a657a(0x221)]['id'],'handler'(_0x33e2de,_0x1f55e6){const _0x4124f1=_0x3a657a,_0x585356={'m1Prime':_0x33e2de,'m2Prime':_0x1f55e6};if(_0x33e2de[_0x4124f1(0x28f)][_0x4124f1(0x2d6)]!==_0x1f55e6[_0x4124f1(0x28f)]['unitId']||_0x33e2de['params'][_0x4124f1(0x1ca)]!==_0x1f55e6[_0x4124f1(0x28f)]['subUnitId'])return _0x585356;const _0x2415b6=_0x4d93e7[_0x4124f1(0x218)][_0x4124f1(0x215)](_0x33e2de),_0x390c94=_0x4d93e7[_0x4124f1(0x218)][_0x4124f1(0x215)](_0x1f55e6),_0xb5be46=_0x4757e2[_0x4124f1(0x1d6)](_0x33e2de['params']['range'],_0x1f55e6['params']['range']);if(_0xb5be46){const {step:_0x52eade,length:_0x66da95}=_0xb5be46;_0x390c94[_0x4124f1(0x28f)]['range'][_0x4124f1(0x152)]+=_0x52eade,_0x390c94[_0x4124f1(0x28f)][_0x4124f1(0x274)][_0x4124f1(0x2df)]+=_0x52eade+(_0x66da95||0x0);}else _0x390c94['id']=_0x4757e2['EmptyMutation']['id'];const _0x40b506=_0x4757e2['handleBaseRemoveRange'](_0x1f55e6[_0x4124f1(0x28f)][_0x4124f1(0x274)],_0x33e2de[_0x4124f1(0x28f)]['range']);if(_0x40b506){const {step:_0x200911,length:_0x3981a0}=_0x40b506;_0x2415b6['params'][_0x4124f1(0x274)][_0x4124f1(0x152)]+=_0x200911,_0x2415b6['params'][_0x4124f1(0x274)][_0x4124f1(0x2df)]+=_0x200911+(_0x3981a0||0x0);}else _0x2415b6['id']=_0x4757e2[_0x4124f1(0x1c5)]['id'];return{'m1Prime':_0x2415b6,'m2Prime':_0x390c94};}},_0x2452e2={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bc)]['id'],'handler'(_0x1aed47,_0x46d1d4){const _0xa24c08=_0x3a657a,_0x3c653d={'m1Prime':_0x1aed47,'m2Prime':_0x46d1d4};if(_0x1aed47[_0xa24c08(0x28f)]['unitId']!==_0x46d1d4[_0xa24c08(0x28f)]['unitId']||_0x1aed47[_0xa24c08(0x28f)][_0xa24c08(0x1ca)]!==_0x46d1d4[_0xa24c08(0x28f)][_0xa24c08(0x17f)]['subUnitId']&&_0x1aed47['params']['subUnitId']!==_0x46d1d4['params']['to'][_0xa24c08(0x1ca)])return _0x3c653d;const _0x373994=_0x4d93e7[_0xa24c08(0x218)][_0xa24c08(0x215)](_0x1aed47),_0x103b9d=_0x4d93e7[_0xa24c08(0x218)][_0xa24c08(0x215)](_0x46d1d4),{startRow:_0x10c451,endRow:_0x326536}=_0x1aed47['params'][_0xa24c08(0x274)];if(_0x1aed47['params'][_0xa24c08(0x1ca)]===_0x46d1d4['params']['from'][_0xa24c08(0x1ca)]){const _0x4eac55=new _0x4d93e7['ObjectMatrix'](_0x103b9d[_0xa24c08(0x28f)]['from'][_0xa24c08(0x1b0)]),_0x2ca40d=_0x4eac55[_0xa24c08(0x1dc)](),{startRow:_0x2335e0,endRow:_0x5f0fe0}=_0x2ca40d;if(_0x2335e0<=_0x326536&&_0x5f0fe0>=_0x10c451)return{'error':new Error(_0xa24c08(0x1d5))};_0x326536<_0x2335e0&&_0x4eac55[_0xa24c08(0x20a)](_0x10c451,_0x326536-_0x10c451+0x1),_0x103b9d[_0xa24c08(0x28f)][_0xa24c08(0x17f)][_0xa24c08(0x1b0)]=_0x4eac55[_0xa24c08(0x24a)]();}if(_0x1aed47[_0xa24c08(0x28f)]['subUnitId']===_0x46d1d4[_0xa24c08(0x28f)]['to']['subUnitId']){const _0xc67050=new _0x4d93e7['ObjectMatrix'](_0x103b9d[_0xa24c08(0x28f)]['to']['value']),_0x41bf55=_0xc67050[_0xa24c08(0x1dc)](),{startRow:_0x9e9f04,endRow:_0x1e2e63}=_0x41bf55;if(_0x9e9f04<=_0x326536&&_0x1e2e63>=_0x10c451)return{'error':new Error(_0xa24c08(0x1d5))};_0x326536<_0x9e9f04&&_0xc67050[_0xa24c08(0x20a)](_0x10c451,_0x326536-_0x10c451+0x1),_0x103b9d[_0xa24c08(0x28f)]['to']['value']=_0xc67050[_0xa24c08(0x24a)]();}return{'m1Prime':_0x373994,'m2Prime':_0x103b9d};}},_0x4b36af={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2[_0x3a657a(0x2f0)]['id'],'handler'(_0x2f9c4b,_0x20d0d8){const _0x1a463c=_0x3a657a,_0x243117={'m1Prime':_0x2f9c4b,'m2Prime':_0x20d0d8};if(_0x2f9c4b[_0x1a463c(0x28f)][_0x1a463c(0x2d6)]!==_0x20d0d8['params'][_0x1a463c(0x2d6)]||_0x2f9c4b[_0x1a463c(0x28f)]['subUnitId']!==_0x20d0d8[_0x1a463c(0x28f)][_0x1a463c(0x1ca)])return _0x243117;const _0x33a3e9=_0x4d93e7[_0x1a463c(0x218)][_0x1a463c(0x215)](_0x2f9c4b),_0x32e3a7=_0x4d93e7[_0x1a463c(0x218)][_0x1a463c(0x215)](_0x20d0d8);if(_0x2f9c4b[_0x1a463c(0x28f)][_0x1a463c(0x274)][_0x1a463c(0x1eb)]<=_0x20d0d8['params'][_0x1a463c(0x29b)][_0x1a463c(0x2db)]&&_0x2f9c4b[_0x1a463c(0x28f)][_0x1a463c(0x274)][_0x1a463c(0x2db)]>=_0x20d0d8[_0x1a463c(0x28f)][_0x1a463c(0x29b)][_0x1a463c(0x1eb)]||_0x2f9c4b[_0x1a463c(0x28f)][_0x1a463c(0x274)][_0x1a463c(0x1eb)]<=_0x20d0d8[_0x1a463c(0x28f)]['targetRange'][_0x1a463c(0x2db)]&&_0x2f9c4b[_0x1a463c(0x28f)]['range'][_0x1a463c(0x2db)]>=_0x20d0d8[_0x1a463c(0x28f)][_0x1a463c(0x19e)][_0x1a463c(0x1eb)])return{'error':new Error('remove\x20row\x20is\x20conflict\x20with\x20move\x20row')};const _0x5ac9a8=_0x4757e2['handleBaseRemoveRange'](_0x5a7471(_0x4757e2[_0x1a463c(0x22e)](_0x2f9c4b[_0x1a463c(0x28f)]['range'])),_0x5a7471(_0x4757e2['rotateRange'](_0x20d0d8[_0x1a463c(0x28f)][_0x1a463c(0x29b)]))),_0x5bfe50=_0x4757e2[_0x1a463c(0x1d6)](_0x5a7471(_0x4757e2[_0x1a463c(0x22e)](_0x2f9c4b['params']['range'])),_0x5a7471(_0x4757e2[_0x1a463c(0x22e)](_0x20d0d8[_0x1a463c(0x28f)]['targetRange'])));_0x5ac9a8&&_0x5bfe50?(_0x32e3a7['params']['sourceRange']['startRow']+=_0x5ac9a8[_0x1a463c(0x25c)],_0x32e3a7['params'][_0x1a463c(0x29b)][_0x1a463c(0x2db)]+=_0x5ac9a8[_0x1a463c(0x25c)]+(_0x5ac9a8[_0x1a463c(0x16d)]||0x0),_0x32e3a7[_0x1a463c(0x28f)][_0x1a463c(0x19e)][_0x1a463c(0x1eb)]+=_0x5bfe50[_0x1a463c(0x25c)],_0x32e3a7['params'][_0x1a463c(0x19e)]['endRow']+=_0x5bfe50[_0x1a463c(0x25c)]+(_0x5bfe50[_0x1a463c(0x16d)]||0x0)):_0x32e3a7['id']=_0x4757e2[_0x1a463c(0x1c5)]['id'];const _0x22cd76=_0x4757e2[_0x1a463c(0x1bd)]({'start':_0x20d0d8['params'][_0x1a463c(0x29b)][_0x1a463c(0x1eb)],'end':_0x20d0d8[_0x1a463c(0x28f)][_0x1a463c(0x29b)][_0x1a463c(0x2db)]},{'start':_0x20d0d8[_0x1a463c(0x28f)][_0x1a463c(0x19e)][_0x1a463c(0x1eb)],'end':_0x20d0d8[_0x1a463c(0x28f)]['targetRange'][_0x1a463c(0x2db)]},{'start':_0x2f9c4b[_0x1a463c(0x28f)][_0x1a463c(0x274)][_0x1a463c(0x1eb)],'end':_0x2f9c4b[_0x1a463c(0x28f)][_0x1a463c(0x274)]['endRow']});if(_0x22cd76){const {step:_0x2bed2f,length:_0x512058}=_0x22cd76;_0x33a3e9[_0x1a463c(0x28f)][_0x1a463c(0x274)]['startRow']+=_0x2bed2f,_0x33a3e9[_0x1a463c(0x28f)][_0x1a463c(0x274)][_0x1a463c(0x2db)]+=_0x2bed2f+(_0x512058||0x0);}else _0x33a3e9['id']=_0x4757e2[_0x1a463c(0x1c5)]['id'];return{'m1Prime':_0x33a3e9,'m2Prime':_0x32e3a7};}},_0x269a14={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2[_0x3a657a(0x2c7)]['id'],'handler'(_0x4bc6d2,_0x2d518d){const _0x26753c=_0x3a657a,_0x139048={'m1Prime':_0x4bc6d2,'m2Prime':_0x2d518d};if(_0x4bc6d2[_0x26753c(0x28f)]['unitId']!==_0x2d518d[_0x26753c(0x28f)][_0x26753c(0x2d6)]||_0x4bc6d2['params'][_0x26753c(0x1ca)]!==_0x2d518d[_0x26753c(0x28f)][_0x26753c(0x1ca)])return _0x139048;const _0x477a25=_0x4d93e7['Tools'][_0x26753c(0x215)](_0x4bc6d2),_0xfabdf6=_0x4d93e7[_0x26753c(0x218)][_0x26753c(0x215)](_0x2d518d),_0x1f9f85=_0x4757e2['handleBaseRemoveRange'](_0x5a7471(_0x4757e2[_0x26753c(0x22e)](_0x4bc6d2[_0x26753c(0x28f)][_0x26753c(0x274)])),_0x5a7471(_0x4757e2[_0x26753c(0x22e)](_0x2d518d['params'][_0x26753c(0x274)])));if(_0x1f9f85){const {step:_0x4fe4f8,length:_0x13698f}=_0x1f9f85;_0xfabdf6[_0x26753c(0x28f)][_0x26753c(0x274)][_0x26753c(0x1eb)]+=_0x4fe4f8,_0xfabdf6['params']['range'][_0x26753c(0x2db)]+=_0x4fe4f8+(_0x13698f||0x0);}else _0xfabdf6['id']=_0x4757e2[_0x26753c(0x1c5)]['id'];const _0x12124d=_0x4757e2[_0x26753c(0x1d6)](_0x5a7471(_0x4757e2[_0x26753c(0x22e)](_0x2d518d['params'][_0x26753c(0x274)])),_0x5a7471(_0x4757e2[_0x26753c(0x22e)](_0x4bc6d2[_0x26753c(0x28f)][_0x26753c(0x274)])));if(_0x12124d){const {step:_0x2bd18c,length:_0x418b55}=_0x12124d;_0x477a25[_0x26753c(0x28f)][_0x26753c(0x274)][_0x26753c(0x1eb)]+=_0x2bd18c,_0x477a25[_0x26753c(0x28f)][_0x26753c(0x274)][_0x26753c(0x2db)]+=_0x2bd18c+(_0x418b55||0x0);}else _0x477a25['id']=_0x4757e2[_0x26753c(0x1c5)]['id'];return{'m1Prime':_0x477a25,'m2Prime':_0xfabdf6};}},_0xbedc8b={'m1':_0x4757e2['InsertSheetMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x19d)]['id'],'handler'(_0x420ffc,_0x351159){const _0x19e31d=_0x3a657a;if(_0x420ffc['params'][_0x19e31d(0x1ed)]['id']===_0x351159[_0x19e31d(0x28f)]['sheet']['id'])return{'error':new Error('Two\x20mutation\x20have\x20the\x20same\x20worksheetId!')};const _0x43b3e4=_0x4d93e7['Tools'][_0x19e31d(0x215)](_0x420ffc),_0x374848=_0x4d93e7[_0x19e31d(0x218)][_0x19e31d(0x215)](_0x351159);return _0x43b3e4[_0x19e31d(0x28f)][_0x19e31d(0x222)]<=_0x374848['params'][_0x19e31d(0x222)]?_0x374848['params']['index']+=0x1:_0x43b3e4[_0x19e31d(0x28f)]['index']>_0x374848[_0x19e31d(0x28f)][_0x19e31d(0x222)]&&(_0x43b3e4[_0x19e31d(0x28f)][_0x19e31d(0x222)]+=0x1),_0x420ffc['params']['sheet'][_0x19e31d(0x2e6)]===_0x351159[_0x19e31d(0x28f)][_0x19e31d(0x1ed)][_0x19e31d(0x2e6)]?{'error':new Error(_0x19e31d(0x283))}:{'m1Prime':_0x43b3e4,'m2Prime':_0x374848};}},_0x1c3cd8={'m1':_0x4757e2['RemoveSheetMutation']['id'],'m2':_0x3a657a(0x26f),'handler'(_0x32ee45,_0x86d16c){const _0xa0f160=_0x3a657a;return _0x32ee45[_0xa0f160(0x28f)][_0xa0f160(0x1ca)]===_0x86d16c[_0xa0f160(0x28f)]['subUnitId']&&_0x32ee45['id']!==_0x86d16c['id']?{'error':new Error('Trying\x20to\x20mutation\x20a\x20deleted\x20worksheet!')}:{'m1Prime':_0x32ee45,'m2Prime':_0x86d16c};}},_0x344969={'m1':_0x4757e2[_0x3a657a(0x1c6)]['id'],'m2':_0x4757e2[_0x3a657a(0x1c6)]['id'],'handler'(_0x58ac04,_0xa97a4a){const _0x492945=_0x3a657a,_0x54f881=_0x4d93e7[_0x492945(0x218)][_0x492945(0x215)](_0x58ac04),_0x2e6e75=_0x4d93e7[_0x492945(0x218)][_0x492945(0x215)](_0xa97a4a),_0x21d207={'error':new Error(_0x492945(0x21e))};if(_0x58ac04[_0x492945(0x28f)][_0x492945(0x252)]===_0xa97a4a['params'][_0x492945(0x252)])_0x54f881['id']=_0x4757e2['EmptyMutation']['id'],_0x2e6e75[_0x492945(0x28f)][_0x492945(0x252)]=_0x58ac04['params'][_0x492945(0x29a)];else{_0x58ac04[_0x492945(0x28f)][_0x492945(0x252)]===_0x58ac04[_0x492945(0x28f)]['toOrder']&&(_0x54f881['id']=_0x4757e2[_0x492945(0x1c5)]['id']),_0xa97a4a[_0x492945(0x28f)][_0x492945(0x252)]===_0xa97a4a[_0x492945(0x28f)][_0x492945(0x29a)]&&(_0x2e6e75['id']=_0x4757e2[_0x492945(0x1c5)]['id']);const _0x1ae3b2=[Math[_0x492945(0x2b4)](_0x58ac04['params']['fromOrder'],_0x58ac04[_0x492945(0x28f)]['toOrder']),Math[_0x492945(0x166)](_0x58ac04[_0x492945(0x28f)][_0x492945(0x252)],_0x58ac04[_0x492945(0x28f)][_0x492945(0x29a)])],_0x216ba7=[Math[_0x492945(0x2b4)](_0xa97a4a[_0x492945(0x28f)][_0x492945(0x252)],_0xa97a4a[_0x492945(0x28f)][_0x492945(0x29a)]),Math[_0x492945(0x166)](_0xa97a4a['params'][_0x492945(0x252)],_0xa97a4a[_0x492945(0x28f)][_0x492945(0x29a)])];if(_0x1ae3b2[0x0]<=_0x216ba7[0x1]&&_0x1ae3b2[0x1]>=_0x216ba7[0x0])return _0x21d207;}return{'m1Prime':_0x54f881,'m2Prime':_0x2e6e75};}},_0x1a8833={'m1':_0x4757e2[_0x3a657a(0x19d)]['id'],'m2':_0x4757e2[_0x3a657a(0x1c6)]['id'],'handler'(_0x214f50,_0x48846b){const _0x5d055d=_0x3a657a,_0xa59fb8=_0x4d93e7[_0x5d055d(0x218)][_0x5d055d(0x215)](_0x214f50),_0x15136d=_0x4d93e7['Tools'][_0x5d055d(0x215)](_0x48846b);return _0x214f50[_0x5d055d(0x28f)]['index']<=_0x48846b[_0x5d055d(0x28f)][_0x5d055d(0x26b)]&&(_0x15136d[_0x5d055d(0x28f)][_0x5d055d(0x26b)]+=0x1),{'m1Prime':_0xa59fb8,'m2Prime':_0x15136d};}},_0x5dc415={'m1':_0x3a657a(0x26f),'m2':_0x4757e2['RemoveSheetMutation']['id'],'handler'(_0x31015b,_0x4c251c){return{'m1Prime':_0x31015b,'m2Prime':_0x4c251c};}},_0x11be42=[_0xbedc8b,_0x1a8833,_0x1c3cd8,_0x5dc415,_0x344969],_0x50b6c8={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bb)]['id'],'handler'(_0xb60131,_0x3dba17){const _0x43a742=_0x3a657a,_0x5964a1={'m1Prime':_0xb60131,'m2Prime':_0x3dba17};if(_0xb60131['params']['unitId']!==_0x3dba17[_0x43a742(0x28f)][_0x43a742(0x2d6)]||_0xb60131[_0x43a742(0x28f)]['subUnitId']!==_0x3dba17[_0x43a742(0x28f)][_0x43a742(0x1ca)])return _0x5964a1;const _0x34ad48=[_0x4d93e7[_0x43a742(0x218)][_0x43a742(0x215)](_0xb60131)],_0xca80a5=_0x4d93e7['Tools'][_0x43a742(0x215)](_0x3dba17),_0x92868f=new _0x4d93e7[(_0x43a742(0x199))](_0xca80a5[_0x43a742(0x28f)][_0x43a742(0x16c)]),_0x6155f8=_0x92868f[_0x43a742(0x1dc)](),_0x5cad23=_0xb60131[_0x43a742(0x28f)]['range'],_0x5a7ca5=_0x5cad23['endColumn']-_0x5cad23[_0x43a742(0x152)]+0x1;if(_0xca80a5[_0x43a742(0x28f)][_0x43a742(0x16c)]&&_0x5cad23[_0x43a742(0x152)]<=_0x6155f8[_0x43a742(0x2df)]){const _0x1427b9=Math[_0x43a742(0x166)](_0x6155f8[_0x43a742(0x152)],_0x5cad23['startColumn']);_0x5578aa(_0xca80a5['params'][_0x43a742(0x16c)],_0x1427b9,_0x6155f8[_0x43a742(0x2df)]-_0x1427b9+0x1,_0x5a7ca5);}const _0x2dfbcc=new _0x4d93e7[(_0x43a742(0x199))]();let _0x3b7ecc=!0x1;if(_0x92868f[_0x43a742(0x27e)]((_0x4f4721,_0x5a9963,_0x4942d7)=>{const _0x29c02b=_0x43a742;if(_0x4942d7&&_0x4942d7['f']){const _0x568704=_0x4942d7['f'];let _0x9196d0=!0x1;const _0x381b0d=_0x4494b6(_0xb60131['params'][_0x29c02b(0x2d6)],_0xb60131[_0x29c02b(0x28f)]['subUnitId'],_0x568704,_0xf0432b=>{const _0xa223bc=_0x29c02b,_0x454c27=_0x4757e2[_0xa223bc(0x26a)](_0x5a7471(_0xb60131[_0xa223bc(0x28f)][_0xa223bc(0x274)]),_0x5a7471(_0xf0432b));return(_0x454c27[_0xa223bc(0x25c)]!==0x0||_0x454c27[_0xa223bc(0x16d)]!==0x0)&&(_0x9196d0=!0x0,_0xf0432b[_0xa223bc(0x152)]+=_0x454c27['step'],_0xf0432b[_0xa223bc(0x2df)]+=_0x454c27[_0xa223bc(0x25c)]+_0x454c27[_0xa223bc(0x16d)]),_0xf0432b;});_0x9196d0&&(_0x3b7ecc=!0x0,_0x4942d7['f']=_0x381b0d,_0x2dfbcc[_0x29c02b(0x1ba)](_0x4f4721,_0x5a9963,{..._0x4942d7}));}}),_0x3b7ecc){const _0x278095={'id':_0x4757e2['SetRangeValuesMutation']['id'],'params':{'unitId':_0x3dba17[_0x43a742(0x28f)]['unitId'],'subUnitId':_0x3dba17[_0x43a742(0x28f)][_0x43a742(0x1ca)],'cellValue':_0x2dfbcc[_0x43a742(0x24a)]()}};_0x34ad48[_0x43a742(0x2d4)](_0x278095);}return{'m1Prime':_0x34ad48,'m2Prime':_0xca80a5};}},_0x505a7b={'m1':_0x4757e2[_0x3a657a(0x2b1)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bb)]['id'],'handler'(_0x1adefa,_0x90faa1){const _0xc090b=_0x3a657a,_0x3228dc={'m1Prime':_0x1adefa,'m2Prime':_0x90faa1};if(_0x1adefa['params']['unitId']!==_0x90faa1['params'][_0xc090b(0x2d6)]||_0x1adefa['params'][_0xc090b(0x1ca)]!==_0x90faa1[_0xc090b(0x28f)][_0xc090b(0x1ca)])return _0x3228dc;const _0x506b55=[_0x4d93e7[_0xc090b(0x218)][_0xc090b(0x215)](_0x1adefa)],_0x47f0d3=_0x4d93e7[_0xc090b(0x218)]['deepClone'](_0x90faa1),_0x3ee7db=new _0x4d93e7['ObjectMatrix'](_0x47f0d3[_0xc090b(0x28f)][_0xc090b(0x16c)]),_0xef6a67=_0x3ee7db[_0xc090b(0x1dc)](),_0xdc70fb=_0x1adefa[_0xc090b(0x28f)][_0xc090b(0x274)],_0x4d02e4=_0xdc70fb[_0xc090b(0x2db)]-_0xdc70fb[_0xc090b(0x1eb)]+0x1;if(_0x47f0d3['params'][_0xc090b(0x16c)]&&_0xdc70fb['startRow']<=_0xef6a67[_0xc090b(0x2db)]){const _0xce4a31=Math[_0xc090b(0x166)](_0xef6a67[_0xc090b(0x1eb)],_0xdc70fb[_0xc090b(0x1eb)]);_0x308cd5(_0x47f0d3[_0xc090b(0x28f)][_0xc090b(0x16c)],_0xce4a31,_0xef6a67[_0xc090b(0x2db)]-_0xce4a31+0x1,_0x4d02e4);}const _0x211059=new _0x4d93e7[(_0xc090b(0x199))]();let _0x4f9fab=!0x1;if(_0x3ee7db[_0xc090b(0x27e)]((_0x562849,_0x56ed80,_0x494a79)=>{const _0x478501=_0xc090b;if(_0x494a79&&_0x494a79['f']){const _0x3c749e=_0x494a79['f'];let _0x19ac84=!0x1;const _0x59cbf4=_0x4494b6(_0x1adefa[_0x478501(0x28f)]['unitId'],_0x1adefa[_0x478501(0x28f)][_0x478501(0x1ca)],_0x3c749e,_0x1e4bc9=>{const _0x5f901b=_0x478501,_0xd3da68=_0x4757e2[_0x5f901b(0x26a)](_0x5a7471(_0x4757e2[_0x5f901b(0x22e)](_0x1adefa['params'][_0x5f901b(0x274)])),_0x5a7471(_0x4757e2[_0x5f901b(0x22e)](_0x1e4bc9)));return(_0xd3da68[_0x5f901b(0x25c)]!==0x0||_0xd3da68[_0x5f901b(0x16d)]!==0x0)&&(_0x19ac84=!0x0,_0x1e4bc9['startRow']+=_0xd3da68['step'],_0x1e4bc9[_0x5f901b(0x2db)]+=_0xd3da68[_0x5f901b(0x25c)]+_0xd3da68[_0x5f901b(0x16d)]),_0x1e4bc9;});_0x19ac84&&(_0x4f9fab=!0x0,_0x494a79['f']=_0x59cbf4,_0x211059[_0x478501(0x1ba)](_0x562849,_0x56ed80,{..._0x494a79}));}}),_0x4f9fab){const _0x33e742={'id':_0x4757e2[_0xc090b(0x1bb)]['id'],'params':{'unitId':_0x90faa1[_0xc090b(0x28f)][_0xc090b(0x2d6)],'subUnitId':_0x90faa1[_0xc090b(0x28f)]['subUnitId'],'cellValue':_0x211059[_0xc090b(0x24a)]()}};_0x506b55['push'](_0x33e742);}return{'m1Prime':_0x506b55,'m2Prime':_0x47f0d3};}},_0x1a39d3={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bb)]['id'],'handler'(_0x2d9076,_0x39b534){const _0x596abd=_0x3a657a,_0x40edec={'m1Prime':_0x2d9076,'m2Prime':_0x39b534};if(_0x2d9076[_0x596abd(0x28f)][_0x596abd(0x2d6)]!==_0x39b534[_0x596abd(0x28f)][_0x596abd(0x2d6)]||_0x2d9076[_0x596abd(0x28f)][_0x596abd(0x1ca)]!==_0x39b534[_0x596abd(0x28f)][_0x596abd(0x1ca)])return _0x40edec;const _0x3bdfb7=[_0x4d93e7[_0x596abd(0x218)][_0x596abd(0x215)](_0x2d9076)],_0x28fe31=_0x4d93e7[_0x596abd(0x218)][_0x596abd(0x215)](_0x39b534),_0x2f4ca5=new _0x4d93e7['ObjectMatrix'](_0x28fe31[_0x596abd(0x28f)]['cellValue']),{sourceRange:_0xf292f9,targetRange:_0x58963e}=_0x2d9076[_0x596abd(0x28f)],_0x234685=_0xf292f9['startColumn'],_0x842a9c=_0xf292f9[_0x596abd(0x2df)]-_0xf292f9['startColumn']+0x1,_0x52e616=_0x58963e[_0x596abd(0x152)];_0x2f4ca5[_0x596abd(0x205)](_0x234685,_0x842a9c,_0x52e616);const _0x4fe8e0=new _0x4d93e7['ObjectMatrix']();let _0x308029=!0x1;if(_0x2f4ca5['forValue']((_0x4f86ed,_0x2b1937,_0x33458f)=>{const _0x33c925=_0x596abd;if(_0x33458f&&_0x33458f['f']){const _0x3a288d=_0x33458f['f'];let _0x4e2307=!0x1;const _0x512698=_0x4494b6(_0x2d9076[_0x33c925(0x28f)][_0x33c925(0x2d6)],_0x2d9076[_0x33c925(0x28f)][_0x33c925(0x1ca)],_0x3a288d,_0xd20a3c=>{const _0x2feee4=_0x33c925,_0x570d71=_0x4757e2['handleBaseMoveRowsCols']({'start':_0x2d9076[_0x2feee4(0x28f)][_0x2feee4(0x29b)][_0x2feee4(0x152)],'end':_0x2d9076[_0x2feee4(0x28f)]['sourceRange'][_0x2feee4(0x2df)]},{'start':_0x2d9076[_0x2feee4(0x28f)]['targetRange'][_0x2feee4(0x152)],'end':_0x2d9076['params'][_0x2feee4(0x19e)][_0x2feee4(0x2df)]},{'start':_0xd20a3c[_0x2feee4(0x152)],'end':_0xd20a3c['endColumn']});return(_0x570d71[_0x2feee4(0x25c)]!==0x0||_0x570d71[_0x2feee4(0x16d)]!==0x0)&&(_0x4e2307=!0x0,_0xd20a3c['startColumn']+=_0x570d71['step'],_0xd20a3c[_0x2feee4(0x2df)]+=_0x570d71[_0x2feee4(0x25c)]+_0x570d71[_0x2feee4(0x16d)]),_0xd20a3c;});_0x4e2307&&(_0x308029=!0x0,_0x33458f['f']=_0x512698,_0x4fe8e0['setValue'](_0x4f86ed,_0x2b1937,{..._0x33458f}));}}),_0x308029){const _0x44ae26={'id':_0x4757e2[_0x596abd(0x1bb)]['id'],'params':{'unitId':_0x39b534[_0x596abd(0x28f)][_0x596abd(0x2d6)],'subUnitId':_0x39b534[_0x596abd(0x28f)][_0x596abd(0x1ca)],'cellValue':_0x4fe8e0[_0x596abd(0x24a)]()}};_0x3bdfb7['push'](_0x44ae26);}return _0x28fe31[_0x596abd(0x28f)][_0x596abd(0x16c)]=_0x2f4ca5[_0x596abd(0x24a)](),{'m1Prime':_0x3bdfb7,'m2Prime':_0x28fe31};}},_0x11f914={'m1':_0x4757e2[_0x3a657a(0x2f0)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bb)]['id'],'handler'(_0xf026b6,_0x15852b){const _0x2aaf05=_0x3a657a,_0x294b0e={'m1Prime':_0xf026b6,'m2Prime':_0x15852b};if(_0xf026b6[_0x2aaf05(0x28f)]['unitId']!==_0x15852b[_0x2aaf05(0x28f)][_0x2aaf05(0x2d6)]||_0xf026b6[_0x2aaf05(0x28f)][_0x2aaf05(0x1ca)]!==_0x15852b['params'][_0x2aaf05(0x1ca)])return _0x294b0e;const _0x2aa287=[_0x4d93e7[_0x2aaf05(0x218)]['deepClone'](_0xf026b6)],_0x485781=_0x4d93e7['Tools']['deepClone'](_0x15852b),_0x469cfc=new _0x4d93e7[(_0x2aaf05(0x199))](_0x485781[_0x2aaf05(0x28f)][_0x2aaf05(0x16c)]),{sourceRange:_0x23f7e1,targetRange:_0x16d637}=_0xf026b6[_0x2aaf05(0x28f)],_0x2ff54f=_0x23f7e1[_0x2aaf05(0x1eb)],_0x6ac2f=_0x23f7e1[_0x2aaf05(0x2db)]-_0x23f7e1[_0x2aaf05(0x1eb)]+0x1,_0x46563d=_0x16d637[_0x2aaf05(0x1eb)];_0x469cfc[_0x2aaf05(0x16a)](_0x2ff54f,_0x6ac2f,_0x46563d);const _0x9724c=new _0x4d93e7[(_0x2aaf05(0x199))]();let _0x447dc0=!0x1;if(_0x469cfc[_0x2aaf05(0x27e)]((_0x34d054,_0x44b98b,_0x307883)=>{const _0x136693=_0x2aaf05;if(_0x307883&&_0x307883['f']){const _0x5221b0=_0x307883['f'];let _0x33ce35=!0x1;const _0x281ad7=_0x4494b6(_0xf026b6[_0x136693(0x28f)][_0x136693(0x2d6)],_0xf026b6['params']['subUnitId'],_0x5221b0,_0x2924c2=>{const _0x56bd71=_0x136693,_0x381730=_0x4757e2[_0x56bd71(0x1bd)]({'start':_0xf026b6[_0x56bd71(0x28f)][_0x56bd71(0x29b)][_0x56bd71(0x1eb)],'end':_0xf026b6[_0x56bd71(0x28f)][_0x56bd71(0x29b)][_0x56bd71(0x2db)]},{'start':_0xf026b6[_0x56bd71(0x28f)][_0x56bd71(0x19e)]['startRow'],'end':_0xf026b6['params'][_0x56bd71(0x19e)]['endRow']},{'start':_0x2924c2['startRow'],'end':_0x2924c2[_0x56bd71(0x2db)]});return(_0x381730[_0x56bd71(0x25c)]!==0x0||_0x381730[_0x56bd71(0x16d)]!==0x0)&&(_0x33ce35=!0x0,_0x2924c2['startRow']+=_0x381730['step'],_0x2924c2[_0x56bd71(0x2db)]+=_0x381730[_0x56bd71(0x25c)]+_0x381730[_0x56bd71(0x16d)]),_0x2924c2;});_0x33ce35&&(_0x447dc0=!0x0,_0x307883['f']=_0x281ad7,_0x9724c[_0x136693(0x1ba)](_0x34d054,_0x44b98b,{..._0x307883}));}}),_0x447dc0){const _0x4b099c={'id':_0x4757e2['SetRangeValuesMutation']['id'],'params':{'unitId':_0x15852b['params']['unitId'],'subUnitId':_0x15852b[_0x2aaf05(0x28f)][_0x2aaf05(0x1ca)],'cellValue':_0x9724c['getMatrix']()}};_0x2aa287['push'](_0x4b099c);}return _0x485781['params'][_0x2aaf05(0x16c)]=_0x469cfc[_0x2aaf05(0x24a)](),{'m1Prime':_0x2aa287,'m2Prime':_0x485781};}},_0xf6df45={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bb)]['id'],'handler'(_0x15aefe,_0x59e738){const _0x42460a=_0x3a657a,_0x29f1a3={'m1Prime':_0x15aefe,'m2Prime':_0x59e738};if(_0x15aefe[_0x42460a(0x28f)][_0x42460a(0x2d6)]!==_0x59e738[_0x42460a(0x28f)]['unitId']||_0x15aefe[_0x42460a(0x28f)][_0x42460a(0x1ca)]!==_0x59e738[_0x42460a(0x28f)]['subUnitId'])return _0x29f1a3;const _0x7fa675=[_0x4d93e7[_0x42460a(0x218)]['deepClone'](_0x15aefe)],_0x26e4e4=_0x4d93e7[_0x42460a(0x218)][_0x42460a(0x215)](_0x59e738),_0x5b9a00=new _0x4d93e7[(_0x42460a(0x199))](_0x26e4e4['params'][_0x42460a(0x16c)]),_0x56f5c0=_0x5b9a00[_0x42460a(0x1dc)](),_0x5655fe=_0x15aefe[_0x42460a(0x28f)][_0x42460a(0x274)],_0x42b583=_0x5655fe['endColumn']-_0x5655fe[_0x42460a(0x152)]+0x1;if(_0x26e4e4['params'][_0x42460a(0x16c)]&&_0x5655fe[_0x42460a(0x2df)]<_0x56f5c0[_0x42460a(0x152)])_0x5578aa(_0x26e4e4[_0x42460a(0x28f)][_0x42460a(0x16c)],_0x56f5c0[_0x42460a(0x152)],_0x56f5c0[_0x42460a(0x2df)]-_0x56f5c0[_0x42460a(0x152)]+0x1,-_0x42b583);else{if(_0x5655fe[_0x42460a(0x152)]<=_0x56f5c0['endColumn'])return{'error':new Error(_0x42460a(0x2bc))};}const _0x1f9e68=new _0x4d93e7[(_0x42460a(0x199))]();let _0xa9ce76=!0x1,_0x8db5f2=!0x1;if(_0x5b9a00[_0x42460a(0x27e)]((_0x2b3346,_0x9c4fd4,_0x486216)=>{const _0x442e0d=_0x42460a;if(_0x486216&&_0x486216['f']){const _0x1be1dd=_0x486216['f'];let _0x19698d=!0x1;const _0x3afac0=_0x4494b6(_0x15aefe['params'][_0x442e0d(0x2d6)],_0x15aefe[_0x442e0d(0x28f)][_0x442e0d(0x1ca)],_0x1be1dd,_0x4c4837=>{const _0x46e58b=_0x442e0d,_0x1af2d0=_0x4757e2[_0x46e58b(0x1d6)](_0x5a7471(_0x15aefe['params']['range']),_0x5a7471(_0x4c4837));return _0x1af2d0===null?(_0xa9ce76=!0x0,_0x4c4837):((_0x1af2d0[_0x46e58b(0x25c)]!==0x0||_0x1af2d0[_0x46e58b(0x16d)]!==0x0)&&(_0x19698d=!0x0,_0x4c4837[_0x46e58b(0x152)]+=_0x1af2d0[_0x46e58b(0x25c)],_0x4c4837[_0x46e58b(0x2df)]+=_0x1af2d0[_0x46e58b(0x25c)]+_0x1af2d0['length']),_0x4c4837);});_0x19698d&&(_0x8db5f2=!0x0,_0x486216['f']=_0x3afac0,_0x1f9e68[_0x442e0d(0x1ba)](_0x2b3346,_0x9c4fd4,{..._0x486216}));}}),_0xa9ce76)return{'error':new Error(_0x42460a(0x1a1))};if(_0x8db5f2){const _0x5cb78c={'id':_0x4757e2[_0x42460a(0x1bb)]['id'],'params':{'unitId':_0x59e738[_0x42460a(0x28f)][_0x42460a(0x2d6)],'subUnitId':_0x59e738[_0x42460a(0x28f)][_0x42460a(0x1ca)],'cellValue':_0x1f9e68['getMatrix']()}};_0x7fa675[_0x42460a(0x2d4)](_0x5cb78c);}return{'m1Prime':_0x7fa675,'m2Prime':_0x26e4e4};}},_0xb18451={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2['SetRangeValuesMutation']['id'],'handler'(_0x269461,_0x1d78d9){const _0x2d09f6=_0x3a657a,_0x46d960={'m1Prime':_0x269461,'m2Prime':_0x1d78d9};if(_0x269461[_0x2d09f6(0x28f)][_0x2d09f6(0x2d6)]!==_0x1d78d9[_0x2d09f6(0x28f)]['unitId']||_0x269461[_0x2d09f6(0x28f)]['subUnitId']!==_0x1d78d9[_0x2d09f6(0x28f)][_0x2d09f6(0x1ca)])return _0x46d960;const _0x1597b5=[_0x4d93e7[_0x2d09f6(0x218)]['deepClone'](_0x269461)],_0x31f58b=_0x4d93e7['Tools'][_0x2d09f6(0x215)](_0x1d78d9),_0x269e56=new _0x4d93e7['ObjectMatrix'](_0x31f58b[_0x2d09f6(0x28f)][_0x2d09f6(0x16c)]),_0x203d44=_0x269e56['getDataRange'](),_0x227418=_0x269461[_0x2d09f6(0x28f)]['range'],_0x3ac715=_0x227418['endRow']-_0x227418[_0x2d09f6(0x1eb)]+0x1;if(_0x31f58b[_0x2d09f6(0x28f)]['cellValue']&&_0x227418[_0x2d09f6(0x2db)]<_0x203d44[_0x2d09f6(0x1eb)])_0x308cd5(_0x31f58b['params'][_0x2d09f6(0x16c)],_0x203d44[_0x2d09f6(0x1eb)],_0x203d44[_0x2d09f6(0x2db)]-_0x203d44['startRow']+0x1,-_0x3ac715);else{if(_0x227418[_0x2d09f6(0x1eb)]<=_0x203d44[_0x2d09f6(0x2db)])return{'error':new Error(_0x2d09f6(0x260))};}const _0x5a6076=new _0x4d93e7[(_0x2d09f6(0x199))]();let _0x3635db=!0x1,_0x412da6=!0x1;if(_0x269e56[_0x2d09f6(0x27e)]((_0x53a582,_0x1c6f8e,_0x4cfbaf)=>{const _0x2a52fd=_0x2d09f6;if(_0x4cfbaf&&_0x4cfbaf['f']){const _0x281ede=_0x4cfbaf['f'];let _0x1868ca=!0x1;const _0x5178ff=_0x4494b6(_0x269461[_0x2a52fd(0x28f)][_0x2a52fd(0x2d6)],_0x269461[_0x2a52fd(0x28f)][_0x2a52fd(0x1ca)],_0x281ede,_0x341b12=>{const _0x9742ac=_0x2a52fd,_0x2e61b6=_0x4757e2['handleBaseRemoveRange'](_0x5a7471(_0x4757e2[_0x9742ac(0x22e)](_0x269461[_0x9742ac(0x28f)][_0x9742ac(0x274)])),_0x5a7471(_0x4757e2[_0x9742ac(0x22e)](_0x341b12)));return _0x2e61b6===null?(_0x3635db=!0x0,_0x341b12):((_0x2e61b6[_0x9742ac(0x25c)]!==0x0||_0x2e61b6[_0x9742ac(0x16d)]!==0x0)&&(_0x1868ca=!0x0,_0x341b12['startRow']+=_0x2e61b6[_0x9742ac(0x25c)],_0x341b12[_0x9742ac(0x2db)]+=_0x2e61b6['step']+_0x2e61b6[_0x9742ac(0x16d)]),_0x341b12);});_0x1868ca&&(_0x412da6=!0x0,_0x4cfbaf['f']=_0x5178ff,_0x5a6076['setValue'](_0x53a582,_0x1c6f8e,{..._0x4cfbaf}));}}),_0x3635db)return{'error':new Error(_0x2d09f6(0x1a7))};if(_0x412da6){const _0x254f1b={'id':_0x4757e2['SetRangeValuesMutation']['id'],'params':{'unitId':_0x1d78d9[_0x2d09f6(0x28f)]['unitId'],'subUnitId':_0x1d78d9['params'][_0x2d09f6(0x1ca)],'cellValue':_0x5a6076['getMatrix']()}};_0x1597b5[_0x2d09f6(0x2d4)](_0x254f1b);}return{'m1Prime':_0x1597b5,'m2Prime':_0x31f58b};}},_0x2ce55b={'m1':_0x4757e2[_0x3a657a(0x1bc)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bc)]['id'],'handler'(_0x34a924,_0x205e9d){const _0x411ec1=_0x3a657a,_0x15f217={'m1Prime':_0x34a924,'m2Prime':_0x205e9d};if(_0x34a924[_0x411ec1(0x28f)][_0x411ec1(0x2d6)]!==_0x205e9d[_0x411ec1(0x28f)]['unitId'])return _0x15f217;const _0x1c2c74=new _0x4d93e7[(_0x411ec1(0x199))](_0x34a924[_0x411ec1(0x28f)][_0x411ec1(0x17f)]['value'])['getDataRange'](),_0xb80338=new _0x4d93e7[(_0x411ec1(0x199))](_0x205e9d[_0x411ec1(0x28f)][_0x411ec1(0x17f)]['value'])[_0x411ec1(0x1dc)](),_0x2c25c6=new _0x4d93e7['ObjectMatrix'](_0x34a924[_0x411ec1(0x28f)]['to']['value'])[_0x411ec1(0x1dc)](),_0xfddc24=new _0x4d93e7[(_0x411ec1(0x199))](_0x205e9d[_0x411ec1(0x28f)]['to'][_0x411ec1(0x1b0)])['getDataRange']();return _0x34a924[_0x411ec1(0x28f)]['from'][_0x411ec1(0x1ca)]===_0x205e9d[_0x411ec1(0x28f)][_0x411ec1(0x17f)][_0x411ec1(0x1ca)]&&_0x4d93e7[_0x411ec1(0x17e)][_0x411ec1(0x1b6)](_0x1c2c74,_0xb80338)||_0x34a924[_0x411ec1(0x28f)]['to'][_0x411ec1(0x1ca)]===_0x205e9d[_0x411ec1(0x28f)]['to'][_0x411ec1(0x1ca)]&&_0x4d93e7[_0x411ec1(0x17e)][_0x411ec1(0x1b6)](_0x2c25c6,_0xfddc24)||_0x34a924[_0x411ec1(0x28f)][_0x411ec1(0x17f)][_0x411ec1(0x1ca)]===_0x205e9d[_0x411ec1(0x28f)]['to'][_0x411ec1(0x1ca)]&&_0x4d93e7[_0x411ec1(0x17e)]['intersects'](_0x1c2c74,_0xfddc24)||_0x34a924[_0x411ec1(0x28f)]['to'][_0x411ec1(0x1ca)]===_0x205e9d[_0x411ec1(0x28f)][_0x411ec1(0x17f)]['subUnitId']&&_0x4d93e7[_0x411ec1(0x17e)][_0x411ec1(0x1b6)](_0x2c25c6,_0xb80338)?{'error':new Error(_0x411ec1(0x2cf))}:_0x15f217;}},_0x55f771={'m1':_0x4757e2['SetRangeValuesMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x1bc)]['id'],'handler'(_0x51beaf,_0x49ad1b){const _0x1dd6dc=_0x3a657a,_0x54ee58={'m1Prime':_0x51beaf,'m2Prime':_0x49ad1b};if(_0x51beaf['params'][_0x1dd6dc(0x2d6)]!==_0x49ad1b[_0x1dd6dc(0x28f)]['unitId'])return _0x54ee58;const _0x4df04d=new _0x4d93e7['ObjectMatrix'](_0x51beaf[_0x1dd6dc(0x28f)][_0x1dd6dc(0x16c)])['getDataRange'](),_0x2a3645=new _0x4d93e7[(_0x1dd6dc(0x199))](_0x49ad1b[_0x1dd6dc(0x28f)][_0x1dd6dc(0x17f)]['value'])[_0x1dd6dc(0x1dc)](),_0x2be984=new _0x4d93e7[(_0x1dd6dc(0x199))](_0x49ad1b[_0x1dd6dc(0x28f)]['to'][_0x1dd6dc(0x1b0)])[_0x1dd6dc(0x1dc)]();return _0x51beaf[_0x1dd6dc(0x28f)][_0x1dd6dc(0x1ca)]===_0x49ad1b['params'][_0x1dd6dc(0x17f)][_0x1dd6dc(0x1ca)]&&_0x4d93e7[_0x1dd6dc(0x17e)]['intersects'](_0x4df04d,_0x2a3645)||_0x51beaf['params']['subUnitId']===_0x49ad1b[_0x1dd6dc(0x28f)]['to'][_0x1dd6dc(0x1ca)]&&_0x4d93e7[_0x1dd6dc(0x17e)][_0x1dd6dc(0x1b6)](_0x4df04d,_0x2be984)?{'error':new Error(_0x1dd6dc(0x27d))}:_0x54ee58;}},_0x14eb8d={'m1':_0x4757e2[_0x3a657a(0x1bb)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bb)]['id'],'handler'(_0x3d0663,_0x138b6a){const _0x2c05e6=_0x3a657a,_0x258d7a={'m1Prime':_0x3d0663,'m2Prime':_0x138b6a};if(_0x3d0663[_0x2c05e6(0x28f)][_0x2c05e6(0x2d6)]!==_0x138b6a['params'][_0x2c05e6(0x2d6)]||_0x3d0663[_0x2c05e6(0x28f)][_0x2c05e6(0x1ca)]!==_0x138b6a[_0x2c05e6(0x28f)]['subUnitId'])return _0x258d7a;const _0xe75dd7=_0x4d93e7[_0x2c05e6(0x218)]['deepClone'](_0x3d0663),_0x230844=_0x4d93e7[_0x2c05e6(0x218)][_0x2c05e6(0x215)](_0x138b6a),_0x34f615=_0x4d93e7[_0x2c05e6(0x218)][_0x2c05e6(0x215)](_0x138b6a),_0x4249e0=new _0x4d93e7[(_0x2c05e6(0x199))](_0xe75dd7[_0x2c05e6(0x28f)][_0x2c05e6(0x16c)]),_0x3b4538=_0x4249e0[_0x2c05e6(0x1dc)](),_0xe48f0e=new _0x4d93e7[(_0x2c05e6(0x199))](_0x138b6a['params'][_0x2c05e6(0x16c)]),_0x4bfe75=new _0x4d93e7[(_0x2c05e6(0x199))](),_0x7755dc=_0xe48f0e[_0x2c05e6(0x1dc)]();return _0x4d93e7['Rectangle']['intersects'](_0x3b4538,_0x7755dc)?(_0x4249e0[_0x2c05e6(0x27e)]((_0x2eb1ff,_0x346e76,_0x3fbdd1)=>{const _0x15ff31=_0x2c05e6;var _0x14a021;const _0x35fe60=_0xe48f0e[_0x15ff31(0x198)](_0x2eb1ff,_0x346e76);_0x35fe60===null&&_0x4249e0['realDeleteValue'](_0x2eb1ff,_0x346e76),_0x3fbdd1&&_0x35fe60&&(typeof(_0x35fe60==null?void 0x0:_0x35fe60['s'])=='string'&&(_0x35fe60['s']=_0x4d93e7[_0x15ff31(0x218)][_0x15ff31(0x215)]((_0x14a021=_0x230844[_0x15ff31(0x28f)][_0x15ff31(0x1f0)])==null?void 0x0:_0x14a021[_0x35fe60['s']])||void 0x0),_0x4bfe75['setValue'](_0x2eb1ff,_0x346e76,_0x35fe60));}),_0xe75dd7['params'][_0x2c05e6(0x16c)]=_0x4249e0[_0x2c05e6(0x24a)](),_0x230844[_0x2c05e6(0x28f)][_0x2c05e6(0x16c)]=_0x4bfe75['getMatrix'](),{'m1Prime':[_0xe75dd7,_0x230844],'m2Prime':_0x34f615}):_0x258d7a;}},_0x1cf830={'m1':_0x4757e2['MoveRowsMutation']['id'],'m2':_0x4757e2['MoveRangeMutation']['id'],'handler'(_0x1ba371,_0x1a63fc){const _0x37b06e=_0x3a657a,_0x587b97={'m1Prime':_0x1ba371,'m2Prime':_0x1a63fc};if(_0x1ba371[_0x37b06e(0x28f)][_0x37b06e(0x2d6)]!==_0x1a63fc[_0x37b06e(0x28f)][_0x37b06e(0x2d6)]||_0x1ba371[_0x37b06e(0x28f)][_0x37b06e(0x1ca)]!==_0x1a63fc[_0x37b06e(0x28f)][_0x37b06e(0x17f)][_0x37b06e(0x1ca)]&&_0x1ba371[_0x37b06e(0x28f)][_0x37b06e(0x1ca)]!==_0x1a63fc[_0x37b06e(0x28f)]['to'][_0x37b06e(0x1ca)])return _0x587b97;const _0xabc521=_0x4d93e7[_0x37b06e(0x218)]['deepClone'](_0x1ba371),_0xaef880=_0x4d93e7['Tools'][_0x37b06e(0x215)](_0x1a63fc),_0x4becd6=_0x1ba371[_0x37b06e(0x28f)][_0x37b06e(0x29b)],_0x249763=_0x1ba371[_0x37b06e(0x28f)][_0x37b06e(0x19e)];if(_0x1ba371[_0x37b06e(0x28f)][_0x37b06e(0x1ca)]===_0x1a63fc['params'][_0x37b06e(0x17f)][_0x37b06e(0x1ca)]){const _0x62eb43=new _0x4d93e7['ObjectMatrix'](_0xaef880[_0x37b06e(0x28f)][_0x37b06e(0x17f)][_0x37b06e(0x1b0)]),_0x441cef=_0x62eb43[_0x37b06e(0x1dc)]();if(_0x2bcaf5({'start':_0x4becd6[_0x37b06e(0x1eb)],'end':_0x4becd6[_0x37b06e(0x2db)]},{'start':_0x441cef[_0x37b06e(0x1eb)],'end':_0x441cef['endRow']})||_0x2bcaf5({'start':_0x249763[_0x37b06e(0x1eb)],'end':_0x249763[_0x37b06e(0x2db)]},{'start':_0x441cef[_0x37b06e(0x1eb)],'end':_0x441cef[_0x37b06e(0x2db)]}))return{'error':new Error(_0x37b06e(0x2ba))};const _0x569558=_0x4757e2[_0x37b06e(0x1bd)]({'start':_0x4becd6[_0x37b06e(0x1eb)],'end':_0x4becd6['endRow']},{'start':_0x249763[_0x37b06e(0x1eb)],'end':_0x249763['endRow']},{'start':_0x441cef[_0x37b06e(0x1eb)],'end':_0x441cef['endRow']});if(_0x569558['length']!==0x0)return{'error':new Error(_0x37b06e(0x2ba))};_0x569558[_0x37b06e(0x25c)]!==0x0&&_0x62eb43['moveRows'](_0x4becd6[_0x37b06e(0x1eb)],_0x4becd6['endRow']-_0x4becd6[_0x37b06e(0x1eb)]+0x1,_0x249763[_0x37b06e(0x1eb)]),_0xaef880[_0x37b06e(0x28f)]['from'][_0x37b06e(0x1b0)]=_0x62eb43[_0x37b06e(0x24a)]();}if(_0x1ba371[_0x37b06e(0x28f)][_0x37b06e(0x1ca)]===_0x1a63fc[_0x37b06e(0x28f)]['to'][_0x37b06e(0x1ca)]){const _0x1c0b03=new _0x4d93e7['ObjectMatrix'](_0xaef880[_0x37b06e(0x28f)]['to'][_0x37b06e(0x1b0)]),_0x1ee30c=_0x1c0b03[_0x37b06e(0x1dc)]();if(_0x2bcaf5({'start':_0x4becd6[_0x37b06e(0x1eb)],'end':_0x4becd6[_0x37b06e(0x2db)]},{'start':_0x1ee30c[_0x37b06e(0x1eb)],'end':_0x1ee30c['endRow']})||_0x2bcaf5({'start':_0x249763[_0x37b06e(0x1eb)],'end':_0x249763[_0x37b06e(0x2db)]},{'start':_0x1ee30c[_0x37b06e(0x1eb)],'end':_0x1ee30c[_0x37b06e(0x2db)]}))return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};const _0x35601a=_0x4757e2[_0x37b06e(0x1bd)]({'start':_0x4becd6['startRow'],'end':_0x4becd6[_0x37b06e(0x2db)]},{'start':_0x249763[_0x37b06e(0x1eb)],'end':_0x249763[_0x37b06e(0x2db)]},{'start':_0x1ee30c[_0x37b06e(0x1eb)],'end':_0x1ee30c[_0x37b06e(0x2db)]});if(_0x35601a['length']!==0x0)return{'error':new Error(_0x37b06e(0x2ba))};_0x35601a[_0x37b06e(0x25c)]!==0x0&&_0x1c0b03[_0x37b06e(0x16a)](_0x4becd6[_0x37b06e(0x1eb)],_0x4becd6[_0x37b06e(0x2db)]-_0x4becd6[_0x37b06e(0x1eb)]+0x1,_0x249763[_0x37b06e(0x1eb)]),_0xaef880[_0x37b06e(0x28f)]['to']['value']=_0x1c0b03[_0x37b06e(0x24a)]();}return{'m1Prime':_0xabc521,'m2Prime':_0xaef880};}},_0x5381b1={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bc)]['id'],'handler'(_0x1fd1c0,_0x46e73f){const _0x5e8da8=_0x3a657a,_0x30b96d={'m1Prime':_0x1fd1c0,'m2Prime':_0x46e73f};if(_0x1fd1c0[_0x5e8da8(0x28f)]['unitId']!==_0x46e73f['params'][_0x5e8da8(0x2d6)]||_0x1fd1c0[_0x5e8da8(0x28f)][_0x5e8da8(0x1ca)]!==_0x46e73f[_0x5e8da8(0x28f)][_0x5e8da8(0x17f)]['subUnitId']&&_0x1fd1c0[_0x5e8da8(0x28f)]['subUnitId']!==_0x46e73f[_0x5e8da8(0x28f)]['to']['subUnitId'])return _0x30b96d;const _0x3c2d8c=_0x4d93e7[_0x5e8da8(0x218)][_0x5e8da8(0x215)](_0x1fd1c0),_0x431988=_0x4d93e7[_0x5e8da8(0x218)][_0x5e8da8(0x215)](_0x46e73f),_0x45ad24=_0x1fd1c0['params']['sourceRange'],_0x756bab=_0x1fd1c0['params']['targetRange'];if(_0x1fd1c0[_0x5e8da8(0x28f)][_0x5e8da8(0x1ca)]===_0x46e73f['params']['from'][_0x5e8da8(0x1ca)]){const _0x46738f=new _0x4d93e7[(_0x5e8da8(0x199))](_0x431988['params']['from'][_0x5e8da8(0x1b0)]),_0x5ef1fe=_0x46738f[_0x5e8da8(0x1dc)]();if(_0x2bcaf5({'start':_0x45ad24[_0x5e8da8(0x152)],'end':_0x45ad24['endColumn']},{'start':_0x5ef1fe['startColumn'],'end':_0x5ef1fe[_0x5e8da8(0x2df)]})||_0x2bcaf5({'start':_0x756bab[_0x5e8da8(0x152)],'end':_0x756bab[_0x5e8da8(0x2df)]},{'start':_0x5ef1fe['startColumn'],'end':_0x5ef1fe[_0x5e8da8(0x2df)]}))return{'error':new Error(_0x5e8da8(0x2cc))};const _0x3f92ea=_0x4757e2[_0x5e8da8(0x1bd)]({'start':_0x45ad24[_0x5e8da8(0x152)],'end':_0x45ad24[_0x5e8da8(0x2df)]},{'start':_0x756bab[_0x5e8da8(0x152)],'end':_0x756bab['endColumn']},{'start':_0x5ef1fe[_0x5e8da8(0x152)],'end':_0x5ef1fe[_0x5e8da8(0x2df)]});if(_0x3f92ea['length']!==0x0)return{'error':new Error(_0x5e8da8(0x2cc))};_0x3f92ea[_0x5e8da8(0x25c)]!==0x0&&_0x46738f[_0x5e8da8(0x205)](_0x45ad24['startColumn'],_0x45ad24[_0x5e8da8(0x2df)]-_0x45ad24[_0x5e8da8(0x152)]+0x1,_0x756bab[_0x5e8da8(0x152)]),_0x431988[_0x5e8da8(0x28f)]['from']['value']=_0x46738f[_0x5e8da8(0x24a)]();}if(_0x1fd1c0['params'][_0x5e8da8(0x1ca)]===_0x46e73f[_0x5e8da8(0x28f)]['to'][_0x5e8da8(0x1ca)]){const _0x5049b0=new _0x4d93e7[(_0x5e8da8(0x199))](_0x431988[_0x5e8da8(0x28f)]['to'][_0x5e8da8(0x1b0)]),_0x186430=_0x5049b0[_0x5e8da8(0x1dc)]();if(_0x2bcaf5({'start':_0x45ad24[_0x5e8da8(0x152)],'end':_0x45ad24[_0x5e8da8(0x2df)]},{'start':_0x186430['startColumn'],'end':_0x186430[_0x5e8da8(0x2df)]})||_0x2bcaf5({'start':_0x756bab[_0x5e8da8(0x152)],'end':_0x756bab[_0x5e8da8(0x2df)]},{'start':_0x186430[_0x5e8da8(0x152)],'end':_0x186430[_0x5e8da8(0x2df)]}))return{'error':new Error(_0x5e8da8(0x2cc))};const _0x1a525b=_0x4757e2[_0x5e8da8(0x1bd)]({'start':_0x45ad24[_0x5e8da8(0x152)],'end':_0x45ad24[_0x5e8da8(0x2df)]},{'start':_0x756bab['startColumn'],'end':_0x756bab[_0x5e8da8(0x2df)]},{'start':_0x186430[_0x5e8da8(0x152)],'end':_0x186430[_0x5e8da8(0x2df)]});if(_0x1a525b[_0x5e8da8(0x16d)]!==0x0)return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};_0x1a525b['step']!==0x0&&_0x5049b0[_0x5e8da8(0x205)](_0x45ad24[_0x5e8da8(0x152)],_0x45ad24[_0x5e8da8(0x2df)]-_0x45ad24[_0x5e8da8(0x152)]+0x1,_0x756bab[_0x5e8da8(0x152)]),_0x431988[_0x5e8da8(0x28f)]['to'][_0x5e8da8(0x1b0)]=_0x5049b0['getMatrix']();}return{'m1Prime':_0x3c2d8c,'m2Prime':_0x431988};}},_0x512a9e={'m1':_0x4757e2[_0x3a657a(0x22b)]['id'],'m2':_0x4757e2[_0x3a657a(0x22b)]['id'],'handler'(_0x5dd133,_0x5ea128){const _0x46e9db=_0x3a657a,_0x19303d={'m1Prime':_0x5dd133,'m2Prime':_0x5ea128};return _0x5dd133[_0x46e9db(0x28f)][_0x46e9db(0x2d6)]!==_0x5ea128[_0x46e9db(0x28f)][_0x46e9db(0x2d6)]||_0x5dd133[_0x46e9db(0x28f)][_0x46e9db(0x1ca)]!==_0x5ea128[_0x46e9db(0x28f)][_0x46e9db(0x1ca)]?_0x19303d:{'error':new Error('Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.')};}},_0x1b7308={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2[_0x3a657a(0x17c)]['id'],'handler'(_0x324185,_0x4f28ce){const _0x4fb346=_0x3a657a,_0x56e063={'m1Prime':_0x324185,'m2Prime':_0x4f28ce};if(_0x324185[_0x4fb346(0x28f)][_0x4fb346(0x2d6)]!==_0x4f28ce[_0x4fb346(0x28f)]['unitId']||_0x324185[_0x4fb346(0x28f)][_0x4fb346(0x1ca)]!==_0x4f28ce['params'][_0x4fb346(0x1ca)])return _0x56e063;const _0x3c7738=_0x4d93e7[_0x4fb346(0x218)][_0x4fb346(0x215)](_0x324185),_0x4aab8e=_0x4d93e7['Tools']['deepClone'](_0x4f28ce),{ranges:_0x534406}=_0x4aab8e[_0x4fb346(0x28f)];return _0x534406[_0x4fb346(0x178)](_0x20d326=>{const _0x48db0e=_0x4fb346,_0x53b074=_0x4757e2[_0x48db0e(0x26a)](_0x5a7471(_0x324185[_0x48db0e(0x28f)][_0x48db0e(0x274)]),_0x20d326);return _0x53b074[_0x48db0e(0x16d)]!==0x0?!0x0:(_0x20d326['startColumn']+=_0x53b074[_0x48db0e(0x25c)],_0x20d326[_0x48db0e(0x2df)]+=_0x53b074[_0x48db0e(0x25c)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x3c7738,'m2Prime':_0x4aab8e};}},_0x4df003={'m1':_0x4757e2['InsertColMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x23b)]['id'],'handler'(_0xac1a9e,_0x5bc440){const _0x3fcb78=_0x3a657a,_0x1dd349={'m1Prime':_0xac1a9e,'m2Prime':_0x5bc440};if(_0xac1a9e[_0x3fcb78(0x28f)][_0x3fcb78(0x2d6)]!==_0x5bc440[_0x3fcb78(0x28f)][_0x3fcb78(0x2d6)]||_0xac1a9e[_0x3fcb78(0x28f)][_0x3fcb78(0x1ca)]!==_0x5bc440[_0x3fcb78(0x28f)][_0x3fcb78(0x1ca)])return _0x1dd349;const _0x136c8b=_0x4d93e7[_0x3fcb78(0x218)]['deepClone'](_0xac1a9e),_0xf163db=_0x4d93e7['Tools'][_0x3fcb78(0x215)](_0x5bc440),{ranges:_0x3402cf}=_0xf163db['params'];return _0x3402cf[_0x3fcb78(0x178)](_0x55c98=>{const _0x458277=_0x3fcb78,_0x43f9bf=_0x4757e2['handleBaseInsertRange'](_0x5a7471(_0xac1a9e[_0x458277(0x28f)][_0x458277(0x274)]),_0x55c98);return _0x43f9bf[_0x458277(0x16d)]!==0x0?!0x0:(_0x55c98['startColumn']+=_0x43f9bf[_0x458277(0x25c)],_0x55c98[_0x458277(0x2df)]+=_0x43f9bf['step'],!0x1);})?{'error':new Error(_0x3fcb78(0x1ab))}:{'m1Prime':_0x136c8b,'m2Prime':_0xf163db};}},_0x546110={'m1':_0x4757e2['InsertRowMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x2c5)]['id'],'handler'(_0x28d133,_0x4e6b4a){const _0x1b4aba=_0x3a657a,_0x2f8ce1={'m1Prime':_0x28d133,'m2Prime':_0x4e6b4a};if(_0x28d133[_0x1b4aba(0x28f)]['unitId']!==_0x4e6b4a['params']['unitId']||_0x28d133['params']['subUnitId']!==_0x4e6b4a['params'][_0x1b4aba(0x1ca)])return _0x2f8ce1;const _0x5ad1dc=_0x4d93e7[_0x1b4aba(0x218)][_0x1b4aba(0x215)](_0x28d133),_0x263d2e=_0x4d93e7[_0x1b4aba(0x218)][_0x1b4aba(0x215)](_0x4e6b4a),{ranges:_0x502523}=_0x263d2e[_0x1b4aba(0x28f)];return _0x502523['some'](_0x5466da=>{const _0x309822=_0x1b4aba,_0x2c03d2=_0x4757e2[_0x309822(0x26a)](_0x5a7471(_0x4757e2[_0x309822(0x22e)](_0x28d133[_0x309822(0x28f)][_0x309822(0x274)])),_0x5a7471(_0x4757e2[_0x309822(0x22e)](_0x5466da)));return _0x2c03d2['length']!==0x0?!0x0:(_0x5466da[_0x309822(0x1eb)]+=_0x2c03d2[_0x309822(0x25c)],_0x5466da[_0x309822(0x2db)]+=_0x2c03d2[_0x309822(0x25c)],!0x1);})?{'error':new Error(_0x1b4aba(0x2af))}:{'m1Prime':_0x5ad1dc,'m2Prime':_0x263d2e};}},_0x315bec={'m1':_0x4757e2[_0x3a657a(0x2b1)]['id'],'m2':_0x4757e2[_0x3a657a(0x1f1)]['id'],'handler'(_0x4ffe74,_0x292fa7){const _0x1e8667=_0x3a657a,_0x5ca3c9={'m1Prime':_0x4ffe74,'m2Prime':_0x292fa7};if(_0x4ffe74[_0x1e8667(0x28f)]['unitId']!==_0x292fa7['params'][_0x1e8667(0x2d6)]||_0x4ffe74['params'][_0x1e8667(0x1ca)]!==_0x292fa7[_0x1e8667(0x28f)]['subUnitId'])return _0x5ca3c9;const _0x4c1f3b=_0x4d93e7[_0x1e8667(0x218)][_0x1e8667(0x215)](_0x4ffe74),_0x42d924=_0x4d93e7[_0x1e8667(0x218)][_0x1e8667(0x215)](_0x292fa7),{ranges:_0x50f4a9}=_0x42d924[_0x1e8667(0x28f)];return _0x50f4a9[_0x1e8667(0x178)](_0x58fb35=>{const _0x2e4b36=_0x1e8667,_0x43bd32=_0x4757e2['handleBaseInsertRange'](_0x5a7471(_0x4757e2[_0x2e4b36(0x22e)](_0x4ffe74[_0x2e4b36(0x28f)]['range'])),_0x5a7471(_0x4757e2[_0x2e4b36(0x22e)](_0x58fb35)));return _0x43bd32[_0x2e4b36(0x16d)]!==0x0?!0x0:(_0x58fb35[_0x2e4b36(0x1eb)]+=_0x43bd32[_0x2e4b36(0x25c)],_0x58fb35['endRow']+=_0x43bd32[_0x2e4b36(0x25c)],!0x1);})?{'error':new Error(_0x1e8667(0x2eb))}:{'m1Prime':_0x4c1f3b,'m2Prime':_0x42d924};}},_0x46d95b={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2[_0x3a657a(0x2c5)]['id'],'handler'(_0x10887a,_0x5a560a){const _0x42503e=_0x3a657a,_0x4b9bf1={'m1Prime':_0x10887a,'m2Prime':_0x5a560a};if(_0x10887a[_0x42503e(0x28f)]['unitId']!==_0x5a560a[_0x42503e(0x28f)][_0x42503e(0x2d6)]||_0x10887a['params']['subUnitId']!==_0x5a560a[_0x42503e(0x28f)]['subUnitId'])return _0x4b9bf1;const _0x200aa7=_0x4d93e7['Tools'][_0x42503e(0x215)](_0x10887a),_0x451a2f=_0x4d93e7['Tools'][_0x42503e(0x215)](_0x5a560a),{ranges:_0x5a4622}=_0x451a2f[_0x42503e(0x28f)];return _0x5a4622[_0x42503e(0x1bf)](_0x1898c9=>{const _0x1ef23e=_0x42503e,_0x42fc6a=_0x4757e2[_0x1ef23e(0x1d6)](_0x5a7471(_0x4757e2[_0x1ef23e(0x22e)](_0x10887a['params'][_0x1ef23e(0x274)])),_0x5a7471(_0x4757e2[_0x1ef23e(0x22e)](_0x1898c9)));_0x42fc6a==null?_0x451a2f['id']=_0x4757e2['EmptyMutation']['id']:(_0x1898c9[_0x1ef23e(0x1eb)]+=_0x42fc6a['step'],_0x1898c9[_0x1ef23e(0x2db)]+=_0x42fc6a[_0x1ef23e(0x25c)]+_0x42fc6a[_0x1ef23e(0x16d)]);}),{'m1Prime':_0x200aa7,'m2Prime':_0x451a2f};}},_0x4ceb6a={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2[_0x3a657a(0x1f1)]['id'],'handler'(_0x20a60d,_0x9ba938){const _0x17d590=_0x3a657a,_0x2baf76={'m1Prime':_0x20a60d,'m2Prime':_0x9ba938};if(_0x20a60d[_0x17d590(0x28f)]['unitId']!==_0x9ba938[_0x17d590(0x28f)][_0x17d590(0x2d6)]||_0x20a60d[_0x17d590(0x28f)][_0x17d590(0x1ca)]!==_0x9ba938[_0x17d590(0x28f)][_0x17d590(0x1ca)])return _0x2baf76;const _0x40c47b=_0x4d93e7['Tools'][_0x17d590(0x215)](_0x20a60d),_0x5bf037=_0x4d93e7['Tools'][_0x17d590(0x215)](_0x9ba938),{ranges:_0x2d47c3}=_0x5bf037[_0x17d590(0x28f)];return _0x2d47c3[_0x17d590(0x1bf)](_0x311ef9=>{const _0x1ae76b=_0x17d590,_0x5ce7dd=_0x4757e2['handleBaseRemoveRange'](_0x5a7471(_0x4757e2[_0x1ae76b(0x22e)](_0x20a60d[_0x1ae76b(0x28f)]['range'])),_0x5a7471(_0x4757e2[_0x1ae76b(0x22e)](_0x311ef9)));_0x5ce7dd==null?_0x5bf037['id']=_0x4757e2['EmptyMutation']['id']:(_0x311ef9[_0x1ae76b(0x1eb)]+=_0x5ce7dd['step'],_0x311ef9[_0x1ae76b(0x2db)]+=_0x5ce7dd[_0x1ae76b(0x25c)]+_0x5ce7dd['length']);}),{'m1Prime':_0x40c47b,'m2Prime':_0x5bf037};}},_0x1402fe={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2[_0x3a657a(0x17c)]['id'],'handler'(_0x2dba1f,_0x464693){const _0x5e69cc=_0x3a657a,_0x1b5f1a={'m1Prime':_0x2dba1f,'m2Prime':_0x464693};if(_0x2dba1f[_0x5e69cc(0x28f)][_0x5e69cc(0x2d6)]!==_0x464693[_0x5e69cc(0x28f)][_0x5e69cc(0x2d6)]||_0x2dba1f[_0x5e69cc(0x28f)][_0x5e69cc(0x1ca)]!==_0x464693[_0x5e69cc(0x28f)][_0x5e69cc(0x1ca)])return _0x1b5f1a;const _0xc206c4=_0x4d93e7['Tools'][_0x5e69cc(0x215)](_0x2dba1f),_0x1f1984=_0x4d93e7['Tools'][_0x5e69cc(0x215)](_0x464693),{ranges:_0x6d1ad4}=_0x1f1984['params'];return _0x6d1ad4[_0x5e69cc(0x1bf)](_0x499383=>{const _0x25196c=_0x5e69cc,_0x25bea6=_0x4757e2[_0x25196c(0x1d6)](_0x5a7471(_0x2dba1f[_0x25196c(0x28f)][_0x25196c(0x274)]),_0x499383);_0x25bea6==null?_0x1f1984['id']=_0x4757e2[_0x25196c(0x1c5)]['id']:(_0x499383[_0x25196c(0x152)]+=_0x25bea6[_0x25196c(0x25c)],_0x499383[_0x25196c(0x2df)]+=_0x25bea6[_0x25196c(0x25c)]+_0x25bea6[_0x25196c(0x16d)]);}),{'m1Prime':_0xc206c4,'m2Prime':_0x1f1984};}},_0x25a404={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2[_0x3a657a(0x23b)]['id'],'handler'(_0x213e5b,_0x3891f5){const _0x19c862=_0x3a657a,_0x5193db={'m1Prime':_0x213e5b,'m2Prime':_0x3891f5};if(_0x213e5b['params'][_0x19c862(0x2d6)]!==_0x3891f5[_0x19c862(0x28f)][_0x19c862(0x2d6)]||_0x213e5b[_0x19c862(0x28f)]['subUnitId']!==_0x3891f5[_0x19c862(0x28f)][_0x19c862(0x1ca)])return _0x5193db;const _0x52df0a=_0x4d93e7[_0x19c862(0x218)][_0x19c862(0x215)](_0x213e5b),_0x146ab8=_0x4d93e7[_0x19c862(0x218)][_0x19c862(0x215)](_0x3891f5),{ranges:_0x5a2bbe}=_0x146ab8[_0x19c862(0x28f)];return _0x5a2bbe['forEach'](_0x3a21af=>{const _0x3956bf=_0x19c862,_0x53155c=_0x4757e2[_0x3956bf(0x1d6)](_0x5a7471(_0x213e5b[_0x3956bf(0x28f)][_0x3956bf(0x274)]),_0x3a21af);_0x53155c==null?_0x146ab8['id']=_0x4757e2[_0x3956bf(0x1c5)]['id']:(_0x3a21af[_0x3956bf(0x152)]+=_0x53155c[_0x3956bf(0x25c)],_0x3a21af[_0x3956bf(0x2df)]+=_0x53155c[_0x3956bf(0x25c)]+_0x53155c[_0x3956bf(0x16d)]);}),{'m1Prime':_0x52df0a,'m2Prime':_0x146ab8};}},_0x34cb94={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x17c)]['id'],'handler'(_0x4da22a,_0x287cb0){const _0x7fae42=_0x3a657a,_0x7efb0={'m1Prime':_0x4da22a,'m2Prime':_0x287cb0};if(_0x4da22a[_0x7fae42(0x28f)]['unitId']!==_0x287cb0['params'][_0x7fae42(0x2d6)]||_0x4da22a[_0x7fae42(0x28f)][_0x7fae42(0x1ca)]!==_0x287cb0[_0x7fae42(0x28f)][_0x7fae42(0x1ca)])return _0x7efb0;const _0x5508bb=_0x4d93e7[_0x7fae42(0x218)]['deepClone'](_0x4da22a),_0x577e45=_0x4d93e7['Tools'][_0x7fae42(0x215)](_0x287cb0),{ranges:_0x419959}=_0x577e45[_0x7fae42(0x28f)],{sourceRange:_0x372c68,targetRange:_0x340863}=_0x4da22a[_0x7fae42(0x28f)],_0x49c000={'start':_0x372c68[_0x7fae42(0x152)],'end':_0x372c68[_0x7fae42(0x2df)]},_0x2e79d5={'start':_0x340863[_0x7fae42(0x152)],'end':_0x340863[_0x7fae42(0x2df)]};return _0x419959[_0x7fae42(0x178)](_0x4fc809=>{const _0x255832=_0x7fae42,_0x43ee45={'start':_0x4fc809['startColumn'],'end':_0x4fc809[_0x255832(0x2df)]},_0x413322=_0x2bcaf5(_0x49c000,_0x43ee45),_0x457850=_0x2bcaf5(_0x2e79d5,_0x43ee45);if(_0x413322||_0x457850)return!0x0;const _0x106c12=_0x4757e2[_0x255832(0x1bd)](_0x49c000,_0x2e79d5,_0x43ee45);return _0x106c12[_0x255832(0x16d)]!==0x0?!0x0:(_0x4fc809[_0x255832(0x152)]+=_0x106c12[_0x255832(0x25c)],_0x4fc809[_0x255832(0x2df)]+=_0x106c12[_0x255832(0x25c)],!0x1);})?{'error':new Error(_0x7fae42(0x2b9))}:{'m1Prime':_0x5508bb,'m2Prime':_0x577e45};}},_0x102348={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x23b)]['id'],'handler'(_0x3e189b,_0x2e329b){const _0x142f2b=_0x3a657a,_0x37668d={'m1Prime':_0x3e189b,'m2Prime':_0x2e329b};if(_0x3e189b['params'][_0x142f2b(0x2d6)]!==_0x2e329b[_0x142f2b(0x28f)][_0x142f2b(0x2d6)]||_0x3e189b[_0x142f2b(0x28f)][_0x142f2b(0x1ca)]!==_0x2e329b[_0x142f2b(0x28f)][_0x142f2b(0x1ca)])return _0x37668d;const _0xd23571=_0x4d93e7['Tools'][_0x142f2b(0x215)](_0x3e189b),_0x12f1e5=_0x4d93e7[_0x142f2b(0x218)][_0x142f2b(0x215)](_0x2e329b),{ranges:_0x4482b9}=_0x12f1e5['params'],{sourceRange:_0x13968c,targetRange:_0x2c5ecb}=_0x3e189b[_0x142f2b(0x28f)],_0x491d4d={'start':_0x13968c[_0x142f2b(0x152)],'end':_0x13968c[_0x142f2b(0x2df)]},_0x181d05={'start':_0x2c5ecb[_0x142f2b(0x152)],'end':_0x2c5ecb['endColumn']};return _0x4482b9['some'](_0x3966f4=>{const _0xda8dd2=_0x142f2b,_0xdbf10d={'start':_0x3966f4[_0xda8dd2(0x152)],'end':_0x3966f4['endColumn']},_0x19edf5=_0x2bcaf5(_0x491d4d,_0xdbf10d),_0x51d458=_0x2bcaf5(_0x181d05,_0xdbf10d);if(_0x19edf5||_0x51d458)return!0x0;const _0x2f6b6a=_0x4757e2[_0xda8dd2(0x1bd)](_0x491d4d,_0x181d05,_0xdbf10d);return _0x2f6b6a[_0xda8dd2(0x16d)]!==0x0?!0x0:(_0x3966f4[_0xda8dd2(0x152)]+=_0x2f6b6a['step'],_0x3966f4[_0xda8dd2(0x2df)]+=_0x2f6b6a[_0xda8dd2(0x25c)],!0x1);})?{'error':new Error(_0x142f2b(0x19a))}:{'m1Prime':_0xd23571,'m2Prime':_0x12f1e5};}},_0x8e8bd={'m1':_0x4757e2[_0x3a657a(0x2f0)]['id'],'m2':_0x4757e2[_0x3a657a(0x2c5)]['id'],'handler'(_0x535fab,_0x398b16){const _0x493999=_0x3a657a,_0x3478dc={'m1Prime':_0x535fab,'m2Prime':_0x398b16};if(_0x535fab[_0x493999(0x28f)]['unitId']!==_0x398b16['params'][_0x493999(0x2d6)]||_0x535fab[_0x493999(0x28f)][_0x493999(0x1ca)]!==_0x398b16[_0x493999(0x28f)]['subUnitId'])return _0x3478dc;const _0xf56785=_0x4d93e7[_0x493999(0x218)][_0x493999(0x215)](_0x535fab),_0x29eb87=_0x4d93e7[_0x493999(0x218)]['deepClone'](_0x398b16),{ranges:_0x4e419f}=_0x29eb87['params'],{sourceRange:_0xd56dd6,targetRange:_0x911ae8}=_0x535fab['params'],_0x4d0842={'start':_0xd56dd6[_0x493999(0x1eb)],'end':_0xd56dd6['endRow']},_0x584c57={'start':_0x911ae8[_0x493999(0x1eb)],'end':_0x911ae8[_0x493999(0x2db)]};return _0x4e419f[_0x493999(0x178)](_0x18dfed=>{const _0x39ed2e=_0x493999,_0x22b34f={'start':_0x18dfed['startRow'],'end':_0x18dfed[_0x39ed2e(0x2db)]},_0x5b4f21=_0x2bcaf5(_0x4d0842,_0x22b34f),_0xe574e0=_0x2bcaf5(_0x584c57,_0x22b34f);if(_0x5b4f21||_0xe574e0)return!0x0;const _0x5a6eea=_0x4757e2[_0x39ed2e(0x1bd)](_0x4d0842,_0x584c57,_0x22b34f);return _0x5a6eea[_0x39ed2e(0x16d)]!==0x0?!0x0:(_0x18dfed['startRow']+=_0x5a6eea['step'],_0x18dfed[_0x39ed2e(0x2db)]+=_0x5a6eea['step'],!0x1);})?{'error':new Error(_0x493999(0x162))}:{'m1Prime':_0xf56785,'m2Prime':_0x29eb87};}},_0x4c7ff4={'m1':_0x4757e2[_0x3a657a(0x2f0)]['id'],'m2':_0x4757e2[_0x3a657a(0x1f1)]['id'],'handler'(_0x4295db,_0x554e78){const _0x9de767=_0x3a657a,_0x5acf8d={'m1Prime':_0x4295db,'m2Prime':_0x554e78};if(_0x4295db[_0x9de767(0x28f)][_0x9de767(0x2d6)]!==_0x554e78['params']['unitId']||_0x4295db[_0x9de767(0x28f)][_0x9de767(0x1ca)]!==_0x554e78[_0x9de767(0x28f)][_0x9de767(0x1ca)])return _0x5acf8d;const _0x255cfe=_0x4d93e7[_0x9de767(0x218)]['deepClone'](_0x4295db),_0x93ce7c=_0x4d93e7[_0x9de767(0x218)][_0x9de767(0x215)](_0x554e78),{ranges:_0x498347}=_0x93ce7c[_0x9de767(0x28f)],{sourceRange:_0x22aad1,targetRange:_0x272c2b}=_0x4295db[_0x9de767(0x28f)],_0x473274={'start':_0x22aad1[_0x9de767(0x1eb)],'end':_0x22aad1[_0x9de767(0x2db)]},_0x3d22f9={'start':_0x272c2b[_0x9de767(0x1eb)],'end':_0x272c2b[_0x9de767(0x2db)]};return _0x498347['some'](_0x364f3f=>{const _0xc033ee=_0x9de767,_0x6fb81f={'start':_0x364f3f[_0xc033ee(0x1eb)],'end':_0x364f3f[_0xc033ee(0x2db)]},_0x50c344=_0x2bcaf5(_0x473274,_0x6fb81f),_0xe35a2f=_0x2bcaf5(_0x3d22f9,_0x6fb81f);if(_0x50c344||_0xe35a2f)return!0x0;const _0x4eba82=_0x4757e2[_0xc033ee(0x1bd)](_0x473274,_0x3d22f9,_0x6fb81f);return _0x4eba82[_0xc033ee(0x16d)]!==0x0?!0x0:(_0x364f3f[_0xc033ee(0x1eb)]+=_0x4eba82['step'],_0x364f3f[_0xc033ee(0x2db)]+=_0x4eba82[_0xc033ee(0x25c)],!0x1);})?{'error':new Error(_0x9de767(0x2be))}:{'m1Prime':_0x255cfe,'m2Prime':_0x93ce7c};}},_0x52652e={'m1':_0x4757e2[_0x3a657a(0x19b)]['id'],'m2':_0x4757e2['SetFrozenMutation']['id'],'handler'(_0x1ccf97,_0x18005b){const _0xd538e=_0x3a657a,_0x59b1c0={'m1Prime':_0x1ccf97,'m2Prime':_0x18005b};return _0x1ccf97['params'][_0xd538e(0x2d6)]!==_0x18005b['params'][_0xd538e(0x2d6)]||_0x1ccf97['params']['subUnitId']!==_0x18005b[_0xd538e(0x28f)][_0xd538e(0x1ca)]?_0x59b1c0:{'error':new Error('Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.')};}},_0x40eb11={'m1':_0x4757e2[_0x3a657a(0x248)]['id'],'m2':_0x4757e2[_0x3a657a(0x248)]['id'],'handler'(_0x36bcbb,_0x436154){const _0x37fe12=_0x3a657a;return _0x36bcbb['params']['unitId']===_0x436154['params'][_0x37fe12(0x2d6)]&&_0x36bcbb['params'][_0x37fe12(0x1ca)]===_0x436154[_0x37fe12(0x28f)][_0x37fe12(0x1ca)]&&_0x36bcbb[_0x37fe12(0x28f)][_0x37fe12(0x207)]!==_0x436154[_0x37fe12(0x28f)][_0x37fe12(0x207)]?{'error':new Error(_0x37fe12(0x298))}:{'m1Prime':_0x36bcbb,'m2Prime':_0x436154};}},_0x57f7de={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2['SetWorksheetColWidthMutation']['id'],'handler'(_0x540048,_0x3cddca){const _0x3e6c74=_0x3a657a,_0x4eed98={'m1Prime':_0x540048,'m2Prime':_0x3cddca};if(_0x540048['params'][_0x3e6c74(0x2d6)]!==_0x3cddca['params']['unitId']||_0x540048[_0x3e6c74(0x28f)]['subUnitId']!==_0x3cddca[_0x3e6c74(0x28f)][_0x3e6c74(0x1ca)])return _0x4eed98;const _0x1bcbe3=_0x4d93e7[_0x3e6c74(0x218)][_0x3e6c74(0x215)](_0x540048),_0x3829fa=_0x4d93e7['Tools'][_0x3e6c74(0x215)](_0x3cddca),{ranges:_0xcb760e}=_0x3829fa[_0x3e6c74(0x28f)];return _0xcb760e[_0x3e6c74(0x178)](_0x323f28=>{const _0x5bb158=_0x3e6c74,_0x3de792=_0x4757e2[_0x5bb158(0x26a)](_0x5a7471(_0x540048[_0x5bb158(0x28f)][_0x5bb158(0x274)]),_0x323f28);return _0x3de792[_0x5bb158(0x16d)]!==0x0?!0x0:(_0x323f28[_0x5bb158(0x152)]+=_0x3de792[_0x5bb158(0x25c)],_0x323f28[_0x5bb158(0x2df)]+=_0x3de792['step'],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:{'m1Prime':_0x1bcbe3,'m2Prime':_0x3829fa};}},_0x130799={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x2b2)]['id'],'handler'(_0x34c579,_0x38ac30){const _0x2f415d=_0x3a657a,_0x373b36={'m1Prime':_0x34c579,'m2Prime':_0x38ac30};if(_0x34c579[_0x2f415d(0x28f)][_0x2f415d(0x2d6)]!==_0x38ac30['params'][_0x2f415d(0x2d6)]||_0x34c579['params'][_0x2f415d(0x1ca)]!==_0x38ac30[_0x2f415d(0x28f)][_0x2f415d(0x1ca)])return _0x373b36;const _0x5dfd01=_0x4d93e7[_0x2f415d(0x218)][_0x2f415d(0x215)](_0x34c579),_0xf838b9=_0x4d93e7[_0x2f415d(0x218)][_0x2f415d(0x215)](_0x38ac30),{ranges:_0x4db521}=_0xf838b9[_0x2f415d(0x28f)],{sourceRange:_0x5ad5c1,targetRange:_0xe2bf9a}=_0x34c579[_0x2f415d(0x28f)],_0x5cbb85={'start':_0x5ad5c1['startColumn'],'end':_0x5ad5c1[_0x2f415d(0x2df)]},_0x227146={'start':_0xe2bf9a['startColumn'],'end':_0xe2bf9a[_0x2f415d(0x2df)]};return _0x4db521[_0x2f415d(0x178)](_0x3fdb36=>{const _0x532c69=_0x2f415d,_0x2f0acf={'start':_0x3fdb36[_0x532c69(0x152)],'end':_0x3fdb36[_0x532c69(0x2df)]},_0xaf4389=_0x2bcaf5(_0x5cbb85,_0x2f0acf),_0x3e4ba4=_0x2bcaf5(_0x227146,_0x2f0acf);if(_0xaf4389||_0x3e4ba4)return!0x0;const _0x4a4b8a=_0x4757e2[_0x532c69(0x1bd)](_0x5cbb85,_0x227146,_0x2f0acf);return _0x4a4b8a['length']!==0x0?!0x0:(_0x3fdb36['startColumn']+=_0x4a4b8a[_0x532c69(0x25c)],_0x3fdb36[_0x532c69(0x2df)]+=_0x4a4b8a[_0x532c69(0x25c)],!0x1);})?{'error':new Error(_0x2f415d(0x1cb))}:{'m1Prime':_0x5dfd01,'m2Prime':_0xf838b9};}},_0xf6f1bd={'m1':_0x4757e2['RemoveColMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x2b2)]['id'],'handler'(_0x2b2be9,_0x39d1f2){const _0x56a813=_0x3a657a,_0x2decb5={'m1Prime':_0x2b2be9,'m2Prime':_0x39d1f2};if(_0x2b2be9[_0x56a813(0x28f)][_0x56a813(0x2d6)]!==_0x39d1f2[_0x56a813(0x28f)][_0x56a813(0x2d6)]||_0x2b2be9[_0x56a813(0x28f)][_0x56a813(0x1ca)]!==_0x39d1f2[_0x56a813(0x28f)][_0x56a813(0x1ca)])return _0x2decb5;const _0x20820e=_0x4d93e7[_0x56a813(0x218)][_0x56a813(0x215)](_0x2b2be9),_0x4a7a44=_0x4d93e7[_0x56a813(0x218)]['deepClone'](_0x39d1f2),{ranges:_0x41c6d9}=_0x4a7a44[_0x56a813(0x28f)];return _0x41c6d9[_0x56a813(0x1bf)](_0x2df404=>{const _0x44322f=_0x56a813,_0x1d83cb=_0x4757e2[_0x44322f(0x1d6)](_0x5a7471(_0x2b2be9[_0x44322f(0x28f)][_0x44322f(0x274)]),_0x2df404);_0x1d83cb==null?_0x4a7a44['id']=_0x4757e2['EmptyMutation']['id']:(_0x2df404[_0x44322f(0x152)]+=_0x1d83cb[_0x44322f(0x25c)],_0x2df404[_0x44322f(0x2df)]+=_0x1d83cb[_0x44322f(0x25c)]+_0x1d83cb[_0x44322f(0x16d)]);}),{'m1Prime':_0x20820e,'m2Prime':_0x4a7a44};}},_0x3cd486={'m1':_0x4757e2[_0x3a657a(0x2b2)]['id'],'m2':_0x4757e2[_0x3a657a(0x2b2)]['id'],'handler'(_0x3df679,_0x5491de){const _0x23fabc=_0x3a657a,_0x4095ed={'m1Prime':_0x3df679,'m2Prime':_0x5491de};if(_0x3df679['params'][_0x23fabc(0x2d6)]!==_0x5491de[_0x23fabc(0x28f)][_0x23fabc(0x2d6)]||_0x3df679[_0x23fabc(0x28f)][_0x23fabc(0x1ca)]!==_0x5491de['params'][_0x23fabc(0x1ca)])return _0x4095ed;const _0x5c1f69=_0x3df679[_0x23fabc(0x28f)][_0x23fabc(0x169)],_0x53ec18=_0x5491de[_0x23fabc(0x28f)]['ranges'];return _0x5c1f69[_0x23fabc(0x178)](_0x408ed8=>_0x53ec18[_0x23fabc(0x178)](_0x631715=>_0x4d93e7[_0x23fabc(0x17e)][_0x23fabc(0x1b6)](_0x408ed8,_0x631715)))?{'error':new Error('Two\x20set-worksheet-col-width\x20mutations\x20have\x20conflict.')}:_0x4095ed;}},_0x56c288={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2['SetNumfmtMutation']['id'],'handler'(_0x5352de,_0x3889c7){const _0x271cdb=_0x3a657a,_0x3db86a={'m1Prime':_0x5352de,'m2Prime':_0x3889c7};if(_0x5352de[_0x271cdb(0x28f)][_0x271cdb(0x2d6)]!==_0x3889c7['params'][_0x271cdb(0x2d6)]||_0x5352de[_0x271cdb(0x28f)][_0x271cdb(0x1ca)]!==_0x3889c7['params'][_0x271cdb(0x1ca)])return _0x3db86a;const _0x3dcddb=[_0x4d93e7[_0x271cdb(0x218)]['deepClone'](_0x5352de)],_0x5b2042=_0x4d93e7[_0x271cdb(0x218)][_0x271cdb(0x215)](_0x3889c7),{values:_0x24d21c}=_0x5b2042['params'],_0x5bb74f=[];let _0x4c7ca1=!0x1;for(const _0x5bd4f5 in _0x24d21c){const _0x310622=_0x24d21c[_0x5bd4f5];if(_0x5bb74f[_0x271cdb(0x2d4)](..._0x310622[_0x271cdb(0x169)]),_0x310622[_0x271cdb(0x169)]['some'](_0x598a30=>{const _0x436ace=_0x271cdb,_0x305ffb=_0x4757e2[_0x436ace(0x26a)](_0x5a7471(_0x5352de[_0x436ace(0x28f)]['range']),_0x5a7471(_0x598a30));return _0x305ffb[_0x436ace(0x16d)]!==0x0?!0x0:(_0x305ffb[_0x436ace(0x25c)]!==0x0&&(_0x4c7ca1=!0x0),_0x598a30['startColumn']+=_0x305ffb[_0x436ace(0x25c)],_0x598a30[_0x436ace(0x2df)]+=_0x305ffb[_0x436ace(0x25c)],!0x1);}))return{'error':new Error(_0x271cdb(0x153))};}if(_0x4c7ca1){const _0x40d749={'id':_0x4757e2[_0x271cdb(0x2bb)]['id'],'params':{'unitId':_0x3889c7[_0x271cdb(0x28f)]['unitId'],'subUnitId':_0x3889c7[_0x271cdb(0x28f)]['subUnitId'],'ranges':_0x5bb74f}};_0x3dcddb[_0x271cdb(0x2d4)](_0x40d749,_0x5b2042);}return{'m1Prime':_0x3dcddb,'m2Prime':_0x5b2042};}},_0x35ed93={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2['RemoveNumfmtMutation']['id'],'handler'(_0x5a6b2c,_0x53ac2d){const _0x5e4fbf=_0x3a657a,_0x12b3da={'m1Prime':_0x5a6b2c,'m2Prime':_0x53ac2d};if(_0x5a6b2c[_0x5e4fbf(0x28f)][_0x5e4fbf(0x2d6)]!==_0x53ac2d[_0x5e4fbf(0x28f)][_0x5e4fbf(0x2d6)]||_0x5a6b2c[_0x5e4fbf(0x28f)]['subUnitId']!==_0x53ac2d[_0x5e4fbf(0x28f)]['subUnitId'])return _0x12b3da;const _0x25e35e=_0x4d93e7[_0x5e4fbf(0x218)][_0x5e4fbf(0x215)](_0x5a6b2c),_0x5d9e24=_0x4d93e7['Tools'][_0x5e4fbf(0x215)](_0x53ac2d),{ranges:_0xd1eb23}=_0x5d9e24[_0x5e4fbf(0x28f)];return _0xd1eb23[_0x5e4fbf(0x178)](_0x1836d2=>{const _0x5f564d=_0x5e4fbf,_0xa4eb0f=_0x4757e2['handleBaseInsertRange'](_0x5a7471(_0x5a6b2c['params']['range']),_0x5a7471(_0x1836d2));return _0xa4eb0f[_0x5f564d(0x16d)]!==0x0?!0x0:(_0x1836d2['startColumn']+=_0xa4eb0f[_0x5f564d(0x25c)],_0x1836d2[_0x5f564d(0x2df)]+=_0xa4eb0f[_0x5f564d(0x25c)],!0x1);})?{'error':new Error(_0x5e4fbf(0x240))}:{'m1Prime':_0x25e35e,'m2Prime':_0x5d9e24};}},_0x4c56ed={'m1':_0x4757e2[_0x3a657a(0x2b1)]['id'],'m2':_0x4757e2['SetNumfmtMutation']['id'],'handler'(_0x3ddfe3,_0x58d65b){const _0x4c146c=_0x3a657a,_0x2a3ebc={'m1Prime':_0x3ddfe3,'m2Prime':_0x58d65b};if(_0x3ddfe3[_0x4c146c(0x28f)][_0x4c146c(0x2d6)]!==_0x58d65b[_0x4c146c(0x28f)]['unitId']||_0x3ddfe3[_0x4c146c(0x28f)][_0x4c146c(0x1ca)]!==_0x58d65b[_0x4c146c(0x28f)][_0x4c146c(0x1ca)])return _0x2a3ebc;const _0x2fd91b=[_0x4d93e7['Tools'][_0x4c146c(0x215)](_0x3ddfe3)],_0x1b8092=_0x4d93e7[_0x4c146c(0x218)][_0x4c146c(0x215)](_0x58d65b),{values:_0x9c2ad5}=_0x1b8092['params'],_0xe23978=[];let _0x170b99=!0x1;for(const _0x2ee5a7 in _0x9c2ad5){const _0xe6ee24=_0x9c2ad5[_0x2ee5a7];if(_0xe23978[_0x4c146c(0x2d4)](..._0xe6ee24[_0x4c146c(0x169)]),_0xe6ee24['ranges'][_0x4c146c(0x178)](_0x43c39f=>{const _0x185979=_0x4c146c,_0x2db664=_0x4757e2['handleBaseInsertRange'](_0x5a7471(_0x4757e2[_0x185979(0x22e)](_0x3ddfe3[_0x185979(0x28f)][_0x185979(0x274)])),_0x4757e2['rotateRange'](_0x5a7471(_0x43c39f)));return _0x2db664['length']!==0x0?!0x0:(_0x2db664[_0x185979(0x25c)]!==0x0&&(_0x170b99=!0x0),_0x43c39f[_0x185979(0x1eb)]+=_0x2db664[_0x185979(0x25c)],_0x43c39f[_0x185979(0x2db)]+=_0x2db664[_0x185979(0x25c)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x170b99){const _0x30b1a9={'id':_0x4757e2[_0x4c146c(0x2bb)]['id'],'params':{'unitId':_0x58d65b[_0x4c146c(0x28f)][_0x4c146c(0x2d6)],'subUnitId':_0x58d65b[_0x4c146c(0x28f)][_0x4c146c(0x1ca)],'ranges':_0xe23978}};_0x2fd91b[_0x4c146c(0x2d4)](_0x30b1a9,_0x1b8092);}return{'m1Prime':_0x2fd91b,'m2Prime':_0x1b8092};}},_0xa670df={'m1':_0x4757e2[_0x3a657a(0x2b1)]['id'],'m2':_0x4757e2[_0x3a657a(0x2bb)]['id'],'handler'(_0x464e9f,_0x1e3dc8){const _0x41455c=_0x3a657a,_0x483d42={'m1Prime':_0x464e9f,'m2Prime':_0x1e3dc8};if(_0x464e9f[_0x41455c(0x28f)]['unitId']!==_0x1e3dc8['params'][_0x41455c(0x2d6)]||_0x464e9f[_0x41455c(0x28f)][_0x41455c(0x1ca)]!==_0x1e3dc8[_0x41455c(0x28f)][_0x41455c(0x1ca)])return _0x483d42;const _0xa92c53=_0x4d93e7[_0x41455c(0x218)][_0x41455c(0x215)](_0x464e9f),_0x4c7392=_0x4d93e7['Tools']['deepClone'](_0x1e3dc8),{ranges:_0x5e9ca1}=_0x4c7392[_0x41455c(0x28f)];return _0x5e9ca1[_0x41455c(0x178)](_0x1bf307=>{const _0x59406c=_0x41455c,_0x30b76f=_0x4757e2[_0x59406c(0x26a)](_0x5a7471(_0x4757e2['rotateRange'](_0x464e9f[_0x59406c(0x28f)][_0x59406c(0x274)])),_0x5a7471(_0x4757e2[_0x59406c(0x22e)](_0x1bf307)));return _0x30b76f['length']!==0x0?!0x0:(_0x1bf307[_0x59406c(0x1eb)]+=_0x30b76f[_0x59406c(0x25c)],_0x1bf307['endRow']+=_0x30b76f[_0x59406c(0x25c)],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0xa92c53,'m2Prime':_0x4c7392};}},_0x1d1261={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x1cd)]['id'],'handler'(_0x45a1b9,_0x12a8b4){const _0x5974a2=_0x3a657a,_0x508bb2={'m1Prime':_0x45a1b9,'m2Prime':_0x12a8b4};if(_0x45a1b9['params'][_0x5974a2(0x2d6)]!==_0x12a8b4[_0x5974a2(0x28f)][_0x5974a2(0x2d6)]||_0x45a1b9[_0x5974a2(0x28f)][_0x5974a2(0x1ca)]!==_0x12a8b4['params']['subUnitId'])return _0x508bb2;const _0x155659=[_0x4d93e7[_0x5974a2(0x218)][_0x5974a2(0x215)](_0x45a1b9)],_0x3aa506=_0x4d93e7[_0x5974a2(0x218)][_0x5974a2(0x215)](_0x12a8b4),{sourceRange:_0x164dc1,targetRange:_0x300420}=_0x45a1b9[_0x5974a2(0x28f)],_0x4addbd={'start':_0x164dc1['startColumn'],'end':_0x164dc1[_0x5974a2(0x2df)]},_0x340154={'start':_0x300420[_0x5974a2(0x152)],'end':_0x300420[_0x5974a2(0x2df)]},{values:_0x32936b}=_0x3aa506[_0x5974a2(0x28f)],_0x194bdd=[];let _0x2bccbe=!0x1;for(const _0x3182d5 in _0x32936b){const _0x49fb7c=_0x32936b[_0x3182d5];if(_0x194bdd['push'](..._0x49fb7c[_0x5974a2(0x169)]),_0x49fb7c[_0x5974a2(0x169)]['some'](_0x2b5abf=>{const _0x3b2adb=_0x5974a2,_0xfeb0f6={'start':_0x2b5abf[_0x3b2adb(0x152)],'end':_0x2b5abf[_0x3b2adb(0x2df)]},_0x2b03cc=_0x2bcaf5(_0x4addbd,_0xfeb0f6),_0x3ee736=_0x2bcaf5(_0x340154,_0xfeb0f6);if(_0x2b03cc||_0x3ee736)return!0x0;const _0x5d7aaa=_0x4757e2[_0x3b2adb(0x1bd)](_0x4addbd,_0x340154,_0xfeb0f6);return _0x5d7aaa[_0x3b2adb(0x16d)]!==0x0?!0x0:(_0x5d7aaa['step']!==0x0&&(_0x2bccbe=!0x0),_0x2b5abf[_0x3b2adb(0x152)]+=_0x5d7aaa[_0x3b2adb(0x25c)],_0x2b5abf[_0x3b2adb(0x2df)]+=_0x5d7aaa[_0x3b2adb(0x25c)],!0x1);}))return{'error':new Error(_0x5974a2(0x1be))};}if(_0x2bccbe){const _0xb4b9a5={'id':_0x4757e2['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x12a8b4[_0x5974a2(0x28f)]['unitId'],'subUnitId':_0x12a8b4[_0x5974a2(0x28f)][_0x5974a2(0x1ca)],'ranges':_0x194bdd}};_0x155659['push'](_0xb4b9a5,_0x3aa506);}return{'m1Prime':_0x155659,'m2Prime':_0x3aa506};}},_0xf31ac6={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x2bb)]['id'],'handler'(_0x3a533e,_0x4e6c5e){const _0x1a6f4a=_0x3a657a,_0x450135={'m1Prime':_0x3a533e,'m2Prime':_0x4e6c5e};if(_0x3a533e['params'][_0x1a6f4a(0x2d6)]!==_0x4e6c5e[_0x1a6f4a(0x28f)][_0x1a6f4a(0x2d6)]||_0x3a533e['params'][_0x1a6f4a(0x1ca)]!==_0x4e6c5e[_0x1a6f4a(0x28f)]['subUnitId'])return _0x450135;const _0x460dde=_0x4d93e7[_0x1a6f4a(0x218)][_0x1a6f4a(0x215)](_0x3a533e),_0x9c94d8=_0x4d93e7[_0x1a6f4a(0x218)][_0x1a6f4a(0x215)](_0x4e6c5e),{sourceRange:_0x287ee7,targetRange:_0x30ab0c}=_0x3a533e[_0x1a6f4a(0x28f)],_0x363051={'start':_0x287ee7[_0x1a6f4a(0x152)],'end':_0x287ee7[_0x1a6f4a(0x2df)]},_0x136b71={'start':_0x30ab0c[_0x1a6f4a(0x152)],'end':_0x30ab0c['endColumn']};return _0x9c94d8[_0x1a6f4a(0x28f)][_0x1a6f4a(0x169)]['some'](_0x27f23a=>{const _0x194a8b=_0x1a6f4a,_0x2838b2={'start':_0x27f23a[_0x194a8b(0x152)],'end':_0x27f23a[_0x194a8b(0x2df)]},_0xe052df=_0x2bcaf5(_0x363051,_0x2838b2),_0x36e237=_0x2bcaf5(_0x136b71,_0x2838b2);if(_0xe052df||_0x36e237)return!0x0;const _0x3b7904=_0x4757e2[_0x194a8b(0x1bd)](_0x363051,_0x136b71,_0x2838b2);return _0x3b7904[_0x194a8b(0x16d)]!==0x0?!0x0:(_0x27f23a[_0x194a8b(0x152)]+=_0x3b7904[_0x194a8b(0x25c)],_0x27f23a[_0x194a8b(0x2df)]+=_0x3b7904['step'],!0x1);})?{'error':new Error(_0x1a6f4a(0x1e4))}:{'m1Prime':_0x460dde,'m2Prime':_0x9c94d8};}},_0x19ae98={'m1':_0x4757e2[_0x3a657a(0x2f0)]['id'],'m2':_0x4757e2[_0x3a657a(0x1cd)]['id'],'handler'(_0x14d329,_0x143859){const _0x116bfe=_0x3a657a,_0xa1fb71={'m1Prime':_0x14d329,'m2Prime':_0x143859};if(_0x14d329[_0x116bfe(0x28f)][_0x116bfe(0x2d6)]!==_0x143859['params'][_0x116bfe(0x2d6)]||_0x14d329[_0x116bfe(0x28f)][_0x116bfe(0x1ca)]!==_0x143859[_0x116bfe(0x28f)][_0x116bfe(0x1ca)])return _0xa1fb71;const _0x15c8ce=[_0x4d93e7[_0x116bfe(0x218)]['deepClone'](_0x14d329)],_0x3dd7e5=_0x4d93e7[_0x116bfe(0x218)][_0x116bfe(0x215)](_0x143859),{sourceRange:_0x1d474b,targetRange:_0x38c4df}=_0x14d329[_0x116bfe(0x28f)],_0x165454={'start':_0x1d474b[_0x116bfe(0x1eb)],'end':_0x1d474b['endRow']},_0x113a90={'start':_0x38c4df[_0x116bfe(0x1eb)],'end':_0x38c4df[_0x116bfe(0x2db)]},{values:_0x37e959}=_0x3dd7e5[_0x116bfe(0x28f)],_0x3cef7b=[];let _0xa0110b=!0x1;for(const _0x3b75b7 in _0x37e959){const _0x5aa7c1=_0x37e959[_0x3b75b7];if(_0x3cef7b[_0x116bfe(0x2d4)](..._0x5aa7c1[_0x116bfe(0x169)]),_0x5aa7c1[_0x116bfe(0x169)][_0x116bfe(0x178)](_0xd4caf4=>{const _0x59bee2=_0x116bfe,_0x28f4b4={'start':_0xd4caf4['startRow'],'end':_0xd4caf4[_0x59bee2(0x2db)]},_0x2bab21=_0x2bcaf5(_0x165454,_0x28f4b4),_0x4cb7a4=_0x2bcaf5(_0x113a90,_0x28f4b4);if(_0x2bab21||_0x4cb7a4)return!0x0;const _0x1469d8=_0x4757e2[_0x59bee2(0x1bd)](_0x165454,_0x113a90,_0x28f4b4);return _0x1469d8['length']!==0x0?!0x0:(_0x1469d8[_0x59bee2(0x25c)]!==0x0&&(_0xa0110b=!0x0),_0xd4caf4['startRow']+=_0x1469d8[_0x59bee2(0x25c)],_0xd4caf4[_0x59bee2(0x2db)]+=_0x1469d8[_0x59bee2(0x25c)],!0x1);}))return{'error':new Error(_0x116bfe(0x18e))};}if(_0xa0110b){const _0x39d398={'id':_0x4757e2['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x143859['params']['unitId'],'subUnitId':_0x143859[_0x116bfe(0x28f)][_0x116bfe(0x1ca)],'ranges':_0x3cef7b}};_0x15c8ce[_0x116bfe(0x2d4)](_0x39d398,_0x3dd7e5);}return{'m1Prime':_0x15c8ce,'m2Prime':_0x3dd7e5};}},_0x1fbc67={'m1':_0x4757e2['MoveRowsMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x2bb)]['id'],'handler'(_0x132f5b,_0x1a1814){const _0x14d564=_0x3a657a,_0x2fcdef={'m1Prime':_0x132f5b,'m2Prime':_0x1a1814};if(_0x132f5b[_0x14d564(0x28f)]['unitId']!==_0x1a1814['params']['unitId']||_0x132f5b[_0x14d564(0x28f)][_0x14d564(0x1ca)]!==_0x1a1814['params']['subUnitId'])return _0x2fcdef;const _0x537895=_0x4d93e7[_0x14d564(0x218)][_0x14d564(0x215)](_0x132f5b),_0xa7146e=_0x4d93e7[_0x14d564(0x218)][_0x14d564(0x215)](_0x1a1814),{sourceRange:_0x277d6d,targetRange:_0x430e31}=_0x132f5b['params'],_0x591a64={'start':_0x277d6d[_0x14d564(0x1eb)],'end':_0x277d6d['endRow']},_0x31f0a4={'start':_0x430e31[_0x14d564(0x1eb)],'end':_0x430e31[_0x14d564(0x2db)]};return _0xa7146e[_0x14d564(0x28f)][_0x14d564(0x169)][_0x14d564(0x178)](_0xf95df1=>{const _0x4799a5=_0x14d564,_0x284540={'start':_0xf95df1[_0x4799a5(0x1eb)],'end':_0xf95df1[_0x4799a5(0x2db)]},_0x4f7763=_0x2bcaf5(_0x591a64,_0x284540),_0xfc700c=_0x2bcaf5(_0x31f0a4,_0x284540);if(_0x4f7763||_0xfc700c)return!0x0;const _0x5b9007=_0x4757e2[_0x4799a5(0x1bd)](_0x591a64,_0x31f0a4,_0x284540);return _0x5b9007[_0x4799a5(0x16d)]!==0x0?!0x0:(_0xf95df1[_0x4799a5(0x1eb)]+=_0x5b9007[_0x4799a5(0x25c)],_0xf95df1[_0x4799a5(0x2db)]+=_0x5b9007[_0x4799a5(0x25c)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x537895,'m2Prime':_0xa7146e};}},_0x37f3dd={'m1':_0x4757e2[_0x3a657a(0x1bc)]['id'],'m2':_0x4757e2[_0x3a657a(0x1cd)]['id'],'handler'(_0x3e575e,_0x1f0c2a){const _0x4877b5=_0x3a657a,_0x52c10f={'m1Prime':_0x3e575e,'m2Prime':_0x1f0c2a};if(_0x3e575e[_0x4877b5(0x28f)]['unitId']!==_0x1f0c2a[_0x4877b5(0x28f)][_0x4877b5(0x2d6)]||_0x3e575e[_0x4877b5(0x28f)][_0x4877b5(0x17f)][_0x4877b5(0x1ca)]!==_0x1f0c2a[_0x4877b5(0x28f)][_0x4877b5(0x1ca)]&&_0x3e575e[_0x4877b5(0x28f)]['to'][_0x4877b5(0x1ca)]!==_0x1f0c2a[_0x4877b5(0x28f)]['subUnitId'])return _0x52c10f;const _0x32487b=new _0x4d93e7['ObjectMatrix'](_0x3e575e[_0x4877b5(0x28f)][_0x4877b5(0x17f)][_0x4877b5(0x1b0)])[_0x4877b5(0x1dc)](),_0x38568e=new _0x4d93e7[(_0x4877b5(0x199))](_0x3e575e[_0x4877b5(0x28f)]['to'][_0x4877b5(0x1b0)])['getDataRange']();if(_0x3e575e['params'][_0x4877b5(0x17f)][_0x4877b5(0x1ca)]===_0x1f0c2a[_0x4877b5(0x28f)][_0x4877b5(0x1ca)]){const {values:_0x41dd29}=_0x1f0c2a[_0x4877b5(0x28f)];for(const _0x582715 in _0x41dd29)if(_0x41dd29[_0x582715][_0x4877b5(0x169)][_0x4877b5(0x178)](_0x5ad4c8=>_0x4d93e7[_0x4877b5(0x17e)][_0x4877b5(0x1b6)](_0x5ad4c8,_0x32487b)))return{'error':new Error(_0x4877b5(0x2a4))};}if(_0x3e575e['params']['to'][_0x4877b5(0x1ca)]===_0x1f0c2a[_0x4877b5(0x28f)][_0x4877b5(0x1ca)]){const {values:_0x36f444}=_0x1f0c2a[_0x4877b5(0x28f)];for(const _0x554723 in _0x36f444)if(_0x36f444[_0x554723]['ranges'][_0x4877b5(0x178)](_0x1cdc7a=>_0x4d93e7['Rectangle'][_0x4877b5(0x1b6)](_0x1cdc7a,_0x38568e)))return{'error':new Error(_0x4877b5(0x2a4))};}return _0x52c10f;}},_0x243c96={'m1':_0x4757e2['MoveRangeMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x2bb)]['id'],'handler'(_0x26a31f,_0x5c33c9){const _0x485390=_0x3a657a,_0x5ee3c6={'m1Prime':_0x26a31f,'m2Prime':_0x5c33c9};if(_0x26a31f[_0x485390(0x28f)][_0x485390(0x2d6)]!==_0x5c33c9[_0x485390(0x28f)][_0x485390(0x2d6)]||_0x26a31f[_0x485390(0x28f)][_0x485390(0x17f)][_0x485390(0x1ca)]!==_0x5c33c9[_0x485390(0x28f)][_0x485390(0x1ca)]&&_0x26a31f[_0x485390(0x28f)]['to'][_0x485390(0x1ca)]!==_0x5c33c9['params'][_0x485390(0x1ca)])return _0x5ee3c6;const _0x5852c0=new _0x4d93e7[(_0x485390(0x199))](_0x26a31f[_0x485390(0x28f)][_0x485390(0x17f)][_0x485390(0x1b0)])['getDataRange'](),_0x3b9f8e=new _0x4d93e7[(_0x485390(0x199))](_0x26a31f['params']['to'][_0x485390(0x1b0)])[_0x485390(0x1dc)]();return _0x26a31f[_0x485390(0x28f)][_0x485390(0x17f)][_0x485390(0x1ca)]===_0x5c33c9['params']['subUnitId']&&_0x5c33c9[_0x485390(0x28f)][_0x485390(0x169)]['some'](_0x1716df=>_0x4d93e7[_0x485390(0x17e)][_0x485390(0x1b6)](_0x1716df,_0x5852c0))?{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')}:_0x26a31f[_0x485390(0x28f)]['to']['subUnitId']===_0x5c33c9[_0x485390(0x28f)][_0x485390(0x1ca)]&&_0x5c33c9[_0x485390(0x28f)][_0x485390(0x169)][_0x485390(0x178)](_0x2b067=>_0x4d93e7[_0x485390(0x17e)][_0x485390(0x1b6)](_0x2b067,_0x3b9f8e))?{'error':new Error(_0x485390(0x2a4))}:_0x5ee3c6;}},_0x5bcda4={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2[_0x3a657a(0x1cd)]['id'],'handler'(_0x3d4fdd,_0x2c26aa){const _0x50b24e=_0x3a657a,_0x38a45e={'m1Prime':_0x3d4fdd,'m2Prime':_0x2c26aa};if(_0x3d4fdd[_0x50b24e(0x28f)]['unitId']!==_0x2c26aa[_0x50b24e(0x28f)][_0x50b24e(0x2d6)]||_0x3d4fdd[_0x50b24e(0x28f)][_0x50b24e(0x1ca)]!==_0x2c26aa[_0x50b24e(0x28f)][_0x50b24e(0x1ca)])return _0x38a45e;const _0xbe2cec=[_0x4d93e7['Tools'][_0x50b24e(0x215)](_0x3d4fdd)],_0x1ed1d4=_0x4d93e7[_0x50b24e(0x218)][_0x50b24e(0x215)](_0x2c26aa),{values:_0x4ddb43}=_0x1ed1d4['params'],_0x21c0da=[];let _0x5188dc=!0x1;for(const _0x3d3f5b in _0x4ddb43){const _0x5406a4=_0x4ddb43[_0x3d3f5b];if(_0x21c0da[_0x50b24e(0x2d4)](..._0x5406a4[_0x50b24e(0x169)]),_0x5406a4[_0x50b24e(0x169)][_0x50b24e(0x178)](_0xc82162=>{const _0xbec3d3=_0x50b24e,_0x3aebc5=_0x4757e2[_0xbec3d3(0x1d6)](_0x5a7471(_0x3d4fdd['params'][_0xbec3d3(0x274)]),_0x5a7471(_0xc82162));return _0x3aebc5==null||_0x3aebc5['length']!==0x0?!0x0:(_0x3aebc5[_0xbec3d3(0x25c)]!==0x0&&(_0x5188dc=!0x0),_0xc82162[_0xbec3d3(0x152)]+=_0x3aebc5[_0xbec3d3(0x25c)],_0xc82162[_0xbec3d3(0x2df)]+=_0x3aebc5[_0xbec3d3(0x25c)],!0x1);}))return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x5188dc){const _0x49d125={'id':_0x4757e2[_0x50b24e(0x2bb)]['id'],'params':{'unitId':_0x2c26aa[_0x50b24e(0x28f)][_0x50b24e(0x2d6)],'subUnitId':_0x2c26aa[_0x50b24e(0x28f)]['subUnitId'],'ranges':_0x21c0da}};_0xbe2cec[_0x50b24e(0x2d4)](_0x49d125,_0x1ed1d4);}return{'m1Prime':_0xbe2cec,'m2Prime':_0x1ed1d4};}},_0x166300={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2[_0x3a657a(0x2bb)]['id'],'handler'(_0x20dee6,_0x2bbb30){const _0x581e16=_0x3a657a,_0xc3dd59={'m1Prime':_0x20dee6,'m2Prime':_0x2bbb30};if(_0x20dee6[_0x581e16(0x28f)]['unitId']!==_0x2bbb30['params'][_0x581e16(0x2d6)]||_0x20dee6['params'][_0x581e16(0x1ca)]!==_0x2bbb30[_0x581e16(0x28f)][_0x581e16(0x1ca)])return _0xc3dd59;const _0x277d3a=_0x4d93e7[_0x581e16(0x218)][_0x581e16(0x215)](_0x20dee6),_0x372e45=_0x4d93e7[_0x581e16(0x218)][_0x581e16(0x215)](_0x2bbb30),{ranges:_0x3b3ca4}=_0x372e45[_0x581e16(0x28f)];return _0x3b3ca4[_0x581e16(0x178)](_0x376deb=>{const _0x478077=_0x581e16,_0x730c7c=_0x4757e2[_0x478077(0x1d6)](_0x5a7471(_0x20dee6['params']['range']),_0x5a7471(_0x376deb));return _0x730c7c===null||_0x730c7c[_0x478077(0x16d)]!==0x0?!0x0:(_0x376deb[_0x478077(0x152)]+=_0x730c7c['step'],_0x376deb['endColumn']+=_0x730c7c['step'],!0x1);})?{'error':new Error(_0x581e16(0x2a7))}:{'m1Prime':_0x277d3a,'m2Prime':_0x372e45};}},_0xf3ba34={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2[_0x3a657a(0x1cd)]['id'],'handler'(_0x1b4119,_0x245bc7){const _0x1578ba=_0x3a657a,_0x51b631={'m1Prime':_0x1b4119,'m2Prime':_0x245bc7};if(_0x1b4119['params'][_0x1578ba(0x2d6)]!==_0x245bc7[_0x1578ba(0x28f)]['unitId']||_0x1b4119[_0x1578ba(0x28f)][_0x1578ba(0x1ca)]!==_0x245bc7[_0x1578ba(0x28f)]['subUnitId'])return _0x51b631;const _0x5bde5f=[_0x4d93e7[_0x1578ba(0x218)][_0x1578ba(0x215)](_0x1b4119)],_0x211dcf=_0x4d93e7[_0x1578ba(0x218)][_0x1578ba(0x215)](_0x245bc7),{values:_0x499962}=_0x211dcf[_0x1578ba(0x28f)],_0x3622ca=[];let _0x5e6d17=!0x1;for(const _0x4a9769 in _0x499962){const _0xf6cc09=_0x499962[_0x4a9769];if(_0x3622ca[_0x1578ba(0x2d4)](..._0xf6cc09[_0x1578ba(0x169)]),_0xf6cc09['ranges'][_0x1578ba(0x178)](_0x114b37=>{const _0x9da396=_0x1578ba,_0xe255da=_0x4757e2[_0x9da396(0x1d6)](_0x5a7471(_0x4757e2['rotateRange'](_0x1b4119[_0x9da396(0x28f)][_0x9da396(0x274)])),_0x5a7471(_0x4757e2['rotateRange'](_0x114b37)));return _0xe255da==null||_0xe255da['length']!==0x0?!0x0:(_0xe255da[_0x9da396(0x25c)]!==0x0&&(_0x5e6d17=!0x0),_0x114b37[_0x9da396(0x1eb)]+=_0xe255da['step'],_0x114b37['endRow']+=_0xe255da['step'],!0x1);}))return{'error':new Error(_0x1578ba(0x1b8))};}if(_0x5e6d17){const _0x303908={'id':_0x4757e2[_0x1578ba(0x2bb)]['id'],'params':{'unitId':_0x245bc7['params'][_0x1578ba(0x2d6)],'subUnitId':_0x245bc7['params'][_0x1578ba(0x1ca)],'ranges':_0x3622ca}};_0x5bde5f['push'](_0x303908,_0x211dcf);}return{'m1Prime':_0x5bde5f,'m2Prime':_0x211dcf};}},_0x2ed148={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2[_0x3a657a(0x2bb)]['id'],'handler'(_0x7c4719,_0x5ec90b){const _0x4e5f4d=_0x3a657a,_0x465504={'m1Prime':_0x7c4719,'m2Prime':_0x5ec90b};if(_0x7c4719[_0x4e5f4d(0x28f)][_0x4e5f4d(0x2d6)]!==_0x5ec90b[_0x4e5f4d(0x28f)][_0x4e5f4d(0x2d6)]||_0x7c4719[_0x4e5f4d(0x28f)][_0x4e5f4d(0x1ca)]!==_0x5ec90b[_0x4e5f4d(0x28f)]['subUnitId'])return _0x465504;const _0x31099c=_0x4d93e7[_0x4e5f4d(0x218)]['deepClone'](_0x7c4719),_0x3a7d80=_0x4d93e7[_0x4e5f4d(0x218)][_0x4e5f4d(0x215)](_0x5ec90b),{ranges:_0x4c71e3}=_0x3a7d80[_0x4e5f4d(0x28f)];return _0x4c71e3[_0x4e5f4d(0x178)](_0x1ac205=>{const _0x453178=_0x4e5f4d,_0x56a557=_0x4757e2[_0x453178(0x1d6)](_0x5a7471(_0x4757e2[_0x453178(0x22e)](_0x7c4719[_0x453178(0x28f)]['range'])),_0x5a7471(_0x4757e2[_0x453178(0x22e)](_0x1ac205)));return _0x56a557===null||_0x56a557[_0x453178(0x16d)]!==0x0?!0x0:(_0x1ac205['startRow']+=_0x56a557['step'],_0x1ac205[_0x453178(0x2db)]+=_0x56a557[_0x453178(0x25c)],!0x1);})?{'error':new Error(_0x4e5f4d(0x224))}:{'m1Prime':_0x31099c,'m2Prime':_0x3a7d80};}},_0x3cdabc={'m1':_0x4757e2['SetNumfmtMutation']['id'],'m2':_0x4757e2['SetNumfmtMutation']['id'],'handler'(_0x1728e6,_0x1077c1){const _0x3f8ea6=_0x3a657a;if(_0x1728e6[_0x3f8ea6(0x28f)][_0x3f8ea6(0x2d6)]!==_0x1077c1[_0x3f8ea6(0x28f)]['unitId']||_0x1728e6['params'][_0x3f8ea6(0x1ca)]!==_0x1077c1['params'][_0x3f8ea6(0x1ca)])return{'m1Prime':_0x1728e6,'m2Prime':_0x1077c1};const _0x46cbc6=_0x4d93e7[_0x3f8ea6(0x218)]['deepClone'](_0x1728e6),_0x2c6732=_0x4d93e7[_0x3f8ea6(0x218)][_0x3f8ea6(0x215)](_0x1077c1),_0x3a8ed8=_0x46cbc6[_0x3f8ea6(0x28f)][_0x3f8ea6(0x225)],_0x33db06=Object[_0x3f8ea6(0x225)](_0x2c6732[_0x3f8ea6(0x28f)][_0x3f8ea6(0x225)])['map'](_0x16b45d=>_0x16b45d[_0x3f8ea6(0x169)])['flat']();for(const _0x5a43a8 in _0x3a8ed8){const _0x10af26=_0x3a8ed8[_0x5a43a8][_0x3f8ea6(0x169)],_0x1724dc=[];_0x10af26[_0x3f8ea6(0x1bf)](_0x699edb=>{const _0x46f962=_0x3f8ea6,_0x3b1965=_0x1bf90a(_0x699edb,_0x33db06);_0x3b1965['length']>0x0&&_0x1724dc[_0x46f962(0x2d4)](..._0x3b1965);}),_0x3a8ed8[_0x5a43a8][_0x3f8ea6(0x169)]=_0x1724dc;}return{'m1Prime':_0x46cbc6,'m2Prime':_0x2c6732};}},_0xaf33c={'m1':_0x4757e2[_0x3a657a(0x1cd)]['id'],'m2':_0x4757e2['RemoveNumfmtMutation']['id'],'handler'(_0x2b077f,_0x562448){const _0x2be5e4=_0x3a657a;if(_0x2b077f[_0x2be5e4(0x28f)]['unitId']!==_0x562448[_0x2be5e4(0x28f)][_0x2be5e4(0x2d6)]||_0x2b077f[_0x2be5e4(0x28f)][_0x2be5e4(0x1ca)]!==_0x562448[_0x2be5e4(0x28f)][_0x2be5e4(0x1ca)])return{'m1Prime':_0x2b077f,'m2Prime':_0x562448};const _0x6d7d33=_0x4d93e7[_0x2be5e4(0x218)][_0x2be5e4(0x215)](_0x2b077f),_0xe6adbe=_0x4d93e7[_0x2be5e4(0x218)][_0x2be5e4(0x215)](_0x562448),_0x2bc5d5=_0x6d7d33[_0x2be5e4(0x28f)][_0x2be5e4(0x225)],_0x1c38dc=_0xe6adbe['params'][_0x2be5e4(0x169)];for(const _0x578138 in _0x2bc5d5){const _0x58e457=_0x2bc5d5[_0x578138][_0x2be5e4(0x169)],_0x1c5169=[];_0x58e457['forEach'](_0x28604d=>{const _0x2b9cdc=_0x2be5e4,_0x100dee=_0x1bf90a(_0x28604d,_0x1c38dc);_0x100dee[_0x2b9cdc(0x16d)]>0x0&&_0x1c5169['push'](..._0x100dee);}),_0x2bc5d5[_0x578138][_0x2be5e4(0x169)]=_0x1c5169;}return{'m1Prime':_0x6d7d33,'m2Prime':_0xe6adbe};}},_0x39bac6={'m1':_0x4757e2[_0x3a657a(0x2bb)]['id'],'m2':_0x4757e2[_0x3a657a(0x2bb)]['id'],'handler'(_0x22adca,_0x118beb){const _0x45beb6=_0x3a657a;if(_0x22adca['params'][_0x45beb6(0x2d6)]!==_0x118beb[_0x45beb6(0x28f)][_0x45beb6(0x2d6)]||_0x22adca[_0x45beb6(0x28f)][_0x45beb6(0x1ca)]!==_0x118beb[_0x45beb6(0x28f)][_0x45beb6(0x1ca)])return{'m1Prime':_0x22adca,'m2Prime':_0x118beb};const _0x4ea06b=_0x4d93e7[_0x45beb6(0x218)]['deepClone'](_0x22adca),_0x141ae1=_0x4d93e7[_0x45beb6(0x218)][_0x45beb6(0x215)](_0x118beb),_0x419526=[],_0xa19799=_0x141ae1[_0x45beb6(0x28f)][_0x45beb6(0x169)];return _0x4ea06b[_0x45beb6(0x28f)][_0x45beb6(0x169)]['forEach'](_0x533917=>{const _0x4b39db=_0x45beb6,_0x466eb0=_0x1bf90a(_0x533917,_0xa19799);_0x466eb0[_0x4b39db(0x16d)]>0x0&&_0x419526['push'](..._0x466eb0);}),_0x4ea06b[_0x45beb6(0x28f)][_0x45beb6(0x169)]=_0x419526,{'m1Prime':_0x22adca,'m2Prime':_0x118beb};}},_0x28c5cf={'m1':_0x4757e2[_0x3a657a(0x2bb)]['id'],'m2':_0x4757e2[_0x3a657a(0x1cd)]['id'],'handler'(_0x10a748,_0xfa2429){const _0x399c23=_0x3a657a;if(_0x10a748[_0x399c23(0x28f)][_0x399c23(0x2d6)]!==_0xfa2429['params'][_0x399c23(0x2d6)]||_0x10a748['params']['subUnitId']!==_0xfa2429['params'][_0x399c23(0x1ca)])return{'m1Prime':_0x10a748,'m2Prime':_0xfa2429};const _0x328a0a=_0x4d93e7[_0x399c23(0x218)][_0x399c23(0x215)](_0x10a748),_0x48dc6d=_0x4d93e7[_0x399c23(0x218)]['deepClone'](_0xfa2429),_0x293459=[],_0x3d28d4=Object[_0x399c23(0x225)](_0x48dc6d['params'][_0x399c23(0x225)])[_0x399c23(0x192)](_0x5a79ab=>_0x5a79ab[_0x399c23(0x169)])[_0x399c23(0x28b)]();return _0x328a0a[_0x399c23(0x28f)][_0x399c23(0x169)]['forEach'](_0x412abf=>{const _0x126e65=_0x399c23,_0x2ff362=_0x1bf90a(_0x412abf,_0x3d28d4);_0x2ff362[_0x126e65(0x16d)]>0x0&&_0x293459['push'](..._0x2ff362);}),_0x328a0a[_0x399c23(0x28f)][_0x399c23(0x169)]=_0x293459,{'m1Prime':_0x328a0a,'m2Prime':_0x48dc6d};}},_0x16df5c={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2['AddWorksheetMergeMutation']['id'],'handler'(_0x3ab442,_0x323400){const _0x401ff8=_0x3a657a,_0x1b7d1b=_0x4d93e7['Tools'][_0x401ff8(0x215)](_0x3ab442),_0x229052=_0x4d93e7[_0x401ff8(0x218)]['deepClone'](_0x323400);if(_0x3ab442[_0x401ff8(0x28f)][_0x401ff8(0x2d6)]!==_0x323400['params'][_0x401ff8(0x2d6)]||_0x3ab442[_0x401ff8(0x28f)][_0x401ff8(0x1ca)]!==_0x323400['params'][_0x401ff8(0x1ca)])return{'m1Prime':_0x1b7d1b,'m2Prime':_0x229052};const _0x569e0a=_0x1b7d1b[_0x401ff8(0x28f)][_0x401ff8(0x169)],_0x2da707=_0x229052[_0x401ff8(0x28f)][_0x401ff8(0x169)],_0x4c991b=[_0x229052],_0x5642fd=new Set();for(let _0x18020f=0x0;_0x18020f<_0x569e0a['length'];_0x18020f++)for(let _0x64499=0x0;_0x64499<_0x2da707['length'];_0x64499++)if(_0x4d93e7[_0x401ff8(0x17e)][_0x401ff8(0x1b6)](_0x569e0a[_0x18020f],_0x2da707[_0x64499])){_0x5642fd[_0x401ff8(0x1ea)](_0x569e0a[_0x18020f]),_0x569e0a[_0x401ff8(0x28e)](_0x18020f,0x1),_0x18020f--;break;}return _0x5642fd['size']>0x0&&_0x4c991b[_0x401ff8(0x20e)]({'id':_0x4757e2[_0x401ff8(0x2e2)]['id'],'params':{'unitId':_0x3ab442[_0x401ff8(0x28f)][_0x401ff8(0x2d6)],'subUnitId':_0x3ab442[_0x401ff8(0x28f)][_0x401ff8(0x1ca)],'ranges':Array['from'](_0x5642fd)}}),_0x569e0a[_0x401ff8(0x16d)]===0x0&&(_0x1b7d1b['id']=_0x4757e2['EmptyMutation']['id']),{'m1Prime':_0x1b7d1b,'m2Prime':_0x4c991b['length']>0x1?_0x4c991b:_0x229052};}},_0x48fbb0={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2[_0x3a657a(0x1c0)]['id'],'handler'(_0x70db79,_0x1ec7b0){const _0x16abbc=_0x3a657a,_0x4d66f8=_0x4d93e7[_0x16abbc(0x218)][_0x16abbc(0x215)](_0x70db79),_0x44a0eb=_0x4d93e7['Tools'][_0x16abbc(0x215)](_0x1ec7b0);if(_0x70db79['params']['unitId']!==_0x1ec7b0[_0x16abbc(0x28f)][_0x16abbc(0x2d6)]||_0x70db79[_0x16abbc(0x28f)][_0x16abbc(0x1ca)]!==_0x1ec7b0[_0x16abbc(0x28f)][_0x16abbc(0x1ca)])return{'m1Prime':_0x4d66f8,'m2Prime':_0x44a0eb};const _0x151e29=_0x70db79['params'][_0x16abbc(0x2d6)],_0x3c1b8f=_0x70db79[_0x16abbc(0x28f)][_0x16abbc(0x1ca)],_0x187797=[_0x44a0eb],_0xb4ada8=[],_0x1c7b21=[];return _0x4d66f8['params'][_0x16abbc(0x169)]['forEach'](_0x5a6b1e=>{const _0x310361=_0x16abbc,_0x3fa9c7=_0x1ec7b0[_0x310361(0x28f)]['range'],_0x43b651=_0x3fa9c7[_0x310361(0x2df)]-_0x3fa9c7[_0x310361(0x152)]+0x1;_0x3fa9c7[_0x310361(0x152)]<=_0x5a6b1e[_0x310361(0x152)]?(_0xb4ada8[_0x310361(0x2d4)]({..._0x5a6b1e}),_0x1c7b21[_0x310361(0x2d4)]({..._0x5a6b1e,'startColumn':_0x5a6b1e['startColumn']+_0x43b651,'endColumn':_0x5a6b1e[_0x310361(0x2df)]+_0x43b651}),_0x5a6b1e[_0x310361(0x152)]=_0x5a6b1e['startColumn']+_0x43b651,_0x5a6b1e[_0x310361(0x2df)]=_0x5a6b1e['endColumn']+_0x43b651):_0x3fa9c7['startColumn']>_0x5a6b1e[_0x310361(0x152)]&&_0x3fa9c7['startColumn']<=_0x5a6b1e[_0x310361(0x2df)]&&(_0xb4ada8[_0x310361(0x2d4)]({..._0x5a6b1e}),_0x1c7b21[_0x310361(0x2d4)]({..._0x5a6b1e,'endColumn':_0x5a6b1e[_0x310361(0x2df)]+_0x43b651}),_0x5a6b1e[_0x310361(0x2df)]=_0x5a6b1e[_0x310361(0x2df)]+_0x43b651);}),_0xb4ada8[_0x16abbc(0x16d)]>0x0&&_0x187797[_0x16abbc(0x20e)]({'id':_0x4757e2[_0x16abbc(0x2e2)]['id'],'params':{'unitId':_0x151e29,'subUnitId':_0x3c1b8f,'ranges':_0xb4ada8}}),_0x1c7b21[_0x16abbc(0x16d)]>0x0&&_0x187797[_0x16abbc(0x2d4)]({'id':_0x4757e2['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x151e29,'subUnitId':_0x3c1b8f,'ranges':_0x1c7b21}}),{'m1Prime':_0x4d66f8,'m2Prime':_0x187797['length']>0x1?_0x187797:_0x187797[0x0]};}},_0x36bab7={'m1':_0x4757e2['AddWorksheetMergeMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x2b1)]['id'],'handler'(_0x45af0a,_0x59e9eb){const _0x1cfb4f=_0x3a657a,_0x4d49a4=_0x4d93e7[_0x1cfb4f(0x218)][_0x1cfb4f(0x215)](_0x45af0a),_0x19ccfc=_0x4d93e7['Tools'][_0x1cfb4f(0x215)](_0x59e9eb);if(_0x45af0a[_0x1cfb4f(0x28f)][_0x1cfb4f(0x2d6)]!==_0x59e9eb[_0x1cfb4f(0x28f)]['unitId']||_0x45af0a[_0x1cfb4f(0x28f)][_0x1cfb4f(0x1ca)]!==_0x59e9eb[_0x1cfb4f(0x28f)]['subUnitId'])return{'m1Prime':_0x4d49a4,'m2Prime':_0x19ccfc};const _0x3d730d=_0x45af0a[_0x1cfb4f(0x28f)][_0x1cfb4f(0x2d6)],_0x2e7980=_0x45af0a[_0x1cfb4f(0x28f)]['subUnitId'],_0x1c2313=[_0x19ccfc],_0x456209=[],_0x315563=[];return _0x4d49a4['params'][_0x1cfb4f(0x169)]['forEach'](_0x4713ce=>{const _0x113741=_0x1cfb4f,_0x29a037=_0x59e9eb[_0x113741(0x28f)][_0x113741(0x274)],_0x32b199=_0x29a037[_0x113741(0x2db)]-_0x29a037[_0x113741(0x1eb)]+0x1;_0x29a037['startRow']<=_0x4713ce['startRow']?(_0x456209[_0x113741(0x2d4)]({..._0x4713ce}),_0x315563[_0x113741(0x2d4)]({..._0x4713ce,'startRow':_0x4713ce[_0x113741(0x1eb)]+_0x32b199,'endRow':_0x4713ce[_0x113741(0x2db)]+_0x32b199}),_0x4713ce[_0x113741(0x1eb)]=_0x4713ce['startRow']+_0x32b199,_0x4713ce[_0x113741(0x2db)]=_0x4713ce[_0x113741(0x2db)]+_0x32b199):_0x29a037[_0x113741(0x1eb)]>_0x4713ce[_0x113741(0x1eb)]&&_0x29a037[_0x113741(0x1eb)]<=_0x4713ce[_0x113741(0x2db)]&&(_0x456209[_0x113741(0x2d4)]({..._0x4713ce}),_0x315563[_0x113741(0x2d4)]({..._0x4713ce,'endRow':_0x4713ce[_0x113741(0x2db)]+_0x32b199}),_0x4713ce['endRow']=_0x4713ce[_0x113741(0x2db)]+_0x32b199);}),_0x456209[_0x1cfb4f(0x16d)]>0x0&&_0x1c2313[_0x1cfb4f(0x20e)]({'id':_0x4757e2[_0x1cfb4f(0x2e2)]['id'],'params':{'unitId':_0x3d730d,'subUnitId':_0x2e7980,'ranges':_0x456209}}),_0x315563[_0x1cfb4f(0x16d)]>0x0&&_0x1c2313[_0x1cfb4f(0x2d4)]({'id':_0x4757e2['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x3d730d,'subUnitId':_0x2e7980,'ranges':_0x315563}}),{'m1Prime':_0x4d49a4,'m2Prime':_0x1c2313[_0x1cfb4f(0x16d)]>0x1?_0x1c2313:_0x1c2313[0x0]};}},_0x397b8e={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2[_0x3a657a(0x154)]['id'],'handler'(_0x89233c,_0x1b5016){const _0x291acd=_0x3a657a,_0x3e1bbc=_0x4d93e7[_0x291acd(0x218)][_0x291acd(0x215)](_0x89233c),_0x245f35=_0x4d93e7[_0x291acd(0x218)][_0x291acd(0x215)](_0x1b5016);if(_0x89233c[_0x291acd(0x28f)][_0x291acd(0x2d6)]!==_0x1b5016[_0x291acd(0x28f)][_0x291acd(0x2d6)]||_0x89233c[_0x291acd(0x28f)]['subUnitId']!==_0x1b5016[_0x291acd(0x28f)][_0x291acd(0x1ca)])return{'m1Prime':_0x3e1bbc,'m2Prime':_0x245f35};const _0x3f382c=[],_0x121b43=[],_0x4f2f53=[_0x245f35];for(let _0x4aecaf=0x0;_0x4aecaf<_0x3e1bbc['params'][_0x291acd(0x169)][_0x291acd(0x16d)];_0x4aecaf++){const _0x2f4534=_0x3e1bbc[_0x291acd(0x28f)][_0x291acd(0x169)][_0x4aecaf],{sourceRange:_0x383e50,targetRange:_0x2df017}=_0x1b5016[_0x291acd(0x28f)];_0x4d93e7['Rectangle'][_0x291acd(0x1b6)](_0x2f4534,_0x383e50)||_0x4d93e7[_0x291acd(0x17e)][_0x291acd(0x1b6)](_0x2f4534,_0x2df017)?(_0x3f382c[_0x291acd(0x2d4)]({..._0x2f4534}),_0x3e1bbc['params'][_0x291acd(0x169)][_0x291acd(0x28e)](_0x4aecaf,0x1),_0x4aecaf--):_0x383e50[_0x291acd(0x152)]<_0x2f4534[_0x291acd(0x152)]&&_0x2df017['startColumn']>_0x2f4534[_0x291acd(0x2df)]?(_0x3f382c[_0x291acd(0x2d4)]({..._0x2f4534}),_0x121b43[_0x291acd(0x2d4)]({..._0x2f4534,'startColumn':_0x2f4534['startColumn']-(_0x383e50[_0x291acd(0x2df)]-_0x383e50[_0x291acd(0x152)]+0x1),'endColumn':_0x2f4534[_0x291acd(0x2df)]-(_0x383e50['endColumn']-_0x383e50[_0x291acd(0x152)]+0x1)}),_0x2f4534['startColumn']=_0x2f4534[_0x291acd(0x152)]-(_0x383e50[_0x291acd(0x2df)]-_0x383e50['startColumn']+0x1),_0x2f4534[_0x291acd(0x2df)]=_0x2f4534[_0x291acd(0x2df)]-(_0x383e50['endColumn']-_0x383e50[_0x291acd(0x152)]+0x1)):_0x383e50[_0x291acd(0x152)]>_0x2f4534[_0x291acd(0x2df)]&&_0x2df017[_0x291acd(0x2df)]<_0x2f4534[_0x291acd(0x152)]&&(_0x3f382c['push']({..._0x2f4534}),_0x121b43[_0x291acd(0x2d4)]({..._0x2f4534,'startColumn':_0x2f4534[_0x291acd(0x152)]+(_0x383e50[_0x291acd(0x2df)]-_0x383e50[_0x291acd(0x152)]+0x1),'endColumn':_0x2f4534[_0x291acd(0x2df)]+(_0x383e50[_0x291acd(0x2df)]-_0x383e50[_0x291acd(0x152)]+0x1)}),_0x2f4534[_0x291acd(0x152)]=_0x2f4534[_0x291acd(0x152)]+(_0x383e50[_0x291acd(0x2df)]-_0x383e50[_0x291acd(0x152)]+0x1),_0x2f4534[_0x291acd(0x2df)]=_0x2f4534['endColumn']+(_0x383e50[_0x291acd(0x2df)]-_0x383e50[_0x291acd(0x152)]+0x1));}return _0x3f382c[_0x291acd(0x16d)]>0x0&&_0x4f2f53[_0x291acd(0x20e)]({'id':_0x4757e2[_0x291acd(0x2e2)]['id'],'params':{'unitId':_0x89233c[_0x291acd(0x28f)][_0x291acd(0x2d6)],'subUnitId':_0x89233c[_0x291acd(0x28f)][_0x291acd(0x1ca)],'ranges':_0x3f382c}}),_0x121b43[_0x291acd(0x16d)]>0x0&&_0x4f2f53[_0x291acd(0x2d4)]({'id':_0x4757e2[_0x291acd(0x263)]['id'],'params':{'unitId':_0x89233c[_0x291acd(0x28f)][_0x291acd(0x2d6)],'subUnitId':_0x89233c['params'][_0x291acd(0x1ca)],'ranges':_0x121b43}}),_0x3e1bbc['params'][_0x291acd(0x169)]['length']===0x0&&(_0x3e1bbc['id']=_0x4757e2[_0x291acd(0x1c5)]['id']),{'m1Prime':_0x3e1bbc,'m2Prime':_0x4f2f53[_0x291acd(0x16d)]>0x1?_0x4f2f53:_0x4f2f53[0x0]};}},_0x1a93aa={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2['MoveRowsMutation']['id'],'handler'(_0x12e6bc,_0x52fe2b){const _0x5a1c73=_0x3a657a,_0x274c4f=_0x4d93e7[_0x5a1c73(0x218)][_0x5a1c73(0x215)](_0x12e6bc),_0x4f0231=_0x4d93e7[_0x5a1c73(0x218)][_0x5a1c73(0x215)](_0x52fe2b);if(_0x12e6bc[_0x5a1c73(0x28f)][_0x5a1c73(0x2d6)]!==_0x52fe2b['params']['unitId']||_0x12e6bc[_0x5a1c73(0x28f)][_0x5a1c73(0x1ca)]!==_0x52fe2b[_0x5a1c73(0x28f)][_0x5a1c73(0x1ca)])return{'m1Prime':_0x274c4f,'m2Prime':_0x4f0231};const _0x305140=[],_0x9b3e81=[],_0x1940ac=[_0x4f0231];for(let _0x5d0b66=0x0;_0x5d0b66<_0x274c4f[_0x5a1c73(0x28f)][_0x5a1c73(0x169)][_0x5a1c73(0x16d)];_0x5d0b66++){const _0x398d0c=_0x274c4f[_0x5a1c73(0x28f)][_0x5a1c73(0x169)][_0x5d0b66],{sourceRange:_0x2fdf53,targetRange:_0x5c8745}=_0x52fe2b[_0x5a1c73(0x28f)];_0x4d93e7[_0x5a1c73(0x17e)]['intersects'](_0x398d0c,_0x2fdf53)||_0x4d93e7[_0x5a1c73(0x17e)][_0x5a1c73(0x1b6)](_0x398d0c,_0x5c8745)?(_0x305140[_0x5a1c73(0x2d4)]({..._0x398d0c}),_0x274c4f[_0x5a1c73(0x28f)][_0x5a1c73(0x169)]['splice'](_0x5d0b66,0x1),_0x5d0b66--):_0x2fdf53[_0x5a1c73(0x1eb)]<_0x398d0c[_0x5a1c73(0x1eb)]&&_0x5c8745['startRow']>_0x398d0c[_0x5a1c73(0x2db)]?(_0x305140[_0x5a1c73(0x2d4)]({..._0x398d0c}),_0x9b3e81[_0x5a1c73(0x2d4)]({..._0x398d0c,'startRow':_0x398d0c['startRow']-(_0x2fdf53[_0x5a1c73(0x2db)]-_0x2fdf53['startRow']+0x1),'endRow':_0x398d0c[_0x5a1c73(0x2db)]-(_0x2fdf53[_0x5a1c73(0x2db)]-_0x2fdf53[_0x5a1c73(0x1eb)]+0x1)}),_0x398d0c[_0x5a1c73(0x1eb)]=_0x398d0c['startRow']-(_0x2fdf53[_0x5a1c73(0x2db)]-_0x2fdf53[_0x5a1c73(0x1eb)]+0x1),_0x398d0c[_0x5a1c73(0x2db)]=_0x398d0c[_0x5a1c73(0x2db)]-(_0x2fdf53[_0x5a1c73(0x2db)]-_0x2fdf53[_0x5a1c73(0x1eb)]+0x1)):_0x2fdf53[_0x5a1c73(0x1eb)]>_0x398d0c['endRow']&&_0x5c8745[_0x5a1c73(0x2db)]<_0x398d0c['startRow']&&(_0x305140[_0x5a1c73(0x2d4)]({..._0x398d0c}),_0x9b3e81['push']({..._0x398d0c,'startRow':_0x398d0c[_0x5a1c73(0x1eb)]+(_0x2fdf53[_0x5a1c73(0x2db)]-_0x2fdf53['startRow']+0x1),'endRow':_0x398d0c['endRow']+(_0x2fdf53['endRow']-_0x2fdf53[_0x5a1c73(0x1eb)]+0x1)}),_0x398d0c[_0x5a1c73(0x1eb)]=_0x398d0c[_0x5a1c73(0x1eb)]+(_0x2fdf53[_0x5a1c73(0x2db)]-_0x2fdf53[_0x5a1c73(0x1eb)]+0x1),_0x398d0c['endRow']=_0x398d0c['endRow']+(_0x2fdf53[_0x5a1c73(0x2db)]-_0x2fdf53[_0x5a1c73(0x1eb)]+0x1));}return _0x305140['length']>0x0&&_0x1940ac[_0x5a1c73(0x20e)]({'id':_0x4757e2[_0x5a1c73(0x2e2)]['id'],'params':{'unitId':_0x12e6bc['params']['unitId'],'subUnitId':_0x12e6bc[_0x5a1c73(0x28f)]['subUnitId'],'ranges':_0x305140}}),_0x9b3e81['length']>0x0&&_0x1940ac[_0x5a1c73(0x2d4)]({'id':_0x4757e2['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x12e6bc['params'][_0x5a1c73(0x2d6)],'subUnitId':_0x12e6bc[_0x5a1c73(0x28f)][_0x5a1c73(0x1ca)],'ranges':_0x9b3e81}}),_0x274c4f[_0x5a1c73(0x28f)][_0x5a1c73(0x169)][_0x5a1c73(0x16d)]===0x0&&(_0x274c4f['id']=_0x4757e2[_0x5a1c73(0x1c5)]['id']),{'m1Prime':_0x274c4f,'m2Prime':_0x1940ac['length']>0x1?_0x1940ac:_0x1940ac[0x0]};}},_0x4d5650={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2[_0x3a657a(0x1bc)]['id'],'handler'(_0x18b559,_0x1169a8){const _0x14dc8e=_0x3a657a,_0x228f15=_0x4d93e7[_0x14dc8e(0x218)][_0x14dc8e(0x215)](_0x18b559),_0x3897be=_0x4d93e7['Tools']['deepClone'](_0x1169a8);if(_0x18b559['params']['unitId']!==_0x1169a8[_0x14dc8e(0x28f)][_0x14dc8e(0x2d6)])return{'m1Prime':_0x228f15,'m2Prime':_0x3897be};const _0x14385a=[],_0x3790fa=[_0x3897be],_0x1742be=new _0x4d93e7[(_0x14dc8e(0x199))](_0x1169a8[_0x14dc8e(0x28f)][_0x14dc8e(0x17f)][_0x14dc8e(0x1b0)])[_0x14dc8e(0x1dc)](),_0x2496ea=new _0x4d93e7[(_0x14dc8e(0x199))](_0x1169a8[_0x14dc8e(0x28f)]['to']['value'])[_0x14dc8e(0x1dc)]();for(let _0x4c45a0=0x0;_0x4c45a0<_0x228f15['params'][_0x14dc8e(0x169)][_0x14dc8e(0x16d)];_0x4c45a0++){const _0x864cf9=_0x228f15[_0x14dc8e(0x28f)][_0x14dc8e(0x169)][_0x4c45a0];(_0x4d93e7['Rectangle'][_0x14dc8e(0x1b6)](_0x1742be,_0x864cf9)||_0x4d93e7[_0x14dc8e(0x17e)][_0x14dc8e(0x1b6)](_0x2496ea,_0x864cf9))&&(_0x14385a[_0x14dc8e(0x2d4)](_0x864cf9),_0x228f15['params'][_0x14dc8e(0x169)]['splice'](_0x4c45a0,0x1),_0x4c45a0--);}return _0x14385a['length']>0x0&&_0x3790fa[_0x14dc8e(0x20e)]({'id':_0x4757e2['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x18b559[_0x14dc8e(0x28f)][_0x14dc8e(0x2d6)],'subUnitId':_0x18b559[_0x14dc8e(0x28f)]['subUnitId'],'ranges':_0x14385a}}),_0x228f15['params']['ranges'][_0x14dc8e(0x16d)]===0x0&&(_0x228f15['id']=_0x4757e2[_0x14dc8e(0x1c5)]['id']),{'m1Prime':_0x228f15,'m2Prime':_0x3790fa[_0x14dc8e(0x16d)]>0x1?_0x3790fa:_0x3790fa[0x0]};}};function _0x1e14c8(_0x4cf298){const _0x53cc98=_0x3a657a;return _0x4cf298[_0x53cc98(0x152)]>_0x4cf298['endColumn']||_0x4cf298[_0x53cc98(0x1eb)]>_0x4cf298[_0x53cc98(0x2db)]?!0x1:!(_0x4cf298['startRow']===_0x4cf298[_0x53cc98(0x2db)]&&_0x4cf298[_0x53cc98(0x152)]===_0x4cf298['endColumn']);}const _0x432a48={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2[_0x3a657a(0x221)]['id'],'handler'(_0x15154e,_0x423f46){const _0x15afe1=_0x3a657a,_0x50f893=_0x4d93e7[_0x15afe1(0x218)][_0x15afe1(0x215)](_0x15154e),_0x105233=_0x4d93e7['Tools'][_0x15afe1(0x215)](_0x423f46);if(_0x15154e[_0x15afe1(0x28f)][_0x15afe1(0x2d6)]!==_0x423f46[_0x15afe1(0x28f)][_0x15afe1(0x2d6)]||_0x15154e['params'][_0x15afe1(0x1ca)]!==_0x423f46[_0x15afe1(0x28f)][_0x15afe1(0x1ca)])return{'m1Prime':_0x50f893,'m2Prime':_0x105233};const _0x2f2983=_0x15154e[_0x15afe1(0x28f)][_0x15afe1(0x2d6)],_0x414eb7=_0x15154e['params'][_0x15afe1(0x1ca)],_0x3a6a87=[_0x105233],_0x309c61=[],_0x9addf7=[];for(let _0x5654bb=0x0;_0x5654bb<_0x50f893[_0x15afe1(0x28f)]['ranges']['length'];_0x5654bb++){const _0x33d17f=_0x50f893['params'][_0x15afe1(0x169)][_0x5654bb],_0x5aa65a=_0x423f46[_0x15afe1(0x28f)]['range'],_0x34031c=_0x5aa65a['endColumn']-_0x5aa65a[_0x15afe1(0x152)]+0x1;if(_0x5aa65a[_0x15afe1(0x152)]<_0x33d17f[_0x15afe1(0x152)]&&_0x5aa65a[_0x15afe1(0x2df)]<_0x33d17f[_0x15afe1(0x152)])_0x309c61[_0x15afe1(0x2d4)]({..._0x33d17f}),_0x9addf7[_0x15afe1(0x2d4)]({..._0x33d17f,'startColumn':_0x33d17f[_0x15afe1(0x152)]-_0x34031c,'endColumn':_0x33d17f[_0x15afe1(0x2df)]-_0x34031c}),_0x33d17f[_0x15afe1(0x152)]=_0x33d17f['startColumn']-_0x34031c,_0x33d17f[_0x15afe1(0x2df)]=_0x33d17f[_0x15afe1(0x2df)]-_0x34031c;else{if(_0x5aa65a['startColumn']<_0x33d17f[_0x15afe1(0x152)]&&_0x5aa65a[_0x15afe1(0x2df)]>=_0x33d17f[_0x15afe1(0x152)]&&_0x5aa65a[_0x15afe1(0x2df)]<=_0x33d17f['endColumn']){_0x309c61[_0x15afe1(0x2d4)]({..._0x33d17f});const _0x22ca6d={..._0x33d17f,'startColumn':_0x5aa65a['startColumn'],'endColumn':_0x33d17f[_0x15afe1(0x2df)]-_0x34031c};_0x1e14c8(_0x22ca6d)&&_0x5aa65a[_0x15afe1(0x2df)]<_0x33d17f[_0x15afe1(0x2df)]?(_0x5aa65a[_0x15afe1(0x2df)]<_0x33d17f['endColumn']&&_0x9addf7['push'](_0x22ca6d),_0x33d17f[_0x15afe1(0x152)]=_0x5aa65a[_0x15afe1(0x152)],_0x33d17f[_0x15afe1(0x2df)]=_0x33d17f[_0x15afe1(0x2df)]-_0x34031c):(_0x50f893[_0x15afe1(0x28f)][_0x15afe1(0x169)][_0x15afe1(0x28e)](_0x5654bb,0x1),_0x5654bb--);}else{if(_0x5aa65a['startColumn']>_0x33d17f[_0x15afe1(0x152)]&&_0x5aa65a['endColumn']<_0x33d17f['endColumn']){_0x309c61['push']({..._0x33d17f});const _0x25f96b={..._0x33d17f,'endColumn':_0x33d17f['endColumn']-_0x34031c};_0x1e14c8(_0x25f96b)?(_0x9addf7[_0x15afe1(0x2d4)](_0x25f96b),_0x33d17f['endColumn']=_0x33d17f[_0x15afe1(0x2df)]-_0x34031c):(_0x50f893[_0x15afe1(0x28f)][_0x15afe1(0x169)][_0x15afe1(0x28e)](_0x5654bb,0x1),_0x5654bb--);}else{if(_0x5aa65a[_0x15afe1(0x152)]>=_0x33d17f[_0x15afe1(0x152)]&&_0x5aa65a[_0x15afe1(0x152)]<=_0x33d17f['endColumn']&&_0x5aa65a[_0x15afe1(0x2df)]>_0x33d17f[_0x15afe1(0x2df)]){_0x309c61['push']({..._0x33d17f});const _0x3fcac3={..._0x33d17f,'endColumn':_0x5aa65a[_0x15afe1(0x152)]-0x1};_0x1e14c8(_0x3fcac3)&&_0x5aa65a[_0x15afe1(0x152)]>_0x33d17f['startColumn']?(_0x9addf7['push'](_0x3fcac3),_0x33d17f[_0x15afe1(0x2df)]=_0x5aa65a[_0x15afe1(0x152)]-0x1):(_0x50f893['params'][_0x15afe1(0x169)][_0x15afe1(0x28e)](_0x5654bb,0x1),_0x5654bb--);}else _0x5aa65a[_0x15afe1(0x152)]>_0x33d17f[_0x15afe1(0x2df)]||_0x5aa65a[_0x15afe1(0x152)]<=_0x33d17f[_0x15afe1(0x152)]&&_0x5aa65a['endColumn']>=_0x33d17f['endColumn']&&(_0x309c61[_0x15afe1(0x2d4)]({..._0x33d17f}),_0x50f893[_0x15afe1(0x28f)][_0x15afe1(0x169)][_0x15afe1(0x28e)](_0x5654bb,0x1),_0x5654bb--);}}}}return _0x309c61['length']>0x0&&_0x3a6a87[_0x15afe1(0x20e)]({'id':_0x4757e2['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x2f2983,'subUnitId':_0x414eb7,'ranges':_0x309c61}}),_0x9addf7[_0x15afe1(0x16d)]>0x0&&_0x3a6a87[_0x15afe1(0x2d4)]({'id':_0x4757e2['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x2f2983,'subUnitId':_0x414eb7,'ranges':_0x9addf7}}),_0x50f893['params'][_0x15afe1(0x169)][_0x15afe1(0x16d)]===0x0&&(_0x50f893['id']=_0x4757e2['EmptyMutation']['id']),{'m1Prime':_0x50f893,'m2Prime':_0x3a6a87[_0x15afe1(0x16d)]>0x1?_0x3a6a87:_0x3a6a87[0x0]};}},_0x1dbd9f={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2['RemoveRowMutation']['id'],'handler'(_0x5cee6c,_0x700a04){const _0x59dcd9=_0x3a657a,_0xacb4a4=_0x4d93e7['Tools'][_0x59dcd9(0x215)](_0x5cee6c),_0x4050c3=_0x4d93e7['Tools']['deepClone'](_0x700a04);if(_0x5cee6c[_0x59dcd9(0x28f)][_0x59dcd9(0x2d6)]!==_0x700a04[_0x59dcd9(0x28f)][_0x59dcd9(0x2d6)]||_0x5cee6c[_0x59dcd9(0x28f)][_0x59dcd9(0x1ca)]!==_0x700a04[_0x59dcd9(0x28f)]['subUnitId'])return{'m1Prime':_0xacb4a4,'m2Prime':_0x4050c3};const _0x18d036=_0x5cee6c[_0x59dcd9(0x28f)][_0x59dcd9(0x2d6)],_0x43fae4=_0x5cee6c[_0x59dcd9(0x28f)]['subUnitId'],_0xe9a1a9=[_0x4050c3],_0x241235=[],_0x23bab5=[];for(let _0x4d61cb=0x0;_0x4d61cb<_0xacb4a4[_0x59dcd9(0x28f)]['ranges'][_0x59dcd9(0x16d)];_0x4d61cb++){const _0x479e50=_0xacb4a4[_0x59dcd9(0x28f)][_0x59dcd9(0x169)][_0x4d61cb],_0xf93a53=_0x700a04['params'][_0x59dcd9(0x274)],_0x1bd330=_0xf93a53[_0x59dcd9(0x2db)]-_0xf93a53[_0x59dcd9(0x1eb)]+0x1;if(_0xf93a53[_0x59dcd9(0x1eb)]<_0x479e50[_0x59dcd9(0x1eb)]&&_0xf93a53['endRow']<_0x479e50[_0x59dcd9(0x1eb)])_0x241235[_0x59dcd9(0x2d4)]({..._0x479e50}),_0x23bab5['push']({..._0x479e50,'startRow':_0x479e50[_0x59dcd9(0x1eb)]-_0x1bd330,'endRow':_0x479e50[_0x59dcd9(0x2db)]-_0x1bd330}),_0x479e50[_0x59dcd9(0x1eb)]=_0x479e50[_0x59dcd9(0x1eb)]-_0x1bd330,_0x479e50['endRow']=_0x479e50['endRow']-_0x1bd330;else{if(_0xf93a53[_0x59dcd9(0x1eb)]<_0x479e50[_0x59dcd9(0x1eb)]&&_0xf93a53[_0x59dcd9(0x2db)]>=_0x479e50[_0x59dcd9(0x1eb)]&&_0xf93a53[_0x59dcd9(0x2db)]<=_0x479e50[_0x59dcd9(0x2db)]){_0x241235[_0x59dcd9(0x2d4)]({..._0x479e50});const _0xf0f585={..._0x479e50,'startRow':_0xf93a53[_0x59dcd9(0x1eb)],'endRow':_0x479e50[_0x59dcd9(0x2db)]-_0x1bd330};_0x1e14c8(_0xf0f585)&&_0xf93a53[_0x59dcd9(0x2db)]<_0x479e50['endRow']?(_0xf93a53[_0x59dcd9(0x2db)]<_0x479e50[_0x59dcd9(0x2db)]&&_0x23bab5[_0x59dcd9(0x2d4)](_0xf0f585),_0x479e50[_0x59dcd9(0x1eb)]=_0xf93a53[_0x59dcd9(0x1eb)],_0x479e50['endRow']=_0x479e50['endRow']-_0x1bd330):(_0xacb4a4['params'][_0x59dcd9(0x169)][_0x59dcd9(0x28e)](_0x4d61cb,0x1),_0x4d61cb--);}else{if(_0xf93a53[_0x59dcd9(0x1eb)]>_0x479e50['startRow']&&_0xf93a53[_0x59dcd9(0x2db)]<_0x479e50[_0x59dcd9(0x2db)]){_0x241235['push']({..._0x479e50});const _0x19cbee={..._0x479e50,'endRow':_0x479e50[_0x59dcd9(0x2db)]-_0x1bd330};_0x1e14c8(_0x19cbee)?(_0x23bab5[_0x59dcd9(0x2d4)](_0x19cbee),_0x479e50['endRow']=_0x479e50['endRow']-_0x1bd330):(_0xacb4a4[_0x59dcd9(0x28f)][_0x59dcd9(0x169)]['splice'](_0x4d61cb,0x1),_0x4d61cb--);}else{if(_0xf93a53[_0x59dcd9(0x1eb)]>=_0x479e50['startRow']&&_0xf93a53[_0x59dcd9(0x1eb)]<=_0x479e50[_0x59dcd9(0x2db)]&&_0xf93a53['endRow']>_0x479e50[_0x59dcd9(0x2db)]){_0x241235['push']({..._0x479e50});const _0x2d06dd={..._0x479e50,'endRow':_0xf93a53[_0x59dcd9(0x1eb)]-0x1};_0x1e14c8(_0x2d06dd)&&_0xf93a53['startRow']>_0x479e50[_0x59dcd9(0x1eb)]?(_0x23bab5[_0x59dcd9(0x2d4)](_0x2d06dd),_0x479e50[_0x59dcd9(0x2db)]=_0xf93a53[_0x59dcd9(0x1eb)]-0x1):(_0xacb4a4[_0x59dcd9(0x28f)][_0x59dcd9(0x169)][_0x59dcd9(0x28e)](_0x4d61cb,0x1),_0x4d61cb--);}else _0xf93a53[_0x59dcd9(0x1eb)]>_0x479e50['endRow']||_0xf93a53[_0x59dcd9(0x1eb)]<=_0x479e50[_0x59dcd9(0x1eb)]&&_0xf93a53[_0x59dcd9(0x2db)]>=_0x479e50[_0x59dcd9(0x2db)]&&(_0x241235[_0x59dcd9(0x2d4)]({..._0x479e50}),_0xacb4a4[_0x59dcd9(0x28f)][_0x59dcd9(0x169)][_0x59dcd9(0x28e)](_0x4d61cb,0x1),_0x4d61cb--);}}}}return _0x241235[_0x59dcd9(0x16d)]>0x0&&_0xe9a1a9[_0x59dcd9(0x20e)]({'id':_0x4757e2[_0x59dcd9(0x2e2)]['id'],'params':{'unitId':_0x18d036,'subUnitId':_0x43fae4,'ranges':_0x241235}}),_0x23bab5[_0x59dcd9(0x16d)]>0x0&&_0xe9a1a9[_0x59dcd9(0x2d4)]({'id':_0x4757e2[_0x59dcd9(0x263)]['id'],'params':{'unitId':_0x18d036,'subUnitId':_0x43fae4,'ranges':_0x23bab5}}),_0xacb4a4['params']['ranges'][_0x59dcd9(0x16d)]===0x0&&(_0xacb4a4['id']=_0x4757e2['EmptyMutation']['id']),{'m1Prime':_0xacb4a4,'m2Prime':_0xe9a1a9[_0x59dcd9(0x16d)]>0x1?_0xe9a1a9:_0xe9a1a9[0x0]};}},_0x4df9ab={'m1':_0x4757e2['AddWorksheetMergeMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x1bb)]['id'],'handler'(_0x3e56cd,_0x1b9850){const _0x49f059=_0x3a657a,_0x54e13c=_0x4d93e7['Tools'][_0x49f059(0x215)](_0x3e56cd),_0x51e562=_0x4d93e7['Tools'][_0x49f059(0x215)](_0x1b9850);if(_0x3e56cd[_0x49f059(0x28f)][_0x49f059(0x2d6)]!==_0x1b9850[_0x49f059(0x28f)][_0x49f059(0x2d6)]||_0x3e56cd['params'][_0x49f059(0x1ca)]!==_0x1b9850['params']['subUnitId'])return{'m1Prime':_0x54e13c,'m2Prime':_0x51e562};const _0xce5977=[_0x54e13c],_0x19e653=[_0x51e562],_0x24b0fa=new _0x4d93e7[(_0x49f059(0x199))](_0x4d93e7[_0x49f059(0x218)][_0x49f059(0x215)](_0x1b9850[_0x49f059(0x28f)][_0x49f059(0x16c)])),_0x39af1a=new Set(),_0x45ce2b={};for(let _0x35810e=0x0;_0x35810e<_0x54e13c[_0x49f059(0x28f)][_0x49f059(0x169)][_0x49f059(0x16d)];_0x35810e++){const _0x449276=_0x54e13c['params'][_0x49f059(0x169)][_0x35810e],{startRow:_0x3eb674,startColumn:_0x5772f7,endRow:_0x85b7bf,endColumn:_0x1d9f66}=_0x449276;let _0x23d12e=!0x1;_0x24b0fa[_0x49f059(0x27e)]((_0x53d657,_0x481044,_0x4dea1f)=>{const _0x4194ec=_0x49f059;if(_0x53d657>=_0x3eb674&&_0x53d657<=_0x85b7bf&&_0x481044>=_0x5772f7&&_0x481044<=_0x1d9f66){const _0x44fa73=_0x24b0fa[_0x4194ec(0x198)](_0x53d657,_0x481044),_0x44947b=_0x44fa73===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x44fa73;_0x44947b&&(_0x45ce2b[_0x53d657]||(_0x45ce2b[_0x53d657]={}),_0x45ce2b[_0x53d657][_0x481044]={},(_0x4dea1f==null?void 0x0:_0x4dea1f['v'])!==void 0x0&&(_0x45ce2b[_0x53d657][_0x481044]['v']=null,delete _0x44947b['v']),(_0x4dea1f==null?void 0x0:_0x4dea1f['f'])!==void 0x0&&(_0x45ce2b[_0x53d657][_0x481044]['f']=null,delete _0x44947b['f']),(_0x4dea1f==null?void 0x0:_0x4dea1f['t'])!==void 0x0&&(_0x45ce2b[_0x53d657][_0x481044]['t']=null,delete _0x44947b['t']),(_0x4dea1f==null?void 0x0:_0x4dea1f['si'])!==void 0x0&&(_0x45ce2b[_0x53d657][_0x481044]['si']=null,delete _0x44947b['si']),(_0x4dea1f==null?void 0x0:_0x4dea1f['p'])!==void 0x0&&(_0x45ce2b[_0x53d657][_0x481044]['p']=null,delete _0x44947b['p']),(_0x4dea1f==null?void 0x0:_0x4dea1f['s'])!==void 0x0&&(_0x45ce2b[_0x53d657][_0x481044]['s']=null,delete _0x44947b['s']),_0x24b0fa['setValue'](_0x53d657,_0x481044,_0x44947b),_0x23d12e=!0x0);}}),_0x23d12e&&(_0x39af1a['add']({..._0x449276}),_0x54e13c[_0x49f059(0x28f)][_0x49f059(0x169)]['splice'](_0x35810e,0x1),_0x35810e--);}return _0x51e562[_0x49f059(0x28f)][_0x49f059(0x16c)]=_0x24b0fa[_0x49f059(0x24a)](),_0x39af1a[_0x49f059(0x290)]>0x0&&_0x19e653['unshift']({'id':_0x4757e2[_0x49f059(0x2e2)]['id'],'params':{'unitId':_0x3e56cd[_0x49f059(0x28f)]['unitId'],'subUnitId':_0x3e56cd[_0x49f059(0x28f)][_0x49f059(0x1ca)],'ranges':Array['from'](_0x39af1a)}}),_0x54e13c[_0x49f059(0x28f)][_0x49f059(0x169)][_0x49f059(0x16d)]===0x0&&(_0x54e13c['id']=_0x4757e2[_0x49f059(0x1c5)]['id']),Object[_0x49f059(0x29d)](_0x45ce2b)[_0x49f059(0x16d)]>0x0&&_0xce5977[_0x49f059(0x20e)]({'id':_0x4757e2[_0x49f059(0x1bb)]['id'],'params':{'unitId':_0x3e56cd[_0x49f059(0x28f)][_0x49f059(0x2d6)],'subUnitId':_0x3e56cd[_0x49f059(0x28f)]['subUnitId'],'cellValue':_0x45ce2b}}),{'m1Prime':_0xce5977['length']>0x1?_0xce5977:_0xce5977[0x0],'m2Prime':_0x19e653['length']>0x1?_0x19e653:_0x19e653[0x0]};}},_0x294327={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2[_0x3a657a(0x2e2)]['id'],'handler'(_0x2f6e89,_0x1daf22){const _0x20f729=_0x3a657a,_0xa94aa3=_0x4d93e7[_0x20f729(0x218)]['deepClone'](_0x2f6e89),_0x4b67f5=_0x4d93e7[_0x20f729(0x218)][_0x20f729(0x215)](_0x1daf22);if(_0x2f6e89[_0x20f729(0x28f)][_0x20f729(0x2d6)]!==_0x1daf22[_0x20f729(0x28f)][_0x20f729(0x2d6)]||_0x2f6e89['params'][_0x20f729(0x1ca)]!==_0x1daf22[_0x20f729(0x28f)][_0x20f729(0x1ca)])return{'m1Prime':_0xa94aa3,'m2Prime':_0x4b67f5};const _0x27063f=_0x4b67f5[_0x20f729(0x28f)][_0x20f729(0x169)]['map'](_0xd659ed=>{const _0x1cb66=_0x20f729,_0x5643d5=_0xa94aa3[_0x1cb66(0x28f)]['range'],_0x543af4=_0x5643d5[_0x1cb66(0x2df)]-_0x5643d5[_0x1cb66(0x152)]+0x1;return _0x5643d5[_0x1cb66(0x152)]<=_0xd659ed[_0x1cb66(0x152)]?{..._0xd659ed,'startColumn':_0xd659ed[_0x1cb66(0x152)]+_0x543af4,'endColumn':_0xd659ed[_0x1cb66(0x2df)]+_0x543af4}:_0x5643d5['startColumn']>_0xd659ed['startColumn']&&_0x5643d5[_0x1cb66(0x152)]<=_0xd659ed[_0x1cb66(0x2df)]?{..._0xd659ed,'endColumn':_0xd659ed[_0x1cb66(0x2df)]+_0x543af4}:{..._0xd659ed};});return _0x4b67f5[_0x20f729(0x28f)][_0x20f729(0x169)]=_0x27063f,{'m1Prime':_0xa94aa3,'m2Prime':_0x4b67f5};}},_0x1126dd={'m1':_0x4757e2['InsertRowMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x2e2)]['id'],'handler'(_0x3c28ad,_0x33cc37){const _0x3ea507=_0x3a657a,_0x317a5e=_0x4d93e7['Tools'][_0x3ea507(0x215)](_0x3c28ad),_0x6fa49=_0x4d93e7[_0x3ea507(0x218)][_0x3ea507(0x215)](_0x33cc37);if(_0x3c28ad[_0x3ea507(0x28f)][_0x3ea507(0x2d6)]!==_0x33cc37[_0x3ea507(0x28f)][_0x3ea507(0x2d6)]||_0x3c28ad[_0x3ea507(0x28f)][_0x3ea507(0x1ca)]!==_0x33cc37[_0x3ea507(0x28f)][_0x3ea507(0x1ca)])return{'m1Prime':_0x317a5e,'m2Prime':_0x6fa49};const _0x49ef2e=_0x6fa49[_0x3ea507(0x28f)][_0x3ea507(0x169)][_0x3ea507(0x192)](_0x1c2065=>{const _0x205c3f=_0x3ea507,_0x219cd0=_0x317a5e[_0x205c3f(0x28f)][_0x205c3f(0x274)],_0x3aa47b=_0x219cd0[_0x205c3f(0x2db)]-_0x219cd0[_0x205c3f(0x1eb)]+0x1;return _0x219cd0[_0x205c3f(0x1eb)]<=_0x1c2065[_0x205c3f(0x1eb)]?{..._0x1c2065,'startRow':_0x1c2065[_0x205c3f(0x1eb)]+_0x3aa47b,'endRow':_0x1c2065[_0x205c3f(0x2db)]+_0x3aa47b}:_0x219cd0[_0x205c3f(0x1eb)]>_0x1c2065['startRow']&&_0x219cd0[_0x205c3f(0x1eb)]<=_0x1c2065[_0x205c3f(0x2db)]?{..._0x1c2065,'endRow':_0x1c2065[_0x205c3f(0x2db)]+_0x3aa47b}:{..._0x1c2065};});return _0x6fa49[_0x3ea507(0x28f)][_0x3ea507(0x169)]=_0x49ef2e,{'m1Prime':_0x317a5e,'m2Prime':_0x6fa49};}},_0x1a21a8={'m1':_0x4757e2['MoveColsMutation']['id'],'m2':_0x4757e2['RemoveWorksheetMergeMutation']['id'],'handler'(_0x3e78cc,_0x3814d0){const _0x33fef3=_0x3a657a,_0x374e89=_0x4d93e7[_0x33fef3(0x218)][_0x33fef3(0x215)](_0x3e78cc),_0x1c00ac=_0x4d93e7['Tools'][_0x33fef3(0x215)](_0x3814d0);if(_0x3e78cc['params'][_0x33fef3(0x2d6)]!==_0x3814d0['params'][_0x33fef3(0x2d6)]||_0x3e78cc[_0x33fef3(0x28f)]['subUnitId']!==_0x3814d0[_0x33fef3(0x28f)][_0x33fef3(0x1ca)])return{'m1Prime':_0x374e89,'m2Prime':_0x1c00ac};const _0x48b9c0=_0x1c00ac[_0x33fef3(0x28f)]['ranges']['reduce']((_0x3189b1,_0xde65ed)=>{const _0x2d5191=_0x33fef3,{sourceRange:_0x4f8227,targetRange:_0x2007cf}=_0x3e78cc[_0x2d5191(0x28f)],_0x3916de={..._0xde65ed};return _0x4f8227['endColumn']<_0x3916de[_0x2d5191(0x152)]&&_0x2007cf['startColumn']>_0x3916de['endColumn']?(_0x3916de[_0x2d5191(0x152)]-=_0x4f8227['endColumn']-_0x4f8227['startColumn']+0x1,_0x3916de['endColumn']-=_0x4f8227[_0x2d5191(0x2df)]-_0x4f8227[_0x2d5191(0x152)]+0x1,_0x1e14c8(_0x3916de)&&_0x3189b1[_0x2d5191(0x2d4)](_0x3916de)):_0x4f8227[_0x2d5191(0x152)]>_0x3916de[_0x2d5191(0x2df)]&&_0x2007cf[_0x2d5191(0x2df)]<_0x3916de['startColumn']?(_0x3916de['startColumn']+=_0x4f8227[_0x2d5191(0x2df)]-_0x4f8227[_0x2d5191(0x152)]+0x1,_0x3916de[_0x2d5191(0x2df)]+=_0x4f8227[_0x2d5191(0x2df)]-_0x4f8227[_0x2d5191(0x152)]+0x1,_0x1e14c8(_0x3916de)&&_0x3189b1[_0x2d5191(0x2d4)](_0x3916de)):_0x4d93e7[_0x2d5191(0x17e)][_0x2d5191(0x1b6)](_0x3916de,_0x4f8227)||_0x4d93e7['Rectangle'][_0x2d5191(0x1b6)](_0x3916de,_0x2007cf)||_0x3189b1['push'](_0x3916de),_0x3189b1;},[]);return _0x1c00ac[_0x33fef3(0x28f)]['ranges']=_0x48b9c0,_0x1c00ac[_0x33fef3(0x28f)][_0x33fef3(0x169)][_0x33fef3(0x16d)]===0x0&&(_0x1c00ac['id']=_0x4757e2[_0x33fef3(0x1c5)]['id']),{'m1Prime':_0x374e89,'m2Prime':_0x1c00ac};}},_0x11261a={'m1':_0x4757e2[_0x3a657a(0x2f0)]['id'],'m2':_0x4757e2['RemoveWorksheetMergeMutation']['id'],'handler'(_0x44ff17,_0x496854){const _0x1a3135=_0x3a657a,_0x30f5ab=_0x4d93e7['Tools'][_0x1a3135(0x215)](_0x44ff17),_0x1f0b45=_0x4d93e7['Tools'][_0x1a3135(0x215)](_0x496854);if(_0x44ff17[_0x1a3135(0x28f)][_0x1a3135(0x2d6)]!==_0x496854[_0x1a3135(0x28f)]['unitId']||_0x44ff17['params'][_0x1a3135(0x1ca)]!==_0x496854[_0x1a3135(0x28f)]['subUnitId'])return{'m1Prime':_0x30f5ab,'m2Prime':_0x1f0b45};const _0x4ef480=_0x1f0b45[_0x1a3135(0x28f)][_0x1a3135(0x169)]['reduce']((_0x2380f2,_0x64442)=>{const _0x310c01=_0x1a3135,{sourceRange:_0x1c60aa,targetRange:_0x450c2f}=_0x44ff17['params'],_0x2b25b0={..._0x64442};return _0x1c60aa[_0x310c01(0x2db)]<_0x2b25b0['startRow']&&_0x450c2f['startRow']>_0x2b25b0['endRow']?(_0x2b25b0[_0x310c01(0x1eb)]-=_0x1c60aa[_0x310c01(0x2db)]-_0x1c60aa[_0x310c01(0x1eb)]+0x1,_0x2b25b0[_0x310c01(0x2db)]-=_0x1c60aa[_0x310c01(0x2db)]-_0x1c60aa[_0x310c01(0x1eb)]+0x1,_0x1e14c8(_0x2b25b0)&&_0x2380f2[_0x310c01(0x2d4)](_0x2b25b0)):_0x1c60aa['startRow']>_0x2b25b0[_0x310c01(0x2db)]&&_0x450c2f[_0x310c01(0x2db)]<_0x2b25b0[_0x310c01(0x1eb)]?(_0x2b25b0[_0x310c01(0x1eb)]+=_0x1c60aa[_0x310c01(0x2db)]-_0x1c60aa[_0x310c01(0x1eb)]+0x1,_0x2b25b0[_0x310c01(0x2db)]+=_0x1c60aa[_0x310c01(0x2db)]-_0x1c60aa[_0x310c01(0x1eb)]+0x1,_0x1e14c8(_0x2b25b0)&&_0x2380f2['push'](_0x2b25b0)):_0x4d93e7[_0x310c01(0x17e)][_0x310c01(0x1b6)](_0x2b25b0,_0x1c60aa)||_0x4d93e7[_0x310c01(0x17e)][_0x310c01(0x1b6)](_0x2b25b0,_0x450c2f)||_0x2380f2[_0x310c01(0x2d4)](_0x2b25b0),_0x2380f2;},[]);return _0x1f0b45[_0x1a3135(0x28f)][_0x1a3135(0x169)]=_0x4ef480,_0x1f0b45[_0x1a3135(0x28f)][_0x1a3135(0x169)][_0x1a3135(0x16d)]===0x0&&(_0x1f0b45['id']=_0x4757e2[_0x1a3135(0x1c5)]['id']),{'m1Prime':_0x30f5ab,'m2Prime':_0x1f0b45};}},_0x53e845={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2[_0x3a657a(0x2e2)]['id'],'handler'(_0x1dde30,_0x218a4e){const _0xbd5b51=_0x3a657a,_0x45dae5=_0x4d93e7[_0xbd5b51(0x218)]['deepClone'](_0x1dde30),_0x176327=_0x4d93e7[_0xbd5b51(0x218)]['deepClone'](_0x218a4e);if(_0x1dde30[_0xbd5b51(0x28f)][_0xbd5b51(0x2d6)]!==_0x218a4e['params'][_0xbd5b51(0x2d6)]||_0x1dde30[_0xbd5b51(0x28f)][_0xbd5b51(0x1ca)]!==_0x218a4e[_0xbd5b51(0x28f)][_0xbd5b51(0x1ca)])return{'m1Prime':_0x45dae5,'m2Prime':_0x176327};const _0x219bc4=_0x176327[_0xbd5b51(0x28f)]['ranges'][_0xbd5b51(0x1e9)]((_0x175994,_0x20c780)=>{const _0xe964e9=_0xbd5b51,_0x2d3638=_0x45dae5[_0xe964e9(0x28f)][_0xe964e9(0x274)],_0x4c5bed=_0x2d3638[_0xe964e9(0x2df)]-_0x2d3638[_0xe964e9(0x152)]+0x1;let _0x3c978a={..._0x20c780};return _0x2d3638['startColumn']>_0x20c780[_0xe964e9(0x2df)]?_0x3c978a={..._0x20c780}:_0x2d3638[_0xe964e9(0x152)]>=_0x20c780['startColumn']&&_0x2d3638[_0xe964e9(0x152)]<=_0x20c780['endColumn']&&_0x2d3638[_0xe964e9(0x2df)]>_0x20c780[_0xe964e9(0x2df)]?(_0x3c978a[_0xe964e9(0x2df)]=_0x2d3638['startColumn']-0x1,_0x2d3638[_0xe964e9(0x152)]===_0x20c780['startColumn']&&(_0x3c978a=null)):_0x2d3638[_0xe964e9(0x152)]>_0x20c780[_0xe964e9(0x152)]&&_0x2d3638[_0xe964e9(0x2df)]<_0x20c780[_0xe964e9(0x2df)]?_0x3c978a[_0xe964e9(0x2df)]=_0x20c780['endColumn']-_0x4c5bed:_0x2d3638[_0xe964e9(0x152)]<_0x20c780['startColumn']&&_0x2d3638[_0xe964e9(0x2df)]>=_0x20c780[_0xe964e9(0x152)]&&_0x2d3638['endColumn']<=_0x20c780['endColumn']?(_0x3c978a['startColumn']=_0x2d3638[_0xe964e9(0x152)],_0x3c978a[_0xe964e9(0x2df)]=_0x20c780[_0xe964e9(0x2df)]-_0x4c5bed,_0x2d3638[_0xe964e9(0x2df)]===_0x20c780[_0xe964e9(0x2df)]&&(_0x3c978a=null)):_0x2d3638['startColumn']<=_0x20c780['startColumn']&&_0x2d3638[_0xe964e9(0x2df)]>=_0x20c780['endColumn']?_0x3c978a=null:_0x2d3638[_0xe964e9(0x2df)]<_0x20c780[_0xe964e9(0x152)]&&(_0x3c978a['startColumn']=_0x20c780[_0xe964e9(0x152)]-_0x4c5bed,_0x3c978a[_0xe964e9(0x2df)]=_0x20c780[_0xe964e9(0x2df)]-_0x4c5bed),_0x3c978a&&!(_0x3c978a[_0xe964e9(0x1eb)]===_0x3c978a[_0xe964e9(0x2db)]&&_0x3c978a[_0xe964e9(0x152)]===_0x3c978a[_0xe964e9(0x2df)])&&_0x175994[_0xe964e9(0x2d4)](_0x3c978a),_0x175994;},[]);return _0x176327[_0xbd5b51(0x28f)]['ranges']=_0x219bc4,{'m1Prime':_0x45dae5,'m2Prime':_0x176327};}},_0x25d8a9={'m1':_0x4757e2['RemoveRowMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x2e2)]['id'],'handler'(_0x5b912c,_0x8bd0aa){const _0x51c6f6=_0x3a657a,_0x4f9dd5=_0x4d93e7[_0x51c6f6(0x218)][_0x51c6f6(0x215)](_0x5b912c),_0x5db501=_0x4d93e7[_0x51c6f6(0x218)]['deepClone'](_0x8bd0aa);if(_0x5b912c[_0x51c6f6(0x28f)][_0x51c6f6(0x2d6)]!==_0x8bd0aa[_0x51c6f6(0x28f)][_0x51c6f6(0x2d6)]||_0x5b912c[_0x51c6f6(0x28f)][_0x51c6f6(0x1ca)]!==_0x8bd0aa[_0x51c6f6(0x28f)]['subUnitId'])return{'m1Prime':_0x4f9dd5,'m2Prime':_0x5db501};const _0x310a52=_0x5db501[_0x51c6f6(0x28f)]['ranges'][_0x51c6f6(0x1e9)]((_0x487a86,_0x958c62)=>{const _0xc913c6=_0x51c6f6,_0x340704=_0x4f9dd5[_0xc913c6(0x28f)]['range'],_0x53a0e6=_0x340704[_0xc913c6(0x2db)]-_0x340704['startRow']+0x1;let _0x7c3ba1={..._0x958c62};return _0x340704[_0xc913c6(0x1eb)]>_0x958c62[_0xc913c6(0x2db)]?_0x7c3ba1={..._0x958c62}:_0x340704['startRow']>=_0x958c62['startRow']&&_0x340704[_0xc913c6(0x1eb)]<=_0x958c62['endRow']&&_0x340704[_0xc913c6(0x2db)]>_0x958c62[_0xc913c6(0x2db)]?(_0x7c3ba1[_0xc913c6(0x2db)]=_0x340704[_0xc913c6(0x1eb)]-0x1,_0x340704['startRow']===_0x958c62['startRow']&&(_0x7c3ba1=null)):_0x340704['startRow']>_0x958c62[_0xc913c6(0x1eb)]&&_0x340704[_0xc913c6(0x2db)]<_0x958c62['endRow']?_0x7c3ba1[_0xc913c6(0x2db)]=_0x958c62[_0xc913c6(0x2db)]-_0x53a0e6:_0x340704['startRow']<_0x958c62[_0xc913c6(0x1eb)]&&_0x340704[_0xc913c6(0x2db)]>=_0x958c62[_0xc913c6(0x1eb)]&&_0x340704[_0xc913c6(0x2db)]<=_0x958c62[_0xc913c6(0x2db)]?(_0x7c3ba1[_0xc913c6(0x1eb)]=_0x340704[_0xc913c6(0x1eb)],_0x7c3ba1[_0xc913c6(0x2db)]=_0x958c62[_0xc913c6(0x2db)]-_0x53a0e6,_0x340704[_0xc913c6(0x2db)]===_0x958c62['endRow']&&(_0x7c3ba1=null)):_0x340704['startRow']<=_0x958c62['startRow']&&_0x340704[_0xc913c6(0x2db)]>=_0x958c62[_0xc913c6(0x2db)]?_0x7c3ba1=null:_0x340704[_0xc913c6(0x2db)]<_0x958c62[_0xc913c6(0x1eb)]&&(_0x7c3ba1['startRow']=_0x958c62[_0xc913c6(0x1eb)]-_0x53a0e6,_0x7c3ba1['endRow']=_0x958c62['endRow']-_0x53a0e6),_0x7c3ba1&&!(_0x7c3ba1[_0xc913c6(0x1eb)]===_0x7c3ba1['endRow']&&_0x7c3ba1[_0xc913c6(0x152)]===_0x7c3ba1[_0xc913c6(0x2df)])&&_0x487a86[_0xc913c6(0x2d4)](_0x7c3ba1),_0x487a86;},[]);return _0x5db501[_0x51c6f6(0x28f)][_0x51c6f6(0x169)]=_0x310a52,{'m1Prime':_0x4f9dd5,'m2Prime':_0x5db501};}},_0x312fe8={'m1':_0x4757e2['RemoveSheetMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x263)]['id'],'handler'(_0x307c80,_0x2b75eb){const _0x4fce0f=_0x3a657a,_0x53cc4e=_0x4d93e7['Tools'][_0x4fce0f(0x215)](_0x2b75eb);return _0x307c80['params'][_0x4fce0f(0x1ca)]!==_0x2b75eb[_0x4fce0f(0x28f)][_0x4fce0f(0x1ca)]||_0x307c80[_0x4fce0f(0x28f)]['unitId']!==_0x2b75eb[_0x4fce0f(0x28f)]['unitId']?{'m1Prime':_0x307c80,'m2Prime':_0x53cc4e}:(_0x53cc4e['id']=_0x4757e2['EmptyMutation']['id'],{'m1Prime':_0x307c80,'m2Prime':_0x53cc4e});}},_0x3a2717={'m1':_0x4757e2[_0x3a657a(0x230)]['id'],'m2':_0x4757e2[_0x3a657a(0x2e2)]['id'],'handler'(_0xd62af7,_0x4a9405){const _0x29ad60=_0x3a657a,_0x57b981=_0x4d93e7[_0x29ad60(0x218)][_0x29ad60(0x215)](_0x4a9405);return _0xd62af7[_0x29ad60(0x28f)][_0x29ad60(0x1ca)]!==_0x4a9405['params'][_0x29ad60(0x1ca)]||_0xd62af7[_0x29ad60(0x28f)][_0x29ad60(0x2d6)]!==_0x4a9405[_0x29ad60(0x28f)][_0x29ad60(0x2d6)]?{'m1Prime':_0xd62af7,'m2Prime':_0x57b981}:(_0x57b981['id']=_0x4757e2[_0x29ad60(0x1c5)]['id'],{'m1Prime':_0xd62af7,'m2Prime':_0x57b981});}},_0x5a2074={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2['RemoveWorksheetMergeMutation']['id'],'handler'(_0x2848f1,_0x6925da){const _0xe3abd8=_0x3a657a,_0x124bd3=_0x4d93e7['Tools'][_0xe3abd8(0x215)](_0x2848f1),_0x18a415=_0x4d93e7['Tools'][_0xe3abd8(0x215)](_0x6925da);if(_0x2848f1[_0xe3abd8(0x28f)]['unitId']!==_0x6925da[_0xe3abd8(0x28f)]['unitId']||_0x2848f1['params'][_0xe3abd8(0x1ca)]!==_0x6925da['params'][_0xe3abd8(0x1ca)])return{'m1Prime':_0x124bd3,'m2Prime':_0x18a415};const _0x3507ee=[..._0x18a415['params']['ranges']];for(let _0x21c74f=0x0;_0x21c74f<_0x124bd3[_0xe3abd8(0x28f)][_0xe3abd8(0x169)][_0xe3abd8(0x16d)];_0x21c74f++){let _0x510898=!0x1;for(let _0x22f3db=0x0;_0x22f3db<_0x18a415[_0xe3abd8(0x28f)][_0xe3abd8(0x169)][_0xe3abd8(0x16d)];_0x22f3db++){const _0x176180=_0x124bd3[_0xe3abd8(0x28f)][_0xe3abd8(0x169)][_0x21c74f],_0x1b620a=_0x18a415[_0xe3abd8(0x28f)][_0xe3abd8(0x169)][_0x22f3db];if(_0x4d93e7[_0xe3abd8(0x17e)]['intersects'](_0x176180,_0x1b620a)){_0x510898=!0x0;break;}}_0x510898&&(_0x3507ee[_0xe3abd8(0x2d4)](_0x124bd3[_0xe3abd8(0x28f)][_0xe3abd8(0x169)][_0x21c74f]),_0x124bd3['params'][_0xe3abd8(0x169)]['splice'](_0x21c74f,0x1),_0x21c74f--);}return _0x18a415['params'][_0xe3abd8(0x169)]=_0x3507ee,_0x124bd3[_0xe3abd8(0x28f)][_0xe3abd8(0x169)][_0xe3abd8(0x16d)]===0x0&&(_0x124bd3['id']=_0x4757e2['EmptyMutation']['id']),{'m1Prime':_0x124bd3,'m2Prime':_0x18a415};}},_0x443cb1={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2[_0x3a657a(0x263)]['id'],'handler'(_0x649342,_0x5c27a8){const _0x43c6c7=_0x3a657a,_0x3c82b0=_0x48fbb0[_0x43c6c7(0x184)](_0x5c27a8,_0x649342);return _0x4879bd(_0x3c82b0)?{'m1Prime':_0x3c82b0[_0x43c6c7(0x20b)],'m2Prime':_0x3c82b0['m1Prime']}:_0x3c82b0;}},_0x49e562={'m1':_0x4757e2[_0x3a657a(0x2b1)]['id'],'m2':_0x4757e2['AddWorksheetMergeMutation']['id'],'handler'(_0x151caf,_0x4fd5a9){const _0x4f62a8=_0x3a657a,_0x1bcda6=_0x36bab7['handler'](_0x4fd5a9,_0x151caf);return _0x4879bd(_0x1bcda6)?{'m1Prime':_0x1bcda6[_0x4f62a8(0x20b)],'m2Prime':_0x1bcda6['m1Prime']}:_0x1bcda6;}},_0x23eb96={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2[_0x3a657a(0x263)]['id'],'handler'(_0x3589b3,_0x16d2c8){const _0xa1294d=_0x3a657a,_0x2c036c=_0x397b8e[_0xa1294d(0x184)](_0x16d2c8,_0x3589b3);return _0x4879bd(_0x2c036c)?{'m1Prime':_0x2c036c[_0xa1294d(0x20b)],'m2Prime':_0x2c036c[_0xa1294d(0x194)]}:_0x2c036c;}},_0x51d120={'m1':_0x4757e2[_0x3a657a(0x2f0)]['id'],'m2':_0x4757e2[_0x3a657a(0x263)]['id'],'handler'(_0x4b80af,_0x1b10d1){const _0xdd82e=_0x3a657a,_0x39ae70=_0x1a93aa[_0xdd82e(0x184)](_0x1b10d1,_0x4b80af);return _0x4879bd(_0x39ae70)?{'m1Prime':_0x39ae70[_0xdd82e(0x20b)],'m2Prime':_0x39ae70[_0xdd82e(0x194)]}:_0x39ae70;}},_0x2e0590={'m1':_0x4757e2[_0x3a657a(0x1bc)]['id'],'m2':_0x4757e2[_0x3a657a(0x263)]['id'],'handler'(_0xbfef77,_0x4c569e){const _0x127674=_0x3a657a,_0x417333=_0x4d5650['handler'](_0x4c569e,_0xbfef77);return _0x4879bd(_0x417333)?{'m1Prime':_0x417333[_0x127674(0x20b)],'m2Prime':_0x417333[_0x127674(0x194)]}:_0x417333;}},_0x3c675a={'m1':_0x4757e2['RemoveColMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x263)]['id'],'handler'(_0x50376c,_0x471466){const _0x4d8fba=_0x3a657a,_0x183039=_0x432a48[_0x4d8fba(0x184)](_0x471466,_0x50376c);return _0x4879bd(_0x183039)?{'m1Prime':_0x183039['m2Prime'],'m2Prime':_0x183039['m1Prime']}:_0x183039;}},_0x5353bb={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x4757e2[_0x3a657a(0x263)]['id'],'handler'(_0x43c3a5,_0x4607c1){const _0x79ee89=_0x3a657a,_0xde6957=_0x1dbd9f[_0x79ee89(0x184)](_0x4607c1,_0x43c3a5);return _0x4879bd(_0xde6957)?{'m1Prime':_0xde6957[_0x79ee89(0x20b)],'m2Prime':_0xde6957['m1Prime']}:_0xde6957;}},_0x231529={'m1':_0x4757e2[_0x3a657a(0x1bb)]['id'],'m2':_0x4757e2[_0x3a657a(0x263)]['id'],'handler'(_0xbe24cd,_0x457647){const _0x436763=_0x3a657a,_0x5960b0=_0x4df9ab[_0x436763(0x184)](_0x457647,_0xbe24cd);return _0x4879bd(_0x5960b0)?{'m1Prime':_0x5960b0[_0x436763(0x20b)],'m2Prime':_0x5960b0[_0x436763(0x194)]}:_0x5960b0;}},_0x5b022b={'m1':_0x4757e2[_0x3a657a(0x2e2)]['id'],'m2':_0x4757e2['AddWorksheetMergeMutation']['id'],'handler'(_0xb8da24,_0x33ab39){const _0x4eccca=_0x3a657a,_0x1f5bfc=_0x4d93e7[_0x4eccca(0x218)][_0x4eccca(0x215)](_0xb8da24),_0x550087=_0x4d93e7[_0x4eccca(0x218)][_0x4eccca(0x215)](_0x33ab39);if(_0xb8da24[_0x4eccca(0x28f)][_0x4eccca(0x2d6)]!==_0x33ab39[_0x4eccca(0x28f)][_0x4eccca(0x2d6)]||_0xb8da24[_0x4eccca(0x28f)]['subUnitId']!==_0x33ab39['params']['subUnitId'])return{'m1Prime':_0x1f5bfc,'m2Prime':_0x550087};for(let _0xa5eb47=0x0;_0xa5eb47<_0x1f5bfc[_0x4eccca(0x28f)][_0x4eccca(0x169)][_0x4eccca(0x16d)];_0xa5eb47++){let _0x48a98d=!0x1;for(let _0x3bc8cb=0x0;_0x3bc8cb<_0x550087[_0x4eccca(0x28f)][_0x4eccca(0x169)]['length'];_0x3bc8cb++){const _0x3c8cdb=_0x1f5bfc[_0x4eccca(0x28f)][_0x4eccca(0x169)][_0xa5eb47],_0x300e30=_0x550087[_0x4eccca(0x28f)]['ranges'][_0x3bc8cb];if(_0x4d93e7['Rectangle'][_0x4eccca(0x1b6)](_0x3c8cdb,_0x300e30)){_0x48a98d=!0x0;break;}}_0x48a98d&&(_0x1f5bfc[_0x4eccca(0x28f)][_0x4eccca(0x169)][_0x4eccca(0x28e)](_0xa5eb47,0x1),_0xa5eb47--);}return _0x1f5bfc['params'][_0x4eccca(0x169)][_0x4eccca(0x16d)]===0x0&&(_0x1f5bfc['id']=_0x4757e2['EmptyMutation']['id']),{'m1Prime':_0x1f5bfc,'m2Prime':_0x550087};}},_0xddd8cb={'m1':_0x4757e2[_0x3a657a(0x2e2)]['id'],'m2':_0x4757e2[_0x3a657a(0x1c0)]['id'],'handler'(_0x505cca,_0x60f405){const _0x1697af=_0x3a657a,_0x2e1958=_0x4d93e7['Tools'][_0x1697af(0x215)](_0x505cca),_0x29a9db=_0x4d93e7['Tools'][_0x1697af(0x215)](_0x60f405);if(_0x505cca['params']['unitId']!==_0x60f405[_0x1697af(0x28f)]['unitId']||_0x505cca[_0x1697af(0x28f)]['subUnitId']!==_0x60f405[_0x1697af(0x28f)][_0x1697af(0x1ca)])return{'m1Prime':_0x2e1958,'m2Prime':_0x29a9db};const _0x394805=_0x2e1958[_0x1697af(0x28f)][_0x1697af(0x169)][_0x1697af(0x192)](_0x47a7bf=>{const _0x585a88=_0x1697af,_0x28ae=_0x29a9db['params']['range'],_0x5d8402=_0x28ae[_0x585a88(0x2df)]-_0x28ae[_0x585a88(0x152)]+0x1;return _0x28ae[_0x585a88(0x152)]<=_0x47a7bf[_0x585a88(0x152)]?{..._0x47a7bf,'startColumn':_0x47a7bf['startColumn']+_0x5d8402,'endColumn':_0x47a7bf['endColumn']+_0x5d8402}:_0x28ae[_0x585a88(0x152)]>_0x47a7bf[_0x585a88(0x152)]&&_0x28ae[_0x585a88(0x152)]<=_0x47a7bf['endColumn']?{..._0x47a7bf,'endColumn':_0x47a7bf[_0x585a88(0x2df)]+_0x5d8402}:{..._0x47a7bf};});return _0x2e1958['params'][_0x1697af(0x169)]=_0x394805,{'m1Prime':_0x2e1958,'m2Prime':_0x29a9db};}},_0x2b5033={'m1':_0x4757e2['RemoveWorksheetMergeMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x154)]['id'],'handler'(_0x4eb91c,_0x4a58f9){const _0x24c5cb=_0x3a657a,_0xb8f39a=_0x4d93e7[_0x24c5cb(0x218)][_0x24c5cb(0x215)](_0x4eb91c),_0x58be78=_0x4d93e7[_0x24c5cb(0x218)][_0x24c5cb(0x215)](_0x4a58f9);if(_0x4eb91c[_0x24c5cb(0x28f)][_0x24c5cb(0x2d6)]!==_0x4a58f9['params'][_0x24c5cb(0x2d6)]||_0x4eb91c[_0x24c5cb(0x28f)]['subUnitId']!==_0x4a58f9[_0x24c5cb(0x28f)]['subUnitId'])return{'m1Prime':_0xb8f39a,'m2Prime':_0x58be78};const _0x136729=_0xb8f39a[_0x24c5cb(0x28f)][_0x24c5cb(0x169)][_0x24c5cb(0x1e9)]((_0x9f1bc8,_0x303eec)=>{const _0x206b08=_0x24c5cb,{sourceRange:_0x4116e6,targetRange:_0x365ecd}=_0x4a58f9['params'],_0x253ed9={..._0x303eec};return _0x4116e6[_0x206b08(0x2df)]<_0x253ed9[_0x206b08(0x152)]&&_0x365ecd[_0x206b08(0x152)]>_0x253ed9[_0x206b08(0x2df)]?(_0x253ed9[_0x206b08(0x152)]-=_0x4116e6[_0x206b08(0x2df)]-_0x4116e6[_0x206b08(0x152)]+0x1,_0x253ed9[_0x206b08(0x2df)]-=_0x4116e6['endColumn']-_0x4116e6['startColumn']+0x1,_0x1e14c8(_0x253ed9)&&_0x9f1bc8[_0x206b08(0x2d4)](_0x253ed9)):_0x4116e6[_0x206b08(0x152)]>_0x253ed9[_0x206b08(0x2df)]&&_0x365ecd[_0x206b08(0x2df)]<_0x253ed9[_0x206b08(0x152)]?(_0x253ed9[_0x206b08(0x152)]+=_0x4116e6['endColumn']-_0x4116e6[_0x206b08(0x152)]+0x1,_0x253ed9['endColumn']+=_0x4116e6[_0x206b08(0x2df)]-_0x4116e6['startColumn']+0x1,_0x1e14c8(_0x253ed9)&&_0x9f1bc8[_0x206b08(0x2d4)](_0x253ed9)):_0x4d93e7[_0x206b08(0x17e)][_0x206b08(0x1b6)](_0x253ed9,_0x4116e6)||_0x4d93e7[_0x206b08(0x17e)]['intersects'](_0x253ed9,_0x365ecd)||_0x9f1bc8['push'](_0x253ed9),_0x9f1bc8;},[]);return _0xb8f39a[_0x24c5cb(0x28f)][_0x24c5cb(0x169)]=_0x136729,_0xb8f39a['params'][_0x24c5cb(0x169)]['length']===0x0&&(_0xb8f39a['id']=_0x4757e2[_0x24c5cb(0x1c5)]['id']),{'m1Prime':_0xb8f39a,'m2Prime':_0x58be78};}},_0x463d7a={'m1':_0x4757e2[_0x3a657a(0x2e2)]['id'],'m2':_0x4757e2[_0x3a657a(0x2f0)]['id'],'handler'(_0x1a19be,_0x4da080){const _0x156ea5=_0x3a657a,_0x1137ce=_0x4d93e7['Tools']['deepClone'](_0x1a19be),_0x22f7cd=_0x4d93e7[_0x156ea5(0x218)]['deepClone'](_0x4da080);if(_0x1a19be[_0x156ea5(0x28f)][_0x156ea5(0x2d6)]!==_0x4da080[_0x156ea5(0x28f)]['unitId']||_0x1a19be['params']['subUnitId']!==_0x4da080[_0x156ea5(0x28f)]['subUnitId'])return{'m1Prime':_0x1137ce,'m2Prime':_0x22f7cd};const _0x21ad59=_0x1137ce[_0x156ea5(0x28f)][_0x156ea5(0x169)][_0x156ea5(0x1e9)]((_0x47aea1,_0x5c6b18)=>{const _0x52b28a=_0x156ea5,{sourceRange:_0x2d1d42,targetRange:_0x1a9b65}=_0x4da080[_0x52b28a(0x28f)],_0x28579d={..._0x5c6b18};return _0x2d1d42['endRow']<_0x28579d[_0x52b28a(0x1eb)]&&_0x1a9b65[_0x52b28a(0x1eb)]>_0x28579d['endRow']?(_0x28579d[_0x52b28a(0x1eb)]-=_0x2d1d42[_0x52b28a(0x2db)]-_0x2d1d42['startRow']+0x1,_0x28579d['endRow']-=_0x2d1d42['endRow']-_0x2d1d42['startRow']+0x1,_0x1e14c8(_0x28579d)&&_0x47aea1[_0x52b28a(0x2d4)](_0x28579d)):_0x2d1d42[_0x52b28a(0x1eb)]>_0x28579d[_0x52b28a(0x2db)]&&_0x1a9b65['endRow']<_0x28579d[_0x52b28a(0x1eb)]?(_0x28579d[_0x52b28a(0x1eb)]+=_0x2d1d42['endRow']-_0x2d1d42[_0x52b28a(0x1eb)]+0x1,_0x28579d[_0x52b28a(0x2db)]+=_0x2d1d42[_0x52b28a(0x2db)]-_0x2d1d42[_0x52b28a(0x1eb)]+0x1,_0x1e14c8(_0x28579d)&&_0x47aea1[_0x52b28a(0x2d4)](_0x28579d)):_0x4d93e7[_0x52b28a(0x17e)]['intersects'](_0x28579d,_0x2d1d42)||_0x4d93e7[_0x52b28a(0x17e)][_0x52b28a(0x1b6)](_0x28579d,_0x1a9b65)||_0x47aea1[_0x52b28a(0x2d4)](_0x28579d),_0x47aea1;},[]);return _0x1137ce[_0x156ea5(0x28f)][_0x156ea5(0x169)]=_0x21ad59,_0x1137ce[_0x156ea5(0x28f)][_0x156ea5(0x169)][_0x156ea5(0x16d)]===0x0&&(_0x1137ce['id']=_0x4757e2[_0x156ea5(0x1c5)]['id']),{'m1Prime':_0x1137ce,'m2Prime':_0x22f7cd};}},_0x2ce893={'m1':_0x4757e2[_0x3a657a(0x2e2)]['id'],'m2':_0x4757e2[_0x3a657a(0x2b1)]['id'],'handler'(_0x4a26ed,_0x4c90d8){const _0x53ae8c=_0x3a657a,_0x9485d=_0x4d93e7[_0x53ae8c(0x218)]['deepClone'](_0x4a26ed),_0x4d3f08=_0x4d93e7['Tools'][_0x53ae8c(0x215)](_0x4c90d8);if(_0x4a26ed[_0x53ae8c(0x28f)][_0x53ae8c(0x2d6)]!==_0x4c90d8[_0x53ae8c(0x28f)]['unitId']||_0x4a26ed[_0x53ae8c(0x28f)]['subUnitId']!==_0x4c90d8[_0x53ae8c(0x28f)]['subUnitId'])return{'m1Prime':_0x9485d,'m2Prime':_0x4d3f08};const _0x34fa65=_0x9485d['params'][_0x53ae8c(0x169)]['map'](_0x3f9131=>{const _0x56251e=_0x53ae8c,_0x305da3=_0x4d3f08[_0x56251e(0x28f)][_0x56251e(0x274)],_0x557b15=_0x305da3[_0x56251e(0x2db)]-_0x305da3[_0x56251e(0x1eb)]+0x1;return _0x305da3[_0x56251e(0x1eb)]<=_0x3f9131[_0x56251e(0x1eb)]?{..._0x3f9131,'startRow':_0x3f9131[_0x56251e(0x1eb)]+_0x557b15,'endRow':_0x3f9131[_0x56251e(0x2db)]+_0x557b15}:_0x305da3['startRow']>_0x3f9131[_0x56251e(0x1eb)]&&_0x305da3[_0x56251e(0x1eb)]<=_0x3f9131[_0x56251e(0x2db)]?{..._0x3f9131,'endRow':_0x3f9131[_0x56251e(0x2db)]+_0x557b15}:{..._0x3f9131};});return _0x9485d[_0x53ae8c(0x28f)]['ranges']=_0x34fa65,{'m1Prime':_0x9485d,'m2Prime':_0x4d3f08};}},_0x3dc657={'m1':_0x4757e2['RemoveWorksheetMergeMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x221)]['id'],'handler'(_0x4bf90f,_0x1099b2){const _0x15337b=_0x3a657a,_0xe0b43d=_0x4d93e7[_0x15337b(0x218)][_0x15337b(0x215)](_0x4bf90f),_0x18094a=_0x4d93e7[_0x15337b(0x218)]['deepClone'](_0x1099b2);if(_0x4bf90f[_0x15337b(0x28f)][_0x15337b(0x2d6)]!==_0x1099b2[_0x15337b(0x28f)][_0x15337b(0x2d6)]||_0x4bf90f[_0x15337b(0x28f)][_0x15337b(0x1ca)]!==_0x1099b2[_0x15337b(0x28f)][_0x15337b(0x1ca)])return{'m1Prime':_0xe0b43d,'m2Prime':_0x18094a};const _0x1ab57c=_0xe0b43d[_0x15337b(0x28f)][_0x15337b(0x169)][_0x15337b(0x1e9)]((_0x4056a9,_0x53caa9)=>{const _0x223dd7=_0x15337b,_0x2627bd=_0x18094a['params'][_0x223dd7(0x274)],_0x570b00=_0x2627bd['endColumn']-_0x2627bd[_0x223dd7(0x152)]+0x1;let _0xd81153={..._0x53caa9};return _0x2627bd[_0x223dd7(0x152)]>_0x53caa9[_0x223dd7(0x2df)]?_0xd81153={..._0x53caa9}:_0x2627bd[_0x223dd7(0x152)]>=_0x53caa9['startColumn']&&_0x2627bd[_0x223dd7(0x152)]<=_0x53caa9[_0x223dd7(0x2df)]&&_0x2627bd[_0x223dd7(0x2df)]>_0x53caa9[_0x223dd7(0x2df)]?(_0xd81153[_0x223dd7(0x2df)]=_0x2627bd[_0x223dd7(0x152)]-0x1,_0x2627bd[_0x223dd7(0x152)]===_0x53caa9['startColumn']&&(_0xd81153=null)):_0x2627bd[_0x223dd7(0x152)]>_0x53caa9[_0x223dd7(0x152)]&&_0x2627bd[_0x223dd7(0x2df)]<_0x53caa9[_0x223dd7(0x2df)]?_0xd81153[_0x223dd7(0x2df)]=_0x53caa9[_0x223dd7(0x2df)]-_0x570b00:_0x2627bd[_0x223dd7(0x152)]<_0x53caa9[_0x223dd7(0x152)]&&_0x2627bd[_0x223dd7(0x2df)]>=_0x53caa9['startColumn']&&_0x2627bd['endColumn']<=_0x53caa9['endColumn']?(_0xd81153[_0x223dd7(0x152)]=_0x2627bd[_0x223dd7(0x152)],_0xd81153[_0x223dd7(0x2df)]=_0x53caa9[_0x223dd7(0x2df)]-_0x570b00,_0x2627bd[_0x223dd7(0x2df)]===_0x53caa9[_0x223dd7(0x2df)]&&(_0xd81153=null)):_0x2627bd[_0x223dd7(0x152)]<=_0x53caa9[_0x223dd7(0x152)]&&_0x2627bd[_0x223dd7(0x2df)]>=_0x53caa9[_0x223dd7(0x2df)]?_0xd81153=null:_0x2627bd[_0x223dd7(0x2df)]<_0x53caa9['startColumn']&&(_0xd81153['startColumn']=_0x53caa9['startColumn']-_0x570b00,_0xd81153[_0x223dd7(0x2df)]=_0x53caa9[_0x223dd7(0x2df)]-_0x570b00),_0xd81153&&!(_0xd81153[_0x223dd7(0x1eb)]===_0xd81153[_0x223dd7(0x2db)]&&_0xd81153[_0x223dd7(0x152)]===_0xd81153[_0x223dd7(0x2df)])&&_0x4056a9[_0x223dd7(0x2d4)](_0xd81153),_0x4056a9;},[]);return _0xe0b43d[_0x15337b(0x28f)][_0x15337b(0x169)]=_0x1ab57c,_0xe0b43d[_0x15337b(0x28f)][_0x15337b(0x169)][_0x15337b(0x16d)]===0x0&&(_0xe0b43d['id']=_0x4757e2[_0x15337b(0x1c5)]['id']),{'m1Prime':_0xe0b43d,'m2Prime':_0x18094a};}},_0x250bb6={'m1':_0x4757e2['RemoveWorksheetMergeMutation']['id'],'m2':_0x4757e2['RemoveRowMutation']['id'],'handler'(_0x39fb09,_0x1f6ddf){const _0x337f4c=_0x3a657a,_0x592f73=_0x4d93e7[_0x337f4c(0x218)]['deepClone'](_0x39fb09),_0x30c9b9=_0x4d93e7['Tools']['deepClone'](_0x1f6ddf);if(_0x39fb09[_0x337f4c(0x28f)]['unitId']!==_0x1f6ddf['params']['unitId']||_0x39fb09['params']['subUnitId']!==_0x1f6ddf[_0x337f4c(0x28f)]['subUnitId'])return{'m1Prime':_0x592f73,'m2Prime':_0x30c9b9};const _0x23e1bf=_0x592f73[_0x337f4c(0x28f)][_0x337f4c(0x169)][_0x337f4c(0x1e9)]((_0x900c8e,_0x4ed6ed)=>{const _0x2feef2=_0x337f4c,_0x369fce=_0x30c9b9[_0x2feef2(0x28f)]['range'],_0x28a988=_0x369fce[_0x2feef2(0x2db)]-_0x369fce['startRow']+0x1;let _0x4b3af7={..._0x4ed6ed};return _0x369fce[_0x2feef2(0x1eb)]>_0x4ed6ed[_0x2feef2(0x2db)]?_0x4b3af7={..._0x4ed6ed}:_0x369fce[_0x2feef2(0x1eb)]>=_0x4ed6ed[_0x2feef2(0x1eb)]&&_0x369fce[_0x2feef2(0x1eb)]<=_0x4ed6ed[_0x2feef2(0x2db)]&&_0x369fce[_0x2feef2(0x2db)]>_0x4ed6ed[_0x2feef2(0x2db)]?(_0x4b3af7[_0x2feef2(0x2db)]=_0x369fce[_0x2feef2(0x1eb)]-0x1,_0x369fce['startRow']===_0x4ed6ed[_0x2feef2(0x1eb)]&&(_0x4b3af7=null)):_0x369fce['startRow']>_0x4ed6ed[_0x2feef2(0x1eb)]&&_0x369fce[_0x2feef2(0x2db)]<_0x4ed6ed[_0x2feef2(0x2db)]?_0x4b3af7['endRow']=_0x4ed6ed[_0x2feef2(0x2db)]-_0x28a988:_0x369fce[_0x2feef2(0x1eb)]<_0x4ed6ed[_0x2feef2(0x1eb)]&&_0x369fce[_0x2feef2(0x2db)]>=_0x4ed6ed[_0x2feef2(0x1eb)]&&_0x369fce['endRow']<=_0x4ed6ed['endRow']?(_0x4b3af7[_0x2feef2(0x1eb)]=_0x369fce[_0x2feef2(0x1eb)],_0x4b3af7['endRow']=_0x4ed6ed[_0x2feef2(0x2db)]-_0x28a988,_0x369fce[_0x2feef2(0x2db)]===_0x4ed6ed[_0x2feef2(0x2db)]&&(_0x4b3af7=null)):_0x369fce[_0x2feef2(0x1eb)]<=_0x4ed6ed[_0x2feef2(0x1eb)]&&_0x369fce[_0x2feef2(0x2db)]>=_0x4ed6ed['endRow']?_0x4b3af7=null:_0x369fce[_0x2feef2(0x2db)]<_0x4ed6ed[_0x2feef2(0x1eb)]&&(_0x4b3af7['startRow']=_0x4ed6ed['startRow']-_0x28a988,_0x4b3af7['endRow']=_0x4ed6ed[_0x2feef2(0x2db)]-_0x28a988),_0x4b3af7&&!(_0x4b3af7['startRow']===_0x4b3af7[_0x2feef2(0x2db)]&&_0x4b3af7[_0x2feef2(0x152)]===_0x4b3af7['endColumn'])&&_0x900c8e[_0x2feef2(0x2d4)](_0x4b3af7),_0x900c8e;},[]);return _0x592f73[_0x337f4c(0x28f)][_0x337f4c(0x169)]=_0x23e1bf,_0x592f73[_0x337f4c(0x28f)][_0x337f4c(0x169)]['length']===0x0&&(_0x592f73['id']=_0x4757e2['EmptyMutation']['id']),{'m1Prime':_0x592f73,'m2Prime':_0x30c9b9};}},_0x2074ea={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x4757e2[_0x3a657a(0x183)]['id'],'handler'(_0x1b99a2,_0xb4309e){const _0x12c109=_0x3a657a,_0x119891={'m1Prime':[],'m2Prime':[]};if(_0x1b99a2['params'][_0x12c109(0x2d6)]!==_0xb4309e[_0x12c109(0x28f)][_0x12c109(0x2d6)]||_0x1b99a2[_0x12c109(0x28f)][_0x12c109(0x1ca)]!==_0xb4309e[_0x12c109(0x28f)][_0x12c109(0x1ca)])return _0x119891;const _0x267afa=_0x4d93e7[_0x12c109(0x218)][_0x12c109(0x215)](_0xb4309e);let _0x3ff32f=!0x1;return _0x267afa[_0x12c109(0x28f)][_0x12c109(0x1e1)][_0x12c109(0x1bf)](_0x225afa=>{const _0x45f65b=_0x12c109,{range:_0x4fbb45,primary:_0x3f19a5}=_0x225afa,_0x2f2402=_0x4757e2[_0x45f65b(0x26a)](_0x5a7471(_0x1b99a2['params'][_0x45f65b(0x274)]),_0x5a7471(_0x4fbb45));if(_0x2f2402[_0x45f65b(0x16d)]||_0x2f2402[_0x45f65b(0x25c)]){if(_0x4fbb45['startColumn']+=_0x2f2402[_0x45f65b(0x25c)],_0x4fbb45['endColumn']+=_0x2f2402[_0x45f65b(0x25c)]+(_0x2f2402[_0x45f65b(0x16d)]||0x0),_0x3f19a5){const _0x5009bc=_0x4757e2[_0x45f65b(0x26a)](_0x5a7471(_0x1b99a2[_0x45f65b(0x28f)]['range']),_0x5a7471(_0x3f19a5));(_0x5009bc[_0x45f65b(0x16d)]||_0x5009bc[_0x45f65b(0x25c)])&&(_0x3f19a5[_0x45f65b(0x152)]+=_0x5009bc[_0x45f65b(0x25c)],_0x3f19a5['endColumn']+=_0x5009bc['step'],_0x3f19a5[_0x45f65b(0x2a1)]+=_0x5009bc['step']);}_0x3ff32f=!0x0;}}),_0x3ff32f&&_0x119891[_0x12c109(0x20b)][_0x12c109(0x2d4)](_0x267afa),_0x119891;}},_0x567494={'m1':_0x4757e2['InsertRowMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x183)]['id'],'handler'(_0x1686c2,_0x3711d6){const _0x251273=_0x3a657a,_0x229aea={'m1Prime':[],'m2Prime':[]};if(_0x1686c2[_0x251273(0x28f)][_0x251273(0x2d6)]!==_0x3711d6['params'][_0x251273(0x2d6)]||_0x1686c2[_0x251273(0x28f)][_0x251273(0x1ca)]!==_0x3711d6[_0x251273(0x28f)][_0x251273(0x1ca)])return _0x229aea;const _0x17e23b=_0x4d93e7[_0x251273(0x218)][_0x251273(0x215)](_0x3711d6);let _0xff5896=!0x1;return _0x17e23b['params'][_0x251273(0x1e1)][_0x251273(0x1bf)](_0x20173c=>{const _0x4e3478=_0x251273,{range:_0x25ad66,primary:_0x3d30ff}=_0x20173c,_0x5d8029=_0x4757e2[_0x4e3478(0x26a)](_0x5a7471(_0x4757e2[_0x4e3478(0x22e)](_0x1686c2[_0x4e3478(0x28f)][_0x4e3478(0x274)])),_0x5a7471(_0x4757e2['rotateRange'](_0x25ad66)));if(_0x5d8029[_0x4e3478(0x16d)]||_0x5d8029[_0x4e3478(0x25c)]){if(_0x25ad66[_0x4e3478(0x1eb)]+=_0x5d8029[_0x4e3478(0x25c)],_0x25ad66[_0x4e3478(0x2db)]+=_0x5d8029['step']+(_0x5d8029[_0x4e3478(0x16d)]||0x0),_0x3d30ff){const _0x3e2335=_0x4757e2[_0x4e3478(0x26a)](_0x5a7471(_0x4757e2[_0x4e3478(0x22e)](_0x1686c2[_0x4e3478(0x28f)][_0x4e3478(0x274)])),_0x5a7471(_0x4757e2['rotateRange'](_0x3d30ff)));(_0x3e2335['length']||_0x3e2335[_0x4e3478(0x25c)])&&(_0x3d30ff[_0x4e3478(0x1eb)]+=_0x3e2335['step'],_0x3d30ff['endRow']+=_0x3e2335[_0x4e3478(0x25c)],_0x3d30ff['actualRow']+=_0x3e2335[_0x4e3478(0x25c)]);}_0xff5896=!0x0;}}),_0xff5896&&_0x229aea[_0x251273(0x20b)][_0x251273(0x2d4)](_0x17e23b),_0x229aea;}},_0x12162f={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x4757e2['SetSelectionsOperation']['id'],'handler'(_0x59a056,_0x5a48dd){const _0xcb380e=_0x3a657a,_0x31a475={'m1Prime':[],'m2Prime':[]};if(_0x59a056['params'][_0xcb380e(0x2d6)]!==_0x5a48dd[_0xcb380e(0x28f)]['unitId']||_0x59a056[_0xcb380e(0x28f)][_0xcb380e(0x1ca)]!==_0x5a48dd[_0xcb380e(0x28f)]['subUnitId'])return _0x31a475;const _0x45b74e=_0x4d93e7['Tools']['deepClone'](_0x5a48dd);let _0x4a3e7f=!0x1;return _0x45b74e[_0xcb380e(0x28f)][_0xcb380e(0x1e1)][_0xcb380e(0x1bf)](_0x80f801=>{const _0x5515f1=_0xcb380e,{range:_0x1dda32,primary:_0x4ecde2}=_0x80f801,_0x1f4e07=_0x4757e2[_0x5515f1(0x1bd)]({'start':_0x59a056[_0x5515f1(0x28f)][_0x5515f1(0x29b)][_0x5515f1(0x152)],'end':_0x59a056[_0x5515f1(0x28f)][_0x5515f1(0x29b)]['endColumn']},{'start':_0x59a056[_0x5515f1(0x28f)][_0x5515f1(0x19e)][_0x5515f1(0x152)],'end':_0x59a056[_0x5515f1(0x28f)][_0x5515f1(0x19e)][_0x5515f1(0x2df)]},{'start':_0x1dda32[_0x5515f1(0x152)],'end':_0x1dda32['endColumn']});if(_0x1f4e07[_0x5515f1(0x16d)]||_0x1f4e07['step']){if(_0x1dda32[_0x5515f1(0x152)]+=_0x1f4e07[_0x5515f1(0x25c)],_0x1dda32[_0x5515f1(0x2df)]+=_0x1f4e07['step']+(_0x1f4e07[_0x5515f1(0x16d)]||0x0),_0x4ecde2){const _0x306c7c=_0x4757e2[_0x5515f1(0x1bd)]({'start':_0x59a056[_0x5515f1(0x28f)][_0x5515f1(0x29b)][_0x5515f1(0x152)],'end':_0x59a056[_0x5515f1(0x28f)][_0x5515f1(0x29b)]['endColumn']},{'start':_0x59a056[_0x5515f1(0x28f)]['targetRange'][_0x5515f1(0x152)],'end':_0x59a056['params'][_0x5515f1(0x19e)]['endColumn']},{'start':_0x4ecde2['startColumn'],'end':_0x4ecde2[_0x5515f1(0x2df)]});(_0x306c7c[_0x5515f1(0x16d)]||_0x306c7c[_0x5515f1(0x25c)])&&(_0x4ecde2[_0x5515f1(0x152)]+=_0x306c7c[_0x5515f1(0x25c)],_0x4ecde2[_0x5515f1(0x2df)]+=_0x306c7c[_0x5515f1(0x25c)],_0x4ecde2['actualColumn']+=_0x306c7c[_0x5515f1(0x25c)]);}_0x4a3e7f=!0x0;}}),_0x4a3e7f&&_0x31a475[_0xcb380e(0x20b)][_0xcb380e(0x2d4)](_0x45b74e),_0x31a475;}},_0xea4ed6={'m1':_0x4757e2[_0x3a657a(0x2f0)]['id'],'m2':_0x4757e2['SetSelectionsOperation']['id'],'handler'(_0x34b1e9,_0x5bdf3d){const _0x501592=_0x3a657a,_0x7f094f={'m1Prime':[],'m2Prime':[]};if(_0x34b1e9[_0x501592(0x28f)]['unitId']!==_0x5bdf3d[_0x501592(0x28f)][_0x501592(0x2d6)]||_0x34b1e9[_0x501592(0x28f)][_0x501592(0x1ca)]!==_0x5bdf3d[_0x501592(0x28f)][_0x501592(0x1ca)])return _0x7f094f;const _0x444bea=_0x4d93e7[_0x501592(0x218)][_0x501592(0x215)](_0x5bdf3d);let _0x31126c=!0x1;return _0x444bea['params'][_0x501592(0x1e1)][_0x501592(0x1bf)](_0x36450d=>{const _0x3f3a97=_0x501592,{range:_0x4218d0,primary:_0x244594}=_0x36450d,_0x10b864=_0x4757e2[_0x3f3a97(0x1bd)]({'start':_0x34b1e9[_0x3f3a97(0x28f)]['sourceRange'][_0x3f3a97(0x1eb)],'end':_0x34b1e9['params'][_0x3f3a97(0x29b)][_0x3f3a97(0x2db)]},{'start':_0x34b1e9['params'][_0x3f3a97(0x19e)][_0x3f3a97(0x1eb)],'end':_0x34b1e9[_0x3f3a97(0x28f)][_0x3f3a97(0x19e)][_0x3f3a97(0x2db)]},{'start':_0x4218d0[_0x3f3a97(0x1eb)],'end':_0x4218d0[_0x3f3a97(0x2db)]});if(_0x10b864['length']||_0x10b864[_0x3f3a97(0x25c)]){if(_0x4218d0[_0x3f3a97(0x1eb)]+=_0x10b864[_0x3f3a97(0x25c)],_0x4218d0[_0x3f3a97(0x2db)]+=_0x10b864['step']+(_0x10b864['length']||0x0),_0x244594){const _0x4e6f50=_0x4757e2['handleBaseMoveRowsCols']({'start':_0x34b1e9[_0x3f3a97(0x28f)][_0x3f3a97(0x29b)][_0x3f3a97(0x1eb)],'end':_0x34b1e9[_0x3f3a97(0x28f)][_0x3f3a97(0x29b)][_0x3f3a97(0x2db)]},{'start':_0x34b1e9['params'][_0x3f3a97(0x19e)][_0x3f3a97(0x1eb)],'end':_0x34b1e9[_0x3f3a97(0x28f)][_0x3f3a97(0x19e)][_0x3f3a97(0x2db)]},{'start':_0x244594[_0x3f3a97(0x1eb)],'end':_0x244594[_0x3f3a97(0x2db)]});(_0x4e6f50[_0x3f3a97(0x16d)]||_0x4e6f50[_0x3f3a97(0x25c)])&&(_0x244594[_0x3f3a97(0x1eb)]+=_0x4e6f50[_0x3f3a97(0x25c)],_0x244594[_0x3f3a97(0x2db)]+=_0x4e6f50['step'],_0x244594[_0x3f3a97(0x18c)]+=_0x4e6f50[_0x3f3a97(0x25c)]);}_0x31126c=!0x0;}}),_0x31126c&&_0x7f094f[_0x501592(0x20b)][_0x501592(0x2d4)](_0x444bea),_0x7f094f;}},_0x3935ee={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x4757e2['SetSelectionsOperation']['id'],'handler'(_0x44125c,_0x210daf){const _0x12ff98=_0x3a657a,_0x5c44af={'m1Prime':[],'m2Prime':[]};if(_0x44125c['params'][_0x12ff98(0x2d6)]!==_0x210daf[_0x12ff98(0x28f)]['unitId']||_0x44125c['params'][_0x12ff98(0x1ca)]!==_0x210daf[_0x12ff98(0x28f)][_0x12ff98(0x1ca)])return _0x5c44af;const _0x551529=_0x4d93e7['Tools']['deepClone'](_0x210daf);let _0x58b2c2=!0x1;return _0x551529['params']['selections'][_0x12ff98(0x1bf)](_0x45138b=>{const _0x3aebf8=_0x12ff98,{range:_0x4df444,primary:_0x2d7632}=_0x45138b,_0x28a3b9=_0x4757e2[_0x3aebf8(0x1d6)](_0x5a7471(_0x44125c[_0x3aebf8(0x28f)]['range']),_0x5a7471(_0x4df444));if(_0x28a3b9!=null&&(_0x28a3b9[_0x3aebf8(0x16d)]||_0x28a3b9[_0x3aebf8(0x25c)])){if(_0x4df444[_0x3aebf8(0x152)]+=_0x28a3b9['step'],_0x4df444[_0x3aebf8(0x2df)]+=_0x28a3b9[_0x3aebf8(0x25c)]+(_0x28a3b9[_0x3aebf8(0x16d)]||0x0),_0x2d7632){const _0xd203cd=_0x4757e2[_0x3aebf8(0x1d6)](_0x5a7471(_0x44125c[_0x3aebf8(0x28f)][_0x3aebf8(0x274)]),_0x5a7471(_0x2d7632));if(_0xd203cd==null){_0x2d7632[_0x3aebf8(0x152)]=_0x4df444['startColumn'],_0x2d7632['endColumn']=_0x4df444[_0x3aebf8(0x152)],_0x2d7632[_0x3aebf8(0x2a1)]=_0x4df444[_0x3aebf8(0x152)];return;}(_0xd203cd['length']||_0xd203cd['step'])&&(_0x2d7632[_0x3aebf8(0x152)]+=_0xd203cd[_0x3aebf8(0x25c)],_0x2d7632[_0x3aebf8(0x2df)]+=_0xd203cd[_0x3aebf8(0x25c)],_0x2d7632[_0x3aebf8(0x2a1)]+=_0xd203cd['step']);}_0x58b2c2=!0x0;}}),_0x58b2c2&&_0x5c44af[_0x12ff98(0x20b)][_0x12ff98(0x2d4)](_0x551529),_0x5c44af;}},_0xc8ff54={'m1':_0x4757e2['RemoveRowMutation']['id'],'m2':_0x4757e2[_0x3a657a(0x183)]['id'],'handler'(_0x39345c,_0x3af75f){const _0x14b05e=_0x3a657a,_0x5a5b96={'m1Prime':[],'m2Prime':[]};if(_0x39345c[_0x14b05e(0x28f)][_0x14b05e(0x2d6)]!==_0x3af75f['params'][_0x14b05e(0x2d6)]||_0x39345c['params'][_0x14b05e(0x1ca)]!==_0x3af75f[_0x14b05e(0x28f)][_0x14b05e(0x1ca)])return _0x5a5b96;const _0x23ed40=_0x4d93e7[_0x14b05e(0x218)][_0x14b05e(0x215)](_0x3af75f);let _0xdec60d=!0x1;return _0x23ed40[_0x14b05e(0x28f)][_0x14b05e(0x1e1)][_0x14b05e(0x1bf)](_0x2eb647=>{const _0xba08a3=_0x14b05e,{range:_0x7b7adf,primary:_0x33624c}=_0x2eb647,_0x5a684e=_0x4757e2[_0xba08a3(0x1d6)](_0x5a7471(_0x4757e2['rotateRange'](_0x39345c[_0xba08a3(0x28f)][_0xba08a3(0x274)])),_0x5a7471(_0x4757e2[_0xba08a3(0x22e)](_0x7b7adf)));if(_0x5a684e!=null&&(_0x5a684e['length']||_0x5a684e[_0xba08a3(0x25c)])){if(_0x7b7adf[_0xba08a3(0x1eb)]+=_0x5a684e[_0xba08a3(0x25c)],_0x7b7adf[_0xba08a3(0x2db)]+=_0x5a684e[_0xba08a3(0x25c)]+(_0x5a684e[_0xba08a3(0x16d)]||0x0),_0x33624c){const _0x348d17=_0x4757e2[_0xba08a3(0x1d6)](_0x5a7471(_0x4757e2[_0xba08a3(0x22e)](_0x39345c[_0xba08a3(0x28f)][_0xba08a3(0x274)])),_0x5a7471(_0x4757e2[_0xba08a3(0x22e)](_0x33624c)));if(_0x348d17==null){_0x33624c[_0xba08a3(0x1eb)]=_0x7b7adf[_0xba08a3(0x1eb)],_0x33624c[_0xba08a3(0x2db)]=_0x7b7adf[_0xba08a3(0x1eb)],_0x33624c['actualRow']=_0x7b7adf[_0xba08a3(0x1eb)];return;}(_0x348d17[_0xba08a3(0x16d)]||_0x348d17[_0xba08a3(0x25c)])&&(_0x33624c['startRow']+=_0x348d17[_0xba08a3(0x25c)],_0x33624c[_0xba08a3(0x2db)]+=_0x348d17[_0xba08a3(0x25c)],_0x33624c[_0xba08a3(0x18c)]+=_0x348d17['step']);}_0xdec60d=!0x0;}}),_0xdec60d&&_0x5a5b96['m2Prime'][_0x14b05e(0x2d4)](_0x23ed40),_0x5a5b96;}},_0x193a4b={'m1':_0x4757e2[_0x3a657a(0x263)]['id'],'m2':_0x4757e2[_0x3a657a(0x183)]['id'],'handler'(_0x46cd70,_0xdc17c1){const _0x77b057=_0x3a657a,_0x4db8d5={'m1Prime':[],'m2Prime':[]};if(_0x46cd70[_0x77b057(0x28f)][_0x77b057(0x2d6)]!==_0xdc17c1[_0x77b057(0x28f)]['unitId']||_0x46cd70[_0x77b057(0x28f)]['subUnitId']!==_0xdc17c1[_0x77b057(0x28f)]['subUnitId'])return _0x4db8d5;const _0x33770a=_0x4d93e7[_0x77b057(0x218)][_0x77b057(0x215)](_0xdc17c1),_0x260a39=_0x33770a[_0x77b057(0x28f)][_0x77b057(0x1e1)];_0x260a39['forEach']((_0x1add65,_0x1969dc)=>{const _0x3fe15b=_0x77b057,{range:_0x2e3b05,primary:_0x85020d}=_0x1add65;_0x46cd70[_0x3fe15b(0x28f)][_0x3fe15b(0x169)][_0x3fe15b(0x1bf)](_0x38f917=>{const _0x498f57=_0x3fe15b;_0x4d93e7[_0x498f57(0x17e)][_0x498f57(0x1b6)](_0x38f917,_0x2e3b05)&&(_0x2e3b05[_0x498f57(0x1eb)]=Math[_0x498f57(0x2b4)](_0x38f917[_0x498f57(0x1eb)],_0x2e3b05[_0x498f57(0x1eb)]),_0x2e3b05[_0x498f57(0x152)]=Math[_0x498f57(0x2b4)](_0x38f917[_0x498f57(0x152)],_0x2e3b05[_0x498f57(0x152)]),_0x2e3b05[_0x498f57(0x2db)]=Math[_0x498f57(0x166)](_0x38f917[_0x498f57(0x2db)],_0x2e3b05[_0x498f57(0x2db)]),_0x2e3b05[_0x498f57(0x2df)]=Math[_0x498f57(0x166)](_0x38f917[_0x498f57(0x2df)],_0x2e3b05[_0x498f57(0x2df)])),_0x85020d&&_0x4d93e7[_0x498f57(0x17e)][_0x498f57(0x1b6)](_0x38f917,_0x85020d)&&_0x1969dc===_0x260a39['length']-0x1&&(_0x85020d[_0x498f57(0x152)]===_0x38f917[_0x498f57(0x152)]&&_0x85020d[_0x498f57(0x1eb)]&&_0x38f917[_0x498f57(0x1eb)]&&(_0x85020d[_0x498f57(0x1f2)]=!0x0),_0x85020d['startRow']=Math[_0x498f57(0x2b4)](_0x38f917[_0x498f57(0x1eb)],_0x85020d[_0x498f57(0x1eb)]),_0x85020d['startColumn']=Math[_0x498f57(0x2b4)](_0x38f917[_0x498f57(0x152)],_0x85020d['startColumn']),_0x85020d[_0x498f57(0x2db)]=Math[_0x498f57(0x166)](_0x38f917['endRow'],_0x85020d[_0x498f57(0x2db)]),_0x85020d[_0x498f57(0x2df)]=Math[_0x498f57(0x166)](_0x38f917['endColumn'],_0x85020d[_0x498f57(0x2df)]),_0x85020d[_0x498f57(0x1f4)]=!0x0);});}),_0x260a39[_0x77b057(0x2a3)]((_0x57bfaa,_0x8f246)=>{const _0x3ece47=_0x77b057,_0x4aae65=_0x57bfaa[_0x3ece47(0x274)],_0x32a817=_0x8f246[_0x3ece47(0x274)];return _0x4aae65[_0x3ece47(0x1eb)]===_0x32a817['startRow']?_0x4aae65['startColumn']-_0x32a817['startColumn']:_0x4aae65[_0x3ece47(0x1eb)]-_0x32a817[_0x3ece47(0x1eb)];});const _0x3bd6b7=[];let _0x52b196=null;for(const _0x5a6ebe of _0x260a39)_0x52b196===null||!_0x4d93e7['Rectangle']['intersects'](_0x52b196[_0x77b057(0x274)],_0x5a6ebe[_0x77b057(0x274)])?(_0x3bd6b7[_0x77b057(0x2d4)](_0x5a6ebe),_0x52b196=_0x5a6ebe):(_0x52b196['range'][_0x77b057(0x1eb)]=Math[_0x77b057(0x2b4)](_0x52b196[_0x77b057(0x274)][_0x77b057(0x1eb)],_0x5a6ebe[_0x77b057(0x274)][_0x77b057(0x1eb)]),_0x52b196['range']['startColumn']=Math[_0x77b057(0x2b4)](_0x52b196[_0x77b057(0x274)][_0x77b057(0x152)],_0x5a6ebe[_0x77b057(0x274)]['startColumn']),_0x52b196[_0x77b057(0x274)][_0x77b057(0x2db)]=Math[_0x77b057(0x166)](_0x52b196[_0x77b057(0x274)][_0x77b057(0x2db)],_0x5a6ebe['range'][_0x77b057(0x2db)]),_0x52b196['range'][_0x77b057(0x2df)]=Math[_0x77b057(0x166)](_0x52b196['range'][_0x77b057(0x2df)],_0x5a6ebe['range'][_0x77b057(0x2df)]),_0x5a6ebe['primary']&&(_0x52b196['primary']=_0x5a6ebe['primary']));return _0x33770a[_0x77b057(0x28f)][_0x77b057(0x1e1)]=_0x3bd6b7,_0x4db8d5['m2Prime']['push'](_0x33770a),_0x4db8d5;}},_0x1b38d8={'m1':_0x4757e2[_0x3a657a(0x2e2)]['id'],'m2':_0x4757e2[_0x3a657a(0x183)]['id'],'handler'(_0x43cb11,_0x417c4d){const _0xffa85e=_0x3a657a,_0x15545f={'m1Prime':[],'m2Prime':[]};if(_0x43cb11[_0xffa85e(0x28f)][_0xffa85e(0x2d6)]!==_0x417c4d[_0xffa85e(0x28f)][_0xffa85e(0x2d6)]||_0x43cb11['params']['subUnitId']!==_0x417c4d['params'][_0xffa85e(0x1ca)])return _0x15545f;const _0x1d195e=_0x4d93e7[_0xffa85e(0x218)][_0xffa85e(0x215)](_0x417c4d),_0x10bf00=_0x1d195e[_0xffa85e(0x28f)]['selections'],_0x2d56f6=_0x10bf00[_0x10bf00['length']-0x1][_0xffa85e(0x26d)];return _0x43cb11[_0xffa85e(0x28f)]['ranges'][_0xffa85e(0x1bf)](_0x144109=>{const _0x2126fe=_0xffa85e;_0x2d56f6&&_0x4d93e7[_0x2126fe(0x17e)]['intersects'](_0x144109,_0x2d56f6)&&(_0x2d56f6[_0x2126fe(0x1f4)]=!0x1,_0x2d56f6[_0x2126fe(0x1f2)]=!0x1,_0x2d56f6[_0x2126fe(0x1eb)]=_0x144109[_0x2126fe(0x1eb)],_0x2d56f6[_0x2126fe(0x152)]=_0x144109['startColumn'],_0x2d56f6['endRow']=_0x144109['startRow'],_0x2d56f6[_0x2126fe(0x2df)]=_0x144109['startColumn'],_0x2d56f6[_0x2126fe(0x2a1)]=_0x144109[_0x2126fe(0x152)],_0x2d56f6[_0x2126fe(0x18c)]=_0x144109[_0x2126fe(0x1eb)]);}),_0x15545f[_0xffa85e(0x20b)]['push'](_0x1d195e),_0x15545f;}};_0x6e3b59[_0x3a657a(0x1e0)]['id'],_0x6e3b59[_0x3a657a(0x1e0)]['id'],_0x6e3b59['SetConditionalRuleMutation']['id'],_0x6e3b59[_0x3a657a(0x289)]['id'],_0x6e3b59[_0x3a657a(0x172)]['id'],_0x6e3b59['MoveConditionalRuleMutation']['id'],_0x6e3b59['DeleteConditionalRuleMutation']['id'],_0x6e3b59[_0x3a657a(0x18b)]['id'];function _0x7fb185(_0x1d2728,_0x47952f,_0x5b441a,_0x43382b){const _0xc3d5da=_0x3a657a,_0x4c1364=new _0x4d93e7['ObjectMatrix']();_0x5b441a[_0xc3d5da(0x1bf)](_0x2a631a=>{const _0x1dd381=_0xc3d5da;_0x2a631a['ranges'][_0x1dd381(0x1bf)](_0x25da1d=>{const _0x7ae08c=_0x1dd381;_0x4d93e7[_0x7ae08c(0x159)]['foreach'](_0x25da1d,(_0x317f3c,_0x45d18)=>{const _0x155546=_0x7ae08c;_0x4c1364[_0x155546(0x1ba)](_0x317f3c,_0x45d18,_0x2a631a[_0x155546(0x1cf)]);});});}),_0x43382b[_0xc3d5da(0x1bf)](_0x1831eb=>{const _0x225487=_0xc3d5da;_0x1831eb[_0x225487(0x169)][_0x225487(0x1bf)](_0x1293c8=>{const _0x6d857c=_0x225487;_0x4d93e7[_0x6d857c(0x159)][_0x6d857c(0x15e)](_0x1293c8,(_0x1a5255,_0x507bd7)=>{const _0x31e946=_0x6d857c;_0x4c1364['setValue'](_0x1a5255,_0x507bd7,_0x1831eb[_0x31e946(0x1cf)]);});});});const _0x3b6659=[];return _0x5b441a[_0xc3d5da(0x1bf)](_0x408f2d=>{const _0x644fce=_0xc3d5da,_0x2b0ee6=_0x4d93e7['queryObjectMatrix'](_0x4c1364,_0x2de720=>_0x2de720===_0x408f2d['uid']);if(_0x2b0ee6[_0x644fce(0x16d)]){if(!_0x4d93e7[_0x644fce(0x267)](_0x2b0ee6,_0x408f2d[_0x644fce(0x169)])){const _0x2be19c={'ruleId':_0x408f2d[_0x644fce(0x1cf)],'unitId':_0x1d2728,'subUnitId':_0x47952f,'payload':{'type':_0x57f9a7[_0x644fce(0x276)][_0x644fce(0x197)],'payload':_0x2b0ee6}};_0x3b6659['push']({'id':_0x57f9a7[_0x644fce(0x14f)]['id'],'params':_0x2be19c});}}else{const _0x5f2cd0={'ruleId':_0x408f2d[_0x644fce(0x1cf)],'unitId':_0x1d2728,'subUnitId':_0x47952f};_0x3b6659[_0x644fce(0x2d4)]({'id':_0x57f9a7[_0x644fce(0x1a2)]['id'],'params':_0x5f2cd0});}}),_0x3b6659;}function _0xcde940(_0x4a49d7,_0x2eaa94){const _0x1fcd21=_0x3a657a,_0x24d5bf=_0x4d93e7['Tools'][_0x1fcd21(0x215)](Array[_0x1fcd21(0x2ca)](_0x4a49d7[_0x1fcd21(0x28f)][_0x1fcd21(0x24b)])?_0x4a49d7['params'][_0x1fcd21(0x24b)]:[_0x4a49d7['params']['rule']]);return _0x2eaa94['forEach'](_0x2fd02e=>{const _0x3dabdb=_0x1fcd21;if(_0x2fd02e['id']===_0x57f9a7['UpdateDataValidationMutation']['id']){const _0x8bd32f=_0x2fd02e,_0x63d7d7=_0x24d5bf[_0x3dabdb(0x231)](_0x342275=>_0x342275[_0x3dabdb(0x1cf)]===_0x8bd32f['params'][_0x3dabdb(0x182)]);_0x63d7d7[_0x3dabdb(0x169)]=_0x8bd32f[_0x3dabdb(0x28f)][_0x3dabdb(0x24f)][_0x3dabdb(0x24f)];}else{if(_0x2fd02e['id']===_0x57f9a7[_0x3dabdb(0x1a2)]['id']){const _0x50f670=_0x24d5bf[_0x3dabdb(0x28a)](_0x5034a5=>_0x5034a5[_0x3dabdb(0x1cf)]===_0x2fd02e[_0x3dabdb(0x28f)][_0x3dabdb(0x182)]);_0x24d5bf[_0x50f670]=null;}}}),_0x24d5bf[_0x1fcd21(0x2b5)](Boolean)[_0x1fcd21(0x16d)]?[{..._0x4a49d7,'params':{..._0x4a49d7['params'],'rule':_0x24d5bf['filter'](Boolean)}}]:[];}_0x57f9a7[_0x3a657a(0x294)]['id'],_0x57f9a7[_0x3a657a(0x294)]['id'],_0x57f9a7[_0x3a657a(0x14f)]['id'],_0x57f9a7[_0x3a657a(0x14f)]['id'],_0x57f9a7[_0x3a657a(0x1a2)]['id'],_0x57f9a7['RemoveDataValidationMutation']['id'];function _0x583bab(_0x526209,_0xa94a55){const _0x417646=_0x3a657a,{unitId:_0x2c7270,subUnitId:_0x4c111a}=_0x526209['params'],_0x1ab8a6=_0x4fc02b=>_0x4494b6(_0x2c7270,_0x4c111a,_0x4fc02b,_0x1cd5d9=>_0x4757e2[_0x417646(0x1b7)](_0x1cd5d9,_0xa94a55)),_0x2183c2=[],_0x175fb5=_0x47eb54=>{const _0x4a669b=_0x417646;var _0x22dee5,_0x284f61;const _0x320099=_0x47eb54[_0x4a669b(0x1cf)],_0x264133=_0x47eb54[_0x4a669b(0x169)][_0x4a669b(0x192)](_0x304909=>_0x4757e2[_0x4a669b(0x22c)](_0x304909,_0xa94a55)),_0x9fdcaa=(_0x22dee5=_0x47eb54[_0x4a669b(0x238)])!=null?_0x22dee5:'',_0x9b92c9=(_0x284f61=_0x47eb54[_0x4a669b(0x23f)])!=null?_0x284f61:'';let _0x38c3d3=_0x9fdcaa,_0x38e5f6=_0x9b92c9;_0x4d93e7[_0x4a669b(0x25f)](_0x9fdcaa)&&(_0x38c3d3=_0x1ab8a6(_0x9fdcaa)),_0x4d93e7['isFormulaString'](_0x9b92c9)&&(_0x38e5f6=_0x1ab8a6(_0x9b92c9)),(_0x38c3d3!==_0x9fdcaa||_0x38e5f6!==_0x9b92c9)&&_0x2183c2[_0x4a669b(0x2d4)]({'id':_0x57f9a7[_0x4a669b(0x14f)]['id'],'params':{'unitId':_0x2c7270,'subUnitId':_0x4c111a,'ruleId':_0x320099,'payload':{'type':_0x57f9a7[_0x4a669b(0x276)]['SETTING'],'payload':{'type':_0x47eb54[_0x4a669b(0x2e9)],'formula1':_0x38c3d3,'formula2':_0x38e5f6}}}});const _0x403df0=_0x264133[_0x4a669b(0x28b)]()[_0x4a669b(0x2b5)](Boolean);_0x4d93e7['isRangesEqual'](_0x47eb54['ranges'],_0x403df0)||_0x2183c2[_0x4a669b(0x2d4)]({'id':_0x57f9a7[_0x4a669b(0x14f)]['id'],'params':{'unitId':_0x2c7270,'subUnitId':_0x4c111a,'ruleId':_0x320099,'payload':{'type':_0x57f9a7[_0x4a669b(0x276)]['RANGE'],'payload':_0x403df0}}});};return Array[_0x417646(0x2ca)](_0x526209[_0x417646(0x28f)]['rule'])?_0x526209[_0x417646(0x28f)]['rule']['forEach'](_0x515adb=>_0x175fb5(_0x515adb)):_0x175fb5(_0x526209['params'][_0x417646(0x24b)]),_0x2183c2;}_0x4757e2['MoveColsMutation']['id'],_0x57f9a7[_0x3a657a(0x294)]['id'],_0x4757e2[_0x3a657a(0x2f0)]['id'],_0x57f9a7['AddDataValidationMutation']['id'],_0x4757e2[_0x3a657a(0x1c0)]['id'],_0x57f9a7[_0x3a657a(0x294)]['id'],_0x4757e2[_0x3a657a(0x221)]['id'],_0x57f9a7['AddDataValidationMutation']['id'],_0x4757e2[_0x3a657a(0x2c7)]['id'],_0x57f9a7[_0x3a657a(0x294)]['id'];function _0xe7588e(_0x1bcd6b,_0x367c0f){const _0x36c334=_0x3a657a;var _0x4cd63a,_0x2051be;const {payload:_0x252951,unitId:_0x1f64e9,subUnitId:_0x396682,ruleId:_0x21f190}=_0x1bcd6b[_0x36c334(0x28f)];switch(_0x252951[_0x36c334(0x2e9)]){case _0x57f9a7['UpdateRuleType'][_0x36c334(0x197)]:{const _0x24ebdb=_0x252951[_0x36c334(0x24f)][_0x36c334(0x192)](_0x351e59=>_0x4757e2[_0x36c334(0x22c)](_0x351e59,_0x367c0f))[_0x36c334(0x2b5)](Boolean);if(!_0x4d93e7[_0x36c334(0x267)](_0x24ebdb,_0x252951[_0x36c334(0x24f)]))return[{'id':_0x57f9a7[_0x36c334(0x14f)]['id'],'params':{'unitId':_0x1f64e9,'subUnitId':_0x396682,'ruleId':_0x21f190,'payload':{'type':_0x57f9a7[_0x36c334(0x276)][_0x36c334(0x197)],'payload':_0x24ebdb}}}];break;}case _0x57f9a7[_0x36c334(0x276)][_0x36c334(0x295)]:{const _0x1dc112=_0x41562c=>_0x4494b6(_0x1f64e9,_0x396682,_0x41562c,_0x2ef84f=>_0x4757e2['handleDefaultRangeChangeWithEffectRefCommands'](_0x2ef84f,_0x367c0f)),_0x4bfaff=(_0x4cd63a=_0x252951['payload'][_0x36c334(0x238)])!=null?_0x4cd63a:'',_0x346982=(_0x2051be=_0x252951[_0x36c334(0x24f)][_0x36c334(0x23f)])!=null?_0x2051be:'';let _0x43636d=_0x4bfaff,_0x4aec44=_0x346982;if(_0x4d93e7[_0x36c334(0x25f)](_0x4bfaff)&&(_0x43636d=_0x1dc112(_0x4bfaff)),_0x4d93e7['isFormulaString'](_0x346982)&&(_0x4aec44=_0x1dc112(_0x346982)),_0x43636d!==_0x4bfaff||_0x4aec44!==_0x346982)return[{'id':_0x57f9a7[_0x36c334(0x14f)]['id'],'params':{'unitId':_0x1f64e9,'subUnitId':_0x396682,'ruleId':_0x21f190,'payload':{'type':_0x57f9a7[_0x36c334(0x276)][_0x36c334(0x295)],'payload':{'type':_0x252951[_0x36c334(0x24f)]['type'],'formula1':_0x43636d,'formula2':_0x4aec44}}}}];break;}}return[];}_0x4757e2[_0x3a657a(0x154)]['id'],_0x57f9a7[_0x3a657a(0x14f)]['id'],_0x4757e2[_0x3a657a(0x2f0)]['id'],_0x57f9a7[_0x3a657a(0x14f)]['id'],_0x4757e2[_0x3a657a(0x1c0)]['id'],_0x57f9a7[_0x3a657a(0x14f)]['id'],_0x4757e2[_0x3a657a(0x2b1)]['id'],_0x57f9a7[_0x3a657a(0x14f)]['id'],_0x4757e2[_0x3a657a(0x221)]['id'],_0x57f9a7['UpdateDataValidationMutation']['id'],_0x4757e2[_0x3a657a(0x2c7)]['id'],_0x57f9a7[_0x3a657a(0x14f)]['id'],_0x57f9a7[_0x3a657a(0x294)]['id'],_0x57f9a7['UpdateDataValidationMutation']['id'],_0x57f9a7['UpdateDataValidationMutation']['id'],_0x57f9a7[_0x3a657a(0x294)]['id'],_0x57f9a7[_0x3a657a(0x14f)]['id'],_0x57f9a7['RemoveDataValidationMutation']['id'],_0x4757e2[_0x3a657a(0x1c0)]['id'],_0x118d05[_0x3a657a(0x1e3)]['id'],_0x4757e2[_0x3a657a(0x1c0)]['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x4757e2['InsertRowMutation']['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x4757e2[_0x3a657a(0x154)]['id'],_0x118d05[_0x3a657a(0x1e3)]['id'],_0x4757e2[_0x3a657a(0x154)]['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x4757e2['RemoveColMutation']['id'],_0x118d05['SetSheetsFilterCriteriaMutation']['id'],_0x4757e2[_0x3a657a(0x221)]['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x4757e2[_0x3a657a(0x2f0)]['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x4757e2[_0x3a657a(0x2c7)]['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x118d05[_0x3a657a(0x1e3)]['id'],_0x118d05[_0x3a657a(0x1e3)]['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x118d05[_0x3a657a(0x1e3)]['id'],_0x118d05[_0x3a657a(0x28d)]['id'],_0x118d05[_0x3a657a(0x163)]['id'],_0x118d05[_0x3a657a(0x28d)]['id'],_0x118d05[_0x3a657a(0x1e3)]['id'],_0x4757e2[_0x3a657a(0x1bb)]['id'],_0x118d05['SetSheetsFilterCriteriaMutation']['id'],_0x4757e2[_0x3a657a(0x1bc)]['id'];const _0x325057={'m1':_0x31fe07['AddCommentMutation']['id'],'m2':_0x31fe07[_0x3a657a(0x296)]['id'],'handler':(_0x406491,_0x40c134)=>{const _0x2e1a96=_0x3a657a,_0x529d62=_0x406491[_0x2e1a96(0x28f)],_0x24cb91=_0x40c134[_0x2e1a96(0x28f)],_0x16f83b={'m1Prime':_0x406491,'m2Prime':_0x40c134};if(_0x529d62[_0x2e1a96(0x2d6)]!==_0x24cb91[_0x2e1a96(0x2d6)]||_0x529d62[_0x2e1a96(0x1ca)]!==_0x24cb91[_0x2e1a96(0x1ca)]||_0x529d62['comment']['ref']!==_0x24cb91['comment']['ref'])return _0x16f83b;if(!_0x529d62[_0x2e1a96(0x228)][_0x2e1a96(0x2ea)]&&!_0x24cb91['comment'][_0x2e1a96(0x2ea)]){const _0x5e8533=_0x4d93e7[_0x2e1a96(0x218)][_0x2e1a96(0x215)](_0x40c134);return _0x5e8533[_0x2e1a96(0x28f)][_0x2e1a96(0x228)][_0x2e1a96(0x2ea)]=_0x406491['params'][_0x2e1a96(0x228)]['id'],{'m1Prime':[{'id':_0x31fe07[_0x2e1a96(0x2f5)]['id'],'params':{'unitId':_0x529d62['unitId'],'subUnitId':_0x24cb91[_0x2e1a96(0x1ca)],'commentId':_0x24cb91[_0x2e1a96(0x228)]['id']}},_0x406491,_0x5e8533],'m2Prime':[_0x5e8533]};}return _0x16f83b;}},_0x2c141c={'m1':_0x31fe07[_0x3a657a(0x2f5)]['id'],'m2':_0x31fe07[_0x3a657a(0x296)]['id'],'handler':(_0x82562,_0x534010)=>{const _0x43aa38=_0x3a657a,_0x8f486b=_0x82562['params'],_0x1bc6f1=_0x534010[_0x43aa38(0x28f)];return _0x8f486b[_0x43aa38(0x2d6)]===_0x1bc6f1[_0x43aa38(0x2d6)]&&_0x8f486b[_0x43aa38(0x1ca)]===_0x1bc6f1['subUnitId']&&_0x8f486b[_0x43aa38(0x29c)]===_0x1bc6f1[_0x43aa38(0x228)]['parentId']?{'m1Prime':_0x82562,'m2Prime':[]}:{'m1Prime':_0x82562,'m2Prime':_0x534010};}},_0xc6996={'m1':_0x31fe07[_0x3a657a(0x2f5)]['id'],'m2':_0x31fe07[_0x3a657a(0x2f5)]['id'],'handler':(_0x7a1600,_0x40d4f9)=>{const _0x4779d0=_0x3a657a,_0x12ef42=_0x7a1600[_0x4779d0(0x28f)],_0x4ef079=_0x40d4f9[_0x4779d0(0x28f)],_0x262e87={'m1Prime':_0x7a1600,'m2Prime':_0x40d4f9};return _0x12ef42[_0x4779d0(0x2d6)]!==_0x4ef079[_0x4779d0(0x2d6)]||_0x12ef42['subUnitId']!==_0x4ef079[_0x4779d0(0x1ca)]||_0x12ef42['commentId']!==_0x4ef079[_0x4779d0(0x29c)]?_0x262e87:{'m1Prime':[],'m2Prime':[]};}},_0x3828c2={'m1':_0x31fe07[_0x3a657a(0x1cc)]['id'],'m2':_0x31fe07['UpdateCommentRefMutation']['id'],'handler':(_0x392872,_0x5e7ce2)=>{const _0x2a97c9=_0x3a657a,_0xc9d099=_0x392872[_0x2a97c9(0x28f)],_0x5bb347=_0x5e7ce2[_0x2a97c9(0x28f)];return _0xc9d099[_0x2a97c9(0x2d6)]===_0x5bb347[_0x2a97c9(0x2d6)]&&_0xc9d099[_0x2a97c9(0x1ca)]===_0x5bb347['subUnitId']&&_0xc9d099[_0x2a97c9(0x24f)][_0x2a97c9(0x29c)]===_0x5bb347[_0x2a97c9(0x24f)][_0x2a97c9(0x29c)]?{'m1Prime':[],'m2Prime':_0x5e7ce2}:{'m1Prime':_0x392872,'m2Prime':_0x5e7ce2};}},_0x7d8766={'m1':_0x31fe07[_0x3a657a(0x187)]['id'],'m2':_0x31fe07[_0x3a657a(0x187)]['id'],'handler':(_0x4caa20,_0x491aa7)=>{const _0x528685=_0x3a657a,_0x53ea88=_0x4caa20['params'],_0x268c16=_0x491aa7[_0x528685(0x28f)];return _0x53ea88[_0x528685(0x2d6)]===_0x268c16[_0x528685(0x2d6)]&&_0x53ea88[_0x528685(0x1ca)]===_0x268c16['subUnitId']&&_0x53ea88[_0x528685(0x24f)]['commentId']===_0x268c16[_0x528685(0x24f)][_0x528685(0x29c)]?{'m1Prime':[],'m2Prime':_0x491aa7}:{'m1Prime':_0x4caa20,'m2Prime':_0x491aa7};}},_0x29c0d2=(_0x1ac7fc,_0x4c5728)=>{const _0x23a901=_0x3a657a,_0x339322=_0x165ca1[_0x23a901(0x273)](_0x1ac7fc[_0x23a901(0x28f)][_0x23a901(0x228)][_0x23a901(0x2dd)]),_0x3133db={'startColumn':_0x339322[_0x23a901(0x255)],'endColumn':_0x339322[_0x23a901(0x255)],'startRow':_0x339322[_0x23a901(0x191)],'endRow':_0x339322[_0x23a901(0x191)]},_0x2e42a5=_0x4757e2[_0x23a901(0x1b7)](_0x3133db,_0x4c5728);if(!_0x2e42a5)return[{'id':_0x31fe07['DeleteCommentMutation']['id'],'params':{..._0x1ac7fc[_0x23a901(0x28f)],'comment':void 0x0,'commentId':_0x1ac7fc[_0x23a901(0x28f)]['comment']['id']}}];const _0x52aa3f=_0x165ca1[_0x23a901(0x1da)](_0x2e42a5);return _0x52aa3f===_0x1ac7fc[_0x23a901(0x28f)][_0x23a901(0x228)]['ref']?[]:[{'id':_0x31fe07['UpdateCommentRefMutation']['id'],'params':{..._0x1ac7fc[_0x23a901(0x28f)],'comment':void 0x0,'payload':{'ref':_0x52aa3f,'commentId':_0x1ac7fc[_0x23a901(0x28f)][_0x23a901(0x228)]['id']}}}];},_0x1649a5={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x31fe07[_0x3a657a(0x296)]['id'],'handler':(_0x42aa1a,_0x436611)=>{const _0xfb3877=_0x3a657a,_0x1e8b20={'m1Prime':_0x42aa1a,'m2Prime':_0x436611};if(_0x42aa1a[_0xfb3877(0x28f)][_0xfb3877(0x2d6)]!==_0x436611[_0xfb3877(0x28f)]['unitId']||_0x42aa1a[_0xfb3877(0x28f)][_0xfb3877(0x1ca)]!==_0x436611[_0xfb3877(0x28f)][_0xfb3877(0x1ca)])return _0x1e8b20;const _0x3e55a5={'id':_0x4757e2[_0xfb3877(0x246)]['id'],'params':{'unitId':_0x42aa1a[_0xfb3877(0x28f)]['unitId'],'subUnitId':_0x42aa1a[_0xfb3877(0x28f)][_0xfb3877(0x1ca)],'range':_0x42aa1a[_0xfb3877(0x28f)]['range']}},_0x366338=_0x29c0d2(_0x436611,_0x3e55a5);return{'m1Prime':[_0x42aa1a,..._0x366338],'m2Prime':[_0x436611,..._0x366338]};}},_0x4f899e={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x31fe07[_0x3a657a(0x296)]['id'],'handler':(_0xaf6a79,_0x3b9102)=>{const _0x5391cb=_0x3a657a,_0x7ccd8f={'m1Prime':_0xaf6a79,'m2Prime':_0x3b9102};if(_0xaf6a79['params']['unitId']!==_0x3b9102[_0x5391cb(0x28f)][_0x5391cb(0x2d6)]||_0xaf6a79[_0x5391cb(0x28f)][_0x5391cb(0x1ca)]!==_0x3b9102['params'][_0x5391cb(0x1ca)])return _0x7ccd8f;const _0x19ad68={'id':_0x4757e2[_0x5391cb(0x226)]['id'],'params':{'unitId':_0xaf6a79['params'][_0x5391cb(0x2d6)],'subUnitId':_0xaf6a79[_0x5391cb(0x28f)]['subUnitId'],'fromRange':_0xaf6a79[_0x5391cb(0x28f)][_0x5391cb(0x29b)],'toRange':_0xaf6a79['params'][_0x5391cb(0x19e)]}},_0x48fcee=_0x29c0d2(_0x3b9102,_0x19ad68);return{'m1Prime':[_0xaf6a79,..._0x48fcee],'m2Prime':[_0x3b9102,..._0x48fcee]};}},_0x36be78={'m1':_0x4757e2[_0x3a657a(0x2f0)]['id'],'m2':_0x31fe07[_0x3a657a(0x296)]['id'],'handler':(_0x560d0e,_0x2345e7)=>{const _0x40c017=_0x3a657a,_0x1be423={'m1Prime':_0x560d0e,'m2Prime':_0x2345e7};if(_0x560d0e[_0x40c017(0x28f)][_0x40c017(0x2d6)]!==_0x2345e7[_0x40c017(0x28f)]['unitId']||_0x560d0e['params']['subUnitId']!==_0x2345e7['params'][_0x40c017(0x1ca)])return _0x1be423;const _0x343297={'id':_0x4757e2[_0x40c017(0x291)]['id'],'params':{'unitId':_0x560d0e[_0x40c017(0x28f)]['unitId'],'subUnitId':_0x560d0e['params']['subUnitId'],'fromRange':_0x560d0e[_0x40c017(0x28f)][_0x40c017(0x29b)],'toRange':_0x560d0e['params']['targetRange']}},_0x47fad6=_0x29c0d2(_0x2345e7,_0x343297);return{'m1Prime':[_0x560d0e,..._0x47fad6],'m2Prime':[_0x2345e7,..._0x47fad6]};}},_0x1d518e={'m1':_0x4757e2['InsertRowMutation']['id'],'m2':_0x31fe07[_0x3a657a(0x296)]['id'],'handler':(_0x3bf23a,_0x3f549d)=>{const _0x48904a=_0x3a657a,_0x110d76={'m1Prime':_0x3bf23a,'m2Prime':_0x3f549d};if(_0x3bf23a[_0x48904a(0x28f)]['unitId']!==_0x3f549d[_0x48904a(0x28f)][_0x48904a(0x2d6)]||_0x3bf23a[_0x48904a(0x28f)][_0x48904a(0x1ca)]!==_0x3f549d[_0x48904a(0x28f)][_0x48904a(0x1ca)])return _0x110d76;const _0x20a91c={'id':_0x4757e2[_0x48904a(0x1df)]['id'],'params':{'unitId':_0x3bf23a[_0x48904a(0x28f)][_0x48904a(0x2d6)],'subUnitId':_0x3bf23a[_0x48904a(0x28f)]['subUnitId'],'range':_0x3bf23a[_0x48904a(0x28f)][_0x48904a(0x274)]}},_0x28a870=_0x29c0d2(_0x3f549d,_0x20a91c);return{'m1Prime':[_0x3bf23a,..._0x28a870],'m2Prime':[_0x3f549d,..._0x28a870]};}},_0x3f3b04={'m1':_0x4757e2[_0x3a657a(0x221)]['id'],'m2':_0x31fe07[_0x3a657a(0x296)]['id'],'handler':(_0x12ec6d,_0x40b9f4)=>{const _0xf152a=_0x3a657a,_0x576fea={'m1Prime':_0x12ec6d,'m2Prime':_0x40b9f4};if(_0x12ec6d[_0xf152a(0x28f)][_0xf152a(0x2d6)]!==_0x40b9f4[_0xf152a(0x28f)][_0xf152a(0x2d6)]||_0x12ec6d[_0xf152a(0x28f)][_0xf152a(0x1ca)]!==_0x40b9f4[_0xf152a(0x28f)]['subUnitId'])return _0x576fea;const _0x4e4e14={'id':_0x4757e2['RemoveColCommand']['id'],'params':{'unitId':_0x12ec6d[_0xf152a(0x28f)][_0xf152a(0x2d6)],'subUnitId':_0x12ec6d[_0xf152a(0x28f)][_0xf152a(0x1ca)],'range':_0x12ec6d[_0xf152a(0x28f)][_0xf152a(0x274)]}},_0x576f59=_0x29c0d2(_0x40b9f4,_0x4e4e14);return{'m1Prime':[_0x12ec6d,..._0x576f59],'m2Prime':[_0x40b9f4,..._0x576f59]};}},_0x2aaf33={'m1':_0x4757e2['RemoveRowMutation']['id'],'m2':_0x31fe07['AddCommentMutation']['id'],'handler':(_0x49a6ca,_0x5e48d2)=>{const _0x1d7ad5=_0x3a657a,_0x17c2a7={'m1Prime':_0x49a6ca,'m2Prime':_0x5e48d2};if(_0x49a6ca[_0x1d7ad5(0x28f)]['unitId']!==_0x5e48d2[_0x1d7ad5(0x28f)][_0x1d7ad5(0x2d6)]||_0x49a6ca[_0x1d7ad5(0x28f)]['subUnitId']!==_0x5e48d2['params']['subUnitId'])return _0x17c2a7;const _0x50b0f0={'id':_0x4757e2[_0x1d7ad5(0x247)]['id'],'params':{'unitId':_0x49a6ca['params'][_0x1d7ad5(0x2d6)],'subUnitId':_0x49a6ca[_0x1d7ad5(0x28f)][_0x1d7ad5(0x1ca)],'range':_0x49a6ca[_0x1d7ad5(0x28f)][_0x1d7ad5(0x274)]}},_0x3c5d38=_0x29c0d2(_0x5e48d2,_0x50b0f0);return{'m1Prime':[_0x49a6ca,..._0x3c5d38],'m2Prime':[_0x5e48d2,..._0x3c5d38]};}},_0x3bd3fa=(_0x24e5b7,_0x337a0d)=>{const _0x5c149f=_0x3a657a,_0x2e157e=_0x165ca1[_0x5c149f(0x273)](_0x24e5b7[_0x5c149f(0x28f)][_0x5c149f(0x24f)][_0x5c149f(0x2dd)]),_0x3080dd={'startColumn':_0x2e157e[_0x5c149f(0x255)],'endColumn':_0x2e157e['column'],'startRow':_0x2e157e[_0x5c149f(0x191)],'endRow':_0x2e157e[_0x5c149f(0x191)]},_0x215c82=_0x4757e2[_0x5c149f(0x1b7)](_0x3080dd,_0x337a0d);if(!_0x215c82)return[{'id':_0x31fe07[_0x5c149f(0x2f5)]['id'],'params':{..._0x24e5b7[_0x5c149f(0x28f)],'comment':void 0x0,'commentId':_0x24e5b7['params'][_0x5c149f(0x24f)][_0x5c149f(0x29c)]}}];const _0x254df3=_0x165ca1[_0x5c149f(0x1da)](_0x215c82);return _0x254df3===_0x24e5b7['params']['payload'][_0x5c149f(0x2dd)]?[]:[{'id':_0x31fe07[_0x5c149f(0x1cc)]['id'],'params':{..._0x24e5b7[_0x5c149f(0x28f)],'comment':void 0x0,'payload':{'ref':_0x254df3,'commentId':_0x24e5b7['params']['payload'][_0x5c149f(0x29c)]}}}];},_0x11aaee={'m1':_0x4757e2[_0x3a657a(0x1c0)]['id'],'m2':_0x31fe07[_0x3a657a(0x1cc)]['id'],'handler':(_0x1f62d1,_0x418019)=>{const _0x4db19f=_0x3a657a,_0x47d58b={'m1Prime':_0x1f62d1,'m2Prime':_0x418019};if(_0x1f62d1[_0x4db19f(0x28f)][_0x4db19f(0x2d6)]!==_0x418019[_0x4db19f(0x28f)]['unitId']||_0x1f62d1[_0x4db19f(0x28f)][_0x4db19f(0x1ca)]!==_0x418019[_0x4db19f(0x28f)][_0x4db19f(0x1ca)])return _0x47d58b;const _0x33f52c={'id':_0x4757e2[_0x4db19f(0x246)]['id'],'params':{'unitId':_0x1f62d1[_0x4db19f(0x28f)][_0x4db19f(0x2d6)],'subUnitId':_0x1f62d1[_0x4db19f(0x28f)]['subUnitId'],'range':_0x1f62d1[_0x4db19f(0x28f)][_0x4db19f(0x274)]}},_0x5381e6=_0x3bd3fa(_0x418019,_0x33f52c);return{'m1Prime':[_0x1f62d1,..._0x5381e6],'m2Prime':[_0x418019,..._0x5381e6]};}},_0x7829e0={'m1':_0x4757e2['InsertRowMutation']['id'],'m2':_0x31fe07['UpdateCommentRefMutation']['id'],'handler':(_0x40d8c5,_0x7f0177)=>{const _0x212910=_0x3a657a,_0x208d09={'m1Prime':_0x40d8c5,'m2Prime':_0x7f0177};if(_0x40d8c5[_0x212910(0x28f)]['unitId']!==_0x7f0177[_0x212910(0x28f)][_0x212910(0x2d6)]||_0x40d8c5[_0x212910(0x28f)][_0x212910(0x1ca)]!==_0x7f0177['params']['subUnitId'])return _0x208d09;const _0x1da9fa={'id':_0x4757e2[_0x212910(0x1df)]['id'],'params':{'unitId':_0x40d8c5[_0x212910(0x28f)]['unitId'],'subUnitId':_0x40d8c5[_0x212910(0x28f)][_0x212910(0x1ca)],'range':_0x40d8c5[_0x212910(0x28f)][_0x212910(0x274)]}},_0x482bcb=_0x3bd3fa(_0x7f0177,_0x1da9fa);return{'m1Prime':[_0x40d8c5,..._0x482bcb],'m2Prime':[_0x7f0177,..._0x482bcb]};}},_0x1fe609={'m1':_0x4757e2['RemoveColMutation']['id'],'m2':_0x31fe07[_0x3a657a(0x1cc)]['id'],'handler':(_0x5546ca,_0x22d488)=>{const _0x4a157c=_0x3a657a,_0x94aba5={'m1Prime':_0x5546ca,'m2Prime':_0x22d488};if(_0x5546ca[_0x4a157c(0x28f)][_0x4a157c(0x2d6)]!==_0x22d488[_0x4a157c(0x28f)][_0x4a157c(0x2d6)]||_0x5546ca[_0x4a157c(0x28f)][_0x4a157c(0x1ca)]!==_0x22d488[_0x4a157c(0x28f)][_0x4a157c(0x1ca)])return _0x94aba5;const _0x1819ab={'id':_0x4757e2[_0x4a157c(0x2a2)]['id'],'params':{'unitId':_0x5546ca[_0x4a157c(0x28f)][_0x4a157c(0x2d6)],'subUnitId':_0x5546ca[_0x4a157c(0x28f)][_0x4a157c(0x1ca)],'range':_0x5546ca['params'][_0x4a157c(0x274)]}},_0x5af3f9=_0x3bd3fa(_0x22d488,_0x1819ab);return{'m1Prime':[_0x5546ca,..._0x5af3f9],'m2Prime':[_0x22d488,..._0x5af3f9]};}},_0x4b16bb={'m1':_0x4757e2[_0x3a657a(0x2c7)]['id'],'m2':_0x31fe07[_0x3a657a(0x1cc)]['id'],'handler':(_0x401f87,_0x2c130c)=>{const _0x5f4a09=_0x3a657a,_0x2e35fb={'m1Prime':_0x401f87,'m2Prime':_0x2c130c};if(_0x401f87[_0x5f4a09(0x28f)][_0x5f4a09(0x2d6)]!==_0x2c130c[_0x5f4a09(0x28f)][_0x5f4a09(0x2d6)]||_0x401f87[_0x5f4a09(0x28f)]['subUnitId']!==_0x2c130c['params'][_0x5f4a09(0x1ca)])return _0x2e35fb;const _0x324d5d={'id':_0x4757e2[_0x5f4a09(0x247)]['id'],'params':{'unitId':_0x401f87[_0x5f4a09(0x28f)]['unitId'],'subUnitId':_0x401f87[_0x5f4a09(0x28f)][_0x5f4a09(0x1ca)],'range':_0x401f87[_0x5f4a09(0x28f)][_0x5f4a09(0x274)]}},_0x3c460a=_0x3bd3fa(_0x2c130c,_0x324d5d);return{'m1Prime':[_0x401f87,..._0x3c460a],'m2Prime':[_0x2c130c,..._0x3c460a]};}},_0x3b5797={'m1':_0x4757e2[_0x3a657a(0x154)]['id'],'m2':_0x31fe07[_0x3a657a(0x1cc)]['id'],'handler':(_0x3e661f,_0x368bd5)=>{const _0x51e81a=_0x3a657a,_0x38f865={'m1Prime':_0x3e661f,'m2Prime':_0x368bd5};if(_0x3e661f[_0x51e81a(0x28f)][_0x51e81a(0x2d6)]!==_0x368bd5[_0x51e81a(0x28f)]['unitId']||_0x3e661f['params'][_0x51e81a(0x1ca)]!==_0x368bd5[_0x51e81a(0x28f)][_0x51e81a(0x1ca)])return _0x38f865;const _0x30bfef={'id':_0x4757e2['MoveColsCommand']['id'],'params':{'unitId':_0x3e661f['params'][_0x51e81a(0x2d6)],'subUnitId':_0x3e661f[_0x51e81a(0x28f)][_0x51e81a(0x1ca)],'fromRange':_0x3e661f[_0x51e81a(0x28f)][_0x51e81a(0x29b)],'toRange':_0x3e661f['params'][_0x51e81a(0x19e)]}},_0x48b617=_0x3bd3fa(_0x368bd5,_0x30bfef);return{'m1Prime':[_0x3e661f,..._0x48b617],'m2Prime':[_0x368bd5,..._0x48b617]};}},_0x5ee9cb={'m1':_0x4757e2['MoveRowsMutation']['id'],'m2':_0x31fe07[_0x3a657a(0x1cc)]['id'],'handler':(_0x340f40,_0x282eee)=>{const _0x1dfd08=_0x3a657a,_0x42078a={'m1Prime':_0x340f40,'m2Prime':_0x282eee};if(_0x340f40[_0x1dfd08(0x28f)][_0x1dfd08(0x2d6)]!==_0x282eee[_0x1dfd08(0x28f)][_0x1dfd08(0x2d6)]||_0x340f40['params'][_0x1dfd08(0x1ca)]!==_0x282eee[_0x1dfd08(0x28f)]['subUnitId'])return _0x42078a;const _0x21e3c0={'id':_0x4757e2[_0x1dfd08(0x291)]['id'],'params':{'unitId':_0x340f40[_0x1dfd08(0x28f)][_0x1dfd08(0x2d6)],'subUnitId':_0x340f40[_0x1dfd08(0x28f)][_0x1dfd08(0x1ca)],'fromRange':_0x340f40[_0x1dfd08(0x28f)]['sourceRange'],'toRange':_0x340f40[_0x1dfd08(0x28f)][_0x1dfd08(0x19e)]}},_0x2cf0f2=_0x3bd3fa(_0x282eee,_0x21e3c0);return{'m1Prime':[_0x340f40,..._0x2cf0f2],'m2Prime':[_0x282eee,..._0x2cf0f2]};}};var _0x5ebd0a=(_0x4833ff,_0x4bf0ea,_0x315026,_0x4b710c)=>{const _0x30820a=_0x3a657a;for(var _0x3da341=_0x4bf0ea,_0x4c5cb4=_0x4833ff[_0x30820a(0x16d)]-0x1,_0x18a8e9;_0x4c5cb4>=0x0;_0x4c5cb4--)(_0x18a8e9=_0x4833ff[_0x4c5cb4])&&(_0x3da341=_0x18a8e9(_0x3da341)||_0x3da341);return _0x3da341;},_0xfb155d=(_0x11f309,_0x2344e7)=>(_0x140512,_0x33a5a0)=>_0x2344e7(_0x140512,_0x33a5a0,_0x11f309);_0xe5d0e0['SheetTransformController']=class extends _0x4d93e7[_0x3a657a(0x16b)]{constructor(_0x21dfee){const _0x4143c5=_0x3a657a;super(),this[_0x4143c5(0x193)]=_0x21dfee,[..._0x11be42,_0x566fab,_0x5740f4,_0x114406,_0x4721df,_0x50b6c8,_0x1b7308,_0x4df003,_0x57f7de,_0x56c288,_0x35ed93,_0x2074ea,_0x5dc8eb,_0x407fff,_0x54b2df,_0x58718a,_0x505a7b,_0x546110,_0x315bec,_0x4c56ed,_0xa670df,_0x567494,_0x51ccb7,_0x1a39d3,_0x5381b1,_0x34cb94,_0x102348,_0x130799,_0x1d1261,_0x12162f,_0xf31ac6,_0x38f644,_0x11f914,_0x1cf830,_0x8e8bd,_0x4c7ff4,_0x19ae98,_0x1fbc67,_0xea4ed6,_0x2ce55b,_0x37f3dd,_0x243c96,_0x42e38a,_0x2c8c8a,_0xff505c,_0xf6df45,_0x1402fe,_0x25a404,_0xf6f1bd,_0x5bcda4,_0x166300,_0x3935ee,_0x269a14,_0x4b36af,_0x2452e2,_0xb18451,_0x46d95b,_0x4ceb6a,_0xf3ba34,_0x2ed148,_0xc8ff54,_0x14eb8d,_0x55f771,_0x512a9e,_0x52652e,_0x40eb11,_0x3cd486,_0x3cdabc,_0xaf33c,_0x39bac6,_0x28c5cf,_0x16df5c,_0x48fbb0,_0x443cb1,_0x36bab7,_0x49e562,_0x397b8e,_0x23eb96,_0x1a93aa,_0x51d120,_0x4d5650,_0x2e0590,_0x432a48,_0x3c675a,_0x1dbd9f,_0x5353bb,_0x4df9ab,_0x231529,_0x5a2074,_0x312fe8,_0x294327,_0x1126dd,_0x1a21a8,_0x11261a,_0x53e845,_0x25d8a9,_0x3a2717,_0x5b022b,_0x2ce893,_0xddd8cb,_0x2b5033,_0x463d7a,_0x3dc657,_0x250bb6,_0x193a4b,_0x1b38d8,_0x325057,_0x2c141c,_0xc6996,_0x3828c2,_0x7d8766,_0x1649a5,_0x1d518e,_0x4f899e,_0x36be78,_0x3f3b04,_0x2aaf33,_0x11aaee,_0x7829e0,_0x3b5797,_0x5ee9cb,_0x1fe609,_0x4b16bb][_0x4143c5(0x1bf)](_0x48e5a2=>{const _0x18c5ed=_0x4143c5;this[_0x18c5ed(0x193)][_0x18c5ed(0x1d4)](_0x48e5a2);});}},_0xe5d0e0['SheetTransformController']=_0x5ebd0a([_0x4d93e7[_0x3a657a(0x16f)](_0x4d93e7[_0x3a657a(0x2ac)][_0x3a657a(0x233)],_0xe5d0e0[_0x3a657a(0x1a3)]),_0xfb155d(0x0,_0x47d879)],_0xe5d0e0[_0x3a657a(0x1a3)]);function _0x136d54(_0x4fdd95,_0x3dea1e,_0x4c4f2f){const _0x2aa172=_0x3a657a;if(_0x4fdd95[_0x2aa172(0x16d)]===0x0)return _0x3dea1e;_0x3dea1e=_0x4d93e7['Tools']['deepClone'](_0x3dea1e),_0x4fdd95=_0x4d93e7[_0x2aa172(0x218)]['deepClone'](_0x4fdd95);const _0x450384=[],_0x121d49=_0x3dea1e['length'],_0x478eb0=_0x4fdd95[_0x2aa172(0x16d)];let _0x9a5024=0x0,_0x2900ee=0x0,_0x53fbeb=null;function _0x5d9b58(){const _0x135842=_0x2aa172;return _0x53fbeb?(_0x450384[_0x135842(0x2d4)](_0x53fbeb),_0x53fbeb=null,!0x0):!0x1;}for(;_0x9a5024<_0x121d49&&_0x2900ee<_0x478eb0;){const {st:_0x129390,ed:_0x25bf51,ts:_0x423967}=_0x3dea1e[_0x9a5024],{st:_0x2f6587,ed:_0x40bb8f,ts:_0x5aff18,sId:_0x7ec199}=_0x4fdd95[_0x2900ee];let _0x493579={};if(_0x4c4f2f===0x0)_0x493579={..._0x423967};else{if(_0x493579={..._0x423967},_0x5aff18){const _0xbee73e=Object[_0x2aa172(0x29d)](_0x5aff18);for(const _0x315499 of _0xbee73e)_0x493579[_0x315499]&&delete _0x493579[_0x315499];}}if(_0x25bf51<_0x2f6587)_0x5d9b58()||_0x450384[_0x2aa172(0x2d4)](_0x3dea1e[_0x9a5024]),_0x9a5024++;else{if(_0x40bb8f<_0x129390)_0x5d9b58()||_0x450384[_0x2aa172(0x2d4)](_0x4fdd95[_0x2900ee]),_0x2900ee++;else{const _0x106f00={'st':Math[_0x2aa172(0x2b4)](_0x129390,_0x2f6587),'ed':Math[_0x2aa172(0x166)](_0x129390,_0x2f6587),'ts':_0x129390<_0x2f6587?{..._0x423967}:{..._0x5aff18},'sId':_0x129390<_0x2f6587?void 0x0:_0x7ec199};_0x106f00['ed']>_0x106f00['st']&&_0x450384[_0x2aa172(0x2d4)](),_0x450384['push']({'st':Math[_0x2aa172(0x166)](_0x129390,_0x2f6587),'ed':Math['min'](_0x25bf51,_0x40bb8f),'ts':_0x493579,'sId':_0x7ec199}),_0x25bf51<_0x40bb8f?(_0x9a5024++,_0x4fdd95[_0x2900ee]['st']=_0x25bf51,_0x4fdd95[_0x2900ee]['st']===_0x4fdd95[_0x2900ee]['ed']&&_0x2900ee++):(_0x2900ee++,_0x3dea1e[_0x9a5024]['st']=_0x40bb8f,_0x3dea1e[_0x9a5024]['st']===_0x3dea1e[_0x9a5024]['ed']&&_0x9a5024++);const _0x27ef72={'st':Math['min'](_0x25bf51,_0x40bb8f),'ed':Math['max'](_0x25bf51,_0x40bb8f),'ts':_0x25bf51<_0x40bb8f?{..._0x5aff18}:{..._0x423967},'sId':_0x25bf51<_0x40bb8f?_0x7ec199:void 0x0};_0x53fbeb=_0x27ef72['ed']>_0x27ef72['st']?_0x27ef72:null;}}}_0x5d9b58();const _0x2d4de6=_0x450384[_0x450384[_0x2aa172(0x16d)]-0x1],_0x363bbc=_0x3dea1e[_0x121d49-0x1],_0x2a1c17=_0x4fdd95[_0x478eb0-0x1];return _0x2d4de6['ed']!==Math['max'](_0x363bbc['ed'],_0x2a1c17['ed'])&&(_0x363bbc['ed']>_0x2a1c17['ed']?_0x450384[_0x2aa172(0x2d4)](_0x363bbc):_0x450384[_0x2aa172(0x2d4)](_0x2a1c17)),_0x4d93e7[_0x2aa172(0x16e)](_0x450384);}function _0x7d5a24(_0x46485e,_0x109c33,_0xe1bced){const _0x37e331=_0x3a657a,_0x1e12b0={'startIndex':_0x109c33[_0x37e331(0x216)]};if(_0x109c33[_0x37e331(0x20f)]){if(_0x46485e[_0x37e331(0x20f)]==null)_0x1e12b0[_0x37e331(0x20f)]={..._0x109c33[_0x37e331(0x20f)]};else{if(_0x1e12b0[_0x37e331(0x20f)]={..._0x109c33[_0x37e331(0x20f)]},_0xe1bced===0x1){const _0x3dae4b=Object[_0x37e331(0x29d)](_0x46485e[_0x37e331(0x20f)]);for(const _0x35a25a of _0x3dae4b)_0x1e12b0[_0x37e331(0x20f)][_0x35a25a]&&delete _0x1e12b0[_0x37e331(0x20f)][_0x35a25a];}}}return _0x109c33[_0x37e331(0x2ee)]&&(_0x46485e[_0x37e331(0x2ee)]==null||_0xe1bced===0x0)&&(_0x1e12b0['bullet']={..._0x109c33[_0x37e331(0x2ee)]}),_0x1e12b0;}function _0x38d29e(_0x496bfd,_0x30a83e,_0x3e38c9=!0x1){const _0x5dddd5=_0x3a657a,{body:_0x5de77d}=_0x496bfd,{body:_0x4f0213}=_0x30a83e;if(_0x5de77d==null||_0x5de77d[_0x5dddd5(0x2de)]!==''||_0x4f0213==null||_0x4f0213[_0x5dddd5(0x2de)]!=='')throw new Error(_0x5dddd5(0x1fb));const _0xf398b3={'dataStream':''},{textRuns:_0x54cbe1=[],paragraphs:_0x44798b=[]}=_0x5de77d,{textRuns:_0x1ba9a4=[],paragraphs:_0x17949b=[]}=_0x4f0213;let _0x4c524d=[];_0x3e38c9?_0x4c524d=_0x136d54(_0x54cbe1,_0x1ba9a4,0x1):_0x4c524d=_0x136d54(_0x54cbe1,_0x1ba9a4,0x0),_0x4c524d[_0x5dddd5(0x16d)]&&(_0xf398b3[_0x5dddd5(0x1ee)]=_0x4c524d);const _0xf22b25=[];let _0x4d0cf7=0x0,_0x57db54=0x0;for(;_0x4d0cf7<_0x44798b[_0x5dddd5(0x16d)]&&_0x57db54<_0x17949b['length'];){const _0x2acbbc=_0x44798b[_0x4d0cf7],_0x19bde1=_0x17949b[_0x57db54],{startIndex:_0x31a9a2}=_0x2acbbc,{startIndex:_0x36e8f7}=_0x19bde1;if(_0x31a9a2===_0x36e8f7){let _0x169676={'startIndex':_0x31a9a2};_0x3e38c9?_0x169676=_0x7d5a24(_0x2acbbc,_0x19bde1,0x1):_0x169676=_0x7d5a24(_0x2acbbc,_0x19bde1,0x0),_0xf22b25[_0x5dddd5(0x2d4)](_0x169676),_0x4d0cf7++,_0x57db54++;}else _0x31a9a2<_0x36e8f7?_0x4d0cf7++:(_0xf22b25[_0x5dddd5(0x2d4)](_0x4d93e7[_0x5dddd5(0x218)]['deepClone'](_0x19bde1)),_0x57db54++);}return _0x57db54<_0x17949b[_0x5dddd5(0x16d)]&&_0xf22b25[_0x5dddd5(0x2d4)](..._0x17949b[_0x5dddd5(0x1aa)](_0x57db54)),_0xf22b25[_0x5dddd5(0x16d)]&&(_0xf398b3[_0x5dddd5(0x2ad)]=_0xf22b25),_0xf398b3;}const _0x13d6ae=class _0x1336e1 extends _0x4d93e7[_0x3a657a(0x1af)]{static[_0x3a657a(0x2bd)](_0x2a57c8,_0x5b49a7,_0x20f3ad='right'){const _0x6061af=_0x3a657a;var _0x269fc0;const _0x8bfa53=new _0x4d93e7[(_0x6061af(0x2aa))](_0x2a57c8),_0x5a72c2=new _0x4d93e7[(_0x6061af(0x2aa))](_0x5b49a7),_0x29b718=new _0x1336e1();for(;_0x8bfa53[_0x6061af(0x27f)]()||_0x5a72c2['hasNext']();)if(_0x8bfa53[_0x6061af(0x202)]()===_0x4d93e7[_0x6061af(0x275)][_0x6061af(0x1f5)]&&(_0x20f3ad===_0x6061af(0x1d1)||_0x5a72c2[_0x6061af(0x202)]()!==_0x4d93e7[_0x6061af(0x275)]['INSERT'])){const _0x2f69ae=_0x8bfa53[_0x6061af(0x244)]();_0x29b718['retain'](_0x2f69ae[_0x6061af(0x2cb)],(_0x269fc0=_0x2f69ae[_0x6061af(0x2bf)])!=null?_0x269fc0:'');}else{if(_0x5a72c2[_0x6061af(0x202)]()===_0x4d93e7[_0x6061af(0x275)]['INSERT'])_0x29b718[_0x6061af(0x2d4)](_0x5a72c2[_0x6061af(0x244)]());else{const _0x2a3220=Math[_0x6061af(0x2b4)](_0x8bfa53[_0x6061af(0x1b5)](),_0x5a72c2['peekLength']()),_0xa6a871=_0x8bfa53[_0x6061af(0x244)](_0x2a3220),_0x225ff6=_0x5a72c2[_0x6061af(0x244)](_0x2a3220);if(_0xa6a871['t']===_0x4d93e7[_0x6061af(0x275)]['DELETE'])continue;if(_0x225ff6['t']===_0x4d93e7['TextXActionType']['DELETE']){_0x29b718[_0x6061af(0x2d4)](_0x225ff6);continue;}_0xa6a871['body']==null||_0x225ff6[_0x6061af(0x1e6)]==null?_0x29b718['push'](_0x225ff6):_0x29b718[_0x6061af(0x2d4)]({..._0x225ff6,'body':_0x38d29e(_0xa6a871,_0x225ff6,_0x20f3ad===_0x6061af(0x1d1))});}}return _0x29b718[_0x6061af(0x210)](),_0x29b718['serialize']();}static[_0x3a657a(0x229)](_0xf08f95,_0x453921,_0xf59179=!0x1){const _0x23054a=_0x3a657a,_0x3bcd6f=new _0x4d93e7['ActionIterator'](_0xf08f95);let _0x330772=0x0;for(;_0x3bcd6f[_0x23054a(0x27f)]()&&_0x330772<=_0x453921;){const _0x278738=_0x3bcd6f[_0x23054a(0x1b5)](),_0x22503d=_0x3bcd6f[_0x23054a(0x202)]();if(_0x3bcd6f['next'](),_0x22503d===_0x4d93e7[_0x23054a(0x275)][_0x23054a(0x262)]){_0x453921-=Math[_0x23054a(0x2b4)](_0x278738,_0x453921-_0x330772);continue;}else _0x22503d===_0x4d93e7['TextXActionType'][_0x23054a(0x1f5)]&&(_0x330772<_0x453921||!_0xf59179)&&(_0x453921+=_0x278738);_0x330772+=_0x278738;}return _0x453921;}};_0x4b6706(_0x13d6ae,_0x3a657a(0x2e6),_0x3a657a(0x2c4)),_0x4b6706(_0x13d6ae,'id',_0x3a657a(0x2ae));let _0x326a29=_0x13d6ae;class _0x4766a5 extends _0x4d93e7[_0x3a657a(0x186)]{static[_0x3a657a(0x2bd)](_0x4b9b06,_0x27a4a2,_0x2bfbe3){const _0x38bb65=_0x3a657a;return _0x4d93e7['JSON1'][_0x38bb65(0x2e9)]['transform'](_0x4b9b06,_0x27a4a2,_0x2bfbe3);}static[_0x3a657a(0x229)](_0x269d00,_0x32f854,_0x51c01d='right'){const _0x2cccd0=_0x3a657a;return _0x269d00&&_0x269d00[_0x2cccd0(0x16d)]===0x2&&_0x269d00[0x0]==='body'&&_0x269d00[0x1]['et']===_0x326a29[_0x2cccd0(0x2e6)]?_0x326a29[_0x2cccd0(0x229)](_0x269d00[0x1]['e'],_0x32f854,_0x51c01d===_0x2cccd0(0x1d1)):_0x32f854;}}_0x4d93e7[_0x3a657a(0x186)][_0x3a657a(0x156)](_0x326a29);function _0x48a763(_0xf8565c,_0x13e02a,_0x28e44b='right'){const _0x3f042a=_0x3a657a,_0x1ce04b=[];for(const _0x262950 of _0x13e02a){const _0x350dc4=_0x4766a5[_0x3f042a(0x229)](_0xf8565c,_0x262950[_0x3f042a(0x217)],_0x28e44b),_0x56942c=_0x4766a5['transformPosition'](_0xf8565c,_0x262950['endOffset'],_0x28e44b),_0x48623e={..._0x262950,'startOffset':_0x350dc4,'endOffset':_0x56942c,'collapsed':_0x350dc4===_0x56942c};_0x1ce04b['push'](_0x48623e);}return _0x1ce04b;}const _0x3cdf2f=[{'m1':_0x4b5bf0[_0x3a657a(0x1d0)]['id'],'m2':_0x4b5bf0[_0x3a657a(0x1d0)]['id'],'handler'(_0x235d74,_0x45fd66){const _0x380397=_0x3a657a;if(_0x235d74['params'][_0x380397(0x2d6)]!==_0x45fd66[_0x380397(0x28f)][_0x380397(0x2d6)])return{'error':new Error(_0x380397(0x27a))};const _0x3acb2b=_0x4d93e7[_0x380397(0x218)][_0x380397(0x215)](_0x235d74),_0x2a347c=_0x4d93e7[_0x380397(0x218)][_0x380397(0x215)](_0x45fd66);return{'m1Prime':{..._0x3acb2b,'params':{..._0x3acb2b['params'],'actions':_0x4766a5[_0x380397(0x2bd)](_0x2a347c['params'][_0x380397(0x2ab)],_0x3acb2b[_0x380397(0x28f)][_0x380397(0x2ab)],'right'),'textRanges':_0x3acb2b[_0x380397(0x28f)][_0x380397(0x1b2)]?_0x48a763(_0x2a347c[_0x380397(0x28f)][_0x380397(0x2ab)],_0x3acb2b[_0x380397(0x28f)][_0x380397(0x1b2)],'right'):null}},'m2Prime':{..._0x2a347c,'params':{..._0x2a347c[_0x380397(0x28f)],'actions':_0x4766a5[_0x380397(0x2bd)](_0x3acb2b[_0x380397(0x28f)]['actions'],_0x2a347c[_0x380397(0x28f)][_0x380397(0x2ab)],'left'),'textRanges':_0x2a347c[_0x380397(0x28f)][_0x380397(0x1b2)]?_0x48a763(_0x3acb2b[_0x380397(0x28f)][_0x380397(0x2ab)],_0x2a347c[_0x380397(0x28f)][_0x380397(0x1b2)],_0x380397(0x161)):null}}};}}];var _0x6c9a09=(_0x370ef4,_0x4518a1,_0x5588c5,_0x4de844)=>{const _0x2ae231=_0x3a657a;for(var _0x1f2504=_0x4518a1,_0x44a350=_0x370ef4[_0x2ae231(0x16d)]-0x1,_0x31e5ad;_0x44a350>=0x0;_0x44a350--)(_0x31e5ad=_0x370ef4[_0x44a350])&&(_0x1f2504=_0x31e5ad(_0x1f2504)||_0x1f2504);return _0x1f2504;},_0x516087=(_0x227e63,_0x9a5424)=>(_0x1b2e66,_0x3735ff)=>_0x9a5424(_0x1b2e66,_0x3735ff,_0x227e63);_0xe5d0e0[_0x3a657a(0x1ae)]=class extends _0x4d93e7[_0x3a657a(0x16b)]{constructor(_0x5d83b2){const _0x243f63=_0x3a657a;super(),this[_0x243f63(0x193)]=_0x5d83b2,[..._0x3cdf2f][_0x243f63(0x1bf)](_0x4b9654=>{const _0x2a89fe=_0x243f63;this[_0x2a89fe(0x193)][_0x2a89fe(0x1d4)](_0x4b9654);});}},_0xe5d0e0['DocTransformController']=_0x6c9a09([_0x4d93e7[_0x3a657a(0x16f)](_0x4d93e7[_0x3a657a(0x2ac)][_0x3a657a(0x233)],_0xe5d0e0[_0x3a657a(0x1ae)]),_0x516087(0x0,_0x47d879)],_0xe5d0e0[_0x3a657a(0x1ae)]);function _0x43ab66(_0x1ec69e){const _0x4bed16=_0x3a657a;return{..._0x1ec69e,'mutations':_0x1ec69e[_0x4bed16(0x2ef)][_0x4bed16(0x192)](_0x11981d)};}function _0xb70736(_0x741d2f){const _0x4bec53=_0x3a657a;return _0x741d2f[_0x4bec53(0x192)](_0x4743a2=>({'id':_0x4743a2['id'],'params':JSON['parse'](_0x4743a2[_0x4bec53(0x15c)])}));}function _0x567501(_0x5e971d){const _0x4c4d92=_0x3a657a;return{..._0x5e971d,'mutations':_0x5e971d[_0x4c4d92(0x2ef)][_0x4c4d92(0x192)](_0x2b2c1e)};}function _0x11981d(_0x4e60bb){const _0x12c90a=_0x3a657a;return{'id':_0x4e60bb['id'],'params':JSON[_0x12c90a(0x17b)](_0x4e60bb['data'])};}function _0x2b2c1e(_0x4dc6b0){const _0x32e41a=_0x3a657a;return{'id':_0x4dc6b0['id'],'data':JSON['stringify'](_0x4dc6b0[_0x32e41a(0x28f)])};}var _0xa9db77=(_0x14719d=>(_0x14719d[_0x3a657a(0x168)]=_0x3a657a(0x1d3),_0x14719d[_0x3a657a(0x269)]=_0x3a657a(0x219),_0x14719d['SUBMIT_CHANGESET']='submit_changeset',_0x14719d[_0x3a657a(0x257)]=_0x3a657a(0x249),_0x14719d[_0x3a657a(0x1a5)]='changeset_rej',_0x14719d[_0x3a657a(0x2dc)]=_0x3a657a(0x236),_0x14719d['UPDATE_CURSOR']=_0x3a657a(0x2b8),_0x14719d[_0x3a657a(0x223)]=_0x3a657a(0x239),_0x14719d['USERS_LEAVE']='users_leave',_0x14719d['UNIT_DELETE']=_0x3a657a(0x1b1),_0x14719d[_0x3a657a(0x1b9)]=_0x3a657a(0x204),_0x14719d[_0x3a657a(0x1a8)]='liveshare.new_host',_0x14719d[_0x3a657a(0x14e)]=_0x3a657a(0x1f6),_0x14719d[_0x3a657a(0x2d3)]=_0x3a657a(0x17a),_0x14719d[_0x3a657a(0x2e8)]=_0x3a657a(0x2a6),_0x14719d['MSG_FOR_ERROR']=_0x3a657a(0x2e5),_0x14719d[_0x3a657a(0x268)]=_0x3a657a(0x270),_0x14719d))(_0xa9db77||{});const _0x109999=_0x1e5fc2=>{const _0x44340d=_0x3a657a,_0x3e2f6d={};if(!_0x1e5fc2)return{'cellValue':_0x1e5fc2,'styleRefMap':void 0x0};const _0x3a9b0d=[];return{'cellValue':new _0x4d93e7['ObjectMatrix'](_0x4d93e7[_0x44340d(0x218)][_0x44340d(0x215)](_0x1e5fc2))[_0x44340d(0x27e)]((_0x1731ff,_0x13ab2f,_0x136aef)=>{const _0x5f5b95=_0x44340d,_0x3e4571=_0x136aef&&_0x136aef['s'];if(_0x3e4571&&typeof _0x3e4571===_0x5f5b95(0x2b7)){const _0x3a712b=JSON[_0x5f5b95(0x286)](_0x3e4571),_0x2c4582=_0x3a9b0d[_0x5f5b95(0x28a)](_0x22e8a6=>_0x22e8a6===_0x3a712b);if(_0x2c4582>-0x1)_0x136aef['s']=''+_0x2c4582;else{const _0x30352d=_0x3a9b0d['push'](_0x3a712b)-0x1;_0x3e2f6d[_0x30352d]=_0x3e4571,_0x136aef['s']=''+_0x30352d;}}})[_0x44340d(0x24a)](),'styleRefMap':_0x3e2f6d};},_0x3456f3=(_0x357820,_0x328020)=>!_0x357820||!_0x328020?_0x357820:new _0x4d93e7[(_0x3a657a(0x199))](_0x4d93e7[_0x3a657a(0x218)][_0x3a657a(0x215)](_0x357820))[_0x3a657a(0x27e)]((_0x38388c,_0x4a9b0c,_0x14990c)=>{const _0x7eef71=_0x3a657a,_0x149ba2=_0x14990c&&_0x14990c['s'];if(_0x149ba2&&typeof _0x149ba2===_0x7eef71(0x203)){const _0x10d445=_0x328020[_0x149ba2];_0x10d445&&(_0x14990c['s']=_0x10d445);}})[_0x3a657a(0x24a)](),_0x3d3819=_0x4d93e7['createInterceptorKey'](_0x3a657a(0x1e5)),_0x6755d3=_0x4d93e7['createInterceptorKey'](_0x3a657a(0x1f7));class _0x24f0d0{constructor(){const _0x14d4f8=_0x3a657a;_0x4b6706(this,_0x14d4f8(0x2d1),new _0x4d93e7[(_0x14d4f8(0x2e7))]({'COMPRESS_MUTATION_APPLY':_0x3d3819,'COMPRESS_MUTATION_SEND':_0x6755d3})),this['_init']();}['_init'](){const _0x364e2c=_0x3a657a;this[_0x364e2c(0x2d1)][_0x364e2c(0x1f8)](this['interceptor'][_0x364e2c(0x1c4)]()[_0x364e2c(0x1e5)],{'priority':-0x1,'handler':_0x2bb951=>_0x2bb951}),this[_0x364e2c(0x2d1)][_0x364e2c(0x1f8)](this[_0x364e2c(0x2d1)][_0x364e2c(0x1c4)]()[_0x364e2c(0x1f7)],{'priority':-0x1,'handler':_0xa61290=>_0xa61290}),this[_0x364e2c(0x151)]();}[_0x3a657a(0x151)](){const _0x3a404b=_0x3a657a;this[_0x3a404b(0x2d1)][_0x3a404b(0x1f8)](this['interceptor'][_0x3a404b(0x1c4)]()['COMPRESS_MUTATION_APPLY'],{'handler':(_0x11b4ac,_0x1d35e1,_0x5c91bb)=>{const _0x5a986d=_0x3a404b;if(!_0x11b4ac)return _0x5c91bb(_0x11b4ac);const _0x206789=_0x11b4ac[_0x5a986d(0x192)](_0x1fb6c9=>{const _0x18ce6c=_0x5a986d;if(_0x1fb6c9['id']===_0x4757e2[_0x18ce6c(0x1bb)]['id']){const _0x234419=_0x1fb6c9[_0x18ce6c(0x28f)];if(!_0x234419[_0x18ce6c(0x1f0)])return _0x1fb6c9;const _0x54ea96=_0x3456f3(_0x234419[_0x18ce6c(0x16c)],_0x234419[_0x18ce6c(0x1f0)]);return{..._0x1fb6c9,'params':{..._0x234419,'cellValue':_0x54ea96}};}return _0x1fb6c9;});return _0x5c91bb(_0x206789);}}),this['interceptor'][_0x3a404b(0x1f8)](this[_0x3a404b(0x2d1)][_0x3a404b(0x1c4)]()[_0x3a404b(0x1f7)],{'handler':(_0x20d92b,_0x12f97b,_0x2384aa)=>{const _0x33b826=_0x3a404b;if(!_0x20d92b)return _0x2384aa(_0x20d92b);const _0x255844=_0x20d92b[_0x33b826(0x192)](_0x887fc4=>{const _0x44fa77=_0x33b826;if(_0x887fc4['id']===_0x4757e2[_0x44fa77(0x1bb)]['id']){const _0x1b7148=_0x887fc4[_0x44fa77(0x28f)];return _0x1b7148[_0x44fa77(0x1f0)]?_0x887fc4:{..._0x887fc4,'params':{..._0x1b7148,..._0x109999(_0x1b7148['cellValue'])}};}return _0x887fc4;});return _0x2384aa(_0x255844);}});}}var _0x207809=(_0x4cda1c,_0x1b6027,_0x3bf306,_0x71a57d)=>{const _0x64505d=_0x3a657a;for(var _0x5ea195=_0x1b6027,_0x141499=_0x4cda1c[_0x64505d(0x16d)]-0x1,_0x11ce9b;_0x141499>=0x0;_0x141499--)(_0x11ce9b=_0x4cda1c[_0x141499])&&(_0x5ea195=_0x11ce9b(_0x5ea195)||_0x5ea195);return _0x5ea195;},_0xe9350e=(_0x1623e6,_0x4d9e0b)=>(_0x3eb0af,_0x437143)=>_0x4d9e0b(_0x3eb0af,_0x437143,_0x1623e6);const _0x2d5c51=new Set([_0x4757e2[_0x3a657a(0x19d)]['id'],_0x4757e2[_0x3a657a(0x230)]['id']]);_0xe5d0e0[_0x3a657a(0x180)]=class{constructor(_0x5b9786,_0x3ae4c5){const _0x36d189=_0x3a657a;this[_0x36d189(0x220)]=_0x5b9786,this[_0x36d189(0x23d)]=_0x3ae4c5;}[_0x3a657a(0x18a)](_0x525c26){const _0x44a30c=_0x3a657a,_0x1fcabb=this['_univerInstanceService'][_0x44a30c(0x1ad)](_0x525c26);if(_0x1fcabb)return _0x1fcabb[_0x44a30c(0x1de)]();const _0x390cfc=this[_0x44a30c(0x220)][_0x44a30c(0x288)](_0x525c26);if(_0x390cfc)return _0x390cfc[_0x44a30c(0x1de)]();throw new Error(_0x44a30c(0x22a)+_0x525c26+'.');}[_0x3a657a(0x170)](_0x43bcde){const _0x387239=_0x3a657a,_0x43c70a=this[_0x387239(0x220)]['getUniverSheetInstance'](_0x43bcde);if(_0x43c70a){_0x43c70a[_0x387239(0x176)]();const _0x155cb0=_0x43c70a['getRev']();return this['_logService'][_0x387239(0x2d0)](_0x387239(0x22d),_0x387239(0x21d)+_0x43bcde+_0x387239(0x2da)+_0x155cb0+'.'),_0x155cb0;}const _0x5c9ce1=this['_univerInstanceService']['getUniverDocInstance'](_0x43bcde);if(_0x5c9ce1)return _0x5c9ce1[_0x387239(0x176)](),_0x5c9ce1['getRev']();throw new Error(_0x387239(0x22a)+_0x43bcde+'.');}},_0xe5d0e0[_0x3a657a(0x180)]=_0x207809([_0xe9350e(0x0,_0x4d93e7['IUniverInstanceService']),_0xe9350e(0x1,_0x4d93e7[_0x3a657a(0x181)])],_0xe5d0e0[_0x3a657a(0x180)]);var _0x1d5ae2=(_0x415448=>(_0x415448[_0x415448[_0x3a657a(0x213)]=0x0]=_0x3a657a(0x213),_0x415448[_0x415448['OK']=0x1]='OK',_0x415448[_0x415448[_0x3a657a(0x2d7)]=0x2]='INTERNAL_ERROR',_0x415448[_0x415448[_0x3a657a(0x15d)]=0x3]=_0x3a657a(0x15d),_0x415448[_0x415448[_0x3a657a(0x266)]=0x4]=_0x3a657a(0x266),_0x415448[_0x415448[_0x3a657a(0x1c9)]=0x5]='UNAUTHENTICATED',_0x415448[_0x415448[_0x3a657a(0x284)]=0x6]='ALREADY_EXISTS',_0x415448[_0x415448[_0x3a657a(0x285)]=0x7]=_0x3a657a(0x285),_0x415448[_0x415448[_0x3a657a(0x235)]=0x8]=_0x3a657a(0x235),_0x415448[_0x415448[_0x3a657a(0x277)]=0x1389]=_0x3a657a(0x277),_0x415448[_0x415448[_0x3a657a(0x272)]=0x1771]=_0x3a657a(0x272),_0x415448[_0x415448['APPLY_REJECT']=0x1b59]=_0x3a657a(0x1ce),_0x415448[_0x415448[_0x3a657a(0x1ef)]=0x1b5a]=_0x3a657a(0x1ef),_0x415448[_0x415448[_0x3a657a(0x165)]=0x1b5b]=_0x3a657a(0x165),_0x415448[_0x415448[_0x3a657a(0x1a9)]=0x1b5c]=_0x3a657a(0x1a9),_0x415448[_0x415448[_0x3a657a(0x278)]=0x1f41]=_0x3a657a(0x278),_0x415448[_0x415448['LICENSE_MAX_UNITS_EXCEEDED']=0x2329]=_0x3a657a(0x174),_0x415448[_0x415448[_0x3a657a(0x23e)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x415448[_0x415448[_0x3a657a(0x287)]=0x232b]=_0x3a657a(0x287),_0x415448[_0x415448[_0x3a657a(0x2a0)]=0x232c]=_0x3a657a(0x2a0),_0x415448[_0x415448[_0x3a657a(0x29e)]=0x232d]=_0x3a657a(0x29e),_0x415448[_0x415448[_0x3a657a(0x188)]=-0x1]='UNRECOGNIZED',_0x415448))(_0x1d5ae2||{});function _0xc5d83b(_0x3e72be){const _0xb36f24=_0x3a657a;return!!(_0x3e72be&&_0x3e72be[_0xb36f24(0x1a6)]&&_0x3e72be[_0xb36f24(0x1a6)]!==_0x1d5ae2['OK']&&_0x3e72be[_0xb36f24(0x1a6)]!=='OK');}var _0x150a63=(_0x3e4665=>(_0x3e4665[_0x3e4665[_0x3a657a(0x25e)]=0x0]=_0x3a657a(0x25e),_0x3e4665[_0x3e4665[_0x3a657a(0x200)]=0x1]=_0x3a657a(0x200),_0x3e4665[_0x3e4665[_0x3a657a(0x1f3)]=0x2]=_0x3a657a(0x1f3),_0x3e4665[_0x3e4665['UNIVER_SLIDE']=0x3]=_0x3a657a(0x173),_0x3e4665[_0x3e4665[_0x3a657a(0x188)]=-0x1]='UNRECOGNIZED',_0x3e4665))(_0x150a63||{});let _0x19a53d;const _0x273e40=new Uint8Array(0x10);function _0x22310f(){const _0x49159a=_0x3a657a;if(!_0x19a53d&&(_0x19a53d=typeof crypto<'u'&&crypto[_0x49159a(0x1a0)]&&crypto[_0x49159a(0x1a0)]['bind'](crypto),!_0x19a53d))throw new Error(_0x49159a(0x258));return _0x19a53d(_0x273e40);}const _0x569e6b=[];for(let _0x396551=0x0;_0x396551<0x100;++_0x396551)_0x569e6b['push']((_0x396551+0x100)[_0x3a657a(0x195)](0x10)[_0x3a657a(0x1aa)](0x1));function _0x17fa1d(_0x2e2075,_0x2d07da=0x0){return _0x569e6b[_0x2e2075[_0x2d07da+0x0]]+_0x569e6b[_0x2e2075[_0x2d07da+0x1]]+_0x569e6b[_0x2e2075[_0x2d07da+0x2]]+_0x569e6b[_0x2e2075[_0x2d07da+0x3]]+'-'+_0x569e6b[_0x2e2075[_0x2d07da+0x4]]+_0x569e6b[_0x2e2075[_0x2d07da+0x5]]+'-'+_0x569e6b[_0x2e2075[_0x2d07da+0x6]]+_0x569e6b[_0x2e2075[_0x2d07da+0x7]]+'-'+_0x569e6b[_0x2e2075[_0x2d07da+0x8]]+_0x569e6b[_0x2e2075[_0x2d07da+0x9]]+'-'+_0x569e6b[_0x2e2075[_0x2d07da+0xa]]+_0x569e6b[_0x2e2075[_0x2d07da+0xb]]+_0x569e6b[_0x2e2075[_0x2d07da+0xc]]+_0x569e6b[_0x2e2075[_0x2d07da+0xd]]+_0x569e6b[_0x2e2075[_0x2d07da+0xe]]+_0x569e6b[_0x2e2075[_0x2d07da+0xf]];}const _0x24f7bd={'randomUUID':typeof crypto<'u'&&crypto['randomUUID']&&crypto['randomUUID']['bind'](crypto)};function _0x1fc96d(_0x40fdca,_0x2d31e0,_0x1cb750){const _0x4695d0=_0x3a657a;if(_0x24f7bd[_0x4695d0(0x2ed)]&&!_0x2d31e0&&!_0x40fdca)return _0x24f7bd[_0x4695d0(0x2ed)]();_0x40fdca=_0x40fdca||{};const _0x3edf92=_0x40fdca[_0x4695d0(0x158)]||(_0x40fdca[_0x4695d0(0x297)]||_0x22310f)();return _0x3edf92[0x6]=_0x3edf92[0x6]&0xf|0x40,_0x3edf92[0x8]=_0x3edf92[0x8]&0x3f|0x80,_0x17fa1d(_0x3edf92);}var _0x1700e7=(_0xeedbdc,_0x5166c2,_0xb5fef3,_0x11f786)=>{const _0x52a6df=_0x3a657a;for(var _0x59c346=_0x5166c2,_0x4af8b1=_0xeedbdc[_0x52a6df(0x16d)]-0x1,_0x3ae51f;_0x4af8b1>=0x0;_0x4af8b1--)(_0x3ae51f=_0xeedbdc[_0x4af8b1])&&(_0x59c346=_0x3ae51f(_0x59c346)||_0x59c346);return _0x59c346;},_0x3efbab=(_0x1b25b5,_0xa62e3)=>(_0x5786df,_0x31d1b8)=>_0xa62e3(_0x5786df,_0x31d1b8,_0x1b25b5);_0xe5d0e0[_0x3a657a(0x155)]=class{constructor(_0x4f8a5f,_0x30b1b2,_0x547296,_0x1ebf85,_0x27d55e,_0x236e51,_0x3b29a8){const _0x514a05=_0x3a657a;this['_revisionService']=_0x4f8a5f,this[_0x514a05(0x220)]=_0x30b1b2,this['_snapshotServerService']=_0x547296,this[_0x514a05(0x185)]=_0x1ebf85,this[_0x514a05(0x1c1)]=_0x27d55e,this['_compressMutationService']=_0x236e51,this[_0x514a05(0x15a)]=_0x3b29a8;}async[_0x3a657a(0x241)](_0xc1f0b3,_0x3a4d81,_0x235370){const _0x2b60fb=_0x3a657a;var _0x4c2cf2;_0x235370===void 0x0&&(_0x235370={'metadata':{'x-feature-id':_0x1fc96d()}});const {snapshot:_0x4fccce,changesets:_0x328b4b,error:_0x1e81a4}=await this['_snapshotServerService'][_0x2b60fb(0x20c)](_0x235370,{'unitID':_0xc1f0b3,'type':_0x150a63[_0x2b60fb(0x1f3)],'revision':_0x3a4d81});if(_0xc5d83b(_0x1e81a4)||!_0x4fccce||!_0x4fccce[_0x2b60fb(0x29f)])throw new Error(_0x2b60fb(0x1d8));const _0x330582=(_0x4c2cf2=_0x328b4b==null?void 0x0:_0x328b4b[_0x2b60fb(0x16d)])!=null?_0x4c2cf2:0x0;if(_0x3a4d81!==0x0&&_0x4fccce[_0x2b60fb(0x1ac)]+_0x330582!==_0x3a4d81)throw new Error('[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!');const {workbook:_0x419647}=_0x4fccce,_0x1aaa3b=_0x419647[_0x2b60fb(0x157)]?Object['entries'](_0x419647[_0x2b60fb(0x157)])[_0x2b60fb(0x192)](([_0x58eb54,_0x3a6e53])=>{const _0x2d36d0=_0x2b60fb;var _0x4ffe89,_0x197f7c;return(_0x197f7c=(_0x4ffe89=_0x3a6e53['blocks'])==null?void 0x0:_0x4ffe89[_0x2d36d0(0x192)](_0x45fee8=>_0x45fee8))!=null?_0x197f7c:[];})[_0x2b60fb(0x28b)]():[],_0x5273b6=(await Promise['all'](_0x1aaa3b[_0x2b60fb(0x192)](_0x751aff=>this['_snapshotServerService'][_0x2b60fb(0x160)](_0x235370,{'unitID':_0xc1f0b3,'type':_0x150a63[_0x2b60fb(0x1f3)],'blockID':_0x751aff})[_0x2b60fb(0x206)](_0x5478f0=>_0x5478f0['block']))))['filter'](_0x5d3fc4=>!!_0x5d3fc4),_0x2d86d3=_0x4d93e7['transformSnapshotToWorkbookData'](_0x4fccce,_0x5273b6,_0x235370),_0x5648a=this[_0x2b60fb(0x220)]['createUnit'](_0x4d93e7['UniverInstanceType'][_0x2b60fb(0x1f3)],_0x2d86d3),_0xe5f248=this[_0x2b60fb(0x1a4)][_0x2b60fb(0x2d1)][_0x2b60fb(0x177)](this[_0x2b60fb(0x1a4)][_0x2b60fb(0x2d1)][_0x2b60fb(0x1c4)]()[_0x2b60fb(0x1e5)]);return _0x328b4b==null||_0x328b4b[_0x2b60fb(0x1bf)](_0x4164bd=>{const _0x2a7ce3=_0x2b60fb,_0x5837a9=_0x4164bd[_0x2a7ce3(0x2ef)]['map'](_0x36c20c=>({'id':_0x36c20c['id'],'params':JSON[_0x2a7ce3(0x17b)](_0x36c20c[_0x2a7ce3(0x15c)])}));({..._0x4164bd,'mutations':_0xe5f248(_0x5837a9,null)||_0x5837a9}['mutations']['forEach'](_0x338540=>this[_0x2a7ce3(0x185)][_0x2a7ce3(0x245)](_0x338540['id'],_0x338540[_0x2a7ce3(0x28f)])),this[_0x2a7ce3(0x1c8)][_0x2a7ce3(0x170)](_0xc1f0b3));}),_0x5648a;}async[_0x3a657a(0x208)](_0x101ff7,_0x326cab,_0x2a5d44){const _0x26c2cb=_0x3a657a;var _0x2e1176;_0x2a5d44===void 0x0&&(_0x2a5d44={'metadata':{'x-feature-id':_0x1fc96d()}});const {snapshot:_0x428484,changesets:_0x12b912,error:_0x102c71}=await this[_0x26c2cb(0x2c8)][_0x26c2cb(0x20c)](_0x2a5d44,{'unitID':_0x101ff7,'type':_0x150a63['UNIVER_DOC'],'revision':_0x326cab});if(_0xc5d83b(_0x102c71)||!_0x428484||!_0x428484[_0x26c2cb(0x2d8)])throw new Error(_0x26c2cb(0x1d8));const _0x51bb77=(_0x2e1176=_0x12b912==null?void 0x0:_0x12b912[_0x26c2cb(0x16d)])!=null?_0x2e1176:0x0;if(_0x326cab!==0x0&&_0x428484[_0x26c2cb(0x1ac)]+_0x51bb77!==_0x326cab)throw new Error(_0x26c2cb(0x171));const _0x296496=_0x4d93e7[_0x26c2cb(0x243)](_0x428484),_0x318ebf=this[_0x26c2cb(0x220)][_0x26c2cb(0x21a)](_0x4d93e7[_0x26c2cb(0x292)]['UNIVER_DOC'],_0x296496);return _0x12b912==null||_0x12b912[_0x26c2cb(0x1bf)](_0x51a98a=>{const _0x56e879=_0x26c2cb;_0x51a98a[_0x56e879(0x2ef)][_0x56e879(0x192)](_0x515f5f=>({'id':_0x515f5f['id'],'params':JSON[_0x56e879(0x17b)](_0x515f5f[_0x56e879(0x15c)])}))[_0x56e879(0x1bf)](_0x176c16=>this[_0x56e879(0x185)]['syncExecuteCommand'](_0x176c16['id'],_0x176c16[_0x56e879(0x28f)])),this['_revisionService'][_0x56e879(0x170)](_0x101ff7);}),_0x318ebf;}['save'](_0x52df4c,_0xa6bf58){const _0x3fdaf=_0x3a657a,_0x5051b8={..._0xa6bf58[_0x3fdaf(0x18f)]()};_0xa6bf58[_0x3fdaf(0x251)]()[_0x3fdaf(0x1bf)](_0x4afc74=>{const _0xd0d4ac=_0x3fdaf;_0x5051b8[_0xd0d4ac(0x2b6)][_0x4afc74[_0xd0d4ac(0x1ff)]()]=_0x4d93e7['Tools'][_0xd0d4ac(0x215)](_0x4afc74['getSnapshot']());});const _0x4673c3=this[_0x3fdaf(0x15a)]['getResources'](_0xa6bf58['getUnitId']());return _0x5051b8[_0x3fdaf(0x1fd)]=_0x4673c3,_0x5051b8;}[_0x3a657a(0x2d9)](_0x4ae17a,_0x3fe645){const _0x27f93b=_0x3a657a;return{..._0x3fe645[_0x27f93b(0x18f)]()};}},_0xe5d0e0[_0x3a657a(0x155)]=_0x1700e7([_0x3efbab(0x0,_0x5c1cba[_0x3a657a(0x175)](_0xe5d0e0[_0x3a657a(0x180)])),_0x3efbab(0x1,_0x4d93e7['IUniverInstanceService']),_0x3efbab(0x2,_0x4d93e7[_0x3a657a(0x227)]),_0x3efbab(0x3,_0x4d93e7[_0x3a657a(0x1c3)]),_0x3efbab(0x4,_0x5c1cba['Inject'](_0x5c1cba['Injector'])),_0x3efbab(0x5,_0x5c1cba['Inject'](_0x24f0d0)),_0x3efbab(0x6,_0x5c1cba[_0x3a657a(0x175)](_0x4d93e7['IResourceManagerService']))],_0xe5d0e0['SnapshotService']);var _0x9fa359=(_0x13f823,_0x264703,_0x51ac79,_0x28daab)=>{const _0xfe9f07=_0x3a657a;for(var _0x19528f=_0x264703,_0xb67249=_0x13f823[_0xfe9f07(0x16d)]-0x1,_0xc17335;_0xb67249>=0x0;_0xb67249--)(_0xc17335=_0x13f823[_0xb67249])&&(_0x19528f=_0xc17335(_0x19528f)||_0x19528f);return _0x19528f;},_0x19a909=(_0x5dc8e7,_0xb02b58)=>(_0x59ab62,_0x5c5899)=>_0xb02b58(_0x59ab62,_0x5c5899,_0x5dc8e7);const _0x314ba0=_0x3a657a(0x2e4);_0xe5d0e0[_0x3a657a(0x23c)]=(_0x55014a=class extends _0x4d93e7[_0x3a657a(0x1fa)]{constructor(_0xb5f535={},_0x34c784){const _0x2f6082=_0x3a657a;super(),this['_config']=_0xb5f535,this[_0x2f6082(0x1c1)]=_0x34c784;}[_0x3a657a(0x2c2)](_0x453624){const _0x232d94=_0x3a657a;[[_0xe5d0e0[_0x232d94(0x180)]],[_0xe5d0e0[_0x232d94(0x1a3)]],[_0xe5d0e0[_0x232d94(0x1ae)]],[_0xe5d0e0['SnapshotService']],[_0x47d879,{'useClass':_0x573e0d}],[_0x24f0d0]][_0x232d94(0x1bf)](_0x5299d2=>_0x453624[_0x232d94(0x1ea)](_0x5299d2));}},_0x4b6706(_0x55014a,_0x3a657a(0x164),_0x314ba0),_0x55014a),_0xe5d0e0['CollaborationPlugin']=_0x9fa359([_0x19a909(0x1,_0x5c1cba[_0x3a657a(0x175)](_0x5c1cba[_0x3a657a(0x15b)]))],_0xe5d0e0[_0x3a657a(0x23c)]);const _0x39c9ff={[_0x4d93e7['UniverInstanceType']['UNIVER_DOC']]:_0x150a63[_0x3a657a(0x200)],[_0x4d93e7[_0x3a657a(0x292)][_0x3a657a(0x1f3)]]:_0x150a63[_0x3a657a(0x1f3)],[_0x4d93e7['UniverInstanceType'][_0x3a657a(0x173)]]:_0x150a63[_0x3a657a(0x173)],[_0x4d93e7[_0x3a657a(0x292)][_0x3a657a(0x25e)]]:_0x150a63[_0x3a657a(0x25e)]};function _0x3f1c2d(_0x3e15f2){const _0x50a273=_0x3a657a;var _0x4e1753;return(_0x4e1753=_0x39c9ff[_0x3e15f2])!=null?_0x4e1753:_0x150a63[_0x50a273(0x25e)];}_0xe5d0e0['CollaborationEvent']=_0xa9db77,_0xe5d0e0['CompressMutationService']=_0x24f0d0,_0xe5d0e0[_0x3a657a(0x17d)]=_0x47d879,_0xe5d0e0[_0x3a657a(0x261)]=_0x2d5c51,_0xe5d0e0[_0x3a657a(0x167)]=_0x573e0d,_0xe5d0e0[_0x3a657a(0x232)]=_0x3432a0,_0xe5d0e0[_0x3a657a(0x1b4)]=_0x2c8a53,_0xe5d0e0[_0x3a657a(0x2e1)]=_0x3ee6d7,_0xe5d0e0[_0x3a657a(0x254)]=_0x4879bd,_0xe5d0e0[_0x3a657a(0x253)]=_0x40b114,_0xe5d0e0['isTransformMutationsSuccess']=_0x574f0a,_0xe5d0e0[_0x3a657a(0x150)]=_0x2e0359,_0xe5d0e0[_0x3a657a(0x1b3)]=_0x4298e0,_0xe5d0e0['makeArray']=_0x2c9bc8,_0xe5d0e0[_0x3a657a(0x28c)]=_0x3f1c2d,_0xe5d0e0[_0x3a657a(0x196)]=_0x567501,_0xe5d0e0[_0x3a657a(0x2f2)]=_0x2b2c1e,_0xe5d0e0[_0x3a657a(0x2d2)]=_0x43ab66,_0xe5d0e0[_0x3a657a(0x2ec)]=_0xb70736,_0xe5d0e0[_0x3a657a(0x1e8)]=_0x11981d,Object[_0x3a657a(0x250)](_0xe5d0e0,Symbol[_0x3a657a(0x25d)],{'value':_0x3a657a(0x265)});}));
1
+ function _0x39d6(){const _0x54f47c=['flat','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','syncExecuteCommand','_univerInstanceService','ruleId','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','intercept','subtract','ObjectMatrix','CHANGESET_REJ','SetSheetsFilterRangeMutation','INTERNAL_ERROR','paragraphs','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','endRow','_leftInclineTransformMutations','liveshare.request_host','[SnapshotService]:\x20request\x20snapshot\x20error!','Inject','7700Wmturw','len','CHANGESET_ACK','move\x20col\x20is\x20conflict\x20with\x20move\x20range','uid','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','insert\x20col\x20is\x20conflict\x20with\x20move\x20col','defineProperty','3ZusTUp','createInterceptorKey','UNRECOGNIZED','function','parentId','isMergedMainCell','forEach','PERMISSION_REJ','textRanges','SnapshotService','RemoveHyperLinkMutation','RANGE','formula1','paragraphStyle','UniverSheets','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range','UNIVER_COLLABORATION_PLUGIN','JSON1','amd','generateStringWithSequence','splice','end','1270ngtutp','153186XVkpNi','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','right','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','random','toStringTag','get','bullet','RemoveSheetMutation','ALREADY_EXISTS','_resourceManagerService','handleDefaultRangeChangeWithEffectRefCommands','UpdateHyperLinkMutation','body','InsertColCommand','singleReferenceToGrid','RemoveDataValidationMutation','transformMutationsWithChangeset','SetColVisibleMutation','values','FETCH_MISSING','getUniverSheetInstance','LifecycleStages','AddCommentMutation','TextX','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','normalizeTextRuns','MoveRowsCommand','some','step','InterceptorManager','Disposable','ISnapshotServerService','Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!','AddWorksheetProtectionMutation','parseProtocolCommand','max','peekType','parseChangesetToProtocol','MoveRangeMutation','_compressMutationService','length','remove\x20row\x20is\x20conflict\x20with\x20move\x20row','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order','LexerTreeBuilder','subUnitId','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','INVALID_ARGUMENT','RemoveColCommand','PSEUDO_FETCH_MISSING_RESULT','sheets','revision','IUniverInstanceService','string','payload','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','peekLength','Rectangle','SetWorksheetOrderMutation','segmentId','[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20','next','YUUMI_UNABLE_LOAD_URL','concat','NEW_CHANGESETS','getSheets','data','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','_transformMap','InsertRowCommand','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet','AddHyperLinkMutation','SetWorksheetColWidthMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','randomUUID','link','m2Prime','transformSnapshotToWorkbookData','getRev','cellValue','row','liveshare.new_host','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','actions','add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','sheet','@univerjs/sheets','UniverCore','COMPRESS_MUTATION_SEND','move\x20row\x20is\x20conflict\x20with\x20move\x20row','baseRev','type','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','SheetTransformController','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','REFERENCE','YUUMI_URL_COL_OUT_OF_RANGE','SetFrozenMutation','saveDoc','isMerged','ref','liveshare.fetch_operations','changeset_rej','blockMeta','value','actualRow','MoveRowsMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','getDataRange','_transformService','transform','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','SetRangeProtectionMutation','color','[TransformService]\x20Transform\x20algorithm\x20for\x20','stringify','UNIVER_DOC','UniverSheetsFilter','text-x','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','loadDoc','merge','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','SetConditionalRuleMutation','@wendellhu/redi','set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','LIVESHARE_TERMINATE','Data\x20stream\x20is\x20not\x20supported\x20in\x20transform.','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','Injector','LIVESHARE_OPERATION','users_enter','DocTransformController','unitId','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','isTransformMutationsSuccess','parseProtocolMutation','@univerjs/thread-comment','RemoveRowMutation','mutations','SetSelectionsOperation','RangeMergeUtil','LICENSE_DISTRO_REJECTED','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','LICENSE_EXPORT_SIZE_EXCEEDED','@univerjs/sheets-filter','@univerjs/core','UniverThreadComment','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','getSnapshot','APPLY_REVISION_CONFILICT','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','rev','filter','_commandService','has','permission_rej','Tools','UpdateHyperLinkRefMutation','UniverSheetsHyperLink','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','RichTextEditingMutation','@univerjs/sheets-hyper-link','transformPosition','MoveColsCommand','UpdateDataValidationMutation','handleBaseInsertRange','deserializeRangeWithSheet','update_cursor','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','RANGE_TYPE','queryObjectMatrix','index','6183iACjzR','startRow','symbol','_revisionService','_init','_config','interceptor','SetColHiddenMutation','APPLY_NON_SEQUENTIAL_REVISION','isTransformMutationsWithChangesetSuccess','set','Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','pluginName','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','rules','InsertColMutation','SNAPSHOT_INVALID_SNAPSHOT','left','formula2','SetNumfmtMutation','RemoveSheetsFilterMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','slice','_injector','pseudo_fetch_missing_result','actualColumn','[RevisionService]:\x20Cannot\x20find\x20document\x20with\x20unitID:\x20','APPLY_PERMISSION_DENIED','SetWorksheetNameMutation','CHANGESET_REVISION_CONFILICT','UniverInstanceType','any','handler','makeArray','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','COMPLETION_FINISHED','serializeRangeToRefString','UpdateCommentRefMutation','ErrorType','LICENSE_MAX_UNITS_EXCEEDED','Module','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','UNIVER_SHEET','push','toString','block','startOffset','AddRangeProtectionMutation','transformSnapshotToDocumentData','primary','moveRows','2080160oSBFYA','COMPRESS_MUTATION_APPLY','intersects','AddDataValidationMutation','changeset_ack','TOO_MANY_REQUESTS','moveColumns','trimEndUselessRetainAction','error','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col','getRandomValues','getUniverDocInstance','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','SetRowVisibleMutation','ranges','AddConditionalRuleMutation','310180woiETK','min','JSONX','targetRange','liveshare.operation','Trying\x20to\x20mutation\x20a\x20deleted\x20worksheet!','@univerjs/engine-formula','getUnitOnRev','MoveColsMutation','range','handleCommonDefaultRangeChangeWithEffectRefCommands','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','TextXActionType','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','110QjvPwK','isArray','getCurrentRevForDocument','AddWorksheetMergeMutation','UpdateCommentMutation','all','INSERT','InsertRowMutation','getResources','transformMutations','dispose','SETTING','move\x20row\x20is\x20conflict\x20with\x20move\x20range','sort','UNAUTHENTICATED','getOwnPropertyDescriptor','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col','unshift','isTransformMutationsFailure','LICENSE_IMPORT_SIZE_EXCEEDED','ERROR','getValue','RemoveNumfmtMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','SUBMIT_CHANGESET','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','SetTabColorMutation','COLUMN','isFormulaString','textRuns','RemoveColMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','commentId','LIVESHARE_REQUEST_HOST','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','\x20and\x20','DeleteCommentMutation','isTransformMutationFailure','selections','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','APPLY_REJECT','sourceRange','hasNext','start','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','comment','RemoveRowCommand','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','retain','isRangesEqual','SetRangeValuesMutation','156eHtldP','find','keys','handleBaseRemoveRange','startIndex','styleRefMap','handleBaseMoveRowsCols','order','m1Prime','users_leave','Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','DeleteConditionalRuleMutation','NOT_FOUND','text-x-pro','OnLifecycle','onStarting','ActionIterator','add','getSheetId','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','liveshare.terminate','UniverEngineFormula','setValue','forValue','RevisionService','UPDATE_CURSOR','parse','getMatrix','isTransformMutationSuccess','CONNECTOR_DATA_TOO_LARGE','Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.','_rightInclineTransformMutations','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','rotateRange','registerTransformAlgorithm','bind','Remove-cols\x20has\x20conflicts\x20with\x20move-range','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row','map','deepClone','Range','createUnit','add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','save','serialize','PERMISSION_DENIED','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','serializeRange','Starting','sequenceNodesBuilder','size','object','findIndex','toOrder','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','code','TransformService','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','InsertSheetMutation','remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','RemoveWorksheetMergeMutation','UniverCollaborationPlugin','UNIVER_SLIDE','EmptyMutation','@univerjs/data-validation','fetchThroughInterceptors','foreach','workbook','@univerjs/docs','SetRowHiddenMutation','loadSheet','Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.','Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!','rule','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','fill','UNIVER_UNKNOWN','incrementRev','startColumn','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','hasOwnProperty','params','ITransformService','dataStream','rng','reduce','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col','name','UNIT_DELETE','_snapshotServerService','endColumn','DELETE','SetSheetsFilterCriteriaMutation','incrementRevForDocument','transformMutation','doc','sequenceNodeType','MoveConditionalRuleMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment','getUnitId','UNDEFINED','fromOrder','getInterceptPoints','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','from','nodeType','createIdentifier','column','UpdateRuleType','removeColumns','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row','466655pswlJu','move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt'];_0x39d6=function(){return _0x54f47c;};return _0x39d6();}function _0x251f(_0x28df99,_0x4c6a4f){const _0x39d644=_0x39d6();return _0x251f=function(_0x251fe7,_0x3c1000){_0x251fe7=_0x251fe7-0x173;let _0x57357e=_0x39d644[_0x251fe7];return _0x57357e;},_0x251f(_0x28df99,_0x4c6a4f);}(function(_0x1d14aa,_0x5d0fd3){const _0x55e1b7=_0x251f,_0x585eae=_0x1d14aa();while(!![]){try{const _0x2e138a=-parseInt(_0x55e1b7(0x194))/0x1+-parseInt(_0x55e1b7(0x195))/0x2+-parseInt(_0x55e1b7(0x17e))/0x3*(-parseInt(_0x55e1b7(0x28e))/0x4)+-parseInt(_0x55e1b7(0x343))/0x5+-parseInt(_0x55e1b7(0x2d0))/0x6*(parseInt(_0x55e1b7(0x176))/0x7)+parseInt(_0x55e1b7(0x27d))/0x8+-parseInt(_0x55e1b7(0x247))/0x9*(parseInt(_0x55e1b7(0x29c))/0xa);if(_0x2e138a===_0x5d0fd3)break;else _0x585eae['push'](_0x585eae['shift']());}catch(_0x4e1288){_0x585eae['push'](_0x585eae['shift']());}}}(_0x39d6,0x1fca6),function(_0x5a47ed,_0x3f74f7){const _0x28408d=_0x251f;typeof exports==_0x28408d(0x307)&&typeof module<'u'?_0x3f74f7(exports,require(_0x28408d(0x22c)),require(_0x28408d(0x215)),require(_0x28408d(0x1ee)),require(_0x28408d(0x294)),require('@univerjs/sheets-conditional-formatting'),require(_0x28408d(0x314)),require(_0x28408d(0x22b)),require(_0x28408d(0x222)),require(_0x28408d(0x23c)),require(_0x28408d(0x318))):typeof define==_0x28408d(0x181)&&define[_0x28408d(0x190)]?define(['exports',_0x28408d(0x22c),'@wendellhu/redi',_0x28408d(0x1ee),_0x28408d(0x294),'@univerjs/sheets-conditional-formatting',_0x28408d(0x314),_0x28408d(0x22b),_0x28408d(0x222),_0x28408d(0x23c),_0x28408d(0x318)],_0x3f74f7):(_0x5a47ed=typeof globalThis<'u'?globalThis:_0x5a47ed||self,_0x3f74f7(_0x5a47ed['UniverCollaboration']={},_0x5a47ed[_0x28408d(0x1ef)],_0x5a47ed[_0x28408d(0x215)],_0x5a47ed[_0x28408d(0x18c)],_0x5a47ed[_0x28408d(0x2e6)],_0x5a47ed['UniverSheetsConditionalFormatting'],_0x5a47ed['UniverDataValidation'],_0x5a47ed[_0x28408d(0x20e)],_0x5a47ed[_0x28408d(0x22d)],_0x5a47ed[_0x28408d(0x239)],_0x5a47ed['UniverDocs']));}(this,function(_0x49fcf4,_0x2d3a6d,_0x34a436,_0x10971e,_0x2efe67,_0x492e85,_0x3a55d1,_0xf76435,_0x36f79e,_0x42cb3e,_0x4e14fa){'use strict';const _0x485413=_0x251f;var _0x318736=Object[_0x485413(0x17d)],_0x2861c6=(_0x4ddb81,_0x1135a6,_0x816074)=>_0x1135a6 in _0x4ddb81?_0x318736(_0x4ddb81,_0x1135a6,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x816074}):_0x4ddb81[_0x1135a6]=_0x816074,_0x175c3b=(_0x51e389,_0x15fb02,_0x589d6e)=>(_0x2861c6(_0x51e389,typeof _0x15fb02!=_0x485413(0x249)?_0x15fb02+'':_0x15fb02,_0x589d6e),_0x589d6e),_0x535538;function _0x29bef1(_0x405221){const _0xc12b43=_0x485413;return!!_0x405221[_0xc12b43(0x285)];}function _0x11b791(_0x21f8d3){return!_0x29bef1(_0x21f8d3);}function _0x32d234(_0x3dfb36){const _0x42669f=_0x485413;return!!_0x3dfb36[_0x42669f(0x285)];}function _0x3c3b60(_0x559a20){const _0x32f687=_0x485413;return!!_0x559a20[_0x32f687(0x285)];}function _0x3cf301(_0x291123){return!_0x3c3b60(_0x291123);}function _0x14b959(_0x327337){const _0xd82e29=_0x485413;return!!_0x327337[_0xd82e29(0x285)];}function _0x11b082(_0x5ce20d){return!_0x14b959(_0x5ce20d);}function _0x55cbc7(_0xfbe024){const _0x2476b9=_0x485413;return!!_0xfbe024[_0x2476b9(0x285)];}function _0x1a4d4c(_0x3e4891){return!_0x55cbc7(_0x3e4891);}const _0x330b7f=_0x34a436[_0x485413(0x33e)]('univer-pro.collaboration.transform-service');class _0x415b28 extends _0x2d3a6d['Disposable']{constructor(){const _0x435fa7=_0x485413;super(...arguments),_0x175c3b(this,_0x435fa7(0x1db),new Map());}[_0x485413(0x2a6)](){this['_transformMap']['clear']();}['registerTransformAlgorithm'](_0x4dcede){const _0x539b2b=_0x485413,{m1:_0x52b284,m2:_0x817b6b=_0x539b2b(0x269)}=_0x4dcede;this['_transformMap'][_0x539b2b(0x235)](_0x52b284)||this['_transformMap'][_0x539b2b(0x251)](_0x52b284,new Map());const _0x1df7d4=this['_transformMap'][_0x539b2b(0x19d)](_0x52b284);if(_0x1df7d4[_0x539b2b(0x235)](_0x817b6b))throw new Error(_0x539b2b(0x20b)+_0x52b284+_0x539b2b(0x2c0)+_0x817b6b+'\x20already\x20exists.');_0x1df7d4[_0x539b2b(0x251)](_0x817b6b,_0x4dcede);}[_0x485413(0x332)](_0x2c8008,_0x489d0c,_0x1f9324){const _0x4a2e5f=_0x485413;var _0x1ea8b6,_0x13f788,_0x317085,_0xf17480,_0x27766a,_0x537e68;const _0x24eb60=this[_0x4a2e5f(0x1db)],_0x5a26d4=((_0x1ea8b6=_0x24eb60[_0x4a2e5f(0x19d)](_0x2c8008['id']))==null?void 0x0:_0x1ea8b6[_0x4a2e5f(0x19d)](_0x489d0c['id']))||((_0x13f788=_0x24eb60[_0x4a2e5f(0x19d)](_0x2c8008['id']))==null?void 0x0:_0x13f788['get']('any'))||((_0x317085=_0x24eb60['get'](_0x4a2e5f(0x269)))==null?void 0x0:_0x317085[_0x4a2e5f(0x19d)](_0x489d0c['id']));if(_0x5a26d4)return _0x1f9324?_0x5a26d4[_0x4a2e5f(0x26a)](_0x2c8008,_0x489d0c,_0x1f9324):_0x5a26d4[_0x4a2e5f(0x26a)](_0x2c8008,_0x489d0c);const _0x1655f1=((_0xf17480=_0x24eb60[_0x4a2e5f(0x19d)](_0x489d0c['id']))==null?void 0x0:_0xf17480[_0x4a2e5f(0x19d)](_0x2c8008['id']))||((_0x27766a=_0x24eb60[_0x4a2e5f(0x19d)](_0x489d0c['id']))==null?void 0x0:_0x27766a[_0x4a2e5f(0x19d)](_0x4a2e5f(0x269)))||((_0x537e68=_0x24eb60['get'](_0x4a2e5f(0x269)))==null?void 0x0:_0x537e68[_0x4a2e5f(0x19d)](_0x2c8008['id']));if(_0x1655f1){const _0xc26aaf=_0x1f9324?_0x1655f1[_0x4a2e5f(0x26a)](_0x489d0c,_0x2c8008,_0x1f9324):_0x1655f1['handler'](_0x489d0c,_0x2c8008);return _0x11b791(_0xc26aaf)?_0x1f9324?{'m2Prime':_0xc26aaf['m1Prime']}:{'m2Prime':_0xc26aaf[_0x4a2e5f(0x2d8)],'m1Prime':_0xc26aaf[_0x4a2e5f(0x1e4)]}:_0xc26aaf;}return{'m1Prime':_0x2c8008,'m2Prime':_0x489d0c};}[_0x485413(0x2a5)](_0x5844ef,_0x1c2290,_0x57f3a6){const _0x155276=_0x485413,_0x22d80e=this[_0x155276(0x2f0)](_0x5844ef,_0x1c2290);if(_0x32d234(_0x22d80e))return _0x22d80e;if(_0x57f3a6)return{'m2Prime':_0x22d80e};const _0x27cf2b=this[_0x155276(0x354)](_0x5844ef,_0x1c2290);return _0x32d234(_0x27cf2b)?_0x27cf2b:{'m1Prime':_0x27cf2b,'m2Prime':_0x22d80e};}['_rightInclineTransformMutations'](_0x423b86,_0x13842e){const _0x304446=_0x485413,_0x25c346=_0x423b86['length'];let _0x26e8ce;for(_0x26e8ce=0x0;_0x26e8ce<_0x25c346;_0x26e8ce++){let _0x580387=[_0x423b86[_0x26e8ce]],_0x4a0fe7=[];for(let _0x1dcbec=0x0,_0x218c24=_0x13842e[_0x304446(0x1c0)];_0x1dcbec<_0x218c24;_0x1dcbec++){const _0x1a5112=_0x13842e[_0x1dcbec];let _0x1c86f0;if(_0x580387[_0x304446(0x1c0)]===0x0)_0x1c86f0=[_0x1a5112],_0x580387=[];else{if(_0x580387[_0x304446(0x1c0)]===0x1){const _0xf8294=this['transformMutation'](_0x580387[0x0],_0x1a5112);if(_0x29bef1(_0xf8294))return _0xf8294;if(_0x1c86f0=_0x5cd7ce(_0xf8294[_0x304446(0x1e4)]),!_0xf8294[_0x304446(0x2d8)])throw new Error('Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.');_0x580387=_0x5cd7ce(_0xf8294[_0x304446(0x2d8)]);}else{const _0x4c8d89=this[_0x304446(0x2f0)](_0x580387,[_0x1a5112]);if(_0x4c8d89['error'])return _0x4c8d89;if(_0x1c86f0=_0x4c8d89,_0x1dcbec<_0x218c24-0x1){const _0x534668=this[_0x304446(0x354)](_0x580387,[_0x1a5112]);if(_0x534668[_0x304446(0x285)])return _0x534668;_0x580387=_0x534668;}}}_0x4a0fe7=_0x4a0fe7[_0x304446(0x1d6)](_0x1c86f0);}_0x13842e=_0x4a0fe7;}return _0x13842e;}[_0x485413(0x354)](_0x59616f,_0x4566ea){const _0x1d38c0=_0x485413,_0x569f2e=_0x4566ea[_0x1d38c0(0x1c0)];let _0x5198ab;for(_0x5198ab=0x0;_0x5198ab<_0x569f2e;_0x5198ab++){let _0x3b0327=[_0x4566ea[_0x5198ab]],_0xd2050b=[];for(let _0x56bdc1=0x0,_0x31e481=_0x59616f['length'];_0x56bdc1<_0x31e481;_0x56bdc1++){const _0x62399=_0x59616f[_0x56bdc1];let _0x5cd755;if(_0x3b0327[_0x1d38c0(0x1c0)]===0x0)_0x5cd755=[_0x62399],_0x3b0327=[];else{if(_0x3b0327[_0x1d38c0(0x1c0)]===0x1){const _0x2d598c=this[_0x1d38c0(0x332)](_0x62399,_0x3b0327[0x0]);if(_0x29bef1(_0x2d598c))return _0x2d598c;if(!_0x2d598c[_0x1d38c0(0x2d8)])throw new Error(_0x1d38c0(0x30d));_0x5cd755=_0x5cd7ce(_0x2d598c[_0x1d38c0(0x2d8)]),_0x3b0327=_0x5cd7ce(_0x2d598c[_0x1d38c0(0x1e4)]);}else{const _0x5ddc8c=this[_0x1d38c0(0x354)]([_0x62399],_0x3b0327);if(_0x5ddc8c[_0x1d38c0(0x285)])return _0x5ddc8c;if(_0x5cd755=_0x5ddc8c,_0x56bdc1<_0x31e481-0x1){const _0x5efb2f=this[_0x1d38c0(0x2f0)]([_0x62399],_0x3b0327);if(_0x5efb2f[_0x1d38c0(0x285)])return _0x5efb2f;_0x3b0327=_0x5efb2f;}}}_0xd2050b=_0xd2050b[_0x1d38c0(0x1d6)](_0x5cd755);}_0x59616f=_0xd2050b;}return _0x59616f;}['transformChangesets'](_0x5e86f7,_0x53a8a3,_0x443ef4){const _0xef1320=_0x485413;if(!_0x489722(_0x5e86f7,_0x53a8a3))return{'error':new Error(_0xef1320(0x1d3)+_0x53a8a3[0x0][_0xef1320(0x1f2)]+'\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20'+_0x5e86f7[0x0]['revision']+'.')};const _0x306bd7=_0x5e86f7[_0xef1320(0x1c0)],_0x1b5de5=_0x53a8a3[_0xef1320(0x1c0)],_0x4154ee=_0x2dee35(_0x306bd7,_0x1b5de5+0x1),_0x1562ed=_0x2dee35(_0x306bd7+0x1,_0x1b5de5);_0x5e86f7[_0xef1320(0x184)]((_0x5f5469,_0x34cc24)=>_0x4154ee[_0x34cc24][0x0]=_0x5f5469),_0x53a8a3[_0xef1320(0x184)]((_0x35b617,_0x470122)=>_0x1562ed[0x0][_0x470122]=_0x35b617);try{for(let _0x37a351=0x0;_0x37a351<_0x1b5de5;_0x37a351++)for(let _0x4df920=0x0;_0x4df920<_0x306bd7;_0x4df920++){const _0x5e74aa=_0x1562ed[_0x4df920][_0x37a351],_0x3ba221=_0x4154ee[_0x4df920][_0x37a351];if(!_0x5e74aa||!_0x3ba221)throw new Error(_0xef1320(0x1b8));const _0x3b1300=this[_0xef1320(0x2a5)](_0x3ba221[_0xef1320(0x224)],_0x5e74aa['mutations']);if(_0x3c3b60(_0x3b1300))throw _0x3b1300['error'];_0x1562ed[_0x4df920+0x1][_0x37a351]={..._0x5e74aa,'mutations':_0x3b1300['m2Prime']},_0x4154ee[_0x4df920][_0x37a351+0x1]={..._0x3ba221,'mutations':_0x3b1300['m1Prime']};}return _0x443ef4?{'c2Prime':_0x1562ed[_0x306bd7]}:{'c1Prime':_0x4154ee[_0xef1320(0x2f8)](_0x592a74=>_0x592a74[_0x1b5de5])[_0xef1320(0x345)](),'c2Prime':_0x1562ed[_0x306bd7]};}catch(_0x1ca9ec){throw console[_0xef1320(0x285)](_0x1ca9ec),_0x1ca9ec;}}[_0x485413(0x1a8)](_0x3150cd,_0x23987d){const _0x1c3df4=_0x485413,_0x42f757=_0x3150cd['mutations'],_0x31e812=this[_0x1c3df4(0x2a5)](_0x42f757,_0x23987d);return _0x3c3b60(_0x31e812)?{'error':_0x31e812['error']}:{'m2Prime':_0x31e812[_0x1c3df4(0x1e4)],'c1Prime':{..._0x3150cd,'mutations':_0x31e812[_0x1c3df4(0x2d8)]}};}}function _0x489722(_0x19f7a6,_0x5b6a47){const _0x540934=_0x485413;return _0x19f7a6[0x0][_0x540934(0x1ca)]-0x1===_0x5b6a47[0x0][_0x540934(0x1f2)];}function _0x2dee35(_0x3ac110,_0x55d608){const _0x50e7bc=_0x485413;return new Array(_0x3ac110)[_0x50e7bc(0x31f)](void 0x0)[_0x50e7bc(0x2f8)](()=>new Array(_0x55d608));}function _0x5cd7ce(_0x447265){const _0xb631bd=_0x485413;return Array[_0xb631bd(0x29d)](_0x447265)?_0x447265:[_0x447265];}function _0x5d6a03(_0x4ad184){const _0x36c89b=_0x485413;return{..._0x4ad184,'rangeType':_0x2d3a6d['RANGE_TYPE'][_0x36c89b(0x2b8)]};}function _0x37b569(_0x211684,_0x54293e,_0x50d9b5,_0x1cd12e){const _0x3fbd8f=_0x485413;if(_0x1cd12e<0x0){for(let _0x52777e=_0x54293e;_0x52777e<_0x54293e+_0x50d9b5;_0x52777e++)if(_0x211684['hasOwnProperty'](_0x52777e)){_0x211684[_0x3fbd8f(0x324)](_0x52777e+_0x1cd12e)||(_0x211684[_0x52777e+_0x1cd12e]={});const _0x2a7c11=_0x211684[_0x52777e],_0x4ecec0=Object[_0x3fbd8f(0x2d2)](_0x2a7c11)['map'](Number)[_0x3fbd8f(0x2a9)]((_0x8896b6,_0x5153f2)=>_0x8896b6-_0x5153f2);for(const _0x47966a of _0x4ecec0)_0x211684[_0x52777e+_0x1cd12e][_0x47966a]=_0x2a7c11[_0x47966a];delete _0x211684[_0x52777e];}else delete _0x211684[_0x52777e+_0x1cd12e];}else{for(let _0x5d35ce=_0x54293e+_0x50d9b5-0x1;_0x5d35ce>=_0x54293e;_0x5d35ce--)if(_0x211684[_0x3fbd8f(0x324)](_0x5d35ce)){_0x211684[_0x3fbd8f(0x324)](_0x5d35ce+_0x1cd12e)||(_0x211684[_0x5d35ce+_0x1cd12e]={});const _0x1caeac=_0x211684[_0x5d35ce],_0xb1c53a=Object[_0x3fbd8f(0x2d2)](_0x1caeac)[_0x3fbd8f(0x2f8)](Number)['sort']((_0x55a18e,_0x1477c8)=>_0x55a18e-_0x1477c8);for(const _0x26497e of _0xb1c53a)_0x211684[_0x5d35ce+_0x1cd12e][_0x26497e]=_0x1caeac[_0x26497e];delete _0x211684[_0x5d35ce];}else delete _0x211684[_0x5d35ce+_0x1cd12e];}}function _0x322d2b(_0xb83ea2,_0x4093a0,_0x1ce0ff,_0x528222){const _0x348a99=_0x485413,_0x430c2=Object[_0x348a99(0x2d2)](_0xb83ea2)['map'](Number)[_0x348a99(0x2a9)]((_0x1c3350,_0x47bf5d)=>_0x1c3350-_0x47bf5d);if(_0x528222<0x0)for(const _0x482270 of _0x430c2){const _0x6ddc98=_0xb83ea2[_0x482270];for(let _0x40f50a=_0x4093a0;_0x40f50a<_0x4093a0+_0x1ce0ff;_0x40f50a++)_0x6ddc98[_0x348a99(0x324)](_0x40f50a)?(_0x6ddc98[_0x40f50a+_0x528222]=_0x6ddc98[_0x40f50a],delete _0x6ddc98[_0x40f50a]):delete _0x6ddc98[_0x40f50a+_0x528222];}else for(const _0x379d08 of _0x430c2){const _0x15b362=_0xb83ea2[_0x379d08];for(let _0x21d8c9=_0x4093a0+_0x1ce0ff-0x1;_0x21d8c9>=_0x4093a0;_0x21d8c9--)_0x15b362[_0x348a99(0x324)](_0x21d8c9)?(_0x15b362[_0x21d8c9+_0x528222]=_0x15b362[_0x21d8c9],delete _0x15b362[_0x21d8c9]):delete _0x15b362[_0x21d8c9+_0x528222];}}function _0x36c709(_0x42ca00,_0x2f97e6){const _0x2e0574=_0x485413;return new _0x10971e[(_0x2e0574(0x226))]()[_0x2e0574(0x2e2)](_0x42ca00)[_0x2e0574(0x34c)](..._0x2f97e6)[_0x2e0574(0x212)]();}function _0x86a893(_0x324b68,_0x2cc73f,_0x4ab3b5,_0x18098a){const _0x25f460=_0x485413,_0x16b011=new _0x2efe67[(_0x25f460(0x1c3))]()[_0x25f460(0x305)](_0x4ab3b5);if(_0x16b011==null)return _0x4ab3b5;const _0xdc9b86=[];for(let _0x155aea=0x0,_0x32bb6a=_0x16b011[_0x25f460(0x1c0)];_0x155aea<_0x32bb6a;_0x155aea++){const _0x303f85=_0x16b011[_0x155aea];if(typeof _0x303f85==_0x25f460(0x1cc)||_0x303f85[_0x25f460(0x33d)]!==_0x2efe67[_0x25f460(0x334)][_0x25f460(0x1f7)]){_0xdc9b86[_0x25f460(0x275)](_0x303f85);continue;}const {token:_0x32360b}=_0x303f85,_0xe3a052=_0x2efe67[_0x25f460(0x241)](_0x32360b),{range:_0x4ce438,sheetName:_0x22f998,unitId:_0x40208f}=_0xe3a052;if((_0x324b68===_0x40208f||_0x40208f==='')&&(_0x2cc73f===_0x22f998||_0x22f998==='')){const _0x3c7b52=_0x18098a(_0x4ce438),_0x2d7635=_0x3c7b52?_0x2efe67[_0x25f460(0x26e)]({'range':_0x3c7b52,'sheetName':_0x22f998,'unitId':_0x40208f}):_0x2efe67[_0x25f460(0x270)][_0x25f460(0x2b1)];_0xdc9b86[_0x25f460(0x275)]({..._0x303f85,'token':_0x2d7635});}else _0xdc9b86[_0x25f460(0x275)](_0x303f85);}return'='+_0x2efe67[_0x25f460(0x191)](_0xdc9b86);}function _0x1937b8(_0x1e9eb2,_0x523944){const _0x3b14f1=_0x485413;return _0x1e9eb2[_0x3b14f1(0x2c8)]<=_0x523944['end']&&_0x1e9eb2[_0x3b14f1(0x193)]>=_0x523944[_0x3b14f1(0x2c8)];}function _0x9e94c2(_0x44365c,_0x3ce8b6){const _0x240da4=_0x485413,_0x40cf08={'startColumn':_0x44365c[_0x240da4(0x2c8)],'endColumn':_0x44365c['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x2d3a6d[_0x240da4(0x244)][_0x240da4(0x2b8)]},_0x4142cf={'startColumn':_0x3ce8b6[_0x240da4(0x2c8)],'endColumn':_0x3ce8b6['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x2d3a6d[_0x240da4(0x244)][_0x240da4(0x2b8)]},_0x311fc5=_0x10971e['handleBaseInsertRange'](_0x40cf08,_0x4142cf);return{'start':_0x3ce8b6[_0x240da4(0x2c8)]+_0x311fc5[_0x240da4(0x1b4)],'end':_0x3ce8b6[_0x240da4(0x193)]+_0x311fc5[_0x240da4(0x1b4)]+_0x311fc5[_0x240da4(0x1c0)]};}function _0x29cced(_0x36d837,_0x18db2b){const _0x564bb7=_0x485413,_0x437e6f={'startColumn':_0x36d837['start'],'endColumn':_0x36d837[_0x564bb7(0x193)],'startRow':0x0,'endRow':0x1,'rangeType':_0x2d3a6d['RANGE_TYPE'][_0x564bb7(0x2b8)]},_0x1a4b92={'startColumn':_0x18db2b[_0x564bb7(0x2c8)],'endColumn':_0x18db2b['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x2d3a6d[_0x564bb7(0x244)][_0x564bb7(0x2b8)]},_0x2d7b89=_0x10971e['handleBaseRemoveRange'](_0x437e6f,_0x1a4b92);return _0x2d7b89===null?null:{'start':_0x18db2b[_0x564bb7(0x2c8)]+_0x2d7b89['step'],'end':_0x18db2b[_0x564bb7(0x193)]+_0x2d7b89['step']+_0x2d7b89[_0x564bb7(0x1c0)]};}const _0x187e31={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x257)]['id'],'handler'(_0x2785c6,_0x182f50){const _0x219ead=_0x485413,_0x52a2d5={'m1Prime':_0x2785c6,'m2Prime':_0x182f50};if(_0x2785c6[_0x219ead(0x325)]['unitId']!==_0x182f50['params'][_0x219ead(0x21e)]||_0x2785c6[_0x219ead(0x325)][_0x219ead(0x1c4)]!==_0x182f50[_0x219ead(0x325)][_0x219ead(0x1c4)])return _0x52a2d5;const _0x340d5d=_0x2d3a6d[_0x219ead(0x237)][_0x219ead(0x2f9)](_0x2785c6),_0x48e53a=_0x2d3a6d['Tools'][_0x219ead(0x2f9)](_0x182f50),_0x321928=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x2785c6[_0x219ead(0x325)][_0x219ead(0x297)]),_0x5d6a03(_0x182f50['params'][_0x219ead(0x297)]));if(_0x321928?(_0x48e53a[_0x219ead(0x325)][_0x219ead(0x297)]['startColumn']+=_0x321928[_0x219ead(0x1b4)],_0x48e53a[_0x219ead(0x325)]['range'][_0x219ead(0x32e)]+=_0x321928[_0x219ead(0x1b4)]+(_0x321928['length']||0x0)):_0x48e53a['id']=_0x10971e[_0x219ead(0x313)]['id'],_0x2785c6[_0x219ead(0x325)][_0x219ead(0x297)][_0x219ead(0x322)]!==_0x182f50[_0x219ead(0x325)][_0x219ead(0x297)]['startColumn']){const _0x1ed415=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x182f50[_0x219ead(0x325)][_0x219ead(0x297)]),_0x5d6a03(_0x2785c6[_0x219ead(0x325)][_0x219ead(0x297)]));_0x1ed415?(_0x340d5d[_0x219ead(0x325)][_0x219ead(0x297)][_0x219ead(0x322)]+=_0x1ed415[_0x219ead(0x1b4)],_0x340d5d['params'][_0x219ead(0x297)][_0x219ead(0x32e)]+=_0x1ed415[_0x219ead(0x1b4)]+(_0x1ed415[_0x219ead(0x1c0)]||0x0)):_0x340d5d['id']=_0x10971e[_0x219ead(0x313)]['id'];}return{'m1Prime':_0x340d5d,'m2Prime':_0x48e53a};}},_0x3a1f96={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e['MoveColsMutation']['id'],'handler'(_0x24e48b,_0x132646){const _0x3b1baf=_0x485413,_0x544a7b={'m1Prime':_0x24e48b,'m2Prime':_0x132646};if(_0x24e48b['params'][_0x3b1baf(0x21e)]!==_0x132646[_0x3b1baf(0x325)][_0x3b1baf(0x21e)]||_0x24e48b[_0x3b1baf(0x325)][_0x3b1baf(0x1c4)]!==_0x132646[_0x3b1baf(0x325)][_0x3b1baf(0x1c4)])return _0x544a7b;const _0x4248db=_0x2d3a6d[_0x3b1baf(0x237)][_0x3b1baf(0x2f9)](_0x24e48b),_0x396a1c=_0x2d3a6d[_0x3b1baf(0x237)]['deepClone'](_0x132646),_0x1eefeb=_0x132646[_0x3b1baf(0x325)]['sourceRange'],_0x3e67fe=_0x132646[_0x3b1baf(0x325)][_0x3b1baf(0x291)];if(_0x24e48b['params']['range'][_0x3b1baf(0x322)]>_0x1eefeb['startColumn']&&_0x24e48b[_0x3b1baf(0x325)][_0x3b1baf(0x297)][_0x3b1baf(0x322)]<=_0x1eefeb[_0x3b1baf(0x32e)]||_0x24e48b[_0x3b1baf(0x325)]['range'][_0x3b1baf(0x322)]>_0x3e67fe[_0x3b1baf(0x322)]&&_0x24e48b[_0x3b1baf(0x325)]['range']['startColumn']<=_0x3e67fe['endColumn'])return{'error':new Error(_0x3b1baf(0x17c))};const _0x5ace7e=_0x10971e[_0x3b1baf(0x240)](_0x5d6a03(_0x24e48b[_0x3b1baf(0x325)][_0x3b1baf(0x297)]),_0x5d6a03(_0x1eefeb)),_0x24d73c=_0x10971e[_0x3b1baf(0x240)](_0x5d6a03(_0x24e48b[_0x3b1baf(0x325)][_0x3b1baf(0x297)]),_0x5d6a03(_0x3e67fe));if(_0x396a1c[_0x3b1baf(0x325)][_0x3b1baf(0x2c6)][_0x3b1baf(0x322)]+=_0x5ace7e[_0x3b1baf(0x1b4)],_0x396a1c['params'][_0x3b1baf(0x2c6)][_0x3b1baf(0x32e)]+=_0x5ace7e[_0x3b1baf(0x1b4)]+(_0x5ace7e[_0x3b1baf(0x1c0)]||0x0),_0x396a1c[_0x3b1baf(0x325)][_0x3b1baf(0x291)][_0x3b1baf(0x322)]+=_0x24d73c['step'],_0x396a1c[_0x3b1baf(0x325)][_0x3b1baf(0x291)][_0x3b1baf(0x32e)]+=_0x24d73c[_0x3b1baf(0x1b4)]+(_0x24d73c[_0x3b1baf(0x1c0)]||0x0),_0x1eefeb[_0x3b1baf(0x322)]>=_0x24e48b[_0x3b1baf(0x325)][_0x3b1baf(0x297)][_0x3b1baf(0x322)]&&_0x3e67fe[_0x3b1baf(0x322)]<_0x24e48b['params'][_0x3b1baf(0x297)][_0x3b1baf(0x322)]){const _0x1c24a7=_0x3e67fe[_0x3b1baf(0x32e)]-_0x3e67fe[_0x3b1baf(0x322)]+0x1;_0x4248db[_0x3b1baf(0x325)]['range']['startColumn']+=_0x1c24a7,_0x4248db[_0x3b1baf(0x325)][_0x3b1baf(0x297)]['endColumn']+=_0x1c24a7;}else{if(_0x1eefeb[_0x3b1baf(0x32e)]<_0x24e48b[_0x3b1baf(0x325)][_0x3b1baf(0x297)][_0x3b1baf(0x322)]&&_0x3e67fe[_0x3b1baf(0x322)]>=_0x24e48b[_0x3b1baf(0x325)][_0x3b1baf(0x297)][_0x3b1baf(0x322)]){const _0x31de8e=_0x1eefeb['endColumn']-_0x1eefeb[_0x3b1baf(0x322)]+0x1;_0x4248db['params']['range'][_0x3b1baf(0x322)]-=_0x31de8e,_0x4248db[_0x3b1baf(0x325)][_0x3b1baf(0x297)]['endColumn']-=_0x31de8e;}}return{'m1Prime':_0x4248db,'m2Prime':_0x396a1c};}},_0x33b0b9={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler'(_0x3eda43,_0x46a63c){const _0x41f97b=_0x485413,_0x2a42ba={'m1Prime':_0x3eda43,'m2Prime':_0x46a63c};if(_0x3eda43['params'][_0x41f97b(0x21e)]!==_0x46a63c[_0x41f97b(0x325)][_0x41f97b(0x21e)]||_0x3eda43[_0x41f97b(0x325)][_0x41f97b(0x1c4)]!==_0x46a63c[_0x41f97b(0x325)][_0x41f97b(0x33c)][_0x41f97b(0x1c4)]&&_0x3eda43[_0x41f97b(0x325)][_0x41f97b(0x1c4)]!==_0x46a63c[_0x41f97b(0x325)]['to'][_0x41f97b(0x1c4)])return _0x2a42ba;const _0x212d95=_0x2d3a6d['Tools'][_0x41f97b(0x2f9)](_0x3eda43),_0x205be1=_0x2d3a6d[_0x41f97b(0x237)]['deepClone'](_0x46a63c);if(_0x3eda43['params'][_0x41f97b(0x1c4)]===_0x46a63c[_0x41f97b(0x325)][_0x41f97b(0x33c)]['subUnitId']){const _0x18e988=new _0x2d3a6d['ObjectMatrix'](_0x205be1[_0x41f97b(0x325)][_0x41f97b(0x33c)][_0x41f97b(0x200)])[_0x41f97b(0x205)](),{startColumn:_0x37fb16,endColumn:_0x4f6d81}=_0x18e988,{startColumn:_0x24877b,endColumn:_0x3cf23e}=_0x3eda43[_0x41f97b(0x325)]['range'],{step:_0x5b74ce,length:_0x29d75b}=_0x10971e[_0x41f97b(0x240)](_0x3eda43[_0x41f97b(0x325)][_0x41f97b(0x297)],_0x18e988);_0x5b74ce>0x0&&_0x29d75b===0x0&&_0x322d2b(_0x205be1[_0x41f97b(0x325)][_0x41f97b(0x33c)][_0x41f97b(0x200)],_0x37fb16,_0x4f6d81-_0x37fb16+0x1,_0x5b74ce),_0x5b74ce===0x0&&_0x29d75b>0x0&&_0x322d2b(_0x205be1[_0x41f97b(0x325)]['from'][_0x41f97b(0x200)],_0x24877b,_0x4f6d81-_0x24877b+0x1,_0x3cf23e-_0x24877b+0x1);}if(_0x3eda43[_0x41f97b(0x325)][_0x41f97b(0x1c4)]===_0x46a63c[_0x41f97b(0x325)]['to']['subUnitId']){const _0x85f100=new _0x2d3a6d['ObjectMatrix'](_0x205be1['params']['to']['value'])[_0x41f97b(0x205)](),{startColumn:_0x33e410,endColumn:_0x3a6c0c}=_0x85f100,{startColumn:_0x24b9ee,endColumn:_0x22ea8c}=_0x3eda43['params'][_0x41f97b(0x297)],{step:_0x304e1b,length:_0x5e415b}=_0x10971e['handleBaseInsertRange'](_0x3eda43[_0x41f97b(0x325)][_0x41f97b(0x297)],_0x85f100);_0x304e1b>0x0&&_0x5e415b===0x0&&_0x322d2b(_0x205be1[_0x41f97b(0x325)]['to'][_0x41f97b(0x200)],_0x33e410,_0x3a6c0c-_0x33e410+0x1,_0x304e1b),_0x304e1b===0x0&&_0x5e415b>0x0&&_0x322d2b(_0x205be1['params']['to'][_0x41f97b(0x200)],_0x24b9ee,_0x3a6c0c-_0x24b9ee+0x1,_0x22ea8c-_0x24b9ee+0x1);}return{'m1Prime':_0x212d95,'m2Prime':_0x205be1};}},_0x321765={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e['RemoveColMutation']['id'],'handler'(_0x20aede,_0x40a65c){const _0x4285f8=_0x485413,_0x1f87f6={'m1Prime':_0x20aede,'m2Prime':_0x40a65c};if(_0x20aede[_0x4285f8(0x325)][_0x4285f8(0x21e)]!==_0x40a65c['params']['unitId']||_0x20aede[_0x4285f8(0x325)][_0x4285f8(0x1c4)]!==_0x40a65c[_0x4285f8(0x325)]['subUnitId'])return _0x1f87f6;const _0x41c717=_0x2d3a6d[_0x4285f8(0x237)][_0x4285f8(0x2f9)](_0x20aede),_0x4d804d=_0x2d3a6d[_0x4285f8(0x237)]['deepClone'](_0x40a65c);if(_0x20aede[_0x4285f8(0x325)][_0x4285f8(0x297)][_0x4285f8(0x322)]<=_0x40a65c[_0x4285f8(0x325)][_0x4285f8(0x297)][_0x4285f8(0x32e)]&&_0x20aede['params'][_0x4285f8(0x297)]['startColumn']>_0x40a65c[_0x4285f8(0x325)][_0x4285f8(0x297)][_0x4285f8(0x322)])return{'error':new Error(_0x4285f8(0x23a))};const _0x3d6e19=_0x10971e[_0x4285f8(0x240)](_0x5d6a03(_0x20aede['params'][_0x4285f8(0x297)]),_0x5d6a03(_0x40a65c[_0x4285f8(0x325)][_0x4285f8(0x297)]));_0x3d6e19?(_0x4d804d['params']['range'][_0x4285f8(0x322)]+=_0x3d6e19[_0x4285f8(0x1b4)],_0x4d804d[_0x4285f8(0x325)]['range'][_0x4285f8(0x32e)]+=_0x3d6e19[_0x4285f8(0x1b4)]+(_0x3d6e19[_0x4285f8(0x1c0)]||0x0)):_0x4d804d['id']=_0x10971e[_0x4285f8(0x313)]['id'];const _0x330ff1=_0x10971e['handleBaseRemoveRange'](_0x5d6a03(_0x40a65c['params'][_0x4285f8(0x297)]),_0x5d6a03(_0x20aede[_0x4285f8(0x325)][_0x4285f8(0x297)]));return _0x330ff1&&(_0x41c717['params']['range'][_0x4285f8(0x322)]+=_0x330ff1[_0x4285f8(0x1b4)],_0x41c717[_0x4285f8(0x325)][_0x4285f8(0x297)]['endColumn']+=_0x330ff1[_0x4285f8(0x1b4)]+(_0x330ff1[_0x4285f8(0x1c0)]||0x0)),{'m1Prime':_0x41c717,'m2Prime':_0x4d804d};}},_0x50f511={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x2a3)]['id'],'handler'(_0x5215c4,_0x4785a5){const _0x3767ba=_0x485413,_0x46a44b={'m1Prime':_0x5215c4,'m2Prime':_0x4785a5};if(_0x5215c4[_0x3767ba(0x325)][_0x3767ba(0x21e)]!==_0x4785a5['params']['unitId']||_0x5215c4['params'][_0x3767ba(0x1c4)]!==_0x4785a5[_0x3767ba(0x325)][_0x3767ba(0x1c4)])return _0x46a44b;const _0x34e4f=_0x2d3a6d[_0x3767ba(0x237)][_0x3767ba(0x2f9)](_0x5215c4),_0x45f82b=_0x2d3a6d[_0x3767ba(0x237)][_0x3767ba(0x2f9)](_0x4785a5),_0x519d5d=_0x10971e[_0x3767ba(0x240)](_0x5d6a03(_0x10971e[_0x3767ba(0x2f3)](_0x5215c4[_0x3767ba(0x325)]['range'])),_0x5d6a03(_0x10971e[_0x3767ba(0x2f3)](_0x4785a5[_0x3767ba(0x325)][_0x3767ba(0x297)])));if(_0x519d5d?(_0x45f82b[_0x3767ba(0x325)][_0x3767ba(0x297)]['startRow']+=_0x519d5d['step'],_0x45f82b['params'][_0x3767ba(0x297)][_0x3767ba(0x353)]+=_0x519d5d[_0x3767ba(0x1b4)]+(_0x519d5d['length']||0x0)):_0x45f82b['id']=_0x10971e[_0x3767ba(0x313)]['id'],_0x5215c4[_0x3767ba(0x325)][_0x3767ba(0x297)][_0x3767ba(0x248)]!==_0x4785a5[_0x3767ba(0x325)][_0x3767ba(0x297)]['startRow']){const _0x195dd6=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x10971e[_0x3767ba(0x2f3)](_0x4785a5[_0x3767ba(0x325)]['range'])),_0x5d6a03(_0x10971e[_0x3767ba(0x2f3)](_0x5215c4[_0x3767ba(0x325)][_0x3767ba(0x297)])));_0x195dd6?(_0x34e4f[_0x3767ba(0x325)][_0x3767ba(0x297)]['startRow']+=_0x195dd6[_0x3767ba(0x1b4)],_0x34e4f['params'][_0x3767ba(0x297)]['endRow']+=_0x195dd6['step']+(_0x195dd6[_0x3767ba(0x1c0)]||0x0)):_0x34e4f['id']=_0x10971e[_0x3767ba(0x313)]['id'];}return{'m1Prime':_0x34e4f,'m2Prime':_0x45f82b};}},_0x2784c1={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler'(_0x432402,_0x36418b){const _0x5ac439=_0x485413,_0x1cc933={'m1Prime':_0x432402,'m2Prime':_0x36418b};if(_0x432402[_0x5ac439(0x325)]['unitId']!==_0x36418b['params']['unitId']||_0x432402[_0x5ac439(0x325)][_0x5ac439(0x1c4)]!==_0x36418b[_0x5ac439(0x325)][_0x5ac439(0x33c)][_0x5ac439(0x1c4)]&&_0x432402[_0x5ac439(0x325)]['subUnitId']!==_0x36418b['params']['to'][_0x5ac439(0x1c4)])return _0x1cc933;const _0x1c17b0=_0x2d3a6d[_0x5ac439(0x237)][_0x5ac439(0x2f9)](_0x432402),_0x502390=_0x2d3a6d[_0x5ac439(0x237)][_0x5ac439(0x2f9)](_0x36418b);if(_0x432402['params'][_0x5ac439(0x1c4)]===_0x36418b[_0x5ac439(0x325)]['from']['subUnitId']){const _0x1766ce=new _0x2d3a6d['ObjectMatrix'](_0x502390[_0x5ac439(0x325)][_0x5ac439(0x33c)][_0x5ac439(0x200)])[_0x5ac439(0x205)](),{startRow:_0x1f4a18,endRow:_0x5899d3}=_0x1766ce,{startRow:_0x5f0006,endRow:_0x4fe10e}=_0x432402[_0x5ac439(0x325)][_0x5ac439(0x297)],{step:_0x1b67ef,length:_0x570dbb}=_0x10971e[_0x5ac439(0x240)](_0x10971e[_0x5ac439(0x2f3)](_0x432402['params'][_0x5ac439(0x297)]),_0x10971e[_0x5ac439(0x2f3)](_0x1766ce));_0x1b67ef>0x0&&_0x570dbb===0x0&&_0x37b569(_0x502390[_0x5ac439(0x325)][_0x5ac439(0x33c)]['value'],_0x1f4a18,_0x5899d3-_0x1f4a18+0x1,_0x1b67ef),_0x1b67ef===0x0&&_0x570dbb>0x0&&_0x37b569(_0x502390['params'][_0x5ac439(0x33c)][_0x5ac439(0x200)],_0x5f0006,_0x5899d3-_0x5f0006+0x1,_0x4fe10e-_0x5f0006+0x1);}if(_0x432402[_0x5ac439(0x325)][_0x5ac439(0x1c4)]===_0x36418b['params']['to']['subUnitId']){const _0x348591=new _0x2d3a6d[(_0x5ac439(0x34d))](_0x36418b[_0x5ac439(0x325)]['to'][_0x5ac439(0x200)])['getDataRange'](),{startRow:_0x105a64,endRow:_0x133839}=_0x348591,{startRow:_0x3790bc,endRow:_0x1154f4}=_0x432402[_0x5ac439(0x325)][_0x5ac439(0x297)],{step:_0x4bf182,length:_0x35db08}=_0x10971e[_0x5ac439(0x240)](_0x10971e['rotateRange'](_0x432402['params'][_0x5ac439(0x297)]),_0x10971e[_0x5ac439(0x2f3)](_0x348591));_0x4bf182>0x0&&_0x35db08===0x0&&_0x37b569(_0x502390[_0x5ac439(0x325)]['to'][_0x5ac439(0x200)],_0x105a64,_0x133839-_0x105a64+0x1,_0x4bf182),_0x4bf182===0x0&&_0x35db08>0x0&&_0x37b569(_0x502390[_0x5ac439(0x325)]['to']['value'],_0x3790bc,_0x133839-_0x3790bc+0x1,_0x1154f4-_0x3790bc+0x1);}return{'m1Prime':_0x1c17b0,'m2Prime':_0x502390};}},_0x4f6883={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x202)]['id'],'handler'(_0x154375,_0x42f5e4){const _0x498caf=_0x485413,_0x3e74c3={'m1Prime':_0x154375,'m2Prime':_0x42f5e4};if(_0x154375[_0x498caf(0x325)]['unitId']!==_0x42f5e4[_0x498caf(0x325)]['unitId']||_0x154375[_0x498caf(0x325)]['subUnitId']!==_0x42f5e4[_0x498caf(0x325)][_0x498caf(0x1c4)])return _0x3e74c3;const _0x347841=_0x2d3a6d[_0x498caf(0x237)][_0x498caf(0x2f9)](_0x154375),_0xe1f71e=_0x2d3a6d[_0x498caf(0x237)]['deepClone'](_0x42f5e4),_0x59d45c=_0x42f5e4[_0x498caf(0x325)]['sourceRange'],_0x26b201=_0x42f5e4['params']['targetRange'];if(_0x154375[_0x498caf(0x325)]['range'][_0x498caf(0x248)]>_0x59d45c[_0x498caf(0x248)]&&_0x154375[_0x498caf(0x325)][_0x498caf(0x297)][_0x498caf(0x248)]<=_0x59d45c[_0x498caf(0x353)]||_0x154375[_0x498caf(0x325)]['range'][_0x498caf(0x248)]>_0x26b201[_0x498caf(0x248)]&&_0x154375[_0x498caf(0x325)][_0x498caf(0x297)][_0x498caf(0x248)]<=_0x26b201['endRow'])return{'error':new Error(_0x498caf(0x17c))};const _0x153db9=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x10971e['rotateRange'](_0x154375[_0x498caf(0x325)][_0x498caf(0x297)])),_0x5d6a03(_0x10971e[_0x498caf(0x2f3)](_0x59d45c))),_0x35d33e=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x10971e[_0x498caf(0x2f3)](_0x154375[_0x498caf(0x325)][_0x498caf(0x297)])),_0x5d6a03(_0x10971e[_0x498caf(0x2f3)](_0x26b201)));if(_0xe1f71e[_0x498caf(0x325)]['sourceRange']['startRow']+=_0x153db9[_0x498caf(0x1b4)],_0xe1f71e[_0x498caf(0x325)][_0x498caf(0x2c6)][_0x498caf(0x353)]+=_0x153db9[_0x498caf(0x1b4)]+(_0x153db9[_0x498caf(0x1c0)]||0x0),_0xe1f71e[_0x498caf(0x325)][_0x498caf(0x291)]['startRow']+=_0x35d33e[_0x498caf(0x1b4)],_0xe1f71e[_0x498caf(0x325)][_0x498caf(0x291)][_0x498caf(0x353)]+=_0x35d33e[_0x498caf(0x1b4)]+(_0x35d33e[_0x498caf(0x1c0)]||0x0),_0x59d45c[_0x498caf(0x248)]>=_0x154375[_0x498caf(0x325)][_0x498caf(0x297)]['startRow']&&_0x26b201[_0x498caf(0x248)]<_0x154375['params']['range'][_0x498caf(0x248)]){const _0x3efc89=_0x26b201[_0x498caf(0x353)]-_0x26b201[_0x498caf(0x248)]+0x1;_0x347841['params'][_0x498caf(0x297)]['startRow']+=_0x3efc89,_0x347841[_0x498caf(0x325)]['range']['endRow']+=_0x3efc89;}else{if(_0x59d45c[_0x498caf(0x353)]<_0x154375[_0x498caf(0x325)][_0x498caf(0x297)][_0x498caf(0x248)]&&_0x26b201[_0x498caf(0x248)]>=_0x154375[_0x498caf(0x325)][_0x498caf(0x297)][_0x498caf(0x248)]){const _0x3c66dc=_0x59d45c[_0x498caf(0x353)]-_0x59d45c[_0x498caf(0x248)]+0x1;_0x347841[_0x498caf(0x325)]['range'][_0x498caf(0x248)]-=_0x3c66dc,_0x347841['params'][_0x498caf(0x297)][_0x498caf(0x353)]-=_0x3c66dc;}}return{'m1Prime':_0x347841,'m2Prime':_0xe1f71e};}},_0x16b2c7={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x223)]['id'],'handler'(_0x1eeaec,_0x4054ff){const _0xe9281a=_0x485413,_0x26200a={'m1Prime':_0x1eeaec,'m2Prime':_0x4054ff};if(_0x1eeaec[_0xe9281a(0x325)]['unitId']!==_0x4054ff[_0xe9281a(0x325)]['unitId']||_0x1eeaec[_0xe9281a(0x325)][_0xe9281a(0x1c4)]!==_0x4054ff[_0xe9281a(0x325)]['subUnitId'])return _0x26200a;const _0x190a7e=_0x2d3a6d[_0xe9281a(0x237)][_0xe9281a(0x2f9)](_0x1eeaec),_0x3f3436=_0x2d3a6d[_0xe9281a(0x237)]['deepClone'](_0x4054ff);if(_0x1eeaec[_0xe9281a(0x325)][_0xe9281a(0x297)][_0xe9281a(0x248)]<=_0x4054ff[_0xe9281a(0x325)][_0xe9281a(0x297)][_0xe9281a(0x353)]&&_0x1eeaec[_0xe9281a(0x325)]['range'][_0xe9281a(0x248)]>_0x4054ff[_0xe9281a(0x325)][_0xe9281a(0x297)]['startRow'])return{'error':new Error(_0xe9281a(0x23a))};const _0x399ae6=_0x10971e[_0xe9281a(0x240)](_0x5d6a03(_0x10971e[_0xe9281a(0x2f3)](_0x1eeaec[_0xe9281a(0x325)][_0xe9281a(0x297)])),_0x5d6a03(_0x10971e['rotateRange'](_0x4054ff[_0xe9281a(0x325)]['range'])));_0x399ae6?(_0x3f3436[_0xe9281a(0x325)]['range'][_0xe9281a(0x248)]+=_0x399ae6['step'],_0x3f3436[_0xe9281a(0x325)][_0xe9281a(0x297)]['endRow']+=_0x399ae6['step']+(_0x399ae6[_0xe9281a(0x1c0)]||0x0)):_0x3f3436['id']=_0x10971e['EmptyMutation']['id'];const _0xbe25de=_0x10971e['handleBaseRemoveRange'](_0x5d6a03(_0x10971e[_0xe9281a(0x2f3)](_0x4054ff[_0xe9281a(0x325)]['range'])),_0x5d6a03(_0x10971e['rotateRange'](_0x1eeaec['params'][_0xe9281a(0x297)])));return _0xbe25de&&(_0x190a7e[_0xe9281a(0x325)]['range'][_0xe9281a(0x248)]+=_0xbe25de[_0xe9281a(0x1b4)],_0x190a7e[_0xe9281a(0x325)][_0xe9281a(0x297)][_0xe9281a(0x353)]+=_0xbe25de[_0xe9281a(0x1b4)]+(_0xbe25de[_0xe9281a(0x1c0)]||0x0)),{'m1Prime':_0x190a7e,'m2Prime':_0x3f3436};}},_0xa6c4ed={'m1':_0x10971e[_0x485413(0x296)]['id'],'m2':_0x10971e[_0x485413(0x296)]['id'],'handler'(_0x4a774a,_0x4f6f42){const _0x50b1cc=_0x485413,_0x602c86={'m1Prime':_0x4a774a,'m2Prime':_0x4f6f42};if(_0x4a774a['params'][_0x50b1cc(0x21e)]!==_0x4f6f42[_0x50b1cc(0x325)][_0x50b1cc(0x21e)]||_0x4a774a['params'][_0x50b1cc(0x1c4)]!==_0x4f6f42[_0x50b1cc(0x325)][_0x50b1cc(0x1c4)])return _0x602c86;const _0x41c288=_0x2d3a6d['Tools'][_0x50b1cc(0x2f9)](_0x4a774a),_0x557e4e=_0x2d3a6d[_0x50b1cc(0x237)]['deepClone'](_0x4f6f42),_0x2555fb=_0x4f6f42['params'][_0x50b1cc(0x2c6)],_0x1ff0bb=_0x4f6f42[_0x50b1cc(0x325)][_0x50b1cc(0x291)],_0x1e9874=_0x4a774a[_0x50b1cc(0x325)]['sourceRange'],_0xc4a11a=_0x4a774a['params'][_0x50b1cc(0x291)];if(_0x1e9874[_0x50b1cc(0x32e)]>=_0x2555fb['startColumn']&&_0x1e9874[_0x50b1cc(0x322)]<=_0x2555fb['endColumn'])return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x1d3cee=_0x10971e[_0x50b1cc(0x2d6)]({'start':_0x1e9874[_0x50b1cc(0x322)],'end':_0x1e9874[_0x50b1cc(0x32e)]},{'start':_0xc4a11a[_0x50b1cc(0x322)],'end':_0xc4a11a[_0x50b1cc(0x32e)]},{'start':_0x2555fb[_0x50b1cc(0x322)],'end':_0x2555fb[_0x50b1cc(0x32e)]}),_0x4b6bb4=_0x10971e[_0x50b1cc(0x2d6)]({'start':_0x1e9874['startColumn'],'end':_0x1e9874[_0x50b1cc(0x32e)]},{'start':_0xc4a11a[_0x50b1cc(0x322)],'end':_0xc4a11a[_0x50b1cc(0x32e)]},{'start':_0x1ff0bb[_0x50b1cc(0x322)],'end':_0x1ff0bb['endColumn']});_0x1d3cee&&_0x4b6bb4?(_0x557e4e[_0x50b1cc(0x325)][_0x50b1cc(0x2c6)][_0x50b1cc(0x322)]+=_0x1d3cee[_0x50b1cc(0x1b4)],_0x557e4e[_0x50b1cc(0x325)][_0x50b1cc(0x2c6)]['endColumn']+=_0x1d3cee['step']+(_0x1d3cee[_0x50b1cc(0x1c0)]||0x0),_0x557e4e[_0x50b1cc(0x325)][_0x50b1cc(0x291)]['startColumn']+=_0x4b6bb4['step'],_0x557e4e[_0x50b1cc(0x325)]['targetRange']['endColumn']+=_0x4b6bb4[_0x50b1cc(0x1b4)]+(_0x4b6bb4['length']||0x0)):_0x557e4e['id']=_0x10971e['EmptyMutation']['id'];const _0x5ee1d0=_0x10971e[_0x50b1cc(0x2d6)]({'start':_0x2555fb['startColumn'],'end':_0x2555fb[_0x50b1cc(0x32e)]},{'start':_0x1ff0bb[_0x50b1cc(0x322)],'end':_0x1ff0bb['endColumn']},{'start':_0x1e9874[_0x50b1cc(0x322)],'end':_0x1e9874[_0x50b1cc(0x32e)]}),_0x12d8d8=_0x10971e[_0x50b1cc(0x2d6)]({'start':_0x2555fb['startColumn'],'end':_0x2555fb[_0x50b1cc(0x32e)]},{'start':_0x1ff0bb[_0x50b1cc(0x322)],'end':_0x1ff0bb[_0x50b1cc(0x32e)]},{'start':_0xc4a11a[_0x50b1cc(0x322)],'end':_0xc4a11a[_0x50b1cc(0x32e)]});return _0x5ee1d0&&_0x12d8d8?(_0x41c288[_0x50b1cc(0x325)]['sourceRange']['startColumn']+=_0x5ee1d0[_0x50b1cc(0x1b4)],_0x41c288[_0x50b1cc(0x325)]['sourceRange'][_0x50b1cc(0x32e)]+=_0x5ee1d0['step']+(_0x5ee1d0[_0x50b1cc(0x1c0)]||0x0),_0x41c288[_0x50b1cc(0x325)][_0x50b1cc(0x291)][_0x50b1cc(0x322)]+=_0x12d8d8['step'],_0x41c288[_0x50b1cc(0x325)][_0x50b1cc(0x291)]['endColumn']+=_0x12d8d8['step']+(_0x12d8d8['length']||0x0)):_0x41c288['id']=_0x10971e['EmptyMutation']['id'],{'m1Prime':_0x41c288,'m2Prime':_0x557e4e};}},_0x543700={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x10971e[_0x485413(0x202)]['id'],'handler'(_0x33a088,_0x155a0d){const _0x464e93=_0x485413,_0x55fb15={'m1Prime':_0x33a088,'m2Prime':_0x155a0d};if(_0x33a088[_0x464e93(0x325)][_0x464e93(0x21e)]!==_0x155a0d['params'][_0x464e93(0x21e)]||_0x33a088[_0x464e93(0x325)][_0x464e93(0x1c4)]!==_0x155a0d['params']['subUnitId'])return _0x55fb15;const _0x45c41b=_0x2d3a6d['Tools']['deepClone'](_0x33a088),_0x356c7e=_0x2d3a6d[_0x464e93(0x237)]['deepClone'](_0x155a0d),_0x11f497=_0x155a0d[_0x464e93(0x325)][_0x464e93(0x2c6)],_0x23275e=_0x155a0d[_0x464e93(0x325)][_0x464e93(0x291)],_0x4d2fa0=_0x33a088[_0x464e93(0x325)][_0x464e93(0x2c6)],_0x342077=_0x33a088[_0x464e93(0x325)][_0x464e93(0x291)];if(_0x4d2fa0[_0x464e93(0x353)]>=_0x11f497[_0x464e93(0x248)]&&_0x4d2fa0[_0x464e93(0x248)]<=_0x11f497['endRow'])return{'error':new Error(_0x464e93(0x1f1))};const _0x50fc9a=_0x10971e['handleBaseMoveRowsCols']({'start':_0x4d2fa0[_0x464e93(0x248)],'end':_0x4d2fa0['endRow']},{'start':_0x342077[_0x464e93(0x248)],'end':_0x342077[_0x464e93(0x353)]},{'start':_0x11f497['startRow'],'end':_0x11f497[_0x464e93(0x353)]}),_0x586549=_0x10971e['handleBaseMoveRowsCols']({'start':_0x4d2fa0[_0x464e93(0x248)],'end':_0x4d2fa0[_0x464e93(0x353)]},{'start':_0x342077[_0x464e93(0x248)],'end':_0x342077[_0x464e93(0x353)]},{'start':_0x23275e[_0x464e93(0x248)],'end':_0x23275e[_0x464e93(0x353)]});_0x50fc9a&&_0x586549?(_0x356c7e[_0x464e93(0x325)]['sourceRange'][_0x464e93(0x248)]+=_0x50fc9a[_0x464e93(0x1b4)],_0x356c7e['params'][_0x464e93(0x2c6)]['endRow']+=_0x50fc9a[_0x464e93(0x1b4)]+(_0x50fc9a['length']||0x0),_0x356c7e[_0x464e93(0x325)][_0x464e93(0x291)][_0x464e93(0x248)]+=_0x586549[_0x464e93(0x1b4)],_0x356c7e['params'][_0x464e93(0x291)][_0x464e93(0x353)]+=_0x586549[_0x464e93(0x1b4)]+(_0x586549[_0x464e93(0x1c0)]||0x0)):_0x356c7e['id']=_0x10971e[_0x464e93(0x313)]['id'];const _0x3b38a2=_0x10971e[_0x464e93(0x2d6)]({'start':_0x11f497[_0x464e93(0x248)],'end':_0x11f497[_0x464e93(0x353)]},{'start':_0x23275e[_0x464e93(0x248)],'end':_0x23275e[_0x464e93(0x353)]},{'start':_0x4d2fa0[_0x464e93(0x248)],'end':_0x4d2fa0['endRow']}),_0x216da7=_0x10971e['handleBaseMoveRowsCols']({'start':_0x11f497['startRow'],'end':_0x11f497[_0x464e93(0x353)]},{'start':_0x23275e[_0x464e93(0x248)],'end':_0x23275e['endRow']},{'start':_0x342077[_0x464e93(0x248)],'end':_0x342077['endRow']});return _0x3b38a2&&_0x216da7?(_0x45c41b[_0x464e93(0x325)]['sourceRange'][_0x464e93(0x248)]+=_0x3b38a2[_0x464e93(0x1b4)],_0x45c41b[_0x464e93(0x325)][_0x464e93(0x2c6)][_0x464e93(0x353)]+=_0x3b38a2[_0x464e93(0x1b4)]+(_0x3b38a2['length']||0x0),_0x45c41b[_0x464e93(0x325)][_0x464e93(0x291)][_0x464e93(0x248)]+=_0x216da7[_0x464e93(0x1b4)],_0x45c41b[_0x464e93(0x325)][_0x464e93(0x291)][_0x464e93(0x353)]+=_0x216da7[_0x464e93(0x1b4)]+(_0x216da7['length']||0x0)):_0x45c41b['id']=_0x10971e[_0x464e93(0x313)]['id'],{'m1Prime':_0x45c41b,'m2Prime':_0x356c7e};}},_0x49e58a={'m1':_0x10971e['RemoveColMutation']['id'],'m2':_0x10971e[_0x485413(0x296)]['id'],'handler'(_0x12590b,_0x5ebbb4){const _0x311d72=_0x485413,_0x5083cb={'m1Prime':_0x12590b,'m2Prime':_0x5ebbb4};if(_0x12590b['params']['unitId']!==_0x5ebbb4[_0x311d72(0x325)][_0x311d72(0x21e)]||_0x12590b['params'][_0x311d72(0x1c4)]!==_0x5ebbb4[_0x311d72(0x325)]['subUnitId'])return _0x5083cb;const _0x3e3f9a=_0x2d3a6d[_0x311d72(0x237)][_0x311d72(0x2f9)](_0x12590b),_0x108873=_0x2d3a6d[_0x311d72(0x237)][_0x311d72(0x2f9)](_0x5ebbb4);if(_0x12590b[_0x311d72(0x325)]['range'][_0x311d72(0x322)]<=_0x5ebbb4[_0x311d72(0x325)][_0x311d72(0x2c6)][_0x311d72(0x32e)]&&_0x12590b[_0x311d72(0x325)][_0x311d72(0x297)]['endColumn']>=_0x5ebbb4[_0x311d72(0x325)][_0x311d72(0x2c6)][_0x311d72(0x322)]||_0x12590b[_0x311d72(0x325)][_0x311d72(0x297)][_0x311d72(0x322)]<=_0x5ebbb4[_0x311d72(0x325)][_0x311d72(0x291)][_0x311d72(0x32e)]&&_0x12590b[_0x311d72(0x325)][_0x311d72(0x297)][_0x311d72(0x32e)]>=_0x5ebbb4['params']['targetRange']['startColumn'])return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x2e504a=_0x10971e['handleBaseRemoveRange'](_0x5d6a03(_0x12590b[_0x311d72(0x325)]['range']),_0x5d6a03(_0x5ebbb4[_0x311d72(0x325)][_0x311d72(0x2c6)])),_0x200de3=_0x10971e[_0x311d72(0x2d3)](_0x5d6a03(_0x12590b[_0x311d72(0x325)]['range']),_0x5d6a03(_0x5ebbb4['params'][_0x311d72(0x291)]));_0x2e504a&&_0x200de3?(_0x108873['params'][_0x311d72(0x2c6)][_0x311d72(0x322)]+=_0x2e504a[_0x311d72(0x1b4)],_0x108873[_0x311d72(0x325)][_0x311d72(0x2c6)][_0x311d72(0x32e)]+=_0x2e504a[_0x311d72(0x1b4)]+(_0x2e504a[_0x311d72(0x1c0)]||0x0),_0x108873[_0x311d72(0x325)][_0x311d72(0x291)]['startColumn']+=_0x200de3['step'],_0x108873['params'][_0x311d72(0x291)][_0x311d72(0x32e)]+=_0x200de3[_0x311d72(0x1b4)]+(_0x200de3[_0x311d72(0x1c0)]||0x0)):_0x108873['id']=_0x10971e['EmptyMutation']['id'];const _0x558e0a=_0x10971e[_0x311d72(0x2d6)]({'start':_0x5ebbb4[_0x311d72(0x325)][_0x311d72(0x2c6)][_0x311d72(0x322)],'end':_0x5ebbb4[_0x311d72(0x325)][_0x311d72(0x2c6)][_0x311d72(0x32e)]},{'start':_0x5ebbb4[_0x311d72(0x325)][_0x311d72(0x291)][_0x311d72(0x322)],'end':_0x5ebbb4['params'][_0x311d72(0x291)][_0x311d72(0x32e)]},{'start':_0x12590b['params'][_0x311d72(0x297)][_0x311d72(0x322)],'end':_0x12590b['params'][_0x311d72(0x297)][_0x311d72(0x32e)]});if(_0x558e0a){const {step:_0x3ab196,length:_0x37d83f}=_0x558e0a;_0x3e3f9a[_0x311d72(0x325)][_0x311d72(0x297)][_0x311d72(0x322)]+=_0x3ab196,_0x3e3f9a['params'][_0x311d72(0x297)][_0x311d72(0x32e)]+=_0x3ab196+(_0x37d83f||0x0);}else _0x3e3f9a[_0x311d72(0x325)][_0x311d72(0x297)]['startColumn']=0x0,_0x3e3f9a['params']['range'][_0x311d72(0x32e)]=-0x1;return{'m1Prime':_0x3e3f9a,'m2Prime':_0x108873};}},_0x48ea7a={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x10971e['MoveRangeMutation']['id'],'handler'(_0x3f8f07,_0x15a5d1){const _0x405383=_0x485413,_0x4290ed={'m1Prime':_0x3f8f07,'m2Prime':_0x15a5d1};if(_0x3f8f07['params'][_0x405383(0x21e)]!==_0x15a5d1[_0x405383(0x325)][_0x405383(0x21e)]||_0x3f8f07['params'][_0x405383(0x1c4)]!==_0x15a5d1['params'][_0x405383(0x33c)][_0x405383(0x1c4)]&&_0x3f8f07[_0x405383(0x325)][_0x405383(0x1c4)]!==_0x15a5d1[_0x405383(0x325)]['to'][_0x405383(0x1c4)])return _0x4290ed;const _0x15c2e8=_0x2d3a6d[_0x405383(0x237)][_0x405383(0x2f9)](_0x3f8f07),_0xbb1810=_0x2d3a6d['Tools'][_0x405383(0x2f9)](_0x15a5d1),{startColumn:_0x24f8a9,endColumn:_0x1984aa}=_0x3f8f07[_0x405383(0x325)][_0x405383(0x297)];if(_0x3f8f07[_0x405383(0x325)][_0x405383(0x1c4)]===_0x15a5d1[_0x405383(0x325)][_0x405383(0x33c)]['subUnitId']){const _0x2a3162=new _0x2d3a6d[(_0x405383(0x34d))](_0xbb1810['params'][_0x405383(0x33c)][_0x405383(0x200)]),_0x1698ac=_0x2a3162[_0x405383(0x205)](),{startColumn:_0x5ca3c7,endColumn:_0x327acd}=_0x1698ac;if(_0x5ca3c7<=_0x1984aa&&_0x327acd>=_0x24f8a9)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x1984aa<_0x5ca3c7&&_0x2a3162['removeColumns'](_0x24f8a9,_0x1984aa-_0x24f8a9+0x1),_0xbb1810[_0x405383(0x325)][_0x405383(0x33c)]['value']=_0x2a3162[_0x405383(0x2ec)]();}if(_0x3f8f07['params'][_0x405383(0x1c4)]===_0x15a5d1[_0x405383(0x325)]['to'][_0x405383(0x1c4)]){const _0x5f01fa=new _0x2d3a6d[(_0x405383(0x34d))](_0xbb1810[_0x405383(0x325)]['to']['value']),_0x297797=_0x5f01fa[_0x405383(0x205)](),{startColumn:_0x1f520e,endColumn:_0x2f6372}=_0x297797;if(_0x1f520e<=_0x1984aa&&_0x2f6372>=_0x24f8a9)return{'error':new Error(_0x405383(0x2f6))};_0x1984aa<_0x1f520e&&_0x5f01fa[_0x405383(0x341)](_0x24f8a9,_0x1984aa-_0x24f8a9+0x1),_0xbb1810[_0x405383(0x325)]['to']['value']=_0x5f01fa[_0x405383(0x2ec)]();}return{'m1Prime':_0x15c2e8,'m2Prime':_0xbb1810};}},_0x37fa81={'m1':_0x10971e['RemoveColMutation']['id'],'m2':_0x10971e[_0x485413(0x2bb)]['id'],'handler'(_0x4772bf,_0x506d99){const _0x577588=_0x485413,_0x3eab06={'m1Prime':_0x4772bf,'m2Prime':_0x506d99};if(_0x4772bf[_0x577588(0x325)]['unitId']!==_0x506d99['params'][_0x577588(0x21e)]||_0x4772bf[_0x577588(0x325)][_0x577588(0x1c4)]!==_0x506d99[_0x577588(0x325)][_0x577588(0x1c4)])return _0x3eab06;const _0x466a57=_0x2d3a6d[_0x577588(0x237)][_0x577588(0x2f9)](_0x4772bf),_0x15c11a=_0x2d3a6d[_0x577588(0x237)][_0x577588(0x2f9)](_0x506d99),_0x4b292a=_0x10971e[_0x577588(0x2d3)](_0x4772bf[_0x577588(0x325)][_0x577588(0x297)],_0x506d99['params']['range']);if(_0x4b292a){const {step:_0x2a5991,length:_0x4d5c84}=_0x4b292a;_0x15c11a[_0x577588(0x325)][_0x577588(0x297)][_0x577588(0x322)]+=_0x2a5991,_0x15c11a[_0x577588(0x325)][_0x577588(0x297)][_0x577588(0x32e)]+=_0x2a5991+(_0x4d5c84||0x0);}else _0x15c11a['id']=_0x10971e[_0x577588(0x313)]['id'];const _0xc43f4=_0x10971e[_0x577588(0x2d3)](_0x506d99[_0x577588(0x325)][_0x577588(0x297)],_0x4772bf[_0x577588(0x325)][_0x577588(0x297)]);if(_0xc43f4){const {step:_0x14cfda,length:_0x1cbbea}=_0xc43f4;_0x466a57[_0x577588(0x325)][_0x577588(0x297)][_0x577588(0x322)]+=_0x14cfda,_0x466a57[_0x577588(0x325)][_0x577588(0x297)]['endColumn']+=_0x14cfda+(_0x1cbbea||0x0);}else _0x466a57['id']=_0x10971e['EmptyMutation']['id'];return{'m1Prime':_0x466a57,'m2Prime':_0x15c11a};}},_0x3b90b3={'m1':_0x10971e['RemoveRowMutation']['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler'(_0x4f308c,_0x5432bc){const _0x575cfe=_0x485413,_0x53f8e4={'m1Prime':_0x4f308c,'m2Prime':_0x5432bc};if(_0x4f308c[_0x575cfe(0x325)][_0x575cfe(0x21e)]!==_0x5432bc['params']['unitId']||_0x4f308c[_0x575cfe(0x325)][_0x575cfe(0x1c4)]!==_0x5432bc[_0x575cfe(0x325)][_0x575cfe(0x33c)][_0x575cfe(0x1c4)]&&_0x4f308c[_0x575cfe(0x325)][_0x575cfe(0x1c4)]!==_0x5432bc[_0x575cfe(0x325)]['to']['subUnitId'])return _0x53f8e4;const _0x546833=_0x2d3a6d[_0x575cfe(0x237)][_0x575cfe(0x2f9)](_0x4f308c),_0x157eab=_0x2d3a6d[_0x575cfe(0x237)][_0x575cfe(0x2f9)](_0x5432bc),{startRow:_0x27e6ce,endRow:_0x31380a}=_0x4f308c[_0x575cfe(0x325)][_0x575cfe(0x297)];if(_0x4f308c[_0x575cfe(0x325)][_0x575cfe(0x1c4)]===_0x5432bc[_0x575cfe(0x325)][_0x575cfe(0x33c)][_0x575cfe(0x1c4)]){const _0x2b983c=new _0x2d3a6d[(_0x575cfe(0x34d))](_0x157eab['params'][_0x575cfe(0x33c)][_0x575cfe(0x200)]),_0x3a0022=_0x2b983c[_0x575cfe(0x205)](),{startRow:_0x1bad3e,endRow:_0x16b9ad}=_0x3a0022;if(_0x1bad3e<=_0x31380a&&_0x16b9ad>=_0x27e6ce)return{'error':new Error(_0x575cfe(0x2f6))};_0x31380a<_0x1bad3e&&_0x2b983c['removeRows'](_0x27e6ce,_0x31380a-_0x27e6ce+0x1),_0x157eab[_0x575cfe(0x325)][_0x575cfe(0x33c)][_0x575cfe(0x200)]=_0x2b983c[_0x575cfe(0x2ec)]();}if(_0x4f308c[_0x575cfe(0x325)][_0x575cfe(0x1c4)]===_0x5432bc[_0x575cfe(0x325)]['to'][_0x575cfe(0x1c4)]){const _0x41f24a=new _0x2d3a6d['ObjectMatrix'](_0x157eab[_0x575cfe(0x325)]['to'][_0x575cfe(0x200)]),_0x140bb9=_0x41f24a[_0x575cfe(0x205)](),{startRow:_0x1095c1,endRow:_0x2357b7}=_0x140bb9;if(_0x1095c1<=_0x31380a&&_0x2357b7>=_0x27e6ce)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x31380a<_0x1095c1&&_0x41f24a['removeRows'](_0x27e6ce,_0x31380a-_0x27e6ce+0x1),_0x157eab[_0x575cfe(0x325)]['to']['value']=_0x41f24a['getMatrix']();}return{'m1Prime':_0x546833,'m2Prime':_0x157eab};}},_0x44dc6c={'m1':_0x10971e[_0x485413(0x223)]['id'],'m2':_0x10971e[_0x485413(0x202)]['id'],'handler'(_0x21e834,_0x2d0e63){const _0x5109db=_0x485413,_0x2414e1={'m1Prime':_0x21e834,'m2Prime':_0x2d0e63};if(_0x21e834[_0x5109db(0x325)][_0x5109db(0x21e)]!==_0x2d0e63['params'][_0x5109db(0x21e)]||_0x21e834[_0x5109db(0x325)][_0x5109db(0x1c4)]!==_0x2d0e63[_0x5109db(0x325)][_0x5109db(0x1c4)])return _0x2414e1;const _0x5ab1b3=_0x2d3a6d['Tools'][_0x5109db(0x2f9)](_0x21e834),_0x129d11=_0x2d3a6d[_0x5109db(0x237)][_0x5109db(0x2f9)](_0x2d0e63);if(_0x21e834[_0x5109db(0x325)][_0x5109db(0x297)]['startRow']<=_0x2d0e63[_0x5109db(0x325)]['sourceRange'][_0x5109db(0x353)]&&_0x21e834[_0x5109db(0x325)][_0x5109db(0x297)][_0x5109db(0x353)]>=_0x2d0e63[_0x5109db(0x325)][_0x5109db(0x2c6)][_0x5109db(0x248)]||_0x21e834[_0x5109db(0x325)]['range']['startRow']<=_0x2d0e63[_0x5109db(0x325)]['targetRange'][_0x5109db(0x353)]&&_0x21e834[_0x5109db(0x325)][_0x5109db(0x297)]['endRow']>=_0x2d0e63[_0x5109db(0x325)][_0x5109db(0x291)]['startRow'])return{'error':new Error(_0x5109db(0x1c1))};const _0xdb2c01=_0x10971e[_0x5109db(0x2d3)](_0x5d6a03(_0x10971e[_0x5109db(0x2f3)](_0x21e834[_0x5109db(0x325)]['range'])),_0x5d6a03(_0x10971e['rotateRange'](_0x2d0e63[_0x5109db(0x325)][_0x5109db(0x2c6)]))),_0x12fb1d=_0x10971e['handleBaseRemoveRange'](_0x5d6a03(_0x10971e['rotateRange'](_0x21e834[_0x5109db(0x325)][_0x5109db(0x297)])),_0x5d6a03(_0x10971e[_0x5109db(0x2f3)](_0x2d0e63[_0x5109db(0x325)][_0x5109db(0x291)])));_0xdb2c01&&_0x12fb1d?(_0x129d11[_0x5109db(0x325)][_0x5109db(0x2c6)]['startRow']+=_0xdb2c01['step'],_0x129d11['params']['sourceRange']['endRow']+=_0xdb2c01[_0x5109db(0x1b4)]+(_0xdb2c01[_0x5109db(0x1c0)]||0x0),_0x129d11[_0x5109db(0x325)][_0x5109db(0x291)]['startRow']+=_0x12fb1d[_0x5109db(0x1b4)],_0x129d11[_0x5109db(0x325)][_0x5109db(0x291)][_0x5109db(0x353)]+=_0x12fb1d['step']+(_0x12fb1d['length']||0x0)):_0x129d11['id']=_0x10971e[_0x5109db(0x313)]['id'];const _0x1e99da=_0x10971e['handleBaseMoveRowsCols']({'start':_0x2d0e63['params'][_0x5109db(0x2c6)]['startRow'],'end':_0x2d0e63[_0x5109db(0x325)][_0x5109db(0x2c6)][_0x5109db(0x353)]},{'start':_0x2d0e63['params']['targetRange'][_0x5109db(0x248)],'end':_0x2d0e63[_0x5109db(0x325)][_0x5109db(0x291)][_0x5109db(0x353)]},{'start':_0x21e834[_0x5109db(0x325)][_0x5109db(0x297)][_0x5109db(0x248)],'end':_0x21e834[_0x5109db(0x325)]['range'][_0x5109db(0x353)]});if(_0x1e99da){const {step:_0x4033eb,length:_0x2006f6}=_0x1e99da;_0x5ab1b3[_0x5109db(0x325)][_0x5109db(0x297)]['startRow']+=_0x4033eb,_0x5ab1b3[_0x5109db(0x325)][_0x5109db(0x297)][_0x5109db(0x353)]+=_0x4033eb+(_0x2006f6||0x0);}else _0x5ab1b3['id']=_0x10971e['EmptyMutation']['id'];return{'m1Prime':_0x5ab1b3,'m2Prime':_0x129d11};}},_0x217fd0={'m1':_0x10971e['RemoveRowMutation']['id'],'m2':_0x10971e[_0x485413(0x223)]['id'],'handler'(_0x242820,_0x4c1428){const _0x371f01=_0x485413,_0x1eda5e={'m1Prime':_0x242820,'m2Prime':_0x4c1428};if(_0x242820['params']['unitId']!==_0x4c1428['params'][_0x371f01(0x21e)]||_0x242820[_0x371f01(0x325)][_0x371f01(0x1c4)]!==_0x4c1428[_0x371f01(0x325)][_0x371f01(0x1c4)])return _0x1eda5e;const _0x4fd2be=_0x2d3a6d[_0x371f01(0x237)][_0x371f01(0x2f9)](_0x242820),_0x5c4e2b=_0x2d3a6d[_0x371f01(0x237)][_0x371f01(0x2f9)](_0x4c1428),_0x4922d7=_0x10971e[_0x371f01(0x2d3)](_0x5d6a03(_0x10971e[_0x371f01(0x2f3)](_0x242820[_0x371f01(0x325)][_0x371f01(0x297)])),_0x5d6a03(_0x10971e['rotateRange'](_0x4c1428['params']['range'])));if(_0x4922d7){const {step:_0x346078,length:_0x906d86}=_0x4922d7;_0x5c4e2b[_0x371f01(0x325)][_0x371f01(0x297)][_0x371f01(0x248)]+=_0x346078,_0x5c4e2b[_0x371f01(0x325)]['range']['endRow']+=_0x346078+(_0x906d86||0x0);}else _0x5c4e2b['id']=_0x10971e[_0x371f01(0x313)]['id'];const _0x5d588e=_0x10971e[_0x371f01(0x2d3)](_0x5d6a03(_0x10971e[_0x371f01(0x2f3)](_0x4c1428['params'][_0x371f01(0x297)])),_0x5d6a03(_0x10971e['rotateRange'](_0x242820[_0x371f01(0x325)]['range'])));if(_0x5d588e){const {step:_0x599a5c,length:_0x598b22}=_0x5d588e;_0x4fd2be[_0x371f01(0x325)][_0x371f01(0x297)][_0x371f01(0x248)]+=_0x599a5c,_0x4fd2be['params'][_0x371f01(0x297)][_0x371f01(0x353)]+=_0x599a5c+(_0x598b22||0x0);}else _0x4fd2be['id']=_0x10971e['EmptyMutation']['id'];return{'m1Prime':_0x4fd2be,'m2Prime':_0x5c4e2b};}},_0x2770f9={'m1':_0x10971e[_0x485413(0x30e)]['id'],'m2':_0x10971e['InsertSheetMutation']['id'],'handler'(_0x4573c4,_0x4803a5){const _0x5db960=_0x485413;if(_0x4573c4[_0x5db960(0x325)][_0x5db960(0x1ed)]['id']===_0x4803a5[_0x5db960(0x325)][_0x5db960(0x1ed)]['id'])return{'error':new Error('Two\x20mutation\x20have\x20the\x20same\x20worksheetId!')};const _0x5ca818=_0x2d3a6d['Tools'][_0x5db960(0x2f9)](_0x4573c4),_0x2490ba=_0x2d3a6d[_0x5db960(0x237)]['deepClone'](_0x4803a5);return _0x5ca818[_0x5db960(0x325)][_0x5db960(0x246)]<=_0x2490ba[_0x5db960(0x325)]['index']?_0x2490ba[_0x5db960(0x325)][_0x5db960(0x246)]+=0x1:_0x5ca818[_0x5db960(0x325)][_0x5db960(0x246)]>_0x2490ba[_0x5db960(0x325)]['index']&&(_0x5ca818['params']['index']+=0x1),_0x4573c4[_0x5db960(0x325)][_0x5db960(0x1ed)][_0x5db960(0x32b)]===_0x4803a5[_0x5db960(0x325)][_0x5db960(0x1ed)]['name']?{'error':new Error(_0x5db960(0x31c))}:{'m1Prime':_0x5ca818,'m2Prime':_0x2490ba};}},_0xc5c8f4={'m1':_0x10971e['RemoveSheetMutation']['id'],'m2':_0x485413(0x269),'handler'(_0x4cb502,_0x259546){const _0x59f764=_0x485413;return _0x4cb502['params'][_0x59f764(0x1c4)]===_0x259546['params'][_0x59f764(0x1c4)]&&_0x4cb502['id']!==_0x259546['id']?{'error':new Error(_0x59f764(0x293))}:{'m1Prime':_0x4cb502,'m2Prime':_0x259546};}},_0xb1b8a6={'m1':_0x10971e['SetWorksheetOrderMutation']['id'],'m2':_0x10971e[_0x485413(0x1d1)]['id'],'handler'(_0x1c02aa,_0x1167a2){const _0x5a469a=_0x485413,_0x14b15f=_0x2d3a6d[_0x5a469a(0x237)][_0x5a469a(0x2f9)](_0x1c02aa),_0x3ef810=_0x2d3a6d[_0x5a469a(0x237)][_0x5a469a(0x2f9)](_0x1167a2),_0x344e42={'error':new Error('Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!')};if(_0x1c02aa[_0x5a469a(0x325)][_0x5a469a(0x339)]===_0x1167a2['params'][_0x5a469a(0x339)])_0x14b15f['id']=_0x10971e[_0x5a469a(0x313)]['id'],_0x3ef810[_0x5a469a(0x325)][_0x5a469a(0x339)]=_0x1c02aa['params'][_0x5a469a(0x309)];else{_0x1c02aa['params']['fromOrder']===_0x1c02aa[_0x5a469a(0x325)][_0x5a469a(0x309)]&&(_0x14b15f['id']=_0x10971e[_0x5a469a(0x313)]['id']),_0x1167a2[_0x5a469a(0x325)]['fromOrder']===_0x1167a2[_0x5a469a(0x325)][_0x5a469a(0x309)]&&(_0x3ef810['id']=_0x10971e['EmptyMutation']['id']);const _0x26fdf5=[Math['min'](_0x1c02aa['params']['fromOrder'],_0x1c02aa[_0x5a469a(0x325)][_0x5a469a(0x309)]),Math[_0x5a469a(0x1bb)](_0x1c02aa[_0x5a469a(0x325)]['fromOrder'],_0x1c02aa[_0x5a469a(0x325)][_0x5a469a(0x309)])],_0x3a5a76=[Math[_0x5a469a(0x28f)](_0x1167a2[_0x5a469a(0x325)][_0x5a469a(0x339)],_0x1167a2[_0x5a469a(0x325)][_0x5a469a(0x309)]),Math['max'](_0x1167a2[_0x5a469a(0x325)][_0x5a469a(0x339)],_0x1167a2['params'][_0x5a469a(0x309)])];if(_0x26fdf5[0x0]<=_0x3a5a76[0x1]&&_0x26fdf5[0x1]>=_0x3a5a76[0x0])return _0x344e42;}return{'m1Prime':_0x14b15f,'m2Prime':_0x3ef810};}},_0x27ad8e={'m1':_0x10971e[_0x485413(0x30e)]['id'],'m2':_0x10971e[_0x485413(0x1d1)]['id'],'handler'(_0x32ab20,_0x47560e){const _0x2d2b4b=_0x485413,_0x34bb86=_0x2d3a6d['Tools']['deepClone'](_0x32ab20),_0x11f2f4=_0x2d3a6d[_0x2d2b4b(0x237)][_0x2d2b4b(0x2f9)](_0x47560e);return _0x32ab20['params'][_0x2d2b4b(0x246)]<=_0x47560e[_0x2d2b4b(0x325)]['order']&&(_0x11f2f4['params'][_0x2d2b4b(0x2d7)]+=0x1),{'m1Prime':_0x34bb86,'m2Prime':_0x11f2f4};}},_0x9956ae={'m1':'any','m2':_0x10971e[_0x485413(0x19f)]['id'],'handler'(_0x2de0b3,_0x564a73){return{'m1Prime':_0x2de0b3,'m2Prime':_0x564a73};}},_0x1f947b=[_0x2770f9,_0x27ad8e,_0xc5c8f4,_0x9956ae,_0xb1b8a6],_0x3723f4={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler'(_0x364229,_0x1eca09){const _0x3e7880=_0x485413,_0xdc2d4c={'m1Prime':_0x364229,'m2Prime':_0x1eca09};if(_0x364229[_0x3e7880(0x325)][_0x3e7880(0x21e)]!==_0x1eca09[_0x3e7880(0x325)][_0x3e7880(0x21e)]||_0x364229['params'][_0x3e7880(0x1c4)]!==_0x1eca09[_0x3e7880(0x325)][_0x3e7880(0x1c4)])return _0xdc2d4c;const _0x25cdff=[_0x2d3a6d[_0x3e7880(0x237)]['deepClone'](_0x364229)],_0x34f3f7=_0x2d3a6d[_0x3e7880(0x237)]['deepClone'](_0x1eca09),_0x573a81=new _0x2d3a6d[(_0x3e7880(0x34d))](_0x34f3f7['params']['cellValue']),_0x1e7c80=_0x573a81['getDataRange'](),_0xe8b00b=_0x364229[_0x3e7880(0x325)][_0x3e7880(0x297)],_0x2213a8=_0xe8b00b[_0x3e7880(0x32e)]-_0xe8b00b[_0x3e7880(0x322)]+0x1;if(_0x34f3f7[_0x3e7880(0x325)]['cellValue']&&_0xe8b00b[_0x3e7880(0x322)]<=_0x1e7c80['endColumn']){const _0x43b0dd=Math['max'](_0x1e7c80[_0x3e7880(0x322)],_0xe8b00b[_0x3e7880(0x322)]);_0x322d2b(_0x34f3f7[_0x3e7880(0x325)][_0x3e7880(0x1e7)],_0x43b0dd,_0x1e7c80[_0x3e7880(0x32e)]-_0x43b0dd+0x1,_0x2213a8);}const _0x259bd5=new _0x2d3a6d[(_0x3e7880(0x34d))]();let _0x3953b6=!0x1;if(_0x573a81['forValue']((_0x19d2e8,_0x59d89d,_0x22eb40)=>{const _0x5d7e2f=_0x3e7880;if(_0x22eb40&&_0x22eb40['f']){const _0x19bbbd=_0x22eb40['f'];let _0x4e7ca5=!0x1;const _0x8a1d04=_0x86a893(_0x364229[_0x5d7e2f(0x325)][_0x5d7e2f(0x21e)],_0x364229[_0x5d7e2f(0x325)][_0x5d7e2f(0x1c4)],_0x19bbbd,_0x2c4578=>{const _0x2bc474=_0x5d7e2f,_0x3c1d40=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x364229[_0x2bc474(0x325)][_0x2bc474(0x297)]),_0x5d6a03(_0x2c4578));return(_0x3c1d40[_0x2bc474(0x1b4)]!==0x0||_0x3c1d40[_0x2bc474(0x1c0)]!==0x0)&&(_0x4e7ca5=!0x0,_0x2c4578[_0x2bc474(0x322)]+=_0x3c1d40[_0x2bc474(0x1b4)],_0x2c4578['endColumn']+=_0x3c1d40[_0x2bc474(0x1b4)]+_0x3c1d40[_0x2bc474(0x1c0)]),_0x2c4578;});_0x4e7ca5&&(_0x3953b6=!0x0,_0x22eb40['f']=_0x8a1d04,_0x259bd5[_0x5d7e2f(0x2e7)](_0x19d2e8,_0x59d89d,{..._0x22eb40}));}}),_0x3953b6){const _0x58511b={'id':_0x10971e[_0x3e7880(0x2cf)]['id'],'params':{'unitId':_0x1eca09['params']['unitId'],'subUnitId':_0x1eca09['params'][_0x3e7880(0x1c4)],'cellValue':_0x259bd5['getMatrix']()}};_0x25cdff[_0x3e7880(0x275)](_0x58511b);}return{'m1Prime':_0x25cdff,'m2Prime':_0x34f3f7};}},_0x39343f={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler'(_0x5289a8,_0x3acd55){const _0x1e1436=_0x485413,_0x199740={'m1Prime':_0x5289a8,'m2Prime':_0x3acd55};if(_0x5289a8[_0x1e1436(0x325)][_0x1e1436(0x21e)]!==_0x3acd55['params'][_0x1e1436(0x21e)]||_0x5289a8[_0x1e1436(0x325)][_0x1e1436(0x1c4)]!==_0x3acd55[_0x1e1436(0x325)][_0x1e1436(0x1c4)])return _0x199740;const _0x3496e5=[_0x2d3a6d['Tools']['deepClone'](_0x5289a8)],_0x2470bc=_0x2d3a6d[_0x1e1436(0x237)]['deepClone'](_0x3acd55),_0xf9a07d=new _0x2d3a6d[(_0x1e1436(0x34d))](_0x2470bc[_0x1e1436(0x325)]['cellValue']),_0x4e03dd=_0xf9a07d['getDataRange'](),_0x379db2=_0x5289a8[_0x1e1436(0x325)]['range'],_0xa4d881=_0x379db2[_0x1e1436(0x353)]-_0x379db2[_0x1e1436(0x248)]+0x1;if(_0x2470bc[_0x1e1436(0x325)]['cellValue']&&_0x379db2[_0x1e1436(0x248)]<=_0x4e03dd[_0x1e1436(0x353)]){const _0x1ff5c3=Math[_0x1e1436(0x1bb)](_0x4e03dd[_0x1e1436(0x248)],_0x379db2['startRow']);_0x37b569(_0x2470bc[_0x1e1436(0x325)][_0x1e1436(0x1e7)],_0x1ff5c3,_0x4e03dd['endRow']-_0x1ff5c3+0x1,_0xa4d881);}const _0x6ad366=new _0x2d3a6d[(_0x1e1436(0x34d))]();let _0x5de5e8=!0x1;if(_0xf9a07d[_0x1e1436(0x2e8)]((_0x5cca74,_0x1751d9,_0x4bbff1)=>{const _0x5f0a41=_0x1e1436;if(_0x4bbff1&&_0x4bbff1['f']){const _0x5b19da=_0x4bbff1['f'];let _0x284002=!0x1;const _0x22674a=_0x86a893(_0x5289a8[_0x5f0a41(0x325)][_0x5f0a41(0x21e)],_0x5289a8[_0x5f0a41(0x325)][_0x5f0a41(0x1c4)],_0x5b19da,_0x5ce329=>{const _0x12cd7d=_0x5f0a41,_0x496b57=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x10971e[_0x12cd7d(0x2f3)](_0x5289a8[_0x12cd7d(0x325)][_0x12cd7d(0x297)])),_0x5d6a03(_0x10971e['rotateRange'](_0x5ce329)));return(_0x496b57[_0x12cd7d(0x1b4)]!==0x0||_0x496b57[_0x12cd7d(0x1c0)]!==0x0)&&(_0x284002=!0x0,_0x5ce329[_0x12cd7d(0x248)]+=_0x496b57[_0x12cd7d(0x1b4)],_0x5ce329['endRow']+=_0x496b57[_0x12cd7d(0x1b4)]+_0x496b57['length']),_0x5ce329;});_0x284002&&(_0x5de5e8=!0x0,_0x4bbff1['f']=_0x22674a,_0x6ad366[_0x5f0a41(0x2e7)](_0x5cca74,_0x1751d9,{..._0x4bbff1}));}}),_0x5de5e8){const _0x3ddca8={'id':_0x10971e[_0x1e1436(0x2cf)]['id'],'params':{'unitId':_0x3acd55[_0x1e1436(0x325)][_0x1e1436(0x21e)],'subUnitId':_0x3acd55[_0x1e1436(0x325)]['subUnitId'],'cellValue':_0x6ad366[_0x1e1436(0x2ec)]()}};_0x3496e5['push'](_0x3ddca8);}return{'m1Prime':_0x3496e5,'m2Prime':_0x2470bc};}},_0x5257f8={'m1':_0x10971e['MoveColsMutation']['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler'(_0x4a1688,_0x1c01f5){const _0x53ff3a=_0x485413,_0x2b020a={'m1Prime':_0x4a1688,'m2Prime':_0x1c01f5};if(_0x4a1688[_0x53ff3a(0x325)][_0x53ff3a(0x21e)]!==_0x1c01f5[_0x53ff3a(0x325)]['unitId']||_0x4a1688[_0x53ff3a(0x325)][_0x53ff3a(0x1c4)]!==_0x1c01f5[_0x53ff3a(0x325)][_0x53ff3a(0x1c4)])return _0x2b020a;const _0x5c7eb9=[_0x2d3a6d[_0x53ff3a(0x237)]['deepClone'](_0x4a1688)],_0x4ce4f5=_0x2d3a6d['Tools'][_0x53ff3a(0x2f9)](_0x1c01f5),_0x2229ed=new _0x2d3a6d[(_0x53ff3a(0x34d))](_0x4ce4f5['params'][_0x53ff3a(0x1e7)]),{sourceRange:_0x2a3e57,targetRange:_0x3a0124}=_0x4a1688[_0x53ff3a(0x325)],_0xb3bcac=_0x2a3e57[_0x53ff3a(0x322)],_0x39a377=_0x2a3e57['endColumn']-_0x2a3e57[_0x53ff3a(0x322)]+0x1,_0x2119de=_0x3a0124[_0x53ff3a(0x322)];_0x2229ed[_0x53ff3a(0x283)](_0xb3bcac,_0x39a377,_0x2119de);const _0x594f90=new _0x2d3a6d[(_0x53ff3a(0x34d))]();let _0x4c36fa=!0x1;if(_0x2229ed['forValue']((_0x325797,_0x29740c,_0xc7548a)=>{const _0x2900b1=_0x53ff3a;if(_0xc7548a&&_0xc7548a['f']){const _0x1cdfe3=_0xc7548a['f'];let _0x354a2e=!0x1;const _0x419a06=_0x86a893(_0x4a1688['params'][_0x2900b1(0x21e)],_0x4a1688[_0x2900b1(0x325)][_0x2900b1(0x1c4)],_0x1cdfe3,_0x48cc65=>{const _0x403ce3=_0x2900b1,_0x3c1ca2=_0x10971e[_0x403ce3(0x2d6)]({'start':_0x4a1688[_0x403ce3(0x325)][_0x403ce3(0x2c6)][_0x403ce3(0x322)],'end':_0x4a1688['params'][_0x403ce3(0x2c6)][_0x403ce3(0x32e)]},{'start':_0x4a1688[_0x403ce3(0x325)]['targetRange']['startColumn'],'end':_0x4a1688[_0x403ce3(0x325)][_0x403ce3(0x291)][_0x403ce3(0x32e)]},{'start':_0x48cc65['startColumn'],'end':_0x48cc65['endColumn']});return(_0x3c1ca2[_0x403ce3(0x1b4)]!==0x0||_0x3c1ca2[_0x403ce3(0x1c0)]!==0x0)&&(_0x354a2e=!0x0,_0x48cc65[_0x403ce3(0x322)]+=_0x3c1ca2[_0x403ce3(0x1b4)],_0x48cc65[_0x403ce3(0x32e)]+=_0x3c1ca2[_0x403ce3(0x1b4)]+_0x3c1ca2[_0x403ce3(0x1c0)]),_0x48cc65;});_0x354a2e&&(_0x4c36fa=!0x0,_0xc7548a['f']=_0x419a06,_0x594f90[_0x2900b1(0x2e7)](_0x325797,_0x29740c,{..._0xc7548a}));}}),_0x4c36fa){const _0x17ad1d={'id':_0x10971e[_0x53ff3a(0x2cf)]['id'],'params':{'unitId':_0x1c01f5[_0x53ff3a(0x325)][_0x53ff3a(0x21e)],'subUnitId':_0x1c01f5[_0x53ff3a(0x325)]['subUnitId'],'cellValue':_0x594f90[_0x53ff3a(0x2ec)]()}};_0x5c7eb9[_0x53ff3a(0x275)](_0x17ad1d);}return _0x4ce4f5['params'][_0x53ff3a(0x1e7)]=_0x2229ed['getMatrix'](),{'m1Prime':_0x5c7eb9,'m2Prime':_0x4ce4f5};}},_0x50e3ed={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler'(_0x550a47,_0x237aab){const _0x243da9=_0x485413,_0x486b0a={'m1Prime':_0x550a47,'m2Prime':_0x237aab};if(_0x550a47[_0x243da9(0x325)]['unitId']!==_0x237aab[_0x243da9(0x325)][_0x243da9(0x21e)]||_0x550a47[_0x243da9(0x325)][_0x243da9(0x1c4)]!==_0x237aab[_0x243da9(0x325)][_0x243da9(0x1c4)])return _0x486b0a;const _0x11df90=[_0x2d3a6d[_0x243da9(0x237)][_0x243da9(0x2f9)](_0x550a47)],_0x677ec0=_0x2d3a6d[_0x243da9(0x237)][_0x243da9(0x2f9)](_0x237aab),_0x5271e1=new _0x2d3a6d[(_0x243da9(0x34d))](_0x677ec0[_0x243da9(0x325)][_0x243da9(0x1e7)]),{sourceRange:_0x1dc101,targetRange:_0x273385}=_0x550a47[_0x243da9(0x325)],_0x57b467=_0x1dc101[_0x243da9(0x248)],_0x4922c3=_0x1dc101[_0x243da9(0x353)]-_0x1dc101[_0x243da9(0x248)]+0x1,_0x9c57ca=_0x273385[_0x243da9(0x248)];_0x5271e1[_0x243da9(0x27c)](_0x57b467,_0x4922c3,_0x9c57ca);const _0x537afe=new _0x2d3a6d[(_0x243da9(0x34d))]();let _0x1497de=!0x1;if(_0x5271e1[_0x243da9(0x2e8)]((_0x527b0e,_0x53cc51,_0x31c222)=>{const _0x2d90f6=_0x243da9;if(_0x31c222&&_0x31c222['f']){const _0x76051c=_0x31c222['f'];let _0x582b7d=!0x1;const _0x499272=_0x86a893(_0x550a47['params']['unitId'],_0x550a47[_0x2d90f6(0x325)][_0x2d90f6(0x1c4)],_0x76051c,_0x1ff56b=>{const _0x71c978=_0x2d90f6,_0x101ec8=_0x10971e[_0x71c978(0x2d6)]({'start':_0x550a47[_0x71c978(0x325)][_0x71c978(0x2c6)][_0x71c978(0x248)],'end':_0x550a47['params'][_0x71c978(0x2c6)]['endRow']},{'start':_0x550a47['params'][_0x71c978(0x291)][_0x71c978(0x248)],'end':_0x550a47['params'][_0x71c978(0x291)][_0x71c978(0x353)]},{'start':_0x1ff56b[_0x71c978(0x248)],'end':_0x1ff56b[_0x71c978(0x353)]});return(_0x101ec8[_0x71c978(0x1b4)]!==0x0||_0x101ec8['length']!==0x0)&&(_0x582b7d=!0x0,_0x1ff56b['startRow']+=_0x101ec8[_0x71c978(0x1b4)],_0x1ff56b[_0x71c978(0x353)]+=_0x101ec8[_0x71c978(0x1b4)]+_0x101ec8[_0x71c978(0x1c0)]),_0x1ff56b;});_0x582b7d&&(_0x1497de=!0x0,_0x31c222['f']=_0x499272,_0x537afe['setValue'](_0x527b0e,_0x53cc51,{..._0x31c222}));}}),_0x1497de){const _0x558d78={'id':_0x10971e[_0x243da9(0x2cf)]['id'],'params':{'unitId':_0x237aab[_0x243da9(0x325)][_0x243da9(0x21e)],'subUnitId':_0x237aab[_0x243da9(0x325)][_0x243da9(0x1c4)],'cellValue':_0x537afe[_0x243da9(0x2ec)]()}};_0x11df90[_0x243da9(0x275)](_0x558d78);}return _0x677ec0['params'][_0x243da9(0x1e7)]=_0x5271e1[_0x243da9(0x2ec)](),{'m1Prime':_0x11df90,'m2Prime':_0x677ec0};}},_0x4a9340={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler'(_0x5a4aec,_0x213d2a){const _0xbcac8b=_0x485413,_0x2a0aa9={'m1Prime':_0x5a4aec,'m2Prime':_0x213d2a};if(_0x5a4aec[_0xbcac8b(0x325)][_0xbcac8b(0x21e)]!==_0x213d2a[_0xbcac8b(0x325)][_0xbcac8b(0x21e)]||_0x5a4aec[_0xbcac8b(0x325)][_0xbcac8b(0x1c4)]!==_0x213d2a[_0xbcac8b(0x325)][_0xbcac8b(0x1c4)])return _0x2a0aa9;const _0x335b4e=[_0x2d3a6d[_0xbcac8b(0x237)]['deepClone'](_0x5a4aec)],_0x1d79b0=_0x2d3a6d[_0xbcac8b(0x237)]['deepClone'](_0x213d2a),_0x17863e=new _0x2d3a6d['ObjectMatrix'](_0x1d79b0['params'][_0xbcac8b(0x1e7)]),_0x3cdd4a=_0x17863e['getDataRange'](),_0xb56f67=_0x5a4aec[_0xbcac8b(0x325)][_0xbcac8b(0x297)],_0x3a4324=_0xb56f67[_0xbcac8b(0x32e)]-_0xb56f67['startColumn']+0x1;if(_0x1d79b0[_0xbcac8b(0x325)][_0xbcac8b(0x1e7)]&&_0xb56f67['endColumn']<_0x3cdd4a['startColumn'])_0x322d2b(_0x1d79b0[_0xbcac8b(0x325)][_0xbcac8b(0x1e7)],_0x3cdd4a[_0xbcac8b(0x322)],_0x3cdd4a[_0xbcac8b(0x32e)]-_0x3cdd4a[_0xbcac8b(0x322)]+0x1,-_0x3a4324);else{if(_0xb56f67['startColumn']<=_0x3cdd4a['endColumn'])return{'error':new Error(_0xbcac8b(0x299))};}const _0x5b86b5=new _0x2d3a6d[(_0xbcac8b(0x34d))]();let _0x371a54=!0x1,_0xb330f8=!0x1;if(_0x17863e[_0xbcac8b(0x2e8)]((_0xd327bc,_0x119f0d,_0x40536e)=>{const _0x1bde2e=_0xbcac8b;if(_0x40536e&&_0x40536e['f']){const _0xc099a2=_0x40536e['f'];let _0xf2bc94=!0x1;const _0x478d44=_0x86a893(_0x5a4aec[_0x1bde2e(0x325)][_0x1bde2e(0x21e)],_0x5a4aec[_0x1bde2e(0x325)][_0x1bde2e(0x1c4)],_0xc099a2,_0x31b1f9=>{const _0xa83cb4=_0x1bde2e,_0x293357=_0x10971e[_0xa83cb4(0x2d3)](_0x5d6a03(_0x5a4aec[_0xa83cb4(0x325)][_0xa83cb4(0x297)]),_0x5d6a03(_0x31b1f9));return _0x293357===null?(_0x371a54=!0x0,_0x31b1f9):((_0x293357[_0xa83cb4(0x1b4)]!==0x0||_0x293357[_0xa83cb4(0x1c0)]!==0x0)&&(_0xf2bc94=!0x0,_0x31b1f9['startColumn']+=_0x293357[_0xa83cb4(0x1b4)],_0x31b1f9['endColumn']+=_0x293357[_0xa83cb4(0x1b4)]+_0x293357[_0xa83cb4(0x1c0)]),_0x31b1f9);});_0xf2bc94&&(_0xb330f8=!0x0,_0x40536e['f']=_0x478d44,_0x5b86b5[_0x1bde2e(0x2e7)](_0xd327bc,_0x119f0d,{..._0x40536e}));}}),_0x371a54)return{'error':new Error('remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column')};if(_0xb330f8){const _0x29ca6c={'id':_0x10971e[_0xbcac8b(0x2cf)]['id'],'params':{'unitId':_0x213d2a[_0xbcac8b(0x325)][_0xbcac8b(0x21e)],'subUnitId':_0x213d2a[_0xbcac8b(0x325)][_0xbcac8b(0x1c4)],'cellValue':_0x5b86b5[_0xbcac8b(0x2ec)]()}};_0x335b4e['push'](_0x29ca6c);}return{'m1Prime':_0x335b4e,'m2Prime':_0x1d79b0};}},_0x577aa6={'m1':_0x10971e['RemoveRowMutation']['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler'(_0x35eb88,_0x5b2111){const _0x12f6c8=_0x485413,_0x36f213={'m1Prime':_0x35eb88,'m2Prime':_0x5b2111};if(_0x35eb88[_0x12f6c8(0x325)]['unitId']!==_0x5b2111[_0x12f6c8(0x325)]['unitId']||_0x35eb88[_0x12f6c8(0x325)][_0x12f6c8(0x1c4)]!==_0x5b2111[_0x12f6c8(0x325)][_0x12f6c8(0x1c4)])return _0x36f213;const _0x5ebc14=[_0x2d3a6d[_0x12f6c8(0x237)][_0x12f6c8(0x2f9)](_0x35eb88)],_0x3f14b0=_0x2d3a6d[_0x12f6c8(0x237)][_0x12f6c8(0x2f9)](_0x5b2111),_0x2960ae=new _0x2d3a6d[(_0x12f6c8(0x34d))](_0x3f14b0[_0x12f6c8(0x325)]['cellValue']),_0x28cef5=_0x2960ae[_0x12f6c8(0x205)](),_0x3e8b0b=_0x35eb88[_0x12f6c8(0x325)][_0x12f6c8(0x297)],_0x27cc87=_0x3e8b0b[_0x12f6c8(0x353)]-_0x3e8b0b[_0x12f6c8(0x248)]+0x1;if(_0x3f14b0[_0x12f6c8(0x325)][_0x12f6c8(0x1e7)]&&_0x3e8b0b[_0x12f6c8(0x353)]<_0x28cef5[_0x12f6c8(0x248)])_0x37b569(_0x3f14b0[_0x12f6c8(0x325)][_0x12f6c8(0x1e7)],_0x28cef5[_0x12f6c8(0x248)],_0x28cef5[_0x12f6c8(0x353)]-_0x28cef5[_0x12f6c8(0x248)]+0x1,-_0x27cc87);else{if(_0x3e8b0b['startRow']<=_0x28cef5[_0x12f6c8(0x353)])return{'error':new Error(_0x12f6c8(0x302))};}const _0x57268c=new _0x2d3a6d[(_0x12f6c8(0x34d))]();let _0x3086dd=!0x1,_0xb885d6=!0x1;if(_0x2960ae[_0x12f6c8(0x2e8)]((_0x51882c,_0x3c77e5,_0x57c046)=>{const _0x49889e=_0x12f6c8;if(_0x57c046&&_0x57c046['f']){const _0x3731ea=_0x57c046['f'];let _0x515411=!0x1;const _0x299e24=_0x86a893(_0x35eb88['params'][_0x49889e(0x21e)],_0x35eb88[_0x49889e(0x325)][_0x49889e(0x1c4)],_0x3731ea,_0x28a249=>{const _0x5b7628=_0x49889e,_0x4aff52=_0x10971e[_0x5b7628(0x2d3)](_0x5d6a03(_0x10971e[_0x5b7628(0x2f3)](_0x35eb88[_0x5b7628(0x325)][_0x5b7628(0x297)])),_0x5d6a03(_0x10971e['rotateRange'](_0x28a249)));return _0x4aff52===null?(_0x3086dd=!0x0,_0x28a249):((_0x4aff52['step']!==0x0||_0x4aff52[_0x5b7628(0x1c0)]!==0x0)&&(_0x515411=!0x0,_0x28a249[_0x5b7628(0x248)]+=_0x4aff52[_0x5b7628(0x1b4)],_0x28a249[_0x5b7628(0x353)]+=_0x4aff52[_0x5b7628(0x1b4)]+_0x4aff52[_0x5b7628(0x1c0)]),_0x28a249);});_0x515411&&(_0xb885d6=!0x0,_0x57c046['f']=_0x299e24,_0x57268c[_0x49889e(0x2e7)](_0x51882c,_0x3c77e5,{..._0x57c046}));}}),_0x3086dd)return{'error':new Error(_0x12f6c8(0x2c9))};if(_0xb885d6){const _0xaf232b={'id':_0x10971e['SetRangeValuesMutation']['id'],'params':{'unitId':_0x5b2111[_0x12f6c8(0x325)][_0x12f6c8(0x21e)],'subUnitId':_0x5b2111[_0x12f6c8(0x325)][_0x12f6c8(0x1c4)],'cellValue':_0x57268c[_0x12f6c8(0x2ec)]()}};_0x5ebc14[_0x12f6c8(0x275)](_0xaf232b);}return{'m1Prime':_0x5ebc14,'m2Prime':_0x3f14b0};}},_0x14f5c5={'m1':_0x10971e[_0x485413(0x1be)]['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler'(_0x5237e1,_0x4281fd){const _0x3319b1=_0x485413,_0x506930={'m1Prime':_0x5237e1,'m2Prime':_0x4281fd};if(_0x5237e1['params'][_0x3319b1(0x21e)]!==_0x4281fd[_0x3319b1(0x325)][_0x3319b1(0x21e)])return _0x506930;const _0x259b1c=new _0x2d3a6d[(_0x3319b1(0x34d))](_0x5237e1[_0x3319b1(0x325)][_0x3319b1(0x33c)][_0x3319b1(0x200)])[_0x3319b1(0x205)](),_0x7f71da=new _0x2d3a6d['ObjectMatrix'](_0x4281fd[_0x3319b1(0x325)]['from'][_0x3319b1(0x200)])['getDataRange'](),_0x3fdebc=new _0x2d3a6d[(_0x3319b1(0x34d))](_0x5237e1['params']['to'][_0x3319b1(0x200)])['getDataRange'](),_0x396026=new _0x2d3a6d['ObjectMatrix'](_0x4281fd['params']['to']['value'])['getDataRange']();return _0x5237e1[_0x3319b1(0x325)][_0x3319b1(0x33c)][_0x3319b1(0x1c4)]===_0x4281fd[_0x3319b1(0x325)][_0x3319b1(0x33c)][_0x3319b1(0x1c4)]&&_0x2d3a6d[_0x3319b1(0x1d0)]['intersects'](_0x259b1c,_0x7f71da)||_0x5237e1[_0x3319b1(0x325)]['to'][_0x3319b1(0x1c4)]===_0x4281fd['params']['to'][_0x3319b1(0x1c4)]&&_0x2d3a6d[_0x3319b1(0x1d0)]['intersects'](_0x3fdebc,_0x396026)||_0x5237e1['params'][_0x3319b1(0x33c)][_0x3319b1(0x1c4)]===_0x4281fd[_0x3319b1(0x325)]['to'][_0x3319b1(0x1c4)]&&_0x2d3a6d[_0x3319b1(0x1d0)][_0x3319b1(0x27f)](_0x259b1c,_0x396026)||_0x5237e1[_0x3319b1(0x325)]['to']['subUnitId']===_0x4281fd['params'][_0x3319b1(0x33c)][_0x3319b1(0x1c4)]&&_0x2d3a6d[_0x3319b1(0x1d0)][_0x3319b1(0x27f)](_0x3fdebc,_0x7f71da)?{'error':new Error('Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.')}:_0x506930;}},_0x517025={'m1':_0x10971e['SetRangeValuesMutation']['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler'(_0x5ea0a0,_0x56ed13){const _0x22484e=_0x485413,_0x2f0035={'m1Prime':_0x5ea0a0,'m2Prime':_0x56ed13};if(_0x5ea0a0[_0x22484e(0x325)]['unitId']!==_0x56ed13[_0x22484e(0x325)][_0x22484e(0x21e)])return _0x2f0035;const _0x32a98b=new _0x2d3a6d[(_0x22484e(0x34d))](_0x5ea0a0[_0x22484e(0x325)][_0x22484e(0x1e7)])[_0x22484e(0x205)](),_0x4d176d=new _0x2d3a6d['ObjectMatrix'](_0x56ed13[_0x22484e(0x325)][_0x22484e(0x33c)][_0x22484e(0x200)])[_0x22484e(0x205)](),_0x1b0708=new _0x2d3a6d[(_0x22484e(0x34d))](_0x56ed13['params']['to'][_0x22484e(0x200)])['getDataRange']();return _0x5ea0a0[_0x22484e(0x325)][_0x22484e(0x1c4)]===_0x56ed13[_0x22484e(0x325)][_0x22484e(0x33c)][_0x22484e(0x1c4)]&&_0x2d3a6d[_0x22484e(0x1d0)][_0x22484e(0x27f)](_0x32a98b,_0x4d176d)||_0x5ea0a0[_0x22484e(0x325)]['subUnitId']===_0x56ed13[_0x22484e(0x325)]['to'][_0x22484e(0x1c4)]&&_0x2d3a6d['Rectangle'][_0x22484e(0x27f)](_0x32a98b,_0x1b0708)?{'error':new Error(_0x22484e(0x2ef))}:_0x2f0035;}},_0x332ee0={'m1':_0x10971e[_0x485413(0x2cf)]['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler'(_0x1ed0ce,_0x547b6f){const _0x105fcf=_0x485413,_0x14300b={'m1Prime':_0x1ed0ce,'m2Prime':_0x547b6f};if(_0x1ed0ce[_0x105fcf(0x325)][_0x105fcf(0x21e)]!==_0x547b6f[_0x105fcf(0x325)][_0x105fcf(0x21e)]||_0x1ed0ce[_0x105fcf(0x325)][_0x105fcf(0x1c4)]!==_0x547b6f[_0x105fcf(0x325)]['subUnitId'])return _0x14300b;const _0x10701c=_0x2d3a6d[_0x105fcf(0x237)][_0x105fcf(0x2f9)](_0x1ed0ce),_0x32d39a=_0x2d3a6d[_0x105fcf(0x237)][_0x105fcf(0x2f9)](_0x547b6f),_0x758e2f=_0x2d3a6d[_0x105fcf(0x237)][_0x105fcf(0x2f9)](_0x547b6f),_0x4233cf=new _0x2d3a6d['ObjectMatrix'](_0x10701c[_0x105fcf(0x325)][_0x105fcf(0x1e7)]),_0x2c70f8=_0x4233cf[_0x105fcf(0x205)](),_0x3edd6f=new _0x2d3a6d['ObjectMatrix'](_0x547b6f[_0x105fcf(0x325)][_0x105fcf(0x1e7)]),_0x5e70a4=new _0x2d3a6d['ObjectMatrix'](),_0x1ba1ab=_0x3edd6f['getDataRange']();return _0x2d3a6d['Rectangle']['intersects'](_0x2c70f8,_0x1ba1ab)?(_0x4233cf[_0x105fcf(0x2e8)]((_0x46a3dc,_0x14dbc0,_0x1cfe16)=>{const _0xfa114c=_0x105fcf;var _0x5718d3;const _0x3e3f22=_0x3edd6f[_0xfa114c(0x2b2)](_0x46a3dc,_0x14dbc0);_0x3e3f22===null&&_0x4233cf['realDeleteValue'](_0x46a3dc,_0x14dbc0),_0x1cfe16&&_0x3e3f22&&(typeof(_0x3e3f22==null?void 0x0:_0x3e3f22['s'])==_0xfa114c(0x1cc)&&(_0x3e3f22['s']=_0x2d3a6d[_0xfa114c(0x237)]['deepClone']((_0x5718d3=_0x32d39a[_0xfa114c(0x325)][_0xfa114c(0x2d5)])==null?void 0x0:_0x5718d3[_0x3e3f22['s']])||void 0x0),_0x5e70a4[_0xfa114c(0x2e7)](_0x46a3dc,_0x14dbc0,_0x3e3f22));}),_0x10701c['params'][_0x105fcf(0x1e7)]=_0x4233cf['getMatrix'](),_0x32d39a[_0x105fcf(0x325)][_0x105fcf(0x1e7)]=_0x5e70a4[_0x105fcf(0x2ec)](),{'m1Prime':[_0x10701c,_0x32d39a],'m2Prime':_0x758e2f}):_0x14300b;}},_0x5ce58a={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler'(_0x14d325,_0x35469c){const _0x20d208=_0x485413,_0xf28df2={'m1Prime':_0x14d325,'m2Prime':_0x35469c};if(_0x14d325['params'][_0x20d208(0x21e)]!==_0x35469c['params'][_0x20d208(0x21e)]||_0x14d325['params']['subUnitId']!==_0x35469c[_0x20d208(0x325)][_0x20d208(0x33c)]['subUnitId']&&_0x14d325['params']['subUnitId']!==_0x35469c[_0x20d208(0x325)]['to'][_0x20d208(0x1c4)])return _0xf28df2;const _0x5149cd=_0x2d3a6d['Tools'][_0x20d208(0x2f9)](_0x14d325),_0x10264c=_0x2d3a6d[_0x20d208(0x237)][_0x20d208(0x2f9)](_0x35469c),_0x4650b4=_0x14d325['params']['sourceRange'],_0x48593c=_0x14d325[_0x20d208(0x325)][_0x20d208(0x291)];if(_0x14d325[_0x20d208(0x325)][_0x20d208(0x1c4)]===_0x35469c[_0x20d208(0x325)][_0x20d208(0x33c)][_0x20d208(0x1c4)]){const _0x516a10=new _0x2d3a6d[(_0x20d208(0x34d))](_0x10264c['params'][_0x20d208(0x33c)][_0x20d208(0x200)]),_0x4cc366=_0x516a10[_0x20d208(0x205)]();if(_0x1937b8({'start':_0x4650b4[_0x20d208(0x248)],'end':_0x4650b4[_0x20d208(0x353)]},{'start':_0x4cc366[_0x20d208(0x248)],'end':_0x4cc366[_0x20d208(0x353)]})||_0x1937b8({'start':_0x48593c['startRow'],'end':_0x48593c[_0x20d208(0x353)]},{'start':_0x4cc366[_0x20d208(0x248)],'end':_0x4cc366[_0x20d208(0x353)]}))return{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20move\x20range')};const _0x520451=_0x10971e['handleBaseMoveRowsCols']({'start':_0x4650b4['startRow'],'end':_0x4650b4[_0x20d208(0x353)]},{'start':_0x48593c[_0x20d208(0x248)],'end':_0x48593c[_0x20d208(0x353)]},{'start':_0x4cc366[_0x20d208(0x248)],'end':_0x4cc366[_0x20d208(0x353)]});if(_0x520451['length']!==0x0)return{'error':new Error(_0x20d208(0x2a8))};_0x520451[_0x20d208(0x1b4)]!==0x0&&_0x516a10[_0x20d208(0x27c)](_0x4650b4[_0x20d208(0x248)],_0x4650b4[_0x20d208(0x353)]-_0x4650b4[_0x20d208(0x248)]+0x1,_0x48593c[_0x20d208(0x248)]),_0x10264c[_0x20d208(0x325)]['from'][_0x20d208(0x200)]=_0x516a10[_0x20d208(0x2ec)]();}if(_0x14d325[_0x20d208(0x325)][_0x20d208(0x1c4)]===_0x35469c[_0x20d208(0x325)]['to']['subUnitId']){const _0x2fce1f=new _0x2d3a6d[(_0x20d208(0x34d))](_0x10264c[_0x20d208(0x325)]['to']['value']),_0xfec7e1=_0x2fce1f['getDataRange']();if(_0x1937b8({'start':_0x4650b4[_0x20d208(0x248)],'end':_0x4650b4[_0x20d208(0x353)]},{'start':_0xfec7e1[_0x20d208(0x248)],'end':_0xfec7e1['endRow']})||_0x1937b8({'start':_0x48593c[_0x20d208(0x248)],'end':_0x48593c[_0x20d208(0x353)]},{'start':_0xfec7e1[_0x20d208(0x248)],'end':_0xfec7e1[_0x20d208(0x353)]}))return{'error':new Error(_0x20d208(0x2a8))};const _0x2987aa=_0x10971e['handleBaseMoveRowsCols']({'start':_0x4650b4['startRow'],'end':_0x4650b4['endRow']},{'start':_0x48593c['startRow'],'end':_0x48593c[_0x20d208(0x353)]},{'start':_0xfec7e1[_0x20d208(0x248)],'end':_0xfec7e1[_0x20d208(0x353)]});if(_0x2987aa[_0x20d208(0x1c0)]!==0x0)return{'error':new Error(_0x20d208(0x2a8))};_0x2987aa[_0x20d208(0x1b4)]!==0x0&&_0x2fce1f[_0x20d208(0x27c)](_0x4650b4[_0x20d208(0x248)],_0x4650b4[_0x20d208(0x353)]-_0x4650b4[_0x20d208(0x248)]+0x1,_0x48593c['startRow']),_0x10264c[_0x20d208(0x325)]['to'][_0x20d208(0x200)]=_0x2fce1f[_0x20d208(0x2ec)]();}return{'m1Prime':_0x5149cd,'m2Prime':_0x10264c};}},_0x23f827={'m1':_0x10971e[_0x485413(0x296)]['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler'(_0x59ff6b,_0x1ed771){const _0x5dd95c=_0x485413,_0x45e98c={'m1Prime':_0x59ff6b,'m2Prime':_0x1ed771};if(_0x59ff6b['params'][_0x5dd95c(0x21e)]!==_0x1ed771[_0x5dd95c(0x325)][_0x5dd95c(0x21e)]||_0x59ff6b['params'][_0x5dd95c(0x1c4)]!==_0x1ed771['params'][_0x5dd95c(0x33c)][_0x5dd95c(0x1c4)]&&_0x59ff6b[_0x5dd95c(0x325)][_0x5dd95c(0x1c4)]!==_0x1ed771['params']['to'][_0x5dd95c(0x1c4)])return _0x45e98c;const _0x102145=_0x2d3a6d[_0x5dd95c(0x237)][_0x5dd95c(0x2f9)](_0x59ff6b),_0x5d0267=_0x2d3a6d[_0x5dd95c(0x237)]['deepClone'](_0x1ed771),_0x5b6999=_0x59ff6b[_0x5dd95c(0x325)][_0x5dd95c(0x2c6)],_0x4ef58e=_0x59ff6b[_0x5dd95c(0x325)][_0x5dd95c(0x291)];if(_0x59ff6b[_0x5dd95c(0x325)][_0x5dd95c(0x1c4)]===_0x1ed771['params']['from'][_0x5dd95c(0x1c4)]){const _0x1d79ea=new _0x2d3a6d[(_0x5dd95c(0x34d))](_0x5d0267['params'][_0x5dd95c(0x33c)][_0x5dd95c(0x200)]),_0x5eee98=_0x1d79ea[_0x5dd95c(0x205)]();if(_0x1937b8({'start':_0x5b6999[_0x5dd95c(0x322)],'end':_0x5b6999[_0x5dd95c(0x32e)]},{'start':_0x5eee98[_0x5dd95c(0x322)],'end':_0x5eee98[_0x5dd95c(0x32e)]})||_0x1937b8({'start':_0x4ef58e['startColumn'],'end':_0x4ef58e['endColumn']},{'start':_0x5eee98[_0x5dd95c(0x322)],'end':_0x5eee98[_0x5dd95c(0x32e)]}))return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};const _0x31d042=_0x10971e[_0x5dd95c(0x2d6)]({'start':_0x5b6999[_0x5dd95c(0x322)],'end':_0x5b6999[_0x5dd95c(0x32e)]},{'start':_0x4ef58e[_0x5dd95c(0x322)],'end':_0x4ef58e[_0x5dd95c(0x32e)]},{'start':_0x5eee98['startColumn'],'end':_0x5eee98[_0x5dd95c(0x32e)]});if(_0x31d042[_0x5dd95c(0x1c0)]!==0x0)return{'error':new Error(_0x5dd95c(0x179))};_0x31d042[_0x5dd95c(0x1b4)]!==0x0&&_0x1d79ea[_0x5dd95c(0x283)](_0x5b6999[_0x5dd95c(0x322)],_0x5b6999[_0x5dd95c(0x32e)]-_0x5b6999[_0x5dd95c(0x322)]+0x1,_0x4ef58e[_0x5dd95c(0x322)]),_0x5d0267[_0x5dd95c(0x325)][_0x5dd95c(0x33c)][_0x5dd95c(0x200)]=_0x1d79ea['getMatrix']();}if(_0x59ff6b[_0x5dd95c(0x325)][_0x5dd95c(0x1c4)]===_0x1ed771['params']['to'][_0x5dd95c(0x1c4)]){const _0x327759=new _0x2d3a6d['ObjectMatrix'](_0x5d0267[_0x5dd95c(0x325)]['to'][_0x5dd95c(0x200)]),_0x2ab87f=_0x327759['getDataRange']();if(_0x1937b8({'start':_0x5b6999[_0x5dd95c(0x322)],'end':_0x5b6999[_0x5dd95c(0x32e)]},{'start':_0x2ab87f[_0x5dd95c(0x322)],'end':_0x2ab87f[_0x5dd95c(0x32e)]})||_0x1937b8({'start':_0x4ef58e[_0x5dd95c(0x322)],'end':_0x4ef58e[_0x5dd95c(0x32e)]},{'start':_0x2ab87f[_0x5dd95c(0x322)],'end':_0x2ab87f[_0x5dd95c(0x32e)]}))return{'error':new Error(_0x5dd95c(0x179))};const _0x4c01e8=_0x10971e[_0x5dd95c(0x2d6)]({'start':_0x5b6999['startColumn'],'end':_0x5b6999[_0x5dd95c(0x32e)]},{'start':_0x4ef58e[_0x5dd95c(0x322)],'end':_0x4ef58e[_0x5dd95c(0x32e)]},{'start':_0x2ab87f[_0x5dd95c(0x322)],'end':_0x2ab87f['endColumn']});if(_0x4c01e8[_0x5dd95c(0x1c0)]!==0x0)return{'error':new Error(_0x5dd95c(0x179))};_0x4c01e8['step']!==0x0&&_0x327759[_0x5dd95c(0x283)](_0x5b6999['startColumn'],_0x5b6999[_0x5dd95c(0x32e)]-_0x5b6999[_0x5dd95c(0x322)]+0x1,_0x4ef58e[_0x5dd95c(0x322)]),_0x5d0267[_0x5dd95c(0x325)]['to'][_0x5dd95c(0x200)]=_0x327759[_0x5dd95c(0x2ec)]();}return{'m1Prime':_0x102145,'m2Prime':_0x5d0267};}},_0x16d144={'m1':_0x10971e[_0x485413(0x266)]['id'],'m2':_0x10971e[_0x485413(0x266)]['id'],'handler'(_0x5271c6,_0x25f990){const _0x2a2f81=_0x485413,_0x1b5997={'m1Prime':_0x5271c6,'m2Prime':_0x25f990};return _0x5271c6[_0x2a2f81(0x325)][_0x2a2f81(0x21e)]!==_0x25f990['params'][_0x2a2f81(0x21e)]||_0x5271c6[_0x2a2f81(0x325)][_0x2a2f81(0x1c4)]!==_0x25f990['params'][_0x2a2f81(0x1c4)]?_0x1b5997:{'error':new Error(_0x2a2f81(0x31b))};}},_0x16963b={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x24e)]['id'],'handler'(_0x117583,_0x22dfc7){const _0x2dd9c8=_0x485413,_0x2bf607={'m1Prime':_0x117583,'m2Prime':_0x22dfc7};if(_0x117583[_0x2dd9c8(0x325)][_0x2dd9c8(0x21e)]!==_0x22dfc7[_0x2dd9c8(0x325)][_0x2dd9c8(0x21e)]||_0x117583[_0x2dd9c8(0x325)][_0x2dd9c8(0x1c4)]!==_0x22dfc7[_0x2dd9c8(0x325)][_0x2dd9c8(0x1c4)])return _0x2bf607;const _0x224700=_0x2d3a6d[_0x2dd9c8(0x237)][_0x2dd9c8(0x2f9)](_0x117583),_0x355007=_0x2d3a6d[_0x2dd9c8(0x237)]['deepClone'](_0x22dfc7),{ranges:_0x4672aa}=_0x355007[_0x2dd9c8(0x325)];return _0x4672aa[_0x2dd9c8(0x1b3)](_0x4b5941=>{const _0x32573c=_0x2dd9c8,_0x5be425=_0x10971e[_0x32573c(0x240)](_0x5d6a03(_0x117583[_0x32573c(0x325)][_0x32573c(0x297)]),_0x4b5941);return _0x5be425[_0x32573c(0x1c0)]!==0x0?!0x0:(_0x4b5941[_0x32573c(0x322)]+=_0x5be425[_0x32573c(0x1b4)],_0x4b5941['endColumn']+=_0x5be425[_0x32573c(0x1b4)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0x224700,'m2Prime':_0x355007};}},_0xd53897={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x1a9)]['id'],'handler'(_0x532d54,_0x34dbea){const _0x443bdb=_0x485413,_0x2c8241={'m1Prime':_0x532d54,'m2Prime':_0x34dbea};if(_0x532d54['params'][_0x443bdb(0x21e)]!==_0x34dbea['params']['unitId']||_0x532d54['params'][_0x443bdb(0x1c4)]!==_0x34dbea[_0x443bdb(0x325)][_0x443bdb(0x1c4)])return _0x2c8241;const _0xa525c9=_0x2d3a6d[_0x443bdb(0x237)][_0x443bdb(0x2f9)](_0x532d54),_0x3e5c7f=_0x2d3a6d['Tools'][_0x443bdb(0x2f9)](_0x34dbea),{ranges:_0x482917}=_0x3e5c7f[_0x443bdb(0x325)];return _0x482917['some'](_0x54571e=>{const _0x4879ac=_0x443bdb,_0xfe15c8=_0x10971e[_0x4879ac(0x240)](_0x5d6a03(_0x532d54[_0x4879ac(0x325)][_0x4879ac(0x297)]),_0x54571e);return _0xfe15c8[_0x4879ac(0x1c0)]!==0x0?!0x0:(_0x54571e[_0x4879ac(0x322)]+=_0xfe15c8[_0x4879ac(0x1b4)],_0x54571e[_0x4879ac(0x32e)]+=_0xfe15c8[_0x4879ac(0x1b4)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible')}:{'m1Prime':_0xa525c9,'m2Prime':_0x3e5c7f};}},_0x18bd2b={'m1':_0x10971e['InsertRowMutation']['id'],'m2':_0x10971e[_0x485413(0x319)]['id'],'handler'(_0x3593d1,_0xeb6ac2){const _0x3faf0d=_0x485413,_0x52322a={'m1Prime':_0x3593d1,'m2Prime':_0xeb6ac2};if(_0x3593d1[_0x3faf0d(0x325)][_0x3faf0d(0x21e)]!==_0xeb6ac2[_0x3faf0d(0x325)][_0x3faf0d(0x21e)]||_0x3593d1['params'][_0x3faf0d(0x1c4)]!==_0xeb6ac2[_0x3faf0d(0x325)]['subUnitId'])return _0x52322a;const _0xcc5cf3=_0x2d3a6d[_0x3faf0d(0x237)][_0x3faf0d(0x2f9)](_0x3593d1),_0x4b91ad=_0x2d3a6d[_0x3faf0d(0x237)][_0x3faf0d(0x2f9)](_0xeb6ac2),{ranges:_0x2f7cc1}=_0x4b91ad[_0x3faf0d(0x325)];return _0x2f7cc1[_0x3faf0d(0x1b3)](_0x18e028=>{const _0x3f702b=_0x3faf0d,_0x10b4ea=_0x10971e[_0x3f702b(0x240)](_0x5d6a03(_0x10971e['rotateRange'](_0x3593d1['params'][_0x3f702b(0x297)])),_0x5d6a03(_0x10971e[_0x3f702b(0x2f3)](_0x18e028)));return _0x10b4ea[_0x3f702b(0x1c0)]!==0x0?!0x0:(_0x18e028[_0x3f702b(0x248)]+=_0x10b4ea[_0x3f702b(0x1b4)],_0x18e028[_0x3f702b(0x353)]+=_0x10b4ea[_0x3f702b(0x1b4)],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden')}:{'m1Prime':_0xcc5cf3,'m2Prime':_0x4b91ad};}},_0x53681b={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x28b)]['id'],'handler'(_0x3a9d6c,_0x137e5a){const _0x25004b=_0x485413,_0x23cb8f={'m1Prime':_0x3a9d6c,'m2Prime':_0x137e5a};if(_0x3a9d6c[_0x25004b(0x325)]['unitId']!==_0x137e5a['params'][_0x25004b(0x21e)]||_0x3a9d6c[_0x25004b(0x325)]['subUnitId']!==_0x137e5a[_0x25004b(0x325)]['subUnitId'])return _0x23cb8f;const _0x3cb351=_0x2d3a6d[_0x25004b(0x237)][_0x25004b(0x2f9)](_0x3a9d6c),_0xe8a5c=_0x2d3a6d[_0x25004b(0x237)][_0x25004b(0x2f9)](_0x137e5a),{ranges:_0x1f2f4a}=_0xe8a5c[_0x25004b(0x325)];return _0x1f2f4a[_0x25004b(0x1b3)](_0x50e94f=>{const _0x10f5f2=_0x25004b,_0x583be0=_0x10971e[_0x10f5f2(0x240)](_0x5d6a03(_0x10971e[_0x10f5f2(0x2f3)](_0x3a9d6c[_0x10f5f2(0x325)]['range'])),_0x5d6a03(_0x10971e[_0x10f5f2(0x2f3)](_0x50e94f)));return _0x583be0[_0x10f5f2(0x1c0)]!==0x0?!0x0:(_0x50e94f[_0x10f5f2(0x248)]+=_0x583be0[_0x10f5f2(0x1b4)],_0x50e94f[_0x10f5f2(0x353)]+=_0x583be0['step'],!0x1);})?{'error':new Error(_0x25004b(0x1e1))}:{'m1Prime':_0x3cb351,'m2Prime':_0xe8a5c};}},_0x180e29={'m1':_0x10971e[_0x485413(0x223)]['id'],'m2':_0x10971e[_0x485413(0x319)]['id'],'handler'(_0x546b36,_0xe48fbe){const _0x13b55e=_0x485413,_0x2c27f2={'m1Prime':_0x546b36,'m2Prime':_0xe48fbe};if(_0x546b36[_0x13b55e(0x325)][_0x13b55e(0x21e)]!==_0xe48fbe[_0x13b55e(0x325)][_0x13b55e(0x21e)]||_0x546b36[_0x13b55e(0x325)][_0x13b55e(0x1c4)]!==_0xe48fbe[_0x13b55e(0x325)][_0x13b55e(0x1c4)])return _0x2c27f2;const _0x922ffa=_0x2d3a6d[_0x13b55e(0x237)][_0x13b55e(0x2f9)](_0x546b36),_0x192c89=_0x2d3a6d[_0x13b55e(0x237)][_0x13b55e(0x2f9)](_0xe48fbe),{ranges:_0x1e4284}=_0x192c89['params'];return _0x1e4284[_0x13b55e(0x184)](_0x38a3f5=>{const _0x4a14c3=_0x13b55e,_0x12d58c=_0x10971e[_0x4a14c3(0x2d3)](_0x5d6a03(_0x10971e[_0x4a14c3(0x2f3)](_0x546b36['params'][_0x4a14c3(0x297)])),_0x5d6a03(_0x10971e['rotateRange'](_0x38a3f5)));_0x12d58c==null?_0x192c89['id']=_0x10971e[_0x4a14c3(0x313)]['id']:(_0x38a3f5[_0x4a14c3(0x248)]+=_0x12d58c[_0x4a14c3(0x1b4)],_0x38a3f5[_0x4a14c3(0x353)]+=_0x12d58c['step']+_0x12d58c['length']);}),{'m1Prime':_0x922ffa,'m2Prime':_0x192c89};}},_0x1233ec={'m1':_0x10971e[_0x485413(0x223)]['id'],'m2':_0x10971e[_0x485413(0x28b)]['id'],'handler'(_0x21c4aa,_0x3d6d40){const _0xecc1f5=_0x485413,_0x15304d={'m1Prime':_0x21c4aa,'m2Prime':_0x3d6d40};if(_0x21c4aa[_0xecc1f5(0x325)][_0xecc1f5(0x21e)]!==_0x3d6d40['params'][_0xecc1f5(0x21e)]||_0x21c4aa[_0xecc1f5(0x325)][_0xecc1f5(0x1c4)]!==_0x3d6d40[_0xecc1f5(0x325)][_0xecc1f5(0x1c4)])return _0x15304d;const _0x34cb92=_0x2d3a6d[_0xecc1f5(0x237)]['deepClone'](_0x21c4aa),_0x238514=_0x2d3a6d[_0xecc1f5(0x237)]['deepClone'](_0x3d6d40),{ranges:_0x128625}=_0x238514[_0xecc1f5(0x325)];return _0x128625[_0xecc1f5(0x184)](_0x59e606=>{const _0x111377=_0xecc1f5,_0x1a07f8=_0x10971e['handleBaseRemoveRange'](_0x5d6a03(_0x10971e['rotateRange'](_0x21c4aa[_0x111377(0x325)][_0x111377(0x297)])),_0x5d6a03(_0x10971e[_0x111377(0x2f3)](_0x59e606)));_0x1a07f8==null?_0x238514['id']=_0x10971e[_0x111377(0x313)]['id']:(_0x59e606[_0x111377(0x248)]+=_0x1a07f8['step'],_0x59e606[_0x111377(0x353)]+=_0x1a07f8[_0x111377(0x1b4)]+_0x1a07f8[_0x111377(0x1c0)]);}),{'m1Prime':_0x34cb92,'m2Prime':_0x238514};}},_0x3df6e3={'m1':_0x10971e['RemoveColMutation']['id'],'m2':_0x10971e[_0x485413(0x24e)]['id'],'handler'(_0x31ae30,_0x1a11a3){const _0x45bd7c=_0x485413,_0xb93500={'m1Prime':_0x31ae30,'m2Prime':_0x1a11a3};if(_0x31ae30['params'][_0x45bd7c(0x21e)]!==_0x1a11a3[_0x45bd7c(0x325)][_0x45bd7c(0x21e)]||_0x31ae30[_0x45bd7c(0x325)][_0x45bd7c(0x1c4)]!==_0x1a11a3[_0x45bd7c(0x325)]['subUnitId'])return _0xb93500;const _0x224a7e=_0x2d3a6d['Tools'][_0x45bd7c(0x2f9)](_0x31ae30),_0x563d82=_0x2d3a6d[_0x45bd7c(0x237)][_0x45bd7c(0x2f9)](_0x1a11a3),{ranges:_0x348177}=_0x563d82['params'];return _0x348177['forEach'](_0x453778=>{const _0x49e5ba=_0x45bd7c,_0x120cfe=_0x10971e[_0x49e5ba(0x2d3)](_0x5d6a03(_0x31ae30[_0x49e5ba(0x325)][_0x49e5ba(0x297)]),_0x453778);_0x120cfe==null?_0x563d82['id']=_0x10971e['EmptyMutation']['id']:(_0x453778[_0x49e5ba(0x322)]+=_0x120cfe[_0x49e5ba(0x1b4)],_0x453778[_0x49e5ba(0x32e)]+=_0x120cfe[_0x49e5ba(0x1b4)]+_0x120cfe[_0x49e5ba(0x1c0)]);}),{'m1Prime':_0x224a7e,'m2Prime':_0x563d82};}},_0x20b680={'m1':_0x10971e['RemoveColMutation']['id'],'m2':_0x10971e[_0x485413(0x1a9)]['id'],'handler'(_0x105722,_0x5af0f7){const _0x59d378=_0x485413,_0x109640={'m1Prime':_0x105722,'m2Prime':_0x5af0f7};if(_0x105722[_0x59d378(0x325)][_0x59d378(0x21e)]!==_0x5af0f7[_0x59d378(0x325)][_0x59d378(0x21e)]||_0x105722[_0x59d378(0x325)][_0x59d378(0x1c4)]!==_0x5af0f7[_0x59d378(0x325)]['subUnitId'])return _0x109640;const _0x530d37=_0x2d3a6d['Tools']['deepClone'](_0x105722),_0x4d789b=_0x2d3a6d[_0x59d378(0x237)][_0x59d378(0x2f9)](_0x5af0f7),{ranges:_0x3fa82f}=_0x4d789b[_0x59d378(0x325)];return _0x3fa82f[_0x59d378(0x184)](_0x3a4ad2=>{const _0x5b2c57=_0x59d378,_0x5762e0=_0x10971e[_0x5b2c57(0x2d3)](_0x5d6a03(_0x105722[_0x5b2c57(0x325)][_0x5b2c57(0x297)]),_0x3a4ad2);_0x5762e0==null?_0x4d789b['id']=_0x10971e[_0x5b2c57(0x313)]['id']:(_0x3a4ad2[_0x5b2c57(0x322)]+=_0x5762e0['step'],_0x3a4ad2[_0x5b2c57(0x32e)]+=_0x5762e0[_0x5b2c57(0x1b4)]+_0x5762e0[_0x5b2c57(0x1c0)]);}),{'m1Prime':_0x530d37,'m2Prime':_0x4d789b};}},_0x555c07={'m1':_0x10971e[_0x485413(0x296)]['id'],'m2':_0x10971e[_0x485413(0x24e)]['id'],'handler'(_0x160998,_0x37083b){const _0x4c3852=_0x485413,_0xbc9d0c={'m1Prime':_0x160998,'m2Prime':_0x37083b};if(_0x160998[_0x4c3852(0x325)][_0x4c3852(0x21e)]!==_0x37083b[_0x4c3852(0x325)][_0x4c3852(0x21e)]||_0x160998[_0x4c3852(0x325)][_0x4c3852(0x1c4)]!==_0x37083b['params'][_0x4c3852(0x1c4)])return _0xbc9d0c;const _0xffd6fa=_0x2d3a6d[_0x4c3852(0x237)]['deepClone'](_0x160998),_0xe65002=_0x2d3a6d[_0x4c3852(0x237)][_0x4c3852(0x2f9)](_0x37083b),{ranges:_0x10b642}=_0xe65002[_0x4c3852(0x325)],{sourceRange:_0x1bf0fe,targetRange:_0x3d60bf}=_0x160998[_0x4c3852(0x325)],_0x1a1b56={'start':_0x1bf0fe[_0x4c3852(0x322)],'end':_0x1bf0fe[_0x4c3852(0x32e)]},_0x4db72a={'start':_0x3d60bf[_0x4c3852(0x322)],'end':_0x3d60bf[_0x4c3852(0x32e)]};return _0x10b642['some'](_0x41d69d=>{const _0xac9cce=_0x4c3852,_0x3a67ab={'start':_0x41d69d[_0xac9cce(0x322)],'end':_0x41d69d[_0xac9cce(0x32e)]},_0x1ff863=_0x1937b8(_0x1a1b56,_0x3a67ab),_0x54612e=_0x1937b8(_0x4db72a,_0x3a67ab);if(_0x1ff863||_0x54612e)return!0x0;const _0x345c00=_0x10971e[_0xac9cce(0x2d6)](_0x1a1b56,_0x4db72a,_0x3a67ab);return _0x345c00[_0xac9cce(0x1c0)]!==0x0?!0x0:(_0x41d69d[_0xac9cce(0x322)]+=_0x345c00[_0xac9cce(0x1b4)],_0x41d69d[_0xac9cce(0x32e)]+=_0x345c00[_0xac9cce(0x1b4)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden')}:{'m1Prime':_0xffd6fa,'m2Prime':_0xe65002};}},_0xc5709b={'m1':_0x10971e[_0x485413(0x296)]['id'],'m2':_0x10971e[_0x485413(0x1a9)]['id'],'handler'(_0x12d594,_0x3c2a5c){const _0x8fa8b0=_0x485413,_0x280cda={'m1Prime':_0x12d594,'m2Prime':_0x3c2a5c};if(_0x12d594[_0x8fa8b0(0x325)][_0x8fa8b0(0x21e)]!==_0x3c2a5c[_0x8fa8b0(0x325)][_0x8fa8b0(0x21e)]||_0x12d594[_0x8fa8b0(0x325)][_0x8fa8b0(0x1c4)]!==_0x3c2a5c[_0x8fa8b0(0x325)][_0x8fa8b0(0x1c4)])return _0x280cda;const _0x411988=_0x2d3a6d[_0x8fa8b0(0x237)]['deepClone'](_0x12d594),_0x2bc953=_0x2d3a6d[_0x8fa8b0(0x237)][_0x8fa8b0(0x2f9)](_0x3c2a5c),{ranges:_0x44dabf}=_0x2bc953[_0x8fa8b0(0x325)],{sourceRange:_0x57906e,targetRange:_0x5eba71}=_0x12d594['params'],_0x47f912={'start':_0x57906e['startColumn'],'end':_0x57906e['endColumn']},_0x1d828e={'start':_0x5eba71['startColumn'],'end':_0x5eba71[_0x8fa8b0(0x32e)]};return _0x44dabf[_0x8fa8b0(0x1b3)](_0x489496=>{const _0xc922bf=_0x8fa8b0,_0x14e707={'start':_0x489496[_0xc922bf(0x322)],'end':_0x489496[_0xc922bf(0x32e)]},_0x101980=_0x1937b8(_0x47f912,_0x14e707),_0x3842ec=_0x1937b8(_0x1d828e,_0x14e707);if(_0x101980||_0x3842ec)return!0x0;const _0x5b880b=_0x10971e['handleBaseMoveRowsCols'](_0x47f912,_0x1d828e,_0x14e707);return _0x5b880b[_0xc922bf(0x1c0)]!==0x0?!0x0:(_0x489496[_0xc922bf(0x322)]+=_0x5b880b[_0xc922bf(0x1b4)],_0x489496[_0xc922bf(0x32e)]+=_0x5b880b['step'],!0x1);})?{'error':new Error(_0x8fa8b0(0x2f1))}:{'m1Prime':_0x411988,'m2Prime':_0x2bc953};}},_0x3e1ae={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x10971e[_0x485413(0x319)]['id'],'handler'(_0xfdbf28,_0x5b6082){const _0x37f8d6=_0x485413,_0x1a6e8f={'m1Prime':_0xfdbf28,'m2Prime':_0x5b6082};if(_0xfdbf28[_0x37f8d6(0x325)][_0x37f8d6(0x21e)]!==_0x5b6082[_0x37f8d6(0x325)][_0x37f8d6(0x21e)]||_0xfdbf28[_0x37f8d6(0x325)][_0x37f8d6(0x1c4)]!==_0x5b6082[_0x37f8d6(0x325)][_0x37f8d6(0x1c4)])return _0x1a6e8f;const _0x594799=_0x2d3a6d[_0x37f8d6(0x237)][_0x37f8d6(0x2f9)](_0xfdbf28),_0x4c6f7c=_0x2d3a6d['Tools']['deepClone'](_0x5b6082),{ranges:_0x337a50}=_0x4c6f7c[_0x37f8d6(0x325)],{sourceRange:_0x394cd9,targetRange:_0xfba601}=_0xfdbf28[_0x37f8d6(0x325)],_0x511f20={'start':_0x394cd9[_0x37f8d6(0x248)],'end':_0x394cd9[_0x37f8d6(0x353)]},_0x10f782={'start':_0xfba601[_0x37f8d6(0x248)],'end':_0xfba601[_0x37f8d6(0x353)]};return _0x337a50[_0x37f8d6(0x1b3)](_0x10359e=>{const _0x430313=_0x37f8d6,_0x521705={'start':_0x10359e[_0x430313(0x248)],'end':_0x10359e[_0x430313(0x353)]},_0x50a461=_0x1937b8(_0x511f20,_0x521705),_0x53b235=_0x1937b8(_0x10f782,_0x521705);if(_0x50a461||_0x53b235)return!0x0;const _0x45b681=_0x10971e[_0x430313(0x2d6)](_0x511f20,_0x10f782,_0x521705);return _0x45b681[_0x430313(0x1c0)]!==0x0?!0x0:(_0x10359e['startRow']+=_0x45b681[_0x430313(0x1b4)],_0x10359e[_0x430313(0x353)]+=_0x45b681['step'],!0x1);})?{'error':new Error(_0x37f8d6(0x2ac))}:{'m1Prime':_0x594799,'m2Prime':_0x4c6f7c};}},_0x2cf244={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x10971e['SetRowVisibleMutation']['id'],'handler'(_0x1028eb,_0x4861be){const _0x121bae=_0x485413,_0x1ad89f={'m1Prime':_0x1028eb,'m2Prime':_0x4861be};if(_0x1028eb[_0x121bae(0x325)][_0x121bae(0x21e)]!==_0x4861be['params'][_0x121bae(0x21e)]||_0x1028eb['params'][_0x121bae(0x1c4)]!==_0x4861be[_0x121bae(0x325)][_0x121bae(0x1c4)])return _0x1ad89f;const _0x120e70=_0x2d3a6d[_0x121bae(0x237)]['deepClone'](_0x1028eb),_0x4bf05c=_0x2d3a6d[_0x121bae(0x237)][_0x121bae(0x2f9)](_0x4861be),{ranges:_0x19aeaf}=_0x4bf05c[_0x121bae(0x325)],{sourceRange:_0x2c41f5,targetRange:_0x14243a}=_0x1028eb[_0x121bae(0x325)],_0x4c913a={'start':_0x2c41f5['startRow'],'end':_0x2c41f5[_0x121bae(0x353)]},_0x13a863={'start':_0x14243a[_0x121bae(0x248)],'end':_0x14243a['endRow']};return _0x19aeaf['some'](_0x6d749d=>{const _0x5dea42=_0x121bae,_0x52d95e={'start':_0x6d749d[_0x5dea42(0x248)],'end':_0x6d749d['endRow']},_0x144ed7=_0x1937b8(_0x4c913a,_0x52d95e),_0x45e9f2=_0x1937b8(_0x13a863,_0x52d95e);if(_0x144ed7||_0x45e9f2)return!0x0;const _0x327baf=_0x10971e['handleBaseMoveRowsCols'](_0x4c913a,_0x13a863,_0x52d95e);return _0x327baf[_0x5dea42(0x1c0)]!==0x0?!0x0:(_0x6d749d[_0x5dea42(0x248)]+=_0x327baf[_0x5dea42(0x1b4)],_0x6d749d[_0x5dea42(0x353)]+=_0x327baf['step'],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible')}:{'m1Prime':_0x120e70,'m2Prime':_0x4bf05c};}},_0xe45193={'m1':_0x10971e['SetFrozenMutation']['id'],'m2':_0x10971e[_0x485413(0x1f9)]['id'],'handler'(_0x4357e8,_0x16ed2e){const _0x355efc=_0x485413,_0x3ea3ec={'m1Prime':_0x4357e8,'m2Prime':_0x16ed2e};return _0x4357e8[_0x355efc(0x325)]['unitId']!==_0x16ed2e['params'][_0x355efc(0x21e)]||_0x4357e8[_0x355efc(0x325)][_0x355efc(0x1c4)]!==_0x16ed2e[_0x355efc(0x325)][_0x355efc(0x1c4)]?_0x3ea3ec:{'error':new Error(_0x355efc(0x2da))};}},_0x315d1f={'m1':_0x10971e[_0x485413(0x2b7)]['id'],'m2':_0x10971e[_0x485413(0x2b7)]['id'],'handler'(_0x27b692,_0x4d436b){const _0x1991ae=_0x485413;return _0x27b692['params']['unitId']===_0x4d436b[_0x1991ae(0x325)][_0x1991ae(0x21e)]&&_0x27b692[_0x1991ae(0x325)][_0x1991ae(0x1c4)]===_0x4d436b['params']['subUnitId']&&_0x27b692[_0x1991ae(0x325)][_0x1991ae(0x20a)]!==_0x4d436b['params']['color']?{'error':new Error(_0x1991ae(0x252))}:{'m1Prime':_0x27b692,'m2Prime':_0x4d436b};}},_0x5b5ded={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x1df)]['id'],'handler'(_0x53ed81,_0x3d4dbd){const _0x5f450e=_0x485413,_0xa99446={'m1Prime':_0x53ed81,'m2Prime':_0x3d4dbd};if(_0x53ed81[_0x5f450e(0x325)]['unitId']!==_0x3d4dbd[_0x5f450e(0x325)]['unitId']||_0x53ed81[_0x5f450e(0x325)][_0x5f450e(0x1c4)]!==_0x3d4dbd[_0x5f450e(0x325)]['subUnitId'])return _0xa99446;const _0x565c5b=_0x2d3a6d[_0x5f450e(0x237)][_0x5f450e(0x2f9)](_0x53ed81),_0xf8f582=_0x2d3a6d['Tools'][_0x5f450e(0x2f9)](_0x3d4dbd),{ranges:_0x21b02d}=_0xf8f582[_0x5f450e(0x325)];return _0x21b02d[_0x5f450e(0x1b3)](_0x50f27a=>{const _0x1d0ce4=_0x5f450e,_0x24b6f9=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x53ed81[_0x1d0ce4(0x325)][_0x1d0ce4(0x297)]),_0x50f27a);return _0x24b6f9['length']!==0x0?!0x0:(_0x50f27a['startColumn']+=_0x24b6f9[_0x1d0ce4(0x1b4)],_0x50f27a[_0x1d0ce4(0x32e)]+=_0x24b6f9[_0x1d0ce4(0x1b4)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:{'m1Prime':_0x565c5b,'m2Prime':_0xf8f582};}},_0x360fb9={'m1':_0x10971e[_0x485413(0x296)]['id'],'m2':_0x10971e['SetWorksheetColWidthMutation']['id'],'handler'(_0x4eda9e,_0x257f32){const _0x581ba8=_0x485413,_0x5ba968={'m1Prime':_0x4eda9e,'m2Prime':_0x257f32};if(_0x4eda9e['params'][_0x581ba8(0x21e)]!==_0x257f32[_0x581ba8(0x325)][_0x581ba8(0x21e)]||_0x4eda9e[_0x581ba8(0x325)][_0x581ba8(0x1c4)]!==_0x257f32[_0x581ba8(0x325)][_0x581ba8(0x1c4)])return _0x5ba968;const _0x658f62=_0x2d3a6d[_0x581ba8(0x237)][_0x581ba8(0x2f9)](_0x4eda9e),_0x4d846c=_0x2d3a6d[_0x581ba8(0x237)]['deepClone'](_0x257f32),{ranges:_0x47af37}=_0x4d846c['params'],{sourceRange:_0xb67c3a,targetRange:_0x39c717}=_0x4eda9e[_0x581ba8(0x325)],_0x59acca={'start':_0xb67c3a[_0x581ba8(0x322)],'end':_0xb67c3a[_0x581ba8(0x32e)]},_0x3e19c7={'start':_0x39c717[_0x581ba8(0x322)],'end':_0x39c717[_0x581ba8(0x32e)]};return _0x47af37[_0x581ba8(0x1b3)](_0x493a6c=>{const _0x4add20=_0x581ba8,_0x474d9c={'start':_0x493a6c[_0x4add20(0x322)],'end':_0x493a6c[_0x4add20(0x32e)]},_0x2ff132=_0x1937b8(_0x59acca,_0x474d9c),_0x4b7c14=_0x1937b8(_0x3e19c7,_0x474d9c);if(_0x2ff132||_0x4b7c14)return!0x0;const _0x115009=_0x10971e[_0x4add20(0x2d6)](_0x59acca,_0x3e19c7,_0x474d9c);return _0x115009[_0x4add20(0x1c0)]!==0x0?!0x0:(_0x493a6c[_0x4add20(0x322)]+=_0x115009[_0x4add20(0x1b4)],_0x493a6c[_0x4add20(0x32e)]+=_0x115009['step'],!0x1);})?{'error':new Error(_0x581ba8(0x323))}:{'m1Prime':_0x658f62,'m2Prime':_0x4d846c};}},_0x35cd6f={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x10971e['SetWorksheetColWidthMutation']['id'],'handler'(_0xfafbe,_0x297d89){const _0x158d94=_0x485413,_0x4d6a36={'m1Prime':_0xfafbe,'m2Prime':_0x297d89};if(_0xfafbe[_0x158d94(0x325)][_0x158d94(0x21e)]!==_0x297d89[_0x158d94(0x325)][_0x158d94(0x21e)]||_0xfafbe[_0x158d94(0x325)][_0x158d94(0x1c4)]!==_0x297d89[_0x158d94(0x325)][_0x158d94(0x1c4)])return _0x4d6a36;const _0x44e6e2=_0x2d3a6d[_0x158d94(0x237)][_0x158d94(0x2f9)](_0xfafbe),_0xd7320d=_0x2d3a6d[_0x158d94(0x237)][_0x158d94(0x2f9)](_0x297d89),{ranges:_0x5cb4be}=_0xd7320d[_0x158d94(0x325)];return _0x5cb4be['forEach'](_0x5882ba=>{const _0x202aa1=_0x158d94,_0x184765=_0x10971e['handleBaseRemoveRange'](_0x5d6a03(_0xfafbe[_0x202aa1(0x325)][_0x202aa1(0x297)]),_0x5882ba);_0x184765==null?_0xd7320d['id']=_0x10971e['EmptyMutation']['id']:(_0x5882ba[_0x202aa1(0x322)]+=_0x184765[_0x202aa1(0x1b4)],_0x5882ba[_0x202aa1(0x32e)]+=_0x184765[_0x202aa1(0x1b4)]+_0x184765[_0x202aa1(0x1c0)]);}),{'m1Prime':_0x44e6e2,'m2Prime':_0xd7320d};}},_0x3219f6={'m1':_0x10971e['SetWorksheetColWidthMutation']['id'],'m2':_0x10971e[_0x485413(0x1df)]['id'],'handler'(_0x201996,_0x115a2b){const _0x1a9a2c=_0x485413,_0x1b4136={'m1Prime':_0x201996,'m2Prime':_0x115a2b};if(_0x201996[_0x1a9a2c(0x325)]['unitId']!==_0x115a2b[_0x1a9a2c(0x325)][_0x1a9a2c(0x21e)]||_0x201996[_0x1a9a2c(0x325)][_0x1a9a2c(0x1c4)]!==_0x115a2b[_0x1a9a2c(0x325)][_0x1a9a2c(0x1c4)])return _0x1b4136;const _0x160ac8=_0x201996[_0x1a9a2c(0x325)][_0x1a9a2c(0x28c)],_0x3a35d2=_0x115a2b[_0x1a9a2c(0x325)]['ranges'];return _0x160ac8[_0x1a9a2c(0x1b3)](_0xfc993e=>_0x3a35d2[_0x1a9a2c(0x1b3)](_0x39391f=>_0x2d3a6d[_0x1a9a2c(0x1d0)][_0x1a9a2c(0x27f)](_0xfc993e,_0x39391f)))?{'error':new Error('Two\x20set-worksheet-col-width\x20mutations\x20have\x20conflict.')}:_0x1b4136;}},_0x3f9dc6={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x25b)]['id'],'handler'(_0x2fa339,_0x304800){const _0x20a8d2=_0x485413,_0x3c590a={'m1Prime':_0x2fa339,'m2Prime':_0x304800};if(_0x2fa339['params'][_0x20a8d2(0x21e)]!==_0x304800['params']['unitId']||_0x2fa339[_0x20a8d2(0x325)][_0x20a8d2(0x1c4)]!==_0x304800[_0x20a8d2(0x325)][_0x20a8d2(0x1c4)])return _0x3c590a;const _0x451838=[_0x2d3a6d[_0x20a8d2(0x237)][_0x20a8d2(0x2f9)](_0x2fa339)],_0x37f666=_0x2d3a6d[_0x20a8d2(0x237)]['deepClone'](_0x304800),{values:_0x388847}=_0x37f666[_0x20a8d2(0x325)],_0x1f83dc=[];let _0x518de4=!0x1;for(const _0x21dcdd in _0x388847){const _0x4247eb=_0x388847[_0x21dcdd];if(_0x1f83dc[_0x20a8d2(0x275)](..._0x4247eb[_0x20a8d2(0x28c)]),_0x4247eb[_0x20a8d2(0x28c)][_0x20a8d2(0x1b3)](_0x4be8e0=>{const _0x1c8384=_0x20a8d2,_0x2cb1f3=_0x10971e[_0x1c8384(0x240)](_0x5d6a03(_0x2fa339[_0x1c8384(0x325)][_0x1c8384(0x297)]),_0x5d6a03(_0x4be8e0));return _0x2cb1f3[_0x1c8384(0x1c0)]!==0x0?!0x0:(_0x2cb1f3[_0x1c8384(0x1b4)]!==0x0&&(_0x518de4=!0x0),_0x4be8e0[_0x1c8384(0x322)]+=_0x2cb1f3['step'],_0x4be8e0[_0x1c8384(0x32e)]+=_0x2cb1f3[_0x1c8384(0x1b4)],!0x1);}))return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x518de4){const _0x36b0c0={'id':_0x10971e[_0x20a8d2(0x2b3)]['id'],'params':{'unitId':_0x304800[_0x20a8d2(0x325)][_0x20a8d2(0x21e)],'subUnitId':_0x304800[_0x20a8d2(0x325)][_0x20a8d2(0x1c4)],'ranges':_0x1f83dc}};_0x451838[_0x20a8d2(0x275)](_0x36b0c0,_0x37f666);}return{'m1Prime':_0x451838,'m2Prime':_0x37f666};}},_0x53f953={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e['RemoveNumfmtMutation']['id'],'handler'(_0x212160,_0x4fcd69){const _0x4f4022=_0x485413,_0x523834={'m1Prime':_0x212160,'m2Prime':_0x4fcd69};if(_0x212160[_0x4f4022(0x325)]['unitId']!==_0x4fcd69[_0x4f4022(0x325)][_0x4f4022(0x21e)]||_0x212160[_0x4f4022(0x325)][_0x4f4022(0x1c4)]!==_0x4fcd69[_0x4f4022(0x325)]['subUnitId'])return _0x523834;const _0x404f49=_0x2d3a6d[_0x4f4022(0x237)][_0x4f4022(0x2f9)](_0x212160),_0x2501d9=_0x2d3a6d[_0x4f4022(0x237)][_0x4f4022(0x2f9)](_0x4fcd69),{ranges:_0x475762}=_0x2501d9[_0x4f4022(0x325)];return _0x475762[_0x4f4022(0x1b3)](_0x1f8621=>{const _0x243da8=_0x4f4022,_0x87227a=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x212160[_0x243da8(0x325)][_0x243da8(0x297)]),_0x5d6a03(_0x1f8621));return _0x87227a[_0x243da8(0x1c0)]!==0x0?!0x0:(_0x1f8621[_0x243da8(0x322)]+=_0x87227a['step'],_0x1f8621['endColumn']+=_0x87227a[_0x243da8(0x1b4)],!0x1);})?{'error':new Error(_0x4f4022(0x229))}:{'m1Prime':_0x404f49,'m2Prime':_0x2501d9};}},_0x21116d={'m1':_0x10971e['InsertRowMutation']['id'],'m2':_0x10971e[_0x485413(0x25b)]['id'],'handler'(_0x2ffa0e,_0x13dbba){const _0x5e21fe=_0x485413,_0x5164dd={'m1Prime':_0x2ffa0e,'m2Prime':_0x13dbba};if(_0x2ffa0e[_0x5e21fe(0x325)][_0x5e21fe(0x21e)]!==_0x13dbba[_0x5e21fe(0x325)][_0x5e21fe(0x21e)]||_0x2ffa0e[_0x5e21fe(0x325)][_0x5e21fe(0x1c4)]!==_0x13dbba['params'][_0x5e21fe(0x1c4)])return _0x5164dd;const _0x38ddb5=[_0x2d3a6d['Tools'][_0x5e21fe(0x2f9)](_0x2ffa0e)],_0x128e3a=_0x2d3a6d[_0x5e21fe(0x237)][_0x5e21fe(0x2f9)](_0x13dbba),{values:_0x1cff44}=_0x128e3a['params'],_0x2af872=[];let _0xd51b4f=!0x1;for(const _0x48a17c in _0x1cff44){const _0x1f5107=_0x1cff44[_0x48a17c];if(_0x2af872[_0x5e21fe(0x275)](..._0x1f5107[_0x5e21fe(0x28c)]),_0x1f5107['ranges'][_0x5e21fe(0x1b3)](_0x449d72=>{const _0x54c839=_0x5e21fe,_0x373c10=_0x10971e['handleBaseInsertRange'](_0x5d6a03(_0x10971e['rotateRange'](_0x2ffa0e[_0x54c839(0x325)][_0x54c839(0x297)])),_0x10971e[_0x54c839(0x2f3)](_0x5d6a03(_0x449d72)));return _0x373c10[_0x54c839(0x1c0)]!==0x0?!0x0:(_0x373c10[_0x54c839(0x1b4)]!==0x0&&(_0xd51b4f=!0x0),_0x449d72['startRow']+=_0x373c10[_0x54c839(0x1b4)],_0x449d72[_0x54c839(0x353)]+=_0x373c10[_0x54c839(0x1b4)],!0x1);}))return{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0xd51b4f){const _0x4d0a9e={'id':_0x10971e['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x13dbba[_0x5e21fe(0x325)][_0x5e21fe(0x21e)],'subUnitId':_0x13dbba['params'][_0x5e21fe(0x1c4)],'ranges':_0x2af872}};_0x38ddb5[_0x5e21fe(0x275)](_0x4d0a9e,_0x128e3a);}return{'m1Prime':_0x38ddb5,'m2Prime':_0x128e3a};}},_0x5d2a95={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler'(_0x5d17af,_0x43562c){const _0x419413=_0x485413,_0x3bc220={'m1Prime':_0x5d17af,'m2Prime':_0x43562c};if(_0x5d17af[_0x419413(0x325)][_0x419413(0x21e)]!==_0x43562c[_0x419413(0x325)]['unitId']||_0x5d17af[_0x419413(0x325)][_0x419413(0x1c4)]!==_0x43562c['params'][_0x419413(0x1c4)])return _0x3bc220;const _0x1e6373=_0x2d3a6d[_0x419413(0x237)]['deepClone'](_0x5d17af),_0x5cfa6b=_0x2d3a6d[_0x419413(0x237)]['deepClone'](_0x43562c),{ranges:_0x4f3d1f}=_0x5cfa6b[_0x419413(0x325)];return _0x4f3d1f[_0x419413(0x1b3)](_0x389d72=>{const _0x6f234f=_0x419413,_0x3d022e=_0x10971e[_0x6f234f(0x240)](_0x5d6a03(_0x10971e[_0x6f234f(0x2f3)](_0x5d17af['params'][_0x6f234f(0x297)])),_0x5d6a03(_0x10971e[_0x6f234f(0x2f3)](_0x389d72)));return _0x3d022e['length']!==0x0?!0x0:(_0x389d72[_0x6f234f(0x248)]+=_0x3d022e['step'],_0x389d72['endRow']+=_0x3d022e['step'],!0x1);})?{'error':new Error('insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x1e6373,'m2Prime':_0x5cfa6b};}},_0x4a7e2a={'m1':_0x10971e['MoveColsMutation']['id'],'m2':_0x10971e[_0x485413(0x25b)]['id'],'handler'(_0x5863b6,_0x334a07){const _0x3c3a80=_0x485413,_0x830d5a={'m1Prime':_0x5863b6,'m2Prime':_0x334a07};if(_0x5863b6[_0x3c3a80(0x325)][_0x3c3a80(0x21e)]!==_0x334a07[_0x3c3a80(0x325)][_0x3c3a80(0x21e)]||_0x5863b6[_0x3c3a80(0x325)][_0x3c3a80(0x1c4)]!==_0x334a07[_0x3c3a80(0x325)][_0x3c3a80(0x1c4)])return _0x830d5a;const _0x4f0987=[_0x2d3a6d[_0x3c3a80(0x237)][_0x3c3a80(0x2f9)](_0x5863b6)],_0x15ed0a=_0x2d3a6d[_0x3c3a80(0x237)][_0x3c3a80(0x2f9)](_0x334a07),{sourceRange:_0x239180,targetRange:_0x21db4f}=_0x5863b6[_0x3c3a80(0x325)],_0x4730f6={'start':_0x239180['startColumn'],'end':_0x239180['endColumn']},_0x4bac7d={'start':_0x21db4f['startColumn'],'end':_0x21db4f['endColumn']},{values:_0x9e75fd}=_0x15ed0a[_0x3c3a80(0x325)],_0x4a26f4=[];let _0x2348fe=!0x1;for(const _0x2c9e12 in _0x9e75fd){const _0x21fe71=_0x9e75fd[_0x2c9e12];if(_0x4a26f4[_0x3c3a80(0x275)](..._0x21fe71[_0x3c3a80(0x28c)]),_0x21fe71['ranges'][_0x3c3a80(0x1b3)](_0x270624=>{const _0x596977=_0x3c3a80,_0x37f1f3={'start':_0x270624[_0x596977(0x322)],'end':_0x270624[_0x596977(0x32e)]},_0x3d91a2=_0x1937b8(_0x4730f6,_0x37f1f3),_0x185107=_0x1937b8(_0x4bac7d,_0x37f1f3);if(_0x3d91a2||_0x185107)return!0x0;const _0x42c55e=_0x10971e[_0x596977(0x2d6)](_0x4730f6,_0x4bac7d,_0x37f1f3);return _0x42c55e[_0x596977(0x1c0)]!==0x0?!0x0:(_0x42c55e[_0x596977(0x1b4)]!==0x0&&(_0x2348fe=!0x0),_0x270624[_0x596977(0x322)]+=_0x42c55e[_0x596977(0x1b4)],_0x270624[_0x596977(0x32e)]+=_0x42c55e[_0x596977(0x1b4)],!0x1);}))return{'error':new Error(_0x3c3a80(0x17b))};}if(_0x2348fe){const _0x4b4b13={'id':_0x10971e[_0x3c3a80(0x2b3)]['id'],'params':{'unitId':_0x334a07[_0x3c3a80(0x325)][_0x3c3a80(0x21e)],'subUnitId':_0x334a07[_0x3c3a80(0x325)][_0x3c3a80(0x1c4)],'ranges':_0x4a26f4}};_0x4f0987[_0x3c3a80(0x275)](_0x4b4b13,_0x15ed0a);}return{'m1Prime':_0x4f0987,'m2Prime':_0x15ed0a};}},_0x210a23={'m1':_0x10971e[_0x485413(0x296)]['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler'(_0x716cbf,_0x2366a9){const _0x3c2ef5=_0x485413,_0x34e5b9={'m1Prime':_0x716cbf,'m2Prime':_0x2366a9};if(_0x716cbf[_0x3c2ef5(0x325)]['unitId']!==_0x2366a9[_0x3c2ef5(0x325)][_0x3c2ef5(0x21e)]||_0x716cbf[_0x3c2ef5(0x325)][_0x3c2ef5(0x1c4)]!==_0x2366a9['params'][_0x3c2ef5(0x1c4)])return _0x34e5b9;const _0x1deaf1=_0x2d3a6d[_0x3c2ef5(0x237)][_0x3c2ef5(0x2f9)](_0x716cbf),_0x40f542=_0x2d3a6d[_0x3c2ef5(0x237)][_0x3c2ef5(0x2f9)](_0x2366a9),{sourceRange:_0x36ca8a,targetRange:_0x4ab9f5}=_0x716cbf[_0x3c2ef5(0x325)],_0x55a5f7={'start':_0x36ca8a[_0x3c2ef5(0x322)],'end':_0x36ca8a[_0x3c2ef5(0x32e)]},_0x38d5e6={'start':_0x4ab9f5[_0x3c2ef5(0x322)],'end':_0x4ab9f5['endColumn']};return _0x40f542[_0x3c2ef5(0x325)][_0x3c2ef5(0x28c)][_0x3c2ef5(0x1b3)](_0x33a243=>{const _0x14bb52=_0x3c2ef5,_0x3ff897={'start':_0x33a243[_0x14bb52(0x322)],'end':_0x33a243[_0x14bb52(0x32e)]},_0x3daa66=_0x1937b8(_0x55a5f7,_0x3ff897),_0x9459c4=_0x1937b8(_0x38d5e6,_0x3ff897);if(_0x3daa66||_0x9459c4)return!0x0;const _0x2d137b=_0x10971e['handleBaseMoveRowsCols'](_0x55a5f7,_0x38d5e6,_0x3ff897);return _0x2d137b[_0x14bb52(0x1c0)]!==0x0?!0x0:(_0x33a243[_0x14bb52(0x322)]+=_0x2d137b['step'],_0x33a243[_0x14bb52(0x32e)]+=_0x2d137b['step'],!0x1);})?{'error':new Error(_0x3c2ef5(0x2f2))}:{'m1Prime':_0x1deaf1,'m2Prime':_0x40f542};}},_0x3415c9={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x10971e[_0x485413(0x25b)]['id'],'handler'(_0x3a5569,_0x6ded12){const _0x43c87f=_0x485413,_0x5dbc5b={'m1Prime':_0x3a5569,'m2Prime':_0x6ded12};if(_0x3a5569['params'][_0x43c87f(0x21e)]!==_0x6ded12[_0x43c87f(0x325)]['unitId']||_0x3a5569[_0x43c87f(0x325)][_0x43c87f(0x1c4)]!==_0x6ded12[_0x43c87f(0x325)][_0x43c87f(0x1c4)])return _0x5dbc5b;const _0x3b91bd=[_0x2d3a6d[_0x43c87f(0x237)][_0x43c87f(0x2f9)](_0x3a5569)],_0x17a457=_0x2d3a6d['Tools'][_0x43c87f(0x2f9)](_0x6ded12),{sourceRange:_0x8207ed,targetRange:_0xac9e8}=_0x3a5569[_0x43c87f(0x325)],_0x1c253c={'start':_0x8207ed[_0x43c87f(0x248)],'end':_0x8207ed[_0x43c87f(0x353)]},_0x14740a={'start':_0xac9e8['startRow'],'end':_0xac9e8[_0x43c87f(0x353)]},{values:_0x1e67f3}=_0x17a457['params'],_0x17d668=[];let _0x4543cb=!0x1;for(const _0x201279 in _0x1e67f3){const _0x414cfe=_0x1e67f3[_0x201279];if(_0x17d668[_0x43c87f(0x275)](..._0x414cfe[_0x43c87f(0x28c)]),_0x414cfe[_0x43c87f(0x28c)][_0x43c87f(0x1b3)](_0x3f480a=>{const _0x15d326=_0x43c87f,_0x27e19d={'start':_0x3f480a[_0x15d326(0x248)],'end':_0x3f480a[_0x15d326(0x353)]},_0x5e94c6=_0x1937b8(_0x1c253c,_0x27e19d),_0x1d887e=_0x1937b8(_0x14740a,_0x27e19d);if(_0x5e94c6||_0x1d887e)return!0x0;const _0xc586ed=_0x10971e['handleBaseMoveRowsCols'](_0x1c253c,_0x14740a,_0x27e19d);return _0xc586ed[_0x15d326(0x1c0)]!==0x0?!0x0:(_0xc586ed[_0x15d326(0x1b4)]!==0x0&&(_0x4543cb=!0x0),_0x3f480a[_0x15d326(0x248)]+=_0xc586ed[_0x15d326(0x1b4)],_0x3f480a[_0x15d326(0x353)]+=_0xc586ed[_0x15d326(0x1b4)],!0x1);}))return{'error':new Error(_0x43c87f(0x210))};}if(_0x4543cb){const _0x5f1d38={'id':_0x10971e['RemoveNumfmtMutation']['id'],'params':{'unitId':_0x6ded12[_0x43c87f(0x325)][_0x43c87f(0x21e)],'subUnitId':_0x6ded12[_0x43c87f(0x325)][_0x43c87f(0x1c4)],'ranges':_0x17d668}};_0x3b91bd[_0x43c87f(0x275)](_0x5f1d38,_0x17a457);}return{'m1Prime':_0x3b91bd,'m2Prime':_0x17a457};}},_0x556e5f={'m1':_0x10971e['MoveRowsMutation']['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler'(_0x340fad,_0x4e5641){const _0x5940c9=_0x485413,_0xa082e0={'m1Prime':_0x340fad,'m2Prime':_0x4e5641};if(_0x340fad[_0x5940c9(0x325)][_0x5940c9(0x21e)]!==_0x4e5641[_0x5940c9(0x325)][_0x5940c9(0x21e)]||_0x340fad[_0x5940c9(0x325)]['subUnitId']!==_0x4e5641[_0x5940c9(0x325)]['subUnitId'])return _0xa082e0;const _0x46df10=_0x2d3a6d[_0x5940c9(0x237)][_0x5940c9(0x2f9)](_0x340fad),_0x3bd613=_0x2d3a6d['Tools'][_0x5940c9(0x2f9)](_0x4e5641),{sourceRange:_0x2291ec,targetRange:_0x447082}=_0x340fad[_0x5940c9(0x325)],_0x2f599e={'start':_0x2291ec['startRow'],'end':_0x2291ec[_0x5940c9(0x353)]},_0x2065f6={'start':_0x447082[_0x5940c9(0x248)],'end':_0x447082[_0x5940c9(0x353)]};return _0x3bd613['params'][_0x5940c9(0x28c)]['some'](_0x52192b=>{const _0x283616=_0x5940c9,_0x2947d1={'start':_0x52192b[_0x283616(0x248)],'end':_0x52192b['endRow']},_0x597234=_0x1937b8(_0x2f599e,_0x2947d1),_0x22001b=_0x1937b8(_0x2065f6,_0x2947d1);if(_0x597234||_0x22001b)return!0x0;const _0x2ede09=_0x10971e['handleBaseMoveRowsCols'](_0x2f599e,_0x2065f6,_0x2947d1);return _0x2ede09[_0x283616(0x1c0)]!==0x0?!0x0:(_0x52192b[_0x283616(0x248)]+=_0x2ede09[_0x283616(0x1b4)],_0x52192b['endRow']+=_0x2ede09[_0x283616(0x1b4)],!0x1);})?{'error':new Error(_0x5940c9(0x344))}:{'m1Prime':_0x46df10,'m2Prime':_0x3bd613};}},_0x124bb1={'m1':_0x10971e[_0x485413(0x1be)]['id'],'m2':_0x10971e[_0x485413(0x25b)]['id'],'handler'(_0x5d61ab,_0x508888){const _0x5c6656=_0x485413,_0x378407={'m1Prime':_0x5d61ab,'m2Prime':_0x508888};if(_0x5d61ab['params'][_0x5c6656(0x21e)]!==_0x508888[_0x5c6656(0x325)][_0x5c6656(0x21e)]||_0x5d61ab[_0x5c6656(0x325)][_0x5c6656(0x33c)][_0x5c6656(0x1c4)]!==_0x508888['params'][_0x5c6656(0x1c4)]&&_0x5d61ab[_0x5c6656(0x325)]['to']['subUnitId']!==_0x508888[_0x5c6656(0x325)]['subUnitId'])return _0x378407;const _0x14b358=new _0x2d3a6d[(_0x5c6656(0x34d))](_0x5d61ab['params']['from'][_0x5c6656(0x200)])['getDataRange'](),_0x56ee53=new _0x2d3a6d[(_0x5c6656(0x34d))](_0x5d61ab[_0x5c6656(0x325)]['to'][_0x5c6656(0x200)])[_0x5c6656(0x205)]();if(_0x5d61ab[_0x5c6656(0x325)][_0x5c6656(0x33c)]['subUnitId']===_0x508888['params'][_0x5c6656(0x1c4)]){const {values:_0x3f0c86}=_0x508888[_0x5c6656(0x325)];for(const _0xa80883 in _0x3f0c86)if(_0x3f0c86[_0xa80883][_0x5c6656(0x28c)][_0x5c6656(0x1b3)](_0x309ff4=>_0x2d3a6d['Rectangle'][_0x5c6656(0x27f)](_0x309ff4,_0x14b358)))return{'error':new Error(_0x5c6656(0x31e))};}if(_0x5d61ab[_0x5c6656(0x325)]['to'][_0x5c6656(0x1c4)]===_0x508888[_0x5c6656(0x325)][_0x5c6656(0x1c4)]){const {values:_0x579542}=_0x508888[_0x5c6656(0x325)];for(const _0x2a129c in _0x579542)if(_0x579542[_0x2a129c][_0x5c6656(0x28c)][_0x5c6656(0x1b3)](_0x204548=>_0x2d3a6d[_0x5c6656(0x1d0)][_0x5c6656(0x27f)](_0x204548,_0x56ee53)))return{'error':new Error(_0x5c6656(0x31e))};}return _0x378407;}},_0x5646ef={'m1':_0x10971e[_0x485413(0x1be)]['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler'(_0x40737a,_0x157222){const _0x274540=_0x485413,_0x50e617={'m1Prime':_0x40737a,'m2Prime':_0x157222};if(_0x40737a[_0x274540(0x325)][_0x274540(0x21e)]!==_0x157222['params'][_0x274540(0x21e)]||_0x40737a[_0x274540(0x325)]['from'][_0x274540(0x1c4)]!==_0x157222[_0x274540(0x325)]['subUnitId']&&_0x40737a['params']['to']['subUnitId']!==_0x157222[_0x274540(0x325)][_0x274540(0x1c4)])return _0x50e617;const _0x36357f=new _0x2d3a6d[(_0x274540(0x34d))](_0x40737a[_0x274540(0x325)][_0x274540(0x33c)][_0x274540(0x200)])[_0x274540(0x205)](),_0x113529=new _0x2d3a6d[(_0x274540(0x34d))](_0x40737a[_0x274540(0x325)]['to'][_0x274540(0x200)])[_0x274540(0x205)]();return _0x40737a[_0x274540(0x325)][_0x274540(0x33c)][_0x274540(0x1c4)]===_0x157222[_0x274540(0x325)][_0x274540(0x1c4)]&&_0x157222[_0x274540(0x325)]['ranges']['some'](_0x5ed676=>_0x2d3a6d[_0x274540(0x1d0)][_0x274540(0x27f)](_0x5ed676,_0x36357f))?{'error':new Error(_0x274540(0x31e))}:_0x40737a['params']['to'][_0x274540(0x1c4)]===_0x157222[_0x274540(0x325)][_0x274540(0x1c4)]&&_0x157222[_0x274540(0x325)]['ranges'][_0x274540(0x1b3)](_0x32635a=>_0x2d3a6d['Rectangle'][_0x274540(0x27f)](_0x32635a,_0x113529))?{'error':new Error(_0x274540(0x31e))}:_0x50e617;}},_0x4b3561={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x10971e['SetNumfmtMutation']['id'],'handler'(_0x2893b5,_0x106f8a){const _0x2e9608=_0x485413,_0x50c7b8={'m1Prime':_0x2893b5,'m2Prime':_0x106f8a};if(_0x2893b5[_0x2e9608(0x325)][_0x2e9608(0x21e)]!==_0x106f8a[_0x2e9608(0x325)][_0x2e9608(0x21e)]||_0x2893b5[_0x2e9608(0x325)][_0x2e9608(0x1c4)]!==_0x106f8a['params'][_0x2e9608(0x1c4)])return _0x50c7b8;const _0x57c4a7=[_0x2d3a6d[_0x2e9608(0x237)][_0x2e9608(0x2f9)](_0x2893b5)],_0x404031=_0x2d3a6d[_0x2e9608(0x237)][_0x2e9608(0x2f9)](_0x106f8a),{values:_0x4e9dee}=_0x404031[_0x2e9608(0x325)],_0x8fc467=[];let _0x552965=!0x1;for(const _0x19fa1f in _0x4e9dee){const _0x33b8d5=_0x4e9dee[_0x19fa1f];if(_0x8fc467[_0x2e9608(0x275)](..._0x33b8d5['ranges']),_0x33b8d5['ranges'][_0x2e9608(0x1b3)](_0x171727=>{const _0x502ae8=_0x2e9608,_0x4c03d3=_0x10971e[_0x502ae8(0x2d3)](_0x5d6a03(_0x2893b5[_0x502ae8(0x325)][_0x502ae8(0x297)]),_0x5d6a03(_0x171727));return _0x4c03d3==null||_0x4c03d3[_0x502ae8(0x1c0)]!==0x0?!0x0:(_0x4c03d3[_0x502ae8(0x1b4)]!==0x0&&(_0x552965=!0x0),_0x171727['startColumn']+=_0x4c03d3[_0x502ae8(0x1b4)],_0x171727[_0x502ae8(0x32e)]+=_0x4c03d3[_0x502ae8(0x1b4)],!0x1);}))return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x552965){const _0x406e96={'id':_0x10971e[_0x2e9608(0x2b3)]['id'],'params':{'unitId':_0x106f8a[_0x2e9608(0x325)][_0x2e9608(0x21e)],'subUnitId':_0x106f8a[_0x2e9608(0x325)][_0x2e9608(0x1c4)],'ranges':_0x8fc467}};_0x57c4a7[_0x2e9608(0x275)](_0x406e96,_0x404031);}return{'m1Prime':_0x57c4a7,'m2Prime':_0x404031};}},_0xccc2b9={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler'(_0x1dea31,_0x2a9c2f){const _0x5469a2=_0x485413,_0x1f0994={'m1Prime':_0x1dea31,'m2Prime':_0x2a9c2f};if(_0x1dea31['params'][_0x5469a2(0x21e)]!==_0x2a9c2f[_0x5469a2(0x325)][_0x5469a2(0x21e)]||_0x1dea31[_0x5469a2(0x325)][_0x5469a2(0x1c4)]!==_0x2a9c2f[_0x5469a2(0x325)][_0x5469a2(0x1c4)])return _0x1f0994;const _0x51cdef=_0x2d3a6d[_0x5469a2(0x237)]['deepClone'](_0x1dea31),_0x4ec616=_0x2d3a6d[_0x5469a2(0x237)]['deepClone'](_0x2a9c2f),{ranges:_0x500903}=_0x4ec616['params'];return _0x500903['some'](_0x20c5c=>{const _0x346fd8=_0x5469a2,_0x51059d=_0x10971e['handleBaseRemoveRange'](_0x5d6a03(_0x1dea31[_0x346fd8(0x325)][_0x346fd8(0x297)]),_0x5d6a03(_0x20c5c));return _0x51059d===null||_0x51059d[_0x346fd8(0x1c0)]!==0x0?!0x0:(_0x20c5c['startColumn']+=_0x51059d[_0x346fd8(0x1b4)],_0x20c5c[_0x346fd8(0x32e)]+=_0x51059d[_0x346fd8(0x1b4)],!0x1);})?{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x51cdef,'m2Prime':_0x4ec616};}},_0x42d26d={'m1':_0x10971e[_0x485413(0x223)]['id'],'m2':_0x10971e[_0x485413(0x25b)]['id'],'handler'(_0x223c6e,_0x5c3e3b){const _0x553af9=_0x485413,_0x22a52e={'m1Prime':_0x223c6e,'m2Prime':_0x5c3e3b};if(_0x223c6e[_0x553af9(0x325)][_0x553af9(0x21e)]!==_0x5c3e3b['params'][_0x553af9(0x21e)]||_0x223c6e['params'][_0x553af9(0x1c4)]!==_0x5c3e3b[_0x553af9(0x325)][_0x553af9(0x1c4)])return _0x22a52e;const _0x369f11=[_0x2d3a6d[_0x553af9(0x237)][_0x553af9(0x2f9)](_0x223c6e)],_0x8b38fe=_0x2d3a6d[_0x553af9(0x237)][_0x553af9(0x2f9)](_0x5c3e3b),{values:_0x4e859b}=_0x8b38fe[_0x553af9(0x325)],_0x2b6b63=[];let _0x590c28=!0x1;for(const _0x3f150a in _0x4e859b){const _0x43957c=_0x4e859b[_0x3f150a];if(_0x2b6b63[_0x553af9(0x275)](..._0x43957c[_0x553af9(0x28c)]),_0x43957c['ranges'][_0x553af9(0x1b3)](_0x2b9e73=>{const _0x422509=_0x553af9,_0x2d1ae0=_0x10971e[_0x422509(0x2d3)](_0x5d6a03(_0x10971e['rotateRange'](_0x223c6e[_0x422509(0x325)]['range'])),_0x5d6a03(_0x10971e[_0x422509(0x2f3)](_0x2b9e73)));return _0x2d1ae0==null||_0x2d1ae0[_0x422509(0x1c0)]!==0x0?!0x0:(_0x2d1ae0[_0x422509(0x1b4)]!==0x0&&(_0x590c28=!0x0),_0x2b9e73[_0x422509(0x248)]+=_0x2d1ae0[_0x422509(0x1b4)],_0x2b9e73[_0x422509(0x353)]+=_0x2d1ae0['step'],!0x1);}))return{'error':new Error(_0x553af9(0x29b))};}if(_0x590c28){const _0x5e1a0c={'id':_0x10971e[_0x553af9(0x2b3)]['id'],'params':{'unitId':_0x5c3e3b[_0x553af9(0x325)][_0x553af9(0x21e)],'subUnitId':_0x5c3e3b[_0x553af9(0x325)][_0x553af9(0x1c4)],'ranges':_0x2b6b63}};_0x369f11[_0x553af9(0x275)](_0x5e1a0c,_0x8b38fe);}return{'m1Prime':_0x369f11,'m2Prime':_0x8b38fe};}},_0x398278={'m1':_0x10971e[_0x485413(0x223)]['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler'(_0x3b1388,_0xef852a){const _0x27027b=_0x485413,_0x42826a={'m1Prime':_0x3b1388,'m2Prime':_0xef852a};if(_0x3b1388['params']['unitId']!==_0xef852a['params'][_0x27027b(0x21e)]||_0x3b1388[_0x27027b(0x325)][_0x27027b(0x1c4)]!==_0xef852a[_0x27027b(0x325)][_0x27027b(0x1c4)])return _0x42826a;const _0x54eda7=_0x2d3a6d['Tools'][_0x27027b(0x2f9)](_0x3b1388),_0x41d646=_0x2d3a6d[_0x27027b(0x237)][_0x27027b(0x2f9)](_0xef852a),{ranges:_0x1f636d}=_0x41d646[_0x27027b(0x325)];return _0x1f636d[_0x27027b(0x1b3)](_0x4de58c=>{const _0x29080b=_0x27027b,_0x2b250c=_0x10971e[_0x29080b(0x2d3)](_0x5d6a03(_0x10971e[_0x29080b(0x2f3)](_0x3b1388['params']['range'])),_0x5d6a03(_0x10971e[_0x29080b(0x2f3)](_0x4de58c)));return _0x2b250c===null||_0x2b250c[_0x29080b(0x1c0)]!==0x0?!0x0:(_0x4de58c[_0x29080b(0x248)]+=_0x2b250c[_0x29080b(0x1b4)],_0x4de58c[_0x29080b(0x353)]+=_0x2b250c[_0x29080b(0x1b4)],!0x1);})?{'error':new Error(_0x27027b(0x30f))}:{'m1Prime':_0x54eda7,'m2Prime':_0x41d646};}},_0x51bc97={'m1':_0x10971e[_0x485413(0x25b)]['id'],'m2':_0x10971e['SetNumfmtMutation']['id'],'handler'(_0x5533f4,_0x4a0a4d){const _0x137e1b=_0x485413;if(_0x5533f4['params'][_0x137e1b(0x21e)]!==_0x4a0a4d['params'][_0x137e1b(0x21e)]||_0x5533f4['params'][_0x137e1b(0x1c4)]!==_0x4a0a4d[_0x137e1b(0x325)][_0x137e1b(0x1c4)])return{'m1Prime':_0x5533f4,'m2Prime':_0x4a0a4d};const _0x57b3d5=_0x2d3a6d[_0x137e1b(0x237)][_0x137e1b(0x2f9)](_0x5533f4),_0x39b81f=_0x2d3a6d[_0x137e1b(0x237)]['deepClone'](_0x4a0a4d),_0x22a86e=_0x57b3d5[_0x137e1b(0x325)][_0x137e1b(0x1aa)],_0xe34244=Object[_0x137e1b(0x1aa)](_0x39b81f[_0x137e1b(0x325)][_0x137e1b(0x1aa)])[_0x137e1b(0x2f8)](_0x31358d=>_0x31358d[_0x137e1b(0x28c)])[_0x137e1b(0x345)]();for(const _0x5cb2c9 in _0x22a86e){const _0x1f7631=_0x22a86e[_0x5cb2c9][_0x137e1b(0x28c)],_0x1f164c=[];_0x1f7631[_0x137e1b(0x184)](_0x138d6=>{const _0x3b46b9=_0x137e1b,_0x1ecfaa=_0x36c709(_0x138d6,_0xe34244);_0x1ecfaa['length']>0x0&&_0x1f164c[_0x3b46b9(0x275)](..._0x1ecfaa);}),_0x22a86e[_0x5cb2c9][_0x137e1b(0x28c)]=_0x1f164c;}return{'m1Prime':_0x57b3d5,'m2Prime':_0x39b81f};}},_0x39fe47={'m1':_0x10971e['SetNumfmtMutation']['id'],'m2':_0x10971e['RemoveNumfmtMutation']['id'],'handler'(_0x3a7638,_0x190850){const _0x475251=_0x485413;if(_0x3a7638[_0x475251(0x325)][_0x475251(0x21e)]!==_0x190850[_0x475251(0x325)][_0x475251(0x21e)]||_0x3a7638['params'][_0x475251(0x1c4)]!==_0x190850['params'][_0x475251(0x1c4)])return{'m1Prime':_0x3a7638,'m2Prime':_0x190850};const _0x20f77f=_0x2d3a6d[_0x475251(0x237)][_0x475251(0x2f9)](_0x3a7638),_0x469929=_0x2d3a6d[_0x475251(0x237)][_0x475251(0x2f9)](_0x190850),_0x20c98e=_0x20f77f['params'][_0x475251(0x1aa)],_0x4012ac=_0x469929['params'][_0x475251(0x28c)];for(const _0x59a5e9 in _0x20c98e){const _0x38ce26=_0x20c98e[_0x59a5e9][_0x475251(0x28c)],_0x59591e=[];_0x38ce26[_0x475251(0x184)](_0x947252=>{const _0x3d88a9=_0x475251,_0x5c3d19=_0x36c709(_0x947252,_0x4012ac);_0x5c3d19[_0x3d88a9(0x1c0)]>0x0&&_0x59591e[_0x3d88a9(0x275)](..._0x5c3d19);}),_0x20c98e[_0x59a5e9][_0x475251(0x28c)]=_0x59591e;}return{'m1Prime':_0x20f77f,'m2Prime':_0x469929};}},_0x166bb6={'m1':_0x10971e[_0x485413(0x2b3)]['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler'(_0x27cd18,_0x24296e){const _0x56333f=_0x485413;if(_0x27cd18['params']['unitId']!==_0x24296e['params'][_0x56333f(0x21e)]||_0x27cd18[_0x56333f(0x325)][_0x56333f(0x1c4)]!==_0x24296e[_0x56333f(0x325)][_0x56333f(0x1c4)])return{'m1Prime':_0x27cd18,'m2Prime':_0x24296e};const _0x4fa5ae=_0x2d3a6d[_0x56333f(0x237)][_0x56333f(0x2f9)](_0x27cd18),_0x3befa0=_0x2d3a6d['Tools'][_0x56333f(0x2f9)](_0x24296e),_0x1dd941=[],_0x488604=_0x3befa0[_0x56333f(0x325)]['ranges'];return _0x4fa5ae[_0x56333f(0x325)][_0x56333f(0x28c)][_0x56333f(0x184)](_0x4c56f4=>{const _0x2eaa06=_0x56333f,_0x438c15=_0x36c709(_0x4c56f4,_0x488604);_0x438c15[_0x2eaa06(0x1c0)]>0x0&&_0x1dd941[_0x2eaa06(0x275)](..._0x438c15);}),_0x4fa5ae[_0x56333f(0x325)][_0x56333f(0x28c)]=_0x1dd941,{'m1Prime':_0x27cd18,'m2Prime':_0x24296e};}},_0x550c51={'m1':_0x10971e[_0x485413(0x2b3)]['id'],'m2':_0x10971e['SetNumfmtMutation']['id'],'handler'(_0x1f3d5c,_0x57716e){const _0x3f80df=_0x485413;if(_0x1f3d5c[_0x3f80df(0x325)][_0x3f80df(0x21e)]!==_0x57716e[_0x3f80df(0x325)][_0x3f80df(0x21e)]||_0x1f3d5c[_0x3f80df(0x325)][_0x3f80df(0x1c4)]!==_0x57716e[_0x3f80df(0x325)][_0x3f80df(0x1c4)])return{'m1Prime':_0x1f3d5c,'m2Prime':_0x57716e};const _0xae70b0=_0x2d3a6d[_0x3f80df(0x237)][_0x3f80df(0x2f9)](_0x1f3d5c),_0x470c49=_0x2d3a6d['Tools'][_0x3f80df(0x2f9)](_0x57716e),_0x3eb390=[],_0x2e4795=Object[_0x3f80df(0x1aa)](_0x470c49['params'][_0x3f80df(0x1aa)])['map'](_0x410c95=>_0x410c95[_0x3f80df(0x28c)])[_0x3f80df(0x345)]();return _0xae70b0['params']['ranges']['forEach'](_0x41132e=>{const _0x2743e7=_0x3f80df,_0x48c8c2=_0x36c709(_0x41132e,_0x2e4795);_0x48c8c2[_0x2743e7(0x1c0)]>0x0&&_0x3eb390[_0x2743e7(0x275)](..._0x48c8c2);}),_0xae70b0[_0x3f80df(0x325)]['ranges']=_0x3eb390,{'m1Prime':_0xae70b0,'m2Prime':_0x470c49};}},_0x22d767={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x4867bf,_0x573804){const _0x32d8fd=_0x485413,_0x4262ab=_0x2d3a6d['Tools']['deepClone'](_0x4867bf),_0x2f0d50=_0x2d3a6d[_0x32d8fd(0x237)][_0x32d8fd(0x2f9)](_0x573804);if(_0x4867bf['params']['unitId']!==_0x573804[_0x32d8fd(0x325)][_0x32d8fd(0x21e)]||_0x4867bf['params'][_0x32d8fd(0x1c4)]!==_0x573804[_0x32d8fd(0x325)][_0x32d8fd(0x1c4)])return{'m1Prime':_0x4262ab,'m2Prime':_0x2f0d50};const _0x2322c9=_0x4262ab[_0x32d8fd(0x325)][_0x32d8fd(0x28c)],_0x528902=_0x2f0d50[_0x32d8fd(0x325)][_0x32d8fd(0x28c)],_0x3d0ee2=[_0x2f0d50],_0x130349=new Set();for(let _0x1c72df=0x0;_0x1c72df<_0x2322c9[_0x32d8fd(0x1c0)];_0x1c72df++)for(let _0x4b76a8=0x0;_0x4b76a8<_0x528902[_0x32d8fd(0x1c0)];_0x4b76a8++)if(_0x2d3a6d['Rectangle'][_0x32d8fd(0x27f)](_0x2322c9[_0x1c72df],_0x528902[_0x4b76a8])){_0x130349[_0x32d8fd(0x2e2)](_0x2322c9[_0x1c72df]),_0x2322c9[_0x32d8fd(0x192)](_0x1c72df,0x1),_0x1c72df--;break;}return _0x130349[_0x32d8fd(0x306)]>0x0&&_0x3d0ee2[_0x32d8fd(0x2ae)]({'id':_0x10971e[_0x32d8fd(0x310)]['id'],'params':{'unitId':_0x4867bf['params'][_0x32d8fd(0x21e)],'subUnitId':_0x4867bf[_0x32d8fd(0x325)][_0x32d8fd(0x1c4)],'ranges':Array[_0x32d8fd(0x33c)](_0x130349)}}),_0x2322c9[_0x32d8fd(0x1c0)]===0x0&&(_0x4262ab['id']=_0x10971e[_0x32d8fd(0x313)]['id']),{'m1Prime':_0x4262ab,'m2Prime':_0x3d0ee2[_0x32d8fd(0x1c0)]>0x1?_0x3d0ee2:_0x2f0d50};}},_0xb3d81b={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e[_0x485413(0x257)]['id'],'handler'(_0x593bc0,_0xb291b2){const _0x349d9e=_0x485413,_0x89bcf0=_0x2d3a6d[_0x349d9e(0x237)][_0x349d9e(0x2f9)](_0x593bc0),_0xa4921=_0x2d3a6d[_0x349d9e(0x237)][_0x349d9e(0x2f9)](_0xb291b2);if(_0x593bc0[_0x349d9e(0x325)]['unitId']!==_0xb291b2[_0x349d9e(0x325)][_0x349d9e(0x21e)]||_0x593bc0[_0x349d9e(0x325)][_0x349d9e(0x1c4)]!==_0xb291b2['params']['subUnitId'])return{'m1Prime':_0x89bcf0,'m2Prime':_0xa4921};const _0x8c0fe4=_0x593bc0[_0x349d9e(0x325)]['unitId'],_0x3ba8aa=_0x593bc0[_0x349d9e(0x325)][_0x349d9e(0x1c4)],_0xa5eb0e=[_0xa4921],_0x6b34c0=[],_0x277419=[];return _0x89bcf0[_0x349d9e(0x325)][_0x349d9e(0x28c)][_0x349d9e(0x184)](_0x5239e3=>{const _0x30d3f2=_0x349d9e,_0x4be731=_0xb291b2[_0x30d3f2(0x325)]['range'],_0x3db725=_0x4be731[_0x30d3f2(0x32e)]-_0x4be731[_0x30d3f2(0x322)]+0x1;_0x4be731[_0x30d3f2(0x322)]<=_0x5239e3[_0x30d3f2(0x322)]?(_0x6b34c0[_0x30d3f2(0x275)]({..._0x5239e3}),_0x277419[_0x30d3f2(0x275)]({..._0x5239e3,'startColumn':_0x5239e3['startColumn']+_0x3db725,'endColumn':_0x5239e3[_0x30d3f2(0x32e)]+_0x3db725}),_0x5239e3[_0x30d3f2(0x322)]=_0x5239e3['startColumn']+_0x3db725,_0x5239e3[_0x30d3f2(0x32e)]=_0x5239e3['endColumn']+_0x3db725):_0x4be731[_0x30d3f2(0x322)]>_0x5239e3[_0x30d3f2(0x322)]&&_0x4be731[_0x30d3f2(0x322)]<=_0x5239e3[_0x30d3f2(0x32e)]&&(_0x6b34c0[_0x30d3f2(0x275)]({..._0x5239e3}),_0x277419[_0x30d3f2(0x275)]({..._0x5239e3,'endColumn':_0x5239e3['endColumn']+_0x3db725}),_0x5239e3[_0x30d3f2(0x32e)]=_0x5239e3[_0x30d3f2(0x32e)]+_0x3db725);}),_0x6b34c0[_0x349d9e(0x1c0)]>0x0&&_0xa5eb0e['unshift']({'id':_0x10971e['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x8c0fe4,'subUnitId':_0x3ba8aa,'ranges':_0x6b34c0}}),_0x277419['length']>0x0&&_0xa5eb0e['push']({'id':_0x10971e[_0x349d9e(0x29f)]['id'],'params':{'unitId':_0x8c0fe4,'subUnitId':_0x3ba8aa,'ranges':_0x277419}}),{'m1Prime':_0x89bcf0,'m2Prime':_0xa5eb0e[_0x349d9e(0x1c0)]>0x1?_0xa5eb0e:_0xa5eb0e[0x0]};}},_0x58e726={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e[_0x485413(0x2a3)]['id'],'handler'(_0x5bea80,_0x57f235){const _0x398171=_0x485413,_0xd46528=_0x2d3a6d['Tools'][_0x398171(0x2f9)](_0x5bea80),_0x368ec9=_0x2d3a6d[_0x398171(0x237)][_0x398171(0x2f9)](_0x57f235);if(_0x5bea80[_0x398171(0x325)][_0x398171(0x21e)]!==_0x57f235[_0x398171(0x325)][_0x398171(0x21e)]||_0x5bea80[_0x398171(0x325)][_0x398171(0x1c4)]!==_0x57f235[_0x398171(0x325)][_0x398171(0x1c4)])return{'m1Prime':_0xd46528,'m2Prime':_0x368ec9};const _0x18d940=_0x5bea80[_0x398171(0x325)][_0x398171(0x21e)],_0x2ac61f=_0x5bea80['params']['subUnitId'],_0x591fee=[_0x368ec9],_0x2b0b95=[],_0x3a777f=[];return _0xd46528[_0x398171(0x325)][_0x398171(0x28c)][_0x398171(0x184)](_0x578e70=>{const _0x4a6ce5=_0x398171,_0x23ca9a=_0x57f235[_0x4a6ce5(0x325)][_0x4a6ce5(0x297)],_0x340331=_0x23ca9a[_0x4a6ce5(0x353)]-_0x23ca9a['startRow']+0x1;_0x23ca9a['startRow']<=_0x578e70['startRow']?(_0x2b0b95[_0x4a6ce5(0x275)]({..._0x578e70}),_0x3a777f[_0x4a6ce5(0x275)]({..._0x578e70,'startRow':_0x578e70['startRow']+_0x340331,'endRow':_0x578e70[_0x4a6ce5(0x353)]+_0x340331}),_0x578e70['startRow']=_0x578e70[_0x4a6ce5(0x248)]+_0x340331,_0x578e70[_0x4a6ce5(0x353)]=_0x578e70['endRow']+_0x340331):_0x23ca9a['startRow']>_0x578e70[_0x4a6ce5(0x248)]&&_0x23ca9a[_0x4a6ce5(0x248)]<=_0x578e70[_0x4a6ce5(0x353)]&&(_0x2b0b95[_0x4a6ce5(0x275)]({..._0x578e70}),_0x3a777f[_0x4a6ce5(0x275)]({..._0x578e70,'endRow':_0x578e70['endRow']+_0x340331}),_0x578e70[_0x4a6ce5(0x353)]=_0x578e70[_0x4a6ce5(0x353)]+_0x340331);}),_0x2b0b95[_0x398171(0x1c0)]>0x0&&_0x591fee[_0x398171(0x2ae)]({'id':_0x10971e[_0x398171(0x310)]['id'],'params':{'unitId':_0x18d940,'subUnitId':_0x2ac61f,'ranges':_0x2b0b95}}),_0x3a777f[_0x398171(0x1c0)]>0x0&&_0x591fee[_0x398171(0x275)]({'id':_0x10971e[_0x398171(0x29f)]['id'],'params':{'unitId':_0x18d940,'subUnitId':_0x2ac61f,'ranges':_0x3a777f}}),{'m1Prime':_0xd46528,'m2Prime':_0x591fee[_0x398171(0x1c0)]>0x1?_0x591fee:_0x591fee[0x0]};}},_0x4cb7c0={'m1':_0x10971e['AddWorksheetMergeMutation']['id'],'m2':_0x10971e['MoveColsMutation']['id'],'handler'(_0x524205,_0x3b2ec9){const _0x4d25bf=_0x485413,_0x3af572=_0x2d3a6d[_0x4d25bf(0x237)]['deepClone'](_0x524205),_0x45db7b=_0x2d3a6d[_0x4d25bf(0x237)]['deepClone'](_0x3b2ec9);if(_0x524205['params'][_0x4d25bf(0x21e)]!==_0x3b2ec9['params'][_0x4d25bf(0x21e)]||_0x524205[_0x4d25bf(0x325)]['subUnitId']!==_0x3b2ec9[_0x4d25bf(0x325)][_0x4d25bf(0x1c4)])return{'m1Prime':_0x3af572,'m2Prime':_0x45db7b};const _0x2fac18=[],_0x57ae0e=[],_0x343a66=[_0x45db7b];for(let _0x5e22cd=0x0;_0x5e22cd<_0x3af572['params'][_0x4d25bf(0x28c)][_0x4d25bf(0x1c0)];_0x5e22cd++){const _0x3230f2=_0x3af572[_0x4d25bf(0x325)][_0x4d25bf(0x28c)][_0x5e22cd],{sourceRange:_0x2ec1f4,targetRange:_0x2fa011}=_0x3b2ec9[_0x4d25bf(0x325)];_0x2d3a6d[_0x4d25bf(0x1d0)][_0x4d25bf(0x27f)](_0x3230f2,_0x2ec1f4)||_0x2d3a6d['Rectangle']['intersects'](_0x3230f2,_0x2fa011)?(_0x2fac18['push']({..._0x3230f2}),_0x3af572['params']['ranges']['splice'](_0x5e22cd,0x1),_0x5e22cd--):_0x2ec1f4[_0x4d25bf(0x322)]<_0x3230f2[_0x4d25bf(0x322)]&&_0x2fa011['startColumn']>_0x3230f2['endColumn']?(_0x2fac18[_0x4d25bf(0x275)]({..._0x3230f2}),_0x57ae0e[_0x4d25bf(0x275)]({..._0x3230f2,'startColumn':_0x3230f2['startColumn']-(_0x2ec1f4[_0x4d25bf(0x32e)]-_0x2ec1f4[_0x4d25bf(0x322)]+0x1),'endColumn':_0x3230f2[_0x4d25bf(0x32e)]-(_0x2ec1f4[_0x4d25bf(0x32e)]-_0x2ec1f4['startColumn']+0x1)}),_0x3230f2[_0x4d25bf(0x322)]=_0x3230f2[_0x4d25bf(0x322)]-(_0x2ec1f4[_0x4d25bf(0x32e)]-_0x2ec1f4['startColumn']+0x1),_0x3230f2[_0x4d25bf(0x32e)]=_0x3230f2[_0x4d25bf(0x32e)]-(_0x2ec1f4[_0x4d25bf(0x32e)]-_0x2ec1f4[_0x4d25bf(0x322)]+0x1)):_0x2ec1f4['startColumn']>_0x3230f2[_0x4d25bf(0x32e)]&&_0x2fa011[_0x4d25bf(0x32e)]<_0x3230f2[_0x4d25bf(0x322)]&&(_0x2fac18[_0x4d25bf(0x275)]({..._0x3230f2}),_0x57ae0e['push']({..._0x3230f2,'startColumn':_0x3230f2[_0x4d25bf(0x322)]+(_0x2ec1f4[_0x4d25bf(0x32e)]-_0x2ec1f4['startColumn']+0x1),'endColumn':_0x3230f2[_0x4d25bf(0x32e)]+(_0x2ec1f4[_0x4d25bf(0x32e)]-_0x2ec1f4['startColumn']+0x1)}),_0x3230f2[_0x4d25bf(0x322)]=_0x3230f2['startColumn']+(_0x2ec1f4[_0x4d25bf(0x32e)]-_0x2ec1f4['startColumn']+0x1),_0x3230f2[_0x4d25bf(0x32e)]=_0x3230f2[_0x4d25bf(0x32e)]+(_0x2ec1f4[_0x4d25bf(0x32e)]-_0x2ec1f4[_0x4d25bf(0x322)]+0x1));}return _0x2fac18[_0x4d25bf(0x1c0)]>0x0&&_0x343a66[_0x4d25bf(0x2ae)]({'id':_0x10971e['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x524205['params']['unitId'],'subUnitId':_0x524205[_0x4d25bf(0x325)]['subUnitId'],'ranges':_0x2fac18}}),_0x57ae0e[_0x4d25bf(0x1c0)]>0x0&&_0x343a66['push']({'id':_0x10971e[_0x4d25bf(0x29f)]['id'],'params':{'unitId':_0x524205[_0x4d25bf(0x325)][_0x4d25bf(0x21e)],'subUnitId':_0x524205['params'][_0x4d25bf(0x1c4)],'ranges':_0x57ae0e}}),_0x3af572[_0x4d25bf(0x325)][_0x4d25bf(0x28c)][_0x4d25bf(0x1c0)]===0x0&&(_0x3af572['id']=_0x10971e[_0x4d25bf(0x313)]['id']),{'m1Prime':_0x3af572,'m2Prime':_0x343a66['length']>0x1?_0x343a66:_0x343a66[0x0]};}},_0xfdecfa={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e[_0x485413(0x202)]['id'],'handler'(_0x448847,_0xe0a03d){const _0x49ce41=_0x485413,_0x3f438d=_0x2d3a6d['Tools'][_0x49ce41(0x2f9)](_0x448847),_0x25a2c4=_0x2d3a6d[_0x49ce41(0x237)]['deepClone'](_0xe0a03d);if(_0x448847['params'][_0x49ce41(0x21e)]!==_0xe0a03d[_0x49ce41(0x325)][_0x49ce41(0x21e)]||_0x448847[_0x49ce41(0x325)][_0x49ce41(0x1c4)]!==_0xe0a03d[_0x49ce41(0x325)][_0x49ce41(0x1c4)])return{'m1Prime':_0x3f438d,'m2Prime':_0x25a2c4};const _0x8b9c5d=[],_0x2a3ef4=[],_0x56e18d=[_0x25a2c4];for(let _0x519631=0x0;_0x519631<_0x3f438d[_0x49ce41(0x325)][_0x49ce41(0x28c)][_0x49ce41(0x1c0)];_0x519631++){const _0x632599=_0x3f438d[_0x49ce41(0x325)][_0x49ce41(0x28c)][_0x519631],{sourceRange:_0x5e90d3,targetRange:_0x4da4f2}=_0xe0a03d[_0x49ce41(0x325)];_0x2d3a6d[_0x49ce41(0x1d0)][_0x49ce41(0x27f)](_0x632599,_0x5e90d3)||_0x2d3a6d[_0x49ce41(0x1d0)][_0x49ce41(0x27f)](_0x632599,_0x4da4f2)?(_0x8b9c5d[_0x49ce41(0x275)]({..._0x632599}),_0x3f438d[_0x49ce41(0x325)][_0x49ce41(0x28c)][_0x49ce41(0x192)](_0x519631,0x1),_0x519631--):_0x5e90d3[_0x49ce41(0x248)]<_0x632599[_0x49ce41(0x248)]&&_0x4da4f2[_0x49ce41(0x248)]>_0x632599[_0x49ce41(0x353)]?(_0x8b9c5d[_0x49ce41(0x275)]({..._0x632599}),_0x2a3ef4['push']({..._0x632599,'startRow':_0x632599[_0x49ce41(0x248)]-(_0x5e90d3[_0x49ce41(0x353)]-_0x5e90d3['startRow']+0x1),'endRow':_0x632599[_0x49ce41(0x353)]-(_0x5e90d3[_0x49ce41(0x353)]-_0x5e90d3[_0x49ce41(0x248)]+0x1)}),_0x632599[_0x49ce41(0x248)]=_0x632599[_0x49ce41(0x248)]-(_0x5e90d3[_0x49ce41(0x353)]-_0x5e90d3[_0x49ce41(0x248)]+0x1),_0x632599['endRow']=_0x632599[_0x49ce41(0x353)]-(_0x5e90d3[_0x49ce41(0x353)]-_0x5e90d3[_0x49ce41(0x248)]+0x1)):_0x5e90d3[_0x49ce41(0x248)]>_0x632599[_0x49ce41(0x353)]&&_0x4da4f2[_0x49ce41(0x353)]<_0x632599[_0x49ce41(0x248)]&&(_0x8b9c5d[_0x49ce41(0x275)]({..._0x632599}),_0x2a3ef4[_0x49ce41(0x275)]({..._0x632599,'startRow':_0x632599[_0x49ce41(0x248)]+(_0x5e90d3[_0x49ce41(0x353)]-_0x5e90d3[_0x49ce41(0x248)]+0x1),'endRow':_0x632599[_0x49ce41(0x353)]+(_0x5e90d3[_0x49ce41(0x353)]-_0x5e90d3[_0x49ce41(0x248)]+0x1)}),_0x632599[_0x49ce41(0x248)]=_0x632599[_0x49ce41(0x248)]+(_0x5e90d3[_0x49ce41(0x353)]-_0x5e90d3[_0x49ce41(0x248)]+0x1),_0x632599[_0x49ce41(0x353)]=_0x632599['endRow']+(_0x5e90d3['endRow']-_0x5e90d3['startRow']+0x1));}return _0x8b9c5d[_0x49ce41(0x1c0)]>0x0&&_0x56e18d[_0x49ce41(0x2ae)]({'id':_0x10971e[_0x49ce41(0x310)]['id'],'params':{'unitId':_0x448847[_0x49ce41(0x325)][_0x49ce41(0x21e)],'subUnitId':_0x448847[_0x49ce41(0x325)][_0x49ce41(0x1c4)],'ranges':_0x8b9c5d}}),_0x2a3ef4[_0x49ce41(0x1c0)]>0x0&&_0x56e18d[_0x49ce41(0x275)]({'id':_0x10971e[_0x49ce41(0x29f)]['id'],'params':{'unitId':_0x448847[_0x49ce41(0x325)][_0x49ce41(0x21e)],'subUnitId':_0x448847[_0x49ce41(0x325)]['subUnitId'],'ranges':_0x2a3ef4}}),_0x3f438d[_0x49ce41(0x325)][_0x49ce41(0x28c)][_0x49ce41(0x1c0)]===0x0&&(_0x3f438d['id']=_0x10971e[_0x49ce41(0x313)]['id']),{'m1Prime':_0x3f438d,'m2Prime':_0x56e18d[_0x49ce41(0x1c0)]>0x1?_0x56e18d:_0x56e18d[0x0]};}},_0x364a90={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e['MoveRangeMutation']['id'],'handler'(_0x3269cd,_0x1647ce){const _0x23ab9c=_0x485413,_0x49f180=_0x2d3a6d[_0x23ab9c(0x237)][_0x23ab9c(0x2f9)](_0x3269cd),_0x1eb552=_0x2d3a6d[_0x23ab9c(0x237)][_0x23ab9c(0x2f9)](_0x1647ce);if(_0x3269cd[_0x23ab9c(0x325)][_0x23ab9c(0x21e)]!==_0x1647ce[_0x23ab9c(0x325)][_0x23ab9c(0x21e)])return{'m1Prime':_0x49f180,'m2Prime':_0x1eb552};const _0x109ef2=[],_0x354d82=[_0x1eb552],_0x2de68f=new _0x2d3a6d[(_0x23ab9c(0x34d))](_0x1647ce[_0x23ab9c(0x325)][_0x23ab9c(0x33c)][_0x23ab9c(0x200)])[_0x23ab9c(0x205)](),_0x55c64e=new _0x2d3a6d[(_0x23ab9c(0x34d))](_0x1647ce[_0x23ab9c(0x325)]['to'][_0x23ab9c(0x200)])[_0x23ab9c(0x205)]();for(let _0x2415b8=0x0;_0x2415b8<_0x49f180[_0x23ab9c(0x325)][_0x23ab9c(0x28c)][_0x23ab9c(0x1c0)];_0x2415b8++){const _0x538895=_0x49f180[_0x23ab9c(0x325)]['ranges'][_0x2415b8];(_0x2d3a6d[_0x23ab9c(0x1d0)][_0x23ab9c(0x27f)](_0x2de68f,_0x538895)||_0x2d3a6d['Rectangle'][_0x23ab9c(0x27f)](_0x55c64e,_0x538895))&&(_0x109ef2[_0x23ab9c(0x275)](_0x538895),_0x49f180[_0x23ab9c(0x325)][_0x23ab9c(0x28c)][_0x23ab9c(0x192)](_0x2415b8,0x1),_0x2415b8--);}return _0x109ef2[_0x23ab9c(0x1c0)]>0x0&&_0x354d82[_0x23ab9c(0x2ae)]({'id':_0x10971e[_0x23ab9c(0x310)]['id'],'params':{'unitId':_0x3269cd[_0x23ab9c(0x325)]['unitId'],'subUnitId':_0x3269cd[_0x23ab9c(0x325)][_0x23ab9c(0x1c4)],'ranges':_0x109ef2}}),_0x49f180[_0x23ab9c(0x325)][_0x23ab9c(0x28c)]['length']===0x0&&(_0x49f180['id']=_0x10971e[_0x23ab9c(0x313)]['id']),{'m1Prime':_0x49f180,'m2Prime':_0x354d82[_0x23ab9c(0x1c0)]>0x1?_0x354d82:_0x354d82[0x0]};}};function _0x158f3f(_0x553a98){const _0x4965c1=_0x485413;return _0x553a98[_0x4965c1(0x322)]>_0x553a98['endColumn']||_0x553a98['startRow']>_0x553a98['endRow']?!0x1:!(_0x553a98['startRow']===_0x553a98['endRow']&&_0x553a98['startColumn']===_0x553a98['endColumn']);}const _0x38ba39={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e[_0x485413(0x2bb)]['id'],'handler'(_0x34434e,_0x17e563){const _0x4ee149=_0x485413,_0x215aed=_0x2d3a6d[_0x4ee149(0x237)][_0x4ee149(0x2f9)](_0x34434e),_0x4e719c=_0x2d3a6d[_0x4ee149(0x237)][_0x4ee149(0x2f9)](_0x17e563);if(_0x34434e[_0x4ee149(0x325)]['unitId']!==_0x17e563['params'][_0x4ee149(0x21e)]||_0x34434e[_0x4ee149(0x325)][_0x4ee149(0x1c4)]!==_0x17e563[_0x4ee149(0x325)][_0x4ee149(0x1c4)])return{'m1Prime':_0x215aed,'m2Prime':_0x4e719c};const _0x59e25c=_0x34434e['params'][_0x4ee149(0x21e)],_0x5106ef=_0x34434e[_0x4ee149(0x325)][_0x4ee149(0x1c4)],_0x2b1c33=[_0x4e719c],_0x2488e3=[],_0x4634c0=[];for(let _0x348754=0x0;_0x348754<_0x215aed['params']['ranges'][_0x4ee149(0x1c0)];_0x348754++){const _0x536e88=_0x215aed[_0x4ee149(0x325)][_0x4ee149(0x28c)][_0x348754],_0x1b3fd6=_0x17e563[_0x4ee149(0x325)]['range'],_0x3e9009=_0x1b3fd6[_0x4ee149(0x32e)]-_0x1b3fd6[_0x4ee149(0x322)]+0x1;if(_0x1b3fd6[_0x4ee149(0x322)]<_0x536e88[_0x4ee149(0x322)]&&_0x1b3fd6[_0x4ee149(0x32e)]<_0x536e88[_0x4ee149(0x322)])_0x2488e3['push']({..._0x536e88}),_0x4634c0['push']({..._0x536e88,'startColumn':_0x536e88[_0x4ee149(0x322)]-_0x3e9009,'endColumn':_0x536e88[_0x4ee149(0x32e)]-_0x3e9009}),_0x536e88[_0x4ee149(0x322)]=_0x536e88['startColumn']-_0x3e9009,_0x536e88[_0x4ee149(0x32e)]=_0x536e88[_0x4ee149(0x32e)]-_0x3e9009;else{if(_0x1b3fd6['startColumn']<_0x536e88['startColumn']&&_0x1b3fd6['endColumn']>=_0x536e88['startColumn']&&_0x1b3fd6['endColumn']<=_0x536e88[_0x4ee149(0x32e)]){_0x2488e3[_0x4ee149(0x275)]({..._0x536e88});const _0x4444ea={..._0x536e88,'startColumn':_0x1b3fd6['startColumn'],'endColumn':_0x536e88[_0x4ee149(0x32e)]-_0x3e9009};_0x158f3f(_0x4444ea)&&_0x1b3fd6[_0x4ee149(0x32e)]<_0x536e88['endColumn']?(_0x1b3fd6[_0x4ee149(0x32e)]<_0x536e88[_0x4ee149(0x32e)]&&_0x4634c0[_0x4ee149(0x275)](_0x4444ea),_0x536e88[_0x4ee149(0x322)]=_0x1b3fd6['startColumn'],_0x536e88[_0x4ee149(0x32e)]=_0x536e88['endColumn']-_0x3e9009):(_0x215aed[_0x4ee149(0x325)][_0x4ee149(0x28c)][_0x4ee149(0x192)](_0x348754,0x1),_0x348754--);}else{if(_0x1b3fd6[_0x4ee149(0x322)]>_0x536e88[_0x4ee149(0x322)]&&_0x1b3fd6[_0x4ee149(0x32e)]<_0x536e88['endColumn']){_0x2488e3['push']({..._0x536e88});const _0x359294={..._0x536e88,'endColumn':_0x536e88[_0x4ee149(0x32e)]-_0x3e9009};_0x158f3f(_0x359294)?(_0x4634c0[_0x4ee149(0x275)](_0x359294),_0x536e88[_0x4ee149(0x32e)]=_0x536e88[_0x4ee149(0x32e)]-_0x3e9009):(_0x215aed[_0x4ee149(0x325)]['ranges']['splice'](_0x348754,0x1),_0x348754--);}else{if(_0x1b3fd6['startColumn']>=_0x536e88[_0x4ee149(0x322)]&&_0x1b3fd6[_0x4ee149(0x322)]<=_0x536e88[_0x4ee149(0x32e)]&&_0x1b3fd6[_0x4ee149(0x32e)]>_0x536e88[_0x4ee149(0x32e)]){_0x2488e3['push']({..._0x536e88});const _0x43358d={..._0x536e88,'endColumn':_0x1b3fd6['startColumn']-0x1};_0x158f3f(_0x43358d)&&_0x1b3fd6[_0x4ee149(0x322)]>_0x536e88[_0x4ee149(0x322)]?(_0x4634c0[_0x4ee149(0x275)](_0x43358d),_0x536e88[_0x4ee149(0x32e)]=_0x1b3fd6[_0x4ee149(0x322)]-0x1):(_0x215aed[_0x4ee149(0x325)][_0x4ee149(0x28c)][_0x4ee149(0x192)](_0x348754,0x1),_0x348754--);}else _0x1b3fd6['startColumn']>_0x536e88[_0x4ee149(0x32e)]||_0x1b3fd6['startColumn']<=_0x536e88[_0x4ee149(0x322)]&&_0x1b3fd6[_0x4ee149(0x32e)]>=_0x536e88[_0x4ee149(0x32e)]&&(_0x2488e3['push']({..._0x536e88}),_0x215aed[_0x4ee149(0x325)]['ranges'][_0x4ee149(0x192)](_0x348754,0x1),_0x348754--);}}}}return _0x2488e3[_0x4ee149(0x1c0)]>0x0&&_0x2b1c33[_0x4ee149(0x2ae)]({'id':_0x10971e[_0x4ee149(0x310)]['id'],'params':{'unitId':_0x59e25c,'subUnitId':_0x5106ef,'ranges':_0x2488e3}}),_0x4634c0[_0x4ee149(0x1c0)]>0x0&&_0x2b1c33['push']({'id':_0x10971e[_0x4ee149(0x29f)]['id'],'params':{'unitId':_0x59e25c,'subUnitId':_0x5106ef,'ranges':_0x4634c0}}),_0x215aed[_0x4ee149(0x325)]['ranges'][_0x4ee149(0x1c0)]===0x0&&(_0x215aed['id']=_0x10971e[_0x4ee149(0x313)]['id']),{'m1Prime':_0x215aed,'m2Prime':_0x2b1c33['length']>0x1?_0x2b1c33:_0x2b1c33[0x0]};}},_0x541419={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e[_0x485413(0x223)]['id'],'handler'(_0x26b41c,_0x27e8ba){const _0x14593f=_0x485413,_0x5a3ee1=_0x2d3a6d['Tools']['deepClone'](_0x26b41c),_0x2e94de=_0x2d3a6d['Tools']['deepClone'](_0x27e8ba);if(_0x26b41c['params'][_0x14593f(0x21e)]!==_0x27e8ba[_0x14593f(0x325)][_0x14593f(0x21e)]||_0x26b41c[_0x14593f(0x325)][_0x14593f(0x1c4)]!==_0x27e8ba[_0x14593f(0x325)][_0x14593f(0x1c4)])return{'m1Prime':_0x5a3ee1,'m2Prime':_0x2e94de};const _0x378ace=_0x26b41c[_0x14593f(0x325)]['unitId'],_0x161651=_0x26b41c[_0x14593f(0x325)][_0x14593f(0x1c4)],_0x3d3b00=[_0x2e94de],_0x160845=[],_0x3972d9=[];for(let _0x1065c2=0x0;_0x1065c2<_0x5a3ee1['params'][_0x14593f(0x28c)][_0x14593f(0x1c0)];_0x1065c2++){const _0xdc40bb=_0x5a3ee1[_0x14593f(0x325)]['ranges'][_0x1065c2],_0x3c66ce=_0x27e8ba[_0x14593f(0x325)][_0x14593f(0x297)],_0x2ba33f=_0x3c66ce[_0x14593f(0x353)]-_0x3c66ce[_0x14593f(0x248)]+0x1;if(_0x3c66ce[_0x14593f(0x248)]<_0xdc40bb['startRow']&&_0x3c66ce['endRow']<_0xdc40bb[_0x14593f(0x248)])_0x160845[_0x14593f(0x275)]({..._0xdc40bb}),_0x3972d9[_0x14593f(0x275)]({..._0xdc40bb,'startRow':_0xdc40bb[_0x14593f(0x248)]-_0x2ba33f,'endRow':_0xdc40bb[_0x14593f(0x353)]-_0x2ba33f}),_0xdc40bb[_0x14593f(0x248)]=_0xdc40bb['startRow']-_0x2ba33f,_0xdc40bb['endRow']=_0xdc40bb[_0x14593f(0x353)]-_0x2ba33f;else{if(_0x3c66ce['startRow']<_0xdc40bb[_0x14593f(0x248)]&&_0x3c66ce[_0x14593f(0x353)]>=_0xdc40bb[_0x14593f(0x248)]&&_0x3c66ce[_0x14593f(0x353)]<=_0xdc40bb['endRow']){_0x160845['push']({..._0xdc40bb});const _0xac763d={..._0xdc40bb,'startRow':_0x3c66ce[_0x14593f(0x248)],'endRow':_0xdc40bb[_0x14593f(0x353)]-_0x2ba33f};_0x158f3f(_0xac763d)&&_0x3c66ce[_0x14593f(0x353)]<_0xdc40bb['endRow']?(_0x3c66ce[_0x14593f(0x353)]<_0xdc40bb[_0x14593f(0x353)]&&_0x3972d9['push'](_0xac763d),_0xdc40bb[_0x14593f(0x248)]=_0x3c66ce['startRow'],_0xdc40bb['endRow']=_0xdc40bb[_0x14593f(0x353)]-_0x2ba33f):(_0x5a3ee1[_0x14593f(0x325)][_0x14593f(0x28c)][_0x14593f(0x192)](_0x1065c2,0x1),_0x1065c2--);}else{if(_0x3c66ce[_0x14593f(0x248)]>_0xdc40bb['startRow']&&_0x3c66ce[_0x14593f(0x353)]<_0xdc40bb['endRow']){_0x160845[_0x14593f(0x275)]({..._0xdc40bb});const _0x24827c={..._0xdc40bb,'endRow':_0xdc40bb[_0x14593f(0x353)]-_0x2ba33f};_0x158f3f(_0x24827c)?(_0x3972d9[_0x14593f(0x275)](_0x24827c),_0xdc40bb['endRow']=_0xdc40bb['endRow']-_0x2ba33f):(_0x5a3ee1['params'][_0x14593f(0x28c)]['splice'](_0x1065c2,0x1),_0x1065c2--);}else{if(_0x3c66ce[_0x14593f(0x248)]>=_0xdc40bb[_0x14593f(0x248)]&&_0x3c66ce[_0x14593f(0x248)]<=_0xdc40bb[_0x14593f(0x353)]&&_0x3c66ce[_0x14593f(0x353)]>_0xdc40bb['endRow']){_0x160845[_0x14593f(0x275)]({..._0xdc40bb});const _0x454988={..._0xdc40bb,'endRow':_0x3c66ce['startRow']-0x1};_0x158f3f(_0x454988)&&_0x3c66ce[_0x14593f(0x248)]>_0xdc40bb[_0x14593f(0x248)]?(_0x3972d9[_0x14593f(0x275)](_0x454988),_0xdc40bb['endRow']=_0x3c66ce[_0x14593f(0x248)]-0x1):(_0x5a3ee1[_0x14593f(0x325)][_0x14593f(0x28c)][_0x14593f(0x192)](_0x1065c2,0x1),_0x1065c2--);}else _0x3c66ce[_0x14593f(0x248)]>_0xdc40bb[_0x14593f(0x353)]||_0x3c66ce[_0x14593f(0x248)]<=_0xdc40bb[_0x14593f(0x248)]&&_0x3c66ce['endRow']>=_0xdc40bb[_0x14593f(0x353)]&&(_0x160845['push']({..._0xdc40bb}),_0x5a3ee1[_0x14593f(0x325)][_0x14593f(0x28c)][_0x14593f(0x192)](_0x1065c2,0x1),_0x1065c2--);}}}}return _0x160845[_0x14593f(0x1c0)]>0x0&&_0x3d3b00[_0x14593f(0x2ae)]({'id':_0x10971e['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x378ace,'subUnitId':_0x161651,'ranges':_0x160845}}),_0x3972d9[_0x14593f(0x1c0)]>0x0&&_0x3d3b00[_0x14593f(0x275)]({'id':_0x10971e[_0x14593f(0x29f)]['id'],'params':{'unitId':_0x378ace,'subUnitId':_0x161651,'ranges':_0x3972d9}}),_0x5a3ee1[_0x14593f(0x325)][_0x14593f(0x28c)][_0x14593f(0x1c0)]===0x0&&(_0x5a3ee1['id']=_0x10971e['EmptyMutation']['id']),{'m1Prime':_0x5a3ee1,'m2Prime':_0x3d3b00[_0x14593f(0x1c0)]>0x1?_0x3d3b00:_0x3d3b00[0x0]};}},_0x4a13ef={'m1':_0x10971e['AddWorksheetMergeMutation']['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler'(_0xf3a693,_0x850f8b){const _0x2e8a70=_0x485413,_0x332768=_0x2d3a6d[_0x2e8a70(0x237)]['deepClone'](_0xf3a693),_0x52a0ee=_0x2d3a6d['Tools']['deepClone'](_0x850f8b);if(_0xf3a693[_0x2e8a70(0x325)][_0x2e8a70(0x21e)]!==_0x850f8b['params'][_0x2e8a70(0x21e)]||_0xf3a693['params'][_0x2e8a70(0x1c4)]!==_0x850f8b[_0x2e8a70(0x325)][_0x2e8a70(0x1c4)])return{'m1Prime':_0x332768,'m2Prime':_0x52a0ee};const _0x21c5c3=[_0x332768],_0x27c669=[_0x52a0ee],_0x2900df=new _0x2d3a6d[(_0x2e8a70(0x34d))](_0x2d3a6d[_0x2e8a70(0x237)][_0x2e8a70(0x2f9)](_0x850f8b[_0x2e8a70(0x325)]['cellValue'])),_0x356375=new Set(),_0x2e7e0f={};for(let _0x4cc1ec=0x0;_0x4cc1ec<_0x332768[_0x2e8a70(0x325)][_0x2e8a70(0x28c)][_0x2e8a70(0x1c0)];_0x4cc1ec++){const _0x74d32b=_0x332768[_0x2e8a70(0x325)][_0x2e8a70(0x28c)][_0x4cc1ec],{startRow:_0x164e5f,startColumn:_0x16353a,endRow:_0x5ca03a,endColumn:_0x50d4a3}=_0x74d32b;let _0x2b358f=!0x1;_0x2900df[_0x2e8a70(0x2e8)]((_0x1f0e07,_0x5de6d4,_0x54c1eb)=>{const _0x28f11c=_0x2e8a70;if(_0x1f0e07>=_0x164e5f&&_0x1f0e07<=_0x5ca03a&&_0x5de6d4>=_0x16353a&&_0x5de6d4<=_0x50d4a3){const _0x210ff9=_0x2900df[_0x28f11c(0x2b2)](_0x1f0e07,_0x5de6d4),_0x1ea9b6=_0x210ff9===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x210ff9;_0x1ea9b6&&(_0x2e7e0f[_0x1f0e07]||(_0x2e7e0f[_0x1f0e07]={}),_0x2e7e0f[_0x1f0e07][_0x5de6d4]={},(_0x54c1eb==null?void 0x0:_0x54c1eb['v'])!==void 0x0&&(_0x2e7e0f[_0x1f0e07][_0x5de6d4]['v']=null,delete _0x1ea9b6['v']),(_0x54c1eb==null?void 0x0:_0x54c1eb['f'])!==void 0x0&&(_0x2e7e0f[_0x1f0e07][_0x5de6d4]['f']=null,delete _0x1ea9b6['f']),(_0x54c1eb==null?void 0x0:_0x54c1eb['t'])!==void 0x0&&(_0x2e7e0f[_0x1f0e07][_0x5de6d4]['t']=null,delete _0x1ea9b6['t']),(_0x54c1eb==null?void 0x0:_0x54c1eb['si'])!==void 0x0&&(_0x2e7e0f[_0x1f0e07][_0x5de6d4]['si']=null,delete _0x1ea9b6['si']),(_0x54c1eb==null?void 0x0:_0x54c1eb['p'])!==void 0x0&&(_0x2e7e0f[_0x1f0e07][_0x5de6d4]['p']=null,delete _0x1ea9b6['p']),(_0x54c1eb==null?void 0x0:_0x54c1eb['s'])!==void 0x0&&(_0x2e7e0f[_0x1f0e07][_0x5de6d4]['s']=null,delete _0x1ea9b6['s']),_0x2900df[_0x28f11c(0x2e7)](_0x1f0e07,_0x5de6d4,_0x1ea9b6),_0x2b358f=!0x0);}}),_0x2b358f&&(_0x356375[_0x2e8a70(0x2e2)]({..._0x74d32b}),_0x332768[_0x2e8a70(0x325)]['ranges'][_0x2e8a70(0x192)](_0x4cc1ec,0x1),_0x4cc1ec--);}return _0x52a0ee['params'][_0x2e8a70(0x1e7)]=_0x2900df[_0x2e8a70(0x2ec)](),_0x356375[_0x2e8a70(0x306)]>0x0&&_0x27c669[_0x2e8a70(0x2ae)]({'id':_0x10971e['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0xf3a693['params']['unitId'],'subUnitId':_0xf3a693[_0x2e8a70(0x325)]['subUnitId'],'ranges':Array[_0x2e8a70(0x33c)](_0x356375)}}),_0x332768[_0x2e8a70(0x325)]['ranges'][_0x2e8a70(0x1c0)]===0x0&&(_0x332768['id']=_0x10971e[_0x2e8a70(0x313)]['id']),Object[_0x2e8a70(0x2d2)](_0x2e7e0f)[_0x2e8a70(0x1c0)]>0x0&&_0x21c5c3[_0x2e8a70(0x2ae)]({'id':_0x10971e[_0x2e8a70(0x2cf)]['id'],'params':{'unitId':_0xf3a693[_0x2e8a70(0x325)][_0x2e8a70(0x21e)],'subUnitId':_0xf3a693[_0x2e8a70(0x325)]['subUnitId'],'cellValue':_0x2e7e0f}}),{'m1Prime':_0x21c5c3[_0x2e8a70(0x1c0)]>0x1?_0x21c5c3:_0x21c5c3[0x0],'m2Prime':_0x27c669[_0x2e8a70(0x1c0)]>0x1?_0x27c669:_0x27c669[0x0]};}},_0xc34d73={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x310)]['id'],'handler'(_0x22bcab,_0x307627){const _0xf26098=_0x485413,_0x2bb212=_0x2d3a6d[_0xf26098(0x237)][_0xf26098(0x2f9)](_0x22bcab),_0x3cfa40=_0x2d3a6d[_0xf26098(0x237)][_0xf26098(0x2f9)](_0x307627);if(_0x22bcab[_0xf26098(0x325)][_0xf26098(0x21e)]!==_0x307627[_0xf26098(0x325)][_0xf26098(0x21e)]||_0x22bcab[_0xf26098(0x325)]['subUnitId']!==_0x307627[_0xf26098(0x325)][_0xf26098(0x1c4)])return{'m1Prime':_0x2bb212,'m2Prime':_0x3cfa40};const _0x4b4111=_0x3cfa40[_0xf26098(0x325)][_0xf26098(0x28c)][_0xf26098(0x2f8)](_0x235668=>{const _0xa664fa=_0xf26098,_0x3564f7=_0x2bb212[_0xa664fa(0x325)][_0xa664fa(0x297)],_0x3324f0=_0x3564f7[_0xa664fa(0x32e)]-_0x3564f7[_0xa664fa(0x322)]+0x1;return _0x3564f7[_0xa664fa(0x322)]<=_0x235668[_0xa664fa(0x322)]?{..._0x235668,'startColumn':_0x235668[_0xa664fa(0x322)]+_0x3324f0,'endColumn':_0x235668[_0xa664fa(0x32e)]+_0x3324f0}:_0x3564f7[_0xa664fa(0x322)]>_0x235668['startColumn']&&_0x3564f7[_0xa664fa(0x322)]<=_0x235668[_0xa664fa(0x32e)]?{..._0x235668,'endColumn':_0x235668[_0xa664fa(0x32e)]+_0x3324f0}:{..._0x235668};});return _0x3cfa40[_0xf26098(0x325)]['ranges']=_0x4b4111,{'m1Prime':_0x2bb212,'m2Prime':_0x3cfa40};}},_0x7e6b61={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x310)]['id'],'handler'(_0x423f33,_0x5d3a37){const _0x58588a=_0x485413,_0x544e5a=_0x2d3a6d[_0x58588a(0x237)][_0x58588a(0x2f9)](_0x423f33),_0xdd8d7d=_0x2d3a6d[_0x58588a(0x237)][_0x58588a(0x2f9)](_0x5d3a37);if(_0x423f33[_0x58588a(0x325)][_0x58588a(0x21e)]!==_0x5d3a37[_0x58588a(0x325)][_0x58588a(0x21e)]||_0x423f33[_0x58588a(0x325)][_0x58588a(0x1c4)]!==_0x5d3a37[_0x58588a(0x325)]['subUnitId'])return{'m1Prime':_0x544e5a,'m2Prime':_0xdd8d7d};const _0xe42e5b=_0xdd8d7d[_0x58588a(0x325)]['ranges'][_0x58588a(0x2f8)](_0x46dfc5=>{const _0x5dcce7=_0x58588a,_0x21e800=_0x544e5a['params'][_0x5dcce7(0x297)],_0x381211=_0x21e800[_0x5dcce7(0x353)]-_0x21e800[_0x5dcce7(0x248)]+0x1;return _0x21e800[_0x5dcce7(0x248)]<=_0x46dfc5[_0x5dcce7(0x248)]?{..._0x46dfc5,'startRow':_0x46dfc5[_0x5dcce7(0x248)]+_0x381211,'endRow':_0x46dfc5['endRow']+_0x381211}:_0x21e800[_0x5dcce7(0x248)]>_0x46dfc5['startRow']&&_0x21e800['startRow']<=_0x46dfc5['endRow']?{..._0x46dfc5,'endRow':_0x46dfc5[_0x5dcce7(0x353)]+_0x381211}:{..._0x46dfc5};});return _0xdd8d7d[_0x58588a(0x325)][_0x58588a(0x28c)]=_0xe42e5b,{'m1Prime':_0x544e5a,'m2Prime':_0xdd8d7d};}},_0x31f0e8={'m1':_0x10971e['MoveColsMutation']['id'],'m2':_0x10971e['RemoveWorksheetMergeMutation']['id'],'handler'(_0x5635ed,_0x466767){const _0x28df39=_0x485413,_0x4890f6=_0x2d3a6d[_0x28df39(0x237)][_0x28df39(0x2f9)](_0x5635ed),_0x4ed0f5=_0x2d3a6d[_0x28df39(0x237)][_0x28df39(0x2f9)](_0x466767);if(_0x5635ed[_0x28df39(0x325)][_0x28df39(0x21e)]!==_0x466767[_0x28df39(0x325)][_0x28df39(0x21e)]||_0x5635ed['params'][_0x28df39(0x1c4)]!==_0x466767[_0x28df39(0x325)]['subUnitId'])return{'m1Prime':_0x4890f6,'m2Prime':_0x4ed0f5};const _0x1ec8f7=_0x4ed0f5[_0x28df39(0x325)][_0x28df39(0x28c)][_0x28df39(0x329)]((_0x1f6223,_0x4539b2)=>{const _0x1c8764=_0x28df39,{sourceRange:_0x161404,targetRange:_0x554a91}=_0x5635ed[_0x1c8764(0x325)],_0x2e04e1={..._0x4539b2};return _0x161404[_0x1c8764(0x32e)]<_0x2e04e1[_0x1c8764(0x322)]&&_0x554a91[_0x1c8764(0x322)]>_0x2e04e1['endColumn']?(_0x2e04e1['startColumn']-=_0x161404['endColumn']-_0x161404[_0x1c8764(0x322)]+0x1,_0x2e04e1[_0x1c8764(0x32e)]-=_0x161404[_0x1c8764(0x32e)]-_0x161404['startColumn']+0x1,_0x158f3f(_0x2e04e1)&&_0x1f6223[_0x1c8764(0x275)](_0x2e04e1)):_0x161404['startColumn']>_0x2e04e1['endColumn']&&_0x554a91[_0x1c8764(0x32e)]<_0x2e04e1['startColumn']?(_0x2e04e1['startColumn']+=_0x161404[_0x1c8764(0x32e)]-_0x161404[_0x1c8764(0x322)]+0x1,_0x2e04e1[_0x1c8764(0x32e)]+=_0x161404['endColumn']-_0x161404[_0x1c8764(0x322)]+0x1,_0x158f3f(_0x2e04e1)&&_0x1f6223[_0x1c8764(0x275)](_0x2e04e1)):_0x2d3a6d[_0x1c8764(0x1d0)][_0x1c8764(0x27f)](_0x2e04e1,_0x161404)||_0x2d3a6d[_0x1c8764(0x1d0)][_0x1c8764(0x27f)](_0x2e04e1,_0x554a91)||_0x1f6223[_0x1c8764(0x275)](_0x2e04e1),_0x1f6223;},[]);return _0x4ed0f5['params'][_0x28df39(0x28c)]=_0x1ec8f7,_0x4ed0f5[_0x28df39(0x325)]['ranges'][_0x28df39(0x1c0)]===0x0&&(_0x4ed0f5['id']=_0x10971e[_0x28df39(0x313)]['id']),{'m1Prime':_0x4890f6,'m2Prime':_0x4ed0f5};}},_0x389a7e={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x10971e[_0x485413(0x310)]['id'],'handler'(_0x13f133,_0x4a3d49){const _0x42d839=_0x485413,_0x357220=_0x2d3a6d['Tools'][_0x42d839(0x2f9)](_0x13f133),_0x4da575=_0x2d3a6d[_0x42d839(0x237)][_0x42d839(0x2f9)](_0x4a3d49);if(_0x13f133[_0x42d839(0x325)][_0x42d839(0x21e)]!==_0x4a3d49[_0x42d839(0x325)][_0x42d839(0x21e)]||_0x13f133['params'][_0x42d839(0x1c4)]!==_0x4a3d49[_0x42d839(0x325)][_0x42d839(0x1c4)])return{'m1Prime':_0x357220,'m2Prime':_0x4da575};const _0x33bc51=_0x4da575['params'][_0x42d839(0x28c)][_0x42d839(0x329)]((_0x56a6fe,_0x2a7d47)=>{const _0x4d345c=_0x42d839,{sourceRange:_0x57579b,targetRange:_0x4e8c56}=_0x13f133[_0x4d345c(0x325)],_0x27a8c1={..._0x2a7d47};return _0x57579b[_0x4d345c(0x353)]<_0x27a8c1[_0x4d345c(0x248)]&&_0x4e8c56[_0x4d345c(0x248)]>_0x27a8c1['endRow']?(_0x27a8c1[_0x4d345c(0x248)]-=_0x57579b[_0x4d345c(0x353)]-_0x57579b['startRow']+0x1,_0x27a8c1[_0x4d345c(0x353)]-=_0x57579b[_0x4d345c(0x353)]-_0x57579b[_0x4d345c(0x248)]+0x1,_0x158f3f(_0x27a8c1)&&_0x56a6fe[_0x4d345c(0x275)](_0x27a8c1)):_0x57579b['startRow']>_0x27a8c1[_0x4d345c(0x353)]&&_0x4e8c56['endRow']<_0x27a8c1[_0x4d345c(0x248)]?(_0x27a8c1[_0x4d345c(0x248)]+=_0x57579b[_0x4d345c(0x353)]-_0x57579b['startRow']+0x1,_0x27a8c1[_0x4d345c(0x353)]+=_0x57579b[_0x4d345c(0x353)]-_0x57579b[_0x4d345c(0x248)]+0x1,_0x158f3f(_0x27a8c1)&&_0x56a6fe[_0x4d345c(0x275)](_0x27a8c1)):_0x2d3a6d[_0x4d345c(0x1d0)][_0x4d345c(0x27f)](_0x27a8c1,_0x57579b)||_0x2d3a6d[_0x4d345c(0x1d0)][_0x4d345c(0x27f)](_0x27a8c1,_0x4e8c56)||_0x56a6fe[_0x4d345c(0x275)](_0x27a8c1),_0x56a6fe;},[]);return _0x4da575[_0x42d839(0x325)][_0x42d839(0x28c)]=_0x33bc51,_0x4da575[_0x42d839(0x325)][_0x42d839(0x28c)][_0x42d839(0x1c0)]===0x0&&(_0x4da575['id']=_0x10971e[_0x42d839(0x313)]['id']),{'m1Prime':_0x357220,'m2Prime':_0x4da575};}},_0x1f6d51={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x10971e[_0x485413(0x310)]['id'],'handler'(_0x510783,_0x43026c){const _0x5574ca=_0x485413,_0x3c2d9e=_0x2d3a6d[_0x5574ca(0x237)][_0x5574ca(0x2f9)](_0x510783),_0x713887=_0x2d3a6d[_0x5574ca(0x237)][_0x5574ca(0x2f9)](_0x43026c);if(_0x510783[_0x5574ca(0x325)][_0x5574ca(0x21e)]!==_0x43026c[_0x5574ca(0x325)][_0x5574ca(0x21e)]||_0x510783[_0x5574ca(0x325)]['subUnitId']!==_0x43026c[_0x5574ca(0x325)][_0x5574ca(0x1c4)])return{'m1Prime':_0x3c2d9e,'m2Prime':_0x713887};const _0x5bb4c6=_0x713887['params'][_0x5574ca(0x28c)][_0x5574ca(0x329)]((_0xcdf00c,_0x426085)=>{const _0x536382=_0x5574ca,_0x3e8859=_0x3c2d9e['params'][_0x536382(0x297)],_0x46d84d=_0x3e8859[_0x536382(0x32e)]-_0x3e8859[_0x536382(0x322)]+0x1;let _0x229d4c={..._0x426085};return _0x3e8859[_0x536382(0x322)]>_0x426085[_0x536382(0x32e)]?_0x229d4c={..._0x426085}:_0x3e8859[_0x536382(0x322)]>=_0x426085[_0x536382(0x322)]&&_0x3e8859['startColumn']<=_0x426085[_0x536382(0x32e)]&&_0x3e8859[_0x536382(0x32e)]>_0x426085[_0x536382(0x32e)]?(_0x229d4c[_0x536382(0x32e)]=_0x3e8859[_0x536382(0x322)]-0x1,_0x3e8859['startColumn']===_0x426085[_0x536382(0x322)]&&(_0x229d4c=null)):_0x3e8859[_0x536382(0x322)]>_0x426085['startColumn']&&_0x3e8859['endColumn']<_0x426085[_0x536382(0x32e)]?_0x229d4c[_0x536382(0x32e)]=_0x426085[_0x536382(0x32e)]-_0x46d84d:_0x3e8859[_0x536382(0x322)]<_0x426085[_0x536382(0x322)]&&_0x3e8859[_0x536382(0x32e)]>=_0x426085[_0x536382(0x322)]&&_0x3e8859[_0x536382(0x32e)]<=_0x426085['endColumn']?(_0x229d4c['startColumn']=_0x3e8859[_0x536382(0x322)],_0x229d4c['endColumn']=_0x426085['endColumn']-_0x46d84d,_0x3e8859[_0x536382(0x32e)]===_0x426085[_0x536382(0x32e)]&&(_0x229d4c=null)):_0x3e8859[_0x536382(0x322)]<=_0x426085[_0x536382(0x322)]&&_0x3e8859[_0x536382(0x32e)]>=_0x426085[_0x536382(0x32e)]?_0x229d4c=null:_0x3e8859[_0x536382(0x32e)]<_0x426085['startColumn']&&(_0x229d4c[_0x536382(0x322)]=_0x426085['startColumn']-_0x46d84d,_0x229d4c[_0x536382(0x32e)]=_0x426085[_0x536382(0x32e)]-_0x46d84d),_0x229d4c&&!(_0x229d4c[_0x536382(0x248)]===_0x229d4c['endRow']&&_0x229d4c[_0x536382(0x322)]===_0x229d4c[_0x536382(0x32e)])&&_0xcdf00c[_0x536382(0x275)](_0x229d4c),_0xcdf00c;},[]);return _0x713887[_0x5574ca(0x325)][_0x5574ca(0x28c)]=_0x5bb4c6,{'m1Prime':_0x3c2d9e,'m2Prime':_0x713887};}},_0x4ddd63={'m1':_0x10971e[_0x485413(0x223)]['id'],'m2':_0x10971e[_0x485413(0x310)]['id'],'handler'(_0x37137b,_0x363084){const _0x1a0e84=_0x485413,_0x252c6a=_0x2d3a6d[_0x1a0e84(0x237)][_0x1a0e84(0x2f9)](_0x37137b),_0x3f06e6=_0x2d3a6d['Tools'][_0x1a0e84(0x2f9)](_0x363084);if(_0x37137b[_0x1a0e84(0x325)][_0x1a0e84(0x21e)]!==_0x363084['params']['unitId']||_0x37137b[_0x1a0e84(0x325)]['subUnitId']!==_0x363084[_0x1a0e84(0x325)][_0x1a0e84(0x1c4)])return{'m1Prime':_0x252c6a,'m2Prime':_0x3f06e6};const _0x4ce0f4=_0x3f06e6[_0x1a0e84(0x325)]['ranges'][_0x1a0e84(0x329)]((_0x43fde7,_0x3e10d7)=>{const _0x30f10f=_0x1a0e84,_0x5f2cef=_0x252c6a[_0x30f10f(0x325)][_0x30f10f(0x297)],_0x17ad14=_0x5f2cef[_0x30f10f(0x353)]-_0x5f2cef[_0x30f10f(0x248)]+0x1;let _0x5d1baf={..._0x3e10d7};return _0x5f2cef[_0x30f10f(0x248)]>_0x3e10d7[_0x30f10f(0x353)]?_0x5d1baf={..._0x3e10d7}:_0x5f2cef['startRow']>=_0x3e10d7[_0x30f10f(0x248)]&&_0x5f2cef[_0x30f10f(0x248)]<=_0x3e10d7[_0x30f10f(0x353)]&&_0x5f2cef[_0x30f10f(0x353)]>_0x3e10d7[_0x30f10f(0x353)]?(_0x5d1baf['endRow']=_0x5f2cef['startRow']-0x1,_0x5f2cef[_0x30f10f(0x248)]===_0x3e10d7[_0x30f10f(0x248)]&&(_0x5d1baf=null)):_0x5f2cef['startRow']>_0x3e10d7[_0x30f10f(0x248)]&&_0x5f2cef['endRow']<_0x3e10d7[_0x30f10f(0x353)]?_0x5d1baf[_0x30f10f(0x353)]=_0x3e10d7[_0x30f10f(0x353)]-_0x17ad14:_0x5f2cef[_0x30f10f(0x248)]<_0x3e10d7[_0x30f10f(0x248)]&&_0x5f2cef[_0x30f10f(0x353)]>=_0x3e10d7['startRow']&&_0x5f2cef[_0x30f10f(0x353)]<=_0x3e10d7['endRow']?(_0x5d1baf[_0x30f10f(0x248)]=_0x5f2cef[_0x30f10f(0x248)],_0x5d1baf['endRow']=_0x3e10d7[_0x30f10f(0x353)]-_0x17ad14,_0x5f2cef[_0x30f10f(0x353)]===_0x3e10d7[_0x30f10f(0x353)]&&(_0x5d1baf=null)):_0x5f2cef['startRow']<=_0x3e10d7[_0x30f10f(0x248)]&&_0x5f2cef[_0x30f10f(0x353)]>=_0x3e10d7[_0x30f10f(0x353)]?_0x5d1baf=null:_0x5f2cef['endRow']<_0x3e10d7[_0x30f10f(0x248)]&&(_0x5d1baf['startRow']=_0x3e10d7[_0x30f10f(0x248)]-_0x17ad14,_0x5d1baf[_0x30f10f(0x353)]=_0x3e10d7[_0x30f10f(0x353)]-_0x17ad14),_0x5d1baf&&!(_0x5d1baf[_0x30f10f(0x248)]===_0x5d1baf['endRow']&&_0x5d1baf[_0x30f10f(0x322)]===_0x5d1baf['endColumn'])&&_0x43fde7[_0x30f10f(0x275)](_0x5d1baf),_0x43fde7;},[]);return _0x3f06e6[_0x1a0e84(0x325)][_0x1a0e84(0x28c)]=_0x4ce0f4,{'m1Prime':_0x252c6a,'m2Prime':_0x3f06e6};}},_0x7b40fd={'m1':_0x10971e['RemoveSheetMutation']['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x396044,_0x1059be){const _0x3a5eb3=_0x485413,_0x39ea0d=_0x2d3a6d['Tools'][_0x3a5eb3(0x2f9)](_0x1059be);return _0x396044[_0x3a5eb3(0x325)][_0x3a5eb3(0x1c4)]!==_0x1059be[_0x3a5eb3(0x325)]['subUnitId']||_0x396044[_0x3a5eb3(0x325)]['unitId']!==_0x1059be[_0x3a5eb3(0x325)][_0x3a5eb3(0x21e)]?{'m1Prime':_0x396044,'m2Prime':_0x39ea0d}:(_0x39ea0d['id']=_0x10971e['EmptyMutation']['id'],{'m1Prime':_0x396044,'m2Prime':_0x39ea0d});}},_0x524816={'m1':_0x10971e['RemoveSheetMutation']['id'],'m2':_0x10971e['RemoveWorksheetMergeMutation']['id'],'handler'(_0xf84979,_0x4d50a4){const _0x2a4139=_0x485413,_0x55bc4e=_0x2d3a6d[_0x2a4139(0x237)][_0x2a4139(0x2f9)](_0x4d50a4);return _0xf84979[_0x2a4139(0x325)][_0x2a4139(0x1c4)]!==_0x4d50a4[_0x2a4139(0x325)][_0x2a4139(0x1c4)]||_0xf84979[_0x2a4139(0x325)][_0x2a4139(0x21e)]!==_0x4d50a4[_0x2a4139(0x325)][_0x2a4139(0x21e)]?{'m1Prime':_0xf84979,'m2Prime':_0x55bc4e}:(_0x55bc4e['id']=_0x10971e[_0x2a4139(0x313)]['id'],{'m1Prime':_0xf84979,'m2Prime':_0x55bc4e});}},_0x2b339c={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e[_0x485413(0x310)]['id'],'handler'(_0xa9111b,_0x561e94){const _0x490e38=_0x485413,_0x58fcac=_0x2d3a6d['Tools'][_0x490e38(0x2f9)](_0xa9111b),_0x353984=_0x2d3a6d[_0x490e38(0x237)][_0x490e38(0x2f9)](_0x561e94);if(_0xa9111b['params']['unitId']!==_0x561e94[_0x490e38(0x325)][_0x490e38(0x21e)]||_0xa9111b[_0x490e38(0x325)]['subUnitId']!==_0x561e94['params'][_0x490e38(0x1c4)])return{'m1Prime':_0x58fcac,'m2Prime':_0x353984};const _0xd65492=[..._0x353984[_0x490e38(0x325)][_0x490e38(0x28c)]];for(let _0x27bbd1=0x0;_0x27bbd1<_0x58fcac[_0x490e38(0x325)][_0x490e38(0x28c)]['length'];_0x27bbd1++){let _0x4a5487=!0x1;for(let _0x820a65=0x0;_0x820a65<_0x353984[_0x490e38(0x325)][_0x490e38(0x28c)][_0x490e38(0x1c0)];_0x820a65++){const _0x424454=_0x58fcac['params'][_0x490e38(0x28c)][_0x27bbd1],_0x439523=_0x353984[_0x490e38(0x325)]['ranges'][_0x820a65];if(_0x2d3a6d[_0x490e38(0x1d0)]['intersects'](_0x424454,_0x439523)){_0x4a5487=!0x0;break;}}_0x4a5487&&(_0xd65492[_0x490e38(0x275)](_0x58fcac['params'][_0x490e38(0x28c)][_0x27bbd1]),_0x58fcac['params'][_0x490e38(0x28c)][_0x490e38(0x192)](_0x27bbd1,0x1),_0x27bbd1--);}return _0x353984['params'][_0x490e38(0x28c)]=_0xd65492,_0x58fcac['params'][_0x490e38(0x28c)][_0x490e38(0x1c0)]===0x0&&(_0x58fcac['id']=_0x10971e[_0x490e38(0x313)]['id']),{'m1Prime':_0x58fcac,'m2Prime':_0x353984};}},_0x51481e={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x22e54f,_0x642921){const _0x376a6b=_0x485413,_0x3da343=_0xb3d81b['handler'](_0x642921,_0x22e54f);return _0x11b791(_0x3da343)?{'m1Prime':_0x3da343['m2Prime'],'m2Prime':_0x3da343[_0x376a6b(0x2d8)]}:_0x3da343;}},_0x476e68={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e['AddWorksheetMergeMutation']['id'],'handler'(_0x17bc6d,_0x11f056){const _0x43d300=_0x485413,_0x2fa363=_0x58e726['handler'](_0x11f056,_0x17bc6d);return _0x11b791(_0x2fa363)?{'m1Prime':_0x2fa363[_0x43d300(0x1e4)],'m2Prime':_0x2fa363[_0x43d300(0x2d8)]}:_0x2fa363;}},_0x49080a={'m1':_0x10971e['MoveColsMutation']['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x1dab00,_0x4a2f5e){const _0x3fe74a=_0x485413,_0x156999=_0x4cb7c0[_0x3fe74a(0x26a)](_0x4a2f5e,_0x1dab00);return _0x11b791(_0x156999)?{'m1Prime':_0x156999['m2Prime'],'m2Prime':_0x156999[_0x3fe74a(0x2d8)]}:_0x156999;}},_0x5eefc7={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x2e884f,_0x144afb){const _0x161950=_0x485413,_0x3cc4c3=_0xfdecfa[_0x161950(0x26a)](_0x144afb,_0x2e884f);return _0x11b791(_0x3cc4c3)?{'m1Prime':_0x3cc4c3[_0x161950(0x1e4)],'m2Prime':_0x3cc4c3[_0x161950(0x2d8)]}:_0x3cc4c3;}},_0x3d747f={'m1':_0x10971e[_0x485413(0x1be)]['id'],'m2':_0x10971e['AddWorksheetMergeMutation']['id'],'handler'(_0x32f777,_0x2de299){const _0x394112=_0x485413,_0x342e80=_0x364a90['handler'](_0x2de299,_0x32f777);return _0x11b791(_0x342e80)?{'m1Prime':_0x342e80[_0x394112(0x1e4)],'m2Prime':_0x342e80[_0x394112(0x2d8)]}:_0x342e80;}},_0x7bbda6={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x16abf7,_0x39e9da){const _0x34c958=_0x485413,_0x3cdfa2=_0x38ba39[_0x34c958(0x26a)](_0x39e9da,_0x16abf7);return _0x11b791(_0x3cdfa2)?{'m1Prime':_0x3cdfa2[_0x34c958(0x1e4)],'m2Prime':_0x3cdfa2[_0x34c958(0x2d8)]}:_0x3cdfa2;}},_0x1a4e4d={'m1':_0x10971e['RemoveRowMutation']['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x5d0502,_0x554e7a){const _0x272a67=_0x485413,_0x1f63e8=_0x541419[_0x272a67(0x26a)](_0x554e7a,_0x5d0502);return _0x11b791(_0x1f63e8)?{'m1Prime':_0x1f63e8[_0x272a67(0x1e4)],'m2Prime':_0x1f63e8['m1Prime']}:_0x1f63e8;}},_0x4a5fb4={'m1':_0x10971e[_0x485413(0x2cf)]['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x24f345,_0x1dd9a0){const _0x10d3c4=_0x485413,_0x2be44e=_0x4a13ef[_0x10d3c4(0x26a)](_0x1dd9a0,_0x24f345);return _0x11b791(_0x2be44e)?{'m1Prime':_0x2be44e[_0x10d3c4(0x1e4)],'m2Prime':_0x2be44e[_0x10d3c4(0x2d8)]}:_0x2be44e;}},_0xd02640={'m1':_0x10971e[_0x485413(0x310)]['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler'(_0x331a49,_0x4a7895){const _0x1dcddb=_0x485413,_0x4493b2=_0x2d3a6d[_0x1dcddb(0x237)][_0x1dcddb(0x2f9)](_0x331a49),_0x4065d5=_0x2d3a6d[_0x1dcddb(0x237)]['deepClone'](_0x4a7895);if(_0x331a49[_0x1dcddb(0x325)][_0x1dcddb(0x21e)]!==_0x4a7895[_0x1dcddb(0x325)][_0x1dcddb(0x21e)]||_0x331a49[_0x1dcddb(0x325)][_0x1dcddb(0x1c4)]!==_0x4a7895[_0x1dcddb(0x325)][_0x1dcddb(0x1c4)])return{'m1Prime':_0x4493b2,'m2Prime':_0x4065d5};for(let _0x1a4578=0x0;_0x1a4578<_0x4493b2[_0x1dcddb(0x325)][_0x1dcddb(0x28c)][_0x1dcddb(0x1c0)];_0x1a4578++){let _0x5bdfe5=!0x1;for(let _0x3f83e8=0x0;_0x3f83e8<_0x4065d5[_0x1dcddb(0x325)][_0x1dcddb(0x28c)][_0x1dcddb(0x1c0)];_0x3f83e8++){const _0xd340cd=_0x4493b2['params'][_0x1dcddb(0x28c)][_0x1a4578],_0x3f6b47=_0x4065d5[_0x1dcddb(0x325)][_0x1dcddb(0x28c)][_0x3f83e8];if(_0x2d3a6d[_0x1dcddb(0x1d0)][_0x1dcddb(0x27f)](_0xd340cd,_0x3f6b47)){_0x5bdfe5=!0x0;break;}}_0x5bdfe5&&(_0x4493b2[_0x1dcddb(0x325)][_0x1dcddb(0x28c)][_0x1dcddb(0x192)](_0x1a4578,0x1),_0x1a4578--);}return _0x4493b2[_0x1dcddb(0x325)][_0x1dcddb(0x28c)][_0x1dcddb(0x1c0)]===0x0&&(_0x4493b2['id']=_0x10971e[_0x1dcddb(0x313)]['id']),{'m1Prime':_0x4493b2,'m2Prime':_0x4065d5};}},_0x957a44={'m1':_0x10971e[_0x485413(0x310)]['id'],'m2':_0x10971e[_0x485413(0x257)]['id'],'handler'(_0x5e27b0,_0x41929b){const _0x23b770=_0x485413,_0x2deb44=_0x2d3a6d[_0x23b770(0x237)][_0x23b770(0x2f9)](_0x5e27b0),_0x35dbd3=_0x2d3a6d[_0x23b770(0x237)]['deepClone'](_0x41929b);if(_0x5e27b0[_0x23b770(0x325)][_0x23b770(0x21e)]!==_0x41929b[_0x23b770(0x325)][_0x23b770(0x21e)]||_0x5e27b0[_0x23b770(0x325)][_0x23b770(0x1c4)]!==_0x41929b[_0x23b770(0x325)]['subUnitId'])return{'m1Prime':_0x2deb44,'m2Prime':_0x35dbd3};const _0x22e04f=_0x2deb44[_0x23b770(0x325)][_0x23b770(0x28c)][_0x23b770(0x2f8)](_0x353ddc=>{const _0x4ca394=_0x23b770,_0x4e6de6=_0x35dbd3['params'][_0x4ca394(0x297)],_0x3b42b9=_0x4e6de6[_0x4ca394(0x32e)]-_0x4e6de6[_0x4ca394(0x322)]+0x1;return _0x4e6de6['startColumn']<=_0x353ddc[_0x4ca394(0x322)]?{..._0x353ddc,'startColumn':_0x353ddc[_0x4ca394(0x322)]+_0x3b42b9,'endColumn':_0x353ddc[_0x4ca394(0x32e)]+_0x3b42b9}:_0x4e6de6[_0x4ca394(0x322)]>_0x353ddc[_0x4ca394(0x322)]&&_0x4e6de6['startColumn']<=_0x353ddc[_0x4ca394(0x32e)]?{..._0x353ddc,'endColumn':_0x353ddc[_0x4ca394(0x32e)]+_0x3b42b9}:{..._0x353ddc};});return _0x2deb44[_0x23b770(0x325)]['ranges']=_0x22e04f,{'m1Prime':_0x2deb44,'m2Prime':_0x35dbd3};}},_0x1dfaf7={'m1':_0x10971e[_0x485413(0x310)]['id'],'m2':_0x10971e[_0x485413(0x296)]['id'],'handler'(_0x5018ae,_0x11aeee){const _0x33d822=_0x485413,_0xb9e34d=_0x2d3a6d[_0x33d822(0x237)][_0x33d822(0x2f9)](_0x5018ae),_0x2f2e6d=_0x2d3a6d['Tools'][_0x33d822(0x2f9)](_0x11aeee);if(_0x5018ae['params']['unitId']!==_0x11aeee[_0x33d822(0x325)][_0x33d822(0x21e)]||_0x5018ae[_0x33d822(0x325)][_0x33d822(0x1c4)]!==_0x11aeee[_0x33d822(0x325)][_0x33d822(0x1c4)])return{'m1Prime':_0xb9e34d,'m2Prime':_0x2f2e6d};const _0x563009=_0xb9e34d['params']['ranges']['reduce']((_0x11ee20,_0x1dd81e)=>{const _0x2a1bf6=_0x33d822,{sourceRange:_0xaaf388,targetRange:_0x44a678}=_0x11aeee['params'],_0x3d6c2c={..._0x1dd81e};return _0xaaf388['endColumn']<_0x3d6c2c[_0x2a1bf6(0x322)]&&_0x44a678['startColumn']>_0x3d6c2c[_0x2a1bf6(0x32e)]?(_0x3d6c2c[_0x2a1bf6(0x322)]-=_0xaaf388[_0x2a1bf6(0x32e)]-_0xaaf388[_0x2a1bf6(0x322)]+0x1,_0x3d6c2c[_0x2a1bf6(0x32e)]-=_0xaaf388[_0x2a1bf6(0x32e)]-_0xaaf388[_0x2a1bf6(0x322)]+0x1,_0x158f3f(_0x3d6c2c)&&_0x11ee20[_0x2a1bf6(0x275)](_0x3d6c2c)):_0xaaf388[_0x2a1bf6(0x322)]>_0x3d6c2c[_0x2a1bf6(0x32e)]&&_0x44a678[_0x2a1bf6(0x32e)]<_0x3d6c2c[_0x2a1bf6(0x322)]?(_0x3d6c2c[_0x2a1bf6(0x322)]+=_0xaaf388[_0x2a1bf6(0x32e)]-_0xaaf388['startColumn']+0x1,_0x3d6c2c[_0x2a1bf6(0x32e)]+=_0xaaf388[_0x2a1bf6(0x32e)]-_0xaaf388['startColumn']+0x1,_0x158f3f(_0x3d6c2c)&&_0x11ee20[_0x2a1bf6(0x275)](_0x3d6c2c)):_0x2d3a6d[_0x2a1bf6(0x1d0)]['intersects'](_0x3d6c2c,_0xaaf388)||_0x2d3a6d['Rectangle'][_0x2a1bf6(0x27f)](_0x3d6c2c,_0x44a678)||_0x11ee20['push'](_0x3d6c2c),_0x11ee20;},[]);return _0xb9e34d[_0x33d822(0x325)][_0x33d822(0x28c)]=_0x563009,_0xb9e34d[_0x33d822(0x325)]['ranges'][_0x33d822(0x1c0)]===0x0&&(_0xb9e34d['id']=_0x10971e['EmptyMutation']['id']),{'m1Prime':_0xb9e34d,'m2Prime':_0x2f2e6d};}},_0x58daa1={'m1':_0x10971e[_0x485413(0x310)]['id'],'m2':_0x10971e[_0x485413(0x202)]['id'],'handler'(_0x100630,_0x452538){const _0x530ff7=_0x485413,_0x2777ae=_0x2d3a6d[_0x530ff7(0x237)][_0x530ff7(0x2f9)](_0x100630),_0x2a1c4f=_0x2d3a6d[_0x530ff7(0x237)][_0x530ff7(0x2f9)](_0x452538);if(_0x100630['params'][_0x530ff7(0x21e)]!==_0x452538['params'][_0x530ff7(0x21e)]||_0x100630['params'][_0x530ff7(0x1c4)]!==_0x452538['params'][_0x530ff7(0x1c4)])return{'m1Prime':_0x2777ae,'m2Prime':_0x2a1c4f};const _0x329626=_0x2777ae[_0x530ff7(0x325)][_0x530ff7(0x28c)][_0x530ff7(0x329)]((_0x99bda4,_0x2d7b69)=>{const _0x680f28=_0x530ff7,{sourceRange:_0x2c0338,targetRange:_0x573246}=_0x452538[_0x680f28(0x325)],_0x580a60={..._0x2d7b69};return _0x2c0338[_0x680f28(0x353)]<_0x580a60[_0x680f28(0x248)]&&_0x573246[_0x680f28(0x248)]>_0x580a60[_0x680f28(0x353)]?(_0x580a60[_0x680f28(0x248)]-=_0x2c0338['endRow']-_0x2c0338['startRow']+0x1,_0x580a60[_0x680f28(0x353)]-=_0x2c0338[_0x680f28(0x353)]-_0x2c0338[_0x680f28(0x248)]+0x1,_0x158f3f(_0x580a60)&&_0x99bda4['push'](_0x580a60)):_0x2c0338[_0x680f28(0x248)]>_0x580a60[_0x680f28(0x353)]&&_0x573246[_0x680f28(0x353)]<_0x580a60[_0x680f28(0x248)]?(_0x580a60[_0x680f28(0x248)]+=_0x2c0338[_0x680f28(0x353)]-_0x2c0338[_0x680f28(0x248)]+0x1,_0x580a60[_0x680f28(0x353)]+=_0x2c0338['endRow']-_0x2c0338[_0x680f28(0x248)]+0x1,_0x158f3f(_0x580a60)&&_0x99bda4[_0x680f28(0x275)](_0x580a60)):_0x2d3a6d[_0x680f28(0x1d0)]['intersects'](_0x580a60,_0x2c0338)||_0x2d3a6d[_0x680f28(0x1d0)][_0x680f28(0x27f)](_0x580a60,_0x573246)||_0x99bda4[_0x680f28(0x275)](_0x580a60),_0x99bda4;},[]);return _0x2777ae[_0x530ff7(0x325)][_0x530ff7(0x28c)]=_0x329626,_0x2777ae[_0x530ff7(0x325)][_0x530ff7(0x28c)]['length']===0x0&&(_0x2777ae['id']=_0x10971e[_0x530ff7(0x313)]['id']),{'m1Prime':_0x2777ae,'m2Prime':_0x2a1c4f};}},_0xe3f96c={'m1':_0x10971e[_0x485413(0x310)]['id'],'m2':_0x10971e[_0x485413(0x2a3)]['id'],'handler'(_0x598ff2,_0x144ef4){const _0xabce29=_0x485413,_0x14e341=_0x2d3a6d['Tools'][_0xabce29(0x2f9)](_0x598ff2),_0x3732c2=_0x2d3a6d['Tools'][_0xabce29(0x2f9)](_0x144ef4);if(_0x598ff2['params'][_0xabce29(0x21e)]!==_0x144ef4[_0xabce29(0x325)][_0xabce29(0x21e)]||_0x598ff2[_0xabce29(0x325)][_0xabce29(0x1c4)]!==_0x144ef4[_0xabce29(0x325)][_0xabce29(0x1c4)])return{'m1Prime':_0x14e341,'m2Prime':_0x3732c2};const _0x3bc860=_0x14e341['params'][_0xabce29(0x28c)][_0xabce29(0x2f8)](_0x1b11df=>{const _0x3a9b8d=_0xabce29,_0x50b43b=_0x3732c2[_0x3a9b8d(0x325)]['range'],_0x4ea1a6=_0x50b43b[_0x3a9b8d(0x353)]-_0x50b43b[_0x3a9b8d(0x248)]+0x1;return _0x50b43b[_0x3a9b8d(0x248)]<=_0x1b11df['startRow']?{..._0x1b11df,'startRow':_0x1b11df[_0x3a9b8d(0x248)]+_0x4ea1a6,'endRow':_0x1b11df[_0x3a9b8d(0x353)]+_0x4ea1a6}:_0x50b43b['startRow']>_0x1b11df[_0x3a9b8d(0x248)]&&_0x50b43b[_0x3a9b8d(0x248)]<=_0x1b11df[_0x3a9b8d(0x353)]?{..._0x1b11df,'endRow':_0x1b11df['endRow']+_0x4ea1a6}:{..._0x1b11df};});return _0x14e341['params'][_0xabce29(0x28c)]=_0x3bc860,{'m1Prime':_0x14e341,'m2Prime':_0x3732c2};}},_0x30fe08={'m1':_0x10971e[_0x485413(0x310)]['id'],'m2':_0x10971e['RemoveColMutation']['id'],'handler'(_0x380161,_0x14564d){const _0x25e7a8=_0x485413,_0x5bd8a2=_0x2d3a6d[_0x25e7a8(0x237)][_0x25e7a8(0x2f9)](_0x380161),_0x55c9b8=_0x2d3a6d[_0x25e7a8(0x237)][_0x25e7a8(0x2f9)](_0x14564d);if(_0x380161['params'][_0x25e7a8(0x21e)]!==_0x14564d[_0x25e7a8(0x325)]['unitId']||_0x380161[_0x25e7a8(0x325)][_0x25e7a8(0x1c4)]!==_0x14564d[_0x25e7a8(0x325)][_0x25e7a8(0x1c4)])return{'m1Prime':_0x5bd8a2,'m2Prime':_0x55c9b8};const _0xbe8ab=_0x5bd8a2['params'][_0x25e7a8(0x28c)]['reduce']((_0xbced39,_0x524424)=>{const _0xee530c=_0x25e7a8,_0x392d37=_0x55c9b8[_0xee530c(0x325)]['range'],_0x2e98d9=_0x392d37[_0xee530c(0x32e)]-_0x392d37[_0xee530c(0x322)]+0x1;let _0x800cfc={..._0x524424};return _0x392d37[_0xee530c(0x322)]>_0x524424['endColumn']?_0x800cfc={..._0x524424}:_0x392d37[_0xee530c(0x322)]>=_0x524424[_0xee530c(0x322)]&&_0x392d37['startColumn']<=_0x524424['endColumn']&&_0x392d37['endColumn']>_0x524424['endColumn']?(_0x800cfc[_0xee530c(0x32e)]=_0x392d37[_0xee530c(0x322)]-0x1,_0x392d37[_0xee530c(0x322)]===_0x524424['startColumn']&&(_0x800cfc=null)):_0x392d37[_0xee530c(0x322)]>_0x524424['startColumn']&&_0x392d37[_0xee530c(0x32e)]<_0x524424['endColumn']?_0x800cfc['endColumn']=_0x524424[_0xee530c(0x32e)]-_0x2e98d9:_0x392d37[_0xee530c(0x322)]<_0x524424[_0xee530c(0x322)]&&_0x392d37[_0xee530c(0x32e)]>=_0x524424[_0xee530c(0x322)]&&_0x392d37[_0xee530c(0x32e)]<=_0x524424[_0xee530c(0x32e)]?(_0x800cfc[_0xee530c(0x322)]=_0x392d37[_0xee530c(0x322)],_0x800cfc['endColumn']=_0x524424[_0xee530c(0x32e)]-_0x2e98d9,_0x392d37['endColumn']===_0x524424[_0xee530c(0x32e)]&&(_0x800cfc=null)):_0x392d37['startColumn']<=_0x524424[_0xee530c(0x322)]&&_0x392d37[_0xee530c(0x32e)]>=_0x524424[_0xee530c(0x32e)]?_0x800cfc=null:_0x392d37[_0xee530c(0x32e)]<_0x524424[_0xee530c(0x322)]&&(_0x800cfc[_0xee530c(0x322)]=_0x524424[_0xee530c(0x322)]-_0x2e98d9,_0x800cfc[_0xee530c(0x32e)]=_0x524424[_0xee530c(0x32e)]-_0x2e98d9),_0x800cfc&&!(_0x800cfc[_0xee530c(0x248)]===_0x800cfc[_0xee530c(0x353)]&&_0x800cfc[_0xee530c(0x322)]===_0x800cfc[_0xee530c(0x32e)])&&_0xbced39[_0xee530c(0x275)](_0x800cfc),_0xbced39;},[]);return _0x5bd8a2[_0x25e7a8(0x325)][_0x25e7a8(0x28c)]=_0xbe8ab,_0x5bd8a2[_0x25e7a8(0x325)][_0x25e7a8(0x28c)][_0x25e7a8(0x1c0)]===0x0&&(_0x5bd8a2['id']=_0x10971e['EmptyMutation']['id']),{'m1Prime':_0x5bd8a2,'m2Prime':_0x55c9b8};}},_0x45dcef={'m1':_0x10971e[_0x485413(0x310)]['id'],'m2':_0x10971e[_0x485413(0x223)]['id'],'handler'(_0x1bff94,_0x36d65e){const _0x5d181b=_0x485413,_0x230cca=_0x2d3a6d['Tools'][_0x5d181b(0x2f9)](_0x1bff94),_0xdec010=_0x2d3a6d['Tools'][_0x5d181b(0x2f9)](_0x36d65e);if(_0x1bff94[_0x5d181b(0x325)][_0x5d181b(0x21e)]!==_0x36d65e['params'][_0x5d181b(0x21e)]||_0x1bff94[_0x5d181b(0x325)][_0x5d181b(0x1c4)]!==_0x36d65e[_0x5d181b(0x325)][_0x5d181b(0x1c4)])return{'m1Prime':_0x230cca,'m2Prime':_0xdec010};const _0x5c9e3d=_0x230cca[_0x5d181b(0x325)][_0x5d181b(0x28c)][_0x5d181b(0x329)]((_0x1b2647,_0xc10b51)=>{const _0x164902=_0x5d181b,_0x46fdb=_0xdec010[_0x164902(0x325)][_0x164902(0x297)],_0x29822f=_0x46fdb[_0x164902(0x353)]-_0x46fdb['startRow']+0x1;let _0xb1b30f={..._0xc10b51};return _0x46fdb[_0x164902(0x248)]>_0xc10b51[_0x164902(0x353)]?_0xb1b30f={..._0xc10b51}:_0x46fdb[_0x164902(0x248)]>=_0xc10b51[_0x164902(0x248)]&&_0x46fdb[_0x164902(0x248)]<=_0xc10b51[_0x164902(0x353)]&&_0x46fdb[_0x164902(0x353)]>_0xc10b51['endRow']?(_0xb1b30f['endRow']=_0x46fdb[_0x164902(0x248)]-0x1,_0x46fdb['startRow']===_0xc10b51[_0x164902(0x248)]&&(_0xb1b30f=null)):_0x46fdb[_0x164902(0x248)]>_0xc10b51['startRow']&&_0x46fdb['endRow']<_0xc10b51[_0x164902(0x353)]?_0xb1b30f[_0x164902(0x353)]=_0xc10b51['endRow']-_0x29822f:_0x46fdb[_0x164902(0x248)]<_0xc10b51['startRow']&&_0x46fdb[_0x164902(0x353)]>=_0xc10b51[_0x164902(0x248)]&&_0x46fdb['endRow']<=_0xc10b51[_0x164902(0x353)]?(_0xb1b30f[_0x164902(0x248)]=_0x46fdb[_0x164902(0x248)],_0xb1b30f[_0x164902(0x353)]=_0xc10b51[_0x164902(0x353)]-_0x29822f,_0x46fdb['endRow']===_0xc10b51[_0x164902(0x353)]&&(_0xb1b30f=null)):_0x46fdb[_0x164902(0x248)]<=_0xc10b51[_0x164902(0x248)]&&_0x46fdb[_0x164902(0x353)]>=_0xc10b51['endRow']?_0xb1b30f=null:_0x46fdb['endRow']<_0xc10b51['startRow']&&(_0xb1b30f[_0x164902(0x248)]=_0xc10b51[_0x164902(0x248)]-_0x29822f,_0xb1b30f[_0x164902(0x353)]=_0xc10b51[_0x164902(0x353)]-_0x29822f),_0xb1b30f&&!(_0xb1b30f[_0x164902(0x248)]===_0xb1b30f['endRow']&&_0xb1b30f[_0x164902(0x322)]===_0xb1b30f['endColumn'])&&_0x1b2647[_0x164902(0x275)](_0xb1b30f),_0x1b2647;},[]);return _0x230cca['params'][_0x5d181b(0x28c)]=_0x5c9e3d,_0x230cca[_0x5d181b(0x325)][_0x5d181b(0x28c)][_0x5d181b(0x1c0)]===0x0&&(_0x230cca['id']=_0x10971e[_0x5d181b(0x313)]['id']),{'m1Prime':_0x230cca,'m2Prime':_0xdec010};}},_0x3aa438={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x10971e[_0x485413(0x225)]['id'],'handler'(_0x368b49,_0x3fa6a7){const _0x2ff89e=_0x485413,_0x4dbb81={'m1Prime':[],'m2Prime':[]};if(_0x368b49['params'][_0x2ff89e(0x21e)]!==_0x3fa6a7['params']['unitId']||_0x368b49['params'][_0x2ff89e(0x1c4)]!==_0x3fa6a7['params'][_0x2ff89e(0x1c4)])return _0x4dbb81;const _0x3e102f=_0x2d3a6d[_0x2ff89e(0x237)][_0x2ff89e(0x2f9)](_0x3fa6a7);let _0x992290=!0x1;return _0x3e102f['params'][_0x2ff89e(0x2c3)][_0x2ff89e(0x184)](_0x433e5c=>{const _0x3f6840=_0x2ff89e,{range:_0x201d41,primary:_0x214882}=_0x433e5c,_0x426215=_0x10971e[_0x3f6840(0x240)](_0x5d6a03(_0x368b49[_0x3f6840(0x325)][_0x3f6840(0x297)]),_0x5d6a03(_0x201d41));if(_0x426215[_0x3f6840(0x1c0)]||_0x426215[_0x3f6840(0x1b4)]){if(_0x201d41['startColumn']+=_0x426215[_0x3f6840(0x1b4)],_0x201d41[_0x3f6840(0x32e)]+=_0x426215[_0x3f6840(0x1b4)]+(_0x426215[_0x3f6840(0x1c0)]||0x0),_0x214882){const _0x11f499=_0x10971e[_0x3f6840(0x240)](_0x5d6a03(_0x368b49['params'][_0x3f6840(0x297)]),_0x5d6a03(_0x214882));(_0x11f499['length']||_0x11f499['step'])&&(_0x214882[_0x3f6840(0x322)]+=_0x11f499[_0x3f6840(0x1b4)],_0x214882[_0x3f6840(0x32e)]+=_0x11f499[_0x3f6840(0x1b4)],_0x214882[_0x3f6840(0x263)]+=_0x11f499[_0x3f6840(0x1b4)]);}_0x992290=!0x0;}}),_0x992290&&_0x4dbb81[_0x2ff89e(0x1e4)][_0x2ff89e(0x275)](_0x3e102f),_0x4dbb81;}},_0x433225={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x10971e[_0x485413(0x225)]['id'],'handler'(_0x14b43e,_0xa3d04d){const _0x49dfe2=_0x485413,_0xba1a52={'m1Prime':[],'m2Prime':[]};if(_0x14b43e['params'][_0x49dfe2(0x21e)]!==_0xa3d04d[_0x49dfe2(0x325)]['unitId']||_0x14b43e['params'][_0x49dfe2(0x1c4)]!==_0xa3d04d[_0x49dfe2(0x325)]['subUnitId'])return _0xba1a52;const _0x1db88b=_0x2d3a6d[_0x49dfe2(0x237)][_0x49dfe2(0x2f9)](_0xa3d04d);let _0x2fe56d=!0x1;return _0x1db88b['params']['selections']['forEach'](_0xefbc79=>{const _0x9e3579=_0x49dfe2,{range:_0x6ac8fb,primary:_0x554786}=_0xefbc79,_0x5e820a=_0x10971e[_0x9e3579(0x240)](_0x5d6a03(_0x10971e[_0x9e3579(0x2f3)](_0x14b43e['params'][_0x9e3579(0x297)])),_0x5d6a03(_0x10971e[_0x9e3579(0x2f3)](_0x6ac8fb)));if(_0x5e820a['length']||_0x5e820a[_0x9e3579(0x1b4)]){if(_0x6ac8fb[_0x9e3579(0x248)]+=_0x5e820a[_0x9e3579(0x1b4)],_0x6ac8fb[_0x9e3579(0x353)]+=_0x5e820a[_0x9e3579(0x1b4)]+(_0x5e820a[_0x9e3579(0x1c0)]||0x0),_0x554786){const _0x5093cf=_0x10971e[_0x9e3579(0x240)](_0x5d6a03(_0x10971e['rotateRange'](_0x14b43e[_0x9e3579(0x325)][_0x9e3579(0x297)])),_0x5d6a03(_0x10971e[_0x9e3579(0x2f3)](_0x554786)));(_0x5093cf[_0x9e3579(0x1c0)]||_0x5093cf[_0x9e3579(0x1b4)])&&(_0x554786[_0x9e3579(0x248)]+=_0x5093cf[_0x9e3579(0x1b4)],_0x554786[_0x9e3579(0x353)]+=_0x5093cf[_0x9e3579(0x1b4)],_0x554786[_0x9e3579(0x201)]+=_0x5093cf[_0x9e3579(0x1b4)]);}_0x2fe56d=!0x0;}}),_0x2fe56d&&_0xba1a52[_0x49dfe2(0x1e4)][_0x49dfe2(0x275)](_0x1db88b),_0xba1a52;}},_0x1a9b33={'m1':_0x10971e['MoveColsMutation']['id'],'m2':_0x10971e['SetSelectionsOperation']['id'],'handler'(_0x459da8,_0xc6d088){const _0x3d68fd=_0x485413,_0x4e0fe8={'m1Prime':[],'m2Prime':[]};if(_0x459da8[_0x3d68fd(0x325)]['unitId']!==_0xc6d088[_0x3d68fd(0x325)][_0x3d68fd(0x21e)]||_0x459da8[_0x3d68fd(0x325)][_0x3d68fd(0x1c4)]!==_0xc6d088[_0x3d68fd(0x325)][_0x3d68fd(0x1c4)])return _0x4e0fe8;const _0x296fc2=_0x2d3a6d['Tools'][_0x3d68fd(0x2f9)](_0xc6d088);let _0x54d05a=!0x1;return _0x296fc2[_0x3d68fd(0x325)][_0x3d68fd(0x2c3)][_0x3d68fd(0x184)](_0x3503bc=>{const _0x23f257=_0x3d68fd,{range:_0x179d7f,primary:_0x3268e6}=_0x3503bc,_0x272054=_0x10971e[_0x23f257(0x2d6)]({'start':_0x459da8[_0x23f257(0x325)][_0x23f257(0x2c6)][_0x23f257(0x322)],'end':_0x459da8[_0x23f257(0x325)]['sourceRange'][_0x23f257(0x32e)]},{'start':_0x459da8[_0x23f257(0x325)]['targetRange'][_0x23f257(0x322)],'end':_0x459da8[_0x23f257(0x325)][_0x23f257(0x291)][_0x23f257(0x32e)]},{'start':_0x179d7f[_0x23f257(0x322)],'end':_0x179d7f[_0x23f257(0x32e)]});if(_0x272054['length']||_0x272054[_0x23f257(0x1b4)]){if(_0x179d7f['startColumn']+=_0x272054['step'],_0x179d7f['endColumn']+=_0x272054[_0x23f257(0x1b4)]+(_0x272054['length']||0x0),_0x3268e6){const _0x5cef49=_0x10971e[_0x23f257(0x2d6)]({'start':_0x459da8[_0x23f257(0x325)][_0x23f257(0x2c6)][_0x23f257(0x322)],'end':_0x459da8[_0x23f257(0x325)][_0x23f257(0x2c6)][_0x23f257(0x32e)]},{'start':_0x459da8[_0x23f257(0x325)][_0x23f257(0x291)]['startColumn'],'end':_0x459da8['params'][_0x23f257(0x291)][_0x23f257(0x32e)]},{'start':_0x3268e6[_0x23f257(0x322)],'end':_0x3268e6['endColumn']});(_0x5cef49[_0x23f257(0x1c0)]||_0x5cef49[_0x23f257(0x1b4)])&&(_0x3268e6[_0x23f257(0x322)]+=_0x5cef49[_0x23f257(0x1b4)],_0x3268e6[_0x23f257(0x32e)]+=_0x5cef49[_0x23f257(0x1b4)],_0x3268e6[_0x23f257(0x263)]+=_0x5cef49[_0x23f257(0x1b4)]);}_0x54d05a=!0x0;}}),_0x54d05a&&_0x4e0fe8['m2Prime'][_0x3d68fd(0x275)](_0x296fc2),_0x4e0fe8;}},_0x4edd74={'m1':_0x10971e['MoveRowsMutation']['id'],'m2':_0x10971e[_0x485413(0x225)]['id'],'handler'(_0x20df35,_0x28c26f){const _0x279ab0=_0x485413,_0x596200={'m1Prime':[],'m2Prime':[]};if(_0x20df35[_0x279ab0(0x325)]['unitId']!==_0x28c26f['params'][_0x279ab0(0x21e)]||_0x20df35[_0x279ab0(0x325)][_0x279ab0(0x1c4)]!==_0x28c26f[_0x279ab0(0x325)][_0x279ab0(0x1c4)])return _0x596200;const _0x4ef943=_0x2d3a6d['Tools'][_0x279ab0(0x2f9)](_0x28c26f);let _0x57beac=!0x1;return _0x4ef943[_0x279ab0(0x325)][_0x279ab0(0x2c3)][_0x279ab0(0x184)](_0x8db724=>{const _0x1ceef4=_0x279ab0,{range:_0x396c21,primary:_0x5b82c7}=_0x8db724,_0x3a54dc=_0x10971e[_0x1ceef4(0x2d6)]({'start':_0x20df35[_0x1ceef4(0x325)]['sourceRange'][_0x1ceef4(0x248)],'end':_0x20df35[_0x1ceef4(0x325)]['sourceRange'][_0x1ceef4(0x353)]},{'start':_0x20df35[_0x1ceef4(0x325)]['targetRange']['startRow'],'end':_0x20df35[_0x1ceef4(0x325)][_0x1ceef4(0x291)][_0x1ceef4(0x353)]},{'start':_0x396c21[_0x1ceef4(0x248)],'end':_0x396c21[_0x1ceef4(0x353)]});if(_0x3a54dc[_0x1ceef4(0x1c0)]||_0x3a54dc[_0x1ceef4(0x1b4)]){if(_0x396c21[_0x1ceef4(0x248)]+=_0x3a54dc[_0x1ceef4(0x1b4)],_0x396c21[_0x1ceef4(0x353)]+=_0x3a54dc[_0x1ceef4(0x1b4)]+(_0x3a54dc['length']||0x0),_0x5b82c7){const _0x179289=_0x10971e[_0x1ceef4(0x2d6)]({'start':_0x20df35[_0x1ceef4(0x325)][_0x1ceef4(0x2c6)]['startRow'],'end':_0x20df35['params'][_0x1ceef4(0x2c6)][_0x1ceef4(0x353)]},{'start':_0x20df35[_0x1ceef4(0x325)][_0x1ceef4(0x291)]['startRow'],'end':_0x20df35['params'][_0x1ceef4(0x291)]['endRow']},{'start':_0x5b82c7[_0x1ceef4(0x248)],'end':_0x5b82c7['endRow']});(_0x179289[_0x1ceef4(0x1c0)]||_0x179289[_0x1ceef4(0x1b4)])&&(_0x5b82c7[_0x1ceef4(0x248)]+=_0x179289[_0x1ceef4(0x1b4)],_0x5b82c7[_0x1ceef4(0x353)]+=_0x179289[_0x1ceef4(0x1b4)],_0x5b82c7['actualRow']+=_0x179289[_0x1ceef4(0x1b4)]);}_0x57beac=!0x0;}}),_0x57beac&&_0x596200[_0x279ab0(0x1e4)]['push'](_0x4ef943),_0x596200;}},_0x2453f4={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x10971e[_0x485413(0x225)]['id'],'handler'(_0x58aef,_0x37ec6c){const _0x415cb5=_0x485413,_0x5c7297={'m1Prime':[],'m2Prime':[]};if(_0x58aef[_0x415cb5(0x325)][_0x415cb5(0x21e)]!==_0x37ec6c[_0x415cb5(0x325)][_0x415cb5(0x21e)]||_0x58aef[_0x415cb5(0x325)]['subUnitId']!==_0x37ec6c[_0x415cb5(0x325)][_0x415cb5(0x1c4)])return _0x5c7297;const _0x18bdc2=_0x2d3a6d['Tools'][_0x415cb5(0x2f9)](_0x37ec6c);let _0x3ff57=!0x1;return _0x18bdc2[_0x415cb5(0x325)]['selections'][_0x415cb5(0x184)](_0x1f498e=>{const _0x4107dc=_0x415cb5,{range:_0x399b09,primary:_0x386650}=_0x1f498e,_0x178bee=_0x10971e[_0x4107dc(0x2d3)](_0x5d6a03(_0x58aef[_0x4107dc(0x325)][_0x4107dc(0x297)]),_0x5d6a03(_0x399b09));if(_0x178bee!=null&&(_0x178bee[_0x4107dc(0x1c0)]||_0x178bee[_0x4107dc(0x1b4)])){if(_0x399b09[_0x4107dc(0x322)]+=_0x178bee[_0x4107dc(0x1b4)],_0x399b09[_0x4107dc(0x32e)]+=_0x178bee['step']+(_0x178bee['length']||0x0),_0x386650){const _0x5c6720=_0x10971e[_0x4107dc(0x2d3)](_0x5d6a03(_0x58aef[_0x4107dc(0x325)][_0x4107dc(0x297)]),_0x5d6a03(_0x386650));if(_0x5c6720==null){_0x386650[_0x4107dc(0x322)]=_0x399b09[_0x4107dc(0x322)],_0x386650[_0x4107dc(0x32e)]=_0x399b09[_0x4107dc(0x322)],_0x386650['actualColumn']=_0x399b09['startColumn'];return;}(_0x5c6720['length']||_0x5c6720[_0x4107dc(0x1b4)])&&(_0x386650[_0x4107dc(0x322)]+=_0x5c6720[_0x4107dc(0x1b4)],_0x386650[_0x4107dc(0x32e)]+=_0x5c6720[_0x4107dc(0x1b4)],_0x386650['actualColumn']+=_0x5c6720[_0x4107dc(0x1b4)]);}_0x3ff57=!0x0;}}),_0x3ff57&&_0x5c7297[_0x415cb5(0x1e4)]['push'](_0x18bdc2),_0x5c7297;}},_0x111ccf={'m1':_0x10971e['RemoveRowMutation']['id'],'m2':_0x10971e[_0x485413(0x225)]['id'],'handler'(_0x2ee4e2,_0x4480fa){const _0x4553c5=_0x485413,_0x2a1620={'m1Prime':[],'m2Prime':[]};if(_0x2ee4e2['params'][_0x4553c5(0x21e)]!==_0x4480fa['params'][_0x4553c5(0x21e)]||_0x2ee4e2['params'][_0x4553c5(0x1c4)]!==_0x4480fa[_0x4553c5(0x325)][_0x4553c5(0x1c4)])return _0x2a1620;const _0x353d9a=_0x2d3a6d['Tools'][_0x4553c5(0x2f9)](_0x4480fa);let _0x866b9b=!0x1;return _0x353d9a[_0x4553c5(0x325)][_0x4553c5(0x2c3)][_0x4553c5(0x184)](_0x2000c0=>{const _0x382ea8=_0x4553c5,{range:_0xc5f05,primary:_0x577a82}=_0x2000c0,_0x2d46cd=_0x10971e[_0x382ea8(0x2d3)](_0x5d6a03(_0x10971e[_0x382ea8(0x2f3)](_0x2ee4e2[_0x382ea8(0x325)][_0x382ea8(0x297)])),_0x5d6a03(_0x10971e[_0x382ea8(0x2f3)](_0xc5f05)));if(_0x2d46cd!=null&&(_0x2d46cd[_0x382ea8(0x1c0)]||_0x2d46cd[_0x382ea8(0x1b4)])){if(_0xc5f05[_0x382ea8(0x248)]+=_0x2d46cd['step'],_0xc5f05[_0x382ea8(0x353)]+=_0x2d46cd[_0x382ea8(0x1b4)]+(_0x2d46cd['length']||0x0),_0x577a82){const _0xe7054d=_0x10971e[_0x382ea8(0x2d3)](_0x5d6a03(_0x10971e[_0x382ea8(0x2f3)](_0x2ee4e2[_0x382ea8(0x325)][_0x382ea8(0x297)])),_0x5d6a03(_0x10971e['rotateRange'](_0x577a82)));if(_0xe7054d==null){_0x577a82[_0x382ea8(0x248)]=_0xc5f05[_0x382ea8(0x248)],_0x577a82[_0x382ea8(0x353)]=_0xc5f05[_0x382ea8(0x248)],_0x577a82[_0x382ea8(0x201)]=_0xc5f05['startRow'];return;}(_0xe7054d[_0x382ea8(0x1c0)]||_0xe7054d[_0x382ea8(0x1b4)])&&(_0x577a82[_0x382ea8(0x248)]+=_0xe7054d[_0x382ea8(0x1b4)],_0x577a82['endRow']+=_0xe7054d[_0x382ea8(0x1b4)],_0x577a82[_0x382ea8(0x201)]+=_0xe7054d[_0x382ea8(0x1b4)]);}_0x866b9b=!0x0;}}),_0x866b9b&&_0x2a1620[_0x4553c5(0x1e4)][_0x4553c5(0x275)](_0x353d9a),_0x2a1620;}},_0x2d67da={'m1':_0x10971e[_0x485413(0x29f)]['id'],'m2':_0x10971e[_0x485413(0x225)]['id'],'handler'(_0x1e9de0,_0x2a562d){const _0x2c0de5=_0x485413,_0x1c32ab={'m1Prime':[],'m2Prime':[]};if(_0x1e9de0[_0x2c0de5(0x325)][_0x2c0de5(0x21e)]!==_0x2a562d[_0x2c0de5(0x325)][_0x2c0de5(0x21e)]||_0x1e9de0[_0x2c0de5(0x325)][_0x2c0de5(0x1c4)]!==_0x2a562d[_0x2c0de5(0x325)][_0x2c0de5(0x1c4)])return _0x1c32ab;const _0x43bf85=_0x2d3a6d[_0x2c0de5(0x237)][_0x2c0de5(0x2f9)](_0x2a562d),_0x400a09=_0x43bf85[_0x2c0de5(0x325)]['selections'];_0x400a09[_0x2c0de5(0x184)]((_0x268291,_0x1af950)=>{const _0x4fd0e4=_0x2c0de5,{range:_0x5cbf6c,primary:_0x956ed8}=_0x268291;_0x1e9de0['params']['ranges'][_0x4fd0e4(0x184)](_0x2ad013=>{const _0x4a168e=_0x4fd0e4;_0x2d3a6d[_0x4a168e(0x1d0)][_0x4a168e(0x27f)](_0x2ad013,_0x5cbf6c)&&(_0x5cbf6c['startRow']=Math[_0x4a168e(0x28f)](_0x2ad013[_0x4a168e(0x248)],_0x5cbf6c[_0x4a168e(0x248)]),_0x5cbf6c[_0x4a168e(0x322)]=Math[_0x4a168e(0x28f)](_0x2ad013['startColumn'],_0x5cbf6c[_0x4a168e(0x322)]),_0x5cbf6c['endRow']=Math[_0x4a168e(0x1bb)](_0x2ad013['endRow'],_0x5cbf6c[_0x4a168e(0x353)]),_0x5cbf6c['endColumn']=Math[_0x4a168e(0x1bb)](_0x2ad013[_0x4a168e(0x32e)],_0x5cbf6c[_0x4a168e(0x32e)])),_0x956ed8&&_0x2d3a6d[_0x4a168e(0x1d0)]['intersects'](_0x2ad013,_0x956ed8)&&_0x1af950===_0x400a09[_0x4a168e(0x1c0)]-0x1&&(_0x956ed8[_0x4a168e(0x322)]===_0x2ad013['startColumn']&&_0x956ed8['startRow']&&_0x2ad013['startRow']&&(_0x956ed8[_0x4a168e(0x183)]=!0x0),_0x956ed8['startRow']=Math[_0x4a168e(0x28f)](_0x2ad013[_0x4a168e(0x248)],_0x956ed8[_0x4a168e(0x248)]),_0x956ed8[_0x4a168e(0x322)]=Math['min'](_0x2ad013[_0x4a168e(0x322)],_0x956ed8['startColumn']),_0x956ed8[_0x4a168e(0x353)]=Math['max'](_0x2ad013[_0x4a168e(0x353)],_0x956ed8[_0x4a168e(0x353)]),_0x956ed8[_0x4a168e(0x32e)]=Math[_0x4a168e(0x1bb)](_0x2ad013[_0x4a168e(0x32e)],_0x956ed8[_0x4a168e(0x32e)]),_0x956ed8['isMerged']=!0x0);});}),_0x400a09['sort']((_0x48b237,_0x4cde72)=>{const _0x4f7688=_0x2c0de5,_0x3a4788=_0x48b237['range'],_0x36469b=_0x4cde72[_0x4f7688(0x297)];return _0x3a4788[_0x4f7688(0x248)]===_0x36469b[_0x4f7688(0x248)]?_0x3a4788['startColumn']-_0x36469b[_0x4f7688(0x322)]:_0x3a4788[_0x4f7688(0x248)]-_0x36469b[_0x4f7688(0x248)];});const _0x4b2a38=[];let _0x359bc9=null;for(const _0x463554 of _0x400a09)_0x359bc9===null||!_0x2d3a6d[_0x2c0de5(0x1d0)][_0x2c0de5(0x27f)](_0x359bc9[_0x2c0de5(0x297)],_0x463554[_0x2c0de5(0x297)])?(_0x4b2a38['push'](_0x463554),_0x359bc9=_0x463554):(_0x359bc9[_0x2c0de5(0x297)][_0x2c0de5(0x248)]=Math[_0x2c0de5(0x28f)](_0x359bc9[_0x2c0de5(0x297)][_0x2c0de5(0x248)],_0x463554['range']['startRow']),_0x359bc9[_0x2c0de5(0x297)][_0x2c0de5(0x322)]=Math['min'](_0x359bc9[_0x2c0de5(0x297)][_0x2c0de5(0x322)],_0x463554[_0x2c0de5(0x297)]['startColumn']),_0x359bc9[_0x2c0de5(0x297)]['endRow']=Math['max'](_0x359bc9['range']['endRow'],_0x463554[_0x2c0de5(0x297)][_0x2c0de5(0x353)]),_0x359bc9[_0x2c0de5(0x297)][_0x2c0de5(0x32e)]=Math['max'](_0x359bc9[_0x2c0de5(0x297)]['endColumn'],_0x463554[_0x2c0de5(0x297)]['endColumn']),_0x463554['primary']&&(_0x359bc9[_0x2c0de5(0x27b)]=_0x463554['primary']));return _0x43bf85['params'][_0x2c0de5(0x2c3)]=_0x4b2a38,_0x1c32ab[_0x2c0de5(0x1e4)][_0x2c0de5(0x275)](_0x43bf85),_0x1c32ab;}},_0x353aa7={'m1':_0x10971e[_0x485413(0x310)]['id'],'m2':_0x10971e[_0x485413(0x225)]['id'],'handler'(_0x23dc00,_0x2357b1){const _0x1d13f6=_0x485413,_0x1fc7a2={'m1Prime':[],'m2Prime':[]};if(_0x23dc00['params'][_0x1d13f6(0x21e)]!==_0x2357b1[_0x1d13f6(0x325)][_0x1d13f6(0x21e)]||_0x23dc00[_0x1d13f6(0x325)]['subUnitId']!==_0x2357b1['params'][_0x1d13f6(0x1c4)])return _0x1fc7a2;const _0x1323f0=_0x2d3a6d[_0x1d13f6(0x237)]['deepClone'](_0x2357b1),_0x5bedaf=_0x1323f0[_0x1d13f6(0x325)]['selections'],_0x520996=_0x5bedaf[_0x5bedaf[_0x1d13f6(0x1c0)]-0x1][_0x1d13f6(0x27b)];return _0x23dc00['params'][_0x1d13f6(0x28c)]['forEach'](_0x43e51a=>{const _0x26358d=_0x1d13f6;_0x520996&&_0x2d3a6d['Rectangle']['intersects'](_0x43e51a,_0x520996)&&(_0x520996[_0x26358d(0x1fb)]=!0x1,_0x520996[_0x26358d(0x183)]=!0x1,_0x520996[_0x26358d(0x248)]=_0x43e51a[_0x26358d(0x248)],_0x520996[_0x26358d(0x322)]=_0x43e51a[_0x26358d(0x322)],_0x520996[_0x26358d(0x353)]=_0x43e51a[_0x26358d(0x248)],_0x520996[_0x26358d(0x32e)]=_0x43e51a[_0x26358d(0x322)],_0x520996[_0x26358d(0x263)]=_0x43e51a[_0x26358d(0x322)],_0x520996[_0x26358d(0x201)]=_0x43e51a[_0x26358d(0x248)]);}),_0x1fc7a2['m2Prime'][_0x1d13f6(0x275)](_0x1323f0),_0x1fc7a2;}};_0x492e85['AddConditionalRuleMutation']['id'],_0x492e85[_0x485413(0x28d)]['id'],_0x492e85[_0x485413(0x214)]['id'],_0x492e85['SetConditionalRuleMutation']['id'],_0x492e85[_0x485413(0x335)]['id'],_0x492e85[_0x485413(0x335)]['id'],_0x492e85[_0x485413(0x2dc)]['id'],_0x492e85[_0x485413(0x2dc)]['id'];function _0x4c2ac7(_0x2429a2,_0x8ab9c,_0x2bc293,_0x3695e4){const _0x47b3ec=_0x485413,_0xc6abe6=new _0x2d3a6d[(_0x47b3ec(0x34d))]();_0x2bc293[_0x47b3ec(0x184)](_0x2eff6c=>{const _0x56e357=_0x47b3ec;_0x2eff6c['ranges'][_0x56e357(0x184)](_0x4d5fdd=>{const _0x4b044c=_0x56e357;_0x2d3a6d[_0x4b044c(0x2fa)]['foreach'](_0x4d5fdd,(_0x3b6634,_0x230e9a)=>{const _0x21e824=_0x4b044c;_0xc6abe6[_0x21e824(0x2e7)](_0x3b6634,_0x230e9a,_0x2eff6c[_0x21e824(0x17a)]);});});}),_0x3695e4[_0x47b3ec(0x184)](_0x2adcb7=>{const _0x37df81=_0x47b3ec;_0x2adcb7[_0x37df81(0x28c)]['forEach'](_0x101d2a=>{const _0x55c769=_0x37df81;_0x2d3a6d['Range'][_0x55c769(0x316)](_0x101d2a,(_0x41be37,_0x2e0ea9)=>{const _0x36fa24=_0x55c769;_0xc6abe6[_0x36fa24(0x2e7)](_0x41be37,_0x2e0ea9,_0x2adcb7[_0x36fa24(0x17a)]);});});});const _0x43a563=[];return _0x2bc293[_0x47b3ec(0x184)](_0x62332=>{const _0x1bfbdc=_0x47b3ec,_0xcc5ae0=_0x2d3a6d[_0x1bfbdc(0x245)](_0xc6abe6,_0x1f6942=>_0x1f6942===_0x62332[_0x1bfbdc(0x17a)]);if(_0xcc5ae0[_0x1bfbdc(0x1c0)]){if(!_0x2d3a6d['isRangesEqual'](_0xcc5ae0,_0x62332[_0x1bfbdc(0x28c)])){const _0x160353={'ruleId':_0x62332['uid'],'unitId':_0x2429a2,'subUnitId':_0x8ab9c,'payload':{'type':_0x3a55d1[_0x1bfbdc(0x340)][_0x1bfbdc(0x189)],'payload':_0xcc5ae0}};_0x43a563[_0x1bfbdc(0x275)]({'id':_0x3a55d1['UpdateDataValidationMutation']['id'],'params':_0x160353});}}else{const _0x1131a1={'ruleId':_0x62332[_0x1bfbdc(0x17a)],'unitId':_0x2429a2,'subUnitId':_0x8ab9c};_0x43a563['push']({'id':_0x3a55d1[_0x1bfbdc(0x1a7)]['id'],'params':_0x1131a1});}}),_0x43a563;}function _0x505ac7(_0x5af321,_0x2452ef){const _0xd5a4ca=_0x485413,_0x137588=_0x2d3a6d[_0xd5a4ca(0x237)]['deepClone'](Array['isArray'](_0x5af321[_0xd5a4ca(0x325)][_0xd5a4ca(0x31d)])?_0x5af321[_0xd5a4ca(0x325)][_0xd5a4ca(0x31d)]:[_0x5af321[_0xd5a4ca(0x325)][_0xd5a4ca(0x31d)]]);return _0x2452ef['forEach'](_0x2c3b05=>{const _0x5f2602=_0xd5a4ca;if(_0x2c3b05['id']===_0x3a55d1[_0x5f2602(0x23f)]['id']){const _0x31fa7a=_0x2c3b05,_0x189aba=_0x137588[_0x5f2602(0x2d1)](_0x39d122=>_0x39d122['uid']===_0x31fa7a[_0x5f2602(0x325)][_0x5f2602(0x349)]);_0x189aba[_0x5f2602(0x28c)]=_0x31fa7a[_0x5f2602(0x325)]['payload'][_0x5f2602(0x1cd)];}else{if(_0x2c3b05['id']===_0x3a55d1[_0x5f2602(0x1a7)]['id']){const _0x277ff6=_0x137588[_0x5f2602(0x308)](_0x30a7ac=>_0x30a7ac['uid']===_0x2c3b05['params'][_0x5f2602(0x349)]);_0x137588[_0x277ff6]=null;}}}),_0x137588['filter'](Boolean)[_0xd5a4ca(0x1c0)]?[{..._0x5af321,'params':{..._0x5af321[_0xd5a4ca(0x325)],'rule':_0x137588[_0xd5a4ca(0x233)](Boolean)}}]:[];}_0x3a55d1['AddDataValidationMutation']['id'],_0x3a55d1[_0x485413(0x280)]['id'],_0x3a55d1[_0x485413(0x23f)]['id'],_0x3a55d1[_0x485413(0x23f)]['id'],_0x3a55d1[_0x485413(0x1a7)]['id'],_0x3a55d1['RemoveDataValidationMutation']['id'];function _0x3710a8(_0x151c6a,_0x4c8b88){const _0x1335a0=_0x485413,{unitId:_0x5a2019,subUnitId:_0x4fca35}=_0x151c6a[_0x1335a0(0x325)],_0x20c8bd=_0x2a4976=>_0x86a893(_0x5a2019,_0x4fca35,_0x2a4976,_0x24ff66=>_0x10971e[_0x1335a0(0x1a2)](_0x24ff66,_0x4c8b88)),_0xc682b8=[],_0x2a75c3=_0x4d0a7f=>{const _0x42b40d=_0x1335a0;var _0x4abb44,_0x40fa14;const _0x491f7f=_0x4d0a7f[_0x42b40d(0x17a)],_0x3011fa=_0x4d0a7f[_0x42b40d(0x28c)][_0x42b40d(0x2f8)](_0x47a1be=>_0x10971e[_0x42b40d(0x298)](_0x47a1be,_0x4c8b88)),_0x1b274d=(_0x4abb44=_0x4d0a7f['formula1'])!=null?_0x4abb44:'',_0x23af3e=(_0x40fa14=_0x4d0a7f[_0x42b40d(0x25a)])!=null?_0x40fa14:'';let _0x21d204=_0x1b274d,_0x55c75c=_0x23af3e;_0x2d3a6d[_0x42b40d(0x2b9)](_0x1b274d)&&(_0x21d204=_0x20c8bd(_0x1b274d)),_0x2d3a6d[_0x42b40d(0x2b9)](_0x23af3e)&&(_0x55c75c=_0x20c8bd(_0x23af3e)),(_0x21d204!==_0x1b274d||_0x55c75c!==_0x23af3e)&&_0xc682b8[_0x42b40d(0x275)]({'id':_0x3a55d1[_0x42b40d(0x23f)]['id'],'params':{'unitId':_0x5a2019,'subUnitId':_0x4fca35,'ruleId':_0x491f7f,'payload':{'type':_0x3a55d1[_0x42b40d(0x340)][_0x42b40d(0x2a7)],'payload':{'type':_0x4d0a7f[_0x42b40d(0x1f3)],'formula1':_0x21d204,'formula2':_0x55c75c}}}});const _0x4c60f2=_0x3011fa[_0x42b40d(0x345)]()['filter'](Boolean);_0x2d3a6d[_0x42b40d(0x2ce)](_0x4d0a7f[_0x42b40d(0x28c)],_0x4c60f2)||_0xc682b8[_0x42b40d(0x275)]({'id':_0x3a55d1[_0x42b40d(0x23f)]['id'],'params':{'unitId':_0x5a2019,'subUnitId':_0x4fca35,'ruleId':_0x491f7f,'payload':{'type':_0x3a55d1[_0x42b40d(0x340)][_0x42b40d(0x189)],'payload':_0x4c60f2}}});};return Array['isArray'](_0x151c6a[_0x1335a0(0x325)][_0x1335a0(0x31d)])?_0x151c6a[_0x1335a0(0x325)]['rule'][_0x1335a0(0x184)](_0x3a0145=>_0x2a75c3(_0x3a0145)):_0x2a75c3(_0x151c6a[_0x1335a0(0x325)][_0x1335a0(0x31d)]),_0xc682b8;}_0x10971e[_0x485413(0x296)]['id'],_0x3a55d1[_0x485413(0x280)]['id'],_0x10971e[_0x485413(0x202)]['id'],_0x3a55d1['AddDataValidationMutation']['id'],_0x10971e[_0x485413(0x257)]['id'],_0x3a55d1['AddDataValidationMutation']['id'],_0x10971e[_0x485413(0x2bb)]['id'],_0x3a55d1[_0x485413(0x280)]['id'],_0x10971e[_0x485413(0x223)]['id'],_0x3a55d1['AddDataValidationMutation']['id'];function _0x5eb956(_0x5a5fae,_0xbbbbd6){const _0x2bc2ce=_0x485413;var _0x324f3e,_0x3935b9;const {payload:_0xe88138,unitId:_0x16cf5f,subUnitId:_0x5164c2,ruleId:_0x2c4c06}=_0x5a5fae[_0x2bc2ce(0x325)];switch(_0xe88138['type']){case _0x3a55d1['UpdateRuleType'][_0x2bc2ce(0x189)]:{const _0x553c94=_0xe88138[_0x2bc2ce(0x1cd)][_0x2bc2ce(0x2f8)](_0x5b442b=>_0x10971e['handleCommonDefaultRangeChangeWithEffectRefCommands'](_0x5b442b,_0xbbbbd6))[_0x2bc2ce(0x233)](Boolean);if(!_0x2d3a6d[_0x2bc2ce(0x2ce)](_0x553c94,_0xe88138[_0x2bc2ce(0x1cd)]))return[{'id':_0x3a55d1[_0x2bc2ce(0x23f)]['id'],'params':{'unitId':_0x16cf5f,'subUnitId':_0x5164c2,'ruleId':_0x2c4c06,'payload':{'type':_0x3a55d1[_0x2bc2ce(0x340)]['RANGE'],'payload':_0x553c94}}}];break;}case _0x3a55d1[_0x2bc2ce(0x340)][_0x2bc2ce(0x2a7)]:{const _0x33998f=_0x3f3fbc=>_0x86a893(_0x16cf5f,_0x5164c2,_0x3f3fbc,_0x23ebd2=>_0x10971e[_0x2bc2ce(0x1a2)](_0x23ebd2,_0xbbbbd6)),_0x326023=(_0x324f3e=_0xe88138[_0x2bc2ce(0x1cd)][_0x2bc2ce(0x18a)])!=null?_0x324f3e:'',_0x36d399=(_0x3935b9=_0xe88138['payload'][_0x2bc2ce(0x25a)])!=null?_0x3935b9:'';let _0x243d8d=_0x326023,_0x415341=_0x36d399;if(_0x2d3a6d['isFormulaString'](_0x326023)&&(_0x243d8d=_0x33998f(_0x326023)),_0x2d3a6d[_0x2bc2ce(0x2b9)](_0x36d399)&&(_0x415341=_0x33998f(_0x36d399)),_0x243d8d!==_0x326023||_0x415341!==_0x36d399)return[{'id':_0x3a55d1[_0x2bc2ce(0x23f)]['id'],'params':{'unitId':_0x16cf5f,'subUnitId':_0x5164c2,'ruleId':_0x2c4c06,'payload':{'type':_0x3a55d1[_0x2bc2ce(0x340)]['SETTING'],'payload':{'type':_0xe88138['payload']['type'],'formula1':_0x243d8d,'formula2':_0x415341}}}}];break;}}return[];}_0x10971e[_0x485413(0x296)]['id'],_0x3a55d1[_0x485413(0x23f)]['id'],_0x10971e[_0x485413(0x202)]['id'],_0x3a55d1[_0x485413(0x23f)]['id'],_0x10971e[_0x485413(0x257)]['id'],_0x3a55d1[_0x485413(0x23f)]['id'],_0x10971e[_0x485413(0x2a3)]['id'],_0x3a55d1['UpdateDataValidationMutation']['id'],_0x10971e[_0x485413(0x2bb)]['id'],_0x3a55d1[_0x485413(0x23f)]['id'],_0x10971e[_0x485413(0x223)]['id'],_0x3a55d1['UpdateDataValidationMutation']['id'],_0x3a55d1['AddDataValidationMutation']['id'],_0x3a55d1[_0x485413(0x23f)]['id'],_0x3a55d1['UpdateDataValidationMutation']['id'],_0x3a55d1[_0x485413(0x280)]['id'],_0x3a55d1[_0x485413(0x23f)]['id'],_0x3a55d1[_0x485413(0x1a7)]['id'],_0x10971e[_0x485413(0x257)]['id'],_0xf76435[_0x485413(0x330)]['id'],_0x10971e[_0x485413(0x257)]['id'],_0xf76435[_0x485413(0x34f)]['id'],_0x10971e[_0x485413(0x2a3)]['id'],_0xf76435['SetSheetsFilterRangeMutation']['id'],_0x10971e['MoveColsMutation']['id'],_0xf76435[_0x485413(0x330)]['id'],_0x10971e[_0x485413(0x296)]['id'],_0xf76435[_0x485413(0x34f)]['id'],_0x10971e[_0x485413(0x2bb)]['id'],_0xf76435['SetSheetsFilterCriteriaMutation']['id'],_0x10971e[_0x485413(0x2bb)]['id'],_0xf76435[_0x485413(0x34f)]['id'],_0x10971e[_0x485413(0x202)]['id'],_0xf76435[_0x485413(0x34f)]['id'],_0x10971e[_0x485413(0x223)]['id'],_0xf76435[_0x485413(0x34f)]['id'],_0xf76435['SetSheetsFilterCriteriaMutation']['id'],_0xf76435[_0x485413(0x330)]['id'],_0xf76435[_0x485413(0x34f)]['id'],_0xf76435['SetSheetsFilterRangeMutation']['id'],_0xf76435['SetSheetsFilterCriteriaMutation']['id'],_0xf76435[_0x485413(0x25c)]['id'],_0xf76435[_0x485413(0x34f)]['id'],_0xf76435[_0x485413(0x25c)]['id'],_0xf76435['SetSheetsFilterCriteriaMutation']['id'],_0x10971e[_0x485413(0x2cf)]['id'],_0xf76435[_0x485413(0x330)]['id'],_0x10971e[_0x485413(0x1be)]['id'];const _0x49940f={'m1':_0x36f79e[_0x485413(0x1ae)]['id'],'m2':_0x36f79e['AddCommentMutation']['id'],'handler':(_0x45d24a,_0x1d2506)=>{const _0x813dbf=_0x485413,_0x46aa60=_0x45d24a[_0x813dbf(0x325)],_0xbcc07f=_0x1d2506[_0x813dbf(0x325)],_0x58e5ac={'m1Prime':_0x45d24a,'m2Prime':_0x1d2506};if(_0x46aa60[_0x813dbf(0x21e)]!==_0xbcc07f[_0x813dbf(0x21e)]||_0x46aa60[_0x813dbf(0x1c4)]!==_0xbcc07f['subUnitId']||_0x46aa60['comment']['ref']!==_0xbcc07f[_0x813dbf(0x2ca)][_0x813dbf(0x1fc)])return _0x58e5ac;if(!_0x46aa60[_0x813dbf(0x2ca)]['parentId']&&!_0xbcc07f[_0x813dbf(0x2ca)]['parentId']){const _0x2caa5e=_0x2d3a6d[_0x813dbf(0x237)]['deepClone'](_0x1d2506);return _0x2caa5e[_0x813dbf(0x325)][_0x813dbf(0x2ca)][_0x813dbf(0x182)]=_0x45d24a[_0x813dbf(0x325)][_0x813dbf(0x2ca)]['id'],{'m1Prime':[{'id':_0x36f79e['DeleteCommentMutation']['id'],'params':{'unitId':_0x46aa60['unitId'],'subUnitId':_0xbcc07f['subUnitId'],'commentId':_0xbcc07f[_0x813dbf(0x2ca)]['id']}},_0x45d24a,_0x2caa5e],'m2Prime':[_0x2caa5e]};}return _0x58e5ac;}},_0x3ac034={'m1':_0x36f79e['DeleteCommentMutation']['id'],'m2':_0x36f79e[_0x485413(0x1ae)]['id'],'handler':(_0x1b0de7,_0x104e27)=>{const _0x45d22f=_0x485413,_0x5a5c4c=_0x1b0de7[_0x45d22f(0x325)],_0x3b165d=_0x104e27['params'];return _0x5a5c4c[_0x45d22f(0x21e)]===_0x3b165d[_0x45d22f(0x21e)]&&_0x5a5c4c[_0x45d22f(0x1c4)]===_0x3b165d['subUnitId']&&_0x5a5c4c[_0x45d22f(0x2bd)]===_0x3b165d[_0x45d22f(0x2ca)][_0x45d22f(0x182)]?{'m1Prime':_0x1b0de7,'m2Prime':[]}:{'m1Prime':_0x1b0de7,'m2Prime':_0x104e27};}},_0x4fc0c0={'m1':_0x36f79e[_0x485413(0x2c1)]['id'],'m2':_0x36f79e[_0x485413(0x2c1)]['id'],'handler':(_0x1694ff,_0x50dba4)=>{const _0x556799=_0x485413,_0x1c582c=_0x1694ff['params'],_0x377ea1=_0x50dba4[_0x556799(0x325)],_0x34b071={'m1Prime':_0x1694ff,'m2Prime':_0x50dba4};return _0x1c582c[_0x556799(0x21e)]!==_0x377ea1[_0x556799(0x21e)]||_0x1c582c[_0x556799(0x1c4)]!==_0x377ea1[_0x556799(0x1c4)]||_0x1c582c[_0x556799(0x2bd)]!==_0x377ea1[_0x556799(0x2bd)]?_0x34b071:{'m1Prime':[],'m2Prime':[]};}},_0x517a70={'m1':_0x36f79e[_0x485413(0x26f)]['id'],'m2':_0x36f79e['UpdateCommentRefMutation']['id'],'handler':(_0x2c8a98,_0x1159a7)=>{const _0x44bfea=_0x485413,_0x4a0e25=_0x2c8a98[_0x44bfea(0x325)],_0x4515ac=_0x1159a7[_0x44bfea(0x325)];return _0x4a0e25['unitId']===_0x4515ac['unitId']&&_0x4a0e25[_0x44bfea(0x1c4)]===_0x4515ac['subUnitId']&&_0x4a0e25['payload'][_0x44bfea(0x2bd)]===_0x4515ac['payload'][_0x44bfea(0x2bd)]?{'m1Prime':[],'m2Prime':_0x1159a7}:{'m1Prime':_0x2c8a98,'m2Prime':_0x1159a7};}},_0x315f23={'m1':_0x36f79e[_0x485413(0x2a0)]['id'],'m2':_0x36f79e[_0x485413(0x2a0)]['id'],'handler':(_0x524ab8,_0x532b97)=>{const _0x4ee49b=_0x485413,_0x309aa0=_0x524ab8[_0x4ee49b(0x325)],_0x5488fd=_0x532b97[_0x4ee49b(0x325)];return _0x309aa0[_0x4ee49b(0x21e)]===_0x5488fd[_0x4ee49b(0x21e)]&&_0x309aa0[_0x4ee49b(0x1c4)]===_0x5488fd[_0x4ee49b(0x1c4)]&&_0x309aa0[_0x4ee49b(0x1cd)][_0x4ee49b(0x2bd)]===_0x5488fd['payload']['commentId']?{'m1Prime':[],'m2Prime':_0x532b97}:{'m1Prime':_0x524ab8,'m2Prime':_0x532b97};}},_0x4fc4c8=(_0x524658,_0x38ac2b)=>{const _0x3ce6b9=_0x485413,_0x1ce4dd=_0x2efe67[_0x3ce6b9(0x1a6)](_0x524658['params'][_0x3ce6b9(0x2ca)]['ref']),_0x31e7f3={'startColumn':_0x1ce4dd[_0x3ce6b9(0x33f)],'endColumn':_0x1ce4dd[_0x3ce6b9(0x33f)],'startRow':_0x1ce4dd[_0x3ce6b9(0x1e8)],'endRow':_0x1ce4dd['row']},_0x54b22a=_0x10971e[_0x3ce6b9(0x1a2)](_0x31e7f3,_0x38ac2b);if(!_0x54b22a)return[{'id':_0x36f79e[_0x3ce6b9(0x2c1)]['id'],'params':{..._0x524658[_0x3ce6b9(0x325)],'comment':void 0x0,'commentId':_0x524658['params']['comment']['id']}}];const _0x47732d=_0x2efe67[_0x3ce6b9(0x303)](_0x54b22a);return _0x47732d===_0x524658[_0x3ce6b9(0x325)]['comment'][_0x3ce6b9(0x1fc)]?[]:[{'id':_0x36f79e[_0x3ce6b9(0x26f)]['id'],'params':{..._0x524658[_0x3ce6b9(0x325)],'comment':void 0x0,'payload':{'ref':_0x47732d,'commentId':_0x524658[_0x3ce6b9(0x325)][_0x3ce6b9(0x2ca)]['id']}}}];},_0x19d6fc={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x36f79e['AddCommentMutation']['id'],'handler':(_0x2e9a03,_0x598239)=>{const _0x261607=_0x485413,_0x272f42={'m1Prime':_0x2e9a03,'m2Prime':_0x598239};if(_0x2e9a03[_0x261607(0x325)][_0x261607(0x21e)]!==_0x598239['params'][_0x261607(0x21e)]||_0x2e9a03['params']['subUnitId']!==_0x598239[_0x261607(0x325)][_0x261607(0x1c4)])return _0x272f42;const _0x2815fa={'id':_0x10971e[_0x261607(0x1a5)]['id'],'params':{'unitId':_0x2e9a03[_0x261607(0x325)][_0x261607(0x21e)],'subUnitId':_0x2e9a03[_0x261607(0x325)][_0x261607(0x1c4)],'range':_0x2e9a03[_0x261607(0x325)][_0x261607(0x297)]}},_0x33a044=_0x4fc4c8(_0x598239,_0x2815fa);return{'m1Prime':[_0x2e9a03,..._0x33a044],'m2Prime':[_0x598239,..._0x33a044]};}},_0x2cc6af={'m1':_0x10971e[_0x485413(0x296)]['id'],'m2':_0x36f79e[_0x485413(0x1ae)]['id'],'handler':(_0x1cfa4c,_0x69216d)=>{const _0x3c69e6=_0x485413,_0x427895={'m1Prime':_0x1cfa4c,'m2Prime':_0x69216d};if(_0x1cfa4c[_0x3c69e6(0x325)][_0x3c69e6(0x21e)]!==_0x69216d['params'][_0x3c69e6(0x21e)]||_0x1cfa4c['params']['subUnitId']!==_0x69216d[_0x3c69e6(0x325)][_0x3c69e6(0x1c4)])return _0x427895;const _0x7eb973={'id':_0x10971e[_0x3c69e6(0x23e)]['id'],'params':{'unitId':_0x1cfa4c[_0x3c69e6(0x325)][_0x3c69e6(0x21e)],'subUnitId':_0x1cfa4c[_0x3c69e6(0x325)][_0x3c69e6(0x1c4)],'fromRange':_0x1cfa4c[_0x3c69e6(0x325)][_0x3c69e6(0x2c6)],'toRange':_0x1cfa4c[_0x3c69e6(0x325)]['targetRange']}},_0x178903=_0x4fc4c8(_0x69216d,_0x7eb973);return{'m1Prime':[_0x1cfa4c,..._0x178903],'m2Prime':[_0x69216d,..._0x178903]};}},_0x30f172={'m1':_0x10971e[_0x485413(0x202)]['id'],'m2':_0x36f79e[_0x485413(0x1ae)]['id'],'handler':(_0x40fd16,_0x4fa97a)=>{const _0x7de39b=_0x485413,_0x19e817={'m1Prime':_0x40fd16,'m2Prime':_0x4fa97a};if(_0x40fd16['params'][_0x7de39b(0x21e)]!==_0x4fa97a[_0x7de39b(0x325)]['unitId']||_0x40fd16[_0x7de39b(0x325)][_0x7de39b(0x1c4)]!==_0x4fa97a['params'][_0x7de39b(0x1c4)])return _0x19e817;const _0x3a3427={'id':_0x10971e[_0x7de39b(0x1b2)]['id'],'params':{'unitId':_0x40fd16[_0x7de39b(0x325)][_0x7de39b(0x21e)],'subUnitId':_0x40fd16[_0x7de39b(0x325)][_0x7de39b(0x1c4)],'fromRange':_0x40fd16[_0x7de39b(0x325)][_0x7de39b(0x2c6)],'toRange':_0x40fd16[_0x7de39b(0x325)][_0x7de39b(0x291)]}},_0x3cbb35=_0x4fc4c8(_0x4fa97a,_0x3a3427);return{'m1Prime':[_0x40fd16,..._0x3cbb35],'m2Prime':[_0x4fa97a,..._0x3cbb35]};}},_0x55f542={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x36f79e[_0x485413(0x1ae)]['id'],'handler':(_0x50ab05,_0x58ade2)=>{const _0x3a48ba=_0x485413,_0x507c4e={'m1Prime':_0x50ab05,'m2Prime':_0x58ade2};if(_0x50ab05['params']['unitId']!==_0x58ade2[_0x3a48ba(0x325)][_0x3a48ba(0x21e)]||_0x50ab05[_0x3a48ba(0x325)][_0x3a48ba(0x1c4)]!==_0x58ade2['params'][_0x3a48ba(0x1c4)])return _0x507c4e;const _0x40d378={'id':_0x10971e[_0x3a48ba(0x1dc)]['id'],'params':{'unitId':_0x50ab05['params'][_0x3a48ba(0x21e)],'subUnitId':_0x50ab05[_0x3a48ba(0x325)][_0x3a48ba(0x1c4)],'range':_0x50ab05[_0x3a48ba(0x325)][_0x3a48ba(0x297)]}},_0x47ea4e=_0x4fc4c8(_0x58ade2,_0x40d378);return{'m1Prime':[_0x50ab05,..._0x47ea4e],'m2Prime':[_0x58ade2,..._0x47ea4e]};}},_0x2c24e4={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x36f79e[_0x485413(0x1ae)]['id'],'handler':(_0x6ba4cf,_0x4fc815)=>{const _0x5cf103=_0x485413,_0x213d3d={'m1Prime':_0x6ba4cf,'m2Prime':_0x4fc815};if(_0x6ba4cf[_0x5cf103(0x325)][_0x5cf103(0x21e)]!==_0x4fc815[_0x5cf103(0x325)][_0x5cf103(0x21e)]||_0x6ba4cf[_0x5cf103(0x325)][_0x5cf103(0x1c4)]!==_0x4fc815[_0x5cf103(0x325)]['subUnitId'])return _0x213d3d;const _0x159e2a={'id':_0x10971e[_0x5cf103(0x1c7)]['id'],'params':{'unitId':_0x6ba4cf[_0x5cf103(0x325)][_0x5cf103(0x21e)],'subUnitId':_0x6ba4cf[_0x5cf103(0x325)][_0x5cf103(0x1c4)],'range':_0x6ba4cf[_0x5cf103(0x325)]['range']}},_0xd64f5a=_0x4fc4c8(_0x4fc815,_0x159e2a);return{'m1Prime':[_0x6ba4cf,..._0xd64f5a],'m2Prime':[_0x4fc815,..._0xd64f5a]};}},_0x580875={'m1':_0x10971e[_0x485413(0x223)]['id'],'m2':_0x36f79e[_0x485413(0x1ae)]['id'],'handler':(_0x36492f,_0x2d24f2)=>{const _0x377343=_0x485413,_0x4a1508={'m1Prime':_0x36492f,'m2Prime':_0x2d24f2};if(_0x36492f[_0x377343(0x325)]['unitId']!==_0x2d24f2['params'][_0x377343(0x21e)]||_0x36492f['params'][_0x377343(0x1c4)]!==_0x2d24f2[_0x377343(0x325)][_0x377343(0x1c4)])return _0x4a1508;const _0x39f66e={'id':_0x10971e[_0x377343(0x2cb)]['id'],'params':{'unitId':_0x36492f[_0x377343(0x325)][_0x377343(0x21e)],'subUnitId':_0x36492f[_0x377343(0x325)][_0x377343(0x1c4)],'range':_0x36492f[_0x377343(0x325)]['range']}},_0x40df48=_0x4fc4c8(_0x2d24f2,_0x39f66e);return{'m1Prime':[_0x36492f,..._0x40df48],'m2Prime':[_0x2d24f2,..._0x40df48]};}},_0x4c7c55=(_0x549378,_0x449960)=>{const _0x169e3e=_0x485413,_0x4900c5=_0x2efe67[_0x169e3e(0x1a6)](_0x549378[_0x169e3e(0x325)][_0x169e3e(0x1cd)][_0x169e3e(0x1fc)]),_0x36d0c8={'startColumn':_0x4900c5['column'],'endColumn':_0x4900c5[_0x169e3e(0x33f)],'startRow':_0x4900c5['row'],'endRow':_0x4900c5['row']},_0x2bf9d4=_0x10971e[_0x169e3e(0x1a2)](_0x36d0c8,_0x449960);if(!_0x2bf9d4)return[{'id':_0x36f79e[_0x169e3e(0x2c1)]['id'],'params':{..._0x549378[_0x169e3e(0x325)],'comment':void 0x0,'commentId':_0x549378['params']['payload'][_0x169e3e(0x2bd)]}}];const _0x31b223=_0x2efe67[_0x169e3e(0x303)](_0x2bf9d4);return _0x31b223===_0x549378[_0x169e3e(0x325)]['payload'][_0x169e3e(0x1fc)]?[]:[{'id':_0x36f79e[_0x169e3e(0x26f)]['id'],'params':{..._0x549378[_0x169e3e(0x325)],'comment':void 0x0,'payload':{'ref':_0x31b223,'commentId':_0x549378[_0x169e3e(0x325)]['payload']['commentId']}}}];},_0xb5c424={'m1':_0x10971e[_0x485413(0x257)]['id'],'m2':_0x36f79e[_0x485413(0x26f)]['id'],'handler':(_0x45e533,_0x2f61e4)=>{const _0x3b3306=_0x485413,_0x4e7a88={'m1Prime':_0x45e533,'m2Prime':_0x2f61e4};if(_0x45e533[_0x3b3306(0x325)][_0x3b3306(0x21e)]!==_0x2f61e4['params'][_0x3b3306(0x21e)]||_0x45e533['params'][_0x3b3306(0x1c4)]!==_0x2f61e4['params']['subUnitId'])return _0x4e7a88;const _0x124f87={'id':_0x10971e[_0x3b3306(0x1a5)]['id'],'params':{'unitId':_0x45e533['params'][_0x3b3306(0x21e)],'subUnitId':_0x45e533[_0x3b3306(0x325)][_0x3b3306(0x1c4)],'range':_0x45e533['params'][_0x3b3306(0x297)]}},_0x270592=_0x4c7c55(_0x2f61e4,_0x124f87);return{'m1Prime':[_0x45e533,..._0x270592],'m2Prime':[_0x2f61e4,..._0x270592]};}},_0x427fe5={'m1':_0x10971e[_0x485413(0x2a3)]['id'],'m2':_0x36f79e[_0x485413(0x26f)]['id'],'handler':(_0x28bdaa,_0x5c3959)=>{const _0x5cccd6=_0x485413,_0x21baec={'m1Prime':_0x28bdaa,'m2Prime':_0x5c3959};if(_0x28bdaa[_0x5cccd6(0x325)][_0x5cccd6(0x21e)]!==_0x5c3959['params'][_0x5cccd6(0x21e)]||_0x28bdaa[_0x5cccd6(0x325)]['subUnitId']!==_0x5c3959[_0x5cccd6(0x325)]['subUnitId'])return _0x21baec;const _0x56682f={'id':_0x10971e[_0x5cccd6(0x1dc)]['id'],'params':{'unitId':_0x28bdaa[_0x5cccd6(0x325)][_0x5cccd6(0x21e)],'subUnitId':_0x28bdaa['params'][_0x5cccd6(0x1c4)],'range':_0x28bdaa['params'][_0x5cccd6(0x297)]}},_0x520949=_0x4c7c55(_0x5c3959,_0x56682f);return{'m1Prime':[_0x28bdaa,..._0x520949],'m2Prime':[_0x5c3959,..._0x520949]};}},_0x39a317={'m1':_0x10971e[_0x485413(0x2bb)]['id'],'m2':_0x36f79e['UpdateCommentRefMutation']['id'],'handler':(_0x4c9549,_0x2c0642)=>{const _0x32e127=_0x485413,_0x4feec3={'m1Prime':_0x4c9549,'m2Prime':_0x2c0642};if(_0x4c9549[_0x32e127(0x325)][_0x32e127(0x21e)]!==_0x2c0642[_0x32e127(0x325)][_0x32e127(0x21e)]||_0x4c9549[_0x32e127(0x325)]['subUnitId']!==_0x2c0642[_0x32e127(0x325)]['subUnitId'])return _0x4feec3;const _0x4f0fc2={'id':_0x10971e[_0x32e127(0x1c7)]['id'],'params':{'unitId':_0x4c9549['params']['unitId'],'subUnitId':_0x4c9549[_0x32e127(0x325)]['subUnitId'],'range':_0x4c9549[_0x32e127(0x325)][_0x32e127(0x297)]}},_0xc99406=_0x4c7c55(_0x2c0642,_0x4f0fc2);return{'m1Prime':[_0x4c9549,..._0xc99406],'m2Prime':[_0x2c0642,..._0xc99406]};}},_0x38daf7={'m1':_0x10971e[_0x485413(0x223)]['id'],'m2':_0x36f79e[_0x485413(0x26f)]['id'],'handler':(_0x1fa60f,_0xb21712)=>{const _0x2b9cac=_0x485413,_0x3a8cfe={'m1Prime':_0x1fa60f,'m2Prime':_0xb21712};if(_0x1fa60f[_0x2b9cac(0x325)][_0x2b9cac(0x21e)]!==_0xb21712['params']['unitId']||_0x1fa60f['params'][_0x2b9cac(0x1c4)]!==_0xb21712[_0x2b9cac(0x325)]['subUnitId'])return _0x3a8cfe;const _0x29b97f={'id':_0x10971e[_0x2b9cac(0x2cb)]['id'],'params':{'unitId':_0x1fa60f[_0x2b9cac(0x325)]['unitId'],'subUnitId':_0x1fa60f[_0x2b9cac(0x325)][_0x2b9cac(0x1c4)],'range':_0x1fa60f[_0x2b9cac(0x325)]['range']}},_0x1b1c9e=_0x4c7c55(_0xb21712,_0x29b97f);return{'m1Prime':[_0x1fa60f,..._0x1b1c9e],'m2Prime':[_0xb21712,..._0x1b1c9e]};}},_0xf3655c={'m1':_0x10971e['MoveColsMutation']['id'],'m2':_0x36f79e[_0x485413(0x26f)]['id'],'handler':(_0x248a1d,_0x541bf3)=>{const _0x5e9c10=_0x485413,_0x560071={'m1Prime':_0x248a1d,'m2Prime':_0x541bf3};if(_0x248a1d[_0x5e9c10(0x325)][_0x5e9c10(0x21e)]!==_0x541bf3['params'][_0x5e9c10(0x21e)]||_0x248a1d[_0x5e9c10(0x325)]['subUnitId']!==_0x541bf3['params'][_0x5e9c10(0x1c4)])return _0x560071;const _0x24f0f9={'id':_0x10971e[_0x5e9c10(0x23e)]['id'],'params':{'unitId':_0x248a1d[_0x5e9c10(0x325)][_0x5e9c10(0x21e)],'subUnitId':_0x248a1d['params'][_0x5e9c10(0x1c4)],'fromRange':_0x248a1d[_0x5e9c10(0x325)][_0x5e9c10(0x2c6)],'toRange':_0x248a1d['params'][_0x5e9c10(0x291)]}},_0xf7348b=_0x4c7c55(_0x541bf3,_0x24f0f9);return{'m1Prime':[_0x248a1d,..._0xf7348b],'m2Prime':[_0x541bf3,..._0xf7348b]};}},_0x100038={'m1':_0x10971e['MoveRowsMutation']['id'],'m2':_0x36f79e[_0x485413(0x26f)]['id'],'handler':(_0x4c37e1,_0x5332c8)=>{const _0x38d942=_0x485413,_0x222f5f={'m1Prime':_0x4c37e1,'m2Prime':_0x5332c8};if(_0x4c37e1[_0x38d942(0x325)][_0x38d942(0x21e)]!==_0x5332c8[_0x38d942(0x325)][_0x38d942(0x21e)]||_0x4c37e1[_0x38d942(0x325)][_0x38d942(0x1c4)]!==_0x5332c8[_0x38d942(0x325)][_0x38d942(0x1c4)])return _0x222f5f;const _0x1c7d1b={'id':_0x10971e[_0x38d942(0x1b2)]['id'],'params':{'unitId':_0x4c37e1[_0x38d942(0x325)][_0x38d942(0x21e)],'subUnitId':_0x4c37e1[_0x38d942(0x325)]['subUnitId'],'fromRange':_0x4c37e1[_0x38d942(0x325)][_0x38d942(0x2c6)],'toRange':_0x4c37e1[_0x38d942(0x325)]['targetRange']}},_0x4744a9=_0x4c7c55(_0x5332c8,_0x1c7d1b);return{'m1Prime':[_0x4c37e1,..._0x4744a9],'m2Prime':[_0x5332c8,..._0x4744a9]};}},_0x2458d1={'m1':_0x42cb3e[_0x485413(0x1de)]['id'],'m2':_0x42cb3e[_0x485413(0x1de)]['id'],'handler':(_0x1b8109,_0x389f30)=>{const _0x3977da=_0x485413,_0xae930e=_0x1b8109[_0x3977da(0x325)],_0x1c15d6=_0x389f30['params'];return _0xae930e[_0x3977da(0x21e)]===_0x1c15d6[_0x3977da(0x21e)]&&_0xae930e[_0x3977da(0x1c4)]===_0x1c15d6[_0x3977da(0x1c4)]&&_0xae930e[_0x3977da(0x1e3)]['row']===_0x1c15d6[_0x3977da(0x1e3)][_0x3977da(0x1e8)]&&_0xae930e['link'][_0x3977da(0x33f)]===_0x1c15d6[_0x3977da(0x1e3)][_0x3977da(0x33f)]?{'m2Prime':_0x389f30,'m1Prime':[]}:{'m1Prime':_0x1b8109,'m2Prime':_0x389f30};}},_0x2abf3b={'m1':_0x42cb3e['RemoveHyperLinkMutation']['id'],'m2':_0x42cb3e[_0x485413(0x188)]['id'],'handler':(_0x52d471,_0x59deb6)=>{const _0x225fd9=_0x485413,_0x3ee5e5=_0x52d471['params'],_0x2cb77f=_0x59deb6[_0x225fd9(0x325)];return _0x3ee5e5[_0x225fd9(0x21e)]===_0x2cb77f[_0x225fd9(0x21e)]&&_0x3ee5e5[_0x225fd9(0x1c4)]===_0x2cb77f[_0x225fd9(0x1c4)]&&_0x3ee5e5['id']===_0x2cb77f['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x52d471,'m2Prime':_0x59deb6};}},_0xf5ce10={'m1':_0x42cb3e[_0x485413(0x238)]['id'],'m2':_0x42cb3e[_0x485413(0x238)]['id'],'handler':(_0x18ba96,_0x331780)=>{const _0x3bc567=_0x485413,_0x5de277=_0x18ba96[_0x3bc567(0x325)],_0x9f79c1=_0x331780[_0x3bc567(0x325)];return _0x5de277[_0x3bc567(0x21e)]===_0x9f79c1[_0x3bc567(0x21e)]&&_0x5de277[_0x3bc567(0x1c4)]===_0x9f79c1[_0x3bc567(0x1c4)]&&_0x5de277['id']===_0x9f79c1['id']?{'m2Prime':_0x331780,'m1Prime':[]}:{'m1Prime':_0x18ba96,'m2Prime':_0x331780};}},_0x39b5ea={'m1':_0x42cb3e[_0x485413(0x1a3)]['id'],'m2':_0x42cb3e[_0x485413(0x1a3)]['id'],'handler':(_0x25f6d6,_0xa83e63)=>{const _0x365053=_0x485413,_0x4db49f=_0x25f6d6[_0x365053(0x325)],_0x2b7258=_0xa83e63[_0x365053(0x325)];return _0x4db49f[_0x365053(0x21e)]===_0x2b7258['unitId']&&_0x4db49f[_0x365053(0x1c4)]===_0x2b7258[_0x365053(0x1c4)]&&_0x4db49f['id']===_0x2b7258['id']?{'m2Prime':_0xa83e63,'m1Prime':[]}:{'m1Prime':_0x25f6d6,'m2Prime':_0xa83e63};}},_0x346272={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x36f79e[_0x485413(0x1ae)]['id'],'handler':(_0x5684bd,_0x48e3d1)=>{const _0x23735e=_0x485413,_0x303d20={'m1Prime':_0x5684bd,'m2Prime':_0x48e3d1};return _0x5684bd[_0x23735e(0x325)][_0x23735e(0x21e)]!==_0x48e3d1[_0x23735e(0x325)]['unitId']||_0x5684bd[_0x23735e(0x325)][_0x23735e(0x1c4)]!==_0x48e3d1[_0x23735e(0x325)][_0x23735e(0x1c4)]?_0x303d20:{'error':new Error(_0x23735e(0x21f))};}},_0x510ad5={'m1':_0x10971e['AddRangeProtectionMutation']['id'],'m2':_0x492e85[_0x485413(0x28d)]['id'],'handler':(_0x5bfcce,_0x4ea760)=>{const _0x5a75b6=_0x485413,_0x548bc0={'m1Prime':_0x5bfcce,'m2Prime':_0x4ea760};if(_0x5bfcce[_0x5a75b6(0x325)][_0x5a75b6(0x21e)]!==_0x4ea760[_0x5a75b6(0x325)][_0x5a75b6(0x21e)]||_0x5bfcce[_0x5a75b6(0x325)]['subUnitId']!==_0x4ea760['params'][_0x5a75b6(0x1c4)])return _0x548bc0;const _0x4f05e6=_0x5bfcce['params'][_0x5a75b6(0x256)][_0x5a75b6(0x2f8)](_0x37a2e1=>_0x37a2e1[_0x5a75b6(0x28c)])[_0x5a75b6(0x345)](),_0x47bc80=_0x4ea760[_0x5a75b6(0x325)]['rule'][_0x5a75b6(0x28c)];return _0x4f05e6[_0x5a75b6(0x1b3)](_0x1a4c18=>_0x47bc80[_0x5a75b6(0x1b3)](_0x80484f=>_0x2d3a6d[_0x5a75b6(0x1d0)][_0x5a75b6(0x27f)](_0x1a4c18,_0x80484f)))?{'error':new Error(_0x5a75b6(0x34a))}:_0x548bc0;}},_0x4afd3e={'m1':_0x10971e['AddRangeProtectionMutation']['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler':(_0x3578ed,_0x3ae3e9)=>{const _0x187a85=_0x485413,_0x44d485={'m1Prime':_0x3578ed,'m2Prime':_0x3ae3e9};if(_0x3578ed[_0x187a85(0x325)][_0x187a85(0x21e)]!==_0x3ae3e9[_0x187a85(0x325)][_0x187a85(0x21e)]||_0x3578ed[_0x187a85(0x325)]['subUnitId']!==_0x3ae3e9[_0x187a85(0x325)][_0x187a85(0x1c4)])return _0x44d485;const _0x33f841=_0x3578ed[_0x187a85(0x325)][_0x187a85(0x256)]['map'](_0x43e227=>_0x43e227[_0x187a85(0x28c)])['flat'](),_0x18832d=_0x3ae3e9['params'][_0x187a85(0x28c)];return _0x33f841[_0x187a85(0x1b3)](_0x536329=>_0x18832d[_0x187a85(0x1b3)](_0x50c776=>_0x2d3a6d[_0x187a85(0x1d0)][_0x187a85(0x27f)](_0x536329,_0x50c776)))?{'error':new Error(_0x187a85(0x273))}:_0x44d485;}},_0x4494e5={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x279)]['id'],'handler':(_0x15a21f,_0x5629c5)=>{const _0x345ac8=_0x485413,_0x2402e9={'m1Prime':_0x15a21f,'m2Prime':_0x5629c5};if(_0x15a21f[_0x345ac8(0x325)][_0x345ac8(0x21e)]!==_0x5629c5[_0x345ac8(0x325)]['unitId']||_0x15a21f[_0x345ac8(0x325)][_0x345ac8(0x1c4)]!==_0x5629c5[_0x345ac8(0x325)][_0x345ac8(0x1c4)])return _0x2402e9;const _0x31d610=_0x15a21f[_0x345ac8(0x325)]['rules'][_0x345ac8(0x2f8)](_0x3072bd=>_0x3072bd[_0x345ac8(0x28c)])['flat'](),_0x47b6be=_0x5629c5[_0x345ac8(0x325)][_0x345ac8(0x256)][_0x345ac8(0x2f8)](_0x396c7e=>_0x396c7e[_0x345ac8(0x28c)])[_0x345ac8(0x345)]();return _0x31d610['some'](_0x92af59=>_0x47b6be[_0x345ac8(0x1b3)](_0x5466fd=>_0x2d3a6d['Rectangle'][_0x345ac8(0x27f)](_0x92af59,_0x5466fd)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection')}:_0x2402e9;}},_0xa978a1={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x1b9)]['id'],'handler':(_0x268ee9,_0x38228c)=>{const _0x5e2df4=_0x485413,_0x1c9532={'m1Prime':_0x268ee9,'m2Prime':_0x38228c};return _0x268ee9[_0x5e2df4(0x325)][_0x5e2df4(0x21e)]!==_0x38228c[_0x5e2df4(0x325)][_0x5e2df4(0x21e)]||_0x268ee9[_0x5e2df4(0x325)][_0x5e2df4(0x1c4)]!==_0x38228c[_0x5e2df4(0x325)][_0x5e2df4(0x31d)]['subUnitId']?_0x1c9532:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection')};}},_0x429580={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x492e85[_0x485413(0x2dc)]['id'],'handler':(_0x43b0ee,_0x297882)=>{const _0x8d6dfc=_0x485413,_0x225009={'m1Prime':_0x43b0ee,'m2Prime':_0x297882};return _0x43b0ee[_0x8d6dfc(0x325)][_0x8d6dfc(0x21e)]!==_0x297882[_0x8d6dfc(0x325)]['unitId']||_0x43b0ee[_0x8d6dfc(0x325)][_0x8d6dfc(0x1c4)]!==_0x297882['params'][_0x8d6dfc(0x1c4)]?_0x225009:{'error':new Error(_0x8d6dfc(0x2fc))};}},_0xaea399={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x257)]['id'],'handler':(_0x32cf01,_0x34473b)=>{const _0x2b67ed=_0x485413,_0x22de86={'m1Prime':_0x32cf01,'m2Prime':_0x34473b};if(_0x32cf01[_0x2b67ed(0x325)][_0x2b67ed(0x21e)]!==_0x34473b[_0x2b67ed(0x325)][_0x2b67ed(0x21e)]||_0x32cf01[_0x2b67ed(0x325)]['subUnitId']!==_0x34473b['params']['subUnitId'])return _0x22de86;const _0x2ed9f9=_0x32cf01[_0x2b67ed(0x325)]['rules']['map'](_0x257f63=>_0x257f63[_0x2b67ed(0x28c)])[_0x2b67ed(0x345)](),_0x4f82ce=_0x34473b['params']['range'];return _0x2ed9f9['some'](_0xe65a3b=>_0x2d3a6d[_0x2b67ed(0x1d0)][_0x2b67ed(0x27f)](_0xe65a3b,_0x4f82ce))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col')}:_0x22de86;}},_0x3ca49a={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x2a3)]['id'],'handler':(_0x40e0f8,_0x25535d)=>{const _0x285f3a=_0x485413,_0x30dded={'m1Prime':_0x40e0f8,'m2Prime':_0x25535d};if(_0x40e0f8['params'][_0x285f3a(0x21e)]!==_0x25535d[_0x285f3a(0x325)][_0x285f3a(0x21e)]||_0x40e0f8[_0x285f3a(0x325)][_0x285f3a(0x1c4)]!==_0x25535d['params'][_0x285f3a(0x1c4)])return _0x30dded;const _0x3fd713=_0x40e0f8[_0x285f3a(0x325)]['rules'][_0x285f3a(0x2f8)](_0x537fd4=>_0x537fd4[_0x285f3a(0x28c)])[_0x285f3a(0x345)](),_0x47d2dc=_0x25535d['params'][_0x285f3a(0x297)];return _0x3fd713[_0x285f3a(0x1b3)](_0x1caee0=>_0x2d3a6d[_0x285f3a(0x1d0)][_0x285f3a(0x27f)](_0x1caee0,_0x47d2dc))?{'error':new Error(_0x285f3a(0x2bf))}:_0x30dded;}},_0x420a05={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x296)]['id'],'handler':(_0x3f6ab9,_0x3d8da2)=>{const _0x33b70c=_0x485413,_0x19166d={'m1Prime':_0x3f6ab9,'m2Prime':_0x3d8da2};if(_0x3f6ab9['params'][_0x33b70c(0x21e)]!==_0x3d8da2[_0x33b70c(0x325)]['unitId']||_0x3f6ab9[_0x33b70c(0x325)][_0x33b70c(0x1c4)]!==_0x3d8da2[_0x33b70c(0x325)]['subUnitId'])return _0x19166d;const _0x2a22aa=_0x3f6ab9[_0x33b70c(0x325)]['rules'][_0x33b70c(0x2f8)](_0x5532c8=>_0x5532c8[_0x33b70c(0x28c)])[_0x33b70c(0x345)](),_0x17c8b9=[_0x3d8da2[_0x33b70c(0x325)]['sourceRange'],_0x3d8da2[_0x33b70c(0x325)]['targetRange']];return _0x2a22aa[_0x33b70c(0x1b3)](_0x373a66=>_0x17c8b9[_0x33b70c(0x1b3)](_0xbc15f6=>_0x2d3a6d['Rectangle'][_0x33b70c(0x27f)](_0x373a66,_0xbc15f6)))?{'error':new Error(_0x33b70c(0x1c5))}:_0x19166d;}},_0x48e0b5={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler':(_0x201790,_0x400448)=>{const _0x532020=_0x485413,_0x18d768={'m1Prime':_0x201790,'m2Prime':_0x400448};if(_0x201790['params'][_0x532020(0x21e)]!==_0x400448['params'][_0x532020(0x21e)]||_0x201790['params'][_0x532020(0x1c4)]!==_0x400448[_0x532020(0x325)][_0x532020(0x33c)][_0x532020(0x1c4)])return _0x18d768;const _0x550eb4=_0x201790['params']['rules'][_0x532020(0x2f8)](_0x2b3066=>_0x2b3066[_0x532020(0x28c)])['flat'](),_0x495620=new _0x2d3a6d[(_0x532020(0x34d))](_0x400448[_0x532020(0x325)][_0x532020(0x33c)][_0x532020(0x200)])[_0x532020(0x205)](),_0xd8d174=new _0x2d3a6d[(_0x532020(0x34d))](_0x400448[_0x532020(0x325)]['to']['value'])[_0x532020(0x205)](),_0x2f4cfd=[_0x495620,_0xd8d174];return _0x550eb4[_0x532020(0x1b3)](_0x49d5a9=>_0x2f4cfd[_0x532020(0x1b3)](_0x9f18d8=>_0x2d3a6d['Rectangle']['intersects'](_0x49d5a9,_0x9f18d8)))?{'error':new Error(_0x532020(0x255))}:_0x18d768;}},_0x504256={'m1':_0x10971e['AddRangeProtectionMutation']['id'],'m2':_0x10971e[_0x485413(0x202)]['id'],'handler':(_0x188873,_0x173420)=>{const _0x1d203f=_0x485413,_0x212f55={'m1Prime':_0x188873,'m2Prime':_0x173420};if(_0x188873['params']['unitId']!==_0x173420[_0x1d203f(0x325)][_0x1d203f(0x21e)]||_0x188873[_0x1d203f(0x325)][_0x1d203f(0x1c4)]!==_0x173420[_0x1d203f(0x325)][_0x1d203f(0x1c4)])return _0x212f55;const _0x1223fb=_0x188873[_0x1d203f(0x325)][_0x1d203f(0x256)][_0x1d203f(0x2f8)](_0x507a7e=>_0x507a7e[_0x1d203f(0x28c)])['flat'](),_0x3d3db6=[_0x173420[_0x1d203f(0x325)][_0x1d203f(0x2c6)],_0x173420[_0x1d203f(0x325)][_0x1d203f(0x291)]];return _0x1223fb['some'](_0x4f2bb6=>_0x3d3db6[_0x1d203f(0x1b3)](_0x420460=>_0x2d3a6d[_0x1d203f(0x1d0)][_0x1d203f(0x27f)](_0x4f2bb6,_0x420460)))?{'error':new Error(_0x1d203f(0x25e))}:_0x212f55;}},_0x365fe9={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x2bb)]['id'],'handler':(_0x1c6b97,_0x481107)=>{const _0x37fd57=_0x485413,_0x10dbf1={'m1Prime':_0x1c6b97,'m2Prime':_0x481107};if(_0x1c6b97[_0x37fd57(0x325)][_0x37fd57(0x21e)]!==_0x481107[_0x37fd57(0x325)][_0x37fd57(0x21e)]||_0x1c6b97[_0x37fd57(0x325)]['subUnitId']!==_0x481107['params'][_0x37fd57(0x1c4)])return _0x10dbf1;const _0x12ec35=_0x1c6b97[_0x37fd57(0x325)]['rules']['map'](_0x3a1162=>_0x3a1162[_0x37fd57(0x28c)])[_0x37fd57(0x345)](),_0x2bbe86=_0x481107[_0x37fd57(0x325)][_0x37fd57(0x297)];return _0x12ec35[_0x37fd57(0x1b3)](_0x2d3c05=>_0x2d3a6d[_0x37fd57(0x1d0)][_0x37fd57(0x27f)](_0x2d3c05,_0x2bbe86))?{'error':new Error(_0x37fd57(0x1e0))}:_0x10dbf1;}},_0x1a0915={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e['RemoveWorksheetMergeMutation']['id'],'handler':(_0x2e668e,_0x4a0fc1)=>{const _0x21aa78=_0x485413,_0x82da5d={'m1Prime':_0x2e668e,'m2Prime':_0x4a0fc1};if(_0x2e668e[_0x21aa78(0x325)]['unitId']!==_0x4a0fc1['params'][_0x21aa78(0x21e)]||_0x2e668e[_0x21aa78(0x325)][_0x21aa78(0x1c4)]!==_0x4a0fc1[_0x21aa78(0x325)][_0x21aa78(0x1c4)])return _0x82da5d;const _0x1640e6=_0x2e668e[_0x21aa78(0x325)][_0x21aa78(0x256)][_0x21aa78(0x2f8)](_0x4607c4=>_0x4607c4[_0x21aa78(0x28c)])[_0x21aa78(0x345)](),_0x73787c=_0x4a0fc1['params'][_0x21aa78(0x28c)];return _0x1640e6[_0x21aa78(0x1b3)](_0x11251a=>_0x73787c['some'](_0x182947=>_0x2d3a6d['Rectangle'][_0x21aa78(0x27f)](_0x11251a,_0x182947)))?{'error':new Error(_0x21aa78(0x300))}:_0x82da5d;}},_0x14de36={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x3a55d1['RemoveDataValidationMutation']['id'],'handler':(_0x4378e1,_0x33f87b)=>{const _0x4e6e8a=_0x485413,_0x235ecc={'m1Prime':_0x4378e1,'m2Prime':_0x33f87b};return _0x4378e1[_0x4e6e8a(0x325)]['unitId']!==_0x33f87b[_0x4e6e8a(0x325)][_0x4e6e8a(0x21e)]||_0x4378e1[_0x4e6e8a(0x325)][_0x4e6e8a(0x1c4)]!==_0x33f87b['params'][_0x4e6e8a(0x1c4)]?_0x235ecc:{'error':new Error(_0x4e6e8a(0x2bc))};}},_0x229c07={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler':(_0x469cf2,_0x123c8e)=>{const _0xc4acd=_0x485413,_0x401b33={'m1Prime':_0x469cf2,'m2Prime':_0x123c8e};if(_0x469cf2[_0xc4acd(0x325)][_0xc4acd(0x21e)]!==_0x123c8e[_0xc4acd(0x325)][_0xc4acd(0x21e)]||_0x469cf2[_0xc4acd(0x325)][_0xc4acd(0x1c4)]!==_0x123c8e[_0xc4acd(0x325)]['subUnitId'])return _0x401b33;const _0x47df8a=_0x469cf2[_0xc4acd(0x325)][_0xc4acd(0x256)][_0xc4acd(0x2f8)](_0x217d08=>_0x217d08[_0xc4acd(0x28c)])[_0xc4acd(0x345)](),_0x4e740f=_0x123c8e[_0xc4acd(0x325)][_0xc4acd(0x28c)];return _0x47df8a[_0xc4acd(0x1b3)](_0x271c40=>_0x4e740f['some'](_0x1c8c1f=>_0x2d3a6d[_0xc4acd(0x1d0)][_0xc4acd(0x27f)](_0x271c40,_0x1c8c1f)))?{'error':new Error(_0xc4acd(0x28a))}:_0x401b33;}},_0x27f31f={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0xf76435[_0x485413(0x25c)]['id'],'handler':(_0xbddcfd,_0x154e7c)=>{const _0x5a71ec=_0x485413,_0x401835={'m1Prime':_0xbddcfd,'m2Prime':_0x154e7c};return _0xbddcfd['params']['unitId']!==_0x154e7c[_0x5a71ec(0x325)][_0x5a71ec(0x21e)]||_0xbddcfd[_0x5a71ec(0x325)][_0x5a71ec(0x1c4)]!==_0x154e7c[_0x5a71ec(0x325)]['subUnitId']?_0x401835:{'error':new Error(_0x5a71ec(0x2b6))};}},_0x4f2378={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x492e85[_0x485413(0x214)]['id'],'handler':(_0x38e62d,_0x24390d)=>{const _0x258439=_0x485413,_0x451823={'m1Prime':_0x38e62d,'m2Prime':_0x24390d};if(_0x38e62d['params']['unitId']!==_0x24390d[_0x258439(0x325)][_0x258439(0x21e)]||_0x38e62d[_0x258439(0x325)][_0x258439(0x1c4)]!==_0x24390d[_0x258439(0x325)][_0x258439(0x1c4)])return _0x451823;const _0x3114d0=_0x38e62d[_0x258439(0x325)][_0x258439(0x256)]['map'](_0xb3f08c=>_0xb3f08c['ranges'])[_0x258439(0x345)](),_0x221245=_0x24390d[_0x258439(0x325)]['rule']['ranges'];return _0x3114d0[_0x258439(0x1b3)](_0x2e30e1=>_0x221245[_0x258439(0x1b3)](_0x5c0dcc=>_0x2d3a6d[_0x258439(0x1d0)]['intersects'](_0x2e30e1,_0x5c0dcc)))?{'error':new Error(_0x258439(0x208))}:_0x451823;}},_0x3e82b4={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x1f9)]['id'],'handler':(_0x36693e,_0x545ec8)=>{const _0x399e5b=_0x485413,_0xa8c9c9={'m1Prime':_0x36693e,'m2Prime':_0x545ec8};if(_0x36693e[_0x399e5b(0x325)][_0x399e5b(0x21e)]!==_0x545ec8[_0x399e5b(0x325)][_0x399e5b(0x21e)]||_0x36693e[_0x399e5b(0x325)][_0x399e5b(0x1c4)]!==_0x545ec8[_0x399e5b(0x325)][_0x399e5b(0x1c4)])return _0xa8c9c9;const _0x4674c2=_0x36693e[_0x399e5b(0x325)][_0x399e5b(0x256)]['map'](_0x204aeb=>_0x204aeb[_0x399e5b(0x28c)])['flat'](),_0x49ef9c=[{'startRow':_0x545ec8[_0x399e5b(0x325)][_0x399e5b(0x248)],'endRow':_0x545ec8[_0x399e5b(0x325)][_0x399e5b(0x248)],'startColumn':_0x545ec8['params'][_0x399e5b(0x322)],'endColumn':_0x545ec8[_0x399e5b(0x325)][_0x399e5b(0x322)]}];return _0x4674c2['some'](_0x3385a7=>_0x49ef9c[_0x399e5b(0x1b3)](_0x240e88=>_0x2d3a6d[_0x399e5b(0x1d0)][_0x399e5b(0x27f)](_0x3385a7,_0x240e88)))?{'error':new Error(_0x399e5b(0x228))}:_0xa8c9c9;}},_0x2da58e={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e['SetNumfmtMutation']['id'],'handler':(_0xb53585,_0x324939)=>{const _0xc0e60d=_0x485413,_0x2e7030={'m1Prime':_0xb53585,'m2Prime':_0x324939};return _0xb53585[_0xc0e60d(0x325)][_0xc0e60d(0x21e)]!==_0x324939['params'][_0xc0e60d(0x21e)]||_0xb53585[_0xc0e60d(0x325)][_0xc0e60d(0x1c4)]!==_0x324939[_0xc0e60d(0x325)]['subUnitId']?_0x2e7030:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt')};}},_0x351544={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x209)]['id'],'handler':(_0x22e663,_0x472e26)=>{const _0x187ce8=_0x485413,_0x1e8895={'m1Prime':_0x22e663,'m2Prime':_0x472e26};if(_0x22e663[_0x187ce8(0x325)][_0x187ce8(0x21e)]!==_0x472e26[_0x187ce8(0x325)][_0x187ce8(0x21e)]||_0x22e663[_0x187ce8(0x325)][_0x187ce8(0x1c4)]!==_0x472e26[_0x187ce8(0x325)][_0x187ce8(0x1c4)])return _0x1e8895;const _0x2532fe=_0x22e663[_0x187ce8(0x325)]['rules']['map'](_0x4eec89=>_0x4eec89[_0x187ce8(0x28c)])['flat'](),_0x2c3a7d=_0x472e26[_0x187ce8(0x325)][_0x187ce8(0x31d)][_0x187ce8(0x28c)];return _0x2532fe['some'](_0x1a873c=>_0x2c3a7d[_0x187ce8(0x1b3)](_0x3f7c32=>_0x2d3a6d['Rectangle'][_0x187ce8(0x27f)](_0x1a873c,_0x3f7c32)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')}:_0x1e8895;}},_0xd2b9da={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler':(_0x236caf,_0x13e849)=>{const _0x4553fc=_0x485413,_0x1ff681={'m1Prime':_0x236caf,'m2Prime':_0x13e849};if(_0x236caf[_0x4553fc(0x325)][_0x4553fc(0x21e)]!==_0x13e849[_0x4553fc(0x325)]['unitId']||_0x236caf['params']['subUnitId']!==_0x13e849[_0x4553fc(0x325)][_0x4553fc(0x1c4)])return _0x1ff681;const _0x442ed0=_0x236caf['params']['rules']['map'](_0x33189d=>_0x33189d['ranges'])['flat'](),_0x4cc47e=new _0x2d3a6d[(_0x4553fc(0x34d))](_0x13e849[_0x4553fc(0x325)][_0x4553fc(0x1e7)])['getDataRange']();return _0x442ed0['some'](_0x1f518d=>_0x2d3a6d['Rectangle']['intersects'](_0x1f518d,_0x4cc47e))?{'error':new Error(_0x4553fc(0x1f6))}:_0x1ff681;}},_0x5560c2={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x10971e[_0x485413(0x1df)]['id'],'handler':(_0x54f74c,_0x459476)=>{const _0x524d8a=_0x485413,_0x30891e={'m1Prime':_0x54f74c,'m2Prime':_0x459476};if(_0x54f74c[_0x524d8a(0x325)][_0x524d8a(0x21e)]!==_0x459476[_0x524d8a(0x325)]['unitId']||_0x54f74c[_0x524d8a(0x325)][_0x524d8a(0x1c4)]!==_0x459476[_0x524d8a(0x325)][_0x524d8a(0x1c4)])return _0x30891e;const _0x59373e=_0x54f74c[_0x524d8a(0x325)][_0x524d8a(0x256)][_0x524d8a(0x2f8)](_0x4942bd=>_0x4942bd[_0x524d8a(0x28c)])[_0x524d8a(0x345)](),_0x17c24c=_0x459476[_0x524d8a(0x325)][_0x524d8a(0x28c)];return _0x59373e[_0x524d8a(0x1b3)](_0x4e7334=>_0x17c24c['some'](_0x1cdc5a=>_0x2d3a6d[_0x524d8a(0x1d0)]['intersects'](_0x4e7334,_0x1cdc5a)))?{'error':new Error(_0x524d8a(0x203))}:_0x30891e;}},_0x5edf13={'m1':_0x10971e['AddRangeProtectionMutation']['id'],'m2':_0x36f79e[_0x485413(0x2a0)]['id'],'handler':(_0xd70c2,_0x5924db)=>{const _0x284324=_0x485413,_0x4a9582={'m1Prime':_0xd70c2,'m2Prime':_0x5924db};return _0xd70c2[_0x284324(0x325)][_0x284324(0x21e)]!==_0x5924db['params'][_0x284324(0x21e)]||_0xd70c2[_0x284324(0x325)]['subUnitId']!==_0x5924db['params']['subUnitId']?_0x4a9582:{'error':new Error(_0x284324(0x1ec))};}},_0x2a1aef={'m1':_0x10971e[_0x485413(0x279)]['id'],'m2':_0x3a55d1[_0x485413(0x23f)]['id'],'handler':(_0x4a420d,_0x35cc42)=>{const _0x1ae481=_0x485413,_0x39b7e4={'m1Prime':_0x4a420d,'m2Prime':_0x35cc42};return _0x4a420d[_0x1ae481(0x325)][_0x1ae481(0x21e)]!==_0x35cc42[_0x1ae481(0x325)][_0x1ae481(0x21e)]||_0x4a420d[_0x1ae481(0x325)][_0x1ae481(0x1c4)]!==_0x35cc42[_0x1ae481(0x325)][_0x1ae481(0x1c4)]?_0x39b7e4:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x475b5f={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x36f79e[_0x485413(0x1ae)]['id'],'handler':(_0x122f29,_0x36288c)=>{const _0x587ec7=_0x485413,_0x390669={'m1Prime':_0x122f29,'m2Prime':_0x36288c};return _0x122f29[_0x587ec7(0x325)][_0x587ec7(0x21e)]!==_0x36288c[_0x587ec7(0x325)][_0x587ec7(0x21e)]||_0x122f29[_0x587ec7(0x325)]['subUnitId']!==_0x36288c['params'][_0x587ec7(0x1c4)]?_0x390669:{'error':new Error(_0x587ec7(0x2cc))};}},_0x21cada={'m1':_0x10971e['SetRangeProtectionMutation']['id'],'m2':_0x492e85[_0x485413(0x28d)]['id'],'handler':(_0x59419e,_0x30e67f)=>{const _0xc636d5=_0x485413,_0x516b5d={'m1Prime':_0x59419e,'m2Prime':_0x30e67f};if(_0x59419e[_0xc636d5(0x325)][_0xc636d5(0x21e)]!==_0x30e67f['params'][_0xc636d5(0x21e)]||_0x59419e['params'][_0xc636d5(0x1c4)]!==_0x30e67f['params'][_0xc636d5(0x1c4)])return _0x516b5d;const _0x98d055=_0x59419e[_0xc636d5(0x325)]['rule'][_0xc636d5(0x28c)],_0x251191=_0x30e67f[_0xc636d5(0x325)]['rule']['ranges'];return _0x98d055[_0xc636d5(0x1b3)](_0x2ee3e0=>_0x251191[_0xc636d5(0x1b3)](_0x564744=>_0x2d3a6d[_0xc636d5(0x1d0)][_0xc636d5(0x27f)](_0x2ee3e0,_0x564744)))?{'error':new Error(_0xc636d5(0x253))}:_0x516b5d;}},_0xa80a99={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x29f)]['id'],'handler':(_0x417c3b,_0x1e0c45)=>{const _0x549874=_0x485413,_0x2f7cb1={'m1Prime':_0x417c3b,'m2Prime':_0x1e0c45};if(_0x417c3b[_0x549874(0x325)][_0x549874(0x21e)]!==_0x1e0c45['params']['unitId']||_0x417c3b[_0x549874(0x325)][_0x549874(0x1c4)]!==_0x1e0c45[_0x549874(0x325)]['subUnitId'])return _0x2f7cb1;const _0x275a3d=_0x417c3b[_0x549874(0x325)][_0x549874(0x31d)]['ranges'],_0x20009b=_0x1e0c45['params'][_0x549874(0x28c)];return _0x275a3d[_0x549874(0x1b3)](_0x493922=>_0x20009b[_0x549874(0x1b3)](_0x5dbc34=>_0x2d3a6d['Rectangle'][_0x549874(0x27f)](_0x493922,_0x5dbc34)))?{'error':new Error(_0x549874(0x22e))}:_0x2f7cb1;}},_0x2f2c5d={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e['AddWorksheetProtectionMutation']['id'],'handler':(_0x3f8ab0,_0x46b408)=>{const _0x33ceeb=_0x485413,_0x4a1343={'m1Prime':_0x3f8ab0,'m2Prime':_0x46b408};return _0x3f8ab0[_0x33ceeb(0x325)][_0x33ceeb(0x21e)]!==_0x46b408[_0x33ceeb(0x325)]['unitId']||_0x3f8ab0[_0x33ceeb(0x325)][_0x33ceeb(0x1c4)]!==_0x46b408[_0x33ceeb(0x325)]['rule'][_0x33ceeb(0x1c4)]?_0x4a1343:{'error':new Error(_0x33ceeb(0x2db))};}},_0x264d9d={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x492e85[_0x485413(0x2dc)]['id'],'handler':(_0x4cd3ee,_0x21595f)=>{const _0x1fa738=_0x485413,_0x4c5911={'m1Prime':_0x4cd3ee,'m2Prime':_0x21595f};return _0x4cd3ee['params'][_0x1fa738(0x21e)]!==_0x21595f[_0x1fa738(0x325)][_0x1fa738(0x21e)]||_0x4cd3ee['params'][_0x1fa738(0x1c4)]!==_0x21595f[_0x1fa738(0x325)]['subUnitId']?_0x4c5911:{'error':new Error(_0x1fa738(0x216))};}},_0x44f7fa={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x257)]['id'],'handler':(_0x5586c2,_0x407dfc)=>{const _0x589a2c=_0x485413,_0x6134f4={'m1Prime':_0x5586c2,'m2Prime':_0x407dfc};if(_0x5586c2[_0x589a2c(0x325)][_0x589a2c(0x21e)]!==_0x407dfc[_0x589a2c(0x325)][_0x589a2c(0x21e)]||_0x5586c2['params'][_0x589a2c(0x1c4)]!==_0x407dfc[_0x589a2c(0x325)][_0x589a2c(0x1c4)])return _0x6134f4;const _0x4b24a7=_0x5586c2[_0x589a2c(0x325)][_0x589a2c(0x31d)][_0x589a2c(0x28c)],_0x2271b8=_0x407dfc[_0x589a2c(0x325)]['range'];return _0x4b24a7[_0x589a2c(0x1b3)](_0x2d318b=>_0x2d3a6d[_0x589a2c(0x1d0)][_0x589a2c(0x27f)](_0x2d318b,_0x2271b8))?{'error':new Error(_0x589a2c(0x213))}:_0x6134f4;}},_0x110f41={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x2a3)]['id'],'handler':(_0x1f3610,_0x32b5b8)=>{const _0x4582e0=_0x485413,_0x583763={'m1Prime':_0x1f3610,'m2Prime':_0x32b5b8};if(_0x1f3610[_0x4582e0(0x325)][_0x4582e0(0x21e)]!==_0x32b5b8[_0x4582e0(0x325)][_0x4582e0(0x21e)]||_0x1f3610[_0x4582e0(0x325)][_0x4582e0(0x1c4)]!==_0x32b5b8['params'][_0x4582e0(0x1c4)])return _0x583763;const _0x2fa927=_0x1f3610[_0x4582e0(0x325)][_0x4582e0(0x31d)][_0x4582e0(0x28c)],_0x491030=_0x32b5b8[_0x4582e0(0x325)]['range'];return _0x2fa927[_0x4582e0(0x1b3)](_0x22d478=>_0x2d3a6d[_0x4582e0(0x1d0)]['intersects'](_0x22d478,_0x491030))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row')}:_0x583763;}},_0x391833={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x296)]['id'],'handler':(_0x46967d,_0x420934)=>{const _0x3024a1=_0x485413,_0x5b24de={'m1Prime':_0x46967d,'m2Prime':_0x420934};if(_0x46967d['params'][_0x3024a1(0x21e)]!==_0x420934[_0x3024a1(0x325)][_0x3024a1(0x21e)]||_0x46967d[_0x3024a1(0x325)]['subUnitId']!==_0x420934[_0x3024a1(0x325)][_0x3024a1(0x1c4)])return _0x5b24de;const _0x45666e=_0x46967d[_0x3024a1(0x325)][_0x3024a1(0x31d)][_0x3024a1(0x28c)],_0x4f1180=[_0x420934[_0x3024a1(0x325)][_0x3024a1(0x2c6)],_0x420934[_0x3024a1(0x325)]['targetRange']];return _0x45666e[_0x3024a1(0x1b3)](_0x4aaacd=>_0x4f1180[_0x3024a1(0x1b3)](_0x271bc8=>_0x2d3a6d['Rectangle'][_0x3024a1(0x27f)](_0x4aaacd,_0x271bc8)))?{'error':new Error(_0x3024a1(0x1f4))}:_0x5b24de;}},_0x476cb6={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x202)]['id'],'handler':(_0x2ece00,_0x3d61e8)=>{const _0x29d7d5=_0x485413,_0x2f47f2={'m1Prime':_0x2ece00,'m2Prime':_0x3d61e8};if(_0x2ece00['params'][_0x29d7d5(0x21e)]!==_0x3d61e8[_0x29d7d5(0x325)][_0x29d7d5(0x21e)]||_0x2ece00[_0x29d7d5(0x325)][_0x29d7d5(0x1c4)]!==_0x3d61e8[_0x29d7d5(0x325)][_0x29d7d5(0x1c4)])return _0x2f47f2;const _0x5657f4=_0x2ece00[_0x29d7d5(0x325)][_0x29d7d5(0x31d)][_0x29d7d5(0x28c)],_0x2ccaa1=[_0x3d61e8[_0x29d7d5(0x325)][_0x29d7d5(0x2c6)],_0x3d61e8['params']['targetRange']];return _0x5657f4[_0x29d7d5(0x1b3)](_0x5ab5c5=>_0x2ccaa1[_0x29d7d5(0x1b3)](_0x515935=>_0x2d3a6d['Rectangle'][_0x29d7d5(0x27f)](_0x5ab5c5,_0x515935)))?{'error':new Error(_0x29d7d5(0x1ce))}:_0x2f47f2;}},_0x2161ee={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e['RemoveColMutation']['id'],'handler':(_0x5c8201,_0x1567c6)=>{const _0x26d265=_0x485413,_0x25e743={'m1Prime':_0x5c8201,'m2Prime':_0x1567c6};if(_0x5c8201[_0x26d265(0x325)][_0x26d265(0x21e)]!==_0x1567c6[_0x26d265(0x325)][_0x26d265(0x21e)]||_0x5c8201[_0x26d265(0x325)][_0x26d265(0x1c4)]!==_0x1567c6[_0x26d265(0x325)][_0x26d265(0x1c4)])return _0x25e743;const _0x5e944b=_0x5c8201[_0x26d265(0x325)][_0x26d265(0x31d)][_0x26d265(0x28c)],_0x5a6e01=_0x1567c6[_0x26d265(0x325)][_0x26d265(0x297)];return _0x5e944b[_0x26d265(0x1b3)](_0x4a0ff9=>_0x2d3a6d[_0x26d265(0x1d0)]['intersects'](_0x4a0ff9,_0x5a6e01))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col')}:_0x25e743;}},_0x29c838={'m1':_0x10971e['SetRangeProtectionMutation']['id'],'m2':_0x10971e[_0x485413(0x223)]['id'],'handler':(_0x22e877,_0x48b791)=>{const _0x20cb6c=_0x485413,_0x3a3ecf={'m1Prime':_0x22e877,'m2Prime':_0x48b791};if(_0x22e877[_0x20cb6c(0x325)][_0x20cb6c(0x21e)]!==_0x48b791[_0x20cb6c(0x325)]['unitId']||_0x22e877[_0x20cb6c(0x325)][_0x20cb6c(0x1c4)]!==_0x48b791['params'][_0x20cb6c(0x1c4)])return _0x3a3ecf;const _0x4f0669=_0x22e877[_0x20cb6c(0x325)][_0x20cb6c(0x31d)]['ranges'],_0x4a5eab=_0x48b791[_0x20cb6c(0x325)][_0x20cb6c(0x297)];return _0x4f0669['some'](_0x3cd4a2=>_0x2d3a6d[_0x20cb6c(0x1d0)]['intersects'](_0x3cd4a2,_0x4a5eab))?{'error':new Error(_0x20cb6c(0x301))}:_0x3a3ecf;}},_0x17c82b={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x3a55d1[_0x485413(0x1a7)]['id'],'handler':(_0x194b63,_0x2c0389)=>{const _0x509496=_0x485413,_0x35c6da={'m1Prime':_0x194b63,'m2Prime':_0x2c0389};return _0x194b63[_0x509496(0x325)]['unitId']!==_0x2c0389[_0x509496(0x325)][_0x509496(0x21e)]||_0x194b63[_0x509496(0x325)][_0x509496(0x1c4)]!==_0x2c0389[_0x509496(0x325)][_0x509496(0x1c4)]?_0x35c6da:{'error':new Error(_0x509496(0x219))};}},_0x364373={'m1':_0x10971e['SetRangeProtectionMutation']['id'],'m2':_0xf76435['RemoveSheetsFilterMutation']['id'],'handler':(_0x11a120,_0x194951)=>{const _0x485e66=_0x485413,_0x261c40={'m1Prime':_0x11a120,'m2Prime':_0x194951};return _0x11a120[_0x485e66(0x325)][_0x485e66(0x21e)]!==_0x194951[_0x485e66(0x325)][_0x485e66(0x21e)]||_0x11a120[_0x485e66(0x325)][_0x485e66(0x1c4)]!==_0x194951[_0x485e66(0x325)][_0x485e66(0x1c4)]?_0x261c40:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x57cb60={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x310)]['id'],'handler':(_0x4ac619,_0x3b9e86)=>{const _0x2000d6=_0x485413,_0x4fc56c={'m1Prime':_0x4ac619,'m2Prime':_0x3b9e86};if(_0x4ac619[_0x2000d6(0x325)][_0x2000d6(0x21e)]!==_0x3b9e86[_0x2000d6(0x325)][_0x2000d6(0x21e)]||_0x4ac619[_0x2000d6(0x325)][_0x2000d6(0x1c4)]!==_0x3b9e86[_0x2000d6(0x325)][_0x2000d6(0x1c4)])return _0x4fc56c;const _0x60a25=_0x4ac619[_0x2000d6(0x325)][_0x2000d6(0x31d)][_0x2000d6(0x28c)],_0x4264d0=_0x3b9e86['params'][_0x2000d6(0x28c)];return _0x60a25[_0x2000d6(0x1b3)](_0x23ee2d=>_0x4264d0[_0x2000d6(0x1b3)](_0x12d663=>_0x2d3a6d['Rectangle']['intersects'](_0x23ee2d,_0x12d663)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')}:_0x4fc56c;}},_0x3ae27d={'m1':_0x10971e['SetRangeProtectionMutation']['id'],'m2':_0x492e85[_0x485413(0x214)]['id'],'handler':(_0x995830,_0x4f5af9)=>{const _0x521dab=_0x485413,_0x27e336={'m1Prime':_0x995830,'m2Prime':_0x4f5af9};if(_0x995830[_0x521dab(0x325)][_0x521dab(0x21e)]!==_0x4f5af9['params'][_0x521dab(0x21e)]||_0x995830['params']['subUnitId']!==_0x4f5af9['params'][_0x521dab(0x1c4)])return _0x27e336;const _0x1f83b4=_0x995830[_0x521dab(0x325)][_0x521dab(0x31d)]['ranges'],_0x1e4d6c=_0x4f5af9['params'][_0x521dab(0x31d)][_0x521dab(0x28c)];return _0x1f83b4[_0x521dab(0x1b3)](_0x1a91a8=>_0x1e4d6c['some'](_0x100992=>_0x2d3a6d['Rectangle']['intersects'](_0x1a91a8,_0x100992)))?{'error':new Error(_0x521dab(0x26c))}:_0x27e336;}},_0x4a0e60={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x1f9)]['id'],'handler':(_0x174633,_0x577c92)=>{const _0x452cfe=_0x485413,_0x14ded0={'m1Prime':_0x174633,'m2Prime':_0x577c92};if(_0x174633[_0x452cfe(0x325)][_0x452cfe(0x21e)]!==_0x577c92['params'][_0x452cfe(0x21e)]||_0x174633[_0x452cfe(0x325)]['subUnitId']!==_0x577c92[_0x452cfe(0x325)][_0x452cfe(0x1c4)])return _0x14ded0;const _0x684dff=_0x174633[_0x452cfe(0x325)]['rule'][_0x452cfe(0x28c)],_0x2d8a78=[{'startRow':_0x577c92[_0x452cfe(0x325)]['startRow'],'endRow':_0x577c92['params'][_0x452cfe(0x248)],'startColumn':_0x577c92[_0x452cfe(0x325)][_0x452cfe(0x322)],'endColumn':_0x577c92[_0x452cfe(0x325)][_0x452cfe(0x322)]}];return _0x684dff['some'](_0x189061=>_0x2d8a78[_0x452cfe(0x1b3)](_0xd9457a=>_0x2d3a6d['Rectangle'][_0x452cfe(0x27f)](_0x189061,_0xd9457a)))?{'error':new Error(_0x452cfe(0x30a))}:_0x14ded0;}},_0x2892ff={'m1':_0x10971e['SetRangeProtectionMutation']['id'],'m2':_0x10971e[_0x485413(0x25b)]['id'],'handler':(_0x441a63,_0x5387a6)=>{const _0x4b8306=_0x485413,_0x4a9f8b={'m1Prime':_0x441a63,'m2Prime':_0x5387a6};return _0x441a63[_0x4b8306(0x325)][_0x4b8306(0x21e)]!==_0x5387a6[_0x4b8306(0x325)][_0x4b8306(0x21e)]||_0x441a63['params'][_0x4b8306(0x1c4)]!==_0x5387a6['params'][_0x4b8306(0x1c4)]?_0x4a9f8b:{'error':new Error(_0x4b8306(0x346))};}},_0x5c34a3={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e['SetRangeProtectionMutation']['id'],'handler':(_0x152416,_0x3a9128)=>{const _0x37c8f7=_0x485413,_0x3f80ff={'m1Prime':_0x152416,'m2Prime':_0x3a9128};if(_0x152416[_0x37c8f7(0x325)][_0x37c8f7(0x21e)]!==_0x3a9128[_0x37c8f7(0x325)][_0x37c8f7(0x21e)]||_0x152416[_0x37c8f7(0x325)]['subUnitId']!==_0x3a9128['params'][_0x37c8f7(0x1c4)])return _0x3f80ff;const _0x2d64cf=_0x152416[_0x37c8f7(0x325)][_0x37c8f7(0x31d)][_0x37c8f7(0x28c)],_0xc3874=_0x3a9128['params']['rule']['ranges'];return _0x2d64cf['some'](_0x199d75=>_0xc3874[_0x37c8f7(0x1b3)](_0x5c40ec=>_0x2d3a6d[_0x37c8f7(0x1d0)]['intersects'](_0x199d75,_0x5c40ec)))?{'error':new Error(_0x37c8f7(0x243))}:_0x3f80ff;}},_0x4ec3c0={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x2cf)]['id'],'handler':(_0x2a4ac4,_0x3bbe19)=>{const _0x25111e=_0x485413,_0x546d63={'m1Prime':_0x2a4ac4,'m2Prime':_0x3bbe19};if(_0x2a4ac4[_0x25111e(0x325)][_0x25111e(0x21e)]!==_0x3bbe19['params']['unitId']||_0x2a4ac4[_0x25111e(0x325)]['subUnitId']!==_0x3bbe19[_0x25111e(0x325)][_0x25111e(0x1c4)])return _0x546d63;const _0x3f7193=_0x2a4ac4[_0x25111e(0x325)][_0x25111e(0x31d)][_0x25111e(0x28c)],_0x1dfc45=new _0x2d3a6d[(_0x25111e(0x34d))](_0x3bbe19[_0x25111e(0x325)]['cellValue'])[_0x25111e(0x205)]();return _0x3f7193[_0x25111e(0x1b3)](_0x206756=>_0x2d3a6d[_0x25111e(0x1d0)][_0x25111e(0x27f)](_0x206756,_0x1dfc45))?{'error':new Error(_0x25111e(0x1ea))}:_0x546d63;}},_0xa6d50={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e[_0x485413(0x1df)]['id'],'handler':(_0x5d2ca8,_0x33df71)=>{const _0x5bce89=_0x485413,_0xc11a2d={'m1Prime':_0x5d2ca8,'m2Prime':_0x33df71};if(_0x5d2ca8[_0x5bce89(0x325)]['unitId']!==_0x33df71[_0x5bce89(0x325)][_0x5bce89(0x21e)]||_0x5d2ca8[_0x5bce89(0x325)][_0x5bce89(0x1c4)]!==_0x33df71[_0x5bce89(0x325)][_0x5bce89(0x1c4)])return _0xc11a2d;const _0xd23983=_0x5d2ca8[_0x5bce89(0x325)]['rule'][_0x5bce89(0x28c)],_0x2714b4=_0x33df71[_0x5bce89(0x325)][_0x5bce89(0x28c)];return _0xd23983[_0x5bce89(0x1b3)](_0x4299d4=>_0x2714b4[_0x5bce89(0x1b3)](_0x39068f=>_0x2d3a6d[_0x5bce89(0x1d0)][_0x5bce89(0x27f)](_0x4299d4,_0x39068f)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:_0xc11a2d;}},_0x4fc3da={'m1':_0x10971e['SetRangeProtectionMutation']['id'],'m2':_0x36f79e[_0x485413(0x2a0)]['id'],'handler':(_0x2298c5,_0x53db97)=>{const _0x5992c0=_0x485413,_0x25fbc8={'m1Prime':_0x2298c5,'m2Prime':_0x53db97};return _0x2298c5[_0x5992c0(0x325)][_0x5992c0(0x21e)]!==_0x53db97[_0x5992c0(0x325)]['unitId']||_0x2298c5[_0x5992c0(0x325)][_0x5992c0(0x1c4)]!==_0x53db97[_0x5992c0(0x325)][_0x5992c0(0x1c4)]?_0x25fbc8:{'error':new Error(_0x5992c0(0x25d))};}},_0x400d82={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x3a55d1[_0x485413(0x23f)]['id'],'handler':(_0x52dc94,_0x4c15df)=>{const _0x447abb=_0x485413,_0x4c3de1={'m1Prime':_0x52dc94,'m2Prime':_0x4c15df};return _0x52dc94[_0x447abb(0x325)][_0x447abb(0x21e)]!==_0x4c15df[_0x447abb(0x325)][_0x447abb(0x21e)]||_0x52dc94[_0x447abb(0x325)][_0x447abb(0x1c4)]!==_0x4c15df['params'][_0x447abb(0x1c4)]?_0x4c3de1:{'error':new Error(_0x447abb(0x198))};}},_0x33d117={'m1':_0x10971e['AddWorksheetProtectionMutation']['id'],'m2':_0x36f79e['AddCommentMutation']['id'],'handler':(_0x465c5f,_0x2cf9ef)=>{const _0x31cda8=_0x485413,_0x524b6b={'m1Prime':_0x465c5f,'m2Prime':_0x2cf9ef};return _0x465c5f['params'][_0x31cda8(0x21e)]!==_0x2cf9ef[_0x31cda8(0x325)][_0x31cda8(0x21e)]||_0x465c5f[_0x31cda8(0x325)][_0x31cda8(0x1c4)]!==_0x2cf9ef['params'][_0x31cda8(0x1c4)]?_0x524b6b:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x22d7cf={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x492e85[_0x485413(0x28d)]['id'],'handler':(_0xf6d546,_0x46b722)=>{const _0x4a8794=_0x485413,_0x319df0={'m1Prime':_0xf6d546,'m2Prime':_0x46b722};return _0xf6d546[_0x4a8794(0x325)][_0x4a8794(0x21e)]!==_0x46b722[_0x4a8794(0x325)]['unitId']||_0xf6d546[_0x4a8794(0x325)][_0x4a8794(0x1c4)]!==_0x46b722[_0x4a8794(0x325)][_0x4a8794(0x1c4)]?_0x319df0:{'error':new Error(_0x4a8794(0x204))};}},_0x555e25={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x279)]['id'],'handler':(_0x1c051b,_0x149d87)=>{const _0x4b3469=_0x485413,_0x597341={'m1Prime':_0x1c051b,'m2Prime':_0x149d87};return _0x1c051b[_0x4b3469(0x325)][_0x4b3469(0x21e)]!==_0x149d87[_0x4b3469(0x325)][_0x4b3469(0x21e)]||_0x1c051b[_0x4b3469(0x325)][_0x4b3469(0x1c4)]!==_0x149d87[_0x4b3469(0x325)][_0x4b3469(0x1c4)]?_0x597341:{'error':new Error(_0x4b3469(0x196))};}},_0x2c7007={'m1':_0x10971e['AddWorksheetProtectionMutation']['id'],'m2':_0x10971e['AddWorksheetMergeMutation']['id'],'handler':(_0x34366d,_0x49e836)=>{const _0x1e810d=_0x485413,_0x506add={'m1Prime':_0x34366d,'m2Prime':_0x49e836};return _0x34366d['params'][_0x1e810d(0x21e)]!==_0x49e836[_0x1e810d(0x325)]['unitId']||_0x34366d['params']['subUnitId']!==_0x49e836[_0x1e810d(0x325)][_0x1e810d(0x1c4)]?_0x506add:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')};}},_0x45f22f={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e['AddWorksheetProtectionMutation']['id'],'handler':(_0x37c0b7,_0x181c0f)=>{const _0x1647d9=_0x485413,_0x2e5313={'m1Prime':_0x37c0b7,'m2Prime':_0x181c0f};return _0x37c0b7['params'][_0x1647d9(0x21e)]!==_0x181c0f[_0x1647d9(0x325)][_0x1647d9(0x21e)]||_0x37c0b7[_0x1647d9(0x325)][_0x1647d9(0x1c4)]!==_0x181c0f[_0x1647d9(0x325)][_0x1647d9(0x31d)][_0x1647d9(0x1c4)]?_0x2e5313:{'error':new Error(_0x1647d9(0x231))};}},_0x460e42={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x1d1)]['id'],'handler':(_0x1b015f,_0x34b9cb)=>{const _0xdb5088=_0x485413,_0x6940e5={'m1Prime':_0x1b015f,'m2Prime':_0x34b9cb};return _0x1b015f[_0xdb5088(0x325)][_0xdb5088(0x21e)]!==_0x34b9cb[_0xdb5088(0x325)][_0xdb5088(0x21e)]||_0x1b015f[_0xdb5088(0x325)]['subUnitId']!==_0x34b9cb[_0xdb5088(0x325)][_0xdb5088(0x1c4)]?_0x6940e5:{'error':new Error(_0xdb5088(0x1c2))};}},_0x47a5a3={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x492e85[_0x485413(0x2dc)]['id'],'handler':(_0x395b06,_0x4ba150)=>{const _0x52921a=_0x485413,_0x182bcb={'m1Prime':_0x395b06,'m2Prime':_0x4ba150};return _0x395b06[_0x52921a(0x325)][_0x52921a(0x21e)]!==_0x4ba150[_0x52921a(0x325)][_0x52921a(0x21e)]||_0x395b06[_0x52921a(0x325)][_0x52921a(0x1c4)]!==_0x4ba150[_0x52921a(0x325)]['subUnitId']?_0x182bcb:{'error':new Error(_0x52921a(0x2b4))};}},_0x3739ab={'m1':_0x10971e['AddWorksheetProtectionMutation']['id'],'m2':_0x10971e[_0x485413(0x257)]['id'],'handler':(_0x17f434,_0x11ef4b)=>{const _0x5d3605=_0x485413,_0x2af40b={'m1Prime':_0x17f434,'m2Prime':_0x11ef4b};return _0x17f434[_0x5d3605(0x325)][_0x5d3605(0x21e)]!==_0x11ef4b[_0x5d3605(0x325)][_0x5d3605(0x21e)]||_0x17f434[_0x5d3605(0x325)][_0x5d3605(0x1c4)]!==_0x11ef4b[_0x5d3605(0x325)]['subUnitId']?_0x2af40b:{'error':new Error(_0x5d3605(0x32a))};}},_0x505120={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x2a3)]['id'],'handler':(_0xfa90a2,_0x389d14)=>{const _0x5d068a=_0x485413,_0x3f5de6={'m1Prime':_0xfa90a2,'m2Prime':_0x389d14};return _0xfa90a2[_0x5d068a(0x325)][_0x5d068a(0x21e)]!==_0x389d14[_0x5d068a(0x325)][_0x5d068a(0x21e)]||_0xfa90a2[_0x5d068a(0x325)][_0x5d068a(0x1c4)]!==_0x389d14[_0x5d068a(0x325)][_0x5d068a(0x1c4)]?_0x3f5de6:{'error':new Error(_0x5d068a(0x342))};}},_0x19c1d6={'m1':_0x10971e['AddWorksheetProtectionMutation']['id'],'m2':_0x10971e['MoveColsMutation']['id'],'handler':(_0x391e06,_0x17c6b5)=>{const _0x41db29=_0x485413,_0x22de39={'m1Prime':_0x391e06,'m2Prime':_0x17c6b5};return _0x391e06['params'][_0x41db29(0x21e)]!==_0x17c6b5[_0x41db29(0x325)]['unitId']||_0x391e06[_0x41db29(0x325)]['subUnitId']!==_0x17c6b5[_0x41db29(0x325)]['subUnitId']?_0x22de39:{'error':new Error(_0x41db29(0x286))};}},_0x36106e={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e['MoveRowsMutation']['id'],'handler':(_0x5a8fe2,_0x3f9b89)=>{const _0x11efc0=_0x485413,_0x588edf={'m1Prime':_0x5a8fe2,'m2Prime':_0x3f9b89};return _0x5a8fe2[_0x11efc0(0x325)][_0x11efc0(0x21e)]!==_0x3f9b89[_0x11efc0(0x325)]['unitId']||_0x5a8fe2[_0x11efc0(0x325)][_0x11efc0(0x1c4)]!==_0x3f9b89[_0x11efc0(0x325)][_0x11efc0(0x1c4)]?_0x588edf:{'error':new Error(_0x11efc0(0x25f))};}},_0x19b937={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x1be)]['id'],'handler':(_0x83d272,_0x1a7b70)=>{const _0x3817e8=_0x485413,_0xe018a3={'m1Prime':_0x83d272,'m2Prime':_0x1a7b70};return _0x83d272['params'][_0x3817e8(0x21e)]!==_0x1a7b70['params']['unitId']||_0x83d272[_0x3817e8(0x325)][_0x3817e8(0x1c4)]!==_0x1a7b70[_0x3817e8(0x325)][_0x3817e8(0x33c)][_0x3817e8(0x1c4)]?_0xe018a3:{'error':new Error(_0x3817e8(0x18d))};}},_0x10d845={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x2bb)]['id'],'handler':(_0x6fb692,_0x2b8a67)=>{const _0x1c23a6=_0x485413,_0x3244d4={'m1Prime':_0x6fb692,'m2Prime':_0x2b8a67};return _0x6fb692[_0x1c23a6(0x325)][_0x1c23a6(0x21e)]!==_0x2b8a67[_0x1c23a6(0x325)][_0x1c23a6(0x21e)]||_0x6fb692[_0x1c23a6(0x325)][_0x1c23a6(0x1c4)]!==_0x2b8a67[_0x1c23a6(0x325)][_0x1c23a6(0x1c4)]?_0x3244d4:{'error':new Error(_0x1c23a6(0x2ad))};}},_0x15fb36={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x223)]['id'],'handler':(_0xe6438,_0x5988c1)=>{const _0x25f958=_0x485413,_0x5bef7f={'m1Prime':_0xe6438,'m2Prime':_0x5988c1};return _0xe6438[_0x25f958(0x325)][_0x25f958(0x21e)]!==_0x5988c1[_0x25f958(0x325)][_0x25f958(0x21e)]||_0xe6438[_0x25f958(0x325)][_0x25f958(0x1c4)]!==_0x5988c1['params'][_0x25f958(0x1c4)]?_0x5bef7f:{'error':new Error(_0x25f958(0x2f7))};}},_0x5554f9={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x3a55d1[_0x485413(0x1a7)]['id'],'handler':(_0x2f80c1,_0x56e5b1)=>{const _0x13c53f=_0x485413,_0x2c7e4a={'m1Prime':_0x2f80c1,'m2Prime':_0x56e5b1};return _0x2f80c1[_0x13c53f(0x325)][_0x13c53f(0x21e)]!==_0x56e5b1[_0x13c53f(0x325)]['unitId']||_0x2f80c1[_0x13c53f(0x325)][_0x13c53f(0x1c4)]!==_0x56e5b1[_0x13c53f(0x325)][_0x13c53f(0x1c4)]?_0x2c7e4a:{'error':new Error(_0x13c53f(0x352))};}},_0x540910={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x2b3)]['id'],'handler':(_0xcf2588,_0x4885a0)=>{const _0x27f9b7=_0x485413,_0x481c07={'m1Prime':_0xcf2588,'m2Prime':_0x4885a0};return _0xcf2588[_0x27f9b7(0x325)]['unitId']!==_0x4885a0[_0x27f9b7(0x325)][_0x27f9b7(0x21e)]||_0xcf2588[_0x27f9b7(0x325)][_0x27f9b7(0x1c4)]!==_0x4885a0[_0x27f9b7(0x325)][_0x27f9b7(0x1c4)]?_0x481c07:{'error':new Error(_0x27f9b7(0x199))};}},_0x1712da={'m1':_0x10971e['AddWorksheetProtectionMutation']['id'],'m2':_0x10971e[_0x485413(0x310)]['id'],'handler':(_0x3d75ac,_0x58cc69)=>{const _0x1deb5c=_0x485413,_0x25dc7c={'m1Prime':_0x3d75ac,'m2Prime':_0x58cc69};return _0x3d75ac['params'][_0x1deb5c(0x21e)]!==_0x58cc69[_0x1deb5c(0x325)]['unitId']||_0x3d75ac['params'][_0x1deb5c(0x1c4)]!==_0x58cc69[_0x1deb5c(0x325)]['subUnitId']?_0x25dc7c:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')};}},_0x53c88={'m1':_0x10971e['AddWorksheetProtectionMutation']['id'],'m2':_0xf76435[_0x485413(0x25c)]['id'],'handler':(_0x5b3ad8,_0x368f30)=>{const _0x5a7607=_0x485413,_0x24b40c={'m1Prime':_0x5b3ad8,'m2Prime':_0x368f30};return _0x5b3ad8[_0x5a7607(0x325)][_0x5a7607(0x21e)]!==_0x368f30[_0x5a7607(0x325)][_0x5a7607(0x21e)]||_0x5b3ad8[_0x5a7607(0x325)]['subUnitId']!==_0x368f30[_0x5a7607(0x325)][_0x5a7607(0x1c4)]?_0x24b40c:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x3d232e={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x19f)]['id'],'handler':(_0x598da2,_0x2fff9b)=>{const _0x2d2707=_0x485413,_0x2e1e72={'m1Prime':_0x598da2,'m2Prime':_0x2fff9b};return _0x598da2[_0x2d2707(0x325)][_0x2d2707(0x21e)]!==_0x2fff9b[_0x2d2707(0x325)][_0x2d2707(0x21e)]||_0x598da2[_0x2d2707(0x325)][_0x2d2707(0x1c4)]!==_0x2fff9b[_0x2d2707(0x325)]['subUnitId']?_0x2e1e72:{'error':new Error(_0x2d2707(0x1dd))};}},_0x2f44fc={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x492e85[_0x485413(0x214)]['id'],'handler':(_0x1689e4,_0x23a11e)=>{const _0x2e4e10=_0x485413,_0xf99127={'m1Prime':_0x1689e4,'m2Prime':_0x23a11e};return _0x1689e4[_0x2e4e10(0x325)][_0x2e4e10(0x21e)]!==_0x23a11e[_0x2e4e10(0x325)]['unitId']||_0x1689e4['params'][_0x2e4e10(0x1c4)]!==_0x23a11e['params'][_0x2e4e10(0x1c4)]?_0xf99127:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule')};}},_0x219717={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x1f9)]['id'],'handler':(_0x5d61fc,_0x575018)=>{const _0x55aead=_0x485413,_0x2ef32d={'m1Prime':_0x5d61fc,'m2Prime':_0x575018};return _0x5d61fc['params'][_0x55aead(0x21e)]!==_0x575018[_0x55aead(0x325)][_0x55aead(0x21e)]||_0x5d61fc[_0x55aead(0x325)][_0x55aead(0x1c4)]!==_0x575018[_0x55aead(0x325)]['subUnitId']?_0x2ef32d:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen')};}},_0x56fd22={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x25b)]['id'],'handler':(_0x5837f9,_0x4d3ff5)=>{const _0xc64aca=_0x485413,_0xd46454={'m1Prime':_0x5837f9,'m2Prime':_0x4d3ff5};return _0x5837f9['params']['unitId']!==_0x4d3ff5['params'][_0xc64aca(0x21e)]||_0x5837f9[_0xc64aca(0x325)][_0xc64aca(0x1c4)]!==_0x4d3ff5[_0xc64aca(0x325)][_0xc64aca(0x1c4)]?_0xd46454:{'error':new Error(_0xc64aca(0x33b))};}},_0x1c7c6e={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e['SetRangeProtectionMutation']['id'],'handler':(_0x5f4601,_0x4a5186)=>{const _0x8a3cc3=_0x485413,_0x37835b={'m1Prime':_0x5f4601,'m2Prime':_0x4a5186};return _0x5f4601['params']['unitId']!==_0x4a5186['params'][_0x8a3cc3(0x21e)]||_0x5f4601[_0x8a3cc3(0x325)][_0x8a3cc3(0x1c4)]!==_0x4a5186[_0x8a3cc3(0x325)]['subUnitId']?_0x37835b:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection')};}},_0x14819d={'m1':_0x10971e['AddWorksheetProtectionMutation']['id'],'m2':_0x10971e['SetWorksheetColWidthMutation']['id'],'handler':(_0x411aca,_0x3a6992)=>{const _0x4c3f9f=_0x485413,_0x2e900c={'m1Prime':_0x411aca,'m2Prime':_0x3a6992};return _0x411aca[_0x4c3f9f(0x325)][_0x4c3f9f(0x21e)]!==_0x3a6992[_0x4c3f9f(0x325)][_0x4c3f9f(0x21e)]||_0x411aca['params'][_0x4c3f9f(0x1c4)]!==_0x3a6992[_0x4c3f9f(0x325)][_0x4c3f9f(0x1c4)]?_0x2e900c:{'error':new Error(_0x4c3f9f(0x1da))};}},_0x18bfb8={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x10971e[_0x485413(0x266)]['id'],'handler':(_0x34a3a8,_0x422416)=>{const _0x2fee8d=_0x485413,_0x229825={'m1Prime':_0x34a3a8,'m2Prime':_0x422416};return _0x34a3a8[_0x2fee8d(0x325)][_0x2fee8d(0x21e)]!==_0x422416['params'][_0x2fee8d(0x21e)]||_0x34a3a8[_0x2fee8d(0x325)]['subUnitId']!==_0x422416['params'][_0x2fee8d(0x1c4)]?_0x229825:{'error':new Error(_0x2fee8d(0x19a))};}},_0x8a8301={'m1':_0x10971e['AddWorksheetProtectionMutation']['id'],'m2':_0x36f79e[_0x485413(0x2a0)]['id'],'handler':(_0x20f581,_0x5364fd)=>{const _0x1e35b6=_0x485413,_0x5bb5e5={'m1Prime':_0x20f581,'m2Prime':_0x5364fd};return _0x20f581[_0x1e35b6(0x325)][_0x1e35b6(0x21e)]!==_0x5364fd[_0x1e35b6(0x325)]['unitId']||_0x20f581[_0x1e35b6(0x325)][_0x1e35b6(0x1c4)]!==_0x5364fd[_0x1e35b6(0x325)][_0x1e35b6(0x1c4)]?_0x5bb5e5:{'error':new Error(_0x1e35b6(0x336))};}},_0x596164={'m1':_0x10971e[_0x485413(0x1b9)]['id'],'m2':_0x3a55d1[_0x485413(0x23f)]['id'],'handler':(_0x38b250,_0x49d092)=>{const _0x46f4bb=_0x485413,_0x3db8a3={'m1Prime':_0x38b250,'m2Prime':_0x49d092};return _0x38b250[_0x46f4bb(0x325)][_0x46f4bb(0x21e)]!==_0x49d092[_0x46f4bb(0x325)][_0x46f4bb(0x21e)]||_0x38b250[_0x46f4bb(0x325)][_0x46f4bb(0x1c4)]!==_0x49d092[_0x46f4bb(0x325)][_0x46f4bb(0x1c4)]?_0x3db8a3:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x2c2266={'m1':_0x10971e[_0x485413(0x209)]['id'],'m2':_0x10971e['MoveRangeMutation']['id'],'handler':(_0x371f3f,_0x2b17e7)=>{const _0x37dd26=_0x485413,_0x45d2b4={'m1Prime':_0x371f3f,'m2Prime':_0x2b17e7};if(_0x371f3f[_0x37dd26(0x325)][_0x37dd26(0x21e)]!==_0x2b17e7['params'][_0x37dd26(0x21e)]||_0x371f3f[_0x37dd26(0x325)][_0x37dd26(0x1c4)]!==_0x2b17e7[_0x37dd26(0x325)][_0x37dd26(0x33c)][_0x37dd26(0x1c4)])return _0x45d2b4;const _0x2c2831=_0x371f3f['params'][_0x37dd26(0x31d)][_0x37dd26(0x28c)],_0x47f09f=new _0x2d3a6d[(_0x37dd26(0x34d))](_0x2b17e7[_0x37dd26(0x325)][_0x37dd26(0x33c)][_0x37dd26(0x200)])['getDataRange'](),_0x38b94a=new _0x2d3a6d['ObjectMatrix'](_0x2b17e7[_0x37dd26(0x325)]['to']['value'])[_0x37dd26(0x205)](),_0x3cf8c1=[_0x47f09f,_0x38b94a];return _0x2c2831['some'](_0x44f868=>_0x3cf8c1['some'](_0x18e2b5=>_0x2d3a6d[_0x37dd26(0x1d0)][_0x37dd26(0x27f)](_0x44f868,_0x18e2b5)))?{'error':new Error(_0x37dd26(0x2e4))}:_0x45d2b4;}};var _0x5bdf81=Object[_0x485413(0x17d)],_0x4e867b=Object[_0x485413(0x2ab)],_0x33ab5c=(_0x191a8d,_0x2add12,_0xb793aa,_0x2418bc)=>{const _0x425deb=_0x485413;for(var _0x422bd6=_0x2418bc>0x1?void 0x0:_0x2418bc?_0x4e867b(_0x2add12,_0xb793aa):_0x2add12,_0x1b456a=_0x191a8d[_0x425deb(0x1c0)]-0x1,_0x265f1f;_0x1b456a>=0x0;_0x1b456a--)(_0x265f1f=_0x191a8d[_0x1b456a])&&(_0x422bd6=(_0x2418bc?_0x265f1f(_0x2add12,_0xb793aa,_0x422bd6):_0x265f1f(_0x422bd6))||_0x422bd6);return _0x2418bc&&_0x422bd6&&_0x5bdf81(_0x2add12,_0xb793aa,_0x422bd6),_0x422bd6;},_0x4ec4ec=(_0x2b4dfb,_0x1b4129)=>(_0x4bdbe6,_0x2d048b)=>_0x1b4129(_0x4bdbe6,_0x2d048b,_0x2b4dfb);_0x49fcf4[_0x485413(0x1f5)]=class extends _0x2d3a6d[_0x485413(0x1b6)]{constructor(_0x49ef0c){const _0x5e917a=_0x485413;super(),this['_transformService']=_0x49ef0c,[..._0x1f947b,_0x187e31,_0x3a1f96,_0x33b0b9,_0x321765,_0x3723f4,_0x16963b,_0xd53897,_0x5b5ded,_0x3f9dc6,_0x53f953,_0x3aa438,_0x50f511,_0x2784c1,_0x4f6883,_0x16b2c7,_0x39343f,_0x18bd2b,_0x53681b,_0x21116d,_0x5d2a95,_0x433225,_0xa6c4ed,_0x5257f8,_0x23f827,_0x555c07,_0xc5709b,_0x360fb9,_0x4a7e2a,_0x1a9b33,_0x210a23,_0x543700,_0x50e3ed,_0x5ce58a,_0x3e1ae,_0x2cf244,_0x3415c9,_0x556e5f,_0x4edd74,_0x14f5c5,_0x124bb1,_0x5646ef,_0x37fa81,_0x49e58a,_0x48ea7a,_0x4a9340,_0x3df6e3,_0x20b680,_0x35cd6f,_0x4b3561,_0xccc2b9,_0x2453f4,_0x217fd0,_0x44dc6c,_0x3b90b3,_0x577aa6,_0x180e29,_0x1233ec,_0x42d26d,_0x398278,_0x111ccf,_0x332ee0,_0x517025,_0x16d144,_0xe45193,_0x315d1f,_0x3219f6,_0x51bc97,_0x39fe47,_0x166bb6,_0x550c51,_0x22d767,_0xb3d81b,_0x51481e,_0x58e726,_0x476e68,_0x4cb7c0,_0x49080a,_0xfdecfa,_0x5eefc7,_0x364a90,_0x3d747f,_0x38ba39,_0x7bbda6,_0x541419,_0x1a4e4d,_0x4a13ef,_0x4a5fb4,_0x2b339c,_0x7b40fd,_0xc34d73,_0x7e6b61,_0x31f0e8,_0x389a7e,_0x1f6d51,_0x4ddd63,_0x524816,_0xd02640,_0xe3f96c,_0x957a44,_0x1dfaf7,_0x58daa1,_0x30fe08,_0x45dcef,_0x2d67da,_0x353aa7,_0x49940f,_0x3ac034,_0x4fc0c0,_0x517a70,_0x315f23,_0x19d6fc,_0x55f542,_0x2cc6af,_0x30f172,_0x2c24e4,_0x580875,_0xb5c424,_0x427fe5,_0xf3655c,_0x100038,_0x39a317,_0x38daf7,_0x2458d1,_0x2abf3b,_0x39b5ea,_0xf5ce10,_0x346272,_0x510ad5,_0x4494e5,_0x4afd3e,_0xa978a1,_0x429580,_0xaea399,_0x3ca49a,_0x420a05,_0x48e0b5,_0x504256,_0x365fe9,_0x14de36,_0x229c07,_0x27f31f,_0x1a0915,_0x4f2378,_0x3e82b4,_0x2da58e,_0x351544,_0xd2b9da,_0x5560c2,_0x5edf13,_0x2a1aef,_0x475b5f,_0x21cada,_0xa80a99,_0x2f2c5d,_0x264d9d,_0x44f7fa,_0x110f41,_0x391833,_0x2c2266,_0x476cb6,_0x2161ee,_0x29c838,_0x17c82b,_0x364373,_0x57cb60,_0x3ae27d,_0x4a0e60,_0x2892ff,_0x5c34a3,_0x4ec3c0,_0xa6d50,_0x4fc3da,_0x400d82,_0x33d117,_0x22d7cf,_0x555e25,_0x2c7007,_0x45f22f,_0x460e42,_0x47a5a3,_0x3739ab,_0x505120,_0x19c1d6,_0x36106e,_0x19b937,_0x10d845,_0x15fb36,_0x5554f9,_0x540910,_0x1712da,_0x53c88,_0x3d232e,_0x2f44fc,_0x219717,_0x56fd22,_0x1c7c6e,_0x14819d,_0x18bfb8,_0x8a8301,_0x596164][_0x5e917a(0x184)](_0x29cd51=>{const _0x5693ca=_0x5e917a;this[_0x5693ca(0x206)]['registerTransformAlgorithm'](_0x29cd51);});}},_0x49fcf4[_0x485413(0x1f5)]=_0x33ab5c([_0x2d3a6d[_0x485413(0x2df)](_0x2d3a6d[_0x485413(0x1ad)][_0x485413(0x304)],_0x49fcf4[_0x485413(0x1f5)]),_0x4ec4ec(0x0,_0x330b7f)],_0x49fcf4[_0x485413(0x1f5)]);function _0x49984b(_0x4b6e96,_0x32e9c3,_0x10b92f){const _0xd9bed9=_0x485413;if(_0x4b6e96[_0xd9bed9(0x1c0)]===0x0)return _0x32e9c3;_0x32e9c3=_0x2d3a6d[_0xd9bed9(0x237)][_0xd9bed9(0x2f9)](_0x32e9c3),_0x4b6e96=_0x2d3a6d[_0xd9bed9(0x237)][_0xd9bed9(0x2f9)](_0x4b6e96);const _0x293a19=[],_0x20bf25=_0x32e9c3[_0xd9bed9(0x1c0)],_0x1f1260=_0x4b6e96[_0xd9bed9(0x1c0)];let _0x50b454=0x0,_0xaa80b8=0x0,_0x5b0f59=null;function _0x5da004(){return _0x5b0f59?(_0x293a19['push'](_0x5b0f59),_0x5b0f59=null,!0x0):!0x1;}for(;_0x50b454<_0x20bf25&&_0xaa80b8<_0x1f1260;){const {st:_0x444d34,ed:_0x4659b7,ts:_0x179ceb}=_0x32e9c3[_0x50b454],{st:_0x385692,ed:_0x227b1b,ts:_0xb94183,sId:_0x226793}=_0x4b6e96[_0xaa80b8];let _0x1988cf={};if(_0x10b92f===0x0)_0x1988cf={..._0x179ceb};else{if(_0x1988cf={..._0x179ceb},_0xb94183){const _0x76e4bd=Object[_0xd9bed9(0x2d2)](_0xb94183);for(const _0x366d74 of _0x76e4bd)_0x1988cf[_0x366d74]&&delete _0x1988cf[_0x366d74];}}if(_0x4659b7<_0x385692)_0x5da004()||_0x293a19['push'](_0x32e9c3[_0x50b454]),_0x50b454++;else{if(_0x227b1b<_0x444d34)_0x5da004()||_0x293a19[_0xd9bed9(0x275)](_0x4b6e96[_0xaa80b8]),_0xaa80b8++;else{const _0x5f5534={'st':Math['min'](_0x444d34,_0x385692),'ed':Math['max'](_0x444d34,_0x385692),'ts':_0x444d34<_0x385692?{..._0x179ceb}:{..._0xb94183},'sId':_0x444d34<_0x385692?void 0x0:_0x226793};_0x5f5534['ed']>_0x5f5534['st']&&_0x293a19['push'](),_0x293a19['push']({'st':Math[_0xd9bed9(0x1bb)](_0x444d34,_0x385692),'ed':Math['min'](_0x4659b7,_0x227b1b),'ts':_0x1988cf,'sId':_0x226793}),_0x4659b7<_0x227b1b?(_0x50b454++,_0x4b6e96[_0xaa80b8]['st']=_0x4659b7,_0x4b6e96[_0xaa80b8]['st']===_0x4b6e96[_0xaa80b8]['ed']&&_0xaa80b8++):(_0xaa80b8++,_0x32e9c3[_0x50b454]['st']=_0x227b1b,_0x32e9c3[_0x50b454]['st']===_0x32e9c3[_0x50b454]['ed']&&_0x50b454++);const _0x3b173b={'st':Math['min'](_0x4659b7,_0x227b1b),'ed':Math[_0xd9bed9(0x1bb)](_0x4659b7,_0x227b1b),'ts':_0x4659b7<_0x227b1b?{..._0xb94183}:{..._0x179ceb},'sId':_0x4659b7<_0x227b1b?_0x226793:void 0x0};_0x5b0f59=_0x3b173b['ed']>_0x3b173b['st']?_0x3b173b:null;}}}_0x5da004();const _0x12522a=_0x293a19[_0x293a19[_0xd9bed9(0x1c0)]-0x1],_0x14c21e=_0x32e9c3[_0x20bf25-0x1],_0xadb071=_0x4b6e96[_0x1f1260-0x1];return _0x12522a['ed']!==Math['max'](_0x14c21e['ed'],_0xadb071['ed'])&&(_0x14c21e['ed']>_0xadb071['ed']?_0x293a19[_0xd9bed9(0x275)](_0x14c21e):_0x293a19[_0xd9bed9(0x275)](_0xadb071)),_0x2d3a6d[_0xd9bed9(0x1b1)](_0x293a19);}function _0x45403a(_0x3d2620,_0x34b6d5,_0x12850b){const _0x61b6de=_0x485413,_0x44d55d={'startIndex':_0x34b6d5[_0x61b6de(0x2d4)]};if(_0x34b6d5['paragraphStyle']){if(_0x3d2620[_0x61b6de(0x18b)]==null)_0x44d55d[_0x61b6de(0x18b)]={..._0x34b6d5[_0x61b6de(0x18b)]};else{if(_0x44d55d[_0x61b6de(0x18b)]={..._0x34b6d5['paragraphStyle']},_0x12850b===0x1){const _0x21f970=Object[_0x61b6de(0x2d2)](_0x3d2620[_0x61b6de(0x18b)]);for(const _0x43b25d of _0x21f970)_0x44d55d['paragraphStyle'][_0x43b25d]&&delete _0x44d55d[_0x61b6de(0x18b)][_0x43b25d];}}}return _0x34b6d5[_0x61b6de(0x19e)]&&(_0x3d2620[_0x61b6de(0x19e)]==null||_0x12850b===0x0)&&(_0x44d55d[_0x61b6de(0x19e)]={..._0x34b6d5[_0x61b6de(0x19e)]}),_0x44d55d;}function _0x31b15e(_0x522c04,_0x55bbbb,_0x160c8a=!0x1){const _0x471cd0=_0x485413,{body:_0x5bf406}=_0x522c04,{body:_0x55dcf1}=_0x55bbbb;if(_0x5bf406==null||_0x5bf406[_0x471cd0(0x327)]!==''||_0x55dcf1==null||_0x55dcf1['dataStream']!=='')throw new Error(_0x471cd0(0x218));const _0x3a5ec9={'dataStream':''},{textRuns:_0xae0f5d=[],paragraphs:_0xa55d0f=[]}=_0x5bf406,{textRuns:_0x325e35=[],paragraphs:_0x166c0=[]}=_0x55dcf1;let _0x353292=[];_0x160c8a?_0x353292=_0x49984b(_0xae0f5d,_0x325e35,0x1):_0x353292=_0x49984b(_0xae0f5d,_0x325e35,0x0),_0x353292[_0x471cd0(0x1c0)]&&(_0x3a5ec9[_0x471cd0(0x2ba)]=_0x353292);const _0xa26286=[];let _0x97ede6=0x0,_0x51b9e4=0x0;for(;_0x97ede6<_0xa55d0f['length']&&_0x51b9e4<_0x166c0[_0x471cd0(0x1c0)];){const _0x44e681=_0xa55d0f[_0x97ede6],_0x32c3f3=_0x166c0[_0x51b9e4],{startIndex:_0x1d9d40}=_0x44e681,{startIndex:_0x5e44da}=_0x32c3f3;if(_0x1d9d40===_0x5e44da){let _0x1ea6d6={'startIndex':_0x1d9d40};_0x160c8a?_0x1ea6d6=_0x45403a(_0x44e681,_0x32c3f3,0x1):_0x1ea6d6=_0x45403a(_0x44e681,_0x32c3f3,0x0),_0xa26286[_0x471cd0(0x275)](_0x1ea6d6),_0x97ede6++,_0x51b9e4++;}else _0x1d9d40<_0x5e44da?_0x97ede6++:(_0xa26286['push'](_0x2d3a6d['Tools']['deepClone'](_0x32c3f3)),_0x51b9e4++);}return _0x51b9e4<_0x166c0[_0x471cd0(0x1c0)]&&_0xa26286['push'](..._0x166c0[_0x471cd0(0x260)](_0x51b9e4)),_0xa26286[_0x471cd0(0x1c0)]&&(_0x3a5ec9[_0x471cd0(0x351)]=_0xa26286),_0x3a5ec9;}const _0x4826fc=class _0x1401a3 extends _0x2d3a6d[_0x485413(0x1af)]{static[_0x485413(0x207)](_0x2ae908,_0x55d4f4,_0x5b4676=_0x485413(0x197)){const _0x55a4cf=_0x485413;var _0x157177;const _0x46bb4a=new _0x2d3a6d[(_0x55a4cf(0x2e1))](_0x2ae908),_0x2788d5=new _0x2d3a6d[(_0x55a4cf(0x2e1))](_0x55d4f4),_0x26a356=new _0x1401a3();for(;_0x46bb4a['hasNext']()||_0x2788d5[_0x55a4cf(0x2c7)]();)if(_0x46bb4a[_0x55a4cf(0x1bc)]()===_0x2d3a6d[_0x55a4cf(0x29a)]['INSERT']&&(_0x5b4676===_0x55a4cf(0x259)||_0x2788d5[_0x55a4cf(0x1bc)]()!==_0x2d3a6d['TextXActionType'][_0x55a4cf(0x2a2)])){const _0x3021fd=_0x46bb4a[_0x55a4cf(0x1d4)]();_0x26a356[_0x55a4cf(0x2cd)](_0x3021fd[_0x55a4cf(0x177)],(_0x157177=_0x3021fd[_0x55a4cf(0x1d2)])!=null?_0x157177:'');}else{if(_0x2788d5['peekType']()===_0x2d3a6d['TextXActionType']['INSERT'])_0x26a356[_0x55a4cf(0x275)](_0x2788d5[_0x55a4cf(0x1d4)]());else{const _0x40e9b8=Math[_0x55a4cf(0x28f)](_0x46bb4a['peekLength'](),_0x2788d5[_0x55a4cf(0x1cf)]()),_0xd0095c=_0x46bb4a[_0x55a4cf(0x1d4)](_0x40e9b8),_0x41798f=_0x2788d5[_0x55a4cf(0x1d4)](_0x40e9b8);if(_0xd0095c['t']===_0x2d3a6d[_0x55a4cf(0x29a)]['DELETE'])continue;if(_0x41798f['t']===_0x2d3a6d[_0x55a4cf(0x29a)]['DELETE']){_0x26a356[_0x55a4cf(0x275)](_0x41798f);continue;}_0xd0095c[_0x55a4cf(0x1a4)]==null||_0x41798f[_0x55a4cf(0x1a4)]==null?_0x26a356[_0x55a4cf(0x275)](_0x41798f):_0x26a356[_0x55a4cf(0x275)]({..._0x41798f,'body':_0x31b15e(_0xd0095c,_0x41798f,_0x5b4676===_0x55a4cf(0x259))});}}return _0x26a356[_0x55a4cf(0x284)](),_0x26a356[_0x55a4cf(0x2fe)]();}static[_0x485413(0x23d)](_0x5b5ad9,_0x4b8d49,_0x1e891f=!0x1){const _0x214282=_0x485413,_0x523a8a=new _0x2d3a6d[(_0x214282(0x2e1))](_0x5b5ad9);let _0x509c48=0x0;for(;_0x523a8a[_0x214282(0x2c7)]()&&_0x509c48<=_0x4b8d49;){const _0x3c66cc=_0x523a8a[_0x214282(0x1cf)](),_0x41072a=_0x523a8a[_0x214282(0x1bc)]();if(_0x523a8a[_0x214282(0x1d4)](),_0x41072a===_0x2d3a6d[_0x214282(0x29a)][_0x214282(0x32f)]){_0x4b8d49-=Math[_0x214282(0x28f)](_0x3c66cc,_0x4b8d49-_0x509c48);continue;}else _0x41072a===_0x2d3a6d[_0x214282(0x29a)][_0x214282(0x2a2)]&&(_0x509c48<_0x4b8d49||!_0x1e891f)&&(_0x4b8d49+=_0x3c66cc);_0x509c48+=_0x3c66cc;}return _0x4b8d49;}};_0x175c3b(_0x4826fc,_0x485413(0x32b),_0x485413(0x20f)),_0x175c3b(_0x4826fc,'id',_0x485413(0x2de));let _0x160dbd=_0x4826fc;class _0x35ce59 extends _0x2d3a6d['JSONX']{static[_0x485413(0x207)](_0x15dd67,_0x5d52f1,_0x90b327){const _0x141cef=_0x485413;return _0x2d3a6d[_0x141cef(0x18f)][_0x141cef(0x1f3)]['transform'](_0x15dd67,_0x5d52f1,_0x90b327);}static[_0x485413(0x23d)](_0x25f0bd,_0x2833c7,_0x5cc66c='right'){const _0x467584=_0x485413;return _0x25f0bd&&_0x25f0bd['length']===0x2&&_0x25f0bd[0x0]==='body'&&_0x25f0bd[0x1]['et']===_0x160dbd[_0x467584(0x32b)]?_0x160dbd[_0x467584(0x23d)](_0x25f0bd[0x1]['e'],_0x2833c7,_0x5cc66c==='left'):_0x2833c7;}}_0x2d3a6d[_0x485413(0x290)]['registerSubtype'](_0x160dbd);function _0x4204d9(_0x5391c8,_0x129a14,_0x377086=_0x485413(0x197)){const _0x42b9e7=_0x485413,_0x40591e=[];for(const _0x43e187 of _0x129a14){const _0x2a2c01=_0x35ce59[_0x42b9e7(0x23d)](_0x5391c8,_0x43e187[_0x42b9e7(0x278)],_0x377086),_0x1151a7=_0x35ce59['transformPosition'](_0x5391c8,_0x43e187['endOffset'],_0x377086),_0xd1f80={..._0x43e187,'startOffset':_0x2a2c01,'endOffset':_0x1151a7,'collapsed':_0x2a2c01===_0x1151a7};_0x40591e[_0x42b9e7(0x275)](_0xd1f80);}return _0x40591e;}const _0x2358a8=[{'m1':_0x4e14fa[_0x485413(0x23b)]['id'],'m2':_0x4e14fa[_0x485413(0x23b)]['id'],'handler'(_0x60854b,_0x481339){const _0x56ee56=_0x485413;if(_0x60854b['params'][_0x56ee56(0x21e)]!==_0x481339['params'][_0x56ee56(0x21e)])return{'error':new Error(_0x56ee56(0x1b0))};const _0x21bfe8=_0x2d3a6d[_0x56ee56(0x237)]['deepClone'](_0x60854b),_0x53bb6c=_0x2d3a6d['Tools']['deepClone'](_0x481339);return{'m1Prime':{..._0x21bfe8,'params':{..._0x21bfe8['params'],'actions':_0x35ce59[_0x56ee56(0x207)](_0x53bb6c[_0x56ee56(0x325)][_0x56ee56(0x1eb)],_0x21bfe8[_0x56ee56(0x325)][_0x56ee56(0x1eb)],_0x56ee56(0x197)),'textRanges':_0x21bfe8[_0x56ee56(0x325)][_0x56ee56(0x186)]?_0x4204d9(_0x53bb6c[_0x56ee56(0x325)]['actions'],_0x21bfe8[_0x56ee56(0x325)][_0x56ee56(0x186)],_0x56ee56(0x197)):null}},'m2Prime':{..._0x53bb6c,'params':{..._0x53bb6c[_0x56ee56(0x325)],'actions':_0x35ce59[_0x56ee56(0x207)](_0x21bfe8[_0x56ee56(0x325)][_0x56ee56(0x1eb)],_0x53bb6c[_0x56ee56(0x325)][_0x56ee56(0x1eb)],_0x56ee56(0x259)),'textRanges':_0x53bb6c[_0x56ee56(0x325)][_0x56ee56(0x186)]?_0x4204d9(_0x21bfe8[_0x56ee56(0x325)][_0x56ee56(0x1eb)],_0x53bb6c[_0x56ee56(0x325)][_0x56ee56(0x186)],_0x56ee56(0x197)):null}}};}}];var _0x21b625=Object[_0x485413(0x17d)],_0x46dd94=Object['getOwnPropertyDescriptor'],_0x5d19b8=(_0x5d2449,_0x1f8a08,_0x2fd227,_0x5a93ca)=>{const _0x3ec42e=_0x485413;for(var _0x15655d=_0x5a93ca>0x1?void 0x0:_0x5a93ca?_0x46dd94(_0x1f8a08,_0x2fd227):_0x1f8a08,_0x3649d2=_0x5d2449[_0x3ec42e(0x1c0)]-0x1,_0x2ee45a;_0x3649d2>=0x0;_0x3649d2--)(_0x2ee45a=_0x5d2449[_0x3649d2])&&(_0x15655d=(_0x5a93ca?_0x2ee45a(_0x1f8a08,_0x2fd227,_0x15655d):_0x2ee45a(_0x15655d))||_0x15655d);return _0x5a93ca&&_0x15655d&&_0x21b625(_0x1f8a08,_0x2fd227,_0x15655d),_0x15655d;},_0x339b65=(_0x4935b0,_0x5ccce1)=>(_0x55647f,_0x4dd20f)=>_0x5ccce1(_0x55647f,_0x4dd20f,_0x4935b0);_0x49fcf4[_0x485413(0x21d)]=class extends _0x2d3a6d[_0x485413(0x1b6)]{constructor(_0x5adf24){const _0x266f4b=_0x485413;super(),this[_0x266f4b(0x206)]=_0x5adf24,[..._0x2358a8][_0x266f4b(0x184)](_0xf35138=>{const _0x44325e=_0x266f4b;this[_0x44325e(0x206)][_0x44325e(0x2f4)](_0xf35138);});}},_0x49fcf4['DocTransformController']=_0x5d19b8([_0x2d3a6d[_0x485413(0x2df)](_0x2d3a6d[_0x485413(0x1ad)]['Starting'],_0x49fcf4[_0x485413(0x21d)]),_0x339b65(0x0,_0x330b7f)],_0x49fcf4['DocTransformController']);function _0xa6a2bb(_0x57e1a2){const _0x44bbab=_0x485413;return{..._0x57e1a2,'mutations':_0x57e1a2['mutations'][_0x44bbab(0x2f8)](_0xbcd10c)};}function _0x71cbe9(_0x8b25a6){const _0x2a1c44=_0x485413;return _0x8b25a6[_0x2a1c44(0x2f8)](_0x12338f=>({'id':_0x12338f['id'],'params':JSON[_0x2a1c44(0x2eb)](_0x12338f['data'])}));}function _0x1bdbdf(_0x31daba){const _0x5401da=_0x485413;return{..._0x31daba,'mutations':_0x31daba[_0x5401da(0x224)][_0x5401da(0x2f8)](_0x459602)};}function _0xbcd10c(_0x4e63c5){const _0x556da7=_0x485413;return{'id':_0x4e63c5['id'],'params':JSON[_0x556da7(0x2eb)](_0x4e63c5[_0x556da7(0x1d9)])};}function _0x459602(_0x64c0da){const _0x5c1aa9=_0x485413;return{'id':_0x64c0da['id'],'data':JSON['stringify'](_0x64c0da[_0x5c1aa9(0x325)])};}var _0x4dbb09=(_0x3340a9=>(_0x3340a9[_0x485413(0x1ab)]='fetch_missing',_0x3340a9[_0x485413(0x1c8)]=_0x485413(0x262),_0x3340a9[_0x485413(0x2b5)]='submit_changeset',_0x3340a9[_0x485413(0x178)]=_0x485413(0x281),_0x3340a9[_0x485413(0x34e)]=_0x485413(0x1fe),_0x3340a9[_0x485413(0x1d7)]='new_changesets',_0x3340a9[_0x485413(0x2ea)]=_0x485413(0x242),_0x3340a9['USERS_ENTER']=_0x485413(0x21c),_0x3340a9['USERS_LEAVE']=_0x485413(0x2d9),_0x3340a9[_0x485413(0x32c)]='unit_delete',_0x3340a9[_0x485413(0x2be)]=_0x485413(0x173),_0x3340a9['LIVESHARE_NEW_HOST']=_0x485413(0x1e9),_0x3340a9[_0x485413(0x21b)]=_0x485413(0x292),_0x3340a9['LIVESHARE_FETCH_OPERATIONS']=_0x485413(0x1fd),_0x3340a9[_0x485413(0x217)]=_0x485413(0x2e5),_0x3340a9['MSG_FOR_ERROR']='error_msg',_0x3340a9[_0x485413(0x185)]=_0x485413(0x236),_0x3340a9))(_0x4dbb09||{});const _0xaf380=_0x2624c2=>{const _0x326371=_0x485413,_0x8693a3={};if(!_0x2624c2)return{'cellValue':_0x2624c2,'styleRefMap':void 0x0};const _0x1cab58=[];return{'cellValue':new _0x2d3a6d[(_0x326371(0x34d))](_0x2d3a6d['Tools'][_0x326371(0x2f9)](_0x2624c2))[_0x326371(0x2e8)]((_0x3f2f20,_0x3edb66,_0x26e65f)=>{const _0x99900a=_0x326371,_0x900acf=_0x26e65f&&_0x26e65f['s'];if(_0x900acf&&typeof _0x900acf==='object'){const _0x31c444=JSON[_0x99900a(0x20c)](_0x900acf),_0x3ff409=_0x1cab58['findIndex'](_0x82b9e9=>_0x82b9e9===_0x31c444);if(_0x3ff409>-0x1)_0x26e65f['s']=''+_0x3ff409;else{const _0x2954ab=_0x1cab58[_0x99900a(0x275)](_0x31c444)-0x1;_0x8693a3[_0x2954ab]=_0x900acf,_0x26e65f['s']=''+_0x2954ab;}}})['getMatrix'](),'styleRefMap':_0x8693a3};},_0x4be815=(_0x318f90,_0x2e0b16)=>!_0x318f90||!_0x2e0b16?_0x318f90:new _0x2d3a6d[(_0x485413(0x34d))](_0x2d3a6d[_0x485413(0x237)]['deepClone'](_0x318f90))['forValue']((_0x1327d1,_0x16ad15,_0x47b276)=>{const _0x45186f=_0x485413,_0xe28266=_0x47b276&&_0x47b276['s'];if(_0xe28266&&typeof _0xe28266===_0x45186f(0x1cc)){const _0x4dbe04=_0x2e0b16[_0xe28266];_0x4dbe04&&(_0x47b276['s']=_0x4dbe04);}})[_0x485413(0x2ec)](),_0x32a2bb=_0x2d3a6d[_0x485413(0x17f)](_0x485413(0x27e)),_0x5626dc=_0x2d3a6d[_0x485413(0x17f)]('COMPRESS_MUTATION_SEND');class _0x3bf821{constructor(){const _0x3e32fe=_0x485413;_0x175c3b(this,_0x3e32fe(0x24d),new _0x2d3a6d[(_0x3e32fe(0x1b5))]({'COMPRESS_MUTATION_APPLY':_0x32a2bb,'COMPRESS_MUTATION_SEND':_0x5626dc})),this[_0x3e32fe(0x24b)]();}[_0x485413(0x24b)](){const _0x3c8a23=_0x485413;this[_0x3c8a23(0x24d)][_0x3c8a23(0x34b)](this['interceptor']['getInterceptPoints']()[_0x3c8a23(0x27e)],{'priority':-0x1,'handler':_0x1eb121=>_0x1eb121}),this[_0x3c8a23(0x24d)][_0x3c8a23(0x34b)](this[_0x3c8a23(0x24d)][_0x3c8a23(0x33a)]()[_0x3c8a23(0x1f0)],{'priority':-0x1,'handler':_0x4e1db4=>_0x4e1db4}),this['_initSetRangeValues']();}['_initSetRangeValues'](){const _0x3c00c2=_0x485413;this[_0x3c00c2(0x24d)][_0x3c00c2(0x34b)](this[_0x3c00c2(0x24d)][_0x3c00c2(0x33a)]()[_0x3c00c2(0x27e)],{'handler':(_0x7c2a1e,_0x4576f8,_0x397083)=>{if(!_0x7c2a1e)return _0x397083(_0x7c2a1e);const _0x51e554=_0x7c2a1e['map'](_0x455bf4=>{const _0x3037a3=_0x251f;if(_0x455bf4['id']===_0x10971e[_0x3037a3(0x2cf)]['id']){const _0x4f01ae=_0x455bf4[_0x3037a3(0x325)];if(!_0x4f01ae[_0x3037a3(0x2d5)])return _0x455bf4;const _0x4fb94d=_0x4be815(_0x4f01ae[_0x3037a3(0x1e7)],_0x4f01ae[_0x3037a3(0x2d5)]);return{..._0x455bf4,'params':{..._0x4f01ae,'cellValue':_0x4fb94d}};}return _0x455bf4;});return _0x397083(_0x51e554);}}),this['interceptor'][_0x3c00c2(0x34b)](this['interceptor'][_0x3c00c2(0x33a)]()[_0x3c00c2(0x1f0)],{'handler':(_0x51eb01,_0xe178a1,_0x470540)=>{const _0x4b65be=_0x3c00c2;if(!_0x51eb01)return _0x470540(_0x51eb01);const _0x1411ae=_0x51eb01[_0x4b65be(0x2f8)](_0x232973=>{const _0x43f108=_0x4b65be;if(_0x232973['id']===_0x10971e[_0x43f108(0x2cf)]['id']){const _0x6cbd20=_0x232973[_0x43f108(0x325)];return _0x6cbd20[_0x43f108(0x2d5)]?_0x232973:{..._0x232973,'params':{..._0x6cbd20,..._0xaf380(_0x6cbd20[_0x43f108(0x1e7)])}};}return _0x232973;});return _0x470540(_0x1411ae);}});}}var _0x1f6474=Object[_0x485413(0x17d)],_0x58d7eb=Object['getOwnPropertyDescriptor'],_0x410f91=(_0x47c577,_0x30c330,_0x10ebb7,_0x52c4a2)=>{const _0x37326a=_0x485413;for(var _0xd49258=_0x52c4a2>0x1?void 0x0:_0x52c4a2?_0x58d7eb(_0x30c330,_0x10ebb7):_0x30c330,_0x288d3b=_0x47c577[_0x37326a(0x1c0)]-0x1,_0x4248e7;_0x288d3b>=0x0;_0x288d3b--)(_0x4248e7=_0x47c577[_0x288d3b])&&(_0xd49258=(_0x52c4a2?_0x4248e7(_0x30c330,_0x10ebb7,_0xd49258):_0x4248e7(_0xd49258))||_0xd49258);return _0x52c4a2&&_0xd49258&&_0x1f6474(_0x30c330,_0x10ebb7,_0xd49258),_0xd49258;},_0x1f2846=(_0x44a1e6,_0x27e209)=>(_0x50e0c9,_0x509938)=>_0x27e209(_0x50e0c9,_0x509938,_0x44a1e6);const _0x186259=new Set([_0x10971e['InsertSheetMutation']['id'],_0x10971e[_0x485413(0x19f)]['id']]);_0x49fcf4[_0x485413(0x2e9)]=class{constructor(_0xf435e8){const _0x2e7a60=_0x485413;this[_0x2e7a60(0x348)]=_0xf435e8;}[_0x485413(0x29e)](_0x5642b1){const _0x5406e4=_0x485413,_0x151f50=this[_0x5406e4(0x348)]['getUniverSheetInstance'](_0x5642b1);if(_0x151f50)return _0x151f50[_0x5406e4(0x1e6)]();const _0x16489e=this[_0x5406e4(0x348)][_0x5406e4(0x288)](_0x5642b1);if(_0x16489e)return _0x16489e['getRev']();throw new Error(_0x5406e4(0x264)+_0x5642b1+'.');}[_0x485413(0x331)](_0xd94a57){const _0x3cd1db=_0x485413,_0x4a8ad5=this['_univerInstanceService'][_0x3cd1db(0x1ac)](_0xd94a57);if(_0x4a8ad5)return _0x4a8ad5[_0x3cd1db(0x321)](),_0x4a8ad5[_0x3cd1db(0x1e6)]();const _0x20e845=this[_0x3cd1db(0x348)][_0x3cd1db(0x288)](_0xd94a57);if(_0x20e845)return _0x20e845[_0x3cd1db(0x321)](),_0x20e845[_0x3cd1db(0x1e6)]();throw new Error('[RevisionService]:\x20Cannot\x20find\x20document\x20with\x20unitID:\x20'+_0xd94a57+'.');}},_0x49fcf4[_0x485413(0x2e9)]=_0x410f91([_0x1f2846(0x0,_0x2d3a6d[_0x485413(0x1cb)])],_0x49fcf4[_0x485413(0x2e9)]);var _0x224a69=(_0x4f08b6=>(_0x4f08b6[_0x4f08b6[_0x485413(0x338)]=0x0]='UNDEFINED',_0x4f08b6[_0x4f08b6['OK']=0x1]='OK',_0x4f08b6[_0x4f08b6[_0x485413(0x350)]=0x2]=_0x485413(0x350),_0x4f08b6[_0x4f08b6[_0x485413(0x2ff)]=0x3]=_0x485413(0x2ff),_0x4f08b6[_0x4f08b6[_0x485413(0x2dd)]=0x4]=_0x485413(0x2dd),_0x4f08b6[_0x4f08b6[_0x485413(0x2aa)]=0x5]=_0x485413(0x2aa),_0x4f08b6[_0x4f08b6[_0x485413(0x1a0)]=0x6]=_0x485413(0x1a0),_0x4f08b6[_0x4f08b6[_0x485413(0x1c6)]=0x7]=_0x485413(0x1c6),_0x4f08b6[_0x4f08b6['TOO_MANY_REQUESTS']=0x8]=_0x485413(0x282),_0x4f08b6[_0x4f08b6[_0x485413(0x26d)]=0x9]=_0x485413(0x26d),_0x4f08b6[_0x4f08b6[_0x485413(0x267)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0x4f08b6[_0x4f08b6[_0x485413(0x258)]=0x1771]=_0x485413(0x258),_0x4f08b6[_0x4f08b6[_0x485413(0x2c5)]=0x1b59]='APPLY_REJECT',_0x4f08b6[_0x4f08b6[_0x485413(0x24f)]=0x1b5a]='APPLY_NON_SEQUENTIAL_REVISION',_0x4f08b6[_0x4f08b6[_0x485413(0x230)]=0x1b5b]=_0x485413(0x230),_0x4f08b6[_0x4f08b6['APPLY_PERMISSION_DENIED']=0x1b5c]=_0x485413(0x265),_0x4f08b6[_0x4f08b6[_0x485413(0x2ee)]=0x1f41]=_0x485413(0x2ee),_0x4f08b6[_0x4f08b6[_0x485413(0x271)]=0x2329]=_0x485413(0x271),_0x4f08b6[_0x4f08b6['LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED']=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x4f08b6[_0x4f08b6[_0x485413(0x2b0)]=0x232b]='LICENSE_IMPORT_SIZE_EXCEEDED',_0x4f08b6[_0x4f08b6[_0x485413(0x22a)]=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x4f08b6[_0x4f08b6['LICENSE_DISTRO_REJECTED']=0x232d]=_0x485413(0x227),_0x4f08b6[_0x4f08b6['YUUMI_UNABLE_LOAD_URL']=0x2711]=_0x485413(0x1d5),_0x4f08b6[_0x4f08b6[_0x485413(0x1f8)]=0x2712]=_0x485413(0x1f8),_0x4f08b6[_0x4f08b6['UNRECOGNIZED']=-0x1]='UNRECOGNIZED',_0x4f08b6))(_0x224a69||{});function _0x1f1896(_0x211103){const _0x477128=_0x485413;return!!(_0x211103&&_0x211103['code']&&_0x211103[_0x477128(0x30b)]!==_0x224a69['OK']&&_0x211103[_0x477128(0x30b)]!=='OK');}var _0x5287a4=(_0x4d8fd1=>(_0x4d8fd1[_0x4d8fd1['UNIVER_UNKNOWN']=0x0]=_0x485413(0x320),_0x4d8fd1[_0x4d8fd1[_0x485413(0x20d)]=0x1]=_0x485413(0x20d),_0x4d8fd1[_0x4d8fd1['UNIVER_SHEET']=0x2]=_0x485413(0x274),_0x4d8fd1[_0x4d8fd1['UNIVER_SLIDE']=0x3]=_0x485413(0x312),_0x4d8fd1[_0x4d8fd1['UNRECOGNIZED']=-0x1]=_0x485413(0x180),_0x4d8fd1))(_0x5287a4||{});let _0x505c97;const _0x567905=new Uint8Array(0x10);function _0x50d36c(){const _0x4ddf45=_0x485413;if(!_0x505c97&&(_0x505c97=typeof crypto<'u'&&crypto[_0x4ddf45(0x287)]&&crypto[_0x4ddf45(0x287)][_0x4ddf45(0x2f5)](crypto),!_0x505c97))throw new Error(_0x4ddf45(0x289));return _0x505c97(_0x567905);}const _0x5880f2=[];for(let _0x21fd2c=0x0;_0x21fd2c<0x100;++_0x21fd2c)_0x5880f2[_0x485413(0x275)]((_0x21fd2c+0x100)[_0x485413(0x276)](0x10)[_0x485413(0x260)](0x1));function _0x21f0ba(_0x5ab8eb,_0x4db125=0x0){return _0x5880f2[_0x5ab8eb[_0x4db125+0x0]]+_0x5880f2[_0x5ab8eb[_0x4db125+0x1]]+_0x5880f2[_0x5ab8eb[_0x4db125+0x2]]+_0x5880f2[_0x5ab8eb[_0x4db125+0x3]]+'-'+_0x5880f2[_0x5ab8eb[_0x4db125+0x4]]+_0x5880f2[_0x5ab8eb[_0x4db125+0x5]]+'-'+_0x5880f2[_0x5ab8eb[_0x4db125+0x6]]+_0x5880f2[_0x5ab8eb[_0x4db125+0x7]]+'-'+_0x5880f2[_0x5ab8eb[_0x4db125+0x8]]+_0x5880f2[_0x5ab8eb[_0x4db125+0x9]]+'-'+_0x5880f2[_0x5ab8eb[_0x4db125+0xa]]+_0x5880f2[_0x5ab8eb[_0x4db125+0xb]]+_0x5880f2[_0x5ab8eb[_0x4db125+0xc]]+_0x5880f2[_0x5ab8eb[_0x4db125+0xd]]+_0x5880f2[_0x5ab8eb[_0x4db125+0xe]]+_0x5880f2[_0x5ab8eb[_0x4db125+0xf]];}const _0x5883bc={'randomUUID':typeof crypto<'u'&&crypto['randomUUID']&&crypto[_0x485413(0x1e2)][_0x485413(0x2f5)](crypto)};function _0x257423(_0x1a5140,_0x5470f6,_0x580bb8){const _0x30686b=_0x485413;if(_0x5883bc[_0x30686b(0x1e2)]&&!_0x5470f6&&!_0x1a5140)return _0x5883bc[_0x30686b(0x1e2)]();_0x1a5140=_0x1a5140||{};const _0x2830a5=_0x1a5140[_0x30686b(0x19b)]||(_0x1a5140[_0x30686b(0x328)]||_0x50d36c)();return _0x2830a5[0x6]=_0x2830a5[0x6]&0xf|0x40,_0x2830a5[0x8]=_0x2830a5[0x8]&0x3f|0x80,_0x21f0ba(_0x2830a5);}var _0x99f741=Object[_0x485413(0x17d)],_0x2d9e35=Object[_0x485413(0x2ab)],_0x51c4a2=(_0x11a574,_0x2d8aa4,_0x100093,_0x4a4820)=>{const _0x28b0ae=_0x485413;for(var _0x2ca796=_0x4a4820>0x1?void 0x0:_0x4a4820?_0x2d9e35(_0x2d8aa4,_0x100093):_0x2d8aa4,_0x53e21b=_0x11a574[_0x28b0ae(0x1c0)]-0x1,_0x4f296a;_0x53e21b>=0x0;_0x53e21b--)(_0x4f296a=_0x11a574[_0x53e21b])&&(_0x2ca796=(_0x4a4820?_0x4f296a(_0x2d8aa4,_0x100093,_0x2ca796):_0x4f296a(_0x2ca796))||_0x2ca796);return _0x4a4820&&_0x2ca796&&_0x99f741(_0x2d8aa4,_0x100093,_0x2ca796),_0x2ca796;},_0x309d36=(_0x13d2d5,_0x58669a)=>(_0x2a6dc4,_0x3cef23)=>_0x58669a(_0x2a6dc4,_0x3cef23,_0x13d2d5);_0x49fcf4[_0x485413(0x187)]=class{constructor(_0x584ca0,_0x31fa52,_0xd9b94b,_0x540117,_0x2ffcb6,_0x2891fc,_0x472f90){const _0x13ca53=_0x485413;this['_revisionService']=_0x584ca0,this[_0x13ca53(0x348)]=_0x31fa52,this[_0x13ca53(0x32d)]=_0xd9b94b,this[_0x13ca53(0x234)]=_0x540117,this[_0x13ca53(0x261)]=_0x2ffcb6,this[_0x13ca53(0x1bf)]=_0x2891fc,this[_0x13ca53(0x1a1)]=_0x472f90;}async[_0x485413(0x31a)](_0xe81d14,_0x2b4da4,_0x58439a){const _0x41056=_0x485413;var _0x409bc5;_0x58439a===void 0x0&&(_0x58439a={'metadata':{'x-feature-id':_0x257423()}});const {snapshot:_0x55e1b2,changesets:_0x140c7d,error:_0x56562d}=await this['_snapshotServerService'][_0x41056(0x295)](_0x58439a,{'unitID':_0xe81d14,'type':_0x5287a4['UNIVER_SHEET'],'revision':_0x2b4da4});if(_0x1f1896(_0x56562d)||!_0x55e1b2||!_0x55e1b2[_0x41056(0x317)])throw new Error('[SnapshotService]:\x20request\x20snapshot\x20error!');const _0x2dc7a7=(_0x409bc5=_0x140c7d==null?void 0x0:_0x140c7d['length'])!=null?_0x409bc5:0x0;if(_0x2b4da4!==0x0&&_0x55e1b2[_0x41056(0x232)]+_0x2dc7a7!==_0x2b4da4)throw new Error(_0x41056(0x2c4));const {workbook:_0x3163de}=_0x55e1b2,_0x2ab967=_0x3163de[_0x41056(0x1ff)]?Object['entries'](_0x3163de[_0x41056(0x1ff)])[_0x41056(0x2f8)](([_0x13adbd,_0x528189])=>{const _0x28927c=_0x41056;var _0x5336f6,_0x56b759;return(_0x56b759=(_0x5336f6=_0x528189['blocks'])==null?void 0x0:_0x5336f6[_0x28927c(0x2f8)](_0x26bd3d=>_0x26bd3d))!=null?_0x56b759:[];})[_0x41056(0x345)]():[],_0x27748e=(await Promise[_0x41056(0x2a1)](_0x2ab967[_0x41056(0x2f8)](_0x4aab38=>this[_0x41056(0x32d)]['getSheetBlock'](_0x58439a,{'unitID':_0xe81d14,'type':_0x5287a4['UNIVER_SHEET'],'blockID':_0x4aab38})['then'](_0x513697=>_0x513697[_0x41056(0x277)]))))[_0x41056(0x233)](_0x50a5f4=>!!_0x50a5f4),_0x2042ed=_0x2d3a6d[_0x41056(0x1e5)](_0x55e1b2,_0x27748e,_0x58439a),_0xab01b1=this[_0x41056(0x348)]['createUnit'](_0x2d3a6d[_0x41056(0x268)][_0x41056(0x274)],_0x2042ed),_0x74b5ad=this[_0x41056(0x1bf)][_0x41056(0x24d)][_0x41056(0x315)](this[_0x41056(0x1bf)][_0x41056(0x24d)][_0x41056(0x33a)]()[_0x41056(0x27e)]);return _0x140c7d==null||_0x140c7d[_0x41056(0x184)](_0x41400=>{const _0x5195ff=_0x41056,_0x45306a=_0x41400[_0x5195ff(0x224)][_0x5195ff(0x2f8)](_0x48649e=>({'id':_0x48649e['id'],'params':JSON[_0x5195ff(0x2eb)](_0x48649e[_0x5195ff(0x1d9)])}));({..._0x41400,'mutations':_0x74b5ad(_0x45306a,null)||_0x45306a}[_0x5195ff(0x224)][_0x5195ff(0x184)](_0x3efc7d=>this[_0x5195ff(0x234)][_0x5195ff(0x347)](_0x3efc7d['id'],_0x3efc7d[_0x5195ff(0x325)])),this['_revisionService']['incrementRevForDocument'](_0xe81d14));}),_0xab01b1;}async[_0x485413(0x211)](_0x57282e,_0x1f8757,_0x5e07be){const _0xb8b0a8=_0x485413;var _0x179c7d;_0x5e07be===void 0x0&&(_0x5e07be={'metadata':{'x-feature-id':_0x257423()}});const {snapshot:_0x18e803,changesets:_0x3d44da,error:_0x523ed1}=await this[_0xb8b0a8(0x32d)]['getUnitOnRev'](_0x5e07be,{'unitID':_0x57282e,'type':_0x5287a4[_0xb8b0a8(0x20d)],'revision':_0x1f8757});if(_0x1f1896(_0x523ed1)||!_0x18e803||!_0x18e803[_0xb8b0a8(0x333)])throw new Error(_0xb8b0a8(0x174));const _0x3b1355=(_0x179c7d=_0x3d44da==null?void 0x0:_0x3d44da[_0xb8b0a8(0x1c0)])!=null?_0x179c7d:0x0;if(_0x1f8757!==0x0&&_0x18e803[_0xb8b0a8(0x232)]+_0x3b1355!==_0x1f8757)throw new Error(_0xb8b0a8(0x2c4));const _0x2094e3=_0x2d3a6d[_0xb8b0a8(0x27a)](_0x18e803),_0x1d4a56=this[_0xb8b0a8(0x348)][_0xb8b0a8(0x2fb)](_0x2d3a6d['UniverInstanceType'][_0xb8b0a8(0x20d)],_0x2094e3);return _0x3d44da==null||_0x3d44da[_0xb8b0a8(0x184)](_0x1d960e=>{const _0x472da0=_0xb8b0a8;_0x1d960e['mutations'][_0x472da0(0x2f8)](_0x32587f=>({'id':_0x32587f['id'],'params':JSON[_0x472da0(0x2eb)](_0x32587f[_0x472da0(0x1d9)])}))[_0x472da0(0x184)](_0x4501bf=>this[_0x472da0(0x234)]['syncExecuteCommand'](_0x4501bf['id'],_0x4501bf['params'])),this[_0x472da0(0x24a)]['incrementRevForDocument'](_0x57282e);}),_0x1d4a56;}[_0x485413(0x2fd)](_0x7ba23b,_0xc316d6){const _0xc3a6a8=_0x485413,_0x37fb86={..._0xc316d6['getSnapshot']()};_0xc316d6[_0xc3a6a8(0x1d8)]()[_0xc3a6a8(0x184)](_0x4748b2=>{const _0x2921de=_0xc3a6a8;_0x37fb86[_0x2921de(0x1c9)][_0x4748b2[_0x2921de(0x2e3)]()]=_0x2d3a6d[_0x2921de(0x237)][_0x2921de(0x2f9)](_0x4748b2[_0x2921de(0x22f)]());});const _0x38b608=this[_0xc3a6a8(0x1a1)][_0xc3a6a8(0x2a4)](_0xc316d6[_0xc3a6a8(0x337)]());return _0x37fb86['resources']=_0x38b608,_0x37fb86;}[_0x485413(0x1fa)](_0x2a12b6,_0x2040e0){const _0x2af149=_0x485413;return{..._0x2040e0[_0x2af149(0x22f)]()};}},_0x49fcf4[_0x485413(0x187)]=_0x51c4a2([_0x309d36(0x0,_0x34a436[_0x485413(0x175)](_0x49fcf4['RevisionService'])),_0x309d36(0x1,_0x2d3a6d[_0x485413(0x1cb)]),_0x309d36(0x2,_0x2d3a6d[_0x485413(0x1b7)]),_0x309d36(0x3,_0x2d3a6d['ICommandService']),_0x309d36(0x4,_0x34a436[_0x485413(0x175)](_0x34a436[_0x485413(0x21a)])),_0x309d36(0x5,_0x34a436['Inject'](_0x3bf821)),_0x309d36(0x6,_0x34a436[_0x485413(0x175)](_0x2d3a6d['IResourceManagerService']))],_0x49fcf4[_0x485413(0x187)]);var _0x5aa31a=Object[_0x485413(0x17d)],_0x34d07d=Object[_0x485413(0x2ab)],_0x1bb4c7=(_0x4d8e78,_0x193bfb,_0x4b7a2a,_0x254f87)=>{const _0x2ec44b=_0x485413;for(var _0xf9044b=_0x254f87>0x1?void 0x0:_0x254f87?_0x34d07d(_0x193bfb,_0x4b7a2a):_0x193bfb,_0x3b7967=_0x4d8e78[_0x2ec44b(0x1c0)]-0x1,_0x4ba70b;_0x3b7967>=0x0;_0x3b7967--)(_0x4ba70b=_0x4d8e78[_0x3b7967])&&(_0xf9044b=(_0x254f87?_0x4ba70b(_0x193bfb,_0x4b7a2a,_0xf9044b):_0x4ba70b(_0xf9044b))||_0xf9044b);return _0x254f87&&_0xf9044b&&_0x5aa31a(_0x193bfb,_0x4b7a2a,_0xf9044b),_0xf9044b;},_0x33ebdf=(_0x3015e8,_0x302272)=>(_0x2e0c0d,_0x4f1ebf)=>_0x302272(_0x2e0c0d,_0x4f1ebf,_0x3015e8);const _0x352de8=_0x485413(0x18e);_0x49fcf4[_0x485413(0x311)]=(_0x535538=class extends _0x2d3a6d['Plugin']{constructor(_0x287ef2={},_0x57b2b5){const _0x139a55=_0x485413;super(),this[_0x139a55(0x24c)]=_0x287ef2,this[_0x139a55(0x261)]=_0x57b2b5;}[_0x485413(0x2e0)](_0x3fa408){const _0xd23f8=_0x485413;[[_0x49fcf4[_0xd23f8(0x2e9)]],[_0x49fcf4['SheetTransformController']],[_0x49fcf4['DocTransformController']],[_0x49fcf4['SnapshotService']],[_0x330b7f,{'useClass':_0x415b28}],[_0x3bf821]]['forEach'](_0x195b5f=>_0x3fa408[_0xd23f8(0x2e2)](_0x195b5f));}},_0x175c3b(_0x535538,_0x485413(0x254),_0x352de8),_0x535538),_0x49fcf4[_0x485413(0x311)]=_0x1bb4c7([_0x33ebdf(0x1,_0x34a436['Inject'](_0x34a436['Injector']))],_0x49fcf4[_0x485413(0x311)]);const _0x38ac9f={[_0x2d3a6d[_0x485413(0x268)][_0x485413(0x20d)]]:_0x5287a4['UNIVER_DOC'],[_0x2d3a6d[_0x485413(0x268)][_0x485413(0x274)]]:_0x5287a4[_0x485413(0x274)],[_0x2d3a6d[_0x485413(0x268)][_0x485413(0x312)]]:_0x5287a4[_0x485413(0x312)],[_0x2d3a6d[_0x485413(0x268)][_0x485413(0x320)]]:_0x5287a4[_0x485413(0x320)]};function _0x530f99(_0x417bf8){const _0x82430d=_0x485413;var _0xf19a23;return(_0xf19a23=_0x38ac9f[_0x417bf8])!=null?_0xf19a23:_0x5287a4[_0x82430d(0x320)];}_0x49fcf4['CollaborationEvent']=_0x4dbb09,_0x49fcf4['CompressMutationService']=_0x3bf821,_0x49fcf4[_0x485413(0x326)]=_0x330b7f,_0x49fcf4['SINGLE_SNAPSHOT_MUTATIONS']=_0x186259,_0x49fcf4[_0x485413(0x30c)]=_0x415b28,_0x49fcf4['isTransformChangesetsFailure']=_0x14b959,_0x49fcf4['isTransformChangesetsSuccess']=_0x11b082,_0x49fcf4[_0x485413(0x2c2)]=_0x29bef1,_0x49fcf4[_0x485413(0x2ed)]=_0x11b791,_0x49fcf4[_0x485413(0x2af)]=_0x3c3b60,_0x49fcf4[_0x485413(0x220)]=_0x3cf301,_0x49fcf4['isTransformMutationsWithChangesetFailure']=_0x55cbc7,_0x49fcf4[_0x485413(0x250)]=_0x1a4d4c,_0x49fcf4[_0x485413(0x26b)]=_0x5cd7ce,_0x49fcf4['mapDocumentTypeToUniverType']=_0x530f99,_0x49fcf4[_0x485413(0x1bd)]=_0x1bdbdf,_0x49fcf4['parseMutationToProtocol']=_0x459602,_0x49fcf4['parseProtocolChangeset']=_0xa6a2bb,_0x49fcf4[_0x485413(0x1ba)]=_0x71cbe9,_0x49fcf4[_0x485413(0x221)]=_0xbcd10c,Object[_0x485413(0x17d)](_0x49fcf4,Symbol[_0x485413(0x19c)],{'value':_0x485413(0x272)});}));