@univerjs-pro/collaboration-client 0.25.1 → 1.0.0-alpha.1
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/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/config/config.d.ts +70 -0
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +15 -1
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +6 -14
- package/lib/types/facade/f-collaboration.d.ts +38 -25
- package/lib/types/index.d.ts +11 -7
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/attachment-remote/attachment-io.service.d.ts +22 -0
- package/lib/types/services/attachment-remote/types.d.ts +23 -0
- package/lib/types/services/data-loader/data-loader.service.d.ts +3 -0
- package/lib/types/services/local-cache/local-cache.service.d.ts +1 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +16 -14
- package/lib/types/controllers/config.schema.d.ts +0 -64
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x43980f=_0x50c8;(function(_0x5e9280,_0x179656){const _0x3b7db0=_0x50c8,_0x5a745a=_0x5e9280();while(!![]){try{const _0x5c0713=parseInt(_0x3b7db0(0x16c))/0x1+-parseInt(_0x3b7db0(0x2a7))/0x2*(-parseInt(_0x3b7db0(0x1ec))/0x3)+-parseInt(_0x3b7db0(0x24d))/0x4*(-parseInt(_0x3b7db0(0x1bd))/0x5)+-parseInt(_0x3b7db0(0x26a))/0x6*(-parseInt(_0x3b7db0(0x317))/0x7)+-parseInt(_0x3b7db0(0x1a9))/0x8+parseInt(_0x3b7db0(0x1b1))/0x9+parseInt(_0x3b7db0(0x37e))/0xa*(-parseInt(_0x3b7db0(0x1b6))/0xb);if(_0x5c0713===_0x179656)break;else _0x5a745a['push'](_0x5a745a['shift']());}catch(_0x4af02c){_0x5a745a['push'](_0x5a745a['shift']());}}}(_0xeabc,0x44212));import{CollaborationEvent as _0x3cfbbf,CompressMutationService as _0x32355b,EmptyMutationInfo as _0x135d17,ISnapshotServerService as _0x5e9253,ITransformService as _0x41cd1f,RevisionService as _0x40cc5a,SnapshotService as _0x13d15f,UniverCollaborationPlugin as _0x1d82dc,b64DecodeUnicode as _0x285281,isTransformChangesetsSuccess as _0x4f89e9,isTransformMutationsWithChangesetFailure as _0xcb7e6c,isTransformMutationsWithChangesetSuccess as _0x993155,mapDocumentTypeToUniverInstanceType as _0x292d42,parseChangesetToProtocol as _0x27d357,parseProtocolChangeset as _0x4fb883,textEncoder as _0x2ebe39,uuidv4 as _0x338fc9}from'@univerjs-pro/collaboration';import{CommandType as _0x96f3a4,DependentOn as _0x1c9477,Disposable as _0x584d56,DisposableCollection as _0x5e2194,IAuthzIoService as _0xd5d99d,ICommandService as _0x2e910a,IConfigService as _0x581647,IContextService as _0x1aa7f8,ILogService as _0x4a2db6,IMentionIOService as _0x5cc60d,IPermissionService as _0x57bb9f,IUndoRedoService as _0x3a28c4,IUniverInstanceService as _0x5f47c6,Inject as _0x1c7850,Injector as _0xd7c234,JSONX as _0x362b24,LocalUndoRedoService as _0x41f436,LocaleService as _0x24941e,MentionType as _0x2bc86f,Optional as _0x4d2f7f,Plugin as _0xb46367,Quantity as _0x4c2254,Rectangle as _0x1a819f,RxDisposable as _0x1a88c8,Tools as _0x47c35f,UniverInstanceType as _0x69083d,UserManagerService as _0x3289ad,Workbook as _0x5bdeb0,createIdentifier as _0x45c4cd,generateRandomId as _0x4ec3e6,isInternalEditorID as _0x4a5844,merge as _0x490f84,mergeOverrideWithDependencies as _0x4f5810,registerDependencies as _0x474b15,resolveWithBasePath as _0x3121e8,sequenceExecute as _0x251144,toDisposable as _0x148718,touchDependencies as _0x5b3519}from'@univerjs/core';import{RichTextEditingMutation as _0x5e19ba}from'@univerjs/docs';import{InsertSheetMutation as _0x56b445,SetSelectionsOperation as _0x23d504,SheetPermissionInitController as _0x416900,SheetsSelectionsService as _0x412b3c,WorkbookEditablePermission as _0x173d60}from'@univerjs/sheets';import{BehaviorSubject as _0x1eef50,ReplaySubject as _0x2b96f9,Subject as _0x3c8873,concatMap as _0x5306a5,firstValueFrom as _0x1b206c,map as _0x3f4ed6,merge as _0x5a7b08,of as _0x4bafb5,shareReplay as _0x2db618,take as _0x4dc0d7,takeUntil as _0x4258f2}from'rxjs';import{CmdRspCode as _0x4348e9,CombCmd as _0x184423,ErrorCode as _0x3ec919,FileSource as _0x54fff6}from'@univerjs/protocol';import{ITelemetryService as _0x23d53c}from'@univerjs/telemetry';import{delay as _0x435e87,filter as _0x1186c5,map as _0x1e4e2f,take as _0x15a839,takeUntil as _0x6ecc79}from'rxjs/operators';import{HTTPRequest as _0x38f3fb,HTTPService as _0x5c7bc5,ISocketService as _0x466b0a,MergeInterceptorFactory as _0x4c14ec,ThresholdInterceptorFactory as _0xd46517,UniverNetworkPlugin as _0x14e288}from'@univerjs/network';import{UniverLicensePlugin as _0x4cd43a,getGlobalObject as _0x409a92}from'@univerjs-pro/license';function _0x50c8(_0x1de95,_0x588f91){_0x1de95=_0x1de95-0x14a;const _0xeabc51=_0xeabc();let _0x50c8f9=_0xeabc51[_0x1de95];return _0x50c8f9;}import{DRAWING_IMAGE_ALLOW_IMAGE_LIST as _0x2000fd,IImageIoService as _0x5062b6,ImageSourceType as _0x2af7e6,ImageUploadStatusType as _0x52e738,getDrawingImageAllowSize as _0x4eb6a4}from'@univerjs/drawing';import{cbc as _0x55479b}from'@noble/ciphers/aes.js';import{concatBytes as _0x597147,randomBytes as _0x27ee4b,utf8ToBytes as _0x2349fd}from'@noble/ciphers/utils.js';const ut=_0x43980f(0x2fb),dt=_0x43980f(0x2bd),ft=_0x43980f(0x153),pt=_0x43980f(0x1cc),mt=0x4e20,ht=_0x43980f(0x1e2),gt=_0x43980f(0x1e8),_t=0x3e8,vt=_0x43980f(0x233),yt=_0x43980f(0x2f6);function bt(_0x2cbfa7){const _0x5d7722=_0x43980f;return JSON[_0x5d7722(0x369)](_0x2cbfa7)[_0x5d7722(0x334)];}function F(_0x395c49){'@babel/helpers - typeof';const _0x5145ea=_0x43980f;return F=typeof Symbol==_0x5145ea(0x14c)&&typeof Symbol[_0x5145ea(0x170)]==_0x5145ea(0x360)?function(_0x1202b2){return typeof _0x1202b2;}:function(_0x9fe6f9){const _0x1a9390=_0x5145ea;return _0x9fe6f9&&typeof Symbol==_0x1a9390(0x14c)&&_0x9fe6f9['constructor']===Symbol&&_0x9fe6f9!==Symbol[_0x1a9390(0x2ab)]?'symbol':typeof _0x9fe6f9;},F(_0x395c49);}function xt(_0x379574,_0x35a484){const _0x3b43fe=_0x43980f;if(F(_0x379574)!=_0x3b43fe(0x2c0)||!_0x379574)return _0x379574;var _0x3b3ec5=_0x379574[Symbol[_0x3b43fe(0x364)]];if(_0x3b3ec5!==void 0x0){var _0x46daf5=_0x3b3ec5[_0x3b43fe(0x19f)](_0x379574,_0x35a484||_0x3b43fe(0x3bc));if(F(_0x46daf5)!=_0x3b43fe(0x2c0))return _0x46daf5;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x35a484===_0x3b43fe(0x15d)?String:Number)(_0x379574);}function St(_0x2e3323){const _0x22e152=_0x43980f;var _0x32515f=xt(_0x2e3323,_0x22e152(0x15d));return F(_0x32515f)=='symbol'?_0x32515f:_0x32515f+'';}function I(_0x38eb86,_0x419ac8,_0x7e841d){const _0x38ed66=_0x43980f;return(_0x419ac8=St(_0x419ac8))in _0x38eb86?Object[_0x38ed66(0x30b)](_0x38eb86,_0x419ac8,{'value':_0x7e841d,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x38eb86[_0x419ac8]=_0x7e841d,_0x38eb86;}let Ct=function(_0x3d31f2){const _0x5b8ce0=_0x43980f;return _0x3d31f2['OTHER_CLIENT_EDITING']=_0x5b8ce0(0x1d2),_0x3d31f2[_0x5b8ce0(0x299)]=_0x5b8ce0(0x299),_0x3d31f2[_0x5b8ce0(0x3bb)]=_0x5b8ce0(0x3bb),_0x3d31f2[_0x5b8ce0(0x305)]=_0x5b8ce0(0x305),_0x3d31f2[_0x5b8ce0(0x210)]=_0x5b8ce0(0x210),_0x3d31f2[_0x5b8ce0(0x2d6)]=_0x5b8ce0(0x2d6),_0x3d31f2[_0x5b8ce0(0x383)]='SOCKET_FAILED',_0x3d31f2['SUBMIT_CHANGESET_TIMEOUT']=_0x5b8ce0(0x25a),_0x3d31f2;}({});var L=class{constructor(){const _0x4a2d69=_0x43980f;I(this,_0x4a2d69(0x3a6),new _0x3c8873()),I(this,_0x4a2d69(0x282),this[_0x4a2d69(0x3a6)][_0x4a2d69(0x1f4)]());}['emitEvent'](_0x243031){const _0x5530db=_0x43980f;this[_0x5530db(0x3a6)][_0x5530db(0x177)](_0x243031);}},wt=class{constructor(){const _0x584e96=_0x43980f;I(this,_0x584e96(0x288),new _0x3c8873()),I(this,_0x584e96(0x399),this[_0x584e96(0x288)]['asObservable']());}[_0x43980f(0x198)](_0x1b6c1f){const _0x3b8d62=_0x43980f;this[_0x3b8d62(0x288)][_0x3b8d62(0x177)](_0x1b6c1f);}};function R(_0x2f0f67,_0x3b9188){return function(_0x2b25d7,_0x4bb060){_0x3b9188(_0x2b25d7,_0x4bb060,_0x2f0f67);};}function z(_0x177c0d,_0x5dda44,_0x55de9b,_0x9db16d){const _0x50fe8b=_0x43980f;var _0x2e3fb2=arguments['length'],_0x456627=_0x2e3fb2<0x3?_0x5dda44:_0x9db16d===null?_0x9db16d=Object['getOwnPropertyDescriptor'](_0x5dda44,_0x55de9b):_0x9db16d,_0x596d56;if(typeof Reflect=='object'&&typeof Reflect['decorate']==_0x50fe8b(0x14c))_0x456627=Reflect['decorate'](_0x177c0d,_0x5dda44,_0x55de9b,_0x9db16d);else{for(var _0xc865a3=_0x177c0d['length']-0x1;_0xc865a3>=0x0;_0xc865a3--)(_0x596d56=_0x177c0d[_0xc865a3])&&(_0x456627=(_0x2e3fb2<0x3?_0x596d56(_0x456627):_0x2e3fb2>0x3?_0x596d56(_0x5dda44,_0x55de9b,_0x456627):_0x596d56(_0x5dda44,_0x55de9b))||_0x456627);}return _0x2e3fb2>0x3&&_0x456627&&Object[_0x50fe8b(0x30b)](_0x5dda44,_0x55de9b,_0x456627),_0x456627;}let B=class extends _0x584d56{constructor(_0x4276c2,_0xf8bc41){const _0x1aa181=_0x43980f;super(),this[_0x1aa181(0x372)]=_0x4276c2,this['_userManagerService']=_0xf8bc41,I(this,_0x1aa181(0x235),new Map()),I(this,_0x1aa181(0x2cf),new _0x3c8873()),this[_0x1aa181(0x31e)](_0x5a7b08(this[_0x1aa181(0x372)]['getTypeOfUnitDisposed$'](_0x69083d[_0x1aa181(0x291)])[_0x1aa181(0x2dc)](_0x1e4e2f(_0x46db2d=>_0x46db2d['getUnitId']())),this[_0x1aa181(0x372)][_0x1aa181(0x35c)](_0x69083d[_0x1aa181(0x34d)])[_0x1aa181(0x2dc)](_0x1e4e2f(_0x51ad9e=>_0x51ad9e[_0x1aa181(0x253)]())))[_0x1aa181(0x374)](_0x2c1f26=>this[_0x1aa181(0x2b7)](_0x2c1f26)));}[_0x43980f(0x15e)](_0x23017f){const _0x4e98a7=_0x43980f;return this[_0x4e98a7(0x235)]['has'](_0x23017f)?_0x4bafb5(this[_0x4e98a7(0x235)][_0x4e98a7(0x31d)](_0x23017f)):this['_roomCreated$'][_0x4e98a7(0x2dc)](_0x1e4e2f(_0x42a8a4=>{const _0x3dabd0=_0x4e98a7;if(_0x42a8a4===_0x23017f)return this[_0x3dabd0(0x235)][_0x3dabd0(0x31d)](_0x42a8a4);}));}[_0x43980f(0x32f)](_0x35e3af){const _0x9abca=_0x43980f;this[_0x9abca(0x36b)]['setCurrentUser'](_0x35e3af);}[_0x43980f(0x2e4)](){const _0x2baa27=_0x43980f;return this[_0x2baa27(0x36b)]['getCurrentUser']();}['updateMember'](_0x4cea6d,_0x36e1b4){const _0x14846d=_0x43980f;let _0x545bd0=this['_roomMembers']['get'](_0x4cea6d);_0x545bd0||(_0x545bd0=new Tt(),this[_0x14846d(0x235)][_0x14846d(0x1a5)](_0x4cea6d,_0x545bd0),this[_0x14846d(0x2cf)][_0x14846d(0x177)](_0x4cea6d)),_0x545bd0[_0x14846d(0x1d9)](_0x36e1b4);}[_0x43980f(0x38b)](_0x58ea9b,_0x20a7a5){const _0xa42b39=_0x43980f;let _0x1bdcd4=this[_0xa42b39(0x235)][_0xa42b39(0x31d)](_0x58ea9b);_0x1bdcd4&&_0x1bdcd4[_0xa42b39(0x38b)](_0x20a7a5);}['getRoom'](_0x1d8003){const _0x3f1fd5=_0x43980f;return this['_roomMembers'][_0x3f1fd5(0x31d)](_0x1d8003);}[_0x43980f(0x2d2)](_0x4f60b2,_0x3871d0){const _0x2b2e10=_0x43980f;let _0x47c4bd=this[_0x2b2e10(0x235)][_0x2b2e10(0x31d)](_0x4f60b2);if(_0x47c4bd)return _0x47c4bd['getMember'](_0x3871d0);}['_removeRoom'](_0x5b5d3a){const _0x3777e5=_0x43980f;let _0x3baea3=this['_roomMembers'][_0x3777e5(0x31d)](_0x5b5d3a);_0x3baea3&&(_0x3baea3[_0x3777e5(0x215)](),this[_0x3777e5(0x235)][_0x3777e5(0x22f)](_0x5b5d3a));}[_0x43980f(0x215)](){const _0x47b0fe=_0x43980f;this[_0x47b0fe(0x235)]['forEach'](_0x16ba2e=>_0x16ba2e[_0x47b0fe(0x215)]()),this[_0x47b0fe(0x235)]['clear'](),this['_roomCreated$'][_0x47b0fe(0x196)]();}};B=z([R(0x0,_0x5f47c6),R(0x1,_0x1c7850(_0x3289ad))],B);var Tt=class extends _0x584d56{constructor(..._0xa8302f){const _0x20e9d9=_0x43980f;super(..._0xa8302f),I(this,'_members',new Map()),I(this,_0x20e9d9(0x342),new _0x1eef50(this[_0x20e9d9(0x2ff)])),I(this,'members$',this[_0x20e9d9(0x342)][_0x20e9d9(0x1f4)]());}[_0x43980f(0x215)](){const _0x220dfd=_0x43980f;this[_0x220dfd(0x2ff)][_0x220dfd(0x359)](),this['_members$'][_0x220dfd(0x196)]();}[_0x43980f(0x1d9)](_0x49c1b1){const _0x34a697=_0x43980f;this[_0x34a697(0x2ff)][_0x34a697(0x1a5)](_0x49c1b1[_0x34a697(0x3b9)],_0x49c1b1),this['_emitMembers']();}[_0x43980f(0x38b)](_0x6b9903){const _0x14bf17=_0x43980f;this['_members'][_0x14bf17(0x22f)](_0x6b9903),this[_0x14bf17(0x398)]();}[_0x43980f(0x2d2)](_0x1f9842){const _0x1d4d76=_0x43980f;return this['_members'][_0x1d4d76(0x31d)](_0x1f9842);}[_0x43980f(0x2a8)](){const _0x4b66c1=_0x43980f;return Array[_0x4b66c1(0x2fe)](this[_0x4b66c1(0x2ff)][_0x4b66c1(0x356)]());}[_0x43980f(0x398)](){const _0x15e9aa=_0x43980f;this[_0x15e9aa(0x342)][_0x15e9aa(0x177)](this['_members']);}};let Et=function(_0x318f39){const _0x24faef=_0x43980f;return _0x318f39[_0x318f39['IDLE']=0x0]=_0x24faef(0x14b),_0x318f39[_0x318f39[_0x24faef(0x258)]=0x1]='JOINING',_0x318f39[_0x318f39[_0x24faef(0x2b0)]=0x2]=_0x24faef(0x2b0),_0x318f39[_0x318f39[_0x24faef(0x1d5)]=0x3]=_0x24faef(0x1d5),_0x318f39;}({});const Dt={[_0x4348e9['FAIL']]:_0x43980f(0x3b2),[_0x4348e9[_0x43980f(0x2c6)]]:_0x43980f(0x2a6),[_0x4348e9[_0x43980f(0x37a)]]:_0x43980f(0x14f),[_0x4348e9[_0x43980f(0x261)]]:_0x43980f(0x23e),[_0x4348e9[_0x43980f(0x205)]]:_0x43980f(0x328)};let Ot=class extends _0x1a88c8{get[_0x43980f(0x24f)](){const _0xfd5ffa=_0x43980f;return this['_sessionStatus$'][_0xfd5ffa(0x254)]();}constructor(_0x22d9c9,_0x29ce50,_0x2e8ac3,_0x13084f,_0xa9f094,_0x388011,_0x2117a9,_0x29cb29){const _0x48feaa=_0x43980f;super(),this[_0x48feaa(0x150)]=_0x22d9c9,this[_0x48feaa(0x2ed)]=_0x2e8ac3,this[_0x48feaa(0x18a)]=_0x13084f,this['_memberService']=_0xa9f094,this[_0x48feaa(0x269)]=_0x388011,this[_0x48feaa(0x300)]=_0x2117a9,this[_0x48feaa(0x1d1)]=_0x29cb29,I(this,_0x48feaa(0x28a),new _0x1eef50(0x0)),I(this,_0x48feaa(0x332),this[_0x48feaa(0x28a)]['asObservable']()),I(this,'_event$',new _0x3c8873()),I(this,'event$',this[_0x48feaa(0x3a6)][_0x48feaa(0x1f4)]()),I(this,_0x48feaa(0x250),void 0x0),I(this,_0x48feaa(0x180),void 0x0),I(this,'_collaborationTimeoutTimer',void 0x0),I(this,_0x48feaa(0x37c),!0x1),I(this,_0x48feaa(0x29f),null),this[_0x48feaa(0x37c)]=!!this[_0x48feaa(0x1d1)],_0x29ce50[_0x48feaa(0x2dc)](_0x4258f2(this[_0x48feaa(0x1e5)]))['subscribe'](_0x3277d2=>{const _0x4daf42=_0x48feaa;if(_0x3277d2!==void 0x0){if(this['_socket']=_0x3277d2,_0x3277d2)this[_0x4daf42(0x292)](_0x3277d2),this[_0x4daf42(0x180)]=_0x3277d2[_0x4daf42(0x367)][_0x4daf42(0x374)](_0x19393f=>{const _0x4175b7=_0x4daf42;_0x19393f[_0x4175b7(0x1b8)]===this[_0x4175b7(0x150)]&&this[_0x4175b7(0x20b)](_0x19393f);});else{var _0x4714e0;this[_0x4daf42(0x2f2)](),this[_0x4daf42(0x28a)]['next'](0x2),(_0x4714e0=this[_0x4daf42(0x180)])==null||_0x4714e0['unsubscribe'](),this[_0x4daf42(0x180)]=null;}}});}[_0x43980f(0x15a)](){const _0x4df1c9=_0x43980f;var _0x189d23,_0x569b1c;return(_0x189d23=(_0x569b1c=this[_0x4df1c9(0x250)])==null?void 0x0:_0x569b1c[_0x4df1c9(0x3b9)])==null?null:_0x189d23;}['dispose'](){const _0x280244=_0x43980f;super[_0x280244(0x215)](),this[_0x280244(0x2a4)](),this[_0x280244(0x1e5)][_0x280244(0x177)](),this[_0x280244(0x1e5)][_0x280244(0x196)]();}[_0x43980f(0x2a4)](){const _0x2057e4=_0x43980f;var _0x26f414,_0x490138;this[_0x2057e4(0x2f2)](),(_0x26f414=this[_0x2057e4(0x250)])==null||_0x26f414[_0x2057e4(0x3c6)]({'cmd':_0x184423[_0x2057e4(0x391)],'data':{'roomID':this[_0x2057e4(0x150)]}}),(_0x490138=this['_socket'])==null||_0x490138[_0x2057e4(0x2a4)](),this[_0x2057e4(0x3a6)][_0x2057e4(0x196)](),this[_0x2057e4(0x28a)][_0x2057e4(0x196)]();}[_0x43980f(0x20b)](_0x1d57bb){const _0x184342=_0x43980f;_0x1d57bb[_0x184342(0x358)]===_0x184423[_0x184342(0x3b8)]?this[_0x184342(0x1d4)](_0x1d57bb):_0x1d57bb[_0x184342(0x358)]===_0x184423['RECV']&&this[_0x184342(0x316)](_0x1d57bb);}[_0x43980f(0x292)](_0x3a3fe8){const _0x5859be=_0x43980f;this[_0x5859be(0x28a)][_0x5859be(0x177)](0x1),_0x3a3fe8[_0x5859be(0x3c6)]({'cmd':_0x184423['JOIN'],'routeKey':this[_0x5859be(0x150)],'routeType':'','data':{'rooms':[{'roomID':this['_unitID']}]}});}[_0x43980f(0x1d4)](_0x5d0e3c){const _0x453446=_0x43980f;var _0x3654b4;if(_0x5d0e3c[_0x453446(0x1f8)]in Dt){this[_0x453446(0x300)]['emitEvent']({'id':'JOIN_ROOM_FAILED','data':Dt[_0x5d0e3c[_0x453446(0x1f8)]]}),this[_0x453446(0x28a)][_0x453446(0x177)](0x2);return;}this['_sessionStatus$'][_0x453446(0x177)](0x3);let _0x229ead=(_0x3654b4=_0x5d0e3c[_0x453446(0x324)][_0x453446(0x28e)][this[_0x453446(0x150)]])==null?void 0x0:_0x3654b4[_0x453446(0x377)];_0x229ead&&_0x229ead[_0x453446(0x256)](_0xc5bdbd=>this[_0x453446(0x2c4)][_0x453446(0x1d9)](this[_0x453446(0x150)],_0xc5bdbd));}['_onRecvEvent'](_0x242a78){const _0x43a2c6=_0x43980f;try{let _0x1bf722=_0x242a78[_0x43a2c6(0x324)];switch(_0x1bf722[_0x43a2c6(0x201)]){case _0x3cfbbf[_0x43a2c6(0x230)]:this[_0x43a2c6(0x363)](_0x1bf722),this[_0x43a2c6(0x3a6)][_0x43a2c6(0x177)](_0x1bf722);break;case _0x3cfbbf[_0x43a2c6(0x388)]:this['_onUserLeave'](_0x1bf722),this[_0x43a2c6(0x3a6)][_0x43a2c6(0x177)](_0x1bf722);break;case _0x3cfbbf[_0x43a2c6(0x3a8)]:case _0x3cfbbf['CHANGESET_SHOULD_RETRY']:this[_0x43a2c6(0x380)](),this['_clearCollaborationTimeoutTimer'](),this[_0x43a2c6(0x3a6)]['next'](_0x1bf722);break;case _0x3cfbbf[_0x43a2c6(0x2a0)]:this[_0x43a2c6(0x2ed)][_0x43a2c6(0x21f)](_0x43a2c6(0x1c9)+JSON[_0x43a2c6(0x369)](_0x1bf722)),this['_event$'][_0x43a2c6(0x177)](_0x1bf722);break;case _0x3cfbbf[_0x43a2c6(0x39d)]:this[_0x43a2c6(0x269)][_0x43a2c6(0x198)](_0x1bf722[_0x43a2c6(0x324)]),this[_0x43a2c6(0x3a6)][_0x43a2c6(0x177)](_0x1bf722);break;default:this[_0x43a2c6(0x3a6)][_0x43a2c6(0x177)](_0x1bf722);}}catch(_0x5229e7){this[_0x43a2c6(0x2ed)][_0x43a2c6(0x21f)](_0x5229e7,_0x242a78);}}[_0x43980f(0x363)](_0x379463){const _0x5b2234=_0x43980f;this[_0x5b2234(0x2c4)]['updateMember'](this[_0x5b2234(0x150)],_0x379463['data']);}[_0x43980f(0x344)](_0x1d15e2){const _0x37a053=_0x43980f;this['_memberService'][_0x37a053(0x38b)](this[_0x37a053(0x150)],_0x1d15e2[_0x37a053(0x324)][_0x37a053(0x3b9)]);}async['send'](_0x57d86c,_0x53cc14){const _0x4782cd=_0x43980f;if(this[_0x4782cd(0x24f)]!==0x3||!this['_socket'])throw Error('[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!');try{_0x57d86c[_0x4782cd(0x201)]===_0x3cfbbf[_0x4782cd(0x3b1)]&&(this[_0x4782cd(0x2c5)](),this['_startTelemetryCollaborationNewChangeset'](_0x57d86c)),this[_0x4782cd(0x250)][_0x4782cd(0x3c6)]({'cmd':_0x184423[_0x4782cd(0x16a)],'routeKey':_0x53cc14,'routeType':'','data':_0x57d86c});}catch(_0x30ed5d){this[_0x4782cd(0x2ed)][_0x4782cd(0x21f)](_0x30ed5d);}}['_scheduleCollaborationTimeoutTimer'](){const _0x494120=_0x43980f;var _0x364cd7;this[_0x494120(0x26e)]=setTimeout(()=>{const _0x4692e0=_0x494120;this[_0x4692e0(0x26e)]=null,this[_0x4692e0(0x300)][_0x4692e0(0x3b5)]({'id':_0x4692e0(0x25a)});},(_0x364cd7=this[_0x494120(0x18a)][_0x494120(0x184)]('HEARTBEAT_TIMEOUT'))==null?mt:_0x364cd7);}[_0x43980f(0x262)](){const _0x1ff8fa=_0x43980f;this[_0x1ff8fa(0x26e)]&&(clearTimeout(this[_0x1ff8fa(0x26e)]),this[_0x1ff8fa(0x26e)]=null);}[_0x43980f(0x2d4)](_0x278eeb){const _0x4dea52=_0x43980f;if(!this['_shouldReportTelemetry'])return;let {data:_0x1ebfc6}=_0x278eeb,{unitID:_0x148c25,changeset:_0x582385}=_0x1ebfc6,{mutations:_0x22c850,type:_0x36979f}=_0x582385;this[_0x4dea52(0x29f)]={'unitId':_0x148c25,'type':_0x36979f,'startTime':performance[_0x4dea52(0x25f)](),'stopTime':0x0,'duration':0x0,'size':bt(_0x22c850)};}[_0x43980f(0x380)](){const _0x3d4e26=_0x43980f;if(this[_0x3d4e26(0x37c)]){if(!this[_0x3d4e26(0x29f)]){this['_logService']['error']('[CollaborationSession]',_0x3d4e26(0x2b3));return;}this[_0x3d4e26(0x29f)]['stopTime']=performance[_0x3d4e26(0x25f)](),this[_0x3d4e26(0x29f)][_0x3d4e26(0x2ea)]=this[_0x3d4e26(0x29f)][_0x3d4e26(0x2ec)]-this[_0x3d4e26(0x29f)][_0x3d4e26(0x2e7)],this['_telemetryService'][_0x3d4e26(0x18f)](_0x3d4e26(0x322),this[_0x3d4e26(0x29f)]),this['_telemetryInfo']=null;}}[_0x43980f(0x2f2)](){const _0x499c46=_0x43980f;this[_0x499c46(0x29f)]=null;}};Ot=z([R(0x2,_0x4a2db6),R(0x3,_0x581647),R(0x4,_0x1c7850(B)),R(0x5,_0x1c7850(wt)),R(0x6,_0x1c7850(L)),R(0x7,_0x4d2f7f(_0x23d53c))],Ot);const V=_0x45c4cd(_0x43980f(0x287));function kt(_0x30de74){return'unit-cache-'+_0x30de74;}function At(_0x2d9e23){const _0x347d85=_0x43980f;let {unitID:_0x4cdf22,mutations:_0x599b85}=_0x2d9e23;return{'unitId':_0x4cdf22,'subUnitId':_0x599b85[_0x347d85(0x334)]>0x0?_0x599b85[0x0]['params'][_0x347d85(0x2e0)]:null};}let H=class{constructor(_0x14937a,_0x2db3a3,_0x4ba623){const _0x1a8fde=_0x43980f;this[_0x1a8fde(0x308)]=_0x14937a,this[_0x1a8fde(0x27f)]=_0x2db3a3,this[_0x1a8fde(0x1da)]=_0x4ba623;}[_0x43980f(0x3c1)](_0x386e95){const _0x25241f=_0x43980f;var _0x3800b9,_0x579453;let _0x54d2e3=this[_0x25241f(0x308)][_0x25241f(0x31d)](_0x412b3c),{unitId:_0x86f03,subUnitId:_0x4800db}=At(_0x386e95),_0xe77f9f=_0x54d2e3==null?void 0x0:_0x54d2e3[_0x25241f(0x188)](_0x86f03)[_0x25241f(0x36f)](),_0x51036e=(_0x3800b9=this[_0x25241f(0x1da)][_0x25241f(0x39c)](_0x86f03))==null||(_0x3800b9=_0x3800b9[_0x25241f(0x35e)]())==null?void 0x0:_0x3800b9['getSheetId']();if(_0xe77f9f['length']===0x0||!_0x86f03||!_0x4800db)return;let _0x5b07c7=[{'id':_0x23d504['id'],'params':{'unitId':_0x86f03,'subUnitId':_0x51036e,'selections':_0x47c35f[_0x25241f(0x2e1)](_0xe77f9f)}}],_0x3a9f88=this[_0x25241f(0x27f)][_0x25241f(0x278)](_0x386e95,_0x5b07c7);if(!_0x993155(_0x3a9f88))throw _0x3a9f88[_0x25241f(0x21f)];let _0x2f3111=(_0x579453=_0x3a9f88[_0x25241f(0x192)][0x0])==null||(_0x579453=_0x579453[_0x25241f(0x310)])==null?void 0x0:_0x579453['selections'];if(Array[_0x25241f(0x197)](_0x2f3111)&&_0x2f3111[_0x25241f(0x334)]){if(_0x2f3111[_0x25241f(0x334)]===_0x5b07c7[0x0][_0x25241f(0x310)][_0x25241f(0x26b)]['length']&&_0x2f3111['every']((_0x1845f0,_0x58e8d8)=>_0x1a819f[_0x25241f(0x1c0)](_0x1845f0[_0x25241f(0x2af)],_0x5b07c7[0x0][_0x25241f(0x310)]['selections'][_0x58e8d8][_0x25241f(0x2af)])))return;this[_0x25241f(0x308)]['get'](_0x2e910a)['executeCommand'](_0x23d504['id'],{'unitId':_0x86f03,'subUnitId':_0x51036e,'selections':_0x2f3111});}}};H=z([R(0x0,_0x1c7850(_0xd7c234)),R(0x1,_0x41cd1f),R(0x2,_0x5f47c6)],H);const jt=_0x45c4cd(_0x43980f(0x314));let Mt=function(_0x3e9f16){const _0x12cf54=_0x43980f;return _0x3e9f16[_0x3e9f16['NO_OTHER_CLIENTS_EDITING']=0x0]=_0x12cf54(0x16d),_0x3e9f16[_0x3e9f16[_0x12cf54(0x2f3)]=0x1]=_0x12cf54(0x2f3),_0x3e9f16;}({});const U=_0x43980f(0x1e6),Nt={};function Pt(_0x5ab121){const _0x20cb18=_0x43980f;var _0x39a899;return!!((_0x39a899=_0x5ab121[_0x20cb18(0x310)])!=null&&_0x39a899['__splitChunk__']);}const Ft=new Set([_0x56b445['id']]);function It(_0xc67f16,_0x1e0dbd,_0x1486a6,_0x3eded3,_0x14e174){const _0x1a890f=_0x43980f;var _0x1879e3,_0x4efa60,_0x5256e8,_0x2cdcdb;let _0x521915=[];for(let _0x14189f of _0xc67f16){if(Ft[_0x1a890f(0x30e)](_0x14189f['id'])){if(_0x521915[_0x1a890f(0x334)]>0x0)break;_0x521915[_0x1a890f(0x242)](_0x14189f);break;}if(Pt(_0x14189f)){if(_0x521915[_0x1a890f(0x334)]>0x0)break;_0x521915[_0x1a890f(0x242)](_0x14189f);break;}_0x521915[_0x1a890f(0x242)](_0x14189f);}let _0x3d2258=(_0x1879e3=(_0x4efa60=_0x14e174[_0x1a890f(0x2e4)]())==null?void 0x0:_0x4efa60[_0x1a890f(0x2b8)])==null?_0x1a890f(0x338):_0x1879e3,_0x3b806c=(_0x5256e8=(_0x2cdcdb=_0x14e174[_0x1a890f(0x2e4)]())==null?void 0x0:_0x2cdcdb[_0x1a890f(0x3b9)])==null?_0x1a890f(0x338):_0x5256e8;return{'changeset':{'unitID':_0x1e0dbd,'type':_0x292d42(_0x1486a6[_0x1a890f(0x1e4)](_0x1e0dbd)),'baseRev':_0x3eded3[_0x1a890f(0x2a1)](_0x1e0dbd),'revision':0x0,'userID':_0x3d2258,'memberID':_0x3b806c,'mutations':_0x521915},'pendingMutations':_0xc67f16[_0x1a890f(0x17f)](_0x521915[_0x1a890f(0x334)])};}function Lt(_0x1b687e,_0x539893,_0x4dd98d,_0x287bd4,_0x1de9ef){const _0x5aca1b=_0x43980f;var _0x34427a,_0xebd551,_0x1aec22,_0x1f3445;let _0x222e29=_0x1b687e[_0x5aca1b(0x23a)]((_0x4be86e,_0x370cc7)=>{const _0x2f66a5=_0x5aca1b;let _0x352e58=_0x4be86e[_0x4be86e[_0x2f66a5(0x334)]-0x1],{id:_0x3ea5d8}=_0x352e58==null?{}:_0x352e58,{id:_0x24c57d,type:_0x4176da}=_0x370cc7,_0x71b001=_0x370cc7[_0x2f66a5(0x310)];if(_0x3ea5d8&&_0x3ea5d8!==_0x24c57d)throw Error(_0x2f66a5(0x295)+_0x3ea5d8+_0x2f66a5(0x37f)+_0x24c57d+'.');if(!_0x352e58)return[{'id':_0x24c57d,'type':_0x4176da,'params':{'unitId':_0x71b001[_0x2f66a5(0x175)],'textRanges':_0x71b001['textRanges'],'actions':_0x71b001['actions']}}];let _0x3c54e2=_0x352e58[_0x2f66a5(0x310)];return Rt(_0x3c54e2[_0x2f66a5(0x1ea)],_0x71b001[_0x2f66a5(0x1ea)])?[..._0x4be86e[_0x2f66a5(0x17f)](0x0,-0x1),{..._0x352e58,'id':_0x24c57d,'type':_0x4176da,'params':{'unitId':_0x71b001['unitId'],'textRanges':_0x71b001[_0x2f66a5(0x277)],'actions':_0x362b24[_0x2f66a5(0x286)](_0x3c54e2[_0x2f66a5(0x1ea)],_0x71b001[_0x2f66a5(0x1ea)])}}]:[..._0x4be86e,{'id':_0x24c57d,'type':_0x4176da,'params':{'unitId':_0x71b001[_0x2f66a5(0x175)],'textRanges':_0x71b001[_0x2f66a5(0x277)],'actions':_0x71b001[_0x2f66a5(0x1ea)]}}];},[]),_0x582267=(_0x34427a=(_0xebd551=_0x1de9ef[_0x5aca1b(0x2e4)]())==null?void 0x0:_0xebd551[_0x5aca1b(0x2b8)])==null?_0x5aca1b(0x338):_0x34427a,_0x268a27=(_0x1aec22=(_0x1f3445=_0x1de9ef[_0x5aca1b(0x2e4)]())==null?void 0x0:_0x1f3445[_0x5aca1b(0x3b9)])==null?_0x5aca1b(0x338):_0x1aec22;return{'changeset':{'unitID':_0x539893,'type':_0x292d42(_0x4dd98d[_0x5aca1b(0x1e4)](_0x539893)),'baseRev':_0x287bd4['getCurrentRevOfUnit'](_0x539893),'revision':0x0,'userID':_0x582267,'memberID':_0x268a27,'mutations':_0x222e29},'pendingMutations':_0x1b687e[_0x5aca1b(0x17f)](_0x1b687e[_0x5aca1b(0x334)])};}function Rt(_0x251288,_0x2a5088){return!(zt(_0x251288)&&Bt(_0x2a5088)||Bt(_0x251288)&&zt(_0x2a5088));}function zt(_0x647d1d){const _0x2e0ecc=_0x43980f;return Vt(_0x647d1d)[_0x2e0ecc(0x1d0)](_0x315a55=>Ht(_0x315a55)&&_0x315a55['et']===_0x2e0ecc(0x1c8));}function Bt(_0x250f65){const _0x37e5f1=_0x43980f;return Vt(_0x250f65)['some'](_0x5a1833=>Array[_0x37e5f1(0x197)](_0x5a1833)||typeof _0x5a1833=='string'||typeof _0x5a1833==_0x37e5f1(0x2b9));}function Vt(_0x39db83){const _0x4c060a=_0x43980f;if(!Array[_0x4c060a(0x197)](_0x39db83))return[];let _0x2b77b0=_0x39db83[_0x4c060a(0x347)](_0x4c060a(0x207))?_0x39db83:_0x39db83[_0x4c060a(0x238)](_0xe4a9b5=>Array['isArray'](_0xe4a9b5)&&_0xe4a9b5[_0x4c060a(0x347)]('body'));if(!Array[_0x4c060a(0x197)](_0x2b77b0))return[];let _0x1f3e1f=_0x2b77b0['indexOf'](_0x4c060a(0x207));return _0x1f3e1f===-0x1?[]:_0x2b77b0[_0x4c060a(0x17f)](_0x1f3e1f+0x1);}function Ht(_0xc0bef5){const _0x4a2435=_0x43980f;return typeof _0xc0bef5==_0x4a2435(0x2c0)&&!!_0xc0bef5&&!Array[_0x4a2435(0x197)](_0xc0bef5);}function Ut(_0x2795f9,_0x4451a){const _0x493395=_0x43980f;let _0x57323e=new _0x2b96f9(0x1);return setTimeout(()=>_0x57323e[_0x493395(0x177)](_0x4451a),_0x2795f9),_0x57323e[_0x493395(0x1f4)]()['pipe'](_0x4dc0d7(0x1));}var Wt,Gt,Kt;let qt=function(_0x457d47){const _0x3885ed=_0x43980f;return _0x457d47['NOT_COLLAB']=_0x3885ed(0x319),_0x457d47[_0x3885ed(0x336)]='synced',_0x457d47[_0x3885ed(0x1be)]=_0x3885ed(0x346),_0x457d47[_0x3885ed(0x16f)]=_0x3885ed(0x1f5),_0x457d47[_0x3885ed(0x28f)]=_0x3885ed(0x326),_0x457d47[_0x3885ed(0x385)]='fetch_missing',_0x457d47[_0x3885ed(0x3bb)]=_0x3885ed(0x1bb),_0x457d47[_0x3885ed(0x2b0)]='offline',_0x457d47;}({});const Jt=0x4e20,Yt=0x2bf20;var W=class{constructor(_0x1ed3ae,_0x295783,_0x9a7c24,_0x31731b,_0x34558f,_0x3d4388,_0x350ae3,_0xee8cfa,_0x17ba77){const _0x2a1434=_0x43980f;this[_0x2a1434(0x34a)]=_0x1ed3ae,this[_0x2a1434(0x227)]=_0x295783,this['_handler']=_0x34558f,this[_0x2a1434(0x35d)]=_0x3d4388,this[_0x2a1434(0x298)]=_0x350ae3,this[_0x2a1434(0x191)]=_0xee8cfa,this['_localCacheService']=_0x17ba77,I(this,_0x2a1434(0x304),null),I(this,_0x2a1434(0x386),[]),this[_0x2a1434(0x304)]=_0x9a7c24,this[_0x2a1434(0x386)]=_0x31731b;}[_0x43980f(0x34e)](_0x3cdc9e){const _0x9af1c7=_0x43980f;let _0x3ffc41=this['_revisionService'][_0x9af1c7(0x2a1)](this[_0x9af1c7(0x34a)]);return _0x3cdc9e[_0x9af1c7(0x29e)]>_0x3ffc41+0x1?(this[_0x9af1c7(0x387)][_0x9af1c7(0x1b2)]({'from':_0x3ffc41,'to':_0x3cdc9e[_0x9af1c7(0x29e)]-0x1}),!0x0):!0x1;}[_0x43980f(0x2a3)](_0x3ae815){const _0x16d00c=_0x43980f;this[_0x16d00c(0x298)]['transformUndoRedo'](this[_0x16d00c(0x34a)],_0x3ae815);}[_0x43980f(0x19d)](_0xe74352){const _0x182b04=_0x43980f;var _0xb79b01,_0x3eb031;(_0xb79b01=(_0x3eb031=this['_handler'])[_0x182b04(0x3c4)])==null||_0xb79b01[_0x182b04(0x19f)](_0x3eb031,_0xe74352);}[_0x43980f(0x2e2)](_0x457aaa){const _0xbb257d=_0x43980f;var _0x4da801,_0x2ed455;return(_0x4da801=(_0x2ed455=this[_0xbb257d(0x387)])['onTransformIME'])==null?void 0x0:_0x4da801[_0xbb257d(0x19f)](_0x2ed455,_0x457aaa);}[_0x43980f(0x3af)](_0xff8f18){var _0x24446a,_0x305235;return(_0x24446a=(_0x305235=this['_handler'])['onTransformState'])==null?void 0x0:_0x24446a['call'](_0x305235,_0xff8f18);}[_0x43980f(0x2cd)](_0x31e6f6){const _0x5b188c=_0x43980f;var _0x3a4a0b,_0x5378f5,_0x2a2549;return(_0x3a4a0b=(_0x5378f5=(_0x2a2549=this[_0x5b188c(0x387)])[_0x5b188c(0x1ca)])==null?void 0x0:_0x5378f5[_0x5b188c(0x19f)](_0x2a2549,_0x31e6f6))==null?_0x31e6f6:_0x3a4a0b;}['_transformRemoteChangesetByStateCache'](_0x38605a){const _0x1f40cf=_0x43980f;var _0x2ba895,_0x151bf0,_0x2498fa;return(_0x2ba895=(_0x151bf0=(_0x2498fa=this[_0x1f40cf(0x387)])[_0x1f40cf(0x27d)])==null?void 0x0:_0x151bf0[_0x1f40cf(0x19f)](_0x2498fa,_0x38605a))==null?_0x38605a:_0x2ba895;}[_0x43980f(0x270)](_0x105dcd){const _0x6809a=_0x43980f;if(this['type']===_0x69083d['UNIVER_DOC']){let {unitID:_0x2f5a64,mutations:_0x3b6312,memberID:_0x282eaa}=_0x105dcd,_0x17eeaa=_0x3b6312[_0x6809a(0x334)]>0x0?_0x3b6312[0x0]['params']['textRanges']:[];if(Array[_0x6809a(0x197)](_0x17eeaa)&&_0x17eeaa[_0x6809a(0x334)]>0x0){var _0x296f16,_0x2ec20a;(_0x296f16=(_0x2ec20a=this[_0x6809a(0x387)])['onSyncEditingCollabCursor'])==null||_0x296f16[_0x6809a(0x19f)](_0x2ec20a,{'unitID':_0x2f5a64,'memberID':_0x282eaa,'textRanges':_0x17eeaa});}}}[_0x43980f(0x22b)](){const _0x16cccb=_0x43980f;var _0x2b496c;(_0x2b496c=this[_0x16cccb(0x1e3)])==null||_0x2b496c['updateOfflineData'](this[_0x16cccb(0x34a)],this[_0x16cccb(0x227)],this[_0x16cccb(0x304)],this[_0x16cccb(0x386)]);}[_0x43980f(0x315)](){const _0x48636f=_0x43980f;return this[_0x48636f(0x191)][_0x48636f(0x2a1)](this['unitID']);}[_0x43980f(0x203)](){const _0x1e9745=_0x43980f;this[_0x1e9745(0x191)]['incrementRevOfUnit'](this[_0x1e9745(0x34a)]);}[_0x43980f(0x2df)](_0x4c0628){const _0x5d2543=_0x43980f;let _0xcc61a8=this['_transformRemoteChangesetByIMECache'](_0x4c0628);_0xcc61a8=this[_0x5d2543(0x259)](_0xcc61a8);let _0x7f1f96=_0x251144(_0xcc61a8['mutations'],this[_0x5d2543(0x35d)],{'fromCollab':!0x0});if(!_0x7f1f96[_0x5d2543(0x173)]){var _0x7a639e;throw _0x7f1f96[_0x5d2543(0x21f)]instanceof Error?_0x7f1f96[_0x5d2543(0x21f)]:Error((_0x7a639e=_0x7f1f96['error'])==null?_0x5d2543(0x1a6):_0x7a639e);}this['_transformIMECache'](_0xcc61a8),this[_0x5d2543(0x3af)](_0xcc61a8),this[_0x5d2543(0x2a3)](_0x4c0628),this[_0x5d2543(0x19d)](_0xcc61a8),this[_0x5d2543(0x270)](_0xcc61a8),this[_0x5d2543(0x203)]();}};let G=class extends W{constructor(_0x31f1ba,_0x5cf66a,_0x509140,_0xf0305d,_0x908109,_0x14c4b5,_0x18e457,_0x42ecaf,_0x421915,_0x2af8fa){const _0x552ece=_0x43980f;super(_0x31f1ba,_0x5cf66a,null,[],_0x509140,_0x18e457,_0x14c4b5,_0xf0305d,_0x2af8fa),this['_injector']=_0x908109,this[_0x552ece(0x2ed)]=_0x42ecaf,this[_0x552ece(0x27f)]=_0x421915,this[_0x552ece(0x1ed)]=_0x2af8fa,I(this,_0x552ece(0x36a),_0x552ece(0x163));}[_0x43980f(0x33b)](_0x4c0adf){const _0x4910e1=_0x43980f;let _0x552e73=this[_0x4910e1(0x308)][_0x4910e1(0x25c)](K,this[_0x4910e1(0x34a)],this[_0x4910e1(0x227)],[_0x4c0adf],this[_0x4910e1(0x387)]);return _0x552e73[_0x4910e1(0x3bf)](),_0x552e73['_updateLocalCache'](),_0x552e73;}[_0x43980f(0x21e)](_0x2fc778){const _0xad00e1=_0x43980f;if(this[_0xad00e1(0x34e)](_0x2fc778))return this['_injector'][_0xad00e1(0x25c)](Z,this[_0xad00e1(0x34a)],this[_0xad00e1(0x227)],null,[],null,[_0x2fc778],this[_0xad00e1(0x387)]);try{let _0x572aa1=this[_0xad00e1(0x27f)][_0xad00e1(0x278)](_0x2fc778,[_0x135d17]);if(_0x993155(_0x572aa1)){let {c1Prime:_0x162a16}=_0x572aa1;return this[_0xad00e1(0x2df)](_0x162a16),this;}throw _0x572aa1[_0xad00e1(0x21f)];}catch(_0x271cec){return this['_logService'][_0xad00e1(0x21f)](_0x271cec),this['_onConflict'](!0x1);}}[_0x43980f(0x301)](_0x592564){const _0x55565c=_0x43980f;return this['_injector'][_0x55565c(0x25c)](Y,this[_0x55565c(0x34a)],this[_0x55565c(0x227)],null,[],this[_0x55565c(0x387)],_0x592564);}['onRemoteAck'](_0x430a53){const _0x209ee2=_0x43980f;if(_0x430a53[_0x209ee2(0x29e)]<=this[_0x209ee2(0x315)]())return this;throw Error(_0x209ee2(0x289));}[_0x43980f(0x36c)](){const _0x12608c=_0x43980f;throw Error(_0x12608c(0x2eb));}[_0x43980f(0x19b)](){return this;}[_0x43980f(0x1f0)](){const _0x13affd=_0x43980f;return this[_0x13affd(0x308)][_0x13affd(0x25c)](X,this[_0x13affd(0x34a)],this[_0x13affd(0x227)],null,[],this['_handler']);}[_0x43980f(0x306)](){return this;}[_0x43980f(0x1bf)](){const _0x14fb58=_0x43980f;throw Error(_0x14fb58(0x309));}[_0x43980f(0x28d)](){const _0x35a2f8=_0x43980f;let _0x5de56c=this[_0x35a2f8(0x191)][_0x35a2f8(0x2a1)](this[_0x35a2f8(0x34a)]);return this[_0x35a2f8(0x387)][_0x35a2f8(0x1b2)]({'from':_0x5de56c,'to':0x0}),this[_0x35a2f8(0x308)][_0x35a2f8(0x25c)](Z,this[_0x35a2f8(0x34a)],this[_0x35a2f8(0x227)],null,[],null,[],this[_0x35a2f8(0x387)]);}};G=z([R(0x3,_0x1c7850(_0x40cc5a)),R(0x4,_0x1c7850(_0xd7c234)),R(0x5,_0x3a28c4),R(0x6,_0x2e910a),R(0x7,_0x4a2db6),R(0x8,_0x41cd1f),R(0x9,_0x4d2f7f(V))],G);let K=Wt=class extends W{constructor(_0x39826d,_0x5f7aff,_0xbe5dcb,_0x52d012,_0x5c21a2,_0x1acb55,_0x32b0af,_0x1285e6,_0x509b8d,_0x16e1d4,_0x2c0f93,_0x339f10,_0x1722ce,_0x367594){const _0x141189=_0x43980f;super(_0x39826d,_0x5f7aff,null,_0xbe5dcb,_0x52d012,_0x509b8d,_0x1722ce,_0x1acb55,_0x367594),this[_0x141189(0x308)]=_0x5c21a2,this['_memberService']=_0x32b0af,this[_0x141189(0x2ed)]=_0x1285e6,this[_0x141189(0x18a)]=_0x16e1d4,this['_transformService']=_0x2c0f93,this[_0x141189(0x372)]=_0x339f10,I(this,_0x141189(0x36a),_0x141189(0x346)),I(this,_0x141189(0x1ba),null),I(this,_0x141189(0x35b),null);}[_0x43980f(0x33b)](_0x4a86a0){const _0x382b3c=_0x43980f;return this[_0x382b3c(0x386)][_0x382b3c(0x242)](_0x4a86a0),this[_0x382b3c(0x22b)](),this;}['onRemoteChangeset'](_0x33653b){const _0x227abb=_0x43980f;if(this['_checkMissing'](_0x33653b))return this['_clearScheduledTask'](),this['_injector'][_0x227abb(0x25c)](Z,this[_0x227abb(0x34a)],this[_0x227abb(0x227)],null,this['_pendingMutations'],null,[_0x33653b],this[_0x227abb(0x387)]);try{let _0x1e950c=this[_0x227abb(0x27f)]['transformMutationsWithChangeset'](_0x33653b,this[_0x227abb(0x386)]);if(_0x993155(_0x1e950c)){let {c1Prime:_0x5df5ea,m2Prime:_0x442189}=_0x1e950c;this[_0x227abb(0x2df)](_0x5df5ea);let _0x2097f0=this[_0x227abb(0x308)]['createInstance'](Wt,this[_0x227abb(0x34a)],this[_0x227abb(0x227)],_0x442189,this[_0x227abb(0x387)]);this[_0x227abb(0x348)]();let _0x3e3565=new Date()['getTime'](),_0x4062c5=this[_0x227abb(0x1ba)]?Math[_0x227abb(0x21d)](this[_0x227abb(0x1ba)]-_0x3e3565,0x0):this[_0x227abb(0x202)]();return _0x2097f0[_0x227abb(0x3bf)](_0x4062c5),_0x2097f0;}throw _0x1e950c[_0x227abb(0x21f)];}catch(_0x5c6d61){return this[_0x227abb(0x2ed)][_0x227abb(0x21f)](_0x5c6d61),this[_0x227abb(0x301)](!0x1);}}[_0x43980f(0x1dd)](_0x49c59c){const _0x404297=_0x43980f;if(_0x49c59c[_0x404297(0x29e)]<=this[_0x404297(0x315)]())return this;throw Error(_0x404297(0x3a2));}[_0x43980f(0x36c)](){const _0x200f69=_0x43980f;throw Error(_0x200f69(0x243));}[_0x43980f(0x19b)](){return this;}[_0x43980f(0x1f0)](){const _0x1e7375=_0x43980f;return this[_0x1e7375(0x348)](),this[_0x1e7375(0x308)]['createInstance'](X,this[_0x1e7375(0x34a)],this[_0x1e7375(0x227)],null,this[_0x1e7375(0x386)],this[_0x1e7375(0x387)]);}['toggleOnline'](){return this;}[_0x43980f(0x3bf)](_0x21d426){const _0x56eec7=_0x43980f;let _0x38f3c0=_0x21d426==null?this[_0x56eec7(0x202)]():_0x21d426;this[_0x56eec7(0x1ba)]=new Date()[_0x56eec7(0x33f)]()+_0x38f3c0,this[_0x56eec7(0x35b)]=setTimeout(()=>{const _0x3c311c=_0x56eec7;this[_0x3c311c(0x348)]();let _0x23dfb1=null;switch(this[_0x3c311c(0x227)]){case _0x69083d['UNIVER_SHEET']:_0x23dfb1=It(this[_0x3c311c(0x386)],this[_0x3c311c(0x34a)],this[_0x3c311c(0x372)],this[_0x3c311c(0x191)],this[_0x3c311c(0x2c4)]);break;case _0x69083d[_0x3c311c(0x34d)]:_0x23dfb1=this[_0x3c311c(0x386)][_0x3c311c(0x234)](_0x1bf04d=>_0x1bf04d['id']===_0x5e19ba['id'])?Lt(this[_0x3c311c(0x386)],this[_0x3c311c(0x34a)],this[_0x3c311c(0x372)],this[_0x3c311c(0x191)],this[_0x3c311c(0x2c4)]):It(this[_0x3c311c(0x386)],this[_0x3c311c(0x34a)],this[_0x3c311c(0x372)],this[_0x3c311c(0x191)],this[_0x3c311c(0x2c4)]);break;default:throw Error(_0x3c311c(0x30d)+this[_0x3c311c(0x227)]+'\x20in\x20_schedule.');}let {changeset:_0x11a894,pendingMutations:_0x96e7b3}=_0x23dfb1;this[_0x3c311c(0x387)][_0x3c311c(0x266)](_0x11a894);let _0x2d501e=_0x96e7b3['length']?this[_0x3c311c(0x308)][_0x3c311c(0x25c)](J,this[_0x3c311c(0x34a)],this[_0x3c311c(0x227)],_0x11a894,_0x96e7b3,this[_0x3c311c(0x387)],void 0x0):this[_0x3c311c(0x308)][_0x3c311c(0x25c)](q,this[_0x3c311c(0x34a)],this[_0x3c311c(0x227)],_0x11a894,this[_0x3c311c(0x387)]);_0x2d501e[_0x3c311c(0x22b)](),this[_0x3c311c(0x387)]['onStateChange'](this,_0x2d501e);},_0x38f3c0);}[_0x43980f(0x202)](){const _0x2b0892=_0x43980f;var _0xca7a09;let _0x57aed0=this[_0x2b0892(0x18a)][_0x2b0892(0x184)](U);return(_0xca7a09=_0x57aed0==null?void 0x0:_0x57aed0[_0x2b0892(0x375)])==null?0x7d0:_0xca7a09;}[_0x43980f(0x1bf)](){const _0x1f2964=_0x43980f;throw Error(_0x1f2964(0x1d8));}['_clearScheduledTask'](){const _0x27109d=_0x43980f;this[_0x27109d(0x35b)]!=null&&(clearTimeout(this[_0x27109d(0x35b)]),this['_sendingTimer']=null);}['_onConflict'](_0x53e3c3){const _0x5394a8=_0x43980f;return this[_0x5394a8(0x348)](),this[_0x5394a8(0x308)]['createInstance'](Y,this[_0x5394a8(0x34a)],this[_0x5394a8(0x227)],null,this['_pendingMutations'],this['_handler'],_0x53e3c3);}};K=Wt=z([R(0x4,_0x1c7850(_0xd7c234)),R(0x5,_0x1c7850(_0x40cc5a)),R(0x6,_0x1c7850(B)),R(0x7,_0x4a2db6),R(0x8,_0x2e910a),R(0x9,_0x581647),R(0xa,_0x41cd1f),R(0xb,_0x5f47c6),R(0xc,_0x3a28c4),R(0xd,_0x4d2f7f(V))],K);let q=Gt=class extends W{constructor(_0x5f43ff,_0x10ea40,_0x437838,_0x1afaa8,_0x1b2c28,_0x52e896,_0x2f2149,_0x44d92a,_0xbe0b9b,_0x405b9a,_0xa1f025){const _0x1c2683=_0x43980f;super(_0x5f43ff,_0x10ea40,_0x437838,[],_0x1afaa8,_0x2f2149,_0x405b9a,_0x52e896,_0xa1f025),this[_0x1c2683(0x308)]=_0x1b2c28,this[_0x1c2683(0x2ed)]=_0x44d92a,this[_0x1c2683(0x27f)]=_0xbe0b9b,I(this,_0x1c2683(0x36a),'awaiting'),I(this,'_resendTimeout',0x0),I(this,'_maxTotalRetryTimeout',0x0),I(this,_0x1c2683(0x35a),void 0x0),I(this,_0x1c2683(0x206),void 0x0);}[_0x43980f(0x33b)](_0x5c9a1d){const _0x5d385e=_0x43980f;this[_0x5d385e(0x348)]();let _0xae9ba3=this[_0x5d385e(0x308)][_0x5d385e(0x25c)](J,this[_0x5d385e(0x34a)],this[_0x5d385e(0x227)],this[_0x5d385e(0x304)],[_0x5c9a1d],this[_0x5d385e(0x387)],this['_resendTimer']);return _0xae9ba3[_0x5d385e(0x22b)](),_0xae9ba3;}[_0x43980f(0x21e)](_0x1cfcef){const _0x2d7860=_0x43980f;if(this[_0x2d7860(0x34e)](_0x1cfcef))return this[_0x2d7860(0x348)](),this[_0x2d7860(0x308)][_0x2d7860(0x25c)](Z,this[_0x2d7860(0x34a)],this['type'],this['_awaitingChangeset'],[],null,[_0x1cfcef],this[_0x2d7860(0x387)]);try{let _0x24ad36=this[_0x2d7860(0x27f)][_0x2d7860(0x221)]([_0x1cfcef],[this['_awaitingChangeset']],!0x1);if(_0x4f89e9(_0x24ad36)){let {c1Prime:_0x37a77e,c2Prime:_0x474177}=_0x24ad36;this['_executeRemoteChangeset'](_0x37a77e[0x0]),_0x474177[0x0][_0x2d7860(0x237)]=this[_0x2d7860(0x315)](),this[_0x2d7860(0x348)]();let _0x1aef91=this[_0x2d7860(0x308)]['createInstance'](Gt,this[_0x2d7860(0x34a)],this['type'],_0x474177[0x0],this['_handler']);return _0x1aef91[_0x2d7860(0x22b)](),_0x1aef91;}throw _0x24ad36[_0x2d7860(0x21f)];}catch(_0xb2c482){return this[_0x2d7860(0x2ed)]['error'](_0xb2c482),this['_onConflict'](!0x1);}}[_0x43980f(0x1dd)](_0x1b19ca){const _0x56822f=_0x43980f;this[_0x56822f(0x348)]();let _0x401d98=this[_0x56822f(0x191)][_0x56822f(0x2a1)](this[_0x56822f(0x34a)]);if(_0x1b19ca[_0x56822f(0x29e)]<=_0x401d98)return this;if(this[_0x56822f(0x34e)](_0x1b19ca))return this[_0x56822f(0x308)][_0x56822f(0x25c)](Z,this['unitID'],this['type'],this[_0x56822f(0x304)],[],_0x1b19ca['revision'],[],this[_0x56822f(0x387)]);this[_0x56822f(0x203)]();let _0x5d7e57=this[_0x56822f(0x308)][_0x56822f(0x25c)](G,this[_0x56822f(0x34a)],this['type'],this[_0x56822f(0x387)]);return _0x5d7e57[_0x56822f(0x22b)](),_0x5d7e57;}[_0x43980f(0x36c)](_0x44ada5){return this['_onConflict'](!!(_0x44ada5!=null&&_0x44ada5['isPermissionRej']));}[_0x43980f(0x19b)](_0x482056){const _0x308729=_0x43980f;return this[_0x308729(0x19a)]>Yt?this[_0x308729(0x1f0)]():(this[_0x308729(0x35a)]=Ut(this[_0x308729(0x349)],{'timeout':this['_resendTimeout'],'reqId':_0x482056['reqId']}),this[_0x308729(0x206)]=this[_0x308729(0x35a)][_0x308729(0x374)](({reqId:_0x546a65,timeout:_0x47fcdb})=>{const _0x584364=_0x308729;this[_0x584364(0x3a9)](_0x546a65,_0x47fcdb);}),this);}[_0x43980f(0x1f0)](){const _0x1173c6=_0x43980f;return this[_0x1173c6(0x348)](),this[_0x1173c6(0x308)][_0x1173c6(0x25c)](X,this[_0x1173c6(0x34a)],this[_0x1173c6(0x227)],this['_awaitingChangeset'],[],this['_handler']);}[_0x43980f(0x306)](){return this;}['resend'](){const _0x2728b9=_0x43980f;this[_0x2728b9(0x387)][_0x2728b9(0x266)](this[_0x2728b9(0x304)]);}[_0x43980f(0x301)](_0x2053eb){const _0xa1befd=_0x43980f;return this['_clearScheduledTask'](),this[_0xa1befd(0x308)]['createInstance'](Y,this[_0xa1befd(0x34a)],this[_0xa1befd(0x227)],this['_awaitingChangeset'],[],this[_0xa1befd(0x387)],_0x2053eb);}[_0x43980f(0x3a9)](_0x320443,_0x5822f6){const _0x4187b7=_0x43980f;var _0x30c5c4;_0x320443===((_0x30c5c4=this['_awaitingChangeset'])==null?void 0x0:_0x30c5c4[_0x4187b7(0x226)])&&(this[_0x4187b7(0x1bf)](),this['_resendTimeout']=_0x5822f6===0x0?0x3e8:Math[_0x4187b7(0x17e)](_0x5822f6*0x2,Jt),this[_0x4187b7(0x19a)]+=this[_0x4187b7(0x349)]);}[_0x43980f(0x348)](){const _0x10378e=_0x43980f;var _0x5e4be8;(_0x5e4be8=this[_0x10378e(0x206)])==null||_0x5e4be8[_0x10378e(0x2ce)](),this[_0x10378e(0x349)]=0x0,this[_0x10378e(0x19a)]=0x0;}};q=Gt=z([R(0x4,_0x1c7850(_0xd7c234)),R(0x5,_0x1c7850(_0x40cc5a)),R(0x6,_0x2e910a),R(0x7,_0x4a2db6),R(0x8,_0x41cd1f),R(0x9,_0x3a28c4),R(0xa,_0x4d2f7f(V))],q);let J=Kt=class extends W{constructor(_0x85ac87,_0x2d5e0e,_0x1b19b4,_0x15949f,_0x2bfaf0,_0x4c5858,_0x1e3eba,_0x1ea236,_0x3c3359,_0x4653b3,_0x3c7504,_0x2b9f8f,_0x4268a8){const _0x39df8f=_0x43980f;super(_0x85ac87,_0x2d5e0e,_0x1b19b4,_0x15949f,_0x2bfaf0,_0x3c3359,_0x2b9f8f,_0x1ea236,_0x4268a8),this['_injector']=_0x1e3eba,this['_logService']=_0x4653b3,this[_0x39df8f(0x27f)]=_0x3c7504,this['localCacheService']=_0x4268a8,I(this,'status','awaiting_with_pending'),I(this,_0x39df8f(0x349),0x0),I(this,_0x39df8f(0x19a),0x0),I(this,_0x39df8f(0x35a),void 0x0),I(this,_0x39df8f(0x206),void 0x0),_0x4c5858&&(this['_resendTimer']=_0x4c5858,this[_0x39df8f(0x206)]=this[_0x39df8f(0x35a)][_0x39df8f(0x374)](({reqId:_0x297e68,timeout:_0x585a0b})=>{this['_resendWithTimeout'](_0x297e68,_0x585a0b);}));}[_0x43980f(0x33b)](_0x4f4788){const _0x287abe=_0x43980f;return this[_0x287abe(0x386)][_0x287abe(0x242)](_0x4f4788),this;}['onRemoteChangeset'](_0x5b8327){const _0x5b6995=_0x43980f;if(this['_checkMissing'](_0x5b8327))return this[_0x5b6995(0x348)](),this[_0x5b6995(0x308)]['createInstance'](Z,this[_0x5b6995(0x34a)],this[_0x5b6995(0x227)],this[_0x5b6995(0x304)],this[_0x5b6995(0x386)],null,[_0x5b8327],this['_handler']);try{let _0x36b08b=this[_0x5b6995(0x27f)][_0x5b6995(0x221)]([_0x5b8327],[this[_0x5b6995(0x304)]],!0x1);if(_0x4f89e9(_0x36b08b)){let {c1Prime:_0x259d4d,c2Prime:_0xc7ad69}=_0x36b08b,_0xa6778c=this[_0x5b6995(0x27f)][_0x5b6995(0x278)](_0x259d4d[0x0],this['_pendingMutations']);if(_0x993155(_0xa6778c)){let {c1Prime:_0x5e4ef6,m2Prime:_0x3fe848}=_0xa6778c;return this['_executeRemoteChangeset'](_0x5e4ef6),_0xc7ad69[0x0]['baseRev']=this['_getCurrentRevision'](),this[_0x5b6995(0x348)](),this['_injector'][_0x5b6995(0x25c)](Kt,this[_0x5b6995(0x34a)],this['type'],_0xc7ad69[0x0],_0x3fe848,this['_handler'],void 0x0);}throw _0xa6778c[_0x5b6995(0x21f)];}throw _0x36b08b[_0x5b6995(0x21f)];}catch(_0x572c3d){return this['_logService']['error'](_0x572c3d),this['_onConflict'](!0x1);}}[_0x43980f(0x1dd)](_0x264066){const _0x585694=_0x43980f;this[_0x585694(0x348)]();let _0x369cf0=this[_0x585694(0x315)]();if(_0x264066[_0x585694(0x29e)]<=_0x369cf0)return this;if(this[_0x585694(0x34e)](_0x264066))return this[_0x585694(0x308)][_0x585694(0x25c)](Z,this['unitID'],this[_0x585694(0x227)],this['_awaitingChangeset'],this[_0x585694(0x386)],_0x264066['revision'],[],this[_0x585694(0x387)]);this[_0x585694(0x203)]();let _0x1c9550=this[_0x585694(0x308)][_0x585694(0x25c)](K,this['unitID'],this[_0x585694(0x227)],this[_0x585694(0x386)],this[_0x585694(0x387)]);return _0x1c9550[_0x585694(0x3bf)](),_0x1c9550[_0x585694(0x22b)](),_0x1c9550;}[_0x43980f(0x36c)](_0x2eda00){const _0x5000d8=_0x43980f;return this[_0x5000d8(0x301)](!!(_0x2eda00!=null&&_0x2eda00[_0x5000d8(0x318)]));}[_0x43980f(0x19b)](_0x202cd4){const _0x374567=_0x43980f;return this[_0x374567(0x19a)]>Yt?this[_0x374567(0x1f0)]():(this['_resendTimer']=Ut(this[_0x374567(0x349)],{'timeout':this[_0x374567(0x349)],'reqId':_0x202cd4[_0x374567(0x226)]}),this[_0x374567(0x206)]=this['_resendTimer']['subscribe'](({reqId:_0x674b9e,timeout:_0x265ccd})=>{const _0x39f9dc=_0x374567;this[_0x39f9dc(0x3a9)](_0x674b9e,_0x265ccd);}),this);}[_0x43980f(0x1f0)](){const _0x3fb931=_0x43980f;return this[_0x3fb931(0x348)](),this[_0x3fb931(0x308)][_0x3fb931(0x25c)](X,this[_0x3fb931(0x34a)],this[_0x3fb931(0x227)],this[_0x3fb931(0x304)],this[_0x3fb931(0x386)],this['_handler']);}['toggleOnline'](){return this;}[_0x43980f(0x1bf)](){const _0x23e52e=_0x43980f;this[_0x23e52e(0x387)][_0x23e52e(0x266)](this['_awaitingChangeset']);}[_0x43980f(0x301)](_0xf2fa72){const _0x4ce010=_0x43980f;return this[_0x4ce010(0x348)](),this[_0x4ce010(0x308)][_0x4ce010(0x25c)](Y,this[_0x4ce010(0x34a)],this[_0x4ce010(0x227)],null,this[_0x4ce010(0x386)],this[_0x4ce010(0x387)],_0xf2fa72);}[_0x43980f(0x3a9)](_0x17d226,_0x404f5f){const _0x96b3e2=_0x43980f;var _0x5bad14;_0x17d226===((_0x5bad14=this[_0x96b3e2(0x304)])==null?void 0x0:_0x5bad14[_0x96b3e2(0x226)])&&(this[_0x96b3e2(0x1bf)](),this[_0x96b3e2(0x349)]=_0x404f5f===0x0?0x3e8:Math['min'](_0x404f5f*0x2,Jt),this[_0x96b3e2(0x19a)]+=this[_0x96b3e2(0x349)]);}[_0x43980f(0x348)](){const _0x1fa953=_0x43980f;var _0x2f16b5;(_0x2f16b5=this['_sender'])==null||_0x2f16b5[_0x1fa953(0x2ce)](),this[_0x1fa953(0x349)]=0x0,this['_maxTotalRetryTimeout']=0x0;}};J=Kt=z([R(0x6,_0x1c7850(_0xd7c234)),R(0x7,_0x1c7850(_0x40cc5a)),R(0x8,_0x2e910a),R(0x9,_0x4a2db6),R(0xa,_0x41cd1f),R(0xb,_0x3a28c4),R(0xc,_0x4d2f7f(V))],J);let Y=class extends W{constructor(_0x53e2f3,_0x46beff,_0x513bc0,_0x41b148,_0x185ece,_0x326ce1=!0x1,_0x45953d,_0xd1ad3b,_0x2b4654,_0x2d3cc3,_0x344994,_0x55b085,_0x6d755a){const _0x5649df=_0x43980f;super(_0x53e2f3,_0x46beff,_0x513bc0,_0x41b148,_0x185ece,_0xd1ad3b,_0x2b4654,_0x2d3cc3,_0x6d755a),this[_0x5649df(0x2ac)]=_0x326ce1,this[_0x5649df(0x154)]=_0x45953d,this[_0x5649df(0x353)]=_0x344994,this[_0x5649df(0x300)]=_0x55b085,this['localCacheService']=_0x6d755a,I(this,_0x5649df(0x36a),_0x5649df(0x1bb)),this[_0x5649df(0x379)](),this[_0x5649df(0x255)](),this[_0x5649df(0x171)]();}[_0x43980f(0x33b)](){return this;}[_0x43980f(0x21e)](){return this;}[_0x43980f(0x1dd)](){return this;}[_0x43980f(0x36c)](){return this;}[_0x43980f(0x19b)](){return this;}['toggleOffline'](){return this;}[_0x43980f(0x306)](){return this;}[_0x43980f(0x1bf)](){throw Error('[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x43980f(0x255)](){const _0xcb4371=_0x43980f;var _0x2e8040;(_0x2e8040=this[_0xcb4371(0x1e3)])==null||_0x2e8040['updateOfflineData'](this[_0xcb4371(0x34a)],this[_0xcb4371(0x227)],null,[]);}[_0x43980f(0x379)](){const _0x1a9d54=_0x43980f;this['_isPermissionRej']?this[_0x1a9d54(0x300)][_0x1a9d54(0x3b5)]({'id':_0x1a9d54(0x299)}):this[_0x1a9d54(0x300)][_0x1a9d54(0x3b5)]({'id':_0x1a9d54(0x3bb)});}['_disableEditing'](){const _0x5b75d0=_0x43980f;this[_0x5b75d0(0x154)]['updatePermissionPoint'](new _0x173d60(this[_0x5b75d0(0x34a)])['id'],!0x1);}};Y=z([R(0x6,_0x1c7850(_0x57bb9f)),R(0x7,_0x2e910a),R(0x8,_0x3a28c4),R(0x9,_0x1c7850(_0x40cc5a)),R(0xa,_0x1c7850(_0x24941e)),R(0xb,_0x1c7850(L)),R(0xc,_0x4d2f7f(V))],Y);let X=class extends W{constructor(_0x170000,_0x24b213,_0x20ab91,_0x4d61a8,_0xa38083,_0x41fe1b,_0x213013,_0x25d8df,_0xbc0d7a,_0x383ced){const _0x4cddc3=_0x43980f;super(_0x170000,_0x24b213,_0x20ab91,_0x4d61a8,_0xa38083,_0x25d8df,_0xbc0d7a,_0x213013,_0x383ced),this['_injector']=_0x41fe1b,I(this,_0x4cddc3(0x36a),_0x4cddc3(0x2d3));}[_0x43980f(0x33b)](_0x4d3439){const _0x3d6d31=_0x43980f;return this['_pendingMutations'][_0x3d6d31(0x242)](_0x4d3439),this['_updateLocalCache'](),this;}[_0x43980f(0x21e)](_0x4a18f8){const _0x299450=_0x43980f;throw Error(_0x299450(0x3a1));}[_0x43980f(0x1dd)](){const _0x1c9ba3=_0x43980f;throw Error(_0x1c9ba3(0x330));}[_0x43980f(0x36c)](){const _0x5a8b42=_0x43980f;throw Error(_0x5a8b42(0x157));}[_0x43980f(0x19b)](){return this;}['toggleOffline'](){return this;}[_0x43980f(0x306)](){const _0x157723=_0x43980f;let {_injector:_0x14bf0d,_pendingMutations:_0x51287c,_awaitingChangeset:_0x472011,unitID:_0x2bcd9d,_handler:_0x299800,type:_0x1bccbb}=this,_0x4d326b=Xt(_0x14bf0d,_0x2bcd9d,_0x1bccbb,_0x472011,_0x51287c,_0x299800);return _0x4d326b instanceof K?_0x4d326b[_0x157723(0x3bf)]():(_0x4d326b instanceof J||_0x4d326b instanceof q)&&_0x4d326b[_0x157723(0x1bf)](),_0x4d326b;}[_0x43980f(0x1bf)](){throw Error('[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.');}};X=z([R(0x5,_0x1c7850(_0xd7c234)),R(0x6,_0x1c7850(_0x40cc5a)),R(0x7,_0x2e910a),R(0x8,_0x3a28c4),R(0x9,_0x4d2f7f(V))],X);let Z=class extends W{constructor(_0x82c94b,_0xab3a2e,_0x1a0fa0,_0x4499ae,_0x48fff7,_0x2f0caa,_0x3f04b1,_0x2d3321,_0x300a3b,_0x5b7783,_0x34d4dc,_0x6e10a0,_0x1e2a42,_0x1d5ba5){const _0x436ada=_0x43980f;super(_0x82c94b,_0xab3a2e,_0x1a0fa0,_0x4499ae,_0x3f04b1,_0x34d4dc,_0x6e10a0,_0x300a3b,_0x1d5ba5),this['_acknowledgedAwaitingRevision']=_0x48fff7,this[_0x436ada(0x1f7)]=_0x2f0caa,this[_0x436ada(0x308)]=_0x2d3321,this['_logService']=_0x5b7783,this[_0x436ada(0x27f)]=_0x1e2a42,this[_0x436ada(0x1ed)]=_0x1d5ba5,I(this,'status',_0x436ada(0x38f));}[_0x43980f(0x17b)](_0xaa3c39){const _0x258c78=_0x43980f;try{if(this[_0x258c78(0x1fa)](_0xaa3c39)['missingChangesets'])throw Error('[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.');if(this['_handleRemoteChangesets']([...this[_0x258c78(0x1f7)]][_0x258c78(0x15f)]((_0x70327c,_0x1eba31)=>_0x70327c[_0x258c78(0x29e)]-_0x1eba31[_0x258c78(0x29e)]))[_0x258c78(0x23d)])return this[_0x258c78(0x1f7)]=[],this[_0x258c78(0x22b)](),this[_0x258c78(0x387)][_0x258c78(0x1b2)]({'from':this[_0x258c78(0x315)](),'to':0x0}),this;let _0x373775=this[_0x258c78(0x304)],_0xa8a9c8=this[_0x258c78(0x386)],_0x24c92c;if(_0x373775&&_0xa8a9c8[_0x258c78(0x334)]!==0x0)_0x24c92c=this['_injector']['createInstance'](J,this[_0x258c78(0x34a)],this['type'],_0x373775,_0xa8a9c8,this[_0x258c78(0x387)],void 0x0);else{if(_0x373775&&_0xa8a9c8['length']===0x0)_0x373775[_0x258c78(0x237)]=this[_0x258c78(0x315)](),_0x24c92c=this[_0x258c78(0x308)][_0x258c78(0x25c)](q,this[_0x258c78(0x34a)],this[_0x258c78(0x227)],_0x373775,this['_handler']);else{if(_0xa8a9c8[_0x258c78(0x334)]!==0x0){let _0x2b7e06=this[_0x258c78(0x308)][_0x258c78(0x25c)](K,this['unitID'],this[_0x258c78(0x227)],_0xa8a9c8,this[_0x258c78(0x387)]);_0x2b7e06['_schedule'](),_0x24c92c=_0x2b7e06;}else _0x24c92c=this[_0x258c78(0x308)][_0x258c78(0x25c)](G,this[_0x258c78(0x34a)],this[_0x258c78(0x227)],this['_handler']);}}return _0x24c92c[_0x258c78(0x22b)](),_0x24c92c;}catch(_0x17d448){return this[_0x258c78(0x2ed)][_0x258c78(0x21f)]('[FetchMissState]',_0x258c78(0x2bc),_0x17d448),this['_injector'][_0x258c78(0x25c)](Y,this[_0x258c78(0x34a)],this[_0x258c78(0x227)],this[_0x258c78(0x304)],this[_0x258c78(0x386)],this[_0x258c78(0x387)],!0x1);}}[_0x43980f(0x1fa)](_0x300e76){const _0x53244f=_0x43980f;this[_0x53244f(0x213)]();for(let _0x6d4e9=0x0;_0x6d4e9<_0x300e76[_0x53244f(0x334)];_0x6d4e9++){let _0x4a14ea=_0x300e76[_0x6d4e9],_0x12dd17=this['_getCurrentRevision']();if(!(_0x4a14ea['revision']<=_0x12dd17)){if(_0x4a14ea[_0x53244f(0x29e)]>_0x12dd17+0x1)return{'missingChangesets':!0x0};if(this['_isEchoedAwaitingChangeset'](_0x4a14ea)){this[_0x53244f(0x281)]();continue;}this['_transformAndApplyRemoteChangeset'](_0x4a14ea),this['_acknowledgeAwaitingIfReady']();}}return{'missingChangesets':!0x1};}[_0x43980f(0x2fd)](_0x4d266b){const _0x378383=_0x43980f;let _0xbe9cef=_0x4d266b,_0x5413a4=this[_0x378383(0x304)];if(_0x5413a4){let _0x22b0b7=this['_transformService'][_0x378383(0x221)]([_0x4d266b],[_0x5413a4],!0x1);if(!_0x4f89e9(_0x22b0b7))throw _0x22b0b7[_0x378383(0x21f)];_0xbe9cef=_0x22b0b7[_0x378383(0x151)][0x0],_0x5413a4=_0x22b0b7['c2Prime'][0x0];}let _0x4bd14e=this[_0x378383(0x386)];if(_0x4bd14e['length']){let _0x29bca2=this[_0x378383(0x27f)][_0x378383(0x278)](_0xbe9cef,_0x4bd14e);if(!_0x993155(_0x29bca2))throw _0x29bca2[_0x378383(0x21f)];_0xbe9cef=_0x29bca2['c1Prime'],_0x4bd14e=_0x29bca2[_0x378383(0x192)];}this[_0x378383(0x2df)](_0xbe9cef),_0x5413a4&&(_0x5413a4[_0x378383(0x237)]=this[_0x378383(0x315)]()),this[_0x378383(0x304)]=_0x5413a4,this[_0x378383(0x386)]=_0x4bd14e;}[_0x43980f(0x213)](){const _0x199388=_0x43980f;if(!this[_0x199388(0x304)]||this[_0x199388(0x228)]==null)return;let _0x48ba85=this[_0x199388(0x315)]();if(this[_0x199388(0x228)]<=_0x48ba85)throw Error(_0x199388(0x1dc)+this[_0x199388(0x228)]+'.');this[_0x199388(0x228)]===_0x48ba85+0x1&&this['_acknowledgeAwaiting']();}[_0x43980f(0x281)](){const _0xb02080=_0x43980f;this[_0xb02080(0x203)](),this[_0xb02080(0x304)]=null,this[_0xb02080(0x228)]=null;}[_0x43980f(0x2c1)](_0x479880){const _0x1194f1=_0x43980f;let _0x13f1b1=this[_0x1194f1(0x304)];return!_0x13f1b1||!_0x13f1b1[_0x1194f1(0x18b)]||_0x13f1b1[_0x1194f1(0x226)]===null||_0x13f1b1['reqId']===void 0x0?!0x1:_0x479880[_0x1194f1(0x34a)]===_0x13f1b1['unitID']&&_0x479880[_0x1194f1(0x18b)]===_0x13f1b1[_0x1194f1(0x18b)]&&_0x479880['reqId']===_0x13f1b1[_0x1194f1(0x226)];}[_0x43980f(0x1bf)](){const _0x4b869e=_0x43980f;throw Error(_0x4b869e(0x337));}[_0x43980f(0x33b)](_0x2e59f1){const _0x17a8d5=_0x43980f;return this[_0x17a8d5(0x386)][_0x17a8d5(0x242)](_0x2e59f1),this;}[_0x43980f(0x21e)](_0x229234){const _0x292409=_0x43980f;return this[_0x292409(0x1f7)][_0x292409(0x242)](_0x229234),this;}[_0x43980f(0x1dd)](_0x132022){const _0x4a7744=_0x43980f;if(this[_0x4a7744(0x304)]){let _0x2db596=this[_0x4a7744(0x315)]();return _0x132022[_0x4a7744(0x29e)]<=_0x2db596||(_0x2db596+0x1===_0x132022['revision']?(this['_incrementRevisionNumber'](),this[_0x4a7744(0x304)]=null,this[_0x4a7744(0x228)]=null):this[_0x4a7744(0x228)]=_0x132022[_0x4a7744(0x29e)]),this;}if(_0x132022[_0x4a7744(0x29e)]<=this[_0x4a7744(0x315)]())return this;throw Error(_0x4a7744(0x333));}[_0x43980f(0x36c)](_0x391c1c){const _0xd28887=_0x43980f;return this[_0xd28887(0x301)](!!(_0x391c1c!=null&&_0x391c1c[_0xd28887(0x318)]));}['onRemoteRetry'](){return this;}[_0x43980f(0x1f0)](){const _0x3dd94c=_0x43980f;return this[_0x3dd94c(0x308)][_0x3dd94c(0x25c)](X,this[_0x3dd94c(0x34a)],this['type'],this[_0x3dd94c(0x304)],this[_0x3dd94c(0x386)],this[_0x3dd94c(0x387)]);}[_0x43980f(0x306)](){return this;}[_0x43980f(0x301)](_0x85ada4){const _0x43ab09=_0x43980f;return this['_injector'][_0x43ab09(0x25c)](Y,this[_0x43ab09(0x34a)],this['type'],this['_awaitingChangeset'],this['_pendingMutations'],this['_handler'],_0x85ada4);}};Z=z([R(0x7,_0x1c7850(_0xd7c234)),R(0x8,_0x1c7850(_0x40cc5a)),R(0x9,_0x4a2db6),R(0xa,_0x2e910a),R(0xb,_0x3a28c4),R(0xc,_0x41cd1f),R(0xd,_0x4d2f7f(V))],Z);function Xt(_0x3d570a,_0x3a2d1f,_0x539ccb,_0x596480,_0x34b8f1,_0x45ad16){const _0x4a37ed=_0x43980f;return _0x596480&&_0x34b8f1[_0x4a37ed(0x334)]?_0x3d570a[_0x4a37ed(0x25c)](J,_0x3a2d1f,_0x539ccb,_0x596480,_0x34b8f1,_0x45ad16,void 0x0):_0x596480?_0x3d570a[_0x4a37ed(0x25c)](q,_0x3a2d1f,_0x539ccb,_0x596480,_0x45ad16):_0x34b8f1[_0x4a37ed(0x334)]?_0x3d570a[_0x4a37ed(0x25c)](K,_0x3a2d1f,_0x539ccb,_0x34b8f1,_0x45ad16):_0x3d570a[_0x4a37ed(0x25c)](G,_0x3a2d1f,_0x539ccb,_0x45ad16);}let Zt=class extends _0x1a88c8{get[_0x43980f(0x22d)](){return this['_state'];}constructor(_0x2070b1,_0x2cf3fe,_0x663672,_0x14b9e9,_0x85aa48,_0x545c63,_0x4d4f53,_0x1d1751,_0x3252ea,_0x54223d,_0xe27c46,_0x2b08c2,_0x518f0d,_0x1d9329){const _0x2d8618=_0x43980f;super(),this[_0x2d8618(0x34a)]=_0x2070b1,this[_0x2d8618(0x172)]=_0x2cf3fe,this[_0x2d8618(0x219)]=_0x663672,this[_0x2d8618(0x308)]=_0x14b9e9,this[_0x2d8618(0x1c6)]=_0x85aa48,this[_0x2d8618(0x353)]=_0x545c63,this[_0x2d8618(0x191)]=_0x4d4f53,this[_0x2d8618(0x167)]=_0x1d1751,this[_0x2d8618(0x372)]=_0x3252ea,this[_0x2d8618(0x2ed)]=_0x54223d,this[_0x2d8618(0x35d)]=_0xe27c46,this[_0x2d8618(0x154)]=_0x2b08c2,this['_singleActiveUnitService']=_0x518f0d,this['_localCacheService']=_0x1d9329,I(this,_0x2d8618(0x365),new _0x1eef50(null)),I(this,'state$',this[_0x2d8618(0x365)]['asObservable']()),I(this,_0x2d8618(0x293),void 0x0),I(this,_0x2d8618(0x17a),!0x1),I(this,_0x2d8618(0x329),''),I(this,_0x2d8618(0x35f),0x0),I(this,_0x2d8618(0x271),this[_0x2d8618(0x393)]['pipe'](_0x3f4ed6(_0x171ed1=>_0x171ed1?_0x171ed1[_0x2d8618(0x36a)]:'offline'),_0x2db618({'bufferSize':0x1,'refCount':!0x0}))),I(this,_0x2d8618(0x1b3),!0x1),I(this,_0x2d8618(0x1a2),[]);}async[_0x43980f(0x168)](){const _0x18ce05=_0x43980f;if(this[_0x18ce05(0x22d)])throw Error(_0x18ce05(0x272));await this[_0x18ce05(0x26f)]();}[_0x43980f(0x155)](){return this['_collaborationPaused']=!0x0,_0x148718(()=>{const _0x54b3c0=_0x50c8;this[_0x54b3c0(0x17a)]=!0x1,this['_exhaustRemoteChangesetQueue']();});}[_0x43980f(0x16e)](_0x1d0913){const _0x3ec121=_0x43980f;this[_0x3ec121(0x16b)](_0x1d0913);}['_updateState'](_0x1d2f4a){const _0x3ddc7a=_0x43980f;this[_0x3ddc7a(0x293)]=_0x1d2f4a,this[_0x3ddc7a(0x365)][_0x3ddc7a(0x177)](_0x1d2f4a);}async[_0x43980f(0x26f)](){const _0x1c5783=_0x43980f;if(this[_0x1c5783(0x27a)](await this[_0x1c5783(0x223)]()),this[_0x1c5783(0x18e)]){var _0x169c01;(_0x169c01=this['_singleActiveUnitService'])==null||_0x169c01[_0x1c5783(0x354)](this[_0x1c5783(0x34a)]),this[_0x1c5783(0x31e)](this['_singleActiveUnitService']['getUnitStatus$'](this[_0x1c5783(0x34a)])[_0x1c5783(0x374)](_0x1f473a=>{const _0x453c32=_0x1c5783;this[_0x453c32(0x2ed)][_0x453c32(0x1ae)](_0x453c32(0x340),_0x453c32(0x2dd),_0x1f473a),_0x1f473a===0x1?(this[_0x453c32(0x167)][_0x453c32(0x3b5)]({'id':_0x453c32(0x1d2)}),this[_0x453c32(0x154)][_0x453c32(0x181)](new _0x173d60(this[_0x453c32(0x34a)])['id'],!0x1),this[_0x453c32(0x154)]['setShowComponents'](!0x1)):(this['_permissionService'][_0x453c32(0x181)](new _0x173d60(this[_0x453c32(0x34a)])['id'],!0x0),this['_permissionService'][_0x453c32(0x3a3)](!0x0));}));}let _0xc8bf12=!0x1;return this[_0x1c5783(0x31e)](this[_0x1c5783(0x172)][_0x1c5783(0x332)][_0x1c5783(0x374)](_0x1ea92b=>{const _0x4f2470=_0x1c5783;_0x1ea92b===0x3?this[_0x4f2470(0x30f)](_0xc8bf12):_0x1ea92b===0x2&&(_0xc8bf12=!0x0,this[_0x4f2470(0x247)]());})),this[_0x1c5783(0x31e)](this[_0x1c5783(0x172)][_0x1c5783(0x282)][_0x1c5783(0x374)](_0xb480ac=>{const _0x1ea59d=_0x1c5783;try{switch(_0xb480ac[_0x1ea59d(0x201)]){case _0x3cfbbf['NEW_CHANGESETS']:this[_0x1ea59d(0x29a)](_0x4fb883(_0xb480ac[_0x1ea59d(0x324)]));break;case _0x3cfbbf[_0x1ea59d(0x3a8)]:this[_0x1ea59d(0x1ce)](_0xb480ac[_0x1ea59d(0x324)]);break;case _0x3cfbbf[_0x1ea59d(0x178)]:this[_0x1ea59d(0x33d)]();break;case _0x3cfbbf[_0x1ea59d(0x341)]:this[_0x1ea59d(0x2e5)](_0xb480ac[_0x1ea59d(0x324)]);break;case _0x3cfbbf[_0x1ea59d(0x158)]:this['_onFetchMissResult'](_0xb480ac[_0x1ea59d(0x324)][_0x1ea59d(0x352)]['map'](_0x5d2d24=>_0x4fb883(_0x5d2d24)));break;case _0x3cfbbf['PERMISSION_REJ']:this['_onRemoteRejected']({'isPermissionRej':!0x0});break;case _0x3cfbbf[_0x1ea59d(0x1c5)]:break;}}catch(_0xf9506f){throw console[_0x1ea59d(0x21f)]('Error\x20on\x20receiving\x20event',_0xf9506f),_0xf9506f;}})),this[_0x1c5783(0x293)];}[_0x43980f(0x37b)](){const _0x1fc348=_0x43980f;this[_0x1fc348(0x1b3)]=!0x1;}[_0x43980f(0x239)](){const _0xd73c1d=_0x43980f;if(this['_transitionLocked'])throw Error(_0xd73c1d(0x14d));this['_transitionLocked']=!0x0;}[_0x43980f(0x16b)](_0x5d8807){const _0xcf0e8d=_0x43980f;this[_0xcf0e8d(0x239)](),this[_0xcf0e8d(0x27a)](this[_0xcf0e8d(0x293)][_0xcf0e8d(0x33b)](_0x5d8807)),this[_0xcf0e8d(0x37b)]();}[_0x43980f(0x29a)](_0xf1bf2){const _0x5c73f5=_0x43980f;if(!(_0xf1bf2[_0x5c73f5(0x29e)]<=this[_0x5c73f5(0x191)][_0x5c73f5(0x2a1)](this[_0x5c73f5(0x34a)]))){if(this[_0x5c73f5(0x17a)]){this[_0x5c73f5(0x1a2)][_0x5c73f5(0x242)](_0xf1bf2);return;}this[_0x5c73f5(0x33e)](_0xf1bf2);}}['_exhaustRemoteChangesetQueue'](){const _0x31ee65=_0x43980f;this['_remoteChangesetQueue'][_0x31ee65(0x256)](_0x199c75=>this[_0x31ee65(0x33e)](_0x199c75)),this[_0x31ee65(0x1a2)]=[];}[_0x43980f(0x33e)](_0x389298){const _0x5ce6d6=_0x43980f;let _0x232068=this[_0x5ce6d6(0x1c6)][_0x5ce6d6(0x3a0)][_0x5ce6d6(0x3ab)](this[_0x5ce6d6(0x1c6)][_0x5ce6d6(0x3a0)]['getInterceptPoints']()[_0x5ce6d6(0x312)])(_0x389298[_0x5ce6d6(0x39a)],null)||_0x389298[_0x5ce6d6(0x39a)],_0x924b40={..._0x389298,'mutations':_0x232068};this[_0x5ce6d6(0x239)](),this['_updateState'](this['_state'][_0x5ce6d6(0x21e)](_0x924b40)),this[_0x5ce6d6(0x37b)]();}[_0x43980f(0x1ce)](_0x4205ad){const _0x14ff5c=_0x43980f;this[_0x14ff5c(0x239)](),this['_updateState'](this[_0x14ff5c(0x293)][_0x14ff5c(0x1dd)](_0x4205ad)),this[_0x14ff5c(0x37b)]();}['_onRemoteRejected'](_0x2b2b5e){this['_lockTransition'](),this['_updateState'](this['_state']['onRemoteRej'](_0x2b2b5e)),this['_unlockTransition']();}['_onRemoteRetry'](_0x33308c){const _0x13659d=_0x43980f;this[_0x13659d(0x239)](),this[_0x13659d(0x27a)](this['_state'][_0x13659d(0x19b)](_0x33308c)),this['_unlockTransition']();}[_0x43980f(0x15b)](_0x6208e1){const _0x1e2f45=_0x43980f;if(!(this['_state']instanceof Z))throw TypeError(_0x1e2f45(0x331));let _0x2df8c3=_0x6208e1[_0x1e2f45(0x18d)](_0x3e0de0=>{const _0x55d0d8=_0x1e2f45;let _0x23f836=this[_0x55d0d8(0x1c6)]['interceptor'][_0x55d0d8(0x3ab)](this['_compressMutationService']['interceptor'][_0x55d0d8(0x27c)]()[_0x55d0d8(0x312)])(_0x3e0de0[_0x55d0d8(0x39a)],null)||_0x3e0de0['mutations'];return{..._0x3e0de0,'mutations':_0x23f836};});this[_0x1e2f45(0x239)](),this[_0x1e2f45(0x27a)](this[_0x1e2f45(0x293)][_0x1e2f45(0x17b)](_0x2df8c3)),this[_0x1e2f45(0x37b)]();}['_toggleOffline'](){const _0x4179cf=_0x43980f;this[_0x4179cf(0x239)](),this[_0x4179cf(0x27a)](this['_state']['toggleOffline']()),this[_0x4179cf(0x37b)]();}['_toggleOnline'](_0x2c3b7e=!0x1){const _0x48f502=_0x43980f;this[_0x48f502(0x239)](),this[_0x48f502(0x27a)](this['_state'][_0x48f502(0x306)]()),this['_unlockTransition']();let _0x361a3a=this[_0x48f502(0x293)];_0x2c3b7e&&_0x361a3a instanceof G&&(this[_0x48f502(0x239)](),this['_updateState'](_0x361a3a['fetchMiss']()),this[_0x48f502(0x37b)]());}async[_0x43980f(0x223)](){return new Promise(_0x4ff451=>{const _0x3c283b=_0x50c8;this[_0x3c283b(0x172)]['sessionStatus$']['pipe'](_0x4dc0d7(0x1))[_0x3c283b(0x374)](async _0x102270=>{const _0x3fc389=_0x3c283b;_0x4ff451(await this[_0x3fc389(0x2b1)](_0x102270===0x3));});});}[_0x43980f(0x2d5)](){const _0x2ef7f6=_0x43980f;let _0x4006d2=this[_0x2ef7f6(0x34a)];return{'onStateChange':(_0xaf7556,_0x31705e)=>{const _0x27dc1c=_0x2ef7f6;if(_0xaf7556!==this[_0x27dc1c(0x293)])throw Error(_0x27dc1c(0x28c)+_0xaf7556[_0x27dc1c(0x36a)]+_0x27dc1c(0x395)+_0x31705e[_0x27dc1c(0x36a)]+_0x27dc1c(0x2de)+this[_0x27dc1c(0x293)]['status']);this[_0x27dc1c(0x27a)](_0x31705e);},'onSendChangeset':_0xb5852b=>{const _0x21ab2a=_0x2ef7f6;_0xb5852b[_0x21ab2a(0x18b)]||(_0xb5852b[_0x21ab2a(0x18b)]=this[_0x21ab2a(0x329)],_0xb5852b[_0x21ab2a(0x226)]=++this[_0x21ab2a(0x35f)]);let _0x52e364={'eventID':_0x3cfbbf[_0x21ab2a(0x3b1)],'data':{'unitID':_0xb5852b[_0x21ab2a(0x34a)],'unitType':this[_0x21ab2a(0x219)],'changeset':_0xb5852b,'memberID':this[_0x21ab2a(0x172)][_0x21ab2a(0x15a)]()}};this[_0x21ab2a(0x172)][_0x21ab2a(0x3c6)](_0x52e364,this['unitID']);},'onMissingChangesets':({from:_0x224829,to:_0x28e8d1})=>{const _0x22d24e=_0x2ef7f6;this[_0x22d24e(0x2ed)][_0x22d24e(0x1ae)]('[CollaborationEntity]',_0x22d24e(0x31b)+_0x224829+_0x22d24e(0x23f)+_0x28e8d1);let _0x286e9c={'eventID':_0x3cfbbf[_0x22d24e(0x217)],'data':{'unitID':_0x4006d2,'unitType':this[_0x22d24e(0x219)],'from':_0x224829,'to':_0x28e8d1}};this[_0x22d24e(0x172)][_0x22d24e(0x3c6)](_0x286e9c,this[_0x22d24e(0x34a)]);}};}async[_0x43980f(0x2b1)](_0x2d7a57){const _0x1c243e=_0x43980f;var _0x1f91e7,_0x1b1ed2,_0x43faff;let _0x21b253=await((_0x1f91e7=this['_localCacheService'])==null?void 0x0:_0x1f91e7[_0x1c243e(0x187)](this[_0x1c243e(0x34a)])),_0x3ef3a6=(_0x1b1ed2=_0x21b253==null?void 0x0:_0x21b253[_0x1c243e(0x39a)])==null?[]:_0x1b1ed2,_0x121e45=(_0x43faff=_0x21b253==null?void 0x0:_0x21b253['awaitingChangeset'])==null?null:_0x43faff,_0x636cbf=!!(_0x121e45!=null&&_0x121e45[_0x1c243e(0x18b)])&&!!(_0x121e45!=null&&_0x121e45[_0x1c243e(0x226)]);this['_changesetSessionId']=_0x636cbf?_0x121e45['sid']:_0x338fc9(),this['_changesetReqId']=_0x636cbf?_0x121e45[_0x1c243e(0x226)]:0x0;let _0x1cea86=this[_0x1c243e(0x34a)];try{this['_replayCachedMutations'](_0x121e45,_0x3ef3a6);}catch(_0x505995){this[_0x1c243e(0x2ed)]['error'](_0x505995);}let _0x476fba=this[_0x1c243e(0x2d5)]();if(_0x2d7a57){let _0x368348=Xt(this[_0x1c243e(0x308)],_0x1cea86,this['_type'],_0x121e45,_0x3ef3a6,_0x476fba);return _0x368348 instanceof K?_0x368348[_0x1c243e(0x3bf)]():(_0x368348 instanceof J||_0x368348 instanceof q)&&_0x368348['resend'](),_0x368348;}return this[_0x1c243e(0x308)][_0x1c243e(0x25c)](X,_0x1cea86,this[_0x1c243e(0x219)],_0x121e45,_0x3ef3a6,_0x476fba);}['_replayCachedMutations'](_0x9395ce,_0x487438){const _0x5b0603=_0x43980f;var _0x1690ad,_0x58c4cb;let _0x49faf4=this[_0x5b0603(0x1c6)][_0x5b0603(0x3a0)][_0x5b0603(0x3ab)](this[_0x5b0603(0x1c6)]['interceptor'][_0x5b0603(0x27c)]()[_0x5b0603(0x312)]);(_0x1690ad=_0x49faf4((_0x9395ce==null?void 0x0:_0x9395ce[_0x5b0603(0x39a)])||[],null))==null||_0x1690ad['forEach'](_0x3f3b34=>this['_commandService'][_0x5b0603(0x1c2)](_0x3f3b34['id'],_0x3f3b34[_0x5b0603(0x310)])),(_0x58c4cb=_0x49faf4(_0x487438||[],null))==null||_0x58c4cb[_0x5b0603(0x256)](_0x44b7ec=>this[_0x5b0603(0x35d)][_0x5b0603(0x1c2)](_0x44b7ec['id'],_0x44b7ec[_0x5b0603(0x310)]));}};Zt=z([R(0x3,_0x1c7850(_0xd7c234)),R(0x4,_0x1c7850(_0x32355b)),R(0x5,_0x1c7850(_0x24941e)),R(0x6,_0x1c7850(_0x40cc5a)),R(0x7,_0x1c7850(L)),R(0x8,_0x5f47c6),R(0x9,_0x4a2db6),R(0xa,_0x2e910a),R(0xb,_0x57bb9f),R(0xc,_0x4d2f7f(jt)),R(0xd,_0x4d2f7f(V))],Zt);let Qt=class extends Zt{constructor(_0x32ef16,_0x4615de,_0x29aecb,_0x15d616,_0x188d3f,_0x4eedf3,_0x4a6235,_0x290ab7,_0x32d65d,_0x5097bb,_0x47fbdc,_0x3a45d4,_0x431ea7,_0x2b2d4e){const _0x49f241=_0x43980f;super(_0x32ef16,_0x29aecb,_0x4615de,_0x15d616,_0x188d3f,_0x4eedf3,_0x4a6235,_0x290ab7,_0x32d65d,_0x5097bb,_0x47fbdc,_0x3a45d4,_0x431ea7,_0x2b2d4e),this[_0x49f241(0x34a)]=_0x32ef16,this[_0x49f241(0x227)]=_0x4615de,I(this,_0x49f241(0x355),null);}[_0x43980f(0x3b3)](_0x4a317f){const _0x5915ee=_0x43980f;this[_0x5915ee(0x355)]=_0x4a317f;}['dispose'](){const _0x2ebf4d=_0x43980f;this[_0x2ebf4d(0x355)]=null,super[_0x2ebf4d(0x215)]();}['_createHandler'](){const _0x3befa=_0x43980f;let _0x5b77cb=super[_0x3befa(0x2d5)]();return _0x5b77cb[_0x3befa(0x161)]=_0x5775da=>{const _0x646a33=_0x3befa;var _0x46bbd4,_0x1ed606;return(_0x46bbd4=this[_0x646a33(0x355)])==null||(_0x1ed606=_0x46bbd4['onTransformIME'])==null?void 0x0:_0x1ed606['call'](_0x46bbd4,_0x5775da);},_0x5b77cb[_0x3befa(0x3ae)]=_0x11c27a=>{const _0x3334c5=_0x3befa;var _0x25a1cd,_0x17425f;return(_0x25a1cd=this[_0x3334c5(0x355)])==null||(_0x17425f=_0x25a1cd['onTransformState'])==null?void 0x0:_0x17425f['call'](_0x25a1cd,_0x11c27a);},_0x5b77cb[_0x3befa(0x3c4)]=_0x1ccbea=>{const _0x5a1b84=_0x3befa;var _0x3471ab,_0x11a3c5;return(_0x3471ab=this[_0x5a1b84(0x355)])==null||(_0x11a3c5=_0x3471ab[_0x5a1b84(0x3c4)])==null?void 0x0:_0x11a3c5[_0x5a1b84(0x19f)](_0x3471ab,_0x1ccbea);},_0x5b77cb['onSyncEditingCollabCursor']=_0x5c29b8=>{const _0x23736d=_0x3befa;var _0x442ab1,_0x37eab4;return(_0x442ab1=this[_0x23736d(0x355)])==null||(_0x37eab4=_0x442ab1['onSyncEditingCollabCursor'])==null?void 0x0:_0x37eab4['call'](_0x442ab1,_0x5c29b8);},_0x5b77cb[_0x3befa(0x1ca)]=_0x44fda3=>{const _0x2c4810=_0x3befa;var _0x5a78e0,_0x3f4b44,_0x21bf02;if(!((_0x5a78e0=this[_0x2c4810(0x355)])!=null&&_0x5a78e0[_0x2c4810(0x1ca)]))throw Error(_0x2c4810(0x220));return(_0x3f4b44=this['_handlerCallback'])==null||(_0x21bf02=_0x3f4b44[_0x2c4810(0x1ca)])==null?void 0x0:_0x21bf02[_0x2c4810(0x19f)](_0x3f4b44,_0x44fda3);},_0x5b77cb[_0x3befa(0x27d)]=_0x4316c5=>{const _0x39186c=_0x3befa;var _0x350588,_0x30a3ae,_0x36eae2;if(!((_0x350588=this[_0x39186c(0x355)])!=null&&_0x350588[_0x39186c(0x27d)]))throw Error(_0x39186c(0x1b5));return(_0x30a3ae=this[_0x39186c(0x355)])==null||(_0x36eae2=_0x30a3ae[_0x39186c(0x27d)])==null?void 0x0:_0x36eae2[_0x39186c(0x19f)](_0x30a3ae,_0x4316c5);},_0x5b77cb;}async[_0x43980f(0x26f)](){const _0x5283a7=_0x43980f;let _0x49aab4=await super[_0x5283a7(0x26f)]();return this['disposeWithMe'](this[_0x5283a7(0x35d)][_0x5283a7(0x1b0)]((_0x317e79,_0x2fa18e)=>{const _0x27fbe7=_0x5283a7;if(_0x317e79[_0x27fbe7(0x227)]!==_0x96f3a4[_0x27fbe7(0x244)]||_0x2fa18e!=null&&_0x2fa18e['fromCollab']||_0x2fa18e!=null&&_0x2fa18e[_0x27fbe7(0x156)]||_0x317e79['id']===_0x5e19ba['id'])return;let _0x13f57a=_0x317e79[_0x27fbe7(0x310)];if((_0x13f57a==null?void 0x0:_0x13f57a[_0x27fbe7(0x175)])!==this['unitID'])return;let _0x225ffd=_0x317e79,_0x2c1a92=this[_0x27fbe7(0x1c6)][_0x27fbe7(0x3a0)][_0x27fbe7(0x3ab)](this[_0x27fbe7(0x1c6)][_0x27fbe7(0x3a0)][_0x27fbe7(0x27c)]()[_0x27fbe7(0x1f3)])([_0x225ffd],this[_0x27fbe7(0x372)])||[_0x225ffd];this['_onLocalMutation'](_0x2c1a92[0x0]);})),_0x49aab4;}};Qt=z([R(0x3,_0x1c7850(_0xd7c234)),R(0x4,_0x1c7850(_0x32355b)),R(0x5,_0x1c7850(_0x24941e)),R(0x6,_0x1c7850(_0x40cc5a)),R(0x7,_0x1c7850(L)),R(0x8,_0x5f47c6),R(0x9,_0x4a2db6),R(0xa,_0x2e910a),R(0xb,_0x57bb9f),R(0xc,_0x4d2f7f(jt)),R(0xd,_0x4d2f7f(V))],Qt);function _0xeabc(){const _0x5cda59=['_memberService','_scheduleCollaborationTimeoutTimer','JOIN_ROOM_FULL','csShouldRetryEvent','_socketReady','name','fetchMissingChangesets','/allowed','newCsEvent','_transformRemoteChangesetByIMECache','unsubscribe','_roomCreated$','setCfgEnableObjInherit','registerHTTPInterceptor','getMember','offline','_startTelemetryCollaborationNewChangeset','_createHandler','SOCKET_FAILED_RETRY','post','refreshPermission','csAckEvent','_transformStack','encrypt','pipe','editing\x20status\x20changed\x20to','\x0aCurrent:\x20','_executeRemoteChangeset','subUnitId','deepClone','_transformIMECache','collaboration-client.auth.needGotoLoginAlert','getCurrentUser','_onRemoteRetry','_clearTimeoutTimer','startTime','_waitForHeartbeatResponse','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','duration','[SyncedState]:\x20received\x20rejection.','stopTime','_logService','_getLoginPath','@univerjs-pro/collaboration-client','collaMsg','_substituteRedoStack','_throwTelemetryCollaborationNewChangeset','OTHER_CLIENTS_EDITING','shouldCloseConn','splice','/universer-api/uniscript','parse','/universer-api/authz','LIVESHARE_FETCH_OPERATIONS','allowed','ws://127.0.0.1:8000/universer-api/comb/connect','Univer','_transformAndApplyRemoteChangeset','from','_members','_collaborationUIEventService','_onConflict','rev','enableAuthServer','_awaitingChangeset','CLOSE_ROOM','toggleOnline','[CollaborationUndoRedoService]','_injector','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','requestParams','defineProperty','getSnapshotAPIPath','[PendingState]:\x20unhandled\x20univer\x20type:\x20','has','_toggleOnline','params','transformUndoRedo','COMPRESS_MUTATION_APPLY','_initMergeInterceptor','univer-pro.collaboration-client.single-active-unit-service','_getCurrentRevision','_onRecvEvent','77fnXQwj','isPermissionRej','not_collab','_cfgEnableObjInherit','fetching\x20missing\x20changesets\x20from\x20','joinRsp','get','disposeWithMe','UUID','/collaborator','_submitChangeset','collaboration_new_changeset','_httpService','data','[CollaborationSessionService]','awaiting_with_pending','override','session.room-cnt-exceeds','_changesetSessionId','snapshotServerUrl','_snapshotService','PERMISSION_REJ','_clearRedo','append','setCurrentUser','[OfflineState]:\x20received\x20acknowledgement.','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','sessionStatus$','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','length','LIVESHARE_NEW_HOST','SYNCED','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','unknown','_getAPIPrefixPath','saveChangeset','appendMutation','origin','_onRemoteRejected','_applyRemoteChangeset','getTime','[CollaborationEntity]','CHANGESET_SHOULD_RETRY','_members$','/new_changes','_onUserLeave','collabWebSocketUrl','pending','includes','_clearScheduledTask','_resendTimeout','unitID','then','socket\x20open.','UNIVER_DOC','_checkMissing','getUnitOnRev','x-univer-host','objectID','changesets','_localeService','editingUnit','_handlerCallback','values','listRoles','cmd','clear','_resendTimer','_sendingTimer','getTypeOfUnitDisposed$','_commandService','getActiveSheet','_changesetReqId','symbol','liveShareNewHost','_clearUndo','_onUserJoin','toPrimitive','_state$','subject','message$','href','stringify','status','_userManagerService','onRemoteRej','_retryCount','updateCursorEvent','getCurrentSelections','_replaceFileID','_sheetTransformSelectionsService','_univerInstanceService','requireSession','subscribe','sendChangesetTimeout','?size=','members','_startCollaboration','_showConflictNotification','JOIN_ROOM_NOT_EXISTS','_unlockTransition','_shouldReportTelemetry','LIVESHARE_TERMINATE','10DvVQzc','\x20-\x20','_stopTelemetryCollaborationNewChangeset','list','getResourcesRequest','SOCKET_FAILED','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','FETCH_MISS','_pendingMutations','_handler','USERS_LEAVE','_getAPIPrefix','workbook','removeMember','getCfgEnableObjInherit','readyForCollab','signUrlServerUrl','fetch_missing','_socket$','LEAVE','awaitingChangeset','state$','_decreaseWaiting','\x0aAfter:\x20','_entityInit$','replace','_emitMembers','commentUpdate$','mutations','floor','getUnit','COMMENT_UPDATE','resolve','OPTIONAL','interceptor','[OfflineState]:\x20received\x20changeset.','[PendingState]:\x20received\x20acknowledgement.','setShowComponents','getImageSourceCache','/-/object/list','_event$','reject','CHANGESET_ACK','_resendWithTimeout','focused$','fetchThroughInterceptors','_onMessage','_imageSourceCache','onTransformState','_transformStateCache','getFocusedUnit','SUBMIT_CHANGESET','session.join-failed','addHandlerCallback','unitId\x20is\x20not\x20found','emitEvent','putCollaborators','_getUndoStack','JOIN','memberID','/universer-api/stream/file/upload','CONFLICT','default','saveSheetBlock','submit\x20changeset\x20error!','_schedule','_collabSessionService','transformSelections','update','createCollaborator','onTransformSelections','_initDependencies','send','entries','IDLE','function','[CollaborationEntity]:\x20cannot\x20lock\x20transition\x20twice!\x20This\x20is\x20an\x20implementation\x20error,\x20meaning\x20you\x20transit\x20the\x20collaboration\x20state\x20again\x20in\x20the\x20process\x20of\x20a\x20previous\x20transition.\x20This\x20should\x20never\x20happen.','onload','session.room-not-exists','_unitID','c1Prime','enableSingleActiveInstanceLock','HEARTBEAT_INTERVAL','_permissionService','pauseCollaboration','onlyLocal','[OfflineState]:\x20received\x20rejection.','PSEUDO_FETCH_MISSING_RESULT','originalMeta','getMemberID','_onFetchMissResult','ERROR_IMAGE','string','waitForRoom$','sort','univer-pro.collaboration-client.network-condition.service','onTransformIME','loginUrlKey','synced','localeService','_getDownloadEndpointURL','url','_eventService','init','getSheetBlock','INGEST','_onLocalMutation','35878hQiVOY','NO_OTHER_CLIENTS_EDITING','onLocalMutation','AWAITING','iterator','_disableEditing','session','result','updatePermissionObjEvent','unitId','/universer-api/snapshot','next','CHANGESET_REJ','_snapshotServerService','_collaborationPaused','onMissedChangesetFetched','_updateStatus','socketService','min','slice','_socketMessageSubscription','updatePermissionPoint','LIVESHARE_OPERATION','LIVESHARE_REQUEST_HOST','getConfig','readAsDataURL','/object','loadOfflineData','getWorkbookSelections','univer-pro.collaboration-client-socket-service','_configService','sid','_unitInfo$','map','_singleActiveUnitService','capture','patch','_revisionService','m2Prime','permissionRejEvent','collaboratorID','_onOffline','complete','isArray','onCommentUpdate','responseType','_maxTotalRetryTimeout','onRemoteRetry','snapshot','_transformSelections','HELLO','call','_getRedoStack','getCollabEntity','_remoteChangesetQueue','_fetchMissChangesets','saveSnapshot','set','[CollaborationState]:\x20apply\x20error!','socket\x20close','_rescheduleHeartbeat','2253016fUlaTt','FileId','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','_getSignURL','_doCreateSocket','debug','_tryEnsureSocket','onMutationExecutedForCollab','2764980xpFLDX','onMissingChangesets','_transitionLocked','avatar','onTransformRemoteChangesetByStateCache\x20callback\x20is\x20not\x20added\x20yet.','6174608fmKSiI','_status$','routeKey','pluginName','_scheduleCompleteTimestamp','conflict','method','1329875aZmfJO','PENDING','resend','equals','0.25.1','executeCommand','put','_sendHeartbeat','UNISCRIPT_RUN','_compressMutationService','error$','text-x','save\x20fail\x20reason\x20is\x20','onTransformRemoteChangesetByIMECache','setConfig','HEARTBEAT_TIMEOUT','startsWith','_onRemoteACK','downloadEndpointUrl','some','_telemetryService','OTHER_CLIENT_EDITING','location','_onJoinRoomEvent','ONLINE','close$','reverse','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','updateMember','_instanceService','collaborators','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','onRemoteAck','_entities','SHOULD_CLOSE_CONN','People','_undoStacks','RETRY_CONNECTING_MAX_COUNT','_localCacheService','getUnitType','dispose$','collaboration-client.config','loadUnit','LOCAL_CACHE_INTERVAL','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','actions','objects','3MfkZfo','localCacheService','_onConnectionFailed','ERROR_EXCEED_SIZE','toggleOffline','&source=','_clearHeartbeatTimer','COMPRESS_MUTATION_SEND','asObservable','awaiting','/unit/','_queuedRemoteChangesets','code','uniscriptRunEvent','_handleRemoteChangesets','/object/','UPDATE_CURSOR','closeSession','_retryConnectingTimer','/universer-api/snapshot/','joinEvent','eventID','_getSendChangesetTimeout','_incrementRevisionNumber','_networkConditionService','GLOBAL_ROOMS_CNT_EXCEEDS','_sender','body','confirm','PERSON','commentUpdateEvent','_onCombEvent','getTypeOfUnitAdded$','catch','hostname','POST','JOIN_ROOM_FAILED','file','fromCollab','_acknowledgeAwaitingIfReady','objectType','dispose','unitInfo$','FETCH_MISSING','getCollabEntity$','_type','online$','deleteCollaborator','_registerDependencies','max','onRemoteChangeset','error','onTransformRemoteChangesetByIMECache\x20callback\x20is\x20not\x20added\x20yet.','transformChangesets','target','_createInitialState','size','_config','reqId','type','_acknowledgedAwaitingRevision','_change$','_onConnectionOpen','_updateLocalCache','entityInit$','state','loadSheet','delete','USERS_ENTER','liveShareOperation','_waitCount','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','every','_roomMembers','headers','baseRev','find','_lockTransition','reduce','_HTTPService','UPDATE_PERMISSION_OBJ','missingChangesets','session.room-permission-denied','\x20to\x20','initWorkbookPermissionChange','/role','push','[PendingState]:\x20received\x20rejection.','MUTATION','retryConnectingInterval','unit','_toggleOffline','_sessions','_socketService','_initRequestHeader','resourceIDs','[UniverCollaborationClientPlugin]','4aRulnI','_initCloseConn','sessionStatus','_socket','_getCtorByUniverInstanceType','charCodeAt','getUnitId','getValue','_clearLocalCache','forEach','UnitEmbedded','JOINING','_transformRemoteChangesetByStateCache','SUBMIT_CHANGESET_TIMEOUT','[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!','createInstance','open$','/-/object/-/batch_allowed','now','_candidateSocket','JOIN_ROOM_PERMISSION_DENIED','_clearCollaborationTimeoutTimer','fromCharCode','encodeURIComponent','_listenToNetworkCondition','onSendChangeset','/block/','_sendHeartbeatTimer','_commentService','31914ljAvIQ','selections','getDeserializedSheetBlock','title','_collaborationTimeoutTimer','_init','_syncEditingCollabCursor','status$','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','change$','leaveEvent','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','HEARTBEAT','textRanges','transformMutationsWithChangeset','_redoStacks','_updateState','&assign=','getInterceptPoints','onTransformRemoteChangesetByStateCache','_collaborationSessionService','_transformService','authzUrl','_acknowledgeAwaiting','event$','batchAllowed','_timeoutTimer','/universer-api/comb','compose','collaboration-client.local-cache-service','_commentUpdate$','[SyncedState]:\x20received\x20acknowledgement.','_sessionStatus$','collabSubmitChangesetUrl','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','fetchMiss','roomInfos','AWAITING_WITH_PENDING','setWaitCount','UNIVER_SHEET','_joinRoom','_state','createSocket','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','withCredentials','[DataLoaderService]','_undoRedoService','PERMISSION_DENIED','_onRemoteChangeset','reconnect','&to=','_createSocket','revision','_telemetryInfo','MSG_FOR_ERROR','getCurrentRevOfUnit','ERROR_IMAGE_TYPE','_transformUndoredo','close','_tryReconnect','session.room-full','908862atNRHW','getAllMembers','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','_clearRetryConnectingTimer','prototype','_isPermissionRej','uploadFileServerUrl','_initUnitPermissionChange','range','OFFLINE','_createInitialStateImpl','roles','telemetry\x20info\x20is\x20not\x20initialized','add','saveImage','BASE64','_removeRoom','userID','number','__Key__','updateSnapshot','failed\x20to\x20apply\x20missed\x20changesets!','/universer-api/user/session-ticket','Failed\x20to\x20update\x20permission\x20point','{fileID}','object','_isEchoedAwaitingChangeset','filter','/universer-api/oidc/authpage'];_0xeabc=function(){return _0x5cda59;};return _0xeabc();}let $t=class extends Zt{constructor(_0x90b2a3,_0x4a1416,_0x5de253,_0xa6f4f6,_0x555a90,_0x2f3d9f,_0x2d85cb,_0x55e4a8,_0x5235f9,_0x2f8120,_0x32118f,_0x373d84,_0xaad83a,_0x3c66a4,_0x2cd193){const _0x2c9d04=_0x43980f;super(_0x90b2a3,_0x5de253,_0x4a1416,_0xa6f4f6,_0x555a90,_0x2f3d9f,_0x2d85cb,_0x5235f9,_0x2f8120,_0x32118f,_0x373d84,_0xaad83a,_0x3c66a4,_0x2cd193),this[_0x2c9d04(0x34a)]=_0x90b2a3,this[_0x2c9d04(0x227)]=_0x4a1416,this[_0x2c9d04(0x371)]=_0x55e4a8;}['_createHandler'](){const _0x507032=_0x43980f;let _0x524f4b=super[_0x507032(0x2d5)]();return _0x524f4b[_0x507032(0x3c4)]=_0x4e17a5=>this['_sheetTransformSelectionsService']['transformSelections'](_0x4e17a5),_0x524f4b;}async[_0x43980f(0x26f)](){const _0x3ddb2c=_0x43980f;let _0x35bbac=await super[_0x3ddb2c(0x26f)]();return this[_0x3ddb2c(0x31e)](this['_commandService'][_0x3ddb2c(0x1b0)]((_0x193000,_0x497891)=>{const _0x5cb12a=_0x3ddb2c;if(_0x193000[_0x5cb12a(0x227)]!==_0x96f3a4[_0x5cb12a(0x244)]||_0x497891!=null&&_0x497891[_0x5cb12a(0x212)]||_0x497891!=null&&_0x497891[_0x5cb12a(0x156)])return;let _0x351d09=_0x193000[_0x5cb12a(0x310)];if((_0x351d09==null?void 0x0:_0x351d09[_0x5cb12a(0x175)])!==this['unitID'])return;let _0x171e15=_0x193000,_0x2630a4=this[_0x5cb12a(0x1c6)][_0x5cb12a(0x3a0)][_0x5cb12a(0x3ab)](this[_0x5cb12a(0x1c6)][_0x5cb12a(0x3a0)][_0x5cb12a(0x27c)]()[_0x5cb12a(0x1f3)])([_0x171e15],this[_0x5cb12a(0x372)])||[_0x171e15];this[_0x5cb12a(0x16b)](_0x2630a4[0x0]);})),_0x35bbac;}};$t=z([R(0x3,_0x1c7850(_0xd7c234)),R(0x4,_0x1c7850(_0x32355b)),R(0x5,_0x1c7850(_0x24941e)),R(0x6,_0x1c7850(_0x40cc5a)),R(0x7,_0x1c7850(H)),R(0x8,_0x1c7850(L)),R(0x9,_0x5f47c6),R(0xa,_0x4a2db6),R(0xb,_0x2e910a),R(0xc,_0x57bb9f),R(0xd,_0x4d2f7f(jt)),R(0xe,_0x4d2f7f(V))],$t);const en=_0x45c4cd(_0x43980f(0x160));function tn(_0x57524a){const _0x597180=_0x43980f;let _0x34d0dd=_0x57524a[_0x597180(0x324)],_0x4631f3=JSON[_0x597180(0x2f7)](_0x34d0dd);switch(_0x4631f3[_0x597180(0x358)]){case _0x184423[_0x597180(0x276)]:case _0x184423['HELLO']:{let _0x2eedf8=_0x4631f3['infoRsp'];return{..._0x4631f3,'data':_0x2eedf8,'cmd':_0x4631f3[_0x597180(0x358)]};}case _0x184423['JOIN']:{let _0x2f505c=_0x4631f3[_0x597180(0x31c)];return{..._0x4631f3,'data':_0x2f505c,'cmd':_0x4631f3[_0x597180(0x358)]};}case _0x184423['RECV']:{let _0x987713=_0x4631f3[_0x597180(0x2f0)];switch(_0x987713[_0x597180(0x201)]){case _0x3cfbbf[_0x597180(0x32c)]:var _0x5139ec;return{..._0x4631f3,'data':{..._0x987713,'data':(_0x5139ec=_0x987713[_0x597180(0x193)])==null?void 0x0:_0x5139ec['cs']},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf['CHANGESET_ACK']:var _0x4e114f;return{..._0x4631f3,'data':{..._0x987713,'data':(_0x4e114f=_0x987713[_0x597180(0x2d9)])==null?void 0x0:_0x4e114f['cs']},'cmd':_0x4631f3['cmd']};case _0x3cfbbf['NEW_CHANGESETS']:var _0x2726be;return{..._0x4631f3,'data':{..._0x987713,'data':(_0x2726be=_0x987713[_0x597180(0x2cc)])==null?void 0x0:_0x2726be['cs']},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf[_0x597180(0x178)]:var _0x3d49ed;return{..._0x4631f3,'data':{..._0x987713,'data':(_0x3d49ed=_0x987713['csRejEvent'])==null?void 0x0:_0x3d49ed['cs']},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf[_0x597180(0x341)]:var _0x4dd2d5;return{..._0x4631f3,'data':{..._0x987713,'data':(_0x4dd2d5=_0x987713[_0x597180(0x2c7)])==null?void 0x0:_0x4dd2d5['cs']},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf[_0x597180(0x1fc)]:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x36e)]},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf['USERS_ENTER']:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x200)]},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf[_0x597180(0x388)]:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x274)]},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf['LIVESHARE_NEW_HOST']:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x361)]},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf[_0x597180(0x2f9)]:case _0x3cfbbf[_0x597180(0x182)]:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x231)]},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf[_0x597180(0x37d)]:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x361)]},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf['MSG_FOR_ERROR']:return{..._0x4631f3,'data':_0x987713,'cmd':_0x4631f3['cmd']};case _0x3cfbbf[_0x597180(0x39d)]:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x20a)]},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf[_0x597180(0x23c)]:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x174)]},'cmd':_0x4631f3[_0x597180(0x358)]};case _0x3cfbbf[_0x597180(0x1df)]:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x2f4)]},'cmd':_0x4631f3['cmd']};case _0x3cfbbf['UNISCRIPT_RUN']:return{..._0x4631f3,'data':{..._0x987713,'data':_0x987713[_0x597180(0x1f9)]},'cmd':_0x4631f3[_0x597180(0x358)]};default:return _0x4631f3;}}default:return _0x4631f3;}}function nn(_0xd8b49f){const _0x9f7feb=_0x43980f;switch(_0xd8b49f[_0x9f7feb(0x358)]){case _0x184423[_0x9f7feb(0x276)]:case _0x184423[_0x9f7feb(0x19e)]:return JSON['stringify']({'cmd':_0xd8b49f[_0x9f7feb(0x358)],'routeKey':_0xd8b49f['routeKey']});case _0x184423['INGEST']:{let _0x1d22ff;switch(_0xd8b49f[_0x9f7feb(0x324)][_0x9f7feb(0x201)]){case _0x3cfbbf[_0x9f7feb(0x1fc)]:_0x1d22ff={'eventID':_0x3cfbbf[_0x9f7feb(0x1fc)],'updateCursorEvent':_0xd8b49f['data'][_0x9f7feb(0x324)]};break;case _0x3cfbbf[_0x9f7feb(0x388)]:_0x1d22ff={'eventID':_0x3cfbbf[_0x9f7feb(0x388)],'leaveEvent':_0xd8b49f[_0x9f7feb(0x324)]['data']};break;case _0x3cfbbf[_0x9f7feb(0x230)]:_0x1d22ff={'eventID':_0x3cfbbf[_0x9f7feb(0x230)],'joinEvent':_0xd8b49f[_0x9f7feb(0x324)]['data']};break;case _0x3cfbbf['LIVESHARE_NEW_HOST']:_0x1d22ff={'eventID':_0x3cfbbf[_0x9f7feb(0x335)],'liveShareNewHost':_0xd8b49f[_0x9f7feb(0x324)][_0x9f7feb(0x324)]};break;case _0x3cfbbf[_0x9f7feb(0x182)]:_0x1d22ff={'eventID':_0x3cfbbf[_0x9f7feb(0x182)],'liveShareOperation':_0xd8b49f[_0x9f7feb(0x324)][_0x9f7feb(0x324)]};break;case _0x3cfbbf[_0x9f7feb(0x37d)]:_0x1d22ff={'eventID':_0x3cfbbf[_0x9f7feb(0x37d)],'liveShareTerminate':_0xd8b49f[_0x9f7feb(0x324)][_0x9f7feb(0x324)]};break;case _0x3cfbbf[_0x9f7feb(0x183)]:_0x1d22ff={'eventID':_0x3cfbbf['LIVESHARE_REQUEST_HOST'],'liveShareRequestHost':_0xd8b49f[_0x9f7feb(0x324)][_0x9f7feb(0x324)]};break;case _0x3cfbbf['LIVESHARE_FETCH_OPERATIONS']:_0x1d22ff={'eventID':_0x3cfbbf['LIVESHARE_FETCH_OPERATIONS']};break;default:_0x1d22ff={'eventID':_0xd8b49f['data'][_0x9f7feb(0x201)]};}return JSON['stringify']({'cmd':_0xd8b49f[_0x9f7feb(0x358)],'routeKey':_0xd8b49f['routeKey'],'collaMsg':_0x1d22ff});}case _0x184423[_0x9f7feb(0x3b8)]:return JSON[_0x9f7feb(0x369)]({'cmd':_0xd8b49f[_0x9f7feb(0x358)],'routeKey':_0xd8b49f[_0x9f7feb(0x1b8)],'joinReq':_0xd8b49f[_0x9f7feb(0x324)]});case _0x184423[_0x9f7feb(0x391)]:return JSON[_0x9f7feb(0x369)]({'cmd':_0xd8b49f[_0x9f7feb(0x358)],'routeKey':_0xd8b49f[_0x9f7feb(0x1b8)],'leaveReq':_0xd8b49f[_0x9f7feb(0x324)]});default:throw Error(_0x9f7feb(0x1ab));}}const rn=_0x45c4cd(_0x43980f(0x189));function an(_0x2a1461,_0x3eb9e7,_0x5b8e13){const _0xf0a131=_0x43980f;return _0x2a1461+'/'+_0x3eb9e7+_0xf0a131(0x1f6)+_0x5b8e13+_0xf0a131(0x343);}let on=class extends _0x584d56{constructor(_0xefb672,_0x1298bc,_0x3c4d9c,_0x2d6c49,_0x125df8){const _0x17f2a8=_0x43980f;super(),this[_0x17f2a8(0x308)]=_0xefb672,this[_0x17f2a8(0x323)]=_0x1298bc,this[_0x17f2a8(0x18a)]=_0x3c4d9c,this[_0x17f2a8(0x2ed)]=_0x2d6c49,this[_0x17f2a8(0x179)]=_0x125df8;}[_0x43980f(0x1ad)](_0x48c1a1){const _0x4b557b=_0x43980f;let _0x3aeff4=this[_0x4b557b(0x308)][_0x4b557b(0x31d)](_0x466b0a);if(!_0x3aeff4)throw Error(_0x4b557b(0x25b));let _0x3aa710=_0x3aeff4[_0x4b557b(0x294)](_0x48c1a1);if(!_0x3aa710)throw Error(_0x4b557b(0x1e9));let _0x5edc05=new _0x5e2194(),_0x9190d5=new _0x3c8873();_0x5edc05[_0x4b557b(0x2b4)](_0x3aa710[_0x4b557b(0x1d6)][_0x4b557b(0x374)](_0x2cfe9a=>_0x9190d5[_0x4b557b(0x177)](_0x2cfe9a))),_0x5edc05[_0x4b557b(0x2b4)](_0x148718(()=>_0x9190d5[_0x4b557b(0x196)]()));let _0x711248=new _0x3c8873();_0x5edc05[_0x4b557b(0x2b4)](_0x3aa710[_0x4b557b(0x1c7)][_0x4b557b(0x374)](_0x153aa6=>_0x711248['next'](_0x153aa6))),_0x5edc05[_0x4b557b(0x2b4)](_0x148718(()=>_0x711248['complete']()));let _0x135407=new _0x3c8873();_0x5edc05[_0x4b557b(0x2b4)](_0x3aa710['message$'][_0x4b557b(0x374)](_0x4fec80=>{const _0x58d92b=_0x4b557b;let _0x34e8ae=tn(_0x4fec80);_0x135407[_0x58d92b(0x177)](_0x34e8ae);})),_0x5edc05['add'](_0x148718(()=>_0x135407[_0x4b557b(0x196)]()));let _0x35499d,_0x1ecc14=()=>{const _0x2c1aec=_0x4b557b;_0x711248[_0x2c1aec(0x177)](new Event('connection\x20error')),_0x9190d5[_0x2c1aec(0x177)](new Event('connection\x20error')),_0x35499d[_0x2c1aec(0x2a4)]();};return _0x35499d={'memberID':'','close$':_0x9190d5['asObservable'](),'error$':_0x711248['asObservable'](),'open$':_0x3aa710[_0x4b557b(0x25d)],'message$':_0x135407[_0x4b557b(0x1f4)](),'send':_0x1f0230=>{const _0x26aa46=_0x4b557b;if(_0x1f0230[_0x26aa46(0x358)]===_0x184423[_0x26aa46(0x16a)]){if(_0x1f0230[_0x26aa46(0x324)][_0x26aa46(0x201)]===_0x3cfbbf['SUBMIT_CHANGESET']){this[_0x26aa46(0x321)](_0x35499d,_0x1f0230[_0x26aa46(0x324)])['catch'](_0x2847d0=>{const _0x12690d=_0x26aa46;this[_0x12690d(0x2ed)][_0x12690d(0x21f)](_0x2847d0),_0x1ecc14();});return;}if(_0x1f0230[_0x26aa46(0x324)][_0x26aa46(0x201)]===_0x3cfbbf[_0x26aa46(0x217)]){let _0x1ff451=_0x1f0230[_0x26aa46(0x324)];this[_0x26aa46(0x1a3)](_0x1ff451)[_0x26aa46(0x34b)](_0x11f5cc=>{const _0x29dff9=_0x26aa46;_0x135407[_0x29dff9(0x177)]({'cmd':_0x184423['RECV'],'code':_0x4348e9['OK'],'routeKey':_0x1ff451[_0x29dff9(0x324)][_0x29dff9(0x34a)],'routeType':'','data':{'eventID':_0x3cfbbf[_0x29dff9(0x158)],'data':{'changesets':_0x11f5cc}}});})[_0x26aa46(0x20d)](_0x6adaca=>{const _0x2e4373=_0x26aa46;this[_0x2e4373(0x2ed)][_0x2e4373(0x21f)](_0x6adaca),_0x1ecc14();});return;}}_0x3aa710['send'](nn(_0x1f0230));},'close':()=>{const _0x1c11b7=_0x4b557b;_0x3aa710['close'](),_0x5edc05[_0x1c11b7(0x215)]();}},_0x35499d;}async[_0x43980f(0x321)](_0x3fd5ef,_0x27ceeb){const _0x4c05c7=_0x43980f;var _0x2d7a87;let {unitType:_0x151193,unitID:_0x2d2ab6,changeset:_0x1ea14a}=_0x27ceeb[_0x4c05c7(0x324)],_0x1b93ad={'unitID':_0x2d2ab6,'memberID':_0x3fd5ef[_0x4c05c7(0x3b9)],'type':_0x151193,'changeset':_0x27d357(_0x1ea14a)},_0x3d5805=this[_0x4c05c7(0x18a)]['getConfig'](U),_0xe613d=an((_0x2d7a87=_0x3d5805==null?void 0x0:_0x3d5805[_0x4c05c7(0x28b)])==null?_0x4c05c7(0x285):_0x2d7a87,_0x151193,_0x2d2ab6);try{await this[_0x4c05c7(0x323)][_0x4c05c7(0x2d7)](_0xe613d,{'body':_0x1b93ad});}catch(_0x2c3711){throw this['_logService'][_0x4c05c7(0x21f)]('[CollaborationSession]',_0x4c05c7(0x3be)),_0x2c3711;}}async['_fetchMissChangesets'](_0x91aef2){const _0x48c89c=_0x43980f;let {unitID:_0x3281cc,from:_0x57ec0c,to:_0x5f13c7,unitType:_0x2428d0}=_0x91aef2['data'];return(await this[_0x48c89c(0x179)][_0x48c89c(0x2ca)]({'metadata':void 0x0},{'unitID':_0x3281cc,'type':_0x2428d0,'from':_0x57ec0c,'to':_0x5f13c7}))[_0x48c89c(0x352)][_0x48c89c(0x18d)](_0x17b4e6=>((_0x17b4e6['mutations']===null||_0x17b4e6[_0x48c89c(0x39a)]===void 0x0)&&(_0x17b4e6[_0x48c89c(0x39a)]=[]),_0x17b4e6));}};on=z([R(0x0,_0x1c7850(_0xd7c234)),R(0x1,_0x1c7850(_0x5c7bc5)),R(0x2,_0x581647),R(0x3,_0x4a2db6),R(0x4,_0x5e9253)],on);let Q=class extends _0x584d56{get['_socket'](){return this['_socket$']['getValue']();}constructor(_0x26a09f,_0x820249,_0x3a566c,_0x43e722,_0x23c234,_0x4241b0){const _0x109430=_0x43980f;super(),this['_injector']=_0x26a09f,this['_logService']=_0x820249,this[_0x109430(0x18a)]=_0x3a566c,this[_0x109430(0x249)]=_0x43e722,this[_0x109430(0x300)]=_0x23c234,this[_0x109430(0x204)]=_0x4241b0,I(this,_0x109430(0x390),new _0x1eef50(void 0x0)),I(this,'socket$',this[_0x109430(0x390)][_0x109430(0x1f4)]()),I(this,_0x109430(0x260),null),I(this,'_sessions',new Map()),I(this,_0x109430(0x1b7),new _0x1eef50(0x0)),I(this,_0x109430(0x271),this[_0x109430(0x1b7)]['asObservable']()),I(this,_0x109430(0x2c8),!0x1),I(this,_0x109430(0x1fe),void 0x0),I(this,_0x109430(0x36d),0x0),I(this,'_socketMessageSubscription',null),I(this,_0x109430(0x268),void 0x0),I(this,_0x109430(0x284),void 0x0),this[_0x109430(0x265)]();}[_0x43980f(0x265)](){const _0x543de8=_0x43980f;this[_0x543de8(0x204)]&&this[_0x543de8(0x31e)](this['_networkConditionService'][_0x543de8(0x21a)]['subscribe'](_0x2a3ed2=>{const _0x298bdd=_0x543de8;_0x2a3ed2&&!this['_socket']&&this[_0x298bdd(0x29b)](),_0x2a3ed2||this[_0x298bdd(0x195)]();}));}[_0x43980f(0x215)](){const _0x1e80fe=_0x43980f;var _0x58540d;super[_0x1e80fe(0x215)](),(_0x58540d=this['_socketMessageSubscription'])==null||_0x58540d[_0x1e80fe(0x2ce)](),this[_0x1e80fe(0x180)]=null,this[_0x1e80fe(0x2aa)](),this[_0x1e80fe(0x2e6)](),this[_0x1e80fe(0x1f2)](),this['_sessions'][_0x1e80fe(0x256)](_0x4afa7d=>_0x4afa7d[_0x1e80fe(0x215)]()),this[_0x1e80fe(0x248)][_0x1e80fe(0x359)](),this[_0x1e80fe(0x1b7)]['complete']();}async[_0x43980f(0x373)](_0x3ae13a){const _0x457ae4=_0x43980f;if(this[_0x457ae4(0x248)][_0x457ae4(0x30e)](_0x3ae13a))return this['_sessions'][_0x457ae4(0x31d)](_0x3ae13a);this[_0x457ae4(0x1af)]();let _0x246f05=this[_0x457ae4(0x308)][_0x457ae4(0x25c)](Ot,_0x3ae13a,this[_0x457ae4(0x390)][_0x457ae4(0x1f4)]());return this['_sessions']['set'](_0x3ae13a,_0x246f05),_0x246f05;}[_0x43980f(0x1fd)](_0x10ebbf){const _0x13a171=_0x43980f;let _0x1ba689=this[_0x13a171(0x248)][_0x13a171(0x31d)](_0x10ebbf);if(_0x1ba689&&(this[_0x13a171(0x248)][_0x13a171(0x22f)](_0x10ebbf),_0x1ba689['close']()),!this[_0x13a171(0x248)]['size']){var _0x41c0ee;(_0x41c0ee=this[_0x13a171(0x250)])==null||_0x41c0ee['close']();}}[_0x43980f(0x29b)](){const _0x2c96d5=_0x43980f;this[_0x2c96d5(0x36d)]=0x0,this[_0x2c96d5(0x2aa)](),this['_tryReconnect']();}[_0x43980f(0x2aa)](){const _0x33fd10=_0x43980f;this[_0x33fd10(0x1fe)]!=null&&(clearTimeout(this[_0x33fd10(0x1fe)]),this[_0x33fd10(0x1fe)]=null);}async[_0x43980f(0x29d)](){const _0x43d233=_0x43980f;var _0x4b831f;let _0x5a2617=this['_configService'][_0x43d233(0x184)](U),_0x181f39=(_0x4b831f=_0x5a2617==null?void 0x0:_0x5a2617[_0x43d233(0x345)])==null?ut:_0x4b831f,_0x462d60=await this[_0x43d233(0x249)][_0x43d233(0x294)](_0x181f39);return this[_0x43d233(0x260)]=_0x462d60,_0x462d60;}async[_0x43980f(0x1af)](){const _0x412172=_0x43980f;try{var _0x18c27b,_0x549365;let _0xb68b07=(_0x18c27b=(_0x549365=this[_0x412172(0x250)])==null?this[_0x412172(0x260)]:_0x549365)==null?await this[_0x412172(0x29d)]():_0x18c27b;if(_0xb68b07){var _0x26298f;let _0x11a37a=_0xb68b07[_0x412172(0x3c6)];_0xb68b07[_0x412172(0x3c6)]=_0x182da0=>(_0x182da0[_0x412172(0x358)]!==_0x184423['LEAVE']&&this[_0x412172(0x1a8)](),_0x11a37a['apply'](_0xb68b07,[_0x182da0])),(_0x26298f=this['_socketMessageSubscription'])==null||_0x26298f[_0x412172(0x2ce)](),this[_0x412172(0x180)]=null,this[_0x412172(0x180)]=_0xb68b07['message$']['subscribe'](_0x21ddf5=>this[_0x412172(0x3ac)](_0xb68b07,_0x21ddf5)),_0xb68b07['error$'][_0x412172(0x2dc)](_0x15a839(0x1))[_0x412172(0x374)](_0x25053f=>this['_logService'][_0x412172(0x21f)]('[CollaborationSessionService]:\x20socket\x20error',_0x25053f)),_0xb68b07[_0x412172(0x25d)][_0x412172(0x2dc)](_0x15a839(0x1))[_0x412172(0x374)](()=>{const _0x3fccc5=_0x412172;this[_0x3fccc5(0x22a)](_0xb68b07);}),_0xb68b07[_0x412172(0x1d6)][_0x412172(0x2dc)](_0x15a839(0x1))[_0x412172(0x374)](_0xfc78f2=>{const _0x53d95a=_0x412172;this[_0x53d95a(0x2ed)][_0x53d95a(0x1ae)](_0x53d95a(0x325),_0x53d95a(0x1a7),_0xfc78f2),this[_0x53d95a(0x1ee)]();});}}catch(_0x584cc5){this[_0x412172(0x2ed)][_0x412172(0x21f)](_0x584cc5),this[_0x412172(0x1ee)]();}}[_0x43980f(0x22a)](_0x4fd20a){const _0x13f7c2=_0x43980f;this[_0x13f7c2(0x2ed)][_0x13f7c2(0x1ae)](_0x13f7c2(0x325),_0x13f7c2(0x34c)),_0x4fd20a[_0x13f7c2(0x3c6)]({'cmd':_0x184423['HELLO']}),this[_0x13f7c2(0x1a8)]();}[_0x43980f(0x195)](){const _0x398015=_0x43980f;this[_0x398015(0x2c8)]=!0x1,this[_0x398015(0x260)]=null,this['_status$'][_0x398015(0x177)](0x2),this[_0x398015(0x390)][_0x398015(0x177)](null),this[_0x398015(0x2e6)](),this[_0x398015(0x1f2)]();}['_onConnectionFailed'](){const _0x5bf31d=_0x43980f;var _0x3ad22f;this[_0x5bf31d(0x195)](),this[_0x5bf31d(0x36d)]<((_0x3ad22f=this[_0x5bf31d(0x18a)][_0x5bf31d(0x184)](_0x5bf31d(0x1e2)))==null?0x3:_0x3ad22f)?(this[_0x5bf31d(0x300)]['emitEvent']({'id':_0x5bf31d(0x2d6)}),this['_tryReconnect']()):this[_0x5bf31d(0x300)]['emitEvent']({'id':_0x5bf31d(0x383)});}[_0x43980f(0x2a5)](){const _0x496360=_0x43980f;var _0x2f3f46;let _0x2ee115=this[_0x496360(0x36d)],_0x54a2ff=this[_0x496360(0x18a)]['getConfig'](U),_0x23d38b=_0x2ee115===0x0?0x0:((_0x2f3f46=_0x54a2ff==null?void 0x0:_0x54a2ff[_0x496360(0x245)])==null?0x4e20:_0x2f3f46)*0x2**_0x2ee115;this[_0x496360(0x1fe)]=setTimeout(()=>{const _0x14fd58=_0x496360;clearTimeout(this['_retryConnectingTimer']),this[_0x14fd58(0x1fe)]=null,this['_tryEnsureSocket']();},_0x23d38b),this[_0x496360(0x36d)]+=0x1;}['_onMessage'](_0x52e502,_0x539487){const _0x36b4e6=_0x43980f;let {cmd:_0x10ad96}=_0x539487;_0x10ad96===_0x184423[_0x36b4e6(0x19e)]&&!this[_0x36b4e6(0x2c8)]&&(_0x52e502[_0x36b4e6(0x3b9)]=_0x539487[_0x36b4e6(0x324)][_0x36b4e6(0x3b9)],this[_0x36b4e6(0x390)]['next'](_0x52e502),this[_0x36b4e6(0x1b7)][_0x36b4e6(0x177)](0x3),this[_0x36b4e6(0x2c8)]=!0x0,this[_0x36b4e6(0x260)]=null),_0x10ad96===_0x184423[_0x36b4e6(0x276)]&&this['_clearTimeoutTimer'](),this[_0x36b4e6(0x1a8)]();}[_0x43980f(0x1a8)](){const _0x292e2f=_0x43980f;var _0x13fcb7;this['_clearHeartbeatTimer'](),this['_sendHeartbeatTimer']=setTimeout(()=>this['_sendHeartbeat'](),(_0x13fcb7=this[_0x292e2f(0x18a)][_0x292e2f(0x184)](_0x292e2f(0x153)))==null?0x7530:_0x13fcb7);}[_0x43980f(0x1c4)](){const _0x3e52a8=_0x43980f;this['_socket'][_0x3e52a8(0x3c6)]({'cmd':_0x184423['HEARTBEAT']}),this[_0x3e52a8(0x2e8)]();}[_0x43980f(0x2e8)](){const _0x3a2a00=_0x43980f;var _0x5cac61;this[_0x3a2a00(0x284)]=setTimeout(()=>this[_0x3a2a00(0x1ee)](),(_0x5cac61=this[_0x3a2a00(0x18a)][_0x3a2a00(0x184)](_0x3a2a00(0x1cc)))==null?mt:_0x5cac61);}['_clearHeartbeatTimer'](){const _0x3dd782=_0x43980f;this[_0x3dd782(0x268)]!=null&&(clearTimeout(this[_0x3dd782(0x268)]),this['_sendHeartbeatTimer']=null);}[_0x43980f(0x2e6)](){const _0x314bed=_0x43980f;this[_0x314bed(0x284)]!=null&&(clearTimeout(this['_timeoutTimer']),this[_0x314bed(0x284)]=null);}};Q=z([R(0x0,_0x1c7850(_0xd7c234)),R(0x1,_0x4a2db6),R(0x2,_0x581647),R(0x3,rn),R(0x4,_0x1c7850(L)),R(0x5,_0x4d2f7f(en))],Q);let sn=class extends _0x1a88c8{constructor(_0x319898,_0x44ebd5,_0x809488,_0xe24f65){const _0x18b537=_0x43980f;var _0x4d8686;super(),this[_0x18b537(0x308)]=_0x319898,this['_collabSessionService']=_0x44ebd5,this[_0x18b537(0x18a)]=_0x809488,this[_0x18b537(0x372)]=_0xe24f65,I(this,_0x18b537(0x1de),new Map()),I(this,'_entityInit$',new _0x3c8873()),I(this,_0x18b537(0x22c),this['_entityInit$'][_0x18b537(0x1f4)]()),((_0x4d8686=this[_0x18b537(0x18a)][_0x18b537(0x184)]('collaboration-client.config'))==null?void 0x0:_0x4d8686['enableCollaboration'])!==!0x1&&this[_0x18b537(0x26f)]();}[_0x43980f(0x215)](){const _0x56431f=_0x43980f;super[_0x56431f(0x215)](),this['_entities'][_0x56431f(0x256)](_0x354d6d=>_0x354d6d[_0x56431f(0x215)]()),this[_0x56431f(0x1de)][_0x56431f(0x359)]();}[_0x43980f(0x1a1)](_0x492dea){const _0xab263d=_0x43980f;var _0x384612;return(_0x384612=this['_entities'][_0xab263d(0x31d)](_0x492dea))==null?null:_0x384612;}[_0x43980f(0x218)](_0x563812){const _0x142286=_0x43980f;let _0x4bf47=this[_0x142286(0x1a1)](_0x563812);return _0x4bf47?_0x4bafb5(_0x4bf47):this['_entityInit$']['pipe'](_0x1186c5(_0x384732=>_0x384732[_0x142286(0x34a)]===_0x563812));}[_0x43980f(0x38d)](_0x257e6d){const _0x2ca461=_0x43980f;return _0x1b206c(this[_0x2ca461(0x218)](_0x257e6d)[_0x2ca461(0x2dc)](_0x1e4e2f(()=>void 0x0)));}[_0x43980f(0x26f)](){const _0x35b07a=_0x43980f;this[_0x35b07a(0x372)][_0x35b07a(0x20c)](_0x69083d[_0x35b07a(0x291)])[_0x35b07a(0x2dc)](_0x4258f2(this[_0x35b07a(0x1e5)]),_0x435e87(0x10))[_0x35b07a(0x374)](async _0x49c522=>{const _0x1ba3a5=_0x35b07a;let _0x5edf8e=_0x49c522['unit'][_0x1ba3a5(0x253)](),_0x3ddd40=await this[_0x1ba3a5(0x378)](_0x5edf8e,_0x69083d[_0x1ba3a5(0x291)]);this[_0x1ba3a5(0x1de)][_0x1ba3a5(0x1a5)](_0x5edf8e,_0x3ddd40);}),this[_0x35b07a(0x372)][_0x35b07a(0x20c)](_0x69083d[_0x35b07a(0x34d)])[_0x35b07a(0x2dc)](_0x4258f2(this[_0x35b07a(0x1e5)]),_0x435e87(0x10))[_0x35b07a(0x2dc)](_0x1186c5(_0x3ec0ec=>!_0x3ec0ec[_0x35b07a(0x246)][_0x35b07a(0x253)]()[_0x35b07a(0x1cd)]('__')))[_0x35b07a(0x374)](async _0x830ee=>{const _0x5c2df5=_0x35b07a;let _0x326819=_0x830ee[_0x5c2df5(0x246)]['getUnitId'](),_0x2f6d03=await this['_startCollaboration'](_0x326819,_0x69083d['UNIVER_DOC']);this[_0x5c2df5(0x1de)]['set'](_0x326819,_0x2f6d03);}),_0x5a7b08(this['_univerInstanceService'][_0x35b07a(0x35c)](_0x69083d[_0x35b07a(0x291)]),this[_0x35b07a(0x372)][_0x35b07a(0x35c)](_0x69083d['UNIVER_DOC']))['pipe'](_0x4258f2(this[_0x35b07a(0x1e5)]))[_0x35b07a(0x374)](_0x5cef05=>{const _0x25944c=_0x35b07a;let _0x431594=_0x5cef05['getUnitId'](),_0x5de234=this['_entities']['get'](_0x431594);_0x5de234&&(_0x5de234[_0x25944c(0x215)](),this[_0x25944c(0x1de)][_0x25944c(0x22f)](_0x431594));});}async['_startCollaboration'](_0x32ce2e,_0x5c3ec6){const _0x3553d1=_0x43980f;let _0x4bff36=await this[_0x3553d1(0x3c0)][_0x3553d1(0x373)](_0x32ce2e),_0x4421a3=this[_0x3553d1(0x308)][_0x3553d1(0x25c)](this['_getCtorByUniverInstanceType'](_0x5c3ec6),_0x32ce2e,_0x5c3ec6,_0x4bff36);return await _0x4421a3[_0x3553d1(0x168)](),this[_0x3553d1(0x396)]['next'](_0x4421a3),_0x4421a3;}[_0x43980f(0x251)](_0x35b8e0){const _0x4ab58a=_0x43980f;switch(_0x35b8e0){case _0x69083d[_0x4ab58a(0x34d)]:return Qt;case _0x69083d['UNIVER_SHEET']:return $t;default:throw Error(_0x4ab58a(0x2a9)+_0x35b8e0);}}};sn=z([R(0x0,_0x1c7850(_0xd7c234)),R(0x1,_0x1c7850(Q)),R(0x2,_0x581647),R(0x3,_0x5f47c6)],sn);var cn=_0x43980f(0x2ef),ln=_0x43980f(0x1c1);let un=class extends _0x584d56{constructor(_0x2dcde6,_0x57fd8e){const _0x40498d=_0x43980f;super(),this[_0x40498d(0x372)]=_0x2dcde6,this['_configService']=_0x57fd8e,this[_0x40498d(0x26f)]();}[_0x43980f(0x26f)](){const _0x3d14e5=_0x43980f;this[_0x3d14e5(0x31e)](this[_0x3d14e5(0x372)][_0x3d14e5(0x3aa)][_0x3d14e5(0x374)](()=>{const _0x473448=_0x3d14e5;var _0x1ee5f0;let _0x264c3c=this['_univerInstanceService'][_0x473448(0x3b0)](),_0x366e14=(_0x1ee5f0=this['_configService'][_0x473448(0x184)]('DEFAULT_FILE_NAME'))==null?_0x473448(0x2fc):_0x1ee5f0;_0x264c3c instanceof _0x5bdeb0&&(_0x366e14=_0x264c3c[_0x473448(0x2c9)]),document[_0x473448(0x26d)]=_0x366e14;}));}};un=z([R(0x0,_0x5f47c6),R(0x1,_0x581647)],un);let dn=class{constructor(_0x54017e,_0x580b0c,_0xcafceb){const _0x449319=_0x43980f;this[_0x449319(0x18a)]=_0x54017e,this['_httpService']=_0x580b0c,this[_0x449319(0x164)]=_0xcafceb,this[_0x449319(0x168)]();}[_0x43980f(0x168)](){const _0x5313e5=_0x43980f;this['_httpService'][_0x5313e5(0x2d1)]({'priority':0x1,'interceptor':(_0xd95ee3,_0x13dd1e)=>_0x13dd1e(_0xd95ee3)['pipe'](_0x5306a5(async _0x37e024=>{const _0x14ade9=_0x5313e5;let _0x408f5=_0x37e024;if(_0x408f5[_0x14ade9(0x36a)]===0x191){if(typeof window>'u')throw Error('[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.');if(window[_0x14ade9(0x208)](this[_0x14ade9(0x164)]['t'](_0x14ade9(0x2e3)))){let _0xbd1ed4=window[_0x14ade9(0x264)](window['location'][_0x14ade9(0x368)]);window[_0x14ade9(0x1d3)][_0x14ade9(0x368)]=this[_0x14ade9(0x2ee)]()+'?url='+_0xbd1ed4;}}return _0x408f5;}))});}[_0x43980f(0x2ee)](){const _0x8973d0=_0x43980f;var _0x1424ad;let _0x559704=this[_0x8973d0(0x18a)]['getConfig'](U);return(_0x1424ad=_0x559704==null?void 0x0:_0x559704[_0x8973d0(0x162)])==null?_0x8973d0(0x2c3):_0x1424ad;}};dn=z([R(0x0,_0x581647),R(0x1,_0x1c7850(_0x5c7bc5)),R(0x2,_0x1c7850(_0x24941e))],dn);let fn=class extends _0x584d56{constructor(_0x25dc3a,_0x326663){const _0x565e71=_0x43980f;super(),this[_0x565e71(0x23b)]=_0x25dc3a,this['_configService']=_0x326663,I(this,_0x565e71(0x31a),!0x1),this[_0x565e71(0x313)]();}[_0x43980f(0x313)](){const _0x15b995=_0x43980f;let _0x4ddc0a=this;this[_0x15b995(0x31e)](this[_0x15b995(0x23b)][_0x15b995(0x2d1)]({'priority':0x3e7,'interceptor':_0x4c14ec({'isMatch'(_0x424f26){const _0x34c73a=_0x15b995;var _0x49501f;if(_0x424f26[_0x34c73a(0x1bc)]===_0x34c73a(0x20f)&&(_0x49501f=_0x424f26[_0x34c73a(0x30a)])!=null&&_0x49501f[_0x34c73a(0x207)]){let {objectID:_0xf3e9ba,objectType:_0x46b1f7}=_0x424f26[_0x34c73a(0x30a)][_0x34c73a(0x207)]||{};if(!_0xf3e9ba||_0x46b1f7===void 0x0)return!0x1;let _0x279fa4=_0x4ddc0a[_0x34c73a(0x339)]()+'/'+_0x46b1f7+_0x34c73a(0x1fb)+_0xf3e9ba+_0x34c73a(0x2cb);if(_0x424f26[_0x34c73a(0x166)]===_0x279fa4)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x5bf213){const _0x18aad6=_0x15b995;var _0x50956e;return(_0x50956e=_0x5bf213[_0x18aad6(0x30a)])==null?void 0x0:_0x50956e[_0x18aad6(0x207)];},'mergeParamsToRequest'(_0x3b9881,_0x4c2b32){const _0x1b16a9=_0x15b995;let _0x462926=_0x4ddc0a[_0x1b16a9(0x339)]()+'/-/object/-/batch_allowed',_0x4a9d72=_0x3b9881[_0x1b16a9(0x23a)]((_0x1df8ed,_0x4849c3)=>{const _0xaded9a=_0x1b16a9;let {unitID:_0x18f88d,objectID:_0x537411,objectType:_0x3fed25,actions:_0x2adcb7}=_0x4849c3;return _0x1df8ed[_0x18f88d]||(_0x1df8ed[_0x18f88d]={}),_0x1df8ed[_0x18f88d][_0x537411]||(_0x1df8ed[_0x18f88d][_0x537411]={'objectID':_0x537411,'objectType':_0x3fed25,'actions':[]}),_0x1df8ed[_0x18f88d][_0x537411][_0xaded9a(0x1ea)]['push'](..._0x2adcb7),_0x1df8ed;},{}),_0x1b1031=[];for(let _0x241b18 in _0x4a9d72)for(let _0x6a95a8 in _0x4a9d72[_0x241b18]){let {actions:_0x5bd773,objectType:_0x2493ae}=_0x4a9d72[_0x241b18][_0x6a95a8],_0x67754f=[...new Set(_0x5bd773)];_0x1b1031[_0x1b16a9(0x242)]({'unitID':_0x241b18,'objectID':_0x6a95a8,'objectType':_0x2493ae,'actions':_0x67754f});}return new _0x38f3fb('POST',_0x462926,{'headers':_0x4c2b32[_0x1b16a9(0x236)],'withCredentials':_0x4c2b32[_0x1b16a9(0x296)],'responseType':_0x4c2b32[_0x1b16a9(0x199)],'body':{'requests':_0x1b1031}});}},{'distributeResult'(_0x2b9ecb,_0x242490){const _0x40dbb4=_0x15b995;let {objectActions:_0x1e2446}=_0x2b9ecb;return _0x242490[_0x40dbb4(0x18d)](_0x14f92c=>{const _0x2a06c9=_0x40dbb4;let {unitID:_0x9b125f,objectID:_0x2bc0ab,actions:_0x256199}=_0x14f92c,_0x5eca54=_0x1e2446['find'](_0x42e608=>_0x42e608[_0x2a06c9(0x34a)]===_0x9b125f&&_0x42e608['objectID']===_0x2bc0ab);return{'config':_0x14f92c,'result':{'actions':_0x256199[_0x2a06c9(0x18d)](_0x4273af=>_0x5eca54==null?void 0x0:_0x5eca54[_0x2a06c9(0x1ea)]['find'](_0x3c4bd3=>_0x3c4bd3['action']===_0x4273af))[_0x2a06c9(0x2c2)](_0x345052=>!!_0x345052),'error':_0x2b9ecb[_0x2a06c9(0x21f)]}};});}})}));}['_getAPIPrefixPath'](){const _0x8e347a=_0x43980f;var _0x5cc267;let _0x51fec4=this[_0x8e347a(0x18a)][_0x8e347a(0x184)](U);return(_0x5cc267=_0x51fec4==null?void 0x0:_0x51fec4[_0x8e347a(0x280)])==null?_0x8e347a(0x2f8):_0x5cc267;}async['create'](_0x161696){const _0x289c82=_0x43980f;let _0x1cda55=this['_getAPIPrefixPath']()+'/'+_0x161696[_0x289c82(0x214)]+_0x289c82(0x186);return(await this['_HTTPService'][_0x289c82(0x2d7)](_0x1cda55,{'body':_0x161696}))[_0x289c82(0x207)][_0x289c82(0x351)]||'';}async[_0x43980f(0x381)](_0xf2cba3){const _0x2b8d59=_0x43980f;let _0xd58d3=this[_0x2b8d59(0x339)]()+_0x2b8d59(0x3a5);return(await this[_0x2b8d59(0x23b)][_0x2b8d59(0x2d7)](_0xd58d3,{'body':_0xf2cba3}))[_0x2b8d59(0x207)][_0x2b8d59(0x1eb)];}async[_0x43980f(0x3c2)](_0x2511db){const _0x1a66cd=_0x43980f;var _0x432142;let _0x35f031=this[_0x1a66cd(0x339)]()+'/'+_0x2511db[_0x1a66cd(0x214)]+_0x1a66cd(0x1fb)+_0x2511db[_0x1a66cd(0x351)],_0x3fa82e=await this['_HTTPService'][_0x1a66cd(0x1c3)](_0x35f031,{'body':_0x2511db});if((_0x3fa82e==null||(_0x432142=_0x3fa82e[_0x1a66cd(0x207)])==null||(_0x432142=_0x432142['error'])==null?void 0x0:_0x432142[_0x1a66cd(0x1f8)])!==0x1)throw Error(_0x1a66cd(0x2be));}async[_0x43980f(0x2fa)](_0x380327){const _0x46fcdd=_0x43980f;let _0x2b6729=this['_getAPIPrefixPath']()+'/'+_0x380327[_0x46fcdd(0x214)]+_0x46fcdd(0x1fb)+_0x380327[_0x46fcdd(0x351)]+'/allowed';return(await this['_HTTPService'][_0x46fcdd(0x2d7)](_0x2b6729,{'body':_0x380327}))[_0x46fcdd(0x207)][_0x46fcdd(0x1ea)];}async[_0x43980f(0x283)](_0x2283b3){const _0x55601d=_0x43980f;let _0x2bce49=this[_0x55601d(0x339)]()+_0x55601d(0x25e);return(await this[_0x55601d(0x23b)]['post'](_0x2bce49,{'body':{'requests':_0x2283b3}}))[_0x55601d(0x207)]['objectActions'];}async[_0x43980f(0x357)](_0x4d3a4a){const _0x23653d=_0x43980f;let _0x4e17cc=this[_0x23653d(0x339)]()+'/'+_0x4d3a4a[_0x23653d(0x214)]+_0x23653d(0x241),_0x4ff82f=await this[_0x23653d(0x23b)][_0x23653d(0x2d7)](_0x4e17cc,{'body':_0x4d3a4a});return{'roles':_0x4ff82f[_0x23653d(0x207)][_0x23653d(0x2b2)],'actions':_0x4ff82f[_0x23653d(0x207)][_0x23653d(0x1ea)]};}async[_0x43980f(0x21b)](_0x59a4b2){const _0x5e7b04=_0x43980f;let _0x47135f=this[_0x5e7b04(0x339)]()+'/collaborator';await this[_0x5e7b04(0x23b)][_0x5e7b04(0x22f)](_0x47135f,{'params':{'collaboratorID':_0x59a4b2[_0x5e7b04(0x194)],'objectID':_0x59a4b2[_0x5e7b04(0x351)],'unitID':_0x59a4b2['unitID']}});}async['updateCollaborator'](_0x343720){const _0x38510a=_0x43980f;let _0x4662d4=this[_0x38510a(0x339)]()+_0x38510a(0x320);await this[_0x38510a(0x23b)][_0x38510a(0x190)](_0x4662d4,{'body':_0x343720});}async[_0x43980f(0x3c3)](_0x4ed6b1){const _0x50fcca=_0x43980f;let _0x33a81c=this[_0x50fcca(0x339)]()+'/collaborator';await this[_0x50fcca(0x23b)][_0x50fcca(0x2d7)](_0x33a81c,{'body':_0x4ed6b1});}async['listCollaborators'](_0x4ae79d){const _0x22f23a=_0x43980f;var _0x1506b2;let _0x5352f1=this[_0x22f23a(0x339)]()+_0x22f23a(0x320),_0x45ce30=await this[_0x22f23a(0x23b)]['get'](_0x5352f1,{'params':{'objectID':_0x4ae79d[_0x22f23a(0x351)],'unitID':_0x4ae79d['unitID']}});return this[_0x22f23a(0x2d0)]((_0x1506b2=_0x45ce30['body']['cfgEnableObjInherit'])==null?!0x1:_0x1506b2),_0x45ce30[_0x22f23a(0x207)][_0x22f23a(0x1db)];}async[_0x43980f(0x3b6)](_0x42bb82){const _0x4e85e7=_0x43980f;let _0x12993b=this['_getAPIPrefixPath']()+_0x4e85e7(0x320);await this[_0x4e85e7(0x23b)][_0x4e85e7(0x1c3)](_0x12993b,{'body':_0x42bb82});}[_0x43980f(0x2d0)](_0x5b1509){const _0xb13b28=_0x43980f;this[_0xb13b28(0x31a)]=_0x5b1509;}[_0x43980f(0x38c)](){return this['_cfgEnableObjInherit'];}};fn=z([R(0x0,_0x1c7850(_0x5c7bc5)),R(0x1,_0x1c7850(_0x581647))],fn);function pn(_0x4c79b7){const _0x204fff=_0x43980f;let _0x459f1a=atob(_0x4c79b7),_0x4821e8=new Uint8Array(_0x459f1a[_0x204fff(0x334)]);for(let _0x247018=0x0;_0x247018<_0x459f1a[_0x204fff(0x334)];_0x247018++)_0x4821e8[_0x247018]=_0x459f1a[_0x204fff(0x252)](_0x247018);return _0x4821e8;}function mn(_0x61647e){const _0x80ac08=_0x43980f;let _0x43733d='';for(let _0x476cfa=0x0;_0x476cfa<_0x61647e[_0x80ac08(0x334)];_0x476cfa++)_0x43733d+=String[_0x80ac08(0x263)](_0x61647e[_0x476cfa]);return btoa(_0x43733d);}function hn(_0xeb8da2,_0x27af23){const _0x3f152e=_0x43980f;let _0x504c7c=pn(_0x27af23),_0x58942c=_0x27ee4b(0x10);return mn(_0x597147(_0x58942c,_0x55479b(_0x504c7c,_0x58942c)[_0x3f152e(0x2db)](_0x2349fd(_0xeb8da2))));}function gn(){const _0x344549=_0x43980f;let _0x209669=_0x409a92()[_0x344549(0x2ba)];if(typeof window<'u'&&window[_0x344549(0x1d3)]!==void 0x0&&_0x209669){let _0x170ed7={'time':Math[_0x344549(0x39b)](Date[_0x344549(0x25f)]()/0x3e8),'domain':location[_0x344549(0x20e)]};return hn(JSON[_0x344549(0x369)](_0x170ed7),_0x209669);}}let _n=class{constructor(_0x659aeb){const _0x468951=_0x43980f;this[_0x468951(0x323)]=_0x659aeb,this[_0x468951(0x24a)]();}[_0x43980f(0x24a)](){this['_httpService']['registerHTTPInterceptor']({'interceptor':(_0x5895ae,_0x2c8f23)=>{const _0x114653=_0x50c8;let _0x434226=gn();return _0x434226&&_0x5895ae[_0x114653(0x236)]['set'](_0x114653(0x350),_0x434226),_0x2c8f23(_0x5895ae);}});}};_n=z([R(0x0,_0x1c7850(_0x5c7bc5))],_n);let vn=class extends _0x1a88c8{constructor(_0x2c2dad,_0x1727d2,_0x22c5e6){const _0x2ac530=_0x43980f;super(),this[_0x2ac530(0x2ed)]=_0x2c2dad,this['_snapshotService']=_0x1727d2,this['_localCacheService']=_0x22c5e6,I(this,_0x2ac530(0x18c),new _0x1eef50(null)),I(this,_0x2ac530(0x216),this[_0x2ac530(0x18c)][_0x2ac530(0x1f4)]());}async['loadUnitOfRevision'](_0x2e45af,_0x4e71c2,_0x22b101){const _0x4eb0f2=_0x43980f;this[_0x4eb0f2(0x18c)]['next']({'unitId':_0x2e45af,'type':_0x4e71c2});let _0x2fbfbd=null;switch(_0x4e71c2){case _0x69083d['UNIVER_SHEET']:_0x2fbfbd=await this[_0x4eb0f2(0x32b)][_0x4eb0f2(0x22e)](_0x2e45af,_0x22b101);break;case _0x69083d['UNIVER_DOC']:_0x2fbfbd=await this[_0x4eb0f2(0x32b)]['loadDoc'](_0x2e45af,_0x22b101);break;default:this['_logService'][_0x4eb0f2(0x21f)]('[DataLoaderService]','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');break;}return _0x2fbfbd;}async[_0x43980f(0x1e7)](_0x213568,_0x15fe39,_0x336511){const _0xeefa22=_0x43980f;var _0x71b255;this[_0xeefa22(0x18c)][_0xeefa22(0x177)]({'unitId':_0x213568,'type':_0x15fe39,'subUnitId':_0x336511});let _0x85fdd=0x0,_0x3c4b16=await((_0x71b255=this[_0xeefa22(0x1e3)])==null?void 0x0:_0x71b255[_0xeefa22(0x187)](_0x213568));return _0x3c4b16&&(_0x3c4b16[_0xeefa22(0x392)]||_0x3c4b16[_0xeefa22(0x39a)][_0xeefa22(0x334)]!==0x0)&&(_0x85fdd=_0x3c4b16[_0xeefa22(0x302)]),_0x85fdd===0x0&&this['_logService'][_0xeefa22(0x1ae)](_0xeefa22(0x297),_0xeefa22(0x275)),this['loadUnitOfRevision'](_0x213568,_0x15fe39,_0x85fdd);}};vn=z([R(0x0,_0x4a2db6),R(0x1,_0x1c7850(_0x13d15f)),R(0x2,_0x4d2f7f(V))],vn);let yn=class{constructor(_0x17a289,_0x5701c4,_0x4b33c1){const _0x2cf384=_0x43980f;this[_0x2cf384(0x323)]=_0x17a289,this[_0x2cf384(0x18a)]=_0x5701c4,this[_0x2cf384(0x372)]=_0x4b33c1,I(this,_0x2cf384(0x232),0x0),I(this,_0x2cf384(0x229),new _0x3c8873()),I(this,_0x2cf384(0x273),this['_change$']),I(this,_0x2cf384(0x3ad),new Map());}[_0x43980f(0x290)](_0x4a4be3){const _0x3123c4=_0x43980f;this[_0x3123c4(0x232)]=_0x4a4be3,this[_0x3123c4(0x229)][_0x3123c4(0x177)](_0x4a4be3);}[_0x43980f(0x3a4)](_0x291423,_0xff6d54){const _0x5abb1e=_0x43980f;if(_0xff6d54===_0x2af7e6[_0x5abb1e(0x2b6)]){let _0x176b60=new Image();return _0x176b60['src']=_0x291423,_0x176b60;}return this[_0x5abb1e(0x3ad)][_0x5abb1e(0x31d)](_0x291423);}['addImageSourceCache'](_0x5acf0c,_0xa15175,_0xc6be09){const _0x58dd62=_0x43980f;_0xa15175===_0x2af7e6['BASE64']||_0xc6be09==null||this[_0x58dd62(0x3ad)]['set'](_0x5acf0c,_0xc6be09);}async['getImage'](_0x2ccea6){const _0x9daf46=_0x43980f;try{let _0x3e7a90=this[_0x9daf46(0x370)](this[_0x9daf46(0x1ac)](),''+_0x2ccea6),_0x4ab934=(await this[_0x9daf46(0x323)][_0x9daf46(0x31d)](_0x3e7a90))['body'];if(_0x4ab934['error']&&_0x4ab934[_0x9daf46(0x21f)]['code']===_0x3ec919['OK']){let _0x107347=_0x3121e8(_0x4ab934[_0x9daf46(0x166)],this[_0x9daf46(0x165)]());return Promise[_0x9daf46(0x39e)](_0x107347);}return Promise['reject'](_0x4ab934[_0x9daf46(0x21f)]);}catch(_0x322b85){return Promise[_0x9daf46(0x3a7)](_0x322b85);}}async[_0x43980f(0x2b5)](_0x868827){const _0x52d615=_0x43980f;let _0xbdec23='';if(!_0x2000fd['includes'](_0x868827[_0x52d615(0x227)]))return this['_decreaseWaiting'](),Promise[_0x52d615(0x3a7)](Error(_0x52e738[_0x52d615(0x2a2)]));if(_0x868827['size']>_0x4eb6a4())return this[_0x52d615(0x394)](),Promise[_0x52d615(0x3a7)](Error(_0x52e738[_0x52d615(0x1ef)]));try{let _0x3d17f7=new FormData();_0x3d17f7[_0x52d615(0x32e)](_0x52d615(0x211),_0x868827);let _0x2ec738=this[_0x52d615(0x372)]['getFocusedUnit'](),_0x5f40bf=_0x2ec738==null?void 0x0:_0x2ec738['getUnitId']();if(!_0x5f40bf)throw Error(_0x52d615(0x3b4));let _0x1567f9=this['_getUploadFileURL']()+_0x52d615(0x376)+_0x868827[_0x52d615(0x224)]['toString']()+_0x52d615(0x1f1)+_0x54fff6[_0x52d615(0x257)]+_0x52d615(0x27b)+encodeURIComponent(_0x5f40bf),_0x11cb98={'body':_0x3d17f7},_0x58a5ad=(await this[_0x52d615(0x323)][_0x52d615(0x2d7)](_0x1567f9,_0x11cb98))[_0x52d615(0x207)];if(typeof _0x58a5ad['FileId']!=_0x52d615(0x15d))return this[_0x52d615(0x394)](),Promise[_0x52d615(0x3a7)](Error(_0x52e738[_0x52d615(0x15c)]));_0xbdec23=_0x58a5ad[_0x52d615(0x1aa)];}catch{return this[_0x52d615(0x394)](),Promise[_0x52d615(0x3a7)](Error(_0x52e738[_0x52d615(0x15c)]));}return new Promise((_0x43c0c0,_0x51a6f2)=>{const _0xc22e82=_0x52d615;let _0x1e160d=new FileReader();_0x1e160d[_0xc22e82(0x185)](_0x868827),_0x1e160d[_0xc22e82(0x14e)]=_0x53d336=>{const _0x37dc9f=_0xc22e82;var _0x86565b;let _0x16e433=(_0x86565b=_0x53d336[_0x37dc9f(0x222)])==null?void 0x0:_0x86565b['result'];if(_0x16e433==null){this[_0x37dc9f(0x394)](),_0x51a6f2(Error(_0x52e738[_0x37dc9f(0x15c)]));return;}_0x43c0c0({'imageId':_0x4ec3e6(0x6),'imageSourceType':_0x2af7e6[_0x37dc9f(0x31f)],'source':_0xbdec23,'base64Cache':_0x16e433,'status':_0x52e738['SUCCUSS']}),this[_0x37dc9f(0x394)]();};});}['_getUploadFileURL'](){const _0x39b5db=_0x43980f;var _0xe5ceb9;let _0x3ed9fe=this[_0x39b5db(0x18a)][_0x39b5db(0x184)](U);return(_0xe5ceb9=_0x3ed9fe==null?void 0x0:_0x3ed9fe[_0x39b5db(0x2ad)])==null?_0x39b5db(0x3ba):_0xe5ceb9;}['_getSignURL'](){const _0x612574=_0x43980f;var _0x1f018f;let _0x2a2194=this[_0x612574(0x18a)][_0x612574(0x184)](U);return(_0x1f018f=_0x2a2194==null?void 0x0:_0x2a2194[_0x612574(0x38e)])==null?'/universer-api/file/{fileID}/sign-url':_0x1f018f;}['_getDownloadEndpointURL'](){const _0x454f4f=_0x43980f;var _0x5f4e66;let _0x579b46=this[_0x454f4f(0x18a)][_0x454f4f(0x184)](U);return(_0x5f4e66=_0x579b46==null?void 0x0:_0x579b46[_0x454f4f(0x1cf)])==null?location[_0x454f4f(0x33c)]:_0x5f4e66;}['_replaceFileID'](_0x278686,_0x6c65d8){const _0x3c71b5=_0x43980f;return _0x278686[_0x3c71b5(0x397)](_0x3c71b5(0x2bf),_0x6c65d8);}[_0x43980f(0x394)](){const _0xb19093=_0x43980f;--this[_0xb19093(0x232)],this['_change$'][_0xb19093(0x177)](this['_waitCount']);}};yn=z([R(0x0,_0x1c7850(_0x5c7bc5)),R(0x1,_0x581647),R(0x2,_0x1c7850(_0x5f47c6))],yn);let bn=class{constructor(_0xebc4f6,_0x5e3315){const _0x3396c1=_0x43980f;this[_0x3396c1(0x18a)]=_0xebc4f6,this['_HTTPService']=_0x5e3315;}['_getAPIPrefixPath'](){const _0x282602=_0x43980f;var _0x3ab2be;let _0xd5be0b=this[_0x282602(0x18a)][_0x282602(0x184)](U);return(_0x3ab2be=_0xd5be0b==null?void 0x0:_0xd5be0b[_0x282602(0x280)])==null?_0x282602(0x2f8):_0x3ab2be;}async[_0x43980f(0x381)](_0x1f06f4){const _0x3e8f1a=_0x43980f;let _0x1424a1=this[_0x3e8f1a(0x339)]()+_0x3e8f1a(0x320);return{'list':[{'title':_0x3e8f1a(0x1e0),'mentions':(await this[_0x3e8f1a(0x23b)][_0x3e8f1a(0x31d)](_0x1424a1,{'params':{'objectID':_0x1f06f4[_0x3e8f1a(0x175)],'unitID':_0x1f06f4[_0x3e8f1a(0x175)]}}))[_0x3e8f1a(0x207)][_0x3e8f1a(0x1db)][_0x3e8f1a(0x18d)](_0x434b25=>({'objectId':_0x434b25['id'],'name':_0x434b25[_0x3e8f1a(0x366)][_0x3e8f1a(0x2c9)],'metadata':{'icon':_0x434b25[_0x3e8f1a(0x366)][_0x3e8f1a(0x1b4)]},'label':_0x434b25[_0x3e8f1a(0x366)][_0x3e8f1a(0x2c9)],'objectType':_0x2bc86f['PERSON']})),'metadata':{},'type':_0x2bc86f[_0x3e8f1a(0x209)]}]};}};bn=z([R(0x0,_0x1c7850(_0x581647)),R(0x1,_0x1c7850(_0x5c7bc5))],bn);let xn=class extends _0x1a88c8{constructor(_0x3e6e32,_0x1ca45d,_0x5da362,_0x151d9e,_0x1a7b65){const _0x56d53b=_0x43980f;super(),this[_0x56d53b(0x308)]=_0x3e6e32,this[_0x56d53b(0x372)]=_0x1ca45d,this[_0x56d53b(0x154)]=_0x5da362,this[_0x56d53b(0x27e)]=_0x151d9e,this[_0x56d53b(0x300)]=_0x1a7b65,this['_initUnitPermissionChange'](),this[_0x56d53b(0x24e)]();}[_0x43980f(0x24e)](){const _0x59f54c=_0x43980f;let _0x3921bc=async _0x1257a8=>{const _0x3765b5=_0x50c8;(await this['_collaborationSessionService'][_0x3765b5(0x373)](_0x1257a8))[_0x3765b5(0x282)][_0x3765b5(0x2dc)](_0x1186c5(_0x1fb727=>_0x1fb727[_0x3765b5(0x201)]===_0x3cfbbf[_0x3765b5(0x1df)]),_0x6ecc79(this[_0x3765b5(0x1e5)]))[_0x3765b5(0x374)](_0x5f287b=>{const _0x1872e8=_0x3765b5;let {reason:_0x3aee7b}=_0x5f287b['data'];this['_collaborationUIEventService']['emitEvent']({'id':_0x1872e8(0x305),'data':_0x3aee7b}),this[_0x1872e8(0x154)][_0x1872e8(0x181)](new _0x173d60(_0x1257a8)['id'],!0x1),this[_0x1872e8(0x27e)][_0x1872e8(0x1fd)](_0x1257a8);});};_0x5a7b08(this[_0x59f54c(0x372)][_0x59f54c(0x20c)](_0x69083d[_0x59f54c(0x291)]),this[_0x59f54c(0x372)][_0x59f54c(0x20c)](_0x69083d[_0x59f54c(0x34d)]))[_0x59f54c(0x2dc)](_0x1e4e2f(_0x28c5e8=>_0x28c5e8[_0x59f54c(0x246)]['getUnitId']()),_0x1186c5(_0x58a2a1=>!_0x4a5844(_0x58a2a1)),_0x6ecc79(this[_0x59f54c(0x1e5)]))[_0x59f54c(0x374)](_0x4278f3=>{_0x3921bc(_0x4278f3);});}[_0x43980f(0x2ae)](){const _0x38cc46=_0x43980f;let _0x4ec6c5=async _0x3cb593=>{const _0x37ec27=_0x50c8;let _0x5f0b20=await this['_collaborationSessionService']['requireSession'](_0x3cb593),_0xbc7f6b=this[_0x37ec27(0x308)][_0x37ec27(0x31d)](_0x416900);_0x5f0b20['event$'][_0x37ec27(0x2dc)](_0x1186c5(_0x20e915=>_0x20e915[_0x37ec27(0x201)]===_0x3cfbbf['UPDATE_PERMISSION_OBJ']),_0x6ecc79(this[_0x37ec27(0x1e5)]))[_0x37ec27(0x374)](_0x296418=>{const _0x1734fe=_0x37ec27;let {objectId:_0x228510}=_0x296418['data'];_0x228510===_0x3cb593?_0xbc7f6b[_0x1734fe(0x240)](_0x3cb593):_0xbc7f6b[_0x1734fe(0x2d8)](_0x3cb593,_0x228510);});};_0x5a7b08(this[_0x38cc46(0x372)][_0x38cc46(0x20c)](_0x69083d[_0x38cc46(0x291)]))[_0x38cc46(0x2dc)](_0x1e4e2f(_0x30c652=>_0x30c652['unit'][_0x38cc46(0x253)]()),_0x1186c5(_0x1bfbea=>!_0x4a5844(_0x1bfbea)),_0x6ecc79(this[_0x38cc46(0x1e5)]))[_0x38cc46(0x374)](_0x4c2e8e=>{_0x4ec6c5(_0x4c2e8e);});}};xn=z([R(0x0,_0x1c7850(_0xd7c234)),R(0x1,_0x5f47c6),R(0x2,_0x57bb9f),R(0x3,_0x1c7850(Q)),R(0x4,_0x1c7850(L))],xn);let Sn=class{constructor(_0x14c466,_0x2a711d){const _0x384ddb=_0x43980f;this['_configService']=_0x14c466,this[_0x384ddb(0x323)]=_0x2a711d;}async[_0x43980f(0x34f)](_0x276cb5,_0x2d94d7){const _0x2b6d4c=_0x43980f;var _0x19eb3d;let {unitID:_0x11193f,type:_0x4ab1a0,revision:_0x147430=0x0}=_0x2d94d7,_0x373d8a=this[_0x2b6d4c(0x30c)]()+'/'+_0x4ab1a0+_0x2b6d4c(0x1f6)+_0x11193f+'/rev/'+_0x147430,_0x41c6f6=(await this[_0x2b6d4c(0x323)][_0x2b6d4c(0x31d)](_0x373d8a))[_0x2b6d4c(0x207)],_0xae367a=(_0x19eb3d=_0x41c6f6[_0x2b6d4c(0x19c)])==null?void 0x0:_0x19eb3d[_0x2b6d4c(0x38a)];if(_0xae367a){let _0x384303=_0xae367a==null?void 0x0:_0xae367a[_0x2b6d4c(0x159)];_0xae367a['originalMeta']=_0x2ebe39['encode'](_0x285281(_0x384303)),Object[_0x2b6d4c(0x14a)](_0xae367a['sheets'])[_0x2b6d4c(0x256)](([,_0x375bf9])=>{const _0x199456=_0x2b6d4c;let _0x30c637=_0x375bf9['originalMeta'];_0x375bf9[_0x199456(0x159)]=_0x2ebe39['encode'](_0x285281(_0x30c637));});}return _0x41c6f6;}async[_0x43980f(0x169)](_0x55b5a1,_0x44b95a){const _0x4c5104=_0x43980f;let {unitID:_0x146df2,type:_0x1c5355,blockID:_0x1882d9}=_0x44b95a,_0x214857=this[_0x4c5104(0x389)]()+'/'+_0x1c5355+'/unit/'+_0x146df2+_0x4c5104(0x267)+_0x1882d9;return(await this[_0x4c5104(0x323)][_0x4c5104(0x31d)](_0x214857))[_0x4c5104(0x207)];}async[_0x43980f(0x26c)](_0x29c5ef,_0x42fc0c){const _0x2d70ba=_0x43980f;let {unitID:_0x226385,type:_0xa6bf56,blockID:_0x4fc3ac}=_0x42fc0c,_0x32e483=this['_getAPIPrefix']()+_0x2d70ba(0x267)+_0xa6bf56+_0x2d70ba(0x1f6)+_0x226385+_0x2d70ba(0x267)+_0x4fc3ac;return(await this['_httpService']['get'](_0x32e483))[_0x2d70ba(0x207)];}async[_0x43980f(0x2ca)](_0x4f96b9,_0x2bacf1){const _0x30c05e=_0x43980f;let {unitID:_0x4b4d55,type:_0x786ac5,from:_0x2b0033,to:_0x6bacdb}=_0x2bacf1,_0x4030b7=this['_getAPIPrefix']()+'/'+_0x786ac5+_0x30c05e(0x1f6)+_0x4b4d55+'/fetchmissing?from='+_0x2b0033+_0x30c05e(0x29c)+_0x6bacdb;return(await this['_httpService'][_0x30c05e(0x31d)](_0x4030b7))[_0x30c05e(0x207)];}[_0x43980f(0x30c)](){const _0x23340e=_0x43980f;var _0x3a64a3;return(_0x3a64a3=this[_0x23340e(0x18a)][_0x23340e(0x184)]('SNAPSHOT_URL_KEY'))==null?this['_getAPIPrefix']():_0x3a64a3;}[_0x43980f(0x389)](){const _0x5694c1=_0x43980f;var _0x252eb9;let _0x277f5d=this[_0x5694c1(0x18a)][_0x5694c1(0x184)](U);return(_0x252eb9=_0x277f5d==null?void 0x0:_0x277f5d[_0x5694c1(0x32a)])==null?_0x5694c1(0x176):_0x252eb9;}async[_0x43980f(0x382)](_0x10af37,_0x3f968f){const _0x562188=_0x43980f;let _0x1aade3=_0x562188(0x1ff)+_0x3f968f[_0x562188(0x227)]+_0x562188(0x1f6)+_0x3f968f[_0x562188(0x34a)]+'/resources';return(await this[_0x562188(0x323)][_0x562188(0x31d)](_0x1aade3,{'params':{'resourceId':JSON[_0x562188(0x369)](_0x3f968f[_0x562188(0x24b)])}}))[_0x562188(0x207)];}[_0x43980f(0x1a4)](){const _0x557c0=_0x43980f;throw Error(_0x557c0(0x2e9));}[_0x43980f(0x2bb)](){const _0x376fc5=_0x43980f;throw Error(_0x376fc5(0x2e9));}[_0x43980f(0x3bd)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x43980f(0x33a)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['copyFileMeta'](){const _0x38701c=_0x43980f;throw Error(_0x38701c(0x2e9));}['getLatestCsReqIdBySid'](){const _0x33ff8a=_0x43980f;throw Error(_0x33ff8a(0x2e9));}};Sn=z([R(0x0,_0x581647),R(0x1,_0x1c7850(_0x5c7bc5))],Sn);let Cn=class extends _0x41f436{constructor(_0x18a3b7,_0x5597e1,_0x561ea3,_0x24d373,_0x478ee0){const _0x2ef44a=_0x43980f;super(_0x18a3b7,_0x5597e1,_0x561ea3),this[_0x2ef44a(0x27f)]=_0x24d373,this['_logService']=_0x478ee0;}[_0x43980f(0x311)](_0x22a068,_0x1bf9c0){const _0x398b2a=_0x43980f;let _0x329f52=this[_0x398b2a(0x3b7)](_0x22a068);if(_0x329f52)try{let _0x5485d2=this[_0x398b2a(0x2da)](_0x329f52,_0x1bf9c0);this['_substituteUndoStack'](_0x22a068,_0x5485d2);}catch(_0x3480ea){this[_0x398b2a(0x2ed)][_0x398b2a(0x21f)](_0x398b2a(0x307),_0x3480ea),this[_0x398b2a(0x362)](_0x22a068);}let _0x18d4aa=this[_0x398b2a(0x1a0)](_0x22a068);if(_0x18d4aa)try{let _0x474743=this['_transformStack'](_0x18d4aa,_0x1bf9c0);this[_0x398b2a(0x2f1)](_0x22a068,_0x474743);}catch(_0x4c9e66){this['_logService'][_0x398b2a(0x21f)](_0x4c9e66),this[_0x398b2a(0x32d)](_0x22a068);}}['_clearUndo'](_0x52bc64){const _0x1b89f7=_0x43980f;let _0xb4788d=this[_0x1b89f7(0x3b7)](_0x52bc64);_0xb4788d&&(_0xb4788d[_0x1b89f7(0x334)]=0x0,this['_updateStatus']());}[_0x43980f(0x32d)](_0x4b9794){const _0x3516a7=_0x43980f;let _0x225fc6=this[_0x3516a7(0x1a0)](_0x4b9794);_0x225fc6&&(_0x225fc6[_0x3516a7(0x334)]=0x0,this[_0x3516a7(0x17c)]());}['_substituteUndoStack'](_0x3d8a14,_0x45020d){const _0x1b9214=_0x43980f;this[_0x1b9214(0x1e1)][_0x1b9214(0x1a5)](_0x3d8a14,_0x45020d),this[_0x1b9214(0x17c)]();}[_0x43980f(0x2f1)](_0x114003,_0x29b0b4){const _0x1f9570=_0x43980f;this[_0x1f9570(0x279)][_0x1f9570(0x1a5)](_0x114003,_0x29b0b4),this[_0x1f9570(0x17c)]();}['_transformStack'](_0x248155,_0x13ee06){const _0x422cbb=_0x43980f;let _0x2b86cd=[],_0xeff3e7=_0x13ee06,_0x1c52e9=_0x13ee06;for(let _0x3416a1=_0x248155[_0x422cbb(0x334)]-0x1;_0x3416a1>=0x0;_0x3416a1--){let {unitID:_0x23e888,undoMutations:_0x3f9902,redoMutations:_0x50f377}=_0x248155[_0x3416a1],_0x1fb7da=this[_0x422cbb(0x27f)][_0x422cbb(0x278)](_0xeff3e7,_0x3f9902),_0x5d2796=this[_0x422cbb(0x27f)]['transformMutationsWithChangeset'](_0x1c52e9,_0x50f377);if(_0xcb7e6c(_0x1fb7da)||_0xcb7e6c(_0x5d2796)){this[_0x422cbb(0x2ed)][_0x422cbb(0x21f)](_0x422cbb(0x307),'transformStack\x20failed!',_0x1fb7da,_0x5d2796);break;}_0xeff3e7=_0x1fb7da[_0x422cbb(0x151)],_0x1c52e9=_0x5d2796[_0x422cbb(0x151)],_0x2b86cd[_0x422cbb(0x242)]({'unitID':_0x23e888,'undoMutations':_0x1fb7da[_0x422cbb(0x192)],'redoMutations':_0x5d2796[_0x422cbb(0x192)]});}return _0x2b86cd[_0x422cbb(0x1d7)]();}};Cn=z([R(0x0,_0x5f47c6),R(0x1,_0x2e910a),R(0x2,_0x1aa7f8),R(0x3,_0x41cd1f),R(0x4,_0x4a2db6)],Cn);let $=class extends _0xb46367{constructor(_0x671ad0={},_0x4c9c90,_0x19288a,_0x20c9a1){const _0x1b1fc8=_0x43980f;super(),this[_0x1b1fc8(0x225)]=_0x671ad0,this[_0x1b1fc8(0x2ed)]=_0x4c9c90,this['_injector']=_0x19288a,this[_0x1b1fc8(0x18a)]=_0x20c9a1;let {..._0x8634e5}=_0x490f84({},Nt,_0x671ad0);if(!_0x8634e5[_0x1b1fc8(0x17d)])throw Error(_0x1b1fc8(0x384));this['_config']=_0x8634e5,this['_configService'][_0x1b1fc8(0x1cb)](U,_0x8634e5);}['onStarting'](){const _0x1f856b=_0x43980f;this[_0x1f856b(0x21c)](),this['_initDependencies']();}[_0x43980f(0x21c)](){const _0x28d5bf=_0x43980f;var _0x8134c,_0x5021b9;this[_0x28d5bf(0x308)]['has'](_0x3a28c4)&&this[_0x28d5bf(0x2ed)][_0x28d5bf(0x21f)](_0x28d5bf(0x24c),'you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!');let _0x407639=_0x4f5810([[_0x3a28c4,{'useClass':Cn}],[Q],[B],[H],[dn],[_n],[wt],[xn],[L],[vn],[rn,{'useClass':this[_0x28d5bf(0x225)][_0x28d5bf(0x17d)]}],[_0x5e9253,{'useClass':Sn}],[_0xd5d99d,{'useClass':fn}],[_0x5062b6,{'useClass':yn}],[_0x5cc60d,{'useClass':bn}],[sn],[un]],(_0x8134c=this[_0x28d5bf(0x225)])==null?void 0x0:_0x8134c[_0x28d5bf(0x327)]);if(!((_0x5021b9=this[_0x28d5bf(0x225)])!=null&&_0x5021b9[_0x28d5bf(0x152)])){let _0x2798cb=_0x407639['findIndex'](([_0x480b17])=>_0x480b17===jt);_0x2798cb!==-0x1&&_0x407639[_0x28d5bf(0x2f5)](_0x2798cb,0x1);}_0x474b15(this[_0x28d5bf(0x308)],_0x407639);}[_0x43980f(0x3c5)](){const _0x1d4be7=_0x43980f;var _0x5b4e83,_0x48404f;if(this[_0x1d4be7(0x308)][_0x1d4be7(0x31d)](_0x5c7bc5)[_0x1d4be7(0x2d1)]({'priority':0x14,'interceptor':_0xd46517({'maxParallel':0x6})}),!((_0x5b4e83=this[_0x1d4be7(0x225)])!=null&&_0x5b4e83['enableOfflineEditing'])){var _0x3e4505;(_0x3e4505=this[_0x1d4be7(0x308)][_0x1d4be7(0x31d)](V,_0x4c2254[_0x1d4be7(0x39f)]))==null||_0x3e4505['disableLocalCache']();}(_0x48404f=this['_config'])!=null&&_0x48404f[_0x1d4be7(0x303)]&&_0x5b3519(this['_injector'],[[dn]]),_0x5b3519(this[_0x1d4be7(0x308)],[[_n],[sn],[xn]]);}};I($,_0x43980f(0x1b9),'UNIVER_COLLABORATION_CLIENT_PLUGIN'),I($,'packageName',cn),I($,'version',ln),$=z([_0x1c9477(_0x4cd43a,_0x1d82dc,_0x14e288),R(0x1,_0x4a2db6),R(0x2,_0x1c7850(_0xd7c234)),R(0x3,_0x581647)],$);export{fn as AuthzIoHttpService,q as AwaitingState,J as AwaitingWithPendingState,U as COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY,sn as CollaborationController,Zt as CollaborationEntity,yn as CollaborationImageIoService,Ot as CollaborationSession,Q as CollaborationSessionService,on as CollaborationSocketService,qt as CollaborationStatus,Ct as CollaborationUIEventId,L as CollaborationUIEventService,Cn as CollaborativeUndoRedoService,wt as CommentService,Y as ConflictState,ut as DEFAULT_COLLAB_WEB_SOCKET_URL,yt as DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT,dt as DEFAULT_WS_SESSION_TICKET_URL,vn as DataLoaderService,Qt as DocCollaborationEntity,Z as FetchingMissState,ft as HEARTBEAT_INTERVAL_KEY,pt as HEARTBEAT_TIMEOUT_KEY,rn as ICollaborationSocketService,V as ILocalCacheService,en as INetworkConditionService,jt as ISingleActiveUnitService,_t as LOCAL_CACHE_INTERVAL,gt as LOCAL_CACHE_INTERVAL_KEY,B as MemberService,bn as MentionIoHttpService,X as OfflineState,K as PendingState,vt as REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY,ht as RETRY_CONNECTING_MAX_COUNT_KEY,Et as SessionStatus,$t as SheetCollaborationEntity,H as SheetTransformSelectionsService,Sn as SnapshotServerOverHTTPService,G as SyncedState,Mt as UnitStatus,$ as UniverCollaborationClientPlugin,tn as deserializeToCombResponse,kt as getLocalCacheKey,nn as serializeCombRequest};
|
|
1
|
+
const _0x41987a=_0x19aa;(function(_0x2f6cb4,_0x296f9a){const _0x514c44=_0x19aa,_0x3a1334=_0x2f6cb4();while(!![]){try{const _0x231dc4=parseInt(_0x514c44(0x16a))/0x1*(parseInt(_0x514c44(0x147))/0x2)+parseInt(_0x514c44(0x2dc))/0x3+parseInt(_0x514c44(0x317))/0x4+parseInt(_0x514c44(0x1a4))/0x5+parseInt(_0x514c44(0x12a))/0x6+parseInt(_0x514c44(0x347))/0x7+-parseInt(_0x514c44(0x117))/0x8*(parseInt(_0x514c44(0x1ef))/0x9);if(_0x231dc4===_0x296f9a)break;else _0x3a1334['push'](_0x3a1334['shift']());}catch(_0x2e5c51){_0x3a1334['push'](_0x3a1334['shift']());}}}(_0x4eb4,0xe01b5));import{ApplyBaseJson1Mutation as _0x53142b}from'@univerjs-pro/bases';import{CollaborationEvent as _0x37e6b9,CompressMutationService as _0x1a5da1,EmptyMutationInfo as _0x40fa1e,ISnapshotServerService as _0x14a7d0,ITransformService as _0x9f9abc,RevisionService as _0x3fc7dd,SnapshotService as _0x26ae5a,UniverCollaborationPlugin as _0x4c7889,b64DecodeUnicode as _0x2e4bf2,isTransformChangesetsSuccess as _0x14770a,isTransformMutationsWithChangesetFailure as _0x507887,isTransformMutationsWithChangesetSuccess as _0x1e803a,mapDocumentTypeToUniverInstanceType as _0x24bc02,parseChangesetToProtocol as _0x15881f,parseProtocolChangeset as _0x14e41b,textEncoder as _0x563765,uuidv4 as _0x2d97c4}from'@univerjs-pro/collaboration';import{CommandType as _0x5df0cd,DependentOn as _0x122824,Disposable as _0x5eef44,DisposableCollection as _0x2fc8ea,IAuthzIoService as _0x521642,ICommandService as _0x2ee379,IConfigService as _0x180533,IContextService as _0x5213af,ILogService as _0x4e6776,IMentionIOService as _0x313406,IPermissionService as _0x1e2fb3,IUndoRedoService as _0x9c7bc9,IUniverInstanceService as _0x124498,Inject as _0x3ad2a9,Injector as _0x203225,JSONX as _0x3f440c,LocalUndoRedoService as _0x3984a0,LocaleService as _0x4a5570,MentionType as _0x3a5319,Optional as _0x1e3f17,Plugin as _0x2e0d95,Quantity as _0x5b40f0,Rectangle as _0x53c185,RxDisposable as _0x5f3021,Tools as _0x595fc4,UniverInstanceType as _0x4c1fb5,UserManagerService as _0x528178,Workbook as _0x5b84da,createIdentifier as _0x25425e,generateRandomId as _0x4f78e5,isInternalEditorID as _0x2f3dff,merge as _0x203db1,mergeOverrideWithDependencies as _0x1c9838,registerDependencies as _0x3d3e90,resolveWithBasePath as _0x407e43,sequenceExecute as _0xf17e94,toDisposable as _0x1c7184,touchDependencies as _0x56a100}from'@univerjs/core';import{DocStateChangeManagerService as _0xf4830c,RichTextEditingMutation as _0x2e4ccc}from'@univerjs/docs';import{InsertSheetMutation as _0x4cb7fa,SetSelectionsOperation as _0x39389e,SheetPermissionInitController as _0x3e8474,SheetsSelectionsService as _0x2af039,WorkbookEditablePermission as _0x12238f}from'@univerjs/sheets';import{BehaviorSubject as _0x1d9402,ReplaySubject as _0x94717b,Subject as _0x206e3c,concatMap as _0x58febc,firstValueFrom as _0x4a9cf1,map as _0x1f7c57,merge as _0x2a9d61,of as _0x17f9f,shareReplay as _0x4e2a1b,take as _0x2fb4c6,takeUntil as _0x5dc313}from'rxjs';import{CmdRspCode as _0x42b7f8,CombCmd as _0x42f7c9,ErrorCode as _0x17396f,FileSource as _0x194984}from'@univerjs/protocol';import{ITelemetryService as _0x52074e}from'@univerjs/telemetry';import{delay as _0x4fa145,filter as _0x53386c,map as _0x252691,take as _0x18c870,takeUntil as _0x14fd58}from'rxjs/operators';import{AddSlidePageMutation as _0x311e67,EnsureSlideMasterPageMutation as _0x151b53,MoveSlidePageMutation as _0x4a0b1d,RemoveSlidePageMutation as _0x1ccdaf}from'@univerjs-pro/slides';import{HTTPRequest as _0x440c7e,HTTPService as _0x27178d,ISocketService as _0xcc93f,MergeInterceptorFactory as _0x52324b,ThresholdInterceptorFactory as _0x4a9968,UniverNetworkPlugin as _0x36a0f0}from'@univerjs/network';import{UniverLicensePlugin as _0x18c18b,getGlobalObject as _0x2f49f7}from'@univerjs-pro/license';import{DRAWING_IMAGE_ALLOW_IMAGE_LIST as _0x4c7c04,IImageIoService as _0x5d3bb6,ImageSourceType as _0x11f9af,ImageUploadStatusType as _0x5785a8,getDrawingImageAllowSize as _0xd89f51}from'@univerjs/drawing';import{cbc as _0x8b182e}from'@noble/ciphers/aes.js';import{concatBytes as _0x5d9300,randomBytes as _0xee0b57,utf8ToBytes as _0x1677f9}from'@noble/ciphers/utils.js';const F=_0x41987a(0x14f),gt={},_t=_0x41987a(0x1bc),vt='/universer-api/user/session-ticket',yt='HEARTBEAT_INTERVAL',bt=_0x41987a(0x320),xt=0x4e20,St=_0x41987a(0x309),Ct='LOCAL_CACHE_INTERVAL',wt=0x3e8,Tt=_0x41987a(0x2b8),Et=_0x41987a(0x345);function Dt(_0x429f87){const _0x57e9e5=_0x41987a;return JSON[_0x57e9e5(0x231)](_0x429f87)[_0x57e9e5(0x2ca)];}function Ot(_0x668bcc){'@babel/helpers - typeof';const _0x36ac5f=_0x41987a;return Ot=typeof Symbol==_0x36ac5f(0x1a8)&&typeof Symbol[_0x36ac5f(0x16b)]==_0x36ac5f(0x2d7)?function(_0x52fe93){return typeof _0x52fe93;}:function(_0x4a7c6f){const _0x21e605=_0x36ac5f;return _0x4a7c6f&&typeof Symbol==_0x21e605(0x1a8)&&_0x4a7c6f[_0x21e605(0x35d)]===Symbol&&_0x4a7c6f!==Symbol['prototype']?'symbol':typeof _0x4a7c6f;},Ot(_0x668bcc);}function kt(_0x2a4bc4,_0x2a3260){const _0x55d30a=_0x41987a;if(Ot(_0x2a4bc4)!='object'||!_0x2a4bc4)return _0x2a4bc4;var _0x7af8ab=_0x2a4bc4[Symbol[_0x55d30a(0x2f4)]];if(_0x7af8ab!==void 0x0){var _0x44b191=_0x7af8ab[_0x55d30a(0x115)](_0x2a4bc4,_0x2a3260||_0x55d30a(0x153));if(Ot(_0x44b191)!=_0x55d30a(0x365))return _0x44b191;throw TypeError(_0x55d30a(0x1a0));}return(_0x2a3260==='string'?String:Number)(_0x2a4bc4);}function At(_0x1dcdba){const _0x2b29c5=_0x41987a;var _0x235ffd=kt(_0x1dcdba,'string');return Ot(_0x235ffd)==_0x2b29c5(0x2d7)?_0x235ffd:_0x235ffd+'';}function I(_0x681f43,_0x2f93a6,_0x290228){const _0x2a4eea=_0x41987a;return(_0x2f93a6=At(_0x2f93a6))in _0x681f43?Object[_0x2a4eea(0x331)](_0x681f43,_0x2f93a6,{'value':_0x290228,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x681f43[_0x2f93a6]=_0x290228,_0x681f43;}let jt=function(_0x2df3ee){const _0x5252cc=_0x41987a;return _0x2df3ee[_0x5252cc(0x16c)]='OTHER_CLIENT_EDITING',_0x2df3ee[_0x5252cc(0x21f)]='PERMISSION_DENIED',_0x2df3ee['CONFLICT']='CONFLICT',_0x2df3ee[_0x5252cc(0x118)]=_0x5252cc(0x118),_0x2df3ee['JOIN_ROOM_FAILED']=_0x5252cc(0x252),_0x2df3ee['SOCKET_FAILED_RETRY']=_0x5252cc(0x1d7),_0x2df3ee[_0x5252cc(0x27c)]=_0x5252cc(0x27c),_0x2df3ee[_0x5252cc(0x298)]=_0x5252cc(0x298),_0x2df3ee;}({});var L=class{constructor(){const _0x3c272d=_0x41987a;I(this,_0x3c272d(0x157),new _0x206e3c()),I(this,_0x3c272d(0x143),this[_0x3c272d(0x157)][_0x3c272d(0x275)]());}[_0x41987a(0x1b3)](_0x1ae82d){const _0x41be8f=_0x41987a;this[_0x41be8f(0x157)][_0x41be8f(0x285)](_0x1ae82d);}},Mt=class{constructor(){const _0xb08dd=_0x41987a;I(this,'_commentUpdate$',new _0x206e3c()),I(this,_0xb08dd(0x14e),this[_0xb08dd(0x2c6)]['asObservable']());}['onCommentUpdate'](_0x305cde){const _0x34d8e8=_0x41987a;this[_0x34d8e8(0x2c6)][_0x34d8e8(0x285)](_0x305cde);}};function R(_0x5b839d,_0x5b672a){return function(_0x520d9f,_0x763317){_0x5b672a(_0x520d9f,_0x763317,_0x5b839d);};}function z(_0x84bdc2,_0x347fe5,_0x163837,_0x2ba50c){const _0xa2410c=_0x41987a;var _0xa20935=arguments[_0xa2410c(0x2ca)],_0x578250=_0xa20935<0x3?_0x347fe5:_0x2ba50c===null?_0x2ba50c=Object[_0xa2410c(0x323)](_0x347fe5,_0x163837):_0x2ba50c,_0x4ecab3;if(typeof Reflect==_0xa2410c(0x365)&&typeof Reflect[_0xa2410c(0x34c)]==_0xa2410c(0x1a8))_0x578250=Reflect['decorate'](_0x84bdc2,_0x347fe5,_0x163837,_0x2ba50c);else{for(var _0x1d0d02=_0x84bdc2[_0xa2410c(0x2ca)]-0x1;_0x1d0d02>=0x0;_0x1d0d02--)(_0x4ecab3=_0x84bdc2[_0x1d0d02])&&(_0x578250=(_0xa20935<0x3?_0x4ecab3(_0x578250):_0xa20935>0x3?_0x4ecab3(_0x347fe5,_0x163837,_0x578250):_0x4ecab3(_0x347fe5,_0x163837))||_0x578250);}return _0xa20935>0x3&&_0x578250&&Object['defineProperty'](_0x347fe5,_0x163837,_0x578250),_0x578250;}let B=class extends _0x5eef44{constructor(_0x4e9cd8,_0x3094fb){const _0xde51a9=_0x41987a;super(),this[_0xde51a9(0x286)]=_0x4e9cd8,this[_0xde51a9(0x36c)]=_0x3094fb,I(this,_0xde51a9(0x184),new Map()),I(this,_0xde51a9(0x22a),new _0x206e3c()),this[_0xde51a9(0x1f9)](_0x2a9d61(this[_0xde51a9(0x286)][_0xde51a9(0x1b6)](_0x4c1fb5[_0xde51a9(0x15d)])['pipe'](_0x252691(_0x45d8f9=>_0x45d8f9[_0xde51a9(0x1d9)]())),this['_univerInstanceService'][_0xde51a9(0x1b6)](_0x4c1fb5[_0xde51a9(0x35e)])['pipe'](_0x252691(_0x2a8056=>_0x2a8056[_0xde51a9(0x1d9)]())),this[_0xde51a9(0x286)][_0xde51a9(0x1b6)](_0x4c1fb5[_0xde51a9(0x25d)])[_0xde51a9(0x154)](_0x252691(_0x150da9=>_0x150da9[_0xde51a9(0x1d9)]())))[_0xde51a9(0x1f2)](_0x5ffded=>this[_0xde51a9(0x145)](_0x5ffded)));}[_0x41987a(0x2bb)](_0x1bf4c8){const _0x2e5482=_0x41987a;return this[_0x2e5482(0x184)][_0x2e5482(0x330)](_0x1bf4c8)?_0x17f9f(this[_0x2e5482(0x184)]['get'](_0x1bf4c8)):this[_0x2e5482(0x22a)][_0x2e5482(0x154)](_0x252691(_0x5059d1=>{const _0x52b817=_0x2e5482;if(_0x5059d1===_0x1bf4c8)return this[_0x52b817(0x184)]['get'](_0x5059d1);}));}['setCurrentUser'](_0x439af7){const _0x1a02f=_0x41987a;this[_0x1a02f(0x36c)][_0x1a02f(0x36a)](_0x439af7);}[_0x41987a(0x29b)](){const _0x59d2b3=_0x41987a;return this[_0x59d2b3(0x36c)][_0x59d2b3(0x29b)]();}['updateMember'](_0x10902b,_0x4d682b){const _0x2d4877=_0x41987a;let _0x24c8f6=this[_0x2d4877(0x184)][_0x2d4877(0x11d)](_0x10902b);_0x24c8f6||(_0x24c8f6=new Nt(),this[_0x2d4877(0x184)][_0x2d4877(0x103)](_0x10902b,_0x24c8f6),this[_0x2d4877(0x22a)][_0x2d4877(0x285)](_0x10902b)),_0x24c8f6[_0x2d4877(0x212)](_0x4d682b);}[_0x41987a(0x1b8)](_0xc157f1,_0x2d468c){const _0xc12e04=_0x41987a;let _0x30b653=this[_0xc12e04(0x184)][_0xc12e04(0x11d)](_0xc157f1);_0x30b653&&_0x30b653[_0xc12e04(0x1b8)](_0x2d468c);}[_0x41987a(0x287)](_0xdbea2b){const _0x5472c8=_0x41987a;return this[_0x5472c8(0x184)][_0x5472c8(0x11d)](_0xdbea2b);}[_0x41987a(0x161)](_0x7a877,_0x2540a0){const _0x448079=_0x41987a;let _0x40181c=this[_0x448079(0x184)][_0x448079(0x11d)](_0x7a877);if(_0x40181c)return _0x40181c['getMember'](_0x2540a0);}[_0x41987a(0x145)](_0x8a8919){const _0x53edeb=_0x41987a;let _0x2f5722=this['_roomMembers'][_0x53edeb(0x11d)](_0x8a8919);_0x2f5722&&(_0x2f5722[_0x53edeb(0x31e)](),this[_0x53edeb(0x184)][_0x53edeb(0x23f)](_0x8a8919));}['dispose'](){const _0x58d69b=_0x41987a;this[_0x58d69b(0x184)][_0x58d69b(0x329)](_0x30637f=>_0x30637f[_0x58d69b(0x31e)]()),this['_roomMembers'][_0x58d69b(0x281)](),this[_0x58d69b(0x22a)][_0x58d69b(0x2a9)]();}};B=z([R(0x0,_0x124498),R(0x1,_0x3ad2a9(_0x528178))],B);var Nt=class extends _0x5eef44{constructor(..._0x4a4898){const _0x5eff56=_0x41987a;super(..._0x4a4898),I(this,_0x5eff56(0x18b),new Map()),I(this,_0x5eff56(0x191),new _0x1d9402(this[_0x5eff56(0x18b)])),I(this,_0x5eff56(0x27b),this[_0x5eff56(0x191)][_0x5eff56(0x275)]());}[_0x41987a(0x31e)](){const _0x16dae4=_0x41987a;this[_0x16dae4(0x18b)][_0x16dae4(0x281)](),this[_0x16dae4(0x191)]['complete']();}[_0x41987a(0x212)](_0x2a1061){const _0x190560=_0x41987a;this['_members'][_0x190560(0x103)](_0x2a1061[_0x190560(0x32d)],_0x2a1061),this[_0x190560(0x375)]();}['removeMember'](_0x594503){const _0x25fd52=_0x41987a;this[_0x25fd52(0x18b)][_0x25fd52(0x23f)](_0x594503),this[_0x25fd52(0x375)]();}[_0x41987a(0x161)](_0x3bd234){const _0x62328e=_0x41987a;return this['_members'][_0x62328e(0x11d)](_0x3bd234);}[_0x41987a(0x36b)](){const _0x2139b9=_0x41987a;return Array[_0x2139b9(0x301)](this[_0x2139b9(0x18b)][_0x2139b9(0x131)]());}['_emitMembers'](){const _0x4feceb=_0x41987a;this['_members$'][_0x4feceb(0x285)](this[_0x4feceb(0x18b)]);}};let Pt=function(_0x34a086){const _0x66e807=_0x41987a;return _0x34a086[_0x34a086[_0x66e807(0x319)]=0x0]=_0x66e807(0x319),_0x34a086[_0x34a086[_0x66e807(0x2ce)]=0x1]=_0x66e807(0x2ce),_0x34a086[_0x34a086['OFFLINE']=0x2]=_0x66e807(0x210),_0x34a086[_0x34a086['ONLINE']=0x3]='ONLINE',_0x34a086;}({});const Ft={[_0x42b7f8[_0x41987a(0x30e)]]:_0x41987a(0x186),[_0x42b7f8[_0x41987a(0x21c)]]:'session.room-full',[_0x42b7f8[_0x41987a(0x324)]]:'session.room-not-exists',[_0x42b7f8[_0x41987a(0x1ed)]]:_0x41987a(0x274),[_0x42b7f8[_0x41987a(0x13a)]]:_0x41987a(0x14d)};function _0x19aa(_0x2fafee,_0x3f7d5d){_0x2fafee=_0x2fafee-0xf3;const _0x4eb463=_0x4eb4();let _0x19aa73=_0x4eb463[_0x2fafee];return _0x19aa73;}let It=class extends _0x5f3021{get[_0x41987a(0x21e)](){const _0x42b945=_0x41987a;return this[_0x42b945(0x374)][_0x42b945(0x314)]();}constructor(_0x1f73a9,_0x2d847f,_0x4a12f0,_0x153266,_0x273bf7,_0x2c9d47,_0x3a2a9e,_0x4183da){const _0xc47bd8=_0x41987a;super(),this[_0xc47bd8(0x2f2)]=_0x1f73a9,this[_0xc47bd8(0x235)]=_0x4a12f0,this[_0xc47bd8(0x18a)]=_0x153266,this[_0xc47bd8(0x19b)]=_0x273bf7,this[_0xc47bd8(0x121)]=_0x2c9d47,this[_0xc47bd8(0x33a)]=_0x3a2a9e,this[_0xc47bd8(0x162)]=_0x4183da,I(this,_0xc47bd8(0x374),new _0x1d9402(0x0)),I(this,'sessionStatus$',this[_0xc47bd8(0x374)][_0xc47bd8(0x275)]()),I(this,_0xc47bd8(0x157),new _0x206e3c()),I(this,'event$',this[_0xc47bd8(0x157)][_0xc47bd8(0x275)]()),I(this,'_socket',void 0x0),I(this,_0xc47bd8(0x299),void 0x0),I(this,_0xc47bd8(0x33c),void 0x0),I(this,_0xc47bd8(0x24e),!0x1),I(this,_0xc47bd8(0x204),null),this['_shouldReportTelemetry']=!!this['_telemetryService'],_0x2d847f[_0xc47bd8(0x154)](_0x5dc313(this[_0xc47bd8(0x312)]))[_0xc47bd8(0x1f2)](_0x1c92a1=>{const _0xefcd67=_0xc47bd8;if(_0x1c92a1!==void 0x0){if(this['_socket']=_0x1c92a1,_0x1c92a1)this[_0xefcd67(0x1b0)](_0x1c92a1),this[_0xefcd67(0x299)]=_0x1c92a1[_0xefcd67(0x13f)]['subscribe'](_0x333f86=>{const _0x16ce81=_0xefcd67;_0x333f86[_0x16ce81(0x366)]===this['_unitID']&&this['_onCombEvent'](_0x333f86);});else{var _0x780c50;this[_0xefcd67(0x208)](),this[_0xefcd67(0x374)][_0xefcd67(0x285)](0x2),(_0x780c50=this[_0xefcd67(0x299)])==null||_0x780c50[_0xefcd67(0x1a1)](),this['_socketMessageSubscription']=null;}}});}[_0x41987a(0x1f4)](){const _0x15c3b8=_0x41987a;var _0xdf3e08,_0x2af96b;return(_0xdf3e08=(_0x2af96b=this[_0x15c3b8(0x187)])==null?void 0x0:_0x2af96b['memberID'])==null?null:_0xdf3e08;}[_0x41987a(0x31e)](){const _0x20f303=_0x41987a;super[_0x20f303(0x31e)](),this[_0x20f303(0x277)](),this[_0x20f303(0x312)]['next'](),this[_0x20f303(0x312)][_0x20f303(0x2a9)]();}[_0x41987a(0x277)](){const _0x7ee457=_0x41987a;var _0x58d03e,_0x3b5bb1;this[_0x7ee457(0x208)](),(_0x58d03e=this[_0x7ee457(0x187)])==null||_0x58d03e['send']({'cmd':_0x42f7c9[_0x7ee457(0x1a3)],'data':{'roomID':this[_0x7ee457(0x2f2)]}}),(_0x3b5bb1=this[_0x7ee457(0x187)])==null||_0x3b5bb1['close'](),this[_0x7ee457(0x157)][_0x7ee457(0x2a9)](),this[_0x7ee457(0x374)][_0x7ee457(0x2a9)]();}[_0x41987a(0x2a5)](_0x1f5565){const _0x1640b7=_0x41987a;_0x1f5565[_0x1640b7(0x193)]===_0x42f7c9[_0x1640b7(0x1f7)]?this[_0x1640b7(0x2e8)](_0x1f5565):_0x1f5565[_0x1640b7(0x193)]===_0x42f7c9[_0x1640b7(0x1e6)]&&this[_0x1640b7(0x306)](_0x1f5565);}[_0x41987a(0x1b0)](_0x5d3a02){const _0x384760=_0x41987a;this[_0x384760(0x374)][_0x384760(0x285)](0x1),_0x5d3a02[_0x384760(0x35c)]({'cmd':_0x42f7c9[_0x384760(0x1f7)],'routeKey':this[_0x384760(0x2f2)],'routeType':'','data':{'rooms':[{'roomID':this['_unitID']}]}});}[_0x41987a(0x2e8)](_0x4e47d1){const _0x57863e=_0x41987a;var _0x4abbd0;if(_0x4e47d1[_0x57863e(0x2c8)]in Ft){this[_0x57863e(0x33a)][_0x57863e(0x1b3)]({'id':_0x57863e(0x252),'data':Ft[_0x4e47d1['code']]}),this['_sessionStatus$']['next'](0x2);return;}this['_sessionStatus$'][_0x57863e(0x285)](0x3);let _0x308758=(_0x4abbd0=_0x4e47d1[_0x57863e(0x22c)][_0x57863e(0xfd)][this['_unitID']])==null?void 0x0:_0x4abbd0[_0x57863e(0x339)];_0x308758&&_0x308758[_0x57863e(0x329)](_0x468bca=>this[_0x57863e(0x19b)][_0x57863e(0x212)](this[_0x57863e(0x2f2)],_0x468bca));}['_onRecvEvent'](_0x411c85){const _0x38e6bf=_0x41987a;try{let _0x3d6323=_0x411c85[_0x38e6bf(0x22c)];switch(_0x3d6323['eventID']){case _0x37e6b9[_0x38e6bf(0xf9)]:this['_onUserJoin'](_0x3d6323),this[_0x38e6bf(0x157)][_0x38e6bf(0x285)](_0x3d6323);break;case _0x37e6b9[_0x38e6bf(0x17b)]:this[_0x38e6bf(0x1bf)](_0x3d6323),this[_0x38e6bf(0x157)][_0x38e6bf(0x285)](_0x3d6323);break;case _0x37e6b9[_0x38e6bf(0x280)]:case _0x37e6b9[_0x38e6bf(0x34e)]:this[_0x38e6bf(0x2d0)](),this['_clearCollaborationTimeoutTimer'](),this[_0x38e6bf(0x157)][_0x38e6bf(0x285)](_0x3d6323);break;case _0x37e6b9[_0x38e6bf(0x108)]:this[_0x38e6bf(0x235)][_0x38e6bf(0x2fa)]('save\x20fail\x20reason\x20is\x20'+JSON[_0x38e6bf(0x231)](_0x3d6323)),this['_event$'][_0x38e6bf(0x285)](_0x3d6323);break;case _0x37e6b9[_0x38e6bf(0x262)]:this[_0x38e6bf(0x121)][_0x38e6bf(0x263)](_0x3d6323['data']),this[_0x38e6bf(0x157)][_0x38e6bf(0x285)](_0x3d6323);break;default:this['_event$'][_0x38e6bf(0x285)](_0x3d6323);}}catch(_0x337b62){this[_0x38e6bf(0x235)][_0x38e6bf(0x2fa)](_0x337b62,_0x411c85);}}[_0x41987a(0x17d)](_0x165db7){const _0x54e43d=_0x41987a;this[_0x54e43d(0x19b)][_0x54e43d(0x212)](this[_0x54e43d(0x2f2)],_0x165db7['data']);}[_0x41987a(0x1bf)](_0x29d492){const _0x451b0e=_0x41987a;this['_memberService'][_0x451b0e(0x1b8)](this[_0x451b0e(0x2f2)],_0x29d492[_0x451b0e(0x22c)][_0x451b0e(0x32d)]);}async['send'](_0x466654,_0x519779){const _0x2195e1=_0x41987a;if(this[_0x2195e1(0x21e)]!==0x3||!this[_0x2195e1(0x187)])throw Error(_0x2195e1(0x2d4));try{_0x466654[_0x2195e1(0x2d5)]===_0x37e6b9[_0x2195e1(0x23c)]&&(this[_0x2195e1(0x25c)](),this[_0x2195e1(0x179)](_0x466654)),this[_0x2195e1(0x187)][_0x2195e1(0x35c)]({'cmd':_0x42f7c9[_0x2195e1(0x2e9)],'routeKey':_0x519779,'routeType':'','data':_0x466654});}catch(_0x231ca9){this['_logService'][_0x2195e1(0x2fa)](_0x231ca9);}}[_0x41987a(0x25c)](){const _0x5330bf=_0x41987a;var _0x9f23b1;this[_0x5330bf(0x33c)]=setTimeout(()=>{const _0x33d403=_0x5330bf;this[_0x33d403(0x33c)]=null,this[_0x33d403(0x33a)][_0x33d403(0x1b3)]({'id':_0x33d403(0x298)});},(_0x9f23b1=this['_configService']['getConfig'](_0x5330bf(0x320)))==null?xt:_0x9f23b1);}[_0x41987a(0x1e4)](){const _0x4e3306=_0x41987a;this[_0x4e3306(0x33c)]&&(clearTimeout(this[_0x4e3306(0x33c)]),this[_0x4e3306(0x33c)]=null);}[_0x41987a(0x179)](_0x35999c){const _0x212336=_0x41987a;if(!this[_0x212336(0x24e)])return;let {data:_0x20f97a}=_0x35999c,{unitID:_0x2a025,changeset:_0x283e25}=_0x20f97a,{mutations:_0x37dfcf,type:_0x565d00}=_0x283e25;this[_0x212336(0x204)]={'unitId':_0x2a025,'type':_0x565d00,'startTime':performance[_0x212336(0x12c)](),'stopTime':0x0,'duration':0x0,'size':Dt(_0x37dfcf)};}[_0x41987a(0x2d0)](){const _0x426d72=_0x41987a;if(this['_shouldReportTelemetry']){if(!this[_0x426d72(0x204)]){this[_0x426d72(0x235)][_0x426d72(0x2fa)]('[CollaborationSession]',_0x426d72(0x10e));return;}this[_0x426d72(0x204)]['stopTime']=performance[_0x426d72(0x12c)](),this[_0x426d72(0x204)][_0x426d72(0x122)]=this[_0x426d72(0x204)][_0x426d72(0x1df)]-this['_telemetryInfo'][_0x426d72(0x270)],this[_0x426d72(0x162)][_0x426d72(0x258)](_0x426d72(0x2ed),this[_0x426d72(0x204)]),this[_0x426d72(0x204)]=null;}}[_0x41987a(0x208)](){const _0x30692e=_0x41987a;this[_0x30692e(0x204)]=null;}};It=z([R(0x2,_0x4e6776),R(0x3,_0x180533),R(0x4,_0x3ad2a9(B)),R(0x5,_0x3ad2a9(Mt)),R(0x6,_0x3ad2a9(L)),R(0x7,_0x1e3f17(_0x52074e))],It);const V=_0x25425e(_0x41987a(0x11b));function Lt(_0x5da517){return'unit-cache-'+_0x5da517;}function Rt(_0x488fb0){const _0x350e01=_0x41987a;let {unitID:_0x276b70,mutations:_0x437879}=_0x488fb0;return{'unitId':_0x276b70,'subUnitId':_0x437879['length']>0x0?_0x437879[0x0][_0x350e01(0x232)][_0x350e01(0x2fb)]:null};}let zt=class{constructor(_0xa87be,_0x4ddb8f,_0x46a04f){const _0x5bb562=_0x41987a;this[_0x5bb562(0x29c)]=_0xa87be,this[_0x5bb562(0x326)]=_0x4ddb8f,this['_instanceService']=_0x46a04f;}[_0x41987a(0x2fc)](_0x5c4106){const _0x3c4ba8=_0x41987a;var _0x313f36,_0x28457e;let _0x1b8c00=this[_0x3c4ba8(0x29c)][_0x3c4ba8(0x11d)](_0x2af039),{unitId:_0x3109a4,subUnitId:_0x1db25d}=Rt(_0x5c4106),_0x252ca2=_0x1b8c00==null?void 0x0:_0x1b8c00[_0x3c4ba8(0x113)](_0x3109a4)['getCurrentSelections'](),_0x276064=(_0x313f36=this[_0x3c4ba8(0x2de)][_0x3c4ba8(0x1ce)](_0x3109a4))==null||(_0x313f36=_0x313f36[_0x3c4ba8(0x30f)]())==null?void 0x0:_0x313f36['getSheetId']();if(_0x252ca2['length']===0x0||!_0x3109a4||!_0x1db25d)return;let _0x27eeee=[{'id':_0x39389e['id'],'params':{'unitId':_0x3109a4,'subUnitId':_0x276064,'selections':_0x595fc4[_0x3c4ba8(0x2a1)](_0x252ca2)}}],_0x423515=this[_0x3c4ba8(0x326)][_0x3c4ba8(0xf5)](_0x5c4106,_0x27eeee);if(!_0x1e803a(_0x423515))throw _0x423515[_0x3c4ba8(0x2fa)];let _0x20e770=(_0x28457e=_0x423515[_0x3c4ba8(0x134)][0x0])==null||(_0x28457e=_0x28457e['params'])==null?void 0x0:_0x28457e[_0x3c4ba8(0x334)];if(Array['isArray'](_0x20e770)&&_0x20e770[_0x3c4ba8(0x2ca)]){if(_0x20e770[_0x3c4ba8(0x2ca)]===_0x27eeee[0x0][_0x3c4ba8(0x232)][_0x3c4ba8(0x334)][_0x3c4ba8(0x2ca)]&&_0x20e770[_0x3c4ba8(0xff)]((_0x4b0e55,_0x597c07)=>_0x53c185[_0x3c4ba8(0x28b)](_0x4b0e55[_0x3c4ba8(0x176)],_0x27eeee[0x0]['params']['selections'][_0x597c07][_0x3c4ba8(0x176)])))return;this['_injector'][_0x3c4ba8(0x11d)](_0x2ee379)[_0x3c4ba8(0x336)](_0x39389e['id'],{'unitId':_0x3109a4,'subUnitId':_0x276064,'selections':_0x20e770});}}};zt=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x9f9abc),R(0x2,_0x124498)],zt);const H=_0x25425e(_0x41987a(0x304));let Bt=function(_0x5011fe){const _0x29e9f8=_0x41987a;return _0x5011fe[_0x5011fe[_0x29e9f8(0x311)]=0x0]='NO_OTHER_CLIENTS_EDITING',_0x5011fe[_0x5011fe['OTHER_CLIENTS_EDITING']=0x1]=_0x29e9f8(0xf7),_0x5011fe;}({});function Vt(_0xcf952b){const _0xf4a377=_0x41987a;var _0x12fb62;return!!((_0x12fb62=_0xcf952b['params'])!=null&&_0x12fb62[_0xf4a377(0x1b4)]);}const Ht=new Set([_0x4cb7fa['id']]),Ut=new Set([_0x311e67['id'],_0x151b53['id'],_0x4a0b1d['id'],_0x1ccdaf['id']]);function Wt(_0x545912,_0x50d9da=Ht){const _0x29b203=_0x41987a;let _0x29ff79=[];for(let _0x6a1170 of _0x545912){if(_0x50d9da[_0x29b203(0x330)](_0x6a1170['id'])){if(_0x29ff79['length']>0x0)break;_0x29ff79[_0x29b203(0x27f)](_0x6a1170);break;}if(Vt(_0x6a1170)){if(_0x29ff79[_0x29b203(0x2ca)]>0x0)break;_0x29ff79[_0x29b203(0x27f)](_0x6a1170);break;}_0x29ff79[_0x29b203(0x27f)](_0x6a1170);}return _0x29ff79;}function Gt(_0x4bfea7,_0xc67b06,_0x32ce4c,_0x2da275,_0x30ce72){const _0xbfdd91=_0x41987a;var _0xce1c66,_0x28fb2b,_0x17662c,_0x13162a;let _0xd1fa1b=Wt(_0x4bfea7),_0x2ac989=(_0xce1c66=(_0x28fb2b=_0x30ce72['getCurrentUser']())==null?void 0x0:_0x28fb2b[_0xbfdd91(0x155)])==null?_0xbfdd91(0x1cf):_0xce1c66,_0x529337=(_0x17662c=(_0x13162a=_0x30ce72[_0xbfdd91(0x29b)]())==null?void 0x0:_0x13162a[_0xbfdd91(0x32d)])==null?_0xbfdd91(0x1cf):_0x17662c;return{'changeset':{'unitID':_0xc67b06,'type':_0x24bc02(_0x32ce4c[_0xbfdd91(0x1f1)](_0xc67b06)),'baseRev':_0x2da275[_0xbfdd91(0x15c)](_0xc67b06),'revision':0x0,'userID':_0x2ac989,'memberID':_0x529337,'mutations':_0xd1fa1b},'pendingMutations':_0x4bfea7['slice'](_0xd1fa1b[_0xbfdd91(0x2ca)])};}const Kt=Gt;function qt(_0x18ca12,_0x22b2d0,_0xee2272,_0x23e9f7,_0x13bdd7){return Gt(_0x18ca12,_0x22b2d0,_0xee2272,_0x23e9f7,_0x13bdd7);}function Jt(_0x597208,_0x307cfd,_0x25f102,_0x152994,_0x2f8154){const _0x50a9a6=_0x41987a;var _0x1e5e52,_0x4c6ede,_0x547a88,_0x35d039;let _0x525ffa=Wt(_0x597208,Ut),_0x495674=(_0x1e5e52=(_0x4c6ede=_0x2f8154[_0x50a9a6(0x29b)]())==null?void 0x0:_0x4c6ede[_0x50a9a6(0x155)])==null?'unknown':_0x1e5e52,_0x34c519=(_0x547a88=(_0x35d039=_0x2f8154[_0x50a9a6(0x29b)]())==null?void 0x0:_0x35d039['memberID'])==null?_0x50a9a6(0x1cf):_0x547a88;return{'changeset':{'unitID':_0x307cfd,'type':_0x24bc02(_0x25f102[_0x50a9a6(0x1f1)](_0x307cfd)),'baseRev':_0x152994['getCurrentRevOfUnit'](_0x307cfd),'revision':0x0,'userID':_0x495674,'memberID':_0x34c519,'mutations':_0x525ffa},'pendingMutations':_0x597208['slice'](_0x525ffa['length'])};}function Yt(_0x261cdd,_0x295f26,_0x1e01c8,_0x52b61a,_0x5a8ece){const _0x4dd1e4=_0x41987a;var _0x2c481e,_0x3af911,_0x2906c3,_0x447d53;let _0x4f0c73=_0x261cdd['reduce']((_0x5e74b3,_0x5e1bc0)=>{const _0x56dcdb=_0x19aa;let _0x46499b=_0x5e74b3[_0x5e74b3[_0x56dcdb(0x2ca)]-0x1],{id:_0x2d5d2b}=_0x46499b==null?{}:_0x46499b,{id:_0x1fe007,type:_0x1a085}=_0x5e1bc0,_0x5e8ac9=_0x5e1bc0[_0x56dcdb(0x232)];if(_0x2d5d2b&&_0x2d5d2b!==_0x1fe007)throw Error(_0x56dcdb(0x1b1)+_0x2d5d2b+_0x56dcdb(0x160)+_0x1fe007+'.');if(!_0x46499b)return[{'id':_0x1fe007,'type':_0x1a085,'params':{'unitId':_0x5e8ac9[_0x56dcdb(0x2f0)],'textRanges':_0x5e8ac9[_0x56dcdb(0x20c)],'actions':_0x5e8ac9[_0x56dcdb(0x2dd)]}}];let _0x509293=_0x46499b[_0x56dcdb(0x232)];return Xt(_0x509293[_0x56dcdb(0x2dd)],_0x5e8ac9[_0x56dcdb(0x2dd)])?[..._0x5e74b3[_0x56dcdb(0x2e3)](0x0,-0x1),{..._0x46499b,'id':_0x1fe007,'type':_0x1a085,'params':{'unitId':_0x5e8ac9[_0x56dcdb(0x2f0)],'textRanges':_0x5e8ac9[_0x56dcdb(0x20c)],'actions':_0x3f440c[_0x56dcdb(0x2e4)](_0x509293[_0x56dcdb(0x2dd)],_0x5e8ac9['actions'])}}]:[..._0x5e74b3,{'id':_0x1fe007,'type':_0x1a085,'params':{'unitId':_0x5e8ac9[_0x56dcdb(0x2f0)],'textRanges':_0x5e8ac9[_0x56dcdb(0x20c)],'actions':_0x5e8ac9['actions']}}];},[]),_0x388080=(_0x2c481e=(_0x3af911=_0x5a8ece[_0x4dd1e4(0x29b)]())==null?void 0x0:_0x3af911[_0x4dd1e4(0x155)])==null?_0x4dd1e4(0x1cf):_0x2c481e,_0x498a83=(_0x2906c3=(_0x447d53=_0x5a8ece[_0x4dd1e4(0x29b)]())==null?void 0x0:_0x447d53['memberID'])==null?'unknown':_0x2906c3;return{'changeset':{'unitID':_0x295f26,'type':_0x24bc02(_0x1e01c8[_0x4dd1e4(0x1f1)](_0x295f26)),'baseRev':_0x52b61a[_0x4dd1e4(0x15c)](_0x295f26),'revision':0x0,'userID':_0x388080,'memberID':_0x498a83,'mutations':_0x4f0c73},'pendingMutations':_0x261cdd[_0x4dd1e4(0x2e3)](_0x261cdd[_0x4dd1e4(0x2ca)])};}function Xt(_0x1499fc,_0x221682){return Zt(_0x1499fc)&&Zt(_0x221682)&&!Qt(_0x1499fc)&&!Qt(_0x221682);}function Zt(_0x27fff2){const _0x3ac424=_0x41987a;return $t(_0x27fff2)[_0x3ac424(0x2ea)](_0x56ce43=>en(_0x56ce43)&&_0x56ce43['et']===_0x3ac424(0x268));}function Qt(_0x58fe79){const _0xda5b7c=_0x41987a;return $t(_0x58fe79)[_0xda5b7c(0x2ea)](_0x554633=>Array[_0xda5b7c(0x273)](_0x554633)||typeof _0x554633=='string'||typeof _0x554633==_0xda5b7c(0x1ee));}function $t(_0x380fac){const _0x553da5=_0x41987a;if(!Array['isArray'](_0x380fac))return[];let _0x43d338=_0x380fac['includes'](_0x553da5(0x1bd))?_0x380fac:_0x380fac[_0x553da5(0x363)](_0xa42fdb=>Array['isArray'](_0xa42fdb)&&_0xa42fdb[_0x553da5(0x256)](_0x553da5(0x1bd)));if(!Array[_0x553da5(0x273)](_0x43d338))return[];let _0x43353f=_0x43d338[_0x553da5(0x30d)](_0x553da5(0x1bd));return _0x43353f===-0x1?[]:_0x43d338['slice'](_0x43353f+0x1);}function en(_0x3616d4){const _0x519ac9=_0x41987a;return typeof _0x3616d4==_0x519ac9(0x365)&&!!_0x3616d4&&!Array[_0x519ac9(0x273)](_0x3616d4);}function tn(_0xdcb3a,_0xb43f50){const _0x2d743a=_0x41987a;let _0x349245=new _0x94717b(0x1);return setTimeout(()=>_0x349245[_0x2d743a(0x285)](_0xb43f50),_0xdcb3a),_0x349245['asObservable']()['pipe'](_0x2fb4c6(0x1));}var nn,rn,an;let on=function(_0x41b317){const _0x4f0b71=_0x41987a;return _0x41b317['NOT_COLLAB']=_0x4f0b71(0x18c),_0x41b317['SYNCED']=_0x4f0b71(0x26e),_0x41b317['PENDING']=_0x4f0b71(0x2d9),_0x41b317['AWAITING']=_0x4f0b71(0x25e),_0x41b317[_0x4f0b71(0x2bd)]=_0x4f0b71(0x2c5),_0x41b317[_0x4f0b71(0x167)]='fetch_missing',_0x41b317[_0x4f0b71(0x291)]=_0x4f0b71(0x33f),_0x41b317[_0x4f0b71(0x210)]='offline',_0x41b317;}({});const sn=0x4e20,cn=0x2bf20;var U=class{constructor(_0x53f053,_0x2ad5c7,_0x17d24f,_0x2eae47,_0xc74e15,_0x5cefcd,_0x5f5c50,_0x44e9f0,_0x4e2c50){const _0x265b89=_0x41987a;this[_0x265b89(0x23d)]=_0x53f053,this['type']=_0x2ad5c7,this[_0x265b89(0x1ff)]=_0xc74e15,this[_0x265b89(0x1c5)]=_0x5cefcd,this[_0x265b89(0x20a)]=_0x5f5c50,this[_0x265b89(0x24a)]=_0x44e9f0,this[_0x265b89(0x367)]=_0x4e2c50,I(this,_0x265b89(0x27e),null),I(this,_0x265b89(0x1c0),[]),this['_awaitingChangeset']=_0x17d24f,this[_0x265b89(0x1c0)]=_0x2eae47;}[_0x41987a(0x2d8)](_0x1513c9){const _0x5cf495=_0x41987a;let _0x11c234=this[_0x5cf495(0x24a)][_0x5cf495(0x15c)](this[_0x5cf495(0x23d)]);return _0x1513c9['revision']>_0x11c234+0x1?(this[_0x5cf495(0x1ff)]['onMissingChangesets']({'from':_0x11c234,'to':_0x1513c9[_0x5cf495(0x35f)]-0x1}),!0x0):!0x1;}[_0x41987a(0x1e2)](_0x4764d6){const _0x742bae=_0x41987a;this[_0x742bae(0x20a)][_0x742bae(0x1aa)](this['unitID'],_0x4764d6);}[_0x41987a(0xf8)](_0x3ca648){const _0x1cf95c=_0x41987a;var _0x31c5b0,_0x142798;(_0x31c5b0=(_0x142798=this[_0x1cf95c(0x1ff)])[_0x1cf95c(0x205)])==null||_0x31c5b0[_0x1cf95c(0x115)](_0x142798,_0x3ca648);}[_0x41987a(0x354)](_0x5e352c){const _0x5c370e=_0x41987a;var _0x50c758,_0x142503;return(_0x50c758=(_0x142503=this[_0x5c370e(0x1ff)])[_0x5c370e(0x373)])==null?void 0x0:_0x50c758[_0x5c370e(0x115)](_0x142503,_0x5e352c);}['_transformStateCache'](_0x5db391){const _0x49aef1=_0x41987a;var _0x22bdfc,_0x579134;return(_0x22bdfc=(_0x579134=this[_0x49aef1(0x1ff)])[_0x49aef1(0x1b9)])==null?void 0x0:_0x22bdfc[_0x49aef1(0x115)](_0x579134,_0x5db391);}['_transformRemoteChangesetByIMECache'](_0x4ee52d){const _0x4a9ee6=_0x41987a;var _0x294ada,_0x47b593,_0xc14dea;return(_0x294ada=(_0x47b593=(_0xc14dea=this[_0x4a9ee6(0x1ff)])['onTransformRemoteChangesetByIMECache'])==null?void 0x0:_0x47b593[_0x4a9ee6(0x115)](_0xc14dea,_0x4ee52d))==null?_0x4ee52d:_0x294ada;}[_0x41987a(0x1c4)](_0x4f6002){const _0x456ddb=_0x41987a;var _0x307b71,_0x9ec44a,_0x57c732;return(_0x307b71=(_0x9ec44a=(_0x57c732=this['_handler'])[_0x456ddb(0x1ac)])==null?void 0x0:_0x9ec44a['call'](_0x57c732,_0x4f6002))==null?_0x4f6002:_0x307b71;}['_syncEditingCollabCursor'](_0x5ebea5){const _0x3a6549=_0x41987a;if(this[_0x3a6549(0x130)]===_0x4c1fb5[_0x3a6549(0x35e)]){let {unitID:_0x3c3955,mutations:_0x7e3f13,memberID:_0x477b11}=_0x5ebea5,_0x521b86=_0x7e3f13[_0x3a6549(0x2ca)]>0x0?_0x7e3f13[0x0][_0x3a6549(0x232)][_0x3a6549(0x20c)]:[];if(Array['isArray'](_0x521b86)&&_0x521b86[_0x3a6549(0x2ca)]>0x0){var _0xcf7918,_0x40e9cd;(_0xcf7918=(_0x40e9cd=this[_0x3a6549(0x1ff)])[_0x3a6549(0x2a8)])==null||_0xcf7918[_0x3a6549(0x115)](_0x40e9cd,{'unitID':_0x3c3955,'memberID':_0x477b11,'textRanges':_0x521b86});}}}[_0x41987a(0x2e1)](){const _0x16d438=_0x41987a;var _0x26f4ce;(_0x26f4ce=this[_0x16d438(0x367)])==null||_0x26f4ce[_0x16d438(0x2c1)](this['unitID'],this['type'],this['_awaitingChangeset'],this[_0x16d438(0x1c0)]);}[_0x41987a(0x150)](){const _0x3bb747=_0x41987a;return this[_0x3bb747(0x24a)][_0x3bb747(0x15c)](this['unitID']);}[_0x41987a(0x141)](){const _0x34bd0b=_0x41987a;this['_revisionService']['incrementRevOfUnit'](this[_0x34bd0b(0x23d)]);}[_0x41987a(0x245)](_0x521245){const _0x4717c1=_0x41987a;let _0x128df6=this[_0x4717c1(0x368)](_0x521245);_0x128df6=this[_0x4717c1(0x1c4)](_0x128df6);let _0x1cd3c1=_0xf17e94(_0x128df6[_0x4717c1(0x172)],this[_0x4717c1(0x1c5)],{'fromCollab':!0x0});if(!_0x1cd3c1[_0x4717c1(0x372)]){var _0x42de67;throw _0x1cd3c1[_0x4717c1(0x2fa)]instanceof Error?_0x1cd3c1[_0x4717c1(0x2fa)]:Error((_0x42de67=_0x1cd3c1[_0x4717c1(0x2fa)])==null?_0x4717c1(0x2ac):_0x42de67);}this[_0x4717c1(0x354)](_0x128df6),this[_0x4717c1(0x1f8)](_0x128df6),this['_transformUndoredo'](_0x521245),this[_0x4717c1(0xf8)](_0x128df6),this[_0x4717c1(0x10b)](_0x128df6),this[_0x4717c1(0x141)]();}};let W=class extends U{constructor(_0x5ed4df,_0x892e55,_0xcd3476,_0x4f6d00,_0x49012f,_0x1a81be,_0x2f8f35,_0x23d6c8,_0x1c2a67,_0x3c0e4a){const _0x2a54d0=_0x41987a;super(_0x5ed4df,_0x892e55,null,[],_0xcd3476,_0x2f8f35,_0x1a81be,_0x4f6d00,_0x3c0e4a),this[_0x2a54d0(0x29c)]=_0x49012f,this[_0x2a54d0(0x235)]=_0x23d6c8,this[_0x2a54d0(0x326)]=_0x1c2a67,this[_0x2a54d0(0x138)]=_0x3c0e4a,I(this,'status',_0x2a54d0(0x26e));}[_0x41987a(0x20d)](_0xee3c24){const _0x2a8639=_0x41987a;let _0x4c381d=this[_0x2a8639(0x29c)][_0x2a8639(0x247)](G,this[_0x2a8639(0x23d)],this[_0x2a8639(0x130)],[_0xee3c24],this[_0x2a8639(0x1ff)]);return _0x4c381d['_schedule'](),_0x4c381d['_updateLocalCache'](),_0x4c381d;}['onRemoteChangeset'](_0x1b88c1){const _0x59c0b4=_0x41987a;if(this[_0x59c0b4(0x2d8)](_0x1b88c1))return this['_injector'][_0x59c0b4(0x247)](X,this[_0x59c0b4(0x23d)],this[_0x59c0b4(0x130)],null,[],null,[_0x1b88c1],this[_0x59c0b4(0x1ff)]);try{let _0x359c55=this[_0x59c0b4(0x326)]['transformMutationsWithChangeset'](_0x1b88c1,[_0x40fa1e]);if(_0x1e803a(_0x359c55)){let {c1Prime:_0x848afb}=_0x359c55;return this[_0x59c0b4(0x245)](_0x848afb),this;}throw _0x359c55['error'];}catch(_0x7a31f7){return this['_logService'][_0x59c0b4(0x2fa)](_0x7a31f7),this['_onConflict'](!0x1);}}[_0x41987a(0x18d)](_0x47f5ff){const _0x551586=_0x41987a;return this[_0x551586(0x29c)]['createInstance'](J,this['unitID'],this[_0x551586(0x130)],null,[],this['_handler'],_0x47f5ff);}[_0x41987a(0x1e0)](_0x351222){const _0xdc68e0=_0x41987a;if(_0x351222['revision']<=this[_0xdc68e0(0x150)]())return this;throw Error(_0xdc68e0(0x209));}[_0x41987a(0x142)](){const _0x44b6b3=_0x41987a;throw Error(_0x44b6b3(0x164));}[_0x41987a(0x264)](){return this;}[_0x41987a(0x2f6)](){const _0x2292cf=_0x41987a;return this['_injector'][_0x2292cf(0x247)](Y,this[_0x2292cf(0x23d)],this[_0x2292cf(0x130)],null,[],this[_0x2292cf(0x1ff)]);}[_0x41987a(0x350)](){return this;}['resend'](){const _0x5cfd4c=_0x41987a;throw Error(_0x5cfd4c(0x2be));}[_0x41987a(0x338)](){const _0x1f9875=_0x41987a;let _0x5e2f33=this[_0x1f9875(0x24a)][_0x1f9875(0x15c)](this['unitID']);return this[_0x1f9875(0x1ff)]['onMissingChangesets']({'from':_0x5e2f33,'to':0x0}),this['_injector'][_0x1f9875(0x247)](X,this[_0x1f9875(0x23d)],this[_0x1f9875(0x130)],null,[],null,[],this[_0x1f9875(0x1ff)]);}};W=z([R(0x3,_0x3ad2a9(_0x3fc7dd)),R(0x4,_0x3ad2a9(_0x203225)),R(0x5,_0x9c7bc9),R(0x6,_0x2ee379),R(0x7,_0x4e6776),R(0x8,_0x9f9abc),R(0x9,_0x1e3f17(V))],W);let G=nn=class extends U{constructor(_0x5a0eac,_0x36ac2f,_0x1b65d8,_0x835a2b,_0x393196,_0x326958,_0x20e340,_0x4ba60d,_0x2246fe,_0x1e198c,_0x3b7478,_0x5ce4ff,_0x58d8a0,_0x5870bd){const _0x1b9462=_0x41987a;super(_0x5a0eac,_0x36ac2f,null,_0x1b65d8,_0x835a2b,_0x2246fe,_0x58d8a0,_0x326958,_0x5870bd),this[_0x1b9462(0x29c)]=_0x393196,this[_0x1b9462(0x19b)]=_0x20e340,this['_logService']=_0x4ba60d,this[_0x1b9462(0x18a)]=_0x1e198c,this[_0x1b9462(0x326)]=_0x3b7478,this['_univerInstanceService']=_0x5ce4ff,I(this,_0x1b9462(0x128),_0x1b9462(0x2d9)),I(this,'_scheduleCompleteTimestamp',null),I(this,_0x1b9462(0x341),null);}['appendMutation'](_0x11c992){const _0x1bcd6d=_0x41987a;return this[_0x1bcd6d(0x1c0)][_0x1bcd6d(0x27f)](_0x11c992),this[_0x1bcd6d(0x2e1)](),this;}[_0x41987a(0x36d)](_0x22ab43){const _0x37ab38=_0x41987a;if(this['_checkMissing'](_0x22ab43))return this[_0x37ab38(0x2b4)](),this['_injector'][_0x37ab38(0x247)](X,this[_0x37ab38(0x23d)],this['type'],null,this[_0x37ab38(0x1c0)],null,[_0x22ab43],this[_0x37ab38(0x1ff)]);try{let _0x5d73a3=this[_0x37ab38(0x326)]['transformMutationsWithChangeset'](_0x22ab43,this[_0x37ab38(0x1c0)]);if(_0x1e803a(_0x5d73a3)){let {c1Prime:_0x1a57da,m2Prime:_0x28ebfd}=_0x5d73a3;this['_executeRemoteChangeset'](_0x1a57da);let _0x425e9d=this[_0x37ab38(0x29c)][_0x37ab38(0x247)](nn,this['unitID'],this[_0x37ab38(0x130)],_0x28ebfd,this[_0x37ab38(0x1ff)]);this[_0x37ab38(0x2b4)]();let _0x580af5=new Date()[_0x37ab38(0x1ad)](),_0x148c9f=this[_0x37ab38(0x195)]?Math[_0x37ab38(0x361)](this['_scheduleCompleteTimestamp']-_0x580af5,0x0):this['_getSendChangesetTimeout']();return _0x425e9d[_0x37ab38(0x28e)](_0x148c9f),_0x425e9d;}throw _0x5d73a3[_0x37ab38(0x2fa)];}catch(_0x2145fc){return this[_0x37ab38(0x235)][_0x37ab38(0x2fa)](_0x2145fc),this[_0x37ab38(0x18d)](!0x1);}}[_0x41987a(0x1e0)](_0x36a90f){const _0x1528fa=_0x41987a;if(_0x36a90f[_0x1528fa(0x35f)]<=this[_0x1528fa(0x150)]())return this;throw Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x41987a(0x142)](){const _0x4e0f70=_0x41987a;throw Error(_0x4e0f70(0x17f));}[_0x41987a(0x264)](){return this;}[_0x41987a(0x2f6)](){const _0x20faa1=_0x41987a;return this[_0x20faa1(0x2b4)](),this[_0x20faa1(0x29c)][_0x20faa1(0x247)](Y,this[_0x20faa1(0x23d)],this['type'],null,this['_pendingMutations'],this['_handler']);}['toggleOnline'](){return this;}[_0x41987a(0x28e)](_0x4c6ada){const _0x45f1a3=_0x41987a;let _0x15effa=_0x4c6ada==null?this['_getSendChangesetTimeout']():_0x4c6ada;this[_0x45f1a3(0x195)]=new Date()[_0x45f1a3(0x1ad)]()+_0x15effa,this[_0x45f1a3(0x341)]=setTimeout(()=>{const _0x11ba5e=_0x45f1a3;this[_0x11ba5e(0x2b4)]();let _0x310716=null;switch(this[_0x11ba5e(0x130)]){case _0x4c1fb5[_0x11ba5e(0x15d)]:_0x310716=Kt(this[_0x11ba5e(0x1c0)],this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x286)],this[_0x11ba5e(0x24a)],this[_0x11ba5e(0x19b)]);break;case _0x4c1fb5[_0x11ba5e(0x35e)]:_0x310716=this[_0x11ba5e(0x1c0)][_0x11ba5e(0xff)](_0x2678ca=>_0x2678ca['id']===_0x2e4ccc['id'])?Yt(this['_pendingMutations'],this[_0x11ba5e(0x23d)],this['_univerInstanceService'],this[_0x11ba5e(0x24a)],this[_0x11ba5e(0x19b)]):Kt(this[_0x11ba5e(0x1c0)],this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x286)],this[_0x11ba5e(0x24a)],this['_memberService']);break;case _0x4c1fb5['UNIVER_SLIDE']:_0x310716=Jt(this[_0x11ba5e(0x1c0)],this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x286)],this[_0x11ba5e(0x24a)],this['_memberService']);break;case _0x4c1fb5['UNIVER_BASE']:_0x310716=qt(this[_0x11ba5e(0x1c0)],this['unitID'],this[_0x11ba5e(0x286)],this[_0x11ba5e(0x24a)],this[_0x11ba5e(0x19b)]);break;default:throw Error(_0x11ba5e(0x1ae)+this[_0x11ba5e(0x130)]+_0x11ba5e(0x2d6));}let {changeset:_0x18fc83,pendingMutations:_0x3bb3a0}=_0x310716;this[_0x11ba5e(0x1ff)][_0x11ba5e(0x259)](_0x18fc83);let _0x3ef5a1=_0x3bb3a0[_0x11ba5e(0x2ca)]?this[_0x11ba5e(0x29c)][_0x11ba5e(0x247)](q,this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x130)],_0x18fc83,_0x3bb3a0,this[_0x11ba5e(0x1ff)],void 0x0):this[_0x11ba5e(0x29c)][_0x11ba5e(0x247)](K,this[_0x11ba5e(0x23d)],this[_0x11ba5e(0x130)],_0x18fc83,this[_0x11ba5e(0x1ff)]);_0x3ef5a1[_0x11ba5e(0x2e1)](),this['_handler'][_0x11ba5e(0x200)](this,_0x3ef5a1);},_0x15effa);}[_0x41987a(0x190)](){const _0x3768a9=_0x41987a;var _0x29ee3a;let _0x14255d=this[_0x3768a9(0x18a)][_0x3768a9(0x1ba)](F);return(_0x29ee3a=_0x14255d==null?void 0x0:_0x14255d['sendChangesetTimeout'])==null?0x7d0:_0x29ee3a;}['resend'](){const _0x30a5ef=_0x41987a;throw Error(_0x30a5ef(0x1f3));}[_0x41987a(0x2b4)](){const _0x2b1384=_0x41987a;this['_sendingTimer']!=null&&(clearTimeout(this[_0x2b1384(0x341)]),this[_0x2b1384(0x341)]=null);}[_0x41987a(0x18d)](_0x17f66b){const _0x14b42e=_0x41987a;return this[_0x14b42e(0x2b4)](),this[_0x14b42e(0x29c)]['createInstance'](J,this[_0x14b42e(0x23d)],this[_0x14b42e(0x130)],null,this['_pendingMutations'],this['_handler'],_0x17f66b);}};G=nn=z([R(0x4,_0x3ad2a9(_0x203225)),R(0x5,_0x3ad2a9(_0x3fc7dd)),R(0x6,_0x3ad2a9(B)),R(0x7,_0x4e6776),R(0x8,_0x2ee379),R(0x9,_0x180533),R(0xa,_0x9f9abc),R(0xb,_0x124498),R(0xc,_0x9c7bc9),R(0xd,_0x1e3f17(V))],G);let K=rn=class extends U{constructor(_0x346608,_0x2574e0,_0x157706,_0x2eba02,_0x9a1cd0,_0x5166a0,_0x2eae48,_0x935ccc,_0x51b33d,_0x4ebd1e,_0x3f2b5d){const _0x5ac709=_0x41987a;super(_0x346608,_0x2574e0,_0x157706,[],_0x2eba02,_0x2eae48,_0x4ebd1e,_0x5166a0,_0x3f2b5d),this[_0x5ac709(0x29c)]=_0x9a1cd0,this['_logService']=_0x935ccc,this[_0x5ac709(0x326)]=_0x51b33d,I(this,_0x5ac709(0x128),_0x5ac709(0x25e)),I(this,_0x5ac709(0x233),0x0),I(this,_0x5ac709(0x1e1),0x0),I(this,'_resendTimer',void 0x0),I(this,'_sender',void 0x0);}['appendMutation'](_0x9713a4){const _0x434240=_0x41987a;this['_clearScheduledTask']();let _0x1cad40=this['_injector'][_0x434240(0x247)](q,this[_0x434240(0x23d)],this[_0x434240(0x130)],this[_0x434240(0x27e)],[_0x9713a4],this['_handler'],this['_resendTimer']);return _0x1cad40['_updateLocalCache'](),_0x1cad40;}[_0x41987a(0x36d)](_0x2bdabf){const _0x2d624e=_0x41987a;if(this[_0x2d624e(0x2d8)](_0x2bdabf))return this['_clearScheduledTask'](),this['_injector'][_0x2d624e(0x247)](X,this['unitID'],this[_0x2d624e(0x130)],this[_0x2d624e(0x27e)],[],null,[_0x2bdabf],this[_0x2d624e(0x1ff)]);try{let _0x2165d7=this[_0x2d624e(0x326)][_0x2d624e(0x1ab)]([_0x2bdabf],[this[_0x2d624e(0x27e)]],!0x1);if(_0x14770a(_0x2165d7)){let {c1Prime:_0x518778,c2Prime:_0x2d9fa7}=_0x2165d7;this[_0x2d624e(0x245)](_0x518778[0x0]),_0x2d9fa7[0x0][_0x2d624e(0x11e)]=this[_0x2d624e(0x150)](),this[_0x2d624e(0x2b4)]();let _0x9cd213=this[_0x2d624e(0x29c)]['createInstance'](rn,this[_0x2d624e(0x23d)],this[_0x2d624e(0x130)],_0x2d9fa7[0x0],this[_0x2d624e(0x1ff)]);return _0x9cd213[_0x2d624e(0x2e1)](),_0x9cd213;}throw _0x2165d7[_0x2d624e(0x2fa)];}catch(_0x2dc91a){return this[_0x2d624e(0x235)]['error'](_0x2dc91a),this['_onConflict'](!0x1);}}['onRemoteAck'](_0x1f7293){const _0x715456=_0x41987a;this['_clearScheduledTask']();let _0x13cd61=this[_0x715456(0x24a)][_0x715456(0x15c)](this[_0x715456(0x23d)]);if(_0x1f7293[_0x715456(0x35f)]<=_0x13cd61)return this;if(this[_0x715456(0x2d8)](_0x1f7293))return this[_0x715456(0x29c)][_0x715456(0x247)](X,this[_0x715456(0x23d)],this[_0x715456(0x130)],this[_0x715456(0x27e)],[],_0x1f7293['revision'],[],this[_0x715456(0x1ff)]);this[_0x715456(0x141)]();let _0x47415e=this[_0x715456(0x29c)][_0x715456(0x247)](W,this[_0x715456(0x23d)],this[_0x715456(0x130)],this['_handler']);return _0x47415e[_0x715456(0x2e1)](),_0x47415e;}[_0x41987a(0x142)](_0x5e78c7){const _0x1e0081=_0x41987a;return this['_onConflict'](!!(_0x5e78c7!=null&&_0x5e78c7[_0x1e0081(0x21a)]));}[_0x41987a(0x264)](_0x348465){const _0x444ef2=_0x41987a;return this[_0x444ef2(0x1e1)]>cn?this['toggleOffline']():(this[_0x444ef2(0x22b)]=tn(this['_resendTimeout'],{'timeout':this[_0x444ef2(0x233)],'reqId':_0x348465['reqId']}),this[_0x444ef2(0x22e)]=this[_0x444ef2(0x22b)][_0x444ef2(0x1f2)](({reqId:_0x3841c0,timeout:_0x479cd0})=>{const _0x436c8f=_0x444ef2;this[_0x436c8f(0x1be)](_0x3841c0,_0x479cd0);}),this);}['toggleOffline'](){const _0x118e58=_0x41987a;return this[_0x118e58(0x2b4)](),this[_0x118e58(0x29c)]['createInstance'](Y,this[_0x118e58(0x23d)],this[_0x118e58(0x130)],this[_0x118e58(0x27e)],[],this[_0x118e58(0x1ff)]);}['toggleOnline'](){return this;}[_0x41987a(0x2ba)](){const _0x496cb4=_0x41987a;this[_0x496cb4(0x1ff)][_0x496cb4(0x259)](this[_0x496cb4(0x27e)]);}[_0x41987a(0x18d)](_0x10a031){const _0xa42451=_0x41987a;return this[_0xa42451(0x2b4)](),this[_0xa42451(0x29c)][_0xa42451(0x247)](J,this[_0xa42451(0x23d)],this[_0xa42451(0x130)],this['_awaitingChangeset'],[],this['_handler'],_0x10a031);}['_resendWithTimeout'](_0x93cab7,_0x5f0490){const _0x2deb8e=_0x41987a;var _0x42bb79;_0x93cab7===((_0x42bb79=this[_0x2deb8e(0x27e)])==null?void 0x0:_0x42bb79[_0x2deb8e(0x1c9)])&&(this[_0x2deb8e(0x2ba)](),this[_0x2deb8e(0x233)]=_0x5f0490===0x0?0x3e8:Math[_0x2deb8e(0x2bf)](_0x5f0490*0x2,sn),this['_maxTotalRetryTimeout']+=this[_0x2deb8e(0x233)]);}['_clearScheduledTask'](){const _0x49aa19=_0x41987a;var _0x4be1fb;(_0x4be1fb=this[_0x49aa19(0x22e)])==null||_0x4be1fb['unsubscribe'](),this[_0x49aa19(0x233)]=0x0,this[_0x49aa19(0x1e1)]=0x0;}};K=rn=z([R(0x4,_0x3ad2a9(_0x203225)),R(0x5,_0x3ad2a9(_0x3fc7dd)),R(0x6,_0x2ee379),R(0x7,_0x4e6776),R(0x8,_0x9f9abc),R(0x9,_0x9c7bc9),R(0xa,_0x1e3f17(V))],K);let q=an=class extends U{constructor(_0x1c0621,_0x250b21,_0x21ffd7,_0x11ec8c,_0x367936,_0x4d4c99,_0x1aa8fb,_0x1e3d31,_0x5a99a8,_0x522420,_0x41817c,_0x1c15af,_0x508f84){const _0x5690e7=_0x41987a;super(_0x1c0621,_0x250b21,_0x21ffd7,_0x11ec8c,_0x367936,_0x5a99a8,_0x1c15af,_0x1e3d31,_0x508f84),this[_0x5690e7(0x29c)]=_0x1aa8fb,this[_0x5690e7(0x235)]=_0x522420,this[_0x5690e7(0x326)]=_0x41817c,this[_0x5690e7(0x138)]=_0x508f84,I(this,_0x5690e7(0x128),_0x5690e7(0x2c5)),I(this,'_resendTimeout',0x0),I(this,'_maxTotalRetryTimeout',0x0),I(this,_0x5690e7(0x22b),void 0x0),I(this,_0x5690e7(0x22e),void 0x0),_0x4d4c99&&(this[_0x5690e7(0x22b)]=_0x4d4c99,this[_0x5690e7(0x22e)]=this[_0x5690e7(0x22b)]['subscribe'](({reqId:_0x2dc61f,timeout:_0x371b07})=>{const _0x1ab980=_0x5690e7;this[_0x1ab980(0x1be)](_0x2dc61f,_0x371b07);}));}['appendMutation'](_0x2919f5){const _0x5378d5=_0x41987a;return this[_0x5378d5(0x1c0)][_0x5378d5(0x27f)](_0x2919f5),this;}[_0x41987a(0x36d)](_0x457c10){const _0x37dfc5=_0x41987a;if(this[_0x37dfc5(0x2d8)](_0x457c10))return this[_0x37dfc5(0x2b4)](),this['_injector'][_0x37dfc5(0x247)](X,this[_0x37dfc5(0x23d)],this['type'],this[_0x37dfc5(0x27e)],this[_0x37dfc5(0x1c0)],null,[_0x457c10],this[_0x37dfc5(0x1ff)]);try{let _0x15fc73=this[_0x37dfc5(0x326)][_0x37dfc5(0x1ab)]([_0x457c10],[this[_0x37dfc5(0x27e)]],!0x1);if(_0x14770a(_0x15fc73)){let {c1Prime:_0x39ed7a,c2Prime:_0x4dcda4}=_0x15fc73,_0x47021a=this[_0x37dfc5(0x326)][_0x37dfc5(0xf5)](_0x39ed7a[0x0],this[_0x37dfc5(0x1c0)]);if(_0x1e803a(_0x47021a)){let {c1Prime:_0x40934f,m2Prime:_0x3175a8}=_0x47021a;return this[_0x37dfc5(0x245)](_0x40934f),_0x4dcda4[0x0][_0x37dfc5(0x11e)]=this[_0x37dfc5(0x150)](),this[_0x37dfc5(0x2b4)](),this[_0x37dfc5(0x29c)][_0x37dfc5(0x247)](an,this[_0x37dfc5(0x23d)],this[_0x37dfc5(0x130)],_0x4dcda4[0x0],_0x3175a8,this[_0x37dfc5(0x1ff)],void 0x0);}throw _0x47021a[_0x37dfc5(0x2fa)];}throw _0x15fc73['error'];}catch(_0x2f0f5d){return this[_0x37dfc5(0x235)][_0x37dfc5(0x2fa)](_0x2f0f5d),this[_0x37dfc5(0x18d)](!0x1);}}[_0x41987a(0x1e0)](_0x23f81b){const _0x5bb80e=_0x41987a;this[_0x5bb80e(0x2b4)]();let _0xb63766=this[_0x5bb80e(0x150)]();if(_0x23f81b['revision']<=_0xb63766)return this;if(this[_0x5bb80e(0x2d8)](_0x23f81b))return this[_0x5bb80e(0x29c)][_0x5bb80e(0x247)](X,this[_0x5bb80e(0x23d)],this[_0x5bb80e(0x130)],this[_0x5bb80e(0x27e)],this[_0x5bb80e(0x1c0)],_0x23f81b['revision'],[],this[_0x5bb80e(0x1ff)]);this['_incrementRevisionNumber']();let _0x20af1c=this['_injector'][_0x5bb80e(0x247)](G,this[_0x5bb80e(0x23d)],this[_0x5bb80e(0x130)],this['_pendingMutations'],this[_0x5bb80e(0x1ff)]);return _0x20af1c['_schedule'](),_0x20af1c['_updateLocalCache'](),_0x20af1c;}[_0x41987a(0x142)](_0x281ae8){const _0x2319c2=_0x41987a;return this['_onConflict'](!!(_0x281ae8!=null&&_0x281ae8[_0x2319c2(0x21a)]));}[_0x41987a(0x264)](_0x4cdbf7){const _0x3b5a1e=_0x41987a;return this[_0x3b5a1e(0x1e1)]>cn?this[_0x3b5a1e(0x2f6)]():(this['_resendTimer']=tn(this['_resendTimeout'],{'timeout':this[_0x3b5a1e(0x233)],'reqId':_0x4cdbf7[_0x3b5a1e(0x1c9)]}),this[_0x3b5a1e(0x22e)]=this[_0x3b5a1e(0x22b)]['subscribe'](({reqId:_0x1656a,timeout:_0x508d68})=>{const _0x243714=_0x3b5a1e;this[_0x243714(0x1be)](_0x1656a,_0x508d68);}),this);}[_0x41987a(0x2f6)](){const _0x1c2a31=_0x41987a;return this['_clearScheduledTask'](),this[_0x1c2a31(0x29c)]['createInstance'](Y,this[_0x1c2a31(0x23d)],this[_0x1c2a31(0x130)],this['_awaitingChangeset'],this['_pendingMutations'],this['_handler']);}[_0x41987a(0x350)](){return this;}['resend'](){const _0x24115f=_0x41987a;this['_handler'][_0x24115f(0x259)](this[_0x24115f(0x27e)]);}[_0x41987a(0x18d)](_0x2abe35){const _0x21130e=_0x41987a;return this[_0x21130e(0x2b4)](),this[_0x21130e(0x29c)][_0x21130e(0x247)](J,this[_0x21130e(0x23d)],this[_0x21130e(0x130)],null,this[_0x21130e(0x1c0)],this[_0x21130e(0x1ff)],_0x2abe35);}[_0x41987a(0x1be)](_0x258fbf,_0x477b48){const _0x24101a=_0x41987a;var _0x43e1f6;_0x258fbf===((_0x43e1f6=this[_0x24101a(0x27e)])==null?void 0x0:_0x43e1f6[_0x24101a(0x1c9)])&&(this['resend'](),this[_0x24101a(0x233)]=_0x477b48===0x0?0x3e8:Math[_0x24101a(0x2bf)](_0x477b48*0x2,sn),this[_0x24101a(0x1e1)]+=this[_0x24101a(0x233)]);}[_0x41987a(0x2b4)](){const _0x3da429=_0x41987a;var _0x215741;(_0x215741=this['_sender'])==null||_0x215741[_0x3da429(0x1a1)](),this[_0x3da429(0x233)]=0x0,this[_0x3da429(0x1e1)]=0x0;}};q=an=z([R(0x6,_0x3ad2a9(_0x203225)),R(0x7,_0x3ad2a9(_0x3fc7dd)),R(0x8,_0x2ee379),R(0x9,_0x4e6776),R(0xa,_0x9f9abc),R(0xb,_0x9c7bc9),R(0xc,_0x1e3f17(V))],q);let J=class extends U{constructor(_0x19ceb1,_0x4ab98e,_0x3f4cc2,_0x368dd0,_0x487466,_0x2a85fe=!0x1,_0x550d9d,_0x5db562,_0x5e5062,_0x895947,_0x507219,_0x126670,_0x1af778){const _0x2076ef=_0x41987a;super(_0x19ceb1,_0x4ab98e,_0x3f4cc2,_0x368dd0,_0x487466,_0x5db562,_0x5e5062,_0x895947,_0x1af778),this[_0x2076ef(0x22f)]=_0x2a85fe,this['_permissionService']=_0x550d9d,this[_0x2076ef(0x293)]=_0x507219,this[_0x2076ef(0x33a)]=_0x126670,this[_0x2076ef(0x138)]=_0x1af778,I(this,_0x2076ef(0x128),'conflict'),this['_showConflictNotification'](),this[_0x2076ef(0x1eb)](),this[_0x2076ef(0x148)]();}[_0x41987a(0x20d)](){return this;}[_0x41987a(0x36d)](){return this;}[_0x41987a(0x1e0)](){return this;}[_0x41987a(0x142)](){return this;}['onRemoteRetry'](){return this;}['toggleOffline'](){return this;}[_0x41987a(0x350)](){return this;}[_0x41987a(0x2ba)](){const _0x5a3b79=_0x41987a;throw Error(_0x5a3b79(0x1e8));}['_clearLocalCache'](){const _0x54d273=_0x41987a;var _0x5a90df,_0x22086a,_0x1b270c;(_0x5a90df=this[_0x54d273(0x367)])==null||(_0x22086a=_0x5a90df[_0x54d273(0x126)])==null||(_0x22086a=_0x22086a[_0x54d273(0x115)](_0x5a90df,this[_0x54d273(0x23d)],_0x54d273(0x33f)))==null||_0x22086a['catch'](()=>void 0x0),(_0x1b270c=this['_localCacheService'])==null||_0x1b270c[_0x54d273(0x2c1)](this[_0x54d273(0x23d)],this[_0x54d273(0x130)],null,[]);}[_0x41987a(0x335)](){const _0x47ed4e=_0x41987a;this['_isPermissionRej']?this['_collaborationUIEventService'][_0x47ed4e(0x1b3)]({'id':_0x47ed4e(0x21f)}):this[_0x47ed4e(0x33a)][_0x47ed4e(0x1b3)]({'id':_0x47ed4e(0x291)});}[_0x41987a(0x148)](){const _0x44eb75=_0x41987a;this[_0x44eb75(0x321)][_0x44eb75(0x1db)](new _0x12238f(this[_0x44eb75(0x23d)])['id'],!0x1);}};J=z([R(0x6,_0x3ad2a9(_0x1e2fb3)),R(0x7,_0x2ee379),R(0x8,_0x9c7bc9),R(0x9,_0x3ad2a9(_0x3fc7dd)),R(0xa,_0x3ad2a9(_0x4a5570)),R(0xb,_0x3ad2a9(L)),R(0xc,_0x1e3f17(V))],J);let Y=class extends U{constructor(_0x369ade,_0x5cd762,_0x457057,_0x2fc7e6,_0x4a87f8,_0x4be911,_0x41e540,_0x3ee37b,_0x20d861,_0x12971a){const _0x4a85cb=_0x41987a;super(_0x369ade,_0x5cd762,_0x457057,_0x2fc7e6,_0x4a87f8,_0x3ee37b,_0x20d861,_0x41e540,_0x12971a),this[_0x4a85cb(0x29c)]=_0x4be911,I(this,_0x4a85cb(0x128),'offline');}[_0x41987a(0x20d)](_0xce19a6){const _0x137ab7=_0x41987a;return this[_0x137ab7(0x1c0)][_0x137ab7(0x27f)](_0xce19a6),this[_0x137ab7(0x2e1)](),this;}[_0x41987a(0x36d)](_0x113bab){throw Error('[OfflineState]:\x20received\x20changeset.');}['onRemoteAck'](){const _0xc45e15=_0x41987a;throw Error(_0xc45e15(0x166));}[_0x41987a(0x142)](){const _0x2e210f=_0x41987a;throw Error(_0x2e210f(0x2d1));}[_0x41987a(0x264)](){return this;}[_0x41987a(0x2f6)](){return this;}['toggleOnline'](){const _0x5b3dfa=_0x41987a;let {_injector:_0x2febde,_pendingMutations:_0x69608a,_awaitingChangeset:_0x173381,unitID:_0x5c598f,_handler:_0x928555,type:_0x161a6a}=this,_0xe5308b=ln(_0x2febde,_0x5c598f,_0x161a6a,_0x173381,_0x69608a,_0x928555);return _0xe5308b instanceof G?_0xe5308b[_0x5b3dfa(0x28e)]():(_0xe5308b instanceof q||_0xe5308b instanceof K)&&_0xe5308b['resend'](),_0xe5308b;}[_0x41987a(0x2ba)](){const _0x3e0f0f=_0x41987a;throw Error(_0x3e0f0f(0x217));}};Y=z([R(0x5,_0x3ad2a9(_0x203225)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x2ee379),R(0x8,_0x9c7bc9),R(0x9,_0x1e3f17(V))],Y);let X=class extends U{constructor(_0x2da333,_0x405c4c,_0x472dc5,_0xed4fb0,_0x4a91d3,_0x481fee,_0x14bb46,_0x40af05,_0x5afc55,_0x1fce9b,_0x153240,_0x54c769,_0x388c2f,_0x3843b5){const _0x262697=_0x41987a;super(_0x2da333,_0x405c4c,_0x472dc5,_0xed4fb0,_0x14bb46,_0x153240,_0x54c769,_0x5afc55,_0x3843b5),this[_0x262697(0x112)]=_0x4a91d3,this[_0x262697(0x2f9)]=_0x481fee,this['_injector']=_0x40af05,this[_0x262697(0x235)]=_0x1fce9b,this[_0x262697(0x326)]=_0x388c2f,this['localCacheService']=_0x3843b5,I(this,'status',_0x262697(0x360));}['onMissedChangesetFetched'](_0x172d8b){const _0x2c575e=_0x41987a;try{if(this[_0x2c575e(0x207)](_0x172d8b)['missingChangesets'])throw Error(_0x2c575e(0x1da));if(this[_0x2c575e(0x207)]([...this[_0x2c575e(0x2f9)]][_0x2c575e(0x254)]((_0x1ade24,_0x2f06d5)=>_0x1ade24[_0x2c575e(0x35f)]-_0x2f06d5[_0x2c575e(0x35f)]))[_0x2c575e(0x279)])return this[_0x2c575e(0x2f9)]=[],this['_updateLocalCache'](),this[_0x2c575e(0x1ff)][_0x2c575e(0x12f)]({'from':this[_0x2c575e(0x150)](),'to':0x0}),this;let _0x4901de=this[_0x2c575e(0x27e)],_0x4aa082=this[_0x2c575e(0x1c0)],_0x4993f5;if(_0x4901de&&_0x4aa082[_0x2c575e(0x2ca)]!==0x0)_0x4993f5=this[_0x2c575e(0x29c)]['createInstance'](q,this['unitID'],this[_0x2c575e(0x130)],_0x4901de,_0x4aa082,this[_0x2c575e(0x1ff)],void 0x0);else{if(_0x4901de&&_0x4aa082[_0x2c575e(0x2ca)]===0x0)_0x4901de[_0x2c575e(0x11e)]=this['_getCurrentRevision'](),_0x4993f5=this['_injector']['createInstance'](K,this[_0x2c575e(0x23d)],this[_0x2c575e(0x130)],_0x4901de,this[_0x2c575e(0x1ff)]);else{if(_0x4aa082['length']!==0x0){let _0x1fff99=this[_0x2c575e(0x29c)][_0x2c575e(0x247)](G,this[_0x2c575e(0x23d)],this[_0x2c575e(0x130)],_0x4aa082,this[_0x2c575e(0x1ff)]);_0x1fff99[_0x2c575e(0x28e)](),_0x4993f5=_0x1fff99;}else _0x4993f5=this['_injector'][_0x2c575e(0x247)](W,this[_0x2c575e(0x23d)],this['type'],this[_0x2c575e(0x1ff)]);}}return _0x4993f5[_0x2c575e(0x2e1)](),_0x4993f5;}catch(_0x25b6f4){return this[_0x2c575e(0x235)][_0x2c575e(0x2fa)]('[FetchMissState]',_0x2c575e(0x109),_0x25b6f4),this[_0x2c575e(0x29c)][_0x2c575e(0x247)](J,this[_0x2c575e(0x23d)],this['type'],this[_0x2c575e(0x27e)],this[_0x2c575e(0x1c0)],this['_handler'],!0x1);}}['_handleRemoteChangesets'](_0x287c62){const _0x44ed6a=_0x41987a;this['_acknowledgeAwaitingIfReady']();for(let _0x4883f3=0x0;_0x4883f3<_0x287c62[_0x44ed6a(0x2ca)];_0x4883f3++){let _0x58487e=_0x287c62[_0x4883f3],_0x2e5d3d=this[_0x44ed6a(0x150)]();if(!(_0x58487e[_0x44ed6a(0x35f)]<=_0x2e5d3d)){if(_0x58487e[_0x44ed6a(0x35f)]>_0x2e5d3d+0x1)return{'missingChangesets':!0x0};if(this['_isEchoedAwaitingChangeset'](_0x58487e)){this[_0x44ed6a(0x151)]();continue;}this[_0x44ed6a(0x182)](_0x58487e),this[_0x44ed6a(0x30c)]();}}return{'missingChangesets':!0x1};}[_0x41987a(0x182)](_0x618c58){const _0x370791=_0x41987a;let _0x217659=_0x618c58,_0x21c5c3=this[_0x370791(0x27e)];if(_0x21c5c3){let _0x12843c=this[_0x370791(0x326)][_0x370791(0x1ab)]([_0x618c58],[_0x21c5c3],!0x1);if(!_0x14770a(_0x12843c))throw _0x12843c[_0x370791(0x2fa)];_0x217659=_0x12843c[_0x370791(0x197)][0x0],_0x21c5c3=_0x12843c[_0x370791(0x219)][0x0];}let _0x4b9231=this['_pendingMutations'];if(_0x4b9231[_0x370791(0x2ca)]){let _0x578356=this['_transformService'][_0x370791(0xf5)](_0x217659,_0x4b9231);if(!_0x1e803a(_0x578356))throw _0x578356['error'];_0x217659=_0x578356[_0x370791(0x197)],_0x4b9231=_0x578356[_0x370791(0x134)];}this[_0x370791(0x245)](_0x217659),_0x21c5c3&&(_0x21c5c3[_0x370791(0x11e)]=this[_0x370791(0x150)]()),this[_0x370791(0x27e)]=_0x21c5c3,this[_0x370791(0x1c0)]=_0x4b9231;}['_acknowledgeAwaitingIfReady'](){const _0x152dc4=_0x41987a;if(!this['_awaitingChangeset']||this['_acknowledgedAwaitingRevision']==null)return;let _0x13f5d1=this[_0x152dc4(0x150)]();if(this[_0x152dc4(0x112)]<=_0x13f5d1)throw Error('[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20'+this[_0x152dc4(0x112)]+'.');this[_0x152dc4(0x112)]===_0x13f5d1+0x1&&this[_0x152dc4(0x151)]();}['_acknowledgeAwaiting'](){const _0x353bff=_0x41987a;this[_0x353bff(0x141)](),this[_0x353bff(0x27e)]=null,this[_0x353bff(0x112)]=null;}['_isEchoedAwaitingChangeset'](_0x1655f0){const _0xc26f6d=_0x41987a;let _0x195431=this['_awaitingChangeset'];return!_0x195431||!_0x195431[_0xc26f6d(0x1fb)]||_0x195431['reqId']===null||_0x195431[_0xc26f6d(0x1c9)]===void 0x0?!0x1:_0x1655f0[_0xc26f6d(0x23d)]===_0x195431[_0xc26f6d(0x23d)]&&_0x1655f0['sid']===_0x195431['sid']&&_0x1655f0[_0xc26f6d(0x1c9)]===_0x195431[_0xc26f6d(0x1c9)];}[_0x41987a(0x2ba)](){const _0x4dac28=_0x41987a;throw Error(_0x4dac28(0x1d4));}[_0x41987a(0x20d)](_0x5e7dd9){const _0x4c2a71=_0x41987a;return this[_0x4c2a71(0x1c0)]['push'](_0x5e7dd9),this;}[_0x41987a(0x36d)](_0x419208){const _0x18edbe=_0x41987a;return this[_0x18edbe(0x2f9)]['push'](_0x419208),this;}[_0x41987a(0x1e0)](_0x386a4e){const _0x1d926a=_0x41987a;if(this[_0x1d926a(0x27e)]){let _0x29cdaf=this['_getCurrentRevision']();return _0x386a4e[_0x1d926a(0x35f)]<=_0x29cdaf||(_0x29cdaf+0x1===_0x386a4e[_0x1d926a(0x35f)]?(this[_0x1d926a(0x141)](),this['_awaitingChangeset']=null,this[_0x1d926a(0x112)]=null):this[_0x1d926a(0x112)]=_0x386a4e['revision']),this;}if(_0x386a4e[_0x1d926a(0x35f)]<=this[_0x1d926a(0x150)]())return this;throw Error(_0x1d926a(0x1bb));}[_0x41987a(0x142)](_0x444560){const _0x222203=_0x41987a;return this['_onConflict'](!!(_0x444560!=null&&_0x444560[_0x222203(0x21a)]));}['onRemoteRetry'](){return this;}['toggleOffline'](){const _0x54ca21=_0x41987a;return this[_0x54ca21(0x29c)]['createInstance'](Y,this[_0x54ca21(0x23d)],this[_0x54ca21(0x130)],this[_0x54ca21(0x27e)],this['_pendingMutations'],this['_handler']);}[_0x41987a(0x350)](){return this;}[_0x41987a(0x18d)](_0x5794a6){const _0x5e963d=_0x41987a;return this[_0x5e963d(0x29c)][_0x5e963d(0x247)](J,this['unitID'],this[_0x5e963d(0x130)],this[_0x5e963d(0x27e)],this[_0x5e963d(0x1c0)],this[_0x5e963d(0x1ff)],_0x5794a6);}};X=z([R(0x7,_0x3ad2a9(_0x203225)),R(0x8,_0x3ad2a9(_0x3fc7dd)),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x9c7bc9),R(0xc,_0x9f9abc),R(0xd,_0x1e3f17(V))],X);function ln(_0x1fada9,_0x2c52a2,_0x124dde,_0x32ec32,_0xca1c33,_0x3e61f4){const _0x20d209=_0x41987a;return _0x32ec32&&_0xca1c33[_0x20d209(0x2ca)]?_0x1fada9['createInstance'](q,_0x2c52a2,_0x124dde,_0x32ec32,_0xca1c33,_0x3e61f4,void 0x0):_0x32ec32?_0x1fada9['createInstance'](K,_0x2c52a2,_0x124dde,_0x32ec32,_0x3e61f4):_0xca1c33['length']?_0x1fada9[_0x20d209(0x247)](G,_0x2c52a2,_0x124dde,_0xca1c33,_0x3e61f4):_0x1fada9[_0x20d209(0x247)](W,_0x2c52a2,_0x124dde,_0x3e61f4);}let Z=class extends _0x5f3021{get[_0x41987a(0x100)](){return this['_state'];}constructor(_0x154e90,_0x18dac3,_0xdbf462,_0x5a72f8,_0x60a7af,_0x465c77,_0x2af5ca,_0xec4d1b,_0x55eaba,_0x5a9934,_0x6ba55c,_0x4c5ee6,_0x212259,_0x3914da){const _0x1064a7=_0x41987a;super(),this[_0x1064a7(0x23d)]=_0x154e90,this[_0x1064a7(0x1c7)]=_0x18dac3,this[_0x1064a7(0x1fe)]=_0xdbf462,this[_0x1064a7(0x29c)]=_0x5a72f8,this[_0x1064a7(0x1a7)]=_0x60a7af,this[_0x1064a7(0x293)]=_0x465c77,this[_0x1064a7(0x24a)]=_0x2af5ca,this[_0x1064a7(0x174)]=_0xec4d1b,this[_0x1064a7(0x286)]=_0x55eaba,this[_0x1064a7(0x235)]=_0x5a9934,this[_0x1064a7(0x1c5)]=_0x6ba55c,this['_permissionService']=_0x4c5ee6,this['_singleActiveUnitService']=_0x212259,this[_0x1064a7(0x367)]=_0x3914da,I(this,_0x1064a7(0x229),new _0x1d9402(null)),I(this,_0x1064a7(0x302),this[_0x1064a7(0x229)][_0x1064a7(0x275)]()),I(this,_0x1064a7(0x1f5),void 0x0),I(this,'_collaborationPaused',!0x1),I(this,_0x1064a7(0x163),''),I(this,_0x1064a7(0x36f),0x0),I(this,'status$',this[_0x1064a7(0x302)][_0x1064a7(0x154)](_0x1f7c57(_0x447ece=>_0x447ece?_0x447ece[_0x1064a7(0x128)]:_0x1064a7(0x342)),_0x4e2a1b({'bufferSize':0x1,'refCount':!0x0}))),I(this,_0x1064a7(0x139),!0x1),I(this,_0x1064a7(0x185),[]);}async[_0x41987a(0x2ab)](){const _0x28568b=_0x41987a;if(this[_0x28568b(0x100)])throw Error('[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.');await this[_0x28568b(0x2cf)]();}['pauseCollaboration'](){const _0x8b40d3=_0x41987a;return this[_0x8b40d3(0x2b2)]=!0x0,_0x1c7184(()=>{const _0x420c55=_0x8b40d3;this[_0x420c55(0x2b2)]=!0x1,this[_0x420c55(0x292)]();});}[_0x41987a(0x25f)](_0x1faf29){const _0x1c6188=_0x41987a;this[_0x1c6188(0x181)](_0x1faf29);}[_0x41987a(0x2b9)](_0x4cae2e){const _0x3b214b=_0x41987a;this[_0x3b214b(0x1f5)]=_0x4cae2e,this[_0x3b214b(0x229)][_0x3b214b(0x285)](_0x4cae2e);}async[_0x41987a(0x2cf)](){const _0x27f89b=_0x41987a;if(this[_0x27f89b(0x2b9)](await this[_0x27f89b(0x106)]()),this[_0x27f89b(0x1a9)]){var _0x4c60c9;(_0x4c60c9=this[_0x27f89b(0x1a9)])==null||_0x4c60c9[_0x27f89b(0x177)](this[_0x27f89b(0x23d)]),this[_0x27f89b(0x1f9)](this[_0x27f89b(0x1a9)][_0x27f89b(0x337)](this[_0x27f89b(0x23d)])['subscribe'](_0x436a5a=>{const _0x4684e3=_0x27f89b;this[_0x4684e3(0x235)][_0x4684e3(0x2d3)](_0x4684e3(0x2a4),_0x4684e3(0x12d),_0x436a5a),_0x436a5a===0x1?(this[_0x4684e3(0x174)][_0x4684e3(0x1b3)]({'id':_0x4684e3(0x16c)}),this[_0x4684e3(0x321)][_0x4684e3(0x1db)](new _0x12238f(this['unitID'])['id'],!0x1),this[_0x4684e3(0x321)][_0x4684e3(0x1e3)](!0x1)):(this[_0x4684e3(0x321)][_0x4684e3(0x1db)](new _0x12238f(this[_0x4684e3(0x23d)])['id'],!0x0),this[_0x4684e3(0x321)]['setShowComponents'](!0x0));}));}let _0x387b6b=!0x1;return this['disposeWithMe'](this['session'][_0x27f89b(0x282)][_0x27f89b(0x1f2)](_0xb3df2=>{const _0x30e0a3=_0x27f89b;_0xb3df2===0x3?this[_0x30e0a3(0x18f)](_0x387b6b):_0xb3df2===0x2&&(_0x387b6b=!0x0,this['_toggleOffline']());})),this[_0x27f89b(0x1f9)](this[_0x27f89b(0x1c7)][_0x27f89b(0x143)]['subscribe'](_0x2232d6=>{const _0xae28a4=_0x27f89b;try{switch(_0x2232d6[_0xae28a4(0x2d5)]){case _0x37e6b9[_0xae28a4(0x2f7)]:this[_0xae28a4(0x2b1)](_0x14e41b(_0x2232d6[_0xae28a4(0x22c)]));break;case _0x37e6b9[_0xae28a4(0x280)]:this[_0xae28a4(0x357)](_0x2232d6[_0xae28a4(0x22c)]);break;case _0x37e6b9[_0xae28a4(0x2ad)]:this['_onRemoteRejected']();break;case _0x37e6b9['CHANGESET_SHOULD_RETRY']:this['_onRemoteRetry'](_0x2232d6[_0xae28a4(0x22c)]);break;case _0x37e6b9['PSEUDO_FETCH_MISSING_RESULT']:this['_onFetchMissResult'](_0x2232d6['data'][_0xae28a4(0x173)][_0xae28a4(0x288)](_0x3271a0=>_0x14e41b(_0x3271a0)));break;case _0x37e6b9['PERMISSION_REJ']:this[_0xae28a4(0x238)]({'isPermissionRej':!0x0});break;case _0x37e6b9[_0xae28a4(0x283)]:break;}}catch(_0x2fc0c0){throw console[_0xae28a4(0x2fa)](_0xae28a4(0x272),_0x2fc0c0),_0x2fc0c0;}})),this[_0x27f89b(0x1f5)];}['_unlockTransition'](){const _0x49807c=_0x41987a;this[_0x49807c(0x139)]=!0x1;}['_lockTransition'](){const _0x1d67db=_0x41987a;if(this['_transitionLocked'])throw Error(_0x1d67db(0x1dc));this['_transitionLocked']=!0x0;}[_0x41987a(0x181)](_0xde60d4){const _0x3fa6f7=_0x41987a;this[_0x3fa6f7(0x371)](),this['_updateState'](this[_0x3fa6f7(0x1f5)][_0x3fa6f7(0x20d)](_0xde60d4)),this[_0x3fa6f7(0x241)]();}['_onRemoteChangeset'](_0x1a51d9){const _0x3b66c8=_0x41987a;if(!(_0x1a51d9[_0x3b66c8(0x35f)]<=this[_0x3b66c8(0x24a)][_0x3b66c8(0x15c)](this[_0x3b66c8(0x23d)]))){if(this[_0x3b66c8(0x2b2)]){this[_0x3b66c8(0x185)][_0x3b66c8(0x27f)](_0x1a51d9);return;}this['_applyRemoteChangeset'](_0x1a51d9);}}[_0x41987a(0x292)](){const _0x58296f=_0x41987a;this[_0x58296f(0x185)][_0x58296f(0x329)](_0x54345d=>this['_applyRemoteChangeset'](_0x54345d)),this[_0x58296f(0x185)]=[];}[_0x41987a(0x20e)](_0x143076){const _0x5c7d70=_0x41987a;let _0x2d004d=this['_compressMutationService'][_0x5c7d70(0x1b7)][_0x5c7d70(0x2ec)](this[_0x5c7d70(0x1a7)][_0x5c7d70(0x1b7)][_0x5c7d70(0x107)]()['COMPRESS_MUTATION_APPLY'])(_0x143076['mutations'],null)||_0x143076[_0x5c7d70(0x172)],_0x568610={..._0x143076,'mutations':_0x2d004d};this[_0x5c7d70(0x371)](),this[_0x5c7d70(0x2b9)](this[_0x5c7d70(0x1f5)][_0x5c7d70(0x36d)](_0x568610)),this['_unlockTransition']();}[_0x41987a(0x357)](_0x1d7416){const _0x5dae43=_0x41987a;this[_0x5dae43(0x371)](),this[_0x5dae43(0x2b9)](this[_0x5dae43(0x1f5)][_0x5dae43(0x1e0)](_0x1d7416)),this[_0x5dae43(0x241)]();}[_0x41987a(0x238)](_0x4c08b1){const _0x314a29=_0x41987a;this['_lockTransition'](),this[_0x314a29(0x2b9)](this['_state'][_0x314a29(0x142)](_0x4c08b1)),this[_0x314a29(0x241)]();}[_0x41987a(0x353)](_0x358a68){const _0x3a81c3=_0x41987a;this[_0x3a81c3(0x371)](),this[_0x3a81c3(0x2b9)](this[_0x3a81c3(0x1f5)][_0x3a81c3(0x264)](_0x358a68)),this[_0x3a81c3(0x241)]();}[_0x41987a(0x370)](_0x553212){const _0x245041=_0x41987a;if(!(this['_state']instanceof X))throw TypeError(_0x245041(0x2d2));let _0x85bd40=_0x553212['map'](_0x4fbc62=>{const _0x8cc0b9=_0x245041;let _0x31110a=this[_0x8cc0b9(0x1a7)][_0x8cc0b9(0x1b7)]['fetchThroughInterceptors'](this[_0x8cc0b9(0x1a7)][_0x8cc0b9(0x1b7)][_0x8cc0b9(0x107)]()[_0x8cc0b9(0x228)])(_0x4fbc62[_0x8cc0b9(0x172)],null)||_0x4fbc62[_0x8cc0b9(0x172)];return{..._0x4fbc62,'mutations':_0x31110a};});this[_0x245041(0x371)](),this[_0x245041(0x2b9)](this['_state'][_0x245041(0x169)](_0x85bd40)),this['_unlockTransition']();}['_toggleOffline'](){const _0x2eb032=_0x41987a;this[_0x2eb032(0x371)](),this[_0x2eb032(0x2b9)](this['_state'][_0x2eb032(0x2f6)]()),this[_0x2eb032(0x241)]();}[_0x41987a(0x18f)](_0x109588=!0x1){const _0x4d054a=_0x41987a;this['_lockTransition'](),this[_0x4d054a(0x2b9)](this['_state'][_0x4d054a(0x350)]()),this[_0x4d054a(0x241)]();let _0x213bcc=this[_0x4d054a(0x1f5)];_0x109588&&_0x213bcc instanceof W&&(this[_0x4d054a(0x371)](),this[_0x4d054a(0x2b9)](_0x213bcc['fetchMiss']()),this[_0x4d054a(0x241)]());}async['_createInitialState'](){return new Promise(_0x481c3d=>{const _0x135f54=_0x19aa;this[_0x135f54(0x1c7)]['sessionStatus$'][_0x135f54(0x154)](_0x2fb4c6(0x1))[_0x135f54(0x1f2)](async _0x50cbee=>{_0x481c3d(await this['_createInitialStateImpl'](_0x50cbee===0x3));});});}[_0x41987a(0x31b)](){const _0x132b38=_0x41987a;let _0x2fd5c0=this[_0x132b38(0x23d)];return{'onStateChange':(_0x4da084,_0x85744d)=>{const _0x553b6e=_0x132b38;if(_0x4da084!==this[_0x553b6e(0x1f5)])throw Error('[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20'+_0x4da084[_0x553b6e(0x128)]+_0x553b6e(0x2e5)+_0x85744d[_0x553b6e(0x128)]+_0x553b6e(0x10a)+this[_0x553b6e(0x1f5)]['status']);this['_updateState'](_0x85744d);},'onSendChangeset':_0x58cfe2=>{const _0x2d48f8=_0x132b38;_0x58cfe2[_0x2d48f8(0x1fb)]||(_0x58cfe2[_0x2d48f8(0x1fb)]=this[_0x2d48f8(0x163)],_0x58cfe2[_0x2d48f8(0x1c9)]=++this[_0x2d48f8(0x36f)]);let _0x33d215={'eventID':_0x37e6b9[_0x2d48f8(0x23c)],'data':{'unitID':_0x58cfe2[_0x2d48f8(0x23d)],'unitType':this[_0x2d48f8(0x1fe)],'changeset':_0x58cfe2,'memberID':this[_0x2d48f8(0x1c7)]['getMemberID']()}};this[_0x2d48f8(0x1c7)][_0x2d48f8(0x35c)](_0x33d215,this[_0x2d48f8(0x23d)]);},'onMissingChangesets':({from:_0x113ca0,to:_0x5f4879})=>{const _0x405d30=_0x132b38;this[_0x405d30(0x235)][_0x405d30(0x2d3)](_0x405d30(0x2a4),_0x405d30(0x239)+_0x113ca0+'\x20to\x20'+_0x5f4879);let _0x3dd8e5={'eventID':_0x37e6b9['FETCH_MISSING'],'data':{'unitID':_0x2fd5c0,'unitType':this['_type'],'from':_0x113ca0,'to':_0x5f4879}};this[_0x405d30(0x1c7)][_0x405d30(0x35c)](_0x3dd8e5,this[_0x405d30(0x23d)]);}};}async[_0x41987a(0x32f)](_0x47b4e9){const _0x50fdef=_0x41987a;var _0xf0ac1b,_0x100756,_0x3086eb;let _0xd95ea0=await((_0xf0ac1b=this['_localCacheService'])==null?void 0x0:_0xf0ac1b[_0x50fdef(0x221)](this['unitID'])),_0x5dddfe=(_0x100756=_0xd95ea0==null?void 0x0:_0xd95ea0[_0x50fdef(0x172)])==null?[]:_0x100756,_0x11204a=(_0x3086eb=_0xd95ea0==null?void 0x0:_0xd95ea0['awaitingChangeset'])==null?null:_0x3086eb,_0x5e5c70=!!(_0x11204a!=null&&_0x11204a[_0x50fdef(0x1fb)])&&!!(_0x11204a!=null&&_0x11204a[_0x50fdef(0x1c9)]);this[_0x50fdef(0x163)]=_0x5e5c70?_0x11204a[_0x50fdef(0x1fb)]:_0x2d97c4(),this[_0x50fdef(0x36f)]=_0x5e5c70?_0x11204a[_0x50fdef(0x1c9)]:0x0;let _0x343702=this[_0x50fdef(0x23d)];try{this[_0x50fdef(0x271)](_0x11204a,_0x5dddfe);}catch(_0x44bc47){this[_0x50fdef(0x235)]['error'](_0x44bc47);}let _0x42cd21=this['_createHandler']();if(_0x47b4e9){let _0x9e4a58=ln(this[_0x50fdef(0x29c)],_0x343702,this['_type'],_0x11204a,_0x5dddfe,_0x42cd21);return _0x9e4a58 instanceof G?_0x9e4a58[_0x50fdef(0x28e)]():(_0x9e4a58 instanceof q||_0x9e4a58 instanceof K)&&_0x9e4a58[_0x50fdef(0x2ba)](),_0x9e4a58;}return this[_0x50fdef(0x29c)][_0x50fdef(0x247)](Y,_0x343702,this['_type'],_0x11204a,_0x5dddfe,_0x42cd21);}[_0x41987a(0x271)](_0x3d914c,_0x2ed08a){const _0xc394cd=_0x41987a;var _0x3b49e3,_0x578a14;let _0x266012=this[_0xc394cd(0x1a7)][_0xc394cd(0x1b7)][_0xc394cd(0x2ec)](this['_compressMutationService']['interceptor'][_0xc394cd(0x107)]()[_0xc394cd(0x228)]);(_0x3b49e3=_0x266012((_0x3d914c==null?void 0x0:_0x3d914c['mutations'])||[],null))==null||_0x3b49e3[_0xc394cd(0x329)](_0x11fa59=>this[_0xc394cd(0x1c5)]['executeCommand'](_0x11fa59['id'],_0x11fa59['params'])),(_0x578a14=_0x266012(_0x2ed08a||[],null))==null||_0x578a14[_0xc394cd(0x329)](_0x7e1f6b=>this['_commandService'][_0xc394cd(0x336)](_0x7e1f6b['id'],_0x7e1f6b[_0xc394cd(0x232)]));}};Z=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(L)),R(0x8,_0x124498),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x1e2fb3),R(0xc,_0x1e3f17(H)),R(0xd,_0x1e3f17(V))],Z);let un=class extends Z{constructor(_0x271ffa,_0xefc4,_0x2cd6d2,_0x27f24d,_0x1e8bed,_0x1e813e,_0x53c511,_0x28ed96,_0x2ab4a8,_0x3d6bbf,_0xbb18f1,_0x4b8383,_0x1d2921,_0x31cd94,_0x18bbb3){const _0x31a55d=_0x41987a;super(_0x271ffa,_0x2cd6d2,_0xefc4,_0x27f24d,_0x1e8bed,_0x1e813e,_0x53c511,_0x28ed96,_0x2ab4a8,_0x3d6bbf,_0xbb18f1,_0x4b8383,_0x31cd94,_0x18bbb3),this[_0x31a55d(0x23d)]=_0x271ffa,this[_0x31a55d(0x130)]=_0xefc4,this[_0x31a55d(0x376)]=_0x1d2921,I(this,_0x31a55d(0x348),null);}[_0x41987a(0x358)](_0x8b53b6){const _0x532c41=_0x41987a;this[_0x532c41(0x348)]=_0x8b53b6;}['dispose'](){const _0x9e4775=_0x41987a;this[_0x9e4775(0x348)]=null,super[_0x9e4775(0x31e)]();}[_0x41987a(0x31b)](){const _0x52bcfb=_0x41987a;let _0x566ddf=super['_createHandler']();return _0x566ddf['onTransformIME']=_0x48386d=>{const _0x1b0c4f=_0x19aa;var _0x5eac38,_0x34e7a8;return(_0x5eac38=this[_0x1b0c4f(0x348)])==null||(_0x34e7a8=_0x5eac38[_0x1b0c4f(0x373)])==null?void 0x0:_0x34e7a8['call'](_0x5eac38,_0x48386d);},_0x566ddf['onTransformState']=_0x22bda5=>{const _0x49c808=_0x19aa;var _0x2822aa,_0x5a3e07;return(_0x2822aa=this[_0x49c808(0x348)])==null||(_0x5a3e07=_0x2822aa['onTransformState'])==null?void 0x0:_0x5a3e07[_0x49c808(0x115)](_0x2822aa,_0x22bda5);},_0x566ddf[_0x52bcfb(0x205)]=_0x261924=>{const _0x247480=_0x52bcfb;var _0x11e41d,_0x3a7a59;return(_0x11e41d=this['_handlerCallback'])==null||(_0x3a7a59=_0x11e41d[_0x247480(0x205)])==null?void 0x0:_0x3a7a59[_0x247480(0x115)](_0x11e41d,_0x261924);},_0x566ddf[_0x52bcfb(0x2a8)]=_0x77365c=>{const _0x45739a=_0x52bcfb;var _0x15841b,_0x75b774;return(_0x15841b=this[_0x45739a(0x348)])==null||(_0x75b774=_0x15841b[_0x45739a(0x2a8)])==null?void 0x0:_0x75b774['call'](_0x15841b,_0x77365c);},_0x566ddf[_0x52bcfb(0x13d)]=_0x4cd729=>{const _0x5113cb=_0x52bcfb;var _0x3b08fc,_0xddd0f6,_0x14d36e;return(_0x3b08fc=(_0xddd0f6=this[_0x5113cb(0x348)])==null||(_0x14d36e=_0xddd0f6[_0x5113cb(0x13d)])==null?void 0x0:_0x14d36e[_0x5113cb(0x115)](_0xddd0f6,_0x4cd729))==null?_0x4cd729:_0x3b08fc;},_0x566ddf[_0x52bcfb(0x1ac)]=_0x16c023=>{const _0x525b78=_0x52bcfb;var _0x5341c8,_0x31e445,_0x237196;return(_0x5341c8=(_0x31e445=this[_0x525b78(0x348)])==null||(_0x237196=_0x31e445['onTransformRemoteChangesetByStateCache'])==null?void 0x0:_0x237196[_0x525b78(0x115)](_0x31e445,_0x16c023))==null?_0x16c023:_0x5341c8;},_0x566ddf;}async[_0x41987a(0x2cf)](){const _0x106100=_0x41987a;if(this['_docStateChangeManagerService']==null)throw Error(_0x106100(0x248));let _0x3dc2c1=await super[_0x106100(0x2cf)]();return this['disposeWithMe'](this[_0x106100(0x376)][_0x106100(0x35b)][_0x106100(0x1f2)](_0x42f718=>{const _0x26d579=_0x106100;if(_0x42f718==null||_0x42f718[_0x26d579(0x2f0)]!==this[_0x26d579(0x23d)])return;let {commandId:_0x6081db,redoState:_0x2f7b48,unitId:_0x4b8835}=_0x42f718,_0x2b89c6={'id':_0x6081db,'type':_0x5df0cd[_0x26d579(0x214)],'params':{'unitId':_0x4b8835,'actions':_0x2f7b48[_0x26d579(0x2dd)],'textRanges':null}};this[_0x26d579(0x181)](_0x2b89c6);})),this[_0x106100(0x1f9)](this[_0x106100(0x1c5)][_0x106100(0x294)]((_0x386157,_0x119242)=>{const _0x1f9766=_0x106100;if(_0x386157[_0x1f9766(0x130)]!==_0x5df0cd[_0x1f9766(0x214)]||_0x119242!=null&&_0x119242['fromCollab']||_0x119242!=null&&_0x119242[_0x1f9766(0x36e)]||_0x386157['id']===_0x2e4ccc['id'])return;let _0x3bcd06=_0x386157[_0x1f9766(0x232)];if((_0x3bcd06==null?void 0x0:_0x3bcd06['unitId'])!==this[_0x1f9766(0x23d)])return;let _0x13e5ee=_0x386157,_0x286803=this[_0x1f9766(0x1a7)][_0x1f9766(0x1b7)]['fetchThroughInterceptors'](this[_0x1f9766(0x1a7)][_0x1f9766(0x1b7)][_0x1f9766(0x107)]()[_0x1f9766(0x2f1)])([_0x13e5ee],this[_0x1f9766(0x286)])||[_0x13e5ee];this[_0x1f9766(0x181)](_0x286803[0x0]);})),_0x3dc2c1;}};un=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(L)),R(0x8,_0x124498),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x1e2fb3),R(0xc,_0x1e3f17(_0xf4830c)),R(0xd,_0x1e3f17(H)),R(0xe,_0x1e3f17(V))],un);let dn=class extends Z{constructor(_0x5699aa,_0x52aba5,_0x38db00,_0x2b8f4e,_0x202288,_0x5e0009,_0x2e3e32,_0x977dfe,_0x64228a,_0x3474b8,_0x2ba714,_0x24ed00,_0x533aa2,_0x4223e1){const _0x137f30=_0x41987a;super(_0x5699aa,_0x38db00,_0x52aba5,_0x2b8f4e,_0x202288,_0x5e0009,_0x2e3e32,_0x977dfe,_0x64228a,_0x3474b8,_0x2ba714,_0x24ed00,_0x533aa2,_0x4223e1),this[_0x137f30(0x23d)]=_0x5699aa,this['type']=_0x52aba5;}async['_init'](){const _0x45f0fd=_0x41987a;let _0x199e88=await super[_0x45f0fd(0x2cf)]();return this[_0x45f0fd(0x1f9)](this[_0x45f0fd(0x1c5)]['onMutationExecutedForCollab']((_0x3a9e8c,_0x266b2d)=>{const _0x34f3a1=_0x45f0fd;if(_0x3a9e8c['type']!==_0x5df0cd[_0x34f3a1(0x214)]||_0x266b2d!=null&&_0x266b2d[_0x34f3a1(0x124)]||_0x266b2d!=null&&_0x266b2d[_0x34f3a1(0x36e)]||_0x3a9e8c['id']!==_0x53142b['id'])return;let _0x399dbe=_0x3a9e8c['params'];if((_0x399dbe==null?void 0x0:_0x399dbe[_0x34f3a1(0x2f0)])!==this[_0x34f3a1(0x23d)])return;let _0x2de051=_0x3a9e8c,_0x5b3c46=this['_compressMutationService'][_0x34f3a1(0x1b7)][_0x34f3a1(0x2ec)](this[_0x34f3a1(0x1a7)][_0x34f3a1(0x1b7)][_0x34f3a1(0x107)]()[_0x34f3a1(0x2f1)])([_0x2de051],this[_0x34f3a1(0x286)])||[_0x2de051];this[_0x34f3a1(0x181)](_0x5b3c46[0x0]);})),_0x199e88;}};dn=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(L)),R(0x8,_0x124498),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x1e2fb3),R(0xc,_0x1e3f17(H)),R(0xd,_0x1e3f17(V))],dn);let fn=class extends Z{constructor(_0x3b67fb,_0x3d9066,_0x2904ae,_0x34e87f,_0x2cd3f1,_0x15a2e1,_0x3c46dc,_0x4de007,_0xcad0c0,_0x2d3204,_0x113d2d,_0x1b4863,_0x41b84e,_0xf1e470,_0xf661dc){const _0x3b6047=_0x41987a;super(_0x3b67fb,_0x2904ae,_0x3d9066,_0x34e87f,_0x2cd3f1,_0x15a2e1,_0x3c46dc,_0xcad0c0,_0x2d3204,_0x113d2d,_0x1b4863,_0x41b84e,_0xf1e470,_0xf661dc),this[_0x3b6047(0x23d)]=_0x3b67fb,this[_0x3b6047(0x130)]=_0x3d9066,this[_0x3b6047(0x159)]=_0x4de007;}['_createHandler'](){const _0x11dfc0=_0x41987a;let _0x16fda0=super[_0x11dfc0(0x31b)]();return _0x16fda0[_0x11dfc0(0x205)]=_0x42f248=>this[_0x11dfc0(0x159)][_0x11dfc0(0x2fc)](_0x42f248),_0x16fda0;}async[_0x41987a(0x2cf)](){const _0x52a20f=_0x41987a;let _0x3fceef=await super[_0x52a20f(0x2cf)]();return this[_0x52a20f(0x1f9)](this[_0x52a20f(0x1c5)]['onMutationExecutedForCollab']((_0x4b8df,_0x311d5c)=>{const _0x38d88b=_0x52a20f;if(_0x4b8df[_0x38d88b(0x130)]!==_0x5df0cd[_0x38d88b(0x214)]||_0x311d5c!=null&&_0x311d5c[_0x38d88b(0x124)]||_0x311d5c!=null&&_0x311d5c[_0x38d88b(0x36e)])return;let _0x2b08d0=_0x4b8df[_0x38d88b(0x232)];if((_0x2b08d0==null?void 0x0:_0x2b08d0[_0x38d88b(0x2f0)])!==this[_0x38d88b(0x23d)])return;let _0x29fa0e=_0x4b8df,_0x2bc90b=this[_0x38d88b(0x1a7)][_0x38d88b(0x1b7)][_0x38d88b(0x2ec)](this[_0x38d88b(0x1a7)]['interceptor'][_0x38d88b(0x107)]()[_0x38d88b(0x2f1)])([_0x29fa0e],this[_0x38d88b(0x286)])||[_0x29fa0e];this[_0x38d88b(0x181)](_0x2bc90b[0x0]);})),_0x3fceef;}};fn=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(zt)),R(0x8,_0x3ad2a9(L)),R(0x9,_0x124498),R(0xa,_0x4e6776),R(0xb,_0x2ee379),R(0xc,_0x1e2fb3),R(0xd,_0x1e3f17(H)),R(0xe,_0x1e3f17(V))],fn);let pn=class extends Z{constructor(_0x555d77,_0x549010,_0x55e5ac,_0x2b913b,_0xdcce06,_0xcb554e,_0x5a6f52,_0x30cd54,_0x6c52e7,_0x597aec,_0x5c059c,_0x3f41ee,_0x1a1b45,_0x53afd0){const _0x159ee4=_0x41987a;super(_0x555d77,_0x55e5ac,_0x549010,_0x2b913b,_0xdcce06,_0xcb554e,_0x5a6f52,_0x30cd54,_0x6c52e7,_0x597aec,_0x5c059c,_0x3f41ee,_0x1a1b45,_0x53afd0),this['unitID']=_0x555d77,this[_0x159ee4(0x130)]=_0x549010;}async['_init'](){const _0x235e61=_0x41987a;let _0x5ed020=await super['_init']();return this[_0x235e61(0x1f9)](this[_0x235e61(0x1c5)][_0x235e61(0x294)]((_0x25e603,_0x4564db)=>{const _0x16255c=_0x235e61;if(_0x25e603[_0x16255c(0x130)]!==_0x5df0cd[_0x16255c(0x214)]||_0x4564db!=null&&_0x4564db[_0x16255c(0x124)]||_0x4564db!=null&&_0x4564db[_0x16255c(0x36e)])return;let _0x366b26=_0x25e603[_0x16255c(0x232)];if((_0x366b26==null?void 0x0:_0x366b26[_0x16255c(0x2f0)])!==this[_0x16255c(0x23d)])return;let _0x5bb821=_0x25e603,_0xf2b7dc=this[_0x16255c(0x1a7)][_0x16255c(0x1b7)][_0x16255c(0x2ec)](this['_compressMutationService'][_0x16255c(0x1b7)][_0x16255c(0x107)]()['COMPRESS_MUTATION_SEND'])([_0x5bb821],this['_univerInstanceService'])||[_0x5bb821];this[_0x16255c(0x181)](_0xf2b7dc[0x0]);})),_0x5ed020;}};pn=z([R(0x3,_0x3ad2a9(_0x203225)),R(0x4,_0x3ad2a9(_0x1a5da1)),R(0x5,_0x3ad2a9(_0x4a5570)),R(0x6,_0x3ad2a9(_0x3fc7dd)),R(0x7,_0x3ad2a9(L)),R(0x8,_0x124498),R(0x9,_0x4e6776),R(0xa,_0x2ee379),R(0xb,_0x1e2fb3),R(0xc,_0x1e3f17(H)),R(0xd,_0x1e3f17(V))],pn);const mn=_0x25425e('univer-pro.collaboration-client.network-condition.service');function hn(_0x357371){const _0x2ee081=_0x41987a;let _0xeb0f6e=_0x357371[_0x2ee081(0x22c)],_0x449b7a=JSON[_0x2ee081(0x27d)](_0xeb0f6e);switch(_0x449b7a[_0x2ee081(0x193)]){case _0x42f7c9[_0x2ee081(0x32c)]:case _0x42f7c9['HELLO']:{let _0x19f22c=_0x449b7a['infoRsp'];return{..._0x449b7a,'data':_0x19f22c,'cmd':_0x449b7a[_0x2ee081(0x193)]};}case _0x42f7c9[_0x2ee081(0x1f7)]:{let _0x2fcd3e=_0x449b7a[_0x2ee081(0x2c0)];return{..._0x449b7a,'data':_0x2fcd3e,'cmd':_0x449b7a[_0x2ee081(0x193)]};}case _0x42f7c9[_0x2ee081(0x1e6)]:{let _0x31e17e=_0x449b7a[_0x2ee081(0x269)];switch(_0x31e17e['eventID']){case _0x37e6b9['PERMISSION_REJ']:var _0x4f9e2c;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x4f9e2c=_0x31e17e[_0x2ee081(0x211)])==null?void 0x0:_0x4f9e2c['cs']},'cmd':_0x449b7a['cmd']};case _0x37e6b9[_0x2ee081(0x280)]:var _0x3d51c1;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x3d51c1=_0x31e17e[_0x2ee081(0x1d3)])==null?void 0x0:_0x3d51c1['cs']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x2f7)]:var _0x43d890;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x43d890=_0x31e17e[_0x2ee081(0x276)])==null?void 0x0:_0x43d890['cs']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x2ad)]:var _0x6a4287;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x6a4287=_0x31e17e['csRejEvent'])==null?void 0x0:_0x6a4287['cs']},'cmd':_0x449b7a['cmd']};case _0x37e6b9[_0x2ee081(0x34e)]:var _0x45b94f;return{..._0x449b7a,'data':{..._0x31e17e,'data':(_0x45b94f=_0x31e17e[_0x2ee081(0x251)])==null?void 0x0:_0x45b94f['cs']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x26c)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x1d8)]},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0xf9)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e['joinEvent']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9['USERS_LEAVE']:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x1cd)]},'cmd':_0x449b7a['cmd']};case _0x37e6b9['LIVESHARE_NEW_HOST']:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x15f)]},'cmd':_0x449b7a['cmd']};case _0x37e6b9[_0x2ee081(0x1b2)]:case _0x37e6b9[_0x2ee081(0x30a)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e['liveShareOperation']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x149)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e['liveShareNewHost']},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x108)]:return{..._0x449b7a,'data':_0x31e17e,'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x262)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x2c9)]},'cmd':_0x449b7a['cmd']};case _0x37e6b9['UPDATE_PERMISSION_OBJ']:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x253)]},'cmd':_0x449b7a[_0x2ee081(0x193)]};case _0x37e6b9[_0x2ee081(0x2aa)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x2cc)]},'cmd':_0x449b7a['cmd']};case _0x37e6b9[_0x2ee081(0x283)]:return{..._0x449b7a,'data':{..._0x31e17e,'data':_0x31e17e[_0x2ee081(0x135)]},'cmd':_0x449b7a[_0x2ee081(0x193)]};default:return _0x449b7a;}}default:return _0x449b7a;}}function gn(_0x460439){const _0x1aed32=_0x41987a;switch(_0x460439[_0x1aed32(0x193)]){case _0x42f7c9['HEARTBEAT']:case _0x42f7c9[_0x1aed32(0x25a)]:return JSON[_0x1aed32(0x231)]({'cmd':_0x460439[_0x1aed32(0x193)],'routeKey':_0x460439['routeKey']});case _0x42f7c9[_0x1aed32(0x2e9)]:{let _0x36804f;switch(_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x2d5)]){case _0x37e6b9['UPDATE_CURSOR']:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x26c)],'updateCursorEvent':_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0x17b)]:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x17b)],'leaveEvent':_0x460439['data'][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0xf9)]:_0x36804f={'eventID':_0x37e6b9['USERS_ENTER'],'joinEvent':_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x22c)]};break;case _0x37e6b9['LIVESHARE_NEW_HOST']:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x227)],'liveShareNewHost':_0x460439['data'][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0x30a)]:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x30a)],'liveShareOperation':_0x460439[_0x1aed32(0x22c)]['data']};break;case _0x37e6b9[_0x1aed32(0x149)]:_0x36804f={'eventID':_0x37e6b9['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0x175)]:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x175)],'liveShareRequestHost':_0x460439[_0x1aed32(0x22c)][_0x1aed32(0x22c)]};break;case _0x37e6b9[_0x1aed32(0x1b2)]:_0x36804f={'eventID':_0x37e6b9[_0x1aed32(0x1b2)]};break;default:_0x36804f={'eventID':_0x460439['data']['eventID']};}return JSON['stringify']({'cmd':_0x460439[_0x1aed32(0x193)],'routeKey':_0x460439[_0x1aed32(0x366)],'collaMsg':_0x36804f});}case _0x42f7c9['JOIN']:return JSON['stringify']({'cmd':_0x460439['cmd'],'routeKey':_0x460439['routeKey'],'joinReq':_0x460439[_0x1aed32(0x22c)]});case _0x42f7c9[_0x1aed32(0x1a3)]:return JSON[_0x1aed32(0x231)]({'cmd':_0x460439[_0x1aed32(0x193)],'routeKey':_0x460439['routeKey'],'leaveReq':_0x460439[_0x1aed32(0x22c)]});default:throw Error('[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!');}}const _n=_0x25425e('univer-pro.collaboration-client-socket-service');function vn(_0x2ad820,_0x177623,_0x2e3b2c){const _0x191c25=_0x41987a;return _0x2ad820+'/'+_0x177623+'/unit/'+_0x2e3b2c+_0x191c25(0x307);}let yn=class extends _0x5eef44{constructor(_0x3bbc7b,_0x305e51,_0x417a68,_0x424844,_0x57815f){const _0x435b01=_0x41987a;super(),this[_0x435b01(0x29c)]=_0x3bbc7b,this[_0x435b01(0x234)]=_0x305e51,this[_0x435b01(0x18a)]=_0x417a68,this[_0x435b01(0x235)]=_0x424844,this[_0x435b01(0x333)]=_0x57815f;}[_0x41987a(0x11f)](_0x5794a1){const _0x24d96b=_0x41987a;let _0x15900f=this[_0x24d96b(0x29c)][_0x24d96b(0x11d)](_0xcc93f);if(!_0x15900f)throw Error('[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!');let _0x29ba10=_0x15900f[_0x24d96b(0x284)](_0x5794a1);if(!_0x29ba10)throw Error(_0x24d96b(0x104));let _0x14f207=new _0x2fc8ea(),_0x189002=new _0x206e3c();_0x14f207[_0x24d96b(0x1d6)](_0x29ba10[_0x24d96b(0x15a)][_0x24d96b(0x1f2)](_0x400fe9=>_0x189002[_0x24d96b(0x285)](_0x400fe9))),_0x14f207['add'](_0x1c7184(()=>_0x189002[_0x24d96b(0x2a9)]()));let _0xa14537=new _0x206e3c();_0x14f207['add'](_0x29ba10[_0x24d96b(0x27a)][_0x24d96b(0x1f2)](_0x121940=>_0xa14537['next'](_0x121940))),_0x14f207[_0x24d96b(0x1d6)](_0x1c7184(()=>_0xa14537[_0x24d96b(0x2a9)]()));let _0x301fb9=new _0x206e3c();_0x14f207[_0x24d96b(0x1d6)](_0x29ba10[_0x24d96b(0x13f)]['subscribe'](_0x194a4f=>{const _0x45d31e=_0x24d96b;let _0x1e26d1=hn(_0x194a4f);_0x301fb9[_0x45d31e(0x285)](_0x1e26d1);})),_0x14f207[_0x24d96b(0x1d6)](_0x1c7184(()=>_0x301fb9['complete']()));let _0x58bb16,_0x2e3627=()=>{const _0x5eaa15=_0x24d96b;_0xa14537[_0x5eaa15(0x285)](new Event(_0x5eaa15(0x123))),_0x189002[_0x5eaa15(0x285)](new Event(_0x5eaa15(0x123))),_0x58bb16[_0x5eaa15(0x277)]();};return _0x58bb16={'memberID':'','close$':_0x189002[_0x24d96b(0x275)](),'error$':_0xa14537[_0x24d96b(0x275)](),'open$':_0x29ba10[_0x24d96b(0x146)],'message$':_0x301fb9[_0x24d96b(0x275)](),'send':_0x18b7fe=>{const _0x341ad8=_0x24d96b;if(_0x18b7fe[_0x341ad8(0x193)]===_0x42f7c9['INGEST']){if(_0x18b7fe[_0x341ad8(0x22c)][_0x341ad8(0x2d5)]===_0x37e6b9['SUBMIT_CHANGESET']){this[_0x341ad8(0x2f5)](_0x58bb16,_0x18b7fe['data'])[_0x341ad8(0x322)](_0x175806=>{const _0x17ac5a=_0x341ad8;this[_0x17ac5a(0x235)][_0x17ac5a(0x2fa)](_0x175806),_0x2e3627();});return;}if(_0x18b7fe[_0x341ad8(0x22c)][_0x341ad8(0x2d5)]===_0x37e6b9[_0x341ad8(0x332)]){let _0x40c18e=_0x18b7fe[_0x341ad8(0x22c)];this['_fetchMissChangesets'](_0x40c18e)['then'](_0x3190ce=>{const _0x4fb36a=_0x341ad8;_0x301fb9[_0x4fb36a(0x285)]({'cmd':_0x42f7c9[_0x4fb36a(0x1e6)],'code':_0x42b7f8['OK'],'routeKey':_0x40c18e['data'][_0x4fb36a(0x23d)],'routeType':'','data':{'eventID':_0x37e6b9[_0x4fb36a(0x349)],'data':{'changesets':_0x3190ce}}});})['catch'](_0x3c488c=>{const _0x39ecaa=_0x341ad8;this[_0x39ecaa(0x235)][_0x39ecaa(0x2fa)](_0x3c488c),_0x2e3627();});return;}}_0x29ba10[_0x341ad8(0x35c)](gn(_0x18b7fe));},'close':()=>{const _0x51275=_0x24d96b;_0x29ba10[_0x51275(0x277)](),_0x14f207[_0x51275(0x31e)]();}},_0x58bb16;}async['_submitChangeset'](_0x133f1e,_0x1f5046){const _0x107e0e=_0x41987a;var _0x2e7c4c;let {unitType:_0x834720,unitID:_0x437619,changeset:_0x49b2cb}=_0x1f5046[_0x107e0e(0x22c)],_0x441056={'unitID':_0x437619,'memberID':_0x133f1e['memberID'],'type':_0x834720,'changeset':_0x15881f(_0x49b2cb)},_0x5602a3=this['_configService'][_0x107e0e(0x1ba)](F),_0x465738=vn((_0x2e7c4c=_0x5602a3==null?void 0x0:_0x5602a3[_0x107e0e(0x105)])==null?_0x107e0e(0x32e):_0x2e7c4c,_0x834720,_0x437619);try{await this['_httpService'][_0x107e0e(0x206)](_0x465738,{'body':_0x441056});}catch(_0x2ae0e6){throw this[_0x107e0e(0x235)]['error']('[CollaborationSession]','submit\x20changeset\x20error!'),_0x2ae0e6;}}async[_0x41987a(0x351)](_0x19548d){const _0x3b7bf4=_0x41987a;let {unitID:_0x407875,from:_0x29a3df,to:_0xf54697,unitType:_0x378173}=_0x19548d[_0x3b7bf4(0x22c)];return(await this['_snapshotServerService'][_0x3b7bf4(0x2bc)]({'metadata':void 0x0},{'unitID':_0x407875,'type':_0x378173,'from':_0x29a3df,'to':_0xf54697}))[_0x3b7bf4(0x173)][_0x3b7bf4(0x288)](_0x3fb283=>((_0x3fb283[_0x3b7bf4(0x172)]===null||_0x3fb283[_0x3b7bf4(0x172)]===void 0x0)&&(_0x3fb283[_0x3b7bf4(0x172)]=[]),_0x3fb283));}};function _0x4eb4(){const _0x12ff52=['error','subUnitId','transformSelections','[CollaborationUndoRedoService]','DEFAULT_FILE_NAME','packageName','file','from','state$','headers','univer-pro.collaboration-client.single-active-unit-service','URL','_onRecvEvent','/new_changes','_getDownloadEndpointURL','RETRY_CONNECTING_MAX_COUNT','LIVESHARE_OPERATION','[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.','_acknowledgeAwaitingIfReady','indexOf','FAIL','getActiveSheet','_entities','NO_OTHER_CLIENTS_EDITING','dispose$','_initRequestHeader','getValue','signUrlServerUrl','ERROR_IMAGE_TYPE','4541320EgRobp','unitId\x20is\x20not\x20found','IDLE','_upload','_createHandler','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','enableAuthServer','dispose','change$','HEARTBEAT_TIMEOUT','_permissionService','catch','getOwnPropertyDescriptor','JOIN_ROOM_NOT_EXISTS','subject','_transformService','[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.','FileId','forEach','fromCharCode','_getSignURL','HEARTBEAT','memberID','/universer-api/comb','_createInitialStateImpl','has','defineProperty','FETCH_MISSING','_snapshotServerService','selections','_showConflictNotification','executeCommand','getUnitStatus$','fetchMiss','members','_collaborationUIEventService','BASE64','_collaborationTimeoutTimer','encrypt','online$','conflict','_entityInit$','_sendingTimer','offline','ERROR_EXCEED_SIZE','_clearTimeoutTimer','/universer-api/uniscript','loadBase','875973AjfuRn','_handlerCallback','PSEUDO_FETCH_MISSING_RESULT','addImageSourceCache','getTypeOfUnitAdded$','decorate','_retryConnectingTimer','CHANGESET_SHOULD_RETRY','UUID','toggleOnline','_fetchMissChangesets','resourceIDs','_onRemoteRetry','_transformIMECache','/role','href','_onRemoteACK','addHandlerCallback','url','x-univer-host','docStateChange$','send','constructor','UNIVER_DOC','revision','fetch_missing','max','/object','find','_getUploadFileURL','object','routeKey','_localCacheService','_transformRemoteChangesetByIMECache','getSnapshotAPIPath','setCurrentUser','getAllMembers','_userManagerService','onRemoteChangeset','onlyLocal','_changesetReqId','_onFetchMissResult','_lockTransition','result','onTransformIME','_sessionStatus$','_emitMembers','_docStateChangeManagerService','OPTIONAL','&source=','transformMutationsWithChangeset','_clearHeartbeatTimer','OTHER_CLIENTS_EDITING','_transformSelections','USERS_ENTER','_snapshotService','initWorkbookPermissionChange','_getRedoStack','roomInfos','entityInit$','every','state','string','unitInfo$','set','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','collabSubmitChangesetUrl','_createInitialState','getInterceptPoints','MSG_FOR_ERROR','failed\x20to\x20apply\x20missed\x20changesets!','\x0aCurrent:\x20','_syncEditingCollabCursor','_imageSourceCache','_waitCount','telemetry\x20info\x20is\x20not\x20initialized','getImage','/-/object/list','saveChangeset','_acknowledgedAwaitingRevision','getWorkbookSelections','attachment','call','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','40320216pGtQYD','CLOSE_ROOM','UPDATE_PERMISSION_OBJ','_sendHeartbeat','collaboration-client.local-cache-service','onload','get','baseRev','_doCreateSocket','/universer-api/snapshot/','_commentService','duration','connection\x20error','fromCollab','reduce','backupOfflineData','_HTTPService','status','_candidateSocket','6501966rPYtYd','readyForCollab','now','editing\x20status\x20changed\x20to','requestParams','onMissingChangesets','type','values','_socket$','requireSession','m2Prime','uniscriptRunEvent','_sendHeartbeatTimer','_listenToNetworkCondition','localCacheService','_transitionLocked','GLOBAL_ROOMS_CNT_EXCEEDS','_undoStacks','/collaborator','onTransformRemoteChangesetByIMECache','_tryEnsureSocket','message$','/universer-api/snapshot','_incrementRevisionNumber','onRemoteRej','event$','/unit/','_removeRoom','open$','1970476byMpRQ','_disableEditing','LIVESHARE_TERMINATE','enableOfflineEditing','objectID','1.0.0-alpha.1','session.room-cnt-exceeds','commentUpdate$','collaboration-client.config','_getCurrentRevision','_acknowledgeAwaiting','replace','default','pipe','userID','_networkConditionService','_event$','_clearRetryConnectingTimer','_sheetTransformSelectionsService','close$','_initCloseConn','getCurrentRevOfUnit','UNIVER_SHEET','saveAttachment','liveShareNewHost','\x20-\x20','getMember','_telemetryService','_changesetSessionId','[SyncedState]:\x20received\x20rejection.','update','[OfflineState]:\x20received\x20acknowledgement.','FETCH_MISS','apply','onMissedChangesetFetched','1bvlsxq','iterator','OTHER_CLIENT_EDITING','encode','reconnect','SNAPSHOT_URL_KEY','responseType','_getAPIPrefix','mutations','changesets','_eventService','LIVESHARE_REQUEST_HOST','range','editingUnit','saveSheetBlock','_startTelemetryCollaborationNewChangeset','awaitingChangeset','USERS_LEAVE','_rescheduleHeartbeat','_onUserJoin','disableLocalCache','[PendingState]:\x20received\x20rejection.','uploadFileServerUrl','_onLocalMutation','_transformAndApplyRemoteChangeset','transformStack\x20failed!','_roomMembers','_remoteChangesetQueue','session.join-failed','_socket','_unitLoaded$','_timeoutTimer','_configService','_members','not_collab','_onConflict','accept','_toggleOnline','_getSendChangesetTimeout','_members$','loadSheet','cmd','/block/','_scheduleCompleteTimestamp','loadUnit','c1Prime','_clearRedo','PERSON','getFocusedUnit','_memberService','collaborators','[UniverCollaborationClientPlugin]','__Key__','hostname','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','unsubscribe','_onOffline','LEAVE','5773225aPKIUi','status$','localeService','_compressMutationService','function','_singleActiveUnitService','transformUndoRedo','transformChangesets','onTransformRemoteChangesetByStateCache','getTime','[PendingState]:\x20unhandled\x20univer\x20type:\x20','maxSize','_joinRoom','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','LIVESHARE_FETCH_OPERATIONS','emitEvent','__splitChunk__','version','getTypeOfUnitDisposed$','interceptor','removeMember','onTransformState','getConfig','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','ws://127.0.0.1:8000/universer-api/comb/connect','body','_resendWithTimeout','_onUserLeave','_pendingMutations','setWaitCount','_getUndoStack','originalMeta','_transformRemoteChangesetByStateCache','_commandService','_decreaseWaiting','session','rev','reqId','loadSlide','/object/','_initDependencies','leaveEvent','getUnit','unknown','{fileID}','resolve','avatar','csAckEvent','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','_initMergeInterceptor','add','SOCKET_FAILED_RETRY','updateCursorEvent','getUnitId','[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.','updatePermissionPoint','[CollaborationEntity]:\x20cannot\x20lock\x20transition\x20twice!\x20This\x20is\x20an\x20implementation\x20error,\x20meaning\x20you\x20transit\x20the\x20collaboration\x20state\x20again\x20in\x20the\x20process\x20of\x20a\x20previous\x20transition.\x20This\x20should\x20never\x20happen.','getCollabEntity$','upload','stopTime','onRemoteAck','_maxTotalRetryTimeout','_transformUndoredo','setShowComponents','_clearCollaborationTimeoutTimer','getCollabEntity','RECV','[CollaborationSessionService]','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','/fetchmissing?from=','getCfgEnableObjInherit','_clearLocalCache','name','JOIN_ROOM_PERMISSION_DENIED','number','9dlRfFd','base-ui.attachment-io.service','getUnitType','subscribe','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','getMemberID','_state','downloadEndpointUrl','JOIN','_transformStateCache','disposeWithMe','HEARTBEAT_INTERVAL','sid','objectType','UnitEmbedded','_type','_handler','onStateChange','getUploadOptions','/universer-api/authz','endsWith','_telemetryInfo','onTransformSelections','post','_handleRemoteChangesets','_throwTelemetryCollaborationNewChangeset','[SyncedState]:\x20received\x20acknowledgement.','_undoRedoService','_getAPIPrefixPath','textRanges','appendMutation','_applyRemoteChangeset','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','OFFLINE','permissionRejEvent','updateMember','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','MUTATION','@univerjs-pro/collaboration-client','withCredentials','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','batchAllowed','c2Prime','isPermissionRej','_collaborationSessionService','JOIN_ROOM_FULL','_replaceFileID','sessionStatus','PERMISSION_DENIED','_onMessage','loadOfflineData','listCollaborators','append','&to=','socket\x20close','/allowed','LIVESHARE_NEW_HOST','COMPRESS_MUTATION_APPLY','_state$','_roomCreated$','_resendTimer','data','toString','_sender','_isPermissionRej','collaboratorID','stringify','params','_resendTimeout','_httpService','_logService','_config','location','_onRemoteRejected','fetching\x20missing\x20changesets\x20from\x20','_createSocket','/-/object/-/batch_allowed','SUBMIT_CHANGESET','unitID','/rev/','delete','_registerDependencies','_unlockTransition','method','size','setConfig','_executeRemoteChangeset','socket\x20open.','createInstance','[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.','_socketService','_revisionService','POST','collabWebSocketUrl','_cfgEnableObjInherit','_shouldReportTelemetry','_substituteRedoStack','override','csShouldRetryEvent','JOIN_ROOM_FAILED','updatePermissionObjEvent','sort','_onConnectionFailed','includes','enableSingleActiveInstanceLock','capture','onSendChangeset','HELLO','Univer','_scheduleCollaborationTimeoutTimer','UNIVER_BASE','awaiting','onLocalMutation','_getLoginPath','entries','COMMENT_UPDATE','onCommentUpdate','onRemoteRetry','_waitForHeartbeatResponse','_tryReconnect','getUnitOnRev','text-x','collaMsg','UNIVER_SLIDE','_startCollaboration','UPDATE_CURSOR','cfgEnableObjInherit','synced','sheets','startTime','_replayCachedMutations','Error\x20on\x20receiving\x20event','isArray','session.room-permission-denied','asObservable','newCsEvent','close','_retryCount','missingChangesets','error$','members$','SOCKET_FAILED','parse','_awaitingChangeset','push','CHANGESET_ACK','clear','sessionStatus$','UNISCRIPT_RUN','createSocket','next','_univerInstanceService','getRoom','map','deleteCollaborator','_updateStatus','equals','ERROR_IMAGE','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','_schedule','_change$','[DataLoaderService]','CONFLICT','_exhaustRemoteChangesetQueue','_localeService','onMutationExecutedForCollab','reverse','?url=','unit','SUBMIT_CHANGESET_TIMEOUT','_socketMessageSubscription','Failed\x20to\x20update\x20permission\x20point','getCurrentUser','_injector','filter','loginUrlKey','create','title','deepClone','_status$','copyFileMeta','[CollaborationEntity]','_onCombEvent','loadUnitOfRevision','put','onSyncEditingCollabCursor','complete','SHOULD_CLOSE_CONN','init','[CollaborationState]:\x20apply\x20error!','CHANGESET_REJ','onStarting','createCollaborator','setCfgEnableObjInherit','_onRemoteChangeset','_collaborationPaused','registerHTTPInterceptor','_clearScheduledTask','_socketReady','_sessions','_getConfig','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','_updateState','resend','waitForRoom$','fetchMissingChangesets','AWAITING_WITH_PENDING','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','min','joinRsp','updateOfflineData','_transformStack','_collabSessionService','target','awaiting_with_pending','_commentUpdate$','&assign=','code','commentUpdateEvent','length','loadDoc','shouldCloseConn','_clearUndo','JOINING','_init','_stopTelemetryCollaborationNewChangeset','[OfflineState]:\x20received\x20rejection.','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','debug','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','eventID','\x20in\x20_schedule.','symbol','_checkMissing','pending','retryConnectingInterval','authzUrl','4421865MsEyGb','actions','_instanceService','socketService','UNIVER_COLLABORATION_CLIENT_PLUGIN','_updateLocalCache','_unitInfo$','slice','compose','\x0aAfter:\x20','reject','encodeURIComponent','_onJoinRoomEvent','INGEST','some','refreshPermission','fetchThroughInterceptors','collaboration_new_changeset','collaboration-client.auth.needGotoLoginAlert','_substituteUndoStack','unitId','COMPRESS_MUTATION_SEND','_unitID','_getCtorByUniverInstanceType','toPrimitive','_submitChangeset','toggleOffline','NEW_CHANGESETS','enableCollaboration','_queuedRemoteChangesets'];_0x4eb4=function(){return _0x12ff52;};return _0x4eb4();}yn=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x3ad2a9(_0x27178d)),R(0x2,_0x180533),R(0x3,_0x4e6776),R(0x4,_0x14a7d0)],yn);let Q=class extends _0x5eef44{get[_0x41987a(0x187)](){const _0x5d4a9d=_0x41987a;return this[_0x5d4a9d(0x132)]['getValue']();}constructor(_0x5b6092,_0x4b2532,_0x3446aa,_0x4fccfe,_0x13fecc,_0x254a4f){const _0x58bd8e=_0x41987a;super(),this[_0x58bd8e(0x29c)]=_0x5b6092,this[_0x58bd8e(0x235)]=_0x4b2532,this[_0x58bd8e(0x18a)]=_0x3446aa,this[_0x58bd8e(0x249)]=_0x4fccfe,this[_0x58bd8e(0x33a)]=_0x13fecc,this[_0x58bd8e(0x156)]=_0x254a4f,I(this,_0x58bd8e(0x132),new _0x1d9402(void 0x0)),I(this,'socket$',this[_0x58bd8e(0x132)][_0x58bd8e(0x275)]()),I(this,_0x58bd8e(0x129),null),I(this,_0x58bd8e(0x2b6),new Map()),I(this,_0x58bd8e(0x2a2),new _0x1d9402(0x0)),I(this,_0x58bd8e(0x1a5),this[_0x58bd8e(0x2a2)][_0x58bd8e(0x275)]()),I(this,_0x58bd8e(0x2b5),!0x1),I(this,_0x58bd8e(0x34d),void 0x0),I(this,_0x58bd8e(0x278),0x0),I(this,'_socketMessageSubscription',null),I(this,_0x58bd8e(0x136),void 0x0),I(this,_0x58bd8e(0x189),void 0x0),this[_0x58bd8e(0x137)]();}[_0x41987a(0x137)](){const _0x15b673=_0x41987a;this[_0x15b673(0x156)]&&this[_0x15b673(0x1f9)](this[_0x15b673(0x156)][_0x15b673(0x33e)][_0x15b673(0x1f2)](_0x549190=>{const _0x481893=_0x15b673;_0x549190&&!this['_socket']&&this[_0x481893(0x16e)](),_0x549190||this[_0x481893(0x1a2)]();}));}[_0x41987a(0x31e)](){const _0x5d1cc5=_0x41987a;var _0x236320;super[_0x5d1cc5(0x31e)](),(_0x236320=this[_0x5d1cc5(0x299)])==null||_0x236320[_0x5d1cc5(0x1a1)](),this[_0x5d1cc5(0x299)]=null,this[_0x5d1cc5(0x158)](),this[_0x5d1cc5(0x344)](),this[_0x5d1cc5(0xf6)](),this[_0x5d1cc5(0x2b6)][_0x5d1cc5(0x329)](_0x11281c=>_0x11281c[_0x5d1cc5(0x31e)]()),this[_0x5d1cc5(0x2b6)][_0x5d1cc5(0x281)](),this[_0x5d1cc5(0x2a2)][_0x5d1cc5(0x2a9)]();}async['requireSession'](_0xc3b5ed){const _0x48e132=_0x41987a;if(this[_0x48e132(0x2b6)][_0x48e132(0x330)](_0xc3b5ed))return this[_0x48e132(0x2b6)]['get'](_0xc3b5ed);this[_0x48e132(0x13e)]();let _0x5002bc=this[_0x48e132(0x29c)][_0x48e132(0x247)](It,_0xc3b5ed,this['_socket$'][_0x48e132(0x275)]());return this[_0x48e132(0x2b6)][_0x48e132(0x103)](_0xc3b5ed,_0x5002bc),_0x5002bc;}['closeSession'](_0xe24ce7){const _0x38a405=_0x41987a;let _0x507f1c=this[_0x38a405(0x2b6)]['get'](_0xe24ce7);if(_0x507f1c&&(this['_sessions'][_0x38a405(0x23f)](_0xe24ce7),_0x507f1c[_0x38a405(0x277)]()),!this[_0x38a405(0x2b6)][_0x38a405(0x243)]){var _0x508b6b;(_0x508b6b=this[_0x38a405(0x187)])==null||_0x508b6b['close']();}}[_0x41987a(0x16e)](){const _0x319e49=_0x41987a;this['_retryCount']=0x0,this[_0x319e49(0x158)](),this[_0x319e49(0x266)]();}[_0x41987a(0x158)](){const _0x14aa92=_0x41987a;this['_retryConnectingTimer']!=null&&(clearTimeout(this['_retryConnectingTimer']),this[_0x14aa92(0x34d)]=null);}async['_createSocket'](){const _0x27de24=_0x41987a;var _0x34d61c;let _0x5b291f=this['_configService'][_0x27de24(0x1ba)](F),_0x4fdc21=(_0x34d61c=_0x5b291f==null?void 0x0:_0x5b291f[_0x27de24(0x24c)])==null?_t:_0x34d61c,_0x302044=await this[_0x27de24(0x249)][_0x27de24(0x284)](_0x4fdc21);return this[_0x27de24(0x129)]=_0x302044,_0x302044;}async[_0x41987a(0x13e)](){const _0x241109=_0x41987a;try{var _0x21ad6e,_0x3e9244;let _0x306cae=(_0x21ad6e=(_0x3e9244=this[_0x241109(0x187)])==null?this[_0x241109(0x129)]:_0x3e9244)==null?await this[_0x241109(0x23a)]():_0x21ad6e;if(_0x306cae){var _0x3f392a;let _0x3af33f=_0x306cae[_0x241109(0x35c)];_0x306cae[_0x241109(0x35c)]=_0x4cabf4=>(_0x4cabf4[_0x241109(0x193)]!==_0x42f7c9[_0x241109(0x1a3)]&&this[_0x241109(0x17c)](),_0x3af33f[_0x241109(0x168)](_0x306cae,[_0x4cabf4])),(_0x3f392a=this[_0x241109(0x299)])==null||_0x3f392a['unsubscribe'](),this[_0x241109(0x299)]=null,this[_0x241109(0x299)]=_0x306cae[_0x241109(0x13f)][_0x241109(0x1f2)](_0x55f048=>this[_0x241109(0x220)](_0x306cae,_0x55f048)),_0x306cae[_0x241109(0x27a)][_0x241109(0x154)](_0x18c870(0x1))[_0x241109(0x1f2)](_0xbd985e=>this[_0x241109(0x235)][_0x241109(0x2fa)]('[CollaborationSessionService]:\x20socket\x20error',_0xbd985e)),_0x306cae[_0x241109(0x146)][_0x241109(0x154)](_0x18c870(0x1))[_0x241109(0x1f2)](()=>{this['_onConnectionOpen'](_0x306cae);}),_0x306cae[_0x241109(0x15a)][_0x241109(0x154)](_0x18c870(0x1))['subscribe'](_0x32e8eb=>{const _0x2b2d7a=_0x241109;this[_0x2b2d7a(0x235)]['debug'](_0x2b2d7a(0x1e7),_0x2b2d7a(0x225),_0x32e8eb),this['_onConnectionFailed']();});}}catch(_0x55d01a){this[_0x241109(0x235)]['error'](_0x55d01a),this[_0x241109(0x255)]();}}['_onConnectionOpen'](_0x15dc8c){const _0x5f409a=_0x41987a;this[_0x5f409a(0x235)]['debug']('[CollaborationSessionService]',_0x5f409a(0x246)),_0x15dc8c[_0x5f409a(0x35c)]({'cmd':_0x42f7c9[_0x5f409a(0x25a)]}),this[_0x5f409a(0x17c)]();}[_0x41987a(0x1a2)](){const _0x3e2648=_0x41987a;this['_socketReady']=!0x1,this[_0x3e2648(0x129)]=null,this[_0x3e2648(0x2a2)][_0x3e2648(0x285)](0x2),this['_socket$']['next'](null),this[_0x3e2648(0x344)](),this[_0x3e2648(0xf6)]();}['_onConnectionFailed'](){const _0x10b6e6=_0x41987a;var _0x5529e3;this['_onOffline'](),this[_0x10b6e6(0x278)]<((_0x5529e3=this[_0x10b6e6(0x18a)][_0x10b6e6(0x1ba)]('RETRY_CONNECTING_MAX_COUNT'))==null?0x3:_0x5529e3)?(this[_0x10b6e6(0x33a)]['emitEvent']({'id':_0x10b6e6(0x1d7)}),this['_tryReconnect']()):this[_0x10b6e6(0x33a)][_0x10b6e6(0x1b3)]({'id':_0x10b6e6(0x27c)});}[_0x41987a(0x266)](){const _0x4f6c8a=_0x41987a;var _0x3a9b26;let _0x1f9926=this[_0x4f6c8a(0x278)],_0x5352bc=this['_configService'][_0x4f6c8a(0x1ba)](F),_0x45d370=_0x1f9926===0x0?0x0:((_0x3a9b26=_0x5352bc==null?void 0x0:_0x5352bc[_0x4f6c8a(0x2da)])==null?0x4e20:_0x3a9b26)*0x2**_0x1f9926;this[_0x4f6c8a(0x34d)]=setTimeout(()=>{const _0x4f8283=_0x4f6c8a;clearTimeout(this[_0x4f8283(0x34d)]),this[_0x4f8283(0x34d)]=null,this[_0x4f8283(0x13e)]();},_0x45d370),this[_0x4f6c8a(0x278)]+=0x1;}['_onMessage'](_0x5b0d88,_0x502359){const _0x68bfee=_0x41987a;let {cmd:_0x21a483}=_0x502359;_0x21a483===_0x42f7c9[_0x68bfee(0x25a)]&&!this['_socketReady']&&(_0x5b0d88[_0x68bfee(0x32d)]=_0x502359[_0x68bfee(0x22c)][_0x68bfee(0x32d)],this[_0x68bfee(0x132)][_0x68bfee(0x285)](_0x5b0d88),this[_0x68bfee(0x2a2)][_0x68bfee(0x285)](0x3),this[_0x68bfee(0x2b5)]=!0x0,this['_candidateSocket']=null),_0x21a483===_0x42f7c9[_0x68bfee(0x32c)]&&this[_0x68bfee(0x344)](),this[_0x68bfee(0x17c)]();}[_0x41987a(0x17c)](){const _0x2834ce=_0x41987a;var _0x8e06f5;this[_0x2834ce(0xf6)](),this[_0x2834ce(0x136)]=setTimeout(()=>this[_0x2834ce(0x11a)](),(_0x8e06f5=this[_0x2834ce(0x18a)]['getConfig'](_0x2834ce(0x1fa)))==null?0x7530:_0x8e06f5);}[_0x41987a(0x11a)](){const _0x14b16d=_0x41987a;this[_0x14b16d(0x187)][_0x14b16d(0x35c)]({'cmd':_0x42f7c9[_0x14b16d(0x32c)]}),this[_0x14b16d(0x265)]();}['_waitForHeartbeatResponse'](){const _0xea3bdc=_0x41987a;var _0x30be3e;this[_0xea3bdc(0x189)]=setTimeout(()=>this[_0xea3bdc(0x255)](),(_0x30be3e=this[_0xea3bdc(0x18a)][_0xea3bdc(0x1ba)](_0xea3bdc(0x320)))==null?xt:_0x30be3e);}[_0x41987a(0xf6)](){const _0x3d5df3=_0x41987a;this[_0x3d5df3(0x136)]!=null&&(clearTimeout(this[_0x3d5df3(0x136)]),this[_0x3d5df3(0x136)]=null);}[_0x41987a(0x344)](){const _0x521fed=_0x41987a;this['_timeoutTimer']!=null&&(clearTimeout(this[_0x521fed(0x189)]),this[_0x521fed(0x189)]=null);}};Q=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x4e6776),R(0x2,_0x180533),R(0x3,_n),R(0x4,_0x3ad2a9(L)),R(0x5,_0x1e3f17(mn))],Q);let bn=class extends _0x5f3021{constructor(_0x426a69,_0x5ec8da,_0x5e996c,_0x3387f3){const _0x342eb0=_0x41987a;var _0x596f21;super(),this['_injector']=_0x426a69,this[_0x342eb0(0x2c3)]=_0x5ec8da,this[_0x342eb0(0x18a)]=_0x5e996c,this[_0x342eb0(0x286)]=_0x3387f3,I(this,_0x342eb0(0x310),new Map()),I(this,_0x342eb0(0x340),new _0x206e3c()),I(this,_0x342eb0(0xfe),this['_entityInit$'][_0x342eb0(0x275)]()),((_0x596f21=this[_0x342eb0(0x18a)]['getConfig'](_0x342eb0(0x14f)))==null?void 0x0:_0x596f21[_0x342eb0(0x2f8)])!==!0x1&&this[_0x342eb0(0x2cf)]();}['dispose'](){const _0x352a82=_0x41987a;super[_0x352a82(0x31e)](),this[_0x352a82(0x310)][_0x352a82(0x329)](_0x3e23f6=>_0x3e23f6[_0x352a82(0x31e)]()),this[_0x352a82(0x310)][_0x352a82(0x281)]();}[_0x41987a(0x1e5)](_0x41fce1){const _0x4dba00=_0x41987a;var _0xa67b00;return(_0xa67b00=this[_0x4dba00(0x310)][_0x4dba00(0x11d)](_0x41fce1))==null?null:_0xa67b00;}[_0x41987a(0x1dd)](_0x4f17e0){const _0x5d27cc=_0x41987a;let _0x5cd514=this[_0x5d27cc(0x1e5)](_0x4f17e0);return _0x5cd514?_0x17f9f(_0x5cd514):this[_0x5d27cc(0x340)][_0x5d27cc(0x154)](_0x53386c(_0x9b840b=>_0x9b840b['unitID']===_0x4f17e0));}[_0x41987a(0x12b)](_0x3ebe9d){const _0x1031e6=_0x41987a;return _0x4a9cf1(this[_0x1031e6(0x1dd)](_0x3ebe9d)[_0x1031e6(0x154)](_0x252691(()=>void 0x0)));}['_init'](){const _0x36a7ac=_0x41987a;this[_0x36a7ac(0x286)]['getTypeOfUnitAdded$'](_0x4c1fb5[_0x36a7ac(0x15d)])[_0x36a7ac(0x154)](_0x5dc313(this['dispose$']),_0x4fa145(0x10))['subscribe'](async _0x1a58e5=>{const _0x254f41=_0x36a7ac;let _0x34c393=_0x1a58e5[_0x254f41(0x297)][_0x254f41(0x1d9)](),_0x5e7d44=await this['_startCollaboration'](_0x34c393,_0x4c1fb5[_0x254f41(0x15d)]);this[_0x254f41(0x310)][_0x254f41(0x103)](_0x34c393,_0x5e7d44);}),this[_0x36a7ac(0x286)][_0x36a7ac(0x34b)](_0x4c1fb5[_0x36a7ac(0x35e)])[_0x36a7ac(0x154)](_0x5dc313(this[_0x36a7ac(0x312)]),_0x4fa145(0x10))[_0x36a7ac(0x154)](_0x53386c(_0x35999a=>!_0x35999a['unit']['getUnitId']()['startsWith']('__')))[_0x36a7ac(0x1f2)](async _0x32d43c=>{const _0xcd2808=_0x36a7ac;let _0x50331c=_0x32d43c[_0xcd2808(0x297)][_0xcd2808(0x1d9)](),_0x53446e=await this[_0xcd2808(0x26b)](_0x50331c,_0x4c1fb5[_0xcd2808(0x35e)]);this[_0xcd2808(0x310)][_0xcd2808(0x103)](_0x50331c,_0x53446e);}),this[_0x36a7ac(0x286)]['getTypeOfUnitAdded$'](_0x4c1fb5[_0x36a7ac(0x26a)])[_0x36a7ac(0x154)](_0x5dc313(this[_0x36a7ac(0x312)]),_0x4fa145(0x10))['subscribe'](async _0x8c6fed=>{const _0x16974e=_0x36a7ac;let _0x1b8561=_0x8c6fed[_0x16974e(0x297)]['getUnitId'](),_0x3270ab=await this[_0x16974e(0x26b)](_0x1b8561,_0x4c1fb5['UNIVER_SLIDE']);this[_0x16974e(0x310)][_0x16974e(0x103)](_0x1b8561,_0x3270ab);}),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x4c1fb5[_0x36a7ac(0x25d)])[_0x36a7ac(0x154)](_0x5dc313(this['dispose$']),_0x4fa145(0x10))[_0x36a7ac(0x1f2)](async _0x325ac4=>{const _0x41a6eb=_0x36a7ac;let _0x433c65=_0x325ac4[_0x41a6eb(0x297)][_0x41a6eb(0x1d9)](),_0x10176e=await this[_0x41a6eb(0x26b)](_0x433c65,_0x4c1fb5[_0x41a6eb(0x25d)]);this[_0x41a6eb(0x310)][_0x41a6eb(0x103)](_0x433c65,_0x10176e);}),_0x2a9d61(this[_0x36a7ac(0x286)]['getTypeOfUnitDisposed$'](_0x4c1fb5[_0x36a7ac(0x15d)]),this[_0x36a7ac(0x286)][_0x36a7ac(0x1b6)](_0x4c1fb5['UNIVER_DOC']),this[_0x36a7ac(0x286)]['getTypeOfUnitDisposed$'](_0x4c1fb5[_0x36a7ac(0x26a)]),this[_0x36a7ac(0x286)]['getTypeOfUnitDisposed$'](_0x4c1fb5['UNIVER_BASE']))[_0x36a7ac(0x154)](_0x5dc313(this[_0x36a7ac(0x312)]))[_0x36a7ac(0x1f2)](_0x193c1d=>{const _0x50b3e6=_0x36a7ac;let _0xeb3f8d=_0x193c1d[_0x50b3e6(0x1d9)](),_0x152702=this[_0x50b3e6(0x310)][_0x50b3e6(0x11d)](_0xeb3f8d);_0x152702&&(_0x152702[_0x50b3e6(0x31e)](),this[_0x50b3e6(0x310)][_0x50b3e6(0x23f)](_0xeb3f8d));});}async[_0x41987a(0x26b)](_0x5e354b,_0x29d20f){const _0x3df126=_0x41987a;let _0x16e8ff=await this[_0x3df126(0x2c3)][_0x3df126(0x133)](_0x5e354b),_0xbc42b1=this['_injector'][_0x3df126(0x247)](this[_0x3df126(0x2f3)](_0x29d20f),_0x5e354b,_0x29d20f,_0x16e8ff);return await _0xbc42b1[_0x3df126(0x2ab)](),this['_entityInit$'][_0x3df126(0x285)](_0xbc42b1),_0xbc42b1;}[_0x41987a(0x2f3)](_0x524a7d){const _0x2ea7b6=_0x41987a;switch(_0x524a7d){case _0x4c1fb5[_0x2ea7b6(0x35e)]:return un;case _0x4c1fb5[_0x2ea7b6(0x15d)]:return fn;case _0x4c1fb5[_0x2ea7b6(0x26a)]:return pn;case _0x4c1fb5[_0x2ea7b6(0x25d)]:return dn;default:throw Error(_0x2ea7b6(0x31c)+_0x524a7d);}}};bn=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x3ad2a9(Q)),R(0x2,_0x180533),R(0x3,_0x124498)],bn);var xn=_0x41987a(0x215),Sn=_0x41987a(0x14c);let Cn=class extends _0x5eef44{constructor(_0xef677e,_0x1cb105){const _0x128f68=_0x41987a;super(),this[_0x128f68(0x286)]=_0xef677e,this['_configService']=_0x1cb105,this['_init']();}[_0x41987a(0x2cf)](){const _0x12588e=_0x41987a;this['disposeWithMe'](this[_0x12588e(0x286)]['focused$']['subscribe'](()=>{const _0x376cb7=_0x12588e;var _0x2b3b2c;let _0x4ff6b5=this[_0x376cb7(0x286)][_0x376cb7(0x19a)](),_0x215184=(_0x2b3b2c=this[_0x376cb7(0x18a)][_0x376cb7(0x1ba)](_0x376cb7(0x2fe)))==null?_0x376cb7(0x25b):_0x2b3b2c;_0x4ff6b5 instanceof _0x5b84da&&(_0x215184=_0x4ff6b5[_0x376cb7(0x1ec)]),document[_0x376cb7(0x2a0)]=_0x215184;}));}};Cn=z([R(0x0,_0x124498),R(0x1,_0x180533)],Cn);let wn=function(_0x48233a){const _0x3b841f=_0x41987a;return _0x48233a['URL']=_0x3b841f(0x305),_0x48233a[_0x3b841f(0x34f)]=_0x3b841f(0x34f),_0x48233a[_0x3b841f(0x33b)]=_0x3b841f(0x33b),_0x48233a;}({});const Tn=_0x25425e(_0x41987a(0x1f0));let En=class{constructor(_0x2894b4,_0x3f90d4,_0x22f6f5){const _0x5b5f39=_0x41987a;this[_0x5b5f39(0x234)]=_0x2894b4,this[_0x5b5f39(0x18a)]=_0x3f90d4,this[_0x5b5f39(0x286)]=_0x22f6f5;}['getUploadOptions'](){const _0x1cedcf=_0x41987a;var _0xfabdb1;return(_0xfabdb1=this[_0x1cedcf(0x2b7)]()[_0x1cedcf(0x114)])==null?{}:_0xfabdb1;}async[_0x41987a(0x15e)](_0x302343){const _0x550f14=_0x41987a;let _0x3218fc=this[_0x550f14(0x201)]();if(Dn(_0x302343,_0x3218fc),_0x3218fc['upload'])return _0x3218fc[_0x550f14(0x1de)](_0x302343);let _0x542099=await this[_0x550f14(0x31a)](_0x302343);return{'id':_0x542099,'name':_0x302343[_0x550f14(0x1ec)],'mimeType':_0x302343[_0x550f14(0x130)],'size':_0x302343['size'],'sourceType':'UUID','source':_0x542099};}async[_0x41987a(0x31a)](_0x487348){const _0x2f5f40=_0x41987a;let _0x34afc4=this[_0x2f5f40(0x286)][_0x2f5f40(0x19a)](),_0x2c30a8=_0x34afc4==null?void 0x0:_0x34afc4['getUnitId']();if(!_0x2c30a8)throw Error(_0x2f5f40(0x28d));let _0x1ac1d7=new FormData();_0x1ac1d7['append'](_0x2f5f40(0x300),_0x487348);let _0x3c8658=this[_0x2f5f40(0x364)]()+'?size='+_0x487348[_0x2f5f40(0x243)][_0x2f5f40(0x22d)]()+_0x2f5f40(0xf4)+_0x194984[_0x2f5f40(0x1fd)]+_0x2f5f40(0x2c7)+encodeURIComponent(_0x2c30a8),_0x61a34b=(await this['_httpService'][_0x2f5f40(0x206)](_0x3c8658,{'body':_0x1ac1d7}))[_0x2f5f40(0x1bd)][_0x2f5f40(0x328)];if(typeof _0x61a34b!=_0x2f5f40(0x101)||!_0x61a34b)throw Error('[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.');return _0x61a34b;}[_0x41987a(0x364)](){const _0x7e2f40=_0x41987a;var _0x59772a;return(_0x59772a=this[_0x7e2f40(0x2b7)]()['uploadFileServerUrl'])==null?'/universer-api/stream/file/upload':_0x59772a;}[_0x41987a(0x2b7)](){const _0x4b2935=_0x41987a;var _0x5d14d7;return(_0x5d14d7=this[_0x4b2935(0x18a)]['getConfig']('collaboration-client.config'))==null?{}:_0x5d14d7;}};En=z([R(0x0,_0x3ad2a9(_0x27178d)),R(0x1,_0x3ad2a9(_0x180533)),R(0x2,_0x3ad2a9(_0x124498))],En);function Dn(_0x5be235,_0x4bd9d8){const _0xd33dfe=_0x41987a;var _0x239429;if(_0x4bd9d8[_0xd33dfe(0x1af)]!=null&&_0x5be235[_0xd33dfe(0x243)]>_0x4bd9d8['maxSize'])throw Error(_0xd33dfe(0x30b));if((_0x239429=_0x4bd9d8['accept'])!=null&&_0x239429[_0xd33dfe(0x2ca)]&&!_0x4bd9d8[_0xd33dfe(0x18e)][_0xd33dfe(0x2ea)](_0x445106=>_0x5be235[_0xd33dfe(0x130)]===_0x445106||_0x5be235[_0xd33dfe(0x1ec)][_0xd33dfe(0x203)](_0x445106)||_0x445106['endsWith']('/*')&&_0x5be235[_0xd33dfe(0x130)]['startsWith'](_0x445106[_0xd33dfe(0x2e3)](0x0,-0x1))))throw Error(_0xd33dfe(0x327));}let On=class{constructor(_0x5c1b9b,_0x5d2f6f,_0x578583){const _0x2da264=_0x41987a;this[_0x2da264(0x18a)]=_0x5c1b9b,this[_0x2da264(0x234)]=_0x5d2f6f,this[_0x2da264(0x1a6)]=_0x578583,this[_0x2da264(0x2ab)]();}[_0x41987a(0x2ab)](){const _0x48171c=_0x41987a;this[_0x48171c(0x234)][_0x48171c(0x2b3)]({'priority':0x1,'interceptor':(_0x1948e0,_0x560db7)=>_0x560db7(_0x1948e0)['pipe'](_0x58febc(async _0x3e2f22=>{const _0x12af84=_0x48171c;let _0x2d5ac0=_0x3e2f22;if(_0x2d5ac0[_0x12af84(0x128)]===0x191){if(typeof window>'u')throw Error(_0x12af84(0x20f));if(window['confirm'](this[_0x12af84(0x1a6)]['t'](_0x12af84(0x2ee)))){let _0x51feef=window[_0x12af84(0x2e7)](window[_0x12af84(0x237)]['href']);window['location'][_0x12af84(0x356)]=this['_getLoginPath']()+_0x12af84(0x296)+_0x51feef;}}return _0x2d5ac0;}))});}[_0x41987a(0x260)](){const _0x42ba6d=_0x41987a;var _0x3d9ef4;let _0x19e310=this['_configService'][_0x42ba6d(0x1ba)](F);return(_0x3d9ef4=_0x19e310==null?void 0x0:_0x19e310[_0x42ba6d(0x29e)])==null?'/universer-api/oidc/authpage':_0x3d9ef4;}};On=z([R(0x0,_0x180533),R(0x1,_0x3ad2a9(_0x27178d)),R(0x2,_0x3ad2a9(_0x4a5570))],On);let kn=class extends _0x5eef44{constructor(_0x16b2f7,_0x3367f6){const _0x38c5e7=_0x41987a;super(),this[_0x38c5e7(0x127)]=_0x16b2f7,this[_0x38c5e7(0x18a)]=_0x3367f6,I(this,'_cfgEnableObjInherit',!0x1),this[_0x38c5e7(0x1d5)]();}[_0x41987a(0x1d5)](){const _0x47d288=_0x41987a;let _0x1eb47a=this;this[_0x47d288(0x1f9)](this[_0x47d288(0x127)][_0x47d288(0x2b3)]({'priority':0x3e7,'interceptor':_0x52324b({'isMatch'(_0x55c42d){const _0x272297=_0x47d288;var _0x4bb038;if(_0x55c42d[_0x272297(0x242)]==='POST'&&(_0x4bb038=_0x55c42d[_0x272297(0x12e)])!=null&&_0x4bb038[_0x272297(0x1bd)]){let {objectID:_0x48f302,objectType:_0x5e563d}=_0x55c42d[_0x272297(0x12e)]['body']||{};if(!_0x48f302||_0x5e563d===void 0x0)return!0x1;let _0x3caaaf=_0x1eb47a[_0x272297(0x20b)]()+'/'+_0x5e563d+_0x272297(0x1cb)+_0x48f302+_0x272297(0x226);if(_0x55c42d[_0x272297(0x359)]===_0x3caaaf)return!0x0;}return!0x1;},'getParamsFromRequest'(_0xa79b36){const _0x3ab977=_0x47d288;var _0x252aa1;return(_0x252aa1=_0xa79b36[_0x3ab977(0x12e)])==null?void 0x0:_0x252aa1[_0x3ab977(0x1bd)];},'mergeParamsToRequest'(_0x4cb462,_0x1a3da6){const _0x163458=_0x47d288;let _0x16fcda=_0x1eb47a[_0x163458(0x20b)]()+'/-/object/-/batch_allowed',_0x351927=_0x4cb462[_0x163458(0x125)]((_0x26ab34,_0x4ff41b)=>{const _0x4166f1=_0x163458;let {unitID:_0x1efd82,objectID:_0x4956e1,objectType:_0x2e107b,actions:_0x50bc21}=_0x4ff41b;return _0x26ab34[_0x1efd82]||(_0x26ab34[_0x1efd82]={}),_0x26ab34[_0x1efd82][_0x4956e1]||(_0x26ab34[_0x1efd82][_0x4956e1]={'objectID':_0x4956e1,'objectType':_0x2e107b,'actions':[]}),_0x26ab34[_0x1efd82][_0x4956e1]['actions'][_0x4166f1(0x27f)](..._0x50bc21),_0x26ab34;},{}),_0x4b515f=[];for(let _0x5b85a4 in _0x351927)for(let _0x484b07 in _0x351927[_0x5b85a4]){let {actions:_0x521721,objectType:_0x22b486}=_0x351927[_0x5b85a4][_0x484b07],_0x5c56dc=[...new Set(_0x521721)];_0x4b515f[_0x163458(0x27f)]({'unitID':_0x5b85a4,'objectID':_0x484b07,'objectType':_0x22b486,'actions':_0x5c56dc});}return new _0x440c7e(_0x163458(0x24b),_0x16fcda,{'headers':_0x1a3da6[_0x163458(0x303)],'withCredentials':_0x1a3da6[_0x163458(0x216)],'responseType':_0x1a3da6[_0x163458(0x170)],'body':{'requests':_0x4b515f}});}},{'distributeResult'(_0x3448f2,_0x475408){const _0xcbe008=_0x47d288;let {objectActions:_0x5efdb5}=_0x3448f2;return _0x475408[_0xcbe008(0x288)](_0x36fbe8=>{const _0x95af8d=_0xcbe008;let {unitID:_0x56114a,objectID:_0x386419,actions:_0x140ab9}=_0x36fbe8,_0x3be000=_0x5efdb5[_0x95af8d(0x363)](_0x40cb7a=>_0x40cb7a[_0x95af8d(0x23d)]===_0x56114a&&_0x40cb7a['objectID']===_0x386419);return{'config':_0x36fbe8,'result':{'actions':_0x140ab9['map'](_0x17ce54=>_0x3be000==null?void 0x0:_0x3be000['actions'][_0x95af8d(0x363)](_0x298478=>_0x298478['action']===_0x17ce54))[_0x95af8d(0x29d)](_0x1a24d4=>!!_0x1a24d4),'error':_0x3448f2['error']}};});}})}));}[_0x41987a(0x20b)](){const _0x6ef0b6=_0x41987a;var _0xeac96f;let _0x1280f7=this[_0x6ef0b6(0x18a)][_0x6ef0b6(0x1ba)](F);return(_0xeac96f=_0x1280f7==null?void 0x0:_0x1280f7[_0x6ef0b6(0x2db)])==null?_0x6ef0b6(0x202):_0xeac96f;}async[_0x41987a(0x29f)](_0x170047){const _0x2ebd89=_0x41987a;let _0x6be3b6=this[_0x2ebd89(0x20b)]()+'/'+_0x170047['objectType']+_0x2ebd89(0x362);return(await this['_HTTPService']['post'](_0x6be3b6,{'body':_0x170047}))[_0x2ebd89(0x1bd)]['objectID']||'';}async['list'](_0x510a16){const _0x28e143=_0x41987a;let _0x2ef3ce=this[_0x28e143(0x20b)]()+_0x28e143(0x110);return(await this[_0x28e143(0x127)]['post'](_0x2ef3ce,{'body':_0x510a16}))[_0x28e143(0x1bd)]['objects'];}async[_0x41987a(0x165)](_0x19242a){const _0x94ffc=_0x41987a;var _0x59d0aa;let _0x5e248d=this['_getAPIPrefixPath']()+'/'+_0x19242a['objectType']+'/object/'+_0x19242a[_0x94ffc(0x14b)],_0x46d44c=await this[_0x94ffc(0x127)][_0x94ffc(0x2a7)](_0x5e248d,{'body':_0x19242a});if((_0x46d44c==null||(_0x59d0aa=_0x46d44c[_0x94ffc(0x1bd)])==null||(_0x59d0aa=_0x59d0aa[_0x94ffc(0x2fa)])==null?void 0x0:_0x59d0aa['code'])!==0x1)throw Error(_0x94ffc(0x29a));}async['allowed'](_0x3b57a9){const _0x2b79c7=_0x41987a;let _0x203df4=this[_0x2b79c7(0x20b)]()+'/'+_0x3b57a9[_0x2b79c7(0x1fc)]+_0x2b79c7(0x1cb)+_0x3b57a9[_0x2b79c7(0x14b)]+_0x2b79c7(0x226);return(await this['_HTTPService'][_0x2b79c7(0x206)](_0x203df4,{'body':_0x3b57a9}))[_0x2b79c7(0x1bd)][_0x2b79c7(0x2dd)];}async[_0x41987a(0x218)](_0x5a22fa){const _0x47c29c=_0x41987a;let _0x3a2a13=this[_0x47c29c(0x20b)]()+_0x47c29c(0x23b);return(await this['_HTTPService'][_0x47c29c(0x206)](_0x3a2a13,{'body':{'requests':_0x5a22fa}}))[_0x47c29c(0x1bd)]['objectActions'];}async['listRoles'](_0x5217f1){const _0x358e8c=_0x41987a;let _0x5c3903=this['_getAPIPrefixPath']()+'/'+_0x5217f1[_0x358e8c(0x1fc)]+_0x358e8c(0x355),_0x5d5bee=await this[_0x358e8c(0x127)]['post'](_0x5c3903,{'body':_0x5217f1});return{'roles':_0x5d5bee[_0x358e8c(0x1bd)]['roles'],'actions':_0x5d5bee[_0x358e8c(0x1bd)][_0x358e8c(0x2dd)]};}async[_0x41987a(0x289)](_0x15afc4){const _0x3c58e1=_0x41987a;let _0x1ead33=this['_getAPIPrefixPath']()+_0x3c58e1(0x13c);await this[_0x3c58e1(0x127)][_0x3c58e1(0x23f)](_0x1ead33,{'params':{'collaboratorID':_0x15afc4[_0x3c58e1(0x230)],'objectID':_0x15afc4[_0x3c58e1(0x14b)],'unitID':_0x15afc4[_0x3c58e1(0x23d)]}});}async['updateCollaborator'](_0x321a53){const _0x591b3f=_0x41987a;let _0x22032b=this[_0x591b3f(0x20b)]()+_0x591b3f(0x13c);await this[_0x591b3f(0x127)]['patch'](_0x22032b,{'body':_0x321a53});}async[_0x41987a(0x2af)](_0x5c0a6b){const _0x14a407=_0x41987a;let _0x4b0d9a=this[_0x14a407(0x20b)]()+'/collaborator';await this[_0x14a407(0x127)]['post'](_0x4b0d9a,{'body':_0x5c0a6b});}async[_0x41987a(0x222)](_0x57ecd6){const _0x516c2c=_0x41987a;var _0x13f2ec;let _0x1e022c=this['_getAPIPrefixPath']()+'/collaborator',_0x73cdef=await this[_0x516c2c(0x127)][_0x516c2c(0x11d)](_0x1e022c,{'params':{'objectID':_0x57ecd6[_0x516c2c(0x14b)],'unitID':_0x57ecd6[_0x516c2c(0x23d)]}});return this[_0x516c2c(0x2b0)]((_0x13f2ec=_0x73cdef['body'][_0x516c2c(0x26d)])==null?!0x1:_0x13f2ec),_0x73cdef[_0x516c2c(0x1bd)][_0x516c2c(0x19c)];}async['putCollaborators'](_0xaa51a3){const _0x145ab0=_0x41987a;let _0x1c7f60=this[_0x145ab0(0x20b)]()+_0x145ab0(0x13c);await this[_0x145ab0(0x127)][_0x145ab0(0x2a7)](_0x1c7f60,{'body':_0xaa51a3});}[_0x41987a(0x2b0)](_0x235027){this['_cfgEnableObjInherit']=_0x235027;}[_0x41987a(0x1ea)](){const _0x390999=_0x41987a;return this[_0x390999(0x24d)];}};kn=z([R(0x0,_0x3ad2a9(_0x27178d)),R(0x1,_0x3ad2a9(_0x180533))],kn);function An(_0x46deec){const _0x572475=_0x41987a;let _0x4c7bf5=atob(_0x46deec),_0xd0ae15=new Uint8Array(_0x4c7bf5[_0x572475(0x2ca)]);for(let _0x3c9446=0x0;_0x3c9446<_0x4c7bf5[_0x572475(0x2ca)];_0x3c9446++)_0xd0ae15[_0x3c9446]=_0x4c7bf5['charCodeAt'](_0x3c9446);return _0xd0ae15;}function jn(_0x159ef0){const _0x2de428=_0x41987a;let _0x449e38='';for(let _0x2d1be8=0x0;_0x2d1be8<_0x159ef0['length'];_0x2d1be8++)_0x449e38+=String[_0x2de428(0x32a)](_0x159ef0[_0x2d1be8]);return btoa(_0x449e38);}function Mn(_0x2089d7,_0x2787cf){const _0x1bf057=_0x41987a;let _0x543170=An(_0x2787cf),_0x9b75f4=_0xee0b57(0x10);return jn(_0x5d9300(_0x9b75f4,_0x8b182e(_0x543170,_0x9b75f4)[_0x1bf057(0x33d)](_0x1677f9(_0x2089d7))));}function Nn(){const _0x5322cb=_0x41987a;let _0x512dc2=_0x2f49f7()[_0x5322cb(0x19e)];if(typeof window<'u'&&window[_0x5322cb(0x237)]!==void 0x0&&_0x512dc2){let _0x1b2d16={'time':Math['floor'](Date['now']()/0x3e8),'domain':location[_0x5322cb(0x19f)]};return Mn(JSON[_0x5322cb(0x231)](_0x1b2d16),_0x512dc2);}}let Pn=class{constructor(_0x7b0000){const _0xe4e2a3=_0x41987a;this[_0xe4e2a3(0x234)]=_0x7b0000,this['_initRequestHeader']();}[_0x41987a(0x313)](){const _0x48b20e=_0x41987a;this[_0x48b20e(0x234)][_0x48b20e(0x2b3)]({'interceptor':(_0x44f0d1,_0x38bdaa)=>{const _0x2f0aaa=_0x48b20e;let _0x3162d6=Nn();return _0x3162d6&&_0x44f0d1[_0x2f0aaa(0x303)]['set'](_0x2f0aaa(0x35a),_0x3162d6),_0x38bdaa(_0x44f0d1);}});}};Pn=z([R(0x0,_0x3ad2a9(_0x27178d))],Pn);let Fn=class extends _0x5f3021{constructor(_0x373cea,_0x4869dd,_0x34c775){const _0x4de1ba=_0x41987a;super(),this[_0x4de1ba(0x235)]=_0x373cea,this[_0x4de1ba(0xfa)]=_0x4869dd,this['_localCacheService']=_0x34c775,I(this,_0x4de1ba(0x2e2),new _0x1d9402(null)),I(this,_0x4de1ba(0x188),new _0x206e3c()),I(this,_0x4de1ba(0x102),this[_0x4de1ba(0x2e2)][_0x4de1ba(0x275)]()),I(this,'unitLoaded$',this[_0x4de1ba(0x188)]['asObservable']());}[_0x41987a(0x31e)](){const _0x1fa544=_0x41987a;super['dispose'](),this[_0x1fa544(0x188)]['complete'](),this[_0x1fa544(0x2e2)][_0x1fa544(0x2a9)]();}async[_0x41987a(0x2a6)](_0x70d2cd,_0x5a34ac,_0x3b528f){const _0x339d3a=_0x41987a;this[_0x339d3a(0x2e2)][_0x339d3a(0x285)]({'unitId':_0x70d2cd,'type':_0x5a34ac});let _0x56dfb9=null;switch(_0x5a34ac){case _0x4c1fb5[_0x339d3a(0x15d)]:_0x56dfb9=await this['_snapshotService'][_0x339d3a(0x192)](_0x70d2cd,_0x3b528f);break;case _0x4c1fb5[_0x339d3a(0x35e)]:_0x56dfb9=await this['_snapshotService'][_0x339d3a(0x2cb)](_0x70d2cd,_0x3b528f);break;case _0x4c1fb5[_0x339d3a(0x26a)]:_0x56dfb9=await this['_snapshotService'][_0x339d3a(0x1ca)](_0x70d2cd,_0x3b528f);break;case _0x4c1fb5[_0x339d3a(0x25d)]:_0x56dfb9=await this['_snapshotService'][_0x339d3a(0x346)](_0x70d2cd,_0x3b528f);break;default:this['_logService']['error'](_0x339d3a(0x290),_0x339d3a(0x116));break;}return _0x56dfb9&&this[_0x339d3a(0x188)][_0x339d3a(0x285)](_0x56dfb9),_0x56dfb9;}async[_0x41987a(0x196)](_0x471f4f,_0x1e2a0d,_0x310cce){const _0x17e1f8=_0x41987a;var _0x54b780;this[_0x17e1f8(0x2e2)][_0x17e1f8(0x285)]({'unitId':_0x471f4f,'type':_0x1e2a0d,'subUnitId':_0x310cce});let _0x32a9e5=0x0,_0x297383=await((_0x54b780=this[_0x17e1f8(0x367)])==null?void 0x0:_0x54b780[_0x17e1f8(0x221)](_0x471f4f));return _0x297383&&(_0x297383[_0x17e1f8(0x17a)]||_0x297383[_0x17e1f8(0x172)][_0x17e1f8(0x2ca)]!==0x0)&&(_0x32a9e5=_0x297383[_0x17e1f8(0x1c8)]),_0x32a9e5===0x0&&this['_logService']['debug'](_0x17e1f8(0x290),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this['loadUnitOfRevision'](_0x471f4f,_0x1e2a0d,_0x32a9e5);}};Fn=z([R(0x0,_0x4e6776),R(0x1,_0x3ad2a9(_0x26ae5a)),R(0x2,_0x1e3f17(V))],Fn);let In=class{constructor(_0x1dd35e,_0x211653,_0x21fe79){const _0xeeff68=_0x41987a;this[_0xeeff68(0x234)]=_0x1dd35e,this[_0xeeff68(0x18a)]=_0x211653,this[_0xeeff68(0x286)]=_0x21fe79,I(this,_0xeeff68(0x10d),0x0),I(this,'_change$',new _0x206e3c()),I(this,_0xeeff68(0x31f),this[_0xeeff68(0x28f)]),I(this,_0xeeff68(0x10c),new Map());}[_0x41987a(0x1c1)](_0x31bae1){const _0x53d961=_0x41987a;this[_0x53d961(0x10d)]=_0x31bae1,this[_0x53d961(0x28f)]['next'](_0x31bae1);}['getImageSourceCache'](_0x311381,_0x1479da){const _0x506718=_0x41987a;if(_0x1479da===_0x11f9af[_0x506718(0x33b)]){let _0x1010df=new Image();return _0x1010df['src']=_0x311381,_0x1010df;}return this['_imageSourceCache'][_0x506718(0x11d)](_0x311381);}[_0x41987a(0x34a)](_0x10ca23,_0x44d5a7,_0x48d77e){const _0x5c45d0=_0x41987a;_0x44d5a7===_0x11f9af[_0x5c45d0(0x33b)]||_0x48d77e==null||this[_0x5c45d0(0x10c)]['set'](_0x10ca23,_0x48d77e);}async[_0x41987a(0x10f)](_0x51e8e0){const _0x40d970=_0x41987a;try{let _0x55a6c9=this[_0x40d970(0x21d)](this[_0x40d970(0x32b)](),''+_0x51e8e0),_0x39e553=(await this[_0x40d970(0x234)][_0x40d970(0x11d)](_0x55a6c9))['body'];if(_0x39e553[_0x40d970(0x2fa)]&&_0x39e553[_0x40d970(0x2fa)][_0x40d970(0x2c8)]===_0x17396f['OK']){let _0x5e7828=_0x407e43(_0x39e553['url'],this[_0x40d970(0x308)]());return Promise[_0x40d970(0x1d1)](_0x5e7828);}return Promise[_0x40d970(0x2e6)](_0x39e553['error']);}catch(_0xd852a6){return Promise[_0x40d970(0x2e6)](_0xd852a6);}}async['saveImage'](_0x37d233){const _0x38aa0b=_0x41987a;let _0x2b30bc='';if(!_0x4c7c04[_0x38aa0b(0x256)](_0x37d233[_0x38aa0b(0x130)]))return this['_decreaseWaiting'](),Promise[_0x38aa0b(0x2e6)](Error(_0x5785a8[_0x38aa0b(0x316)]));if(_0x37d233['size']>_0xd89f51())return this[_0x38aa0b(0x1c6)](),Promise[_0x38aa0b(0x2e6)](Error(_0x5785a8[_0x38aa0b(0x343)]));try{let _0x415f1a=new FormData();_0x415f1a[_0x38aa0b(0x223)](_0x38aa0b(0x300),_0x37d233);let _0x27c512=this[_0x38aa0b(0x286)][_0x38aa0b(0x19a)](),_0x324e7c=_0x27c512==null?void 0x0:_0x27c512['getUnitId']();if(!_0x324e7c)throw Error(_0x38aa0b(0x318));let _0x3e0d69=this[_0x38aa0b(0x364)]()+'?size='+_0x37d233[_0x38aa0b(0x243)][_0x38aa0b(0x22d)]()+'&source='+_0x194984['UnitEmbedded']+_0x38aa0b(0x2c7)+encodeURIComponent(_0x324e7c),_0x239ab0={'body':_0x415f1a},_0x2b376c=(await this['_httpService'][_0x38aa0b(0x206)](_0x3e0d69,_0x239ab0))['body'];if(typeof _0x2b376c[_0x38aa0b(0x328)]!=_0x38aa0b(0x101))return this[_0x38aa0b(0x1c6)](),Promise[_0x38aa0b(0x2e6)](Error(_0x5785a8['ERROR_IMAGE']));_0x2b30bc=_0x2b376c[_0x38aa0b(0x328)];}catch{return this[_0x38aa0b(0x1c6)](),Promise[_0x38aa0b(0x2e6)](Error(_0x5785a8[_0x38aa0b(0x28c)]));}return new Promise((_0x417a5f,_0x285ddf)=>{const _0x569399=_0x38aa0b;let _0x298a78=new FileReader();_0x298a78['readAsDataURL'](_0x37d233),_0x298a78[_0x569399(0x11c)]=_0x20c7f6=>{const _0x5a9ef0=_0x569399;var _0x15cd19;let _0x1cd237=(_0x15cd19=_0x20c7f6[_0x5a9ef0(0x2c4)])==null?void 0x0:_0x15cd19[_0x5a9ef0(0x372)];if(_0x1cd237==null){this[_0x5a9ef0(0x1c6)](),_0x285ddf(Error(_0x5785a8[_0x5a9ef0(0x28c)]));return;}_0x417a5f({'imageId':_0x4f78e5(0x6),'imageSourceType':_0x11f9af[_0x5a9ef0(0x34f)],'source':_0x2b30bc,'base64Cache':_0x1cd237,'status':_0x5785a8['SUCCUSS']}),this[_0x5a9ef0(0x1c6)]();};});}[_0x41987a(0x364)](){const _0x323dce=_0x41987a;var _0x52e3dd;let _0x4525d9=this[_0x323dce(0x18a)][_0x323dce(0x1ba)](F);return(_0x52e3dd=_0x4525d9==null?void 0x0:_0x4525d9[_0x323dce(0x180)])==null?'/universer-api/stream/file/upload':_0x52e3dd;}['_getSignURL'](){const _0xbfb7cb=_0x41987a;var _0x121cfa;let _0x56f356=this['_configService'][_0xbfb7cb(0x1ba)](F);return(_0x121cfa=_0x56f356==null?void 0x0:_0x56f356[_0xbfb7cb(0x315)])==null?'/universer-api/file/{fileID}/sign-url':_0x121cfa;}[_0x41987a(0x308)](){const _0x405e7a=_0x41987a;var _0x1a5517;let _0x21d780=this['_configService'][_0x405e7a(0x1ba)](F);return(_0x1a5517=_0x21d780==null?void 0x0:_0x21d780[_0x405e7a(0x1f6)])==null?location['origin']:_0x1a5517;}[_0x41987a(0x21d)](_0x522831,_0x36c21a){const _0x408c17=_0x41987a;return _0x522831[_0x408c17(0x152)](_0x408c17(0x1d0),_0x36c21a);}[_0x41987a(0x1c6)](){const _0x17c33d=_0x41987a;--this['_waitCount'],this[_0x17c33d(0x28f)][_0x17c33d(0x285)](this['_waitCount']);}};In=z([R(0x0,_0x3ad2a9(_0x27178d)),R(0x1,_0x180533),R(0x2,_0x3ad2a9(_0x124498))],In);let Ln=class{constructor(_0x2001e,_0x4f0a03){const _0x337595=_0x41987a;this[_0x337595(0x18a)]=_0x2001e,this[_0x337595(0x127)]=_0x4f0a03;}['_getAPIPrefixPath'](){const _0x2646be=_0x41987a;var _0x312a55;let _0x3fdb69=this[_0x2646be(0x18a)][_0x2646be(0x1ba)](F);return(_0x312a55=_0x3fdb69==null?void 0x0:_0x3fdb69[_0x2646be(0x2db)])==null?'/universer-api/authz':_0x312a55;}async['list'](_0x4217f7){const _0xe6c43d=_0x41987a;let _0x4ea64e=this['_getAPIPrefixPath']()+_0xe6c43d(0x13c);return{'list':[{'title':'People','mentions':(await this[_0xe6c43d(0x127)][_0xe6c43d(0x11d)](_0x4ea64e,{'params':{'objectID':_0x4217f7[_0xe6c43d(0x2f0)],'unitID':_0x4217f7[_0xe6c43d(0x2f0)]}}))[_0xe6c43d(0x1bd)]['collaborators'][_0xe6c43d(0x288)](_0x336f2d=>({'objectId':_0x336f2d['id'],'name':_0x336f2d[_0xe6c43d(0x325)][_0xe6c43d(0x1ec)],'metadata':{'icon':_0x336f2d[_0xe6c43d(0x325)][_0xe6c43d(0x1d2)]},'label':_0x336f2d[_0xe6c43d(0x325)][_0xe6c43d(0x1ec)],'objectType':_0x3a5319[_0xe6c43d(0x199)]})),'metadata':{},'type':_0x3a5319[_0xe6c43d(0x199)]}]};}};Ln=z([R(0x0,_0x3ad2a9(_0x180533)),R(0x1,_0x3ad2a9(_0x27178d))],Ln);let Rn=class extends _0x5f3021{constructor(_0x58329d,_0xb47671,_0x380fbb,_0x17ca43,_0x21bc83){const _0x5acca8=_0x41987a;super(),this[_0x5acca8(0x29c)]=_0x58329d,this[_0x5acca8(0x286)]=_0xb47671,this[_0x5acca8(0x321)]=_0x380fbb,this[_0x5acca8(0x21b)]=_0x17ca43,this[_0x5acca8(0x33a)]=_0x21bc83,this['_initUnitPermissionChange'](),this[_0x5acca8(0x15b)]();}['_initCloseConn'](){const _0x3a1e99=_0x41987a;let _0x3e636a=async _0x215950=>{const _0x334cd7=_0x19aa;(await this[_0x334cd7(0x21b)]['requireSession'](_0x215950))[_0x334cd7(0x143)][_0x334cd7(0x154)](_0x53386c(_0x522838=>_0x522838[_0x334cd7(0x2d5)]===_0x37e6b9[_0x334cd7(0x2aa)]),_0x14fd58(this[_0x334cd7(0x312)]))[_0x334cd7(0x1f2)](_0x318c1b=>{const _0x32a649=_0x334cd7;let {reason:_0x272f4f}=_0x318c1b['data'];this['_collaborationUIEventService'][_0x32a649(0x1b3)]({'id':_0x32a649(0x118),'data':_0x272f4f}),this[_0x32a649(0x321)][_0x32a649(0x1db)](new _0x12238f(_0x215950)['id'],!0x1),this['_collaborationSessionService']['closeSession'](_0x215950);});};_0x2a9d61(this['_univerInstanceService'][_0x3a1e99(0x34b)](_0x4c1fb5['UNIVER_SHEET']),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x4c1fb5[_0x3a1e99(0x35e)]),this[_0x3a1e99(0x286)][_0x3a1e99(0x34b)](_0x4c1fb5[_0x3a1e99(0x25d)]))['pipe'](_0x252691(_0xe2285f=>_0xe2285f[_0x3a1e99(0x297)]['getUnitId']()),_0x53386c(_0x5e62a3=>!_0x2f3dff(_0x5e62a3)),_0x14fd58(this[_0x3a1e99(0x312)]))['subscribe'](_0x278a4d=>{_0x3e636a(_0x278a4d);});}['_initUnitPermissionChange'](){const _0x2f564c=_0x41987a;let _0x5144cb=async _0x252b20=>{const _0xc32998=_0x19aa;let _0x4c20b7=await this['_collaborationSessionService'][_0xc32998(0x133)](_0x252b20),_0x3f3566=this[_0xc32998(0x29c)][_0xc32998(0x11d)](_0x3e8474);_0x4c20b7['event$']['pipe'](_0x53386c(_0x220f54=>_0x220f54['eventID']===_0x37e6b9[_0xc32998(0x119)]),_0x14fd58(this['dispose$']))[_0xc32998(0x1f2)](_0x448a3c=>{const _0x239336=_0xc32998;let {objectId:_0x4bf2f8}=_0x448a3c['data'];_0x4bf2f8===_0x252b20?_0x3f3566[_0x239336(0xfb)](_0x252b20):_0x3f3566[_0x239336(0x2eb)](_0x252b20,_0x4bf2f8);});};_0x2a9d61(this[_0x2f564c(0x286)][_0x2f564c(0x34b)](_0x4c1fb5[_0x2f564c(0x15d)]))[_0x2f564c(0x154)](_0x252691(_0x5ab1a1=>_0x5ab1a1['unit']['getUnitId']()),_0x53386c(_0x126ce6=>!_0x2f3dff(_0x126ce6)),_0x14fd58(this['dispose$']))['subscribe'](_0x58f84e=>{_0x5144cb(_0x58f84e);});}};Rn=z([R(0x0,_0x3ad2a9(_0x203225)),R(0x1,_0x124498),R(0x2,_0x1e2fb3),R(0x3,_0x3ad2a9(Q)),R(0x4,_0x3ad2a9(L))],Rn);let zn=class{constructor(_0x239fae,_0x5c4774){const _0x5f36e5=_0x41987a;this[_0x5f36e5(0x18a)]=_0x239fae,this['_httpService']=_0x5c4774;}async[_0x41987a(0x267)](_0xd7e820,_0x5c7b3d){const _0x54f6bb=_0x41987a;var _0x4c4373;let {unitID:_0x18c777,type:_0x20c246,revision:_0x2c80a4=0x0}=_0x5c7b3d,_0xb65920=this[_0x54f6bb(0x369)]()+'/'+_0x20c246+'/unit/'+_0x18c777+_0x54f6bb(0x23e)+_0x2c80a4,_0x4f63d6=(await this[_0x54f6bb(0x234)][_0x54f6bb(0x11d)](_0xb65920))[_0x54f6bb(0x1bd)],_0x581e0e=(_0x4c4373=_0x4f63d6['snapshot'])==null?void 0x0:_0x4c4373['workbook'];if(_0x581e0e){let _0x51bf10=_0x581e0e==null?void 0x0:_0x581e0e['originalMeta'];_0x581e0e['originalMeta']=_0x563765[_0x54f6bb(0x16d)](_0x2e4bf2(_0x51bf10)),Object[_0x54f6bb(0x261)](_0x581e0e[_0x54f6bb(0x26f)])[_0x54f6bb(0x329)](([,_0x21440f])=>{const _0x5d5ec8=_0x54f6bb;let _0x28966d=_0x21440f['originalMeta'];_0x21440f[_0x5d5ec8(0x1c3)]=_0x563765[_0x5d5ec8(0x16d)](_0x2e4bf2(_0x28966d));});}return _0x4f63d6;}async['getSheetBlock'](_0x3fb8e0,_0x9d5a1a){const _0x4166cc=_0x41987a;let {unitID:_0x455fa8,type:_0x509aeb,blockID:_0x45597f}=_0x9d5a1a,_0x3546b2=this['_getAPIPrefix']()+'/'+_0x509aeb+_0x4166cc(0x144)+_0x455fa8+'/block/'+_0x45597f;return(await this[_0x4166cc(0x234)][_0x4166cc(0x11d)](_0x3546b2))[_0x4166cc(0x1bd)];}async['getDeserializedSheetBlock'](_0xc5292a,_0x308845){const _0x17aaa1=_0x41987a;let {unitID:_0xeed0b0,type:_0x29553e,blockID:_0x5c4a01}=_0x308845,_0x2bcdc2=this['_getAPIPrefix']()+_0x17aaa1(0x194)+_0x29553e+_0x17aaa1(0x144)+_0xeed0b0+_0x17aaa1(0x194)+_0x5c4a01;return(await this[_0x17aaa1(0x234)][_0x17aaa1(0x11d)](_0x2bcdc2))[_0x17aaa1(0x1bd)];}async[_0x41987a(0x2bc)](_0x49e866,_0xd8d2b6){const _0x4c1dc7=_0x41987a;let {unitID:_0x3d0b75,type:_0x427e1f,from:_0x34aba2,to:_0x3ada04}=_0xd8d2b6,_0x542750=this[_0x4c1dc7(0x171)]()+'/'+_0x427e1f+_0x4c1dc7(0x144)+_0x3d0b75+_0x4c1dc7(0x1e9)+_0x34aba2+_0x4c1dc7(0x224)+_0x3ada04;return(await this[_0x4c1dc7(0x234)][_0x4c1dc7(0x11d)](_0x542750))[_0x4c1dc7(0x1bd)];}[_0x41987a(0x369)](){const _0x17f5ec=_0x41987a;var _0x3a63d1;return(_0x3a63d1=this['_configService']['getConfig'](_0x17f5ec(0x16f)))==null?this[_0x17f5ec(0x171)]():_0x3a63d1;}['_getAPIPrefix'](){const _0x693702=_0x41987a;var _0x4a3ad7;let _0x1d727d=this[_0x693702(0x18a)][_0x693702(0x1ba)](F);return(_0x4a3ad7=_0x1d727d==null?void 0x0:_0x1d727d['snapshotServerUrl'])==null?_0x693702(0x140):_0x4a3ad7;}async['getResourcesRequest'](_0x393147,_0x3d688a){const _0x3ae8d=_0x41987a;let _0x42889f=_0x3ae8d(0x120)+_0x3d688a[_0x3ae8d(0x130)]+_0x3ae8d(0x144)+_0x3d688a['unitID']+'/resources';return(await this[_0x3ae8d(0x234)][_0x3ae8d(0x11d)](_0x42889f,{'params':{'resourceId':JSON['stringify'](_0x3d688a[_0x3ae8d(0x352)])}}))[_0x3ae8d(0x1bd)];}['saveSnapshot'](){const _0x47784a=_0x41987a;throw Error(_0x47784a(0x213));}['updateSnapshot'](){const _0x107a25=_0x41987a;throw Error(_0x107a25(0x213));}[_0x41987a(0x178)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x41987a(0x111)](){const _0x25c192=_0x41987a;throw Error(_0x25c192(0x213));}[_0x41987a(0x2a3)](){const _0x315028=_0x41987a;throw Error(_0x315028(0x213));}['getLatestCsReqIdBySid'](){const _0x55797b=_0x41987a;throw Error(_0x55797b(0x213));}};zn=z([R(0x0,_0x180533),R(0x1,_0x3ad2a9(_0x27178d))],zn);let Bn=class extends _0x3984a0{constructor(_0x3217e5,_0x36cfdf,_0xca7fc3,_0x5723d6,_0x35e508){const _0x1d4eee=_0x41987a;super(_0x3217e5,_0x36cfdf,_0xca7fc3),this[_0x1d4eee(0x326)]=_0x5723d6,this[_0x1d4eee(0x235)]=_0x35e508;}[_0x41987a(0x1aa)](_0x5d8e4e,_0xfac225){const _0x3a7cb4=_0x41987a;let _0x2dfe15=this['_getUndoStack'](_0x5d8e4e);if(_0x2dfe15)try{let _0x4237be=this[_0x3a7cb4(0x2c2)](_0x2dfe15,_0xfac225);this[_0x3a7cb4(0x2ef)](_0x5d8e4e,_0x4237be);}catch(_0x4b0044){this[_0x3a7cb4(0x235)][_0x3a7cb4(0x2fa)](_0x3a7cb4(0x2fd),_0x4b0044),this[_0x3a7cb4(0x2cd)](_0x5d8e4e);}let _0x399a72=this[_0x3a7cb4(0xfc)](_0x5d8e4e);if(_0x399a72)try{let _0x527f4e=this[_0x3a7cb4(0x2c2)](_0x399a72,_0xfac225);this['_substituteRedoStack'](_0x5d8e4e,_0x527f4e);}catch(_0x331910){this['_logService'][_0x3a7cb4(0x2fa)](_0x331910),this['_clearRedo'](_0x5d8e4e);}}[_0x41987a(0x2cd)](_0x5e3e0b){const _0x5c3144=_0x41987a;let _0x54682f=this[_0x5c3144(0x1c2)](_0x5e3e0b);_0x54682f&&(_0x54682f['length']=0x0,this['_updateStatus']());}[_0x41987a(0x198)](_0x13b0ad){const _0x498931=_0x41987a;let _0x2e4a15=this['_getRedoStack'](_0x13b0ad);_0x2e4a15&&(_0x2e4a15['length']=0x0,this[_0x498931(0x28a)]());}[_0x41987a(0x2ef)](_0x962399,_0x501bc9){const _0x2367c7=_0x41987a;this[_0x2367c7(0x13b)][_0x2367c7(0x103)](_0x962399,_0x501bc9),this[_0x2367c7(0x28a)]();}[_0x41987a(0x24f)](_0x4eb1e6,_0xa98f5d){this['_redoStacks']['set'](_0x4eb1e6,_0xa98f5d),this['_updateStatus']();}[_0x41987a(0x2c2)](_0x234379,_0x51e56a){const _0x96bda7=_0x41987a;let _0x16ad94=[],_0x5df35d=_0x51e56a,_0x34c9aa=_0x51e56a;for(let _0x16e3ae=_0x234379['length']-0x1;_0x16e3ae>=0x0;_0x16e3ae--){let {unitID:_0x2497b4,undoMutations:_0x3eefcd,redoMutations:_0x564c8c}=_0x234379[_0x16e3ae],_0x442875=this[_0x96bda7(0x326)][_0x96bda7(0xf5)](_0x5df35d,_0x3eefcd),_0x576e6a=this[_0x96bda7(0x326)][_0x96bda7(0xf5)](_0x34c9aa,_0x564c8c);if(_0x507887(_0x442875)||_0x507887(_0x576e6a)){this[_0x96bda7(0x235)][_0x96bda7(0x2fa)](_0x96bda7(0x2fd),_0x96bda7(0x183),_0x442875,_0x576e6a);break;}_0x5df35d=_0x442875['c1Prime'],_0x34c9aa=_0x576e6a['c1Prime'],_0x16ad94[_0x96bda7(0x27f)]({'unitID':_0x2497b4,'undoMutations':_0x442875[_0x96bda7(0x134)],'redoMutations':_0x576e6a['m2Prime']});}return _0x16ad94[_0x96bda7(0x295)]();}};Bn=z([R(0x0,_0x124498),R(0x1,_0x2ee379),R(0x2,_0x5213af),R(0x3,_0x9f9abc),R(0x4,_0x4e6776)],Bn);let $=class extends _0x2e0d95{constructor(_0x7720de={},_0x48fe4c,_0x6a3958,_0x30b832){const _0x517d48=_0x41987a;super(),this[_0x517d48(0x236)]=_0x7720de,this['_logService']=_0x48fe4c,this[_0x517d48(0x29c)]=_0x6a3958,this[_0x517d48(0x18a)]=_0x30b832;let {..._0x444605}=_0x203db1({},gt,_0x7720de);if(!_0x444605[_0x517d48(0x2df)])throw Error('[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!');this['_config']=_0x444605,this[_0x517d48(0x18a)][_0x517d48(0x244)](F,_0x444605);}[_0x41987a(0x2ae)](){const _0x5a33af=_0x41987a;this[_0x5a33af(0x240)](),this[_0x5a33af(0x1cc)]();}['_registerDependencies'](){const _0x30e705=_0x41987a;var _0x5c2ba7,_0x153e71;this[_0x30e705(0x29c)]['has'](_0x9c7bc9)&&this[_0x30e705(0x235)][_0x30e705(0x2fa)](_0x30e705(0x19d),'you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!');let _0x2d8982=_0x1c9838([[_0x9c7bc9,{'useClass':Bn}],[Q],[B],[zt],[On],[Pn],[Mt],[Rn],[L],[Fn],[_n,{'useClass':this['_config'][_0x30e705(0x2df)]}],[_0x14a7d0,{'useClass':zn}],[_0x521642,{'useClass':kn}],[_0x5d3bb6,{'useClass':In}],[Tn,{'useClass':En}],[_0x313406,{'useClass':Ln}],[bn],[Cn]],(_0x5c2ba7=this[_0x30e705(0x236)])==null?void 0x0:_0x5c2ba7[_0x30e705(0x250)]);if(!((_0x153e71=this[_0x30e705(0x236)])!=null&&_0x153e71[_0x30e705(0x257)])){let _0x40d95c=_0x2d8982['findIndex'](([_0x27fd21])=>_0x27fd21===H);_0x40d95c!==-0x1&&_0x2d8982['splice'](_0x40d95c,0x1);}_0x3d3e90(this[_0x30e705(0x29c)],_0x2d8982);}[_0x41987a(0x1cc)](){const _0xd1159c=_0x41987a;var _0x447e71,_0x593fc9;if(this[_0xd1159c(0x29c)][_0xd1159c(0x11d)](_0x27178d)[_0xd1159c(0x2b3)]({'priority':0x14,'interceptor':_0x4a9968({'maxParallel':0x6})}),!((_0x447e71=this['_config'])!=null&&_0x447e71[_0xd1159c(0x14a)])){var _0x402c89;(_0x402c89=this[_0xd1159c(0x29c)][_0xd1159c(0x11d)](V,_0x5b40f0[_0xd1159c(0xf3)]))==null||_0x402c89[_0xd1159c(0x17e)]();}(_0x593fc9=this[_0xd1159c(0x236)])!=null&&_0x593fc9[_0xd1159c(0x31d)]&&_0x56a100(this[_0xd1159c(0x29c)],[[On]]),_0x56a100(this['_injector'],[[Pn],[bn],[Rn]]);}};I($,'pluginName',_0x41987a(0x2e0)),I($,_0x41987a(0x2ff),xn),I($,_0x41987a(0x1b5),Sn),$=z([_0x122824(_0x18c18b,_0x4c7889,_0x36a0f0),R(0x1,_0x4e6776),R(0x2,_0x3ad2a9(_0x203225)),R(0x3,_0x180533)],$);export{wn as AttachmentSourceType,kn as AuthzIoHttpService,K as AwaitingState,q as AwaitingWithPendingState,F as COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY,En as CollaborationAttachmentIoService,bn as CollaborationController,Z as CollaborationEntity,In as CollaborationImageIoService,It as CollaborationSession,Q as CollaborationSessionService,yn as CollaborationSocketService,on as CollaborationStatus,jt as CollaborationUIEventId,L as CollaborationUIEventService,Bn as CollaborativeUndoRedoService,Mt as CommentService,J as ConflictState,_t as DEFAULT_COLLAB_WEB_SOCKET_URL,Et as DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT,vt as DEFAULT_WS_SESSION_TICKET_URL,Fn as DataLoaderService,un as DocCollaborationEntity,X as FetchingMissState,yt as HEARTBEAT_INTERVAL_KEY,bt as HEARTBEAT_TIMEOUT_KEY,Tn as IAttachmentIoService,_n as ICollaborationSocketService,V as ILocalCacheService,mn as INetworkConditionService,H as ISingleActiveUnitService,wt as LOCAL_CACHE_INTERVAL,Ct as LOCAL_CACHE_INTERVAL_KEY,B as MemberService,Ln as MentionIoHttpService,Y as OfflineState,G as PendingState,Tt as REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY,St as RETRY_CONNECTING_MAX_COUNT_KEY,Pt as SessionStatus,fn as SheetCollaborationEntity,zt as SheetTransformSelectionsService,zn as SnapshotServerOverHTTPService,W as SyncedState,Bt as UnitStatus,$ as UniverCollaborationClientPlugin,hn as deserializeToCombResponse,Lt as getLocalCacheKey,gn as serializeCombRequest};
|