@ckeditor/ckeditor5-real-time-collaboration 44.0.0-alpha.10 → 44.0.0-alpha.12

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 _0x28c33e,Plugin as _0x266e72,PendingActions as _0x4e9cba,Context as _0x5c34e8}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x53e42e,CKEditorError as _0x37bed6,Collection as _0x12570d,global as _0x1b9bae,version as nt,uid as _0x5ea109,KeystrokeHandler as _0x12f1de}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0x1032c2,View as _0x4d54c6,ListView as _0x25c79c,ListItemView as rt,LabelView as ot,BalloonPanelView as _0x52aab4,clickOutsideHandler as _0x77def9,BodyCollection as _0x2ee6b3}from'@ckeditor/ckeditor5-ui/dist/index.js';import{LiveRange as ht,History as _0x393855,NoOperation as _0x3892b7,InsertOperation as _0x17a03e,MarkerOperation as _0x23dfd1,RootAttributeOperation as _0x3a7055,transformSets as _0x11eeae,OperationFactory as _0x4d3b91}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as lt,WEB_SOCKET_GATEWAY_STATES as _0x1cb2dd,CollaborativeEditingService as _0x15a394,User as dt,CommentsService as _0x5c5406,TrackChangesService as et,RevisionHistoryService as it,EditorService as tt}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x4b7120,UserView as ct}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0x2699d4}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x5c575a}from'lodash-es';class c extends _0x28c33e{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
24
- ((()=>lt)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x1032c2];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x297aba){super(_0x297aba),this['set']('state',_0x1cb2dd['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x53e42e);}['init'](){const _0x1ff944=this['context'],_0x273d59=_0x1ff944['plugins']['get']('CloudServices'),_0x1a7df4=_0x1ff944['plugins']['get'](_0x1032c2);if(!_0x273d59['token'])throw new _0x37bed6('websocketgateway-missing-token',this);if(!_0x273d59['webSocketUrl'])throw new _0x37bed6('websocketgateway-missing-websocket-url',this);return this['_domEmitter']['listenTo'](window,'offline',()=>this['_isBrowserOffline']=!0x0),this['_domEmitter']['listenTo'](window,'online',()=>this['_isBrowserOffline']=!0x1),this['context']['config']['define']('cloudServices.connectionTimeout',0xa),this['context']['config']['define']('cloudServices.requestTimeout',0x14),c['WebSocketGateway']['connect'](_0x273d59['token'],_0x273d59['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x1f53b9=>{if(this['connection']=_0x1f53b9,this['bind']('state')['to'](_0x1f53b9,'state',this,'_isBrowserOffline',(_0x28f108,_0x2d23b3)=>('connected'!==_0x28f108&&(this['_shouldPluginsReconnect']=!0x0),_0x2d23b3||_0x28f108!==_0x1cb2dd['CONNECTED']?_0x1cb2dd['DISCONNECTED']:this['state']==_0x1cb2dd['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x1cb2dd['CONNECTING']):_0x1cb2dd['CONNECTED'])),this['connection']['on']('error',(_0x495dfc,_0x58b7d7)=>{if('limitExceeded'!==_0x58b7d7['code'])throw console['error'](_0x58b7d7),new _0x37bed6('cloudservices-init',null,{'originalError':_0x58b7d7});_0x1a7df4['showWarning']('The\x20limit\x20of\x20maximum\x20concurrent\x20connections\x20that\x20the\x20collaboration\x20server\x20can\x20handle\x20has\x20been\x20reached.\x20Try\x20opening\x20the\x20document\x20again\x20in\x20a\x20few\x20minutes.\x20Please\x20contact\x20your\x20system\x20administrator\x20if\x20the\x20problem\x20persists.',{'title':'Connected\x20users\x20limit\x20exceeded','namespace':'real-time-collaboration'});}),!_0x1f53b9['me'])return new Promise(_0x4f8b9f=>_0x1f53b9['on']('change:me',_0x4f8b9f));})['catch'](_0x5a6111=>{throw console['error'](_0x5a6111),new _0x37bed6('cloudservices-init',null,{'originalError':_0x5a6111});});}['addToReconnectionStack'](_0x557a1d){if('function'!=typeof _0x557a1d['reconnect'])throw new _0x37bed6('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x557a1d))throw new _0x37bed6('websocketgateway-plugin-already-registered',this,{'name':_0x557a1d['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x557a1d);}['removeFromReconnectionStack'](_0x58f795){this['_reconnectionStack']['delete'](_0x58f795);}['isInReconnectionStack'](_0x38e147){return this['_reconnectionStack']['has'](_0x38e147);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x22f580=>_0x22f580['reconnect']())))['then'](()=>this['state']=_0x1cb2dd['CONNECTED'])['catch'](_0x23fd2a=>{throw console['error'](_0x23fd2a),new _0x37bed6('cloudservices-reconnection-error',this['context']);});}['destroy'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x1cb2dd['DISCONNECTED'],this['_domEmitter']['stopListening'](),super['destroy']();}}class i extends _0x28c33e{['channelSessions'];['channelConnectedUsers'];['allConnectedUsers'];['_registeredSessions'];['_uniqueUsersCount'];['_users'];static get['pluginName'](){return'Sessions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[c,_0x4b7120];}constructor(_0x5a3a29){super(_0x5a3a29),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x12570d(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x4b7120);}['init'](){const _0x5eecdd=this['context']['plugins']['get'](c);this['listenTo'](_0x5eecdd,'change:state',(_0x270067,_0x4abfb8,_0x3dc1ec)=>{if('connected'!==_0x3dc1ec)this['channelSessions']['forEach'](_0x430617=>_0x430617['clear']()),this['channelConnectedUsers']['forEach'](_0x19380f=>_0x19380f['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x39f846,_0x529c06]of this['_registeredSessions'])for(const _0x40c3fb of _0x529c06)this['_handleSessionAdd'](_0x39f846,_0x40c3fb);}}),this['_createUser'](_0x5eecdd['connection']['me'],!0x0);}['register'](_0x367ea8,_0x32adcb){if(this['_registeredSessions']['has'](_0x367ea8))throw new _0x37bed6('sessions-register-already-registered',null,{'channelId':_0x367ea8});this['_registeredSessions']['set'](_0x367ea8,_0x32adcb),this['channelSessions']['set'](_0x367ea8,new _0x12570d()),this['channelConnectedUsers']['set'](_0x367ea8,new _0x12570d()),this['listenTo'](_0x32adcb,'add',(_0x16e90a,_0x40de66)=>this['_handleSessionAdd'](_0x367ea8,_0x40de66)),this['listenTo'](_0x32adcb,'remove',(_0x416eef,_0x568700)=>this['_handleSessionRemove'](_0x367ea8,_0x568700));for(const _0x4fa0da of _0x32adcb)this['_handleSessionAdd'](_0x367ea8,_0x4fa0da);}['unregister'](_0x2c82e7){if(!this['_registeredSessions']['has'](_0x2c82e7))throw new _0x37bed6('sessions-unregister-not-exist',null,{'channelId':_0x2c82e7});const _0x5c4528=this['_registeredSessions']['get'](_0x2c82e7);this['stopListening'](_0x5c4528);for(const _0x69b1dd of _0x5c4528)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x2c82e7,_0x69b1dd);this['_registeredSessions']['delete'](_0x2c82e7),this['channelSessions']['delete'](_0x2c82e7),this['channelConnectedUsers']['delete'](_0x2c82e7);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0xb540a6){for(const _0x3af3f4 of this['channelSessions']['values']())for(const _0x2accde of _0x3af3f4)if(_0x2accde['id']===_0xb540a6)return _0x2accde['user'];}['getUserSessions'](_0x1c5cfa,_0x5abf1f){const _0x554776=_0x5abf1f?[this['channelSessions']['get'](_0x5abf1f)]:this['channelSessions']['values'](),_0x3d0f3f=new Set();for(const _0x1d7429 of _0x554776)for(const _0x11d9f7 of _0x1d7429)_0x11d9f7['user']['id']===_0x1c5cfa['id']&&_0x3d0f3f['add'](_0x11d9f7['id']);return _0x3d0f3f;}['getUserRole'](_0x5d53d0){for(const _0x165223 of this['channelSessions']['values']())for(const _0x48b13e of _0x165223)if(_0x48b13e['user']===_0x5d53d0)return _0x48b13e['role'];}['_handleSessionAdd'](_0x3b8117,_0x22f276){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x1588a7=_0x22f276['user'],_0x43d1d8=this['_users']['getUser'](_0x1588a7['id'])||this['_createUser'](_0x1588a7),_0x4de937=Object['assign']({},_0x22f276,{'user':_0x43d1d8});this['channelSessions']['get'](_0x3b8117)['add'](_0x4de937);const _0x58138f=this['channelConnectedUsers']['get'](_0x3b8117);_0x58138f['has'](_0x43d1d8['id'])||_0x58138f['add'](_0x43d1d8),this['allConnectedUsers']['has'](_0x43d1d8['id'])||this['allConnectedUsers']['add'](_0x43d1d8,_0x43d1d8['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x3b8117,{'channelId':_0x3b8117,'session':_0x4de937});}['_handleSessionRemove'](_0x5763ed,_0xc5173){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x18d19b=this['channelConnectedUsers']['get'](_0x5763ed),_0x17f562=_0xc5173['user'];_0x17f562['id']&&(this['channelSessions']['get'](_0x5763ed)['remove'](_0xc5173['id']),_0x18d19b['has'](_0x17f562['id'])&&!this['getUserSessions'](_0x17f562,_0x5763ed)['size']&&_0x18d19b['remove'](_0x17f562['id']),this['allConnectedUsers']['get'](_0x17f562['id'])&&!this['getUserSessions'](_0x17f562)['size']&&this['allConnectedUsers']['remove'](_0x17f562['id']));}['_createUser'](_0x5bbfce,_0xbead31){const _0x5e57de=this['_users']['addUser'](_0x5bbfce);return _0xbead31&&this['_users']['defineMe'](_0x5bbfce['id']),_0x5e57de['orderNumber']=this['_uniqueUsersCount']++,_0x5e57de;}}class H extends _0x266e72{['_domEmitter']=new(_0x53e42e())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2c7013=this['editor'],_0x2cf2aa=_0x2c7013['plugins']['get'](i);_0x2c7013['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x10dce5,{writer:_0x34ce64})=>function(_0x2c2bc4,_0x462c58,_0x431f58,_0x3dfa1d){const _0xa08f2f=_0x2c2bc4['markerName']['split'](':')[0x2],_0x43f527=_0x431f58['getUserBySessionId'](_0xa08f2f);if(!_0x43f527||_0xa08f2f===_0x431f58['mySessionId'])return;if(!_0x3dfa1d['model']['schema']['checkChild'](_0x2c2bc4['markerRange']['start'],'$text'))return;const _0x530d3a={'class':'ck-user__marker\x20'+_0x43f527['color']['getMarkerClass'](),'data-name':_0x43f527['name'],'data-session-id':_0xa08f2f},_0x173ee0=_0x3dfa1d['model']['markers']['get'](_0x2c2bc4['markerName']),_0x268434=_0x173ee0['getStart'](),_0x5bf25c=_0x268434['nodeAfter'],_0x313a13=_0x3dfa1d['model']['schema'];if(_0x5bf25c&&_0x313a13['isObject'](_0x5bf25c)&&_0x313a13['isInline'](_0x5bf25c)&&!_0x3dfa1d['model']['markers']['get']('user:range:'+_0xa08f2f)['getRange']()['isCollapsed'])return;const _0xd45b84=_0x268434['parent'];return _0x3dfa1d['model']['schema']['isLimit'](_0xd45b84)&&!_0x3dfa1d['model']['hasContent'](_0xd45b84)&&(_0x530d3a['contenteditable']=!0x1),function(_0x2a6203,_0x402be8,_0x2bfea3){const _0x5d4d8f=_0x2a6203['createUIElement']('span',_0x402be8);return _0x2a6203['setCustomProperty']('userPositionMarker',!0x0,_0x5d4d8f),_0x5d4d8f['render']=function(_0x87b3e1){const _0x2a3059=this['toDomElement'](_0x87b3e1);return _0x2a3059['innerHTML']='⁠<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span><span\x20class=\x22ck-user__marker-tooltip\x22\x20contenteditable=\x22false\x22\x20spellcheck=\x22false\x22>'+_0x2bfea3['name']+'</span>⁠',_0x2a3059['addEventListener']('mouseenter',()=>{_0x2a3059['classList']['add']('ck-user__marker_hovered');}),_0x2a3059['addEventListener']('mouseleave',()=>{_0x2a3059['classList']['remove']('ck-user__marker_hovered');}),_0x2a3059;},_0x5d4d8f['isSimilar']=function(_0xfbb685){return!(!this['getCustomProperty']('userPositionMarker')||!_0xfbb685['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0xfbb685['getAttribute']('data-session-id'));},_0x5d4d8f;}(_0x462c58,_0x530d3a,_0x43f527);}(_0x10dce5,_0x34ce64,_0x2cf2aa,_0x2c7013)}),_0x2c7013['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x5e905f=>function(_0x598dee,_0x1898a2){const _0x2eb78e=_0x598dee['markerName']['split'](':')[0x2];if(_0x2eb78e===_0x1898a2['mySessionId'])return null;const _0x3b746e=_0x1898a2['getUserBySessionId'](_0x2eb78e);if(!_0x3b746e)return{'id':_0x2eb78e,'classes':[]};return{'id':_0x2eb78e,'classes':['ck-user__selection',_0x3b746e['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x2eb78e},'priority':0x7d0+_0x3b746e['orderNumber']};}(_0x5e905f,_0x2cf2aa)}),function(_0x5bf08a){const _0x6bee63=_0x5bf08a['model'],_0x1506c9=new Map(),_0x1f5c90=_0x5bf08a['plugins']['get'](i);_0x6bee63['markers']['on']('update:user:range',(_0x2c87c3,_0x2b07ce,_0x4cad69,_0x4a6c72)=>{if(!_0x4a6c72&&_0x1506c9['get'](_0x2b07ce['name']))return _0x1506c9['get'](_0x2b07ce['name'])['detach'](),void _0x1506c9['delete'](_0x2b07ce['name']);const _0x38f922=_0x2b07ce['name']['split'](':')[0x2];if(_0x38f922===_0x1f5c90['mySessionId'])return;const _0x816c39='user:position:'+_0x38f922;_0x6bee63['markers']['has'](_0x816c39)&&_0x5bf08a['editing']['reconvertMarker'](_0x816c39),_0x2b07ce['on']('change:range',(_0x4b1815,_0xc7e59e,_0x451456)=>{if('$graveyard'!=_0xc7e59e['root']['rootName']&&'$graveyard'==_0x2b07ce['getRange']()['root']['rootName']&&!_0x1506c9['has'](_0x2b07ce['name'])){const _0x445769=_0x6bee63['schema']['getNearestSelectionRange'](_0x451456['deletionPosition']);if(_0x445769){const _0x438cca=ht['fromRange'](_0x445769);_0x1506c9['set'](_0x2b07ce['name'],_0x438cca),_0x438cca['on']('change:range',(_0x1e1d24,_0x1ebae6,_0x5ef384)=>{if('$graveyard'==_0x438cca['root']['rootName']){const _0x1b64d9=_0x6bee63['schema']['getNearestSelectionRange'](_0x5ef384['deletionPosition']);_0x1b64d9?(_0x438cca['start']=_0x1b64d9['start'],_0x438cca['end']=_0x1b64d9['end']):(_0x1506c9['delete'](_0x2b07ce['name']),_0x438cca['detach']());}});}}});}),_0x6bee63['document']['on']('change',()=>{_0x1506c9['size']>0x0&&_0x6bee63['enqueueChange']({'isUndoable':!0x1},_0x3bd57d=>{for(const [_0x4c5fb5,_0x52040b]of _0x1506c9)'$graveyard'==_0x6bee63['markers']['get'](_0x4c5fb5)['getRange']()['root']['rootName']&&(re(_0x4c5fb5['split'](':')[0x2],_0x52040b['toRange'](),_0x6bee63,_0x3bd57d),_0x52040b['detach']());_0x1506c9['clear']();});});}(_0x2c7013),this['_domEmitter']['listenTo'](_0x1b9bae['document'],'keydown',(_0x11ce20,{key:_0x25bd1a})=>{'Escape'===_0x25bd1a&&function(_0x3dba1e){_0x3dba1e['editing']['view']['change'](_0x38f114=>{for(const _0x416995 of _0x3dba1e['model']['markers']){if(!_0x416995['name']['startsWith']('user:position'))continue;const _0x42d724=_0x3dba1e['editing']['mapper']['markerNameToElements'](_0x416995['name']);if(_0x42d724){for(const _0x505c08 of _0x42d724)_0x38f114['removeClass']('ck-user__marker_hovered',_0x505c08);}}});}(_0x2c7013);},{'useCapture':!0x0});}['afterInit'](){const _0x50db60=this['editor'],_0x52ecbb=_0x50db60['commands']['get']('undo');_0x52ecbb&&_0x50db60['model']['on']('applyOperation',(_0x3f99b4,_0x1ecde1)=>{const _0xfb81e2=_0x1ecde1[0x0];if('marker'!=_0xfb81e2['type']||!_0xfb81e2['name']['startsWith']('user:'))return;const _0x378d5b=_0xfb81e2['batch'];_0x52ecbb['_createdBatches']['has'](_0x378d5b)&&(_0xfb81e2['newRange']=_0xfb81e2['oldRange']?_0x50db60['model']['createRange'](_0xfb81e2['oldRange']['start'],_0xfb81e2['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x227ca4=this['editor'],_0x47a1eb=_0x227ca4['model']['document'],_0xa6379a=_0x227ca4['plugins']['get'](i);_0x227ca4['model']['enqueueChange']({'isUndoable':!0x1},_0x2585fb=>{const _0x1bc0f9='user:range:'+_0xa6379a['mySessionId'],_0x49dd5d='user:position:'+_0xa6379a['mySessionId'],_0x21c24b=_0x227ca4['model']['markers']['has'](_0x1bc0f9);_0x227ca4['editing']['view']['hasDomSelection']?re(_0xa6379a['mySessionId'],_0x47a1eb['selection']['getFirstRange'](),_0x227ca4['model'],_0x2585fb):_0x21c24b&&(_0x2585fb['removeMarker'](_0x1bc0f9),_0x2585fb['removeMarker'](_0x49dd5d));});}}function re(_0xc93b1,_0x1eb891,_0x49b1b3,_0x5c1876){const _0x4c8f33='user:range:'+_0xc93b1,_0x3e354c='user:position:'+_0xc93b1,_0x13ad87=_0x1eb891['getContainedElement']();let _0x296847=_0x1eb891['start'];_0x13ad87&&_0x13ad87['is']('element','tableCell')&&(_0x296847=function(_0x45f827,_0xca40e8){for(const _0xd89f34 of _0x45f827['getPositions']())if(_0xca40e8['schema']['checkChild'](_0xd89f34,'$text'))return _0xd89f34;}(_0x1eb891,_0x49b1b3),_0x1eb891=_0x5c1876['createRange'](_0x296847));const _0x208b4f=_0x5c1876['createRange'](_0x296847);_0x49b1b3['markers']['has'](_0x4c8f33)?(_0x5c1876['updateMarker'](_0x4c8f33,{'range':_0x1eb891}),_0x5c1876['updateMarker'](_0x3e354c,{'range':_0x208b4f})):(_0x5c1876['addMarker'](_0x4c8f33,{'range':_0x1eb891,'usingOperation':!0x0}),_0x5c1876['addMarker'](_0x3e354c,{'range':_0x208b4f,'usingOperation':!0x0}));}function q(_0x48748c,_0x3fe676,_0x431876){const _0x18c3ee=_0x48748c['t'],t=_0x48748c['t'];switch(_0x3fe676){case'PENDING_ACTION_SENDING_DATA':return t({'string':'Sending\x20data\x20to\x20the\x20server.','id':'PENDING_ACTION_SENDING_DATA'});case'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.':return t('The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');case'Synchronization\x20issue':return t('Synchronization\x20issue');case'Connected\x20users\x20list\x20dropdown\x20menu':return t('Connected\x20users\x20list\x20dropdown\x20menu');case'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':return t('Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)');case'Connected\x20users\x20list':return t('Connected\x20users\x20list');case'PENDING_ACTION_REVISION_HISTORY':return _0x18c3ee({'string':'Unsaved\x20change\x20in\x20revision\x20history.','id':'PENDING_ACTION_REVISION_HISTORY'});case'CONNECTED_USERS':return t({'string':'1\x20connected\x20user\x20(me)','plural':'%0\x20connected\x20users','id':'CONNECTED_USERS'},_0x431876);default:return'';}}let K=0x1;class l extends _0x266e72{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
25
- ((()=>_0x15a394)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[c,i,H,_0x4e9cba,_0x4b7120,_0x1032c2];}static get['pluginName'](){return'RealTimeCollaborationClient';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['cloudDocumentVersion'](){return this['_lastServerVersion']+this['_offset'];}get['_lastServerVersion'](){return this['serverHistory']['version']-this['_offset'];}get['lastSyncVersion'](){const _0x1444ef=this['serverHistory']['getOperations']();for(let _0x306e2b=_0x1444ef['length']-0x1;_0x306e2b>=0x0;_0x306e2b--){const _0x25d3dc=_0x1444ef[_0x306e2b];if(!this['_disconnectionOperations']['has'](_0x25d3dc))return _0x25d3dc['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x2a7414){if(super(_0x2a7414),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x393855(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x37bed6('collaboration-missing-channelid',this);const _0xcc9ea8=_0x2a7414['config']['get']('cloudServices.bundleVersion')||nt;this['_service']=new l['CollaborativeEditingService'](_0xcc9ea8,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x2699d4(),this['_bufferedOperations']=[],this['_knownOperations']=new WeakSet(),this['_knownRootNames']=new Set(),this['set']('_isPendingUpdate',!0x1),this['set']('_hasSynchronizationProblem',!0x1),this['_pendingAction']=null,this['_hasSelectionChanged']=!0x1,this['_sendBufferedOperationsDelayId']=null,this['_baseBufferDelay']=0x12c,this['_currentBufferDelay']=this['_baseBufferDelay'],this['_lastSyncedOperationId']=null,this['_disconnectionOperations']=new WeakSet(),this['_operationIdentifier']=new X(this['_disconnectionOperations']);}['init'](){const _0x3857f8=this['editor'],_0x2188b5=_0x3857f8['plugins']['get'](_0x4b7120),_0x45e236=_0x3857f8['plugins']['get'](c);this['listenTo'](_0x2188b5,'getOperationAuthor',(_0x710acc,_0x596687)=>{const _0x213a13=_0x596687[0x0];_0x213a13['_authorId']&&(_0x710acc['return']=_0x2188b5['getUser'](_0x213a13['_authorId']),_0x710acc['stop']()),null===_0x213a13['_authorId']&&(_0x710acc['return']=null,_0x710acc['stop']());},{'priority':'high'}),this['listenTo'](_0x3857f8['model']['document']['selection'],'change:range',(_0x4f415f,_0x14a073)=>{_0x14a073['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x3857f8['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x3857f8['model']['on']('applyOperation',(_0x37a622,_0x4d9c15)=>{const _0xa73d29=_0x4d9c15[0x0];_0xa73d29['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0xa73d29),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x45e236,'state',this,'_hasSynchronizationProblem',(_0x573552,_0x4f5032)=>'connected'===_0x573552&&!_0x4f5032),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x3857f8['disableReadOnlyMode']('rtc-offline'):_0x3857f8['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x3857f8['disableReadOnlyMode']('rtc-offline'):_0x3857f8['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x109cb3=this['editor']['plugins']['get'](i),_0x192baf=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x109cb3['unregister'](this['_channelId']);const _0x69a9ac=await this['_service']['reconnect'](_0x192baf['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x69a9ac)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x5b631b=await this['_service']['getConnectedSessions']();_0x109cb3['register'](this['_channelId'],_0x5b631b),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0xd6b46e){if(function(_0x59ee60){return'404'===_0x59ee60['code'];}(_0xd6b46e)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x195dcf){return'409'===_0x195dcf['code'];}(_0xd6b46e)){const _0x2a9a76=q(this['editor']['locale'],'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');this['_handleReconnectionError'](_0x2a9a76);}else{if(!(_0xd6b46e instanceof J))throw _0xd6b46e;this['_handleReconnectionError']();}}}}['destroy'](){const _0x2f866b=this['editor']['plugins']['get'](c),_0x29379d=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x29379d['channelSessions']['has'](this['_channelId'])&&_0x29379d['unregister'](this['_channelId']),_0x2f866b['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x10c172){if(this['sessionId']!==_0x10c172['sessionId']&&this['_lastSyncedOperationId']!==_0x10c172['lastOperationId'])throw new J();return this['sessionId']=_0x10c172['sessionId'],this['_handleServerResponse']([],{..._0x10c172,'wereChangesApplied':!0x1,'data':_0x10c172['data']},'reconnect');}async['_connectService'](_0x2eb9eb,_0x1aa5b9=!0x1){const {connection:_0x3cd206}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x3cd206,this['_channelId'])['then'](_0x3234dc=>this['_initSessionsHandling'](_0x3234dc))['catch'](_0x4f930e=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x4f930e);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x1256c4,_0x5e7b76)=>{this['_crash']('realtimecollaborationclient-initservice-internal-error',_0x5e7b76);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x52c298=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x2eb9eb);this['_isPendingUpdate']=!0x0;const _0x543170=await this['_service']['connect'](_0x3cd206,this['_compressOperations'](_0x2eb9eb),_0x52c298);if(this['sessionId']=_0x543170['sessionId'],_0x1aa5b9){if(!_0x543170['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x543170['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x2eb9eb,_0x543170,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x543170,_0x2eb9eb);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x1889b4=this['editor']['plugins']['get'](i),_0x51dbd4=this['editor']['plugins']['get'](H),_0x5e81e0=_0x1889b4['channelSessions']['get'](this['_channelId']);_0x5e81e0&&_0x5e81e0['length']>0x1?_0x51dbd4['createUserMarkerOperations']():this['listenTo'](_0x1889b4,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x1889b4['channelSessions']['get'](this['_channelId'])['length']&&_0x51dbd4['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x342ff7,_0x105e95,_0x113109,_0x52da5b){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x105e95){const _0x4ce755=this['_decompressOperations'](_0x113109,_0x52da5b);await this['_fetchMissingUsers'](_0x4ce755),this['_handleExternalOperations'](_0x4ce755,_0x105e95,_0x113109['lastOperationId'])||this['_crash']('realtimecollaborationclient-initservice-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x504472}=this['editor'];let _0x30c3eb;try{_0x30c3eb=await this['_service']['getDocumentDetails']();}catch(_0x77090e){const _0x317dfd=q(_0x504472,'The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');return void this['_handleReconnectionError'](_0x317dfd);}const _0x4e9333=_0x30c3eb['currentDocumentSession']||_0x30c3eb['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x4e9333['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x46053d=q(_0x504472,'The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');this['_handleReconnectionError'](_0x46053d);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0xe24146){const _0x2c25e1=this['editor']['plugins']['get'](i);this['listenTo'](_0x2c25e1,'sessionAdd:'+this['_channelId'],(_0x683113,{session:_0x59b858})=>{if(_0x59b858['id']===_0x2c25e1['mySessionId']){_0x683113['off']();const _0x102f84=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x4fc742=_0x59b858['permissions'];_0x102f84&&_0x102f84['isEnabled']&&(_0x4fc742=_0x4fc742['filter'](_0x48995a=>'document:write'!==_0x48995a)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x4fc742,this['_channelId']);}}),_0x2c25e1['register'](this['_channelId'],_0xe24146);}['_initThrowingOnDataSet'](){const _0x2a5a1c=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x596ef8)=>{if(!_0x596ef8[_0x596ef8['length']-0x1]['suppressErrorInCollaboration'])throw new _0x37bed6('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x2a5a1c['apply'](this['editor']['data'],_0x596ef8);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x224f25,[_0xd05500])=>{if(this['_document']['version'])throw new _0x37bed6('realtimecollaborationclient-init-document-already-initialized',this);_0x224f25['stop'](),this['_setPendingAction']();const _0x38e349=this['editor']['config']['get']('rootsAttributes'),_0x402108=this['_getOperationsFromInitData'](_0xd05500,_0x38e349);0x0==_0x402108['length']&&_0x402108['push'](new _0x3892b7(0x0)),_0x224f25['return']=this['_connectService'](_0x402108)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0xd4288c=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0xd4288c))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x3bbcd8,[_0x5f1445,_0x1d8ff5])=>{_0x3bbcd8['stop']();const _0xc09717=this['editor']['model']['document']['getRoot'](_0x5f1445);if(!this['_knownRootNames']['has'](_0x5f1445)){const _0x35e7ae=_0x1d8ff5&&_0x1d8ff5['data']?_0x1d8ff5['data']:'',_0x31c53e=_0x1d8ff5&&_0x1d8ff5['attributes']?_0x1d8ff5['attributes']:{};await this['_loadRoot'](_0x5f1445,_0x35e7ae,_0x31c53e);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0xc09717['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0xc09717);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x320c7a){const _0x13b6d5=this['editor']['plugins']['get'](_0x4b7120),{connection:_0x1cd8ad}=this['editor']['plugins']['get'](c),_0x39ffb6=new Set();for(const _0x232d5a of _0x320c7a){const _0x562a63=_0x232d5a['_authorId'];_0x562a63&&!_0x13b6d5['getUser'](_0x562a63)&&_0x39ffb6['add'](_0x562a63);}if(0x0===_0x39ffb6['size'])return;const _0x5d4fcb=await dt['getMany'](_0x1cd8ad,Array['from'](_0x39ffb6));for(const _0x32a3db of _0x5d4fcb)_0x13b6d5['getUser'](_0x32a3db['id'])||_0x13b6d5['addUser'](_0x32a3db);}['_getOperationsFromInitData'](_0x55ba3,_0x2c9063={}){const _0x52f669=this['editor']['model'],_0x563549=[];let _0x4604eb=0x0;const _0x5b0125='string'==typeof _0x55ba3?{'main':_0x55ba3}:_0x55ba3;for(const _0x22fb15 of Object['keys'](_0x5b0125)){if(!this['_document']['roots']['has'](_0x22fb15))throw new _0x37bed6('realtimecollaborationclient-init-non-existent-root',this);const _0x571088=this['editor']['data']['parse'](_0x5b0125[_0x22fb15]),_0x52b57f=this['_document']['getRoot'](_0x22fb15),_0x3342b8=new _0x17a03e(_0x52f669['createPositionAt'](_0x52b57f,0x0),_0x571088,_0x4604eb++);_0x563549['push'](_0x3342b8);for(const [_0x12646d,_0x568249]of _0x571088['markers']){const _0x3106df=_0x52f669['createRange'](_0x52f669['createPositionFromPath'](_0x52b57f,_0x568249['start']['path']['slice']()),_0x52f669['createPositionFromPath'](_0x52b57f,_0x568249['end']['path']['slice']())),_0xb6c83e=new _0x23dfd1(_0x12646d,null,_0x3106df,_0x52f669['markers'],!0x0,_0x4604eb++);_0x563549['push'](_0xb6c83e);}}if(_0x2c9063)for(const [_0x47de1e,_0x48adca]of Object['entries'](_0x2c9063)){const _0x2742bb=_0x52f669['document']['getRoot'](_0x47de1e);if(!_0x2742bb)throw new _0x37bed6('multi-root-editor-root-attributes-no-root',null);for(const [_0x1de691,_0xa96bd3]of Object['entries'](_0x48adca))if(null!==_0xa96bd3){const _0x46d422=new _0x3a7055(_0x2742bb,_0x1de691,null,_0xa96bd3,_0x4604eb++);_0x563549['push'](_0x46d422);}}return _0x563549;}async['_loadRoot'](_0x29b2cf,_0x5cd44f,_0x67f12f){this['_getOperationsFromInitData']({[_0x29b2cf]:_0x5cd44f},{[_0x29b2cf]:_0x67f12f})['forEach']((_0xf37d1d,_0x9a5891)=>{_0xf37d1d['baseVersion']=this['_document']['version']+_0x9a5891,_0xf37d1d['_isInit']=!0x0,this['_saveOperationInBuffer'](_0xf37d1d);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0xe7d19e,_0x5d379c){let _0x594d3f;this['_offset']=_0xe7d19e['offset'];const _0x44f24a=_0xe7d19e['wereChangesApplied']&&!_0xe7d19e['initData'],_0x11fd0f=_0x44f24a?0x0:_0xe7d19e['data']['baseVersion'];if(_0x5d379c['forEach'](_0x215746=>{_0x215746['_isInit']=!0x0,_0x215746['createdAt']=_0xe7d19e['sessionCreatedAt'],_0x215746['_authorId']=null;}),_0x44f24a)_0x594d3f=_0x5d379c,this['_applyOperationsSet'](_0x594d3f,_0x44f24a);else{if(_0xe7d19e['initData']){const _0x42b515=this['_getOperationsFromInitData'](_0xe7d19e['initData']);this['_document']['history']['version']=-_0x42b515['length'],_0x42b515['forEach'](_0x5c9fbd=>{_0x5c9fbd['baseVersion']-=_0x42b515['length'],_0x5c9fbd['createdAt']=_0xe7d19e['sessionCreatedAt'],_0x5c9fbd['_isInit']=!0x0,_0x5c9fbd['_authorId']=null;}),this['_applyOperationsSet'](_0x42b515,!0x0),this['serverHistory']['version']=-_0x42b515['length']+this['_offset'],this['_updateServerHistory'](_0x42b515);}this['_document']['history']['version']=_0x11fd0f,_0x594d3f=this['_decompressOperations'](_0xe7d19e['data'],_0xe7d19e['metadata']),await this['_fetchMissingUsers'](_0x594d3f),this['_applyOperationsSet'](_0x594d3f,_0x44f24a);}_0xe7d19e['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x594d3f,_0xe7d19e['lastOperationId']),this['_lastSyncedOperationId']=_0xe7d19e['lastOperationId']),this['serverHistory']['version']=_0x11fd0f+this['_offset'],this['_updateServerHistory'](_0x594d3f),_0x5d379c['filter'](_0x2fc930=>{const _0x44e0f2=this['_getAffectedRoot'](_0x2fc930);return _0x44e0f2&&!this['_knownRootNames']['has'](_0x44e0f2);})['forEach']((_0x27aa61,_0x2d0444)=>{_0x27aa61['baseVersion']=this['_document']['version']+_0x2d0444,this['_saveOperationInBuffer'](_0x27aa61);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x212d20,_0x6720a5,_0x22b859){throw this['_isPendingUpdate']=!0x0,_0x6720a5&&console['error'](_0x6720a5),_0x22b859&&this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x37bed6(_0x212d20,this['editor']);}['_saveOperationInBuffer'](_0x2e8d87){this['_knownOperations']['has'](_0x2e8d87)||(this['_knownOperations']['add'](_0x2e8d87),this['_bufferedOperations']['push'](_0x2e8d87),this['_pendingAction']||'marker'==_0x2e8d87['type']&&!_0x2e8d87['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x15d940=!0x1){!_0x15d940&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x3c2d57=>{_0x3c2d57&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x2ea1ff=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x11bd57){return _0x11bd57['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x11bd57['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x11bd57['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x2ea1ff)||this['_crash'](_0x2ea1ff['message'],_0x2ea1ff,!0x0);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x170fed=>{this['on']('change:_isPendingUpdate',()=>{_0x170fed();});});}async['_sendBufferedOperations'](){const _0x1503b0=this['editor']['plugins']['get'](H);if(this['_shouldSendSelectionUpdate']()&&(_0x1503b0['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x33440f=[...this['_bufferedOperations']];for(const _0x174077 of _0x33440f)_0x174077['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x174077);const _0x325671=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x33440f),_0x1f8a63=K++,_0xc0a83d=this['_compressOperations'](_0x33440f),_0x5720c0=await this['_service']['sendOperations'](_0xc0a83d,_0xc0a83d['baseVersion'],_0x325671);try{return await this['_handleServerResponse'](_0x33440f,_0x5720c0,_0x1f8a63);}catch(_0x113c5a){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x113c5a);}}async['_handleServerResponse'](_0x5cadc2,_0x2110ab,_0x5cb233){if('error'in _0x2110ab)throw _0x2110ab['error'];let _0xbc4aee=!0x1;if(_0x2110ab['wereChangesApplied']){_0x2110ab['lastOperationId']&&(this['_lastSyncedOperationId']=_0x2110ab['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x2ba82e=>!_0x5cadc2['includes'](_0x2ba82e));for(const _0x131c9c of _0x5cadc2)_0x131c9c['createdAt']='lastOperationAcceptedAt'in _0x2110ab&&_0x2110ab['lastOperationAcceptedAt']||void 0x0;Q(_0x5cadc2,_0x2110ab['version']-_0x5cadc2['length']),this['_updateServerHistory'](_0x5cadc2);const _0x476952=_0x5cadc2['filter'](_0x3e9ac4=>{if(!_0x3e9ac4['_isInit'])return!0x1;const _0x1a7b41=this['_getAffectedRoot'](_0x3e9ac4);return _0x1a7b41&&!this['_knownRootNames']['has'](_0x1a7b41);});Q(_0x476952,this['_document']['version']),this['_applyOperationsSet'](_0x476952),_0xbc4aee=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x131cf9=this['_decompressOperations'](_0x2110ab['data'],_0x2110ab['metadata'])['filter'](_0x50f49e=>_0x50f49e['baseVersion']>=this['_lastServerVersion']);_0x131cf9['forEach'](_0x4446bb=>this['_addKnownRoot'](_0x4446bb)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x3595c2=>!_0x3595c2['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x3595c2))),this['_bufferedOperations']['length']&&Q(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x131cf9),_0xbc4aee=this['_handleExternalOperations'](_0x131cf9,_0x2110ab['version'],_0x2110ab['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0xbc4aee?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x1d7482,_0x6403aa,_0x3769a5){try{const _0x1104f0={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x45ee60,operationsB:_0x2b4ac6,originalOperations:_0x3e58c1}=_0x11eeae(_0x1d7482,this['_bufferedOperations'],_0x1104f0);Q(_0x45ee60,this['_document']['version']),Q(_0x2b4ac6,_0x6403aa);for(const _0x1a57e5 of _0x45ee60){const _0x1e8fa8=_0x3e58c1['get'](_0x1a57e5);_0x1a57e5['_authorId']=_0x1e8fa8?_0x1e8fa8['_authorId']:null;}_0x3769a5&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x1d7482,_0x3769a5),this['_lastSyncedOperationId']=_0x3769a5),this['_bufferedOperations']=[..._0x2b4ac6],this['_applyOperationsSet'](_0x45ee60),this['_updateServerHistory'](_0x1d7482);}catch(_0x4d4f67){return console['error'](_0x4d4f67),!0x1;}return!0x0;}['_applyOperationsSet'](_0x3dad1f,_0xacc0b8=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x39ff61=>{for(const _0x2ad4d3 of _0x3dad1f)this['_knownOperations']['add'](_0x2ad4d3),this['_addKnownRoot'](_0x2ad4d3),_0x39ff61['batch']['addOperation'](_0x2ad4d3),this['editor']['model']['applyOperation'](_0x2ad4d3);});}['_addKnownRoot'](_0x20034d){const _0xa31834=this['_getAffectedRoot'](_0x20034d);_0xa31834&&this['_knownRootNames']['add'](_0xa31834);}['_getAffectedRoot'](_0x10a9fe){let _0x3d0e0a,_0x42d0a6;switch(_0x10a9fe['type']){case'insert':_0x3d0e0a=_0x10a9fe['position']['root'];break;case'marker':if(_0x42d0a6=_0x10a9fe['newRange'],!_0x42d0a6)return null;_0x3d0e0a=_0x42d0a6['root'];break;case'addRootAttribute':_0x3d0e0a=_0x10a9fe['root'];break;case'addRoot':_0x3d0e0a=_0x10a9fe['affectedSelectable'];break;case'move':_0x3d0e0a=_0x10a9fe['targetPosition']['root'];break;default:return null;}return _0x3d0e0a['rootName'];}['_updateServerHistory'](_0x5d1dba){_0x5d1dba['forEach'](_0x5e3aca=>{const _0x3a7766=_0x5e3aca['clone']();_0x3a7766['_authorId']=_0x5e3aca['_authorId'],_0x3a7766['_isInit']=!!_0x5e3aca['_isInit'],_0x3a7766['createdAt']=_0x5e3aca['createdAt'],_0x3a7766['baseVersion']+=this['_offset'],_0x5e3aca['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x3a7766),this['serverHistory']['addOperation'](_0x3a7766);});}['_handleReconnectionError'](_0x4428bf){const _0xa4b865=this['editor']['plugins']['get']('Notification'),_0x8bd54=this['editor']['locale'];_0x4428bf||(_0x4428bf=q(_0x8bd54,'The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.')),_0xa4b865['showWarning'](_0x4428bf,{'title':q(_0x8bd54,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['destroy']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x4e9cba)['add'](q(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x4e9cba)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x22cc30){const _0x3e37bf=_0x22cc30['map'](_0x496725=>_0x496725['toJSON']());return this['_compressor']['compress'](_0x3e37bf);}['_decompressOperations'](_0x4b7cff,_0xf6b206){return this['_compressor']['decompress'](_0x4b7cff)['map']((_0x132b3e,_0x1a6747)=>{const _0x22ea2b='init'==_0xf6b206[_0x1a6747]['type'];if('InsertOperation'==_0x132b3e['__className']){const _0x5904f6=_0x132b3e['position']['root'];!this['_document']['getRoot'](_0x5904f6)&&(this['_document']['createRoot']('$root',_0x5904f6)['_isAttached']=!0x1);}const _0x4ea541=_0x4d3b91['fromJSON'](_0x132b3e,this['_document']);return _0x4ea541['wasUndone']=_0x132b3e['wasUndone'],_0x4ea541['_isInit']=_0x22ea2b,_0x4ea541['_authorId']=_0x22ea2b?null:_0xf6b206[_0x1a6747]['userId'],_0x4ea541['_isDisconnection']='cs:removeUser'===_0xf6b206[_0x1a6747]['type'],_0x4ea541['createdAt']=_0xf6b206[_0x1a6747]['createdAt'],_0x4ea541;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x178be8=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x178be8&&_0x178be8['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class J extends Error{}function Q(_0x101e4e,_0x349d9b){for(const _0x35a153 of _0x101e4e)_0x35a153['baseVersion']=_0x349d9b++;}class X{['_ignoredOperations'];['_operationToId'];constructor(_0x1624c4){this['_ignoredOperations']=_0x1624c4,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x5ef0c7){let _0x413368=_0x5ef0c7['length'];for(;_0x413368--;){const _0x28e9b2=_0x5ef0c7[_0x413368];if(!this['_ignoredOperations']['has'](_0x28e9b2)){if(!this['_operationToId']['has'](_0x28e9b2)){const _0x4e8144=_0x5ea109()['slice'](0x1,0x12);this['_operationToId']['set'](_0x28e9b2,_0x4e8144);}return this['_operationToId']['get'](_0x28e9b2);}}}['setIdForTheLastOperation'](_0x5dce6d,_0x46feea){if(!_0x46feea)return;let _0x5d71f2=_0x5dce6d['length'];for(;_0x5d71f2--;){const _0x4c14d6=_0x5dce6d[_0x5d71f2];this['_ignoredOperations']['has'](_0x4c14d6)||this['_operationToId']['set'](_0x4c14d6,_0x46feea);}}}class n extends _0x266e72{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x28c33e{static ['CommentsService']=/* #__PURE__ -- @preserve */
26
- ((()=>_0x5c5406)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x4b7120];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5a023a){super(_0x5a023a),this['_services']=new Map();}async['init'](){const _0x2644c2=this['context'],_0x25d3ee=_0x2644c2['plugins']['get']('CommentsRepository');if(_0x2644c2['plugins']['get'](c)['addToReconnectionStack'](this),_0x25d3ee['adapter']={'addCommentThread':async({channelId:_0x14c7f4,threadId:_0x4cc220,comments:_0x1b1747,resolvedAt:_0x3294b7,resolvedBy:_0x378165,context:_0x5d569b,attributes:_0x2b6271})=>{const _0x5e5394=await this['_getService'](_0x14c7f4)['addCommentThread']({'commentThreadId':_0x4cc220,'comments':_0x1b1747['map'](_0x314f9e=>function(_0x3926e7,_0x37474d,_0x1fccd5){return{'commentThreadId':_0x1fccd5,'commentId':_0x3926e7['commentId'],'userId':_0x3926e7['authorId'],'content':_0x3926e7['content'],'documentId':_0x37474d,'createdAt':_0x3926e7['createdAt'],'attributes':_0x3926e7['attributes']||{}};}(_0x314f9e,_0x14c7f4,_0x4cc220)),'resolvedAt':_0x3294b7,'resolvedBy':_0x378165,'context':_0x5d569b,'attributes':_0x2b6271})['catch'](ut);return{'threadId':_0x5e5394['commentThreadId'],'comments':_0x5e5394['comments']};},'getCommentThread':async({channelId:_0x52661e,threadId:_0x46a7c9})=>{const _0x37267e=await this['_getService'](_0x52661e)['getCommentThread'](_0x46a7c9)['catch'](ut);return _0x37267e['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x37267e]),{'threadId':_0x37267e['commentThreadId'],'comments':_0x37267e['comments']['map'](S),'context':_0x37267e['context'],'resolvedAt':_0x37267e['resolvedAt'],'resolvedBy':_0x37267e['resolvedBy'],'attributes':_0x37267e['attributes']||{}});},'updateCommentThread':async({channelId:_0x44e029,threadId:_0x4309d2,context:_0x3abe49,unlinkedAt:_0x1185de,attributes:_0x4d001a})=>this['_getService'](_0x44e029)['updateCommentThread']({'commentThreadId':_0x4309d2,'context':_0x3abe49,'attributes':_0x4d001a,'unlinkedAt':_0x1185de})['catch'](B)['catch'](ut),'resolveCommentThread':async({channelId:_0x3d2d4b,threadId:_0x2111ac})=>{const _0x815cfb=await this['_getService'](_0x3d2d4b)['resolveCommentThread'](_0x2111ac)['catch'](B)['catch'](ut);return{'threadId':_0x815cfb['commentThreadId'],'resolvedAt':_0x815cfb['resolvedAt'],'resolvedBy':_0x815cfb['resolvedBy']};},'reopenCommentThread':async({channelId:_0x19f44c,threadId:_0x54de01})=>this['_getService'](_0x19f44c)['reopenCommentThread'](_0x54de01)['catch'](B)['catch'](ut),'removeCommentThread':({channelId:_0x47e0a1,threadId:_0x20418d})=>this['_getService'](_0x47e0a1)['removeCommentThread'](_0x20418d)['catch'](B)['catch'](ut),'addComment':({channelId:_0x3cabfc,threadId:_0xb5950c,commentId:_0x40d2f1,content:_0x2eb523,attributes:_0x55550a})=>this['_getService'](_0x3cabfc)['addComment'](_0xb5950c,_0x40d2f1,_0x2eb523,_0x55550a)['catch'](ut),'updateComment':({channelId:_0x5782dc,threadId:_0xf1c7dc,commentId:_0x61091,content:_0x3c1706,attributes:_0x344d9d})=>this['_getService'](_0x5782dc)['updateComment'](_0xf1c7dc,_0x61091,_0x3c1706,_0x344d9d)['catch'](B)['catch'](ut),'removeComment':({channelId:_0x5c9360,threadId:_0x156b47,commentId:_0x221400})=>this['_getService'](_0x5c9360)['removeComment'](_0x156b47,_0x221400)['catch'](B)['catch'](ut)},_0x2644c2 instanceof _0x5c34e8){const _0x2d65b1=_0x2644c2['config']['get']('collaboration.channelId'),_0x290a5d=_0x2644c2['plugins']['get'](i);await this['_setUpService'](_0x2d65b1);const _0x3b5fa6=await this['_services']['get'](_0x2d65b1)['getConnectedSessions']();this['listenTo'](_0x290a5d,'sessionAdd:'+_0x2d65b1,(_0x40a132,{session:_0x5af38e})=>{_0x5af38e['id']===_0x290a5d['mySessionId']&&(_0x40a132['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x5af38e['permissions'],_0x2d65b1));}),_0x290a5d['register'](_0x2d65b1,_0x3b5fa6);}}async['_setUpService'](_0x5775e3){if(this['_services']['has'](_0x5775e3))throw new _0x37bed6('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x5775e3});const _0x2d7b1f=this['context']['plugins']['get']('CommentsRepository'),_0x386b5a=new a['CommentsService'](_0x5775e3);this['_services']['set'](_0x5775e3,_0x386b5a),this['listenTo'](_0x386b5a,'commentThreadAdded',(_0x5a6e12,_0x2fffbf)=>{const {commentThreadId:_0x4b83f0,documentId:_0x4fc91f,context:_0x2a5812,attributes:_0x412ed3,resolvedAt:_0x26db41,resolvedBy:_0x15e116,comments:_0x5b6c7c}=_0x2fffbf;_0x2d7b1f['getCommentThread'](_0x4b83f0)||_0x2d7b1f['addCommentThread']({'threadId':_0x4b83f0,'channelId':_0x4fc91f,'comments':_0x5b6c7c?_0x5b6c7c['map'](S):[],'context':_0x2a5812,'attributes':_0x412ed3,'resolvedAt':_0x26db41,'resolvedBy':_0x15e116,'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentThreadUpdated',(_0x2e487f,{commentThreadId:_0x3a99fb,documentId:_0x944c2f,context:_0x22e03b,unlinkedAt:_0x2b5064,attributes:_0x1efead})=>{_0x2d7b1f['getCommentThread'](_0x3a99fb)&&_0x2d7b1f['updateCommentThread']({'threadId':_0x3a99fb,'channelId':_0x944c2f,'context':_0x22e03b,'unlinkedAt':_0x2b5064,'attributes':_0x1efead,'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentThreadResolved',(_0x177af0,{commentThreadId:_0x5c2758,resolvedBy:_0x2b47ec,resolvedAt:_0x4a4757})=>{const _0x201192=_0x2d7b1f['getCommentThread'](_0x5c2758);_0x201192&&_0x201192['resolve']({'resolvedBy':_0x2b47ec,'resolvedAt':_0x4a4757,'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentThreadReopened',(_0x41b103,{commentThreadId:_0xccd637})=>{const _0x531535=_0x2d7b1f['getCommentThread'](_0xccd637);_0x531535&&_0x531535['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentThreadRemoved',(_0x1254df,{commentThreadId:_0x3277cf})=>{const _0x2167a7=_0x2d7b1f['getCommentThread'](_0x3277cf);_0x2167a7&&_0x2167a7['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentAdded',(_0x4923c0,_0x95a7c0)=>{const _0x311a2b=_0x95a7c0['commentThreadId'],_0x3795da=_0x2d7b1f['getCommentThread'](_0x311a2b);_0x3795da&&_0x3795da['addComment']({...S(_0x95a7c0),'isFromAdapter':!0x0});}),this['listenTo'](_0x386b5a,'commentUpdated',(_0x36c730,{commentThreadId:_0x42cafe,commentId:_0x2f456f,content:_0x265db5,attributes:_0x3907ae})=>{const _0xbbdf4e=_0x2d7b1f['getCommentThread'](_0x42cafe);if(_0xbbdf4e){const _0x318f81=_0xbbdf4e['getComment'](_0x2f456f);_0x318f81&&_0x318f81['update']({'content':_0x265db5,'attributes':_0x3907ae,'isFromAdapter':!0x0});}}),this['listenTo'](_0x386b5a,'commentRemoved',(_0x48dfec,{commentThreadId:_0x28ffd7,commentId:_0x18397f})=>{const _0xfb54bc=_0x2d7b1f['getCommentThread'](_0x28ffd7);if(_0xfb54bc){const _0xbda1e6=_0xfb54bc['getComment'](_0x18397f);_0xbda1e6&&_0xbda1e6['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x5775e3);}['destroy'](){if(this['context']instanceof _0x5c34e8){const _0x52141b=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x52141b);}}['_terminateService'](_0xea722a){if(!this['_services']['has'](_0xea722a))throw new _0x37bed6('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0xea722a});this['_getService'](_0xea722a)['disconnect'](),this['_services']['delete'](_0xea722a);}async['reconnect'](){for(const _0x278660 of this['_services']['keys']())await this['_connectService'](_0x278660);if(this['context']instanceof _0x5c34e8){const _0x5deb66=this['context']['config']['get']('collaboration.channelId'),_0x4d7c11=this['context']['plugins']['get'](i);_0x4d7c11['unregister'](_0x5deb66);const _0x30ec74=await this['_services']['get'](_0x5deb66)['getConnectedSessions']();_0x4d7c11['register'](_0x5deb66,_0x30ec74);}}async['_connectService'](_0x13c6dc){const {connection:_0x4bc3d2}=this['context']['plugins']['get'](c),_0x5ca1aa=this['context']['plugins']['get']('CommentsRepository'),_0x38a1ea=this['_services']['get'](_0x13c6dc),_0x3a2635=await _0x38a1ea['connect'](_0x4bc3d2);await this['_fetchMissingUsersForThreads'](_0x3a2635);const _0x388b20=new Set(Array['from'](_0x5ca1aa['getCommentThreads']({'channelId':_0x13c6dc}),_0xcf24b1=>_0xcf24b1['id']));for(const _0x18ab49 of _0x3a2635)_0x18ab49['deletedAt']||_0x388b20['delete'](_0x18ab49['commentThreadId']);for(const _0x230fc0 of _0x388b20)_0x5ca1aa['getCommentThread'](_0x230fc0)['remove']({'isFromAdapter':!0x0});for(const _0x232757 of _0x3a2635){let _0x547409=_0x5ca1aa['getCommentThread'](_0x232757['commentThreadId']);const {commentThreadId:_0x2c2363,context:_0x594eb1,attributes:_0x10adf0,resolvedBy:_0xc56772,resolvedAt:_0x435dfb,unlinkedAt:_0x4cf4d4,deletedAt:_0x220a43}=_0x232757;if(_0x220a43)continue;_0x547409||(_0x547409=_0x5ca1aa['addCommentThread']({'channelId':_0x13c6dc,'threadId':_0x2c2363,'context':_0x594eb1,'attributes':_0x10adf0||{},'resolvedBy':_0xc56772,'resolvedAt':_0x435dfb,'unlinkedAt':_0x4cf4d4,'isFromAdapter':!0x0}));const _0x128fc7=new Set(Array['from'](_0x547409['comments'],_0x22de6e=>_0x22de6e['id']));for(const _0x5f5940 of _0x232757['comments'])_0x128fc7['delete'](_0x5f5940['commentId']);for(const _0x191896 of _0x128fc7)_0x547409['getComment'](_0x191896)['remove']({'isFromAdapter':!0x0});for(const _0x5179a6 of _0x232757['comments']){const _0x4f048e=_0x547409['getComment'](_0x5179a6['commentId']);_0x4f048e?_0x4f048e['content']!==_0x5179a6['content']&&_0x4f048e['update']({'content':_0x5179a6['content'],'isFromAdapter':!0x0}):_0x547409['addComment'](Object['assign'](S(_0x5179a6),{'isFromAdapter':!0x0}));}}}['_getService'](_0x328b16){if(!this['_services']['has'](_0x328b16))throw new _0x37bed6('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x328b16});return this['_services']['get'](_0x328b16);}async['_fetchMissingUsersForThreads'](_0x53e244){const _0x257059=this['context']['plugins']['get'](_0x4b7120),{connection:_0x2f91ce}=this['context']['plugins']['get'](c),_0x23f2a6=new Set();for(const {resolvedBy:_0x293228,comments:_0x2ae0dc}of _0x53e244){_0x293228&&!_0x257059['getUser'](_0x293228)&&_0x23f2a6['add'](_0x293228);for(const {userId:_0x5169d4}of _0x2ae0dc)_0x257059['getUser'](_0x5169d4)||_0x23f2a6['add'](_0x5169d4);}if(0x0===_0x23f2a6['size'])return;const _0x5ca0f5=await dt['getMany'](_0x2f91ce,Array['from'](_0x23f2a6));for(const _0x54a138 of _0x5ca0f5)_0x257059['getUser'](_0x54a138['id'])||_0x257059['addUser'](_0x54a138);}}async function B(_0x5bc103){if('404'!==_0x5bc103['code'])throw _0x5bc103;}function ut(_0x53440d){if((_0x1cec38=_0x53440d)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x1cec38['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x1cec38['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x1cec38;throw _0x53440d;}function S(_0x152b5b){return{'threadId':_0x152b5b['commentThreadId'],'commentId':_0x152b5b['commentId'],'content':_0x152b5b['content'],'createdAt':_0x152b5b['createdAt'],'authorId':_0x152b5b['userId'],'attributes':_0x152b5b['attributes']||{}};}class f extends _0x266e72{static ['TrackChangesService']=/* #__PURE__ -- @preserve */
27
- ((()=>et)());['_bufferedRequests'];['_trackChangesService'];static get['requires'](){return[a,'TrackChangesEditing',c];}static get['pluginName'](){return'CloudServicesTrackChangesAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2ec6a2){super(_0x2ec6a2);const _0x96a24c=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new f['TrackChangesService'](_0x96a24c);}['init'](){const _0x875e11=this['editor']['plugins']['get'](c),_0x5c49a3=this['editor']['plugins']['get']('TrackChangesEditing');return _0x5c49a3['adapter']={'getSuggestion':async _0x2da8f3=>{await this['_waitForServiceReady']();const _0x5abcf1=await this['_trackChangesService']['get'](_0x2da8f3)['catch'](R);return await this['_fetchMissingUsersForThreads']([_0x5abcf1]),_0x5abcf1;},'addSuggestion':async({id:_0x37ef70,type:_0x3c1ccb,data:_0x24c000,originalSuggestionId:_0x3a7990,attributes:_0x19f6fd})=>{await this['_waitForServiceReady']();const _0x372118={'id':_0x37ef70,'type':_0x3c1ccb,'data':_0x24c000,'originalSuggestionId':_0x3a7990,'attributes':_0x19f6fd},_0x566306=await this['_trackChangesService']['add'](_0x37ef70,_0x3c1ccb,_0x24c000,_0x3a7990,_0x19f6fd)['catch'](_0x518a01=>{if(ft(_0x518a01))return new Promise(_0x92fb34=>{this['_bufferedRequests']['set'](_0x37ef70,{'resolve':_0x92fb34,'suggestionData':_0x372118});});throw _0x518a01;});return this['_bufferedRequests']['delete'](_0x37ef70),_0x566306;},'updateSuggestion':async(_0x13c883,_0x6742d8)=>{if(await this['_waitForServiceReady'](),'open'!==_0x6742d8['state'])return this['_trackChangesService']['update'](_0x13c883,_0x6742d8)['catch'](R);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0xa649ac,_0x1e22bf)=>{_0x5c49a3['hasSuggestion'](_0x1e22bf['id'])&&(_0x5c49a3['getSuggestion'](_0x1e22bf['id'])['attributes']=_0x1e22bf['attributes']);}),this['_trackChangesService']['connect'](_0x875e11['connection'])['then'](_0x2fd973=>(_0x875e11['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0x2fd973)['then'](()=>{for(const _0x33c5e8 of _0x2fd973){_0x5c49a3['addSuggestionData'](_0x33c5e8)['_saved']=!0x0;}})));}async['reconnect'](){const _0x136a59=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x573a9a}=this['editor']['plugins']['get'](c),_0xca6e79=await this['_trackChangesService']['connect'](_0x573a9a);await this['_fetchMissingUsersForThreads'](_0xca6e79);for(const {suggestionData:_0x458240,resolve:_0x117b00}of this['_bufferedRequests']['values']()){let _0x3f30a9=_0xca6e79['find'](_0x2dc1f8=>_0x2dc1f8['id']===_0x458240['id']);_0x3f30a9||(_0x3f30a9=await this['_trackChangesService']['add'](_0x458240['id'],_0x458240['type'],_0x458240['data'],_0x458240['originalSuggestionId'])),_0x117b00(_0x3f30a9);}for(const _0x4abf94 of _0xca6e79)_0x136a59['hasSuggestion'](_0x4abf94['id'])||_0x136a59['addSuggestionData'](_0x4abf94);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x17a35b=>{this['listenTo'](this['_trackChangesService'],'connected',_0xc55b62=>{_0xc55b62['off'](),_0x17a35b();});});}async['_fetchMissingUsersForThreads'](_0x2c5576){const _0x4106af=this['editor']['plugins']['get'](_0x4b7120),{connection:_0xa40c71}=this['editor']['plugins']['get'](c),_0x517c33=new Set();for(const {authorId:_0x471f16}of _0x2c5576)_0x4106af['getUser'](_0x471f16)||_0x517c33['add'](_0x471f16);if(0x0===_0x517c33['size'])return;const _0xd24eb4=await dt['getMany'](_0xa40c71,Array['from'](_0x517c33));for(const _0x2a8d6a of _0xd24eb4)_0x4106af['getUser'](_0x2a8d6a['id'])||_0x4106af['addUser'](_0x2a8d6a);}}function R(_0x2f700c){if(ft(_0x2f700c))return new Promise(()=>{});throw _0x2f700c;}function ft(_0x2e4ef9){return _0x2e4ef9['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x2e4ef9['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class m extends _0x266e72{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 _0xa27bd3=this['editor']['plugins']['get'](c),_0x432292=this['editor']['plugins']['get']('CommentsEditing'),_0x42719f=this['editor']['plugins']['get'](a);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0xa27bd3,'change:state',(_0x1a2ebd,_0x297056,_0x1fee89)=>{_0x432292['isThreadsLoadingPaused']='connected'!==_0x1fee89;});}),this['listenTo'](_0xa27bd3,'change:state',(_0x46557b,_0x4506b5,_0x23a588)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0x23a588);}),_0x42719f['_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 _0x266e72{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 _0x266e72{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
28
- ((()=>it)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[c,l,'RevisionTracker',i,_0x4b7120];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x9e8594){super(_0x9e8594);const _0x43bc8e=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x43bc8e);}async['init'](){const _0x38a53c=this['editor']['plugins']['get'](l),_0x222449=_0x38a53c['serverHistory'],_0x6ea0b2=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x222449,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x38a53c['sessionId']});const _0x9c9ba4=this['editor']['config']['get']('cloudServices.bundleVersion')||nt,_0x3fd93c=await tt['isBundleUploaded'](_0x6ea0b2['connection'],_0x9c9ba4);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x5b28ed})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x5b28ed)),'updateRevisions':async _0x1946dc=>{await this['_waitForServiceReady']();const _0x3eb514=this['_revisionTracker']['currentRevision'];if(_0x3fd93c&&0x1===_0x1946dc['length']&&_0x1946dc[0x0]['id']===_0x3eb514['id'])return _0x1946dc;for(const _0x3f63ca of _0x1946dc)_0x3f63ca['id']===_0x3eb514['id']&&(_0x3f63ca['isEmptyCurrent']=_0x3f63ca['fromVersion']===_0x3f63ca['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x1946dc,this['_lastRequestId'])['then'](_0x20d8a7=>(this['_lastRequestId']=_0x20d8a7,_0x1946dc))['catch'](_0x18d6e6=>{if(st(_0x18d6e6)||'400'===_0x18d6e6['code']&&void 0x0!==_0x18d6e6['data']['wrongRequestId']){for(const _0x17a761 of _0x1946dc){!this['_revisionTracker']['repository']['getRevision'](_0x17a761['id'])||this['_revisionTracker']['_bufferUpdate'](_0x17a761['id'],_0x17a761,!0x1);}if(st(_0x18d6e6))throw _0x18d6e6;return _0x1946dc;}throw _0x18d6e6;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x9bf179,{revisionsData:_0x502c1b,requestId:_0x2687d0})=>{Math['max'](..._0x502c1b['map'](_0x1306d2=>_0x1306d2['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x502c1b,_0x2687d0);}):this['_handleRevisionsUpdate'](_0x502c1b,_0x2687d0);});const {revisions:_0x36464f,requestId:_0x1c38e7}=await this['_revisionHistoryService']['connect'](_0x6ea0b2['connection']);_0x6ea0b2['addToReconnectionStack'](this),this['_lastRequestId']=_0x1c38e7,await this['_fetchMissingUsers'](_0x36464f);for(const _0x852aa2 of _0x36464f)this['_revisionTracker']['addRevisionData'](_0x852aa2);this['listenTo'](_0x38a53c,'change:_isConnected',(_0x4629e4,_0x3acebb,_0x1fb6d8)=>{_0x1fb6d8&&(this['_oldOffset']=_0x38a53c['_offset'],_0x4629e4['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x6ea0b2,'state',_0x4e953f=>_0x4e953f===_0x1cb2dd['CONNECTED']);}async['reconnect'](){const _0x383c2c=this['editor']['plugins']['get'](c),_0x3b003f=this['editor']['plugins']['get'](l),_0x542b66=async()=>{const _0x5109ca=this['_revisionTracker']['currentRevision'],_0x534d26=_0x5109ca['id'],_0x56ae02=_0x534d26!==_0x3b003f['sessionId'];if(_0x56ae02){const _0x453061=_0x3b003f['_offset']-this['_oldOffset'],_0x9900de=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x5109ca['toVersion']+_0x453061!==_0x9900de){const _0x210dd3=_0x5109ca['fromVersion']+_0x453061,_0x4bf328=this['editor']['plugins']['get'](_0x4b7120),_0x16de79=this['_revisionTracker']['buildRevisionData']({'revision':_0x5109ca,'from':_0x210dd3,'to':_0x9900de});_0x16de79['id']=_0x5109ca['id'];const _0x2bd82c=_0x16de79['authorsIds']['map'](_0x16e7c2=>_0x4bf328['getUser'](_0x16e7c2));_0x5109ca['_update']({..._0x16de79,'authors':_0x2bd82c},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x5109ca['id'],_0x16de79,!0x0);}this['_revisionTracker']['_startingVersion']=_0x9900de,(_0x5109ca['toVersion']===_0x5109ca['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x534d26)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x534d26),this['_revisionTracker']['_createCurrentRevision'](_0x9900de));}const {revisions:_0x18c373,requestId:_0x1f97fd}=await this['_revisionHistoryService']['reconnect'](_0x383c2c['connection'],this['_lastRequestId']);_0x56ae02&&_0x18c373['length']>0x0?_0x3b003f['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x18c373),this['_handleRevisionsUpdate'](_0x18c373,_0x1f97fd),this['_revisionTracker']['sendBufferedUpdates']());};return _0x3b003f['_isConnected']?_0x542b66():new Promise((_0x22b62e,_0x128139)=>{_0x3b003f['once']('change:_isConnected',()=>{_0x542b66()['then'](_0x22b62e)['catch'](_0x128139);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x52c322=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x53e598=>{_0x53e598['off'](),_0x52c322();});});}['_getLatestVersionFromServerOperations'](){const _0x1ed8d3=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x30f8b8 of _0x1ed8d3)if('marker'!==_0x30f8b8['type']||_0x30f8b8['affectsData'])return _0x30f8b8['baseVersion']+0x1;}['_getLatestVersion'](){const _0x221f21=this['editor']['plugins']['get'](l);return new Promise(_0x3326ab=>{_0x221f21['_isPendingUpdate']?_0x221f21['once']('change:_isPendingUpdate',()=>{_0x3326ab(this['_getLatestVersionFromServerOperations']());}):_0x3326ab(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x50d8da,_0x435e0a){const _0x481dce=this['_revisionTracker']['repository'];this['_lastRequestId']=_0x435e0a;for(const _0x48daa8 of _0x50d8da){const _0x672c27=_0x481dce['getRevision'](_0x48daa8['id']);if(_0x672c27){if((_0x48daa8['fromVersion']||_0x48daa8['toVersion'])&&(_0x48daa8['diffData']=null),_0x672c27===this['_revisionTracker']['currentRevision']){const _0xa1cee0=Math['max'](_0x672c27['toVersion'],_0x48daa8['toVersion']),_0xed695e=Math['max'](_0x672c27['fromVersion'],_0x48daa8['fromVersion']);let _0x306172;_0x672c27['toVersion']===_0x48daa8['toVersion']&&_0x672c27['fromVersion']===_0x48daa8['fromVersion']?(_0x306172=!0x0,this['_preventResendingRevisionData'](_0x48daa8)):_0x48daa8['toVersion']===_0xa1cee0&&_0x48daa8['fromVersion']===_0xed695e?_0x306172=!0x1:(_0x672c27['toVersion']===_0xa1cee0&&_0x672c27['fromVersion']===_0xed695e||this['_fixRevision']({'revision':_0x672c27,'from':_0xed695e,'to':_0xa1cee0}),_0x306172=!0x0),_0x306172&&(delete _0x48daa8['fromVersion'],delete _0x48daa8['toVersion'],delete _0x48daa8['diffData'],delete _0x48daa8['createdAt'],delete _0x48daa8['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x48daa8),this['_preventResendingRevisionData'](_0x48daa8);}else this['_revisionTracker']['addRevisionData'](_0x48daa8);}const _0x5a8e60=_0x481dce['getRevisions']();_0x5a8e60['reverse']();for(let _0x14cc0f=0x0;_0x14cc0f<_0x5a8e60['length']-0x1;_0x14cc0f++){const _0x5d8ace=_0x5a8e60[_0x14cc0f],_0x11dd55=_0x5a8e60[_0x14cc0f+0x1];if(_0x5d8ace['fromVersion']<_0x11dd55['toVersion']){const _0x47aba5=_0x11dd55['toVersion'],_0x9f32a8=Math['max'](_0x47aba5,_0x5d8ace['toVersion']);this['_fixRevision']({'revision':_0x5d8ace,'from':_0x47aba5,'to':_0x9f32a8});}}}['_fixRevision']({revision:_0x4fab2f,from:_0xb21346,to:_0x57ee3b}={}){const _0xe7f1cb=this['editor']['plugins']['get'](_0x4b7120),_0x5da3fc=this['_revisionTracker']['buildRevisionData']({'revision':_0x4fab2f,'from':_0xb21346,'to':_0x57ee3b});_0x5da3fc['authors']=_0x5da3fc['authorsIds']['map'](_0x3d8296=>_0xe7f1cb['getUser'](_0x3d8296)),_0x4fab2f['_update'](_0x5da3fc);}['_preventResendingRevisionData'](_0x21b728){const _0xba194b={};_0xba194b['id']=_0x21b728['id'];for(const _0xc52ee of Object['keys'](_0x21b728))'id'!==_0xc52ee&&(_0xba194b[_0xc52ee]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0xba194b['id'],_0xba194b,!0x0);}async['_fetchMissingUsers'](_0x5983e4){const _0x23df4b=this['editor']['plugins']['get'](_0x4b7120),{connection:_0x491ea4}=this['editor']['plugins']['get'](c),_0x4e5edf=new Set();for(const _0x311fa8 of _0x5983e4){for(const _0x4f3a96 of _0x311fa8['authorsIds'])_0x4fa8dc(_0x4f3a96);_0x311fa8['creatorId']&&_0x4fa8dc(_0x311fa8['creatorId']);}if(0x0===_0x4e5edf['size'])return;const _0x578f9b=await dt['getMany'](_0x491ea4,Array['from'](_0x4e5edf));for(const _0x5aaf67 of _0x578f9b)_0x23df4b['getUser'](_0x5aaf67['id'])||_0x23df4b['addUser'](_0x5aaf67);function _0x4fa8dc(_0x3fcbdb){_0x23df4b['getUser'](_0x3fcbdb)||_0x4e5edf['add'](_0x3fcbdb);}}}function st(_0x739d15){return _0x739d15['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x739d15['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x739d15['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x266e72{static get['requires'](){return['RevisionHistory',u,n];}static get['pluginName'](){return'RealTimeCollaborativeRevisionHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class ts extends _0x4d54c6{constructor(_0x1ce6c2){super(_0x1ce6c2);const _0x508469=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x508469['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x508469['to']('usersCount',_0x535cc6=>q(_0x1ce6c2,'CONNECTED_USERS',_0x535cc6))}]});}}class es extends _0x4d54c6{['items'];['keystrokes'];constructor(_0x2cbc89){super(_0x2cbc89);const _0x3f7120=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x12f1de(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x3f7120['if']('hasPopup'),'aria-expanded':_0x3f7120['to']('isExpanded',_0x411a5b=>this['hasPopup']&&String(_0x411a5b)),'aria-label':_0x3f7120['to']('hasPopup',_0xcf1315=>q(_0x2cbc89,_0xcf1315?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x3f7120['to']('hasPopup',_0x62ca07=>!!_0x62ca07&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x3f7120['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0x2bcc86,_0x35b698,_0x47253d)=>{this['element']&&(_0x47253d?this['element']['setAttribute']('aria-expanded',String(this['isExpanded'])):this['element']['removeAttribute']('aria-expanded'));});}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['keystrokes']['listenTo'](this['element']);}}class L extends _0x4d54c6{['counterView'];['inlineListView'];constructor(_0x82ce99){super(_0x82ce99);const _0x433800=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x82ce99),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x45cac4 of this['inlineListView']['items'])_0x45cac4['tooltipPosition']='s';this['inlineListView']['items']['first']&&(this['inlineListView']['items']['first']['tooltipPosition']='se');}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list','ck-reset','ck-rounded-corners',_0x433800['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x4d54c6{['listWrapperView'];constructor(_0x33f4f9,_0x11511a){super(_0x33f4f9),this['listWrapperView']=new mt(_0x33f4f9,_0x11511a),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':q(_0x33f4f9,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class mt extends _0x25c79c{constructor(_0x5f23e3,_0x33f90b){super(_0x5f23e3);const _0x1ee76b=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x33f90b?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x1ee76b['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x1ee76b['to']('role'),'aria-label':_0x1ee76b['to']('ariaLabel'),'aria-labelledby':_0x1ee76b['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x1b9bae['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x5f3bca=this['element'];_0x5f3bca&&(this['_isScrollable']=Math['max'](_0x5f3bca['scrollHeight'],_0x5f3bca['clientHeight'])>0.8*window['innerHeight']);}}class k extends rt{['userView'];constructor(_0x18469b,_0xdaef2,_0x3e7dba){super(_0x18469b);const _0x3ffff0=this['bindTemplate'];this['userView']=new ct(_0x18469b,_0xdaef2);const _0x2d5f87={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0xdaef2['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0xdaef2['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0xdaef2['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x3e7dba&&(_0x2d5f87['tag']='button',_0x2d5f87['on']={'click':_0x3ffff0['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x2d5f87);}['focus'](){this['element']['focus']();}}class y extends _0x4d54c6{['userView'];['markerView'];constructor(_0x305c33,_0x26324f,_0x2d1318){super(_0x305c33);const _0x54aa24=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new ct(_0x305c33,_0x26324f),this['markerView']=new at(_0x305c33,_0x26324f);const _0x57e581=new ot(_0x305c33);_0x57e581['template']['tag']='span',_0x57e581['text']=_0x26324f['name'];const _0x469c81={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x54aa24['to']('isFocusable',_0x27357d=>!!_0x27357d&&0x0),'aria-labelledby':_0x57e581['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x54aa24['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x54aa24['to']('hasTooltip',_0x279d88=>!_0x279d88),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x57e581]};_0x2d1318&&(_0x469c81['tag']='button',_0x469c81['on']={'click':_0x54aa24['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x469c81);}}class at extends _0x4d54c6{constructor(_0x49847a,_0x6e214d){super(_0x49847a),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x6e214d['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x28c33e{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x3edffb){super(_0x3edffb),this['context']['config']['define']('presenceList',A);const _0x222b8a=_0x3edffb['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x222b8a)throw new _0x37bed6('presencelist-collapseat-invalid-format',this);if(_0x222b8a<0x1)throw new _0x37bed6('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x12570d(),this['balloonPanelView']=new _0x52aab4(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x509178 of this['_allConnectedUsers'])this['_handleUserAdd'](_0x509178);this['listenTo'](this['_allConnectedUsers'],'add',(_0xdcbcb,_0x44a4b8)=>{this['_handleUserAdd'](_0x44a4b8);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x30ad22,_0x565965)=>{this['_handleUserRemove'](_0x565965);});}['_createView'](){const _0x4d4f66=this['context'],_0x451dd0=new L(this['context']['locale']),_0x12e4f0=this['balloonPanelView'];if(!_0x5c575a(_0x4d4f66['config']['get']('presenceList.container')))throw new _0x37bed6('presencelist-missing-container',this);return _0x451dd0['counterView']['bind']('usersCount')['to'](this),_0x451dd0['bind']('isCollapsed')['to'](this,'usersCount',_0x15274e=>{const {collapseAt:_0x46450e,displayMe:_0x279796}=_0x4d4f66['config']['get']('presenceList'),_0x1ddd73=_0x15274e>=_0x46450e;return _0x451dd0['counterView']['isHidden']=!(0x1==_0x15274e&&_0x279796||_0x1ddd73),_0x1ddd73||this['hideDropdown'](),_0x1ddd73;}),_0x451dd0['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x1c1ca8=>{const _0x48a9e7=_0x4d4f66['config']['get']('presenceList'),_0x3bb49a=new y(_0x4d4f66['locale'],_0x1c1ca8,!!_0x48a9e7['onClick']);return _0x3bb49a['bind']('hasTooltip')['to'](_0x451dd0,'isCollapsed',_0x3deb76=>!_0x3deb76),_0x3bb49a['bind']('isFocusable')['to'](_0x451dd0,'isCollapsed',_0x262a5f=>!_0x262a5f),_0x48a9e7['onClick']&&this['listenTo'](_0x3bb49a,'execute',()=>{this['view']['isCollapsed']||_0x48a9e7['onClick'](_0x1c1ca8,_0x3bb49a['element']);}),_0x3bb49a;}),this['listenTo'](_0x451dd0['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0x451dd0['inlineListView']['keystrokes']['set']('Enter',(_0x366670,_0x110aa1)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x110aa1());}),_0x451dd0['render'](),_0x12e4f0['render'](),_0x77def9({'emitter':_0x451dd0,'activator':()=>_0x12e4f0['isVisible'],'contextElements':[_0x12e4f0['element'],_0x451dd0['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x4d4f66['config']['get']('presenceList.container')['appendChild'](_0x451dd0['element']),this['_bodyCollection']=new _0x2ee6b3(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x451dd0;}['_handleUserAdd'](_0x1d2fee){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x1d2fee['isMe'])return;const _0xc5892=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0xc5892&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x7ea05e=_0x1d2fee['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x1d2fee,_0x7ea05e);}['_handleUserRemove'](_0x18b60d){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0x18b60d['id'])&&(this['currentDisplayedUsers']['remove'](_0x18b60d['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x1a61dc of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x1a61dc['id']))return void this['currentDisplayedUsers']['add'](_0x1a61dc,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x4507c1=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x4507c1['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x169745}=this['presenceDropdownView'];_0x169745['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x5ba426=>{if(!_0x4507c1['displayMe']&&_0x5ba426['isMe'])return null;const _0x2c3bb0=new k(this['context']['locale'],_0x5ba426,!!_0x4507c1['onClick']);return _0x4507c1['onClick']&&this['listenTo'](_0x2c3bb0,'execute',()=>{_0x4507c1['onClick'](_0x5ba426,_0x2c3bb0['element']);}),_0x2c3bb0;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x169745['focus'](),_0x169745['checkIfScrollable']();const _0x48463d=(_0x550b57,_0x486d4c)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x486d4c();};_0x169745['keystrokes']['set']('Esc',_0x48463d),_0x169745['keystrokes']['set']('Shift+Tab',_0x48463d),_0x169745['keystrokes']['set']('Tab',(_0x3db6fa,_0x554a53)=>{!function(_0x5c8e01){const _0x431345=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x22e870=>_0x22e870+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x22ccc6=[...document['body']['querySelectorAll'](_0x431345)]['filter'](_0x110aa2=>_0x110aa2===document['activeElement']||_0x110aa2['offsetWidth']+_0x110aa2['offsetHeight']>0x0)['sort']((_0x40a02d,_0x5a1ef5)=>(_0x40a02d['tabIndex']||0x0)-(_0x5a1ef5['tabIndex']||0x0)),_0x3edee9=_0x22ccc6['indexOf'](_0x5c8e01),_0x39c4f2=_0x22ccc6[(_0x3edee9+0x1)%_0x22ccc6['length']];_0x39c4f2&&_0x39c4f2['focus']();}(this['view']['element']),this['hideDropdown'](),_0x554a53();}),_0x169745['focusTracker']['add'](this['view']['element']),_0x169745['focusTracker']['on']('change:isFocused',(_0x4b7659,_0x25591f,_0x56fb1d)=>{_0x56fb1d||this['hideDropdown']();});}['hideDropdown'](){this['presenceDropdownView']&&(this['view']['inlineListView']['isExpanded']=!0x1,this['balloonPanelView']['unpin'](),this['balloonPanelView']['content']['remove'](this['presenceDropdownView']),this['presenceDropdownView']['destroy'](),this['presenceDropdownView']=void 0x0);}['destroy'](){super['destroy'](),this['view']&&this['view']['isRendered']&&this['view']['destroy'](),this['_bodyCollection']&&(this['_bodyCollection']['detachFromDom'](),this['_bodyCollection']['destroy'](),this['_bodyCollection']=null);}}class s extends _0x28c33e{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{a as CloudServicesCommentsAdapter,u as CloudServicesRevisionHistoryAdapter,f as CloudServicesTrackChangesAdapter,s as PresenceList,l as RealTimeCollaborationClient,m as RealTimeCollaborativeComments,n as RealTimeCollaborativeEditing,g as RealTimeCollaborativeRevisionHistory,p as RealTimeCollaborativeTrackChanges};
23
+ import{ContextPlugin as _0x2b0246,Plugin as _0x342830,PendingActions as _0x1ae75e,Context as _0x4b2ff7}from'@ckeditor/ckeditor5-core/dist/index.js';import{DomEmitterMixin as _0x2c0325,CKEditorError as _0x53fe02,Collection as _0x52b573,global as _0x288752,version as ht,uid as _0x349317,KeystrokeHandler as _0x5625dc}from'@ckeditor/ckeditor5-utils/dist/index.js';import{Notification as _0x53b052,View as _0x3fc612,ListView as _0x23aa7d,ListItemView as ct,LabelView as pt,BalloonPanelView as _0x5dcfb5,clickOutsideHandler as _0x361fc0,BodyCollection as _0x18513d}from'@ckeditor/ckeditor5-ui/dist/index.js';import{LiveRange as ut,History as _0x81f02a,NoOperation as _0x13b973,InsertOperation as _0x89b830,MarkerOperation as _0x3bf37d,RootAttributeOperation as _0x1b198c,transformSets as _0x34975a,OperationFactory as _0x353046}from'@ckeditor/ckeditor5-engine/dist/index.js';import{WebSocketGateway as ft,WEB_SOCKET_GATEWAY_STATES as _0x30ee06,CollaborativeEditingService as _0x17db4f,User as mt,CommentsService as tt,TrackChangesService as at,RevisionHistoryService as st,EditorService as it}from'@ckeditor/ckeditor-cloud-services-collaboration/dist/index.js';import{Users as _0x255773,UserView as lt}from'ckeditor5-collaboration/dist/index.js';import{Compressor as _0x210a8e}from'@ckeditor/ckeditor5-operations-compressor/dist/index.js';import{isElement as _0x3db76d}from'lodash-es';class c extends _0x2b0246{static ['WebSocketGateway']=/* #__PURE__ -- @preserve */
24
+ ((()=>ft)());static ['initialReconnectionInterval']=0x3e8;['connection'];['_reconnectionStack'];['_shouldPluginsReconnect'];['_domEmitter'];static get['requires'](){return['CloudServices',_0x53b052];}static get['pluginName'](){return'WebSocketGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x49d53c){super(_0x49d53c),this['set']('state',_0x30ee06['CONNECTED']),this['set']('_isBrowserOffline',!0x1),this['_reconnectionStack']=new Set(),this['_shouldPluginsReconnect']=!0x1,this['_domEmitter']=Object['create'](_0x2c0325);}['init'](){const _0x44f3ba=this['context'],_0x50e36b=_0x44f3ba['plugins']['get']('CloudServices'),_0x36174b=_0x44f3ba['plugins']['get'](_0x53b052);if(!_0x50e36b['token'])throw new _0x53fe02('websocketgateway-missing-token',this);if(!_0x50e36b['webSocketUrl'])throw new _0x53fe02('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'](_0x50e36b['token'],_0x50e36b['webSocketUrl'],{'timeout':0x3e8*this['context']['config']['get']('cloudServices.connectionTimeout'),'requestTimeout':0x3e8*this['context']['config']['get']('cloudServices.requestTimeout')})['then'](_0x4a9fea=>{if(this['connection']=_0x4a9fea,this['bind']('state')['to'](_0x4a9fea,'state',this,'_isBrowserOffline',(_0x46cab5,_0x16e3a5)=>('connected'!==_0x46cab5&&(this['_shouldPluginsReconnect']=!0x0),_0x16e3a5||_0x46cab5!==_0x30ee06['CONNECTED']?_0x30ee06['DISCONNECTED']:this['state']==_0x30ee06['DISCONNECTED']&&this['_shouldPluginsReconnect']?(this['_shouldPluginsReconnect']=!0x1,this['_reconnect'](),_0x30ee06['CONNECTING']):_0x30ee06['CONNECTED'])),this['connection']['on']('error',(_0x1f5eab,_0x1fb9ce)=>{if('limitExceeded'!==_0x1fb9ce['code'])throw console['error'](_0x1fb9ce),new _0x53fe02('cloudservices-init',null,{'originalError':_0x1fb9ce});_0x36174b['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'});}),!_0x4a9fea['me'])return new Promise(_0x101733=>_0x4a9fea['on']('change:me',_0x101733));})['catch'](_0x4058fb=>{throw console['error'](_0x4058fb),new _0x53fe02('cloudservices-init',null,{'originalError':_0x4058fb});});}['addToReconnectionStack'](_0x1eeb36){if('function'!=typeof _0x1eeb36['reconnect'])throw new _0x53fe02('websocketgateway-invalid-plugin-interface',this);if(this['isInReconnectionStack'](_0x1eeb36))throw new _0x53fe02('websocketgateway-plugin-already-registered',this,{'name':_0x1eeb36['constructor']['pluginName']});this['_reconnectionStack']['add'](_0x1eeb36);}['removeFromReconnectionStack'](_0x4050b3){this['_reconnectionStack']['delete'](_0x4050b3);}['isInReconnectionStack'](_0xf8670d){return this['_reconnectionStack']['has'](_0xf8670d);}['_reconnect'](){return this['connection']['reconnect']()['then'](()=>Promise['all'](Array['from'](this['_reconnectionStack'],_0x1d66f4=>_0x1d66f4['reconnect']())))['then'](()=>this['state']=_0x30ee06['CONNECTED'])['catch'](_0x474025=>{throw console['error'](_0x474025),new _0x53fe02('cloudservices-reconnection-error',this['context']);});}['destroy'](){this['connection']&&this['connection']['disconnect'](),this['state']=_0x30ee06['DISCONNECTED'],this['_domEmitter']['stopListening'](),super['destroy']();}}class i extends _0x2b0246{['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,_0x255773];}constructor(_0x3aa3cf){super(_0x3aa3cf),this['channelSessions']=new Map(),this['channelConnectedUsers']=new Map(),this['allConnectedUsers']=new _0x52b573(),this['_registeredSessions']=new Map(),this['_uniqueUsersCount']=0x0,this['_users']=this['context']['plugins']['get'](_0x255773);}['init'](){const _0x19683c=this['context']['plugins']['get'](c);this['listenTo'](_0x19683c,'change:state',(_0x1294d8,_0x4407e2,_0x8cbee7)=>{if('connected'!==_0x8cbee7)this['channelSessions']['forEach'](_0x17d201=>_0x17d201['clear']()),this['channelConnectedUsers']['forEach'](_0xc1171e=>_0xc1171e['clear']()),this['allConnectedUsers']['clear']();else{for(const [_0x152d1e,_0x46a72d]of this['_registeredSessions'])for(const _0x29273f of _0x46a72d)this['_handleSessionAdd'](_0x152d1e,_0x29273f);}}),this['_createUser'](_0x19683c['connection']['me'],!0x0);}['register'](_0x5d1048,_0x2cf023){if(this['_registeredSessions']['has'](_0x5d1048))throw new _0x53fe02('sessions-register-already-registered',null,{'channelId':_0x5d1048});this['_registeredSessions']['set'](_0x5d1048,_0x2cf023),this['channelSessions']['set'](_0x5d1048,new _0x52b573()),this['channelConnectedUsers']['set'](_0x5d1048,new _0x52b573()),this['listenTo'](_0x2cf023,'add',(_0x400b28,_0x31fdd3)=>this['_handleSessionAdd'](_0x5d1048,_0x31fdd3)),this['listenTo'](_0x2cf023,'remove',(_0x1c9257,_0x2efeda)=>this['_handleSessionRemove'](_0x5d1048,_0x2efeda));for(const _0x569c6b of _0x2cf023)this['_handleSessionAdd'](_0x5d1048,_0x569c6b);}['unregister'](_0x39f9c9){if(!this['_registeredSessions']['has'](_0x39f9c9))throw new _0x53fe02('sessions-unregister-not-exist',null,{'channelId':_0x39f9c9});const _0x409b8d=this['_registeredSessions']['get'](_0x39f9c9);this['stopListening'](_0x409b8d);for(const _0x5bcc88 of _0x409b8d)'connected'===this['context']['plugins']['get'](c)['state']&&this['_handleSessionRemove'](_0x39f9c9,_0x5bcc88);this['_registeredSessions']['delete'](_0x39f9c9),this['channelSessions']['delete'](_0x39f9c9),this['channelConnectedUsers']['delete'](_0x39f9c9);}get['mySessionId'](){return this['context']['plugins']['get'](c)['connection']['sessionId'];}['getUserBySessionId'](_0x35f205){for(const _0x2cd049 of this['channelSessions']['values']())for(const _0x3f65ce of _0x2cd049)if(_0x3f65ce['id']===_0x35f205)return _0x3f65ce['user'];}['getUserSessions'](_0x5dffc9,_0x83bd64){const _0x1b9ba2=_0x83bd64?[this['channelSessions']['get'](_0x83bd64)]:this['channelSessions']['values'](),_0x5915e8=new Set();for(const _0x20828e of _0x1b9ba2)for(const _0x39f02a of _0x20828e)_0x39f02a['user']['id']===_0x5dffc9['id']&&_0x5915e8['add'](_0x39f02a['id']);return _0x5915e8;}['getUserRole'](_0x3bc2eb){for(const _0x3eaa71 of this['channelSessions']['values']())for(const _0x4eacb5 of _0x3eaa71)if(_0x4eacb5['user']===_0x3bc2eb)return _0x4eacb5['role'];}['_handleSessionAdd'](_0x5e5bda,_0x4d434d){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x11dbae=_0x4d434d['user'],_0x46de75=this['_users']['getUser'](_0x11dbae['id'])||this['_createUser'](_0x11dbae),_0x278b8b=Object['assign']({},_0x4d434d,{'user':_0x46de75});this['channelSessions']['get'](_0x5e5bda)['add'](_0x278b8b);const _0x2f2741=this['channelConnectedUsers']['get'](_0x5e5bda);_0x2f2741['has'](_0x46de75['id'])||_0x2f2741['add'](_0x46de75),this['allConnectedUsers']['has'](_0x46de75['id'])||this['allConnectedUsers']['add'](_0x46de75,_0x46de75['isMe']?0x0:void 0x0),this['fire']('sessionAdd:'+_0x5e5bda,{'channelId':_0x5e5bda,'session':_0x278b8b});}['_handleSessionRemove'](_0x4dd672,_0x448126){if('connected'!==this['context']['plugins']['get'](c)['state'])return;const _0x1ebcb2=this['channelConnectedUsers']['get'](_0x4dd672),_0x1ddd3a=_0x448126['user'];_0x1ddd3a['id']&&(this['channelSessions']['get'](_0x4dd672)['remove'](_0x448126['id']),_0x1ebcb2['has'](_0x1ddd3a['id'])&&!this['getUserSessions'](_0x1ddd3a,_0x4dd672)['size']&&_0x1ebcb2['remove'](_0x1ddd3a['id']),this['allConnectedUsers']['get'](_0x1ddd3a['id'])&&!this['getUserSessions'](_0x1ddd3a)['size']&&this['allConnectedUsers']['remove'](_0x1ddd3a['id']));}['_createUser'](_0x4590a5,_0xd57629){const _0x39210e=this['_users']['addUser'](_0x4590a5);return _0xd57629&&this['_users']['defineMe'](_0x4590a5['id']),_0x39210e['orderNumber']=this['_uniqueUsersCount']++,_0x39210e;}}class E extends _0x342830{['_domEmitter']=new(_0x2c0325())();static get['requires'](){return[i];}static get['pluginName'](){return'UserMarkers';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x28f888=this['editor'],_0x23b847=_0x28f888['plugins']['get'](i);_0x28f888['conversion']['for']('editingDowncast')['markerToElement']({'model':'user:position','view':(_0x25b6a2,{writer:_0x3cf73b})=>function(_0x1d9c0c,_0xa91095,_0x23e868,_0x4800e3){const _0x4231b7=_0x1d9c0c['markerName']['split'](':')[0x2],_0x1e48f2=_0x23e868['getUserBySessionId'](_0x4231b7);if(!_0x1e48f2||_0x4231b7===_0x23e868['mySessionId'])return;if(!_0x4800e3['model']['schema']['checkChild'](_0x1d9c0c['markerRange']['start'],'$text'))return;const _0x4f5d91={'class':'ck-user__marker\x20'+_0x1e48f2['color']['getMarkerClass'](),'data-name':_0x1e48f2['name'],'data-session-id':_0x4231b7},_0x5c4d48=_0x4800e3['model']['markers']['get'](_0x1d9c0c['markerName']),_0x41f46c=_0x5c4d48['getStart'](),_0x43238f=_0x41f46c['nodeAfter'],_0x534225=_0x4800e3['model']['schema'];if(_0x43238f&&_0x534225['isObject'](_0x43238f)&&_0x534225['isInline'](_0x43238f)&&!_0x4800e3['model']['markers']['get']('user:range:'+_0x4231b7)['getRange']()['isCollapsed'])return;const _0x1de52c=_0x41f46c['parent'];return _0x4800e3['model']['schema']['isLimit'](_0x1de52c)&&!_0x4800e3['model']['hasContent'](_0x1de52c)&&(_0x4f5d91['contenteditable']=!0x1),function(_0x222fde,_0x2e87d7,_0x5e1c9b){const _0x4ae875=_0x222fde['createUIElement']('span',_0x2e87d7);return _0x222fde['setCustomProperty']('userPositionMarker',!0x0,_0x4ae875),_0x4ae875['render']=function(_0x400dec){const _0x1ed0fc=this['toDomElement'](_0x400dec);return _0x1ed0fc['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>'+_0x5e1c9b['name']+'</span>⁠',_0x1ed0fc['addEventListener']('mouseenter',()=>{_0x1ed0fc['classList']['add']('ck-user__marker_hovered');}),_0x1ed0fc['addEventListener']('mouseleave',()=>{_0x1ed0fc['classList']['remove']('ck-user__marker_hovered');}),_0x1ed0fc;},_0x4ae875['isSimilar']=function(_0x18e57f){return!(!this['getCustomProperty']('userPositionMarker')||!_0x18e57f['getCustomProperty']('userPositionMarker')||this['getAttribute']('data-session-id')!=_0x18e57f['getAttribute']('data-session-id'));},_0x4ae875;}(_0xa91095,_0x4f5d91,_0x1e48f2);}(_0x25b6a2,_0x3cf73b,_0x23b847,_0x28f888)}),_0x28f888['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'user:range','view':_0x3d9a8f=>function(_0x5c43c7,_0x86221f){const _0x608e13=_0x5c43c7['markerName']['split'](':')[0x2];if(_0x608e13===_0x86221f['mySessionId'])return null;const _0x589c2e=_0x86221f['getUserBySessionId'](_0x608e13);if(!_0x589c2e)return{'id':_0x608e13,'classes':[]};return{'id':_0x608e13,'classes':['ck-user__selection',_0x589c2e['color']['getSelectionClass']()],'attributes':{'data-session-id':_0x608e13},'priority':0x7d0+_0x589c2e['orderNumber']};}(_0x3d9a8f,_0x23b847)}),function(_0x4cfc4e){const _0x45d651=_0x4cfc4e['model'],_0x54339f=new Map(),_0x1522b4=_0x4cfc4e['plugins']['get'](i);_0x45d651['markers']['on']('update:user:range',(_0x36a311,_0x419d73,_0x5cbb0d,_0x4620cd)=>{if(!_0x4620cd&&_0x54339f['get'](_0x419d73['name']))return _0x54339f['get'](_0x419d73['name'])['detach'](),void _0x54339f['delete'](_0x419d73['name']);const _0x582500=_0x419d73['name']['split'](':')[0x2];if(_0x582500===_0x1522b4['mySessionId'])return;const _0x5eb715='user:position:'+_0x582500;_0x45d651['markers']['has'](_0x5eb715)&&_0x4cfc4e['editing']['reconvertMarker'](_0x5eb715),_0x419d73['on']('change:range',(_0x2363f1,_0x57967d,_0x1fabf6)=>{if('$graveyard'!=_0x57967d['root']['rootName']&&'$graveyard'==_0x419d73['getRange']()['root']['rootName']&&!_0x54339f['has'](_0x419d73['name'])){const _0x4a6d15=_0x45d651['schema']['getNearestSelectionRange'](_0x1fabf6['deletionPosition']);if(_0x4a6d15){const _0x252fd0=ut['fromRange'](_0x4a6d15);_0x54339f['set'](_0x419d73['name'],_0x252fd0),_0x252fd0['on']('change:range',(_0x435404,_0x3bac94,_0x372eb2)=>{if('$graveyard'==_0x252fd0['root']['rootName']){const _0x5b6b42=_0x45d651['schema']['getNearestSelectionRange'](_0x372eb2['deletionPosition']);_0x5b6b42?(_0x252fd0['start']=_0x5b6b42['start'],_0x252fd0['end']=_0x5b6b42['end']):(_0x54339f['delete'](_0x419d73['name']),_0x252fd0['detach']());}});}}});}),_0x45d651['document']['on']('change',()=>{_0x54339f['size']>0x0&&_0x45d651['enqueueChange']({'isUndoable':!0x1},_0x21c261=>{for(const [_0x1bcf2b,_0x3788e4]of _0x54339f)'$graveyard'==_0x45d651['markers']['get'](_0x1bcf2b)['getRange']()['root']['rootName']&&(Q(_0x1bcf2b['split'](':')[0x2],_0x3788e4['toRange'](),_0x45d651,_0x21c261),_0x3788e4['detach']());_0x54339f['clear']();});});}(_0x28f888),this['_domEmitter']['listenTo'](_0x288752['document'],'keydown',(_0x7af782,{key:_0x1ea882})=>{'Escape'===_0x1ea882&&function(_0x8d84fe){_0x8d84fe['editing']['view']['change'](_0x3a8353=>{for(const _0x55475c of _0x8d84fe['model']['markers']){if(!_0x55475c['name']['startsWith']('user:position'))continue;const _0x27b201=_0x8d84fe['editing']['mapper']['markerNameToElements'](_0x55475c['name']);if(_0x27b201){for(const _0x4f9ba2 of _0x27b201)_0x3a8353['removeClass']('ck-user__marker_hovered',_0x4f9ba2);}}});}(_0x28f888);},{'useCapture':!0x0});}['afterInit'](){const _0x4ab17a=this['editor'],_0x1bf34f=_0x4ab17a['commands']['get']('undo');_0x1bf34f&&_0x4ab17a['model']['on']('applyOperation',(_0x49dd80,_0x426b84)=>{const _0x1feb86=_0x426b84[0x0];if('marker'!=_0x1feb86['type']||!_0x1feb86['name']['startsWith']('user:'))return;const _0x4340da=_0x1feb86['batch'];_0x1bf34f['_createdBatches']['has'](_0x4340da)&&(_0x1feb86['newRange']=_0x1feb86['oldRange']?_0x4ab17a['model']['createRange'](_0x1feb86['oldRange']['start'],_0x1feb86['oldRange']['end']):null);},{'priority':'highest'});}['destroy'](){return this['_domEmitter']['stopListening'](),super['destroy']();}['createUserMarkerOperations'](){const _0x237364=this['editor'],_0x471eb1=_0x237364['model']['document'],_0x52b516=_0x237364['plugins']['get'](i);_0x237364['model']['enqueueChange']({'isUndoable':!0x1},_0x1d8f5e=>{const _0x4c4937='user:range:'+_0x52b516['mySessionId'],_0x3e4022='user:position:'+_0x52b516['mySessionId'],_0x3f8627=_0x237364['model']['markers']['has'](_0x4c4937);_0x237364['editing']['view']['hasDomSelection']?Q(_0x52b516['mySessionId'],_0x471eb1['selection']['getFirstRange'](),_0x237364['model'],_0x1d8f5e):_0x3f8627&&(_0x1d8f5e['removeMarker'](_0x4c4937),_0x1d8f5e['removeMarker'](_0x3e4022));});}}function Q(_0x5f20c6,_0x5916cf,_0x3ff761,_0x3e8a65){const _0x1fe50a='user:range:'+_0x5f20c6,_0x39025a='user:position:'+_0x5f20c6,_0x2d958a=_0x5916cf['getContainedElement']();let _0x4600ab=_0x5916cf['start'];_0x2d958a&&_0x2d958a['is']('element','tableCell')&&(_0x4600ab=function(_0x4b479a,_0x3f4dc4){for(const _0x561ccb of _0x4b479a['getPositions']())if(_0x3f4dc4['schema']['checkChild'](_0x561ccb,'$text'))return _0x561ccb;}(_0x5916cf,_0x3ff761),_0x5916cf=_0x3e8a65['createRange'](_0x4600ab));const _0x2472ce=_0x3e8a65['createRange'](_0x4600ab);_0x3ff761['markers']['has'](_0x1fe50a)?(_0x3e8a65['updateMarker'](_0x1fe50a,{'range':_0x5916cf}),_0x3e8a65['updateMarker'](_0x39025a,{'range':_0x2472ce})):(_0x3e8a65['addMarker'](_0x1fe50a,{'range':_0x5916cf,'usingOperation':!0x0}),_0x3e8a65['addMarker'](_0x39025a,{'range':_0x2472ce,'usingOperation':!0x0}));}function B(_0x4b374f,_0x77a663,_0x53ff1e){const _0x3a7917=_0x4b374f['t'],t=_0x4b374f['t'];switch(_0x77a663){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 _0x3a7917({'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'},_0x53ff1e);default:return'';}}let F=0x1;class l extends _0x342830{static ['CollaborativeEditingService']=/* #__PURE__ -- @preserve */
25
+ ((()=>_0x17db4f)());['_offset'];['sessionId'];['serverHistory'];['_channelId'];['_service'];['_document'];['_compressor'];['_bufferedOperations'];['_knownOperations'];['_knownRootNames'];['_pendingAction'];['_hasSelectionChanged'];['_sendBufferedOperationsDelayId'];['_baseBufferDelay'];['_currentBufferDelay'];['_lastSyncedOperationId'];['_disconnectionOperations'];['_operationIdentifier'];static get['requires'](){return[c,i,E,_0x1ae75e,_0x255773,_0x53b052];}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 _0x1ff5e5=this['serverHistory']['getOperations']();for(let _0x58082b=_0x1ff5e5['length']-0x1;_0x58082b>=0x0;_0x58082b--){const _0x169149=_0x1ff5e5[_0x58082b];if(!this['_disconnectionOperations']['has'](_0x169149))return _0x169149['baseVersion']+0x1-this['_offset'];}return 0x0;}constructor(_0x211127){if(super(_0x211127),this['_offset']=0x0,this['sessionId']=null,this['serverHistory']=new _0x81f02a(),this['editor']['config']['define']('collaboration',{}),this['_channelId']=this['editor']['config']['get']('collaboration.channelId'),!this['_channelId'])throw new _0x53fe02('collaboration-missing-channelid',this);const _0xb441af=_0x211127['config']['get']('cloudServices.bundleVersion')||ht;this['_service']=new l['CollaborativeEditingService'](_0xb441af,this['_channelId']),this['_document']=this['editor']['model']['document'],this['_compressor']=new _0x210a8e(),this['_bufferedOperations']=[],this['_knownOperations']=new WeakSet(),this['_knownRootNames']=new Set(),this['set']('_isPendingUpdate',!0x1),this['set']('_hasSynchronizationProblem',!0x1),this['_pendingAction']=null,this['_hasSelectionChanged']=!0x1,this['_sendBufferedOperationsDelayId']=null,this['_baseBufferDelay']=0x12c,this['_currentBufferDelay']=this['_baseBufferDelay'],this['_lastSyncedOperationId']=null,this['_disconnectionOperations']=new WeakSet(),this['_operationIdentifier']=new G(this['_disconnectionOperations']);}['init'](){const _0x136429=this['editor'],_0x1cc4a2=_0x136429['plugins']['get'](_0x255773),_0x29e5fd=_0x136429['plugins']['get'](c);this['listenTo'](_0x1cc4a2,'getOperationAuthor',(_0x469d6a,_0x127ba6)=>{const _0x51ca2c=_0x127ba6[0x0];_0x51ca2c['_authorId']&&(_0x469d6a['return']=_0x1cc4a2['getUser'](_0x51ca2c['_authorId']),_0x469d6a['stop']()),null===_0x51ca2c['_authorId']&&(_0x469d6a['return']=null,_0x469d6a['stop']());},{'priority':'high'}),this['listenTo'](_0x136429['model']['document']['selection'],'change:range',(_0x3944ba,_0x49413c)=>{_0x49413c['directChange']&&this['_refreshUserSelectionMarkers']();}),this['listenTo'](_0x136429['editing']['view'],'change:hasDomSelection',()=>{this['_refreshUserSelectionMarkers']();}),this['_initThrowingOnDataSet'](),_0x136429['model']['on']('applyOperation',(_0x597714,_0x4f15e1)=>{const _0x186410=_0x4f15e1[0x0];_0x186410['isDocumentOperation']&&(this['_saveOperationInBuffer'](_0x186410),this['_shouldSendUpdate']()&&this['_sendBufferedOperationsDelayed']());}),this['_setUpDataInit'](),this['bind']('_isEditingAllowed')['to'](_0x29e5fd,'state',this,'_hasSynchronizationProblem',(_0x40c9d9,_0x2d18d0)=>'connected'===_0x40c9d9&&!_0x2d18d0),this['on']('change:_isEditingAllowed',()=>{this['_isEditingAllowed']?_0x136429['disableReadOnlyMode']('rtc-offline'):_0x136429['enableReadOnlyMode']('rtc-offline');}),this['_isEditingAllowed']?_0x136429['disableReadOnlyMode']('rtc-offline'):_0x136429['enableReadOnlyMode']('rtc-offline'),this['set']('_isConnected',!0x1);}async['reconnect'](){const _0x19d79c=this['editor']['plugins']['get'](i),_0x52b6a8=this['editor']['plugins']['get'](c);try{this['_isPendingUpdate']=!0x0,_0x19d79c['unregister'](this['_channelId']);const _0x5ced09=await this['_service']['reconnect'](_0x52b6a8['connection'],this['lastSyncVersion']);await this['_handleReconnectionResponse'](_0x5ced09)&&(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());const _0x49627f=await this['_service']['getConnectedSessions']();_0x19d79c['register'](this['_channelId'],_0x49627f),this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}catch(_0x500ff7){if(function(_0x265cc7){return'404'===_0x265cc7['code'];}(_0x500ff7)&&this['sessionId'])await this['_connectAfterSessionHasBeenFlushed']();else{if(function(_0x5e7941){return'409'===_0x5e7941['code'];}(_0x500ff7)){const _0x155c87=B(this['editor']['locale'],'The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.');this['_handleReconnectionError'](_0x155c87);}else{if(!(_0x500ff7 instanceof H))throw _0x500ff7;this['_handleReconnectionError']();}}}}['destroy'](){const _0x4a38fc=this['editor']['plugins']['get'](c),_0x226370=this['editor']['plugins']['get'](i);this['editor']['enableReadOnlyMode']('rtc-destroyed'),_0x226370['channelSessions']['has'](this['_channelId'])&&_0x226370['unregister'](this['_channelId']),_0x4a38fc['removeFromReconnectionStack'](this),this['_disconnectService'](),super['destroy']();}async['_handleReconnectionResponse'](_0x558f46){if(this['sessionId']!==_0x558f46['sessionId']&&this['_lastSyncedOperationId']!==_0x558f46['lastOperationId'])throw new H();return this['sessionId']=_0x558f46['sessionId'],this['_handleServerResponse']([],{..._0x558f46,'wereChangesApplied':!0x1,'data':_0x558f46['data']},'reconnect');}async['_connectService'](_0x5d28c1,_0x4a0809=!0x1){const {connection:_0x2a6a78}=this['editor']['plugins']['get'](c);l['CollaborativeEditingService']['getConnectedSessions'](_0x2a6a78,this['_channelId'])['then'](_0x51d43c=>this['_initSessionsHandling'](_0x51d43c))['catch'](_0x4c8fdc=>{this['_crash']('realtimecollaborationclient-init-session-connection-error',_0x4c8fdc);}),this['listenTo'](this['_service'],'operationsReceived',this['_handleReceivedOperations']['bind'](this)),this['listenTo'](this['_service'],'error',(_0x4de652,_0x8db249)=>{this['_crash']('realtimecollaborationclient-initservice-internal-error',_0x8db249);}),this['listenTo'](this['_service'],'disconnected',()=>{this['_isConnected']=!0x1;});const _0x784c9e=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x5d28c1);this['_isPendingUpdate']=!0x0;const _0x1665cf=await this['_service']['connect'](_0x2a6a78,this['_compressOperations'](_0x5d28c1),_0x784c9e);if(this['sessionId']=_0x1665cf['sessionId'],_0x4a0809){if(!_0x1665cf['wereChangesApplied'])return void this['_handleReconnectionError']();this['_isPendingUpdate']=!0x1,this['_clearPendingAction'](),this['serverHistory']['reset'](),this['_offset']=_0x1665cf['offset'],this['serverHistory']['version']=this['_offset'],await this['_handleServerResponse'](_0x5d28c1,_0x1665cf,'reconnection:\x20flushed\x20session');}else await this['_handleInitialConnectionData'](_0x1665cf,_0x5d28c1);this['_handleSendingSelectionMarkers'](),this['_isConnected']=!0x0;}['_handleSendingSelectionMarkers'](){const _0x1cb253=this['editor']['plugins']['get'](i),_0x138d18=this['editor']['plugins']['get'](E),_0x32cfba=_0x1cb253['channelSessions']['get'](this['_channelId']);_0x32cfba&&_0x32cfba['length']>0x1?_0x138d18['createUserMarkerOperations']():this['listenTo'](_0x1cb253,'sessionAdd:'+this['_channelId'],()=>{0x2===_0x1cb253['channelSessions']['get'](this['_channelId'])['length']&&_0x138d18['createUserMarkerOperations']();});}async['_handleReceivedOperations'](_0x38c915,_0x1c9243,_0x1a066b,_0x26db35){if(!this['_isPendingUpdate']&&this['_document']['version']==_0x1c9243){const _0x1d7896=this['_decompressOperations'](_0x1a066b,_0x26db35);await this['_fetchMissingUsers'](_0x1d7896),this['_handleExternalOperations'](_0x1d7896,_0x1c9243,_0x1a066b['lastOperationId'])||this['_crash']('realtimecollaborationclient-initservice-incorrect-server-operation');}}async['_connectAfterSessionHasBeenFlushed'](){this['_disconnectService']();const {locale:_0x169f4a}=this['editor'];let _0x4d9106;try{_0x4d9106=await this['_service']['getDocumentDetails']();}catch(_0x559afd){const _0x5c4329=B(_0x169f4a,'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'](_0x5c4329);}const _0x157013=_0x4d9106['currentDocumentSession']||_0x4d9106['lastDocumentSession'];if(this['_lastSyncedOperationId']===_0x157013['lastOperationId'])await this['_connectService'](this['editor']['model']['document']['history']['getOperations'](),!0x0);else{const _0x2c6077=B(_0x169f4a,'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'](_0x2c6077);}}['_disconnectService'](){this['_service']['disconnect'](),this['_bufferedOperations']=[],clearTimeout(this['_sendBufferedOperationsDelayId']),this['stopListening'](this['_service']);}['_initSessionsHandling'](_0x5a7807){const _0x4a7410=this['editor']['plugins']['get'](i);this['listenTo'](_0x4a7410,'sessionAdd:'+this['_channelId'],(_0x4e5319,{session:_0x24c1c0})=>{if(_0x24c1c0['id']===_0x4a7410['mySessionId']){_0x4e5319['off']();const _0x4cbda0=this['editor']['plugins']['has']('CommentsOnly')&&this['editor']['plugins']['get']('CommentsOnly');let _0x4d3f5e=_0x24c1c0['permissions'];_0x4cbda0&&_0x4cbda0['isEnabled']&&(_0x4d3f5e=_0x4d3f5e['filter'](_0x14bdbd=>'document:write'!==_0x14bdbd)),this['editor']['plugins']['get']('Permissions')['setPermissions'](_0x4d3f5e,this['_channelId']);}}),_0x4a7410['register'](this['_channelId'],_0x5a7807);}['_initThrowingOnDataSet'](){const _0x5a65cd=this['editor']['data']['set'];this['editor']['data']['set']=(..._0x75238f)=>{if(!_0x75238f[_0x75238f['length']-0x1]['suppressErrorInCollaboration'])throw new _0x53fe02('realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration',this);_0x5a65cd['apply'](this['editor']['data'],_0x75238f);};}['_setUpDataInit'](){this['editor']['data']['on']('init',(_0x2c1e25,[_0x7ef386])=>{if(this['_document']['version'])throw new _0x53fe02('realtimecollaborationclient-init-document-already-initialized',this);_0x2c1e25['stop'](),this['_setPendingAction']();const _0x57802e=this['editor']['config']['get']('rootsAttributes'),_0x243b86=this['_getOperationsFromInitData'](_0x7ef386,_0x57802e);0x0==_0x243b86['length']&&_0x243b86['push'](new _0x13b973(0x0)),_0x2c1e25['return']=this['_connectService'](_0x243b86)['then'](()=>{this['editor']['plugins']['get'](c)['addToReconnectionStack'](this),this['editor']['data']['fire']('ready');})['catch'](_0x255f77=>this['_crash']('realtimecollaborationclient-init-connection-failed',_0x255f77))['finally'](()=>this['_clearPendingAction']());},{'priority':'high'}),this['editor']['on']('loadRoot',async(_0x419b4a,[_0x9867e2,_0x5e94bb])=>{_0x419b4a['stop']();const _0x3b467f=this['editor']['model']['document']['getRoot'](_0x9867e2);if(!this['_knownRootNames']['has'](_0x9867e2)){const _0x515e1f=_0x5e94bb&&_0x5e94bb['data']?_0x5e94bb['data']:'',_0x4a119f=_0x5e94bb&&_0x5e94bb['attributes']?_0x5e94bb['attributes']:{};await this['_loadRoot'](_0x9867e2,_0x515e1f,_0x4a119f);}this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3b467f['_isLoaded']=!0x0,this['editor']['model']['document']['differ']['_bufferRootLoad'](_0x3b467f);});},{'priority':'high'});}async['_fetchMissingUsers'](_0x2d12bb){const _0x35b7a4=this['editor']['plugins']['get'](_0x255773),{connection:_0x40f49c}=this['editor']['plugins']['get'](c),_0x14fdf2=new Set();for(const _0xaf8fc9 of _0x2d12bb){const _0x3a952d=_0xaf8fc9['_authorId'];_0x3a952d&&!_0x35b7a4['getUser'](_0x3a952d)&&_0x14fdf2['add'](_0x3a952d);}if(0x0===_0x14fdf2['size'])return;const _0x175d7c=await mt['getMany'](_0x40f49c,Array['from'](_0x14fdf2));for(const _0xfb0066 of _0x175d7c)_0x35b7a4['getUser'](_0xfb0066['id'])||_0x35b7a4['addUser'](_0xfb0066);}['_getOperationsFromInitData'](_0x33f736,_0x5b11c3={}){const _0x406b2b=this['editor']['model'],_0x4964e4=[];let _0x38582f=0x0;const _0x247317='string'==typeof _0x33f736?{'main':_0x33f736}:_0x33f736;for(const _0x3b3ee2 of Object['keys'](_0x247317)){if(!this['_document']['roots']['has'](_0x3b3ee2))throw new _0x53fe02('realtimecollaborationclient-init-non-existent-root',this);const _0x2bf06e=this['editor']['data']['parse'](_0x247317[_0x3b3ee2]),_0x46c393=this['_document']['getRoot'](_0x3b3ee2),_0x375720=new _0x89b830(_0x406b2b['createPositionAt'](_0x46c393,0x0),_0x2bf06e,_0x38582f++);_0x4964e4['push'](_0x375720);for(const [_0x351e3e,_0x550e08]of _0x2bf06e['markers']){const _0x35ccc0=_0x406b2b['createRange'](_0x406b2b['createPositionFromPath'](_0x46c393,_0x550e08['start']['path']['slice']()),_0x406b2b['createPositionFromPath'](_0x46c393,_0x550e08['end']['path']['slice']())),_0x4938ac=new _0x3bf37d(_0x351e3e,null,_0x35ccc0,_0x406b2b['markers'],!0x0,_0x38582f++);_0x4964e4['push'](_0x4938ac);}}if(_0x5b11c3)for(const [_0x809c1f,_0x204f29]of Object['entries'](_0x5b11c3)){const _0xde6942=_0x406b2b['document']['getRoot'](_0x809c1f);if(!_0xde6942)throw new _0x53fe02('multi-root-editor-root-attributes-no-root',null);for(const [_0x221793,_0x31c472]of Object['entries'](_0x204f29))if(null!==_0x31c472){const _0x1cc470=new _0x1b198c(_0xde6942,_0x221793,null,_0x31c472,_0x38582f++);_0x4964e4['push'](_0x1cc470);}}return _0x4964e4;}async['_loadRoot'](_0xedaa4d,_0x5a4ade,_0x24f4f4){this['_getOperationsFromInitData']({[_0xedaa4d]:_0x5a4ade},{[_0xedaa4d]:_0x24f4f4})['forEach']((_0x1f7089,_0x1ddfa9)=>{_0x1f7089['baseVersion']=this['_document']['version']+_0x1ddfa9,_0x1f7089['_isInit']=!0x0,this['_saveOperationInBuffer'](_0x1f7089);}),this['_sendBufferedOperationsDelayed'](),await this['_waitUntilSynced']();}async['_handleInitialConnectionData'](_0x5b6ec8,_0x13059d){let _0xc19d52;this['_offset']=_0x5b6ec8['offset'];const _0x56ec3e=_0x5b6ec8['wereChangesApplied']&&!_0x5b6ec8['initData'],_0x30c2e3=_0x56ec3e?0x0:_0x5b6ec8['data']['baseVersion'];if(_0x13059d['forEach'](_0xc29168=>{_0xc29168['_isInit']=!0x0,_0xc29168['createdAt']=_0x5b6ec8['sessionCreatedAt'],_0xc29168['_authorId']=null;}),_0x56ec3e)_0xc19d52=_0x13059d,this['_applyOperationsSet'](_0xc19d52,_0x56ec3e);else{if(_0x5b6ec8['initData']){const _0x4e2a6b=this['_getOperationsFromInitData'](_0x5b6ec8['initData']);this['_document']['history']['version']=-_0x4e2a6b['length'],_0x4e2a6b['forEach'](_0x559b68=>{_0x559b68['baseVersion']-=_0x4e2a6b['length'],_0x559b68['createdAt']=_0x5b6ec8['sessionCreatedAt'],_0x559b68['_isInit']=!0x0,_0x559b68['_authorId']=null;}),this['_applyOperationsSet'](_0x4e2a6b,!0x0),this['serverHistory']['version']=-_0x4e2a6b['length']+this['_offset'],this['_updateServerHistory'](_0x4e2a6b);}this['_document']['history']['version']=_0x30c2e3,_0xc19d52=this['_decompressOperations'](_0x5b6ec8['data'],_0x5b6ec8['metadata']),await this['_fetchMissingUsers'](_0xc19d52),this['_applyOperationsSet'](_0xc19d52,_0x56ec3e);}_0x5b6ec8['lastOperationId']&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0xc19d52,_0x5b6ec8['lastOperationId']),this['_lastSyncedOperationId']=_0x5b6ec8['lastOperationId']),this['serverHistory']['version']=_0x30c2e3+this['_offset'],this['_updateServerHistory'](_0xc19d52),_0x13059d['filter'](_0x1b7653=>{const _0x48accf=this['_getAffectedRoot'](_0x1b7653);return _0x48accf&&!this['_knownRootNames']['has'](_0x48accf);})['forEach']((_0x229ce2,_0x37c4f6)=>{_0x229ce2['baseVersion']=this['_document']['version']+_0x37c4f6,this['_saveOperationInBuffer'](_0x229ce2);}),this['_shouldSendUpdate']()?(this['_currentBufferDelay']=0x0,this['_sendBufferedOperationsDelayed'](!0x0),await this['_waitUntilSynced']()):(this['_isPendingUpdate']=!0x1,this['_clearPendingAction']());}['_crash'](_0x551013,_0x43e17a,_0x2c8fb4){throw this['_isPendingUpdate']=!0x0,_0x43e17a&&console['error'](_0x43e17a),_0x2c8fb4&&this['editor']['enableReadOnlyMode']('realtimecollaborationclient-error'),new _0x53fe02(_0x551013,this['editor']);}['_saveOperationInBuffer'](_0x56b2ab){this['_knownOperations']['has'](_0x56b2ab)||(this['_knownOperations']['add'](_0x56b2ab),this['_bufferedOperations']['push'](_0x56b2ab),this['_pendingAction']||'marker'==_0x56b2ab['type']&&!_0x56b2ab['affectsData']||this['_setPendingAction']());}['_sendBufferedOperationsDelayed'](_0x28fca6=!0x1){!_0x28fca6&&this['_isPendingUpdate']||(this['_isPendingUpdate']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_sendBufferedOperationsDelayId']=setTimeout(()=>{this['_sendBufferedOperations']()['then'](_0x2515e3=>{_0x2515e3&&(this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1);})['catch'](_0x3aef30=>{this['_clearPendingAction'](),this['_isPendingUpdate']=!0x1,function(_0x51e7b9){return _0x51e7b9['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x51e7b9['message']['startsWith']('cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.')||_0x51e7b9['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}(_0x3aef30)||this['_crash'](_0x3aef30['message'],_0x3aef30,!0x0);});},this['_currentBufferDelay']));}['_waitUntilSynced'](){return new Promise(_0x16e95d=>{this['on']('change:_isPendingUpdate',()=>{_0x16e95d();});});}async['_sendBufferedOperations'](){const _0x3fd9da=this['editor']['plugins']['get'](E);if(this['_shouldSendSelectionUpdate']()&&(_0x3fd9da['createUserMarkerOperations'](),this['_hasSelectionChanged']=!0x1),!this['_shouldSendUpdate']())return!0x0;const _0x1215a3=[...this['_bufferedOperations']];for(const _0x1a57d1 of _0x1215a3)_0x1a57d1['wasUndone']=this['_document']['history']['isUndoneOperation'](_0x1a57d1);const _0x5713b7=this['_operationIdentifier']['getIdOfTheLastOperation'](_0x1215a3),_0x1d9c39=F++,_0x4904c6=this['_compressOperations'](_0x1215a3),_0x2c17b6=await this['_service']['sendOperations'](_0x4904c6,_0x4904c6['baseVersion'],_0x5713b7);try{return await this['_handleServerResponse'](_0x1215a3,_0x2c17b6,_0x1d9c39);}catch(_0x545a2a){return this['_crash']('realtimecollaborationclient-sendbufferedoperations',_0x545a2a);}}async['_handleServerResponse'](_0x46e5da,_0xbaf731,_0x3c1fa2){if('error'in _0xbaf731)throw _0xbaf731['error'];let _0xabda16=!0x1;if(_0xbaf731['wereChangesApplied']){_0xbaf731['lastOperationId']&&(this['_lastSyncedOperationId']=_0xbaf731['lastOperationId']),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x2b7f58=>!_0x46e5da['includes'](_0x2b7f58));for(const _0x1318fe of _0x46e5da)_0x1318fe['createdAt']='lastOperationAcceptedAt'in _0xbaf731&&_0xbaf731['lastOperationAcceptedAt']||void 0x0;q(_0x46e5da,_0xbaf731['version']-_0x46e5da['length']),this['_updateServerHistory'](_0x46e5da);const _0x301181=_0x46e5da['filter'](_0x36b384=>{if(!_0x36b384['_isInit'])return!0x1;const _0x573b40=this['_getAffectedRoot'](_0x36b384);return _0x573b40&&!this['_knownRootNames']['has'](_0x573b40);});q(_0x301181,this['_document']['version']),this['_applyOperationsSet'](_0x301181),_0xabda16=!0x0,this['_currentBufferDelay']=this['_baseBufferDelay'];}else{const _0x163bcf=this['_decompressOperations'](_0xbaf731['data'],_0xbaf731['metadata'])['filter'](_0x4bdb95=>_0x4bdb95['baseVersion']>=this['_lastServerVersion']);_0x163bcf['forEach'](_0x13a8fe=>this['_addKnownRoot'](_0x13a8fe)),this['_bufferedOperations']=this['_bufferedOperations']['filter'](_0x5847e3=>!_0x5847e3['_isInit']||!this['_knownRootNames']['has'](this['_getAffectedRoot'](_0x5847e3))),this['_bufferedOperations']['length']&&q(this['_bufferedOperations'],this['_bufferedOperations'][0x0]['baseVersion']),await this['_fetchMissingUsers'](_0x163bcf),_0xabda16=this['_handleExternalOperations'](_0x163bcf,_0xbaf731['version'],_0xbaf731['lastOperationId']),this['_currentBufferDelay']=Math['round'](this['_currentBufferDelay']/0x2);}return _0xabda16?!this['_shouldSendUpdate']()||(this['_sendBufferedOperationsDelayed'](!0x0),!0x1):this['_crash']('realtimecollaborationclient-handleserverresponse');}['_handleExternalOperations'](_0x13bdc0,_0x1ff581,_0x413178){try{const _0x2932a8={'document':this['_document'],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x308715,operationsB:_0x28b2f3,originalOperations:_0x4b58f8}=_0x34975a(_0x13bdc0,this['_bufferedOperations'],_0x2932a8);q(_0x308715,this['_document']['version']),q(_0x28b2f3,_0x1ff581);for(const _0x1d0a98 of _0x308715){const _0x308f6c=_0x4b58f8['get'](_0x1d0a98);_0x1d0a98['_authorId']=_0x308f6c?_0x308f6c['_authorId']:null;}_0x413178&&(this['_operationIdentifier']['setIdForTheLastOperation'](_0x13bdc0,_0x413178),this['_lastSyncedOperationId']=_0x413178),this['_bufferedOperations']=[..._0x28b2f3],this['_applyOperationsSet'](_0x308715),this['_updateServerHistory'](_0x13bdc0);}catch(_0x59b2e8){return console['error'](_0x59b2e8),!0x1;}return!0x0;}['_applyOperationsSet'](_0x13bfa1,_0x1b5fa1=!0x1){this['editor']['model']['enqueueChange']({'isUndoable':!0x1,'isLocal':!0x1},_0x718bf8=>{for(const _0x4d2871 of _0x13bfa1)this['_knownOperations']['add'](_0x4d2871),this['_addKnownRoot'](_0x4d2871),_0x718bf8['batch']['addOperation'](_0x4d2871),this['editor']['model']['applyOperation'](_0x4d2871);});}['_addKnownRoot'](_0x1ea19b){const _0x58e2e2=this['_getAffectedRoot'](_0x1ea19b);_0x58e2e2&&this['_knownRootNames']['add'](_0x58e2e2);}['_getAffectedRoot'](_0x1f8e77){let _0x2123c5,_0x4690a8;switch(_0x1f8e77['type']){case'insert':_0x2123c5=_0x1f8e77['position']['root'];break;case'marker':if(_0x4690a8=_0x1f8e77['newRange'],!_0x4690a8)return null;_0x2123c5=_0x4690a8['root'];break;case'addRootAttribute':_0x2123c5=_0x1f8e77['root'];break;case'addRoot':_0x2123c5=_0x1f8e77['affectedSelectable'];break;case'move':_0x2123c5=_0x1f8e77['targetPosition']['root'];break;default:return null;}return _0x2123c5['rootName'];}['_updateServerHistory'](_0x4b88bf){_0x4b88bf['forEach'](_0x311f97=>{const _0x4fd64a=_0x311f97['clone']();_0x4fd64a['_authorId']=_0x311f97['_authorId'],_0x4fd64a['_isInit']=!!_0x311f97['_isInit'],_0x4fd64a['createdAt']=_0x311f97['createdAt'],_0x4fd64a['baseVersion']+=this['_offset'],_0x311f97['_isDisconnection']&&this['_disconnectionOperations']['add'](_0x4fd64a),this['serverHistory']['addOperation'](_0x4fd64a);});}['_handleReconnectionError'](_0x1a2f41){const _0x59b817=this['editor']['plugins']['get']('Notification'),_0x115040=this['editor']['locale'];_0x1a2f41||(_0x1a2f41=B(_0x115040,'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.')),_0x59b817['showWarning'](_0x1a2f41,{'title':B(_0x115040,'Synchronization\x20issue'),'namespace':'real-time-collaboration'}),this['_hasSynchronizationProblem']=!0x0,clearTimeout(this['_sendBufferedOperationsDelayId']),this['_bufferedOperations']=[],this['editor']['plugins']['get'](c)['destroy']();}['_setPendingAction'](){this['_pendingAction']||(this['_pendingAction']=this['editor']['plugins']['get'](_0x1ae75e)['add'](B(this['editor']['locale'],'PENDING_ACTION_SENDING_DATA')));}['_clearPendingAction'](){this['_pendingAction']&&(this['editor']['plugins']['get'](_0x1ae75e)['remove'](this['_pendingAction']),this['_pendingAction']=null);}['_compressOperations'](_0x10abf4){const _0x5e2ee5=_0x10abf4['map'](_0x48113f=>_0x48113f['toJSON']());return this['_compressor']['compress'](_0x5e2ee5);}['_decompressOperations'](_0x2687bc,_0x439ad7){return this['_compressor']['decompress'](_0x2687bc)['map']((_0x9a625c,_0x30b9fc)=>{const _0x14b68b='init'==_0x439ad7[_0x30b9fc]['type'];if('InsertOperation'==_0x9a625c['__className']){const _0xe8f54d=_0x9a625c['position']['root'];!this['_document']['getRoot'](_0xe8f54d)&&(this['_document']['createRoot']('$root',_0xe8f54d)['_isAttached']=!0x1);}const _0x3d5d1b=_0x353046['fromJSON'](_0x9a625c,this['_document']);return _0x3d5d1b['wasUndone']=_0x9a625c['wasUndone'],_0x3d5d1b['_isInit']=_0x14b68b,_0x3d5d1b['_authorId']=_0x14b68b?null:_0x439ad7[_0x30b9fc]['userId'],_0x3d5d1b['_isDisconnection']='cs:removeUser'===_0x439ad7[_0x30b9fc]['type'],_0x3d5d1b['createdAt']=_0x439ad7[_0x30b9fc]['createdAt'],_0x3d5d1b;});}['_refreshUserSelectionMarkers'](){this['_hasSelectionChanged']=!0x0,this['_shouldSendSelectionUpdate']()?this['_sendBufferedOperationsDelayed']():this['_hasSelectionChanged']=!0x1;}['_shouldSendSelectionUpdate'](){const _0x5733c3=this['editor']['plugins']['get'](i)['channelSessions']['get'](this['_channelId']);return!this['editor']['isReadOnly']&&!!_0x5733c3&&_0x5733c3['length']>0x1&&this['_hasSelectionChanged'];}['_shouldSendUpdate'](){return this['_bufferedOperations']['length']>0x0||this['_shouldSendSelectionUpdate']();}}class H extends Error{}function q(_0x15c6e6,_0x4b5af0){for(const _0x9b8f08 of _0x15c6e6)_0x9b8f08['baseVersion']=_0x4b5af0++;}class G{['_ignoredOperations'];['_operationToId'];constructor(_0x22e38b){this['_ignoredOperations']=_0x22e38b,this['_operationToId']=new WeakMap();}['getIdOfTheLastOperation'](_0x4d213a){let _0x19cbef=_0x4d213a['length'];for(;_0x19cbef--;){const _0x57bc59=_0x4d213a[_0x19cbef];if(!this['_ignoredOperations']['has'](_0x57bc59)){if(!this['_operationToId']['has'](_0x57bc59)){const _0x4045e3=_0x349317()['slice'](0x1,0x12);this['_operationToId']['set'](_0x57bc59,_0x4045e3);}return this['_operationToId']['get'](_0x57bc59);}}}['setIdForTheLastOperation'](_0xc7509,_0x281e7e){if(!_0x281e7e)return;let _0x59d472=_0xc7509['length'];for(;_0x59d472--;){const _0x1db38b=_0xc7509[_0x59d472];this['_ignoredOperations']['has'](_0x1db38b)||this['_operationToId']['set'](_0x1db38b,_0x281e7e);}}}class n extends _0x342830{static get['requires'](){return[l];}static get['pluginName'](){return'RealTimeCollaborativeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class a extends _0x2b0246{static ['CommentsService']=/* #__PURE__ -- @preserve */
26
+ ((()=>tt)());['_services'];static get['requires'](){return[c,'CommentsRepository',i,_0x255773];}static get['pluginName'](){return'CloudServicesCommentsAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x18d574){super(_0x18d574),this['_services']=new Map();}async['init'](){const _0x2e6803=this['context'],_0x13c7fd=_0x2e6803['plugins']['get']('CommentsRepository');if(_0x2e6803['plugins']['get'](c)['addToReconnectionStack'](this),_0x13c7fd['adapter']={'addCommentThread':async({channelId:_0x4f60f7,threadId:_0x59991b,comments:_0x260757,resolvedAt:_0x11c646,resolvedBy:_0x4b4e7f,context:_0x34e384,attributes:_0x1d4d95})=>{const _0x306b95=await this['_getService'](_0x4f60f7)['addCommentThread']({'commentThreadId':_0x59991b,'comments':_0x260757['map'](_0x44a15f=>function(_0x45a6e2,_0x52123e,_0x4dd61a){return{'commentThreadId':_0x4dd61a,'commentId':_0x45a6e2['commentId'],'userId':_0x45a6e2['authorId'],'content':_0x45a6e2['content'],'documentId':_0x52123e,'createdAt':_0x45a6e2['createdAt'],'attributes':_0x45a6e2['attributes']||{}};}(_0x44a15f,_0x4f60f7,_0x59991b)),'resolvedAt':_0x11c646,'resolvedBy':_0x4b4e7f,'context':_0x34e384,'attributes':_0x1d4d95})['catch'](gt);return{'threadId':_0x306b95['commentThreadId'],'comments':_0x306b95['comments']};},'getCommentThread':async({channelId:_0x33ac5a,threadId:_0x4d7186})=>{const _0x2185aa=await this['_getService'](_0x33ac5a)['getCommentThread'](_0x4d7186)['catch'](gt);return _0x2185aa['deletedAt']?null:(await this['_fetchMissingUsersForThreads']([_0x2185aa]),{'threadId':_0x2185aa['commentThreadId'],'comments':_0x2185aa['comments']['map'](nt),'context':_0x2185aa['context'],'resolvedAt':_0x2185aa['resolvedAt'],'resolvedBy':_0x2185aa['resolvedBy'],'attributes':_0x2185aa['attributes']||{}});},'updateCommentThread':async({channelId:_0x103738,threadId:_0x4c1614,context:_0x16f801,unlinkedAt:_0xea093a,attributes:_0x17f21c})=>this['_getService'](_0x103738)['updateCommentThread']({'commentThreadId':_0x4c1614,'context':_0x16f801,'attributes':_0x17f21c,'unlinkedAt':_0xea093a})['catch'](et)['catch'](gt),'resolveCommentThread':async({channelId:_0x304092,threadId:_0xdf6672})=>{const _0x1bc210=await this['_getService'](_0x304092)['resolveCommentThread'](_0xdf6672)['catch'](et)['catch'](gt);return{'threadId':_0x1bc210['commentThreadId'],'resolvedAt':_0x1bc210['resolvedAt'],'resolvedBy':_0x1bc210['resolvedBy']};},'reopenCommentThread':async({channelId:_0xe5828b,threadId:_0x4bd54c})=>this['_getService'](_0xe5828b)['reopenCommentThread'](_0x4bd54c)['catch'](et)['catch'](gt),'removeCommentThread':({channelId:_0x580460,threadId:_0x5859a3})=>this['_getService'](_0x580460)['removeCommentThread'](_0x5859a3)['catch'](et)['catch'](gt),'addComment':({channelId:_0x202753,threadId:_0xf580c4,commentId:_0x1db225,content:_0x367739,attributes:_0x2cc9e7})=>this['_getService'](_0x202753)['addComment'](_0xf580c4,_0x1db225,_0x367739,_0x2cc9e7)['catch'](gt),'updateComment':({channelId:_0x41b585,threadId:_0x2de0b6,commentId:_0x44efb5,content:_0x4e72f8,attributes:_0xefc3f7})=>this['_getService'](_0x41b585)['updateComment'](_0x2de0b6,_0x44efb5,_0x4e72f8,_0xefc3f7)['catch'](et)['catch'](gt),'removeComment':({channelId:_0x5919a2,threadId:_0x253954,commentId:_0x1da6bb})=>this['_getService'](_0x5919a2)['removeComment'](_0x253954,_0x1da6bb)['catch'](et)['catch'](gt)},_0x2e6803 instanceof _0x4b2ff7){const _0x161f33=_0x2e6803['config']['get']('collaboration.channelId'),_0x50201d=_0x2e6803['plugins']['get'](i);await this['_setUpService'](_0x161f33);const _0xf98303=await this['_services']['get'](_0x161f33)['getConnectedSessions']();this['listenTo'](_0x50201d,'sessionAdd:'+_0x161f33,(_0x5a1626,{session:_0x2ac378})=>{_0x2ac378['id']===_0x50201d['mySessionId']&&(_0x5a1626['off'](),this['context']['plugins']['get']('Permissions')['setPermissions'](_0x2ac378['permissions'],_0x161f33));}),_0x50201d['register'](_0x161f33,_0xf98303);}}async['_setUpService'](_0x4d3d8f){if(this['_services']['has'](_0x4d3d8f))throw new _0x53fe02('cloudservicescommentsadapter-connect-already-connected',null,{'channelId':_0x4d3d8f});const _0x77686d=this['context']['plugins']['get']('CommentsRepository'),_0x35d19f=new a['CommentsService'](_0x4d3d8f);this['_services']['set'](_0x4d3d8f,_0x35d19f),this['listenTo'](_0x35d19f,'commentThreadAdded',(_0x11c50d,_0x52d50c)=>{const {commentThreadId:_0x131b23,documentId:_0x13f5fe,context:_0x188a05,attributes:_0x1cbeea,resolvedAt:_0x276a53,resolvedBy:_0x4e68c4,comments:_0x384cc1}=_0x52d50c;_0x77686d['getCommentThread'](_0x131b23)||_0x77686d['addCommentThread']({'threadId':_0x131b23,'channelId':_0x13f5fe,'comments':_0x384cc1?_0x384cc1['map'](nt):[],'context':_0x188a05,'attributes':_0x1cbeea,'resolvedAt':_0x276a53,'resolvedBy':_0x4e68c4,'isFromAdapter':!0x0});}),this['listenTo'](_0x35d19f,'commentThreadUpdated',(_0x2e23ba,{commentThreadId:_0x11962c,documentId:_0x8ba7d3,context:_0xf354b0,unlinkedAt:_0x4052e0,attributes:_0x54dfb9})=>{_0x77686d['getCommentThread'](_0x11962c)&&_0x77686d['updateCommentThread']({'threadId':_0x11962c,'channelId':_0x8ba7d3,'context':_0xf354b0,'unlinkedAt':_0x4052e0,'attributes':_0x54dfb9,'isFromAdapter':!0x0});}),this['listenTo'](_0x35d19f,'commentThreadResolved',(_0x187dc2,{commentThreadId:_0x5be490,resolvedBy:_0x5dfc9f,resolvedAt:_0xa11637})=>{const _0xdbcba8=_0x77686d['getCommentThread'](_0x5be490);_0xdbcba8&&_0xdbcba8['resolve']({'resolvedBy':_0x5dfc9f,'resolvedAt':_0xa11637,'isFromAdapter':!0x0});}),this['listenTo'](_0x35d19f,'commentThreadReopened',(_0x2c03a5,{commentThreadId:_0x20565e})=>{const _0x301f5b=_0x77686d['getCommentThread'](_0x20565e);_0x301f5b&&_0x301f5b['reopen']({'isFromAdapter':!0x0});}),this['listenTo'](_0x35d19f,'commentThreadRemoved',(_0x274af2,{commentThreadId:_0x4f1ae2})=>{const _0x2c00b8=_0x77686d['getCommentThread'](_0x4f1ae2);_0x2c00b8&&_0x2c00b8['remove']({'isFromAdapter':!0x0});}),this['listenTo'](_0x35d19f,'commentAdded',(_0x530ff7,_0x5c2072)=>{const _0x57c34a=_0x5c2072['commentThreadId'],_0x3fa9e4=_0x77686d['getCommentThread'](_0x57c34a);_0x3fa9e4&&_0x3fa9e4['addComment']({...nt(_0x5c2072),'isFromAdapter':!0x0});}),this['listenTo'](_0x35d19f,'commentUpdated',(_0x57fa91,{commentThreadId:_0x459aef,commentId:_0x548417,content:_0x46ee65,attributes:_0x4b116c})=>{const _0x192f33=_0x77686d['getCommentThread'](_0x459aef);if(_0x192f33){const _0x4f1b15=_0x192f33['getComment'](_0x548417);_0x4f1b15&&_0x4f1b15['update']({'content':_0x46ee65,'attributes':_0x4b116c,'isFromAdapter':!0x0});}}),this['listenTo'](_0x35d19f,'commentRemoved',(_0x248bd4,{commentThreadId:_0xa4524,commentId:_0x33addc})=>{const _0x379f09=_0x77686d['getCommentThread'](_0xa4524);if(_0x379f09){const _0xdba278=_0x379f09['getComment'](_0x33addc);_0xdba278&&_0xdba278['remove']({'isFromAdapter':!0x0});}}),await this['_connectService'](_0x4d3d8f);}['destroy'](){if(this['context']instanceof _0x4b2ff7){const _0x3c5c2b=this['context']['config']['get']('collaboration.channelId');this['_terminateService'](_0x3c5c2b);}}['_terminateService'](_0x39eb5a){if(!this['_services']['has'](_0x39eb5a))throw new _0x53fe02('cloudservicescommentsadapter-disconnect-not-exist',null,{'channelId':_0x39eb5a});this['_getService'](_0x39eb5a)['disconnect'](),this['_services']['delete'](_0x39eb5a);}async['reconnect'](){for(const _0x1b2bd8 of this['_services']['keys']())await this['_connectService'](_0x1b2bd8);if(this['context']instanceof _0x4b2ff7){const _0x327871=this['context']['config']['get']('collaboration.channelId'),_0x5ddb04=this['context']['plugins']['get'](i);_0x5ddb04['unregister'](_0x327871);const _0x3987d6=await this['_services']['get'](_0x327871)['getConnectedSessions']();_0x5ddb04['register'](_0x327871,_0x3987d6);}}async['_connectService'](_0x39e796){const {connection:_0x30ac81}=this['context']['plugins']['get'](c),_0x54fc29=this['context']['plugins']['get']('CommentsRepository'),_0x4ab463=this['_services']['get'](_0x39e796),_0x1dc4f2=await _0x4ab463['connect'](_0x30ac81);await this['_fetchMissingUsersForThreads'](_0x1dc4f2);const _0x3d4a90=new Set(Array['from'](_0x54fc29['getCommentThreads']({'channelId':_0x39e796}),_0x5d38bb=>_0x5d38bb['id']));for(const _0x8abb76 of _0x1dc4f2)_0x8abb76['deletedAt']||_0x3d4a90['delete'](_0x8abb76['commentThreadId']);for(const _0x56bcb4 of _0x3d4a90)_0x54fc29['getCommentThread'](_0x56bcb4)['remove']({'isFromAdapter':!0x0});for(const _0x23a00e of _0x1dc4f2){let _0x12d394=_0x54fc29['getCommentThread'](_0x23a00e['commentThreadId']);const {commentThreadId:_0x4e34ee,context:_0x400541,attributes:_0x1138b0,resolvedBy:_0x5df1e5,resolvedAt:_0x4c8868,unlinkedAt:_0x31a893,deletedAt:_0x35c891}=_0x23a00e;if(_0x35c891)continue;_0x12d394||(_0x12d394=_0x54fc29['addCommentThread']({'channelId':_0x39e796,'threadId':_0x4e34ee,'context':_0x400541,'attributes':_0x1138b0||{},'resolvedBy':_0x5df1e5,'resolvedAt':_0x4c8868,'unlinkedAt':_0x31a893,'isFromAdapter':!0x0}));const _0x55a06f=new Set(Array['from'](_0x12d394['comments'],_0x4c51d9=>_0x4c51d9['id']));for(const _0x3cf799 of _0x23a00e['comments'])_0x55a06f['delete'](_0x3cf799['commentId']);for(const _0x50059d of _0x55a06f)_0x12d394['getComment'](_0x50059d)['remove']({'isFromAdapter':!0x0});for(const _0x23ae08 of _0x23a00e['comments']){const _0x6457b8=_0x12d394['getComment'](_0x23ae08['commentId']);_0x6457b8?_0x6457b8['content']!==_0x23ae08['content']&&_0x6457b8['update']({'content':_0x23ae08['content'],'isFromAdapter':!0x0}):_0x12d394['addComment'](Object['assign'](nt(_0x23ae08),{'isFromAdapter':!0x0}));}}}['_getService'](_0x5a1468){if(!this['_services']['has'](_0x5a1468))throw new _0x53fe02('cloudservicescommentsadapter-service-not-exist',null,{'channelId':_0x5a1468});return this['_services']['get'](_0x5a1468);}async['_fetchMissingUsersForThreads'](_0x3191c7){const _0x4d9a84=this['context']['plugins']['get'](_0x255773),{connection:_0x39de39}=this['context']['plugins']['get'](c),_0x524707=new Set();for(const {resolvedBy:_0x330f73,comments:_0x36479c}of _0x3191c7){_0x330f73&&!_0x4d9a84['getUser'](_0x330f73)&&_0x524707['add'](_0x330f73);for(const {userId:_0x70b8f8}of _0x36479c)_0x4d9a84['getUser'](_0x70b8f8)||_0x524707['add'](_0x70b8f8);}if(0x0===_0x524707['size'])return;const _0x5a64e3=await mt['getMany'](_0x39de39,Array['from'](_0x524707));for(const _0x49f363 of _0x5a64e3)_0x4d9a84['getUser'](_0x49f363['id'])||_0x4d9a84['addUser'](_0x49f363);}}async function et(_0x181b3f){if('404'!==_0x181b3f['code'])throw _0x181b3f;}function gt(_0x3839d6){if((_0x18ba51=_0x3839d6)['message']['startsWith']('cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.')||_0x18ba51['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x18ba51['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.'))return new Promise(()=>{});var _0x18ba51;throw _0x3839d6;}function nt(_0x1f98c6){return{'threadId':_0x1f98c6['commentThreadId'],'commentId':_0x1f98c6['commentId'],'content':_0x1f98c6['content'],'createdAt':_0x1f98c6['createdAt'],'authorId':_0x1f98c6['userId'],'attributes':_0x1f98c6['attributes']||{}};}class f extends _0x342830{static ['TrackChangesService']=/* #__PURE__ -- @preserve */
27
+ ((()=>at)());['_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(_0x1fdf59){super(_0x1fdf59);const _0x24ea18=this['editor']['config']['get']('collaboration.channelId');this['_bufferedRequests']=new Map(),this['_trackChangesService']=new f['TrackChangesService'](_0x24ea18);}['init'](){const _0x436980=this['editor']['plugins']['get'](c),_0x50759c=this['editor']['plugins']['get']('TrackChangesEditing');return _0x50759c['adapter']={'getSuggestion':async _0x8f1ea=>{await this['_waitForServiceReady']();const _0x109ad4=await this['_trackChangesService']['get'](_0x8f1ea)['catch'](ot);return await this['_fetchMissingUsersForThreads']([_0x109ad4]),_0x109ad4;},'addSuggestion':async({id:_0x3e82cd,type:_0x2d1c1c,data:_0x542c0a,originalSuggestionId:_0x38e02f,attributes:_0x251891})=>{await this['_waitForServiceReady']();const _0x5e4c4f={'id':_0x3e82cd,'type':_0x2d1c1c,'data':_0x542c0a,'originalSuggestionId':_0x38e02f,'attributes':_0x251891},_0x5d431c=await this['_trackChangesService']['add'](_0x3e82cd,_0x2d1c1c,_0x542c0a,_0x38e02f,_0x251891)['catch'](_0x2c81c4=>{if(wt(_0x2c81c4))return new Promise(_0x226440=>{this['_bufferedRequests']['set'](_0x3e82cd,{'resolve':_0x226440,'suggestionData':_0x5e4c4f});});throw _0x2c81c4;});return this['_bufferedRequests']['delete'](_0x3e82cd),_0x5d431c;},'updateSuggestion':async(_0x3a16cd,_0x4a8f04)=>{if(await this['_waitForServiceReady'](),'open'!==_0x4a8f04['state'])return this['_trackChangesService']['update'](_0x3a16cd,_0x4a8f04)['catch'](ot);}},this['listenTo'](this['_trackChangesService'],'suggestionUpdated',(_0x55b385,_0x52ad99)=>{_0x50759c['hasSuggestion'](_0x52ad99['id'])&&(_0x50759c['getSuggestion'](_0x52ad99['id'])['attributes']=_0x52ad99['attributes']);}),this['_trackChangesService']['connect'](_0x436980['connection'])['then'](_0x3a9499=>(_0x436980['addToReconnectionStack'](this),this['_fetchMissingUsersForThreads'](_0x3a9499)['then'](()=>{for(const _0x5d0657 of _0x3a9499){_0x50759c['addSuggestionData'](_0x5d0657)['_saved']=!0x0;}})));}async['reconnect'](){const _0xf12bab=this['editor']['plugins']['get']('TrackChangesEditing'),{connection:_0x48b5a6}=this['editor']['plugins']['get'](c),_0x1b84dc=await this['_trackChangesService']['connect'](_0x48b5a6);await this['_fetchMissingUsersForThreads'](_0x1b84dc);for(const {suggestionData:_0x1a118d,resolve:_0x18ef1b}of this['_bufferedRequests']['values']()){let _0x236124=_0x1b84dc['find'](_0x4e59aa=>_0x4e59aa['id']===_0x1a118d['id']);_0x236124||(_0x236124=await this['_trackChangesService']['add'](_0x1a118d['id'],_0x1a118d['type'],_0x1a118d['data'],_0x1a118d['originalSuggestionId'])),_0x18ef1b(_0x236124);}for(const _0x1d92de of _0x1b84dc)_0xf12bab['hasSuggestion'](_0x1d92de['id'])||_0xf12bab['addSuggestionData'](_0x1d92de);}async['_waitForServiceReady'](){this['_trackChangesService']['isConnected']||await new Promise(_0x2e9971=>{this['listenTo'](this['_trackChangesService'],'connected',_0x115b03=>{_0x115b03['off'](),_0x2e9971();});});}async['_fetchMissingUsersForThreads'](_0x5e1ae1){const _0xbf5d69=this['editor']['plugins']['get'](_0x255773),{connection:_0x1ff57b}=this['editor']['plugins']['get'](c),_0x2b6995=new Set();for(const {authorId:_0x14f4be}of _0x5e1ae1)_0xbf5d69['getUser'](_0x14f4be)||_0x2b6995['add'](_0x14f4be);if(0x0===_0x2b6995['size'])return;const _0x287456=await mt['getMany'](_0x1ff57b,Array['from'](_0x2b6995));for(const _0x248824 of _0x287456)_0xbf5d69['getUser'](_0x248824['id'])||_0xbf5d69['addUser'](_0x248824);}}function ot(_0x4d1415){if(wt(_0x4d1415))return new Promise(()=>{});throw _0x4d1415;}function wt(_0x18a906){return _0x18a906['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x18a906['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class m extends _0x342830{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 _0x1aa4d1=this['editor']['plugins']['get'](c),_0x324420=this['editor']['plugins']['get']('CommentsEditing'),_0x9d9398=this['editor']['plugins']['get'](a);return this['editor']['data']['once']('ready',()=>{this['listenTo'](_0x1aa4d1,'change:state',(_0x2f7f35,_0x34dc0d,_0x533919)=>{_0x324420['isThreadsLoadingPaused']='connected'!==_0x533919;});}),this['listenTo'](_0x1aa4d1,'change:state',(_0x56075c,_0x16a432,_0x18534e)=>{this['editor']['plugins']['get']('CommentsRepository')['switchReadOnly']('connected'!==_0x18534e);}),_0x9d9398['_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 _0x342830{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 _0x342830{static ['RevisionHistoryService']=/* #__PURE__ -- @preserve */
28
+ ((()=>st)());['_lastRequestId'];['_revisionTracker'];['_revisionHistoryService'];['_oldOffset'];static get['requires'](){return[c,l,'RevisionTracker',i,_0x255773];}static get['pluginName'](){return'CloudServicesRevisionHistoryAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4c3d79){super(_0x4c3d79);const _0x2f719a=this['editor']['config']['get']('collaboration.channelId');this['_lastRequestId']=null,this['_revisionTracker']=this['editor']['plugins']['get']('RevisionTracker'),this['_revisionHistoryService']=new u['RevisionHistoryService'](_0x2f719a);}async['init'](){const _0x4cb814=this['editor']['plugins']['get'](l),_0x1c62ef=_0x4cb814['serverHistory'],_0x4c54b4=this['editor']['plugins']['get'](c);this['_revisionTracker']['setSource']({'history':_0x1c62ef,'getLatestVersion':()=>this['_getLatestVersion'](),'getCurrentRevisionId':()=>_0x4cb814['sessionId']});const _0xaa51f6=this['editor']['config']['get']('cloudServices.bundleVersion')||ht,_0x12ae1f=await it['isBundleUploaded'](_0x4c54b4['connection'],_0xaa51f6);this['_revisionTracker']['adapter']={'getRevision':async({revisionId:_0x4062d7})=>(await this['_waitForServiceReady'](),await this['_revisionHistoryService']['getRevision'](_0x4062d7)),'updateRevisions':async _0x1d913b=>{await this['_waitForServiceReady']();const _0x581547=this['_revisionTracker']['currentRevision'];if(_0x12ae1f&&0x1===_0x1d913b['length']&&_0x1d913b[0x0]['id']===_0x581547['id'])return _0x1d913b;for(const _0x4ea6eb of _0x1d913b)_0x4ea6eb['id']===_0x581547['id']&&(_0x4ea6eb['isEmptyCurrent']=_0x4ea6eb['fromVersion']===_0x4ea6eb['toVersion']);return this['_revisionHistoryService']['updateRevisions'](_0x1d913b,this['_lastRequestId'])['then'](_0x155dc1=>(this['_lastRequestId']=_0x155dc1,_0x1d913b))['catch'](_0x3e488f=>{if(rt(_0x3e488f)||'400'===_0x3e488f['code']&&void 0x0!==_0x3e488f['data']['wrongRequestId']){for(const _0x2e9a7c of _0x1d913b){!this['_revisionTracker']['repository']['getRevision'](_0x2e9a7c['id'])||this['_revisionTracker']['_bufferUpdate'](_0x2e9a7c['id'],_0x2e9a7c,!0x1);}if(rt(_0x3e488f))throw _0x3e488f;return _0x1d913b;}throw _0x3e488f;});}},this['listenTo'](this['_revisionHistoryService'],'revisionsUpdated',(_0x40bc76,{revisionsData:_0x241f09,requestId:_0x35f7ae})=>{Math['max'](..._0x241f09['map'](_0x14c9a1=>_0x14c9a1['toVersion']))>this['_getLatestVersionFromServerOperations']()-0x1?this['_getLatestVersion']()['then'](()=>{this['_handleRevisionsUpdate'](_0x241f09,_0x35f7ae);}):this['_handleRevisionsUpdate'](_0x241f09,_0x35f7ae);});const {revisions:_0x2b432e,requestId:_0x1a8106}=await this['_revisionHistoryService']['connect'](_0x4c54b4['connection']);_0x4c54b4['addToReconnectionStack'](this),this['_lastRequestId']=_0x1a8106,await this['_fetchMissingUsers'](_0x2b432e);for(const _0x18a6f1 of _0x2b432e)this['_revisionTracker']['addRevisionData'](_0x18a6f1);this['listenTo'](_0x4cb814,'change:_isConnected',(_0x35e3e2,_0x4b85b5,_0x449107)=>{_0x449107&&(this['_oldOffset']=_0x4cb814['_offset'],_0x35e3e2['off']());}),this['_revisionTracker']['bind']('isEnabled')['to'](_0x4c54b4,'state',_0x35c102=>_0x35c102===_0x30ee06['CONNECTED']);}async['reconnect'](){const _0xb29a6c=this['editor']['plugins']['get'](c),_0x3dd36e=this['editor']['plugins']['get'](l),_0x8d3203=async()=>{const _0x4f0800=this['_revisionTracker']['currentRevision'],_0x35778d=_0x4f0800['id'],_0x32a32f=_0x35778d!==_0x3dd36e['sessionId'];if(_0x32a32f){const _0x56e87c=_0x3dd36e['_offset']-this['_oldOffset'],_0xb3abe6=this['_getLatestVersionFromServerOperations']();this['_revisionTracker']['_revisionDataBuilder']['reInit']();if(_0x4f0800['toVersion']+_0x56e87c!==_0xb3abe6){const _0x16d5c8=_0x4f0800['fromVersion']+_0x56e87c,_0x8e685f=this['editor']['plugins']['get'](_0x255773),_0x1eff3f=this['_revisionTracker']['buildRevisionData']({'revision':_0x4f0800,'from':_0x16d5c8,'to':_0xb3abe6});_0x1eff3f['id']=_0x4f0800['id'];const _0x10bd6d=_0x1eff3f['authorsIds']['map'](_0x4acd80=>_0x8e685f['getUser'](_0x4acd80));_0x4f0800['_update']({..._0x1eff3f,'authors':_0x10bd6d},!0x0),this['_revisionTracker']['_bufferUpdate'](_0x4f0800['id'],_0x1eff3f,!0x0);}this['_revisionTracker']['_startingVersion']=_0xb3abe6,(_0x4f0800['toVersion']===_0x4f0800['fromVersion']&&!this['_revisionTracker']['_bufferedUpdates']['has'](_0x35778d)&&this['_revisionTracker']['repository']['_revisions']['remove'](_0x35778d),this['_revisionTracker']['_createCurrentRevision'](_0xb3abe6));}const {revisions:_0x1d93fe,requestId:_0x219bb7}=await this['_revisionHistoryService']['reconnect'](_0xb29a6c['connection'],this['_lastRequestId']);_0x32a32f&&_0x1d93fe['length']>0x0?_0x3dd36e['_handleReconnectionError']():(await this['_fetchMissingUsers'](_0x1d93fe),this['_handleRevisionsUpdate'](_0x1d93fe,_0x219bb7),this['_revisionTracker']['sendBufferedUpdates']());};return _0x3dd36e['_isConnected']?_0x8d3203():new Promise((_0x40e2dc,_0x29ca43)=>{_0x3dd36e['once']('change:_isConnected',()=>{_0x8d3203()['then'](_0x40e2dc)['catch'](_0x29ca43);});});}['destroy'](){super['destroy']();}async['_waitForServiceReady'](){this['_revisionHistoryService']['isConnected']||await new Promise(_0x4207d7=>{this['listenTo'](this['_revisionHistoryService'],'connected',_0x21c1dd=>{_0x21c1dd['off'](),_0x4207d7();});});}['_getLatestVersionFromServerOperations'](){const _0x425825=this['editor']['plugins']['get'](l)['serverHistory']['getOperations']()['reverse']();for(const _0x1ecef9 of _0x425825)if('marker'!==_0x1ecef9['type']||_0x1ecef9['affectsData'])return _0x1ecef9['baseVersion']+0x1;}['_getLatestVersion'](){const _0x58022c=this['editor']['plugins']['get'](l);return new Promise(_0x46cd12=>{_0x58022c['_isPendingUpdate']?_0x58022c['once']('change:_isPendingUpdate',()=>{_0x46cd12(this['_getLatestVersionFromServerOperations']());}):_0x46cd12(this['_getLatestVersionFromServerOperations']());});}['_handleRevisionsUpdate'](_0x591447,_0xdcaaaa){const _0x23f725=this['_revisionTracker']['repository'];this['_lastRequestId']=_0xdcaaaa;for(const _0x3df45d of _0x591447){const _0x36c724=_0x23f725['getRevision'](_0x3df45d['id']);if(_0x36c724){if((_0x3df45d['fromVersion']||_0x3df45d['toVersion'])&&(_0x3df45d['diffData']=null),_0x36c724===this['_revisionTracker']['currentRevision']){const _0x529701=Math['max'](_0x36c724['toVersion'],_0x3df45d['toVersion']),_0x41b073=Math['max'](_0x36c724['fromVersion'],_0x3df45d['fromVersion']);let _0x42bdee;_0x36c724['toVersion']===_0x3df45d['toVersion']&&_0x36c724['fromVersion']===_0x3df45d['fromVersion']?(_0x42bdee=!0x0,this['_preventResendingRevisionData'](_0x3df45d)):_0x3df45d['toVersion']===_0x529701&&_0x3df45d['fromVersion']===_0x41b073?_0x42bdee=!0x1:(_0x36c724['toVersion']===_0x529701&&_0x36c724['fromVersion']===_0x41b073||this['_fixRevision']({'revision':_0x36c724,'from':_0x41b073,'to':_0x529701}),_0x42bdee=!0x0),_0x42bdee&&(delete _0x3df45d['fromVersion'],delete _0x3df45d['toVersion'],delete _0x3df45d['diffData'],delete _0x3df45d['createdAt'],delete _0x3df45d['authorsIds']);}this['_revisionTracker']['setRevisionData'](_0x3df45d),this['_preventResendingRevisionData'](_0x3df45d);}else this['_revisionTracker']['addRevisionData'](_0x3df45d);}const _0x29b64c=_0x23f725['getRevisions']();_0x29b64c['reverse']();for(let _0x130b0c=0x0;_0x130b0c<_0x29b64c['length']-0x1;_0x130b0c++){const _0x1bfe4f=_0x29b64c[_0x130b0c],_0x96fcba=_0x29b64c[_0x130b0c+0x1];if(_0x1bfe4f['fromVersion']<_0x96fcba['toVersion']){const _0x3d47ec=_0x96fcba['toVersion'],_0x58ae5b=Math['max'](_0x3d47ec,_0x1bfe4f['toVersion']);this['_fixRevision']({'revision':_0x1bfe4f,'from':_0x3d47ec,'to':_0x58ae5b});}}}['_fixRevision']({revision:_0x44e4ff,from:_0x59430b,to:_0x2240a1}={}){const _0x35ce02=this['editor']['plugins']['get'](_0x255773),_0x8b5de2=this['_revisionTracker']['buildRevisionData']({'revision':_0x44e4ff,'from':_0x59430b,'to':_0x2240a1});_0x8b5de2['authors']=_0x8b5de2['authorsIds']['map'](_0x2f670c=>_0x35ce02['getUser'](_0x2f670c)),_0x44e4ff['_update'](_0x8b5de2);}['_preventResendingRevisionData'](_0x59c753){const _0x538e7a={};_0x538e7a['id']=_0x59c753['id'];for(const _0x28d6e2 of Object['keys'](_0x59c753))'id'!==_0x28d6e2&&(_0x538e7a[_0x28d6e2]=void 0x0);this['_revisionTracker']['_bufferUpdate'](_0x538e7a['id'],_0x538e7a,!0x0);}async['_fetchMissingUsers'](_0x494d9c){const _0x40756c=this['editor']['plugins']['get'](_0x255773),{connection:_0x122948}=this['editor']['plugins']['get'](c),_0x2ee792=new Set();for(const _0x563072 of _0x494d9c){for(const _0x1879fb of _0x563072['authorsIds'])_0x44db92(_0x1879fb);_0x563072['creatorId']&&_0x44db92(_0x563072['creatorId']);}if(0x0===_0x2ee792['size'])return;const _0x48a614=await mt['getMany'](_0x122948,Array['from'](_0x2ee792));for(const _0x1c0af7 of _0x48a614)_0x40756c['getUser'](_0x1c0af7['id'])||_0x40756c['addUser'](_0x1c0af7);function _0x44db92(_0x38ac73){_0x40756c['getUser'](_0x38ac73)||_0x2ee792['add'](_0x38ac73);}}}function rt(_0x2ed493){return _0x2ed493['message']['startsWith']('cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.')||_0x2ed493['message']['startsWith']('cloud-services-internal-error:\x20Not\x20connected.')||_0x2ed493['message']['startsWith']('cloud-services-internal-error:\x20Request\x20timeout.');}class g extends _0x342830{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 _0x3fc612{constructor(_0xf13da0){super(_0xf13da0);const _0x10b382=this['bindTemplate'];this['set']('usersCount',0x0),this['set']('isHidden',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-presence-list__counter',_0x10b382['if']('isHidden','ck-presence-list__counter--hidden')]},'children':[{'text':_0x10b382['to']('usersCount',_0x38e829=>B(_0xf13da0,'CONNECTED_USERS',_0x38e829))}]});}}class es extends _0x3fc612{['items'];['keystrokes'];constructor(_0x33a571){super(_0x33a571);const _0x53492f=this['bindTemplate'];this['items']=this['createCollection'](),this['keystrokes']=new _0x5625dc(),this['set']({'hasPopup':!0x1,'isExpanded':!0x1}),this['setTemplate']({'tag':'div','attributes':{'aria-haspopup':_0x53492f['if']('hasPopup'),'aria-expanded':_0x53492f['to']('isExpanded',_0x1c39df=>this['hasPopup']&&String(_0x1c39df)),'aria-label':_0x53492f['to']('hasPopup',_0x1d249e=>B(_0x33a571,_0x1d249e?'Collapsed\x20connected\x20users\x20list\x20(press\x20ENTER\x20to\x20open\x20it)':'Connected\x20users\x20list')),'role':'list','tabindex':_0x53492f['to']('hasPopup',_0x49d070=>!!_0x49d070&&0x0),'class':['ck','ck-presence-list__list']},'children':this['items'],'on':{'click':_0x53492f['to'](()=>this['fire']('execute'))}}),this['on']('change:hasPopup',(_0xc47306,_0x582f5b,_0x8d933c)=>{this['element']&&(_0x8d933c?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 _0x3fc612{['counterView'];['inlineListView'];constructor(_0x414b96){super(_0x414b96);const _0x11a593=this['bindTemplate'];this['set']('isCollapsed',!0x0),this['counterView']=new ts(this['locale']),this['inlineListView']=new es(_0x414b96),this['inlineListView']['bind']('hasPopup')['to'](this,'isCollapsed'),this['listenTo'](this['inlineListView']['items'],'change',()=>{for(const _0x247edf of this['inlineListView']['items'])_0x247edf['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',_0x11a593['if']('isCollapsed','ck-presence-list--collapsed')]},'children':[this['counterView'],this['inlineListView']]});}}class j extends _0x3fc612{['listWrapperView'];constructor(_0x4c69d9,_0x29e7db){super(_0x4c69d9),this['listWrapperView']=new vt(_0x4c69d9,_0x29e7db),this['setTemplate']({'tag':'div','attributes':{'tabindex':-0x1,'role':'application','class':['ck','ck-presence-list__dropdown-list'],'aria-label':B(_0x4c69d9,'Connected\x20users\x20list\x20dropdown\x20menu')},'children':[this['listWrapperView']]});}}class vt extends _0x23aa7d{constructor(_0x112d2a,_0x53ab32){super(_0x112d2a);const _0x4566d6=this['bindTemplate'];this['set']('_isScrollable',!0x1),this['setTemplate']({'tag':_0x53ab32?'div':'ul','attributes':{'class':['ck','ck-reset','ck-list','ck-presence-list__dropdown-list-wrapper',_0x4566d6['if']('_isScrollable','ck-presence-list__dropdown-list-wrapper_scrollable')],'role':_0x4566d6['to']('role'),'aria-label':_0x4566d6['to']('ariaLabel'),'aria-labelledby':_0x4566d6['to']('ariaLabelledBy')},'children':this['items']}),this['listenTo'](_0x288752['window'],'resize',()=>this['checkIfScrollable']()),this['items']['on']('change',()=>this['checkIfScrollable']());}['render'](){super['render'](),this['checkIfScrollable']();}['checkIfScrollable'](){const _0x396b30=this['element'];_0x396b30&&(this['_isScrollable']=Math['max'](_0x396b30['scrollHeight'],_0x396b30['clientHeight'])>0.8*window['innerHeight']);}}class k extends ct{['userView'];constructor(_0x268b90,_0x1938eb,_0x3cb998){super(_0x268b90);const _0x2c4b56=this['bindTemplate'];this['userView']=new lt(_0x268b90,_0x1938eb);const _0x471805={'tag':'li','attributes':{'class':['ck','ck-presence-list__dropdown-list-item'],'tabindex':-0x1,'role':'presentation','aria-label':_0x1938eb['name']},'children':[this['userView'],{'tag':'span','attributes':{'class':['ck','ck-user__full-name']},'children':[{'text':_0x1938eb['name']}]},{'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x1938eb['color']['getBackgroundColorClass']()],'aria-hidden':'true'}}]};_0x3cb998&&(_0x471805['tag']='button',_0x471805['on']={'click':_0x2c4b56['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x471805);}['focus'](){this['element']['focus']();}}class y extends _0x3fc612{['userView'];['markerView'];constructor(_0x16c997,_0x17d3ff,_0x473556){super(_0x16c997);const _0x27f86e=this['bindTemplate'];this['set']('isFocusable',!0x1),this['set']('hasTooltip',!0x0),this['set']('tooltipPosition',''),this['userView']=new lt(_0x16c997,_0x17d3ff),this['markerView']=new dt(_0x16c997,_0x17d3ff);const _0x4e50f8=new pt(_0x16c997);_0x4e50f8['template']['tag']='span',_0x4e50f8['text']=_0x17d3ff['name'];const _0x3a25c1={'tag':'div','attributes':{'class':['ck','ck-presence-list__list-item'],'role':'listitem','tabindex':_0x27f86e['to']('isFocusable',_0x33fad3=>!!_0x33fad3&&0x0),'aria-labelledby':_0x4e50f8['id'],'data-cke-tooltip-text':this['userView']['name'],'data-cke-tooltip-position':_0x27f86e['to']('tooltipPosition'),'data-cke-tooltip-disabled':_0x27f86e['to']('hasTooltip',_0x47d2a6=>!_0x47d2a6),'data-cke-tooltip-class':'ck-presence-list__list-item__tooltip'},'children':[this['userView'],this['markerView'],_0x4e50f8]};_0x473556&&(_0x3a25c1['tag']='button',_0x3a25c1['on']={'click':_0x27f86e['to'](()=>this['fire']('execute'))}),this['setTemplate'](_0x3a25c1);}}class dt extends _0x3fc612{constructor(_0x595607,_0x1d4c0d){super(_0x595607),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-presence-list__marker',_0x1d4c0d['color']['getBackgroundColorClass']()],'aria-hidden':'true'}});}}const A={'collapseAt':0x6,'displayMe':!0x0};class r extends _0x2b0246{['currentDisplayedUsers'];['balloonPanelView'];['view'];['presenceDropdownView'];['_bodyCollection']=null;constructor(_0x14afa7){super(_0x14afa7),this['context']['config']['define']('presenceList',A);const _0x37c2ea=_0x14afa7['config']['get']('presenceList.collapseAt');if('number'!=typeof _0x37c2ea)throw new _0x53fe02('presencelist-collapseat-invalid-format',this);if(_0x37c2ea<0x1)throw new _0x53fe02('presencelist-collapseat-invalid-format',this);this['_allConnectedUsers']=this['context']['plugins']['get'](i)['allConnectedUsers'],this['set']('usersCount',0x0),this['currentDisplayedUsers']=new _0x52b573(),this['balloonPanelView']=new _0x5dcfb5(),this['balloonPanelView']['class']='ck\x20ck-presence-list__balloon',this['view']=this['_createView'](),this['presenceDropdownView']=void 0x0;}static get['requires'](){return[i];}['init'](){for(const _0x4d06e5 of this['_allConnectedUsers'])this['_handleUserAdd'](_0x4d06e5);this['listenTo'](this['_allConnectedUsers'],'add',(_0x9bacee,_0x37a463)=>{this['_handleUserAdd'](_0x37a463);}),this['listenTo'](this['_allConnectedUsers'],'remove',(_0x1a8789,_0x426fab)=>{this['_handleUserRemove'](_0x426fab);});}['_createView'](){const _0x5ee785=this['context'],_0x583912=new L(this['context']['locale']),_0x5dc601=this['balloonPanelView'];if(!_0x3db76d(_0x5ee785['config']['get']('presenceList.container')))throw new _0x53fe02('presencelist-missing-container',this);return _0x583912['counterView']['bind']('usersCount')['to'](this),_0x583912['bind']('isCollapsed')['to'](this,'usersCount',_0x1785c0=>{const {collapseAt:_0x5c7d7d,displayMe:_0xaea360}=_0x5ee785['config']['get']('presenceList'),_0x43ac5a=_0x1785c0>=_0x5c7d7d;return _0x583912['counterView']['isHidden']=!(0x1==_0x1785c0&&_0xaea360||_0x43ac5a),_0x43ac5a||this['hideDropdown'](),_0x43ac5a;}),_0x583912['inlineListView']['items']['bindTo'](this['currentDisplayedUsers'])['using'](_0x1831e6=>{const _0x4e2661=_0x5ee785['config']['get']('presenceList'),_0xfe0526=new y(_0x5ee785['locale'],_0x1831e6,!!_0x4e2661['onClick']);return _0xfe0526['bind']('hasTooltip')['to'](_0x583912,'isCollapsed',_0x1439b7=>!_0x1439b7),_0xfe0526['bind']('isFocusable')['to'](_0x583912,'isCollapsed',_0xd6ac9d=>!_0xd6ac9d),_0x4e2661['onClick']&&this['listenTo'](_0xfe0526,'execute',()=>{this['view']['isCollapsed']||_0x4e2661['onClick'](_0x1831e6,_0xfe0526['element']);}),_0xfe0526;}),this['listenTo'](_0x583912['inlineListView'],'execute',()=>{this['presenceDropdownView']?this['hideDropdown']():this['view']['isCollapsed']&&this['showDropdown']();}),_0x583912['inlineListView']['keystrokes']['set']('Enter',(_0x11448e,_0x340313)=>{this['view']['isCollapsed']&&(this['showDropdown'](),_0x340313());}),_0x583912['render'](),_0x5dc601['render'](),_0x361fc0({'emitter':_0x583912,'activator':()=>_0x5dc601['isVisible'],'contextElements':[_0x5dc601['element'],_0x583912['inlineListView']['element']],'callback':()=>this['hideDropdown']()}),_0x5ee785['config']['get']('presenceList.container')['appendChild'](_0x583912['element']),this['_bodyCollection']=new _0x18513d(this['context']['locale']),this['_bodyCollection']['attachToDom'](),this['_bodyCollection']['add'](this['balloonPanelView']),_0x583912;}['_handleUserAdd'](_0x251021){if(!this['context']['config']['get']('presenceList.displayMe')&&_0x251021['isMe'])return;const _0x2df42b=this['context']['config']['get']('presenceList.collapseAt')-0x1;this['usersCount']++,this['currentDisplayedUsers']['length']==_0x2df42b&&this['currentDisplayedUsers']['length']>0x1&&this['currentDisplayedUsers']['remove'](0x1);const _0x4b1e88=_0x251021['isMe']?0x0:this['currentDisplayedUsers']['length'];this['currentDisplayedUsers']['add'](_0x251021,_0x4b1e88);}['_handleUserRemove'](_0xb03d64){if(this['usersCount']--,this['currentDisplayedUsers']['get'](_0xb03d64['id'])&&(this['currentDisplayedUsers']['remove'](_0xb03d64['id']),this['currentDisplayedUsers']['length']<this['usersCount'])){for(const _0x4a86f5 of Array['from'](this['_allConnectedUsers'])['reverse']())if(!this['currentDisplayedUsers']['get'](_0x4a86f5['id']))return void this['currentDisplayedUsers']['add'](_0x4a86f5,Math['min'](this['currentDisplayedUsers']['length'],0x1));}}['showDropdown'](){if(this['presenceDropdownView'])return;const _0x38c533=this['context']['config']['get']('presenceList');this['presenceDropdownView']=new j(this['context']['locale'],!!_0x38c533['onClick']),this['view']['inlineListView']['isExpanded']=!0x0;const {listWrapperView:_0x521a73}=this['presenceDropdownView'];_0x521a73['items']['bindTo'](this['_allConnectedUsers'])['using'](_0x5162f2=>{if(!_0x38c533['displayMe']&&_0x5162f2['isMe'])return null;const _0x30ea3a=new k(this['context']['locale'],_0x5162f2,!!_0x38c533['onClick']);return _0x38c533['onClick']&&this['listenTo'](_0x30ea3a,'execute',()=>{_0x38c533['onClick'](_0x5162f2,_0x30ea3a['element']);}),_0x30ea3a;}),this['balloonPanelView']['content']['add'](this['presenceDropdownView']),this['balloonPanelView']['pin']({'target':this['view']['inlineListView']['element']}),_0x521a73['focus'](),_0x521a73['checkIfScrollable']();const _0x31b72d=(_0x1cb27d,_0x5c6914)=>{this['hideDropdown'](),this['view']['inlineListView']['focus'](),_0x5c6914();};_0x521a73['keystrokes']['set']('Esc',_0x31b72d),_0x521a73['keystrokes']['set']('Shift+Tab',_0x31b72d),_0x521a73['keystrokes']['set']('Tab',(_0x4f617e,_0x18234e)=>{!function(_0x40d566){const _0x1734ac=['a','button','input','select','textarea','[tabindex]','[contenteditable]']['map'](_0x24ea50=>_0x24ea50+':not([disabled]):not([tabindex=\x22-1\x22])')['join'](','),_0x14ce17=[...document['body']['querySelectorAll'](_0x1734ac)]['filter'](_0x2f8891=>_0x2f8891===document['activeElement']||_0x2f8891['offsetWidth']+_0x2f8891['offsetHeight']>0x0)['sort']((_0x5f4384,_0x12737d)=>(_0x5f4384['tabIndex']||0x0)-(_0x12737d['tabIndex']||0x0)),_0x4eecbb=_0x14ce17['indexOf'](_0x40d566),_0xeb7b28=_0x14ce17[(_0x4eecbb+0x1)%_0x14ce17['length']];_0xeb7b28&&_0xeb7b28['focus']();}(this['view']['element']),this['hideDropdown'](),_0x18234e();}),_0x521a73['focusTracker']['add'](this['view']['element']),_0x521a73['focusTracker']['on']('change:isFocused',(_0x4078ab,_0x5a6b6e,_0x2a567a)=>{_0x2a567a||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 _0x2b0246{static get['requires'](){return[i,r];}static get['pluginName'](){return'PresenceList';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{a as CloudServicesCommentsAdapter,u as CloudServicesRevisionHistoryAdapter,f as CloudServicesTrackChangesAdapter,s as PresenceList,l as RealTimeCollaborationClient,m as RealTimeCollaborativeComments,n as RealTimeCollaborativeEditing,g as RealTimeCollaborativeRevisionHistory,p as RealTimeCollaborativeTrackChanges};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-real-time-collaboration",
3
- "version": "44.0.0-alpha.10",
3
+ "version": "44.0.0-alpha.12",
4
4
  "description": "A set of CKEditor 5 features enabling real-time collaboration within the editor using CKEditor Cloud Services.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -42,14 +42,14 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "@ckeditor/ckeditor-cloud-services-collaboration": "52.6.11",
45
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.10",
46
- "@ckeditor/ckeditor5-engine": "44.0.0-alpha.10",
47
- "@ckeditor/ckeditor5-operations-compressor": "44.0.0-alpha.10",
48
- "@ckeditor/ckeditor5-theme-lark": "44.0.0-alpha.10",
49
- "@ckeditor/ckeditor5-ui": "44.0.0-alpha.10",
50
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.10",
51
- "ckeditor5": "44.0.0-alpha.10",
52
- "ckeditor5-collaboration": "44.0.0-alpha.10",
45
+ "@ckeditor/ckeditor5-core": "44.0.0-alpha.12",
46
+ "@ckeditor/ckeditor5-engine": "44.0.0-alpha.12",
47
+ "@ckeditor/ckeditor5-operations-compressor": "44.0.0-alpha.12",
48
+ "@ckeditor/ckeditor5-theme-lark": "44.0.0-alpha.12",
49
+ "@ckeditor/ckeditor5-ui": "44.0.0-alpha.12",
50
+ "@ckeditor/ckeditor5-utils": "44.0.0-alpha.12",
51
+ "ckeditor5": "44.0.0-alpha.12",
52
+ "ckeditor5-collaboration": "44.0.0-alpha.12",
53
53
  "lodash-es": "4.17.21"
54
54
  },
55
55
  "types": "src/index.d.ts",