@univerjs-pro/collaboration 0.1.13 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/types/controllers/sheet-transform/algorithms/add-hyper-link/add-hyper-link.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-conditional-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/add-worksheet-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/insert-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-range.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/move-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-sheet-filter.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/remove-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-frozen.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-range-value.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/set-worksheet-col-width.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-range-protection/update-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-conditional-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/add-worksheet-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/change-sheet-order.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/insert-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-range.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/move-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-sheet-filter.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/remove-worksheet.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-frozen.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-range-value.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-col-width.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/set-worksheet-name.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/add-worksheet-protection/update-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/insert-col/update-comment-ref.algo.d.ts +1 -0
- package/lib/types/controllers/sheet-transform/algorithms/remove-hyper-link/remove-hyper-link.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-conditional-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/add-worksheet-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/delete-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/insert-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-range.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/move-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-col.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-row.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-sheet-filter.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/remove-worksheet-merge.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-conditional-formatting-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-frozen.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-numfmt.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-protection.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-range-value.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/set-worksheet-col-width.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-comment.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/set-range-protection/update-data-validation-rule.algo.d.ts +5 -0
- package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link/update-hyper-link.algo.d.ts +4 -0
- package/lib/types/controllers/sheet-transform/algorithms/update-hyper-link-ref/update-hyper-link-ref.d.ts +4 -0
- package/lib/types/index.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/rev/rev.service.d.ts +2 -3
- package/lib/umd/index.js +1 -1
- package/package.json +37 -22
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 _0x46da(_0x1cae7e,_0xe493c1){const _0x3fcc92=_0x3fcc();return _0x46da=function(_0x46daec,_0x250576){_0x46daec=_0x46daec-0x1df;let _0x51f29e=_0x3fcc92[_0x46daec];return _0x51f29e;},_0x46da(_0x1cae7e,_0xe493c1);}(function(_0x3d7717,_0x56b49b){const _0x126daf=_0x46da,_0x9d159e=_0x3d7717();while(!![]){try{const _0x50d363=-parseInt(_0x126daf(0x38a))/0x1*(parseInt(_0x126daf(0x38f))/0x2)+-parseInt(_0x126daf(0x349))/0x3+parseInt(_0x126daf(0x291))/0x4*(-parseInt(_0x126daf(0x2e4))/0x5)+-parseInt(_0x126daf(0x2a1))/0x6*(-parseInt(_0x126daf(0x2b9))/0x7)+parseInt(_0x126daf(0x398))/0x8+parseInt(_0x126daf(0x205))/0x9+parseInt(_0x126daf(0x3b3))/0xa;if(_0x50d363===_0x56b49b)break;else _0x9d159e['push'](_0x9d159e['shift']());}catch(_0x5f08bc){_0x9d159e['push'](_0x9d159e['shift']());}}}(_0x3fcc,0x6fb67),function(_0x2242a8,_0x155467){const _0x4c828b=_0x46da;typeof exports==_0x4c828b(0x27f)&&typeof module<'u'?_0x155467(exports,require(_0x4c828b(0x255)),require('@wendellhu/redi'),require(_0x4c828b(0x3a5)),require(_0x4c828b(0x375)),require(_0x4c828b(0x2dd)),require(_0x4c828b(0x30b)),require(_0x4c828b(0x305)),require(_0x4c828b(0x2b5)),require(_0x4c828b(0x338)),require(_0x4c828b(0x2fc))):typeof define=='function'&&define[_0x4c828b(0x34a)]?define([_0x4c828b(0x22f),_0x4c828b(0x255),'@wendellhu/redi',_0x4c828b(0x3a5),_0x4c828b(0x375),_0x4c828b(0x2dd),_0x4c828b(0x30b),_0x4c828b(0x305),_0x4c828b(0x2b5),_0x4c828b(0x338),'@univerjs/docs'],_0x155467):(_0x2242a8=typeof globalThis<'u'?globalThis:_0x2242a8||self,_0x155467(_0x2242a8['UniverCollaboration']={},_0x2242a8[_0x4c828b(0x357)],_0x2242a8['@wendellhu/redi'],_0x2242a8['UniverSheets'],_0x2242a8[_0x4c828b(0x33b)],_0x2242a8['UniverSheetsConditionalFormatting'],_0x2242a8['UniverDataValidation'],_0x2242a8[_0x4c828b(0x26d)],_0x2242a8[_0x4c828b(0x293)],_0x2242a8[_0x4c828b(0x2cc)],_0x2242a8[_0x4c828b(0x24f)]));}(this,function(_0x431728,_0x56b8bf,_0x5e988c,_0x3dd48a,_0x3e0f59,_0x147eda,_0x286b8b,_0x4e409a,_0x313b82,_0xff8033,_0x4240d5){'use strict';const _0x7c7d43=_0x46da;var _0x54b40=Object[_0x7c7d43(0x312)],_0x388f15=(_0x152110,_0x2f32a0,_0x9fd8fb)=>_0x2f32a0 in _0x152110?_0x54b40(_0x152110,_0x2f32a0,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x9fd8fb}):_0x152110[_0x2f32a0]=_0x9fd8fb,_0x40ea6f=(_0x53c731,_0x5e3437,_0x467b16)=>_0x388f15(_0x53c731,typeof _0x5e3437!=_0x7c7d43(0x36c)?_0x5e3437+'':_0x5e3437,_0x467b16),_0x43dae5;function _0x239d75(_0x1f4a22){const _0x395a50=_0x7c7d43;return!!_0x1f4a22[_0x395a50(0x233)];}function _0x93c297(_0xc8b875){return!_0x239d75(_0xc8b875);}function _0x39e053(_0x458eac){const _0x37bc81=_0x7c7d43;return!!_0x458eac[_0x37bc81(0x233)];}function _0x57b4bf(_0x4547d2){return!!_0x4547d2['error'];}function _0x213312(_0x5b9675){return!_0x57b4bf(_0x5b9675);}function _0x387c46(_0x165264){return!!_0x165264['error'];}function _0x1b8f66(_0x41d037){return!_0x387c46(_0x41d037);}function _0x4c9d84(_0x29bcf8){const _0x2925e2=_0x7c7d43;return!!_0x29bcf8[_0x2925e2(0x233)];}function _0x56eb28(_0x2ad0f0){return!_0x4c9d84(_0x2ad0f0);}const _0x24decf=_0x5e988c[_0x7c7d43(0x34e)]('univer-pro.collaboration.transform-service');class _0x2ac052 extends _0x56b8bf['Disposable']{constructor(){const _0x25a018=_0x7c7d43;super(...arguments),_0x40ea6f(this,_0x25a018(0x23c),new Map());}[_0x7c7d43(0x30d)](){this['_transformMap']['clear']();}[_0x7c7d43(0x359)](_0x41a77a){const _0x40048d=_0x7c7d43,{m1:_0x421caf,m2:_0xff40f9=_0x40048d(0x202)}=_0x41a77a;this[_0x40048d(0x23c)]['has'](_0x421caf)||this[_0x40048d(0x23c)][_0x40048d(0x1f7)](_0x421caf,new Map());const _0x6d16e4=this[_0x40048d(0x23c)]['get'](_0x421caf);if(_0x6d16e4[_0x40048d(0x248)](_0xff40f9))throw new Error(_0x40048d(0x29e)+_0x421caf+_0x40048d(0x212)+_0xff40f9+_0x40048d(0x35d));_0x6d16e4[_0x40048d(0x1f7)](_0xff40f9,_0x41a77a);}['transformMutation'](_0x59f2cd,_0x5a2963,_0x55591a){const _0x12837c=_0x7c7d43;var _0x13bc44,_0x48582c,_0x542587,_0x38ab44,_0x5613d7,_0x215f02;const _0x4166d8=this[_0x12837c(0x23c)],_0x593fa0=((_0x13bc44=_0x4166d8['get'](_0x59f2cd['id']))==null?void 0x0:_0x13bc44[_0x12837c(0x32d)](_0x5a2963['id']))||((_0x48582c=_0x4166d8[_0x12837c(0x32d)](_0x59f2cd['id']))==null?void 0x0:_0x48582c['get'](_0x12837c(0x202)))||((_0x542587=_0x4166d8['get']('any'))==null?void 0x0:_0x542587[_0x12837c(0x32d)](_0x5a2963['id']));if(_0x593fa0)return _0x55591a?_0x593fa0[_0x12837c(0x2f0)](_0x59f2cd,_0x5a2963,_0x55591a):_0x593fa0['handler'](_0x59f2cd,_0x5a2963);const _0x49a491=((_0x38ab44=_0x4166d8[_0x12837c(0x32d)](_0x5a2963['id']))==null?void 0x0:_0x38ab44[_0x12837c(0x32d)](_0x59f2cd['id']))||((_0x5613d7=_0x4166d8[_0x12837c(0x32d)](_0x5a2963['id']))==null?void 0x0:_0x5613d7['get'](_0x12837c(0x202)))||((_0x215f02=_0x4166d8[_0x12837c(0x32d)](_0x12837c(0x202)))==null?void 0x0:_0x215f02[_0x12837c(0x32d)](_0x59f2cd['id']));if(_0x49a491){const _0x51cb49=_0x55591a?_0x49a491['handler'](_0x5a2963,_0x59f2cd,_0x55591a):_0x49a491[_0x12837c(0x2f0)](_0x5a2963,_0x59f2cd);return _0x93c297(_0x51cb49)?_0x55591a?{'m2Prime':_0x51cb49[_0x12837c(0x348)]}:{'m2Prime':_0x51cb49[_0x12837c(0x348)],'m1Prime':_0x51cb49[_0x12837c(0x2a3)]}:_0x51cb49;}return{'m1Prime':_0x59f2cd,'m2Prime':_0x5a2963};}[_0x7c7d43(0x2df)](_0x3d3dff,_0x3e67a0,_0x5d051a){const _0x43aefa=this['_rightInclineTransformMutations'](_0x3d3dff,_0x3e67a0);if(_0x39e053(_0x43aefa))return _0x43aefa;if(_0x5d051a)return{'m2Prime':_0x43aefa};const _0x34378d=this['_leftInclineTransformMutations'](_0x3d3dff,_0x3e67a0);return _0x39e053(_0x34378d)?_0x34378d:{'m1Prime':_0x34378d,'m2Prime':_0x43aefa};}[_0x7c7d43(0x2a7)](_0x37ec38,_0x1f8b11){const _0x4e13d5=_0x7c7d43,_0x3beec0=_0x37ec38[_0x4e13d5(0x2c1)];let _0x2d34d5;for(_0x2d34d5=0x0;_0x2d34d5<_0x3beec0;_0x2d34d5++){let _0x2c2457=[_0x37ec38[_0x2d34d5]],_0x36dade=[];for(let _0x30fb26=0x0,_0x3cb20c=_0x1f8b11[_0x4e13d5(0x2c1)];_0x30fb26<_0x3cb20c;_0x30fb26++){const _0x1a35f5=_0x1f8b11[_0x30fb26];let _0x27f7a4;if(_0x2c2457[_0x4e13d5(0x2c1)]===0x0)_0x27f7a4=[_0x1a35f5],_0x2c2457=[];else{if(_0x2c2457[_0x4e13d5(0x2c1)]===0x1){const _0x4c0f75=this['transformMutation'](_0x2c2457[0x0],_0x1a35f5);if(_0x239d75(_0x4c0f75))return _0x4c0f75;if(_0x27f7a4=_0x2f6a4a(_0x4c0f75['m2Prime']),!_0x4c0f75['m1Prime'])throw new Error(_0x4e13d5(0x20f));_0x2c2457=_0x2f6a4a(_0x4c0f75['m1Prime']);}else{const _0x208c67=this[_0x4e13d5(0x2a7)](_0x2c2457,[_0x1a35f5]);if(_0x208c67[_0x4e13d5(0x233)])return _0x208c67;if(_0x27f7a4=_0x208c67,_0x30fb26<_0x3cb20c-0x1){const _0x164b4c=this[_0x4e13d5(0x246)](_0x2c2457,[_0x1a35f5]);if(_0x164b4c[_0x4e13d5(0x233)])return _0x164b4c;_0x2c2457=_0x164b4c;}}}_0x36dade=_0x36dade[_0x4e13d5(0x35b)](_0x27f7a4);}_0x1f8b11=_0x36dade;}return _0x1f8b11;}['_leftInclineTransformMutations'](_0xf9595c,_0xdfb8c7){const _0x4f773a=_0x7c7d43,_0x4a74bb=_0xdfb8c7[_0x4f773a(0x2c1)];let _0x3d45a4;for(_0x3d45a4=0x0;_0x3d45a4<_0x4a74bb;_0x3d45a4++){let _0x5c2db0=[_0xdfb8c7[_0x3d45a4]],_0x256b5e=[];for(let _0x209827=0x0,_0xc825=_0xf9595c[_0x4f773a(0x2c1)];_0x209827<_0xc825;_0x209827++){const _0x37b1bd=_0xf9595c[_0x209827];let _0x450b89;if(_0x5c2db0[_0x4f773a(0x2c1)]===0x0)_0x450b89=[_0x37b1bd],_0x5c2db0=[];else{if(_0x5c2db0['length']===0x1){const _0x267133=this[_0x4f773a(0x2ff)](_0x37b1bd,_0x5c2db0[0x0]);if(_0x239d75(_0x267133))return _0x267133;if(!_0x267133[_0x4f773a(0x348)])throw new Error(_0x4f773a(0x20f));_0x450b89=_0x2f6a4a(_0x267133[_0x4f773a(0x348)]),_0x5c2db0=_0x2f6a4a(_0x267133[_0x4f773a(0x2a3)]);}else{const _0xa04c44=this[_0x4f773a(0x246)]([_0x37b1bd],_0x5c2db0);if(_0xa04c44[_0x4f773a(0x233)])return _0xa04c44;if(_0x450b89=_0xa04c44,_0x209827<_0xc825-0x1){const _0x1b1d90=this[_0x4f773a(0x2a7)]([_0x37b1bd],_0x5c2db0);if(_0x1b1d90[_0x4f773a(0x233)])return _0x1b1d90;_0x5c2db0=_0x1b1d90;}}}_0x256b5e=_0x256b5e[_0x4f773a(0x35b)](_0x450b89);}_0xf9595c=_0x256b5e;}return _0xf9595c;}[_0x7c7d43(0x371)](_0x40a14e,_0x439548,_0x1057fe){const _0x1d9f0f=_0x7c7d43;if(!_0x1357b1(_0x40a14e,_0x439548))return{'error':new Error('[TransformService]:\x20changesets\x20revisions\x20miss\x20match.\x20The\x20\x27baseRev\x27\x20of\x20c2\x20is\x20'+_0x439548[0x0][_0x1d9f0f(0x35e)]+_0x1d9f0f(0x2c2)+_0x40a14e[0x0][_0x1d9f0f(0x309)]+'.')};const _0x595429=_0x40a14e[_0x1d9f0f(0x2c1)],_0x3016c0=_0x439548['length'],_0x380776=_0x2581b4(_0x595429,_0x3016c0+0x1),_0x133de8=_0x2581b4(_0x595429+0x1,_0x3016c0);_0x40a14e[_0x1d9f0f(0x297)]((_0x3fb063,_0xa1300d)=>_0x380776[_0xa1300d][0x0]=_0x3fb063),_0x439548[_0x1d9f0f(0x297)]((_0x46807a,_0x31ef39)=>_0x133de8[0x0][_0x31ef39]=_0x46807a);try{for(let _0x4e472c=0x0;_0x4e472c<_0x3016c0;_0x4e472c++)for(let _0x2a1f1e=0x0;_0x2a1f1e<_0x595429;_0x2a1f1e++){const _0x257587=_0x133de8[_0x2a1f1e][_0x4e472c],_0x2704ea=_0x380776[_0x2a1f1e][_0x4e472c];if(!_0x257587||!_0x2704ea)throw new Error('Algorithm\x20error,\x20the\x20changeset\x20does\x20not\x20exist!');const _0x4e8fd8=this['transformMutations'](_0x2704ea[_0x1d9f0f(0x393)],_0x257587[_0x1d9f0f(0x393)]);if(_0x57b4bf(_0x4e8fd8))throw _0x4e8fd8[_0x1d9f0f(0x233)];_0x133de8[_0x2a1f1e+0x1][_0x4e472c]={..._0x257587,'mutations':_0x4e8fd8[_0x1d9f0f(0x2a3)]},_0x380776[_0x2a1f1e][_0x4e472c+0x1]={..._0x2704ea,'mutations':_0x4e8fd8[_0x1d9f0f(0x348)]};}return _0x1057fe?{'c2Prime':_0x133de8[_0x595429]}:{'c1Prime':_0x380776[_0x1d9f0f(0x2e6)](_0xf711b=>_0xf711b[_0x3016c0])[_0x1d9f0f(0x382)](),'c2Prime':_0x133de8[_0x595429]};}catch(_0x9a1a87){throw console[_0x1d9f0f(0x233)](_0x9a1a87),_0x9a1a87;}}[_0x7c7d43(0x3b2)](_0xd3a757,_0xe3eaff){const _0x4b6609=_0x7c7d43,_0x1e7074=_0xd3a757[_0x4b6609(0x393)],_0x118b2f=this[_0x4b6609(0x2df)](_0x1e7074,_0xe3eaff);return _0x57b4bf(_0x118b2f)?{'error':_0x118b2f[_0x4b6609(0x233)]}:{'m2Prime':_0x118b2f['m2Prime'],'c1Prime':{..._0xd3a757,'mutations':_0x118b2f['m1Prime']}};}}function _0x1357b1(_0x1e07c3,_0x11d159){const _0x29ffaa=_0x7c7d43;return _0x1e07c3[0x0][_0x29ffaa(0x309)]-0x1===_0x11d159[0x0]['baseRev'];}function _0x2581b4(_0x795e54,_0x371a1c){const _0x19ebc6=_0x7c7d43;return new Array(_0x795e54)[_0x19ebc6(0x21a)](void 0x0)[_0x19ebc6(0x2e6)](()=>new Array(_0x371a1c));}function _0x2f6a4a(_0x5527bc){const _0x5e00ea=_0x7c7d43;return Array[_0x5e00ea(0x28d)](_0x5527bc)?_0x5527bc:[_0x5527bc];}function _0x5192e9(_0x554249){const _0x3e5262=_0x7c7d43;return{..._0x554249,'rangeType':_0x56b8bf['RANGE_TYPE'][_0x3e5262(0x3a9)]};}function _0x2e4127(_0x51a801,_0x19ef51,_0x221ba2,_0x3b05db){const _0x2e3150=_0x7c7d43;if(_0x3b05db<0x0){for(let _0x2fab92=_0x19ef51;_0x2fab92<_0x19ef51+_0x221ba2;_0x2fab92++)if(_0x51a801[_0x2e3150(0x33e)](_0x2fab92)){_0x51a801[_0x2e3150(0x33e)](_0x2fab92+_0x3b05db)||(_0x51a801[_0x2fab92+_0x3b05db]={});const _0x5c1925=_0x51a801[_0x2fab92],_0x397724=Object[_0x2e3150(0x392)](_0x5c1925)[_0x2e3150(0x2e6)](Number)[_0x2e3150(0x207)]((_0x43377e,_0xec948)=>_0x43377e-_0xec948);for(const _0x6c36a7 of _0x397724)_0x51a801[_0x2fab92+_0x3b05db][_0x6c36a7]=_0x5c1925[_0x6c36a7];delete _0x51a801[_0x2fab92];}else delete _0x51a801[_0x2fab92+_0x3b05db];}else{for(let _0x128793=_0x19ef51+_0x221ba2-0x1;_0x128793>=_0x19ef51;_0x128793--)if(_0x51a801['hasOwnProperty'](_0x128793)){_0x51a801[_0x2e3150(0x33e)](_0x128793+_0x3b05db)||(_0x51a801[_0x128793+_0x3b05db]={});const _0x1ee8b1=_0x51a801[_0x128793],_0x3a662a=Object[_0x2e3150(0x392)](_0x1ee8b1)['map'](Number)[_0x2e3150(0x207)]((_0x38e61f,_0x3c6e05)=>_0x38e61f-_0x3c6e05);for(const _0x495ef0 of _0x3a662a)_0x51a801[_0x128793+_0x3b05db][_0x495ef0]=_0x1ee8b1[_0x495ef0];delete _0x51a801[_0x128793];}else delete _0x51a801[_0x128793+_0x3b05db];}}function _0x2d6980(_0x2dcca5,_0xa870b,_0x55f972,_0x1c2194){const _0x56ba36=_0x7c7d43,_0x5d454d=Object[_0x56ba36(0x392)](_0x2dcca5)[_0x56ba36(0x2e6)](Number)[_0x56ba36(0x207)]((_0x5d84d5,_0x2b16d8)=>_0x5d84d5-_0x2b16d8);if(_0x1c2194<0x0)for(const _0x56688d of _0x5d454d){const _0x23e57b=_0x2dcca5[_0x56688d];for(let _0x37f154=_0xa870b;_0x37f154<_0xa870b+_0x55f972;_0x37f154++)_0x23e57b[_0x56ba36(0x33e)](_0x37f154)?(_0x23e57b[_0x37f154+_0x1c2194]=_0x23e57b[_0x37f154],delete _0x23e57b[_0x37f154]):delete _0x23e57b[_0x37f154+_0x1c2194];}else for(const _0x1b1f51 of _0x5d454d){const _0x52bc8e=_0x2dcca5[_0x1b1f51];for(let _0x57f265=_0xa870b+_0x55f972-0x1;_0x57f265>=_0xa870b;_0x57f265--)_0x52bc8e['hasOwnProperty'](_0x57f265)?(_0x52bc8e[_0x57f265+_0x1c2194]=_0x52bc8e[_0x57f265],delete _0x52bc8e[_0x57f265]):delete _0x52bc8e[_0x57f265+_0x1c2194];}}function _0x103850(_0x5384e4,_0x3da9e7){const _0x5ad2b4=_0x7c7d43;return new _0x3dd48a['RangeMergeUtil']()[_0x5ad2b4(0x374)](_0x5384e4)[_0x5ad2b4(0x372)](..._0x3da9e7)[_0x5ad2b4(0x27e)]();}function _0x413b96(_0x2e1b4a,_0x2af19c,_0x22a59c,_0x3ce99c){const _0x5959ba=_0x7c7d43,_0xc3b59e=new _0x3e0f59[(_0x5959ba(0x1fa))]()[_0x5959ba(0x1f1)](_0x22a59c);if(_0xc3b59e==null)return _0x22a59c;const _0x213bcf=[];for(let _0x579173=0x0,_0x579668=_0xc3b59e[_0x5959ba(0x2c1)];_0x579173<_0x579668;_0x579173++){const _0x2b99b6=_0xc3b59e[_0x579173];if(typeof _0x2b99b6=='string'||_0x2b99b6[_0x5959ba(0x286)]!==_0x3e0f59[_0x5959ba(0x296)][_0x5959ba(0x3a0)]){_0x213bcf[_0x5959ba(0x354)](_0x2b99b6);continue;}const {token:_0x54d343}=_0x2b99b6,_0x32a830=_0x3e0f59['deserializeRangeWithSheet'](_0x54d343),{range:_0x392b20,sheetName:_0x68cdad,unitId:_0x17c6b2}=_0x32a830;if((_0x2e1b4a===_0x17c6b2||_0x17c6b2==='')&&(_0x2af19c===_0x68cdad||_0x68cdad==='')){const _0x12e489=_0x3ce99c(_0x392b20),_0x56d42b=_0x12e489?_0x3e0f59['serializeRangeToRefString']({'range':_0x12e489,'sheetName':_0x68cdad,'unitId':_0x17c6b2}):_0x3e0f59[_0x5959ba(0x2de)][_0x5959ba(0x306)];_0x213bcf[_0x5959ba(0x354)]({..._0x2b99b6,'token':_0x56d42b});}else _0x213bcf[_0x5959ba(0x354)](_0x2b99b6);}return'='+_0x3e0f59[_0x5959ba(0x339)](_0x213bcf);}function _0x41f7d8(_0x1c9a6e,_0x21875f){const _0x449f86=_0x7c7d43;return _0x1c9a6e[_0x449f86(0x298)]<=_0x21875f[_0x449f86(0x2ac)]&&_0x1c9a6e[_0x449f86(0x2ac)]>=_0x21875f[_0x449f86(0x298)];}function _0x1b9130(_0x4ac1f7,_0x2e2c07){const _0x3730e8=_0x7c7d43,_0x384c9b={'startColumn':_0x4ac1f7[_0x3730e8(0x298)],'endColumn':_0x4ac1f7['end'],'startRow':0x0,'endRow':0x1,'rangeType':_0x56b8bf[_0x3730e8(0x262)][_0x3730e8(0x3a9)]},_0x584c70={'startColumn':_0x2e2c07[_0x3730e8(0x298)],'endColumn':_0x2e2c07[_0x3730e8(0x2ac)],'startRow':0x0,'endRow':0x1,'rangeType':_0x56b8bf[_0x3730e8(0x262)][_0x3730e8(0x3a9)]},_0x5a058b=_0x3dd48a[_0x3730e8(0x30a)](_0x384c9b,_0x584c70);return{'start':_0x2e2c07['start']+_0x5a058b[_0x3730e8(0x232)],'end':_0x2e2c07[_0x3730e8(0x2ac)]+_0x5a058b[_0x3730e8(0x232)]+_0x5a058b['length']};}function _0x3fcc9a(_0x18be65,_0x4ba7af){const _0x1c0ecb=_0x7c7d43,_0x42c3db={'startColumn':_0x18be65['start'],'endColumn':_0x18be65[_0x1c0ecb(0x2ac)],'startRow':0x0,'endRow':0x1,'rangeType':_0x56b8bf[_0x1c0ecb(0x262)][_0x1c0ecb(0x3a9)]},_0x280c38={'startColumn':_0x4ba7af[_0x1c0ecb(0x298)],'endColumn':_0x4ba7af[_0x1c0ecb(0x2ac)],'startRow':0x0,'endRow':0x1,'rangeType':_0x56b8bf[_0x1c0ecb(0x262)][_0x1c0ecb(0x3a9)]},_0x591b18=_0x3dd48a[_0x1c0ecb(0x1fe)](_0x42c3db,_0x280c38);return _0x591b18===null?null:{'start':_0x4ba7af[_0x1c0ecb(0x298)]+_0x591b18[_0x1c0ecb(0x232)],'end':_0x4ba7af[_0x1c0ecb(0x2ac)]+_0x591b18[_0x1c0ecb(0x232)]+_0x591b18[_0x1c0ecb(0x2c1)]};}const _0x1bb80f={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'handler'(_0xec84a0,_0x2b96f8){const _0x518ea0=_0x7c7d43,_0x1f434f={'m1Prime':_0xec84a0,'m2Prime':_0x2b96f8};if(_0xec84a0[_0x518ea0(0x1f0)][_0x518ea0(0x2f5)]!==_0x2b96f8[_0x518ea0(0x1f0)][_0x518ea0(0x2f5)]||_0xec84a0['params'][_0x518ea0(0x390)]!==_0x2b96f8[_0x518ea0(0x1f0)][_0x518ea0(0x390)])return _0x1f434f;const _0x5752ea=_0x56b8bf['Tools'][_0x518ea0(0x3a1)](_0xec84a0),_0x129a7c=_0x56b8bf[_0x518ea0(0x318)]['deepClone'](_0x2b96f8),_0x2cc066=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0xec84a0[_0x518ea0(0x1f0)][_0x518ea0(0x331)]),_0x5192e9(_0x2b96f8['params'][_0x518ea0(0x331)]));if(_0x2cc066?(_0x129a7c[_0x518ea0(0x1f0)][_0x518ea0(0x331)][_0x518ea0(0x33d)]+=_0x2cc066[_0x518ea0(0x232)],_0x129a7c[_0x518ea0(0x1f0)]['range'][_0x518ea0(0x285)]+=_0x2cc066['step']+(_0x2cc066['length']||0x0)):_0x129a7c['id']=_0x3dd48a[_0x518ea0(0x2a8)]['id'],_0xec84a0[_0x518ea0(0x1f0)][_0x518ea0(0x331)][_0x518ea0(0x33d)]!==_0x2b96f8[_0x518ea0(0x1f0)][_0x518ea0(0x331)][_0x518ea0(0x33d)]){const _0x560310=_0x3dd48a[_0x518ea0(0x30a)](_0x5192e9(_0x2b96f8[_0x518ea0(0x1f0)]['range']),_0x5192e9(_0xec84a0[_0x518ea0(0x1f0)][_0x518ea0(0x331)]));_0x560310?(_0x5752ea[_0x518ea0(0x1f0)][_0x518ea0(0x331)][_0x518ea0(0x33d)]+=_0x560310[_0x518ea0(0x232)],_0x5752ea[_0x518ea0(0x1f0)][_0x518ea0(0x331)]['endColumn']+=_0x560310[_0x518ea0(0x232)]+(_0x560310[_0x518ea0(0x2c1)]||0x0)):_0x5752ea['id']=_0x3dd48a['EmptyMutation']['id'];}return{'m1Prime':_0x5752ea,'m2Prime':_0x129a7c};}},_0x240080={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x3dd48a['MoveColsMutation']['id'],'handler'(_0x10c929,_0x113208){const _0x2d5b4a=_0x7c7d43,_0x4443ea={'m1Prime':_0x10c929,'m2Prime':_0x113208};if(_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x2f5)]!==_0x113208['params'][_0x2d5b4a(0x2f5)]||_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x390)]!==_0x113208['params']['subUnitId'])return _0x4443ea;const _0x19c29b=_0x56b8bf[_0x2d5b4a(0x318)]['deepClone'](_0x10c929),_0x15c623=_0x56b8bf['Tools']['deepClone'](_0x113208),_0x5a9971=_0x113208[_0x2d5b4a(0x1f0)]['sourceRange'],_0x180b1a=_0x113208[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x24c)];if(_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)][_0x2d5b4a(0x33d)]>_0x5a9971[_0x2d5b4a(0x33d)]&&_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)][_0x2d5b4a(0x33d)]<=_0x5a9971['endColumn']||_0x10c929['params'][_0x2d5b4a(0x331)][_0x2d5b4a(0x33d)]>_0x180b1a[_0x2d5b4a(0x33d)]&&_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)][_0x2d5b4a(0x33d)]<=_0x180b1a['endColumn'])return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x47e19a=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)]),_0x5192e9(_0x5a9971)),_0x20faba=_0x3dd48a[_0x2d5b4a(0x30a)](_0x5192e9(_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)]),_0x5192e9(_0x180b1a));if(_0x15c623['params'][_0x2d5b4a(0x288)][_0x2d5b4a(0x33d)]+=_0x47e19a['step'],_0x15c623['params'][_0x2d5b4a(0x288)]['endColumn']+=_0x47e19a[_0x2d5b4a(0x232)]+(_0x47e19a[_0x2d5b4a(0x2c1)]||0x0),_0x15c623[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x24c)][_0x2d5b4a(0x33d)]+=_0x20faba['step'],_0x15c623[_0x2d5b4a(0x1f0)]['targetRange'][_0x2d5b4a(0x285)]+=_0x20faba[_0x2d5b4a(0x232)]+(_0x20faba[_0x2d5b4a(0x2c1)]||0x0),_0x5a9971[_0x2d5b4a(0x33d)]>=_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)][_0x2d5b4a(0x33d)]&&_0x180b1a[_0x2d5b4a(0x33d)]<_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)][_0x2d5b4a(0x33d)]){const _0x36cf15=_0x180b1a['endColumn']-_0x180b1a['startColumn']+0x1;_0x19c29b[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)][_0x2d5b4a(0x33d)]+=_0x36cf15,_0x19c29b[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)]['endColumn']+=_0x36cf15;}else{if(_0x5a9971[_0x2d5b4a(0x285)]<_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)]['startColumn']&&_0x180b1a[_0x2d5b4a(0x33d)]>=_0x10c929[_0x2d5b4a(0x1f0)][_0x2d5b4a(0x331)][_0x2d5b4a(0x33d)]){const _0x318864=_0x5a9971[_0x2d5b4a(0x285)]-_0x5a9971[_0x2d5b4a(0x33d)]+0x1;_0x19c29b[_0x2d5b4a(0x1f0)]['range'][_0x2d5b4a(0x33d)]-=_0x318864,_0x19c29b['params'][_0x2d5b4a(0x331)][_0x2d5b4a(0x285)]-=_0x318864;}}return{'m1Prime':_0x19c29b,'m2Prime':_0x15c623};}},_0x430a31={'m1':_0x3dd48a['InsertColMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler'(_0x148c1f,_0x5f1ac6){const _0x3471d0=_0x7c7d43,_0x496356={'m1Prime':_0x148c1f,'m2Prime':_0x5f1ac6};if(_0x148c1f[_0x3471d0(0x1f0)][_0x3471d0(0x2f5)]!==_0x5f1ac6[_0x3471d0(0x1f0)]['unitId']||_0x148c1f[_0x3471d0(0x1f0)]['subUnitId']!==_0x5f1ac6[_0x3471d0(0x1f0)]['from'][_0x3471d0(0x390)]&&_0x148c1f[_0x3471d0(0x1f0)][_0x3471d0(0x390)]!==_0x5f1ac6['params']['to'][_0x3471d0(0x390)])return _0x496356;const _0x5dfd91=_0x56b8bf[_0x3471d0(0x318)]['deepClone'](_0x148c1f),_0x430798=_0x56b8bf[_0x3471d0(0x318)][_0x3471d0(0x3a1)](_0x5f1ac6);if(_0x148c1f[_0x3471d0(0x1f0)][_0x3471d0(0x390)]===_0x5f1ac6[_0x3471d0(0x1f0)][_0x3471d0(0x2d2)][_0x3471d0(0x390)]){const _0x2b3fba=new _0x56b8bf[(_0x3471d0(0x2bc))](_0x430798[_0x3471d0(0x1f0)][_0x3471d0(0x2d2)][_0x3471d0(0x397)])[_0x3471d0(0x341)](),{startColumn:_0x553384,endColumn:_0x20c963}=_0x2b3fba,{startColumn:_0x3e2300,endColumn:_0xa3477}=_0x148c1f[_0x3471d0(0x1f0)]['range'],{step:_0xfea83,length:_0x26f10e}=_0x3dd48a['handleBaseInsertRange'](_0x148c1f[_0x3471d0(0x1f0)]['range'],_0x2b3fba);_0xfea83>0x0&&_0x26f10e===0x0&&_0x2d6980(_0x430798[_0x3471d0(0x1f0)][_0x3471d0(0x2d2)][_0x3471d0(0x397)],_0x553384,_0x20c963-_0x553384+0x1,_0xfea83),_0xfea83===0x0&&_0x26f10e>0x0&&_0x2d6980(_0x430798[_0x3471d0(0x1f0)][_0x3471d0(0x2d2)][_0x3471d0(0x397)],_0x3e2300,_0x20c963-_0x3e2300+0x1,_0xa3477-_0x3e2300+0x1);}if(_0x148c1f[_0x3471d0(0x1f0)][_0x3471d0(0x390)]===_0x5f1ac6[_0x3471d0(0x1f0)]['to'][_0x3471d0(0x390)]){const _0x51c2c8=new _0x56b8bf[(_0x3471d0(0x2bc))](_0x430798['params']['to'][_0x3471d0(0x397)])[_0x3471d0(0x341)](),{startColumn:_0x5294aa,endColumn:_0x590334}=_0x51c2c8,{startColumn:_0x1ea7b0,endColumn:_0x4b3c4b}=_0x148c1f[_0x3471d0(0x1f0)][_0x3471d0(0x331)],{step:_0x21d78c,length:_0x196778}=_0x3dd48a[_0x3471d0(0x30a)](_0x148c1f[_0x3471d0(0x1f0)][_0x3471d0(0x331)],_0x51c2c8);_0x21d78c>0x0&&_0x196778===0x0&&_0x2d6980(_0x430798[_0x3471d0(0x1f0)]['to'][_0x3471d0(0x397)],_0x5294aa,_0x590334-_0x5294aa+0x1,_0x21d78c),_0x21d78c===0x0&&_0x196778>0x0&&_0x2d6980(_0x430798['params']['to'][_0x3471d0(0x397)],_0x1ea7b0,_0x590334-_0x1ea7b0+0x1,_0x4b3c4b-_0x1ea7b0+0x1);}return{'m1Prime':_0x5dfd91,'m2Prime':_0x430798};}},_0x51566f={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x3dd48a['RemoveColMutation']['id'],'handler'(_0x22c0b1,_0x5e3e74){const _0x337d8e=_0x7c7d43,_0x1ce9c0={'m1Prime':_0x22c0b1,'m2Prime':_0x5e3e74};if(_0x22c0b1[_0x337d8e(0x1f0)][_0x337d8e(0x2f5)]!==_0x5e3e74[_0x337d8e(0x1f0)][_0x337d8e(0x2f5)]||_0x22c0b1[_0x337d8e(0x1f0)][_0x337d8e(0x390)]!==_0x5e3e74[_0x337d8e(0x1f0)][_0x337d8e(0x390)])return _0x1ce9c0;const _0x3c8368=_0x56b8bf[_0x337d8e(0x318)]['deepClone'](_0x22c0b1),_0x2c77ce=_0x56b8bf[_0x337d8e(0x318)]['deepClone'](_0x5e3e74);if(_0x22c0b1[_0x337d8e(0x1f0)]['range'][_0x337d8e(0x33d)]<=_0x5e3e74[_0x337d8e(0x1f0)][_0x337d8e(0x331)][_0x337d8e(0x285)]&&_0x22c0b1[_0x337d8e(0x1f0)]['range']['startColumn']>_0x5e3e74[_0x337d8e(0x1f0)][_0x337d8e(0x331)]['startColumn'])return{'error':new Error(_0x337d8e(0x21f))};const _0x1146b9=_0x3dd48a[_0x337d8e(0x30a)](_0x5192e9(_0x22c0b1[_0x337d8e(0x1f0)][_0x337d8e(0x331)]),_0x5192e9(_0x5e3e74['params'][_0x337d8e(0x331)]));_0x1146b9?(_0x2c77ce[_0x337d8e(0x1f0)][_0x337d8e(0x331)][_0x337d8e(0x33d)]+=_0x1146b9[_0x337d8e(0x232)],_0x2c77ce[_0x337d8e(0x1f0)][_0x337d8e(0x331)][_0x337d8e(0x285)]+=_0x1146b9['step']+(_0x1146b9[_0x337d8e(0x2c1)]||0x0)):_0x2c77ce['id']=_0x3dd48a[_0x337d8e(0x2a8)]['id'];const _0x343a28=_0x3dd48a[_0x337d8e(0x1fe)](_0x5192e9(_0x5e3e74['params']['range']),_0x5192e9(_0x22c0b1['params'][_0x337d8e(0x331)]));return _0x343a28&&(_0x3c8368[_0x337d8e(0x1f0)][_0x337d8e(0x331)][_0x337d8e(0x33d)]+=_0x343a28['step'],_0x3c8368[_0x337d8e(0x1f0)][_0x337d8e(0x331)][_0x337d8e(0x285)]+=_0x343a28[_0x337d8e(0x232)]+(_0x343a28[_0x337d8e(0x2c1)]||0x0)),{'m1Prime':_0x3c8368,'m2Prime':_0x2c77ce};}},_0xa3171d={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'handler'(_0x34404e,_0x26c6df){const _0x3ce446=_0x7c7d43,_0xfa4b9e={'m1Prime':_0x34404e,'m2Prime':_0x26c6df};if(_0x34404e[_0x3ce446(0x1f0)][_0x3ce446(0x2f5)]!==_0x26c6df['params']['unitId']||_0x34404e[_0x3ce446(0x1f0)]['subUnitId']!==_0x26c6df[_0x3ce446(0x1f0)][_0x3ce446(0x390)])return _0xfa4b9e;const _0x410cc2=_0x56b8bf[_0x3ce446(0x318)][_0x3ce446(0x3a1)](_0x34404e),_0x2483c5=_0x56b8bf[_0x3ce446(0x318)][_0x3ce446(0x3a1)](_0x26c6df),_0x42d7c7=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0x3dd48a[_0x3ce446(0x284)](_0x34404e[_0x3ce446(0x1f0)][_0x3ce446(0x331)])),_0x5192e9(_0x3dd48a['rotateRange'](_0x26c6df[_0x3ce446(0x1f0)][_0x3ce446(0x331)])));if(_0x42d7c7?(_0x2483c5[_0x3ce446(0x1f0)][_0x3ce446(0x331)][_0x3ce446(0x211)]+=_0x42d7c7[_0x3ce446(0x232)],_0x2483c5[_0x3ce446(0x1f0)][_0x3ce446(0x331)][_0x3ce446(0x2f8)]+=_0x42d7c7[_0x3ce446(0x232)]+(_0x42d7c7[_0x3ce446(0x2c1)]||0x0)):_0x2483c5['id']=_0x3dd48a[_0x3ce446(0x2a8)]['id'],_0x34404e[_0x3ce446(0x1f0)][_0x3ce446(0x331)][_0x3ce446(0x211)]!==_0x26c6df[_0x3ce446(0x1f0)][_0x3ce446(0x331)][_0x3ce446(0x211)]){const _0x4483f5=_0x3dd48a[_0x3ce446(0x30a)](_0x5192e9(_0x3dd48a['rotateRange'](_0x26c6df[_0x3ce446(0x1f0)][_0x3ce446(0x331)])),_0x5192e9(_0x3dd48a[_0x3ce446(0x284)](_0x34404e[_0x3ce446(0x1f0)][_0x3ce446(0x331)])));_0x4483f5?(_0x410cc2[_0x3ce446(0x1f0)][_0x3ce446(0x331)][_0x3ce446(0x211)]+=_0x4483f5[_0x3ce446(0x232)],_0x410cc2[_0x3ce446(0x1f0)][_0x3ce446(0x331)][_0x3ce446(0x2f8)]+=_0x4483f5[_0x3ce446(0x232)]+(_0x4483f5[_0x3ce446(0x2c1)]||0x0)):_0x410cc2['id']=_0x3dd48a[_0x3ce446(0x2a8)]['id'];}return{'m1Prime':_0x410cc2,'m2Prime':_0x2483c5};}},_0x2cde72={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler'(_0x26ca9e,_0x1ad9ed){const _0x5d0240=_0x7c7d43,_0x1a9ce9={'m1Prime':_0x26ca9e,'m2Prime':_0x1ad9ed};if(_0x26ca9e[_0x5d0240(0x1f0)][_0x5d0240(0x2f5)]!==_0x1ad9ed[_0x5d0240(0x1f0)][_0x5d0240(0x2f5)]||_0x26ca9e['params'][_0x5d0240(0x390)]!==_0x1ad9ed[_0x5d0240(0x1f0)][_0x5d0240(0x2d2)]['subUnitId']&&_0x26ca9e['params'][_0x5d0240(0x390)]!==_0x1ad9ed[_0x5d0240(0x1f0)]['to'][_0x5d0240(0x390)])return _0x1a9ce9;const _0x5ea2fe=_0x56b8bf[_0x5d0240(0x318)]['deepClone'](_0x26ca9e),_0x4c7baa=_0x56b8bf[_0x5d0240(0x318)]['deepClone'](_0x1ad9ed);if(_0x26ca9e[_0x5d0240(0x1f0)][_0x5d0240(0x390)]===_0x1ad9ed[_0x5d0240(0x1f0)][_0x5d0240(0x2d2)][_0x5d0240(0x390)]){const _0x2ee815=new _0x56b8bf['ObjectMatrix'](_0x4c7baa[_0x5d0240(0x1f0)]['from'][_0x5d0240(0x397)])['getDataRange'](),{startRow:_0x13383b,endRow:_0x5dc040}=_0x2ee815,{startRow:_0x52466b,endRow:_0x3212e8}=_0x26ca9e[_0x5d0240(0x1f0)]['range'],{step:_0x5849aa,length:_0x2af3ed}=_0x3dd48a[_0x5d0240(0x30a)](_0x3dd48a[_0x5d0240(0x284)](_0x26ca9e['params'][_0x5d0240(0x331)]),_0x3dd48a[_0x5d0240(0x284)](_0x2ee815));_0x5849aa>0x0&&_0x2af3ed===0x0&&_0x2e4127(_0x4c7baa[_0x5d0240(0x1f0)][_0x5d0240(0x2d2)][_0x5d0240(0x397)],_0x13383b,_0x5dc040-_0x13383b+0x1,_0x5849aa),_0x5849aa===0x0&&_0x2af3ed>0x0&&_0x2e4127(_0x4c7baa[_0x5d0240(0x1f0)]['from'][_0x5d0240(0x397)],_0x52466b,_0x5dc040-_0x52466b+0x1,_0x3212e8-_0x52466b+0x1);}if(_0x26ca9e[_0x5d0240(0x1f0)]['subUnitId']===_0x1ad9ed[_0x5d0240(0x1f0)]['to'][_0x5d0240(0x390)]){const _0x50b0a8=new _0x56b8bf[(_0x5d0240(0x2bc))](_0x1ad9ed[_0x5d0240(0x1f0)]['to'][_0x5d0240(0x397)])[_0x5d0240(0x341)](),{startRow:_0x211e07,endRow:_0x48347a}=_0x50b0a8,{startRow:_0x49b64d,endRow:_0x565f26}=_0x26ca9e['params'][_0x5d0240(0x331)],{step:_0x4123b,length:_0x1cf8be}=_0x3dd48a[_0x5d0240(0x30a)](_0x3dd48a[_0x5d0240(0x284)](_0x26ca9e[_0x5d0240(0x1f0)][_0x5d0240(0x331)]),_0x3dd48a['rotateRange'](_0x50b0a8));_0x4123b>0x0&&_0x1cf8be===0x0&&_0x2e4127(_0x4c7baa['params']['to'][_0x5d0240(0x397)],_0x211e07,_0x48347a-_0x211e07+0x1,_0x4123b),_0x4123b===0x0&&_0x1cf8be>0x0&&_0x2e4127(_0x4c7baa[_0x5d0240(0x1f0)]['to'][_0x5d0240(0x397)],_0x49b64d,_0x48347a-_0x49b64d+0x1,_0x565f26-_0x49b64d+0x1);}return{'m1Prime':_0x5ea2fe,'m2Prime':_0x4c7baa};}},_0x100673={'m1':_0x3dd48a['InsertRowMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'handler'(_0x417ab7,_0x4b75d1){const _0x191e8f=_0x7c7d43,_0x223846={'m1Prime':_0x417ab7,'m2Prime':_0x4b75d1};if(_0x417ab7['params'][_0x191e8f(0x2f5)]!==_0x4b75d1[_0x191e8f(0x1f0)][_0x191e8f(0x2f5)]||_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x390)]!==_0x4b75d1[_0x191e8f(0x1f0)][_0x191e8f(0x390)])return _0x223846;const _0x74a188=_0x56b8bf[_0x191e8f(0x318)][_0x191e8f(0x3a1)](_0x417ab7),_0x3fd5e5=_0x56b8bf[_0x191e8f(0x318)][_0x191e8f(0x3a1)](_0x4b75d1),_0x1718ca=_0x4b75d1['params']['sourceRange'],_0x1a2339=_0x4b75d1['params'][_0x191e8f(0x24c)];if(_0x417ab7['params'][_0x191e8f(0x331)][_0x191e8f(0x211)]>_0x1718ca[_0x191e8f(0x211)]&&_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x331)]['startRow']<=_0x1718ca[_0x191e8f(0x2f8)]||_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x331)][_0x191e8f(0x211)]>_0x1a2339[_0x191e8f(0x211)]&&_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x331)]['startRow']<=_0x1a2339[_0x191e8f(0x2f8)])return{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x5e340c=_0x3dd48a[_0x191e8f(0x30a)](_0x5192e9(_0x3dd48a[_0x191e8f(0x284)](_0x417ab7['params'][_0x191e8f(0x331)])),_0x5192e9(_0x3dd48a[_0x191e8f(0x284)](_0x1718ca))),_0x38b396=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0x3dd48a[_0x191e8f(0x284)](_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x331)])),_0x5192e9(_0x3dd48a[_0x191e8f(0x284)](_0x1a2339)));if(_0x3fd5e5[_0x191e8f(0x1f0)][_0x191e8f(0x288)][_0x191e8f(0x211)]+=_0x5e340c[_0x191e8f(0x232)],_0x3fd5e5[_0x191e8f(0x1f0)][_0x191e8f(0x288)][_0x191e8f(0x2f8)]+=_0x5e340c[_0x191e8f(0x232)]+(_0x5e340c[_0x191e8f(0x2c1)]||0x0),_0x3fd5e5[_0x191e8f(0x1f0)][_0x191e8f(0x24c)][_0x191e8f(0x211)]+=_0x38b396[_0x191e8f(0x232)],_0x3fd5e5[_0x191e8f(0x1f0)][_0x191e8f(0x24c)][_0x191e8f(0x2f8)]+=_0x38b396[_0x191e8f(0x232)]+(_0x38b396[_0x191e8f(0x2c1)]||0x0),_0x1718ca[_0x191e8f(0x211)]>=_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x331)][_0x191e8f(0x211)]&&_0x1a2339[_0x191e8f(0x211)]<_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x331)][_0x191e8f(0x211)]){const _0x3b0897=_0x1a2339[_0x191e8f(0x2f8)]-_0x1a2339[_0x191e8f(0x211)]+0x1;_0x74a188['params'][_0x191e8f(0x331)][_0x191e8f(0x211)]+=_0x3b0897,_0x74a188[_0x191e8f(0x1f0)][_0x191e8f(0x331)][_0x191e8f(0x2f8)]+=_0x3b0897;}else{if(_0x1718ca[_0x191e8f(0x2f8)]<_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x331)]['startRow']&&_0x1a2339[_0x191e8f(0x211)]>=_0x417ab7[_0x191e8f(0x1f0)][_0x191e8f(0x331)][_0x191e8f(0x211)]){const _0x29a375=_0x1718ca[_0x191e8f(0x2f8)]-_0x1718ca[_0x191e8f(0x211)]+0x1;_0x74a188['params']['range'][_0x191e8f(0x211)]-=_0x29a375,_0x74a188[_0x191e8f(0x1f0)]['range'][_0x191e8f(0x2f8)]-=_0x29a375;}}return{'m1Prime':_0x74a188,'m2Prime':_0x3fd5e5};}},_0x568dfa={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'handler'(_0x2226da,_0x175cb5){const _0xa4d9eb=_0x7c7d43,_0x3bd5cc={'m1Prime':_0x2226da,'m2Prime':_0x175cb5};if(_0x2226da[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x2f5)]!==_0x175cb5[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x2f5)]||_0x2226da[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x390)]!==_0x175cb5[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x390)])return _0x3bd5cc;const _0x1eda8e=_0x56b8bf['Tools'][_0xa4d9eb(0x3a1)](_0x2226da),_0x14133c=_0x56b8bf['Tools'][_0xa4d9eb(0x3a1)](_0x175cb5);if(_0x2226da[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)]['startRow']<=_0x175cb5[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)][_0xa4d9eb(0x2f8)]&&_0x2226da[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)]['startRow']>_0x175cb5[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)][_0xa4d9eb(0x211)])return{'error':new Error(_0xa4d9eb(0x21f))};const _0x38f20a=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0x3dd48a[_0xa4d9eb(0x284)](_0x2226da[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)])),_0x5192e9(_0x3dd48a[_0xa4d9eb(0x284)](_0x175cb5[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)])));_0x38f20a?(_0x14133c[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)][_0xa4d9eb(0x211)]+=_0x38f20a[_0xa4d9eb(0x232)],_0x14133c[_0xa4d9eb(0x1f0)]['range'][_0xa4d9eb(0x2f8)]+=_0x38f20a[_0xa4d9eb(0x232)]+(_0x38f20a[_0xa4d9eb(0x2c1)]||0x0)):_0x14133c['id']=_0x3dd48a[_0xa4d9eb(0x2a8)]['id'];const _0x79e7d9=_0x3dd48a['handleBaseRemoveRange'](_0x5192e9(_0x3dd48a[_0xa4d9eb(0x284)](_0x175cb5[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)])),_0x5192e9(_0x3dd48a[_0xa4d9eb(0x284)](_0x2226da[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)])));return _0x79e7d9&&(_0x1eda8e[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)][_0xa4d9eb(0x211)]+=_0x79e7d9['step'],_0x1eda8e[_0xa4d9eb(0x1f0)][_0xa4d9eb(0x331)][_0xa4d9eb(0x2f8)]+=_0x79e7d9[_0xa4d9eb(0x232)]+(_0x79e7d9[_0xa4d9eb(0x2c1)]||0x0)),{'m1Prime':_0x1eda8e,'m2Prime':_0x14133c};}},_0x3a0905={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'handler'(_0xf5a705,_0x5cd7d9){const _0x39cb53=_0x7c7d43,_0x2586b2={'m1Prime':_0xf5a705,'m2Prime':_0x5cd7d9};if(_0xf5a705[_0x39cb53(0x1f0)][_0x39cb53(0x2f5)]!==_0x5cd7d9[_0x39cb53(0x1f0)][_0x39cb53(0x2f5)]||_0xf5a705[_0x39cb53(0x1f0)]['subUnitId']!==_0x5cd7d9['params'][_0x39cb53(0x390)])return _0x2586b2;const _0x32a637=_0x56b8bf[_0x39cb53(0x318)]['deepClone'](_0xf5a705),_0x3a46de=_0x56b8bf[_0x39cb53(0x318)]['deepClone'](_0x5cd7d9),_0x1c2e28=_0x5cd7d9[_0x39cb53(0x1f0)][_0x39cb53(0x288)],_0x51b68b=_0x5cd7d9[_0x39cb53(0x1f0)][_0x39cb53(0x24c)],_0x2b1298=_0xf5a705[_0x39cb53(0x1f0)][_0x39cb53(0x288)],_0x12352c=_0xf5a705[_0x39cb53(0x1f0)][_0x39cb53(0x24c)];if(_0x2b1298[_0x39cb53(0x285)]>=_0x1c2e28[_0x39cb53(0x33d)]&&_0x2b1298['startColumn']<=_0x1c2e28[_0x39cb53(0x285)])return{'error':new Error(_0x39cb53(0x360))};const _0x110904=_0x3dd48a[_0x39cb53(0x217)]({'start':_0x2b1298['startColumn'],'end':_0x2b1298[_0x39cb53(0x285)]},{'start':_0x12352c[_0x39cb53(0x33d)],'end':_0x12352c[_0x39cb53(0x285)]},{'start':_0x1c2e28[_0x39cb53(0x33d)],'end':_0x1c2e28['endColumn']}),_0x1e224b=_0x3dd48a[_0x39cb53(0x217)]({'start':_0x2b1298['startColumn'],'end':_0x2b1298[_0x39cb53(0x285)]},{'start':_0x12352c[_0x39cb53(0x33d)],'end':_0x12352c['endColumn']},{'start':_0x51b68b[_0x39cb53(0x33d)],'end':_0x51b68b[_0x39cb53(0x285)]});_0x110904&&_0x1e224b?(_0x3a46de['params'][_0x39cb53(0x288)][_0x39cb53(0x33d)]+=_0x110904['step'],_0x3a46de[_0x39cb53(0x1f0)][_0x39cb53(0x288)][_0x39cb53(0x285)]+=_0x110904['step']+(_0x110904[_0x39cb53(0x2c1)]||0x0),_0x3a46de[_0x39cb53(0x1f0)][_0x39cb53(0x24c)]['startColumn']+=_0x1e224b[_0x39cb53(0x232)],_0x3a46de[_0x39cb53(0x1f0)]['targetRange']['endColumn']+=_0x1e224b[_0x39cb53(0x232)]+(_0x1e224b['length']||0x0)):_0x3a46de['id']=_0x3dd48a[_0x39cb53(0x2a8)]['id'];const _0x988dde=_0x3dd48a['handleBaseMoveRowsCols']({'start':_0x1c2e28[_0x39cb53(0x33d)],'end':_0x1c2e28['endColumn']},{'start':_0x51b68b[_0x39cb53(0x33d)],'end':_0x51b68b[_0x39cb53(0x285)]},{'start':_0x2b1298[_0x39cb53(0x33d)],'end':_0x2b1298[_0x39cb53(0x285)]}),_0x14a426=_0x3dd48a[_0x39cb53(0x217)]({'start':_0x1c2e28['startColumn'],'end':_0x1c2e28[_0x39cb53(0x285)]},{'start':_0x51b68b[_0x39cb53(0x33d)],'end':_0x51b68b[_0x39cb53(0x285)]},{'start':_0x12352c[_0x39cb53(0x33d)],'end':_0x12352c[_0x39cb53(0x285)]});return _0x988dde&&_0x14a426?(_0x32a637[_0x39cb53(0x1f0)]['sourceRange'][_0x39cb53(0x33d)]+=_0x988dde['step'],_0x32a637[_0x39cb53(0x1f0)][_0x39cb53(0x288)]['endColumn']+=_0x988dde[_0x39cb53(0x232)]+(_0x988dde['length']||0x0),_0x32a637[_0x39cb53(0x1f0)][_0x39cb53(0x24c)][_0x39cb53(0x33d)]+=_0x14a426['step'],_0x32a637[_0x39cb53(0x1f0)][_0x39cb53(0x24c)][_0x39cb53(0x285)]+=_0x14a426['step']+(_0x14a426[_0x39cb53(0x2c1)]||0x0)):_0x32a637['id']=_0x3dd48a[_0x39cb53(0x2a8)]['id'],{'m1Prime':_0x32a637,'m2Prime':_0x3a46de};}},_0xcdb253={'m1':_0x3dd48a['MoveRowsMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'handler'(_0x1473f0,_0x364183){const _0x38cdd0=_0x7c7d43,_0x4dc8c5={'m1Prime':_0x1473f0,'m2Prime':_0x364183};if(_0x1473f0[_0x38cdd0(0x1f0)][_0x38cdd0(0x2f5)]!==_0x364183[_0x38cdd0(0x1f0)][_0x38cdd0(0x2f5)]||_0x1473f0['params'][_0x38cdd0(0x390)]!==_0x364183[_0x38cdd0(0x1f0)][_0x38cdd0(0x390)])return _0x4dc8c5;const _0x41407f=_0x56b8bf[_0x38cdd0(0x318)][_0x38cdd0(0x3a1)](_0x1473f0),_0xb883e3=_0x56b8bf[_0x38cdd0(0x318)]['deepClone'](_0x364183),_0x16fe7d=_0x364183[_0x38cdd0(0x1f0)][_0x38cdd0(0x288)],_0x378474=_0x364183[_0x38cdd0(0x1f0)][_0x38cdd0(0x24c)],_0x38cb94=_0x1473f0['params'][_0x38cdd0(0x288)],_0x5a3784=_0x1473f0[_0x38cdd0(0x1f0)][_0x38cdd0(0x24c)];if(_0x38cb94[_0x38cdd0(0x2f8)]>=_0x16fe7d[_0x38cdd0(0x211)]&&_0x38cb94[_0x38cdd0(0x211)]<=_0x16fe7d['endRow'])return{'error':new Error(_0x38cdd0(0x28b))};const _0x39de42=_0x3dd48a[_0x38cdd0(0x217)]({'start':_0x38cb94[_0x38cdd0(0x211)],'end':_0x38cb94['endRow']},{'start':_0x5a3784[_0x38cdd0(0x211)],'end':_0x5a3784['endRow']},{'start':_0x16fe7d[_0x38cdd0(0x211)],'end':_0x16fe7d[_0x38cdd0(0x2f8)]}),_0x2a0ebd=_0x3dd48a[_0x38cdd0(0x217)]({'start':_0x38cb94[_0x38cdd0(0x211)],'end':_0x38cb94[_0x38cdd0(0x2f8)]},{'start':_0x5a3784[_0x38cdd0(0x211)],'end':_0x5a3784[_0x38cdd0(0x2f8)]},{'start':_0x378474[_0x38cdd0(0x211)],'end':_0x378474[_0x38cdd0(0x2f8)]});_0x39de42&&_0x2a0ebd?(_0xb883e3[_0x38cdd0(0x1f0)][_0x38cdd0(0x288)][_0x38cdd0(0x211)]+=_0x39de42[_0x38cdd0(0x232)],_0xb883e3['params'][_0x38cdd0(0x288)][_0x38cdd0(0x2f8)]+=_0x39de42[_0x38cdd0(0x232)]+(_0x39de42['length']||0x0),_0xb883e3[_0x38cdd0(0x1f0)][_0x38cdd0(0x24c)][_0x38cdd0(0x211)]+=_0x2a0ebd[_0x38cdd0(0x232)],_0xb883e3[_0x38cdd0(0x1f0)]['targetRange']['endRow']+=_0x2a0ebd['step']+(_0x2a0ebd['length']||0x0)):_0xb883e3['id']=_0x3dd48a[_0x38cdd0(0x2a8)]['id'];const _0x1b2bae=_0x3dd48a[_0x38cdd0(0x217)]({'start':_0x16fe7d[_0x38cdd0(0x211)],'end':_0x16fe7d['endRow']},{'start':_0x378474['startRow'],'end':_0x378474[_0x38cdd0(0x2f8)]},{'start':_0x38cb94['startRow'],'end':_0x38cb94[_0x38cdd0(0x2f8)]}),_0x15f421=_0x3dd48a['handleBaseMoveRowsCols']({'start':_0x16fe7d[_0x38cdd0(0x211)],'end':_0x16fe7d['endRow']},{'start':_0x378474[_0x38cdd0(0x211)],'end':_0x378474[_0x38cdd0(0x2f8)]},{'start':_0x5a3784['startRow'],'end':_0x5a3784['endRow']});return _0x1b2bae&&_0x15f421?(_0x41407f[_0x38cdd0(0x1f0)]['sourceRange'][_0x38cdd0(0x211)]+=_0x1b2bae[_0x38cdd0(0x232)],_0x41407f[_0x38cdd0(0x1f0)][_0x38cdd0(0x288)][_0x38cdd0(0x2f8)]+=_0x1b2bae[_0x38cdd0(0x232)]+(_0x1b2bae['length']||0x0),_0x41407f[_0x38cdd0(0x1f0)][_0x38cdd0(0x24c)][_0x38cdd0(0x211)]+=_0x15f421[_0x38cdd0(0x232)],_0x41407f[_0x38cdd0(0x1f0)]['targetRange']['endRow']+=_0x15f421[_0x38cdd0(0x232)]+(_0x15f421[_0x38cdd0(0x2c1)]||0x0)):_0x41407f['id']=_0x3dd48a['EmptyMutation']['id'],{'m1Prime':_0x41407f,'m2Prime':_0xb883e3};}},_0x3672ad={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'handler'(_0x51b8ce,_0x4084e1){const _0x4de169=_0x7c7d43,_0x3cc8d4={'m1Prime':_0x51b8ce,'m2Prime':_0x4084e1};if(_0x51b8ce[_0x4de169(0x1f0)][_0x4de169(0x2f5)]!==_0x4084e1[_0x4de169(0x1f0)][_0x4de169(0x2f5)]||_0x51b8ce[_0x4de169(0x1f0)]['subUnitId']!==_0x4084e1[_0x4de169(0x1f0)][_0x4de169(0x390)])return _0x3cc8d4;const _0x2116e5=_0x56b8bf[_0x4de169(0x318)]['deepClone'](_0x51b8ce),_0x5b8e8c=_0x56b8bf[_0x4de169(0x318)]['deepClone'](_0x4084e1);if(_0x51b8ce['params']['range'][_0x4de169(0x33d)]<=_0x4084e1[_0x4de169(0x1f0)][_0x4de169(0x288)][_0x4de169(0x285)]&&_0x51b8ce[_0x4de169(0x1f0)]['range'][_0x4de169(0x285)]>=_0x4084e1['params'][_0x4de169(0x288)][_0x4de169(0x33d)]||_0x51b8ce[_0x4de169(0x1f0)][_0x4de169(0x331)][_0x4de169(0x33d)]<=_0x4084e1[_0x4de169(0x1f0)][_0x4de169(0x24c)][_0x4de169(0x285)]&&_0x51b8ce[_0x4de169(0x1f0)][_0x4de169(0x331)][_0x4de169(0x285)]>=_0x4084e1[_0x4de169(0x1f0)][_0x4de169(0x24c)][_0x4de169(0x33d)])return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20move\x20col')};const _0x21ce9=_0x3dd48a['handleBaseRemoveRange'](_0x5192e9(_0x51b8ce[_0x4de169(0x1f0)][_0x4de169(0x331)]),_0x5192e9(_0x4084e1[_0x4de169(0x1f0)][_0x4de169(0x288)])),_0xde7f32=_0x3dd48a[_0x4de169(0x1fe)](_0x5192e9(_0x51b8ce['params'][_0x4de169(0x331)]),_0x5192e9(_0x4084e1['params'][_0x4de169(0x24c)]));_0x21ce9&&_0xde7f32?(_0x5b8e8c[_0x4de169(0x1f0)]['sourceRange']['startColumn']+=_0x21ce9[_0x4de169(0x232)],_0x5b8e8c['params']['sourceRange'][_0x4de169(0x285)]+=_0x21ce9[_0x4de169(0x232)]+(_0x21ce9[_0x4de169(0x2c1)]||0x0),_0x5b8e8c[_0x4de169(0x1f0)][_0x4de169(0x24c)][_0x4de169(0x33d)]+=_0xde7f32[_0x4de169(0x232)],_0x5b8e8c[_0x4de169(0x1f0)][_0x4de169(0x24c)][_0x4de169(0x285)]+=_0xde7f32['step']+(_0xde7f32[_0x4de169(0x2c1)]||0x0)):_0x5b8e8c['id']=_0x3dd48a['EmptyMutation']['id'];const _0xab9073=_0x3dd48a[_0x4de169(0x217)]({'start':_0x4084e1['params'][_0x4de169(0x288)][_0x4de169(0x33d)],'end':_0x4084e1[_0x4de169(0x1f0)]['sourceRange'][_0x4de169(0x285)]},{'start':_0x4084e1[_0x4de169(0x1f0)]['targetRange'][_0x4de169(0x33d)],'end':_0x4084e1[_0x4de169(0x1f0)][_0x4de169(0x24c)]['endColumn']},{'start':_0x51b8ce[_0x4de169(0x1f0)][_0x4de169(0x331)][_0x4de169(0x33d)],'end':_0x51b8ce[_0x4de169(0x1f0)]['range'][_0x4de169(0x285)]});if(_0xab9073){const {step:_0x52e5cb,length:_0x1a7417}=_0xab9073;_0x2116e5['params'][_0x4de169(0x331)][_0x4de169(0x33d)]+=_0x52e5cb,_0x2116e5[_0x4de169(0x1f0)][_0x4de169(0x331)][_0x4de169(0x285)]+=_0x52e5cb+(_0x1a7417||0x0);}else _0x2116e5[_0x4de169(0x1f0)]['range'][_0x4de169(0x33d)]=0x0,_0x2116e5[_0x4de169(0x1f0)][_0x4de169(0x331)][_0x4de169(0x285)]=-0x1;return{'m1Prime':_0x2116e5,'m2Prime':_0x5b8e8c};}},_0x558bed={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler'(_0x5ccbed,_0x36badd){const _0x756b95=_0x7c7d43,_0x46d4b8={'m1Prime':_0x5ccbed,'m2Prime':_0x36badd};if(_0x5ccbed[_0x756b95(0x1f0)][_0x756b95(0x2f5)]!==_0x36badd['params']['unitId']||_0x5ccbed['params']['subUnitId']!==_0x36badd[_0x756b95(0x1f0)]['from'][_0x756b95(0x390)]&&_0x5ccbed[_0x756b95(0x1f0)][_0x756b95(0x390)]!==_0x36badd[_0x756b95(0x1f0)]['to'][_0x756b95(0x390)])return _0x46d4b8;const _0x352c48=_0x56b8bf['Tools'][_0x756b95(0x3a1)](_0x5ccbed),_0x4dc06d=_0x56b8bf['Tools'][_0x756b95(0x3a1)](_0x36badd),{startColumn:_0x2ad926,endColumn:_0x297159}=_0x5ccbed['params'][_0x756b95(0x331)];if(_0x5ccbed[_0x756b95(0x1f0)]['subUnitId']===_0x36badd[_0x756b95(0x1f0)][_0x756b95(0x2d2)]['subUnitId']){const _0x42faf8=new _0x56b8bf[(_0x756b95(0x2bc))](_0x4dc06d[_0x756b95(0x1f0)][_0x756b95(0x2d2)][_0x756b95(0x397)]),_0x560b9e=_0x42faf8['getDataRange'](),{startColumn:_0x379c23,endColumn:_0x41faed}=_0x560b9e;if(_0x379c23<=_0x297159&&_0x41faed>=_0x2ad926)return{'error':new Error(_0x756b95(0x201))};_0x297159<_0x379c23&&_0x42faf8[_0x756b95(0x2fe)](_0x2ad926,_0x297159-_0x2ad926+0x1),_0x4dc06d['params'][_0x756b95(0x2d2)][_0x756b95(0x397)]=_0x42faf8[_0x756b95(0x1e2)]();}if(_0x5ccbed['params']['subUnitId']===_0x36badd[_0x756b95(0x1f0)]['to'][_0x756b95(0x390)]){const _0xd7bf98=new _0x56b8bf[(_0x756b95(0x2bc))](_0x4dc06d[_0x756b95(0x1f0)]['to'][_0x756b95(0x397)]),_0x171180=_0xd7bf98[_0x756b95(0x341)](),{startColumn:_0x38849d,endColumn:_0x13f677}=_0x171180;if(_0x38849d<=_0x297159&&_0x13f677>=_0x2ad926)return{'error':new Error(_0x756b95(0x201))};_0x297159<_0x38849d&&_0xd7bf98[_0x756b95(0x2fe)](_0x2ad926,_0x297159-_0x2ad926+0x1),_0x4dc06d['params']['to'][_0x756b95(0x397)]=_0xd7bf98['getMatrix']();}return{'m1Prime':_0x352c48,'m2Prime':_0x4dc06d};}},_0xbd804={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x320)]['id'],'handler'(_0x471228,_0x33c32f){const _0x1334bf=_0x7c7d43,_0x2bec7b={'m1Prime':_0x471228,'m2Prime':_0x33c32f};if(_0x471228[_0x1334bf(0x1f0)][_0x1334bf(0x2f5)]!==_0x33c32f['params']['unitId']||_0x471228[_0x1334bf(0x1f0)]['subUnitId']!==_0x33c32f[_0x1334bf(0x1f0)][_0x1334bf(0x390)])return _0x2bec7b;const _0xcdb58=_0x56b8bf[_0x1334bf(0x318)]['deepClone'](_0x471228),_0x3fd1c1=_0x56b8bf['Tools']['deepClone'](_0x33c32f),_0x22f276=_0x3dd48a[_0x1334bf(0x1fe)](_0x471228[_0x1334bf(0x1f0)]['range'],_0x33c32f[_0x1334bf(0x1f0)][_0x1334bf(0x331)]);if(_0x22f276){const {step:_0x6de86c,length:_0x391ef5}=_0x22f276;_0x3fd1c1[_0x1334bf(0x1f0)][_0x1334bf(0x331)][_0x1334bf(0x33d)]+=_0x6de86c,_0x3fd1c1[_0x1334bf(0x1f0)][_0x1334bf(0x331)][_0x1334bf(0x285)]+=_0x6de86c+(_0x391ef5||0x0);}else _0x3fd1c1['id']=_0x3dd48a[_0x1334bf(0x2a8)]['id'];const _0x281623=_0x3dd48a[_0x1334bf(0x1fe)](_0x33c32f[_0x1334bf(0x1f0)][_0x1334bf(0x331)],_0x471228[_0x1334bf(0x1f0)][_0x1334bf(0x331)]);if(_0x281623){const {step:_0x2daebc,length:_0xb69b8a}=_0x281623;_0xcdb58[_0x1334bf(0x1f0)][_0x1334bf(0x331)][_0x1334bf(0x33d)]+=_0x2daebc,_0xcdb58[_0x1334bf(0x1f0)][_0x1334bf(0x331)]['endColumn']+=_0x2daebc+(_0xb69b8a||0x0);}else _0xcdb58['id']=_0x3dd48a[_0x1334bf(0x2a8)]['id'];return{'m1Prime':_0xcdb58,'m2Prime':_0x3fd1c1};}},_0x1e1bbd={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler'(_0x42e03f,_0x24a4d6){const _0xb8bdf9=_0x7c7d43,_0x6d1f2a={'m1Prime':_0x42e03f,'m2Prime':_0x24a4d6};if(_0x42e03f['params'][_0xb8bdf9(0x2f5)]!==_0x24a4d6['params'][_0xb8bdf9(0x2f5)]||_0x42e03f[_0xb8bdf9(0x1f0)][_0xb8bdf9(0x390)]!==_0x24a4d6[_0xb8bdf9(0x1f0)][_0xb8bdf9(0x2d2)]['subUnitId']&&_0x42e03f[_0xb8bdf9(0x1f0)][_0xb8bdf9(0x390)]!==_0x24a4d6['params']['to'][_0xb8bdf9(0x390)])return _0x6d1f2a;const _0x33f0f4=_0x56b8bf[_0xb8bdf9(0x318)][_0xb8bdf9(0x3a1)](_0x42e03f),_0x13956d=_0x56b8bf['Tools'][_0xb8bdf9(0x3a1)](_0x24a4d6),{startRow:_0x361963,endRow:_0x52a0a6}=_0x42e03f[_0xb8bdf9(0x1f0)][_0xb8bdf9(0x331)];if(_0x42e03f['params']['subUnitId']===_0x24a4d6[_0xb8bdf9(0x1f0)][_0xb8bdf9(0x2d2)]['subUnitId']){const _0x532cff=new _0x56b8bf[(_0xb8bdf9(0x2bc))](_0x13956d[_0xb8bdf9(0x1f0)]['from'][_0xb8bdf9(0x397)]),_0x1a2231=_0x532cff[_0xb8bdf9(0x341)](),{startRow:_0x595270,endRow:_0x5600ea}=_0x1a2231;if(_0x595270<=_0x52a0a6&&_0x5600ea>=_0x361963)return{'error':new Error('Remove-cols\x20has\x20conflicts\x20with\x20move-range')};_0x52a0a6<_0x595270&&_0x532cff[_0xb8bdf9(0x289)](_0x361963,_0x52a0a6-_0x361963+0x1),_0x13956d[_0xb8bdf9(0x1f0)]['from'][_0xb8bdf9(0x397)]=_0x532cff['getMatrix']();}if(_0x42e03f[_0xb8bdf9(0x1f0)][_0xb8bdf9(0x390)]===_0x24a4d6['params']['to'][_0xb8bdf9(0x390)]){const _0x507e58=new _0x56b8bf['ObjectMatrix'](_0x13956d['params']['to']['value']),_0x5effe7=_0x507e58['getDataRange'](),{startRow:_0x4742d5,endRow:_0x5d27df}=_0x5effe7;if(_0x4742d5<=_0x52a0a6&&_0x5d27df>=_0x361963)return{'error':new Error(_0xb8bdf9(0x201))};_0x52a0a6<_0x4742d5&&_0x507e58[_0xb8bdf9(0x289)](_0x361963,_0x52a0a6-_0x361963+0x1),_0x13956d[_0xb8bdf9(0x1f0)]['to'][_0xb8bdf9(0x397)]=_0x507e58['getMatrix']();}return{'m1Prime':_0x33f0f4,'m2Prime':_0x13956d};}},_0x24210e={'m1':_0x3dd48a['RemoveRowMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'handler'(_0x2dda43,_0x241da7){const _0x5263d6=_0x7c7d43,_0x3c588f={'m1Prime':_0x2dda43,'m2Prime':_0x241da7};if(_0x2dda43[_0x5263d6(0x1f0)]['unitId']!==_0x241da7[_0x5263d6(0x1f0)][_0x5263d6(0x2f5)]||_0x2dda43[_0x5263d6(0x1f0)][_0x5263d6(0x390)]!==_0x241da7[_0x5263d6(0x1f0)][_0x5263d6(0x390)])return _0x3c588f;const _0x2680b6=_0x56b8bf[_0x5263d6(0x318)][_0x5263d6(0x3a1)](_0x2dda43),_0x33df80=_0x56b8bf['Tools'][_0x5263d6(0x3a1)](_0x241da7);if(_0x2dda43[_0x5263d6(0x1f0)][_0x5263d6(0x331)]['startRow']<=_0x241da7[_0x5263d6(0x1f0)][_0x5263d6(0x288)][_0x5263d6(0x2f8)]&&_0x2dda43['params'][_0x5263d6(0x331)][_0x5263d6(0x2f8)]>=_0x241da7[_0x5263d6(0x1f0)][_0x5263d6(0x288)][_0x5263d6(0x211)]||_0x2dda43[_0x5263d6(0x1f0)][_0x5263d6(0x331)][_0x5263d6(0x211)]<=_0x241da7['params']['targetRange'][_0x5263d6(0x2f8)]&&_0x2dda43[_0x5263d6(0x1f0)][_0x5263d6(0x331)][_0x5263d6(0x2f8)]>=_0x241da7[_0x5263d6(0x1f0)][_0x5263d6(0x24c)][_0x5263d6(0x211)])return{'error':new Error('remove\x20row\x20is\x20conflict\x20with\x20move\x20row')};const _0x25ddde=_0x3dd48a[_0x5263d6(0x1fe)](_0x5192e9(_0x3dd48a['rotateRange'](_0x2dda43['params'][_0x5263d6(0x331)])),_0x5192e9(_0x3dd48a[_0x5263d6(0x284)](_0x241da7[_0x5263d6(0x1f0)]['sourceRange']))),_0x52b980=_0x3dd48a['handleBaseRemoveRange'](_0x5192e9(_0x3dd48a['rotateRange'](_0x2dda43[_0x5263d6(0x1f0)]['range'])),_0x5192e9(_0x3dd48a[_0x5263d6(0x284)](_0x241da7[_0x5263d6(0x1f0)][_0x5263d6(0x24c)])));_0x25ddde&&_0x52b980?(_0x33df80[_0x5263d6(0x1f0)][_0x5263d6(0x288)]['startRow']+=_0x25ddde['step'],_0x33df80[_0x5263d6(0x1f0)][_0x5263d6(0x288)][_0x5263d6(0x2f8)]+=_0x25ddde[_0x5263d6(0x232)]+(_0x25ddde[_0x5263d6(0x2c1)]||0x0),_0x33df80[_0x5263d6(0x1f0)][_0x5263d6(0x24c)]['startRow']+=_0x52b980[_0x5263d6(0x232)],_0x33df80[_0x5263d6(0x1f0)][_0x5263d6(0x24c)][_0x5263d6(0x2f8)]+=_0x52b980[_0x5263d6(0x232)]+(_0x52b980[_0x5263d6(0x2c1)]||0x0)):_0x33df80['id']=_0x3dd48a[_0x5263d6(0x2a8)]['id'];const _0x1a6ae6=_0x3dd48a[_0x5263d6(0x217)]({'start':_0x241da7[_0x5263d6(0x1f0)]['sourceRange'][_0x5263d6(0x211)],'end':_0x241da7[_0x5263d6(0x1f0)][_0x5263d6(0x288)][_0x5263d6(0x2f8)]},{'start':_0x241da7['params'][_0x5263d6(0x24c)]['startRow'],'end':_0x241da7['params']['targetRange'][_0x5263d6(0x2f8)]},{'start':_0x2dda43['params'][_0x5263d6(0x331)][_0x5263d6(0x211)],'end':_0x2dda43[_0x5263d6(0x1f0)][_0x5263d6(0x331)]['endRow']});if(_0x1a6ae6){const {step:_0xa92185,length:_0x1b744b}=_0x1a6ae6;_0x2680b6[_0x5263d6(0x1f0)][_0x5263d6(0x331)][_0x5263d6(0x211)]+=_0xa92185,_0x2680b6[_0x5263d6(0x1f0)][_0x5263d6(0x331)]['endRow']+=_0xa92185+(_0x1b744b||0x0);}else _0x2680b6['id']=_0x3dd48a['EmptyMutation']['id'];return{'m1Prime':_0x2680b6,'m2Prime':_0x33df80};}},_0x5c3208={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'handler'(_0x1de78a,_0x50d22b){const _0xc41504=_0x7c7d43,_0x148210={'m1Prime':_0x1de78a,'m2Prime':_0x50d22b};if(_0x1de78a[_0xc41504(0x1f0)][_0xc41504(0x2f5)]!==_0x50d22b[_0xc41504(0x1f0)][_0xc41504(0x2f5)]||_0x1de78a[_0xc41504(0x1f0)]['subUnitId']!==_0x50d22b[_0xc41504(0x1f0)][_0xc41504(0x390)])return _0x148210;const _0x477451=_0x56b8bf[_0xc41504(0x318)]['deepClone'](_0x1de78a),_0x45a831=_0x56b8bf[_0xc41504(0x318)][_0xc41504(0x3a1)](_0x50d22b),_0x394d32=_0x3dd48a[_0xc41504(0x1fe)](_0x5192e9(_0x3dd48a[_0xc41504(0x284)](_0x1de78a[_0xc41504(0x1f0)][_0xc41504(0x331)])),_0x5192e9(_0x3dd48a[_0xc41504(0x284)](_0x50d22b['params'][_0xc41504(0x331)])));if(_0x394d32){const {step:_0x4c5878,length:_0x1fad24}=_0x394d32;_0x45a831[_0xc41504(0x1f0)][_0xc41504(0x331)][_0xc41504(0x211)]+=_0x4c5878,_0x45a831['params'][_0xc41504(0x331)][_0xc41504(0x2f8)]+=_0x4c5878+(_0x1fad24||0x0);}else _0x45a831['id']=_0x3dd48a['EmptyMutation']['id'];const _0x1de040=_0x3dd48a['handleBaseRemoveRange'](_0x5192e9(_0x3dd48a[_0xc41504(0x284)](_0x50d22b['params'][_0xc41504(0x331)])),_0x5192e9(_0x3dd48a[_0xc41504(0x284)](_0x1de78a['params'][_0xc41504(0x331)])));if(_0x1de040){const {step:_0x49c7f5,length:_0x10ddc3}=_0x1de040;_0x477451[_0xc41504(0x1f0)][_0xc41504(0x331)][_0xc41504(0x211)]+=_0x49c7f5,_0x477451[_0xc41504(0x1f0)][_0xc41504(0x331)][_0xc41504(0x2f8)]+=_0x49c7f5+(_0x10ddc3||0x0);}else _0x477451['id']=_0x3dd48a['EmptyMutation']['id'];return{'m1Prime':_0x477451,'m2Prime':_0x45a831};}},_0x4553f9={'m1':_0x3dd48a['InsertSheetMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x2f7)]['id'],'handler'(_0x2ef1fb,_0x19af22){const _0x4f6fe1=_0x7c7d43;if(_0x2ef1fb[_0x4f6fe1(0x1f0)]['sheet']['id']===_0x19af22[_0x4f6fe1(0x1f0)][_0x4f6fe1(0x254)]['id'])return{'error':new Error(_0x4f6fe1(0x228))};const _0x1e9dde=_0x56b8bf[_0x4f6fe1(0x318)][_0x4f6fe1(0x3a1)](_0x2ef1fb),_0x57f16f=_0x56b8bf[_0x4f6fe1(0x318)]['deepClone'](_0x19af22);return _0x1e9dde[_0x4f6fe1(0x1f0)]['index']<=_0x57f16f[_0x4f6fe1(0x1f0)][_0x4f6fe1(0x313)]?_0x57f16f[_0x4f6fe1(0x1f0)][_0x4f6fe1(0x313)]+=0x1:_0x1e9dde[_0x4f6fe1(0x1f0)][_0x4f6fe1(0x313)]>_0x57f16f[_0x4f6fe1(0x1f0)][_0x4f6fe1(0x313)]&&(_0x1e9dde['params'][_0x4f6fe1(0x313)]+=0x1),_0x2ef1fb[_0x4f6fe1(0x1f0)][_0x4f6fe1(0x254)]['name']===_0x19af22[_0x4f6fe1(0x1f0)][_0x4f6fe1(0x254)]['name']?{'error':new Error('Two\x20mutation\x20have\x20the\x20same\x20worksheet\x20name!')}:{'m1Prime':_0x1e9dde,'m2Prime':_0x57f16f};}},_0x47021c={'m1':_0x3dd48a['RemoveSheetMutation']['id'],'m2':_0x7c7d43(0x202),'handler'(_0x4b4bda,_0x43300e){const _0x27e6d9=_0x7c7d43;return _0x4b4bda[_0x27e6d9(0x1f0)][_0x27e6d9(0x390)]===_0x43300e[_0x27e6d9(0x1f0)][_0x27e6d9(0x390)]&&_0x4b4bda['id']!==_0x43300e['id']?{'error':new Error('Trying\x20to\x20mutation\x20a\x20deleted\x20worksheet!')}:{'m1Prime':_0x4b4bda,'m2Prime':_0x43300e};}},_0x61fb7c={'m1':_0x3dd48a[_0x7c7d43(0x33f)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x33f)]['id'],'handler'(_0x2d115c,_0x1c3786){const _0x514e4e=_0x7c7d43,_0x4aeccb=_0x56b8bf[_0x514e4e(0x318)]['deepClone'](_0x2d115c),_0x3d6e2e=_0x56b8bf[_0x514e4e(0x318)][_0x514e4e(0x3a1)](_0x1c3786),_0x5547c1={'error':new Error('Two\x20SetWorksheetOrderMutation\x20have\x20conflicts!')};if(_0x2d115c[_0x514e4e(0x1f0)][_0x514e4e(0x230)]===_0x1c3786[_0x514e4e(0x1f0)][_0x514e4e(0x230)])_0x4aeccb['id']=_0x3dd48a[_0x514e4e(0x2a8)]['id'],_0x3d6e2e[_0x514e4e(0x1f0)][_0x514e4e(0x230)]=_0x2d115c['params'][_0x514e4e(0x278)];else{_0x2d115c[_0x514e4e(0x1f0)][_0x514e4e(0x230)]===_0x2d115c[_0x514e4e(0x1f0)][_0x514e4e(0x278)]&&(_0x4aeccb['id']=_0x3dd48a[_0x514e4e(0x2a8)]['id']),_0x1c3786['params'][_0x514e4e(0x230)]===_0x1c3786['params'][_0x514e4e(0x278)]&&(_0x3d6e2e['id']=_0x3dd48a[_0x514e4e(0x2a8)]['id']);const _0x16570b=[Math[_0x514e4e(0x23a)](_0x2d115c[_0x514e4e(0x1f0)]['fromOrder'],_0x2d115c[_0x514e4e(0x1f0)][_0x514e4e(0x278)]),Math[_0x514e4e(0x325)](_0x2d115c['params']['fromOrder'],_0x2d115c[_0x514e4e(0x1f0)][_0x514e4e(0x278)])],_0x304baa=[Math[_0x514e4e(0x23a)](_0x1c3786[_0x514e4e(0x1f0)]['fromOrder'],_0x1c3786['params'][_0x514e4e(0x278)]),Math[_0x514e4e(0x325)](_0x1c3786[_0x514e4e(0x1f0)][_0x514e4e(0x230)],_0x1c3786[_0x514e4e(0x1f0)][_0x514e4e(0x278)])];if(_0x16570b[0x0]<=_0x304baa[0x1]&&_0x16570b[0x1]>=_0x304baa[0x0])return _0x5547c1;}return{'m1Prime':_0x4aeccb,'m2Prime':_0x3d6e2e};}},_0x176daf={'m1':_0x3dd48a[_0x7c7d43(0x2f7)]['id'],'m2':_0x3dd48a['SetWorksheetOrderMutation']['id'],'handler'(_0xba5f9e,_0x1226c9){const _0x1f3ab0=_0x7c7d43,_0x50a525=_0x56b8bf['Tools']['deepClone'](_0xba5f9e),_0x917211=_0x56b8bf[_0x1f3ab0(0x318)][_0x1f3ab0(0x3a1)](_0x1226c9);return _0xba5f9e[_0x1f3ab0(0x1f0)][_0x1f3ab0(0x313)]<=_0x1226c9['params']['order']&&(_0x917211[_0x1f3ab0(0x1f0)][_0x1f3ab0(0x243)]+=0x1),{'m1Prime':_0x50a525,'m2Prime':_0x917211};}},_0x3cfa23={'m1':_0x7c7d43(0x202),'m2':_0x3dd48a[_0x7c7d43(0x396)]['id'],'handler'(_0x1f3e83,_0x1e8f55){return{'m1Prime':_0x1f3e83,'m2Prime':_0x1e8f55};}},_0x249144=[_0x4553f9,_0x176daf,_0x47021c,_0x3cfa23,_0x61fb7c],_0x4d0d38={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'handler'(_0xe1f601,_0x50a653){const _0x530fea=_0x7c7d43,_0x2b2d56={'m1Prime':_0xe1f601,'m2Prime':_0x50a653};if(_0xe1f601[_0x530fea(0x1f0)][_0x530fea(0x2f5)]!==_0x50a653[_0x530fea(0x1f0)][_0x530fea(0x2f5)]||_0xe1f601['params'][_0x530fea(0x390)]!==_0x50a653[_0x530fea(0x1f0)][_0x530fea(0x390)])return _0x2b2d56;const _0x1829e0=[_0x56b8bf[_0x530fea(0x318)][_0x530fea(0x3a1)](_0xe1f601)],_0x297c98=_0x56b8bf[_0x530fea(0x318)][_0x530fea(0x3a1)](_0x50a653),_0x391625=new _0x56b8bf['ObjectMatrix'](_0x297c98[_0x530fea(0x1f0)][_0x530fea(0x30c)]),_0x4d23f8=_0x391625[_0x530fea(0x341)](),_0x1c7e75=_0xe1f601[_0x530fea(0x1f0)]['range'],_0x2163e1=_0x1c7e75['endColumn']-_0x1c7e75[_0x530fea(0x33d)]+0x1;if(_0x297c98[_0x530fea(0x1f0)]['cellValue']&&_0x1c7e75['startColumn']<=_0x4d23f8[_0x530fea(0x285)]){const _0x202a40=Math[_0x530fea(0x325)](_0x4d23f8[_0x530fea(0x33d)],_0x1c7e75[_0x530fea(0x33d)]);_0x2d6980(_0x297c98[_0x530fea(0x1f0)][_0x530fea(0x30c)],_0x202a40,_0x4d23f8[_0x530fea(0x285)]-_0x202a40+0x1,_0x2163e1);}const _0xb6e8f1=new _0x56b8bf[(_0x530fea(0x2bc))]();let _0x49777a=!0x1;if(_0x391625['forValue']((_0xe0e1a,_0x49aca6,_0x41bb5d)=>{const _0x9db354=_0x530fea;if(_0x41bb5d&&_0x41bb5d['f']){const _0x127d53=_0x41bb5d['f'];let _0x35d533=!0x1;const _0x38f956=_0x413b96(_0xe1f601['params']['unitId'],_0xe1f601[_0x9db354(0x1f0)]['subUnitId'],_0x127d53,_0x59a7b8=>{const _0x2622f5=_0x9db354,_0x469ea1=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0xe1f601[_0x2622f5(0x1f0)][_0x2622f5(0x331)]),_0x5192e9(_0x59a7b8));return(_0x469ea1[_0x2622f5(0x232)]!==0x0||_0x469ea1[_0x2622f5(0x2c1)]!==0x0)&&(_0x35d533=!0x0,_0x59a7b8[_0x2622f5(0x33d)]+=_0x469ea1[_0x2622f5(0x232)],_0x59a7b8[_0x2622f5(0x285)]+=_0x469ea1[_0x2622f5(0x232)]+_0x469ea1[_0x2622f5(0x2c1)]),_0x59a7b8;});_0x35d533&&(_0x49777a=!0x0,_0x41bb5d['f']=_0x38f956,_0xb6e8f1[_0x9db354(0x25d)](_0xe0e1a,_0x49aca6,{..._0x41bb5d}));}}),_0x49777a){const _0x4b52c5={'id':_0x3dd48a[_0x530fea(0x2d6)]['id'],'params':{'unitId':_0x50a653['params'][_0x530fea(0x2f5)],'subUnitId':_0x50a653['params'][_0x530fea(0x390)],'cellValue':_0xb6e8f1['getMatrix']()}};_0x1829e0[_0x530fea(0x354)](_0x4b52c5);}return{'m1Prime':_0x1829e0,'m2Prime':_0x297c98};}},_0x4467d0={'m1':_0x3dd48a['InsertRowMutation']['id'],'m2':_0x3dd48a['SetRangeValuesMutation']['id'],'handler'(_0x3565da,_0x41c5d9){const _0x5681cd=_0x7c7d43,_0x1528ab={'m1Prime':_0x3565da,'m2Prime':_0x41c5d9};if(_0x3565da[_0x5681cd(0x1f0)][_0x5681cd(0x2f5)]!==_0x41c5d9[_0x5681cd(0x1f0)][_0x5681cd(0x2f5)]||_0x3565da[_0x5681cd(0x1f0)][_0x5681cd(0x390)]!==_0x41c5d9['params'][_0x5681cd(0x390)])return _0x1528ab;const _0x1ba9a6=[_0x56b8bf[_0x5681cd(0x318)]['deepClone'](_0x3565da)],_0x348a6a=_0x56b8bf[_0x5681cd(0x318)][_0x5681cd(0x3a1)](_0x41c5d9),_0x7c0ed2=new _0x56b8bf['ObjectMatrix'](_0x348a6a[_0x5681cd(0x1f0)][_0x5681cd(0x30c)]),_0x3246bc=_0x7c0ed2['getDataRange'](),_0xfbe4b0=_0x3565da['params']['range'],_0x44d806=_0xfbe4b0[_0x5681cd(0x2f8)]-_0xfbe4b0[_0x5681cd(0x211)]+0x1;if(_0x348a6a[_0x5681cd(0x1f0)][_0x5681cd(0x30c)]&&_0xfbe4b0[_0x5681cd(0x211)]<=_0x3246bc[_0x5681cd(0x2f8)]){const _0x4a8859=Math[_0x5681cd(0x325)](_0x3246bc['startRow'],_0xfbe4b0['startRow']);_0x2e4127(_0x348a6a[_0x5681cd(0x1f0)][_0x5681cd(0x30c)],_0x4a8859,_0x3246bc['endRow']-_0x4a8859+0x1,_0x44d806);}const _0x59057b=new _0x56b8bf[(_0x5681cd(0x2bc))]();let _0xa40d89=!0x1;if(_0x7c0ed2[_0x5681cd(0x253)]((_0x4141f2,_0x45316f,_0x544059)=>{const _0x187f85=_0x5681cd;if(_0x544059&&_0x544059['f']){const _0x486bd8=_0x544059['f'];let _0x5ddbd4=!0x1;const _0x483319=_0x413b96(_0x3565da[_0x187f85(0x1f0)][_0x187f85(0x2f5)],_0x3565da['params'][_0x187f85(0x390)],_0x486bd8,_0x54418c=>{const _0x23aac2=_0x187f85,_0x17a185=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0x3dd48a[_0x23aac2(0x284)](_0x3565da[_0x23aac2(0x1f0)][_0x23aac2(0x331)])),_0x5192e9(_0x3dd48a[_0x23aac2(0x284)](_0x54418c)));return(_0x17a185[_0x23aac2(0x232)]!==0x0||_0x17a185['length']!==0x0)&&(_0x5ddbd4=!0x0,_0x54418c[_0x23aac2(0x211)]+=_0x17a185['step'],_0x54418c[_0x23aac2(0x2f8)]+=_0x17a185[_0x23aac2(0x232)]+_0x17a185[_0x23aac2(0x2c1)]),_0x54418c;});_0x5ddbd4&&(_0xa40d89=!0x0,_0x544059['f']=_0x483319,_0x59057b['setValue'](_0x4141f2,_0x45316f,{..._0x544059}));}}),_0xa40d89){const _0x6d78be={'id':_0x3dd48a['SetRangeValuesMutation']['id'],'params':{'unitId':_0x41c5d9[_0x5681cd(0x1f0)][_0x5681cd(0x2f5)],'subUnitId':_0x41c5d9[_0x5681cd(0x1f0)][_0x5681cd(0x390)],'cellValue':_0x59057b['getMatrix']()}};_0x1ba9a6[_0x5681cd(0x354)](_0x6d78be);}return{'m1Prime':_0x1ba9a6,'m2Prime':_0x348a6a};}},_0x310ea8={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'handler'(_0x557602,_0x5843df){const _0x45ec99=_0x7c7d43,_0x3b34f9={'m1Prime':_0x557602,'m2Prime':_0x5843df};if(_0x557602[_0x45ec99(0x1f0)][_0x45ec99(0x2f5)]!==_0x5843df[_0x45ec99(0x1f0)]['unitId']||_0x557602[_0x45ec99(0x1f0)]['subUnitId']!==_0x5843df[_0x45ec99(0x1f0)]['subUnitId'])return _0x3b34f9;const _0x4768bb=[_0x56b8bf[_0x45ec99(0x318)][_0x45ec99(0x3a1)](_0x557602)],_0x5349a4=_0x56b8bf[_0x45ec99(0x318)][_0x45ec99(0x3a1)](_0x5843df),_0x43a228=new _0x56b8bf[(_0x45ec99(0x2bc))](_0x5349a4[_0x45ec99(0x1f0)][_0x45ec99(0x30c)]),{sourceRange:_0x15384a,targetRange:_0x5b5870}=_0x557602[_0x45ec99(0x1f0)],_0x3f6e10=_0x15384a[_0x45ec99(0x33d)],_0x2d97b4=_0x15384a[_0x45ec99(0x285)]-_0x15384a[_0x45ec99(0x33d)]+0x1,_0x1c8583=_0x5b5870['startColumn'];_0x43a228[_0x45ec99(0x252)](_0x3f6e10,_0x2d97b4,_0x1c8583);const _0x2be7fd=new _0x56b8bf[(_0x45ec99(0x2bc))]();let _0x2223b3=!0x1;if(_0x43a228['forValue']((_0x1addc4,_0x3006a1,_0x291e79)=>{const _0x5a91ff=_0x45ec99;if(_0x291e79&&_0x291e79['f']){const _0x4328fe=_0x291e79['f'];let _0x337881=!0x1;const _0x4c3bec=_0x413b96(_0x557602[_0x5a91ff(0x1f0)][_0x5a91ff(0x2f5)],_0x557602[_0x5a91ff(0x1f0)][_0x5a91ff(0x390)],_0x4328fe,_0x5547bb=>{const _0x82d8a9=_0x5a91ff,_0x498de2=_0x3dd48a['handleBaseMoveRowsCols']({'start':_0x557602[_0x82d8a9(0x1f0)][_0x82d8a9(0x288)][_0x82d8a9(0x33d)],'end':_0x557602['params'][_0x82d8a9(0x288)][_0x82d8a9(0x285)]},{'start':_0x557602['params'][_0x82d8a9(0x24c)][_0x82d8a9(0x33d)],'end':_0x557602[_0x82d8a9(0x1f0)]['targetRange'][_0x82d8a9(0x285)]},{'start':_0x5547bb[_0x82d8a9(0x33d)],'end':_0x5547bb[_0x82d8a9(0x285)]});return(_0x498de2[_0x82d8a9(0x232)]!==0x0||_0x498de2[_0x82d8a9(0x2c1)]!==0x0)&&(_0x337881=!0x0,_0x5547bb['startColumn']+=_0x498de2[_0x82d8a9(0x232)],_0x5547bb[_0x82d8a9(0x285)]+=_0x498de2['step']+_0x498de2[_0x82d8a9(0x2c1)]),_0x5547bb;});_0x337881&&(_0x2223b3=!0x0,_0x291e79['f']=_0x4c3bec,_0x2be7fd[_0x5a91ff(0x25d)](_0x1addc4,_0x3006a1,{..._0x291e79}));}}),_0x2223b3){const _0x309450={'id':_0x3dd48a[_0x45ec99(0x2d6)]['id'],'params':{'unitId':_0x5843df[_0x45ec99(0x1f0)]['unitId'],'subUnitId':_0x5843df[_0x45ec99(0x1f0)]['subUnitId'],'cellValue':_0x2be7fd[_0x45ec99(0x1e2)]()}};_0x4768bb[_0x45ec99(0x354)](_0x309450);}return _0x5349a4[_0x45ec99(0x1f0)][_0x45ec99(0x30c)]=_0x43a228[_0x45ec99(0x1e2)](),{'m1Prime':_0x4768bb,'m2Prime':_0x5349a4};}},_0x9c4cfb={'m1':_0x3dd48a['MoveRowsMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'handler'(_0x1017f1,_0x1180ba){const _0x20db7f=_0x7c7d43,_0x3a78bd={'m1Prime':_0x1017f1,'m2Prime':_0x1180ba};if(_0x1017f1[_0x20db7f(0x1f0)]['unitId']!==_0x1180ba[_0x20db7f(0x1f0)][_0x20db7f(0x2f5)]||_0x1017f1[_0x20db7f(0x1f0)][_0x20db7f(0x390)]!==_0x1180ba[_0x20db7f(0x1f0)]['subUnitId'])return _0x3a78bd;const _0x1713c2=[_0x56b8bf[_0x20db7f(0x318)][_0x20db7f(0x3a1)](_0x1017f1)],_0x44a3ea=_0x56b8bf[_0x20db7f(0x318)][_0x20db7f(0x3a1)](_0x1180ba),_0x184a56=new _0x56b8bf['ObjectMatrix'](_0x44a3ea[_0x20db7f(0x1f0)][_0x20db7f(0x30c)]),{sourceRange:_0x4a63f0,targetRange:_0x42b28c}=_0x1017f1[_0x20db7f(0x1f0)],_0x22f7fa=_0x4a63f0[_0x20db7f(0x211)],_0x5888f2=_0x4a63f0['endRow']-_0x4a63f0[_0x20db7f(0x211)]+0x1,_0x1b19db=_0x42b28c[_0x20db7f(0x211)];_0x184a56['moveRows'](_0x22f7fa,_0x5888f2,_0x1b19db);const _0x2665f5=new _0x56b8bf[(_0x20db7f(0x2bc))]();let _0x197804=!0x1;if(_0x184a56[_0x20db7f(0x253)]((_0x31752f,_0x4a2987,_0x3cf721)=>{const _0x55bcea=_0x20db7f;if(_0x3cf721&&_0x3cf721['f']){const _0x45bc48=_0x3cf721['f'];let _0x358da2=!0x1;const _0x10875b=_0x413b96(_0x1017f1[_0x55bcea(0x1f0)]['unitId'],_0x1017f1[_0x55bcea(0x1f0)][_0x55bcea(0x390)],_0x45bc48,_0x8ec155=>{const _0x21f9d4=_0x55bcea,_0x1d4302=_0x3dd48a[_0x21f9d4(0x217)]({'start':_0x1017f1[_0x21f9d4(0x1f0)][_0x21f9d4(0x288)][_0x21f9d4(0x211)],'end':_0x1017f1[_0x21f9d4(0x1f0)][_0x21f9d4(0x288)]['endRow']},{'start':_0x1017f1['params'][_0x21f9d4(0x24c)]['startRow'],'end':_0x1017f1['params'][_0x21f9d4(0x24c)][_0x21f9d4(0x2f8)]},{'start':_0x8ec155[_0x21f9d4(0x211)],'end':_0x8ec155['endRow']});return(_0x1d4302['step']!==0x0||_0x1d4302['length']!==0x0)&&(_0x358da2=!0x0,_0x8ec155[_0x21f9d4(0x211)]+=_0x1d4302[_0x21f9d4(0x232)],_0x8ec155[_0x21f9d4(0x2f8)]+=_0x1d4302[_0x21f9d4(0x232)]+_0x1d4302[_0x21f9d4(0x2c1)]),_0x8ec155;});_0x358da2&&(_0x197804=!0x0,_0x3cf721['f']=_0x10875b,_0x2665f5[_0x55bcea(0x25d)](_0x31752f,_0x4a2987,{..._0x3cf721}));}}),_0x197804){const _0x6da1ec={'id':_0x3dd48a[_0x20db7f(0x2d6)]['id'],'params':{'unitId':_0x1180ba['params'][_0x20db7f(0x2f5)],'subUnitId':_0x1180ba['params'][_0x20db7f(0x390)],'cellValue':_0x2665f5[_0x20db7f(0x1e2)]()}};_0x1713c2['push'](_0x6da1ec);}return _0x44a3ea[_0x20db7f(0x1f0)][_0x20db7f(0x30c)]=_0x184a56[_0x20db7f(0x1e2)](),{'m1Prime':_0x1713c2,'m2Prime':_0x44a3ea};}},_0x3a4d37={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a['SetRangeValuesMutation']['id'],'handler'(_0x4effdf,_0x17e1a2){const _0x15e729=_0x7c7d43,_0x485548={'m1Prime':_0x4effdf,'m2Prime':_0x17e1a2};if(_0x4effdf['params'][_0x15e729(0x2f5)]!==_0x17e1a2[_0x15e729(0x1f0)][_0x15e729(0x2f5)]||_0x4effdf[_0x15e729(0x1f0)]['subUnitId']!==_0x17e1a2['params'][_0x15e729(0x390)])return _0x485548;const _0x33aeff=[_0x56b8bf[_0x15e729(0x318)][_0x15e729(0x3a1)](_0x4effdf)],_0x19ce0b=_0x56b8bf[_0x15e729(0x318)]['deepClone'](_0x17e1a2),_0x5d976d=new _0x56b8bf['ObjectMatrix'](_0x19ce0b[_0x15e729(0x1f0)][_0x15e729(0x30c)]),_0x4315cf=_0x5d976d[_0x15e729(0x341)](),_0x1e9df3=_0x4effdf[_0x15e729(0x1f0)][_0x15e729(0x331)],_0x3f76f3=_0x1e9df3[_0x15e729(0x285)]-_0x1e9df3[_0x15e729(0x33d)]+0x1;if(_0x19ce0b[_0x15e729(0x1f0)][_0x15e729(0x30c)]&&_0x1e9df3[_0x15e729(0x285)]<_0x4315cf[_0x15e729(0x33d)])_0x2d6980(_0x19ce0b[_0x15e729(0x1f0)][_0x15e729(0x30c)],_0x4315cf[_0x15e729(0x33d)],_0x4315cf[_0x15e729(0x285)]-_0x4315cf[_0x15e729(0x33d)]+0x1,-_0x3f76f3);else{if(_0x1e9df3[_0x15e729(0x33d)]<=_0x4315cf[_0x15e729(0x285)])return{'error':new Error(_0x15e729(0x3a4))};}const _0x4576ec=new _0x56b8bf[(_0x15e729(0x2bc))]();let _0x209cbf=!0x1,_0x1dd0b4=!0x1;if(_0x5d976d[_0x15e729(0x253)]((_0x3f3a65,_0xad03cd,_0x29d3a1)=>{const _0x16b48f=_0x15e729;if(_0x29d3a1&&_0x29d3a1['f']){const _0x3fc873=_0x29d3a1['f'];let _0x4ba82d=!0x1;const _0x4d5ed9=_0x413b96(_0x4effdf[_0x16b48f(0x1f0)]['unitId'],_0x4effdf[_0x16b48f(0x1f0)]['subUnitId'],_0x3fc873,_0x2decf0=>{const _0x482d69=_0x16b48f,_0x3fc5e8=_0x3dd48a[_0x482d69(0x1fe)](_0x5192e9(_0x4effdf[_0x482d69(0x1f0)][_0x482d69(0x331)]),_0x5192e9(_0x2decf0));return _0x3fc5e8===null?(_0x209cbf=!0x0,_0x2decf0):((_0x3fc5e8[_0x482d69(0x232)]!==0x0||_0x3fc5e8[_0x482d69(0x2c1)]!==0x0)&&(_0x4ba82d=!0x0,_0x2decf0[_0x482d69(0x33d)]+=_0x3fc5e8[_0x482d69(0x232)],_0x2decf0[_0x482d69(0x285)]+=_0x3fc5e8[_0x482d69(0x232)]+_0x3fc5e8[_0x482d69(0x2c1)]),_0x2decf0);});_0x4ba82d&&(_0x1dd0b4=!0x0,_0x29d3a1['f']=_0x4d5ed9,_0x4576ec[_0x16b48f(0x25d)](_0x3f3a65,_0xad03cd,{..._0x29d3a1}));}}),_0x209cbf)return{'error':new Error(_0x15e729(0x316))};if(_0x1dd0b4){const _0x439f1b={'id':_0x3dd48a[_0x15e729(0x2d6)]['id'],'params':{'unitId':_0x17e1a2[_0x15e729(0x1f0)][_0x15e729(0x2f5)],'subUnitId':_0x17e1a2[_0x15e729(0x1f0)][_0x15e729(0x390)],'cellValue':_0x4576ec[_0x15e729(0x1e2)]()}};_0x33aeff['push'](_0x439f1b);}return{'m1Prime':_0x33aeff,'m2Prime':_0x19ce0b};}},_0x4abca7={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'handler'(_0x1f641b,_0x4b4efd){const _0x5caa04=_0x7c7d43,_0x52be9e={'m1Prime':_0x1f641b,'m2Prime':_0x4b4efd};if(_0x1f641b[_0x5caa04(0x1f0)]['unitId']!==_0x4b4efd[_0x5caa04(0x1f0)][_0x5caa04(0x2f5)]||_0x1f641b[_0x5caa04(0x1f0)][_0x5caa04(0x390)]!==_0x4b4efd[_0x5caa04(0x1f0)]['subUnitId'])return _0x52be9e;const _0x540c25=[_0x56b8bf[_0x5caa04(0x318)]['deepClone'](_0x1f641b)],_0x446547=_0x56b8bf[_0x5caa04(0x318)]['deepClone'](_0x4b4efd),_0x4ff532=new _0x56b8bf[(_0x5caa04(0x2bc))](_0x446547[_0x5caa04(0x1f0)][_0x5caa04(0x30c)]),_0x50afe9=_0x4ff532[_0x5caa04(0x341)](),_0x463fe5=_0x1f641b['params'][_0x5caa04(0x331)],_0x178a5e=_0x463fe5[_0x5caa04(0x2f8)]-_0x463fe5[_0x5caa04(0x211)]+0x1;if(_0x446547[_0x5caa04(0x1f0)]['cellValue']&&_0x463fe5[_0x5caa04(0x2f8)]<_0x50afe9[_0x5caa04(0x211)])_0x2e4127(_0x446547[_0x5caa04(0x1f0)][_0x5caa04(0x30c)],_0x50afe9[_0x5caa04(0x211)],_0x50afe9[_0x5caa04(0x2f8)]-_0x50afe9[_0x5caa04(0x211)]+0x1,-_0x178a5e);else{if(_0x463fe5[_0x5caa04(0x211)]<=_0x50afe9['endRow'])return{'error':new Error(_0x5caa04(0x31e))};}const _0x194d3b=new _0x56b8bf[(_0x5caa04(0x2bc))]();let _0x433ddd=!0x1,_0x52532a=!0x1;if(_0x4ff532[_0x5caa04(0x253)]((_0xcf0e9f,_0x314a9c,_0x10a7eb)=>{const _0x334950=_0x5caa04;if(_0x10a7eb&&_0x10a7eb['f']){const _0x56c581=_0x10a7eb['f'];let _0x49463d=!0x1;const _0x54ad18=_0x413b96(_0x1f641b[_0x334950(0x1f0)][_0x334950(0x2f5)],_0x1f641b[_0x334950(0x1f0)]['subUnitId'],_0x56c581,_0x3d27d9=>{const _0x11dd8f=_0x334950,_0x3b1b85=_0x3dd48a[_0x11dd8f(0x1fe)](_0x5192e9(_0x3dd48a[_0x11dd8f(0x284)](_0x1f641b[_0x11dd8f(0x1f0)][_0x11dd8f(0x331)])),_0x5192e9(_0x3dd48a[_0x11dd8f(0x284)](_0x3d27d9)));return _0x3b1b85===null?(_0x433ddd=!0x0,_0x3d27d9):((_0x3b1b85[_0x11dd8f(0x232)]!==0x0||_0x3b1b85[_0x11dd8f(0x2c1)]!==0x0)&&(_0x49463d=!0x0,_0x3d27d9[_0x11dd8f(0x211)]+=_0x3b1b85[_0x11dd8f(0x232)],_0x3d27d9[_0x11dd8f(0x2f8)]+=_0x3b1b85['step']+_0x3b1b85[_0x11dd8f(0x2c1)]),_0x3d27d9);});_0x49463d&&(_0x52532a=!0x0,_0x10a7eb['f']=_0x54ad18,_0x194d3b['setValue'](_0xcf0e9f,_0x314a9c,{..._0x10a7eb}));}}),_0x433ddd)return{'error':new Error(_0x5caa04(0x311))};if(_0x52532a){const _0x4fd724={'id':_0x3dd48a[_0x5caa04(0x2d6)]['id'],'params':{'unitId':_0x4b4efd[_0x5caa04(0x1f0)]['unitId'],'subUnitId':_0x4b4efd[_0x5caa04(0x1f0)][_0x5caa04(0x390)],'cellValue':_0x194d3b['getMatrix']()}};_0x540c25[_0x5caa04(0x354)](_0x4fd724);}return{'m1Prime':_0x540c25,'m2Prime':_0x446547};}},_0x5e2a9c={'m1':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler'(_0x4f034e,_0x19d0d0){const _0x443950=_0x7c7d43,_0x43463a={'m1Prime':_0x4f034e,'m2Prime':_0x19d0d0};if(_0x4f034e[_0x443950(0x1f0)][_0x443950(0x2f5)]!==_0x19d0d0[_0x443950(0x1f0)]['unitId'])return _0x43463a;const _0xa84916=new _0x56b8bf['ObjectMatrix'](_0x4f034e[_0x443950(0x1f0)][_0x443950(0x2d2)][_0x443950(0x397)])[_0x443950(0x341)](),_0x46a1a2=new _0x56b8bf[(_0x443950(0x2bc))](_0x19d0d0[_0x443950(0x1f0)][_0x443950(0x2d2)][_0x443950(0x397)])['getDataRange'](),_0x19ee39=new _0x56b8bf[(_0x443950(0x2bc))](_0x4f034e[_0x443950(0x1f0)]['to'][_0x443950(0x397)])[_0x443950(0x341)](),_0x245e32=new _0x56b8bf[(_0x443950(0x2bc))](_0x19d0d0[_0x443950(0x1f0)]['to']['value'])['getDataRange']();return _0x4f034e['params'][_0x443950(0x2d2)][_0x443950(0x390)]===_0x19d0d0[_0x443950(0x1f0)][_0x443950(0x2d2)]['subUnitId']&&_0x56b8bf[_0x443950(0x23f)][_0x443950(0x2ad)](_0xa84916,_0x46a1a2)||_0x4f034e[_0x443950(0x1f0)]['to'][_0x443950(0x390)]===_0x19d0d0[_0x443950(0x1f0)]['to']['subUnitId']&&_0x56b8bf['Rectangle']['intersects'](_0x19ee39,_0x245e32)||_0x4f034e['params'][_0x443950(0x2d2)][_0x443950(0x390)]===_0x19d0d0[_0x443950(0x1f0)]['to'][_0x443950(0x390)]&&_0x56b8bf[_0x443950(0x23f)][_0x443950(0x2ad)](_0xa84916,_0x245e32)||_0x4f034e[_0x443950(0x1f0)]['to'][_0x443950(0x390)]===_0x19d0d0[_0x443950(0x1f0)]['from'][_0x443950(0x390)]&&_0x56b8bf[_0x443950(0x23f)][_0x443950(0x2ad)](_0x19ee39,_0x46a1a2)?{'error':new Error(_0x443950(0x365))}:_0x43463a;}},_0x177ab2={'m1':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler'(_0x2d7c4d,_0x584ac5){const _0x116d80=_0x7c7d43,_0x52b24c={'m1Prime':_0x2d7c4d,'m2Prime':_0x584ac5};if(_0x2d7c4d['params']['unitId']!==_0x584ac5[_0x116d80(0x1f0)][_0x116d80(0x2f5)])return _0x52b24c;const _0x6c59ac=new _0x56b8bf[(_0x116d80(0x2bc))](_0x2d7c4d[_0x116d80(0x1f0)]['cellValue'])[_0x116d80(0x341)](),_0x360b18=new _0x56b8bf[(_0x116d80(0x2bc))](_0x584ac5['params'][_0x116d80(0x2d2)][_0x116d80(0x397)])[_0x116d80(0x341)](),_0x4e7222=new _0x56b8bf[(_0x116d80(0x2bc))](_0x584ac5[_0x116d80(0x1f0)]['to'][_0x116d80(0x397)])[_0x116d80(0x341)]();return _0x2d7c4d[_0x116d80(0x1f0)][_0x116d80(0x390)]===_0x584ac5[_0x116d80(0x1f0)][_0x116d80(0x2d2)][_0x116d80(0x390)]&&_0x56b8bf[_0x116d80(0x23f)]['intersects'](_0x6c59ac,_0x360b18)||_0x2d7c4d[_0x116d80(0x1f0)][_0x116d80(0x390)]===_0x584ac5['params']['to'][_0x116d80(0x390)]&&_0x56b8bf[_0x116d80(0x23f)][_0x116d80(0x2ad)](_0x6c59ac,_0x4e7222)?{'error':new Error('Set-range-values\x20mutation\x20and\x20move-range\x20mutation\x20have\x20an\x20overlapping\x20range.')}:_0x52b24c;}},_0x8d2b24={'m1':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'m2':_0x3dd48a['SetRangeValuesMutation']['id'],'handler'(_0x117225,_0x490301){const _0x2d07d2=_0x7c7d43,_0x3aa015={'m1Prime':_0x117225,'m2Prime':_0x490301};if(_0x117225[_0x2d07d2(0x1f0)][_0x2d07d2(0x2f5)]!==_0x490301[_0x2d07d2(0x1f0)][_0x2d07d2(0x2f5)]||_0x117225[_0x2d07d2(0x1f0)]['subUnitId']!==_0x490301[_0x2d07d2(0x1f0)]['subUnitId'])return _0x3aa015;const _0x3a0454=_0x56b8bf['Tools']['deepClone'](_0x117225),_0x103622=_0x56b8bf[_0x2d07d2(0x318)]['deepClone'](_0x490301),_0x464dfa=_0x56b8bf[_0x2d07d2(0x318)][_0x2d07d2(0x3a1)](_0x490301),_0x267a67=new _0x56b8bf[(_0x2d07d2(0x2bc))](_0x3a0454[_0x2d07d2(0x1f0)][_0x2d07d2(0x30c)]),_0x270109=_0x267a67[_0x2d07d2(0x341)](),_0x3fd282=new _0x56b8bf[(_0x2d07d2(0x2bc))](_0x490301[_0x2d07d2(0x1f0)][_0x2d07d2(0x30c)]),_0x4e7994=new _0x56b8bf[(_0x2d07d2(0x2bc))](),_0x5b5868=_0x3fd282[_0x2d07d2(0x341)]();return _0x56b8bf[_0x2d07d2(0x23f)]['intersects'](_0x270109,_0x5b5868)?(_0x267a67[_0x2d07d2(0x253)]((_0x593218,_0x4b369b,_0x9c701)=>{const _0x53afe0=_0x2d07d2;var _0x369e07;const _0x130ca7=_0x3fd282[_0x53afe0(0x2d5)](_0x593218,_0x4b369b);_0x130ca7===null&&_0x267a67['realDeleteValue'](_0x593218,_0x4b369b),_0x9c701&&_0x130ca7&&(typeof(_0x130ca7==null?void 0x0:_0x130ca7['s'])=='string'&&(_0x130ca7['s']=_0x56b8bf[_0x53afe0(0x318)][_0x53afe0(0x3a1)]((_0x369e07=_0x103622[_0x53afe0(0x1f0)][_0x53afe0(0x1e4)])==null?void 0x0:_0x369e07[_0x130ca7['s']])||void 0x0),_0x4e7994[_0x53afe0(0x25d)](_0x593218,_0x4b369b,_0x130ca7));}),_0x3a0454[_0x2d07d2(0x1f0)]['cellValue']=_0x267a67[_0x2d07d2(0x1e2)](),_0x103622[_0x2d07d2(0x1f0)][_0x2d07d2(0x30c)]=_0x4e7994[_0x2d07d2(0x1e2)](),{'m1Prime':[_0x3a0454,_0x103622],'m2Prime':_0x464dfa}):_0x3aa015;}},_0x258de8={'m1':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler'(_0x132111,_0x2a4f13){const _0x42b8d1=_0x7c7d43,_0x576c4f={'m1Prime':_0x132111,'m2Prime':_0x2a4f13};if(_0x132111['params'][_0x42b8d1(0x2f5)]!==_0x2a4f13[_0x42b8d1(0x1f0)][_0x42b8d1(0x2f5)]||_0x132111[_0x42b8d1(0x1f0)][_0x42b8d1(0x390)]!==_0x2a4f13[_0x42b8d1(0x1f0)][_0x42b8d1(0x2d2)][_0x42b8d1(0x390)]&&_0x132111[_0x42b8d1(0x1f0)][_0x42b8d1(0x390)]!==_0x2a4f13[_0x42b8d1(0x1f0)]['to']['subUnitId'])return _0x576c4f;const _0x5b8a81=_0x56b8bf[_0x42b8d1(0x318)][_0x42b8d1(0x3a1)](_0x132111),_0xf710eb=_0x56b8bf[_0x42b8d1(0x318)]['deepClone'](_0x2a4f13),_0x67d655=_0x132111[_0x42b8d1(0x1f0)][_0x42b8d1(0x288)],_0x2e9607=_0x132111[_0x42b8d1(0x1f0)][_0x42b8d1(0x24c)];if(_0x132111[_0x42b8d1(0x1f0)]['subUnitId']===_0x2a4f13[_0x42b8d1(0x1f0)][_0x42b8d1(0x2d2)]['subUnitId']){const _0x4c1d0b=new _0x56b8bf[(_0x42b8d1(0x2bc))](_0xf710eb[_0x42b8d1(0x1f0)][_0x42b8d1(0x2d2)]['value']),_0x1af5a4=_0x4c1d0b[_0x42b8d1(0x341)]();if(_0x41f7d8({'start':_0x67d655[_0x42b8d1(0x211)],'end':_0x67d655[_0x42b8d1(0x2f8)]},{'start':_0x1af5a4[_0x42b8d1(0x211)],'end':_0x1af5a4[_0x42b8d1(0x2f8)]})||_0x41f7d8({'start':_0x2e9607[_0x42b8d1(0x211)],'end':_0x2e9607['endRow']},{'start':_0x1af5a4[_0x42b8d1(0x211)],'end':_0x1af5a4[_0x42b8d1(0x2f8)]}))return{'error':new Error(_0x42b8d1(0x31f))};const _0x5d58ce=_0x3dd48a[_0x42b8d1(0x217)]({'start':_0x67d655[_0x42b8d1(0x211)],'end':_0x67d655[_0x42b8d1(0x2f8)]},{'start':_0x2e9607['startRow'],'end':_0x2e9607[_0x42b8d1(0x2f8)]},{'start':_0x1af5a4[_0x42b8d1(0x211)],'end':_0x1af5a4[_0x42b8d1(0x2f8)]});if(_0x5d58ce[_0x42b8d1(0x2c1)]!==0x0)return{'error':new Error(_0x42b8d1(0x31f))};_0x5d58ce[_0x42b8d1(0x232)]!==0x0&&_0x4c1d0b[_0x42b8d1(0x277)](_0x67d655[_0x42b8d1(0x211)],_0x67d655[_0x42b8d1(0x2f8)]-_0x67d655[_0x42b8d1(0x211)]+0x1,_0x2e9607[_0x42b8d1(0x211)]),_0xf710eb[_0x42b8d1(0x1f0)][_0x42b8d1(0x2d2)][_0x42b8d1(0x397)]=_0x4c1d0b[_0x42b8d1(0x1e2)]();}if(_0x132111[_0x42b8d1(0x1f0)]['subUnitId']===_0x2a4f13[_0x42b8d1(0x1f0)]['to'][_0x42b8d1(0x390)]){const _0x2cabf3=new _0x56b8bf['ObjectMatrix'](_0xf710eb[_0x42b8d1(0x1f0)]['to'][_0x42b8d1(0x397)]),_0x185eeb=_0x2cabf3[_0x42b8d1(0x341)]();if(_0x41f7d8({'start':_0x67d655['startRow'],'end':_0x67d655[_0x42b8d1(0x2f8)]},{'start':_0x185eeb['startRow'],'end':_0x185eeb[_0x42b8d1(0x2f8)]})||_0x41f7d8({'start':_0x2e9607[_0x42b8d1(0x211)],'end':_0x2e9607[_0x42b8d1(0x2f8)]},{'start':_0x185eeb[_0x42b8d1(0x211)],'end':_0x185eeb[_0x42b8d1(0x2f8)]}))return{'error':new Error(_0x42b8d1(0x31f))};const _0x19d5e3=_0x3dd48a[_0x42b8d1(0x217)]({'start':_0x67d655['startRow'],'end':_0x67d655[_0x42b8d1(0x2f8)]},{'start':_0x2e9607[_0x42b8d1(0x211)],'end':_0x2e9607[_0x42b8d1(0x2f8)]},{'start':_0x185eeb[_0x42b8d1(0x211)],'end':_0x185eeb[_0x42b8d1(0x2f8)]});if(_0x19d5e3[_0x42b8d1(0x2c1)]!==0x0)return{'error':new Error(_0x42b8d1(0x31f))};_0x19d5e3['step']!==0x0&&_0x2cabf3['moveRows'](_0x67d655['startRow'],_0x67d655['endRow']-_0x67d655['startRow']+0x1,_0x2e9607[_0x42b8d1(0x211)]),_0xf710eb[_0x42b8d1(0x1f0)]['to'][_0x42b8d1(0x397)]=_0x2cabf3[_0x42b8d1(0x1e2)]();}return{'m1Prime':_0x5b8a81,'m2Prime':_0xf710eb};}},_0x12ded8={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a['MoveRangeMutation']['id'],'handler'(_0x4f36e6,_0x10330c){const _0x7fe3e2=_0x7c7d43,_0x188fbe={'m1Prime':_0x4f36e6,'m2Prime':_0x10330c};if(_0x4f36e6[_0x7fe3e2(0x1f0)]['unitId']!==_0x10330c[_0x7fe3e2(0x1f0)]['unitId']||_0x4f36e6[_0x7fe3e2(0x1f0)][_0x7fe3e2(0x390)]!==_0x10330c[_0x7fe3e2(0x1f0)]['from'][_0x7fe3e2(0x390)]&&_0x4f36e6[_0x7fe3e2(0x1f0)]['subUnitId']!==_0x10330c[_0x7fe3e2(0x1f0)]['to']['subUnitId'])return _0x188fbe;const _0x4687b0=_0x56b8bf['Tools'][_0x7fe3e2(0x3a1)](_0x4f36e6),_0x2cacee=_0x56b8bf[_0x7fe3e2(0x318)][_0x7fe3e2(0x3a1)](_0x10330c),_0x5d10d0=_0x4f36e6[_0x7fe3e2(0x1f0)]['sourceRange'],_0x4894e=_0x4f36e6['params']['targetRange'];if(_0x4f36e6['params'][_0x7fe3e2(0x390)]===_0x10330c[_0x7fe3e2(0x1f0)][_0x7fe3e2(0x2d2)][_0x7fe3e2(0x390)]){const _0x33553c=new _0x56b8bf[(_0x7fe3e2(0x2bc))](_0x2cacee['params'][_0x7fe3e2(0x2d2)][_0x7fe3e2(0x397)]),_0x583386=_0x33553c['getDataRange']();if(_0x41f7d8({'start':_0x5d10d0[_0x7fe3e2(0x33d)],'end':_0x5d10d0['endColumn']},{'start':_0x583386[_0x7fe3e2(0x33d)],'end':_0x583386[_0x7fe3e2(0x285)]})||_0x41f7d8({'start':_0x4894e[_0x7fe3e2(0x33d)],'end':_0x4894e[_0x7fe3e2(0x285)]},{'start':_0x583386[_0x7fe3e2(0x33d)],'end':_0x583386[_0x7fe3e2(0x285)]}))return{'error':new Error(_0x7fe3e2(0x267))};const _0x263623=_0x3dd48a[_0x7fe3e2(0x217)]({'start':_0x5d10d0[_0x7fe3e2(0x33d)],'end':_0x5d10d0[_0x7fe3e2(0x285)]},{'start':_0x4894e[_0x7fe3e2(0x33d)],'end':_0x4894e[_0x7fe3e2(0x285)]},{'start':_0x583386[_0x7fe3e2(0x33d)],'end':_0x583386[_0x7fe3e2(0x285)]});if(_0x263623['length']!==0x0)return{'error':new Error(_0x7fe3e2(0x267))};_0x263623[_0x7fe3e2(0x232)]!==0x0&&_0x33553c[_0x7fe3e2(0x252)](_0x5d10d0[_0x7fe3e2(0x33d)],_0x5d10d0['endColumn']-_0x5d10d0['startColumn']+0x1,_0x4894e[_0x7fe3e2(0x33d)]),_0x2cacee[_0x7fe3e2(0x1f0)][_0x7fe3e2(0x2d2)][_0x7fe3e2(0x397)]=_0x33553c[_0x7fe3e2(0x1e2)]();}if(_0x4f36e6[_0x7fe3e2(0x1f0)]['subUnitId']===_0x10330c[_0x7fe3e2(0x1f0)]['to'][_0x7fe3e2(0x390)]){const _0xafc0f4=new _0x56b8bf['ObjectMatrix'](_0x2cacee[_0x7fe3e2(0x1f0)]['to'][_0x7fe3e2(0x397)]),_0x58f253=_0xafc0f4[_0x7fe3e2(0x341)]();if(_0x41f7d8({'start':_0x5d10d0[_0x7fe3e2(0x33d)],'end':_0x5d10d0[_0x7fe3e2(0x285)]},{'start':_0x58f253[_0x7fe3e2(0x33d)],'end':_0x58f253[_0x7fe3e2(0x285)]})||_0x41f7d8({'start':_0x4894e[_0x7fe3e2(0x33d)],'end':_0x4894e['endColumn']},{'start':_0x58f253[_0x7fe3e2(0x33d)],'end':_0x58f253[_0x7fe3e2(0x285)]}))return{'error':new Error(_0x7fe3e2(0x267))};const _0x48f3ce=_0x3dd48a['handleBaseMoveRowsCols']({'start':_0x5d10d0[_0x7fe3e2(0x33d)],'end':_0x5d10d0['endColumn']},{'start':_0x4894e['startColumn'],'end':_0x4894e[_0x7fe3e2(0x285)]},{'start':_0x58f253[_0x7fe3e2(0x33d)],'end':_0x58f253[_0x7fe3e2(0x285)]});if(_0x48f3ce[_0x7fe3e2(0x2c1)]!==0x0)return{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20move\x20range')};_0x48f3ce[_0x7fe3e2(0x232)]!==0x0&&_0xafc0f4[_0x7fe3e2(0x252)](_0x5d10d0['startColumn'],_0x5d10d0['endColumn']-_0x5d10d0[_0x7fe3e2(0x33d)]+0x1,_0x4894e[_0x7fe3e2(0x33d)]),_0x2cacee[_0x7fe3e2(0x1f0)]['to']['value']=_0xafc0f4[_0x7fe3e2(0x1e2)]();}return{'m1Prime':_0x4687b0,'m2Prime':_0x2cacee};}},_0x487939={'m1':_0x3dd48a[_0x7c7d43(0x21c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x21c)]['id'],'handler'(_0xaef0b2,_0x503e6f){const _0x56d693=_0x7c7d43,_0x36e22e={'m1Prime':_0xaef0b2,'m2Prime':_0x503e6f};return _0xaef0b2[_0x56d693(0x1f0)]['unitId']!==_0x503e6f['params'][_0x56d693(0x2f5)]||_0xaef0b2[_0x56d693(0x1f0)][_0x56d693(0x390)]!==_0x503e6f['params']['subUnitId']?_0x36e22e:{'error':new Error('Two\x20set-worksheet-name\x20mutations\x20have\x20conflict.')};}},_0x2bc089={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x3dd48a['SetColHiddenMutation']['id'],'handler'(_0x4757d0,_0x5a003b){const _0xd2d615=_0x7c7d43,_0x7f05fe={'m1Prime':_0x4757d0,'m2Prime':_0x5a003b};if(_0x4757d0[_0xd2d615(0x1f0)]['unitId']!==_0x5a003b[_0xd2d615(0x1f0)][_0xd2d615(0x2f5)]||_0x4757d0[_0xd2d615(0x1f0)]['subUnitId']!==_0x5a003b['params']['subUnitId'])return _0x7f05fe;const _0x1c5fe7=_0x56b8bf[_0xd2d615(0x318)][_0xd2d615(0x3a1)](_0x4757d0),_0x4bbb16=_0x56b8bf['Tools'][_0xd2d615(0x3a1)](_0x5a003b),{ranges:_0x3eb5cf}=_0x4bbb16[_0xd2d615(0x1f0)];return _0x3eb5cf[_0xd2d615(0x350)](_0x347ea8=>{const _0x2905b0=_0xd2d615,_0x50b4a6=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0x4757d0[_0x2905b0(0x1f0)][_0x2905b0(0x331)]),_0x347ea8);return _0x50b4a6['length']!==0x0?!0x0:(_0x347ea8[_0x2905b0(0x33d)]+=_0x50b4a6['step'],_0x347ea8[_0x2905b0(0x285)]+=_0x50b4a6['step'],!0x1);})?{'error':new Error(_0xd2d615(0x323))}:{'m1Prime':_0x1c5fe7,'m2Prime':_0x4bbb16};}},_0x323402={'m1':_0x3dd48a['InsertColMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x31d)]['id'],'handler'(_0x4ed77e,_0x54e574){const _0x524320=_0x7c7d43,_0x2e1f7e={'m1Prime':_0x4ed77e,'m2Prime':_0x54e574};if(_0x4ed77e['params']['unitId']!==_0x54e574[_0x524320(0x1f0)]['unitId']||_0x4ed77e[_0x524320(0x1f0)][_0x524320(0x390)]!==_0x54e574[_0x524320(0x1f0)][_0x524320(0x390)])return _0x2e1f7e;const _0x159cfe=_0x56b8bf[_0x524320(0x318)][_0x524320(0x3a1)](_0x4ed77e),_0x756935=_0x56b8bf[_0x524320(0x318)][_0x524320(0x3a1)](_0x54e574),{ranges:_0x5711d5}=_0x756935['params'];return _0x5711d5['some'](_0x26fd3d=>{const _0xd1a193=_0x524320,_0x3ad8e9=_0x3dd48a[_0xd1a193(0x30a)](_0x5192e9(_0x4ed77e[_0xd1a193(0x1f0)][_0xd1a193(0x331)]),_0x26fd3d);return _0x3ad8e9[_0xd1a193(0x2c1)]!==0x0?!0x0:(_0x26fd3d[_0xd1a193(0x33d)]+=_0x3ad8e9[_0xd1a193(0x232)],_0x26fd3d[_0xd1a193(0x285)]+=_0x3ad8e9[_0xd1a193(0x232)],!0x1);})?{'error':new Error(_0x524320(0x2ef))}:{'m1Prime':_0x159cfe,'m2Prime':_0x756935};}},_0x7ddfaf={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x383)]['id'],'handler'(_0x5d5278,_0x14fe37){const _0x11b6f9=_0x7c7d43,_0x473c37={'m1Prime':_0x5d5278,'m2Prime':_0x14fe37};if(_0x5d5278[_0x11b6f9(0x1f0)][_0x11b6f9(0x2f5)]!==_0x14fe37[_0x11b6f9(0x1f0)][_0x11b6f9(0x2f5)]||_0x5d5278[_0x11b6f9(0x1f0)]['subUnitId']!==_0x14fe37[_0x11b6f9(0x1f0)][_0x11b6f9(0x390)])return _0x473c37;const _0x5e6256=_0x56b8bf[_0x11b6f9(0x318)]['deepClone'](_0x5d5278),_0x4fe385=_0x56b8bf[_0x11b6f9(0x318)]['deepClone'](_0x14fe37),{ranges:_0x2a97c2}=_0x4fe385['params'];return _0x2a97c2[_0x11b6f9(0x350)](_0x5eb0b0=>{const _0x56355d=_0x11b6f9,_0x1169fd=_0x3dd48a[_0x56355d(0x30a)](_0x5192e9(_0x3dd48a[_0x56355d(0x284)](_0x5d5278[_0x56355d(0x1f0)][_0x56355d(0x331)])),_0x5192e9(_0x3dd48a[_0x56355d(0x284)](_0x5eb0b0)));return _0x1169fd['length']!==0x0?!0x0:(_0x5eb0b0[_0x56355d(0x211)]+=_0x1169fd[_0x56355d(0x232)],_0x5eb0b0[_0x56355d(0x2f8)]+=_0x1169fd[_0x56355d(0x232)],!0x1);})?{'error':new Error(_0x11b6f9(0x308))}:{'m1Prime':_0x5e6256,'m2Prime':_0x4fe385};}},_0x1a3835={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x353)]['id'],'handler'(_0x195263,_0x1b7db9){const _0x2d2bb6=_0x7c7d43,_0x4451f4={'m1Prime':_0x195263,'m2Prime':_0x1b7db9};if(_0x195263[_0x2d2bb6(0x1f0)][_0x2d2bb6(0x2f5)]!==_0x1b7db9[_0x2d2bb6(0x1f0)][_0x2d2bb6(0x2f5)]||_0x195263[_0x2d2bb6(0x1f0)][_0x2d2bb6(0x390)]!==_0x1b7db9['params'][_0x2d2bb6(0x390)])return _0x4451f4;const _0x146d9c=_0x56b8bf['Tools'][_0x2d2bb6(0x3a1)](_0x195263),_0x179de7=_0x56b8bf[_0x2d2bb6(0x318)]['deepClone'](_0x1b7db9),{ranges:_0x232096}=_0x179de7[_0x2d2bb6(0x1f0)];return _0x232096[_0x2d2bb6(0x350)](_0x55c6bb=>{const _0x1c0c69=_0x2d2bb6,_0x5289c2=_0x3dd48a[_0x1c0c69(0x30a)](_0x5192e9(_0x3dd48a[_0x1c0c69(0x284)](_0x195263[_0x1c0c69(0x1f0)][_0x1c0c69(0x331)])),_0x5192e9(_0x3dd48a[_0x1c0c69(0x284)](_0x55c6bb)));return _0x5289c2['length']!==0x0?!0x0:(_0x55c6bb[_0x1c0c69(0x211)]+=_0x5289c2['step'],_0x55c6bb['endRow']+=_0x5289c2[_0x1c0c69(0x232)],!0x1);})?{'error':new Error(_0x2d2bb6(0x25b))}:{'m1Prime':_0x146d9c,'m2Prime':_0x179de7};}},_0x4b5345={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x383)]['id'],'handler'(_0x3ef22e,_0x594ff4){const _0x31361a=_0x7c7d43,_0x2a2a2e={'m1Prime':_0x3ef22e,'m2Prime':_0x594ff4};if(_0x3ef22e['params'][_0x31361a(0x2f5)]!==_0x594ff4['params'][_0x31361a(0x2f5)]||_0x3ef22e[_0x31361a(0x1f0)][_0x31361a(0x390)]!==_0x594ff4['params'][_0x31361a(0x390)])return _0x2a2a2e;const _0x355c6e=_0x56b8bf['Tools'][_0x31361a(0x3a1)](_0x3ef22e),_0x3af545=_0x56b8bf[_0x31361a(0x318)][_0x31361a(0x3a1)](_0x594ff4),{ranges:_0x3263e0}=_0x3af545[_0x31361a(0x1f0)];return _0x3263e0[_0x31361a(0x297)](_0xa4894a=>{const _0x115049=_0x31361a,_0x430f1e=_0x3dd48a[_0x115049(0x1fe)](_0x5192e9(_0x3dd48a[_0x115049(0x284)](_0x3ef22e['params']['range'])),_0x5192e9(_0x3dd48a[_0x115049(0x284)](_0xa4894a)));_0x430f1e==null?_0x3af545['id']=_0x3dd48a[_0x115049(0x2a8)]['id']:(_0xa4894a['startRow']+=_0x430f1e['step'],_0xa4894a[_0x115049(0x2f8)]+=_0x430f1e[_0x115049(0x232)]+_0x430f1e['length']);}),{'m1Prime':_0x355c6e,'m2Prime':_0x3af545};}},_0x17796e={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x353)]['id'],'handler'(_0x4aba71,_0x5242d7){const _0x4530c2=_0x7c7d43,_0x123879={'m1Prime':_0x4aba71,'m2Prime':_0x5242d7};if(_0x4aba71[_0x4530c2(0x1f0)]['unitId']!==_0x5242d7[_0x4530c2(0x1f0)][_0x4530c2(0x2f5)]||_0x4aba71[_0x4530c2(0x1f0)][_0x4530c2(0x390)]!==_0x5242d7['params'][_0x4530c2(0x390)])return _0x123879;const _0x4fcd88=_0x56b8bf[_0x4530c2(0x318)][_0x4530c2(0x3a1)](_0x4aba71),_0x3697df=_0x56b8bf['Tools'][_0x4530c2(0x3a1)](_0x5242d7),{ranges:_0x3d0acc}=_0x3697df[_0x4530c2(0x1f0)];return _0x3d0acc[_0x4530c2(0x297)](_0x2a3c53=>{const _0x152e5c=_0x4530c2,_0x30d377=_0x3dd48a[_0x152e5c(0x1fe)](_0x5192e9(_0x3dd48a[_0x152e5c(0x284)](_0x4aba71['params']['range'])),_0x5192e9(_0x3dd48a[_0x152e5c(0x284)](_0x2a3c53)));_0x30d377==null?_0x3697df['id']=_0x3dd48a[_0x152e5c(0x2a8)]['id']:(_0x2a3c53['startRow']+=_0x30d377[_0x152e5c(0x232)],_0x2a3c53[_0x152e5c(0x2f8)]+=_0x30d377['step']+_0x30d377[_0x152e5c(0x2c1)]);}),{'m1Prime':_0x4fcd88,'m2Prime':_0x3697df};}},_0x2dccc5={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x28e)]['id'],'handler'(_0x4b1068,_0x247d6d){const _0xce2cd9=_0x7c7d43,_0x449f50={'m1Prime':_0x4b1068,'m2Prime':_0x247d6d};if(_0x4b1068[_0xce2cd9(0x1f0)][_0xce2cd9(0x2f5)]!==_0x247d6d[_0xce2cd9(0x1f0)][_0xce2cd9(0x2f5)]||_0x4b1068[_0xce2cd9(0x1f0)][_0xce2cd9(0x390)]!==_0x247d6d[_0xce2cd9(0x1f0)][_0xce2cd9(0x390)])return _0x449f50;const _0x253058=_0x56b8bf[_0xce2cd9(0x318)][_0xce2cd9(0x3a1)](_0x4b1068),_0xde65f4=_0x56b8bf[_0xce2cd9(0x318)][_0xce2cd9(0x3a1)](_0x247d6d),{ranges:_0x3c2ce2}=_0xde65f4[_0xce2cd9(0x1f0)];return _0x3c2ce2[_0xce2cd9(0x297)](_0x3cfc60=>{const _0x177213=_0xce2cd9,_0x12abc1=_0x3dd48a[_0x177213(0x1fe)](_0x5192e9(_0x4b1068[_0x177213(0x1f0)][_0x177213(0x331)]),_0x3cfc60);_0x12abc1==null?_0xde65f4['id']=_0x3dd48a[_0x177213(0x2a8)]['id']:(_0x3cfc60[_0x177213(0x33d)]+=_0x12abc1[_0x177213(0x232)],_0x3cfc60[_0x177213(0x285)]+=_0x12abc1['step']+_0x12abc1[_0x177213(0x2c1)]);}),{'m1Prime':_0x253058,'m2Prime':_0xde65f4};}},_0x297951={'m1':_0x3dd48a['RemoveColMutation']['id'],'m2':_0x3dd48a['SetColVisibleMutation']['id'],'handler'(_0x23f345,_0x29b287){const _0x29cd30=_0x7c7d43,_0x2130e3={'m1Prime':_0x23f345,'m2Prime':_0x29b287};if(_0x23f345[_0x29cd30(0x1f0)][_0x29cd30(0x2f5)]!==_0x29b287[_0x29cd30(0x1f0)][_0x29cd30(0x2f5)]||_0x23f345[_0x29cd30(0x1f0)][_0x29cd30(0x390)]!==_0x29b287[_0x29cd30(0x1f0)][_0x29cd30(0x390)])return _0x2130e3;const _0x1dd4ac=_0x56b8bf[_0x29cd30(0x318)][_0x29cd30(0x3a1)](_0x23f345),_0x402bf3=_0x56b8bf[_0x29cd30(0x318)][_0x29cd30(0x3a1)](_0x29b287),{ranges:_0x392131}=_0x402bf3[_0x29cd30(0x1f0)];return _0x392131[_0x29cd30(0x297)](_0xc358a8=>{const _0x41f2a9=_0x29cd30,_0x119bbc=_0x3dd48a[_0x41f2a9(0x1fe)](_0x5192e9(_0x23f345[_0x41f2a9(0x1f0)][_0x41f2a9(0x331)]),_0xc358a8);_0x119bbc==null?_0x402bf3['id']=_0x3dd48a['EmptyMutation']['id']:(_0xc358a8[_0x41f2a9(0x33d)]+=_0x119bbc[_0x41f2a9(0x232)],_0xc358a8[_0x41f2a9(0x285)]+=_0x119bbc[_0x41f2a9(0x232)]+_0x119bbc['length']);}),{'m1Prime':_0x1dd4ac,'m2Prime':_0x402bf3};}},_0x502202={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a['SetColHiddenMutation']['id'],'handler'(_0x58d6e7,_0x3fe6cc){const _0x5e50c8=_0x7c7d43,_0x218fa1={'m1Prime':_0x58d6e7,'m2Prime':_0x3fe6cc};if(_0x58d6e7['params'][_0x5e50c8(0x2f5)]!==_0x3fe6cc['params']['unitId']||_0x58d6e7[_0x5e50c8(0x1f0)]['subUnitId']!==_0x3fe6cc[_0x5e50c8(0x1f0)][_0x5e50c8(0x390)])return _0x218fa1;const _0x34cd09=_0x56b8bf[_0x5e50c8(0x318)][_0x5e50c8(0x3a1)](_0x58d6e7),_0x3cfa13=_0x56b8bf['Tools'][_0x5e50c8(0x3a1)](_0x3fe6cc),{ranges:_0x17bb14}=_0x3cfa13[_0x5e50c8(0x1f0)],{sourceRange:_0x444ae2,targetRange:_0x402e97}=_0x58d6e7['params'],_0x5450e3={'start':_0x444ae2['startColumn'],'end':_0x444ae2['endColumn']},_0x22a1fd={'start':_0x402e97[_0x5e50c8(0x33d)],'end':_0x402e97[_0x5e50c8(0x285)]};return _0x17bb14[_0x5e50c8(0x350)](_0x477030=>{const _0x4a810d=_0x5e50c8,_0x520116={'start':_0x477030[_0x4a810d(0x33d)],'end':_0x477030[_0x4a810d(0x285)]},_0x4eaa0d=_0x41f7d8(_0x5450e3,_0x520116),_0x22c384=_0x41f7d8(_0x22a1fd,_0x520116);if(_0x4eaa0d||_0x22c384)return!0x0;const _0x517479=_0x3dd48a['handleBaseMoveRowsCols'](_0x5450e3,_0x22a1fd,_0x520116);return _0x517479[_0x4a810d(0x2c1)]!==0x0?!0x0:(_0x477030[_0x4a810d(0x33d)]+=_0x517479['step'],_0x477030[_0x4a810d(0x285)]+=_0x517479['step'],!0x1);})?{'error':new Error(_0x5e50c8(0x22e))}:{'m1Prime':_0x34cd09,'m2Prime':_0x3cfa13};}},_0x592379={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x31d)]['id'],'handler'(_0x5bda81,_0x4be2b7){const _0x3c4901=_0x7c7d43,_0x597683={'m1Prime':_0x5bda81,'m2Prime':_0x4be2b7};if(_0x5bda81[_0x3c4901(0x1f0)][_0x3c4901(0x2f5)]!==_0x4be2b7['params'][_0x3c4901(0x2f5)]||_0x5bda81['params'][_0x3c4901(0x390)]!==_0x4be2b7[_0x3c4901(0x1f0)]['subUnitId'])return _0x597683;const _0x5f4ba3=_0x56b8bf[_0x3c4901(0x318)][_0x3c4901(0x3a1)](_0x5bda81),_0x31c635=_0x56b8bf['Tools'][_0x3c4901(0x3a1)](_0x4be2b7),{ranges:_0x34818d}=_0x31c635[_0x3c4901(0x1f0)],{sourceRange:_0x1b6958,targetRange:_0x5ac68b}=_0x5bda81[_0x3c4901(0x1f0)],_0x229da3={'start':_0x1b6958[_0x3c4901(0x33d)],'end':_0x1b6958[_0x3c4901(0x285)]},_0x48fa94={'start':_0x5ac68b[_0x3c4901(0x33d)],'end':_0x5ac68b['endColumn']};return _0x34818d[_0x3c4901(0x350)](_0x5d103e=>{const _0x42e80a=_0x3c4901,_0x4c22a6={'start':_0x5d103e[_0x42e80a(0x33d)],'end':_0x5d103e[_0x42e80a(0x285)]},_0x142c71=_0x41f7d8(_0x229da3,_0x4c22a6),_0x69c1d0=_0x41f7d8(_0x48fa94,_0x4c22a6);if(_0x142c71||_0x69c1d0)return!0x0;const _0xc63202=_0x3dd48a['handleBaseMoveRowsCols'](_0x229da3,_0x48fa94,_0x4c22a6);return _0xc63202[_0x42e80a(0x2c1)]!==0x0?!0x0:(_0x5d103e[_0x42e80a(0x33d)]+=_0xc63202[_0x42e80a(0x232)],_0x5d103e[_0x42e80a(0x285)]+=_0xc63202[_0x42e80a(0x232)],!0x1);})?{'error':new Error('move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible')}:{'m1Prime':_0x5f4ba3,'m2Prime':_0x31c635};}},_0x1316fa={'m1':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x383)]['id'],'handler'(_0x29cbd1,_0x21b034){const _0xe4e99c=_0x7c7d43,_0x1ee15f={'m1Prime':_0x29cbd1,'m2Prime':_0x21b034};if(_0x29cbd1[_0xe4e99c(0x1f0)][_0xe4e99c(0x2f5)]!==_0x21b034['params'][_0xe4e99c(0x2f5)]||_0x29cbd1[_0xe4e99c(0x1f0)][_0xe4e99c(0x390)]!==_0x21b034[_0xe4e99c(0x1f0)][_0xe4e99c(0x390)])return _0x1ee15f;const _0x3c15e9=_0x56b8bf['Tools'][_0xe4e99c(0x3a1)](_0x29cbd1),_0x5a5ca8=_0x56b8bf[_0xe4e99c(0x318)][_0xe4e99c(0x3a1)](_0x21b034),{ranges:_0x5656ca}=_0x5a5ca8['params'],{sourceRange:_0x1c259b,targetRange:_0x336a57}=_0x29cbd1[_0xe4e99c(0x1f0)],_0x56d98f={'start':_0x1c259b['startRow'],'end':_0x1c259b[_0xe4e99c(0x2f8)]},_0xfa2483={'start':_0x336a57['startRow'],'end':_0x336a57[_0xe4e99c(0x2f8)]};return _0x5656ca['some'](_0x57e1e7=>{const _0x4f8616=_0xe4e99c,_0x32fe87={'start':_0x57e1e7[_0x4f8616(0x211)],'end':_0x57e1e7[_0x4f8616(0x2f8)]},_0x528b41=_0x41f7d8(_0x56d98f,_0x32fe87),_0x19be02=_0x41f7d8(_0xfa2483,_0x32fe87);if(_0x528b41||_0x19be02)return!0x0;const _0x52718b=_0x3dd48a[_0x4f8616(0x217)](_0x56d98f,_0xfa2483,_0x32fe87);return _0x52718b[_0x4f8616(0x2c1)]!==0x0?!0x0:(_0x57e1e7[_0x4f8616(0x211)]+=_0x52718b[_0x4f8616(0x232)],_0x57e1e7[_0x4f8616(0x2f8)]+=_0x52718b[_0x4f8616(0x232)],!0x1);})?{'error':new Error(_0xe4e99c(0x2ca))}:{'m1Prime':_0x3c15e9,'m2Prime':_0x5a5ca8};}},_0x18d584={'m1':_0x3dd48a['MoveRowsMutation']['id'],'m2':_0x3dd48a['SetRowVisibleMutation']['id'],'handler'(_0x326cb8,_0x4826db){const _0x5651b3=_0x7c7d43,_0x38f1b2={'m1Prime':_0x326cb8,'m2Prime':_0x4826db};if(_0x326cb8[_0x5651b3(0x1f0)][_0x5651b3(0x2f5)]!==_0x4826db['params'][_0x5651b3(0x2f5)]||_0x326cb8['params'][_0x5651b3(0x390)]!==_0x4826db['params'][_0x5651b3(0x390)])return _0x38f1b2;const _0x489875=_0x56b8bf[_0x5651b3(0x318)][_0x5651b3(0x3a1)](_0x326cb8),_0x440da0=_0x56b8bf['Tools']['deepClone'](_0x4826db),{ranges:_0x182ea0}=_0x440da0['params'],{sourceRange:_0x4d5958,targetRange:_0x35cb62}=_0x326cb8[_0x5651b3(0x1f0)],_0x2f417b={'start':_0x4d5958[_0x5651b3(0x211)],'end':_0x4d5958[_0x5651b3(0x2f8)]},_0x319a32={'start':_0x35cb62[_0x5651b3(0x211)],'end':_0x35cb62[_0x5651b3(0x2f8)]};return _0x182ea0['some'](_0x1da01a=>{const _0x399b73=_0x5651b3,_0x670a14={'start':_0x1da01a[_0x399b73(0x211)],'end':_0x1da01a[_0x399b73(0x2f8)]},_0x51a48d=_0x41f7d8(_0x2f417b,_0x670a14),_0x37eb2c=_0x41f7d8(_0x319a32,_0x670a14);if(_0x51a48d||_0x37eb2c)return!0x0;const _0x4f3efd=_0x3dd48a[_0x399b73(0x217)](_0x2f417b,_0x319a32,_0x670a14);return _0x4f3efd[_0x399b73(0x2c1)]!==0x0?!0x0:(_0x1da01a[_0x399b73(0x211)]+=_0x4f3efd[_0x399b73(0x232)],_0x1da01a[_0x399b73(0x2f8)]+=_0x4f3efd[_0x399b73(0x232)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible')}:{'m1Prime':_0x489875,'m2Prime':_0x440da0};}},_0x13e1e6={'m1':_0x3dd48a[_0x7c7d43(0x33c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x33c)]['id'],'handler'(_0x3d4d59,_0x57a161){const _0x2402bb=_0x7c7d43,_0x56760a={'m1Prime':_0x3d4d59,'m2Prime':_0x57a161};return _0x3d4d59['params'][_0x2402bb(0x2f5)]!==_0x57a161['params'][_0x2402bb(0x2f5)]||_0x3d4d59[_0x2402bb(0x1f0)][_0x2402bb(0x390)]!==_0x57a161[_0x2402bb(0x1f0)]['subUnitId']?_0x56760a:{'error':new Error(_0x2402bb(0x270))};}},_0x1e84ba={'m1':_0x3dd48a[_0x7c7d43(0x3b0)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x3b0)]['id'],'handler'(_0x483c9c,_0x507d59){const _0x4a4c17=_0x7c7d43;return _0x483c9c[_0x4a4c17(0x1f0)][_0x4a4c17(0x2f5)]===_0x507d59[_0x4a4c17(0x1f0)][_0x4a4c17(0x2f5)]&&_0x483c9c['params'][_0x4a4c17(0x390)]===_0x507d59[_0x4a4c17(0x1f0)][_0x4a4c17(0x390)]&&_0x483c9c[_0x4a4c17(0x1f0)][_0x4a4c17(0x2be)]!==_0x507d59[_0x4a4c17(0x1f0)]['color']?{'error':new Error('Two\x20set-tab-color\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.')}:{'m1Prime':_0x483c9c,'m2Prime':_0x507d59};}},_0x4bf81f={'m1':_0x3dd48a['InsertColMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x322)]['id'],'handler'(_0x3d5d51,_0x866da3){const _0x3f24be=_0x7c7d43,_0x48381c={'m1Prime':_0x3d5d51,'m2Prime':_0x866da3};if(_0x3d5d51[_0x3f24be(0x1f0)]['unitId']!==_0x866da3[_0x3f24be(0x1f0)]['unitId']||_0x3d5d51[_0x3f24be(0x1f0)][_0x3f24be(0x390)]!==_0x866da3[_0x3f24be(0x1f0)][_0x3f24be(0x390)])return _0x48381c;const _0x50bf03=_0x56b8bf[_0x3f24be(0x318)]['deepClone'](_0x3d5d51),_0x239b6d=_0x56b8bf['Tools'][_0x3f24be(0x3a1)](_0x866da3),{ranges:_0x455afb}=_0x239b6d['params'];return _0x455afb[_0x3f24be(0x350)](_0x180ab6=>{const _0x2bed1c=_0x3f24be,_0x3a15ae=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0x3d5d51[_0x2bed1c(0x1f0)]['range']),_0x180ab6);return _0x3a15ae[_0x2bed1c(0x2c1)]!==0x0?!0x0:(_0x180ab6[_0x2bed1c(0x33d)]+=_0x3a15ae[_0x2bed1c(0x232)],_0x180ab6[_0x2bed1c(0x285)]+=_0x3a15ae[_0x2bed1c(0x232)],!0x1);})?{'error':new Error(_0x3f24be(0x3ae))}:{'m1Prime':_0x50bf03,'m2Prime':_0x239b6d};}},_0x5381fb={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x322)]['id'],'handler'(_0x36827a,_0x1e62da){const _0x3f9bfc=_0x7c7d43,_0x5b27b1={'m1Prime':_0x36827a,'m2Prime':_0x1e62da};if(_0x36827a[_0x3f9bfc(0x1f0)]['unitId']!==_0x1e62da[_0x3f9bfc(0x1f0)]['unitId']||_0x36827a[_0x3f9bfc(0x1f0)]['subUnitId']!==_0x1e62da[_0x3f9bfc(0x1f0)][_0x3f9bfc(0x390)])return _0x5b27b1;const _0x2abd60=_0x56b8bf[_0x3f9bfc(0x318)]['deepClone'](_0x36827a),_0xbc8f70=_0x56b8bf['Tools']['deepClone'](_0x1e62da),{ranges:_0x2d8978}=_0xbc8f70[_0x3f9bfc(0x1f0)],{sourceRange:_0x43760c,targetRange:_0x3cc2f2}=_0x36827a[_0x3f9bfc(0x1f0)],_0x2cd502={'start':_0x43760c[_0x3f9bfc(0x33d)],'end':_0x43760c['endColumn']},_0x39822b={'start':_0x3cc2f2[_0x3f9bfc(0x33d)],'end':_0x3cc2f2[_0x3f9bfc(0x285)]};return _0x2d8978[_0x3f9bfc(0x350)](_0x561937=>{const _0x51e92e=_0x3f9bfc,_0x419fa6={'start':_0x561937[_0x51e92e(0x33d)],'end':_0x561937[_0x51e92e(0x285)]},_0x58749b=_0x41f7d8(_0x2cd502,_0x419fa6),_0x3e810c=_0x41f7d8(_0x39822b,_0x419fa6);if(_0x58749b||_0x3e810c)return!0x0;const _0x1049fe=_0x3dd48a[_0x51e92e(0x217)](_0x2cd502,_0x39822b,_0x419fa6);return _0x1049fe['length']!==0x0?!0x0:(_0x561937[_0x51e92e(0x33d)]+=_0x1049fe[_0x51e92e(0x232)],_0x561937['endColumn']+=_0x1049fe[_0x51e92e(0x232)],!0x1);})?{'error':new Error(_0x3f9bfc(0x3ac))}:{'m1Prime':_0x2abd60,'m2Prime':_0xbc8f70};}},_0xe5fe2e={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x322)]['id'],'handler'(_0x5eeafa,_0xafb0fe){const _0xbd3eb4=_0x7c7d43,_0x3c8682={'m1Prime':_0x5eeafa,'m2Prime':_0xafb0fe};if(_0x5eeafa['params'][_0xbd3eb4(0x2f5)]!==_0xafb0fe['params'][_0xbd3eb4(0x2f5)]||_0x5eeafa['params'][_0xbd3eb4(0x390)]!==_0xafb0fe[_0xbd3eb4(0x1f0)][_0xbd3eb4(0x390)])return _0x3c8682;const _0x40d19e=_0x56b8bf['Tools'][_0xbd3eb4(0x3a1)](_0x5eeafa),_0x5b25d9=_0x56b8bf[_0xbd3eb4(0x318)][_0xbd3eb4(0x3a1)](_0xafb0fe),{ranges:_0x582ea2}=_0x5b25d9[_0xbd3eb4(0x1f0)];return _0x582ea2[_0xbd3eb4(0x297)](_0x18752b=>{const _0x4b269d=_0xbd3eb4,_0x392b24=_0x3dd48a['handleBaseRemoveRange'](_0x5192e9(_0x5eeafa['params'][_0x4b269d(0x331)]),_0x18752b);_0x392b24==null?_0x5b25d9['id']=_0x3dd48a[_0x4b269d(0x2a8)]['id']:(_0x18752b[_0x4b269d(0x33d)]+=_0x392b24[_0x4b269d(0x232)],_0x18752b[_0x4b269d(0x285)]+=_0x392b24[_0x4b269d(0x232)]+_0x392b24[_0x4b269d(0x2c1)]);}),{'m1Prime':_0x40d19e,'m2Prime':_0x5b25d9};}},_0x3fe893={'m1':_0x3dd48a['SetWorksheetColWidthMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x322)]['id'],'handler'(_0x1d5dcb,_0x88fb08){const _0xb6259=_0x7c7d43,_0x1480a3={'m1Prime':_0x1d5dcb,'m2Prime':_0x88fb08};if(_0x1d5dcb['params'][_0xb6259(0x2f5)]!==_0x88fb08[_0xb6259(0x1f0)][_0xb6259(0x2f5)]||_0x1d5dcb['params'][_0xb6259(0x390)]!==_0x88fb08[_0xb6259(0x1f0)][_0xb6259(0x390)])return _0x1480a3;const _0x361b10=_0x1d5dcb[_0xb6259(0x1f0)]['ranges'],_0x28eede=_0x88fb08['params']['ranges'];return _0x361b10[_0xb6259(0x350)](_0x55bc69=>_0x28eede[_0xb6259(0x350)](_0x335c62=>_0x56b8bf[_0xb6259(0x23f)]['intersects'](_0x55bc69,_0x335c62)))?{'error':new Error('Two\x20set-worksheet-col-width\x20mutations\x20have\x20conflict.')}:_0x1480a3;}},_0x2ef601={'m1':_0x3dd48a['InsertColMutation']['id'],'m2':_0x3dd48a['SetNumfmtMutation']['id'],'handler'(_0x2e14f2,_0x1cca88){const _0x357300=_0x7c7d43,_0x532e68={'m1Prime':_0x2e14f2,'m2Prime':_0x1cca88};if(_0x2e14f2[_0x357300(0x1f0)]['unitId']!==_0x1cca88[_0x357300(0x1f0)][_0x357300(0x2f5)]||_0x2e14f2[_0x357300(0x1f0)]['subUnitId']!==_0x1cca88[_0x357300(0x1f0)][_0x357300(0x390)])return _0x532e68;const _0x5c2ff5=[_0x56b8bf[_0x357300(0x318)][_0x357300(0x3a1)](_0x2e14f2)],_0x495b83=_0x56b8bf[_0x357300(0x318)]['deepClone'](_0x1cca88),{values:_0x32e44a}=_0x495b83['params'],_0xd1ee53=[];let _0x4b79ed=!0x1;for(const _0x2bcaae in _0x32e44a){const _0x5b1f49=_0x32e44a[_0x2bcaae];if(_0xd1ee53[_0x357300(0x354)](..._0x5b1f49[_0x357300(0x221)]),_0x5b1f49[_0x357300(0x221)][_0x357300(0x350)](_0x567056=>{const _0x42078f=_0x357300,_0xdf8948=_0x3dd48a[_0x42078f(0x30a)](_0x5192e9(_0x2e14f2[_0x42078f(0x1f0)][_0x42078f(0x331)]),_0x5192e9(_0x567056));return _0xdf8948['length']!==0x0?!0x0:(_0xdf8948[_0x42078f(0x232)]!==0x0&&(_0x4b79ed=!0x0),_0x567056['startColumn']+=_0xdf8948[_0x42078f(0x232)],_0x567056['endColumn']+=_0xdf8948[_0x42078f(0x232)],!0x1);}))return{'error':new Error(_0x357300(0x265))};}if(_0x4b79ed){const _0x21596c={'id':_0x3dd48a[_0x357300(0x310)]['id'],'params':{'unitId':_0x1cca88[_0x357300(0x1f0)]['unitId'],'subUnitId':_0x1cca88[_0x357300(0x1f0)]['subUnitId'],'ranges':_0xd1ee53}};_0x5c2ff5['push'](_0x21596c,_0x495b83);}return{'m1Prime':_0x5c2ff5,'m2Prime':_0x495b83};}},_0x3e25ac={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x310)]['id'],'handler'(_0x2333d2,_0x33b7b4){const _0x21813b=_0x7c7d43,_0x51720b={'m1Prime':_0x2333d2,'m2Prime':_0x33b7b4};if(_0x2333d2[_0x21813b(0x1f0)]['unitId']!==_0x33b7b4['params'][_0x21813b(0x2f5)]||_0x2333d2[_0x21813b(0x1f0)]['subUnitId']!==_0x33b7b4[_0x21813b(0x1f0)][_0x21813b(0x390)])return _0x51720b;const _0xae0085=_0x56b8bf[_0x21813b(0x318)][_0x21813b(0x3a1)](_0x2333d2),_0x52b574=_0x56b8bf[_0x21813b(0x318)][_0x21813b(0x3a1)](_0x33b7b4),{ranges:_0x452a1c}=_0x52b574[_0x21813b(0x1f0)];return _0x452a1c[_0x21813b(0x350)](_0x13c37a=>{const _0x4d0d82=_0x21813b,_0x1ae121=_0x3dd48a[_0x4d0d82(0x30a)](_0x5192e9(_0x2333d2[_0x4d0d82(0x1f0)][_0x4d0d82(0x331)]),_0x5192e9(_0x13c37a));return _0x1ae121['length']!==0x0?!0x0:(_0x13c37a['startColumn']+=_0x1ae121[_0x4d0d82(0x232)],_0x13c37a['endColumn']+=_0x1ae121[_0x4d0d82(0x232)],!0x1);})?{'error':new Error('insert\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0xae0085,'m2Prime':_0x52b574};}},_0x59aa59={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'handler'(_0x570fee,_0x2f1d65){const _0x1c5bad=_0x7c7d43,_0x13cf7b={'m1Prime':_0x570fee,'m2Prime':_0x2f1d65};if(_0x570fee[_0x1c5bad(0x1f0)][_0x1c5bad(0x2f5)]!==_0x2f1d65[_0x1c5bad(0x1f0)]['unitId']||_0x570fee[_0x1c5bad(0x1f0)][_0x1c5bad(0x390)]!==_0x2f1d65[_0x1c5bad(0x1f0)][_0x1c5bad(0x390)])return _0x13cf7b;const _0x139cac=[_0x56b8bf[_0x1c5bad(0x318)][_0x1c5bad(0x3a1)](_0x570fee)],_0x3d134d=_0x56b8bf['Tools'][_0x1c5bad(0x3a1)](_0x2f1d65),{values:_0xf1e393}=_0x3d134d[_0x1c5bad(0x1f0)],_0x13629b=[];let _0x45950e=!0x1;for(const _0x37c1b0 in _0xf1e393){const _0x55a453=_0xf1e393[_0x37c1b0];if(_0x13629b[_0x1c5bad(0x354)](..._0x55a453[_0x1c5bad(0x221)]),_0x55a453[_0x1c5bad(0x221)]['some'](_0x16ff6e=>{const _0x1049c9=_0x1c5bad,_0x568d11=_0x3dd48a[_0x1049c9(0x30a)](_0x5192e9(_0x3dd48a[_0x1049c9(0x284)](_0x570fee['params'][_0x1049c9(0x331)])),_0x3dd48a[_0x1049c9(0x284)](_0x5192e9(_0x16ff6e)));return _0x568d11[_0x1049c9(0x2c1)]!==0x0?!0x0:(_0x568d11[_0x1049c9(0x232)]!==0x0&&(_0x45950e=!0x0),_0x16ff6e[_0x1049c9(0x211)]+=_0x568d11[_0x1049c9(0x232)],_0x16ff6e[_0x1049c9(0x2f8)]+=_0x568d11[_0x1049c9(0x232)],!0x1);}))return{'error':new Error(_0x1c5bad(0x385))};}if(_0x45950e){const _0x156906={'id':_0x3dd48a[_0x1c5bad(0x310)]['id'],'params':{'unitId':_0x2f1d65[_0x1c5bad(0x1f0)]['unitId'],'subUnitId':_0x2f1d65[_0x1c5bad(0x1f0)][_0x1c5bad(0x390)],'ranges':_0x13629b}};_0x139cac[_0x1c5bad(0x354)](_0x156906,_0x3d134d);}return{'m1Prime':_0x139cac,'m2Prime':_0x3d134d};}},_0x2a799a={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x310)]['id'],'handler'(_0x484d4b,_0xca3ee5){const _0xa0ddd3=_0x7c7d43,_0x52738f={'m1Prime':_0x484d4b,'m2Prime':_0xca3ee5};if(_0x484d4b['params'][_0xa0ddd3(0x2f5)]!==_0xca3ee5[_0xa0ddd3(0x1f0)][_0xa0ddd3(0x2f5)]||_0x484d4b[_0xa0ddd3(0x1f0)][_0xa0ddd3(0x390)]!==_0xca3ee5[_0xa0ddd3(0x1f0)]['subUnitId'])return _0x52738f;const _0x369fe7=_0x56b8bf[_0xa0ddd3(0x318)][_0xa0ddd3(0x3a1)](_0x484d4b),_0x30f6ce=_0x56b8bf['Tools'][_0xa0ddd3(0x3a1)](_0xca3ee5),{ranges:_0x31715d}=_0x30f6ce[_0xa0ddd3(0x1f0)];return _0x31715d['some'](_0x2f45b6=>{const _0x325392=_0xa0ddd3,_0x220b0d=_0x3dd48a[_0x325392(0x30a)](_0x5192e9(_0x3dd48a['rotateRange'](_0x484d4b['params']['range'])),_0x5192e9(_0x3dd48a[_0x325392(0x284)](_0x2f45b6)));return _0x220b0d[_0x325392(0x2c1)]!==0x0?!0x0:(_0x2f45b6[_0x325392(0x211)]+=_0x220b0d[_0x325392(0x232)],_0x2f45b6[_0x325392(0x2f8)]+=_0x220b0d[_0x325392(0x232)],!0x1);})?{'error':new Error(_0xa0ddd3(0x3ad))}:{'m1Prime':_0x369fe7,'m2Prime':_0x30f6ce};}},_0x5d4042={'m1':_0x3dd48a['MoveColsMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'handler'(_0x39c9ea,_0x1abdef){const _0x1c6460=_0x7c7d43,_0x46a5ff={'m1Prime':_0x39c9ea,'m2Prime':_0x1abdef};if(_0x39c9ea[_0x1c6460(0x1f0)][_0x1c6460(0x2f5)]!==_0x1abdef[_0x1c6460(0x1f0)][_0x1c6460(0x2f5)]||_0x39c9ea[_0x1c6460(0x1f0)][_0x1c6460(0x390)]!==_0x1abdef[_0x1c6460(0x1f0)][_0x1c6460(0x390)])return _0x46a5ff;const _0x26a8b6=[_0x56b8bf['Tools'][_0x1c6460(0x3a1)](_0x39c9ea)],_0xeeb3ca=_0x56b8bf[_0x1c6460(0x318)][_0x1c6460(0x3a1)](_0x1abdef),{sourceRange:_0x10e56a,targetRange:_0x364c58}=_0x39c9ea[_0x1c6460(0x1f0)],_0xfa90a4={'start':_0x10e56a[_0x1c6460(0x33d)],'end':_0x10e56a[_0x1c6460(0x285)]},_0x100462={'start':_0x364c58[_0x1c6460(0x33d)],'end':_0x364c58[_0x1c6460(0x285)]},{values:_0x4413b3}=_0xeeb3ca['params'],_0x4c9953=[];let _0x1afe1d=!0x1;for(const _0x5d7112 in _0x4413b3){const _0x5700aa=_0x4413b3[_0x5d7112];if(_0x4c9953[_0x1c6460(0x354)](..._0x5700aa['ranges']),_0x5700aa[_0x1c6460(0x221)]['some'](_0xff880a=>{const _0x551ff2=_0x1c6460,_0x242089={'start':_0xff880a['startColumn'],'end':_0xff880a['endColumn']},_0x3350b1=_0x41f7d8(_0xfa90a4,_0x242089),_0x42c0ff=_0x41f7d8(_0x100462,_0x242089);if(_0x3350b1||_0x42c0ff)return!0x0;const _0x54c61a=_0x3dd48a[_0x551ff2(0x217)](_0xfa90a4,_0x100462,_0x242089);return _0x54c61a[_0x551ff2(0x2c1)]!==0x0?!0x0:(_0x54c61a[_0x551ff2(0x232)]!==0x0&&(_0x1afe1d=!0x0),_0xff880a[_0x551ff2(0x33d)]+=_0x54c61a[_0x551ff2(0x232)],_0xff880a['endColumn']+=_0x54c61a[_0x551ff2(0x232)],!0x1);}))return{'error':new Error(_0x1c6460(0x2a6))};}if(_0x1afe1d){const _0x86842d={'id':_0x3dd48a[_0x1c6460(0x310)]['id'],'params':{'unitId':_0x1abdef[_0x1c6460(0x1f0)][_0x1c6460(0x2f5)],'subUnitId':_0x1abdef[_0x1c6460(0x1f0)]['subUnitId'],'ranges':_0x4c9953}};_0x26a8b6[_0x1c6460(0x354)](_0x86842d,_0xeeb3ca);}return{'m1Prime':_0x26a8b6,'m2Prime':_0xeeb3ca};}},_0x2c4419={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x310)]['id'],'handler'(_0xb32e3d,_0x2a9b66){const _0x268920=_0x7c7d43,_0x37c119={'m1Prime':_0xb32e3d,'m2Prime':_0x2a9b66};if(_0xb32e3d[_0x268920(0x1f0)]['unitId']!==_0x2a9b66[_0x268920(0x1f0)][_0x268920(0x2f5)]||_0xb32e3d[_0x268920(0x1f0)][_0x268920(0x390)]!==_0x2a9b66[_0x268920(0x1f0)][_0x268920(0x390)])return _0x37c119;const _0x56a9a3=_0x56b8bf['Tools'][_0x268920(0x3a1)](_0xb32e3d),_0x5ed67b=_0x56b8bf[_0x268920(0x318)][_0x268920(0x3a1)](_0x2a9b66),{sourceRange:_0x38301b,targetRange:_0x1870c5}=_0xb32e3d[_0x268920(0x1f0)],_0x293708={'start':_0x38301b[_0x268920(0x33d)],'end':_0x38301b[_0x268920(0x285)]},_0x1a2efe={'start':_0x1870c5[_0x268920(0x33d)],'end':_0x1870c5['endColumn']};return _0x5ed67b[_0x268920(0x1f0)][_0x268920(0x221)][_0x268920(0x350)](_0x2a8db1=>{const _0x34ecfd=_0x268920,_0xd726ed={'start':_0x2a8db1[_0x34ecfd(0x33d)],'end':_0x2a8db1[_0x34ecfd(0x285)]},_0x5744af=_0x41f7d8(_0x293708,_0xd726ed),_0x3355db=_0x41f7d8(_0x1a2efe,_0xd726ed);if(_0x5744af||_0x3355db)return!0x0;const _0x53095f=_0x3dd48a['handleBaseMoveRowsCols'](_0x293708,_0x1a2efe,_0xd726ed);return _0x53095f['length']!==0x0?!0x0:(_0x2a8db1[_0x34ecfd(0x33d)]+=_0x53095f[_0x34ecfd(0x232)],_0x2a8db1['endColumn']+=_0x53095f[_0x34ecfd(0x232)],!0x1);})?{'error':new Error(_0x268920(0x31b))}:{'m1Prime':_0x56a9a3,'m2Prime':_0x5ed67b};}},_0x5b5123={'m1':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'handler'(_0x1df294,_0x1f5d83){const _0x3ec3fc=_0x7c7d43,_0x34fc85={'m1Prime':_0x1df294,'m2Prime':_0x1f5d83};if(_0x1df294[_0x3ec3fc(0x1f0)]['unitId']!==_0x1f5d83[_0x3ec3fc(0x1f0)][_0x3ec3fc(0x2f5)]||_0x1df294[_0x3ec3fc(0x1f0)][_0x3ec3fc(0x390)]!==_0x1f5d83['params']['subUnitId'])return _0x34fc85;const _0x27c3bb=[_0x56b8bf[_0x3ec3fc(0x318)][_0x3ec3fc(0x3a1)](_0x1df294)],_0x10f0aa=_0x56b8bf[_0x3ec3fc(0x318)][_0x3ec3fc(0x3a1)](_0x1f5d83),{sourceRange:_0x56d1b6,targetRange:_0x55493e}=_0x1df294[_0x3ec3fc(0x1f0)],_0x206571={'start':_0x56d1b6[_0x3ec3fc(0x211)],'end':_0x56d1b6[_0x3ec3fc(0x2f8)]},_0x86bd01={'start':_0x55493e[_0x3ec3fc(0x211)],'end':_0x55493e[_0x3ec3fc(0x2f8)]},{values:_0x41f1f2}=_0x10f0aa['params'],_0x49b767=[];let _0xbe25fd=!0x1;for(const _0x3c90b6 in _0x41f1f2){const _0x342b82=_0x41f1f2[_0x3c90b6];if(_0x49b767[_0x3ec3fc(0x354)](..._0x342b82[_0x3ec3fc(0x221)]),_0x342b82[_0x3ec3fc(0x221)]['some'](_0x2515dc=>{const _0x509632=_0x3ec3fc,_0x501451={'start':_0x2515dc[_0x509632(0x211)],'end':_0x2515dc['endRow']},_0x597598=_0x41f7d8(_0x206571,_0x501451),_0x78acaf=_0x41f7d8(_0x86bd01,_0x501451);if(_0x597598||_0x78acaf)return!0x0;const _0x182f70=_0x3dd48a[_0x509632(0x217)](_0x206571,_0x86bd01,_0x501451);return _0x182f70[_0x509632(0x2c1)]!==0x0?!0x0:(_0x182f70[_0x509632(0x232)]!==0x0&&(_0xbe25fd=!0x0),_0x2515dc[_0x509632(0x211)]+=_0x182f70[_0x509632(0x232)],_0x2515dc[_0x509632(0x2f8)]+=_0x182f70[_0x509632(0x232)],!0x1);}))return{'error':new Error(_0x3ec3fc(0x1df))};}if(_0xbe25fd){const _0xbebe39={'id':_0x3dd48a[_0x3ec3fc(0x310)]['id'],'params':{'unitId':_0x1f5d83[_0x3ec3fc(0x1f0)][_0x3ec3fc(0x2f5)],'subUnitId':_0x1f5d83[_0x3ec3fc(0x1f0)][_0x3ec3fc(0x390)],'ranges':_0x49b767}};_0x27c3bb[_0x3ec3fc(0x354)](_0xbebe39,_0x10f0aa);}return{'m1Prime':_0x27c3bb,'m2Prime':_0x10f0aa};}},_0x264190={'m1':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'m2':_0x3dd48a['RemoveNumfmtMutation']['id'],'handler'(_0x4dd4f7,_0x41cbf7){const _0x5780c4=_0x7c7d43,_0x56bcd5={'m1Prime':_0x4dd4f7,'m2Prime':_0x41cbf7};if(_0x4dd4f7[_0x5780c4(0x1f0)][_0x5780c4(0x2f5)]!==_0x41cbf7[_0x5780c4(0x1f0)][_0x5780c4(0x2f5)]||_0x4dd4f7[_0x5780c4(0x1f0)]['subUnitId']!==_0x41cbf7['params']['subUnitId'])return _0x56bcd5;const _0x54ad2d=_0x56b8bf[_0x5780c4(0x318)]['deepClone'](_0x4dd4f7),_0x33f098=_0x56b8bf[_0x5780c4(0x318)][_0x5780c4(0x3a1)](_0x41cbf7),{sourceRange:_0x319172,targetRange:_0x3a2441}=_0x4dd4f7['params'],_0x193a15={'start':_0x319172['startRow'],'end':_0x319172['endRow']},_0x4ee48c={'start':_0x3a2441['startRow'],'end':_0x3a2441[_0x5780c4(0x2f8)]};return _0x33f098[_0x5780c4(0x1f0)][_0x5780c4(0x221)][_0x5780c4(0x350)](_0xf154c5=>{const _0x3617c8=_0x5780c4,_0x561a31={'start':_0xf154c5[_0x3617c8(0x211)],'end':_0xf154c5[_0x3617c8(0x2f8)]},_0x113f7b=_0x41f7d8(_0x193a15,_0x561a31),_0x28ee98=_0x41f7d8(_0x4ee48c,_0x561a31);if(_0x113f7b||_0x28ee98)return!0x0;const _0x450ec5=_0x3dd48a[_0x3617c8(0x217)](_0x193a15,_0x4ee48c,_0x561a31);return _0x450ec5[_0x3617c8(0x2c1)]!==0x0?!0x0:(_0xf154c5[_0x3617c8(0x211)]+=_0x450ec5[_0x3617c8(0x232)],_0xf154c5[_0x3617c8(0x2f8)]+=_0x450ec5[_0x3617c8(0x232)],!0x1);})?{'error':new Error('move\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0x54ad2d,'m2Prime':_0x33f098};}},_0x1f5300={'m1':_0x3dd48a['MoveRangeMutation']['id'],'m2':_0x3dd48a['SetNumfmtMutation']['id'],'handler'(_0x54db29,_0x211b9d){const _0x2fd111=_0x7c7d43,_0x4a2858={'m1Prime':_0x54db29,'m2Prime':_0x211b9d};if(_0x54db29[_0x2fd111(0x1f0)][_0x2fd111(0x2f5)]!==_0x211b9d[_0x2fd111(0x1f0)][_0x2fd111(0x2f5)]||_0x54db29[_0x2fd111(0x1f0)][_0x2fd111(0x2d2)][_0x2fd111(0x390)]!==_0x211b9d[_0x2fd111(0x1f0)][_0x2fd111(0x390)]&&_0x54db29[_0x2fd111(0x1f0)]['to'][_0x2fd111(0x390)]!==_0x211b9d[_0x2fd111(0x1f0)][_0x2fd111(0x390)])return _0x4a2858;const _0x4e9e4c=new _0x56b8bf[(_0x2fd111(0x2bc))](_0x54db29[_0x2fd111(0x1f0)]['from']['value'])['getDataRange'](),_0x45e436=new _0x56b8bf['ObjectMatrix'](_0x54db29[_0x2fd111(0x1f0)]['to'][_0x2fd111(0x397)])[_0x2fd111(0x341)]();if(_0x54db29[_0x2fd111(0x1f0)][_0x2fd111(0x2d2)]['subUnitId']===_0x211b9d[_0x2fd111(0x1f0)]['subUnitId']){const {values:_0x4778d3}=_0x211b9d[_0x2fd111(0x1f0)];for(const _0x55cd63 in _0x4778d3)if(_0x4778d3[_0x55cd63]['ranges'][_0x2fd111(0x350)](_0x27bec7=>_0x56b8bf[_0x2fd111(0x23f)][_0x2fd111(0x2ad)](_0x27bec7,_0x4e9e4c)))return{'error':new Error(_0x2fd111(0x225))};}if(_0x54db29[_0x2fd111(0x1f0)]['to'][_0x2fd111(0x390)]===_0x211b9d[_0x2fd111(0x1f0)][_0x2fd111(0x390)]){const {values:_0x4a7647}=_0x211b9d[_0x2fd111(0x1f0)];for(const _0x3f7721 in _0x4a7647)if(_0x4a7647[_0x3f7721][_0x2fd111(0x221)][_0x2fd111(0x350)](_0x39ad4f=>_0x56b8bf[_0x2fd111(0x23f)]['intersects'](_0x39ad4f,_0x45e436)))return{'error':new Error('move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt')};}return _0x4a2858;}},_0x118f54={'m1':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x310)]['id'],'handler'(_0xc1e700,_0x51933b){const _0x251ac9=_0x7c7d43,_0x34b6e8={'m1Prime':_0xc1e700,'m2Prime':_0x51933b};if(_0xc1e700['params'][_0x251ac9(0x2f5)]!==_0x51933b[_0x251ac9(0x1f0)][_0x251ac9(0x2f5)]||_0xc1e700[_0x251ac9(0x1f0)][_0x251ac9(0x2d2)][_0x251ac9(0x390)]!==_0x51933b[_0x251ac9(0x1f0)][_0x251ac9(0x390)]&&_0xc1e700['params']['to'][_0x251ac9(0x390)]!==_0x51933b['params'][_0x251ac9(0x390)])return _0x34b6e8;const _0x45f8e9=new _0x56b8bf['ObjectMatrix'](_0xc1e700[_0x251ac9(0x1f0)][_0x251ac9(0x2d2)][_0x251ac9(0x397)])[_0x251ac9(0x341)](),_0x4992aa=new _0x56b8bf[(_0x251ac9(0x2bc))](_0xc1e700[_0x251ac9(0x1f0)]['to']['value'])[_0x251ac9(0x341)]();return _0xc1e700[_0x251ac9(0x1f0)][_0x251ac9(0x2d2)]['subUnitId']===_0x51933b[_0x251ac9(0x1f0)]['subUnitId']&&_0x51933b[_0x251ac9(0x1f0)][_0x251ac9(0x221)][_0x251ac9(0x350)](_0x4a450b=>_0x56b8bf[_0x251ac9(0x23f)][_0x251ac9(0x2ad)](_0x4a450b,_0x45f8e9))?{'error':new Error(_0x251ac9(0x225))}:_0xc1e700[_0x251ac9(0x1f0)]['to']['subUnitId']===_0x51933b[_0x251ac9(0x1f0)][_0x251ac9(0x390)]&&_0x51933b[_0x251ac9(0x1f0)]['ranges']['some'](_0x1784da=>_0x56b8bf[_0x251ac9(0x23f)][_0x251ac9(0x2ad)](_0x1784da,_0x4992aa))?{'error':new Error(_0x251ac9(0x225))}:_0x34b6e8;}},_0x18bb37={'m1':_0x3dd48a['RemoveColMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'handler'(_0x413701,_0x2efb32){const _0x4d8582=_0x7c7d43,_0x236a03={'m1Prime':_0x413701,'m2Prime':_0x2efb32};if(_0x413701[_0x4d8582(0x1f0)][_0x4d8582(0x2f5)]!==_0x2efb32[_0x4d8582(0x1f0)][_0x4d8582(0x2f5)]||_0x413701[_0x4d8582(0x1f0)][_0x4d8582(0x390)]!==_0x2efb32[_0x4d8582(0x1f0)][_0x4d8582(0x390)])return _0x236a03;const _0x1476cc=[_0x56b8bf['Tools']['deepClone'](_0x413701)],_0x16bc99=_0x56b8bf[_0x4d8582(0x318)]['deepClone'](_0x2efb32),{values:_0x59f32c}=_0x16bc99[_0x4d8582(0x1f0)],_0x21f758=[];let _0x3f1427=!0x1;for(const _0x4974ab in _0x59f32c){const _0x4c67f7=_0x59f32c[_0x4974ab];if(_0x21f758[_0x4d8582(0x354)](..._0x4c67f7[_0x4d8582(0x221)]),_0x4c67f7[_0x4d8582(0x221)][_0x4d8582(0x350)](_0x5a20ff=>{const _0x342cd8=_0x4d8582,_0x19c314=_0x3dd48a[_0x342cd8(0x1fe)](_0x5192e9(_0x413701[_0x342cd8(0x1f0)][_0x342cd8(0x331)]),_0x5192e9(_0x5a20ff));return _0x19c314==null||_0x19c314[_0x342cd8(0x2c1)]!==0x0?!0x0:(_0x19c314[_0x342cd8(0x232)]!==0x0&&(_0x3f1427=!0x0),_0x5a20ff['startColumn']+=_0x19c314[_0x342cd8(0x232)],_0x5a20ff[_0x342cd8(0x285)]+=_0x19c314[_0x342cd8(0x232)],!0x1);}))return{'error':new Error('remove\x20col\x20is\x20conflict\x20with\x20set\x20numfmt')};}if(_0x3f1427){const _0x59aab5={'id':_0x3dd48a[_0x4d8582(0x310)]['id'],'params':{'unitId':_0x2efb32[_0x4d8582(0x1f0)][_0x4d8582(0x2f5)],'subUnitId':_0x2efb32[_0x4d8582(0x1f0)]['subUnitId'],'ranges':_0x21f758}};_0x1476cc[_0x4d8582(0x354)](_0x59aab5,_0x16bc99);}return{'m1Prime':_0x1476cc,'m2Prime':_0x16bc99};}},_0x4346c9={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a['RemoveNumfmtMutation']['id'],'handler'(_0x50419e,_0x5433ad){const _0x399f34=_0x7c7d43,_0x5c527e={'m1Prime':_0x50419e,'m2Prime':_0x5433ad};if(_0x50419e['params'][_0x399f34(0x2f5)]!==_0x5433ad['params'][_0x399f34(0x2f5)]||_0x50419e['params']['subUnitId']!==_0x5433ad['params'][_0x399f34(0x390)])return _0x5c527e;const _0x8cd2c0=_0x56b8bf['Tools'][_0x399f34(0x3a1)](_0x50419e),_0x5a5599=_0x56b8bf[_0x399f34(0x318)][_0x399f34(0x3a1)](_0x5433ad),{ranges:_0x3401bf}=_0x5a5599[_0x399f34(0x1f0)];return _0x3401bf[_0x399f34(0x350)](_0x2910a0=>{const _0x4c948b=_0x399f34,_0x2b73a5=_0x3dd48a[_0x4c948b(0x1fe)](_0x5192e9(_0x50419e[_0x4c948b(0x1f0)][_0x4c948b(0x331)]),_0x5192e9(_0x2910a0));return _0x2b73a5===null||_0x2b73a5['length']!==0x0?!0x0:(_0x2910a0['startColumn']+=_0x2b73a5[_0x4c948b(0x232)],_0x2910a0['endColumn']+=_0x2b73a5[_0x4c948b(0x232)],!0x1);})?{'error':new Error(_0x399f34(0x1fb))}:{'m1Prime':_0x8cd2c0,'m2Prime':_0x5a5599};}},_0x50f45f={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'handler'(_0x3fc4fe,_0x4d9b43){const _0xc0e96a=_0x7c7d43,_0x44427b={'m1Prime':_0x3fc4fe,'m2Prime':_0x4d9b43};if(_0x3fc4fe[_0xc0e96a(0x1f0)][_0xc0e96a(0x2f5)]!==_0x4d9b43[_0xc0e96a(0x1f0)][_0xc0e96a(0x2f5)]||_0x3fc4fe[_0xc0e96a(0x1f0)][_0xc0e96a(0x390)]!==_0x4d9b43['params'][_0xc0e96a(0x390)])return _0x44427b;const _0x538075=[_0x56b8bf['Tools'][_0xc0e96a(0x3a1)](_0x3fc4fe)],_0x21ca57=_0x56b8bf[_0xc0e96a(0x318)][_0xc0e96a(0x3a1)](_0x4d9b43),{values:_0x4456b8}=_0x21ca57[_0xc0e96a(0x1f0)],_0x2f9a8e=[];let _0x2cba95=!0x1;for(const _0x232eea in _0x4456b8){const _0x52278e=_0x4456b8[_0x232eea];if(_0x2f9a8e[_0xc0e96a(0x354)](..._0x52278e['ranges']),_0x52278e[_0xc0e96a(0x221)]['some'](_0x6be834=>{const _0x4db378=_0xc0e96a,_0x1a68b4=_0x3dd48a[_0x4db378(0x1fe)](_0x5192e9(_0x3dd48a[_0x4db378(0x284)](_0x3fc4fe[_0x4db378(0x1f0)][_0x4db378(0x331)])),_0x5192e9(_0x3dd48a[_0x4db378(0x284)](_0x6be834)));return _0x1a68b4==null||_0x1a68b4[_0x4db378(0x2c1)]!==0x0?!0x0:(_0x1a68b4['step']!==0x0&&(_0x2cba95=!0x0),_0x6be834['startRow']+=_0x1a68b4[_0x4db378(0x232)],_0x6be834[_0x4db378(0x2f8)]+=_0x1a68b4['step'],!0x1);}))return{'error':new Error(_0xc0e96a(0x39b))};}if(_0x2cba95){const _0x4d77c2={'id':_0x3dd48a[_0xc0e96a(0x310)]['id'],'params':{'unitId':_0x4d9b43[_0xc0e96a(0x1f0)]['unitId'],'subUnitId':_0x4d9b43['params']['subUnitId'],'ranges':_0x2f9a8e}};_0x538075[_0xc0e96a(0x354)](_0x4d77c2,_0x21ca57);}return{'m1Prime':_0x538075,'m2Prime':_0x21ca57};}},_0x56cba8={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x310)]['id'],'handler'(_0x3a22e8,_0x32a3c1){const _0xe7bcfb=_0x7c7d43,_0x507f32={'m1Prime':_0x3a22e8,'m2Prime':_0x32a3c1};if(_0x3a22e8[_0xe7bcfb(0x1f0)][_0xe7bcfb(0x2f5)]!==_0x32a3c1[_0xe7bcfb(0x1f0)][_0xe7bcfb(0x2f5)]||_0x3a22e8[_0xe7bcfb(0x1f0)][_0xe7bcfb(0x390)]!==_0x32a3c1[_0xe7bcfb(0x1f0)][_0xe7bcfb(0x390)])return _0x507f32;const _0xeb76dd=_0x56b8bf[_0xe7bcfb(0x318)][_0xe7bcfb(0x3a1)](_0x3a22e8),_0x469b41=_0x56b8bf[_0xe7bcfb(0x318)][_0xe7bcfb(0x3a1)](_0x32a3c1),{ranges:_0x25a97e}=_0x469b41[_0xe7bcfb(0x1f0)];return _0x25a97e['some'](_0x26dcb=>{const _0x480962=_0xe7bcfb,_0x2fb5e9=_0x3dd48a[_0x480962(0x1fe)](_0x5192e9(_0x3dd48a[_0x480962(0x284)](_0x3a22e8[_0x480962(0x1f0)]['range'])),_0x5192e9(_0x3dd48a[_0x480962(0x284)](_0x26dcb)));return _0x2fb5e9===null||_0x2fb5e9[_0x480962(0x2c1)]!==0x0?!0x0:(_0x26dcb[_0x480962(0x211)]+=_0x2fb5e9[_0x480962(0x232)],_0x26dcb[_0x480962(0x2f8)]+=_0x2fb5e9[_0x480962(0x232)],!0x1);})?{'error':new Error('remove\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt')}:{'m1Prime':_0xeb76dd,'m2Prime':_0x469b41};}},_0x1665a3={'m1':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'handler'(_0x41b0e6,_0x3a7788){const _0x480eba=_0x7c7d43;if(_0x41b0e6[_0x480eba(0x1f0)][_0x480eba(0x2f5)]!==_0x3a7788['params'][_0x480eba(0x2f5)]||_0x41b0e6['params'][_0x480eba(0x390)]!==_0x3a7788[_0x480eba(0x1f0)]['subUnitId'])return{'m1Prime':_0x41b0e6,'m2Prime':_0x3a7788};const _0x8f902=_0x56b8bf[_0x480eba(0x318)][_0x480eba(0x3a1)](_0x41b0e6),_0x380045=_0x56b8bf[_0x480eba(0x318)]['deepClone'](_0x3a7788),_0x4a0e0a=_0x8f902[_0x480eba(0x1f0)][_0x480eba(0x304)],_0xe9c4f0=Object['values'](_0x380045[_0x480eba(0x1f0)][_0x480eba(0x304)])[_0x480eba(0x2e6)](_0x453d04=>_0x453d04[_0x480eba(0x221)])[_0x480eba(0x382)]();for(const _0x9b624a in _0x4a0e0a){const _0x17feeb=_0x4a0e0a[_0x9b624a][_0x480eba(0x221)],_0x4aa179=[];_0x17feeb[_0x480eba(0x297)](_0x20372b=>{const _0x2a9c8a=_0x480eba,_0x3a9fc9=_0x103850(_0x20372b,_0xe9c4f0);_0x3a9fc9['length']>0x0&&_0x4aa179[_0x2a9c8a(0x354)](..._0x3a9fc9);}),_0x4a0e0a[_0x9b624a][_0x480eba(0x221)]=_0x4aa179;}return{'m1Prime':_0x8f902,'m2Prime':_0x380045};}},_0x18a76f={'m1':_0x3dd48a['SetNumfmtMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x310)]['id'],'handler'(_0x14209e,_0x197ed2){const _0x2e93b9=_0x7c7d43;if(_0x14209e[_0x2e93b9(0x1f0)]['unitId']!==_0x197ed2[_0x2e93b9(0x1f0)][_0x2e93b9(0x2f5)]||_0x14209e[_0x2e93b9(0x1f0)][_0x2e93b9(0x390)]!==_0x197ed2[_0x2e93b9(0x1f0)][_0x2e93b9(0x390)])return{'m1Prime':_0x14209e,'m2Prime':_0x197ed2};const _0x1b5f0f=_0x56b8bf[_0x2e93b9(0x318)]['deepClone'](_0x14209e),_0x124a6a=_0x56b8bf['Tools']['deepClone'](_0x197ed2),_0x5d758b=_0x1b5f0f[_0x2e93b9(0x1f0)][_0x2e93b9(0x304)],_0x369f00=_0x124a6a['params'][_0x2e93b9(0x221)];for(const _0x14622e in _0x5d758b){const _0x140fe1=_0x5d758b[_0x14622e]['ranges'],_0x32cc4a=[];_0x140fe1['forEach'](_0x5856ca=>{const _0x24cb04=_0x2e93b9,_0x38af85=_0x103850(_0x5856ca,_0x369f00);_0x38af85['length']>0x0&&_0x32cc4a[_0x24cb04(0x354)](..._0x38af85);}),_0x5d758b[_0x14622e][_0x2e93b9(0x221)]=_0x32cc4a;}return{'m1Prime':_0x1b5f0f,'m2Prime':_0x124a6a};}},_0x5730c8={'m1':_0x3dd48a['RemoveNumfmtMutation']['id'],'m2':_0x3dd48a['RemoveNumfmtMutation']['id'],'handler'(_0x38ffe3,_0x5da2a8){const _0x21ce6c=_0x7c7d43;if(_0x38ffe3[_0x21ce6c(0x1f0)]['unitId']!==_0x5da2a8['params'][_0x21ce6c(0x2f5)]||_0x38ffe3['params'][_0x21ce6c(0x390)]!==_0x5da2a8[_0x21ce6c(0x1f0)][_0x21ce6c(0x390)])return{'m1Prime':_0x38ffe3,'m2Prime':_0x5da2a8};const _0x140278=_0x56b8bf[_0x21ce6c(0x318)][_0x21ce6c(0x3a1)](_0x38ffe3),_0x5dc617=_0x56b8bf[_0x21ce6c(0x318)][_0x21ce6c(0x3a1)](_0x5da2a8),_0x3e75ac=[],_0xb0f281=_0x5dc617[_0x21ce6c(0x1f0)][_0x21ce6c(0x221)];return _0x140278[_0x21ce6c(0x1f0)][_0x21ce6c(0x221)]['forEach'](_0x56b10f=>{const _0x4432c1=_0x21ce6c,_0x482097=_0x103850(_0x56b10f,_0xb0f281);_0x482097[_0x4432c1(0x2c1)]>0x0&&_0x3e75ac[_0x4432c1(0x354)](..._0x482097);}),_0x140278[_0x21ce6c(0x1f0)]['ranges']=_0x3e75ac,{'m1Prime':_0x38ffe3,'m2Prime':_0x5da2a8};}},_0x1b858d={'m1':_0x3dd48a[_0x7c7d43(0x310)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'handler'(_0x20fef6,_0x6b4553){const _0x4219da=_0x7c7d43;if(_0x20fef6[_0x4219da(0x1f0)][_0x4219da(0x2f5)]!==_0x6b4553[_0x4219da(0x1f0)][_0x4219da(0x2f5)]||_0x20fef6['params'][_0x4219da(0x390)]!==_0x6b4553['params'][_0x4219da(0x390)])return{'m1Prime':_0x20fef6,'m2Prime':_0x6b4553};const _0x4a0ce7=_0x56b8bf[_0x4219da(0x318)][_0x4219da(0x3a1)](_0x20fef6),_0x5271a9=_0x56b8bf[_0x4219da(0x318)]['deepClone'](_0x6b4553),_0x2d8096=[],_0x57a424=Object[_0x4219da(0x304)](_0x5271a9['params'][_0x4219da(0x304)])['map'](_0x107406=>_0x107406[_0x4219da(0x221)])[_0x4219da(0x382)]();return _0x4a0ce7['params'][_0x4219da(0x221)][_0x4219da(0x297)](_0x33958d=>{const _0x43b866=_0x4219da,_0x59b6d9=_0x103850(_0x33958d,_0x57a424);_0x59b6d9[_0x43b866(0x2c1)]>0x0&&_0x2d8096[_0x43b866(0x354)](..._0x59b6d9);}),_0x4a0ce7['params'][_0x4219da(0x221)]=_0x2d8096,{'m1Prime':_0x4a0ce7,'m2Prime':_0x5271a9};}},_0x5a69bb={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler'(_0x4c6d1d,_0x966f66){const _0x5a9828=_0x7c7d43,_0x51fd38=_0x56b8bf['Tools'][_0x5a9828(0x3a1)](_0x4c6d1d),_0x15301b=_0x56b8bf[_0x5a9828(0x318)][_0x5a9828(0x3a1)](_0x966f66);if(_0x4c6d1d['params'][_0x5a9828(0x2f5)]!==_0x966f66[_0x5a9828(0x1f0)]['unitId']||_0x4c6d1d[_0x5a9828(0x1f0)][_0x5a9828(0x390)]!==_0x966f66[_0x5a9828(0x1f0)][_0x5a9828(0x390)])return{'m1Prime':_0x51fd38,'m2Prime':_0x15301b};const _0x5d6214=_0x51fd38['params']['ranges'],_0x4efcc3=_0x15301b[_0x5a9828(0x1f0)][_0x5a9828(0x221)],_0x176095=[_0x15301b],_0x3a2647=new Set();for(let _0x4a89ad=0x0;_0x4a89ad<_0x5d6214[_0x5a9828(0x2c1)];_0x4a89ad++)for(let _0x5cfc43=0x0;_0x5cfc43<_0x4efcc3[_0x5a9828(0x2c1)];_0x5cfc43++)if(_0x56b8bf[_0x5a9828(0x23f)][_0x5a9828(0x2ad)](_0x5d6214[_0x4a89ad],_0x4efcc3[_0x5cfc43])){_0x3a2647[_0x5a9828(0x374)](_0x5d6214[_0x4a89ad]),_0x5d6214[_0x5a9828(0x30e)](_0x4a89ad,0x1),_0x4a89ad--;break;}return _0x3a2647['size']>0x0&&_0x176095[_0x5a9828(0x328)]({'id':_0x3dd48a[_0x5a9828(0x261)]['id'],'params':{'unitId':_0x4c6d1d[_0x5a9828(0x1f0)][_0x5a9828(0x2f5)],'subUnitId':_0x4c6d1d[_0x5a9828(0x1f0)]['subUnitId'],'ranges':Array['from'](_0x3a2647)}}),_0x5d6214[_0x5a9828(0x2c1)]===0x0&&(_0x51fd38['id']=_0x3dd48a[_0x5a9828(0x2a8)]['id']),{'m1Prime':_0x51fd38,'m2Prime':_0x176095[_0x5a9828(0x2c1)]>0x1?_0x176095:_0x15301b};}},_0x43db0a={'m1':_0x3dd48a['AddWorksheetMergeMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'handler'(_0x8c4bd2,_0x11b3ae){const _0x34c34d=_0x7c7d43,_0x223196=_0x56b8bf[_0x34c34d(0x318)][_0x34c34d(0x3a1)](_0x8c4bd2),_0x16c6c9=_0x56b8bf[_0x34c34d(0x318)][_0x34c34d(0x3a1)](_0x11b3ae);if(_0x8c4bd2['params'][_0x34c34d(0x2f5)]!==_0x11b3ae[_0x34c34d(0x1f0)][_0x34c34d(0x2f5)]||_0x8c4bd2['params']['subUnitId']!==_0x11b3ae['params']['subUnitId'])return{'m1Prime':_0x223196,'m2Prime':_0x16c6c9};const _0xf7ef15=_0x8c4bd2[_0x34c34d(0x1f0)][_0x34c34d(0x2f5)],_0x4cd296=_0x8c4bd2[_0x34c34d(0x1f0)][_0x34c34d(0x390)],_0x57ce47=[_0x16c6c9],_0xa6836=[],_0x144d0a=[];return _0x223196[_0x34c34d(0x1f0)][_0x34c34d(0x221)]['forEach'](_0x52b22a=>{const _0x558345=_0x34c34d,_0x4b87cc=_0x11b3ae[_0x558345(0x1f0)][_0x558345(0x331)],_0x3960d8=_0x4b87cc[_0x558345(0x285)]-_0x4b87cc[_0x558345(0x33d)]+0x1;_0x4b87cc[_0x558345(0x33d)]<=_0x52b22a[_0x558345(0x33d)]?(_0xa6836['push']({..._0x52b22a}),_0x144d0a[_0x558345(0x354)]({..._0x52b22a,'startColumn':_0x52b22a[_0x558345(0x33d)]+_0x3960d8,'endColumn':_0x52b22a[_0x558345(0x285)]+_0x3960d8}),_0x52b22a[_0x558345(0x33d)]=_0x52b22a['startColumn']+_0x3960d8,_0x52b22a[_0x558345(0x285)]=_0x52b22a[_0x558345(0x285)]+_0x3960d8):_0x4b87cc[_0x558345(0x33d)]>_0x52b22a[_0x558345(0x33d)]&&_0x4b87cc[_0x558345(0x33d)]<=_0x52b22a['endColumn']&&(_0xa6836['push']({..._0x52b22a}),_0x144d0a[_0x558345(0x354)]({..._0x52b22a,'endColumn':_0x52b22a['endColumn']+_0x3960d8}),_0x52b22a[_0x558345(0x285)]=_0x52b22a['endColumn']+_0x3960d8);}),_0xa6836['length']>0x0&&_0x57ce47[_0x34c34d(0x328)]({'id':_0x3dd48a[_0x34c34d(0x261)]['id'],'params':{'unitId':_0xf7ef15,'subUnitId':_0x4cd296,'ranges':_0xa6836}}),_0x144d0a['length']>0x0&&_0x57ce47[_0x34c34d(0x354)]({'id':_0x3dd48a[_0x34c34d(0x258)]['id'],'params':{'unitId':_0xf7ef15,'subUnitId':_0x4cd296,'ranges':_0x144d0a}}),{'m1Prime':_0x223196,'m2Prime':_0x57ce47[_0x34c34d(0x2c1)]>0x1?_0x57ce47:_0x57ce47[0x0]};}},_0x5f07c6={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'handler'(_0x27baee,_0x221e5f){const _0x21f4be=_0x7c7d43,_0x5a2751=_0x56b8bf[_0x21f4be(0x318)][_0x21f4be(0x3a1)](_0x27baee),_0x100daf=_0x56b8bf[_0x21f4be(0x318)]['deepClone'](_0x221e5f);if(_0x27baee[_0x21f4be(0x1f0)][_0x21f4be(0x2f5)]!==_0x221e5f['params'][_0x21f4be(0x2f5)]||_0x27baee[_0x21f4be(0x1f0)][_0x21f4be(0x390)]!==_0x221e5f[_0x21f4be(0x1f0)][_0x21f4be(0x390)])return{'m1Prime':_0x5a2751,'m2Prime':_0x100daf};const _0x3a5c9b=_0x27baee[_0x21f4be(0x1f0)][_0x21f4be(0x2f5)],_0x303f87=_0x27baee[_0x21f4be(0x1f0)][_0x21f4be(0x390)],_0x2223b7=[_0x100daf],_0x109607=[],_0x14bcd0=[];return _0x5a2751[_0x21f4be(0x1f0)]['ranges']['forEach'](_0x151edb=>{const _0x27d372=_0x21f4be,_0x58f9d8=_0x221e5f['params'][_0x27d372(0x331)],_0x5a446b=_0x58f9d8['endRow']-_0x58f9d8[_0x27d372(0x211)]+0x1;_0x58f9d8[_0x27d372(0x211)]<=_0x151edb[_0x27d372(0x211)]?(_0x109607[_0x27d372(0x354)]({..._0x151edb}),_0x14bcd0['push']({..._0x151edb,'startRow':_0x151edb[_0x27d372(0x211)]+_0x5a446b,'endRow':_0x151edb[_0x27d372(0x2f8)]+_0x5a446b}),_0x151edb[_0x27d372(0x211)]=_0x151edb[_0x27d372(0x211)]+_0x5a446b,_0x151edb['endRow']=_0x151edb['endRow']+_0x5a446b):_0x58f9d8[_0x27d372(0x211)]>_0x151edb[_0x27d372(0x211)]&&_0x58f9d8['startRow']<=_0x151edb[_0x27d372(0x2f8)]&&(_0x109607['push']({..._0x151edb}),_0x14bcd0[_0x27d372(0x354)]({..._0x151edb,'endRow':_0x151edb[_0x27d372(0x2f8)]+_0x5a446b}),_0x151edb['endRow']=_0x151edb[_0x27d372(0x2f8)]+_0x5a446b);}),_0x109607['length']>0x0&&_0x2223b7[_0x21f4be(0x328)]({'id':_0x3dd48a[_0x21f4be(0x261)]['id'],'params':{'unitId':_0x3a5c9b,'subUnitId':_0x303f87,'ranges':_0x109607}}),_0x14bcd0[_0x21f4be(0x2c1)]>0x0&&_0x2223b7[_0x21f4be(0x354)]({'id':_0x3dd48a[_0x21f4be(0x258)]['id'],'params':{'unitId':_0x3a5c9b,'subUnitId':_0x303f87,'ranges':_0x14bcd0}}),{'m1Prime':_0x5a2751,'m2Prime':_0x2223b7[_0x21f4be(0x2c1)]>0x1?_0x2223b7:_0x2223b7[0x0]};}},_0x329ee6={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a['MoveColsMutation']['id'],'handler'(_0x329646,_0x5cfbd5){const _0xb8339d=_0x7c7d43,_0x3b1195=_0x56b8bf[_0xb8339d(0x318)][_0xb8339d(0x3a1)](_0x329646),_0x5ad0e7=_0x56b8bf['Tools'][_0xb8339d(0x3a1)](_0x5cfbd5);if(_0x329646[_0xb8339d(0x1f0)][_0xb8339d(0x2f5)]!==_0x5cfbd5[_0xb8339d(0x1f0)][_0xb8339d(0x2f5)]||_0x329646['params'][_0xb8339d(0x390)]!==_0x5cfbd5[_0xb8339d(0x1f0)][_0xb8339d(0x390)])return{'m1Prime':_0x3b1195,'m2Prime':_0x5ad0e7};const _0x1de7ad=[],_0x5a8159=[],_0x37b662=[_0x5ad0e7];for(let _0x13fa1f=0x0;_0x13fa1f<_0x3b1195['params'][_0xb8339d(0x221)][_0xb8339d(0x2c1)];_0x13fa1f++){const _0x490e00=_0x3b1195['params'][_0xb8339d(0x221)][_0x13fa1f],{sourceRange:_0x3e96b1,targetRange:_0x1f283b}=_0x5cfbd5[_0xb8339d(0x1f0)];_0x56b8bf['Rectangle']['intersects'](_0x490e00,_0x3e96b1)||_0x56b8bf[_0xb8339d(0x23f)][_0xb8339d(0x2ad)](_0x490e00,_0x1f283b)?(_0x1de7ad[_0xb8339d(0x354)]({..._0x490e00}),_0x3b1195[_0xb8339d(0x1f0)][_0xb8339d(0x221)][_0xb8339d(0x30e)](_0x13fa1f,0x1),_0x13fa1f--):_0x3e96b1['startColumn']<_0x490e00[_0xb8339d(0x33d)]&&_0x1f283b['startColumn']>_0x490e00[_0xb8339d(0x285)]?(_0x1de7ad['push']({..._0x490e00}),_0x5a8159[_0xb8339d(0x354)]({..._0x490e00,'startColumn':_0x490e00[_0xb8339d(0x33d)]-(_0x3e96b1[_0xb8339d(0x285)]-_0x3e96b1[_0xb8339d(0x33d)]+0x1),'endColumn':_0x490e00[_0xb8339d(0x285)]-(_0x3e96b1[_0xb8339d(0x285)]-_0x3e96b1[_0xb8339d(0x33d)]+0x1)}),_0x490e00['startColumn']=_0x490e00['startColumn']-(_0x3e96b1[_0xb8339d(0x285)]-_0x3e96b1['startColumn']+0x1),_0x490e00['endColumn']=_0x490e00[_0xb8339d(0x285)]-(_0x3e96b1['endColumn']-_0x3e96b1[_0xb8339d(0x33d)]+0x1)):_0x3e96b1[_0xb8339d(0x33d)]>_0x490e00[_0xb8339d(0x285)]&&_0x1f283b[_0xb8339d(0x285)]<_0x490e00[_0xb8339d(0x33d)]&&(_0x1de7ad['push']({..._0x490e00}),_0x5a8159[_0xb8339d(0x354)]({..._0x490e00,'startColumn':_0x490e00['startColumn']+(_0x3e96b1['endColumn']-_0x3e96b1[_0xb8339d(0x33d)]+0x1),'endColumn':_0x490e00['endColumn']+(_0x3e96b1[_0xb8339d(0x285)]-_0x3e96b1[_0xb8339d(0x33d)]+0x1)}),_0x490e00[_0xb8339d(0x33d)]=_0x490e00[_0xb8339d(0x33d)]+(_0x3e96b1['endColumn']-_0x3e96b1[_0xb8339d(0x33d)]+0x1),_0x490e00[_0xb8339d(0x285)]=_0x490e00['endColumn']+(_0x3e96b1[_0xb8339d(0x285)]-_0x3e96b1['startColumn']+0x1));}return _0x1de7ad[_0xb8339d(0x2c1)]>0x0&&_0x37b662[_0xb8339d(0x328)]({'id':_0x3dd48a[_0xb8339d(0x261)]['id'],'params':{'unitId':_0x329646[_0xb8339d(0x1f0)][_0xb8339d(0x2f5)],'subUnitId':_0x329646[_0xb8339d(0x1f0)][_0xb8339d(0x390)],'ranges':_0x1de7ad}}),_0x5a8159[_0xb8339d(0x2c1)]>0x0&&_0x37b662[_0xb8339d(0x354)]({'id':_0x3dd48a[_0xb8339d(0x258)]['id'],'params':{'unitId':_0x329646[_0xb8339d(0x1f0)][_0xb8339d(0x2f5)],'subUnitId':_0x329646['params']['subUnitId'],'ranges':_0x5a8159}}),_0x3b1195[_0xb8339d(0x1f0)]['ranges'][_0xb8339d(0x2c1)]===0x0&&(_0x3b1195['id']=_0x3dd48a[_0xb8339d(0x2a8)]['id']),{'m1Prime':_0x3b1195,'m2Prime':_0x37b662[_0xb8339d(0x2c1)]>0x1?_0x37b662:_0x37b662[0x0]};}},_0x25bb99={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a['MoveRowsMutation']['id'],'handler'(_0x53ccf1,_0x5dc5cb){const _0x282371=_0x7c7d43,_0x418c51=_0x56b8bf['Tools'][_0x282371(0x3a1)](_0x53ccf1),_0x4cc54b=_0x56b8bf[_0x282371(0x318)][_0x282371(0x3a1)](_0x5dc5cb);if(_0x53ccf1[_0x282371(0x1f0)][_0x282371(0x2f5)]!==_0x5dc5cb[_0x282371(0x1f0)][_0x282371(0x2f5)]||_0x53ccf1['params']['subUnitId']!==_0x5dc5cb[_0x282371(0x1f0)][_0x282371(0x390)])return{'m1Prime':_0x418c51,'m2Prime':_0x4cc54b};const _0x49907a=[],_0x377097=[],_0x38450d=[_0x4cc54b];for(let _0x6fa8d7=0x0;_0x6fa8d7<_0x418c51[_0x282371(0x1f0)][_0x282371(0x221)][_0x282371(0x2c1)];_0x6fa8d7++){const _0x8a7f10=_0x418c51[_0x282371(0x1f0)]['ranges'][_0x6fa8d7],{sourceRange:_0x125386,targetRange:_0xb2b81b}=_0x5dc5cb[_0x282371(0x1f0)];_0x56b8bf[_0x282371(0x23f)]['intersects'](_0x8a7f10,_0x125386)||_0x56b8bf[_0x282371(0x23f)][_0x282371(0x2ad)](_0x8a7f10,_0xb2b81b)?(_0x49907a[_0x282371(0x354)]({..._0x8a7f10}),_0x418c51[_0x282371(0x1f0)][_0x282371(0x221)][_0x282371(0x30e)](_0x6fa8d7,0x1),_0x6fa8d7--):_0x125386[_0x282371(0x211)]<_0x8a7f10[_0x282371(0x211)]&&_0xb2b81b['startRow']>_0x8a7f10[_0x282371(0x2f8)]?(_0x49907a[_0x282371(0x354)]({..._0x8a7f10}),_0x377097[_0x282371(0x354)]({..._0x8a7f10,'startRow':_0x8a7f10['startRow']-(_0x125386[_0x282371(0x2f8)]-_0x125386['startRow']+0x1),'endRow':_0x8a7f10[_0x282371(0x2f8)]-(_0x125386[_0x282371(0x2f8)]-_0x125386[_0x282371(0x211)]+0x1)}),_0x8a7f10[_0x282371(0x211)]=_0x8a7f10[_0x282371(0x211)]-(_0x125386['endRow']-_0x125386['startRow']+0x1),_0x8a7f10[_0x282371(0x2f8)]=_0x8a7f10['endRow']-(_0x125386[_0x282371(0x2f8)]-_0x125386[_0x282371(0x211)]+0x1)):_0x125386[_0x282371(0x211)]>_0x8a7f10['endRow']&&_0xb2b81b[_0x282371(0x2f8)]<_0x8a7f10[_0x282371(0x211)]&&(_0x49907a['push']({..._0x8a7f10}),_0x377097[_0x282371(0x354)]({..._0x8a7f10,'startRow':_0x8a7f10[_0x282371(0x211)]+(_0x125386[_0x282371(0x2f8)]-_0x125386[_0x282371(0x211)]+0x1),'endRow':_0x8a7f10[_0x282371(0x2f8)]+(_0x125386[_0x282371(0x2f8)]-_0x125386[_0x282371(0x211)]+0x1)}),_0x8a7f10[_0x282371(0x211)]=_0x8a7f10[_0x282371(0x211)]+(_0x125386['endRow']-_0x125386[_0x282371(0x211)]+0x1),_0x8a7f10[_0x282371(0x2f8)]=_0x8a7f10[_0x282371(0x2f8)]+(_0x125386[_0x282371(0x2f8)]-_0x125386['startRow']+0x1));}return _0x49907a[_0x282371(0x2c1)]>0x0&&_0x38450d[_0x282371(0x328)]({'id':_0x3dd48a['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x53ccf1[_0x282371(0x1f0)][_0x282371(0x2f5)],'subUnitId':_0x53ccf1['params'][_0x282371(0x390)],'ranges':_0x49907a}}),_0x377097['length']>0x0&&_0x38450d['push']({'id':_0x3dd48a['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x53ccf1['params']['unitId'],'subUnitId':_0x53ccf1[_0x282371(0x1f0)][_0x282371(0x390)],'ranges':_0x377097}}),_0x418c51[_0x282371(0x1f0)][_0x282371(0x221)]['length']===0x0&&(_0x418c51['id']=_0x3dd48a[_0x282371(0x2a8)]['id']),{'m1Prime':_0x418c51,'m2Prime':_0x38450d['length']>0x1?_0x38450d:_0x38450d[0x0]};}},_0x33e2e0={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler'(_0x526463,_0xa07bec){const _0x4ecefb=_0x7c7d43,_0x1f12ee=_0x56b8bf[_0x4ecefb(0x318)][_0x4ecefb(0x3a1)](_0x526463),_0x14798f=_0x56b8bf['Tools'][_0x4ecefb(0x3a1)](_0xa07bec);if(_0x526463[_0x4ecefb(0x1f0)][_0x4ecefb(0x2f5)]!==_0xa07bec[_0x4ecefb(0x1f0)]['unitId'])return{'m1Prime':_0x1f12ee,'m2Prime':_0x14798f};const _0x43ec46=[],_0x4f03e3=[_0x14798f],_0x71632b=new _0x56b8bf[(_0x4ecefb(0x2bc))](_0xa07bec['params'][_0x4ecefb(0x2d2)][_0x4ecefb(0x397)])[_0x4ecefb(0x341)](),_0x820d5=new _0x56b8bf['ObjectMatrix'](_0xa07bec['params']['to'][_0x4ecefb(0x397)])[_0x4ecefb(0x341)]();for(let _0x2b2f70=0x0;_0x2b2f70<_0x1f12ee[_0x4ecefb(0x1f0)][_0x4ecefb(0x221)][_0x4ecefb(0x2c1)];_0x2b2f70++){const _0x1b08ab=_0x1f12ee[_0x4ecefb(0x1f0)][_0x4ecefb(0x221)][_0x2b2f70];(_0x56b8bf['Rectangle']['intersects'](_0x71632b,_0x1b08ab)||_0x56b8bf[_0x4ecefb(0x23f)][_0x4ecefb(0x2ad)](_0x820d5,_0x1b08ab))&&(_0x43ec46['push'](_0x1b08ab),_0x1f12ee[_0x4ecefb(0x1f0)][_0x4ecefb(0x221)][_0x4ecefb(0x30e)](_0x2b2f70,0x1),_0x2b2f70--);}return _0x43ec46['length']>0x0&&_0x4f03e3[_0x4ecefb(0x328)]({'id':_0x3dd48a[_0x4ecefb(0x261)]['id'],'params':{'unitId':_0x526463['params'][_0x4ecefb(0x2f5)],'subUnitId':_0x526463[_0x4ecefb(0x1f0)][_0x4ecefb(0x390)],'ranges':_0x43ec46}}),_0x1f12ee['params'][_0x4ecefb(0x221)][_0x4ecefb(0x2c1)]===0x0&&(_0x1f12ee['id']=_0x3dd48a[_0x4ecefb(0x2a8)]['id']),{'m1Prime':_0x1f12ee,'m2Prime':_0x4f03e3[_0x4ecefb(0x2c1)]>0x1?_0x4f03e3:_0x4f03e3[0x0]};}};function _0x3c40c9(_0x450ff6){const _0x3d1e20=_0x7c7d43;return _0x450ff6[_0x3d1e20(0x33d)]>_0x450ff6['endColumn']||_0x450ff6[_0x3d1e20(0x211)]>_0x450ff6[_0x3d1e20(0x2f8)]?!0x1:!(_0x450ff6['startRow']===_0x450ff6[_0x3d1e20(0x2f8)]&&_0x450ff6[_0x3d1e20(0x33d)]===_0x450ff6[_0x3d1e20(0x285)]);}const _0x1865fa={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x320)]['id'],'handler'(_0x1fc816,_0x17adbd){const _0x3f441b=_0x7c7d43,_0x725931=_0x56b8bf[_0x3f441b(0x318)][_0x3f441b(0x3a1)](_0x1fc816),_0x5b8418=_0x56b8bf[_0x3f441b(0x318)][_0x3f441b(0x3a1)](_0x17adbd);if(_0x1fc816[_0x3f441b(0x1f0)][_0x3f441b(0x2f5)]!==_0x17adbd[_0x3f441b(0x1f0)]['unitId']||_0x1fc816['params'][_0x3f441b(0x390)]!==_0x17adbd[_0x3f441b(0x1f0)][_0x3f441b(0x390)])return{'m1Prime':_0x725931,'m2Prime':_0x5b8418};const _0x97867e=_0x1fc816['params'][_0x3f441b(0x2f5)],_0x2e1062=_0x1fc816[_0x3f441b(0x1f0)]['subUnitId'],_0x132454=[_0x5b8418],_0x401971=[],_0x2d2d26=[];for(let _0xa0bd3f=0x0;_0xa0bd3f<_0x725931['params']['ranges'][_0x3f441b(0x2c1)];_0xa0bd3f++){const _0x4e7bf3=_0x725931[_0x3f441b(0x1f0)][_0x3f441b(0x221)][_0xa0bd3f],_0x444481=_0x17adbd[_0x3f441b(0x1f0)][_0x3f441b(0x331)],_0x22b5b3=_0x444481[_0x3f441b(0x285)]-_0x444481['startColumn']+0x1;if(_0x444481[_0x3f441b(0x33d)]<_0x4e7bf3[_0x3f441b(0x33d)]&&_0x444481['endColumn']<_0x4e7bf3[_0x3f441b(0x33d)])_0x401971[_0x3f441b(0x354)]({..._0x4e7bf3}),_0x2d2d26[_0x3f441b(0x354)]({..._0x4e7bf3,'startColumn':_0x4e7bf3[_0x3f441b(0x33d)]-_0x22b5b3,'endColumn':_0x4e7bf3['endColumn']-_0x22b5b3}),_0x4e7bf3[_0x3f441b(0x33d)]=_0x4e7bf3[_0x3f441b(0x33d)]-_0x22b5b3,_0x4e7bf3['endColumn']=_0x4e7bf3[_0x3f441b(0x285)]-_0x22b5b3;else{if(_0x444481[_0x3f441b(0x33d)]<_0x4e7bf3[_0x3f441b(0x33d)]&&_0x444481[_0x3f441b(0x285)]>=_0x4e7bf3[_0x3f441b(0x33d)]&&_0x444481[_0x3f441b(0x285)]<=_0x4e7bf3[_0x3f441b(0x285)]){_0x401971[_0x3f441b(0x354)]({..._0x4e7bf3});const _0x1446d5={..._0x4e7bf3,'startColumn':_0x444481[_0x3f441b(0x33d)],'endColumn':_0x4e7bf3['endColumn']-_0x22b5b3};_0x3c40c9(_0x1446d5)&&_0x444481[_0x3f441b(0x285)]<_0x4e7bf3[_0x3f441b(0x285)]?(_0x444481[_0x3f441b(0x285)]<_0x4e7bf3[_0x3f441b(0x285)]&&_0x2d2d26[_0x3f441b(0x354)](_0x1446d5),_0x4e7bf3[_0x3f441b(0x33d)]=_0x444481['startColumn'],_0x4e7bf3[_0x3f441b(0x285)]=_0x4e7bf3[_0x3f441b(0x285)]-_0x22b5b3):(_0x725931[_0x3f441b(0x1f0)][_0x3f441b(0x221)][_0x3f441b(0x30e)](_0xa0bd3f,0x1),_0xa0bd3f--);}else{if(_0x444481[_0x3f441b(0x33d)]>_0x4e7bf3[_0x3f441b(0x33d)]&&_0x444481[_0x3f441b(0x285)]<_0x4e7bf3[_0x3f441b(0x285)]){_0x401971[_0x3f441b(0x354)]({..._0x4e7bf3});const _0x3a8752={..._0x4e7bf3,'endColumn':_0x4e7bf3[_0x3f441b(0x285)]-_0x22b5b3};_0x3c40c9(_0x3a8752)?(_0x2d2d26[_0x3f441b(0x354)](_0x3a8752),_0x4e7bf3['endColumn']=_0x4e7bf3[_0x3f441b(0x285)]-_0x22b5b3):(_0x725931['params'][_0x3f441b(0x221)]['splice'](_0xa0bd3f,0x1),_0xa0bd3f--);}else{if(_0x444481['startColumn']>=_0x4e7bf3['startColumn']&&_0x444481['startColumn']<=_0x4e7bf3['endColumn']&&_0x444481['endColumn']>_0x4e7bf3[_0x3f441b(0x285)]){_0x401971[_0x3f441b(0x354)]({..._0x4e7bf3});const _0x122e1b={..._0x4e7bf3,'endColumn':_0x444481[_0x3f441b(0x33d)]-0x1};_0x3c40c9(_0x122e1b)&&_0x444481[_0x3f441b(0x33d)]>_0x4e7bf3[_0x3f441b(0x33d)]?(_0x2d2d26[_0x3f441b(0x354)](_0x122e1b),_0x4e7bf3[_0x3f441b(0x285)]=_0x444481[_0x3f441b(0x33d)]-0x1):(_0x725931[_0x3f441b(0x1f0)][_0x3f441b(0x221)]['splice'](_0xa0bd3f,0x1),_0xa0bd3f--);}else _0x444481[_0x3f441b(0x33d)]>_0x4e7bf3[_0x3f441b(0x285)]||_0x444481[_0x3f441b(0x33d)]<=_0x4e7bf3[_0x3f441b(0x33d)]&&_0x444481[_0x3f441b(0x285)]>=_0x4e7bf3[_0x3f441b(0x285)]&&(_0x401971[_0x3f441b(0x354)]({..._0x4e7bf3}),_0x725931[_0x3f441b(0x1f0)][_0x3f441b(0x221)][_0x3f441b(0x30e)](_0xa0bd3f,0x1),_0xa0bd3f--);}}}}return _0x401971['length']>0x0&&_0x132454[_0x3f441b(0x328)]({'id':_0x3dd48a['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x97867e,'subUnitId':_0x2e1062,'ranges':_0x401971}}),_0x2d2d26[_0x3f441b(0x2c1)]>0x0&&_0x132454[_0x3f441b(0x354)]({'id':_0x3dd48a['AddWorksheetMergeMutation']['id'],'params':{'unitId':_0x97867e,'subUnitId':_0x2e1062,'ranges':_0x2d2d26}}),_0x725931['params'][_0x3f441b(0x221)][_0x3f441b(0x2c1)]===0x0&&(_0x725931['id']=_0x3dd48a[_0x3f441b(0x2a8)]['id']),{'m1Prime':_0x725931,'m2Prime':_0x132454[_0x3f441b(0x2c1)]>0x1?_0x132454:_0x132454[0x0]};}},_0x2a9567={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'handler'(_0x537578,_0x3562fc){const _0x59610d=_0x7c7d43,_0x49bb65=_0x56b8bf[_0x59610d(0x318)][_0x59610d(0x3a1)](_0x537578),_0x11a447=_0x56b8bf[_0x59610d(0x318)]['deepClone'](_0x3562fc);if(_0x537578[_0x59610d(0x1f0)][_0x59610d(0x2f5)]!==_0x3562fc[_0x59610d(0x1f0)][_0x59610d(0x2f5)]||_0x537578['params'][_0x59610d(0x390)]!==_0x3562fc[_0x59610d(0x1f0)][_0x59610d(0x390)])return{'m1Prime':_0x49bb65,'m2Prime':_0x11a447};const _0x156da5=_0x537578[_0x59610d(0x1f0)]['unitId'],_0x47345d=_0x537578[_0x59610d(0x1f0)][_0x59610d(0x390)],_0x3001cb=[_0x11a447],_0x49cf9f=[],_0x5366b1=[];for(let _0x5257d5=0x0;_0x5257d5<_0x49bb65[_0x59610d(0x1f0)]['ranges'][_0x59610d(0x2c1)];_0x5257d5++){const _0x5ad7f9=_0x49bb65['params'][_0x59610d(0x221)][_0x5257d5],_0x1a77e0=_0x3562fc['params'][_0x59610d(0x331)],_0x2684e5=_0x1a77e0['endRow']-_0x1a77e0[_0x59610d(0x211)]+0x1;if(_0x1a77e0[_0x59610d(0x211)]<_0x5ad7f9[_0x59610d(0x211)]&&_0x1a77e0['endRow']<_0x5ad7f9[_0x59610d(0x211)])_0x49cf9f['push']({..._0x5ad7f9}),_0x5366b1[_0x59610d(0x354)]({..._0x5ad7f9,'startRow':_0x5ad7f9[_0x59610d(0x211)]-_0x2684e5,'endRow':_0x5ad7f9[_0x59610d(0x2f8)]-_0x2684e5}),_0x5ad7f9[_0x59610d(0x211)]=_0x5ad7f9[_0x59610d(0x211)]-_0x2684e5,_0x5ad7f9[_0x59610d(0x2f8)]=_0x5ad7f9[_0x59610d(0x2f8)]-_0x2684e5;else{if(_0x1a77e0[_0x59610d(0x211)]<_0x5ad7f9[_0x59610d(0x211)]&&_0x1a77e0[_0x59610d(0x2f8)]>=_0x5ad7f9[_0x59610d(0x211)]&&_0x1a77e0[_0x59610d(0x2f8)]<=_0x5ad7f9[_0x59610d(0x2f8)]){_0x49cf9f[_0x59610d(0x354)]({..._0x5ad7f9});const _0xd8452a={..._0x5ad7f9,'startRow':_0x1a77e0[_0x59610d(0x211)],'endRow':_0x5ad7f9[_0x59610d(0x2f8)]-_0x2684e5};_0x3c40c9(_0xd8452a)&&_0x1a77e0[_0x59610d(0x2f8)]<_0x5ad7f9[_0x59610d(0x2f8)]?(_0x1a77e0[_0x59610d(0x2f8)]<_0x5ad7f9[_0x59610d(0x2f8)]&&_0x5366b1[_0x59610d(0x354)](_0xd8452a),_0x5ad7f9['startRow']=_0x1a77e0['startRow'],_0x5ad7f9[_0x59610d(0x2f8)]=_0x5ad7f9[_0x59610d(0x2f8)]-_0x2684e5):(_0x49bb65[_0x59610d(0x1f0)][_0x59610d(0x221)]['splice'](_0x5257d5,0x1),_0x5257d5--);}else{if(_0x1a77e0[_0x59610d(0x211)]>_0x5ad7f9[_0x59610d(0x211)]&&_0x1a77e0[_0x59610d(0x2f8)]<_0x5ad7f9[_0x59610d(0x2f8)]){_0x49cf9f[_0x59610d(0x354)]({..._0x5ad7f9});const _0x1a577c={..._0x5ad7f9,'endRow':_0x5ad7f9[_0x59610d(0x2f8)]-_0x2684e5};_0x3c40c9(_0x1a577c)?(_0x5366b1[_0x59610d(0x354)](_0x1a577c),_0x5ad7f9[_0x59610d(0x2f8)]=_0x5ad7f9[_0x59610d(0x2f8)]-_0x2684e5):(_0x49bb65[_0x59610d(0x1f0)]['ranges'][_0x59610d(0x30e)](_0x5257d5,0x1),_0x5257d5--);}else{if(_0x1a77e0[_0x59610d(0x211)]>=_0x5ad7f9[_0x59610d(0x211)]&&_0x1a77e0[_0x59610d(0x211)]<=_0x5ad7f9[_0x59610d(0x2f8)]&&_0x1a77e0['endRow']>_0x5ad7f9[_0x59610d(0x2f8)]){_0x49cf9f[_0x59610d(0x354)]({..._0x5ad7f9});const _0xf652f1={..._0x5ad7f9,'endRow':_0x1a77e0[_0x59610d(0x211)]-0x1};_0x3c40c9(_0xf652f1)&&_0x1a77e0[_0x59610d(0x211)]>_0x5ad7f9[_0x59610d(0x211)]?(_0x5366b1['push'](_0xf652f1),_0x5ad7f9[_0x59610d(0x2f8)]=_0x1a77e0[_0x59610d(0x211)]-0x1):(_0x49bb65['params'][_0x59610d(0x221)][_0x59610d(0x30e)](_0x5257d5,0x1),_0x5257d5--);}else _0x1a77e0[_0x59610d(0x211)]>_0x5ad7f9['endRow']||_0x1a77e0['startRow']<=_0x5ad7f9[_0x59610d(0x211)]&&_0x1a77e0[_0x59610d(0x2f8)]>=_0x5ad7f9[_0x59610d(0x2f8)]&&(_0x49cf9f['push']({..._0x5ad7f9}),_0x49bb65[_0x59610d(0x1f0)][_0x59610d(0x221)][_0x59610d(0x30e)](_0x5257d5,0x1),_0x5257d5--);}}}}return _0x49cf9f['length']>0x0&&_0x3001cb['unshift']({'id':_0x3dd48a['RemoveWorksheetMergeMutation']['id'],'params':{'unitId':_0x156da5,'subUnitId':_0x47345d,'ranges':_0x49cf9f}}),_0x5366b1[_0x59610d(0x2c1)]>0x0&&_0x3001cb[_0x59610d(0x354)]({'id':_0x3dd48a[_0x59610d(0x258)]['id'],'params':{'unitId':_0x156da5,'subUnitId':_0x47345d,'ranges':_0x5366b1}}),_0x49bb65[_0x59610d(0x1f0)][_0x59610d(0x221)][_0x59610d(0x2c1)]===0x0&&(_0x49bb65['id']=_0x3dd48a['EmptyMutation']['id']),{'m1Prime':_0x49bb65,'m2Prime':_0x3001cb[_0x59610d(0x2c1)]>0x1?_0x3001cb:_0x3001cb[0x0]};}},_0x45be0d={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'handler'(_0x34fd7f,_0x34e034){const _0x1c2df4=_0x7c7d43,_0x36d41e=_0x56b8bf[_0x1c2df4(0x318)]['deepClone'](_0x34fd7f),_0x9a9b6b=_0x56b8bf['Tools']['deepClone'](_0x34e034);if(_0x34fd7f[_0x1c2df4(0x1f0)][_0x1c2df4(0x2f5)]!==_0x34e034[_0x1c2df4(0x1f0)][_0x1c2df4(0x2f5)]||_0x34fd7f[_0x1c2df4(0x1f0)][_0x1c2df4(0x390)]!==_0x34e034['params'][_0x1c2df4(0x390)])return{'m1Prime':_0x36d41e,'m2Prime':_0x9a9b6b};const _0x19b0bc=[_0x36d41e],_0xebb7ed=[_0x9a9b6b],_0x592e08=new _0x56b8bf[(_0x1c2df4(0x2bc))](_0x56b8bf['Tools']['deepClone'](_0x34e034[_0x1c2df4(0x1f0)][_0x1c2df4(0x30c)])),_0x53ee3e=new Set(),_0x40c161={};for(let _0x4e8ace=0x0;_0x4e8ace<_0x36d41e[_0x1c2df4(0x1f0)][_0x1c2df4(0x221)]['length'];_0x4e8ace++){const _0x173515=_0x36d41e[_0x1c2df4(0x1f0)][_0x1c2df4(0x221)][_0x4e8ace],{startRow:_0x1863f4,startColumn:_0x2f2d9d,endRow:_0x3a9834,endColumn:_0x87f8ae}=_0x173515;let _0x5c26f6=!0x1;_0x592e08[_0x1c2df4(0x253)]((_0x33a6e5,_0x323cd1,_0x22a6ca)=>{const _0x344721=_0x1c2df4;if(_0x33a6e5>=_0x1863f4&&_0x33a6e5<=_0x3a9834&&_0x323cd1>=_0x2f2d9d&&_0x323cd1<=_0x87f8ae){const _0x47398e=_0x592e08[_0x344721(0x2d5)](_0x33a6e5,_0x323cd1),_0x182825=_0x47398e===null?{'v':null,'s':null,'t':null,'si':null,'p':null,'f':null}:_0x47398e;_0x182825&&(_0x40c161[_0x33a6e5]||(_0x40c161[_0x33a6e5]={}),_0x40c161[_0x33a6e5][_0x323cd1]={},(_0x22a6ca==null?void 0x0:_0x22a6ca['v'])!==void 0x0&&(_0x40c161[_0x33a6e5][_0x323cd1]['v']=null,delete _0x182825['v']),(_0x22a6ca==null?void 0x0:_0x22a6ca['f'])!==void 0x0&&(_0x40c161[_0x33a6e5][_0x323cd1]['f']=null,delete _0x182825['f']),(_0x22a6ca==null?void 0x0:_0x22a6ca['t'])!==void 0x0&&(_0x40c161[_0x33a6e5][_0x323cd1]['t']=null,delete _0x182825['t']),(_0x22a6ca==null?void 0x0:_0x22a6ca['si'])!==void 0x0&&(_0x40c161[_0x33a6e5][_0x323cd1]['si']=null,delete _0x182825['si']),(_0x22a6ca==null?void 0x0:_0x22a6ca['p'])!==void 0x0&&(_0x40c161[_0x33a6e5][_0x323cd1]['p']=null,delete _0x182825['p']),(_0x22a6ca==null?void 0x0:_0x22a6ca['s'])!==void 0x0&&(_0x40c161[_0x33a6e5][_0x323cd1]['s']=null,delete _0x182825['s']),_0x592e08[_0x344721(0x25d)](_0x33a6e5,_0x323cd1,_0x182825),_0x5c26f6=!0x0);}}),_0x5c26f6&&(_0x53ee3e[_0x1c2df4(0x374)]({..._0x173515}),_0x36d41e[_0x1c2df4(0x1f0)][_0x1c2df4(0x221)][_0x1c2df4(0x30e)](_0x4e8ace,0x1),_0x4e8ace--);}return _0x9a9b6b[_0x1c2df4(0x1f0)][_0x1c2df4(0x30c)]=_0x592e08[_0x1c2df4(0x1e2)](),_0x53ee3e[_0x1c2df4(0x36b)]>0x0&&_0xebb7ed[_0x1c2df4(0x328)]({'id':_0x3dd48a[_0x1c2df4(0x261)]['id'],'params':{'unitId':_0x34fd7f['params']['unitId'],'subUnitId':_0x34fd7f[_0x1c2df4(0x1f0)][_0x1c2df4(0x390)],'ranges':Array[_0x1c2df4(0x2d2)](_0x53ee3e)}}),_0x36d41e[_0x1c2df4(0x1f0)][_0x1c2df4(0x221)][_0x1c2df4(0x2c1)]===0x0&&(_0x36d41e['id']=_0x3dd48a[_0x1c2df4(0x2a8)]['id']),Object[_0x1c2df4(0x392)](_0x40c161)[_0x1c2df4(0x2c1)]>0x0&&_0x19b0bc[_0x1c2df4(0x328)]({'id':_0x3dd48a['SetRangeValuesMutation']['id'],'params':{'unitId':_0x34fd7f['params'][_0x1c2df4(0x2f5)],'subUnitId':_0x34fd7f['params']['subUnitId'],'cellValue':_0x40c161}}),{'m1Prime':_0x19b0bc[_0x1c2df4(0x2c1)]>0x1?_0x19b0bc:_0x19b0bc[0x0],'m2Prime':_0xebb7ed[_0x1c2df4(0x2c1)]>0x1?_0xebb7ed:_0xebb7ed[0x0]};}},_0xadbc48={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler'(_0x2f094d,_0x35b0e1){const _0x217187=_0x7c7d43,_0x1a0634=_0x56b8bf[_0x217187(0x318)][_0x217187(0x3a1)](_0x2f094d),_0x52a416=_0x56b8bf['Tools']['deepClone'](_0x35b0e1);if(_0x2f094d[_0x217187(0x1f0)][_0x217187(0x2f5)]!==_0x35b0e1[_0x217187(0x1f0)][_0x217187(0x2f5)]||_0x2f094d[_0x217187(0x1f0)][_0x217187(0x390)]!==_0x35b0e1[_0x217187(0x1f0)][_0x217187(0x390)])return{'m1Prime':_0x1a0634,'m2Prime':_0x52a416};const _0x57cff5=_0x52a416['params'][_0x217187(0x221)]['map'](_0x47ccf6=>{const _0x3843d4=_0x217187,_0x43e064=_0x1a0634[_0x3843d4(0x1f0)][_0x3843d4(0x331)],_0x2326d4=_0x43e064['endColumn']-_0x43e064[_0x3843d4(0x33d)]+0x1;return _0x43e064[_0x3843d4(0x33d)]<=_0x47ccf6['startColumn']?{..._0x47ccf6,'startColumn':_0x47ccf6[_0x3843d4(0x33d)]+_0x2326d4,'endColumn':_0x47ccf6[_0x3843d4(0x285)]+_0x2326d4}:_0x43e064[_0x3843d4(0x33d)]>_0x47ccf6[_0x3843d4(0x33d)]&&_0x43e064[_0x3843d4(0x33d)]<=_0x47ccf6[_0x3843d4(0x285)]?{..._0x47ccf6,'endColumn':_0x47ccf6[_0x3843d4(0x285)]+_0x2326d4}:{..._0x47ccf6};});return _0x52a416[_0x217187(0x1f0)][_0x217187(0x221)]=_0x57cff5,{'m1Prime':_0x1a0634,'m2Prime':_0x52a416};}},_0x49f876={'m1':_0x3dd48a['InsertRowMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler'(_0x325fce,_0x2b2d4d){const _0x7fc481=_0x7c7d43,_0x167940=_0x56b8bf[_0x7fc481(0x318)]['deepClone'](_0x325fce),_0x5cd9c2=_0x56b8bf[_0x7fc481(0x318)][_0x7fc481(0x3a1)](_0x2b2d4d);if(_0x325fce[_0x7fc481(0x1f0)][_0x7fc481(0x2f5)]!==_0x2b2d4d['params'][_0x7fc481(0x2f5)]||_0x325fce[_0x7fc481(0x1f0)][_0x7fc481(0x390)]!==_0x2b2d4d[_0x7fc481(0x1f0)]['subUnitId'])return{'m1Prime':_0x167940,'m2Prime':_0x5cd9c2};const _0x2aac97=_0x5cd9c2[_0x7fc481(0x1f0)][_0x7fc481(0x221)][_0x7fc481(0x2e6)](_0x33455c=>{const _0x469999=_0x7fc481,_0x40a001=_0x167940[_0x469999(0x1f0)][_0x469999(0x331)],_0x13b5e4=_0x40a001[_0x469999(0x2f8)]-_0x40a001[_0x469999(0x211)]+0x1;return _0x40a001[_0x469999(0x211)]<=_0x33455c[_0x469999(0x211)]?{..._0x33455c,'startRow':_0x33455c[_0x469999(0x211)]+_0x13b5e4,'endRow':_0x33455c[_0x469999(0x2f8)]+_0x13b5e4}:_0x40a001['startRow']>_0x33455c[_0x469999(0x211)]&&_0x40a001['startRow']<=_0x33455c[_0x469999(0x2f8)]?{..._0x33455c,'endRow':_0x33455c[_0x469999(0x2f8)]+_0x13b5e4}:{..._0x33455c};});return _0x5cd9c2['params'][_0x7fc481(0x221)]=_0x2aac97,{'m1Prime':_0x167940,'m2Prime':_0x5cd9c2};}},_0x392655={'m1':_0x3dd48a['MoveColsMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler'(_0x5430d6,_0x177ef1){const _0x3cc979=_0x7c7d43,_0x1c4a4f=_0x56b8bf[_0x3cc979(0x318)][_0x3cc979(0x3a1)](_0x5430d6),_0x5053ec=_0x56b8bf[_0x3cc979(0x318)]['deepClone'](_0x177ef1);if(_0x5430d6[_0x3cc979(0x1f0)][_0x3cc979(0x2f5)]!==_0x177ef1[_0x3cc979(0x1f0)][_0x3cc979(0x2f5)]||_0x5430d6[_0x3cc979(0x1f0)][_0x3cc979(0x390)]!==_0x177ef1[_0x3cc979(0x1f0)][_0x3cc979(0x390)])return{'m1Prime':_0x1c4a4f,'m2Prime':_0x5053ec};const _0x4e7c7a=_0x5053ec['params']['ranges'][_0x3cc979(0x2cb)]((_0x89c19,_0x58f9a9)=>{const _0x483c7c=_0x3cc979,{sourceRange:_0x4e8aeb,targetRange:_0x969f4d}=_0x5430d6['params'],_0x5e13d8={..._0x58f9a9};return _0x4e8aeb[_0x483c7c(0x285)]<_0x5e13d8[_0x483c7c(0x33d)]&&_0x969f4d[_0x483c7c(0x33d)]>_0x5e13d8[_0x483c7c(0x285)]?(_0x5e13d8[_0x483c7c(0x33d)]-=_0x4e8aeb[_0x483c7c(0x285)]-_0x4e8aeb['startColumn']+0x1,_0x5e13d8[_0x483c7c(0x285)]-=_0x4e8aeb[_0x483c7c(0x285)]-_0x4e8aeb[_0x483c7c(0x33d)]+0x1,_0x3c40c9(_0x5e13d8)&&_0x89c19['push'](_0x5e13d8)):_0x4e8aeb['startColumn']>_0x5e13d8['endColumn']&&_0x969f4d['endColumn']<_0x5e13d8['startColumn']?(_0x5e13d8[_0x483c7c(0x33d)]+=_0x4e8aeb[_0x483c7c(0x285)]-_0x4e8aeb[_0x483c7c(0x33d)]+0x1,_0x5e13d8[_0x483c7c(0x285)]+=_0x4e8aeb[_0x483c7c(0x285)]-_0x4e8aeb['startColumn']+0x1,_0x3c40c9(_0x5e13d8)&&_0x89c19[_0x483c7c(0x354)](_0x5e13d8)):_0x56b8bf['Rectangle'][_0x483c7c(0x2ad)](_0x5e13d8,_0x4e8aeb)||_0x56b8bf['Rectangle'][_0x483c7c(0x2ad)](_0x5e13d8,_0x969f4d)||_0x89c19[_0x483c7c(0x354)](_0x5e13d8),_0x89c19;},[]);return _0x5053ec[_0x3cc979(0x1f0)][_0x3cc979(0x221)]=_0x4e7c7a,_0x5053ec[_0x3cc979(0x1f0)][_0x3cc979(0x221)][_0x3cc979(0x2c1)]===0x0&&(_0x5053ec['id']=_0x3dd48a[_0x3cc979(0x2a8)]['id']),{'m1Prime':_0x1c4a4f,'m2Prime':_0x5053ec};}},_0x172068={'m1':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler'(_0x4fac32,_0x58eb45){const _0x23e918=_0x7c7d43,_0x57cf21=_0x56b8bf['Tools']['deepClone'](_0x4fac32),_0x5b2fe3=_0x56b8bf[_0x23e918(0x318)][_0x23e918(0x3a1)](_0x58eb45);if(_0x4fac32['params'][_0x23e918(0x2f5)]!==_0x58eb45['params']['unitId']||_0x4fac32[_0x23e918(0x1f0)][_0x23e918(0x390)]!==_0x58eb45[_0x23e918(0x1f0)][_0x23e918(0x390)])return{'m1Prime':_0x57cf21,'m2Prime':_0x5b2fe3};const _0x3e26b6=_0x5b2fe3['params'][_0x23e918(0x221)][_0x23e918(0x2cb)]((_0x51b6f6,_0x1ba383)=>{const _0x196b0f=_0x23e918,{sourceRange:_0x17d095,targetRange:_0x55bca6}=_0x4fac32[_0x196b0f(0x1f0)],_0x4216c6={..._0x1ba383};return _0x17d095[_0x196b0f(0x2f8)]<_0x4216c6[_0x196b0f(0x211)]&&_0x55bca6['startRow']>_0x4216c6[_0x196b0f(0x2f8)]?(_0x4216c6['startRow']-=_0x17d095[_0x196b0f(0x2f8)]-_0x17d095[_0x196b0f(0x211)]+0x1,_0x4216c6[_0x196b0f(0x2f8)]-=_0x17d095[_0x196b0f(0x2f8)]-_0x17d095[_0x196b0f(0x211)]+0x1,_0x3c40c9(_0x4216c6)&&_0x51b6f6['push'](_0x4216c6)):_0x17d095[_0x196b0f(0x211)]>_0x4216c6[_0x196b0f(0x2f8)]&&_0x55bca6[_0x196b0f(0x2f8)]<_0x4216c6[_0x196b0f(0x211)]?(_0x4216c6[_0x196b0f(0x211)]+=_0x17d095[_0x196b0f(0x2f8)]-_0x17d095[_0x196b0f(0x211)]+0x1,_0x4216c6[_0x196b0f(0x2f8)]+=_0x17d095[_0x196b0f(0x2f8)]-_0x17d095['startRow']+0x1,_0x3c40c9(_0x4216c6)&&_0x51b6f6[_0x196b0f(0x354)](_0x4216c6)):_0x56b8bf[_0x196b0f(0x23f)][_0x196b0f(0x2ad)](_0x4216c6,_0x17d095)||_0x56b8bf[_0x196b0f(0x23f)][_0x196b0f(0x2ad)](_0x4216c6,_0x55bca6)||_0x51b6f6['push'](_0x4216c6),_0x51b6f6;},[]);return _0x5b2fe3[_0x23e918(0x1f0)][_0x23e918(0x221)]=_0x3e26b6,_0x5b2fe3[_0x23e918(0x1f0)][_0x23e918(0x221)][_0x23e918(0x2c1)]===0x0&&(_0x5b2fe3['id']=_0x3dd48a[_0x23e918(0x2a8)]['id']),{'m1Prime':_0x57cf21,'m2Prime':_0x5b2fe3};}},_0x60e59d={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler'(_0x49aa23,_0x4f7ecc){const _0x1d759d=_0x7c7d43,_0x3026db=_0x56b8bf['Tools'][_0x1d759d(0x3a1)](_0x49aa23),_0x440049=_0x56b8bf[_0x1d759d(0x318)][_0x1d759d(0x3a1)](_0x4f7ecc);if(_0x49aa23[_0x1d759d(0x1f0)][_0x1d759d(0x2f5)]!==_0x4f7ecc[_0x1d759d(0x1f0)]['unitId']||_0x49aa23[_0x1d759d(0x1f0)][_0x1d759d(0x390)]!==_0x4f7ecc[_0x1d759d(0x1f0)]['subUnitId'])return{'m1Prime':_0x3026db,'m2Prime':_0x440049};const _0x1ba213=_0x440049[_0x1d759d(0x1f0)][_0x1d759d(0x221)][_0x1d759d(0x2cb)]((_0x275fe9,_0x2fb72c)=>{const _0x58498f=_0x1d759d,_0x463aa5=_0x3026db[_0x58498f(0x1f0)][_0x58498f(0x331)],_0x504985=_0x463aa5[_0x58498f(0x285)]-_0x463aa5[_0x58498f(0x33d)]+0x1;let _0x3ff462={..._0x2fb72c};return _0x463aa5[_0x58498f(0x33d)]>_0x2fb72c[_0x58498f(0x285)]?_0x3ff462={..._0x2fb72c}:_0x463aa5[_0x58498f(0x33d)]>=_0x2fb72c[_0x58498f(0x33d)]&&_0x463aa5[_0x58498f(0x33d)]<=_0x2fb72c[_0x58498f(0x285)]&&_0x463aa5[_0x58498f(0x285)]>_0x2fb72c['endColumn']?(_0x3ff462[_0x58498f(0x285)]=_0x463aa5[_0x58498f(0x33d)]-0x1,_0x463aa5[_0x58498f(0x33d)]===_0x2fb72c['startColumn']&&(_0x3ff462=null)):_0x463aa5[_0x58498f(0x33d)]>_0x2fb72c[_0x58498f(0x33d)]&&_0x463aa5['endColumn']<_0x2fb72c[_0x58498f(0x285)]?_0x3ff462[_0x58498f(0x285)]=_0x2fb72c[_0x58498f(0x285)]-_0x504985:_0x463aa5[_0x58498f(0x33d)]<_0x2fb72c['startColumn']&&_0x463aa5['endColumn']>=_0x2fb72c['startColumn']&&_0x463aa5['endColumn']<=_0x2fb72c[_0x58498f(0x285)]?(_0x3ff462['startColumn']=_0x463aa5['startColumn'],_0x3ff462['endColumn']=_0x2fb72c[_0x58498f(0x285)]-_0x504985,_0x463aa5[_0x58498f(0x285)]===_0x2fb72c[_0x58498f(0x285)]&&(_0x3ff462=null)):_0x463aa5['startColumn']<=_0x2fb72c['startColumn']&&_0x463aa5['endColumn']>=_0x2fb72c[_0x58498f(0x285)]?_0x3ff462=null:_0x463aa5[_0x58498f(0x285)]<_0x2fb72c['startColumn']&&(_0x3ff462[_0x58498f(0x33d)]=_0x2fb72c[_0x58498f(0x33d)]-_0x504985,_0x3ff462['endColumn']=_0x2fb72c[_0x58498f(0x285)]-_0x504985),_0x3ff462&&!(_0x3ff462[_0x58498f(0x211)]===_0x3ff462[_0x58498f(0x2f8)]&&_0x3ff462[_0x58498f(0x33d)]===_0x3ff462[_0x58498f(0x285)])&&_0x275fe9[_0x58498f(0x354)](_0x3ff462),_0x275fe9;},[]);return _0x440049[_0x1d759d(0x1f0)][_0x1d759d(0x221)]=_0x1ba213,{'m1Prime':_0x3026db,'m2Prime':_0x440049};}},_0x12a488={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler'(_0x2338fa,_0x287a7d){const _0x45a576=_0x7c7d43,_0x31f458=_0x56b8bf[_0x45a576(0x318)][_0x45a576(0x3a1)](_0x2338fa),_0x5405f8=_0x56b8bf[_0x45a576(0x318)][_0x45a576(0x3a1)](_0x287a7d);if(_0x2338fa[_0x45a576(0x1f0)][_0x45a576(0x2f5)]!==_0x287a7d[_0x45a576(0x1f0)]['unitId']||_0x2338fa['params']['subUnitId']!==_0x287a7d[_0x45a576(0x1f0)][_0x45a576(0x390)])return{'m1Prime':_0x31f458,'m2Prime':_0x5405f8};const _0x4b4e8b=_0x5405f8['params'][_0x45a576(0x221)][_0x45a576(0x2cb)]((_0x282378,_0x214998)=>{const _0x324ecf=_0x45a576,_0x1b9950=_0x31f458['params'][_0x324ecf(0x331)],_0x319302=_0x1b9950[_0x324ecf(0x2f8)]-_0x1b9950[_0x324ecf(0x211)]+0x1;let _0x48ce04={..._0x214998};return _0x1b9950[_0x324ecf(0x211)]>_0x214998['endRow']?_0x48ce04={..._0x214998}:_0x1b9950[_0x324ecf(0x211)]>=_0x214998[_0x324ecf(0x211)]&&_0x1b9950['startRow']<=_0x214998[_0x324ecf(0x2f8)]&&_0x1b9950[_0x324ecf(0x2f8)]>_0x214998[_0x324ecf(0x2f8)]?(_0x48ce04[_0x324ecf(0x2f8)]=_0x1b9950[_0x324ecf(0x211)]-0x1,_0x1b9950[_0x324ecf(0x211)]===_0x214998[_0x324ecf(0x211)]&&(_0x48ce04=null)):_0x1b9950[_0x324ecf(0x211)]>_0x214998[_0x324ecf(0x211)]&&_0x1b9950[_0x324ecf(0x2f8)]<_0x214998[_0x324ecf(0x2f8)]?_0x48ce04['endRow']=_0x214998[_0x324ecf(0x2f8)]-_0x319302:_0x1b9950[_0x324ecf(0x211)]<_0x214998[_0x324ecf(0x211)]&&_0x1b9950[_0x324ecf(0x2f8)]>=_0x214998['startRow']&&_0x1b9950['endRow']<=_0x214998[_0x324ecf(0x2f8)]?(_0x48ce04[_0x324ecf(0x211)]=_0x1b9950[_0x324ecf(0x211)],_0x48ce04[_0x324ecf(0x2f8)]=_0x214998[_0x324ecf(0x2f8)]-_0x319302,_0x1b9950['endRow']===_0x214998['endRow']&&(_0x48ce04=null)):_0x1b9950['startRow']<=_0x214998[_0x324ecf(0x211)]&&_0x1b9950['endRow']>=_0x214998[_0x324ecf(0x2f8)]?_0x48ce04=null:_0x1b9950[_0x324ecf(0x2f8)]<_0x214998[_0x324ecf(0x211)]&&(_0x48ce04['startRow']=_0x214998['startRow']-_0x319302,_0x48ce04[_0x324ecf(0x2f8)]=_0x214998[_0x324ecf(0x2f8)]-_0x319302),_0x48ce04&&!(_0x48ce04['startRow']===_0x48ce04[_0x324ecf(0x2f8)]&&_0x48ce04[_0x324ecf(0x33d)]===_0x48ce04[_0x324ecf(0x285)])&&_0x282378['push'](_0x48ce04),_0x282378;},[]);return _0x5405f8[_0x45a576(0x1f0)][_0x45a576(0x221)]=_0x4b4e8b,{'m1Prime':_0x31f458,'m2Prime':_0x5405f8};}},_0x1ecd11={'m1':_0x3dd48a[_0x7c7d43(0x396)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler'(_0x12997d,_0x38e4f2){const _0x59cfd6=_0x7c7d43,_0x2c4a28=_0x56b8bf[_0x59cfd6(0x318)][_0x59cfd6(0x3a1)](_0x38e4f2);return _0x12997d[_0x59cfd6(0x1f0)][_0x59cfd6(0x390)]!==_0x38e4f2[_0x59cfd6(0x1f0)][_0x59cfd6(0x390)]||_0x12997d['params'][_0x59cfd6(0x2f5)]!==_0x38e4f2['params'][_0x59cfd6(0x2f5)]?{'m1Prime':_0x12997d,'m2Prime':_0x2c4a28}:(_0x2c4a28['id']=_0x3dd48a['EmptyMutation']['id'],{'m1Prime':_0x12997d,'m2Prime':_0x2c4a28});}},_0x43e320={'m1':_0x3dd48a[_0x7c7d43(0x396)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler'(_0x3eb2f7,_0x5f0998){const _0x47fcf3=_0x7c7d43,_0x3a981f=_0x56b8bf['Tools']['deepClone'](_0x5f0998);return _0x3eb2f7[_0x47fcf3(0x1f0)][_0x47fcf3(0x390)]!==_0x5f0998[_0x47fcf3(0x1f0)][_0x47fcf3(0x390)]||_0x3eb2f7[_0x47fcf3(0x1f0)][_0x47fcf3(0x2f5)]!==_0x5f0998[_0x47fcf3(0x1f0)][_0x47fcf3(0x2f5)]?{'m1Prime':_0x3eb2f7,'m2Prime':_0x3a981f}:(_0x3a981f['id']=_0x3dd48a[_0x47fcf3(0x2a8)]['id'],{'m1Prime':_0x3eb2f7,'m2Prime':_0x3a981f});}},_0x24f4cb={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler'(_0x171642,_0x269c46){const _0x3ed4a1=_0x7c7d43,_0x2a9bad=_0x56b8bf[_0x3ed4a1(0x318)][_0x3ed4a1(0x3a1)](_0x171642),_0x5c72b5=_0x56b8bf[_0x3ed4a1(0x318)][_0x3ed4a1(0x3a1)](_0x269c46);if(_0x171642['params'][_0x3ed4a1(0x2f5)]!==_0x269c46['params'][_0x3ed4a1(0x2f5)]||_0x171642['params'][_0x3ed4a1(0x390)]!==_0x269c46[_0x3ed4a1(0x1f0)][_0x3ed4a1(0x390)])return{'m1Prime':_0x2a9bad,'m2Prime':_0x5c72b5};const _0x52f029=[..._0x5c72b5['params'][_0x3ed4a1(0x221)]];for(let _0x21919b=0x0;_0x21919b<_0x2a9bad[_0x3ed4a1(0x1f0)][_0x3ed4a1(0x221)][_0x3ed4a1(0x2c1)];_0x21919b++){let _0x5633c6=!0x1;for(let _0x3a5432=0x0;_0x3a5432<_0x5c72b5[_0x3ed4a1(0x1f0)][_0x3ed4a1(0x221)]['length'];_0x3a5432++){const _0x151de7=_0x2a9bad[_0x3ed4a1(0x1f0)][_0x3ed4a1(0x221)][_0x21919b],_0x4b79e1=_0x5c72b5[_0x3ed4a1(0x1f0)][_0x3ed4a1(0x221)][_0x3a5432];if(_0x56b8bf[_0x3ed4a1(0x23f)][_0x3ed4a1(0x2ad)](_0x151de7,_0x4b79e1)){_0x5633c6=!0x0;break;}}_0x5633c6&&(_0x52f029[_0x3ed4a1(0x354)](_0x2a9bad[_0x3ed4a1(0x1f0)][_0x3ed4a1(0x221)][_0x21919b]),_0x2a9bad[_0x3ed4a1(0x1f0)][_0x3ed4a1(0x221)]['splice'](_0x21919b,0x1),_0x21919b--);}return _0x5c72b5['params']['ranges']=_0x52f029,_0x2a9bad['params']['ranges'][_0x3ed4a1(0x2c1)]===0x0&&(_0x2a9bad['id']=_0x3dd48a['EmptyMutation']['id']),{'m1Prime':_0x2a9bad,'m2Prime':_0x5c72b5};}},_0x5529df={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler'(_0x3c65aa,_0x3ee5b2){const _0x1491dc=_0x7c7d43,_0x4c041a=_0x43db0a[_0x1491dc(0x2f0)](_0x3ee5b2,_0x3c65aa);return _0x93c297(_0x4c041a)?{'m1Prime':_0x4c041a['m2Prime'],'m2Prime':_0x4c041a['m1Prime']}:_0x4c041a;}},_0x5d7623={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a['AddWorksheetMergeMutation']['id'],'handler'(_0x2a222d,_0x813cb6){const _0x2c117c=_0x7c7d43,_0x22ce72=_0x5f07c6[_0x2c117c(0x2f0)](_0x813cb6,_0x2a222d);return _0x93c297(_0x22ce72)?{'m1Prime':_0x22ce72[_0x2c117c(0x2a3)],'m2Prime':_0x22ce72[_0x2c117c(0x348)]}:_0x22ce72;}},_0x3004d2={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a['AddWorksheetMergeMutation']['id'],'handler'(_0xf7e44,_0x2befbc){const _0x4af866=_0x7c7d43,_0x72f5a7=_0x329ee6[_0x4af866(0x2f0)](_0x2befbc,_0xf7e44);return _0x93c297(_0x72f5a7)?{'m1Prime':_0x72f5a7[_0x4af866(0x2a3)],'m2Prime':_0x72f5a7[_0x4af866(0x348)]}:_0x72f5a7;}},_0x179b3b={'m1':_0x3dd48a['MoveRowsMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler'(_0x42ffa6,_0x56e647){const _0x5bbbdc=_0x7c7d43,_0x45b093=_0x25bb99['handler'](_0x56e647,_0x42ffa6);return _0x93c297(_0x45b093)?{'m1Prime':_0x45b093[_0x5bbbdc(0x2a3)],'m2Prime':_0x45b093[_0x5bbbdc(0x348)]}:_0x45b093;}},_0x4fd38f={'m1':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler'(_0x446c90,_0x203193){const _0x443a53=_0x7c7d43,_0x1eb45d=_0x33e2e0['handler'](_0x203193,_0x446c90);return _0x93c297(_0x1eb45d)?{'m1Prime':_0x1eb45d['m2Prime'],'m2Prime':_0x1eb45d[_0x443a53(0x348)]}:_0x1eb45d;}},_0x3d4264={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a['AddWorksheetMergeMutation']['id'],'handler'(_0x711b86,_0x238a3b){const _0x4409e5=_0x7c7d43,_0x1977d6=_0x1865fa[_0x4409e5(0x2f0)](_0x238a3b,_0x711b86);return _0x93c297(_0x1977d6)?{'m1Prime':_0x1977d6[_0x4409e5(0x2a3)],'m2Prime':_0x1977d6[_0x4409e5(0x348)]}:_0x1977d6;}},_0x102694={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler'(_0x29969a,_0x4b20a5){const _0x33b946=_0x2a9567['handler'](_0x4b20a5,_0x29969a);return _0x93c297(_0x33b946)?{'m1Prime':_0x33b946['m2Prime'],'m2Prime':_0x33b946['m1Prime']}:_0x33b946;}},_0x1cde51={'m1':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler'(_0xced28c,_0x125305){const _0x564867=_0x7c7d43,_0x5b9931=_0x45be0d[_0x564867(0x2f0)](_0x125305,_0xced28c);return _0x93c297(_0x5b9931)?{'m1Prime':_0x5b9931[_0x564867(0x2a3)],'m2Prime':_0x5b9931[_0x564867(0x348)]}:_0x5b9931;}},_0x1d309b={'m1':_0x3dd48a[_0x7c7d43(0x261)]['id'],'m2':_0x3dd48a['AddWorksheetMergeMutation']['id'],'handler'(_0x41ad4b,_0x1f45ed){const _0x158a81=_0x7c7d43,_0x17f0c1=_0x56b8bf['Tools']['deepClone'](_0x41ad4b),_0xbf9ae4=_0x56b8bf['Tools']['deepClone'](_0x1f45ed);if(_0x41ad4b[_0x158a81(0x1f0)]['unitId']!==_0x1f45ed['params'][_0x158a81(0x2f5)]||_0x41ad4b[_0x158a81(0x1f0)][_0x158a81(0x390)]!==_0x1f45ed[_0x158a81(0x1f0)][_0x158a81(0x390)])return{'m1Prime':_0x17f0c1,'m2Prime':_0xbf9ae4};for(let _0x1055ad=0x0;_0x1055ad<_0x17f0c1[_0x158a81(0x1f0)][_0x158a81(0x221)][_0x158a81(0x2c1)];_0x1055ad++){let _0x3ae4f0=!0x1;for(let _0x5d72ea=0x0;_0x5d72ea<_0xbf9ae4[_0x158a81(0x1f0)][_0x158a81(0x221)][_0x158a81(0x2c1)];_0x5d72ea++){const _0xd882ef=_0x17f0c1[_0x158a81(0x1f0)][_0x158a81(0x221)][_0x1055ad],_0x27b104=_0xbf9ae4[_0x158a81(0x1f0)][_0x158a81(0x221)][_0x5d72ea];if(_0x56b8bf[_0x158a81(0x23f)][_0x158a81(0x2ad)](_0xd882ef,_0x27b104)){_0x3ae4f0=!0x0;break;}}_0x3ae4f0&&(_0x17f0c1[_0x158a81(0x1f0)][_0x158a81(0x221)]['splice'](_0x1055ad,0x1),_0x1055ad--);}return _0x17f0c1['params']['ranges']['length']===0x0&&(_0x17f0c1['id']=_0x3dd48a[_0x158a81(0x2a8)]['id']),{'m1Prime':_0x17f0c1,'m2Prime':_0xbf9ae4};}},_0x4063fb={'m1':_0x3dd48a['RemoveWorksheetMergeMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'handler'(_0x286b88,_0x12bf65){const _0x2fb714=_0x7c7d43,_0x307b9a=_0x56b8bf['Tools'][_0x2fb714(0x3a1)](_0x286b88),_0x44e721=_0x56b8bf[_0x2fb714(0x318)][_0x2fb714(0x3a1)](_0x12bf65);if(_0x286b88[_0x2fb714(0x1f0)]['unitId']!==_0x12bf65[_0x2fb714(0x1f0)]['unitId']||_0x286b88[_0x2fb714(0x1f0)][_0x2fb714(0x390)]!==_0x12bf65[_0x2fb714(0x1f0)][_0x2fb714(0x390)])return{'m1Prime':_0x307b9a,'m2Prime':_0x44e721};const _0xba6485=_0x307b9a[_0x2fb714(0x1f0)][_0x2fb714(0x221)][_0x2fb714(0x2e6)](_0x26b455=>{const _0x10a026=_0x2fb714,_0x262c03=_0x44e721['params'][_0x10a026(0x331)],_0xee5eda=_0x262c03['endColumn']-_0x262c03['startColumn']+0x1;return _0x262c03['startColumn']<=_0x26b455[_0x10a026(0x33d)]?{..._0x26b455,'startColumn':_0x26b455[_0x10a026(0x33d)]+_0xee5eda,'endColumn':_0x26b455[_0x10a026(0x285)]+_0xee5eda}:_0x262c03[_0x10a026(0x33d)]>_0x26b455['startColumn']&&_0x262c03['startColumn']<=_0x26b455['endColumn']?{..._0x26b455,'endColumn':_0x26b455[_0x10a026(0x285)]+_0xee5eda}:{..._0x26b455};});return _0x307b9a['params'][_0x2fb714(0x221)]=_0xba6485,{'m1Prime':_0x307b9a,'m2Prime':_0x44e721};}},_0x1f7928={'m1':_0x3dd48a[_0x7c7d43(0x261)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'handler'(_0x2ca320,_0x38c736){const _0x37ff1b=_0x7c7d43,_0x44e8bc=_0x56b8bf[_0x37ff1b(0x318)][_0x37ff1b(0x3a1)](_0x2ca320),_0x1cbcf8=_0x56b8bf['Tools']['deepClone'](_0x38c736);if(_0x2ca320['params']['unitId']!==_0x38c736['params']['unitId']||_0x2ca320[_0x37ff1b(0x1f0)][_0x37ff1b(0x390)]!==_0x38c736[_0x37ff1b(0x1f0)][_0x37ff1b(0x390)])return{'m1Prime':_0x44e8bc,'m2Prime':_0x1cbcf8};const _0x1ea230=_0x44e8bc[_0x37ff1b(0x1f0)][_0x37ff1b(0x221)][_0x37ff1b(0x2cb)]((_0x2ab7f8,_0x49c1e5)=>{const _0x2fafdc=_0x37ff1b,{sourceRange:_0x23f83d,targetRange:_0x240cdd}=_0x38c736['params'],_0x2bdd59={..._0x49c1e5};return _0x23f83d[_0x2fafdc(0x285)]<_0x2bdd59[_0x2fafdc(0x33d)]&&_0x240cdd['startColumn']>_0x2bdd59[_0x2fafdc(0x285)]?(_0x2bdd59[_0x2fafdc(0x33d)]-=_0x23f83d[_0x2fafdc(0x285)]-_0x23f83d[_0x2fafdc(0x33d)]+0x1,_0x2bdd59[_0x2fafdc(0x285)]-=_0x23f83d[_0x2fafdc(0x285)]-_0x23f83d['startColumn']+0x1,_0x3c40c9(_0x2bdd59)&&_0x2ab7f8[_0x2fafdc(0x354)](_0x2bdd59)):_0x23f83d[_0x2fafdc(0x33d)]>_0x2bdd59['endColumn']&&_0x240cdd[_0x2fafdc(0x285)]<_0x2bdd59[_0x2fafdc(0x33d)]?(_0x2bdd59[_0x2fafdc(0x33d)]+=_0x23f83d['endColumn']-_0x23f83d[_0x2fafdc(0x33d)]+0x1,_0x2bdd59[_0x2fafdc(0x285)]+=_0x23f83d[_0x2fafdc(0x285)]-_0x23f83d['startColumn']+0x1,_0x3c40c9(_0x2bdd59)&&_0x2ab7f8[_0x2fafdc(0x354)](_0x2bdd59)):_0x56b8bf['Rectangle'][_0x2fafdc(0x2ad)](_0x2bdd59,_0x23f83d)||_0x56b8bf['Rectangle']['intersects'](_0x2bdd59,_0x240cdd)||_0x2ab7f8[_0x2fafdc(0x354)](_0x2bdd59),_0x2ab7f8;},[]);return _0x44e8bc['params'][_0x37ff1b(0x221)]=_0x1ea230,_0x44e8bc[_0x37ff1b(0x1f0)]['ranges'][_0x37ff1b(0x2c1)]===0x0&&(_0x44e8bc['id']=_0x3dd48a[_0x37ff1b(0x2a8)]['id']),{'m1Prime':_0x44e8bc,'m2Prime':_0x1cbcf8};}},_0x5eddf1={'m1':_0x3dd48a[_0x7c7d43(0x261)]['id'],'m2':_0x3dd48a['MoveRowsMutation']['id'],'handler'(_0xcb61b6,_0x144a31){const _0x1ee868=_0x7c7d43,_0xc895d0=_0x56b8bf[_0x1ee868(0x318)][_0x1ee868(0x3a1)](_0xcb61b6),_0x5d7c65=_0x56b8bf['Tools'][_0x1ee868(0x3a1)](_0x144a31);if(_0xcb61b6[_0x1ee868(0x1f0)]['unitId']!==_0x144a31[_0x1ee868(0x1f0)][_0x1ee868(0x2f5)]||_0xcb61b6[_0x1ee868(0x1f0)][_0x1ee868(0x390)]!==_0x144a31['params'][_0x1ee868(0x390)])return{'m1Prime':_0xc895d0,'m2Prime':_0x5d7c65};const _0x486b0b=_0xc895d0[_0x1ee868(0x1f0)][_0x1ee868(0x221)]['reduce']((_0x5afff0,_0x2b263f)=>{const _0x42a651=_0x1ee868,{sourceRange:_0xf4d9fd,targetRange:_0x184a1c}=_0x144a31['params'],_0x5ccd1d={..._0x2b263f};return _0xf4d9fd[_0x42a651(0x2f8)]<_0x5ccd1d[_0x42a651(0x211)]&&_0x184a1c[_0x42a651(0x211)]>_0x5ccd1d[_0x42a651(0x2f8)]?(_0x5ccd1d[_0x42a651(0x211)]-=_0xf4d9fd[_0x42a651(0x2f8)]-_0xf4d9fd[_0x42a651(0x211)]+0x1,_0x5ccd1d['endRow']-=_0xf4d9fd[_0x42a651(0x2f8)]-_0xf4d9fd[_0x42a651(0x211)]+0x1,_0x3c40c9(_0x5ccd1d)&&_0x5afff0[_0x42a651(0x354)](_0x5ccd1d)):_0xf4d9fd[_0x42a651(0x211)]>_0x5ccd1d['endRow']&&_0x184a1c[_0x42a651(0x2f8)]<_0x5ccd1d['startRow']?(_0x5ccd1d[_0x42a651(0x211)]+=_0xf4d9fd[_0x42a651(0x2f8)]-_0xf4d9fd[_0x42a651(0x211)]+0x1,_0x5ccd1d[_0x42a651(0x2f8)]+=_0xf4d9fd['endRow']-_0xf4d9fd[_0x42a651(0x211)]+0x1,_0x3c40c9(_0x5ccd1d)&&_0x5afff0[_0x42a651(0x354)](_0x5ccd1d)):_0x56b8bf[_0x42a651(0x23f)][_0x42a651(0x2ad)](_0x5ccd1d,_0xf4d9fd)||_0x56b8bf[_0x42a651(0x23f)]['intersects'](_0x5ccd1d,_0x184a1c)||_0x5afff0[_0x42a651(0x354)](_0x5ccd1d),_0x5afff0;},[]);return _0xc895d0[_0x1ee868(0x1f0)][_0x1ee868(0x221)]=_0x486b0b,_0xc895d0[_0x1ee868(0x1f0)][_0x1ee868(0x221)][_0x1ee868(0x2c1)]===0x0&&(_0xc895d0['id']=_0x3dd48a[_0x1ee868(0x2a8)]['id']),{'m1Prime':_0xc895d0,'m2Prime':_0x5d7c65};}},_0x2a493e={'m1':_0x3dd48a[_0x7c7d43(0x261)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'handler'(_0x47f8bd,_0x3d7fb5){const _0x3fa3cd=_0x7c7d43,_0x2d3597=_0x56b8bf[_0x3fa3cd(0x318)][_0x3fa3cd(0x3a1)](_0x47f8bd),_0x505d3f=_0x56b8bf['Tools'][_0x3fa3cd(0x3a1)](_0x3d7fb5);if(_0x47f8bd[_0x3fa3cd(0x1f0)][_0x3fa3cd(0x2f5)]!==_0x3d7fb5[_0x3fa3cd(0x1f0)][_0x3fa3cd(0x2f5)]||_0x47f8bd['params'][_0x3fa3cd(0x390)]!==_0x3d7fb5[_0x3fa3cd(0x1f0)][_0x3fa3cd(0x390)])return{'m1Prime':_0x2d3597,'m2Prime':_0x505d3f};const _0x636e3d=_0x2d3597[_0x3fa3cd(0x1f0)][_0x3fa3cd(0x221)][_0x3fa3cd(0x2e6)](_0x431751=>{const _0x4c59ba=_0x3fa3cd,_0x53cbac=_0x505d3f['params'][_0x4c59ba(0x331)],_0x4a8ff2=_0x53cbac[_0x4c59ba(0x2f8)]-_0x53cbac[_0x4c59ba(0x211)]+0x1;return _0x53cbac[_0x4c59ba(0x211)]<=_0x431751[_0x4c59ba(0x211)]?{..._0x431751,'startRow':_0x431751[_0x4c59ba(0x211)]+_0x4a8ff2,'endRow':_0x431751[_0x4c59ba(0x2f8)]+_0x4a8ff2}:_0x53cbac[_0x4c59ba(0x211)]>_0x431751['startRow']&&_0x53cbac[_0x4c59ba(0x211)]<=_0x431751[_0x4c59ba(0x2f8)]?{..._0x431751,'endRow':_0x431751[_0x4c59ba(0x2f8)]+_0x4a8ff2}:{..._0x431751};});return _0x2d3597[_0x3fa3cd(0x1f0)][_0x3fa3cd(0x221)]=_0x636e3d,{'m1Prime':_0x2d3597,'m2Prime':_0x505d3f};}},_0x3f77d7={'m1':_0x3dd48a[_0x7c7d43(0x261)]['id'],'m2':_0x3dd48a['RemoveColMutation']['id'],'handler'(_0xb09943,_0x5d9e36){const _0x334b7d=_0x7c7d43,_0x2e97ef=_0x56b8bf[_0x334b7d(0x318)]['deepClone'](_0xb09943),_0x317ca4=_0x56b8bf['Tools'][_0x334b7d(0x3a1)](_0x5d9e36);if(_0xb09943[_0x334b7d(0x1f0)][_0x334b7d(0x2f5)]!==_0x5d9e36[_0x334b7d(0x1f0)][_0x334b7d(0x2f5)]||_0xb09943[_0x334b7d(0x1f0)][_0x334b7d(0x390)]!==_0x5d9e36[_0x334b7d(0x1f0)][_0x334b7d(0x390)])return{'m1Prime':_0x2e97ef,'m2Prime':_0x317ca4};const _0xabaa4=_0x2e97ef[_0x334b7d(0x1f0)][_0x334b7d(0x221)][_0x334b7d(0x2cb)]((_0x5bcef9,_0x2f3100)=>{const _0x4048e5=_0x334b7d,_0x40232f=_0x317ca4['params'][_0x4048e5(0x331)],_0x404832=_0x40232f[_0x4048e5(0x285)]-_0x40232f[_0x4048e5(0x33d)]+0x1;let _0x47ae38={..._0x2f3100};return _0x40232f[_0x4048e5(0x33d)]>_0x2f3100[_0x4048e5(0x285)]?_0x47ae38={..._0x2f3100}:_0x40232f[_0x4048e5(0x33d)]>=_0x2f3100[_0x4048e5(0x33d)]&&_0x40232f['startColumn']<=_0x2f3100['endColumn']&&_0x40232f['endColumn']>_0x2f3100[_0x4048e5(0x285)]?(_0x47ae38[_0x4048e5(0x285)]=_0x40232f[_0x4048e5(0x33d)]-0x1,_0x40232f['startColumn']===_0x2f3100[_0x4048e5(0x33d)]&&(_0x47ae38=null)):_0x40232f[_0x4048e5(0x33d)]>_0x2f3100['startColumn']&&_0x40232f['endColumn']<_0x2f3100['endColumn']?_0x47ae38['endColumn']=_0x2f3100[_0x4048e5(0x285)]-_0x404832:_0x40232f[_0x4048e5(0x33d)]<_0x2f3100['startColumn']&&_0x40232f['endColumn']>=_0x2f3100['startColumn']&&_0x40232f[_0x4048e5(0x285)]<=_0x2f3100[_0x4048e5(0x285)]?(_0x47ae38[_0x4048e5(0x33d)]=_0x40232f[_0x4048e5(0x33d)],_0x47ae38[_0x4048e5(0x285)]=_0x2f3100[_0x4048e5(0x285)]-_0x404832,_0x40232f[_0x4048e5(0x285)]===_0x2f3100[_0x4048e5(0x285)]&&(_0x47ae38=null)):_0x40232f['startColumn']<=_0x2f3100['startColumn']&&_0x40232f['endColumn']>=_0x2f3100[_0x4048e5(0x285)]?_0x47ae38=null:_0x40232f['endColumn']<_0x2f3100[_0x4048e5(0x33d)]&&(_0x47ae38[_0x4048e5(0x33d)]=_0x2f3100[_0x4048e5(0x33d)]-_0x404832,_0x47ae38['endColumn']=_0x2f3100['endColumn']-_0x404832),_0x47ae38&&!(_0x47ae38['startRow']===_0x47ae38['endRow']&&_0x47ae38[_0x4048e5(0x33d)]===_0x47ae38[_0x4048e5(0x285)])&&_0x5bcef9[_0x4048e5(0x354)](_0x47ae38),_0x5bcef9;},[]);return _0x2e97ef['params'][_0x334b7d(0x221)]=_0xabaa4,_0x2e97ef[_0x334b7d(0x1f0)][_0x334b7d(0x221)]['length']===0x0&&(_0x2e97ef['id']=_0x3dd48a[_0x334b7d(0x2a8)]['id']),{'m1Prime':_0x2e97ef,'m2Prime':_0x317ca4};}},_0x3f16a5={'m1':_0x3dd48a[_0x7c7d43(0x261)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'handler'(_0x49b152,_0x291af8){const _0x487f04=_0x7c7d43,_0x3d07cc=_0x56b8bf[_0x487f04(0x318)]['deepClone'](_0x49b152),_0x28cdea=_0x56b8bf[_0x487f04(0x318)][_0x487f04(0x3a1)](_0x291af8);if(_0x49b152[_0x487f04(0x1f0)][_0x487f04(0x2f5)]!==_0x291af8['params'][_0x487f04(0x2f5)]||_0x49b152[_0x487f04(0x1f0)][_0x487f04(0x390)]!==_0x291af8[_0x487f04(0x1f0)][_0x487f04(0x390)])return{'m1Prime':_0x3d07cc,'m2Prime':_0x28cdea};const _0x426d48=_0x3d07cc[_0x487f04(0x1f0)][_0x487f04(0x221)][_0x487f04(0x2cb)]((_0x2f93f8,_0x26c883)=>{const _0x1bfca2=_0x487f04,_0x57e055=_0x28cdea['params'][_0x1bfca2(0x331)],_0x1676dd=_0x57e055[_0x1bfca2(0x2f8)]-_0x57e055[_0x1bfca2(0x211)]+0x1;let _0x53138f={..._0x26c883};return _0x57e055[_0x1bfca2(0x211)]>_0x26c883[_0x1bfca2(0x2f8)]?_0x53138f={..._0x26c883}:_0x57e055[_0x1bfca2(0x211)]>=_0x26c883[_0x1bfca2(0x211)]&&_0x57e055[_0x1bfca2(0x211)]<=_0x26c883['endRow']&&_0x57e055[_0x1bfca2(0x2f8)]>_0x26c883[_0x1bfca2(0x2f8)]?(_0x53138f[_0x1bfca2(0x2f8)]=_0x57e055['startRow']-0x1,_0x57e055[_0x1bfca2(0x211)]===_0x26c883[_0x1bfca2(0x211)]&&(_0x53138f=null)):_0x57e055[_0x1bfca2(0x211)]>_0x26c883[_0x1bfca2(0x211)]&&_0x57e055[_0x1bfca2(0x2f8)]<_0x26c883[_0x1bfca2(0x2f8)]?_0x53138f[_0x1bfca2(0x2f8)]=_0x26c883[_0x1bfca2(0x2f8)]-_0x1676dd:_0x57e055[_0x1bfca2(0x211)]<_0x26c883['startRow']&&_0x57e055['endRow']>=_0x26c883[_0x1bfca2(0x211)]&&_0x57e055['endRow']<=_0x26c883['endRow']?(_0x53138f[_0x1bfca2(0x211)]=_0x57e055['startRow'],_0x53138f[_0x1bfca2(0x2f8)]=_0x26c883[_0x1bfca2(0x2f8)]-_0x1676dd,_0x57e055['endRow']===_0x26c883[_0x1bfca2(0x2f8)]&&(_0x53138f=null)):_0x57e055[_0x1bfca2(0x211)]<=_0x26c883[_0x1bfca2(0x211)]&&_0x57e055['endRow']>=_0x26c883['endRow']?_0x53138f=null:_0x57e055[_0x1bfca2(0x2f8)]<_0x26c883[_0x1bfca2(0x211)]&&(_0x53138f[_0x1bfca2(0x211)]=_0x26c883['startRow']-_0x1676dd,_0x53138f['endRow']=_0x26c883[_0x1bfca2(0x2f8)]-_0x1676dd),_0x53138f&&!(_0x53138f[_0x1bfca2(0x211)]===_0x53138f['endRow']&&_0x53138f[_0x1bfca2(0x33d)]===_0x53138f['endColumn'])&&_0x2f93f8[_0x1bfca2(0x354)](_0x53138f),_0x2f93f8;},[]);return _0x3d07cc[_0x487f04(0x1f0)][_0x487f04(0x221)]=_0x426d48,_0x3d07cc[_0x487f04(0x1f0)][_0x487f04(0x221)][_0x487f04(0x2c1)]===0x0&&(_0x3d07cc['id']=_0x3dd48a[_0x487f04(0x2a8)]['id']),{'m1Prime':_0x3d07cc,'m2Prime':_0x28cdea};}},_0x43e8eb={'m1':_0x3dd48a['InsertColMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x358)]['id'],'handler'(_0x10ed12,_0x5b9a0a){const _0x4cb421=_0x7c7d43,_0x125dd1={'m1Prime':[],'m2Prime':[]};if(_0x10ed12[_0x4cb421(0x1f0)][_0x4cb421(0x2f5)]!==_0x5b9a0a['params'][_0x4cb421(0x2f5)]||_0x10ed12[_0x4cb421(0x1f0)][_0x4cb421(0x390)]!==_0x5b9a0a[_0x4cb421(0x1f0)]['subUnitId'])return _0x125dd1;const _0x156e0a=_0x56b8bf[_0x4cb421(0x318)][_0x4cb421(0x3a1)](_0x5b9a0a);let _0x3a8992=!0x1;return _0x156e0a['params'][_0x4cb421(0x1fc)][_0x4cb421(0x297)](_0x2ad3ef=>{const _0xf49e95=_0x4cb421,{range:_0x1a6a57,primary:_0x4622e1}=_0x2ad3ef,_0x1cd777=_0x3dd48a['handleBaseInsertRange'](_0x5192e9(_0x10ed12[_0xf49e95(0x1f0)][_0xf49e95(0x331)]),_0x5192e9(_0x1a6a57));if(_0x1cd777[_0xf49e95(0x2c1)]||_0x1cd777[_0xf49e95(0x232)]){if(_0x1a6a57[_0xf49e95(0x33d)]+=_0x1cd777[_0xf49e95(0x232)],_0x1a6a57[_0xf49e95(0x285)]+=_0x1cd777[_0xf49e95(0x232)]+(_0x1cd777['length']||0x0),_0x4622e1){const _0x212d73=_0x3dd48a[_0xf49e95(0x30a)](_0x5192e9(_0x10ed12[_0xf49e95(0x1f0)]['range']),_0x5192e9(_0x4622e1));(_0x212d73[_0xf49e95(0x2c1)]||_0x212d73[_0xf49e95(0x232)])&&(_0x4622e1[_0xf49e95(0x33d)]+=_0x212d73[_0xf49e95(0x232)],_0x4622e1[_0xf49e95(0x285)]+=_0x212d73['step'],_0x4622e1['actualColumn']+=_0x212d73[_0xf49e95(0x232)]);}_0x3a8992=!0x0;}}),_0x3a8992&&_0x125dd1[_0x4cb421(0x2a3)][_0x4cb421(0x354)](_0x156e0a),_0x125dd1;}},_0x435d7e={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x358)]['id'],'handler'(_0x3d554a,_0x510167){const _0x573397=_0x7c7d43,_0x18bfbb={'m1Prime':[],'m2Prime':[]};if(_0x3d554a[_0x573397(0x1f0)][_0x573397(0x2f5)]!==_0x510167[_0x573397(0x1f0)][_0x573397(0x2f5)]||_0x3d554a[_0x573397(0x1f0)][_0x573397(0x390)]!==_0x510167[_0x573397(0x1f0)]['subUnitId'])return _0x18bfbb;const _0x2941a3=_0x56b8bf['Tools']['deepClone'](_0x510167);let _0x47f12f=!0x1;return _0x2941a3['params'][_0x573397(0x1fc)][_0x573397(0x297)](_0x540f06=>{const _0x2b4797=_0x573397,{range:_0x2a2894,primary:_0x337445}=_0x540f06,_0x533be9=_0x3dd48a[_0x2b4797(0x30a)](_0x5192e9(_0x3dd48a[_0x2b4797(0x284)](_0x3d554a[_0x2b4797(0x1f0)][_0x2b4797(0x331)])),_0x5192e9(_0x3dd48a[_0x2b4797(0x284)](_0x2a2894)));if(_0x533be9['length']||_0x533be9['step']){if(_0x2a2894[_0x2b4797(0x211)]+=_0x533be9['step'],_0x2a2894[_0x2b4797(0x2f8)]+=_0x533be9[_0x2b4797(0x232)]+(_0x533be9['length']||0x0),_0x337445){const _0x60c3b4=_0x3dd48a[_0x2b4797(0x30a)](_0x5192e9(_0x3dd48a[_0x2b4797(0x284)](_0x3d554a['params'][_0x2b4797(0x331)])),_0x5192e9(_0x3dd48a[_0x2b4797(0x284)](_0x337445)));(_0x60c3b4[_0x2b4797(0x2c1)]||_0x60c3b4[_0x2b4797(0x232)])&&(_0x337445[_0x2b4797(0x211)]+=_0x60c3b4[_0x2b4797(0x232)],_0x337445[_0x2b4797(0x2f8)]+=_0x60c3b4['step'],_0x337445[_0x2b4797(0x2bb)]+=_0x60c3b4['step']);}_0x47f12f=!0x0;}}),_0x47f12f&&_0x18bfbb[_0x573397(0x2a3)][_0x573397(0x354)](_0x2941a3),_0x18bfbb;}},_0x5a63cc={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x3dd48a['SetSelectionsOperation']['id'],'handler'(_0x5b37eb,_0x227866){const _0x2437ac=_0x7c7d43,_0x167ef5={'m1Prime':[],'m2Prime':[]};if(_0x5b37eb[_0x2437ac(0x1f0)]['unitId']!==_0x227866[_0x2437ac(0x1f0)][_0x2437ac(0x2f5)]||_0x5b37eb['params'][_0x2437ac(0x390)]!==_0x227866['params'][_0x2437ac(0x390)])return _0x167ef5;const _0x2f11dd=_0x56b8bf[_0x2437ac(0x318)][_0x2437ac(0x3a1)](_0x227866);let _0x5dfb7a=!0x1;return _0x2f11dd[_0x2437ac(0x1f0)][_0x2437ac(0x1fc)][_0x2437ac(0x297)](_0x330d77=>{const _0x46895e=_0x2437ac,{range:_0x49ca1e,primary:_0x44ea7d}=_0x330d77,_0x1f053c=_0x3dd48a[_0x46895e(0x217)]({'start':_0x5b37eb['params'][_0x46895e(0x288)][_0x46895e(0x33d)],'end':_0x5b37eb[_0x46895e(0x1f0)][_0x46895e(0x288)]['endColumn']},{'start':_0x5b37eb[_0x46895e(0x1f0)]['targetRange'][_0x46895e(0x33d)],'end':_0x5b37eb[_0x46895e(0x1f0)][_0x46895e(0x24c)][_0x46895e(0x285)]},{'start':_0x49ca1e['startColumn'],'end':_0x49ca1e[_0x46895e(0x285)]});if(_0x1f053c['length']||_0x1f053c[_0x46895e(0x232)]){if(_0x49ca1e[_0x46895e(0x33d)]+=_0x1f053c[_0x46895e(0x232)],_0x49ca1e[_0x46895e(0x285)]+=_0x1f053c[_0x46895e(0x232)]+(_0x1f053c[_0x46895e(0x2c1)]||0x0),_0x44ea7d){const _0x3f779e=_0x3dd48a['handleBaseMoveRowsCols']({'start':_0x5b37eb[_0x46895e(0x1f0)][_0x46895e(0x288)][_0x46895e(0x33d)],'end':_0x5b37eb[_0x46895e(0x1f0)][_0x46895e(0x288)][_0x46895e(0x285)]},{'start':_0x5b37eb[_0x46895e(0x1f0)][_0x46895e(0x24c)][_0x46895e(0x33d)],'end':_0x5b37eb[_0x46895e(0x1f0)][_0x46895e(0x24c)]['endColumn']},{'start':_0x44ea7d[_0x46895e(0x33d)],'end':_0x44ea7d[_0x46895e(0x285)]});(_0x3f779e[_0x46895e(0x2c1)]||_0x3f779e[_0x46895e(0x232)])&&(_0x44ea7d[_0x46895e(0x33d)]+=_0x3f779e[_0x46895e(0x232)],_0x44ea7d[_0x46895e(0x285)]+=_0x3f779e[_0x46895e(0x232)],_0x44ea7d[_0x46895e(0x32b)]+=_0x3f779e[_0x46895e(0x232)]);}_0x5dfb7a=!0x0;}}),_0x5dfb7a&&_0x167ef5['m2Prime'][_0x2437ac(0x354)](_0x2f11dd),_0x167ef5;}},_0x5ed8c7={'m1':_0x3dd48a['MoveRowsMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x358)]['id'],'handler'(_0x2f7e09,_0x5e1a62){const _0x491eba=_0x7c7d43,_0xceb3dd={'m1Prime':[],'m2Prime':[]};if(_0x2f7e09[_0x491eba(0x1f0)][_0x491eba(0x2f5)]!==_0x5e1a62['params']['unitId']||_0x2f7e09[_0x491eba(0x1f0)][_0x491eba(0x390)]!==_0x5e1a62[_0x491eba(0x1f0)][_0x491eba(0x390)])return _0xceb3dd;const _0x5e9e6f=_0x56b8bf['Tools'][_0x491eba(0x3a1)](_0x5e1a62);let _0x59c5f0=!0x1;return _0x5e9e6f['params'][_0x491eba(0x1fc)][_0x491eba(0x297)](_0x364e23=>{const _0x239848=_0x491eba,{range:_0x45d552,primary:_0x320998}=_0x364e23,_0x16193a=_0x3dd48a['handleBaseMoveRowsCols']({'start':_0x2f7e09['params'][_0x239848(0x288)]['startRow'],'end':_0x2f7e09['params']['sourceRange'][_0x239848(0x2f8)]},{'start':_0x2f7e09[_0x239848(0x1f0)][_0x239848(0x24c)][_0x239848(0x211)],'end':_0x2f7e09[_0x239848(0x1f0)][_0x239848(0x24c)][_0x239848(0x2f8)]},{'start':_0x45d552['startRow'],'end':_0x45d552[_0x239848(0x2f8)]});if(_0x16193a[_0x239848(0x2c1)]||_0x16193a[_0x239848(0x232)]){if(_0x45d552['startRow']+=_0x16193a[_0x239848(0x232)],_0x45d552[_0x239848(0x2f8)]+=_0x16193a[_0x239848(0x232)]+(_0x16193a['length']||0x0),_0x320998){const _0x217819=_0x3dd48a['handleBaseMoveRowsCols']({'start':_0x2f7e09['params'][_0x239848(0x288)][_0x239848(0x211)],'end':_0x2f7e09[_0x239848(0x1f0)][_0x239848(0x288)]['endRow']},{'start':_0x2f7e09['params'][_0x239848(0x24c)][_0x239848(0x211)],'end':_0x2f7e09[_0x239848(0x1f0)][_0x239848(0x24c)]['endRow']},{'start':_0x320998[_0x239848(0x211)],'end':_0x320998[_0x239848(0x2f8)]});(_0x217819[_0x239848(0x2c1)]||_0x217819[_0x239848(0x232)])&&(_0x320998[_0x239848(0x211)]+=_0x217819[_0x239848(0x232)],_0x320998[_0x239848(0x2f8)]+=_0x217819[_0x239848(0x232)],_0x320998['actualRow']+=_0x217819[_0x239848(0x232)]);}_0x59c5f0=!0x0;}}),_0x59c5f0&&_0xceb3dd[_0x491eba(0x2a3)][_0x491eba(0x354)](_0x5e9e6f),_0xceb3dd;}},_0x25f134={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x358)]['id'],'handler'(_0x3bd037,_0x17593c){const _0x27a1c5=_0x7c7d43,_0x2ce231={'m1Prime':[],'m2Prime':[]};if(_0x3bd037[_0x27a1c5(0x1f0)][_0x27a1c5(0x2f5)]!==_0x17593c['params'][_0x27a1c5(0x2f5)]||_0x3bd037['params'][_0x27a1c5(0x390)]!==_0x17593c[_0x27a1c5(0x1f0)][_0x27a1c5(0x390)])return _0x2ce231;const _0x44d4d3=_0x56b8bf[_0x27a1c5(0x318)][_0x27a1c5(0x3a1)](_0x17593c);let _0x2f73e1=!0x1;return _0x44d4d3[_0x27a1c5(0x1f0)]['selections'][_0x27a1c5(0x297)](_0x5a67fd=>{const _0x52cee6=_0x27a1c5,{range:_0x555aeb,primary:_0x2e815e}=_0x5a67fd,_0x15dbcc=_0x3dd48a[_0x52cee6(0x1fe)](_0x5192e9(_0x3bd037['params'][_0x52cee6(0x331)]),_0x5192e9(_0x555aeb));if(_0x15dbcc!=null&&(_0x15dbcc[_0x52cee6(0x2c1)]||_0x15dbcc['step'])){if(_0x555aeb['startColumn']+=_0x15dbcc[_0x52cee6(0x232)],_0x555aeb[_0x52cee6(0x285)]+=_0x15dbcc[_0x52cee6(0x232)]+(_0x15dbcc['length']||0x0),_0x2e815e){const _0x1decc9=_0x3dd48a['handleBaseRemoveRange'](_0x5192e9(_0x3bd037[_0x52cee6(0x1f0)]['range']),_0x5192e9(_0x2e815e));if(_0x1decc9==null){_0x2e815e[_0x52cee6(0x33d)]=_0x555aeb[_0x52cee6(0x33d)],_0x2e815e[_0x52cee6(0x285)]=_0x555aeb[_0x52cee6(0x33d)],_0x2e815e[_0x52cee6(0x32b)]=_0x555aeb[_0x52cee6(0x33d)];return;}(_0x1decc9[_0x52cee6(0x2c1)]||_0x1decc9[_0x52cee6(0x232)])&&(_0x2e815e[_0x52cee6(0x33d)]+=_0x1decc9['step'],_0x2e815e[_0x52cee6(0x285)]+=_0x1decc9['step'],_0x2e815e[_0x52cee6(0x32b)]+=_0x1decc9[_0x52cee6(0x232)]);}_0x2f73e1=!0x0;}}),_0x2f73e1&&_0x2ce231[_0x27a1c5(0x2a3)][_0x27a1c5(0x354)](_0x44d4d3),_0x2ce231;}},_0x3cebc4={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x358)]['id'],'handler'(_0x52d477,_0x2130b6){const _0x212ba5=_0x7c7d43,_0x22829a={'m1Prime':[],'m2Prime':[]};if(_0x52d477['params'][_0x212ba5(0x2f5)]!==_0x2130b6[_0x212ba5(0x1f0)][_0x212ba5(0x2f5)]||_0x52d477[_0x212ba5(0x1f0)][_0x212ba5(0x390)]!==_0x2130b6[_0x212ba5(0x1f0)][_0x212ba5(0x390)])return _0x22829a;const _0x223a70=_0x56b8bf[_0x212ba5(0x318)][_0x212ba5(0x3a1)](_0x2130b6);let _0x55d2d2=!0x1;return _0x223a70[_0x212ba5(0x1f0)][_0x212ba5(0x1fc)][_0x212ba5(0x297)](_0x2afb2a=>{const _0x1c599a=_0x212ba5,{range:_0x2f4c3c,primary:_0x42fe6b}=_0x2afb2a,_0x20c8ab=_0x3dd48a[_0x1c599a(0x1fe)](_0x5192e9(_0x3dd48a[_0x1c599a(0x284)](_0x52d477[_0x1c599a(0x1f0)][_0x1c599a(0x331)])),_0x5192e9(_0x3dd48a[_0x1c599a(0x284)](_0x2f4c3c)));if(_0x20c8ab!=null&&(_0x20c8ab[_0x1c599a(0x2c1)]||_0x20c8ab['step'])){if(_0x2f4c3c['startRow']+=_0x20c8ab['step'],_0x2f4c3c[_0x1c599a(0x2f8)]+=_0x20c8ab['step']+(_0x20c8ab[_0x1c599a(0x2c1)]||0x0),_0x42fe6b){const _0x347317=_0x3dd48a[_0x1c599a(0x1fe)](_0x5192e9(_0x3dd48a[_0x1c599a(0x284)](_0x52d477[_0x1c599a(0x1f0)][_0x1c599a(0x331)])),_0x5192e9(_0x3dd48a[_0x1c599a(0x284)](_0x42fe6b)));if(_0x347317==null){_0x42fe6b[_0x1c599a(0x211)]=_0x2f4c3c[_0x1c599a(0x211)],_0x42fe6b[_0x1c599a(0x2f8)]=_0x2f4c3c[_0x1c599a(0x211)],_0x42fe6b[_0x1c599a(0x2bb)]=_0x2f4c3c[_0x1c599a(0x211)];return;}(_0x347317[_0x1c599a(0x2c1)]||_0x347317['step'])&&(_0x42fe6b['startRow']+=_0x347317['step'],_0x42fe6b[_0x1c599a(0x2f8)]+=_0x347317[_0x1c599a(0x232)],_0x42fe6b[_0x1c599a(0x2bb)]+=_0x347317[_0x1c599a(0x232)]);}_0x55d2d2=!0x0;}}),_0x55d2d2&&_0x22829a[_0x212ba5(0x2a3)][_0x212ba5(0x354)](_0x223a70),_0x22829a;}},_0x2b2e8d={'m1':_0x3dd48a[_0x7c7d43(0x258)]['id'],'m2':_0x3dd48a['SetSelectionsOperation']['id'],'handler'(_0x2401f6,_0x5624ef){const _0x372138=_0x7c7d43,_0x4374cd={'m1Prime':[],'m2Prime':[]};if(_0x2401f6[_0x372138(0x1f0)][_0x372138(0x2f5)]!==_0x5624ef[_0x372138(0x1f0)][_0x372138(0x2f5)]||_0x2401f6[_0x372138(0x1f0)][_0x372138(0x390)]!==_0x5624ef[_0x372138(0x1f0)]['subUnitId'])return _0x4374cd;const _0x5541f3=_0x56b8bf[_0x372138(0x318)][_0x372138(0x3a1)](_0x5624ef),_0x6b422c=_0x5541f3[_0x372138(0x1f0)][_0x372138(0x1fc)];_0x6b422c[_0x372138(0x297)]((_0x237645,_0x5c704a)=>{const _0x2eeb75=_0x372138,{range:_0x23f117,primary:_0x23f022}=_0x237645;_0x2401f6[_0x2eeb75(0x1f0)]['ranges'][_0x2eeb75(0x297)](_0x521e36=>{const _0x427a89=_0x2eeb75;_0x56b8bf[_0x427a89(0x23f)][_0x427a89(0x2ad)](_0x521e36,_0x23f117)&&(_0x23f117[_0x427a89(0x211)]=Math[_0x427a89(0x23a)](_0x521e36[_0x427a89(0x211)],_0x23f117[_0x427a89(0x211)]),_0x23f117[_0x427a89(0x33d)]=Math['min'](_0x521e36[_0x427a89(0x33d)],_0x23f117['startColumn']),_0x23f117[_0x427a89(0x2f8)]=Math[_0x427a89(0x325)](_0x521e36['endRow'],_0x23f117[_0x427a89(0x2f8)]),_0x23f117[_0x427a89(0x285)]=Math['max'](_0x521e36[_0x427a89(0x285)],_0x23f117[_0x427a89(0x285)])),_0x23f022&&_0x56b8bf[_0x427a89(0x23f)][_0x427a89(0x2ad)](_0x521e36,_0x23f022)&&_0x5c704a===_0x6b422c[_0x427a89(0x2c1)]-0x1&&(_0x23f022[_0x427a89(0x33d)]===_0x521e36['startColumn']&&_0x23f022[_0x427a89(0x211)]&&_0x521e36[_0x427a89(0x211)]&&(_0x23f022[_0x427a89(0x1ec)]=!0x0),_0x23f022[_0x427a89(0x211)]=Math[_0x427a89(0x23a)](_0x521e36[_0x427a89(0x211)],_0x23f022[_0x427a89(0x211)]),_0x23f022['startColumn']=Math[_0x427a89(0x23a)](_0x521e36['startColumn'],_0x23f022[_0x427a89(0x33d)]),_0x23f022[_0x427a89(0x2f8)]=Math['max'](_0x521e36[_0x427a89(0x2f8)],_0x23f022[_0x427a89(0x2f8)]),_0x23f022['endColumn']=Math['max'](_0x521e36[_0x427a89(0x285)],_0x23f022[_0x427a89(0x285)]),_0x23f022[_0x427a89(0x2ea)]=!0x0);});}),_0x6b422c[_0x372138(0x207)]((_0x331f38,_0x176346)=>{const _0x15c855=_0x372138,_0x35bfcd=_0x331f38[_0x15c855(0x331)],_0x2dd92e=_0x176346[_0x15c855(0x331)];return _0x35bfcd[_0x15c855(0x211)]===_0x2dd92e[_0x15c855(0x211)]?_0x35bfcd[_0x15c855(0x33d)]-_0x2dd92e[_0x15c855(0x33d)]:_0x35bfcd[_0x15c855(0x211)]-_0x2dd92e[_0x15c855(0x211)];});const _0x3ffc12=[];let _0x4f0dbe=null;for(const _0x2e307f of _0x6b422c)_0x4f0dbe===null||!_0x56b8bf[_0x372138(0x23f)][_0x372138(0x2ad)](_0x4f0dbe['range'],_0x2e307f[_0x372138(0x331)])?(_0x3ffc12['push'](_0x2e307f),_0x4f0dbe=_0x2e307f):(_0x4f0dbe[_0x372138(0x331)][_0x372138(0x211)]=Math[_0x372138(0x23a)](_0x4f0dbe[_0x372138(0x331)][_0x372138(0x211)],_0x2e307f[_0x372138(0x331)][_0x372138(0x211)]),_0x4f0dbe[_0x372138(0x331)][_0x372138(0x33d)]=Math[_0x372138(0x23a)](_0x4f0dbe[_0x372138(0x331)]['startColumn'],_0x2e307f[_0x372138(0x331)][_0x372138(0x33d)]),_0x4f0dbe[_0x372138(0x331)][_0x372138(0x2f8)]=Math['max'](_0x4f0dbe[_0x372138(0x331)]['endRow'],_0x2e307f[_0x372138(0x331)][_0x372138(0x2f8)]),_0x4f0dbe[_0x372138(0x331)][_0x372138(0x285)]=Math['max'](_0x4f0dbe[_0x372138(0x331)][_0x372138(0x285)],_0x2e307f[_0x372138(0x331)]['endColumn']),_0x2e307f[_0x372138(0x2b4)]&&(_0x4f0dbe[_0x372138(0x2b4)]=_0x2e307f[_0x372138(0x2b4)]));return _0x5541f3[_0x372138(0x1f0)]['selections']=_0x3ffc12,_0x4374cd[_0x372138(0x2a3)][_0x372138(0x354)](_0x5541f3),_0x4374cd;}},_0x4c02da={'m1':_0x3dd48a[_0x7c7d43(0x261)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x358)]['id'],'handler'(_0x1b2363,_0x285f09){const _0x250c01=_0x7c7d43,_0x500f7d={'m1Prime':[],'m2Prime':[]};if(_0x1b2363[_0x250c01(0x1f0)][_0x250c01(0x2f5)]!==_0x285f09['params']['unitId']||_0x1b2363[_0x250c01(0x1f0)][_0x250c01(0x390)]!==_0x285f09[_0x250c01(0x1f0)][_0x250c01(0x390)])return _0x500f7d;const _0xbea03b=_0x56b8bf[_0x250c01(0x318)][_0x250c01(0x3a1)](_0x285f09),_0x2f9b5f=_0xbea03b[_0x250c01(0x1f0)][_0x250c01(0x1fc)],_0x2e292a=_0x2f9b5f[_0x2f9b5f[_0x250c01(0x2c1)]-0x1]['primary'];return _0x1b2363[_0x250c01(0x1f0)][_0x250c01(0x221)][_0x250c01(0x297)](_0x46d7a2=>{const _0x2da587=_0x250c01;_0x2e292a&&_0x56b8bf['Rectangle'][_0x2da587(0x2ad)](_0x46d7a2,_0x2e292a)&&(_0x2e292a[_0x2da587(0x2ea)]=!0x1,_0x2e292a[_0x2da587(0x1ec)]=!0x1,_0x2e292a['startRow']=_0x46d7a2[_0x2da587(0x211)],_0x2e292a[_0x2da587(0x33d)]=_0x46d7a2[_0x2da587(0x33d)],_0x2e292a[_0x2da587(0x2f8)]=_0x46d7a2[_0x2da587(0x211)],_0x2e292a[_0x2da587(0x285)]=_0x46d7a2['startColumn'],_0x2e292a[_0x2da587(0x32b)]=_0x46d7a2[_0x2da587(0x33d)],_0x2e292a[_0x2da587(0x2bb)]=_0x46d7a2['startRow']);}),_0x500f7d['m2Prime'][_0x250c01(0x354)](_0xbea03b),_0x500f7d;}};_0x147eda[_0x7c7d43(0x368)]['id'],_0x147eda[_0x7c7d43(0x368)]['id'],_0x147eda['SetConditionalRuleMutation']['id'],_0x147eda[_0x7c7d43(0x268)]['id'],_0x147eda[_0x7c7d43(0x352)]['id'],_0x147eda[_0x7c7d43(0x352)]['id'],_0x147eda['DeleteConditionalRuleMutation']['id'],_0x147eda['DeleteConditionalRuleMutation']['id'];function _0xfc6c68(_0x2128ab,_0x337de7,_0x594a74,_0x58e92c){const _0x221b59=_0x7c7d43,_0x4d3355=new _0x56b8bf[(_0x221b59(0x2bc))]();_0x594a74['forEach'](_0x21e8b7=>{const _0x3e3853=_0x221b59;_0x21e8b7[_0x3e3853(0x221)][_0x3e3853(0x297)](_0x4c4144=>{const _0xb09157=_0x3e3853;_0x56b8bf[_0xb09157(0x2a0)][_0xb09157(0x384)](_0x4c4144,(_0x439848,_0x54c476)=>{const _0x15adf6=_0xb09157;_0x4d3355['setValue'](_0x439848,_0x54c476,_0x21e8b7[_0x15adf6(0x337)]);});});}),_0x58e92c[_0x221b59(0x297)](_0x368e4e=>{const _0x6af4c1=_0x221b59;_0x368e4e[_0x6af4c1(0x221)][_0x6af4c1(0x297)](_0x4f26bf=>{const _0x144198=_0x6af4c1;_0x56b8bf[_0x144198(0x2a0)]['foreach'](_0x4f26bf,(_0x3ec05d,_0x13b899)=>{const _0x2e5ba0=_0x144198;_0x4d3355[_0x2e5ba0(0x25d)](_0x3ec05d,_0x13b899,_0x368e4e[_0x2e5ba0(0x337)]);});});});const _0x5a465f=[];return _0x594a74[_0x221b59(0x297)](_0x4113db=>{const _0x583fda=_0x221b59,_0x3f2dab=_0x56b8bf['queryObjectMatrix'](_0x4d3355,_0x28a0bb=>_0x28a0bb===_0x4113db[_0x583fda(0x337)]);if(_0x3f2dab[_0x583fda(0x2c1)]){if(!_0x56b8bf['isRangesEqual'](_0x3f2dab,_0x4113db[_0x583fda(0x221)])){const _0x48ef4d={'ruleId':_0x4113db['uid'],'unitId':_0x2128ab,'subUnitId':_0x337de7,'payload':{'type':_0x286b8b['UpdateRuleType'][_0x583fda(0x2a5)],'payload':_0x3f2dab}};_0x5a465f[_0x583fda(0x354)]({'id':_0x286b8b['UpdateDataValidationMutation']['id'],'params':_0x48ef4d});}}else{const _0x208dca={'ruleId':_0x4113db['uid'],'unitId':_0x2128ab,'subUnitId':_0x337de7};_0x5a465f[_0x583fda(0x354)]({'id':_0x286b8b[_0x583fda(0x2d8)]['id'],'params':_0x208dca});}}),_0x5a465f;}function _0xb1fa02(_0x26223c,_0x17b1b0){const _0x4e89cd=_0x7c7d43,_0xc5d200=_0x56b8bf[_0x4e89cd(0x318)][_0x4e89cd(0x3a1)](Array['isArray'](_0x26223c['params'][_0x4e89cd(0x351)])?_0x26223c[_0x4e89cd(0x1f0)]['rule']:[_0x26223c[_0x4e89cd(0x1f0)][_0x4e89cd(0x351)]]);return _0x17b1b0[_0x4e89cd(0x297)](_0x1ed89d=>{const _0x21c19c=_0x4e89cd;if(_0x1ed89d['id']===_0x286b8b[_0x21c19c(0x36a)]['id']){const _0x2a031a=_0x1ed89d,_0x3b610f=_0xc5d200[_0x21c19c(0x231)](_0x50102b=>_0x50102b['uid']===_0x2a031a[_0x21c19c(0x1f0)][_0x21c19c(0x26a)]);_0x3b610f[_0x21c19c(0x221)]=_0x2a031a[_0x21c19c(0x1f0)][_0x21c19c(0x2e5)][_0x21c19c(0x2e5)];}else{if(_0x1ed89d['id']===_0x286b8b['RemoveDataValidationMutation']['id']){const _0x323ae8=_0xc5d200[_0x21c19c(0x280)](_0x187f91=>_0x187f91[_0x21c19c(0x337)]===_0x1ed89d['params'][_0x21c19c(0x26a)]);_0xc5d200[_0x323ae8]=null;}}}),_0xc5d200[_0x4e89cd(0x2fd)](Boolean)['length']?[{..._0x26223c,'params':{..._0x26223c[_0x4e89cd(0x1f0)],'rule':_0xc5d200[_0x4e89cd(0x2fd)](Boolean)}}]:[];}_0x286b8b[_0x7c7d43(0x39a)]['id'],_0x286b8b['AddDataValidationMutation']['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x286b8b[_0x7c7d43(0x2d8)]['id'],_0x286b8b[_0x7c7d43(0x2d8)]['id'];function _0x411230(_0x2838f7,_0x433d04){const _0xe9cedd=_0x7c7d43,{unitId:_0x3bae5b,subUnitId:_0xa4be6d}=_0x2838f7[_0xe9cedd(0x1f0)],_0x509d98=_0x47acae=>_0x413b96(_0x3bae5b,_0xa4be6d,_0x47acae,_0x5390e6=>_0x3dd48a[_0xe9cedd(0x28c)](_0x5390e6,_0x433d04)),_0x5bed9d=[],_0x265c26=_0x3d3ad7=>{const _0x17c3df=_0xe9cedd;var _0x34875,_0x2d64c2;const _0x5f30d6=_0x3d3ad7[_0x17c3df(0x337)],_0x399f9e=_0x3d3ad7[_0x17c3df(0x221)]['map'](_0x5228c9=>_0x3dd48a[_0x17c3df(0x25a)](_0x5228c9,_0x433d04)),_0x43b68b=(_0x34875=_0x3d3ad7['formula1'])!=null?_0x34875:'',_0x395f3b=(_0x2d64c2=_0x3d3ad7[_0x17c3df(0x37e)])!=null?_0x2d64c2:'';let _0x51cb78=_0x43b68b,_0x5da279=_0x395f3b;_0x56b8bf['isFormulaString'](_0x43b68b)&&(_0x51cb78=_0x509d98(_0x43b68b)),_0x56b8bf[_0x17c3df(0x399)](_0x395f3b)&&(_0x5da279=_0x509d98(_0x395f3b)),(_0x51cb78!==_0x43b68b||_0x5da279!==_0x395f3b)&&_0x5bed9d['push']({'id':_0x286b8b[_0x17c3df(0x36a)]['id'],'params':{'unitId':_0x3bae5b,'subUnitId':_0xa4be6d,'ruleId':_0x5f30d6,'payload':{'type':_0x286b8b[_0x17c3df(0x240)][_0x17c3df(0x27d)],'payload':{'type':_0x3d3ad7['type'],'formula1':_0x51cb78,'formula2':_0x5da279}}}});const _0x389076=_0x399f9e[_0x17c3df(0x382)]()['filter'](Boolean);_0x56b8bf[_0x17c3df(0x200)](_0x3d3ad7['ranges'],_0x389076)||_0x5bed9d[_0x17c3df(0x354)]({'id':_0x286b8b[_0x17c3df(0x36a)]['id'],'params':{'unitId':_0x3bae5b,'subUnitId':_0xa4be6d,'ruleId':_0x5f30d6,'payload':{'type':_0x286b8b[_0x17c3df(0x240)][_0x17c3df(0x2a5)],'payload':_0x389076}}});};return Array['isArray'](_0x2838f7[_0xe9cedd(0x1f0)][_0xe9cedd(0x351)])?_0x2838f7[_0xe9cedd(0x1f0)][_0xe9cedd(0x351)][_0xe9cedd(0x297)](_0x564a81=>_0x265c26(_0x564a81)):_0x265c26(_0x2838f7[_0xe9cedd(0x1f0)][_0xe9cedd(0x351)]),_0x5bed9d;}_0x3dd48a[_0x7c7d43(0x3b6)]['id'],_0x286b8b[_0x7c7d43(0x39a)]['id'],_0x3dd48a[_0x7c7d43(0x1ef)]['id'],_0x286b8b[_0x7c7d43(0x39a)]['id'],_0x3dd48a[_0x7c7d43(0x1e5)]['id'],_0x286b8b[_0x7c7d43(0x39a)]['id'],_0x3dd48a[_0x7c7d43(0x320)]['id'],_0x286b8b['AddDataValidationMutation']['id'],_0x3dd48a[_0x7c7d43(0x38e)]['id'],_0x286b8b[_0x7c7d43(0x39a)]['id'];function _0x88822c(_0x273258,_0x4b3969){const _0x1cbae1=_0x7c7d43;var _0x34a4a8,_0x145195;const {payload:_0x3e597f,unitId:_0x1c83d2,subUnitId:_0x18f0f7,ruleId:_0x119e0a}=_0x273258['params'];switch(_0x3e597f[_0x1cbae1(0x34c)]){case _0x286b8b['UpdateRuleType']['RANGE']:{const _0x129025=_0x3e597f[_0x1cbae1(0x2e5)][_0x1cbae1(0x2e6)](_0x27baa8=>_0x3dd48a[_0x1cbae1(0x25a)](_0x27baa8,_0x4b3969))[_0x1cbae1(0x2fd)](Boolean);if(!_0x56b8bf[_0x1cbae1(0x200)](_0x129025,_0x3e597f['payload']))return[{'id':_0x286b8b[_0x1cbae1(0x36a)]['id'],'params':{'unitId':_0x1c83d2,'subUnitId':_0x18f0f7,'ruleId':_0x119e0a,'payload':{'type':_0x286b8b[_0x1cbae1(0x240)][_0x1cbae1(0x2a5)],'payload':_0x129025}}}];break;}case _0x286b8b['UpdateRuleType'][_0x1cbae1(0x27d)]:{const _0xb3a111=_0x3eaf34=>_0x413b96(_0x1c83d2,_0x18f0f7,_0x3eaf34,_0x713b20=>_0x3dd48a['handleDefaultRangeChangeWithEffectRefCommands'](_0x713b20,_0x4b3969)),_0x30699f=(_0x34a4a8=_0x3e597f[_0x1cbae1(0x2e5)][_0x1cbae1(0x35a)])!=null?_0x34a4a8:'',_0x5c61b2=(_0x145195=_0x3e597f[_0x1cbae1(0x2e5)][_0x1cbae1(0x37e)])!=null?_0x145195:'';let _0x17e5fd=_0x30699f,_0x53fac2=_0x5c61b2;if(_0x56b8bf['isFormulaString'](_0x30699f)&&(_0x17e5fd=_0xb3a111(_0x30699f)),_0x56b8bf[_0x1cbae1(0x399)](_0x5c61b2)&&(_0x53fac2=_0xb3a111(_0x5c61b2)),_0x17e5fd!==_0x30699f||_0x53fac2!==_0x5c61b2)return[{'id':_0x286b8b[_0x1cbae1(0x36a)]['id'],'params':{'unitId':_0x1c83d2,'subUnitId':_0x18f0f7,'ruleId':_0x119e0a,'payload':{'type':_0x286b8b['UpdateRuleType'][_0x1cbae1(0x27d)],'payload':{'type':_0x3e597f[_0x1cbae1(0x2e5)][_0x1cbae1(0x34c)],'formula1':_0x17e5fd,'formula2':_0x53fac2}}}}];break;}}return[];}_0x3dd48a[_0x7c7d43(0x3b6)]['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x3dd48a[_0x7c7d43(0x1ef)]['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x3dd48a['InsertColMutation']['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x3dd48a[_0x7c7d43(0x1ed)]['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x3dd48a[_0x7c7d43(0x320)]['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x3dd48a[_0x7c7d43(0x38e)]['id'],_0x286b8b['UpdateDataValidationMutation']['id'],_0x286b8b[_0x7c7d43(0x39a)]['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x286b8b[_0x7c7d43(0x39a)]['id'],_0x286b8b[_0x7c7d43(0x36a)]['id'],_0x286b8b[_0x7c7d43(0x2d8)]['id'],_0x3dd48a[_0x7c7d43(0x1e5)]['id'],_0x4e409a['SetSheetsFilterCriteriaMutation']['id'],_0x3dd48a['InsertColMutation']['id'],_0x4e409a[_0x7c7d43(0x235)]['id'],_0x3dd48a[_0x7c7d43(0x1ed)]['id'],_0x4e409a[_0x7c7d43(0x235)]['id'],_0x3dd48a[_0x7c7d43(0x3b6)]['id'],_0x4e409a[_0x7c7d43(0x1e8)]['id'],_0x3dd48a[_0x7c7d43(0x3b6)]['id'],_0x4e409a[_0x7c7d43(0x235)]['id'],_0x3dd48a[_0x7c7d43(0x320)]['id'],_0x4e409a['SetSheetsFilterCriteriaMutation']['id'],_0x3dd48a[_0x7c7d43(0x320)]['id'],_0x4e409a[_0x7c7d43(0x235)]['id'],_0x3dd48a[_0x7c7d43(0x1ef)]['id'],_0x4e409a['SetSheetsFilterRangeMutation']['id'],_0x3dd48a[_0x7c7d43(0x38e)]['id'],_0x4e409a['SetSheetsFilterRangeMutation']['id'],_0x4e409a[_0x7c7d43(0x1e8)]['id'],_0x4e409a['SetSheetsFilterCriteriaMutation']['id'],_0x4e409a[_0x7c7d43(0x235)]['id'],_0x4e409a['SetSheetsFilterRangeMutation']['id'],_0x4e409a[_0x7c7d43(0x1e8)]['id'],_0x4e409a[_0x7c7d43(0x25f)]['id'],_0x4e409a[_0x7c7d43(0x235)]['id'],_0x4e409a[_0x7c7d43(0x25f)]['id'],_0x4e409a[_0x7c7d43(0x1e8)]['id'],_0x3dd48a[_0x7c7d43(0x2d6)]['id'],_0x4e409a['SetSheetsFilterCriteriaMutation']['id'],_0x3dd48a[_0x7c7d43(0x2db)]['id'];const _0x5b3457={'m1':_0x313b82[_0x7c7d43(0x36d)]['id'],'m2':_0x313b82['AddCommentMutation']['id'],'handler':(_0x59c63b,_0x4c3f76)=>{const _0x581e09=_0x7c7d43,_0x488687=_0x59c63b[_0x581e09(0x1f0)],_0x4bf27c=_0x4c3f76[_0x581e09(0x1f0)],_0x2fb4db={'m1Prime':_0x59c63b,'m2Prime':_0x4c3f76};if(_0x488687[_0x581e09(0x2f5)]!==_0x4bf27c[_0x581e09(0x2f5)]||_0x488687['subUnitId']!==_0x4bf27c[_0x581e09(0x390)]||_0x488687[_0x581e09(0x21b)][_0x581e09(0x347)]!==_0x4bf27c['comment'][_0x581e09(0x347)])return _0x2fb4db;if(!_0x488687[_0x581e09(0x21b)][_0x581e09(0x20c)]&&!_0x4bf27c[_0x581e09(0x21b)][_0x581e09(0x20c)]){const _0x1c17b1=_0x56b8bf[_0x581e09(0x318)]['deepClone'](_0x4c3f76);return _0x1c17b1[_0x581e09(0x1f0)][_0x581e09(0x21b)][_0x581e09(0x20c)]=_0x59c63b['params'][_0x581e09(0x21b)]['id'],{'m1Prime':[{'id':_0x313b82[_0x581e09(0x2e7)]['id'],'params':{'unitId':_0x488687[_0x581e09(0x2f5)],'subUnitId':_0x4bf27c[_0x581e09(0x390)],'commentId':_0x4bf27c['comment']['id']}},_0x59c63b,_0x1c17b1],'m2Prime':[_0x1c17b1]};}return _0x2fb4db;}},_0x556b32={'m1':_0x313b82[_0x7c7d43(0x2e7)]['id'],'m2':_0x313b82[_0x7c7d43(0x36d)]['id'],'handler':(_0x447b03,_0x4aac0e)=>{const _0xbae449=_0x7c7d43,_0x1d6e44=_0x447b03[_0xbae449(0x1f0)],_0x411e7d=_0x4aac0e[_0xbae449(0x1f0)];return _0x1d6e44[_0xbae449(0x2f5)]===_0x411e7d['unitId']&&_0x1d6e44[_0xbae449(0x390)]===_0x411e7d[_0xbae449(0x390)]&&_0x1d6e44[_0xbae449(0x294)]===_0x411e7d['comment']['parentId']?{'m1Prime':_0x447b03,'m2Prime':[]}:{'m1Prime':_0x447b03,'m2Prime':_0x4aac0e};}},_0xc74382={'m1':_0x313b82[_0x7c7d43(0x2e7)]['id'],'m2':_0x313b82[_0x7c7d43(0x2e7)]['id'],'handler':(_0x1c32bd,_0x4bcb8b)=>{const _0x48bb8a=_0x7c7d43,_0x5c16f9=_0x1c32bd[_0x48bb8a(0x1f0)],_0x17a9d1=_0x4bcb8b[_0x48bb8a(0x1f0)],_0x3f31fb={'m1Prime':_0x1c32bd,'m2Prime':_0x4bcb8b};return _0x5c16f9[_0x48bb8a(0x2f5)]!==_0x17a9d1[_0x48bb8a(0x2f5)]||_0x5c16f9['subUnitId']!==_0x17a9d1[_0x48bb8a(0x390)]||_0x5c16f9['commentId']!==_0x17a9d1[_0x48bb8a(0x294)]?_0x3f31fb:{'m1Prime':[],'m2Prime':[]};}},_0x4b3254={'m1':_0x313b82[_0x7c7d43(0x223)]['id'],'m2':_0x313b82[_0x7c7d43(0x223)]['id'],'handler':(_0x355648,_0x12704f)=>{const _0x21f9e6=_0x7c7d43,_0x440172=_0x355648[_0x21f9e6(0x1f0)],_0x3e234d=_0x12704f[_0x21f9e6(0x1f0)];return _0x440172[_0x21f9e6(0x2f5)]===_0x3e234d[_0x21f9e6(0x2f5)]&&_0x440172[_0x21f9e6(0x390)]===_0x3e234d['subUnitId']&&_0x440172[_0x21f9e6(0x2e5)][_0x21f9e6(0x294)]===_0x3e234d[_0x21f9e6(0x2e5)]['commentId']?{'m1Prime':[],'m2Prime':_0x12704f}:{'m1Prime':_0x355648,'m2Prime':_0x12704f};}},_0x50695b={'m1':_0x313b82[_0x7c7d43(0x2ab)]['id'],'m2':_0x313b82[_0x7c7d43(0x2ab)]['id'],'handler':(_0x69b69f,_0x1c667b)=>{const _0x39423e=_0x7c7d43,_0x2bb0c8=_0x69b69f[_0x39423e(0x1f0)],_0x1bd97f=_0x1c667b['params'];return _0x2bb0c8[_0x39423e(0x2f5)]===_0x1bd97f[_0x39423e(0x2f5)]&&_0x2bb0c8[_0x39423e(0x390)]===_0x1bd97f[_0x39423e(0x390)]&&_0x2bb0c8[_0x39423e(0x2e5)][_0x39423e(0x294)]===_0x1bd97f[_0x39423e(0x2e5)]['commentId']?{'m1Prime':[],'m2Prime':_0x1c667b}:{'m1Prime':_0x69b69f,'m2Prime':_0x1c667b};}},_0x2010fc=(_0x33f439,_0x3e474c)=>{const _0x3a5650=_0x7c7d43,_0x53176d=_0x3e0f59[_0x3a5650(0x37f)](_0x33f439[_0x3a5650(0x1f0)][_0x3a5650(0x21b)][_0x3a5650(0x347)]),_0x8012d1={'startColumn':_0x53176d['column'],'endColumn':_0x53176d[_0x3a5650(0x39d)],'startRow':_0x53176d[_0x3a5650(0x23b)],'endRow':_0x53176d[_0x3a5650(0x23b)]},_0x29d434=_0x3dd48a[_0x3a5650(0x28c)](_0x8012d1,_0x3e474c);if(!_0x29d434)return[{'id':_0x313b82['DeleteCommentMutation']['id'],'params':{..._0x33f439['params'],'comment':void 0x0,'commentId':_0x33f439[_0x3a5650(0x1f0)][_0x3a5650(0x21b)]['id']}}];const _0x2ef9cb=_0x3e0f59['serializeRange'](_0x29d434);return _0x2ef9cb===_0x33f439['params'][_0x3a5650(0x21b)][_0x3a5650(0x347)]?[]:[{'id':_0x313b82[_0x3a5650(0x223)]['id'],'params':{..._0x33f439['params'],'comment':void 0x0,'payload':{'ref':_0x2ef9cb,'commentId':_0x33f439[_0x3a5650(0x1f0)][_0x3a5650(0x21b)]['id']}}}];},_0x394f4a={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x313b82['AddCommentMutation']['id'],'handler':(_0x22ad2b,_0x5112bb)=>{const _0x1d047c=_0x7c7d43,_0x87c63f={'m1Prime':_0x22ad2b,'m2Prime':_0x5112bb};if(_0x22ad2b[_0x1d047c(0x1f0)][_0x1d047c(0x2f5)]!==_0x5112bb[_0x1d047c(0x1f0)][_0x1d047c(0x2f5)]||_0x22ad2b[_0x1d047c(0x1f0)][_0x1d047c(0x390)]!==_0x5112bb[_0x1d047c(0x1f0)]['subUnitId'])return _0x87c63f;const _0x2fc2b3={'id':_0x3dd48a[_0x1d047c(0x39c)]['id'],'params':{'unitId':_0x22ad2b[_0x1d047c(0x1f0)]['unitId'],'subUnitId':_0x22ad2b[_0x1d047c(0x1f0)]['subUnitId'],'range':_0x22ad2b['params']['range']}},_0x1ae246=_0x2010fc(_0x5112bb,_0x2fc2b3);return{'m1Prime':[_0x22ad2b,..._0x1ae246],'m2Prime':[_0x5112bb,..._0x1ae246]};}},_0x4e59f6={'m1':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'m2':_0x313b82[_0x7c7d43(0x36d)]['id'],'handler':(_0x4cdb88,_0x5b638d)=>{const _0x520c14=_0x7c7d43,_0x2060fe={'m1Prime':_0x4cdb88,'m2Prime':_0x5b638d};if(_0x4cdb88['params']['unitId']!==_0x5b638d['params'][_0x520c14(0x2f5)]||_0x4cdb88[_0x520c14(0x1f0)]['subUnitId']!==_0x5b638d[_0x520c14(0x1f0)][_0x520c14(0x390)])return _0x2060fe;const _0x288294={'id':_0x3dd48a[_0x520c14(0x355)]['id'],'params':{'unitId':_0x4cdb88[_0x520c14(0x1f0)][_0x520c14(0x2f5)],'subUnitId':_0x4cdb88[_0x520c14(0x1f0)][_0x520c14(0x390)],'fromRange':_0x4cdb88[_0x520c14(0x1f0)][_0x520c14(0x288)],'toRange':_0x4cdb88[_0x520c14(0x1f0)][_0x520c14(0x24c)]}},_0x1cbf92=_0x2010fc(_0x5b638d,_0x288294);return{'m1Prime':[_0x4cdb88,..._0x1cbf92],'m2Prime':[_0x5b638d,..._0x1cbf92]};}},_0x30fb35={'m1':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'m2':_0x313b82['AddCommentMutation']['id'],'handler':(_0x36a423,_0x380a80)=>{const _0x22a01d=_0x7c7d43,_0x3c94ee={'m1Prime':_0x36a423,'m2Prime':_0x380a80};if(_0x36a423[_0x22a01d(0x1f0)][_0x22a01d(0x2f5)]!==_0x380a80[_0x22a01d(0x1f0)][_0x22a01d(0x2f5)]||_0x36a423[_0x22a01d(0x1f0)][_0x22a01d(0x390)]!==_0x380a80[_0x22a01d(0x1f0)][_0x22a01d(0x390)])return _0x3c94ee;const _0x419447={'id':_0x3dd48a['MoveRowsCommand']['id'],'params':{'unitId':_0x36a423['params'][_0x22a01d(0x2f5)],'subUnitId':_0x36a423[_0x22a01d(0x1f0)][_0x22a01d(0x390)],'fromRange':_0x36a423[_0x22a01d(0x1f0)][_0x22a01d(0x288)],'toRange':_0x36a423[_0x22a01d(0x1f0)][_0x22a01d(0x24c)]}},_0x5c4c09=_0x2010fc(_0x380a80,_0x419447);return{'m1Prime':[_0x36a423,..._0x5c4c09],'m2Prime':[_0x380a80,..._0x5c4c09]};}},_0x21316a={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x313b82[_0x7c7d43(0x36d)]['id'],'handler':(_0x4ad174,_0x2854eb)=>{const _0x205bca=_0x7c7d43,_0x4528bb={'m1Prime':_0x4ad174,'m2Prime':_0x2854eb};if(_0x4ad174[_0x205bca(0x1f0)][_0x205bca(0x2f5)]!==_0x2854eb[_0x205bca(0x1f0)][_0x205bca(0x2f5)]||_0x4ad174['params']['subUnitId']!==_0x2854eb[_0x205bca(0x1f0)][_0x205bca(0x390)])return _0x4528bb;const _0x21e06e={'id':_0x3dd48a[_0x205bca(0x2c3)]['id'],'params':{'unitId':_0x4ad174[_0x205bca(0x1f0)][_0x205bca(0x2f5)],'subUnitId':_0x4ad174['params'][_0x205bca(0x390)],'range':_0x4ad174[_0x205bca(0x1f0)]['range']}},_0x30f0b0=_0x2010fc(_0x2854eb,_0x21e06e);return{'m1Prime':[_0x4ad174,..._0x30f0b0],'m2Prime':[_0x2854eb,..._0x30f0b0]};}},_0x219fbb={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x313b82[_0x7c7d43(0x36d)]['id'],'handler':(_0x416f70,_0x2b42e8)=>{const _0x17c004=_0x7c7d43,_0x501910={'m1Prime':_0x416f70,'m2Prime':_0x2b42e8};if(_0x416f70['params']['unitId']!==_0x2b42e8[_0x17c004(0x1f0)][_0x17c004(0x2f5)]||_0x416f70[_0x17c004(0x1f0)]['subUnitId']!==_0x2b42e8[_0x17c004(0x1f0)]['subUnitId'])return _0x501910;const _0x44fdb3={'id':_0x3dd48a['RemoveColCommand']['id'],'params':{'unitId':_0x416f70[_0x17c004(0x1f0)][_0x17c004(0x2f5)],'subUnitId':_0x416f70[_0x17c004(0x1f0)][_0x17c004(0x390)],'range':_0x416f70['params'][_0x17c004(0x331)]}},_0xf1995e=_0x2010fc(_0x2b42e8,_0x44fdb3);return{'m1Prime':[_0x416f70,..._0xf1995e],'m2Prime':[_0x2b42e8,..._0xf1995e]};}},_0x48b7dd={'m1':_0x3dd48a['RemoveRowMutation']['id'],'m2':_0x313b82['AddCommentMutation']['id'],'handler':(_0x505771,_0x448991)=>{const _0x3ae9b1=_0x7c7d43,_0x408d26={'m1Prime':_0x505771,'m2Prime':_0x448991};if(_0x505771['params'][_0x3ae9b1(0x2f5)]!==_0x448991[_0x3ae9b1(0x1f0)][_0x3ae9b1(0x2f5)]||_0x505771[_0x3ae9b1(0x1f0)][_0x3ae9b1(0x390)]!==_0x448991[_0x3ae9b1(0x1f0)][_0x3ae9b1(0x390)])return _0x408d26;const _0xf243de={'id':_0x3dd48a[_0x3ae9b1(0x343)]['id'],'params':{'unitId':_0x505771['params'][_0x3ae9b1(0x2f5)],'subUnitId':_0x505771[_0x3ae9b1(0x1f0)][_0x3ae9b1(0x390)],'range':_0x505771[_0x3ae9b1(0x1f0)]['range']}},_0x29a85e=_0x2010fc(_0x448991,_0xf243de);return{'m1Prime':[_0x505771,..._0x29a85e],'m2Prime':[_0x448991,..._0x29a85e]};}},_0x38e8c5=(_0x43f742,_0x2b3893)=>{const _0x46ad87=_0x7c7d43,_0x208755=_0x3e0f59[_0x46ad87(0x37f)](_0x43f742[_0x46ad87(0x1f0)][_0x46ad87(0x2e5)]['ref']),_0x1a4c52={'startColumn':_0x208755[_0x46ad87(0x39d)],'endColumn':_0x208755[_0x46ad87(0x39d)],'startRow':_0x208755['row'],'endRow':_0x208755['row']},_0x129ba2=_0x3dd48a['handleDefaultRangeChangeWithEffectRefCommands'](_0x1a4c52,_0x2b3893);if(!_0x129ba2)return[{'id':_0x313b82[_0x46ad87(0x2e7)]['id'],'params':{..._0x43f742[_0x46ad87(0x1f0)],'comment':void 0x0,'commentId':_0x43f742[_0x46ad87(0x1f0)][_0x46ad87(0x2e5)][_0x46ad87(0x294)]}}];const _0x19fdc2=_0x3e0f59[_0x46ad87(0x2f2)](_0x129ba2);return _0x19fdc2===_0x43f742[_0x46ad87(0x1f0)][_0x46ad87(0x2e5)][_0x46ad87(0x347)]?[]:[{'id':_0x313b82[_0x46ad87(0x223)]['id'],'params':{..._0x43f742[_0x46ad87(0x1f0)],'comment':void 0x0,'payload':{'ref':_0x19fdc2,'commentId':_0x43f742[_0x46ad87(0x1f0)][_0x46ad87(0x2e5)][_0x46ad87(0x294)]}}}];},_0x55b30f={'m1':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'m2':_0x313b82['UpdateCommentRefMutation']['id'],'handler':(_0x1391c2,_0x4f12b9)=>{const _0x5c1c26=_0x7c7d43,_0x2e67d6={'m1Prime':_0x1391c2,'m2Prime':_0x4f12b9};if(_0x1391c2[_0x5c1c26(0x1f0)][_0x5c1c26(0x2f5)]!==_0x4f12b9['params'][_0x5c1c26(0x2f5)]||_0x1391c2[_0x5c1c26(0x1f0)][_0x5c1c26(0x390)]!==_0x4f12b9[_0x5c1c26(0x1f0)][_0x5c1c26(0x390)])return _0x2e67d6;const _0x37e34d={'id':_0x3dd48a[_0x5c1c26(0x39c)]['id'],'params':{'unitId':_0x1391c2[_0x5c1c26(0x1f0)][_0x5c1c26(0x2f5)],'subUnitId':_0x1391c2[_0x5c1c26(0x1f0)][_0x5c1c26(0x390)],'range':_0x1391c2[_0x5c1c26(0x1f0)][_0x5c1c26(0x331)]}},_0x53b6f4=_0x38e8c5(_0x4f12b9,_0x37e34d);return{'m1Prime':[_0x1391c2,..._0x53b6f4],'m2Prime':[_0x4f12b9,..._0x53b6f4]};}},_0x5904fb={'m1':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'m2':_0x313b82['UpdateCommentRefMutation']['id'],'handler':(_0x2da7e6,_0x3619e5)=>{const _0x36bef8=_0x7c7d43,_0xde2310={'m1Prime':_0x2da7e6,'m2Prime':_0x3619e5};if(_0x2da7e6[_0x36bef8(0x1f0)]['unitId']!==_0x3619e5[_0x36bef8(0x1f0)][_0x36bef8(0x2f5)]||_0x2da7e6[_0x36bef8(0x1f0)][_0x36bef8(0x390)]!==_0x3619e5['params'][_0x36bef8(0x390)])return _0xde2310;const _0x484d6e={'id':_0x3dd48a[_0x36bef8(0x2c3)]['id'],'params':{'unitId':_0x2da7e6[_0x36bef8(0x1f0)][_0x36bef8(0x2f5)],'subUnitId':_0x2da7e6[_0x36bef8(0x1f0)][_0x36bef8(0x390)],'range':_0x2da7e6[_0x36bef8(0x1f0)][_0x36bef8(0x331)]}},_0x3595f3=_0x38e8c5(_0x3619e5,_0x484d6e);return{'m1Prime':[_0x2da7e6,..._0x3595f3],'m2Prime':[_0x3619e5,..._0x3595f3]};}},_0x49cced={'m1':_0x3dd48a[_0x7c7d43(0x320)]['id'],'m2':_0x313b82['UpdateCommentRefMutation']['id'],'handler':(_0x44ed87,_0x599d62)=>{const _0x3c9960=_0x7c7d43,_0x1af6e0={'m1Prime':_0x44ed87,'m2Prime':_0x599d62};if(_0x44ed87[_0x3c9960(0x1f0)][_0x3c9960(0x2f5)]!==_0x599d62[_0x3c9960(0x1f0)][_0x3c9960(0x2f5)]||_0x44ed87[_0x3c9960(0x1f0)][_0x3c9960(0x390)]!==_0x599d62['params'][_0x3c9960(0x390)])return _0x1af6e0;const _0x13a56c={'id':_0x3dd48a[_0x3c9960(0x24a)]['id'],'params':{'unitId':_0x44ed87[_0x3c9960(0x1f0)]['unitId'],'subUnitId':_0x44ed87[_0x3c9960(0x1f0)]['subUnitId'],'range':_0x44ed87['params'][_0x3c9960(0x331)]}},_0x395070=_0x38e8c5(_0x599d62,_0x13a56c);return{'m1Prime':[_0x44ed87,..._0x395070],'m2Prime':[_0x599d62,..._0x395070]};}},_0x1e3f7f={'m1':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'m2':_0x313b82['UpdateCommentRefMutation']['id'],'handler':(_0x6c17de,_0x2c366e)=>{const _0x5f100d=_0x7c7d43,_0x3e424b={'m1Prime':_0x6c17de,'m2Prime':_0x2c366e};if(_0x6c17de[_0x5f100d(0x1f0)][_0x5f100d(0x2f5)]!==_0x2c366e[_0x5f100d(0x1f0)][_0x5f100d(0x2f5)]||_0x6c17de[_0x5f100d(0x1f0)][_0x5f100d(0x390)]!==_0x2c366e[_0x5f100d(0x1f0)][_0x5f100d(0x390)])return _0x3e424b;const _0x25850e={'id':_0x3dd48a[_0x5f100d(0x343)]['id'],'params':{'unitId':_0x6c17de[_0x5f100d(0x1f0)][_0x5f100d(0x2f5)],'subUnitId':_0x6c17de['params'][_0x5f100d(0x390)],'range':_0x6c17de['params']['range']}},_0x4edf41=_0x38e8c5(_0x2c366e,_0x25850e);return{'m1Prime':[_0x6c17de,..._0x4edf41],'m2Prime':[_0x2c366e,..._0x4edf41]};}},_0x4abd05={'m1':_0x3dd48a['MoveColsMutation']['id'],'m2':_0x313b82[_0x7c7d43(0x223)]['id'],'handler':(_0x3c2c7b,_0x3bd1b3)=>{const _0xf0d3b=_0x7c7d43,_0x430e87={'m1Prime':_0x3c2c7b,'m2Prime':_0x3bd1b3};if(_0x3c2c7b[_0xf0d3b(0x1f0)]['unitId']!==_0x3bd1b3[_0xf0d3b(0x1f0)][_0xf0d3b(0x2f5)]||_0x3c2c7b[_0xf0d3b(0x1f0)][_0xf0d3b(0x390)]!==_0x3bd1b3[_0xf0d3b(0x1f0)][_0xf0d3b(0x390)])return _0x430e87;const _0x34b6fa={'id':_0x3dd48a[_0xf0d3b(0x355)]['id'],'params':{'unitId':_0x3c2c7b[_0xf0d3b(0x1f0)]['unitId'],'subUnitId':_0x3c2c7b[_0xf0d3b(0x1f0)][_0xf0d3b(0x390)],'fromRange':_0x3c2c7b[_0xf0d3b(0x1f0)]['sourceRange'],'toRange':_0x3c2c7b[_0xf0d3b(0x1f0)][_0xf0d3b(0x24c)]}},_0x2c9fad=_0x38e8c5(_0x3bd1b3,_0x34b6fa);return{'m1Prime':[_0x3c2c7b,..._0x2c9fad],'m2Prime':[_0x3bd1b3,..._0x2c9fad]};}},_0x5b2126={'m1':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'m2':_0x313b82['UpdateCommentRefMutation']['id'],'handler':(_0x4184b8,_0x37add9)=>{const _0x1148ff=_0x7c7d43,_0x36aa04={'m1Prime':_0x4184b8,'m2Prime':_0x37add9};if(_0x4184b8[_0x1148ff(0x1f0)][_0x1148ff(0x2f5)]!==_0x37add9['params']['unitId']||_0x4184b8[_0x1148ff(0x1f0)][_0x1148ff(0x390)]!==_0x37add9[_0x1148ff(0x1f0)]['subUnitId'])return _0x36aa04;const _0x11d983={'id':_0x3dd48a[_0x1148ff(0x2c6)]['id'],'params':{'unitId':_0x4184b8[_0x1148ff(0x1f0)]['unitId'],'subUnitId':_0x4184b8[_0x1148ff(0x1f0)]['subUnitId'],'fromRange':_0x4184b8['params'][_0x1148ff(0x288)],'toRange':_0x4184b8[_0x1148ff(0x1f0)][_0x1148ff(0x24c)]}},_0x55e1ca=_0x38e8c5(_0x37add9,_0x11d983);return{'m1Prime':[_0x4184b8,..._0x55e1ca],'m2Prime':[_0x37add9,..._0x55e1ca]};}},_0x14abab={'m1':_0xff8033[_0x7c7d43(0x27c)]['id'],'m2':_0xff8033[_0x7c7d43(0x27c)]['id'],'handler':(_0xacd1a7,_0x3df42e)=>{const _0x59ec02=_0x7c7d43,_0x1b265c=_0xacd1a7['params'],_0x219b8e=_0x3df42e[_0x59ec02(0x1f0)];return _0x1b265c[_0x59ec02(0x2f5)]===_0x219b8e[_0x59ec02(0x2f5)]&&_0x1b265c['subUnitId']===_0x219b8e['subUnitId']&&_0x1b265c[_0x59ec02(0x1fd)]['row']===_0x219b8e[_0x59ec02(0x1fd)][_0x59ec02(0x23b)]&&_0x1b265c[_0x59ec02(0x1fd)][_0x59ec02(0x39d)]===_0x219b8e[_0x59ec02(0x1fd)][_0x59ec02(0x39d)]?{'m2Prime':_0x3df42e,'m1Prime':[]}:{'m1Prime':_0xacd1a7,'m2Prime':_0x3df42e};}},_0x2bfe85={'m1':_0xff8033[_0x7c7d43(0x26c)]['id'],'m2':_0xff8033['RemoveHyperLinkMutation']['id'],'handler':(_0x202fda,_0x274cd9)=>{const _0x49eeff=_0x7c7d43,_0x41abdf=_0x202fda[_0x49eeff(0x1f0)],_0x152ab7=_0x274cd9[_0x49eeff(0x1f0)];return _0x41abdf[_0x49eeff(0x2f5)]===_0x152ab7[_0x49eeff(0x2f5)]&&_0x41abdf[_0x49eeff(0x390)]===_0x152ab7[_0x49eeff(0x390)]&&_0x41abdf['id']===_0x152ab7['id']?{'m2Prime':[],'m1Prime':[]}:{'m1Prime':_0x202fda,'m2Prime':_0x274cd9};}},_0x5bfdff={'m1':_0xff8033[_0x7c7d43(0x356)]['id'],'m2':_0xff8033[_0x7c7d43(0x356)]['id'],'handler':(_0x4376ae,_0x45aaf5)=>{const _0x451691=_0x7c7d43,_0x4beaff=_0x4376ae[_0x451691(0x1f0)],_0x2269a6=_0x45aaf5[_0x451691(0x1f0)];return _0x4beaff[_0x451691(0x2f5)]===_0x2269a6[_0x451691(0x2f5)]&&_0x4beaff[_0x451691(0x390)]===_0x2269a6['subUnitId']&&_0x4beaff['id']===_0x2269a6['id']?{'m2Prime':_0x45aaf5,'m1Prime':[]}:{'m1Prime':_0x4376ae,'m2Prime':_0x45aaf5};}},_0x20bf4a={'m1':_0xff8033['UpdateHyperLinkMutation']['id'],'m2':_0xff8033['UpdateHyperLinkMutation']['id'],'handler':(_0x5bdad5,_0x1ca553)=>{const _0x313aa3=_0x7c7d43,_0x2376f0=_0x5bdad5[_0x313aa3(0x1f0)],_0x143e5d=_0x1ca553[_0x313aa3(0x1f0)];return _0x2376f0[_0x313aa3(0x2f5)]===_0x143e5d[_0x313aa3(0x2f5)]&&_0x2376f0[_0x313aa3(0x390)]===_0x143e5d[_0x313aa3(0x390)]&&_0x2376f0['id']===_0x143e5d['id']?{'m2Prime':_0x1ca553,'m1Prime':[]}:{'m1Prime':_0x5bdad5,'m2Prime':_0x1ca553};}},_0x368cff={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x313b82[_0x7c7d43(0x36d)]['id'],'handler':(_0x107e90,_0x2b1126)=>{const _0x427f4d=_0x7c7d43,_0x161622={'m1Prime':_0x107e90,'m2Prime':_0x2b1126};return _0x107e90[_0x427f4d(0x1f0)][_0x427f4d(0x2f5)]!==_0x2b1126[_0x427f4d(0x1f0)][_0x427f4d(0x2f5)]||_0x107e90[_0x427f4d(0x1f0)][_0x427f4d(0x390)]!==_0x2b1126[_0x427f4d(0x1f0)][_0x427f4d(0x390)]?_0x161622:{'error':new Error(_0x427f4d(0x2ec))};}},_0x43e88b={'m1':_0x3dd48a['AddRangeProtectionMutation']['id'],'m2':_0x147eda['AddConditionalRuleMutation']['id'],'handler':(_0x53940a,_0x4afc39)=>{const _0x28e671=_0x7c7d43,_0x256c0a={'m1Prime':_0x53940a,'m2Prime':_0x4afc39};if(_0x53940a[_0x28e671(0x1f0)]['unitId']!==_0x4afc39['params'][_0x28e671(0x2f5)]||_0x53940a[_0x28e671(0x1f0)]['subUnitId']!==_0x4afc39['params'][_0x28e671(0x390)])return _0x256c0a;const _0x274820=_0x53940a[_0x28e671(0x1f0)][_0x28e671(0x336)]['map'](_0x1dcc7b=>_0x1dcc7b[_0x28e671(0x221)])['flat'](),_0xe7e0cf=_0x4afc39[_0x28e671(0x1f0)][_0x28e671(0x351)][_0x28e671(0x221)];return _0x274820['some'](_0x5cf247=>_0xe7e0cf[_0x28e671(0x350)](_0x5e01bf=>_0x56b8bf[_0x28e671(0x23f)]['intersects'](_0x5cf247,_0x5e01bf)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')}:_0x256c0a;}},_0x172cf3={'m1':_0x3dd48a['AddRangeProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler':(_0x520f0b,_0x317bf6)=>{const _0x23eedc=_0x7c7d43,_0xa7f3b6={'m1Prime':_0x520f0b,'m2Prime':_0x317bf6};if(_0x520f0b['params'][_0x23eedc(0x2f5)]!==_0x317bf6[_0x23eedc(0x1f0)][_0x23eedc(0x2f5)]||_0x520f0b[_0x23eedc(0x1f0)][_0x23eedc(0x390)]!==_0x317bf6[_0x23eedc(0x1f0)][_0x23eedc(0x390)])return _0xa7f3b6;const _0x374f46=_0x520f0b[_0x23eedc(0x1f0)][_0x23eedc(0x336)][_0x23eedc(0x2e6)](_0x8016f6=>_0x8016f6['ranges'])[_0x23eedc(0x382)](),_0x5807d3=_0x317bf6[_0x23eedc(0x1f0)][_0x23eedc(0x221)];return _0x374f46['some'](_0x1b1e91=>_0x5807d3['some'](_0x4631f3=>_0x56b8bf[_0x23eedc(0x23f)][_0x23eedc(0x2ad)](_0x1b1e91,_0x4631f3)))?{'error':new Error(_0x23eedc(0x2ba))}:_0xa7f3b6;}},_0x2d8f65={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x346)]['id'],'handler':(_0x46b61f,_0x59fd9b)=>{const _0x3efeb5=_0x7c7d43,_0x55ebb8={'m1Prime':_0x46b61f,'m2Prime':_0x59fd9b};if(_0x46b61f[_0x3efeb5(0x1f0)][_0x3efeb5(0x2f5)]!==_0x59fd9b['params'][_0x3efeb5(0x2f5)]||_0x46b61f['params']['subUnitId']!==_0x59fd9b[_0x3efeb5(0x1f0)][_0x3efeb5(0x390)])return _0x55ebb8;const _0x567e6d=_0x46b61f['params'][_0x3efeb5(0x336)][_0x3efeb5(0x2e6)](_0x19b64b=>_0x19b64b[_0x3efeb5(0x221)])[_0x3efeb5(0x382)](),_0x5e966f=_0x59fd9b['params'][_0x3efeb5(0x336)]['map'](_0x339ad5=>_0x339ad5[_0x3efeb5(0x221)])[_0x3efeb5(0x382)]();return _0x567e6d[_0x3efeb5(0x350)](_0x4aec87=>_0x5e966f[_0x3efeb5(0x350)](_0x42654e=>_0x56b8bf[_0x3efeb5(0x23f)][_0x3efeb5(0x2ad)](_0x4aec87,_0x42654e)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection')}:_0x55ebb8;}},_0xb705f7={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'handler':(_0x5dccbf,_0x4b3707)=>{const _0x194d03=_0x7c7d43,_0xc7ea2={'m1Prime':_0x5dccbf,'m2Prime':_0x4b3707};return _0x5dccbf[_0x194d03(0x1f0)]['unitId']!==_0x4b3707[_0x194d03(0x1f0)][_0x194d03(0x2f5)]||_0x5dccbf[_0x194d03(0x1f0)][_0x194d03(0x390)]!==_0x4b3707[_0x194d03(0x1f0)][_0x194d03(0x351)][_0x194d03(0x390)]?_0xc7ea2:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection')};}},_0x51779f={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x147eda[_0x7c7d43(0x370)]['id'],'handler':(_0x2cca55,_0x282a55)=>{const _0x3f771f=_0x7c7d43,_0x2dcf5b={'m1Prime':_0x2cca55,'m2Prime':_0x282a55};return _0x2cca55[_0x3f771f(0x1f0)][_0x3f771f(0x2f5)]!==_0x282a55[_0x3f771f(0x1f0)][_0x3f771f(0x2f5)]||_0x2cca55[_0x3f771f(0x1f0)][_0x3f771f(0x390)]!==_0x282a55[_0x3f771f(0x1f0)]['subUnitId']?_0x2dcf5b:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x56b768={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'handler':(_0x36e6f9,_0x39e181)=>{const _0x40718d=_0x7c7d43,_0x356b7a={'m1Prime':_0x36e6f9,'m2Prime':_0x39e181};if(_0x36e6f9['params'][_0x40718d(0x2f5)]!==_0x39e181[_0x40718d(0x1f0)][_0x40718d(0x2f5)]||_0x36e6f9[_0x40718d(0x1f0)][_0x40718d(0x390)]!==_0x39e181['params'][_0x40718d(0x390)])return _0x356b7a;const _0x1508ff=_0x36e6f9['params'][_0x40718d(0x336)][_0x40718d(0x2e6)](_0x41320c=>_0x41320c[_0x40718d(0x221)])[_0x40718d(0x382)](),_0x2416c5=_0x39e181[_0x40718d(0x1f0)][_0x40718d(0x331)];return _0x1508ff[_0x40718d(0x350)](_0x41fea7=>_0x56b8bf['Rectangle']['intersects'](_0x41fea7,_0x2416c5))?{'error':new Error(_0x40718d(0x2b8))}:_0x356b7a;}},_0x589997={'m1':_0x3dd48a['AddRangeProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'handler':(_0x3119c4,_0x3a608c)=>{const _0x3daf1d=_0x7c7d43,_0x42eca6={'m1Prime':_0x3119c4,'m2Prime':_0x3a608c};if(_0x3119c4['params'][_0x3daf1d(0x2f5)]!==_0x3a608c['params']['unitId']||_0x3119c4[_0x3daf1d(0x1f0)]['subUnitId']!==_0x3a608c[_0x3daf1d(0x1f0)][_0x3daf1d(0x390)])return _0x42eca6;const _0x43f1d2=_0x3119c4[_0x3daf1d(0x1f0)][_0x3daf1d(0x336)][_0x3daf1d(0x2e6)](_0x560e86=>_0x560e86[_0x3daf1d(0x221)])[_0x3daf1d(0x382)](),_0x5a9ad4=_0x3a608c[_0x3daf1d(0x1f0)][_0x3daf1d(0x331)];return _0x43f1d2['some'](_0x1d8c68=>_0x56b8bf[_0x3daf1d(0x23f)]['intersects'](_0x1d8c68,_0x5a9ad4))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row')}:_0x42eca6;}},_0x5bae14={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'handler':(_0x45dc67,_0x497c67)=>{const _0x4fa13e=_0x7c7d43,_0x14acee={'m1Prime':_0x45dc67,'m2Prime':_0x497c67};if(_0x45dc67['params'][_0x4fa13e(0x2f5)]!==_0x497c67[_0x4fa13e(0x1f0)]['unitId']||_0x45dc67[_0x4fa13e(0x1f0)][_0x4fa13e(0x390)]!==_0x497c67[_0x4fa13e(0x1f0)]['subUnitId'])return _0x14acee;const _0x115090=_0x45dc67[_0x4fa13e(0x1f0)][_0x4fa13e(0x336)][_0x4fa13e(0x2e6)](_0x15237a=>_0x15237a[_0x4fa13e(0x221)])[_0x4fa13e(0x382)](),_0x2b33e5=[_0x497c67[_0x4fa13e(0x1f0)]['sourceRange'],_0x497c67['params'][_0x4fa13e(0x24c)]];return _0x115090[_0x4fa13e(0x350)](_0x335a43=>_0x2b33e5[_0x4fa13e(0x350)](_0x5e0621=>_0x56b8bf[_0x4fa13e(0x23f)][_0x4fa13e(0x2ad)](_0x335a43,_0x5e0621)))?{'error':new Error(_0x4fa13e(0x1f2))}:_0x14acee;}},_0x24d8eb={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler':(_0x3d8d48,_0x219978)=>{const _0x55c904=_0x7c7d43,_0x6fbcf9={'m1Prime':_0x3d8d48,'m2Prime':_0x219978};if(_0x3d8d48[_0x55c904(0x1f0)][_0x55c904(0x2f5)]!==_0x219978['params']['unitId']||_0x3d8d48[_0x55c904(0x1f0)][_0x55c904(0x390)]!==_0x219978[_0x55c904(0x1f0)][_0x55c904(0x2d2)][_0x55c904(0x390)])return _0x6fbcf9;const _0x5c2d43=_0x3d8d48[_0x55c904(0x1f0)][_0x55c904(0x336)][_0x55c904(0x2e6)](_0x5c16be=>_0x5c16be[_0x55c904(0x221)])['flat'](),_0xa0890a=new _0x56b8bf['ObjectMatrix'](_0x219978[_0x55c904(0x1f0)]['from']['value'])[_0x55c904(0x341)](),_0x5361a7=new _0x56b8bf[(_0x55c904(0x2bc))](_0x219978['params']['to'][_0x55c904(0x397)])['getDataRange'](),_0x518970=[_0xa0890a,_0x5361a7];return _0x5c2d43[_0x55c904(0x350)](_0x4f7ba7=>_0x518970[_0x55c904(0x350)](_0x5965ef=>_0x56b8bf['Rectangle'][_0x55c904(0x2ad)](_0x4f7ba7,_0x5965ef)))?{'error':new Error(_0x55c904(0x2aa))}:_0x6fbcf9;}},_0x5849da={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'handler':(_0x4bd121,_0x3badcc)=>{const _0x2db511=_0x7c7d43,_0x43b00c={'m1Prime':_0x4bd121,'m2Prime':_0x3badcc};if(_0x4bd121[_0x2db511(0x1f0)][_0x2db511(0x2f5)]!==_0x3badcc[_0x2db511(0x1f0)][_0x2db511(0x2f5)]||_0x4bd121['params'][_0x2db511(0x390)]!==_0x3badcc['params'][_0x2db511(0x390)])return _0x43b00c;const _0xf8e6cd=_0x4bd121[_0x2db511(0x1f0)][_0x2db511(0x336)][_0x2db511(0x2e6)](_0x49f8da=>_0x49f8da[_0x2db511(0x221)])['flat'](),_0x2bc777=[_0x3badcc[_0x2db511(0x1f0)]['sourceRange'],_0x3badcc[_0x2db511(0x1f0)][_0x2db511(0x24c)]];return _0xf8e6cd[_0x2db511(0x350)](_0x2a3fe0=>_0x2bc777[_0x2db511(0x350)](_0x1d34f2=>_0x56b8bf[_0x2db511(0x23f)][_0x2db511(0x2ad)](_0x2a3fe0,_0x1d34f2)))?{'error':new Error(_0x2db511(0x3b1))}:_0x43b00c;}},_0x20995f={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a['RemoveColMutation']['id'],'handler':(_0x269a62,_0x3bdaa1)=>{const _0x57bbe7=_0x7c7d43,_0x474805={'m1Prime':_0x269a62,'m2Prime':_0x3bdaa1};if(_0x269a62[_0x57bbe7(0x1f0)][_0x57bbe7(0x2f5)]!==_0x3bdaa1[_0x57bbe7(0x1f0)][_0x57bbe7(0x2f5)]||_0x269a62[_0x57bbe7(0x1f0)][_0x57bbe7(0x390)]!==_0x3bdaa1[_0x57bbe7(0x1f0)][_0x57bbe7(0x390)])return _0x474805;const _0x4d6e77=_0x269a62[_0x57bbe7(0x1f0)][_0x57bbe7(0x336)]['map'](_0x27566f=>_0x27566f[_0x57bbe7(0x221)])[_0x57bbe7(0x382)](),_0x29ff8d=_0x3bdaa1['params'][_0x57bbe7(0x331)];return _0x4d6e77['some'](_0x1ae197=>_0x56b8bf[_0x57bbe7(0x23f)][_0x57bbe7(0x2ad)](_0x1ae197,_0x29ff8d))?{'error':new Error(_0x57bbe7(0x342))}:_0x474805;}},_0x515dd3={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler':(_0x26d66e,_0x535bb8)=>{const _0x57bba7=_0x7c7d43,_0x5a4205={'m1Prime':_0x26d66e,'m2Prime':_0x535bb8};if(_0x26d66e[_0x57bba7(0x1f0)]['unitId']!==_0x535bb8['params'][_0x57bba7(0x2f5)]||_0x26d66e[_0x57bba7(0x1f0)][_0x57bba7(0x390)]!==_0x535bb8[_0x57bba7(0x1f0)]['subUnitId'])return _0x5a4205;const _0x36fe62=_0x26d66e[_0x57bba7(0x1f0)]['rules'][_0x57bba7(0x2e6)](_0xf51b83=>_0xf51b83[_0x57bba7(0x221)])['flat'](),_0x115eb0=_0x535bb8[_0x57bba7(0x1f0)][_0x57bba7(0x221)];return _0x36fe62[_0x57bba7(0x350)](_0x443f40=>_0x115eb0[_0x57bba7(0x350)](_0x4c40ed=>_0x56b8bf[_0x57bba7(0x23f)][_0x57bba7(0x2ad)](_0x443f40,_0x4c40ed)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge')}:_0x5a4205;}},_0x32c86e={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x286b8b[_0x7c7d43(0x2d8)]['id'],'handler':(_0x3d3e8b,_0x3bb091)=>{const _0x5946c3=_0x7c7d43,_0x1ab971={'m1Prime':_0x3d3e8b,'m2Prime':_0x3bb091};return _0x3d3e8b[_0x5946c3(0x1f0)][_0x5946c3(0x2f5)]!==_0x3bb091['params']['unitId']||_0x3d3e8b['params'][_0x5946c3(0x390)]!==_0x3bb091[_0x5946c3(0x1f0)][_0x5946c3(0x390)]?_0x1ab971:{'error':new Error(_0x5946c3(0x216))};}},_0x102b01={'m1':_0x3dd48a['AddRangeProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x310)]['id'],'handler':(_0x1ac8fb,_0x58cdac)=>{const _0x915128=_0x7c7d43,_0x82dba7={'m1Prime':_0x1ac8fb,'m2Prime':_0x58cdac};if(_0x1ac8fb[_0x915128(0x1f0)][_0x915128(0x2f5)]!==_0x58cdac[_0x915128(0x1f0)][_0x915128(0x2f5)]||_0x1ac8fb[_0x915128(0x1f0)][_0x915128(0x390)]!==_0x58cdac['params']['subUnitId'])return _0x82dba7;const _0x37a156=_0x1ac8fb[_0x915128(0x1f0)][_0x915128(0x336)][_0x915128(0x2e6)](_0x224bce=>_0x224bce[_0x915128(0x221)])['flat'](),_0x33dc45=_0x58cdac[_0x915128(0x1f0)][_0x915128(0x221)];return _0x37a156[_0x915128(0x350)](_0x233d35=>_0x33dc45[_0x915128(0x350)](_0x4d52cf=>_0x56b8bf[_0x915128(0x23f)][_0x915128(0x2ad)](_0x233d35,_0x4d52cf)))?{'error':new Error(_0x915128(0x287))}:_0x82dba7;}},_0x694c5b={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x4e409a[_0x7c7d43(0x25f)]['id'],'handler':(_0x2e7272,_0x2945b5)=>{const _0x35b553=_0x7c7d43,_0x340f2b={'m1Prime':_0x2e7272,'m2Prime':_0x2945b5};return _0x2e7272['params'][_0x35b553(0x2f5)]!==_0x2945b5[_0x35b553(0x1f0)][_0x35b553(0x2f5)]||_0x2e7272[_0x35b553(0x1f0)]['subUnitId']!==_0x2945b5[_0x35b553(0x1f0)]['subUnitId']?_0x340f2b:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter')};}},_0x360295={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x147eda['SetConditionalRuleMutation']['id'],'handler':(_0x4e76f7,_0x473df5)=>{const _0x20c31a=_0x7c7d43,_0x27fe49={'m1Prime':_0x4e76f7,'m2Prime':_0x473df5};if(_0x4e76f7[_0x20c31a(0x1f0)][_0x20c31a(0x2f5)]!==_0x473df5[_0x20c31a(0x1f0)][_0x20c31a(0x2f5)]||_0x4e76f7[_0x20c31a(0x1f0)][_0x20c31a(0x390)]!==_0x473df5[_0x20c31a(0x1f0)]['subUnitId'])return _0x27fe49;const _0x1490b0=_0x4e76f7['params'][_0x20c31a(0x336)][_0x20c31a(0x2e6)](_0x3068c3=>_0x3068c3[_0x20c31a(0x221)])['flat'](),_0x346540=_0x473df5['params'][_0x20c31a(0x351)][_0x20c31a(0x221)];return _0x1490b0[_0x20c31a(0x350)](_0x587c36=>_0x346540[_0x20c31a(0x350)](_0x56d231=>_0x56b8bf[_0x20c31a(0x23f)][_0x20c31a(0x2ad)](_0x587c36,_0x56d231)))?{'error':new Error(_0x20c31a(0x3b4))}:_0x27fe49;}},_0x1306de={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a['SetFrozenMutation']['id'],'handler':(_0x396b9f,_0x582dc1)=>{const _0x201a03=_0x7c7d43,_0x3079c6={'m1Prime':_0x396b9f,'m2Prime':_0x582dc1};if(_0x396b9f[_0x201a03(0x1f0)]['unitId']!==_0x582dc1[_0x201a03(0x1f0)][_0x201a03(0x2f5)]||_0x396b9f[_0x201a03(0x1f0)][_0x201a03(0x390)]!==_0x582dc1[_0x201a03(0x1f0)][_0x201a03(0x390)])return _0x3079c6;const _0x17ff7d=_0x396b9f[_0x201a03(0x1f0)][_0x201a03(0x336)]['map'](_0x1dc0af=>_0x1dc0af[_0x201a03(0x221)])[_0x201a03(0x382)](),_0x54d29c=[{'startRow':_0x582dc1[_0x201a03(0x1f0)][_0x201a03(0x211)],'endRow':_0x582dc1[_0x201a03(0x1f0)][_0x201a03(0x211)],'startColumn':_0x582dc1[_0x201a03(0x1f0)][_0x201a03(0x33d)],'endColumn':_0x582dc1['params'][_0x201a03(0x33d)]}];return _0x17ff7d[_0x201a03(0x350)](_0x3c9ade=>_0x54d29c[_0x201a03(0x350)](_0x30430c=>_0x56b8bf[_0x201a03(0x23f)][_0x201a03(0x2ad)](_0x3c9ade,_0x30430c)))?{'error':new Error(_0x201a03(0x2ce))}:_0x3079c6;}},_0x28122f={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a['SetNumfmtMutation']['id'],'handler':(_0x195f1c,_0x781596)=>{const _0x315f2f=_0x7c7d43,_0x42e1ca={'m1Prime':_0x195f1c,'m2Prime':_0x781596};return _0x195f1c['params'][_0x315f2f(0x2f5)]!==_0x781596[_0x315f2f(0x1f0)][_0x315f2f(0x2f5)]||_0x195f1c['params'][_0x315f2f(0x390)]!==_0x781596[_0x315f2f(0x1f0)]['subUnitId']?_0x42e1ca:{'error':new Error(_0x315f2f(0x2da))};}},_0x131335={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'handler':(_0x581fc2,_0x283247)=>{const _0x3e2a10=_0x7c7d43,_0x40d8f9={'m1Prime':_0x581fc2,'m2Prime':_0x283247};if(_0x581fc2[_0x3e2a10(0x1f0)][_0x3e2a10(0x2f5)]!==_0x283247['params']['unitId']||_0x581fc2[_0x3e2a10(0x1f0)][_0x3e2a10(0x390)]!==_0x283247[_0x3e2a10(0x1f0)][_0x3e2a10(0x390)])return _0x40d8f9;const _0x4d09bb=_0x581fc2[_0x3e2a10(0x1f0)][_0x3e2a10(0x336)][_0x3e2a10(0x2e6)](_0x1ff59e=>_0x1ff59e['ranges'])[_0x3e2a10(0x382)](),_0x2dbad5=_0x283247[_0x3e2a10(0x1f0)][_0x3e2a10(0x351)][_0x3e2a10(0x221)];return _0x4d09bb[_0x3e2a10(0x350)](_0x478d91=>_0x2dbad5[_0x3e2a10(0x350)](_0x54b79f=>_0x56b8bf[_0x3e2a10(0x23f)]['intersects'](_0x478d91,_0x54b79f)))?{'error':new Error(_0x3e2a10(0x2b0))}:_0x40d8f9;}},_0x429a8b={'m1':_0x3dd48a['AddRangeProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'handler':(_0x77f02,_0x2786b6)=>{const _0x3de8ce=_0x7c7d43,_0x4a7ca8={'m1Prime':_0x77f02,'m2Prime':_0x2786b6};if(_0x77f02[_0x3de8ce(0x1f0)][_0x3de8ce(0x2f5)]!==_0x2786b6[_0x3de8ce(0x1f0)][_0x3de8ce(0x2f5)]||_0x77f02['params'][_0x3de8ce(0x390)]!==_0x2786b6['params'][_0x3de8ce(0x390)])return _0x4a7ca8;const _0x3fe5ab=_0x77f02[_0x3de8ce(0x1f0)][_0x3de8ce(0x336)][_0x3de8ce(0x2e6)](_0x352d41=>_0x352d41[_0x3de8ce(0x221)])[_0x3de8ce(0x382)](),_0x1ccf4a=new _0x56b8bf[(_0x3de8ce(0x2bc))](_0x2786b6[_0x3de8ce(0x1f0)][_0x3de8ce(0x30c)])[_0x3de8ce(0x341)]();return _0x3fe5ab[_0x3de8ce(0x350)](_0x234a66=>_0x56b8bf[_0x3de8ce(0x23f)][_0x3de8ce(0x2ad)](_0x234a66,_0x1ccf4a))?{'error':new Error(_0x3de8ce(0x381))}:_0x4a7ca8;}},_0x5e55a4={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x322)]['id'],'handler':(_0x1965b2,_0xb155c5)=>{const _0x1d0dab=_0x7c7d43,_0x325a9d={'m1Prime':_0x1965b2,'m2Prime':_0xb155c5};if(_0x1965b2['params'][_0x1d0dab(0x2f5)]!==_0xb155c5[_0x1d0dab(0x1f0)][_0x1d0dab(0x2f5)]||_0x1965b2[_0x1d0dab(0x1f0)][_0x1d0dab(0x390)]!==_0xb155c5[_0x1d0dab(0x1f0)][_0x1d0dab(0x390)])return _0x325a9d;const _0x4216fb=_0x1965b2[_0x1d0dab(0x1f0)][_0x1d0dab(0x336)]['map'](_0xff5a19=>_0xff5a19[_0x1d0dab(0x221)])['flat'](),_0x170820=_0xb155c5['params']['ranges'];return _0x4216fb['some'](_0xafb539=>_0x170820[_0x1d0dab(0x350)](_0x5300d3=>_0x56b8bf[_0x1d0dab(0x23f)][_0x1d0dab(0x2ad)](_0xafb539,_0x5300d3)))?{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width')}:_0x325a9d;}},_0xf33af5={'m1':_0x3dd48a[_0x7c7d43(0x346)]['id'],'m2':_0x313b82['UpdateCommentMutation']['id'],'handler':(_0x27b3f4,_0x4eb5b2)=>{const _0x26040f=_0x7c7d43,_0xa107ab={'m1Prime':_0x27b3f4,'m2Prime':_0x4eb5b2};return _0x27b3f4[_0x26040f(0x1f0)]['unitId']!==_0x4eb5b2[_0x26040f(0x1f0)][_0x26040f(0x2f5)]||_0x27b3f4[_0x26040f(0x1f0)][_0x26040f(0x390)]!==_0x4eb5b2['params'][_0x26040f(0x390)]?_0xa107ab:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment')};}},_0x92adf3={'m1':_0x3dd48a['AddRangeProtectionMutation']['id'],'m2':_0x286b8b[_0x7c7d43(0x36a)]['id'],'handler':(_0xc5f4cb,_0x35d4c3)=>{const _0x3ee044=_0x7c7d43,_0x384286={'m1Prime':_0xc5f4cb,'m2Prime':_0x35d4c3};return _0xc5f4cb[_0x3ee044(0x1f0)][_0x3ee044(0x2f5)]!==_0x35d4c3[_0x3ee044(0x1f0)][_0x3ee044(0x2f5)]||_0xc5f4cb[_0x3ee044(0x1f0)][_0x3ee044(0x390)]!==_0x35d4c3[_0x3ee044(0x1f0)][_0x3ee044(0x390)]?_0x384286:{'error':new Error('add\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x4bda88={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x313b82['AddCommentMutation']['id'],'handler':(_0x5e7f1f,_0x164064)=>{const _0x4a064f=_0x7c7d43,_0x120980={'m1Prime':_0x5e7f1f,'m2Prime':_0x164064};return _0x5e7f1f[_0x4a064f(0x1f0)][_0x4a064f(0x2f5)]!==_0x164064[_0x4a064f(0x1f0)][_0x4a064f(0x2f5)]||_0x5e7f1f[_0x4a064f(0x1f0)][_0x4a064f(0x390)]!==_0x164064[_0x4a064f(0x1f0)]['subUnitId']?_0x120980:{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment')};}},_0x17fda3={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x147eda['AddConditionalRuleMutation']['id'],'handler':(_0x57c021,_0x369a37)=>{const _0xc01ce3=_0x7c7d43,_0x206427={'m1Prime':_0x57c021,'m2Prime':_0x369a37};if(_0x57c021[_0xc01ce3(0x1f0)][_0xc01ce3(0x2f5)]!==_0x369a37[_0xc01ce3(0x1f0)][_0xc01ce3(0x2f5)]||_0x57c021[_0xc01ce3(0x1f0)][_0xc01ce3(0x390)]!==_0x369a37[_0xc01ce3(0x1f0)][_0xc01ce3(0x390)])return _0x206427;const _0x13ddf1=_0x57c021[_0xc01ce3(0x1f0)][_0xc01ce3(0x351)]['ranges'],_0x48c9a8=_0x369a37['params'][_0xc01ce3(0x351)]['ranges'];return _0x13ddf1['some'](_0x5dfa5c=>_0x48c9a8[_0xc01ce3(0x350)](_0x4712e8=>_0x56b8bf[_0xc01ce3(0x23f)][_0xc01ce3(0x2ad)](_0x5dfa5c,_0x4712e8)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule')}:_0x206427;}},_0x1ee65f={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler':(_0x49a95c,_0x28ad07)=>{const _0x132239=_0x7c7d43,_0xf7a37f={'m1Prime':_0x49a95c,'m2Prime':_0x28ad07};if(_0x49a95c['params']['unitId']!==_0x28ad07[_0x132239(0x1f0)][_0x132239(0x2f5)]||_0x49a95c[_0x132239(0x1f0)][_0x132239(0x390)]!==_0x28ad07[_0x132239(0x1f0)]['subUnitId'])return _0xf7a37f;const _0x10584b=_0x49a95c['params'][_0x132239(0x351)][_0x132239(0x221)],_0x6b5de0=_0x28ad07[_0x132239(0x1f0)][_0x132239(0x221)];return _0x10584b[_0x132239(0x350)](_0x527062=>_0x6b5de0[_0x132239(0x350)](_0x33222a=>_0x56b8bf[_0x132239(0x23f)][_0x132239(0x2ad)](_0x527062,_0x33222a)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge')}:_0xf7a37f;}},_0x1c64c0={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'handler':(_0x14c1ee,_0x44736)=>{const _0x2f049d=_0x7c7d43,_0x2f7b7e={'m1Prime':_0x14c1ee,'m2Prime':_0x44736};return _0x14c1ee[_0x2f049d(0x1f0)]['unitId']!==_0x44736['params'][_0x2f049d(0x2f5)]||_0x14c1ee[_0x2f049d(0x1f0)][_0x2f049d(0x390)]!==_0x44736[_0x2f049d(0x1f0)][_0x2f049d(0x351)][_0x2f049d(0x390)]?_0x2f7b7e:{'error':new Error(_0x2f049d(0x3aa))};}},_0x2661c1={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x147eda['DeleteConditionalRuleMutation']['id'],'handler':(_0x58924e,_0x985d23)=>{const _0x2fed10=_0x7c7d43,_0x44b815={'m1Prime':_0x58924e,'m2Prime':_0x985d23};return _0x58924e[_0x2fed10(0x1f0)][_0x2fed10(0x2f5)]!==_0x985d23[_0x2fed10(0x1f0)][_0x2fed10(0x2f5)]||_0x58924e['params'][_0x2fed10(0x390)]!==_0x985d23['params']['subUnitId']?_0x44b815:{'error':new Error(_0x2fed10(0x1e6))};}},_0x358e04={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'handler':(_0x41ef7d,_0x1b6c84)=>{const _0x5e3ce6=_0x7c7d43,_0x2a1258={'m1Prime':_0x41ef7d,'m2Prime':_0x1b6c84};if(_0x41ef7d[_0x5e3ce6(0x1f0)][_0x5e3ce6(0x2f5)]!==_0x1b6c84[_0x5e3ce6(0x1f0)][_0x5e3ce6(0x2f5)]||_0x41ef7d[_0x5e3ce6(0x1f0)]['subUnitId']!==_0x1b6c84[_0x5e3ce6(0x1f0)][_0x5e3ce6(0x390)])return _0x2a1258;const _0x17843b=_0x41ef7d[_0x5e3ce6(0x1f0)]['rule'][_0x5e3ce6(0x221)],_0x12a916=_0x1b6c84[_0x5e3ce6(0x1f0)][_0x5e3ce6(0x331)];return _0x17843b[_0x5e3ce6(0x350)](_0x30d8ba=>_0x56b8bf[_0x5e3ce6(0x23f)][_0x5e3ce6(0x2ad)](_0x30d8ba,_0x12a916))?{'error':new Error(_0x5e3ce6(0x2ed))}:_0x2a1258;}},_0x270f51={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'handler':(_0x12d520,_0x9597e2)=>{const _0x35f372=_0x7c7d43,_0x588458={'m1Prime':_0x12d520,'m2Prime':_0x9597e2};if(_0x12d520[_0x35f372(0x1f0)][_0x35f372(0x2f5)]!==_0x9597e2[_0x35f372(0x1f0)][_0x35f372(0x2f5)]||_0x12d520['params'][_0x35f372(0x390)]!==_0x9597e2['params'][_0x35f372(0x390)])return _0x588458;const _0xac3f8e=_0x12d520[_0x35f372(0x1f0)][_0x35f372(0x351)][_0x35f372(0x221)],_0x5226c7=_0x9597e2[_0x35f372(0x1f0)][_0x35f372(0x331)];return _0xac3f8e[_0x35f372(0x350)](_0x2ffc3e=>_0x56b8bf[_0x35f372(0x23f)][_0x35f372(0x2ad)](_0x2ffc3e,_0x5226c7))?{'error':new Error(_0x35f372(0x209))}:_0x588458;}},_0x3b556e={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'handler':(_0x59684f,_0x32be5d)=>{const _0x406dce=_0x7c7d43,_0x52633f={'m1Prime':_0x59684f,'m2Prime':_0x32be5d};if(_0x59684f[_0x406dce(0x1f0)][_0x406dce(0x2f5)]!==_0x32be5d[_0x406dce(0x1f0)][_0x406dce(0x2f5)]||_0x59684f[_0x406dce(0x1f0)]['subUnitId']!==_0x32be5d[_0x406dce(0x1f0)][_0x406dce(0x390)])return _0x52633f;const _0xa8c886=_0x59684f[_0x406dce(0x1f0)][_0x406dce(0x351)][_0x406dce(0x221)],_0x11991f=[_0x32be5d[_0x406dce(0x1f0)][_0x406dce(0x288)],_0x32be5d['params'][_0x406dce(0x24c)]];return _0xa8c886[_0x406dce(0x350)](_0x45fb4d=>_0x11991f['some'](_0x2a2aab=>_0x56b8bf[_0x406dce(0x23f)][_0x406dce(0x2ad)](_0x45fb4d,_0x2a2aab)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col')}:_0x52633f;}},_0x392030={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'handler':(_0x4258b0,_0xffd50c)=>{const _0x1bc5f0=_0x7c7d43,_0x5127fe={'m1Prime':_0x4258b0,'m2Prime':_0xffd50c};if(_0x4258b0['params']['unitId']!==_0xffd50c[_0x1bc5f0(0x1f0)][_0x1bc5f0(0x2f5)]||_0x4258b0[_0x1bc5f0(0x1f0)][_0x1bc5f0(0x390)]!==_0xffd50c[_0x1bc5f0(0x1f0)][_0x1bc5f0(0x390)])return _0x5127fe;const _0x48e706=_0x4258b0['params']['rule'][_0x1bc5f0(0x221)],_0x3a0a38=[_0xffd50c[_0x1bc5f0(0x1f0)][_0x1bc5f0(0x288)],_0xffd50c[_0x1bc5f0(0x1f0)][_0x1bc5f0(0x24c)]];return _0x48e706[_0x1bc5f0(0x350)](_0x18bbf9=>_0x3a0a38[_0x1bc5f0(0x350)](_0x23c5f4=>_0x56b8bf[_0x1bc5f0(0x23f)][_0x1bc5f0(0x2ad)](_0x18bbf9,_0x23c5f4)))?{'error':new Error('set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row')}:_0x5127fe;}},_0x260a04={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a['RemoveColMutation']['id'],'handler':(_0x2fc741,_0x44e565)=>{const _0x12f62d=_0x7c7d43,_0x540e6d={'m1Prime':_0x2fc741,'m2Prime':_0x44e565};if(_0x2fc741[_0x12f62d(0x1f0)][_0x12f62d(0x2f5)]!==_0x44e565[_0x12f62d(0x1f0)][_0x12f62d(0x2f5)]||_0x2fc741['params']['subUnitId']!==_0x44e565['params']['subUnitId'])return _0x540e6d;const _0x3ac2a7=_0x2fc741['params'][_0x12f62d(0x351)]['ranges'],_0x3727a5=_0x44e565['params'][_0x12f62d(0x331)];return _0x3ac2a7['some'](_0x5617b4=>_0x56b8bf[_0x12f62d(0x23f)][_0x12f62d(0x2ad)](_0x5617b4,_0x3727a5))?{'error':new Error(_0x12f62d(0x33a))}:_0x540e6d;}},_0x515d61={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'handler':(_0x247fcb,_0x2a5bb2)=>{const _0x1a45b8=_0x7c7d43,_0x554693={'m1Prime':_0x247fcb,'m2Prime':_0x2a5bb2};if(_0x247fcb[_0x1a45b8(0x1f0)]['unitId']!==_0x2a5bb2[_0x1a45b8(0x1f0)]['unitId']||_0x247fcb[_0x1a45b8(0x1f0)][_0x1a45b8(0x390)]!==_0x2a5bb2[_0x1a45b8(0x1f0)][_0x1a45b8(0x390)])return _0x554693;const _0x5e7d52=_0x247fcb['params'][_0x1a45b8(0x351)][_0x1a45b8(0x221)],_0xcd262c=_0x2a5bb2[_0x1a45b8(0x1f0)][_0x1a45b8(0x331)];return _0x5e7d52['some'](_0x4c0eb7=>_0x56b8bf[_0x1a45b8(0x23f)]['intersects'](_0x4c0eb7,_0xcd262c))?{'error':new Error(_0x1a45b8(0x206))}:_0x554693;}},_0x4341b0={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x286b8b[_0x7c7d43(0x2d8)]['id'],'handler':(_0x1f5aad,_0x9e4786)=>{const _0xc008a=_0x7c7d43,_0x1f167e={'m1Prime':_0x1f5aad,'m2Prime':_0x9e4786};return _0x1f5aad[_0xc008a(0x1f0)][_0xc008a(0x2f5)]!==_0x9e4786['params']['unitId']||_0x1f5aad[_0xc008a(0x1f0)]['subUnitId']!==_0x9e4786[_0xc008a(0x1f0)][_0xc008a(0x390)]?_0x1f167e:{'error':new Error(_0xc008a(0x31c))};}},_0x46cbd6={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x4e409a[_0x7c7d43(0x25f)]['id'],'handler':(_0x357d08,_0xeba8c)=>{const _0xa853e2=_0x7c7d43,_0x54e2bc={'m1Prime':_0x357d08,'m2Prime':_0xeba8c};return _0x357d08[_0xa853e2(0x1f0)]['unitId']!==_0xeba8c[_0xa853e2(0x1f0)][_0xa853e2(0x2f5)]||_0x357d08[_0xa853e2(0x1f0)][_0xa853e2(0x390)]!==_0xeba8c[_0xa853e2(0x1f0)][_0xa853e2(0x390)]?_0x54e2bc:{'error':new Error(_0xa853e2(0x378))};}},_0x443e90={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x261)]['id'],'handler':(_0x24537d,_0x2e4d0f)=>{const _0x46a418=_0x7c7d43,_0xc85067={'m1Prime':_0x24537d,'m2Prime':_0x2e4d0f};if(_0x24537d['params'][_0x46a418(0x2f5)]!==_0x2e4d0f[_0x46a418(0x1f0)][_0x46a418(0x2f5)]||_0x24537d[_0x46a418(0x1f0)]['subUnitId']!==_0x2e4d0f[_0x46a418(0x1f0)][_0x46a418(0x390)])return _0xc85067;const _0x3b6d13=_0x24537d[_0x46a418(0x1f0)][_0x46a418(0x351)][_0x46a418(0x221)],_0x13ab53=_0x2e4d0f['params'][_0x46a418(0x221)];return _0x3b6d13[_0x46a418(0x350)](_0xd2bcf6=>_0x13ab53[_0x46a418(0x350)](_0x1ed946=>_0x56b8bf[_0x46a418(0x23f)]['intersects'](_0xd2bcf6,_0x1ed946)))?{'error':new Error(_0x46a418(0x2d0))}:_0xc85067;}},_0x8484be={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x147eda['SetConditionalRuleMutation']['id'],'handler':(_0xdd9982,_0x3e5c74)=>{const _0xb9adf9=_0x7c7d43,_0x2eb9cd={'m1Prime':_0xdd9982,'m2Prime':_0x3e5c74};if(_0xdd9982['params'][_0xb9adf9(0x2f5)]!==_0x3e5c74[_0xb9adf9(0x1f0)][_0xb9adf9(0x2f5)]||_0xdd9982[_0xb9adf9(0x1f0)][_0xb9adf9(0x390)]!==_0x3e5c74[_0xb9adf9(0x1f0)][_0xb9adf9(0x390)])return _0x2eb9cd;const _0x59b1fa=_0xdd9982[_0xb9adf9(0x1f0)][_0xb9adf9(0x351)][_0xb9adf9(0x221)],_0x236fd7=_0x3e5c74[_0xb9adf9(0x1f0)][_0xb9adf9(0x351)][_0xb9adf9(0x221)];return _0x59b1fa[_0xb9adf9(0x350)](_0x399986=>_0x236fd7[_0xb9adf9(0x350)](_0x456472=>_0x56b8bf[_0xb9adf9(0x23f)][_0xb9adf9(0x2ad)](_0x399986,_0x456472)))?{'error':new Error(_0xb9adf9(0x379))}:_0x2eb9cd;}},_0x1058fe={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x33c)]['id'],'handler':(_0x2f82d0,_0x495f4f)=>{const _0x4131d8=_0x7c7d43,_0x372cb4={'m1Prime':_0x2f82d0,'m2Prime':_0x495f4f};if(_0x2f82d0[_0x4131d8(0x1f0)][_0x4131d8(0x2f5)]!==_0x495f4f[_0x4131d8(0x1f0)][_0x4131d8(0x2f5)]||_0x2f82d0['params'][_0x4131d8(0x390)]!==_0x495f4f[_0x4131d8(0x1f0)][_0x4131d8(0x390)])return _0x372cb4;const _0x1a1e8f=_0x2f82d0[_0x4131d8(0x1f0)][_0x4131d8(0x351)][_0x4131d8(0x221)],_0x20f623=[{'startRow':_0x495f4f['params'][_0x4131d8(0x211)],'endRow':_0x495f4f[_0x4131d8(0x1f0)]['startRow'],'startColumn':_0x495f4f['params'][_0x4131d8(0x33d)],'endColumn':_0x495f4f[_0x4131d8(0x1f0)][_0x4131d8(0x33d)]}];return _0x1a1e8f[_0x4131d8(0x350)](_0x525aa4=>_0x20f623[_0x4131d8(0x350)](_0xf44179=>_0x56b8bf[_0x4131d8(0x23f)][_0x4131d8(0x2ad)](_0x525aa4,_0xf44179)))?{'error':new Error(_0x4131d8(0x281))}:_0x372cb4;}},_0x3df2db={'m1':_0x3dd48a['SetRangeProtectionMutation']['id'],'m2':_0x3dd48a['SetNumfmtMutation']['id'],'handler':(_0x31a98d,_0x549e6d)=>{const _0x4aaa45=_0x7c7d43,_0x598295={'m1Prime':_0x31a98d,'m2Prime':_0x549e6d};return _0x31a98d[_0x4aaa45(0x1f0)][_0x4aaa45(0x2f5)]!==_0x549e6d[_0x4aaa45(0x1f0)][_0x4aaa45(0x2f5)]||_0x31a98d[_0x4aaa45(0x1f0)][_0x4aaa45(0x390)]!==_0x549e6d[_0x4aaa45(0x1f0)][_0x4aaa45(0x390)]?_0x598295:{'error':new Error(_0x4aaa45(0x222))};}},_0x43f50d={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a['SetRangeProtectionMutation']['id'],'handler':(_0x357721,_0x34e5e3)=>{const _0x524627=_0x7c7d43,_0x3bb6a8={'m1Prime':_0x357721,'m2Prime':_0x34e5e3};if(_0x357721['params'][_0x524627(0x2f5)]!==_0x34e5e3[_0x524627(0x1f0)]['unitId']||_0x357721[_0x524627(0x1f0)][_0x524627(0x390)]!==_0x34e5e3[_0x524627(0x1f0)]['subUnitId'])return _0x3bb6a8;const _0x42419b=_0x357721['params'][_0x524627(0x351)]['ranges'],_0x5e1e3c=_0x34e5e3[_0x524627(0x1f0)][_0x524627(0x351)]['ranges'];return _0x42419b[_0x524627(0x350)](_0x503a03=>_0x5e1e3c[_0x524627(0x350)](_0x3664b0=>_0x56b8bf['Rectangle'][_0x524627(0x2ad)](_0x503a03,_0x3664b0)))?{'error':new Error(_0x524627(0x32e))}:_0x3bb6a8;}},_0x4d8bb0={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2d6)]['id'],'handler':(_0x4bfa26,_0x326bec)=>{const _0x4824f2=_0x7c7d43,_0x572666={'m1Prime':_0x4bfa26,'m2Prime':_0x326bec};if(_0x4bfa26[_0x4824f2(0x1f0)][_0x4824f2(0x2f5)]!==_0x326bec[_0x4824f2(0x1f0)][_0x4824f2(0x2f5)]||_0x4bfa26[_0x4824f2(0x1f0)]['subUnitId']!==_0x326bec['params'][_0x4824f2(0x390)])return _0x572666;const _0x1a90c3=_0x4bfa26[_0x4824f2(0x1f0)][_0x4824f2(0x351)]['ranges'],_0x587437=new _0x56b8bf[(_0x4824f2(0x2bc))](_0x326bec[_0x4824f2(0x1f0)][_0x4824f2(0x30c)])[_0x4824f2(0x341)]();return _0x1a90c3[_0x4824f2(0x350)](_0x3be623=>_0x56b8bf[_0x4824f2(0x23f)][_0x4824f2(0x2ad)](_0x3be623,_0x587437))?{'error':new Error(_0x4824f2(0x2b1))}:_0x572666;}},_0x46ebd5={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x322)]['id'],'handler':(_0x229d9c,_0x35b3c6)=>{const _0x3bb99f=_0x7c7d43,_0x4fe89d={'m1Prime':_0x229d9c,'m2Prime':_0x35b3c6};if(_0x229d9c[_0x3bb99f(0x1f0)][_0x3bb99f(0x2f5)]!==_0x35b3c6['params']['unitId']||_0x229d9c['params']['subUnitId']!==_0x35b3c6[_0x3bb99f(0x1f0)][_0x3bb99f(0x390)])return _0x4fe89d;const _0x30fa18=_0x229d9c['params']['rule']['ranges'],_0x387644=_0x35b3c6[_0x3bb99f(0x1f0)]['ranges'];return _0x30fa18[_0x3bb99f(0x350)](_0x19b690=>_0x387644[_0x3bb99f(0x350)](_0x130001=>_0x56b8bf[_0x3bb99f(0x23f)][_0x3bb99f(0x2ad)](_0x19b690,_0x130001)))?{'error':new Error(_0x3bb99f(0x26b))}:_0x4fe89d;}},_0x134104={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x313b82[_0x7c7d43(0x2ab)]['id'],'handler':(_0x2d1ca4,_0x29caed)=>{const _0x30967e=_0x7c7d43,_0x11e6b2={'m1Prime':_0x2d1ca4,'m2Prime':_0x29caed};return _0x2d1ca4['params'][_0x30967e(0x2f5)]!==_0x29caed['params'][_0x30967e(0x2f5)]||_0x2d1ca4['params'][_0x30967e(0x390)]!==_0x29caed[_0x30967e(0x1f0)][_0x30967e(0x390)]?_0x11e6b2:{'error':new Error(_0x30967e(0x317))};}},_0x30be28={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x286b8b[_0x7c7d43(0x36a)]['id'],'handler':(_0x58534c,_0x10e4c7)=>{const _0x45e578=_0x7c7d43,_0x3447d2={'m1Prime':_0x58534c,'m2Prime':_0x10e4c7};return _0x58534c[_0x45e578(0x1f0)]['unitId']!==_0x10e4c7[_0x45e578(0x1f0)]['unitId']||_0x58534c[_0x45e578(0x1f0)][_0x45e578(0x390)]!==_0x10e4c7[_0x45e578(0x1f0)][_0x45e578(0x390)]?_0x3447d2:{'error':new Error(_0x45e578(0x364))};}},_0x5895c6={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x313b82[_0x7c7d43(0x36d)]['id'],'handler':(_0x59d2df,_0x2303b1)=>{const _0x39fc0f=_0x7c7d43,_0xbb0431={'m1Prime':_0x59d2df,'m2Prime':_0x2303b1};return _0x59d2df['params'][_0x39fc0f(0x2f5)]!==_0x2303b1[_0x39fc0f(0x1f0)][_0x39fc0f(0x2f5)]||_0x59d2df[_0x39fc0f(0x1f0)][_0x39fc0f(0x390)]!==_0x2303b1[_0x39fc0f(0x1f0)][_0x39fc0f(0x390)]?_0xbb0431:{'error':new Error(_0x39fc0f(0x39e))};}},_0xd207bb={'m1':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'m2':_0x147eda[_0x7c7d43(0x368)]['id'],'handler':(_0x329b84,_0x1c2bee)=>{const _0x573609=_0x7c7d43,_0x3855e4={'m1Prime':_0x329b84,'m2Prime':_0x1c2bee};return _0x329b84[_0x573609(0x1f0)][_0x573609(0x2f5)]!==_0x1c2bee[_0x573609(0x1f0)]['unitId']||_0x329b84[_0x573609(0x1f0)][_0x573609(0x390)]!==_0x1c2bee[_0x573609(0x1f0)]['subUnitId']?_0x3855e4:{'error':new Error(_0x573609(0x279))};}},_0x2f7e3c={'m1':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x346)]['id'],'handler':(_0x33cbe1,_0x5656c7)=>{const _0xd83f04=_0x7c7d43,_0x199648={'m1Prime':_0x33cbe1,'m2Prime':_0x5656c7};return _0x33cbe1[_0xd83f04(0x1f0)]['unitId']!==_0x5656c7[_0xd83f04(0x1f0)][_0xd83f04(0x2f5)]||_0x33cbe1[_0xd83f04(0x1f0)]['subUnitId']!==_0x5656c7[_0xd83f04(0x1f0)]['subUnitId']?_0x199648:{'error':new Error(_0xd83f04(0x302))};}},_0x18682c={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x258)]['id'],'handler':(_0x9be2d1,_0x34cbfe)=>{const _0x70310b=_0x7c7d43,_0x38ee35={'m1Prime':_0x9be2d1,'m2Prime':_0x34cbfe};return _0x9be2d1['params'][_0x70310b(0x2f5)]!==_0x34cbfe[_0x70310b(0x1f0)]['unitId']||_0x9be2d1[_0x70310b(0x1f0)][_0x70310b(0x390)]!==_0x34cbfe[_0x70310b(0x1f0)]['subUnitId']?_0x38ee35:{'error':new Error(_0x70310b(0x2d1))};}},_0x261cbe={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x247)]['id'],'handler':(_0x477cae,_0x187961)=>{const _0x51a218=_0x7c7d43,_0x3f6c61={'m1Prime':_0x477cae,'m2Prime':_0x187961};return _0x477cae[_0x51a218(0x1f0)][_0x51a218(0x2f5)]!==_0x187961[_0x51a218(0x1f0)][_0x51a218(0x2f5)]||_0x477cae[_0x51a218(0x1f0)][_0x51a218(0x390)]!==_0x187961[_0x51a218(0x1f0)][_0x51a218(0x351)][_0x51a218(0x390)]?_0x3f6c61:{'error':new Error(_0x51a218(0x1e9))};}},_0x32704e={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a['SetWorksheetOrderMutation']['id'],'handler':(_0x4221d2,_0x23e9e2)=>{const _0xf7c834=_0x7c7d43,_0x3cbcfc={'m1Prime':_0x4221d2,'m2Prime':_0x23e9e2};return _0x4221d2[_0xf7c834(0x1f0)][_0xf7c834(0x2f5)]!==_0x23e9e2['params'][_0xf7c834(0x2f5)]||_0x4221d2[_0xf7c834(0x1f0)]['subUnitId']!==_0x23e9e2[_0xf7c834(0x1f0)][_0xf7c834(0x390)]?_0x3cbcfc:{'error':new Error(_0xf7c834(0x388))};}},_0x513c0d={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x147eda[_0x7c7d43(0x370)]['id'],'handler':(_0x382354,_0x526750)=>{const _0x3269e5=_0x7c7d43,_0xa18d10={'m1Prime':_0x382354,'m2Prime':_0x526750};return _0x382354[_0x3269e5(0x1f0)][_0x3269e5(0x2f5)]!==_0x526750[_0x3269e5(0x1f0)][_0x3269e5(0x2f5)]||_0x382354[_0x3269e5(0x1f0)]['subUnitId']!==_0x526750['params'][_0x3269e5(0x390)]?_0xa18d10:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule')};}},_0x4352b5={'m1':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x1e5)]['id'],'handler':(_0x35839e,_0x382fae)=>{const _0x4eb88e=_0x7c7d43,_0x5bafa6={'m1Prime':_0x35839e,'m2Prime':_0x382fae};return _0x35839e[_0x4eb88e(0x1f0)]['unitId']!==_0x382fae[_0x4eb88e(0x1f0)][_0x4eb88e(0x2f5)]||_0x35839e[_0x4eb88e(0x1f0)][_0x4eb88e(0x390)]!==_0x382fae[_0x4eb88e(0x1f0)][_0x4eb88e(0x390)]?_0x5bafa6:{'error':new Error(_0x4eb88e(0x2c7))};}},_0x34ecfc={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ed)]['id'],'handler':(_0x3ebcf9,_0xa03665)=>{const _0x3912c3=_0x7c7d43,_0x167d71={'m1Prime':_0x3ebcf9,'m2Prime':_0xa03665};return _0x3ebcf9[_0x3912c3(0x1f0)][_0x3912c3(0x2f5)]!==_0xa03665[_0x3912c3(0x1f0)]['unitId']||_0x3ebcf9[_0x3912c3(0x1f0)][_0x3912c3(0x390)]!==_0xa03665[_0x3912c3(0x1f0)][_0x3912c3(0x390)]?_0x167d71:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20row')};}},_0x63a1e={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x3b6)]['id'],'handler':(_0x1e57b5,_0x39407b)=>{const _0x30c24b=_0x7c7d43,_0x5e4d77={'m1Prime':_0x1e57b5,'m2Prime':_0x39407b};return _0x1e57b5[_0x30c24b(0x1f0)]['unitId']!==_0x39407b[_0x30c24b(0x1f0)][_0x30c24b(0x2f5)]||_0x1e57b5[_0x30c24b(0x1f0)][_0x30c24b(0x390)]!==_0x39407b[_0x30c24b(0x1f0)][_0x30c24b(0x390)]?_0x5e4d77:{'error':new Error(_0x30c24b(0x3a3))};}},_0x16e2c4={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x1ef)]['id'],'handler':(_0x405410,_0x5b4bff)=>{const _0x2966c7=_0x7c7d43,_0x2996c7={'m1Prime':_0x405410,'m2Prime':_0x5b4bff};return _0x405410[_0x2966c7(0x1f0)][_0x2966c7(0x2f5)]!==_0x5b4bff['params'][_0x2966c7(0x2f5)]||_0x405410[_0x2966c7(0x1f0)][_0x2966c7(0x390)]!==_0x5b4bff['params'][_0x2966c7(0x390)]?_0x2996c7:{'error':new Error(_0x2966c7(0x20a))};}},_0x3b7021={'m1':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler':(_0x596a66,_0xc9ba63)=>{const _0x237e5c=_0x7c7d43,_0x4a915a={'m1Prime':_0x596a66,'m2Prime':_0xc9ba63};return _0x596a66[_0x237e5c(0x1f0)][_0x237e5c(0x2f5)]!==_0xc9ba63[_0x237e5c(0x1f0)][_0x237e5c(0x2f5)]||_0x596a66[_0x237e5c(0x1f0)][_0x237e5c(0x390)]!==_0xc9ba63[_0x237e5c(0x1f0)]['from']['subUnitId']?_0x4a915a:{'error':new Error(_0x237e5c(0x1f4))};}},_0x18fb6f={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x320)]['id'],'handler':(_0x410e28,_0x3b96e5)=>{const _0x58f6cb=_0x7c7d43,_0x15a1f7={'m1Prime':_0x410e28,'m2Prime':_0x3b96e5};return _0x410e28[_0x58f6cb(0x1f0)][_0x58f6cb(0x2f5)]!==_0x3b96e5[_0x58f6cb(0x1f0)][_0x58f6cb(0x2f5)]||_0x410e28[_0x58f6cb(0x1f0)][_0x58f6cb(0x390)]!==_0x3b96e5[_0x58f6cb(0x1f0)]['subUnitId']?_0x15a1f7:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20col')};}},_0x28b08d={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38e)]['id'],'handler':(_0x563ebe,_0x466b9f)=>{const _0xd1324e=_0x7c7d43,_0x221776={'m1Prime':_0x563ebe,'m2Prime':_0x466b9f};return _0x563ebe[_0xd1324e(0x1f0)][_0xd1324e(0x2f5)]!==_0x466b9f[_0xd1324e(0x1f0)]['unitId']||_0x563ebe['params'][_0xd1324e(0x390)]!==_0x466b9f[_0xd1324e(0x1f0)][_0xd1324e(0x390)]?_0x221776:{'error':new Error(_0xd1324e(0x1eb))};}},_0x1936b0={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x286b8b[_0x7c7d43(0x2d8)]['id'],'handler':(_0x1ef31a,_0x274413)=>{const _0x3c5d65=_0x7c7d43,_0x542b5d={'m1Prime':_0x1ef31a,'m2Prime':_0x274413};return _0x1ef31a[_0x3c5d65(0x1f0)][_0x3c5d65(0x2f5)]!==_0x274413[_0x3c5d65(0x1f0)]['unitId']||_0x1ef31a[_0x3c5d65(0x1f0)][_0x3c5d65(0x390)]!==_0x274413[_0x3c5d65(0x1f0)][_0x3c5d65(0x390)]?_0x542b5d:{'error':new Error(_0x3c5d65(0x363))};}},_0x38266a={'m1':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x310)]['id'],'handler':(_0x5ba289,_0x21a8cf)=>{const _0x39d907=_0x7c7d43,_0x21e08d={'m1Prime':_0x5ba289,'m2Prime':_0x21a8cf};return _0x5ba289[_0x39d907(0x1f0)][_0x39d907(0x2f5)]!==_0x21a8cf[_0x39d907(0x1f0)][_0x39d907(0x2f5)]||_0x5ba289[_0x39d907(0x1f0)]['subUnitId']!==_0x21a8cf['params'][_0x39d907(0x390)]?_0x21e08d:{'error':new Error(_0x39d907(0x244))};}},_0x28eece={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a['RemoveWorksheetMergeMutation']['id'],'handler':(_0x405586,_0x52e510)=>{const _0x20289e=_0x7c7d43,_0x546923={'m1Prime':_0x405586,'m2Prime':_0x52e510};return _0x405586[_0x20289e(0x1f0)][_0x20289e(0x2f5)]!==_0x52e510[_0x20289e(0x1f0)][_0x20289e(0x2f5)]||_0x405586[_0x20289e(0x1f0)][_0x20289e(0x390)]!==_0x52e510[_0x20289e(0x1f0)][_0x20289e(0x390)]?_0x546923:{'error':new Error(_0x20289e(0x29a))};}},_0x95580d={'m1':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'m2':_0x4e409a[_0x7c7d43(0x25f)]['id'],'handler':(_0x4ae3b3,_0x1788f6)=>{const _0xccbff8=_0x7c7d43,_0x131a68={'m1Prime':_0x4ae3b3,'m2Prime':_0x1788f6};return _0x4ae3b3[_0xccbff8(0x1f0)][_0xccbff8(0x2f5)]!==_0x1788f6[_0xccbff8(0x1f0)][_0xccbff8(0x2f5)]||_0x4ae3b3[_0xccbff8(0x1f0)][_0xccbff8(0x390)]!==_0x1788f6['params']['subUnitId']?_0x131a68:{'error':new Error(_0xccbff8(0x1e0))};}},_0x252664={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a['RemoveSheetMutation']['id'],'handler':(_0x4b9646,_0x2b31c4)=>{const _0x3f76b8=_0x7c7d43,_0x250dc0={'m1Prime':_0x4b9646,'m2Prime':_0x2b31c4};return _0x4b9646['params'][_0x3f76b8(0x2f5)]!==_0x2b31c4[_0x3f76b8(0x1f0)][_0x3f76b8(0x2f5)]||_0x4b9646[_0x3f76b8(0x1f0)][_0x3f76b8(0x390)]!==_0x2b31c4[_0x3f76b8(0x1f0)][_0x3f76b8(0x390)]?_0x250dc0:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20sheet')};}},_0x3b9ba3={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x147eda[_0x7c7d43(0x268)]['id'],'handler':(_0x9361c9,_0x5e91b4)=>{const _0x448813=_0x7c7d43,_0x4dd59a={'m1Prime':_0x9361c9,'m2Prime':_0x5e91b4};return _0x9361c9[_0x448813(0x1f0)]['unitId']!==_0x5e91b4['params'][_0x448813(0x2f5)]||_0x9361c9[_0x448813(0x1f0)][_0x448813(0x390)]!==_0x5e91b4['params'][_0x448813(0x390)]?_0x4dd59a:{'error':new Error(_0x448813(0x2b2))};}},_0x38e22a={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x33c)]['id'],'handler':(_0x259874,_0x2a1e45)=>{const _0x5f0f06=_0x7c7d43,_0x3e34ea={'m1Prime':_0x259874,'m2Prime':_0x2a1e45};return _0x259874['params'][_0x5f0f06(0x2f5)]!==_0x2a1e45[_0x5f0f06(0x1f0)][_0x5f0f06(0x2f5)]||_0x259874['params']['subUnitId']!==_0x2a1e45[_0x5f0f06(0x1f0)]['subUnitId']?_0x3e34ea:{'error':new Error(_0x5f0f06(0x24b))};}},_0x249988={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x38d)]['id'],'handler':(_0x5d2548,_0x303d7e)=>{const _0x55b914=_0x7c7d43,_0x32b9df={'m1Prime':_0x5d2548,'m2Prime':_0x303d7e};return _0x5d2548[_0x55b914(0x1f0)][_0x55b914(0x2f5)]!==_0x303d7e[_0x55b914(0x1f0)]['unitId']||_0x5d2548['params'][_0x55b914(0x390)]!==_0x303d7e[_0x55b914(0x1f0)]['subUnitId']?_0x32b9df:{'error':new Error(_0x55b914(0x377))};}},_0x271878={'m1':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'m2':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'handler':(_0x286702,_0xcb77c8)=>{const _0x54928b=_0x7c7d43,_0x2c1a2e={'m1Prime':_0x286702,'m2Prime':_0xcb77c8};return _0x286702[_0x54928b(0x1f0)]['unitId']!==_0xcb77c8[_0x54928b(0x1f0)][_0x54928b(0x2f5)]||_0x286702[_0x54928b(0x1f0)][_0x54928b(0x390)]!==_0xcb77c8[_0x54928b(0x1f0)]['subUnitId']?_0x2c1a2e:{'error':new Error(_0x54928b(0x373))};}},_0x2d1f1d={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x322)]['id'],'handler':(_0x404ea3,_0x3dc5d8)=>{const _0x356456=_0x7c7d43,_0x246edf={'m1Prime':_0x404ea3,'m2Prime':_0x3dc5d8};return _0x404ea3['params'][_0x356456(0x2f5)]!==_0x3dc5d8[_0x356456(0x1f0)][_0x356456(0x2f5)]||_0x404ea3['params'][_0x356456(0x390)]!==_0x3dc5d8[_0x356456(0x1f0)][_0x356456(0x390)]?_0x246edf:{'error':new Error(_0x356456(0x1ea))};}},_0xb9b06d={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x21c)]['id'],'handler':(_0x490b97,_0x4053ca)=>{const _0x4b5abb=_0x7c7d43,_0x111bbc={'m1Prime':_0x490b97,'m2Prime':_0x4053ca};return _0x490b97[_0x4b5abb(0x1f0)][_0x4b5abb(0x2f5)]!==_0x4053ca[_0x4b5abb(0x1f0)][_0x4b5abb(0x2f5)]||_0x490b97[_0x4b5abb(0x1f0)][_0x4b5abb(0x390)]!==_0x4053ca[_0x4b5abb(0x1f0)]['subUnitId']?_0x111bbc:{'error':new Error(_0x4b5abb(0x39f))};}},_0x2aa88b={'m1':_0x3dd48a[_0x7c7d43(0x247)]['id'],'m2':_0x313b82[_0x7c7d43(0x2ab)]['id'],'handler':(_0x5f4fb2,_0x4943bb)=>{const _0x3b4869=_0x7c7d43,_0xe4ce75={'m1Prime':_0x5f4fb2,'m2Prime':_0x4943bb};return _0x5f4fb2[_0x3b4869(0x1f0)][_0x3b4869(0x2f5)]!==_0x4943bb[_0x3b4869(0x1f0)]['unitId']||_0x5f4fb2[_0x3b4869(0x1f0)][_0x3b4869(0x390)]!==_0x4943bb[_0x3b4869(0x1f0)]['subUnitId']?_0xe4ce75:{'error':new Error(_0x3b4869(0x391))};}},_0x9a8429={'m1':_0x3dd48a['AddWorksheetProtectionMutation']['id'],'m2':_0x286b8b[_0x7c7d43(0x36a)]['id'],'handler':(_0x9324a3,_0x12db93)=>{const _0x4583cd=_0x7c7d43,_0x179862={'m1Prime':_0x9324a3,'m2Prime':_0x12db93};return _0x9324a3[_0x4583cd(0x1f0)][_0x4583cd(0x2f5)]!==_0x12db93[_0x4583cd(0x1f0)][_0x4583cd(0x2f5)]||_0x9324a3[_0x4583cd(0x1f0)][_0x4583cd(0x390)]!==_0x12db93['params'][_0x4583cd(0x390)]?_0x179862:{'error':new Error('add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule')};}},_0x116af3={'m1':_0x3dd48a[_0x7c7d43(0x38c)]['id'],'m2':_0x3dd48a[_0x7c7d43(0x2db)]['id'],'handler':(_0x537e87,_0x16c45b)=>{const _0x2933a9=_0x7c7d43,_0x573816={'m1Prime':_0x537e87,'m2Prime':_0x16c45b};if(_0x537e87[_0x2933a9(0x1f0)][_0x2933a9(0x2f5)]!==_0x16c45b[_0x2933a9(0x1f0)]['unitId']||_0x537e87[_0x2933a9(0x1f0)]['subUnitId']!==_0x16c45b['params'][_0x2933a9(0x2d2)][_0x2933a9(0x390)])return _0x573816;const _0x1787f7=_0x537e87['params'][_0x2933a9(0x351)][_0x2933a9(0x221)],_0x2daee2=new _0x56b8bf[(_0x2933a9(0x2bc))](_0x16c45b[_0x2933a9(0x1f0)][_0x2933a9(0x2d2)][_0x2933a9(0x397)])['getDataRange'](),_0x1ed494=new _0x56b8bf['ObjectMatrix'](_0x16c45b[_0x2933a9(0x1f0)]['to']['value'])['getDataRange'](),_0x55a88e=[_0x2daee2,_0x1ed494];return _0x1787f7[_0x2933a9(0x350)](_0x268ef0=>_0x55a88e[_0x2933a9(0x350)](_0x531294=>_0x56b8bf[_0x2933a9(0x23f)][_0x2933a9(0x2ad)](_0x268ef0,_0x531294)))?{'error':new Error(_0x2933a9(0x237))}:_0x573816;}};var _0x5671bd=Object[_0x7c7d43(0x312)],_0x42e46c=Object[_0x7c7d43(0x275)],_0x3280db=(_0x4983b0,_0x299cd3,_0x17bb64,_0x2ef577)=>{for(var _0x4e9906=_0x2ef577>0x1?void 0x0:_0x2ef577?_0x42e46c(_0x299cd3,_0x17bb64):_0x299cd3,_0x495aeb=_0x4983b0['length']-0x1,_0x4c1729;_0x495aeb>=0x0;_0x495aeb--)(_0x4c1729=_0x4983b0[_0x495aeb])&&(_0x4e9906=(_0x2ef577?_0x4c1729(_0x299cd3,_0x17bb64,_0x4e9906):_0x4c1729(_0x4e9906))||_0x4e9906);return _0x2ef577&&_0x4e9906&&_0x5671bd(_0x299cd3,_0x17bb64,_0x4e9906),_0x4e9906;},_0x4bfb36=(_0x299f48,_0x45bbee)=>(_0x2d1fdd,_0x153328)=>_0x45bbee(_0x2d1fdd,_0x153328,_0x299f48);_0x431728[_0x7c7d43(0x273)]=class extends _0x56b8bf[_0x7c7d43(0x2b3)]{constructor(_0x4fa2a8){const _0x1d6187=_0x7c7d43;super(),this[_0x1d6187(0x2f9)]=_0x4fa2a8,[..._0x249144,_0x1bb80f,_0x240080,_0x430a31,_0x51566f,_0x4d0d38,_0x2bc089,_0x323402,_0x4bf81f,_0x2ef601,_0x3e25ac,_0x43e8eb,_0xa3171d,_0x2cde72,_0x100673,_0x568dfa,_0x4467d0,_0x7ddfaf,_0x1a3835,_0x59aa59,_0x2a799a,_0x435d7e,_0x3a0905,_0x310ea8,_0x12ded8,_0x502202,_0x592379,_0x5381fb,_0x5d4042,_0x5a63cc,_0x2c4419,_0xcdb253,_0x9c4cfb,_0x258de8,_0x1316fa,_0x18d584,_0x5b5123,_0x264190,_0x5ed8c7,_0x5e2a9c,_0x1f5300,_0x118f54,_0xbd804,_0x3672ad,_0x558bed,_0x3a4d37,_0x2dccc5,_0x297951,_0xe5fe2e,_0x18bb37,_0x4346c9,_0x25f134,_0x5c3208,_0x24210e,_0x1e1bbd,_0x4abca7,_0x4b5345,_0x17796e,_0x50f45f,_0x56cba8,_0x3cebc4,_0x8d2b24,_0x177ab2,_0x487939,_0x13e1e6,_0x1e84ba,_0x3fe893,_0x1665a3,_0x18a76f,_0x5730c8,_0x1b858d,_0x5a69bb,_0x43db0a,_0x5529df,_0x5f07c6,_0x5d7623,_0x329ee6,_0x3004d2,_0x25bb99,_0x179b3b,_0x33e2e0,_0x4fd38f,_0x1865fa,_0x3d4264,_0x2a9567,_0x102694,_0x45be0d,_0x1cde51,_0x24f4cb,_0x1ecd11,_0xadbc48,_0x49f876,_0x392655,_0x172068,_0x60e59d,_0x12a488,_0x43e320,_0x1d309b,_0x2a493e,_0x4063fb,_0x1f7928,_0x5eddf1,_0x3f77d7,_0x3f16a5,_0x2b2e8d,_0x4c02da,_0x5b3457,_0x556b32,_0xc74382,_0x4b3254,_0x50695b,_0x394f4a,_0x21316a,_0x4e59f6,_0x30fb35,_0x219fbb,_0x48b7dd,_0x55b30f,_0x5904fb,_0x4abd05,_0x5b2126,_0x49cced,_0x1e3f7f,_0x14abab,_0x2bfe85,_0x20bf4a,_0x5bfdff,_0x368cff,_0x43e88b,_0x2d8f65,_0x172cf3,_0xb705f7,_0x51779f,_0x56b768,_0x589997,_0x5bae14,_0x24d8eb,_0x5849da,_0x20995f,_0x32c86e,_0x102b01,_0x694c5b,_0x515dd3,_0x360295,_0x1306de,_0x28122f,_0x131335,_0x429a8b,_0x5e55a4,_0xf33af5,_0x92adf3,_0x4bda88,_0x17fda3,_0x1ee65f,_0x1c64c0,_0x2661c1,_0x358e04,_0x270f51,_0x3b556e,_0x116af3,_0x392030,_0x260a04,_0x515d61,_0x4341b0,_0x46cbd6,_0x443e90,_0x8484be,_0x1058fe,_0x3df2db,_0x43f50d,_0x4d8bb0,_0x46ebd5,_0x134104,_0x30be28,_0x5895c6,_0xd207bb,_0x2f7e3c,_0x18682c,_0x261cbe,_0x32704e,_0x513c0d,_0x4352b5,_0x34ecfc,_0x63a1e,_0x16e2c4,_0x3b7021,_0x18fb6f,_0x28b08d,_0x1936b0,_0x38266a,_0x28eece,_0x95580d,_0x252664,_0x3b9ba3,_0x38e22a,_0x249988,_0x271878,_0x2d1f1d,_0xb9b06d,_0x2aa88b,_0x9a8429]['forEach'](_0x7b4d20=>{const _0x36246e=_0x1d6187;this['_transformService'][_0x36246e(0x359)](_0x7b4d20);});}},_0x431728[_0x7c7d43(0x273)]=_0x3280db([_0x56b8bf[_0x7c7d43(0x2f1)](_0x56b8bf['LifecycleStages']['Starting'],_0x431728[_0x7c7d43(0x273)]),_0x4bfb36(0x0,_0x24decf)],_0x431728[_0x7c7d43(0x273)]);function _0x178656(_0x3f75e3,_0x27c6ce,_0x5b8bc7){const _0x3bb69d=_0x7c7d43;if(_0x3f75e3['length']===0x0)return _0x27c6ce;_0x27c6ce=_0x56b8bf['Tools'][_0x3bb69d(0x3a1)](_0x27c6ce),_0x3f75e3=_0x56b8bf[_0x3bb69d(0x318)]['deepClone'](_0x3f75e3);const _0x1c40b4=[],_0x57219c=_0x27c6ce[_0x3bb69d(0x2c1)],_0x3ef102=_0x3f75e3[_0x3bb69d(0x2c1)];let _0x429ad6=0x0,_0x9715e1=0x0,_0x4c0eae=null;function _0xd5cf3c(){const _0x54c2f7=_0x3bb69d;return _0x4c0eae?(_0x1c40b4[_0x54c2f7(0x354)](_0x4c0eae),_0x4c0eae=null,!0x0):!0x1;}for(;_0x429ad6<_0x57219c&&_0x9715e1<_0x3ef102;){const {st:_0x5ac760,ed:_0x6d1cd7,ts:_0x2ae5d0}=_0x27c6ce[_0x429ad6],{st:_0x2bb9ea,ed:_0x22f99f,ts:_0x36753d,sId:_0x5c5c88}=_0x3f75e3[_0x9715e1];let _0x36f76d={};if(_0x5b8bc7===0x0)_0x36f76d={..._0x2ae5d0};else{if(_0x36f76d={..._0x2ae5d0},_0x36753d){const _0x1f8886=Object['keys'](_0x36753d);for(const _0x5d3de7 of _0x1f8886)_0x36f76d[_0x5d3de7]&&delete _0x36f76d[_0x5d3de7];}}if(_0x6d1cd7<_0x2bb9ea)_0xd5cf3c()||_0x1c40b4[_0x3bb69d(0x354)](_0x27c6ce[_0x429ad6]),_0x429ad6++;else{if(_0x22f99f<_0x5ac760)_0xd5cf3c()||_0x1c40b4[_0x3bb69d(0x354)](_0x3f75e3[_0x9715e1]),_0x9715e1++;else{const _0x32b336={'st':Math[_0x3bb69d(0x23a)](_0x5ac760,_0x2bb9ea),'ed':Math['max'](_0x5ac760,_0x2bb9ea),'ts':_0x5ac760<_0x2bb9ea?{..._0x2ae5d0}:{..._0x36753d},'sId':_0x5ac760<_0x2bb9ea?void 0x0:_0x5c5c88};_0x32b336['ed']>_0x32b336['st']&&_0x1c40b4['push'](),_0x1c40b4[_0x3bb69d(0x354)]({'st':Math[_0x3bb69d(0x325)](_0x5ac760,_0x2bb9ea),'ed':Math[_0x3bb69d(0x23a)](_0x6d1cd7,_0x22f99f),'ts':_0x36f76d,'sId':_0x5c5c88}),_0x6d1cd7<_0x22f99f?(_0x429ad6++,_0x3f75e3[_0x9715e1]['st']=_0x6d1cd7,_0x3f75e3[_0x9715e1]['st']===_0x3f75e3[_0x9715e1]['ed']&&_0x9715e1++):(_0x9715e1++,_0x27c6ce[_0x429ad6]['st']=_0x22f99f,_0x27c6ce[_0x429ad6]['st']===_0x27c6ce[_0x429ad6]['ed']&&_0x429ad6++);const _0x555a24={'st':Math[_0x3bb69d(0x23a)](_0x6d1cd7,_0x22f99f),'ed':Math['max'](_0x6d1cd7,_0x22f99f),'ts':_0x6d1cd7<_0x22f99f?{..._0x36753d}:{..._0x2ae5d0},'sId':_0x6d1cd7<_0x22f99f?_0x5c5c88:void 0x0};_0x4c0eae=_0x555a24['ed']>_0x555a24['st']?_0x555a24:null;}}}_0xd5cf3c();const _0x28b23c=_0x1c40b4[_0x1c40b4[_0x3bb69d(0x2c1)]-0x1],_0x4ed5aa=_0x27c6ce[_0x57219c-0x1],_0x365a8b=_0x3f75e3[_0x3ef102-0x1];return _0x28b23c['ed']!==Math[_0x3bb69d(0x325)](_0x4ed5aa['ed'],_0x365a8b['ed'])&&(_0x4ed5aa['ed']>_0x365a8b['ed']?_0x1c40b4[_0x3bb69d(0x354)](_0x4ed5aa):_0x1c40b4['push'](_0x365a8b)),_0x56b8bf[_0x3bb69d(0x386)](_0x1c40b4);}function _0x48a6fe(_0x3d3d78,_0x12e5e6,_0x32109e){const _0x20ce47=_0x7c7d43,_0x310f58={'startIndex':_0x12e5e6[_0x20ce47(0x319)]};if(_0x12e5e6[_0x20ce47(0x2d9)]){if(_0x3d3d78['paragraphStyle']==null)_0x310f58[_0x20ce47(0x2d9)]={..._0x12e5e6[_0x20ce47(0x2d9)]};else{if(_0x310f58[_0x20ce47(0x2d9)]={..._0x12e5e6[_0x20ce47(0x2d9)]},_0x32109e===0x1){const _0x2cf094=Object[_0x20ce47(0x392)](_0x3d3d78[_0x20ce47(0x2d9)]);for(const _0x46e6cb of _0x2cf094)_0x310f58[_0x20ce47(0x2d9)][_0x46e6cb]&&delete _0x310f58['paragraphStyle'][_0x46e6cb];}}}return _0x12e5e6[_0x20ce47(0x37a)]&&(_0x3d3d78[_0x20ce47(0x37a)]==null||_0x32109e===0x0)&&(_0x310f58['bullet']={..._0x12e5e6[_0x20ce47(0x37a)]}),_0x310f58;}function _0x463351(_0x556c35,_0x1ea99f,_0x335bf9=!0x1){const _0x3897a4=_0x7c7d43,{body:_0x226d43}=_0x556c35,{body:_0x29f1ab}=_0x1ea99f;if(_0x226d43==null||_0x226d43['dataStream']!==''||_0x29f1ab==null||_0x29f1ab[_0x3897a4(0x327)]!=='')throw new Error(_0x3897a4(0x395));const _0x38a065={'dataStream':''},{textRuns:_0x4e85ff=[],paragraphs:_0x315d3f=[]}=_0x226d43,{textRuns:_0x248ae0=[],paragraphs:_0x5a03c6=[]}=_0x29f1ab;let _0x5d5388=[];_0x335bf9?_0x5d5388=_0x178656(_0x4e85ff,_0x248ae0,0x1):_0x5d5388=_0x178656(_0x4e85ff,_0x248ae0,0x0),_0x5d5388['length']&&(_0x38a065['textRuns']=_0x5d5388);const _0x29b510=[];let _0x37960d=0x0,_0x7a133d=0x0;for(;_0x37960d<_0x315d3f[_0x3897a4(0x2c1)]&&_0x7a133d<_0x5a03c6['length'];){const _0x5429c5=_0x315d3f[_0x37960d],_0x535731=_0x5a03c6[_0x7a133d],{startIndex:_0x86442}=_0x5429c5,{startIndex:_0x3d9cfc}=_0x535731;if(_0x86442===_0x3d9cfc){let _0xaec8ee={'startIndex':_0x86442};_0x335bf9?_0xaec8ee=_0x48a6fe(_0x5429c5,_0x535731,0x1):_0xaec8ee=_0x48a6fe(_0x5429c5,_0x535731,0x0),_0x29b510['push'](_0xaec8ee),_0x37960d++,_0x7a133d++;}else _0x86442<_0x3d9cfc?_0x37960d++:(_0x29b510[_0x3897a4(0x354)](_0x56b8bf[_0x3897a4(0x318)][_0x3897a4(0x3a1)](_0x535731)),_0x7a133d++);}return _0x7a133d<_0x5a03c6['length']&&_0x29b510[_0x3897a4(0x354)](..._0x5a03c6[_0x3897a4(0x236)](_0x7a133d)),_0x29b510[_0x3897a4(0x2c1)]&&(_0x38a065[_0x3897a4(0x2e9)]=_0x29b510),_0x38a065;}const _0x40106a=class _0x3aeb67 extends _0x56b8bf[_0x7c7d43(0x2a9)]{static[_0x7c7d43(0x1ff)](_0x32d76d,_0x5e7e09,_0x353067=_0x7c7d43(0x214)){const _0x91fe6c=_0x7c7d43;var _0x40656f;const _0x14f34c=new _0x56b8bf[(_0x91fe6c(0x335))](_0x32d76d),_0x57e36d=new _0x56b8bf[(_0x91fe6c(0x335))](_0x5e7e09),_0x5abb8b=new _0x3aeb67();for(;_0x14f34c['hasNext']()||_0x57e36d['hasNext']();)if(_0x14f34c[_0x91fe6c(0x295)]()===_0x56b8bf['TextXActionType'][_0x91fe6c(0x282)]&&(_0x353067==='left'||_0x57e36d[_0x91fe6c(0x295)]()!==_0x56b8bf[_0x91fe6c(0x37c)][_0x91fe6c(0x282)])){const _0x30972f=_0x14f34c[_0x91fe6c(0x32c)]();_0x5abb8b['retain'](_0x30972f[_0x91fe6c(0x2f3)],(_0x40656f=_0x30972f[_0x91fe6c(0x213)])!=null?_0x40656f:'');}else{if(_0x57e36d[_0x91fe6c(0x295)]()===_0x56b8bf[_0x91fe6c(0x37c)][_0x91fe6c(0x282)])_0x5abb8b[_0x91fe6c(0x354)](_0x57e36d[_0x91fe6c(0x32c)]());else{const _0x16b57a=Math[_0x91fe6c(0x23a)](_0x14f34c[_0x91fe6c(0x256)](),_0x57e36d['peekLength']()),_0x327b6e=_0x14f34c['next'](_0x16b57a),_0x517160=_0x57e36d[_0x91fe6c(0x32c)](_0x16b57a);if(_0x327b6e['t']===_0x56b8bf[_0x91fe6c(0x37c)][_0x91fe6c(0x29d)])continue;if(_0x517160['t']===_0x56b8bf[_0x91fe6c(0x37c)][_0x91fe6c(0x29d)]){_0x5abb8b['push'](_0x517160);continue;}_0x327b6e[_0x91fe6c(0x1f8)]==null||_0x517160[_0x91fe6c(0x1f8)]==null?_0x5abb8b[_0x91fe6c(0x354)](_0x517160):_0x5abb8b[_0x91fe6c(0x354)]({..._0x517160,'body':_0x463351(_0x327b6e,_0x517160,_0x353067==='left')});}}return _0x5abb8b[_0x91fe6c(0x369)](),_0x5abb8b[_0x91fe6c(0x376)]();}static[_0x7c7d43(0x2dc)](_0x2c1438,_0x4f3a0c,_0x2ed9d4=!0x1){const _0x3f9e59=_0x7c7d43,_0x57c975=new _0x56b8bf[(_0x3f9e59(0x335))](_0x2c1438);let _0x5e03e7=0x0;for(;_0x57c975[_0x3f9e59(0x2e8)]()&&_0x5e03e7<=_0x4f3a0c;){const _0x5b269e=_0x57c975['peekLength'](),_0x303ff0=_0x57c975['peekType']();if(_0x57c975[_0x3f9e59(0x32c)](),_0x303ff0===_0x56b8bf['TextXActionType'][_0x3f9e59(0x29d)]){_0x4f3a0c-=Math['min'](_0x5b269e,_0x4f3a0c-_0x5e03e7);continue;}else _0x303ff0===_0x56b8bf[_0x3f9e59(0x37c)][_0x3f9e59(0x282)]&&(_0x5e03e7<_0x4f3a0c||!_0x2ed9d4)&&(_0x4f3a0c+=_0x5b269e);_0x5e03e7+=_0x5b269e;}return _0x4f3a0c;}};_0x40ea6f(_0x40106a,_0x7c7d43(0x2c9),_0x7c7d43(0x24e)),_0x40ea6f(_0x40106a,'id',_0x7c7d43(0x1ee));let _0x4ca3c4=_0x40106a;class _0x3b4382 extends _0x56b8bf[_0x7c7d43(0x229)]{static[_0x7c7d43(0x1ff)](_0x5bf72f,_0x5f143e,_0x57069c){const _0xcca9aa=_0x7c7d43;return _0x56b8bf['JSON1']['type'][_0xcca9aa(0x1ff)](_0x5bf72f,_0x5f143e,_0x57069c);}static['transformPosition'](_0x19aa42,_0x5dcaa9,_0x12119b='right'){const _0x4f078b=_0x7c7d43;return _0x19aa42&&_0x19aa42[_0x4f078b(0x2c1)]===0x2&&_0x19aa42[0x0]==='body'&&_0x19aa42[0x1]['et']===_0x4ca3c4['name']?_0x4ca3c4[_0x4f078b(0x2dc)](_0x19aa42[0x1]['e'],_0x5dcaa9,_0x12119b===_0x4f078b(0x220)):_0x5dcaa9;}}_0x56b8bf[_0x7c7d43(0x229)][_0x7c7d43(0x264)](_0x4ca3c4);function _0xdb4702(_0x1fa794,_0x563cf6,_0x19e503=_0x7c7d43(0x214)){const _0x32c888=_0x7c7d43,_0x176155=[];for(const _0x2a3a66 of _0x563cf6){const _0x123ce6=_0x3b4382[_0x32c888(0x2dc)](_0x1fa794,_0x2a3a66[_0x32c888(0x22d)],_0x19e503),_0x17cb7f=_0x3b4382['transformPosition'](_0x1fa794,_0x2a3a66['endOffset'],_0x19e503),_0x3f612c={..._0x2a3a66,'startOffset':_0x123ce6,'endOffset':_0x17cb7f,'collapsed':_0x123ce6===_0x17cb7f};_0x176155[_0x32c888(0x354)](_0x3f612c);}return _0x176155;}const _0x30e8d9=[{'m1':_0x4240d5[_0x7c7d43(0x344)]['id'],'m2':_0x4240d5[_0x7c7d43(0x344)]['id'],'handler'(_0x20c5fc,_0x3685b8){const _0x1e336a=_0x7c7d43;if(_0x20c5fc['params']['unitId']!==_0x3685b8[_0x1e336a(0x1f0)]['unitId'])return{'error':new Error(_0x1e336a(0x276))};const _0x83e467=_0x56b8bf[_0x1e336a(0x318)][_0x1e336a(0x3a1)](_0x20c5fc),_0x4207f9=_0x56b8bf[_0x1e336a(0x318)][_0x1e336a(0x3a1)](_0x3685b8);return{'m1Prime':{..._0x83e467,'params':{..._0x83e467[_0x1e336a(0x1f0)],'actions':_0x3b4382[_0x1e336a(0x1ff)](_0x4207f9[_0x1e336a(0x1f0)][_0x1e336a(0x1e1)],_0x83e467['params']['actions'],_0x1e336a(0x214)),'textRanges':_0x83e467[_0x1e336a(0x1f0)][_0x1e336a(0x2d4)]?_0xdb4702(_0x4207f9[_0x1e336a(0x1f0)]['actions'],_0x83e467[_0x1e336a(0x1f0)][_0x1e336a(0x2d4)],_0x1e336a(0x214)):null}},'m2Prime':{..._0x4207f9,'params':{..._0x4207f9[_0x1e336a(0x1f0)],'actions':_0x3b4382[_0x1e336a(0x1ff)](_0x83e467[_0x1e336a(0x1f0)][_0x1e336a(0x1e1)],_0x4207f9[_0x1e336a(0x1f0)][_0x1e336a(0x1e1)],'left'),'textRanges':_0x4207f9[_0x1e336a(0x1f0)][_0x1e336a(0x2d4)]?_0xdb4702(_0x83e467[_0x1e336a(0x1f0)][_0x1e336a(0x1e1)],_0x4207f9[_0x1e336a(0x1f0)][_0x1e336a(0x2d4)],_0x1e336a(0x214)):null}}};}}];var _0x5d9b2e=Object[_0x7c7d43(0x312)],_0x27c4e7=Object[_0x7c7d43(0x275)],_0x319a00=(_0x364017,_0x5c93e7,_0x40d6a2,_0x43e2be)=>{for(var _0x1f7264=_0x43e2be>0x1?void 0x0:_0x43e2be?_0x27c4e7(_0x5c93e7,_0x40d6a2):_0x5c93e7,_0x40d8aa=_0x364017['length']-0x1,_0x277cc7;_0x40d8aa>=0x0;_0x40d8aa--)(_0x277cc7=_0x364017[_0x40d8aa])&&(_0x1f7264=(_0x43e2be?_0x277cc7(_0x5c93e7,_0x40d6a2,_0x1f7264):_0x277cc7(_0x1f7264))||_0x1f7264);return _0x43e2be&&_0x1f7264&&_0x5d9b2e(_0x5c93e7,_0x40d6a2,_0x1f7264),_0x1f7264;},_0x91df6=(_0x311012,_0x4146c0)=>(_0x513d25,_0x4af118)=>_0x4146c0(_0x513d25,_0x4af118,_0x311012);_0x431728['DocTransformController']=class extends _0x56b8bf[_0x7c7d43(0x2b3)]{constructor(_0x84cef9){const _0x4378d4=_0x7c7d43;super(),this[_0x4378d4(0x2f9)]=_0x84cef9,[..._0x30e8d9][_0x4378d4(0x297)](_0x4ac71=>{const _0x5ed2c4=_0x4378d4;this[_0x5ed2c4(0x2f9)]['registerTransformAlgorithm'](_0x4ac71);});}},_0x431728[_0x7c7d43(0x34f)]=_0x319a00([_0x56b8bf[_0x7c7d43(0x2f1)](_0x56b8bf['LifecycleStages'][_0x7c7d43(0x266)],_0x431728[_0x7c7d43(0x34f)]),_0x91df6(0x0,_0x24decf)],_0x431728['DocTransformController']);function _0x171ba2(_0x334e57){const _0x2ed6dc=_0x7c7d43;return{..._0x334e57,'mutations':_0x334e57[_0x2ed6dc(0x393)][_0x2ed6dc(0x2e6)](_0x439e2b)};}function _0x19c3ec(_0x3ece73){const _0x17b246=_0x7c7d43;return _0x3ece73['map'](_0x3556a0=>({'id':_0x3556a0['id'],'params':JSON[_0x17b246(0x26f)](_0x3556a0[_0x17b246(0x260)])}));}function _0xaf4df6(_0x41e667){const _0x435230=_0x7c7d43;return{..._0x41e667,'mutations':_0x41e667[_0x435230(0x393)][_0x435230(0x2e6)](_0xeb921a)};}function _0x439e2b(_0x1d9497){const _0x3e02d3=_0x7c7d43;return{'id':_0x1d9497['id'],'params':JSON[_0x3e02d3(0x26f)](_0x1d9497['data'])};}function _0xeb921a(_0x58b0f3){const _0x50527c=_0x7c7d43;return{'id':_0x58b0f3['id'],'data':JSON[_0x50527c(0x389)](_0x58b0f3[_0x50527c(0x1f0)])};}var _0x384e2b=(_0x663e0a=>(_0x663e0a[_0x7c7d43(0x329)]=_0x7c7d43(0x292),_0x663e0a[_0x7c7d43(0x1f3)]='pseudo_fetch_missing_result',_0x663e0a[_0x7c7d43(0x307)]=_0x7c7d43(0x330),_0x663e0a['CHANGESET_ACK']='changeset_ack',_0x663e0a['CHANGESET_REJ']=_0x7c7d43(0x34d),_0x663e0a[_0x7c7d43(0x29b)]='new_changesets',_0x663e0a[_0x7c7d43(0x2fb)]=_0x7c7d43(0x215),_0x663e0a['USERS_ENTER']=_0x7c7d43(0x2d7),_0x663e0a['USERS_LEAVE']=_0x7c7d43(0x241),_0x663e0a[_0x7c7d43(0x239)]=_0x7c7d43(0x2e0),_0x663e0a[_0x7c7d43(0x36e)]='liveshare.request_host',_0x663e0a[_0x7c7d43(0x36f)]='liveshare.new_host',_0x663e0a[_0x7c7d43(0x24d)]='liveshare.operation',_0x663e0a[_0x7c7d43(0x226)]=_0x7c7d43(0x2e3),_0x663e0a[_0x7c7d43(0x263)]=_0x7c7d43(0x3a6),_0x663e0a[_0x7c7d43(0x3af)]=_0x7c7d43(0x21e),_0x663e0a[_0x7c7d43(0x332)]='permission_rej',_0x663e0a))(_0x384e2b||{});const _0x226ad5=_0x4c87ca=>{const _0x19d2f3=_0x7c7d43,_0x5368e9={};if(!_0x4c87ca)return{'cellValue':_0x4c87ca,'styleRefMap':void 0x0};const _0x295ace=[];return{'cellValue':new _0x56b8bf[(_0x19d2f3(0x2bc))](_0x56b8bf[_0x19d2f3(0x318)]['deepClone'](_0x4c87ca))[_0x19d2f3(0x253)]((_0xa6b3c3,_0x3adb50,_0x12a3bf)=>{const _0x1f30b8=_0x19d2f3,_0x37f1d1=_0x12a3bf&&_0x12a3bf['s'];if(_0x37f1d1&&typeof _0x37f1d1==='object'){const _0x1bb633=JSON[_0x1f30b8(0x389)](_0x37f1d1),_0x4887a4=_0x295ace[_0x1f30b8(0x280)](_0x10d951=>_0x10d951===_0x1bb633);if(_0x4887a4>-0x1)_0x12a3bf['s']=''+_0x4887a4;else{const _0x27d245=_0x295ace['push'](_0x1bb633)-0x1;_0x5368e9[_0x27d245]=_0x37f1d1,_0x12a3bf['s']=''+_0x27d245;}}})['getMatrix'](),'styleRefMap':_0x5368e9};},_0x36f512=(_0x23fefa,_0x13cb1f)=>!_0x23fefa||!_0x13cb1f?_0x23fefa:new _0x56b8bf['ObjectMatrix'](_0x56b8bf[_0x7c7d43(0x318)][_0x7c7d43(0x3a1)](_0x23fefa))[_0x7c7d43(0x253)]((_0x441c44,_0x23a8f0,_0x1ff402)=>{const _0xcbf347=_0x1ff402&&_0x1ff402['s'];if(_0xcbf347&&typeof _0xcbf347==='string'){const _0x4dc845=_0x13cb1f[_0xcbf347];_0x4dc845&&(_0x1ff402['s']=_0x4dc845);}})['getMatrix'](),_0x236627=_0x56b8bf[_0x7c7d43(0x2ae)](_0x7c7d43(0x2ee)),_0x4ceb02=_0x56b8bf[_0x7c7d43(0x2ae)](_0x7c7d43(0x23d));class _0x4ea2de{constructor(){const _0x2b077e=_0x7c7d43;_0x40ea6f(this,'interceptor',new _0x56b8bf[(_0x2b077e(0x2c0))]({'COMPRESS_MUTATION_APPLY':_0x236627,'COMPRESS_MUTATION_SEND':_0x4ceb02})),this['_init']();}['_init'](){const _0x2f87a3=_0x7c7d43;this[_0x2f87a3(0x2e2)]['intercept'](this['interceptor']['getInterceptPoints']()[_0x2f87a3(0x2ee)],{'priority':-0x1,'handler':_0x145e6a=>_0x145e6a}),this['interceptor'][_0x2f87a3(0x2b7)](this['interceptor'][_0x2f87a3(0x26e)]()[_0x2f87a3(0x23d)],{'priority':-0x1,'handler':_0x4c64aa=>_0x4c64aa}),this[_0x2f87a3(0x387)]();}[_0x7c7d43(0x387)](){const _0x42980e=_0x7c7d43;this[_0x42980e(0x2e2)][_0x42980e(0x2b7)](this[_0x42980e(0x2e2)][_0x42980e(0x26e)]()[_0x42980e(0x2ee)],{'handler':(_0x357cf2,_0x526d07,_0x421d29)=>{if(!_0x357cf2)return _0x421d29(_0x357cf2);const _0x539296=_0x357cf2['map'](_0x3da898=>{const _0x165af6=_0x46da;if(_0x3da898['id']===_0x3dd48a[_0x165af6(0x2d6)]['id']){const _0x3c33f0=_0x3da898[_0x165af6(0x1f0)];if(!_0x3c33f0['styleRefMap'])return _0x3da898;const _0x1606d3=_0x36f512(_0x3c33f0[_0x165af6(0x30c)],_0x3c33f0[_0x165af6(0x1e4)]);return{..._0x3da898,'params':{..._0x3c33f0,'cellValue':_0x1606d3}};}return _0x3da898;});return _0x421d29(_0x539296);}}),this[_0x42980e(0x2e2)]['intercept'](this[_0x42980e(0x2e2)][_0x42980e(0x26e)]()['COMPRESS_MUTATION_SEND'],{'handler':(_0x408ce8,_0x1a9447,_0x1a6dc8)=>{const _0x3cc0fc=_0x42980e;if(!_0x408ce8)return _0x1a6dc8(_0x408ce8);const _0x43b5e7=_0x408ce8[_0x3cc0fc(0x2e6)](_0x2d5f26=>{const _0x33f92a=_0x3cc0fc;if(_0x2d5f26['id']===_0x3dd48a[_0x33f92a(0x2d6)]['id']){const _0x467a37=_0x2d5f26[_0x33f92a(0x1f0)];return _0x467a37[_0x33f92a(0x1e4)]?_0x2d5f26:{..._0x2d5f26,'params':{..._0x467a37,..._0x226ad5(_0x467a37[_0x33f92a(0x30c)])}};}return _0x2d5f26;});return _0x1a6dc8(_0x43b5e7);}});}}var _0x14f139=Object[_0x7c7d43(0x312)],_0xa60667=Object[_0x7c7d43(0x275)],_0x25c3a8=(_0x37e1ae,_0x5c7a4e,_0xb57522,_0x3d376d)=>{const _0xb243ce=_0x7c7d43;for(var _0x52e8ed=_0x3d376d>0x1?void 0x0:_0x3d376d?_0xa60667(_0x5c7a4e,_0xb57522):_0x5c7a4e,_0x20e543=_0x37e1ae[_0xb243ce(0x2c1)]-0x1,_0x150b9a;_0x20e543>=0x0;_0x20e543--)(_0x150b9a=_0x37e1ae[_0x20e543])&&(_0x52e8ed=(_0x3d376d?_0x150b9a(_0x5c7a4e,_0xb57522,_0x52e8ed):_0x150b9a(_0x52e8ed))||_0x52e8ed);return _0x3d376d&&_0x52e8ed&&_0x14f139(_0x5c7a4e,_0xb57522,_0x52e8ed),_0x52e8ed;},_0x17527b=(_0x1f166a,_0x29a52a)=>(_0x35efd6,_0x4561bf)=>_0x29a52a(_0x35efd6,_0x4561bf,_0x1f166a);const _0x4d6a4a=new Set([_0x3dd48a[_0x7c7d43(0x2f7)]['id'],_0x3dd48a['RemoveSheetMutation']['id']]);_0x431728['RevisionService']=class{constructor(_0x5ca658){this['_univerInstanceService']=_0x5ca658;}[_0x7c7d43(0x2c5)](_0x51f115){const _0x479f6d=_0x7c7d43,_0x2cc328=this[_0x479f6d(0x32a)][_0x479f6d(0x210)](_0x51f115);if(_0x2cc328)return _0x2cc328[_0x479f6d(0x250)]();const _0x2f0b8a=this[_0x479f6d(0x32a)][_0x479f6d(0x2b6)](_0x51f115);if(_0x2f0b8a)return _0x2f0b8a[_0x479f6d(0x250)]();throw new Error(_0x479f6d(0x25c)+_0x51f115+'.');}['incrementRevForDocument'](_0x51730a){const _0x1924e7=_0x7c7d43,_0x16e73d=this[_0x1924e7(0x32a)][_0x1924e7(0x210)](_0x51730a);if(_0x16e73d)return _0x16e73d['incrementRev'](),_0x16e73d['getRev']();const _0x42f480=this[_0x1924e7(0x32a)]['getUniverDocInstance'](_0x51730a);if(_0x42f480)return _0x42f480[_0x1924e7(0x32f)](),_0x42f480['getRev']();throw new Error('[RevisionService]:\x20Cannot\x20find\x20document\x20with\x20unitID:\x20'+_0x51730a+'.');}},_0x431728[_0x7c7d43(0x380)]=_0x25c3a8([_0x17527b(0x0,_0x56b8bf['IUniverInstanceService'])],_0x431728[_0x7c7d43(0x380)]);var _0x5772c5=(_0x7a10fa=>(_0x7a10fa[_0x7a10fa[_0x7c7d43(0x3b5)]=0x0]=_0x7c7d43(0x3b5),_0x7a10fa[_0x7a10fa['OK']=0x1]='OK',_0x7a10fa[_0x7a10fa[_0x7c7d43(0x34b)]=0x2]=_0x7c7d43(0x34b),_0x7a10fa[_0x7a10fa['PERMISSION_DENIED']=0x3]='PERMISSION_DENIED',_0x7a10fa[_0x7a10fa[_0x7c7d43(0x367)]=0x4]=_0x7c7d43(0x367),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x2a4)]=0x5]=_0x7c7d43(0x2a4),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x29c)]=0x6]=_0x7c7d43(0x29c),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x1f6)]=0x7]=_0x7c7d43(0x1f6),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x25e)]=0x8]=_0x7c7d43(0x25e),_0x7a10fa[_0x7a10fa['COMPLETION_FINISHED']=0x9]=_0x7c7d43(0x274),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x1e3)]=0x1389]=_0x7c7d43(0x1e3),_0x7a10fa[_0x7a10fa['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x7c7d43(0x238),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x2f6)]=0x1772]='SNAPSHOT_HAS_BEEN_REMOVED',_0x7a10fa[_0x7a10fa[_0x7c7d43(0x3a2)]=0x1b59]=_0x7c7d43(0x3a2),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x22b)]=0x1b5a]='APPLY_NON_SEQUENTIAL_REVISION',_0x7a10fa[_0x7a10fa[_0x7c7d43(0x29f)]=0x1b5b]='APPLY_REVISION_CONFILICT',_0x7a10fa[_0x7a10fa[_0x7c7d43(0x3a8)]=0x1b5c]=_0x7c7d43(0x3a8),_0x7a10fa[_0x7a10fa['CONNECTOR_DATA_TOO_LARGE']=0x1f41]='CONNECTOR_DATA_TOO_LARGE',_0x7a10fa[_0x7a10fa[_0x7c7d43(0x340)]=0x2329]=_0x7c7d43(0x340),_0x7a10fa[_0x7a10fa['LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED']=0x232a]=_0x7c7d43(0x20b),_0x7a10fa[_0x7a10fa['LICENSE_IMPORT_SIZE_EXCEEDED']=0x232b]=_0x7c7d43(0x35f),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x1f5)]=0x232c]=_0x7c7d43(0x1f5),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x30f)]=0x232d]='LICENSE_DISTRO_REJECTED',_0x7a10fa[_0x7a10fa[_0x7c7d43(0x2bf)]=0x2711]=_0x7c7d43(0x2bf),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x2c8)]=0x2712]=_0x7c7d43(0x2c8),_0x7a10fa[_0x7a10fa[_0x7c7d43(0x234)]=-0x1]='UNRECOGNIZED',_0x7a10fa))(_0x5772c5||{});function _0x33d768(_0x235533){const _0x372758=_0x7c7d43;return!!(_0x235533&&_0x235533[_0x372758(0x2e1)]&&_0x235533['code']!==_0x5772c5['OK']&&_0x235533['code']!=='OK');}for(var _0x186e7f=(_0x92c529=>(_0x92c529[_0x92c529['UNIVER_UNKNOWN']=0x0]='UNIVER_UNKNOWN',_0x92c529[_0x92c529['UNIVER_DOC']=0x1]=_0x7c7d43(0x218),_0x92c529[_0x92c529[_0x7c7d43(0x394)]=0x2]=_0x7c7d43(0x394),_0x92c529[_0x92c529[_0x7c7d43(0x20d)]=0x3]='UNIVER_SLIDE',_0x92c529[_0x92c529['UNRECOGNIZED']=-0x1]=_0x7c7d43(0x234),_0x92c529))(_0x186e7f||{}),_0x9154bd=[],_0x3be638=0x0;_0x3be638<0x100;++_0x3be638)_0x9154bd['push']((_0x3be638+0x100)[_0x7c7d43(0x321)](0x10)[_0x7c7d43(0x236)](0x1));function _0x1dbe27(_0x2a69c2,_0x313ed7=0x0){return(_0x9154bd[_0x2a69c2[_0x313ed7+0x0]]+_0x9154bd[_0x2a69c2[_0x313ed7+0x1]]+_0x9154bd[_0x2a69c2[_0x313ed7+0x2]]+_0x9154bd[_0x2a69c2[_0x313ed7+0x3]]+'-'+_0x9154bd[_0x2a69c2[_0x313ed7+0x4]]+_0x9154bd[_0x2a69c2[_0x313ed7+0x5]]+'-'+_0x9154bd[_0x2a69c2[_0x313ed7+0x6]]+_0x9154bd[_0x2a69c2[_0x313ed7+0x7]]+'-'+_0x9154bd[_0x2a69c2[_0x313ed7+0x8]]+_0x9154bd[_0x2a69c2[_0x313ed7+0x9]]+'-'+_0x9154bd[_0x2a69c2[_0x313ed7+0xa]]+_0x9154bd[_0x2a69c2[_0x313ed7+0xb]]+_0x9154bd[_0x2a69c2[_0x313ed7+0xc]]+_0x9154bd[_0x2a69c2[_0x313ed7+0xd]]+_0x9154bd[_0x2a69c2[_0x313ed7+0xe]]+_0x9154bd[_0x2a69c2[_0x313ed7+0xf]])['toLowerCase']();}var _0x5c53a6,_0x2da41b=new Uint8Array(0x10);function _0xb21e11(){const _0x4bd420=_0x7c7d43;if(!_0x5c53a6&&(_0x5c53a6=typeof crypto<'u'&&crypto['getRandomValues']&&crypto[_0x4bd420(0x245)][_0x4bd420(0x31a)](crypto),!_0x5c53a6))throw new Error(_0x4bd420(0x2cf));return _0x5c53a6(_0x2da41b);}var _0x225198=typeof crypto<'u'&&crypto[_0x7c7d43(0x23e)]&&crypto[_0x7c7d43(0x23e)][_0x7c7d43(0x31a)](crypto);const _0x181acc={'randomUUID':_0x225198};function _0x44a7fa(_0xd64600,_0x332a44,_0x261306){const _0x4d816e=_0x7c7d43;if(_0x181acc[_0x4d816e(0x23e)]&&!_0x332a44&&!_0xd64600)return _0x181acc[_0x4d816e(0x23e)]();_0xd64600=_0xd64600||{};var _0x2fe50c=_0xd64600[_0x4d816e(0x300)]||(_0xd64600[_0x4d816e(0x22a)]||_0xb21e11)();return _0x2fe50c[0x6]=_0x2fe50c[0x6]&0xf|0x40,_0x2fe50c[0x8]=_0x2fe50c[0x8]&0x3f|0x80,_0x1dbe27(_0x2fe50c);}var _0x541ce7=Object[_0x7c7d43(0x312)],_0x2ab184=Object['getOwnPropertyDescriptor'],_0x4deda7=(_0x7e456c,_0xb30464,_0x83d99c,_0xf5c693)=>{const _0x7bc84a=_0x7c7d43;for(var _0x514fae=_0xf5c693>0x1?void 0x0:_0xf5c693?_0x2ab184(_0xb30464,_0x83d99c):_0xb30464,_0x142a1d=_0x7e456c[_0x7bc84a(0x2c1)]-0x1,_0x2eebd4;_0x142a1d>=0x0;_0x142a1d--)(_0x2eebd4=_0x7e456c[_0x142a1d])&&(_0x514fae=(_0xf5c693?_0x2eebd4(_0xb30464,_0x83d99c,_0x514fae):_0x2eebd4(_0x514fae))||_0x514fae);return _0xf5c693&&_0x514fae&&_0x541ce7(_0xb30464,_0x83d99c,_0x514fae),_0x514fae;},_0x4406fc=(_0x392012,_0x434c22)=>(_0x5e8106,_0x43ec4f)=>_0x434c22(_0x5e8106,_0x43ec4f,_0x392012);_0x431728['SnapshotService']=class{constructor(_0x21e754,_0x432cca,_0x21e7d2,_0x4283b8,_0x385e3b,_0x3a588f,_0x3fff89){const _0x54d1d3=_0x7c7d43;this[_0x54d1d3(0x27b)]=_0x21e754,this[_0x54d1d3(0x32a)]=_0x432cca,this['_snapshotServerService']=_0x21e7d2,this[_0x54d1d3(0x2cd)]=_0x4283b8,this[_0x54d1d3(0x28f)]=_0x385e3b,this[_0x54d1d3(0x224)]=_0x3a588f,this[_0x54d1d3(0x20e)]=_0x3fff89;}async['loadSheet'](_0x13e493,_0x73eeed,_0x50248a){const _0x2eca39=_0x7c7d43;var _0x5c9f86;_0x50248a===void 0x0&&(_0x50248a={'metadata':{'x-feature-id':_0x44a7fa()}});const {snapshot:_0xa652fb,changesets:_0x2da7c9,error:_0x4d0089}=await this[_0x2eca39(0x299)][_0x2eca39(0x315)](_0x50248a,{'unitID':_0x13e493,'type':_0x186e7f['UNIVER_SHEET'],'revision':_0x73eeed});if(_0x33d768(_0x4d0089)||!_0xa652fb||!_0xa652fb[_0x2eca39(0x333)])throw new Error('[SnapshotService]:\x20request\x20snapshot\x20error!');const _0x209033=(_0x5c9f86=_0x2da7c9==null?void 0x0:_0x2da7c9['length'])!=null?_0x5c9f86:0x0;if(_0x73eeed!==0x0&&_0xa652fb['rev']+_0x209033!==_0x73eeed)throw new Error(_0x2eca39(0x301));const {workbook:_0xee9a00}=_0xa652fb,_0x435463=_0xee9a00[_0x2eca39(0x3a7)]?Object['entries'](_0xee9a00['blockMeta'])[_0x2eca39(0x2e6)](([_0x146cca,_0x3670c3])=>{const _0x395f23=_0x2eca39;var _0x51ce5a,_0x22f646;return(_0x22f646=(_0x51ce5a=_0x3670c3[_0x395f23(0x38b)])==null?void 0x0:_0x51ce5a[_0x395f23(0x2e6)](_0x36f68d=>_0x36f68d))!=null?_0x22f646:[];})[_0x2eca39(0x382)]():[],_0x518f5f=(await Promise[_0x2eca39(0x345)](_0x435463[_0x2eca39(0x2e6)](_0x1b502e=>this['_snapshotServerService'][_0x2eca39(0x259)](_0x50248a,{'unitID':_0x13e493,'type':_0x186e7f['UNIVER_SHEET'],'blockID':_0x1b502e})[_0x2eca39(0x208)](_0x3e543b=>_0x3e543b['block']))))[_0x2eca39(0x2fd)](_0x1f47d9=>!!_0x1f47d9),_0xc9ebf7=_0x56b8bf[_0x2eca39(0x2af)](_0xa652fb,_0x518f5f,_0x50248a),_0x282216=this[_0x2eca39(0x32a)]['createUnit'](_0x56b8bf[_0x2eca39(0x269)][_0x2eca39(0x394)],_0xc9ebf7),_0x4979e2=this[_0x2eca39(0x224)][_0x2eca39(0x2e2)]['fetchThroughInterceptors'](this[_0x2eca39(0x224)]['interceptor'][_0x2eca39(0x26e)]()[_0x2eca39(0x2ee)]);return _0x2da7c9==null||_0x2da7c9[_0x2eca39(0x297)](_0x2cacc1=>{const _0x1df43e=_0x2eca39,_0x851cc8=_0x2cacc1[_0x1df43e(0x393)]['map'](_0x1dbfb2=>({'id':_0x1dbfb2['id'],'params':JSON['parse'](_0x1dbfb2[_0x1df43e(0x260)])}));({..._0x2cacc1,'mutations':_0x4979e2(_0x851cc8,null)||_0x851cc8}[_0x1df43e(0x393)][_0x1df43e(0x297)](_0x47601a=>this[_0x1df43e(0x2cd)][_0x1df43e(0x283)](_0x47601a['id'],_0x47601a[_0x1df43e(0x1f0)])),this[_0x1df43e(0x27b)][_0x1df43e(0x3ab)](_0x13e493));}),_0x282216;}async[_0x7c7d43(0x37b)](_0x191532,_0x636e02,_0xc2b4d6){const _0x5d64c9=_0x7c7d43;var _0x3b0148;_0xc2b4d6===void 0x0&&(_0xc2b4d6={'metadata':{'x-feature-id':_0x44a7fa()}});const {snapshot:_0x180d71,changesets:_0x57750d,error:_0x568f2b}=await this['_snapshotServerService'][_0x5d64c9(0x315)](_0xc2b4d6,{'unitID':_0x191532,'type':_0x186e7f['UNIVER_DOC'],'revision':_0x636e02});if(_0x33d768(_0x568f2b)||!_0x180d71||!_0x180d71[_0x5d64c9(0x303)])throw new Error('[SnapshotService]:\x20request\x20snapshot\x20error!');const _0x3199ed=(_0x3b0148=_0x57750d==null?void 0x0:_0x57750d[_0x5d64c9(0x2c1)])!=null?_0x3b0148:0x0;if(_0x636e02!==0x0&&_0x180d71[_0x5d64c9(0x272)]+_0x3199ed!==_0x636e02)throw new Error(_0x5d64c9(0x301));const _0x5435cc=_0x56b8bf[_0x5d64c9(0x271)](_0x180d71),_0x2f39be=this[_0x5d64c9(0x32a)][_0x5d64c9(0x2d3)](_0x56b8bf[_0x5d64c9(0x269)][_0x5d64c9(0x218)],_0x5435cc);return _0x57750d==null||_0x57750d['forEach'](_0x1a9a42=>{const _0x1da2ec=_0x5d64c9;_0x1a9a42[_0x1da2ec(0x393)]['map'](_0x199c46=>({'id':_0x199c46['id'],'params':JSON['parse'](_0x199c46[_0x1da2ec(0x260)])}))[_0x1da2ec(0x297)](_0xa92521=>this['_commandService'][_0x1da2ec(0x283)](_0xa92521['id'],_0xa92521[_0x1da2ec(0x1f0)])),this[_0x1da2ec(0x27b)][_0x1da2ec(0x3ab)](_0x191532);}),_0x2f39be;}['save'](_0x2bcdca,_0x2e8d0f){const _0x78f465=_0x7c7d43,_0x53eb1e={..._0x2e8d0f['getSnapshot']()};_0x2e8d0f[_0x78f465(0x324)]()[_0x78f465(0x297)](_0x13cd3a=>{const _0x26e7bb=_0x78f465;_0x53eb1e['sheets'][_0x13cd3a['getSheetId']()]=_0x56b8bf[_0x26e7bb(0x318)][_0x26e7bb(0x3a1)](_0x13cd3a[_0x26e7bb(0x2c4)]());});const _0x489427=this[_0x78f465(0x20e)]['getResources'](_0x2e8d0f[_0x78f465(0x366)]());return _0x53eb1e[_0x78f465(0x2f4)]=_0x489427,_0x53eb1e;}[_0x7c7d43(0x22c)](_0x1d79e8,_0x2a8c58){const _0x13f90e=_0x7c7d43;return{..._0x2a8c58[_0x13f90e(0x2c4)]()};}},_0x431728[_0x7c7d43(0x251)]=_0x4deda7([_0x4406fc(0x0,_0x5e988c[_0x7c7d43(0x21d)](_0x431728[_0x7c7d43(0x380)])),_0x4406fc(0x1,_0x56b8bf[_0x7c7d43(0x242)]),_0x4406fc(0x2,_0x56b8bf[_0x7c7d43(0x2eb)]),_0x4406fc(0x3,_0x56b8bf[_0x7c7d43(0x334)]),_0x4406fc(0x4,_0x5e988c[_0x7c7d43(0x21d)](_0x5e988c[_0x7c7d43(0x249)])),_0x4406fc(0x5,_0x5e988c[_0x7c7d43(0x21d)](_0x4ea2de)),_0x4406fc(0x6,_0x5e988c['Inject'](_0x56b8bf[_0x7c7d43(0x257)]))],_0x431728[_0x7c7d43(0x251)]);var _0x35fdbc=Object[_0x7c7d43(0x312)],_0x463f97=Object[_0x7c7d43(0x275)],_0x19004e=(_0x44b867,_0x3778ce,_0x1540a3,_0x40e418)=>{const _0x1791e6=_0x7c7d43;for(var _0x2f2779=_0x40e418>0x1?void 0x0:_0x40e418?_0x463f97(_0x3778ce,_0x1540a3):_0x3778ce,_0x5e6c29=_0x44b867[_0x1791e6(0x2c1)]-0x1,_0x35b25b;_0x5e6c29>=0x0;_0x5e6c29--)(_0x35b25b=_0x44b867[_0x5e6c29])&&(_0x2f2779=(_0x40e418?_0x35b25b(_0x3778ce,_0x1540a3,_0x2f2779):_0x35b25b(_0x2f2779))||_0x2f2779);return _0x40e418&&_0x2f2779&&_0x35fdbc(_0x3778ce,_0x1540a3,_0x2f2779),_0x2f2779;},_0x25dab6=(_0x36c1a1,_0x3546f2)=>(_0x3fd9ea,_0x401126)=>_0x3546f2(_0x3fd9ea,_0x401126,_0x36c1a1);const _0x2a599e='UNIVER_COLLABORATION_PLUGIN';_0x431728[_0x7c7d43(0x2fa)]=(_0x43dae5=class extends _0x56b8bf[_0x7c7d43(0x1f9)]{constructor(_0x24a0c2={},_0x3fe5d9){const _0x2be325=_0x7c7d43;super(),this['_config']=_0x24a0c2,this[_0x2be325(0x28f)]=_0x3fe5d9;}[_0x7c7d43(0x227)](_0x4a004e){const _0x1ce28b=_0x7c7d43;[[_0x431728[_0x1ce28b(0x380)]],[_0x431728['SheetTransformController']],[_0x431728[_0x1ce28b(0x34f)]],[_0x431728['SnapshotService']],[_0x24decf,{'useClass':_0x2ac052}],[_0x4ea2de]][_0x1ce28b(0x297)](_0x542554=>_0x4a004e[_0x1ce28b(0x374)](_0x542554));}},_0x40ea6f(_0x43dae5,_0x7c7d43(0x28a),_0x2a599e),_0x43dae5),_0x431728[_0x7c7d43(0x2fa)]=_0x19004e([_0x25dab6(0x1,_0x5e988c[_0x7c7d43(0x21d)](_0x5e988c[_0x7c7d43(0x249)]))],_0x431728[_0x7c7d43(0x2fa)]);const _0x4c5203={[_0x56b8bf[_0x7c7d43(0x269)][_0x7c7d43(0x218)]]:_0x186e7f[_0x7c7d43(0x218)],[_0x56b8bf[_0x7c7d43(0x269)][_0x7c7d43(0x394)]]:_0x186e7f['UNIVER_SHEET'],[_0x56b8bf[_0x7c7d43(0x269)]['UNIVER_SLIDE']]:_0x186e7f[_0x7c7d43(0x20d)],[_0x56b8bf[_0x7c7d43(0x269)]['UNIVER_UNKNOWN']]:_0x186e7f['UNIVER_UNKNOWN']};function _0x388ee2(_0x54993e){var _0x2395b5;return(_0x2395b5=_0x4c5203[_0x54993e])!=null?_0x2395b5:_0x186e7f['UNIVER_UNKNOWN'];}_0x431728[_0x7c7d43(0x314)]=_0x384e2b,_0x431728[_0x7c7d43(0x203)]=_0x4ea2de,_0x431728['ITransformService']=_0x24decf,_0x431728[_0x7c7d43(0x219)]=_0x4d6a4a,_0x431728[_0x7c7d43(0x27a)]=_0x2ac052,_0x431728[_0x7c7d43(0x204)]=_0x387c46,_0x431728['isTransformChangesetsSuccess']=_0x1b8f66,_0x431728['isTransformMutationFailure']=_0x239d75,_0x431728[_0x7c7d43(0x326)]=_0x93c297,_0x431728[_0x7c7d43(0x362)]=_0x57b4bf,_0x431728[_0x7c7d43(0x2a2)]=_0x213312,_0x431728[_0x7c7d43(0x1e7)]=_0x4c9d84,_0x431728[_0x7c7d43(0x37d)]=_0x56eb28,_0x431728['makeArray']=_0x2f6a4a,_0x431728['mapDocumentTypeToUniverType']=_0x388ee2,_0x431728[_0x7c7d43(0x35c)]=_0xaf4df6,_0x431728['parseMutationToProtocol']=_0xeb921a,_0x431728[_0x7c7d43(0x290)]=_0x171ba2,_0x431728[_0x7c7d43(0x361)]=_0x19c3ec,_0x431728[_0x7c7d43(0x2bd)]=_0x439e2b,Object[_0x7c7d43(0x312)](_0x431728,Symbol['toStringTag'],{'value':'Module'});}));function _0x3fcc(){const _0x1ee101=['16kWGGlN','fetch_missing','UniverThreadComment','commentId','peekType','sequenceNodeType','forEach','start','_snapshotServerService','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','NEW_CHANGESETS','ALREADY_EXISTS','DELETE','[TransformService]\x20Transform\x20algorithm\x20for\x20','APPLY_REVISION_CONFILICT','Range','90798xJhXBz','isTransformMutationsSuccess','m2Prime','UNAUTHENTICATED','RANGE','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','_rightInclineTransformMutations','EmptyMutation','TextX','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','UpdateCommentMutation','end','intersects','createInterceptorKey','transformSnapshotToWorkbookData','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','Disposable','primary','@univerjs/thread-comment','getUniverDocInstance','intercept','add\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','133OzwPOb','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','actualRow','ObjectMatrix','parseProtocolMutation','color','YUUMI_UNABLE_LOAD_URL','InterceptorManager','length','\x20and\x20the\x20\x27revision\x27\x20of\x20c1\x20is\x20','InsertRowCommand','getSnapshot','getCurrentRevForDocument','MoveRowsCommand','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20insert\x20col','YUUMI_URL_COL_OUT_OF_RANGE','name','move\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','reduce','UniverSheetsHyperLink','_commandService','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20worksheet\x20merge','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20merge','from','createUnit','textRanges','getValue','SetRangeValuesMutation','users_enter','RemoveDataValidationMutation','paragraphStyle','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','MoveRangeMutation','transformPosition','@univerjs/sheets-conditional-formatting','ErrorType','transformMutations','unit_delete','code','interceptor','liveshare.fetch_operations','768015BHIxRH','payload','map','DeleteCommentMutation','hasNext','paragraphs','isMerged','ISnapshotServerService','add\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20comment','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20col','COMPRESS_MUTATION_APPLY','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20visible','handler','OnLifecycle','serializeRange','len','resources','unitId','SNAPSHOT_HAS_BEEN_REMOVED','InsertSheetMutation','endRow','_transformService','UniverCollaborationPlugin','UPDATE_CURSOR','@univerjs/docs','filter','removeColumns','transformMutation','random','[SnapshotService]:\x20wrong\x20rev\x20from\x20the\x20server!','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20range\x20protection','doc','values','@univerjs/sheets-filter','ERROR','SUBMIT_CHANGESET','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20hidden','revision','handleBaseInsertRange','@univerjs/data-validation','cellValue','dispose','splice','LICENSE_DISTRO_REJECTED','RemoveNumfmtMutation','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20row','defineProperty','index','CollaborationEvent','getUnitOnRev','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation,\x20trying\x20to\x20write\x20a\x20formula\x20reference\x20to\x20a\x20removed\x20column','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20comment','Tools','startIndex','bind','move\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','SetColVisibleMutation','remove\x20rows\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','move\x20row\x20is\x20conflict\x20with\x20move\x20range','RemoveColMutation','toString','SetWorksheetColWidthMutation','insert\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','getSheets','max','isTransformMutationSuccess','dataStream','unshift','FETCH_MISSING','_univerInstanceService','actualColumn','next','get','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','incrementRev','submit_changeset','range','PERMISSION_REJ','workbook','ICommandService','ActionIterator','rules','uid','@univerjs/sheets-hyper-link','generateStringWithSequence','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','UniverEngineFormula','SetFrozenMutation','startColumn','hasOwnProperty','SetWorksheetOrderMutation','LICENSE_MAX_UNITS_EXCEEDED','getDataRange','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20col','RemoveRowCommand','RichTextEditingMutation','all','AddRangeProtectionMutation','ref','m1Prime','2512017qMKxlG','amd','INTERNAL_ERROR','type','changeset_rej','createIdentifier','DocTransformController','some','rule','MoveConditionalRuleMutation','SetRowVisibleMutation','push','MoveColsCommand','UpdateHyperLinkRefMutation','UniverCore','SetSelectionsOperation','registerTransformAlgorithm','formula1','concat','parseChangesetToProtocol','\x20already\x20exists.','baseRev','LICENSE_IMPORT_SIZE_EXCEEDED','move\x20col\x20is\x20conflict\x20with\x20move\x20col','parseProtocolCommand','isTransformMutationsFailure','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','set\x20range\x20protection\x20is\x20conflict\x20with\x20update\x20data\x20validation\x20rule','Two\x20move-range\x20mutations\x20have\x20an\x20overlapping\x20range.','getUnitId','NOT_FOUND','AddConditionalRuleMutation','trimEndUselessRetainAction','UpdateDataValidationMutation','size','symbol','AddCommentMutation','LIVESHARE_REQUEST_HOST','LIVESHARE_NEW_HOST','DeleteConditionalRuleMutation','transformChangesets','subtract','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20protection','add','@univerjs/engine-formula','serialize','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','bullet','loadDoc','TextXActionType','isTransformMutationsWithChangesetSuccess','formula2','singleReferenceToGrid','RevisionService','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20range\x20value','flat','SetRowHiddenMutation','foreach','insert\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','normalizeTextRuns','_initSetRangeValues','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20order','stringify','204878wemEQG','blocks','SetRangeProtectionMutation','SetNumfmtMutation','RemoveRowMutation','2VlqbKm','subUnitId','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20update\x20comment','keys','mutations','UNIVER_SHEET','Data\x20stream\x20is\x20not\x20supported\x20in\x20transform.','RemoveSheetMutation','value','1614504qqWEsN','isFormulaString','AddDataValidationMutation','remove\x20row\x20is\x20conflict\x20with\x20set\x20numfmt','InsertColCommand','column','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20comment','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20name','REFERENCE','deepClone','APPLY_REJECT','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20col','remove\x20cols\x20is\x20conflict\x20with\x20set\x20range\x20values\x20mutation','@univerjs/sheets','liveshare.terminate','blockMeta','APPLY_PERMISSION_DENIED','COLUMN','set\x20range\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','incrementRevForDocument','move\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','insert\x20row\x20is\x20conflict\x20with\x20remove\x20numfmt','insert\x20col\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','MSG_FOR_ERROR','SetTabColorMutation','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20row','transformMutationsWithChangeset','13714030MIhHGy','add\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20conditional\x20formatting\x20rule','UNDEFINED','MoveColsMutation','move\x20col\x20is\x20conflict\x20with\x20set\x20numfmft','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20filter','actions','getMatrix','CHANGESET_REVISION_CONFILICT','styleRefMap','InsertColMutation','set\x20range\x20protection\x20is\x20conflict\x20with\x20delete\x20conditional\x20formatting\x20rule','isTransformMutationsWithChangesetFailure','SetSheetsFilterCriteriaMutation','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20worksheet\x20protection','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20row','isMergedMainCell','InsertRowMutation','text-x-pro','MoveRowsMutation','params','sequenceNodesBuilder','add\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20col','PSEUDO_FETCH_MISSING_RESULT','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20range','LICENSE_EXPORT_SIZE_EXCEEDED','INVALID_ARGUMENT','set','body','Plugin','LexerTreeBuilder','remove\x20col\x20is\x20conflict\x20with\x20remove\x20numfmt','selections','link','handleBaseRemoveRange','transform','isRangesEqual','Remove-cols\x20has\x20conflicts\x20with\x20move-range','any','CompressMutationService','isTransformChangesetsFailure','2281149UIqvEr','set\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20row','sort','then','set\x20range\x20protection\x20is\x20conflict\x20with\x20insert\x20row','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20move\x20row','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','parentId','UNIVER_SLIDE','_resourceManagerService','Algorithm\x20error,\x20m1Prime\x20should\x20not\x20be\x20undefined.','getUniverSheetInstance','startRow','\x20and\x20','segmentId','right','update_cursor','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20data\x20validation\x20rule','handleBaseMoveRowsCols','UNIVER_DOC','SINGLE_SNAPSHOT_MUTATIONS','fill','comment','SetWorksheetNameMutation','Inject','error_msg','insert\x20row\x20is\x20conflict\x20with\x20remove\x20row','left','ranges','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20numfmt','UpdateCommentRefMutation','_compressMutationService','move\x20range\x20is\x20conflict\x20with\x20set\x20numfmt','LIVESHARE_FETCH_OPERATIONS','onStarting','Two\x20mutation\x20have\x20the\x20same\x20worksheetId!','JSONX','rng','APPLY_NON_SEQUENTIAL_REVISION','saveDoc','startOffset','move\x20col\x20is\x20conflict\x20with\x20set\x20col\x20hidden','exports','fromOrder','find','step','error','UNRECOGNIZED','SetSheetsFilterRangeMutation','slice','set\x20range\x20protection\x20is\x20conflict\x20with\x20move\x20range','SNAPSHOT_INVALID_SNAPSHOT','UNIT_DELETE','min','row','_transformMap','COMPRESS_MUTATION_SEND','randomUUID','Rectangle','UpdateRuleType','users_leave','IUniverInstanceService','order','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','getRandomValues','_leftInclineTransformMutations','AddWorksheetProtectionMutation','has','Injector','RemoveColCommand','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','targetRange','LIVESHARE_OPERATION','text-x','UniverDocs','getRev','SnapshotService','moveColumns','forValue','sheet','@univerjs/core','peekLength','IResourceManagerService','AddWorksheetMergeMutation','getSheetBlock','handleCommonDefaultRangeChangeWithEffectRefCommands','insert\x20row\x20is\x20conflict\x20with\x20set\x20row\x20visible','[RevisionService]:\x20Cannot\x20find\x20document\x20with\x20unitID:\x20','setValue','TOO_MANY_REQUESTS','RemoveSheetsFilterMutation','data','RemoveWorksheetMergeMutation','RANGE_TYPE','LIVESHARE_TERMINATE','registerSubtype','insert\x20col\x20is\x20conflict\x20with\x20set\x20numfmt','Starting','move\x20col\x20is\x20conflict\x20with\x20move\x20range','SetConditionalRuleMutation','UniverInstanceType','ruleId','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20worksheet\x20col\x20width','RemoveHyperLinkMutation','UniverSheetsFilter','getInterceptPoints','parse','Two\x20set-frozen\x20mutations\x20have\x20the\x20same\x20unitId\x20and\x20subUnitId.','transformSnapshotToDocumentData','rev','SheetTransformController','COMPLETION_FINISHED','getOwnPropertyDescriptor','Two\x20mutation\x20need\x20have\x20the\x20same\x20unitId!','moveRows','toOrder','add\x20worksheet\x20protection\x20is\x20conflict\x20with\x20add\x20conditional\x20rule','TransformService','_revisionService','AddHyperLinkMutation','SETTING','merge','object','findIndex','set\x20range\x20protection\x20is\x20conflict\x20with\x20set\x20frozen','INSERT','syncExecuteCommand','rotateRange','endColumn','nodeType','add\x20range\x20protection\x20is\x20conflict\x20with\x20remove\x20numfmt','sourceRange','removeRows','pluginName','move\x20row\x20is\x20conflict\x20with\x20move\x20row','handleDefaultRangeChangeWithEffectRefCommands','isArray','SetColHiddenMutation','_injector','parseProtocolChangeset'];_0x3fcc=function(){return _0x1ee101;};return _0x3fcc();}
|