@ckeditor/ckeditor5-real-time-collaboration 44.2.0-alpha.13 → 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 _0x520a2c,Plugin as _0x2fbf72,PendingActions as _0xe073dc,Context as _0x2bf92d}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x23e09d,CKEditorError as _0x4ed4a4,Collection as _0x1f5b57,global as _0x251e3e,version as nt,uid as _0x14e392,KeystrokeHandler as _0x5e08c4}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0x53a69b,View as _0x7dc916,ListView as _0x1df9d3,ListItemView as rt,LabelView as ot,BalloonPanelView as _0x4ea350,clickOutsideHandler as _0x33a8f3,BodyCollection as _0x4b2a32}from'@ckeditor/ckeditor5-ui/dist/index.js';import{LiveRange as ht,History as _0x58a2a7,NoOperation as _0x2b95f4,InsertOperation as _0x586427,MarkerOperation as _0x180826,RootAttributeOperation as _0x26f5d7,transformSets as _0x583039,OperationFactory as _0x38fdea}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as lt,WEB_SOCKET_GATEWAY_STATES as _0x1295ef,CollaborativeEditingService as _0x10d8aa,User as dt,CommentsService as _0x1e41fb,TrackChangesService as et,RevisionHistoryService as it,EditorService as tt}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x2c583b,UserView as ct}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0x5ec8ef}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x9464ae}from'lodash-es';class c extends _0x520a2c{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
24
- ((()=>lt)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x53a69b];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x573a0c){super(_0x573a0c),this['set']('state',_0x1295ef['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x23e09d);}['init'](){const _0x14f269=this['context'],_0x52be1b=_0x14f269['plugins']['get']('CloudServices'),_0x3530aa=_0x14f269['plugins']['get'](_0x53a69b);if(!_0x52be1b['token'])throw new _0x4ed4a4('websocketgateway-missing-token',this);if(!_0x52be1b['webSocketUrl'])throw new _0x4ed4a4('websocketgateway-missing-websocket-url',this);return this['_domEmitter']['listenTo'](window,'offline',()=>this['_isBrowserOffline']=!0x0),this['_domEmitter']['listenTo'](window,'online',()=>this['_isBrowserOffline']=!0x1),this['context']['config']['define']('cloudServices.connectionTimeout',0xa),this['context']['config']['define']('cloudServices.requestTimeout',0x14),c['WebSocketGateway']['connect'](_0x52be1b['token'],_0x52be1b['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x54db3a=>{if(this['connection']=_0x54db3a,this['bind']('state')['to'](_0x54db3a,'state',this,'_isBrowserOffline',(_0x1e31f8,_0x3e5a42)=>('connected'!==_0x1e31f8&&(this['_shouldPluginsReconnect']=!0x0),_0x3e5a42||_0x1e31f8!==_0x1295ef['CONNECTED']?_0x1295ef['DISCONNECTED']:this['state']==_0x1295ef['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x1295ef['CONNECTING']):_0x1295ef['CONNECTED'])),this['connection']['on']('error',(_0xa04c5b,_0x2784b2)=>{if('limitExceeded'!==_0x2784b2['code'])throw console['error'](_0x2784b2),new _0x4ed4a4('cloudservices-init',null,{'originalError':_0x2784b2});_0x3530aa['showWarning']('The\x20limit\x20of\x20maximum\x20concurrent\x20connections\x20that\x20the\x20collaboration\x20server\x20can\x20handle\x20has\x20been\x20reached.\x20Try\x20opening\x20the\x20document\x20again\x20in\x20a\x20few\x20minutes.\x20Please\x20contact\x20your\x20system\x20administrator\x20if\x20the\x20problem\x20persists.',{'title':'Connected\x20users\x20limit\x20exceeded','namespace':'real-time-collaboration'});}),!_0x54db3a['me'])return new Promise(_0x16c031=>_0x54db3a['on']('change:me',_0x16c031));})['catch'](_0x4781c8=>{throw console['error'](_0x4781c8),new _0x4ed4a4('cloudservices-init',null,{'originalError':_0x4781c8});});}['addToReconnectionStack'](_0x43ecff){if('function'!=typeof _0x43ecff['reconnect'])throw new _0x4ed4a4('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x43ecff))throw new _0x4ed4a4('websocketgateway-plugin-already-registered',this,{'name':_0x43ecff['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x43ecff);}['removeFromReconnectionStack'](_0x274863){this['_reconnectionStack']['delete'](_0x274863);}['isInReconnectionStack'](_0x5b8159){return this['_reconnectionStack']['has'](_0x5b8159);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x3277ed=>_0x3277ed['reconnect']())))['then'](()=>this['state']=_0x1295ef['CONNECTED'])['catch'](_0x21985b=>{throw console['error'](_0x21985b),new _0x4ed4a4('cloudservices-reconnection-error',this['context']);});}['disconnect'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x1295ef['DISCONNECTED'],this['_domEmitter']['stopListening']();}['destroy'](){this['disconnect'](),super['destroy']();}}class i extends _0x520a2c{['channelSessions'];['channelConnectedUsers'];['allConnectedUsers'];['_registeredSessions'];['_uniqueUsersCount'];['_users'];static get['pluginName'](){return'Sessions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[c,_0x2c583b];}constructor(_0x1249f1){super(_0x1249f1),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x1f5b57(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x2c583b);}['init'](){const _0x284c0c=this['context']['plugins']['get'](c);this['listenTo'](_0x284c0c,'change:state',(_0x44fd9c,_0xaef686,_0x3805e1)=>{if('connected'!==_0x3805e1)this['channelSessions']['forEach'](_0x8bf2ff=>_0x8bf2ff['clear']()),this['channelConnectedUsers']['forEach'](_0x35efee=>_0x35efee['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x1a9968,_0xf49b4b]of this['_registeredSessions'])for(const _0x3739b6 of _0xf49b4b)this['_handleSessionAdd'](_0x1a9968,_0x3739b6);}}),this['_createUser'](_0x284c0c['connection']['me'],!0x0);}['register'](_0x491191,_0x2ac608){if(this['_registeredSessions']['has'](_0x491191))throw new _0x4ed4a4('sessions-register-already-registered',null,{'channelId':_0x491191});this['_registeredSessions']['set'](_0x491191,_0x2ac608),this['channelSessions']['set'](_0x491191,new _0x1f5b57()),this['channelConnectedUsers']['set'](_0x491191,new _0x1f5b57()),this['listenTo'](_0x2ac608,'add',(_0x3fbb66,_0x4574c4)=>this['_handleSessionAdd'](_0x491191,_0x4574c4)),this['listenTo'](_0x2ac608,'remove',(_0x324843,_0x56e1ba)=>this['_handleSessionRemove'](_0x491191,_0x56e1ba));for(const _0x3ec94f of _0x2ac608)this['_handleSessionAdd'](_0x491191,_0x3ec94f);}['unregister'](_0x202950){if(!this['_registeredSessions']['has'](_0x202950))throw new _0x4ed4a4('sessions-unregister-not-exist',null,{'channelId':_0x202950});const _0x3070d3=this['_registeredSessions']['get'](_0x202950);this['stopListening'](_0x3070d3);for(const _0x2ba528 of _0x3070d3)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x202950,_0x2ba528);this['_registeredSessions']['delete'](_0x202950),this['channelSessions']['delete'](_0x202950),this['channelConnectedUsers']['delete'](_0x202950);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0x590202){for(const _0x11c063 of this['channelSessions']['values']())for(const _0x466cfd of _0x11c063)if(_0x466cfd['id']===_0x590202)return _0x466cfd['user'];}['getUserSessions'](_0x399f14,_0x1dd1cd){const _0x40ddfe=_0x1dd1cd?[this['channelSessions']['get'](_0x1dd1cd)]:this['channelSessions']['values'](),_0x56dc95=new Set();for(const _0x1ab80d of _0x40ddfe)for(const _0x23fdc6 of _0x1ab80d)_0x23fdc6['user']['id']===_0x399f14['id']&&_0x56dc95['add'](_0x23fdc6['id']);return _0x56dc95;}['getUserRole'](_0x292afb){for(const _0x49c8ec of this['channelSessions']['values']())for(const _0x5b3eae of _0x49c8ec)if(_0x5b3eae['user']===_0x292afb)return _0x5b3eae['role'];}['_handleSessionAdd'](_0x20bc68,_0x50ce17){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x246800=_0x50ce17['user'],_0x2235d9=this['_users']['getUser'](_0x246800['id'])||this['_createUser'](_0x246800),_0x51b142=Object['assign']({},_0x50ce17,{'user':_0x2235d9});this['channelSessions']['get'](_0x20bc68)['add'](_0x51b142);const _0x3bf418=this['channelConnectedUsers']['get'](_0x20bc68);_0x3bf418['has'](_0x2235d9['id'])||_0x3bf418['add'](_0x2235d9),this['allConnectedUsers']['has'](_0x2235d9['id'])||this['allConnectedUsers']['add'](_0x2235d9,_0x2235d9['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x20bc68,{'channelId':_0x20bc68,'session':_0x51b142});}['_handleSessionRemove'](_0x11aa02,_0x47abba){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x33120e=this['channelConnectedUsers']['get'](_0x11aa02),_0x52ebc8=_0x47abba['user'];_0x52ebc8['id']&&(this['channelSessions']['get'](_0x11aa02)['remove'](_0x47abba['id']),_0x33120e['has'](_0x52ebc8['id'])&&!this['getUserSessions'](_0x52ebc8,_0x11aa02)['size']&&_0x33120e['remove'](_0x52ebc8['id']),this['allConnectedUsers']['get'](_0x52ebc8['id'])&&!this['getUserSessions'](_0x52ebc8)['size']&&this['allConnectedUsers']['remove'](_0x52ebc8['id']));}['_createUser'](_0x241a5d,_0x25105a){const _0x43b831=this['_users']['addUser'](_0x241a5d);return _0x25105a&&this['_users']['defineMe'](_0x241a5d['id']),_0x43b831['orderNumber']=this['_uniqueUsersCount']++,_0x43b831;}}class H extends _0x2fbf72{['_domEmitter']=new(_0x23e09d())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xa4ae31=this['editor'],_0x565657=_0xa4ae31['plugins']['get'](i);_0xa4ae31['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x24ae73,{writer:_0x2f0c7e})=>function(_0x311b0c,_0x4000c4,_0x49d83b,_0x1b35d9){const _0x2c633c=_0x311b0c['markerName']['split'](':')[0x2],_0x3539ac=_0x49d83b['getUserBySessionId'](_0x2c633c);if(!_0x3539ac||_0x2c633c===_0x49d83b['mySessionId'])return;if(!_0x1b35d9['model']['schema']['checkChild'](_0x311b0c['markerRange']['start'],'$text'))return;const _0x3ed50c={'class':'ck-user__marker\x20'+_0x3539ac['color']['getMarkerClass'](),'data-name':_0x3539ac['name'],'data-session-id':_0x2c633c},_0x5a41b9=_0x1b35d9['model']['markers']['get'](_0x311b0c['markerName']),_0x273205=_0x5a41b9['getStart'](),_0x40d0b2=_0x273205['nodeAfter'],_0x3f5253=_0x1b35d9['model']['schema'];if(_0x40d0b2&&_0x3f5253['isObject'](_0x40d0b2)&&_0x3f5253['isInline'](_0x40d0b2)&&!_0x1b35d9['model']['markers']['get']('user:range:'+_0x2c633c)['getRange']()['isCollapsed'])return;const _0x4cf7dc=_0x273205['parent'];return _0x1b35d9['model']['schema']['isLimit'](_0x4cf7dc)&&!_0x1b35d9['model']['hasContent'](_0x4cf7dc)&&(_0x3ed50c['contenteditable']=!0x1),function(_0x59dd9d,_0x3bed46,_0x3fc0ae){const _0x3a9b72=_0x59dd9d['createUIElement']('span',_0x3bed46);return _0x59dd9d['setCustomProperty']('userPositionMarker',!0x0,_0x3a9b72),_0x3a9b72['render']=function(_0x23b509){const _0x226c1f=this['toDomElement'](_0x23b509);return _0x226c1f['innerHTML']='⁠<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span><span\x20class=\x22ck-user__marker-tooltip\x22\x20contenteditable=\x22false\x22\x20spellcheck=\x22false\x22>'+_0x3fc0ae['name']+'</span>⁠',_0x226c1f['addEventListener']('mouseenter',()=>{_0x226c1f['classList']['add']('ck-user__marker_hovered');}),_0x226c1f['addEventListener']('mouseleave',()=>{_0x226c1f['classList']['remove']('ck-user__marker_hovered');}),_0x226c1f;},_0x3a9b72['isSimilar']=function(_0x8a4d6c){return!(!this['getCustomProperty']('userPositionMarker')||!_0x8a4d6c['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x8a4d6c['getAttribute']('data-session-id'));},_0x3a9b72;}(_0x4000c4,_0x3ed50c,_0x3539ac);}(_0x24ae73,_0x2f0c7e,_0x565657,_0xa4ae31)}),_0xa4ae31['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0xb8158f=>function(_0x5d8dc1,_0x5f02c2){const _0x98b17c=_0x5d8dc1['markerName']['split'](':')[0x2];if(_0x98b17c===_0x5f02c2['mySessionId'])return null;const _0x42198c=_0x5f02c2['getUserBySessionId'](_0x98b17c);if(!_0x42198c)return{'id':_0x98b17c,'classes':[]};return{'id':_0x98b17c,'classes':['ck-user__selection',_0x42198c['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x98b17c},'priority':0x7d0+_0x42198c['orderNumber']};}(_0xb8158f,_0x565657)}),function(_0x17c53f){const _0x2dd06f=_0x17c53f['model'],_0x2d9067=new Map(),_0x10530d=_0x17c53f['plugins']['get'](i);_0x2dd06f['markers']['on']('update:user:range',(_0x3af4ec,_0x2fe91b,_0x208189,_0x3800a5)=>{if(!_0x3800a5&&_0x2d9067['get'](_0x2fe91b['name']))return _0x2d9067['get'](_0x2fe91b['name'])['detach'](),void _0x2d9067['delete'](_0x2fe91b['name']);const _0x1ab2c8=_0x2fe91b['name']['split'](':')[0x2];if(_0x1ab2c8===_0x10530d['mySessionId'])return;const _0x58f63f='user:position:'+_0x1ab2c8;_0x2dd06f['markers']['has'](_0x58f63f)&&_0x17c53f['editing']['reconvertMarker'](_0x58f63f),_0x2fe91b['on']('change:range',(_0x37ce35,_0x9e2eef,_0x51435c)=>{if('$graveyard'!=_0x9e2eef['root']['rootName']&&'$graveyard'==_0x2fe91b['getRange']()['root']['rootName']&&!_0x2d9067['has'](_0x2fe91b['name'])){const _0x533dee=_0x2dd06f['schema']['getNearestSelectionRange'](_0x51435c['deletionPosition']);if(_0x533dee){const _0xa7ae98=ht['fromRange'](_0x533dee);_0x2d9067['set'](_0x2fe91b['name'],_0xa7ae98),_0xa7ae98['on']('change:range',(_0xdab406,_0x54d05d,_0x432d5a)=>{if('$graveyard'==_0xa7ae98['root']['rootName']){const _0x10d9f8=_0x2dd06f['schema']['getNearestSelectionRange'](_0x432d5a['deletionPosition']);_0x10d9f8?(_0xa7ae98['start']=_0x10d9f8['start'],_0xa7ae98['end']=_0x10d9f8['end']):(_0x2d9067['delete'](_0x2fe91b['name']),_0xa7ae98['detach']());}});}}});}),_0x2dd06f['document']['on']('change',()=>{_0x2d9067['size']>0x0&&_0x2dd06f['enqueueChange']({'isUndoable':!0x1},_0x1f611f=>{for(const [_0x2776af,_0x3bcab1]of _0x2d9067)'$graveyard'==_0x2dd06f['markers']['get'](_0x2776af)['getRange']()['root']['rootName']&&(re(_0x2776af['split'](':')[0x2],_0x3bcab1['toRange'](),_0x2dd06f,_0x1f611f),_0x3bcab1['detach']());_0x2d9067['clear']();});});}(_0xa4ae31),this['_domEmitter']['listenTo'](_0x251e3e['document'],'keydown',(_0x222a8b,{key:_0x38521e})=>{'Escape'===_0x38521e&&function(_0x27eb46){_0x27eb46['editing']['view']['change'](_0x46ae94=>{for(const _0x16c9c9 of _0x27eb46['model']['markers']){if(!_0x16c9c9['name']['startsWith']('user:position'))continue;const _0x2008b7=_0x27eb46['editing']['mapper']['markerNameToElements'](_0x16c9c9['name']);if(_0x2008b7){for(const _0x5bd3e3 of _0x2008b7)_0x46ae94['removeClass']('ck-user__marker_hovered',_0x5bd3e3);}}});}(_0xa4ae31);},{'useCapture':!0x0});}['afterInit'](){const _0x1c84be=this['editor'],_0x2a85b5=_0x1c84be['commands']['get']('undo');_0x2a85b5&&_0x1c84be['model']['on']('applyOperation',(_0x3157f6,_0x164b47)=>{const _0x3cde89=_0x164b47[0x0];if(!_0x3cde89['isDocumentOperation'])return;if('marker'!=_0x3cde89['type']||!_0x3cde89['name']['startsWith']('user:'))return;const _0x490766=_0x3cde89['batch'];_0x2a85b5['_createdBatches']['has'](_0x490766)&&(_0x3cde89['newRange']=_0x3cde89['oldRange']?_0x1c84be['model']['createRange'](_0x3cde89['oldRange']['start'],_0x3cde89['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x2b68cb=this['editor'],_0x442b33=_0x2b68cb['model']['document'],_0xe927f9=_0x2b68cb['plugins']['get'](i);_0x2b68cb['model']['enqueueChange']({'isUndoable':!0x1},_0x43ecbc=>{const _0x41e58f='user:range:'+_0xe927f9['mySessionId'],_0x187023='user:position:'+_0xe927f9['mySessionId'],_0x4f6b6f=_0x2b68cb['model']['markers']['has'](_0x41e58f);_0x2b68cb['editing']['view']['hasDomSelection']?re(_0xe927f9['mySessionId'],_0x442b33['selection']['getFirstRange'](),_0x2b68cb['model'],_0x43ecbc):_0x4f6b6f&&(_0x43ecbc['removeMarker'](_0x41e58f),_0x43ecbc['removeMarker'](_0x187023));});}}function re(_0x4da33e,_0x210a6b,_0x35250b,_0x4b500e){const _0x2a5d5d='user:range:'+_0x4da33e,_0x687617='user:position:'+_0x4da33e,_0x4bb7b7=_0x210a6b['getContainedElement']();let _0x58eb03=_0x210a6b['start'];_0x4bb7b7&&_0x4bb7b7['is']('element','tableCell')&&(_0x58eb03=function(_0x42e7a2,_0xe25985){for(const _0x1c526a of _0x42e7a2['getPositions']())if(_0xe25985['schema']['checkChild'](_0x1c526a,'$text'))return _0x1c526a;}(_0x210a6b,_0x35250b),_0x210a6b=_0x4b500e['createRange'](_0x58eb03));const _0x1c9533=_0x4b500e['createRange'](_0x58eb03);_0x35250b['markers']['has'](_0x2a5d5d)?(_0x4b500e['updateMarker'](_0x2a5d5d,{'range':_0x210a6b}),_0x4b500e['updateMarker'](_0x687617,{'range':_0x1c9533})):(_0x4b500e['addMarker'](_0x2a5d5d,{'range':_0x210a6b,'usingOperation':!0x0}),_0x4b500e['addMarker'](_0x687617,{'range':_0x1c9533,'usingOperation':!0x0}));}function q(_0x3d1307,_0x2c83bc,_0x5d0499){const _0x49fc8c=_0x3d1307['t'],t=_0x3d1307['t'];switch(_0x2c83bc){case'PENDING_ACTION_SENDING_DATA':return t({'string':'Sending\x20data\x20to\x20the\x20server.','id':'PENDING_ACTION_SENDING_DATA'});case'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'Synchronization\x20issue':return t('Synchronization\x20issue');case'Connected\x20users\x20list\x20dropdown\x20menu':return t('Connected\x20users\x20list\x20dropdown\x20menu');case'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':return t('Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)');case'Connected\x20users\x20list':return t('Connected\x20users\x20list');case'PENDING_ACTION_REVISION_HISTORY':return _0x49fc8c({'string':'Unsaved\x20change\x20in\x20revision\x20history.','id':'PENDING_ACTION_REVISION_HISTORY'});case'CONNECTED_USERS':return t({'string':'1\x20connected\x20user\x20(me)','plural':'%0\x20connected\x20users','id':'CONNECTED_USERS'},_0x5d0499);default:return'';}}let K=0x1;class l extends _0x2fbf72{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
25
- ((()=>_0x10d8aa)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[c,i,H,_0xe073dc,_0x2c583b,_0x53a69b];}static get['pluginName'](){return'RealTimeCollaborationClient';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['cloudDocumentVersion'](){return this['_lastServerVersion']+this['_offset'];}get['_lastServerVersion'](){return this['serverHistory']['version']-this['_offset'];}get['lastSyncVersion'](){const _0x4c604b=this['serverHistory']['getOperations']();for(let _0x5dc155=_0x4c604b['length']-0x1;_0x5dc155>=0x0;_0x5dc155--){const _0x4d2567=_0x4c604b[_0x5dc155];if(!this['_disconnectionOperations']['has'](_0x4d2567))return _0x4d2567['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0xf43737){if(super(_0xf43737),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x58a2a7(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x4ed4a4('collaboration-missing-channelid',this);const _0x48c64d=_0xf43737['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0x48c64d,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x5ec8ef(),this['_bufferedOperations']=[],this['_knownOperations']=new WeakSet(),this['_knownRootNames']=new Set(),this['set']('_isPendingUpdate',!0x1),this['set']('_hasSynchronizationProblem',!0x1),this['_pendingAction']=null,this['_hasSelectionChanged']=!0x1,this['_sendBufferedOperationsDelayId']=null,this['_baseBufferDelay']=0x12c,this['_currentBufferDelay']=this['_baseBufferDelay'],this['_lastSyncedOperationId']=null,this['_disconnectionOperations']=new WeakSet(),this['_operationIdentifier']=new X(this['_disconnectionOperations']);}['init'](){const _0x4ccfe1=this['editor'],_0x16f8ef=_0x4ccfe1['plugins']['get'](_0x2c583b),_0xf86797=_0x4ccfe1['plugins']['get'](c);this['listenTo'](_0x16f8ef,'getOperationAuthor',(_0xe91aee,_0x361dfe)=>{const _0x426573=_0x361dfe[0x0];_0x426573['_authorId']&&(_0xe91aee['return']=_0x16f8ef['getUser'](_0x426573['_authorId']),_0xe91aee['stop']()),null===_0x426573['_authorId']&&(_0xe91aee['return']=null,_0xe91aee['stop']());},{'priority':'high'}),this['listenTo'](_0x4ccfe1['model']['document']['selection'],'change:range',(_0x6ee97,_0x1e73eb)=>{_0x1e73eb['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x4ccfe1['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x4ccfe1['model']['on']('applyOperation',(_0x2d1195,_0x4ec889)=>{const _0x24932b=_0x4ec889[0x0];_0x24932b['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x24932b),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0xf86797,'state',this,'_hasSynchronizationProblem',(_0x2cc0d5,_0x1a0402)=>'connected'===_0x2cc0d5&&!_0x1a0402),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x4ccfe1['disableReadOnlyMode']('rtc-offline'):_0x4ccfe1['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x4ccfe1['disableReadOnlyMode']('rtc-offline'):_0x4ccfe1['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x5ee8ce=this['editor']['plugins']['get'](i),_0x4e7c72=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x5ee8ce['unregister'](this['_channelId']);const _0x173e69=await this['_service']['reconnect'](_0x4e7c72['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x173e69)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x59011e=await this['_service']['getConnectedSessions']();_0x5ee8ce['register'](this['_channelId'],_0x59011e),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x1d65fc){if(function(_0x559e9e){return'404'===_0x559e9e['code'];}(_0x1d65fc)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x51e269){return'409'===_0x51e269['code'];}(_0x1d65fc)){const _0x13f939=q(this['editor']['locale'],'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');this['_handleReconnectionError'](_0x13f939);}else{if(!(_0x1d65fc instanceof J))throw _0x1d65fc;this['_handleReconnectionError']();}}}}['destroy'](){const _0x5d46de=this['editor']['plugins']['get'](c),_0x2a8eaf=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x2a8eaf['channelSessions']['has'](this['_channelId'])&&_0x2a8eaf['unregister'](this['_channelId']),_0x5d46de['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0xd5032){if(this['sessionId']!==_0xd5032['sessionId']&&this['_lastSyncedOperationId']!==_0xd5032['lastOperationId'])throw new J();return this['sessionId']=_0xd5032['sessionId'],this['_handleServerResponse']([],{..._0xd5032,'wereChangesApplied':!0x1,'data':_0xd5032['data']},'reconnect');}async['_connectService'](_0x13a43b,_0x49649d=!0x1){const {connection:_0x225230}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x225230,this['_channelId'])['then'](_0x1691b1=>this['_initSessionsHandling'](_0x1691b1))['catch'](_0x374138=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x374138);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x539455,_0x132e2a)=>{this['_crash']('realtimecollaborationclient-init-service-internal-error',_0x132e2a);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x215dc9=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x13a43b);this['_isPendingUpdate']=!0x0;const _0x4ff0f2=await this['_service']['connect'](_0x225230,this['_compressOperations'](_0x13a43b),_0x215dc9);if(this['sessionId']=_0x4ff0f2['sessionId'],_0x49649d){if(!_0x4ff0f2['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x4ff0f2['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x13a43b,_0x4ff0f2,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x4ff0f2,_0x13a43b);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x2e5756=this['editor']['plugins']['get'](i),_0x3bb6be=this['editor']['plugins']['get'](H),_0x169159=_0x2e5756['channelSessions']['get'](this['_channelId']);_0x169159&&_0x169159['length']>0x1?_0x3bb6be['createUserMarkerOperations']():this['listenTo'](_0x2e5756,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x2e5756['channelSessions']['get'](this['_channelId'])['length']&&_0x3bb6be['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x58dea0,_0x5887ae,_0x3c8190,_0x163c8c){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x5887ae){const _0x13c0c6=this['_decompressOperations'](_0x3c8190,_0x163c8c);await this['_fetchMissingUsers'](_0x13c0c6),this['_handleExternalOperations'](_0x13c0c6,_0x5887ae,_0x3c8190['lastOperationId'])||this['_crash']('realtimecollaborationclient-init-service-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x12a67c}=this['editor'];let _0x23ad34;try{_0x23ad34=await this['_service']['getDocumentDetails']();}catch(_0x3247d5){const _0x19d73a=q(_0x12a67c,'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');return void this['_handleReconnectionError'](_0x19d73a);}const _0x158281=_0x23ad34['currentDocumentSession']||_0x23ad34['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x158281['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x2f3fc9=q(_0x12a67c,'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');this['_handleReconnectionError'](_0x2f3fc9);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x3bb52e){const _0x32e3f7=this['editor']['plugins']['get'](i);this['listenTo'](_0x32e3f7,'sessionAdd:'+this['_channelId'],(_0xaed46e,{session:_0x5a7793})=>{if(_0x5a7793['id']===_0x32e3f7['mySessionId']){_0xaed46e['off']();const _0x5be457=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x624ee=_0x5a7793['permissions'];_0x5be457&&_0x5be457['isEnabled']&&(_0x624ee=_0x624ee['filter'](_0x27783f=>'document:write'!==_0x27783f)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x624ee,this['_channelId']);}}),_0x32e3f7['register'](this['_channelId'],_0x3bb52e);}['_initThrowingOnDataSet'](){const _0x36ae33=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x1fcc7e)=>{if(!_0x1fcc7e[_0x1fcc7e['length']-0x1]['suppressErrorInCollaboration'])throw new _0x4ed4a4('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x36ae33['apply'](this['editor']['data'],_0x1fcc7e);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x3f55c3,[_0x30f32f])=>{if(this['_document']['version'])throw new _0x4ed4a4('realtimecollaborationclient-init-document-already-initialized',this);_0x3f55c3['stop'](),this['_setPendingAction']();const _0x3e5757=this['editor']['config']['get']('rootsAttributes'),_0x39965f=this['_getOperationsFromInitData'](_0x30f32f,_0x3e5757);0x0==_0x39965f['length']&&_0x39965f['push'](new _0x2b95f4(0x0)),_0x3f55c3['return']=this['_connectService'](_0x39965f)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x33637a=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x33637a))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x2fc3f5,[_0x5ebbce,_0x3d68a7])=>{_0x2fc3f5['stop']();const _0x152dc5=this['editor']['model']['document']['getRoot'](_0x5ebbce);if(!this['_knownRootNames']['has'](_0x5ebbce)){const _0x215339=_0x3d68a7&&_0x3d68a7['data']?_0x3d68a7['data']:'',_0x2ccd0d=_0x3d68a7&&_0x3d68a7['attributes']?_0x3d68a7['attributes']:{};await this['_loadRoot'](_0x5ebbce,_0x215339,_0x2ccd0d);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x152dc5['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x152dc5);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x2cca5a){const _0x4fdb75=this['editor']['plugins']['get'](_0x2c583b),{connection:_0x420b20}=this['editor']['plugins']['get'](c),_0x35b32d=new Set();for(const _0x361079 of _0x2cca5a){const _0x28bbcd=_0x361079['_authorId'];_0x28bbcd&&!_0x4fdb75['getUser'](_0x28bbcd)&&_0x35b32d['add'](_0x28bbcd);}if(0x0===_0x35b32d['size'])return;const _0x227d55=await dt['getMany'](_0x420b20,Array['from'](_0x35b32d));for(const _0x33dbeb of _0x227d55)_0x4fdb75['getUser'](_0x33dbeb['id'])||_0x4fdb75['addUser'](_0x33dbeb);}['_getOperationsFromInitData'](_0x38f4c5,_0x3d60fe={}){const _0x1a47ba=this['editor']['model'],_0x35ca67=[];let _0x5e6d7a=0x0;const _0x24c286='string'==typeof _0x38f4c5?{'main':_0x38f4c5}:_0x38f4c5;for(const _0x3958a2 of Object['keys'](_0x24c286)){if(!this['_document']['roots']['has'](_0x3958a2))throw new _0x4ed4a4('realtimecollaborationclient-init-non-existent-root',this);const _0x27b08b=this['editor']['data']['parse'](_0x24c286[_0x3958a2]),_0x1e7314=this['_document']['getRoot'](_0x3958a2),_0x3aaba5=new _0x586427(_0x1a47ba['createPositionAt'](_0x1e7314,0x0),_0x27b08b,_0x5e6d7a++);_0x35ca67['push'](_0x3aaba5);for(const [_0x1533dd,_0x2c947a]of _0x27b08b['markers']){const _0x4e6d66=_0x1a47ba['createRange'](_0x1a47ba['createPositionFromPath'](_0x1e7314,_0x2c947a['start']['path']['slice']()),_0x1a47ba['createPositionFromPath'](_0x1e7314,_0x2c947a['end']['path']['slice']())),_0x57c11c=new _0x180826(_0x1533dd,null,_0x4e6d66,_0x1a47ba['markers'],!0x0,_0x5e6d7a++);_0x35ca67['push'](_0x57c11c);}}if(_0x3d60fe)for(const [_0x29777d,_0xab4210]of Object['entries'](_0x3d60fe)){const _0x212386=_0x1a47ba['document']['getRoot'](_0x29777d);if(!_0x212386)throw new _0x4ed4a4('multi-root-editor-root-attributes-no-root',null);for(const [_0x25b611,_0x400cf3]of Object['entries'](_0xab4210))if(null!==_0x400cf3){const _0x508dee=new _0x26f5d7(_0x212386,_0x25b611,null,_0x400cf3,_0x5e6d7a++);_0x35ca67['push'](_0x508dee);}}return _0x35ca67;}async['_loadRoot'](_0x3bcd12,_0x1de9e8,_0x144a43){this['_getOperationsFromInitData']({[_0x3bcd12]:_0x1de9e8},{[_0x3bcd12]:_0x144a43})['forEach']((_0x106b44,_0x48c6b4)=>{_0x106b44['baseVersion']=this['_document']['version']+_0x48c6b4,_0x106b44['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x106b44);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x5b72f8,_0x557071){let _0x323733;this['_offset']=_0x5b72f8['offset'];const _0x365799=_0x5b72f8['wereChangesApplied']&&!_0x5b72f8['initData'],_0x375532=_0x365799?0x0:_0x5b72f8['data']['baseVersion'];if(_0x557071['forEach'](_0x2aaf12=>{_0x2aaf12['_isInit']=!0x0,_0x2aaf12['createdAt']=_0x5b72f8['sessionCreatedAt'],_0x2aaf12['_authorId']=null;}),_0x365799)_0x323733=_0x557071,this['_applyOperationsSet'](_0x323733,_0x365799);else{if(_0x5b72f8['initData']){const _0x1c7f31=this['_getOperationsFromInitData'](_0x5b72f8['initData']);this['_document']['history']['version']=-_0x1c7f31['length'],_0x1c7f31['forEach'](_0x5e02f2=>{_0x5e02f2['baseVersion']-=_0x1c7f31['length'],_0x5e02f2['createdAt']=_0x5b72f8['sessionCreatedAt'],_0x5e02f2['_isInit']=!0x0,_0x5e02f2['_authorId']=null;}),this['_applyOperationsSet'](_0x1c7f31,!0x0),this['serverHistory']['version']=-_0x1c7f31['length']+this['_offset'],this['_updateServerHistory'](_0x1c7f31);}this['_document']['history']['version']=_0x375532,_0x323733=this['_decompressOperations'](_0x5b72f8['data'],_0x5b72f8['metadata']),await this['_fetchMissingUsers'](_0x323733),this['_applyOperationsSet'](_0x323733,_0x365799);}_0x5b72f8['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x323733,_0x5b72f8['lastOperationId']),this['_lastSyncedOperationId']=_0x5b72f8['lastOperationId']),this['serverHistory']['version']=_0x375532+this['_offset'],this['_updateServerHistory'](_0x323733),_0x557071['filter'](_0x3e3444=>{const _0x28675e=this['_getAffectedRoot'](_0x3e3444);return _0x28675e&&!this['_knownRootNames']['has'](_0x28675e);})['forEach']((_0x4899a6,_0x27c5b3)=>{_0x4899a6['baseVersion']=this['_document']['version']+_0x27c5b3,this['_saveOperationInBuffer'](_0x4899a6);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x401a66,_0x5574e8){const _0x366218=_0x5574e8&&_0x5574e8['message'];if(_0x366218&&_0x366218['startsWith']('realtimecollaborationclient'))throw _0x5574e8;const _0x434d52=this['editor']['plugins']['get'](c);throw this['_isPendingUpdate']=!0x0,_0x434d52['disconnect'](),this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x4ed4a4(_0x401a66,this['editor'],_0x366218?{'originalError':_0x366218}:void 0x0);}['_saveOperationInBuffer'](_0x3c5bf4){this['_knownOperations']['has'](_0x3c5bf4)||(this['_knownOperations']['add'](_0x3c5bf4),this['_bufferedOperations']['push'](_0x3c5bf4),this['_pendingAction']||'marker'==_0x3c5bf4['type']&&!_0x3c5bf4['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x35dc5c=!0x1){!_0x35dc5c&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x5805da=>{_0x5805da&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x44a4ee=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x6dd279){return _0x6dd279['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x6dd279['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x6dd279['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x44a4ee)||this['_crash'](_0x44a4ee['message'],_0x44a4ee);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x4e12da=>{this['on']('change:_isPendingUpdate',()=>{_0x4e12da();});});}async['_sendBufferedOperations'](){const _0x5c154e=this['editor']['plugins']['get'](H);if(this['_shouldSendSelectionUpdate']()&&(_0x5c154e['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x51f7a2=[...this['_bufferedOperations']];for(const _0x230b2b of _0x51f7a2)_0x230b2b['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x230b2b);const _0x22af68=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x51f7a2),_0x43561a=K++,_0x30e992=this['_compressOperations'](_0x51f7a2),_0x37acba=await this['_service']['sendOperations'](_0x30e992,_0x30e992['baseVersion'],_0x22af68);try{return await this['_handleServerResponse'](_0x51f7a2,_0x37acba,_0x43561a);}catch(_0x1c9a13){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x1c9a13);}}async['_handleServerResponse'](_0x4c4725,_0x2f538e,_0x1e559f){if('error'in _0x2f538e)throw _0x2f538e['error'];let _0x2afd2e=!0x1;if(_0x2f538e['wereChangesApplied']){_0x2f538e['lastOperationId']&&(this['_lastSyncedOperationId']=_0x2f538e['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x2974b9=>!_0x4c4725['includes'](_0x2974b9));for(const _0x5bc487 of _0x4c4725)_0x5bc487['createdAt']='lastOperationAcceptedAt'in _0x2f538e&&_0x2f538e['lastOperationAcceptedAt']||void 0x0;Q(_0x4c4725,_0x2f538e['version']-_0x4c4725['length']),this['_updateServerHistory'](_0x4c4725);const _0x3d2029=_0x4c4725['filter'](_0x5bcb5d=>{if(!_0x5bcb5d['_isInit'])return!0x1;const _0x51fd28=this['_getAffectedRoot'](_0x5bcb5d);return _0x51fd28&&!this['_knownRootNames']['has'](_0x51fd28);});Q(_0x3d2029,this['_document']['version']),this['_applyOperationsSet'](_0x3d2029),_0x2afd2e=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x3bc277=this['_decompressOperations'](_0x2f538e['data'],_0x2f538e['metadata'])['filter'](_0x52605b=>_0x52605b['baseVersion']>=this['_lastServerVersion']);_0x3bc277['forEach'](_0x2e343e=>this['_addKnownRoot'](_0x2e343e)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x48c5c6=>!_0x48c5c6['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x48c5c6))),this['_bufferedOperations']['length']&&Q(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x3bc277),_0x2afd2e=this['_handleExternalOperations'](_0x3bc277,_0x2f538e['version'],_0x2f538e['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0x2afd2e?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0xf076ac,_0x241d4b,_0x36497b){try{const _0x3f873f={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x484315,operationsB:_0x25c755,originalOperations:_0x17e6ff}=_0x583039(_0xf076ac,this['_bufferedOperations'],_0x3f873f);Q(_0x484315,this['_document']['version']),Q(_0x25c755,_0x241d4b);for(const _0x428ee3 of _0x484315){const _0x36c21d=_0x17e6ff['get'](_0x428ee3);_0x428ee3['_authorId']=_0x36c21d?_0x36c21d['_authorId']:null;}_0x36497b&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0xf076ac,_0x36497b),this['_lastSyncedOperationId']=_0x36497b),this['_bufferedOperations']=[..._0x25c755],this['_applyOperationsSet'](_0x484315),this['_updateServerHistory'](_0xf076ac);}catch(_0x1665d5){return console['error'](_0x1665d5),!0x1;}return!0x0;}['_applyOperationsSet'](_0x1feda6,_0x5c33c2=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x273cb6=>{for(const _0xa3046e of _0x1feda6)this['_knownOperations']['add'](_0xa3046e),this['_addKnownRoot'](_0xa3046e),_0x273cb6['batch']['addOperation'](_0xa3046e),this['editor']['model']['applyOperation'](_0xa3046e);});}['_addKnownRoot'](_0xba8402){const _0x56bbd1=this['_getAffectedRoot'](_0xba8402);_0x56bbd1&&this['_knownRootNames']['add'](_0x56bbd1);}['_getAffectedRoot'](_0x43c5d1){let _0x35fc6f,_0x6a2357;switch(_0x43c5d1['type']){case'insert':_0x35fc6f=_0x43c5d1['position']['root'];break;case'marker':if(_0x6a2357=_0x43c5d1['newRange'],!_0x6a2357)return null;_0x35fc6f=_0x6a2357['root'];break;case'addRootAttribute':_0x35fc6f=_0x43c5d1['root'];break;case'addRoot':_0x35fc6f=_0x43c5d1['affectedSelectable'];break;case'move':_0x35fc6f=_0x43c5d1['targetPosition']['root'];break;default:return null;}return _0x35fc6f['rootName'];}['_updateServerHistory'](_0x31862f){_0x31862f['forEach'](_0x2e8c93=>{const _0x3adeb7=_0x2e8c93['clone']();_0x3adeb7['_authorId']=_0x2e8c93['_authorId'],_0x3adeb7['_isInit']=!!_0x2e8c93['_isInit'],_0x3adeb7['createdAt']=_0x2e8c93['createdAt'],_0x3adeb7['baseVersion']+=this['_offset'],_0x2e8c93['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x3adeb7),this['serverHistory']['addOperation'](_0x3adeb7);});}['_handleReconnectionError'](_0x192ed6){const _0x4c5a6a=this['editor']['plugins']['get']('Notification'),_0x25e913=this['editor']['locale'];_0x192ed6||(_0x192ed6=q(_0x25e913,'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.')),_0x4c5a6a['showWarning'](_0x192ed6,{'title':q(_0x25e913,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['disconnect']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0xe073dc)['add'](q(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0xe073dc)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x2608a4){const _0x67675e=_0x2608a4['map'](_0x3cd06d=>_0x3cd06d['toJSON']());return this['_compressor']['compress'](_0x67675e);}['_decompressOperations'](_0x2ab499,_0x3c9fc5){return this['_compressor']['decompress'](_0x2ab499)['map']((_0x185de0,_0x1a8496)=>{const _0x5de44c='init'==_0x3c9fc5[_0x1a8496]['type'];if('InsertOperation'==_0x185de0['__className']){const _0x2c2d07=_0x185de0['position']['root'];!this['_document']['getRoot'](_0x2c2d07)&&(this['_document']['createRoot']('$root',_0x2c2d07)['_isAttached']=!0x1);}const _0x979d74=_0x38fdea['fromJSON'](_0x185de0,this['_document']);return _0x979d74['wasUndone']=_0x185de0['wasUndone'],_0x979d74['_isInit']=_0x5de44c,_0x979d74['_authorId']=_0x5de44c?null:_0x3c9fc5[_0x1a8496]['userId'],_0x979d74['_isDisconnection']='cs:removeUser'===_0x3c9fc5[_0x1a8496]['type'],_0x979d74['createdAt']=_0x3c9fc5[_0x1a8496]['createdAt'],_0x979d74;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x13c339=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x13c339&&_0x13c339['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class J extends Error{}function Q(_0x15bc10,_0x32d3f8){for(const _0xbefdb2 of _0x15bc10)_0xbefdb2['baseVersion']=_0x32d3f8++;}class X{['_ignoredOperations'];['_operationToId'];constructor(_0x382d74){this['_ignoredOperations']=_0x382d74,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x2cac17){let _0x4e739b=_0x2cac17['length'];for(;_0x4e739b--;){const _0x46a152=_0x2cac17[_0x4e739b];if(!this['_ignoredOperations']['has'](_0x46a152)){if(!this['_operationToId']['has'](_0x46a152)){const _0x967a10=_0x14e392()['slice'](0x1,0x12);this['_operationToId']['set'](_0x46a152,_0x967a10);}return this['_operationToId']['get'](_0x46a152);}}}['setIdForTheLastOperation'](_0x2c4e50,_0x4f9684){if(!_0x4f9684)return;let _0x5b4df3=_0x2c4e50['length'];for(;_0x5b4df3--;){const _0x5080c0=_0x2c4e50[_0x5b4df3];this['_ignoredOperations']['has'](_0x5080c0)||this['_operationToId']['set'](_0x5080c0,_0x4f9684);}}}class n extends _0x2fbf72{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x520a2c{static ['CommentsService']=/* #__PURE__ -- @preserve */
26
- ((()=>_0x1e41fb)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x2c583b];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4777fc){super(_0x4777fc),this['_services']=new Map();}async['init'](){const _0x562b27=this['context'],_0x5b39f4=_0x562b27['plugins']['get']('CommentsRepository');if(_0x562b27['plugins']['get'](c)['addToReconnectionStack'](this),_0x5b39f4['adapter']={'addCommentThread':async({channelId:_0x3559e7,threadId:_0x37bd31,comments:_0x496da7,resolvedAt:_0x4b2dcc,resolvedBy:_0xda6890,context:_0x2519a8,attributes:_0x2e9c54})=>{const _0x49f63c=await this['_getService'](_0x3559e7)['addCommentThread']({'commentThreadId':_0x37bd31,'comments':_0x496da7['map'](_0x1dbee0=>function(_0x41a28d,_0x348ab8,_0x584997){return{'commentThreadId':_0x584997,'commentId':_0x41a28d['commentId'],'userId':_0x41a28d['authorId'],'content':_0x41a28d['content'],'documentId':_0x348ab8,'createdAt':_0x41a28d['createdAt'],'attributes':_0x41a28d['attributes']||{}};}(_0x1dbee0,_0x3559e7,_0x37bd31)),'resolvedAt':_0x4b2dcc,'resolvedBy':_0xda6890,'context':_0x2519a8,'attributes':_0x2e9c54})['catch'](ut);return{'threadId':_0x49f63c['commentThreadId'],'comments':_0x49f63c['comments']};},'getCommentThread':async({channelId:_0x2749cd,threadId:_0x416200})=>{const _0x47bd87=await this['_getService'](_0x2749cd)['getCommentThread'](_0x416200)['catch'](ut);return _0x47bd87['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x47bd87]),{'threadId':_0x47bd87['commentThreadId'],'comments':_0x47bd87['comments']['map'](S),'context':_0x47bd87['context'],'resolvedAt':_0x47bd87['resolvedAt'],'resolvedBy':_0x47bd87['resolvedBy'],'attributes':_0x47bd87['attributes']||{}});},'updateCommentThread':async({channelId:_0x5dd2f3,threadId:_0x2d56f4,context:_0xb4e23b,unlinkedAt:_0x59b97c,attributes:_0x19e063})=>this['_getService'](_0x5dd2f3)['updateCommentThread']({'commentThreadId':_0x2d56f4,'context':_0xb4e23b,'attributes':_0x19e063,'unlinkedAt':_0x59b97c})['catch'](B)['catch'](ut),'resolveCommentThread':async({channelId:_0x5204a3,threadId:_0x3a8dde})=>{const _0x1bf696=await this['_getService'](_0x5204a3)['resolveCommentThread'](_0x3a8dde)['catch'](B)['catch'](ut);return{'threadId':_0x1bf696['commentThreadId'],'resolvedAt':_0x1bf696['resolvedAt'],'resolvedBy':_0x1bf696['resolvedBy']};},'reopenCommentThread':async({channelId:_0x1d1ebe,threadId:_0x548b51})=>this['_getService'](_0x1d1ebe)['reopenCommentThread'](_0x548b51)['catch'](B)['catch'](ut),'removeCommentThread':({channelId:_0x1ee1a5,threadId:_0x1ee42f})=>this['_getService'](_0x1ee1a5)['removeCommentThread'](_0x1ee42f)['catch'](B)['catch'](ut),'addComment':({channelId:_0x631c40,threadId:_0x17950f,commentId:_0x5e6316,content:_0x2f7266,attributes:_0x2ad0c8})=>this['_getService'](_0x631c40)['addComment'](_0x17950f,_0x5e6316,_0x2f7266,_0x2ad0c8)['catch'](ut),'updateComment':({channelId:_0x2a58f4,threadId:_0x405880,commentId:_0x1216b3,content:_0x6551ac,attributes:_0xe9f2e4})=>this['_getService'](_0x2a58f4)['updateComment'](_0x405880,_0x1216b3,_0x6551ac,_0xe9f2e4)['catch'](B)['catch'](ut),'removeComment':({channelId:_0x4e0efb,threadId:_0x54bc32,commentId:_0x28deac})=>this['_getService'](_0x4e0efb)['removeComment'](_0x54bc32,_0x28deac)['catch'](B)['catch'](ut)},_0x562b27 instanceof _0x2bf92d){const _0x4f73c1=_0x562b27['config']['get']('collaboration.channelId'),_0x1ddf6b=_0x562b27['plugins']['get'](i);await this['_setUpService'](_0x4f73c1);const _0x4d55d5=await this['_services']['get'](_0x4f73c1)['getConnectedSessions']();this['listenTo'](_0x1ddf6b,'sessionAdd:'+_0x4f73c1,(_0x1bcdef,{session:_0x2f4cf3})=>{_0x2f4cf3['id']===_0x1ddf6b['mySessionId']&&(_0x1bcdef['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x2f4cf3['permissions'],_0x4f73c1));}),_0x1ddf6b['register'](_0x4f73c1,_0x4d55d5);}}async['_setUpService'](_0x45f64d){if(this['_services']['has'](_0x45f64d))throw new _0x4ed4a4('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x45f64d});const _0x49beee=this['context']['plugins']['get']('CommentsRepository'),_0x581c54=new a['CommentsService'](_0x45f64d);this['_services']['set'](_0x45f64d,_0x581c54),this['listenTo'](_0x581c54,'commentThreadAdded',(_0xab4c4b,_0x325789)=>{const {commentThreadId:_0x340af9,documentId:_0xc52065,context:_0x3fb76a,attributes:_0x346952,resolvedAt:_0x3bd8a0,resolvedBy:_0x3b0b22,comments:_0x2efdef}=_0x325789;_0x49beee['getCommentThread'](_0x340af9)||_0x49beee['addCommentThread']({'threadId':_0x340af9,'channelId':_0xc52065,'comments':_0x2efdef?_0x2efdef['map'](S):[],'context':_0x3fb76a,'attributes':_0x346952,'resolvedAt':_0x3bd8a0,'resolvedBy':_0x3b0b22,'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentThreadUpdated',(_0x9830ee,{commentThreadId:_0xfbda32,documentId:_0x17aebf,context:_0xc136bb,unlinkedAt:_0x58c347,attributes:_0x490c01})=>{_0x49beee['getCommentThread'](_0xfbda32)&&_0x49beee['updateCommentThread']({'threadId':_0xfbda32,'channelId':_0x17aebf,'context':_0xc136bb,'unlinkedAt':_0x58c347,'attributes':_0x490c01,'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentThreadResolved',(_0xfc1cd1,{commentThreadId:_0x56e097,resolvedBy:_0x3b8635,resolvedAt:_0x42ece5})=>{const _0x1d4e50=_0x49beee['getCommentThread'](_0x56e097);_0x1d4e50&&_0x1d4e50['resolve']({'resolvedBy':_0x3b8635,'resolvedAt':_0x42ece5,'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentThreadReopened',(_0x4bc7fb,{commentThreadId:_0x551593})=>{const _0x11f2e4=_0x49beee['getCommentThread'](_0x551593);_0x11f2e4&&_0x11f2e4['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentThreadRemoved',(_0x2cb120,{commentThreadId:_0x561c00})=>{const _0x4af46c=_0x49beee['getCommentThread'](_0x561c00);_0x4af46c&&_0x4af46c['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentAdded',(_0x387847,_0x58e50f)=>{const _0x36bd81=_0x58e50f['commentThreadId'],_0x10d1de=_0x49beee['getCommentThread'](_0x36bd81);_0x10d1de&&_0x10d1de['addComment']({...S(_0x58e50f),'isFromAdapter':!0x0});}),this['listenTo'](_0x581c54,'commentUpdated',(_0x412116,{commentThreadId:_0x3a6e4f,commentId:_0x4df770,content:_0xbb460,attributes:_0x2d14d7})=>{const _0x3b947f=_0x49beee['getCommentThread'](_0x3a6e4f);if(_0x3b947f){const _0x6175fc=_0x3b947f['getComment'](_0x4df770);_0x6175fc&&_0x6175fc['update']({'content':_0xbb460,'attributes':_0x2d14d7,'isFromAdapter':!0x0});}}),this['listenTo'](_0x581c54,'commentRemoved',(_0x2b914f,{commentThreadId:_0x111ad2,commentId:_0x40ffd0})=>{const _0x5a08f9=_0x49beee['getCommentThread'](_0x111ad2);if(_0x5a08f9){const _0x94c930=_0x5a08f9['getComment'](_0x40ffd0);_0x94c930&&_0x94c930['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x45f64d);}['destroy'](){if(this['context']instanceof _0x2bf92d){const _0x188204=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x188204);}}['_terminateService'](_0x184bfb){if(!this['_services']['has'](_0x184bfb))throw new _0x4ed4a4('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x184bfb});this['_getService'](_0x184bfb)['disconnect'](),this['_services']['delete'](_0x184bfb);}async['reconnect'](){for(const _0x59a471 of this['_services']['keys']())await this['_connectService'](_0x59a471);if(this['context']instanceof _0x2bf92d){const _0x20cff1=this['context']['config']['get']('collaboration.channelId'),_0x49c889=this['context']['plugins']['get'](i);_0x49c889['unregister'](_0x20cff1);const _0x1c7d40=await this['_services']['get'](_0x20cff1)['getConnectedSessions']();_0x49c889['register'](_0x20cff1,_0x1c7d40);}}async['_connectService'](_0xfe8b27){const {connection:_0x1583ef}=this['context']['plugins']['get'](c),_0x1439af=this['context']['plugins']['get']('CommentsRepository'),_0x36393a=this['_services']['get'](_0xfe8b27),_0x53e630=await _0x36393a['connect'](_0x1583ef);await this['_fetchMissingUsersForThreads'](_0x53e630);const _0x207b7a=new Set(Array['from'](_0x1439af['getCommentThreads']({'channelId':_0xfe8b27}),_0x506ede=>_0x506ede['id']));for(const _0x232964 of _0x53e630)_0x232964['deletedAt']||_0x207b7a['delete'](_0x232964['commentThreadId']);for(const _0xa53b28 of _0x207b7a)_0x1439af['getCommentThread'](_0xa53b28)['remove']({'isFromAdapter':!0x0});for(const _0x5c716f of _0x53e630){let _0x220fef=_0x1439af['getCommentThread'](_0x5c716f['commentThreadId']);const {commentThreadId:_0x5f96fd,context:_0xc45142,attributes:_0x11d885,resolvedBy:_0x370d29,resolvedAt:_0x176fea,unlinkedAt:_0x51fc6f,deletedAt:_0x3c21cd}=_0x5c716f;if(_0x3c21cd)continue;_0x220fef||(_0x220fef=_0x1439af['addCommentThread']({'channelId':_0xfe8b27,'threadId':_0x5f96fd,'context':_0xc45142,'attributes':_0x11d885||{},'resolvedBy':_0x370d29,'resolvedAt':_0x176fea,'unlinkedAt':_0x51fc6f,'isFromAdapter':!0x0}));const _0x2b265b=new Set(Array['from'](_0x220fef['comments'],_0xdf8814=>_0xdf8814['id']));for(const _0x2ddc53 of _0x5c716f['comments'])_0x2b265b['delete'](_0x2ddc53['commentId']);for(const _0x444c06 of _0x2b265b)_0x220fef['getComment'](_0x444c06)['remove']({'isFromAdapter':!0x0});for(const _0x3333cc of _0x5c716f['comments']){const _0x161463=_0x220fef['getComment'](_0x3333cc['commentId']);_0x161463?_0x161463['content']!==_0x3333cc['content']&&_0x161463['update']({'content':_0x3333cc['content'],'isFromAdapter':!0x0}):_0x220fef['addComment'](Object['assign'](S(_0x3333cc),{'isFromAdapter':!0x0}));}}}['_getService'](_0x51312d){if(!this['_services']['has'](_0x51312d))throw new _0x4ed4a4('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x51312d});return this['_services']['get'](_0x51312d);}async['_fetchMissingUsersForThreads'](_0x83f390){const _0x18d05f=this['context']['plugins']['get'](_0x2c583b),{connection:_0x5bf3e8}=this['context']['plugins']['get'](c),_0x2787aa=new Set();for(const {resolvedBy:_0x56374b,comments:_0x48f36e}of _0x83f390){_0x56374b&&!_0x18d05f['getUser'](_0x56374b)&&_0x2787aa['add'](_0x56374b);for(const {userId:_0x331d51}of _0x48f36e)_0x18d05f['getUser'](_0x331d51)||_0x2787aa['add'](_0x331d51);}if(0x0===_0x2787aa['size'])return;const _0x114d9a=await dt['getMany'](_0x5bf3e8,Array['from'](_0x2787aa));for(const _0x2498a4 of _0x114d9a)_0x18d05f['getUser'](_0x2498a4['id'])||_0x18d05f['addUser'](_0x2498a4);}}async function B(_0x1d974e){if('404'!==_0x1d974e['code'])throw _0x1d974e;}function ut(_0x451f67){if((_0x54314c=_0x451f67)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x54314c['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x54314c['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x54314c;throw _0x451f67;}function S(_0x14dadd){return{'threadId':_0x14dadd['commentThreadId'],'commentId':_0x14dadd['commentId'],'content':_0x14dadd['content'],'createdAt':_0x14dadd['createdAt'],'authorId':_0x14dadd['userId'],'attributes':_0x14dadd['attributes']||{}};}class f extends _0x2fbf72{static ['TrackChangesService']=/* #__PURE__ -- @preserve */
27
- ((()=>et)());['_bufferedRequests'];['_trackChangesService'];static get['requires'](){return[a,'TrackChangesEditing',c];}static get['pluginName'](){return'CloudServicesTrackChangesAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x43d8bf){super(_0x43d8bf);const _0x324394=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new f['TrackChangesService'](_0x324394);}['init'](){const _0x70de12=this['editor']['plugins']['get'](c),_0x46350c=this['editor']['plugins']['get']('TrackChangesEditing');return _0x46350c['adapter']={'getSuggestion':async _0x42aa3a=>{await this['_waitForServiceReady']();const _0x2db214=await this['_trackChangesService']['get'](_0x42aa3a)['catch'](R);return await this['_fetchMissingUsersForThreads']([_0x2db214]),_0x2db214;},'addSuggestion':async({id:_0x1374d3,type:_0x3ac868,data:_0x2fe228,originalSuggestionId:_0xbb3631,attributes:_0x285193})=>{await this['_waitForServiceReady']();const _0x541650={'id':_0x1374d3,'type':_0x3ac868,'data':_0x2fe228,'originalSuggestionId':_0xbb3631,'attributes':_0x285193},_0x57d52c=await this['_trackChangesService']['add'](_0x1374d3,_0x3ac868,_0x2fe228,_0xbb3631,_0x285193)['catch'](_0x2af419=>{if(ft(_0x2af419))return new Promise(_0x56e28d=>{this['_bufferedRequests']['set'](_0x1374d3,{'resolve':_0x56e28d,'suggestionData':_0x541650});});throw _0x2af419;});return this['_bufferedRequests']['delete'](_0x1374d3),_0x57d52c;},'updateSuggestion':async(_0x3bef57,_0x3f7881)=>{if(await this['_waitForServiceReady'](),'open'!==_0x3f7881['state'])return this['_trackChangesService']['update'](_0x3bef57,_0x3f7881)['catch'](R);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0x166c67,_0x44547c)=>{_0x46350c['hasSuggestion'](_0x44547c['id'])&&(_0x46350c['getSuggestion'](_0x44547c['id'])['attributes']=_0x44547c['attributes']);}),this['_trackChangesService']['connect'](_0x70de12['connection'])['then'](_0x5e8fa9=>(_0x70de12['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0x5e8fa9)['then'](()=>{for(const _0x68e4e4 of _0x5e8fa9){_0x46350c['addSuggestionData'](_0x68e4e4)['_saved']=!0x0;}})));}async['reconnect'](){const _0x407a9d=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x8fffe8}=this['editor']['plugins']['get'](c),_0x23971b=await this['_trackChangesService']['connect'](_0x8fffe8);await this['_fetchMissingUsersForThreads'](_0x23971b);for(const {suggestionData:_0x5e542c,resolve:_0x55869b}of this['_bufferedRequests']['values']()){let _0x51e918=_0x23971b['find'](_0x2cfece=>_0x2cfece['id']===_0x5e542c['id']);_0x51e918||(_0x51e918=await this['_trackChangesService']['add'](_0x5e542c['id'],_0x5e542c['type'],_0x5e542c['data'],_0x5e542c['originalSuggestionId'])),_0x55869b(_0x51e918);}for(const _0x10aa5b of _0x23971b)_0x407a9d['hasSuggestion'](_0x10aa5b['id'])||_0x407a9d['addSuggestionData'](_0x10aa5b);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x443656=>{this['listenTo'](this['_trackChangesService'],'connected',_0x1f730e=>{_0x1f730e['off'](),_0x443656();});});}async['_fetchMissingUsersForThreads'](_0x4c5297){const _0x12ab93=this['editor']['plugins']['get'](_0x2c583b),{connection:_0x26b40c}=this['editor']['plugins']['get'](c),_0x293b27=new Set();for(const {authorId:_0x45253a}of _0x4c5297)_0x12ab93['getUser'](_0x45253a)||_0x293b27['add'](_0x45253a);if(0x0===_0x293b27['size'])return;const _0x5d7cc5=await dt['getMany'](_0x26b40c,Array['from'](_0x293b27));for(const _0x2e8007 of _0x5d7cc5)_0x12ab93['getUser'](_0x2e8007['id'])||_0x12ab93['addUser'](_0x2e8007);}}function R(_0x1facaf){if(ft(_0x1facaf))return new Promise(()=>{});throw _0x1facaf;}function ft(_0x11f56e){return _0x11f56e['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x11f56e['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class m extends _0x2fbf72{static get['requires'](){return['Comments',a,n,c];}static get['pluginName'](){return'RealTimeCollaborativeComments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x223c18=this['editor']['plugins']['get'](c),_0x36e639=this['editor']['plugins']['get']('CommentsEditing'),_0x4e6971=this['editor']['plugins']['get'](a);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0x223c18,'change:state',(_0x354ebb,_0x38f69e,_0x1026e4)=>{_0x36e639['isThreadsLoadingPaused']='connected'!==_0x1026e4;});}),this['listenTo'](_0x223c18,'change:state',(_0xc3edfa,_0x43c2bb,_0x46960a)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0x46960a);}),_0x4e6971['_setUpService'](this['editor']['config']['get']('collaboration.channelId'));}['destroy'](){this['editor']['plugins']['get'](a)['_terminateService'](this['editor']['config']['get']('collaboration.channelId')),super['destroy']();}}class p extends _0x2fbf72{static get['requires'](){return[m,f,'TrackChanges'];}static get['pluginName'](){return'RealTimeCollaborativeTrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class u extends _0x2fbf72{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
28
- ((()=>it)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[c,l,'RevisionTracker',i,_0x2c583b];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x21ebdc){super(_0x21ebdc);const _0x4e10f9=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x4e10f9);}async['init'](){const _0x45bcb3=this['editor']['plugins']['get'](l),_0x102f24=_0x45bcb3['serverHistory'],_0x142111=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x102f24,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x45bcb3['sessionId']});const _0x1222c9=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x3df4b7=await tt['isBundleUploaded'](_0x142111['connection'],_0x1222c9);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x1d67ca})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x1d67ca)),'updateRevisions':async _0x52ac26=>{await this['_waitForServiceReady']();const _0x2b0c1e=this['_revisionTracker']['currentRevision'];if(_0x3df4b7&&0x1===_0x52ac26['length']&&_0x52ac26[0x0]['id']===_0x2b0c1e['id'])return _0x52ac26;for(const _0x2538b1 of _0x52ac26)_0x2538b1['id']===_0x2b0c1e['id']&&(_0x2538b1['isEmptyCurrent']=_0x2538b1['fromVersion']===_0x2538b1['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x52ac26,this['_lastRequestId'])['then'](_0x210972=>(this['_lastRequestId']=_0x210972,_0x52ac26))['catch'](_0x223bf0=>{if(st(_0x223bf0)||'400'===_0x223bf0['code']&&void 0x0!==_0x223bf0['data']['wrongRequestId']){for(const _0x5f4d80 of _0x52ac26){!this['_revisionTracker']['repository']['getRevision'](_0x5f4d80['id'])||this['_revisionTracker']['_bufferUpdate'](_0x5f4d80['id'],_0x5f4d80,!0x1);}if(st(_0x223bf0))throw _0x223bf0;return _0x52ac26;}throw _0x223bf0;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x3a3831,{revisionsData:_0x380cc4,requestId:_0x452841})=>{Math['max'](..._0x380cc4['map'](_0xdfcb0=>_0xdfcb0['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x380cc4,_0x452841);}):this['_handleRevisionsUpdate'](_0x380cc4,_0x452841);});const {revisions:_0x449bde,requestId:_0x1dfbaf}=await this['_revisionHistoryService']['connect'](_0x142111['connection']);_0x142111['addToReconnectionStack'](this),this['_lastRequestId']=_0x1dfbaf,await this['_fetchMissingUsers'](_0x449bde);for(const _0x5a9560 of _0x449bde)this['_revisionTracker']['addRevisionData'](_0x5a9560);this['listenTo'](_0x45bcb3,'change:_isConnected',(_0x38072e,_0x31d32e,_0x584a97)=>{_0x584a97&&(this['_oldOffset']=_0x45bcb3['_offset'],_0x38072e['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x142111,'state',_0x513a28=>_0x513a28===_0x1295ef['CONNECTED']);}async['reconnect'](){const _0x3d96cb=this['editor']['plugins']['get'](c),_0x252b9a=this['editor']['plugins']['get'](l),_0x4716bd=async()=>{const _0x16bab6=this['_revisionTracker']['currentRevision'],_0x157f03=_0x16bab6['id'],_0x13a4e0=_0x157f03!==_0x252b9a['sessionId'];if(_0x13a4e0){const _0x43b60a=_0x252b9a['_offset']-this['_oldOffset'],_0x1e855c=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x16bab6['toVersion']+_0x43b60a!==_0x1e855c){const _0x4f5f39=_0x16bab6['fromVersion']+_0x43b60a,_0x459b91=this['editor']['plugins']['get'](_0x2c583b),_0x52c7c6=this['_revisionTracker']['buildRevisionData']({'revision':_0x16bab6,'from':_0x4f5f39,'to':_0x1e855c});_0x52c7c6['id']=_0x16bab6['id'];const _0x49c6f0=_0x52c7c6['authorsIds']['map'](_0x51e6c4=>_0x459b91['getUser'](_0x51e6c4));_0x16bab6['_update']({..._0x52c7c6,'authors':_0x49c6f0},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x16bab6['id'],_0x52c7c6,!0x0);}this['_revisionTracker']['_startingVersion']=_0x1e855c,(_0x16bab6['toVersion']===_0x16bab6['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x157f03)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x157f03),this['_revisionTracker']['_createCurrentRevision'](_0x1e855c));}const {revisions:_0x332ffb,requestId:_0x5bb946}=await this['_revisionHistoryService']['reconnect'](_0x3d96cb['connection'],this['_lastRequestId']);_0x13a4e0&&_0x332ffb['length']>0x0?_0x252b9a['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x332ffb),this['_handleRevisionsUpdate'](_0x332ffb,_0x5bb946),this['_revisionTracker']['sendBufferedUpdates']());};return _0x252b9a['_isConnected']?_0x4716bd():new Promise((_0x47a1da,_0x34394a)=>{_0x252b9a['once']('change:_isConnected',()=>{_0x4716bd()['then'](_0x47a1da)['catch'](_0x34394a);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x4feb34=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x2afeab=>{_0x2afeab['off'](),_0x4feb34();});});}['_getLatestVersionFromServerOperations'](){const _0x170e3d=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x19c7d9 of _0x170e3d)if('marker'!==_0x19c7d9['type']||_0x19c7d9['affectsData'])return _0x19c7d9['baseVersion']+0x1;}['_getLatestVersion'](){const _0x1817ec=this['editor']['plugins']['get'](l);return new Promise(_0x148912=>{_0x1817ec['_isPendingUpdate']?_0x1817ec['once']('change:_isPendingUpdate',()=>{_0x148912(this['_getLatestVersionFromServerOperations']());}):_0x148912(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x1237d2,_0x239798){const _0x28c2fc=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x239798;for(const _0x169721 of _0x1237d2){const _0x4761a3=_0x28c2fc['getRevision'](_0x169721['id']);if(_0x4761a3){if((_0x169721['fromVersion']||_0x169721['toVersion'])&&(_0x169721['diffData']=null),_0x4761a3===this['_revisionTracker']['currentRevision']){const _0x14b694=Math['max'](_0x4761a3['toVersion'],_0x169721['toVersion']),_0x543329=Math['max'](_0x4761a3['fromVersion'],_0x169721['fromVersion']);let _0x19a70d;_0x4761a3['toVersion']===_0x169721['toVersion']&&_0x4761a3['fromVersion']===_0x169721['fromVersion']?(_0x19a70d=!0x0,this['_preventResendingRevisionData'](_0x169721)):_0x169721['toVersion']===_0x14b694&&_0x169721['fromVersion']===_0x543329?_0x19a70d=!0x1:(_0x4761a3['toVersion']===_0x14b694&&_0x4761a3['fromVersion']===_0x543329||this['_fixRevision']({'revision':_0x4761a3,'from':_0x543329,'to':_0x14b694}),_0x19a70d=!0x0),_0x19a70d&&(delete _0x169721['fromVersion'],delete _0x169721['toVersion'],delete _0x169721['diffData'],delete _0x169721['createdAt'],delete _0x169721['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x169721),this['_preventResendingRevisionData'](_0x169721);}else this['_revisionTracker']['addRevisionData'](_0x169721);}const _0x27d8f7=_0x28c2fc['getRevisions']();_0x27d8f7['reverse']();for(let _0xf06937=0x0;_0xf06937<_0x27d8f7['length']-0x1;_0xf06937++){const _0x264e28=_0x27d8f7[_0xf06937],_0x52a314=_0x27d8f7[_0xf06937+0x1];if(_0x264e28['fromVersion']<_0x52a314['toVersion']){const _0x6ace37=_0x52a314['toVersion'],_0x43d81b=Math['max'](_0x6ace37,_0x264e28['toVersion']);this['_fixRevision']({'revision':_0x264e28,'from':_0x6ace37,'to':_0x43d81b});}}}['_fixRevision']({revision:_0x93bc79,from:_0x43813f,to:_0x43eb27}={}){const _0x47b18a=this['editor']['plugins']['get'](_0x2c583b),_0x767f8b=this['_revisionTracker']['buildRevisionData']({'revision':_0x93bc79,'from':_0x43813f,'to':_0x43eb27});_0x767f8b['authors']=_0x767f8b['authorsIds']['map'](_0x571a03=>_0x47b18a['getUser'](_0x571a03)),_0x93bc79['_update'](_0x767f8b);}['_preventResendingRevisionData'](_0x587552){const _0x4f939e={};_0x4f939e['id']=_0x587552['id'];for(const _0x1c16eb of Object['keys'](_0x587552))'id'!==_0x1c16eb&&(_0x4f939e[_0x1c16eb]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x4f939e['id'],_0x4f939e,!0x0);}async['_fetchMissingUsers'](_0x2a5f7e){const _0x114930=this['editor']['plugins']['get'](_0x2c583b),{connection:_0x302517}=this['editor']['plugins']['get'](c),_0x4554a3=new Set();for(const _0x3896ce of _0x2a5f7e){for(const _0x24f9ec of _0x3896ce['authorsIds'])_0x5077d3(_0x24f9ec);_0x3896ce['creatorId']&&_0x5077d3(_0x3896ce['creatorId']);}if(0x0===_0x4554a3['size'])return;const _0x4db3c9=await dt['getMany'](_0x302517,Array['from'](_0x4554a3));for(const _0x183f9f of _0x4db3c9)_0x114930['getUser'](_0x183f9f['id'])||_0x114930['addUser'](_0x183f9f);function _0x5077d3(_0x2135e7){_0x114930['getUser'](_0x2135e7)||_0x4554a3['add'](_0x2135e7);}}}function st(_0x55c321){return _0x55c321['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x55c321['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x55c321['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x2fbf72{static get['requires'](){return['RevisionHistory',u,n];}static get['pluginName'](){return'RealTimeCollaborativeRevisionHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class ts extends _0x7dc916{constructor(_0x125bd6){super(_0x125bd6);const _0x1e75d8=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x1e75d8['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x1e75d8['to']('usersCount',_0x215e42=>q(_0x125bd6,'CONNECTED_USERS',_0x215e42))}]});}}class es extends _0x7dc916{['items'];['keystrokes'];constructor(_0x5261fb){super(_0x5261fb);const _0x1afbca=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x5e08c4(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x1afbca['if']('hasPopup'),'aria-expanded':_0x1afbca['to']('isExpanded',_0xfd5117=>this['hasPopup']&&String(_0xfd5117)),'aria-label':_0x1afbca['to']('hasPopup',_0x4294b6=>q(_0x5261fb,_0x4294b6?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x1afbca['to']('hasPopup',_0x156a78=>!!_0x156a78&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x1afbca['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0x1a74ec,_0x1b0a85,_0x4a5ed0)=>{this['element']&&(_0x4a5ed0?this['element']['setAttribute']('aria-expanded',String(this['isExpanded'])):this['element']['removeAttribute']('aria-expanded'));});}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['keystrokes']['listenTo'](this['element']);}}class L extends _0x7dc916{['counterView'];['inlineListView'];constructor(_0x32e744){super(_0x32e744);const _0x3dafac=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x32e744),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x330b9f of this['inlineListView']['items'])_0x330b9f['tooltipPosition']='s';this['inlineListView']['items']['first']&&(this['inlineListView']['items']['first']['tooltipPosition']='se');}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list','ck-reset','ck-rounded-corners',_0x3dafac['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x7dc916{['listWrapperView'];constructor(_0xd24a0d,_0x377f8a){super(_0xd24a0d),this['listWrapperView']=new mt(_0xd24a0d,_0x377f8a),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':q(_0xd24a0d,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class mt extends _0x1df9d3{constructor(_0x16edaf,_0x5266b7){super(_0x16edaf);const _0xe009d3=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x5266b7?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0xe009d3['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0xe009d3['to']('role'),'aria-label':_0xe009d3['to']('ariaLabel'),'aria-labelledby':_0xe009d3['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x251e3e['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x9ca50b=this['element'];_0x9ca50b&&(this['_isScrollable']=Math['max'](_0x9ca50b['scrollHeight'],_0x9ca50b['clientHeight'])>0.8*window['innerHeight']);}}class k extends rt{['userView'];constructor(_0x10cc16,_0x386fd2,_0x421e33){super(_0x10cc16);const _0x26fbd0=this['bindTemplate'];this['userView']=new ct(_0x10cc16,_0x386fd2);const _0x26e8c6={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x386fd2['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x386fd2['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x386fd2['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x421e33&&(_0x26e8c6['tag']='button',_0x26e8c6['on']={'click':_0x26fbd0['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x26e8c6);}['focus'](){this['element']['focus']();}}class y extends _0x7dc916{['userView'];['markerView'];constructor(_0x222d71,_0x522ce1,_0x5e41a1){super(_0x222d71);const _0x5036c0=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new ct(_0x222d71,_0x522ce1),this['markerView']=new at(_0x222d71,_0x522ce1);const _0x44f135=new ot(_0x222d71);_0x44f135['template']['tag']='span',_0x44f135['text']=_0x522ce1['name'];const _0xcc0a19={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x5036c0['to']('isFocusable',_0xd16172=>!!_0xd16172&&0x0),'aria-labelledby':_0x44f135['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x5036c0['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x5036c0['to']('hasTooltip',_0x3ce8e8=>!_0x3ce8e8),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x44f135]};_0x5e41a1&&(_0xcc0a19['tag']='button',_0xcc0a19['on']={'click':_0x5036c0['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0xcc0a19);}}class at extends _0x7dc916{constructor(_0x17a346,_0x479727){super(_0x17a346),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x479727['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x520a2c{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x28d543){super(_0x28d543),this['context']['config']['define']('presenceList',A);const _0x4b271f=_0x28d543['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x4b271f)throw new _0x4ed4a4('presencelist-collapseat-invalid-format',this);if(_0x4b271f<0x1)throw new _0x4ed4a4('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x1f5b57(),this['balloonPanelView']=new _0x4ea350(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x4ba857 of this['_allConnectedUsers'])this['_handleUserAdd'](_0x4ba857);this['listenTo'](this['_allConnectedUsers'],'add',(_0x252e90,_0x3f3f75)=>{this['_handleUserAdd'](_0x3f3f75);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x2e1d04,_0x30a8b3)=>{this['_handleUserRemove'](_0x30a8b3);});}['_createView'](){const _0x4e8eae=this['context'],_0xa5b243=new L(this['context']['locale']),_0x6dda1d=this['balloonPanelView'];if(!_0x9464ae(_0x4e8eae['config']['get']('presenceList.container')))throw new _0x4ed4a4('presencelist-missing-container',this);return _0xa5b243['counterView']['bind']('usersCount')['to'](this),_0xa5b243['bind']('isCollapsed')['to'](this,'usersCount',_0x4c2ab7=>{const {collapseAt:_0x293672,displayMe:_0x2d1ac2}=_0x4e8eae['config']['get']('presenceList'),_0x242dad=_0x4c2ab7>=_0x293672;return _0xa5b243['counterView']['isHidden']=!(0x1==_0x4c2ab7&&_0x2d1ac2||_0x242dad),_0x242dad||this['hideDropdown'](),_0x242dad;}),_0xa5b243['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x1f5faf=>{const _0x360209=_0x4e8eae['config']['get']('presenceList'),_0x4671d1=new y(_0x4e8eae['locale'],_0x1f5faf,!!_0x360209['onClick']);return _0x4671d1['bind']('hasTooltip')['to'](_0xa5b243,'isCollapsed',_0x5c0e00=>!_0x5c0e00),_0x4671d1['bind']('isFocusable')['to'](_0xa5b243,'isCollapsed',_0xc40576=>!_0xc40576),_0x360209['onClick']&&this['listenTo'](_0x4671d1,'execute',()=>{this['view']['isCollapsed']||_0x360209['onClick'](_0x1f5faf,_0x4671d1['element']);}),_0x4671d1;}),this['listenTo'](_0xa5b243['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0xa5b243['inlineListView']['keystrokes']['set']('Enter',(_0x2adb1c,_0x587d03)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x587d03());}),_0xa5b243['render'](),_0x6dda1d['render'](),_0x33a8f3({'emitter':_0xa5b243,'activator':()=>_0x6dda1d['isVisible'],'contextElements':[_0x6dda1d['element'],_0xa5b243['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x4e8eae['config']['get']('presenceList.container')['appendChild'](_0xa5b243['element']),this['_bodyCollection']=new _0x4b2a32(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0xa5b243;}['_handleUserAdd'](_0x4f4f1d){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x4f4f1d['isMe'])return;const _0x5bee05=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0x5bee05&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x46a70c=_0x4f4f1d['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x4f4f1d,_0x46a70c);}['_handleUserRemove'](_0x37ab1c){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0x37ab1c['id'])&&(this['currentDisplayedUsers']['remove'](_0x37ab1c['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x526634 of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x526634['id']))return void this['currentDisplayedUsers']['add'](_0x526634,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x51d665=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x51d665['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x3dbec0}=this['presenceDropdownView'];_0x3dbec0['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x4161e1=>{if(!_0x51d665['displayMe']&&_0x4161e1['isMe'])return null;const _0x19a1c9=new k(this['context']['locale'],_0x4161e1,!!_0x51d665['onClick']);return _0x51d665['onClick']&&this['listenTo'](_0x19a1c9,'execute',()=>{_0x51d665['onClick'](_0x4161e1,_0x19a1c9['element']);}),_0x19a1c9;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x3dbec0['focus'](),_0x3dbec0['checkIfScrollable']();const _0x2d1a3c=(_0x3ddef6,_0x4a4f30)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x4a4f30();};_0x3dbec0['keystrokes']['set']('Esc',_0x2d1a3c),_0x3dbec0['keystrokes']['set']('Shift+Tab',_0x2d1a3c),_0x3dbec0['keystrokes']['set']('Tab',(_0x12d4c8,_0x3ba291)=>{!function(_0x5ab029){const _0x332e71=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x2cff71=>_0x2cff71+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x3bd8ed=[...document['body']['querySelectorAll'](_0x332e71)]['filter'](_0x4ed0cc=>_0x4ed0cc===document['activeElement']||_0x4ed0cc['offsetWidth']+_0x4ed0cc['offsetHeight']>0x0)['sort']((_0x2e7b6b,_0x363cb7)=>(_0x2e7b6b['tabIndex']||0x0)-(_0x363cb7['tabIndex']||0x0)),_0x296f42=_0x3bd8ed['indexOf'](_0x5ab029),_0xc1f546=_0x3bd8ed[(_0x296f42+0x1)%_0x3bd8ed['length']];_0xc1f546&&_0xc1f546['focus']();}(this['view']['element']),this['hideDropdown'](),_0x3ba291();}),_0x3dbec0['focusTracker']['add'](this['view']['element']),_0x3dbec0['focusTracker']['on']('change:isFocused',(_0x660a6a,_0x3a41df,_0x467e44)=>{_0x467e44||this['hideDropdown']();});}['hideDropdown'](){this['presenceDropdownView']&&(this['view']['inlineListView']['isExpanded']=!0x1,this['balloonPanelView']['unpin'](),this['balloonPanelView']['content']['remove'](this['presenceDropdownView']),this['presenceDropdownView']['destroy'](),this['presenceDropdownView']=void 0x0);}['destroy'](){super['destroy'](),this['view']&&this['view']['isRendered']&&this['view']['destroy'](),this['_bodyCollection']&&(this['_bodyCollection']['detachFromDom'](),this['_bodyCollection']['destroy'](),this['_bodyCollection']=null);}}class s extends _0x520a2c{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{a as CloudServicesCommentsAdapter,u as CloudServicesRevisionHistoryAdapter,f as CloudServicesTrackChangesAdapter,s as PresenceList,l as RealTimeCollaborationClient,m as RealTimeCollaborativeComments,n as RealTimeCollaborativeEditing,g as RealTimeCollaborativeRevisionHistory,p as RealTimeCollaborativeTrackChanges,i as Sessions};
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.13",
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.13",
46
- "@ckeditor/ckeditor5-comments": "44.2.0-alpha.13",
47
- "@ckeditor/ckeditor5-core": "44.2.0-alpha.13",
48
- "@ckeditor/ckeditor5-editor-multi-root": "44.2.0-alpha.13",
49
- "@ckeditor/ckeditor5-engine": "44.2.0-alpha.13",
50
- "@ckeditor/ckeditor5-operations-compressor": "44.2.0-alpha.13",
51
- "@ckeditor/ckeditor5-revision-history": "44.2.0-alpha.13",
52
- "@ckeditor/ckeditor5-theme-lark": "44.2.0-alpha.13",
53
- "@ckeditor/ckeditor5-track-changes": "44.2.0-alpha.13",
54
- "@ckeditor/ckeditor5-ui": "44.2.0-alpha.13",
55
- "@ckeditor/ckeditor5-utils": "44.2.0-alpha.13",
56
- "ckeditor5": "44.2.0-alpha.13",
57
- "ckeditor5-collaboration": "44.2.0-alpha.13",
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",