@ckeditor/ckeditor5-real-time-collaboration 44.2.0-alpha.12 → 44.2.0-alpha.14

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/dist/index.js CHANGED
@@ -20,9 +20,9 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{ContextPlugin as _0x7e2076,Plugin as _0x106356,PendingActions as _0x2b6c41,Context as _0x1188fa}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x2f12cd,CKEditorError as _0x4e70aa,Collection as _0xc14635,global as _0x587932,version as nt,uid as _0x6504cd,KeystrokeHandler as _0x4a3d1a}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0x48d876,View as _0x758c45,ListView as _0x2a1a06,ListItemView as rt,LabelView as ot,BalloonPanelView as _0x5cfd3d,clickOutsideHandler as _0x4cd0ea,BodyCollection as _0x132854}from'@ckeditor/ckeditor5-ui/dist/index.js';import{LiveRange as ht,History as _0x235b78,NoOperation as _0x2eb84f,InsertOperation as _0xb426e4,MarkerOperation as _0x123311,RootAttributeOperation as _0xc567b2,transformSets as _0x4be5b1,OperationFactory as _0x42c60e}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as lt,WEB_SOCKET_GATEWAY_STATES as _0x3d307a,CollaborativeEditingService as _0x5791b7,User as dt,CommentsService as _0x4fdcbe,TrackChangesService as et,RevisionHistoryService as it,EditorService as tt}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x19654e,UserView as ct}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0xa1d82d}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x37fe9a}from'lodash-es';class c extends _0x7e2076{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
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(_0x373236){super(_0x373236);const _0x1865ac=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new f['TrackChangesService'](_0x1865ac);}['init'](){const _0x1dd351=this['editor']['plugins']['get'](c),_0x493675=this['editor']['plugins']['get']('TrackChangesEditing');return _0x493675['adapter']={'getSuggestion':async _0x2895ae=>{await this['_waitForServiceReady']();const _0x3bbb3a=await this['_trackChangesService']['get'](_0x2895ae)['catch'](w);return await this['_fetchMissingUsersForThreads']([_0x3bbb3a]),_0x3bbb3a;},'addSuggestion':async({id:_0x107271,type:_0x1aff0b,data:_0x34cfe3,originalSuggestionId:_0x17ca61,attributes:_0x1d4a33})=>{await this['_waitForServiceReady']();const _0x49fc30={'id':_0x107271,'type':_0x1aff0b,'data':_0x34cfe3,'originalSuggestionId':_0x17ca61,'attributes':_0x1d4a33},_0x36e257=await this['_trackChangesService']['add'](_0x107271,_0x1aff0b,_0x34cfe3,_0x17ca61,_0x1d4a33)['catch'](_0x2bc92e=>{if(ft(_0x2bc92e))return new Promise(_0x4b286a=>{this['_bufferedRequests']['set'](_0x107271,{'resolve':_0x4b286a,'suggestionData':_0x49fc30});});throw _0x2bc92e;});return this['_bufferedRequests']['delete'](_0x107271),_0x36e257;},'updateSuggestion':async(_0x370155,_0x44e588)=>{if(await this['_waitForServiceReady'](),'open'!==_0x44e588['state'])return this['_trackChangesService']['update'](_0x370155,_0x44e588)['catch'](w);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0x54b65b,_0x22624a)=>{_0x493675['hasSuggestion'](_0x22624a['id'])&&(_0x493675['getSuggestion'](_0x22624a['id'])['attributes']=_0x22624a['attributes']);}),this['_trackChangesService']['connect'](_0x1dd351['connection'])['then'](_0xe18ec1=>(_0x1dd351['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0xe18ec1)['then'](()=>{for(const _0x3a9881 of _0xe18ec1){_0x493675['addSuggestionData'](_0x3a9881)['_saved']=!0x0;}})));}async['reconnect'](){const _0x29120c=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x2f6fc3}=this['editor']['plugins']['get'](c),_0x3c1293=await this['_trackChangesService']['connect'](_0x2f6fc3);await this['_fetchMissingUsersForThreads'](_0x3c1293);for(const {suggestionData:_0x3aa14d,resolve:_0xabc607}of this['_bufferedRequests']['values']()){let _0x3a8d80=_0x3c1293['find'](_0x3abffe=>_0x3abffe['id']===_0x3aa14d['id']);_0x3a8d80||(_0x3a8d80=await this['_trackChangesService']['add'](_0x3aa14d['id'],_0x3aa14d['type'],_0x3aa14d['data'],_0x3aa14d['originalSuggestionId'])),_0xabc607(_0x3a8d80);}for(const _0x13f0f5 of _0x3c1293)_0x29120c['hasSuggestion'](_0x13f0f5['id'])||_0x29120c['addSuggestionData'](_0x13f0f5);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x974541=>{this['listenTo'](this['_trackChangesService'],'connected',_0x5951c2=>{_0x5951c2['off'](),_0x974541();});});}async['_fetchMissingUsersForThreads'](_0x5866b3){const _0x4dae98=this['editor']['plugins']['get'](_0x19654e),{connection:_0x3cf834}=this['editor']['plugins']['get'](c),_0x3d0db5=new Set();for(const {authorId:_0x4162b2}of _0x5866b3)_0x4dae98['getUser'](_0x4162b2)||_0x3d0db5['add'](_0x4162b2);if(0x0===_0x3d0db5['size'])return;const _0x29cccf=await dt['getMany'](_0x3cf834,Array['from'](_0x3d0db5));for(const _0x50bcdb of _0x29cccf)_0x4dae98['getUser'](_0x50bcdb['id'])||_0x4dae98['addUser'](_0x50bcdb);}}function w(_0xedc921){if(ft(_0xedc921))return new Promise(()=>{});throw _0xedc921;}function ft(_0x882ef4){return _0x882ef4['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x882ef4['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class m extends _0x106356{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 _0x465d97=this['editor']['plugins']['get'](c),_0x26dd75=this['editor']['plugins']['get']('CommentsEditing'),_0x176158=this['editor']['plugins']['get'](a);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0x465d97,'change:state',(_0x39b99f,_0xe346cb,_0x441727)=>{_0x26dd75['isThreadsLoadingPaused']='connected'!==_0x441727;});}),this['listenTo'](_0x465d97,'change:state',(_0x130c43,_0x22f841,_0x563609)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0x563609);}),_0x176158['_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 _0x106356{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 _0x106356{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
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 _0x2af7e1,Plugin as _0x2a430d,PendingActions as _0x4a3ecb,Context as _0x927fd}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x1915bf,CKEditorError as _0x172fbe,Collection as _0xdb018c,global as _0x5e8974,version as nt,uid as _0x413aa7,KeystrokeHandler as _0x27dd8b}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0x574e14,View as _0x31b024,ListView as _0x2137f,ListItemView as st,LabelView as ot,BalloonPanelView as _0x2f2b62,clickOutsideHandler as _0x2afc8e,BodyCollection as _0x1f1736}from'@ckeditor/ckeditor5-ui/dist/index.js';import{LiveRange as at,History as _0x4c94da,NoOperation as _0x109f6f,InsertOperation as _0x1285e3,MarkerOperation as _0x3c03bd,RootAttributeOperation as _0x10a929,transformSets as _0x3ca68e,OperationFactory as _0x25d5e0}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as ht,WEB_SOCKET_GATEWAY_STATES as _0xf24fea,CollaborativeEditingService as _0x21f266,User as lt,CommentsService as _0x2cb518,TrackChangesService as et,RevisionHistoryService as _0xc11183,EditorService as _0x30fa5a}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x728bb4,UserView as rt}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0xd942a5}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x579925}from'lodash-es';class c extends _0x2af7e1{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
24
+ ((()=>ht)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x574e14];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3c5383){super(_0x3c5383),this['set']('state',_0xf24fea['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x1915bf);}['init'](){const _0x47e453=this['context'],_0x549439=_0x47e453['plugins']['get']('CloudServices'),_0x2ed3e4=_0x47e453['plugins']['get'](_0x574e14);if(!_0x549439['token'])throw new _0x172fbe('websocketgateway-missing-token',this);if(!_0x549439['webSocketUrl'])throw new _0x172fbe('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'](_0x549439['token'],_0x549439['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0xa52dc4=>{if(this['connection']=_0xa52dc4,this['bind']('state')['to'](_0xa52dc4,'state',this,'_isBrowserOffline',(_0x2c3ce5,_0x4a023f)=>('connected'!==_0x2c3ce5&&(this['_shouldPluginsReconnect']=!0x0),_0x4a023f||_0x2c3ce5!==_0xf24fea['CONNECTED']?_0xf24fea['DISCONNECTED']:this['state']==_0xf24fea['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0xf24fea['CONNECTING']):_0xf24fea['CONNECTED'])),this['connection']['on']('error',(_0x7aa3d0,_0x41fc7a)=>{if('limitExceeded'!==_0x41fc7a['code'])throw console['error'](_0x41fc7a),new _0x172fbe('cloudservices-init',null,{'originalError':_0x41fc7a});_0x2ed3e4['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'});}),!_0xa52dc4['me'])return new Promise(_0x25f5f7=>_0xa52dc4['on']('change:me',_0x25f5f7));})['catch'](_0x47fcb5=>{throw console['error'](_0x47fcb5),new _0x172fbe('cloudservices-init',null,{'originalError':_0x47fcb5});});}['addToReconnectionStack'](_0x42124b){if('function'!=typeof _0x42124b['reconnect'])throw new _0x172fbe('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x42124b))throw new _0x172fbe('websocketgateway-plugin-already-registered',this,{'name':_0x42124b['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x42124b);}['removeFromReconnectionStack'](_0x404f10){this['_reconnectionStack']['delete'](_0x404f10);}['isInReconnectionStack'](_0x218331){return this['_reconnectionStack']['has'](_0x218331);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x5adf3d=>_0x5adf3d['reconnect']())))['then'](()=>this['state']=_0xf24fea['CONNECTED'])['catch'](_0x911f7e=>{throw console['error'](_0x911f7e),new _0x172fbe('cloudservices-reconnection-error',this['context']);});}['disconnect'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0xf24fea['DISCONNECTED'],this['_domEmitter']['stopListening']();}['destroy'](){this['disconnect'](),super['destroy']();}}class i extends _0x2af7e1{['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,_0x728bb4];}constructor(_0x31ed22){super(_0x31ed22),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0xdb018c(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x728bb4);}['init'](){const _0x35ec9f=this['context']['plugins']['get'](c);this['listenTo'](_0x35ec9f,'change:state',(_0x57b76c,_0x444435,_0x242873)=>{if('connected'!==_0x242873)this['channelSessions']['forEach'](_0x291092=>_0x291092['clear']()),this['channelConnectedUsers']['forEach'](_0x4691ed=>_0x4691ed['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x1a56aa,_0xfe99da]of this['_registeredSessions'])for(const _0x778d1f of _0xfe99da)this['_handleSessionAdd'](_0x1a56aa,_0x778d1f);}}),this['_createUser'](_0x35ec9f['connection']['me'],!0x0);}['register'](_0x49fa5e,_0x3f5981){if(this['_registeredSessions']['has'](_0x49fa5e))throw new _0x172fbe('sessions-register-already-registered',null,{'channelId':_0x49fa5e});this['_registeredSessions']['set'](_0x49fa5e,_0x3f5981),this['channelSessions']['set'](_0x49fa5e,new _0xdb018c()),this['channelConnectedUsers']['set'](_0x49fa5e,new _0xdb018c()),this['listenTo'](_0x3f5981,'add',(_0x117a5e,_0x3dc89f)=>this['_handleSessionAdd'](_0x49fa5e,_0x3dc89f)),this['listenTo'](_0x3f5981,'remove',(_0x3bafc,_0x3afe57)=>this['_handleSessionRemove'](_0x49fa5e,_0x3afe57));for(const _0x483d0d of _0x3f5981)this['_handleSessionAdd'](_0x49fa5e,_0x483d0d);}['unregister'](_0x36f63d){if(!this['_registeredSessions']['has'](_0x36f63d))throw new _0x172fbe('sessions-unregister-not-exist',null,{'channelId':_0x36f63d});const _0x38e5da=this['_registeredSessions']['get'](_0x36f63d);this['stopListening'](_0x38e5da);for(const _0x32f4a4 of _0x38e5da)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x36f63d,_0x32f4a4);this['_registeredSessions']['delete'](_0x36f63d),this['channelSessions']['delete'](_0x36f63d),this['channelConnectedUsers']['delete'](_0x36f63d);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0x17b27f){for(const _0x5811e5 of this['channelSessions']['values']())for(const _0x2ecb6c of _0x5811e5)if(_0x2ecb6c['id']===_0x17b27f)return _0x2ecb6c['user'];}['getUserSessions'](_0x2e35db,_0xe91635){const _0x24f1d9=_0xe91635?[this['channelSessions']['get'](_0xe91635)]:this['channelSessions']['values'](),_0x231f5e=new Set();for(const _0x52eb46 of _0x24f1d9)for(const _0x2be88d of _0x52eb46)_0x2be88d['user']['id']===_0x2e35db['id']&&_0x231f5e['add'](_0x2be88d['id']);return _0x231f5e;}['getUserRole'](_0x3ceaee){for(const _0x26d994 of this['channelSessions']['values']())for(const _0x654959 of _0x26d994)if(_0x654959['user']===_0x3ceaee)return _0x654959['role'];}['_handleSessionAdd'](_0x55739f,_0x2f360b){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x552ce3=_0x2f360b['user'],_0x2c6505=this['_users']['getUser'](_0x552ce3['id'])||this['_createUser'](_0x552ce3),_0xd9b9eb=Object['assign']({},_0x2f360b,{'user':_0x2c6505});this['channelSessions']['get'](_0x55739f)['add'](_0xd9b9eb);const _0x63a058=this['channelConnectedUsers']['get'](_0x55739f);_0x63a058['has'](_0x2c6505['id'])||_0x63a058['add'](_0x2c6505),this['allConnectedUsers']['has'](_0x2c6505['id'])||this['allConnectedUsers']['add'](_0x2c6505,_0x2c6505['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x55739f,{'channelId':_0x55739f,'session':_0xd9b9eb});}['_handleSessionRemove'](_0x1834d2,_0x2ff808){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x106f96=this['channelConnectedUsers']['get'](_0x1834d2),_0x22c0fe=_0x2ff808['user'];_0x22c0fe['id']&&(this['channelSessions']['get'](_0x1834d2)['remove'](_0x2ff808['id']),_0x106f96['has'](_0x22c0fe['id'])&&!this['getUserSessions'](_0x22c0fe,_0x1834d2)['size']&&_0x106f96['remove'](_0x22c0fe['id']),this['allConnectedUsers']['get'](_0x22c0fe['id'])&&!this['getUserSessions'](_0x22c0fe)['size']&&this['allConnectedUsers']['remove'](_0x22c0fe['id']));}['_createUser'](_0x5f3b3e,_0x21f109){const _0x33d025=this['_users']['addUser'](_0x5f3b3e);return _0x21f109&&this['_users']['defineMe'](_0x5f3b3e['id']),_0x33d025['orderNumber']=this['_uniqueUsersCount']++,_0x33d025;}}class K extends _0x2a430d{['_domEmitter']=new(_0x1915bf())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xa8f8bd=this['editor'],_0x42af3b=_0xa8f8bd['plugins']['get'](i);_0xa8f8bd['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x247ab3,{writer:_0x3466a5})=>function(_0x5b31cb,_0x4e1b90,_0x53d9a9,_0x19ee12){const _0x463ff5=_0x5b31cb['markerName']['split'](':')[0x2],_0x2c38fc=_0x53d9a9['getUserBySessionId'](_0x463ff5);if(!_0x2c38fc||_0x463ff5===_0x53d9a9['mySessionId'])return;if(!_0x19ee12['model']['schema']['checkChild'](_0x5b31cb['markerRange']['start'],'$text'))return;const _0x5dcc0c={'class':'ck-user__marker\x20'+_0x2c38fc['color']['getMarkerClass'](),'data-name':_0x2c38fc['name'],'data-session-id':_0x463ff5},_0x41e971=_0x19ee12['model']['markers']['get'](_0x5b31cb['markerName']),_0x5e3adf=_0x41e971['getStart'](),_0x1bdd20=_0x5e3adf['nodeAfter'],_0x1c14cf=_0x19ee12['model']['schema'];if(_0x1bdd20&&_0x1c14cf['isObject'](_0x1bdd20)&&_0x1c14cf['isInline'](_0x1bdd20)&&!_0x19ee12['model']['markers']['get']('user:range:'+_0x463ff5)['getRange']()['isCollapsed'])return;const _0x43170f=_0x5e3adf['parent'];return _0x19ee12['model']['schema']['isLimit'](_0x43170f)&&!_0x19ee12['model']['hasContent'](_0x43170f)&&(_0x5dcc0c['contenteditable']=!0x1),function(_0x1ffb88,_0x2f75b5,_0x28cfb1){const _0x16a356=_0x1ffb88['createUIElement']('span',_0x2f75b5);return _0x1ffb88['setCustomProperty']('userPositionMarker',!0x0,_0x16a356),_0x16a356['render']=function(_0x127434){const _0x19426a=this['toDomElement'](_0x127434);return _0x19426a['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>'+_0x28cfb1['name']+'</span>⁠',_0x19426a['addEventListener']('mouseenter',()=>{_0x19426a['classList']['add']('ck-user__marker_hovered');}),_0x19426a['addEventListener']('mouseleave',()=>{_0x19426a['classList']['remove']('ck-user__marker_hovered');}),_0x19426a;},_0x16a356['isSimilar']=function(_0x4e317d){return!(!this['getCustomProperty']('userPositionMarker')||!_0x4e317d['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x4e317d['getAttribute']('data-session-id'));},_0x16a356;}(_0x4e1b90,_0x5dcc0c,_0x2c38fc);}(_0x247ab3,_0x3466a5,_0x42af3b,_0xa8f8bd)}),_0xa8f8bd['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x4a8c1f=>function(_0x1dfc61,_0x560ea0){const _0x18dfd6=_0x1dfc61['markerName']['split'](':')[0x2];if(_0x18dfd6===_0x560ea0['mySessionId'])return null;const _0x153998=_0x560ea0['getUserBySessionId'](_0x18dfd6);if(!_0x153998)return{'id':_0x18dfd6,'classes':[]};return{'id':_0x18dfd6,'classes':['ck-user__selection',_0x153998['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x18dfd6},'priority':0x7d0+_0x153998['orderNumber']};}(_0x4a8c1f,_0x42af3b)}),function(_0x590109){const _0x2150e7=_0x590109['model'],_0x443566=new Map(),_0x51c248=_0x590109['plugins']['get'](i);_0x2150e7['markers']['on']('update:user:range',(_0x9bf031,_0x3e8e74,_0x136b0c,_0x439d99)=>{if(!_0x439d99&&_0x443566['get'](_0x3e8e74['name']))return _0x443566['get'](_0x3e8e74['name'])['detach'](),void _0x443566['delete'](_0x3e8e74['name']);const _0x22133f=_0x3e8e74['name']['split'](':')[0x2];if(_0x22133f===_0x51c248['mySessionId'])return;const _0x1d19af='user:position:'+_0x22133f;_0x2150e7['markers']['has'](_0x1d19af)&&_0x590109['editing']['reconvertMarker'](_0x1d19af),_0x3e8e74['on']('change:range',(_0x24a57a,_0x3c23b2,_0x1fb162)=>{if('$graveyard'!=_0x3c23b2['root']['rootName']&&'$graveyard'==_0x3e8e74['getRange']()['root']['rootName']&&!_0x443566['has'](_0x3e8e74['name'])){const _0x30735f=_0x2150e7['schema']['getNearestSelectionRange'](_0x1fb162['deletionPosition']);if(_0x30735f){const _0x51bc01=at['fromRange'](_0x30735f);_0x443566['set'](_0x3e8e74['name'],_0x51bc01),_0x51bc01['on']('change:range',(_0x2401ae,_0x164b8b,_0x5c5aa3)=>{if('$graveyard'==_0x51bc01['root']['rootName']){const _0x5c0deb=_0x2150e7['schema']['getNearestSelectionRange'](_0x5c5aa3['deletionPosition']);_0x5c0deb?(_0x51bc01['start']=_0x5c0deb['start'],_0x51bc01['end']=_0x5c0deb['end']):(_0x443566['delete'](_0x3e8e74['name']),_0x51bc01['detach']());}});}}});}),_0x2150e7['document']['on']('change',()=>{_0x443566['size']>0x0&&_0x2150e7['enqueueChange']({'isUndoable':!0x1},_0x2d974c=>{for(const [_0x3ff6a3,_0x5364d2]of _0x443566)'$graveyard'==_0x2150e7['markers']['get'](_0x3ff6a3)['getRange']()['root']['rootName']&&(te(_0x3ff6a3['split'](':')[0x2],_0x5364d2['toRange'](),_0x2150e7,_0x2d974c),_0x5364d2['detach']());_0x443566['clear']();});});}(_0xa8f8bd),this['_domEmitter']['listenTo'](_0x5e8974['document'],'keydown',(_0xa29caa,{key:_0x4bc002})=>{'Escape'===_0x4bc002&&function(_0x5cd711){_0x5cd711['editing']['view']['change'](_0x2b2a1a=>{for(const _0x166ed2 of _0x5cd711['model']['markers']){if(!_0x166ed2['name']['startsWith']('user:position'))continue;const _0x11620e=_0x5cd711['editing']['mapper']['markerNameToElements'](_0x166ed2['name']);if(_0x11620e){for(const _0x179bc1 of _0x11620e)_0x2b2a1a['removeClass']('ck-user__marker_hovered',_0x179bc1);}}});}(_0xa8f8bd);},{'useCapture':!0x0});}['afterInit'](){const _0x120f61=this['editor'],_0x5922ca=_0x120f61['commands']['get']('undo');_0x5922ca&&_0x120f61['model']['on']('applyOperation',(_0x2ff101,_0xc87e02)=>{const _0xcd4973=_0xc87e02[0x0];if(!_0xcd4973['isDocumentOperation'])return;if('marker'!=_0xcd4973['type']||!_0xcd4973['name']['startsWith']('user:'))return;const _0x19dd21=_0xcd4973['batch'];_0x5922ca['_createdBatches']['has'](_0x19dd21)&&(_0xcd4973['newRange']=_0xcd4973['oldRange']?_0x120f61['model']['createRange'](_0xcd4973['oldRange']['start'],_0xcd4973['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x1c29ff=this['editor'],_0x3d0392=_0x1c29ff['model']['document'],_0x1a478d=_0x1c29ff['plugins']['get'](i);_0x1c29ff['model']['enqueueChange']({'isUndoable':!0x1},_0x1e7657=>{const _0xc56c7f='user:range:'+_0x1a478d['mySessionId'],_0x169789='user:position:'+_0x1a478d['mySessionId'],_0x3da07d=_0x1c29ff['model']['markers']['has'](_0xc56c7f);_0x1c29ff['editing']['view']['hasDomSelection']?te(_0x1a478d['mySessionId'],_0x3d0392['selection']['getFirstRange'](),_0x1c29ff['model'],_0x1e7657):_0x3da07d&&(_0x1e7657['removeMarker'](_0xc56c7f),_0x1e7657['removeMarker'](_0x169789));});}}function te(_0x8f336,_0x161115,_0xcd72b2,_0x4892a4){const _0x19702b='user:range:'+_0x8f336,_0x1178c0='user:position:'+_0x8f336,_0x3908e7=_0x161115['getContainedElement']();let _0x394ea6=_0x161115['start'];_0x3908e7&&_0x3908e7['is']('element','tableCell')&&(_0x394ea6=function(_0x1e8740,_0x5ab50c){for(const _0x268ac8 of _0x1e8740['getPositions']())if(_0x5ab50c['schema']['checkChild'](_0x268ac8,'$text'))return _0x268ac8;}(_0x161115,_0xcd72b2),_0x161115=_0x4892a4['createRange'](_0x394ea6));const _0x5379cb=_0x4892a4['createRange'](_0x394ea6);_0xcd72b2['markers']['has'](_0x19702b)?(_0x4892a4['updateMarker'](_0x19702b,{'range':_0x161115}),_0x4892a4['updateMarker'](_0x1178c0,{'range':_0x5379cb})):(_0x4892a4['addMarker'](_0x19702b,{'range':_0x161115,'usingOperation':!0x0}),_0x4892a4['addMarker'](_0x1178c0,{'range':_0x5379cb,'usingOperation':!0x0}));}function J(_0x181eda,_0x20742e,_0x4598a6){const _0x20027e=_0x181eda['t'],t=_0x181eda['t'];switch(_0x20742e){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 _0x20027e({'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'},_0x4598a6);default:return'';}}let Y=0x1;class l extends _0x2a430d{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
25
+ ((()=>_0x21f266)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[c,i,K,_0x4a3ecb,_0x728bb4,_0x574e14];}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 _0x191c66=this['serverHistory']['getOperations']();for(let _0x263870=_0x191c66['length']-0x1;_0x263870>=0x0;_0x263870--){const _0x337cc4=_0x191c66[_0x263870];if(!this['_disconnectionOperations']['has'](_0x337cc4))return _0x337cc4['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x5363bd){if(super(_0x5363bd),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x4c94da(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x172fbe('collaboration-missing-channelid',this);const _0x40adc7=_0x5363bd['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0x40adc7,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0xd942a5(),this['_bufferedOperations']=[],this['_knownOperations']=new WeakSet(),this['_knownRootNames']=new Set(),this['set']('_isPendingUpdate',!0x1),this['set']('_hasSynchronizationProblem',!0x1),this['_pendingAction']=null,this['_hasSelectionChanged']=!0x1,this['_sendBufferedOperationsDelayId']=null,this['_baseBufferDelay']=0x12c,this['_currentBufferDelay']=this['_baseBufferDelay'],this['_lastSyncedOperationId']=null,this['_disconnectionOperations']=new WeakSet(),this['_operationIdentifier']=new it(this['_disconnectionOperations']);}['init'](){const _0x14034d=this['editor'],_0x16ba52=_0x14034d['plugins']['get'](_0x728bb4),_0x879732=_0x14034d['plugins']['get'](c);this['listenTo'](_0x16ba52,'getOperationAuthor',(_0x209bcf,_0x5902e0)=>{const _0xa1f9d6=_0x5902e0[0x0];_0xa1f9d6['_authorId']&&(_0x209bcf['return']=_0x16ba52['getUser'](_0xa1f9d6['_authorId']),_0x209bcf['stop']()),null===_0xa1f9d6['_authorId']&&(_0x209bcf['return']=null,_0x209bcf['stop']());},{'priority':'high'}),this['listenTo'](_0x14034d['model']['document']['selection'],'change:range',(_0x5e520c,_0x5279eb)=>{_0x5279eb['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x14034d['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x14034d['model']['on']('applyOperation',(_0x540f9b,_0x15cbac)=>{const _0x213ead=_0x15cbac[0x0];_0x213ead['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x213ead),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x879732,'state',this,'_hasSynchronizationProblem',(_0x1e5856,_0x48e99d)=>'connected'===_0x1e5856&&!_0x48e99d),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x14034d['disableReadOnlyMode']('rtc-offline'):_0x14034d['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x14034d['disableReadOnlyMode']('rtc-offline'):_0x14034d['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x3057eb=this['editor']['plugins']['get'](i),_0x55c48c=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x3057eb['unregister'](this['_channelId']);const _0x588526=await this['_service']['reconnect'](_0x55c48c['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x588526)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x2f9c80=await this['_service']['getConnectedSessions']();_0x3057eb['register'](this['_channelId'],_0x2f9c80),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x7b792){if(function(_0x1bb9c7){return'404'===_0x1bb9c7['code'];}(_0x7b792)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x561d72){return'409'===_0x561d72['code'];}(_0x7b792)){const _0x29611e=J(this['editor']['locale'],'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');this['_handleReconnectionError'](_0x29611e);}else{if(!(_0x7b792 instanceof Z))throw _0x7b792;this['_handleReconnectionError']();}}}}['destroy'](){const _0x5895a3=this['editor']['plugins']['get'](c),_0x4e2386=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x4e2386['channelSessions']['has'](this['_channelId'])&&_0x4e2386['unregister'](this['_channelId']),_0x5895a3['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x53f4fa){if(this['sessionId']!==_0x53f4fa['sessionId']&&this['_lastSyncedOperationId']!==_0x53f4fa['lastOperationId'])throw new Z();return this['sessionId']=_0x53f4fa['sessionId'],this['_handleServerResponse']([],{..._0x53f4fa,'wereChangesApplied':!0x1,'data':_0x53f4fa['data']},'reconnect');}async['_connectService'](_0x1c8614,_0x2de32e=!0x1){const {connection:_0x343aba}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x343aba,this['_channelId'])['then'](_0x498bf3=>this['_initSessionsHandling'](_0x498bf3))['catch'](_0x587020=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x587020);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x3c0c6a,_0x824984)=>{this['_crash']('realtimecollaborationclient-init-service-internal-error',_0x824984);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x2e179e=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x1c8614);this['_isPendingUpdate']=!0x0;const _0x9d1cdb=await this['_service']['connect'](_0x343aba,this['_compressOperations'](_0x1c8614),_0x2e179e);if(this['sessionId']=_0x9d1cdb['sessionId'],_0x2de32e){if(!_0x9d1cdb['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x9d1cdb['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x1c8614,_0x9d1cdb,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x9d1cdb,_0x1c8614);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x456006=this['editor']['plugins']['get'](i),_0x1dddb9=this['editor']['plugins']['get'](K),_0x4e361d=_0x456006['channelSessions']['get'](this['_channelId']);_0x4e361d&&_0x4e361d['length']>0x1?_0x1dddb9['createUserMarkerOperations']():this['listenTo'](_0x456006,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x456006['channelSessions']['get'](this['_channelId'])['length']&&_0x1dddb9['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x4d0cff,_0x213d96,_0x214a4f,_0x578926){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x213d96){const _0x43467b=this['_decompressOperations'](_0x214a4f,_0x578926);await this['_fetchMissingUsers'](_0x43467b),this['_handleExternalOperations'](_0x43467b,_0x213d96,_0x214a4f['lastOperationId'])||this['_crash']('realtimecollaborationclient-init-service-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x3389d4}=this['editor'];let _0x14291c;try{_0x14291c=await this['_service']['getDocumentDetails']();}catch(_0xdc3449){const _0x2c0814=J(_0x3389d4,'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'](_0x2c0814);}const _0xce3a8f=_0x14291c['currentDocumentSession']||_0x14291c['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0xce3a8f['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x4b9172=J(_0x3389d4,'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'](_0x4b9172);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x29cd1e){const _0x31fe16=this['editor']['plugins']['get'](i);this['listenTo'](_0x31fe16,'sessionAdd:'+this['_channelId'],(_0x3e2144,{session:_0x5cbd6a})=>{if(_0x5cbd6a['id']===_0x31fe16['mySessionId']){_0x3e2144['off']();const _0xb4bcc7=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x5aa009=_0x5cbd6a['permissions'];_0xb4bcc7&&_0xb4bcc7['isEnabled']&&(_0x5aa009=_0x5aa009['filter'](_0x88fa37=>'document:write'!==_0x88fa37)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x5aa009,this['_channelId']);}}),_0x31fe16['register'](this['_channelId'],_0x29cd1e);}['_initThrowingOnDataSet'](){const _0x10e645=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x117a23)=>{if(!_0x117a23[_0x117a23['length']-0x1]['suppressErrorInCollaboration'])throw new _0x172fbe('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x10e645['apply'](this['editor']['data'],_0x117a23);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x3eb1ed,[_0x35237f])=>{if(this['_document']['version'])throw new _0x172fbe('realtimecollaborationclient-init-document-already-initialized',this);_0x3eb1ed['stop'](),this['_setPendingAction']();const _0x1385fd=this['editor']['config']['get']('rootsAttributes'),_0x5a9313=this['_getOperationsFromInitData'](_0x35237f,_0x1385fd);0x0==_0x5a9313['length']&&_0x5a9313['push'](new _0x109f6f(0x0)),_0x3eb1ed['return']=this['_connectService'](_0x5a9313)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x527e2=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x527e2))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x597d6c,[_0x2e777b,_0x344aac])=>{_0x597d6c['stop']();const _0x40db3c=this['editor']['model']['document']['getRoot'](_0x2e777b);if(!this['_knownRootNames']['has'](_0x2e777b)){const _0x2041ee=_0x344aac&&_0x344aac['data']?_0x344aac['data']:'',_0x1c9948=_0x344aac&&_0x344aac['attributes']?_0x344aac['attributes']:{};await this['_loadRoot'](_0x2e777b,_0x2041ee,_0x1c9948);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x40db3c['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x40db3c);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x49cfd2){const _0x50f2fe=this['editor']['plugins']['get'](_0x728bb4),{connection:_0x4db46c}=this['editor']['plugins']['get'](c),_0x5f1030=new Set();for(const _0x3aedec of _0x49cfd2){const _0x1b3806=_0x3aedec['_authorId'];_0x1b3806&&!_0x50f2fe['getUser'](_0x1b3806)&&_0x5f1030['add'](_0x1b3806);}if(0x0===_0x5f1030['size'])return;const _0x3bf797=await lt['getMany'](_0x4db46c,Array['from'](_0x5f1030));for(const _0x56bea5 of _0x3bf797)_0x50f2fe['getUser'](_0x56bea5['id'])||_0x50f2fe['addUser'](_0x56bea5);}['_getOperationsFromInitData'](_0x27c236,_0x31f672={}){const _0x3373b3=this['editor']['model'],_0x59a04d=[];let _0x2a5a81=0x0;const _0x2b97f0='string'==typeof _0x27c236?{'main':_0x27c236}:_0x27c236;for(const _0x1579d1 of Object['keys'](_0x2b97f0)){if(!this['_document']['roots']['has'](_0x1579d1))throw new _0x172fbe('realtimecollaborationclient-init-non-existent-root',this);const _0x29a3bc=this['editor']['data']['parse'](_0x2b97f0[_0x1579d1]),_0x5496b3=this['_document']['getRoot'](_0x1579d1),_0xa906b5=new _0x1285e3(_0x3373b3['createPositionAt'](_0x5496b3,0x0),_0x29a3bc,_0x2a5a81++);_0x59a04d['push'](_0xa906b5);for(const [_0x14f6ce,_0x2c924f]of _0x29a3bc['markers']){const _0x3d1293=_0x3373b3['createRange'](_0x3373b3['createPositionFromPath'](_0x5496b3,_0x2c924f['start']['path']['slice']()),_0x3373b3['createPositionFromPath'](_0x5496b3,_0x2c924f['end']['path']['slice']())),_0x556525=new _0x3c03bd(_0x14f6ce,null,_0x3d1293,_0x3373b3['markers'],!0x0,_0x2a5a81++);_0x59a04d['push'](_0x556525);}}if(_0x31f672)for(const [_0x3b49da,_0x433777]of Object['entries'](_0x31f672)){const _0x258399=_0x3373b3['document']['getRoot'](_0x3b49da);if(!_0x258399)throw new _0x172fbe('multi-root-editor-root-attributes-no-root',null);for(const [_0xe6e561,_0x4553fa]of Object['entries'](_0x433777))if(null!==_0x4553fa){const _0x36c707=new _0x10a929(_0x258399,_0xe6e561,null,_0x4553fa,_0x2a5a81++);_0x59a04d['push'](_0x36c707);}}return _0x59a04d;}async['_loadRoot'](_0x39e41d,_0x3fdccb,_0x50083f){this['_getOperationsFromInitData']({[_0x39e41d]:_0x3fdccb},{[_0x39e41d]:_0x50083f})['forEach']((_0x2a701b,_0x33ba07)=>{_0x2a701b['baseVersion']=this['_document']['version']+_0x33ba07,_0x2a701b['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x2a701b);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x39e05b,_0x4c3538){let _0x24746b;this['_offset']=_0x39e05b['offset'];const _0x2587e3=_0x39e05b['wereChangesApplied']&&!_0x39e05b['initData'],_0x2d05d0=_0x2587e3?0x0:_0x39e05b['data']['baseVersion'];if(_0x4c3538['forEach'](_0x35992f=>{_0x35992f['_isInit']=!0x0,_0x35992f['createdAt']=_0x39e05b['sessionCreatedAt'],_0x35992f['_authorId']=null;}),_0x2587e3)_0x24746b=_0x4c3538,this['_applyOperationsSet'](_0x24746b,_0x2587e3);else{if(_0x39e05b['initData']){const _0x3b6ec8=this['_getOperationsFromInitData'](_0x39e05b['initData']);this['_document']['history']['version']=-_0x3b6ec8['length'],_0x3b6ec8['forEach'](_0x582f24=>{_0x582f24['baseVersion']-=_0x3b6ec8['length'],_0x582f24['createdAt']=_0x39e05b['sessionCreatedAt'],_0x582f24['_isInit']=!0x0,_0x582f24['_authorId']=null;}),this['_applyOperationsSet'](_0x3b6ec8,!0x0),this['serverHistory']['version']=-_0x3b6ec8['length']+this['_offset'],this['_updateServerHistory'](_0x3b6ec8);}this['_document']['history']['version']=_0x2d05d0,_0x24746b=this['_decompressOperations'](_0x39e05b['data'],_0x39e05b['metadata']),await this['_fetchMissingUsers'](_0x24746b),this['_applyOperationsSet'](_0x24746b,_0x2587e3);}_0x39e05b['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x24746b,_0x39e05b['lastOperationId']),this['_lastSyncedOperationId']=_0x39e05b['lastOperationId']),this['serverHistory']['version']=_0x2d05d0+this['_offset'],this['_updateServerHistory'](_0x24746b),_0x4c3538['filter'](_0xa64649=>{const _0x17b373=this['_getAffectedRoot'](_0xa64649);return _0x17b373&&!this['_knownRootNames']['has'](_0x17b373);})['forEach']((_0x5857c3,_0xa54f93)=>{_0x5857c3['baseVersion']=this['_document']['version']+_0xa54f93,this['_saveOperationInBuffer'](_0x5857c3);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x3e6b0e,_0x2560b3){const _0x4fb2a1=_0x2560b3&&_0x2560b3['message'];if(_0x4fb2a1&&_0x4fb2a1['startsWith']('realtimecollaborationclient'))throw _0x2560b3;const _0x5627ac=this['editor']['plugins']['get'](c);throw this['_isPendingUpdate']=!0x0,_0x5627ac['disconnect'](),this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x172fbe(_0x3e6b0e,this['editor'],_0x4fb2a1?{'originalError':_0x4fb2a1}:void 0x0);}['_saveOperationInBuffer'](_0x39b640){this['_knownOperations']['has'](_0x39b640)||(this['_knownOperations']['add'](_0x39b640),this['_bufferedOperations']['push'](_0x39b640),this['_pendingAction']||'marker'==_0x39b640['type']&&!_0x39b640['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x249d0b=!0x1){!_0x249d0b&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x4c8c3e=>{_0x4c8c3e&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x237afb=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x232799){return _0x232799['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x232799['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x232799['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x237afb)||this['_crash'](_0x237afb['message'],_0x237afb);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x3c4e7a=>{this['on']('change:_isPendingUpdate',()=>{_0x3c4e7a();});});}async['_sendBufferedOperations'](){const _0x31dc07=this['editor']['plugins']['get'](K);if(this['_shouldSendSelectionUpdate']()&&(_0x31dc07['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x3ad56e=[...this['_bufferedOperations']];for(const _0xb2027b of _0x3ad56e)_0xb2027b['wasUndone']=this['_document']['history']['isUndoneOperation'](_0xb2027b);const _0x5d94e5=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x3ad56e),_0x176289=Y++,_0x5d9121=this['_compressOperations'](_0x3ad56e),_0xe08dfa=await this['_service']['sendOperations'](_0x5d9121,_0x5d9121['baseVersion'],_0x5d94e5);try{return await this['_handleServerResponse'](_0x3ad56e,_0xe08dfa,_0x176289);}catch(_0x3e356d){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x3e356d);}}async['_handleServerResponse'](_0x51310c,_0x28cac1,_0x2f9ea8){if('error'in _0x28cac1)throw _0x28cac1['error'];let _0x365956=!0x1;if(_0x28cac1['wereChangesApplied']){_0x28cac1['lastOperationId']&&(this['_lastSyncedOperationId']=_0x28cac1['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x2a31e0=>!_0x51310c['includes'](_0x2a31e0));for(const _0x1d6815 of _0x51310c)_0x1d6815['createdAt']='lastOperationAcceptedAt'in _0x28cac1&&_0x28cac1['lastOperationAcceptedAt']||void 0x0;tt(_0x51310c,_0x28cac1['version']-_0x51310c['length']),this['_updateServerHistory'](_0x51310c);const _0x39f56e=_0x51310c['filter'](_0x500815=>{if(!_0x500815['_isInit'])return!0x1;const _0x1cd4cd=this['_getAffectedRoot'](_0x500815);return _0x1cd4cd&&!this['_knownRootNames']['has'](_0x1cd4cd);});tt(_0x39f56e,this['_document']['version']),this['_applyOperationsSet'](_0x39f56e),_0x365956=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x3645dc=this['_decompressOperations'](_0x28cac1['data'],_0x28cac1['metadata'])['filter'](_0x3fb21e=>_0x3fb21e['baseVersion']>=this['_lastServerVersion']);_0x3645dc['forEach'](_0x12ad9c=>this['_addKnownRoot'](_0x12ad9c)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x14c134=>!_0x14c134['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x14c134))),this['_bufferedOperations']['length']&&tt(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x3645dc),_0x365956=this['_handleExternalOperations'](_0x3645dc,_0x28cac1['version'],_0x28cac1['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x365956?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x3cfdad,_0x283358,_0x519939){try{const _0x52e980={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x4a4c74,operationsB:_0x5dfa98,originalOperations:_0x252496}=_0x3ca68e(_0x3cfdad,this['_bufferedOperations'],_0x52e980);tt(_0x4a4c74,this['_document']['version']),tt(_0x5dfa98,_0x283358);for(const _0x1e69bb of _0x4a4c74){const _0x4b195a=_0x252496['get'](_0x1e69bb);_0x1e69bb['_authorId']=_0x4b195a?_0x4b195a['_authorId']:null;}_0x519939&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x3cfdad,_0x519939),this['_lastSyncedOperationId']=_0x519939),this['_bufferedOperations']=[..._0x5dfa98],this['_applyOperationsSet'](_0x4a4c74),this['_updateServerHistory'](_0x3cfdad);}catch(_0xba95b){return console['error'](_0xba95b),!0x1;}return!0x0;}['_applyOperationsSet'](_0x413f33,_0x573483=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x243561=>{for(const _0x13ff11 of _0x413f33)this['_knownOperations']['add'](_0x13ff11),this['_addKnownRoot'](_0x13ff11),_0x243561['batch']['addOperation'](_0x13ff11),this['editor']['model']['applyOperation'](_0x13ff11);});}['_addKnownRoot'](_0x190b1a){const _0x5c22ee=this['_getAffectedRoot'](_0x190b1a);_0x5c22ee&&this['_knownRootNames']['add'](_0x5c22ee);}['_getAffectedRoot'](_0x356221){let _0x30d96c,_0x3bfe5f;switch(_0x356221['type']){case'insert':_0x30d96c=_0x356221['position']['root'];break;case'marker':if(_0x3bfe5f=_0x356221['newRange'],!_0x3bfe5f)return null;_0x30d96c=_0x3bfe5f['root'];break;case'addRootAttribute':_0x30d96c=_0x356221['root'];break;case'addRoot':_0x30d96c=_0x356221['affectedSelectable'];break;case'move':_0x30d96c=_0x356221['targetPosition']['root'];break;default:return null;}return _0x30d96c['rootName'];}['_updateServerHistory'](_0x3cbbbd){_0x3cbbbd['forEach'](_0x558804=>{const _0x40bdea=_0x558804['clone']();_0x40bdea['_authorId']=_0x558804['_authorId'],_0x40bdea['_isInit']=!!_0x558804['_isInit'],_0x40bdea['createdAt']=_0x558804['createdAt'],_0x40bdea['baseVersion']+=this['_offset'],_0x558804['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x40bdea),this['serverHistory']['addOperation'](_0x40bdea);});}['_handleReconnectionError'](_0x3c0955){const _0x34b95d=this['editor']['plugins']['get']('Notification'),_0x3b0997=this['editor']['locale'];_0x3c0955||(_0x3c0955=J(_0x3b0997,'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.')),_0x34b95d['showWarning'](_0x3c0955,{'title':J(_0x3b0997,'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'](_0x4a3ecb)['add'](J(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x4a3ecb)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x2fe80e){const _0x2bc7f9=_0x2fe80e['map'](_0x390ed4=>_0x390ed4['toJSON']());return this['_compressor']['compress'](_0x2bc7f9);}['_decompressOperations'](_0x4d47c2,_0x13cc6b){return this['_compressor']['decompress'](_0x4d47c2)['map']((_0x2cdf96,_0x1a4937)=>{const _0x2703a6='init'==_0x13cc6b[_0x1a4937]['type'];if('InsertOperation'==_0x2cdf96['__className']){const _0x3efc9f=_0x2cdf96['position']['root'];!this['_document']['getRoot'](_0x3efc9f)&&(this['_document']['createRoot']('$root',_0x3efc9f)['_isAttached']=!0x1);}const _0x387758=_0x25d5e0['fromJSON'](_0x2cdf96,this['_document']);return _0x387758['wasUndone']=_0x2cdf96['wasUndone'],_0x387758['_isInit']=_0x2703a6,_0x387758['_authorId']=_0x2703a6?null:_0x13cc6b[_0x1a4937]['userId'],_0x387758['_isDisconnection']='cs:removeUser'===_0x13cc6b[_0x1a4937]['type'],_0x387758['createdAt']=_0x13cc6b[_0x1a4937]['createdAt'],_0x387758;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0xd24efb=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0xd24efb&&_0xd24efb['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class Z extends Error{}function tt(_0xcea167,_0x38a871){for(const _0x70bc3 of _0xcea167)_0x70bc3['baseVersion']=_0x38a871++;}class it{['_ignoredOperations'];['_operationToId'];constructor(_0x5c08b7){this['_ignoredOperations']=_0x5c08b7,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x14a0b6){let _0x48edda=_0x14a0b6['length'];for(;_0x48edda--;){const _0x4acba9=_0x14a0b6[_0x48edda];if(!this['_ignoredOperations']['has'](_0x4acba9)){if(!this['_operationToId']['has'](_0x4acba9)){const _0xe021f5=_0x413aa7()['slice'](0x1,0x12);this['_operationToId']['set'](_0x4acba9,_0xe021f5);}return this['_operationToId']['get'](_0x4acba9);}}}['setIdForTheLastOperation'](_0x273b07,_0x22d48e){if(!_0x22d48e)return;let _0x1a8532=_0x273b07['length'];for(;_0x1a8532--;){const _0x5a16ab=_0x273b07[_0x1a8532];this['_ignoredOperations']['has'](_0x5a16ab)||this['_operationToId']['set'](_0x5a16ab,_0x22d48e);}}}class n extends _0x2a430d{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x2af7e1{static ['CommentsService']=/* #__PURE__ -- @preserve */
26
+ ((()=>_0x2cb518)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x728bb4];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xb33d39){super(_0xb33d39),this['_services']=new Map();}async['init'](){const _0x4fc96b=this['context'],_0x5f0a24=_0x4fc96b['plugins']['get']('CommentsRepository');if(_0x4fc96b['plugins']['get'](c)['addToReconnectionStack'](this),_0x5f0a24['adapter']={'addCommentThread':async({channelId:_0x244578,threadId:_0x3625f9,comments:_0x31a778,resolvedAt:_0x3b7ae3,resolvedBy:_0x2d7800,context:_0x1b1abc,attributes:_0x4d344e})=>{const _0x22971f=await this['_getService'](_0x244578)['addCommentThread']({'commentThreadId':_0x3625f9,'comments':_0x31a778['map'](_0x33b7c2=>function(_0x29124a,_0x31d772,_0x46324d){return{'commentThreadId':_0x46324d,'commentId':_0x29124a['commentId'],'userId':_0x29124a['authorId'],'content':_0x29124a['content'],'documentId':_0x31d772,'createdAt':_0x29124a['createdAt'],'attributes':_0x29124a['attributes']||{}};}(_0x33b7c2,_0x244578,_0x3625f9)),'resolvedAt':_0x3b7ae3,'resolvedBy':_0x2d7800,'context':_0x1b1abc,'attributes':_0x4d344e})['catch'](dt);return{'threadId':_0x22971f['commentThreadId'],'comments':_0x22971f['comments']};},'getCommentThread':async({channelId:_0x10e6cf,threadId:_0x23e61a})=>{const _0x1324e8=await this['_getService'](_0x10e6cf)['getCommentThread'](_0x23e61a)['catch'](dt);return _0x1324e8['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x1324e8]),{'threadId':_0x1324e8['commentThreadId'],'comments':_0x1324e8['comments']['map'](S),'context':_0x1324e8['context'],'resolvedAt':_0x1324e8['resolvedAt'],'resolvedBy':_0x1324e8['resolvedBy'],'attributes':_0x1324e8['attributes']||{}});},'updateCommentThread':async({channelId:_0x55ccab,threadId:_0xff3fa9,context:_0x1b1a20,unlinkedAt:_0x4dd362,attributes:_0x4596e4})=>this['_getService'](_0x55ccab)['updateCommentThread']({'commentThreadId':_0xff3fa9,'context':_0x1b1a20,'attributes':_0x4596e4,'unlinkedAt':_0x4dd362})['catch'](B)['catch'](dt),'resolveCommentThread':async({channelId:_0x127e98,threadId:_0x1a88b7})=>{const _0x45cea3=await this['_getService'](_0x127e98)['resolveCommentThread'](_0x1a88b7)['catch'](B)['catch'](dt);return{'threadId':_0x45cea3['commentThreadId'],'resolvedAt':_0x45cea3['resolvedAt'],'resolvedBy':_0x45cea3['resolvedBy']};},'reopenCommentThread':async({channelId:_0x1ec3a2,threadId:_0x4a8fe8})=>this['_getService'](_0x1ec3a2)['reopenCommentThread'](_0x4a8fe8)['catch'](B)['catch'](dt),'removeCommentThread':({channelId:_0x44a6eb,threadId:_0x1ce603})=>this['_getService'](_0x44a6eb)['removeCommentThread'](_0x1ce603)['catch'](B)['catch'](dt),'addComment':({channelId:_0x50bb86,threadId:_0x27c430,commentId:_0x4067e4,content:_0x387b05,attributes:_0x458d8e})=>this['_getService'](_0x50bb86)['addComment'](_0x27c430,_0x4067e4,_0x387b05,_0x458d8e)['catch'](dt),'updateComment':({channelId:_0xbb4dcc,threadId:_0x3e06a8,commentId:_0x5a40e5,content:_0x4ae8a5,attributes:_0x447561})=>this['_getService'](_0xbb4dcc)['updateComment'](_0x3e06a8,_0x5a40e5,_0x4ae8a5,_0x447561)['catch'](B)['catch'](dt),'removeComment':({channelId:_0x39dba6,threadId:_0x4794d1,commentId:_0x4b3fc9})=>this['_getService'](_0x39dba6)['removeComment'](_0x4794d1,_0x4b3fc9)['catch'](B)['catch'](dt)},_0x4fc96b instanceof _0x927fd){const _0x5c9a30=_0x4fc96b['config']['get']('collaboration.channelId'),_0x45c637=_0x4fc96b['plugins']['get'](i);await this['_setUpService'](_0x5c9a30);const _0x2a8053=await this['_services']['get'](_0x5c9a30)['getConnectedSessions']();this['listenTo'](_0x45c637,'sessionAdd:'+_0x5c9a30,(_0x1347c3,{session:_0x249673})=>{_0x249673['id']===_0x45c637['mySessionId']&&(_0x1347c3['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x249673['permissions'],_0x5c9a30));}),_0x45c637['register'](_0x5c9a30,_0x2a8053);}}async['_setUpService'](_0x3a7546){if(this['_services']['has'](_0x3a7546))throw new _0x172fbe('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x3a7546});const _0x19d94e=this['context']['plugins']['get']('CommentsRepository'),_0x31e939=new a['CommentsService'](_0x3a7546);this['_services']['set'](_0x3a7546,_0x31e939),this['listenTo'](_0x31e939,'commentThreadAdded',(_0x54776e,_0x541fed)=>{const {commentThreadId:_0x2e540d,documentId:_0x20d53e,context:_0xe0d2de,attributes:_0x2dab12,resolvedAt:_0x47eb98,resolvedBy:_0x5dd66e,comments:_0x3c782b}=_0x541fed;_0x19d94e['getCommentThread'](_0x2e540d)||_0x19d94e['addCommentThread']({'threadId':_0x2e540d,'channelId':_0x20d53e,'comments':_0x3c782b?_0x3c782b['map'](S):[],'context':_0xe0d2de,'attributes':_0x2dab12,'resolvedAt':_0x47eb98,'resolvedBy':_0x5dd66e,'isFromAdapter':!0x0});}),this['listenTo'](_0x31e939,'commentThreadUpdated',(_0x4263d9,{commentThreadId:_0x4d77e5,documentId:_0x299a55,context:_0x2a6322,unlinkedAt:_0x4a8b2c,attributes:_0x953d9c})=>{_0x19d94e['getCommentThread'](_0x4d77e5)&&_0x19d94e['updateCommentThread']({'threadId':_0x4d77e5,'channelId':_0x299a55,'context':_0x2a6322,'unlinkedAt':_0x4a8b2c,'attributes':_0x953d9c,'isFromAdapter':!0x0});}),this['listenTo'](_0x31e939,'commentThreadResolved',(_0x2e7465,{commentThreadId:_0x248182,resolvedBy:_0xe79dca,resolvedAt:_0x222af5})=>{const _0x4f15e8=_0x19d94e['getCommentThread'](_0x248182);_0x4f15e8&&_0x4f15e8['resolve']({'resolvedBy':_0xe79dca,'resolvedAt':_0x222af5,'isFromAdapter':!0x0});}),this['listenTo'](_0x31e939,'commentThreadReopened',(_0x1870bc,{commentThreadId:_0x17cc22})=>{const _0x1aeb72=_0x19d94e['getCommentThread'](_0x17cc22);_0x1aeb72&&_0x1aeb72['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x31e939,'commentThreadRemoved',(_0xfb74a8,{commentThreadId:_0x128823})=>{const _0x17ab2d=_0x19d94e['getCommentThread'](_0x128823);_0x17ab2d&&_0x17ab2d['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x31e939,'commentAdded',(_0x26c598,_0xc56e5)=>{const _0x52efca=_0xc56e5['commentThreadId'],_0x569b53=_0x19d94e['getCommentThread'](_0x52efca);_0x569b53&&_0x569b53['addComment']({...S(_0xc56e5),'isFromAdapter':!0x0});}),this['listenTo'](_0x31e939,'commentUpdated',(_0x2e0152,{commentThreadId:_0x2b8ef1,commentId:_0x570c64,content:_0x3a4b93,attributes:_0x371260})=>{const _0x2d5a28=_0x19d94e['getCommentThread'](_0x2b8ef1);if(_0x2d5a28){const _0x231425=_0x2d5a28['getComment'](_0x570c64);_0x231425&&_0x231425['update']({'content':_0x3a4b93,'attributes':_0x371260,'isFromAdapter':!0x0});}}),this['listenTo'](_0x31e939,'commentRemoved',(_0x456274,{commentThreadId:_0x4e27e0,commentId:_0x2f629f})=>{const _0xb57fa4=_0x19d94e['getCommentThread'](_0x4e27e0);if(_0xb57fa4){const _0x21b7c3=_0xb57fa4['getComment'](_0x2f629f);_0x21b7c3&&_0x21b7c3['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x3a7546);}['destroy'](){if(this['context']instanceof _0x927fd){const _0x44d420=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x44d420);}}['_terminateService'](_0x285a9a){if(!this['_services']['has'](_0x285a9a))throw new _0x172fbe('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x285a9a});this['_getService'](_0x285a9a)['disconnect'](),this['_services']['delete'](_0x285a9a);}async['reconnect'](){for(const _0x2d72df of this['_services']['keys']())await this['_connectService'](_0x2d72df);if(this['context']instanceof _0x927fd){const _0x498620=this['context']['config']['get']('collaboration.channelId'),_0x446d63=this['context']['plugins']['get'](i);_0x446d63['unregister'](_0x498620);const _0x1f56e7=await this['_services']['get'](_0x498620)['getConnectedSessions']();_0x446d63['register'](_0x498620,_0x1f56e7);}}async['_connectService'](_0x10eccc){const {connection:_0x51ad63}=this['context']['plugins']['get'](c),_0x481cca=this['context']['plugins']['get']('CommentsRepository'),_0x420f19=this['_services']['get'](_0x10eccc),_0x5152b2=await _0x420f19['connect'](_0x51ad63);await this['_fetchMissingUsersForThreads'](_0x5152b2);const _0x385560=new Set(Array['from'](_0x481cca['getCommentThreads']({'channelId':_0x10eccc}),_0x1032e5=>_0x1032e5['id']));for(const _0x5f0be3 of _0x5152b2)_0x5f0be3['deletedAt']||_0x385560['delete'](_0x5f0be3['commentThreadId']);for(const _0x29ca5a of _0x385560)_0x481cca['getCommentThread'](_0x29ca5a)['remove']({'isFromAdapter':!0x0});for(const _0x46cd03 of _0x5152b2){let _0x1c3995=_0x481cca['getCommentThread'](_0x46cd03['commentThreadId']);const {commentThreadId:_0x562cb2,context:_0x4c37e9,attributes:_0x383f95,resolvedBy:_0x3cb031,resolvedAt:_0x2a8aeb,unlinkedAt:_0x1fe00f,deletedAt:_0x324bd3}=_0x46cd03;if(_0x324bd3)continue;_0x1c3995||(_0x1c3995=_0x481cca['addCommentThread']({'channelId':_0x10eccc,'threadId':_0x562cb2,'context':_0x4c37e9,'attributes':_0x383f95||{},'resolvedBy':_0x3cb031,'resolvedAt':_0x2a8aeb,'unlinkedAt':_0x1fe00f,'isFromAdapter':!0x0}));const _0x52964a=new Set(Array['from'](_0x1c3995['comments'],_0x419305=>_0x419305['id']));for(const _0x528997 of _0x46cd03['comments'])_0x52964a['delete'](_0x528997['commentId']);for(const _0x473210 of _0x52964a)_0x1c3995['getComment'](_0x473210)['remove']({'isFromAdapter':!0x0});for(const _0x290f5e of _0x46cd03['comments']){const _0x24b90f=_0x1c3995['getComment'](_0x290f5e['commentId']);_0x24b90f?_0x24b90f['content']!==_0x290f5e['content']&&_0x24b90f['update']({'content':_0x290f5e['content'],'isFromAdapter':!0x0}):_0x1c3995['addComment'](Object['assign'](S(_0x290f5e),{'isFromAdapter':!0x0}));}}}['_getService'](_0xbfb352){if(!this['_services']['has'](_0xbfb352))throw new _0x172fbe('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0xbfb352});return this['_services']['get'](_0xbfb352);}async['_fetchMissingUsersForThreads'](_0x1b0976){const _0x4ed61b=this['context']['plugins']['get'](_0x728bb4),{connection:_0x27f45f}=this['context']['plugins']['get'](c),_0x5b9bcb=new Set();for(const {resolvedBy:_0x3a28b1,comments:_0x138e34}of _0x1b0976){_0x3a28b1&&!_0x4ed61b['getUser'](_0x3a28b1)&&_0x5b9bcb['add'](_0x3a28b1);for(const {userId:_0x50a549}of _0x138e34)_0x4ed61b['getUser'](_0x50a549)||_0x5b9bcb['add'](_0x50a549);}if(0x0===_0x5b9bcb['size'])return;const _0x3f7b84=await lt['getMany'](_0x27f45f,Array['from'](_0x5b9bcb));for(const _0x19c2e5 of _0x3f7b84)_0x4ed61b['getUser'](_0x19c2e5['id'])||_0x4ed61b['addUser'](_0x19c2e5);}}async function B(_0x578699){if('404'!==_0x578699['code'])throw _0x578699;}function dt(_0x35a93f){if((_0x5257a3=_0x35a93f)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x5257a3['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x5257a3['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x5257a3;throw _0x35a93f;}function S(_0x4c3c9f){return{'threadId':_0x4c3c9f['commentThreadId'],'commentId':_0x4c3c9f['commentId'],'content':_0x4c3c9f['content'],'createdAt':_0x4c3c9f['createdAt'],'authorId':_0x4c3c9f['userId'],'attributes':_0x4c3c9f['attributes']||{}};}class f extends _0x2a430d{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(_0x20da8f){super(_0x20da8f);const _0x253913=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new f['TrackChangesService'](_0x253913);}['init'](){const _0x48031b=this['editor']['plugins']['get'](c),_0x4b18c9=this['editor']['plugins']['get']('TrackChangesEditing');return _0x4b18c9['adapter']={'getSuggestion':async _0x357042=>{await this['_waitForServiceReady']();const _0x4ce827=await this['_trackChangesService']['get'](_0x357042)['catch'](R);return await this['_fetchMissingUsersForThreads']([_0x4ce827]),_0x4ce827;},'addSuggestion':async({id:_0x502f6b,type:_0x20ef56,data:_0x432f14,originalSuggestionId:_0x38b575,attributes:_0x7672a7})=>{await this['_waitForServiceReady']();const _0x49864e={'id':_0x502f6b,'type':_0x20ef56,'data':_0x432f14,'originalSuggestionId':_0x38b575,'attributes':_0x7672a7},_0x5f2d1f=await this['_trackChangesService']['add'](_0x502f6b,_0x20ef56,_0x432f14,_0x38b575,_0x7672a7)['catch'](_0x58a9d1=>{if(ut(_0x58a9d1))return new Promise(_0x5b591e=>{this['_bufferedRequests']['set'](_0x502f6b,{'resolve':_0x5b591e,'suggestionData':_0x49864e});});throw _0x58a9d1;});return this['_bufferedRequests']['delete'](_0x502f6b),_0x5f2d1f;},'updateSuggestion':async(_0x4cb952,_0x3767b6)=>{if(await this['_waitForServiceReady'](),'open'!==_0x3767b6['state'])return this['_trackChangesService']['update'](_0x4cb952,_0x3767b6)['catch'](R);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0x48591d,_0x4b8b99)=>{_0x4b18c9['hasSuggestion'](_0x4b8b99['id'])&&(_0x4b18c9['getSuggestion'](_0x4b8b99['id'])['attributes']=_0x4b8b99['attributes']);}),this['_trackChangesService']['connect'](_0x48031b['connection'])['then'](_0x4fc84d=>(_0x48031b['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0x4fc84d)['then'](()=>{for(const _0x34e352 of _0x4fc84d){_0x4b18c9['addSuggestionData'](_0x34e352)['_saved']=!0x0;}})));}async['reconnect'](){const _0x45c766=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x119a15}=this['editor']['plugins']['get'](c),_0x1ab19d=await this['_trackChangesService']['connect'](_0x119a15);await this['_fetchMissingUsersForThreads'](_0x1ab19d);for(const {suggestionData:_0x2b0864,resolve:_0x5e313d}of this['_bufferedRequests']['values']()){let _0x39f333=_0x1ab19d['find'](_0x5a209c=>_0x5a209c['id']===_0x2b0864['id']);_0x39f333||(_0x39f333=await this['_trackChangesService']['add'](_0x2b0864['id'],_0x2b0864['type'],_0x2b0864['data'],_0x2b0864['originalSuggestionId'])),_0x5e313d(_0x39f333);}for(const _0x3255fd of _0x1ab19d)_0x45c766['hasSuggestion'](_0x3255fd['id'])||_0x45c766['addSuggestionData'](_0x3255fd);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x3b213f=>{this['listenTo'](this['_trackChangesService'],'connected',_0x5d0d42=>{_0x5d0d42['off'](),_0x3b213f();});});}async['_fetchMissingUsersForThreads'](_0x206b14){const _0x32b3be=this['editor']['plugins']['get'](_0x728bb4),{connection:_0x27a47f}=this['editor']['plugins']['get'](c),_0x5d27fb=new Set();for(const {authorId:_0x565f50}of _0x206b14)_0x32b3be['getUser'](_0x565f50)||_0x5d27fb['add'](_0x565f50);if(0x0===_0x5d27fb['size'])return;const _0x59fbce=await lt['getMany'](_0x27a47f,Array['from'](_0x5d27fb));for(const _0x23850e of _0x59fbce)_0x32b3be['getUser'](_0x23850e['id'])||_0x32b3be['addUser'](_0x23850e);}}function R(_0x5cbb01){if(ut(_0x5cbb01))return new Promise(()=>{});throw _0x5cbb01;}function ut(_0x366b14){return _0x366b14['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x366b14['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class m extends _0x2a430d{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 _0x38ba03=this['editor']['plugins']['get'](c),_0x3c863a=this['editor']['plugins']['get']('CommentsEditing'),_0x387354=this['editor']['plugins']['get'](a);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0x38ba03,'change:state',(_0x353e29,_0x532687,_0x49d20c)=>{_0x3c863a['isThreadsLoadingPaused']='connected'!==_0x49d20c;});}),this['listenTo'](_0x38ba03,'change:state',(_0x1cf408,_0x397e51,_0x4a96c6)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0x4a96c6);}),_0x387354['_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 _0x2a430d{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 _0x2a430d{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
28
+ ((()=>_0xc11183)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[c,l,'RevisionTracker',i,_0x728bb4];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x352c01){super(_0x352c01);const _0x281f60=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x281f60);}async['init'](){const _0x1a5bf2=this['editor']['plugins']['get'](l),_0x5b37b7=_0x1a5bf2['serverHistory'],_0x586f8a=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x5b37b7,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x1a5bf2['sessionId']});const _0x2afb78=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x4ee767=await _0x30fa5a['isBundleUploaded'](_0x586f8a['connection'],_0x2afb78);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x92d676})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x92d676)),'updateRevisions':async _0x521166=>{await this['_waitForServiceReady']();const _0x1fcdbc=this['_revisionTracker']['currentRevision'];if(_0x4ee767&&0x1===_0x521166['length']&&_0x521166[0x0]['id']===_0x1fcdbc['id'])return _0x521166;for(const _0x78dff1 of _0x521166)_0x78dff1['id']===_0x1fcdbc['id']&&(_0x78dff1['isEmptyCurrent']=_0x78dff1['fromVersion']===_0x78dff1['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x521166,this['_lastRequestId'])['then'](_0x52017f=>(this['_lastRequestId']=_0x52017f,_0x521166))['catch'](_0x55ec6d=>{if(U(_0x55ec6d)||'400'===_0x55ec6d['code']&&void 0x0!==_0x55ec6d['data']['wrongRequestId']){for(const _0x416f3e of _0x521166){!this['_revisionTracker']['repository']['getRevision'](_0x416f3e['id'])||this['_revisionTracker']['_bufferUpdate'](_0x416f3e['id'],_0x416f3e,!0x1);}if(U(_0x55ec6d))throw _0x55ec6d;return _0x521166;}throw _0x55ec6d;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x32d7be,{revisionsData:_0x59f20e,requestId:_0x1ba44d})=>{Math['max'](..._0x59f20e['map'](_0x422411=>_0x422411['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x59f20e,_0x1ba44d);}):this['_handleRevisionsUpdate'](_0x59f20e,_0x1ba44d);});const {revisions:_0x5c782f,requestId:_0x4e5626}=await this['_revisionHistoryService']['connect'](_0x586f8a['connection']);_0x586f8a['addToReconnectionStack'](this),this['_lastRequestId']=_0x4e5626,await this['_fetchMissingUsers'](_0x5c782f);for(const _0x471d85 of _0x5c782f)this['_revisionTracker']['addRevisionData'](_0x471d85);this['listenTo'](_0x1a5bf2,'change:_isConnected',(_0x3c23b7,_0x313e31,_0x565c24)=>{_0x565c24&&(this['_oldOffset']=_0x1a5bf2['_offset'],_0x3c23b7['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x586f8a,'state',_0xa21cb6=>_0xa21cb6===_0xf24fea['CONNECTED']);}async['reconnect'](){const _0x3b9c58=this['editor']['plugins']['get'](c),_0x3c557b=this['editor']['plugins']['get'](l),_0x1f7ce2=async()=>{const _0x35e427=this['_revisionTracker']['currentRevision'],_0xf9424f=_0x35e427['id'],_0x252cff=_0xf9424f!==_0x3c557b['sessionId'];if(_0x252cff){const _0x25b582=_0x3c557b['_offset']-this['_oldOffset'],_0x41b13e=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x35e427['toVersion']+_0x25b582!==_0x41b13e){const _0x2387a1=_0x35e427['fromVersion']+_0x25b582,_0x1f8f54=this['editor']['plugins']['get'](_0x728bb4),_0xc4046a=this['_revisionTracker']['buildRevisionData']({'revision':_0x35e427,'from':_0x2387a1,'to':_0x41b13e});_0xc4046a['id']=_0x35e427['id'];const _0x2e3d20=_0xc4046a['authorsIds']['map'](_0x59c046=>_0x1f8f54['getUser'](_0x59c046));_0x35e427['_update']({..._0xc4046a,'authors':_0x2e3d20},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x35e427['id'],_0xc4046a,!0x0);}this['_revisionTracker']['_startingVersion']=_0x41b13e,(_0x35e427['toVersion']===_0x35e427['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0xf9424f)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0xf9424f),this['_revisionTracker']['_createCurrentRevision'](_0x41b13e));}const {revisions:_0x20cc00,requestId:_0x11efb8}=await this['_revisionHistoryService']['reconnect'](_0x3b9c58['connection'],this['_lastRequestId']);_0x252cff&&_0x20cc00['length']>0x0?_0x3c557b['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x20cc00),this['_handleRevisionsUpdate'](_0x20cc00,_0x11efb8),this['_revisionTracker']['sendBufferedUpdates']());};return _0x3c557b['_isConnected']?_0x1f7ce2():new Promise((_0x267564,_0x21d901)=>{_0x3c557b['once']('change:_isConnected',()=>{_0x1f7ce2()['then'](_0x267564)['catch'](_0x21d901);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x1757a1=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x49d32d=>{_0x49d32d['off'](),_0x1757a1();});});}['_getLatestVersionFromServerOperations'](){const _0x410352=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0xd6c171 of _0x410352)if('marker'!==_0xd6c171['type']||_0xd6c171['affectsData'])return _0xd6c171['baseVersion']+0x1;}['_getLatestVersion'](){const _0x5c75c9=this['editor']['plugins']['get'](l);return new Promise(_0x1f91d7=>{_0x5c75c9['_isPendingUpdate']?_0x5c75c9['once']('change:_isPendingUpdate',()=>{_0x1f91d7(this['_getLatestVersionFromServerOperations']());}):_0x1f91d7(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x1be50f,_0x29e325){const _0x16574b=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x29e325;for(const _0xa89bdd of _0x1be50f){const _0x5c4a79=_0x16574b['getRevision'](_0xa89bdd['id']);if(_0x5c4a79){if((_0xa89bdd['fromVersion']||_0xa89bdd['toVersion'])&&(_0xa89bdd['diffData']=null),_0x5c4a79===this['_revisionTracker']['currentRevision']){const _0x3cded2=Math['max'](_0x5c4a79['toVersion'],_0xa89bdd['toVersion']),_0xf3c8f1=Math['max'](_0x5c4a79['fromVersion'],_0xa89bdd['fromVersion']);let _0x463009;_0x5c4a79['toVersion']===_0xa89bdd['toVersion']&&_0x5c4a79['fromVersion']===_0xa89bdd['fromVersion']?(_0x463009=!0x0,this['_preventResendingRevisionData'](_0xa89bdd)):_0xa89bdd['toVersion']===_0x3cded2&&_0xa89bdd['fromVersion']===_0xf3c8f1?_0x463009=!0x1:(_0x5c4a79['toVersion']===_0x3cded2&&_0x5c4a79['fromVersion']===_0xf3c8f1||this['_fixRevision']({'revision':_0x5c4a79,'from':_0xf3c8f1,'to':_0x3cded2}),_0x463009=!0x0),_0x463009&&(delete _0xa89bdd['fromVersion'],delete _0xa89bdd['toVersion'],delete _0xa89bdd['diffData'],delete _0xa89bdd['createdAt'],delete _0xa89bdd['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0xa89bdd),this['_preventResendingRevisionData'](_0xa89bdd);}else this['_revisionTracker']['addRevisionData'](_0xa89bdd);}const _0x2a9520=_0x16574b['getRevisions']();_0x2a9520['reverse']();for(let _0x477468=0x0;_0x477468<_0x2a9520['length']-0x1;_0x477468++){const _0x5432a2=_0x2a9520[_0x477468],_0x565660=_0x2a9520[_0x477468+0x1];if(_0x5432a2['fromVersion']<_0x565660['toVersion']){const _0x1565ac=_0x565660['toVersion'],_0x55d3fb=Math['max'](_0x1565ac,_0x5432a2['toVersion']);this['_fixRevision']({'revision':_0x5432a2,'from':_0x1565ac,'to':_0x55d3fb});}}}['_fixRevision']({revision:_0x25cd57,from:_0x200d0a,to:_0x479eeb}={}){const _0x3243b5=this['editor']['plugins']['get'](_0x728bb4),_0x1716ce=this['_revisionTracker']['buildRevisionData']({'revision':_0x25cd57,'from':_0x200d0a,'to':_0x479eeb});_0x1716ce['authors']=_0x1716ce['authorsIds']['map'](_0x40771a=>_0x3243b5['getUser'](_0x40771a)),_0x25cd57['_update'](_0x1716ce);}['_preventResendingRevisionData'](_0x2572ec){const _0x3ac5ff={};_0x3ac5ff['id']=_0x2572ec['id'];for(const _0x1dc2c8 of Object['keys'](_0x2572ec))'id'!==_0x1dc2c8&&(_0x3ac5ff[_0x1dc2c8]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x3ac5ff['id'],_0x3ac5ff,!0x0);}async['_fetchMissingUsers'](_0x1a0448){const _0x524c7e=this['editor']['plugins']['get'](_0x728bb4),{connection:_0x49fff3}=this['editor']['plugins']['get'](c),_0x2eb5e2=new Set();for(const _0x55ba5d of _0x1a0448){for(const _0x41ef2c of _0x55ba5d['authorsIds'])_0xa1aadd(_0x41ef2c);_0x55ba5d['creatorId']&&_0xa1aadd(_0x55ba5d['creatorId']);}if(0x0===_0x2eb5e2['size'])return;const _0x9337ce=await lt['getMany'](_0x49fff3,Array['from'](_0x2eb5e2));for(const _0x5655ac of _0x9337ce)_0x524c7e['getUser'](_0x5655ac['id'])||_0x524c7e['addUser'](_0x5655ac);function _0xa1aadd(_0xf3d257){_0x524c7e['getUser'](_0xf3d257)||_0x2eb5e2['add'](_0xf3d257);}}}function U(_0x13c1c7){return _0x13c1c7['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x13c1c7['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x13c1c7['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x2a430d{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 _0x31b024{constructor(_0x2636de){super(_0x2636de);const _0x5bf2d9=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x5bf2d9['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x5bf2d9['to']('usersCount',_0x1aeca0=>J(_0x2636de,'CONNECTED_USERS',_0x1aeca0))}]});}}class es extends _0x31b024{['items'];['keystrokes'];constructor(_0x56b2a6){super(_0x56b2a6);const _0x1c7d1e=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x27dd8b(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x1c7d1e['if']('hasPopup'),'aria-expanded':_0x1c7d1e['to']('isExpanded',_0x2bd805=>this['hasPopup']&&String(_0x2bd805)),'aria-label':_0x1c7d1e['to']('hasPopup',_0x4b1ec5=>J(_0x56b2a6,_0x4b1ec5?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x1c7d1e['to']('hasPopup',_0x24c163=>!!_0x24c163&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x1c7d1e['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0x16adbc,_0xfab81e,_0x422249)=>{this['element']&&(_0x422249?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 _0x31b024{['counterView'];['inlineListView'];constructor(_0xc904c7){super(_0xc904c7);const _0x25e7cd=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0xc904c7),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x50a39b of this['inlineListView']['items'])_0x50a39b['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',_0x25e7cd['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x31b024{['listWrapperView'];constructor(_0x38a274,_0x4c74fe){super(_0x38a274),this['listWrapperView']=new ft(_0x38a274,_0x4c74fe),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':J(_0x38a274,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class ft extends _0x2137f{constructor(_0x3be1fb,_0xbabc67){super(_0x3be1fb);const _0x59b9b0=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0xbabc67?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x59b9b0['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x59b9b0['to']('role'),'aria-label':_0x59b9b0['to']('ariaLabel'),'aria-labelledby':_0x59b9b0['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x5e8974['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x206fd7=this['element'];_0x206fd7&&(this['_isScrollable']=Math['max'](_0x206fd7['scrollHeight'],_0x206fd7['clientHeight'])>0.8*window['innerHeight']);}}class k extends st{['userView'];constructor(_0x2e2651,_0x7e30d5,_0x3f20a0){super(_0x2e2651);const _0x361664=this['bindTemplate'];this['userView']=new rt(_0x2e2651,_0x7e30d5);const _0x4b618d={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x7e30d5['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x7e30d5['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x7e30d5['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x3f20a0&&(_0x4b618d['tag']='button',_0x4b618d['on']={'click':_0x361664['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x4b618d);}['focus'](){this['element']['focus']();}}class y extends _0x31b024{['userView'];['markerView'];constructor(_0x5d34ca,_0xdabb4f,_0x48a361){super(_0x5d34ca);const _0x57dde4=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new rt(_0x5d34ca,_0xdabb4f),this['markerView']=new ct(_0x5d34ca,_0xdabb4f);const _0xc2393=new ot(_0x5d34ca);_0xc2393['template']['tag']='span',_0xc2393['text']=_0xdabb4f['name'];const _0x547b25={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x57dde4['to']('isFocusable',_0x352bbc=>!!_0x352bbc&&0x0),'aria-labelledby':_0xc2393['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x57dde4['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x57dde4['to']('hasTooltip',_0x5293f7=>!_0x5293f7),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0xc2393]};_0x48a361&&(_0x547b25['tag']='button',_0x547b25['on']={'click':_0x57dde4['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x547b25);}}class ct extends _0x31b024{constructor(_0x572b5d,_0x269145){super(_0x572b5d),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x269145['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x2af7e1{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x753a65){super(_0x753a65),this['context']['config']['define']('presenceList',A);const _0x39cb5f=_0x753a65['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x39cb5f)throw new _0x172fbe('presencelist-collapseat-invalid-format',this);if(_0x39cb5f<0x1)throw new _0x172fbe('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0xdb018c(),this['balloonPanelView']=new _0x2f2b62(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x790195 of this['_allConnectedUsers'])this['_handleUserAdd'](_0x790195);this['listenTo'](this['_allConnectedUsers'],'add',(_0x2a50e6,_0x1108d6)=>{this['_handleUserAdd'](_0x1108d6);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x7440c3,_0x193b5c)=>{this['_handleUserRemove'](_0x193b5c);});}['_createView'](){const _0x503c0c=this['context'],_0x3ece4b=new L(this['context']['locale']),_0x4ec278=this['balloonPanelView'];if(!_0x579925(_0x503c0c['config']['get']('presenceList.container')))throw new _0x172fbe('presencelist-missing-container',this);return _0x3ece4b['counterView']['bind']('usersCount')['to'](this),_0x3ece4b['bind']('isCollapsed')['to'](this,'usersCount',_0x5688e7=>{const {collapseAt:_0x263f8e,displayMe:_0x23c3e1}=_0x503c0c['config']['get']('presenceList'),_0x413199=_0x5688e7>=_0x263f8e;return _0x3ece4b['counterView']['isHidden']=!(0x1==_0x5688e7&&_0x23c3e1||_0x413199),_0x413199||this['hideDropdown'](),_0x413199;}),_0x3ece4b['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x2917a7=>{const _0x5ca1ed=_0x503c0c['config']['get']('presenceList'),_0x26e504=new y(_0x503c0c['locale'],_0x2917a7,!!_0x5ca1ed['onClick']);return _0x26e504['bind']('hasTooltip')['to'](_0x3ece4b,'isCollapsed',_0x18bee4=>!_0x18bee4),_0x26e504['bind']('isFocusable')['to'](_0x3ece4b,'isCollapsed',_0x5d7e8d=>!_0x5d7e8d),_0x5ca1ed['onClick']&&this['listenTo'](_0x26e504,'execute',()=>{this['view']['isCollapsed']||_0x5ca1ed['onClick'](_0x2917a7,_0x26e504['element']);}),_0x26e504;}),this['listenTo'](_0x3ece4b['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0x3ece4b['inlineListView']['keystrokes']['set']('Enter',(_0x14b72f,_0xeb2f0a)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0xeb2f0a());}),_0x3ece4b['render'](),_0x4ec278['render'](),_0x2afc8e({'emitter':_0x3ece4b,'activator':()=>_0x4ec278['isVisible'],'contextElements':[_0x4ec278['element'],_0x3ece4b['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x503c0c['config']['get']('presenceList.container')['appendChild'](_0x3ece4b['element']),this['_bodyCollection']=new _0x1f1736(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x3ece4b;}['_handleUserAdd'](_0x423e6f){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x423e6f['isMe'])return;const _0x438513=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0x438513&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x5033c4=_0x423e6f['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x423e6f,_0x5033c4);}['_handleUserRemove'](_0xf9ce0c){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0xf9ce0c['id'])&&(this['currentDisplayedUsers']['remove'](_0xf9ce0c['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x519271 of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x519271['id']))return void this['currentDisplayedUsers']['add'](_0x519271,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x23a96f=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x23a96f['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x243f54}=this['presenceDropdownView'];_0x243f54['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x30e66a=>{if(!_0x23a96f['displayMe']&&_0x30e66a['isMe'])return null;const _0x31ab02=new k(this['context']['locale'],_0x30e66a,!!_0x23a96f['onClick']);return _0x23a96f['onClick']&&this['listenTo'](_0x31ab02,'execute',()=>{_0x23a96f['onClick'](_0x30e66a,_0x31ab02['element']);}),_0x31ab02;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x243f54['focus'](),_0x243f54['checkIfScrollable']();const _0x681225=(_0x5e7c72,_0x5f4d86)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x5f4d86();};_0x243f54['keystrokes']['set']('Esc',_0x681225),_0x243f54['keystrokes']['set']('Shift+Tab',_0x681225),_0x243f54['keystrokes']['set']('Tab',(_0x12c084,_0x21ecf9)=>{!function(_0x298921){const _0x4fe176=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x417f38=>_0x417f38+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x1a97fe=[...document['body']['querySelectorAll'](_0x4fe176)]['filter'](_0x4432b6=>_0x4432b6===document['activeElement']||_0x4432b6['offsetWidth']+_0x4432b6['offsetHeight']>0x0)['sort']((_0x5bdf28,_0x57db44)=>(_0x5bdf28['tabIndex']||0x0)-(_0x57db44['tabIndex']||0x0)),_0x2d97fb=_0x1a97fe['indexOf'](_0x298921),_0xd563d5=_0x1a97fe[(_0x2d97fb+0x1)%_0x1a97fe['length']];_0xd563d5&&_0xd563d5['focus']();}(this['view']['element']),this['hideDropdown'](),_0x21ecf9();}),_0x243f54['focusTracker']['add'](this['view']['element']),_0x243f54['focusTracker']['on']('change:isFocused',(_0x2a04db,_0x1c9b6a,_0x2f92e1)=>{_0x2f92e1||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 _0x2af7e1{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.12",
3
+ "version": "44.2.0-alpha.14",
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.12",
46
- "@ckeditor/ckeditor5-comments": "44.2.0-alpha.12",
47
- "@ckeditor/ckeditor5-core": "44.2.0-alpha.12",
48
- "@ckeditor/ckeditor5-editor-multi-root": "44.2.0-alpha.12",
49
- "@ckeditor/ckeditor5-engine": "44.2.0-alpha.12",
50
- "@ckeditor/ckeditor5-operations-compressor": "44.2.0-alpha.12",
51
- "@ckeditor/ckeditor5-revision-history": "44.2.0-alpha.12",
52
- "@ckeditor/ckeditor5-theme-lark": "44.2.0-alpha.12",
53
- "@ckeditor/ckeditor5-track-changes": "44.2.0-alpha.12",
54
- "@ckeditor/ckeditor5-ui": "44.2.0-alpha.12",
55
- "@ckeditor/ckeditor5-utils": "44.2.0-alpha.12",
56
- "ckeditor5": "44.2.0-alpha.12",
57
- "ckeditor5-collaboration": "44.2.0-alpha.12",
45
+ "@ckeditor/ckeditor5-cloud-services": "44.2.0-alpha.14",
46
+ "@ckeditor/ckeditor5-comments": "44.2.0-alpha.14",
47
+ "@ckeditor/ckeditor5-core": "44.2.0-alpha.14",
48
+ "@ckeditor/ckeditor5-editor-multi-root": "44.2.0-alpha.14",
49
+ "@ckeditor/ckeditor5-engine": "44.2.0-alpha.14",
50
+ "@ckeditor/ckeditor5-operations-compressor": "44.2.0-alpha.14",
51
+ "@ckeditor/ckeditor5-revision-history": "44.2.0-alpha.14",
52
+ "@ckeditor/ckeditor5-theme-lark": "44.2.0-alpha.14",
53
+ "@ckeditor/ckeditor5-track-changes": "44.2.0-alpha.14",
54
+ "@ckeditor/ckeditor5-ui": "44.2.0-alpha.14",
55
+ "@ckeditor/ckeditor5-utils": "44.2.0-alpha.14",
56
+ "ckeditor5": "44.2.0-alpha.14",
57
+ "ckeditor5-collaboration": "44.2.0-alpha.14",
58
58
  "lodash-es": "4.17.21"
59
59
  },
60
60
  "types": "src/index.d.ts",