@ckeditor/ckeditor5-real-time-collaboration 44.0.0-alpha.10 → 44.0.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/real-time-collaboration.js +1 -1
- package/dist/index.js +6 -6
- package/package.json +9 -9
- 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/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
- package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
- package/src/realtimecollaborativeediting/sessions.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',_0x1032c2];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x297aba){super(_0x297aba),this['set']('state',_0x1cb2dd['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x53e42e);}['init'](){const _0x1ff944=this['context'],_0x273d59=_0x1ff944['plugins']['get']('CloudServices'),_0x1a7df4=_0x1ff944['plugins']['get'](_0x1032c2);if(!_0x273d59['token'])throw new _0x37bed6('websocketgateway-missing-token',this);if(!_0x273d59['webSocketUrl'])throw new _0x37bed6('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'](_0x273d59['token'],_0x273d59['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x1f53b9=>{if(this['connection']=_0x1f53b9,this['bind']('state')['to'](_0x1f53b9,'state',this,'_isBrowserOffline',(_0x28f108,_0x2d23b3)=>('connected'!==_0x28f108&&(this['_shouldPluginsReconnect']=!0x0),_0x2d23b3||_0x28f108!==_0x1cb2dd['CONNECTED']?_0x1cb2dd['DISCONNECTED']:this['state']==_0x1cb2dd['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x1cb2dd['CONNECTING']):_0x1cb2dd['CONNECTED'])),this['connection']['on']('error',(_0x495dfc,_0x58b7d7)=>{if('limitExceeded'!==_0x58b7d7['code'])throw console['error'](_0x58b7d7),new _0x37bed6('cloudservices-init',null,{'originalError':_0x58b7d7});_0x1a7df4['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'});}),!_0x1f53b9['me'])return new Promise(_0x4f8b9f=>_0x1f53b9['on']('change:me',_0x4f8b9f));})['catch'](_0x5a6111=>{throw console['error'](_0x5a6111),new _0x37bed6('cloudservices-init',null,{'originalError':_0x5a6111});});}['addToReconnectionStack'](_0x557a1d){if('function'!=typeof _0x557a1d['reconnect'])throw new _0x37bed6('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x557a1d))throw new _0x37bed6('websocketgateway-plugin-already-registered',this,{'name':_0x557a1d['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x557a1d);}['removeFromReconnectionStack'](_0x58f795){this['_reconnectionStack']['delete'](_0x58f795);}['isInReconnectionStack'](_0x38e147){return this['_reconnectionStack']['has'](_0x38e147);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x22f580=>_0x22f580['reconnect']())))['then'](()=>this['state']=_0x1cb2dd['CONNECTED'])['catch'](_0x23fd2a=>{throw console['error'](_0x23fd2a),new _0x37bed6('cloudservices-reconnection-error',this['context']);});}['destroy'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x1cb2dd['DISCONNECTED'],this['_domEmitter']['stopListening'](),super['destroy']();}}class i extends _0x28c33e{['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,_0x4b7120];}constructor(_0x5a3a29){super(_0x5a3a29),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x12570d(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x4b7120);}['init'](){const _0x5eecdd=this['context']['plugins']['get'](c);this['listenTo'](_0x5eecdd,'change:state',(_0x270067,_0x4abfb8,_0x3dc1ec)=>{if('connected'!==_0x3dc1ec)this['channelSessions']['forEach'](_0x430617=>_0x430617['clear']()),this['channelConnectedUsers']['forEach'](_0x19380f=>_0x19380f['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x39f846,_0x529c06]of this['_registeredSessions'])for(const _0x40c3fb of _0x529c06)this['_handleSessionAdd'](_0x39f846,_0x40c3fb);}}),this['_createUser'](_0x5eecdd['connection']['me'],!0x0);}['register'](_0x367ea8,_0x32adcb){if(this['_registeredSessions']['has'](_0x367ea8))throw new _0x37bed6('sessions-register-already-registered',null,{'channelId':_0x367ea8});this['_registeredSessions']['set'](_0x367ea8,_0x32adcb),this['channelSessions']['set'](_0x367ea8,new _0x12570d()),this['channelConnectedUsers']['set'](_0x367ea8,new _0x12570d()),this['listenTo'](_0x32adcb,'add',(_0x16e90a,_0x40de66)=>this['_handleSessionAdd'](_0x367ea8,_0x40de66)),this['listenTo'](_0x32adcb,'remove',(_0x416eef,_0x568700)=>this['_handleSessionRemove'](_0x367ea8,_0x568700));for(const _0x4fa0da of _0x32adcb)this['_handleSessionAdd'](_0x367ea8,_0x4fa0da);}['unregister'](_0x2c82e7){if(!this['_registeredSessions']['has'](_0x2c82e7))throw new _0x37bed6('sessions-unregister-not-exist',null,{'channelId':_0x2c82e7});const _0x5c4528=this['_registeredSessions']['get'](_0x2c82e7);this['stopListening'](_0x5c4528);for(const _0x69b1dd of _0x5c4528)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x2c82e7,_0x69b1dd);this['_registeredSessions']['delete'](_0x2c82e7),this['channelSessions']['delete'](_0x2c82e7),this['channelConnectedUsers']['delete'](_0x2c82e7);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0xb540a6){for(const _0x3af3f4 of this['channelSessions']['values']())for(const _0x2accde of _0x3af3f4)if(_0x2accde['id']===_0xb540a6)return _0x2accde['user'];}['getUserSessions'](_0x1c5cfa,_0x5abf1f){const _0x554776=_0x5abf1f?[this['channelSessions']['get'](_0x5abf1f)]:this['channelSessions']['values'](),_0x3d0f3f=new Set();for(const _0x1d7429 of _0x554776)for(const _0x11d9f7 of _0x1d7429)_0x11d9f7['user']['id']===_0x1c5cfa['id']&&_0x3d0f3f['add'](_0x11d9f7['id']);return _0x3d0f3f;}['getUserRole'](_0x5d53d0){for(const _0x165223 of this['channelSessions']['values']())for(const _0x48b13e of _0x165223)if(_0x48b13e['user']===_0x5d53d0)return _0x48b13e['role'];}['_handleSessionAdd'](_0x3b8117,_0x22f276){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x1588a7=_0x22f276['user'],_0x43d1d8=this['_users']['getUser'](_0x1588a7['id'])||this['_createUser'](_0x1588a7),_0x4de937=Object['assign']({},_0x22f276,{'user':_0x43d1d8});this['channelSessions']['get'](_0x3b8117)['add'](_0x4de937);const _0x58138f=this['channelConnectedUsers']['get'](_0x3b8117);_0x58138f['has'](_0x43d1d8['id'])||_0x58138f['add'](_0x43d1d8),this['allConnectedUsers']['has'](_0x43d1d8['id'])||this['allConnectedUsers']['add'](_0x43d1d8,_0x43d1d8['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x3b8117,{'channelId':_0x3b8117,'session':_0x4de937});}['_handleSessionRemove'](_0x5763ed,_0xc5173){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x18d19b=this['channelConnectedUsers']['get'](_0x5763ed),_0x17f562=_0xc5173['user'];_0x17f562['id']&&(this['channelSessions']['get'](_0x5763ed)['remove'](_0xc5173['id']),_0x18d19b['has'](_0x17f562['id'])&&!this['getUserSessions'](_0x17f562,_0x5763ed)['size']&&_0x18d19b['remove'](_0x17f562['id']),this['allConnectedUsers']['get'](_0x17f562['id'])&&!this['getUserSessions'](_0x17f562)['size']&&this['allConnectedUsers']['remove'](_0x17f562['id']));}['_createUser'](_0x5bbfce,_0xbead31){const _0x5e57de=this['_users']['addUser'](_0x5bbfce);return _0xbead31&&this['_users']['defineMe'](_0x5bbfce['id']),_0x5e57de['orderNumber']=this['_uniqueUsersCount']++,_0x5e57de;}}class H extends _0x266e72{['_domEmitter']=new(_0x53e42e())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2c7013=this['editor'],_0x2cf2aa=_0x2c7013['plugins']['get'](i);_0x2c7013['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x10dce5,{writer:_0x34ce64})=>function(_0x2c2bc4,_0x462c58,_0x431f58,_0x3dfa1d){const _0xa08f2f=_0x2c2bc4['markerName']['split'](':')[0x2],_0x43f527=_0x431f58['getUserBySessionId'](_0xa08f2f);if(!_0x43f527||_0xa08f2f===_0x431f58['mySessionId'])return;if(!_0x3dfa1d['model']['schema']['checkChild'](_0x2c2bc4['markerRange']['start'],'$text'))return;const _0x530d3a={'class':'ck-user__marker\x20'+_0x43f527['color']['getMarkerClass'](),'data-name':_0x43f527['name'],'data-session-id':_0xa08f2f},_0x173ee0=_0x3dfa1d['model']['markers']['get'](_0x2c2bc4['markerName']),_0x268434=_0x173ee0['getStart'](),_0x5bf25c=_0x268434['nodeAfter'],_0x313a13=_0x3dfa1d['model']['schema'];if(_0x5bf25c&&_0x313a13['isObject'](_0x5bf25c)&&_0x313a13['isInline'](_0x5bf25c)&&!_0x3dfa1d['model']['markers']['get']('user:range:'+_0xa08f2f)['getRange']()['isCollapsed'])return;const _0xd45b84=_0x268434['parent'];return _0x3dfa1d['model']['schema']['isLimit'](_0xd45b84)&&!_0x3dfa1d['model']['hasContent'](_0xd45b84)&&(_0x530d3a['contenteditable']=!0x1),function(_0x2a6203,_0x402be8,_0x2bfea3){const _0x5d4d8f=_0x2a6203['createUIElement']('span',_0x402be8);return _0x2a6203['setCustomProperty']('userPositionMarker',!0x0,_0x5d4d8f),_0x5d4d8f['render']=function(_0x87b3e1){const _0x2a3059=this['toDomElement'](_0x87b3e1);return _0x2a3059['innerHTML']='<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span><span\x20class=\x22ck-user__marker-tooltip\x22\x20contenteditable=\x22false\x22\x20spellcheck=\x22false\x22>'+_0x2bfea3['name']+'</span>',_0x2a3059['addEventListener']('mouseenter',()=>{_0x2a3059['classList']['add']('ck-user__marker_hovered');}),_0x2a3059['addEventListener']('mouseleave',()=>{_0x2a3059['classList']['remove']('ck-user__marker_hovered');}),_0x2a3059;},_0x5d4d8f['isSimilar']=function(_0xfbb685){return!(!this['getCustomProperty']('userPositionMarker')||!_0xfbb685['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0xfbb685['getAttribute']('data-session-id'));},_0x5d4d8f;}(_0x462c58,_0x530d3a,_0x43f527);}(_0x10dce5,_0x34ce64,_0x2cf2aa,_0x2c7013)}),_0x2c7013['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x5e905f=>function(_0x598dee,_0x1898a2){const _0x2eb78e=_0x598dee['markerName']['split'](':')[0x2];if(_0x2eb78e===_0x1898a2['mySessionId'])return null;const _0x3b746e=_0x1898a2['getUserBySessionId'](_0x2eb78e);if(!_0x3b746e)return{'id':_0x2eb78e,'classes':[]};return{'id':_0x2eb78e,'classes':['ck-user__selection',_0x3b746e['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x2eb78e},'priority':0x7d0+_0x3b746e['orderNumber']};}(_0x5e905f,_0x2cf2aa)}),function(_0x5bf08a){const _0x6bee63=_0x5bf08a['model'],_0x1506c9=new Map(),_0x1f5c90=_0x5bf08a['plugins']['get'](i);_0x6bee63['markers']['on']('update:user:range',(_0x2c87c3,_0x2b07ce,_0x4cad69,_0x4a6c72)=>{if(!_0x4a6c72&&_0x1506c9['get'](_0x2b07ce['name']))return _0x1506c9['get'](_0x2b07ce['name'])['detach'](),void _0x1506c9['delete'](_0x2b07ce['name']);const _0x38f922=_0x2b07ce['name']['split'](':')[0x2];if(_0x38f922===_0x1f5c90['mySessionId'])return;const _0x816c39='user:position:'+_0x38f922;_0x6bee63['markers']['has'](_0x816c39)&&_0x5bf08a['editing']['reconvertMarker'](_0x816c39),_0x2b07ce['on']('change:range',(_0x4b1815,_0xc7e59e,_0x451456)=>{if('$graveyard'!=_0xc7e59e['root']['rootName']&&'$graveyard'==_0x2b07ce['getRange']()['root']['rootName']&&!_0x1506c9['has'](_0x2b07ce['name'])){const _0x445769=_0x6bee63['schema']['getNearestSelectionRange'](_0x451456['deletionPosition']);if(_0x445769){const _0x438cca=ht['fromRange'](_0x445769);_0x1506c9['set'](_0x2b07ce['name'],_0x438cca),_0x438cca['on']('change:range',(_0x1e1d24,_0x1ebae6,_0x5ef384)=>{if('$graveyard'==_0x438cca['root']['rootName']){const _0x1b64d9=_0x6bee63['schema']['getNearestSelectionRange'](_0x5ef384['deletionPosition']);_0x1b64d9?(_0x438cca['start']=_0x1b64d9['start'],_0x438cca['end']=_0x1b64d9['end']):(_0x1506c9['delete'](_0x2b07ce['name']),_0x438cca['detach']());}});}}});}),_0x6bee63['document']['on']('change',()=>{_0x1506c9['size']>0x0&&_0x6bee63['enqueueChange']({'isUndoable':!0x1},_0x3bd57d=>{for(const [_0x4c5fb5,_0x52040b]of _0x1506c9)'$graveyard'==_0x6bee63['markers']['get'](_0x4c5fb5)['getRange']()['root']['rootName']&&(re(_0x4c5fb5['split'](':')[0x2],_0x52040b['toRange'](),_0x6bee63,_0x3bd57d),_0x52040b['detach']());_0x1506c9['clear']();});});}(_0x2c7013),this['_domEmitter']['listenTo'](_0x1b9bae['document'],'keydown',(_0x11ce20,{key:_0x25bd1a})=>{'Escape'===_0x25bd1a&&function(_0x3dba1e){_0x3dba1e['editing']['view']['change'](_0x38f114=>{for(const _0x416995 of _0x3dba1e['model']['markers']){if(!_0x416995['name']['startsWith']('user:position'))continue;const _0x42d724=_0x3dba1e['editing']['mapper']['markerNameToElements'](_0x416995['name']);if(_0x42d724){for(const _0x505c08 of _0x42d724)_0x38f114['removeClass']('ck-user__marker_hovered',_0x505c08);}}});}(_0x2c7013);},{'useCapture':!0x0});}['afterInit'](){const _0x50db60=this['editor'],_0x52ecbb=_0x50db60['commands']['get']('undo');_0x52ecbb&&_0x50db60['model']['on']('applyOperation',(_0x3f99b4,_0x1ecde1)=>{const _0xfb81e2=_0x1ecde1[0x0];if('marker'!=_0xfb81e2['type']||!_0xfb81e2['name']['startsWith']('user:'))return;const _0x378d5b=_0xfb81e2['batch'];_0x52ecbb['_createdBatches']['has'](_0x378d5b)&&(_0xfb81e2['newRange']=_0xfb81e2['oldRange']?_0x50db60['model']['createRange'](_0xfb81e2['oldRange']['start'],_0xfb81e2['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x227ca4=this['editor'],_0x47a1eb=_0x227ca4['model']['document'],_0xa6379a=_0x227ca4['plugins']['get'](i);_0x227ca4['model']['enqueueChange']({'isUndoable':!0x1},_0x2585fb=>{const _0x1bc0f9='user:range:'+_0xa6379a['mySessionId'],_0x49dd5d='user:position:'+_0xa6379a['mySessionId'],_0x21c24b=_0x227ca4['model']['markers']['has'](_0x1bc0f9);_0x227ca4['editing']['view']['hasDomSelection']?re(_0xa6379a['mySessionId'],_0x47a1eb['selection']['getFirstRange'](),_0x227ca4['model'],_0x2585fb):_0x21c24b&&(_0x2585fb['removeMarker'](_0x1bc0f9),_0x2585fb['removeMarker'](_0x49dd5d));});}}function re(_0xc93b1,_0x1eb891,_0x49b1b3,_0x5c1876){const _0x4c8f33='user:range:'+_0xc93b1,_0x3e354c='user:position:'+_0xc93b1,_0x13ad87=_0x1eb891['getContainedElement']();let _0x296847=_0x1eb891['start'];_0x13ad87&&_0x13ad87['is']('element','tableCell')&&(_0x296847=function(_0x45f827,_0xca40e8){for(const _0xd89f34 of _0x45f827['getPositions']())if(_0xca40e8['schema']['checkChild'](_0xd89f34,'$text'))return _0xd89f34;}(_0x1eb891,_0x49b1b3),_0x1eb891=_0x5c1876['createRange'](_0x296847));const _0x208b4f=_0x5c1876['createRange'](_0x296847);_0x49b1b3['markers']['has'](_0x4c8f33)?(_0x5c1876['updateMarker'](_0x4c8f33,{'range':_0x1eb891}),_0x5c1876['updateMarker'](_0x3e354c,{'range':_0x208b4f})):(_0x5c1876['addMarker'](_0x4c8f33,{'range':_0x1eb891,'usingOperation':!0x0}),_0x5c1876['addMarker'](_0x3e354c,{'range':_0x208b4f,'usingOperation':!0x0}));}function q(_0x48748c,_0x3fe676,_0x431876){const _0x18c3ee=_0x48748c['t'],t=_0x48748c['t'];switch(_0x3fe676){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 _0x18c3ee({'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'},_0x431876);default:return'';}}let K=0x1;class l extends _0x266e72{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
|
|
25
|
-
((()=>_0x15a394)());['_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,_0x4e9cba,_0x4b7120,_0x1032c2];}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 _0x1444ef=this['serverHistory']['getOperations']();for(let _0x306e2b=_0x1444ef['length']-0x1;_0x306e2b>=0x0;_0x306e2b--){const _0x25d3dc=_0x1444ef[_0x306e2b];if(!this['_disconnectionOperations']['has'](_0x25d3dc))return _0x25d3dc['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x2a7414){if(super(_0x2a7414),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x393855(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x37bed6('collaboration-missing-channelid',this);const _0xcc9ea8=_0x2a7414['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0xcc9ea8,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x2699d4(),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 _0x3857f8=this['editor'],_0x2188b5=_0x3857f8['plugins']['get'](_0x4b7120),_0x45e236=_0x3857f8['plugins']['get'](c);this['listenTo'](_0x2188b5,'getOperationAuthor',(_0x710acc,_0x596687)=>{const _0x213a13=_0x596687[0x0];_0x213a13['_authorId']&&(_0x710acc['return']=_0x2188b5['getUser'](_0x213a13['_authorId']),_0x710acc['stop']()),null===_0x213a13['_authorId']&&(_0x710acc['return']=null,_0x710acc['stop']());},{'priority':'high'}),this['listenTo'](_0x3857f8['model']['document']['selection'],'change:range',(_0x4f415f,_0x14a073)=>{_0x14a073['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x3857f8['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x3857f8['model']['on']('applyOperation',(_0x37a622,_0x4d9c15)=>{const _0xa73d29=_0x4d9c15[0x0];_0xa73d29['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0xa73d29),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x45e236,'state',this,'_hasSynchronizationProblem',(_0x573552,_0x4f5032)=>'connected'===_0x573552&&!_0x4f5032),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x3857f8['disableReadOnlyMode']('rtc-offline'):_0x3857f8['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x3857f8['disableReadOnlyMode']('rtc-offline'):_0x3857f8['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x109cb3=this['editor']['plugins']['get'](i),_0x192baf=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x109cb3['unregister'](this['_channelId']);const _0x69a9ac=await this['_service']['reconnect'](_0x192baf['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x69a9ac)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x5b631b=await this['_service']['getConnectedSessions']();_0x109cb3['register'](this['_channelId'],_0x5b631b),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0xd6b46e){if(function(_0x59ee60){return'404'===_0x59ee60['code'];}(_0xd6b46e)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x195dcf){return'409'===_0x195dcf['code'];}(_0xd6b46e)){const _0x2a9a76=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'](_0x2a9a76);}else{if(!(_0xd6b46e instanceof J))throw _0xd6b46e;this['_handleReconnectionError']();}}}}['destroy'](){const _0x2f866b=this['editor']['plugins']['get'](c),_0x29379d=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x29379d['channelSessions']['has'](this['_channelId'])&&_0x29379d['unregister'](this['_channelId']),_0x2f866b['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x10c172){if(this['sessionId']!==_0x10c172['sessionId']&&this['_lastSyncedOperationId']!==_0x10c172['lastOperationId'])throw new J();return this['sessionId']=_0x10c172['sessionId'],this['_handleServerResponse']([],{..._0x10c172,'wereChangesApplied':!0x1,'data':_0x10c172['data']},'reconnect');}async['_connectService'](_0x2eb9eb,_0x1aa5b9=!0x1){const {connection:_0x3cd206}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x3cd206,this['_channelId'])['then'](_0x3234dc=>this['_initSessionsHandling'](_0x3234dc))['catch'](_0x4f930e=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x4f930e);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x1256c4,_0x5e7b76)=>{this['_crash']('realtimecollaborationclient-initservice-internal-error',_0x5e7b76);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x52c298=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x2eb9eb);this['_isPendingUpdate']=!0x0;const _0x543170=await this['_service']['connect'](_0x3cd206,this['_compressOperations'](_0x2eb9eb),_0x52c298);if(this['sessionId']=_0x543170['sessionId'],_0x1aa5b9){if(!_0x543170['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x543170['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x2eb9eb,_0x543170,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x543170,_0x2eb9eb);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x1889b4=this['editor']['plugins']['get'](i),_0x51dbd4=this['editor']['plugins']['get'](H),_0x5e81e0=_0x1889b4['channelSessions']['get'](this['_channelId']);_0x5e81e0&&_0x5e81e0['length']>0x1?_0x51dbd4['createUserMarkerOperations']():this['listenTo'](_0x1889b4,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x1889b4['channelSessions']['get'](this['_channelId'])['length']&&_0x51dbd4['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x342ff7,_0x105e95,_0x113109,_0x52da5b){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x105e95){const _0x4ce755=this['_decompressOperations'](_0x113109,_0x52da5b);await this['_fetchMissingUsers'](_0x4ce755),this['_handleExternalOperations'](_0x4ce755,_0x105e95,_0x113109['lastOperationId'])||this['_crash']('realtimecollaborationclient-initservice-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x504472}=this['editor'];let _0x30c3eb;try{_0x30c3eb=await this['_service']['getDocumentDetails']();}catch(_0x77090e){const _0x317dfd=q(_0x504472,'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'](_0x317dfd);}const _0x4e9333=_0x30c3eb['currentDocumentSession']||_0x30c3eb['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x4e9333['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x46053d=q(_0x504472,'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'](_0x46053d);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0xe24146){const _0x2c25e1=this['editor']['plugins']['get'](i);this['listenTo'](_0x2c25e1,'sessionAdd:'+this['_channelId'],(_0x683113,{session:_0x59b858})=>{if(_0x59b858['id']===_0x2c25e1['mySessionId']){_0x683113['off']();const _0x102f84=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x4fc742=_0x59b858['permissions'];_0x102f84&&_0x102f84['isEnabled']&&(_0x4fc742=_0x4fc742['filter'](_0x48995a=>'document:write'!==_0x48995a)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x4fc742,this['_channelId']);}}),_0x2c25e1['register'](this['_channelId'],_0xe24146);}['_initThrowingOnDataSet'](){const _0x2a5a1c=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x596ef8)=>{if(!_0x596ef8[_0x596ef8['length']-0x1]['suppressErrorInCollaboration'])throw new _0x37bed6('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x2a5a1c['apply'](this['editor']['data'],_0x596ef8);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x224f25,[_0xd05500])=>{if(this['_document']['version'])throw new _0x37bed6('realtimecollaborationclient-init-document-already-initialized',this);_0x224f25['stop'](),this['_setPendingAction']();const _0x38e349=this['editor']['config']['get']('rootsAttributes'),_0x402108=this['_getOperationsFromInitData'](_0xd05500,_0x38e349);0x0==_0x402108['length']&&_0x402108['push'](new _0x3892b7(0x0)),_0x224f25['return']=this['_connectService'](_0x402108)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0xd4288c=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0xd4288c))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x3bbcd8,[_0x5f1445,_0x1d8ff5])=>{_0x3bbcd8['stop']();const _0xc09717=this['editor']['model']['document']['getRoot'](_0x5f1445);if(!this['_knownRootNames']['has'](_0x5f1445)){const _0x35e7ae=_0x1d8ff5&&_0x1d8ff5['data']?_0x1d8ff5['data']:'',_0x31c53e=_0x1d8ff5&&_0x1d8ff5['attributes']?_0x1d8ff5['attributes']:{};await this['_loadRoot'](_0x5f1445,_0x35e7ae,_0x31c53e);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0xc09717['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0xc09717);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x320c7a){const _0x13b6d5=this['editor']['plugins']['get'](_0x4b7120),{connection:_0x1cd8ad}=this['editor']['plugins']['get'](c),_0x39ffb6=new Set();for(const _0x232d5a of _0x320c7a){const _0x562a63=_0x232d5a['_authorId'];_0x562a63&&!_0x13b6d5['getUser'](_0x562a63)&&_0x39ffb6['add'](_0x562a63);}if(0x0===_0x39ffb6['size'])return;const _0x5d4fcb=await dt['getMany'](_0x1cd8ad,Array['from'](_0x39ffb6));for(const _0x32a3db of _0x5d4fcb)_0x13b6d5['getUser'](_0x32a3db['id'])||_0x13b6d5['addUser'](_0x32a3db);}['_getOperationsFromInitData'](_0x55ba3,_0x2c9063={}){const _0x52f669=this['editor']['model'],_0x563549=[];let _0x4604eb=0x0;const _0x5b0125='string'==typeof _0x55ba3?{'main':_0x55ba3}:_0x55ba3;for(const _0x22fb15 of Object['keys'](_0x5b0125)){if(!this['_document']['roots']['has'](_0x22fb15))throw new _0x37bed6('realtimecollaborationclient-init-non-existent-root',this);const _0x571088=this['editor']['data']['parse'](_0x5b0125[_0x22fb15]),_0x52b57f=this['_document']['getRoot'](_0x22fb15),_0x3342b8=new _0x17a03e(_0x52f669['createPositionAt'](_0x52b57f,0x0),_0x571088,_0x4604eb++);_0x563549['push'](_0x3342b8);for(const [_0x12646d,_0x568249]of _0x571088['markers']){const _0x3106df=_0x52f669['createRange'](_0x52f669['createPositionFromPath'](_0x52b57f,_0x568249['start']['path']['slice']()),_0x52f669['createPositionFromPath'](_0x52b57f,_0x568249['end']['path']['slice']())),_0xb6c83e=new _0x23dfd1(_0x12646d,null,_0x3106df,_0x52f669['markers'],!0x0,_0x4604eb++);_0x563549['push'](_0xb6c83e);}}if(_0x2c9063)for(const [_0x47de1e,_0x48adca]of Object['entries'](_0x2c9063)){const _0x2742bb=_0x52f669['document']['getRoot'](_0x47de1e);if(!_0x2742bb)throw new _0x37bed6('multi-root-editor-root-attributes-no-root',null);for(const [_0x1de691,_0xa96bd3]of Object['entries'](_0x48adca))if(null!==_0xa96bd3){const _0x46d422=new _0x3a7055(_0x2742bb,_0x1de691,null,_0xa96bd3,_0x4604eb++);_0x563549['push'](_0x46d422);}}return _0x563549;}async['_loadRoot'](_0x29b2cf,_0x5cd44f,_0x67f12f){this['_getOperationsFromInitData']({[_0x29b2cf]:_0x5cd44f},{[_0x29b2cf]:_0x67f12f})['forEach']((_0xf37d1d,_0x9a5891)=>{_0xf37d1d['baseVersion']=this['_document']['version']+_0x9a5891,_0xf37d1d['_isInit']=!0x0,this['_saveOperationInBuffer'](_0xf37d1d);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0xe7d19e,_0x5d379c){let _0x594d3f;this['_offset']=_0xe7d19e['offset'];const _0x44f24a=_0xe7d19e['wereChangesApplied']&&!_0xe7d19e['initData'],_0x11fd0f=_0x44f24a?0x0:_0xe7d19e['data']['baseVersion'];if(_0x5d379c['forEach'](_0x215746=>{_0x215746['_isInit']=!0x0,_0x215746['createdAt']=_0xe7d19e['sessionCreatedAt'],_0x215746['_authorId']=null;}),_0x44f24a)_0x594d3f=_0x5d379c,this['_applyOperationsSet'](_0x594d3f,_0x44f24a);else{if(_0xe7d19e['initData']){const _0x42b515=this['_getOperationsFromInitData'](_0xe7d19e['initData']);this['_document']['history']['version']=-_0x42b515['length'],_0x42b515['forEach'](_0x5c9fbd=>{_0x5c9fbd['baseVersion']-=_0x42b515['length'],_0x5c9fbd['createdAt']=_0xe7d19e['sessionCreatedAt'],_0x5c9fbd['_isInit']=!0x0,_0x5c9fbd['_authorId']=null;}),this['_applyOperationsSet'](_0x42b515,!0x0),this['serverHistory']['version']=-_0x42b515['length']+this['_offset'],this['_updateServerHistory'](_0x42b515);}this['_document']['history']['version']=_0x11fd0f,_0x594d3f=this['_decompressOperations'](_0xe7d19e['data'],_0xe7d19e['metadata']),await this['_fetchMissingUsers'](_0x594d3f),this['_applyOperationsSet'](_0x594d3f,_0x44f24a);}_0xe7d19e['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x594d3f,_0xe7d19e['lastOperationId']),this['_lastSyncedOperationId']=_0xe7d19e['lastOperationId']),this['serverHistory']['version']=_0x11fd0f+this['_offset'],this['_updateServerHistory'](_0x594d3f),_0x5d379c['filter'](_0x2fc930=>{const _0x44e0f2=this['_getAffectedRoot'](_0x2fc930);return _0x44e0f2&&!this['_knownRootNames']['has'](_0x44e0f2);})['forEach']((_0x27aa61,_0x2d0444)=>{_0x27aa61['baseVersion']=this['_document']['version']+_0x2d0444,this['_saveOperationInBuffer'](_0x27aa61);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x212d20,_0x6720a5,_0x22b859){throw this['_isPendingUpdate']=!0x0,_0x6720a5&&console['error'](_0x6720a5),_0x22b859&&this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x37bed6(_0x212d20,this['editor']);}['_saveOperationInBuffer'](_0x2e8d87){this['_knownOperations']['has'](_0x2e8d87)||(this['_knownOperations']['add'](_0x2e8d87),this['_bufferedOperations']['push'](_0x2e8d87),this['_pendingAction']||'marker'==_0x2e8d87['type']&&!_0x2e8d87['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x15d940=!0x1){!_0x15d940&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x3c2d57=>{_0x3c2d57&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x2ea1ff=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x11bd57){return _0x11bd57['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x11bd57['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x11bd57['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x2ea1ff)||this['_crash'](_0x2ea1ff['message'],_0x2ea1ff,!0x0);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x170fed=>{this['on']('change:_isPendingUpdate',()=>{_0x170fed();});});}async['_sendBufferedOperations'](){const _0x1503b0=this['editor']['plugins']['get'](H);if(this['_shouldSendSelectionUpdate']()&&(_0x1503b0['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x33440f=[...this['_bufferedOperations']];for(const _0x174077 of _0x33440f)_0x174077['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x174077);const _0x325671=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x33440f),_0x1f8a63=K++,_0xc0a83d=this['_compressOperations'](_0x33440f),_0x5720c0=await this['_service']['sendOperations'](_0xc0a83d,_0xc0a83d['baseVersion'],_0x325671);try{return await this['_handleServerResponse'](_0x33440f,_0x5720c0,_0x1f8a63);}catch(_0x113c5a){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x113c5a);}}async['_handleServerResponse'](_0x5cadc2,_0x2110ab,_0x5cb233){if('error'in _0x2110ab)throw _0x2110ab['error'];let _0xbc4aee=!0x1;if(_0x2110ab['wereChangesApplied']){_0x2110ab['lastOperationId']&&(this['_lastSyncedOperationId']=_0x2110ab['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x2ba82e=>!_0x5cadc2['includes'](_0x2ba82e));for(const _0x131c9c of _0x5cadc2)_0x131c9c['createdAt']='lastOperationAcceptedAt'in _0x2110ab&&_0x2110ab['lastOperationAcceptedAt']||void 0x0;Q(_0x5cadc2,_0x2110ab['version']-_0x5cadc2['length']),this['_updateServerHistory'](_0x5cadc2);const _0x476952=_0x5cadc2['filter'](_0x3e9ac4=>{if(!_0x3e9ac4['_isInit'])return!0x1;const _0x1a7b41=this['_getAffectedRoot'](_0x3e9ac4);return _0x1a7b41&&!this['_knownRootNames']['has'](_0x1a7b41);});Q(_0x476952,this['_document']['version']),this['_applyOperationsSet'](_0x476952),_0xbc4aee=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x131cf9=this['_decompressOperations'](_0x2110ab['data'],_0x2110ab['metadata'])['filter'](_0x50f49e=>_0x50f49e['baseVersion']>=this['_lastServerVersion']);_0x131cf9['forEach'](_0x4446bb=>this['_addKnownRoot'](_0x4446bb)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x3595c2=>!_0x3595c2['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x3595c2))),this['_bufferedOperations']['length']&&Q(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x131cf9),_0xbc4aee=this['_handleExternalOperations'](_0x131cf9,_0x2110ab['version'],_0x2110ab['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0xbc4aee?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x1d7482,_0x6403aa,_0x3769a5){try{const _0x1104f0={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x45ee60,operationsB:_0x2b4ac6,originalOperations:_0x3e58c1}=_0x11eeae(_0x1d7482,this['_bufferedOperations'],_0x1104f0);Q(_0x45ee60,this['_document']['version']),Q(_0x2b4ac6,_0x6403aa);for(const _0x1a57e5 of _0x45ee60){const _0x1e8fa8=_0x3e58c1['get'](_0x1a57e5);_0x1a57e5['_authorId']=_0x1e8fa8?_0x1e8fa8['_authorId']:null;}_0x3769a5&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x1d7482,_0x3769a5),this['_lastSyncedOperationId']=_0x3769a5),this['_bufferedOperations']=[..._0x2b4ac6],this['_applyOperationsSet'](_0x45ee60),this['_updateServerHistory'](_0x1d7482);}catch(_0x4d4f67){return console['error'](_0x4d4f67),!0x1;}return!0x0;}['_applyOperationsSet'](_0x3dad1f,_0xacc0b8=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x39ff61=>{for(const _0x2ad4d3 of _0x3dad1f)this['_knownOperations']['add'](_0x2ad4d3),this['_addKnownRoot'](_0x2ad4d3),_0x39ff61['batch']['addOperation'](_0x2ad4d3),this['editor']['model']['applyOperation'](_0x2ad4d3);});}['_addKnownRoot'](_0x20034d){const _0xa31834=this['_getAffectedRoot'](_0x20034d);_0xa31834&&this['_knownRootNames']['add'](_0xa31834);}['_getAffectedRoot'](_0x10a9fe){let _0x3d0e0a,_0x42d0a6;switch(_0x10a9fe['type']){case'insert':_0x3d0e0a=_0x10a9fe['position']['root'];break;case'marker':if(_0x42d0a6=_0x10a9fe['newRange'],!_0x42d0a6)return null;_0x3d0e0a=_0x42d0a6['root'];break;case'addRootAttribute':_0x3d0e0a=_0x10a9fe['root'];break;case'addRoot':_0x3d0e0a=_0x10a9fe['affectedSelectable'];break;case'move':_0x3d0e0a=_0x10a9fe['targetPosition']['root'];break;default:return null;}return _0x3d0e0a['rootName'];}['_updateServerHistory'](_0x5d1dba){_0x5d1dba['forEach'](_0x5e3aca=>{const _0x3a7766=_0x5e3aca['clone']();_0x3a7766['_authorId']=_0x5e3aca['_authorId'],_0x3a7766['_isInit']=!!_0x5e3aca['_isInit'],_0x3a7766['createdAt']=_0x5e3aca['createdAt'],_0x3a7766['baseVersion']+=this['_offset'],_0x5e3aca['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x3a7766),this['serverHistory']['addOperation'](_0x3a7766);});}['_handleReconnectionError'](_0x4428bf){const _0xa4b865=this['editor']['plugins']['get']('Notification'),_0x8bd54=this['editor']['locale'];_0x4428bf||(_0x4428bf=q(_0x8bd54,'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.')),_0xa4b865['showWarning'](_0x4428bf,{'title':q(_0x8bd54,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['destroy']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x4e9cba)['add'](q(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x4e9cba)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x22cc30){const _0x3e37bf=_0x22cc30['map'](_0x496725=>_0x496725['toJSON']());return this['_compressor']['compress'](_0x3e37bf);}['_decompressOperations'](_0x4b7cff,_0xf6b206){return this['_compressor']['decompress'](_0x4b7cff)['map']((_0x132b3e,_0x1a6747)=>{const _0x22ea2b='init'==_0xf6b206[_0x1a6747]['type'];if('InsertOperation'==_0x132b3e['__className']){const _0x5904f6=_0x132b3e['position']['root'];!this['_document']['getRoot'](_0x5904f6)&&(this['_document']['createRoot']('$root',_0x5904f6)['_isAttached']=!0x1);}const _0x4ea541=_0x4d3b91['fromJSON'](_0x132b3e,this['_document']);return _0x4ea541['wasUndone']=_0x132b3e['wasUndone'],_0x4ea541['_isInit']=_0x22ea2b,_0x4ea541['_authorId']=_0x22ea2b?null:_0xf6b206[_0x1a6747]['userId'],_0x4ea541['_isDisconnection']='cs:removeUser'===_0xf6b206[_0x1a6747]['type'],_0x4ea541['createdAt']=_0xf6b206[_0x1a6747]['createdAt'],_0x4ea541;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x178be8=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x178be8&&_0x178be8['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class J extends Error{}function Q(_0x101e4e,_0x349d9b){for(const _0x35a153 of _0x101e4e)_0x35a153['baseVersion']=_0x349d9b++;}class X{['_ignoredOperations'];['_operationToId'];constructor(_0x1624c4){this['_ignoredOperations']=_0x1624c4,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x5ef0c7){let _0x413368=_0x5ef0c7['length'];for(;_0x413368--;){const _0x28e9b2=_0x5ef0c7[_0x413368];if(!this['_ignoredOperations']['has'](_0x28e9b2)){if(!this['_operationToId']['has'](_0x28e9b2)){const _0x4e8144=_0x5ea109()['slice'](0x1,0x12);this['_operationToId']['set'](_0x28e9b2,_0x4e8144);}return this['_operationToId']['get'](_0x28e9b2);}}}['setIdForTheLastOperation'](_0x5dce6d,_0x46feea){if(!_0x46feea)return;let _0x5d71f2=_0x5dce6d['length'];for(;_0x5d71f2--;){const _0x4c14d6=_0x5dce6d[_0x5d71f2];this['_ignoredOperations']['has'](_0x4c14d6)||this['_operationToId']['set'](_0x4c14d6,_0x46feea);}}}class n extends _0x266e72{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x28c33e{static ['CommentsService']=/* #__PURE__ -- @preserve */
|
|
26
|
-
((()=>_0x5c5406)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x4b7120];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5a023a){super(_0x5a023a),this['_services']=new Map();}async['init'](){const _0x2644c2=this['context'],_0x25d3ee=_0x2644c2['plugins']['get']('CommentsRepository');if(_0x2644c2['plugins']['get'](c)['addToReconnectionStack'](this),_0x25d3ee['adapter']={'addCommentThread':async({channelId:_0x14c7f4,threadId:_0x4cc220,comments:_0x1b1747,resolvedAt:_0x3294b7,resolvedBy:_0x378165,context:_0x5d569b,attributes:_0x2b6271})=>{const _0x5e5394=await this['_getService'](_0x14c7f4)['addCommentThread']({'commentThreadId':_0x4cc220,'comments':_0x1b1747['map'](_0x314f9e=>function(_0x3926e7,_0x37474d,_0x1fccd5){return{'commentThreadId':_0x1fccd5,'commentId':_0x3926e7['commentId'],'userId':_0x3926e7['authorId'],'content':_0x3926e7['content'],'documentId':_0x37474d,'createdAt':_0x3926e7['createdAt'],'attributes':_0x3926e7['attributes']||{}};}(_0x314f9e,_0x14c7f4,_0x4cc220)),'resolvedAt':_0x3294b7,'resolvedBy':_0x378165,'context':_0x5d569b,'attributes':_0x2b6271})['catch'](ut);return{'threadId':_0x5e5394['commentThreadId'],'comments':_0x5e5394['comments']};},'getCommentThread':async({channelId:_0x52661e,threadId:_0x46a7c9})=>{const _0x37267e=await this['_getService'](_0x52661e)['getCommentThread'](_0x46a7c9)['catch'](ut);return _0x37267e['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x37267e]),{'threadId':_0x37267e['commentThreadId'],'comments':_0x37267e['comments']['map'](S),'context':_0x37267e['context'],'resolvedAt':_0x37267e['resolvedAt'],'resolvedBy':_0x37267e['resolvedBy'],'attributes':_0x37267e['attributes']||{}});},'updateCommentThread':async({channelId:_0x44e029,threadId:_0x4309d2,context:_0x3abe49,unlinkedAt:_0x1185de,attributes:_0x4d001a})=>this['_getService'](_0x44e029)['updateCommentThread']({'commentThreadId':_0x4309d2,'context':_0x3abe49,'attributes':_0x4d001a,'unlinkedAt':_0x1185de})['catch'](B)['catch'](ut),'resolveCommentThread':async({channelId:_0x3d2d4b,threadId:_0x2111ac})=>{const _0x815cfb=await this['_getService'](_0x3d2d4b)['resolveCommentThread'](_0x2111ac)['catch'](B)['catch'](ut);return{'threadId':_0x815cfb['commentThreadId'],'resolvedAt':_0x815cfb['resolvedAt'],'resolvedBy':_0x815cfb['resolvedBy']};},'reopenCommentThread':async({channelId:_0x19f44c,threadId:_0x54de01})=>this['_getService'](_0x19f44c)['reopenCommentThread'](_0x54de01)['catch'](B)['catch'](ut),'removeCommentThread':({channelId:_0x47e0a1,threadId:_0x20418d})=>this['_getService'](_0x47e0a1)['removeCommentThread'](_0x20418d)['catch'](B)['catch'](ut),'addComment':({channelId:_0x3cabfc,threadId:_0xb5950c,commentId:_0x40d2f1,content:_0x2eb523,attributes:_0x55550a})=>this['_getService'](_0x3cabfc)['addComment'](_0xb5950c,_0x40d2f1,_0x2eb523,_0x55550a)['catch'](ut),'updateComment':({channelId:_0x5782dc,threadId:_0xf1c7dc,commentId:_0x61091,content:_0x3c1706,attributes:_0x344d9d})=>this['_getService'](_0x5782dc)['updateComment'](_0xf1c7dc,_0x61091,_0x3c1706,_0x344d9d)['catch'](B)['catch'](ut),'removeComment':({channelId:_0x5c9360,threadId:_0x156b47,commentId:_0x221400})=>this['_getService'](_0x5c9360)['removeComment'](_0x156b47,_0x221400)['catch'](B)['catch'](ut)},_0x2644c2 instanceof _0x5c34e8){const _0x2d65b1=_0x2644c2['config']['get']('collaboration.channelId'),_0x290a5d=_0x2644c2['plugins']['get'](i);await this['_setUpService'](_0x2d65b1);const _0x3b5fa6=await this['_services']['get'](_0x2d65b1)['getConnectedSessions']();this['listenTo'](_0x290a5d,'sessionAdd:'+_0x2d65b1,(_0x40a132,{session:_0x5af38e})=>{_0x5af38e['id']===_0x290a5d['mySessionId']&&(_0x40a132['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x5af38e['permissions'],_0x2d65b1));}),_0x290a5d['register'](_0x2d65b1,_0x3b5fa6);}}async['_setUpService'](_0x5775e3){if(this['_services']['has'](_0x5775e3))throw new _0x37bed6('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x5775e3});const _0x2d7b1f=this['context']['plugins']['get']('CommentsRepository'),_0x386b5a=new a['CommentsService'](_0x5775e3);this['_services']['set'](_0x5775e3,_0x386b5a),this['listenTo'](_0x386b5a,'commentThreadAdded',(_0x5a6e12,_0x2fffbf)=>{const {commentThreadId:_0x4b83f0,documentId:_0x4fc91f,context:_0x2a5812,attributes:_0x412ed3,resolvedAt:_0x26db41,resolvedBy:_0x15e116,comments:_0x5b6c7c}=_0x2fffbf;_0x2d7b1f['getCommentThread'](_0x4b83f0)||_0x2d7b1f['addCommentThread']({'threadId':_0x4b83f0,'channelId':_0x4fc91f,'comments':_0x5b6c7c?_0x5b6c7c['map'](S):[],'context':_0x2a5812,'attributes':_0x412ed3,'resolvedAt':_0x26db41,'resolvedBy':_0x15e116,'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentThreadUpdated',(_0x2e487f,{commentThreadId:_0x3a99fb,documentId:_0x944c2f,context:_0x22e03b,unlinkedAt:_0x2b5064,attributes:_0x1efead})=>{_0x2d7b1f['getCommentThread'](_0x3a99fb)&&_0x2d7b1f['updateCommentThread']({'threadId':_0x3a99fb,'channelId':_0x944c2f,'context':_0x22e03b,'unlinkedAt':_0x2b5064,'attributes':_0x1efead,'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentThreadResolved',(_0x177af0,{commentThreadId:_0x5c2758,resolvedBy:_0x2b47ec,resolvedAt:_0x4a4757})=>{const _0x201192=_0x2d7b1f['getCommentThread'](_0x5c2758);_0x201192&&_0x201192['resolve']({'resolvedBy':_0x2b47ec,'resolvedAt':_0x4a4757,'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentThreadReopened',(_0x41b103,{commentThreadId:_0xccd637})=>{const _0x531535=_0x2d7b1f['getCommentThread'](_0xccd637);_0x531535&&_0x531535['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentThreadRemoved',(_0x1254df,{commentThreadId:_0x3277cf})=>{const _0x2167a7=_0x2d7b1f['getCommentThread'](_0x3277cf);_0x2167a7&&_0x2167a7['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentAdded',(_0x4923c0,_0x95a7c0)=>{const _0x311a2b=_0x95a7c0['commentThreadId'],_0x3795da=_0x2d7b1f['getCommentThread'](_0x311a2b);_0x3795da&&_0x3795da['addComment']({...S(_0x95a7c0),'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentUpdated',(_0x36c730,{commentThreadId:_0x42cafe,commentId:_0x2f456f,content:_0x265db5,attributes:_0x3907ae})=>{const _0xbbdf4e=_0x2d7b1f['getCommentThread'](_0x42cafe);if(_0xbbdf4e){const _0x318f81=_0xbbdf4e['getComment'](_0x2f456f);_0x318f81&&_0x318f81['update']({'content':_0x265db5,'attributes':_0x3907ae,'isFromAdapter':!0x0});}}),this['listenTo'](_0x386b5a,'commentRemoved',(_0x48dfec,{commentThreadId:_0x28ffd7,commentId:_0x18397f})=>{const _0xfb54bc=_0x2d7b1f['getCommentThread'](_0x28ffd7);if(_0xfb54bc){const _0xbda1e6=_0xfb54bc['getComment'](_0x18397f);_0xbda1e6&&_0xbda1e6['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x5775e3);}['destroy'](){if(this['context']instanceof _0x5c34e8){const _0x52141b=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x52141b);}}['_terminateService'](_0xea722a){if(!this['_services']['has'](_0xea722a))throw new _0x37bed6('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0xea722a});this['_getService'](_0xea722a)['disconnect'](),this['_services']['delete'](_0xea722a);}async['reconnect'](){for(const _0x278660 of this['_services']['keys']())await this['_connectService'](_0x278660);if(this['context']instanceof _0x5c34e8){const _0x5deb66=this['context']['config']['get']('collaboration.channelId'),_0x4d7c11=this['context']['plugins']['get'](i);_0x4d7c11['unregister'](_0x5deb66);const _0x30ec74=await this['_services']['get'](_0x5deb66)['getConnectedSessions']();_0x4d7c11['register'](_0x5deb66,_0x30ec74);}}async['_connectService'](_0x13c6dc){const {connection:_0x4bc3d2}=this['context']['plugins']['get'](c),_0x5ca1aa=this['context']['plugins']['get']('CommentsRepository'),_0x38a1ea=this['_services']['get'](_0x13c6dc),_0x3a2635=await _0x38a1ea['connect'](_0x4bc3d2);await this['_fetchMissingUsersForThreads'](_0x3a2635);const _0x388b20=new Set(Array['from'](_0x5ca1aa['getCommentThreads']({'channelId':_0x13c6dc}),_0xcf24b1=>_0xcf24b1['id']));for(const _0x18ab49 of _0x3a2635)_0x18ab49['deletedAt']||_0x388b20['delete'](_0x18ab49['commentThreadId']);for(const _0x230fc0 of _0x388b20)_0x5ca1aa['getCommentThread'](_0x230fc0)['remove']({'isFromAdapter':!0x0});for(const _0x232757 of _0x3a2635){let _0x547409=_0x5ca1aa['getCommentThread'](_0x232757['commentThreadId']);const {commentThreadId:_0x2c2363,context:_0x594eb1,attributes:_0x10adf0,resolvedBy:_0xc56772,resolvedAt:_0x435dfb,unlinkedAt:_0x4cf4d4,deletedAt:_0x220a43}=_0x232757;if(_0x220a43)continue;_0x547409||(_0x547409=_0x5ca1aa['addCommentThread']({'channelId':_0x13c6dc,'threadId':_0x2c2363,'context':_0x594eb1,'attributes':_0x10adf0||{},'resolvedBy':_0xc56772,'resolvedAt':_0x435dfb,'unlinkedAt':_0x4cf4d4,'isFromAdapter':!0x0}));const _0x128fc7=new Set(Array['from'](_0x547409['comments'],_0x22de6e=>_0x22de6e['id']));for(const _0x5f5940 of _0x232757['comments'])_0x128fc7['delete'](_0x5f5940['commentId']);for(const _0x191896 of _0x128fc7)_0x547409['getComment'](_0x191896)['remove']({'isFromAdapter':!0x0});for(const _0x5179a6 of _0x232757['comments']){const _0x4f048e=_0x547409['getComment'](_0x5179a6['commentId']);_0x4f048e?_0x4f048e['content']!==_0x5179a6['content']&&_0x4f048e['update']({'content':_0x5179a6['content'],'isFromAdapter':!0x0}):_0x547409['addComment'](Object['assign'](S(_0x5179a6),{'isFromAdapter':!0x0}));}}}['_getService'](_0x328b16){if(!this['_services']['has'](_0x328b16))throw new _0x37bed6('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x328b16});return this['_services']['get'](_0x328b16);}async['_fetchMissingUsersForThreads'](_0x53e244){const _0x257059=this['context']['plugins']['get'](_0x4b7120),{connection:_0x2f91ce}=this['context']['plugins']['get'](c),_0x23f2a6=new Set();for(const {resolvedBy:_0x293228,comments:_0x2ae0dc}of _0x53e244){_0x293228&&!_0x257059['getUser'](_0x293228)&&_0x23f2a6['add'](_0x293228);for(const {userId:_0x5169d4}of _0x2ae0dc)_0x257059['getUser'](_0x5169d4)||_0x23f2a6['add'](_0x5169d4);}if(0x0===_0x23f2a6['size'])return;const _0x5ca0f5=await dt['getMany'](_0x2f91ce,Array['from'](_0x23f2a6));for(const _0x54a138 of _0x5ca0f5)_0x257059['getUser'](_0x54a138['id'])||_0x257059['addUser'](_0x54a138);}}async function B(_0x5bc103){if('404'!==_0x5bc103['code'])throw _0x5bc103;}function ut(_0x53440d){if((_0x1cec38=_0x53440d)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x1cec38['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x1cec38['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x1cec38;throw _0x53440d;}function S(_0x152b5b){return{'threadId':_0x152b5b['commentThreadId'],'commentId':_0x152b5b['commentId'],'content':_0x152b5b['content'],'createdAt':_0x152b5b['createdAt'],'authorId':_0x152b5b['userId'],'attributes':_0x152b5b['attributes']||{}};}class f extends _0x266e72{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,_0x4b7120];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x9e8594){super(_0x9e8594);const _0x43bc8e=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x43bc8e);}async['init'](){const _0x38a53c=this['editor']['plugins']['get'](l),_0x222449=_0x38a53c['serverHistory'],_0x6ea0b2=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x222449,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x38a53c['sessionId']});const _0x9c9ba4=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x3fd93c=await tt['isBundleUploaded'](_0x6ea0b2['connection'],_0x9c9ba4);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x5b28ed})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x5b28ed)),'updateRevisions':async _0x1946dc=>{await this['_waitForServiceReady']();const _0x3eb514=this['_revisionTracker']['currentRevision'];if(_0x3fd93c&&0x1===_0x1946dc['length']&&_0x1946dc[0x0]['id']===_0x3eb514['id'])return _0x1946dc;for(const _0x3f63ca of _0x1946dc)_0x3f63ca['id']===_0x3eb514['id']&&(_0x3f63ca['isEmptyCurrent']=_0x3f63ca['fromVersion']===_0x3f63ca['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x1946dc,this['_lastRequestId'])['then'](_0x20d8a7=>(this['_lastRequestId']=_0x20d8a7,_0x1946dc))['catch'](_0x18d6e6=>{if(st(_0x18d6e6)||'400'===_0x18d6e6['code']&&void 0x0!==_0x18d6e6['data']['wrongRequestId']){for(const _0x17a761 of _0x1946dc){!this['_revisionTracker']['repository']['getRevision'](_0x17a761['id'])||this['_revisionTracker']['_bufferUpdate'](_0x17a761['id'],_0x17a761,!0x1);}if(st(_0x18d6e6))throw _0x18d6e6;return _0x1946dc;}throw _0x18d6e6;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x9bf179,{revisionsData:_0x502c1b,requestId:_0x2687d0})=>{Math['max'](..._0x502c1b['map'](_0x1306d2=>_0x1306d2['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x502c1b,_0x2687d0);}):this['_handleRevisionsUpdate'](_0x502c1b,_0x2687d0);});const {revisions:_0x36464f,requestId:_0x1c38e7}=await this['_revisionHistoryService']['connect'](_0x6ea0b2['connection']);_0x6ea0b2['addToReconnectionStack'](this),this['_lastRequestId']=_0x1c38e7,await this['_fetchMissingUsers'](_0x36464f);for(const _0x852aa2 of _0x36464f)this['_revisionTracker']['addRevisionData'](_0x852aa2);this['listenTo'](_0x38a53c,'change:_isConnected',(_0x4629e4,_0x3acebb,_0x1fb6d8)=>{_0x1fb6d8&&(this['_oldOffset']=_0x38a53c['_offset'],_0x4629e4['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x6ea0b2,'state',_0x4e953f=>_0x4e953f===_0x1cb2dd['CONNECTED']);}async['reconnect'](){const _0x383c2c=this['editor']['plugins']['get'](c),_0x3b003f=this['editor']['plugins']['get'](l),_0x542b66=async()=>{const _0x5109ca=this['_revisionTracker']['currentRevision'],_0x534d26=_0x5109ca['id'],_0x56ae02=_0x534d26!==_0x3b003f['sessionId'];if(_0x56ae02){const _0x453061=_0x3b003f['_offset']-this['_oldOffset'],_0x9900de=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x5109ca['toVersion']+_0x453061!==_0x9900de){const _0x210dd3=_0x5109ca['fromVersion']+_0x453061,_0x4bf328=this['editor']['plugins']['get'](_0x4b7120),_0x16de79=this['_revisionTracker']['buildRevisionData']({'revision':_0x5109ca,'from':_0x210dd3,'to':_0x9900de});_0x16de79['id']=_0x5109ca['id'];const _0x2bd82c=_0x16de79['authorsIds']['map'](_0x16e7c2=>_0x4bf328['getUser'](_0x16e7c2));_0x5109ca['_update']({..._0x16de79,'authors':_0x2bd82c},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x5109ca['id'],_0x16de79,!0x0);}this['_revisionTracker']['_startingVersion']=_0x9900de,(_0x5109ca['toVersion']===_0x5109ca['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x534d26)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x534d26),this['_revisionTracker']['_createCurrentRevision'](_0x9900de));}const {revisions:_0x18c373,requestId:_0x1f97fd}=await this['_revisionHistoryService']['reconnect'](_0x383c2c['connection'],this['_lastRequestId']);_0x56ae02&&_0x18c373['length']>0x0?_0x3b003f['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x18c373),this['_handleRevisionsUpdate'](_0x18c373,_0x1f97fd),this['_revisionTracker']['sendBufferedUpdates']());};return _0x3b003f['_isConnected']?_0x542b66():new Promise((_0x22b62e,_0x128139)=>{_0x3b003f['once']('change:_isConnected',()=>{_0x542b66()['then'](_0x22b62e)['catch'](_0x128139);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x52c322=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x53e598=>{_0x53e598['off'](),_0x52c322();});});}['_getLatestVersionFromServerOperations'](){const _0x1ed8d3=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x30f8b8 of _0x1ed8d3)if('marker'!==_0x30f8b8['type']||_0x30f8b8['affectsData'])return _0x30f8b8['baseVersion']+0x1;}['_getLatestVersion'](){const _0x221f21=this['editor']['plugins']['get'](l);return new Promise(_0x3326ab=>{_0x221f21['_isPendingUpdate']?_0x221f21['once']('change:_isPendingUpdate',()=>{_0x3326ab(this['_getLatestVersionFromServerOperations']());}):_0x3326ab(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x50d8da,_0x435e0a){const _0x481dce=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x435e0a;for(const _0x48daa8 of _0x50d8da){const _0x672c27=_0x481dce['getRevision'](_0x48daa8['id']);if(_0x672c27){if((_0x48daa8['fromVersion']||_0x48daa8['toVersion'])&&(_0x48daa8['diffData']=null),_0x672c27===this['_revisionTracker']['currentRevision']){const _0xa1cee0=Math['max'](_0x672c27['toVersion'],_0x48daa8['toVersion']),_0xed695e=Math['max'](_0x672c27['fromVersion'],_0x48daa8['fromVersion']);let _0x306172;_0x672c27['toVersion']===_0x48daa8['toVersion']&&_0x672c27['fromVersion']===_0x48daa8['fromVersion']?(_0x306172=!0x0,this['_preventResendingRevisionData'](_0x48daa8)):_0x48daa8['toVersion']===_0xa1cee0&&_0x48daa8['fromVersion']===_0xed695e?_0x306172=!0x1:(_0x672c27['toVersion']===_0xa1cee0&&_0x672c27['fromVersion']===_0xed695e||this['_fixRevision']({'revision':_0x672c27,'from':_0xed695e,'to':_0xa1cee0}),_0x306172=!0x0),_0x306172&&(delete _0x48daa8['fromVersion'],delete _0x48daa8['toVersion'],delete _0x48daa8['diffData'],delete _0x48daa8['createdAt'],delete _0x48daa8['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x48daa8),this['_preventResendingRevisionData'](_0x48daa8);}else this['_revisionTracker']['addRevisionData'](_0x48daa8);}const _0x5a8e60=_0x481dce['getRevisions']();_0x5a8e60['reverse']();for(let _0x14cc0f=0x0;_0x14cc0f<_0x5a8e60['length']-0x1;_0x14cc0f++){const _0x5d8ace=_0x5a8e60[_0x14cc0f],_0x11dd55=_0x5a8e60[_0x14cc0f+0x1];if(_0x5d8ace['fromVersion']<_0x11dd55['toVersion']){const _0x47aba5=_0x11dd55['toVersion'],_0x9f32a8=Math['max'](_0x47aba5,_0x5d8ace['toVersion']);this['_fixRevision']({'revision':_0x5d8ace,'from':_0x47aba5,'to':_0x9f32a8});}}}['_fixRevision']({revision:_0x4fab2f,from:_0xb21346,to:_0x57ee3b}={}){const _0xe7f1cb=this['editor']['plugins']['get'](_0x4b7120),_0x5da3fc=this['_revisionTracker']['buildRevisionData']({'revision':_0x4fab2f,'from':_0xb21346,'to':_0x57ee3b});_0x5da3fc['authors']=_0x5da3fc['authorsIds']['map'](_0x3d8296=>_0xe7f1cb['getUser'](_0x3d8296)),_0x4fab2f['_update'](_0x5da3fc);}['_preventResendingRevisionData'](_0x21b728){const _0xba194b={};_0xba194b['id']=_0x21b728['id'];for(const _0xc52ee of Object['keys'](_0x21b728))'id'!==_0xc52ee&&(_0xba194b[_0xc52ee]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0xba194b['id'],_0xba194b,!0x0);}async['_fetchMissingUsers'](_0x5983e4){const _0x23df4b=this['editor']['plugins']['get'](_0x4b7120),{connection:_0x491ea4}=this['editor']['plugins']['get'](c),_0x4e5edf=new Set();for(const _0x311fa8 of _0x5983e4){for(const _0x4f3a96 of _0x311fa8['authorsIds'])_0x4fa8dc(_0x4f3a96);_0x311fa8['creatorId']&&_0x4fa8dc(_0x311fa8['creatorId']);}if(0x0===_0x4e5edf['size'])return;const _0x578f9b=await dt['getMany'](_0x491ea4,Array['from'](_0x4e5edf));for(const _0x5aaf67 of _0x578f9b)_0x23df4b['getUser'](_0x5aaf67['id'])||_0x23df4b['addUser'](_0x5aaf67);function _0x4fa8dc(_0x3fcbdb){_0x23df4b['getUser'](_0x3fcbdb)||_0x4e5edf['add'](_0x3fcbdb);}}}function st(_0x739d15){return _0x739d15['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x739d15['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x739d15['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x266e72{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 _0x4d54c6{constructor(_0x1ce6c2){super(_0x1ce6c2);const _0x508469=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x508469['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x508469['to']('usersCount',_0x535cc6=>q(_0x1ce6c2,'CONNECTED_USERS',_0x535cc6))}]});}}class es extends _0x4d54c6{['items'];['keystrokes'];constructor(_0x2cbc89){super(_0x2cbc89);const _0x3f7120=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x12f1de(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x3f7120['if']('hasPopup'),'aria-expanded':_0x3f7120['to']('isExpanded',_0x411a5b=>this['hasPopup']&&String(_0x411a5b)),'aria-label':_0x3f7120['to']('hasPopup',_0xcf1315=>q(_0x2cbc89,_0xcf1315?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x3f7120['to']('hasPopup',_0x62ca07=>!!_0x62ca07&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x3f7120['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0x2bcc86,_0x35b698,_0x47253d)=>{this['element']&&(_0x47253d?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 _0x4d54c6{['counterView'];['inlineListView'];constructor(_0x82ce99){super(_0x82ce99);const _0x433800=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x82ce99),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x45cac4 of this['inlineListView']['items'])_0x45cac4['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',_0x433800['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x4d54c6{['listWrapperView'];constructor(_0x33f4f9,_0x11511a){super(_0x33f4f9),this['listWrapperView']=new mt(_0x33f4f9,_0x11511a),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':q(_0x33f4f9,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class mt extends _0x25c79c{constructor(_0x5f23e3,_0x33f90b){super(_0x5f23e3);const _0x1ee76b=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x33f90b?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x1ee76b['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x1ee76b['to']('role'),'aria-label':_0x1ee76b['to']('ariaLabel'),'aria-labelledby':_0x1ee76b['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x1b9bae['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x5f3bca=this['element'];_0x5f3bca&&(this['_isScrollable']=Math['max'](_0x5f3bca['scrollHeight'],_0x5f3bca['clientHeight'])>0.8*window['innerHeight']);}}class k extends rt{['userView'];constructor(_0x18469b,_0xdaef2,_0x3e7dba){super(_0x18469b);const _0x3ffff0=this['bindTemplate'];this['userView']=new ct(_0x18469b,_0xdaef2);const _0x2d5f87={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0xdaef2['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0xdaef2['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0xdaef2['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x3e7dba&&(_0x2d5f87['tag']='button',_0x2d5f87['on']={'click':_0x3ffff0['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x2d5f87);}['focus'](){this['element']['focus']();}}class y extends _0x4d54c6{['userView'];['markerView'];constructor(_0x305c33,_0x26324f,_0x2d1318){super(_0x305c33);const _0x54aa24=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new ct(_0x305c33,_0x26324f),this['markerView']=new at(_0x305c33,_0x26324f);const _0x57e581=new ot(_0x305c33);_0x57e581['template']['tag']='span',_0x57e581['text']=_0x26324f['name'];const _0x469c81={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x54aa24['to']('isFocusable',_0x27357d=>!!_0x27357d&&0x0),'aria-labelledby':_0x57e581['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x54aa24['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x54aa24['to']('hasTooltip',_0x279d88=>!_0x279d88),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x57e581]};_0x2d1318&&(_0x469c81['tag']='button',_0x469c81['on']={'click':_0x54aa24['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x469c81);}}class at extends _0x4d54c6{constructor(_0x49847a,_0x6e214d){super(_0x49847a),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x6e214d['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x28c33e{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x3edffb){super(_0x3edffb),this['context']['config']['define']('presenceList',A);const _0x222b8a=_0x3edffb['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x222b8a)throw new _0x37bed6('presencelist-collapseat-invalid-format',this);if(_0x222b8a<0x1)throw new _0x37bed6('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x12570d(),this['balloonPanelView']=new _0x52aab4(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x509178 of this['_allConnectedUsers'])this['_handleUserAdd'](_0x509178);this['listenTo'](this['_allConnectedUsers'],'add',(_0xdcbcb,_0x44a4b8)=>{this['_handleUserAdd'](_0x44a4b8);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x30ad22,_0x565965)=>{this['_handleUserRemove'](_0x565965);});}['_createView'](){const _0x4d4f66=this['context'],_0x451dd0=new L(this['context']['locale']),_0x12e4f0=this['balloonPanelView'];if(!_0x5c575a(_0x4d4f66['config']['get']('presenceList.container')))throw new _0x37bed6('presencelist-missing-container',this);return _0x451dd0['counterView']['bind']('usersCount')['to'](this),_0x451dd0['bind']('isCollapsed')['to'](this,'usersCount',_0x15274e=>{const {collapseAt:_0x46450e,displayMe:_0x279796}=_0x4d4f66['config']['get']('presenceList'),_0x1ddd73=_0x15274e>=_0x46450e;return _0x451dd0['counterView']['isHidden']=!(0x1==_0x15274e&&_0x279796||_0x1ddd73),_0x1ddd73||this['hideDropdown'](),_0x1ddd73;}),_0x451dd0['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x1c1ca8=>{const _0x48a9e7=_0x4d4f66['config']['get']('presenceList'),_0x3bb49a=new y(_0x4d4f66['locale'],_0x1c1ca8,!!_0x48a9e7['onClick']);return _0x3bb49a['bind']('hasTooltip')['to'](_0x451dd0,'isCollapsed',_0x3deb76=>!_0x3deb76),_0x3bb49a['bind']('isFocusable')['to'](_0x451dd0,'isCollapsed',_0x262a5f=>!_0x262a5f),_0x48a9e7['onClick']&&this['listenTo'](_0x3bb49a,'execute',()=>{this['view']['isCollapsed']||_0x48a9e7['onClick'](_0x1c1ca8,_0x3bb49a['element']);}),_0x3bb49a;}),this['listenTo'](_0x451dd0['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0x451dd0['inlineListView']['keystrokes']['set']('Enter',(_0x366670,_0x110aa1)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x110aa1());}),_0x451dd0['render'](),_0x12e4f0['render'](),_0x77def9({'emitter':_0x451dd0,'activator':()=>_0x12e4f0['isVisible'],'contextElements':[_0x12e4f0['element'],_0x451dd0['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x4d4f66['config']['get']('presenceList.container')['appendChild'](_0x451dd0['element']),this['_bodyCollection']=new _0x2ee6b3(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x451dd0;}['_handleUserAdd'](_0x1d2fee){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x1d2fee['isMe'])return;const _0xc5892=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0xc5892&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x7ea05e=_0x1d2fee['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x1d2fee,_0x7ea05e);}['_handleUserRemove'](_0x18b60d){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0x18b60d['id'])&&(this['currentDisplayedUsers']['remove'](_0x18b60d['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x1a61dc of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x1a61dc['id']))return void this['currentDisplayedUsers']['add'](_0x1a61dc,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x4507c1=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x4507c1['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x169745}=this['presenceDropdownView'];_0x169745['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x5ba426=>{if(!_0x4507c1['displayMe']&&_0x5ba426['isMe'])return null;const _0x2c3bb0=new k(this['context']['locale'],_0x5ba426,!!_0x4507c1['onClick']);return _0x4507c1['onClick']&&this['listenTo'](_0x2c3bb0,'execute',()=>{_0x4507c1['onClick'](_0x5ba426,_0x2c3bb0['element']);}),_0x2c3bb0;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x169745['focus'](),_0x169745['checkIfScrollable']();const _0x48463d=(_0x550b57,_0x486d4c)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x486d4c();};_0x169745['keystrokes']['set']('Esc',_0x48463d),_0x169745['keystrokes']['set']('Shift+Tab',_0x48463d),_0x169745['keystrokes']['set']('Tab',(_0x3db6fa,_0x554a53)=>{!function(_0x5c8e01){const _0x431345=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x22e870=>_0x22e870+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x22ccc6=[...document['body']['querySelectorAll'](_0x431345)]['filter'](_0x110aa2=>_0x110aa2===document['activeElement']||_0x110aa2['offsetWidth']+_0x110aa2['offsetHeight']>0x0)['sort']((_0x40a02d,_0x5a1ef5)=>(_0x40a02d['tabIndex']||0x0)-(_0x5a1ef5['tabIndex']||0x0)),_0x3edee9=_0x22ccc6['indexOf'](_0x5c8e01),_0x39c4f2=_0x22ccc6[(_0x3edee9+0x1)%_0x22ccc6['length']];_0x39c4f2&&_0x39c4f2['focus']();}(this['view']['element']),this['hideDropdown'](),_0x554a53();}),_0x169745['focusTracker']['add'](this['view']['element']),_0x169745['focusTracker']['on']('change:isFocused',(_0x4b7659,_0x25591f,_0x56fb1d)=>{_0x56fb1d||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 _0x28c33e{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};
|
|
23
|
+
import{ContextPlugin as _0x498445,Plugin as _0x293c5a,PendingActions as _0x3e80ae,Context as ot}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x392eb0,CKEditorError as _0x21f60b,Collection as _0x14b0f5,global as _0xd7a97b,version as ht,uid as _0x446026,KeystrokeHandler as _0x193412}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0xc3140,View as _0x21b85b,ListView as _0x6126fa,ListItemView as at,LabelView as pt,BalloonPanelView as _0x4b6953,clickOutsideHandler as _0x5a78ed,BodyCollection as _0xba0c8a}from'@ckeditor/ckeditor5-ui/dist/index.js';import{LiveRange as ut,History as _0x1c51e7,NoOperation as _0x44dfc9,InsertOperation as _0x49f73c,MarkerOperation as _0x547001,RootAttributeOperation as _0x5af919,transformSets as _0x49a2a4,OperationFactory as _0x2400d3}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as ft,WEB_SOCKET_GATEWAY_STATES as _0x10fa10,CollaborativeEditingService as _0x33852f,User as mt,CommentsService as nt,TrackChangesService as et,RevisionHistoryService as tt,EditorService as _0x5527f2}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x5bb3d9,UserView as lt}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0x2e47fa}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x1cfdb0}from'lodash-es';class c extends _0x498445{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>ft)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0xc3140];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5e3804){super(_0x5e3804),this['set']('state',_0x10fa10['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x392eb0);}['init'](){const _0x2e3391=this['context'],_0x282cc2=_0x2e3391['plugins']['get']('CloudServices'),_0x54f525=_0x2e3391['plugins']['get'](_0xc3140);if(!_0x282cc2['token'])throw new _0x21f60b('websocketgateway-missing-token',this);if(!_0x282cc2['webSocketUrl'])throw new _0x21f60b('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'](_0x282cc2['token'],_0x282cc2['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x4c4f29=>{if(this['connection']=_0x4c4f29,this['bind']('state')['to'](_0x4c4f29,'state',this,'_isBrowserOffline',(_0x4e2158,_0xdda007)=>('connected'!==_0x4e2158&&(this['_shouldPluginsReconnect']=!0x0),_0xdda007||_0x4e2158!==_0x10fa10['CONNECTED']?_0x10fa10['DISCONNECTED']:this['state']==_0x10fa10['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x10fa10['CONNECTING']):_0x10fa10['CONNECTED'])),this['connection']['on']('error',(_0x3ac2c6,_0x483ec5)=>{if('limitExceeded'!==_0x483ec5['code'])throw console['error'](_0x483ec5),new _0x21f60b('cloudservices-init',null,{'originalError':_0x483ec5});_0x54f525['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'});}),!_0x4c4f29['me'])return new Promise(_0x2dfc19=>_0x4c4f29['on']('change:me',_0x2dfc19));})['catch'](_0xf13f22=>{throw console['error'](_0xf13f22),new _0x21f60b('cloudservices-init',null,{'originalError':_0xf13f22});});}['addToReconnectionStack'](_0x3c8418){if('function'!=typeof _0x3c8418['reconnect'])throw new _0x21f60b('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x3c8418))throw new _0x21f60b('websocketgateway-plugin-already-registered',this,{'name':_0x3c8418['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x3c8418);}['removeFromReconnectionStack'](_0x282a32){this['_reconnectionStack']['delete'](_0x282a32);}['isInReconnectionStack'](_0x2b5282){return this['_reconnectionStack']['has'](_0x2b5282);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x21bc00=>_0x21bc00['reconnect']())))['then'](()=>this['state']=_0x10fa10['CONNECTED'])['catch'](_0x2d95c0=>{throw console['error'](_0x2d95c0),new _0x21f60b('cloudservices-reconnection-error',this['context']);});}['destroy'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x10fa10['DISCONNECTED'],this['_domEmitter']['stopListening'](),super['destroy']();}}class i extends _0x498445{['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,_0x5bb3d9];}constructor(_0x2de938){super(_0x2de938),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x14b0f5(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x5bb3d9);}['init'](){const _0x5e28ac=this['context']['plugins']['get'](c);this['listenTo'](_0x5e28ac,'change:state',(_0x449e93,_0x1046a0,_0x49bf61)=>{if('connected'!==_0x49bf61)this['channelSessions']['forEach'](_0x4d7129=>_0x4d7129['clear']()),this['channelConnectedUsers']['forEach'](_0x4a809e=>_0x4a809e['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x17a123,_0x1af7e3]of this['_registeredSessions'])for(const _0x167a61 of _0x1af7e3)this['_handleSessionAdd'](_0x17a123,_0x167a61);}}),this['_createUser'](_0x5e28ac['connection']['me'],!0x0);}['register'](_0x5c4c28,_0x20b3fb){if(this['_registeredSessions']['has'](_0x5c4c28))throw new _0x21f60b('sessions-register-already-registered',null,{'channelId':_0x5c4c28});this['_registeredSessions']['set'](_0x5c4c28,_0x20b3fb),this['channelSessions']['set'](_0x5c4c28,new _0x14b0f5()),this['channelConnectedUsers']['set'](_0x5c4c28,new _0x14b0f5()),this['listenTo'](_0x20b3fb,'add',(_0x2af32c,_0x587a2d)=>this['_handleSessionAdd'](_0x5c4c28,_0x587a2d)),this['listenTo'](_0x20b3fb,'remove',(_0x37a043,_0x289970)=>this['_handleSessionRemove'](_0x5c4c28,_0x289970));for(const _0x14ab5f of _0x20b3fb)this['_handleSessionAdd'](_0x5c4c28,_0x14ab5f);}['unregister'](_0x47abb9){if(!this['_registeredSessions']['has'](_0x47abb9))throw new _0x21f60b('sessions-unregister-not-exist',null,{'channelId':_0x47abb9});const _0x2722cf=this['_registeredSessions']['get'](_0x47abb9);this['stopListening'](_0x2722cf);for(const _0x205d79 of _0x2722cf)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x47abb9,_0x205d79);this['_registeredSessions']['delete'](_0x47abb9),this['channelSessions']['delete'](_0x47abb9),this['channelConnectedUsers']['delete'](_0x47abb9);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0x4b9a08){for(const _0x3bda7d of this['channelSessions']['values']())for(const _0x558e69 of _0x3bda7d)if(_0x558e69['id']===_0x4b9a08)return _0x558e69['user'];}['getUserSessions'](_0x5a625b,_0x3c227e){const _0x44c5a0=_0x3c227e?[this['channelSessions']['get'](_0x3c227e)]:this['channelSessions']['values'](),_0x30075a=new Set();for(const _0x4d435f of _0x44c5a0)for(const _0x21e159 of _0x4d435f)_0x21e159['user']['id']===_0x5a625b['id']&&_0x30075a['add'](_0x21e159['id']);return _0x30075a;}['getUserRole'](_0xe022b5){for(const _0x1cd068 of this['channelSessions']['values']())for(const _0x1095b8 of _0x1cd068)if(_0x1095b8['user']===_0xe022b5)return _0x1095b8['role'];}['_handleSessionAdd'](_0x2b0686,_0x39024e){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0xb6a776=_0x39024e['user'],_0x27c26e=this['_users']['getUser'](_0xb6a776['id'])||this['_createUser'](_0xb6a776),_0xb0ca59=Object['assign']({},_0x39024e,{'user':_0x27c26e});this['channelSessions']['get'](_0x2b0686)['add'](_0xb0ca59);const _0x396194=this['channelConnectedUsers']['get'](_0x2b0686);_0x396194['has'](_0x27c26e['id'])||_0x396194['add'](_0x27c26e),this['allConnectedUsers']['has'](_0x27c26e['id'])||this['allConnectedUsers']['add'](_0x27c26e,_0x27c26e['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x2b0686,{'channelId':_0x2b0686,'session':_0xb0ca59});}['_handleSessionRemove'](_0x4d4bfd,_0x338adf){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x413003=this['channelConnectedUsers']['get'](_0x4d4bfd),_0x726b47=_0x338adf['user'];_0x726b47['id']&&(this['channelSessions']['get'](_0x4d4bfd)['remove'](_0x338adf['id']),_0x413003['has'](_0x726b47['id'])&&!this['getUserSessions'](_0x726b47,_0x4d4bfd)['size']&&_0x413003['remove'](_0x726b47['id']),this['allConnectedUsers']['get'](_0x726b47['id'])&&!this['getUserSessions'](_0x726b47)['size']&&this['allConnectedUsers']['remove'](_0x726b47['id']));}['_createUser'](_0x1fb050,_0x3826e1){const _0x139c56=this['_users']['addUser'](_0x1fb050);return _0x3826e1&&this['_users']['defineMe'](_0x1fb050['id']),_0x139c56['orderNumber']=this['_uniqueUsersCount']++,_0x139c56;}}class E extends _0x293c5a{['_domEmitter']=new(_0x392eb0())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1d8de7=this['editor'],_0x403e3a=_0x1d8de7['plugins']['get'](i);_0x1d8de7['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x3db9d8,{writer:_0x34e73c})=>function(_0x56f0ee,_0x3ed3b6,_0x4c83c1,_0xf42218){const _0x2c4633=_0x56f0ee['markerName']['split'](':')[0x2],_0x216054=_0x4c83c1['getUserBySessionId'](_0x2c4633);if(!_0x216054||_0x2c4633===_0x4c83c1['mySessionId'])return;if(!_0xf42218['model']['schema']['checkChild'](_0x56f0ee['markerRange']['start'],'$text'))return;const _0x23fc64={'class':'ck-user__marker\x20'+_0x216054['color']['getMarkerClass'](),'data-name':_0x216054['name'],'data-session-id':_0x2c4633},_0x3cfec8=_0xf42218['model']['markers']['get'](_0x56f0ee['markerName']),_0x233525=_0x3cfec8['getStart'](),_0x58e358=_0x233525['nodeAfter'],_0x372862=_0xf42218['model']['schema'];if(_0x58e358&&_0x372862['isObject'](_0x58e358)&&_0x372862['isInline'](_0x58e358)&&!_0xf42218['model']['markers']['get']('user:range:'+_0x2c4633)['getRange']()['isCollapsed'])return;const _0x4c5780=_0x233525['parent'];return _0xf42218['model']['schema']['isLimit'](_0x4c5780)&&!_0xf42218['model']['hasContent'](_0x4c5780)&&(_0x23fc64['contenteditable']=!0x1),function(_0x4c071f,_0x54f712,_0x1fcedd){const _0x5b2ed2=_0x4c071f['createUIElement']('span',_0x54f712);return _0x4c071f['setCustomProperty']('userPositionMarker',!0x0,_0x5b2ed2),_0x5b2ed2['render']=function(_0x3e4109){const _0x53bc70=this['toDomElement'](_0x3e4109);return _0x53bc70['innerHTML']='<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span><span\x20class=\x22ck-user__marker-tooltip\x22\x20contenteditable=\x22false\x22\x20spellcheck=\x22false\x22>'+_0x1fcedd['name']+'</span>',_0x53bc70['addEventListener']('mouseenter',()=>{_0x53bc70['classList']['add']('ck-user__marker_hovered');}),_0x53bc70['addEventListener']('mouseleave',()=>{_0x53bc70['classList']['remove']('ck-user__marker_hovered');}),_0x53bc70;},_0x5b2ed2['isSimilar']=function(_0x25a41a){return!(!this['getCustomProperty']('userPositionMarker')||!_0x25a41a['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x25a41a['getAttribute']('data-session-id'));},_0x5b2ed2;}(_0x3ed3b6,_0x23fc64,_0x216054);}(_0x3db9d8,_0x34e73c,_0x403e3a,_0x1d8de7)}),_0x1d8de7['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x1752b3=>function(_0x16a8b6,_0x53727c){const _0xa7a749=_0x16a8b6['markerName']['split'](':')[0x2];if(_0xa7a749===_0x53727c['mySessionId'])return null;const _0x6aa159=_0x53727c['getUserBySessionId'](_0xa7a749);if(!_0x6aa159)return{'id':_0xa7a749,'classes':[]};return{'id':_0xa7a749,'classes':['ck-user__selection',_0x6aa159['color']['getSelectionClass']()],'attributes':{'data-session-id':_0xa7a749},'priority':0x7d0+_0x6aa159['orderNumber']};}(_0x1752b3,_0x403e3a)}),function(_0x2512ed){const _0x14e2a0=_0x2512ed['model'],_0x2861c4=new Map(),_0x5b2edf=_0x2512ed['plugins']['get'](i);_0x14e2a0['markers']['on']('update:user:range',(_0x343d0a,_0x4efef6,_0x2c0085,_0x3c4667)=>{if(!_0x3c4667&&_0x2861c4['get'](_0x4efef6['name']))return _0x2861c4['get'](_0x4efef6['name'])['detach'](),void _0x2861c4['delete'](_0x4efef6['name']);const _0x2c5e60=_0x4efef6['name']['split'](':')[0x2];if(_0x2c5e60===_0x5b2edf['mySessionId'])return;const _0x5e49d8='user:position:'+_0x2c5e60;_0x14e2a0['markers']['has'](_0x5e49d8)&&_0x2512ed['editing']['reconvertMarker'](_0x5e49d8),_0x4efef6['on']('change:range',(_0x4775bc,_0x3b6172,_0x4e98a1)=>{if('$graveyard'!=_0x3b6172['root']['rootName']&&'$graveyard'==_0x4efef6['getRange']()['root']['rootName']&&!_0x2861c4['has'](_0x4efef6['name'])){const _0x3c8c1f=_0x14e2a0['schema']['getNearestSelectionRange'](_0x4e98a1['deletionPosition']);if(_0x3c8c1f){const _0x136a4b=ut['fromRange'](_0x3c8c1f);_0x2861c4['set'](_0x4efef6['name'],_0x136a4b),_0x136a4b['on']('change:range',(_0x9c8611,_0x4d2944,_0x42ca8e)=>{if('$graveyard'==_0x136a4b['root']['rootName']){const _0xe7958c=_0x14e2a0['schema']['getNearestSelectionRange'](_0x42ca8e['deletionPosition']);_0xe7958c?(_0x136a4b['start']=_0xe7958c['start'],_0x136a4b['end']=_0xe7958c['end']):(_0x2861c4['delete'](_0x4efef6['name']),_0x136a4b['detach']());}});}}});}),_0x14e2a0['document']['on']('change',()=>{_0x2861c4['size']>0x0&&_0x14e2a0['enqueueChange']({'isUndoable':!0x1},_0x19f021=>{for(const [_0x252f86,_0x248ddb]of _0x2861c4)'$graveyard'==_0x14e2a0['markers']['get'](_0x252f86)['getRange']()['root']['rootName']&&(Q(_0x252f86['split'](':')[0x2],_0x248ddb['toRange'](),_0x14e2a0,_0x19f021),_0x248ddb['detach']());_0x2861c4['clear']();});});}(_0x1d8de7),this['_domEmitter']['listenTo'](_0xd7a97b['document'],'keydown',(_0x175a04,{key:_0x67a474})=>{'Escape'===_0x67a474&&function(_0x4497f0){_0x4497f0['editing']['view']['change'](_0x33d27b=>{for(const _0x469bde of _0x4497f0['model']['markers']){if(!_0x469bde['name']['startsWith']('user:position'))continue;const _0x288e90=_0x4497f0['editing']['mapper']['markerNameToElements'](_0x469bde['name']);if(_0x288e90){for(const _0xcac5c8 of _0x288e90)_0x33d27b['removeClass']('ck-user__marker_hovered',_0xcac5c8);}}});}(_0x1d8de7);},{'useCapture':!0x0});}['afterInit'](){const _0x3b56ef=this['editor'],_0x511b8c=_0x3b56ef['commands']['get']('undo');_0x511b8c&&_0x3b56ef['model']['on']('applyOperation',(_0x40fa28,_0x4ceb3b)=>{const _0x19d713=_0x4ceb3b[0x0];if('marker'!=_0x19d713['type']||!_0x19d713['name']['startsWith']('user:'))return;const _0x370c7e=_0x19d713['batch'];_0x511b8c['_createdBatches']['has'](_0x370c7e)&&(_0x19d713['newRange']=_0x19d713['oldRange']?_0x3b56ef['model']['createRange'](_0x19d713['oldRange']['start'],_0x19d713['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x1debb4=this['editor'],_0x17c935=_0x1debb4['model']['document'],_0x5d4197=_0x1debb4['plugins']['get'](i);_0x1debb4['model']['enqueueChange']({'isUndoable':!0x1},_0x496491=>{const _0xc0d773='user:range:'+_0x5d4197['mySessionId'],_0x56ae8e='user:position:'+_0x5d4197['mySessionId'],_0x3b3d7a=_0x1debb4['model']['markers']['has'](_0xc0d773);_0x1debb4['editing']['view']['hasDomSelection']?Q(_0x5d4197['mySessionId'],_0x17c935['selection']['getFirstRange'](),_0x1debb4['model'],_0x496491):_0x3b3d7a&&(_0x496491['removeMarker'](_0xc0d773),_0x496491['removeMarker'](_0x56ae8e));});}}function Q(_0x5a96f1,_0x4b909a,_0x568201,_0x1efc79){const _0x4b14cf='user:range:'+_0x5a96f1,_0x59a2ac='user:position:'+_0x5a96f1,_0x221572=_0x4b909a['getContainedElement']();let _0xebcc13=_0x4b909a['start'];_0x221572&&_0x221572['is']('element','tableCell')&&(_0xebcc13=function(_0x1a815a,_0x5c4ea6){for(const _0x4afdb2 of _0x1a815a['getPositions']())if(_0x5c4ea6['schema']['checkChild'](_0x4afdb2,'$text'))return _0x4afdb2;}(_0x4b909a,_0x568201),_0x4b909a=_0x1efc79['createRange'](_0xebcc13));const _0x5607bf=_0x1efc79['createRange'](_0xebcc13);_0x568201['markers']['has'](_0x4b14cf)?(_0x1efc79['updateMarker'](_0x4b14cf,{'range':_0x4b909a}),_0x1efc79['updateMarker'](_0x59a2ac,{'range':_0x5607bf})):(_0x1efc79['addMarker'](_0x4b14cf,{'range':_0x4b909a,'usingOperation':!0x0}),_0x1efc79['addMarker'](_0x59a2ac,{'range':_0x5607bf,'usingOperation':!0x0}));}function B(_0x248d0c,_0x148e48,_0x302027){const _0x4c03fe=_0x248d0c['t'],t=_0x248d0c['t'];switch(_0x148e48){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 _0x4c03fe({'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'},_0x302027);default:return'';}}let F=0x1;class l extends _0x293c5a{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
|
|
25
|
+
((()=>_0x33852f)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[c,i,E,_0x3e80ae,_0x5bb3d9,_0xc3140];}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 _0x248355=this['serverHistory']['getOperations']();for(let _0x189501=_0x248355['length']-0x1;_0x189501>=0x0;_0x189501--){const _0x443b9a=_0x248355[_0x189501];if(!this['_disconnectionOperations']['has'](_0x443b9a))return _0x443b9a['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x3de8f7){if(super(_0x3de8f7),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x1c51e7(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x21f60b('collaboration-missing-channelid',this);const _0x26f5d5=_0x3de8f7['config']['get']('cloudServices.bundleVersion')||ht;this['_service']=new l['CollaborativeEditingService'](_0x26f5d5,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x2e47fa(),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 G(this['_disconnectionOperations']);}['init'](){const _0x4be335=this['editor'],_0x3becb9=_0x4be335['plugins']['get'](_0x5bb3d9),_0x28620a=_0x4be335['plugins']['get'](c);this['listenTo'](_0x3becb9,'getOperationAuthor',(_0x45f7f7,_0x10a872)=>{const _0x54cef5=_0x10a872[0x0];_0x54cef5['_authorId']&&(_0x45f7f7['return']=_0x3becb9['getUser'](_0x54cef5['_authorId']),_0x45f7f7['stop']()),null===_0x54cef5['_authorId']&&(_0x45f7f7['return']=null,_0x45f7f7['stop']());},{'priority':'high'}),this['listenTo'](_0x4be335['model']['document']['selection'],'change:range',(_0x232589,_0x4c471d)=>{_0x4c471d['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x4be335['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x4be335['model']['on']('applyOperation',(_0x25ef98,_0x4fa056)=>{const _0x47c1b0=_0x4fa056[0x0];_0x47c1b0['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x47c1b0),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x28620a,'state',this,'_hasSynchronizationProblem',(_0x3ecc44,_0x505f35)=>'connected'===_0x3ecc44&&!_0x505f35),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x4be335['disableReadOnlyMode']('rtc-offline'):_0x4be335['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x4be335['disableReadOnlyMode']('rtc-offline'):_0x4be335['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x11c6d1=this['editor']['plugins']['get'](i),_0x48da7c=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x11c6d1['unregister'](this['_channelId']);const _0x4347fc=await this['_service']['reconnect'](_0x48da7c['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x4347fc)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x1f5a07=await this['_service']['getConnectedSessions']();_0x11c6d1['register'](this['_channelId'],_0x1f5a07),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0xf5af78){if(function(_0x2a3da4){return'404'===_0x2a3da4['code'];}(_0xf5af78)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x163fac){return'409'===_0x163fac['code'];}(_0xf5af78)){const _0xf382b7=B(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'](_0xf382b7);}else{if(!(_0xf5af78 instanceof H))throw _0xf5af78;this['_handleReconnectionError']();}}}}['destroy'](){const _0x3badf0=this['editor']['plugins']['get'](c),_0x5d6592=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x5d6592['channelSessions']['has'](this['_channelId'])&&_0x5d6592['unregister'](this['_channelId']),_0x3badf0['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x31ed0e){if(this['sessionId']!==_0x31ed0e['sessionId']&&this['_lastSyncedOperationId']!==_0x31ed0e['lastOperationId'])throw new H();return this['sessionId']=_0x31ed0e['sessionId'],this['_handleServerResponse']([],{..._0x31ed0e,'wereChangesApplied':!0x1,'data':_0x31ed0e['data']},'reconnect');}async['_connectService'](_0x3c0d32,_0x264e08=!0x1){const {connection:_0x3cac8a}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x3cac8a,this['_channelId'])['then'](_0x590d27=>this['_initSessionsHandling'](_0x590d27))['catch'](_0x439c5c=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x439c5c);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x21f834,_0x3bcbe5)=>{this['_crash']('realtimecollaborationclient-initservice-internal-error',_0x3bcbe5);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x3fab32=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x3c0d32);this['_isPendingUpdate']=!0x0;const _0x287be5=await this['_service']['connect'](_0x3cac8a,this['_compressOperations'](_0x3c0d32),_0x3fab32);if(this['sessionId']=_0x287be5['sessionId'],_0x264e08){if(!_0x287be5['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x287be5['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x3c0d32,_0x287be5,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x287be5,_0x3c0d32);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x481c56=this['editor']['plugins']['get'](i),_0x4aa256=this['editor']['plugins']['get'](E),_0x3ee5c3=_0x481c56['channelSessions']['get'](this['_channelId']);_0x3ee5c3&&_0x3ee5c3['length']>0x1?_0x4aa256['createUserMarkerOperations']():this['listenTo'](_0x481c56,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x481c56['channelSessions']['get'](this['_channelId'])['length']&&_0x4aa256['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x14b13f,_0x1b6984,_0x48a212,_0x4c8618){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x1b6984){const _0x20289e=this['_decompressOperations'](_0x48a212,_0x4c8618);await this['_fetchMissingUsers'](_0x20289e),this['_handleExternalOperations'](_0x20289e,_0x1b6984,_0x48a212['lastOperationId'])||this['_crash']('realtimecollaborationclient-initservice-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x3ed86e}=this['editor'];let _0x321c21;try{_0x321c21=await this['_service']['getDocumentDetails']();}catch(_0xd4be33){const _0x24b3c0=B(_0x3ed86e,'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'](_0x24b3c0);}const _0x235a50=_0x321c21['currentDocumentSession']||_0x321c21['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x235a50['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x5abbcb=B(_0x3ed86e,'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'](_0x5abbcb);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x116764){const _0x316652=this['editor']['plugins']['get'](i);this['listenTo'](_0x316652,'sessionAdd:'+this['_channelId'],(_0x1e8c63,{session:_0x251302})=>{if(_0x251302['id']===_0x316652['mySessionId']){_0x1e8c63['off']();const _0x1e3045=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x691676=_0x251302['permissions'];_0x1e3045&&_0x1e3045['isEnabled']&&(_0x691676=_0x691676['filter'](_0x59f6f6=>'document:write'!==_0x59f6f6)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x691676,this['_channelId']);}}),_0x316652['register'](this['_channelId'],_0x116764);}['_initThrowingOnDataSet'](){const _0x185fa9=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x1a3378)=>{if(!_0x1a3378[_0x1a3378['length']-0x1]['suppressErrorInCollaboration'])throw new _0x21f60b('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x185fa9['apply'](this['editor']['data'],_0x1a3378);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x2aad45,[_0x1a13e0])=>{if(this['_document']['version'])throw new _0x21f60b('realtimecollaborationclient-init-document-already-initialized',this);_0x2aad45['stop'](),this['_setPendingAction']();const _0x6777bc=this['editor']['config']['get']('rootsAttributes'),_0x2aa075=this['_getOperationsFromInitData'](_0x1a13e0,_0x6777bc);0x0==_0x2aa075['length']&&_0x2aa075['push'](new _0x44dfc9(0x0)),_0x2aad45['return']=this['_connectService'](_0x2aa075)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x55f51c=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x55f51c))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x48f731,[_0x4905a5,_0x219b22])=>{_0x48f731['stop']();const _0x643846=this['editor']['model']['document']['getRoot'](_0x4905a5);if(!this['_knownRootNames']['has'](_0x4905a5)){const _0x2aa3a3=_0x219b22&&_0x219b22['data']?_0x219b22['data']:'',_0x5f1a91=_0x219b22&&_0x219b22['attributes']?_0x219b22['attributes']:{};await this['_loadRoot'](_0x4905a5,_0x2aa3a3,_0x5f1a91);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x643846['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x643846);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x55a609){const _0x7897a1=this['editor']['plugins']['get'](_0x5bb3d9),{connection:_0x1c940b}=this['editor']['plugins']['get'](c),_0x4d1db1=new Set();for(const _0xcce476 of _0x55a609){const _0x2e87f3=_0xcce476['_authorId'];_0x2e87f3&&!_0x7897a1['getUser'](_0x2e87f3)&&_0x4d1db1['add'](_0x2e87f3);}if(0x0===_0x4d1db1['size'])return;const _0x171231=await mt['getMany'](_0x1c940b,Array['from'](_0x4d1db1));for(const _0xa8835c of _0x171231)_0x7897a1['getUser'](_0xa8835c['id'])||_0x7897a1['addUser'](_0xa8835c);}['_getOperationsFromInitData'](_0x1b624c,_0xd642b4={}){const _0x117cb7=this['editor']['model'],_0x5b6428=[];let _0x1900d1=0x0;const _0x1f3302='string'==typeof _0x1b624c?{'main':_0x1b624c}:_0x1b624c;for(const _0x1187f5 of Object['keys'](_0x1f3302)){if(!this['_document']['roots']['has'](_0x1187f5))throw new _0x21f60b('realtimecollaborationclient-init-non-existent-root',this);const _0x326d9d=this['editor']['data']['parse'](_0x1f3302[_0x1187f5]),_0x5c187b=this['_document']['getRoot'](_0x1187f5),_0x5c970f=new _0x49f73c(_0x117cb7['createPositionAt'](_0x5c187b,0x0),_0x326d9d,_0x1900d1++);_0x5b6428['push'](_0x5c970f);for(const [_0x391b9e,_0x8727fe]of _0x326d9d['markers']){const _0x5a3652=_0x117cb7['createRange'](_0x117cb7['createPositionFromPath'](_0x5c187b,_0x8727fe['start']['path']['slice']()),_0x117cb7['createPositionFromPath'](_0x5c187b,_0x8727fe['end']['path']['slice']())),_0x381d69=new _0x547001(_0x391b9e,null,_0x5a3652,_0x117cb7['markers'],!0x0,_0x1900d1++);_0x5b6428['push'](_0x381d69);}}if(_0xd642b4)for(const [_0x49797a,_0xd58822]of Object['entries'](_0xd642b4)){const _0x771b1c=_0x117cb7['document']['getRoot'](_0x49797a);if(!_0x771b1c)throw new _0x21f60b('multi-root-editor-root-attributes-no-root',null);for(const [_0x4902ac,_0x567ccb]of Object['entries'](_0xd58822))if(null!==_0x567ccb){const _0x25d276=new _0x5af919(_0x771b1c,_0x4902ac,null,_0x567ccb,_0x1900d1++);_0x5b6428['push'](_0x25d276);}}return _0x5b6428;}async['_loadRoot'](_0x27935a,_0x3f46fb,_0x1029b7){this['_getOperationsFromInitData']({[_0x27935a]:_0x3f46fb},{[_0x27935a]:_0x1029b7})['forEach']((_0x25b23d,_0x5e93d3)=>{_0x25b23d['baseVersion']=this['_document']['version']+_0x5e93d3,_0x25b23d['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x25b23d);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x71472d,_0x4aa134){let _0x5aeb8d;this['_offset']=_0x71472d['offset'];const _0x46e1c8=_0x71472d['wereChangesApplied']&&!_0x71472d['initData'],_0x4ae3e7=_0x46e1c8?0x0:_0x71472d['data']['baseVersion'];if(_0x4aa134['forEach'](_0xf4db7c=>{_0xf4db7c['_isInit']=!0x0,_0xf4db7c['createdAt']=_0x71472d['sessionCreatedAt'],_0xf4db7c['_authorId']=null;}),_0x46e1c8)_0x5aeb8d=_0x4aa134,this['_applyOperationsSet'](_0x5aeb8d,_0x46e1c8);else{if(_0x71472d['initData']){const _0x56b9b9=this['_getOperationsFromInitData'](_0x71472d['initData']);this['_document']['history']['version']=-_0x56b9b9['length'],_0x56b9b9['forEach'](_0xd8cdf5=>{_0xd8cdf5['baseVersion']-=_0x56b9b9['length'],_0xd8cdf5['createdAt']=_0x71472d['sessionCreatedAt'],_0xd8cdf5['_isInit']=!0x0,_0xd8cdf5['_authorId']=null;}),this['_applyOperationsSet'](_0x56b9b9,!0x0),this['serverHistory']['version']=-_0x56b9b9['length']+this['_offset'],this['_updateServerHistory'](_0x56b9b9);}this['_document']['history']['version']=_0x4ae3e7,_0x5aeb8d=this['_decompressOperations'](_0x71472d['data'],_0x71472d['metadata']),await this['_fetchMissingUsers'](_0x5aeb8d),this['_applyOperationsSet'](_0x5aeb8d,_0x46e1c8);}_0x71472d['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x5aeb8d,_0x71472d['lastOperationId']),this['_lastSyncedOperationId']=_0x71472d['lastOperationId']),this['serverHistory']['version']=_0x4ae3e7+this['_offset'],this['_updateServerHistory'](_0x5aeb8d),_0x4aa134['filter'](_0x455ba7=>{const _0x570fb3=this['_getAffectedRoot'](_0x455ba7);return _0x570fb3&&!this['_knownRootNames']['has'](_0x570fb3);})['forEach']((_0x348f83,_0x10e134)=>{_0x348f83['baseVersion']=this['_document']['version']+_0x10e134,this['_saveOperationInBuffer'](_0x348f83);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x23f673,_0x96763b,_0x405c5f){throw this['_isPendingUpdate']=!0x0,_0x96763b&&console['error'](_0x96763b),_0x405c5f&&this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x21f60b(_0x23f673,this['editor']);}['_saveOperationInBuffer'](_0x18b0ed){this['_knownOperations']['has'](_0x18b0ed)||(this['_knownOperations']['add'](_0x18b0ed),this['_bufferedOperations']['push'](_0x18b0ed),this['_pendingAction']||'marker'==_0x18b0ed['type']&&!_0x18b0ed['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x25170a=!0x1){!_0x25170a&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0xe7a651=>{_0xe7a651&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x53d828=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x1ada99){return _0x1ada99['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x1ada99['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x1ada99['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x53d828)||this['_crash'](_0x53d828['message'],_0x53d828,!0x0);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x58a336=>{this['on']('change:_isPendingUpdate',()=>{_0x58a336();});});}async['_sendBufferedOperations'](){const _0x3f8395=this['editor']['plugins']['get'](E);if(this['_shouldSendSelectionUpdate']()&&(_0x3f8395['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x3eb942=[...this['_bufferedOperations']];for(const _0x4e5069 of _0x3eb942)_0x4e5069['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x4e5069);const _0x369cdf=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x3eb942),_0x47dfa7=F++,_0x581efe=this['_compressOperations'](_0x3eb942),_0x33e1d6=await this['_service']['sendOperations'](_0x581efe,_0x581efe['baseVersion'],_0x369cdf);try{return await this['_handleServerResponse'](_0x3eb942,_0x33e1d6,_0x47dfa7);}catch(_0x2a85e8){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x2a85e8);}}async['_handleServerResponse'](_0x19e6de,_0x393525,_0x54a047){if('error'in _0x393525)throw _0x393525['error'];let _0x20a5cf=!0x1;if(_0x393525['wereChangesApplied']){_0x393525['lastOperationId']&&(this['_lastSyncedOperationId']=_0x393525['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x24dbbc=>!_0x19e6de['includes'](_0x24dbbc));for(const _0x4d98f8 of _0x19e6de)_0x4d98f8['createdAt']='lastOperationAcceptedAt'in _0x393525&&_0x393525['lastOperationAcceptedAt']||void 0x0;q(_0x19e6de,_0x393525['version']-_0x19e6de['length']),this['_updateServerHistory'](_0x19e6de);const _0x4718a8=_0x19e6de['filter'](_0x2d2880=>{if(!_0x2d2880['_isInit'])return!0x1;const _0x2c3744=this['_getAffectedRoot'](_0x2d2880);return _0x2c3744&&!this['_knownRootNames']['has'](_0x2c3744);});q(_0x4718a8,this['_document']['version']),this['_applyOperationsSet'](_0x4718a8),_0x20a5cf=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x33b220=this['_decompressOperations'](_0x393525['data'],_0x393525['metadata'])['filter'](_0x59b48f=>_0x59b48f['baseVersion']>=this['_lastServerVersion']);_0x33b220['forEach'](_0xdbdc7d=>this['_addKnownRoot'](_0xdbdc7d)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x1d78c6=>!_0x1d78c6['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x1d78c6))),this['_bufferedOperations']['length']&&q(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x33b220),_0x20a5cf=this['_handleExternalOperations'](_0x33b220,_0x393525['version'],_0x393525['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x20a5cf?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x40331b,_0x3422b4,_0x445ec0){try{const _0x15ff69={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x4ff16d,operationsB:_0x31c715,originalOperations:_0x490e59}=_0x49a2a4(_0x40331b,this['_bufferedOperations'],_0x15ff69);q(_0x4ff16d,this['_document']['version']),q(_0x31c715,_0x3422b4);for(const _0x80788d of _0x4ff16d){const _0x126815=_0x490e59['get'](_0x80788d);_0x80788d['_authorId']=_0x126815?_0x126815['_authorId']:null;}_0x445ec0&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x40331b,_0x445ec0),this['_lastSyncedOperationId']=_0x445ec0),this['_bufferedOperations']=[..._0x31c715],this['_applyOperationsSet'](_0x4ff16d),this['_updateServerHistory'](_0x40331b);}catch(_0x5382a1){return console['error'](_0x5382a1),!0x1;}return!0x0;}['_applyOperationsSet'](_0x3c7241,_0x17140a=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x1824ed=>{for(const _0x495ff8 of _0x3c7241)this['_knownOperations']['add'](_0x495ff8),this['_addKnownRoot'](_0x495ff8),_0x1824ed['batch']['addOperation'](_0x495ff8),this['editor']['model']['applyOperation'](_0x495ff8);});}['_addKnownRoot'](_0x28bb6e){const _0x2aece8=this['_getAffectedRoot'](_0x28bb6e);_0x2aece8&&this['_knownRootNames']['add'](_0x2aece8);}['_getAffectedRoot'](_0x36fd12){let _0x470184,_0x244788;switch(_0x36fd12['type']){case'insert':_0x470184=_0x36fd12['position']['root'];break;case'marker':if(_0x244788=_0x36fd12['newRange'],!_0x244788)return null;_0x470184=_0x244788['root'];break;case'addRootAttribute':_0x470184=_0x36fd12['root'];break;case'addRoot':_0x470184=_0x36fd12['affectedSelectable'];break;case'move':_0x470184=_0x36fd12['targetPosition']['root'];break;default:return null;}return _0x470184['rootName'];}['_updateServerHistory'](_0x1642f7){_0x1642f7['forEach'](_0x2f76c2=>{const _0x3ceb84=_0x2f76c2['clone']();_0x3ceb84['_authorId']=_0x2f76c2['_authorId'],_0x3ceb84['_isInit']=!!_0x2f76c2['_isInit'],_0x3ceb84['createdAt']=_0x2f76c2['createdAt'],_0x3ceb84['baseVersion']+=this['_offset'],_0x2f76c2['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x3ceb84),this['serverHistory']['addOperation'](_0x3ceb84);});}['_handleReconnectionError'](_0xf403e){const _0xecf8e9=this['editor']['plugins']['get']('Notification'),_0x3f0e1b=this['editor']['locale'];_0xf403e||(_0xf403e=B(_0x3f0e1b,'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.')),_0xecf8e9['showWarning'](_0xf403e,{'title':B(_0x3f0e1b,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['destroy']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x3e80ae)['add'](B(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x3e80ae)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x243910){const _0x16b63f=_0x243910['map'](_0x8eff86=>_0x8eff86['toJSON']());return this['_compressor']['compress'](_0x16b63f);}['_decompressOperations'](_0x59baad,_0x20afc8){return this['_compressor']['decompress'](_0x59baad)['map']((_0x46f76f,_0x4a7511)=>{const _0x24f3f8='init'==_0x20afc8[_0x4a7511]['type'];if('InsertOperation'==_0x46f76f['__className']){const _0x44cd8e=_0x46f76f['position']['root'];!this['_document']['getRoot'](_0x44cd8e)&&(this['_document']['createRoot']('$root',_0x44cd8e)['_isAttached']=!0x1);}const _0xd2eec9=_0x2400d3['fromJSON'](_0x46f76f,this['_document']);return _0xd2eec9['wasUndone']=_0x46f76f['wasUndone'],_0xd2eec9['_isInit']=_0x24f3f8,_0xd2eec9['_authorId']=_0x24f3f8?null:_0x20afc8[_0x4a7511]['userId'],_0xd2eec9['_isDisconnection']='cs:removeUser'===_0x20afc8[_0x4a7511]['type'],_0xd2eec9['createdAt']=_0x20afc8[_0x4a7511]['createdAt'],_0xd2eec9;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x34f9aa=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x34f9aa&&_0x34f9aa['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class H extends Error{}function q(_0x1819a5,_0x3bec52){for(const _0x5aa732 of _0x1819a5)_0x5aa732['baseVersion']=_0x3bec52++;}class G{['_ignoredOperations'];['_operationToId'];constructor(_0x470eb4){this['_ignoredOperations']=_0x470eb4,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x4f2b6e){let _0x177727=_0x4f2b6e['length'];for(;_0x177727--;){const _0x569778=_0x4f2b6e[_0x177727];if(!this['_ignoredOperations']['has'](_0x569778)){if(!this['_operationToId']['has'](_0x569778)){const _0x376d70=_0x446026()['slice'](0x1,0x12);this['_operationToId']['set'](_0x569778,_0x376d70);}return this['_operationToId']['get'](_0x569778);}}}['setIdForTheLastOperation'](_0x324998,_0x5578a3){if(!_0x5578a3)return;let _0x2713e0=_0x324998['length'];for(;_0x2713e0--;){const _0x44877d=_0x324998[_0x2713e0];this['_ignoredOperations']['has'](_0x44877d)||this['_operationToId']['set'](_0x44877d,_0x5578a3);}}}class n extends _0x293c5a{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x498445{static ['CommentsService']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>nt)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x5bb3d9];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x21d1b3){super(_0x21d1b3),this['_services']=new Map();}async['init'](){const _0x4eee5d=this['context'],_0x112256=_0x4eee5d['plugins']['get']('CommentsRepository');if(_0x4eee5d['plugins']['get'](c)['addToReconnectionStack'](this),_0x112256['adapter']={'addCommentThread':async({channelId:_0x190f0b,threadId:_0x18dd83,comments:_0xcd036c,resolvedAt:_0x25e431,resolvedBy:_0x55b96a,context:_0x28707b,attributes:_0x3db0f3})=>{const _0x258c3e=await this['_getService'](_0x190f0b)['addCommentThread']({'commentThreadId':_0x18dd83,'comments':_0xcd036c['map'](_0x18519a=>function(_0x5d71ca,_0x221150,_0x56931f){return{'commentThreadId':_0x56931f,'commentId':_0x5d71ca['commentId'],'userId':_0x5d71ca['authorId'],'content':_0x5d71ca['content'],'documentId':_0x221150,'createdAt':_0x5d71ca['createdAt'],'attributes':_0x5d71ca['attributes']||{}};}(_0x18519a,_0x190f0b,_0x18dd83)),'resolvedAt':_0x25e431,'resolvedBy':_0x55b96a,'context':_0x28707b,'attributes':_0x3db0f3})['catch'](gt);return{'threadId':_0x258c3e['commentThreadId'],'comments':_0x258c3e['comments']};},'getCommentThread':async({channelId:_0x4dfc22,threadId:_0x1362a8})=>{const _0x41e92e=await this['_getService'](_0x4dfc22)['getCommentThread'](_0x1362a8)['catch'](gt);return _0x41e92e['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x41e92e]),{'threadId':_0x41e92e['commentThreadId'],'comments':_0x41e92e['comments']['map'](ct),'context':_0x41e92e['context'],'resolvedAt':_0x41e92e['resolvedAt'],'resolvedBy':_0x41e92e['resolvedBy'],'attributes':_0x41e92e['attributes']||{}});},'updateCommentThread':async({channelId:_0xe012a5,threadId:_0xb2ce4b,context:_0x377470,unlinkedAt:_0x597d32,attributes:_0x4f1e0e})=>this['_getService'](_0xe012a5)['updateCommentThread']({'commentThreadId':_0xb2ce4b,'context':_0x377470,'attributes':_0x4f1e0e,'unlinkedAt':_0x597d32})['catch'](rt)['catch'](gt),'resolveCommentThread':async({channelId:_0x7bd567,threadId:_0x209c6a})=>{const _0x5b0b7c=await this['_getService'](_0x7bd567)['resolveCommentThread'](_0x209c6a)['catch'](rt)['catch'](gt);return{'threadId':_0x5b0b7c['commentThreadId'],'resolvedAt':_0x5b0b7c['resolvedAt'],'resolvedBy':_0x5b0b7c['resolvedBy']};},'reopenCommentThread':async({channelId:_0x360eb5,threadId:_0x2046a2})=>this['_getService'](_0x360eb5)['reopenCommentThread'](_0x2046a2)['catch'](rt)['catch'](gt),'removeCommentThread':({channelId:_0x4cf518,threadId:_0x321901})=>this['_getService'](_0x4cf518)['removeCommentThread'](_0x321901)['catch'](rt)['catch'](gt),'addComment':({channelId:_0x32f267,threadId:_0x2b6d85,commentId:_0x522ab2,content:_0x39bc25,attributes:_0x439d53})=>this['_getService'](_0x32f267)['addComment'](_0x2b6d85,_0x522ab2,_0x39bc25,_0x439d53)['catch'](gt),'updateComment':({channelId:_0x470e70,threadId:_0x1305bf,commentId:_0x9c11b1,content:_0x2a0bee,attributes:_0x5b50e5})=>this['_getService'](_0x470e70)['updateComment'](_0x1305bf,_0x9c11b1,_0x2a0bee,_0x5b50e5)['catch'](rt)['catch'](gt),'removeComment':({channelId:_0x5aa8d4,threadId:_0x5c8382,commentId:_0x36cfc0})=>this['_getService'](_0x5aa8d4)['removeComment'](_0x5c8382,_0x36cfc0)['catch'](rt)['catch'](gt)},_0x4eee5d instanceof ot){const _0x5963d0=_0x4eee5d['config']['get']('collaboration.channelId'),_0xcb54ab=_0x4eee5d['plugins']['get'](i);await this['_setUpService'](_0x5963d0);const _0x4250bd=await this['_services']['get'](_0x5963d0)['getConnectedSessions']();this['listenTo'](_0xcb54ab,'sessionAdd:'+_0x5963d0,(_0x4c68ec,{session:_0x193ed4})=>{_0x193ed4['id']===_0xcb54ab['mySessionId']&&(_0x4c68ec['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x193ed4['permissions'],_0x5963d0));}),_0xcb54ab['register'](_0x5963d0,_0x4250bd);}}async['_setUpService'](_0x35dde7){if(this['_services']['has'](_0x35dde7))throw new _0x21f60b('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x35dde7});const _0x357a93=this['context']['plugins']['get']('CommentsRepository'),_0xd1aef=new a['CommentsService'](_0x35dde7);this['_services']['set'](_0x35dde7,_0xd1aef),this['listenTo'](_0xd1aef,'commentThreadAdded',(_0x19d841,_0x8f307e)=>{const {commentThreadId:_0x38cdf3,documentId:_0x58e59d,context:_0x4377ad,attributes:_0x4ff7b7,resolvedAt:_0x5a167c,resolvedBy:_0x38799e,comments:_0x24907d}=_0x8f307e;_0x357a93['getCommentThread'](_0x38cdf3)||_0x357a93['addCommentThread']({'threadId':_0x38cdf3,'channelId':_0x58e59d,'comments':_0x24907d?_0x24907d['map'](ct):[],'context':_0x4377ad,'attributes':_0x4ff7b7,'resolvedAt':_0x5a167c,'resolvedBy':_0x38799e,'isFromAdapter':!0x0});}),this['listenTo'](_0xd1aef,'commentThreadUpdated',(_0x38e265,{commentThreadId:_0x568481,documentId:_0x4cfd0b,context:_0x11903c,unlinkedAt:_0x1115e7,attributes:_0x4823a6})=>{_0x357a93['getCommentThread'](_0x568481)&&_0x357a93['updateCommentThread']({'threadId':_0x568481,'channelId':_0x4cfd0b,'context':_0x11903c,'unlinkedAt':_0x1115e7,'attributes':_0x4823a6,'isFromAdapter':!0x0});}),this['listenTo'](_0xd1aef,'commentThreadResolved',(_0x475717,{commentThreadId:_0x16ea4c,resolvedBy:_0x54f2cc,resolvedAt:_0x34f80d})=>{const _0x2bcf00=_0x357a93['getCommentThread'](_0x16ea4c);_0x2bcf00&&_0x2bcf00['resolve']({'resolvedBy':_0x54f2cc,'resolvedAt':_0x34f80d,'isFromAdapter':!0x0});}),this['listenTo'](_0xd1aef,'commentThreadReopened',(_0x1ccbd1,{commentThreadId:_0x15cbde})=>{const _0x1ad789=_0x357a93['getCommentThread'](_0x15cbde);_0x1ad789&&_0x1ad789['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0xd1aef,'commentThreadRemoved',(_0x4169cc,{commentThreadId:_0x356136})=>{const _0x35d019=_0x357a93['getCommentThread'](_0x356136);_0x35d019&&_0x35d019['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0xd1aef,'commentAdded',(_0x2ebe70,_0x252184)=>{const _0xf40bb4=_0x252184['commentThreadId'],_0x4cef26=_0x357a93['getCommentThread'](_0xf40bb4);_0x4cef26&&_0x4cef26['addComment']({...ct(_0x252184),'isFromAdapter':!0x0});}),this['listenTo'](_0xd1aef,'commentUpdated',(_0xe22384,{commentThreadId:_0x23fafd,commentId:_0x3f1eaf,content:_0x311143,attributes:_0x632c4f})=>{const _0x5d4dd8=_0x357a93['getCommentThread'](_0x23fafd);if(_0x5d4dd8){const _0x1b78d9=_0x5d4dd8['getComment'](_0x3f1eaf);_0x1b78d9&&_0x1b78d9['update']({'content':_0x311143,'attributes':_0x632c4f,'isFromAdapter':!0x0});}}),this['listenTo'](_0xd1aef,'commentRemoved',(_0x242e61,{commentThreadId:_0x44c987,commentId:_0x184854})=>{const _0xcf15fd=_0x357a93['getCommentThread'](_0x44c987);if(_0xcf15fd){const _0x4dca65=_0xcf15fd['getComment'](_0x184854);_0x4dca65&&_0x4dca65['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x35dde7);}['destroy'](){if(this['context']instanceof ot){const _0x3adfe5=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x3adfe5);}}['_terminateService'](_0x53f3d2){if(!this['_services']['has'](_0x53f3d2))throw new _0x21f60b('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x53f3d2});this['_getService'](_0x53f3d2)['disconnect'](),this['_services']['delete'](_0x53f3d2);}async['reconnect'](){for(const _0x4d2168 of this['_services']['keys']())await this['_connectService'](_0x4d2168);if(this['context']instanceof ot){const _0x5be1dd=this['context']['config']['get']('collaboration.channelId'),_0x305ef5=this['context']['plugins']['get'](i);_0x305ef5['unregister'](_0x5be1dd);const _0xe15103=await this['_services']['get'](_0x5be1dd)['getConnectedSessions']();_0x305ef5['register'](_0x5be1dd,_0xe15103);}}async['_connectService'](_0x2c0ee2){const {connection:_0x4b841d}=this['context']['plugins']['get'](c),_0x11d956=this['context']['plugins']['get']('CommentsRepository'),_0x266d6e=this['_services']['get'](_0x2c0ee2),_0x2eae30=await _0x266d6e['connect'](_0x4b841d);await this['_fetchMissingUsersForThreads'](_0x2eae30);const _0x3ce377=new Set(Array['from'](_0x11d956['getCommentThreads']({'channelId':_0x2c0ee2}),_0x5180fd=>_0x5180fd['id']));for(const _0x740309 of _0x2eae30)_0x740309['deletedAt']||_0x3ce377['delete'](_0x740309['commentThreadId']);for(const _0x55d054 of _0x3ce377)_0x11d956['getCommentThread'](_0x55d054)['remove']({'isFromAdapter':!0x0});for(const _0x3699e9 of _0x2eae30){let _0x296511=_0x11d956['getCommentThread'](_0x3699e9['commentThreadId']);const {commentThreadId:_0x271290,context:_0x454dc2,attributes:_0x566ebc,resolvedBy:_0x4c8b90,resolvedAt:_0x4add4b,unlinkedAt:_0x55c4dc,deletedAt:_0x125e3b}=_0x3699e9;if(_0x125e3b)continue;_0x296511||(_0x296511=_0x11d956['addCommentThread']({'channelId':_0x2c0ee2,'threadId':_0x271290,'context':_0x454dc2,'attributes':_0x566ebc||{},'resolvedBy':_0x4c8b90,'resolvedAt':_0x4add4b,'unlinkedAt':_0x55c4dc,'isFromAdapter':!0x0}));const _0x498bae=new Set(Array['from'](_0x296511['comments'],_0x383f4b=>_0x383f4b['id']));for(const _0x1abdb0 of _0x3699e9['comments'])_0x498bae['delete'](_0x1abdb0['commentId']);for(const _0xb7a48 of _0x498bae)_0x296511['getComment'](_0xb7a48)['remove']({'isFromAdapter':!0x0});for(const _0x511d6d of _0x3699e9['comments']){const _0x239277=_0x296511['getComment'](_0x511d6d['commentId']);_0x239277?_0x239277['content']!==_0x511d6d['content']&&_0x239277['update']({'content':_0x511d6d['content'],'isFromAdapter':!0x0}):_0x296511['addComment'](Object['assign'](ct(_0x511d6d),{'isFromAdapter':!0x0}));}}}['_getService'](_0x2f7ab5){if(!this['_services']['has'](_0x2f7ab5))throw new _0x21f60b('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x2f7ab5});return this['_services']['get'](_0x2f7ab5);}async['_fetchMissingUsersForThreads'](_0x1471b3){const _0x422238=this['context']['plugins']['get'](_0x5bb3d9),{connection:_0x394073}=this['context']['plugins']['get'](c),_0x17ee89=new Set();for(const {resolvedBy:_0x1b3b6d,comments:_0x4e1908}of _0x1471b3){_0x1b3b6d&&!_0x422238['getUser'](_0x1b3b6d)&&_0x17ee89['add'](_0x1b3b6d);for(const {userId:_0x4bba8a}of _0x4e1908)_0x422238['getUser'](_0x4bba8a)||_0x17ee89['add'](_0x4bba8a);}if(0x0===_0x17ee89['size'])return;const _0x4bcf4d=await mt['getMany'](_0x394073,Array['from'](_0x17ee89));for(const _0x252ceb of _0x4bcf4d)_0x422238['getUser'](_0x252ceb['id'])||_0x422238['addUser'](_0x252ceb);}}async function rt(_0x386c24){if('404'!==_0x386c24['code'])throw _0x386c24;}function gt(_0x2f9ea5){if((_0x5b731f=_0x2f9ea5)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x5b731f['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x5b731f['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x5b731f;throw _0x2f9ea5;}function ct(_0x3cde89){return{'threadId':_0x3cde89['commentThreadId'],'commentId':_0x3cde89['commentId'],'content':_0x3cde89['content'],'createdAt':_0x3cde89['createdAt'],'authorId':_0x3cde89['userId'],'attributes':_0x3cde89['attributes']||{}};}class f extends _0x293c5a{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(_0x108e89){super(_0x108e89);const _0x4dad72=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new f['TrackChangesService'](_0x4dad72);}['init'](){const _0x1282a2=this['editor']['plugins']['get'](c),_0x9d5f87=this['editor']['plugins']['get']('TrackChangesEditing');return _0x9d5f87['adapter']={'getSuggestion':async _0x54a40d=>{await this['_waitForServiceReady']();const _0x27fd78=await this['_trackChangesService']['get'](_0x54a40d)['catch'](st);return await this['_fetchMissingUsersForThreads']([_0x27fd78]),_0x27fd78;},'addSuggestion':async({id:_0x32e27d,type:_0x431bf4,data:_0x4ff3ac,originalSuggestionId:_0x3177ab,attributes:_0x2d29a2})=>{await this['_waitForServiceReady']();const _0x48f5d7={'id':_0x32e27d,'type':_0x431bf4,'data':_0x4ff3ac,'originalSuggestionId':_0x3177ab,'attributes':_0x2d29a2},_0x2c7f26=await this['_trackChangesService']['add'](_0x32e27d,_0x431bf4,_0x4ff3ac,_0x3177ab,_0x2d29a2)['catch'](_0x3919f5=>{if(wt(_0x3919f5))return new Promise(_0x43131e=>{this['_bufferedRequests']['set'](_0x32e27d,{'resolve':_0x43131e,'suggestionData':_0x48f5d7});});throw _0x3919f5;});return this['_bufferedRequests']['delete'](_0x32e27d),_0x2c7f26;},'updateSuggestion':async(_0x108db8,_0x5669fd)=>{if(await this['_waitForServiceReady'](),'open'!==_0x5669fd['state'])return this['_trackChangesService']['update'](_0x108db8,_0x5669fd)['catch'](st);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0x413589,_0x461d25)=>{_0x9d5f87['hasSuggestion'](_0x461d25['id'])&&(_0x9d5f87['getSuggestion'](_0x461d25['id'])['attributes']=_0x461d25['attributes']);}),this['_trackChangesService']['connect'](_0x1282a2['connection'])['then'](_0x1fa416=>(_0x1282a2['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0x1fa416)['then'](()=>{for(const _0x34b0ee of _0x1fa416){_0x9d5f87['addSuggestionData'](_0x34b0ee)['_saved']=!0x0;}})));}async['reconnect'](){const _0xf143a1=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x471699}=this['editor']['plugins']['get'](c),_0x783e1b=await this['_trackChangesService']['connect'](_0x471699);await this['_fetchMissingUsersForThreads'](_0x783e1b);for(const {suggestionData:_0x36fbd9,resolve:_0x403c8d}of this['_bufferedRequests']['values']()){let _0x2c65bf=_0x783e1b['find'](_0xe9b403=>_0xe9b403['id']===_0x36fbd9['id']);_0x2c65bf||(_0x2c65bf=await this['_trackChangesService']['add'](_0x36fbd9['id'],_0x36fbd9['type'],_0x36fbd9['data'],_0x36fbd9['originalSuggestionId'])),_0x403c8d(_0x2c65bf);}for(const _0x4eb4a7 of _0x783e1b)_0xf143a1['hasSuggestion'](_0x4eb4a7['id'])||_0xf143a1['addSuggestionData'](_0x4eb4a7);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x1bd4c1=>{this['listenTo'](this['_trackChangesService'],'connected',_0x4a5cfb=>{_0x4a5cfb['off'](),_0x1bd4c1();});});}async['_fetchMissingUsersForThreads'](_0x483674){const _0x5c8c78=this['editor']['plugins']['get'](_0x5bb3d9),{connection:_0x2568f9}=this['editor']['plugins']['get'](c),_0x3ee6f8=new Set();for(const {authorId:_0x4bb899}of _0x483674)_0x5c8c78['getUser'](_0x4bb899)||_0x3ee6f8['add'](_0x4bb899);if(0x0===_0x3ee6f8['size'])return;const _0x45ca62=await mt['getMany'](_0x2568f9,Array['from'](_0x3ee6f8));for(const _0x374992 of _0x45ca62)_0x5c8c78['getUser'](_0x374992['id'])||_0x5c8c78['addUser'](_0x374992);}}function st(_0x145374){if(wt(_0x145374))return new Promise(()=>{});throw _0x145374;}function wt(_0x35aa43){return _0x35aa43['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x35aa43['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class m extends _0x293c5a{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 _0x48d0dc=this['editor']['plugins']['get'](c),_0x580189=this['editor']['plugins']['get']('CommentsEditing'),_0x18275e=this['editor']['plugins']['get'](a);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0x48d0dc,'change:state',(_0x15fec7,_0x3e4abf,_0x3b50d0)=>{_0x580189['isThreadsLoadingPaused']='connected'!==_0x3b50d0;});}),this['listenTo'](_0x48d0dc,'change:state',(_0x3aeb8a,_0x17adb3,_0xdbd8c1)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0xdbd8c1);}),_0x18275e['_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 _0x293c5a{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 _0x293c5a{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
|
|
28
|
+
((()=>tt)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[c,l,'RevisionTracker',i,_0x5bb3d9];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ad4b9){super(_0x2ad4b9);const _0x615fd7=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x615fd7);}async['init'](){const _0x1e8196=this['editor']['plugins']['get'](l),_0x39affd=_0x1e8196['serverHistory'],_0x4e7de0=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x39affd,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x1e8196['sessionId']});const _0x575dbc=this['editor']['config']['get']('cloudServices.bundleVersion')||ht,_0x134e9d=await _0x5527f2['isBundleUploaded'](_0x4e7de0['connection'],_0x575dbc);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x461fba})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x461fba)),'updateRevisions':async _0x52b03d=>{await this['_waitForServiceReady']();const _0x219bc2=this['_revisionTracker']['currentRevision'];if(_0x134e9d&&0x1===_0x52b03d['length']&&_0x52b03d[0x0]['id']===_0x219bc2['id'])return _0x52b03d;for(const _0x124582 of _0x52b03d)_0x124582['id']===_0x219bc2['id']&&(_0x124582['isEmptyCurrent']=_0x124582['fromVersion']===_0x124582['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x52b03d,this['_lastRequestId'])['then'](_0x8672fb=>(this['_lastRequestId']=_0x8672fb,_0x52b03d))['catch'](_0xb9dc79=>{if(it(_0xb9dc79)||'400'===_0xb9dc79['code']&&void 0x0!==_0xb9dc79['data']['wrongRequestId']){for(const _0x388545 of _0x52b03d){!this['_revisionTracker']['repository']['getRevision'](_0x388545['id'])||this['_revisionTracker']['_bufferUpdate'](_0x388545['id'],_0x388545,!0x1);}if(it(_0xb9dc79))throw _0xb9dc79;return _0x52b03d;}throw _0xb9dc79;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x29f106,{revisionsData:_0x3a5866,requestId:_0x108e21})=>{Math['max'](..._0x3a5866['map'](_0x3fe91f=>_0x3fe91f['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x3a5866,_0x108e21);}):this['_handleRevisionsUpdate'](_0x3a5866,_0x108e21);});const {revisions:_0x4e37b4,requestId:_0x58a6f8}=await this['_revisionHistoryService']['connect'](_0x4e7de0['connection']);_0x4e7de0['addToReconnectionStack'](this),this['_lastRequestId']=_0x58a6f8,await this['_fetchMissingUsers'](_0x4e37b4);for(const _0x1f9203 of _0x4e37b4)this['_revisionTracker']['addRevisionData'](_0x1f9203);this['listenTo'](_0x1e8196,'change:_isConnected',(_0x545540,_0x3f3e70,_0x22f49e)=>{_0x22f49e&&(this['_oldOffset']=_0x1e8196['_offset'],_0x545540['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x4e7de0,'state',_0x15225d=>_0x15225d===_0x10fa10['CONNECTED']);}async['reconnect'](){const _0x1ca5ba=this['editor']['plugins']['get'](c),_0xf89d22=this['editor']['plugins']['get'](l),_0x373b46=async()=>{const _0x457de6=this['_revisionTracker']['currentRevision'],_0xc38d78=_0x457de6['id'],_0x2a41bf=_0xc38d78!==_0xf89d22['sessionId'];if(_0x2a41bf){const _0x85e7e2=_0xf89d22['_offset']-this['_oldOffset'],_0x1a528a=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x457de6['toVersion']+_0x85e7e2!==_0x1a528a){const _0x409ccd=_0x457de6['fromVersion']+_0x85e7e2,_0x4f49f9=this['editor']['plugins']['get'](_0x5bb3d9),_0x17a000=this['_revisionTracker']['buildRevisionData']({'revision':_0x457de6,'from':_0x409ccd,'to':_0x1a528a});_0x17a000['id']=_0x457de6['id'];const _0x1bd294=_0x17a000['authorsIds']['map'](_0xa13e6e=>_0x4f49f9['getUser'](_0xa13e6e));_0x457de6['_update']({..._0x17a000,'authors':_0x1bd294},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x457de6['id'],_0x17a000,!0x0);}this['_revisionTracker']['_startingVersion']=_0x1a528a,(_0x457de6['toVersion']===_0x457de6['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0xc38d78)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0xc38d78),this['_revisionTracker']['_createCurrentRevision'](_0x1a528a));}const {revisions:_0x3dea0b,requestId:_0x4b46c8}=await this['_revisionHistoryService']['reconnect'](_0x1ca5ba['connection'],this['_lastRequestId']);_0x2a41bf&&_0x3dea0b['length']>0x0?_0xf89d22['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x3dea0b),this['_handleRevisionsUpdate'](_0x3dea0b,_0x4b46c8),this['_revisionTracker']['sendBufferedUpdates']());};return _0xf89d22['_isConnected']?_0x373b46():new Promise((_0x1787de,_0x40a07a)=>{_0xf89d22['once']('change:_isConnected',()=>{_0x373b46()['then'](_0x1787de)['catch'](_0x40a07a);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x289604=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x5bf5b9=>{_0x5bf5b9['off'](),_0x289604();});});}['_getLatestVersionFromServerOperations'](){const _0x411c5f=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x9b1116 of _0x411c5f)if('marker'!==_0x9b1116['type']||_0x9b1116['affectsData'])return _0x9b1116['baseVersion']+0x1;}['_getLatestVersion'](){const _0x37bf6d=this['editor']['plugins']['get'](l);return new Promise(_0x545275=>{_0x37bf6d['_isPendingUpdate']?_0x37bf6d['once']('change:_isPendingUpdate',()=>{_0x545275(this['_getLatestVersionFromServerOperations']());}):_0x545275(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x5270a8,_0xadb77f){const _0x95842f=this['_revisionTracker']['repository'];this['_lastRequestId']=_0xadb77f;for(const _0x48d475 of _0x5270a8){const _0x3e6b1f=_0x95842f['getRevision'](_0x48d475['id']);if(_0x3e6b1f){if((_0x48d475['fromVersion']||_0x48d475['toVersion'])&&(_0x48d475['diffData']=null),_0x3e6b1f===this['_revisionTracker']['currentRevision']){const _0x17e8b4=Math['max'](_0x3e6b1f['toVersion'],_0x48d475['toVersion']),_0x1994f2=Math['max'](_0x3e6b1f['fromVersion'],_0x48d475['fromVersion']);let _0x11fea2;_0x3e6b1f['toVersion']===_0x48d475['toVersion']&&_0x3e6b1f['fromVersion']===_0x48d475['fromVersion']?(_0x11fea2=!0x0,this['_preventResendingRevisionData'](_0x48d475)):_0x48d475['toVersion']===_0x17e8b4&&_0x48d475['fromVersion']===_0x1994f2?_0x11fea2=!0x1:(_0x3e6b1f['toVersion']===_0x17e8b4&&_0x3e6b1f['fromVersion']===_0x1994f2||this['_fixRevision']({'revision':_0x3e6b1f,'from':_0x1994f2,'to':_0x17e8b4}),_0x11fea2=!0x0),_0x11fea2&&(delete _0x48d475['fromVersion'],delete _0x48d475['toVersion'],delete _0x48d475['diffData'],delete _0x48d475['createdAt'],delete _0x48d475['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x48d475),this['_preventResendingRevisionData'](_0x48d475);}else this['_revisionTracker']['addRevisionData'](_0x48d475);}const _0x55d80e=_0x95842f['getRevisions']();_0x55d80e['reverse']();for(let _0x26c902=0x0;_0x26c902<_0x55d80e['length']-0x1;_0x26c902++){const _0x304bff=_0x55d80e[_0x26c902],_0xd3a746=_0x55d80e[_0x26c902+0x1];if(_0x304bff['fromVersion']<_0xd3a746['toVersion']){const _0x2d5856=_0xd3a746['toVersion'],_0x2e4f94=Math['max'](_0x2d5856,_0x304bff['toVersion']);this['_fixRevision']({'revision':_0x304bff,'from':_0x2d5856,'to':_0x2e4f94});}}}['_fixRevision']({revision:_0x3694dd,from:_0x32d799,to:_0x42b774}={}){const _0x465a26=this['editor']['plugins']['get'](_0x5bb3d9),_0x4f43db=this['_revisionTracker']['buildRevisionData']({'revision':_0x3694dd,'from':_0x32d799,'to':_0x42b774});_0x4f43db['authors']=_0x4f43db['authorsIds']['map'](_0x22ebdf=>_0x465a26['getUser'](_0x22ebdf)),_0x3694dd['_update'](_0x4f43db);}['_preventResendingRevisionData'](_0x49db6d){const _0x2f5127={};_0x2f5127['id']=_0x49db6d['id'];for(const _0x2466c2 of Object['keys'](_0x49db6d))'id'!==_0x2466c2&&(_0x2f5127[_0x2466c2]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x2f5127['id'],_0x2f5127,!0x0);}async['_fetchMissingUsers'](_0x4be4c6){const _0x5b803c=this['editor']['plugins']['get'](_0x5bb3d9),{connection:_0x2e29be}=this['editor']['plugins']['get'](c),_0x3e2e38=new Set();for(const _0x4ddf25 of _0x4be4c6){for(const _0x4fce2e of _0x4ddf25['authorsIds'])_0x264e32(_0x4fce2e);_0x4ddf25['creatorId']&&_0x264e32(_0x4ddf25['creatorId']);}if(0x0===_0x3e2e38['size'])return;const _0x42ff37=await mt['getMany'](_0x2e29be,Array['from'](_0x3e2e38));for(const _0x11880a of _0x42ff37)_0x5b803c['getUser'](_0x11880a['id'])||_0x5b803c['addUser'](_0x11880a);function _0x264e32(_0x148b32){_0x5b803c['getUser'](_0x148b32)||_0x3e2e38['add'](_0x148b32);}}}function it(_0x5c8907){return _0x5c8907['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x5c8907['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x5c8907['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x293c5a{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 _0x21b85b{constructor(_0x213c98){super(_0x213c98);const _0x16a8e2=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x16a8e2['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x16a8e2['to']('usersCount',_0x3acc2e=>B(_0x213c98,'CONNECTED_USERS',_0x3acc2e))}]});}}class es extends _0x21b85b{['items'];['keystrokes'];constructor(_0x162092){super(_0x162092);const _0x4414bc=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x193412(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x4414bc['if']('hasPopup'),'aria-expanded':_0x4414bc['to']('isExpanded',_0x568d62=>this['hasPopup']&&String(_0x568d62)),'aria-label':_0x4414bc['to']('hasPopup',_0x155ca9=>B(_0x162092,_0x155ca9?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x4414bc['to']('hasPopup',_0x4db310=>!!_0x4db310&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x4414bc['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0x2f2405,_0x5ef8dc,_0x51c809)=>{this['element']&&(_0x51c809?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 _0x21b85b{['counterView'];['inlineListView'];constructor(_0x2f9c6f){super(_0x2f9c6f);const _0x2a775f=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x2f9c6f),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x4e67b5 of this['inlineListView']['items'])_0x4e67b5['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',_0x2a775f['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x21b85b{['listWrapperView'];constructor(_0x498b03,_0x4d97b6){super(_0x498b03),this['listWrapperView']=new vt(_0x498b03,_0x4d97b6),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':B(_0x498b03,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class vt extends _0x6126fa{constructor(_0x128d21,_0x4fa3ce){super(_0x128d21);const _0x540d57=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x4fa3ce?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x540d57['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x540d57['to']('role'),'aria-label':_0x540d57['to']('ariaLabel'),'aria-labelledby':_0x540d57['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0xd7a97b['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x1dd649=this['element'];_0x1dd649&&(this['_isScrollable']=Math['max'](_0x1dd649['scrollHeight'],_0x1dd649['clientHeight'])>0.8*window['innerHeight']);}}class k extends at{['userView'];constructor(_0x29a61b,_0x29d298,_0x543f3e){super(_0x29a61b);const _0x32be63=this['bindTemplate'];this['userView']=new lt(_0x29a61b,_0x29d298);const _0x3a8a47={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x29d298['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x29d298['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x29d298['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x543f3e&&(_0x3a8a47['tag']='button',_0x3a8a47['on']={'click':_0x32be63['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x3a8a47);}['focus'](){this['element']['focus']();}}class y extends _0x21b85b{['userView'];['markerView'];constructor(_0x19a293,_0x1b07d3,_0x3d3626){super(_0x19a293);const _0x44df01=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new lt(_0x19a293,_0x1b07d3),this['markerView']=new dt(_0x19a293,_0x1b07d3);const _0x46de41=new pt(_0x19a293);_0x46de41['template']['tag']='span',_0x46de41['text']=_0x1b07d3['name'];const _0x27e4b7={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x44df01['to']('isFocusable',_0x1ae8f2=>!!_0x1ae8f2&&0x0),'aria-labelledby':_0x46de41['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x44df01['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x44df01['to']('hasTooltip',_0x2f08af=>!_0x2f08af),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x46de41]};_0x3d3626&&(_0x27e4b7['tag']='button',_0x27e4b7['on']={'click':_0x44df01['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x27e4b7);}}class dt extends _0x21b85b{constructor(_0x3d47db,_0x4e2b59){super(_0x3d47db),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x4e2b59['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x498445{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x171045){super(_0x171045),this['context']['config']['define']('presenceList',A);const _0x49474f=_0x171045['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x49474f)throw new _0x21f60b('presencelist-collapseat-invalid-format',this);if(_0x49474f<0x1)throw new _0x21f60b('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x14b0f5(),this['balloonPanelView']=new _0x4b6953(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x129d31 of this['_allConnectedUsers'])this['_handleUserAdd'](_0x129d31);this['listenTo'](this['_allConnectedUsers'],'add',(_0x1476e4,_0x2b2218)=>{this['_handleUserAdd'](_0x2b2218);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x12266f,_0x4ad08d)=>{this['_handleUserRemove'](_0x4ad08d);});}['_createView'](){const _0x19b574=this['context'],_0x50fbd8=new L(this['context']['locale']),_0x1d68ce=this['balloonPanelView'];if(!_0x1cfdb0(_0x19b574['config']['get']('presenceList.container')))throw new _0x21f60b('presencelist-missing-container',this);return _0x50fbd8['counterView']['bind']('usersCount')['to'](this),_0x50fbd8['bind']('isCollapsed')['to'](this,'usersCount',_0x5583f3=>{const {collapseAt:_0x4a6c1c,displayMe:_0x3388a5}=_0x19b574['config']['get']('presenceList'),_0x2dd5a7=_0x5583f3>=_0x4a6c1c;return _0x50fbd8['counterView']['isHidden']=!(0x1==_0x5583f3&&_0x3388a5||_0x2dd5a7),_0x2dd5a7||this['hideDropdown'](),_0x2dd5a7;}),_0x50fbd8['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x4146d5=>{const _0x3b859c=_0x19b574['config']['get']('presenceList'),_0x2e1c1c=new y(_0x19b574['locale'],_0x4146d5,!!_0x3b859c['onClick']);return _0x2e1c1c['bind']('hasTooltip')['to'](_0x50fbd8,'isCollapsed',_0x166299=>!_0x166299),_0x2e1c1c['bind']('isFocusable')['to'](_0x50fbd8,'isCollapsed',_0x2c69a2=>!_0x2c69a2),_0x3b859c['onClick']&&this['listenTo'](_0x2e1c1c,'execute',()=>{this['view']['isCollapsed']||_0x3b859c['onClick'](_0x4146d5,_0x2e1c1c['element']);}),_0x2e1c1c;}),this['listenTo'](_0x50fbd8['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0x50fbd8['inlineListView']['keystrokes']['set']('Enter',(_0x459010,_0x3db2ff)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x3db2ff());}),_0x50fbd8['render'](),_0x1d68ce['render'](),_0x5a78ed({'emitter':_0x50fbd8,'activator':()=>_0x1d68ce['isVisible'],'contextElements':[_0x1d68ce['element'],_0x50fbd8['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x19b574['config']['get']('presenceList.container')['appendChild'](_0x50fbd8['element']),this['_bodyCollection']=new _0xba0c8a(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x50fbd8;}['_handleUserAdd'](_0x34d03e){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x34d03e['isMe'])return;const _0x2a8c37=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0x2a8c37&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x17e800=_0x34d03e['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x34d03e,_0x17e800);}['_handleUserRemove'](_0x10d16a){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0x10d16a['id'])&&(this['currentDisplayedUsers']['remove'](_0x10d16a['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x228ded of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x228ded['id']))return void this['currentDisplayedUsers']['add'](_0x228ded,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x4613b3=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x4613b3['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x3a7d84}=this['presenceDropdownView'];_0x3a7d84['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x110fa3=>{if(!_0x4613b3['displayMe']&&_0x110fa3['isMe'])return null;const _0xa123f8=new k(this['context']['locale'],_0x110fa3,!!_0x4613b3['onClick']);return _0x4613b3['onClick']&&this['listenTo'](_0xa123f8,'execute',()=>{_0x4613b3['onClick'](_0x110fa3,_0xa123f8['element']);}),_0xa123f8;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x3a7d84['focus'](),_0x3a7d84['checkIfScrollable']();const _0x473ed9=(_0x40addc,_0x3cfb69)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x3cfb69();};_0x3a7d84['keystrokes']['set']('Esc',_0x473ed9),_0x3a7d84['keystrokes']['set']('Shift+Tab',_0x473ed9),_0x3a7d84['keystrokes']['set']('Tab',(_0x35a6ef,_0x42c4ee)=>{!function(_0x4c1e92){const _0xdc53a0=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x58858c=>_0x58858c+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x6ec23e=[...document['body']['querySelectorAll'](_0xdc53a0)]['filter'](_0x32253e=>_0x32253e===document['activeElement']||_0x32253e['offsetWidth']+_0x32253e['offsetHeight']>0x0)['sort']((_0x7d30b5,_0x13bb00)=>(_0x7d30b5['tabIndex']||0x0)-(_0x13bb00['tabIndex']||0x0)),_0x3c5159=_0x6ec23e['indexOf'](_0x4c1e92),_0x1b56b0=_0x6ec23e[(_0x3c5159+0x1)%_0x6ec23e['length']];_0x1b56b0&&_0x1b56b0['focus']();}(this['view']['element']),this['hideDropdown'](),_0x42c4ee();}),_0x3a7d84['focusTracker']['add'](this['view']['element']),_0x3a7d84['focusTracker']['on']('change:isFocused',(_0x514e9b,_0x4a2f38,_0x6dcb47)=>{_0x6dcb47||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 _0x498445{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};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-real-time-collaboration",
|
|
3
|
-
"version": "44.0.0-alpha.
|
|
3
|
+
"version": "44.0.0-alpha.11",
|
|
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,14 +42,14 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@ckeditor/ckeditor-cloud-services-collaboration": "52.6.11",
|
|
45
|
-
"@ckeditor/ckeditor5-core": "44.0.0-alpha.
|
|
46
|
-
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.
|
|
47
|
-
"@ckeditor/ckeditor5-operations-compressor": "44.0.0-alpha.
|
|
48
|
-
"@ckeditor/ckeditor5-theme-lark": "44.0.0-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-ui": "44.0.0-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.
|
|
51
|
-
"ckeditor5": "44.0.0-alpha.
|
|
52
|
-
"ckeditor5-collaboration": "44.0.0-alpha.
|
|
45
|
+
"@ckeditor/ckeditor5-core": "44.0.0-alpha.11",
|
|
46
|
+
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.11",
|
|
47
|
+
"@ckeditor/ckeditor5-operations-compressor": "44.0.0-alpha.11",
|
|
48
|
+
"@ckeditor/ckeditor5-theme-lark": "44.0.0-alpha.11",
|
|
49
|
+
"@ckeditor/ckeditor5-ui": "44.0.0-alpha.11",
|
|
50
|
+
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.11",
|
|
51
|
+
"ckeditor5": "44.0.0-alpha.11",
|
|
52
|
+
"ckeditor5-collaboration": "44.0.0-alpha.11",
|
|
53
53
|
"lodash-es": "4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"types": "src/index.d.ts",
|