@ckeditor/ckeditor5-real-time-collaboration 44.2.0-alpha.12 → 44.2.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/real-time-collaboration.js +1 -1
- package/dist/index.js +6 -6
- package/package.json +14 -14
- package/src/presencelist/presencelistui.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/presencelistview.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/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',_0x48d876];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x7ffbbd){super(_0x7ffbbd),this['set']('state',_0x3d307a['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x2f12cd);}['init'](){const _0x348d51=this['context'],_0x3d586e=_0x348d51['plugins']['get']('CloudServices'),_0x368e3c=_0x348d51['plugins']['get'](_0x48d876);if(!_0x3d586e['token'])throw new _0x4e70aa('websocketgateway-missing-token',this);if(!_0x3d586e['webSocketUrl'])throw new _0x4e70aa('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'](_0x3d586e['token'],_0x3d586e['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x3b2a9f=>{if(this['connection']=_0x3b2a9f,this['bind']('state')['to'](_0x3b2a9f,'state',this,'_isBrowserOffline',(_0x313e14,_0x55cfc2)=>('connected'!==_0x313e14&&(this['_shouldPluginsReconnect']=!0x0),_0x55cfc2||_0x313e14!==_0x3d307a['CONNECTED']?_0x3d307a['DISCONNECTED']:this['state']==_0x3d307a['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x3d307a['CONNECTING']):_0x3d307a['CONNECTED'])),this['connection']['on']('error',(_0x112403,_0x1578c3)=>{if('limitExceeded'!==_0x1578c3['code'])throw console['error'](_0x1578c3),new _0x4e70aa('cloudservices-init',null,{'originalError':_0x1578c3});_0x368e3c['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'});}),!_0x3b2a9f['me'])return new Promise(_0x297171=>_0x3b2a9f['on']('change:me',_0x297171));})['catch'](_0x1669f2=>{throw console['error'](_0x1669f2),new _0x4e70aa('cloudservices-init',null,{'originalError':_0x1669f2});});}['addToReconnectionStack'](_0x4131af){if('function'!=typeof _0x4131af['reconnect'])throw new _0x4e70aa('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x4131af))throw new _0x4e70aa('websocketgateway-plugin-already-registered',this,{'name':_0x4131af['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x4131af);}['removeFromReconnectionStack'](_0xd4d84d){this['_reconnectionStack']['delete'](_0xd4d84d);}['isInReconnectionStack'](_0x4b989f){return this['_reconnectionStack']['has'](_0x4b989f);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x2e769f=>_0x2e769f['reconnect']())))['then'](()=>this['state']=_0x3d307a['CONNECTED'])['catch'](_0x37492a=>{throw console['error'](_0x37492a),new _0x4e70aa('cloudservices-reconnection-error',this['context']);});}['disconnect'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x3d307a['DISCONNECTED'],this['_domEmitter']['stopListening']();}['destroy'](){this['disconnect'](),super['destroy']();}}class i extends _0x7e2076{['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,_0x19654e];}constructor(_0x4400fa){super(_0x4400fa),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0xc14635(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x19654e);}['init'](){const _0x1b0d25=this['context']['plugins']['get'](c);this['listenTo'](_0x1b0d25,'change:state',(_0x4d9a9a,_0x34fcb0,_0x4f24b4)=>{if('connected'!==_0x4f24b4)this['channelSessions']['forEach'](_0x14bad2=>_0x14bad2['clear']()),this['channelConnectedUsers']['forEach'](_0x3d42bc=>_0x3d42bc['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x4dd8e5,_0x53bbb9]of this['_registeredSessions'])for(const _0x51fa2f of _0x53bbb9)this['_handleSessionAdd'](_0x4dd8e5,_0x51fa2f);}}),this['_createUser'](_0x1b0d25['connection']['me'],!0x0);}['register'](_0x33d0df,_0x4cafd7){if(this['_registeredSessions']['has'](_0x33d0df))throw new _0x4e70aa('sessions-register-already-registered',null,{'channelId':_0x33d0df});this['_registeredSessions']['set'](_0x33d0df,_0x4cafd7),this['channelSessions']['set'](_0x33d0df,new _0xc14635()),this['channelConnectedUsers']['set'](_0x33d0df,new _0xc14635()),this['listenTo'](_0x4cafd7,'add',(_0x377936,_0x2585cd)=>this['_handleSessionAdd'](_0x33d0df,_0x2585cd)),this['listenTo'](_0x4cafd7,'remove',(_0x5a1191,_0x10ca46)=>this['_handleSessionRemove'](_0x33d0df,_0x10ca46));for(const _0x16a569 of _0x4cafd7)this['_handleSessionAdd'](_0x33d0df,_0x16a569);}['unregister'](_0x3d41a6){if(!this['_registeredSessions']['has'](_0x3d41a6))throw new _0x4e70aa('sessions-unregister-not-exist',null,{'channelId':_0x3d41a6});const _0x311f1c=this['_registeredSessions']['get'](_0x3d41a6);this['stopListening'](_0x311f1c);for(const _0xaa5628 of _0x311f1c)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x3d41a6,_0xaa5628);this['_registeredSessions']['delete'](_0x3d41a6),this['channelSessions']['delete'](_0x3d41a6),this['channelConnectedUsers']['delete'](_0x3d41a6);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0x43c88d){for(const _0x280d0c of this['channelSessions']['values']())for(const _0x4583e4 of _0x280d0c)if(_0x4583e4['id']===_0x43c88d)return _0x4583e4['user'];}['getUserSessions'](_0x4b8014,_0x33d427){const _0x4a1a13=_0x33d427?[this['channelSessions']['get'](_0x33d427)]:this['channelSessions']['values'](),_0x1cab4d=new Set();for(const _0x494bed of _0x4a1a13)for(const _0xbc592f of _0x494bed)_0xbc592f['user']['id']===_0x4b8014['id']&&_0x1cab4d['add'](_0xbc592f['id']);return _0x1cab4d;}['getUserRole'](_0x1f69f2){for(const _0x347456 of this['channelSessions']['values']())for(const _0x148aa6 of _0x347456)if(_0x148aa6['user']===_0x1f69f2)return _0x148aa6['role'];}['_handleSessionAdd'](_0x1576d9,_0x2483db){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0xb3677b=_0x2483db['user'],_0x44a180=this['_users']['getUser'](_0xb3677b['id'])||this['_createUser'](_0xb3677b),_0x5eaac3=Object['assign']({},_0x2483db,{'user':_0x44a180});this['channelSessions']['get'](_0x1576d9)['add'](_0x5eaac3);const _0x322365=this['channelConnectedUsers']['get'](_0x1576d9);_0x322365['has'](_0x44a180['id'])||_0x322365['add'](_0x44a180),this['allConnectedUsers']['has'](_0x44a180['id'])||this['allConnectedUsers']['add'](_0x44a180,_0x44a180['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x1576d9,{'channelId':_0x1576d9,'session':_0x5eaac3});}['_handleSessionRemove'](_0x321447,_0x119c42){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x4c6c91=this['channelConnectedUsers']['get'](_0x321447),_0x4540bd=_0x119c42['user'];_0x4540bd['id']&&(this['channelSessions']['get'](_0x321447)['remove'](_0x119c42['id']),_0x4c6c91['has'](_0x4540bd['id'])&&!this['getUserSessions'](_0x4540bd,_0x321447)['size']&&_0x4c6c91['remove'](_0x4540bd['id']),this['allConnectedUsers']['get'](_0x4540bd['id'])&&!this['getUserSessions'](_0x4540bd)['size']&&this['allConnectedUsers']['remove'](_0x4540bd['id']));}['_createUser'](_0x46c221,_0x4aac7a){const _0x5500a5=this['_users']['addUser'](_0x46c221);return _0x4aac7a&&this['_users']['defineMe'](_0x46c221['id']),_0x5500a5['orderNumber']=this['_uniqueUsersCount']++,_0x5500a5;}}class H extends _0x106356{['_domEmitter']=new(_0x2f12cd())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x159abe=this['editor'],_0x31e63b=_0x159abe['plugins']['get'](i);_0x159abe['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x47e3b9,{writer:_0x9d4ce0})=>function(_0x3c758a,_0xb6d1a6,_0x21eab1,_0x3552da){const _0x10ebbd=_0x3c758a['markerName']['split'](':')[0x2],_0xd35318=_0x21eab1['getUserBySessionId'](_0x10ebbd);if(!_0xd35318||_0x10ebbd===_0x21eab1['mySessionId'])return;if(!_0x3552da['model']['schema']['checkChild'](_0x3c758a['markerRange']['start'],'$text'))return;const _0x14054c={'class':'ck-user__marker\x20'+_0xd35318['color']['getMarkerClass'](),'data-name':_0xd35318['name'],'data-session-id':_0x10ebbd},_0x54cddc=_0x3552da['model']['markers']['get'](_0x3c758a['markerName']),_0x4e4210=_0x54cddc['getStart'](),_0x1bbc61=_0x4e4210['nodeAfter'],_0x320c61=_0x3552da['model']['schema'];if(_0x1bbc61&&_0x320c61['isObject'](_0x1bbc61)&&_0x320c61['isInline'](_0x1bbc61)&&!_0x3552da['model']['markers']['get']('user:range:'+_0x10ebbd)['getRange']()['isCollapsed'])return;const _0x2d5663=_0x4e4210['parent'];return _0x3552da['model']['schema']['isLimit'](_0x2d5663)&&!_0x3552da['model']['hasContent'](_0x2d5663)&&(_0x14054c['contenteditable']=!0x1),function(_0xb50485,_0x6adce7,_0x4fd03d){const _0x2c0a1c=_0xb50485['createUIElement']('span',_0x6adce7);return _0xb50485['setCustomProperty']('userPositionMarker',!0x0,_0x2c0a1c),_0x2c0a1c['render']=function(_0x39f249){const _0x5d704a=this['toDomElement'](_0x39f249);return _0x5d704a['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>'+_0x4fd03d['name']+'</span>',_0x5d704a['addEventListener']('mouseenter',()=>{_0x5d704a['classList']['add']('ck-user__marker_hovered');}),_0x5d704a['addEventListener']('mouseleave',()=>{_0x5d704a['classList']['remove']('ck-user__marker_hovered');}),_0x5d704a;},_0x2c0a1c['isSimilar']=function(_0x5429a7){return!(!this['getCustomProperty']('userPositionMarker')||!_0x5429a7['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x5429a7['getAttribute']('data-session-id'));},_0x2c0a1c;}(_0xb6d1a6,_0x14054c,_0xd35318);}(_0x47e3b9,_0x9d4ce0,_0x31e63b,_0x159abe)}),_0x159abe['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0xae41ab=>function(_0xc3a5a4,_0x466200){const _0x154e13=_0xc3a5a4['markerName']['split'](':')[0x2];if(_0x154e13===_0x466200['mySessionId'])return null;const _0x5e11cf=_0x466200['getUserBySessionId'](_0x154e13);if(!_0x5e11cf)return{'id':_0x154e13,'classes':[]};return{'id':_0x154e13,'classes':['ck-user__selection',_0x5e11cf['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x154e13},'priority':0x7d0+_0x5e11cf['orderNumber']};}(_0xae41ab,_0x31e63b)}),function(_0x534443){const _0x4471ed=_0x534443['model'],_0x4a3bb9=new Map(),_0x2a98cc=_0x534443['plugins']['get'](i);_0x4471ed['markers']['on']('update:user:range',(_0x1834a4,_0x12b8cd,_0x5fcca9,_0x48bebf)=>{if(!_0x48bebf&&_0x4a3bb9['get'](_0x12b8cd['name']))return _0x4a3bb9['get'](_0x12b8cd['name'])['detach'](),void _0x4a3bb9['delete'](_0x12b8cd['name']);const _0xeb42ae=_0x12b8cd['name']['split'](':')[0x2];if(_0xeb42ae===_0x2a98cc['mySessionId'])return;const _0x45c08f='user:position:'+_0xeb42ae;_0x4471ed['markers']['has'](_0x45c08f)&&_0x534443['editing']['reconvertMarker'](_0x45c08f),_0x12b8cd['on']('change:range',(_0x4ef046,_0x423c17,_0x565e94)=>{if('$graveyard'!=_0x423c17['root']['rootName']&&'$graveyard'==_0x12b8cd['getRange']()['root']['rootName']&&!_0x4a3bb9['has'](_0x12b8cd['name'])){const _0x161f60=_0x4471ed['schema']['getNearestSelectionRange'](_0x565e94['deletionPosition']);if(_0x161f60){const _0x173f39=ht['fromRange'](_0x161f60);_0x4a3bb9['set'](_0x12b8cd['name'],_0x173f39),_0x173f39['on']('change:range',(_0x39ccec,_0x1c7cd4,_0x1be319)=>{if('$graveyard'==_0x173f39['root']['rootName']){const _0xbe6c38=_0x4471ed['schema']['getNearestSelectionRange'](_0x1be319['deletionPosition']);_0xbe6c38?(_0x173f39['start']=_0xbe6c38['start'],_0x173f39['end']=_0xbe6c38['end']):(_0x4a3bb9['delete'](_0x12b8cd['name']),_0x173f39['detach']());}});}}});}),_0x4471ed['document']['on']('change',()=>{_0x4a3bb9['size']>0x0&&_0x4471ed['enqueueChange']({'isUndoable':!0x1},_0x40d4c6=>{for(const [_0x2560a8,_0x241782]of _0x4a3bb9)'$graveyard'==_0x4471ed['markers']['get'](_0x2560a8)['getRange']()['root']['rootName']&&(re(_0x2560a8['split'](':')[0x2],_0x241782['toRange'](),_0x4471ed,_0x40d4c6),_0x241782['detach']());_0x4a3bb9['clear']();});});}(_0x159abe),this['_domEmitter']['listenTo'](_0x587932['document'],'keydown',(_0x19242b,{key:_0x3ecd1f})=>{'Escape'===_0x3ecd1f&&function(_0xfb241a){_0xfb241a['editing']['view']['change'](_0x256bd0=>{for(const _0x1938ac of _0xfb241a['model']['markers']){if(!_0x1938ac['name']['startsWith']('user:position'))continue;const _0x313af9=_0xfb241a['editing']['mapper']['markerNameToElements'](_0x1938ac['name']);if(_0x313af9){for(const _0x446e70 of _0x313af9)_0x256bd0['removeClass']('ck-user__marker_hovered',_0x446e70);}}});}(_0x159abe);},{'useCapture':!0x0});}['afterInit'](){const _0x4376cf=this['editor'],_0x643c5f=_0x4376cf['commands']['get']('undo');_0x643c5f&&_0x4376cf['model']['on']('applyOperation',(_0x36320c,_0x39e7bc)=>{const _0x425726=_0x39e7bc[0x0];if(!_0x425726['isDocumentOperation'])return;if('marker'!=_0x425726['type']||!_0x425726['name']['startsWith']('user:'))return;const _0x35645b=_0x425726['batch'];_0x643c5f['_createdBatches']['has'](_0x35645b)&&(_0x425726['newRange']=_0x425726['oldRange']?_0x4376cf['model']['createRange'](_0x425726['oldRange']['start'],_0x425726['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x31109e=this['editor'],_0x105a88=_0x31109e['model']['document'],_0x5e1ea8=_0x31109e['plugins']['get'](i);_0x31109e['model']['enqueueChange']({'isUndoable':!0x1},_0x5bdc93=>{const _0x1b3f97='user:range:'+_0x5e1ea8['mySessionId'],_0x25bf5b='user:position:'+_0x5e1ea8['mySessionId'],_0x30e226=_0x31109e['model']['markers']['has'](_0x1b3f97);_0x31109e['editing']['view']['hasDomSelection']?re(_0x5e1ea8['mySessionId'],_0x105a88['selection']['getFirstRange'](),_0x31109e['model'],_0x5bdc93):_0x30e226&&(_0x5bdc93['removeMarker'](_0x1b3f97),_0x5bdc93['removeMarker'](_0x25bf5b));});}}function re(_0x2f345d,_0x3a65e8,_0x309c0a,_0x18cd0b){const _0x4d3070='user:range:'+_0x2f345d,_0x30cb7b='user:position:'+_0x2f345d,_0x468401=_0x3a65e8['getContainedElement']();let _0x36d7ce=_0x3a65e8['start'];_0x468401&&_0x468401['is']('element','tableCell')&&(_0x36d7ce=function(_0x10691d,_0x2f12df){for(const _0x12fa8b of _0x10691d['getPositions']())if(_0x2f12df['schema']['checkChild'](_0x12fa8b,'$text'))return _0x12fa8b;}(_0x3a65e8,_0x309c0a),_0x3a65e8=_0x18cd0b['createRange'](_0x36d7ce));const _0x50f8c1=_0x18cd0b['createRange'](_0x36d7ce);_0x309c0a['markers']['has'](_0x4d3070)?(_0x18cd0b['updateMarker'](_0x4d3070,{'range':_0x3a65e8}),_0x18cd0b['updateMarker'](_0x30cb7b,{'range':_0x50f8c1})):(_0x18cd0b['addMarker'](_0x4d3070,{'range':_0x3a65e8,'usingOperation':!0x0}),_0x18cd0b['addMarker'](_0x30cb7b,{'range':_0x50f8c1,'usingOperation':!0x0}));}function q(_0x54b771,_0x4d4c58,_0x1b7d72){const _0x357ec8=_0x54b771['t'],t=_0x54b771['t'];switch(_0x4d4c58){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 _0x357ec8({'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'},_0x1b7d72);default:return'';}}let K=0x1;class l extends _0x106356{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
|
|
25
|
-
((()=>_0x5791b7)());['_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,_0x2b6c41,_0x19654e,_0x48d876];}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 _0x2a507f=this['serverHistory']['getOperations']();for(let _0x5d268e=_0x2a507f['length']-0x1;_0x5d268e>=0x0;_0x5d268e--){const _0x1922a0=_0x2a507f[_0x5d268e];if(!this['_disconnectionOperations']['has'](_0x1922a0))return _0x1922a0['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x349c2b){if(super(_0x349c2b),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x235b78(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x4e70aa('collaboration-missing-channelid',this);const _0x55f105=_0x349c2b['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0x55f105,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0xa1d82d(),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 _0x4f2769=this['editor'],_0x7cc3ba=_0x4f2769['plugins']['get'](_0x19654e),_0x147f43=_0x4f2769['plugins']['get'](c);this['listenTo'](_0x7cc3ba,'getOperationAuthor',(_0x56c8a0,_0x5322c3)=>{const _0x20b270=_0x5322c3[0x0];_0x20b270['_authorId']&&(_0x56c8a0['return']=_0x7cc3ba['getUser'](_0x20b270['_authorId']),_0x56c8a0['stop']()),null===_0x20b270['_authorId']&&(_0x56c8a0['return']=null,_0x56c8a0['stop']());},{'priority':'high'}),this['listenTo'](_0x4f2769['model']['document']['selection'],'change:range',(_0x1f9013,_0x1b98db)=>{_0x1b98db['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x4f2769['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x4f2769['model']['on']('applyOperation',(_0x4256f2,_0x9fa6fa)=>{const _0x9bb884=_0x9fa6fa[0x0];_0x9bb884['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x9bb884),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x147f43,'state',this,'_hasSynchronizationProblem',(_0x3b6617,_0x1fd3eb)=>'connected'===_0x3b6617&&!_0x1fd3eb),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x4f2769['disableReadOnlyMode']('rtc-offline'):_0x4f2769['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x4f2769['disableReadOnlyMode']('rtc-offline'):_0x4f2769['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x240a8c=this['editor']['plugins']['get'](i),_0x260bde=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x240a8c['unregister'](this['_channelId']);const _0x5190ce=await this['_service']['reconnect'](_0x260bde['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x5190ce)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0xd37a7e=await this['_service']['getConnectedSessions']();_0x240a8c['register'](this['_channelId'],_0xd37a7e),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x59c90c){if(function(_0x451f2f){return'404'===_0x451f2f['code'];}(_0x59c90c)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x3f8397){return'409'===_0x3f8397['code'];}(_0x59c90c)){const _0x43b311=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'](_0x43b311);}else{if(!(_0x59c90c instanceof J))throw _0x59c90c;this['_handleReconnectionError']();}}}}['destroy'](){const _0x658083=this['editor']['plugins']['get'](c),_0x4c49c8=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x4c49c8['channelSessions']['has'](this['_channelId'])&&_0x4c49c8['unregister'](this['_channelId']),_0x658083['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x4f13b8){if(this['sessionId']!==_0x4f13b8['sessionId']&&this['_lastSyncedOperationId']!==_0x4f13b8['lastOperationId'])throw new J();return this['sessionId']=_0x4f13b8['sessionId'],this['_handleServerResponse']([],{..._0x4f13b8,'wereChangesApplied':!0x1,'data':_0x4f13b8['data']},'reconnect');}async['_connectService'](_0x506c8a,_0x4c5449=!0x1){const {connection:_0x52cf89}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x52cf89,this['_channelId'])['then'](_0x381645=>this['_initSessionsHandling'](_0x381645))['catch'](_0x4998b1=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x4998b1);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x3c85ea,_0x80e47e)=>{this['_crash']('realtimecollaborationclient-init-service-internal-error',_0x80e47e);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x1d2d04=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x506c8a);this['_isPendingUpdate']=!0x0;const _0x51785c=await this['_service']['connect'](_0x52cf89,this['_compressOperations'](_0x506c8a),_0x1d2d04);if(this['sessionId']=_0x51785c['sessionId'],_0x4c5449){if(!_0x51785c['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x51785c['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x506c8a,_0x51785c,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x51785c,_0x506c8a);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x4772d2=this['editor']['plugins']['get'](i),_0x42df0f=this['editor']['plugins']['get'](H),_0x228675=_0x4772d2['channelSessions']['get'](this['_channelId']);_0x228675&&_0x228675['length']>0x1?_0x42df0f['createUserMarkerOperations']():this['listenTo'](_0x4772d2,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x4772d2['channelSessions']['get'](this['_channelId'])['length']&&_0x42df0f['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x456f64,_0x720647,_0x5d33ea,_0x57ce44){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x720647){const _0x5c4072=this['_decompressOperations'](_0x5d33ea,_0x57ce44);await this['_fetchMissingUsers'](_0x5c4072),this['_handleExternalOperations'](_0x5c4072,_0x720647,_0x5d33ea['lastOperationId'])||this['_crash']('realtimecollaborationclient-init-service-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x286331}=this['editor'];let _0x2c5792;try{_0x2c5792=await this['_service']['getDocumentDetails']();}catch(_0x30378d){const _0x5dbe5b=q(_0x286331,'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'](_0x5dbe5b);}const _0x6879aa=_0x2c5792['currentDocumentSession']||_0x2c5792['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x6879aa['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x4d9759=q(_0x286331,'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'](_0x4d9759);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x1563df){const _0x1c456b=this['editor']['plugins']['get'](i);this['listenTo'](_0x1c456b,'sessionAdd:'+this['_channelId'],(_0x7b2ea5,{session:_0x4c3513})=>{if(_0x4c3513['id']===_0x1c456b['mySessionId']){_0x7b2ea5['off']();const _0x24ec12=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x3ecb7a=_0x4c3513['permissions'];_0x24ec12&&_0x24ec12['isEnabled']&&(_0x3ecb7a=_0x3ecb7a['filter'](_0x557181=>'document:write'!==_0x557181)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x3ecb7a,this['_channelId']);}}),_0x1c456b['register'](this['_channelId'],_0x1563df);}['_initThrowingOnDataSet'](){const _0x416a8c=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x548a4d)=>{if(!_0x548a4d[_0x548a4d['length']-0x1]['suppressErrorInCollaboration'])throw new _0x4e70aa('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x416a8c['apply'](this['editor']['data'],_0x548a4d);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x4126f9,[_0x51febe])=>{if(this['_document']['version'])throw new _0x4e70aa('realtimecollaborationclient-init-document-already-initialized',this);_0x4126f9['stop'](),this['_setPendingAction']();const _0x2b6409=this['editor']['config']['get']('rootsAttributes'),_0x5c1973=this['_getOperationsFromInitData'](_0x51febe,_0x2b6409);0x0==_0x5c1973['length']&&_0x5c1973['push'](new _0x2eb84f(0x0)),_0x4126f9['return']=this['_connectService'](_0x5c1973)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0xc8eeb=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0xc8eeb))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x3b6bda,[_0x7b96d9,_0x475323])=>{_0x3b6bda['stop']();const _0x33002c=this['editor']['model']['document']['getRoot'](_0x7b96d9);if(!this['_knownRootNames']['has'](_0x7b96d9)){const _0x52a328=_0x475323&&_0x475323['data']?_0x475323['data']:'',_0x4060ee=_0x475323&&_0x475323['attributes']?_0x475323['attributes']:{};await this['_loadRoot'](_0x7b96d9,_0x52a328,_0x4060ee);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x33002c['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x33002c);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x41ee78){const _0x11e7d2=this['editor']['plugins']['get'](_0x19654e),{connection:_0x1621ad}=this['editor']['plugins']['get'](c),_0x2fbbf2=new Set();for(const _0x453326 of _0x41ee78){const _0x4013c9=_0x453326['_authorId'];_0x4013c9&&!_0x11e7d2['getUser'](_0x4013c9)&&_0x2fbbf2['add'](_0x4013c9);}if(0x0===_0x2fbbf2['size'])return;const _0x20ba55=await dt['getMany'](_0x1621ad,Array['from'](_0x2fbbf2));for(const _0x35ccc5 of _0x20ba55)_0x11e7d2['getUser'](_0x35ccc5['id'])||_0x11e7d2['addUser'](_0x35ccc5);}['_getOperationsFromInitData'](_0x435ea9,_0x2bf197={}){const _0x1e3d52=this['editor']['model'],_0x2ea9e7=[];let _0x19f95c=0x0;const _0x22000c='string'==typeof _0x435ea9?{'main':_0x435ea9}:_0x435ea9;for(const _0x2838c6 of Object['keys'](_0x22000c)){if(!this['_document']['roots']['has'](_0x2838c6))throw new _0x4e70aa('realtimecollaborationclient-init-non-existent-root',this);const _0x49e797=this['editor']['data']['parse'](_0x22000c[_0x2838c6]),_0x98c43e=this['_document']['getRoot'](_0x2838c6),_0x1535bc=new _0xb426e4(_0x1e3d52['createPositionAt'](_0x98c43e,0x0),_0x49e797,_0x19f95c++);_0x2ea9e7['push'](_0x1535bc);for(const [_0x462f93,_0x5cb2ee]of _0x49e797['markers']){const _0x53b68c=_0x1e3d52['createRange'](_0x1e3d52['createPositionFromPath'](_0x98c43e,_0x5cb2ee['start']['path']['slice']()),_0x1e3d52['createPositionFromPath'](_0x98c43e,_0x5cb2ee['end']['path']['slice']())),_0x33a415=new _0x123311(_0x462f93,null,_0x53b68c,_0x1e3d52['markers'],!0x0,_0x19f95c++);_0x2ea9e7['push'](_0x33a415);}}if(_0x2bf197)for(const [_0x222829,_0x2d14a9]of Object['entries'](_0x2bf197)){const _0x49bde6=_0x1e3d52['document']['getRoot'](_0x222829);if(!_0x49bde6)throw new _0x4e70aa('multi-root-editor-root-attributes-no-root',null);for(const [_0x7fd024,_0x35e69e]of Object['entries'](_0x2d14a9))if(null!==_0x35e69e){const _0x3f38df=new _0xc567b2(_0x49bde6,_0x7fd024,null,_0x35e69e,_0x19f95c++);_0x2ea9e7['push'](_0x3f38df);}}return _0x2ea9e7;}async['_loadRoot'](_0xc0de89,_0x391d06,_0x5dd626){this['_getOperationsFromInitData']({[_0xc0de89]:_0x391d06},{[_0xc0de89]:_0x5dd626})['forEach']((_0x43b04f,_0x5bf2cd)=>{_0x43b04f['baseVersion']=this['_document']['version']+_0x5bf2cd,_0x43b04f['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x43b04f);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x285bc4,_0x4778cf){let _0x1980f0;this['_offset']=_0x285bc4['offset'];const _0x404b0e=_0x285bc4['wereChangesApplied']&&!_0x285bc4['initData'],_0x567ff9=_0x404b0e?0x0:_0x285bc4['data']['baseVersion'];if(_0x4778cf['forEach'](_0x46e91a=>{_0x46e91a['_isInit']=!0x0,_0x46e91a['createdAt']=_0x285bc4['sessionCreatedAt'],_0x46e91a['_authorId']=null;}),_0x404b0e)_0x1980f0=_0x4778cf,this['_applyOperationsSet'](_0x1980f0,_0x404b0e);else{if(_0x285bc4['initData']){const _0x46a4d1=this['_getOperationsFromInitData'](_0x285bc4['initData']);this['_document']['history']['version']=-_0x46a4d1['length'],_0x46a4d1['forEach'](_0x1f41bd=>{_0x1f41bd['baseVersion']-=_0x46a4d1['length'],_0x1f41bd['createdAt']=_0x285bc4['sessionCreatedAt'],_0x1f41bd['_isInit']=!0x0,_0x1f41bd['_authorId']=null;}),this['_applyOperationsSet'](_0x46a4d1,!0x0),this['serverHistory']['version']=-_0x46a4d1['length']+this['_offset'],this['_updateServerHistory'](_0x46a4d1);}this['_document']['history']['version']=_0x567ff9,_0x1980f0=this['_decompressOperations'](_0x285bc4['data'],_0x285bc4['metadata']),await this['_fetchMissingUsers'](_0x1980f0),this['_applyOperationsSet'](_0x1980f0,_0x404b0e);}_0x285bc4['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x1980f0,_0x285bc4['lastOperationId']),this['_lastSyncedOperationId']=_0x285bc4['lastOperationId']),this['serverHistory']['version']=_0x567ff9+this['_offset'],this['_updateServerHistory'](_0x1980f0),_0x4778cf['filter'](_0xb04a5b=>{const _0x557335=this['_getAffectedRoot'](_0xb04a5b);return _0x557335&&!this['_knownRootNames']['has'](_0x557335);})['forEach']((_0x62a07c,_0x497286)=>{_0x62a07c['baseVersion']=this['_document']['version']+_0x497286,this['_saveOperationInBuffer'](_0x62a07c);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x3c13b6,_0x2028c7){const _0x192ff2=_0x2028c7&&_0x2028c7['message'];if(_0x192ff2&&_0x192ff2['startsWith']('realtimecollaborationclient'))throw _0x2028c7;const _0x1fa08f=this['editor']['plugins']['get'](c);throw this['_isPendingUpdate']=!0x0,_0x1fa08f['disconnect'](),this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x4e70aa(_0x3c13b6,this['editor'],_0x192ff2?{'originalError':_0x192ff2}:void 0x0);}['_saveOperationInBuffer'](_0x3f2428){this['_knownOperations']['has'](_0x3f2428)||(this['_knownOperations']['add'](_0x3f2428),this['_bufferedOperations']['push'](_0x3f2428),this['_pendingAction']||'marker'==_0x3f2428['type']&&!_0x3f2428['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x283978=!0x1){!_0x283978&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x3fd95e=>{_0x3fd95e&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x1ba4ef=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x6f24f3){return _0x6f24f3['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x6f24f3['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x6f24f3['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x1ba4ef)||this['_crash'](_0x1ba4ef['message'],_0x1ba4ef);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x411da8=>{this['on']('change:_isPendingUpdate',()=>{_0x411da8();});});}async['_sendBufferedOperations'](){const _0x41a9e1=this['editor']['plugins']['get'](H);if(this['_shouldSendSelectionUpdate']()&&(_0x41a9e1['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x41269d=[...this['_bufferedOperations']];for(const _0x3da8b5 of _0x41269d)_0x3da8b5['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x3da8b5);const _0x28fb21=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x41269d),_0x1697c9=K++,_0x211aa7=this['_compressOperations'](_0x41269d),_0x141c28=await this['_service']['sendOperations'](_0x211aa7,_0x211aa7['baseVersion'],_0x28fb21);try{return await this['_handleServerResponse'](_0x41269d,_0x141c28,_0x1697c9);}catch(_0x2d994e){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x2d994e);}}async['_handleServerResponse'](_0x39f340,_0x3a92f2,_0x27318d){if('error'in _0x3a92f2)throw _0x3a92f2['error'];let _0x1aa815=!0x1;if(_0x3a92f2['wereChangesApplied']){_0x3a92f2['lastOperationId']&&(this['_lastSyncedOperationId']=_0x3a92f2['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x325afe=>!_0x39f340['includes'](_0x325afe));for(const _0x39e38a of _0x39f340)_0x39e38a['createdAt']='lastOperationAcceptedAt'in _0x3a92f2&&_0x3a92f2['lastOperationAcceptedAt']||void 0x0;Q(_0x39f340,_0x3a92f2['version']-_0x39f340['length']),this['_updateServerHistory'](_0x39f340);const _0x35bd9c=_0x39f340['filter'](_0x268a53=>{if(!_0x268a53['_isInit'])return!0x1;const _0x1a78ef=this['_getAffectedRoot'](_0x268a53);return _0x1a78ef&&!this['_knownRootNames']['has'](_0x1a78ef);});Q(_0x35bd9c,this['_document']['version']),this['_applyOperationsSet'](_0x35bd9c),_0x1aa815=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x1845ed=this['_decompressOperations'](_0x3a92f2['data'],_0x3a92f2['metadata'])['filter'](_0x2abb34=>_0x2abb34['baseVersion']>=this['_lastServerVersion']);_0x1845ed['forEach'](_0x4bfa5d=>this['_addKnownRoot'](_0x4bfa5d)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x446307=>!_0x446307['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x446307))),this['_bufferedOperations']['length']&&Q(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x1845ed),_0x1aa815=this['_handleExternalOperations'](_0x1845ed,_0x3a92f2['version'],_0x3a92f2['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x1aa815?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x5cb0e4,_0x84174a,_0x540c4c){try{const _0x4f0806={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x1a418e,operationsB:_0x24feba,originalOperations:_0x397863}=_0x4be5b1(_0x5cb0e4,this['_bufferedOperations'],_0x4f0806);Q(_0x1a418e,this['_document']['version']),Q(_0x24feba,_0x84174a);for(const _0x81d9e9 of _0x1a418e){const _0x16b89b=_0x397863['get'](_0x81d9e9);_0x81d9e9['_authorId']=_0x16b89b?_0x16b89b['_authorId']:null;}_0x540c4c&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x5cb0e4,_0x540c4c),this['_lastSyncedOperationId']=_0x540c4c),this['_bufferedOperations']=[..._0x24feba],this['_applyOperationsSet'](_0x1a418e),this['_updateServerHistory'](_0x5cb0e4);}catch(_0x40fe79){return console['error'](_0x40fe79),!0x1;}return!0x0;}['_applyOperationsSet'](_0x2ad9ea,_0x191220=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x136835=>{for(const _0x37c461 of _0x2ad9ea)this['_knownOperations']['add'](_0x37c461),this['_addKnownRoot'](_0x37c461),_0x136835['batch']['addOperation'](_0x37c461),this['editor']['model']['applyOperation'](_0x37c461);});}['_addKnownRoot'](_0x6bb914){const _0x5b93dd=this['_getAffectedRoot'](_0x6bb914);_0x5b93dd&&this['_knownRootNames']['add'](_0x5b93dd);}['_getAffectedRoot'](_0x91047f){let _0x2aa5fb,_0x40648d;switch(_0x91047f['type']){case'insert':_0x2aa5fb=_0x91047f['position']['root'];break;case'marker':if(_0x40648d=_0x91047f['newRange'],!_0x40648d)return null;_0x2aa5fb=_0x40648d['root'];break;case'addRootAttribute':_0x2aa5fb=_0x91047f['root'];break;case'addRoot':_0x2aa5fb=_0x91047f['affectedSelectable'];break;case'move':_0x2aa5fb=_0x91047f['targetPosition']['root'];break;default:return null;}return _0x2aa5fb['rootName'];}['_updateServerHistory'](_0x3a8f4d){_0x3a8f4d['forEach'](_0x4431eb=>{const _0x40b75f=_0x4431eb['clone']();_0x40b75f['_authorId']=_0x4431eb['_authorId'],_0x40b75f['_isInit']=!!_0x4431eb['_isInit'],_0x40b75f['createdAt']=_0x4431eb['createdAt'],_0x40b75f['baseVersion']+=this['_offset'],_0x4431eb['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x40b75f),this['serverHistory']['addOperation'](_0x40b75f);});}['_handleReconnectionError'](_0x5481a6){const _0x5aa2f9=this['editor']['plugins']['get']('Notification'),_0x28f614=this['editor']['locale'];_0x5481a6||(_0x5481a6=q(_0x28f614,'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.')),_0x5aa2f9['showWarning'](_0x5481a6,{'title':q(_0x28f614,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['disconnect']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x2b6c41)['add'](q(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x2b6c41)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x21bdfa){const _0x5a299c=_0x21bdfa['map'](_0x57dc25=>_0x57dc25['toJSON']());return this['_compressor']['compress'](_0x5a299c);}['_decompressOperations'](_0x12dcac,_0x429425){return this['_compressor']['decompress'](_0x12dcac)['map']((_0x55635b,_0x17d45e)=>{const _0x1adadd='init'==_0x429425[_0x17d45e]['type'];if('InsertOperation'==_0x55635b['__className']){const _0x41b091=_0x55635b['position']['root'];!this['_document']['getRoot'](_0x41b091)&&(this['_document']['createRoot']('$root',_0x41b091)['_isAttached']=!0x1);}const _0x1d8841=_0x42c60e['fromJSON'](_0x55635b,this['_document']);return _0x1d8841['wasUndone']=_0x55635b['wasUndone'],_0x1d8841['_isInit']=_0x1adadd,_0x1d8841['_authorId']=_0x1adadd?null:_0x429425[_0x17d45e]['userId'],_0x1d8841['_isDisconnection']='cs:removeUser'===_0x429425[_0x17d45e]['type'],_0x1d8841['createdAt']=_0x429425[_0x17d45e]['createdAt'],_0x1d8841;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x2df4bc=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x2df4bc&&_0x2df4bc['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class J extends Error{}function Q(_0x439c4a,_0x441468){for(const _0x4b9eae of _0x439c4a)_0x4b9eae['baseVersion']=_0x441468++;}class X{['_ignoredOperations'];['_operationToId'];constructor(_0x1a6961){this['_ignoredOperations']=_0x1a6961,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x4983fb){let _0x4bbb79=_0x4983fb['length'];for(;_0x4bbb79--;){const _0x51f337=_0x4983fb[_0x4bbb79];if(!this['_ignoredOperations']['has'](_0x51f337)){if(!this['_operationToId']['has'](_0x51f337)){const _0x4b315a=_0x6504cd()['slice'](0x1,0x12);this['_operationToId']['set'](_0x51f337,_0x4b315a);}return this['_operationToId']['get'](_0x51f337);}}}['setIdForTheLastOperation'](_0x46aaaf,_0x6eb9b0){if(!_0x6eb9b0)return;let _0x188cdf=_0x46aaaf['length'];for(;_0x188cdf--;){const _0x484679=_0x46aaaf[_0x188cdf];this['_ignoredOperations']['has'](_0x484679)||this['_operationToId']['set'](_0x484679,_0x6eb9b0);}}}class n extends _0x106356{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x7e2076{static ['CommentsService']=/* #__PURE__ -- @preserve */
|
|
26
|
-
((()=>_0x4fdcbe)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x19654e];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1d2a70){super(_0x1d2a70),this['_services']=new Map();}async['init'](){const _0x13cd30=this['context'],_0x58b07d=_0x13cd30['plugins']['get']('CommentsRepository');if(_0x13cd30['plugins']['get'](c)['addToReconnectionStack'](this),_0x58b07d['adapter']={'addCommentThread':async({channelId:_0x34ac12,threadId:_0x524352,comments:_0x21961d,resolvedAt:_0x1efcc2,resolvedBy:_0x510fc9,context:_0x3ea193,attributes:_0x1fe574})=>{const _0x368ffd=await this['_getService'](_0x34ac12)['addCommentThread']({'commentThreadId':_0x524352,'comments':_0x21961d['map'](_0x292014=>function(_0xaa78b1,_0x43de5a,_0x5ca9ed){return{'commentThreadId':_0x5ca9ed,'commentId':_0xaa78b1['commentId'],'userId':_0xaa78b1['authorId'],'content':_0xaa78b1['content'],'documentId':_0x43de5a,'createdAt':_0xaa78b1['createdAt'],'attributes':_0xaa78b1['attributes']||{}};}(_0x292014,_0x34ac12,_0x524352)),'resolvedAt':_0x1efcc2,'resolvedBy':_0x510fc9,'context':_0x3ea193,'attributes':_0x1fe574})['catch'](ut);return{'threadId':_0x368ffd['commentThreadId'],'comments':_0x368ffd['comments']};},'getCommentThread':async({channelId:_0x4f7e2f,threadId:_0x3926de})=>{const _0x58cf2f=await this['_getService'](_0x4f7e2f)['getCommentThread'](_0x3926de)['catch'](ut);return _0x58cf2f['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x58cf2f]),{'threadId':_0x58cf2f['commentThreadId'],'comments':_0x58cf2f['comments']['map'](b),'context':_0x58cf2f['context'],'resolvedAt':_0x58cf2f['resolvedAt'],'resolvedBy':_0x58cf2f['resolvedBy'],'attributes':_0x58cf2f['attributes']||{}});},'updateCommentThread':async({channelId:_0x2c0e9b,threadId:_0x115571,context:_0x28699d,unlinkedAt:_0x3d3a28,attributes:_0x587e2c})=>this['_getService'](_0x2c0e9b)['updateCommentThread']({'commentThreadId':_0x115571,'context':_0x28699d,'attributes':_0x587e2c,'unlinkedAt':_0x3d3a28})['catch'](y)['catch'](ut),'resolveCommentThread':async({channelId:_0x1c4046,threadId:_0x383740})=>{const _0x3659fe=await this['_getService'](_0x1c4046)['resolveCommentThread'](_0x383740)['catch'](y)['catch'](ut);return{'threadId':_0x3659fe['commentThreadId'],'resolvedAt':_0x3659fe['resolvedAt'],'resolvedBy':_0x3659fe['resolvedBy']};},'reopenCommentThread':async({channelId:_0x38cb92,threadId:_0x201aa6})=>this['_getService'](_0x38cb92)['reopenCommentThread'](_0x201aa6)['catch'](y)['catch'](ut),'removeCommentThread':({channelId:_0x16264a,threadId:_0x54e323})=>this['_getService'](_0x16264a)['removeCommentThread'](_0x54e323)['catch'](y)['catch'](ut),'addComment':({channelId:_0x2f1f8c,threadId:_0x18ef8b,commentId:_0x5725cd,content:_0x4f9a53,attributes:_0x4c03d9})=>this['_getService'](_0x2f1f8c)['addComment'](_0x18ef8b,_0x5725cd,_0x4f9a53,_0x4c03d9)['catch'](ut),'updateComment':({channelId:_0xbe5062,threadId:_0xb21a54,commentId:_0x2dd9ec,content:_0x19ddc2,attributes:_0x304840})=>this['_getService'](_0xbe5062)['updateComment'](_0xb21a54,_0x2dd9ec,_0x19ddc2,_0x304840)['catch'](y)['catch'](ut),'removeComment':({channelId:_0x421d14,threadId:_0x58304f,commentId:_0x4362eb})=>this['_getService'](_0x421d14)['removeComment'](_0x58304f,_0x4362eb)['catch'](y)['catch'](ut)},_0x13cd30 instanceof _0x1188fa){const _0xf80493=_0x13cd30['config']['get']('collaboration.channelId'),_0x372793=_0x13cd30['plugins']['get'](i);await this['_setUpService'](_0xf80493);const _0x2a550a=await this['_services']['get'](_0xf80493)['getConnectedSessions']();this['listenTo'](_0x372793,'sessionAdd:'+_0xf80493,(_0x1ceefc,{session:_0x32336e})=>{_0x32336e['id']===_0x372793['mySessionId']&&(_0x1ceefc['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x32336e['permissions'],_0xf80493));}),_0x372793['register'](_0xf80493,_0x2a550a);}}async['_setUpService'](_0x50eea5){if(this['_services']['has'](_0x50eea5))throw new _0x4e70aa('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x50eea5});const _0x8accb6=this['context']['plugins']['get']('CommentsRepository'),_0x30d5f8=new a['CommentsService'](_0x50eea5);this['_services']['set'](_0x50eea5,_0x30d5f8),this['listenTo'](_0x30d5f8,'commentThreadAdded',(_0x46b789,_0x276ef1)=>{const {commentThreadId:_0x35e81f,documentId:_0x213490,context:_0x7214ce,attributes:_0x59d83f,resolvedAt:_0x5e7819,resolvedBy:_0x6c36cf,comments:_0x12485e}=_0x276ef1;_0x8accb6['getCommentThread'](_0x35e81f)||_0x8accb6['addCommentThread']({'threadId':_0x35e81f,'channelId':_0x213490,'comments':_0x12485e?_0x12485e['map'](b):[],'context':_0x7214ce,'attributes':_0x59d83f,'resolvedAt':_0x5e7819,'resolvedBy':_0x6c36cf,'isFromAdapter':!0x0});}),this['listenTo'](_0x30d5f8,'commentThreadUpdated',(_0x72b8f5,{commentThreadId:_0x3f5e09,documentId:_0x285fdb,context:_0x4a57dd,unlinkedAt:_0xb9597,attributes:_0x13c7bf})=>{_0x8accb6['getCommentThread'](_0x3f5e09)&&_0x8accb6['updateCommentThread']({'threadId':_0x3f5e09,'channelId':_0x285fdb,'context':_0x4a57dd,'unlinkedAt':_0xb9597,'attributes':_0x13c7bf,'isFromAdapter':!0x0});}),this['listenTo'](_0x30d5f8,'commentThreadResolved',(_0x488f01,{commentThreadId:_0x4f9af8,resolvedBy:_0x19aa48,resolvedAt:_0x1e43d9})=>{const _0x14e8d9=_0x8accb6['getCommentThread'](_0x4f9af8);_0x14e8d9&&_0x14e8d9['resolve']({'resolvedBy':_0x19aa48,'resolvedAt':_0x1e43d9,'isFromAdapter':!0x0});}),this['listenTo'](_0x30d5f8,'commentThreadReopened',(_0x9e4e8b,{commentThreadId:_0x31107a})=>{const _0x5af2ab=_0x8accb6['getCommentThread'](_0x31107a);_0x5af2ab&&_0x5af2ab['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x30d5f8,'commentThreadRemoved',(_0x18a1ca,{commentThreadId:_0x518cda})=>{const _0x5c099f=_0x8accb6['getCommentThread'](_0x518cda);_0x5c099f&&_0x5c099f['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x30d5f8,'commentAdded',(_0x2f3a60,_0xb8b115)=>{const _0x13fac3=_0xb8b115['commentThreadId'],_0x3899c5=_0x8accb6['getCommentThread'](_0x13fac3);_0x3899c5&&_0x3899c5['addComment']({...b(_0xb8b115),'isFromAdapter':!0x0});}),this['listenTo'](_0x30d5f8,'commentUpdated',(_0x1dd226,{commentThreadId:_0x856328,commentId:_0x2416f5,content:_0x1ea9fe,attributes:_0x5defd8})=>{const _0x27ca2a=_0x8accb6['getCommentThread'](_0x856328);if(_0x27ca2a){const _0x1023dd=_0x27ca2a['getComment'](_0x2416f5);_0x1023dd&&_0x1023dd['update']({'content':_0x1ea9fe,'attributes':_0x5defd8,'isFromAdapter':!0x0});}}),this['listenTo'](_0x30d5f8,'commentRemoved',(_0x445b4,{commentThreadId:_0x19c761,commentId:_0x1d6da0})=>{const _0x291d22=_0x8accb6['getCommentThread'](_0x19c761);if(_0x291d22){const _0x5bd28d=_0x291d22['getComment'](_0x1d6da0);_0x5bd28d&&_0x5bd28d['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x50eea5);}['destroy'](){if(this['context']instanceof _0x1188fa){const _0x108842=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x108842);}}['_terminateService'](_0x495fce){if(!this['_services']['has'](_0x495fce))throw new _0x4e70aa('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x495fce});this['_getService'](_0x495fce)['disconnect'](),this['_services']['delete'](_0x495fce);}async['reconnect'](){for(const _0x1b56f0 of this['_services']['keys']())await this['_connectService'](_0x1b56f0);if(this['context']instanceof _0x1188fa){const _0x4eb0e9=this['context']['config']['get']('collaboration.channelId'),_0x9fa1ee=this['context']['plugins']['get'](i);_0x9fa1ee['unregister'](_0x4eb0e9);const _0x19db15=await this['_services']['get'](_0x4eb0e9)['getConnectedSessions']();_0x9fa1ee['register'](_0x4eb0e9,_0x19db15);}}async['_connectService'](_0x86501f){const {connection:_0x75e0aa}=this['context']['plugins']['get'](c),_0x2dc505=this['context']['plugins']['get']('CommentsRepository'),_0x5bb58e=this['_services']['get'](_0x86501f),_0x8cba85=await _0x5bb58e['connect'](_0x75e0aa);await this['_fetchMissingUsersForThreads'](_0x8cba85);const _0x20f337=new Set(Array['from'](_0x2dc505['getCommentThreads']({'channelId':_0x86501f}),_0xf18b31=>_0xf18b31['id']));for(const _0xb319ef of _0x8cba85)_0xb319ef['deletedAt']||_0x20f337['delete'](_0xb319ef['commentThreadId']);for(const _0x3d92a4 of _0x20f337)_0x2dc505['getCommentThread'](_0x3d92a4)['remove']({'isFromAdapter':!0x0});for(const _0x3f5b55 of _0x8cba85){let _0x4534fb=_0x2dc505['getCommentThread'](_0x3f5b55['commentThreadId']);const {commentThreadId:_0x2eb61a,context:_0x5e9771,attributes:_0x4ea551,resolvedBy:_0x461f50,resolvedAt:_0x301aa4,unlinkedAt:_0x31f431,deletedAt:_0x199bac}=_0x3f5b55;if(_0x199bac)continue;_0x4534fb||(_0x4534fb=_0x2dc505['addCommentThread']({'channelId':_0x86501f,'threadId':_0x2eb61a,'context':_0x5e9771,'attributes':_0x4ea551||{},'resolvedBy':_0x461f50,'resolvedAt':_0x301aa4,'unlinkedAt':_0x31f431,'isFromAdapter':!0x0}));const _0x548f4e=new Set(Array['from'](_0x4534fb['comments'],_0x480311=>_0x480311['id']));for(const _0x91dfde of _0x3f5b55['comments'])_0x548f4e['delete'](_0x91dfde['commentId']);for(const _0x272e60 of _0x548f4e)_0x4534fb['getComment'](_0x272e60)['remove']({'isFromAdapter':!0x0});for(const _0x13c792 of _0x3f5b55['comments']){const _0xede980=_0x4534fb['getComment'](_0x13c792['commentId']);_0xede980?_0xede980['content']!==_0x13c792['content']&&_0xede980['update']({'content':_0x13c792['content'],'isFromAdapter':!0x0}):_0x4534fb['addComment'](Object['assign'](b(_0x13c792),{'isFromAdapter':!0x0}));}}}['_getService'](_0x3ec6a0){if(!this['_services']['has'](_0x3ec6a0))throw new _0x4e70aa('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x3ec6a0});return this['_services']['get'](_0x3ec6a0);}async['_fetchMissingUsersForThreads'](_0x1ed0e7){const _0x48af66=this['context']['plugins']['get'](_0x19654e),{connection:_0x477353}=this['context']['plugins']['get'](c),_0x5aa1a9=new Set();for(const {resolvedBy:_0x302099,comments:_0x4bca1f}of _0x1ed0e7){_0x302099&&!_0x48af66['getUser'](_0x302099)&&_0x5aa1a9['add'](_0x302099);for(const {userId:_0x513d00}of _0x4bca1f)_0x48af66['getUser'](_0x513d00)||_0x5aa1a9['add'](_0x513d00);}if(0x0===_0x5aa1a9['size'])return;const _0x248add=await dt['getMany'](_0x477353,Array['from'](_0x5aa1a9));for(const _0x4aac46 of _0x248add)_0x48af66['getUser'](_0x4aac46['id'])||_0x48af66['addUser'](_0x4aac46);}}async function y(_0x24df70){if('404'!==_0x24df70['code'])throw _0x24df70;}function ut(_0x7f8e42){if((_0x58802e=_0x7f8e42)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x58802e['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x58802e['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x58802e;throw _0x7f8e42;}function b(_0x5d3e9b){return{'threadId':_0x5d3e9b['commentThreadId'],'commentId':_0x5d3e9b['commentId'],'content':_0x5d3e9b['content'],'createdAt':_0x5d3e9b['createdAt'],'authorId':_0x5d3e9b['userId'],'attributes':_0x5d3e9b['attributes']||{}};}class f extends _0x106356{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,_0x19654e];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x495a28){super(_0x495a28);const _0x29b07b=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x29b07b);}async['init'](){const _0x5250ed=this['editor']['plugins']['get'](l),_0x31ff98=_0x5250ed['serverHistory'],_0x3770c7=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x31ff98,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x5250ed['sessionId']});const _0x3fe33c=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x30c7d9=await tt['isBundleUploaded'](_0x3770c7['connection'],_0x3fe33c);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x170234})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x170234)),'updateRevisions':async _0x55e478=>{await this['_waitForServiceReady']();const _0x31e915=this['_revisionTracker']['currentRevision'];if(_0x30c7d9&&0x1===_0x55e478['length']&&_0x55e478[0x0]['id']===_0x31e915['id'])return _0x55e478;for(const _0x1fab28 of _0x55e478)_0x1fab28['id']===_0x31e915['id']&&(_0x1fab28['isEmptyCurrent']=_0x1fab28['fromVersion']===_0x1fab28['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x55e478,this['_lastRequestId'])['then'](_0x56f226=>(this['_lastRequestId']=_0x56f226,_0x55e478))['catch'](_0x1fa021=>{if(st(_0x1fa021)||'400'===_0x1fa021['code']&&void 0x0!==_0x1fa021['data']['wrongRequestId']){for(const _0x507d8e of _0x55e478){!this['_revisionTracker']['repository']['getRevision'](_0x507d8e['id'])||this['_revisionTracker']['_bufferUpdate'](_0x507d8e['id'],_0x507d8e,!0x1);}if(st(_0x1fa021))throw _0x1fa021;return _0x55e478;}throw _0x1fa021;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x552529,{revisionsData:_0x2d55ea,requestId:_0x3a0468})=>{Math['max'](..._0x2d55ea['map'](_0x3e7cc3=>_0x3e7cc3['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x2d55ea,_0x3a0468);}):this['_handleRevisionsUpdate'](_0x2d55ea,_0x3a0468);});const {revisions:_0x322982,requestId:_0x428914}=await this['_revisionHistoryService']['connect'](_0x3770c7['connection']);_0x3770c7['addToReconnectionStack'](this),this['_lastRequestId']=_0x428914,await this['_fetchMissingUsers'](_0x322982);for(const _0x720af3 of _0x322982)this['_revisionTracker']['addRevisionData'](_0x720af3);this['listenTo'](_0x5250ed,'change:_isConnected',(_0x2d428d,_0x2c5244,_0x457db3)=>{_0x457db3&&(this['_oldOffset']=_0x5250ed['_offset'],_0x2d428d['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x3770c7,'state',_0x36caec=>_0x36caec===_0x3d307a['CONNECTED']);}async['reconnect'](){const _0x19d365=this['editor']['plugins']['get'](c),_0x4d4410=this['editor']['plugins']['get'](l),_0x3e3efc=async()=>{const _0x8a04cf=this['_revisionTracker']['currentRevision'],_0x3fdb71=_0x8a04cf['id'],_0x1cc539=_0x3fdb71!==_0x4d4410['sessionId'];if(_0x1cc539){const _0x279ce1=_0x4d4410['_offset']-this['_oldOffset'],_0xe1b1de=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x8a04cf['toVersion']+_0x279ce1!==_0xe1b1de){const _0x1ef94d=_0x8a04cf['fromVersion']+_0x279ce1,_0x48ed2e=this['editor']['plugins']['get'](_0x19654e),_0x507f6e=this['_revisionTracker']['buildRevisionData']({'revision':_0x8a04cf,'from':_0x1ef94d,'to':_0xe1b1de});_0x507f6e['id']=_0x8a04cf['id'];const _0x30bf11=_0x507f6e['authorsIds']['map'](_0x41de7d=>_0x48ed2e['getUser'](_0x41de7d));_0x8a04cf['_update']({..._0x507f6e,'authors':_0x30bf11},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x8a04cf['id'],_0x507f6e,!0x0);}this['_revisionTracker']['_startingVersion']=_0xe1b1de,(_0x8a04cf['toVersion']===_0x8a04cf['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x3fdb71)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x3fdb71),this['_revisionTracker']['_createCurrentRevision'](_0xe1b1de));}const {revisions:_0xcbcfd3,requestId:_0x5c3802}=await this['_revisionHistoryService']['reconnect'](_0x19d365['connection'],this['_lastRequestId']);_0x1cc539&&_0xcbcfd3['length']>0x0?_0x4d4410['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0xcbcfd3),this['_handleRevisionsUpdate'](_0xcbcfd3,_0x5c3802),this['_revisionTracker']['sendBufferedUpdates']());};return _0x4d4410['_isConnected']?_0x3e3efc():new Promise((_0x117de2,_0x344a41)=>{_0x4d4410['once']('change:_isConnected',()=>{_0x3e3efc()['then'](_0x117de2)['catch'](_0x344a41);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x41db9e=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x548543=>{_0x548543['off'](),_0x41db9e();});});}['_getLatestVersionFromServerOperations'](){const _0x500a5c=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x405266 of _0x500a5c)if('marker'!==_0x405266['type']||_0x405266['affectsData'])return _0x405266['baseVersion']+0x1;}['_getLatestVersion'](){const _0x388797=this['editor']['plugins']['get'](l);return new Promise(_0x4b68f9=>{_0x388797['_isPendingUpdate']?_0x388797['once']('change:_isPendingUpdate',()=>{_0x4b68f9(this['_getLatestVersionFromServerOperations']());}):_0x4b68f9(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x301b79,_0x4ede78){const _0x6537ab=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x4ede78;for(const _0x5e3642 of _0x301b79){const _0x1febef=_0x6537ab['getRevision'](_0x5e3642['id']);if(_0x1febef){if((_0x5e3642['fromVersion']||_0x5e3642['toVersion'])&&(_0x5e3642['diffData']=null),_0x1febef===this['_revisionTracker']['currentRevision']){const _0x184b2a=Math['max'](_0x1febef['toVersion'],_0x5e3642['toVersion']),_0x1b686a=Math['max'](_0x1febef['fromVersion'],_0x5e3642['fromVersion']);let _0x3dce34;_0x1febef['toVersion']===_0x5e3642['toVersion']&&_0x1febef['fromVersion']===_0x5e3642['fromVersion']?(_0x3dce34=!0x0,this['_preventResendingRevisionData'](_0x5e3642)):_0x5e3642['toVersion']===_0x184b2a&&_0x5e3642['fromVersion']===_0x1b686a?_0x3dce34=!0x1:(_0x1febef['toVersion']===_0x184b2a&&_0x1febef['fromVersion']===_0x1b686a||this['_fixRevision']({'revision':_0x1febef,'from':_0x1b686a,'to':_0x184b2a}),_0x3dce34=!0x0),_0x3dce34&&(delete _0x5e3642['fromVersion'],delete _0x5e3642['toVersion'],delete _0x5e3642['diffData'],delete _0x5e3642['createdAt'],delete _0x5e3642['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x5e3642),this['_preventResendingRevisionData'](_0x5e3642);}else this['_revisionTracker']['addRevisionData'](_0x5e3642);}const _0x58612d=_0x6537ab['getRevisions']();_0x58612d['reverse']();for(let _0x249cd0=0x0;_0x249cd0<_0x58612d['length']-0x1;_0x249cd0++){const _0x5b6bf=_0x58612d[_0x249cd0],_0xd03b00=_0x58612d[_0x249cd0+0x1];if(_0x5b6bf['fromVersion']<_0xd03b00['toVersion']){const _0x11b775=_0xd03b00['toVersion'],_0x1f3f2f=Math['max'](_0x11b775,_0x5b6bf['toVersion']);this['_fixRevision']({'revision':_0x5b6bf,'from':_0x11b775,'to':_0x1f3f2f});}}}['_fixRevision']({revision:_0x6f8ae,from:_0x359656,to:_0xf25007}={}){const _0x46719b=this['editor']['plugins']['get'](_0x19654e),_0x247bf=this['_revisionTracker']['buildRevisionData']({'revision':_0x6f8ae,'from':_0x359656,'to':_0xf25007});_0x247bf['authors']=_0x247bf['authorsIds']['map'](_0x39cb82=>_0x46719b['getUser'](_0x39cb82)),_0x6f8ae['_update'](_0x247bf);}['_preventResendingRevisionData'](_0x3414d0){const _0x49e2db={};_0x49e2db['id']=_0x3414d0['id'];for(const _0x4430bd of Object['keys'](_0x3414d0))'id'!==_0x4430bd&&(_0x49e2db[_0x4430bd]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x49e2db['id'],_0x49e2db,!0x0);}async['_fetchMissingUsers'](_0x155d58){const _0x414476=this['editor']['plugins']['get'](_0x19654e),{connection:_0x4411f0}=this['editor']['plugins']['get'](c),_0x53c4e9=new Set();for(const _0xe18e90 of _0x155d58){for(const _0x36d7cd of _0xe18e90['authorsIds'])_0x22ef15(_0x36d7cd);_0xe18e90['creatorId']&&_0x22ef15(_0xe18e90['creatorId']);}if(0x0===_0x53c4e9['size'])return;const _0x215773=await dt['getMany'](_0x4411f0,Array['from'](_0x53c4e9));for(const _0xb01ee of _0x215773)_0x414476['getUser'](_0xb01ee['id'])||_0x414476['addUser'](_0xb01ee);function _0x22ef15(_0x285268){_0x414476['getUser'](_0x285268)||_0x53c4e9['add'](_0x285268);}}}function st(_0x2684f9){return _0x2684f9['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x2684f9['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x2684f9['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x106356{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 _0x758c45{constructor(_0x12f38b){super(_0x12f38b);const _0x523ab9=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x523ab9['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x523ab9['to']('usersCount',_0x5dddd0=>q(_0x12f38b,'CONNECTED_USERS',_0x5dddd0))}]});}}class es extends _0x758c45{['items'];['keystrokes'];constructor(_0x2dd7d0){super(_0x2dd7d0);const _0x590e4e=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x4a3d1a(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x590e4e['if']('hasPopup'),'aria-expanded':_0x590e4e['to']('isExpanded',_0x5e82a8=>this['hasPopup']&&String(_0x5e82a8)),'aria-label':_0x590e4e['to']('hasPopup',_0x3c8f58=>q(_0x2dd7d0,_0x3c8f58?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x590e4e['to']('hasPopup',_0x5640e2=>!!_0x5640e2&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x590e4e['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0xa9d541,_0x286169,_0x4e8909)=>{this['element']&&(_0x4e8909?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 _ extends _0x758c45{['counterView'];['inlineListView'];constructor(_0x455f86){super(_0x455f86);const _0x3f4104=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x455f86),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x1167f0 of this['inlineListView']['items'])_0x1167f0['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',_0x3f4104['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class M extends _0x758c45{['listWrapperView'];constructor(_0x3dd33b,_0x45b9b0){super(_0x3dd33b),this['listWrapperView']=new mt(_0x3dd33b,_0x45b9b0),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':q(_0x3dd33b,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class mt extends _0x2a1a06{constructor(_0x1a60b3,_0x2bce92){super(_0x1a60b3);const _0x95185f=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x2bce92?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x95185f['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x95185f['to']('role'),'aria-label':_0x95185f['to']('ariaLabel'),'aria-labelledby':_0x95185f['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x587932['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x3b003e=this['element'];_0x3b003e&&(this['_isScrollable']=Math['max'](_0x3b003e['scrollHeight'],_0x3b003e['clientHeight'])>0.8*window['innerHeight']);}}class E extends rt{['userView'];constructor(_0x4555f9,_0x2265cf,_0x583cfb){super(_0x4555f9);const _0x5f4676=this['bindTemplate'];this['userView']=new ct(_0x4555f9,_0x2265cf);const _0x281276={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x2265cf['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x2265cf['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x2265cf['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x583cfb&&(_0x281276['tag']='button',_0x281276['on']={'click':_0x5f4676['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x281276);}['focus'](){this['element']['focus']();}}class T extends _0x758c45{['userView'];['markerView'];constructor(_0x44c322,_0xef70d0,_0x2dd312){super(_0x44c322);const _0x1c7a05=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new ct(_0x44c322,_0xef70d0),this['markerView']=new at(_0x44c322,_0xef70d0);const _0x394701=new ot(_0x44c322);_0x394701['template']['tag']='span',_0x394701['text']=_0xef70d0['name'];const _0x14639b={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x1c7a05['to']('isFocusable',_0x58dcb1=>!!_0x58dcb1&&0x0),'aria-labelledby':_0x394701['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x1c7a05['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x1c7a05['to']('hasTooltip',_0x2542b0=>!_0x2542b0),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x394701]};_0x2dd312&&(_0x14639b['tag']='button',_0x14639b['on']={'click':_0x1c7a05['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x14639b);}}class at extends _0x758c45{constructor(_0xa4cb6d,_0x34ea48){super(_0xa4cb6d),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x34ea48['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const D={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x7e2076{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x55a362){super(_0x55a362),this['context']['config']['define']('presenceList',D);const _0x217163=_0x55a362['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x217163)throw new _0x4e70aa('presencelist-collapseat-invalid-format',this);if(_0x217163<0x1)throw new _0x4e70aa('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0xc14635(),this['balloonPanelView']=new _0x5cfd3d(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x22b59c of this['_allConnectedUsers'])this['_handleUserAdd'](_0x22b59c);this['listenTo'](this['_allConnectedUsers'],'add',(_0x3652e1,_0x3e4604)=>{this['_handleUserAdd'](_0x3e4604);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x41407e,_0x464e2c)=>{this['_handleUserRemove'](_0x464e2c);});}['_createView'](){const _0x54a078=this['context'],_0x512a22=new _(this['context']['locale']),_0x4d8e0d=this['balloonPanelView'];if(!_0x37fe9a(_0x54a078['config']['get']('presenceList.container')))throw new _0x4e70aa('presencelist-missing-container',this);return _0x512a22['counterView']['bind']('usersCount')['to'](this),_0x512a22['bind']('isCollapsed')['to'](this,'usersCount',_0x2a3f63=>{const {collapseAt:_0x39d80b,displayMe:_0xc2865e}=_0x54a078['config']['get']('presenceList'),_0x17d659=_0x2a3f63>=_0x39d80b;return _0x512a22['counterView']['isHidden']=!(0x1==_0x2a3f63&&_0xc2865e||_0x17d659),_0x17d659||this['hideDropdown'](),_0x17d659;}),_0x512a22['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x518dd0=>{const _0x185d79=_0x54a078['config']['get']('presenceList'),_0x3c89e6=new T(_0x54a078['locale'],_0x518dd0,!!_0x185d79['onClick']);return _0x3c89e6['bind']('hasTooltip')['to'](_0x512a22,'isCollapsed',_0xa499ca=>!_0xa499ca),_0x3c89e6['bind']('isFocusable')['to'](_0x512a22,'isCollapsed',_0x496823=>!_0x496823),_0x185d79['onClick']&&this['listenTo'](_0x3c89e6,'execute',()=>{this['view']['isCollapsed']||_0x185d79['onClick'](_0x518dd0,_0x3c89e6['element']);}),_0x3c89e6;}),this['listenTo'](_0x512a22['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0x512a22['inlineListView']['keystrokes']['set']('Enter',(_0x32e3d4,_0x41d906)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x41d906());}),_0x512a22['render'](),_0x4d8e0d['render'](),_0x4cd0ea({'emitter':_0x512a22,'activator':()=>_0x4d8e0d['isVisible'],'contextElements':[_0x4d8e0d['element'],_0x512a22['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x54a078['config']['get']('presenceList.container')['appendChild'](_0x512a22['element']),this['_bodyCollection']=new _0x132854(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x512a22;}['_handleUserAdd'](_0x51fa6a){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x51fa6a['isMe'])return;const _0x368bfa=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0x368bfa&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x25053c=_0x51fa6a['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x51fa6a,_0x25053c);}['_handleUserRemove'](_0x472f67){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0x472f67['id'])&&(this['currentDisplayedUsers']['remove'](_0x472f67['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x57eda5 of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x57eda5['id']))return void this['currentDisplayedUsers']['add'](_0x57eda5,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x539cb0=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new M(this['context']['locale'],!!_0x539cb0['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0xf89d54}=this['presenceDropdownView'];_0xf89d54['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x1e1f52=>{if(!_0x539cb0['displayMe']&&_0x1e1f52['isMe'])return null;const _0x12deb5=new E(this['context']['locale'],_0x1e1f52,!!_0x539cb0['onClick']);return _0x539cb0['onClick']&&this['listenTo'](_0x12deb5,'execute',()=>{_0x539cb0['onClick'](_0x1e1f52,_0x12deb5['element']);}),_0x12deb5;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0xf89d54['focus'](),_0xf89d54['checkIfScrollable']();const _0x3a40cc=(_0x595352,_0x31bc44)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x31bc44();};_0xf89d54['keystrokes']['set']('Esc',_0x3a40cc),_0xf89d54['keystrokes']['set']('Shift+Tab',_0x3a40cc),_0xf89d54['keystrokes']['set']('Tab',(_0xf3897c,_0x2eb4be)=>{!function(_0x1f5b48){const _0x4bdb3f=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x447814=>_0x447814+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x151d25=[...document['body']['querySelectorAll'](_0x4bdb3f)]['filter'](_0x4ee25c=>_0x4ee25c===document['activeElement']||_0x4ee25c['offsetWidth']+_0x4ee25c['offsetHeight']>0x0)['sort']((_0x59a200,_0x4786cb)=>(_0x59a200['tabIndex']||0x0)-(_0x4786cb['tabIndex']||0x0)),_0x24f1b7=_0x151d25['indexOf'](_0x1f5b48),_0x157f20=_0x151d25[(_0x24f1b7+0x1)%_0x151d25['length']];_0x157f20&&_0x157f20['focus']();}(this['view']['element']),this['hideDropdown'](),_0x2eb4be();}),_0xf89d54['focusTracker']['add'](this['view']['element']),_0xf89d54['focusTracker']['on']('change:isFocused',(_0x40e0a5,_0x52e250,_0x13380e)=>{_0x13380e||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 _0x7e2076{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{a as CloudServicesCommentsAdapter,u as CloudServicesRevisionHistoryAdapter,f as CloudServicesTrackChangesAdapter,s as PresenceList,l as RealTimeCollaborationClient,m as RealTimeCollaborativeComments,n as RealTimeCollaborativeEditing,g as RealTimeCollaborativeRevisionHistory,p as RealTimeCollaborativeTrackChanges,i as Sessions};
|
|
23
|
+
import{ContextPlugin as _0x520a2c,Plugin as _0x2fbf72,PendingActions as _0xe073dc,Context as _0x2bf92d}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x23e09d,CKEditorError as _0x4ed4a4,Collection as _0x1f5b57,global as _0x251e3e,version as nt,uid as _0x14e392,KeystrokeHandler as _0x5e08c4}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0x53a69b,View as _0x7dc916,ListView as _0x1df9d3,ListItemView as rt,LabelView as ot,BalloonPanelView as _0x4ea350,clickOutsideHandler as _0x33a8f3,BodyCollection as _0x4b2a32}from'@ckeditor/ckeditor5-ui/dist/index.js';import{LiveRange as ht,History as _0x58a2a7,NoOperation as _0x2b95f4,InsertOperation as _0x586427,MarkerOperation as _0x180826,RootAttributeOperation as _0x26f5d7,transformSets as _0x583039,OperationFactory as _0x38fdea}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as lt,WEB_SOCKET_GATEWAY_STATES as _0x1295ef,CollaborativeEditingService as _0x10d8aa,User as dt,CommentsService as _0x1e41fb,TrackChangesService as et,RevisionHistoryService as it,EditorService as tt}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x2c583b,UserView as ct}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0x5ec8ef}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x9464ae}from'lodash-es';class c extends _0x520a2c{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>lt)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x53a69b];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x573a0c){super(_0x573a0c),this['set']('state',_0x1295ef['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x23e09d);}['init'](){const _0x14f269=this['context'],_0x52be1b=_0x14f269['plugins']['get']('CloudServices'),_0x3530aa=_0x14f269['plugins']['get'](_0x53a69b);if(!_0x52be1b['token'])throw new _0x4ed4a4('websocketgateway-missing-token',this);if(!_0x52be1b['webSocketUrl'])throw new _0x4ed4a4('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'](_0x52be1b['token'],_0x52be1b['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x54db3a=>{if(this['connection']=_0x54db3a,this['bind']('state')['to'](_0x54db3a,'state',this,'_isBrowserOffline',(_0x1e31f8,_0x3e5a42)=>('connected'!==_0x1e31f8&&(this['_shouldPluginsReconnect']=!0x0),_0x3e5a42||_0x1e31f8!==_0x1295ef['CONNECTED']?_0x1295ef['DISCONNECTED']:this['state']==_0x1295ef['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x1295ef['CONNECTING']):_0x1295ef['CONNECTED'])),this['connection']['on']('error',(_0xa04c5b,_0x2784b2)=>{if('limitExceeded'!==_0x2784b2['code'])throw console['error'](_0x2784b2),new _0x4ed4a4('cloudservices-init',null,{'originalError':_0x2784b2});_0x3530aa['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'});}),!_0x54db3a['me'])return new Promise(_0x16c031=>_0x54db3a['on']('change:me',_0x16c031));})['catch'](_0x4781c8=>{throw console['error'](_0x4781c8),new _0x4ed4a4('cloudservices-init',null,{'originalError':_0x4781c8});});}['addToReconnectionStack'](_0x43ecff){if('function'!=typeof _0x43ecff['reconnect'])throw new _0x4ed4a4('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x43ecff))throw new _0x4ed4a4('websocketgateway-plugin-already-registered',this,{'name':_0x43ecff['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x43ecff);}['removeFromReconnectionStack'](_0x274863){this['_reconnectionStack']['delete'](_0x274863);}['isInReconnectionStack'](_0x5b8159){return this['_reconnectionStack']['has'](_0x5b8159);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x3277ed=>_0x3277ed['reconnect']())))['then'](()=>this['state']=_0x1295ef['CONNECTED'])['catch'](_0x21985b=>{throw console['error'](_0x21985b),new _0x4ed4a4('cloudservices-reconnection-error',this['context']);});}['disconnect'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x1295ef['DISCONNECTED'],this['_domEmitter']['stopListening']();}['destroy'](){this['disconnect'](),super['destroy']();}}class i extends _0x520a2c{['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,_0x2c583b];}constructor(_0x1249f1){super(_0x1249f1),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x1f5b57(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x2c583b);}['init'](){const _0x284c0c=this['context']['plugins']['get'](c);this['listenTo'](_0x284c0c,'change:state',(_0x44fd9c,_0xaef686,_0x3805e1)=>{if('connected'!==_0x3805e1)this['channelSessions']['forEach'](_0x8bf2ff=>_0x8bf2ff['clear']()),this['channelConnectedUsers']['forEach'](_0x35efee=>_0x35efee['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x1a9968,_0xf49b4b]of this['_registeredSessions'])for(const _0x3739b6 of _0xf49b4b)this['_handleSessionAdd'](_0x1a9968,_0x3739b6);}}),this['_createUser'](_0x284c0c['connection']['me'],!0x0);}['register'](_0x491191,_0x2ac608){if(this['_registeredSessions']['has'](_0x491191))throw new _0x4ed4a4('sessions-register-already-registered',null,{'channelId':_0x491191});this['_registeredSessions']['set'](_0x491191,_0x2ac608),this['channelSessions']['set'](_0x491191,new _0x1f5b57()),this['channelConnectedUsers']['set'](_0x491191,new _0x1f5b57()),this['listenTo'](_0x2ac608,'add',(_0x3fbb66,_0x4574c4)=>this['_handleSessionAdd'](_0x491191,_0x4574c4)),this['listenTo'](_0x2ac608,'remove',(_0x324843,_0x56e1ba)=>this['_handleSessionRemove'](_0x491191,_0x56e1ba));for(const _0x3ec94f of _0x2ac608)this['_handleSessionAdd'](_0x491191,_0x3ec94f);}['unregister'](_0x202950){if(!this['_registeredSessions']['has'](_0x202950))throw new _0x4ed4a4('sessions-unregister-not-exist',null,{'channelId':_0x202950});const _0x3070d3=this['_registeredSessions']['get'](_0x202950);this['stopListening'](_0x3070d3);for(const _0x2ba528 of _0x3070d3)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x202950,_0x2ba528);this['_registeredSessions']['delete'](_0x202950),this['channelSessions']['delete'](_0x202950),this['channelConnectedUsers']['delete'](_0x202950);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0x590202){for(const _0x11c063 of this['channelSessions']['values']())for(const _0x466cfd of _0x11c063)if(_0x466cfd['id']===_0x590202)return _0x466cfd['user'];}['getUserSessions'](_0x399f14,_0x1dd1cd){const _0x40ddfe=_0x1dd1cd?[this['channelSessions']['get'](_0x1dd1cd)]:this['channelSessions']['values'](),_0x56dc95=new Set();for(const _0x1ab80d of _0x40ddfe)for(const _0x23fdc6 of _0x1ab80d)_0x23fdc6['user']['id']===_0x399f14['id']&&_0x56dc95['add'](_0x23fdc6['id']);return _0x56dc95;}['getUserRole'](_0x292afb){for(const _0x49c8ec of this['channelSessions']['values']())for(const _0x5b3eae of _0x49c8ec)if(_0x5b3eae['user']===_0x292afb)return _0x5b3eae['role'];}['_handleSessionAdd'](_0x20bc68,_0x50ce17){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x246800=_0x50ce17['user'],_0x2235d9=this['_users']['getUser'](_0x246800['id'])||this['_createUser'](_0x246800),_0x51b142=Object['assign']({},_0x50ce17,{'user':_0x2235d9});this['channelSessions']['get'](_0x20bc68)['add'](_0x51b142);const _0x3bf418=this['channelConnectedUsers']['get'](_0x20bc68);_0x3bf418['has'](_0x2235d9['id'])||_0x3bf418['add'](_0x2235d9),this['allConnectedUsers']['has'](_0x2235d9['id'])||this['allConnectedUsers']['add'](_0x2235d9,_0x2235d9['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x20bc68,{'channelId':_0x20bc68,'session':_0x51b142});}['_handleSessionRemove'](_0x11aa02,_0x47abba){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x33120e=this['channelConnectedUsers']['get'](_0x11aa02),_0x52ebc8=_0x47abba['user'];_0x52ebc8['id']&&(this['channelSessions']['get'](_0x11aa02)['remove'](_0x47abba['id']),_0x33120e['has'](_0x52ebc8['id'])&&!this['getUserSessions'](_0x52ebc8,_0x11aa02)['size']&&_0x33120e['remove'](_0x52ebc8['id']),this['allConnectedUsers']['get'](_0x52ebc8['id'])&&!this['getUserSessions'](_0x52ebc8)['size']&&this['allConnectedUsers']['remove'](_0x52ebc8['id']));}['_createUser'](_0x241a5d,_0x25105a){const _0x43b831=this['_users']['addUser'](_0x241a5d);return _0x25105a&&this['_users']['defineMe'](_0x241a5d['id']),_0x43b831['orderNumber']=this['_uniqueUsersCount']++,_0x43b831;}}class H extends _0x2fbf72{['_domEmitter']=new(_0x23e09d())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xa4ae31=this['editor'],_0x565657=_0xa4ae31['plugins']['get'](i);_0xa4ae31['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x24ae73,{writer:_0x2f0c7e})=>function(_0x311b0c,_0x4000c4,_0x49d83b,_0x1b35d9){const _0x2c633c=_0x311b0c['markerName']['split'](':')[0x2],_0x3539ac=_0x49d83b['getUserBySessionId'](_0x2c633c);if(!_0x3539ac||_0x2c633c===_0x49d83b['mySessionId'])return;if(!_0x1b35d9['model']['schema']['checkChild'](_0x311b0c['markerRange']['start'],'$text'))return;const _0x3ed50c={'class':'ck-user__marker\x20'+_0x3539ac['color']['getMarkerClass'](),'data-name':_0x3539ac['name'],'data-session-id':_0x2c633c},_0x5a41b9=_0x1b35d9['model']['markers']['get'](_0x311b0c['markerName']),_0x273205=_0x5a41b9['getStart'](),_0x40d0b2=_0x273205['nodeAfter'],_0x3f5253=_0x1b35d9['model']['schema'];if(_0x40d0b2&&_0x3f5253['isObject'](_0x40d0b2)&&_0x3f5253['isInline'](_0x40d0b2)&&!_0x1b35d9['model']['markers']['get']('user:range:'+_0x2c633c)['getRange']()['isCollapsed'])return;const _0x4cf7dc=_0x273205['parent'];return _0x1b35d9['model']['schema']['isLimit'](_0x4cf7dc)&&!_0x1b35d9['model']['hasContent'](_0x4cf7dc)&&(_0x3ed50c['contenteditable']=!0x1),function(_0x59dd9d,_0x3bed46,_0x3fc0ae){const _0x3a9b72=_0x59dd9d['createUIElement']('span',_0x3bed46);return _0x59dd9d['setCustomProperty']('userPositionMarker',!0x0,_0x3a9b72),_0x3a9b72['render']=function(_0x23b509){const _0x226c1f=this['toDomElement'](_0x23b509);return _0x226c1f['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>'+_0x3fc0ae['name']+'</span>',_0x226c1f['addEventListener']('mouseenter',()=>{_0x226c1f['classList']['add']('ck-user__marker_hovered');}),_0x226c1f['addEventListener']('mouseleave',()=>{_0x226c1f['classList']['remove']('ck-user__marker_hovered');}),_0x226c1f;},_0x3a9b72['isSimilar']=function(_0x8a4d6c){return!(!this['getCustomProperty']('userPositionMarker')||!_0x8a4d6c['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x8a4d6c['getAttribute']('data-session-id'));},_0x3a9b72;}(_0x4000c4,_0x3ed50c,_0x3539ac);}(_0x24ae73,_0x2f0c7e,_0x565657,_0xa4ae31)}),_0xa4ae31['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0xb8158f=>function(_0x5d8dc1,_0x5f02c2){const _0x98b17c=_0x5d8dc1['markerName']['split'](':')[0x2];if(_0x98b17c===_0x5f02c2['mySessionId'])return null;const _0x42198c=_0x5f02c2['getUserBySessionId'](_0x98b17c);if(!_0x42198c)return{'id':_0x98b17c,'classes':[]};return{'id':_0x98b17c,'classes':['ck-user__selection',_0x42198c['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x98b17c},'priority':0x7d0+_0x42198c['orderNumber']};}(_0xb8158f,_0x565657)}),function(_0x17c53f){const _0x2dd06f=_0x17c53f['model'],_0x2d9067=new Map(),_0x10530d=_0x17c53f['plugins']['get'](i);_0x2dd06f['markers']['on']('update:user:range',(_0x3af4ec,_0x2fe91b,_0x208189,_0x3800a5)=>{if(!_0x3800a5&&_0x2d9067['get'](_0x2fe91b['name']))return _0x2d9067['get'](_0x2fe91b['name'])['detach'](),void _0x2d9067['delete'](_0x2fe91b['name']);const _0x1ab2c8=_0x2fe91b['name']['split'](':')[0x2];if(_0x1ab2c8===_0x10530d['mySessionId'])return;const _0x58f63f='user:position:'+_0x1ab2c8;_0x2dd06f['markers']['has'](_0x58f63f)&&_0x17c53f['editing']['reconvertMarker'](_0x58f63f),_0x2fe91b['on']('change:range',(_0x37ce35,_0x9e2eef,_0x51435c)=>{if('$graveyard'!=_0x9e2eef['root']['rootName']&&'$graveyard'==_0x2fe91b['getRange']()['root']['rootName']&&!_0x2d9067['has'](_0x2fe91b['name'])){const _0x533dee=_0x2dd06f['schema']['getNearestSelectionRange'](_0x51435c['deletionPosition']);if(_0x533dee){const _0xa7ae98=ht['fromRange'](_0x533dee);_0x2d9067['set'](_0x2fe91b['name'],_0xa7ae98),_0xa7ae98['on']('change:range',(_0xdab406,_0x54d05d,_0x432d5a)=>{if('$graveyard'==_0xa7ae98['root']['rootName']){const _0x10d9f8=_0x2dd06f['schema']['getNearestSelectionRange'](_0x432d5a['deletionPosition']);_0x10d9f8?(_0xa7ae98['start']=_0x10d9f8['start'],_0xa7ae98['end']=_0x10d9f8['end']):(_0x2d9067['delete'](_0x2fe91b['name']),_0xa7ae98['detach']());}});}}});}),_0x2dd06f['document']['on']('change',()=>{_0x2d9067['size']>0x0&&_0x2dd06f['enqueueChange']({'isUndoable':!0x1},_0x1f611f=>{for(const [_0x2776af,_0x3bcab1]of _0x2d9067)'$graveyard'==_0x2dd06f['markers']['get'](_0x2776af)['getRange']()['root']['rootName']&&(re(_0x2776af['split'](':')[0x2],_0x3bcab1['toRange'](),_0x2dd06f,_0x1f611f),_0x3bcab1['detach']());_0x2d9067['clear']();});});}(_0xa4ae31),this['_domEmitter']['listenTo'](_0x251e3e['document'],'keydown',(_0x222a8b,{key:_0x38521e})=>{'Escape'===_0x38521e&&function(_0x27eb46){_0x27eb46['editing']['view']['change'](_0x46ae94=>{for(const _0x16c9c9 of _0x27eb46['model']['markers']){if(!_0x16c9c9['name']['startsWith']('user:position'))continue;const _0x2008b7=_0x27eb46['editing']['mapper']['markerNameToElements'](_0x16c9c9['name']);if(_0x2008b7){for(const _0x5bd3e3 of _0x2008b7)_0x46ae94['removeClass']('ck-user__marker_hovered',_0x5bd3e3);}}});}(_0xa4ae31);},{'useCapture':!0x0});}['afterInit'](){const _0x1c84be=this['editor'],_0x2a85b5=_0x1c84be['commands']['get']('undo');_0x2a85b5&&_0x1c84be['model']['on']('applyOperation',(_0x3157f6,_0x164b47)=>{const _0x3cde89=_0x164b47[0x0];if(!_0x3cde89['isDocumentOperation'])return;if('marker'!=_0x3cde89['type']||!_0x3cde89['name']['startsWith']('user:'))return;const _0x490766=_0x3cde89['batch'];_0x2a85b5['_createdBatches']['has'](_0x490766)&&(_0x3cde89['newRange']=_0x3cde89['oldRange']?_0x1c84be['model']['createRange'](_0x3cde89['oldRange']['start'],_0x3cde89['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x2b68cb=this['editor'],_0x442b33=_0x2b68cb['model']['document'],_0xe927f9=_0x2b68cb['plugins']['get'](i);_0x2b68cb['model']['enqueueChange']({'isUndoable':!0x1},_0x43ecbc=>{const _0x41e58f='user:range:'+_0xe927f9['mySessionId'],_0x187023='user:position:'+_0xe927f9['mySessionId'],_0x4f6b6f=_0x2b68cb['model']['markers']['has'](_0x41e58f);_0x2b68cb['editing']['view']['hasDomSelection']?re(_0xe927f9['mySessionId'],_0x442b33['selection']['getFirstRange'](),_0x2b68cb['model'],_0x43ecbc):_0x4f6b6f&&(_0x43ecbc['removeMarker'](_0x41e58f),_0x43ecbc['removeMarker'](_0x187023));});}}function re(_0x4da33e,_0x210a6b,_0x35250b,_0x4b500e){const _0x2a5d5d='user:range:'+_0x4da33e,_0x687617='user:position:'+_0x4da33e,_0x4bb7b7=_0x210a6b['getContainedElement']();let _0x58eb03=_0x210a6b['start'];_0x4bb7b7&&_0x4bb7b7['is']('element','tableCell')&&(_0x58eb03=function(_0x42e7a2,_0xe25985){for(const _0x1c526a of _0x42e7a2['getPositions']())if(_0xe25985['schema']['checkChild'](_0x1c526a,'$text'))return _0x1c526a;}(_0x210a6b,_0x35250b),_0x210a6b=_0x4b500e['createRange'](_0x58eb03));const _0x1c9533=_0x4b500e['createRange'](_0x58eb03);_0x35250b['markers']['has'](_0x2a5d5d)?(_0x4b500e['updateMarker'](_0x2a5d5d,{'range':_0x210a6b}),_0x4b500e['updateMarker'](_0x687617,{'range':_0x1c9533})):(_0x4b500e['addMarker'](_0x2a5d5d,{'range':_0x210a6b,'usingOperation':!0x0}),_0x4b500e['addMarker'](_0x687617,{'range':_0x1c9533,'usingOperation':!0x0}));}function q(_0x3d1307,_0x2c83bc,_0x5d0499){const _0x49fc8c=_0x3d1307['t'],t=_0x3d1307['t'];switch(_0x2c83bc){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 _0x49fc8c({'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'},_0x5d0499);default:return'';}}let K=0x1;class l extends _0x2fbf72{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
|
|
25
|
+
((()=>_0x10d8aa)());['_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,_0xe073dc,_0x2c583b,_0x53a69b];}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 _0x4c604b=this['serverHistory']['getOperations']();for(let _0x5dc155=_0x4c604b['length']-0x1;_0x5dc155>=0x0;_0x5dc155--){const _0x4d2567=_0x4c604b[_0x5dc155];if(!this['_disconnectionOperations']['has'](_0x4d2567))return _0x4d2567['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0xf43737){if(super(_0xf43737),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x58a2a7(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x4ed4a4('collaboration-missing-channelid',this);const _0x48c64d=_0xf43737['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0x48c64d,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x5ec8ef(),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 _0x4ccfe1=this['editor'],_0x16f8ef=_0x4ccfe1['plugins']['get'](_0x2c583b),_0xf86797=_0x4ccfe1['plugins']['get'](c);this['listenTo'](_0x16f8ef,'getOperationAuthor',(_0xe91aee,_0x361dfe)=>{const _0x426573=_0x361dfe[0x0];_0x426573['_authorId']&&(_0xe91aee['return']=_0x16f8ef['getUser'](_0x426573['_authorId']),_0xe91aee['stop']()),null===_0x426573['_authorId']&&(_0xe91aee['return']=null,_0xe91aee['stop']());},{'priority':'high'}),this['listenTo'](_0x4ccfe1['model']['document']['selection'],'change:range',(_0x6ee97,_0x1e73eb)=>{_0x1e73eb['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x4ccfe1['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x4ccfe1['model']['on']('applyOperation',(_0x2d1195,_0x4ec889)=>{const _0x24932b=_0x4ec889[0x0];_0x24932b['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x24932b),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0xf86797,'state',this,'_hasSynchronizationProblem',(_0x2cc0d5,_0x1a0402)=>'connected'===_0x2cc0d5&&!_0x1a0402),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x4ccfe1['disableReadOnlyMode']('rtc-offline'):_0x4ccfe1['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x4ccfe1['disableReadOnlyMode']('rtc-offline'):_0x4ccfe1['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x5ee8ce=this['editor']['plugins']['get'](i),_0x4e7c72=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x5ee8ce['unregister'](this['_channelId']);const _0x173e69=await this['_service']['reconnect'](_0x4e7c72['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x173e69)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x59011e=await this['_service']['getConnectedSessions']();_0x5ee8ce['register'](this['_channelId'],_0x59011e),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x1d65fc){if(function(_0x559e9e){return'404'===_0x559e9e['code'];}(_0x1d65fc)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x51e269){return'409'===_0x51e269['code'];}(_0x1d65fc)){const _0x13f939=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'](_0x13f939);}else{if(!(_0x1d65fc instanceof J))throw _0x1d65fc;this['_handleReconnectionError']();}}}}['destroy'](){const _0x5d46de=this['editor']['plugins']['get'](c),_0x2a8eaf=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x2a8eaf['channelSessions']['has'](this['_channelId'])&&_0x2a8eaf['unregister'](this['_channelId']),_0x5d46de['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0xd5032){if(this['sessionId']!==_0xd5032['sessionId']&&this['_lastSyncedOperationId']!==_0xd5032['lastOperationId'])throw new J();return this['sessionId']=_0xd5032['sessionId'],this['_handleServerResponse']([],{..._0xd5032,'wereChangesApplied':!0x1,'data':_0xd5032['data']},'reconnect');}async['_connectService'](_0x13a43b,_0x49649d=!0x1){const {connection:_0x225230}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x225230,this['_channelId'])['then'](_0x1691b1=>this['_initSessionsHandling'](_0x1691b1))['catch'](_0x374138=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x374138);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x539455,_0x132e2a)=>{this['_crash']('realtimecollaborationclient-init-service-internal-error',_0x132e2a);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x215dc9=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x13a43b);this['_isPendingUpdate']=!0x0;const _0x4ff0f2=await this['_service']['connect'](_0x225230,this['_compressOperations'](_0x13a43b),_0x215dc9);if(this['sessionId']=_0x4ff0f2['sessionId'],_0x49649d){if(!_0x4ff0f2['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x4ff0f2['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x13a43b,_0x4ff0f2,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x4ff0f2,_0x13a43b);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x2e5756=this['editor']['plugins']['get'](i),_0x3bb6be=this['editor']['plugins']['get'](H),_0x169159=_0x2e5756['channelSessions']['get'](this['_channelId']);_0x169159&&_0x169159['length']>0x1?_0x3bb6be['createUserMarkerOperations']():this['listenTo'](_0x2e5756,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x2e5756['channelSessions']['get'](this['_channelId'])['length']&&_0x3bb6be['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x58dea0,_0x5887ae,_0x3c8190,_0x163c8c){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x5887ae){const _0x13c0c6=this['_decompressOperations'](_0x3c8190,_0x163c8c);await this['_fetchMissingUsers'](_0x13c0c6),this['_handleExternalOperations'](_0x13c0c6,_0x5887ae,_0x3c8190['lastOperationId'])||this['_crash']('realtimecollaborationclient-init-service-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x12a67c}=this['editor'];let _0x23ad34;try{_0x23ad34=await this['_service']['getDocumentDetails']();}catch(_0x3247d5){const _0x19d73a=q(_0x12a67c,'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'](_0x19d73a);}const _0x158281=_0x23ad34['currentDocumentSession']||_0x23ad34['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x158281['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x2f3fc9=q(_0x12a67c,'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'](_0x2f3fc9);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x3bb52e){const _0x32e3f7=this['editor']['plugins']['get'](i);this['listenTo'](_0x32e3f7,'sessionAdd:'+this['_channelId'],(_0xaed46e,{session:_0x5a7793})=>{if(_0x5a7793['id']===_0x32e3f7['mySessionId']){_0xaed46e['off']();const _0x5be457=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x624ee=_0x5a7793['permissions'];_0x5be457&&_0x5be457['isEnabled']&&(_0x624ee=_0x624ee['filter'](_0x27783f=>'document:write'!==_0x27783f)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x624ee,this['_channelId']);}}),_0x32e3f7['register'](this['_channelId'],_0x3bb52e);}['_initThrowingOnDataSet'](){const _0x36ae33=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x1fcc7e)=>{if(!_0x1fcc7e[_0x1fcc7e['length']-0x1]['suppressErrorInCollaboration'])throw new _0x4ed4a4('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x36ae33['apply'](this['editor']['data'],_0x1fcc7e);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x3f55c3,[_0x30f32f])=>{if(this['_document']['version'])throw new _0x4ed4a4('realtimecollaborationclient-init-document-already-initialized',this);_0x3f55c3['stop'](),this['_setPendingAction']();const _0x3e5757=this['editor']['config']['get']('rootsAttributes'),_0x39965f=this['_getOperationsFromInitData'](_0x30f32f,_0x3e5757);0x0==_0x39965f['length']&&_0x39965f['push'](new _0x2b95f4(0x0)),_0x3f55c3['return']=this['_connectService'](_0x39965f)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x33637a=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x33637a))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x2fc3f5,[_0x5ebbce,_0x3d68a7])=>{_0x2fc3f5['stop']();const _0x152dc5=this['editor']['model']['document']['getRoot'](_0x5ebbce);if(!this['_knownRootNames']['has'](_0x5ebbce)){const _0x215339=_0x3d68a7&&_0x3d68a7['data']?_0x3d68a7['data']:'',_0x2ccd0d=_0x3d68a7&&_0x3d68a7['attributes']?_0x3d68a7['attributes']:{};await this['_loadRoot'](_0x5ebbce,_0x215339,_0x2ccd0d);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x152dc5['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x152dc5);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x2cca5a){const _0x4fdb75=this['editor']['plugins']['get'](_0x2c583b),{connection:_0x420b20}=this['editor']['plugins']['get'](c),_0x35b32d=new Set();for(const _0x361079 of _0x2cca5a){const _0x28bbcd=_0x361079['_authorId'];_0x28bbcd&&!_0x4fdb75['getUser'](_0x28bbcd)&&_0x35b32d['add'](_0x28bbcd);}if(0x0===_0x35b32d['size'])return;const _0x227d55=await dt['getMany'](_0x420b20,Array['from'](_0x35b32d));for(const _0x33dbeb of _0x227d55)_0x4fdb75['getUser'](_0x33dbeb['id'])||_0x4fdb75['addUser'](_0x33dbeb);}['_getOperationsFromInitData'](_0x38f4c5,_0x3d60fe={}){const _0x1a47ba=this['editor']['model'],_0x35ca67=[];let _0x5e6d7a=0x0;const _0x24c286='string'==typeof _0x38f4c5?{'main':_0x38f4c5}:_0x38f4c5;for(const _0x3958a2 of Object['keys'](_0x24c286)){if(!this['_document']['roots']['has'](_0x3958a2))throw new _0x4ed4a4('realtimecollaborationclient-init-non-existent-root',this);const _0x27b08b=this['editor']['data']['parse'](_0x24c286[_0x3958a2]),_0x1e7314=this['_document']['getRoot'](_0x3958a2),_0x3aaba5=new _0x586427(_0x1a47ba['createPositionAt'](_0x1e7314,0x0),_0x27b08b,_0x5e6d7a++);_0x35ca67['push'](_0x3aaba5);for(const [_0x1533dd,_0x2c947a]of _0x27b08b['markers']){const _0x4e6d66=_0x1a47ba['createRange'](_0x1a47ba['createPositionFromPath'](_0x1e7314,_0x2c947a['start']['path']['slice']()),_0x1a47ba['createPositionFromPath'](_0x1e7314,_0x2c947a['end']['path']['slice']())),_0x57c11c=new _0x180826(_0x1533dd,null,_0x4e6d66,_0x1a47ba['markers'],!0x0,_0x5e6d7a++);_0x35ca67['push'](_0x57c11c);}}if(_0x3d60fe)for(const [_0x29777d,_0xab4210]of Object['entries'](_0x3d60fe)){const _0x212386=_0x1a47ba['document']['getRoot'](_0x29777d);if(!_0x212386)throw new _0x4ed4a4('multi-root-editor-root-attributes-no-root',null);for(const [_0x25b611,_0x400cf3]of Object['entries'](_0xab4210))if(null!==_0x400cf3){const _0x508dee=new _0x26f5d7(_0x212386,_0x25b611,null,_0x400cf3,_0x5e6d7a++);_0x35ca67['push'](_0x508dee);}}return _0x35ca67;}async['_loadRoot'](_0x3bcd12,_0x1de9e8,_0x144a43){this['_getOperationsFromInitData']({[_0x3bcd12]:_0x1de9e8},{[_0x3bcd12]:_0x144a43})['forEach']((_0x106b44,_0x48c6b4)=>{_0x106b44['baseVersion']=this['_document']['version']+_0x48c6b4,_0x106b44['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x106b44);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x5b72f8,_0x557071){let _0x323733;this['_offset']=_0x5b72f8['offset'];const _0x365799=_0x5b72f8['wereChangesApplied']&&!_0x5b72f8['initData'],_0x375532=_0x365799?0x0:_0x5b72f8['data']['baseVersion'];if(_0x557071['forEach'](_0x2aaf12=>{_0x2aaf12['_isInit']=!0x0,_0x2aaf12['createdAt']=_0x5b72f8['sessionCreatedAt'],_0x2aaf12['_authorId']=null;}),_0x365799)_0x323733=_0x557071,this['_applyOperationsSet'](_0x323733,_0x365799);else{if(_0x5b72f8['initData']){const _0x1c7f31=this['_getOperationsFromInitData'](_0x5b72f8['initData']);this['_document']['history']['version']=-_0x1c7f31['length'],_0x1c7f31['forEach'](_0x5e02f2=>{_0x5e02f2['baseVersion']-=_0x1c7f31['length'],_0x5e02f2['createdAt']=_0x5b72f8['sessionCreatedAt'],_0x5e02f2['_isInit']=!0x0,_0x5e02f2['_authorId']=null;}),this['_applyOperationsSet'](_0x1c7f31,!0x0),this['serverHistory']['version']=-_0x1c7f31['length']+this['_offset'],this['_updateServerHistory'](_0x1c7f31);}this['_document']['history']['version']=_0x375532,_0x323733=this['_decompressOperations'](_0x5b72f8['data'],_0x5b72f8['metadata']),await this['_fetchMissingUsers'](_0x323733),this['_applyOperationsSet'](_0x323733,_0x365799);}_0x5b72f8['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x323733,_0x5b72f8['lastOperationId']),this['_lastSyncedOperationId']=_0x5b72f8['lastOperationId']),this['serverHistory']['version']=_0x375532+this['_offset'],this['_updateServerHistory'](_0x323733),_0x557071['filter'](_0x3e3444=>{const _0x28675e=this['_getAffectedRoot'](_0x3e3444);return _0x28675e&&!this['_knownRootNames']['has'](_0x28675e);})['forEach']((_0x4899a6,_0x27c5b3)=>{_0x4899a6['baseVersion']=this['_document']['version']+_0x27c5b3,this['_saveOperationInBuffer'](_0x4899a6);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x401a66,_0x5574e8){const _0x366218=_0x5574e8&&_0x5574e8['message'];if(_0x366218&&_0x366218['startsWith']('realtimecollaborationclient'))throw _0x5574e8;const _0x434d52=this['editor']['plugins']['get'](c);throw this['_isPendingUpdate']=!0x0,_0x434d52['disconnect'](),this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x4ed4a4(_0x401a66,this['editor'],_0x366218?{'originalError':_0x366218}:void 0x0);}['_saveOperationInBuffer'](_0x3c5bf4){this['_knownOperations']['has'](_0x3c5bf4)||(this['_knownOperations']['add'](_0x3c5bf4),this['_bufferedOperations']['push'](_0x3c5bf4),this['_pendingAction']||'marker'==_0x3c5bf4['type']&&!_0x3c5bf4['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x35dc5c=!0x1){!_0x35dc5c&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x5805da=>{_0x5805da&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x44a4ee=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x6dd279){return _0x6dd279['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x6dd279['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x6dd279['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x44a4ee)||this['_crash'](_0x44a4ee['message'],_0x44a4ee);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x4e12da=>{this['on']('change:_isPendingUpdate',()=>{_0x4e12da();});});}async['_sendBufferedOperations'](){const _0x5c154e=this['editor']['plugins']['get'](H);if(this['_shouldSendSelectionUpdate']()&&(_0x5c154e['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x51f7a2=[...this['_bufferedOperations']];for(const _0x230b2b of _0x51f7a2)_0x230b2b['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x230b2b);const _0x22af68=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x51f7a2),_0x43561a=K++,_0x30e992=this['_compressOperations'](_0x51f7a2),_0x37acba=await this['_service']['sendOperations'](_0x30e992,_0x30e992['baseVersion'],_0x22af68);try{return await this['_handleServerResponse'](_0x51f7a2,_0x37acba,_0x43561a);}catch(_0x1c9a13){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x1c9a13);}}async['_handleServerResponse'](_0x4c4725,_0x2f538e,_0x1e559f){if('error'in _0x2f538e)throw _0x2f538e['error'];let _0x2afd2e=!0x1;if(_0x2f538e['wereChangesApplied']){_0x2f538e['lastOperationId']&&(this['_lastSyncedOperationId']=_0x2f538e['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x2974b9=>!_0x4c4725['includes'](_0x2974b9));for(const _0x5bc487 of _0x4c4725)_0x5bc487['createdAt']='lastOperationAcceptedAt'in _0x2f538e&&_0x2f538e['lastOperationAcceptedAt']||void 0x0;Q(_0x4c4725,_0x2f538e['version']-_0x4c4725['length']),this['_updateServerHistory'](_0x4c4725);const _0x3d2029=_0x4c4725['filter'](_0x5bcb5d=>{if(!_0x5bcb5d['_isInit'])return!0x1;const _0x51fd28=this['_getAffectedRoot'](_0x5bcb5d);return _0x51fd28&&!this['_knownRootNames']['has'](_0x51fd28);});Q(_0x3d2029,this['_document']['version']),this['_applyOperationsSet'](_0x3d2029),_0x2afd2e=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x3bc277=this['_decompressOperations'](_0x2f538e['data'],_0x2f538e['metadata'])['filter'](_0x52605b=>_0x52605b['baseVersion']>=this['_lastServerVersion']);_0x3bc277['forEach'](_0x2e343e=>this['_addKnownRoot'](_0x2e343e)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x48c5c6=>!_0x48c5c6['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x48c5c6))),this['_bufferedOperations']['length']&&Q(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x3bc277),_0x2afd2e=this['_handleExternalOperations'](_0x3bc277,_0x2f538e['version'],_0x2f538e['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x2afd2e?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0xf076ac,_0x241d4b,_0x36497b){try{const _0x3f873f={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x484315,operationsB:_0x25c755,originalOperations:_0x17e6ff}=_0x583039(_0xf076ac,this['_bufferedOperations'],_0x3f873f);Q(_0x484315,this['_document']['version']),Q(_0x25c755,_0x241d4b);for(const _0x428ee3 of _0x484315){const _0x36c21d=_0x17e6ff['get'](_0x428ee3);_0x428ee3['_authorId']=_0x36c21d?_0x36c21d['_authorId']:null;}_0x36497b&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0xf076ac,_0x36497b),this['_lastSyncedOperationId']=_0x36497b),this['_bufferedOperations']=[..._0x25c755],this['_applyOperationsSet'](_0x484315),this['_updateServerHistory'](_0xf076ac);}catch(_0x1665d5){return console['error'](_0x1665d5),!0x1;}return!0x0;}['_applyOperationsSet'](_0x1feda6,_0x5c33c2=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x273cb6=>{for(const _0xa3046e of _0x1feda6)this['_knownOperations']['add'](_0xa3046e),this['_addKnownRoot'](_0xa3046e),_0x273cb6['batch']['addOperation'](_0xa3046e),this['editor']['model']['applyOperation'](_0xa3046e);});}['_addKnownRoot'](_0xba8402){const _0x56bbd1=this['_getAffectedRoot'](_0xba8402);_0x56bbd1&&this['_knownRootNames']['add'](_0x56bbd1);}['_getAffectedRoot'](_0x43c5d1){let _0x35fc6f,_0x6a2357;switch(_0x43c5d1['type']){case'insert':_0x35fc6f=_0x43c5d1['position']['root'];break;case'marker':if(_0x6a2357=_0x43c5d1['newRange'],!_0x6a2357)return null;_0x35fc6f=_0x6a2357['root'];break;case'addRootAttribute':_0x35fc6f=_0x43c5d1['root'];break;case'addRoot':_0x35fc6f=_0x43c5d1['affectedSelectable'];break;case'move':_0x35fc6f=_0x43c5d1['targetPosition']['root'];break;default:return null;}return _0x35fc6f['rootName'];}['_updateServerHistory'](_0x31862f){_0x31862f['forEach'](_0x2e8c93=>{const _0x3adeb7=_0x2e8c93['clone']();_0x3adeb7['_authorId']=_0x2e8c93['_authorId'],_0x3adeb7['_isInit']=!!_0x2e8c93['_isInit'],_0x3adeb7['createdAt']=_0x2e8c93['createdAt'],_0x3adeb7['baseVersion']+=this['_offset'],_0x2e8c93['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x3adeb7),this['serverHistory']['addOperation'](_0x3adeb7);});}['_handleReconnectionError'](_0x192ed6){const _0x4c5a6a=this['editor']['plugins']['get']('Notification'),_0x25e913=this['editor']['locale'];_0x192ed6||(_0x192ed6=q(_0x25e913,'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.')),_0x4c5a6a['showWarning'](_0x192ed6,{'title':q(_0x25e913,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['disconnect']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0xe073dc)['add'](q(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0xe073dc)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x2608a4){const _0x67675e=_0x2608a4['map'](_0x3cd06d=>_0x3cd06d['toJSON']());return this['_compressor']['compress'](_0x67675e);}['_decompressOperations'](_0x2ab499,_0x3c9fc5){return this['_compressor']['decompress'](_0x2ab499)['map']((_0x185de0,_0x1a8496)=>{const _0x5de44c='init'==_0x3c9fc5[_0x1a8496]['type'];if('InsertOperation'==_0x185de0['__className']){const _0x2c2d07=_0x185de0['position']['root'];!this['_document']['getRoot'](_0x2c2d07)&&(this['_document']['createRoot']('$root',_0x2c2d07)['_isAttached']=!0x1);}const _0x979d74=_0x38fdea['fromJSON'](_0x185de0,this['_document']);return _0x979d74['wasUndone']=_0x185de0['wasUndone'],_0x979d74['_isInit']=_0x5de44c,_0x979d74['_authorId']=_0x5de44c?null:_0x3c9fc5[_0x1a8496]['userId'],_0x979d74['_isDisconnection']='cs:removeUser'===_0x3c9fc5[_0x1a8496]['type'],_0x979d74['createdAt']=_0x3c9fc5[_0x1a8496]['createdAt'],_0x979d74;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x13c339=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x13c339&&_0x13c339['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class J extends Error{}function Q(_0x15bc10,_0x32d3f8){for(const _0xbefdb2 of _0x15bc10)_0xbefdb2['baseVersion']=_0x32d3f8++;}class X{['_ignoredOperations'];['_operationToId'];constructor(_0x382d74){this['_ignoredOperations']=_0x382d74,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x2cac17){let _0x4e739b=_0x2cac17['length'];for(;_0x4e739b--;){const _0x46a152=_0x2cac17[_0x4e739b];if(!this['_ignoredOperations']['has'](_0x46a152)){if(!this['_operationToId']['has'](_0x46a152)){const _0x967a10=_0x14e392()['slice'](0x1,0x12);this['_operationToId']['set'](_0x46a152,_0x967a10);}return this['_operationToId']['get'](_0x46a152);}}}['setIdForTheLastOperation'](_0x2c4e50,_0x4f9684){if(!_0x4f9684)return;let _0x5b4df3=_0x2c4e50['length'];for(;_0x5b4df3--;){const _0x5080c0=_0x2c4e50[_0x5b4df3];this['_ignoredOperations']['has'](_0x5080c0)||this['_operationToId']['set'](_0x5080c0,_0x4f9684);}}}class n extends _0x2fbf72{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x520a2c{static ['CommentsService']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>_0x1e41fb)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x2c583b];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4777fc){super(_0x4777fc),this['_services']=new Map();}async['init'](){const _0x562b27=this['context'],_0x5b39f4=_0x562b27['plugins']['get']('CommentsRepository');if(_0x562b27['plugins']['get'](c)['addToReconnectionStack'](this),_0x5b39f4['adapter']={'addCommentThread':async({channelId:_0x3559e7,threadId:_0x37bd31,comments:_0x496da7,resolvedAt:_0x4b2dcc,resolvedBy:_0xda6890,context:_0x2519a8,attributes:_0x2e9c54})=>{const _0x49f63c=await this['_getService'](_0x3559e7)['addCommentThread']({'commentThreadId':_0x37bd31,'comments':_0x496da7['map'](_0x1dbee0=>function(_0x41a28d,_0x348ab8,_0x584997){return{'commentThreadId':_0x584997,'commentId':_0x41a28d['commentId'],'userId':_0x41a28d['authorId'],'content':_0x41a28d['content'],'documentId':_0x348ab8,'createdAt':_0x41a28d['createdAt'],'attributes':_0x41a28d['attributes']||{}};}(_0x1dbee0,_0x3559e7,_0x37bd31)),'resolvedAt':_0x4b2dcc,'resolvedBy':_0xda6890,'context':_0x2519a8,'attributes':_0x2e9c54})['catch'](ut);return{'threadId':_0x49f63c['commentThreadId'],'comments':_0x49f63c['comments']};},'getCommentThread':async({channelId:_0x2749cd,threadId:_0x416200})=>{const _0x47bd87=await this['_getService'](_0x2749cd)['getCommentThread'](_0x416200)['catch'](ut);return _0x47bd87['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x47bd87]),{'threadId':_0x47bd87['commentThreadId'],'comments':_0x47bd87['comments']['map'](S),'context':_0x47bd87['context'],'resolvedAt':_0x47bd87['resolvedAt'],'resolvedBy':_0x47bd87['resolvedBy'],'attributes':_0x47bd87['attributes']||{}});},'updateCommentThread':async({channelId:_0x5dd2f3,threadId:_0x2d56f4,context:_0xb4e23b,unlinkedAt:_0x59b97c,attributes:_0x19e063})=>this['_getService'](_0x5dd2f3)['updateCommentThread']({'commentThreadId':_0x2d56f4,'context':_0xb4e23b,'attributes':_0x19e063,'unlinkedAt':_0x59b97c})['catch'](B)['catch'](ut),'resolveCommentThread':async({channelId:_0x5204a3,threadId:_0x3a8dde})=>{const _0x1bf696=await this['_getService'](_0x5204a3)['resolveCommentThread'](_0x3a8dde)['catch'](B)['catch'](ut);return{'threadId':_0x1bf696['commentThreadId'],'resolvedAt':_0x1bf696['resolvedAt'],'resolvedBy':_0x1bf696['resolvedBy']};},'reopenCommentThread':async({channelId:_0x1d1ebe,threadId:_0x548b51})=>this['_getService'](_0x1d1ebe)['reopenCommentThread'](_0x548b51)['catch'](B)['catch'](ut),'removeCommentThread':({channelId:_0x1ee1a5,threadId:_0x1ee42f})=>this['_getService'](_0x1ee1a5)['removeCommentThread'](_0x1ee42f)['catch'](B)['catch'](ut),'addComment':({channelId:_0x631c40,threadId:_0x17950f,commentId:_0x5e6316,content:_0x2f7266,attributes:_0x2ad0c8})=>this['_getService'](_0x631c40)['addComment'](_0x17950f,_0x5e6316,_0x2f7266,_0x2ad0c8)['catch'](ut),'updateComment':({channelId:_0x2a58f4,threadId:_0x405880,commentId:_0x1216b3,content:_0x6551ac,attributes:_0xe9f2e4})=>this['_getService'](_0x2a58f4)['updateComment'](_0x405880,_0x1216b3,_0x6551ac,_0xe9f2e4)['catch'](B)['catch'](ut),'removeComment':({channelId:_0x4e0efb,threadId:_0x54bc32,commentId:_0x28deac})=>this['_getService'](_0x4e0efb)['removeComment'](_0x54bc32,_0x28deac)['catch'](B)['catch'](ut)},_0x562b27 instanceof _0x2bf92d){const _0x4f73c1=_0x562b27['config']['get']('collaboration.channelId'),_0x1ddf6b=_0x562b27['plugins']['get'](i);await this['_setUpService'](_0x4f73c1);const _0x4d55d5=await this['_services']['get'](_0x4f73c1)['getConnectedSessions']();this['listenTo'](_0x1ddf6b,'sessionAdd:'+_0x4f73c1,(_0x1bcdef,{session:_0x2f4cf3})=>{_0x2f4cf3['id']===_0x1ddf6b['mySessionId']&&(_0x1bcdef['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x2f4cf3['permissions'],_0x4f73c1));}),_0x1ddf6b['register'](_0x4f73c1,_0x4d55d5);}}async['_setUpService'](_0x45f64d){if(this['_services']['has'](_0x45f64d))throw new _0x4ed4a4('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x45f64d});const _0x49beee=this['context']['plugins']['get']('CommentsRepository'),_0x581c54=new a['CommentsService'](_0x45f64d);this['_services']['set'](_0x45f64d,_0x581c54),this['listenTo'](_0x581c54,'commentThreadAdded',(_0xab4c4b,_0x325789)=>{const {commentThreadId:_0x340af9,documentId:_0xc52065,context:_0x3fb76a,attributes:_0x346952,resolvedAt:_0x3bd8a0,resolvedBy:_0x3b0b22,comments:_0x2efdef}=_0x325789;_0x49beee['getCommentThread'](_0x340af9)||_0x49beee['addCommentThread']({'threadId':_0x340af9,'channelId':_0xc52065,'comments':_0x2efdef?_0x2efdef['map'](S):[],'context':_0x3fb76a,'attributes':_0x346952,'resolvedAt':_0x3bd8a0,'resolvedBy':_0x3b0b22,'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentThreadUpdated',(_0x9830ee,{commentThreadId:_0xfbda32,documentId:_0x17aebf,context:_0xc136bb,unlinkedAt:_0x58c347,attributes:_0x490c01})=>{_0x49beee['getCommentThread'](_0xfbda32)&&_0x49beee['updateCommentThread']({'threadId':_0xfbda32,'channelId':_0x17aebf,'context':_0xc136bb,'unlinkedAt':_0x58c347,'attributes':_0x490c01,'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentThreadResolved',(_0xfc1cd1,{commentThreadId:_0x56e097,resolvedBy:_0x3b8635,resolvedAt:_0x42ece5})=>{const _0x1d4e50=_0x49beee['getCommentThread'](_0x56e097);_0x1d4e50&&_0x1d4e50['resolve']({'resolvedBy':_0x3b8635,'resolvedAt':_0x42ece5,'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentThreadReopened',(_0x4bc7fb,{commentThreadId:_0x551593})=>{const _0x11f2e4=_0x49beee['getCommentThread'](_0x551593);_0x11f2e4&&_0x11f2e4['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentThreadRemoved',(_0x2cb120,{commentThreadId:_0x561c00})=>{const _0x4af46c=_0x49beee['getCommentThread'](_0x561c00);_0x4af46c&&_0x4af46c['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentAdded',(_0x387847,_0x58e50f)=>{const _0x36bd81=_0x58e50f['commentThreadId'],_0x10d1de=_0x49beee['getCommentThread'](_0x36bd81);_0x10d1de&&_0x10d1de['addComment']({...S(_0x58e50f),'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentUpdated',(_0x412116,{commentThreadId:_0x3a6e4f,commentId:_0x4df770,content:_0xbb460,attributes:_0x2d14d7})=>{const _0x3b947f=_0x49beee['getCommentThread'](_0x3a6e4f);if(_0x3b947f){const _0x6175fc=_0x3b947f['getComment'](_0x4df770);_0x6175fc&&_0x6175fc['update']({'content':_0xbb460,'attributes':_0x2d14d7,'isFromAdapter':!0x0});}}),this['listenTo'](_0x581c54,'commentRemoved',(_0x2b914f,{commentThreadId:_0x111ad2,commentId:_0x40ffd0})=>{const _0x5a08f9=_0x49beee['getCommentThread'](_0x111ad2);if(_0x5a08f9){const _0x94c930=_0x5a08f9['getComment'](_0x40ffd0);_0x94c930&&_0x94c930['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x45f64d);}['destroy'](){if(this['context']instanceof _0x2bf92d){const _0x188204=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x188204);}}['_terminateService'](_0x184bfb){if(!this['_services']['has'](_0x184bfb))throw new _0x4ed4a4('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x184bfb});this['_getService'](_0x184bfb)['disconnect'](),this['_services']['delete'](_0x184bfb);}async['reconnect'](){for(const _0x59a471 of this['_services']['keys']())await this['_connectService'](_0x59a471);if(this['context']instanceof _0x2bf92d){const _0x20cff1=this['context']['config']['get']('collaboration.channelId'),_0x49c889=this['context']['plugins']['get'](i);_0x49c889['unregister'](_0x20cff1);const _0x1c7d40=await this['_services']['get'](_0x20cff1)['getConnectedSessions']();_0x49c889['register'](_0x20cff1,_0x1c7d40);}}async['_connectService'](_0xfe8b27){const {connection:_0x1583ef}=this['context']['plugins']['get'](c),_0x1439af=this['context']['plugins']['get']('CommentsRepository'),_0x36393a=this['_services']['get'](_0xfe8b27),_0x53e630=await _0x36393a['connect'](_0x1583ef);await this['_fetchMissingUsersForThreads'](_0x53e630);const _0x207b7a=new Set(Array['from'](_0x1439af['getCommentThreads']({'channelId':_0xfe8b27}),_0x506ede=>_0x506ede['id']));for(const _0x232964 of _0x53e630)_0x232964['deletedAt']||_0x207b7a['delete'](_0x232964['commentThreadId']);for(const _0xa53b28 of _0x207b7a)_0x1439af['getCommentThread'](_0xa53b28)['remove']({'isFromAdapter':!0x0});for(const _0x5c716f of _0x53e630){let _0x220fef=_0x1439af['getCommentThread'](_0x5c716f['commentThreadId']);const {commentThreadId:_0x5f96fd,context:_0xc45142,attributes:_0x11d885,resolvedBy:_0x370d29,resolvedAt:_0x176fea,unlinkedAt:_0x51fc6f,deletedAt:_0x3c21cd}=_0x5c716f;if(_0x3c21cd)continue;_0x220fef||(_0x220fef=_0x1439af['addCommentThread']({'channelId':_0xfe8b27,'threadId':_0x5f96fd,'context':_0xc45142,'attributes':_0x11d885||{},'resolvedBy':_0x370d29,'resolvedAt':_0x176fea,'unlinkedAt':_0x51fc6f,'isFromAdapter':!0x0}));const _0x2b265b=new Set(Array['from'](_0x220fef['comments'],_0xdf8814=>_0xdf8814['id']));for(const _0x2ddc53 of _0x5c716f['comments'])_0x2b265b['delete'](_0x2ddc53['commentId']);for(const _0x444c06 of _0x2b265b)_0x220fef['getComment'](_0x444c06)['remove']({'isFromAdapter':!0x0});for(const _0x3333cc of _0x5c716f['comments']){const _0x161463=_0x220fef['getComment'](_0x3333cc['commentId']);_0x161463?_0x161463['content']!==_0x3333cc['content']&&_0x161463['update']({'content':_0x3333cc['content'],'isFromAdapter':!0x0}):_0x220fef['addComment'](Object['assign'](S(_0x3333cc),{'isFromAdapter':!0x0}));}}}['_getService'](_0x51312d){if(!this['_services']['has'](_0x51312d))throw new _0x4ed4a4('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x51312d});return this['_services']['get'](_0x51312d);}async['_fetchMissingUsersForThreads'](_0x83f390){const _0x18d05f=this['context']['plugins']['get'](_0x2c583b),{connection:_0x5bf3e8}=this['context']['plugins']['get'](c),_0x2787aa=new Set();for(const {resolvedBy:_0x56374b,comments:_0x48f36e}of _0x83f390){_0x56374b&&!_0x18d05f['getUser'](_0x56374b)&&_0x2787aa['add'](_0x56374b);for(const {userId:_0x331d51}of _0x48f36e)_0x18d05f['getUser'](_0x331d51)||_0x2787aa['add'](_0x331d51);}if(0x0===_0x2787aa['size'])return;const _0x114d9a=await dt['getMany'](_0x5bf3e8,Array['from'](_0x2787aa));for(const _0x2498a4 of _0x114d9a)_0x18d05f['getUser'](_0x2498a4['id'])||_0x18d05f['addUser'](_0x2498a4);}}async function B(_0x1d974e){if('404'!==_0x1d974e['code'])throw _0x1d974e;}function ut(_0x451f67){if((_0x54314c=_0x451f67)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x54314c['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x54314c['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x54314c;throw _0x451f67;}function S(_0x14dadd){return{'threadId':_0x14dadd['commentThreadId'],'commentId':_0x14dadd['commentId'],'content':_0x14dadd['content'],'createdAt':_0x14dadd['createdAt'],'authorId':_0x14dadd['userId'],'attributes':_0x14dadd['attributes']||{}};}class f extends _0x2fbf72{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(_0x43d8bf){super(_0x43d8bf);const _0x324394=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new f['TrackChangesService'](_0x324394);}['init'](){const _0x70de12=this['editor']['plugins']['get'](c),_0x46350c=this['editor']['plugins']['get']('TrackChangesEditing');return _0x46350c['adapter']={'getSuggestion':async _0x42aa3a=>{await this['_waitForServiceReady']();const _0x2db214=await this['_trackChangesService']['get'](_0x42aa3a)['catch'](R);return await this['_fetchMissingUsersForThreads']([_0x2db214]),_0x2db214;},'addSuggestion':async({id:_0x1374d3,type:_0x3ac868,data:_0x2fe228,originalSuggestionId:_0xbb3631,attributes:_0x285193})=>{await this['_waitForServiceReady']();const _0x541650={'id':_0x1374d3,'type':_0x3ac868,'data':_0x2fe228,'originalSuggestionId':_0xbb3631,'attributes':_0x285193},_0x57d52c=await this['_trackChangesService']['add'](_0x1374d3,_0x3ac868,_0x2fe228,_0xbb3631,_0x285193)['catch'](_0x2af419=>{if(ft(_0x2af419))return new Promise(_0x56e28d=>{this['_bufferedRequests']['set'](_0x1374d3,{'resolve':_0x56e28d,'suggestionData':_0x541650});});throw _0x2af419;});return this['_bufferedRequests']['delete'](_0x1374d3),_0x57d52c;},'updateSuggestion':async(_0x3bef57,_0x3f7881)=>{if(await this['_waitForServiceReady'](),'open'!==_0x3f7881['state'])return this['_trackChangesService']['update'](_0x3bef57,_0x3f7881)['catch'](R);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0x166c67,_0x44547c)=>{_0x46350c['hasSuggestion'](_0x44547c['id'])&&(_0x46350c['getSuggestion'](_0x44547c['id'])['attributes']=_0x44547c['attributes']);}),this['_trackChangesService']['connect'](_0x70de12['connection'])['then'](_0x5e8fa9=>(_0x70de12['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0x5e8fa9)['then'](()=>{for(const _0x68e4e4 of _0x5e8fa9){_0x46350c['addSuggestionData'](_0x68e4e4)['_saved']=!0x0;}})));}async['reconnect'](){const _0x407a9d=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x8fffe8}=this['editor']['plugins']['get'](c),_0x23971b=await this['_trackChangesService']['connect'](_0x8fffe8);await this['_fetchMissingUsersForThreads'](_0x23971b);for(const {suggestionData:_0x5e542c,resolve:_0x55869b}of this['_bufferedRequests']['values']()){let _0x51e918=_0x23971b['find'](_0x2cfece=>_0x2cfece['id']===_0x5e542c['id']);_0x51e918||(_0x51e918=await this['_trackChangesService']['add'](_0x5e542c['id'],_0x5e542c['type'],_0x5e542c['data'],_0x5e542c['originalSuggestionId'])),_0x55869b(_0x51e918);}for(const _0x10aa5b of _0x23971b)_0x407a9d['hasSuggestion'](_0x10aa5b['id'])||_0x407a9d['addSuggestionData'](_0x10aa5b);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x443656=>{this['listenTo'](this['_trackChangesService'],'connected',_0x1f730e=>{_0x1f730e['off'](),_0x443656();});});}async['_fetchMissingUsersForThreads'](_0x4c5297){const _0x12ab93=this['editor']['plugins']['get'](_0x2c583b),{connection:_0x26b40c}=this['editor']['plugins']['get'](c),_0x293b27=new Set();for(const {authorId:_0x45253a}of _0x4c5297)_0x12ab93['getUser'](_0x45253a)||_0x293b27['add'](_0x45253a);if(0x0===_0x293b27['size'])return;const _0x5d7cc5=await dt['getMany'](_0x26b40c,Array['from'](_0x293b27));for(const _0x2e8007 of _0x5d7cc5)_0x12ab93['getUser'](_0x2e8007['id'])||_0x12ab93['addUser'](_0x2e8007);}}function R(_0x1facaf){if(ft(_0x1facaf))return new Promise(()=>{});throw _0x1facaf;}function ft(_0x11f56e){return _0x11f56e['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x11f56e['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class m extends _0x2fbf72{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 _0x223c18=this['editor']['plugins']['get'](c),_0x36e639=this['editor']['plugins']['get']('CommentsEditing'),_0x4e6971=this['editor']['plugins']['get'](a);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0x223c18,'change:state',(_0x354ebb,_0x38f69e,_0x1026e4)=>{_0x36e639['isThreadsLoadingPaused']='connected'!==_0x1026e4;});}),this['listenTo'](_0x223c18,'change:state',(_0xc3edfa,_0x43c2bb,_0x46960a)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0x46960a);}),_0x4e6971['_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 _0x2fbf72{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 _0x2fbf72{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
|
|
28
|
+
((()=>it)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[c,l,'RevisionTracker',i,_0x2c583b];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x21ebdc){super(_0x21ebdc);const _0x4e10f9=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x4e10f9);}async['init'](){const _0x45bcb3=this['editor']['plugins']['get'](l),_0x102f24=_0x45bcb3['serverHistory'],_0x142111=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x102f24,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x45bcb3['sessionId']});const _0x1222c9=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x3df4b7=await tt['isBundleUploaded'](_0x142111['connection'],_0x1222c9);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x1d67ca})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x1d67ca)),'updateRevisions':async _0x52ac26=>{await this['_waitForServiceReady']();const _0x2b0c1e=this['_revisionTracker']['currentRevision'];if(_0x3df4b7&&0x1===_0x52ac26['length']&&_0x52ac26[0x0]['id']===_0x2b0c1e['id'])return _0x52ac26;for(const _0x2538b1 of _0x52ac26)_0x2538b1['id']===_0x2b0c1e['id']&&(_0x2538b1['isEmptyCurrent']=_0x2538b1['fromVersion']===_0x2538b1['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x52ac26,this['_lastRequestId'])['then'](_0x210972=>(this['_lastRequestId']=_0x210972,_0x52ac26))['catch'](_0x223bf0=>{if(st(_0x223bf0)||'400'===_0x223bf0['code']&&void 0x0!==_0x223bf0['data']['wrongRequestId']){for(const _0x5f4d80 of _0x52ac26){!this['_revisionTracker']['repository']['getRevision'](_0x5f4d80['id'])||this['_revisionTracker']['_bufferUpdate'](_0x5f4d80['id'],_0x5f4d80,!0x1);}if(st(_0x223bf0))throw _0x223bf0;return _0x52ac26;}throw _0x223bf0;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x3a3831,{revisionsData:_0x380cc4,requestId:_0x452841})=>{Math['max'](..._0x380cc4['map'](_0xdfcb0=>_0xdfcb0['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x380cc4,_0x452841);}):this['_handleRevisionsUpdate'](_0x380cc4,_0x452841);});const {revisions:_0x449bde,requestId:_0x1dfbaf}=await this['_revisionHistoryService']['connect'](_0x142111['connection']);_0x142111['addToReconnectionStack'](this),this['_lastRequestId']=_0x1dfbaf,await this['_fetchMissingUsers'](_0x449bde);for(const _0x5a9560 of _0x449bde)this['_revisionTracker']['addRevisionData'](_0x5a9560);this['listenTo'](_0x45bcb3,'change:_isConnected',(_0x38072e,_0x31d32e,_0x584a97)=>{_0x584a97&&(this['_oldOffset']=_0x45bcb3['_offset'],_0x38072e['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x142111,'state',_0x513a28=>_0x513a28===_0x1295ef['CONNECTED']);}async['reconnect'](){const _0x3d96cb=this['editor']['plugins']['get'](c),_0x252b9a=this['editor']['plugins']['get'](l),_0x4716bd=async()=>{const _0x16bab6=this['_revisionTracker']['currentRevision'],_0x157f03=_0x16bab6['id'],_0x13a4e0=_0x157f03!==_0x252b9a['sessionId'];if(_0x13a4e0){const _0x43b60a=_0x252b9a['_offset']-this['_oldOffset'],_0x1e855c=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x16bab6['toVersion']+_0x43b60a!==_0x1e855c){const _0x4f5f39=_0x16bab6['fromVersion']+_0x43b60a,_0x459b91=this['editor']['plugins']['get'](_0x2c583b),_0x52c7c6=this['_revisionTracker']['buildRevisionData']({'revision':_0x16bab6,'from':_0x4f5f39,'to':_0x1e855c});_0x52c7c6['id']=_0x16bab6['id'];const _0x49c6f0=_0x52c7c6['authorsIds']['map'](_0x51e6c4=>_0x459b91['getUser'](_0x51e6c4));_0x16bab6['_update']({..._0x52c7c6,'authors':_0x49c6f0},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x16bab6['id'],_0x52c7c6,!0x0);}this['_revisionTracker']['_startingVersion']=_0x1e855c,(_0x16bab6['toVersion']===_0x16bab6['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x157f03)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x157f03),this['_revisionTracker']['_createCurrentRevision'](_0x1e855c));}const {revisions:_0x332ffb,requestId:_0x5bb946}=await this['_revisionHistoryService']['reconnect'](_0x3d96cb['connection'],this['_lastRequestId']);_0x13a4e0&&_0x332ffb['length']>0x0?_0x252b9a['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x332ffb),this['_handleRevisionsUpdate'](_0x332ffb,_0x5bb946),this['_revisionTracker']['sendBufferedUpdates']());};return _0x252b9a['_isConnected']?_0x4716bd():new Promise((_0x47a1da,_0x34394a)=>{_0x252b9a['once']('change:_isConnected',()=>{_0x4716bd()['then'](_0x47a1da)['catch'](_0x34394a);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x4feb34=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x2afeab=>{_0x2afeab['off'](),_0x4feb34();});});}['_getLatestVersionFromServerOperations'](){const _0x170e3d=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x19c7d9 of _0x170e3d)if('marker'!==_0x19c7d9['type']||_0x19c7d9['affectsData'])return _0x19c7d9['baseVersion']+0x1;}['_getLatestVersion'](){const _0x1817ec=this['editor']['plugins']['get'](l);return new Promise(_0x148912=>{_0x1817ec['_isPendingUpdate']?_0x1817ec['once']('change:_isPendingUpdate',()=>{_0x148912(this['_getLatestVersionFromServerOperations']());}):_0x148912(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x1237d2,_0x239798){const _0x28c2fc=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x239798;for(const _0x169721 of _0x1237d2){const _0x4761a3=_0x28c2fc['getRevision'](_0x169721['id']);if(_0x4761a3){if((_0x169721['fromVersion']||_0x169721['toVersion'])&&(_0x169721['diffData']=null),_0x4761a3===this['_revisionTracker']['currentRevision']){const _0x14b694=Math['max'](_0x4761a3['toVersion'],_0x169721['toVersion']),_0x543329=Math['max'](_0x4761a3['fromVersion'],_0x169721['fromVersion']);let _0x19a70d;_0x4761a3['toVersion']===_0x169721['toVersion']&&_0x4761a3['fromVersion']===_0x169721['fromVersion']?(_0x19a70d=!0x0,this['_preventResendingRevisionData'](_0x169721)):_0x169721['toVersion']===_0x14b694&&_0x169721['fromVersion']===_0x543329?_0x19a70d=!0x1:(_0x4761a3['toVersion']===_0x14b694&&_0x4761a3['fromVersion']===_0x543329||this['_fixRevision']({'revision':_0x4761a3,'from':_0x543329,'to':_0x14b694}),_0x19a70d=!0x0),_0x19a70d&&(delete _0x169721['fromVersion'],delete _0x169721['toVersion'],delete _0x169721['diffData'],delete _0x169721['createdAt'],delete _0x169721['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x169721),this['_preventResendingRevisionData'](_0x169721);}else this['_revisionTracker']['addRevisionData'](_0x169721);}const _0x27d8f7=_0x28c2fc['getRevisions']();_0x27d8f7['reverse']();for(let _0xf06937=0x0;_0xf06937<_0x27d8f7['length']-0x1;_0xf06937++){const _0x264e28=_0x27d8f7[_0xf06937],_0x52a314=_0x27d8f7[_0xf06937+0x1];if(_0x264e28['fromVersion']<_0x52a314['toVersion']){const _0x6ace37=_0x52a314['toVersion'],_0x43d81b=Math['max'](_0x6ace37,_0x264e28['toVersion']);this['_fixRevision']({'revision':_0x264e28,'from':_0x6ace37,'to':_0x43d81b});}}}['_fixRevision']({revision:_0x93bc79,from:_0x43813f,to:_0x43eb27}={}){const _0x47b18a=this['editor']['plugins']['get'](_0x2c583b),_0x767f8b=this['_revisionTracker']['buildRevisionData']({'revision':_0x93bc79,'from':_0x43813f,'to':_0x43eb27});_0x767f8b['authors']=_0x767f8b['authorsIds']['map'](_0x571a03=>_0x47b18a['getUser'](_0x571a03)),_0x93bc79['_update'](_0x767f8b);}['_preventResendingRevisionData'](_0x587552){const _0x4f939e={};_0x4f939e['id']=_0x587552['id'];for(const _0x1c16eb of Object['keys'](_0x587552))'id'!==_0x1c16eb&&(_0x4f939e[_0x1c16eb]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x4f939e['id'],_0x4f939e,!0x0);}async['_fetchMissingUsers'](_0x2a5f7e){const _0x114930=this['editor']['plugins']['get'](_0x2c583b),{connection:_0x302517}=this['editor']['plugins']['get'](c),_0x4554a3=new Set();for(const _0x3896ce of _0x2a5f7e){for(const _0x24f9ec of _0x3896ce['authorsIds'])_0x5077d3(_0x24f9ec);_0x3896ce['creatorId']&&_0x5077d3(_0x3896ce['creatorId']);}if(0x0===_0x4554a3['size'])return;const _0x4db3c9=await dt['getMany'](_0x302517,Array['from'](_0x4554a3));for(const _0x183f9f of _0x4db3c9)_0x114930['getUser'](_0x183f9f['id'])||_0x114930['addUser'](_0x183f9f);function _0x5077d3(_0x2135e7){_0x114930['getUser'](_0x2135e7)||_0x4554a3['add'](_0x2135e7);}}}function st(_0x55c321){return _0x55c321['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x55c321['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x55c321['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x2fbf72{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 _0x7dc916{constructor(_0x125bd6){super(_0x125bd6);const _0x1e75d8=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x1e75d8['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x1e75d8['to']('usersCount',_0x215e42=>q(_0x125bd6,'CONNECTED_USERS',_0x215e42))}]});}}class es extends _0x7dc916{['items'];['keystrokes'];constructor(_0x5261fb){super(_0x5261fb);const _0x1afbca=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x5e08c4(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x1afbca['if']('hasPopup'),'aria-expanded':_0x1afbca['to']('isExpanded',_0xfd5117=>this['hasPopup']&&String(_0xfd5117)),'aria-label':_0x1afbca['to']('hasPopup',_0x4294b6=>q(_0x5261fb,_0x4294b6?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x1afbca['to']('hasPopup',_0x156a78=>!!_0x156a78&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x1afbca['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0x1a74ec,_0x1b0a85,_0x4a5ed0)=>{this['element']&&(_0x4a5ed0?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 _0x7dc916{['counterView'];['inlineListView'];constructor(_0x32e744){super(_0x32e744);const _0x3dafac=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x32e744),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x330b9f of this['inlineListView']['items'])_0x330b9f['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',_0x3dafac['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x7dc916{['listWrapperView'];constructor(_0xd24a0d,_0x377f8a){super(_0xd24a0d),this['listWrapperView']=new mt(_0xd24a0d,_0x377f8a),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':q(_0xd24a0d,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class mt extends _0x1df9d3{constructor(_0x16edaf,_0x5266b7){super(_0x16edaf);const _0xe009d3=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x5266b7?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0xe009d3['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0xe009d3['to']('role'),'aria-label':_0xe009d3['to']('ariaLabel'),'aria-labelledby':_0xe009d3['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x251e3e['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x9ca50b=this['element'];_0x9ca50b&&(this['_isScrollable']=Math['max'](_0x9ca50b['scrollHeight'],_0x9ca50b['clientHeight'])>0.8*window['innerHeight']);}}class k extends rt{['userView'];constructor(_0x10cc16,_0x386fd2,_0x421e33){super(_0x10cc16);const _0x26fbd0=this['bindTemplate'];this['userView']=new ct(_0x10cc16,_0x386fd2);const _0x26e8c6={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x386fd2['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x386fd2['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x386fd2['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x421e33&&(_0x26e8c6['tag']='button',_0x26e8c6['on']={'click':_0x26fbd0['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x26e8c6);}['focus'](){this['element']['focus']();}}class y extends _0x7dc916{['userView'];['markerView'];constructor(_0x222d71,_0x522ce1,_0x5e41a1){super(_0x222d71);const _0x5036c0=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new ct(_0x222d71,_0x522ce1),this['markerView']=new at(_0x222d71,_0x522ce1);const _0x44f135=new ot(_0x222d71);_0x44f135['template']['tag']='span',_0x44f135['text']=_0x522ce1['name'];const _0xcc0a19={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x5036c0['to']('isFocusable',_0xd16172=>!!_0xd16172&&0x0),'aria-labelledby':_0x44f135['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x5036c0['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x5036c0['to']('hasTooltip',_0x3ce8e8=>!_0x3ce8e8),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x44f135]};_0x5e41a1&&(_0xcc0a19['tag']='button',_0xcc0a19['on']={'click':_0x5036c0['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0xcc0a19);}}class at extends _0x7dc916{constructor(_0x17a346,_0x479727){super(_0x17a346),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x479727['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x520a2c{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x28d543){super(_0x28d543),this['context']['config']['define']('presenceList',A);const _0x4b271f=_0x28d543['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x4b271f)throw new _0x4ed4a4('presencelist-collapseat-invalid-format',this);if(_0x4b271f<0x1)throw new _0x4ed4a4('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x1f5b57(),this['balloonPanelView']=new _0x4ea350(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x4ba857 of this['_allConnectedUsers'])this['_handleUserAdd'](_0x4ba857);this['listenTo'](this['_allConnectedUsers'],'add',(_0x252e90,_0x3f3f75)=>{this['_handleUserAdd'](_0x3f3f75);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x2e1d04,_0x30a8b3)=>{this['_handleUserRemove'](_0x30a8b3);});}['_createView'](){const _0x4e8eae=this['context'],_0xa5b243=new L(this['context']['locale']),_0x6dda1d=this['balloonPanelView'];if(!_0x9464ae(_0x4e8eae['config']['get']('presenceList.container')))throw new _0x4ed4a4('presencelist-missing-container',this);return _0xa5b243['counterView']['bind']('usersCount')['to'](this),_0xa5b243['bind']('isCollapsed')['to'](this,'usersCount',_0x4c2ab7=>{const {collapseAt:_0x293672,displayMe:_0x2d1ac2}=_0x4e8eae['config']['get']('presenceList'),_0x242dad=_0x4c2ab7>=_0x293672;return _0xa5b243['counterView']['isHidden']=!(0x1==_0x4c2ab7&&_0x2d1ac2||_0x242dad),_0x242dad||this['hideDropdown'](),_0x242dad;}),_0xa5b243['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x1f5faf=>{const _0x360209=_0x4e8eae['config']['get']('presenceList'),_0x4671d1=new y(_0x4e8eae['locale'],_0x1f5faf,!!_0x360209['onClick']);return _0x4671d1['bind']('hasTooltip')['to'](_0xa5b243,'isCollapsed',_0x5c0e00=>!_0x5c0e00),_0x4671d1['bind']('isFocusable')['to'](_0xa5b243,'isCollapsed',_0xc40576=>!_0xc40576),_0x360209['onClick']&&this['listenTo'](_0x4671d1,'execute',()=>{this['view']['isCollapsed']||_0x360209['onClick'](_0x1f5faf,_0x4671d1['element']);}),_0x4671d1;}),this['listenTo'](_0xa5b243['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0xa5b243['inlineListView']['keystrokes']['set']('Enter',(_0x2adb1c,_0x587d03)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x587d03());}),_0xa5b243['render'](),_0x6dda1d['render'](),_0x33a8f3({'emitter':_0xa5b243,'activator':()=>_0x6dda1d['isVisible'],'contextElements':[_0x6dda1d['element'],_0xa5b243['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x4e8eae['config']['get']('presenceList.container')['appendChild'](_0xa5b243['element']),this['_bodyCollection']=new _0x4b2a32(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0xa5b243;}['_handleUserAdd'](_0x4f4f1d){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x4f4f1d['isMe'])return;const _0x5bee05=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0x5bee05&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x46a70c=_0x4f4f1d['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x4f4f1d,_0x46a70c);}['_handleUserRemove'](_0x37ab1c){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0x37ab1c['id'])&&(this['currentDisplayedUsers']['remove'](_0x37ab1c['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x526634 of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x526634['id']))return void this['currentDisplayedUsers']['add'](_0x526634,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x51d665=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x51d665['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x3dbec0}=this['presenceDropdownView'];_0x3dbec0['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x4161e1=>{if(!_0x51d665['displayMe']&&_0x4161e1['isMe'])return null;const _0x19a1c9=new k(this['context']['locale'],_0x4161e1,!!_0x51d665['onClick']);return _0x51d665['onClick']&&this['listenTo'](_0x19a1c9,'execute',()=>{_0x51d665['onClick'](_0x4161e1,_0x19a1c9['element']);}),_0x19a1c9;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x3dbec0['focus'](),_0x3dbec0['checkIfScrollable']();const _0x2d1a3c=(_0x3ddef6,_0x4a4f30)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x4a4f30();};_0x3dbec0['keystrokes']['set']('Esc',_0x2d1a3c),_0x3dbec0['keystrokes']['set']('Shift+Tab',_0x2d1a3c),_0x3dbec0['keystrokes']['set']('Tab',(_0x12d4c8,_0x3ba291)=>{!function(_0x5ab029){const _0x332e71=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x2cff71=>_0x2cff71+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x3bd8ed=[...document['body']['querySelectorAll'](_0x332e71)]['filter'](_0x4ed0cc=>_0x4ed0cc===document['activeElement']||_0x4ed0cc['offsetWidth']+_0x4ed0cc['offsetHeight']>0x0)['sort']((_0x2e7b6b,_0x363cb7)=>(_0x2e7b6b['tabIndex']||0x0)-(_0x363cb7['tabIndex']||0x0)),_0x296f42=_0x3bd8ed['indexOf'](_0x5ab029),_0xc1f546=_0x3bd8ed[(_0x296f42+0x1)%_0x3bd8ed['length']];_0xc1f546&&_0xc1f546['focus']();}(this['view']['element']),this['hideDropdown'](),_0x3ba291();}),_0x3dbec0['focusTracker']['add'](this['view']['element']),_0x3dbec0['focusTracker']['on']('change:isFocused',(_0x660a6a,_0x3a41df,_0x467e44)=>{_0x467e44||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 _0x520a2c{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{a as CloudServicesCommentsAdapter,u as CloudServicesRevisionHistoryAdapter,f as CloudServicesTrackChangesAdapter,s as PresenceList,l as RealTimeCollaborationClient,m as RealTimeCollaborativeComments,n as RealTimeCollaborativeEditing,g as RealTimeCollaborativeRevisionHistory,p as RealTimeCollaborativeTrackChanges,i as Sessions};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-real-time-collaboration",
|
|
3
|
-
"version": "44.2.0-alpha.
|
|
3
|
+
"version": "44.2.0-alpha.13",
|
|
4
4
|
"description": "A set of CKEditor 5 features enabling real-time collaboration within the editor using CKEditor Cloud Services.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@ckeditor/ckeditor-cloud-services-collaboration": "52.6.11",
|
|
45
|
-
"@ckeditor/ckeditor5-cloud-services": "44.2.0-alpha.
|
|
46
|
-
"@ckeditor/ckeditor5-comments": "44.2.0-alpha.
|
|
47
|
-
"@ckeditor/ckeditor5-core": "44.2.0-alpha.
|
|
48
|
-
"@ckeditor/ckeditor5-editor-multi-root": "44.2.0-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-engine": "44.2.0-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-operations-compressor": "44.2.0-alpha.
|
|
51
|
-
"@ckeditor/ckeditor5-revision-history": "44.2.0-alpha.
|
|
52
|
-
"@ckeditor/ckeditor5-theme-lark": "44.2.0-alpha.
|
|
53
|
-
"@ckeditor/ckeditor5-track-changes": "44.2.0-alpha.
|
|
54
|
-
"@ckeditor/ckeditor5-ui": "44.2.0-alpha.
|
|
55
|
-
"@ckeditor/ckeditor5-utils": "44.2.0-alpha.
|
|
56
|
-
"ckeditor5": "44.2.0-alpha.
|
|
57
|
-
"ckeditor5-collaboration": "44.2.0-alpha.
|
|
45
|
+
"@ckeditor/ckeditor5-cloud-services": "44.2.0-alpha.13",
|
|
46
|
+
"@ckeditor/ckeditor5-comments": "44.2.0-alpha.13",
|
|
47
|
+
"@ckeditor/ckeditor5-core": "44.2.0-alpha.13",
|
|
48
|
+
"@ckeditor/ckeditor5-editor-multi-root": "44.2.0-alpha.13",
|
|
49
|
+
"@ckeditor/ckeditor5-engine": "44.2.0-alpha.13",
|
|
50
|
+
"@ckeditor/ckeditor5-operations-compressor": "44.2.0-alpha.13",
|
|
51
|
+
"@ckeditor/ckeditor5-revision-history": "44.2.0-alpha.13",
|
|
52
|
+
"@ckeditor/ckeditor5-theme-lark": "44.2.0-alpha.13",
|
|
53
|
+
"@ckeditor/ckeditor5-track-changes": "44.2.0-alpha.13",
|
|
54
|
+
"@ckeditor/ckeditor5-ui": "44.2.0-alpha.13",
|
|
55
|
+
"@ckeditor/ckeditor5-utils": "44.2.0-alpha.13",
|
|
56
|
+
"ckeditor5": "44.2.0-alpha.13",
|
|
57
|
+
"ckeditor5-collaboration": "44.2.0-alpha.13",
|
|
58
58
|
"lodash-es": "4.17.21"
|
|
59
59
|
},
|
|
60
60
|
"types": "src/index.d.ts",
|