@ckeditor/ckeditor5-real-time-collaboration 46.0.1-alpha.2 → 46.0.1-alpha.4
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/build/real-time-collaboration.js +1 -1
- package/dist/index.js +6 -6
- package/package.json +14 -14
- package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +2 -2
- package/src/realtimecollaborativeediting/realtimecollaborationclient.js +2 -2
- package/src/realtimecollaborativeediting/sessions.js +1 -1
- package/src/realtimecollaborativeediting/websocketgateway.js +2 -2
- package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +2 -2
- package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +2 -2
package/dist/index.js
CHANGED
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{ContextPlugin as
|
|
24
|
-
((()=>rt)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x398e75];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3cc12f){super(_0x3cc12f),this['set']('state',_0x43ade7['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=new(_0x13df65())();}['init'](){const _0x4f846f=this['context'],_0x1e1b2b=_0x4f846f['plugins']['get']('CloudServices'),_0x23f4fa=_0x4f846f['plugins']['get'](_0x398e75);if(!_0x1e1b2b['token'])throw new _0x2c9c89('websocketgateway-missing-token',this);if(!_0x1e1b2b['webSocketUrl'])throw new _0x2c9c89('websocketgateway-missing-websocket-url',this);return this['_domEmitter']['listenTo'](window,'offline',()=>this['_isBrowserOffline']=!0x0),this['_domEmitter']['listenTo'](window,'online',()=>this['_isBrowserOffline']=!0x1),this['context']['config']['define']('cloudServices.connectionTimeout',0xa),this['context']['config']['define']('cloudServices.requestTimeout',0x14),n['WebSocketGateway']['connect'](_0x1e1b2b['token'],_0x1e1b2b['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x4f9b47=>{if(this['connection']=_0x4f9b47,this['bind']('state')['to'](_0x4f9b47,'state',this,'_isBrowserOffline',(_0x526713,_0x293b6d)=>('connected'!==_0x526713&&(this['_shouldPluginsReconnect']=!0x0),_0x293b6d||_0x526713!==_0x43ade7['CONNECTED']?_0x43ade7['DISCONNECTED']:this['state']==_0x43ade7['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x43ade7['CONNECTING']):_0x43ade7['CONNECTED'])),this['connection']['on']('error',(_0x3071f7,_0x4d62b0)=>{if('limitExceeded'!==_0x4d62b0['code'])throw console['error'](_0x4d62b0),new _0x2c9c89('cloudservices-init',null,{'originalError':_0x4d62b0});_0x23f4fa['showWarning']('The\x20limit\x20of\x20maximum\x20concurrent\x20connections\x20that\x20the\x20collaboration\x20server\x20can\x20handle\x20has\x20been\x20reached.\x20Try\x20opening\x20the\x20document\x20again\x20in\x20a\x20few\x20minutes.\x20Please\x20contact\x20your\x20system\x20administrator\x20if\x20the\x20problem\x20persists.',{'title':'Connected\x20users\x20limit\x20exceeded','namespace':'real-time-collaboration'});}),!_0x4f9b47['me'])return new Promise(_0x537e76=>_0x4f9b47['on']('change:me',_0x537e76));})['catch'](_0x5b4a4f=>{throw console['error'](_0x5b4a4f),new _0x2c9c89('cloudservices-init',null,{'originalError':_0x5b4a4f});});}['addToReconnectionStack'](_0x5c2c3c){if('function'!=typeof _0x5c2c3c['reconnect'])throw new _0x2c9c89('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x5c2c3c))throw new _0x2c9c89('websocketgateway-plugin-already-registered',this,{'name':_0x5c2c3c['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x5c2c3c);}['removeFromReconnectionStack'](_0x2a519d){this['_reconnectionStack']['delete'](_0x2a519d);}['isInReconnectionStack'](_0x282a4e){return this['_reconnectionStack']['has'](_0x282a4e);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x33d892=>_0x33d892['reconnect']())))['then'](()=>this['state']=_0x43ade7['CONNECTED'])['catch'](_0x101652=>{throw console['error'](_0x101652),new _0x2c9c89('cloudservices-reconnection-error',this['context']);});}['disconnect'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x43ade7['DISCONNECTED'],this['_domEmitter']['stopListening']();}['destroy'](){this['disconnect'](),super['destroy']();}}class i extends _0x13341e{['channelSessions'];['channelConnectedUsers'];['allConnectedUsers'];['_registeredSessions'];['_uniqueUsersCount'];['_users'];static get['pluginName'](){return'Sessions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[n,_0x492d3c];}constructor(_0x192c10){super(_0x192c10),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x5a7f2a(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x492d3c);}['init'](){const _0x5844a3=this['context']['plugins']['get'](n);this['listenTo'](_0x5844a3,'change:state',(_0x2d8d4d,_0xc40cc0,_0x3f5f0f)=>{if('connected'!==_0x3f5f0f)this['channelSessions']['forEach'](_0xe2faa8=>_0xe2faa8['clear']()),this['channelConnectedUsers']['forEach'](_0x1fd40f=>_0x1fd40f['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x267055,_0x35702c]of this['_registeredSessions'])for(const _0x388ed3 of _0x35702c)this['_handleSessionAdd'](_0x267055,_0x388ed3);}}),this['_createUser'](_0x5844a3['connection']['me'],!0x0);}['register'](_0x575f15,_0x2ca38f){if(this['_registeredSessions']['has'](_0x575f15))throw new _0x2c9c89('sessions-register-already-registered',null,{'channelId':_0x575f15});this['_registeredSessions']['set'](_0x575f15,_0x2ca38f),this['channelSessions']['set'](_0x575f15,new _0x5a7f2a()),this['channelConnectedUsers']['set'](_0x575f15,new _0x5a7f2a()),this['listenTo'](_0x2ca38f,'add',(_0x44ed5a,_0x503a3a)=>this['_handleSessionAdd'](_0x575f15,_0x503a3a)),this['listenTo'](_0x2ca38f,'remove',(_0x48ad1a,_0x1fdef4)=>this['_handleSessionRemove'](_0x575f15,_0x1fdef4));for(const _0x541d51 of _0x2ca38f)this['_handleSessionAdd'](_0x575f15,_0x541d51);}['unregister'](_0x451b5c){if(!this['_registeredSessions']['has'](_0x451b5c))throw new _0x2c9c89('sessions-unregister-not-exist',null,{'channelId':_0x451b5c});const _0x1cf26e=this['_registeredSessions']['get'](_0x451b5c);this['stopListening'](_0x1cf26e);for(const _0x99fcb8 of _0x1cf26e)'connected'===this['context']['plugins']['get'](n)['state']&&this['_handleSessionRemove'](_0x451b5c,_0x99fcb8);this['_registeredSessions']['delete'](_0x451b5c),this['channelSessions']['delete'](_0x451b5c),this['channelConnectedUsers']['delete'](_0x451b5c);}get['mySessionId'](){return this['context']['plugins']['get'](n)['connection']['sessionId'];}['getUserBySessionId'](_0x27b50f){for(const _0x5ed33d of this['channelSessions']['values']())for(const _0xc19751 of _0x5ed33d)if(_0xc19751['id']===_0x27b50f)return _0xc19751['user'];}['getUserSessions'](_0x214ee9,_0x2d7460){const _0x53cfd9=_0x2d7460?[this['channelSessions']['get'](_0x2d7460)]:this['channelSessions']['values'](),_0x3808ee=new Set();for(const _0x26c94f of _0x53cfd9)for(const _0x305b6d of _0x26c94f)_0x305b6d['user']['id']===_0x214ee9['id']&&_0x3808ee['add'](_0x305b6d['id']);return _0x3808ee;}['getUserRole'](_0x5e2890){for(const _0x559b74 of this['channelSessions']['values']())for(const _0x12ccc6 of _0x559b74)if(_0x12ccc6['user']===_0x5e2890)return _0x12ccc6['role'];}['_handleSessionAdd'](_0x407d4e,_0x237433){if('connected'!==this['context']['plugins']['get'](n)['state'])return;const _0x5f16a=_0x237433['user'],_0x4c29f0=this['_users']['getUser'](_0x5f16a['id'])||this['_createUser'](_0x5f16a),_0x1978a0=Object['assign']({},_0x237433,{'user':_0x4c29f0});this['channelSessions']['get'](_0x407d4e)['add'](_0x1978a0);const _0xb669f7=this['channelConnectedUsers']['get'](_0x407d4e);_0xb669f7['has'](_0x4c29f0['id'])||_0xb669f7['add'](_0x4c29f0),this['allConnectedUsers']['has'](_0x4c29f0['id'])||this['allConnectedUsers']['add'](_0x4c29f0,_0x4c29f0['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x407d4e,{'channelId':_0x407d4e,'session':_0x1978a0});}['_handleSessionRemove'](_0x148aba,_0xe56583){if('connected'!==this['context']['plugins']['get'](n)['state'])return;const _0x5dd307=this['channelConnectedUsers']['get'](_0x148aba),_0x40bf11=_0xe56583['user'];_0x40bf11['id']&&(this['channelSessions']['get'](_0x148aba)['remove'](_0xe56583['id']),_0x5dd307['has'](_0x40bf11['id'])&&!this['getUserSessions'](_0x40bf11,_0x148aba)['size']&&_0x5dd307['remove'](_0x40bf11['id']),this['allConnectedUsers']['get'](_0x40bf11['id'])&&!this['getUserSessions'](_0x40bf11)['size']&&this['allConnectedUsers']['remove'](_0x40bf11['id']));}['_createUser'](_0x253e1a,_0x5e46c3){const _0x341332=this['_users']['addUser'](_0x253e1a);return _0x5e46c3&&this['_users']['defineMe'](_0x253e1a['id']),_0x341332['orderNumber']=this['_uniqueUsersCount']++,_0x341332;}}class $ extends _0x5646ee{['_domEmitter']=new(_0x13df65())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4b3d32=this['editor'],_0x47d06e=_0x4b3d32['plugins']['get'](i);_0x4b3d32['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0xb7fc,{writer:_0x11cb3e})=>function(_0x143773,_0x491400,_0x5867bc,_0x3fc8c6){const _0x586da4=_0x143773['markerName']['split'](':')[0x2],_0x3f06b3=_0x5867bc['getUserBySessionId'](_0x586da4);if(!_0x3f06b3||_0x586da4===_0x5867bc['mySessionId'])return;if(!_0x3fc8c6['model']['schema']['checkChild'](_0x143773['markerRange']['start'],'$text'))return;const _0xa98c5f={'class':'ck-user__marker\x20'+_0x3f06b3['color']['getMarkerClass'](),'data-name':_0x3f06b3['name'],'data-session-id':_0x586da4},_0x39c1de=_0x3fc8c6['model']['markers']['get'](_0x143773['markerName']),_0x31cca4=_0x39c1de['getStart'](),_0x37d275=_0x31cca4['nodeAfter'],_0x150f05=_0x3fc8c6['model']['schema'];if(_0x37d275&&_0x150f05['isObject'](_0x37d275)&&_0x150f05['isInline'](_0x37d275)&&!_0x3fc8c6['model']['markers']['get']('user:range:'+_0x586da4)['getRange']()['isCollapsed'])return;const _0x21c5ae=_0x31cca4['parent'];return _0x3fc8c6['model']['schema']['isLimit'](_0x21c5ae)&&!_0x3fc8c6['model']['hasContent'](_0x21c5ae)&&(_0xa98c5f['contenteditable']=!0x1),function(_0x2d3c40,_0x591dfe,_0x47b649){const _0x29391c=_0x2d3c40['createUIElement']('span',_0x591dfe);return _0x2d3c40['setCustomProperty']('userPositionMarker',!0x0,_0x29391c),_0x29391c['render']=function(_0x30e5e6){const _0x47f966=this['toDomElement'](_0x30e5e6),_0x433e23=document['createElement']('span');return _0x433e23['classList']['add']('ck-user__marker-tooltip'),_0x433e23['setAttribute']('contenteditable','false'),_0x433e23['setAttribute']('spellcheck','false'),_0x433e23['textContent']=_0x47b649['name'],_0x47f966['innerHTML']='<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span>'+_0x433e23['outerHTML']+'',_0x47f966['addEventListener']('mouseenter',()=>{_0x47f966['classList']['add']('ck-user__marker_hovered');}),_0x47f966['addEventListener']('mouseleave',()=>{_0x47f966['classList']['remove']('ck-user__marker_hovered');}),_0x47f966;},_0x29391c['isSimilar']=function(_0x3a16d3){return!(!this['getCustomProperty']('userPositionMarker')||!_0x3a16d3['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x3a16d3['getAttribute']('data-session-id'));},_0x29391c;}(_0x491400,_0xa98c5f,_0x3f06b3);}(_0xb7fc,_0x11cb3e,_0x47d06e,_0x4b3d32)}),_0x4b3d32['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x27b4e2=>function(_0x5359c2,_0x1c089d){const _0x4e71aa=_0x5359c2['markerName']['split'](':')[0x2];if(_0x4e71aa===_0x1c089d['mySessionId'])return null;const _0x2f11cd=_0x1c089d['getUserBySessionId'](_0x4e71aa);if(!_0x2f11cd)return{'id':_0x4e71aa,'classes':[]};return{'id':_0x4e71aa,'classes':['ck-user__selection',_0x2f11cd['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x4e71aa},'priority':0x7d0+_0x2f11cd['orderNumber']};}(_0x27b4e2,_0x47d06e)}),function(_0x29a1b4){const _0x1514b5=_0x29a1b4['model'],_0x133955=new Map(),_0xfa0a7f=_0x29a1b4['plugins']['get'](i);_0x1514b5['markers']['on']('update:user:range',(_0x39307c,_0x161156,_0x3fcfee,_0x1c5d07)=>{if(!_0x1c5d07&&_0x133955['get'](_0x161156['name']))return _0x133955['get'](_0x161156['name'])['detach'](),void _0x133955['delete'](_0x161156['name']);const _0x4603af=_0x161156['name']['split'](':')[0x2];if(_0x4603af===_0xfa0a7f['mySessionId'])return;const _0x432cfd='user:position:'+_0x4603af;_0x1514b5['markers']['has'](_0x432cfd)&&_0x29a1b4['editing']['reconvertMarker'](_0x432cfd),_0x161156['on']('change:range',(_0x5f5356,_0x567016,_0x412d48)=>{if('$graveyard'!=_0x567016['root']['rootName']&&'$graveyard'==_0x161156['getRange']()['root']['rootName']&&!_0x133955['has'](_0x161156['name'])){const _0x2974c9=_0x1514b5['schema']['getNearestSelectionRange'](_0x412d48['deletionPosition']);if(_0x2974c9){const _0x58e178=_0x44b6f7['fromRange'](_0x2974c9);_0x133955['set'](_0x161156['name'],_0x58e178),_0x58e178['on']('change:range',(_0x3cfe1b,_0x399527,_0x2c1438)=>{if('$graveyard'==_0x58e178['root']['rootName']){const _0x1e4dcb=_0x1514b5['schema']['getNearestSelectionRange'](_0x2c1438['deletionPosition']);_0x1e4dcb?(_0x58e178['start']=_0x1e4dcb['start'],_0x58e178['end']=_0x1e4dcb['end']):(_0x133955['delete'](_0x161156['name']),_0x58e178['detach']());}});}}});}),_0x1514b5['document']['on']('change',()=>{_0x133955['size']>0x0&&_0x1514b5['enqueueChange']({'isUndoable':!0x1},_0x18a3c4=>{for(const [_0x2fc445,_0x1baf90]of _0x133955)'$graveyard'==_0x1514b5['markers']['get'](_0x2fc445)['getRange']()['root']['rootName']&&(te(_0x2fc445['split'](':')[0x2],_0x1baf90['toRange'](),_0x1514b5,_0x18a3c4),_0x1baf90['detach']());_0x133955['clear']();});});}(_0x4b3d32),this['_domEmitter']['listenTo'](_0x24b4b2['document'],'keydown',(_0x19710f,{key:_0x19aa81})=>{'Escape'===_0x19aa81&&function(_0x34775b){_0x34775b['editing']['view']['change'](_0x484352=>{for(const _0x3a25e1 of _0x34775b['model']['markers']){if(!_0x3a25e1['name']['startsWith']('user:position'))continue;const _0x31479c=_0x34775b['editing']['mapper']['markerNameToElements'](_0x3a25e1['name']);if(_0x31479c){for(const _0x4daac0 of _0x31479c)_0x484352['removeClass']('ck-user__marker_hovered',_0x4daac0);}}});}(_0x4b3d32);},{'useCapture':!0x0});}['afterInit'](){const _0x283c38=this['editor'],_0x230848=_0x283c38['commands']['get']('undo');_0x230848&&_0x283c38['model']['on']('applyOperation',(_0x3ab2d9,_0x48a8ca)=>{const _0x3bcef2=_0x48a8ca[0x0];if(!_0x3bcef2['isDocumentOperation'])return;if('marker'!=_0x3bcef2['type']||!_0x3bcef2['name']['startsWith']('user:'))return;const _0xc6a8b4=_0x3bcef2['batch'];_0x230848['_createdBatches']['has'](_0xc6a8b4)&&(_0x3bcef2['newRange']=_0x3bcef2['oldRange']?_0x283c38['model']['createRange'](_0x3bcef2['oldRange']['start'],_0x3bcef2['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x47ad27=this['editor'],_0x3b8db9=_0x47ad27['model']['document'],_0x16556b=_0x47ad27['plugins']['get'](i);_0x47ad27['model']['enqueueChange']({'isUndoable':!0x1},_0x51dd02=>{const _0x158b64='user:range:'+_0x16556b['mySessionId'],_0x1edafd='user:position:'+_0x16556b['mySessionId'],_0x36ab83=_0x47ad27['model']['markers']['has'](_0x158b64);_0x47ad27['editing']['view']['hasDomSelection']?te(_0x16556b['mySessionId'],_0x3b8db9['selection']['getFirstRange'](),_0x47ad27['model'],_0x51dd02):_0x36ab83&&(_0x51dd02['removeMarker'](_0x158b64),_0x51dd02['removeMarker'](_0x1edafd));});}}function te(_0x45571e,_0x386ad5,_0x3fbf3f,_0x331e75){const _0x2d231b='user:range:'+_0x45571e,_0x578142='user:position:'+_0x45571e,_0x3c01e2=_0x386ad5['getContainedElement']();let _0x2b2fc8=_0x386ad5['start'];if(_0x3c01e2&&_0x3c01e2['is']('element','tableCell')){const _0x1fcd07=function(_0x58866e,_0x1bc0fe){for(const _0x2c465a of _0x58866e['getPositions']())if(_0x1bc0fe['schema']['checkChild'](_0x2c465a,'$text'))return _0x2c465a;}(_0x386ad5,_0x3fbf3f);_0x1fcd07&&(_0x2b2fc8=_0x1fcd07,_0x386ad5=_0x331e75['createRange'](_0x2b2fc8));}const _0x5e944d=_0x331e75['createRange'](_0x2b2fc8);_0x3fbf3f['markers']['has'](_0x2d231b)?(_0x331e75['updateMarker'](_0x2d231b,{'range':_0x386ad5}),_0x331e75['updateMarker'](_0x578142,{'range':_0x5e944d})):(_0x331e75['addMarker'](_0x2d231b,{'range':_0x386ad5,'usingOperation':!0x0}),_0x331e75['addMarker'](_0x578142,{'range':_0x5e944d,'usingOperation':!0x0}));}function K(_0xbdce80,_0x569f10,_0x42fde3){const _0x3b2c86=_0xbdce80['t'],t=_0xbdce80['t'];switch(_0x569f10){case'PENDING_ACTION_SENDING_DATA':return t({'string':'Sending\x20data\x20to\x20the\x20server.','id':'PENDING_ACTION_SENDING_DATA'});case'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'Synchronization\x20issue':return t('Synchronization\x20issue');case'Connected\x20users\x20list\x20dropdown\x20menu':return t('Connected\x20users\x20list\x20dropdown\x20menu');case'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':return t('Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)');case'Connected\x20users\x20list':return t('Connected\x20users\x20list');case'PENDING_ACTION_REVISION_HISTORY':return _0x3b2c86({'string':'Unsaved\x20change\x20in\x20revision\x20history.','id':'PENDING_ACTION_REVISION_HISTORY'});case'CONNECTED_USERS':return t({'string':'1\x20connected\x20user\x20(me)','plural':'%0\x20connected\x20users','id':'CONNECTED_USERS'},_0x42fde3);default:return'';}}let X=0x1;class l extends _0x5646ee{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
|
|
25
|
-
((()=>_0xe6012e)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[n,i,$,_0x3ad957,_0x492d3c,_0x398e75];}static get['pluginName'](){return'RealTimeCollaborationClient';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['cloudDocumentVersion'](){return this['_lastServerVersion']+this['_offset'];}get['_lastServerVersion'](){return this['serverHistory']['version']-this['_offset'];}get['lastSyncVersion'](){const _0x7c22e5=this['serverHistory']['getOperations']();for(let _0x1af50e=_0x7c22e5['length']-0x1;_0x1af50e>=0x0;_0x1af50e--){const _0x1ce06f=_0x7c22e5[_0x1af50e];if(!this['_disconnectionOperations']['has'](_0x1ce06f))return _0x1ce06f['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x23f30f){if(super(_0x23f30f),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x272180(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x2c9c89('collaboration-missing-channelid',this);const _0x22ea69=_0x23f30f['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0x22ea69,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x1faead(),this['_bufferedOperations']=[],this['_knownOperations']=new WeakSet(),this['_knownRootNames']=new Set(),this['set']('_isPendingUpdate',!0x1),this['set']('_hasSynchronizationProblem',!0x1),this['_pendingAction']=null,this['_hasSelectionChanged']=!0x1,this['_sendBufferedOperationsDelayId']=null,this['_baseBufferDelay']=0x12c,this['_currentBufferDelay']=this['_baseBufferDelay'],this['_lastSyncedOperationId']=null,this['_disconnectionOperations']=new WeakSet(),this['_operationIdentifier']=new tt(this['_disconnectionOperations']);}['init'](){const _0x5cb831=this['editor'],_0x579b4c=_0x5cb831['plugins']['get'](_0x492d3c),_0x531c7c=_0x5cb831['plugins']['get'](n);this['listenTo'](_0x579b4c,'getOperationAuthor',(_0x25ca11,_0x239a40)=>{const _0x53ef2c=_0x239a40[0x0];_0x53ef2c['_authorId']&&(_0x25ca11['return']=_0x579b4c['getUser'](_0x53ef2c['_authorId']),_0x25ca11['stop']()),null===_0x53ef2c['_authorId']&&(_0x25ca11['return']=null,_0x25ca11['stop']());},{'priority':'high'}),this['listenTo'](_0x5cb831['model']['document']['selection'],'change:range',(_0x53cbd4,_0x5d5da0)=>{_0x5d5da0['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x5cb831['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x5cb831['model']['on']('applyOperation',(_0x14573e,_0x36ef36)=>{const _0x234d23=_0x36ef36[0x0];_0x234d23['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x234d23),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x531c7c,'state',this,'_hasSynchronizationProblem',(_0x2e2eca,_0x338530)=>'connected'===_0x2e2eca&&!_0x338530),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x5cb831['disableReadOnlyMode']('rtc-offline'):_0x5cb831['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x5cb831['disableReadOnlyMode']('rtc-offline'):_0x5cb831['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x1848b0=this['editor']['plugins']['get'](i),_0x4e3f5f=this['editor']['plugins']['get'](n);try{this['_isPendingUpdate']=!0x0,_0x1848b0['unregister'](this['_channelId']);const _0x396269=await this['_service']['reconnect'](_0x4e3f5f['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x396269)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x3dd5b7=await this['_service']['getConnectedSessions']();_0x1848b0['register'](this['_channelId'],_0x3dd5b7),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x228773){if(function(_0x1fb2b9){return'404'===_0x1fb2b9['code'];}(_0x228773)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x3fa00b){return'409'===_0x3fa00b['code'];}(_0x228773)){const _0x55b97a=K(this['editor']['locale'],'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');this['_handleReconnectionError'](_0x55b97a);}else{if(!(_0x228773 instanceof Y))throw _0x228773;this['_handleReconnectionError']();}}}}['destroy'](){const _0x1bfe56=this['editor']['plugins']['get'](n),_0x449568=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x449568['channelSessions']['has'](this['_channelId'])&&_0x449568['unregister'](this['_channelId']),_0x1bfe56['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x422c77){if(this['sessionId']!==_0x422c77['sessionId']&&this['_lastSyncedOperationId']!==_0x422c77['lastOperationId'])throw new Y();return this['sessionId']=_0x422c77['sessionId'],this['_handleServerResponse']([],{..._0x422c77,'wereChangesApplied':!0x1,'data':_0x422c77['data']},'reconnect');}async['_connectService'](_0x8ec66,_0xe528c1=!0x1){const {connection:_0x438cfd}=this['editor']['plugins']['get'](n);l['CollaborativeEditingService']['getConnectedSessions'](_0x438cfd,this['_channelId'])['then'](_0x46cbe4=>this['_initSessionsHandling'](_0x46cbe4))['catch'](_0x1a8c50=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x1a8c50);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x1e07c9,_0x19528a)=>{this['_crash']('realtimecollaborationclient-init-service-internal-error',_0x19528a);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x48f283=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x8ec66);this['_isPendingUpdate']=!0x0;const _0x28be6d=await this['_service']['connect'](_0x438cfd,this['_compressOperations'](_0x8ec66),_0x48f283);if(this['sessionId']=_0x28be6d['sessionId'],_0xe528c1){if(!_0x28be6d['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x28be6d['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x8ec66,_0x28be6d,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x28be6d,_0x8ec66);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x3add6e=this['editor']['plugins']['get'](i),_0x7c1bd=this['editor']['plugins']['get']($),_0x23ab7e=_0x3add6e['channelSessions']['get'](this['_channelId']);_0x23ab7e&&_0x23ab7e['length']>0x1?_0x7c1bd['createUserMarkerOperations']():this['listenTo'](_0x3add6e,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x3add6e['channelSessions']['get'](this['_channelId'])['length']&&_0x7c1bd['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x4ed299,_0x7b5df0,_0x23634a,_0x5b51c9){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x7b5df0){const _0x4b93d0=this['_decompressOperations'](_0x23634a,_0x5b51c9);await this['_fetchMissingUsers'](_0x4b93d0),this['_handleExternalOperations'](_0x4b93d0,_0x7b5df0,_0x23634a['lastOperationId'])||this['_crash']('realtimecollaborationclient-init-service-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x5ada75}=this['editor'];let _0x17c809;try{_0x17c809=await this['_service']['getDocumentDetails']();}catch{const _0x54c5b4=K(_0x5ada75,'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');return void this['_handleReconnectionError'](_0x54c5b4);}const _0x398314=_0x17c809['currentDocumentSession']||_0x17c809['lastDocumentSession'];if(this['_lastSyncedOperationId']!==_0x398314['lastOperationId']){const _0x3390bc=K(_0x5ada75,'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');return void this['_handleReconnectionError'](_0x3390bc);}await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x27826d){const _0x10ee5f=this['editor']['plugins']['get'](i);this['listenTo'](_0x10ee5f,'sessionAdd:'+this['_channelId'],(_0x39a3c9,{session:_0x56ff45})=>{if(_0x56ff45['id']===_0x10ee5f['mySessionId']){_0x39a3c9['off']();const _0x4c83d4=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x12b361=_0x56ff45['permissions'];_0x4c83d4&&_0x4c83d4['isEnabled']&&(_0x12b361=_0x12b361['filter'](_0xa7ef19=>'document:write'!==_0xa7ef19)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x12b361,this['_channelId']);}}),_0x10ee5f['register'](this['_channelId'],_0x27826d);}['_initThrowingOnDataSet'](){const _0x145d66=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x5a9055)=>{if(!_0x5a9055[_0x5a9055['length']-0x1]['suppressErrorInCollaboration'])throw new _0x2c9c89('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x145d66['apply'](this['editor']['data'],_0x5a9055);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x20367a,[_0x3ba8e1])=>{if(this['_document']['version'])throw new _0x2c9c89('realtimecollaborationclient-init-document-already-initialized',this);_0x20367a['stop'](),this['_setPendingAction']();const _0x1516a5=this['editor']['config']['get']('rootsAttributes'),_0x133a98=this['_getOperationsFromInitData'](_0x3ba8e1,_0x1516a5);0x0==_0x133a98['length']&&_0x133a98['push'](new _0x73bafe(0x0)),_0x20367a['return']=this['_connectService'](_0x133a98)['then'](()=>{this['editor']['plugins']['get'](n)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x2f83e4=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x2f83e4))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x4e8955,[_0x8b908,_0x556762])=>{_0x4e8955['stop']();const _0x424151=this['editor']['model']['document']['getRoot'](_0x8b908);if(!this['_knownRootNames']['has'](_0x8b908)){const _0x5e4fad=_0x556762&&_0x556762['data']?_0x556762['data']:'',_0x51bcbe=_0x556762&&_0x556762['attributes']?_0x556762['attributes']:{};await this['_loadRoot'](_0x8b908,_0x5e4fad,_0x51bcbe);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x424151['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x424151);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x88fc6a){const _0x303481=this['editor']['plugins']['get'](_0x492d3c),{connection:_0x17e713}=this['editor']['plugins']['get'](n),_0x531849=new Set();for(const _0x3cb4f5 of _0x88fc6a){const _0x42a6ba=_0x3cb4f5['_authorId'];_0x42a6ba&&!_0x303481['getUser'](_0x42a6ba)&&_0x531849['add'](_0x42a6ba);}if(0x0===_0x531849['size'])return;const _0x54d100=await ct['getMany'](_0x17e713,Array['from'](_0x531849));for(const _0x34f9ba of _0x54d100)_0x303481['getUser'](_0x34f9ba['id'])||_0x303481['addUser'](_0x34f9ba);}['_getOperationsFromInitData'](_0x1985aa,_0x39838e={}){const _0x4ffa7c=this['editor']['model'],_0x1445b6=[];let _0x263c05=0x0;const _0x12a243='string'==typeof _0x1985aa?{'main':_0x1985aa}:_0x1985aa;for(const _0x343604 of Object['keys'](_0x12a243)){if(!this['_document']['roots']['has'](_0x343604))throw new _0x2c9c89('realtimecollaborationclient-init-non-existent-root',this);const _0x2d9afd=this['editor']['data']['parse'](_0x12a243[_0x343604]),_0x4c4058=this['_document']['getRoot'](_0x343604),_0x5b7f53=new _0x38092f(_0x4ffa7c['createPositionAt'](_0x4c4058,0x0),_0x2d9afd,_0x263c05++);_0x1445b6['push'](_0x5b7f53);for(const [_0x4a6ea2,_0x1c3caa]of _0x2d9afd['markers']){const _0x5a42fc=_0x4ffa7c['createRange'](_0x4ffa7c['createPositionFromPath'](_0x4c4058,_0x1c3caa['start']['path']['slice']()),_0x4ffa7c['createPositionFromPath'](_0x4c4058,_0x1c3caa['end']['path']['slice']())),_0x442249=new _0x46ffd6(_0x4a6ea2,null,_0x5a42fc,_0x4ffa7c['markers'],!0x0,_0x263c05++);_0x1445b6['push'](_0x442249);}}if(_0x39838e)for(const [_0x12cd3d,_0x1dbac3]of Object['entries'](_0x39838e)){const _0x44e1c1=_0x4ffa7c['document']['getRoot'](_0x12cd3d);if(!_0x44e1c1)throw new _0x2c9c89('multi-root-editor-root-attributes-no-root',null);for(const [_0x21215c,_0x6c00ed]of Object['entries'](_0x1dbac3))if(null!==_0x6c00ed){const _0x61a0b8=new _0x5c8512(_0x44e1c1,_0x21215c,null,_0x6c00ed,_0x263c05++);_0x1445b6['push'](_0x61a0b8);}}return _0x1445b6;}async['_loadRoot'](_0x2bb7b0,_0x253c8b,_0x5f2538){this['_getOperationsFromInitData']({[_0x2bb7b0]:_0x253c8b},{[_0x2bb7b0]:_0x5f2538})['forEach']((_0x587ced,_0x5120b6)=>{_0x587ced['baseVersion']=this['_document']['version']+_0x5120b6,_0x587ced['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x587ced);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x1e6571,_0x7d4a88){let _0x247006;this['_offset']=_0x1e6571['offset'];const _0x185468=_0x1e6571['wereChangesApplied']&&!_0x1e6571['initData'],_0x130a8e=_0x185468?0x0:_0x1e6571['data']['baseVersion'];if(_0x7d4a88['forEach'](_0x55019f=>{_0x55019f['_isInit']=!0x0,_0x55019f['createdAt']=_0x1e6571['sessionCreatedAt'],_0x55019f['_authorId']=null;}),_0x185468)_0x247006=_0x7d4a88,this['_applyOperationsSet'](_0x247006,_0x185468);else{if(_0x1e6571['initData']){const _0x406dd3=this['_getOperationsFromInitData'](_0x1e6571['initData']);this['_document']['history']['version']=-_0x406dd3['length'],_0x406dd3['forEach'](_0x1ca636=>{_0x1ca636['baseVersion']-=_0x406dd3['length'],_0x1ca636['createdAt']=_0x1e6571['sessionCreatedAt'],_0x1ca636['_isInit']=!0x0,_0x1ca636['_authorId']=null;}),this['_applyOperationsSet'](_0x406dd3,!0x0),this['serverHistory']['version']=-_0x406dd3['length']+this['_offset'],this['_updateServerHistory'](_0x406dd3);}this['_document']['history']['version']=_0x130a8e,_0x247006=this['_decompressOperations'](_0x1e6571['data'],_0x1e6571['metadata']),await this['_fetchMissingUsers'](_0x247006),this['_applyOperationsSet'](_0x247006,_0x185468);}_0x1e6571['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x247006,_0x1e6571['lastOperationId']),this['_lastSyncedOperationId']=_0x1e6571['lastOperationId']),this['serverHistory']['version']=_0x130a8e+this['_offset'],this['_updateServerHistory'](_0x247006),_0x7d4a88['filter'](_0x47faab=>{const _0x4b1e1d=this['_getAffectedRoot'](_0x47faab);return _0x4b1e1d&&!this['_knownRootNames']['has'](_0x4b1e1d);})['forEach']((_0x2bdf77,_0x4c2b9d)=>{_0x2bdf77['baseVersion']=this['_document']['version']+_0x4c2b9d,this['_saveOperationInBuffer'](_0x2bdf77);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x4cfc19,_0x431a80){const _0x1fe686=_0x431a80&&_0x431a80['message'];if(_0x1fe686&&_0x1fe686['startsWith']('realtimecollaborationclient'))throw _0x431a80;const _0x51ab57=this['editor']['plugins']['get'](n);throw this['_isPendingUpdate']=!0x0,_0x51ab57['disconnect'](),this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x2c9c89(_0x4cfc19,this['editor'],_0x1fe686?{'originalError':_0x1fe686}:void 0x0);}['_saveOperationInBuffer'](_0x527b2f){this['_knownOperations']['has'](_0x527b2f)||(this['_knownOperations']['add'](_0x527b2f),this['_bufferedOperations']['push'](_0x527b2f),this['_pendingAction']||'marker'==_0x527b2f['type']&&!_0x527b2f['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x47fa49=!0x1){!_0x47fa49&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x2508f7=>{_0x2508f7&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x4c5858=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x2bfbf8){return _0x2bfbf8['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x2bfbf8['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x2bfbf8['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x4c5858)||this['_crash'](_0x4c5858['message'],_0x4c5858);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x52361b=>{this['on']('change:_isPendingUpdate',()=>{_0x52361b();});});}async['_sendBufferedOperations'](){const _0x2a2197=this['editor']['plugins']['get']($);if(this['_shouldSendSelectionUpdate']()&&(_0x2a2197['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x1725d6=[...this['_bufferedOperations']];for(const _0x2502de of _0x1725d6)_0x2502de['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x2502de);const _0x2a5346=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x1725d6),_0x3d9355=X++,_0x2846e4=this['_compressOperations'](_0x1725d6),_0x934bd7=await this['_service']['sendOperations'](_0x2846e4,_0x2846e4['baseVersion'],_0x2a5346);try{return await this['_handleServerResponse'](_0x1725d6,_0x934bd7,_0x3d9355);}catch(_0x298132){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x298132);}}async['_handleServerResponse'](_0x550661,_0x438eb9,_0x2f4e98){if('error'in _0x438eb9)throw _0x438eb9['error'];let _0x40bc4c=!0x1;if(_0x438eb9['wereChangesApplied']){_0x438eb9['lastOperationId']&&(this['_lastSyncedOperationId']=_0x438eb9['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x18895f=>!_0x550661['includes'](_0x18895f));for(const _0x4383f8 of _0x550661)_0x4383f8['createdAt']='lastOperationAcceptedAt'in _0x438eb9&&_0x438eb9['lastOperationAcceptedAt']||void 0x0;Z(_0x550661,_0x438eb9['version']-_0x550661['length']),this['_updateServerHistory'](_0x550661);const _0x7b145d=_0x550661['filter'](_0x1fbe3f=>{if(!_0x1fbe3f['_isInit'])return!0x1;const _0x1157d4=this['_getAffectedRoot'](_0x1fbe3f);return _0x1157d4&&!this['_knownRootNames']['has'](_0x1157d4);});Z(_0x7b145d,this['_document']['version']),this['_applyOperationsSet'](_0x7b145d),_0x40bc4c=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x447787=this['_decompressOperations'](_0x438eb9['data'],_0x438eb9['metadata'])['filter'](_0x527c0c=>_0x527c0c['baseVersion']>=this['_lastServerVersion']);_0x447787['forEach'](_0xc56b11=>this['_addKnownRoot'](_0xc56b11)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x5a9068=>!_0x5a9068['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x5a9068))),this['_bufferedOperations']['length']&&Z(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x447787),_0x40bc4c=this['_handleExternalOperations'](_0x447787,_0x438eb9['version'],_0x438eb9['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x40bc4c?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x25542f,_0x41b69c,_0x1fb8c7){try{const _0x5c8409={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x480194,operationsB:_0xefe9d7,originalOperations:_0x931c06}=_0x3dce07(_0x25542f,this['_bufferedOperations'],_0x5c8409);Z(_0x480194,this['_document']['version']),Z(_0xefe9d7,_0x41b69c);for(const _0x5e7cf5 of _0x480194){const _0x451416=_0x931c06['get'](_0x5e7cf5);_0x5e7cf5['_authorId']=_0x451416?_0x451416['_authorId']:null;}_0x1fb8c7&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x25542f,_0x1fb8c7),this['_lastSyncedOperationId']=_0x1fb8c7),this['_bufferedOperations']=[..._0xefe9d7],this['_applyOperationsSet'](_0x480194),this['_updateServerHistory'](_0x25542f);}catch(_0x7abf){return console['error'](_0x7abf),!0x1;}return!0x0;}['_applyOperationsSet'](_0x4ba3ac,_0x297f82=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x179ca0=>{for(const _0x40a192 of _0x4ba3ac)this['_knownOperations']['add'](_0x40a192),this['_addKnownRoot'](_0x40a192),_0x179ca0['batch']['addOperation'](_0x40a192),this['editor']['model']['applyOperation'](_0x40a192);});}['_addKnownRoot'](_0x39ddad){const _0x4c8057=this['_getAffectedRoot'](_0x39ddad);_0x4c8057&&this['_knownRootNames']['add'](_0x4c8057);}['_getAffectedRoot'](_0x194cd1){let _0x9a8a0,_0x3cc47a;switch(_0x194cd1['type']){case'insert':_0x9a8a0=_0x194cd1['position']['root'];break;case'marker':if(_0x3cc47a=_0x194cd1['newRange'],!_0x3cc47a)return null;_0x9a8a0=_0x3cc47a['root'];break;case'addRootAttribute':_0x9a8a0=_0x194cd1['root'];break;case'addRoot':_0x9a8a0=_0x194cd1['affectedSelectable'];break;case'move':_0x9a8a0=_0x194cd1['targetPosition']['root'];break;default:return null;}return _0x9a8a0['rootName'];}['_updateServerHistory'](_0x1abffc){_0x1abffc['forEach'](_0x2ac8c5=>{const _0x3a4a63=_0x2ac8c5['clone']();_0x3a4a63['_authorId']=_0x2ac8c5['_authorId'],_0x3a4a63['_isInit']=!!_0x2ac8c5['_isInit'],_0x3a4a63['createdAt']=_0x2ac8c5['createdAt'],_0x3a4a63['baseVersion']+=this['_offset'],_0x2ac8c5['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x3a4a63),this['serverHistory']['addOperation'](_0x3a4a63);});}['_handleReconnectionError'](_0x603683){const _0x517024=this['editor']['plugins']['get']('Notification'),_0x9ccd2a=this['editor']['locale'];_0x603683||(_0x603683=K(_0x9ccd2a,'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.')),_0x517024['showWarning'](_0x603683,{'title':K(_0x9ccd2a,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](n)['disconnect']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x3ad957)['add'](K(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x3ad957)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0xd4ed44){const _0x5994b1=_0xd4ed44['map'](_0x5c88a3=>_0x5c88a3['toJSON']());return this['_compressor']['compress'](_0x5994b1);}['_decompressOperations'](_0x24a0fe,_0x3a354c){return this['_compressor']['decompress'](_0x24a0fe)['map']((_0x433b7e,_0x59cb83)=>{const _0x3fab99='init'==_0x3a354c[_0x59cb83]['type'];if('InsertOperation'==_0x433b7e['__className']){const _0x32a463=_0x433b7e['position']['root'];!this['_document']['getRoot'](_0x32a463)&&(this['_document']['createRoot']('$root',_0x32a463)['_isAttached']=!0x1);}const _0x53a2ea=_0xf26799['fromJSON'](_0x433b7e,this['_document']);return _0x53a2ea['wasUndone']=_0x433b7e['wasUndone'],_0x53a2ea['_isInit']=_0x3fab99,_0x53a2ea['_authorId']=_0x3fab99?null:_0x3a354c[_0x59cb83]['userId'],_0x53a2ea['_isDisconnection']='cs:removeUser'===_0x3a354c[_0x59cb83]['type'],_0x53a2ea['createdAt']=_0x3a354c[_0x59cb83]['createdAt'],_0x53a2ea;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x212a92=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x212a92&&_0x212a92['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class Y extends Error{}function Z(_0x271e83,_0x276c85){for(const _0x98c5af of _0x271e83)_0x98c5af['baseVersion']=_0x276c85++;}class tt{['_ignoredOperations'];['_operationToId'];constructor(_0x3b5ca1){this['_ignoredOperations']=_0x3b5ca1,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x288944){let _0xd1a490=_0x288944['length'];for(;_0xd1a490--;){const _0x1ede0d=_0x288944[_0xd1a490];if(!this['_ignoredOperations']['has'](_0x1ede0d)){if(!this['_operationToId']['has'](_0x1ede0d)){const _0x50ca93=_0x3f1013()['slice'](0x1,0x12);this['_operationToId']['set'](_0x1ede0d,_0x50ca93);}return this['_operationToId']['get'](_0x1ede0d);}}}['setIdForTheLastOperation'](_0x5981a7,_0x29174d){if(!_0x29174d)return;let _0x126ac5=_0x5981a7['length'];for(;_0x126ac5--;){const _0x4c3820=_0x5981a7[_0x126ac5];this['_ignoredOperations']['has'](_0x4c3820)||this['_operationToId']['set'](_0x4c3820,_0x29174d);}}}class a extends _0x5646ee{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class s extends _0x13341e{static ['CommentsService']=/* #__PURE__ -- @preserve */
|
|
26
|
-
((()=>_0x144d71)());['_services'];static get['requires'](){return[n,'CommentsRepository',i,_0x492d3c];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x50b2e9){super(_0x50b2e9),this['_services']=new Map();}async['init'](){const _0x3615bc=this['context'],_0x55e221=_0x3615bc['plugins']['get']('CommentsRepository');if(_0x3615bc['plugins']['get'](n)['addToReconnectionStack'](this),_0x55e221['adapter']={'addCommentThread':async({channelId:_0x484156,threadId:_0x2f6027,comments:_0x2a440f,resolvedAt:_0x208467,resolvedBy:_0x58b736,context:_0x43cd82,attributes:_0x25d76b})=>{const _0x22e759=await this['_getService'](_0x484156)['addCommentThread']({'commentThreadId':_0x2f6027,'comments':_0x2a440f['map'](_0x20e893=>function(_0x158a32,_0xab7abb,_0x224f2b){return{'commentThreadId':_0x224f2b,'commentId':_0x158a32['commentId'],'userId':_0x158a32['authorId'],'content':_0x158a32['content'],'documentId':_0xab7abb,'createdAt':_0x158a32['createdAt'],'attributes':_0x158a32['attributes']||{}};}(_0x20e893,_0x484156,_0x2f6027)),'resolvedAt':_0x208467,'resolvedBy':_0x58b736,'context':_0x43cd82,'attributes':_0x25d76b})['catch'](at);return{'threadId':_0x22e759['commentThreadId'],'comments':_0x22e759['comments']};},'getCommentThread':async({channelId:_0x2a30bd,threadId:_0x200fdc})=>{const _0x53d9e9=await this['_getService'](_0x2a30bd)['getCommentThread'](_0x200fdc)['catch'](at);return _0x53d9e9['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x53d9e9]),{'threadId':_0x53d9e9['commentThreadId'],'comments':_0x53d9e9['comments']['map'](U),'context':_0x53d9e9['context'],'resolvedAt':_0x53d9e9['resolvedAt'],'resolvedBy':_0x53d9e9['resolvedBy'],'attributes':_0x53d9e9['attributes']||{}});},'updateCommentThread':async({channelId:_0x5d6f69,threadId:_0x28354c,context:_0x4095eb,unlinkedAt:_0xe0df87,attributes:_0x5ec33e})=>this['_getService'](_0x5d6f69)['updateCommentThread']({'commentThreadId':_0x28354c,'context':_0x4095eb,'attributes':_0x5ec33e,'unlinkedAt':_0xe0df87})['catch'](B)['catch'](at),'resolveCommentThread':async({channelId:_0x2f77e2,threadId:_0x5b4b41})=>{const _0x2512ba=await this['_getService'](_0x2f77e2)['resolveCommentThread'](_0x5b4b41)['catch'](B)['catch'](at);return{'threadId':_0x2512ba['commentThreadId'],'resolvedAt':_0x2512ba['resolvedAt'],'resolvedBy':_0x2512ba['resolvedBy']};},'reopenCommentThread':async({channelId:_0x3de176,threadId:_0x6603a7})=>this['_getService'](_0x3de176)['reopenCommentThread'](_0x6603a7)['catch'](B)['catch'](at),'removeCommentThread':({channelId:_0x4447a7,threadId:_0x3a618d})=>this['_getService'](_0x4447a7)['removeCommentThread'](_0x3a618d)['catch'](B)['catch'](at),'addComment':({channelId:_0x2fdb3c,threadId:_0xa283f8,commentId:_0x45939c,content:_0x764ae6,attributes:_0x2efbf8})=>this['_getService'](_0x2fdb3c)['addComment'](_0xa283f8,_0x45939c,_0x764ae6,_0x2efbf8)['catch'](at),'updateComment':({channelId:_0x598e12,threadId:_0x3d05fc,commentId:_0x4fd2c2,content:_0x1c8adf,attributes:_0x54b6c0})=>this['_getService'](_0x598e12)['updateComment'](_0x3d05fc,_0x4fd2c2,_0x1c8adf,_0x54b6c0)['catch'](B)['catch'](at),'removeComment':({channelId:_0x584f93,threadId:_0x5f4409,commentId:_0x49f6db})=>this['_getService'](_0x584f93)['removeComment'](_0x5f4409,_0x49f6db)['catch'](B)['catch'](at)},_0x3615bc instanceof _0x113706){const _0x18b1af=_0x3615bc['config']['get']('collaboration.channelId'),_0x5ea6dd=_0x3615bc['plugins']['get'](i);await this['_setUpService'](_0x18b1af);const _0x3eedc3=await this['_services']['get'](_0x18b1af)['getConnectedSessions']();this['listenTo'](_0x5ea6dd,'sessionAdd:'+_0x18b1af,(_0x3d76ed,{session:_0x407612})=>{_0x407612['id']===_0x5ea6dd['mySessionId']&&(_0x3d76ed['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x407612['permissions'],_0x18b1af));}),_0x5ea6dd['register'](_0x18b1af,_0x3eedc3);}}async['_setUpService'](_0x4fb4de){if(this['_services']['has'](_0x4fb4de))throw new _0x2c9c89('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x4fb4de});const _0x26e204=this['context']['plugins']['get']('CommentsRepository'),_0x55d300=new s['CommentsService'](_0x4fb4de);this['_services']['set'](_0x4fb4de,_0x55d300),this['listenTo'](_0x55d300,'commentThreadAdded',(_0x9b377e,_0x2cc57a)=>{const {commentThreadId:_0x42854b,documentId:_0xced600,context:_0x8d5251,attributes:_0x65d8ca,resolvedAt:_0x324f26,resolvedBy:_0x2a9d2b,comments:_0x2575b1}=_0x2cc57a;_0x26e204['getCommentThread'](_0x42854b)||_0x26e204['addCommentThread']({'threadId':_0x42854b,'channelId':_0xced600,'comments':_0x2575b1?_0x2575b1['map'](U):[],'context':_0x8d5251,'attributes':_0x65d8ca,'resolvedAt':_0x324f26,'resolvedBy':_0x2a9d2b,'isFromAdapter':!0x0});}),this['listenTo'](_0x55d300,'commentThreadUpdated',(_0xfb21f3,{commentThreadId:_0x5d2732,documentId:_0x5e4b41,context:_0x348b09,unlinkedAt:_0xd9d05d,attributes:_0x189d73})=>{_0x26e204['getCommentThread'](_0x5d2732)&&_0x26e204['updateCommentThread']({'threadId':_0x5d2732,'channelId':_0x5e4b41,'context':_0x348b09,'unlinkedAt':_0xd9d05d,'attributes':_0x189d73,'isFromAdapter':!0x0});}),this['listenTo'](_0x55d300,'commentThreadResolved',(_0x4ef3ed,{commentThreadId:_0x2712d2,resolvedBy:_0x4a7c7a,resolvedAt:_0x36807a})=>{const _0x31b805=_0x26e204['getCommentThread'](_0x2712d2);_0x31b805&&_0x31b805['resolve']({'resolvedBy':_0x4a7c7a,'resolvedAt':_0x36807a,'isFromAdapter':!0x0});}),this['listenTo'](_0x55d300,'commentThreadReopened',(_0x264e78,{commentThreadId:_0x5e0ad4})=>{const _0x5257ee=_0x26e204['getCommentThread'](_0x5e0ad4);_0x5257ee&&_0x5257ee['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x55d300,'commentThreadRemoved',(_0x2bb879,{commentThreadId:_0x5eebfc})=>{const _0x408370=_0x26e204['getCommentThread'](_0x5eebfc);_0x408370&&_0x408370['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x55d300,'commentAdded',(_0x20ca92,_0x30d046)=>{const _0x53b0b6=_0x30d046['commentThreadId'],_0x1410ff=_0x26e204['getCommentThread'](_0x53b0b6);_0x1410ff&&_0x1410ff['addComment']({...U(_0x30d046),'isFromAdapter':!0x0});}),this['listenTo'](_0x55d300,'commentUpdated',(_0x44a34e,{commentThreadId:_0x13bc9c,commentId:_0xe3f66e,content:_0x1396f8,attributes:_0x3e127b})=>{const _0x215acd=_0x26e204['getCommentThread'](_0x13bc9c);if(_0x215acd){const _0x2b520b=_0x215acd['getComment'](_0xe3f66e);_0x2b520b&&_0x2b520b['update']({'content':_0x1396f8,'attributes':_0x3e127b,'isFromAdapter':!0x0});}}),this['listenTo'](_0x55d300,'commentRemoved',(_0x1bd4b8,{commentThreadId:_0x13cce2,commentId:_0x5ab353})=>{const _0x360e90=_0x26e204['getCommentThread'](_0x13cce2);if(_0x360e90){const _0xf86a68=_0x360e90['getComment'](_0x5ab353);_0xf86a68&&_0xf86a68['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x4fb4de);}['destroy'](){if(this['context']instanceof _0x113706){const _0x58175e=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x58175e);}}['_terminateService'](_0x10b95a){if(!this['_services']['has'](_0x10b95a))throw new _0x2c9c89('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x10b95a});this['_getService'](_0x10b95a)['disconnect'](),this['_services']['delete'](_0x10b95a);}async['reconnect'](){for(const _0x2fdb7f of this['_services']['keys']())await this['_connectService'](_0x2fdb7f);if(this['context']instanceof _0x113706){const _0xc6b90=this['context']['config']['get']('collaboration.channelId'),_0x1aea23=this['context']['plugins']['get'](i);_0x1aea23['unregister'](_0xc6b90);const _0x551afd=await this['_services']['get'](_0xc6b90)['getConnectedSessions']();_0x1aea23['register'](_0xc6b90,_0x551afd);}}async['_connectService'](_0x1e5f8c){const {connection:_0x440832}=this['context']['plugins']['get'](n),_0x12465f=this['context']['plugins']['get']('CommentsRepository'),_0x2a6155=this['_services']['get'](_0x1e5f8c),_0x30274e=await _0x2a6155['connect'](_0x440832);await this['_fetchMissingUsersForThreads'](_0x30274e);const _0x5de678=new Set(Array['from'](_0x12465f['getCommentThreads']({'channelId':_0x1e5f8c}),_0x111b59=>_0x111b59['id']));for(const _0x1051ed of _0x30274e)_0x1051ed['deletedAt']||_0x5de678['delete'](_0x1051ed['commentThreadId']);for(const _0x40eb73 of _0x5de678)_0x12465f['getCommentThread'](_0x40eb73)['remove']({'isFromAdapter':!0x0});for(const _0x55abb4 of _0x30274e){let _0x39aa26=_0x12465f['getCommentThread'](_0x55abb4['commentThreadId']);const {commentThreadId:_0x204c8e,context:_0x529858,attributes:_0x56ae61,resolvedBy:_0x50c477,resolvedAt:_0x4dcd5a,unlinkedAt:_0x2a0aa9,deletedAt:_0x2f6dd8}=_0x55abb4;if(_0x2f6dd8)continue;_0x39aa26||(_0x39aa26=_0x12465f['addCommentThread']({'channelId':_0x1e5f8c,'threadId':_0x204c8e,'context':_0x529858,'attributes':_0x56ae61||{},'resolvedBy':_0x50c477,'resolvedAt':_0x4dcd5a,'unlinkedAt':_0x2a0aa9,'isFromAdapter':!0x0}));const _0x2c3893=new Set(Array['from'](_0x39aa26['comments'],_0x599b07=>_0x599b07['id']));for(const _0x379f6c of _0x55abb4['comments'])_0x2c3893['delete'](_0x379f6c['commentId']);for(const _0x50b946 of _0x2c3893)_0x39aa26['getComment'](_0x50b946)['remove']({'isFromAdapter':!0x0});for(const _0x894b10 of _0x55abb4['comments']){const _0x3776ed=_0x39aa26['getComment'](_0x894b10['commentId']);_0x3776ed?_0x3776ed['content']!==_0x894b10['content']&&_0x3776ed['update']({'content':_0x894b10['content'],'isFromAdapter':!0x0}):_0x39aa26['addComment'](Object['assign'](U(_0x894b10),{'isFromAdapter':!0x0}));}}}['_getService'](_0x11ca35){if(!this['_services']['has'](_0x11ca35))throw new _0x2c9c89('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x11ca35});return this['_services']['get'](_0x11ca35);}async['_fetchMissingUsersForThreads'](_0x573499){const _0x40017e=this['context']['plugins']['get'](_0x492d3c),{connection:_0x21e648}=this['context']['plugins']['get'](n),_0x54b251=new Set();for(const {resolvedBy:_0x5079ad,comments:_0x22b5ab}of _0x573499){_0x5079ad&&!_0x40017e['getUser'](_0x5079ad)&&_0x54b251['add'](_0x5079ad);for(const {userId:_0x3746e0}of _0x22b5ab)_0x40017e['getUser'](_0x3746e0)||_0x54b251['add'](_0x3746e0);}if(0x0===_0x54b251['size'])return;const _0x456969=await ct['getMany'](_0x21e648,Array['from'](_0x54b251));for(const _0x544179 of _0x456969)_0x40017e['getUser'](_0x544179['id'])||_0x40017e['addUser'](_0x544179);}}async function B(_0x254c63){if('404'!==_0x254c63['code'])throw _0x254c63;}function at(_0x4c73ad){if((_0x2f2aaf=_0x4c73ad)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x2f2aaf['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x2f2aaf['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x2f2aaf;throw _0x4c73ad;}function U(_0x4df9f9){return{'threadId':_0x4df9f9['commentThreadId'],'commentId':_0x4df9f9['commentId'],'content':_0x4df9f9['content'],'createdAt':_0x4df9f9['createdAt'],'authorId':_0x4df9f9['userId'],'attributes':_0x4df9f9['attributes']||{}};}class m extends _0x5646ee{static ['TrackChangesService']=/* #__PURE__ -- @preserve */
|
|
27
|
-
((()=>
|
|
28
|
-
((()=>_0x4b290b)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[n,l,'RevisionHistory',i,_0x492d3c];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4d4725){super(_0x4d4725);const _0x26638a=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new c['RevisionHistoryService'](_0x26638a);}async['init'](){const _0x185e1d=this['editor']['plugins']['get'](l),_0x2810f0=_0x185e1d['serverHistory'],_0x56d5a7=this['editor']['plugins']['get'](n);this['_revisionTracker']['setSource']({'history':_0x2810f0,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x185e1d['sessionId']});const _0x21bf68=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x59422b=await _0x58ca67['isBundleUploaded'](_0x56d5a7['connection'],_0x21bf68);this['editor']['plugins']['get']('RevisionHistory')['adapter']={'getRevision':async({revisionId:_0x277dd2})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x277dd2)),'updateRevisions':async _0x3721a1=>{await this['_waitForServiceReady']();const _0x26047c=this['_revisionTracker']['currentRevision'];if(_0x59422b&&0x1===_0x3721a1['length']&&_0x3721a1[0x0]['id']===_0x26047c['id'])return _0x3721a1;for(const _0x335f14 of _0x3721a1)_0x335f14['id']===_0x26047c['id']&&(_0x335f14['isEmptyCurrent']=_0x335f14['fromVersion']===_0x335f14['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x3721a1,this['_lastRequestId'])['then'](_0x1ea9d5=>(this['_lastRequestId']=_0x1ea9d5,_0x3721a1))['catch'](_0x56e6b6=>{if(P(_0x56e6b6)||'400'===_0x56e6b6['code']&&void 0x0!==_0x56e6b6['data']['wrongRequestId']){for(const _0x453250 of _0x3721a1){!this['_revisionTracker']['repository']['getRevision'](_0x453250['id'])||this['_revisionTracker']['_bufferUpdate'](_0x453250['id'],_0x453250,!0x1);}if(P(_0x56e6b6))throw _0x56e6b6;return _0x3721a1;}throw _0x56e6b6;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x35f93d,{revisionsData:_0x5a7dc6,requestId:_0x35b8ef})=>{Math['max'](..._0x5a7dc6['map'](_0x54275b=>_0x54275b['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x5a7dc6,_0x35b8ef);}):this['_handleRevisionsUpdate'](_0x5a7dc6,_0x35b8ef);});const {revisions:_0x341e3d,requestId:_0x1bcb4d}=await this['_revisionHistoryService']['connect'](_0x56d5a7['connection']);_0x56d5a7['addToReconnectionStack'](this),this['_lastRequestId']=_0x1bcb4d,await this['_fetchMissingUsers'](_0x341e3d);for(const _0x5c9920 of _0x341e3d)this['_revisionTracker']['addRevisionData'](_0x5c9920);this['listenTo'](_0x185e1d,'change:_isConnected',(_0xa5af02,_0x3b15cd,_0x485d6e)=>{_0x485d6e&&(this['_oldOffset']=_0x185e1d['_offset'],_0xa5af02['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x56d5a7,'state',_0x180a0a=>_0x180a0a===_0x43ade7['CONNECTED']);}async['reconnect'](){const _0x43b945=this['editor']['plugins']['get'](n),_0x5163cd=this['editor']['plugins']['get'](l),_0x454b21=async()=>{const _0x44f9d4=this['_revisionTracker']['currentRevision'],_0x343eb5=_0x44f9d4['id'],_0x12b363=_0x343eb5!==_0x5163cd['sessionId'];if(_0x12b363){const _0x279778=_0x5163cd['_offset']-this['_oldOffset'],_0xbe7fda=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x44f9d4['toVersion']+_0x279778!==_0xbe7fda){const _0x1d03cc=_0x44f9d4['fromVersion']+_0x279778,_0x45e401=this['editor']['plugins']['get'](_0x492d3c),_0x9cbada=this['_revisionTracker']['buildRevisionData']({'revision':_0x44f9d4,'from':_0x1d03cc,'to':_0xbe7fda});_0x9cbada['id']=_0x44f9d4['id'];const _0x4e8449=_0x9cbada['authorsIds']['map'](_0x2fdef2=>_0x45e401['getUser'](_0x2fdef2));_0x44f9d4['_update']({..._0x9cbada,'authors':_0x4e8449},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x44f9d4['id'],_0x9cbada,!0x0);}this['_revisionTracker']['_startingVersion']=_0xbe7fda,(_0x44f9d4['toVersion']===_0x44f9d4['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x343eb5)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x343eb5),this['_revisionTracker']['_createCurrentRevision'](_0xbe7fda));}const {revisions:_0x38e827,requestId:_0x4e418b}=await this['_revisionHistoryService']['reconnect'](_0x43b945['connection'],this['_lastRequestId']);_0x12b363&&_0x38e827['length']>0x0?_0x5163cd['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x38e827),this['_handleRevisionsUpdate'](_0x38e827,_0x4e418b),this['_revisionTracker']['sendBufferedUpdates']());};return _0x5163cd['_isConnected']?_0x454b21():new Promise((_0x54285f,_0x3c5fef)=>{_0x5163cd['once']('change:_isConnected',()=>{_0x454b21()['then'](_0x54285f)['catch'](_0x3c5fef);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x3fd5e4=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x3ad5bd=>{_0x3ad5bd['off'](),_0x3fd5e4();});});}['_getLatestVersionFromServerOperations'](){const _0x5c016a=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x3c774d of _0x5c016a)if('marker'!==_0x3c774d['type']||_0x3c774d['affectsData'])return _0x3c774d['baseVersion']+0x1;}['_getLatestVersion'](){const _0x57bcb2=this['editor']['plugins']['get'](l);return new Promise(_0x42c40c=>{_0x57bcb2['_isPendingUpdate']?_0x57bcb2['once']('change:_isPendingUpdate',()=>{_0x42c40c(this['_getLatestVersionFromServerOperations']());}):_0x42c40c(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x48001d,_0x2fb64a){const _0xd2f568=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x2fb64a;for(const _0x518208 of _0x48001d){const _0x2d0c58=_0xd2f568['getRevision'](_0x518208['id']);if(_0x2d0c58){if((_0x518208['fromVersion']||_0x518208['toVersion'])&&(_0x518208['diffData']=null),_0x2d0c58===this['_revisionTracker']['currentRevision']){const _0x34d10d=Math['max'](_0x2d0c58['toVersion'],_0x518208['toVersion']),_0xc90b5d=Math['max'](_0x2d0c58['fromVersion'],_0x518208['fromVersion']);let _0x39c401;_0x2d0c58['toVersion']===_0x518208['toVersion']&&_0x2d0c58['fromVersion']===_0x518208['fromVersion']?(_0x39c401=!0x0,this['_preventResendingRevisionData'](_0x518208)):_0x518208['toVersion']===_0x34d10d&&_0x518208['fromVersion']===_0xc90b5d?_0x39c401=!0x1:(_0x2d0c58['toVersion']===_0x34d10d&&_0x2d0c58['fromVersion']===_0xc90b5d||this['_fixRevision']({'revision':_0x2d0c58,'from':_0xc90b5d,'to':_0x34d10d}),_0x39c401=!0x0),_0x39c401&&(delete _0x518208['fromVersion'],delete _0x518208['toVersion'],delete _0x518208['diffData'],delete _0x518208['createdAt'],delete _0x518208['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x518208),this['_preventResendingRevisionData'](_0x518208);}else this['_revisionTracker']['addRevisionData'](_0x518208);}const _0x36d379=_0xd2f568['getRevisions']();_0x36d379['reverse']();for(let _0x5cd2cc=0x0;_0x5cd2cc<_0x36d379['length']-0x1;_0x5cd2cc++){const _0x16630d=_0x36d379[_0x5cd2cc],_0x568470=_0x36d379[_0x5cd2cc+0x1];if(_0x16630d['fromVersion']<_0x568470['toVersion']){const _0x10ac7b=_0x568470['toVersion'],_0xf8112a=Math['max'](_0x10ac7b,_0x16630d['toVersion']);this['_fixRevision']({'revision':_0x16630d,'from':_0x10ac7b,'to':_0xf8112a});}}}['_fixRevision']({revision:_0x401263,from:_0x19d23f,to:_0x593351}={}){const _0x23b1bc=this['editor']['plugins']['get'](_0x492d3c),_0x52b41b=this['_revisionTracker']['buildRevisionData']({'revision':_0x401263,'from':_0x19d23f,'to':_0x593351});_0x52b41b['authors']=_0x52b41b['authorsIds']['map'](_0x499e37=>_0x23b1bc['getUser'](_0x499e37)),_0x401263['_update'](_0x52b41b);}['_preventResendingRevisionData'](_0x33d4e2){const _0xbc0336={};_0xbc0336['id']=_0x33d4e2['id'];for(const _0x1d269d of Object['keys'](_0x33d4e2))'id'!==_0x1d269d&&(_0xbc0336[_0x1d269d]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0xbc0336['id'],_0xbc0336,!0x0);}async['_fetchMissingUsers'](_0x4bac73){const _0x4eb5b1=this['editor']['plugins']['get'](_0x492d3c),{connection:_0xf7976b}=this['editor']['plugins']['get'](n),_0x1167df=new Set();for(const _0x129c45 of _0x4bac73){for(const _0x4c85db of _0x129c45['authorsIds'])_0x123b8c(_0x4c85db);_0x129c45['creatorId']&&_0x123b8c(_0x129c45['creatorId']);}if(0x0===_0x1167df['size'])return;const _0x4f52e2=await ct['getMany'](_0xf7976b,Array['from'](_0x1167df));for(const _0x571eab of _0x4f52e2)_0x4eb5b1['getUser'](_0x571eab['id'])||_0x4eb5b1['addUser'](_0x571eab);function _0x123b8c(_0x8b6c2a){_0x4eb5b1['getUser'](_0x8b6c2a)||_0x1167df['add'](_0x8b6c2a);}}}function P(_0x5e50bb){return _0x5e50bb['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x5e50bb['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x5e50bb['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class dt extends _0x5646ee{static get['requires'](){return['RevisionHistory',c,a];}static get['pluginName'](){return'RealTimeCollaborativeRevisionHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class b extends _0xcfa12d{['_collapseAt'];constructor(_0x554815,_0x5078fb=0x6){super(_0x554815);const _0x1c8bcf=this['bindTemplate'];this['set']('isHidden',!0x0),this['set']('usersCount',0x0),this['_collapseAt']=_0x5078fb,this['bind']('isHidden')['to'](this,'usersCount',_0x2b899b=>_0x2b899b<_0x5078fb),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item',_0x1c8bcf['if']('isHidden','ck-presence-list__counter--hidden')],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck','ck-presence-list__users-counter']},'children':[{'tag':'div','attributes':{'class':['ck','ck-presence-list__users-counter__text']},'children':[{'text':_0x1c8bcf['to']('usersCount',_0x10eba4=>'+'+(_0x10eba4-this['_collapseAt']+0x2)['toString']())}]}]}]});}}class is extends _0xcfa12d{['items'];['keystrokes'];constructor(_0x4d1a93){super(_0x4d1a93);const _0x267a32=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x2a54a2(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x267a32['if']('hasPopup'),'aria-expanded':_0x267a32['to']('isExpanded',_0x2fd2f3=>this['hasPopup']&&String(_0x2fd2f3)),'aria-label':_0x267a32['to']('hasPopup',_0x4965a3=>K(_0x4d1a93,_0x4965a3?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x267a32['to']('hasPopup',_0x21fd14=>!!_0x21fd14&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'mouseenter':_0x267a32['to'](()=>this['fire']('presencelist:show')),'mouseleave':_0x267a32['to'](_0x5509e8=>{const _0x41aee6=_0x5509e8,_0x61d2e8=document['querySelector']('.ck-presence-list__dropdown-list'),_0x202b5f=document['querySelector']('.ck-balloon-panel_with-arrow');_0x61d2e8?.['contains'](_0x41aee6['relatedTarget'])||_0x202b5f?.['contains'](_0x41aee6['relatedTarget'])||this['fire']('presencelist:hide');})}}),this['on']('change:hasPopup',(_0x8dadf3,_0x2e1fe9,_0xa985d)=>{this['element']&&(_0xa985d?this['element']['setAttribute']('aria-expanded',String(this['isExpanded'])):this['element']['removeAttribute']('aria-expanded'));});}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['keystrokes']['listenTo'](this['element']);}}class v extends _0xcfa12d{['counterView'];['inlineListView'];constructor(_0x54fea6,_0x246290=0x6){super(_0x54fea6);const _0x3ef419=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new b(this['locale'],_0x246290),this['inlineListView']=new is(_0x54fea6),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x549f9d of this['inlineListView']['items'])_0x549f9d['tooltipPosition']='s';this['inlineListView']['items']['first']&&(this['inlineListView']['items']['first']['tooltipPosition']='se');}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list','ck-reset','ck-rounded-corners',_0x3ef419['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['inlineListView']]});}}class L extends _0xcfa12d{['listWrapperView'];constructor(_0x17e673,_0x3ebfe7){super(_0x17e673);const _0x9c3817=this['bindTemplate'];this['listWrapperView']=new ut(_0x17e673,_0x3ebfe7),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':K(_0x17e673,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']],'on':{'mouseleave':_0x9c3817['to'](_0x228935=>{const _0x1a0628=_0x228935,_0x40d903=document['querySelector']('.ck-presence-list__list'),_0x48a951=document['querySelector']('.ck-balloon-panel_with-arrow');_0x40d903?.['contains'](_0x1a0628['relatedTarget'])||_0x48a951?.['contains'](_0x1a0628['relatedTarget'])||this['fire']('presencelist:hide');})}});}}class ut extends _0x42b975{constructor(_0x401630,_0x289890){super(_0x401630);const _0x217abe=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x289890?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x217abe['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x217abe['to']('role'),'aria-label':_0x217abe['to']('ariaLabel'),'aria-labelledby':_0x217abe['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x24b4b2['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x7acca2=this['element'];_0x7acca2&&(this['_isScrollable']=Math['max'](_0x7acca2['scrollHeight'],_0x7acca2['clientHeight'])>0.8*window['innerHeight']);}}class j extends et{['userView'];constructor(_0x5c057d,_0x1fcf3d,_0x1346a7){super(_0x5c057d);const _0x40b6e2=this['bindTemplate'];this['userView']=new st(_0x5c057d,_0x1fcf3d);const _0x2b105d={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x1fcf3d['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x1fcf3d['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x1fcf3d['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x1346a7&&(_0x2b105d['tag']='button',_0x2b105d['on']={'click':_0x40b6e2['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x2b105d);}['focus'](){this['element']['focus']();}}class A extends _0xcfa12d{['userView'];['markerView'];constructor(_0x4b3e07,_0xbb4582,_0x202698){super(_0x4b3e07);const _0x2bca23=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new st(_0x4b3e07,_0xbb4582),this['markerView']=new ot(_0x4b3e07,_0xbb4582);const _0x4bc224=new it(_0x4b3e07);_0x4bc224['template']['tag']='span',_0x4bc224['text']=_0xbb4582['name'];const _0x3d953b={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x2bca23['to']('isFocusable',_0x42c580=>!!_0x42c580&&0x0),'aria-labelledby':_0x4bc224['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x2bca23['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x2bca23['to']('hasTooltip',_0x3a754e=>!_0x3a754e),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x4bc224]};_0x202698&&(_0x3d953b['tag']='button',_0x3d953b['on']={'click':_0x2bca23['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x3d953b);}}class ot extends _0xcfa12d{constructor(_0x365c49,_0x182b53){super(_0x365c49),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x182b53['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const x={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x13341e{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;static get['pluginName'](){return'PresenceListUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x7fbe73){super(_0x7fbe73),this['context']['config']['define']('presenceList',x);const _0x585ab7=_0x7fbe73['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x585ab7)throw new _0x2c9c89('presencelist-collapseat-invalid-format',this);if(_0x585ab7<0x1)throw new _0x2c9c89('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x5a7f2a(),this['balloonPanelView']=new _0x142816(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x3260de of this['_allConnectedUsers'])this['_handleUserAdd'](_0x3260de);this['listenTo'](this['_allConnectedUsers'],'add',(_0x5bdd57,_0x58ae3e)=>{this['_handleUserAdd'](_0x58ae3e);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x331354,_0x527226)=>{this['_handleUserRemove'](_0x527226);});}['_createView'](){const _0x1079b7=this['context'],_0x8eb0f0=new v(this['context']['locale'],this['context']['config']['get']('presenceList.collapseAt')),_0x3b85fe=this['balloonPanelView'];if(!_0x555b4d(_0x1079b7['config']['get']('presenceList.container')))throw new _0x2c9c89('presencelist-missing-container',this);return _0x8eb0f0['counterView']['bind']('usersCount')['to'](this),_0x8eb0f0['bind']('isCollapsed')['to'](this,'usersCount',_0x9a7c8c=>{const {collapseAt:_0x5a84b4}=_0x1079b7['config']['get']('presenceList'),_0x7a8025=_0x9a7c8c>=_0x5a84b4;if(_0x7a8025&&!_0x8eb0f0['inlineListView']['items']['find'](_0xf299c4=>_0xf299c4 instanceof b)){const _0x2a05a0=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['currentDisplayedUsers']['length']==_0x2a05a0&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](this['currentDisplayedUsers']['length']-0x1),_0x8eb0f0['inlineListView']['items']['add'](_0x8eb0f0['counterView']);}return _0x7a8025||this['hideDropdown'](),_0x7a8025;}),_0x8eb0f0['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x406c1c=>{const _0x1671ed=_0x1079b7['config']['get']('presenceList'),_0x390fc2=new A(_0x1079b7['locale'],_0x406c1c,!!_0x1671ed['onClick']);return _0x390fc2['bind']('hasTooltip')['to'](_0x8eb0f0,'isCollapsed',_0x44dba3=>!_0x44dba3),_0x390fc2['bind']('isFocusable')['to'](_0x8eb0f0,'isCollapsed',_0x3c10b1=>!_0x3c10b1),_0x1671ed['onClick']&&this['listenTo'](_0x390fc2,'execute',()=>{this['view']['isCollapsed']||_0x1671ed['onClick'](_0x406c1c,_0x390fc2['element']);}),_0x390fc2;}),this['listenTo'](_0x8eb0f0['inlineListView'],'presencelist:show',()=>{this['view']['isCollapsed']&&this['showDropdown']();}),this['listenTo'](_0x8eb0f0['inlineListView'],'presencelist:hide',()=>{this['presenceDropdownView']&&this['hideDropdown']();}),_0x8eb0f0['inlineListView']['keystrokes']['set']('Enter',(_0x59dcd0,_0x320eca)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x320eca());}),_0x8eb0f0['render'](),_0x3b85fe['render'](),_0x33d711({'emitter':_0x8eb0f0,'activator':()=>_0x3b85fe['isVisible'],'contextElements':[_0x3b85fe['element'],_0x8eb0f0['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x1079b7['config']['get']('presenceList.container')['appendChild'](_0x8eb0f0['element']),this['_bodyCollection']=new _0x39c268(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x8eb0f0;}['_handleUserAdd'](_0x529a8a){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x529a8a['isMe'])return;const _0x48687c=this['context']['config']['get']('presenceList.collapseAt')-0x1;for(this['usersCount']++;this['currentDisplayedUsers']['length']>=_0x48687c-(this['view']['isCollapsed']?0x1:0x0)&&this['currentDisplayedUsers']['length']>0x1;)this['currentDisplayedUsers']['remove'](0x1);const _0xd6c14f=_0x529a8a['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x529a8a,_0xd6c14f);}['_handleUserRemove'](_0x122039){this['usersCount']--;const {collapseAt:_0x57d45d}=this['context']['config']['get']('presenceList'),_0x30bbde=this['usersCount']>=_0x57d45d;if(this['currentDisplayedUsers']['get'](_0x122039['id']))this['currentDisplayedUsers']['remove'](_0x122039['id']);else{if(_0x30bbde&&this['currentDisplayedUsers']['length']+0x1===_0x57d45d-0x1)return;}if(this['currentDisplayedUsers']['length']+(_0x30bbde?0x1:0x0)<this['usersCount']){for(const _0x48f442 of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x48f442['id'])&&(this['currentDisplayedUsers']['add'](_0x48f442,Math['min'](this['currentDisplayedUsers']['length']-(_0x30bbde?0x1:0x0),0x1)),this['currentDisplayedUsers']['length']+(_0x30bbde?0x1:0x0)===_0x57d45d-0x1))return;}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x1b3b81=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new L(this['context']['locale'],!!_0x1b3b81['onClick']),this['view']['inlineListView']['isExpanded']=!0x0,this['listenTo'](this['presenceDropdownView'],'presencelist:hide',()=>{this['presenceDropdownView']&&this['hideDropdown']();});const {listWrapperView:_0x44e312}=this['presenceDropdownView'];_0x44e312['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x5844eb=>{if(!_0x1b3b81['displayMe']&&_0x5844eb['isMe'])return null;const _0x52dad7=new j(this['context']['locale'],_0x5844eb,!!_0x1b3b81['onClick']);return _0x1b3b81['onClick']&&this['listenTo'](_0x52dad7,'execute',()=>{_0x1b3b81['onClick'](_0x5844eb,_0x52dad7['element']);}),_0x52dad7;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x44e312['focus'](),_0x44e312['checkIfScrollable']();const _0x55cdcd=(_0x5ed85e,_0xc653d8)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0xc653d8();};_0x44e312['keystrokes']['set']('Esc',_0x55cdcd),_0x44e312['keystrokes']['set']('Shift+Tab',_0x55cdcd),_0x44e312['keystrokes']['set']('Tab',(_0x3be272,_0x3b6f8e)=>{!function(_0x12cc5a){const _0x96f543=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x155e8b=>_0x155e8b+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x42d85f=[...document['body']['querySelectorAll'](_0x96f543)]['filter'](_0xf7b836=>_0xf7b836===document['activeElement']||_0xf7b836['offsetWidth']+_0xf7b836['offsetHeight']>0x0)['sort']((_0x3b3db3,_0x1b707a)=>(_0x3b3db3['tabIndex']||0x0)-(_0x1b707a['tabIndex']||0x0)),_0x374c23=_0x42d85f['indexOf'](_0x12cc5a),_0x577cc6=_0x42d85f[(_0x374c23+0x1)%_0x42d85f['length']];_0x577cc6&&_0x577cc6['focus']();}(this['view']['element']),this['hideDropdown'](),_0x3b6f8e();}),_0x44e312['focusTracker']['add'](this['view']['element']),_0x44e312['focusTracker']['on']('change:isFocused',(_0x4c9ca3,_0x45e6b5,_0x153b60)=>{_0x153b60||this['hideDropdown']();});}['hideDropdown'](){this['presenceDropdownView']&&(this['view']['inlineListView']['isExpanded']=!0x1,this['balloonPanelView']['unpin'](),this['balloonPanelView']['content']['remove'](this['presenceDropdownView']),this['presenceDropdownView']['destroy'](),this['presenceDropdownView']=void 0x0);}['destroy'](){super['destroy'](),this['view']&&this['view']['isRendered']&&this['view']['destroy'](),this['_bodyCollection']&&(this['_bodyCollection']['detachFromDom'](),this['_bodyCollection']['destroy'](),this['_bodyCollection']=null);}}class ft extends _0x13341e{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{s as CloudServicesCommentsAdapter,c as CloudServicesRevisionHistoryAdapter,m as CloudServicesTrackChangesAdapter,ft as PresenceList,r as PresenceListUI,l as RealTimeCollaborationClient,g as RealTimeCollaborativeComments,a as RealTimeCollaborativeEditing,dt as RealTimeCollaborativeRevisionHistory,lt as RealTimeCollaborativeTrackChanges,i as Sessions,n as WebSocketGateway};
|
|
23
|
+
import{ContextPlugin as _0x24e504,Plugin as _0x23684a,PendingActions as _0x26da0c,Context as _0x1ac0af}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x11d6ab,CKEditorError as _0x189f6f,Collection as _0x26414e,global as _0x2ed649,version as nt,uid as _0x34d92d,KeystrokeHandler as _0x19832b}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0x554080,View as _0x321d26,ListView as _0x14cb7d,ListItemView as et,LabelView as it,BalloonPanelView as _0x52cb12,clickOutsideHandler as _0x81fb12,BodyCollection as _0x26bdd9}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ModelLiveRange as _0x519926,History as _0x1dfb7e,NoOperation as _0x372d2b,InsertOperation as _0x1bca00,MarkerOperation as _0x59297b,RootAttributeOperation as _0x5bf9a3,transformOperationSets as _0x29fd05,OperationFactory as _0x35c2fd}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as rt,WEB_SOCKET_GATEWAY_STATES as _0x543ce6,CollaborativeEditingService as _0xd1b7d9,User as ct,CommentsService as _0x430834,TrackChangesService as _0x2700bf,RevisionHistoryService as _0x29efde,EditorService as _0x26c726}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x47e255,UserView as st}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0x51dc20}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x1678f1}from'es-toolkit/compat';class n extends _0x24e504{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>rt)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x554080];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x47f9f7){super(_0x47f9f7),this['set']('state',_0x543ce6['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=new(_0x11d6ab())();}['init'](){const _0x22d93e=this['context'],_0x473fb8=_0x22d93e['plugins']['get']('CloudServices'),_0x29011c=_0x22d93e['plugins']['get'](_0x554080);if(!_0x473fb8['token'])throw new _0x189f6f('websocketgateway-missing-token',this);if(!_0x473fb8['webSocketUrl'])throw new _0x189f6f('websocketgateway-missing-websocket-url',this);return this['_domEmitter']['listenTo'](window,'offline',()=>this['_isBrowserOffline']=!0x0),this['_domEmitter']['listenTo'](window,'online',()=>this['_isBrowserOffline']=!0x1),this['context']['config']['define']('cloudServices.connectionTimeout',0xa),this['context']['config']['define']('cloudServices.requestTimeout',0x14),n['WebSocketGateway']['connect'](_0x473fb8['token'],_0x473fb8['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x182c3f=>{if(this['connection']=_0x182c3f,this['bind']('state')['to'](_0x182c3f,'state',this,'_isBrowserOffline',(_0x463616,_0x461b5a)=>('connected'!==_0x463616&&(this['_shouldPluginsReconnect']=!0x0),_0x461b5a||_0x463616!==_0x543ce6['CONNECTED']?_0x543ce6['DISCONNECTED']:this['state']==_0x543ce6['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x543ce6['CONNECTING']):_0x543ce6['CONNECTED'])),this['connection']['on']('error',(_0x2f159c,_0x3c6086)=>{if('limitExceeded'!==_0x3c6086['code'])throw console['error'](_0x3c6086),new _0x189f6f('cloudservices-init',null,{'originalError':_0x3c6086});_0x29011c['showWarning']('The\x20limit\x20of\x20maximum\x20concurrent\x20connections\x20that\x20the\x20collaboration\x20server\x20can\x20handle\x20has\x20been\x20reached.\x20Try\x20opening\x20the\x20document\x20again\x20in\x20a\x20few\x20minutes.\x20Please\x20contact\x20your\x20system\x20administrator\x20if\x20the\x20problem\x20persists.',{'title':'Connected\x20users\x20limit\x20exceeded','namespace':'real-time-collaboration'});}),!_0x182c3f['me'])return new Promise(_0x1c53d1=>_0x182c3f['on']('change:me',_0x1c53d1));})['catch'](_0x1b9328=>{throw console['error'](_0x1b9328),new _0x189f6f('cloudservices-init',null,{'originalError':_0x1b9328});});}['addToReconnectionStack'](_0x48c423){if('function'!=typeof _0x48c423['reconnect'])throw new _0x189f6f('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x48c423))throw new _0x189f6f('websocketgateway-plugin-already-registered',this,{'name':_0x48c423['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x48c423);}['removeFromReconnectionStack'](_0x4c7c25){this['_reconnectionStack']['delete'](_0x4c7c25);}['isInReconnectionStack'](_0x1b3094){return this['_reconnectionStack']['has'](_0x1b3094);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0xacf6b1=>_0xacf6b1['reconnect']())))['then'](()=>this['state']=_0x543ce6['CONNECTED'])['catch'](_0x3d6b12=>{throw console['error'](_0x3d6b12),new _0x189f6f('cloudservices-reconnection-error',this['context']);});}['disconnect'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x543ce6['DISCONNECTED'],this['_domEmitter']['stopListening']();}['destroy'](){this['disconnect'](),super['destroy']();}}class i extends _0x24e504{['channelSessions'];['channelConnectedUsers'];['allConnectedUsers'];['_registeredSessions'];['_uniqueUsersCount'];['_users'];static get['pluginName'](){return'Sessions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[n,_0x47e255];}constructor(_0x2d9d46){super(_0x2d9d46),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x26414e(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x47e255);}['init'](){const _0x2487bc=this['context']['plugins']['get'](n);this['listenTo'](_0x2487bc,'change:state',(_0x295ece,_0x2f07df,_0x428368)=>{if('connected'!==_0x428368)this['channelSessions']['forEach'](_0x4afd6a=>_0x4afd6a['clear']()),this['channelConnectedUsers']['forEach'](_0x5c9ecb=>_0x5c9ecb['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x2a089c,_0x4f8847]of this['_registeredSessions'])for(const _0x2911c3 of _0x4f8847)this['_handleSessionAdd'](_0x2a089c,_0x2911c3);}}),this['_createUser'](_0x2487bc['connection']['me'],!0x0);}['register'](_0x2d866f,_0x52aa0b){if(this['_registeredSessions']['has'](_0x2d866f))throw new _0x189f6f('sessions-register-already-registered',null,{'channelId':_0x2d866f});this['_registeredSessions']['set'](_0x2d866f,_0x52aa0b),this['channelSessions']['set'](_0x2d866f,new _0x26414e()),this['channelConnectedUsers']['set'](_0x2d866f,new _0x26414e()),this['listenTo'](_0x52aa0b,'add',(_0x59fc01,_0x273a9d)=>this['_handleSessionAdd'](_0x2d866f,_0x273a9d)),this['listenTo'](_0x52aa0b,'remove',(_0x30d0e8,_0x396e30)=>this['_handleSessionRemove'](_0x2d866f,_0x396e30));for(const _0x44df0e of _0x52aa0b)this['_handleSessionAdd'](_0x2d866f,_0x44df0e);}['unregister'](_0x142573){if(!this['_registeredSessions']['has'](_0x142573))throw new _0x189f6f('sessions-unregister-not-exist',null,{'channelId':_0x142573});const _0x14b1f4=this['_registeredSessions']['get'](_0x142573);this['stopListening'](_0x14b1f4);for(const _0x2be622 of _0x14b1f4)'connected'===this['context']['plugins']['get'](n)['state']&&this['_handleSessionRemove'](_0x142573,_0x2be622);this['_registeredSessions']['delete'](_0x142573),this['channelSessions']['delete'](_0x142573),this['channelConnectedUsers']['delete'](_0x142573);}get['mySessionId'](){return this['context']['plugins']['get'](n)['connection']['sessionId'];}['getUserBySessionId'](_0x502e46){for(const _0x1aa21b of this['channelSessions']['values']())for(const _0x21ee04 of _0x1aa21b)if(_0x21ee04['id']===_0x502e46)return _0x21ee04['user'];}['getUserSessions'](_0x12caa8,_0x2b70f5){const _0x577eed=_0x2b70f5?[this['channelSessions']['get'](_0x2b70f5)]:this['channelSessions']['values'](),_0x3dca1f=new Set();for(const _0x22e1d2 of _0x577eed)for(const _0x3f00f6 of _0x22e1d2)_0x3f00f6['user']['id']===_0x12caa8['id']&&_0x3dca1f['add'](_0x3f00f6['id']);return _0x3dca1f;}['getUserRole'](_0x39764d){for(const _0x4a56db of this['channelSessions']['values']())for(const _0x4e6d9c of _0x4a56db)if(_0x4e6d9c['user']===_0x39764d)return _0x4e6d9c['role'];}['_handleSessionAdd'](_0x3ad00e,_0x183421){if('connected'!==this['context']['plugins']['get'](n)['state'])return;const _0x5ec579=_0x183421['user'],_0x42b851=this['_users']['getUser'](_0x5ec579['id'])||this['_createUser'](_0x5ec579),_0x43b728=Object['assign']({},_0x183421,{'user':_0x42b851});this['channelSessions']['get'](_0x3ad00e)['add'](_0x43b728);const _0x3c460e=this['channelConnectedUsers']['get'](_0x3ad00e);_0x3c460e['has'](_0x42b851['id'])||_0x3c460e['add'](_0x42b851),this['allConnectedUsers']['has'](_0x42b851['id'])||this['allConnectedUsers']['add'](_0x42b851,_0x42b851['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x3ad00e,{'channelId':_0x3ad00e,'session':_0x43b728});}['_handleSessionRemove'](_0x572641,_0x48158c){if('connected'!==this['context']['plugins']['get'](n)['state'])return;const _0x121e44=this['channelConnectedUsers']['get'](_0x572641),_0x2df636=_0x48158c['user'];_0x2df636['id']&&(this['channelSessions']['get'](_0x572641)['remove'](_0x48158c['id']),_0x121e44['has'](_0x2df636['id'])&&!this['getUserSessions'](_0x2df636,_0x572641)['size']&&_0x121e44['remove'](_0x2df636['id']),this['allConnectedUsers']['get'](_0x2df636['id'])&&!this['getUserSessions'](_0x2df636)['size']&&this['allConnectedUsers']['remove'](_0x2df636['id']));}['_createUser'](_0x80ee98,_0x2e9c80){const _0x3f0fe3=this['_users']['addUser'](_0x80ee98);return _0x2e9c80&&this['_users']['defineMe'](_0x80ee98['id']),_0x3f0fe3['orderNumber']=this['_uniqueUsersCount']++,_0x3f0fe3;}}class $ extends _0x23684a{['_domEmitter']=new(_0x11d6ab())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x59f466=this['editor'],_0x4db363=_0x59f466['plugins']['get'](i);_0x59f466['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x259331,{writer:_0xe5f2af})=>function(_0x51a20e,_0x3f488d,_0x16e08d,_0x4634c1){const _0x2fe52a=_0x51a20e['markerName']['split'](':')[0x2],_0x5cb015=_0x16e08d['getUserBySessionId'](_0x2fe52a);if(!_0x5cb015||_0x2fe52a===_0x16e08d['mySessionId'])return;if(!_0x4634c1['model']['schema']['checkChild'](_0x51a20e['markerRange']['start'],'$text'))return;const _0x2e9169={'class':'ck-user__marker\x20'+_0x5cb015['color']['getMarkerClass'](),'data-name':_0x5cb015['name'],'data-session-id':_0x2fe52a},_0x27567e=_0x4634c1['model']['markers']['get'](_0x51a20e['markerName']),_0x2b5244=_0x27567e['getStart'](),_0x1e4504=_0x2b5244['nodeAfter'],_0x501958=_0x4634c1['model']['schema'];if(_0x1e4504&&_0x501958['isObject'](_0x1e4504)&&_0x501958['isInline'](_0x1e4504)&&!_0x4634c1['model']['markers']['get']('user:range:'+_0x2fe52a)['getRange']()['isCollapsed'])return;const _0x5ba253=_0x2b5244['parent'];return _0x4634c1['model']['schema']['isLimit'](_0x5ba253)&&!_0x4634c1['model']['hasContent'](_0x5ba253)&&(_0x2e9169['contenteditable']=!0x1),function(_0x491ec0,_0x264c84,_0x2b8573){const _0x4d1544=_0x491ec0['createUIElement']('span',_0x264c84);return _0x491ec0['setCustomProperty']('userPositionMarker',!0x0,_0x4d1544),_0x4d1544['render']=function(_0xd82ec5){const _0x124447=this['toDomElement'](_0xd82ec5),_0x2894ad=document['createElement']('span');return _0x2894ad['classList']['add']('ck-user__marker-tooltip'),_0x2894ad['setAttribute']('contenteditable','false'),_0x2894ad['setAttribute']('spellcheck','false'),_0x2894ad['textContent']=_0x2b8573['name'],_0x124447['innerHTML']='<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span>'+_0x2894ad['outerHTML']+'',_0x124447['addEventListener']('mouseenter',()=>{_0x124447['classList']['add']('ck-user__marker_hovered');}),_0x124447['addEventListener']('mouseleave',()=>{_0x124447['classList']['remove']('ck-user__marker_hovered');}),_0x124447;},_0x4d1544['isSimilar']=function(_0x9363f9){return!(!this['getCustomProperty']('userPositionMarker')||!_0x9363f9['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x9363f9['getAttribute']('data-session-id'));},_0x4d1544;}(_0x3f488d,_0x2e9169,_0x5cb015);}(_0x259331,_0xe5f2af,_0x4db363,_0x59f466)}),_0x59f466['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x2b9b84=>function(_0x2192bd,_0x4afead){const _0x5a7408=_0x2192bd['markerName']['split'](':')[0x2];if(_0x5a7408===_0x4afead['mySessionId'])return null;const _0x43b0b1=_0x4afead['getUserBySessionId'](_0x5a7408);if(!_0x43b0b1)return{'id':_0x5a7408,'classes':[]};return{'id':_0x5a7408,'classes':['ck-user__selection',_0x43b0b1['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x5a7408},'priority':0x7d0+_0x43b0b1['orderNumber']};}(_0x2b9b84,_0x4db363)}),function(_0x1618cf){const _0x3eca40=_0x1618cf['model'],_0x22dfc2=new Map(),_0x26f242=_0x1618cf['plugins']['get'](i);_0x3eca40['markers']['on']('update:user:range',(_0x592dbf,_0x1a8a9d,_0x3efc9a,_0x32fe3b)=>{if(!_0x32fe3b&&_0x22dfc2['get'](_0x1a8a9d['name']))return _0x22dfc2['get'](_0x1a8a9d['name'])['detach'](),void _0x22dfc2['delete'](_0x1a8a9d['name']);const _0x164e9b=_0x1a8a9d['name']['split'](':')[0x2];if(_0x164e9b===_0x26f242['mySessionId'])return;const _0x47ab98='user:position:'+_0x164e9b;_0x3eca40['markers']['has'](_0x47ab98)&&_0x1618cf['editing']['reconvertMarker'](_0x47ab98),_0x1a8a9d['on']('change:range',(_0x2e2bf5,_0x353d9e,_0x5f1fb2)=>{if('$graveyard'!=_0x353d9e['root']['rootName']&&'$graveyard'==_0x1a8a9d['getRange']()['root']['rootName']&&!_0x22dfc2['has'](_0x1a8a9d['name'])){const _0x2746db=_0x3eca40['schema']['getNearestSelectionRange'](_0x5f1fb2['deletionPosition']);if(_0x2746db){const _0x1286af=_0x519926['fromRange'](_0x2746db);_0x22dfc2['set'](_0x1a8a9d['name'],_0x1286af),_0x1286af['on']('change:range',(_0x40eac2,_0x4dec52,_0x3bbb7b)=>{if('$graveyard'==_0x1286af['root']['rootName']){const _0x5b5fdf=_0x3eca40['schema']['getNearestSelectionRange'](_0x3bbb7b['deletionPosition']);_0x5b5fdf?(_0x1286af['start']=_0x5b5fdf['start'],_0x1286af['end']=_0x5b5fdf['end']):(_0x22dfc2['delete'](_0x1a8a9d['name']),_0x1286af['detach']());}});}}});}),_0x3eca40['document']['on']('change',()=>{_0x22dfc2['size']>0x0&&_0x3eca40['enqueueChange']({'isUndoable':!0x1},_0x1b85fa=>{for(const [_0x11da2e,_0x2f3eed]of _0x22dfc2)'$graveyard'==_0x3eca40['markers']['get'](_0x11da2e)['getRange']()['root']['rootName']&&(te(_0x11da2e['split'](':')[0x2],_0x2f3eed['toRange'](),_0x3eca40,_0x1b85fa),_0x2f3eed['detach']());_0x22dfc2['clear']();});});}(_0x59f466),this['_domEmitter']['listenTo'](_0x2ed649['document'],'keydown',(_0xebf1f4,{key:_0x11ca11})=>{'Escape'===_0x11ca11&&function(_0x46befa){_0x46befa['editing']['view']['change'](_0x29f2f9=>{for(const _0x102df4 of _0x46befa['model']['markers']){if(!_0x102df4['name']['startsWith']('user:position'))continue;const _0x4e3cf2=_0x46befa['editing']['mapper']['markerNameToElements'](_0x102df4['name']);if(_0x4e3cf2){for(const _0x36d9d2 of _0x4e3cf2)_0x29f2f9['removeClass']('ck-user__marker_hovered',_0x36d9d2);}}});}(_0x59f466);},{'useCapture':!0x0});}['afterInit'](){const _0x20cb0b=this['editor'],_0x1d32e0=_0x20cb0b['commands']['get']('undo');_0x1d32e0&&_0x20cb0b['model']['on']('applyOperation',(_0x5b432b,_0x2a9640)=>{const _0x35e863=_0x2a9640[0x0];if(!_0x35e863['isDocumentOperation'])return;if('marker'!=_0x35e863['type']||!_0x35e863['name']['startsWith']('user:'))return;const _0x5d6993=_0x35e863['batch'];_0x1d32e0['_createdBatches']['has'](_0x5d6993)&&(_0x35e863['newRange']=_0x35e863['oldRange']?_0x20cb0b['model']['createRange'](_0x35e863['oldRange']['start'],_0x35e863['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x2daafb=this['editor'],_0x146d4c=_0x2daafb['model']['document'],_0x49f5dc=_0x2daafb['plugins']['get'](i);_0x2daafb['model']['enqueueChange']({'isUndoable':!0x1},_0x26d047=>{const _0x4b6fe6='user:range:'+_0x49f5dc['mySessionId'],_0x137980='user:position:'+_0x49f5dc['mySessionId'],_0x370254=_0x2daafb['model']['markers']['has'](_0x4b6fe6);_0x2daafb['editing']['view']['hasDomSelection']?te(_0x49f5dc['mySessionId'],_0x146d4c['selection']['getFirstRange'](),_0x2daafb['model'],_0x26d047):_0x370254&&(_0x26d047['removeMarker'](_0x4b6fe6),_0x26d047['removeMarker'](_0x137980));});}}function te(_0x5ebf38,_0x4a0684,_0x1e4910,_0x582a12){const _0x2329f8='user:range:'+_0x5ebf38,_0x3b6243='user:position:'+_0x5ebf38,_0x1fda25=_0x4a0684['getContainedElement']();let _0x1b5711=_0x4a0684['start'];if(_0x1fda25&&_0x1fda25['is']('element','tableCell')){const _0xfcb0a=function(_0x39469f,_0x5237e5){for(const _0x327c42 of _0x39469f['getPositions']())if(_0x5237e5['schema']['checkChild'](_0x327c42,'$text'))return _0x327c42;}(_0x4a0684,_0x1e4910);_0xfcb0a&&(_0x1b5711=_0xfcb0a,_0x4a0684=_0x582a12['createRange'](_0x1b5711));}const _0x5e971b=_0x582a12['createRange'](_0x1b5711);_0x1e4910['markers']['has'](_0x2329f8)?(_0x582a12['updateMarker'](_0x2329f8,{'range':_0x4a0684}),_0x582a12['updateMarker'](_0x3b6243,{'range':_0x5e971b})):(_0x582a12['addMarker'](_0x2329f8,{'range':_0x4a0684,'usingOperation':!0x0}),_0x582a12['addMarker'](_0x3b6243,{'range':_0x5e971b,'usingOperation':!0x0}));}function K(_0x29770f,_0x1f7fe7,_0x10b680){const _0x3d38e2=_0x29770f['t'],t=_0x29770f['t'];switch(_0x1f7fe7){case'PENDING_ACTION_SENDING_DATA':return t({'string':'Sending\x20data\x20to\x20the\x20server.','id':'PENDING_ACTION_SENDING_DATA'});case'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'Synchronization\x20issue':return t('Synchronization\x20issue');case'Connected\x20users\x20list\x20dropdown\x20menu':return t('Connected\x20users\x20list\x20dropdown\x20menu');case'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':return t('Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)');case'Connected\x20users\x20list':return t('Connected\x20users\x20list');case'PENDING_ACTION_REVISION_HISTORY':return _0x3d38e2({'string':'Unsaved\x20change\x20in\x20revision\x20history.','id':'PENDING_ACTION_REVISION_HISTORY'});case'CONNECTED_USERS':return t({'string':'1\x20connected\x20user\x20(me)','plural':'%0\x20connected\x20users','id':'CONNECTED_USERS'},_0x10b680);default:return'';}}let X=0x1;class l extends _0x23684a{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
|
|
25
|
+
((()=>_0xd1b7d9)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[n,i,$,_0x26da0c,_0x47e255,_0x554080];}static get['pluginName'](){return'RealTimeCollaborationClient';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['cloudDocumentVersion'](){return this['_lastServerVersion']+this['_offset'];}get['_lastServerVersion'](){return this['serverHistory']['version']-this['_offset'];}get['lastSyncVersion'](){const _0x43ebee=this['serverHistory']['getOperations']();for(let _0x3a2365=_0x43ebee['length']-0x1;_0x3a2365>=0x0;_0x3a2365--){const _0x25843c=_0x43ebee[_0x3a2365];if(!this['_disconnectionOperations']['has'](_0x25843c))return _0x25843c['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x1ce023){if(super(_0x1ce023),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x1dfb7e(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x189f6f('collaboration-missing-channelid',this);const _0x4a8c4b=_0x1ce023['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0x4a8c4b,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x51dc20(),this['_bufferedOperations']=[],this['_knownOperations']=new WeakSet(),this['_knownRootNames']=new Set(),this['set']('_isPendingUpdate',!0x1),this['set']('_hasSynchronizationProblem',!0x1),this['_pendingAction']=null,this['_hasSelectionChanged']=!0x1,this['_sendBufferedOperationsDelayId']=null,this['_baseBufferDelay']=0x12c,this['_currentBufferDelay']=this['_baseBufferDelay'],this['_lastSyncedOperationId']=null,this['_disconnectionOperations']=new WeakSet(),this['_operationIdentifier']=new tt(this['_disconnectionOperations']);}['init'](){const _0x4e771a=this['editor'],_0x84c9d3=_0x4e771a['plugins']['get'](_0x47e255),_0x245641=_0x4e771a['plugins']['get'](n);this['listenTo'](_0x84c9d3,'getOperationAuthor',(_0x1dc5b1,_0x411a80)=>{const _0x14017a=_0x411a80[0x0];_0x14017a['_authorId']&&(_0x1dc5b1['return']=_0x84c9d3['getUser'](_0x14017a['_authorId']),_0x1dc5b1['stop']()),null===_0x14017a['_authorId']&&(_0x1dc5b1['return']=null,_0x1dc5b1['stop']());},{'priority':'high'}),this['listenTo'](_0x4e771a['model']['document']['selection'],'change:range',(_0x4463d1,_0x48a4fc)=>{_0x48a4fc['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x4e771a['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x4e771a['model']['on']('applyOperation',(_0x33d0de,_0x34f3f4)=>{const _0xa4317e=_0x34f3f4[0x0];_0xa4317e['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0xa4317e),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x245641,'state',this,'_hasSynchronizationProblem',(_0x1ae8a3,_0x273203)=>'connected'===_0x1ae8a3&&!_0x273203),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x4e771a['disableReadOnlyMode']('rtc-offline'):_0x4e771a['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x4e771a['disableReadOnlyMode']('rtc-offline'):_0x4e771a['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0xb3589f=this['editor']['plugins']['get'](i),_0x8a8f95=this['editor']['plugins']['get'](n);try{this['_isPendingUpdate']=!0x0,_0xb3589f['unregister'](this['_channelId']);const _0xbb12bb=await this['_service']['reconnect'](_0x8a8f95['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0xbb12bb)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x16e25a=await this['_service']['getConnectedSessions']();_0xb3589f['register'](this['_channelId'],_0x16e25a),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x166a9c){if(function(_0x5e3ed4){return'404'===_0x5e3ed4['code'];}(_0x166a9c)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x5644e3){return'409'===_0x5644e3['code'];}(_0x166a9c)){const _0x981874=K(this['editor']['locale'],'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');this['_handleReconnectionError'](_0x981874);}else{if(!(_0x166a9c instanceof Y))throw _0x166a9c;this['_handleReconnectionError']();}}}}['destroy'](){const _0x3126fe=this['editor']['plugins']['get'](n),_0x575b5a=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x575b5a['channelSessions']['has'](this['_channelId'])&&_0x575b5a['unregister'](this['_channelId']),_0x3126fe['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x2eac6b){if(this['sessionId']!==_0x2eac6b['sessionId']&&this['_lastSyncedOperationId']!==_0x2eac6b['lastOperationId'])throw new Y();return this['sessionId']=_0x2eac6b['sessionId'],this['_handleServerResponse']([],{..._0x2eac6b,'wereChangesApplied':!0x1,'data':_0x2eac6b['data']},'reconnect');}async['_connectService'](_0x28925d,_0x107e63=!0x1){const {connection:_0x4eb5a5}=this['editor']['plugins']['get'](n);l['CollaborativeEditingService']['getConnectedSessions'](_0x4eb5a5,this['_channelId'])['then'](_0x438f9f=>this['_initSessionsHandling'](_0x438f9f))['catch'](_0x41de1a=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x41de1a);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x19c203,_0x1afc00)=>{this['_crash']('realtimecollaborationclient-init-service-internal-error',_0x1afc00);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x55adc6=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x28925d);this['_isPendingUpdate']=!0x0;const _0x1a8cca=await this['_service']['connect'](_0x4eb5a5,this['_compressOperations'](_0x28925d),_0x55adc6);if(this['sessionId']=_0x1a8cca['sessionId'],_0x107e63){if(!_0x1a8cca['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x1a8cca['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x28925d,_0x1a8cca,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x1a8cca,_0x28925d);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x3a85a1=this['editor']['plugins']['get'](i),_0x5ec4ca=this['editor']['plugins']['get']($),_0x4004b6=_0x3a85a1['channelSessions']['get'](this['_channelId']);_0x4004b6&&_0x4004b6['length']>0x1?_0x5ec4ca['createUserMarkerOperations']():this['listenTo'](_0x3a85a1,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x3a85a1['channelSessions']['get'](this['_channelId'])['length']&&_0x5ec4ca['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x36944b,_0x1f5da8,_0x3af6be,_0x5b37dd){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x1f5da8){const _0x56952d=this['_decompressOperations'](_0x3af6be,_0x5b37dd);await this['_fetchMissingUsers'](_0x56952d),this['_handleExternalOperations'](_0x56952d,_0x1f5da8,_0x3af6be['lastOperationId'])||this['_crash']('realtimecollaborationclient-init-service-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0xedad06}=this['editor'];let _0x269d7b;try{_0x269d7b=await this['_service']['getDocumentDetails']();}catch{const _0x5036b6=K(_0xedad06,'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');return void this['_handleReconnectionError'](_0x5036b6);}const _0x25cd54=_0x269d7b['currentDocumentSession']||_0x269d7b['lastDocumentSession'];if(this['_lastSyncedOperationId']!==_0x25cd54['lastOperationId']){const _0x3c478e=K(_0xedad06,'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');return void this['_handleReconnectionError'](_0x3c478e);}await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x41926c){const _0x19eed0=this['editor']['plugins']['get'](i);this['listenTo'](_0x19eed0,'sessionAdd:'+this['_channelId'],(_0x4fce9a,{session:_0x5325f2})=>{if(_0x5325f2['id']===_0x19eed0['mySessionId']){_0x4fce9a['off']();const _0x5b26f1=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x232bf8=_0x5325f2['permissions'];_0x5b26f1&&_0x5b26f1['isEnabled']&&(_0x232bf8=_0x232bf8['filter'](_0xe02f2a=>'document:write'!==_0xe02f2a)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x232bf8,this['_channelId']);}}),_0x19eed0['register'](this['_channelId'],_0x41926c);}['_initThrowingOnDataSet'](){const _0x43f819=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x1cddc6)=>{if(!_0x1cddc6[_0x1cddc6['length']-0x1]['suppressErrorInCollaboration'])throw new _0x189f6f('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x43f819['apply'](this['editor']['data'],_0x1cddc6);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x123e7f,[_0x53535c])=>{if(this['_document']['version'])throw new _0x189f6f('realtimecollaborationclient-init-document-already-initialized',this);_0x123e7f['stop'](),this['_setPendingAction']();const _0x30a99f=this['editor']['config']['get']('rootsAttributes'),_0x3fa5f9=this['_getOperationsFromInitData'](_0x53535c,_0x30a99f);0x0==_0x3fa5f9['length']&&_0x3fa5f9['push'](new _0x372d2b(0x0)),_0x123e7f['return']=this['_connectService'](_0x3fa5f9)['then'](()=>{this['editor']['plugins']['get'](n)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x13849b=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x13849b))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x3c346d,[_0x36fbb2,_0x5d1e2c])=>{_0x3c346d['stop']();const _0x2ec9ed=this['editor']['model']['document']['getRoot'](_0x36fbb2);if(!this['_knownRootNames']['has'](_0x36fbb2)){const _0x19bd1=_0x5d1e2c&&_0x5d1e2c['data']?_0x5d1e2c['data']:'',_0x235944=_0x5d1e2c&&_0x5d1e2c['attributes']?_0x5d1e2c['attributes']:{};await this['_loadRoot'](_0x36fbb2,_0x19bd1,_0x235944);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x2ec9ed['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x2ec9ed);});},{'priority':'high'});}async['_fetchMissingUsers'](_0xd83ed){const _0x4d8ce6=this['editor']['plugins']['get'](_0x47e255),{connection:_0x54add0}=this['editor']['plugins']['get'](n),_0x175501=new Set();for(const _0x1422ca of _0xd83ed){const _0x49dbb9=_0x1422ca['_authorId'];_0x49dbb9&&!_0x4d8ce6['getUser'](_0x49dbb9)&&_0x175501['add'](_0x49dbb9);}if(0x0===_0x175501['size'])return;const _0x47140c=await ct['getMany'](_0x54add0,Array['from'](_0x175501));for(const _0x10afe8 of _0x47140c)_0x4d8ce6['getUser'](_0x10afe8['id'])||_0x4d8ce6['addUser'](_0x10afe8);}['_getOperationsFromInitData'](_0x47b13b,_0x15f8ce={}){const _0x59bab8=this['editor']['model'],_0x102b84=[];let _0x584715=0x0;const _0x4bf8c8='string'==typeof _0x47b13b?{'main':_0x47b13b}:_0x47b13b;for(const _0x1cdcfd of Object['keys'](_0x4bf8c8)){if(!this['_document']['roots']['has'](_0x1cdcfd))throw new _0x189f6f('realtimecollaborationclient-init-non-existent-root',this);const _0x323613=this['editor']['data']['parse'](_0x4bf8c8[_0x1cdcfd]),_0x17b8f8=this['_document']['getRoot'](_0x1cdcfd),_0x1aa6d6=new _0x1bca00(_0x59bab8['createPositionAt'](_0x17b8f8,0x0),_0x323613,_0x584715++);_0x102b84['push'](_0x1aa6d6);for(const [_0x46fe0a,_0x45ebbe]of _0x323613['markers']){const _0x2f6701=_0x59bab8['createRange'](_0x59bab8['createPositionFromPath'](_0x17b8f8,_0x45ebbe['start']['path']['slice']()),_0x59bab8['createPositionFromPath'](_0x17b8f8,_0x45ebbe['end']['path']['slice']())),_0x2430dd=new _0x59297b(_0x46fe0a,null,_0x2f6701,_0x59bab8['markers'],!0x0,_0x584715++);_0x102b84['push'](_0x2430dd);}}if(_0x15f8ce)for(const [_0x4b93ea,_0x50a6b7]of Object['entries'](_0x15f8ce)){const _0x513061=_0x59bab8['document']['getRoot'](_0x4b93ea);if(!_0x513061)throw new _0x189f6f('multi-root-editor-root-attributes-no-root',null);for(const [_0x248ab7,_0x58dec5]of Object['entries'](_0x50a6b7))if(null!==_0x58dec5){const _0x57605d=new _0x5bf9a3(_0x513061,_0x248ab7,null,_0x58dec5,_0x584715++);_0x102b84['push'](_0x57605d);}}return _0x102b84;}async['_loadRoot'](_0x154382,_0x48767f,_0x545584){this['_getOperationsFromInitData']({[_0x154382]:_0x48767f},{[_0x154382]:_0x545584})['forEach']((_0x129f98,_0x511732)=>{_0x129f98['baseVersion']=this['_document']['version']+_0x511732,_0x129f98['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x129f98);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x4d68bd,_0x364367){let _0x1aedeb;this['_offset']=_0x4d68bd['offset'];const _0x5dacaa=_0x4d68bd['wereChangesApplied']&&!_0x4d68bd['initData'],_0xcf5d52=_0x5dacaa?0x0:_0x4d68bd['data']['baseVersion'];if(_0x364367['forEach'](_0x37ab09=>{_0x37ab09['_isInit']=!0x0,_0x37ab09['createdAt']=_0x4d68bd['sessionCreatedAt'],_0x37ab09['_authorId']=null;}),_0x5dacaa)_0x1aedeb=_0x364367,this['_applyOperationsSet'](_0x1aedeb,_0x5dacaa);else{if(_0x4d68bd['initData']){const _0x39e539=this['_getOperationsFromInitData'](_0x4d68bd['initData']);this['_document']['history']['version']=-_0x39e539['length'],_0x39e539['forEach'](_0x1fbc83=>{_0x1fbc83['baseVersion']-=_0x39e539['length'],_0x1fbc83['createdAt']=_0x4d68bd['sessionCreatedAt'],_0x1fbc83['_isInit']=!0x0,_0x1fbc83['_authorId']=null;}),this['_applyOperationsSet'](_0x39e539,!0x0),this['serverHistory']['version']=-_0x39e539['length']+this['_offset'],this['_updateServerHistory'](_0x39e539);}this['_document']['history']['version']=_0xcf5d52,_0x1aedeb=this['_decompressOperations'](_0x4d68bd['data'],_0x4d68bd['metadata']),await this['_fetchMissingUsers'](_0x1aedeb),this['_applyOperationsSet'](_0x1aedeb,_0x5dacaa);}_0x4d68bd['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x1aedeb,_0x4d68bd['lastOperationId']),this['_lastSyncedOperationId']=_0x4d68bd['lastOperationId']),this['serverHistory']['version']=_0xcf5d52+this['_offset'],this['_updateServerHistory'](_0x1aedeb),_0x364367['filter'](_0x123557=>{const _0x133672=this['_getAffectedRoot'](_0x123557);return _0x133672&&!this['_knownRootNames']['has'](_0x133672);})['forEach']((_0x4110e1,_0x50741e)=>{_0x4110e1['baseVersion']=this['_document']['version']+_0x50741e,this['_saveOperationInBuffer'](_0x4110e1);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x55b6d0,_0x2736f7){const _0x1feefd=_0x2736f7&&_0x2736f7['message'];if(_0x1feefd&&_0x1feefd['startsWith']('realtimecollaborationclient'))throw _0x2736f7;const _0xe9da6c=this['editor']['plugins']['get'](n);throw this['_isPendingUpdate']=!0x0,_0xe9da6c['disconnect'](),this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x189f6f(_0x55b6d0,this['editor'],_0x1feefd?{'originalError':_0x1feefd}:void 0x0);}['_saveOperationInBuffer'](_0x1dab41){this['_knownOperations']['has'](_0x1dab41)||(this['_knownOperations']['add'](_0x1dab41),this['_bufferedOperations']['push'](_0x1dab41),this['_pendingAction']||'marker'==_0x1dab41['type']&&!_0x1dab41['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x5b408a=!0x1){!_0x5b408a&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x480305=>{_0x480305&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x1c3862=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x20c3c4){return _0x20c3c4['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x20c3c4['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x20c3c4['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x1c3862)||this['_crash'](_0x1c3862['message'],_0x1c3862);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x25a8b0=>{this['on']('change:_isPendingUpdate',()=>{_0x25a8b0();});});}async['_sendBufferedOperations'](){const _0x331809=this['editor']['plugins']['get']($);if(this['_shouldSendSelectionUpdate']()&&(_0x331809['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x518bd9=[...this['_bufferedOperations']];for(const _0x568b11 of _0x518bd9)_0x568b11['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x568b11);const _0x1d5186=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x518bd9),_0x54cbd4=X++,_0x275fa8=this['_compressOperations'](_0x518bd9),_0x1814e9=await this['_service']['sendOperations'](_0x275fa8,_0x275fa8['baseVersion'],_0x1d5186);try{return await this['_handleServerResponse'](_0x518bd9,_0x1814e9,_0x54cbd4);}catch(_0x1b153b){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x1b153b);}}async['_handleServerResponse'](_0x20bd0f,_0x3b4a8c,_0x4bdc55){if('error'in _0x3b4a8c)throw _0x3b4a8c['error'];let _0x3dc1e2=!0x1;if(_0x3b4a8c['wereChangesApplied']){_0x3b4a8c['lastOperationId']&&(this['_lastSyncedOperationId']=_0x3b4a8c['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0xc37ab0=>!_0x20bd0f['includes'](_0xc37ab0));for(const _0x537bba of _0x20bd0f)_0x537bba['createdAt']='lastOperationAcceptedAt'in _0x3b4a8c&&_0x3b4a8c['lastOperationAcceptedAt']||void 0x0;Z(_0x20bd0f,_0x3b4a8c['version']-_0x20bd0f['length']),this['_updateServerHistory'](_0x20bd0f);const _0x3578da=_0x20bd0f['filter'](_0x191179=>{if(!_0x191179['_isInit'])return!0x1;const _0x4891a1=this['_getAffectedRoot'](_0x191179);return _0x4891a1&&!this['_knownRootNames']['has'](_0x4891a1);});Z(_0x3578da,this['_document']['version']),this['_applyOperationsSet'](_0x3578da),_0x3dc1e2=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x4e340c=this['_decompressOperations'](_0x3b4a8c['data'],_0x3b4a8c['metadata'])['filter'](_0x553da0=>_0x553da0['baseVersion']>=this['_lastServerVersion']);_0x4e340c['forEach'](_0x152524=>this['_addKnownRoot'](_0x152524)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x590407=>!_0x590407['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x590407))),this['_bufferedOperations']['length']&&Z(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x4e340c),_0x3dc1e2=this['_handleExternalOperations'](_0x4e340c,_0x3b4a8c['version'],_0x3b4a8c['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x3dc1e2?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x4a4dc8,_0x5498d7,_0x28f3f0){try{const _0x1f0404={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x498d09,operationsB:_0x49ee3a,originalOperations:_0x4c9e59}=_0x29fd05(_0x4a4dc8,this['_bufferedOperations'],_0x1f0404);Z(_0x498d09,this['_document']['version']),Z(_0x49ee3a,_0x5498d7);for(const _0x13829b of _0x498d09){const _0x28813f=_0x4c9e59['get'](_0x13829b);_0x13829b['_authorId']=_0x28813f?_0x28813f['_authorId']:null;}_0x28f3f0&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x4a4dc8,_0x28f3f0),this['_lastSyncedOperationId']=_0x28f3f0),this['_bufferedOperations']=[..._0x49ee3a],this['_applyOperationsSet'](_0x498d09),this['_updateServerHistory'](_0x4a4dc8);}catch(_0x4b7c74){return console['error'](_0x4b7c74),!0x1;}return!0x0;}['_applyOperationsSet'](_0x561b56,_0xc6d040=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x249cda=>{for(const _0x3df38f of _0x561b56)this['_knownOperations']['add'](_0x3df38f),this['_addKnownRoot'](_0x3df38f),_0x249cda['batch']['addOperation'](_0x3df38f),this['editor']['model']['applyOperation'](_0x3df38f);});}['_addKnownRoot'](_0x55fc3a){const _0x271e2c=this['_getAffectedRoot'](_0x55fc3a);_0x271e2c&&this['_knownRootNames']['add'](_0x271e2c);}['_getAffectedRoot'](_0x1e3deb){let _0x396df2,_0x1ff7dd;switch(_0x1e3deb['type']){case'insert':_0x396df2=_0x1e3deb['position']['root'];break;case'marker':if(_0x1ff7dd=_0x1e3deb['newRange'],!_0x1ff7dd)return null;_0x396df2=_0x1ff7dd['root'];break;case'addRootAttribute':_0x396df2=_0x1e3deb['root'];break;case'addRoot':_0x396df2=_0x1e3deb['affectedSelectable'];break;case'move':_0x396df2=_0x1e3deb['targetPosition']['root'];break;default:return null;}return _0x396df2['rootName'];}['_updateServerHistory'](_0x2d57a3){_0x2d57a3['forEach'](_0x309e6b=>{const _0x1c3d40=_0x309e6b['clone']();_0x1c3d40['_authorId']=_0x309e6b['_authorId'],_0x1c3d40['_isInit']=!!_0x309e6b['_isInit'],_0x1c3d40['createdAt']=_0x309e6b['createdAt'],_0x1c3d40['baseVersion']+=this['_offset'],_0x309e6b['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x1c3d40),this['serverHistory']['addOperation'](_0x1c3d40);});}['_handleReconnectionError'](_0xc67a38){const _0x6a115d=this['editor']['plugins']['get']('Notification'),_0x3c096c=this['editor']['locale'];_0xc67a38||(_0xc67a38=K(_0x3c096c,'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.')),_0x6a115d['showWarning'](_0xc67a38,{'title':K(_0x3c096c,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](n)['disconnect']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x26da0c)['add'](K(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x26da0c)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x333fc6){const _0x3361da=_0x333fc6['map'](_0x36923b=>_0x36923b['toJSON']());return this['_compressor']['compress'](_0x3361da);}['_decompressOperations'](_0x4388c3,_0xa22c2){return this['_compressor']['decompress'](_0x4388c3)['map']((_0x52deca,_0x93eec7)=>{const _0x46da59='init'==_0xa22c2[_0x93eec7]['type'];if('InsertOperation'==_0x52deca['__className']){const _0x84bf5a=_0x52deca['position']['root'];!this['_document']['getRoot'](_0x84bf5a)&&(this['_document']['createRoot']('$root',_0x84bf5a)['_isAttached']=!0x1);}const _0x168ddb=_0x35c2fd['fromJSON'](_0x52deca,this['_document']);return _0x168ddb['wasUndone']=_0x52deca['wasUndone'],_0x168ddb['_isInit']=_0x46da59,_0x168ddb['_authorId']=_0x46da59?null:_0xa22c2[_0x93eec7]['userId'],_0x168ddb['_isDisconnection']='cs:removeUser'===_0xa22c2[_0x93eec7]['type'],_0x168ddb['createdAt']=_0xa22c2[_0x93eec7]['createdAt'],_0x168ddb;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x243930=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x243930&&_0x243930['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class Y extends Error{}function Z(_0x3ced4f,_0x3b31ee){for(const _0x5b349e of _0x3ced4f)_0x5b349e['baseVersion']=_0x3b31ee++;}class tt{['_ignoredOperations'];['_operationToId'];constructor(_0x52f0ba){this['_ignoredOperations']=_0x52f0ba,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x398b49){let _0x40d1a4=_0x398b49['length'];for(;_0x40d1a4--;){const _0x3bed62=_0x398b49[_0x40d1a4];if(!this['_ignoredOperations']['has'](_0x3bed62)){if(!this['_operationToId']['has'](_0x3bed62)){const _0x5e95d9=_0x34d92d()['slice'](0x1,0x12);this['_operationToId']['set'](_0x3bed62,_0x5e95d9);}return this['_operationToId']['get'](_0x3bed62);}}}['setIdForTheLastOperation'](_0x568d77,_0x6f3e58){if(!_0x6f3e58)return;let _0x4e0964=_0x568d77['length'];for(;_0x4e0964--;){const _0x1328f7=_0x568d77[_0x4e0964];this['_ignoredOperations']['has'](_0x1328f7)||this['_operationToId']['set'](_0x1328f7,_0x6f3e58);}}}class a extends _0x23684a{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class s extends _0x24e504{static ['CommentsService']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>_0x430834)());['_services'];static get['requires'](){return[n,'CommentsRepository',i,_0x47e255];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3a6e70){super(_0x3a6e70),this['_services']=new Map();}async['init'](){const _0x12f0be=this['context'],_0x4956b8=_0x12f0be['plugins']['get']('CommentsRepository');if(_0x12f0be['plugins']['get'](n)['addToReconnectionStack'](this),_0x4956b8['adapter']={'addCommentThread':async({channelId:_0x3ff971,threadId:_0x4a7293,comments:_0x415171,resolvedAt:_0x1857e4,resolvedBy:_0x54e048,context:_0x1f14eb,attributes:_0x2fc12c})=>{const _0x6ef519=await this['_getService'](_0x3ff971)['addCommentThread']({'commentThreadId':_0x4a7293,'comments':_0x415171['map'](_0x121327=>function(_0x22c799,_0x533719,_0x32c958){return{'commentThreadId':_0x32c958,'commentId':_0x22c799['commentId'],'userId':_0x22c799['authorId'],'content':_0x22c799['content'],'documentId':_0x533719,'createdAt':_0x22c799['createdAt'],'attributes':_0x22c799['attributes']||{}};}(_0x121327,_0x3ff971,_0x4a7293)),'resolvedAt':_0x1857e4,'resolvedBy':_0x54e048,'context':_0x1f14eb,'attributes':_0x2fc12c})['catch'](at);return{'threadId':_0x6ef519['commentThreadId'],'comments':_0x6ef519['comments']};},'getCommentThread':async({channelId:_0x1a33f4,threadId:_0x17285e})=>{const _0x360738=await this['_getService'](_0x1a33f4)['getCommentThread'](_0x17285e)['catch'](at);return _0x360738['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x360738]),{'threadId':_0x360738['commentThreadId'],'comments':_0x360738['comments']['map'](U),'context':_0x360738['context'],'resolvedAt':_0x360738['resolvedAt'],'resolvedBy':_0x360738['resolvedBy'],'attributes':_0x360738['attributes']||{}});},'updateCommentThread':async({channelId:_0x5b933f,threadId:_0x26764c,context:_0x236e76,unlinkedAt:_0xcfb85a,attributes:_0x372ab6})=>this['_getService'](_0x5b933f)['updateCommentThread']({'commentThreadId':_0x26764c,'context':_0x236e76,'attributes':_0x372ab6,'unlinkedAt':_0xcfb85a})['catch'](F)['catch'](at),'resolveCommentThread':async({channelId:_0x20e146,threadId:_0x31d0fd})=>{const _0x27bf92=await this['_getService'](_0x20e146)['resolveCommentThread'](_0x31d0fd)['catch'](F)['catch'](at);return{'threadId':_0x27bf92['commentThreadId'],'resolvedAt':_0x27bf92['resolvedAt'],'resolvedBy':_0x27bf92['resolvedBy']};},'reopenCommentThread':async({channelId:_0x1ee511,threadId:_0x36daad})=>this['_getService'](_0x1ee511)['reopenCommentThread'](_0x36daad)['catch'](F)['catch'](at),'removeCommentThread':({channelId:_0x4376cf,threadId:_0x401375})=>this['_getService'](_0x4376cf)['removeCommentThread'](_0x401375)['catch'](F)['catch'](at),'addComment':({channelId:_0x2cd899,threadId:_0x1c649e,commentId:_0x23ba0b,content:_0x1d168f,attributes:_0x245f34})=>this['_getService'](_0x2cd899)['addComment'](_0x1c649e,_0x23ba0b,_0x1d168f,_0x245f34)['catch'](at),'updateComment':({channelId:_0x2960b6,threadId:_0x27f906,commentId:_0xad96c,content:_0xceca4e,attributes:_0x2b36ba})=>this['_getService'](_0x2960b6)['updateComment'](_0x27f906,_0xad96c,_0xceca4e,_0x2b36ba)['catch'](F)['catch'](at),'removeComment':({channelId:_0x579d67,threadId:_0x33c70e,commentId:_0x2236e4})=>this['_getService'](_0x579d67)['removeComment'](_0x33c70e,_0x2236e4)['catch'](F)['catch'](at)},_0x12f0be instanceof _0x1ac0af){const _0x2cbd4c=_0x12f0be['config']['get']('collaboration.channelId'),_0x4308ce=_0x12f0be['plugins']['get'](i);await this['_setUpService'](_0x2cbd4c);const _0x5be6ca=await this['_services']['get'](_0x2cbd4c)['getConnectedSessions']();this['listenTo'](_0x4308ce,'sessionAdd:'+_0x2cbd4c,(_0x29a3a2,{session:_0x3c4a1e})=>{_0x3c4a1e['id']===_0x4308ce['mySessionId']&&(_0x29a3a2['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x3c4a1e['permissions'],_0x2cbd4c));}),_0x4308ce['register'](_0x2cbd4c,_0x5be6ca);}}async['_setUpService'](_0x16d70a){if(this['_services']['has'](_0x16d70a))throw new _0x189f6f('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x16d70a});const _0x566eba=this['context']['plugins']['get']('CommentsRepository'),_0x15eb78=new s['CommentsService'](_0x16d70a);this['_services']['set'](_0x16d70a,_0x15eb78),this['listenTo'](_0x15eb78,'commentThreadAdded',(_0x2c3a4a,_0x309aeb)=>{const {commentThreadId:_0x272490,documentId:_0x55f4f9,context:_0x15af85,attributes:_0x248128,resolvedAt:_0x3d5a23,resolvedBy:_0x217458,comments:_0x3086e4}=_0x309aeb;_0x566eba['getCommentThread'](_0x272490)||_0x566eba['addCommentThread']({'threadId':_0x272490,'channelId':_0x55f4f9,'comments':_0x3086e4?_0x3086e4['map'](U):[],'context':_0x15af85,'attributes':_0x248128,'resolvedAt':_0x3d5a23,'resolvedBy':_0x217458,'isFromAdapter':!0x0});}),this['listenTo'](_0x15eb78,'commentThreadUpdated',(_0x43a31b,{commentThreadId:_0x5ba4a8,documentId:_0x55ffd6,context:_0x1c0da7,unlinkedAt:_0x3125b5,attributes:_0x28807f})=>{_0x566eba['getCommentThread'](_0x5ba4a8)&&_0x566eba['updateCommentThread']({'threadId':_0x5ba4a8,'channelId':_0x55ffd6,'context':_0x1c0da7,'unlinkedAt':_0x3125b5,'attributes':_0x28807f,'isFromAdapter':!0x0});}),this['listenTo'](_0x15eb78,'commentThreadResolved',(_0x42761b,{commentThreadId:_0xc61763,resolvedBy:_0x5bc64b,resolvedAt:_0x295463})=>{const _0x56ec8e=_0x566eba['getCommentThread'](_0xc61763);_0x56ec8e&&_0x56ec8e['resolve']({'resolvedBy':_0x5bc64b,'resolvedAt':_0x295463,'isFromAdapter':!0x0});}),this['listenTo'](_0x15eb78,'commentThreadReopened',(_0x21134c,{commentThreadId:_0x2c4697})=>{const _0x62a7b3=_0x566eba['getCommentThread'](_0x2c4697);_0x62a7b3&&_0x62a7b3['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x15eb78,'commentThreadRemoved',(_0x34ed6b,{commentThreadId:_0x421af9})=>{const _0x3f3e8a=_0x566eba['getCommentThread'](_0x421af9);_0x3f3e8a&&_0x3f3e8a['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x15eb78,'commentAdded',(_0x7be06b,_0x3e7fdd)=>{const _0x35961e=_0x3e7fdd['commentThreadId'],_0x5b982b=_0x566eba['getCommentThread'](_0x35961e);_0x5b982b&&_0x5b982b['addComment']({...U(_0x3e7fdd),'isFromAdapter':!0x0});}),this['listenTo'](_0x15eb78,'commentUpdated',(_0x404664,{commentThreadId:_0x5b4090,commentId:_0x41cbe1,content:_0x56aa6f,attributes:_0x5c6ed5})=>{const _0xe54462=_0x566eba['getCommentThread'](_0x5b4090);if(_0xe54462){const _0x4128ab=_0xe54462['getComment'](_0x41cbe1);_0x4128ab&&_0x4128ab['update']({'content':_0x56aa6f,'attributes':_0x5c6ed5,'isFromAdapter':!0x0});}}),this['listenTo'](_0x15eb78,'commentRemoved',(_0x596549,{commentThreadId:_0x515b00,commentId:_0x464e19})=>{const _0x1c60b5=_0x566eba['getCommentThread'](_0x515b00);if(_0x1c60b5){const _0x2dec31=_0x1c60b5['getComment'](_0x464e19);_0x2dec31&&_0x2dec31['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x16d70a);}['destroy'](){if(this['context']instanceof _0x1ac0af){const _0x444c3d=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x444c3d);}}['_terminateService'](_0x220d98){if(!this['_services']['has'](_0x220d98))throw new _0x189f6f('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x220d98});this['_getService'](_0x220d98)['disconnect'](),this['_services']['delete'](_0x220d98);}async['reconnect'](){for(const _0x1be548 of this['_services']['keys']())await this['_connectService'](_0x1be548);if(this['context']instanceof _0x1ac0af){const _0x44f45f=this['context']['config']['get']('collaboration.channelId'),_0x21e59f=this['context']['plugins']['get'](i);_0x21e59f['unregister'](_0x44f45f);const _0x1bd10c=await this['_services']['get'](_0x44f45f)['getConnectedSessions']();_0x21e59f['register'](_0x44f45f,_0x1bd10c);}}async['_connectService'](_0x503e3a){const {connection:_0x1cd383}=this['context']['plugins']['get'](n),_0x27e84c=this['context']['plugins']['get']('CommentsRepository'),_0x4fdc93=this['_services']['get'](_0x503e3a),_0x424c53=await _0x4fdc93['connect'](_0x1cd383);await this['_fetchMissingUsersForThreads'](_0x424c53);const _0x3c485b=new Set(Array['from'](_0x27e84c['getCommentThreads']({'channelId':_0x503e3a}),_0x44c22c=>_0x44c22c['id']));for(const _0x819c09 of _0x424c53)_0x819c09['deletedAt']||_0x3c485b['delete'](_0x819c09['commentThreadId']);for(const _0x3eb37d of _0x3c485b)_0x27e84c['getCommentThread'](_0x3eb37d)['remove']({'isFromAdapter':!0x0});for(const _0x4fabc4 of _0x424c53){let _0x28f22c=_0x27e84c['getCommentThread'](_0x4fabc4['commentThreadId']);const {commentThreadId:_0x3e87e1,context:_0x188c30,attributes:_0x5305f2,resolvedBy:_0x1f85e2,resolvedAt:_0x1ea833,unlinkedAt:_0x33eaf4,deletedAt:_0x1c0c6c}=_0x4fabc4;if(_0x1c0c6c)continue;_0x28f22c||(_0x28f22c=_0x27e84c['addCommentThread']({'channelId':_0x503e3a,'threadId':_0x3e87e1,'context':_0x188c30,'attributes':_0x5305f2||{},'resolvedBy':_0x1f85e2,'resolvedAt':_0x1ea833,'unlinkedAt':_0x33eaf4,'isFromAdapter':!0x0}));const _0x340491=new Set(Array['from'](_0x28f22c['comments'],_0x20794c=>_0x20794c['id']));for(const _0x8d4d84 of _0x4fabc4['comments'])_0x340491['delete'](_0x8d4d84['commentId']);for(const _0x121d9d of _0x340491)_0x28f22c['getComment'](_0x121d9d)['remove']({'isFromAdapter':!0x0});for(const _0x358e56 of _0x4fabc4['comments']){const _0x343ca9=_0x28f22c['getComment'](_0x358e56['commentId']);_0x343ca9?_0x343ca9['content']!==_0x358e56['content']&&_0x343ca9['update']({'content':_0x358e56['content'],'isFromAdapter':!0x0}):_0x28f22c['addComment'](Object['assign'](U(_0x358e56),{'isFromAdapter':!0x0}));}}}['_getService'](_0x4b2872){if(!this['_services']['has'](_0x4b2872))throw new _0x189f6f('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x4b2872});return this['_services']['get'](_0x4b2872);}async['_fetchMissingUsersForThreads'](_0x16003a){const _0x21d5bf=this['context']['plugins']['get'](_0x47e255),{connection:_0x1b6a30}=this['context']['plugins']['get'](n),_0x3460dc=new Set();for(const {resolvedBy:_0x514f12,comments:_0x49a152}of _0x16003a){_0x514f12&&!_0x21d5bf['getUser'](_0x514f12)&&_0x3460dc['add'](_0x514f12);for(const {userId:_0x10df9f}of _0x49a152)_0x21d5bf['getUser'](_0x10df9f)||_0x3460dc['add'](_0x10df9f);}if(0x0===_0x3460dc['size'])return;const _0x5c5bc0=await ct['getMany'](_0x1b6a30,Array['from'](_0x3460dc));for(const _0x405934 of _0x5c5bc0)_0x21d5bf['getUser'](_0x405934['id'])||_0x21d5bf['addUser'](_0x405934);}}async function F(_0xd7a1ac){if('404'!==_0xd7a1ac['code'])throw _0xd7a1ac;}function at(_0x2cfb20){if((_0x436c06=_0x2cfb20)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x436c06['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x436c06['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x436c06;throw _0x2cfb20;}function U(_0x5599c1){return{'threadId':_0x5599c1['commentThreadId'],'commentId':_0x5599c1['commentId'],'content':_0x5599c1['content'],'createdAt':_0x5599c1['createdAt'],'authorId':_0x5599c1['userId'],'attributes':_0x5599c1['attributes']||{}};}class m extends _0x23684a{static ['TrackChangesService']=/* #__PURE__ -- @preserve */
|
|
27
|
+
((()=>_0x2700bf)());['_bufferedRequests'];['_trackChangesService'];static get['requires'](){return[s,'TrackChangesEditing',n];}static get['pluginName'](){return'CloudServicesTrackChangesAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x38796d){super(_0x38796d);const _0x1334cc=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new m['TrackChangesService'](_0x1334cc);}['init'](){const _0x379901=this['editor']['plugins']['get'](n),_0x4229e5=this['editor']['plugins']['get']('TrackChangesEditing');return _0x4229e5['adapter']={'getSuggestion':async _0x60b185=>{await this['_waitForServiceReady']();const _0x933bc5=await this['_trackChangesService']['get'](_0x60b185)['catch'](B);return await this['_fetchMissingUsersForThreads']([_0x933bc5]),_0x933bc5;},'addSuggestion':async({id:_0x46d11c,type:_0x4f6126,data:_0x392fb8,originalSuggestionId:_0x2750bd,attributes:_0x5c29e9})=>{await this['_waitForServiceReady']();const _0x33f31a={'id':_0x46d11c,'type':_0x4f6126,'data':_0x392fb8,'originalSuggestionId':_0x2750bd,'attributes':_0x5c29e9},_0x2f8544=await this['_trackChangesService']['add'](_0x46d11c,_0x4f6126,_0x392fb8,_0x2750bd,_0x5c29e9)['catch'](_0x5418e5=>{if(ht(_0x5418e5))return new Promise(_0x5dea5f=>{this['_bufferedRequests']['set'](_0x46d11c,{'resolve':_0x5dea5f,'suggestionData':_0x33f31a});});throw _0x5418e5;});return this['_bufferedRequests']['delete'](_0x46d11c),_0x2f8544;},'updateSuggestion':async(_0x1fd55e,_0xf4c480)=>{if(await this['_waitForServiceReady'](),'open'!==_0xf4c480['state'])return this['_trackChangesService']['update'](_0x1fd55e,_0xf4c480)['catch'](B);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0x361ecb,_0x466af2)=>{_0x4229e5['hasSuggestion'](_0x466af2['id'])&&(_0x4229e5['getSuggestion'](_0x466af2['id'])['attributes']=_0x466af2['attributes']);}),this['_trackChangesService']['connect'](_0x379901['connection'])['then'](_0x5d935e=>(_0x379901['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0x5d935e)['then'](()=>{for(const _0x539e9b of _0x5d935e){_0x4229e5['addSuggestionData'](_0x539e9b)['_saved']=!0x0;}})));}async['reconnect'](){const _0x1f6157=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x510e8c}=this['editor']['plugins']['get'](n),_0x354b45=await this['_trackChangesService']['connect'](_0x510e8c);await this['_fetchMissingUsersForThreads'](_0x354b45);for(const {suggestionData:_0x606cb9,resolve:_0x497162}of this['_bufferedRequests']['values']()){let _0x2d9f9d=_0x354b45['find'](_0x4bf33f=>_0x4bf33f['id']===_0x606cb9['id']);_0x2d9f9d||(_0x2d9f9d=await this['_trackChangesService']['add'](_0x606cb9['id'],_0x606cb9['type'],_0x606cb9['data'],_0x606cb9['originalSuggestionId'])),_0x497162(_0x2d9f9d);}for(const _0x59b874 of _0x354b45)_0x1f6157['hasSuggestion'](_0x59b874['id'])||_0x1f6157['addSuggestionData'](_0x59b874);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x6ac908=>{this['listenTo'](this['_trackChangesService'],'connected',_0x192179=>{_0x192179['off'](),_0x6ac908();});});}async['_fetchMissingUsersForThreads'](_0x37dc99){const _0x6aaa2e=this['editor']['plugins']['get'](_0x47e255),{connection:_0x5b33f8}=this['editor']['plugins']['get'](n),_0x41e8a3=new Set();for(const {authorId:_0x4260df}of _0x37dc99)_0x6aaa2e['getUser'](_0x4260df)||_0x41e8a3['add'](_0x4260df);if(0x0===_0x41e8a3['size'])return;const _0x510caf=await ct['getMany'](_0x5b33f8,Array['from'](_0x41e8a3));for(const _0x3c8eb0 of _0x510caf)_0x6aaa2e['getUser'](_0x3c8eb0['id'])||_0x6aaa2e['addUser'](_0x3c8eb0);}}function B(_0x19a7f7){if(ht(_0x19a7f7))return new Promise(()=>{});throw _0x19a7f7;}function ht(_0x279909){return _0x279909['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x279909['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x23684a{static get['requires'](){return['Comments',s,a,n];}static get['pluginName'](){return'RealTimeCollaborativeComments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2099cc=this['editor']['plugins']['get'](n),_0x5359cc=this['editor']['plugins']['get']('CommentsEditing'),_0x5f0f66=this['editor']['plugins']['get'](s);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0x2099cc,'change:state',(_0x44f575,_0x14b8d3,_0x4d266a)=>{_0x5359cc['isThreadsLoadingPaused']='connected'!==_0x4d266a;});}),this['listenTo'](_0x2099cc,'change:state',(_0x26314e,_0x183fb3,_0xffb6ae)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0xffb6ae);}),_0x5f0f66['_setUpService'](this['editor']['config']['get']('collaboration.channelId'));}['destroy'](){this['editor']['plugins']['get'](s)['_terminateService'](this['editor']['config']['get']('collaboration.channelId')),super['destroy']();}}class lt extends _0x23684a{static get['requires'](){return[g,m,'TrackChanges'];}static get['pluginName'](){return'RealTimeCollaborativeTrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class c extends _0x23684a{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
|
|
28
|
+
((()=>_0x29efde)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[n,l,'RevisionHistory',i,_0x47e255];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4a51ea){super(_0x4a51ea);const _0x5b13a1=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new c['RevisionHistoryService'](_0x5b13a1);}async['init'](){const _0x515389=this['editor']['plugins']['get'](l),_0x1341ad=_0x515389['serverHistory'],_0x4ffba4=this['editor']['plugins']['get'](n);this['_revisionTracker']['setSource']({'history':_0x1341ad,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x515389['sessionId']});const _0x25ccda=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x1cc0f9=await _0x26c726['isBundleUploaded'](_0x4ffba4['connection'],_0x25ccda);this['editor']['plugins']['get']('RevisionHistory')['adapter']={'getRevision':async({revisionId:_0x2a6cfb})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x2a6cfb)),'updateRevisions':async _0x3d17d7=>{await this['_waitForServiceReady']();const _0x187831=this['_revisionTracker']['currentRevision'];if(_0x1cc0f9&&0x1===_0x3d17d7['length']&&_0x3d17d7[0x0]['id']===_0x187831['id'])return _0x3d17d7;for(const _0x461802 of _0x3d17d7)_0x461802['id']===_0x187831['id']&&(_0x461802['isEmptyCurrent']=_0x461802['fromVersion']===_0x461802['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x3d17d7,this['_lastRequestId'])['then'](_0x5e3e85=>(this['_lastRequestId']=_0x5e3e85,_0x3d17d7))['catch'](_0x10717b=>{if(P(_0x10717b)||'400'===_0x10717b['code']&&void 0x0!==_0x10717b['data']['wrongRequestId']){for(const _0x2c9ea1 of _0x3d17d7){!this['_revisionTracker']['repository']['getRevision'](_0x2c9ea1['id'])||this['_revisionTracker']['_bufferUpdate'](_0x2c9ea1['id'],_0x2c9ea1,!0x1);}if(P(_0x10717b))throw _0x10717b;return _0x3d17d7;}throw _0x10717b;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x4b141d,{revisionsData:_0x5b80ac,requestId:_0x371560})=>{Math['max'](..._0x5b80ac['map'](_0x311daf=>_0x311daf['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x5b80ac,_0x371560);}):this['_handleRevisionsUpdate'](_0x5b80ac,_0x371560);});const {revisions:_0x24c5c8,requestId:_0x4590aa}=await this['_revisionHistoryService']['connect'](_0x4ffba4['connection']);_0x4ffba4['addToReconnectionStack'](this),this['_lastRequestId']=_0x4590aa,await this['_fetchMissingUsers'](_0x24c5c8);for(const _0x3c3ed7 of _0x24c5c8)this['_revisionTracker']['addRevisionData'](_0x3c3ed7);this['listenTo'](_0x515389,'change:_isConnected',(_0x17255e,_0x351ae3,_0x19c0e2)=>{_0x19c0e2&&(this['_oldOffset']=_0x515389['_offset'],_0x17255e['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x4ffba4,'state',_0x4d81b5=>_0x4d81b5===_0x543ce6['CONNECTED']);}async['reconnect'](){const _0x57e019=this['editor']['plugins']['get'](n),_0x136372=this['editor']['plugins']['get'](l),_0x4406dc=async()=>{const _0x3334f4=this['_revisionTracker']['currentRevision'],_0x1f3615=_0x3334f4['id'],_0x57e8a0=_0x1f3615!==_0x136372['sessionId'];if(_0x57e8a0){const _0x5ca368=_0x136372['_offset']-this['_oldOffset'],_0x4240cb=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x3334f4['toVersion']+_0x5ca368!==_0x4240cb){const _0x18239d=_0x3334f4['fromVersion']+_0x5ca368,_0x14aa85=this['editor']['plugins']['get'](_0x47e255),_0x1fde94=this['_revisionTracker']['buildRevisionData']({'revision':_0x3334f4,'from':_0x18239d,'to':_0x4240cb});_0x1fde94['id']=_0x3334f4['id'];const _0x543366=_0x1fde94['authorsIds']['map'](_0x19ac59=>_0x14aa85['getUser'](_0x19ac59));_0x3334f4['_update']({..._0x1fde94,'authors':_0x543366},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x3334f4['id'],_0x1fde94,!0x0);}this['_revisionTracker']['_startingVersion']=_0x4240cb,(_0x3334f4['toVersion']===_0x3334f4['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x1f3615)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x1f3615),this['_revisionTracker']['_createCurrentRevision'](_0x4240cb));}const {revisions:_0x483383,requestId:_0x28b95e}=await this['_revisionHistoryService']['reconnect'](_0x57e019['connection'],this['_lastRequestId']);_0x57e8a0&&_0x483383['length']>0x0?_0x136372['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x483383),this['_handleRevisionsUpdate'](_0x483383,_0x28b95e),this['_revisionTracker']['sendBufferedUpdates']());};return _0x136372['_isConnected']?_0x4406dc():new Promise((_0x134c70,_0x14351a)=>{_0x136372['once']('change:_isConnected',()=>{_0x4406dc()['then'](_0x134c70)['catch'](_0x14351a);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0xb063ca=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x48511d=>{_0x48511d['off'](),_0xb063ca();});});}['_getLatestVersionFromServerOperations'](){const _0x8fb72=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x3e9cd9 of _0x8fb72)if('marker'!==_0x3e9cd9['type']||_0x3e9cd9['affectsData'])return _0x3e9cd9['baseVersion']+0x1;}['_getLatestVersion'](){const _0x49ac26=this['editor']['plugins']['get'](l);return new Promise(_0x24e11f=>{_0x49ac26['_isPendingUpdate']?_0x49ac26['once']('change:_isPendingUpdate',()=>{_0x24e11f(this['_getLatestVersionFromServerOperations']());}):_0x24e11f(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x3bc854,_0x1c1bb7){const _0xffa2f=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x1c1bb7;for(const _0x182476 of _0x3bc854){const _0x5b9c7b=_0xffa2f['getRevision'](_0x182476['id']);if(_0x5b9c7b){if((_0x182476['fromVersion']||_0x182476['toVersion'])&&(_0x182476['diffData']=null),_0x5b9c7b===this['_revisionTracker']['currentRevision']){const _0x361163=Math['max'](_0x5b9c7b['toVersion'],_0x182476['toVersion']),_0x11f99a=Math['max'](_0x5b9c7b['fromVersion'],_0x182476['fromVersion']);let _0x145bc3;_0x5b9c7b['toVersion']===_0x182476['toVersion']&&_0x5b9c7b['fromVersion']===_0x182476['fromVersion']?(_0x145bc3=!0x0,this['_preventResendingRevisionData'](_0x182476)):_0x182476['toVersion']===_0x361163&&_0x182476['fromVersion']===_0x11f99a?_0x145bc3=!0x1:(_0x5b9c7b['toVersion']===_0x361163&&_0x5b9c7b['fromVersion']===_0x11f99a||this['_fixRevision']({'revision':_0x5b9c7b,'from':_0x11f99a,'to':_0x361163}),_0x145bc3=!0x0),_0x145bc3&&(delete _0x182476['fromVersion'],delete _0x182476['toVersion'],delete _0x182476['diffData'],delete _0x182476['createdAt'],delete _0x182476['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x182476),this['_preventResendingRevisionData'](_0x182476);}else this['_revisionTracker']['addRevisionData'](_0x182476);}const _0x7c74dd=_0xffa2f['getRevisions']();_0x7c74dd['reverse']();for(let _0xc8115c=0x0;_0xc8115c<_0x7c74dd['length']-0x1;_0xc8115c++){const _0x4435e1=_0x7c74dd[_0xc8115c],_0x345502=_0x7c74dd[_0xc8115c+0x1];if(_0x4435e1['fromVersion']<_0x345502['toVersion']){const _0x1679c3=_0x345502['toVersion'],_0x469856=Math['max'](_0x1679c3,_0x4435e1['toVersion']);this['_fixRevision']({'revision':_0x4435e1,'from':_0x1679c3,'to':_0x469856});}}}['_fixRevision']({revision:_0x422e6e,from:_0x4feac2,to:_0x3563e5}={}){const _0x54c778=this['editor']['plugins']['get'](_0x47e255),_0x517d60=this['_revisionTracker']['buildRevisionData']({'revision':_0x422e6e,'from':_0x4feac2,'to':_0x3563e5});_0x517d60['authors']=_0x517d60['authorsIds']['map'](_0x5f4ed7=>_0x54c778['getUser'](_0x5f4ed7)),_0x422e6e['_update'](_0x517d60);}['_preventResendingRevisionData'](_0x13ecac){const _0x209fbb={};_0x209fbb['id']=_0x13ecac['id'];for(const _0x15bf35 of Object['keys'](_0x13ecac))'id'!==_0x15bf35&&(_0x209fbb[_0x15bf35]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x209fbb['id'],_0x209fbb,!0x0);}async['_fetchMissingUsers'](_0x328b45){const _0x4fb74e=this['editor']['plugins']['get'](_0x47e255),{connection:_0x1efec0}=this['editor']['plugins']['get'](n),_0x54e756=new Set();for(const _0x5d3432 of _0x328b45){for(const _0x455930 of _0x5d3432['authorsIds'])_0x3885eb(_0x455930);_0x5d3432['creatorId']&&_0x3885eb(_0x5d3432['creatorId']);}if(0x0===_0x54e756['size'])return;const _0x3e2b77=await ct['getMany'](_0x1efec0,Array['from'](_0x54e756));for(const _0x5440bb of _0x3e2b77)_0x4fb74e['getUser'](_0x5440bb['id'])||_0x4fb74e['addUser'](_0x5440bb);function _0x3885eb(_0x614572){_0x4fb74e['getUser'](_0x614572)||_0x54e756['add'](_0x614572);}}}function P(_0xa2937a){return _0xa2937a['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0xa2937a['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0xa2937a['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class dt extends _0x23684a{static get['requires'](){return['RevisionHistory',c,a];}static get['pluginName'](){return'RealTimeCollaborativeRevisionHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class b extends _0x321d26{['_collapseAt'];constructor(_0x3d67eb,_0x3de3b4=0x6){super(_0x3d67eb);const _0x5b47d8=this['bindTemplate'];this['set']('isHidden',!0x0),this['set']('usersCount',0x0),this['_collapseAt']=_0x3de3b4,this['bind']('isHidden')['to'](this,'usersCount',_0x5cd5bc=>_0x5cd5bc<_0x3de3b4),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item',_0x5b47d8['if']('isHidden','ck-presence-list__counter--hidden')],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck','ck-presence-list__users-counter']},'children':[{'tag':'div','attributes':{'class':['ck','ck-presence-list__users-counter__text']},'children':[{'text':_0x5b47d8['to']('usersCount',_0x1e0486=>'+'+(_0x1e0486-this['_collapseAt']+0x2)['toString']())}]}]}]});}}class is extends _0x321d26{['items'];['keystrokes'];constructor(_0x43e489){super(_0x43e489);const _0x52f1cb=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x19832b(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x52f1cb['if']('hasPopup'),'aria-expanded':_0x52f1cb['to']('isExpanded',_0x483e0f=>this['hasPopup']&&String(_0x483e0f)),'aria-label':_0x52f1cb['to']('hasPopup',_0x4c6c47=>K(_0x43e489,_0x4c6c47?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x52f1cb['to']('hasPopup',_0x23b818=>!!_0x23b818&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'mouseenter':_0x52f1cb['to'](()=>this['fire']('presencelist:show')),'mouseleave':_0x52f1cb['to'](_0x24ee0c=>{const _0x21b61f=_0x24ee0c,_0x36e48a=document['querySelector']('.ck-presence-list__dropdown-list'),_0x362c66=document['querySelector']('.ck-balloon-panel_with-arrow');_0x36e48a?.['contains'](_0x21b61f['relatedTarget'])||_0x362c66?.['contains'](_0x21b61f['relatedTarget'])||this['fire']('presencelist:hide');})}}),this['on']('change:hasPopup',(_0x223944,_0x2ee1eb,_0x582c50)=>{this['element']&&(_0x582c50?this['element']['setAttribute']('aria-expanded',String(this['isExpanded'])):this['element']['removeAttribute']('aria-expanded'));});}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['keystrokes']['listenTo'](this['element']);}}class v extends _0x321d26{['counterView'];['inlineListView'];constructor(_0x12daef,_0x55e575=0x6){super(_0x12daef);const _0x3ab149=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new b(this['locale'],_0x55e575),this['inlineListView']=new is(_0x12daef),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x5c08ac of this['inlineListView']['items'])_0x5c08ac['tooltipPosition']='s';this['inlineListView']['items']['first']&&(this['inlineListView']['items']['first']['tooltipPosition']='se');}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list','ck-reset','ck-rounded-corners',_0x3ab149['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['inlineListView']]});}}class L extends _0x321d26{['listWrapperView'];constructor(_0x241939,_0x127075){super(_0x241939);const _0x266483=this['bindTemplate'];this['listWrapperView']=new ut(_0x241939,_0x127075),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':K(_0x241939,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']],'on':{'mouseleave':_0x266483['to'](_0x5ccc0d=>{const _0x513760=_0x5ccc0d,_0x47d61d=document['querySelector']('.ck-presence-list__list'),_0x4460ff=document['querySelector']('.ck-balloon-panel_with-arrow');_0x47d61d?.['contains'](_0x513760['relatedTarget'])||_0x4460ff?.['contains'](_0x513760['relatedTarget'])||this['fire']('presencelist:hide');})}});}}class ut extends _0x14cb7d{constructor(_0x3d4905,_0x34464b){super(_0x3d4905);const _0x2c152f=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x34464b?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x2c152f['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x2c152f['to']('role'),'aria-label':_0x2c152f['to']('ariaLabel'),'aria-labelledby':_0x2c152f['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x2ed649['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x1eb9a0=this['element'];_0x1eb9a0&&(this['_isScrollable']=Math['max'](_0x1eb9a0['scrollHeight'],_0x1eb9a0['clientHeight'])>0.8*window['innerHeight']);}}class j extends et{['userView'];constructor(_0x40bdbb,_0x5e89e6,_0x516dac){super(_0x40bdbb);const _0xd2ae95=this['bindTemplate'];this['userView']=new st(_0x40bdbb,_0x5e89e6);const _0xdc78e0={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x5e89e6['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x5e89e6['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x5e89e6['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x516dac&&(_0xdc78e0['tag']='button',_0xdc78e0['on']={'click':_0xd2ae95['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0xdc78e0);}['focus'](){this['element']['focus']();}}class A extends _0x321d26{['userView'];['markerView'];constructor(_0x285932,_0x243349,_0x4509db){super(_0x285932);const _0x5cf3c4=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new st(_0x285932,_0x243349),this['markerView']=new ot(_0x285932,_0x243349);const _0x4122fe=new it(_0x285932);_0x4122fe['template']['tag']='span',_0x4122fe['text']=_0x243349['name'];const _0x74f7={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x5cf3c4['to']('isFocusable',_0x657ee1=>!!_0x657ee1&&0x0),'aria-labelledby':_0x4122fe['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x5cf3c4['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x5cf3c4['to']('hasTooltip',_0xae4d92=>!_0xae4d92),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x4122fe]};_0x4509db&&(_0x74f7['tag']='button',_0x74f7['on']={'click':_0x5cf3c4['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x74f7);}}class ot extends _0x321d26{constructor(_0x22f50a,_0x33e910){super(_0x22f50a),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x33e910['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const x={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x24e504{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;static get['pluginName'](){return'PresenceListUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5498a4){super(_0x5498a4),this['context']['config']['define']('presenceList',x);const _0x1ab596=_0x5498a4['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x1ab596)throw new _0x189f6f('presencelist-collapseat-invalid-format',this);if(_0x1ab596<0x1)throw new _0x189f6f('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x26414e(),this['balloonPanelView']=new _0x52cb12(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0xe2ec7 of this['_allConnectedUsers'])this['_handleUserAdd'](_0xe2ec7);this['listenTo'](this['_allConnectedUsers'],'add',(_0x385e4f,_0x17cb41)=>{this['_handleUserAdd'](_0x17cb41);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x58d8a6,_0x237e89)=>{this['_handleUserRemove'](_0x237e89);});}['_createView'](){const _0x187462=this['context'],_0x5e4f56=new v(this['context']['locale'],this['context']['config']['get']('presenceList.collapseAt')),_0xa29933=this['balloonPanelView'];if(!_0x1678f1(_0x187462['config']['get']('presenceList.container')))throw new _0x189f6f('presencelist-missing-container',this);return _0x5e4f56['counterView']['bind']('usersCount')['to'](this),_0x5e4f56['bind']('isCollapsed')['to'](this,'usersCount',_0x2c1596=>{const {collapseAt:_0x441d91}=_0x187462['config']['get']('presenceList'),_0x5dad34=_0x2c1596>=_0x441d91;if(_0x5dad34&&!_0x5e4f56['inlineListView']['items']['find'](_0x398d0f=>_0x398d0f instanceof b)){const _0x29c78e=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['currentDisplayedUsers']['length']==_0x29c78e&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](this['currentDisplayedUsers']['length']-0x1),_0x5e4f56['inlineListView']['items']['add'](_0x5e4f56['counterView']);}return _0x5dad34||this['hideDropdown'](),_0x5dad34;}),_0x5e4f56['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x1e37a3=>{const _0x11c0c4=_0x187462['config']['get']('presenceList'),_0x6bb27b=new A(_0x187462['locale'],_0x1e37a3,!!_0x11c0c4['onClick']);return _0x6bb27b['bind']('hasTooltip')['to'](_0x5e4f56,'isCollapsed',_0x15dbca=>!_0x15dbca),_0x6bb27b['bind']('isFocusable')['to'](_0x5e4f56,'isCollapsed',_0x581a31=>!_0x581a31),_0x11c0c4['onClick']&&this['listenTo'](_0x6bb27b,'execute',()=>{this['view']['isCollapsed']||_0x11c0c4['onClick'](_0x1e37a3,_0x6bb27b['element']);}),_0x6bb27b;}),this['listenTo'](_0x5e4f56['inlineListView'],'presencelist:show',()=>{this['view']['isCollapsed']&&this['showDropdown']();}),this['listenTo'](_0x5e4f56['inlineListView'],'presencelist:hide',()=>{this['presenceDropdownView']&&this['hideDropdown']();}),_0x5e4f56['inlineListView']['keystrokes']['set']('Enter',(_0x1b756c,_0x9ce4aa)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x9ce4aa());}),_0x5e4f56['render'](),_0xa29933['render'](),_0x81fb12({'emitter':_0x5e4f56,'activator':()=>_0xa29933['isVisible'],'contextElements':[_0xa29933['element'],_0x5e4f56['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x187462['config']['get']('presenceList.container')['appendChild'](_0x5e4f56['element']),this['_bodyCollection']=new _0x26bdd9(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x5e4f56;}['_handleUserAdd'](_0x3996c6){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x3996c6['isMe'])return;const _0x2358fa=this['context']['config']['get']('presenceList.collapseAt')-0x1;for(this['usersCount']++;this['currentDisplayedUsers']['length']>=_0x2358fa-(this['view']['isCollapsed']?0x1:0x0)&&this['currentDisplayedUsers']['length']>0x1;)this['currentDisplayedUsers']['remove'](0x1);const _0x1359fa=_0x3996c6['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x3996c6,_0x1359fa);}['_handleUserRemove'](_0x4e6acd){this['usersCount']--;const {collapseAt:_0x5c0b6d}=this['context']['config']['get']('presenceList'),_0x22f4ef=this['usersCount']>=_0x5c0b6d;if(this['currentDisplayedUsers']['get'](_0x4e6acd['id']))this['currentDisplayedUsers']['remove'](_0x4e6acd['id']);else{if(_0x22f4ef&&this['currentDisplayedUsers']['length']+0x1===_0x5c0b6d-0x1)return;}if(this['currentDisplayedUsers']['length']+(_0x22f4ef?0x1:0x0)<this['usersCount']){for(const _0x569413 of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x569413['id'])&&(this['currentDisplayedUsers']['add'](_0x569413,Math['min'](this['currentDisplayedUsers']['length']-(_0x22f4ef?0x1:0x0),0x1)),this['currentDisplayedUsers']['length']+(_0x22f4ef?0x1:0x0)===_0x5c0b6d-0x1))return;}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x1b4e7e=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new L(this['context']['locale'],!!_0x1b4e7e['onClick']),this['view']['inlineListView']['isExpanded']=!0x0,this['listenTo'](this['presenceDropdownView'],'presencelist:hide',()=>{this['presenceDropdownView']&&this['hideDropdown']();});const {listWrapperView:_0x12d92a}=this['presenceDropdownView'];_0x12d92a['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x567c7a=>{if(!_0x1b4e7e['displayMe']&&_0x567c7a['isMe'])return null;const _0x1d0e32=new j(this['context']['locale'],_0x567c7a,!!_0x1b4e7e['onClick']);return _0x1b4e7e['onClick']&&this['listenTo'](_0x1d0e32,'execute',()=>{_0x1b4e7e['onClick'](_0x567c7a,_0x1d0e32['element']);}),_0x1d0e32;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x12d92a['focus'](),_0x12d92a['checkIfScrollable']();const _0x492904=(_0x5628b8,_0x55da87)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x55da87();};_0x12d92a['keystrokes']['set']('Esc',_0x492904),_0x12d92a['keystrokes']['set']('Shift+Tab',_0x492904),_0x12d92a['keystrokes']['set']('Tab',(_0x204dc8,_0x477cd1)=>{!function(_0x5797c6){const _0x2608c1=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x3f2bec=>_0x3f2bec+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x2ff70c=[...document['body']['querySelectorAll'](_0x2608c1)]['filter'](_0x328741=>_0x328741===document['activeElement']||_0x328741['offsetWidth']+_0x328741['offsetHeight']>0x0)['sort']((_0x44d561,_0xf92740)=>(_0x44d561['tabIndex']||0x0)-(_0xf92740['tabIndex']||0x0)),_0x18d60b=_0x2ff70c['indexOf'](_0x5797c6),_0x4ba430=_0x2ff70c[(_0x18d60b+0x1)%_0x2ff70c['length']];_0x4ba430&&_0x4ba430['focus']();}(this['view']['element']),this['hideDropdown'](),_0x477cd1();}),_0x12d92a['focusTracker']['add'](this['view']['element']),_0x12d92a['focusTracker']['on']('change:isFocused',(_0x22aa58,_0x4c0529,_0x4cb81d)=>{_0x4cb81d||this['hideDropdown']();});}['hideDropdown'](){this['presenceDropdownView']&&(this['view']['inlineListView']['isExpanded']=!0x1,this['balloonPanelView']['unpin'](),this['balloonPanelView']['content']['remove'](this['presenceDropdownView']),this['presenceDropdownView']['destroy'](),this['presenceDropdownView']=void 0x0);}['destroy'](){super['destroy'](),this['view']&&this['view']['isRendered']&&this['view']['destroy'](),this['_bodyCollection']&&(this['_bodyCollection']['detachFromDom'](),this['_bodyCollection']['destroy'](),this['_bodyCollection']=null);}}class ft extends _0x24e504{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{s as CloudServicesCommentsAdapter,c as CloudServicesRevisionHistoryAdapter,m as CloudServicesTrackChangesAdapter,ft as PresenceList,r as PresenceListUI,l as RealTimeCollaborationClient,g as RealTimeCollaborativeComments,a as RealTimeCollaborativeEditing,dt as RealTimeCollaborativeRevisionHistory,lt as RealTimeCollaborativeTrackChanges,i as Sessions,n as WebSocketGateway};
|