@ckeditor/ckeditor5-real-time-collaboration 44.3.0-alpha.5 → 44.3.0-alpha.7
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 +2 -2
- package/dist/index.js +6 -6
- package/package.json +14 -14
- package/src/presencelist/view/presencecounterview.js +1 -1
- package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
- package/src/presencelist/view/presencedropdownlistview.js +1 -1
- package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
- package/src/presencelist/view/presenceinlinelistview.js +1 -1
- package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
- package/src/realtimecollaborativeediting/usermarkers.js +1 -1
- package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
- package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
- package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{ContextPlugin as
|
|
24
|
-
((()=>lt)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x4f0198];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5b9af1){super(_0x5b9af1),this['set']('state',_0x5cb3e2['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x1dcfda);}['init'](){const _0x3c246c=this['context'],_0x3138a8=_0x3c246c['plugins']['get']('CloudServices'),_0xfbec96=_0x3c246c['plugins']['get'](_0x4f0198);if(!_0x3138a8['token'])throw new _0x35a4c2('websocketgateway-missing-token',this);if(!_0x3138a8['webSocketUrl'])throw new _0x35a4c2('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),c['WebSocketGateway']['connect'](_0x3138a8['token'],_0x3138a8['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x138ce1=>{if(this['connection']=_0x138ce1,this['bind']('state')['to'](_0x138ce1,'state',this,'_isBrowserOffline',(_0x2af437,_0x16680d)=>('connected'!==_0x2af437&&(this['_shouldPluginsReconnect']=!0x0),_0x16680d||_0x2af437!==_0x5cb3e2['CONNECTED']?_0x5cb3e2['DISCONNECTED']:this['state']==_0x5cb3e2['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x5cb3e2['CONNECTING']):_0x5cb3e2['CONNECTED'])),this['connection']['on']('error',(_0x2fc9d1,_0x3a035d)=>{if('limitExceeded'!==_0x3a035d['code'])throw console['error'](_0x3a035d),new _0x35a4c2('cloudservices-init',null,{'originalError':_0x3a035d});_0xfbec96['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'});}),!_0x138ce1['me'])return new Promise(_0xbd5585=>_0x138ce1['on']('change:me',_0xbd5585));})['catch'](_0x1fe656=>{throw console['error'](_0x1fe656),new _0x35a4c2('cloudservices-init',null,{'originalError':_0x1fe656});});}['addToReconnectionStack'](_0x1a432e){if('function'!=typeof _0x1a432e['reconnect'])throw new _0x35a4c2('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x1a432e))throw new _0x35a4c2('websocketgateway-plugin-already-registered',this,{'name':_0x1a432e['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x1a432e);}['removeFromReconnectionStack'](_0x55673d){this['_reconnectionStack']['delete'](_0x55673d);}['isInReconnectionStack'](_0x1472b5){return this['_reconnectionStack']['has'](_0x1472b5);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x49a4ee=>_0x49a4ee['reconnect']())))['then'](()=>this['state']=_0x5cb3e2['CONNECTED'])['catch'](_0x4344c2=>{throw console['error'](_0x4344c2),new _0x35a4c2('cloudservices-reconnection-error',this['context']);});}['disconnect'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x5cb3e2['DISCONNECTED'],this['_domEmitter']['stopListening']();}['destroy'](){this['disconnect'](),super['destroy']();}}class i extends _0x1366af{['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[c,_0x2a34e4];}constructor(_0x21eca2){super(_0x21eca2),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x4cbfa1(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x2a34e4);}['init'](){const _0x3e3ce2=this['context']['plugins']['get'](c);this['listenTo'](_0x3e3ce2,'change:state',(_0x59e759,_0x4aa339,_0x153b9f)=>{if('connected'!==_0x153b9f)this['channelSessions']['forEach'](_0x79a0ef=>_0x79a0ef['clear']()),this['channelConnectedUsers']['forEach'](_0x5cd96a=>_0x5cd96a['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x2c489e,_0x4496fd]of this['_registeredSessions'])for(const _0x21d6ba of _0x4496fd)this['_handleSessionAdd'](_0x2c489e,_0x21d6ba);}}),this['_createUser'](_0x3e3ce2['connection']['me'],!0x0);}['register'](_0x3074d8,_0x4722b9){if(this['_registeredSessions']['has'](_0x3074d8))throw new _0x35a4c2('sessions-register-already-registered',null,{'channelId':_0x3074d8});this['_registeredSessions']['set'](_0x3074d8,_0x4722b9),this['channelSessions']['set'](_0x3074d8,new _0x4cbfa1()),this['channelConnectedUsers']['set'](_0x3074d8,new _0x4cbfa1()),this['listenTo'](_0x4722b9,'add',(_0x5b41a3,_0x33eacf)=>this['_handleSessionAdd'](_0x3074d8,_0x33eacf)),this['listenTo'](_0x4722b9,'remove',(_0x3b898b,_0x335fea)=>this['_handleSessionRemove'](_0x3074d8,_0x335fea));for(const _0x20c738 of _0x4722b9)this['_handleSessionAdd'](_0x3074d8,_0x20c738);}['unregister'](_0x191435){if(!this['_registeredSessions']['has'](_0x191435))throw new _0x35a4c2('sessions-unregister-not-exist',null,{'channelId':_0x191435});const _0x538bee=this['_registeredSessions']['get'](_0x191435);this['stopListening'](_0x538bee);for(const _0x4c5b92 of _0x538bee)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x191435,_0x4c5b92);this['_registeredSessions']['delete'](_0x191435),this['channelSessions']['delete'](_0x191435),this['channelConnectedUsers']['delete'](_0x191435);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0x2b3ef5){for(const _0x26894f of this['channelSessions']['values']())for(const _0x170fa0 of _0x26894f)if(_0x170fa0['id']===_0x2b3ef5)return _0x170fa0['user'];}['getUserSessions'](_0x440d13,_0x4c0467){const _0x5bc618=_0x4c0467?[this['channelSessions']['get'](_0x4c0467)]:this['channelSessions']['values'](),_0x39b7a3=new Set();for(const _0x4e2ca1 of _0x5bc618)for(const _0x5a0e7b of _0x4e2ca1)_0x5a0e7b['user']['id']===_0x440d13['id']&&_0x39b7a3['add'](_0x5a0e7b['id']);return _0x39b7a3;}['getUserRole'](_0x1e1e65){for(const _0x12a88d of this['channelSessions']['values']())for(const _0x58f3ee of _0x12a88d)if(_0x58f3ee['user']===_0x1e1e65)return _0x58f3ee['role'];}['_handleSessionAdd'](_0x5e196c,_0x1a4ceb){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x26eab2=_0x1a4ceb['user'],_0x2adef6=this['_users']['getUser'](_0x26eab2['id'])||this['_createUser'](_0x26eab2),_0x243299=Object['assign']({},_0x1a4ceb,{'user':_0x2adef6});this['channelSessions']['get'](_0x5e196c)['add'](_0x243299);const _0x1b830e=this['channelConnectedUsers']['get'](_0x5e196c);_0x1b830e['has'](_0x2adef6['id'])||_0x1b830e['add'](_0x2adef6),this['allConnectedUsers']['has'](_0x2adef6['id'])||this['allConnectedUsers']['add'](_0x2adef6,_0x2adef6['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x5e196c,{'channelId':_0x5e196c,'session':_0x243299});}['_handleSessionRemove'](_0x489a36,_0x34a40d){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x1a95ba=this['channelConnectedUsers']['get'](_0x489a36),_0x14c8f0=_0x34a40d['user'];_0x14c8f0['id']&&(this['channelSessions']['get'](_0x489a36)['remove'](_0x34a40d['id']),_0x1a95ba['has'](_0x14c8f0['id'])&&!this['getUserSessions'](_0x14c8f0,_0x489a36)['size']&&_0x1a95ba['remove'](_0x14c8f0['id']),this['allConnectedUsers']['get'](_0x14c8f0['id'])&&!this['getUserSessions'](_0x14c8f0)['size']&&this['allConnectedUsers']['remove'](_0x14c8f0['id']));}['_createUser'](_0x3fd003,_0x522daf){const _0x4b3f7f=this['_users']['addUser'](_0x3fd003);return _0x522daf&&this['_users']['defineMe'](_0x3fd003['id']),_0x4b3f7f['orderNumber']=this['_uniqueUsersCount']++,_0x4b3f7f;}}class H extends _0x122adc{['_domEmitter']=new(_0x1dcfda())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x11c606=this['editor'],_0x849ecb=_0x11c606['plugins']['get'](i);_0x11c606['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0xdf5aac,{writer:_0x572928})=>function(_0x4785a0,_0x382758,_0x19f678,_0x40fda2){const _0x2c077a=_0x4785a0['markerName']['split'](':')[0x2],_0x4a86ce=_0x19f678['getUserBySessionId'](_0x2c077a);if(!_0x4a86ce||_0x2c077a===_0x19f678['mySessionId'])return;if(!_0x40fda2['model']['schema']['checkChild'](_0x4785a0['markerRange']['start'],'$text'))return;const _0x4cadda={'class':'ck-user__marker\x20'+_0x4a86ce['color']['getMarkerClass'](),'data-name':_0x4a86ce['name'],'data-session-id':_0x2c077a},_0x4ff7f5=_0x40fda2['model']['markers']['get'](_0x4785a0['markerName']),_0xe6c66=_0x4ff7f5['getStart'](),_0x342dea=_0xe6c66['nodeAfter'],_0x4c3403=_0x40fda2['model']['schema'];if(_0x342dea&&_0x4c3403['isObject'](_0x342dea)&&_0x4c3403['isInline'](_0x342dea)&&!_0x40fda2['model']['markers']['get']('user:range:'+_0x2c077a)['getRange']()['isCollapsed'])return;const _0x5e7026=_0xe6c66['parent'];return _0x40fda2['model']['schema']['isLimit'](_0x5e7026)&&!_0x40fda2['model']['hasContent'](_0x5e7026)&&(_0x4cadda['contenteditable']=!0x1),function(_0x380d31,_0x42d50b,_0x12a4c3){const _0x42c5a5=_0x380d31['createUIElement']('span',_0x42d50b);return _0x380d31['setCustomProperty']('userPositionMarker',!0x0,_0x42c5a5),_0x42c5a5['render']=function(_0x952ad4){const _0x5d87b6=this['toDomElement'](_0x952ad4),_0x209297=document['createElement']('span');return _0x209297['classList']['add']('ck-user__marker-tooltip'),_0x209297['setAttribute']('contenteditable','false'),_0x209297['setAttribute']('spellcheck','false'),_0x209297['textContent']=_0x12a4c3['name'],_0x5d87b6['innerHTML']='<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span>'+_0x209297['outerHTML']+'',_0x5d87b6['addEventListener']('mouseenter',()=>{_0x5d87b6['classList']['add']('ck-user__marker_hovered');}),_0x5d87b6['addEventListener']('mouseleave',()=>{_0x5d87b6['classList']['remove']('ck-user__marker_hovered');}),_0x5d87b6;},_0x42c5a5['isSimilar']=function(_0x597a8f){return!(!this['getCustomProperty']('userPositionMarker')||!_0x597a8f['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x597a8f['getAttribute']('data-session-id'));},_0x42c5a5;}(_0x382758,_0x4cadda,_0x4a86ce);}(_0xdf5aac,_0x572928,_0x849ecb,_0x11c606)}),_0x11c606['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x296d2f=>function(_0x1e0d36,_0x54d24e){const _0x4b22be=_0x1e0d36['markerName']['split'](':')[0x2];if(_0x4b22be===_0x54d24e['mySessionId'])return null;const _0x2977dc=_0x54d24e['getUserBySessionId'](_0x4b22be);if(!_0x2977dc)return{'id':_0x4b22be,'classes':[]};return{'id':_0x4b22be,'classes':['ck-user__selection',_0x2977dc['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x4b22be},'priority':0x7d0+_0x2977dc['orderNumber']};}(_0x296d2f,_0x849ecb)}),function(_0x4ab714){const _0x44fcf2=_0x4ab714['model'],_0x53a1c9=new Map(),_0x4c611a=_0x4ab714['plugins']['get'](i);_0x44fcf2['markers']['on']('update:user:range',(_0x1157c3,_0x275e33,_0x50eaf0,_0x2c6551)=>{if(!_0x2c6551&&_0x53a1c9['get'](_0x275e33['name']))return _0x53a1c9['get'](_0x275e33['name'])['detach'](),void _0x53a1c9['delete'](_0x275e33['name']);const _0x560a44=_0x275e33['name']['split'](':')[0x2];if(_0x560a44===_0x4c611a['mySessionId'])return;const _0x431ff5='user:position:'+_0x560a44;_0x44fcf2['markers']['has'](_0x431ff5)&&_0x4ab714['editing']['reconvertMarker'](_0x431ff5),_0x275e33['on']('change:range',(_0x389980,_0x1f6d29,_0x3a2d98)=>{if('$graveyard'!=_0x1f6d29['root']['rootName']&&'$graveyard'==_0x275e33['getRange']()['root']['rootName']&&!_0x53a1c9['has'](_0x275e33['name'])){const _0x34ce4f=_0x44fcf2['schema']['getNearestSelectionRange'](_0x3a2d98['deletionPosition']);if(_0x34ce4f){const _0x36ec2d=ht['fromRange'](_0x34ce4f);_0x53a1c9['set'](_0x275e33['name'],_0x36ec2d),_0x36ec2d['on']('change:range',(_0x2d99a5,_0x2ca835,_0x5e9b07)=>{if('$graveyard'==_0x36ec2d['root']['rootName']){const _0x11746d=_0x44fcf2['schema']['getNearestSelectionRange'](_0x5e9b07['deletionPosition']);_0x11746d?(_0x36ec2d['start']=_0x11746d['start'],_0x36ec2d['end']=_0x11746d['end']):(_0x53a1c9['delete'](_0x275e33['name']),_0x36ec2d['detach']());}});}}});}),_0x44fcf2['document']['on']('change',()=>{_0x53a1c9['size']>0x0&&_0x44fcf2['enqueueChange']({'isUndoable':!0x1},_0xe99e8d=>{for(const [_0xba268e,_0x231ac1]of _0x53a1c9)'$graveyard'==_0x44fcf2['markers']['get'](_0xba268e)['getRange']()['root']['rootName']&&(re(_0xba268e['split'](':')[0x2],_0x231ac1['toRange'](),_0x44fcf2,_0xe99e8d),_0x231ac1['detach']());_0x53a1c9['clear']();});});}(_0x11c606),this['_domEmitter']['listenTo'](_0x3c675d['document'],'keydown',(_0x25c67a,{key:_0x3c7c52})=>{'Escape'===_0x3c7c52&&function(_0x5d6c12){_0x5d6c12['editing']['view']['change'](_0x46b34b=>{for(const _0x2b3264 of _0x5d6c12['model']['markers']){if(!_0x2b3264['name']['startsWith']('user:position'))continue;const _0x15f63f=_0x5d6c12['editing']['mapper']['markerNameToElements'](_0x2b3264['name']);if(_0x15f63f){for(const _0x148594 of _0x15f63f)_0x46b34b['removeClass']('ck-user__marker_hovered',_0x148594);}}});}(_0x11c606);},{'useCapture':!0x0});}['afterInit'](){const _0x4b16c0=this['editor'],_0x450468=_0x4b16c0['commands']['get']('undo');_0x450468&&_0x4b16c0['model']['on']('applyOperation',(_0x1ef22d,_0x31eda9)=>{const _0x224f73=_0x31eda9[0x0];if(!_0x224f73['isDocumentOperation'])return;if('marker'!=_0x224f73['type']||!_0x224f73['name']['startsWith']('user:'))return;const _0x3a8fed=_0x224f73['batch'];_0x450468['_createdBatches']['has'](_0x3a8fed)&&(_0x224f73['newRange']=_0x224f73['oldRange']?_0x4b16c0['model']['createRange'](_0x224f73['oldRange']['start'],_0x224f73['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x5cf036=this['editor'],_0x31a89d=_0x5cf036['model']['document'],_0x1bc067=_0x5cf036['plugins']['get'](i);_0x5cf036['model']['enqueueChange']({'isUndoable':!0x1},_0x33462a=>{const _0x236200='user:range:'+_0x1bc067['mySessionId'],_0x4faa9a='user:position:'+_0x1bc067['mySessionId'],_0x5de739=_0x5cf036['model']['markers']['has'](_0x236200);_0x5cf036['editing']['view']['hasDomSelection']?re(_0x1bc067['mySessionId'],_0x31a89d['selection']['getFirstRange'](),_0x5cf036['model'],_0x33462a):_0x5de739&&(_0x33462a['removeMarker'](_0x236200),_0x33462a['removeMarker'](_0x4faa9a));});}}function re(_0x3bd2d0,_0x2c6faa,_0x525f44,_0xa07d26){const _0x4ea9d5='user:range:'+_0x3bd2d0,_0x2081c5='user:position:'+_0x3bd2d0,_0x4f9d64=_0x2c6faa['getContainedElement']();let _0x43f11c=_0x2c6faa['start'];_0x4f9d64&&_0x4f9d64['is']('element','tableCell')&&(_0x43f11c=function(_0x183382,_0x2d3133){for(const _0x94ad02 of _0x183382['getPositions']())if(_0x2d3133['schema']['checkChild'](_0x94ad02,'$text'))return _0x94ad02;}(_0x2c6faa,_0x525f44),_0x2c6faa=_0xa07d26['createRange'](_0x43f11c));const _0x236c28=_0xa07d26['createRange'](_0x43f11c);_0x525f44['markers']['has'](_0x4ea9d5)?(_0xa07d26['updateMarker'](_0x4ea9d5,{'range':_0x2c6faa}),_0xa07d26['updateMarker'](_0x2081c5,{'range':_0x236c28})):(_0xa07d26['addMarker'](_0x4ea9d5,{'range':_0x2c6faa,'usingOperation':!0x0}),_0xa07d26['addMarker'](_0x2081c5,{'range':_0x236c28,'usingOperation':!0x0}));}function q(_0x43b5ac,_0x538260,_0x19ac16){const _0x3e890c=_0x43b5ac['t'],t=_0x43b5ac['t'];switch(_0x538260){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 _0x3e890c({'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'},_0x19ac16);default:return'';}}let K=0x1;class l extends _0x122adc{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
|
|
25
|
-
((()=>_0x4822cd)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[c,i,H,_0x2c926e,_0x2a34e4,_0x4f0198];}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 _0x2a04ec=this['serverHistory']['getOperations']();for(let _0xe56c46=_0x2a04ec['length']-0x1;_0xe56c46>=0x0;_0xe56c46--){const _0x44d4dd=_0x2a04ec[_0xe56c46];if(!this['_disconnectionOperations']['has'](_0x44d4dd))return _0x44d4dd['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x12ad63){if(super(_0x12ad63),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x440689(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x35a4c2('collaboration-missing-channelid',this);const _0x55370d=_0x12ad63['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0x55370d,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x5ac156(),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 X(this['_disconnectionOperations']);}['init'](){const _0x25cfdc=this['editor'],_0x347030=_0x25cfdc['plugins']['get'](_0x2a34e4),_0x492a55=_0x25cfdc['plugins']['get'](c);this['listenTo'](_0x347030,'getOperationAuthor',(_0x5ac85f,_0xa46a9)=>{const _0x2a4296=_0xa46a9[0x0];_0x2a4296['_authorId']&&(_0x5ac85f['return']=_0x347030['getUser'](_0x2a4296['_authorId']),_0x5ac85f['stop']()),null===_0x2a4296['_authorId']&&(_0x5ac85f['return']=null,_0x5ac85f['stop']());},{'priority':'high'}),this['listenTo'](_0x25cfdc['model']['document']['selection'],'change:range',(_0x5d0e73,_0x493203)=>{_0x493203['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x25cfdc['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x25cfdc['model']['on']('applyOperation',(_0x2ff812,_0x34d0bc)=>{const _0x518151=_0x34d0bc[0x0];_0x518151['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x518151),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x492a55,'state',this,'_hasSynchronizationProblem',(_0x5a1bc3,_0x2dc4ad)=>'connected'===_0x5a1bc3&&!_0x2dc4ad),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x25cfdc['disableReadOnlyMode']('rtc-offline'):_0x25cfdc['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x25cfdc['disableReadOnlyMode']('rtc-offline'):_0x25cfdc['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x2cf506=this['editor']['plugins']['get'](i),_0x262e19=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x2cf506['unregister'](this['_channelId']);const _0x48d2b1=await this['_service']['reconnect'](_0x262e19['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x48d2b1)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x5e3d56=await this['_service']['getConnectedSessions']();_0x2cf506['register'](this['_channelId'],_0x5e3d56),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x429ef6){if(function(_0x564de5){return'404'===_0x564de5['code'];}(_0x429ef6)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x5a4d1f){return'409'===_0x5a4d1f['code'];}(_0x429ef6)){const _0x202efa=q(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'](_0x202efa);}else{if(!(_0x429ef6 instanceof J))throw _0x429ef6;this['_handleReconnectionError']();}}}}['destroy'](){const _0x578161=this['editor']['plugins']['get'](c),_0xe115ca=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0xe115ca['channelSessions']['has'](this['_channelId'])&&_0xe115ca['unregister'](this['_channelId']),_0x578161['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x138cb9){if(this['sessionId']!==_0x138cb9['sessionId']&&this['_lastSyncedOperationId']!==_0x138cb9['lastOperationId'])throw new J();return this['sessionId']=_0x138cb9['sessionId'],this['_handleServerResponse']([],{..._0x138cb9,'wereChangesApplied':!0x1,'data':_0x138cb9['data']},'reconnect');}async['_connectService'](_0x465aa0,_0x50313d=!0x1){const {connection:_0x191044}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x191044,this['_channelId'])['then'](_0x274aa6=>this['_initSessionsHandling'](_0x274aa6))['catch'](_0x2a6330=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x2a6330);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x13078e,_0xbec5a9)=>{this['_crash']('realtimecollaborationclient-init-service-internal-error',_0xbec5a9);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x3eca6f=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x465aa0);this['_isPendingUpdate']=!0x0;const _0x487ed2=await this['_service']['connect'](_0x191044,this['_compressOperations'](_0x465aa0),_0x3eca6f);if(this['sessionId']=_0x487ed2['sessionId'],_0x50313d){if(!_0x487ed2['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x487ed2['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x465aa0,_0x487ed2,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x487ed2,_0x465aa0);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x5cc0d7=this['editor']['plugins']['get'](i),_0x42f967=this['editor']['plugins']['get'](H),_0x47beaf=_0x5cc0d7['channelSessions']['get'](this['_channelId']);_0x47beaf&&_0x47beaf['length']>0x1?_0x42f967['createUserMarkerOperations']():this['listenTo'](_0x5cc0d7,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x5cc0d7['channelSessions']['get'](this['_channelId'])['length']&&_0x42f967['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x37402d,_0x14b112,_0x460b7f,_0x543293){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x14b112){const _0x463092=this['_decompressOperations'](_0x460b7f,_0x543293);await this['_fetchMissingUsers'](_0x463092),this['_handleExternalOperations'](_0x463092,_0x14b112,_0x460b7f['lastOperationId'])||this['_crash']('realtimecollaborationclient-init-service-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x58a964}=this['editor'];let _0x3feb47;try{_0x3feb47=await this['_service']['getDocumentDetails']();}catch(_0x414b64){const _0x36c0e3=q(_0x58a964,'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'](_0x36c0e3);}const _0x4fcc94=_0x3feb47['currentDocumentSession']||_0x3feb47['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x4fcc94['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x490a42=q(_0x58a964,'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.');this['_handleReconnectionError'](_0x490a42);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x17c405){const _0x425487=this['editor']['plugins']['get'](i);this['listenTo'](_0x425487,'sessionAdd:'+this['_channelId'],(_0x79cca6,{session:_0xdec8b6})=>{if(_0xdec8b6['id']===_0x425487['mySessionId']){_0x79cca6['off']();const _0x5e8449=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0xbe4b3c=_0xdec8b6['permissions'];_0x5e8449&&_0x5e8449['isEnabled']&&(_0xbe4b3c=_0xbe4b3c['filter'](_0x4c59a3=>'document:write'!==_0x4c59a3)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0xbe4b3c,this['_channelId']);}}),_0x425487['register'](this['_channelId'],_0x17c405);}['_initThrowingOnDataSet'](){const _0x3b33fa=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x2f9660)=>{if(!_0x2f9660[_0x2f9660['length']-0x1]['suppressErrorInCollaboration'])throw new _0x35a4c2('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x3b33fa['apply'](this['editor']['data'],_0x2f9660);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x4d4011,[_0xb973ff])=>{if(this['_document']['version'])throw new _0x35a4c2('realtimecollaborationclient-init-document-already-initialized',this);_0x4d4011['stop'](),this['_setPendingAction']();const _0x2b79d8=this['editor']['config']['get']('rootsAttributes'),_0x3d3796=this['_getOperationsFromInitData'](_0xb973ff,_0x2b79d8);0x0==_0x3d3796['length']&&_0x3d3796['push'](new _0x5a0529(0x0)),_0x4d4011['return']=this['_connectService'](_0x3d3796)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x59e442=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x59e442))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x100b8b,[_0x5c40e9,_0x4ec7e0])=>{_0x100b8b['stop']();const _0x1c3673=this['editor']['model']['document']['getRoot'](_0x5c40e9);if(!this['_knownRootNames']['has'](_0x5c40e9)){const _0x9a96ee=_0x4ec7e0&&_0x4ec7e0['data']?_0x4ec7e0['data']:'',_0x29555e=_0x4ec7e0&&_0x4ec7e0['attributes']?_0x4ec7e0['attributes']:{};await this['_loadRoot'](_0x5c40e9,_0x9a96ee,_0x29555e);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x1c3673['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x1c3673);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x52cf1c){const _0x377778=this['editor']['plugins']['get'](_0x2a34e4),{connection:_0xcfb0ad}=this['editor']['plugins']['get'](c),_0x4d6c1d=new Set();for(const _0x27b20a of _0x52cf1c){const _0x3b3847=_0x27b20a['_authorId'];_0x3b3847&&!_0x377778['getUser'](_0x3b3847)&&_0x4d6c1d['add'](_0x3b3847);}if(0x0===_0x4d6c1d['size'])return;const _0x59cc73=await dt['getMany'](_0xcfb0ad,Array['from'](_0x4d6c1d));for(const _0x5bbcfe of _0x59cc73)_0x377778['getUser'](_0x5bbcfe['id'])||_0x377778['addUser'](_0x5bbcfe);}['_getOperationsFromInitData'](_0x322ddc,_0x45736a={}){const _0x15047a=this['editor']['model'],_0x231722=[];let _0x3d5027=0x0;const _0x13ea89='string'==typeof _0x322ddc?{'main':_0x322ddc}:_0x322ddc;for(const _0x21304f of Object['keys'](_0x13ea89)){if(!this['_document']['roots']['has'](_0x21304f))throw new _0x35a4c2('realtimecollaborationclient-init-non-existent-root',this);const _0x46e948=this['editor']['data']['parse'](_0x13ea89[_0x21304f]),_0x4f0745=this['_document']['getRoot'](_0x21304f),_0x536d24=new _0x2cfe0d(_0x15047a['createPositionAt'](_0x4f0745,0x0),_0x46e948,_0x3d5027++);_0x231722['push'](_0x536d24);for(const [_0x5ae26d,_0x1735f4]of _0x46e948['markers']){const _0x4e62ef=_0x15047a['createRange'](_0x15047a['createPositionFromPath'](_0x4f0745,_0x1735f4['start']['path']['slice']()),_0x15047a['createPositionFromPath'](_0x4f0745,_0x1735f4['end']['path']['slice']())),_0x3f9806=new _0x365680(_0x5ae26d,null,_0x4e62ef,_0x15047a['markers'],!0x0,_0x3d5027++);_0x231722['push'](_0x3f9806);}}if(_0x45736a)for(const [_0x6206d6,_0x17e7a9]of Object['entries'](_0x45736a)){const _0x45217b=_0x15047a['document']['getRoot'](_0x6206d6);if(!_0x45217b)throw new _0x35a4c2('multi-root-editor-root-attributes-no-root',null);for(const [_0x5e453f,_0x1b8115]of Object['entries'](_0x17e7a9))if(null!==_0x1b8115){const _0x2fc569=new _0x32bee6(_0x45217b,_0x5e453f,null,_0x1b8115,_0x3d5027++);_0x231722['push'](_0x2fc569);}}return _0x231722;}async['_loadRoot'](_0x438435,_0x12b6f2,_0x334230){this['_getOperationsFromInitData']({[_0x438435]:_0x12b6f2},{[_0x438435]:_0x334230})['forEach']((_0x292b03,_0x3b3ace)=>{_0x292b03['baseVersion']=this['_document']['version']+_0x3b3ace,_0x292b03['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x292b03);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x2cafcc,_0x5873d4){let _0x5cddb3;this['_offset']=_0x2cafcc['offset'];const _0xb9d646=_0x2cafcc['wereChangesApplied']&&!_0x2cafcc['initData'],_0x13ad7c=_0xb9d646?0x0:_0x2cafcc['data']['baseVersion'];if(_0x5873d4['forEach'](_0x3c9d2c=>{_0x3c9d2c['_isInit']=!0x0,_0x3c9d2c['createdAt']=_0x2cafcc['sessionCreatedAt'],_0x3c9d2c['_authorId']=null;}),_0xb9d646)_0x5cddb3=_0x5873d4,this['_applyOperationsSet'](_0x5cddb3,_0xb9d646);else{if(_0x2cafcc['initData']){const _0x545b06=this['_getOperationsFromInitData'](_0x2cafcc['initData']);this['_document']['history']['version']=-_0x545b06['length'],_0x545b06['forEach'](_0x4c45c7=>{_0x4c45c7['baseVersion']-=_0x545b06['length'],_0x4c45c7['createdAt']=_0x2cafcc['sessionCreatedAt'],_0x4c45c7['_isInit']=!0x0,_0x4c45c7['_authorId']=null;}),this['_applyOperationsSet'](_0x545b06,!0x0),this['serverHistory']['version']=-_0x545b06['length']+this['_offset'],this['_updateServerHistory'](_0x545b06);}this['_document']['history']['version']=_0x13ad7c,_0x5cddb3=this['_decompressOperations'](_0x2cafcc['data'],_0x2cafcc['metadata']),await this['_fetchMissingUsers'](_0x5cddb3),this['_applyOperationsSet'](_0x5cddb3,_0xb9d646);}_0x2cafcc['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x5cddb3,_0x2cafcc['lastOperationId']),this['_lastSyncedOperationId']=_0x2cafcc['lastOperationId']),this['serverHistory']['version']=_0x13ad7c+this['_offset'],this['_updateServerHistory'](_0x5cddb3),_0x5873d4['filter'](_0x4a457d=>{const _0x4e1919=this['_getAffectedRoot'](_0x4a457d);return _0x4e1919&&!this['_knownRootNames']['has'](_0x4e1919);})['forEach']((_0x585bce,_0x6c9e)=>{_0x585bce['baseVersion']=this['_document']['version']+_0x6c9e,this['_saveOperationInBuffer'](_0x585bce);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x619ddc,_0x2ec922){const _0x243599=_0x2ec922&&_0x2ec922['message'];if(_0x243599&&_0x243599['startsWith']('realtimecollaborationclient'))throw _0x2ec922;const _0x2a3689=this['editor']['plugins']['get'](c);throw this['_isPendingUpdate']=!0x0,_0x2a3689['disconnect'](),this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x35a4c2(_0x619ddc,this['editor'],_0x243599?{'originalError':_0x243599}:void 0x0);}['_saveOperationInBuffer'](_0x316c1a){this['_knownOperations']['has'](_0x316c1a)||(this['_knownOperations']['add'](_0x316c1a),this['_bufferedOperations']['push'](_0x316c1a),this['_pendingAction']||'marker'==_0x316c1a['type']&&!_0x316c1a['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x236ec4=!0x1){!_0x236ec4&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0xea2834=>{_0xea2834&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x402b59=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x28094e){return _0x28094e['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x28094e['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x28094e['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x402b59)||this['_crash'](_0x402b59['message'],_0x402b59);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x7eef1=>{this['on']('change:_isPendingUpdate',()=>{_0x7eef1();});});}async['_sendBufferedOperations'](){const _0x14a910=this['editor']['plugins']['get'](H);if(this['_shouldSendSelectionUpdate']()&&(_0x14a910['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x29c34e=[...this['_bufferedOperations']];for(const _0x5aa58f of _0x29c34e)_0x5aa58f['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x5aa58f);const _0x2e55f1=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x29c34e),_0x58ea38=K++,_0x4e3df2=this['_compressOperations'](_0x29c34e),_0x1321e0=await this['_service']['sendOperations'](_0x4e3df2,_0x4e3df2['baseVersion'],_0x2e55f1);try{return await this['_handleServerResponse'](_0x29c34e,_0x1321e0,_0x58ea38);}catch(_0x1303ea){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x1303ea);}}async['_handleServerResponse'](_0x4431fe,_0x31bb29,_0x3232f8){if('error'in _0x31bb29)throw _0x31bb29['error'];let _0x503352=!0x1;if(_0x31bb29['wereChangesApplied']){_0x31bb29['lastOperationId']&&(this['_lastSyncedOperationId']=_0x31bb29['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x25072e=>!_0x4431fe['includes'](_0x25072e));for(const _0x23a5f5 of _0x4431fe)_0x23a5f5['createdAt']='lastOperationAcceptedAt'in _0x31bb29&&_0x31bb29['lastOperationAcceptedAt']||void 0x0;Q(_0x4431fe,_0x31bb29['version']-_0x4431fe['length']),this['_updateServerHistory'](_0x4431fe);const _0x24ca51=_0x4431fe['filter'](_0x41f23b=>{if(!_0x41f23b['_isInit'])return!0x1;const _0xdf3af7=this['_getAffectedRoot'](_0x41f23b);return _0xdf3af7&&!this['_knownRootNames']['has'](_0xdf3af7);});Q(_0x24ca51,this['_document']['version']),this['_applyOperationsSet'](_0x24ca51),_0x503352=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x40c1d6=this['_decompressOperations'](_0x31bb29['data'],_0x31bb29['metadata'])['filter'](_0x20bbe8=>_0x20bbe8['baseVersion']>=this['_lastServerVersion']);_0x40c1d6['forEach'](_0x230874=>this['_addKnownRoot'](_0x230874)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x322423=>!_0x322423['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x322423))),this['_bufferedOperations']['length']&&Q(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x40c1d6),_0x503352=this['_handleExternalOperations'](_0x40c1d6,_0x31bb29['version'],_0x31bb29['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x503352?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0xd8876b,_0x576fd4,_0x2fd4bb){try{const _0x4acbeb={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0xbfdeee,operationsB:_0x28bb15,originalOperations:_0x135102}=_0x1262f5(_0xd8876b,this['_bufferedOperations'],_0x4acbeb);Q(_0xbfdeee,this['_document']['version']),Q(_0x28bb15,_0x576fd4);for(const _0x2bd6ef of _0xbfdeee){const _0x1c54de=_0x135102['get'](_0x2bd6ef);_0x2bd6ef['_authorId']=_0x1c54de?_0x1c54de['_authorId']:null;}_0x2fd4bb&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0xd8876b,_0x2fd4bb),this['_lastSyncedOperationId']=_0x2fd4bb),this['_bufferedOperations']=[..._0x28bb15],this['_applyOperationsSet'](_0xbfdeee),this['_updateServerHistory'](_0xd8876b);}catch(_0x1d3235){return console['error'](_0x1d3235),!0x1;}return!0x0;}['_applyOperationsSet'](_0xab395,_0x4b3e02=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x5a6bdc=>{for(const _0x43455c of _0xab395)this['_knownOperations']['add'](_0x43455c),this['_addKnownRoot'](_0x43455c),_0x5a6bdc['batch']['addOperation'](_0x43455c),this['editor']['model']['applyOperation'](_0x43455c);});}['_addKnownRoot'](_0x253ab5){const _0x17c1eb=this['_getAffectedRoot'](_0x253ab5);_0x17c1eb&&this['_knownRootNames']['add'](_0x17c1eb);}['_getAffectedRoot'](_0x2d5e6b){let _0x4fb043,_0x21d90f;switch(_0x2d5e6b['type']){case'insert':_0x4fb043=_0x2d5e6b['position']['root'];break;case'marker':if(_0x21d90f=_0x2d5e6b['newRange'],!_0x21d90f)return null;_0x4fb043=_0x21d90f['root'];break;case'addRootAttribute':_0x4fb043=_0x2d5e6b['root'];break;case'addRoot':_0x4fb043=_0x2d5e6b['affectedSelectable'];break;case'move':_0x4fb043=_0x2d5e6b['targetPosition']['root'];break;default:return null;}return _0x4fb043['rootName'];}['_updateServerHistory'](_0x5d858b){_0x5d858b['forEach'](_0x4edba1=>{const _0x4d3b2e=_0x4edba1['clone']();_0x4d3b2e['_authorId']=_0x4edba1['_authorId'],_0x4d3b2e['_isInit']=!!_0x4edba1['_isInit'],_0x4d3b2e['createdAt']=_0x4edba1['createdAt'],_0x4d3b2e['baseVersion']+=this['_offset'],_0x4edba1['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x4d3b2e),this['serverHistory']['addOperation'](_0x4d3b2e);});}['_handleReconnectionError'](_0x10b7c8){const _0x198ae6=this['editor']['plugins']['get']('Notification'),_0x285a4b=this['editor']['locale'];_0x10b7c8||(_0x10b7c8=q(_0x285a4b,'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.')),_0x198ae6['showWarning'](_0x10b7c8,{'title':q(_0x285a4b,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['disconnect']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x2c926e)['add'](q(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x2c926e)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x325e34){const _0x338553=_0x325e34['map'](_0x142745=>_0x142745['toJSON']());return this['_compressor']['compress'](_0x338553);}['_decompressOperations'](_0x137688,_0x1308ef){return this['_compressor']['decompress'](_0x137688)['map']((_0x2d5898,_0x189317)=>{const _0x451776='init'==_0x1308ef[_0x189317]['type'];if('InsertOperation'==_0x2d5898['__className']){const _0x6916b4=_0x2d5898['position']['root'];!this['_document']['getRoot'](_0x6916b4)&&(this['_document']['createRoot']('$root',_0x6916b4)['_isAttached']=!0x1);}const _0x5770f3=_0x2ca090['fromJSON'](_0x2d5898,this['_document']);return _0x5770f3['wasUndone']=_0x2d5898['wasUndone'],_0x5770f3['_isInit']=_0x451776,_0x5770f3['_authorId']=_0x451776?null:_0x1308ef[_0x189317]['userId'],_0x5770f3['_isDisconnection']='cs:removeUser'===_0x1308ef[_0x189317]['type'],_0x5770f3['createdAt']=_0x1308ef[_0x189317]['createdAt'],_0x5770f3;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x5b1bb7=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x5b1bb7&&_0x5b1bb7['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class J extends Error{}function Q(_0xdbb9f5,_0x262670){for(const _0x3b5867 of _0xdbb9f5)_0x3b5867['baseVersion']=_0x262670++;}class X{['_ignoredOperations'];['_operationToId'];constructor(_0x22b4b5){this['_ignoredOperations']=_0x22b4b5,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0xaa3a5a){let _0x2ae938=_0xaa3a5a['length'];for(;_0x2ae938--;){const _0x23dbe3=_0xaa3a5a[_0x2ae938];if(!this['_ignoredOperations']['has'](_0x23dbe3)){if(!this['_operationToId']['has'](_0x23dbe3)){const _0x53c406=_0x56ada3()['slice'](0x1,0x12);this['_operationToId']['set'](_0x23dbe3,_0x53c406);}return this['_operationToId']['get'](_0x23dbe3);}}}['setIdForTheLastOperation'](_0x2f362c,_0x566af4){if(!_0x566af4)return;let _0x202a46=_0x2f362c['length'];for(;_0x202a46--;){const _0x378502=_0x2f362c[_0x202a46];this['_ignoredOperations']['has'](_0x378502)||this['_operationToId']['set'](_0x378502,_0x566af4);}}}class n extends _0x122adc{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x1366af{static ['CommentsService']=/* #__PURE__ -- @preserve */
|
|
26
|
-
((()=>_0x81faac)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x2a34e4];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x73d553){super(_0x73d553),this['_services']=new Map();}async['init'](){const _0x66fc53=this['context'],_0x192337=_0x66fc53['plugins']['get']('CommentsRepository');if(_0x66fc53['plugins']['get'](c)['addToReconnectionStack'](this),_0x192337['adapter']={'addCommentThread':async({channelId:_0x2c136e,threadId:_0xb732d5,comments:_0x4cebfe,resolvedAt:_0x2d0fd1,resolvedBy:_0x2b20bd,context:_0x5923d0,attributes:_0x1137e1})=>{const _0x1953f5=await this['_getService'](_0x2c136e)['addCommentThread']({'commentThreadId':_0xb732d5,'comments':_0x4cebfe['map'](_0x336560=>function(_0x4ad44c,_0xbc472a,_0x1ea246){return{'commentThreadId':_0x1ea246,'commentId':_0x4ad44c['commentId'],'userId':_0x4ad44c['authorId'],'content':_0x4ad44c['content'],'documentId':_0xbc472a,'createdAt':_0x4ad44c['createdAt'],'attributes':_0x4ad44c['attributes']||{}};}(_0x336560,_0x2c136e,_0xb732d5)),'resolvedAt':_0x2d0fd1,'resolvedBy':_0x2b20bd,'context':_0x5923d0,'attributes':_0x1137e1})['catch'](ut);return{'threadId':_0x1953f5['commentThreadId'],'comments':_0x1953f5['comments']};},'getCommentThread':async({channelId:_0xf07cc0,threadId:_0x398893})=>{const _0x1892bc=await this['_getService'](_0xf07cc0)['getCommentThread'](_0x398893)['catch'](ut);return _0x1892bc['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x1892bc]),{'threadId':_0x1892bc['commentThreadId'],'comments':_0x1892bc['comments']['map'](S),'context':_0x1892bc['context'],'resolvedAt':_0x1892bc['resolvedAt'],'resolvedBy':_0x1892bc['resolvedBy'],'attributes':_0x1892bc['attributes']||{}});},'updateCommentThread':async({channelId:_0x295ce6,threadId:_0x2f6ce9,context:_0x2051e5,unlinkedAt:_0xf80b3c,attributes:_0x4b11d6})=>this['_getService'](_0x295ce6)['updateCommentThread']({'commentThreadId':_0x2f6ce9,'context':_0x2051e5,'attributes':_0x4b11d6,'unlinkedAt':_0xf80b3c})['catch'](B)['catch'](ut),'resolveCommentThread':async({channelId:_0x5cdb6c,threadId:_0x1fcad6})=>{const _0x272fdf=await this['_getService'](_0x5cdb6c)['resolveCommentThread'](_0x1fcad6)['catch'](B)['catch'](ut);return{'threadId':_0x272fdf['commentThreadId'],'resolvedAt':_0x272fdf['resolvedAt'],'resolvedBy':_0x272fdf['resolvedBy']};},'reopenCommentThread':async({channelId:_0x1787d9,threadId:_0x192ee5})=>this['_getService'](_0x1787d9)['reopenCommentThread'](_0x192ee5)['catch'](B)['catch'](ut),'removeCommentThread':({channelId:_0xf61673,threadId:_0x116d85})=>this['_getService'](_0xf61673)['removeCommentThread'](_0x116d85)['catch'](B)['catch'](ut),'addComment':({channelId:_0x36340d,threadId:_0x279907,commentId:_0x25fe41,content:_0x260f49,attributes:_0x310f78})=>this['_getService'](_0x36340d)['addComment'](_0x279907,_0x25fe41,_0x260f49,_0x310f78)['catch'](ut),'updateComment':({channelId:_0x1542e9,threadId:_0x5ab9d6,commentId:_0x396bda,content:_0x83d4c7,attributes:_0x38103a})=>this['_getService'](_0x1542e9)['updateComment'](_0x5ab9d6,_0x396bda,_0x83d4c7,_0x38103a)['catch'](B)['catch'](ut),'removeComment':({channelId:_0xad46af,threadId:_0x43b8ad,commentId:_0x13108a})=>this['_getService'](_0xad46af)['removeComment'](_0x43b8ad,_0x13108a)['catch'](B)['catch'](ut)},_0x66fc53 instanceof _0x39dde9){const _0x32dd13=_0x66fc53['config']['get']('collaboration.channelId'),_0x19a8d9=_0x66fc53['plugins']['get'](i);await this['_setUpService'](_0x32dd13);const _0x1b1440=await this['_services']['get'](_0x32dd13)['getConnectedSessions']();this['listenTo'](_0x19a8d9,'sessionAdd:'+_0x32dd13,(_0x2632bf,{session:_0x2b0ded})=>{_0x2b0ded['id']===_0x19a8d9['mySessionId']&&(_0x2632bf['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x2b0ded['permissions'],_0x32dd13));}),_0x19a8d9['register'](_0x32dd13,_0x1b1440);}}async['_setUpService'](_0x45939c){if(this['_services']['has'](_0x45939c))throw new _0x35a4c2('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x45939c});const _0x5b5b08=this['context']['plugins']['get']('CommentsRepository'),_0x12020a=new a['CommentsService'](_0x45939c);this['_services']['set'](_0x45939c,_0x12020a),this['listenTo'](_0x12020a,'commentThreadAdded',(_0x1914c7,_0x1d0f10)=>{const {commentThreadId:_0x327831,documentId:_0x2430d3,context:_0x4c91a8,attributes:_0xe69480,resolvedAt:_0x35235b,resolvedBy:_0x317094,comments:_0x5ad028}=_0x1d0f10;_0x5b5b08['getCommentThread'](_0x327831)||_0x5b5b08['addCommentThread']({'threadId':_0x327831,'channelId':_0x2430d3,'comments':_0x5ad028?_0x5ad028['map'](S):[],'context':_0x4c91a8,'attributes':_0xe69480,'resolvedAt':_0x35235b,'resolvedBy':_0x317094,'isFromAdapter':!0x0});}),this['listenTo'](_0x12020a,'commentThreadUpdated',(_0x463477,{commentThreadId:_0x315af2,documentId:_0x2a2aee,context:_0x38192f,unlinkedAt:_0xde7ca4,attributes:_0x132db4})=>{_0x5b5b08['getCommentThread'](_0x315af2)&&_0x5b5b08['updateCommentThread']({'threadId':_0x315af2,'channelId':_0x2a2aee,'context':_0x38192f,'unlinkedAt':_0xde7ca4,'attributes':_0x132db4,'isFromAdapter':!0x0});}),this['listenTo'](_0x12020a,'commentThreadResolved',(_0x319f94,{commentThreadId:_0xbba214,resolvedBy:_0x25eadd,resolvedAt:_0x6879af})=>{const _0x4b220e=_0x5b5b08['getCommentThread'](_0xbba214);_0x4b220e&&_0x4b220e['resolve']({'resolvedBy':_0x25eadd,'resolvedAt':_0x6879af,'isFromAdapter':!0x0});}),this['listenTo'](_0x12020a,'commentThreadReopened',(_0x44ee41,{commentThreadId:_0x3bd9d9})=>{const _0x3810f7=_0x5b5b08['getCommentThread'](_0x3bd9d9);_0x3810f7&&_0x3810f7['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x12020a,'commentThreadRemoved',(_0x397198,{commentThreadId:_0x3b4cb5})=>{const _0x11be9b=_0x5b5b08['getCommentThread'](_0x3b4cb5);_0x11be9b&&_0x11be9b['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x12020a,'commentAdded',(_0x5e327d,_0x1ac79d)=>{const _0xc118b2=_0x1ac79d['commentThreadId'],_0x2c1980=_0x5b5b08['getCommentThread'](_0xc118b2);_0x2c1980&&_0x2c1980['addComment']({...S(_0x1ac79d),'isFromAdapter':!0x0});}),this['listenTo'](_0x12020a,'commentUpdated',(_0x65f1c3,{commentThreadId:_0x1b9f24,commentId:_0x111b11,content:_0x513114,attributes:_0x411cc2})=>{const _0x38fae0=_0x5b5b08['getCommentThread'](_0x1b9f24);if(_0x38fae0){const _0x3468a5=_0x38fae0['getComment'](_0x111b11);_0x3468a5&&_0x3468a5['update']({'content':_0x513114,'attributes':_0x411cc2,'isFromAdapter':!0x0});}}),this['listenTo'](_0x12020a,'commentRemoved',(_0x4ac213,{commentThreadId:_0x3c0917,commentId:_0x53159c})=>{const _0x5b9f2d=_0x5b5b08['getCommentThread'](_0x3c0917);if(_0x5b9f2d){const _0x25ac9f=_0x5b9f2d['getComment'](_0x53159c);_0x25ac9f&&_0x25ac9f['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x45939c);}['destroy'](){if(this['context']instanceof _0x39dde9){const _0x4b8e04=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x4b8e04);}}['_terminateService'](_0x19e3fa){if(!this['_services']['has'](_0x19e3fa))throw new _0x35a4c2('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x19e3fa});this['_getService'](_0x19e3fa)['disconnect'](),this['_services']['delete'](_0x19e3fa);}async['reconnect'](){for(const _0x2f5a4c of this['_services']['keys']())await this['_connectService'](_0x2f5a4c);if(this['context']instanceof _0x39dde9){const _0x4444d0=this['context']['config']['get']('collaboration.channelId'),_0xdfee50=this['context']['plugins']['get'](i);_0xdfee50['unregister'](_0x4444d0);const _0xae5f88=await this['_services']['get'](_0x4444d0)['getConnectedSessions']();_0xdfee50['register'](_0x4444d0,_0xae5f88);}}async['_connectService'](_0x38f5ac){const {connection:_0x4dcaab}=this['context']['plugins']['get'](c),_0x95718b=this['context']['plugins']['get']('CommentsRepository'),_0x966fd=this['_services']['get'](_0x38f5ac),_0x5a7c8d=await _0x966fd['connect'](_0x4dcaab);await this['_fetchMissingUsersForThreads'](_0x5a7c8d);const _0x72f17c=new Set(Array['from'](_0x95718b['getCommentThreads']({'channelId':_0x38f5ac}),_0x5afdfd=>_0x5afdfd['id']));for(const _0x20f415 of _0x5a7c8d)_0x20f415['deletedAt']||_0x72f17c['delete'](_0x20f415['commentThreadId']);for(const _0x159a0a of _0x72f17c)_0x95718b['getCommentThread'](_0x159a0a)['remove']({'isFromAdapter':!0x0});for(const _0x5de4cd of _0x5a7c8d){let _0x453058=_0x95718b['getCommentThread'](_0x5de4cd['commentThreadId']);const {commentThreadId:_0x2cb11e,context:_0x2b8afb,attributes:_0xc72186,resolvedBy:_0x2009ed,resolvedAt:_0x1233e7,unlinkedAt:_0x3a4c58,deletedAt:_0x48a867}=_0x5de4cd;if(_0x48a867)continue;_0x453058||(_0x453058=_0x95718b['addCommentThread']({'channelId':_0x38f5ac,'threadId':_0x2cb11e,'context':_0x2b8afb,'attributes':_0xc72186||{},'resolvedBy':_0x2009ed,'resolvedAt':_0x1233e7,'unlinkedAt':_0x3a4c58,'isFromAdapter':!0x0}));const _0x18dfe8=new Set(Array['from'](_0x453058['comments'],_0x46f519=>_0x46f519['id']));for(const _0x311834 of _0x5de4cd['comments'])_0x18dfe8['delete'](_0x311834['commentId']);for(const _0x54d644 of _0x18dfe8)_0x453058['getComment'](_0x54d644)['remove']({'isFromAdapter':!0x0});for(const _0x38f8a5 of _0x5de4cd['comments']){const _0x5c60cd=_0x453058['getComment'](_0x38f8a5['commentId']);_0x5c60cd?_0x5c60cd['content']!==_0x38f8a5['content']&&_0x5c60cd['update']({'content':_0x38f8a5['content'],'isFromAdapter':!0x0}):_0x453058['addComment'](Object['assign'](S(_0x38f8a5),{'isFromAdapter':!0x0}));}}}['_getService'](_0x1238bf){if(!this['_services']['has'](_0x1238bf))throw new _0x35a4c2('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x1238bf});return this['_services']['get'](_0x1238bf);}async['_fetchMissingUsersForThreads'](_0x4311b9){const _0x349dfc=this['context']['plugins']['get'](_0x2a34e4),{connection:_0x1c450c}=this['context']['plugins']['get'](c),_0x221f7f=new Set();for(const {resolvedBy:_0x406078,comments:_0x2cb25f}of _0x4311b9){_0x406078&&!_0x349dfc['getUser'](_0x406078)&&_0x221f7f['add'](_0x406078);for(const {userId:_0x2f6406}of _0x2cb25f)_0x349dfc['getUser'](_0x2f6406)||_0x221f7f['add'](_0x2f6406);}if(0x0===_0x221f7f['size'])return;const _0xd16ee=await dt['getMany'](_0x1c450c,Array['from'](_0x221f7f));for(const _0x4c8cf8 of _0xd16ee)_0x349dfc['getUser'](_0x4c8cf8['id'])||_0x349dfc['addUser'](_0x4c8cf8);}}async function B(_0x392890){if('404'!==_0x392890['code'])throw _0x392890;}function ut(_0x3b1431){if((_0x2b723b=_0x3b1431)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x2b723b['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x2b723b['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x2b723b;throw _0x3b1431;}function S(_0x8fef0c){return{'threadId':_0x8fef0c['commentThreadId'],'commentId':_0x8fef0c['commentId'],'content':_0x8fef0c['content'],'createdAt':_0x8fef0c['createdAt'],'authorId':_0x8fef0c['userId'],'attributes':_0x8fef0c['attributes']||{}};}class f extends _0x122adc{static ['TrackChangesService']=/* #__PURE__ -- @preserve */
|
|
27
|
-
((()=>et)());['_bufferedRequests'];['_trackChangesService'];static get['requires'](){return[a,'TrackChangesEditing',c];}static get['pluginName'](){return'CloudServicesTrackChangesAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(
|
|
28
|
-
((()=>it)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[c,l,'RevisionTracker',i,_0x2a34e4];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3832b7){super(_0x3832b7);const _0x5d23d4=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x5d23d4);}async['init'](){const _0x45c0b0=this['editor']['plugins']['get'](l),_0x56aacf=_0x45c0b0['serverHistory'],_0x420a08=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x56aacf,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x45c0b0['sessionId']});const _0x56890a=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x3d28e4=await tt['isBundleUploaded'](_0x420a08['connection'],_0x56890a);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x179562})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x179562)),'updateRevisions':async _0x2a1862=>{await this['_waitForServiceReady']();const _0x2eb68b=this['_revisionTracker']['currentRevision'];if(_0x3d28e4&&0x1===_0x2a1862['length']&&_0x2a1862[0x0]['id']===_0x2eb68b['id'])return _0x2a1862;for(const _0x50054a of _0x2a1862)_0x50054a['id']===_0x2eb68b['id']&&(_0x50054a['isEmptyCurrent']=_0x50054a['fromVersion']===_0x50054a['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x2a1862,this['_lastRequestId'])['then'](_0x28705b=>(this['_lastRequestId']=_0x28705b,_0x2a1862))['catch'](_0x2cacea=>{if(st(_0x2cacea)||'400'===_0x2cacea['code']&&void 0x0!==_0x2cacea['data']['wrongRequestId']){for(const _0x19b762 of _0x2a1862){!this['_revisionTracker']['repository']['getRevision'](_0x19b762['id'])||this['_revisionTracker']['_bufferUpdate'](_0x19b762['id'],_0x19b762,!0x1);}if(st(_0x2cacea))throw _0x2cacea;return _0x2a1862;}throw _0x2cacea;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x56168e,{revisionsData:_0x565680,requestId:_0x5aff8e})=>{Math['max'](..._0x565680['map'](_0xd73177=>_0xd73177['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x565680,_0x5aff8e);}):this['_handleRevisionsUpdate'](_0x565680,_0x5aff8e);});const {revisions:_0x3892bf,requestId:_0x24328b}=await this['_revisionHistoryService']['connect'](_0x420a08['connection']);_0x420a08['addToReconnectionStack'](this),this['_lastRequestId']=_0x24328b,await this['_fetchMissingUsers'](_0x3892bf);for(const _0x44ff88 of _0x3892bf)this['_revisionTracker']['addRevisionData'](_0x44ff88);this['listenTo'](_0x45c0b0,'change:_isConnected',(_0x4ee7e3,_0x2957a0,_0x11983a)=>{_0x11983a&&(this['_oldOffset']=_0x45c0b0['_offset'],_0x4ee7e3['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x420a08,'state',_0x2300ac=>_0x2300ac===_0x5cb3e2['CONNECTED']);}async['reconnect'](){const _0xd0d6b=this['editor']['plugins']['get'](c),_0x354213=this['editor']['plugins']['get'](l),_0x351eef=async()=>{const _0x31fa5c=this['_revisionTracker']['currentRevision'],_0x1bc439=_0x31fa5c['id'],_0x1385cf=_0x1bc439!==_0x354213['sessionId'];if(_0x1385cf){const _0xb9bb1e=_0x354213['_offset']-this['_oldOffset'],_0x5858b3=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x31fa5c['toVersion']+_0xb9bb1e!==_0x5858b3){const _0x4e1025=_0x31fa5c['fromVersion']+_0xb9bb1e,_0x1da1b1=this['editor']['plugins']['get'](_0x2a34e4),_0x4ffa38=this['_revisionTracker']['buildRevisionData']({'revision':_0x31fa5c,'from':_0x4e1025,'to':_0x5858b3});_0x4ffa38['id']=_0x31fa5c['id'];const _0x56e44c=_0x4ffa38['authorsIds']['map'](_0xdf7047=>_0x1da1b1['getUser'](_0xdf7047));_0x31fa5c['_update']({..._0x4ffa38,'authors':_0x56e44c},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x31fa5c['id'],_0x4ffa38,!0x0);}this['_revisionTracker']['_startingVersion']=_0x5858b3,(_0x31fa5c['toVersion']===_0x31fa5c['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x1bc439)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x1bc439),this['_revisionTracker']['_createCurrentRevision'](_0x5858b3));}const {revisions:_0x1574f8,requestId:_0x27dbc4}=await this['_revisionHistoryService']['reconnect'](_0xd0d6b['connection'],this['_lastRequestId']);_0x1385cf&&_0x1574f8['length']>0x0?_0x354213['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x1574f8),this['_handleRevisionsUpdate'](_0x1574f8,_0x27dbc4),this['_revisionTracker']['sendBufferedUpdates']());};return _0x354213['_isConnected']?_0x351eef():new Promise((_0x94bf72,_0x383158)=>{_0x354213['once']('change:_isConnected',()=>{_0x351eef()['then'](_0x94bf72)['catch'](_0x383158);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x3ea5c7=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x2a6250=>{_0x2a6250['off'](),_0x3ea5c7();});});}['_getLatestVersionFromServerOperations'](){const _0x52302a=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x47ef44 of _0x52302a)if('marker'!==_0x47ef44['type']||_0x47ef44['affectsData'])return _0x47ef44['baseVersion']+0x1;}['_getLatestVersion'](){const _0x46d37c=this['editor']['plugins']['get'](l);return new Promise(_0x289b68=>{_0x46d37c['_isPendingUpdate']?_0x46d37c['once']('change:_isPendingUpdate',()=>{_0x289b68(this['_getLatestVersionFromServerOperations']());}):_0x289b68(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x3dc148,_0x29ca83){const _0x49b4c6=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x29ca83;for(const _0x1a3e98 of _0x3dc148){const _0x4f1749=_0x49b4c6['getRevision'](_0x1a3e98['id']);if(_0x4f1749){if((_0x1a3e98['fromVersion']||_0x1a3e98['toVersion'])&&(_0x1a3e98['diffData']=null),_0x4f1749===this['_revisionTracker']['currentRevision']){const _0x7112e7=Math['max'](_0x4f1749['toVersion'],_0x1a3e98['toVersion']),_0x3f4573=Math['max'](_0x4f1749['fromVersion'],_0x1a3e98['fromVersion']);let _0x1d1d21;_0x4f1749['toVersion']===_0x1a3e98['toVersion']&&_0x4f1749['fromVersion']===_0x1a3e98['fromVersion']?(_0x1d1d21=!0x0,this['_preventResendingRevisionData'](_0x1a3e98)):_0x1a3e98['toVersion']===_0x7112e7&&_0x1a3e98['fromVersion']===_0x3f4573?_0x1d1d21=!0x1:(_0x4f1749['toVersion']===_0x7112e7&&_0x4f1749['fromVersion']===_0x3f4573||this['_fixRevision']({'revision':_0x4f1749,'from':_0x3f4573,'to':_0x7112e7}),_0x1d1d21=!0x0),_0x1d1d21&&(delete _0x1a3e98['fromVersion'],delete _0x1a3e98['toVersion'],delete _0x1a3e98['diffData'],delete _0x1a3e98['createdAt'],delete _0x1a3e98['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x1a3e98),this['_preventResendingRevisionData'](_0x1a3e98);}else this['_revisionTracker']['addRevisionData'](_0x1a3e98);}const _0x12374d=_0x49b4c6['getRevisions']();_0x12374d['reverse']();for(let _0x1db8a2=0x0;_0x1db8a2<_0x12374d['length']-0x1;_0x1db8a2++){const _0x21c53e=_0x12374d[_0x1db8a2],_0x1a5078=_0x12374d[_0x1db8a2+0x1];if(_0x21c53e['fromVersion']<_0x1a5078['toVersion']){const _0x2bd939=_0x1a5078['toVersion'],_0x14e74b=Math['max'](_0x2bd939,_0x21c53e['toVersion']);this['_fixRevision']({'revision':_0x21c53e,'from':_0x2bd939,'to':_0x14e74b});}}}['_fixRevision']({revision:_0x51cafb,from:_0x5e633f,to:_0x56a3e9}={}){const _0x56d056=this['editor']['plugins']['get'](_0x2a34e4),_0x3f948b=this['_revisionTracker']['buildRevisionData']({'revision':_0x51cafb,'from':_0x5e633f,'to':_0x56a3e9});_0x3f948b['authors']=_0x3f948b['authorsIds']['map'](_0x2421fa=>_0x56d056['getUser'](_0x2421fa)),_0x51cafb['_update'](_0x3f948b);}['_preventResendingRevisionData'](_0x4a006d){const _0x480cb8={};_0x480cb8['id']=_0x4a006d['id'];for(const _0x139341 of Object['keys'](_0x4a006d))'id'!==_0x139341&&(_0x480cb8[_0x139341]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x480cb8['id'],_0x480cb8,!0x0);}async['_fetchMissingUsers'](_0x417015){const _0x2c0cf4=this['editor']['plugins']['get'](_0x2a34e4),{connection:_0x2c2fa6}=this['editor']['plugins']['get'](c),_0x29ffb8=new Set();for(const _0x54ba89 of _0x417015){for(const _0x5a588b of _0x54ba89['authorsIds'])_0x4bfb26(_0x5a588b);_0x54ba89['creatorId']&&_0x4bfb26(_0x54ba89['creatorId']);}if(0x0===_0x29ffb8['size'])return;const _0x3d8e57=await dt['getMany'](_0x2c2fa6,Array['from'](_0x29ffb8));for(const _0x319d5e of _0x3d8e57)_0x2c0cf4['getUser'](_0x319d5e['id'])||_0x2c0cf4['addUser'](_0x319d5e);function _0x4bfb26(_0x34d2c8){_0x2c0cf4['getUser'](_0x34d2c8)||_0x29ffb8['add'](_0x34d2c8);}}}function st(_0x372798){return _0x372798['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x372798['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x372798['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x122adc{static get['requires'](){return['RevisionHistory',u,n];}static get['pluginName'](){return'RealTimeCollaborativeRevisionHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class ts extends _0x2f3c4d{constructor(_0x1f1929){super(_0x1f1929);const _0x56f53f=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x56f53f['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x56f53f['to']('usersCount',_0x55bb34=>q(_0x1f1929,'CONNECTED_USERS',_0x55bb34))}]});}}class es extends _0x2f3c4d{['items'];['keystrokes'];constructor(_0x5ed8a2){super(_0x5ed8a2);const _0x33e977=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x5b1ce1(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x33e977['if']('hasPopup'),'aria-expanded':_0x33e977['to']('isExpanded',_0x36fd91=>this['hasPopup']&&String(_0x36fd91)),'aria-label':_0x33e977['to']('hasPopup',_0x53708d=>q(_0x5ed8a2,_0x53708d?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x33e977['to']('hasPopup',_0x3a6dcb=>!!_0x3a6dcb&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x33e977['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0x4bb4aa,_0x57094d,_0x2d308c)=>{this['element']&&(_0x2d308c?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 L extends _0x2f3c4d{['counterView'];['inlineListView'];constructor(_0x36f1aa){super(_0x36f1aa);const _0x53469b=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x36f1aa),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x1c42ae of this['inlineListView']['items'])_0x1c42ae['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',_0x53469b['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x2f3c4d{['listWrapperView'];constructor(_0x400bd4,_0x2483b8){super(_0x400bd4),this['listWrapperView']=new mt(_0x400bd4,_0x2483b8),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':q(_0x400bd4,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class mt extends _0x16fed7{constructor(_0xaaeb8b,_0x3eb87c){super(_0xaaeb8b);const _0x14e5f7=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x3eb87c?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x14e5f7['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x14e5f7['to']('role'),'aria-label':_0x14e5f7['to']('ariaLabel'),'aria-labelledby':_0x14e5f7['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x3c675d['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x291a26=this['element'];_0x291a26&&(this['_isScrollable']=Math['max'](_0x291a26['scrollHeight'],_0x291a26['clientHeight'])>0.8*window['innerHeight']);}}class k extends rt{['userView'];constructor(_0x472e7b,_0x2f8ea2,_0x5c21ec){super(_0x472e7b);const _0x4959ec=this['bindTemplate'];this['userView']=new ct(_0x472e7b,_0x2f8ea2);const _0x30392b={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x2f8ea2['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x2f8ea2['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x2f8ea2['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x5c21ec&&(_0x30392b['tag']='button',_0x30392b['on']={'click':_0x4959ec['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x30392b);}['focus'](){this['element']['focus']();}}class y extends _0x2f3c4d{['userView'];['markerView'];constructor(_0x8beb4d,_0x3efb8a,_0xa07704){super(_0x8beb4d);const _0x3c30b3=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new ct(_0x8beb4d,_0x3efb8a),this['markerView']=new at(_0x8beb4d,_0x3efb8a);const _0x4e6057=new ot(_0x8beb4d);_0x4e6057['template']['tag']='span',_0x4e6057['text']=_0x3efb8a['name'];const _0x2b5873={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x3c30b3['to']('isFocusable',_0x12ecfa=>!!_0x12ecfa&&0x0),'aria-labelledby':_0x4e6057['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x3c30b3['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x3c30b3['to']('hasTooltip',_0x29b2f2=>!_0x29b2f2),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x4e6057]};_0xa07704&&(_0x2b5873['tag']='button',_0x2b5873['on']={'click':_0x3c30b3['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x2b5873);}}class at extends _0x2f3c4d{constructor(_0x7210df,_0x4b4105){super(_0x7210df),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x4b4105['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x1366af{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x1d1d13){super(_0x1d1d13),this['context']['config']['define']('presenceList',A);const _0x1114ac=_0x1d1d13['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x1114ac)throw new _0x35a4c2('presencelist-collapseat-invalid-format',this);if(_0x1114ac<0x1)throw new _0x35a4c2('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x4cbfa1(),this['balloonPanelView']=new _0x5ebc87(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x18bc7b of this['_allConnectedUsers'])this['_handleUserAdd'](_0x18bc7b);this['listenTo'](this['_allConnectedUsers'],'add',(_0x20c7a2,_0x36d42d)=>{this['_handleUserAdd'](_0x36d42d);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x2de73e,_0x1770ea)=>{this['_handleUserRemove'](_0x1770ea);});}['_createView'](){const _0x23b81b=this['context'],_0x4cc5d0=new L(this['context']['locale']),_0x77de95=this['balloonPanelView'];if(!_0x2769ac(_0x23b81b['config']['get']('presenceList.container')))throw new _0x35a4c2('presencelist-missing-container',this);return _0x4cc5d0['counterView']['bind']('usersCount')['to'](this),_0x4cc5d0['bind']('isCollapsed')['to'](this,'usersCount',_0x3e8c1b=>{const {collapseAt:_0x2c66a6,displayMe:_0xbc5cd6}=_0x23b81b['config']['get']('presenceList'),_0x29f411=_0x3e8c1b>=_0x2c66a6;return _0x4cc5d0['counterView']['isHidden']=!(0x1==_0x3e8c1b&&_0xbc5cd6||_0x29f411),_0x29f411||this['hideDropdown'](),_0x29f411;}),_0x4cc5d0['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x51681d=>{const _0x4a62cd=_0x23b81b['config']['get']('presenceList'),_0x4fbcdc=new y(_0x23b81b['locale'],_0x51681d,!!_0x4a62cd['onClick']);return _0x4fbcdc['bind']('hasTooltip')['to'](_0x4cc5d0,'isCollapsed',_0x47319b=>!_0x47319b),_0x4fbcdc['bind']('isFocusable')['to'](_0x4cc5d0,'isCollapsed',_0x3f35eb=>!_0x3f35eb),_0x4a62cd['onClick']&&this['listenTo'](_0x4fbcdc,'execute',()=>{this['view']['isCollapsed']||_0x4a62cd['onClick'](_0x51681d,_0x4fbcdc['element']);}),_0x4fbcdc;}),this['listenTo'](_0x4cc5d0['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0x4cc5d0['inlineListView']['keystrokes']['set']('Enter',(_0xf5e05a,_0x4b872d)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x4b872d());}),_0x4cc5d0['render'](),_0x77de95['render'](),_0x439e4f({'emitter':_0x4cc5d0,'activator':()=>_0x77de95['isVisible'],'contextElements':[_0x77de95['element'],_0x4cc5d0['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x23b81b['config']['get']('presenceList.container')['appendChild'](_0x4cc5d0['element']),this['_bodyCollection']=new _0x48dc02(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x4cc5d0;}['_handleUserAdd'](_0x408e83){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x408e83['isMe'])return;const _0x403482=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0x403482&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x578464=_0x408e83['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x408e83,_0x578464);}['_handleUserRemove'](_0x39ac2b){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0x39ac2b['id'])&&(this['currentDisplayedUsers']['remove'](_0x39ac2b['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x371b4c of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x371b4c['id']))return void this['currentDisplayedUsers']['add'](_0x371b4c,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x48c1da=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x48c1da['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x5623e3}=this['presenceDropdownView'];_0x5623e3['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x272feb=>{if(!_0x48c1da['displayMe']&&_0x272feb['isMe'])return null;const _0x4d5016=new k(this['context']['locale'],_0x272feb,!!_0x48c1da['onClick']);return _0x48c1da['onClick']&&this['listenTo'](_0x4d5016,'execute',()=>{_0x48c1da['onClick'](_0x272feb,_0x4d5016['element']);}),_0x4d5016;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x5623e3['focus'](),_0x5623e3['checkIfScrollable']();const _0x1b5737=(_0x30ac44,_0x10540d)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x10540d();};_0x5623e3['keystrokes']['set']('Esc',_0x1b5737),_0x5623e3['keystrokes']['set']('Shift+Tab',_0x1b5737),_0x5623e3['keystrokes']['set']('Tab',(_0x99c979,_0x13139a)=>{!function(_0x2b2783){const _0xc27992=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0xadb0c3=>_0xadb0c3+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0xfe8594=[...document['body']['querySelectorAll'](_0xc27992)]['filter'](_0x1b9802=>_0x1b9802===document['activeElement']||_0x1b9802['offsetWidth']+_0x1b9802['offsetHeight']>0x0)['sort']((_0x27fcb3,_0x45cb89)=>(_0x27fcb3['tabIndex']||0x0)-(_0x45cb89['tabIndex']||0x0)),_0x3220ab=_0xfe8594['indexOf'](_0x2b2783),_0x599f13=_0xfe8594[(_0x3220ab+0x1)%_0xfe8594['length']];_0x599f13&&_0x599f13['focus']();}(this['view']['element']),this['hideDropdown'](),_0x13139a();}),_0x5623e3['focusTracker']['add'](this['view']['element']),_0x5623e3['focusTracker']['on']('change:isFocused',(_0x4893b9,_0x568db9,_0x32c01b)=>{_0x32c01b||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 s extends _0x1366af{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{a as CloudServicesCommentsAdapter,u as CloudServicesRevisionHistoryAdapter,f as CloudServicesTrackChangesAdapter,s as PresenceList,l as RealTimeCollaborationClient,m as RealTimeCollaborativeComments,n as RealTimeCollaborativeEditing,g as RealTimeCollaborativeRevisionHistory,p as RealTimeCollaborativeTrackChanges,i as Sessions};
|
|
23
|
+
import{ContextPlugin as _0x1dfa64,Plugin as _0x1019fd,PendingActions as _0x2bafbc,Context as _0x5f424d}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x486507,CKEditorError as _0x4d96e3,Collection as _0x297d4b,global as _0x2b056c,version as nt,uid as _0x12a6a6,KeystrokeHandler as _0x7c447a}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0x15e187,View as _0x27818e,ListView as _0x5d4a89,ListItemView as st,LabelView as ot,BalloonPanelView as _0x17d1c5,clickOutsideHandler as _0x4bcaff,BodyCollection as _0x5b3c43}from'@ckeditor/ckeditor5-ui/dist/index.js';import{LiveRange as at,History as _0x4d53e1,NoOperation as _0x21107f,InsertOperation as _0x40e23e,MarkerOperation as _0x4a50fc,RootAttributeOperation as _0x5cebbe,transformSets as _0x3ee58a,OperationFactory as _0x2c9623}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as ht,WEB_SOCKET_GATEWAY_STATES as _0x3e6696,CollaborativeEditingService as _0x5a1c1a,User as lt,CommentsService as _0x3e6ed9,TrackChangesService as et,RevisionHistoryService as _0x570520,EditorService as _0x39870e}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x885727,UserView as rt}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0x3fdfc3}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x41950a}from'lodash-es';class c extends _0x1dfa64{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>ht)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x15e187];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4f9d96){super(_0x4f9d96),this['set']('state',_0x3e6696['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x486507);}['init'](){const _0x484561=this['context'],_0x40d1a3=_0x484561['plugins']['get']('CloudServices'),_0x16124e=_0x484561['plugins']['get'](_0x15e187);if(!_0x40d1a3['token'])throw new _0x4d96e3('websocketgateway-missing-token',this);if(!_0x40d1a3['webSocketUrl'])throw new _0x4d96e3('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),c['WebSocketGateway']['connect'](_0x40d1a3['token'],_0x40d1a3['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x3c89ad=>{if(this['connection']=_0x3c89ad,this['bind']('state')['to'](_0x3c89ad,'state',this,'_isBrowserOffline',(_0xb88ed0,_0x48024d)=>('connected'!==_0xb88ed0&&(this['_shouldPluginsReconnect']=!0x0),_0x48024d||_0xb88ed0!==_0x3e6696['CONNECTED']?_0x3e6696['DISCONNECTED']:this['state']==_0x3e6696['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x3e6696['CONNECTING']):_0x3e6696['CONNECTED'])),this['connection']['on']('error',(_0x2ec612,_0x260de8)=>{if('limitExceeded'!==_0x260de8['code'])throw console['error'](_0x260de8),new _0x4d96e3('cloudservices-init',null,{'originalError':_0x260de8});_0x16124e['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'});}),!_0x3c89ad['me'])return new Promise(_0x3b33ac=>_0x3c89ad['on']('change:me',_0x3b33ac));})['catch'](_0x4c36ef=>{throw console['error'](_0x4c36ef),new _0x4d96e3('cloudservices-init',null,{'originalError':_0x4c36ef});});}['addToReconnectionStack'](_0x12060f){if('function'!=typeof _0x12060f['reconnect'])throw new _0x4d96e3('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x12060f))throw new _0x4d96e3('websocketgateway-plugin-already-registered',this,{'name':_0x12060f['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x12060f);}['removeFromReconnectionStack'](_0x5c17a5){this['_reconnectionStack']['delete'](_0x5c17a5);}['isInReconnectionStack'](_0x28766e){return this['_reconnectionStack']['has'](_0x28766e);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x2e1576=>_0x2e1576['reconnect']())))['then'](()=>this['state']=_0x3e6696['CONNECTED'])['catch'](_0x2a07a6=>{throw console['error'](_0x2a07a6),new _0x4d96e3('cloudservices-reconnection-error',this['context']);});}['disconnect'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x3e6696['DISCONNECTED'],this['_domEmitter']['stopListening']();}['destroy'](){this['disconnect'](),super['destroy']();}}class i extends _0x1dfa64{['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[c,_0x885727];}constructor(_0x545cf2){super(_0x545cf2),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x297d4b(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x885727);}['init'](){const _0x3bf249=this['context']['plugins']['get'](c);this['listenTo'](_0x3bf249,'change:state',(_0x883dfc,_0x11142d,_0x55846c)=>{if('connected'!==_0x55846c)this['channelSessions']['forEach'](_0x525f95=>_0x525f95['clear']()),this['channelConnectedUsers']['forEach'](_0xd6e395=>_0xd6e395['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x85129e,_0x269b95]of this['_registeredSessions'])for(const _0x1cc366 of _0x269b95)this['_handleSessionAdd'](_0x85129e,_0x1cc366);}}),this['_createUser'](_0x3bf249['connection']['me'],!0x0);}['register'](_0x508421,_0x225800){if(this['_registeredSessions']['has'](_0x508421))throw new _0x4d96e3('sessions-register-already-registered',null,{'channelId':_0x508421});this['_registeredSessions']['set'](_0x508421,_0x225800),this['channelSessions']['set'](_0x508421,new _0x297d4b()),this['channelConnectedUsers']['set'](_0x508421,new _0x297d4b()),this['listenTo'](_0x225800,'add',(_0x678b56,_0x606545)=>this['_handleSessionAdd'](_0x508421,_0x606545)),this['listenTo'](_0x225800,'remove',(_0x2208bf,_0x45028e)=>this['_handleSessionRemove'](_0x508421,_0x45028e));for(const _0x39ef5f of _0x225800)this['_handleSessionAdd'](_0x508421,_0x39ef5f);}['unregister'](_0xe96907){if(!this['_registeredSessions']['has'](_0xe96907))throw new _0x4d96e3('sessions-unregister-not-exist',null,{'channelId':_0xe96907});const _0x2d489e=this['_registeredSessions']['get'](_0xe96907);this['stopListening'](_0x2d489e);for(const _0x15f4c2 of _0x2d489e)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0xe96907,_0x15f4c2);this['_registeredSessions']['delete'](_0xe96907),this['channelSessions']['delete'](_0xe96907),this['channelConnectedUsers']['delete'](_0xe96907);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0x58e173){for(const _0x101951 of this['channelSessions']['values']())for(const _0x4076f9 of _0x101951)if(_0x4076f9['id']===_0x58e173)return _0x4076f9['user'];}['getUserSessions'](_0xd9c013,_0x237651){const _0x35f6f7=_0x237651?[this['channelSessions']['get'](_0x237651)]:this['channelSessions']['values'](),_0x444f4a=new Set();for(const _0x8aad72 of _0x35f6f7)for(const _0x2ba4fd of _0x8aad72)_0x2ba4fd['user']['id']===_0xd9c013['id']&&_0x444f4a['add'](_0x2ba4fd['id']);return _0x444f4a;}['getUserRole'](_0x301715){for(const _0x3ac84f of this['channelSessions']['values']())for(const _0x31823d of _0x3ac84f)if(_0x31823d['user']===_0x301715)return _0x31823d['role'];}['_handleSessionAdd'](_0x16ed60,_0x184afd){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x72a0a=_0x184afd['user'],_0x38fa91=this['_users']['getUser'](_0x72a0a['id'])||this['_createUser'](_0x72a0a),_0x2f62c3=Object['assign']({},_0x184afd,{'user':_0x38fa91});this['channelSessions']['get'](_0x16ed60)['add'](_0x2f62c3);const _0x99e34c=this['channelConnectedUsers']['get'](_0x16ed60);_0x99e34c['has'](_0x38fa91['id'])||_0x99e34c['add'](_0x38fa91),this['allConnectedUsers']['has'](_0x38fa91['id'])||this['allConnectedUsers']['add'](_0x38fa91,_0x38fa91['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x16ed60,{'channelId':_0x16ed60,'session':_0x2f62c3});}['_handleSessionRemove'](_0x50582,_0x2bab97){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x9b9fa9=this['channelConnectedUsers']['get'](_0x50582),_0x51993d=_0x2bab97['user'];_0x51993d['id']&&(this['channelSessions']['get'](_0x50582)['remove'](_0x2bab97['id']),_0x9b9fa9['has'](_0x51993d['id'])&&!this['getUserSessions'](_0x51993d,_0x50582)['size']&&_0x9b9fa9['remove'](_0x51993d['id']),this['allConnectedUsers']['get'](_0x51993d['id'])&&!this['getUserSessions'](_0x51993d)['size']&&this['allConnectedUsers']['remove'](_0x51993d['id']));}['_createUser'](_0x14e353,_0x2e7e7f){const _0x3f8e70=this['_users']['addUser'](_0x14e353);return _0x2e7e7f&&this['_users']['defineMe'](_0x14e353['id']),_0x3f8e70['orderNumber']=this['_uniqueUsersCount']++,_0x3f8e70;}}class K extends _0x1019fd{['_domEmitter']=new(_0x486507())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xfb12ec=this['editor'],_0x2a656d=_0xfb12ec['plugins']['get'](i);_0xfb12ec['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x589242,{writer:_0x5483ec})=>function(_0x2664ee,_0x3de840,_0x591243,_0x5b835e){const _0x24961f=_0x2664ee['markerName']['split'](':')[0x2],_0x4f4343=_0x591243['getUserBySessionId'](_0x24961f);if(!_0x4f4343||_0x24961f===_0x591243['mySessionId'])return;if(!_0x5b835e['model']['schema']['checkChild'](_0x2664ee['markerRange']['start'],'$text'))return;const _0x1fef22={'class':'ck-user__marker\x20'+_0x4f4343['color']['getMarkerClass'](),'data-name':_0x4f4343['name'],'data-session-id':_0x24961f},_0xb04c1a=_0x5b835e['model']['markers']['get'](_0x2664ee['markerName']),_0x10be4d=_0xb04c1a['getStart'](),_0x343ac6=_0x10be4d['nodeAfter'],_0x26cf1f=_0x5b835e['model']['schema'];if(_0x343ac6&&_0x26cf1f['isObject'](_0x343ac6)&&_0x26cf1f['isInline'](_0x343ac6)&&!_0x5b835e['model']['markers']['get']('user:range:'+_0x24961f)['getRange']()['isCollapsed'])return;const _0x9af282=_0x10be4d['parent'];return _0x5b835e['model']['schema']['isLimit'](_0x9af282)&&!_0x5b835e['model']['hasContent'](_0x9af282)&&(_0x1fef22['contenteditable']=!0x1),function(_0x299087,_0x45885b,_0x96bc18){const _0x40f5a6=_0x299087['createUIElement']('span',_0x45885b);return _0x299087['setCustomProperty']('userPositionMarker',!0x0,_0x40f5a6),_0x40f5a6['render']=function(_0x4e797a){const _0xc5e74b=this['toDomElement'](_0x4e797a),_0xf348c3=document['createElement']('span');return _0xf348c3['classList']['add']('ck-user__marker-tooltip'),_0xf348c3['setAttribute']('contenteditable','false'),_0xf348c3['setAttribute']('spellcheck','false'),_0xf348c3['textContent']=_0x96bc18['name'],_0xc5e74b['innerHTML']='<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span>'+_0xf348c3['outerHTML']+'',_0xc5e74b['addEventListener']('mouseenter',()=>{_0xc5e74b['classList']['add']('ck-user__marker_hovered');}),_0xc5e74b['addEventListener']('mouseleave',()=>{_0xc5e74b['classList']['remove']('ck-user__marker_hovered');}),_0xc5e74b;},_0x40f5a6['isSimilar']=function(_0x56d563){return!(!this['getCustomProperty']('userPositionMarker')||!_0x56d563['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x56d563['getAttribute']('data-session-id'));},_0x40f5a6;}(_0x3de840,_0x1fef22,_0x4f4343);}(_0x589242,_0x5483ec,_0x2a656d,_0xfb12ec)}),_0xfb12ec['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x3879f3=>function(_0x5e46e5,_0x1fda21){const _0x5ec475=_0x5e46e5['markerName']['split'](':')[0x2];if(_0x5ec475===_0x1fda21['mySessionId'])return null;const _0x15c689=_0x1fda21['getUserBySessionId'](_0x5ec475);if(!_0x15c689)return{'id':_0x5ec475,'classes':[]};return{'id':_0x5ec475,'classes':['ck-user__selection',_0x15c689['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x5ec475},'priority':0x7d0+_0x15c689['orderNumber']};}(_0x3879f3,_0x2a656d)}),function(_0xabb473){const _0x4222b0=_0xabb473['model'],_0x2ee348=new Map(),_0x1619af=_0xabb473['plugins']['get'](i);_0x4222b0['markers']['on']('update:user:range',(_0x54c380,_0x5b23e1,_0x3abd1b,_0xc3a9a1)=>{if(!_0xc3a9a1&&_0x2ee348['get'](_0x5b23e1['name']))return _0x2ee348['get'](_0x5b23e1['name'])['detach'](),void _0x2ee348['delete'](_0x5b23e1['name']);const _0x17a044=_0x5b23e1['name']['split'](':')[0x2];if(_0x17a044===_0x1619af['mySessionId'])return;const _0x10defd='user:position:'+_0x17a044;_0x4222b0['markers']['has'](_0x10defd)&&_0xabb473['editing']['reconvertMarker'](_0x10defd),_0x5b23e1['on']('change:range',(_0x15c73c,_0x558f96,_0x1a3d61)=>{if('$graveyard'!=_0x558f96['root']['rootName']&&'$graveyard'==_0x5b23e1['getRange']()['root']['rootName']&&!_0x2ee348['has'](_0x5b23e1['name'])){const _0x554e04=_0x4222b0['schema']['getNearestSelectionRange'](_0x1a3d61['deletionPosition']);if(_0x554e04){const _0x303f6b=at['fromRange'](_0x554e04);_0x2ee348['set'](_0x5b23e1['name'],_0x303f6b),_0x303f6b['on']('change:range',(_0x10350b,_0x38a69b,_0x4bbb2d)=>{if('$graveyard'==_0x303f6b['root']['rootName']){const _0x46bfdb=_0x4222b0['schema']['getNearestSelectionRange'](_0x4bbb2d['deletionPosition']);_0x46bfdb?(_0x303f6b['start']=_0x46bfdb['start'],_0x303f6b['end']=_0x46bfdb['end']):(_0x2ee348['delete'](_0x5b23e1['name']),_0x303f6b['detach']());}});}}});}),_0x4222b0['document']['on']('change',()=>{_0x2ee348['size']>0x0&&_0x4222b0['enqueueChange']({'isUndoable':!0x1},_0x474a5c=>{for(const [_0x179f4e,_0x16c155]of _0x2ee348)'$graveyard'==_0x4222b0['markers']['get'](_0x179f4e)['getRange']()['root']['rootName']&&(te(_0x179f4e['split'](':')[0x2],_0x16c155['toRange'](),_0x4222b0,_0x474a5c),_0x16c155['detach']());_0x2ee348['clear']();});});}(_0xfb12ec),this['_domEmitter']['listenTo'](_0x2b056c['document'],'keydown',(_0xd62056,{key:_0x99616a})=>{'Escape'===_0x99616a&&function(_0x3ae18a){_0x3ae18a['editing']['view']['change'](_0x32e3e7=>{for(const _0x47ccb7 of _0x3ae18a['model']['markers']){if(!_0x47ccb7['name']['startsWith']('user:position'))continue;const _0x43ba76=_0x3ae18a['editing']['mapper']['markerNameToElements'](_0x47ccb7['name']);if(_0x43ba76){for(const _0x33727d of _0x43ba76)_0x32e3e7['removeClass']('ck-user__marker_hovered',_0x33727d);}}});}(_0xfb12ec);},{'useCapture':!0x0});}['afterInit'](){const _0x490a27=this['editor'],_0xbc7fa7=_0x490a27['commands']['get']('undo');_0xbc7fa7&&_0x490a27['model']['on']('applyOperation',(_0x5eb642,_0xe48a1d)=>{const _0x45bcf9=_0xe48a1d[0x0];if(!_0x45bcf9['isDocumentOperation'])return;if('marker'!=_0x45bcf9['type']||!_0x45bcf9['name']['startsWith']('user:'))return;const _0x3894a1=_0x45bcf9['batch'];_0xbc7fa7['_createdBatches']['has'](_0x3894a1)&&(_0x45bcf9['newRange']=_0x45bcf9['oldRange']?_0x490a27['model']['createRange'](_0x45bcf9['oldRange']['start'],_0x45bcf9['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x10e9a7=this['editor'],_0x2bac72=_0x10e9a7['model']['document'],_0x41dfb1=_0x10e9a7['plugins']['get'](i);_0x10e9a7['model']['enqueueChange']({'isUndoable':!0x1},_0x20ae7a=>{const _0x2a595d='user:range:'+_0x41dfb1['mySessionId'],_0x3ad7b9='user:position:'+_0x41dfb1['mySessionId'],_0x2bb257=_0x10e9a7['model']['markers']['has'](_0x2a595d);_0x10e9a7['editing']['view']['hasDomSelection']?te(_0x41dfb1['mySessionId'],_0x2bac72['selection']['getFirstRange'](),_0x10e9a7['model'],_0x20ae7a):_0x2bb257&&(_0x20ae7a['removeMarker'](_0x2a595d),_0x20ae7a['removeMarker'](_0x3ad7b9));});}}function te(_0x46c917,_0x69e8b7,_0x3ea13e,_0x9079a1){const _0x2c6bc1='user:range:'+_0x46c917,_0x1a8575='user:position:'+_0x46c917,_0x18eacc=_0x69e8b7['getContainedElement']();let _0x496b86=_0x69e8b7['start'];_0x18eacc&&_0x18eacc['is']('element','tableCell')&&(_0x496b86=function(_0x111784,_0x25b5b8){for(const _0x109236 of _0x111784['getPositions']())if(_0x25b5b8['schema']['checkChild'](_0x109236,'$text'))return _0x109236;}(_0x69e8b7,_0x3ea13e),_0x69e8b7=_0x9079a1['createRange'](_0x496b86));const _0x114101=_0x9079a1['createRange'](_0x496b86);_0x3ea13e['markers']['has'](_0x2c6bc1)?(_0x9079a1['updateMarker'](_0x2c6bc1,{'range':_0x69e8b7}),_0x9079a1['updateMarker'](_0x1a8575,{'range':_0x114101})):(_0x9079a1['addMarker'](_0x2c6bc1,{'range':_0x69e8b7,'usingOperation':!0x0}),_0x9079a1['addMarker'](_0x1a8575,{'range':_0x114101,'usingOperation':!0x0}));}function J(_0x5e7329,_0x2b1b5c,_0x24db0d){const _0x395131=_0x5e7329['t'],t=_0x5e7329['t'];switch(_0x2b1b5c){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 _0x395131({'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'},_0x24db0d);default:return'';}}let Y=0x1;class l extends _0x1019fd{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
|
|
25
|
+
((()=>_0x5a1c1a)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[c,i,K,_0x2bafbc,_0x885727,_0x15e187];}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 _0x568ead=this['serverHistory']['getOperations']();for(let _0x5001a8=_0x568ead['length']-0x1;_0x5001a8>=0x0;_0x5001a8--){const _0x46fe95=_0x568ead[_0x5001a8];if(!this['_disconnectionOperations']['has'](_0x46fe95))return _0x46fe95['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x1d50be){if(super(_0x1d50be),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x4d53e1(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x4d96e3('collaboration-missing-channelid',this);const _0x156a7c=_0x1d50be['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0x156a7c,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x3fdfc3(),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 it(this['_disconnectionOperations']);}['init'](){const _0x11af59=this['editor'],_0x34cce1=_0x11af59['plugins']['get'](_0x885727),_0x5e6bff=_0x11af59['plugins']['get'](c);this['listenTo'](_0x34cce1,'getOperationAuthor',(_0x46c57d,_0x5e6820)=>{const _0xe9a882=_0x5e6820[0x0];_0xe9a882['_authorId']&&(_0x46c57d['return']=_0x34cce1['getUser'](_0xe9a882['_authorId']),_0x46c57d['stop']()),null===_0xe9a882['_authorId']&&(_0x46c57d['return']=null,_0x46c57d['stop']());},{'priority':'high'}),this['listenTo'](_0x11af59['model']['document']['selection'],'change:range',(_0x22f570,_0x57f934)=>{_0x57f934['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x11af59['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x11af59['model']['on']('applyOperation',(_0x15c1d5,_0x1b262f)=>{const _0x45b34f=_0x1b262f[0x0];_0x45b34f['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x45b34f),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x5e6bff,'state',this,'_hasSynchronizationProblem',(_0x255e30,_0xe84d08)=>'connected'===_0x255e30&&!_0xe84d08),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x11af59['disableReadOnlyMode']('rtc-offline'):_0x11af59['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x11af59['disableReadOnlyMode']('rtc-offline'):_0x11af59['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x1c5b4a=this['editor']['plugins']['get'](i),_0x24bd42=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x1c5b4a['unregister'](this['_channelId']);const _0x4878d9=await this['_service']['reconnect'](_0x24bd42['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x4878d9)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x4da481=await this['_service']['getConnectedSessions']();_0x1c5b4a['register'](this['_channelId'],_0x4da481),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x40490e){if(function(_0x170e12){return'404'===_0x170e12['code'];}(_0x40490e)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0xd4e7e6){return'409'===_0xd4e7e6['code'];}(_0x40490e)){const _0x3a7057=J(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'](_0x3a7057);}else{if(!(_0x40490e instanceof Z))throw _0x40490e;this['_handleReconnectionError']();}}}}['destroy'](){const _0x3291a6=this['editor']['plugins']['get'](c),_0x1a519e=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x1a519e['channelSessions']['has'](this['_channelId'])&&_0x1a519e['unregister'](this['_channelId']),_0x3291a6['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x24530f){if(this['sessionId']!==_0x24530f['sessionId']&&this['_lastSyncedOperationId']!==_0x24530f['lastOperationId'])throw new Z();return this['sessionId']=_0x24530f['sessionId'],this['_handleServerResponse']([],{..._0x24530f,'wereChangesApplied':!0x1,'data':_0x24530f['data']},'reconnect');}async['_connectService'](_0x22bf4a,_0x9480f8=!0x1){const {connection:_0x44a64b}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x44a64b,this['_channelId'])['then'](_0x3fb8a8=>this['_initSessionsHandling'](_0x3fb8a8))['catch'](_0x3af942=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x3af942);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x2a770f,_0x5c0eb7)=>{this['_crash']('realtimecollaborationclient-init-service-internal-error',_0x5c0eb7);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x53a135=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x22bf4a);this['_isPendingUpdate']=!0x0;const _0x58f2b5=await this['_service']['connect'](_0x44a64b,this['_compressOperations'](_0x22bf4a),_0x53a135);if(this['sessionId']=_0x58f2b5['sessionId'],_0x9480f8){if(!_0x58f2b5['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x58f2b5['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x22bf4a,_0x58f2b5,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x58f2b5,_0x22bf4a);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x2b3e2f=this['editor']['plugins']['get'](i),_0x29959b=this['editor']['plugins']['get'](K),_0x5f3819=_0x2b3e2f['channelSessions']['get'](this['_channelId']);_0x5f3819&&_0x5f3819['length']>0x1?_0x29959b['createUserMarkerOperations']():this['listenTo'](_0x2b3e2f,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x2b3e2f['channelSessions']['get'](this['_channelId'])['length']&&_0x29959b['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0xe0592e,_0x27e20b,_0x5c9526,_0x14407b){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x27e20b){const _0x36e09e=this['_decompressOperations'](_0x5c9526,_0x14407b);await this['_fetchMissingUsers'](_0x36e09e),this['_handleExternalOperations'](_0x36e09e,_0x27e20b,_0x5c9526['lastOperationId'])||this['_crash']('realtimecollaborationclient-init-service-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0xda8f7e}=this['editor'];let _0x147ef8;try{_0x147ef8=await this['_service']['getDocumentDetails']();}catch(_0x3495d9){const _0xc201b2=J(_0xda8f7e,'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'](_0xc201b2);}const _0x1715ec=_0x147ef8['currentDocumentSession']||_0x147ef8['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x1715ec['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x5ef0d2=J(_0xda8f7e,'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.');this['_handleReconnectionError'](_0x5ef0d2);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x4f1b7e){const _0x871df8=this['editor']['plugins']['get'](i);this['listenTo'](_0x871df8,'sessionAdd:'+this['_channelId'],(_0x24fa46,{session:_0x400387})=>{if(_0x400387['id']===_0x871df8['mySessionId']){_0x24fa46['off']();const _0x5f5c4c=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x571984=_0x400387['permissions'];_0x5f5c4c&&_0x5f5c4c['isEnabled']&&(_0x571984=_0x571984['filter'](_0x313193=>'document:write'!==_0x313193)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x571984,this['_channelId']);}}),_0x871df8['register'](this['_channelId'],_0x4f1b7e);}['_initThrowingOnDataSet'](){const _0x23fb1e=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x112772)=>{if(!_0x112772[_0x112772['length']-0x1]['suppressErrorInCollaboration'])throw new _0x4d96e3('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x23fb1e['apply'](this['editor']['data'],_0x112772);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x3c1989,[_0xac3066])=>{if(this['_document']['version'])throw new _0x4d96e3('realtimecollaborationclient-init-document-already-initialized',this);_0x3c1989['stop'](),this['_setPendingAction']();const _0x5b4574=this['editor']['config']['get']('rootsAttributes'),_0x4297cb=this['_getOperationsFromInitData'](_0xac3066,_0x5b4574);0x0==_0x4297cb['length']&&_0x4297cb['push'](new _0x21107f(0x0)),_0x3c1989['return']=this['_connectService'](_0x4297cb)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x54865c=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x54865c))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x1a2892,[_0x19f83f,_0x1298bc])=>{_0x1a2892['stop']();const _0x1a4347=this['editor']['model']['document']['getRoot'](_0x19f83f);if(!this['_knownRootNames']['has'](_0x19f83f)){const _0x4d01b0=_0x1298bc&&_0x1298bc['data']?_0x1298bc['data']:'',_0x599cf2=_0x1298bc&&_0x1298bc['attributes']?_0x1298bc['attributes']:{};await this['_loadRoot'](_0x19f83f,_0x4d01b0,_0x599cf2);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x1a4347['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x1a4347);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x3501bf){const _0x37fcb3=this['editor']['plugins']['get'](_0x885727),{connection:_0xaa2978}=this['editor']['plugins']['get'](c),_0x518eff=new Set();for(const _0x20beda of _0x3501bf){const _0x278556=_0x20beda['_authorId'];_0x278556&&!_0x37fcb3['getUser'](_0x278556)&&_0x518eff['add'](_0x278556);}if(0x0===_0x518eff['size'])return;const _0x3776a6=await lt['getMany'](_0xaa2978,Array['from'](_0x518eff));for(const _0x32468 of _0x3776a6)_0x37fcb3['getUser'](_0x32468['id'])||_0x37fcb3['addUser'](_0x32468);}['_getOperationsFromInitData'](_0xe12e25,_0x227ec0={}){const _0x55bcb9=this['editor']['model'],_0x576ab3=[];let _0x34350a=0x0;const _0x3c81de='string'==typeof _0xe12e25?{'main':_0xe12e25}:_0xe12e25;for(const _0x43e8d1 of Object['keys'](_0x3c81de)){if(!this['_document']['roots']['has'](_0x43e8d1))throw new _0x4d96e3('realtimecollaborationclient-init-non-existent-root',this);const _0x3fc560=this['editor']['data']['parse'](_0x3c81de[_0x43e8d1]),_0x26c9e2=this['_document']['getRoot'](_0x43e8d1),_0x515016=new _0x40e23e(_0x55bcb9['createPositionAt'](_0x26c9e2,0x0),_0x3fc560,_0x34350a++);_0x576ab3['push'](_0x515016);for(const [_0x85b654,_0x380210]of _0x3fc560['markers']){const _0x40676d=_0x55bcb9['createRange'](_0x55bcb9['createPositionFromPath'](_0x26c9e2,_0x380210['start']['path']['slice']()),_0x55bcb9['createPositionFromPath'](_0x26c9e2,_0x380210['end']['path']['slice']())),_0x553f41=new _0x4a50fc(_0x85b654,null,_0x40676d,_0x55bcb9['markers'],!0x0,_0x34350a++);_0x576ab3['push'](_0x553f41);}}if(_0x227ec0)for(const [_0x2ebc52,_0x1067bc]of Object['entries'](_0x227ec0)){const _0xd2f305=_0x55bcb9['document']['getRoot'](_0x2ebc52);if(!_0xd2f305)throw new _0x4d96e3('multi-root-editor-root-attributes-no-root',null);for(const [_0xdadaf7,_0x3922ca]of Object['entries'](_0x1067bc))if(null!==_0x3922ca){const _0x29c4a3=new _0x5cebbe(_0xd2f305,_0xdadaf7,null,_0x3922ca,_0x34350a++);_0x576ab3['push'](_0x29c4a3);}}return _0x576ab3;}async['_loadRoot'](_0x56cb9d,_0x1a0b31,_0x3ed75f){this['_getOperationsFromInitData']({[_0x56cb9d]:_0x1a0b31},{[_0x56cb9d]:_0x3ed75f})['forEach']((_0x51a2c2,_0x5713e0)=>{_0x51a2c2['baseVersion']=this['_document']['version']+_0x5713e0,_0x51a2c2['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x51a2c2);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x3539af,_0x5b55f0){let _0x3aaab2;this['_offset']=_0x3539af['offset'];const _0x311de7=_0x3539af['wereChangesApplied']&&!_0x3539af['initData'],_0x36e036=_0x311de7?0x0:_0x3539af['data']['baseVersion'];if(_0x5b55f0['forEach'](_0x4a7a5c=>{_0x4a7a5c['_isInit']=!0x0,_0x4a7a5c['createdAt']=_0x3539af['sessionCreatedAt'],_0x4a7a5c['_authorId']=null;}),_0x311de7)_0x3aaab2=_0x5b55f0,this['_applyOperationsSet'](_0x3aaab2,_0x311de7);else{if(_0x3539af['initData']){const _0x2c128c=this['_getOperationsFromInitData'](_0x3539af['initData']);this['_document']['history']['version']=-_0x2c128c['length'],_0x2c128c['forEach'](_0x33e1dc=>{_0x33e1dc['baseVersion']-=_0x2c128c['length'],_0x33e1dc['createdAt']=_0x3539af['sessionCreatedAt'],_0x33e1dc['_isInit']=!0x0,_0x33e1dc['_authorId']=null;}),this['_applyOperationsSet'](_0x2c128c,!0x0),this['serverHistory']['version']=-_0x2c128c['length']+this['_offset'],this['_updateServerHistory'](_0x2c128c);}this['_document']['history']['version']=_0x36e036,_0x3aaab2=this['_decompressOperations'](_0x3539af['data'],_0x3539af['metadata']),await this['_fetchMissingUsers'](_0x3aaab2),this['_applyOperationsSet'](_0x3aaab2,_0x311de7);}_0x3539af['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x3aaab2,_0x3539af['lastOperationId']),this['_lastSyncedOperationId']=_0x3539af['lastOperationId']),this['serverHistory']['version']=_0x36e036+this['_offset'],this['_updateServerHistory'](_0x3aaab2),_0x5b55f0['filter'](_0x26689a=>{const _0x623742=this['_getAffectedRoot'](_0x26689a);return _0x623742&&!this['_knownRootNames']['has'](_0x623742);})['forEach']((_0x4cf656,_0x2bfa1a)=>{_0x4cf656['baseVersion']=this['_document']['version']+_0x2bfa1a,this['_saveOperationInBuffer'](_0x4cf656);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x28d27d,_0x24ed83){const _0x2902b7=_0x24ed83&&_0x24ed83['message'];if(_0x2902b7&&_0x2902b7['startsWith']('realtimecollaborationclient'))throw _0x24ed83;const _0x429fe5=this['editor']['plugins']['get'](c);throw this['_isPendingUpdate']=!0x0,_0x429fe5['disconnect'](),this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x4d96e3(_0x28d27d,this['editor'],_0x2902b7?{'originalError':_0x2902b7}:void 0x0);}['_saveOperationInBuffer'](_0xcf26c2){this['_knownOperations']['has'](_0xcf26c2)||(this['_knownOperations']['add'](_0xcf26c2),this['_bufferedOperations']['push'](_0xcf26c2),this['_pendingAction']||'marker'==_0xcf26c2['type']&&!_0xcf26c2['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x373f8b=!0x1){!_0x373f8b&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x3aef5a=>{_0x3aef5a&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x3b2b55=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x52bfa4){return _0x52bfa4['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x52bfa4['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x52bfa4['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x3b2b55)||this['_crash'](_0x3b2b55['message'],_0x3b2b55);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x2f7b60=>{this['on']('change:_isPendingUpdate',()=>{_0x2f7b60();});});}async['_sendBufferedOperations'](){const _0x4b6bc3=this['editor']['plugins']['get'](K);if(this['_shouldSendSelectionUpdate']()&&(_0x4b6bc3['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x1b7f8d=[...this['_bufferedOperations']];for(const _0x26ec8b of _0x1b7f8d)_0x26ec8b['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x26ec8b);const _0x264eb5=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x1b7f8d),_0x5ae5b2=Y++,_0x162e83=this['_compressOperations'](_0x1b7f8d),_0x119fb2=await this['_service']['sendOperations'](_0x162e83,_0x162e83['baseVersion'],_0x264eb5);try{return await this['_handleServerResponse'](_0x1b7f8d,_0x119fb2,_0x5ae5b2);}catch(_0x37116a){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x37116a);}}async['_handleServerResponse'](_0x1189d3,_0x17f5b7,_0x3375e8){if('error'in _0x17f5b7)throw _0x17f5b7['error'];let _0x5c7d33=!0x1;if(_0x17f5b7['wereChangesApplied']){_0x17f5b7['lastOperationId']&&(this['_lastSyncedOperationId']=_0x17f5b7['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x158960=>!_0x1189d3['includes'](_0x158960));for(const _0x1f8540 of _0x1189d3)_0x1f8540['createdAt']='lastOperationAcceptedAt'in _0x17f5b7&&_0x17f5b7['lastOperationAcceptedAt']||void 0x0;tt(_0x1189d3,_0x17f5b7['version']-_0x1189d3['length']),this['_updateServerHistory'](_0x1189d3);const _0x64bbe6=_0x1189d3['filter'](_0x262ce1=>{if(!_0x262ce1['_isInit'])return!0x1;const _0x4a663a=this['_getAffectedRoot'](_0x262ce1);return _0x4a663a&&!this['_knownRootNames']['has'](_0x4a663a);});tt(_0x64bbe6,this['_document']['version']),this['_applyOperationsSet'](_0x64bbe6),_0x5c7d33=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x159814=this['_decompressOperations'](_0x17f5b7['data'],_0x17f5b7['metadata'])['filter'](_0x239f99=>_0x239f99['baseVersion']>=this['_lastServerVersion']);_0x159814['forEach'](_0x3d7047=>this['_addKnownRoot'](_0x3d7047)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x49f879=>!_0x49f879['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x49f879))),this['_bufferedOperations']['length']&&tt(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x159814),_0x5c7d33=this['_handleExternalOperations'](_0x159814,_0x17f5b7['version'],_0x17f5b7['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x5c7d33?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x11c6e4,_0x360ae2,_0xf3cfc1){try{const _0x16c1fc={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0xbeeced,operationsB:_0x28cd34,originalOperations:_0xa28be9}=_0x3ee58a(_0x11c6e4,this['_bufferedOperations'],_0x16c1fc);tt(_0xbeeced,this['_document']['version']),tt(_0x28cd34,_0x360ae2);for(const _0x34ddd5 of _0xbeeced){const _0x38cae1=_0xa28be9['get'](_0x34ddd5);_0x34ddd5['_authorId']=_0x38cae1?_0x38cae1['_authorId']:null;}_0xf3cfc1&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x11c6e4,_0xf3cfc1),this['_lastSyncedOperationId']=_0xf3cfc1),this['_bufferedOperations']=[..._0x28cd34],this['_applyOperationsSet'](_0xbeeced),this['_updateServerHistory'](_0x11c6e4);}catch(_0x48fe85){return console['error'](_0x48fe85),!0x1;}return!0x0;}['_applyOperationsSet'](_0x2474d9,_0x417864=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x4c1ec8=>{for(const _0x2f18c8 of _0x2474d9)this['_knownOperations']['add'](_0x2f18c8),this['_addKnownRoot'](_0x2f18c8),_0x4c1ec8['batch']['addOperation'](_0x2f18c8),this['editor']['model']['applyOperation'](_0x2f18c8);});}['_addKnownRoot'](_0xaf1060){const _0x3a9fa7=this['_getAffectedRoot'](_0xaf1060);_0x3a9fa7&&this['_knownRootNames']['add'](_0x3a9fa7);}['_getAffectedRoot'](_0x3c07bc){let _0x292059,_0x5135b3;switch(_0x3c07bc['type']){case'insert':_0x292059=_0x3c07bc['position']['root'];break;case'marker':if(_0x5135b3=_0x3c07bc['newRange'],!_0x5135b3)return null;_0x292059=_0x5135b3['root'];break;case'addRootAttribute':_0x292059=_0x3c07bc['root'];break;case'addRoot':_0x292059=_0x3c07bc['affectedSelectable'];break;case'move':_0x292059=_0x3c07bc['targetPosition']['root'];break;default:return null;}return _0x292059['rootName'];}['_updateServerHistory'](_0x39a3d5){_0x39a3d5['forEach'](_0x1625c0=>{const _0x2fdade=_0x1625c0['clone']();_0x2fdade['_authorId']=_0x1625c0['_authorId'],_0x2fdade['_isInit']=!!_0x1625c0['_isInit'],_0x2fdade['createdAt']=_0x1625c0['createdAt'],_0x2fdade['baseVersion']+=this['_offset'],_0x1625c0['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x2fdade),this['serverHistory']['addOperation'](_0x2fdade);});}['_handleReconnectionError'](_0x4596ad){const _0x2d78e6=this['editor']['plugins']['get']('Notification'),_0x3390ca=this['editor']['locale'];_0x4596ad||(_0x4596ad=J(_0x3390ca,'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.')),_0x2d78e6['showWarning'](_0x4596ad,{'title':J(_0x3390ca,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['disconnect']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x2bafbc)['add'](J(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x2bafbc)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x56a623){const _0x207d1f=_0x56a623['map'](_0x1e8749=>_0x1e8749['toJSON']());return this['_compressor']['compress'](_0x207d1f);}['_decompressOperations'](_0xf7df85,_0xdbfc18){return this['_compressor']['decompress'](_0xf7df85)['map']((_0xeb60aa,_0x330035)=>{const _0xb4eb56='init'==_0xdbfc18[_0x330035]['type'];if('InsertOperation'==_0xeb60aa['__className']){const _0xc94a6c=_0xeb60aa['position']['root'];!this['_document']['getRoot'](_0xc94a6c)&&(this['_document']['createRoot']('$root',_0xc94a6c)['_isAttached']=!0x1);}const _0x5589f4=_0x2c9623['fromJSON'](_0xeb60aa,this['_document']);return _0x5589f4['wasUndone']=_0xeb60aa['wasUndone'],_0x5589f4['_isInit']=_0xb4eb56,_0x5589f4['_authorId']=_0xb4eb56?null:_0xdbfc18[_0x330035]['userId'],_0x5589f4['_isDisconnection']='cs:removeUser'===_0xdbfc18[_0x330035]['type'],_0x5589f4['createdAt']=_0xdbfc18[_0x330035]['createdAt'],_0x5589f4;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x4790d8=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x4790d8&&_0x4790d8['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class Z extends Error{}function tt(_0x304707,_0x261038){for(const _0x5b0b3a of _0x304707)_0x5b0b3a['baseVersion']=_0x261038++;}class it{['_ignoredOperations'];['_operationToId'];constructor(_0x92dec7){this['_ignoredOperations']=_0x92dec7,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x3120cb){let _0x5e1fe9=_0x3120cb['length'];for(;_0x5e1fe9--;){const _0x1f8497=_0x3120cb[_0x5e1fe9];if(!this['_ignoredOperations']['has'](_0x1f8497)){if(!this['_operationToId']['has'](_0x1f8497)){const _0x3e6690=_0x12a6a6()['slice'](0x1,0x12);this['_operationToId']['set'](_0x1f8497,_0x3e6690);}return this['_operationToId']['get'](_0x1f8497);}}}['setIdForTheLastOperation'](_0x2b2838,_0x1f10d5){if(!_0x1f10d5)return;let _0x463f1c=_0x2b2838['length'];for(;_0x463f1c--;){const _0x796f0b=_0x2b2838[_0x463f1c];this['_ignoredOperations']['has'](_0x796f0b)||this['_operationToId']['set'](_0x796f0b,_0x1f10d5);}}}class n extends _0x1019fd{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x1dfa64{static ['CommentsService']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>_0x3e6ed9)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x885727];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xfa9475){super(_0xfa9475),this['_services']=new Map();}async['init'](){const _0x39bbac=this['context'],_0x3da5c6=_0x39bbac['plugins']['get']('CommentsRepository');if(_0x39bbac['plugins']['get'](c)['addToReconnectionStack'](this),_0x3da5c6['adapter']={'addCommentThread':async({channelId:_0x52f427,threadId:_0x15b733,comments:_0x4adb1a,resolvedAt:_0x1d46b5,resolvedBy:_0x3346d9,context:_0x15088a,attributes:_0x4a12b8})=>{const _0x5e52f0=await this['_getService'](_0x52f427)['addCommentThread']({'commentThreadId':_0x15b733,'comments':_0x4adb1a['map'](_0x52b548=>function(_0x3334f9,_0x11fc77,_0x61528){return{'commentThreadId':_0x61528,'commentId':_0x3334f9['commentId'],'userId':_0x3334f9['authorId'],'content':_0x3334f9['content'],'documentId':_0x11fc77,'createdAt':_0x3334f9['createdAt'],'attributes':_0x3334f9['attributes']||{}};}(_0x52b548,_0x52f427,_0x15b733)),'resolvedAt':_0x1d46b5,'resolvedBy':_0x3346d9,'context':_0x15088a,'attributes':_0x4a12b8})['catch'](dt);return{'threadId':_0x5e52f0['commentThreadId'],'comments':_0x5e52f0['comments']};},'getCommentThread':async({channelId:_0x14efb5,threadId:_0x1bee13})=>{const _0x4a0c82=await this['_getService'](_0x14efb5)['getCommentThread'](_0x1bee13)['catch'](dt);return _0x4a0c82['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x4a0c82]),{'threadId':_0x4a0c82['commentThreadId'],'comments':_0x4a0c82['comments']['map'](S),'context':_0x4a0c82['context'],'resolvedAt':_0x4a0c82['resolvedAt'],'resolvedBy':_0x4a0c82['resolvedBy'],'attributes':_0x4a0c82['attributes']||{}});},'updateCommentThread':async({channelId:_0x3751fa,threadId:_0x551464,context:_0x1eb1b6,unlinkedAt:_0x2afe80,attributes:_0x31d12f})=>this['_getService'](_0x3751fa)['updateCommentThread']({'commentThreadId':_0x551464,'context':_0x1eb1b6,'attributes':_0x31d12f,'unlinkedAt':_0x2afe80})['catch'](B)['catch'](dt),'resolveCommentThread':async({channelId:_0x258aeb,threadId:_0x44417c})=>{const _0x273530=await this['_getService'](_0x258aeb)['resolveCommentThread'](_0x44417c)['catch'](B)['catch'](dt);return{'threadId':_0x273530['commentThreadId'],'resolvedAt':_0x273530['resolvedAt'],'resolvedBy':_0x273530['resolvedBy']};},'reopenCommentThread':async({channelId:_0xafa393,threadId:_0x192abd})=>this['_getService'](_0xafa393)['reopenCommentThread'](_0x192abd)['catch'](B)['catch'](dt),'removeCommentThread':({channelId:_0x2d3440,threadId:_0x1438b0})=>this['_getService'](_0x2d3440)['removeCommentThread'](_0x1438b0)['catch'](B)['catch'](dt),'addComment':({channelId:_0x22c18b,threadId:_0x56bb1f,commentId:_0x5c754f,content:_0x46d65a,attributes:_0x55ec0d})=>this['_getService'](_0x22c18b)['addComment'](_0x56bb1f,_0x5c754f,_0x46d65a,_0x55ec0d)['catch'](dt),'updateComment':({channelId:_0x18bee9,threadId:_0x1cec83,commentId:_0x3f6d4b,content:_0x62b756,attributes:_0x3b6ad8})=>this['_getService'](_0x18bee9)['updateComment'](_0x1cec83,_0x3f6d4b,_0x62b756,_0x3b6ad8)['catch'](B)['catch'](dt),'removeComment':({channelId:_0x433091,threadId:_0x181ff0,commentId:_0x25c9e4})=>this['_getService'](_0x433091)['removeComment'](_0x181ff0,_0x25c9e4)['catch'](B)['catch'](dt)},_0x39bbac instanceof _0x5f424d){const _0x47d5e2=_0x39bbac['config']['get']('collaboration.channelId'),_0x424ac3=_0x39bbac['plugins']['get'](i);await this['_setUpService'](_0x47d5e2);const _0x58e64d=await this['_services']['get'](_0x47d5e2)['getConnectedSessions']();this['listenTo'](_0x424ac3,'sessionAdd:'+_0x47d5e2,(_0x3cb1f6,{session:_0x5d99df})=>{_0x5d99df['id']===_0x424ac3['mySessionId']&&(_0x3cb1f6['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x5d99df['permissions'],_0x47d5e2));}),_0x424ac3['register'](_0x47d5e2,_0x58e64d);}}async['_setUpService'](_0x3faf9d){if(this['_services']['has'](_0x3faf9d))throw new _0x4d96e3('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x3faf9d});const _0xc96c5b=this['context']['plugins']['get']('CommentsRepository'),_0x3c3dc6=new a['CommentsService'](_0x3faf9d);this['_services']['set'](_0x3faf9d,_0x3c3dc6),this['listenTo'](_0x3c3dc6,'commentThreadAdded',(_0x4830fb,_0x107926)=>{const {commentThreadId:_0x4c5ca7,documentId:_0x809b85,context:_0x44360f,attributes:_0x4fb500,resolvedAt:_0x535957,resolvedBy:_0x118f13,comments:_0x549a8b}=_0x107926;_0xc96c5b['getCommentThread'](_0x4c5ca7)||_0xc96c5b['addCommentThread']({'threadId':_0x4c5ca7,'channelId':_0x809b85,'comments':_0x549a8b?_0x549a8b['map'](S):[],'context':_0x44360f,'attributes':_0x4fb500,'resolvedAt':_0x535957,'resolvedBy':_0x118f13,'isFromAdapter':!0x0});}),this['listenTo'](_0x3c3dc6,'commentThreadUpdated',(_0x1eb662,{commentThreadId:_0x586e4a,documentId:_0x52b966,context:_0x30a423,unlinkedAt:_0xf3f120,attributes:_0x46eca0})=>{_0xc96c5b['getCommentThread'](_0x586e4a)&&_0xc96c5b['updateCommentThread']({'threadId':_0x586e4a,'channelId':_0x52b966,'context':_0x30a423,'unlinkedAt':_0xf3f120,'attributes':_0x46eca0,'isFromAdapter':!0x0});}),this['listenTo'](_0x3c3dc6,'commentThreadResolved',(_0x579e2b,{commentThreadId:_0x3ce9b9,resolvedBy:_0x242697,resolvedAt:_0x56a3b7})=>{const _0x5ce9d5=_0xc96c5b['getCommentThread'](_0x3ce9b9);_0x5ce9d5&&_0x5ce9d5['resolve']({'resolvedBy':_0x242697,'resolvedAt':_0x56a3b7,'isFromAdapter':!0x0});}),this['listenTo'](_0x3c3dc6,'commentThreadReopened',(_0x3532c4,{commentThreadId:_0x55a5ed})=>{const _0x128583=_0xc96c5b['getCommentThread'](_0x55a5ed);_0x128583&&_0x128583['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x3c3dc6,'commentThreadRemoved',(_0x2c01de,{commentThreadId:_0x484ad5})=>{const _0x1e59d4=_0xc96c5b['getCommentThread'](_0x484ad5);_0x1e59d4&&_0x1e59d4['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x3c3dc6,'commentAdded',(_0x518ced,_0x150127)=>{const _0x270c63=_0x150127['commentThreadId'],_0x92295=_0xc96c5b['getCommentThread'](_0x270c63);_0x92295&&_0x92295['addComment']({...S(_0x150127),'isFromAdapter':!0x0});}),this['listenTo'](_0x3c3dc6,'commentUpdated',(_0x37926f,{commentThreadId:_0x564957,commentId:_0x2af3fa,content:_0x49ef65,attributes:_0x4a1705})=>{const _0x4fbda8=_0xc96c5b['getCommentThread'](_0x564957);if(_0x4fbda8){const _0x4fe193=_0x4fbda8['getComment'](_0x2af3fa);_0x4fe193&&_0x4fe193['update']({'content':_0x49ef65,'attributes':_0x4a1705,'isFromAdapter':!0x0});}}),this['listenTo'](_0x3c3dc6,'commentRemoved',(_0x19115b,{commentThreadId:_0x4ed109,commentId:_0x80ea5})=>{const _0x45fa98=_0xc96c5b['getCommentThread'](_0x4ed109);if(_0x45fa98){const _0x1aa806=_0x45fa98['getComment'](_0x80ea5);_0x1aa806&&_0x1aa806['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x3faf9d);}['destroy'](){if(this['context']instanceof _0x5f424d){const _0x49e76e=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x49e76e);}}['_terminateService'](_0x3e0e20){if(!this['_services']['has'](_0x3e0e20))throw new _0x4d96e3('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x3e0e20});this['_getService'](_0x3e0e20)['disconnect'](),this['_services']['delete'](_0x3e0e20);}async['reconnect'](){for(const _0x5258f6 of this['_services']['keys']())await this['_connectService'](_0x5258f6);if(this['context']instanceof _0x5f424d){const _0x4c8f51=this['context']['config']['get']('collaboration.channelId'),_0x3ac3ea=this['context']['plugins']['get'](i);_0x3ac3ea['unregister'](_0x4c8f51);const _0x13ab05=await this['_services']['get'](_0x4c8f51)['getConnectedSessions']();_0x3ac3ea['register'](_0x4c8f51,_0x13ab05);}}async['_connectService'](_0x2ee988){const {connection:_0x192ea6}=this['context']['plugins']['get'](c),_0x34a9a2=this['context']['plugins']['get']('CommentsRepository'),_0x3f072c=this['_services']['get'](_0x2ee988),_0x54f839=await _0x3f072c['connect'](_0x192ea6);await this['_fetchMissingUsersForThreads'](_0x54f839);const _0x216b10=new Set(Array['from'](_0x34a9a2['getCommentThreads']({'channelId':_0x2ee988}),_0x5e592a=>_0x5e592a['id']));for(const _0x1e5569 of _0x54f839)_0x1e5569['deletedAt']||_0x216b10['delete'](_0x1e5569['commentThreadId']);for(const _0x3705ae of _0x216b10)_0x34a9a2['getCommentThread'](_0x3705ae)['remove']({'isFromAdapter':!0x0});for(const _0x272801 of _0x54f839){let _0x29836f=_0x34a9a2['getCommentThread'](_0x272801['commentThreadId']);const {commentThreadId:_0x29ca00,context:_0x3b8349,attributes:_0x2822d5,resolvedBy:_0x4ffdbd,resolvedAt:_0x8dd91c,unlinkedAt:_0x498a2f,deletedAt:_0x25b7ea}=_0x272801;if(_0x25b7ea)continue;_0x29836f||(_0x29836f=_0x34a9a2['addCommentThread']({'channelId':_0x2ee988,'threadId':_0x29ca00,'context':_0x3b8349,'attributes':_0x2822d5||{},'resolvedBy':_0x4ffdbd,'resolvedAt':_0x8dd91c,'unlinkedAt':_0x498a2f,'isFromAdapter':!0x0}));const _0x1d20ba=new Set(Array['from'](_0x29836f['comments'],_0x213b69=>_0x213b69['id']));for(const _0x443034 of _0x272801['comments'])_0x1d20ba['delete'](_0x443034['commentId']);for(const _0x2ba7d8 of _0x1d20ba)_0x29836f['getComment'](_0x2ba7d8)['remove']({'isFromAdapter':!0x0});for(const _0x384411 of _0x272801['comments']){const _0x152638=_0x29836f['getComment'](_0x384411['commentId']);_0x152638?_0x152638['content']!==_0x384411['content']&&_0x152638['update']({'content':_0x384411['content'],'isFromAdapter':!0x0}):_0x29836f['addComment'](Object['assign'](S(_0x384411),{'isFromAdapter':!0x0}));}}}['_getService'](_0x1762d3){if(!this['_services']['has'](_0x1762d3))throw new _0x4d96e3('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x1762d3});return this['_services']['get'](_0x1762d3);}async['_fetchMissingUsersForThreads'](_0x576f8b){const _0x4f8de3=this['context']['plugins']['get'](_0x885727),{connection:_0x548427}=this['context']['plugins']['get'](c),_0x140325=new Set();for(const {resolvedBy:_0x4c2edf,comments:_0x22c0e8}of _0x576f8b){_0x4c2edf&&!_0x4f8de3['getUser'](_0x4c2edf)&&_0x140325['add'](_0x4c2edf);for(const {userId:_0x498501}of _0x22c0e8)_0x4f8de3['getUser'](_0x498501)||_0x140325['add'](_0x498501);}if(0x0===_0x140325['size'])return;const _0x4f3ef5=await lt['getMany'](_0x548427,Array['from'](_0x140325));for(const _0x4f3531 of _0x4f3ef5)_0x4f8de3['getUser'](_0x4f3531['id'])||_0x4f8de3['addUser'](_0x4f3531);}}async function B(_0x1a886b){if('404'!==_0x1a886b['code'])throw _0x1a886b;}function dt(_0x4aa91a){if((_0x361681=_0x4aa91a)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x361681['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x361681['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x361681;throw _0x4aa91a;}function S(_0x403bfc){return{'threadId':_0x403bfc['commentThreadId'],'commentId':_0x403bfc['commentId'],'content':_0x403bfc['content'],'createdAt':_0x403bfc['createdAt'],'authorId':_0x403bfc['userId'],'attributes':_0x403bfc['attributes']||{}};}class f extends _0x1019fd{static ['TrackChangesService']=/* #__PURE__ -- @preserve */
|
|
27
|
+
((()=>et)());['_bufferedRequests'];['_trackChangesService'];static get['requires'](){return[a,'TrackChangesEditing',c];}static get['pluginName'](){return'CloudServicesTrackChangesAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x51d0d1){super(_0x51d0d1);const _0x1516cf=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new f['TrackChangesService'](_0x1516cf);}['init'](){const _0x4f2fc0=this['editor']['plugins']['get'](c),_0x1fb6e0=this['editor']['plugins']['get']('TrackChangesEditing');return _0x1fb6e0['adapter']={'getSuggestion':async _0x415ce4=>{await this['_waitForServiceReady']();const _0x3bd2c2=await this['_trackChangesService']['get'](_0x415ce4)['catch'](R);return await this['_fetchMissingUsersForThreads']([_0x3bd2c2]),_0x3bd2c2;},'addSuggestion':async({id:_0x16db42,type:_0x3808f3,data:_0xc76878,originalSuggestionId:_0x5c3dc9,attributes:_0x5ae6d7})=>{await this['_waitForServiceReady']();const _0x1a23fb={'id':_0x16db42,'type':_0x3808f3,'data':_0xc76878,'originalSuggestionId':_0x5c3dc9,'attributes':_0x5ae6d7},_0x503a3f=await this['_trackChangesService']['add'](_0x16db42,_0x3808f3,_0xc76878,_0x5c3dc9,_0x5ae6d7)['catch'](_0x1c4459=>{if(ut(_0x1c4459))return new Promise(_0x601c5a=>{this['_bufferedRequests']['set'](_0x16db42,{'resolve':_0x601c5a,'suggestionData':_0x1a23fb});});throw _0x1c4459;});return this['_bufferedRequests']['delete'](_0x16db42),_0x503a3f;},'updateSuggestion':async(_0x3d13d0,_0x53819c)=>{if(await this['_waitForServiceReady'](),'open'!==_0x53819c['state'])return this['_trackChangesService']['update'](_0x3d13d0,_0x53819c)['catch'](R);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0x448a4a,_0x19743c)=>{_0x1fb6e0['hasSuggestion'](_0x19743c['id'])&&(_0x1fb6e0['getSuggestion'](_0x19743c['id'])['attributes']=_0x19743c['attributes']);}),this['_trackChangesService']['connect'](_0x4f2fc0['connection'])['then'](_0x10d2d6=>(_0x4f2fc0['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0x10d2d6)['then'](()=>{for(const _0x3ecd7c of _0x10d2d6){_0x1fb6e0['addSuggestionData'](_0x3ecd7c)['_saved']=!0x0;}})));}async['reconnect'](){const _0x1f5c3e=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x5eef6b}=this['editor']['plugins']['get'](c),_0x220cac=await this['_trackChangesService']['connect'](_0x5eef6b);await this['_fetchMissingUsersForThreads'](_0x220cac);for(const {suggestionData:_0x18c888,resolve:_0x7551aa}of this['_bufferedRequests']['values']()){let _0x58ef8f=_0x220cac['find'](_0x43e5b9=>_0x43e5b9['id']===_0x18c888['id']);_0x58ef8f||(_0x58ef8f=await this['_trackChangesService']['add'](_0x18c888['id'],_0x18c888['type'],_0x18c888['data'],_0x18c888['originalSuggestionId'])),_0x7551aa(_0x58ef8f);}for(const _0x386704 of _0x220cac)_0x1f5c3e['hasSuggestion'](_0x386704['id'])||_0x1f5c3e['addSuggestionData'](_0x386704);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x35a7ff=>{this['listenTo'](this['_trackChangesService'],'connected',_0x25fb5c=>{_0x25fb5c['off'](),_0x35a7ff();});});}async['_fetchMissingUsersForThreads'](_0x17e7fd){const _0x54d86b=this['editor']['plugins']['get'](_0x885727),{connection:_0x2cd7f0}=this['editor']['plugins']['get'](c),_0xe3071c=new Set();for(const {authorId:_0x824133}of _0x17e7fd)_0x54d86b['getUser'](_0x824133)||_0xe3071c['add'](_0x824133);if(0x0===_0xe3071c['size'])return;const _0x21f80a=await lt['getMany'](_0x2cd7f0,Array['from'](_0xe3071c));for(const _0x5bd867 of _0x21f80a)_0x54d86b['getUser'](_0x5bd867['id'])||_0x54d86b['addUser'](_0x5bd867);}}function R(_0x1e4b4f){if(ut(_0x1e4b4f))return new Promise(()=>{});throw _0x1e4b4f;}function ut(_0xb58430){return _0xb58430['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0xb58430['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class m extends _0x1019fd{static get['requires'](){return['Comments',a,n,c];}static get['pluginName'](){return'RealTimeCollaborativeComments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x5d7f0f=this['editor']['plugins']['get'](c),_0x147f5a=this['editor']['plugins']['get']('CommentsEditing'),_0x13d0ba=this['editor']['plugins']['get'](a);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0x5d7f0f,'change:state',(_0x547aeb,_0x4ab2f6,_0x2154f8)=>{_0x147f5a['isThreadsLoadingPaused']='connected'!==_0x2154f8;});}),this['listenTo'](_0x5d7f0f,'change:state',(_0x538f8f,_0x5d19e1,_0x41cc62)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0x41cc62);}),_0x13d0ba['_setUpService'](this['editor']['config']['get']('collaboration.channelId'));}['destroy'](){this['editor']['plugins']['get'](a)['_terminateService'](this['editor']['config']['get']('collaboration.channelId')),super['destroy']();}}class p extends _0x1019fd{static get['requires'](){return[m,f,'TrackChanges'];}static get['pluginName'](){return'RealTimeCollaborativeTrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class u extends _0x1019fd{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
|
|
28
|
+
((()=>_0x570520)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[c,l,'RevisionTracker',i,_0x885727];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x28d734){super(_0x28d734);const _0x253882=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x253882);}async['init'](){const _0x39fd6a=this['editor']['plugins']['get'](l),_0x3bfecf=_0x39fd6a['serverHistory'],_0xb2bf3f=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x3bfecf,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x39fd6a['sessionId']});const _0x331560=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x28d241=await _0x39870e['isBundleUploaded'](_0xb2bf3f['connection'],_0x331560);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x1ef314})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x1ef314)),'updateRevisions':async _0x52fba9=>{await this['_waitForServiceReady']();const _0x19bef9=this['_revisionTracker']['currentRevision'];if(_0x28d241&&0x1===_0x52fba9['length']&&_0x52fba9[0x0]['id']===_0x19bef9['id'])return _0x52fba9;for(const _0x5c6e00 of _0x52fba9)_0x5c6e00['id']===_0x19bef9['id']&&(_0x5c6e00['isEmptyCurrent']=_0x5c6e00['fromVersion']===_0x5c6e00['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x52fba9,this['_lastRequestId'])['then'](_0x3d4e20=>(this['_lastRequestId']=_0x3d4e20,_0x52fba9))['catch'](_0x138170=>{if(U(_0x138170)||'400'===_0x138170['code']&&void 0x0!==_0x138170['data']['wrongRequestId']){for(const _0x275716 of _0x52fba9){!this['_revisionTracker']['repository']['getRevision'](_0x275716['id'])||this['_revisionTracker']['_bufferUpdate'](_0x275716['id'],_0x275716,!0x1);}if(U(_0x138170))throw _0x138170;return _0x52fba9;}throw _0x138170;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x9604ae,{revisionsData:_0x188fdd,requestId:_0x3d78bc})=>{Math['max'](..._0x188fdd['map'](_0x37fb6d=>_0x37fb6d['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x188fdd,_0x3d78bc);}):this['_handleRevisionsUpdate'](_0x188fdd,_0x3d78bc);});const {revisions:_0x1b3916,requestId:_0x32c098}=await this['_revisionHistoryService']['connect'](_0xb2bf3f['connection']);_0xb2bf3f['addToReconnectionStack'](this),this['_lastRequestId']=_0x32c098,await this['_fetchMissingUsers'](_0x1b3916);for(const _0x166bc6 of _0x1b3916)this['_revisionTracker']['addRevisionData'](_0x166bc6);this['listenTo'](_0x39fd6a,'change:_isConnected',(_0x1aa6aa,_0x52fe45,_0x1d7113)=>{_0x1d7113&&(this['_oldOffset']=_0x39fd6a['_offset'],_0x1aa6aa['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0xb2bf3f,'state',_0x22798c=>_0x22798c===_0x3e6696['CONNECTED']);}async['reconnect'](){const _0x49063f=this['editor']['plugins']['get'](c),_0x35fc82=this['editor']['plugins']['get'](l),_0x1f0156=async()=>{const _0x1c3aa9=this['_revisionTracker']['currentRevision'],_0x2108e4=_0x1c3aa9['id'],_0x4d22fe=_0x2108e4!==_0x35fc82['sessionId'];if(_0x4d22fe){const _0x10232e=_0x35fc82['_offset']-this['_oldOffset'],_0x32b3b1=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x1c3aa9['toVersion']+_0x10232e!==_0x32b3b1){const _0x18c1a8=_0x1c3aa9['fromVersion']+_0x10232e,_0x5c04df=this['editor']['plugins']['get'](_0x885727),_0x1ed8fc=this['_revisionTracker']['buildRevisionData']({'revision':_0x1c3aa9,'from':_0x18c1a8,'to':_0x32b3b1});_0x1ed8fc['id']=_0x1c3aa9['id'];const _0x2c9c48=_0x1ed8fc['authorsIds']['map'](_0x1fca6c=>_0x5c04df['getUser'](_0x1fca6c));_0x1c3aa9['_update']({..._0x1ed8fc,'authors':_0x2c9c48},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x1c3aa9['id'],_0x1ed8fc,!0x0);}this['_revisionTracker']['_startingVersion']=_0x32b3b1,(_0x1c3aa9['toVersion']===_0x1c3aa9['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x2108e4)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x2108e4),this['_revisionTracker']['_createCurrentRevision'](_0x32b3b1));}const {revisions:_0x5daef3,requestId:_0x4baf34}=await this['_revisionHistoryService']['reconnect'](_0x49063f['connection'],this['_lastRequestId']);_0x4d22fe&&_0x5daef3['length']>0x0?_0x35fc82['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x5daef3),this['_handleRevisionsUpdate'](_0x5daef3,_0x4baf34),this['_revisionTracker']['sendBufferedUpdates']());};return _0x35fc82['_isConnected']?_0x1f0156():new Promise((_0x56c93f,_0x705fb7)=>{_0x35fc82['once']('change:_isConnected',()=>{_0x1f0156()['then'](_0x56c93f)['catch'](_0x705fb7);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x57c739=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0xc7dd6d=>{_0xc7dd6d['off'](),_0x57c739();});});}['_getLatestVersionFromServerOperations'](){const _0x315fab=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x10ab12 of _0x315fab)if('marker'!==_0x10ab12['type']||_0x10ab12['affectsData'])return _0x10ab12['baseVersion']+0x1;}['_getLatestVersion'](){const _0x787090=this['editor']['plugins']['get'](l);return new Promise(_0x26ef1f=>{_0x787090['_isPendingUpdate']?_0x787090['once']('change:_isPendingUpdate',()=>{_0x26ef1f(this['_getLatestVersionFromServerOperations']());}):_0x26ef1f(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x8aa5c3,_0x160b3f){const _0xe31941=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x160b3f;for(const _0x3782c5 of _0x8aa5c3){const _0x39959b=_0xe31941['getRevision'](_0x3782c5['id']);if(_0x39959b){if((_0x3782c5['fromVersion']||_0x3782c5['toVersion'])&&(_0x3782c5['diffData']=null),_0x39959b===this['_revisionTracker']['currentRevision']){const _0x3fd8d4=Math['max'](_0x39959b['toVersion'],_0x3782c5['toVersion']),_0x474bac=Math['max'](_0x39959b['fromVersion'],_0x3782c5['fromVersion']);let _0x327eaa;_0x39959b['toVersion']===_0x3782c5['toVersion']&&_0x39959b['fromVersion']===_0x3782c5['fromVersion']?(_0x327eaa=!0x0,this['_preventResendingRevisionData'](_0x3782c5)):_0x3782c5['toVersion']===_0x3fd8d4&&_0x3782c5['fromVersion']===_0x474bac?_0x327eaa=!0x1:(_0x39959b['toVersion']===_0x3fd8d4&&_0x39959b['fromVersion']===_0x474bac||this['_fixRevision']({'revision':_0x39959b,'from':_0x474bac,'to':_0x3fd8d4}),_0x327eaa=!0x0),_0x327eaa&&(delete _0x3782c5['fromVersion'],delete _0x3782c5['toVersion'],delete _0x3782c5['diffData'],delete _0x3782c5['createdAt'],delete _0x3782c5['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x3782c5),this['_preventResendingRevisionData'](_0x3782c5);}else this['_revisionTracker']['addRevisionData'](_0x3782c5);}const _0x5464cc=_0xe31941['getRevisions']();_0x5464cc['reverse']();for(let _0x32a09a=0x0;_0x32a09a<_0x5464cc['length']-0x1;_0x32a09a++){const _0x2c6be1=_0x5464cc[_0x32a09a],_0x122226=_0x5464cc[_0x32a09a+0x1];if(_0x2c6be1['fromVersion']<_0x122226['toVersion']){const _0x5e878f=_0x122226['toVersion'],_0x4438d0=Math['max'](_0x5e878f,_0x2c6be1['toVersion']);this['_fixRevision']({'revision':_0x2c6be1,'from':_0x5e878f,'to':_0x4438d0});}}}['_fixRevision']({revision:_0x1d2176,from:_0x1668d9,to:_0x2ce74d}={}){const _0x2cf74c=this['editor']['plugins']['get'](_0x885727),_0x25d691=this['_revisionTracker']['buildRevisionData']({'revision':_0x1d2176,'from':_0x1668d9,'to':_0x2ce74d});_0x25d691['authors']=_0x25d691['authorsIds']['map'](_0x586c3d=>_0x2cf74c['getUser'](_0x586c3d)),_0x1d2176['_update'](_0x25d691);}['_preventResendingRevisionData'](_0xe053de){const _0x2f0562={};_0x2f0562['id']=_0xe053de['id'];for(const _0x3032f2 of Object['keys'](_0xe053de))'id'!==_0x3032f2&&(_0x2f0562[_0x3032f2]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x2f0562['id'],_0x2f0562,!0x0);}async['_fetchMissingUsers'](_0x55460e){const _0x46902e=this['editor']['plugins']['get'](_0x885727),{connection:_0x161023}=this['editor']['plugins']['get'](c),_0x2ab9bf=new Set();for(const _0x27278c of _0x55460e){for(const _0x17e8ef of _0x27278c['authorsIds'])_0x51fab2(_0x17e8ef);_0x27278c['creatorId']&&_0x51fab2(_0x27278c['creatorId']);}if(0x0===_0x2ab9bf['size'])return;const _0x4078e2=await lt['getMany'](_0x161023,Array['from'](_0x2ab9bf));for(const _0x230d74 of _0x4078e2)_0x46902e['getUser'](_0x230d74['id'])||_0x46902e['addUser'](_0x230d74);function _0x51fab2(_0x5b5cc6){_0x46902e['getUser'](_0x5b5cc6)||_0x2ab9bf['add'](_0x5b5cc6);}}}function U(_0x256f7e){return _0x256f7e['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x256f7e['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x256f7e['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x1019fd{static get['requires'](){return['RevisionHistory',u,n];}static get['pluginName'](){return'RealTimeCollaborativeRevisionHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class ts extends _0x27818e{constructor(_0x27d516){super(_0x27d516);const _0x4b9a18=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x4b9a18['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x4b9a18['to']('usersCount',_0x15fcb3=>J(_0x27d516,'CONNECTED_USERS',_0x15fcb3))}]});}}class es extends _0x27818e{['items'];['keystrokes'];constructor(_0x4c62e1){super(_0x4c62e1);const _0xa1c4c=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x7c447a(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0xa1c4c['if']('hasPopup'),'aria-expanded':_0xa1c4c['to']('isExpanded',_0x2cf93f=>this['hasPopup']&&String(_0x2cf93f)),'aria-label':_0xa1c4c['to']('hasPopup',_0x36790e=>J(_0x4c62e1,_0x36790e?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0xa1c4c['to']('hasPopup',_0x46c056=>!!_0x46c056&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0xa1c4c['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0x4724ab,_0x3339ca,_0x5ee100)=>{this['element']&&(_0x5ee100?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 L extends _0x27818e{['counterView'];['inlineListView'];constructor(_0x2b05e5){super(_0x2b05e5);const _0x1a0850=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x2b05e5),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0xfc3288 of this['inlineListView']['items'])_0xfc3288['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',_0x1a0850['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x27818e{['listWrapperView'];constructor(_0x25095d,_0x5b5e75){super(_0x25095d),this['listWrapperView']=new ft(_0x25095d,_0x5b5e75),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':J(_0x25095d,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class ft extends _0x5d4a89{constructor(_0xba7d77,_0x50223b){super(_0xba7d77);const _0x7e2593=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x50223b?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x7e2593['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x7e2593['to']('role'),'aria-label':_0x7e2593['to']('ariaLabel'),'aria-labelledby':_0x7e2593['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x2b056c['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x343837=this['element'];_0x343837&&(this['_isScrollable']=Math['max'](_0x343837['scrollHeight'],_0x343837['clientHeight'])>0.8*window['innerHeight']);}}class k extends st{['userView'];constructor(_0x578db0,_0x365ff5,_0x63f8d1){super(_0x578db0);const _0x502a47=this['bindTemplate'];this['userView']=new rt(_0x578db0,_0x365ff5);const _0x137999={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x365ff5['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x365ff5['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x365ff5['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x63f8d1&&(_0x137999['tag']='button',_0x137999['on']={'click':_0x502a47['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x137999);}['focus'](){this['element']['focus']();}}class y extends _0x27818e{['userView'];['markerView'];constructor(_0xfd791c,_0x1c67af,_0x1fb0c3){super(_0xfd791c);const _0x34f9ae=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new rt(_0xfd791c,_0x1c67af),this['markerView']=new ct(_0xfd791c,_0x1c67af);const _0x4ef8ff=new ot(_0xfd791c);_0x4ef8ff['template']['tag']='span',_0x4ef8ff['text']=_0x1c67af['name'];const _0x2ae720={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x34f9ae['to']('isFocusable',_0x5a50f9=>!!_0x5a50f9&&0x0),'aria-labelledby':_0x4ef8ff['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x34f9ae['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x34f9ae['to']('hasTooltip',_0x4ef33a=>!_0x4ef33a),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x4ef8ff]};_0x1fb0c3&&(_0x2ae720['tag']='button',_0x2ae720['on']={'click':_0x34f9ae['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x2ae720);}}class ct extends _0x27818e{constructor(_0x37a397,_0x53fb85){super(_0x37a397),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x53fb85['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x1dfa64{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x3cca96){super(_0x3cca96),this['context']['config']['define']('presenceList',A);const _0x53f5f3=_0x3cca96['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x53f5f3)throw new _0x4d96e3('presencelist-collapseat-invalid-format',this);if(_0x53f5f3<0x1)throw new _0x4d96e3('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x297d4b(),this['balloonPanelView']=new _0x17d1c5(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x71d98b of this['_allConnectedUsers'])this['_handleUserAdd'](_0x71d98b);this['listenTo'](this['_allConnectedUsers'],'add',(_0x5a5a70,_0x161062)=>{this['_handleUserAdd'](_0x161062);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x2df726,_0x2c0065)=>{this['_handleUserRemove'](_0x2c0065);});}['_createView'](){const _0x11c28f=this['context'],_0x1ea92a=new L(this['context']['locale']),_0x5f125b=this['balloonPanelView'];if(!_0x41950a(_0x11c28f['config']['get']('presenceList.container')))throw new _0x4d96e3('presencelist-missing-container',this);return _0x1ea92a['counterView']['bind']('usersCount')['to'](this),_0x1ea92a['bind']('isCollapsed')['to'](this,'usersCount',_0x179759=>{const {collapseAt:_0x4e4dd0,displayMe:_0x25c700}=_0x11c28f['config']['get']('presenceList'),_0x57d916=_0x179759>=_0x4e4dd0;return _0x1ea92a['counterView']['isHidden']=!(0x1==_0x179759&&_0x25c700||_0x57d916),_0x57d916||this['hideDropdown'](),_0x57d916;}),_0x1ea92a['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x413f5e=>{const _0x10da0a=_0x11c28f['config']['get']('presenceList'),_0x280ac3=new y(_0x11c28f['locale'],_0x413f5e,!!_0x10da0a['onClick']);return _0x280ac3['bind']('hasTooltip')['to'](_0x1ea92a,'isCollapsed',_0x545040=>!_0x545040),_0x280ac3['bind']('isFocusable')['to'](_0x1ea92a,'isCollapsed',_0x21df2b=>!_0x21df2b),_0x10da0a['onClick']&&this['listenTo'](_0x280ac3,'execute',()=>{this['view']['isCollapsed']||_0x10da0a['onClick'](_0x413f5e,_0x280ac3['element']);}),_0x280ac3;}),this['listenTo'](_0x1ea92a['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0x1ea92a['inlineListView']['keystrokes']['set']('Enter',(_0x25cd00,_0x3d95a5)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x3d95a5());}),_0x1ea92a['render'](),_0x5f125b['render'](),_0x4bcaff({'emitter':_0x1ea92a,'activator':()=>_0x5f125b['isVisible'],'contextElements':[_0x5f125b['element'],_0x1ea92a['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x11c28f['config']['get']('presenceList.container')['appendChild'](_0x1ea92a['element']),this['_bodyCollection']=new _0x5b3c43(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x1ea92a;}['_handleUserAdd'](_0x3587dc){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x3587dc['isMe'])return;const _0xe70d13=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0xe70d13&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x32b0d5=_0x3587dc['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x3587dc,_0x32b0d5);}['_handleUserRemove'](_0x1a7c44){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0x1a7c44['id'])&&(this['currentDisplayedUsers']['remove'](_0x1a7c44['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x333367 of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x333367['id']))return void this['currentDisplayedUsers']['add'](_0x333367,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x154a41=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x154a41['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x1acb0d}=this['presenceDropdownView'];_0x1acb0d['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x1a6d42=>{if(!_0x154a41['displayMe']&&_0x1a6d42['isMe'])return null;const _0xcb147b=new k(this['context']['locale'],_0x1a6d42,!!_0x154a41['onClick']);return _0x154a41['onClick']&&this['listenTo'](_0xcb147b,'execute',()=>{_0x154a41['onClick'](_0x1a6d42,_0xcb147b['element']);}),_0xcb147b;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x1acb0d['focus'](),_0x1acb0d['checkIfScrollable']();const _0x107ff3=(_0x34fd6d,_0x581253)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x581253();};_0x1acb0d['keystrokes']['set']('Esc',_0x107ff3),_0x1acb0d['keystrokes']['set']('Shift+Tab',_0x107ff3),_0x1acb0d['keystrokes']['set']('Tab',(_0x1a286d,_0x4d2ec1)=>{!function(_0x4625f1){const _0x16aea1=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x115a85=>_0x115a85+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x1497c6=[...document['body']['querySelectorAll'](_0x16aea1)]['filter'](_0x4f910c=>_0x4f910c===document['activeElement']||_0x4f910c['offsetWidth']+_0x4f910c['offsetHeight']>0x0)['sort']((_0x2a9a57,_0x4d9fee)=>(_0x2a9a57['tabIndex']||0x0)-(_0x4d9fee['tabIndex']||0x0)),_0x575e82=_0x1497c6['indexOf'](_0x4625f1),_0x4ce8bf=_0x1497c6[(_0x575e82+0x1)%_0x1497c6['length']];_0x4ce8bf&&_0x4ce8bf['focus']();}(this['view']['element']),this['hideDropdown'](),_0x4d2ec1();}),_0x1acb0d['focusTracker']['add'](this['view']['element']),_0x1acb0d['focusTracker']['on']('change:isFocused',(_0xb8d916,_0x342525,_0x54587b)=>{_0x54587b||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 s extends _0x1dfa64{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{a as CloudServicesCommentsAdapter,u as CloudServicesRevisionHistoryAdapter,f as CloudServicesTrackChangesAdapter,s as PresenceList,l as RealTimeCollaborationClient,m as RealTimeCollaborativeComments,n as RealTimeCollaborativeEditing,g as RealTimeCollaborativeRevisionHistory,p as RealTimeCollaborativeTrackChanges,i as Sessions};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-real-time-collaboration",
|
|
3
|
-
"version": "44.3.0-alpha.
|
|
3
|
+
"version": "44.3.0-alpha.7",
|
|
4
4
|
"description": "A set of CKEditor 5 features enabling real-time collaboration within the editor using CKEditor Cloud Services.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@ckeditor/ckeditor-cloud-services-collaboration": "52.6.11",
|
|
45
|
-
"@ckeditor/ckeditor5-cloud-services": "44.3.0-alpha.
|
|
46
|
-
"@ckeditor/ckeditor5-comments": "44.3.0-alpha.
|
|
47
|
-
"@ckeditor/ckeditor5-core": "44.3.0-alpha.
|
|
48
|
-
"@ckeditor/ckeditor5-editor-multi-root": "44.3.0-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-engine": "44.3.0-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-operations-compressor": "44.3.0-alpha.
|
|
51
|
-
"@ckeditor/ckeditor5-revision-history": "44.3.0-alpha.
|
|
52
|
-
"@ckeditor/ckeditor5-theme-lark": "44.3.0-alpha.
|
|
53
|
-
"@ckeditor/ckeditor5-track-changes": "44.3.0-alpha.
|
|
54
|
-
"@ckeditor/ckeditor5-ui": "44.3.0-alpha.
|
|
55
|
-
"@ckeditor/ckeditor5-utils": "44.3.0-alpha.
|
|
56
|
-
"ckeditor5": "44.3.0-alpha.
|
|
57
|
-
"ckeditor5-collaboration": "44.3.0-alpha.
|
|
45
|
+
"@ckeditor/ckeditor5-cloud-services": "44.3.0-alpha.7",
|
|
46
|
+
"@ckeditor/ckeditor5-comments": "44.3.0-alpha.7",
|
|
47
|
+
"@ckeditor/ckeditor5-core": "44.3.0-alpha.7",
|
|
48
|
+
"@ckeditor/ckeditor5-editor-multi-root": "44.3.0-alpha.7",
|
|
49
|
+
"@ckeditor/ckeditor5-engine": "44.3.0-alpha.7",
|
|
50
|
+
"@ckeditor/ckeditor5-operations-compressor": "44.3.0-alpha.7",
|
|
51
|
+
"@ckeditor/ckeditor5-revision-history": "44.3.0-alpha.7",
|
|
52
|
+
"@ckeditor/ckeditor5-theme-lark": "44.3.0-alpha.7",
|
|
53
|
+
"@ckeditor/ckeditor5-track-changes": "44.3.0-alpha.7",
|
|
54
|
+
"@ckeditor/ckeditor5-ui": "44.3.0-alpha.7",
|
|
55
|
+
"@ckeditor/ckeditor5-utils": "44.3.0-alpha.7",
|
|
56
|
+
"ckeditor5": "44.3.0-alpha.7",
|
|
57
|
+
"ckeditor5-collaboration": "44.3.0-alpha.7",
|
|
58
58
|
"lodash-es": "4.17.21"
|
|
59
59
|
},
|
|
60
60
|
"types": "src/index.d.ts",
|