@univerjs-pro/collaboration-client 1.0.0-alpha.2 → 1.0.0-alpha.3
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/README.md +8 -2
- 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/controllers/collaboration/collaboration-entity.d.ts +6 -0
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -2
- package/lib/types/facade/f-collaboration.d.ts +40 -0
- package/lib/types/index.d.ts +6 -3
- package/lib/types/services/attachment-remote/attachment-io.service.d.ts +1 -4
- package/lib/types/services/collaboration-session/collaboration-changeset-translator.d.ts +4 -0
- package/lib/types/services/collaboration-session/collaboration-client-adapter.d.ts +39 -0
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +14 -14
- package/lib/types/services/image-remote/image-io.service.d.ts +2 -4
- 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 +15 -16
package/lib/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x406997=_0xcc0c;(function(_0x1c5940,_0x3bc3b6){const _0x3451ba=_0xcc0c,_0x13147d=_0x1c5940();while(!![]){try{const _0x23c812=-parseInt(_0x3451ba(0x34e))/0x1*(parseInt(_0x3451ba(0x15c))/0x2)+parseInt(_0x3451ba(0x226))/0x3+parseInt(_0x3451ba(0x2f6))/0x4+-parseInt(_0x3451ba(0x3c3))/0x5+-parseInt(_0x3451ba(0x1b5))/0x6*(parseInt(_0x3451ba(0x32a))/0x7)+-parseInt(_0x3451ba(0x214))/0x8+-parseInt(_0x3451ba(0x3ac))/0x9*(-parseInt(_0x3451ba(0x31b))/0xa);if(_0x23c812===_0x3bc3b6)break;else _0x13147d['push'](_0x13147d['shift']());}catch(_0x5501f2){_0x13147d['push'](_0x13147d['shift']());}}}(_0x174c,0xb36b7),Object[_0x406997(0x3f6)](exports,Symbol[_0x406997(0x2cd)],{'value':'Module'}));let e=require('@univerjs-pro/bases'),t=require('@univerjs-pro/collaboration'),n=require('@univerjs/core'),r=require('@univerjs/docs'),i=require('@univerjs/sheets'),a=require('rxjs'),o=require('@univerjs/protocol'),s=require('@univerjs/telemetry'),c=require('rxjs/operators'),l=require('@univerjs-pro/slides'),u=require('@univerjs/network'),d=require('@univerjs-pro/license'),f=require('@univerjs/drawing'),p=require('@noble/ciphers/aes.js'),m=require('@noble/ciphers/utils.js');const h=_0x406997(0x3db),ee={},te='ws://127.0.0.1:8000/universer-api/comb/connect',ne=0x4e20;function re(_0x4e485f){const _0x320cfe=_0x406997;return JSON['stringify'](_0x4e485f)[_0x320cfe(0x327)];}function g(_0x22ef66){'@babel/helpers - typeof';return g=typeof Symbol=='function'&&typeof Symbol['iterator']=='symbol'?function(_0x456a30){return typeof _0x456a30;}:function(_0x2eab3d){const _0x39f231=_0xcc0c;return _0x2eab3d&&typeof Symbol=='function'&&_0x2eab3d[_0x39f231(0x380)]===Symbol&&_0x2eab3d!==Symbol[_0x39f231(0x3b0)]?_0x39f231(0x210):typeof _0x2eab3d;},g(_0x22ef66);}function ie(_0x20e19d,_0x1ab352){const _0x6d88b=_0x406997;if(g(_0x20e19d)!=_0x6d88b(0x142)||!_0x20e19d)return _0x20e19d;var _0x4d97c4=_0x20e19d[Symbol['toPrimitive']];if(_0x4d97c4!==void 0x0){var _0x528733=_0x4d97c4[_0x6d88b(0x3d6)](_0x20e19d,_0x1ab352||'default');if(g(_0x528733)!=_0x6d88b(0x142))return _0x528733;throw TypeError(_0x6d88b(0x111));}return(_0x1ab352===_0x6d88b(0x24f)?String:Number)(_0x20e19d);}function ae(_0x27a9f7){const _0x408136=_0x406997;var _0x206978=ie(_0x27a9f7,_0x408136(0x24f));return g(_0x206978)==_0x408136(0x210)?_0x206978:_0x206978+'';}function _(_0x2b4e68,_0x5b87d9,_0x5c49ce){const _0x5bef64=_0x406997;return(_0x5b87d9=ae(_0x5b87d9))in _0x2b4e68?Object[_0x5bef64(0x3f6)](_0x2b4e68,_0x5b87d9,{'value':_0x5c49ce,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2b4e68[_0x5b87d9]=_0x5c49ce,_0x2b4e68;}let oe=function(_0x12ad87){const _0x4bebd1=_0x406997;return _0x12ad87['OTHER_CLIENT_EDITING']=_0x4bebd1(0x30a),_0x12ad87[_0x4bebd1(0x33b)]=_0x4bebd1(0x33b),_0x12ad87[_0x4bebd1(0x268)]=_0x4bebd1(0x268),_0x12ad87[_0x4bebd1(0x2e8)]=_0x4bebd1(0x2e8),_0x12ad87['JOIN_ROOM_FAILED']=_0x4bebd1(0x278),_0x12ad87[_0x4bebd1(0x1e6)]='SOCKET_FAILED_RETRY',_0x12ad87[_0x4bebd1(0x2c1)]=_0x4bebd1(0x2c1),_0x12ad87[_0x4bebd1(0x14b)]=_0x4bebd1(0x14b),_0x12ad87;}({});var v=class{constructor(){const _0x57d180=_0x406997;_(this,_0x57d180(0x285),new a[(_0x57d180(0x342))]()),_(this,_0x57d180(0x375),this[_0x57d180(0x285)][_0x57d180(0x1c0)]());}[_0x406997(0x343)](_0x11d038){const _0x2a792d=_0x406997;this[_0x2a792d(0x285)][_0x2a792d(0x16d)](_0x11d038);}},se=class{constructor(){const _0x5f2970=_0x406997;_(this,_0x5f2970(0x326),new a['Subject']()),_(this,_0x5f2970(0x14f),this[_0x5f2970(0x326)][_0x5f2970(0x1c0)]());}[_0x406997(0x28c)](_0x122bb4){const _0x29632b=_0x406997;this[_0x29632b(0x326)][_0x29632b(0x16d)](_0x122bb4);}};function y(_0x8f3979,_0x2cb229){return function(_0x4514aa,_0x58686d){_0x2cb229(_0x4514aa,_0x58686d,_0x8f3979);};}function b(_0x23daaf,_0x13977e,_0x52d3b2,_0x3f98c5){const _0x41b6af=_0x406997;var _0x346156=arguments[_0x41b6af(0x327)],_0xc857fd=_0x346156<0x3?_0x13977e:_0x3f98c5===null?_0x3f98c5=Object[_0x41b6af(0x359)](_0x13977e,_0x52d3b2):_0x3f98c5,_0x288a57;if(typeof Reflect==_0x41b6af(0x142)&&typeof Reflect['decorate']==_0x41b6af(0x165))_0xc857fd=Reflect[_0x41b6af(0x3f1)](_0x23daaf,_0x13977e,_0x52d3b2,_0x3f98c5);else{for(var _0x3ccfba=_0x23daaf['length']-0x1;_0x3ccfba>=0x0;_0x3ccfba--)(_0x288a57=_0x23daaf[_0x3ccfba])&&(_0xc857fd=(_0x346156<0x3?_0x288a57(_0xc857fd):_0x346156>0x3?_0x288a57(_0x13977e,_0x52d3b2,_0xc857fd):_0x288a57(_0x13977e,_0x52d3b2))||_0xc857fd);}return _0x346156>0x3&&_0xc857fd&&Object[_0x41b6af(0x3f6)](_0x13977e,_0x52d3b2,_0xc857fd),_0xc857fd;}function _0xcc0c(_0x14814f,_0x2bf86f){_0x14814f=_0x14814f-0xfc;const _0x174c0a=_0x174c();let _0xcc0c6d=_0x174c0a[_0x14814f];return _0xcc0c6d;}let x=class extends n[_0x406997(0x2a4)]{constructor(_0xaf0114,_0x19cc95){const _0x5597d7=_0x406997;super(),this[_0x5597d7(0x2ee)]=_0xaf0114,this[_0x5597d7(0x3aa)]=_0x19cc95,_(this,_0x5597d7(0x216),new Map()),_(this,_0x5597d7(0x2fa),new a[(_0x5597d7(0x342))]()),this[_0x5597d7(0x1c1)]((0x0,a[_0x5597d7(0x21c)])(this['_univerInstanceService'][_0x5597d7(0x280)](n[_0x5597d7(0x127)][_0x5597d7(0x225)])['pipe']((0x0,c[_0x5597d7(0x229)])(_0x11486c=>_0x11486c['getUnitId']())),this[_0x5597d7(0x2ee)][_0x5597d7(0x280)](n[_0x5597d7(0x127)][_0x5597d7(0x332)])['pipe']((0x0,c['map'])(_0x328dae=>_0x328dae['getUnitId']())),this[_0x5597d7(0x2ee)][_0x5597d7(0x280)](n[_0x5597d7(0x127)][_0x5597d7(0x23f)])[_0x5597d7(0x119)]((0x0,c[_0x5597d7(0x229)])(_0x494823=>_0x494823[_0x5597d7(0x297)]())))[_0x5597d7(0x3e5)](_0x47d5c4=>this[_0x5597d7(0x1a4)](_0x47d5c4)));}[_0x406997(0x217)](_0x2c7e09){const _0x403699=_0x406997;return this[_0x403699(0x216)][_0x403699(0x22e)](_0x2c7e09)?(0x0,a['of'])(this[_0x403699(0x216)][_0x403699(0x284)](_0x2c7e09)):this[_0x403699(0x2fa)]['pipe']((0x0,c[_0x403699(0x229)])(_0x51b6b2=>{const _0x4b248d=_0x403699;if(_0x51b6b2===_0x2c7e09)return this[_0x4b248d(0x216)][_0x4b248d(0x284)](_0x51b6b2);}));}['setCurrentUser'](_0x1fcec3){const _0x30d34f=_0x406997;this[_0x30d34f(0x3aa)][_0x30d34f(0x168)](_0x1fcec3);}['getCurrentUser'](){const _0x5a66db=_0x406997;return this['_userManagerService'][_0x5a66db(0x2a9)]();}[_0x406997(0x363)](_0x4b13b6,_0x5a760f){const _0x547c16=_0x406997;let _0x1ea39a=this['_roomMembers']['get'](_0x4b13b6);_0x1ea39a||(_0x1ea39a=new ce(),this[_0x547c16(0x216)]['set'](_0x4b13b6,_0x1ea39a),this[_0x547c16(0x2fa)][_0x547c16(0x16d)](_0x4b13b6)),_0x1ea39a[_0x547c16(0x363)](_0x5a760f);}[_0x406997(0x2d3)](_0x3249c,_0x36c094){const _0x557a77=_0x406997;let _0x213c6e=this[_0x557a77(0x216)]['get'](_0x3249c);_0x213c6e&&_0x213c6e[_0x557a77(0x2d3)](_0x36c094);}[_0x406997(0x2f5)](_0x27c60c){const _0x3ff7f4=_0x406997;return this[_0x3ff7f4(0x216)][_0x3ff7f4(0x284)](_0x27c60c);}[_0x406997(0x117)](_0x349140,_0x47f183){let _0xa2f168=this['_roomMembers']['get'](_0x349140);if(_0xa2f168)return _0xa2f168['getMember'](_0x47f183);}['_removeRoom'](_0x507b5a){const _0xcac3e3=_0x406997;let _0x1ea67b=this[_0xcac3e3(0x216)]['get'](_0x507b5a);_0x1ea67b&&(_0x1ea67b[_0xcac3e3(0x34b)](),this[_0xcac3e3(0x216)]['delete'](_0x507b5a));}[_0x406997(0x34b)](){const _0x1387f3=_0x406997;this['_roomMembers'][_0x1387f3(0x1e5)](_0x37c66b=>_0x37c66b[_0x1387f3(0x34b)]()),this[_0x1387f3(0x216)][_0x1387f3(0x32e)](),this[_0x1387f3(0x2fa)][_0x1387f3(0x2f1)]();}};x=b([y(0x0,n[_0x406997(0x131)]),y(0x1,(0x0,n[_0x406997(0x28e)])(n['UserManagerService']))],x);var ce=class extends n[_0x406997(0x2a4)]{constructor(..._0x4bb8ba){const _0x10e95f=_0x406997;super(..._0x4bb8ba),_(this,_0x10e95f(0x1f9),new Map()),_(this,_0x10e95f(0x279),new a[(_0x10e95f(0x3e1))](this['_members'])),_(this,_0x10e95f(0x31d),this[_0x10e95f(0x279)][_0x10e95f(0x1c0)]());}[_0x406997(0x34b)](){const _0x42d8bc=_0x406997;this[_0x42d8bc(0x1f9)][_0x42d8bc(0x32e)](),this[_0x42d8bc(0x279)][_0x42d8bc(0x2f1)]();}[_0x406997(0x363)](_0xbe5087){const _0x5dd1ac=_0x406997;this['_members'][_0x5dd1ac(0x355)](_0xbe5087['memberID'],_0xbe5087),this['_emitMembers']();}[_0x406997(0x2d3)](_0x2eb752){const _0x11851d=_0x406997;this['_members'][_0x11851d(0x28a)](_0x2eb752),this[_0x11851d(0x267)]();}[_0x406997(0x117)](_0x4531df){const _0x39e4b7=_0x406997;return this['_members'][_0x39e4b7(0x284)](_0x4531df);}[_0x406997(0x247)](){const _0x8f5976=_0x406997;return Array[_0x8f5976(0x1a3)](this['_members'][_0x8f5976(0x205)]());}[_0x406997(0x267)](){const _0x8f4a1b=_0x406997;this['_members$'][_0x8f4a1b(0x16d)](this[_0x8f4a1b(0x1f9)]);}};let le=function(_0x4a7058){const _0x36474e=_0x406997;return _0x4a7058[_0x4a7058[_0x36474e(0x2f2)]=0x0]='IDLE',_0x4a7058[_0x4a7058['JOINING']=0x1]=_0x36474e(0x3b9),_0x4a7058[_0x4a7058['OFFLINE']=0x2]=_0x36474e(0x183),_0x4a7058[_0x4a7058[_0x36474e(0x3ea)]=0x3]=_0x36474e(0x3ea),_0x4a7058;}({});const ue={[o[_0x406997(0x15b)][_0x406997(0x176)]]:'session.join-failed',[o[_0x406997(0x15b)][_0x406997(0x227)]]:_0x406997(0x200),[o[_0x406997(0x15b)][_0x406997(0x10d)]]:_0x406997(0x25c),[o['CmdRspCode'][_0x406997(0x3d2)]]:_0x406997(0x20c),[o[_0x406997(0x15b)][_0x406997(0x1e1)]]:'session.room-cnt-exceeds'};let S=class extends n[_0x406997(0x1cd)]{get[_0x406997(0x24c)](){const _0x4257a7=_0x406997;return this[_0x4257a7(0x23a)][_0x4257a7(0x376)]();}constructor(_0x4b3699,_0x2ea994,_0x36de52,_0x4547b8,_0x24de77,_0x79fd1f,_0x45a75f,_0x44773c){const _0x3c7acc=_0x406997;super(),this[_0x3c7acc(0x3da)]=_0x4b3699,this['_logService']=_0x36de52,this['_configService']=_0x4547b8,this[_0x3c7acc(0x1fe)]=_0x24de77,this[_0x3c7acc(0x3de)]=_0x79fd1f,this[_0x3c7acc(0x3ec)]=_0x45a75f,this[_0x3c7acc(0x287)]=_0x44773c,_(this,'_sessionStatus$',new a[(_0x3c7acc(0x3e1))](0x0)),_(this,_0x3c7acc(0x2d7),this[_0x3c7acc(0x23a)][_0x3c7acc(0x1c0)]()),_(this,_0x3c7acc(0x285),new a[(_0x3c7acc(0x342))]()),_(this,_0x3c7acc(0x375),this[_0x3c7acc(0x285)][_0x3c7acc(0x1c0)]()),_(this,_0x3c7acc(0x241),void 0x0),_(this,_0x3c7acc(0x249),void 0x0),_(this,_0x3c7acc(0x2f8),void 0x0),_(this,_0x3c7acc(0x1d1),!0x1),_(this,_0x3c7acc(0x101),null),this[_0x3c7acc(0x1d1)]=!!this[_0x3c7acc(0x287)],_0x2ea994['pipe']((0x0,a[_0x3c7acc(0x39c)])(this[_0x3c7acc(0x33c)]))[_0x3c7acc(0x3e5)](_0x2d1a71=>{const _0x10fc54=_0x3c7acc;if(_0x2d1a71!==void 0x0){if(this['_socket']=_0x2d1a71,_0x2d1a71)this[_0x10fc54(0x3bb)](_0x2d1a71),this[_0x10fc54(0x249)]=_0x2d1a71[_0x10fc54(0x181)][_0x10fc54(0x3e5)](_0x4809b4=>{const _0x43f248=_0x10fc54;_0x4809b4['routeKey']===this[_0x43f248(0x3da)]&&this[_0x43f248(0x3e7)](_0x4809b4);});else{var _0x13ff82;this[_0x10fc54(0x138)](),this[_0x10fc54(0x23a)][_0x10fc54(0x16d)](0x2),(_0x13ff82=this['_socketMessageSubscription'])==null||_0x13ff82['unsubscribe'](),this[_0x10fc54(0x249)]=null;}}});}[_0x406997(0x23b)](){const _0x1f19b4=_0x406997;var _0x4ca68d,_0x4b4864;return(_0x4ca68d=(_0x4b4864=this[_0x1f19b4(0x241)])==null?void 0x0:_0x4b4864[_0x1f19b4(0x3b5)])==null?null:_0x4ca68d;}[_0x406997(0x34b)](){const _0x25aea0=_0x406997;super[_0x25aea0(0x34b)](),this[_0x25aea0(0x29f)](),this[_0x25aea0(0x33c)][_0x25aea0(0x16d)](),this[_0x25aea0(0x33c)][_0x25aea0(0x2f1)]();}[_0x406997(0x29f)](){const _0x24f9bd=_0x406997;var _0x4e181e,_0x563649;this['_throwTelemetryCollaborationNewChangeset'](),(_0x4e181e=this[_0x24f9bd(0x241)])==null||_0x4e181e['send']({'cmd':o[_0x24f9bd(0x1dc)][_0x24f9bd(0x1a5)],'data':{'roomID':this[_0x24f9bd(0x3da)]}}),(_0x563649=this['_socket'])==null||_0x563649[_0x24f9bd(0x29f)](),this[_0x24f9bd(0x285)][_0x24f9bd(0x2f1)](),this[_0x24f9bd(0x23a)]['complete']();}[_0x406997(0x3e7)](_0x4b006f){const _0x4109d8=_0x406997;_0x4b006f[_0x4109d8(0x163)]===o[_0x4109d8(0x1dc)][_0x4109d8(0x1ad)]?this['_onJoinRoomEvent'](_0x4b006f):_0x4b006f['cmd']===o[_0x4109d8(0x1dc)]['RECV']&&this[_0x4109d8(0xfc)](_0x4b006f);}[_0x406997(0x3bb)](_0x593b3f){const _0x5f5a5e=_0x406997;this[_0x5f5a5e(0x23a)][_0x5f5a5e(0x16d)](0x1),_0x593b3f[_0x5f5a5e(0x218)]({'cmd':o[_0x5f5a5e(0x1dc)][_0x5f5a5e(0x1ad)],'routeKey':this['_unitID'],'routeType':'','data':{'rooms':[{'roomID':this[_0x5f5a5e(0x3da)]}]}});}['_onJoinRoomEvent'](_0x5c86cd){const _0x3d2124=_0x406997;var _0x314e84;if(_0x5c86cd['code']in ue){this[_0x3d2124(0x3ec)][_0x3d2124(0x343)]({'id':_0x3d2124(0x278),'data':ue[_0x5c86cd[_0x3d2124(0x334)]]}),this['_sessionStatus$'][_0x3d2124(0x16d)](0x2);return;}this[_0x3d2124(0x23a)][_0x3d2124(0x16d)](0x3);let _0x56080b=(_0x314e84=_0x5c86cd[_0x3d2124(0x379)][_0x3d2124(0x10c)][this[_0x3d2124(0x3da)]])==null?void 0x0:_0x314e84[_0x3d2124(0x255)];_0x56080b&&_0x56080b[_0x3d2124(0x1e5)](_0x2ffef6=>this[_0x3d2124(0x1fe)]['updateMember'](this[_0x3d2124(0x3da)],_0x2ffef6));}[_0x406997(0xfc)](_0x5a7de5){const _0x493ac4=_0x406997;try{let _0x3795b9=_0x5a7de5[_0x493ac4(0x379)];switch(_0x3795b9[_0x493ac4(0x2a1)]){case t[_0x493ac4(0x1fd)][_0x493ac4(0x396)]:this[_0x493ac4(0x182)](_0x3795b9),this[_0x493ac4(0x285)][_0x493ac4(0x16d)](_0x3795b9);break;case t[_0x493ac4(0x1fd)][_0x493ac4(0x148)]:this[_0x493ac4(0x22b)](_0x3795b9),this[_0x493ac4(0x285)]['next'](_0x3795b9);break;case t[_0x493ac4(0x1fd)]['CHANGESET_ACK']:case t[_0x493ac4(0x1fd)][_0x493ac4(0x27c)]:this[_0x493ac4(0x32b)](),this['_clearCollaborationTimeoutTimer'](),this[_0x493ac4(0x285)][_0x493ac4(0x16d)](_0x3795b9);break;case t['CollaborationEvent']['MSG_FOR_ERROR']:this[_0x493ac4(0x185)]['error'](_0x493ac4(0x2b2)+JSON[_0x493ac4(0x400)](_0x3795b9)),this[_0x493ac4(0x285)]['next'](_0x3795b9);break;case t[_0x493ac4(0x1fd)][_0x493ac4(0x27b)]:this[_0x493ac4(0x3de)][_0x493ac4(0x28c)](_0x3795b9[_0x493ac4(0x379)]),this[_0x493ac4(0x285)][_0x493ac4(0x16d)](_0x3795b9);break;default:this['_event$'][_0x493ac4(0x16d)](_0x3795b9);}}catch(_0x30253f){this[_0x493ac4(0x185)][_0x493ac4(0x2a8)](_0x30253f,_0x5a7de5);}}[_0x406997(0x182)](_0x1b0816){const _0x4e5431=_0x406997;this[_0x4e5431(0x1fe)]['updateMember'](this[_0x4e5431(0x3da)],_0x1b0816[_0x4e5431(0x379)]);}[_0x406997(0x22b)](_0x3cabd2){const _0x22341a=_0x406997;this[_0x22341a(0x1fe)]['removeMember'](this[_0x22341a(0x3da)],_0x3cabd2['data'][_0x22341a(0x3b5)]);}async[_0x406997(0x218)](_0x4cc570,_0x4cfc18){const _0x3b8d9d=_0x406997;if(this[_0x3b8d9d(0x24c)]!==0x3||!this[_0x3b8d9d(0x241)])throw Error(_0x3b8d9d(0x3e8));try{_0x4cc570[_0x3b8d9d(0x2a1)]===t[_0x3b8d9d(0x1fd)][_0x3b8d9d(0x3ba)]&&(this[_0x3b8d9d(0x24d)](),this[_0x3b8d9d(0x264)](_0x4cc570)),this[_0x3b8d9d(0x241)][_0x3b8d9d(0x218)]({'cmd':o[_0x3b8d9d(0x1dc)][_0x3b8d9d(0x156)],'routeKey':_0x4cfc18,'routeType':'','data':_0x4cc570});}catch(_0x3aab24){this[_0x3b8d9d(0x185)][_0x3b8d9d(0x2a8)](_0x3aab24);}}['_scheduleCollaborationTimeoutTimer'](){const _0x490e95=_0x406997;var _0x3b4a3a;this[_0x490e95(0x2f8)]=setTimeout(()=>{const _0x170771=_0x490e95;this[_0x170771(0x2f8)]=null,this[_0x170771(0x3ec)][_0x170771(0x343)]({'id':'SUBMIT_CHANGESET_TIMEOUT'});},(_0x3b4a3a=this[_0x490e95(0x102)][_0x490e95(0x2df)](_0x490e95(0x198)))==null?ne:_0x3b4a3a);}['_clearCollaborationTimeoutTimer'](){const _0x4e013e=_0x406997;this['_collaborationTimeoutTimer']&&(clearTimeout(this[_0x4e013e(0x2f8)]),this[_0x4e013e(0x2f8)]=null);}[_0x406997(0x264)](_0x5d7cd1){const _0x49521a=_0x406997;if(!this[_0x49521a(0x1d1)])return;let {data:_0x1bc79a}=_0x5d7cd1,{unitID:_0x4fc6b5,changeset:_0x40de42}=_0x1bc79a,{mutations:_0x44a70f,type:_0x3d45e8}=_0x40de42;this['_telemetryInfo']={'unitId':_0x4fc6b5,'type':_0x3d45e8,'startTime':performance[_0x49521a(0x12e)](),'stopTime':0x0,'duration':0x0,'size':re(_0x44a70f)};}['_stopTelemetryCollaborationNewChangeset'](){const _0x3ec909=_0x406997;if(this['_shouldReportTelemetry']){if(!this[_0x3ec909(0x101)]){this[_0x3ec909(0x185)]['error'](_0x3ec909(0x2c3),_0x3ec909(0x275));return;}this['_telemetryInfo'][_0x3ec909(0x3ca)]=performance[_0x3ec909(0x12e)](),this[_0x3ec909(0x101)][_0x3ec909(0x105)]=this[_0x3ec909(0x101)][_0x3ec909(0x3ca)]-this[_0x3ec909(0x101)][_0x3ec909(0x172)],this[_0x3ec909(0x287)][_0x3ec909(0x265)](_0x3ec909(0x313),this[_0x3ec909(0x101)]),this[_0x3ec909(0x101)]=null;}}[_0x406997(0x138)](){this['_telemetryInfo']=null;}};S=b([y(0x2,n[_0x406997(0x152)]),y(0x3,n['IConfigService']),y(0x4,(0x0,n[_0x406997(0x28e)])(x)),y(0x5,(0x0,n['Inject'])(se)),y(0x6,(0x0,n[_0x406997(0x28e)])(v)),y(0x7,(0x0,n[_0x406997(0x161)])(s[_0x406997(0x30e)]))],S);const C=(0x0,n[_0x406997(0x1bd)])(_0x406997(0x2e1));function de(_0x3abd13){const _0x1f2485=_0x406997;return _0x1f2485(0x364)+_0x3abd13;}function fe(_0x108b76){const _0x23d9c0=_0x406997;let {unitID:_0xb004cb,mutations:_0x3f9c5e}=_0x108b76;return{'unitId':_0xb004cb,'subUnitId':_0x3f9c5e[_0x23d9c0(0x327)]>0x0?_0x3f9c5e[0x0]['params'][_0x23d9c0(0x160)]:null};}let w=class{constructor(_0x15930b,_0x2ccfae,_0xc17864){const _0x492592=_0x406997;this[_0x492592(0x1cb)]=_0x15930b,this[_0x492592(0x34a)]=_0x2ccfae,this[_0x492592(0x253)]=_0xc17864;}[_0x406997(0x36d)](_0x13c417){const _0x344534=_0x406997;var _0x5bf341,_0xb2a357;let _0xd03828=this[_0x344534(0x1cb)]['get'](i['SheetsSelectionsService']),{unitId:_0x330f07,subUnitId:_0x3773b6}=fe(_0x13c417),_0x4cf9cf=_0xd03828==null?void 0x0:_0xd03828[_0x344534(0x1df)](_0x330f07)[_0x344534(0x401)](),_0x880a39=(_0x5bf341=this[_0x344534(0x253)][_0x344534(0x173)](_0x330f07))==null||(_0x5bf341=_0x5bf341[_0x344534(0x233)]())==null?void 0x0:_0x5bf341[_0x344534(0x2ec)]();if(_0x4cf9cf[_0x344534(0x327)]===0x0||!_0x330f07||!_0x3773b6)return;let _0x20ff92=[{'id':i['SetSelectionsOperation']['id'],'params':{'unitId':_0x330f07,'subUnitId':_0x880a39,'selections':n[_0x344534(0x1c6)][_0x344534(0x20d)](_0x4cf9cf)}}],_0x4e1a43=this[_0x344534(0x34a)][_0x344534(0x1ae)](_0x13c417,_0x20ff92);if(!(0x0,t[_0x344534(0x12b)])(_0x4e1a43))throw _0x4e1a43[_0x344534(0x2a8)];let _0x2ad1a0=(_0xb2a357=_0x4e1a43['m2Prime'][0x0])==null||(_0xb2a357=_0xb2a357[_0x344534(0x3d0)])==null?void 0x0:_0xb2a357[_0x344534(0x2b6)];if(Array[_0x344534(0xff)](_0x2ad1a0)&&_0x2ad1a0[_0x344534(0x327)]){if(_0x2ad1a0['length']===_0x20ff92[0x0]['params']['selections'][_0x344534(0x327)]&&_0x2ad1a0['every']((_0x3b56de,_0x40e87e)=>n[_0x344534(0x3fc)][_0x344534(0x206)](_0x3b56de[_0x344534(0x236)],_0x20ff92[0x0][_0x344534(0x3d0)][_0x344534(0x2b6)][_0x40e87e]['range'])))return;this[_0x344534(0x1cb)][_0x344534(0x284)](n['ICommandService'])['executeCommand'](i[_0x344534(0x2e6)]['id'],{'unitId':_0x330f07,'subUnitId':_0x880a39,'selections':_0x2ad1a0});}}};w=b([y(0x0,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x1,t[_0x406997(0x17d)]),y(0x2,n['IUniverInstanceService'])],w);const T=(0x0,n[_0x406997(0x1bd)])('univer-pro.collaboration-client.single-active-unit-service');let pe=function(_0x4336e6){const _0x2fafb2=_0x406997;return _0x4336e6[_0x4336e6[_0x2fafb2(0x3b2)]=0x0]='NO_OTHER_CLIENTS_EDITING',_0x4336e6[_0x4336e6['OTHER_CLIENTS_EDITING']=0x1]=_0x2fafb2(0x288),_0x4336e6;}({});function me(_0x5335d6){const _0x4adcdf=_0x406997;var _0x341867;return!!((_0x341867=_0x5335d6[_0x4adcdf(0x3d0)])!=null&&_0x341867[_0x4adcdf(0x3f3)]);}const he=new Set([i['InsertSheetMutation']['id']]),ge=new Set([l['AddSlidePageMutation']['id'],l['EnsureSlideMasterPageMutation']['id'],l[_0x406997(0x1d5)]['id'],l[_0x406997(0x33e)]['id']]);function _e(_0x149d33,_0x26ff8a=he){const _0x1a6cca=_0x406997;let _0x1f7bee=[];for(let _0x4f2463 of _0x149d33){if(_0x26ff8a[_0x1a6cca(0x22e)](_0x4f2463['id'])){if(_0x1f7bee[_0x1a6cca(0x327)]>0x0)break;_0x1f7bee['push'](_0x4f2463);break;}if(me(_0x4f2463)){if(_0x1f7bee[_0x1a6cca(0x327)]>0x0)break;_0x1f7bee[_0x1a6cca(0x1db)](_0x4f2463);break;}_0x1f7bee[_0x1a6cca(0x1db)](_0x4f2463);}return _0x1f7bee;}function ve(_0x58f9cf,_0x570822,_0x4d80c5,_0x22b09b,_0x2c4ce1){const _0x4d5344=_0x406997;var _0xc51c13,_0x36b132,_0x4cf49d,_0x235393;let _0x4e5fe1=_e(_0x58f9cf),_0x1495c6=(_0xc51c13=(_0x36b132=_0x2c4ce1['getCurrentUser']())==null?void 0x0:_0x36b132[_0x4d5344(0x1e3)])==null?_0x4d5344(0x338):_0xc51c13,_0xf9b1e=(_0x4cf49d=(_0x235393=_0x2c4ce1['getCurrentUser']())==null?void 0x0:_0x235393[_0x4d5344(0x3b5)])==null?'unknown':_0x4cf49d;return{'changeset':{'unitID':_0x570822,'type':(0x0,t[_0x4d5344(0x37e)])(_0x4d80c5['getUnitType'](_0x570822)),'baseRev':_0x22b09b[_0x4d5344(0x196)](_0x570822),'revision':0x0,'userID':_0x1495c6,'memberID':_0xf9b1e,'mutations':_0x4e5fe1},'pendingMutations':_0x58f9cf[_0x4d5344(0x24a)](_0x4e5fe1[_0x4d5344(0x327)])};}const ye=ve;function be(_0x5c721d,_0x5af1ac,_0x57d2a7,_0x48c9b6,_0x10f6db){return ve(_0x5c721d,_0x5af1ac,_0x57d2a7,_0x48c9b6,_0x10f6db);}function xe(_0x30a725,_0x17e192,_0x26aaf6,_0x566c88,_0x253d88){const _0x1c6095=_0x406997;var _0x40b3e6,_0xe61ca9,_0x291e69,_0x31b265;let _0x3d44cb=_e(_0x30a725,ge),_0x2b349e=(_0x40b3e6=(_0xe61ca9=_0x253d88['getCurrentUser']())==null?void 0x0:_0xe61ca9[_0x1c6095(0x1e3)])==null?_0x1c6095(0x338):_0x40b3e6,_0x123425=(_0x291e69=(_0x31b265=_0x253d88['getCurrentUser']())==null?void 0x0:_0x31b265[_0x1c6095(0x3b5)])==null?_0x1c6095(0x338):_0x291e69;return{'changeset':{'unitID':_0x17e192,'type':(0x0,t[_0x1c6095(0x37e)])(_0x26aaf6[_0x1c6095(0x1f0)](_0x17e192)),'baseRev':_0x566c88[_0x1c6095(0x196)](_0x17e192),'revision':0x0,'userID':_0x2b349e,'memberID':_0x123425,'mutations':_0x3d44cb},'pendingMutations':_0x30a725['slice'](_0x3d44cb[_0x1c6095(0x327)])};}function Se(_0x5baea7,_0x528bc6,_0x3dc168,_0x4f2deb,_0x1c6df3){const _0x583a14=_0x406997;var _0x565f7e,_0x439dec,_0x2af608,_0x2bd82b;let _0x35a6ed=_0x5baea7['reduce']((_0xf35f8d,_0x1c7ecc)=>{const _0x42954d=_0xcc0c;let _0x1138e3=_0xf35f8d[_0xf35f8d[_0x42954d(0x327)]-0x1],{id:_0x1ffef2}=_0x1138e3==null?{}:_0x1138e3,{id:_0x1bc92a,type:_0x4a415c}=_0x1c7ecc,_0x3372d2=_0x1c7ecc['params'];if(_0x1ffef2&&_0x1ffef2!==_0x1bc92a)throw Error(_0x42954d(0x269)+_0x1ffef2+_0x42954d(0x316)+_0x1bc92a+'.');if(!_0x1138e3)return[{'id':_0x1bc92a,'type':_0x4a415c,'params':{'unitId':_0x3372d2[_0x42954d(0x3ff)],'textRanges':_0x3372d2[_0x42954d(0x2a5)],'actions':_0x3372d2[_0x42954d(0x371)]}}];let _0x2f3fac=_0x1138e3[_0x42954d(0x3d0)];return Ce(_0x2f3fac[_0x42954d(0x371)],_0x3372d2[_0x42954d(0x371)])?[..._0xf35f8d[_0x42954d(0x24a)](0x0,-0x1),{..._0x1138e3,'id':_0x1bc92a,'type':_0x4a415c,'params':{'unitId':_0x3372d2['unitId'],'textRanges':_0x3372d2[_0x42954d(0x2a5)],'actions':n[_0x42954d(0x27e)][_0x42954d(0x348)](_0x2f3fac[_0x42954d(0x371)],_0x3372d2[_0x42954d(0x371)])}}]:[..._0xf35f8d,{'id':_0x1bc92a,'type':_0x4a415c,'params':{'unitId':_0x3372d2[_0x42954d(0x3ff)],'textRanges':_0x3372d2[_0x42954d(0x2a5)],'actions':_0x3372d2['actions']}}];},[]),_0xe74434=(_0x565f7e=(_0x439dec=_0x1c6df3['getCurrentUser']())==null?void 0x0:_0x439dec[_0x583a14(0x1e3)])==null?'unknown':_0x565f7e,_0xbfe173=(_0x2af608=(_0x2bd82b=_0x1c6df3[_0x583a14(0x2a9)]())==null?void 0x0:_0x2bd82b[_0x583a14(0x3b5)])==null?_0x583a14(0x338):_0x2af608;return{'changeset':{'unitID':_0x528bc6,'type':(0x0,t[_0x583a14(0x37e)])(_0x3dc168[_0x583a14(0x1f0)](_0x528bc6)),'baseRev':_0x4f2deb['getCurrentRevOfUnit'](_0x528bc6),'revision':0x0,'userID':_0xe74434,'memberID':_0xbfe173,'mutations':_0x35a6ed},'pendingMutations':_0x5baea7[_0x583a14(0x24a)](_0x5baea7[_0x583a14(0x327)])};}function Ce(_0x1942d2,_0xb880e0){return we(_0x1942d2)&&we(_0xb880e0)&&!Te(_0x1942d2)&&!Te(_0xb880e0);}function we(_0x3e0b54){const _0xe05e95=_0x406997;return Ee(_0x3e0b54)[_0xe05e95(0x2af)](_0x41923e=>De(_0x41923e)&&_0x41923e['et']===_0xe05e95(0x1ff));}function Te(_0x29096c){const _0x55b3c3=_0x406997;return Ee(_0x29096c)[_0x55b3c3(0x2af)](_0x500611=>Array[_0x55b3c3(0xff)](_0x500611)||typeof _0x500611=='string'||typeof _0x500611==_0x55b3c3(0x38b));}function Ee(_0x4f0b90){const _0x4f4fe7=_0x406997;if(!Array['isArray'](_0x4f0b90))return[];let _0x242841=_0x4f0b90[_0x4f4fe7(0x16e)](_0x4f4fe7(0x1c7))?_0x4f0b90:_0x4f0b90[_0x4f4fe7(0x312)](_0x5f1fc6=>Array['isArray'](_0x5f1fc6)&&_0x5f1fc6['includes'](_0x4f4fe7(0x1c7)));if(!Array[_0x4f4fe7(0xff)](_0x242841))return[];let _0x63c8a5=_0x242841[_0x4f4fe7(0x311)]('body');return _0x63c8a5===-0x1?[]:_0x242841[_0x4f4fe7(0x24a)](_0x63c8a5+0x1);}function De(_0x41bb76){return typeof _0x41bb76=='object'&&!!_0x41bb76&&!Array['isArray'](_0x41bb76);}function Oe(_0x11945d,_0x3e4ee6){const _0x3566a6=_0x406997;let _0x13b93f=new a['ReplaySubject'](0x1);return setTimeout(()=>_0x13b93f[_0x3566a6(0x16d)](_0x3e4ee6),_0x11945d),_0x13b93f[_0x3566a6(0x1c0)]()[_0x3566a6(0x119)]((0x0,a[_0x3566a6(0x2f9)])(0x1));}var E,D,O;let ke=function(_0x10bd2a){const _0x3c72f3=_0x406997;return _0x10bd2a['NOT_COLLAB']='not_collab',_0x10bd2a['SYNCED']=_0x3c72f3(0x26b),_0x10bd2a[_0x3c72f3(0x19b)]='pending',_0x10bd2a['AWAITING']=_0x3c72f3(0x2d4),_0x10bd2a[_0x3c72f3(0x2b3)]=_0x3c72f3(0x1e4),_0x10bd2a[_0x3c72f3(0x154)]=_0x3c72f3(0x1ed),_0x10bd2a[_0x3c72f3(0x268)]=_0x3c72f3(0x115),_0x10bd2a[_0x3c72f3(0x183)]='offline',_0x10bd2a;}({});const Ae=0x4e20,je=0x2bf20;var k=class{constructor(_0xa31290,_0x22606e,_0x4cb861,_0x4d7447,_0x113bd1,_0x41c3a3,_0x11280a,_0x3e14ca,_0x109e36){const _0x2fa9ba=_0x406997;this[_0x2fa9ba(0x187)]=_0xa31290,this['type']=_0x22606e,this[_0x2fa9ba(0x276)]=_0x113bd1,this['_commandService']=_0x41c3a3,this[_0x2fa9ba(0x3d5)]=_0x11280a,this[_0x2fa9ba(0x12c)]=_0x3e14ca,this[_0x2fa9ba(0x2ce)]=_0x109e36,_(this,_0x2fa9ba(0x1b7),null),_(this,_0x2fa9ba(0x240),[]),this[_0x2fa9ba(0x1b7)]=_0x4cb861,this[_0x2fa9ba(0x240)]=_0x4d7447;}[_0x406997(0x2ff)](_0x4ffe88){const _0x292b72=_0x406997;let _0x445df9=this['_revisionService']['getCurrentRevOfUnit'](this[_0x292b72(0x187)]);return _0x4ffe88[_0x292b72(0x340)]>_0x445df9+0x1?(this['_handler'][_0x292b72(0x107)]({'from':_0x445df9,'to':_0x4ffe88[_0x292b72(0x340)]-0x1}),!0x0):!0x1;}[_0x406997(0x124)](_0x556dfb){const _0x4768fb=_0x406997;this[_0x4768fb(0x3d5)][_0x4768fb(0x11c)](this[_0x4768fb(0x187)],_0x556dfb);}['_transformSelections'](_0xdc5316){const _0x277e6e=_0x406997;var _0x43be56,_0xdfd619;(_0x43be56=(_0xdfd619=this[_0x277e6e(0x276)])['onTransformSelections'])==null||_0x43be56[_0x277e6e(0x3d6)](_0xdfd619,_0xdc5316);}[_0x406997(0x14d)](_0xbaecb0){const _0x5d94a2=_0x406997;var _0x3eb217,_0x22d144;return(_0x3eb217=(_0x22d144=this[_0x5d94a2(0x276)])[_0x5d94a2(0x3f8)])==null?void 0x0:_0x3eb217[_0x5d94a2(0x3d6)](_0x22d144,_0xbaecb0);}['_transformStateCache'](_0x5c1fcc){const _0x21b196=_0x406997;var _0x40b997,_0x261ce8;return(_0x40b997=(_0x261ce8=this[_0x21b196(0x276)])[_0x21b196(0x26c)])==null?void 0x0:_0x40b997[_0x21b196(0x3d6)](_0x261ce8,_0x5c1fcc);}[_0x406997(0x320)](_0x2c73da){var _0x19b848,_0x39fa1a,_0x3a15fd;return(_0x19b848=(_0x39fa1a=(_0x3a15fd=this['_handler'])['onTransformRemoteChangesetByIMECache'])==null?void 0x0:_0x39fa1a['call'](_0x3a15fd,_0x2c73da))==null?_0x2c73da:_0x19b848;}[_0x406997(0x35e)](_0x33d99f){const _0x44ffe2=_0x406997;var _0x4a17ca,_0x552bbb,_0x15911a;return(_0x4a17ca=(_0x552bbb=(_0x15911a=this[_0x44ffe2(0x276)])[_0x44ffe2(0x360)])==null?void 0x0:_0x552bbb[_0x44ffe2(0x3d6)](_0x15911a,_0x33d99f))==null?_0x33d99f:_0x4a17ca;}[_0x406997(0x2e2)](_0x45d6df){const _0x34adeb=_0x406997;if(this[_0x34adeb(0x132)]===n['UniverInstanceType'][_0x34adeb(0x332)]){let {unitID:_0x136970,mutations:_0x46a165,memberID:_0x5e07e9}=_0x45d6df,_0x60bad6=_0x46a165[_0x34adeb(0x327)]>0x0?_0x46a165[0x0][_0x34adeb(0x3d0)][_0x34adeb(0x2a5)]:[];if(Array[_0x34adeb(0xff)](_0x60bad6)&&_0x60bad6[_0x34adeb(0x327)]>0x0){var _0x40520c,_0x42097c;(_0x40520c=(_0x42097c=this[_0x34adeb(0x276)])[_0x34adeb(0x15d)])==null||_0x40520c['call'](_0x42097c,{'unitID':_0x136970,'memberID':_0x5e07e9,'textRanges':_0x60bad6});}}}['_updateLocalCache'](){const _0x8b67f3=_0x406997;var _0x5e7088;(_0x5e7088=this[_0x8b67f3(0x2ce)])==null||_0x5e7088['updateOfflineData'](this[_0x8b67f3(0x187)],this[_0x8b67f3(0x132)],this[_0x8b67f3(0x1b7)],this[_0x8b67f3(0x240)]);}['_getCurrentRevision'](){const _0x58f923=_0x406997;return this[_0x58f923(0x12c)][_0x58f923(0x196)](this[_0x58f923(0x187)]);}[_0x406997(0x1d6)](){const _0x1fd9d1=_0x406997;this[_0x1fd9d1(0x12c)]['incrementRevOfUnit'](this[_0x1fd9d1(0x187)]);}[_0x406997(0x3d1)](_0xb8599c){const _0x5c5157=_0x406997;let _0x1c293c=this['_transformRemoteChangesetByIMECache'](_0xb8599c);_0x1c293c=this[_0x5c5157(0x35e)](_0x1c293c);let _0x38982b=(0x0,n['sequenceExecute'])(_0x1c293c[_0x5c5157(0x393)],this['_commandService'],{'fromCollab':!0x0});if(!_0x38982b[_0x5c5157(0x3f9)]){var _0x222f1c;throw _0x38982b['error']instanceof Error?_0x38982b[_0x5c5157(0x2a8)]:Error((_0x222f1c=_0x38982b[_0x5c5157(0x2a8)])==null?_0x5c5157(0x394):_0x222f1c);}this[_0x5c5157(0x14d)](_0x1c293c),this['_transformStateCache'](_0x1c293c),this['_transformUndoredo'](_0xb8599c),this['_transformSelections'](_0x1c293c),this[_0x5c5157(0x2e2)](_0x1c293c),this[_0x5c5157(0x1d6)]();}};let A=class extends k{constructor(_0x301cd3,_0x3e1b2c,_0x23365e,_0xf76f87,_0x1d7ac8,_0x28e631,_0x3d3eab,_0x12cf83,_0x4fde3e,_0x46892a){const _0x13f166=_0x406997;super(_0x301cd3,_0x3e1b2c,null,[],_0x23365e,_0x3d3eab,_0x28e631,_0xf76f87,_0x46892a),this[_0x13f166(0x1cb)]=_0x1d7ac8,this[_0x13f166(0x185)]=_0x12cf83,this[_0x13f166(0x34a)]=_0x4fde3e,this[_0x13f166(0x1c4)]=_0x46892a,_(this,_0x13f166(0x2a6),_0x13f166(0x26b));}[_0x406997(0x3b7)](_0x179e9e){const _0x34363c=_0x406997;let _0x22b50e=this[_0x34363c(0x1cb)]['createInstance'](j,this[_0x34363c(0x187)],this[_0x34363c(0x132)],[_0x179e9e],this[_0x34363c(0x276)]);return _0x22b50e[_0x34363c(0x351)](),_0x22b50e[_0x34363c(0x1dd)](),_0x22b50e;}[_0x406997(0x3a1)](_0x7a7ba){const _0x1c4333=_0x406997;if(this['_checkMissing'](_0x7a7ba))return this[_0x1c4333(0x1cb)][_0x1c4333(0x244)](I,this[_0x1c4333(0x187)],this['type'],null,[],null,[_0x7a7ba],this['_handler']);try{let _0x434b8a=this[_0x1c4333(0x34a)][_0x1c4333(0x1ae)](_0x7a7ba,[t[_0x1c4333(0x3a0)]]);if((0x0,t['isTransformMutationsWithChangesetSuccess'])(_0x434b8a)){let {c1Prime:_0x59e1a9}=_0x434b8a;return this[_0x1c4333(0x3d1)](_0x59e1a9),this;}throw _0x434b8a['error'];}catch(_0x5470f4){return this[_0x1c4333(0x185)]['error'](_0x5470f4),this[_0x1c4333(0x3e6)](!0x1);}}[_0x406997(0x3e6)](_0x2675ae){const _0x4190b0=_0x406997;return this[_0x4190b0(0x1cb)][_0x4190b0(0x244)](P,this[_0x4190b0(0x187)],this[_0x4190b0(0x132)],null,[],this[_0x4190b0(0x276)],_0x2675ae);}[_0x406997(0x2a3)](_0x456911){const _0x2ac2d8=_0x406997;if(_0x456911[_0x2ac2d8(0x340)]<=this['_getCurrentRevision']())return this;throw Error(_0x2ac2d8(0x38c));}[_0x406997(0x166)](){const _0x499d79=_0x406997;throw Error(_0x499d79(0x292));}[_0x406997(0x1f7)](){return this;}['toggleOffline'](){const _0x573f72=_0x406997;return this[_0x573f72(0x1cb)]['createInstance'](F,this[_0x573f72(0x187)],this[_0x573f72(0x132)],null,[],this[_0x573f72(0x276)]);}[_0x406997(0x18d)](){return this;}['resend'](){const _0x2597bc=_0x406997;throw Error(_0x2597bc(0x309));}[_0x406997(0x2b9)](){const _0xc72fda=_0x406997;let _0x3a07ae=this[_0xc72fda(0x12c)]['getCurrentRevOfUnit'](this[_0xc72fda(0x187)]);return this['_handler'][_0xc72fda(0x107)]({'from':_0x3a07ae,'to':0x0}),this[_0xc72fda(0x1cb)][_0xc72fda(0x244)](I,this[_0xc72fda(0x187)],this[_0xc72fda(0x132)],null,[],null,[],this[_0xc72fda(0x276)]);}};A=b([y(0x3,(0x0,n[_0x406997(0x28e)])(t['RevisionService'])),y(0x4,(0x0,n['Inject'])(n['Injector'])),y(0x5,n[_0x406997(0x16f)]),y(0x6,n['ICommandService']),y(0x7,n[_0x406997(0x152)]),y(0x8,t[_0x406997(0x17d)]),y(0x9,(0x0,n[_0x406997(0x161)])(C))],A);let j=E=class extends k{constructor(_0x111913,_0x5b4e1c,_0x468ad2,_0x330655,_0x45a6fc,_0x303cde,_0xcb41c3,_0x119e24,_0x479bd4,_0x325ea8,_0x88e54c,_0xeadd73,_0x2e16e4,_0x403bd9){const _0x3833b8=_0x406997;super(_0x111913,_0x5b4e1c,null,_0x468ad2,_0x330655,_0x479bd4,_0x2e16e4,_0x303cde,_0x403bd9),this['_injector']=_0x45a6fc,this[_0x3833b8(0x1fe)]=_0xcb41c3,this['_logService']=_0x119e24,this[_0x3833b8(0x102)]=_0x325ea8,this[_0x3833b8(0x34a)]=_0x88e54c,this['_univerInstanceService']=_0xeadd73,_(this,'status',_0x3833b8(0x3cd)),_(this,'_scheduleCompleteTimestamp',null),_(this,'_sendingTimer',null);}[_0x406997(0x3b7)](_0x5650ad){const _0x556346=_0x406997;return this[_0x556346(0x240)]['push'](_0x5650ad),this[_0x556346(0x1dd)](),this;}[_0x406997(0x3a1)](_0x3464a7){const _0xaa95e9=_0x406997;if(this[_0xaa95e9(0x2ff)](_0x3464a7))return this['_clearScheduledTask'](),this[_0xaa95e9(0x1cb)][_0xaa95e9(0x244)](I,this[_0xaa95e9(0x187)],this[_0xaa95e9(0x132)],null,this[_0xaa95e9(0x240)],null,[_0x3464a7],this[_0xaa95e9(0x276)]);try{let _0x28460c=this[_0xaa95e9(0x34a)]['transformMutationsWithChangeset'](_0x3464a7,this[_0xaa95e9(0x240)]);if((0x0,t[_0xaa95e9(0x12b)])(_0x28460c)){let {c1Prime:_0x3e215b,m2Prime:_0x4feb5a}=_0x28460c;this['_executeRemoteChangeset'](_0x3e215b);let _0x25a923=this[_0xaa95e9(0x1cb)][_0xaa95e9(0x244)](E,this['unitID'],this[_0xaa95e9(0x132)],_0x4feb5a,this[_0xaa95e9(0x276)]);this[_0xaa95e9(0x104)]();let _0x3d6cac=new Date()[_0xaa95e9(0x228)](),_0x3494ed=this[_0xaa95e9(0x372)]?Math['max'](this['_scheduleCompleteTimestamp']-_0x3d6cac,0x0):this[_0xaa95e9(0x3ce)]();return _0x25a923['_schedule'](_0x3494ed),_0x25a923;}throw _0x28460c[_0xaa95e9(0x2a8)];}catch(_0x31814c){return this[_0xaa95e9(0x185)][_0xaa95e9(0x2a8)](_0x31814c),this['_onConflict'](!0x1);}}[_0x406997(0x2a3)](_0xa5caf8){const _0x1fc60c=_0x406997;if(_0xa5caf8[_0x1fc60c(0x340)]<=this['_getCurrentRevision']())return this;throw Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x406997(0x166)](){const _0x26d319=_0x406997;throw Error(_0x26d319(0x324));}[_0x406997(0x1f7)](){return this;}[_0x406997(0x15e)](){const _0x2d0a83=_0x406997;return this['_clearScheduledTask'](),this[_0x2d0a83(0x1cb)][_0x2d0a83(0x244)](F,this[_0x2d0a83(0x187)],this[_0x2d0a83(0x132)],null,this[_0x2d0a83(0x240)],this[_0x2d0a83(0x276)]);}['toggleOnline'](){return this;}[_0x406997(0x351)](_0x75778b){const _0x62e0f8=_0x406997;let _0x148c2c=_0x75778b==null?this[_0x62e0f8(0x3ce)]():_0x75778b;this[_0x62e0f8(0x372)]=new Date()[_0x62e0f8(0x228)]()+_0x148c2c,this[_0x62e0f8(0x242)]=setTimeout(()=>{const _0x3affbf=_0x62e0f8;this[_0x3affbf(0x104)]();let _0x5e337b=null;switch(this['type']){case n[_0x3affbf(0x127)][_0x3affbf(0x225)]:_0x5e337b=ye(this[_0x3affbf(0x240)],this['unitID'],this[_0x3affbf(0x2ee)],this[_0x3affbf(0x12c)],this[_0x3affbf(0x1fe)]);break;case n['UniverInstanceType']['UNIVER_DOC']:_0x5e337b=this[_0x3affbf(0x240)]['every'](_0x237b22=>_0x237b22['id']===r[_0x3affbf(0x30b)]['id'])?Se(this[_0x3affbf(0x240)],this[_0x3affbf(0x187)],this[_0x3affbf(0x2ee)],this[_0x3affbf(0x12c)],this[_0x3affbf(0x1fe)]):ye(this[_0x3affbf(0x240)],this[_0x3affbf(0x187)],this['_univerInstanceService'],this[_0x3affbf(0x12c)],this[_0x3affbf(0x1fe)]);break;case n[_0x3affbf(0x127)][_0x3affbf(0x3bf)]:_0x5e337b=xe(this[_0x3affbf(0x240)],this[_0x3affbf(0x187)],this[_0x3affbf(0x2ee)],this[_0x3affbf(0x12c)],this[_0x3affbf(0x1fe)]);break;case n[_0x3affbf(0x127)]['UNIVER_BASE']:_0x5e337b=be(this[_0x3affbf(0x240)],this['unitID'],this[_0x3affbf(0x2ee)],this[_0x3affbf(0x12c)],this[_0x3affbf(0x1fe)]);break;default:throw Error('[PendingState]:\x20unhandled\x20univer\x20type:\x20'+this[_0x3affbf(0x132)]+'\x20in\x20_schedule.');}let {changeset:_0x3b44e7,pendingMutations:_0xd16393}=_0x5e337b;this[_0x3affbf(0x276)][_0x3affbf(0x2e7)](_0x3b44e7);let _0x4ed296=_0xd16393[_0x3affbf(0x327)]?this['_injector'][_0x3affbf(0x244)](N,this['unitID'],this[_0x3affbf(0x132)],_0x3b44e7,_0xd16393,this[_0x3affbf(0x276)],void 0x0):this[_0x3affbf(0x1cb)][_0x3affbf(0x244)](M,this['unitID'],this[_0x3affbf(0x132)],_0x3b44e7,this[_0x3affbf(0x276)]);_0x4ed296['_updateLocalCache'](),this[_0x3affbf(0x276)][_0x3affbf(0x323)](this,_0x4ed296);},_0x148c2c);}[_0x406997(0x3ce)](){const _0x4c66e3=_0x406997;var _0x3a9979;let _0x7a529c=this[_0x4c66e3(0x102)][_0x4c66e3(0x2df)](h);return(_0x3a9979=_0x7a529c==null?void 0x0:_0x7a529c[_0x4c66e3(0x388)])==null?0x7d0:_0x3a9979;}['resend'](){const _0x11f67b=_0x406997;throw Error(_0x11f67b(0x286));}['_clearScheduledTask'](){const _0x39e95d=_0x406997;this[_0x39e95d(0x242)]!=null&&(clearTimeout(this[_0x39e95d(0x242)]),this[_0x39e95d(0x242)]=null);}['_onConflict'](_0x39f569){const _0x495c53=_0x406997;return this[_0x495c53(0x104)](),this[_0x495c53(0x1cb)]['createInstance'](P,this[_0x495c53(0x187)],this['type'],null,this[_0x495c53(0x240)],this[_0x495c53(0x276)],_0x39f569);}};j=E=b([y(0x4,(0x0,n['Inject'])(n[_0x406997(0x321)])),y(0x5,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0x6,(0x0,n[_0x406997(0x28e)])(x)),y(0x7,n[_0x406997(0x152)]),y(0x8,n[_0x406997(0x1f2)]),y(0x9,n[_0x406997(0x262)]),y(0xa,t['ITransformService']),y(0xb,n['IUniverInstanceService']),y(0xc,n['IUndoRedoService']),y(0xd,(0x0,n[_0x406997(0x161)])(C))],j);let M=D=class extends k{constructor(_0x42447d,_0x38011b,_0x566360,_0x257b91,_0x583272,_0x59ed2a,_0x1e2d80,_0x42663a,_0x4cc0b2,_0x3a9621,_0x1e798d){const _0xbd5473=_0x406997;super(_0x42447d,_0x38011b,_0x566360,[],_0x257b91,_0x1e2d80,_0x3a9621,_0x59ed2a,_0x1e798d),this['_injector']=_0x583272,this[_0xbd5473(0x185)]=_0x42663a,this[_0xbd5473(0x34a)]=_0x4cc0b2,_(this,_0xbd5473(0x2a6),'awaiting'),_(this,'_resendTimeout',0x0),_(this,'_maxTotalRetryTimeout',0x0),_(this,'_resendTimer',void 0x0),_(this,_0xbd5473(0x230),void 0x0);}[_0x406997(0x3b7)](_0x3d4f75){const _0x3a8179=_0x406997;this[_0x3a8179(0x104)]();let _0x4a2766=this[_0x3a8179(0x1cb)]['createInstance'](N,this[_0x3a8179(0x187)],this[_0x3a8179(0x132)],this['_awaitingChangeset'],[_0x3d4f75],this['_handler'],this[_0x3a8179(0x16a)]);return _0x4a2766[_0x3a8179(0x1dd)](),_0x4a2766;}[_0x406997(0x3a1)](_0x20ae84){const _0x3240c4=_0x406997;if(this[_0x3240c4(0x2ff)](_0x20ae84))return this[_0x3240c4(0x104)](),this[_0x3240c4(0x1cb)][_0x3240c4(0x244)](I,this[_0x3240c4(0x187)],this[_0x3240c4(0x132)],this[_0x3240c4(0x1b7)],[],null,[_0x20ae84],this['_handler']);try{let _0x29e709=this[_0x3240c4(0x34a)]['transformChangesets']([_0x20ae84],[this[_0x3240c4(0x1b7)]],!0x1);if((0x0,t[_0x3240c4(0x248)])(_0x29e709)){let {c1Prime:_0x20f483,c2Prime:_0x227b42}=_0x29e709;this[_0x3240c4(0x3d1)](_0x20f483[0x0]),_0x227b42[0x0]['baseRev']=this['_getCurrentRevision'](),this[_0x3240c4(0x104)]();let _0x2db640=this[_0x3240c4(0x1cb)][_0x3240c4(0x244)](D,this[_0x3240c4(0x187)],this[_0x3240c4(0x132)],_0x227b42[0x0],this[_0x3240c4(0x276)]);return _0x2db640[_0x3240c4(0x1dd)](),_0x2db640;}throw _0x29e709['error'];}catch(_0x801f0b){return this[_0x3240c4(0x185)]['error'](_0x801f0b),this['_onConflict'](!0x1);}}[_0x406997(0x2a3)](_0x477822){const _0x2fdd71=_0x406997;this[_0x2fdd71(0x104)]();let _0x31b726=this[_0x2fdd71(0x12c)]['getCurrentRevOfUnit'](this['unitID']);if(_0x477822[_0x2fdd71(0x340)]<=_0x31b726)return this;if(this[_0x2fdd71(0x2ff)](_0x477822))return this[_0x2fdd71(0x1cb)]['createInstance'](I,this[_0x2fdd71(0x187)],this[_0x2fdd71(0x132)],this['_awaitingChangeset'],[],_0x477822[_0x2fdd71(0x340)],[],this[_0x2fdd71(0x276)]);this[_0x2fdd71(0x1d6)]();let _0x36c7cd=this[_0x2fdd71(0x1cb)][_0x2fdd71(0x244)](A,this['unitID'],this[_0x2fdd71(0x132)],this[_0x2fdd71(0x276)]);return _0x36c7cd[_0x2fdd71(0x1dd)](),_0x36c7cd;}['onRemoteRej'](_0x523d1b){const _0x1353c9=_0x406997;return this[_0x1353c9(0x3e6)](!!(_0x523d1b!=null&&_0x523d1b[_0x1353c9(0x3a5)]));}['onRemoteRetry'](_0x10b245){const _0x20e57c=_0x406997;return this['_maxTotalRetryTimeout']>je?this[_0x20e57c(0x15e)]():(this['_resendTimer']=Oe(this['_resendTimeout'],{'timeout':this['_resendTimeout'],'reqId':_0x10b245[_0x20e57c(0x223)]}),this[_0x20e57c(0x230)]=this[_0x20e57c(0x16a)][_0x20e57c(0x3e5)](({reqId:_0xf307ac,timeout:_0x30375d})=>{this['_resendWithTimeout'](_0xf307ac,_0x30375d);}),this);}[_0x406997(0x15e)](){const _0x28b5d5=_0x406997;return this['_clearScheduledTask'](),this[_0x28b5d5(0x1cb)]['createInstance'](F,this['unitID'],this[_0x28b5d5(0x132)],this[_0x28b5d5(0x1b7)],[],this['_handler']);}[_0x406997(0x18d)](){return this;}[_0x406997(0x2a0)](){const _0x3ee7e4=_0x406997;this[_0x3ee7e4(0x276)]['onSendChangeset'](this[_0x3ee7e4(0x1b7)]);}[_0x406997(0x3e6)](_0x17043a){const _0x478c00=_0x406997;return this[_0x478c00(0x104)](),this[_0x478c00(0x1cb)][_0x478c00(0x244)](P,this[_0x478c00(0x187)],this['type'],this[_0x478c00(0x1b7)],[],this[_0x478c00(0x276)],_0x17043a);}[_0x406997(0x1a9)](_0x3beda1,_0x60792e){const _0x35c766=_0x406997;var _0x3f6127;_0x3beda1===((_0x3f6127=this[_0x35c766(0x1b7)])==null?void 0x0:_0x3f6127[_0x35c766(0x223)])&&(this[_0x35c766(0x2a0)](),this[_0x35c766(0x25a)]=_0x60792e===0x0?0x3e8:Math[_0x35c766(0x39d)](_0x60792e*0x2,Ae),this[_0x35c766(0x38a)]+=this[_0x35c766(0x25a)]);}[_0x406997(0x104)](){const _0x973c4e=_0x406997;var _0x112f27;(_0x112f27=this[_0x973c4e(0x230)])==null||_0x112f27['unsubscribe'](),this['_resendTimeout']=0x0,this[_0x973c4e(0x38a)]=0x0;}};M=D=b([y(0x4,(0x0,n['Inject'])(n[_0x406997(0x321)])),y(0x5,(0x0,n[_0x406997(0x28e)])(t['RevisionService'])),y(0x6,n[_0x406997(0x1f2)]),y(0x7,n['ILogService']),y(0x8,t[_0x406997(0x17d)]),y(0x9,n[_0x406997(0x16f)]),y(0xa,(0x0,n[_0x406997(0x161)])(C))],M);let N=O=class extends k{constructor(_0x5e5db9,_0xa0be7f,_0x8a3e23,_0x36bcec,_0x46c01,_0x497269,_0x3d9449,_0x5940b3,_0x3f5f47,_0x51e7bd,_0x127a82,_0x4f13f4,_0x4f728b){const _0x51d6c9=_0x406997;super(_0x5e5db9,_0xa0be7f,_0x8a3e23,_0x36bcec,_0x46c01,_0x3f5f47,_0x4f13f4,_0x5940b3,_0x4f728b),this[_0x51d6c9(0x1cb)]=_0x3d9449,this['_logService']=_0x51e7bd,this[_0x51d6c9(0x34a)]=_0x127a82,this[_0x51d6c9(0x1c4)]=_0x4f728b,_(this,'status',_0x51d6c9(0x1e4)),_(this,_0x51d6c9(0x25a),0x0),_(this,_0x51d6c9(0x38a),0x0),_(this,_0x51d6c9(0x16a),void 0x0),_(this,_0x51d6c9(0x230),void 0x0),_0x497269&&(this[_0x51d6c9(0x16a)]=_0x497269,this[_0x51d6c9(0x230)]=this[_0x51d6c9(0x16a)][_0x51d6c9(0x3e5)](({reqId:_0x9fff8f,timeout:_0x7e38ac})=>{const _0x403ca4=_0x51d6c9;this[_0x403ca4(0x1a9)](_0x9fff8f,_0x7e38ac);}));}['appendMutation'](_0x5f55b1){const _0x4638a7=_0x406997;return this['_pendingMutations'][_0x4638a7(0x1db)](_0x5f55b1),this;}[_0x406997(0x3a1)](_0x5a1ade){const _0x76a6e=_0x406997;if(this[_0x76a6e(0x2ff)](_0x5a1ade))return this[_0x76a6e(0x104)](),this[_0x76a6e(0x1cb)][_0x76a6e(0x244)](I,this['unitID'],this[_0x76a6e(0x132)],this[_0x76a6e(0x1b7)],this[_0x76a6e(0x240)],null,[_0x5a1ade],this[_0x76a6e(0x276)]);try{let _0x489251=this[_0x76a6e(0x34a)][_0x76a6e(0x353)]([_0x5a1ade],[this[_0x76a6e(0x1b7)]],!0x1);if((0x0,t['isTransformChangesetsSuccess'])(_0x489251)){let {c1Prime:_0x1d89f0,c2Prime:_0x564887}=_0x489251,_0xdc7ea6=this[_0x76a6e(0x34a)]['transformMutationsWithChangeset'](_0x1d89f0[0x0],this['_pendingMutations']);if((0x0,t[_0x76a6e(0x12b)])(_0xdc7ea6)){let {c1Prime:_0x587580,m2Prime:_0x5e7cb1}=_0xdc7ea6;return this[_0x76a6e(0x3d1)](_0x587580),_0x564887[0x0][_0x76a6e(0x1c3)]=this[_0x76a6e(0x293)](),this[_0x76a6e(0x104)](),this[_0x76a6e(0x1cb)][_0x76a6e(0x244)](O,this['unitID'],this[_0x76a6e(0x132)],_0x564887[0x0],_0x5e7cb1,this[_0x76a6e(0x276)],void 0x0);}throw _0xdc7ea6[_0x76a6e(0x2a8)];}throw _0x489251[_0x76a6e(0x2a8)];}catch(_0x2091ba){return this['_logService'][_0x76a6e(0x2a8)](_0x2091ba),this[_0x76a6e(0x3e6)](!0x1);}}[_0x406997(0x2a3)](_0x5ab91b){const _0x4d9712=_0x406997;this[_0x4d9712(0x104)]();let _0x3be5e2=this['_getCurrentRevision']();if(_0x5ab91b[_0x4d9712(0x340)]<=_0x3be5e2)return this;if(this[_0x4d9712(0x2ff)](_0x5ab91b))return this['_injector'][_0x4d9712(0x244)](I,this[_0x4d9712(0x187)],this[_0x4d9712(0x132)],this[_0x4d9712(0x1b7)],this['_pendingMutations'],_0x5ab91b[_0x4d9712(0x340)],[],this[_0x4d9712(0x276)]);this[_0x4d9712(0x1d6)]();let _0x3f6975=this[_0x4d9712(0x1cb)][_0x4d9712(0x244)](j,this[_0x4d9712(0x187)],this['type'],this[_0x4d9712(0x240)],this[_0x4d9712(0x276)]);return _0x3f6975[_0x4d9712(0x351)](),_0x3f6975[_0x4d9712(0x1dd)](),_0x3f6975;}[_0x406997(0x166)](_0x5e35a1){const _0x51a80a=_0x406997;return this[_0x51a80a(0x3e6)](!!(_0x5e35a1!=null&&_0x5e35a1['isPermissionRej']));}[_0x406997(0x1f7)](_0x13f057){const _0x34ed4e=_0x406997;return this[_0x34ed4e(0x38a)]>je?this[_0x34ed4e(0x15e)]():(this['_resendTimer']=Oe(this[_0x34ed4e(0x25a)],{'timeout':this[_0x34ed4e(0x25a)],'reqId':_0x13f057[_0x34ed4e(0x223)]}),this[_0x34ed4e(0x230)]=this[_0x34ed4e(0x16a)]['subscribe'](({reqId:_0x4ef857,timeout:_0xb0d9e7})=>{const _0x23dcd2=_0x34ed4e;this[_0x23dcd2(0x1a9)](_0x4ef857,_0xb0d9e7);}),this);}[_0x406997(0x15e)](){const _0x48a912=_0x406997;return this[_0x48a912(0x104)](),this[_0x48a912(0x1cb)][_0x48a912(0x244)](F,this[_0x48a912(0x187)],this[_0x48a912(0x132)],this[_0x48a912(0x1b7)],this[_0x48a912(0x240)],this[_0x48a912(0x276)]);}[_0x406997(0x18d)](){return this;}[_0x406997(0x2a0)](){const _0x3d3db4=_0x406997;this[_0x3d3db4(0x276)][_0x3d3db4(0x2e7)](this[_0x3d3db4(0x1b7)]);}[_0x406997(0x3e6)](_0x187da1){const _0x17fbf5=_0x406997;return this[_0x17fbf5(0x104)](),this[_0x17fbf5(0x1cb)]['createInstance'](P,this[_0x17fbf5(0x187)],this[_0x17fbf5(0x132)],null,this[_0x17fbf5(0x240)],this[_0x17fbf5(0x276)],_0x187da1);}['_resendWithTimeout'](_0x4642e8,_0x4f3832){const _0x373804=_0x406997;var _0x3fe093;_0x4642e8===((_0x3fe093=this[_0x373804(0x1b7)])==null?void 0x0:_0x3fe093['reqId'])&&(this['resend'](),this[_0x373804(0x25a)]=_0x4f3832===0x0?0x3e8:Math[_0x373804(0x39d)](_0x4f3832*0x2,Ae),this[_0x373804(0x38a)]+=this[_0x373804(0x25a)]);}['_clearScheduledTask'](){const _0x22add2=_0x406997;var _0x47d7ab;(_0x47d7ab=this['_sender'])==null||_0x47d7ab[_0x22add2(0x37a)](),this['_resendTimeout']=0x0,this[_0x22add2(0x38a)]=0x0;}};N=O=b([y(0x6,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x7,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0x8,n[_0x406997(0x1f2)]),y(0x9,n[_0x406997(0x152)]),y(0xa,t[_0x406997(0x17d)]),y(0xb,n[_0x406997(0x16f)]),y(0xc,(0x0,n[_0x406997(0x161)])(C))],N);let P=class extends k{constructor(_0x3c9421,_0xcc1a59,_0x7766c3,_0x33863f,_0x21d01f,_0xc64b80=!0x1,_0x184c90,_0x40f8ef,_0x2a0258,_0xf85852,_0x58de98,_0x2fccb4,_0x2be877){const _0x2f8550=_0x406997;super(_0x3c9421,_0xcc1a59,_0x7766c3,_0x33863f,_0x21d01f,_0x40f8ef,_0x2a0258,_0xf85852,_0x2be877),this[_0x2f8550(0x1af)]=_0xc64b80,this['_permissionService']=_0x184c90,this[_0x2f8550(0x3cc)]=_0x58de98,this[_0x2f8550(0x3ec)]=_0x2fccb4,this['localCacheService']=_0x2be877,_(this,_0x2f8550(0x2a6),_0x2f8550(0x115)),this['_showConflictNotification'](),this[_0x2f8550(0x1f4)](),this[_0x2f8550(0x2c7)]();}['appendMutation'](){return this;}[_0x406997(0x3a1)](){return this;}['onRemoteAck'](){return this;}[_0x406997(0x166)](){return this;}[_0x406997(0x1f7)](){return this;}[_0x406997(0x15e)](){return this;}['toggleOnline'](){return this;}['resend'](){const _0x431ef8=_0x406997;throw Error(_0x431ef8(0x29a));}[_0x406997(0x1f4)](){const _0x265d65=_0x406997;var _0xd1def5,_0xb932e7,_0x1a38d0;(_0xd1def5=this[_0x265d65(0x2ce)])==null||(_0xb932e7=_0xd1def5[_0x265d65(0x11b)])==null||(_0xb932e7=_0xb932e7[_0x265d65(0x3d6)](_0xd1def5,this[_0x265d65(0x187)],_0x265d65(0x115)))==null||_0xb932e7[_0x265d65(0x398)](()=>void 0x0),(_0x1a38d0=this[_0x265d65(0x2ce)])==null||_0x1a38d0[_0x265d65(0x329)](this['unitID'],this[_0x265d65(0x132)],null,[]);}['_showConflictNotification'](){const _0x15bdef=_0x406997;this[_0x15bdef(0x1af)]?this[_0x15bdef(0x3ec)]['emitEvent']({'id':_0x15bdef(0x33b)}):this[_0x15bdef(0x3ec)][_0x15bdef(0x343)]({'id':_0x15bdef(0x268)});}[_0x406997(0x2c7)](){const _0xf9e4cc=_0x406997;this['_permissionService']['updatePermissionPoint'](new i[(_0xf9e4cc(0x352))](this[_0xf9e4cc(0x187)])['id'],!0x1);}};P=b([y(0x6,(0x0,n['Inject'])(n[_0x406997(0x27f)])),y(0x7,n[_0x406997(0x1f2)]),y(0x8,n[_0x406997(0x16f)]),y(0x9,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0xa,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x3d3)])),y(0xb,(0x0,n['Inject'])(v)),y(0xc,(0x0,n[_0x406997(0x161)])(C))],P);let F=class extends k{constructor(_0x28e4d3,_0x4d6e3d,_0x395e4c,_0x21312e,_0x76427,_0x1b5b30,_0x48fa72,_0x25624a,_0x59cece,_0x1566ad){const _0x5cd581=_0x406997;super(_0x28e4d3,_0x4d6e3d,_0x395e4c,_0x21312e,_0x76427,_0x25624a,_0x59cece,_0x48fa72,_0x1566ad),this['_injector']=_0x1b5b30,_(this,'status',_0x5cd581(0x3fd));}['appendMutation'](_0x20d83f){const _0x5cb731=_0x406997;return this['_pendingMutations'][_0x5cb731(0x1db)](_0x20d83f),this[_0x5cb731(0x1dd)](),this;}[_0x406997(0x3a1)](_0x5906a5){const _0x1fb8a8=_0x406997;throw Error(_0x1fb8a8(0x146));}[_0x406997(0x2a3)](){throw Error('[OfflineState]:\x20received\x20acknowledgement.');}['onRemoteRej'](){const _0x24ed53=_0x406997;throw Error(_0x24ed53(0x17c));}['onRemoteRetry'](){return this;}[_0x406997(0x15e)](){return this;}[_0x406997(0x18d)](){const _0x4270f3=_0x406997;let {_injector:_0x4cbe38,_pendingMutations:_0x465c2d,_awaitingChangeset:_0x1474bd,unitID:_0x2e2107,_handler:_0xcc3e02,type:_0x143243}=this,_0x198112=Me(_0x4cbe38,_0x2e2107,_0x143243,_0x1474bd,_0x465c2d,_0xcc3e02);return _0x198112 instanceof j?_0x198112['_schedule']():(_0x198112 instanceof N||_0x198112 instanceof M)&&_0x198112[_0x4270f3(0x2a0)](),_0x198112;}[_0x406997(0x2a0)](){const _0x4889d3=_0x406997;throw Error(_0x4889d3(0x112));}};F=b([y(0x5,(0x0,n[_0x406997(0x28e)])(n['Injector'])),y(0x6,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0x7,n[_0x406997(0x1f2)]),y(0x8,n[_0x406997(0x16f)]),y(0x9,(0x0,n[_0x406997(0x161)])(C))],F);let I=class extends k{constructor(_0x232920,_0xf6f62b,_0x4c7c39,_0x531677,_0x17c5e0,_0x4dd56a,_0x230347,_0x4f441a,_0x34c840,_0x3fb3cf,_0x317fa2,_0x58282e,_0x11f8d5,_0x1a1807){const _0x593083=_0x406997;super(_0x232920,_0xf6f62b,_0x4c7c39,_0x531677,_0x230347,_0x317fa2,_0x58282e,_0x34c840,_0x1a1807),this[_0x593083(0x28d)]=_0x17c5e0,this[_0x593083(0x252)]=_0x4dd56a,this[_0x593083(0x1cb)]=_0x4f441a,this[_0x593083(0x185)]=_0x3fb3cf,this['_transformService']=_0x11f8d5,this[_0x593083(0x1c4)]=_0x1a1807,_(this,_0x593083(0x2a6),_0x593083(0x1ed));}[_0x406997(0x3b6)](_0x45ef3a){const _0x3f5348=_0x406997;try{if(this[_0x3f5348(0x243)](_0x45ef3a)['missingChangesets'])throw Error(_0x3f5348(0x199));if(this['_handleRemoteChangesets']([...this[_0x3f5348(0x252)]][_0x3f5348(0x20e)]((_0x4bcc40,_0x488fc8)=>_0x4bcc40[_0x3f5348(0x340)]-_0x488fc8[_0x3f5348(0x340)]))[_0x3f5348(0x18b)])return this['_queuedRemoteChangesets']=[],this[_0x3f5348(0x1dd)](),this[_0x3f5348(0x276)][_0x3f5348(0x107)]({'from':this[_0x3f5348(0x293)](),'to':0x0}),this;let _0x549dcb=this[_0x3f5348(0x1b7)],_0x38bf0f=this['_pendingMutations'],_0x542932;if(_0x549dcb&&_0x38bf0f['length']!==0x0)_0x542932=this[_0x3f5348(0x1cb)][_0x3f5348(0x244)](N,this[_0x3f5348(0x187)],this[_0x3f5348(0x132)],_0x549dcb,_0x38bf0f,this['_handler'],void 0x0);else{if(_0x549dcb&&_0x38bf0f[_0x3f5348(0x327)]===0x0)_0x549dcb[_0x3f5348(0x1c3)]=this[_0x3f5348(0x293)](),_0x542932=this[_0x3f5348(0x1cb)][_0x3f5348(0x244)](M,this['unitID'],this['type'],_0x549dcb,this[_0x3f5348(0x276)]);else{if(_0x38bf0f['length']!==0x0){let _0x19236b=this['_injector'][_0x3f5348(0x244)](j,this['unitID'],this['type'],_0x38bf0f,this['_handler']);_0x19236b[_0x3f5348(0x351)](),_0x542932=_0x19236b;}else _0x542932=this[_0x3f5348(0x1cb)][_0x3f5348(0x244)](A,this[_0x3f5348(0x187)],this[_0x3f5348(0x132)],this[_0x3f5348(0x276)]);}}return _0x542932[_0x3f5348(0x1dd)](),_0x542932;}catch(_0x593dd3){return this['_logService'][_0x3f5348(0x2a8)](_0x3f5348(0x170),'failed\x20to\x20apply\x20missed\x20changesets!',_0x593dd3),this[_0x3f5348(0x1cb)][_0x3f5348(0x244)](P,this['unitID'],this[_0x3f5348(0x132)],this[_0x3f5348(0x1b7)],this[_0x3f5348(0x240)],this['_handler'],!0x1);}}[_0x406997(0x243)](_0x19ea11){const _0x4e33dc=_0x406997;this[_0x4e33dc(0x1cf)]();for(let _0x4df3af=0x0;_0x4df3af<_0x19ea11[_0x4e33dc(0x327)];_0x4df3af++){let _0x166d39=_0x19ea11[_0x4df3af],_0x51c4be=this[_0x4e33dc(0x293)]();if(!(_0x166d39[_0x4e33dc(0x340)]<=_0x51c4be)){if(_0x166d39[_0x4e33dc(0x340)]>_0x51c4be+0x1)return{'missingChangesets':!0x0};if(this[_0x4e33dc(0x2d0)](_0x166d39)){this[_0x4e33dc(0x315)]();continue;}this[_0x4e33dc(0x224)](_0x166d39),this[_0x4e33dc(0x1cf)]();}}return{'missingChangesets':!0x1};}[_0x406997(0x224)](_0xbc96d){const _0x64a9cd=_0x406997;let _0x1e781a=_0xbc96d,_0x42ec93=this[_0x64a9cd(0x1b7)];if(_0x42ec93){let _0x7d0bd0=this['_transformService'][_0x64a9cd(0x353)]([_0xbc96d],[_0x42ec93],!0x1);if(!(0x0,t['isTransformChangesetsSuccess'])(_0x7d0bd0))throw _0x7d0bd0[_0x64a9cd(0x2a8)];_0x1e781a=_0x7d0bd0[_0x64a9cd(0x3dc)][0x0],_0x42ec93=_0x7d0bd0[_0x64a9cd(0x305)][0x0];}let _0x3198d4=this['_pendingMutations'];if(_0x3198d4[_0x64a9cd(0x327)]){let _0x2a8cb4=this[_0x64a9cd(0x34a)][_0x64a9cd(0x1ae)](_0x1e781a,_0x3198d4);if(!(0x0,t[_0x64a9cd(0x12b)])(_0x2a8cb4))throw _0x2a8cb4['error'];_0x1e781a=_0x2a8cb4['c1Prime'],_0x3198d4=_0x2a8cb4[_0x64a9cd(0x2c8)];}this[_0x64a9cd(0x3d1)](_0x1e781a),_0x42ec93&&(_0x42ec93[_0x64a9cd(0x1c3)]=this[_0x64a9cd(0x293)]()),this[_0x64a9cd(0x1b7)]=_0x42ec93,this['_pendingMutations']=_0x3198d4;}[_0x406997(0x1cf)](){const _0x201753=_0x406997;if(!this[_0x201753(0x1b7)]||this[_0x201753(0x28d)]==null)return;let _0x4e0f2a=this[_0x201753(0x293)]();if(this['_acknowledgedAwaitingRevision']<=_0x4e0f2a)throw Error(_0x201753(0x3ef)+this[_0x201753(0x28d)]+'.');this[_0x201753(0x28d)]===_0x4e0f2a+0x1&&this[_0x201753(0x315)]();}[_0x406997(0x315)](){const _0x4221a7=_0x406997;this[_0x4221a7(0x1d6)](),this[_0x4221a7(0x1b7)]=null,this[_0x4221a7(0x28d)]=null;}[_0x406997(0x2d0)](_0x37d0a8){const _0x1261b5=_0x406997;let _0x13f6b2=this[_0x1261b5(0x1b7)];return!_0x13f6b2||!_0x13f6b2[_0x1261b5(0x390)]||_0x13f6b2[_0x1261b5(0x223)]===null||_0x13f6b2[_0x1261b5(0x223)]===void 0x0?!0x1:_0x37d0a8[_0x1261b5(0x187)]===_0x13f6b2['unitID']&&_0x37d0a8[_0x1261b5(0x390)]===_0x13f6b2[_0x1261b5(0x390)]&&_0x37d0a8['reqId']===_0x13f6b2[_0x1261b5(0x223)];}[_0x406997(0x2a0)](){throw Error('[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x406997(0x3b7)](_0x6a1199){const _0x1384ec=_0x406997;return this[_0x1384ec(0x240)][_0x1384ec(0x1db)](_0x6a1199),this;}[_0x406997(0x3a1)](_0x34c3a0){const _0x508b37=_0x406997;return this[_0x508b37(0x252)]['push'](_0x34c3a0),this;}[_0x406997(0x2a3)](_0xa27aa4){const _0x5869c9=_0x406997;if(this['_awaitingChangeset']){let _0x2acc7d=this[_0x5869c9(0x293)]();return _0xa27aa4[_0x5869c9(0x340)]<=_0x2acc7d||(_0x2acc7d+0x1===_0xa27aa4[_0x5869c9(0x340)]?(this[_0x5869c9(0x1d6)](),this[_0x5869c9(0x1b7)]=null,this['_acknowledgedAwaitingRevision']=null):this[_0x5869c9(0x28d)]=_0xa27aa4[_0x5869c9(0x340)]),this;}if(_0xa27aa4[_0x5869c9(0x340)]<=this[_0x5869c9(0x293)]())return this;throw Error(_0x5869c9(0x38e));}[_0x406997(0x166)](_0x199c76){const _0x4f4b1c=_0x406997;return this[_0x4f4b1c(0x3e6)](!!(_0x199c76!=null&&_0x199c76[_0x4f4b1c(0x3a5)]));}[_0x406997(0x1f7)](){return this;}[_0x406997(0x15e)](){const _0x1530e5=_0x406997;return this['_injector'][_0x1530e5(0x244)](F,this[_0x1530e5(0x187)],this[_0x1530e5(0x132)],this[_0x1530e5(0x1b7)],this['_pendingMutations'],this[_0x1530e5(0x276)]);}[_0x406997(0x18d)](){return this;}[_0x406997(0x3e6)](_0x4c839a){const _0x59aa3a=_0x406997;return this[_0x59aa3a(0x1cb)][_0x59aa3a(0x244)](P,this[_0x59aa3a(0x187)],this[_0x59aa3a(0x132)],this[_0x59aa3a(0x1b7)],this[_0x59aa3a(0x240)],this[_0x59aa3a(0x276)],_0x4c839a);}};I=b([y(0x7,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x8,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0x9,n[_0x406997(0x152)]),y(0xa,n[_0x406997(0x1f2)]),y(0xb,n[_0x406997(0x16f)]),y(0xc,t[_0x406997(0x17d)]),y(0xd,(0x0,n[_0x406997(0x161)])(C))],I);function Me(_0x4d5472,_0x2e01c7,_0x51c6a2,_0x4d2ec3,_0x65f186,_0x442883){const _0x204969=_0x406997;return _0x4d2ec3&&_0x65f186[_0x204969(0x327)]?_0x4d5472['createInstance'](N,_0x2e01c7,_0x51c6a2,_0x4d2ec3,_0x65f186,_0x442883,void 0x0):_0x4d2ec3?_0x4d5472[_0x204969(0x244)](M,_0x2e01c7,_0x51c6a2,_0x4d2ec3,_0x442883):_0x65f186[_0x204969(0x327)]?_0x4d5472[_0x204969(0x244)](j,_0x2e01c7,_0x51c6a2,_0x65f186,_0x442883):_0x4d5472[_0x204969(0x244)](A,_0x2e01c7,_0x51c6a2,_0x442883);}let L=class extends n[_0x406997(0x1cd)]{get[_0x406997(0x370)](){const _0x32e82e=_0x406997;return this[_0x32e82e(0x3a4)];}constructor(_0x25d829,_0x492895,_0x53fc2c,_0x124b3a,_0x4b856f,_0x28846b,_0x10788f,_0x38198e,_0x4b6e9d,_0x1f55cc,_0x5d7bea,_0x26bff9,_0x19b5b8,_0x4e6f96){const _0x433b06=_0x406997;super(),this[_0x433b06(0x187)]=_0x25d829,this['session']=_0x492895,this[_0x433b06(0x358)]=_0x53fc2c,this[_0x433b06(0x1cb)]=_0x124b3a,this[_0x433b06(0x31c)]=_0x4b856f,this[_0x433b06(0x3cc)]=_0x28846b,this[_0x433b06(0x12c)]=_0x10788f,this[_0x433b06(0x344)]=_0x38198e,this[_0x433b06(0x2ee)]=_0x4b6e9d,this['_logService']=_0x1f55cc,this[_0x433b06(0x26d)]=_0x5d7bea,this[_0x433b06(0x3b4)]=_0x26bff9,this[_0x433b06(0x18e)]=_0x19b5b8,this['_localCacheService']=_0x4e6f96,_(this,'_state$',new a[(_0x433b06(0x3e1))](null)),_(this,'state$',this[_0x433b06(0x1ca)][_0x433b06(0x1c0)]()),_(this,_0x433b06(0x3a4),void 0x0),_(this,_0x433b06(0x130),!0x1),_(this,_0x433b06(0x274),''),_(this,_0x433b06(0x395),0x0),_(this,'status$',this[_0x433b06(0x2c0)]['pipe']((0x0,a['map'])(_0x3b1930=>_0x3b1930?_0x3b1930[_0x433b06(0x2a6)]:_0x433b06(0x3fd)),(0x0,a['shareReplay'])({'bufferSize':0x1,'refCount':!0x0}))),_(this,'_transitionLocked',!0x1),_(this,_0x433b06(0x16b),[]);}async['init'](){const _0x1866ef=_0x406997;if(this[_0x1866ef(0x370)])throw Error(_0x1866ef(0x2c2));await this['_init']();}[_0x406997(0x25f)](){const _0x293a75=_0x406997;return this[_0x293a75(0x130)]=!0x0,(0x0,n['toDisposable'])(()=>{const _0x265e63=_0x293a75;this[_0x265e63(0x130)]=!0x1,this[_0x265e63(0x2e0)]();});}[_0x406997(0x13e)](_0x67e3e5){const _0x557f46=_0x406997;this[_0x557f46(0x19a)](_0x67e3e5);}[_0x406997(0x256)](_0x1e52ea){const _0x44c0cf=_0x406997;this[_0x44c0cf(0x3a4)]=_0x1e52ea,this[_0x44c0cf(0x1ca)][_0x44c0cf(0x16d)](_0x1e52ea);}async[_0x406997(0x1be)](){const _0x3005ba=_0x406997;if(this[_0x3005ba(0x256)](await this[_0x3005ba(0x289)]()),this[_0x3005ba(0x18e)]){var _0x2bbf55;(_0x2bbf55=this['_singleActiveUnitService'])==null||_0x2bbf55['editingUnit'](this['unitID']),this[_0x3005ba(0x1c1)](this['_singleActiveUnitService']['getUnitStatus$'](this[_0x3005ba(0x187)])[_0x3005ba(0x3e5)](_0x1b92c8=>{const _0x36a4ec=_0x3005ba;this[_0x36a4ec(0x185)][_0x36a4ec(0x19e)](_0x36a4ec(0x2fd),_0x36a4ec(0x3a8),_0x1b92c8),_0x1b92c8===0x1?(this[_0x36a4ec(0x344)]['emitEvent']({'id':_0x36a4ec(0x30a)}),this[_0x36a4ec(0x3b4)]['updatePermissionPoint'](new i[(_0x36a4ec(0x352))](this[_0x36a4ec(0x187)])['id'],!0x1),this[_0x36a4ec(0x3b4)][_0x36a4ec(0x2ef)](!0x1)):(this[_0x36a4ec(0x3b4)][_0x36a4ec(0x239)](new i[(_0x36a4ec(0x352))](this['unitID'])['id'],!0x0),this[_0x36a4ec(0x3b4)][_0x36a4ec(0x2ef)](!0x0));}));}let _0x58b179=!0x1;return this[_0x3005ba(0x1c1)](this[_0x3005ba(0x2ac)][_0x3005ba(0x2d7)]['subscribe'](_0x2f6355=>{const _0x53e101=_0x3005ba;_0x2f6355===0x3?this[_0x53e101(0x301)](_0x58b179):_0x2f6355===0x2&&(_0x58b179=!0x0,this[_0x53e101(0x314)]());})),this[_0x3005ba(0x1c1)](this[_0x3005ba(0x2ac)]['event$']['subscribe'](_0x299c30=>{const _0x57cd44=_0x3005ba;try{switch(_0x299c30[_0x57cd44(0x2a1)]){case t[_0x57cd44(0x1fd)][_0x57cd44(0x2fe)]:this[_0x57cd44(0x257)]((0x0,t[_0x57cd44(0x13f)])(_0x299c30['data']));break;case t[_0x57cd44(0x1fd)][_0x57cd44(0x354)]:this[_0x57cd44(0x1bf)](_0x299c30[_0x57cd44(0x379)]);break;case t[_0x57cd44(0x1fd)][_0x57cd44(0x211)]:this['_onRemoteRejected']();break;case t[_0x57cd44(0x1fd)][_0x57cd44(0x27c)]:this[_0x57cd44(0x1ba)](_0x299c30[_0x57cd44(0x379)]);break;case t[_0x57cd44(0x1fd)][_0x57cd44(0x299)]:this[_0x57cd44(0x20a)](_0x299c30[_0x57cd44(0x379)][_0x57cd44(0x3c5)][_0x57cd44(0x229)](_0x187f4d=>(0x0,t[_0x57cd44(0x13f)])(_0x187f4d)));break;case t['CollaborationEvent']['PERMISSION_REJ']:this[_0x57cd44(0x387)]({'isPermissionRej':!0x0});break;case t[_0x57cd44(0x1fd)][_0x57cd44(0x271)]:break;}}catch(_0x3ac3bf){throw console[_0x57cd44(0x2a8)](_0x57cd44(0x207),_0x3ac3bf),_0x3ac3bf;}})),this[_0x3005ba(0x3a4)];}[_0x406997(0x3c2)](){const _0x47bf2d=_0x406997;this[_0x47bf2d(0x3c9)]=!0x1;}[_0x406997(0x23d)](){const _0x27b643=_0x406997;if(this[_0x27b643(0x3c9)])throw Error(_0x27b643(0x147));this['_transitionLocked']=!0x0;}['_onLocalMutation'](_0x3ca007){const _0x1a42aa=_0x406997;this[_0x1a42aa(0x23d)](),this['_updateState'](this[_0x1a42aa(0x3a4)][_0x1a42aa(0x3b7)](_0x3ca007)),this[_0x1a42aa(0x3c2)]();}[_0x406997(0x257)](_0x2086df){const _0x93ffa9=_0x406997;if(!(_0x2086df[_0x93ffa9(0x340)]<=this['_revisionService'][_0x93ffa9(0x196)](this[_0x93ffa9(0x187)]))){if(this[_0x93ffa9(0x130)]){this[_0x93ffa9(0x16b)][_0x93ffa9(0x1db)](_0x2086df);return;}this[_0x93ffa9(0x3ed)](_0x2086df);}}[_0x406997(0x2e0)](){const _0x5e546e=_0x406997;this[_0x5e546e(0x16b)][_0x5e546e(0x1e5)](_0x6455cf=>this[_0x5e546e(0x3ed)](_0x6455cf)),this['_remoteChangesetQueue']=[];}[_0x406997(0x3ed)](_0x5ecfd6){const _0x4cc22f=_0x406997;let _0x50dce9=this[_0x4cc22f(0x31c)]['interceptor'][_0x4cc22f(0x11f)](this[_0x4cc22f(0x31c)][_0x4cc22f(0x1a7)]['getInterceptPoints']()[_0x4cc22f(0x150)])(_0x5ecfd6[_0x4cc22f(0x393)],null)||_0x5ecfd6[_0x4cc22f(0x393)],_0x4eaa40={..._0x5ecfd6,'mutations':_0x50dce9};this[_0x4cc22f(0x23d)](),this[_0x4cc22f(0x256)](this[_0x4cc22f(0x3a4)]['onRemoteChangeset'](_0x4eaa40)),this[_0x4cc22f(0x3c2)]();}[_0x406997(0x1bf)](_0x4288e6){const _0xb59cd=_0x406997;this[_0xb59cd(0x23d)](),this[_0xb59cd(0x256)](this[_0xb59cd(0x3a4)][_0xb59cd(0x2a3)](_0x4288e6)),this[_0xb59cd(0x3c2)]();}['_onRemoteRejected'](_0x52b6f7){const _0xf6ed4b=_0x406997;this[_0xf6ed4b(0x23d)](),this[_0xf6ed4b(0x256)](this[_0xf6ed4b(0x3a4)][_0xf6ed4b(0x166)](_0x52b6f7)),this['_unlockTransition']();}['_onRemoteRetry'](_0x17841d){const _0x5ad89a=_0x406997;this['_lockTransition'](),this[_0x5ad89a(0x256)](this['_state'][_0x5ad89a(0x1f7)](_0x17841d)),this['_unlockTransition']();}['_onFetchMissResult'](_0x1b7d93){const _0xcc4c1d=_0x406997;if(!(this['_state']instanceof I))throw TypeError('[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!');let _0x2f3798=_0x1b7d93[_0xcc4c1d(0x229)](_0x4f9599=>{const _0x401439=_0xcc4c1d;let _0x14b093=this[_0x401439(0x31c)]['interceptor']['fetchThroughInterceptors'](this[_0x401439(0x31c)][_0x401439(0x1a7)][_0x401439(0x135)]()['COMPRESS_MUTATION_APPLY'])(_0x4f9599['mutations'],null)||_0x4f9599[_0x401439(0x393)];return{..._0x4f9599,'mutations':_0x14b093};});this['_lockTransition'](),this[_0xcc4c1d(0x256)](this['_state'][_0xcc4c1d(0x3b6)](_0x2f3798)),this[_0xcc4c1d(0x3c2)]();}[_0x406997(0x314)](){const _0x4878ec=_0x406997;this[_0x4878ec(0x23d)](),this['_updateState'](this[_0x4878ec(0x3a4)][_0x4878ec(0x15e)]()),this['_unlockTransition']();}[_0x406997(0x301)](_0x83db69=!0x1){const _0x27b736=_0x406997;this[_0x27b736(0x23d)](),this['_updateState'](this[_0x27b736(0x3a4)]['toggleOnline']()),this[_0x27b736(0x3c2)]();let _0x2ca6d8=this[_0x27b736(0x3a4)];_0x83db69&&_0x2ca6d8 instanceof A&&(this[_0x27b736(0x23d)](),this[_0x27b736(0x256)](_0x2ca6d8[_0x27b736(0x2b9)]()),this['_unlockTransition']());}async[_0x406997(0x289)](){return new Promise(_0x56bda7=>{const _0x3c164e=_0xcc0c;this[_0x3c164e(0x2ac)][_0x3c164e(0x2d7)][_0x3c164e(0x119)]((0x0,a[_0x3c164e(0x2f9)])(0x1))[_0x3c164e(0x3e5)](async _0x1b7c28=>{_0x56bda7(await this['_createInitialStateImpl'](_0x1b7c28===0x3));});});}[_0x406997(0x294)](){let _0x1dd0a6=this['unitID'];return{'onStateChange':(_0x57a37b,_0x1ac9d7)=>{const _0x4cd36c=_0xcc0c;if(_0x57a37b!==this['_state'])throw Error(_0x4cd36c(0x232)+_0x57a37b[_0x4cd36c(0x2a6)]+_0x4cd36c(0x16c)+_0x1ac9d7[_0x4cd36c(0x2a6)]+'\x0aCurrent:\x20'+this[_0x4cd36c(0x3a4)][_0x4cd36c(0x2a6)]);this['_updateState'](_0x1ac9d7);},'onSendChangeset':_0x194f52=>{const _0x31161c=_0xcc0c;_0x194f52[_0x31161c(0x390)]||(_0x194f52[_0x31161c(0x390)]=this[_0x31161c(0x274)],_0x194f52[_0x31161c(0x223)]=++this[_0x31161c(0x395)]);let _0x8d8d60={'eventID':t[_0x31161c(0x1fd)][_0x31161c(0x3ba)],'data':{'unitID':_0x194f52[_0x31161c(0x187)],'unitType':this[_0x31161c(0x358)],'changeset':_0x194f52,'memberID':this['session'][_0x31161c(0x23b)]()}};this[_0x31161c(0x2ac)][_0x31161c(0x218)](_0x8d8d60,this[_0x31161c(0x187)]);},'onMissingChangesets':({from:_0x7fed22,to:_0x25bfd})=>{const _0x5a0437=_0xcc0c;this[_0x5a0437(0x185)][_0x5a0437(0x19e)](_0x5a0437(0x2fd),_0x5a0437(0x2f3)+_0x7fed22+_0x5a0437(0x261)+_0x25bfd);let _0x767ff9={'eventID':t[_0x5a0437(0x1fd)]['FETCH_MISSING'],'data':{'unitID':_0x1dd0a6,'unitType':this[_0x5a0437(0x358)],'from':_0x7fed22,'to':_0x25bfd}};this[_0x5a0437(0x2ac)][_0x5a0437(0x218)](_0x767ff9,this[_0x5a0437(0x187)]);}};}async[_0x406997(0x365)](_0x3ca6f5){const _0x4f4c30=_0x406997;var _0x4b1740,_0x137ae1,_0x1ced17;let _0x3e611=await((_0x4b1740=this['_localCacheService'])==null?void 0x0:_0x4b1740['loadOfflineData'](this[_0x4f4c30(0x187)])),_0x10d226=(_0x137ae1=_0x3e611==null?void 0x0:_0x3e611[_0x4f4c30(0x393)])==null?[]:_0x137ae1,_0x287fde=(_0x1ced17=_0x3e611==null?void 0x0:_0x3e611[_0x4f4c30(0x1e7)])==null?null:_0x1ced17,_0x24545d=!!(_0x287fde!=null&&_0x287fde['sid'])&&!!(_0x287fde!=null&&_0x287fde[_0x4f4c30(0x223)]);this[_0x4f4c30(0x274)]=_0x24545d?_0x287fde['sid']:(0x0,t[_0x4f4c30(0x133)])(),this[_0x4f4c30(0x395)]=_0x24545d?_0x287fde[_0x4f4c30(0x223)]:0x0;let _0x8f7de1=this[_0x4f4c30(0x187)];try{this[_0x4f4c30(0x302)](_0x287fde,_0x10d226);}catch(_0x3fe920){this['_logService'][_0x4f4c30(0x2a8)](_0x3fe920);}let _0x154492=this[_0x4f4c30(0x294)]();if(_0x3ca6f5){let _0x21a3d3=Me(this['_injector'],_0x8f7de1,this[_0x4f4c30(0x358)],_0x287fde,_0x10d226,_0x154492);return _0x21a3d3 instanceof j?_0x21a3d3[_0x4f4c30(0x351)]():(_0x21a3d3 instanceof N||_0x21a3d3 instanceof M)&&_0x21a3d3['resend'](),_0x21a3d3;}return this[_0x4f4c30(0x1cb)][_0x4f4c30(0x244)](F,_0x8f7de1,this[_0x4f4c30(0x358)],_0x287fde,_0x10d226,_0x154492);}[_0x406997(0x302)](_0x38494d,_0x31dc5d){const _0x12a65d=_0x406997;var _0x4359eb,_0x1e1c93;let _0x2f31f5=this['_compressMutationService'][_0x12a65d(0x1a7)][_0x12a65d(0x11f)](this[_0x12a65d(0x31c)][_0x12a65d(0x1a7)][_0x12a65d(0x135)]()[_0x12a65d(0x150)]);(_0x4359eb=_0x2f31f5((_0x38494d==null?void 0x0:_0x38494d[_0x12a65d(0x393)])||[],null))==null||_0x4359eb['forEach'](_0x2c028c=>this['_commandService'][_0x12a65d(0x12f)](_0x2c028c['id'],_0x2c028c[_0x12a65d(0x3d0)])),(_0x1e1c93=_0x2f31f5(_0x31dc5d||[],null))==null||_0x1e1c93['forEach'](_0x13a384=>this['_commandService'][_0x12a65d(0x12f)](_0x13a384['id'],_0x13a384[_0x12a65d(0x3d0)]));}};L=b([y(0x3,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x4,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x1c5)])),y(0x5,(0x0,n[_0x406997(0x28e)])(n['LocaleService'])),y(0x6,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0x7,(0x0,n[_0x406997(0x28e)])(v)),y(0x8,n[_0x406997(0x131)]),y(0x9,n[_0x406997(0x152)]),y(0xa,n['ICommandService']),y(0xb,n[_0x406997(0x27f)]),y(0xc,(0x0,n[_0x406997(0x161)])(T)),y(0xd,(0x0,n[_0x406997(0x161)])(C))],L);let R=class extends L{constructor(_0x5322e6,_0x3aa459,_0x2b97b8,_0x54d459,_0x5c4f1b,_0x5ce5bf,_0x3ea863,_0x37afef,_0x2631b9,_0x45178a,_0x2bc039,_0x4f14f6,_0x382c09,_0x78db78,_0x28e4fe){const _0x1ff181=_0x406997;super(_0x5322e6,_0x2b97b8,_0x3aa459,_0x54d459,_0x5c4f1b,_0x5ce5bf,_0x3ea863,_0x37afef,_0x2631b9,_0x45178a,_0x2bc039,_0x4f14f6,_0x78db78,_0x28e4fe),this[_0x1ff181(0x187)]=_0x5322e6,this[_0x1ff181(0x132)]=_0x3aa459,this[_0x1ff181(0x2b8)]=_0x382c09,_(this,'_handlerCallback',null);}[_0x406997(0x310)](_0xdd4359){this['_handlerCallback']=_0xdd4359;}[_0x406997(0x34b)](){const _0xd54e27=_0x406997;this[_0xd54e27(0x2de)]=null,super['dispose']();}[_0x406997(0x294)](){const _0x512d26=_0x406997;let _0x7e17c4=super['_createHandler']();return _0x7e17c4[_0x512d26(0x3f8)]=_0x573a3f=>{const _0x185618=_0x512d26;var _0x18187a,_0x42002e;return(_0x18187a=this[_0x185618(0x2de)])==null||(_0x42002e=_0x18187a['onTransformIME'])==null?void 0x0:_0x42002e[_0x185618(0x3d6)](_0x18187a,_0x573a3f);},_0x7e17c4[_0x512d26(0x26c)]=_0x4ff6d8=>{const _0x4b1d49=_0x512d26;var _0x1d34fa,_0x4684d4;return(_0x1d34fa=this[_0x4b1d49(0x2de)])==null||(_0x4684d4=_0x1d34fa[_0x4b1d49(0x26c)])==null?void 0x0:_0x4684d4[_0x4b1d49(0x3d6)](_0x1d34fa,_0x4ff6d8);},_0x7e17c4[_0x512d26(0x1b0)]=_0x12bb59=>{const _0x26a3d6=_0x512d26;var _0x173933,_0x12b69f;return(_0x173933=this[_0x26a3d6(0x2de)])==null||(_0x12b69f=_0x173933['onTransformSelections'])==null?void 0x0:_0x12b69f['call'](_0x173933,_0x12bb59);},_0x7e17c4[_0x512d26(0x15d)]=_0x51ed68=>{const _0x32cb30=_0x512d26;var _0x547bfc,_0x5d4fb4;return(_0x547bfc=this[_0x32cb30(0x2de)])==null||(_0x5d4fb4=_0x547bfc[_0x32cb30(0x15d)])==null?void 0x0:_0x5d4fb4[_0x32cb30(0x3d6)](_0x547bfc,_0x51ed68);},_0x7e17c4[_0x512d26(0x2b5)]=_0x5d1a81=>{const _0x4fd4c2=_0x512d26;var _0x2de756,_0x38257e,_0xc7f63c;return(_0x2de756=(_0x38257e=this[_0x4fd4c2(0x2de)])==null||(_0xc7f63c=_0x38257e['onTransformRemoteChangesetByIMECache'])==null?void 0x0:_0xc7f63c[_0x4fd4c2(0x3d6)](_0x38257e,_0x5d1a81))==null?_0x5d1a81:_0x2de756;},_0x7e17c4[_0x512d26(0x360)]=_0x55bc19=>{const _0x292a44=_0x512d26;var _0xf88fc1,_0x38561f,_0x3e77c8;return(_0xf88fc1=(_0x38561f=this[_0x292a44(0x2de)])==null||(_0x3e77c8=_0x38561f[_0x292a44(0x360)])==null?void 0x0:_0x3e77c8[_0x292a44(0x3d6)](_0x38561f,_0x55bc19))==null?_0x55bc19:_0xf88fc1;},_0x7e17c4;}async[_0x406997(0x1be)](){const _0x44f793=_0x406997;if(this['_docStateChangeManagerService']==null)throw Error(_0x44f793(0x2cf));let _0x237c3b=await super[_0x44f793(0x1be)]();return this['disposeWithMe'](this['_docStateChangeManagerService'][_0x44f793(0x35d)][_0x44f793(0x3e5)](_0x8cbcd1=>{const _0xc69a84=_0x44f793;if(_0x8cbcd1==null||_0x8cbcd1[_0xc69a84(0x3ff)]!==this[_0xc69a84(0x187)])return;let {commandId:_0x1c4ccf,redoState:_0x13dafe,unitId:_0x52f48c}=_0x8cbcd1,_0x448398={'id':_0x1c4ccf,'type':n[_0xc69a84(0x1b1)]['MUTATION'],'params':{'unitId':_0x52f48c,'actions':_0x13dafe[_0xc69a84(0x371)],'textRanges':null}};this['_onLocalMutation'](_0x448398);})),this['disposeWithMe'](this[_0x44f793(0x26d)][_0x44f793(0x37d)]((_0x484a10,_0x5c66b7)=>{const _0x2b611d=_0x44f793;if(_0x484a10[_0x2b611d(0x132)]!==n[_0x2b611d(0x1b1)][_0x2b611d(0x384)]||_0x5c66b7!=null&&_0x5c66b7[_0x2b611d(0x300)]||_0x5c66b7!=null&&_0x5c66b7[_0x2b611d(0x3eb)]||_0x484a10['id']===r[_0x2b611d(0x30b)]['id'])return;let _0x2c80f4=_0x484a10[_0x2b611d(0x3d0)];if((_0x2c80f4==null?void 0x0:_0x2c80f4[_0x2b611d(0x3ff)])!==this[_0x2b611d(0x187)])return;let _0x4ea07e=_0x484a10,_0x12abf8=this['_compressMutationService'][_0x2b611d(0x1a7)][_0x2b611d(0x11f)](this['_compressMutationService'][_0x2b611d(0x1a7)][_0x2b611d(0x135)]()[_0x2b611d(0x38d)])([_0x4ea07e],this[_0x2b611d(0x2ee)])||[_0x4ea07e];this[_0x2b611d(0x19a)](_0x12abf8[0x0]);})),_0x237c3b;}};R=b([y(0x3,(0x0,n[_0x406997(0x28e)])(n['Injector'])),y(0x4,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x1c5)])),y(0x5,(0x0,n[_0x406997(0x28e)])(n['LocaleService'])),y(0x6,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0x7,(0x0,n[_0x406997(0x28e)])(v)),y(0x8,n[_0x406997(0x131)]),y(0x9,n[_0x406997(0x152)]),y(0xa,n[_0x406997(0x1f2)]),y(0xb,n['IPermissionService']),y(0xc,(0x0,n[_0x406997(0x161)])(r[_0x406997(0x2c5)])),y(0xd,(0x0,n[_0x406997(0x161)])(T)),y(0xe,(0x0,n[_0x406997(0x161)])(C))],R);let Ne=class extends L{constructor(_0x5a6e44,_0x2e016e,_0x1cc890,_0x12cfd3,_0x562951,_0x29d53b,_0x64a294,_0x4e5d2d,_0x1ad329,_0x4fdafd,_0x3ced1f,_0x18ef09,_0x197789,_0x1ad6bd){const _0x282136=_0x406997;super(_0x5a6e44,_0x1cc890,_0x2e016e,_0x12cfd3,_0x562951,_0x29d53b,_0x64a294,_0x4e5d2d,_0x1ad329,_0x4fdafd,_0x3ced1f,_0x18ef09,_0x197789,_0x1ad6bd),this[_0x282136(0x187)]=_0x5a6e44,this[_0x282136(0x132)]=_0x2e016e;}async[_0x406997(0x1be)](){const _0x3a9e0b=_0x406997;let _0x539e8f=await super[_0x3a9e0b(0x1be)]();return this[_0x3a9e0b(0x1c1)](this['_commandService']['onMutationExecutedForCollab']((_0x445118,_0x4795b1)=>{const _0x4cf886=_0x3a9e0b;if(_0x445118[_0x4cf886(0x132)]!==n[_0x4cf886(0x1b1)][_0x4cf886(0x384)]||_0x4795b1!=null&&_0x4795b1[_0x4cf886(0x300)]||_0x4795b1!=null&&_0x4795b1[_0x4cf886(0x3eb)]||_0x445118['id']!==e[_0x4cf886(0x179)]['id'])return;let _0x225a97=_0x445118[_0x4cf886(0x3d0)];if((_0x225a97==null?void 0x0:_0x225a97[_0x4cf886(0x3ff)])!==this[_0x4cf886(0x187)])return;let _0x1a02a2=_0x445118,_0x26d134=this[_0x4cf886(0x31c)][_0x4cf886(0x1a7)][_0x4cf886(0x11f)](this[_0x4cf886(0x31c)]['interceptor'][_0x4cf886(0x135)]()[_0x4cf886(0x38d)])([_0x1a02a2],this[_0x4cf886(0x2ee)])||[_0x1a02a2];this['_onLocalMutation'](_0x26d134[0x0]);})),_0x539e8f;}};Ne=b([y(0x3,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x4,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x1c5)])),y(0x5,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x3d3)])),y(0x6,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0x7,(0x0,n[_0x406997(0x28e)])(v)),y(0x8,n[_0x406997(0x131)]),y(0x9,n['ILogService']),y(0xa,n[_0x406997(0x1f2)]),y(0xb,n[_0x406997(0x27f)]),y(0xc,(0x0,n[_0x406997(0x161)])(T)),y(0xd,(0x0,n[_0x406997(0x161)])(C))],Ne);let z=class extends L{constructor(_0x168926,_0x342696,_0x2e3ba1,_0x5f0ce8,_0x4535ec,_0x6f00e6,_0x36be5b,_0x11449c,_0x2f1721,_0x47ba73,_0x56dfc6,_0x4dbb06,_0x128f95,_0xf136e,_0x9aeccd){const _0x76a9cf=_0x406997;super(_0x168926,_0x2e3ba1,_0x342696,_0x5f0ce8,_0x4535ec,_0x6f00e6,_0x36be5b,_0x2f1721,_0x47ba73,_0x56dfc6,_0x4dbb06,_0x128f95,_0xf136e,_0x9aeccd),this[_0x76a9cf(0x187)]=_0x168926,this[_0x76a9cf(0x132)]=_0x342696,this[_0x76a9cf(0x29b)]=_0x11449c;}[_0x406997(0x294)](){const _0x4451f8=_0x406997;let _0x113a12=super[_0x4451f8(0x294)]();return _0x113a12[_0x4451f8(0x1b0)]=_0xe2f972=>this[_0x4451f8(0x29b)][_0x4451f8(0x36d)](_0xe2f972),_0x113a12;}async[_0x406997(0x1be)](){const _0x6a8548=_0x406997;let _0x58d304=await super[_0x6a8548(0x1be)]();return this['disposeWithMe'](this['_commandService']['onMutationExecutedForCollab']((_0x416b82,_0x8f0614)=>{const _0x36dcb3=_0x6a8548;if(_0x416b82[_0x36dcb3(0x132)]!==n['CommandType'][_0x36dcb3(0x384)]||_0x8f0614!=null&&_0x8f0614[_0x36dcb3(0x300)]||_0x8f0614!=null&&_0x8f0614['onlyLocal'])return;let _0x1b3b6d=_0x416b82[_0x36dcb3(0x3d0)];if((_0x1b3b6d==null?void 0x0:_0x1b3b6d[_0x36dcb3(0x3ff)])!==this['unitID'])return;let _0x165270=_0x416b82,_0x23bb6=this[_0x36dcb3(0x31c)][_0x36dcb3(0x1a7)][_0x36dcb3(0x11f)](this[_0x36dcb3(0x31c)]['interceptor'][_0x36dcb3(0x135)]()['COMPRESS_MUTATION_SEND'])([_0x165270],this['_univerInstanceService'])||[_0x165270];this['_onLocalMutation'](_0x23bb6[0x0]);})),_0x58d304;}};z=b([y(0x3,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x4,(0x0,n['Inject'])(t[_0x406997(0x1c5)])),y(0x5,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x3d3)])),y(0x6,(0x0,n['Inject'])(t['RevisionService'])),y(0x7,(0x0,n['Inject'])(w)),y(0x8,(0x0,n[_0x406997(0x28e)])(v)),y(0x9,n['IUniverInstanceService']),y(0xa,n[_0x406997(0x152)]),y(0xb,n['ICommandService']),y(0xc,n['IPermissionService']),y(0xd,(0x0,n['Optional'])(T)),y(0xe,(0x0,n[_0x406997(0x161)])(C))],z);let B=class extends L{constructor(_0x3f9e71,_0x1f3fb2,_0x24d83b,_0x1ab958,_0x4c7302,_0x27cde6,_0x1ea80d,_0x322096,_0xc92ac2,_0x2fe0ce,_0x314b50,_0x1ea4ac,_0x30f621,_0x2e3c76){const _0x1e3b95=_0x406997;super(_0x3f9e71,_0x24d83b,_0x1f3fb2,_0x1ab958,_0x4c7302,_0x27cde6,_0x1ea80d,_0x322096,_0xc92ac2,_0x2fe0ce,_0x314b50,_0x1ea4ac,_0x30f621,_0x2e3c76),this['unitID']=_0x3f9e71,this[_0x1e3b95(0x132)]=_0x1f3fb2;}async[_0x406997(0x1be)](){const _0x141eae=_0x406997;let _0x159da9=await super[_0x141eae(0x1be)]();return this['disposeWithMe'](this[_0x141eae(0x26d)][_0x141eae(0x37d)]((_0x221e48,_0x38aeeb)=>{const _0x58fc14=_0x141eae;if(_0x221e48[_0x58fc14(0x132)]!==n['CommandType'][_0x58fc14(0x384)]||_0x38aeeb!=null&&_0x38aeeb['fromCollab']||_0x38aeeb!=null&&_0x38aeeb[_0x58fc14(0x3eb)])return;let _0x5acd7f=_0x221e48['params'];if((_0x5acd7f==null?void 0x0:_0x5acd7f[_0x58fc14(0x3ff)])!==this[_0x58fc14(0x187)])return;let _0x5ca47d=_0x221e48,_0x390da2=this['_compressMutationService'][_0x58fc14(0x1a7)][_0x58fc14(0x11f)](this[_0x58fc14(0x31c)][_0x58fc14(0x1a7)][_0x58fc14(0x135)]()[_0x58fc14(0x38d)])([_0x5ca47d],this[_0x58fc14(0x2ee)])||[_0x5ca47d];this[_0x58fc14(0x19a)](_0x390da2[0x0]);})),_0x159da9;}};B=b([y(0x3,(0x0,n[_0x406997(0x28e)])(n['Injector'])),y(0x4,(0x0,n['Inject'])(t[_0x406997(0x1c5)])),y(0x5,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x3d3)])),y(0x6,(0x0,n[_0x406997(0x28e)])(t[_0x406997(0x137)])),y(0x7,(0x0,n['Inject'])(v)),y(0x8,n[_0x406997(0x131)]),y(0x9,n[_0x406997(0x152)]),y(0xa,n[_0x406997(0x1f2)]),y(0xb,n['IPermissionService']),y(0xc,(0x0,n[_0x406997(0x161)])(T)),y(0xd,(0x0,n[_0x406997(0x161)])(C))],B);const Pe=(0x0,n[_0x406997(0x1bd)])('univer-pro.collaboration-client.network-condition.service');function Fe(_0x178971){const _0x5a8d60=_0x406997;let _0x227975=_0x178971[_0x5a8d60(0x379)],_0x42551d=JSON['parse'](_0x227975);switch(_0x42551d['cmd']){case o[_0x5a8d60(0x1dc)][_0x5a8d60(0x259)]:case o[_0x5a8d60(0x1dc)][_0x5a8d60(0x3c0)]:{let _0x171580=_0x42551d[_0x5a8d60(0x123)];return{..._0x42551d,'data':_0x171580,'cmd':_0x42551d[_0x5a8d60(0x163)]};}case o['CombCmd'][_0x5a8d60(0x1ad)]:{let _0x106cf1=_0x42551d[_0x5a8d60(0x295)];return{..._0x42551d,'data':_0x106cf1,'cmd':_0x42551d[_0x5a8d60(0x163)]};}case o[_0x5a8d60(0x1dc)]['RECV']:{let _0x1457fa=_0x42551d[_0x5a8d60(0x3af)];switch(_0x1457fa['eventID']){case t[_0x5a8d60(0x1fd)]['PERMISSION_REJ']:var _0x469a86;return{..._0x42551d,'data':{..._0x1457fa,'data':(_0x469a86=_0x1457fa['permissionRejEvent'])==null?void 0x0:_0x469a86['cs']},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x354)]:var _0x489093;return{..._0x42551d,'data':{..._0x1457fa,'data':(_0x489093=_0x1457fa[_0x5a8d60(0x349)])==null?void 0x0:_0x489093['cs']},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x2fe)]:var _0x45bfa5;return{..._0x42551d,'data':{..._0x1457fa,'data':(_0x45bfa5=_0x1457fa[_0x5a8d60(0x149)])==null?void 0x0:_0x45bfa5['cs']},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)]['CHANGESET_REJ']:var _0x299b42;return{..._0x42551d,'data':{..._0x1457fa,'data':(_0x299b42=_0x1457fa[_0x5a8d60(0x18c)])==null?void 0x0:_0x299b42['cs']},'cmd':_0x42551d['cmd']};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x27c)]:var _0xeae04b;return{..._0x42551d,'data':{..._0x1457fa,'data':(_0xeae04b=_0x1457fa[_0x5a8d60(0x3f5)])==null?void 0x0:_0xeae04b['cs']},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x356)]:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x35c)]},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)]['USERS_ENTER']:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x3ae)]},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x148)]:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x24b)]},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x273)]:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa['liveShareNewHost']},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x194)]:case t['CollaborationEvent'][_0x5a8d60(0x2cc)]:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x158)]},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x3df)]:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x30d)]},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x178)]:return{..._0x42551d,'data':_0x1457fa,'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x27b)]:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x250)]},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)][_0x5a8d60(0x39e)]:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x118)]},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t['CollaborationEvent'][_0x5a8d60(0x304)]:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x155)]},'cmd':_0x42551d[_0x5a8d60(0x163)]};case t[_0x5a8d60(0x1fd)]['UNISCRIPT_RUN']:return{..._0x42551d,'data':{..._0x1457fa,'data':_0x1457fa[_0x5a8d60(0x2fb)]},'cmd':_0x42551d['cmd']};default:return _0x42551d;}}default:return _0x42551d;}}function Ie(_0x4124d4){const _0x444c4c=_0x406997;switch(_0x4124d4['cmd']){case o[_0x444c4c(0x1dc)][_0x444c4c(0x259)]:case o['CombCmd'][_0x444c4c(0x3c0)]:return JSON['stringify']({'cmd':_0x4124d4[_0x444c4c(0x163)],'routeKey':_0x4124d4['routeKey']});case o[_0x444c4c(0x1dc)][_0x444c4c(0x156)]:{let _0x4a4857;switch(_0x4124d4[_0x444c4c(0x379)]['eventID']){case t['CollaborationEvent'][_0x444c4c(0x356)]:_0x4a4857={'eventID':t[_0x444c4c(0x1fd)][_0x444c4c(0x356)],'updateCursorEvent':_0x4124d4[_0x444c4c(0x379)]['data']};break;case t[_0x444c4c(0x1fd)]['USERS_LEAVE']:_0x4a4857={'eventID':t[_0x444c4c(0x1fd)][_0x444c4c(0x148)],'leaveEvent':_0x4124d4[_0x444c4c(0x379)][_0x444c4c(0x379)]};break;case t[_0x444c4c(0x1fd)][_0x444c4c(0x396)]:_0x4a4857={'eventID':t['CollaborationEvent'][_0x444c4c(0x396)],'joinEvent':_0x4124d4[_0x444c4c(0x379)]['data']};break;case t[_0x444c4c(0x1fd)][_0x444c4c(0x273)]:_0x4a4857={'eventID':t['CollaborationEvent'][_0x444c4c(0x273)],'liveShareNewHost':_0x4124d4['data']['data']};break;case t[_0x444c4c(0x1fd)][_0x444c4c(0x2cc)]:_0x4a4857={'eventID':t[_0x444c4c(0x1fd)]['LIVESHARE_OPERATION'],'liveShareOperation':_0x4124d4[_0x444c4c(0x379)][_0x444c4c(0x379)]};break;case t[_0x444c4c(0x1fd)][_0x444c4c(0x3df)]:_0x4a4857={'eventID':t[_0x444c4c(0x1fd)][_0x444c4c(0x3df)],'liveShareTerminate':_0x4124d4[_0x444c4c(0x379)]['data']};break;case t['CollaborationEvent'][_0x444c4c(0x27d)]:_0x4a4857={'eventID':t[_0x444c4c(0x1fd)][_0x444c4c(0x27d)],'liveShareRequestHost':_0x4124d4[_0x444c4c(0x379)][_0x444c4c(0x379)]};break;case t['CollaborationEvent'][_0x444c4c(0x194)]:_0x4a4857={'eventID':t[_0x444c4c(0x1fd)][_0x444c4c(0x194)]};break;default:_0x4a4857={'eventID':_0x4124d4[_0x444c4c(0x379)]['eventID']};}return JSON['stringify']({'cmd':_0x4124d4[_0x444c4c(0x163)],'routeKey':_0x4124d4[_0x444c4c(0x20f)],'collaMsg':_0x4a4857});}case o['CombCmd'][_0x444c4c(0x1ad)]:return JSON[_0x444c4c(0x400)]({'cmd':_0x4124d4[_0x444c4c(0x163)],'routeKey':_0x4124d4['routeKey'],'joinReq':_0x4124d4[_0x444c4c(0x379)]});case o[_0x444c4c(0x1dc)][_0x444c4c(0x1a5)]:return JSON[_0x444c4c(0x400)]({'cmd':_0x4124d4['cmd'],'routeKey':_0x4124d4[_0x444c4c(0x20f)],'leaveReq':_0x4124d4[_0x444c4c(0x379)]});default:throw Error(_0x444c4c(0x195));}}const Le=(0x0,n[_0x406997(0x1bd)])('univer-pro.collaboration-client-socket-service');function Re(_0x4d3d49,_0x517e10,_0x31b7c0){const _0x2b3f54=_0x406997;return _0x4d3d49+'/'+_0x517e10+'/unit/'+_0x31b7c0+_0x2b3f54(0x277);}let ze=class extends n[_0x406997(0x2a4)]{constructor(_0x15adee,_0x25841a,_0xaf9fca,_0x3e456f,_0x50cbca){const _0x2cca27=_0x406997;super(),this['_injector']=_0x15adee,this[_0x2cca27(0x1b4)]=_0x25841a,this['_configService']=_0xaf9fca,this['_logService']=_0x3e456f,this[_0x2cca27(0x34d)]=_0x50cbca;}[_0x406997(0x122)](_0x28f670){const _0x1f6002=_0x406997;let _0x1f50ed=this[_0x1f6002(0x1cb)][_0x1f6002(0x284)](u[_0x1f6002(0x186)]);if(!_0x1f50ed)throw Error(_0x1f6002(0x3e9));let _0x3334e3=_0x1f50ed[_0x1f6002(0x238)](_0x28f670);if(!_0x3334e3)throw Error(_0x1f6002(0x3b8));let _0x10ecaa=new n[(_0x1f6002(0x1c2))](),_0x6ff75c=new a[(_0x1f6002(0x342))]();_0x10ecaa[_0x1f6002(0x1e8)](_0x3334e3['close$'][_0x1f6002(0x3e5)](_0x5e9961=>_0x6ff75c[_0x1f6002(0x16d)](_0x5e9961))),_0x10ecaa[_0x1f6002(0x1e8)]((0x0,n[_0x1f6002(0x325)])(()=>_0x6ff75c[_0x1f6002(0x2f1)]()));let _0x255bc2=new a[(_0x1f6002(0x342))]();_0x10ecaa['add'](_0x3334e3[_0x1f6002(0x1e0)][_0x1f6002(0x3e5)](_0x19b4ae=>_0x255bc2[_0x1f6002(0x16d)](_0x19b4ae))),_0x10ecaa[_0x1f6002(0x1e8)]((0x0,n[_0x1f6002(0x325)])(()=>_0x255bc2[_0x1f6002(0x2f1)]()));let _0x8e9e5a=new a[(_0x1f6002(0x342))]();_0x10ecaa[_0x1f6002(0x1e8)](_0x3334e3[_0x1f6002(0x181)][_0x1f6002(0x3e5)](_0x3230a0=>{const _0x52dc47=_0x1f6002;let _0x228562=Fe(_0x3230a0);_0x8e9e5a[_0x52dc47(0x16d)](_0x228562);})),_0x10ecaa[_0x1f6002(0x1e8)]((0x0,n[_0x1f6002(0x325)])(()=>_0x8e9e5a[_0x1f6002(0x2f1)]()));let _0x2aca6a,_0xab490f=()=>{const _0x4d3d72=_0x1f6002;_0x255bc2[_0x4d3d72(0x16d)](new Event(_0x4d3d72(0x113))),_0x6ff75c[_0x4d3d72(0x16d)](new Event(_0x4d3d72(0x113))),_0x2aca6a[_0x4d3d72(0x29f)]();};return _0x2aca6a={'memberID':'','close$':_0x6ff75c[_0x1f6002(0x1c0)](),'error$':_0x255bc2[_0x1f6002(0x1c0)](),'open$':_0x3334e3[_0x1f6002(0x3e2)],'message$':_0x8e9e5a[_0x1f6002(0x1c0)](),'send':_0x583241=>{const _0x582593=_0x1f6002;if(_0x583241[_0x582593(0x163)]===o[_0x582593(0x1dc)][_0x582593(0x156)]){if(_0x583241['data'][_0x582593(0x2a1)]===t[_0x582593(0x1fd)]['SUBMIT_CHANGESET']){this['_submitChangeset'](_0x2aca6a,_0x583241[_0x582593(0x379)])[_0x582593(0x398)](_0x2c1882=>{this['_logService']['error'](_0x2c1882),_0xab490f();});return;}if(_0x583241[_0x582593(0x379)][_0x582593(0x2a1)]===t[_0x582593(0x1fd)][_0x582593(0x303)]){let _0x2ce823=_0x583241[_0x582593(0x379)];this['_fetchMissChangesets'](_0x2ce823)['then'](_0x448191=>{const _0x25b866=_0x582593;_0x8e9e5a[_0x25b866(0x16d)]({'cmd':o['CombCmd'][_0x25b866(0x3cf)],'code':o[_0x25b866(0x15b)]['OK'],'routeKey':_0x2ce823[_0x25b866(0x379)]['unitID'],'routeType':'','data':{'eventID':t[_0x25b866(0x1fd)][_0x25b866(0x299)],'data':{'changesets':_0x448191}}});})['catch'](_0x5e304f=>{const _0x1ddd00=_0x582593;this[_0x1ddd00(0x185)][_0x1ddd00(0x2a8)](_0x5e304f),_0xab490f();});return;}}_0x3334e3['send'](Ie(_0x583241));},'close':()=>{const _0x2ba28b=_0x1f6002;_0x3334e3[_0x2ba28b(0x29f)](),_0x10ecaa[_0x2ba28b(0x34b)]();}},_0x2aca6a;}async['_submitChangeset'](_0x387cd0,_0x901df8){const _0x1ab87f=_0x406997;var _0x270129;let {unitType:_0x4f18a3,unitID:_0x3fc0ad,changeset:_0x511a06}=_0x901df8[_0x1ab87f(0x379)],_0x2e6189={'unitID':_0x3fc0ad,'memberID':_0x387cd0['memberID'],'type':_0x4f18a3,'changeset':(0x0,t['parseChangesetToProtocol'])(_0x511a06)},_0x8e5164=this[_0x1ab87f(0x102)][_0x1ab87f(0x2df)](h),_0x455a99=Re((_0x270129=_0x8e5164==null?void 0x0:_0x8e5164[_0x1ab87f(0x317)])==null?_0x1ab87f(0x1f6):_0x270129,_0x4f18a3,_0x3fc0ad);try{await this[_0x1ab87f(0x1b4)][_0x1ab87f(0x318)](_0x455a99,{'body':_0x2e6189});}catch(_0x199204){throw this['_logService'][_0x1ab87f(0x2a8)]('[CollaborationSession]',_0x1ab87f(0x381)),_0x199204;}}async[_0x406997(0x245)](_0x21d0f0){const _0x5d6996=_0x406997;let {unitID:_0x1acb0e,from:_0x3194b9,to:_0xa0d146,unitType:_0x5616b9}=_0x21d0f0[_0x5d6996(0x379)];return(await this['_snapshotServerService']['fetchMissingChangesets']({'metadata':void 0x0},{'unitID':_0x1acb0e,'type':_0x5616b9,'from':_0x3194b9,'to':_0xa0d146}))['changesets'][_0x5d6996(0x229)](_0x16b5b0=>((_0x16b5b0[_0x5d6996(0x393)]===null||_0x16b5b0[_0x5d6996(0x393)]===void 0x0)&&(_0x16b5b0[_0x5d6996(0x393)]=[]),_0x16b5b0));}};ze=b([y(0x0,(0x0,n['Inject'])(n[_0x406997(0x321)])),y(0x1,(0x0,n['Inject'])(u[_0x406997(0x220)])),y(0x2,n[_0x406997(0x262)]),y(0x3,n[_0x406997(0x152)]),y(0x4,t[_0x406997(0x2a7)])],ze);let V=class extends n['Disposable']{get['_socket'](){const _0x35852c=_0x406997;return this['_socket$'][_0x35852c(0x376)]();}constructor(_0x381570,_0xa0b8ab,_0x4456a6,_0x1f88fa,_0x3c4b53,_0x308ab9){const _0xad783d=_0x406997;super(),this[_0xad783d(0x1cb)]=_0x381570,this[_0xad783d(0x185)]=_0xa0b8ab,this['_configService']=_0x4456a6,this[_0xad783d(0x1fa)]=_0x1f88fa,this[_0xad783d(0x3ec)]=_0x3c4b53,this['_networkConditionService']=_0x308ab9,_(this,_0xad783d(0x10a),new a[(_0xad783d(0x3e1))](void 0x0)),_(this,_0xad783d(0x121),this[_0xad783d(0x10a)][_0xad783d(0x1c0)]()),_(this,_0xad783d(0x3dd),null),_(this,_0xad783d(0x2fc),new Map()),_(this,'_status$',new a[(_0xad783d(0x3e1))](0x0)),_(this,_0xad783d(0x151),this[_0xad783d(0x189)][_0xad783d(0x1c0)]()),_(this,_0xad783d(0x374),!0x1),_(this,_0xad783d(0x11a),void 0x0),_(this,_0xad783d(0x337),0x0),_(this,_0xad783d(0x249),null),_(this,_0xad783d(0x341),void 0x0),_(this,_0xad783d(0x128),void 0x0),this[_0xad783d(0x382)]();}[_0x406997(0x382)](){const _0x113d8d=_0x406997;this[_0x113d8d(0x391)]&&this['disposeWithMe'](this[_0x113d8d(0x391)][_0x113d8d(0x3e0)]['subscribe'](_0x14d3b8=>{const _0x9c9d5a=_0x113d8d;_0x14d3b8&&!this[_0x9c9d5a(0x241)]&&this[_0x9c9d5a(0x12d)](),_0x14d3b8||this[_0x9c9d5a(0x2b7)]();}));}['dispose'](){const _0x5087ab=_0x406997;var _0x194a6b;super[_0x5087ab(0x34b)](),(_0x194a6b=this[_0x5087ab(0x249)])==null||_0x194a6b['unsubscribe'](),this[_0x5087ab(0x249)]=null,this[_0x5087ab(0x17b)](),this['_clearTimeoutTimer'](),this[_0x5087ab(0x212)](),this[_0x5087ab(0x2fc)]['forEach'](_0x43b156=>_0x43b156[_0x5087ab(0x34b)]()),this[_0x5087ab(0x2fc)][_0x5087ab(0x32e)](),this['_status$']['complete']();}async['requireSession'](_0x380699){const _0x50177f=_0x406997;if(this[_0x50177f(0x2fc)][_0x50177f(0x22e)](_0x380699))return this[_0x50177f(0x2fc)]['get'](_0x380699);this[_0x50177f(0x26e)]();let _0x45e385=this[_0x50177f(0x1cb)][_0x50177f(0x244)](S,_0x380699,this[_0x50177f(0x10a)][_0x50177f(0x1c0)]());return this[_0x50177f(0x2fc)]['set'](_0x380699,_0x45e385),_0x45e385;}['closeSession'](_0x7b456b){const _0x36edcd=_0x406997;let _0x4e0349=this[_0x36edcd(0x2fc)]['get'](_0x7b456b);if(_0x4e0349&&(this[_0x36edcd(0x2fc)][_0x36edcd(0x28a)](_0x7b456b),_0x4e0349['close']()),!this[_0x36edcd(0x2fc)][_0x36edcd(0x2ea)]){var _0x237ba2;(_0x237ba2=this[_0x36edcd(0x241)])==null||_0x237ba2[_0x36edcd(0x29f)]();}}[_0x406997(0x12d)](){const _0x3bf3eb=_0x406997;this[_0x3bf3eb(0x337)]=0x0,this[_0x3bf3eb(0x17b)](),this[_0x3bf3eb(0x330)]();}[_0x406997(0x17b)](){const _0x22d94e=_0x406997;this[_0x22d94e(0x11a)]!=null&&(clearTimeout(this[_0x22d94e(0x11a)]),this[_0x22d94e(0x11a)]=null);}async[_0x406997(0x272)](){const _0x426de5=_0x406997;var _0x1064ab;let _0x403fe8=this['_configService']['getConfig'](h),_0x2bb428=(_0x1064ab=_0x403fe8==null?void 0x0:_0x403fe8[_0x426de5(0x13c)])==null?te:_0x1064ab,_0x309a1f=await this[_0x426de5(0x1fa)][_0x426de5(0x238)](_0x2bb428);return this['_candidateSocket']=_0x309a1f,_0x309a1f;}async[_0x406997(0x26e)](){const _0x354e04=_0x406997;try{var _0x1f0937,_0x12e1a4;let _0x505360=(_0x1f0937=(_0x12e1a4=this['_socket'])==null?this[_0x354e04(0x3dd)]:_0x12e1a4)==null?await this[_0x354e04(0x272)]():_0x1f0937;if(_0x505360){var _0x2a83cc;let _0x19013f=_0x505360[_0x354e04(0x218)];_0x505360[_0x354e04(0x218)]=_0x5d7c83=>(_0x5d7c83[_0x354e04(0x163)]!==o['CombCmd']['LEAVE']&&this[_0x354e04(0x1ac)](),_0x19013f['apply'](_0x505360,[_0x5d7c83])),(_0x2a83cc=this[_0x354e04(0x249)])==null||_0x2a83cc[_0x354e04(0x37a)](),this[_0x354e04(0x249)]=null,this['_socketMessageSubscription']=_0x505360[_0x354e04(0x181)][_0x354e04(0x3e5)](_0x414b5a=>this[_0x354e04(0x3ab)](_0x505360,_0x414b5a)),_0x505360[_0x354e04(0x1e0)][_0x354e04(0x119)]((0x0,c[_0x354e04(0x2f9)])(0x1))[_0x354e04(0x3e5)](_0xf1424e=>this[_0x354e04(0x185)][_0x354e04(0x2a8)]('[CollaborationSessionService]:\x20socket\x20error',_0xf1424e)),_0x505360[_0x354e04(0x3e2)][_0x354e04(0x119)]((0x0,c[_0x354e04(0x2f9)])(0x1))[_0x354e04(0x3e5)](()=>{const _0x4cae50=_0x354e04;this[_0x4cae50(0x21d)](_0x505360);}),_0x505360[_0x354e04(0x1d7)][_0x354e04(0x119)]((0x0,c[_0x354e04(0x2f9)])(0x1))[_0x354e04(0x3e5)](_0x2af2f4=>{const _0x136be5=_0x354e04;this[_0x136be5(0x185)][_0x136be5(0x19e)](_0x136be5(0x1a6),_0x136be5(0x1b2),_0x2af2f4),this[_0x136be5(0x2db)]();});}}catch(_0x44cd6d){this[_0x354e04(0x185)][_0x354e04(0x2a8)](_0x44cd6d),this[_0x354e04(0x2db)]();}}[_0x406997(0x21d)](_0x331457){const _0x391059=_0x406997;this[_0x391059(0x185)][_0x391059(0x19e)](_0x391059(0x1a6),_0x391059(0x18a)),_0x331457[_0x391059(0x218)]({'cmd':o['CombCmd'][_0x391059(0x3c0)]}),this['_rescheduleHeartbeat']();}[_0x406997(0x2b7)](){const _0x265473=_0x406997;this['_socketReady']=!0x1,this[_0x265473(0x3dd)]=null,this[_0x265473(0x189)]['next'](0x2),this[_0x265473(0x10a)]['next'](null),this[_0x265473(0x2ad)](),this['_clearHeartbeatTimer']();}[_0x406997(0x2db)](){const _0x533ce8=_0x406997;var _0xf1e3f7;this[_0x533ce8(0x2b7)](),this['_retryCount']<((_0xf1e3f7=this[_0x533ce8(0x102)]['getConfig'](_0x533ce8(0x296)))==null?0x3:_0xf1e3f7)?(this['_collaborationUIEventService'][_0x533ce8(0x343)]({'id':_0x533ce8(0x1e6)}),this[_0x533ce8(0x330)]()):this[_0x533ce8(0x3ec)][_0x533ce8(0x343)]({'id':'SOCKET_FAILED'});}[_0x406997(0x330)](){const _0x59bbc8=_0x406997;var _0x2a3b52;let _0x109630=this[_0x59bbc8(0x337)],_0x1b1d25=this[_0x59bbc8(0x102)]['getConfig'](h),_0x8e6e61=_0x109630===0x0?0x0:((_0x2a3b52=_0x1b1d25==null?void 0x0:_0x1b1d25[_0x59bbc8(0x30f)])==null?0x4e20:_0x2a3b52)*0x2**_0x109630;this[_0x59bbc8(0x11a)]=setTimeout(()=>{const _0x20b181=_0x59bbc8;clearTimeout(this[_0x20b181(0x11a)]),this[_0x20b181(0x11a)]=null,this[_0x20b181(0x26e)]();},_0x8e6e61),this[_0x59bbc8(0x337)]+=0x1;}[_0x406997(0x3ab)](_0x3137b2,_0x40200a){const _0x50dc7d=_0x406997;let {cmd:_0x58d281}=_0x40200a;_0x58d281===o[_0x50dc7d(0x1dc)]['HELLO']&&!this['_socketReady']&&(_0x3137b2[_0x50dc7d(0x3b5)]=_0x40200a[_0x50dc7d(0x379)][_0x50dc7d(0x3b5)],this[_0x50dc7d(0x10a)]['next'](_0x3137b2),this[_0x50dc7d(0x189)][_0x50dc7d(0x16d)](0x3),this['_socketReady']=!0x0,this[_0x50dc7d(0x3dd)]=null),_0x58d281===o[_0x50dc7d(0x1dc)][_0x50dc7d(0x259)]&&this[_0x50dc7d(0x2ad)](),this[_0x50dc7d(0x1ac)]();}['_rescheduleHeartbeat'](){const _0x11ff57=_0x406997;var _0x84950c;this[_0x11ff57(0x212)](),this[_0x11ff57(0x341)]=setTimeout(()=>this[_0x11ff57(0x169)](),(_0x84950c=this[_0x11ff57(0x102)][_0x11ff57(0x2df)](_0x11ff57(0x1f5)))==null?0x7530:_0x84950c);}[_0x406997(0x169)](){const _0x24d883=_0x406997;this[_0x24d883(0x241)]['send']({'cmd':o['CombCmd']['HEARTBEAT']}),this[_0x24d883(0x3f4)]();}[_0x406997(0x3f4)](){const _0x1a8cd3=_0x406997;var _0x3f125e;this[_0x1a8cd3(0x128)]=setTimeout(()=>this['_onConnectionFailed'](),(_0x3f125e=this[_0x1a8cd3(0x102)][_0x1a8cd3(0x2df)](_0x1a8cd3(0x198)))==null?ne:_0x3f125e);}[_0x406997(0x212)](){const _0x53a835=_0x406997;this['_sendHeartbeatTimer']!=null&&(clearTimeout(this[_0x53a835(0x341)]),this[_0x53a835(0x341)]=null);}[_0x406997(0x2ad)](){const _0xa79bfa=_0x406997;this[_0xa79bfa(0x128)]!=null&&(clearTimeout(this[_0xa79bfa(0x128)]),this[_0xa79bfa(0x128)]=null);}};V=b([y(0x0,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x1,n[_0x406997(0x152)]),y(0x2,n[_0x406997(0x262)]),y(0x3,Le),y(0x4,(0x0,n[_0x406997(0x28e)])(v)),y(0x5,(0x0,n[_0x406997(0x161)])(Pe))],V);let H=class extends n['RxDisposable']{constructor(_0xb7b1e0,_0x5c9dc1,_0x101e8d,_0x27cf54){const _0x3fbf0d=_0x406997;var _0x3e6b3a;super(),this[_0x3fbf0d(0x1cb)]=_0xb7b1e0,this['_collabSessionService']=_0x5c9dc1,this[_0x3fbf0d(0x102)]=_0x101e8d,this[_0x3fbf0d(0x2ee)]=_0x27cf54,_(this,_0x3fbf0d(0x167),new Map()),_(this,_0x3fbf0d(0x2dc),new a[(_0x3fbf0d(0x342))]()),_(this,_0x3fbf0d(0x171),this[_0x3fbf0d(0x2dc)][_0x3fbf0d(0x1c0)]()),((_0x3e6b3a=this['_configService'][_0x3fbf0d(0x2df)]('collaboration-client.config'))==null?void 0x0:_0x3e6b3a[_0x3fbf0d(0xfe)])!==!0x1&&this[_0x3fbf0d(0x1be)]();}[_0x406997(0x34b)](){const _0x60a281=_0x406997;super[_0x60a281(0x34b)](),this['_entities'][_0x60a281(0x1e5)](_0x55c848=>_0x55c848['dispose']()),this['_entities'][_0x60a281(0x32e)]();}[_0x406997(0x180)](_0x495d58){const _0x9af8cd=_0x406997;var _0x28629f;return(_0x28629f=this[_0x9af8cd(0x167)][_0x9af8cd(0x284)](_0x495d58))==null?null:_0x28629f;}[_0x406997(0x3fa)](_0xec28ff){const _0x138e58=_0x406997;let _0x32f072=this[_0x138e58(0x180)](_0xec28ff);return _0x32f072?(0x0,a['of'])(_0x32f072):this[_0x138e58(0x2dc)][_0x138e58(0x119)]((0x0,c[_0x138e58(0x1e9)])(_0x5320f2=>_0x5320f2[_0x138e58(0x187)]===_0xec28ff));}[_0x406997(0x2b0)](_0x1f1fa7){const _0x236ce0=_0x406997;return(0x0,a[_0x236ce0(0x2f0)])(this[_0x236ce0(0x3fa)](_0x1f1fa7)[_0x236ce0(0x119)]((0x0,c[_0x236ce0(0x229)])(()=>void 0x0)));}[_0x406997(0x1be)](){const _0x5cd3bd=_0x406997;this[_0x5cd3bd(0x2ee)][_0x5cd3bd(0x21e)](n[_0x5cd3bd(0x127)][_0x5cd3bd(0x225)])[_0x5cd3bd(0x119)]((0x0,a[_0x5cd3bd(0x39c)])(this[_0x5cd3bd(0x33c)]),(0x0,c[_0x5cd3bd(0x392)])(0x10))['subscribe'](async _0x31894f=>{const _0x1540cb=_0x5cd3bd;let _0x115aee=_0x31894f['unit']['getUnitId'](),_0x779287=await this[_0x1540cb(0x108)](_0x115aee,n[_0x1540cb(0x127)]['UNIVER_SHEET']);this[_0x1540cb(0x167)]['set'](_0x115aee,_0x779287);}),this[_0x5cd3bd(0x2ee)][_0x5cd3bd(0x21e)](n[_0x5cd3bd(0x127)][_0x5cd3bd(0x332)])[_0x5cd3bd(0x119)]((0x0,a['takeUntil'])(this[_0x5cd3bd(0x33c)]),(0x0,c[_0x5cd3bd(0x392)])(0x10))[_0x5cd3bd(0x119)]((0x0,c[_0x5cd3bd(0x1e9)])(_0x5d561c=>!_0x5d561c[_0x5cd3bd(0x109)][_0x5cd3bd(0x297)]()[_0x5cd3bd(0x177)]('__')))['subscribe'](async _0x417438=>{const _0x10f6e7=_0x5cd3bd;let _0x474702=_0x417438[_0x10f6e7(0x109)]['getUnitId'](),_0x1a140c=await this['_startCollaboration'](_0x474702,n[_0x10f6e7(0x127)][_0x10f6e7(0x332)]);this[_0x10f6e7(0x167)][_0x10f6e7(0x355)](_0x474702,_0x1a140c);}),this['_univerInstanceService'][_0x5cd3bd(0x21e)](n['UniverInstanceType'][_0x5cd3bd(0x3bf)])[_0x5cd3bd(0x119)]((0x0,a[_0x5cd3bd(0x39c)])(this['dispose$']),(0x0,c['delay'])(0x10))['subscribe'](async _0x2f6ef7=>{const _0x302ca1=_0x5cd3bd;let _0x4a297d=_0x2f6ef7[_0x302ca1(0x109)][_0x302ca1(0x297)](),_0x46197f=await this[_0x302ca1(0x108)](_0x4a297d,n[_0x302ca1(0x127)][_0x302ca1(0x3bf)]);this[_0x302ca1(0x167)]['set'](_0x4a297d,_0x46197f);}),this[_0x5cd3bd(0x2ee)]['getTypeOfUnitAdded$'](n[_0x5cd3bd(0x127)][_0x5cd3bd(0x23f)])[_0x5cd3bd(0x119)]((0x0,a[_0x5cd3bd(0x39c)])(this[_0x5cd3bd(0x33c)]),(0x0,c[_0x5cd3bd(0x392)])(0x10))[_0x5cd3bd(0x3e5)](async _0x207b86=>{const _0x58c4a5=_0x5cd3bd;let _0x5d6c96=_0x207b86['unit'][_0x58c4a5(0x297)](),_0x2e4182=await this[_0x58c4a5(0x108)](_0x5d6c96,n['UniverInstanceType']['UNIVER_BASE']);this[_0x58c4a5(0x167)][_0x58c4a5(0x355)](_0x5d6c96,_0x2e4182);}),(0x0,a['merge'])(this[_0x5cd3bd(0x2ee)][_0x5cd3bd(0x280)](n[_0x5cd3bd(0x127)][_0x5cd3bd(0x225)]),this[_0x5cd3bd(0x2ee)][_0x5cd3bd(0x280)](n['UniverInstanceType']['UNIVER_DOC']),this[_0x5cd3bd(0x2ee)]['getTypeOfUnitDisposed$'](n[_0x5cd3bd(0x127)]['UNIVER_SLIDE']),this[_0x5cd3bd(0x2ee)][_0x5cd3bd(0x280)](n[_0x5cd3bd(0x127)][_0x5cd3bd(0x23f)]))[_0x5cd3bd(0x119)]((0x0,a[_0x5cd3bd(0x39c)])(this[_0x5cd3bd(0x33c)]))['subscribe'](_0x2f6abc=>{const _0x2a0aeb=_0x5cd3bd;let _0x40d91d=_0x2f6abc[_0x2a0aeb(0x297)](),_0x44f967=this[_0x2a0aeb(0x167)][_0x2a0aeb(0x284)](_0x40d91d);_0x44f967&&(_0x44f967[_0x2a0aeb(0x34b)](),this[_0x2a0aeb(0x167)]['delete'](_0x40d91d));});}async[_0x406997(0x108)](_0x3594a1,_0x19faf1){const _0x142b15=_0x406997;let _0x16a431=await this['_collabSessionService'][_0x142b15(0x114)](_0x3594a1),_0x52f757=this['_injector'][_0x142b15(0x244)](this['_getCtorByUniverInstanceType'](_0x19faf1),_0x3594a1,_0x19faf1,_0x16a431);return await _0x52f757[_0x142b15(0x1b8)](),this[_0x142b15(0x2dc)][_0x142b15(0x16d)](_0x52f757),_0x52f757;}[_0x406997(0x106)](_0x4c9658){const _0x33efae=_0x406997;switch(_0x4c9658){case n[_0x33efae(0x127)][_0x33efae(0x332)]:return R;case n[_0x33efae(0x127)][_0x33efae(0x225)]:return z;case n[_0x33efae(0x127)]['UNIVER_SLIDE']:return B;case n[_0x33efae(0x127)][_0x33efae(0x23f)]:return Ne;default:throw Error(_0x33efae(0x2a2)+_0x4c9658);}}};H=b([y(0x0,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x1,(0x0,n[_0x406997(0x28e)])(V)),y(0x2,n['IConfigService']),y(0x3,n[_0x406997(0x131)])],H);var Be=_0x406997(0x2c6),Ve='1.0.0-alpha.2';let He=class extends n['Disposable']{constructor(_0x157a17,_0x21066e){const _0x19f17b=_0x406997;super(),this[_0x19f17b(0x2ee)]=_0x157a17,this[_0x19f17b(0x102)]=_0x21066e,this[_0x19f17b(0x1be)]();}[_0x406997(0x1be)](){const _0x1c7842=_0x406997;this[_0x1c7842(0x1c1)](this[_0x1c7842(0x2ee)][_0x1c7842(0x3f0)][_0x1c7842(0x3e5)](()=>{const _0x425c88=_0x1c7842;var _0x39ce92;let _0x1ebcbb=this[_0x425c88(0x2ee)]['getFocusedUnit'](),_0x2fe4b3=(_0x39ce92=this['_configService'][_0x425c88(0x2df)](_0x425c88(0x39a)))==null?_0x425c88(0x282):_0x39ce92;_0x1ebcbb instanceof n[_0x425c88(0x11e)]&&(_0x2fe4b3=_0x1ebcbb[_0x425c88(0x35a)]),document[_0x425c88(0x21f)]=_0x2fe4b3;}));}};He=b([y(0x0,n[_0x406997(0x131)]),y(0x1,n['IConfigService'])],He);let Ue=function(_0x17deb2){const _0x45fe6a=_0x406997;return _0x17deb2['URL']=_0x45fe6a(0x103),_0x17deb2['UUID']=_0x45fe6a(0x1b9),_0x17deb2[_0x45fe6a(0x22a)]='BASE64',_0x17deb2;}({});const We=(0x0,n[_0x406997(0x1bd)])(_0x406997(0x3c8));let U=class{constructor(_0x32557d,_0x4f144a,_0x31f282){const _0x34cb1f=_0x406997;this[_0x34cb1f(0x1b4)]=_0x32557d,this[_0x34cb1f(0x102)]=_0x4f144a,this['_univerInstanceService']=_0x31f282;}[_0x406997(0x1f3)](){const _0x480da6=_0x406997;var _0x37ed6f;return(_0x37ed6f=this[_0x480da6(0x1ce)]()[_0x480da6(0x1de)])==null?{}:_0x37ed6f;}async[_0x406997(0x2da)](_0x630513){const _0xd6f3b2=_0x406997;let _0x29621c=this[_0xd6f3b2(0x1f3)]();if(Ge(_0x630513,_0x29621c),_0x29621c[_0xd6f3b2(0x3a3)])return _0x29621c[_0xd6f3b2(0x3a3)](_0x630513);let _0x11cc4b=await this['_upload'](_0x630513);return{'id':_0x11cc4b,'name':_0x630513['name'],'mimeType':_0x630513['type'],'size':_0x630513[_0xd6f3b2(0x2ea)],'sourceType':_0xd6f3b2(0x1b9),'source':_0x11cc4b};}async['_upload'](_0x41a8fa){const _0x302cbd=_0x406997;let _0x4a6d7b=this[_0x302cbd(0x2ee)][_0x302cbd(0x14a)](),_0x1df10f=_0x4a6d7b==null?void 0x0:_0x4a6d7b[_0x302cbd(0x297)]();if(!_0x1df10f)throw Error('[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.');let _0x203268=new FormData();_0x203268[_0x302cbd(0x193)](_0x302cbd(0x190),_0x41a8fa);let _0xef6efc=this[_0x302cbd(0x3c1)]()+_0x302cbd(0x203)+_0x41a8fa[_0x302cbd(0x2ea)][_0x302cbd(0x18f)]()+_0x302cbd(0x222)+o['FileSource'][_0x302cbd(0x27a)]+_0x302cbd(0x1a8)+encodeURIComponent(_0x1df10f),_0x587c47=(await this[_0x302cbd(0x1b4)][_0x302cbd(0x318)](_0xef6efc,{'body':_0x203268}))[_0x302cbd(0x1c7)][_0x302cbd(0x29d)];if(typeof _0x587c47!=_0x302cbd(0x24f)||!_0x587c47)throw Error(_0x302cbd(0x139));return _0x587c47;}[_0x406997(0x3c1)](){const _0x30b0de=_0x406997;var _0x12a701;return(_0x12a701=this['_getConfig']()[_0x30b0de(0x2be)])==null?_0x30b0de(0x32d):_0x12a701;}[_0x406997(0x1ce)](){const _0x2bbab2=_0x406997;var _0x357cac;return(_0x357cac=this[_0x2bbab2(0x102)][_0x2bbab2(0x2df)](_0x2bbab2(0x3db)))==null?{}:_0x357cac;}};U=b([y(0x0,(0x0,n['Inject'])(u[_0x406997(0x220)])),y(0x1,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x262)])),y(0x2,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x131)]))],U);function Ge(_0x6ff09d,_0x745e7d){const _0x5d1599=_0x406997;var _0x4f4876;if(_0x745e7d['maxSize']!=null&&_0x6ff09d['size']>_0x745e7d[_0x5d1599(0x36f)])throw Error(_0x5d1599(0x10f));if((_0x4f4876=_0x745e7d['accept'])!=null&&_0x4f4876['length']&&!_0x745e7d[_0x5d1599(0x37b)][_0x5d1599(0x2af)](_0x260a4d=>_0x6ff09d[_0x5d1599(0x132)]===_0x260a4d||_0x6ff09d[_0x5d1599(0x35a)]['endsWith'](_0x260a4d)||_0x260a4d[_0x5d1599(0x26a)]('/*')&&_0x6ff09d[_0x5d1599(0x132)][_0x5d1599(0x177)](_0x260a4d['slice'](0x0,-0x1))))throw Error('[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.');}let W=class{constructor(_0x244a70,_0x33fedd,_0x2a1ef5){const _0x5893d9=_0x406997;this['_configService']=_0x244a70,this[_0x5893d9(0x1b4)]=_0x33fedd,this[_0x5893d9(0x1d4)]=_0x2a1ef5,this[_0x5893d9(0x1b8)]();}[_0x406997(0x1b8)](){const _0x3081db=_0x406997;this[_0x3081db(0x1b4)][_0x3081db(0x23c)]({'priority':0x1,'interceptor':(_0x525dff,_0x457b7d)=>_0x457b7d(_0x525dff)['pipe']((0x0,a['concatMap'])(async _0x1b571e=>{const _0x139681=_0x3081db;let _0x515313=_0x1b571e;if(_0x515313[_0x139681(0x2a6)]===0x191){if(typeof window>'u')throw Error(_0x139681(0x30c));if(window['confirm'](this[_0x139681(0x1d4)]['t'](_0x139681(0x197)))){let _0x576745=window[_0x139681(0x2e9)](window[_0x139681(0x159)][_0x139681(0x3b3)]);window[_0x139681(0x159)][_0x139681(0x3b3)]=this['_getLoginPath']()+_0x139681(0x13b)+_0x576745;}}return _0x515313;}))});}[_0x406997(0x399)](){const _0x2ee64c=_0x406997;var _0x30f1b6;let _0x5738e6=this[_0x2ee64c(0x102)][_0x2ee64c(0x2df)](h);return(_0x30f1b6=_0x5738e6==null?void 0x0:_0x5738e6['loginUrlKey'])==null?_0x2ee64c(0x2cb):_0x30f1b6;}};W=b([y(0x0,n['IConfigService']),y(0x1,(0x0,n[_0x406997(0x28e)])(u[_0x406997(0x220)])),y(0x2,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x3d3)]))],W);let G=class extends n['Disposable']{constructor(_0x25eee9,_0xcc493b){const _0x170fca=_0x406997;super(),this['_HTTPService']=_0x25eee9,this[_0x170fca(0x102)]=_0xcc493b,_(this,'_cfgEnableObjInherit',!0x1),this[_0x170fca(0x29e)]();}['_initMergeInterceptor'](){const _0x17144c=_0x406997;let _0x10e735=this;this[_0x17144c(0x1c1)](this[_0x17144c(0x202)][_0x17144c(0x23c)]({'priority':0x3e7,'interceptor':(0x0,u[_0x17144c(0x322)])({'isMatch'(_0x4f754e){const _0x2a389f=_0x17144c;var _0x5f0fa5;if(_0x4f754e[_0x2a389f(0x1fc)]==='POST'&&(_0x5f0fa5=_0x4f754e[_0x2a389f(0x2ed)])!=null&&_0x5f0fa5[_0x2a389f(0x1c7)]){let {objectID:_0x324996,objectType:_0x4be569}=_0x4f754e[_0x2a389f(0x2ed)][_0x2a389f(0x1c7)]||{};if(!_0x324996||_0x4be569===void 0x0)return!0x1;let _0x3d43ff=_0x10e735['_getAPIPrefixPath']()+'/'+_0x4be569+_0x2a389f(0x145)+_0x324996+_0x2a389f(0x1ee);if(_0x4f754e[_0x2a389f(0x17e)]===_0x3d43ff)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x95e9b3){const _0x5ad51c=_0x17144c;var _0x5a028b;return(_0x5a028b=_0x95e9b3['requestParams'])==null?void 0x0:_0x5a028b[_0x5ad51c(0x1c7)];},'mergeParamsToRequest'(_0x1f7f6b,_0xc0d052){const _0x5e2544=_0x17144c;let _0x46f23b=_0x10e735['_getAPIPrefixPath']()+_0x5e2544(0x37f),_0x27a1e7=_0x1f7f6b[_0x5e2544(0x213)]((_0x3784f7,_0x202057)=>{const _0x5e4f8f=_0x5e2544;let {unitID:_0x54ef12,objectID:_0x4e3c7a,objectType:_0x58907b,actions:_0x4240b2}=_0x202057;return _0x3784f7[_0x54ef12]||(_0x3784f7[_0x54ef12]={}),_0x3784f7[_0x54ef12][_0x4e3c7a]||(_0x3784f7[_0x54ef12][_0x4e3c7a]={'objectID':_0x4e3c7a,'objectType':_0x58907b,'actions':[]}),_0x3784f7[_0x54ef12][_0x4e3c7a][_0x5e4f8f(0x371)][_0x5e4f8f(0x1db)](..._0x4240b2),_0x3784f7;},{}),_0xf544e9=[];for(let _0x3715e7 in _0x27a1e7)for(let _0x1516a5 in _0x27a1e7[_0x3715e7]){let {actions:_0x284a10,objectType:_0x193439}=_0x27a1e7[_0x3715e7][_0x1516a5],_0x38b469=[...new Set(_0x284a10)];_0xf544e9['push']({'unitID':_0x3715e7,'objectID':_0x1516a5,'objectType':_0x193439,'actions':_0x38b469});}return new u[(_0x5e2544(0x129))](_0x5e2544(0x19f),_0x46f23b,{'headers':_0xc0d052['headers'],'withCredentials':_0xc0d052['withCredentials'],'responseType':_0xc0d052[_0x5e2544(0x1aa)],'body':{'requests':_0xf544e9}});}},{'distributeResult'(_0x294342,_0x39f5ab){let {objectActions:_0x5dfd7b}=_0x294342;return _0x39f5ab['map'](_0x5dc81f=>{const _0x41ca21=_0xcc0c;let {unitID:_0x19620d,objectID:_0x2f444c,actions:_0x53c265}=_0x5dc81f,_0x2a93f0=_0x5dfd7b[_0x41ca21(0x312)](_0xf21b3e=>_0xf21b3e['unitID']===_0x19620d&&_0xf21b3e[_0x41ca21(0x361)]===_0x2f444c);return{'config':_0x5dc81f,'result':{'actions':_0x53c265[_0x41ca21(0x229)](_0xeefa45=>_0x2a93f0==null?void 0x0:_0x2a93f0[_0x41ca21(0x371)][_0x41ca21(0x312)](_0x3e2358=>_0x3e2358['action']===_0xeefa45))[_0x41ca21(0x1e9)](_0x471a13=>!!_0x471a13),'error':_0x294342[_0x41ca21(0x2a8)]}};});}})}));}[_0x406997(0x3ad)](){const _0x148e78=_0x406997;var _0x541665;let _0x33fda3=this[_0x148e78(0x102)]['getConfig'](h);return(_0x541665=_0x33fda3==null?void 0x0:_0x33fda3[_0x148e78(0x188)])==null?_0x148e78(0x350):_0x541665;}async[_0x406997(0x33f)](_0xf545ea){const _0x1c5299=_0x406997;let _0x2b49c=this[_0x1c5299(0x3ad)]()+'/'+_0xf545ea[_0x1c5299(0x345)]+_0x1c5299(0x1bc);return(await this[_0x1c5299(0x202)][_0x1c5299(0x318)](_0x2b49c,{'body':_0xf545ea}))['body'][_0x1c5299(0x361)]||'';}async['list'](_0x129b64){const _0x1a1dd7=_0x406997;let _0x6e524=this[_0x1a1dd7(0x3ad)]()+_0x1a1dd7(0x1f8);return(await this[_0x1a1dd7(0x202)]['post'](_0x6e524,{'body':_0x129b64}))[_0x1a1dd7(0x1c7)][_0x1a1dd7(0x33a)];}async['update'](_0x42d3fa){const _0x195642=_0x406997;var _0x12664f;let _0x3a13c9=this['_getAPIPrefixPath']()+'/'+_0x42d3fa['objectType']+_0x195642(0x145)+_0x42d3fa[_0x195642(0x361)],_0x3d2ac4=await this[_0x195642(0x202)][_0x195642(0x143)](_0x3a13c9,{'body':_0x42d3fa});if((_0x3d2ac4==null||(_0x12664f=_0x3d2ac4[_0x195642(0x1c7)])==null||(_0x12664f=_0x12664f[_0x195642(0x2a8)])==null?void 0x0:_0x12664f[_0x195642(0x334)])!==0x1)throw Error(_0x195642(0x263));}async[_0x406997(0x36b)](_0x1341c3){const _0xea2eeb=_0x406997;let _0x5e5865=this['_getAPIPrefixPath']()+'/'+_0x1341c3[_0xea2eeb(0x345)]+_0xea2eeb(0x145)+_0x1341c3[_0xea2eeb(0x361)]+'/allowed';return(await this[_0xea2eeb(0x202)][_0xea2eeb(0x318)](_0x5e5865,{'body':_0x1341c3}))[_0xea2eeb(0x1c7)][_0xea2eeb(0x371)];}async[_0x406997(0x34f)](_0x38e9fd){const _0x3f6977=_0x406997;let _0x5ba96e=this[_0x3f6977(0x3ad)]()+'/-/object/-/batch_allowed';return(await this[_0x3f6977(0x202)][_0x3f6977(0x318)](_0x5ba96e,{'body':{'requests':_0x38e9fd}}))['body'][_0x3f6977(0x164)];}async[_0x406997(0x385)](_0x567747){const _0x423421=_0x406997;let _0x42692a=this['_getAPIPrefixPath']()+'/'+_0x567747['objectType']+'/role',_0x457e88=await this[_0x423421(0x202)][_0x423421(0x318)](_0x42692a,{'body':_0x567747});return{'roles':_0x457e88[_0x423421(0x1c7)][_0x423421(0x1bb)],'actions':_0x457e88[_0x423421(0x1c7)][_0x423421(0x371)]};}async[_0x406997(0x3bd)](_0x5aef2b){const _0x28b183=_0x406997;let _0x169481=this[_0x28b183(0x3ad)]()+_0x28b183(0x2eb);await this['_HTTPService'][_0x28b183(0x28a)](_0x169481,{'params':{'collaboratorID':_0x5aef2b[_0x28b183(0x36c)],'objectID':_0x5aef2b[_0x28b183(0x361)],'unitID':_0x5aef2b[_0x28b183(0x187)]}});}async['updateCollaborator'](_0x534975){const _0x493671=_0x406997;let _0x35f361=this['_getAPIPrefixPath']()+_0x493671(0x2eb);await this[_0x493671(0x202)]['patch'](_0x35f361,{'body':_0x534975});}async[_0x406997(0x209)](_0x491571){const _0x5ab3b7=_0x406997;let _0x40ce52=this[_0x5ab3b7(0x3ad)]()+'/collaborator';await this[_0x5ab3b7(0x202)][_0x5ab3b7(0x318)](_0x40ce52,{'body':_0x491571});}async[_0x406997(0x2e5)](_0x16630a){const _0x2e7c97=_0x406997;var _0x2beaf3;let _0x3fd65e=this[_0x2e7c97(0x3ad)]()+'/collaborator',_0xe38e68=await this[_0x2e7c97(0x202)][_0x2e7c97(0x284)](_0x3fd65e,{'params':{'objectID':_0x16630a[_0x2e7c97(0x361)],'unitID':_0x16630a[_0x2e7c97(0x187)]}});return this[_0x2e7c97(0x125)]((_0x2beaf3=_0xe38e68[_0x2e7c97(0x1c7)][_0x2e7c97(0x219)])==null?!0x1:_0x2beaf3),_0xe38e68[_0x2e7c97(0x1c7)][_0x2e7c97(0x1ab)];}async[_0x406997(0x2bb)](_0x57af98){const _0x4f0ae8=_0x406997;let _0x11ea43=this['_getAPIPrefixPath']()+_0x4f0ae8(0x2eb);await this[_0x4f0ae8(0x202)][_0x4f0ae8(0x143)](_0x11ea43,{'body':_0x57af98});}[_0x406997(0x125)](_0x4ccc3e){this['_cfgEnableObjInherit']=_0x4ccc3e;}[_0x406997(0x1e2)](){return this['_cfgEnableObjInherit'];}};function _0x174c(){const _0x12e94e=['unsubscribe','accept','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','onMutationExecutedForCollab','mapDocumentTypeToUniverInstanceType','/-/object/-/batch_allowed','constructor','submit\x20changeset\x20error!','_listenToNetworkCondition','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','MUTATION','listRoles','isTransformMutationsWithChangesetFailure','_onRemoteRejected','sendChangesetTimeout','unitLoaded$','_maxTotalRetryTimeout','number','[SyncedState]:\x20received\x20acknowledgement.','COMPRESS_MUTATION_SEND','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','IMentionIOService','sid','_networkConditionService','delay','mutations','[CollaborationState]:\x20apply\x20error!','_changesetReqId','USERS_ENTER','ImageUploadStatusType','catch','_getLoginPath','DEFAULT_FILE_NAME','/unit/','takeUntil','min','UPDATE_PERMISSION_OBJ','ERROR_IMAGE_TYPE','EmptyMutationInfo','onRemoteChangeset','getResourcesRequest','upload','_state','isPermissionRej','change$','mergeOverrideWithDependencies','editing\x20status\x20changed\x20to','MemberService','_userManagerService','_onMessage','117Fzgdco','_getAPIPrefixPath','joinEvent','collaMsg','prototype','_getAPIPrefix','NO_OTHER_CLIENTS_EDITING','href','_permissionService','memberID','onMissedChangesetFetched','appendMutation','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','JOINING','SUBMIT_CHANGESET','_joinRoom','unitId\x20is\x20not\x20found','deleteCollaborator','_clearUndo','UNIVER_SLIDE','HELLO','_getUploadFileURL','_unlockTransition','4927450peTEhB','src','changesets','originalMeta','LOCAL_CACHE_INTERVAL','base-ui.attachment-io.service','_transitionLocked','stopTime','saveSheetBlock','_localeService','pending','_getSendChangesetTimeout','RECV','params','_executeRemoteChangeset','JOIN_ROOM_PERMISSION_DENIED','LocaleService','registerDependencies','_undoRedoService','call','SheetTransformSelectionsService','enableSingleActiveInstanceLock','[DataLoaderService]','_unitID','collaboration-client.config','c1Prime','_candidateSocket','_commentService','LIVESHARE_TERMINATE','online$','BehaviorSubject','open$','ERROR_EXCEED_SIZE','getDeserializedSheetBlock','subscribe','_onConflict','_onCombEvent','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!','ONLINE','onlyLocal','_collaborationUIEventService','_applyRemoteChangeset','updateSnapshot','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','focused$','decorate','CollaborationStatus','__splitChunk__','_waitForHeartbeatResponse','csShouldRetryEvent','defineProperty','DocCollaborationEntity','onTransformIME','result','getCollabEntity$','ERROR_IMAGE','Rectangle','offline','AwaitingState','unitId','stringify','getCurrentSelections','_onRecvEvent','loadBase','enableCollaboration','isArray','utf8ToBytes','_telemetryInfo','_configService','URL','_clearScheduledTask','duration','_getCtorByUniverInstanceType','onMissingChangesets','_startCollaboration','unit','_socket$','/block/','roomInfos','JOIN_ROOM_NOT_EXISTS','_substituteUndoStack','[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','connection\x20error','requireSession','conflict','encrypt','getMember','updatePermissionObjEvent','pipe','_retryConnectingTimer','backupOfflineData','transformUndoRedo','subject','Workbook','fetchThroughInterceptors','initWorkbookPermissionChange','socket$','_doCreateSocket','infoRsp','_transformUndoredo','setCfgEnableObjInherit','snapshotServerUrl','UniverInstanceType','_timeoutTimer','HTTPRequest','deserializeToCombResponse','isTransformMutationsWithChangesetSuccess','_revisionService','reconnect','now','executeCommand','_collaborationPaused','IUniverInstanceService','type','uuidv4','loadSheet','getInterceptPoints','_registerDependencies','RevisionService','_throwTelemetryCollaborationNewChangeset','[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.','saveImage','?url=','collabWebSocketUrl','CollaborativeUndoRedoService','onLocalMutation','parseProtocolChangeset','replace','ICollaborationSocketService','object','put','encode','/object/','[OfflineState]:\x20received\x20changeset.','[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.','USERS_LEAVE','newCsEvent','getFocusedUnit','SUBMIT_CHANGESET_TIMEOUT','ISingleActiveUnitService','_transformIMECache','/universer-api/snapshot','commentUpdate$','COMPRESS_MUTATION_APPLY','status$','ILogService','CollaborationController','FETCH_MISS','shouldCloseConn','INGEST','ILocalCacheService','liveShareOperation','location','AuthzIoHttpService','CmdRspCode','17026nYgUyH','onSyncEditingCollabCursor','toggleOffline','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','subUnitId','Optional','charCodeAt','cmd','objectActions','function','onRemoteRej','_entities','setCurrentUser','_sendHeartbeat','_resendTimer','_remoteChangesetQueue','\x0aAfter:\x20','next','includes','IUndoRedoService','[FetchMissState]','entityInit$','startTime','getUnit','_initRequestHeader','_waitCount','FAIL','startsWith','MSG_FOR_ERROR','ApplyBaseJson1Mutation','/rev/','_clearRetryConnectingTimer','[OfflineState]:\x20received\x20rejection.','ITransformService','url','_replaceFileID','getCollabEntity','message$','_onUserJoin','OFFLINE','setConfig','_logService','ISocketService','unitID','authzUrl','_status$','socket\x20open.','missingChangesets','csRejEvent','toggleOnline','_singleActiveUnitService','toString','file','PERSON','[CollaborationUndoRedoService]','append','LIVESHARE_FETCH_OPERATIONS','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','getCurrentRevOfUnit','collaboration-client.auth.needGotoLoginAlert','HEARTBEAT_TIMEOUT','[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.','_onLocalMutation','PENDING','People','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','debug','POST','getSnapshotAPIPath','floor','splice','from','_removeRoom','LEAVE','[CollaborationSessionService]','interceptor','&assign=','_resendWithTimeout','responseType','collaborators','_rescheduleHeartbeat','JOIN','transformMutationsWithChangeset','_isPermissionRej','onTransformSelections','CommandType','socket\x20close','_transformStack','_httpService','2892612ObeVwJ','enableOfflineEditing','_awaitingChangeset','init','UUID','_onRemoteRetry','roles','/object','createIdentifier','_init','_onRemoteACK','asObservable','disposeWithMe','DisposableCollection','baseRev','localCacheService','CompressMutationService','Tools','body','AwaitingWithPendingState','avatar','_state$','_injector','cbc','RxDisposable','_getConfig','_acknowledgeAwaitingIfReady','addImageSourceCache','_shouldReportTelemetry','LocalUndoRedoService','UniverCollaborationClientPlugin','localeService','MoveSlidePageMutation','_incrementRevisionNumber','close$','fetchMissingChangesets','FileSource','CollaborationSession','push','CombCmd','_updateLocalCache','attachment','getWorkbookSelections','error$','GLOBAL_ROOMS_CNT_EXCEEDS','getCfgEnableObjInherit','userID','awaiting_with_pending','forEach','SOCKET_FAILED_RETRY','awaitingChangeset','add','filter','CollaborationUIEventService','HEARTBEAT_INTERVAL_KEY','_getRedoStack','fetch_missing','/allowed','RETRY_CONNECTING_MAX_COUNT_KEY','getUnitType','isInternalEditorID','ICommandService','getUploadOptions','_clearLocalCache','HEARTBEAT_INTERVAL','/universer-api/comb','onRemoteRetry','/-/object/list','_members','_socketService','textEncoder','method','CollaborationEvent','_memberService','text-x','session.room-full','loadOfflineData','_HTTPService','?size=','enableAuthServer','values','equals','Error\x20on\x20receiving\x20event','_initCloseConn','createCollaborator','_onFetchMissResult','reject','session.room-permission-denied','deepClone','sort','routeKey','symbol','CHANGESET_REJ','_clearHeartbeatTimer','reduce','9190984CyUYVW','reverse','_roomMembers','waitForRoom$','send','cfgEnableObjInherit','serializeCombRequest','saveChangeset','merge','_onConnectionOpen','getTypeOfUnitAdded$','title','HTTPService','__Key__','&source=','reqId','_transformAndApplyRemoteChangeset','UNIVER_SHEET','708846YcrzAN','JOIN_ROOM_FULL','getTime','map','BASE64','_onUserLeave','SheetCollaborationEntity','DEFAULT_WS_SESSION_TICKET_URL','has','_unitLoaded$','_sender','closeSession','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','getActiveSheet','IContextService','hostname','range','ImageSourceType','createSocket','updatePermissionPoint','_sessionStatus$','getMemberID','registerHTTPInterceptor','_lockTransition','_config','UNIVER_BASE','_pendingMutations','_socket','_sendingTimer','_handleRemoteChangesets','createInstance','_fetchMissChangesets','Quantity','getAllMembers','isTransformChangesetsSuccess','_socketMessageSubscription','slice','leaveEvent','sessionStatus','_scheduleCollaborationTimeoutTimer','override','string','commentUpdateEvent','DRAWING_IMAGE_ALLOW_IMAGE_LIST','_queuedRemoteChangesets','_instanceService','UniverNetworkPlugin','members','_updateState','_onRemoteChangeset','&to=','HEARTBEAT','_resendTimeout','readAsDataURL','session.room-not-exists','_getUndoStack','DataLoaderService','pauseCollaboration','loadDoc','\x20to\x20','IConfigService','Failed\x20to\x20update\x20permission\x20point','_startTelemetryCollaborationNewChangeset','capture','_initUnitPermissionChange','_emitMembers','CONFLICT','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','endsWith','synced','onTransformState','_commandService','_tryEnsureSocket','origin','ThresholdInterceptorFactory','UNISCRIPT_RUN','_createSocket','LIVESHARE_NEW_HOST','_changesetSessionId','telemetry\x20info\x20is\x20not\x20initialized','_handler','/new_changes','JOIN_ROOM_FAILED','_members$','UnitEmbedded','COMMENT_UPDATE','CHANGESET_SHOULD_RETRY','LIVESHARE_REQUEST_HOST','JSONX','IPermissionService','getTypeOfUnitDisposed$','onload','Univer','headers','get','_event$','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','_telemetryService','OTHER_CLIENTS_EDITING','_createInitialState','delete','generateRandomId','onCommentUpdate','_acknowledgedAwaitingRevision','Inject','DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','_unitInfo$','loadSlide','[SyncedState]:\x20received\x20rejection.','_getCurrentRevision','_createHandler','joinRsp','RETRY_CONNECTING_MAX_COUNT','getUnitId','disableLocalCache','PSEUDO_FETCH_MISSING_RESULT','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','_sheetTransformSelectionsService','SnapshotServerOverHTTPService','FileId','_initMergeInterceptor','close','resend','eventID','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','onRemoteAck','Disposable','textRanges','status','ISnapshotServerService','error','getCurrentUser','_redoStacks','ConflictState','session','_clearTimeoutTimer','resolveWithBasePath','some','readyForCollab','_substituteRedoStack','save\x20fail\x20reason\x20is\x20','AWAITING_WITH_PENDING','_getDownloadEndpointURL','onTransformRemoteChangesetByIMECache','selections','_onOffline','_docStateChangeManagerService','fetchMiss','saveSnapshot','putCollaborators','socketService','sheets','uploadFileServerUrl','UNIVER_COLLABORATION_CLIENT_PLUGIN','state$','SOCKET_FAILED','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','[CollaborationSession]','_getSignURL','DocStateChangeManagerService','@univerjs-pro/collaboration-client','_disableEditing','m2Prime','/universer-api/uniscript','MentionType','/universer-api/oidc/authpage','LIVESHARE_OPERATION','toStringTag','_localCacheService','[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.','_isEchoedAwaitingChangeset','entries','PendingState','removeMember','awaiting','/fetchmissing?from=','refreshPermission','sessionStatus$','AttachmentSourceType','setWaitCount','saveAttachment','_onConnectionFailed','_entityInit$','OPTIONAL','_handlerCallback','getConfig','_exhaustRemoteChangesetQueue','collaboration-client.local-cache-service','_syncEditingCollabCursor','_decreaseWaiting','b64DecodeUnicode','listCollaborators','SetSelectionsOperation','onSendChangeset','CLOSE_ROOM','encodeURIComponent','size','/collaborator','getSheetId','requestParams','_univerInstanceService','setShowComponents','firstValueFrom','complete','IDLE','fetching\x20missing\x20changesets\x20from\x20','_initDependencies','getRoom','5574520fLtZaP','list','_collaborationTimeoutTimer','take','_roomCreated$','uniscriptRunEvent','_sessions','[CollaborationEntity]','NEW_CHANGESETS','_checkMissing','fromCollab','_toggleOnline','_replayCachedMutations','FETCH_MISSING','SHOULD_CLOSE_CONN','c2Prime','SheetPermissionInitController','getLatestCsReqIdBySid','FetchingMissState','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','OTHER_CLIENT_EDITING','RichTextEditingMutation','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','liveShareNewHost','ITelemetryService','retryConnectingInterval','addHandlerCallback','indexOf','find','collaboration_new_changeset','_toggleOffline','_acknowledgeAwaiting','\x20-\x20','collabSubmitChangesetUrl','post','CollaborationSocketService','_collaborationSessionService','1714690SsTOXm','_compressMutationService','members$','_undoStacks','touchDependencies','_transformRemoteChangesetByIMECache','Injector','MergeInterceptorFactory','onStateChange','[PendingState]:\x20received\x20rejection.','toDisposable','_commentUpdate$','length','/universer-api/user/session-ticket','updateOfflineData','14JfwBJU','_stopTelemetryCollaborationNewChangeset','getUnitOnRev','/universer-api/stream/file/upload','clear','downloadEndpointUrl','_tryReconnect','CollaborationImageIoService','UNIVER_DOC','getGlobalObject','code','LOCAL_CACHE_INTERVAL_KEY','UniverCollaborationPlugin','_retryCount','unknown','CommentService','objects','PERMISSION_DENIED','dispose$','CollaborationAttachmentIoService','RemoveSlidePageMutation','create','revision','_sendHeartbeatTimer','Subject','emitEvent','_eventService','objectType','_snapshotService','resolve','compose','csAckEvent','_transformService','dispose','fromCharCode','_snapshotServerService','3qGkDxC','batchAllowed','/universer-api/authz','_schedule','WorkbookEditablePermission','transformChangesets','CHANGESET_ACK','set','UPDATE_CURSOR','/resources','_type','getOwnPropertyDescriptor','name','_clearRedo','updateCursorEvent','docStateChange$','_transformRemoteChangesetByStateCache','SessionStatus','onTransformRemoteChangesetByStateCache','objectID','CollaborationEntity','updateMember','unit-cache-','_createInitialStateImpl','_updateStatus','OfflineState','_imageSourceCache','loadUnitOfRevision','concatBytes','allowed','collaboratorID','transformSelections','SnapshotService','maxSize','state','actions','_scheduleCompleteTimestamp','/universer-api/snapshot/','_socketReady','event$','getValue','_change$','target','data'];_0x174c=function(){return _0x12e94e;};return _0x174c();}G=b([y(0x0,(0x0,n[_0x406997(0x28e)])(u['HTTPService'])),y(0x1,(0x0,n[_0x406997(0x28e)])(n['IConfigService']))],G);function Ke(_0x5964b0){const _0x1b1473=_0x406997;let _0x330ad0=atob(_0x5964b0),_0x393bbf=new Uint8Array(_0x330ad0[_0x1b1473(0x327)]);for(let _0x1f0c82=0x0;_0x1f0c82<_0x330ad0[_0x1b1473(0x327)];_0x1f0c82++)_0x393bbf[_0x1f0c82]=_0x330ad0[_0x1b1473(0x162)](_0x1f0c82);return _0x393bbf;}function qe(_0x3f9398){const _0x503059=_0x406997;let _0x3a1d09='';for(let _0x12ad24=0x0;_0x12ad24<_0x3f9398[_0x503059(0x327)];_0x12ad24++)_0x3a1d09+=String[_0x503059(0x34c)](_0x3f9398[_0x12ad24]);return btoa(_0x3a1d09);}function Je(_0x2f43c0,_0x3d486e){const _0x25ddaa=_0x406997;let _0x4d778e=Ke(_0x3d486e),_0x2100fd=(0x0,m['randomBytes'])(0x10);return qe((0x0,m[_0x25ddaa(0x36a)])(_0x2100fd,(0x0,p[_0x25ddaa(0x1cc)])(_0x4d778e,_0x2100fd)[_0x25ddaa(0x116)]((0x0,m[_0x25ddaa(0x100)])(_0x2f43c0))));}function Ye(){const _0x10492e=_0x406997;let _0x1b3420=(0x0,d[_0x10492e(0x333)])()[_0x10492e(0x221)];if(typeof window<'u'&&window[_0x10492e(0x159)]!==void 0x0&&_0x1b3420){let _0x78304b={'time':Math[_0x10492e(0x1a1)](Date[_0x10492e(0x12e)]()/0x3e8),'domain':location[_0x10492e(0x235)]};return Je(JSON['stringify'](_0x78304b),_0x1b3420);}}let K=class{constructor(_0x37d06d){const _0x6c8915=_0x406997;this[_0x6c8915(0x1b4)]=_0x37d06d,this[_0x6c8915(0x174)]();}[_0x406997(0x174)](){const _0x6a5e90=_0x406997;this[_0x6a5e90(0x1b4)][_0x6a5e90(0x23c)]({'interceptor':(_0x14a27e,_0x484907)=>{const _0x413459=_0x6a5e90;let _0x3b931c=Ye();return _0x3b931c&&_0x14a27e[_0x413459(0x283)]['set']('x-univer-host',_0x3b931c),_0x484907(_0x14a27e);}});}};K=b([y(0x0,(0x0,n[_0x406997(0x28e)])(u[_0x406997(0x220)]))],K);let q=class extends n[_0x406997(0x1cd)]{constructor(_0x13cb5d,_0xd5add,_0x1e4eef){const _0x3bdf0b=_0x406997;super(),this[_0x3bdf0b(0x185)]=_0x13cb5d,this[_0x3bdf0b(0x346)]=_0xd5add,this[_0x3bdf0b(0x2ce)]=_0x1e4eef,_(this,_0x3bdf0b(0x290),new a[(_0x3bdf0b(0x3e1))](null)),_(this,_0x3bdf0b(0x22f),new a[(_0x3bdf0b(0x342))]()),_(this,'unitInfo$',this[_0x3bdf0b(0x290)]['asObservable']()),_(this,_0x3bdf0b(0x389),this[_0x3bdf0b(0x22f)][_0x3bdf0b(0x1c0)]());}['dispose'](){const _0x4fc4f2=_0x406997;super['dispose'](),this[_0x4fc4f2(0x22f)][_0x4fc4f2(0x2f1)](),this[_0x4fc4f2(0x290)][_0x4fc4f2(0x2f1)]();}async[_0x406997(0x369)](_0x58c3f7,_0x1572fe,_0x4f6681){const _0x573aad=_0x406997;this[_0x573aad(0x290)]['next']({'unitId':_0x58c3f7,'type':_0x1572fe});let _0x2a4a21=null;switch(_0x1572fe){case n['UniverInstanceType'][_0x573aad(0x225)]:_0x2a4a21=await this[_0x573aad(0x346)][_0x573aad(0x134)](_0x58c3f7,_0x4f6681);break;case n[_0x573aad(0x127)]['UNIVER_DOC']:_0x2a4a21=await this[_0x573aad(0x346)][_0x573aad(0x260)](_0x58c3f7,_0x4f6681);break;case n[_0x573aad(0x127)][_0x573aad(0x3bf)]:_0x2a4a21=await this[_0x573aad(0x346)][_0x573aad(0x291)](_0x58c3f7,_0x4f6681);break;case n[_0x573aad(0x127)]['UNIVER_BASE']:_0x2a4a21=await this['_snapshotService'][_0x573aad(0xfd)](_0x58c3f7,_0x4f6681);break;default:this['_logService'][_0x573aad(0x2a8)]('[DataLoaderService]','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');break;}return _0x2a4a21&&this['_unitLoaded$'][_0x573aad(0x16d)](_0x2a4a21),_0x2a4a21;}async['loadUnit'](_0x9e2521,_0x5a4bc4,_0x5536a6){const _0x17bb6b=_0x406997;var _0x57416a;this[_0x17bb6b(0x290)][_0x17bb6b(0x16d)]({'unitId':_0x9e2521,'type':_0x5a4bc4,'subUnitId':_0x5536a6});let _0x4295df=0x0,_0x332caa=await((_0x57416a=this[_0x17bb6b(0x2ce)])==null?void 0x0:_0x57416a[_0x17bb6b(0x201)](_0x9e2521));return _0x332caa&&(_0x332caa[_0x17bb6b(0x1e7)]||_0x332caa[_0x17bb6b(0x393)][_0x17bb6b(0x327)]!==0x0)&&(_0x4295df=_0x332caa['rev']),_0x4295df===0x0&&this[_0x17bb6b(0x185)][_0x17bb6b(0x19e)](_0x17bb6b(0x3d9),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this[_0x17bb6b(0x369)](_0x9e2521,_0x5a4bc4,_0x4295df);}};q=b([y(0x0,n[_0x406997(0x152)]),y(0x1,(0x0,n['Inject'])(t[_0x406997(0x36e)])),y(0x2,(0x0,n[_0x406997(0x161)])(C))],q);let J=class{constructor(_0x55113d,_0x51ce8e,_0x2d0df0){const _0x5e663d=_0x406997;this[_0x5e663d(0x1b4)]=_0x55113d,this['_configService']=_0x51ce8e,this[_0x5e663d(0x2ee)]=_0x2d0df0,_(this,_0x5e663d(0x175),0x0),_(this,_0x5e663d(0x377),new a[(_0x5e663d(0x342))]()),_(this,_0x5e663d(0x3a6),this[_0x5e663d(0x377)]),_(this,_0x5e663d(0x368),new Map());}[_0x406997(0x2d9)](_0x4c0429){const _0x5c45c9=_0x406997;this[_0x5c45c9(0x175)]=_0x4c0429,this[_0x5c45c9(0x377)][_0x5c45c9(0x16d)](_0x4c0429);}['getImageSourceCache'](_0x55dc9e,_0x40302c){const _0x5c41b9=_0x406997;if(_0x40302c===f[_0x5c41b9(0x237)]['BASE64']){let _0x4add49=new Image();return _0x4add49[_0x5c41b9(0x3c4)]=_0x55dc9e,_0x4add49;}return this[_0x5c41b9(0x368)]['get'](_0x55dc9e);}[_0x406997(0x1d0)](_0x2f3795,_0x30ff5a,_0x5e386d){const _0xe4b84c=_0x406997;_0x30ff5a===f[_0xe4b84c(0x237)][_0xe4b84c(0x22a)]||_0x5e386d==null||this[_0xe4b84c(0x368)][_0xe4b84c(0x355)](_0x2f3795,_0x5e386d);}async['getImage'](_0x42bf3a){const _0xb4c04e=_0x406997;try{let _0x1e3fe7=this['_replaceFileID'](this[_0xb4c04e(0x2c4)](),''+_0x42bf3a),_0x4d6327=(await this['_httpService']['get'](_0x1e3fe7))['body'];if(_0x4d6327[_0xb4c04e(0x2a8)]&&_0x4d6327[_0xb4c04e(0x2a8)][_0xb4c04e(0x334)]===o['ErrorCode']['OK']){let _0x3d9a04=(0x0,n[_0xb4c04e(0x2ae)])(_0x4d6327[_0xb4c04e(0x17e)],this[_0xb4c04e(0x2b4)]());return Promise[_0xb4c04e(0x347)](_0x3d9a04);}return Promise['reject'](_0x4d6327['error']);}catch(_0x23782e){return Promise[_0xb4c04e(0x20b)](_0x23782e);}}async[_0x406997(0x13a)](_0x2370d7){const _0x4fe53c=_0x406997;let _0x2e9ae9='';if(!f[_0x4fe53c(0x251)][_0x4fe53c(0x16e)](_0x2370d7[_0x4fe53c(0x132)]))return this[_0x4fe53c(0x2e3)](),Promise[_0x4fe53c(0x20b)](Error(f[_0x4fe53c(0x397)][_0x4fe53c(0x39f)]));if(_0x2370d7[_0x4fe53c(0x2ea)]>(0x0,f['getDrawingImageAllowSize'])())return this[_0x4fe53c(0x2e3)](),Promise['reject'](Error(f[_0x4fe53c(0x397)][_0x4fe53c(0x3e3)]));try{let _0x1475ff=new FormData();_0x1475ff[_0x4fe53c(0x193)](_0x4fe53c(0x190),_0x2370d7);let _0x3587b2=this[_0x4fe53c(0x2ee)]['getFocusedUnit'](),_0x5c27d8=_0x3587b2==null?void 0x0:_0x3587b2['getUnitId']();if(!_0x5c27d8)throw Error(_0x4fe53c(0x3bc));let _0x5b0867=this['_getUploadFileURL']()+'?size='+_0x2370d7[_0x4fe53c(0x2ea)][_0x4fe53c(0x18f)]()+'&source='+o[_0x4fe53c(0x1d9)][_0x4fe53c(0x27a)]+_0x4fe53c(0x1a8)+encodeURIComponent(_0x5c27d8),_0x2ad370={'body':_0x1475ff},_0x244046=(await this[_0x4fe53c(0x1b4)][_0x4fe53c(0x318)](_0x5b0867,_0x2ad370))[_0x4fe53c(0x1c7)];if(typeof _0x244046['FileId']!=_0x4fe53c(0x24f))return this[_0x4fe53c(0x2e3)](),Promise['reject'](Error(f[_0x4fe53c(0x397)][_0x4fe53c(0x3fb)]));_0x2e9ae9=_0x244046[_0x4fe53c(0x29d)];}catch{return this[_0x4fe53c(0x2e3)](),Promise['reject'](Error(f['ImageUploadStatusType'][_0x4fe53c(0x3fb)]));}return new Promise((_0x157640,_0x1e0715)=>{const _0x3dbdf5=_0x4fe53c;let _0x5c0562=new FileReader();_0x5c0562[_0x3dbdf5(0x25b)](_0x2370d7),_0x5c0562[_0x3dbdf5(0x281)]=_0x30312f=>{const _0x3d4864=_0x3dbdf5;var _0x3af795;let _0x4b72b4=(_0x3af795=_0x30312f[_0x3d4864(0x378)])==null?void 0x0:_0x3af795[_0x3d4864(0x3f9)];if(_0x4b72b4==null){this[_0x3d4864(0x2e3)](),_0x1e0715(Error(f[_0x3d4864(0x397)][_0x3d4864(0x3fb)]));return;}_0x157640({'imageId':(0x0,n[_0x3d4864(0x28b)])(0x6),'imageSourceType':f[_0x3d4864(0x237)][_0x3d4864(0x1b9)],'source':_0x2e9ae9,'base64Cache':_0x4b72b4,'status':f[_0x3d4864(0x397)]['SUCCUSS']}),this[_0x3d4864(0x2e3)]();};});}[_0x406997(0x3c1)](){const _0x2294a6=_0x406997;var _0x5ccbcb;let _0x24d6c2=this['_configService'][_0x2294a6(0x2df)](h);return(_0x5ccbcb=_0x24d6c2==null?void 0x0:_0x24d6c2[_0x2294a6(0x2be)])==null?'/universer-api/stream/file/upload':_0x5ccbcb;}[_0x406997(0x2c4)](){const _0x392301=_0x406997;var _0x2f9a65;let _0x42975f=this[_0x392301(0x102)][_0x392301(0x2df)](h);return(_0x2f9a65=_0x42975f==null?void 0x0:_0x42975f['signUrlServerUrl'])==null?'/universer-api/file/{fileID}/sign-url':_0x2f9a65;}[_0x406997(0x2b4)](){const _0x13c9f0=_0x406997;var _0xab43a;let _0x4fb21b=this[_0x13c9f0(0x102)][_0x13c9f0(0x2df)](h);return(_0xab43a=_0x4fb21b==null?void 0x0:_0x4fb21b[_0x13c9f0(0x32f)])==null?location[_0x13c9f0(0x26f)]:_0xab43a;}[_0x406997(0x17f)](_0x32803f,_0x3ec540){const _0x5e12d0=_0x406997;return _0x32803f[_0x5e12d0(0x140)]('{fileID}',_0x3ec540);}['_decreaseWaiting'](){const _0x47f880=_0x406997;--this[_0x47f880(0x175)],this['_change$'][_0x47f880(0x16d)](this['_waitCount']);}};J=b([y(0x0,(0x0,n[_0x406997(0x28e)])(u[_0x406997(0x220)])),y(0x1,n[_0x406997(0x262)]),y(0x2,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x131)]))],J);let Y=class{constructor(_0x1ae9de,_0x207e23){const _0x458d0e=_0x406997;this[_0x458d0e(0x102)]=_0x1ae9de,this[_0x458d0e(0x202)]=_0x207e23;}[_0x406997(0x3ad)](){const _0x1bc923=_0x406997;var _0x14a935;let _0x1c2ab2=this[_0x1bc923(0x102)][_0x1bc923(0x2df)](h);return(_0x14a935=_0x1c2ab2==null?void 0x0:_0x1c2ab2[_0x1bc923(0x188)])==null?_0x1bc923(0x350):_0x14a935;}async[_0x406997(0x2f7)](_0x14cbf9){const _0x521bed=_0x406997;let _0x57ee01=this[_0x521bed(0x3ad)]()+'/collaborator';return{'list':[{'title':_0x521bed(0x19c),'mentions':(await this[_0x521bed(0x202)][_0x521bed(0x284)](_0x57ee01,{'params':{'objectID':_0x14cbf9['unitId'],'unitID':_0x14cbf9[_0x521bed(0x3ff)]}}))[_0x521bed(0x1c7)][_0x521bed(0x1ab)]['map'](_0xb2e01e=>({'objectId':_0xb2e01e['id'],'name':_0xb2e01e[_0x521bed(0x11d)]['name'],'metadata':{'icon':_0xb2e01e[_0x521bed(0x11d)][_0x521bed(0x1c9)]},'label':_0xb2e01e[_0x521bed(0x11d)][_0x521bed(0x35a)],'objectType':n[_0x521bed(0x2ca)]['PERSON']})),'metadata':{},'type':n[_0x521bed(0x2ca)][_0x521bed(0x191)]}]};}};Y=b([y(0x0,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x262)])),y(0x1,(0x0,n[_0x406997(0x28e)])(u[_0x406997(0x220)]))],Y);let X=class extends n[_0x406997(0x1cd)]{constructor(_0x4e4a70,_0x1bc168,_0x36defb,_0x220137,_0x32a194){const _0x57eadd=_0x406997;super(),this[_0x57eadd(0x1cb)]=_0x4e4a70,this['_univerInstanceService']=_0x1bc168,this[_0x57eadd(0x3b4)]=_0x36defb,this['_collaborationSessionService']=_0x220137,this[_0x57eadd(0x3ec)]=_0x32a194,this[_0x57eadd(0x266)](),this[_0x57eadd(0x208)]();}['_initCloseConn'](){const _0x2eded6=_0x406997;let _0x13bf3f=async _0x24a730=>{const _0x2a27e8=_0xcc0c;(await this[_0x2a27e8(0x31a)][_0x2a27e8(0x114)](_0x24a730))[_0x2a27e8(0x375)]['pipe']((0x0,c[_0x2a27e8(0x1e9)])(_0x4e92f5=>_0x4e92f5[_0x2a27e8(0x2a1)]===t[_0x2a27e8(0x1fd)][_0x2a27e8(0x304)]),(0x0,c['takeUntil'])(this['dispose$']))[_0x2a27e8(0x3e5)](_0x513514=>{const _0x2ebeb9=_0x2a27e8;let {reason:_0x112cec}=_0x513514[_0x2ebeb9(0x379)];this[_0x2ebeb9(0x3ec)][_0x2ebeb9(0x343)]({'id':_0x2ebeb9(0x2e8),'data':_0x112cec}),this[_0x2ebeb9(0x3b4)][_0x2ebeb9(0x239)](new i[(_0x2ebeb9(0x352))](_0x24a730)['id'],!0x1),this['_collaborationSessionService'][_0x2ebeb9(0x231)](_0x24a730);});};(0x0,a['merge'])(this[_0x2eded6(0x2ee)][_0x2eded6(0x21e)](n[_0x2eded6(0x127)][_0x2eded6(0x225)]),this['_univerInstanceService'][_0x2eded6(0x21e)](n[_0x2eded6(0x127)][_0x2eded6(0x332)]),this['_univerInstanceService'][_0x2eded6(0x21e)](n[_0x2eded6(0x127)][_0x2eded6(0x23f)]))['pipe']((0x0,c[_0x2eded6(0x229)])(_0x853753=>_0x853753['unit'][_0x2eded6(0x297)]()),(0x0,c['filter'])(_0x4249dc=>!(0x0,n[_0x2eded6(0x1f1)])(_0x4249dc)),(0x0,c[_0x2eded6(0x39c)])(this[_0x2eded6(0x33c)]))[_0x2eded6(0x3e5)](_0x24e1d0=>{_0x13bf3f(_0x24e1d0);});}[_0x406997(0x266)](){const _0x454a73=_0x406997;let _0xbabec0=async _0x3273e9=>{const _0x217f4=_0xcc0c;let _0x257f4e=await this['_collaborationSessionService'][_0x217f4(0x114)](_0x3273e9),_0x2ffc35=this['_injector']['get'](i[_0x217f4(0x306)]);_0x257f4e[_0x217f4(0x375)][_0x217f4(0x119)]((0x0,c[_0x217f4(0x1e9)])(_0x39023f=>_0x39023f[_0x217f4(0x2a1)]===t[_0x217f4(0x1fd)][_0x217f4(0x39e)]),(0x0,c['takeUntil'])(this[_0x217f4(0x33c)]))[_0x217f4(0x3e5)](_0x1aaeee=>{const _0x417eac=_0x217f4;let {objectId:_0x4c409d}=_0x1aaeee['data'];_0x4c409d===_0x3273e9?_0x2ffc35[_0x417eac(0x120)](_0x3273e9):_0x2ffc35[_0x417eac(0x2d6)](_0x3273e9,_0x4c409d);});};(0x0,a[_0x454a73(0x21c)])(this[_0x454a73(0x2ee)][_0x454a73(0x21e)](n[_0x454a73(0x127)]['UNIVER_SHEET']))['pipe']((0x0,c[_0x454a73(0x229)])(_0x480b4e=>_0x480b4e[_0x454a73(0x109)]['getUnitId']()),(0x0,c['filter'])(_0x5e5378=>!(0x0,n[_0x454a73(0x1f1)])(_0x5e5378)),(0x0,c[_0x454a73(0x39c)])(this[_0x454a73(0x33c)]))[_0x454a73(0x3e5)](_0x1fabda=>{_0xbabec0(_0x1fabda);});}};X=b([y(0x0,(0x0,n[_0x406997(0x28e)])(n[_0x406997(0x321)])),y(0x1,n['IUniverInstanceService']),y(0x2,n['IPermissionService']),y(0x3,(0x0,n[_0x406997(0x28e)])(V)),y(0x4,(0x0,n[_0x406997(0x28e)])(v))],X);let Z=class{constructor(_0x243977,_0x2ebc4c){const _0x450a96=_0x406997;this['_configService']=_0x243977,this[_0x450a96(0x1b4)]=_0x2ebc4c;}async[_0x406997(0x32c)](_0x5c48d3,_0x3ed906){const _0x3dd6ca=_0x406997;var _0x4dc4e7;let {unitID:_0x524887,type:_0x8d8f0d,revision:_0x59eadd=0x0}=_0x3ed906,_0x7d0b2b=this[_0x3dd6ca(0x1a0)]()+'/'+_0x8d8f0d+_0x3dd6ca(0x39b)+_0x524887+_0x3dd6ca(0x17a)+_0x59eadd,_0x554d93=(await this['_httpService']['get'](_0x7d0b2b))[_0x3dd6ca(0x1c7)],_0x2bed9f=(_0x4dc4e7=_0x554d93['snapshot'])==null?void 0x0:_0x4dc4e7['workbook'];if(_0x2bed9f){let _0x5273a4=_0x2bed9f==null?void 0x0:_0x2bed9f['originalMeta'];_0x2bed9f[_0x3dd6ca(0x3c6)]=t[_0x3dd6ca(0x1fb)]['encode']((0x0,t['b64DecodeUnicode'])(_0x5273a4)),Object[_0x3dd6ca(0x2d1)](_0x2bed9f[_0x3dd6ca(0x2bd)])['forEach'](([,_0x2e4f4b])=>{const _0x5d0e09=_0x3dd6ca;let _0x55d3a9=_0x2e4f4b[_0x5d0e09(0x3c6)];_0x2e4f4b[_0x5d0e09(0x3c6)]=t[_0x5d0e09(0x1fb)][_0x5d0e09(0x144)]((0x0,t[_0x5d0e09(0x2e4)])(_0x55d3a9));});}return _0x554d93;}async['getSheetBlock'](_0x56e03a,_0x44c2c4){const _0x192d81=_0x406997;let {unitID:_0x26b79b,type:_0x46ca1e,blockID:_0x414f16}=_0x44c2c4,_0x22ed6a=this[_0x192d81(0x3b1)]()+'/'+_0x46ca1e+_0x192d81(0x39b)+_0x26b79b+'/block/'+_0x414f16;return(await this[_0x192d81(0x1b4)][_0x192d81(0x284)](_0x22ed6a))[_0x192d81(0x1c7)];}async[_0x406997(0x3e4)](_0xc7026,_0x1bdcaf){const _0x1904f4=_0x406997;let {unitID:_0x42f8fc,type:_0x21565a,blockID:_0x24b89a}=_0x1bdcaf,_0x5380dd=this[_0x1904f4(0x3b1)]()+_0x1904f4(0x10b)+_0x21565a+_0x1904f4(0x39b)+_0x42f8fc+_0x1904f4(0x10b)+_0x24b89a;return(await this[_0x1904f4(0x1b4)][_0x1904f4(0x284)](_0x5380dd))[_0x1904f4(0x1c7)];}async[_0x406997(0x1d8)](_0x52eea7,_0x211598){const _0x5b62eb=_0x406997;let {unitID:_0x55ee83,type:_0x216889,from:_0x1f4b59,to:_0x3456ee}=_0x211598,_0x3da343=this[_0x5b62eb(0x3b1)]()+'/'+_0x216889+_0x5b62eb(0x39b)+_0x55ee83+_0x5b62eb(0x2d5)+_0x1f4b59+_0x5b62eb(0x258)+_0x3456ee;return(await this[_0x5b62eb(0x1b4)]['get'](_0x3da343))[_0x5b62eb(0x1c7)];}[_0x406997(0x1a0)](){var _0x3d5efc;return(_0x3d5efc=this['_configService']['getConfig']('SNAPSHOT_URL_KEY'))==null?this['_getAPIPrefix']():_0x3d5efc;}[_0x406997(0x3b1)](){const _0x9b89c8=_0x406997;var _0x32246c;let _0xbb8195=this[_0x9b89c8(0x102)][_0x9b89c8(0x2df)](h);return(_0x32246c=_0xbb8195==null?void 0x0:_0xbb8195[_0x9b89c8(0x126)])==null?_0x9b89c8(0x14e):_0x32246c;}async[_0x406997(0x3a2)](_0x424f41,_0x41ecd9){const _0x21a56b=_0x406997;let _0x5d3c3c=_0x21a56b(0x373)+_0x41ecd9[_0x21a56b(0x132)]+'/unit/'+_0x41ecd9['unitID']+_0x21a56b(0x357);return(await this[_0x21a56b(0x1b4)]['get'](_0x5d3c3c,{'params':{'resourceId':JSON[_0x21a56b(0x400)](_0x41ecd9['resourceIDs'])}}))[_0x21a56b(0x1c7)];}[_0x406997(0x2ba)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x406997(0x3ee)](){const _0x34bc4c=_0x406997;throw Error(_0x34bc4c(0x19d));}[_0x406997(0x3cb)](){const _0x4440d4=_0x406997;throw Error(_0x4440d4(0x19d));}[_0x406997(0x21b)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['copyFileMeta'](){const _0x4d4982=_0x406997;throw Error(_0x4d4982(0x19d));}[_0x406997(0x307)](){const _0x1f63d7=_0x406997;throw Error(_0x1f63d7(0x19d));}};Z=b([y(0x0,n[_0x406997(0x262)]),y(0x1,(0x0,n[_0x406997(0x28e)])(u[_0x406997(0x220)]))],Z);let Q=class extends n[_0x406997(0x1d2)]{constructor(_0x1ec8ab,_0x1e2d08,_0x3f88ba,_0x16966b,_0x135b05){const _0x258434=_0x406997;super(_0x1ec8ab,_0x1e2d08,_0x3f88ba),this[_0x258434(0x34a)]=_0x16966b,this['_logService']=_0x135b05;}['transformUndoRedo'](_0x4aa7e1,_0x256790){const _0x4588e7=_0x406997;let _0x2832ba=this[_0x4588e7(0x25d)](_0x4aa7e1);if(_0x2832ba)try{let _0x265d0d=this[_0x4588e7(0x1b3)](_0x2832ba,_0x256790);this[_0x4588e7(0x10e)](_0x4aa7e1,_0x265d0d);}catch(_0x11087c){this['_logService'][_0x4588e7(0x2a8)](_0x4588e7(0x192),_0x11087c),this[_0x4588e7(0x3be)](_0x4aa7e1);}let _0x25efe9=this[_0x4588e7(0x1ec)](_0x4aa7e1);if(_0x25efe9)try{let _0x507a24=this[_0x4588e7(0x1b3)](_0x25efe9,_0x256790);this[_0x4588e7(0x2b1)](_0x4aa7e1,_0x507a24);}catch(_0x4f9521){this[_0x4588e7(0x185)][_0x4588e7(0x2a8)](_0x4f9521),this[_0x4588e7(0x35b)](_0x4aa7e1);}}['_clearUndo'](_0x27482d){const _0x295c41=_0x406997;let _0x50da35=this[_0x295c41(0x25d)](_0x27482d);_0x50da35&&(_0x50da35[_0x295c41(0x327)]=0x0,this[_0x295c41(0x366)]());}[_0x406997(0x35b)](_0x4087df){const _0x258ade=_0x406997;let _0x31d57f=this[_0x258ade(0x1ec)](_0x4087df);_0x31d57f&&(_0x31d57f['length']=0x0,this[_0x258ade(0x366)]());}[_0x406997(0x10e)](_0x1619e7,_0x21c64b){const _0x5776c8=_0x406997;this[_0x5776c8(0x31e)][_0x5776c8(0x355)](_0x1619e7,_0x21c64b),this[_0x5776c8(0x366)]();}['_substituteRedoStack'](_0x30de0c,_0x43f6da){const _0x16d4d4=_0x406997;this[_0x16d4d4(0x2aa)][_0x16d4d4(0x355)](_0x30de0c,_0x43f6da),this[_0x16d4d4(0x366)]();}[_0x406997(0x1b3)](_0x5e6a5f,_0x2a8464){const _0x532b8e=_0x406997;let _0x48913d=[],_0x916e5f=_0x2a8464,_0x452222=_0x2a8464;for(let _0x31310a=_0x5e6a5f['length']-0x1;_0x31310a>=0x0;_0x31310a--){let {unitID:_0x496c82,undoMutations:_0x206248,redoMutations:_0x1c71d1}=_0x5e6a5f[_0x31310a],_0x3629c5=this[_0x532b8e(0x34a)][_0x532b8e(0x1ae)](_0x916e5f,_0x206248),_0x3a78a0=this[_0x532b8e(0x34a)][_0x532b8e(0x1ae)](_0x452222,_0x1c71d1);if((0x0,t[_0x532b8e(0x386)])(_0x3629c5)||(0x0,t[_0x532b8e(0x386)])(_0x3a78a0)){this[_0x532b8e(0x185)][_0x532b8e(0x2a8)]('[CollaborationUndoRedoService]','transformStack\x20failed!',_0x3629c5,_0x3a78a0);break;}_0x916e5f=_0x3629c5['c1Prime'],_0x452222=_0x3a78a0[_0x532b8e(0x3dc)],_0x48913d[_0x532b8e(0x1db)]({'unitID':_0x496c82,'undoMutations':_0x3629c5[_0x532b8e(0x2c8)],'redoMutations':_0x3a78a0[_0x532b8e(0x2c8)]});}return _0x48913d[_0x532b8e(0x215)]();}};Q=b([y(0x0,n[_0x406997(0x131)]),y(0x1,n[_0x406997(0x1f2)]),y(0x2,n[_0x406997(0x234)]),y(0x3,t[_0x406997(0x17d)]),y(0x4,n['ILogService'])],Q);let $=class extends n['Plugin']{constructor(_0x151e89=ee,_0x1f7f0d,_0x23b5d8,_0x414a35){const _0x29fefd=_0x406997;super(),this[_0x29fefd(0x23e)]=_0x151e89,this[_0x29fefd(0x185)]=_0x1f7f0d,this[_0x29fefd(0x1cb)]=_0x23b5d8,this[_0x29fefd(0x102)]=_0x414a35;let {..._0x1797bc}=(0x0,n[_0x29fefd(0x21c)])({},ee,this['_config']);if(!_0x1797bc[_0x29fefd(0x2bc)])throw Error(_0x29fefd(0x15f));this[_0x29fefd(0x23e)]=_0x1797bc,this[_0x29fefd(0x102)][_0x29fefd(0x184)](h,_0x1797bc);}['onStarting'](){this['_registerDependencies'](),this['_initDependencies']();}[_0x406997(0x136)](){const _0x3a1d25=_0x406997;var _0x27ea34,_0xaba099;this[_0x3a1d25(0x1cb)][_0x3a1d25(0x22e)](n[_0x3a1d25(0x16f)])&&this[_0x3a1d25(0x185)][_0x3a1d25(0x2a8)]('[UniverCollaborationClientPlugin]',_0x3a1d25(0x383));let _0x12f35a=(0x0,n[_0x3a1d25(0x3a7)])([[n[_0x3a1d25(0x16f)],{'useClass':Q}],[V],[x],[w],[W],[K],[se],[X],[v],[q],[Le,{'useClass':this[_0x3a1d25(0x23e)][_0x3a1d25(0x2bc)]}],[t['ISnapshotServerService'],{'useClass':Z}],[n['IAuthzIoService'],{'useClass':G}],[f['IImageIoService'],{'useClass':J}],[We,{'useClass':U}],[n[_0x3a1d25(0x38f)],{'useClass':Y}],[H],[He]],(_0x27ea34=this[_0x3a1d25(0x23e)])==null?void 0x0:_0x27ea34[_0x3a1d25(0x24e)]);if(!((_0xaba099=this[_0x3a1d25(0x23e)])!=null&&_0xaba099[_0x3a1d25(0x3d8)])){let _0x4d5854=_0x12f35a['findIndex'](([_0x2661f0])=>_0x2661f0===T);_0x4d5854!==-0x1&&_0x12f35a[_0x3a1d25(0x1a2)](_0x4d5854,0x1);}(0x0,n[_0x3a1d25(0x3d4)])(this[_0x3a1d25(0x1cb)],_0x12f35a);}[_0x406997(0x2f4)](){const _0x5aa581=_0x406997;var _0x54d0a7,_0x379bcb;if(this[_0x5aa581(0x1cb)]['get'](u[_0x5aa581(0x220)])['registerHTTPInterceptor']({'priority':0x14,'interceptor':(0x0,u[_0x5aa581(0x270)])({'maxParallel':0x6})}),!((_0x54d0a7=this[_0x5aa581(0x23e)])!=null&&_0x54d0a7[_0x5aa581(0x1b6)])){var _0x5e623d;(_0x5e623d=this[_0x5aa581(0x1cb)][_0x5aa581(0x284)](C,n[_0x5aa581(0x246)][_0x5aa581(0x2dd)]))==null||_0x5e623d[_0x5aa581(0x298)]();}(_0x379bcb=this[_0x5aa581(0x23e)])!=null&&_0x379bcb[_0x5aa581(0x204)]&&(0x0,n['touchDependencies'])(this[_0x5aa581(0x1cb)],[[W]]),(0x0,n[_0x5aa581(0x31f)])(this[_0x5aa581(0x1cb)],[[K],[H],[X]]);}};_($,'pluginName',_0x406997(0x2bf)),_($,'packageName',Be),_($,'version',Ve),$=b([(0x0,n['DependentOn'])(d['UniverLicensePlugin'],t[_0x406997(0x336)],u[_0x406997(0x254)]),y(0x1,n[_0x406997(0x152)]),y(0x2,(0x0,n['Inject'])(n[_0x406997(0x321)])),y(0x3,n[_0x406997(0x262)])],$),exports[_0x406997(0x2d8)]=Ue,Object[_0x406997(0x3f6)](exports,_0x406997(0x15a),{'enumerable':!0x0,'get':function(){return G;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x3fe),{'enumerable':!0x0,'get':function(){return M;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x1c8),{'enumerable':!0x0,'get':function(){return N;}}),exports[_0x406997(0x37c)]=h,Object[_0x406997(0x3f6)](exports,_0x406997(0x33d),{'enumerable':!0x0,'get':function(){return U;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x153),{'enumerable':!0x0,'get':function(){return H;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x362),{'enumerable':!0x0,'get':function(){return L;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x331),{'enumerable':!0x0,'get':function(){return J;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x1da),{'enumerable':!0x0,'get':function(){return S;}}),Object[_0x406997(0x3f6)](exports,'CollaborationSessionService',{'enumerable':!0x0,'get':function(){return V;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x319),{'enumerable':!0x0,'get':function(){return ze;}}),exports[_0x406997(0x3f2)]=ke,exports['CollaborationUIEventId']=oe,exports[_0x406997(0x1ea)]=v,Object[_0x406997(0x3f6)](exports,_0x406997(0x13d),{'enumerable':!0x0,'get':function(){return Q;}}),exports[_0x406997(0x339)]=se,Object[_0x406997(0x3f6)](exports,_0x406997(0x2ab),{'enumerable':!0x0,'get':function(){return P;}}),exports['DEFAULT_COLLAB_WEB_SOCKET_URL']=te,exports[_0x406997(0x28f)]=_0x406997(0x2c9),exports[_0x406997(0x22d)]=_0x406997(0x328),Object[_0x406997(0x3f6)](exports,_0x406997(0x25e),{'enumerable':!0x0,'get':function(){return q;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x3f7),{'enumerable':!0x0,'get':function(){return R;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x308),{'enumerable':!0x0,'get':function(){return I;}}),exports[_0x406997(0x1eb)]=_0x406997(0x1f5),exports['HEARTBEAT_TIMEOUT_KEY']='HEARTBEAT_TIMEOUT',exports['IAttachmentIoService']=We,exports[_0x406997(0x141)]=Le,exports[_0x406997(0x157)]=C,exports['INetworkConditionService']=Pe,exports[_0x406997(0x14c)]=T,exports[_0x406997(0x3c7)]=0x3e8,exports[_0x406997(0x335)]=_0x406997(0x3c7),Object[_0x406997(0x3f6)](exports,_0x406997(0x3a9),{'enumerable':!0x0,'get':function(){return x;}}),Object[_0x406997(0x3f6)](exports,'MentionIoHttpService',{'enumerable':!0x0,'get':function(){return Y;}}),Object['defineProperty'](exports,_0x406997(0x367),{'enumerable':!0x0,'get':function(){return F;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x2d2),{'enumerable':!0x0,'get':function(){return j;}}),exports['REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY']=_0x406997(0x110),exports[_0x406997(0x1ef)]=_0x406997(0x296),exports[_0x406997(0x35f)]=le,Object['defineProperty'](exports,_0x406997(0x22c),{'enumerable':!0x0,'get':function(){return z;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x3d7),{'enumerable':!0x0,'get':function(){return w;}}),Object[_0x406997(0x3f6)](exports,_0x406997(0x29c),{'enumerable':!0x0,'get':function(){return Z;}}),Object['defineProperty'](exports,'SyncedState',{'enumerable':!0x0,'get':function(){return A;}}),exports['UnitStatus']=pe,Object[_0x406997(0x3f6)](exports,_0x406997(0x1d3),{'enumerable':!0x0,'get':function(){return $;}}),exports[_0x406997(0x12a)]=Fe,exports['getLocalCacheKey']=de,exports[_0x406997(0x21a)]=Ie;
|
|
1
|
+
const _0x35bb4b=_0x5a3b;(function(_0x464d10,_0x1e0518){const _0x1234a8=_0x5a3b,_0x48c247=_0x464d10();while(!![]){try{const _0x151815=-parseInt(_0x1234a8(0x471))/0x1+parseInt(_0x1234a8(0x181))/0x2+parseInt(_0x1234a8(0x412))/0x3*(-parseInt(_0x1234a8(0x172))/0x4)+parseInt(_0x1234a8(0x453))/0x5+-parseInt(_0x1234a8(0x26d))/0x6+parseInt(_0x1234a8(0x326))/0x7+-parseInt(_0x1234a8(0x176))/0x8*(-parseInt(_0x1234a8(0x2d2))/0x9);if(_0x151815===_0x1e0518)break;else _0x48c247['push'](_0x48c247['shift']());}catch(_0x302342){_0x48c247['push'](_0x48c247['shift']());}}}(_0x38a3,0x96747),Object[_0x35bb4b(0x219)](exports,Symbol[_0x35bb4b(0x433)],{'value':_0x35bb4b(0x2d8)}));let e=require('@univerjs-pro/collaboration'),t=require('@univerjs/core'),n=require('@univerjs/docs'),r=require('@univerjs/sheets'),i=require('rxjs'),a=require('@univerjs/protocol'),o=require('@univerjs/telemetry'),s=require('rxjs/operators'),c=require('@univerjs-pro/slides'),l=require('@univerjs/network'),u=require('@univerjs-pro/license'),d=require('@noble/ciphers/aes.js'),f=require('@noble/ciphers/utils.js'),p=require('@univerjs/drawing');const m=_0x35bb4b(0x336),ee={},te=_0x35bb4b(0x450),ne=0x4e20;function re(_0x520a93){return JSON['stringify'](_0x520a93)['length'];}function h(_0x1ce6b0){'@babel/helpers - typeof';const _0x268986=_0x35bb4b;return h=typeof Symbol=='function'&&typeof Symbol[_0x268986(0x31e)]==_0x268986(0x300)?function(_0x3356c0){return typeof _0x3356c0;}:function(_0x15de3d){const _0x2e592a=_0x268986;return _0x15de3d&&typeof Symbol==_0x2e592a(0x3c6)&&_0x15de3d['constructor']===Symbol&&_0x15de3d!==Symbol['prototype']?'symbol':typeof _0x15de3d;},h(_0x1ce6b0);}function ie(_0x3f0cd3,_0x50f5a4){const _0x4a541d=_0x35bb4b;if(h(_0x3f0cd3)!=_0x4a541d(0x1b0)||!_0x3f0cd3)return _0x3f0cd3;var _0x26219a=_0x3f0cd3[Symbol[_0x4a541d(0x402)]];if(_0x26219a!==void 0x0){var _0x4983fd=_0x26219a[_0x4a541d(0x33e)](_0x3f0cd3,_0x50f5a4||_0x4a541d(0x438));if(h(_0x4983fd)!='object')return _0x4983fd;throw TypeError(_0x4a541d(0x2f0));}return(_0x50f5a4===_0x4a541d(0x434)?String:Number)(_0x3f0cd3);}function ae(_0x531b81){const _0x43ccbe=_0x35bb4b;var _0x19b8d4=ie(_0x531b81,_0x43ccbe(0x434));return h(_0x19b8d4)==_0x43ccbe(0x300)?_0x19b8d4:_0x19b8d4+'';}function g(_0x218d7a,_0x4c1680,_0x19bee3){const _0x4abae3=_0x35bb4b;return(_0x4c1680=ae(_0x4c1680))in _0x218d7a?Object[_0x4abae3(0x219)](_0x218d7a,_0x4c1680,{'value':_0x19bee3,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x218d7a[_0x4c1680]=_0x19bee3,_0x218d7a;}let oe=function(_0x3c3496){const _0x21e4d0=_0x35bb4b;return _0x3c3496['OTHER_CLIENT_EDITING']=_0x21e4d0(0x17f),_0x3c3496['PERMISSION_DENIED']=_0x21e4d0(0x2b1),_0x3c3496[_0x21e4d0(0x349)]=_0x21e4d0(0x349),_0x3c3496[_0x21e4d0(0x394)]=_0x21e4d0(0x394),_0x3c3496[_0x21e4d0(0x344)]=_0x21e4d0(0x344),_0x3c3496['SOCKET_FAILED_RETRY']=_0x21e4d0(0x3ea),_0x3c3496[_0x21e4d0(0x420)]=_0x21e4d0(0x420),_0x3c3496[_0x21e4d0(0x1ec)]='SUBMIT_CHANGESET_TIMEOUT',_0x3c3496;}({});var _=class{constructor(){const _0x1c3149=_0x35bb4b;g(this,'_event$',new i[(_0x1c3149(0x27e))]()),g(this,_0x1c3149(0x35c),this[_0x1c3149(0x179)][_0x1c3149(0x3b8)]());}[_0x35bb4b(0x328)](_0x47c843){const _0xeecdc0=_0x35bb4b;this[_0xeecdc0(0x179)][_0xeecdc0(0x291)](_0x47c843);}},se=class{constructor(){const _0x56f673=_0x35bb4b;g(this,_0x56f673(0x2c5),new i[(_0x56f673(0x27e))]()),g(this,'commentUpdate$',this[_0x56f673(0x2c5)][_0x56f673(0x3b8)]());}[_0x35bb4b(0x34c)](_0x453dbc){const _0x751c09=_0x35bb4b;this[_0x751c09(0x2c5)][_0x751c09(0x291)](_0x453dbc);}};function v(_0x51be30,_0x48b003){return function(_0x265c66,_0xc448d6){_0x48b003(_0x265c66,_0xc448d6,_0x51be30);};}function y(_0x4009a9,_0x2fa0ea,_0x2526a5,_0x827508){const _0x41e623=_0x35bb4b;var _0x2b1136=arguments[_0x41e623(0x17d)],_0x56a366=_0x2b1136<0x3?_0x2fa0ea:_0x827508===null?_0x827508=Object[_0x41e623(0x379)](_0x2fa0ea,_0x2526a5):_0x827508,_0x4e2bb2;if(typeof Reflect==_0x41e623(0x1b0)&&typeof Reflect[_0x41e623(0x29c)]==_0x41e623(0x3c6))_0x56a366=Reflect[_0x41e623(0x29c)](_0x4009a9,_0x2fa0ea,_0x2526a5,_0x827508);else{for(var _0x11ff63=_0x4009a9[_0x41e623(0x17d)]-0x1;_0x11ff63>=0x0;_0x11ff63--)(_0x4e2bb2=_0x4009a9[_0x11ff63])&&(_0x56a366=(_0x2b1136<0x3?_0x4e2bb2(_0x56a366):_0x2b1136>0x3?_0x4e2bb2(_0x2fa0ea,_0x2526a5,_0x56a366):_0x4e2bb2(_0x2fa0ea,_0x2526a5))||_0x56a366);}return _0x2b1136>0x3&&_0x56a366&&Object[_0x41e623(0x219)](_0x2fa0ea,_0x2526a5,_0x56a366),_0x56a366;}let b=class extends t['Disposable']{constructor(_0x46b8a3,_0x297ab6){const _0x10e2c3=_0x35bb4b;super(),this[_0x10e2c3(0x25a)]=_0x46b8a3,this[_0x10e2c3(0x437)]=_0x297ab6,g(this,_0x10e2c3(0x2ce),new Map()),g(this,_0x10e2c3(0x2bf),new i[(_0x10e2c3(0x27e))]()),this['disposeWithMe']((0x0,i[_0x10e2c3(0x3f6)])(this[_0x10e2c3(0x25a)]['getTypeOfUnitDisposed$'](t[_0x10e2c3(0x36f)][_0x10e2c3(0x299)])[_0x10e2c3(0x481)]((0x0,s[_0x10e2c3(0x30d)])(_0x509d80=>_0x509d80[_0x10e2c3(0x1b1)]())),this[_0x10e2c3(0x25a)]['getTypeOfUnitDisposed$'](t[_0x10e2c3(0x36f)]['UNIVER_DOC'])[_0x10e2c3(0x481)]((0x0,s[_0x10e2c3(0x30d)])(_0x5cca34=>_0x5cca34[_0x10e2c3(0x1b1)]())),this['_univerInstanceService']['getTypeOfUnitDisposed$'](t[_0x10e2c3(0x36f)][_0x10e2c3(0x1ad)])[_0x10e2c3(0x481)]((0x0,s[_0x10e2c3(0x30d)])(_0x36f343=>_0x36f343[_0x10e2c3(0x1b1)]())),this[_0x10e2c3(0x25a)][_0x10e2c3(0x177)](t[_0x10e2c3(0x36f)][_0x10e2c3(0x17e)])[_0x10e2c3(0x481)]((0x0,s[_0x10e2c3(0x30d)])(_0x2ef65f=>_0x2ef65f[_0x10e2c3(0x1b1)]())))[_0x10e2c3(0x29b)](_0x2127ee=>this[_0x10e2c3(0x3a6)](_0x2127ee)));}[_0x35bb4b(0x421)](_0x5f052c){const _0x54a8e7=_0x35bb4b;return this[_0x54a8e7(0x2ce)][_0x54a8e7(0x478)](_0x5f052c)?(0x0,i['of'])(this[_0x54a8e7(0x2ce)][_0x54a8e7(0x20e)](_0x5f052c)):this[_0x54a8e7(0x2bf)][_0x54a8e7(0x481)]((0x0,s[_0x54a8e7(0x30d)])(_0x2825ec=>{const _0x560ab3=_0x54a8e7;if(_0x2825ec===_0x5f052c)return this['_roomMembers'][_0x560ab3(0x20e)](_0x2825ec);}));}['setCurrentUser'](_0x18e55e){const _0x31b0fd=_0x35bb4b;this[_0x31b0fd(0x437)]['setCurrentUser'](_0x18e55e);}[_0x35bb4b(0x2cb)](){const _0x15bcac=_0x35bb4b;return this[_0x15bcac(0x437)][_0x15bcac(0x2cb)]();}[_0x35bb4b(0x234)](_0x370927,_0x3c8a87){const _0x298a76=_0x35bb4b;let _0x34c65b=this[_0x298a76(0x2ce)][_0x298a76(0x20e)](_0x370927);_0x34c65b||(_0x34c65b=new ce(),this['_roomMembers'][_0x298a76(0x3ac)](_0x370927,_0x34c65b),this[_0x298a76(0x2bf)][_0x298a76(0x291)](_0x370927)),_0x34c65b[_0x298a76(0x234)](_0x3c8a87);}[_0x35bb4b(0x2d7)](_0x37bb56,_0x2f2a12){const _0x2508d2=_0x35bb4b;let _0x3c8b3c=this[_0x2508d2(0x2ce)]['get'](_0x37bb56);_0x3c8b3c&&_0x3c8b3c[_0x2508d2(0x2d7)](_0x2f2a12);}[_0x35bb4b(0x262)](_0x461170){const _0x19af27=_0x35bb4b;return this[_0x19af27(0x2ce)][_0x19af27(0x20e)](_0x461170);}[_0x35bb4b(0x2ef)](_0xf6af28,_0x56d3b6){const _0x3384ab=_0x35bb4b;let _0x44c4dc=this[_0x3384ab(0x2ce)][_0x3384ab(0x20e)](_0xf6af28);if(_0x44c4dc)return _0x44c4dc[_0x3384ab(0x2ef)](_0x56d3b6);}[_0x35bb4b(0x3a6)](_0x1c66ec){const _0x3cecc0=_0x35bb4b;let _0x5be5de=this[_0x3cecc0(0x2ce)][_0x3cecc0(0x20e)](_0x1c66ec);_0x5be5de&&(_0x5be5de['dispose'](),this[_0x3cecc0(0x2ce)][_0x3cecc0(0x3bd)](_0x1c66ec));}[_0x35bb4b(0x2c9)](){const _0x5c1ae7=_0x35bb4b;this['_roomMembers'][_0x5c1ae7(0x2db)](_0x168399=>_0x168399[_0x5c1ae7(0x2c9)]()),this[_0x5c1ae7(0x2ce)][_0x5c1ae7(0x322)](),this[_0x5c1ae7(0x2bf)][_0x5c1ae7(0x1f7)]();}};b=y([v(0x0,t[_0x35bb4b(0x1ba)]),v(0x1,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x2ba)]))],b);var ce=class extends t['Disposable']{constructor(..._0x4a6bcf){const _0x463e70=_0x35bb4b;super(..._0x4a6bcf),g(this,_0x463e70(0x3a0),new Map()),g(this,_0x463e70(0x48c),new i['BehaviorSubject'](this[_0x463e70(0x3a0)])),g(this,_0x463e70(0x21f),this[_0x463e70(0x48c)][_0x463e70(0x3b8)]());}[_0x35bb4b(0x2c9)](){const _0x4c341b=_0x35bb4b;this[_0x4c341b(0x3a0)][_0x4c341b(0x322)](),this[_0x4c341b(0x48c)][_0x4c341b(0x1f7)]();}[_0x35bb4b(0x234)](_0x1858e1){const _0x266084=_0x35bb4b;this[_0x266084(0x3a0)]['set'](_0x1858e1[_0x266084(0x2aa)],_0x1858e1),this[_0x266084(0x38e)]();}[_0x35bb4b(0x2d7)](_0x37adc1){const _0x15d140=_0x35bb4b;this[_0x15d140(0x3a0)]['delete'](_0x37adc1),this[_0x15d140(0x38e)]();}[_0x35bb4b(0x2ef)](_0x364cc2){const _0x255c09=_0x35bb4b;return this[_0x255c09(0x3a0)][_0x255c09(0x20e)](_0x364cc2);}[_0x35bb4b(0x2d0)](){const _0x1b2052=_0x35bb4b;return Array[_0x1b2052(0x254)](this[_0x1b2052(0x3a0)][_0x1b2052(0x1f9)]());}['_emitMembers'](){const _0x3188d9=_0x35bb4b;this['_members$']['next'](this[_0x3188d9(0x3a0)]);}};function le(_0x74d087,_0x305bb3){const _0x3d5530=_0x35bb4b;if(de(_0x74d087))return _0x305bb3;if(_0x305bb3['eventID']===e[_0x3d5530(0x383)]['SUBMIT_CHANGESET']){var _0x3bd6f6;let _0xcfcdf4=ge(_0x74d087),_0x121ad0=_0x305bb3;return{..._0x121ad0,'data':{..._0x121ad0[_0x3d5530(0x36a)],'unitID':_0x74d087['target'][_0x3d5530(0x2a8)],'unitType':(_0x3bd6f6=_0x74d087[_0x3d5530(0x1e5)]['unitType'])==null?_0x121ad0[_0x3d5530(0x36a)]['unitType']:_0x3bd6f6,'changeset':_0xcfcdf4[_0x3d5530(0x1cc)](_0x121ad0[_0x3d5530(0x36a)][_0x3d5530(0x193)],_e(_0x74d087))}};}if(_0x305bb3[_0x3d5530(0x44a)]===e[_0x3d5530(0x383)][_0x3d5530(0x3dc)]){var _0x144da0;let _0x124180=_0x305bb3;return{..._0x124180,'data':{..._0x124180['data'],'unitID':_0x74d087[_0x3d5530(0x1e5)][_0x3d5530(0x2a8)],'unitType':(_0x144da0=_0x74d087['target']['unitType'])==null?_0x124180[_0x3d5530(0x36a)][_0x3d5530(0x2fe)]:_0x144da0}};}return _0x305bb3;}function ue(_0x1a3ad6,_0x33e96b){const _0x28f5f4=_0x35bb4b;if(de(_0x1a3ad6))return[_0x33e96b];switch(_0x33e96b['eventID']){case e[_0x28f5f4(0x383)][_0x28f5f4(0x3f0)]:return[fe(_0x1a3ad6,_0x33e96b)];case e[_0x28f5f4(0x383)][_0x28f5f4(0x3cd)]:return[me(_0x1a3ad6,_0x33e96b)];case e[_0x28f5f4(0x383)]['CHANGESET_SHOULD_RETRY']:return[pe(_0x1a3ad6,_0x33e96b)];default:return[_0x33e96b];}}function de(_0x1be6cb){const _0x3e27cf=_0x35bb4b;return _0x1be6cb['target'][_0x3e27cf(0x23b)]==null&&_0x1be6cb['target']['unitId']===_0x1be6cb[_0x3e27cf(0x26b)]&&!_0x1be6cb[_0x3e27cf(0x193)];}function fe(_0x4fb087,_0x5b5217){const _0x4d503e=_0x35bb4b;return{..._0x5b5217,'data':(0x0,e[_0x4d503e(0x386)])(he(_0x4fb087,(0x0,e[_0x4d503e(0x357)])(_0x5b5217['data'])))};}function pe(_0x55af5b,_0x5cf37c){return{..._0x5cf37c,'data':he(_0x55af5b,_0x5cf37c['data'])};}function me(_0x49398e,_0x4279c6){const _0x269f3c=_0x35bb4b;let _0x1902a8=_0x4279c6['data'];return{..._0x4279c6,'data':{..._0x1902a8,'changesets':_0x1902a8[_0x269f3c(0x3aa)][_0x269f3c(0x30d)](_0x13c0f5=>(0x0,e['parseChangesetToProtocol'])(he(_0x49398e,(0x0,e[_0x269f3c(0x357)])(_0x13c0f5))))}};}function he(_0x389cb9,_0x19ff51){const _0x44679f=_0x35bb4b;return ge(_0x389cb9)[_0x44679f(0x1d8)](_0x19ff51,_e(_0x389cb9));}function ge(_0x4f6dc0){const _0x575e02=_0x35bb4b;if(!_0x4f6dc0[_0x575e02(0x193)])throw Error(_0x575e02(0x323));return _0x4f6dc0[_0x575e02(0x193)];}function _e(_0x13abca){const _0x7e98a9=_0x35bb4b;return{'localUnitId':_0x13abca[_0x7e98a9(0x26b)],'unitType':_0x13abca[_0x7e98a9(0x2fe)],'target':_0x13abca[_0x7e98a9(0x1e5)]};}let ve=function(_0x4113cc){const _0xa83ea=_0x35bb4b;return _0x4113cc[_0x4113cc['IDLE']=0x0]=_0xa83ea(0x37c),_0x4113cc[_0x4113cc[_0xa83ea(0x3ce)]=0x1]=_0xa83ea(0x3ce),_0x4113cc[_0x4113cc[_0xa83ea(0x3fc)]=0x2]='OFFLINE',_0x4113cc[_0x4113cc['ONLINE']=0x3]='ONLINE',_0x4113cc;}({});const ye={[a[_0x35bb4b(0x293)][_0x35bb4b(0x1a6)]]:'session.join-failed',[a[_0x35bb4b(0x293)][_0x35bb4b(0x305)]]:_0x35bb4b(0x31b),[a[_0x35bb4b(0x293)][_0x35bb4b(0x395)]]:_0x35bb4b(0x45f),[a[_0x35bb4b(0x293)][_0x35bb4b(0x257)]]:'session.room-permission-denied',[a[_0x35bb4b(0x293)][_0x35bb4b(0x425)]]:'session.room-cnt-exceeds'};let x=class extends t['RxDisposable']{get['sessionStatus'](){const _0x32f037=_0x35bb4b;return this[_0x32f037(0x3fd)][_0x32f037(0x3b9)]();}constructor(_0x1940aa,_0x284f5d,_0x5bff89,_0x536869,_0xa98ce,_0x43ef85,_0x5d57e4,_0x55999f){const _0x537c6e=_0x35bb4b;super(),this[_0x537c6e(0x2f8)]=_0x1940aa,this[_0x537c6e(0x445)]=_0x5bff89,this[_0x537c6e(0x3ec)]=_0x536869,this['_memberService']=_0xa98ce,this['_commentService']=_0x43ef85,this[_0x537c6e(0x1da)]=_0x5d57e4,this[_0x537c6e(0x381)]=_0x55999f,g(this,_0x537c6e(0x3fd),new i[(_0x537c6e(0x3a3))](0x0)),g(this,_0x537c6e(0x1ef),this[_0x537c6e(0x3fd)][_0x537c6e(0x3b8)]()),g(this,_0x537c6e(0x179),new i[(_0x537c6e(0x27e))]()),g(this,_0x537c6e(0x35c),this[_0x537c6e(0x179)][_0x537c6e(0x3b8)]()),g(this,_0x537c6e(0x37a),void 0x0),g(this,_0x537c6e(0x2a4),void 0x0),g(this,_0x537c6e(0x1f4),void 0x0),g(this,_0x537c6e(0x3ef),!0x1),g(this,'_telemetryInfo',null),this[_0x537c6e(0x3ef)]=!!this['_telemetryService'],_0x284f5d['pipe']((0x0,i['takeUntil'])(this[_0x537c6e(0x316)]))[_0x537c6e(0x29b)](_0x47bf98=>{const _0x5a75df=_0x537c6e;if(_0x47bf98!==void 0x0){if(this['_socket']=_0x47bf98,_0x47bf98)this[_0x5a75df(0x3bf)](_0x47bf98),this[_0x5a75df(0x2a4)]=_0x47bf98[_0x5a75df(0x1ed)][_0x5a75df(0x29b)](_0x19f63c=>{const _0x4b527f=_0x5a75df;_0x19f63c[_0x4b527f(0x1de)]===this[_0x4b527f(0x2f8)][_0x4b527f(0x1e5)][_0x4b527f(0x2a8)]&&this['_onCombEvent'](_0x19f63c);});else{var _0xf6e346;this['_throwTelemetryCollaborationNewChangeset'](),this[_0x5a75df(0x3fd)][_0x5a75df(0x291)](0x2),(_0xf6e346=this['_socketMessageSubscription'])==null||_0xf6e346['unsubscribe'](),this[_0x5a75df(0x2a4)]=null;}}});}[_0x35bb4b(0x3f8)](){const _0x42e9a1=_0x35bb4b;var _0x3e77d9,_0x727167;return(_0x3e77d9=(_0x727167=this[_0x42e9a1(0x37a)])==null?void 0x0:_0x727167[_0x42e9a1(0x2aa)])==null?null:_0x3e77d9;}[_0x35bb4b(0x2c9)](){const _0x2b1e89=_0x35bb4b;super[_0x2b1e89(0x2c9)](),this[_0x2b1e89(0x2e0)](),this[_0x2b1e89(0x316)]['next'](),this['dispose$'][_0x2b1e89(0x1f7)]();}[_0x35bb4b(0x2e0)](){const _0x348e94=_0x35bb4b;var _0x5cb158;this[_0x348e94(0x48d)](),(_0x5cb158=this[_0x348e94(0x37a)])==null||_0x5cb158[_0x348e94(0x24a)]({'cmd':a[_0x348e94(0x1b4)][_0x348e94(0x330)],'data':{'roomID':this[_0x348e94(0x2f8)]['target'][_0x348e94(0x2a8)]}}),this[_0x348e94(0x179)]['complete'](),this[_0x348e94(0x3fd)][_0x348e94(0x1f7)]();}[_0x35bb4b(0x1e6)](_0x461e5c){const _0x4d64f2=_0x35bb4b;_0x461e5c[_0x4d64f2(0x3ff)]===a[_0x4d64f2(0x1b4)][_0x4d64f2(0x1b5)]?this[_0x4d64f2(0x231)](_0x461e5c):_0x461e5c[_0x4d64f2(0x3ff)]===a[_0x4d64f2(0x1b4)][_0x4d64f2(0x388)]&&this['_onRecvEvent'](_0x461e5c);}[_0x35bb4b(0x3bf)](_0x4cc01a){const _0x32f85b=_0x35bb4b;this[_0x32f85b(0x3fd)][_0x32f85b(0x291)](0x1),_0x4cc01a[_0x32f85b(0x24a)]({'cmd':a[_0x32f85b(0x1b4)][_0x32f85b(0x1b5)],'routeKey':this[_0x32f85b(0x2f8)][_0x32f85b(0x1e5)][_0x32f85b(0x2a8)],'routeType':'','data':{'rooms':[{'roomID':this[_0x32f85b(0x2f8)][_0x32f85b(0x1e5)]['unitId']}]}});}['_onJoinRoomEvent'](_0xdc500e){const _0x51dfaa=_0x35bb4b;var _0x25850e;if(_0xdc500e['code']in ye){this[_0x51dfaa(0x1da)][_0x51dfaa(0x328)]({'id':_0x51dfaa(0x344),'data':ye[_0xdc500e['code']]}),this['_sessionStatus$'][_0x51dfaa(0x291)](0x2);return;}this[_0x51dfaa(0x3fd)][_0x51dfaa(0x291)](0x3);let _0x563ebb=(_0x25850e=_0xdc500e[_0x51dfaa(0x36a)]['roomInfos'][this[_0x51dfaa(0x2f8)][_0x51dfaa(0x1e5)][_0x51dfaa(0x2a8)]])==null?void 0x0:_0x25850e[_0x51dfaa(0x2f7)];_0x563ebb&&_0x563ebb['forEach'](_0x3e8d39=>this[_0x51dfaa(0x362)][_0x51dfaa(0x234)](this[_0x51dfaa(0x2f8)][_0x51dfaa(0x26b)],_0x3e8d39));}[_0x35bb4b(0x1aa)](_0x15e96f){const _0x4c761f=_0x35bb4b;try{let _0x2b1597=ue(this[_0x4c761f(0x2f8)],_0x15e96f[_0x4c761f(0x36a)]);for(let _0x5b131c of _0x2b1597)switch(_0x5b131c['eventID']){case e['CollaborationEvent'][_0x4c761f(0x202)]:this[_0x4c761f(0x2a1)](_0x5b131c),this[_0x4c761f(0x179)][_0x4c761f(0x291)](_0x5b131c);break;case e[_0x4c761f(0x383)][_0x4c761f(0x419)]:this['_onUserLeave'](_0x5b131c),this['_event$'][_0x4c761f(0x291)](_0x5b131c);break;case e[_0x4c761f(0x383)][_0x4c761f(0x2e6)]:case e['CollaborationEvent']['CHANGESET_SHOULD_RETRY']:this[_0x4c761f(0x41e)](),this[_0x4c761f(0x486)](),this['_event$'][_0x4c761f(0x291)](_0x5b131c);break;case e[_0x4c761f(0x383)][_0x4c761f(0x2e3)]:this[_0x4c761f(0x445)][_0x4c761f(0x23f)](_0x4c761f(0x3c5)+JSON[_0x4c761f(0x3db)](_0x5b131c)),this['_event$']['next'](_0x5b131c);break;case e[_0x4c761f(0x383)]['COMMENT_UPDATE']:this[_0x4c761f(0x462)][_0x4c761f(0x34c)](_0x5b131c[_0x4c761f(0x36a)]),this[_0x4c761f(0x179)][_0x4c761f(0x291)](_0x5b131c);break;default:this['_event$'][_0x4c761f(0x291)](_0x5b131c);}}catch(_0x4eb6c4){this['_logService']['error'](_0x4eb6c4,_0x15e96f);}}[_0x35bb4b(0x2a1)](_0x3f2f39){const _0x481d6c=_0x35bb4b;this[_0x481d6c(0x362)][_0x481d6c(0x234)](this[_0x481d6c(0x2f8)]['localUnitId'],_0x3f2f39[_0x481d6c(0x36a)]);}[_0x35bb4b(0x206)](_0x3e67e2){const _0x1d5b13=_0x35bb4b;this[_0x1d5b13(0x362)][_0x1d5b13(0x2d7)](this[_0x1d5b13(0x2f8)][_0x1d5b13(0x26b)],_0x3e67e2['data'][_0x1d5b13(0x2aa)]);}async[_0x35bb4b(0x24a)](_0x3af5d3,_0x2465e2){const _0xe8d39e=_0x35bb4b;if(this[_0xe8d39e(0x416)]!==0x3||!this[_0xe8d39e(0x37a)])throw Error(_0xe8d39e(0x2f3));try{let _0xe7f081=le(this[_0xe8d39e(0x2f8)],_0x3af5d3);_0xe7f081[_0xe8d39e(0x44a)]===e['CollaborationEvent'][_0xe8d39e(0x36d)]&&(this[_0xe8d39e(0x2b0)](),this[_0xe8d39e(0x294)](_0xe7f081)),this['_socket'][_0xe8d39e(0x24a)]({'cmd':a[_0xe8d39e(0x1b4)]['INGEST'],'routeKey':this[_0xe8d39e(0x2f8)][_0xe8d39e(0x1e5)][_0xe8d39e(0x2a8)],'routeType':'','data':_0xe7f081});}catch(_0x3ec417){this[_0xe8d39e(0x445)]['error'](_0x3ec417);}}[_0x35bb4b(0x2b0)](){const _0xbf2a32=_0x35bb4b;var _0x2e1437;this['_collaborationTimeoutTimer']=setTimeout(()=>{const _0x2d173d=_0x5a3b;this['_collaborationTimeoutTimer']=null,this[_0x2d173d(0x1da)]['emitEvent']({'id':_0x2d173d(0x1ec)});},(_0x2e1437=this['_configService'][_0xbf2a32(0x1bf)](_0xbf2a32(0x1b7)))==null?ne:_0x2e1437);}[_0x35bb4b(0x486)](){const _0x159b08=_0x35bb4b;this['_collaborationTimeoutTimer']&&(clearTimeout(this[_0x159b08(0x1f4)]),this['_collaborationTimeoutTimer']=null);}['_startTelemetryCollaborationNewChangeset'](_0x3546f3){const _0x392bdb=_0x35bb4b;if(!this[_0x392bdb(0x3ef)])return;let {data:_0x5055aa}=_0x3546f3,{unitID:_0x3b6476,changeset:_0x34eca8}=_0x5055aa,{mutations:_0x4712ae,type:_0x5918cf}=_0x34eca8;this['_telemetryInfo']={'unitId':_0x3b6476,'type':_0x5918cf,'startTime':performance['now'](),'stopTime':0x0,'duration':0x0,'size':re(_0x4712ae)};}[_0x35bb4b(0x41e)](){const _0x25e7b7=_0x35bb4b;if(this[_0x25e7b7(0x3ef)]){if(!this[_0x25e7b7(0x311)]){this['_logService'][_0x25e7b7(0x23f)](_0x25e7b7(0x24b),'telemetry\x20info\x20is\x20not\x20initialized');return;}this[_0x25e7b7(0x311)][_0x25e7b7(0x356)]=performance[_0x25e7b7(0x277)](),this[_0x25e7b7(0x311)][_0x25e7b7(0x32d)]=this[_0x25e7b7(0x311)][_0x25e7b7(0x356)]-this['_telemetryInfo'][_0x25e7b7(0x267)],this['_telemetryService'][_0x25e7b7(0x246)](_0x25e7b7(0x3fb),this[_0x25e7b7(0x311)]),this['_telemetryInfo']=null;}}[_0x35bb4b(0x48d)](){const _0x131e1e=_0x35bb4b;this[_0x131e1e(0x311)]=null;}};x=y([v(0x2,t[_0x35bb4b(0x1d7)]),v(0x3,t[_0x35bb4b(0x340)]),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(b)),v(0x5,(0x0,t[_0x35bb4b(0x48e)])(se)),v(0x6,(0x0,t['Inject'])(_)),v(0x7,(0x0,t[_0x35bb4b(0x1a4)])(o['ITelemetryService']))],x);const S=(0x0,t[_0x35bb4b(0x35f)])(_0x35bb4b(0x375));function be(_0x35d63c){const _0x5cb4d1=_0x35bb4b;return _0x5cb4d1(0x3c7)+_0x35d63c;}function xe(_0x555aa4){const _0x5d19d6=_0x35bb4b;let {unitID:_0x380989,mutations:_0x1643e7}=_0x555aa4;return{'unitId':_0x380989,'subUnitId':_0x1643e7[_0x5d19d6(0x17d)]>0x0?_0x1643e7[0x0]['params'][_0x5d19d6(0x466)]:null};}let C=class{constructor(_0x385b08,_0x106fdf,_0x14514f){const _0x4d2e00=_0x35bb4b;this[_0x4d2e00(0x19a)]=_0x385b08,this['_transformService']=_0x106fdf,this['_instanceService']=_0x14514f;}[_0x35bb4b(0x2fc)](_0x2e2295){const _0xcb9245=_0x35bb4b;var _0x102460,_0x2badb3;let _0x399b21=this[_0xcb9245(0x19a)][_0xcb9245(0x20e)](r[_0xcb9245(0x285)]),{unitId:_0x3d9ba0,subUnitId:_0x45ae62}=xe(_0x2e2295),_0x18cbdf=_0x399b21==null?void 0x0:_0x399b21[_0xcb9245(0x2cd)](_0x3d9ba0)[_0xcb9245(0x333)](),_0x24d345=(_0x102460=this[_0xcb9245(0x30c)][_0xcb9245(0x352)](_0x3d9ba0))==null||(_0x102460=_0x102460[_0xcb9245(0x440)]())==null?void 0x0:_0x102460[_0xcb9245(0x2cf)]();if(_0x18cbdf[_0xcb9245(0x17d)]===0x0||!_0x3d9ba0||!_0x45ae62)return;let _0x41e0bb=[{'id':r[_0xcb9245(0x342)]['id'],'params':{'unitId':_0x3d9ba0,'subUnitId':_0x24d345,'selections':t[_0xcb9245(0x213)][_0xcb9245(0x35e)](_0x18cbdf)}}],_0x2f3cf3=this[_0xcb9245(0x217)][_0xcb9245(0x36c)](_0x2e2295,_0x41e0bb);if(!(0x0,e[_0xcb9245(0x3c3)])(_0x2f3cf3))throw _0x2f3cf3['error'];let _0x175815=(_0x2badb3=_0x2f3cf3[_0xcb9245(0x28e)][0x0])==null||(_0x2badb3=_0x2badb3['params'])==null?void 0x0:_0x2badb3['selections'];if(Array[_0xcb9245(0x23a)](_0x175815)&&_0x175815['length']){if(_0x175815['length']===_0x41e0bb[0x0][_0xcb9245(0x3be)][_0xcb9245(0x3b2)][_0xcb9245(0x17d)]&&_0x175815['every']((_0x1586d5,_0x2512f9)=>t[_0xcb9245(0x273)][_0xcb9245(0x329)](_0x1586d5[_0xcb9245(0x20f)],_0x41e0bb[0x0][_0xcb9245(0x3be)][_0xcb9245(0x3b2)][_0x2512f9][_0xcb9245(0x20f)])))return;this[_0xcb9245(0x19a)][_0xcb9245(0x20e)](t[_0xcb9245(0x224)])[_0xcb9245(0x33c)](r[_0xcb9245(0x342)]['id'],{'unitId':_0x3d9ba0,'subUnitId':_0x24d345,'selections':_0x175815});}}};C=y([v(0x0,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x413)])),v(0x1,e['ITransformService']),v(0x2,t[_0x35bb4b(0x1ba)])],C);const w=(0x0,t[_0x35bb4b(0x35f)])(_0x35bb4b(0x27f));let Se=function(_0xb62de0){const _0x2128cc=_0x35bb4b;return _0xb62de0[_0xb62de0[_0x2128cc(0x194)]=0x0]=_0x2128cc(0x194),_0xb62de0[_0xb62de0[_0x2128cc(0x1fb)]=0x1]=_0x2128cc(0x1fb),_0xb62de0;}({});function Ce(_0x401385){const _0x17ba71=_0x35bb4b;var _0x35cb97;return!!((_0x35cb97=_0x401385[_0x17ba71(0x3be)])!=null&&_0x35cb97['__splitChunk__']);}const we=new Set([r['InsertSheetMutation']['id']]),Te=new Set([c[_0x35bb4b(0x2f4)]['id'],c[_0x35bb4b(0x377)]['id'],c[_0x35bb4b(0x238)]['id'],c[_0x35bb4b(0x1c0)]['id']]);function Ee(_0x190c38,_0x197f91=we){const _0x448c74=_0x35bb4b;let _0x11f36b=[];for(let _0x3681db of _0x190c38){if(_0x197f91[_0x448c74(0x478)](_0x3681db['id'])){if(_0x11f36b[_0x448c74(0x17d)]>0x0)break;_0x11f36b[_0x448c74(0x35d)](_0x3681db);break;}if(Ce(_0x3681db)){if(_0x11f36b[_0x448c74(0x17d)]>0x0)break;_0x11f36b[_0x448c74(0x35d)](_0x3681db);break;}_0x11f36b[_0x448c74(0x35d)](_0x3681db);}return _0x11f36b;}function T(_0x19660e,_0xb4548,_0x1569e2,_0x5c8eb8,_0x22359c){const _0x35d951=_0x35bb4b;var _0x5bccac,_0x3b55da,_0x3ab05f,_0x5427fb;let _0xe29e31=Ee(_0x19660e),_0x21f200=(_0x5bccac=(_0x3b55da=_0x22359c['getCurrentUser']())==null?void 0x0:_0x3b55da[_0x35d951(0x243)])==null?_0x35d951(0x456):_0x5bccac,_0x5041dc=(_0x3ab05f=(_0x5427fb=_0x22359c[_0x35d951(0x2cb)]())==null?void 0x0:_0x5427fb[_0x35d951(0x2aa)])==null?'unknown':_0x3ab05f;return{'changeset':{'unitID':_0xb4548,'type':(0x0,e[_0x35d951(0x37d)])(_0x1569e2[_0x35d951(0x363)](_0xb4548)),'baseRev':_0x5c8eb8[_0x35d951(0x1db)](_0xb4548),'revision':0x0,'userID':_0x21f200,'memberID':_0x5041dc,'mutations':_0xe29e31},'pendingMutations':_0x19660e[_0x35d951(0x3df)](_0xe29e31['length'])};}function De(_0x31c3fe,_0x58d2c9,_0x2471a2,_0x1f0c49,_0x12ebdc){const _0x13d812=_0x35bb4b;var _0x3fd4ba,_0x27593f,_0x23c229,_0x100da8;let _0x4d38ee=Ee(_0x31c3fe,Te),_0x2109fb=(_0x3fd4ba=(_0x27593f=_0x12ebdc[_0x13d812(0x2cb)]())==null?void 0x0:_0x27593f[_0x13d812(0x243)])==null?_0x13d812(0x456):_0x3fd4ba,_0x169085=(_0x23c229=(_0x100da8=_0x12ebdc[_0x13d812(0x2cb)]())==null?void 0x0:_0x100da8['memberID'])==null?'unknown':_0x23c229;return{'changeset':{'unitID':_0x58d2c9,'type':(0x0,e[_0x13d812(0x37d)])(_0x2471a2[_0x13d812(0x363)](_0x58d2c9)),'baseRev':_0x1f0c49[_0x13d812(0x1db)](_0x58d2c9),'revision':0x0,'userID':_0x2109fb,'memberID':_0x169085,'mutations':_0x4d38ee},'pendingMutations':_0x31c3fe[_0x13d812(0x3df)](_0x4d38ee['length'])};}function Oe(_0x5bf25f,_0x4ab58d,_0x5516ad,_0x476ac7,_0x3790e6){const _0x267c22=_0x35bb4b;var _0x4fe882,_0x3e2e26,_0x3ab3b6,_0x197161;let _0x5a0ded=_0x5bf25f[_0x267c22(0x2d3)]((_0x799fde,_0x109710)=>{const _0x1afb9d=_0x267c22;let _0x3a24a1=_0x799fde[_0x799fde[_0x1afb9d(0x17d)]-0x1],{id:_0xdb640f}=_0x3a24a1==null?{}:_0x3a24a1,{id:_0x35012e,type:_0x298f9d}=_0x109710,_0x1241ac=_0x109710[_0x1afb9d(0x3be)];if(_0xdb640f&&_0xdb640f!==_0x35012e)throw Error('Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20'+_0xdb640f+_0x1afb9d(0x367)+_0x35012e+'.');if(!_0x3a24a1)return[{'id':_0x35012e,'type':_0x298f9d,'params':{'unitId':_0x1241ac['unitId'],'textRanges':_0x1241ac[_0x1afb9d(0x39d)],'actions':_0x1241ac[_0x1afb9d(0x442)]}}];let _0x293828=_0x3a24a1[_0x1afb9d(0x3be)];return ke(_0x293828,_0x1241ac)?[..._0x799fde['slice'](0x0,-0x1),{..._0x3a24a1,'id':_0x35012e,'type':_0x298f9d,'params':{'unitId':_0x1241ac[_0x1afb9d(0x2a8)],'textRanges':_0x1241ac[_0x1afb9d(0x39d)],'actions':t[_0x1afb9d(0x32a)][_0x1afb9d(0x185)](_0x293828['actions'],_0x1241ac[_0x1afb9d(0x442)])}}]:[..._0x799fde,{'id':_0x35012e,'type':_0x298f9d,'params':{'unitId':_0x1241ac['unitId'],'textRanges':_0x1241ac[_0x1afb9d(0x39d)],'actions':_0x1241ac[_0x1afb9d(0x442)]}}];},[]),_0x7ce79a=(_0x4fe882=(_0x3e2e26=_0x3790e6[_0x267c22(0x2cb)]())==null?void 0x0:_0x3e2e26['userID'])==null?'unknown':_0x4fe882,_0x3310f1=(_0x3ab3b6=(_0x197161=_0x3790e6[_0x267c22(0x2cb)]())==null?void 0x0:_0x197161[_0x267c22(0x2aa)])==null?_0x267c22(0x456):_0x3ab3b6;return{'changeset':{'unitID':_0x4ab58d,'type':(0x0,e['mapDocumentTypeToUniverInstanceType'])(_0x5516ad[_0x267c22(0x363)](_0x4ab58d)),'baseRev':_0x476ac7['getCurrentRevOfUnit'](_0x4ab58d),'revision':0x0,'userID':_0x7ce79a,'memberID':_0x3310f1,'mutations':_0x5a0ded},'pendingMutations':_0x5bf25f[_0x267c22(0x3df)](_0x5bf25f[_0x267c22(0x17d)])};}function ke(_0x5b690b,_0x23ae35){return!Ae(_0x5b690b)&&!Ae(_0x23ae35)&&je(_0x5b690b['actions'],_0x23ae35['actions']);}function Ae(_0xc1036f){const _0x454c18=_0x35bb4b;return _0xc1036f[_0x454c18(0x2a6)]!==void 0x0;}function je(_0x1f651f,_0x272730){return Me(_0x1f651f)&&Me(_0x272730)&&!Pe(_0x1f651f)&&!Pe(_0x272730)&&!Ne(_0x1f651f)&&!Ne(_0x272730);}function Me(_0x2c8c0d){const _0x4aea15=_0x35bb4b;return Fe(_0x2c8c0d)[_0x4aea15(0x396)](_0x45f91a=>E(_0x45f91a)&&_0x45f91a['et']===_0x4aea15(0x191));}function Ne(_0x28fb3a){const _0x30cc89=_0x35bb4b;return Fe(_0x28fb3a)['some'](_0x438b5c=>Array[_0x30cc89(0x23a)](_0x438b5c)||typeof _0x438b5c=='string'||typeof _0x438b5c==_0x30cc89(0x1cd));}function Pe(_0x5dd2f5){const _0x2d6f52=_0x35bb4b;return Fe(_0x5dd2f5)[_0x2d6f52(0x396)](_0x517efc=>!E(_0x517efc)||_0x517efc['et']!==_0x2d6f52(0x191)||!Array[_0x2d6f52(0x23a)](_0x517efc['e'])?!0x1:_0x517efc['e']['some'](_0xc877b2=>!E(_0xc877b2)||!E(_0xc877b2[_0x2d6f52(0x46f)])?!0x1:Object[_0x2d6f52(0x230)]['hasOwnProperty'][_0x2d6f52(0x33e)](_0xc877b2['body'],'tables')||Object['prototype'][_0x2d6f52(0x469)][_0x2d6f52(0x33e)](_0xc877b2['body'],_0x2d6f52(0x485))||Object[_0x2d6f52(0x230)][_0x2d6f52(0x469)][_0x2d6f52(0x33e)](_0xc877b2['body'],_0x2d6f52(0x22e))));}function Fe(_0x567955){const _0x441706=_0x35bb4b;if(!Array[_0x441706(0x23a)](_0x567955))return[];let _0x3d484a=_0x567955['includes'](_0x441706(0x46f))?_0x567955:_0x567955[_0x441706(0x25c)](_0x2c06b7=>Array[_0x441706(0x23a)](_0x2c06b7)&&_0x2c06b7[_0x441706(0x492)](_0x441706(0x46f)));if(!Array[_0x441706(0x23a)](_0x3d484a))return[];let _0x209e88=_0x3d484a[_0x441706(0x312)](_0x441706(0x46f));return _0x209e88===-0x1?[]:_0x3d484a[_0x441706(0x3df)](_0x209e88+0x1);}function E(_0x112f6d){const _0x38af46=_0x35bb4b;return typeof _0x112f6d==_0x38af46(0x1b0)&&!!_0x112f6d&&!Array[_0x38af46(0x23a)](_0x112f6d);}function Ie(_0x44d8e6,_0x5acd03){const _0x3bb4c2=_0x35bb4b;let _0x251c13=new i[(_0x3bb4c2(0x345))](0x1);return setTimeout(()=>_0x251c13['next'](_0x5acd03),_0x44d8e6),_0x251c13['asObservable']()[_0x3bb4c2(0x481)]((0x0,i[_0x3bb4c2(0x1c6)])(0x1));}var Le,Re,ze;let Be=function(_0x43d558){const _0x47fcb3=_0x35bb4b;return _0x43d558[_0x47fcb3(0x195)]='not_collab',_0x43d558[_0x47fcb3(0x454)]=_0x47fcb3(0x2f6),_0x43d558[_0x47fcb3(0x39b)]=_0x47fcb3(0x47c),_0x43d558[_0x47fcb3(0x429)]=_0x47fcb3(0x459),_0x43d558['AWAITING_WITH_PENDING']=_0x47fcb3(0x2d4),_0x43d558[_0x47fcb3(0x489)]='fetch_missing',_0x43d558[_0x47fcb3(0x349)]=_0x47fcb3(0x2a2),_0x43d558[_0x47fcb3(0x3fc)]=_0x47fcb3(0x3b7),_0x43d558;}({});const Ve=0x4e20,He=0x2bf20;var D=class{constructor(_0x166bac,_0x13843c,_0x11320c,_0x5a46d7,_0x2ced48,_0x9b7253,_0x1ae5c8,_0x560228,_0x3f3d6c){const _0x4d3482=_0x35bb4b;this['unitID']=_0x166bac,this[_0x4d3482(0x435)]=_0x13843c,this[_0x4d3482(0x180)]=_0x2ced48,this[_0x4d3482(0x256)]=_0x9b7253,this[_0x4d3482(0x42e)]=_0x1ae5c8,this[_0x4d3482(0x34e)]=_0x560228,this[_0x4d3482(0x1d3)]=_0x3f3d6c,g(this,_0x4d3482(0x3a1),null),g(this,'_pendingMutations',[]),this[_0x4d3482(0x3a1)]=_0x11320c,this[_0x4d3482(0x424)]=_0x5a46d7;}[_0x35bb4b(0x18a)](_0x171089){const _0x47c76a=_0x35bb4b;let _0x442f86=this['_revisionService'][_0x47c76a(0x1db)](this['unitID']);return _0x171089[_0x47c76a(0x354)]>_0x442f86+0x1?(this['_handler'][_0x47c76a(0x20c)]({'from':_0x442f86,'to':_0x171089['revision']-0x1}),!0x0):!0x1;}['_transformUndoredo'](_0x9e2c20){const _0x450aeb=_0x35bb4b;this[_0x450aeb(0x42e)]['transformUndoRedo'](this[_0x450aeb(0x41a)],_0x9e2c20);}[_0x35bb4b(0x21c)](_0x2e868f){var _0x5f0371,_0x1c315b;(_0x5f0371=(_0x1c315b=this['_handler'])['onTransformSelections'])==null||_0x5f0371['call'](_0x1c315b,_0x2e868f);}[_0x35bb4b(0x3d6)](_0x5a2dc1){const _0x390995=_0x35bb4b;var _0x5142c6,_0x21eabf;return(_0x5142c6=(_0x21eabf=this[_0x390995(0x180)])['onTransformIME'])==null?void 0x0:_0x5142c6['call'](_0x21eabf,_0x5a2dc1);}[_0x35bb4b(0x32e)](_0x39e7a6){const _0x213e2d=_0x35bb4b;var _0x4efabd,_0x3c60ff;return(_0x4efabd=(_0x3c60ff=this[_0x213e2d(0x180)])[_0x213e2d(0x2ec)])==null?void 0x0:_0x4efabd[_0x213e2d(0x33e)](_0x3c60ff,_0x39e7a6);}[_0x35bb4b(0x339)](_0x599fe9){const _0x56d99f=_0x35bb4b;var _0x1ee6aa,_0x19e377,_0x23ecea;return(_0x1ee6aa=(_0x19e377=(_0x23ecea=this[_0x56d99f(0x180)])[_0x56d99f(0x248)])==null?void 0x0:_0x19e377['call'](_0x23ecea,_0x599fe9))==null?_0x599fe9:_0x1ee6aa;}[_0x35bb4b(0x457)](_0x526ad9){const _0xa3075f=_0x35bb4b;var _0x53e19b,_0x5e52a7,_0x110a73;return(_0x53e19b=(_0x5e52a7=(_0x110a73=this[_0xa3075f(0x180)])[_0xa3075f(0x220)])==null?void 0x0:_0x5e52a7[_0xa3075f(0x33e)](_0x110a73,_0x526ad9))==null?_0x526ad9:_0x53e19b;}[_0x35bb4b(0x47b)](_0x5a21be){const _0x158866=_0x35bb4b;if(this[_0x158866(0x435)]===t[_0x158866(0x36f)][_0x158866(0x207)]){let {unitID:_0x246d79,mutations:_0x4ae5d6,memberID:_0x1fd239}=_0x5a21be,_0x594601=_0x4ae5d6['length']>0x0?_0x4ae5d6[0x0]['params'][_0x158866(0x39d)]:[];if(Array[_0x158866(0x23a)](_0x594601)&&_0x594601[_0x158866(0x17d)]>0x0){var _0x1d036c,_0xa1c8fd;(_0x1d036c=(_0xa1c8fd=this[_0x158866(0x180)])[_0x158866(0x373)])==null||_0x1d036c[_0x158866(0x33e)](_0xa1c8fd,{'unitID':_0x246d79,'memberID':_0x1fd239,'textRanges':_0x594601});}}}[_0x35bb4b(0x297)](){const _0x500e2d=_0x35bb4b;var _0x13aa32;(_0x13aa32=this[_0x500e2d(0x1d3)])==null||_0x13aa32['updateOfflineData'](this[_0x500e2d(0x41a)],this[_0x500e2d(0x435)],this[_0x500e2d(0x3a1)],this[_0x500e2d(0x424)]);}[_0x35bb4b(0x1eb)](){const _0x264e48=_0x35bb4b;return this[_0x264e48(0x34e)][_0x264e48(0x1db)](this[_0x264e48(0x41a)]);}[_0x35bb4b(0x310)](){const _0x3c21d1=_0x35bb4b;this[_0x3c21d1(0x34e)]['incrementRevOfUnit'](this['unitID']);}[_0x35bb4b(0x443)](_0x1bebf3){const _0x22764e=_0x35bb4b;let _0x2dbb29=this[_0x22764e(0x339)](_0x1bebf3);_0x2dbb29=this[_0x22764e(0x457)](_0x2dbb29);let _0x2102c2=(0x0,t[_0x22764e(0x2a7)])(_0x2dbb29[_0x22764e(0x2de)],this['_commandService'],{'fromCollab':!0x0});if(!_0x2102c2[_0x22764e(0x3bb)]){var _0x4cac45;throw _0x2102c2[_0x22764e(0x23f)]instanceof Error?_0x2102c2['error']:Error((_0x4cac45=_0x2102c2[_0x22764e(0x23f)])==null?'[CollaborationState]:\x20apply\x20error!':_0x4cac45);}this[_0x22764e(0x3d6)](_0x2dbb29),this['_transformStateCache'](_0x2dbb29),this['_transformUndoredo'](_0x1bebf3),this[_0x22764e(0x21c)](_0x2dbb29),this[_0x22764e(0x47b)](_0x2dbb29),this[_0x22764e(0x310)]();}};let O=class extends D{constructor(_0x3a84d6,_0x5f310f,_0x525483,_0x5cd64a,_0xa658be,_0x83a544,_0x2b89c6,_0x31ed34,_0x2d54ab,_0x4442f8){const _0x4f3a6=_0x35bb4b;super(_0x3a84d6,_0x5f310f,null,[],_0x525483,_0x2b89c6,_0x83a544,_0x5cd64a,_0x4442f8),this['_injector']=_0xa658be,this[_0x4f3a6(0x445)]=_0x31ed34,this[_0x4f3a6(0x217)]=_0x2d54ab,this[_0x4f3a6(0x18c)]=_0x4442f8,g(this,_0x4f3a6(0x16d),'synced');}[_0x35bb4b(0x236)](_0x19fa8e){const _0x425035=_0x35bb4b;let _0x4c7b54=this[_0x425035(0x19a)][_0x425035(0x303)](k,this['unitID'],this[_0x425035(0x435)],[_0x19fa8e],this[_0x425035(0x180)]);return _0x4c7b54[_0x425035(0x398)](),_0x4c7b54['_updateLocalCache'](),_0x4c7b54;}[_0x35bb4b(0x2dd)](_0x5a1c5d){const _0x388b9e=_0x35bb4b;if(this[_0x388b9e(0x18a)](_0x5a1c5d))return this[_0x388b9e(0x19a)][_0x388b9e(0x303)](P,this[_0x388b9e(0x41a)],this[_0x388b9e(0x435)],null,[],null,[_0x5a1c5d],this[_0x388b9e(0x180)]);try{let _0x2fdd08=this[_0x388b9e(0x217)][_0x388b9e(0x36c)](_0x5a1c5d,[e[_0x388b9e(0x47d)]]);if((0x0,e[_0x388b9e(0x3c3)])(_0x2fdd08)){let {c1Prime:_0x2e5e03}=_0x2fdd08;return this['_executeRemoteChangeset'](_0x2e5e03),this;}throw _0x2fdd08['error'];}catch(_0x51594e){return this[_0x388b9e(0x445)][_0x388b9e(0x23f)](_0x51594e),this[_0x388b9e(0x198)](!0x1);}}[_0x35bb4b(0x198)](_0x579495){const _0x296a58=_0x35bb4b;return this['_injector'][_0x296a58(0x303)](M,this['unitID'],this[_0x296a58(0x435)],null,[],this['_handler'],_0x579495);}[_0x35bb4b(0x2e2)](_0x35f4b8){const _0x39f5ad=_0x35bb4b;if(_0x35f4b8['revision']<=this[_0x39f5ad(0x1eb)]())return this;throw Error(_0x39f5ad(0x1ee));}[_0x35bb4b(0x2b9)](){throw Error('[SyncedState]:\x20received\x20rejection.');}[_0x35bb4b(0x22a)](){return this;}[_0x35bb4b(0x3da)](){const _0x15a4b8=_0x35bb4b;return this[_0x15a4b8(0x19a)][_0x15a4b8(0x303)](N,this['unitID'],this[_0x15a4b8(0x435)],null,[],this['_handler']);}['toggleOnline'](){return this;}[_0x35bb4b(0x24e)](){const _0xcf6767=_0x35bb4b;throw Error(_0xcf6767(0x1c4));}[_0x35bb4b(0x477)](){const _0x2442dd=_0x35bb4b;let _0x147f14=this[_0x2442dd(0x34e)][_0x2442dd(0x1db)](this[_0x2442dd(0x41a)]);return this[_0x2442dd(0x180)][_0x2442dd(0x20c)]({'from':_0x147f14,'to':0x0}),this[_0x2442dd(0x19a)][_0x2442dd(0x303)](P,this['unitID'],this[_0x2442dd(0x435)],null,[],null,[],this[_0x2442dd(0x180)]);}};O=y([v(0x3,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x46e)])),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(t['Injector'])),v(0x5,t[_0x35bb4b(0x3c9)]),v(0x6,t[_0x35bb4b(0x224)]),v(0x7,t[_0x35bb4b(0x1d7)]),v(0x8,e['ITransformService']),v(0x9,(0x0,t[_0x35bb4b(0x1a4)])(S))],O);function _0x5a3b(_0x728eaf,_0x12531f){_0x728eaf=_0x728eaf-0x16c;const _0x38a3f2=_0x38a3();let _0x5a3bea=_0x38a3f2[_0x728eaf];return _0x5a3bea;}let k=Le=class extends D{constructor(_0x22c31e,_0x58d55a,_0xb1f792,_0x51b03d,_0x228f7b,_0x4654ff,_0x4cd1d9,_0x3451c8,_0x3c6e8e,_0x21e45b,_0x2a1f52,_0x2612f8,_0x148e9d,_0x32e20a){const _0x5e919d=_0x35bb4b;super(_0x22c31e,_0x58d55a,null,_0xb1f792,_0x51b03d,_0x3c6e8e,_0x148e9d,_0x4654ff,_0x32e20a),this['_injector']=_0x228f7b,this['_memberService']=_0x4cd1d9,this[_0x5e919d(0x445)]=_0x3451c8,this['_configService']=_0x21e45b,this[_0x5e919d(0x217)]=_0x2a1f52,this[_0x5e919d(0x25a)]=_0x2612f8,g(this,_0x5e919d(0x16d),_0x5e919d(0x47c)),g(this,_0x5e919d(0x2a5),null),g(this,'_sendingTimer',null);}['appendMutation'](_0x5ce948){const _0x5f183e=_0x35bb4b;return this['_pendingMutations'][_0x5f183e(0x35d)](_0x5ce948),this[_0x5f183e(0x297)](),this;}[_0x35bb4b(0x2dd)](_0x2d8dec){const _0x23a4c8=_0x35bb4b;if(this[_0x23a4c8(0x18a)](_0x2d8dec))return this[_0x23a4c8(0x18e)](),this[_0x23a4c8(0x19a)]['createInstance'](P,this[_0x23a4c8(0x41a)],this[_0x23a4c8(0x435)],null,this[_0x23a4c8(0x424)],null,[_0x2d8dec],this['_handler']);try{let _0x27e1db=this[_0x23a4c8(0x217)][_0x23a4c8(0x36c)](_0x2d8dec,this[_0x23a4c8(0x424)]);if((0x0,e[_0x23a4c8(0x3c3)])(_0x27e1db)){let {c1Prime:_0x1c7e0f,m2Prime:_0x4f4d57}=_0x27e1db;this[_0x23a4c8(0x443)](_0x1c7e0f);let _0x1d2479=this['_injector']['createInstance'](Le,this[_0x23a4c8(0x41a)],this[_0x23a4c8(0x435)],_0x4f4d57,this['_handler']);this[_0x23a4c8(0x18e)]();let _0x56d862=new Date()['getTime'](),_0x743b81=this[_0x23a4c8(0x2a5)]?Math['max'](this[_0x23a4c8(0x2a5)]-_0x56d862,0x0):this[_0x23a4c8(0x3b0)]();return _0x1d2479[_0x23a4c8(0x398)](_0x743b81),_0x1d2479;}throw _0x27e1db[_0x23a4c8(0x23f)];}catch(_0x590921){return this['_logService'][_0x23a4c8(0x23f)](_0x590921),this[_0x23a4c8(0x198)](!0x1);}}[_0x35bb4b(0x2e2)](_0x4c2ba6){const _0x3c3e8f=_0x35bb4b;if(_0x4c2ba6[_0x3c3e8f(0x354)]<=this[_0x3c3e8f(0x1eb)]())return this;throw Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x35bb4b(0x2b9)](){const _0x437493=_0x35bb4b;throw Error(_0x437493(0x29e));}[_0x35bb4b(0x22a)](){return this;}['toggleOffline'](){const _0x564f49=_0x35bb4b;return this['_clearScheduledTask'](),this[_0x564f49(0x19a)][_0x564f49(0x303)](N,this[_0x564f49(0x41a)],this[_0x564f49(0x435)],null,this[_0x564f49(0x424)],this[_0x564f49(0x180)]);}[_0x35bb4b(0x3cb)](){return this;}[_0x35bb4b(0x398)](_0x3d986d){const _0x2fa28b=_0x35bb4b;let _0x55c30b=_0x3d986d==null?this[_0x2fa28b(0x3b0)]():_0x3d986d;this['_scheduleCompleteTimestamp']=new Date()[_0x2fa28b(0x337)]()+_0x55c30b,this[_0x2fa28b(0x475)]=setTimeout(()=>{const _0x346c5c=_0x2fa28b;this[_0x346c5c(0x18e)]();let _0x460c90=null;switch(this[_0x346c5c(0x435)]){case t[_0x346c5c(0x36f)]['UNIVER_SHEET']:_0x460c90=T(this[_0x346c5c(0x424)],this[_0x346c5c(0x41a)],this[_0x346c5c(0x25a)],this[_0x346c5c(0x34e)],this[_0x346c5c(0x362)]);break;case t[_0x346c5c(0x36f)]['UNIVER_DOC']:_0x460c90=this[_0x346c5c(0x424)][_0x346c5c(0x350)](_0x321f06=>_0x321f06['id']===n['RichTextEditingMutation']['id'])?Oe(this['_pendingMutations'],this['unitID'],this[_0x346c5c(0x25a)],this[_0x346c5c(0x34e)],this['_memberService']):T(this[_0x346c5c(0x424)],this[_0x346c5c(0x41a)],this[_0x346c5c(0x25a)],this['_revisionService'],this[_0x346c5c(0x362)]);break;case t[_0x346c5c(0x36f)]['UNIVER_SLIDE']:_0x460c90=De(this[_0x346c5c(0x424)],this[_0x346c5c(0x41a)],this[_0x346c5c(0x25a)],this['_revisionService'],this[_0x346c5c(0x362)]);break;case t[_0x346c5c(0x36f)][_0x346c5c(0x1ad)]:_0x460c90=T(this['_pendingMutations'],this[_0x346c5c(0x41a)],this[_0x346c5c(0x25a)],this[_0x346c5c(0x34e)],this[_0x346c5c(0x362)]);break;case t[_0x346c5c(0x36f)][_0x346c5c(0x17e)]:_0x460c90=T(this[_0x346c5c(0x424)],this[_0x346c5c(0x41a)],this[_0x346c5c(0x25a)],this[_0x346c5c(0x34e)],this['_memberService']);break;default:throw Error(_0x346c5c(0x1bd)+this['type']+_0x346c5c(0x197));}let {changeset:_0x477a16,pendingMutations:_0x5bf34a}=_0x460c90;this['_handler'][_0x346c5c(0x36e)](_0x477a16);let _0x5e928d=_0x5bf34a[_0x346c5c(0x17d)]?this[_0x346c5c(0x19a)][_0x346c5c(0x303)](j,this[_0x346c5c(0x41a)],this[_0x346c5c(0x435)],_0x477a16,_0x5bf34a,this[_0x346c5c(0x180)],void 0x0):this['_injector']['createInstance'](A,this[_0x346c5c(0x41a)],this['type'],_0x477a16,this[_0x346c5c(0x180)]);_0x5e928d[_0x346c5c(0x297)](),this[_0x346c5c(0x180)][_0x346c5c(0x266)](this,_0x5e928d);},_0x55c30b);}[_0x35bb4b(0x3b0)](){const _0x4e451e=_0x35bb4b;var _0x5cc0af;let _0x5e26cc=this[_0x4e451e(0x3ec)][_0x4e451e(0x1bf)](m);return(_0x5cc0af=_0x5e26cc==null?void 0x0:_0x5e26cc['sendChangesetTimeout'])==null?0x7d0:_0x5cc0af;}['resend'](){const _0x23f79a=_0x35bb4b;throw Error(_0x23f79a(0x24d));}[_0x35bb4b(0x18e)](){const _0x1886a0=_0x35bb4b;this[_0x1886a0(0x475)]!=null&&(clearTimeout(this[_0x1886a0(0x475)]),this['_sendingTimer']=null);}[_0x35bb4b(0x198)](_0x4596ff){const _0x54e596=_0x35bb4b;return this[_0x54e596(0x18e)](),this[_0x54e596(0x19a)][_0x54e596(0x303)](M,this['unitID'],this[_0x54e596(0x435)],null,this[_0x54e596(0x424)],this[_0x54e596(0x180)],_0x4596ff);}};k=Le=y([v(0x4,(0x0,t[_0x35bb4b(0x48e)])(t['Injector'])),v(0x5,(0x0,t['Inject'])(e['RevisionService'])),v(0x6,(0x0,t[_0x35bb4b(0x48e)])(b)),v(0x7,t[_0x35bb4b(0x1d7)]),v(0x8,t[_0x35bb4b(0x224)]),v(0x9,t[_0x35bb4b(0x340)]),v(0xa,e[_0x35bb4b(0x41f)]),v(0xb,t[_0x35bb4b(0x1ba)]),v(0xc,t[_0x35bb4b(0x3c9)]),v(0xd,(0x0,t[_0x35bb4b(0x1a4)])(S))],k);let A=Re=class extends D{constructor(_0x51ca5b,_0x46b099,_0x437097,_0x3a2945,_0x433f5b,_0x1f8dcb,_0x2a755a,_0x35ce2d,_0x18856c,_0x5389d1,_0x2427a7){const _0x30b5ad=_0x35bb4b;super(_0x51ca5b,_0x46b099,_0x437097,[],_0x3a2945,_0x2a755a,_0x5389d1,_0x1f8dcb,_0x2427a7),this[_0x30b5ad(0x19a)]=_0x433f5b,this[_0x30b5ad(0x445)]=_0x35ce2d,this['_transformService']=_0x18856c,g(this,'status',_0x30b5ad(0x459)),g(this,_0x30b5ad(0x3c1),0x0),g(this,_0x30b5ad(0x3c2),0x0),g(this,_0x30b5ad(0x387),void 0x0),g(this,'_sender',void 0x0);}[_0x35bb4b(0x236)](_0x5cb905){const _0xa6f1e5=_0x35bb4b;this['_clearScheduledTask']();let _0x355e65=this[_0xa6f1e5(0x19a)][_0xa6f1e5(0x303)](j,this[_0xa6f1e5(0x41a)],this[_0xa6f1e5(0x435)],this[_0xa6f1e5(0x3a1)],[_0x5cb905],this['_handler'],this['_resendTimer']);return _0x355e65[_0xa6f1e5(0x297)](),_0x355e65;}[_0x35bb4b(0x2dd)](_0x24255a){const _0x12edcd=_0x35bb4b;if(this[_0x12edcd(0x18a)](_0x24255a))return this[_0x12edcd(0x18e)](),this['_injector'][_0x12edcd(0x303)](P,this[_0x12edcd(0x41a)],this['type'],this['_awaitingChangeset'],[],null,[_0x24255a],this[_0x12edcd(0x180)]);try{let _0x32ff5a=this['_transformService']['transformChangesets']([_0x24255a],[this['_awaitingChangeset']],!0x1);if((0x0,e['isTransformChangesetsSuccess'])(_0x32ff5a)){let {c1Prime:_0x5f350c,c2Prime:_0x2b8fbb}=_0x32ff5a;this[_0x12edcd(0x443)](_0x5f350c[0x0]),_0x2b8fbb[0x0]['baseRev']=this['_getCurrentRevision'](),this['_clearScheduledTask']();let _0x4ee73a=this[_0x12edcd(0x19a)]['createInstance'](Re,this[_0x12edcd(0x41a)],this[_0x12edcd(0x435)],_0x2b8fbb[0x0],this[_0x12edcd(0x180)]);return _0x4ee73a['_updateLocalCache'](),_0x4ee73a;}throw _0x32ff5a[_0x12edcd(0x23f)];}catch(_0x45ce04){return this['_logService']['error'](_0x45ce04),this[_0x12edcd(0x198)](!0x1);}}['onRemoteAck'](_0x2835e7){const _0x23dd20=_0x35bb4b;this['_clearScheduledTask']();let _0x303928=this[_0x23dd20(0x34e)][_0x23dd20(0x1db)](this['unitID']);if(_0x2835e7[_0x23dd20(0x354)]<=_0x303928)return this;if(this[_0x23dd20(0x18a)](_0x2835e7))return this[_0x23dd20(0x19a)][_0x23dd20(0x303)](P,this[_0x23dd20(0x41a)],this['type'],this[_0x23dd20(0x3a1)],[],_0x2835e7[_0x23dd20(0x354)],[],this[_0x23dd20(0x180)]);this[_0x23dd20(0x310)]();let _0x4adaaa=this[_0x23dd20(0x19a)][_0x23dd20(0x303)](O,this[_0x23dd20(0x41a)],this[_0x23dd20(0x435)],this[_0x23dd20(0x180)]);return _0x4adaaa[_0x23dd20(0x297)](),_0x4adaaa;}[_0x35bb4b(0x2b9)](_0x40fe17){const _0x48e017=_0x35bb4b;return this[_0x48e017(0x198)](!!(_0x40fe17!=null&&_0x40fe17[_0x48e017(0x2fd)]));}[_0x35bb4b(0x22a)](_0x1c563d){const _0x5a9abf=_0x35bb4b;return this[_0x5a9abf(0x3c2)]>He?this[_0x5a9abf(0x3da)]():(this[_0x5a9abf(0x387)]=Ie(this[_0x5a9abf(0x3c1)],{'timeout':this[_0x5a9abf(0x3c1)],'reqId':_0x1c563d['reqId']}),this[_0x5a9abf(0x40b)]=this['_resendTimer'][_0x5a9abf(0x29b)](({reqId:_0x445a82,timeout:_0x476eb2})=>{const _0x17586e=_0x5a9abf;this[_0x17586e(0x341)](_0x445a82,_0x476eb2);}),this);}[_0x35bb4b(0x3da)](){const _0x565b2b=_0x35bb4b;return this[_0x565b2b(0x18e)](),this[_0x565b2b(0x19a)]['createInstance'](N,this[_0x565b2b(0x41a)],this[_0x565b2b(0x435)],this[_0x565b2b(0x3a1)],[],this['_handler']);}[_0x35bb4b(0x3cb)](){return this;}[_0x35bb4b(0x24e)](){const _0x5242ca=_0x35bb4b;this[_0x5242ca(0x180)][_0x5242ca(0x36e)](this[_0x5242ca(0x3a1)]);}[_0x35bb4b(0x198)](_0x36dadd){const _0x5e66a7=_0x35bb4b;return this[_0x5e66a7(0x18e)](),this[_0x5e66a7(0x19a)][_0x5e66a7(0x303)](M,this[_0x5e66a7(0x41a)],this[_0x5e66a7(0x435)],this['_awaitingChangeset'],[],this[_0x5e66a7(0x180)],_0x36dadd);}[_0x35bb4b(0x341)](_0x302c74,_0x29da18){const _0x2279a4=_0x35bb4b;var _0x5d0cc6;_0x302c74===((_0x5d0cc6=this[_0x2279a4(0x3a1)])==null?void 0x0:_0x5d0cc6[_0x2279a4(0x447)])&&(this[_0x2279a4(0x24e)](),this[_0x2279a4(0x3c1)]=_0x29da18===0x0?0x3e8:Math[_0x2279a4(0x39c)](_0x29da18*0x2,Ve),this[_0x2279a4(0x3c2)]+=this['_resendTimeout']);}[_0x35bb4b(0x18e)](){const _0x18f7b3=_0x35bb4b;var _0x16fda4;(_0x16fda4=this[_0x18f7b3(0x40b)])==null||_0x16fda4['unsubscribe'](),this['_resendTimeout']=0x0,this[_0x18f7b3(0x3c2)]=0x0;}};A=Re=y([v(0x4,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x413)])),v(0x5,(0x0,t[_0x35bb4b(0x48e)])(e['RevisionService'])),v(0x6,t[_0x35bb4b(0x224)]),v(0x7,t['ILogService']),v(0x8,e['ITransformService']),v(0x9,t[_0x35bb4b(0x3c9)]),v(0xa,(0x0,t[_0x35bb4b(0x1a4)])(S))],A);let j=ze=class extends D{constructor(_0x4f4457,_0x187c46,_0x5c32af,_0xcec873,_0x987c5a,_0x20e47f,_0x38135f,_0x405272,_0x2218b9,_0x2af1b1,_0x4ad1ee,_0x229bd5,_0x24a5cc){const _0x3cc95f=_0x35bb4b;super(_0x4f4457,_0x187c46,_0x5c32af,_0xcec873,_0x987c5a,_0x2218b9,_0x229bd5,_0x405272,_0x24a5cc),this['_injector']=_0x38135f,this[_0x3cc95f(0x445)]=_0x2af1b1,this[_0x3cc95f(0x217)]=_0x4ad1ee,this[_0x3cc95f(0x18c)]=_0x24a5cc,g(this,'status','awaiting_with_pending'),g(this,_0x3cc95f(0x3c1),0x0),g(this,'_maxTotalRetryTimeout',0x0),g(this,_0x3cc95f(0x387),void 0x0),g(this,_0x3cc95f(0x40b),void 0x0),_0x20e47f&&(this[_0x3cc95f(0x387)]=_0x20e47f,this[_0x3cc95f(0x40b)]=this['_resendTimer']['subscribe'](({reqId:_0x2f7c38,timeout:_0x4f0f4b})=>{const _0x550f49=_0x3cc95f;this[_0x550f49(0x341)](_0x2f7c38,_0x4f0f4b);}));}[_0x35bb4b(0x236)](_0xba7e5e){const _0x375d1e=_0x35bb4b;return this[_0x375d1e(0x424)]['push'](_0xba7e5e),this;}[_0x35bb4b(0x2dd)](_0x1d35ad){const _0x5a1bf0=_0x35bb4b;if(this[_0x5a1bf0(0x18a)](_0x1d35ad))return this[_0x5a1bf0(0x18e)](),this[_0x5a1bf0(0x19a)][_0x5a1bf0(0x303)](P,this['unitID'],this[_0x5a1bf0(0x435)],this[_0x5a1bf0(0x3a1)],this[_0x5a1bf0(0x424)],null,[_0x1d35ad],this[_0x5a1bf0(0x180)]);try{let _0xe121f6=this['_transformService'][_0x5a1bf0(0x3e4)]([_0x1d35ad],[this['_awaitingChangeset']],!0x1);if((0x0,e[_0x5a1bf0(0x365)])(_0xe121f6)){let {c1Prime:_0x109def,c2Prime:_0x41591a}=_0xe121f6,_0x2bed55=this[_0x5a1bf0(0x217)][_0x5a1bf0(0x36c)](_0x109def[0x0],this[_0x5a1bf0(0x424)]);if((0x0,e[_0x5a1bf0(0x3c3)])(_0x2bed55)){let {c1Prime:_0x38ef3a,m2Prime:_0xcabc61}=_0x2bed55;return this[_0x5a1bf0(0x443)](_0x38ef3a),_0x41591a[0x0]['baseRev']=this['_getCurrentRevision'](),this[_0x5a1bf0(0x18e)](),this[_0x5a1bf0(0x19a)][_0x5a1bf0(0x303)](ze,this['unitID'],this[_0x5a1bf0(0x435)],_0x41591a[0x0],_0xcabc61,this[_0x5a1bf0(0x180)],void 0x0);}throw _0x2bed55['error'];}throw _0xe121f6[_0x5a1bf0(0x23f)];}catch(_0x4a6659){return this[_0x5a1bf0(0x445)][_0x5a1bf0(0x23f)](_0x4a6659),this[_0x5a1bf0(0x198)](!0x1);}}[_0x35bb4b(0x2e2)](_0x11f7a4){const _0x4477c2=_0x35bb4b;this[_0x4477c2(0x18e)]();let _0x8c9fc3=this[_0x4477c2(0x1eb)]();if(_0x11f7a4[_0x4477c2(0x354)]<=_0x8c9fc3)return this;if(this[_0x4477c2(0x18a)](_0x11f7a4))return this['_injector'][_0x4477c2(0x303)](P,this['unitID'],this[_0x4477c2(0x435)],this[_0x4477c2(0x3a1)],this[_0x4477c2(0x424)],_0x11f7a4[_0x4477c2(0x354)],[],this[_0x4477c2(0x180)]);this[_0x4477c2(0x310)]();let _0x3b9849=this[_0x4477c2(0x19a)][_0x4477c2(0x303)](k,this[_0x4477c2(0x41a)],this['type'],this['_pendingMutations'],this[_0x4477c2(0x180)]);return _0x3b9849[_0x4477c2(0x398)](),_0x3b9849[_0x4477c2(0x297)](),_0x3b9849;}[_0x35bb4b(0x2b9)](_0x56ecf6){const _0x5ea359=_0x35bb4b;return this[_0x5ea359(0x198)](!!(_0x56ecf6!=null&&_0x56ecf6['isPermissionRej']));}[_0x35bb4b(0x22a)](_0x5af402){const _0x213e5f=_0x35bb4b;return this['_maxTotalRetryTimeout']>He?this[_0x213e5f(0x3da)]():(this[_0x213e5f(0x387)]=Ie(this[_0x213e5f(0x3c1)],{'timeout':this['_resendTimeout'],'reqId':_0x5af402[_0x213e5f(0x447)]}),this[_0x213e5f(0x40b)]=this[_0x213e5f(0x387)][_0x213e5f(0x29b)](({reqId:_0x111e0f,timeout:_0x5ed26b})=>{this['_resendWithTimeout'](_0x111e0f,_0x5ed26b);}),this);}[_0x35bb4b(0x3da)](){const _0x5b3956=_0x35bb4b;return this[_0x5b3956(0x18e)](),this[_0x5b3956(0x19a)][_0x5b3956(0x303)](N,this[_0x5b3956(0x41a)],this[_0x5b3956(0x435)],this[_0x5b3956(0x3a1)],this[_0x5b3956(0x424)],this[_0x5b3956(0x180)]);}[_0x35bb4b(0x3cb)](){return this;}['resend'](){const _0x2df53c=_0x35bb4b;this[_0x2df53c(0x180)][_0x2df53c(0x36e)](this[_0x2df53c(0x3a1)]);}['_onConflict'](_0x9f05c0){const _0x1cee5e=_0x35bb4b;return this[_0x1cee5e(0x18e)](),this[_0x1cee5e(0x19a)][_0x1cee5e(0x303)](M,this['unitID'],this['type'],null,this['_pendingMutations'],this[_0x1cee5e(0x180)],_0x9f05c0);}['_resendWithTimeout'](_0x389e5c,_0x4bcf01){const _0x4f0584=_0x35bb4b;var _0x4f7dca;_0x389e5c===((_0x4f7dca=this[_0x4f0584(0x3a1)])==null?void 0x0:_0x4f7dca[_0x4f0584(0x447)])&&(this[_0x4f0584(0x24e)](),this[_0x4f0584(0x3c1)]=_0x4bcf01===0x0?0x3e8:Math['min'](_0x4bcf01*0x2,Ve),this[_0x4f0584(0x3c2)]+=this['_resendTimeout']);}[_0x35bb4b(0x18e)](){const _0x52b708=_0x35bb4b;var _0xe3b492;(_0xe3b492=this[_0x52b708(0x40b)])==null||_0xe3b492[_0x52b708(0x182)](),this[_0x52b708(0x3c1)]=0x0,this[_0x52b708(0x3c2)]=0x0;}};j=ze=y([v(0x6,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x413)])),v(0x7,(0x0,t[_0x35bb4b(0x48e)])(e['RevisionService'])),v(0x8,t[_0x35bb4b(0x224)]),v(0x9,t['ILogService']),v(0xa,e[_0x35bb4b(0x41f)]),v(0xb,t['IUndoRedoService']),v(0xc,(0x0,t[_0x35bb4b(0x1a4)])(S))],j);let M=class extends D{constructor(_0x5e0285,_0xe5467d,_0x40a52e,_0x3863af,_0x489a6b,_0x10dc26=!0x1,_0x3d5231,_0x4d32b0,_0x15db72,_0x1d95c2,_0x4ca6c7,_0x302da0,_0x277eeb){const _0x44f890=_0x35bb4b;super(_0x5e0285,_0xe5467d,_0x40a52e,_0x3863af,_0x489a6b,_0x4d32b0,_0x15db72,_0x1d95c2,_0x277eeb),this[_0x44f890(0x343)]=_0x10dc26,this[_0x44f890(0x1b8)]=_0x3d5231,this[_0x44f890(0x36b)]=_0x4ca6c7,this[_0x44f890(0x1da)]=_0x302da0,this['localCacheService']=_0x277eeb,g(this,_0x44f890(0x16d),'conflict'),this[_0x44f890(0x315)](),this[_0x44f890(0x2a9)](),this[_0x44f890(0x446)]();}[_0x35bb4b(0x236)](){return this;}[_0x35bb4b(0x2dd)](){return this;}['onRemoteAck'](){return this;}[_0x35bb4b(0x2b9)](){return this;}['onRemoteRetry'](){return this;}[_0x35bb4b(0x3da)](){return this;}[_0x35bb4b(0x3cb)](){return this;}[_0x35bb4b(0x24e)](){const _0xd73fcc=_0x35bb4b;throw Error(_0xd73fcc(0x464));}[_0x35bb4b(0x2a9)](){const _0x2732bc=_0x35bb4b;var _0x3ae29d,_0x181d8b,_0x59bfe3;(_0x3ae29d=this['_localCacheService'])==null||(_0x181d8b=_0x3ae29d[_0x2732bc(0x38b)])==null||(_0x181d8b=_0x181d8b[_0x2732bc(0x33e)](_0x3ae29d,this[_0x2732bc(0x41a)],_0x2732bc(0x2a2)))==null||_0x181d8b[_0x2732bc(0x251)](()=>void 0x0),(_0x59bfe3=this[_0x2732bc(0x1d3)])==null||_0x59bfe3[_0x2732bc(0x41d)](this[_0x2732bc(0x41a)],this[_0x2732bc(0x435)],null,[]);}[_0x35bb4b(0x315)](){const _0xd41275=_0x35bb4b;this['_isPermissionRej']?this[_0xd41275(0x1da)][_0xd41275(0x328)]({'id':_0xd41275(0x2b1)}):this[_0xd41275(0x1da)][_0xd41275(0x328)]({'id':_0xd41275(0x349)});}[_0x35bb4b(0x446)](){const _0x207fd1=_0x35bb4b;this[_0x207fd1(0x1b8)]['updatePermissionPoint'](new r['WorkbookEditablePermission'](this['unitID'])['id'],!0x1);}};M=y([v(0x6,(0x0,t['Inject'])(t[_0x35bb4b(0x1fa)])),v(0x7,t[_0x35bb4b(0x224)]),v(0x8,t[_0x35bb4b(0x3c9)]),v(0x9,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x46e)])),v(0xa,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x30a)])),v(0xb,(0x0,t[_0x35bb4b(0x48e)])(_)),v(0xc,(0x0,t[_0x35bb4b(0x1a4)])(S))],M);let N=class extends D{constructor(_0x145786,_0xf3c9ab,_0x5c10f1,_0xf6c388,_0xfd2eca,_0x209c4c,_0xf5b069,_0x2763da,_0x350871,_0xe76b97){const _0x15aea5=_0x35bb4b;super(_0x145786,_0xf3c9ab,_0x5c10f1,_0xf6c388,_0xfd2eca,_0x2763da,_0x350871,_0xf5b069,_0xe76b97),this[_0x15aea5(0x19a)]=_0x209c4c,g(this,_0x15aea5(0x16d),_0x15aea5(0x3b7));}[_0x35bb4b(0x236)](_0x443762){const _0x250f8b=_0x35bb4b;return this[_0x250f8b(0x424)][_0x250f8b(0x35d)](_0x443762),this[_0x250f8b(0x297)](),this;}[_0x35bb4b(0x2dd)](_0x60a48d){const _0x581181=_0x35bb4b;throw Error(_0x581181(0x34b));}[_0x35bb4b(0x2e2)](){const _0x17144b=_0x35bb4b;throw Error(_0x17144b(0x34d));}['onRemoteRej'](){const _0x8aea40=_0x35bb4b;throw Error(_0x8aea40(0x189));}['onRemoteRetry'](){return this;}[_0x35bb4b(0x3da)](){return this;}[_0x35bb4b(0x3cb)](){const _0x426d87=_0x35bb4b;let {_injector:_0xc6da64,_pendingMutations:_0x591ab5,_awaitingChangeset:_0x2d64f3,unitID:_0x26e61a,_handler:_0x4f19a6,type:_0x2b41e9}=this,_0x3f5d91=Ue(_0xc6da64,_0x26e61a,_0x2b41e9,_0x2d64f3,_0x591ab5,_0x4f19a6);return _0x3f5d91 instanceof k?_0x3f5d91[_0x426d87(0x398)]():(_0x3f5d91 instanceof j||_0x3f5d91 instanceof A)&&_0x3f5d91[_0x426d87(0x24e)](),_0x3f5d91;}['resend'](){const _0x4c0cb3=_0x35bb4b;throw Error(_0x4c0cb3(0x2b4));}};N=y([v(0x5,(0x0,t[_0x35bb4b(0x48e)])(t['Injector'])),v(0x6,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x46e)])),v(0x7,t[_0x35bb4b(0x224)]),v(0x8,t[_0x35bb4b(0x3c9)]),v(0x9,(0x0,t[_0x35bb4b(0x1a4)])(S))],N);function _0x38a3(){const _0x3d6c83=['_removeRoom','liveShareNewHost','_onRemoteACK','[DocCollaborationEntity]:\x20DocStateChangeManagerService\x20is\x20required.\x20Register\x20UniverDocsPlugin\x20before\x20collaboration.','changesets','[CollaborationAttachmentIoService]:\x20unitId\x20is\x20not\x20found.','set','_substituteRedoStack','workbook','status$','_getSendChangesetTimeout','&to=','selections','getCollabEntity','[CollaborationSessionService]','entityInit$','socketMessageSubscription','offline','asObservable','getValue','_docStateChangeManagerService','result','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','delete','params','_joinRoom','headers','_resendTimeout','_maxTotalRetryTimeout','isTransformMutationsWithChangesetSuccess','HEARTBEAT','save\x20fail\x20reason\x20is\x20','function','unit-cache-','_collaborationPaused','IUndoRedoService','baseRev','toggleOnline','_getUploadFileURL','PSEUDO_FETCH_MISSING_RESULT','JOINING','closeSession','_getConfig','_applyRemoteChangeset','add','_type','POST','_config','_transformIMECache','_replaceFileID','HEARTBEAT_TIMEOUT_KEY','randomBytes','toggleOffline','stringify','FETCH_MISSING','editing\x20status\x20changed\x20to','c2Prime','slice','close$','_getCtorByUniverInstanceType','/universer-api/stream/file/upload','responseType','transformChangesets','Workbook','awaitingChangeset','_hasSessionsForEndpoint','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','_handleRemoteChangesets','SOCKET_FAILED_RETRY','connection\x20error','_configService','resourceIDs','onTransformSelections','_shouldReportTelemetry','NEW_CHANGESETS','SHOULD_CLOSE_CONN','loadOfflineData','_decreaseWaiting','file','leaveEvent','merge','ISingleActiveUnitService','getMemberID','_exhaustRemoteChangesetQueue','socket$','collaboration_new_changeset','OFFLINE','_sessionStatus$','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','cmd','getDeserializedSheetBlock','UNISCRIPT_RUN','toPrimitive','loadUnit','getSnapshotAPIPath','UnitEmbedded','UniverLicensePlugin','URL','[UniverCollaborationClientPlugin]:\x20you\x20must\x20provide\x20a\x20socketService\x20implementation\x20in\x20config!','_snapshotServerService','onTransformIME','_sender','_change$','getSheetBlock','disableLocalCache','1.0.0-alpha.3','localeService','isTransformMutationsWithChangesetFailure','2943588bUswzV','Injector','CollaborationEntity','resolve','sessionStatus','_initDependencies','updateCursorEvent','USERS_LEAVE','unitID','addImageSourceCache','roles','updateOfflineData','_stopTelemetryCollaborationNewChangeset','ITransformService','SOCKET_FAILED','waitForRoom$','_onRemoteRetry','sort','_pendingMutations','GLOBAL_ROOMS_CNT_EXCEEDS','size','collaborators','LIVESHARE_OPERATION','AWAITING','reverse','ThresholdInterceptorFactory','upload','getGlobalObject','_undoRedoService','setCfgEnableObjInherit','_sessions','WorkbookEditablePermission','IAttachmentIoService','toStringTag','string','type','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','_userManagerService','default','_onOffline','_clearRetryConnectingTimer','_acknowledgedAwaitingRevision','[UniverCollaborationClientPlugin]','firstValueFrom','[CollaborationAttachmentIoService]:\x20failed\x20to\x20upload\x20attachment.','href','getActiveSheet','loadBoard','actions','_executeRemoteChangeset','CompressMutationService','_logService','_disableEditing','reqId','/collaborator','onStarting','eventID','objectID','_unitInfo$','_networkConditionService','UniverNetworkPlugin','ImageUploadStatusType','ws://127.0.0.1:8000/universer-api/comb/connect','registerHTTPInterceptor','/universer-api/authz','5603190wKqXgQ','SYNCED','_tryEnsureSocket','unknown','_transformRemoteChangesetByStateCache','_state','awaiting','[DataLoaderService]','encrypt','downloadEndpointUrl','then','filter','session.room-not-exists','textEncoder','getDrawingImageAllowSize','_commentService','/universer-api/snapshot','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','UNIVER_SLIDE','subUnitId','_unlockTransition','[CollaborationSessionService]:\x20socket\x20error','hasOwnProperty','_getAPIPrefixPath','HELLO','b64DecodeUnicode','entries','RevisionService','body','MentionIoHttpService','241533oeapOw','commentUpdateEvent','_onFetchMissResult','&source=','_sendingTimer','Disposable','fetchMiss','has','_socketService','SheetPermissionInitController','_syncEditingCollabCursor','pending','EmptyMutationInfo','CollaborationUIEventId','getLatestCsReqIdBySid','_initRequestHeader','pipe','[FetchingMissState]:\x20received\x20stale\x20ack\x20revision:\x20','fetchMissingChangesets','[FetchMissState]:\x20missing\x20changesets\x20response\x20still\x20has\x20revision\x20gaps.','columnGroups','_clearCollaborationTimeoutTimer','accept','unitId\x20is\x20not\x20found','FETCH_MISS','CollaborationAttachmentIoService','_onConnectionOpen','_members$','_throwTelemetryCollaborationNewChangeset','Inject','/-/object/list','ERROR_IMAGE','UniverCollaborationClientPlugin','includes','UUID','status','LOCAL_CACHE_INTERVAL','SessionStatus','_singleActiveUnitService','shareReplay','4TLVjHu','CollaborationSession','UPDATE_PERMISSION_OBJ','\x0aAfter:\x20','112BLfsBS','getTypeOfUnitDisposed$','Failed\x20to\x20update\x20permission\x20point','_event$','csAckEvent','getUploadOptions','objects','length','UNIVER_BASE','OTHER_CLIENT_EDITING','_handler','55100BaTWBO','unsubscribe','_getRedoStack','getCollabEntity$','compose','_cfgEnableObjInherit','append','BaseCollaborationEntity','[OfflineState]:\x20received\x20rejection.','_checkMissing','_getAPIPrefix','localCacheService','maxSize','_clearScheduledTask','ImageSourceType','mergeOverrideWithDependencies','text-x','_init','changeset','NO_OTHER_CLIENTS_EDITING','NOT_COLLAB','ICollaborationSocketService','\x20in\x20_schedule.','_onConflict','PERMISSION_REJ','_injector','initWorkbookPermissionChange','registerDependencies','_startCollaboration','_updateState','reconnect','/-/object/-/batch_allowed','_imageSourceCache','reject','sheets','Optional','code','FAIL','\x20to\x20','packageName','CommandType','_onRecvEvent','_lockTransition','candidateSocket','UNIVER_BOARD','FetchingMissState','IImageIoService','object','getUnitId','_createInitialState','location','CombCmd','JOIN','_transformAndApplyRemoteChangeset','HEARTBEAT_TIMEOUT','_permissionService','collaMsg','IUniverInstanceService','_clearTimeoutTimer','_clearUndo','[PendingState]:\x20unhandled\x20univer\x20type:\x20','url','getConfig','RemoveSlidePageMutation','UNIVER_COLLABORATION_CLIENT_PLUGIN','loadDoc','change$','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','/universer-api/snapshot/','take','replace','_getSignURL','HEARTBEAT_INTERVAL','_rescheduleHeartbeat','_eventService','toRemote','number','/block/','objectType','_remoteChangesetQueue','\x0aCurrent:\x20','c1Prime','_localCacheService','fromCollab','session','_clearRedo','ILogService','toLocal','startsWith','_collaborationUIEventService','getCurrentRevOfUnit','onMissedChangesetFetched','PendingState','routeKey','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','socketReady','retryCount','_tryReconnect','getTypeOfUnitAdded$','state$','target','_onCombEvent','__Key__','trim','_changesetSessionId','_submitChangeset','_getCurrentRevision','SUBMIT_CHANGESET_TIMEOUT','message$','[SyncedState]:\x20received\x20acknowledgement.','sessionStatus$','Quantity','_initUnitPermissionChange','SheetTransformSelectionsService','MentionType','_collaborationTimeoutTimer','&assign=','Unknown\x20type.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','complete','method','values','IPermissionService','OTHER_CLIENTS_EDITING','saveChangeset','listCollaborators','/universer-api/uniscript','MergeInterceptorFactory','timeoutTimer','CollaborationStatus','USERS_ENTER','uploadFileServerUrl','encodeURIComponent','_updateStatus','_onUserLeave','UNIVER_DOC','joinRsp','avatar','onLocalMutation','missingChangesets','onMissingChangesets','_toggleOffline','get','range','MemberService','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT_KEY','INGEST','Tools','getUnitOnRev','_compressMutationService','_snapshotService','_transformService','_acknowledgeAwaitingIfReady','defineProperty','_listenToNetworkCondition','resolveWithBasePath','_transformSelections','takeUntil','SUCCUSS','members$','onTransformRemoteChangesetByStateCache','override','createUniverCollaborationAdapter','online$','ICommandService','/unit/','UPDATE_CURSOR','fetching\x20missing\x20changesets\x20from\x20','originalMeta','loadBase','onRemoteRetry','_status$','_collaborationSessionService','concatMap','blockRanges','confirm','prototype','_onJoinRoomEvent','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','list','updateMember','CollaborationUIEventService','appendMutation','/universer-api/comb','MoveSlidePageMutation','requireSession','isArray','endpoint','ILocalCacheService','utf8ToBytes','addHandlerCallback','error','[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.','sendHeartbeatTimer','updatePermissionObjEvent','userID','error$','CHANGESET_REJ','capture','INetworkConditionService','onTransformRemoteChangesetByIMECache','ISocketService','send','[CollaborationSession]','FileSource','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','resend','IAuthzIoService','snapshotServerUrl','catch','DataLoaderService','init','from','copyFileMeta','_commandService','JOIN_ROOM_PERMISSION_DENIED','signUrlServerUrl','version','_univerInstanceService','_onLocalMutation','find','?url=','getInterceptPoints','CollaborationSocketService','onlyLocal','LIVESHARE_FETCH_OPERATIONS','getRoom','_onConnectionFailed','ICollaborationClientAdapterService','floor','onStateChange','startTime','transformUndoRedo','getCfgEnableObjInherit','loadUnitOfRevision','localUnitId','pluginName','3034296OvSLFZ','getImageSourceCache','setConfig','ERROR_EXCEED_SIZE','parse','/allowed','Rectangle','updatePermissionPoint','hostname','AwaitingState','now','src','objectActions','SnapshotServerOverHTTPService','saveSnapshot','People','SlideCollaborationEntity','Subject','univer-pro.collaboration-client.single-active-unit-service','isInternalEditorID','_clearHeartbeatTimer','COLLABORATION_ENDPOINT_INVALID','[CollaborationEntity]','refreshPermission','SheetsSelectionsService','DocStateChangeManagerService','DocCollaborationEntity','createCollaborator','_isEchoedAwaitingChangeset','_registerDependencies','liveShareOperation','RxDisposable','fetchThroughInterceptors','m2Prime','_transformStack','onMutationExecutedForCollab','next','_handlerCallback','CmdRspCode','_startTelemetryCollaborationNewChangeset','open$','batchAllowed','_updateLocalCache','_createInitialStateImpl','UNIVER_SHEET','generateRandomId','subscribe','decorate','DependentOn','[PendingState]:\x20received\x20rejection.','univer-pro.collaboration-client-socket-service','_doCreateSocket','_onUserJoin','conflict','/object/','_socketMessageSubscription','_scheduleCompleteTimestamp','isCompositionEnd','sequenceExecute','unitId','_clearLocalCache','memberID','_toggleOnline','retryConnectingTimer','cbc','AwaitingWithPendingState','base-ui.attachment-io.service','_scheduleCollaborationTimeoutTimer','PERMISSION_DENIED','_transitionLocked','_httpService','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','_onRemoteRejected','collabSubmitChangesetUrl','saveSheetBlock','serializeCombRequest','onRemoteRej','UserManagerService','patch','/rev/','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','_roomCreated$','sid','failed\x20to\x20apply\x20missed\x20changesets!','readyForCollab','_adapter','LOCAL_CACHE_INTERVAL_KEY','_commentUpdate$','_queuedRemoteChangesets','name','_resolveSessionIdentity','dispose','unit','getCurrentUser','getFocusedUnit','getWorkbookSelections','_roomMembers','getSheetId','getAllMembers','/universer-api/file/{fileID}/sign-url','268902cVTaIh','reduce','awaiting_with_pending','_sendHeartbeat','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','removeMember','Module','DEFAULT_REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','subject','forEach','_onRemoteChangeset','onRemoteChangeset','mutations','origin','close','newCsEvent','onRemoteAck','MSG_FOR_ERROR','loginUrlKey','CollaborationSessionService','CHANGESET_ACK','disposeWithMe','setShowComponents','CHANGESET_SHOULD_RETRY','apply','_waitCount','onTransformState','touchDependencies','encode','getMember','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_entityInit$','_initMergeInterceptor','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','AddSlidePageMutation','LIVESHARE_TERMINATE','synced','members','_identity','socket\x20open.','_sheetTransformSelectionsService','_upload','transformSelections','isPermissionRej','unitType','LIVESHARE_NEW_HOST','symbol','MUTATION','toDisposable','createInstance','pauseCollaboration','JOIN_ROOM_FULL','endsWith','AuthzIoHttpService','resolveUnit','_createSocket','LocaleService','_initCloseConn','_instanceService','map','putCollaborators','_replayCachedMutations','_incrementRevisionNumber','_telemetryInfo','indexOf','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','loadSlide','_showConflictNotification','dispose$','x-univer-host','collaboratorID','OPTIONAL','title','session.room-full','/object','_getDownloadEndpointURL','iterator','REMOTE_UNISCRIPT_EXECUTION_ENDPOINT','_entities','_getSocketChannel','clear','COLLABORATION_CHANGESET_TRANSLATION_REQUIRED','@univerjs-pro/collaboration-client','collaboration-client.auth.needGotoLoginAlert','5447596EqhpUr','onload','emitEvent','equals','JSONX','DRAWING_IMAGE_ALLOW_IMAGE_LIST','_substituteUndoStack','duration','_transformStateCache','[AuthServerService]:\x20you\x20should\x20provide\x20authentication\x20info\x20on\x20Node.js.','LEAVE','_getUndoStack','?size=','getCurrentSelections','focused$','_createHandler','collaboration-client.config','getTime','HTTPService','_transformRemoteChangesetByIMECache','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','/new_changes','executeCommand','requestParams','call','COMPRESS_MUTATION_APPLY','IConfigService','_resendWithTimeout','SetSelectionsOperation','_isPermissionRej','JOIN_ROOM_FAILED','ReplaySubject','withCredentials','rev','_sessionChannels','CONFLICT','_collabSessionService','[OfflineState]:\x20received\x20changeset.','onCommentUpdate','[OfflineState]:\x20received\x20acknowledgement.','_revisionService','put','every','toString','getUnit','enableAuthServer','revision','cfgEnableObjInherit','stopTime','parseProtocolChangeset','/role','AttachmentSourceType','SNAPSHOT_URL_KEY','FileId','event$','push','deepClone','createIdentifier','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','action','_memberService','getUnitType','_onMessage','isTransformChangesetsSuccess','_acknowledgeAwaiting','\x20-\x20','_socketChannels','_waitForHeartbeatResponse','data','_localeService','transformMutationsWithChangeset','SUBMIT_CHANGESET','onSendChangeset','UniverInstanceType','OfflineState','ErrorCode','deleteCollaborator','onSyncEditingCollabCursor','Error\x20on\x20receiving\x20event','collaboration-client.local-cache-service','_pendingSessions','EnsureSlideMasterPageMutation','post','getOwnPropertyDescriptor','_socket','_HTTPService','IDLE','mapDocumentTypeToUniverInstanceType','_getLoginPath','listRoles','Plugin','_telemetryService','[CollaborationUndoRedoService]','CollaborationEvent','delay','DEFAULT_FILE_NAME','parseChangesetToProtocol','_resendTimer','RECV','setWaitCount','CommentService','backupOfflineData','BASE64','endpointKey','_emitMembers','_unitLoaded$','debug','{fileID}','_changesetReqId','_state$','CLOSE_ROOM','JOIN_ROOM_NOT_EXISTS','some','unitLoaded$','_schedule','interceptor','COMPRESS_MUTATION_SEND','PENDING','min','textRanges','state','[FetchMissState]','_members','_awaitingChangeset','_fetchMissChangesets','BehaviorSubject','_createSession','ERROR_IMAGE_TYPE'];_0x38a3=function(){return _0x3d6c83;};return _0x38a3();}let P=class extends D{constructor(_0x492a7d,_0x43666e,_0x2185ad,_0x30d764,_0x1192b6,_0x45b85,_0x53263f,_0x1b2a12,_0x4c6bd1,_0x353e93,_0x5097f2,_0x206d0d,_0x94c176,_0x52c868){const _0x405eb8=_0x35bb4b;super(_0x492a7d,_0x43666e,_0x2185ad,_0x30d764,_0x53263f,_0x5097f2,_0x206d0d,_0x4c6bd1,_0x52c868),this[_0x405eb8(0x43b)]=_0x1192b6,this['_queuedRemoteChangesets']=_0x45b85,this['_injector']=_0x1b2a12,this['_logService']=_0x353e93,this[_0x405eb8(0x217)]=_0x94c176,this[_0x405eb8(0x18c)]=_0x52c868,g(this,_0x405eb8(0x16d),'fetch_missing');}[_0x35bb4b(0x1dc)](_0x272918){const _0x34ff93=_0x35bb4b;try{if(this['_handleRemoteChangesets'](_0x272918)[_0x34ff93(0x20b)])throw Error(_0x34ff93(0x484));if(this[_0x34ff93(0x3e9)]([...this[_0x34ff93(0x2c6)]][_0x34ff93(0x423)]((_0x36a067,_0x1e1fdc)=>_0x36a067[_0x34ff93(0x354)]-_0x1e1fdc['revision']))['missingChangesets'])return this[_0x34ff93(0x2c6)]=[],this['_updateLocalCache'](),this['_handler'][_0x34ff93(0x20c)]({'from':this[_0x34ff93(0x1eb)](),'to':0x0}),this;let _0x1dc2bb=this[_0x34ff93(0x3a1)],_0x8e78a8=this['_pendingMutations'],_0x383146;if(_0x1dc2bb&&_0x8e78a8[_0x34ff93(0x17d)]!==0x0)_0x383146=this[_0x34ff93(0x19a)][_0x34ff93(0x303)](j,this[_0x34ff93(0x41a)],this[_0x34ff93(0x435)],_0x1dc2bb,_0x8e78a8,this[_0x34ff93(0x180)],void 0x0);else{if(_0x1dc2bb&&_0x8e78a8[_0x34ff93(0x17d)]===0x0)_0x1dc2bb[_0x34ff93(0x3ca)]=this[_0x34ff93(0x1eb)](),_0x383146=this[_0x34ff93(0x19a)]['createInstance'](A,this['unitID'],this[_0x34ff93(0x435)],_0x1dc2bb,this[_0x34ff93(0x180)]);else{if(_0x8e78a8[_0x34ff93(0x17d)]!==0x0){let _0x1587e5=this['_injector']['createInstance'](k,this[_0x34ff93(0x41a)],this['type'],_0x8e78a8,this['_handler']);_0x1587e5[_0x34ff93(0x398)](),_0x383146=_0x1587e5;}else _0x383146=this[_0x34ff93(0x19a)][_0x34ff93(0x303)](O,this['unitID'],this['type'],this['_handler']);}}return _0x383146['_updateLocalCache'](),_0x383146;}catch(_0x4cf8f8){return this[_0x34ff93(0x445)]['error'](_0x34ff93(0x39f),_0x34ff93(0x2c1),_0x4cf8f8),this[_0x34ff93(0x19a)]['createInstance'](M,this[_0x34ff93(0x41a)],this[_0x34ff93(0x435)],this[_0x34ff93(0x3a1)],this[_0x34ff93(0x424)],this[_0x34ff93(0x180)],!0x1);}}['_handleRemoteChangesets'](_0x1888b5){const _0x465828=_0x35bb4b;this[_0x465828(0x218)]();for(let _0x228df7=0x0;_0x228df7<_0x1888b5[_0x465828(0x17d)];_0x228df7++){let _0x2f620e=_0x1888b5[_0x228df7],_0x3dfea8=this[_0x465828(0x1eb)]();if(!(_0x2f620e[_0x465828(0x354)]<=_0x3dfea8)){if(_0x2f620e[_0x465828(0x354)]>_0x3dfea8+0x1)return{'missingChangesets':!0x0};if(this[_0x465828(0x289)](_0x2f620e)){this['_acknowledgeAwaiting']();continue;}this['_transformAndApplyRemoteChangeset'](_0x2f620e),this['_acknowledgeAwaitingIfReady']();}}return{'missingChangesets':!0x1};}[_0x35bb4b(0x1b6)](_0x235d52){const _0x4cd085=_0x35bb4b;let _0x59ac62=_0x235d52,_0x386535=this[_0x4cd085(0x3a1)];if(_0x386535){let _0x47c526=this[_0x4cd085(0x217)][_0x4cd085(0x3e4)]([_0x235d52],[_0x386535],!0x1);if(!(0x0,e[_0x4cd085(0x365)])(_0x47c526))throw _0x47c526[_0x4cd085(0x23f)];_0x59ac62=_0x47c526[_0x4cd085(0x1d2)][0x0],_0x386535=_0x47c526[_0x4cd085(0x3de)][0x0];}let _0x3500ff=this[_0x4cd085(0x424)];if(_0x3500ff[_0x4cd085(0x17d)]){let _0x491a9a=this[_0x4cd085(0x217)][_0x4cd085(0x36c)](_0x59ac62,_0x3500ff);if(!(0x0,e[_0x4cd085(0x3c3)])(_0x491a9a))throw _0x491a9a[_0x4cd085(0x23f)];_0x59ac62=_0x491a9a['c1Prime'],_0x3500ff=_0x491a9a[_0x4cd085(0x28e)];}this[_0x4cd085(0x443)](_0x59ac62),_0x386535&&(_0x386535[_0x4cd085(0x3ca)]=this[_0x4cd085(0x1eb)]()),this[_0x4cd085(0x3a1)]=_0x386535,this[_0x4cd085(0x424)]=_0x3500ff;}[_0x35bb4b(0x218)](){const _0x2941f7=_0x35bb4b;if(!this[_0x2941f7(0x3a1)]||this[_0x2941f7(0x43b)]==null)return;let _0x2b5db1=this[_0x2941f7(0x1eb)]();if(this['_acknowledgedAwaitingRevision']<=_0x2b5db1)throw Error(_0x2941f7(0x482)+this['_acknowledgedAwaitingRevision']+'.');this[_0x2941f7(0x43b)]===_0x2b5db1+0x1&&this[_0x2941f7(0x366)]();}['_acknowledgeAwaiting'](){const _0x3a433a=_0x35bb4b;this[_0x3a433a(0x310)](),this[_0x3a433a(0x3a1)]=null,this[_0x3a433a(0x43b)]=null;}['_isEchoedAwaitingChangeset'](_0x4e2d70){const _0x5b0f24=_0x35bb4b;let _0x198f00=this['_awaitingChangeset'];return!_0x198f00||!_0x198f00[_0x5b0f24(0x2c0)]||_0x198f00[_0x5b0f24(0x447)]===null||_0x198f00[_0x5b0f24(0x447)]===void 0x0?!0x1:_0x4e2d70[_0x5b0f24(0x41a)]===_0x198f00[_0x5b0f24(0x41a)]&&_0x4e2d70[_0x5b0f24(0x2c0)]===_0x198f00['sid']&&_0x4e2d70[_0x5b0f24(0x447)]===_0x198f00[_0x5b0f24(0x447)];}['resend'](){const _0x2ec745=_0x35bb4b;throw Error(_0x2ec745(0x3fe));}[_0x35bb4b(0x236)](_0x3c1d17){const _0x4690d2=_0x35bb4b;return this[_0x4690d2(0x424)][_0x4690d2(0x35d)](_0x3c1d17),this;}[_0x35bb4b(0x2dd)](_0x47c633){const _0x5b9db4=_0x35bb4b;return this[_0x5b9db4(0x2c6)][_0x5b9db4(0x35d)](_0x47c633),this;}['onRemoteAck'](_0x9b8888){const _0x522e21=_0x35bb4b;if(this[_0x522e21(0x3a1)]){let _0x49b7d6=this[_0x522e21(0x1eb)]();return _0x9b8888[_0x522e21(0x354)]<=_0x49b7d6||(_0x49b7d6+0x1===_0x9b8888[_0x522e21(0x354)]?(this['_incrementRevisionNumber'](),this[_0x522e21(0x3a1)]=null,this[_0x522e21(0x43b)]=null):this[_0x522e21(0x43b)]=_0x9b8888['revision']),this;}if(_0x9b8888['revision']<=this[_0x522e21(0x1eb)]())return this;throw Error(_0x522e21(0x3bc));}['onRemoteRej'](_0x1ff9cb){const _0x132c2d=_0x35bb4b;return this[_0x132c2d(0x198)](!!(_0x1ff9cb!=null&&_0x1ff9cb[_0x132c2d(0x2fd)]));}[_0x35bb4b(0x22a)](){return this;}[_0x35bb4b(0x3da)](){const _0x56b949=_0x35bb4b;return this[_0x56b949(0x19a)][_0x56b949(0x303)](N,this['unitID'],this[_0x56b949(0x435)],this['_awaitingChangeset'],this['_pendingMutations'],this[_0x56b949(0x180)]);}['toggleOnline'](){return this;}['_onConflict'](_0x38a454){const _0x4e6ac9=_0x35bb4b;return this[_0x4e6ac9(0x19a)][_0x4e6ac9(0x303)](M,this['unitID'],this[_0x4e6ac9(0x435)],this[_0x4e6ac9(0x3a1)],this[_0x4e6ac9(0x424)],this[_0x4e6ac9(0x180)],_0x38a454);}};P=y([v(0x7,(0x0,t[_0x35bb4b(0x48e)])(t['Injector'])),v(0x8,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x46e)])),v(0x9,t[_0x35bb4b(0x1d7)]),v(0xa,t[_0x35bb4b(0x224)]),v(0xb,t['IUndoRedoService']),v(0xc,e['ITransformService']),v(0xd,(0x0,t[_0x35bb4b(0x1a4)])(S))],P);function Ue(_0x4a7236,_0x54f981,_0x3088ae,_0x3e4c9b,_0x2d0065,_0x51761d){const _0x440e93=_0x35bb4b;return _0x3e4c9b&&_0x2d0065[_0x440e93(0x17d)]?_0x4a7236[_0x440e93(0x303)](j,_0x54f981,_0x3088ae,_0x3e4c9b,_0x2d0065,_0x51761d,void 0x0):_0x3e4c9b?_0x4a7236[_0x440e93(0x303)](A,_0x54f981,_0x3088ae,_0x3e4c9b,_0x51761d):_0x2d0065[_0x440e93(0x17d)]?_0x4a7236[_0x440e93(0x303)](k,_0x54f981,_0x3088ae,_0x2d0065,_0x51761d):_0x4a7236[_0x440e93(0x303)](O,_0x54f981,_0x3088ae,_0x51761d);}let F=class extends t['RxDisposable']{get['state'](){const _0x1e924a=_0x35bb4b;return this[_0x1e924a(0x458)];}constructor(_0x27026f,_0x45679a,_0x243b61,_0x5bc8c1,_0x5a10df,_0x210b3e,_0x1f0a50,_0x2e2a97,_0x2322f8,_0x45188b,_0x239644,_0x4f07ae,_0x551745,_0xc8a5a9){const _0x2d2695=_0x35bb4b;super(),this[_0x2d2695(0x41a)]=_0x27026f,this[_0x2d2695(0x1d5)]=_0x45679a,this[_0x2d2695(0x3d3)]=_0x243b61,this['_injector']=_0x5bc8c1,this[_0x2d2695(0x215)]=_0x5a10df,this[_0x2d2695(0x36b)]=_0x210b3e,this[_0x2d2695(0x34e)]=_0x1f0a50,this[_0x2d2695(0x1cb)]=_0x2e2a97,this[_0x2d2695(0x25a)]=_0x2322f8,this[_0x2d2695(0x445)]=_0x45188b,this[_0x2d2695(0x256)]=_0x239644,this[_0x2d2695(0x1b8)]=_0x4f07ae,this[_0x2d2695(0x170)]=_0x551745,this[_0x2d2695(0x1d3)]=_0xc8a5a9,g(this,'_state$',new i[(_0x2d2695(0x3a3))](null)),g(this,'state$',this[_0x2d2695(0x393)]['asObservable']()),g(this,_0x2d2695(0x458),void 0x0),g(this,_0x2d2695(0x3c8),!0x1),g(this,_0x2d2695(0x1e9),''),g(this,_0x2d2695(0x392),0x0),g(this,_0x2d2695(0x3af),this[_0x2d2695(0x1e4)][_0x2d2695(0x481)]((0x0,i[_0x2d2695(0x30d)])(_0x3812fa=>_0x3812fa?_0x3812fa[_0x2d2695(0x16d)]:'offline'),(0x0,i[_0x2d2695(0x171)])({'bufferSize':0x1,'refCount':!0x0}))),g(this,_0x2d2695(0x2b2),!0x1),g(this,_0x2d2695(0x1d0),[]);}async[_0x35bb4b(0x253)](){const _0x1f5750=_0x35bb4b;if(this[_0x1f5750(0x39e)])throw Error(_0x1f5750(0x33a));await this[_0x1f5750(0x192)]();}[_0x35bb4b(0x304)](){const _0x377456=_0x35bb4b;return this[_0x377456(0x3c8)]=!0x0,(0x0,t[_0x377456(0x302)])(()=>{const _0x4ea034=_0x377456;this['_collaborationPaused']=!0x1,this[_0x4ea034(0x3f9)]();});}[_0x35bb4b(0x20a)](_0x543b2d){const _0x5a6c1b=_0x35bb4b;this[_0x5a6c1b(0x25b)](_0x543b2d);}['_updateState'](_0x41709c){const _0x4281c0=_0x35bb4b;this['_state']=_0x41709c,this[_0x4281c0(0x393)][_0x4281c0(0x291)](_0x41709c);}async[_0x35bb4b(0x192)](){const _0x262dad=_0x35bb4b;if(this[_0x262dad(0x19e)](await this[_0x262dad(0x1b2)]()),this['_singleActiveUnitService']){var _0x2c451b;(_0x2c451b=this[_0x262dad(0x170)])==null||_0x2c451b['editingUnit'](this['unitID']),this[_0x262dad(0x2e7)](this['_singleActiveUnitService']['getUnitStatus$'](this[_0x262dad(0x41a)])[_0x262dad(0x29b)](_0x32dd64=>{const _0x3d1958=_0x262dad;this['_logService']['debug'](_0x3d1958(0x283),_0x3d1958(0x3dd),_0x32dd64),_0x32dd64===0x1?(this[_0x3d1958(0x1cb)][_0x3d1958(0x328)]({'id':_0x3d1958(0x17f)}),this[_0x3d1958(0x1b8)]['updatePermissionPoint'](new r['WorkbookEditablePermission'](this[_0x3d1958(0x41a)])['id'],!0x1),this[_0x3d1958(0x1b8)][_0x3d1958(0x2e8)](!0x1)):(this[_0x3d1958(0x1b8)][_0x3d1958(0x274)](new r[(_0x3d1958(0x431))](this[_0x3d1958(0x41a)])['id'],!0x0),this['_permissionService'][_0x3d1958(0x2e8)](!0x0));}));}let _0x30018e=!0x1;return this[_0x262dad(0x2e7)](this['session'][_0x262dad(0x1ef)]['subscribe'](_0x4184d4=>{const _0x10368a=_0x262dad;_0x4184d4===0x3?this[_0x10368a(0x2ab)](_0x30018e):_0x4184d4===0x2&&(_0x30018e=!0x0,this[_0x10368a(0x20d)]());})),this['disposeWithMe'](this[_0x262dad(0x1d5)][_0x262dad(0x35c)][_0x262dad(0x29b)](_0x2c8683=>{const _0x4a472c=_0x262dad;try{switch(_0x2c8683[_0x4a472c(0x44a)]){case e['CollaborationEvent'][_0x4a472c(0x3f0)]:this[_0x4a472c(0x2dc)]((0x0,e['parseProtocolChangeset'])(_0x2c8683['data']));break;case e[_0x4a472c(0x383)][_0x4a472c(0x2e6)]:this[_0x4a472c(0x3a8)](_0x2c8683[_0x4a472c(0x36a)]);break;case e[_0x4a472c(0x383)][_0x4a472c(0x245)]:this[_0x4a472c(0x2b5)]();break;case e[_0x4a472c(0x383)]['CHANGESET_SHOULD_RETRY']:this[_0x4a472c(0x422)](_0x2c8683['data']);break;case e[_0x4a472c(0x383)]['PSEUDO_FETCH_MISSING_RESULT']:this[_0x4a472c(0x473)](_0x2c8683[_0x4a472c(0x36a)][_0x4a472c(0x3aa)]['map'](_0x64cc84=>(0x0,e[_0x4a472c(0x357)])(_0x64cc84)));break;case e['CollaborationEvent'][_0x4a472c(0x199)]:this['_onRemoteRejected']({'isPermissionRej':!0x0});break;case e[_0x4a472c(0x383)][_0x4a472c(0x401)]:break;}}catch(_0x19a455){throw console['error'](_0x4a472c(0x374),_0x19a455),_0x19a455;}})),this[_0x262dad(0x458)];}[_0x35bb4b(0x467)](){const _0xae4d6d=_0x35bb4b;this[_0xae4d6d(0x2b2)]=!0x1;}[_0x35bb4b(0x1ab)](){const _0x46892e=_0x35bb4b;if(this['_transitionLocked'])throw Error(_0x46892e(0x240));this[_0x46892e(0x2b2)]=!0x0;}[_0x35bb4b(0x25b)](_0x29bd82){const _0x19c3b0=_0x35bb4b;this['_lockTransition'](),this[_0x19c3b0(0x19e)](this[_0x19c3b0(0x458)]['appendMutation'](_0x29bd82)),this[_0x19c3b0(0x467)]();}[_0x35bb4b(0x2dc)](_0x476088){const _0x45a258=_0x35bb4b;if(!(_0x476088[_0x45a258(0x354)]<=this['_revisionService'][_0x45a258(0x1db)](this[_0x45a258(0x41a)]))){if(this[_0x45a258(0x3c8)]){this[_0x45a258(0x1d0)]['push'](_0x476088);return;}this[_0x45a258(0x3d1)](_0x476088);}}['_exhaustRemoteChangesetQueue'](){const _0x2bcd7c=_0x35bb4b;this['_remoteChangesetQueue'][_0x2bcd7c(0x2db)](_0x2cd52f=>this[_0x2bcd7c(0x3d1)](_0x2cd52f)),this[_0x2bcd7c(0x1d0)]=[];}[_0x35bb4b(0x3d1)](_0xafd614){const _0x2f8e98=_0x35bb4b;let _0x11c500=this[_0x2f8e98(0x215)][_0x2f8e98(0x399)][_0x2f8e98(0x28d)](this[_0x2f8e98(0x215)]['interceptor'][_0x2f8e98(0x25e)]()[_0x2f8e98(0x33f)])(_0xafd614[_0x2f8e98(0x2de)],null)||_0xafd614[_0x2f8e98(0x2de)],_0x1a598e={..._0xafd614,'mutations':_0x11c500};this['_lockTransition'](),this[_0x2f8e98(0x19e)](this[_0x2f8e98(0x458)][_0x2f8e98(0x2dd)](_0x1a598e)),this[_0x2f8e98(0x467)]();}['_onRemoteACK'](_0x15341f){const _0x39ff97=_0x35bb4b;this[_0x39ff97(0x1ab)](),this['_updateState'](this['_state']['onRemoteAck'](_0x15341f)),this[_0x39ff97(0x467)]();}[_0x35bb4b(0x2b5)](_0xdb7e13){const _0x2ff8a2=_0x35bb4b;this[_0x2ff8a2(0x1ab)](),this[_0x2ff8a2(0x19e)](this[_0x2ff8a2(0x458)][_0x2ff8a2(0x2b9)](_0xdb7e13)),this[_0x2ff8a2(0x467)]();}[_0x35bb4b(0x422)](_0x186277){const _0x226e49=_0x35bb4b;this['_lockTransition'](),this[_0x226e49(0x19e)](this[_0x226e49(0x458)][_0x226e49(0x22a)](_0x186277)),this[_0x226e49(0x467)]();}['_onFetchMissResult'](_0x4566e4){const _0x4932f7=_0x35bb4b;if(!(this[_0x4932f7(0x458)]instanceof P))throw TypeError(_0x4932f7(0x436));let _0x40f4c2=_0x4566e4[_0x4932f7(0x30d)](_0x556006=>{const _0x509827=_0x4932f7;let _0x34e8f4=this['_compressMutationService'][_0x509827(0x399)][_0x509827(0x28d)](this[_0x509827(0x215)][_0x509827(0x399)]['getInterceptPoints']()[_0x509827(0x33f)])(_0x556006['mutations'],null)||_0x556006[_0x509827(0x2de)];return{..._0x556006,'mutations':_0x34e8f4};});this[_0x4932f7(0x1ab)](),this[_0x4932f7(0x19e)](this[_0x4932f7(0x458)][_0x4932f7(0x1dc)](_0x40f4c2)),this[_0x4932f7(0x467)]();}[_0x35bb4b(0x20d)](){const _0x2c82f0=_0x35bb4b;this['_lockTransition'](),this[_0x2c82f0(0x19e)](this[_0x2c82f0(0x458)][_0x2c82f0(0x3da)]()),this['_unlockTransition']();}['_toggleOnline'](_0x3b406b=!0x1){const _0x7a2141=_0x35bb4b;this[_0x7a2141(0x1ab)](),this[_0x7a2141(0x19e)](this[_0x7a2141(0x458)][_0x7a2141(0x3cb)]()),this[_0x7a2141(0x467)]();let _0x4bd7eb=this[_0x7a2141(0x458)];_0x3b406b&&_0x4bd7eb instanceof O&&(this[_0x7a2141(0x1ab)](),this[_0x7a2141(0x19e)](_0x4bd7eb['fetchMiss']()),this[_0x7a2141(0x467)]());}async[_0x35bb4b(0x1b2)](){return new Promise(_0x79dd9d=>{const _0x15c9a0=_0x5a3b;this[_0x15c9a0(0x1d5)][_0x15c9a0(0x1ef)]['pipe']((0x0,i[_0x15c9a0(0x1c6)])(0x1))['subscribe'](async _0x48e3ba=>{const _0x29ecfe=_0x15c9a0;_0x79dd9d(await this[_0x29ecfe(0x298)](_0x48e3ba===0x3));});});}[_0x35bb4b(0x335)](){const _0x12653d=_0x35bb4b;let _0x56026f=this[_0x12653d(0x41a)];return{'onStateChange':(_0x35e82e,_0x1d57b6)=>{const _0x539532=_0x12653d;if(_0x35e82e!==this[_0x539532(0x458)])throw Error(_0x539532(0x2d6)+_0x35e82e[_0x539532(0x16d)]+_0x539532(0x175)+_0x1d57b6['status']+_0x539532(0x1d1)+this[_0x539532(0x458)]['status']);this[_0x539532(0x19e)](_0x1d57b6);},'onSendChangeset':_0x557271=>{const _0x239c3c=_0x12653d;_0x557271['sid']||(_0x557271[_0x239c3c(0x2c0)]=this[_0x239c3c(0x1e9)],_0x557271[_0x239c3c(0x447)]=++this[_0x239c3c(0x392)]);let _0x470106={'eventID':e[_0x239c3c(0x383)]['SUBMIT_CHANGESET'],'data':{'unitID':_0x557271[_0x239c3c(0x41a)],'unitType':this[_0x239c3c(0x3d3)],'changeset':_0x557271,'memberID':this['session'][_0x239c3c(0x3f8)]()}};this[_0x239c3c(0x1d5)]['send'](_0x470106,this[_0x239c3c(0x41a)]);},'onMissingChangesets':({from:_0x280457,to:_0x5251cc})=>{const _0x3d29a5=_0x12653d;this[_0x3d29a5(0x445)][_0x3d29a5(0x390)]('[CollaborationEntity]',_0x3d29a5(0x227)+_0x280457+_0x3d29a5(0x1a7)+_0x5251cc);let _0xc3c594={'eventID':e[_0x3d29a5(0x383)][_0x3d29a5(0x3dc)],'data':{'unitID':_0x56026f,'unitType':this['_type'],'from':_0x280457,'to':_0x5251cc}};this[_0x3d29a5(0x1d5)][_0x3d29a5(0x24a)](_0xc3c594,this[_0x3d29a5(0x41a)]);}};}async[_0x35bb4b(0x298)](_0x7bc921){const _0x443ed1=_0x35bb4b;var _0x51530b,_0x2691b2,_0x584b2a;let _0x2ee75f=await((_0x51530b=this[_0x443ed1(0x1d3)])==null?void 0x0:_0x51530b[_0x443ed1(0x3f2)](this[_0x443ed1(0x41a)])),_0x1bcd19=(_0x2691b2=_0x2ee75f==null?void 0x0:_0x2ee75f['mutations'])==null?[]:_0x2691b2,_0x522151=(_0x584b2a=_0x2ee75f==null?void 0x0:_0x2ee75f[_0x443ed1(0x3e6)])==null?null:_0x584b2a,_0x17c3eb=!!(_0x522151!=null&&_0x522151[_0x443ed1(0x2c0)])&&!!(_0x522151!=null&&_0x522151[_0x443ed1(0x447)]);this[_0x443ed1(0x1e9)]=_0x17c3eb?_0x522151[_0x443ed1(0x2c0)]:(0x0,e['uuidv4'])(),this[_0x443ed1(0x392)]=_0x17c3eb?_0x522151[_0x443ed1(0x447)]:0x0;let _0x18eb79=this['unitID'];try{this['_replayCachedMutations'](_0x522151,_0x1bcd19);}catch(_0x3efc88){this['_logService'][_0x443ed1(0x23f)](_0x3efc88);}let _0x34a9b2=this[_0x443ed1(0x335)]();if(_0x7bc921){let _0x40cb3d=Ue(this['_injector'],_0x18eb79,this[_0x443ed1(0x3d3)],_0x522151,_0x1bcd19,_0x34a9b2);return _0x40cb3d instanceof k?_0x40cb3d['_schedule']():(_0x40cb3d instanceof j||_0x40cb3d instanceof A)&&_0x40cb3d[_0x443ed1(0x24e)](),_0x40cb3d;}return this[_0x443ed1(0x19a)][_0x443ed1(0x303)](N,_0x18eb79,this[_0x443ed1(0x3d3)],_0x522151,_0x1bcd19,_0x34a9b2);}[_0x35bb4b(0x30f)](_0x5c2cf4,_0xcdb7d8){const _0x6e046=_0x35bb4b;var _0x3c0887,_0x25d06b;let _0x2f1b92=this[_0x6e046(0x215)]['interceptor'][_0x6e046(0x28d)](this['_compressMutationService']['interceptor'][_0x6e046(0x25e)]()['COMPRESS_MUTATION_APPLY']);(_0x3c0887=_0x2f1b92((_0x5c2cf4==null?void 0x0:_0x5c2cf4[_0x6e046(0x2de)])||[],null))==null||_0x3c0887['forEach'](_0x22f8e3=>this[_0x6e046(0x256)]['executeCommand'](_0x22f8e3['id'],_0x22f8e3[_0x6e046(0x3be)])),(_0x25d06b=_0x2f1b92(_0xcdb7d8||[],null))==null||_0x25d06b[_0x6e046(0x2db)](_0xc688ef=>this[_0x6e046(0x256)]['executeCommand'](_0xc688ef['id'],_0xc688ef[_0x6e046(0x3be)]));}};F=y([v(0x3,(0x0,t['Inject'])(t[_0x35bb4b(0x413)])),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(e['CompressMutationService'])),v(0x5,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x30a)])),v(0x6,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x46e)])),v(0x7,(0x0,t[_0x35bb4b(0x48e)])(_)),v(0x8,t[_0x35bb4b(0x1ba)]),v(0x9,t[_0x35bb4b(0x1d7)]),v(0xa,t[_0x35bb4b(0x224)]),v(0xb,t[_0x35bb4b(0x1fa)]),v(0xc,(0x0,t[_0x35bb4b(0x1a4)])(w)),v(0xd,(0x0,t[_0x35bb4b(0x1a4)])(S))],F);let I=class extends F{constructor(_0x25c5e9,_0x17711a,_0x5452bd,_0x15441f,_0x5a0cf7,_0x1ef089,_0x1599e6,_0x49cb95,_0x5eb49c,_0x808a60,_0x697b47,_0x26a200,_0x5774df,_0x123e00,_0x5420d7){const _0xa1fc68=_0x35bb4b;super(_0x25c5e9,_0x5452bd,_0x17711a,_0x15441f,_0x5a0cf7,_0x1ef089,_0x1599e6,_0x49cb95,_0x5eb49c,_0x808a60,_0x697b47,_0x26a200,_0x123e00,_0x5420d7),this[_0xa1fc68(0x41a)]=_0x25c5e9,this['type']=_0x17711a,this[_0xa1fc68(0x3ba)]=_0x5774df,g(this,_0xa1fc68(0x292),null);}[_0x35bb4b(0x23e)](_0xc81d48){const _0x169ff4=_0x35bb4b;this[_0x169ff4(0x292)]=_0xc81d48;}[_0x35bb4b(0x2c9)](){this['_handlerCallback']=null,super['dispose']();}['_createHandler'](){const _0x21fbeb=_0x35bb4b;let _0x3883a9=super[_0x21fbeb(0x335)]();return _0x3883a9['onTransformIME']=_0x2b9bce=>{const _0x4d999a=_0x21fbeb;var _0x598285,_0x522ecd;return(_0x598285=this['_handlerCallback'])==null||(_0x522ecd=_0x598285[_0x4d999a(0x40a)])==null?void 0x0:_0x522ecd[_0x4d999a(0x33e)](_0x598285,_0x2b9bce);},_0x3883a9[_0x21fbeb(0x2ec)]=_0x59fdbc=>{const _0x4e86e8=_0x21fbeb;var _0x12b968,_0x4fef4c;return(_0x12b968=this['_handlerCallback'])==null||(_0x4fef4c=_0x12b968[_0x4e86e8(0x2ec)])==null?void 0x0:_0x4fef4c[_0x4e86e8(0x33e)](_0x12b968,_0x59fdbc);},_0x3883a9[_0x21fbeb(0x3ee)]=_0x380a70=>{const _0x4a8588=_0x21fbeb;var _0x230abf,_0xe646fb;return(_0x230abf=this[_0x4a8588(0x292)])==null||(_0xe646fb=_0x230abf[_0x4a8588(0x3ee)])==null?void 0x0:_0xe646fb[_0x4a8588(0x33e)](_0x230abf,_0x380a70);},_0x3883a9[_0x21fbeb(0x373)]=_0x7340bd=>{const _0x16d176=_0x21fbeb;var _0x5d7bfd,_0x59df92;return(_0x5d7bfd=this[_0x16d176(0x292)])==null||(_0x59df92=_0x5d7bfd[_0x16d176(0x373)])==null?void 0x0:_0x59df92[_0x16d176(0x33e)](_0x5d7bfd,_0x7340bd);},_0x3883a9[_0x21fbeb(0x248)]=_0x20efbf=>{const _0x5c7679=_0x21fbeb;var _0x270dbd,_0x15ca08,_0x3d6911;return(_0x270dbd=(_0x15ca08=this[_0x5c7679(0x292)])==null||(_0x3d6911=_0x15ca08[_0x5c7679(0x248)])==null?void 0x0:_0x3d6911[_0x5c7679(0x33e)](_0x15ca08,_0x20efbf))==null?_0x20efbf:_0x270dbd;},_0x3883a9[_0x21fbeb(0x220)]=_0x3e9348=>{const _0x58d404=_0x21fbeb;var _0x566afe,_0x30eab2,_0x45a27c;return(_0x566afe=(_0x30eab2=this[_0x58d404(0x292)])==null||(_0x45a27c=_0x30eab2['onTransformRemoteChangesetByStateCache'])==null?void 0x0:_0x45a27c[_0x58d404(0x33e)](_0x30eab2,_0x3e9348))==null?_0x3e9348:_0x566afe;},_0x3883a9;}async[_0x35bb4b(0x192)](){const _0x530ed3=_0x35bb4b;if(this[_0x530ed3(0x3ba)]==null)throw Error(_0x530ed3(0x3a9));let _0x52f8d7=await super[_0x530ed3(0x192)]();return this[_0x530ed3(0x2e7)](this['_docStateChangeManagerService']['docStateChange$']['subscribe'](_0x206a5f=>{const _0x2be8a7=_0x530ed3;if(_0x206a5f==null||_0x206a5f[_0x2be8a7(0x2a8)]!==this[_0x2be8a7(0x41a)])return;let {commandId:_0x46d5b4,redoState:_0x5487dc,unitId:_0x32fafe}=_0x206a5f,_0x168da6={'id':_0x46d5b4,'type':t['CommandType'][_0x2be8a7(0x301)],'params':{'unitId':_0x32fafe,'actions':_0x5487dc[_0x2be8a7(0x442)],'textRanges':null}};this[_0x2be8a7(0x25b)](_0x168da6);})),this[_0x530ed3(0x2e7)](this[_0x530ed3(0x256)][_0x530ed3(0x290)]((_0x4be2ce,_0x2563e8)=>{const _0x123c18=_0x530ed3;if(_0x4be2ce['type']!==t[_0x123c18(0x1a9)][_0x123c18(0x301)]||_0x2563e8!=null&&_0x2563e8[_0x123c18(0x1d4)]||_0x2563e8!=null&&_0x2563e8[_0x123c18(0x260)]||_0x4be2ce['id']===n['RichTextEditingMutation']['id'])return;let _0x2fb897=_0x4be2ce[_0x123c18(0x3be)];if((_0x2fb897==null?void 0x0:_0x2fb897['unitId'])!==this['unitID'])return;let _0x1d9638=_0x4be2ce,_0x297491=this[_0x123c18(0x215)][_0x123c18(0x399)][_0x123c18(0x28d)](this[_0x123c18(0x215)][_0x123c18(0x399)][_0x123c18(0x25e)]()[_0x123c18(0x39a)])([_0x1d9638],this[_0x123c18(0x25a)])||[_0x1d9638];this[_0x123c18(0x25b)](_0x297491[0x0]);})),_0x52f8d7;}};I=y([v(0x3,(0x0,t[_0x35bb4b(0x48e)])(t['Injector'])),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x444)])),v(0x5,(0x0,t['Inject'])(t[_0x35bb4b(0x30a)])),v(0x6,(0x0,t[_0x35bb4b(0x48e)])(e['RevisionService'])),v(0x7,(0x0,t[_0x35bb4b(0x48e)])(_)),v(0x8,t['IUniverInstanceService']),v(0x9,t[_0x35bb4b(0x1d7)]),v(0xa,t[_0x35bb4b(0x224)]),v(0xb,t[_0x35bb4b(0x1fa)]),v(0xc,(0x0,t[_0x35bb4b(0x1a4)])(n[_0x35bb4b(0x286)])),v(0xd,(0x0,t[_0x35bb4b(0x1a4)])(w)),v(0xe,(0x0,t[_0x35bb4b(0x1a4)])(S))],I);let L=class extends F{constructor(_0x588258,_0x2f9a16,_0xdfd1fd,_0x40bced,_0x18be72,_0x5e3334,_0x3ea4fc,_0x239d9e,_0x1e5213,_0x164ffc,_0x23f165,_0x1eebf8,_0xa2b92c,_0x323ecc){const _0x4d812d=_0x35bb4b;super(_0x588258,_0xdfd1fd,_0x2f9a16,_0x40bced,_0x18be72,_0x5e3334,_0x3ea4fc,_0x239d9e,_0x1e5213,_0x164ffc,_0x23f165,_0x1eebf8,_0xa2b92c,_0x323ecc),this[_0x4d812d(0x41a)]=_0x588258,this[_0x4d812d(0x435)]=_0x2f9a16;}async['_init'](){const _0x35c7fd=_0x35bb4b;let _0xc9f2f6=await super[_0x35c7fd(0x192)]();return this[_0x35c7fd(0x2e7)](this[_0x35c7fd(0x256)][_0x35c7fd(0x290)]((_0x4be7cf,_0x20e5f0)=>{const _0x3ec14a=_0x35c7fd;if(_0x4be7cf[_0x3ec14a(0x435)]!==t[_0x3ec14a(0x1a9)][_0x3ec14a(0x301)]||_0x20e5f0!=null&&_0x20e5f0[_0x3ec14a(0x1d4)]||_0x20e5f0!=null&&_0x20e5f0[_0x3ec14a(0x260)])return;let _0x46e6ae=_0x4be7cf[_0x3ec14a(0x3be)];if((_0x46e6ae==null?void 0x0:_0x46e6ae[_0x3ec14a(0x2a8)])!==this[_0x3ec14a(0x41a)])return;let _0xd4b781=_0x4be7cf,_0x4150e3=this[_0x3ec14a(0x215)][_0x3ec14a(0x399)][_0x3ec14a(0x28d)](this[_0x3ec14a(0x215)][_0x3ec14a(0x399)][_0x3ec14a(0x25e)]()[_0x3ec14a(0x39a)])([_0xd4b781],this['_univerInstanceService'])||[_0xd4b781];this[_0x3ec14a(0x25b)](_0x4150e3[0x0]);})),_0xc9f2f6;}};L=y([v(0x3,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x413)])),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x444)])),v(0x5,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x30a)])),v(0x6,(0x0,t['Inject'])(e[_0x35bb4b(0x46e)])),v(0x7,(0x0,t[_0x35bb4b(0x48e)])(_)),v(0x8,t[_0x35bb4b(0x1ba)]),v(0x9,t[_0x35bb4b(0x1d7)]),v(0xa,t[_0x35bb4b(0x224)]),v(0xb,t[_0x35bb4b(0x1fa)]),v(0xc,(0x0,t[_0x35bb4b(0x1a4)])(w)),v(0xd,(0x0,t['Optional'])(S))],L);let R=class extends F{constructor(_0x5bb847,_0x257a64,_0x4b47f9,_0x4e5c33,_0x5e1c5a,_0x3fbf43,_0x508286,_0x104e64,_0x29d1fe,_0x181033,_0x67aedf,_0x5d8bea,_0x5d65a9,_0x150fcc,_0x87a1d2){const _0x189c36=_0x35bb4b;super(_0x5bb847,_0x4b47f9,_0x257a64,_0x4e5c33,_0x5e1c5a,_0x3fbf43,_0x508286,_0x29d1fe,_0x181033,_0x67aedf,_0x5d8bea,_0x5d65a9,_0x150fcc,_0x87a1d2),this[_0x189c36(0x41a)]=_0x5bb847,this['type']=_0x257a64,this[_0x189c36(0x2fa)]=_0x104e64;}[_0x35bb4b(0x335)](){const _0x1df17e=_0x35bb4b;let _0x44a0a1=super['_createHandler']();return _0x44a0a1[_0x1df17e(0x3ee)]=_0x27c0b5=>this['_sheetTransformSelectionsService'][_0x1df17e(0x2fc)](_0x27c0b5),_0x44a0a1;}async['_init'](){const _0x4f5f49=_0x35bb4b;let _0x5bc442=await super[_0x4f5f49(0x192)]();return this[_0x4f5f49(0x2e7)](this[_0x4f5f49(0x256)][_0x4f5f49(0x290)]((_0x5e037b,_0x87ff65)=>{const _0xc270fc=_0x4f5f49;if(_0x5e037b['type']!==t[_0xc270fc(0x1a9)][_0xc270fc(0x301)]||_0x87ff65!=null&&_0x87ff65[_0xc270fc(0x1d4)]||_0x87ff65!=null&&_0x87ff65[_0xc270fc(0x260)])return;let _0x1dcb17=_0x5e037b['params'];if((_0x1dcb17==null?void 0x0:_0x1dcb17[_0xc270fc(0x2a8)])!==this[_0xc270fc(0x41a)])return;let _0x35b0fd=_0x5e037b,_0x54673d=this[_0xc270fc(0x215)][_0xc270fc(0x399)][_0xc270fc(0x28d)](this[_0xc270fc(0x215)][_0xc270fc(0x399)]['getInterceptPoints']()['COMPRESS_MUTATION_SEND'])([_0x35b0fd],this[_0xc270fc(0x25a)])||[_0x35b0fd];this[_0xc270fc(0x25b)](_0x54673d[0x0]);})),_0x5bc442;}};R=y([v(0x3,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x413)])),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(e['CompressMutationService'])),v(0x5,(0x0,t['Inject'])(t['LocaleService'])),v(0x6,(0x0,t[_0x35bb4b(0x48e)])(e['RevisionService'])),v(0x7,(0x0,t[_0x35bb4b(0x48e)])(C)),v(0x8,(0x0,t[_0x35bb4b(0x48e)])(_)),v(0x9,t[_0x35bb4b(0x1ba)]),v(0xa,t[_0x35bb4b(0x1d7)]),v(0xb,t[_0x35bb4b(0x224)]),v(0xc,t['IPermissionService']),v(0xd,(0x0,t[_0x35bb4b(0x1a4)])(w)),v(0xe,(0x0,t[_0x35bb4b(0x1a4)])(S))],R);let z=class extends F{constructor(_0x147757,_0x469cbf,_0x4992c5,_0x5515cd,_0x50ea42,_0x2d300c,_0x5ed2ad,_0xddbd02,_0x48bfec,_0x13e01a,_0x1991ce,_0x134e42,_0x2d4391,_0x28aad5){const _0x5c6d23=_0x35bb4b;super(_0x147757,_0x4992c5,_0x469cbf,_0x5515cd,_0x50ea42,_0x2d300c,_0x5ed2ad,_0xddbd02,_0x48bfec,_0x13e01a,_0x1991ce,_0x134e42,_0x2d4391,_0x28aad5),this[_0x5c6d23(0x41a)]=_0x147757,this[_0x5c6d23(0x435)]=_0x469cbf;}async[_0x35bb4b(0x192)](){const _0x4511f0=_0x35bb4b;let _0x506ac2=await super[_0x4511f0(0x192)]();return this[_0x4511f0(0x2e7)](this['_commandService'][_0x4511f0(0x290)]((_0xa41c40,_0x596c15)=>{const _0x4d1517=_0x4511f0;if(_0xa41c40[_0x4d1517(0x435)]!==t[_0x4d1517(0x1a9)]['MUTATION']||_0x596c15!=null&&_0x596c15[_0x4d1517(0x1d4)]||_0x596c15!=null&&_0x596c15[_0x4d1517(0x260)])return;let _0x2ca52e=_0xa41c40[_0x4d1517(0x3be)];if((_0x2ca52e==null?void 0x0:_0x2ca52e[_0x4d1517(0x2a8)])!==this[_0x4d1517(0x41a)])return;let _0x3f5369=_0xa41c40,_0xd41b82=this[_0x4d1517(0x215)][_0x4d1517(0x399)][_0x4d1517(0x28d)](this[_0x4d1517(0x215)][_0x4d1517(0x399)][_0x4d1517(0x25e)]()[_0x4d1517(0x39a)])([_0x3f5369],this[_0x4d1517(0x25a)])||[_0x3f5369];this[_0x4d1517(0x25b)](_0xd41b82[0x0]);})),_0x506ac2;}};z=y([v(0x3,(0x0,t[_0x35bb4b(0x48e)])(t['Injector'])),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x444)])),v(0x5,(0x0,t[_0x35bb4b(0x48e)])(t['LocaleService'])),v(0x6,(0x0,t['Inject'])(e[_0x35bb4b(0x46e)])),v(0x7,(0x0,t[_0x35bb4b(0x48e)])(_)),v(0x8,t[_0x35bb4b(0x1ba)]),v(0x9,t[_0x35bb4b(0x1d7)]),v(0xa,t[_0x35bb4b(0x224)]),v(0xb,t[_0x35bb4b(0x1fa)]),v(0xc,(0x0,t[_0x35bb4b(0x1a4)])(w)),v(0xd,(0x0,t[_0x35bb4b(0x1a4)])(S))],z);let B=class extends F{constructor(_0x3f048a,_0x305e9e,_0x245139,_0x26f113,_0x2ea058,_0xf6eff5,_0x170465,_0x20d875,_0x179a55,_0x3b60f3,_0x37f58e,_0xa5bbef,_0x35201e,_0x2bd8ea){const _0x5c73d9=_0x35bb4b;super(_0x3f048a,_0x245139,_0x305e9e,_0x26f113,_0x2ea058,_0xf6eff5,_0x170465,_0x20d875,_0x179a55,_0x3b60f3,_0x37f58e,_0xa5bbef,_0x35201e,_0x2bd8ea),this[_0x5c73d9(0x41a)]=_0x3f048a,this[_0x5c73d9(0x435)]=_0x305e9e;}async['_init'](){const _0x21c6c0=_0x35bb4b;let _0x1f7a30=await super['_init']();return this['disposeWithMe'](this[_0x21c6c0(0x256)][_0x21c6c0(0x290)]((_0x567a8b,_0x6d2f05)=>{const _0x171162=_0x21c6c0;if(_0x567a8b[_0x171162(0x435)]!==t['CommandType'][_0x171162(0x301)]||_0x6d2f05!=null&&_0x6d2f05[_0x171162(0x1d4)]||_0x6d2f05!=null&&_0x6d2f05[_0x171162(0x260)])return;let _0x4980d5=_0x567a8b[_0x171162(0x3be)];if((_0x4980d5==null?void 0x0:_0x4980d5[_0x171162(0x2a8)])!==this[_0x171162(0x41a)])return;let _0x4acd8f=_0x567a8b,_0x11847a=this['_compressMutationService']['interceptor'][_0x171162(0x28d)](this[_0x171162(0x215)][_0x171162(0x399)][_0x171162(0x25e)]()[_0x171162(0x39a)])([_0x4acd8f],this[_0x171162(0x25a)])||[_0x4acd8f];this[_0x171162(0x25b)](_0x11847a[0x0]);})),_0x1f7a30;}};B=y([v(0x3,(0x0,t['Inject'])(t[_0x35bb4b(0x413)])),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(e['CompressMutationService'])),v(0x5,(0x0,t[_0x35bb4b(0x48e)])(t['LocaleService'])),v(0x6,(0x0,t[_0x35bb4b(0x48e)])(e[_0x35bb4b(0x46e)])),v(0x7,(0x0,t[_0x35bb4b(0x48e)])(_)),v(0x8,t[_0x35bb4b(0x1ba)]),v(0x9,t[_0x35bb4b(0x1d7)]),v(0xa,t['ICommandService']),v(0xb,t[_0x35bb4b(0x1fa)]),v(0xc,(0x0,t[_0x35bb4b(0x1a4)])(w)),v(0xd,(0x0,t[_0x35bb4b(0x1a4)])(S))],B);const We=(0x0,t['createIdentifier'])('univer-pro.collaboration-client.network-condition.service');function Ge(_0x2eb785){const _0x4ec676=_0x35bb4b;let _0xc0242d=_0x2eb785[_0x4ec676(0x36a)],_0x5c0766=JSON[_0x4ec676(0x271)](_0xc0242d);switch(_0x5c0766['cmd']){case a['CombCmd'][_0x4ec676(0x3c4)]:case a[_0x4ec676(0x1b4)][_0x4ec676(0x46b)]:{let _0x4f8134=_0x5c0766['infoRsp'];return{..._0x5c0766,'data':_0x4f8134,'cmd':_0x5c0766[_0x4ec676(0x3ff)]};}case a[_0x4ec676(0x1b4)][_0x4ec676(0x1b5)]:{let _0x36affb=_0x5c0766[_0x4ec676(0x208)];return{..._0x5c0766,'data':_0x36affb,'cmd':_0x5c0766[_0x4ec676(0x3ff)]};}case a[_0x4ec676(0x1b4)][_0x4ec676(0x388)]:{let _0x492099=_0x5c0766[_0x4ec676(0x1b9)];switch(_0x492099['eventID']){case e['CollaborationEvent'][_0x4ec676(0x199)]:var _0x5bc8cf;return{..._0x5c0766,'data':{..._0x492099,'data':(_0x5bc8cf=_0x492099['permissionRejEvent'])==null?void 0x0:_0x5bc8cf['cs']},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e['CollaborationEvent'][_0x4ec676(0x2e6)]:var _0x3c55fd;return{..._0x5c0766,'data':{..._0x492099,'data':(_0x3c55fd=_0x492099[_0x4ec676(0x17a)])==null?void 0x0:_0x3c55fd['cs']},'cmd':_0x5c0766['cmd']};case e[_0x4ec676(0x383)]['NEW_CHANGESETS']:var _0x1a9e3e;return{..._0x5c0766,'data':{..._0x492099,'data':(_0x1a9e3e=_0x492099[_0x4ec676(0x2e1)])==null?void 0x0:_0x1a9e3e['cs']},'cmd':_0x5c0766['cmd']};case e[_0x4ec676(0x383)][_0x4ec676(0x245)]:var _0xd0a1ac;return{..._0x5c0766,'data':{..._0x492099,'data':(_0xd0a1ac=_0x492099['csRejEvent'])==null?void 0x0:_0xd0a1ac['cs']},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)][_0x4ec676(0x2e9)]:var _0x494935;return{..._0x5c0766,'data':{..._0x492099,'data':(_0x494935=_0x492099['csShouldRetryEvent'])==null?void 0x0:_0x494935['cs']},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)][_0x4ec676(0x226)]:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099[_0x4ec676(0x418)]},'cmd':_0x5c0766['cmd']};case e['CollaborationEvent']['USERS_ENTER']:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099['joinEvent']},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)][_0x4ec676(0x419)]:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099[_0x4ec676(0x3f5)]},'cmd':_0x5c0766['cmd']};case e['CollaborationEvent'][_0x4ec676(0x2ff)]:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099[_0x4ec676(0x3a7)]},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e['CollaborationEvent'][_0x4ec676(0x261)]:case e[_0x4ec676(0x383)][_0x4ec676(0x428)]:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099[_0x4ec676(0x28b)]},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)]['LIVESHARE_TERMINATE']:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099[_0x4ec676(0x3a7)]},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)][_0x4ec676(0x2e3)]:return{..._0x5c0766,'data':_0x492099,'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)]['COMMENT_UPDATE']:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099[_0x4ec676(0x472)]},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)][_0x4ec676(0x174)]:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099[_0x4ec676(0x242)]},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)][_0x4ec676(0x3f1)]:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099['shouldCloseConn']},'cmd':_0x5c0766[_0x4ec676(0x3ff)]};case e[_0x4ec676(0x383)][_0x4ec676(0x401)]:return{..._0x5c0766,'data':{..._0x492099,'data':_0x492099['uniscriptRunEvent']},'cmd':_0x5c0766['cmd']};default:return _0x5c0766;}}default:return _0x5c0766;}}function Ke(_0x4b9924){const _0x6ff56e=_0x35bb4b;switch(_0x4b9924[_0x6ff56e(0x3ff)]){case a[_0x6ff56e(0x1b4)][_0x6ff56e(0x3c4)]:case a[_0x6ff56e(0x1b4)][_0x6ff56e(0x46b)]:return JSON['stringify']({'cmd':_0x4b9924['cmd'],'routeKey':_0x4b9924[_0x6ff56e(0x1de)]});case a[_0x6ff56e(0x1b4)][_0x6ff56e(0x212)]:{let _0x4936c9;switch(_0x4b9924['data'][_0x6ff56e(0x44a)]){case e[_0x6ff56e(0x383)][_0x6ff56e(0x226)]:_0x4936c9={'eventID':e[_0x6ff56e(0x383)][_0x6ff56e(0x226)],'updateCursorEvent':_0x4b9924['data']['data']};break;case e['CollaborationEvent']['USERS_LEAVE']:_0x4936c9={'eventID':e['CollaborationEvent'][_0x6ff56e(0x419)],'leaveEvent':_0x4b9924[_0x6ff56e(0x36a)][_0x6ff56e(0x36a)]};break;case e[_0x6ff56e(0x383)][_0x6ff56e(0x202)]:_0x4936c9={'eventID':e[_0x6ff56e(0x383)][_0x6ff56e(0x202)],'joinEvent':_0x4b9924[_0x6ff56e(0x36a)][_0x6ff56e(0x36a)]};break;case e['CollaborationEvent'][_0x6ff56e(0x2ff)]:_0x4936c9={'eventID':e[_0x6ff56e(0x383)][_0x6ff56e(0x2ff)],'liveShareNewHost':_0x4b9924['data']['data']};break;case e[_0x6ff56e(0x383)][_0x6ff56e(0x428)]:_0x4936c9={'eventID':e['CollaborationEvent'][_0x6ff56e(0x428)],'liveShareOperation':_0x4b9924['data']['data']};break;case e[_0x6ff56e(0x383)][_0x6ff56e(0x2f5)]:_0x4936c9={'eventID':e[_0x6ff56e(0x383)]['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x4b9924[_0x6ff56e(0x36a)]['data']};break;case e[_0x6ff56e(0x383)]['LIVESHARE_REQUEST_HOST']:_0x4936c9={'eventID':e[_0x6ff56e(0x383)]['LIVESHARE_REQUEST_HOST'],'liveShareRequestHost':_0x4b9924[_0x6ff56e(0x36a)]['data']};break;case e[_0x6ff56e(0x383)][_0x6ff56e(0x261)]:_0x4936c9={'eventID':e[_0x6ff56e(0x383)][_0x6ff56e(0x261)]};break;default:_0x4936c9={'eventID':_0x4b9924[_0x6ff56e(0x36a)][_0x6ff56e(0x44a)]};}return JSON['stringify']({'cmd':_0x4b9924[_0x6ff56e(0x3ff)],'routeKey':_0x4b9924[_0x6ff56e(0x1de)],'collaMsg':_0x4936c9});}case a[_0x6ff56e(0x1b4)][_0x6ff56e(0x1b5)]:return JSON[_0x6ff56e(0x3db)]({'cmd':_0x4b9924[_0x6ff56e(0x3ff)],'routeKey':_0x4b9924[_0x6ff56e(0x1de)],'joinReq':_0x4b9924['data']});case a['CombCmd'][_0x6ff56e(0x330)]:return JSON[_0x6ff56e(0x3db)]({'cmd':_0x4b9924[_0x6ff56e(0x3ff)],'routeKey':_0x4b9924[_0x6ff56e(0x1de)],'leaveReq':_0x4b9924[_0x6ff56e(0x36a)]});default:throw Error(_0x6ff56e(0x2bd));}}const qe=(0x0,t['createIdentifier'])(_0x35bb4b(0x29f));function Je(_0x402869,_0x10b3d9,_0x3d8f92){const _0x3109bb=_0x35bb4b;return _0x402869+'/'+_0x10b3d9+_0x3109bb(0x225)+_0x3d8f92+_0x3109bb(0x33b);}let Ye=class extends t[_0x35bb4b(0x476)]{constructor(_0x342cae,_0x7aa8be,_0xd26e4,_0x10d1b2,_0x5a9646){const _0x372856=_0x35bb4b;super(),this[_0x372856(0x19a)]=_0x342cae,this[_0x372856(0x2b3)]=_0x7aa8be,this[_0x372856(0x3ec)]=_0xd26e4,this[_0x372856(0x445)]=_0x10d1b2,this[_0x372856(0x409)]=_0x5a9646;}[_0x35bb4b(0x2a0)](_0x2ede32){const _0x5f4c1e=_0x35bb4b;let _0x5554fa=this[_0x5f4c1e(0x19a)][_0x5f4c1e(0x20e)](l[_0x5f4c1e(0x249)]);if(!_0x5554fa)throw Error('[CollaborationSocketService]:\x20failed\x20to\x20get\x20web\x20socket\x20factory!');let _0xc1d4c1=_0x5554fa['createSocket'](_0x2ede32);if(!_0xc1d4c1)throw Error(_0x5f4c1e(0x360));let _0x14173e=new t['DisposableCollection'](),_0x1d5b06=new i['Subject']();_0x14173e[_0x5f4c1e(0x3d2)](_0xc1d4c1[_0x5f4c1e(0x3e0)][_0x5f4c1e(0x29b)](_0x1f8e75=>_0x1d5b06[_0x5f4c1e(0x291)](_0x1f8e75))),_0x14173e[_0x5f4c1e(0x3d2)]((0x0,t[_0x5f4c1e(0x302)])(()=>_0x1d5b06[_0x5f4c1e(0x1f7)]()));let _0x49addb=new i[(_0x5f4c1e(0x27e))]();_0x14173e[_0x5f4c1e(0x3d2)](_0xc1d4c1[_0x5f4c1e(0x244)][_0x5f4c1e(0x29b)](_0x387a58=>_0x49addb[_0x5f4c1e(0x291)](_0x387a58))),_0x14173e[_0x5f4c1e(0x3d2)]((0x0,t['toDisposable'])(()=>_0x49addb['complete']()));let _0x44585f=new i[(_0x5f4c1e(0x27e))]();_0x14173e[_0x5f4c1e(0x3d2)](_0xc1d4c1[_0x5f4c1e(0x1ed)][_0x5f4c1e(0x29b)](_0x1bac88=>{const _0x2a8923=_0x5f4c1e;let _0x4885a9=Ge(_0x1bac88);_0x44585f[_0x2a8923(0x291)](_0x4885a9);})),_0x14173e['add']((0x0,t[_0x5f4c1e(0x302)])(()=>_0x44585f[_0x5f4c1e(0x1f7)]()));let _0x5252a0,_0x2303b8=()=>{const _0x1e619b=_0x5f4c1e;_0x49addb['next'](new Event(_0x1e619b(0x3eb))),_0x1d5b06['next'](new Event(_0x1e619b(0x3eb))),_0x5252a0[_0x1e619b(0x2e0)]();};return _0x5252a0={'memberID':'','close$':_0x1d5b06[_0x5f4c1e(0x3b8)](),'error$':_0x49addb['asObservable'](),'open$':_0xc1d4c1['open$'],'message$':_0x44585f[_0x5f4c1e(0x3b8)](),'send':_0x2931aa=>{const _0x4821e6=_0x5f4c1e;if(_0x2931aa['cmd']===a[_0x4821e6(0x1b4)]['INGEST']){if(_0x2931aa[_0x4821e6(0x36a)]['eventID']===e[_0x4821e6(0x383)]['SUBMIT_CHANGESET']){this[_0x4821e6(0x1ea)](_0x5252a0,_0x2931aa['data'])[_0x4821e6(0x251)](_0x5a34f3=>{const _0x17081c=_0x4821e6;this['_logService'][_0x17081c(0x23f)](_0x5a34f3),_0x2303b8();});return;}if(_0x2931aa[_0x4821e6(0x36a)][_0x4821e6(0x44a)]===e[_0x4821e6(0x383)][_0x4821e6(0x3dc)]){let _0x5cb40b=_0x2931aa[_0x4821e6(0x36a)];this[_0x4821e6(0x3a2)](_0x5cb40b)[_0x4821e6(0x45d)](_0x50909b=>{const _0x45ba8c=_0x4821e6;_0x44585f[_0x45ba8c(0x291)]({'cmd':a[_0x45ba8c(0x1b4)][_0x45ba8c(0x388)],'code':a[_0x45ba8c(0x293)]['OK'],'routeKey':_0x5cb40b['data']['unitID'],'routeType':'','data':{'eventID':e[_0x45ba8c(0x383)][_0x45ba8c(0x3cd)],'data':{'changesets':_0x50909b}}});})[_0x4821e6(0x251)](_0x291886=>{const _0x158dee=_0x4821e6;this['_logService'][_0x158dee(0x23f)](_0x291886),_0x2303b8();});return;}}_0xc1d4c1[_0x4821e6(0x24a)](Ke(_0x2931aa));},'close':()=>{const _0x37b08d=_0x5f4c1e;_0xc1d4c1[_0x37b08d(0x2e0)](),_0x14173e[_0x37b08d(0x2c9)]();}},_0x5252a0;}async['_submitChangeset'](_0x5a8f4a,_0x363cbe){const _0x258238=_0x35bb4b;var _0x1786b9;let {unitType:_0x2784bf,unitID:_0x43769f,changeset:_0x1a0e59}=_0x363cbe[_0x258238(0x36a)],_0x41125a={'unitID':_0x43769f,'memberID':_0x5a8f4a['memberID'],'type':_0x2784bf,'changeset':(0x0,e[_0x258238(0x386)])(_0x1a0e59)},_0x25a406=this[_0x258238(0x3ec)]['getConfig'](m),_0x3ca165=Je((_0x1786b9=_0x25a406==null?void 0x0:_0x25a406[_0x258238(0x2b6)])==null?_0x258238(0x237):_0x1786b9,_0x2784bf,_0x43769f);try{await this[_0x258238(0x2b3)][_0x258238(0x378)](_0x3ca165,{'body':_0x41125a});}catch(_0x5214ea){throw this['_logService']['error']('[CollaborationSession]','submit\x20changeset\x20error!'),_0x5214ea;}}async[_0x35bb4b(0x3a2)](_0x1599d9){const _0x3d01c6=_0x35bb4b;let {unitID:_0x6d49e8,from:_0x5182ca,to:_0x49fb49,unitType:_0xa8b5d1}=_0x1599d9[_0x3d01c6(0x36a)];return(await this[_0x3d01c6(0x409)][_0x3d01c6(0x483)]({'metadata':void 0x0},{'unitID':_0x6d49e8,'type':_0xa8b5d1,'from':_0x5182ca,'to':_0x49fb49}))[_0x3d01c6(0x3aa)][_0x3d01c6(0x30d)](_0x4d4a55=>((_0x4d4a55[_0x3d01c6(0x2de)]===null||_0x4d4a55[_0x3d01c6(0x2de)]===void 0x0)&&(_0x4d4a55[_0x3d01c6(0x2de)]=[]),_0x4d4a55));}};Ye=y([v(0x0,(0x0,t['Inject'])(t[_0x35bb4b(0x413)])),v(0x1,(0x0,t[_0x35bb4b(0x48e)])(l[_0x35bb4b(0x338)])),v(0x2,t[_0x35bb4b(0x340)]),v(0x3,t[_0x35bb4b(0x1d7)]),v(0x4,e['ISnapshotServerService'])],Ye);const Xe=(0x0,t['createIdentifier'])('univer-pro.collaboration-client-adapter-service');function Ze(_0x1970d7={}){const _0xc05b96=_0x35bb4b;return _0x1970d7[_0xc05b96(0x308)]?{'resolveUnit':_0x1970d7[_0xc05b96(0x308)]}:{'resolveUnit':_0x5b76ac=>({'target':{'unitId':_0x5b76ac['unitId'],'unitType':_0x5b76ac[_0xc05b96(0x2fe)]}})};}function Qe(_0x69fae4,_0x19b241,_0x6026cc){const _0x3a5ade=_0x35bb4b;var _0x550429;let _0x8371f1=_0x6026cc['target'][_0x3a5ade(0x23b)];if(_0x8371f1!=null&&_0x8371f1[_0x3a5ade(0x1e8)]()==='')throw Error(_0x3a5ade(0x282));if(!_0x6026cc[_0x3a5ade(0x1e5)]['unitId'])throw Error('COLLABORATION_SESSION_TARGET_UNIT_ID_REQUIRED');return{'localUnitId':_0x69fae4,'unitType':_0x19b241,'target':{'endpoint':_0x8371f1,'unitId':_0x6026cc['target']['unitId'],'unitType':(_0x550429=_0x6026cc['target'][_0x3a5ade(0x2fe)])==null?_0x19b241:_0x550429},'changeset':_0x6026cc[_0x3a5ade(0x193)]};}let V=class extends t[_0x35bb4b(0x476)]{constructor(_0xbaace8,_0x72677d,_0x28e471,_0x1f208b,_0x1526f8,_0x428153,_0x47af03){const _0x5a7014=_0x35bb4b;super(),this[_0x5a7014(0x19a)]=_0xbaace8,this[_0x5a7014(0x445)]=_0x72677d,this[_0x5a7014(0x3ec)]=_0x28e471,this[_0x5a7014(0x479)]=_0x1f208b,this['_collaborationUIEventService']=_0x1526f8,this[_0x5a7014(0x2c3)]=_0x428153,this[_0x5a7014(0x44d)]=_0x47af03,g(this,_0x5a7014(0x430),new Map()),g(this,_0x5a7014(0x376),new Map()),g(this,_0x5a7014(0x348),new Map()),g(this,'_socketChannels',new Map()),g(this,_0x5a7014(0x3fa),this[_0x5a7014(0x321)](void 0x0)[_0x5a7014(0x3fa)][_0x5a7014(0x3b8)]()),g(this,_0x5a7014(0x22b),new i['BehaviorSubject'](0x0)),g(this,_0x5a7014(0x3af),this[_0x5a7014(0x22b)][_0x5a7014(0x3b8)]()),this[_0x5a7014(0x21a)]();}['_listenToNetworkCondition'](){const _0x57be16=_0x35bb4b;this[_0x57be16(0x44d)]&&this[_0x57be16(0x2e7)](this['_networkConditionService'][_0x57be16(0x223)][_0x57be16(0x29b)](_0x394550=>{const _0x1de91c=_0x57be16;_0x394550&&this[_0x1de91c(0x19f)](),_0x394550||this[_0x1de91c(0x368)][_0x1de91c(0x2db)](_0x5691c8=>this[_0x1de91c(0x439)](_0x5691c8));}));}['dispose'](){const _0x1b55c2=_0x35bb4b;super[_0x1b55c2(0x2c9)](),this[_0x1b55c2(0x368)][_0x1b55c2(0x2db)](_0x1dd470=>{const _0x22b4aa=_0x1b55c2;var _0x469174,_0x283563;(_0x469174=_0x1dd470[_0x22b4aa(0x3b6)])==null||_0x469174[_0x22b4aa(0x182)](),_0x1dd470[_0x22b4aa(0x3b6)]=null,this[_0x22b4aa(0x43a)](_0x1dd470),this[_0x22b4aa(0x1bb)](_0x1dd470),this[_0x22b4aa(0x281)](_0x1dd470),(_0x283563=_0x1dd470[_0x22b4aa(0x3fa)][_0x22b4aa(0x3b9)]())==null||_0x283563[_0x22b4aa(0x2e0)](),_0x1dd470[_0x22b4aa(0x3fa)][_0x22b4aa(0x1f7)]();}),this['_socketChannels'][_0x1b55c2(0x322)](),this[_0x1b55c2(0x430)][_0x1b55c2(0x2db)](_0x20a7ff=>_0x20a7ff[_0x1b55c2(0x2c9)]()),this[_0x1b55c2(0x430)][_0x1b55c2(0x322)](),this[_0x1b55c2(0x348)][_0x1b55c2(0x322)](),this[_0x1b55c2(0x22b)][_0x1b55c2(0x1f7)]();}async[_0x35bb4b(0x239)](_0x5ab335,_0x1b8569){const _0x4f2186=_0x35bb4b;if(this[_0x4f2186(0x430)][_0x4f2186(0x478)](_0x5ab335))return this[_0x4f2186(0x430)]['get'](_0x5ab335);let _0x1dee8b=this[_0x4f2186(0x376)]['get'](_0x5ab335);if(_0x1dee8b)return _0x1dee8b;let _0x34a63=this['_createSession'](_0x5ab335,_0x1b8569);this[_0x4f2186(0x376)][_0x4f2186(0x3ac)](_0x5ab335,_0x34a63);try{return await _0x34a63;}finally{this[_0x4f2186(0x376)][_0x4f2186(0x3bd)](_0x5ab335);}}async[_0x35bb4b(0x3a4)](_0x54b411,_0x2e70f4){const _0x51efcf=_0x35bb4b;let _0xaa3a7=await this[_0x51efcf(0x2c8)](_0x54b411,_0x2e70f4),_0x5751bf=this[_0x51efcf(0x321)](_0xaa3a7[_0x51efcf(0x1e5)][_0x51efcf(0x23b)]);this[_0x51efcf(0x455)](_0x5751bf);let _0x48d903=this[_0x51efcf(0x19a)][_0x51efcf(0x303)](x,_0xaa3a7,_0x5751bf['socket$']['asObservable']());return this['_sessions']['set'](_0x54b411,_0x48d903),this[_0x51efcf(0x348)][_0x51efcf(0x3ac)](_0x54b411,_0x5751bf[_0x51efcf(0x38d)]),_0x48d903;}[_0x35bb4b(0x3cf)](_0x1df8db){const _0x37f7e9=_0x35bb4b;let _0x5dffac=this[_0x37f7e9(0x430)][_0x37f7e9(0x20e)](_0x1df8db),_0x534d2f=this[_0x37f7e9(0x348)][_0x37f7e9(0x20e)](_0x1df8db);if(_0x5dffac&&(this[_0x37f7e9(0x430)]['delete'](_0x1df8db),this[_0x37f7e9(0x348)][_0x37f7e9(0x3bd)](_0x1df8db),_0x5dffac[_0x37f7e9(0x2e0)]()),_0x534d2f&&!this[_0x37f7e9(0x3e7)](_0x534d2f)){var _0x1d9cc1;let _0x62cf41=this['_socketChannels'][_0x37f7e9(0x20e)](_0x534d2f);_0x62cf41==null||(_0x1d9cc1=_0x62cf41[_0x37f7e9(0x3fa)]['getValue']())==null||_0x1d9cc1[_0x37f7e9(0x2e0)]();}}[_0x35bb4b(0x19f)](){const _0x19d861=_0x35bb4b;(this[_0x19d861(0x368)]['size']?[...this['_socketChannels'][_0x19d861(0x1f9)]()]:[this['_getSocketChannel'](void 0x0)])[_0x19d861(0x2db)](_0x285410=>{const _0x40ea4e=_0x19d861;_0x285410[_0x40ea4e(0x1e1)]=0x0,this[_0x40ea4e(0x43a)](_0x285410),this[_0x40ea4e(0x1e2)](_0x285410);});}['_clearRetryConnectingTimer'](_0x4bf9fc){const _0x12ef2a=_0x35bb4b;_0x4bf9fc[_0x12ef2a(0x2ac)]!=null&&(clearTimeout(_0x4bf9fc['retryConnectingTimer']),_0x4bf9fc[_0x12ef2a(0x2ac)]=null);}async[_0x35bb4b(0x309)](_0x4c3c04){const _0x4fafe7=_0x35bb4b;var _0x226069,_0x549242;let _0x11fd9a=this['_configService'][_0x4fafe7(0x1bf)](m),_0x4e396e=(_0x226069=(_0x549242=_0x4c3c04[_0x4fafe7(0x23b)])==null?_0x11fd9a==null?void 0x0:_0x11fd9a['collabWebSocketUrl']:_0x549242)==null?te:_0x226069,_0x27f794=await this['_socketService']['createSocket'](_0x4e396e);return _0x4c3c04[_0x4fafe7(0x1ac)]=_0x27f794,_0x27f794;}async[_0x35bb4b(0x455)](_0x2cc706){const _0x4afe73=_0x35bb4b;try{var _0x28b950,_0x1acebb;let _0x3633a7=(_0x28b950=(_0x1acebb=_0x2cc706['socket$'][_0x4afe73(0x3b9)]())==null?_0x2cc706[_0x4afe73(0x1ac)]:_0x1acebb)==null?await this[_0x4afe73(0x309)](_0x2cc706):_0x28b950;if(_0x3633a7){var _0xb27ff4;let _0x446667=_0x3633a7[_0x4afe73(0x24a)];_0x3633a7['send']=_0x48e3ee=>(_0x48e3ee['cmd']!==a[_0x4afe73(0x1b4)][_0x4afe73(0x330)]&&this[_0x4afe73(0x1ca)](_0x2cc706),_0x446667[_0x4afe73(0x2ea)](_0x3633a7,[_0x48e3ee])),(_0xb27ff4=_0x2cc706['socketMessageSubscription'])==null||_0xb27ff4[_0x4afe73(0x182)](),_0x2cc706[_0x4afe73(0x3b6)]=null,_0x2cc706[_0x4afe73(0x3b6)]=_0x3633a7[_0x4afe73(0x1ed)]['subscribe'](_0x3643bf=>this['_onMessage'](_0x2cc706,_0x3633a7,_0x3643bf)),_0x3633a7[_0x4afe73(0x244)][_0x4afe73(0x481)]((0x0,s[_0x4afe73(0x1c6)])(0x1))['subscribe'](_0x32d685=>this['_logService'][_0x4afe73(0x23f)](_0x4afe73(0x468),_0x32d685)),_0x3633a7[_0x4afe73(0x295)]['pipe']((0x0,s[_0x4afe73(0x1c6)])(0x1))[_0x4afe73(0x29b)](()=>{const _0x478336=_0x4afe73;this[_0x478336(0x48b)](_0x2cc706,_0x3633a7);}),_0x3633a7[_0x4afe73(0x3e0)][_0x4afe73(0x481)]((0x0,s[_0x4afe73(0x1c6)])(0x1))['subscribe'](_0x51a25e=>{const _0xca452d=_0x4afe73;this[_0xca452d(0x445)]['debug'](_0xca452d(0x3b4),'socket\x20close',_0x51a25e),this[_0xca452d(0x263)](_0x2cc706);});}}catch(_0x185c92){this['_logService']['error'](_0x185c92),this[_0x4afe73(0x263)](_0x2cc706);}}['_onConnectionOpen'](_0x48b757,_0x50a954){const _0x67ebda=_0x35bb4b;this[_0x67ebda(0x445)][_0x67ebda(0x390)](_0x67ebda(0x3b4),_0x67ebda(0x2f9)),_0x50a954[_0x67ebda(0x24a)]({'cmd':a['CombCmd']['HELLO']}),this['_rescheduleHeartbeat'](_0x48b757);}[_0x35bb4b(0x439)](_0xbb215a){const _0x113572=_0x35bb4b;_0xbb215a[_0x113572(0x1e0)]=!0x1,_0xbb215a[_0x113572(0x1ac)]=null,this[_0x113572(0x22b)][_0x113572(0x291)](0x2),_0xbb215a['socket$']['next'](null),this['_clearTimeoutTimer'](_0xbb215a),this[_0x113572(0x281)](_0xbb215a);}[_0x35bb4b(0x263)](_0x454299){const _0xfef4c7=_0x35bb4b;var _0x85250a;this[_0xfef4c7(0x439)](_0x454299),this[_0xfef4c7(0x3e7)](_0x454299['endpointKey'])&&(_0x454299[_0xfef4c7(0x1e1)]<((_0x85250a=this[_0xfef4c7(0x3ec)]['getConfig']('RETRY_CONNECTING_MAX_COUNT'))==null?0x3:_0x85250a)?(this[_0xfef4c7(0x1da)][_0xfef4c7(0x328)]({'id':_0xfef4c7(0x3ea)}),this[_0xfef4c7(0x1e2)](_0x454299)):this[_0xfef4c7(0x1da)][_0xfef4c7(0x328)]({'id':_0xfef4c7(0x420)}));}['_tryReconnect'](_0x5a93a4){const _0x450336=_0x35bb4b;var _0x443c80;let _0x579ecf=_0x5a93a4[_0x450336(0x1e1)],_0x3ca250=this['_configService'][_0x450336(0x1bf)](m),_0x51bcdd=_0x579ecf===0x0?0x0:((_0x443c80=_0x3ca250==null?void 0x0:_0x3ca250['retryConnectingInterval'])==null?0x4e20:_0x443c80)*0x2**_0x579ecf;_0x5a93a4[_0x450336(0x2ac)]=setTimeout(()=>{const _0x258ba3=_0x450336;clearTimeout(_0x5a93a4[_0x258ba3(0x2ac)]),_0x5a93a4[_0x258ba3(0x2ac)]=null,this[_0x258ba3(0x455)](_0x5a93a4);},_0x51bcdd),_0x5a93a4[_0x450336(0x1e1)]+=0x1;}async[_0x35bb4b(0x2c8)](_0x8fa7dd,_0x517605){const _0x4c94be=_0x35bb4b;return Qe(_0x8fa7dd,_0x517605,await this[_0x4c94be(0x2c3)][_0x4c94be(0x308)]({'unitId':_0x8fa7dd,'unitType':_0x517605}));}[_0x35bb4b(0x364)](_0x2828d3,_0x4ee138,_0x511795){const _0x1f46be=_0x35bb4b;let {cmd:_0x5a94eb}=_0x511795;_0x5a94eb===a[_0x1f46be(0x1b4)][_0x1f46be(0x46b)]&&!_0x2828d3[_0x1f46be(0x1e0)]&&(_0x4ee138[_0x1f46be(0x2aa)]=_0x511795[_0x1f46be(0x36a)]['memberID'],_0x2828d3['socket$'][_0x1f46be(0x291)](_0x4ee138),this[_0x1f46be(0x22b)]['next'](0x3),_0x2828d3[_0x1f46be(0x1e0)]=!0x0,_0x2828d3[_0x1f46be(0x1ac)]=null),_0x5a94eb===a[_0x1f46be(0x1b4)][_0x1f46be(0x3c4)]&&this['_clearTimeoutTimer'](_0x2828d3),this[_0x1f46be(0x1ca)](_0x2828d3);}[_0x35bb4b(0x3e7)](_0x24845a){const _0x512954=_0x35bb4b;return[...this[_0x512954(0x348)][_0x512954(0x1f9)]()][_0x512954(0x396)](_0x4c66c9=>_0x4c66c9===_0x24845a);}[_0x35bb4b(0x321)](_0x541e2b){const _0x51b15a=_0x35bb4b;let _0x446b8a=_0x541e2b==null?'':_0x541e2b,_0x16f1ce=this[_0x51b15a(0x368)][_0x51b15a(0x20e)](_0x446b8a);if(_0x16f1ce)return _0x16f1ce;let _0x22c3e0={'endpointKey':_0x446b8a,'endpoint':_0x541e2b,'socket$':new i[(_0x51b15a(0x3a3))](void 0x0),'candidateSocket':null,'socketReady':!0x1,'socketMessageSubscription':null,'retryConnectingTimer':null,'retryCount':0x0,'sendHeartbeatTimer':null,'timeoutTimer':null};return this[_0x51b15a(0x368)][_0x51b15a(0x3ac)](_0x446b8a,_0x22c3e0),_0x22c3e0;}[_0x35bb4b(0x1ca)](_0xa93222){const _0x475ac1=_0x35bb4b;var _0x38fc0d;this[_0x475ac1(0x281)](_0xa93222),_0xa93222[_0x475ac1(0x241)]=setTimeout(()=>this[_0x475ac1(0x2d5)](_0xa93222),(_0x38fc0d=this[_0x475ac1(0x3ec)][_0x475ac1(0x1bf)]('HEARTBEAT_INTERVAL'))==null?0x7530:_0x38fc0d);}[_0x35bb4b(0x2d5)](_0x198418){const _0x20a21b=_0x35bb4b;_0x198418['socket$']['getValue']()[_0x20a21b(0x24a)]({'cmd':a[_0x20a21b(0x1b4)][_0x20a21b(0x3c4)]}),this['_waitForHeartbeatResponse'](_0x198418);}[_0x35bb4b(0x369)](_0x1b1759){const _0x479cb2=_0x35bb4b;var _0x3dd6b2;_0x1b1759[_0x479cb2(0x200)]=setTimeout(()=>this[_0x479cb2(0x263)](_0x1b1759),(_0x3dd6b2=this[_0x479cb2(0x3ec)][_0x479cb2(0x1bf)](_0x479cb2(0x1b7)))==null?ne:_0x3dd6b2);}[_0x35bb4b(0x281)](_0x50b592){const _0x175213=_0x35bb4b;_0x50b592[_0x175213(0x241)]!=null&&(clearTimeout(_0x50b592[_0x175213(0x241)]),_0x50b592[_0x175213(0x241)]=null);}['_clearTimeoutTimer'](_0x43bb15){const _0x237f7b=_0x35bb4b;_0x43bb15[_0x237f7b(0x200)]!=null&&(clearTimeout(_0x43bb15['timeoutTimer']),_0x43bb15[_0x237f7b(0x200)]=null);}};V=y([v(0x0,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x413)])),v(0x1,t['ILogService']),v(0x2,t[_0x35bb4b(0x340)]),v(0x3,qe),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(_)),v(0x5,Xe),v(0x6,(0x0,t[_0x35bb4b(0x1a4)])(We))],V);let H=class extends t['RxDisposable']{constructor(_0x165480,_0x168f1d,_0x1402ab,_0x1a2572){const _0x3a3c30=_0x35bb4b;var _0x413746;super(),this[_0x3a3c30(0x19a)]=_0x165480,this[_0x3a3c30(0x34a)]=_0x168f1d,this[_0x3a3c30(0x3ec)]=_0x1402ab,this[_0x3a3c30(0x25a)]=_0x1a2572,g(this,_0x3a3c30(0x320),new Map()),g(this,_0x3a3c30(0x2f1),new i[(_0x3a3c30(0x27e))]()),g(this,_0x3a3c30(0x3b5),this['_entityInit$'][_0x3a3c30(0x3b8)]()),((_0x413746=this['_configService']['getConfig'](_0x3a3c30(0x336)))==null?void 0x0:_0x413746['enableCollaboration'])!==!0x1&&this[_0x3a3c30(0x192)]();}[_0x35bb4b(0x2c9)](){const _0x589238=_0x35bb4b;super['dispose'](),this['_entities'][_0x589238(0x2db)](_0x26597a=>_0x26597a[_0x589238(0x2c9)]()),this[_0x589238(0x320)][_0x589238(0x322)]();}[_0x35bb4b(0x3b3)](_0x65e808){const _0x2b8d1d=_0x35bb4b;var _0x2a5216;return(_0x2a5216=this[_0x2b8d1d(0x320)][_0x2b8d1d(0x20e)](_0x65e808))==null?null:_0x2a5216;}[_0x35bb4b(0x184)](_0x259f01){const _0x35ae59=_0x35bb4b;let _0x185435=this[_0x35ae59(0x3b3)](_0x259f01);return _0x185435?(0x0,i['of'])(_0x185435):this[_0x35ae59(0x2f1)]['pipe']((0x0,s[_0x35ae59(0x45e)])(_0xd89df8=>_0xd89df8[_0x35ae59(0x41a)]===_0x259f01));}[_0x35bb4b(0x2c2)](_0x4b6d9c){const _0x3667cf=_0x35bb4b;return(0x0,i[_0x3667cf(0x43d)])(this['getCollabEntity$'](_0x4b6d9c)[_0x3667cf(0x481)]((0x0,s['map'])(()=>void 0x0)));}[_0x35bb4b(0x192)](){const _0x37d320=_0x35bb4b;this['_univerInstanceService'][_0x37d320(0x1e3)](t[_0x37d320(0x36f)][_0x37d320(0x299)])[_0x37d320(0x481)]((0x0,i[_0x37d320(0x21d)])(this[_0x37d320(0x316)]),(0x0,s[_0x37d320(0x384)])(0x10))['subscribe'](async _0x289407=>{const _0x467207=_0x37d320;let _0x135c28=_0x289407[_0x467207(0x2ca)]['getUnitId'](),_0x21a2fd=await this[_0x467207(0x19d)](_0x135c28,t[_0x467207(0x36f)]['UNIVER_SHEET']);this['_entities'][_0x467207(0x3ac)](_0x135c28,_0x21a2fd);}),this[_0x37d320(0x25a)]['getTypeOfUnitAdded$'](t[_0x37d320(0x36f)][_0x37d320(0x207)])[_0x37d320(0x481)]((0x0,i[_0x37d320(0x21d)])(this[_0x37d320(0x316)]),(0x0,s[_0x37d320(0x384)])(0x10))['pipe']((0x0,s[_0x37d320(0x45e)])(_0x43a5ef=>!_0x43a5ef[_0x37d320(0x2ca)]['getUnitId']()['startsWith']('__')))[_0x37d320(0x29b)](async _0x3f5a4b=>{const _0x23907b=_0x37d320;let _0x506340=_0x3f5a4b[_0x23907b(0x2ca)][_0x23907b(0x1b1)](),_0x8cd866=await this['_startCollaboration'](_0x506340,t['UniverInstanceType'][_0x23907b(0x207)]);this[_0x23907b(0x320)][_0x23907b(0x3ac)](_0x506340,_0x8cd866);}),this[_0x37d320(0x25a)][_0x37d320(0x1e3)](t[_0x37d320(0x36f)][_0x37d320(0x465)])['pipe']((0x0,i['takeUntil'])(this[_0x37d320(0x316)]),(0x0,s['delay'])(0x10))[_0x37d320(0x29b)](async _0xcb62fd=>{const _0x58d6f5=_0x37d320;let _0xc35b93=_0xcb62fd[_0x58d6f5(0x2ca)]['getUnitId'](),_0xcde7bb=await this[_0x58d6f5(0x19d)](_0xc35b93,t['UniverInstanceType']['UNIVER_SLIDE']);this[_0x58d6f5(0x320)]['set'](_0xc35b93,_0xcde7bb);}),this[_0x37d320(0x25a)][_0x37d320(0x1e3)](t[_0x37d320(0x36f)][_0x37d320(0x1ad)])[_0x37d320(0x481)]((0x0,i['takeUntil'])(this[_0x37d320(0x316)]),(0x0,s[_0x37d320(0x384)])(0x10))['subscribe'](async _0x267dbc=>{const _0x31057a=_0x37d320;let _0x56ff2a=_0x267dbc[_0x31057a(0x2ca)][_0x31057a(0x1b1)](),_0x43a2eb=await this[_0x31057a(0x19d)](_0x56ff2a,t[_0x31057a(0x36f)][_0x31057a(0x1ad)]);this[_0x31057a(0x320)][_0x31057a(0x3ac)](_0x56ff2a,_0x43a2eb);}),this['_univerInstanceService']['getTypeOfUnitAdded$'](t[_0x37d320(0x36f)][_0x37d320(0x17e)])[_0x37d320(0x481)]((0x0,i[_0x37d320(0x21d)])(this[_0x37d320(0x316)]),(0x0,s[_0x37d320(0x384)])(0x10))[_0x37d320(0x29b)](async _0x1942b6=>{const _0x1841b4=_0x37d320;let _0x1dbb9a=_0x1942b6[_0x1841b4(0x2ca)][_0x1841b4(0x1b1)](),_0x146a28=await this[_0x1841b4(0x19d)](_0x1dbb9a,t[_0x1841b4(0x36f)]['UNIVER_BASE']);this['_entities'][_0x1841b4(0x3ac)](_0x1dbb9a,_0x146a28);}),(0x0,i[_0x37d320(0x3f6)])(this[_0x37d320(0x25a)][_0x37d320(0x177)](t['UniverInstanceType']['UNIVER_SHEET']),this['_univerInstanceService'][_0x37d320(0x177)](t[_0x37d320(0x36f)][_0x37d320(0x207)]),this[_0x37d320(0x25a)][_0x37d320(0x177)](t[_0x37d320(0x36f)]['UNIVER_SLIDE']),this[_0x37d320(0x25a)][_0x37d320(0x177)](t[_0x37d320(0x36f)][_0x37d320(0x1ad)]),this[_0x37d320(0x25a)][_0x37d320(0x177)](t[_0x37d320(0x36f)][_0x37d320(0x17e)]))[_0x37d320(0x481)]((0x0,i['takeUntil'])(this['dispose$']))[_0x37d320(0x29b)](_0x8972b6=>{const _0x234b00=_0x37d320;let _0x113e7d=_0x8972b6['getUnitId'](),_0x89aaf3=this[_0x234b00(0x320)][_0x234b00(0x20e)](_0x113e7d);_0x89aaf3&&(_0x89aaf3['dispose'](),this['_entities'][_0x234b00(0x3bd)](_0x113e7d));});}async[_0x35bb4b(0x19d)](_0x26ca6c,_0xee436c){const _0x2594ff=_0x35bb4b;let _0x304294=await this[_0x2594ff(0x34a)]['requireSession'](_0x26ca6c),_0x32413e=this[_0x2594ff(0x19a)][_0x2594ff(0x303)](this[_0x2594ff(0x3e1)](_0xee436c),_0x26ca6c,_0xee436c,_0x304294);return await _0x32413e[_0x2594ff(0x253)](),this[_0x2594ff(0x2f1)][_0x2594ff(0x291)](_0x32413e),_0x32413e;}[_0x35bb4b(0x3e1)](_0x5909cd){const _0xe4d80e=_0x35bb4b;switch(_0x5909cd){case t['UniverInstanceType'][_0xe4d80e(0x207)]:return I;case t[_0xe4d80e(0x36f)][_0xe4d80e(0x299)]:return R;case t[_0xe4d80e(0x36f)][_0xe4d80e(0x465)]:return z;case t[_0xe4d80e(0x36f)]['UNIVER_BOARD']:return B;case t[_0xe4d80e(0x36f)][_0xe4d80e(0x17e)]:return L;default:throw Error(_0xe4d80e(0x313)+_0x5909cd);}}};H=y([v(0x0,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x413)])),v(0x1,(0x0,t[_0x35bb4b(0x48e)])(V)),v(0x2,t[_0x35bb4b(0x340)]),v(0x3,t['IUniverInstanceService'])],H);var $e=_0x35bb4b(0x324),et=_0x35bb4b(0x40f);let tt=class extends t['Disposable']{constructor(_0x1ad288,_0x3c405e){const _0x51ad86=_0x35bb4b;super(),this['_univerInstanceService']=_0x1ad288,this[_0x51ad86(0x3ec)]=_0x3c405e,this[_0x51ad86(0x192)]();}['_init'](){const _0x4f545b=_0x35bb4b;this['disposeWithMe'](this[_0x4f545b(0x25a)][_0x4f545b(0x334)][_0x4f545b(0x29b)](()=>{const _0x30da7b=_0x4f545b;var _0x2183d2;let _0x3684d1=this[_0x30da7b(0x25a)][_0x30da7b(0x2cc)](),_0x375b9f=(_0x2183d2=this[_0x30da7b(0x3ec)][_0x30da7b(0x1bf)](_0x30da7b(0x385)))==null?'Univer':_0x2183d2;_0x3684d1 instanceof t[_0x30da7b(0x3e5)]&&(_0x375b9f=_0x3684d1[_0x30da7b(0x2c7)]),document[_0x30da7b(0x31a)]=_0x375b9f;}));}};tt=y([v(0x0,t[_0x35bb4b(0x1ba)]),v(0x1,t[_0x35bb4b(0x340)])],tt);let nt=function(_0x4455c0){const _0x920462=_0x35bb4b;return _0x4455c0[_0x920462(0x407)]=_0x920462(0x407),_0x4455c0['UUID']=_0x920462(0x16c),_0x4455c0['BASE64']=_0x920462(0x38c),_0x4455c0;}({});const rt=(0x0,t[_0x35bb4b(0x35f)])(_0x35bb4b(0x2af));let U=class{constructor(_0x49e9fe,_0x5294fb,_0x1636c9){const _0x13d2f3=_0x35bb4b;this[_0x13d2f3(0x2b3)]=_0x49e9fe,this[_0x13d2f3(0x3ec)]=_0x5294fb,this[_0x13d2f3(0x25a)]=_0x1636c9;}[_0x35bb4b(0x17b)](){const _0x435e6f=_0x35bb4b;var _0x55488e;return(_0x55488e=this[_0x435e6f(0x3d0)]()['attachment'])==null?{}:_0x55488e;}async['saveAttachment'](_0x569427){const _0x1a6a2e=_0x35bb4b;let _0x3c768a=this['getUploadOptions']();if(it(_0x569427,_0x3c768a),_0x3c768a[_0x1a6a2e(0x42c)])return _0x3c768a[_0x1a6a2e(0x42c)](_0x569427);let _0x48153f=await this[_0x1a6a2e(0x2fb)](_0x569427);return{'id':_0x48153f,'name':_0x569427[_0x1a6a2e(0x2c7)],'mimeType':_0x569427[_0x1a6a2e(0x435)],'size':_0x569427[_0x1a6a2e(0x426)],'sourceType':_0x1a6a2e(0x16c),'source':_0x48153f};}async[_0x35bb4b(0x2fb)](_0xf7207e){const _0x333314=_0x35bb4b;let _0x4cc3fb=this[_0x333314(0x25a)]['getFocusedUnit'](),_0x338cf6=_0x4cc3fb==null?void 0x0:_0x4cc3fb[_0x333314(0x1b1)]();if(!_0x338cf6)throw Error(_0x333314(0x3ab));let _0x2aae65=new FormData();_0x2aae65[_0x333314(0x187)](_0x333314(0x3f4),_0xf7207e);let _0x4972c5=this[_0x333314(0x3cc)]()+_0x333314(0x332)+_0xf7207e[_0x333314(0x426)][_0x333314(0x351)]()+_0x333314(0x474)+a[_0x333314(0x24c)][_0x333314(0x405)]+_0x333314(0x1f5)+encodeURIComponent(_0x338cf6),_0x5a3140=(await this[_0x333314(0x2b3)][_0x333314(0x378)](_0x4972c5,{'body':_0x2aae65}))[_0x333314(0x46f)][_0x333314(0x35b)];if(typeof _0x5a3140!='string'||!_0x5a3140)throw Error(_0x333314(0x43e));return _0x5a3140;}[_0x35bb4b(0x3cc)](){const _0x475b66=_0x35bb4b;var _0x1f45b5;return(_0x1f45b5=this[_0x475b66(0x3d0)]()['uploadFileServerUrl'])==null?_0x475b66(0x3e2):_0x1f45b5;}['_getConfig'](){const _0x2f22d4=_0x35bb4b;var _0x4626f7;return(_0x4626f7=this[_0x2f22d4(0x3ec)][_0x2f22d4(0x1bf)](_0x2f22d4(0x336)))==null?{}:_0x4626f7;}};U=y([v(0x0,(0x0,t['Inject'])(l[_0x35bb4b(0x338)])),v(0x1,(0x0,t['Inject'])(t['IConfigService'])),v(0x2,(0x0,t['Inject'])(t[_0x35bb4b(0x1ba)]))],U);function it(_0x5bb79a,_0x37330c){const _0x22b440=_0x35bb4b;var _0x5567d7;if(_0x37330c['maxSize']!=null&&_0x5bb79a['size']>_0x37330c[_0x22b440(0x18d)])throw Error('[CollaborationAttachmentIoService]:\x20attachment\x20exceeds\x20max\x20size.');if((_0x5567d7=_0x37330c['accept'])!=null&&_0x5567d7[_0x22b440(0x17d)]&&!_0x37330c[_0x22b440(0x487)][_0x22b440(0x396)](_0x12ac20=>_0x5bb79a[_0x22b440(0x435)]===_0x12ac20||_0x5bb79a[_0x22b440(0x2c7)][_0x22b440(0x306)](_0x12ac20)||_0x12ac20[_0x22b440(0x306)]('/*')&&_0x5bb79a[_0x22b440(0x435)][_0x22b440(0x1d9)](_0x12ac20['slice'](0x0,-0x1))))throw Error('[CollaborationAttachmentIoService]:\x20attachment\x20type\x20is\x20not\x20accepted.');}let W=class{constructor(_0x5259f9,_0x1b6a94,_0x1b6675){const _0xbbee3f=_0x35bb4b;this[_0xbbee3f(0x3ec)]=_0x5259f9,this[_0xbbee3f(0x2b3)]=_0x1b6a94,this['localeService']=_0x1b6675,this['init']();}[_0x35bb4b(0x253)](){const _0x1cdfbb=_0x35bb4b;this[_0x1cdfbb(0x2b3)]['registerHTTPInterceptor']({'priority':0x1,'interceptor':(_0x3c6421,_0x4673bc)=>_0x4673bc(_0x3c6421)[_0x1cdfbb(0x481)]((0x0,i[_0x1cdfbb(0x22d)])(async _0x3c1514=>{const _0x270cc6=_0x1cdfbb;let _0x16aec9=_0x3c1514;if(_0x16aec9[_0x270cc6(0x16d)]===0x191){if(typeof window>'u')throw Error(_0x270cc6(0x32f));if(window[_0x270cc6(0x22f)](this[_0x270cc6(0x410)]['t'](_0x270cc6(0x325)))){let _0x59e42b=window[_0x270cc6(0x204)](window[_0x270cc6(0x1b3)][_0x270cc6(0x43f)]);window['location'][_0x270cc6(0x43f)]=this[_0x270cc6(0x37e)]()+_0x270cc6(0x25d)+_0x59e42b;}}return _0x16aec9;}))});}['_getLoginPath'](){const _0x355028=_0x35bb4b;var _0x9f8031;let _0x508fbd=this[_0x355028(0x3ec)][_0x355028(0x1bf)](m);return(_0x9f8031=_0x508fbd==null?void 0x0:_0x508fbd[_0x355028(0x2e4)])==null?'/universer-api/oidc/authpage':_0x9f8031;}};W=y([v(0x0,t[_0x35bb4b(0x340)]),v(0x1,(0x0,t[_0x35bb4b(0x48e)])(l[_0x35bb4b(0x338)])),v(0x2,(0x0,t['Inject'])(t['LocaleService']))],W);let G=class extends t[_0x35bb4b(0x476)]{constructor(_0x5ee8bc,_0x27227b){const _0x3ea495=_0x35bb4b;super(),this[_0x3ea495(0x37b)]=_0x5ee8bc,this[_0x3ea495(0x3ec)]=_0x27227b,g(this,_0x3ea495(0x186),!0x1),this[_0x3ea495(0x2f2)]();}[_0x35bb4b(0x2f2)](){const _0x5e01f5=_0x35bb4b;let _0x147553=this;this['disposeWithMe'](this[_0x5e01f5(0x37b)][_0x5e01f5(0x451)]({'priority':0x3e7,'interceptor':(0x0,l[_0x5e01f5(0x1ff)])({'isMatch'(_0x39d015){const _0x1606c6=_0x5e01f5;var _0x58d780;if(_0x39d015[_0x1606c6(0x1f8)]==='POST'&&(_0x58d780=_0x39d015['requestParams'])!=null&&_0x58d780[_0x1606c6(0x46f)]){let {objectID:_0x32d476,objectType:_0x2543c5}=_0x39d015['requestParams'][_0x1606c6(0x46f)]||{};if(!_0x32d476||_0x2543c5===void 0x0)return!0x1;let _0x23873e=_0x147553[_0x1606c6(0x46a)]()+'/'+_0x2543c5+_0x1606c6(0x2a3)+_0x32d476+_0x1606c6(0x272);if(_0x39d015[_0x1606c6(0x1be)]===_0x23873e)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x54d867){const _0x31783d=_0x5e01f5;var _0x144db6;return(_0x144db6=_0x54d867[_0x31783d(0x33d)])==null?void 0x0:_0x144db6[_0x31783d(0x46f)];},'mergeParamsToRequest'(_0x1425a8,_0x7577d2){const _0x2365c6=_0x5e01f5;let _0x494460=_0x147553[_0x2365c6(0x46a)]()+'/-/object/-/batch_allowed',_0x3857e0=_0x1425a8[_0x2365c6(0x2d3)]((_0x1eb689,_0x3c4963)=>{const _0x7951be=_0x2365c6;let {unitID:_0xcde98a,objectID:_0x25d399,objectType:_0x40d5d8,actions:_0x138d37}=_0x3c4963;return _0x1eb689[_0xcde98a]||(_0x1eb689[_0xcde98a]={}),_0x1eb689[_0xcde98a][_0x25d399]||(_0x1eb689[_0xcde98a][_0x25d399]={'objectID':_0x25d399,'objectType':_0x40d5d8,'actions':[]}),_0x1eb689[_0xcde98a][_0x25d399][_0x7951be(0x442)][_0x7951be(0x35d)](..._0x138d37),_0x1eb689;},{}),_0x474ec1=[];for(let _0x18f5da in _0x3857e0)for(let _0x30f10f in _0x3857e0[_0x18f5da]){let {actions:_0x46c854,objectType:_0x43e0f7}=_0x3857e0[_0x18f5da][_0x30f10f],_0x5b699b=[...new Set(_0x46c854)];_0x474ec1['push']({'unitID':_0x18f5da,'objectID':_0x30f10f,'objectType':_0x43e0f7,'actions':_0x5b699b});}return new l['HTTPRequest'](_0x2365c6(0x3d4),_0x494460,{'headers':_0x7577d2[_0x2365c6(0x3c0)],'withCredentials':_0x7577d2[_0x2365c6(0x346)],'responseType':_0x7577d2[_0x2365c6(0x3e3)],'body':{'requests':_0x474ec1}});}},{'distributeResult'(_0x1874f7,_0x1ffab0){const _0x1d12c3=_0x5e01f5;let {objectActions:_0x48e614}=_0x1874f7;return _0x1ffab0[_0x1d12c3(0x30d)](_0x59c928=>{const _0x233534=_0x1d12c3;let {unitID:_0x18609b,objectID:_0x4a52b3,actions:_0x1803c9}=_0x59c928,_0x5f1515=_0x48e614[_0x233534(0x25c)](_0x13c18e=>_0x13c18e[_0x233534(0x41a)]===_0x18609b&&_0x13c18e[_0x233534(0x44b)]===_0x4a52b3);return{'config':_0x59c928,'result':{'actions':_0x1803c9[_0x233534(0x30d)](_0x48b26c=>_0x5f1515==null?void 0x0:_0x5f1515['actions']['find'](_0x4456f9=>_0x4456f9[_0x233534(0x361)]===_0x48b26c))[_0x233534(0x45e)](_0x42838d=>!!_0x42838d),'error':_0x1874f7['error']}};});}})}));}['_getAPIPrefixPath'](){const _0x11cb96=_0x35bb4b;var _0x23e8fb;let _0x30275d=this[_0x11cb96(0x3ec)][_0x11cb96(0x1bf)](m);return(_0x23e8fb=_0x30275d==null?void 0x0:_0x30275d['authzUrl'])==null?_0x11cb96(0x452):_0x23e8fb;}async['create'](_0x158323){const _0xbd3f9d=_0x35bb4b;let _0x4ee8b1=this[_0xbd3f9d(0x46a)]()+'/'+_0x158323[_0xbd3f9d(0x1cf)]+_0xbd3f9d(0x31c);return(await this[_0xbd3f9d(0x37b)][_0xbd3f9d(0x378)](_0x4ee8b1,{'body':_0x158323}))['body'][_0xbd3f9d(0x44b)]||'';}async[_0x35bb4b(0x233)](_0x2409c6){const _0x65ea32=_0x35bb4b;let _0x20c35a=this[_0x65ea32(0x46a)]()+_0x65ea32(0x48f);return(await this[_0x65ea32(0x37b)][_0x65ea32(0x378)](_0x20c35a,{'body':_0x2409c6}))['body'][_0x65ea32(0x17c)];}async['update'](_0x38fe59){const _0x169da6=_0x35bb4b;var _0x33be75;let _0x26036d=this['_getAPIPrefixPath']()+'/'+_0x38fe59['objectType']+'/object/'+_0x38fe59[_0x169da6(0x44b)],_0x3656b1=await this[_0x169da6(0x37b)][_0x169da6(0x34f)](_0x26036d,{'body':_0x38fe59});if((_0x3656b1==null||(_0x33be75=_0x3656b1[_0x169da6(0x46f)])==null||(_0x33be75=_0x33be75['error'])==null?void 0x0:_0x33be75[_0x169da6(0x1a5)])!==0x1)throw Error(_0x169da6(0x178));}async['allowed'](_0x550702){const _0x479b2a=_0x35bb4b;let _0x48a5c9=this[_0x479b2a(0x46a)]()+'/'+_0x550702[_0x479b2a(0x1cf)]+_0x479b2a(0x2a3)+_0x550702[_0x479b2a(0x44b)]+'/allowed';return(await this[_0x479b2a(0x37b)]['post'](_0x48a5c9,{'body':_0x550702}))[_0x479b2a(0x46f)][_0x479b2a(0x442)];}async[_0x35bb4b(0x296)](_0xda906d){const _0x4f08da=_0x35bb4b;let _0x494d70=this[_0x4f08da(0x46a)]()+_0x4f08da(0x1a0);return(await this[_0x4f08da(0x37b)][_0x4f08da(0x378)](_0x494d70,{'body':{'requests':_0xda906d}}))[_0x4f08da(0x46f)][_0x4f08da(0x279)];}async[_0x35bb4b(0x37f)](_0x4b93b1){const _0x2a1214=_0x35bb4b;let _0x1ceac1=this[_0x2a1214(0x46a)]()+'/'+_0x4b93b1[_0x2a1214(0x1cf)]+_0x2a1214(0x358),_0x583f61=await this[_0x2a1214(0x37b)]['post'](_0x1ceac1,{'body':_0x4b93b1});return{'roles':_0x583f61[_0x2a1214(0x46f)][_0x2a1214(0x41c)],'actions':_0x583f61[_0x2a1214(0x46f)]['actions']};}async[_0x35bb4b(0x372)](_0x3d07f8){const _0x4b0b34=_0x35bb4b;let _0x24efa1=this[_0x4b0b34(0x46a)]()+_0x4b0b34(0x448);await this['_HTTPService'][_0x4b0b34(0x3bd)](_0x24efa1,{'params':{'collaboratorID':_0x3d07f8[_0x4b0b34(0x318)],'objectID':_0x3d07f8[_0x4b0b34(0x44b)],'unitID':_0x3d07f8['unitID']}});}async['updateCollaborator'](_0x3f3067){const _0x4c7268=_0x35bb4b;let _0x78618b=this[_0x4c7268(0x46a)]()+_0x4c7268(0x448);await this[_0x4c7268(0x37b)][_0x4c7268(0x2bb)](_0x78618b,{'body':_0x3f3067});}async[_0x35bb4b(0x288)](_0x99925b){const _0x992f75=_0x35bb4b;let _0xce8622=this['_getAPIPrefixPath']()+_0x992f75(0x448);await this['_HTTPService']['post'](_0xce8622,{'body':_0x99925b});}async[_0x35bb4b(0x1fd)](_0x4a11e6){const _0x37938f=_0x35bb4b;var _0x2c2276;let _0x20c0e2=this[_0x37938f(0x46a)]()+_0x37938f(0x448),_0x33096b=await this[_0x37938f(0x37b)]['get'](_0x20c0e2,{'params':{'objectID':_0x4a11e6['objectID'],'unitID':_0x4a11e6[_0x37938f(0x41a)]}});return this[_0x37938f(0x42f)]((_0x2c2276=_0x33096b[_0x37938f(0x46f)][_0x37938f(0x355)])==null?!0x1:_0x2c2276),_0x33096b[_0x37938f(0x46f)][_0x37938f(0x427)];}async[_0x35bb4b(0x30e)](_0x537e22){const _0x413568=_0x35bb4b;let _0x214b9f=this['_getAPIPrefixPath']()+_0x413568(0x448);await this['_HTTPService'][_0x413568(0x34f)](_0x214b9f,{'body':_0x537e22});}[_0x35bb4b(0x42f)](_0x5cebf6){const _0x325ef5=_0x35bb4b;this[_0x325ef5(0x186)]=_0x5cebf6;}[_0x35bb4b(0x269)](){const _0x52a2b0=_0x35bb4b;return this[_0x52a2b0(0x186)];}};G=y([v(0x0,(0x0,t[_0x35bb4b(0x48e)])(l[_0x35bb4b(0x338)])),v(0x1,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x340)]))],G);function at(_0x5c3a84){const _0x9cfa4f=_0x35bb4b;let _0xdf7fee=atob(_0x5c3a84),_0x177ab1=new Uint8Array(_0xdf7fee[_0x9cfa4f(0x17d)]);for(let _0x1984c3=0x0;_0x1984c3<_0xdf7fee[_0x9cfa4f(0x17d)];_0x1984c3++)_0x177ab1[_0x1984c3]=_0xdf7fee['charCodeAt'](_0x1984c3);return _0x177ab1;}function ot(_0x35ec53){const _0x5d7867=_0x35bb4b;let _0x4cb94e='';for(let _0x4a5386=0x0;_0x4a5386<_0x35ec53[_0x5d7867(0x17d)];_0x4a5386++)_0x4cb94e+=String['fromCharCode'](_0x35ec53[_0x4a5386]);return btoa(_0x4cb94e);}function st(_0x371a1,_0x243280){const _0x419909=_0x35bb4b;let _0x4471ae=at(_0x243280),_0x47ccbb=(0x0,f[_0x419909(0x3d9)])(0x10);return ot((0x0,f['concatBytes'])(_0x47ccbb,(0x0,d[_0x419909(0x2ad)])(_0x4471ae,_0x47ccbb)[_0x419909(0x45b)]((0x0,f[_0x419909(0x23d)])(_0x371a1))));}function ct(){const _0x3da73e=_0x35bb4b;let _0x7dbf33=(0x0,u[_0x3da73e(0x42d)])()[_0x3da73e(0x1e7)];if(typeof window<'u'&&window['location']!==void 0x0&&_0x7dbf33){let _0x1cb896={'time':Math[_0x3da73e(0x265)](Date[_0x3da73e(0x277)]()/0x3e8),'domain':location[_0x3da73e(0x275)]};return st(JSON['stringify'](_0x1cb896),_0x7dbf33);}}let K=class{constructor(_0x40b328){const _0x315e7a=_0x35bb4b;this[_0x315e7a(0x2b3)]=_0x40b328,this[_0x315e7a(0x480)]();}['_initRequestHeader'](){const _0x2f38a5=_0x35bb4b;this[_0x2f38a5(0x2b3)][_0x2f38a5(0x451)]({'interceptor':(_0x31aaac,_0x27fff1)=>{const _0x43d02d=_0x2f38a5;let _0x2db019=ct();return _0x2db019&&_0x31aaac['headers'][_0x43d02d(0x3ac)](_0x43d02d(0x317),_0x2db019),_0x27fff1(_0x31aaac);}});}};K=y([v(0x0,(0x0,t[_0x35bb4b(0x48e)])(l[_0x35bb4b(0x338)]))],K);let q=class extends t[_0x35bb4b(0x28c)]{constructor(_0x5a4e13,_0x5a2ee8,_0x66efbb){const _0x8157c1=_0x35bb4b;super(),this[_0x8157c1(0x445)]=_0x5a4e13,this[_0x8157c1(0x216)]=_0x5a2ee8,this[_0x8157c1(0x1d3)]=_0x66efbb,g(this,_0x8157c1(0x44c),new i[(_0x8157c1(0x3a3))](null)),g(this,_0x8157c1(0x38f),new i[(_0x8157c1(0x27e))]()),g(this,'unitInfo$',this[_0x8157c1(0x44c)][_0x8157c1(0x3b8)]()),g(this,_0x8157c1(0x397),this['_unitLoaded$'][_0x8157c1(0x3b8)]());}[_0x35bb4b(0x2c9)](){const _0x5de65d=_0x35bb4b;super[_0x5de65d(0x2c9)](),this[_0x5de65d(0x38f)][_0x5de65d(0x1f7)](),this[_0x5de65d(0x44c)][_0x5de65d(0x1f7)]();}async[_0x35bb4b(0x26a)](_0x47b52c,_0x2aecb0,_0x1df18b){const _0x4e3125=_0x35bb4b;this['_unitInfo$']['next']({'unitId':_0x47b52c,'type':_0x2aecb0});let _0x4c7cac=null;switch(_0x2aecb0){case t['UniverInstanceType'][_0x4e3125(0x299)]:_0x4c7cac=await this[_0x4e3125(0x216)]['loadSheet'](_0x47b52c,_0x1df18b);break;case t[_0x4e3125(0x36f)][_0x4e3125(0x207)]:_0x4c7cac=await this[_0x4e3125(0x216)][_0x4e3125(0x1c2)](_0x47b52c,_0x1df18b);break;case t[_0x4e3125(0x36f)][_0x4e3125(0x465)]:_0x4c7cac=await this['_snapshotService'][_0x4e3125(0x314)](_0x47b52c,_0x1df18b);break;case t[_0x4e3125(0x36f)][_0x4e3125(0x1ad)]:_0x4c7cac=await this['_snapshotService'][_0x4e3125(0x441)](_0x47b52c,_0x1df18b);break;case t[_0x4e3125(0x36f)][_0x4e3125(0x17e)]:_0x4c7cac=await this[_0x4e3125(0x216)][_0x4e3125(0x229)](_0x47b52c,_0x1df18b);break;default:this['_logService'][_0x4e3125(0x23f)](_0x4e3125(0x45a),_0x4e3125(0x1f6));break;}return _0x4c7cac&&this[_0x4e3125(0x38f)]['next'](_0x4c7cac),_0x4c7cac;}async[_0x35bb4b(0x403)](_0x2c8f7d,_0x39271a,_0x412a2f){const _0x34ef8b=_0x35bb4b;var _0x434c88;this[_0x34ef8b(0x44c)][_0x34ef8b(0x291)]({'unitId':_0x2c8f7d,'type':_0x39271a,'subUnitId':_0x412a2f});let _0x27741d=0x0,_0x22743e=await((_0x434c88=this[_0x34ef8b(0x1d3)])==null?void 0x0:_0x434c88['loadOfflineData'](_0x2c8f7d));return _0x22743e&&(_0x22743e[_0x34ef8b(0x3e6)]||_0x22743e[_0x34ef8b(0x2de)]['length']!==0x0)&&(_0x27741d=_0x22743e[_0x34ef8b(0x347)]),_0x27741d===0x0&&this[_0x34ef8b(0x445)]['debug'](_0x34ef8b(0x45a),_0x34ef8b(0x232)),this[_0x34ef8b(0x26a)](_0x2c8f7d,_0x39271a,_0x27741d);}};q=y([v(0x0,t[_0x35bb4b(0x1d7)]),v(0x1,(0x0,t[_0x35bb4b(0x48e)])(e['SnapshotService'])),v(0x2,(0x0,t['Optional'])(S))],q);let J=class{constructor(_0x51e12e,_0x2a13c7,_0x2ee748){const _0x1808fe=_0x35bb4b;this[_0x1808fe(0x2b3)]=_0x51e12e,this[_0x1808fe(0x3ec)]=_0x2a13c7,this[_0x1808fe(0x25a)]=_0x2ee748,g(this,_0x1808fe(0x2eb),0x0),g(this,_0x1808fe(0x40c),new i[(_0x1808fe(0x27e))]()),g(this,_0x1808fe(0x1c3),this['_change$']),g(this,_0x1808fe(0x1a1),new Map());}[_0x35bb4b(0x389)](_0x2b6da5){const _0x286faa=_0x35bb4b;this['_waitCount']=_0x2b6da5,this[_0x286faa(0x40c)][_0x286faa(0x291)](_0x2b6da5);}[_0x35bb4b(0x26e)](_0xc6dd1b,_0x50405c){const _0x569c61=_0x35bb4b;if(_0x50405c===t[_0x569c61(0x18f)][_0x569c61(0x38c)]){let _0x320e84=new Image();return _0x320e84[_0x569c61(0x278)]=_0xc6dd1b,_0x320e84;}return this[_0x569c61(0x1a1)][_0x569c61(0x20e)](_0xc6dd1b);}[_0x35bb4b(0x41b)](_0x721942,_0x2df6c0,_0x1e5e49){const _0x267be5=_0x35bb4b;_0x2df6c0===t[_0x267be5(0x18f)][_0x267be5(0x38c)]||_0x1e5e49==null||this[_0x267be5(0x1a1)][_0x267be5(0x3ac)](_0x721942,_0x1e5e49);}async['getImage'](_0x515046){const _0xd6ba2b=_0x35bb4b;try{let _0x10a16c=this[_0xd6ba2b(0x3d7)](this[_0xd6ba2b(0x1c8)](),''+_0x515046),_0x17b544=(await this[_0xd6ba2b(0x2b3)]['get'](_0x10a16c))['body'];if(_0x17b544[_0xd6ba2b(0x23f)]&&_0x17b544[_0xd6ba2b(0x23f)][_0xd6ba2b(0x1a5)]===a[_0xd6ba2b(0x371)]['OK']){let _0x2b243d=(0x0,t[_0xd6ba2b(0x21b)])(_0x17b544[_0xd6ba2b(0x1be)],this['_getDownloadEndpointURL']());return Promise[_0xd6ba2b(0x415)](_0x2b243d);}return Promise[_0xd6ba2b(0x1a2)](_0x17b544[_0xd6ba2b(0x23f)]);}catch(_0x5092fb){return Promise[_0xd6ba2b(0x1a2)](_0x5092fb);}}async['saveImage'](_0x528cfe){const _0x135ff5=_0x35bb4b;let _0x5e5f2e='';if(!p[_0x135ff5(0x32b)][_0x135ff5(0x492)](_0x528cfe[_0x135ff5(0x435)]))return this['_decreaseWaiting'](),Promise[_0x135ff5(0x1a2)](Error(t['ImageUploadStatusType'][_0x135ff5(0x3a5)]));if(_0x528cfe[_0x135ff5(0x426)]>(0x0,p[_0x135ff5(0x461)])())return this[_0x135ff5(0x3f3)](),Promise[_0x135ff5(0x1a2)](Error(t[_0x135ff5(0x44f)][_0x135ff5(0x270)]));try{let _0x358fc0=new FormData();_0x358fc0[_0x135ff5(0x187)](_0x135ff5(0x3f4),_0x528cfe);let _0x2e1c2e=this[_0x135ff5(0x25a)][_0x135ff5(0x2cc)](),_0xd4bb05=_0x2e1c2e==null?void 0x0:_0x2e1c2e['getUnitId']();if(!_0xd4bb05)throw Error(_0x135ff5(0x488));let _0xeadc79=this[_0x135ff5(0x3cc)]()+'?size='+_0x528cfe['size'][_0x135ff5(0x351)]()+_0x135ff5(0x474)+a[_0x135ff5(0x24c)][_0x135ff5(0x405)]+_0x135ff5(0x1f5)+encodeURIComponent(_0xd4bb05),_0xb7542e={'body':_0x358fc0},_0x24695b=(await this[_0x135ff5(0x2b3)]['post'](_0xeadc79,_0xb7542e))[_0x135ff5(0x46f)];if(typeof _0x24695b[_0x135ff5(0x35b)]!=_0x135ff5(0x434))return this['_decreaseWaiting'](),Promise['reject'](Error(t['ImageUploadStatusType'][_0x135ff5(0x490)]));_0x5e5f2e=_0x24695b[_0x135ff5(0x35b)];}catch{return this[_0x135ff5(0x3f3)](),Promise['reject'](Error(t[_0x135ff5(0x44f)]['ERROR_IMAGE']));}return new Promise((_0x119e53,_0x8fe34c)=>{const _0xc7bda0=_0x135ff5;let _0x27de31=new FileReader();_0x27de31['readAsDataURL'](_0x528cfe),_0x27de31[_0xc7bda0(0x327)]=_0x2a1ae7=>{const _0x151c56=_0xc7bda0;var _0x6cd98e;let _0x12617e=(_0x6cd98e=_0x2a1ae7[_0x151c56(0x1e5)])==null?void 0x0:_0x6cd98e[_0x151c56(0x3bb)];if(_0x12617e==null){this[_0x151c56(0x3f3)](),_0x8fe34c(Error(t[_0x151c56(0x44f)][_0x151c56(0x490)]));return;}_0x119e53({'imageId':(0x0,t[_0x151c56(0x29a)])(0x6),'imageSourceType':t[_0x151c56(0x18f)][_0x151c56(0x16c)],'source':_0x5e5f2e,'base64Cache':_0x12617e,'status':t[_0x151c56(0x44f)][_0x151c56(0x21e)]}),this['_decreaseWaiting']();};});}[_0x35bb4b(0x3cc)](){const _0xad4bc8=_0x35bb4b;var _0x6a4095;let _0x51f675=this['_configService'][_0xad4bc8(0x1bf)](m);return(_0x6a4095=_0x51f675==null?void 0x0:_0x51f675[_0xad4bc8(0x203)])==null?_0xad4bc8(0x3e2):_0x6a4095;}[_0x35bb4b(0x1c8)](){const _0xb4508=_0x35bb4b;var _0x26e8b4;let _0x368254=this[_0xb4508(0x3ec)]['getConfig'](m);return(_0x26e8b4=_0x368254==null?void 0x0:_0x368254[_0xb4508(0x258)])==null?_0xb4508(0x2d1):_0x26e8b4;}[_0x35bb4b(0x31d)](){const _0x1a48f1=_0x35bb4b;var _0x37b8c8;let _0x52399f=this[_0x1a48f1(0x3ec)][_0x1a48f1(0x1bf)](m);return(_0x37b8c8=_0x52399f==null?void 0x0:_0x52399f[_0x1a48f1(0x45c)])==null?location[_0x1a48f1(0x2df)]:_0x37b8c8;}[_0x35bb4b(0x3d7)](_0xf793b1,_0x53211f){const _0x12fdf1=_0x35bb4b;return _0xf793b1[_0x12fdf1(0x1c7)](_0x12fdf1(0x391),_0x53211f);}[_0x35bb4b(0x3f3)](){const _0x40fec8=_0x35bb4b;--this[_0x40fec8(0x2eb)],this[_0x40fec8(0x40c)][_0x40fec8(0x291)](this['_waitCount']);}};J=y([v(0x0,(0x0,t['Inject'])(l[_0x35bb4b(0x338)])),v(0x1,t['IConfigService']),v(0x2,(0x0,t[_0x35bb4b(0x48e)])(t['IUniverInstanceService']))],J);let Y=class{constructor(_0x1476dc,_0x128c86){const _0x160e35=_0x35bb4b;this[_0x160e35(0x3ec)]=_0x1476dc,this[_0x160e35(0x37b)]=_0x128c86;}[_0x35bb4b(0x46a)](){const _0x581367=_0x35bb4b;var _0x2dd99d;let _0x4712bc=this[_0x581367(0x3ec)][_0x581367(0x1bf)](m);return(_0x2dd99d=_0x4712bc==null?void 0x0:_0x4712bc['authzUrl'])==null?_0x581367(0x452):_0x2dd99d;}async[_0x35bb4b(0x233)](_0x1a020a){const _0x9754fd=_0x35bb4b;let _0x532af2=this['_getAPIPrefixPath']()+_0x9754fd(0x448);return{'list':[{'title':_0x9754fd(0x27c),'mentions':(await this[_0x9754fd(0x37b)][_0x9754fd(0x20e)](_0x532af2,{'params':{'objectID':_0x1a020a[_0x9754fd(0x2a8)],'unitID':_0x1a020a[_0x9754fd(0x2a8)]}}))[_0x9754fd(0x46f)][_0x9754fd(0x427)][_0x9754fd(0x30d)](_0x178ada=>({'objectId':_0x178ada['id'],'name':_0x178ada[_0x9754fd(0x2da)][_0x9754fd(0x2c7)],'metadata':{'icon':_0x178ada[_0x9754fd(0x2da)][_0x9754fd(0x209)]},'label':_0x178ada[_0x9754fd(0x2da)][_0x9754fd(0x2c7)],'objectType':t[_0x9754fd(0x1f3)]['PERSON']})),'metadata':{},'type':t[_0x9754fd(0x1f3)]['PERSON']}]};}};Y=y([v(0x0,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x340)])),v(0x1,(0x0,t['Inject'])(l['HTTPService']))],Y);let X=class extends t['RxDisposable']{constructor(_0xdff6d,_0x576bcc,_0x5655f5,_0x4ef6fd,_0x5a7be5){const _0x55937a=_0x35bb4b;super(),this[_0x55937a(0x19a)]=_0xdff6d,this[_0x55937a(0x25a)]=_0x576bcc,this[_0x55937a(0x1b8)]=_0x5655f5,this[_0x55937a(0x22c)]=_0x4ef6fd,this[_0x55937a(0x1da)]=_0x5a7be5,this[_0x55937a(0x1f1)](),this[_0x55937a(0x30b)]();}[_0x35bb4b(0x30b)](){const _0x1a7b74=_0x35bb4b;let _0xc8ac23=async _0xf6a2d5=>{const _0x1ca64c=_0x5a3b;(await this[_0x1ca64c(0x22c)][_0x1ca64c(0x239)](_0xf6a2d5))[_0x1ca64c(0x35c)][_0x1ca64c(0x481)]((0x0,s[_0x1ca64c(0x45e)])(_0x360c98=>_0x360c98[_0x1ca64c(0x44a)]===e[_0x1ca64c(0x383)]['SHOULD_CLOSE_CONN']),(0x0,s[_0x1ca64c(0x21d)])(this[_0x1ca64c(0x316)]))[_0x1ca64c(0x29b)](_0x136586=>{const _0x375e6f=_0x1ca64c;let {reason:_0x235670}=_0x136586[_0x375e6f(0x36a)];this[_0x375e6f(0x1da)][_0x375e6f(0x328)]({'id':_0x375e6f(0x394),'data':_0x235670}),this[_0x375e6f(0x1b8)][_0x375e6f(0x274)](new r['WorkbookEditablePermission'](_0xf6a2d5)['id'],!0x1),this[_0x375e6f(0x22c)][_0x375e6f(0x3cf)](_0xf6a2d5);});};(0x0,i[_0x1a7b74(0x3f6)])(this['_univerInstanceService']['getTypeOfUnitAdded$'](t['UniverInstanceType']['UNIVER_SHEET']),this[_0x1a7b74(0x25a)]['getTypeOfUnitAdded$'](t[_0x1a7b74(0x36f)][_0x1a7b74(0x207)]),this[_0x1a7b74(0x25a)][_0x1a7b74(0x1e3)](t[_0x1a7b74(0x36f)]['UNIVER_BOARD']),this[_0x1a7b74(0x25a)][_0x1a7b74(0x1e3)](t[_0x1a7b74(0x36f)][_0x1a7b74(0x17e)]))[_0x1a7b74(0x481)]((0x0,s[_0x1a7b74(0x30d)])(_0x1bdfa2=>_0x1bdfa2[_0x1a7b74(0x2ca)]['getUnitId']()),(0x0,s[_0x1a7b74(0x45e)])(_0x131248=>!(0x0,t[_0x1a7b74(0x280)])(_0x131248)),(0x0,s[_0x1a7b74(0x21d)])(this[_0x1a7b74(0x316)]))[_0x1a7b74(0x29b)](_0x6b1231=>{_0xc8ac23(_0x6b1231);});}[_0x35bb4b(0x1f1)](){const _0x122d04=_0x35bb4b;let _0x5dcbd1=async _0x3d1411=>{const _0x296fc2=_0x5a3b;let _0xb3e7bf=await this[_0x296fc2(0x22c)][_0x296fc2(0x239)](_0x3d1411),_0x339c92=this[_0x296fc2(0x19a)][_0x296fc2(0x20e)](r[_0x296fc2(0x47a)]);_0xb3e7bf[_0x296fc2(0x35c)]['pipe']((0x0,s[_0x296fc2(0x45e)])(_0x5b77b8=>_0x5b77b8[_0x296fc2(0x44a)]===e[_0x296fc2(0x383)][_0x296fc2(0x174)]),(0x0,s[_0x296fc2(0x21d)])(this[_0x296fc2(0x316)]))[_0x296fc2(0x29b)](_0x45d134=>{const _0x276fa8=_0x296fc2;let {objectId:_0x317eb4}=_0x45d134['data'];_0x317eb4===_0x3d1411?_0x339c92[_0x276fa8(0x19b)](_0x3d1411):_0x339c92[_0x276fa8(0x284)](_0x3d1411,_0x317eb4);});};(0x0,i[_0x122d04(0x3f6)])(this[_0x122d04(0x25a)]['getTypeOfUnitAdded$'](t[_0x122d04(0x36f)][_0x122d04(0x299)]))[_0x122d04(0x481)]((0x0,s['map'])(_0x2cc908=>_0x2cc908['unit'][_0x122d04(0x1b1)]()),(0x0,s[_0x122d04(0x45e)])(_0x1e5085=>!(0x0,t['isInternalEditorID'])(_0x1e5085)),(0x0,s[_0x122d04(0x21d)])(this[_0x122d04(0x316)]))['subscribe'](_0x584085=>{_0x5dcbd1(_0x584085);});}};X=y([v(0x0,(0x0,t[_0x35bb4b(0x48e)])(t[_0x35bb4b(0x413)])),v(0x1,t[_0x35bb4b(0x1ba)]),v(0x2,t[_0x35bb4b(0x1fa)]),v(0x3,(0x0,t[_0x35bb4b(0x48e)])(V)),v(0x4,(0x0,t[_0x35bb4b(0x48e)])(_))],X);let Z=class{constructor(_0x55add0,_0x1a7220){const _0xa1c3c0=_0x35bb4b;this[_0xa1c3c0(0x3ec)]=_0x55add0,this[_0xa1c3c0(0x2b3)]=_0x1a7220;}async[_0x35bb4b(0x214)](_0x185c12,_0x11cd77){const _0x2d1f5e=_0x35bb4b;var _0x1ef298;let {unitID:_0x4733b4,type:_0x4b533d,revision:_0x4c0b3d=0x0}=_0x11cd77,_0x106e1e=this[_0x2d1f5e(0x404)]()+'/'+_0x4b533d+_0x2d1f5e(0x225)+_0x4733b4+_0x2d1f5e(0x2bc)+_0x4c0b3d,_0x37230b=(await this[_0x2d1f5e(0x2b3)]['get'](_0x106e1e))[_0x2d1f5e(0x46f)],_0x36ae3b=(_0x1ef298=_0x37230b['snapshot'])==null?void 0x0:_0x1ef298[_0x2d1f5e(0x3ae)];if(_0x36ae3b){let _0x32e79f=_0x36ae3b==null?void 0x0:_0x36ae3b['originalMeta'];_0x36ae3b[_0x2d1f5e(0x228)]=e[_0x2d1f5e(0x460)]['encode']((0x0,e[_0x2d1f5e(0x46c)])(_0x32e79f)),Object[_0x2d1f5e(0x46d)](_0x36ae3b[_0x2d1f5e(0x1a3)])[_0x2d1f5e(0x2db)](([,_0x5a2403])=>{const _0xbf9d3d=_0x2d1f5e;let _0x1018c9=_0x5a2403[_0xbf9d3d(0x228)];_0x5a2403[_0xbf9d3d(0x228)]=e[_0xbf9d3d(0x460)][_0xbf9d3d(0x2ee)]((0x0,e[_0xbf9d3d(0x46c)])(_0x1018c9));});}return _0x37230b;}async[_0x35bb4b(0x40d)](_0xb2797d,_0x4f7634){const _0x1f7eab=_0x35bb4b;let {unitID:_0xc90c8c,type:_0x1fe5ec,blockID:_0x5cb781}=_0x4f7634,_0x47b585=this['_getAPIPrefix']()+'/'+_0x1fe5ec+'/unit/'+_0xc90c8c+_0x1f7eab(0x1ce)+_0x5cb781;return(await this[_0x1f7eab(0x2b3)][_0x1f7eab(0x20e)](_0x47b585))[_0x1f7eab(0x46f)];}async[_0x35bb4b(0x400)](_0x343882,_0x26fba5){const _0x1cfaf2=_0x35bb4b;let {unitID:_0x3271f8,type:_0x15b0b5,blockID:_0xfac719}=_0x26fba5,_0x185259=this[_0x1cfaf2(0x18b)]()+_0x1cfaf2(0x1ce)+_0x15b0b5+'/unit/'+_0x3271f8+_0x1cfaf2(0x1ce)+_0xfac719;return(await this[_0x1cfaf2(0x2b3)][_0x1cfaf2(0x20e)](_0x185259))[_0x1cfaf2(0x46f)];}async[_0x35bb4b(0x483)](_0x12c7a1,_0x43a9f9){const _0x57e8ac=_0x35bb4b;let {unitID:_0x57592b,type:_0x8023b5,from:_0x4094c8,to:_0x24f254}=_0x43a9f9,_0x5e33fa=this['_getAPIPrefix']()+'/'+_0x8023b5+'/unit/'+_0x57592b+'/fetchmissing?from='+_0x4094c8+_0x57e8ac(0x3b1)+_0x24f254;return(await this['_httpService'][_0x57e8ac(0x20e)](_0x5e33fa))['body'];}[_0x35bb4b(0x404)](){const _0x1f0b10=_0x35bb4b;var _0x48cbce;return(_0x48cbce=this[_0x1f0b10(0x3ec)][_0x1f0b10(0x1bf)](_0x1f0b10(0x35a)))==null?this[_0x1f0b10(0x18b)]():_0x48cbce;}[_0x35bb4b(0x18b)](){const _0x16447d=_0x35bb4b;var _0x449247;let _0x389ce2=this[_0x16447d(0x3ec)][_0x16447d(0x1bf)](m);return(_0x449247=_0x389ce2==null?void 0x0:_0x389ce2[_0x16447d(0x250)])==null?_0x16447d(0x463):_0x449247;}async['getResourcesRequest'](_0x1fe248,_0x11d8c1){const _0x49957c=_0x35bb4b;let _0x27366c=_0x49957c(0x1c5)+_0x11d8c1[_0x49957c(0x435)]+_0x49957c(0x225)+_0x11d8c1['unitID']+'/resources';return(await this[_0x49957c(0x2b3)][_0x49957c(0x20e)](_0x27366c,{'params':{'resourceId':JSON['stringify'](_0x11d8c1[_0x49957c(0x3ed)])}}))[_0x49957c(0x46f)];}[_0x35bb4b(0x27b)](){throw Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['updateSnapshot'](){const _0x55210d=_0x35bb4b;throw Error(_0x55210d(0x1df));}[_0x35bb4b(0x2b7)](){const _0x258718=_0x35bb4b;throw Error(_0x258718(0x1df));}[_0x35bb4b(0x1fc)](){const _0x40bb69=_0x35bb4b;throw Error(_0x40bb69(0x1df));}[_0x35bb4b(0x255)](){const _0x13f1d7=_0x35bb4b;throw Error(_0x13f1d7(0x1df));}[_0x35bb4b(0x47f)](){const _0x52b9f0=_0x35bb4b;throw Error(_0x52b9f0(0x1df));}};Z=y([v(0x0,t[_0x35bb4b(0x340)]),v(0x1,(0x0,t['Inject'])(l[_0x35bb4b(0x338)]))],Z);let Q=class extends t['LocalUndoRedoService']{constructor(_0x52f6aa,_0x481f63,_0xd95ef0,_0x2d485f,_0x345668){const _0x53f591=_0x35bb4b;super(_0x52f6aa,_0x481f63,_0xd95ef0),this[_0x53f591(0x217)]=_0x2d485f,this[_0x53f591(0x445)]=_0x345668;}[_0x35bb4b(0x268)](_0x5cf399,_0x28129c){const _0x1cfd1e=_0x35bb4b;let _0x587cbb=this[_0x1cfd1e(0x331)](_0x5cf399);if(_0x587cbb)try{let _0x440c74=this[_0x1cfd1e(0x28f)](_0x587cbb,_0x28129c);this['_substituteUndoStack'](_0x5cf399,_0x440c74);}catch(_0x45f64d){this[_0x1cfd1e(0x445)][_0x1cfd1e(0x23f)](_0x1cfd1e(0x382),_0x45f64d),this[_0x1cfd1e(0x1bc)](_0x5cf399);}let _0x130587=this[_0x1cfd1e(0x183)](_0x5cf399);if(_0x130587)try{let _0x263252=this['_transformStack'](_0x130587,_0x28129c);this[_0x1cfd1e(0x3ad)](_0x5cf399,_0x263252);}catch(_0x6dd07e){this[_0x1cfd1e(0x445)][_0x1cfd1e(0x23f)](_0x6dd07e),this[_0x1cfd1e(0x1d6)](_0x5cf399);}}[_0x35bb4b(0x1bc)](_0x388f13){const _0x1f79d4=_0x35bb4b;let _0x229be3=this[_0x1f79d4(0x331)](_0x388f13);_0x229be3&&(_0x229be3[_0x1f79d4(0x17d)]=0x0,this[_0x1f79d4(0x205)]());}[_0x35bb4b(0x1d6)](_0x23fdd7){const _0x4a5935=_0x35bb4b;let _0x5d818e=this[_0x4a5935(0x183)](_0x23fdd7);_0x5d818e&&(_0x5d818e[_0x4a5935(0x17d)]=0x0,this[_0x4a5935(0x205)]());}[_0x35bb4b(0x32c)](_0x3cf230,_0x1dbff4){const _0x20e3a3=_0x35bb4b;this['_undoStacks'][_0x20e3a3(0x3ac)](_0x3cf230,_0x1dbff4),this[_0x20e3a3(0x205)]();}[_0x35bb4b(0x3ad)](_0xb06a42,_0x1bd252){this['_redoStacks']['set'](_0xb06a42,_0x1bd252),this['_updateStatus']();}['_transformStack'](_0x38c608,_0x1ae059){const _0x5098dd=_0x35bb4b;let _0x395479=[],_0x470d15=_0x1ae059,_0x4cd414=_0x1ae059;for(let _0x274fcd=_0x38c608['length']-0x1;_0x274fcd>=0x0;_0x274fcd--){let {unitID:_0x18595f,undoMutations:_0x5e32a6,redoMutations:_0x7b392f}=_0x38c608[_0x274fcd],_0x2c8157=this[_0x5098dd(0x217)]['transformMutationsWithChangeset'](_0x470d15,_0x5e32a6),_0x49b2a7=this['_transformService'][_0x5098dd(0x36c)](_0x4cd414,_0x7b392f);if((0x0,e[_0x5098dd(0x411)])(_0x2c8157)||(0x0,e[_0x5098dd(0x411)])(_0x49b2a7)){this[_0x5098dd(0x445)]['error'](_0x5098dd(0x382),'transformStack\x20failed!',_0x2c8157,_0x49b2a7);break;}_0x470d15=_0x2c8157[_0x5098dd(0x1d2)],_0x4cd414=_0x49b2a7[_0x5098dd(0x1d2)],_0x395479['push']({'unitID':_0x18595f,'undoMutations':_0x2c8157[_0x5098dd(0x28e)],'redoMutations':_0x49b2a7[_0x5098dd(0x28e)]});}return _0x395479[_0x5098dd(0x42a)]();}};Q=y([v(0x0,t[_0x35bb4b(0x1ba)]),v(0x1,t[_0x35bb4b(0x224)]),v(0x2,t['IContextService']),v(0x3,e[_0x35bb4b(0x41f)]),v(0x4,t[_0x35bb4b(0x1d7)])],Q);let $=class extends t[_0x35bb4b(0x380)]{constructor(_0x4fbd84=ee,_0x2f8100,_0x418e38,_0x60ab2c){const _0x1d4e45=_0x35bb4b;super(),this[_0x1d4e45(0x3d5)]=_0x4fbd84,this[_0x1d4e45(0x445)]=_0x2f8100,this[_0x1d4e45(0x19a)]=_0x418e38,this[_0x1d4e45(0x3ec)]=_0x60ab2c;let {..._0x4eb890}=(0x0,t['merge'])({},ee,this[_0x1d4e45(0x3d5)]);if(!_0x4eb890['socketService'])throw Error(_0x1d4e45(0x408));this[_0x1d4e45(0x3d5)]=_0x4eb890,this[_0x1d4e45(0x3ec)][_0x1d4e45(0x26f)](m,_0x4eb890);}[_0x35bb4b(0x449)](){const _0x381649=_0x35bb4b;this[_0x381649(0x28a)](),this[_0x381649(0x417)]();}['_registerDependencies'](){const _0x4e74f9=_0x35bb4b;var _0x9cc51d,_0xedd4ed;this['_injector']['has'](t[_0x4e74f9(0x3c9)])&&this[_0x4e74f9(0x445)][_0x4e74f9(0x23f)](_0x4e74f9(0x43c),_0x4e74f9(0x2be));let _0x3448c7=(0x0,t[_0x4e74f9(0x190)])([[t[_0x4e74f9(0x3c9)],{'useClass':Q}],[Xe,{'useValue':Ze()}],[V],[b],[C],[W],[K],[se],[X],[_],[q],[qe,{'useClass':this[_0x4e74f9(0x3d5)]['socketService']}],[e['ISnapshotServerService'],{'useClass':Z}],[t[_0x4e74f9(0x24f)],{'useClass':G}],[t[_0x4e74f9(0x1af)],{'useClass':J}],[rt,{'useClass':U}],[t['IMentionIOService'],{'useClass':Y}],[H],[tt]],(_0x9cc51d=this[_0x4e74f9(0x3d5)])==null?void 0x0:_0x9cc51d[_0x4e74f9(0x221)]);if(!((_0xedd4ed=this[_0x4e74f9(0x3d5)])!=null&&_0xedd4ed['enableSingleActiveInstanceLock'])){let _0x5ea013=_0x3448c7['findIndex'](([_0x3bd038])=>_0x3bd038===w);_0x5ea013!==-0x1&&_0x3448c7['splice'](_0x5ea013,0x1);}(0x0,t[_0x4e74f9(0x19c)])(this['_injector'],_0x3448c7);}[_0x35bb4b(0x417)](){const _0x929f67=_0x35bb4b;var _0xd82a05,_0x1c1139;if(this[_0x929f67(0x19a)]['get'](l['HTTPService'])[_0x929f67(0x451)]({'priority':0x14,'interceptor':(0x0,l[_0x929f67(0x42b)])({'maxParallel':0x6})}),!((_0xd82a05=this[_0x929f67(0x3d5)])!=null&&_0xd82a05['enableOfflineEditing'])){var _0x539891;(_0x539891=this['_injector'][_0x929f67(0x20e)](S,t[_0x929f67(0x1f0)][_0x929f67(0x319)]))==null||_0x539891[_0x929f67(0x40e)]();}(_0x1c1139=this[_0x929f67(0x3d5)])!=null&&_0x1c1139[_0x929f67(0x353)]&&(0x0,t[_0x929f67(0x2ed)])(this[_0x929f67(0x19a)],[[W]]),(0x0,t[_0x929f67(0x2ed)])(this['_injector'],[[K],[H],[X]]);}};g($,_0x35bb4b(0x26c),_0x35bb4b(0x1c1)),g($,_0x35bb4b(0x1a8),$e),g($,_0x35bb4b(0x259),et),$=y([(0x0,t[_0x35bb4b(0x29d)])(u[_0x35bb4b(0x406)],e['UniverCollaborationPlugin'],l[_0x35bb4b(0x44e)]),v(0x1,t[_0x35bb4b(0x1d7)]),v(0x2,(0x0,t['Inject'])(t[_0x35bb4b(0x413)])),v(0x3,t['IConfigService'])],$),exports[_0x35bb4b(0x359)]=nt,Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x307),{'enumerable':!0x0,'get':function(){return G;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x276),{'enumerable':!0x0,'get':function(){return A;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x2ae),{'enumerable':!0x0,'get':function(){return j;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x188),{'enumerable':!0x0,'get':function(){return L;}}),Object[_0x35bb4b(0x219)](exports,'BoardCollaborationEntity',{'enumerable':!0x0,'get':function(){return B;}}),exports[_0x35bb4b(0x3e8)]=m,Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x48a),{'enumerable':!0x0,'get':function(){return U;}}),Object[_0x35bb4b(0x219)](exports,'CollaborationController',{'enumerable':!0x0,'get':function(){return H;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x414),{'enumerable':!0x0,'get':function(){return F;}}),Object[_0x35bb4b(0x219)](exports,'CollaborationImageIoService',{'enumerable':!0x0,'get':function(){return J;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x173),{'enumerable':!0x0,'get':function(){return x;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x2e5),{'enumerable':!0x0,'get':function(){return V;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x25f),{'enumerable':!0x0,'get':function(){return Ye;}}),exports[_0x35bb4b(0x201)]=Be,exports[_0x35bb4b(0x47e)]=oe,exports[_0x35bb4b(0x235)]=_,Object[_0x35bb4b(0x219)](exports,'CollaborativeUndoRedoService',{'enumerable':!0x0,'get':function(){return Q;}}),exports[_0x35bb4b(0x38a)]=se,Object[_0x35bb4b(0x219)](exports,'ConflictState',{'enumerable':!0x0,'get':function(){return M;}}),exports['DEFAULT_COLLAB_WEB_SOCKET_URL']=te,exports[_0x35bb4b(0x2d9)]=_0x35bb4b(0x1fe),exports['DEFAULT_WS_SESSION_TICKET_URL']='/universer-api/user/session-ticket',Object['defineProperty'](exports,_0x35bb4b(0x252),{'enumerable':!0x0,'get':function(){return q;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x287),{'enumerable':!0x0,'get':function(){return I;}}),Object['defineProperty'](exports,_0x35bb4b(0x1ae),{'enumerable':!0x0,'get':function(){return P;}}),exports['HEARTBEAT_INTERVAL_KEY']=_0x35bb4b(0x1c9),exports[_0x35bb4b(0x3d8)]='HEARTBEAT_TIMEOUT',exports[_0x35bb4b(0x432)]=rt,exports[_0x35bb4b(0x264)]=Xe,exports[_0x35bb4b(0x196)]=qe,exports[_0x35bb4b(0x23c)]=S,exports[_0x35bb4b(0x247)]=We,exports[_0x35bb4b(0x3f7)]=w,exports[_0x35bb4b(0x16e)]=0x3e8,exports[_0x35bb4b(0x2c4)]=_0x35bb4b(0x16e),Object['defineProperty'](exports,_0x35bb4b(0x210),{'enumerable':!0x0,'get':function(){return b;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x470),{'enumerable':!0x0,'get':function(){return Y;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x370),{'enumerable':!0x0,'get':function(){return N;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x1dd),{'enumerable':!0x0,'get':function(){return k;}}),exports[_0x35bb4b(0x211)]=_0x35bb4b(0x31f),exports['RETRY_CONNECTING_MAX_COUNT_KEY']='RETRY_CONNECTING_MAX_COUNT',exports[_0x35bb4b(0x16f)]=ve,Object['defineProperty'](exports,'SheetCollaborationEntity',{'enumerable':!0x0,'get':function(){return R;}}),Object['defineProperty'](exports,_0x35bb4b(0x1f2),{'enumerable':!0x0,'get':function(){return C;}}),Object[_0x35bb4b(0x219)](exports,_0x35bb4b(0x27d),{'enumerable':!0x0,'get':function(){return z;}}),Object['defineProperty'](exports,_0x35bb4b(0x27a),{'enumerable':!0x0,'get':function(){return Z;}}),Object['defineProperty'](exports,'SyncedState',{'enumerable':!0x0,'get':function(){return O;}}),exports['UnitStatus']=Se,Object['defineProperty'](exports,_0x35bb4b(0x491),{'enumerable':!0x0,'get':function(){return $;}}),exports[_0x35bb4b(0x222)]=Ze,exports['deserializeToCombResponse']=Ge,exports['getLocalCacheKey']=be,exports[_0x35bb4b(0x2b8)]=Ke;
|