@ckeditor/ckeditor5-real-time-collaboration 43.0.0 → 43.1.0-alpha.0

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.
Files changed (115) hide show
  1. package/build/real-time-collaboration.js +1 -1
  2. package/dist/index.js +6 -6
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de-ch.js +1 -1
  16. package/dist/translations/de-ch.umd.js +1 -1
  17. package/dist/translations/de.js +1 -1
  18. package/dist/translations/de.umd.js +1 -1
  19. package/dist/translations/el.js +1 -1
  20. package/dist/translations/el.umd.js +1 -1
  21. package/dist/translations/en-au.js +1 -1
  22. package/dist/translations/en-au.umd.js +1 -1
  23. package/dist/translations/en.umd.js +1 -1
  24. package/dist/translations/es.js +1 -1
  25. package/dist/translations/es.umd.js +1 -1
  26. package/dist/translations/et.js +1 -1
  27. package/dist/translations/et.umd.js +1 -1
  28. package/dist/translations/fa.js +1 -1
  29. package/dist/translations/fa.umd.js +1 -1
  30. package/dist/translations/fi.js +1 -1
  31. package/dist/translations/fi.umd.js +1 -1
  32. package/dist/translations/fr.js +1 -1
  33. package/dist/translations/fr.umd.js +1 -1
  34. package/dist/translations/gl.js +1 -1
  35. package/dist/translations/gl.umd.js +1 -1
  36. package/dist/translations/he.js +1 -1
  37. package/dist/translations/he.umd.js +1 -1
  38. package/dist/translations/hi.js +1 -1
  39. package/dist/translations/hi.umd.js +1 -1
  40. package/dist/translations/hr.js +1 -1
  41. package/dist/translations/hr.umd.js +1 -1
  42. package/dist/translations/hu.js +1 -1
  43. package/dist/translations/hu.umd.js +1 -1
  44. package/dist/translations/id.js +1 -1
  45. package/dist/translations/id.umd.js +1 -1
  46. package/dist/translations/it.js +1 -1
  47. package/dist/translations/it.umd.js +1 -1
  48. package/dist/translations/ja.js +1 -1
  49. package/dist/translations/ja.umd.js +1 -1
  50. package/dist/translations/ko.js +1 -1
  51. package/dist/translations/ko.umd.js +1 -1
  52. package/dist/translations/lt.js +1 -1
  53. package/dist/translations/lt.umd.js +1 -1
  54. package/dist/translations/lv.js +1 -1
  55. package/dist/translations/lv.umd.js +1 -1
  56. package/dist/translations/ms.js +1 -1
  57. package/dist/translations/ms.umd.js +1 -1
  58. package/dist/translations/nl.js +1 -1
  59. package/dist/translations/nl.umd.js +1 -1
  60. package/dist/translations/no.js +1 -1
  61. package/dist/translations/no.umd.js +1 -1
  62. package/dist/translations/pl.js +1 -1
  63. package/dist/translations/pl.umd.js +1 -1
  64. package/dist/translations/pt-br.js +1 -1
  65. package/dist/translations/pt-br.umd.js +1 -1
  66. package/dist/translations/pt.js +1 -1
  67. package/dist/translations/pt.umd.js +1 -1
  68. package/dist/translations/ro.js +1 -1
  69. package/dist/translations/ro.umd.js +1 -1
  70. package/dist/translations/ru.js +1 -1
  71. package/dist/translations/ru.umd.js +1 -1
  72. package/dist/translations/sk.js +1 -1
  73. package/dist/translations/sk.umd.js +1 -1
  74. package/dist/translations/sr-latn.js +1 -1
  75. package/dist/translations/sr-latn.umd.js +1 -1
  76. package/dist/translations/sr.js +1 -1
  77. package/dist/translations/sr.umd.js +1 -1
  78. package/dist/translations/sv.js +1 -1
  79. package/dist/translations/sv.umd.js +1 -1
  80. package/dist/translations/th.js +1 -1
  81. package/dist/translations/th.umd.js +1 -1
  82. package/dist/translations/tk.js +1 -1
  83. package/dist/translations/tk.umd.js +1 -1
  84. package/dist/translations/tr.js +1 -1
  85. package/dist/translations/tr.umd.js +1 -1
  86. package/dist/translations/uk.js +1 -1
  87. package/dist/translations/uk.umd.js +1 -1
  88. package/dist/translations/vi.js +1 -1
  89. package/dist/translations/vi.umd.js +1 -1
  90. package/dist/translations/zh-cn.js +1 -1
  91. package/dist/translations/zh-cn.umd.js +1 -1
  92. package/dist/translations/zh.js +1 -1
  93. package/dist/translations/zh.umd.js +1 -1
  94. package/package.json +9 -9
  95. package/src/common-translations.js +1 -1
  96. package/src/index.js +1 -1
  97. package/src/presencelist/presencelistui.js +1 -1
  98. package/src/presencelist/view/presencecounterview.js +1 -1
  99. package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
  100. package/src/presencelist/view/presencedropdownlistview.js +1 -1
  101. package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
  102. package/src/presencelist/view/presenceinlinelistview.js +1 -1
  103. package/src/presencelist/view/presencelistview.js +1 -1
  104. package/src/presencelist.js +1 -1
  105. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
  106. package/src/realtimecollaborativecomments.js +1 -1
  107. package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
  108. package/src/realtimecollaborativeediting/sessions.js +1 -1
  109. package/src/realtimecollaborativeediting/usermarkers.js +1 -1
  110. package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
  111. package/src/realtimecollaborativeediting.js +1 -1
  112. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
  113. package/src/realtimecollaborativerevisionhistory.js +1 -1
  114. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
  115. package/src/realtimecollaborativetrackchanges.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5f5237=_0x15ba;(function(_0x2b891d,_0x3d9ab6){const _0x2860ca=_0x15ba,_0x2d265a=_0x2b891d();while(!![]){try{const _0x449dd5=parseInt(_0x2860ca(0x103))/0x1*(-parseInt(_0x2860ca(0x88))/0x2)+-parseInt(_0x2860ca(0x87))/0x3*(-parseInt(_0x2860ca(0x100))/0x4)+-parseInt(_0x2860ca(0x122))/0x5*(parseInt(_0x2860ca(0x165))/0x6)+parseInt(_0x2860ca(0xf0))/0x7*(-parseInt(_0x2860ca(0xb0))/0x8)+-parseInt(_0x2860ca(0x10f))/0x9*(-parseInt(_0x2860ca(0x185))/0xa)+-parseInt(_0x2860ca(0xd1))/0xb*(-parseInt(_0x2860ca(0x183))/0xc)+parseInt(_0x2860ca(0x143))/0xd;if(_0x449dd5===_0x3d9ab6)break;else _0x2d265a['push'](_0x2d265a['shift']());}catch(_0x1ec9fe){_0x2d265a['push'](_0x2d265a['shift']());}}}(_0x4d23,0x1d75d));import{Plugin as _0x14e3fa,PendingActions as _0x583c99}from'ckeditor5/src/core.js';import{CKEditorError as _0x2a4403,version as _0x44575b,uid as _0x28765e}from'ckeditor5/src/utils.js';function _0x4d23(){const _0x4f06a2=['change:_isPendingUpdate','roots','wasUndone','enableReadOnlyMode','filter','sessionAdd:','change:_isEditingAllowed','reconnection:\x20flushed\x20session','_baseBufferDelay','move','Synchronization\x20issue','$root','change:range','316amulLt','connect','entries','1rLiLhP','differ','locale','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','version','start','fromJSON','_setUpDataInit','document','unregister','PENDING_ACTION_SENDING_DATA','cloud-services-internal-error:\x20Not\x20connected.','2241mrtrHF','affectsData','cloudDocumentVersion','rootName','sessionCreatedAt','CollaborativeEditingService','createPositionAt','requires','_pendingAction','_connectService','_bufferRootLoad','cloudServices.bundleVersion','realtimecollaborationclient-init-document-already-initialized','Permissions','round','createdAt','setPermissions','_connectAfterSessionHasBeenFlushed','_saveOperationInBuffer','1055mFsuwg','size','end','sendOperations','_isAttached','config','catch','batch','_handleInitialConnectionData','permissions','channelSessions','editing','_shouldSendUpdate','initData','destroy','realtimecollaborationclient-init-session-connection-error','collaboration.channelId','disconnect','_lastServerVersion','_updateServerHistory','addUser','409','model','_channelId','404','reset','selection','_isInit','set','_currentBufferDelay','listenTo','compress','createRoot','711438mjBePg','_sendBufferedOperationsDelayed','marker','message','_sendBufferedOperations','_handleExternalOperations','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.','lastDocumentSession','_loadRoot','rtc-offline','disconnected','connection','decompress','position','_sendBufferedOperationsDelayId','attributes','_waitUntilSynced','off','_service','error','stop','_disconnectService','operationsReceived','stopListening','reconnect','get','offset','apply','currentDocumentSession','sessionId','_handleReconnectionResponse','_getAffectedRoot','userId','getOperations','114vQkbGz','_isEditingAllowed','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','pluginName','realtimecollaborationclient-initservice-internal-error','forEach','connected','rootsAttributes','isReadOnly','disableReadOnlyMode','_isDisconnection','_document','bind','_crash','map','ready','newRange','markers','_knownRootNames','loadRoot','_handleSendingSelectionMarkers','applyOperation','high','real-time-collaboration','metadata','_compressOperations','keys','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.','_handleReconnectionError','mySessionId','2414148GyopZY','return','4440eOqMxK','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_disconnectionOperations','__className','add','fire','type','4734UlcuEu','368612eoGIbA','has','enqueueChange','isUndoneOperation','addToReconnectionStack','rtc-destroyed','push','directChange','realtimecollaborationclient-init-non-existent-root','_authorId','realtimecollaborationclient-initservice-incorrect-server-operation','code','change:hasDomSelection','define','_lastSyncedOperationId','finally','insert','getOperationAuthor','_offset','_handleServerResponse','InsertOperation','_isConnected','_refreshUserSelectionMarkers','getDocumentDetails','register','state','_fetchMissingUsers','lastOperationAcceptedAt','createPositionFromPath','_isPendingUpdate','length','getUser','_operationIdentifier','editor','_handleReceivedOperations','toJSON','string','removeFromReconnectionStack','getConnectedSessions','_compressor','8sPEEOj','root','realtimecollaborationclient-init-connection-failed','targetPosition','_getOperationsFromInitData','addOperation','history','path','_hasSelectionChanged','realtimecollaborationclient-sendbufferedoperations','_initThrowingOnDataSet','getIdOfTheLastOperation','lastSyncVersion','RealTimeCollaborationClient','getRoot','serverHistory','_ignoredOperations','realtimecollaborationclient-handleserverresponse','_addKnownRoot','cloud-services-internal-error:\x20Request\x20timeout.','setIdForTheLastOperation','baseVersion','document:write','includes','slice','parse','_decompressOperations','view','_setPendingAction','affectedSelectable','_knownOperations','plugins','CommentsOnly','11nDrlXq','data','addRoot','collaboration','addRootAttribute','clone','remove','showWarning','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','createRange','createUserMarkerOperations','_isLoaded','wereChangesApplied','startsWith','collaboration-missing-channelid','lastOperationId','_operationToId','suppressErrorInCollaboration','then','_initSessionsHandling','isEnabled','from','_hasSynchronizationProblem','Notification','isDocumentOperation','getMany','multi-root-editor-root-attributes-no-root','init','_applyOperationsSet','cs:removeUser','_clearPendingAction','1274973hLpVKr','_shouldSendSelectionUpdate','_bufferedOperations'];_0x4d23=function(){return _0x4f06a2;};return _0x4d23();}import{Notification as _0x59a0bd}from'ckeditor5/src/ui.js';import{transformSets as _0x345860,NoOperation as _0x56194a,InsertOperation as _0x5924b9,MarkerOperation as _0x3b31b8,RootAttributeOperation as _0x134a37,OperationFactory as _0x455181,History as _0xafe8d1}from'ckeditor5/src/engine.js';import _0x2d1ecd from'./websocketgateway.js';import _0x456fca from'./sessions.js';import _0xb32803 from'./usermarkers.js';function _0x15ba(_0x55908d,_0xc8f5f4){const _0x4d23b2=_0x4d23();return _0x15ba=function(_0x15bafa,_0x3e044d){_0x15bafa=_0x15bafa-0x83;let _0x11e55d=_0x4d23b2[_0x15bafa];return _0x11e55d;},_0x15ba(_0x55908d,_0xc8f5f4);}import{getTranslation as _0x4d3bc2}from'../common-translations.js';import{Compressor as _0x561fb7}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0xd8d594}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x5a7068,CollaborativeEditingService as _0x115ae7}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x14e3fa{static get[_0x5f5237(0x116)](){return[_0x2d1ecd,_0x456fca,_0xb32803,_0x583c99,_0xd8d594,_0x59a0bd];}static get[_0x5f5237(0x168)](){const _0x286239=_0x5f5237;return _0x286239(0xbd);}get[_0x5f5237(0x111)](){const _0x6bc10b=_0x5f5237;return this[_0x6bc10b(0x134)]+this[_0x6bc10b(0x9a)];}get[_0x5f5237(0x134)](){const _0x414357=_0x5f5237;return this[_0x414357(0xbf)][_0x414357(0x107)]-this[_0x414357(0x9a)];}get[_0x5f5237(0xbc)](){const _0x3b898a=_0x5f5237,_0x1aae26=this[_0x3b898a(0xbf)][_0x3b898a(0x164)]();for(let _0x209fe7=_0x1aae26[_0x3b898a(0xa6)]-0x1;_0x209fe7>=0x0;_0x209fe7--){const _0x16d467=_0x1aae26[_0x209fe7];if(!this[_0x3b898a(0x187)][_0x3b898a(0x89)](_0x16d467))return _0x16d467[_0x3b898a(0xc5)]+0x1-this[_0x3b898a(0x9a)];}return 0x0;}constructor(_0x1566fe){const _0x30f230=_0x5f5237;if(super(_0x1566fe),this[_0x30f230(0x9a)]=0x0,this[_0x30f230(0x160)]=null,this[_0x30f230(0xbf)]=new _0xafe8d1(),this[_0x30f230(0xa9)][_0x30f230(0x127)][_0x30f230(0x95)](_0x30f230(0xd4),{}),this[_0x30f230(0x139)]=this[_0x30f230(0xa9)][_0x30f230(0x127)][_0x30f230(0x15c)](_0x30f230(0x132)),!this[_0x30f230(0x139)])throw new _0x2a4403(_0x30f230(0xdf),this);const _0x28b663=_0x1566fe[_0x30f230(0x127)][_0x30f230(0x15c)](_0x30f230(0x11a))||_0x44575b;this[_0x30f230(0x155)]=new l[(_0x30f230(0x114))](_0x28b663,this[_0x30f230(0x139)]),this[_0x30f230(0x170)]=this[_0x30f230(0xa9)][_0x30f230(0x138)][_0x30f230(0x10b)],this[_0x30f230(0xaf)]=new _0x561fb7(),this[_0x30f230(0xf2)]=[],this[_0x30f230(0xce)]=new WeakSet(),this[_0x30f230(0x177)]=new Set(),this[_0x30f230(0x13e)](_0x30f230(0xa5),!0x1),this[_0x30f230(0x13e)](_0x30f230(0xe7),!0x1),this[_0x30f230(0x117)]=null,this[_0x30f230(0xb8)]=!0x1,this[_0x30f230(0x151)]=null,this[_0x30f230(0xfb)]=0x12c,this[_0x30f230(0x13f)]=this[_0x30f230(0xfb)],this[_0x30f230(0x96)]=null,this[_0x30f230(0x187)]=new WeakSet(),this[_0x30f230(0xa8)]=new X(this[_0x30f230(0x187)]);}[_0x5f5237(0xec)](){const _0x5aeb9b=_0x5f5237,_0x3cdd9d=this[_0x5aeb9b(0xa9)],_0x1a02a6=_0x3cdd9d[_0x5aeb9b(0xcf)][_0x5aeb9b(0x15c)](_0xd8d594),_0x15db03=_0x3cdd9d[_0x5aeb9b(0xcf)][_0x5aeb9b(0x15c)](_0x2d1ecd);this[_0x5aeb9b(0x140)](_0x1a02a6,_0x5aeb9b(0x99),(_0x15dd29,_0xe66aaf)=>{const _0x1e4882=_0x5aeb9b,_0x1e76c5=_0xe66aaf[0x0];_0x1e76c5[_0x1e4882(0x91)]&&(_0x15dd29[_0x1e4882(0x184)]=_0x1a02a6[_0x1e4882(0xa7)](_0x1e76c5[_0x1e4882(0x91)]),_0x15dd29[_0x1e4882(0x157)]()),null===_0x1e76c5[_0x1e4882(0x91)]&&(_0x15dd29[_0x1e4882(0x184)]=null,_0x15dd29[_0x1e4882(0x157)]());},{'priority':_0x5aeb9b(0x17b)}),this[_0x5aeb9b(0x140)](_0x3cdd9d[_0x5aeb9b(0x138)][_0x5aeb9b(0x10b)][_0x5aeb9b(0x13c)],_0x5aeb9b(0xff),(_0x3a7539,_0x35dc1e)=>{const _0x1a57bf=_0x5aeb9b;_0x35dc1e[_0x1a57bf(0x8f)]&&this[_0x1a57bf(0x9e)]();}),this[_0x5aeb9b(0x140)](_0x3cdd9d[_0x5aeb9b(0x12d)][_0x5aeb9b(0xcb)],_0x5aeb9b(0x94),()=>{const _0x4e33d3=_0x5aeb9b;this[_0x4e33d3(0x9e)]();}),this[_0x5aeb9b(0xba)](),_0x3cdd9d[_0x5aeb9b(0x138)]['on'](_0x5aeb9b(0x17a),(_0x5b977e,_0x197ded)=>{const _0x1980ea=_0x5aeb9b,_0x213602=_0x197ded[0x0];_0x213602[_0x1980ea(0xe9)]&&(this[_0x1980ea(0x121)](_0x213602),this[_0x1980ea(0x12e)]()&&this[_0x1980ea(0x144)]());}),this[_0x5aeb9b(0x10a)](),this[_0x5aeb9b(0x171)](_0x5aeb9b(0x166))['to'](_0x15db03,_0x5aeb9b(0xa1),this,_0x5aeb9b(0xe7),(_0x31d37b,_0x214726)=>_0x5aeb9b(0x16b)===_0x31d37b&&!_0x214726),this['on'](_0x5aeb9b(0xf9),()=>{const _0x2538a3=_0x5aeb9b;this[_0x2538a3(0x166)]?_0x3cdd9d[_0x2538a3(0x16e)](_0x2538a3(0x14c)):_0x3cdd9d[_0x2538a3(0xf6)](_0x2538a3(0x14c));}),this[_0x5aeb9b(0x166)]?_0x3cdd9d[_0x5aeb9b(0x16e)](_0x5aeb9b(0x14c)):_0x3cdd9d[_0x5aeb9b(0xf6)](_0x5aeb9b(0x14c)),this[_0x5aeb9b(0x13e)](_0x5aeb9b(0x9d),!0x1);}async[_0x5f5237(0x15b)](){const _0x305ee7=_0x5f5237,_0x1f4d1e=this[_0x305ee7(0xa9)][_0x305ee7(0xcf)][_0x305ee7(0x15c)](_0x456fca),_0x3d314f=this[_0x305ee7(0xa9)][_0x305ee7(0xcf)][_0x305ee7(0x15c)](_0x2d1ecd);try{this[_0x305ee7(0xa5)]=!0x0,_0x1f4d1e[_0x305ee7(0x10c)](this[_0x305ee7(0x139)]);const _0x5dddf5=await this[_0x305ee7(0x155)][_0x305ee7(0x15b)](_0x3d314f[_0x305ee7(0x14e)],this[_0x305ee7(0xbc)]);await this[_0x305ee7(0x161)](_0x5dddf5)&&(this[_0x305ee7(0xa5)]=!0x1,this[_0x305ee7(0xef)]());const _0xa06454=await this[_0x305ee7(0x155)][_0x305ee7(0xae)]();_0x1f4d1e[_0x305ee7(0xa0)](this[_0x305ee7(0x139)],_0xa06454),this[_0x305ee7(0x179)](),this[_0x305ee7(0x9d)]=!0x0;}catch(_0x577d8b){if(function(_0x1fcb60){const _0x2d48da=_0x305ee7;return _0x2d48da(0x13a)===_0x1fcb60[_0x2d48da(0x93)];}(_0x577d8b)&&this[_0x305ee7(0x160)])await this[_0x305ee7(0x120)]();else{if(function(_0x4722c2){const _0x5bf2ca=_0x305ee7;return _0x5bf2ca(0x137)===_0x4722c2[_0x5bf2ca(0x93)];}(_0x577d8b)){const _0x503537=_0x4d3bc2(this[_0x305ee7(0xa9)][_0x305ee7(0x105)],_0x305ee7(0x186));this[_0x305ee7(0x181)](_0x503537);}else{if(!(_0x577d8b instanceof J))throw _0x577d8b;this[_0x305ee7(0x181)]();}}}}[_0x5f5237(0x130)](){const _0x4a0f81=_0x5f5237,_0x3f37f5=this[_0x4a0f81(0xa9)][_0x4a0f81(0xcf)][_0x4a0f81(0x15c)](_0x2d1ecd),_0xd0a7b1=this[_0x4a0f81(0xa9)][_0x4a0f81(0xcf)][_0x4a0f81(0x15c)](_0x456fca);this[_0x4a0f81(0xa9)][_0x4a0f81(0xf6)](_0x4a0f81(0x8d)),_0xd0a7b1[_0x4a0f81(0x12c)][_0x4a0f81(0x89)](this[_0x4a0f81(0x139)])&&_0xd0a7b1[_0x4a0f81(0x10c)](this[_0x4a0f81(0x139)]),_0x3f37f5[_0x4a0f81(0xad)](this),this[_0x4a0f81(0x158)](),super[_0x4a0f81(0x130)]();}async[_0x5f5237(0x161)](_0x29942c){const _0x117cfc=_0x5f5237;if(this[_0x117cfc(0x160)]!==_0x29942c[_0x117cfc(0x160)]&&this[_0x117cfc(0x96)]!==_0x29942c[_0x117cfc(0xe0)])throw new J();return this[_0x117cfc(0x160)]=_0x29942c[_0x117cfc(0x160)],this[_0x117cfc(0x9b)]([],{..._0x29942c,'wereChangesApplied':!0x1,'data':_0x29942c[_0x117cfc(0xd2)]},_0x117cfc(0x15b));}async[_0x5f5237(0x118)](_0x46e031,_0x2f2ef0=!0x1){const _0x264ee2=_0x5f5237,{connection:_0x31928a}=this[_0x264ee2(0xa9)][_0x264ee2(0xcf)][_0x264ee2(0x15c)](_0x2d1ecd);l[_0x264ee2(0x114)][_0x264ee2(0xae)](_0x31928a,this[_0x264ee2(0x139)])[_0x264ee2(0xe3)](_0x3bb938=>this[_0x264ee2(0xe4)](_0x3bb938))[_0x264ee2(0x128)](_0x5342ea=>{const _0x4db3ad=_0x264ee2;this[_0x4db3ad(0x172)](_0x4db3ad(0x131),_0x5342ea);}),this[_0x264ee2(0x140)](this[_0x264ee2(0x155)],_0x264ee2(0x159),this[_0x264ee2(0xaa)][_0x264ee2(0x171)](this)),this[_0x264ee2(0x140)](this[_0x264ee2(0x155)],_0x264ee2(0x156),(_0x5d307b,_0xdc4856)=>{const _0x5dd44f=_0x264ee2;this[_0x5dd44f(0x172)](_0x5dd44f(0x169),_0xdc4856);}),this[_0x264ee2(0x140)](this[_0x264ee2(0x155)],_0x264ee2(0x14d),()=>{const _0x12075b=_0x264ee2;this[_0x12075b(0x9d)]=!0x1;});const _0x10d7ca=this[_0x264ee2(0xa8)][_0x264ee2(0xbb)](_0x46e031);this[_0x264ee2(0xa5)]=!0x0;const _0x198bcc=await this[_0x264ee2(0x155)][_0x264ee2(0x101)](_0x31928a,this[_0x264ee2(0x17e)](_0x46e031),_0x10d7ca);if(this[_0x264ee2(0x160)]=_0x198bcc[_0x264ee2(0x160)],_0x2f2ef0){if(!_0x198bcc[_0x264ee2(0xdd)])return void this[_0x264ee2(0x181)]();this[_0x264ee2(0xa5)]=!0x1,this[_0x264ee2(0xef)](),this[_0x264ee2(0xbf)][_0x264ee2(0x13b)](),this[_0x264ee2(0x9a)]=_0x198bcc[_0x264ee2(0x15d)],this[_0x264ee2(0xbf)][_0x264ee2(0x107)]=this[_0x264ee2(0x9a)],await this[_0x264ee2(0x9b)](_0x46e031,_0x198bcc,_0x264ee2(0xfa));}else await this[_0x264ee2(0x12a)](_0x198bcc,_0x46e031);this[_0x264ee2(0x179)](),this[_0x264ee2(0x9d)]=!0x0;}[_0x5f5237(0x179)](){const _0x4ba61f=_0x5f5237,_0x4fbda1=this[_0x4ba61f(0xa9)][_0x4ba61f(0xcf)][_0x4ba61f(0x15c)](_0x456fca),_0xaaa343=this[_0x4ba61f(0xa9)][_0x4ba61f(0xcf)][_0x4ba61f(0x15c)](_0xb32803),_0x16ad55=_0x4fbda1[_0x4ba61f(0x12c)][_0x4ba61f(0x15c)](this[_0x4ba61f(0x139)]);_0x16ad55&&_0x16ad55[_0x4ba61f(0xa6)]>0x1?_0xaaa343[_0x4ba61f(0xdb)]():this[_0x4ba61f(0x140)](_0x4fbda1,_0x4ba61f(0xf8)+this[_0x4ba61f(0x139)],()=>{const _0x416ae2=_0x4ba61f;0x2===_0x4fbda1[_0x416ae2(0x12c)][_0x416ae2(0x15c)](this[_0x416ae2(0x139)])[_0x416ae2(0xa6)]&&_0xaaa343[_0x416ae2(0xdb)]();});}async[_0x5f5237(0xaa)](_0x94e2ac,_0xa38e69,_0x1c2238,_0x61f642){const _0x3de97e=_0x5f5237;if(!this[_0x3de97e(0xa5)]&&this[_0x3de97e(0x170)][_0x3de97e(0x107)]==_0xa38e69){const _0x6651b8=this[_0x3de97e(0xca)](_0x1c2238,_0x61f642);await this[_0x3de97e(0xa2)](_0x6651b8),this[_0x3de97e(0x148)](_0x6651b8,_0xa38e69,_0x1c2238[_0x3de97e(0xe0)])||this[_0x3de97e(0x172)](_0x3de97e(0x92));}}async[_0x5f5237(0x120)](){const _0x2d0f22=_0x5f5237;this[_0x2d0f22(0x158)]();const {locale:_0x188364}=this[_0x2d0f22(0xa9)];let _0x1de0a4;try{_0x1de0a4=await this[_0x2d0f22(0x155)][_0x2d0f22(0x9f)]();}catch(_0x267edb){const _0xb0eb94=_0x4d3bc2(_0x188364,_0x2d0f22(0xd9));return void this[_0x2d0f22(0x181)](_0xb0eb94);}const _0x14bc62=_0x1de0a4[_0x2d0f22(0x15f)]||_0x1de0a4[_0x2d0f22(0x14a)];if(this[_0x2d0f22(0x96)]===_0x14bc62[_0x2d0f22(0xe0)])await this[_0x2d0f22(0x118)](this[_0x2d0f22(0xa9)][_0x2d0f22(0x138)][_0x2d0f22(0x10b)][_0x2d0f22(0xb6)][_0x2d0f22(0x164)](),!0x0);else{const _0x27081c=_0x4d3bc2(_0x188364,_0x2d0f22(0x149));this[_0x2d0f22(0x181)](_0x27081c);}}[_0x5f5237(0x158)](){const _0x31e2e7=_0x5f5237;this[_0x31e2e7(0x155)][_0x31e2e7(0x133)](),this[_0x31e2e7(0xf2)]=[],clearTimeout(this[_0x31e2e7(0x151)]),this[_0x31e2e7(0x15a)](this[_0x31e2e7(0x155)]);}[_0x5f5237(0xe4)](_0x5874dc){const _0x126532=_0x5f5237,_0x2abc1a=this[_0x126532(0xa9)][_0x126532(0xcf)][_0x126532(0x15c)](_0x456fca);this[_0x126532(0x140)](_0x2abc1a,_0x126532(0xf8)+this[_0x126532(0x139)],(_0x4ab2d6,{session:_0x58801b})=>{const _0x550385=_0x126532;if(_0x58801b['id']===_0x2abc1a[_0x550385(0x182)]){_0x4ab2d6[_0x550385(0x154)]();const _0x22e8ba=this[_0x550385(0xa9)][_0x550385(0xcf)][_0x550385(0x89)](_0x550385(0xd0))&&this[_0x550385(0xa9)][_0x550385(0xcf)][_0x550385(0x15c)](_0x550385(0xd0));let _0x25d734=_0x58801b[_0x550385(0x12b)];_0x22e8ba&&_0x22e8ba[_0x550385(0xe5)]&&(_0x25d734=_0x25d734[_0x550385(0xf7)](_0x26193a=>_0x550385(0xc6)!==_0x26193a)),this[_0x550385(0xa9)][_0x550385(0xcf)][_0x550385(0x15c)](_0x550385(0x11c))[_0x550385(0x11f)](_0x25d734,this[_0x550385(0x139)]);}}),_0x2abc1a[_0x126532(0xa0)](this[_0x126532(0x139)],_0x5874dc);}[_0x5f5237(0xba)](){const _0x3370f5=_0x5f5237,_0x499191=this[_0x3370f5(0xa9)][_0x3370f5(0xd2)][_0x3370f5(0x13e)];this[_0x3370f5(0xa9)][_0x3370f5(0xd2)][_0x3370f5(0x13e)]=(..._0x5eb06d)=>{const _0x199626=_0x3370f5;if(!_0x5eb06d[_0x5eb06d[_0x199626(0xa6)]-0x1][_0x199626(0xe2)])throw new _0x2a4403(_0x199626(0x167),this);_0x499191[_0x199626(0x15e)](this[_0x199626(0xa9)][_0x199626(0xd2)],_0x5eb06d);};}[_0x5f5237(0x10a)](){const _0x29e0c3=_0x5f5237;this[_0x29e0c3(0xa9)][_0x29e0c3(0xd2)]['on'](_0x29e0c3(0xec),(_0xd54afd,[_0x2d460c])=>{const _0x47bfd9=_0x29e0c3;if(this[_0x47bfd9(0x170)][_0x47bfd9(0x107)])throw new _0x2a4403(_0x47bfd9(0x11b),this);_0xd54afd[_0x47bfd9(0x157)](),this[_0x47bfd9(0xcc)]();const _0x359680=this[_0x47bfd9(0xa9)][_0x47bfd9(0x127)][_0x47bfd9(0x15c)](_0x47bfd9(0x16c)),_0x112f08=this[_0x47bfd9(0xb4)](_0x2d460c,_0x359680);0x0==_0x112f08[_0x47bfd9(0xa6)]&&_0x112f08[_0x47bfd9(0x8e)](new _0x56194a(0x0)),_0xd54afd[_0x47bfd9(0x184)]=this[_0x47bfd9(0x118)](_0x112f08)[_0x47bfd9(0xe3)](()=>{const _0x28ec49=_0x47bfd9;this[_0x28ec49(0xa9)][_0x28ec49(0xcf)][_0x28ec49(0x15c)](_0x2d1ecd)[_0x28ec49(0x8c)](this),this[_0x28ec49(0xa9)][_0x28ec49(0xd2)][_0x28ec49(0x85)](_0x28ec49(0x174));})[_0x47bfd9(0x128)](_0x411fe3=>this[_0x47bfd9(0x172)](_0x47bfd9(0xb2),_0x411fe3))[_0x47bfd9(0x97)](()=>this[_0x47bfd9(0xef)]());},{'priority':_0x29e0c3(0x17b)}),this[_0x29e0c3(0xa9)]['on'](_0x29e0c3(0x178),async(_0xc926ff,[_0x5e9ab1,_0x23ed09])=>{const _0x1ba098=_0x29e0c3;_0xc926ff[_0x1ba098(0x157)]();const _0x2b4507=this[_0x1ba098(0xa9)][_0x1ba098(0x138)][_0x1ba098(0x10b)][_0x1ba098(0xbe)](_0x5e9ab1);if(!this[_0x1ba098(0x177)][_0x1ba098(0x89)](_0x5e9ab1)){const _0x1544a5=_0x23ed09&&_0x23ed09[_0x1ba098(0xd2)]?_0x23ed09[_0x1ba098(0xd2)]:'',_0xe6bd7e=_0x23ed09&&_0x23ed09[_0x1ba098(0x152)]?_0x23ed09[_0x1ba098(0x152)]:{};await this[_0x1ba098(0x14b)](_0x5e9ab1,_0x1544a5,_0xe6bd7e);}this[_0x1ba098(0xa9)][_0x1ba098(0x138)][_0x1ba098(0x8a)]({'isUndoable':!0x1},()=>{const _0xa07340=_0x1ba098;_0x2b4507[_0xa07340(0xdc)]=!0x0,this[_0xa07340(0xa9)][_0xa07340(0x138)][_0xa07340(0x10b)][_0xa07340(0x104)][_0xa07340(0x119)](_0x2b4507);});},{'priority':_0x29e0c3(0x17b)});}async[_0x5f5237(0xa2)](_0x5a513e){const _0x1c9068=_0x5f5237,_0xc40141=this[_0x1c9068(0xa9)][_0x1c9068(0xcf)][_0x1c9068(0x15c)](_0xd8d594),{connection:_0x541e4d}=this[_0x1c9068(0xa9)][_0x1c9068(0xcf)][_0x1c9068(0x15c)](_0x2d1ecd),_0x21dd5c=new Set();for(const _0x32330f of _0x5a513e){const _0x27ab7a=_0x32330f[_0x1c9068(0x91)];_0x27ab7a&&!_0xc40141[_0x1c9068(0xa7)](_0x27ab7a)&&_0x21dd5c[_0x1c9068(0x84)](_0x27ab7a);}if(0x0===_0x21dd5c[_0x1c9068(0x123)])return;const _0x2276e=await _0x5a7068[_0x1c9068(0xea)](_0x541e4d,Array[_0x1c9068(0xe6)](_0x21dd5c));for(const _0x3febb1 of _0x2276e)_0xc40141[_0x1c9068(0xa7)](_0x3febb1['id'])||_0xc40141[_0x1c9068(0x136)](_0x3febb1);}[_0x5f5237(0xb4)](_0x215dd4,_0x1b144={}){const _0x4724a7=_0x5f5237,_0x35bb6b=this[_0x4724a7(0xa9)][_0x4724a7(0x138)],_0x4d9ad5=[];let _0x265e1e=0x0;const _0x201beb=_0x4724a7(0xac)==typeof _0x215dd4?{'main':_0x215dd4}:_0x215dd4;for(const _0x57251f of Object[_0x4724a7(0x17f)](_0x201beb)){if(!this[_0x4724a7(0x170)][_0x4724a7(0xf4)][_0x4724a7(0x89)](_0x57251f))throw new _0x2a4403(_0x4724a7(0x90),this);const _0x17b580=this[_0x4724a7(0xa9)][_0x4724a7(0xd2)][_0x4724a7(0xc9)](_0x201beb[_0x57251f]),_0x46fccc=this[_0x4724a7(0x170)][_0x4724a7(0xbe)](_0x57251f),_0x52a29d=new _0x5924b9(_0x35bb6b[_0x4724a7(0x115)](_0x46fccc,0x0),_0x17b580,_0x265e1e++);_0x4d9ad5[_0x4724a7(0x8e)](_0x52a29d);for(const [_0x3e9a83,_0xd551c1]of _0x17b580[_0x4724a7(0x176)]){const _0x39d0b7=_0x35bb6b[_0x4724a7(0xda)](_0x35bb6b[_0x4724a7(0xa4)](_0x46fccc,_0xd551c1[_0x4724a7(0x108)][_0x4724a7(0xb7)][_0x4724a7(0xc8)]()),_0x35bb6b[_0x4724a7(0xa4)](_0x46fccc,_0xd551c1[_0x4724a7(0x124)][_0x4724a7(0xb7)][_0x4724a7(0xc8)]())),_0x228df0=new _0x3b31b8(_0x3e9a83,null,_0x39d0b7,_0x35bb6b[_0x4724a7(0x176)],!0x0,_0x265e1e++);_0x4d9ad5[_0x4724a7(0x8e)](_0x228df0);}}if(_0x1b144)for(const [_0x3dc6fb,_0x387e01]of Object[_0x4724a7(0x102)](_0x1b144)){const _0x38290b=_0x35bb6b[_0x4724a7(0x10b)][_0x4724a7(0xbe)](_0x3dc6fb);if(!_0x38290b)throw new _0x2a4403(_0x4724a7(0xeb),null);for(const [_0x2e97b3,_0xe0a986]of Object[_0x4724a7(0x102)](_0x387e01))if(null!==_0xe0a986){const _0x19896f=new _0x134a37(_0x38290b,_0x2e97b3,null,_0xe0a986,_0x265e1e++);_0x4d9ad5[_0x4724a7(0x8e)](_0x19896f);}}return _0x4d9ad5;}async[_0x5f5237(0x14b)](_0x10f0ab,_0x3efd5b,_0x2d864e){const _0x52b5aa=_0x5f5237;this[_0x52b5aa(0xb4)]({[_0x10f0ab]:_0x3efd5b},{[_0x10f0ab]:_0x2d864e})[_0x52b5aa(0x16a)]((_0x469fd1,_0x56d52b)=>{const _0x511d54=_0x52b5aa;_0x469fd1[_0x511d54(0xc5)]=this[_0x511d54(0x170)][_0x511d54(0x107)]+_0x56d52b,_0x469fd1[_0x511d54(0x13d)]=!0x0,this[_0x511d54(0x121)](_0x469fd1);}),this[_0x52b5aa(0x144)](),await this[_0x52b5aa(0x153)]();}async[_0x5f5237(0x12a)](_0x56928e,_0x53ee6e){const _0x3383bc=_0x5f5237;let _0x13601d;this[_0x3383bc(0x9a)]=_0x56928e[_0x3383bc(0x15d)];const _0x9ea181=_0x56928e[_0x3383bc(0xdd)]&&!_0x56928e[_0x3383bc(0x12f)],_0x455e3d=_0x9ea181?0x0:_0x56928e[_0x3383bc(0xd2)][_0x3383bc(0xc5)];if(_0x53ee6e[_0x3383bc(0x16a)](_0x5c5c34=>{const _0x22a09f=_0x3383bc;_0x5c5c34[_0x22a09f(0x13d)]=!0x0,_0x5c5c34[_0x22a09f(0x11e)]=_0x56928e[_0x22a09f(0x113)],_0x5c5c34[_0x22a09f(0x91)]=null;}),_0x9ea181)_0x13601d=_0x53ee6e,this[_0x3383bc(0xed)](_0x13601d,_0x9ea181);else{if(_0x56928e[_0x3383bc(0x12f)]){const _0x218772=this[_0x3383bc(0xb4)](_0x56928e[_0x3383bc(0x12f)]);this[_0x3383bc(0x170)][_0x3383bc(0xb6)][_0x3383bc(0x107)]=-_0x218772[_0x3383bc(0xa6)],_0x218772[_0x3383bc(0x16a)](_0x25ea92=>{const _0x3be0be=_0x3383bc;_0x25ea92[_0x3be0be(0xc5)]-=_0x218772[_0x3be0be(0xa6)],_0x25ea92[_0x3be0be(0x11e)]=_0x56928e[_0x3be0be(0x113)],_0x25ea92[_0x3be0be(0x13d)]=!0x0,_0x25ea92[_0x3be0be(0x91)]=null;}),this[_0x3383bc(0xed)](_0x218772,!0x0),this[_0x3383bc(0xbf)][_0x3383bc(0x107)]=-_0x218772[_0x3383bc(0xa6)]+this[_0x3383bc(0x9a)],this[_0x3383bc(0x135)](_0x218772);}this[_0x3383bc(0x170)][_0x3383bc(0xb6)][_0x3383bc(0x107)]=_0x455e3d,_0x13601d=this[_0x3383bc(0xca)](_0x56928e[_0x3383bc(0xd2)],_0x56928e[_0x3383bc(0x17d)]),await this[_0x3383bc(0xa2)](_0x13601d),this[_0x3383bc(0xed)](_0x13601d,_0x9ea181);}_0x56928e[_0x3383bc(0xe0)]&&(this[_0x3383bc(0xa8)][_0x3383bc(0xc4)](_0x13601d,_0x56928e[_0x3383bc(0xe0)]),this[_0x3383bc(0x96)]=_0x56928e[_0x3383bc(0xe0)]),this[_0x3383bc(0xbf)][_0x3383bc(0x107)]=_0x455e3d+this[_0x3383bc(0x9a)],this[_0x3383bc(0x135)](_0x13601d),_0x53ee6e[_0x3383bc(0xf7)](_0x59dea2=>{const _0x25d76f=_0x3383bc,_0x356147=this[_0x25d76f(0x162)](_0x59dea2);return _0x356147&&!this[_0x25d76f(0x177)][_0x25d76f(0x89)](_0x356147);})[_0x3383bc(0x16a)]((_0x1f889a,_0x5d11a7)=>{const _0x345efe=_0x3383bc;_0x1f889a[_0x345efe(0xc5)]=this[_0x345efe(0x170)][_0x345efe(0x107)]+_0x5d11a7,this[_0x345efe(0x121)](_0x1f889a);}),this[_0x3383bc(0x12e)]()?(this[_0x3383bc(0x13f)]=0x0,this[_0x3383bc(0x144)](!0x0),await this[_0x3383bc(0x153)]()):(this[_0x3383bc(0xa5)]=!0x1,this[_0x3383bc(0xef)]());}[_0x5f5237(0x172)](_0x5c9801,_0x9240f){const _0x56c361=_0x5f5237;throw this[_0x56c361(0xa5)]=!0x0,_0x9240f&&console[_0x56c361(0x156)](_0x9240f),new _0x2a4403(_0x5c9801,this[_0x56c361(0xa9)]);}[_0x5f5237(0x121)](_0x123fce){const _0x10fbab=_0x5f5237;this[_0x10fbab(0xce)][_0x10fbab(0x89)](_0x123fce)||(this[_0x10fbab(0xce)][_0x10fbab(0x84)](_0x123fce),this[_0x10fbab(0xf2)][_0x10fbab(0x8e)](_0x123fce),this[_0x10fbab(0x117)]||_0x10fbab(0x145)==_0x123fce[_0x10fbab(0x86)]&&!_0x123fce[_0x10fbab(0x110)]||this[_0x10fbab(0xcc)]());}[_0x5f5237(0x144)](_0x2244f2=!0x1){const _0x4ab3f6=_0x5f5237;!_0x2244f2&&this[_0x4ab3f6(0xa5)]||(this[_0x4ab3f6(0xa5)]=!0x0,clearTimeout(this[_0x4ab3f6(0x151)]),this[_0x4ab3f6(0x151)]=setTimeout(()=>{const _0x4e6c89=_0x4ab3f6;this[_0x4e6c89(0x147)]()[_0x4e6c89(0xe3)](_0x1e4283=>{const _0x5f3700=_0x4e6c89;_0x1e4283&&(this[_0x5f3700(0xef)](),this[_0x5f3700(0xa5)]=!0x1);})[_0x4e6c89(0x128)](_0x275065=>{const _0x6a9707=_0x4e6c89;if(this[_0x6a9707(0xef)](),this[_0x6a9707(0xa5)]=!0x1,!function(_0x20e8e8){const _0x34ce85=_0x6a9707;return _0x20e8e8[_0x34ce85(0x146)][_0x34ce85(0xde)](_0x34ce85(0x10e))||_0x20e8e8[_0x34ce85(0x146)][_0x34ce85(0xde)](_0x34ce85(0x106))||_0x20e8e8[_0x34ce85(0x146)][_0x34ce85(0xde)](_0x34ce85(0xc3));}(_0x275065))throw _0x275065;});},this[_0x4ab3f6(0x13f)]));}[_0x5f5237(0x153)](){return new Promise(_0x36c139=>{const _0x230565=_0x15ba;this['on'](_0x230565(0xf3),()=>{_0x36c139();});});}async[_0x5f5237(0x147)](){const _0x1448b1=_0x5f5237,_0x10c5a3=this[_0x1448b1(0xa9)][_0x1448b1(0xcf)][_0x1448b1(0x15c)](_0xb32803);if(this[_0x1448b1(0xf1)]()&&(_0x10c5a3[_0x1448b1(0xdb)](),this[_0x1448b1(0xb8)]=!0x1),!this[_0x1448b1(0x12e)]())return!0x0;const _0x45a2e5=[...this[_0x1448b1(0xf2)]];for(const _0x17d11a of _0x45a2e5)_0x17d11a[_0x1448b1(0xf5)]=this[_0x1448b1(0x170)][_0x1448b1(0xb6)][_0x1448b1(0x8b)](_0x17d11a);const _0x38e2b7=this[_0x1448b1(0xa8)][_0x1448b1(0xbb)](_0x45a2e5),_0x22f11e=K++,_0x5a45a5=this[_0x1448b1(0x17e)](_0x45a2e5),_0x2f4b11=await this[_0x1448b1(0x155)][_0x1448b1(0x125)](_0x5a45a5,_0x5a45a5[_0x1448b1(0xc5)],_0x38e2b7);try{return await this[_0x1448b1(0x9b)](_0x45a2e5,_0x2f4b11,_0x22f11e);}catch(_0xe887f3){return this[_0x1448b1(0x172)](_0x1448b1(0xb9),_0xe887f3);}}async[_0x5f5237(0x9b)](_0x25c83d,_0x97c9cc,_0x557442){const _0x5a9bc2=_0x5f5237;if(_0x5a9bc2(0x156)in _0x97c9cc)throw _0x97c9cc[_0x5a9bc2(0x156)];let _0x88cccc=!0x1;if(_0x97c9cc[_0x5a9bc2(0xdd)]){_0x97c9cc[_0x5a9bc2(0xe0)]&&(this[_0x5a9bc2(0x96)]=_0x97c9cc[_0x5a9bc2(0xe0)]),this[_0x5a9bc2(0xf2)]=this[_0x5a9bc2(0xf2)][_0x5a9bc2(0xf7)](_0x5dd5dd=>!_0x25c83d[_0x5a9bc2(0xc7)](_0x5dd5dd));for(const _0x4a86c9 of _0x25c83d)_0x4a86c9[_0x5a9bc2(0x11e)]=_0x5a9bc2(0xa3)in _0x97c9cc&&_0x97c9cc[_0x5a9bc2(0xa3)]||void 0x0;Q(_0x25c83d,_0x97c9cc[_0x5a9bc2(0x107)]-_0x25c83d[_0x5a9bc2(0xa6)]),this[_0x5a9bc2(0x135)](_0x25c83d);const _0x5c9989=_0x25c83d[_0x5a9bc2(0xf7)](_0x1b4fcc=>{const _0x2d9606=_0x5a9bc2;if(!_0x1b4fcc[_0x2d9606(0x13d)])return!0x1;const _0x86da7=this[_0x2d9606(0x162)](_0x1b4fcc);return _0x86da7&&!this[_0x2d9606(0x177)][_0x2d9606(0x89)](_0x86da7);});Q(_0x5c9989,this[_0x5a9bc2(0x170)][_0x5a9bc2(0x107)]),this[_0x5a9bc2(0xed)](_0x5c9989),_0x88cccc=!0x0,this[_0x5a9bc2(0x13f)]=this[_0x5a9bc2(0xfb)];}else{const _0x4fa7a8=this[_0x5a9bc2(0xca)](_0x97c9cc[_0x5a9bc2(0xd2)],_0x97c9cc[_0x5a9bc2(0x17d)])[_0x5a9bc2(0xf7)](_0xfdb661=>_0xfdb661[_0x5a9bc2(0xc5)]>=this[_0x5a9bc2(0x134)]);_0x4fa7a8[_0x5a9bc2(0x16a)](_0x4de968=>this[_0x5a9bc2(0xc2)](_0x4de968)),this[_0x5a9bc2(0xf2)]=this[_0x5a9bc2(0xf2)][_0x5a9bc2(0xf7)](_0x12ee87=>!_0x12ee87[_0x5a9bc2(0x13d)]||!this[_0x5a9bc2(0x177)][_0x5a9bc2(0x89)](this[_0x5a9bc2(0x162)](_0x12ee87))),this[_0x5a9bc2(0xf2)][_0x5a9bc2(0xa6)]&&Q(this[_0x5a9bc2(0xf2)],this[_0x5a9bc2(0xf2)][0x0][_0x5a9bc2(0xc5)]),await this[_0x5a9bc2(0xa2)](_0x4fa7a8),_0x88cccc=this[_0x5a9bc2(0x148)](_0x4fa7a8,_0x97c9cc[_0x5a9bc2(0x107)],_0x97c9cc[_0x5a9bc2(0xe0)]),this[_0x5a9bc2(0x13f)]=Math[_0x5a9bc2(0x11d)](this[_0x5a9bc2(0x13f)]/0x2);}return _0x88cccc?!this[_0x5a9bc2(0x12e)]()||(this[_0x5a9bc2(0x144)](!0x0),!0x1):this[_0x5a9bc2(0x172)](_0x5a9bc2(0xc1));}[_0x5f5237(0x148)](_0x4ea81e,_0x1a0f4c,_0x483844){const _0x436a83=_0x5f5237;try{const _0x5a39a0={'document':this[_0x436a83(0x170)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x23ebac,operationsB:_0x45077c,originalOperations:_0x5113ea}=_0x345860(_0x4ea81e,this[_0x436a83(0xf2)],_0x5a39a0);Q(_0x23ebac,this[_0x436a83(0x170)][_0x436a83(0x107)]),Q(_0x45077c,_0x1a0f4c);for(const _0x58429a of _0x23ebac){const _0x17bdc0=_0x5113ea[_0x436a83(0x15c)](_0x58429a);_0x58429a[_0x436a83(0x91)]=_0x17bdc0?_0x17bdc0[_0x436a83(0x91)]:null;}_0x483844&&(this[_0x436a83(0xa8)][_0x436a83(0xc4)](_0x4ea81e,_0x483844),this[_0x436a83(0x96)]=_0x483844),this[_0x436a83(0xf2)]=[..._0x45077c],this[_0x436a83(0xed)](_0x23ebac),this[_0x436a83(0x135)](_0x4ea81e);}catch(_0x4d6a60){return console[_0x436a83(0x156)](_0x4d6a60),!0x1;}return!0x0;}[_0x5f5237(0xed)](_0x25c3ae,_0x2b7f00=!0x1){const _0x254c4b=_0x5f5237;this[_0x254c4b(0xa9)][_0x254c4b(0x138)][_0x254c4b(0x8a)]({'isUndoable':!0x1,'isLocal':!0x1},_0x2b3c=>{const _0x3f894d=_0x254c4b;for(const _0x4bbad4 of _0x25c3ae)this[_0x3f894d(0xce)][_0x3f894d(0x84)](_0x4bbad4),this[_0x3f894d(0xc2)](_0x4bbad4),_0x2b3c[_0x3f894d(0x129)][_0x3f894d(0xb5)](_0x4bbad4),this[_0x3f894d(0xa9)][_0x3f894d(0x138)][_0x3f894d(0x17a)](_0x4bbad4);});}[_0x5f5237(0xc2)](_0x5bbece){const _0xaddd6a=_0x5f5237,_0x2bb551=this[_0xaddd6a(0x162)](_0x5bbece);_0x2bb551&&this[_0xaddd6a(0x177)][_0xaddd6a(0x84)](_0x2bb551);}[_0x5f5237(0x162)](_0x16cea2){const _0x476bce=_0x5f5237;let _0x352bc9,_0x36328f;switch(_0x16cea2[_0x476bce(0x86)]){case _0x476bce(0x98):_0x352bc9=_0x16cea2[_0x476bce(0x150)][_0x476bce(0xb1)];break;case _0x476bce(0x145):if(_0x36328f=_0x16cea2[_0x476bce(0x175)],!_0x36328f)return null;_0x352bc9=_0x36328f[_0x476bce(0xb1)];break;case _0x476bce(0xd5):_0x352bc9=_0x16cea2[_0x476bce(0xb1)];break;case _0x476bce(0xd3):_0x352bc9=_0x16cea2[_0x476bce(0xcd)];break;case _0x476bce(0xfc):_0x352bc9=_0x16cea2[_0x476bce(0xb3)][_0x476bce(0xb1)];break;default:return null;}return _0x352bc9[_0x476bce(0x112)];}[_0x5f5237(0x135)](_0x2dc49d){const _0x11cd62=_0x5f5237;_0x2dc49d[_0x11cd62(0x16a)](_0x385981=>{const _0x6f9e8b=_0x11cd62,_0x461a66=_0x385981[_0x6f9e8b(0xd6)]();_0x461a66[_0x6f9e8b(0x91)]=_0x385981[_0x6f9e8b(0x91)],_0x461a66[_0x6f9e8b(0x13d)]=!!_0x385981[_0x6f9e8b(0x13d)],_0x461a66[_0x6f9e8b(0x11e)]=_0x385981[_0x6f9e8b(0x11e)],_0x461a66[_0x6f9e8b(0xc5)]+=this[_0x6f9e8b(0x9a)],_0x385981[_0x6f9e8b(0x16f)]&&this[_0x6f9e8b(0x187)][_0x6f9e8b(0x84)](_0x461a66),this[_0x6f9e8b(0xbf)][_0x6f9e8b(0xb5)](_0x461a66);});}[_0x5f5237(0x181)](_0x1cd1c6){const _0x1816fc=_0x5f5237,_0x28a1ce=this[_0x1816fc(0xa9)][_0x1816fc(0xcf)][_0x1816fc(0x15c)](_0x1816fc(0xe8)),_0x3e0b99=this[_0x1816fc(0xa9)][_0x1816fc(0x105)];_0x1cd1c6||(_0x1cd1c6=_0x4d3bc2(_0x3e0b99,_0x1816fc(0x180))),_0x28a1ce[_0x1816fc(0xd8)](_0x1cd1c6,{'title':_0x4d3bc2(_0x3e0b99,_0x1816fc(0xfd)),'namespace':_0x1816fc(0x17c)}),this[_0x1816fc(0xe7)]=!0x0,clearTimeout(this[_0x1816fc(0x151)]),this[_0x1816fc(0xf2)]=[],this[_0x1816fc(0xa9)][_0x1816fc(0xcf)][_0x1816fc(0x15c)](_0x2d1ecd)[_0x1816fc(0x130)]();}[_0x5f5237(0xcc)](){const _0x47d49d=_0x5f5237;this[_0x47d49d(0x117)]||(this[_0x47d49d(0x117)]=this[_0x47d49d(0xa9)][_0x47d49d(0xcf)][_0x47d49d(0x15c)](_0x583c99)[_0x47d49d(0x84)](_0x4d3bc2(this[_0x47d49d(0xa9)][_0x47d49d(0x105)],_0x47d49d(0x10d))));}[_0x5f5237(0xef)](){const _0x58efca=_0x5f5237;this[_0x58efca(0x117)]&&(this[_0x58efca(0xa9)][_0x58efca(0xcf)][_0x58efca(0x15c)](_0x583c99)[_0x58efca(0xd7)](this[_0x58efca(0x117)]),this[_0x58efca(0x117)]=null);}[_0x5f5237(0x17e)](_0x31f6ba){const _0xff096=_0x5f5237,_0x3f2eb6=_0x31f6ba[_0xff096(0x173)](_0x28a354=>_0x28a354[_0xff096(0xab)]());return this[_0xff096(0xaf)][_0xff096(0x141)](_0x3f2eb6);}[_0x5f5237(0xca)](_0xd6e82d,_0xa98eb9){const _0x44446a=_0x5f5237;return this[_0x44446a(0xaf)][_0x44446a(0x14f)](_0xd6e82d)[_0x44446a(0x173)]((_0x218dc4,_0x530e3a)=>{const _0x561961=_0x44446a,_0x506362=_0x561961(0xec)==_0xa98eb9[_0x530e3a][_0x561961(0x86)];if(_0x561961(0x9c)==_0x218dc4[_0x561961(0x83)]){const _0x516c24=_0x218dc4[_0x561961(0x150)][_0x561961(0xb1)];!this[_0x561961(0x170)][_0x561961(0xbe)](_0x516c24)&&(this[_0x561961(0x170)][_0x561961(0x142)](_0x561961(0xfe),_0x516c24)[_0x561961(0x126)]=!0x1);}const _0x4e3289=_0x455181[_0x561961(0x109)](_0x218dc4,this[_0x561961(0x170)]);return _0x4e3289[_0x561961(0xf5)]=_0x218dc4[_0x561961(0xf5)],_0x4e3289[_0x561961(0x13d)]=_0x506362,_0x4e3289[_0x561961(0x91)]=_0x506362?null:_0xa98eb9[_0x530e3a][_0x561961(0x163)],_0x4e3289[_0x561961(0x16f)]=_0x561961(0xee)===_0xa98eb9[_0x530e3a][_0x561961(0x86)],_0x4e3289[_0x561961(0x11e)]=_0xa98eb9[_0x530e3a][_0x561961(0x11e)],_0x4e3289;});}[_0x5f5237(0x9e)](){const _0x2fc849=_0x5f5237;this[_0x2fc849(0xb8)]=!0x0,this[_0x2fc849(0xf1)]()?this[_0x2fc849(0x144)]():this[_0x2fc849(0xb8)]=!0x1;}[_0x5f5237(0xf1)](){const _0x3eccea=_0x5f5237,_0x148998=this[_0x3eccea(0xa9)][_0x3eccea(0xcf)][_0x3eccea(0x15c)](_0x456fca)[_0x3eccea(0x12c)][_0x3eccea(0x15c)](this[_0x3eccea(0x139)]);return!this[_0x3eccea(0xa9)][_0x3eccea(0x16d)]&&!!_0x148998&&_0x148998[_0x3eccea(0xa6)]>0x1&&this[_0x3eccea(0xb8)];}[_0x5f5237(0x12e)](){const _0x30be26=_0x5f5237;return this[_0x30be26(0xf2)][_0x30be26(0xa6)]>0x0||this[_0x30be26(0xf1)]();}}l[_0x5f5237(0x114)]=_0x115ae7;export default l;class J extends Error{}function Q(_0x58384b,_0x2d1e2d){const _0x4383bf=_0x5f5237;for(const _0x15e010 of _0x58384b)_0x15e010[_0x4383bf(0xc5)]=_0x2d1e2d++;}class X{constructor(_0x4d7487){const _0x476c89=_0x5f5237;this[_0x476c89(0xc0)]=_0x4d7487,this[_0x476c89(0xe1)]=new WeakMap();}[_0x5f5237(0xbb)](_0x1e095c){const _0x1fc250=_0x5f5237;let _0x5c8523=_0x1e095c[_0x1fc250(0xa6)];for(;_0x5c8523--;){const _0x515a0a=_0x1e095c[_0x5c8523];if(!this[_0x1fc250(0xc0)][_0x1fc250(0x89)](_0x515a0a)){if(!this[_0x1fc250(0xe1)][_0x1fc250(0x89)](_0x515a0a)){const _0x139d66=_0x28765e()[_0x1fc250(0xc8)](0x1,0x12);this[_0x1fc250(0xe1)][_0x1fc250(0x13e)](_0x515a0a,_0x139d66);}return this[_0x1fc250(0xe1)][_0x1fc250(0x15c)](_0x515a0a);}}}[_0x5f5237(0xc4)](_0x4383de,_0x3ffcc4){const _0x222128=_0x5f5237;if(!_0x3ffcc4)return;let _0x5e3bd0=_0x4383de[_0x222128(0xa6)];for(;_0x5e3bd0--;){const _0x4f42c3=_0x4383de[_0x5e3bd0];this[_0x222128(0xc0)][_0x222128(0x89)](_0x4f42c3)||this[_0x222128(0xe1)][_0x222128(0x13e)](_0x4f42c3,_0x3ffcc4);}}}
23
+ const _0x44d982=_0x53da;(function(_0x26caea,_0x13962){const _0x44b670=_0x53da,_0x5cf768=_0x26caea();while(!![]){try{const _0x25c6e0=-parseInt(_0x44b670(0x236))/0x1*(parseInt(_0x44b670(0x1a5))/0x2)+parseInt(_0x44b670(0x1f2))/0x3+-parseInt(_0x44b670(0x18c))/0x4*(parseInt(_0x44b670(0x18d))/0x5)+parseInt(_0x44b670(0x27a))/0x6*(parseInt(_0x44b670(0x193))/0x7)+-parseInt(_0x44b670(0x26e))/0x8+parseInt(_0x44b670(0x1e5))/0x9*(parseInt(_0x44b670(0x1c3))/0xa)+parseInt(_0x44b670(0x1ab))/0xb;if(_0x25c6e0===_0x13962)break;else _0x5cf768['push'](_0x5cf768['shift']());}catch(_0x29dedc){_0x5cf768['push'](_0x5cf768['shift']());}}}(_0x2fdb,0xc07e2));function _0x53da(_0x4a76bd,_0x243d28){const _0x2fdb34=_0x2fdb();return _0x53da=function(_0x53daf6,_0x4008fa){_0x53daf6=_0x53daf6-0x187;let _0x591cda=_0x2fdb34[_0x53daf6];return _0x591cda;},_0x53da(_0x4a76bd,_0x243d28);}import{Plugin as _0x59acde,PendingActions as _0x531bba}from'ckeditor5/src/core.js';function _0x2fdb(){const _0xfc92d4=['138kjZPvD','reconnect','addRootAttribute','InsertOperation','config','realtimecollaborationclient-sendbufferedoperations','_initThrowingOnDataSet','keys','pluginName','$root','sessionCreatedAt','change:range','realtimecollaborationclient-handleserverresponse','sendOperations','_connectService','getOperations','metadata','end','_getOperationsFromInitData','remove','_channelId','9064QdnboJ','1685PGBjTs','_initSessionsHandling','locale','directChange','length','round','18130EMchZO','_isPendingUpdate','_setUpDataInit','_bufferedOperations','_knownOperations','includes','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.','push','_isLoaded','state','_isAttached','map','loadRoot','_waitUntilSynced','cloud-services-internal-error:\x20Request\x20timeout.','realtimecollaborationclient-initservice-incorrect-server-operation','createPositionFromPath','wereChangesApplied','1082YGdURU','then','realtimecollaborationclient-initservice-internal-error','_offset','showWarning','cs:removeUser','33885016xyVRUb','change:hasDomSelection','_lastSyncedOperationId','fromJSON','addToReconnectionStack','_shouldSendUpdate','decompress','marker','_pendingAction','from','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','_decompressOperations','path','_applyOperationsSet','_crash','document','history','_lastServerVersion','insert','stopListening','start','_handleSendingSelectionMarkers','batch','applyOperation','590IbXpen','return','realtimecollaborationclient-init-document-already-initialized','define','enableReadOnlyMode','_bufferRootLoad','collaboration-missing-channelid','operationsReceived','mySessionId','userId','_fetchMissingUsers','isEnabled','_refreshUserSelectionMarkers','_ignoredOperations','clone','realtimecollaborationclient-init-non-existent-root','size','catch','sessionAdd:','disconnect','baseVersion','model','_disconnectionOperations','serverHistory','Synchronization\x20issue','change:_isEditingAllowed','_isInit','createRange','CollaborativeEditingService','_sendBufferedOperationsDelayId','Permissions','view','listenTo','suppressErrorInCollaboration','4023JArMlr','_handleInitialConnectionData','addOperation','_sendBufferedOperations','plugins','get','requires','409','lastOperationId','wasUndone','ready','_handleReconnectionError','type','367497oRAZVZ','_handleReconnectionResponse','_addKnownRoot','lastDocumentSession','_updateServerHistory','realtimecollaborationclient-init-session-connection-error','message','__className','roots','fire','differ','reconnection:\x20flushed\x20session','move','_handleServerResponse','_compressor','_connectAfterSessionHasBeenFlushed','unregister','newRange','removeFromReconnectionStack','Notification','connection','_baseBufferDelay','has','data','change:_isPendingUpdate','_disconnectService','high','rtc-destroyed','getOperationAuthor','createdAt','multi-root-editor-root-attributes-no-root','selection','_shouldSendSelectionUpdate','_hasSelectionChanged','addUser','targetPosition','off','isDocumentOperation','_loadRoot','_getAffectedRoot','getRoot','attributes','connected','initData','real-time-collaboration','setIdForTheLastOperation','apply','bind','channelSessions','root','_document','getDocumentDetails','_operationIdentifier','init','stop','affectsData','startsWith','_isConnected','markers','editor','compress','toJSON','finally','getMany','lastOperationAcceptedAt','offset','_handleReceivedOperations','permissions','1783AhYkHs','entries','getUser','connect','_authorId','disconnected','parse','_isDisconnection','_clearPendingAction','sessionId','_service','_hasSynchronizationProblem','string','disableReadOnlyMode','lastSyncVersion','position','getIdOfTheLastOperation','error','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','cloudDocumentVersion','rootName','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','slice','collaboration.channelId','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_saveOperationInBuffer','cloudServices.bundleVersion','_handleExternalOperations','PENDING_ACTION_SENDING_DATA','code','_setPendingAction','forEach','affectedSelectable','_operationToId','rootsAttributes','realtimecollaborationclient-init-connection-failed','_isEditingAllowed','_knownRootNames','editing','createRoot','filter','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.','reset','_currentBufferDelay','createUserMarkerOperations','addRoot','setPermissions','add','register','destroy','currentDocumentSession','set','createPositionAt','404','cloud-services-internal-error:\x20Not\x20connected.','rtc-offline','6177624toCmWS','document:write','getConnectedSessions','collaboration','CommentsOnly','RealTimeCollaborationClient','isReadOnly','isUndoneOperation','enqueueChange','_compressOperations','version','_sendBufferedOperationsDelayed'];_0x2fdb=function(){return _0xfc92d4;};return _0x2fdb();}import{CKEditorError as _0x28cabe,version as _0x21cd55,uid as _0x596c2a}from'ckeditor5/src/utils.js';import{Notification as _0x4f5006}from'ckeditor5/src/ui.js';import{transformSets as _0x85b6ea,NoOperation as _0x1ca351,InsertOperation as _0xc57ce,MarkerOperation as _0x2eb59d,RootAttributeOperation as _0xbb93d3,OperationFactory as _0x4b4166,History as _0x2df7fd}from'ckeditor5/src/engine.js';import _0x183c48 from'./websocketgateway.js';import _0x26888d from'./sessions.js';import _0xb683a5 from'./usermarkers.js';import{getTranslation as _0x2292fa}from'../common-translations.js';import{Compressor as _0x54cbca}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0xbb4887}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x5c7edc,CollaborativeEditingService as _0x4071c8}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x59acde{static get[_0x44d982(0x1eb)](){return[_0x183c48,_0x26888d,_0xb683a5,_0x531bba,_0xbb4887,_0x4f5006];}static get[_0x44d982(0x282)](){const _0x3910ec=_0x44d982;return _0x3910ec(0x273);}get[_0x44d982(0x249)](){const _0x4830d7=_0x44d982;return this[_0x4830d7(0x1bc)]+this[_0x4830d7(0x1a8)];}get[_0x44d982(0x1bc)](){const _0x34bfe7=_0x44d982;return this[_0x34bfe7(0x1da)][_0x34bfe7(0x278)]-this[_0x34bfe7(0x1a8)];}get[_0x44d982(0x244)](){const _0x50587a=_0x44d982,_0x221243=this[_0x50587a(0x1da)][_0x50587a(0x289)]();for(let _0x649ad6=_0x221243[_0x50587a(0x191)]-0x1;_0x649ad6>=0x0;_0x649ad6--){const _0x5e83ed=_0x221243[_0x649ad6];if(!this[_0x50587a(0x1d9)][_0x50587a(0x208)](_0x5e83ed))return _0x5e83ed[_0x50587a(0x1d7)]+0x1-this[_0x50587a(0x1a8)];}return 0x0;}constructor(_0x55d4d8){const _0x4a88b8=_0x44d982;if(super(_0x55d4d8),this[_0x4a88b8(0x1a8)]=0x0,this[_0x4a88b8(0x23f)]=null,this[_0x4a88b8(0x1da)]=new _0x2df7fd(),this[_0x4a88b8(0x22d)][_0x4a88b8(0x27e)][_0x4a88b8(0x1c6)](_0x4a88b8(0x271),{}),this[_0x4a88b8(0x18b)]=this[_0x4a88b8(0x22d)][_0x4a88b8(0x27e)][_0x4a88b8(0x1ea)](_0x4a88b8(0x24d)),!this[_0x4a88b8(0x18b)])throw new _0x28cabe(_0x4a88b8(0x1c9),this);const _0x209586=_0x55d4d8[_0x4a88b8(0x27e)][_0x4a88b8(0x1ea)](_0x4a88b8(0x250))||_0x21cd55;this[_0x4a88b8(0x240)]=new l[(_0x4a88b8(0x1df))](_0x209586,this[_0x4a88b8(0x18b)]),this[_0x4a88b8(0x224)]=this[_0x4a88b8(0x22d)][_0x4a88b8(0x1d8)][_0x4a88b8(0x1ba)],this[_0x4a88b8(0x200)]=new _0x54cbca(),this[_0x4a88b8(0x196)]=[],this[_0x4a88b8(0x197)]=new WeakSet(),this[_0x4a88b8(0x25b)]=new Set(),this[_0x4a88b8(0x269)](_0x4a88b8(0x194),!0x1),this[_0x4a88b8(0x269)](_0x4a88b8(0x241),!0x1),this[_0x4a88b8(0x1b3)]=null,this[_0x4a88b8(0x213)]=!0x1,this[_0x4a88b8(0x1e0)]=null,this[_0x4a88b8(0x207)]=0x12c,this[_0x4a88b8(0x261)]=this[_0x4a88b8(0x207)],this[_0x4a88b8(0x1ad)]=null,this[_0x4a88b8(0x1d9)]=new WeakSet(),this[_0x4a88b8(0x226)]=new X(this[_0x4a88b8(0x1d9)]);}[_0x44d982(0x227)](){const _0x5cad0d=_0x44d982,_0x532aff=this[_0x5cad0d(0x22d)],_0xf86712=_0x532aff[_0x5cad0d(0x1e9)][_0x5cad0d(0x1ea)](_0xbb4887),_0x28f78e=_0x532aff[_0x5cad0d(0x1e9)][_0x5cad0d(0x1ea)](_0x183c48);this[_0x5cad0d(0x1e3)](_0xf86712,_0x5cad0d(0x20e),(_0x2a8d51,_0x452db9)=>{const _0x3a880c=_0x5cad0d,_0x392829=_0x452db9[0x0];_0x392829[_0x3a880c(0x23a)]&&(_0x2a8d51[_0x3a880c(0x1c4)]=_0xf86712[_0x3a880c(0x238)](_0x392829[_0x3a880c(0x23a)]),_0x2a8d51[_0x3a880c(0x228)]()),null===_0x392829[_0x3a880c(0x23a)]&&(_0x2a8d51[_0x3a880c(0x1c4)]=null,_0x2a8d51[_0x3a880c(0x228)]());},{'priority':_0x5cad0d(0x20c)}),this[_0x5cad0d(0x1e3)](_0x532aff[_0x5cad0d(0x1d8)][_0x5cad0d(0x1ba)][_0x5cad0d(0x211)],_0x5cad0d(0x285),(_0x4fab55,_0x53559b)=>{const _0x1dc896=_0x5cad0d;_0x53559b[_0x1dc896(0x190)]&&this[_0x1dc896(0x1cf)]();}),this[_0x5cad0d(0x1e3)](_0x532aff[_0x5cad0d(0x25c)][_0x5cad0d(0x1e2)],_0x5cad0d(0x1ac),()=>{const _0x5ac1bf=_0x5cad0d;this[_0x5ac1bf(0x1cf)]();}),this[_0x5cad0d(0x280)](),_0x532aff[_0x5cad0d(0x1d8)]['on'](_0x5cad0d(0x1c2),(_0x5c749a,_0x230023)=>{const _0x18b0fe=_0x5cad0d,_0x456843=_0x230023[0x0];_0x456843[_0x18b0fe(0x217)]&&(this[_0x18b0fe(0x24f)](_0x456843),this[_0x18b0fe(0x1b0)]()&&this[_0x18b0fe(0x279)]());}),this[_0x5cad0d(0x195)](),this[_0x5cad0d(0x221)](_0x5cad0d(0x25a))['to'](_0x28f78e,_0x5cad0d(0x19c),this,_0x5cad0d(0x241),(_0x2d2fea,_0x10077d)=>_0x5cad0d(0x21c)===_0x2d2fea&&!_0x10077d),this['on'](_0x5cad0d(0x1dc),()=>{const _0x2ed879=_0x5cad0d;this[_0x2ed879(0x25a)]?_0x532aff[_0x2ed879(0x243)](_0x2ed879(0x26d)):_0x532aff[_0x2ed879(0x1c7)](_0x2ed879(0x26d));}),this[_0x5cad0d(0x25a)]?_0x532aff[_0x5cad0d(0x243)](_0x5cad0d(0x26d)):_0x532aff[_0x5cad0d(0x1c7)](_0x5cad0d(0x26d)),this[_0x5cad0d(0x269)](_0x5cad0d(0x22b),!0x1);}async[_0x44d982(0x27b)](){const _0x1389f8=_0x44d982,_0x529e2b=this[_0x1389f8(0x22d)][_0x1389f8(0x1e9)][_0x1389f8(0x1ea)](_0x26888d),_0x4efc69=this[_0x1389f8(0x22d)][_0x1389f8(0x1e9)][_0x1389f8(0x1ea)](_0x183c48);try{this[_0x1389f8(0x194)]=!0x0,_0x529e2b[_0x1389f8(0x202)](this[_0x1389f8(0x18b)]);const _0x15fc51=await this[_0x1389f8(0x240)][_0x1389f8(0x27b)](_0x4efc69[_0x1389f8(0x206)],this[_0x1389f8(0x244)]);await this[_0x1389f8(0x1f3)](_0x15fc51)&&(this[_0x1389f8(0x194)]=!0x1,this[_0x1389f8(0x23e)]());const _0x53f85c=await this[_0x1389f8(0x240)][_0x1389f8(0x270)]();_0x529e2b[_0x1389f8(0x266)](this[_0x1389f8(0x18b)],_0x53f85c),this[_0x1389f8(0x1c0)](),this[_0x1389f8(0x22b)]=!0x0;}catch(_0x53efbf){if(function(_0x2ab097){const _0x4d3ca5=_0x1389f8;return _0x4d3ca5(0x26b)===_0x2ab097[_0x4d3ca5(0x253)];}(_0x53efbf)&&this[_0x1389f8(0x23f)])await this[_0x1389f8(0x201)]();else{if(function(_0x414db2){const _0x582a41=_0x1389f8;return _0x582a41(0x1ec)===_0x414db2[_0x582a41(0x253)];}(_0x53efbf)){const _0x543e30=_0x2292fa(this[_0x1389f8(0x22d)][_0x1389f8(0x18f)],_0x1389f8(0x24e));this[_0x1389f8(0x1f0)](_0x543e30);}else{if(!(_0x53efbf instanceof J))throw _0x53efbf;this[_0x1389f8(0x1f0)]();}}}}[_0x44d982(0x267)](){const _0x32d497=_0x44d982,_0x12bcb1=this[_0x32d497(0x22d)][_0x32d497(0x1e9)][_0x32d497(0x1ea)](_0x183c48),_0x2f89fc=this[_0x32d497(0x22d)][_0x32d497(0x1e9)][_0x32d497(0x1ea)](_0x26888d);this[_0x32d497(0x22d)][_0x32d497(0x1c7)](_0x32d497(0x20d)),_0x2f89fc[_0x32d497(0x222)][_0x32d497(0x208)](this[_0x32d497(0x18b)])&&_0x2f89fc[_0x32d497(0x202)](this[_0x32d497(0x18b)]),_0x12bcb1[_0x32d497(0x204)](this),this[_0x32d497(0x20b)](),super[_0x32d497(0x267)]();}async[_0x44d982(0x1f3)](_0x543fc7){const _0x4f4d26=_0x44d982;if(this[_0x4f4d26(0x23f)]!==_0x543fc7[_0x4f4d26(0x23f)]&&this[_0x4f4d26(0x1ad)]!==_0x543fc7[_0x4f4d26(0x1ed)])throw new J();return this[_0x4f4d26(0x23f)]=_0x543fc7[_0x4f4d26(0x23f)],this[_0x4f4d26(0x1ff)]([],{..._0x543fc7,'wereChangesApplied':!0x1,'data':_0x543fc7[_0x4f4d26(0x209)]},_0x4f4d26(0x27b));}async[_0x44d982(0x288)](_0x485057,_0x2b5e16=!0x1){const _0x4aa66f=_0x44d982,{connection:_0x1ac6e5}=this[_0x4aa66f(0x22d)][_0x4aa66f(0x1e9)][_0x4aa66f(0x1ea)](_0x183c48);l[_0x4aa66f(0x1df)][_0x4aa66f(0x270)](_0x1ac6e5,this[_0x4aa66f(0x18b)])[_0x4aa66f(0x1a6)](_0x418c70=>this[_0x4aa66f(0x18e)](_0x418c70))[_0x4aa66f(0x1d4)](_0x576efe=>{const _0x13eefe=_0x4aa66f;this[_0x13eefe(0x1b9)](_0x13eefe(0x1f7),_0x576efe);}),this[_0x4aa66f(0x1e3)](this[_0x4aa66f(0x240)],_0x4aa66f(0x1ca),this[_0x4aa66f(0x234)][_0x4aa66f(0x221)](this)),this[_0x4aa66f(0x1e3)](this[_0x4aa66f(0x240)],_0x4aa66f(0x247),(_0x3de06f,_0x375e71)=>{const _0x176d2c=_0x4aa66f;this[_0x176d2c(0x1b9)](_0x176d2c(0x1a7),_0x375e71);}),this[_0x4aa66f(0x1e3)](this[_0x4aa66f(0x240)],_0x4aa66f(0x23b),()=>{const _0x2618f2=_0x4aa66f;this[_0x2618f2(0x22b)]=!0x1;});const _0x19b2eb=this[_0x4aa66f(0x226)][_0x4aa66f(0x246)](_0x485057);this[_0x4aa66f(0x194)]=!0x0;const _0x3909ff=await this[_0x4aa66f(0x240)][_0x4aa66f(0x239)](_0x1ac6e5,this[_0x4aa66f(0x277)](_0x485057),_0x19b2eb);if(this[_0x4aa66f(0x23f)]=_0x3909ff[_0x4aa66f(0x23f)],_0x2b5e16){if(!_0x3909ff[_0x4aa66f(0x1a4)])return void this[_0x4aa66f(0x1f0)]();this[_0x4aa66f(0x194)]=!0x1,this[_0x4aa66f(0x23e)](),this[_0x4aa66f(0x1da)][_0x4aa66f(0x260)](),this[_0x4aa66f(0x1a8)]=_0x3909ff[_0x4aa66f(0x233)],this[_0x4aa66f(0x1da)][_0x4aa66f(0x278)]=this[_0x4aa66f(0x1a8)],await this[_0x4aa66f(0x1ff)](_0x485057,_0x3909ff,_0x4aa66f(0x1fd));}else await this[_0x4aa66f(0x1e6)](_0x3909ff,_0x485057);this[_0x4aa66f(0x1c0)](),this[_0x4aa66f(0x22b)]=!0x0;}[_0x44d982(0x1c0)](){const _0x2950ef=_0x44d982,_0x1f7c0e=this[_0x2950ef(0x22d)][_0x2950ef(0x1e9)][_0x2950ef(0x1ea)](_0x26888d),_0x17dfc7=this[_0x2950ef(0x22d)][_0x2950ef(0x1e9)][_0x2950ef(0x1ea)](_0xb683a5),_0x3cda6b=_0x1f7c0e[_0x2950ef(0x222)][_0x2950ef(0x1ea)](this[_0x2950ef(0x18b)]);_0x3cda6b&&_0x3cda6b[_0x2950ef(0x191)]>0x1?_0x17dfc7[_0x2950ef(0x262)]():this[_0x2950ef(0x1e3)](_0x1f7c0e,_0x2950ef(0x1d5)+this[_0x2950ef(0x18b)],()=>{const _0x404bf9=_0x2950ef;0x2===_0x1f7c0e[_0x404bf9(0x222)][_0x404bf9(0x1ea)](this[_0x404bf9(0x18b)])[_0x404bf9(0x191)]&&_0x17dfc7[_0x404bf9(0x262)]();});}async[_0x44d982(0x234)](_0x3db16b,_0x664d46,_0x1a0180,_0x547e3d){const _0x3cff=_0x44d982;if(!this[_0x3cff(0x194)]&&this[_0x3cff(0x224)][_0x3cff(0x278)]==_0x664d46){const _0x4b7b51=this[_0x3cff(0x1b6)](_0x1a0180,_0x547e3d);await this[_0x3cff(0x1cd)](_0x4b7b51),this[_0x3cff(0x251)](_0x4b7b51,_0x664d46,_0x1a0180[_0x3cff(0x1ed)])||this[_0x3cff(0x1b9)](_0x3cff(0x1a2));}}async[_0x44d982(0x201)](){const _0x2f0f4f=_0x44d982;this[_0x2f0f4f(0x20b)]();const {locale:_0x4d321e}=this[_0x2f0f4f(0x22d)];let _0x5502e5;try{_0x5502e5=await this[_0x2f0f4f(0x240)][_0x2f0f4f(0x225)]();}catch(_0x14b251){const _0x38998b=_0x2292fa(_0x4d321e,_0x2f0f4f(0x248));return void this[_0x2f0f4f(0x1f0)](_0x38998b);}const _0x1dcca3=_0x5502e5[_0x2f0f4f(0x268)]||_0x5502e5[_0x2f0f4f(0x1f5)];if(this[_0x2f0f4f(0x1ad)]===_0x1dcca3[_0x2f0f4f(0x1ed)])await this[_0x2f0f4f(0x288)](this[_0x2f0f4f(0x22d)][_0x2f0f4f(0x1d8)][_0x2f0f4f(0x1ba)][_0x2f0f4f(0x1bb)][_0x2f0f4f(0x289)](),!0x0);else{const _0x1ea669=_0x2292fa(_0x4d321e,_0x2f0f4f(0x199));this[_0x2f0f4f(0x1f0)](_0x1ea669);}}[_0x44d982(0x20b)](){const _0x4a17fe=_0x44d982;this[_0x4a17fe(0x240)][_0x4a17fe(0x1d6)](),this[_0x4a17fe(0x196)]=[],clearTimeout(this[_0x4a17fe(0x1e0)]),this[_0x4a17fe(0x1be)](this[_0x4a17fe(0x240)]);}[_0x44d982(0x18e)](_0x126e36){const _0x45ec6c=_0x44d982,_0x478f31=this[_0x45ec6c(0x22d)][_0x45ec6c(0x1e9)][_0x45ec6c(0x1ea)](_0x26888d);this[_0x45ec6c(0x1e3)](_0x478f31,_0x45ec6c(0x1d5)+this[_0x45ec6c(0x18b)],(_0x3d9bcd,{session:_0x582dcf})=>{const _0x1b495c=_0x45ec6c;if(_0x582dcf['id']===_0x478f31[_0x1b495c(0x1cb)]){_0x3d9bcd[_0x1b495c(0x216)]();const _0x409a22=this[_0x1b495c(0x22d)][_0x1b495c(0x1e9)][_0x1b495c(0x208)](_0x1b495c(0x272))&&this[_0x1b495c(0x22d)][_0x1b495c(0x1e9)][_0x1b495c(0x1ea)](_0x1b495c(0x272));let _0x33e0b0=_0x582dcf[_0x1b495c(0x235)];_0x409a22&&_0x409a22[_0x1b495c(0x1ce)]&&(_0x33e0b0=_0x33e0b0[_0x1b495c(0x25e)](_0xa1a6ea=>_0x1b495c(0x26f)!==_0xa1a6ea)),this[_0x1b495c(0x22d)][_0x1b495c(0x1e9)][_0x1b495c(0x1ea)](_0x1b495c(0x1e1))[_0x1b495c(0x264)](_0x33e0b0,this[_0x1b495c(0x18b)]);}}),_0x478f31[_0x45ec6c(0x266)](this[_0x45ec6c(0x18b)],_0x126e36);}[_0x44d982(0x280)](){const _0x390cd8=_0x44d982,_0x3e7f9e=this[_0x390cd8(0x22d)][_0x390cd8(0x209)][_0x390cd8(0x269)];this[_0x390cd8(0x22d)][_0x390cd8(0x209)][_0x390cd8(0x269)]=(..._0x296328)=>{const _0x55b50e=_0x390cd8;if(!_0x296328[_0x296328[_0x55b50e(0x191)]-0x1][_0x55b50e(0x1e4)])throw new _0x28cabe(_0x55b50e(0x1b5),this);_0x3e7f9e[_0x55b50e(0x220)](this[_0x55b50e(0x22d)][_0x55b50e(0x209)],_0x296328);};}[_0x44d982(0x195)](){const _0x3a0d88=_0x44d982;this[_0x3a0d88(0x22d)][_0x3a0d88(0x209)]['on'](_0x3a0d88(0x227),(_0x29e566,[_0x5dbdf8])=>{const _0x3b4a6b=_0x3a0d88;if(this[_0x3b4a6b(0x224)][_0x3b4a6b(0x278)])throw new _0x28cabe(_0x3b4a6b(0x1c5),this);_0x29e566[_0x3b4a6b(0x228)](),this[_0x3b4a6b(0x254)]();const _0x5d722f=this[_0x3b4a6b(0x22d)][_0x3b4a6b(0x27e)][_0x3b4a6b(0x1ea)](_0x3b4a6b(0x258)),_0x2a7c41=this[_0x3b4a6b(0x189)](_0x5dbdf8,_0x5d722f);0x0==_0x2a7c41[_0x3b4a6b(0x191)]&&_0x2a7c41[_0x3b4a6b(0x19a)](new _0x1ca351(0x0)),_0x29e566[_0x3b4a6b(0x1c4)]=this[_0x3b4a6b(0x288)](_0x2a7c41)[_0x3b4a6b(0x1a6)](()=>{const _0x49649f=_0x3b4a6b;this[_0x49649f(0x22d)][_0x49649f(0x1e9)][_0x49649f(0x1ea)](_0x183c48)[_0x49649f(0x1af)](this),this[_0x49649f(0x22d)][_0x49649f(0x209)][_0x49649f(0x1fb)](_0x49649f(0x1ef));})[_0x3b4a6b(0x1d4)](_0x1fa5a6=>this[_0x3b4a6b(0x1b9)](_0x3b4a6b(0x259),_0x1fa5a6))[_0x3b4a6b(0x230)](()=>this[_0x3b4a6b(0x23e)]());},{'priority':_0x3a0d88(0x20c)}),this[_0x3a0d88(0x22d)]['on'](_0x3a0d88(0x19f),async(_0x2e63f7,[_0x3f2c63,_0x2254c5])=>{const _0x2d1287=_0x3a0d88;_0x2e63f7[_0x2d1287(0x228)]();const _0xa2fd0b=this[_0x2d1287(0x22d)][_0x2d1287(0x1d8)][_0x2d1287(0x1ba)][_0x2d1287(0x21a)](_0x3f2c63);if(!this[_0x2d1287(0x25b)][_0x2d1287(0x208)](_0x3f2c63)){const _0xc92a5c=_0x2254c5&&_0x2254c5[_0x2d1287(0x209)]?_0x2254c5[_0x2d1287(0x209)]:'',_0x186b7b=_0x2254c5&&_0x2254c5[_0x2d1287(0x21b)]?_0x2254c5[_0x2d1287(0x21b)]:{};await this[_0x2d1287(0x218)](_0x3f2c63,_0xc92a5c,_0x186b7b);}this[_0x2d1287(0x22d)][_0x2d1287(0x1d8)][_0x2d1287(0x276)]({'isUndoable':!0x1},()=>{const _0x595476=_0x2d1287;_0xa2fd0b[_0x595476(0x19b)]=!0x0,this[_0x595476(0x22d)][_0x595476(0x1d8)][_0x595476(0x1ba)][_0x595476(0x1fc)][_0x595476(0x1c8)](_0xa2fd0b);});},{'priority':_0x3a0d88(0x20c)});}async[_0x44d982(0x1cd)](_0x771439){const _0x752570=_0x44d982,_0x2a65c8=this[_0x752570(0x22d)][_0x752570(0x1e9)][_0x752570(0x1ea)](_0xbb4887),{connection:_0x3a8ab9}=this[_0x752570(0x22d)][_0x752570(0x1e9)][_0x752570(0x1ea)](_0x183c48),_0x68a068=new Set();for(const _0x1da4bd of _0x771439){const _0x5b94f6=_0x1da4bd[_0x752570(0x23a)];_0x5b94f6&&!_0x2a65c8[_0x752570(0x238)](_0x5b94f6)&&_0x68a068[_0x752570(0x265)](_0x5b94f6);}if(0x0===_0x68a068[_0x752570(0x1d3)])return;const _0x15a7c3=await _0x5c7edc[_0x752570(0x231)](_0x3a8ab9,Array[_0x752570(0x1b4)](_0x68a068));for(const _0x48ea19 of _0x15a7c3)_0x2a65c8[_0x752570(0x238)](_0x48ea19['id'])||_0x2a65c8[_0x752570(0x214)](_0x48ea19);}[_0x44d982(0x189)](_0x2e7f88,_0x2d4004={}){const _0x1cec0c=_0x44d982,_0x5c6e66=this[_0x1cec0c(0x22d)][_0x1cec0c(0x1d8)],_0x4f9d49=[];let _0x108587=0x0;const _0x3e8cba=_0x1cec0c(0x242)==typeof _0x2e7f88?{'main':_0x2e7f88}:_0x2e7f88;for(const _0x1cb858 of Object[_0x1cec0c(0x281)](_0x3e8cba)){if(!this[_0x1cec0c(0x224)][_0x1cec0c(0x1fa)][_0x1cec0c(0x208)](_0x1cb858))throw new _0x28cabe(_0x1cec0c(0x1d2),this);const _0x5e2351=this[_0x1cec0c(0x22d)][_0x1cec0c(0x209)][_0x1cec0c(0x23c)](_0x3e8cba[_0x1cb858]),_0x4a87b8=this[_0x1cec0c(0x224)][_0x1cec0c(0x21a)](_0x1cb858),_0x3028da=new _0xc57ce(_0x5c6e66[_0x1cec0c(0x26a)](_0x4a87b8,0x0),_0x5e2351,_0x108587++);_0x4f9d49[_0x1cec0c(0x19a)](_0x3028da);for(const [_0x281524,_0x20edfa]of _0x5e2351[_0x1cec0c(0x22c)]){const _0x1e29d3=_0x5c6e66[_0x1cec0c(0x1de)](_0x5c6e66[_0x1cec0c(0x1a3)](_0x4a87b8,_0x20edfa[_0x1cec0c(0x1bf)][_0x1cec0c(0x1b7)][_0x1cec0c(0x24c)]()),_0x5c6e66[_0x1cec0c(0x1a3)](_0x4a87b8,_0x20edfa[_0x1cec0c(0x188)][_0x1cec0c(0x1b7)][_0x1cec0c(0x24c)]())),_0x2d70f9=new _0x2eb59d(_0x281524,null,_0x1e29d3,_0x5c6e66[_0x1cec0c(0x22c)],!0x0,_0x108587++);_0x4f9d49[_0x1cec0c(0x19a)](_0x2d70f9);}}if(_0x2d4004)for(const [_0x232eec,_0x5c2836]of Object[_0x1cec0c(0x237)](_0x2d4004)){const _0x22cfad=_0x5c6e66[_0x1cec0c(0x1ba)][_0x1cec0c(0x21a)](_0x232eec);if(!_0x22cfad)throw new _0x28cabe(_0x1cec0c(0x210),null);for(const [_0x19af48,_0x1dbd07]of Object[_0x1cec0c(0x237)](_0x5c2836))if(null!==_0x1dbd07){const _0x5d6b52=new _0xbb93d3(_0x22cfad,_0x19af48,null,_0x1dbd07,_0x108587++);_0x4f9d49[_0x1cec0c(0x19a)](_0x5d6b52);}}return _0x4f9d49;}async[_0x44d982(0x218)](_0x39afeb,_0x1b0220,_0x241b44){const _0x1f3fcf=_0x44d982;this[_0x1f3fcf(0x189)]({[_0x39afeb]:_0x1b0220},{[_0x39afeb]:_0x241b44})[_0x1f3fcf(0x255)]((_0x17872e,_0x227546)=>{const _0x8a2391=_0x1f3fcf;_0x17872e[_0x8a2391(0x1d7)]=this[_0x8a2391(0x224)][_0x8a2391(0x278)]+_0x227546,_0x17872e[_0x8a2391(0x1dd)]=!0x0,this[_0x8a2391(0x24f)](_0x17872e);}),this[_0x1f3fcf(0x279)](),await this[_0x1f3fcf(0x1a0)]();}async[_0x44d982(0x1e6)](_0x2d8556,_0x36b2b7){const _0x1e97f8=_0x44d982;let _0x32c022;this[_0x1e97f8(0x1a8)]=_0x2d8556[_0x1e97f8(0x233)];const _0x537bd7=_0x2d8556[_0x1e97f8(0x1a4)]&&!_0x2d8556[_0x1e97f8(0x21d)],_0x2035b3=_0x537bd7?0x0:_0x2d8556[_0x1e97f8(0x209)][_0x1e97f8(0x1d7)];if(_0x36b2b7[_0x1e97f8(0x255)](_0x16db72=>{const _0x355c81=_0x1e97f8;_0x16db72[_0x355c81(0x1dd)]=!0x0,_0x16db72[_0x355c81(0x20f)]=_0x2d8556[_0x355c81(0x284)],_0x16db72[_0x355c81(0x23a)]=null;}),_0x537bd7)_0x32c022=_0x36b2b7,this[_0x1e97f8(0x1b8)](_0x32c022,_0x537bd7);else{if(_0x2d8556[_0x1e97f8(0x21d)]){const _0xa7b62=this[_0x1e97f8(0x189)](_0x2d8556[_0x1e97f8(0x21d)]);this[_0x1e97f8(0x224)][_0x1e97f8(0x1bb)][_0x1e97f8(0x278)]=-_0xa7b62[_0x1e97f8(0x191)],_0xa7b62[_0x1e97f8(0x255)](_0x53a32e=>{const _0x4516e2=_0x1e97f8;_0x53a32e[_0x4516e2(0x1d7)]-=_0xa7b62[_0x4516e2(0x191)],_0x53a32e[_0x4516e2(0x20f)]=_0x2d8556[_0x4516e2(0x284)],_0x53a32e[_0x4516e2(0x1dd)]=!0x0,_0x53a32e[_0x4516e2(0x23a)]=null;}),this[_0x1e97f8(0x1b8)](_0xa7b62,!0x0),this[_0x1e97f8(0x1da)][_0x1e97f8(0x278)]=-_0xa7b62[_0x1e97f8(0x191)]+this[_0x1e97f8(0x1a8)],this[_0x1e97f8(0x1f6)](_0xa7b62);}this[_0x1e97f8(0x224)][_0x1e97f8(0x1bb)][_0x1e97f8(0x278)]=_0x2035b3,_0x32c022=this[_0x1e97f8(0x1b6)](_0x2d8556[_0x1e97f8(0x209)],_0x2d8556[_0x1e97f8(0x187)]),await this[_0x1e97f8(0x1cd)](_0x32c022),this[_0x1e97f8(0x1b8)](_0x32c022,_0x537bd7);}_0x2d8556[_0x1e97f8(0x1ed)]&&(this[_0x1e97f8(0x226)][_0x1e97f8(0x21f)](_0x32c022,_0x2d8556[_0x1e97f8(0x1ed)]),this[_0x1e97f8(0x1ad)]=_0x2d8556[_0x1e97f8(0x1ed)]),this[_0x1e97f8(0x1da)][_0x1e97f8(0x278)]=_0x2035b3+this[_0x1e97f8(0x1a8)],this[_0x1e97f8(0x1f6)](_0x32c022),_0x36b2b7[_0x1e97f8(0x25e)](_0x288301=>{const _0x510620=_0x1e97f8,_0x141ac2=this[_0x510620(0x219)](_0x288301);return _0x141ac2&&!this[_0x510620(0x25b)][_0x510620(0x208)](_0x141ac2);})[_0x1e97f8(0x255)]((_0x584898,_0x584890)=>{const _0x498350=_0x1e97f8;_0x584898[_0x498350(0x1d7)]=this[_0x498350(0x224)][_0x498350(0x278)]+_0x584890,this[_0x498350(0x24f)](_0x584898);}),this[_0x1e97f8(0x1b0)]()?(this[_0x1e97f8(0x261)]=0x0,this[_0x1e97f8(0x279)](!0x0),await this[_0x1e97f8(0x1a0)]()):(this[_0x1e97f8(0x194)]=!0x1,this[_0x1e97f8(0x23e)]());}[_0x44d982(0x1b9)](_0x4659ce,_0xa7bb4b){const _0x2ed7c8=_0x44d982;throw this[_0x2ed7c8(0x194)]=!0x0,_0xa7bb4b&&console[_0x2ed7c8(0x247)](_0xa7bb4b),new _0x28cabe(_0x4659ce,this[_0x2ed7c8(0x22d)]);}[_0x44d982(0x24f)](_0x1ed28e){const _0x1f71cd=_0x44d982;this[_0x1f71cd(0x197)][_0x1f71cd(0x208)](_0x1ed28e)||(this[_0x1f71cd(0x197)][_0x1f71cd(0x265)](_0x1ed28e),this[_0x1f71cd(0x196)][_0x1f71cd(0x19a)](_0x1ed28e),this[_0x1f71cd(0x1b3)]||_0x1f71cd(0x1b2)==_0x1ed28e[_0x1f71cd(0x1f1)]&&!_0x1ed28e[_0x1f71cd(0x229)]||this[_0x1f71cd(0x254)]());}[_0x44d982(0x279)](_0x526047=!0x1){const _0x51c574=_0x44d982;!_0x526047&&this[_0x51c574(0x194)]||(this[_0x51c574(0x194)]=!0x0,clearTimeout(this[_0x51c574(0x1e0)]),this[_0x51c574(0x1e0)]=setTimeout(()=>{const _0x2e8c2e=_0x51c574;this[_0x2e8c2e(0x1e8)]()[_0x2e8c2e(0x1a6)](_0x43ccb4=>{const _0x18665a=_0x2e8c2e;_0x43ccb4&&(this[_0x18665a(0x23e)](),this[_0x18665a(0x194)]=!0x1);})[_0x2e8c2e(0x1d4)](_0x234911=>{const _0x5766df=_0x2e8c2e;if(this[_0x5766df(0x23e)](),this[_0x5766df(0x194)]=!0x1,!function(_0x488508){const _0x1f5d6a=_0x5766df;return _0x488508[_0x1f5d6a(0x1f8)][_0x1f5d6a(0x22a)](_0x1f5d6a(0x26c))||_0x488508[_0x1f5d6a(0x1f8)][_0x1f5d6a(0x22a)](_0x1f5d6a(0x24b))||_0x488508[_0x1f5d6a(0x1f8)][_0x1f5d6a(0x22a)](_0x1f5d6a(0x1a1));}(_0x234911))throw _0x234911;});},this[_0x51c574(0x261)]));}[_0x44d982(0x1a0)](){return new Promise(_0x2e7735=>{const _0x464438=_0x53da;this['on'](_0x464438(0x20a),()=>{_0x2e7735();});});}async[_0x44d982(0x1e8)](){const _0x202e35=_0x44d982,_0x561e7a=this[_0x202e35(0x22d)][_0x202e35(0x1e9)][_0x202e35(0x1ea)](_0xb683a5);if(this[_0x202e35(0x212)]()&&(_0x561e7a[_0x202e35(0x262)](),this[_0x202e35(0x213)]=!0x1),!this[_0x202e35(0x1b0)]())return!0x0;const _0x17fdaa=[...this[_0x202e35(0x196)]];for(const _0x5cfc6a of _0x17fdaa)_0x5cfc6a[_0x202e35(0x1ee)]=this[_0x202e35(0x224)][_0x202e35(0x1bb)][_0x202e35(0x275)](_0x5cfc6a);const _0xfc4c75=this[_0x202e35(0x226)][_0x202e35(0x246)](_0x17fdaa),_0x3527ba=K++,_0x5889c6=this[_0x202e35(0x277)](_0x17fdaa),_0x4c4759=await this[_0x202e35(0x240)][_0x202e35(0x287)](_0x5889c6,_0x5889c6[_0x202e35(0x1d7)],_0xfc4c75);try{return await this[_0x202e35(0x1ff)](_0x17fdaa,_0x4c4759,_0x3527ba);}catch(_0x279e1e){return this[_0x202e35(0x1b9)](_0x202e35(0x27f),_0x279e1e);}}async[_0x44d982(0x1ff)](_0x1d3b0f,_0x59da03,_0x28e2a7){const _0x387599=_0x44d982;if(_0x387599(0x247)in _0x59da03)throw _0x59da03[_0x387599(0x247)];let _0x133833=!0x1;if(_0x59da03[_0x387599(0x1a4)]){_0x59da03[_0x387599(0x1ed)]&&(this[_0x387599(0x1ad)]=_0x59da03[_0x387599(0x1ed)]),this[_0x387599(0x196)]=this[_0x387599(0x196)][_0x387599(0x25e)](_0x2b5933=>!_0x1d3b0f[_0x387599(0x198)](_0x2b5933));for(const _0x3c2176 of _0x1d3b0f)_0x3c2176[_0x387599(0x20f)]=_0x387599(0x232)in _0x59da03&&_0x59da03[_0x387599(0x232)]||void 0x0;Q(_0x1d3b0f,_0x59da03[_0x387599(0x278)]-_0x1d3b0f[_0x387599(0x191)]),this[_0x387599(0x1f6)](_0x1d3b0f);const _0x1b2085=_0x1d3b0f[_0x387599(0x25e)](_0x550499=>{const _0x4433e7=_0x387599;if(!_0x550499[_0x4433e7(0x1dd)])return!0x1;const _0x259192=this[_0x4433e7(0x219)](_0x550499);return _0x259192&&!this[_0x4433e7(0x25b)][_0x4433e7(0x208)](_0x259192);});Q(_0x1b2085,this[_0x387599(0x224)][_0x387599(0x278)]),this[_0x387599(0x1b8)](_0x1b2085),_0x133833=!0x0,this[_0x387599(0x261)]=this[_0x387599(0x207)];}else{const _0x40b7d8=this[_0x387599(0x1b6)](_0x59da03[_0x387599(0x209)],_0x59da03[_0x387599(0x187)])[_0x387599(0x25e)](_0x13d8eb=>_0x13d8eb[_0x387599(0x1d7)]>=this[_0x387599(0x1bc)]);_0x40b7d8[_0x387599(0x255)](_0x3c2dfe=>this[_0x387599(0x1f4)](_0x3c2dfe)),this[_0x387599(0x196)]=this[_0x387599(0x196)][_0x387599(0x25e)](_0x1c37c7=>!_0x1c37c7[_0x387599(0x1dd)]||!this[_0x387599(0x25b)][_0x387599(0x208)](this[_0x387599(0x219)](_0x1c37c7))),this[_0x387599(0x196)][_0x387599(0x191)]&&Q(this[_0x387599(0x196)],this[_0x387599(0x196)][0x0][_0x387599(0x1d7)]),await this[_0x387599(0x1cd)](_0x40b7d8),_0x133833=this[_0x387599(0x251)](_0x40b7d8,_0x59da03[_0x387599(0x278)],_0x59da03[_0x387599(0x1ed)]),this[_0x387599(0x261)]=Math[_0x387599(0x192)](this[_0x387599(0x261)]/0x2);}return _0x133833?!this[_0x387599(0x1b0)]()||(this[_0x387599(0x279)](!0x0),!0x1):this[_0x387599(0x1b9)](_0x387599(0x286));}[_0x44d982(0x251)](_0x216ce3,_0x48462b,_0xae895e){const _0x557e49=_0x44d982;try{const _0x50f573={'document':this[_0x557e49(0x224)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x2eaf4f,operationsB:_0x1788dc,originalOperations:_0x8b4325}=_0x85b6ea(_0x216ce3,this[_0x557e49(0x196)],_0x50f573);Q(_0x2eaf4f,this[_0x557e49(0x224)][_0x557e49(0x278)]),Q(_0x1788dc,_0x48462b);for(const _0x248f48 of _0x2eaf4f){const _0x1e6a97=_0x8b4325[_0x557e49(0x1ea)](_0x248f48);_0x248f48[_0x557e49(0x23a)]=_0x1e6a97?_0x1e6a97[_0x557e49(0x23a)]:null;}_0xae895e&&(this[_0x557e49(0x226)][_0x557e49(0x21f)](_0x216ce3,_0xae895e),this[_0x557e49(0x1ad)]=_0xae895e),this[_0x557e49(0x196)]=[..._0x1788dc],this[_0x557e49(0x1b8)](_0x2eaf4f),this[_0x557e49(0x1f6)](_0x216ce3);}catch(_0x247ff0){return console[_0x557e49(0x247)](_0x247ff0),!0x1;}return!0x0;}[_0x44d982(0x1b8)](_0x3ba667,_0x4bb479=!0x1){const _0x26f532=_0x44d982;this[_0x26f532(0x22d)][_0x26f532(0x1d8)][_0x26f532(0x276)]({'isUndoable':!0x1,'isLocal':!0x1},_0x1d25f6=>{const _0x4c3b6f=_0x26f532;for(const _0x3a875c of _0x3ba667)this[_0x4c3b6f(0x197)][_0x4c3b6f(0x265)](_0x3a875c),this[_0x4c3b6f(0x1f4)](_0x3a875c),_0x1d25f6[_0x4c3b6f(0x1c1)][_0x4c3b6f(0x1e7)](_0x3a875c),this[_0x4c3b6f(0x22d)][_0x4c3b6f(0x1d8)][_0x4c3b6f(0x1c2)](_0x3a875c);});}[_0x44d982(0x1f4)](_0x1b6d20){const _0x466970=_0x44d982,_0x3fda2a=this[_0x466970(0x219)](_0x1b6d20);_0x3fda2a&&this[_0x466970(0x25b)][_0x466970(0x265)](_0x3fda2a);}[_0x44d982(0x219)](_0x5c7fff){const _0x359eec=_0x44d982;let _0x4f1d50,_0x996d1c;switch(_0x5c7fff[_0x359eec(0x1f1)]){case _0x359eec(0x1bd):_0x4f1d50=_0x5c7fff[_0x359eec(0x245)][_0x359eec(0x223)];break;case _0x359eec(0x1b2):if(_0x996d1c=_0x5c7fff[_0x359eec(0x203)],!_0x996d1c)return null;_0x4f1d50=_0x996d1c[_0x359eec(0x223)];break;case _0x359eec(0x27c):_0x4f1d50=_0x5c7fff[_0x359eec(0x223)];break;case _0x359eec(0x263):_0x4f1d50=_0x5c7fff[_0x359eec(0x256)];break;case _0x359eec(0x1fe):_0x4f1d50=_0x5c7fff[_0x359eec(0x215)][_0x359eec(0x223)];break;default:return null;}return _0x4f1d50[_0x359eec(0x24a)];}[_0x44d982(0x1f6)](_0x106fbb){const _0x5d6d57=_0x44d982;_0x106fbb[_0x5d6d57(0x255)](_0x4ab820=>{const _0x21fbd6=_0x5d6d57,_0x463ec7=_0x4ab820[_0x21fbd6(0x1d1)]();_0x463ec7[_0x21fbd6(0x23a)]=_0x4ab820[_0x21fbd6(0x23a)],_0x463ec7[_0x21fbd6(0x1dd)]=!!_0x4ab820[_0x21fbd6(0x1dd)],_0x463ec7[_0x21fbd6(0x20f)]=_0x4ab820[_0x21fbd6(0x20f)],_0x463ec7[_0x21fbd6(0x1d7)]+=this[_0x21fbd6(0x1a8)],_0x4ab820[_0x21fbd6(0x23d)]&&this[_0x21fbd6(0x1d9)][_0x21fbd6(0x265)](_0x463ec7),this[_0x21fbd6(0x1da)][_0x21fbd6(0x1e7)](_0x463ec7);});}[_0x44d982(0x1f0)](_0xca695){const _0x36dd25=_0x44d982,_0x11308e=this[_0x36dd25(0x22d)][_0x36dd25(0x1e9)][_0x36dd25(0x1ea)](_0x36dd25(0x205)),_0x13c243=this[_0x36dd25(0x22d)][_0x36dd25(0x18f)];_0xca695||(_0xca695=_0x2292fa(_0x13c243,_0x36dd25(0x25f))),_0x11308e[_0x36dd25(0x1a9)](_0xca695,{'title':_0x2292fa(_0x13c243,_0x36dd25(0x1db)),'namespace':_0x36dd25(0x21e)}),this[_0x36dd25(0x241)]=!0x0,clearTimeout(this[_0x36dd25(0x1e0)]),this[_0x36dd25(0x196)]=[],this[_0x36dd25(0x22d)][_0x36dd25(0x1e9)][_0x36dd25(0x1ea)](_0x183c48)[_0x36dd25(0x267)]();}[_0x44d982(0x254)](){const _0xffcb44=_0x44d982;this[_0xffcb44(0x1b3)]||(this[_0xffcb44(0x1b3)]=this[_0xffcb44(0x22d)][_0xffcb44(0x1e9)][_0xffcb44(0x1ea)](_0x531bba)[_0xffcb44(0x265)](_0x2292fa(this[_0xffcb44(0x22d)][_0xffcb44(0x18f)],_0xffcb44(0x252))));}[_0x44d982(0x23e)](){const _0x4f9b21=_0x44d982;this[_0x4f9b21(0x1b3)]&&(this[_0x4f9b21(0x22d)][_0x4f9b21(0x1e9)][_0x4f9b21(0x1ea)](_0x531bba)[_0x4f9b21(0x18a)](this[_0x4f9b21(0x1b3)]),this[_0x4f9b21(0x1b3)]=null);}[_0x44d982(0x277)](_0x385436){const _0x1b16b1=_0x44d982,_0x174fe9=_0x385436[_0x1b16b1(0x19e)](_0x402287=>_0x402287[_0x1b16b1(0x22f)]());return this[_0x1b16b1(0x200)][_0x1b16b1(0x22e)](_0x174fe9);}[_0x44d982(0x1b6)](_0xa423ed,_0x2f4599){const _0x4d9760=_0x44d982;return this[_0x4d9760(0x200)][_0x4d9760(0x1b1)](_0xa423ed)[_0x4d9760(0x19e)]((_0x1ced67,_0xb5d63c)=>{const _0x292ec4=_0x4d9760,_0x42480f=_0x292ec4(0x227)==_0x2f4599[_0xb5d63c][_0x292ec4(0x1f1)];if(_0x292ec4(0x27d)==_0x1ced67[_0x292ec4(0x1f9)]){const _0x17ea1c=_0x1ced67[_0x292ec4(0x245)][_0x292ec4(0x223)];!this[_0x292ec4(0x224)][_0x292ec4(0x21a)](_0x17ea1c)&&(this[_0x292ec4(0x224)][_0x292ec4(0x25d)](_0x292ec4(0x283),_0x17ea1c)[_0x292ec4(0x19d)]=!0x1);}const _0x5af04b=_0x4b4166[_0x292ec4(0x1ae)](_0x1ced67,this[_0x292ec4(0x224)]);return _0x5af04b[_0x292ec4(0x1ee)]=_0x1ced67[_0x292ec4(0x1ee)],_0x5af04b[_0x292ec4(0x1dd)]=_0x42480f,_0x5af04b[_0x292ec4(0x23a)]=_0x42480f?null:_0x2f4599[_0xb5d63c][_0x292ec4(0x1cc)],_0x5af04b[_0x292ec4(0x23d)]=_0x292ec4(0x1aa)===_0x2f4599[_0xb5d63c][_0x292ec4(0x1f1)],_0x5af04b[_0x292ec4(0x20f)]=_0x2f4599[_0xb5d63c][_0x292ec4(0x20f)],_0x5af04b;});}[_0x44d982(0x1cf)](){const _0x17b530=_0x44d982;this[_0x17b530(0x213)]=!0x0,this[_0x17b530(0x212)]()?this[_0x17b530(0x279)]():this[_0x17b530(0x213)]=!0x1;}[_0x44d982(0x212)](){const _0xdc153a=_0x44d982,_0x4ccab1=this[_0xdc153a(0x22d)][_0xdc153a(0x1e9)][_0xdc153a(0x1ea)](_0x26888d)[_0xdc153a(0x222)][_0xdc153a(0x1ea)](this[_0xdc153a(0x18b)]);return!this[_0xdc153a(0x22d)][_0xdc153a(0x274)]&&!!_0x4ccab1&&_0x4ccab1[_0xdc153a(0x191)]>0x1&&this[_0xdc153a(0x213)];}[_0x44d982(0x1b0)](){const _0x40b5b3=_0x44d982;return this[_0x40b5b3(0x196)][_0x40b5b3(0x191)]>0x0||this[_0x40b5b3(0x212)]();}}l[_0x44d982(0x1df)]=_0x4071c8;export default l;class J extends Error{}function Q(_0x4ed9b4,_0x271f64){const _0x32855c=_0x44d982;for(const _0x4ad8b3 of _0x4ed9b4)_0x4ad8b3[_0x32855c(0x1d7)]=_0x271f64++;}class X{constructor(_0x233702){const _0x81637d=_0x44d982;this[_0x81637d(0x1d0)]=_0x233702,this[_0x81637d(0x257)]=new WeakMap();}[_0x44d982(0x246)](_0x22d68a){const _0x4b901b=_0x44d982;let _0x17b60b=_0x22d68a[_0x4b901b(0x191)];for(;_0x17b60b--;){const _0x28c6b5=_0x22d68a[_0x17b60b];if(!this[_0x4b901b(0x1d0)][_0x4b901b(0x208)](_0x28c6b5)){if(!this[_0x4b901b(0x257)][_0x4b901b(0x208)](_0x28c6b5)){const _0x156c3c=_0x596c2a()[_0x4b901b(0x24c)](0x1,0x12);this[_0x4b901b(0x257)][_0x4b901b(0x269)](_0x28c6b5,_0x156c3c);}return this[_0x4b901b(0x257)][_0x4b901b(0x1ea)](_0x28c6b5);}}}[_0x44d982(0x21f)](_0x28c26d,_0x278846){const _0x326528=_0x44d982;if(!_0x278846)return;let _0x4fa742=_0x28c26d[_0x326528(0x191)];for(;_0x4fa742--;){const _0x48fb8d=_0x28c26d[_0x4fa742];this[_0x326528(0x1d0)][_0x326528(0x208)](_0x48fb8d)||this[_0x326528(0x257)][_0x326528(0x269)](_0x48fb8d,_0x278846);}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5e0601=_0xa38a;function _0x4fdb(){const _0x39302b=['130170dGAVmW','fire','2559870EDvjQg','clear','remove','addUser','503172WhvZfA','state','Sessions','_registeredSessions','connected','4172772chteTx','requires','_uniqueUsersCount','452512ibdkPM','sessions-register-already-registered','values','context','allConnectedUsers','role','20712980YcxERk','set','pluginName','has','3154860ugfhRU','channelConnectedUsers','getUserBySessionId','get','_createUser','listenTo','mySessionId','getUserRole','change:state','_handleSessionRemove','size','getUser','user','stopListening','plugins','_users','channelSessions','sessionAdd:','sessions-unregister-not-exist','9OMpgvt','isMe','_handleSessionAdd','sessionId','assign','init','add','delete','connection','28ocVQqe','forEach','4IQabEF','orderNumber','unregister','defineMe','register','getUserSessions'];_0x4fdb=function(){return _0x39302b;};return _0x4fdb();}(function(_0x185762,_0x5317db){const _0x136ab9=_0xa38a,_0x80ef49=_0x185762();while(!![]){try{const _0x42eb70=parseInt(_0x136ab9(0x21d))/0x1+-parseInt(_0x136ab9(0x217))/0x2*(-parseInt(_0x136ab9(0x206))/0x3)+parseInt(_0x136ab9(0x211))/0x4*(parseInt(_0x136ab9(0x22f))/0x5)+parseInt(_0x136ab9(0x222))/0x6+-parseInt(_0x136ab9(0x20f))/0x7*(-parseInt(_0x136ab9(0x225))/0x8)+parseInt(_0x136ab9(0x219))/0x9+-parseInt(_0x136ab9(0x22b))/0xa;if(_0x42eb70===_0x5317db)break;else _0x80ef49['push'](_0x80ef49['shift']());}catch(_0x525c86){_0x80ef49['push'](_0x80ef49['shift']());}}}(_0x4fdb,0x71579));function _0xa38a(_0x34c347,_0x29b918){const _0x4fdbc0=_0x4fdb();return _0xa38a=function(_0xa38a84,_0x4effd8){_0xa38a84=_0xa38a84-0x1f4;let _0x2e17bf=_0x4fdbc0[_0xa38a84];return _0x2e17bf;},_0xa38a(_0x34c347,_0x29b918);}import{ContextPlugin as _0x3aaff0}from'ckeditor5/src/core.js';import{Collection as _0x5c6698,CKEditorError as _0x469241}from'ckeditor5/src/utils.js';import _0x509fa4 from'./websocketgateway.js';import{Users as _0x2477c1}from'ckeditor5-collaboration/src/collaboration-core.js';export default class r extends _0x3aaff0{static get[_0x5e0601(0x22d)](){const _0x5c0822=_0x5e0601;return _0x5c0822(0x21f);}static get[_0x5e0601(0x223)](){return[_0x509fa4,_0x2477c1];}constructor(_0x3380d3){const _0x2c6efb=_0x5e0601;super(_0x3380d3),this[_0x2c6efb(0x203)]=new Map(),this[_0x2c6efb(0x1f4)]=new Map(),this[_0x2c6efb(0x229)]=new _0x5c6698(),this[_0x2c6efb(0x220)]=new Map(),this[_0x2c6efb(0x224)]=0x0,this[_0x2c6efb(0x202)]=this[_0x2c6efb(0x228)][_0x2c6efb(0x201)][_0x2c6efb(0x1f6)](_0x2477c1);}[_0x5e0601(0x20b)](){const _0x173ff3=_0x5e0601,_0x48f840=this[_0x173ff3(0x228)][_0x173ff3(0x201)][_0x173ff3(0x1f6)](_0x509fa4);this[_0x173ff3(0x1f8)](_0x48f840,_0x173ff3(0x1fb),(_0x34ee8c,_0x4b5313,_0x14b765)=>{const _0x374602=_0x173ff3;if(_0x374602(0x221)!==_0x14b765)this[_0x374602(0x203)][_0x374602(0x210)](_0x1b2eb9=>_0x1b2eb9[_0x374602(0x21a)]()),this[_0x374602(0x1f4)][_0x374602(0x210)](_0x2f5e39=>_0x2f5e39[_0x374602(0x21a)]()),this[_0x374602(0x229)][_0x374602(0x21a)]();else{for(const [_0x368a96,_0xc487cd]of this[_0x374602(0x220)])for(const _0x5bb056 of _0xc487cd)this[_0x374602(0x208)](_0x368a96,_0x5bb056);}}),this[_0x173ff3(0x1f7)](_0x48f840[_0x173ff3(0x20e)]['me'],!0x0);}[_0x5e0601(0x215)](_0x264769,_0x48579d){const _0x1aa0f2=_0x5e0601;if(this[_0x1aa0f2(0x220)][_0x1aa0f2(0x22e)](_0x264769))throw new _0x469241(_0x1aa0f2(0x226),null,{'channelId':_0x264769});this[_0x1aa0f2(0x220)][_0x1aa0f2(0x22c)](_0x264769,_0x48579d),this[_0x1aa0f2(0x203)][_0x1aa0f2(0x22c)](_0x264769,new _0x5c6698()),this[_0x1aa0f2(0x1f4)][_0x1aa0f2(0x22c)](_0x264769,new _0x5c6698()),this[_0x1aa0f2(0x1f8)](_0x48579d,_0x1aa0f2(0x20c),(_0x3a1e39,_0x4481db)=>this[_0x1aa0f2(0x208)](_0x264769,_0x4481db)),this[_0x1aa0f2(0x1f8)](_0x48579d,_0x1aa0f2(0x21b),(_0x5af733,_0x415ef5)=>this[_0x1aa0f2(0x1fc)](_0x264769,_0x415ef5));for(const _0x59fd86 of _0x48579d)this[_0x1aa0f2(0x208)](_0x264769,_0x59fd86);}[_0x5e0601(0x213)](_0x1ee92d){const _0x34072b=_0x5e0601;if(!this[_0x34072b(0x220)][_0x34072b(0x22e)](_0x1ee92d))throw new _0x469241(_0x34072b(0x205),null,{'channelId':_0x1ee92d});const _0x740e3d=this[_0x34072b(0x220)][_0x34072b(0x1f6)](_0x1ee92d);this[_0x34072b(0x200)](_0x740e3d);for(const _0x174598 of _0x740e3d)_0x34072b(0x221)===this[_0x34072b(0x228)][_0x34072b(0x201)][_0x34072b(0x1f6)](_0x509fa4)[_0x34072b(0x21e)]&&this[_0x34072b(0x1fc)](_0x1ee92d,_0x174598);this[_0x34072b(0x220)][_0x34072b(0x20d)](_0x1ee92d),this[_0x34072b(0x203)][_0x34072b(0x20d)](_0x1ee92d),this[_0x34072b(0x1f4)][_0x34072b(0x20d)](_0x1ee92d);}get[_0x5e0601(0x1f9)](){const _0x1f1528=_0x5e0601;return this[_0x1f1528(0x228)][_0x1f1528(0x201)][_0x1f1528(0x1f6)](_0x509fa4)[_0x1f1528(0x20e)][_0x1f1528(0x209)];}[_0x5e0601(0x1f5)](_0x2ba76a){const _0x491cee=_0x5e0601;for(const _0xcb82c4 of this[_0x491cee(0x203)][_0x491cee(0x227)]())for(const _0x2380aa of _0xcb82c4)if(_0x2380aa['id']===_0x2ba76a)return _0x2380aa[_0x491cee(0x1ff)];}[_0x5e0601(0x216)](_0x47c07b,_0x4c764f){const _0xfc5c83=_0x5e0601,_0x2e0fc3=_0x4c764f?[this[_0xfc5c83(0x203)][_0xfc5c83(0x1f6)](_0x4c764f)]:this[_0xfc5c83(0x203)][_0xfc5c83(0x227)](),_0x533605=new Set();for(const _0x36a978 of _0x2e0fc3)for(const _0x47e338 of _0x36a978)_0x47e338[_0xfc5c83(0x1ff)]['id']===_0x47c07b['id']&&_0x533605[_0xfc5c83(0x20c)](_0x47e338['id']);return _0x533605;}[_0x5e0601(0x1fa)](_0x2b8219){const _0x4d55cd=_0x5e0601;for(const _0x2f209d of this[_0x4d55cd(0x203)][_0x4d55cd(0x227)]())for(const _0x44bc3d of _0x2f209d)if(_0x44bc3d[_0x4d55cd(0x1ff)]===_0x2b8219)return _0x44bc3d[_0x4d55cd(0x22a)];}[_0x5e0601(0x208)](_0x5afff6,_0x4d583e){const _0x2c09a3=_0x5e0601;if(_0x2c09a3(0x221)!==this[_0x2c09a3(0x228)][_0x2c09a3(0x201)][_0x2c09a3(0x1f6)](_0x509fa4)[_0x2c09a3(0x21e)])return;const _0x1d762a=_0x4d583e[_0x2c09a3(0x1ff)],_0x262911=this[_0x2c09a3(0x202)][_0x2c09a3(0x1fe)](_0x1d762a['id'])||this[_0x2c09a3(0x1f7)](_0x1d762a),_0x74da42=Object[_0x2c09a3(0x20a)]({},_0x4d583e,{'user':_0x262911});this[_0x2c09a3(0x203)][_0x2c09a3(0x1f6)](_0x5afff6)[_0x2c09a3(0x20c)](_0x74da42);const _0x9c4fe7=this[_0x2c09a3(0x1f4)][_0x2c09a3(0x1f6)](_0x5afff6);_0x9c4fe7[_0x2c09a3(0x22e)](_0x262911['id'])||_0x9c4fe7[_0x2c09a3(0x20c)](_0x262911),this[_0x2c09a3(0x229)][_0x2c09a3(0x22e)](_0x262911['id'])||this[_0x2c09a3(0x229)][_0x2c09a3(0x20c)](_0x262911,_0x262911[_0x2c09a3(0x207)]?0x0:void 0x0),this[_0x2c09a3(0x218)](_0x2c09a3(0x204)+_0x5afff6,{'channelId':_0x5afff6,'session':_0x74da42});}[_0x5e0601(0x1fc)](_0x143c09,_0x374ed3){const _0xc242a8=_0x5e0601;if(_0xc242a8(0x221)!==this[_0xc242a8(0x228)][_0xc242a8(0x201)][_0xc242a8(0x1f6)](_0x509fa4)[_0xc242a8(0x21e)])return;const _0x420a55=this[_0xc242a8(0x1f4)][_0xc242a8(0x1f6)](_0x143c09),_0x47101e=_0x374ed3[_0xc242a8(0x1ff)];_0x47101e['id']&&(this[_0xc242a8(0x203)][_0xc242a8(0x1f6)](_0x143c09)[_0xc242a8(0x21b)](_0x374ed3['id']),_0x420a55[_0xc242a8(0x22e)](_0x47101e['id'])&&!this[_0xc242a8(0x216)](_0x47101e,_0x143c09)[_0xc242a8(0x1fd)]&&_0x420a55[_0xc242a8(0x21b)](_0x47101e['id']),this[_0xc242a8(0x229)][_0xc242a8(0x1f6)](_0x47101e['id'])&&!this[_0xc242a8(0x216)](_0x47101e)[_0xc242a8(0x1fd)]&&this[_0xc242a8(0x229)][_0xc242a8(0x21b)](_0x47101e['id']));}[_0x5e0601(0x1f7)](_0x5414d6,_0x471652){const _0x120eb3=_0x5e0601,_0x5c4a16=this[_0x120eb3(0x202)][_0x120eb3(0x21c)](_0x5414d6);return _0x471652&&this[_0x120eb3(0x202)][_0x120eb3(0x214)](_0x5414d6['id']),_0x5c4a16[_0x120eb3(0x212)]=this[_0x120eb3(0x224)]++,_0x5c4a16;}}
23
+ const _0x163542=_0x3dd3;function _0x3dd3(_0x186923,_0x20e01c){const _0x16e1d2=_0x16e1();return _0x3dd3=function(_0x3dd3c9,_0x5db136){_0x3dd3c9=_0x3dd3c9-0x10d;let _0x20fe20=_0x16e1d2[_0x3dd3c9];return _0x20fe20;},_0x3dd3(_0x186923,_0x20e01c);}(function(_0x4d6931,_0x15c70a){const _0x674c5d=_0x3dd3,_0x20ded3=_0x4d6931();while(!![]){try{const _0x2441d5=parseInt(_0x674c5d(0x135))/0x1*(-parseInt(_0x674c5d(0x141))/0x2)+-parseInt(_0x674c5d(0x120))/0x3+parseInt(_0x674c5d(0x11a))/0x4*(-parseInt(_0x674c5d(0x114))/0x5)+parseInt(_0x674c5d(0x121))/0x6*(-parseInt(_0x674c5d(0x111))/0x7)+-parseInt(_0x674c5d(0x115))/0x8+parseInt(_0x674c5d(0x130))/0x9*(parseInt(_0x674c5d(0x12c))/0xa)+-parseInt(_0x674c5d(0x14a))/0xb*(-parseInt(_0x674c5d(0x12a))/0xc);if(_0x2441d5===_0x15c70a)break;else _0x20ded3['push'](_0x20ded3['shift']());}catch(_0x4e4c4e){_0x20ded3['push'](_0x20ded3['shift']());}}}(_0x16e1,0xaf505));import{ContextPlugin as _0x1f0379}from'ckeditor5/src/core.js';import{Collection as _0x5574dc,CKEditorError as _0x4c1ba4}from'ckeditor5/src/utils.js';import _0x51853d from'./websocketgateway.js';function _0x16e1(){const _0x3fb850=['orderNumber','allConnectedUsers','channelSessions','remove','stopListening','getUserSessions','unregister','getUserRole','size','requires','connected','611434LNlfFP','forEach','connection','has','getUser','defineMe','listenTo','mySessionId','addUser','26389flPYkR','add','values','sessionId','plugins','623yOhSxU','state','sessionAdd:','14855oMjonc','10095168OIhSpy','user','register','Sessions','sessions-unregister-not-exist','160kMkhcF','get','_handleSessionAdd','_createUser','role','assign','693270QEDAOe','1662VGyXGx','clear','_registeredSessions','getUserBySessionId','_uniqueUsersCount','isMe','init','set','_handleSessionRemove','14736RzmQnV','_users','380afcPUx','context','channelConnectedUsers','pluginName','4743FiemYS','delete','sessions-register-already-registered','fire','change:state','2lizQRq'];_0x16e1=function(){return _0x3fb850;};return _0x16e1();}import{Users as _0x36fa7f}from'ckeditor5-collaboration/src/collaboration-core.js';export default class r extends _0x1f0379{static get[_0x163542(0x12f)](){const _0x5468a1=_0x163542;return _0x5468a1(0x118);}static get[_0x163542(0x13f)](){return[_0x51853d,_0x36fa7f];}constructor(_0x1a9acf){const _0x53200f=_0x163542;super(_0x1a9acf),this[_0x53200f(0x138)]=new Map(),this[_0x53200f(0x12e)]=new Map(),this[_0x53200f(0x137)]=new _0x5574dc(),this[_0x53200f(0x123)]=new Map(),this[_0x53200f(0x125)]=0x0,this[_0x53200f(0x12b)]=this[_0x53200f(0x12d)][_0x53200f(0x110)][_0x53200f(0x11b)](_0x36fa7f);}[_0x163542(0x127)](){const _0x29a9fa=_0x163542,_0x642a46=this[_0x29a9fa(0x12d)][_0x29a9fa(0x110)][_0x29a9fa(0x11b)](_0x51853d);this[_0x29a9fa(0x147)](_0x642a46,_0x29a9fa(0x134),(_0x45dfcb,_0x14bee6,_0x1c1a48)=>{const _0x4ef10c=_0x29a9fa;if(_0x4ef10c(0x140)!==_0x1c1a48)this[_0x4ef10c(0x138)][_0x4ef10c(0x142)](_0x5c4716=>_0x5c4716[_0x4ef10c(0x122)]()),this[_0x4ef10c(0x12e)][_0x4ef10c(0x142)](_0x2d2178=>_0x2d2178[_0x4ef10c(0x122)]()),this[_0x4ef10c(0x137)][_0x4ef10c(0x122)]();else{for(const [_0xf4b338,_0x2954c2]of this[_0x4ef10c(0x123)])for(const _0x22870e of _0x2954c2)this[_0x4ef10c(0x11c)](_0xf4b338,_0x22870e);}}),this[_0x29a9fa(0x11d)](_0x642a46[_0x29a9fa(0x143)]['me'],!0x0);}[_0x163542(0x117)](_0x16d8cc,_0x5cd84c){const _0x537e02=_0x163542;if(this[_0x537e02(0x123)][_0x537e02(0x144)](_0x16d8cc))throw new _0x4c1ba4(_0x537e02(0x132),null,{'channelId':_0x16d8cc});this[_0x537e02(0x123)][_0x537e02(0x128)](_0x16d8cc,_0x5cd84c),this[_0x537e02(0x138)][_0x537e02(0x128)](_0x16d8cc,new _0x5574dc()),this[_0x537e02(0x12e)][_0x537e02(0x128)](_0x16d8cc,new _0x5574dc()),this[_0x537e02(0x147)](_0x5cd84c,_0x537e02(0x10d),(_0x1e9a8e,_0x5291b2)=>this[_0x537e02(0x11c)](_0x16d8cc,_0x5291b2)),this[_0x537e02(0x147)](_0x5cd84c,_0x537e02(0x139),(_0x535ed4,_0x58598b)=>this[_0x537e02(0x129)](_0x16d8cc,_0x58598b));for(const _0x41363a of _0x5cd84c)this[_0x537e02(0x11c)](_0x16d8cc,_0x41363a);}[_0x163542(0x13c)](_0x52d7ab){const _0x2ef27d=_0x163542;if(!this[_0x2ef27d(0x123)][_0x2ef27d(0x144)](_0x52d7ab))throw new _0x4c1ba4(_0x2ef27d(0x119),null,{'channelId':_0x52d7ab});const _0x142f48=this[_0x2ef27d(0x123)][_0x2ef27d(0x11b)](_0x52d7ab);this[_0x2ef27d(0x13a)](_0x142f48);for(const _0x17b8e3 of _0x142f48)_0x2ef27d(0x140)===this[_0x2ef27d(0x12d)][_0x2ef27d(0x110)][_0x2ef27d(0x11b)](_0x51853d)[_0x2ef27d(0x112)]&&this[_0x2ef27d(0x129)](_0x52d7ab,_0x17b8e3);this[_0x2ef27d(0x123)][_0x2ef27d(0x131)](_0x52d7ab),this[_0x2ef27d(0x138)][_0x2ef27d(0x131)](_0x52d7ab),this[_0x2ef27d(0x12e)][_0x2ef27d(0x131)](_0x52d7ab);}get[_0x163542(0x148)](){const _0x28c2be=_0x163542;return this[_0x28c2be(0x12d)][_0x28c2be(0x110)][_0x28c2be(0x11b)](_0x51853d)[_0x28c2be(0x143)][_0x28c2be(0x10f)];}[_0x163542(0x124)](_0xb9a55){const _0x1f1a17=_0x163542;for(const _0x8f8658 of this[_0x1f1a17(0x138)][_0x1f1a17(0x10e)]())for(const _0x5e3fee of _0x8f8658)if(_0x5e3fee['id']===_0xb9a55)return _0x5e3fee[_0x1f1a17(0x116)];}[_0x163542(0x13b)](_0x40439a,_0x665954){const _0x32b049=_0x163542,_0x43ccc7=_0x665954?[this[_0x32b049(0x138)][_0x32b049(0x11b)](_0x665954)]:this[_0x32b049(0x138)][_0x32b049(0x10e)](),_0x47297d=new Set();for(const _0x4703cf of _0x43ccc7)for(const _0x205ff5 of _0x4703cf)_0x205ff5[_0x32b049(0x116)]['id']===_0x40439a['id']&&_0x47297d[_0x32b049(0x10d)](_0x205ff5['id']);return _0x47297d;}[_0x163542(0x13d)](_0x5ba650){const _0xf7aff8=_0x163542;for(const _0x477c62 of this[_0xf7aff8(0x138)][_0xf7aff8(0x10e)]())for(const _0x5844a3 of _0x477c62)if(_0x5844a3[_0xf7aff8(0x116)]===_0x5ba650)return _0x5844a3[_0xf7aff8(0x11e)];}[_0x163542(0x11c)](_0x17ce67,_0x35abf3){const _0x292329=_0x163542;if(_0x292329(0x140)!==this[_0x292329(0x12d)][_0x292329(0x110)][_0x292329(0x11b)](_0x51853d)[_0x292329(0x112)])return;const _0x2d34c7=_0x35abf3[_0x292329(0x116)],_0x37bd03=this[_0x292329(0x12b)][_0x292329(0x145)](_0x2d34c7['id'])||this[_0x292329(0x11d)](_0x2d34c7),_0x297d4f=Object[_0x292329(0x11f)]({},_0x35abf3,{'user':_0x37bd03});this[_0x292329(0x138)][_0x292329(0x11b)](_0x17ce67)[_0x292329(0x10d)](_0x297d4f);const _0x46e10b=this[_0x292329(0x12e)][_0x292329(0x11b)](_0x17ce67);_0x46e10b[_0x292329(0x144)](_0x37bd03['id'])||_0x46e10b[_0x292329(0x10d)](_0x37bd03),this[_0x292329(0x137)][_0x292329(0x144)](_0x37bd03['id'])||this[_0x292329(0x137)][_0x292329(0x10d)](_0x37bd03,_0x37bd03[_0x292329(0x126)]?0x0:void 0x0),this[_0x292329(0x133)](_0x292329(0x113)+_0x17ce67,{'channelId':_0x17ce67,'session':_0x297d4f});}[_0x163542(0x129)](_0x3f5b69,_0x27ea85){const _0x57fe32=_0x163542;if(_0x57fe32(0x140)!==this[_0x57fe32(0x12d)][_0x57fe32(0x110)][_0x57fe32(0x11b)](_0x51853d)[_0x57fe32(0x112)])return;const _0x1ebc73=this[_0x57fe32(0x12e)][_0x57fe32(0x11b)](_0x3f5b69),_0x164131=_0x27ea85[_0x57fe32(0x116)];_0x164131['id']&&(this[_0x57fe32(0x138)][_0x57fe32(0x11b)](_0x3f5b69)[_0x57fe32(0x139)](_0x27ea85['id']),_0x1ebc73[_0x57fe32(0x144)](_0x164131['id'])&&!this[_0x57fe32(0x13b)](_0x164131,_0x3f5b69)[_0x57fe32(0x13e)]&&_0x1ebc73[_0x57fe32(0x139)](_0x164131['id']),this[_0x57fe32(0x137)][_0x57fe32(0x11b)](_0x164131['id'])&&!this[_0x57fe32(0x13b)](_0x164131)[_0x57fe32(0x13e)]&&this[_0x57fe32(0x137)][_0x57fe32(0x139)](_0x164131['id']));}[_0x163542(0x11d)](_0x5d3611,_0xb151ed){const _0x490804=_0x163542,_0x3f0214=this[_0x490804(0x12b)][_0x490804(0x149)](_0x5d3611);return _0xb151ed&&this[_0x490804(0x12b)][_0x490804(0x146)](_0x5d3611['id']),_0x3f0214[_0x490804(0x136)]=this[_0x490804(0x125)]++,_0x3f0214;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5c1f2c=_0x2f9f;(function(_0x5641a1,_0x4d2f12){const _0x5d6b6d=_0x2f9f,_0x53675d=_0x5641a1();while(!![]){try{const _0x287474=parseInt(_0x5d6b6d(0x17b))/0x1+parseInt(_0x5d6b6d(0x177))/0x2*(parseInt(_0x5d6b6d(0x151))/0x3)+-parseInt(_0x5d6b6d(0x193))/0x4*(parseInt(_0x5d6b6d(0x15e))/0x5)+-parseInt(_0x5d6b6d(0x1ba))/0x6*(parseInt(_0x5d6b6d(0x167))/0x7)+parseInt(_0x5d6b6d(0x184))/0x8+parseInt(_0x5d6b6d(0x161))/0x9+parseInt(_0x5d6b6d(0x16e))/0xa*(-parseInt(_0x5d6b6d(0x1c3))/0xb);if(_0x287474===_0x4d2f12)break;else _0x53675d['push'](_0x53675d['shift']());}catch(_0x20faad){_0x53675d['push'](_0x53675d['shift']());}}}(_0x39ee,0xab593));import{Plugin as _0x40f7da}from'ckeditor5/src/core.js';import{global as _0x470c97,DomEmitterMixin as _0xfe6400}from'ckeditor5/src/utils.js';function _0x39ee(){const _0x4b5c88=['getAttribute','for','view','size','881951jRUZaT','$graveyard','getCustomProperty','parent','contenteditable','getStart','_domEmitter','3670NZorJt','span','hasDomSelection','ck-user__marker_hovered','user:position','removeMarker','keydown','updateMarker','setCustomProperty','124vDUvTx','update:user:range','markers','UserMarkers','690257kNNZse','toRange','getNearestSelectionRange','init','model','Escape','editor','isSimilar','element','2538640QUIgfH','isLimit','markerNameToElements','schema','user:','render','fromRange','getContainedElement','_createdBatches','createUIElement','name','$text','getSelectionClass','nodeAfter','has','36WrLOJX','root','remove','innerHTML','conversion','afterInit','highest','user:range','destroy','get','hasContent','mouseenter','addMarker','editing','marker','enqueueChange','detach','mapper','set','user:position:','split','getRange','markerToElement','orderNumber','reconvertMarker','mySessionId','undo','data-session-id','editingDowncast','listenTo','oldRange','userPositionMarker','user:range:','type','isCollapsed','ck-user__selection','batch','change','end','6btcMBN','delete','addEventListener','createUserMarkerOperations','pluginName','getPositions','selection','add','commands','49357EkDZah','mouseleave','⁠<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>','toDomElement','isObject','clear','removeClass','isInline','color','applyOperation','getMarkerClass','startsWith','start','markerRange','getFirstRange','createRange','</span>⁠','32925rdFFUf','deletionPosition','plugins','markerName','ck-user__marker\x20','rootName','change:range','requires','document','newRange','getUserBySessionId','stopListening','checkChild','23805DIjLkV','markerToHighlight','classList','7464393lCfggP','tableCell'];_0x39ee=function(){return _0x4b5c88;};return _0x39ee();}import _0x92c309 from'./sessions.js';import{LiveRange as _0x3a5d15}from'ckeditor5/src/engine.js';import'../../theme/usermarkers.css';export default class H extends _0x40f7da{constructor(){const _0x18f5e4=_0x2f9f;super(...arguments),this[_0x18f5e4(0x16d)]=new(_0xfe6400())();}static get[_0x5c1f2c(0x158)](){return[_0x92c309];}static get[_0x5c1f2c(0x1be)](){const _0x42556c=_0x5c1f2c;return _0x42556c(0x17a);}[_0x5c1f2c(0x17e)](){const _0x4d639c=_0x5c1f2c,_0xafc99b=this[_0x4d639c(0x181)],_0x1d5930=_0xafc99b[_0x4d639c(0x153)][_0x4d639c(0x19c)](_0x92c309);_0xafc99b[_0x4d639c(0x197)][_0x4d639c(0x164)](_0x4d639c(0x1af))[_0x4d639c(0x1a9)]({'model':_0x4d639c(0x172),'view':(_0x1218e2,{writer:_0x32cb82})=>function(_0x2627e7,_0xa0836a,_0x1ea58a,_0x31185d){const _0x4744ff=_0x4d639c,_0x5ddcac=_0x2627e7[_0x4744ff(0x154)][_0x4744ff(0x1a7)](':')[0x2],_0x338573=_0x1ea58a[_0x4744ff(0x15b)](_0x5ddcac);if(!_0x338573||_0x5ddcac===_0x1ea58a[_0x4744ff(0x1ac)])return;if(!_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x187)][_0x4744ff(0x15d)](_0x2627e7[_0x4744ff(0x14d)][_0x4744ff(0x14c)],_0x4744ff(0x18f)))return;const _0x13d5bf={'class':_0x4744ff(0x155)+_0x338573[_0x4744ff(0x1cb)][_0x4744ff(0x1cd)](),'data-name':_0x338573[_0x4744ff(0x18e)],'data-session-id':_0x5ddcac},_0x5d02eb=_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x179)][_0x4744ff(0x19c)](_0x2627e7[_0x4744ff(0x154)]),_0x33cd0a=_0x5d02eb[_0x4744ff(0x16c)](),_0x24f9ca=_0x33cd0a[_0x4744ff(0x191)],_0x3fd345=_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x187)];if(_0x24f9ca&&_0x3fd345[_0x4744ff(0x1c7)](_0x24f9ca)&&_0x3fd345[_0x4744ff(0x1ca)](_0x24f9ca)&&!_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x179)][_0x4744ff(0x19c)](_0x4744ff(0x1b3)+_0x5ddcac)[_0x4744ff(0x1a8)]()[_0x4744ff(0x1b5)])return;const _0x49ef8a=_0x33cd0a[_0x4744ff(0x16a)];return _0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x187)][_0x4744ff(0x185)](_0x49ef8a)&&!_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x19d)](_0x49ef8a)&&(_0x13d5bf[_0x4744ff(0x16b)]=!0x1),function(_0x38a927,_0x3c1282,_0x338779){const _0x40d839=_0x4744ff,_0x227dd6=_0x38a927[_0x40d839(0x18d)](_0x40d839(0x16f),_0x3c1282);return _0x38a927[_0x40d839(0x176)](_0x40d839(0x1b2),!0x0,_0x227dd6),_0x227dd6[_0x40d839(0x189)]=function(_0x23e0ea){const _0x502c3c=_0x40d839,_0xcb3bd8=this[_0x502c3c(0x1c6)](_0x23e0ea);return _0xcb3bd8[_0x502c3c(0x196)]=_0x502c3c(0x1c5)+_0x338779[_0x502c3c(0x18e)]+_0x502c3c(0x150),_0xcb3bd8[_0x502c3c(0x1bc)](_0x502c3c(0x19e),()=>{const _0xb511b6=_0x502c3c;_0xcb3bd8[_0xb511b6(0x160)][_0xb511b6(0x1c1)](_0xb511b6(0x171));}),_0xcb3bd8[_0x502c3c(0x1bc)](_0x502c3c(0x1c4),()=>{const _0x16f819=_0x502c3c;_0xcb3bd8[_0x16f819(0x160)][_0x16f819(0x195)](_0x16f819(0x171));}),_0xcb3bd8;},_0x227dd6[_0x40d839(0x182)]=function(_0x4d7df4){const _0x1f3e79=_0x40d839;return!(!this[_0x1f3e79(0x169)](_0x1f3e79(0x1b2))||!_0x4d7df4[_0x1f3e79(0x169)](_0x1f3e79(0x1b2))||this[_0x1f3e79(0x163)](_0x1f3e79(0x1ae))!=_0x4d7df4[_0x1f3e79(0x163)](_0x1f3e79(0x1ae)));},_0x227dd6;}(_0xa0836a,_0x13d5bf,_0x338573);}(_0x1218e2,_0x32cb82,_0x1d5930,_0xafc99b)}),_0xafc99b[_0x4d639c(0x197)][_0x4d639c(0x164)](_0x4d639c(0x1af))[_0x4d639c(0x15f)]({'model':_0x4d639c(0x19a),'view':_0x1f817a=>function(_0x54a664,_0x440791){const _0x180560=_0x4d639c,_0x1d8bb5=_0x54a664[_0x180560(0x154)][_0x180560(0x1a7)](':')[0x2];if(_0x1d8bb5===_0x440791[_0x180560(0x1ac)])return null;const _0x54fb87=_0x440791[_0x180560(0x15b)](_0x1d8bb5);if(!_0x54fb87)return{'id':_0x1d8bb5,'classes':[]};return{'id':_0x1d8bb5,'classes':[_0x180560(0x1b6),_0x54fb87[_0x180560(0x1cb)][_0x180560(0x190)]()],'attributes':{'data-session-id':_0x1d8bb5},'priority':0x7d0+_0x54fb87[_0x180560(0x1aa)]};}(_0x1f817a,_0x1d5930)}),function(_0x1b6681){const _0x3f8ac4=_0x4d639c,_0xfa2a1c=_0x1b6681[_0x3f8ac4(0x17f)],_0x2d823e=new Map(),_0x4cd491=_0x1b6681[_0x3f8ac4(0x153)][_0x3f8ac4(0x19c)](_0x92c309);_0xfa2a1c[_0x3f8ac4(0x179)]['on'](_0x3f8ac4(0x178),(_0x3bfef9,_0x5cab47,_0x45d4aa,_0x1e8bdc)=>{const _0x3aa604=_0x3f8ac4;if(!_0x1e8bdc&&_0x2d823e[_0x3aa604(0x19c)](_0x5cab47[_0x3aa604(0x18e)]))return _0x2d823e[_0x3aa604(0x19c)](_0x5cab47[_0x3aa604(0x18e)])[_0x3aa604(0x1a3)](),void _0x2d823e[_0x3aa604(0x1bb)](_0x5cab47[_0x3aa604(0x18e)]);const _0x4748bd=_0x5cab47[_0x3aa604(0x18e)][_0x3aa604(0x1a7)](':')[0x2];if(_0x4748bd===_0x4cd491[_0x3aa604(0x1ac)])return;const _0x1dd12c=_0x3aa604(0x1a6)+_0x4748bd;_0xfa2a1c[_0x3aa604(0x179)][_0x3aa604(0x192)](_0x1dd12c)&&_0x1b6681[_0x3aa604(0x1a0)][_0x3aa604(0x1ab)](_0x1dd12c),_0x5cab47['on'](_0x3aa604(0x157),(_0x2d34b7,_0xe952b3,_0x125736)=>{const _0x1916e0=_0x3aa604;if(_0x1916e0(0x168)!=_0xe952b3[_0x1916e0(0x194)][_0x1916e0(0x156)]&&_0x1916e0(0x168)==_0x5cab47[_0x1916e0(0x1a8)]()[_0x1916e0(0x194)][_0x1916e0(0x156)]&&!_0x2d823e[_0x1916e0(0x192)](_0x5cab47[_0x1916e0(0x18e)])){const _0x2309ae=_0xfa2a1c[_0x1916e0(0x187)][_0x1916e0(0x17d)](_0x125736[_0x1916e0(0x152)]);if(_0x2309ae){const _0x150b8a=_0x3a5d15[_0x1916e0(0x18a)](_0x2309ae);_0x2d823e[_0x1916e0(0x1a5)](_0x5cab47[_0x1916e0(0x18e)],_0x150b8a),_0x150b8a['on'](_0x1916e0(0x157),(_0x40865b,_0x57191a,_0x1b286e)=>{const _0x42308e=_0x1916e0;if(_0x42308e(0x168)==_0x150b8a[_0x42308e(0x194)][_0x42308e(0x156)]){const _0x3177bf=_0xfa2a1c[_0x42308e(0x187)][_0x42308e(0x17d)](_0x1b286e[_0x42308e(0x152)]);_0x3177bf?(_0x150b8a[_0x42308e(0x14c)]=_0x3177bf[_0x42308e(0x14c)],_0x150b8a[_0x42308e(0x1b9)]=_0x3177bf[_0x42308e(0x1b9)]):(_0x2d823e[_0x42308e(0x1bb)](_0x5cab47[_0x42308e(0x18e)]),_0x150b8a[_0x42308e(0x1a3)]());}});}}});}),_0xfa2a1c[_0x3f8ac4(0x159)]['on'](_0x3f8ac4(0x1b8),()=>{const _0x205f91=_0x3f8ac4;_0x2d823e[_0x205f91(0x166)]>0x0&&_0xfa2a1c[_0x205f91(0x1a2)]({'isUndoable':!0x1},_0x35203e=>{const _0x202504=_0x205f91;for(const [_0x12b79c,_0x18c9c0]of _0x2d823e)_0x202504(0x168)==_0xfa2a1c[_0x202504(0x179)][_0x202504(0x19c)](_0x12b79c)[_0x202504(0x1a8)]()[_0x202504(0x194)][_0x202504(0x156)]&&(re(_0x12b79c[_0x202504(0x1a7)](':')[0x2],_0x18c9c0[_0x202504(0x17c)](),_0xfa2a1c,_0x35203e),_0x18c9c0[_0x202504(0x1a3)]());_0x2d823e[_0x202504(0x1c8)]();});});}(_0xafc99b),this[_0x4d639c(0x16d)][_0x4d639c(0x1b0)](_0x470c97[_0x4d639c(0x159)],_0x4d639c(0x174),(_0x581bc7,{key:_0x2b03df})=>{const _0x2ea044=_0x4d639c;_0x2ea044(0x180)===_0x2b03df&&function(_0x1af13a){const _0x12685b=_0x2ea044;_0x1af13a[_0x12685b(0x1a0)][_0x12685b(0x165)][_0x12685b(0x1b8)](_0x40aa40=>{const _0x2f28ac=_0x12685b;for(const _0x1643a8 of _0x1af13a[_0x2f28ac(0x17f)][_0x2f28ac(0x179)]){if(!_0x1643a8[_0x2f28ac(0x18e)][_0x2f28ac(0x14b)](_0x2f28ac(0x172)))continue;const _0x323fd6=_0x1af13a[_0x2f28ac(0x1a0)][_0x2f28ac(0x1a4)][_0x2f28ac(0x186)](_0x1643a8[_0x2f28ac(0x18e)]);if(_0x323fd6){for(const _0xc47842 of _0x323fd6)_0x40aa40[_0x2f28ac(0x1c9)](_0x2f28ac(0x171),_0xc47842);}}});}(_0xafc99b);},{'useCapture':!0x0});}[_0x5c1f2c(0x198)](){const _0x485dac=_0x5c1f2c,_0x2d270a=this[_0x485dac(0x181)],_0x2cce02=_0x2d270a[_0x485dac(0x1c2)][_0x485dac(0x19c)](_0x485dac(0x1ad));_0x2cce02&&_0x2d270a[_0x485dac(0x17f)]['on'](_0x485dac(0x1cc),(_0x537edf,_0x1cc1bd)=>{const _0x3f21b2=_0x485dac,_0x261630=_0x1cc1bd[0x0];if(_0x3f21b2(0x1a1)!=_0x261630[_0x3f21b2(0x1b4)]||!_0x261630[_0x3f21b2(0x18e)][_0x3f21b2(0x14b)](_0x3f21b2(0x188)))return;const _0x45fd23=_0x261630[_0x3f21b2(0x1b7)];_0x2cce02[_0x3f21b2(0x18c)][_0x3f21b2(0x192)](_0x45fd23)&&(_0x261630[_0x3f21b2(0x15a)]=_0x261630[_0x3f21b2(0x1b1)]?_0x2d270a[_0x3f21b2(0x17f)][_0x3f21b2(0x14f)](_0x261630[_0x3f21b2(0x1b1)][_0x3f21b2(0x14c)],_0x261630[_0x3f21b2(0x1b1)][_0x3f21b2(0x1b9)]):null);},{'priority':_0x485dac(0x199)});}[_0x5c1f2c(0x19b)](){const _0x4a7fef=_0x5c1f2c;return this[_0x4a7fef(0x16d)][_0x4a7fef(0x15c)](),super[_0x4a7fef(0x19b)]();}[_0x5c1f2c(0x1bd)](){const _0x158d2d=_0x5c1f2c,_0x2120b9=this[_0x158d2d(0x181)],_0x2ee838=_0x2120b9[_0x158d2d(0x17f)][_0x158d2d(0x159)],_0x1f8701=_0x2120b9[_0x158d2d(0x153)][_0x158d2d(0x19c)](_0x92c309);_0x2120b9[_0x158d2d(0x17f)][_0x158d2d(0x1a2)]({'isUndoable':!0x1},_0x4365e0=>{const _0x1a12c0=_0x158d2d,_0x360725=_0x1a12c0(0x1b3)+_0x1f8701[_0x1a12c0(0x1ac)],_0x7ed299=_0x1a12c0(0x1a6)+_0x1f8701[_0x1a12c0(0x1ac)],_0x10b688=_0x2120b9[_0x1a12c0(0x17f)][_0x1a12c0(0x179)][_0x1a12c0(0x192)](_0x360725);_0x2120b9[_0x1a12c0(0x1a0)][_0x1a12c0(0x165)][_0x1a12c0(0x170)]?re(_0x1f8701[_0x1a12c0(0x1ac)],_0x2ee838[_0x1a12c0(0x1c0)][_0x1a12c0(0x14e)](),_0x2120b9[_0x1a12c0(0x17f)],_0x4365e0):_0x10b688&&(_0x4365e0[_0x1a12c0(0x173)](_0x360725),_0x4365e0[_0x1a12c0(0x173)](_0x7ed299));});}}function _0x2f9f(_0x48f9e6,_0x2267aa){const _0x39eeff=_0x39ee();return _0x2f9f=function(_0x2f9f02,_0x548362){_0x2f9f02=_0x2f9f02-0x14b;let _0x2d677e=_0x39eeff[_0x2f9f02];return _0x2d677e;},_0x2f9f(_0x48f9e6,_0x2267aa);}function re(_0x114929,_0x2afb55,_0xdded22,_0x4ebb07){const _0x404c3b=_0x5c1f2c,_0x7f0894=_0x404c3b(0x1b3)+_0x114929,_0x29fe88=_0x404c3b(0x1a6)+_0x114929,_0x261134=_0x2afb55[_0x404c3b(0x18b)]();let _0x2a556f=_0x2afb55[_0x404c3b(0x14c)];_0x261134&&_0x261134['is'](_0x404c3b(0x183),_0x404c3b(0x162))&&(_0x2a556f=function(_0x4eab63,_0x217e02){const _0x36e7c8=_0x404c3b;for(const _0x524753 of _0x4eab63[_0x36e7c8(0x1bf)]())if(_0x217e02[_0x36e7c8(0x187)][_0x36e7c8(0x15d)](_0x524753,_0x36e7c8(0x18f)))return _0x524753;}(_0x2afb55,_0xdded22),_0x2afb55=_0x4ebb07[_0x404c3b(0x14f)](_0x2a556f));const _0x3003c7=_0x4ebb07[_0x404c3b(0x14f)](_0x2a556f);_0xdded22[_0x404c3b(0x179)][_0x404c3b(0x192)](_0x7f0894)?(_0x4ebb07[_0x404c3b(0x175)](_0x7f0894,{'range':_0x2afb55}),_0x4ebb07[_0x404c3b(0x175)](_0x29fe88,{'range':_0x3003c7})):(_0x4ebb07[_0x404c3b(0x19f)](_0x7f0894,{'range':_0x2afb55,'usingOperation':!0x0}),_0x4ebb07[_0x404c3b(0x19f)](_0x29fe88,{'range':_0x3003c7,'usingOperation':!0x0}));}
23
+ const _0x572eba=_0x2dac;(function(_0x367576,_0x2539b0){const _0x4390bd=_0x2dac,_0x323a25=_0x367576();while(!![]){try{const _0x211ad7=parseInt(_0x4390bd(0xfa))/0x1+-parseInt(_0x4390bd(0x112))/0x2+-parseInt(_0x4390bd(0xd6))/0x3+-parseInt(_0x4390bd(0xc9))/0x4*(-parseInt(_0x4390bd(0x104))/0x5)+parseInt(_0x4390bd(0xdc))/0x6*(-parseInt(_0x4390bd(0xdf))/0x7)+-parseInt(_0x4390bd(0x10f))/0x8+parseInt(_0x4390bd(0xe7))/0x9;if(_0x211ad7===_0x2539b0)break;else _0x323a25['push'](_0x323a25['shift']());}catch(_0xfefba){_0x323a25['push'](_0x323a25['shift']());}}}(_0x2567,0xb860f));import{Plugin as _0x2e406d}from'ckeditor5/src/core.js';import{global as _0x18d1c9,DomEmitterMixin as _0x30108f}from'ckeditor5/src/utils.js';import _0x1ef0ff from'./sessions.js';function _0x2567(){const _0x4869ab=['isObject','change:range','hasDomSelection','newRange','applyOperation','933169EXngMi','getStart','batch','editingDowncast','reconvertMarker','isCollapsed','getPositions','marker','getAttribute','nodeAfter','180mHQwNz','model','fromRange','isLimit','ck-user__marker\x20','updateMarker','editing','root','hasContent','markerToHighlight','user:','8947232wzRMrr','user:position:','createRange','717930qQhTQW','for','render','color','conversion','destroy','init','element','user:range:','split','markers','afterInit','getMarkerClass','markerRange','orderNumber','view','user:position','classList','selection','undo','has','mapper','stopListening','pluginName','schema','isInline','data-session-id','mouseenter','_domEmitter','keydown','enqueueChange','</span>⁠','commands','userPositionMarker','contenteditable','requires','size','getUserBySessionId','UserMarkers','document','getCustomProperty','clear','addMarker','delete','$text','toRange','oldRange','startsWith','setCustomProperty','end','getNearestSelectionRange','createUserMarkerOperations','ck-user__selection','set','toDomElement','get','144876oGtIAv','markerNameToElements','$graveyard','name','getSelectionClass','removeMarker','getRange','span','⁠<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>','detach','markerName','rootName','plugins','1858932KaOpvo','listenTo','removeClass','change','user:range','update:user:range','1262076utgvog','getFirstRange','deletionPosition','49ShlBzR','start','parent','checkChild','innerHTML','markerToElement','add','createUIElement','18788373xHIeFJ','highest','editor','isSimilar','mySessionId','ck-user__marker_hovered','_createdBatches','Escape','type','mouseleave','getContainedElement','remove','addEventListener','tableCell'];_0x2567=function(){return _0x4869ab;};return _0x2567();}function _0x2dac(_0x251f9f,_0x2ddee9){const _0x2567c0=_0x2567();return _0x2dac=function(_0x2dacae,_0x215834){_0x2dacae=_0x2dacae-0xbd;let _0x4421ed=_0x2567c0[_0x2dacae];return _0x4421ed;},_0x2dac(_0x251f9f,_0x2ddee9);}import{LiveRange as _0x2832fb}from'ckeditor5/src/engine.js';import'../../theme/usermarkers.css';export default class H extends _0x2e406d{constructor(){const _0x30b489=_0x2dac;super(...arguments),this[_0x30b489(0x12e)]=new(_0x30108f())();}static get[_0x572eba(0x135)](){return[_0x1ef0ff];}static get[_0x572eba(0x129)](){const _0x59b224=_0x572eba;return _0x59b224(0x138);}[_0x572eba(0x118)](){const _0x7de8de=_0x572eba,_0x5c0260=this[_0x7de8de(0xe9)],_0x5e1736=_0x5c0260[_0x7de8de(0xd5)][_0x7de8de(0xc8)](_0x1ef0ff);_0x5c0260[_0x7de8de(0x116)][_0x7de8de(0x113)](_0x7de8de(0xfd))[_0x7de8de(0xe4)]({'model':_0x7de8de(0x122),'view':(_0x2deb01,{writer:_0x5256e3})=>function(_0x1342c1,_0x5973f1,_0x570471,_0x547fc1){const _0x4a5191=_0x7de8de,_0x47b0b1=_0x1342c1[_0x4a5191(0xd3)][_0x4a5191(0x11b)](':')[0x2],_0x40979c=_0x570471[_0x4a5191(0x137)](_0x47b0b1);if(!_0x40979c||_0x47b0b1===_0x570471[_0x4a5191(0xeb)])return;if(!_0x547fc1[_0x4a5191(0x105)][_0x4a5191(0x12a)][_0x4a5191(0xe2)](_0x1342c1[_0x4a5191(0x11f)][_0x4a5191(0xe0)],_0x4a5191(0xbd)))return;const _0x2f3444={'class':_0x4a5191(0x108)+_0x40979c[_0x4a5191(0x115)][_0x4a5191(0x11e)](),'data-name':_0x40979c[_0x4a5191(0xcc)],'data-session-id':_0x47b0b1},_0x3a388b=_0x547fc1[_0x4a5191(0x105)][_0x4a5191(0x11c)][_0x4a5191(0xc8)](_0x1342c1[_0x4a5191(0xd3)]),_0x217463=_0x3a388b[_0x4a5191(0xfb)](),_0x33513e=_0x217463[_0x4a5191(0x103)],_0x1df911=_0x547fc1[_0x4a5191(0x105)][_0x4a5191(0x12a)];if(_0x33513e&&_0x1df911[_0x4a5191(0xf5)](_0x33513e)&&_0x1df911[_0x4a5191(0x12b)](_0x33513e)&&!_0x547fc1[_0x4a5191(0x105)][_0x4a5191(0x11c)][_0x4a5191(0xc8)](_0x4a5191(0x11a)+_0x47b0b1)[_0x4a5191(0xcf)]()[_0x4a5191(0xff)])return;const _0x334b22=_0x217463[_0x4a5191(0xe1)];return _0x547fc1[_0x4a5191(0x105)][_0x4a5191(0x12a)][_0x4a5191(0x107)](_0x334b22)&&!_0x547fc1[_0x4a5191(0x105)][_0x4a5191(0x10c)](_0x334b22)&&(_0x2f3444[_0x4a5191(0x134)]=!0x1),function(_0x3319c7,_0x162053,_0x5cdc54){const _0x163003=_0x4a5191,_0x13a1f4=_0x3319c7[_0x163003(0xe6)](_0x163003(0xd0),_0x162053);return _0x3319c7[_0x163003(0xc1)](_0x163003(0x133),!0x0,_0x13a1f4),_0x13a1f4[_0x163003(0x114)]=function(_0x1d6960){const _0x34e750=_0x163003,_0x46b47d=this[_0x34e750(0xc7)](_0x1d6960);return _0x46b47d[_0x34e750(0xe3)]=_0x34e750(0xd1)+_0x5cdc54[_0x34e750(0xcc)]+_0x34e750(0x131),_0x46b47d[_0x34e750(0xf3)](_0x34e750(0x12d),()=>{const _0xdd6eb=_0x34e750;_0x46b47d[_0xdd6eb(0x123)][_0xdd6eb(0xe5)](_0xdd6eb(0xec));}),_0x46b47d[_0x34e750(0xf3)](_0x34e750(0xf0),()=>{const _0x40bace=_0x34e750;_0x46b47d[_0x40bace(0x123)][_0x40bace(0xf2)](_0x40bace(0xec));}),_0x46b47d;},_0x13a1f4[_0x163003(0xea)]=function(_0x12d9a1){const _0x179041=_0x163003;return!(!this[_0x179041(0x13a)](_0x179041(0x133))||!_0x12d9a1[_0x179041(0x13a)](_0x179041(0x133))||this[_0x179041(0x102)](_0x179041(0x12c))!=_0x12d9a1[_0x179041(0x102)](_0x179041(0x12c)));},_0x13a1f4;}(_0x5973f1,_0x2f3444,_0x40979c);}(_0x2deb01,_0x5256e3,_0x5e1736,_0x5c0260)}),_0x5c0260[_0x7de8de(0x116)][_0x7de8de(0x113)](_0x7de8de(0xfd))[_0x7de8de(0x10d)]({'model':_0x7de8de(0xda),'view':_0x1a6749=>function(_0x234223,_0x21f2bc){const _0x13df34=_0x7de8de,_0x126a9f=_0x234223[_0x13df34(0xd3)][_0x13df34(0x11b)](':')[0x2];if(_0x126a9f===_0x21f2bc[_0x13df34(0xeb)])return null;const _0x2555a4=_0x21f2bc[_0x13df34(0x137)](_0x126a9f);if(!_0x2555a4)return{'id':_0x126a9f,'classes':[]};return{'id':_0x126a9f,'classes':[_0x13df34(0xc5),_0x2555a4[_0x13df34(0x115)][_0x13df34(0xcd)]()],'attributes':{'data-session-id':_0x126a9f},'priority':0x7d0+_0x2555a4[_0x13df34(0x120)]};}(_0x1a6749,_0x5e1736)}),function(_0x5d041a){const _0x592e84=_0x7de8de,_0x1ae5ed=_0x5d041a[_0x592e84(0x105)],_0x45db81=new Map(),_0x4b1068=_0x5d041a[_0x592e84(0xd5)][_0x592e84(0xc8)](_0x1ef0ff);_0x1ae5ed[_0x592e84(0x11c)]['on'](_0x592e84(0xdb),(_0x39402e,_0x27f78c,_0x2c3d2f,_0x38cfc3)=>{const _0x258074=_0x592e84;if(!_0x38cfc3&&_0x45db81[_0x258074(0xc8)](_0x27f78c[_0x258074(0xcc)]))return _0x45db81[_0x258074(0xc8)](_0x27f78c[_0x258074(0xcc)])[_0x258074(0xd2)](),void _0x45db81[_0x258074(0x13d)](_0x27f78c[_0x258074(0xcc)]);const _0x2ec460=_0x27f78c[_0x258074(0xcc)][_0x258074(0x11b)](':')[0x2];if(_0x2ec460===_0x4b1068[_0x258074(0xeb)])return;const _0x43b720=_0x258074(0x110)+_0x2ec460;_0x1ae5ed[_0x258074(0x11c)][_0x258074(0x126)](_0x43b720)&&_0x5d041a[_0x258074(0x10a)][_0x258074(0xfe)](_0x43b720),_0x27f78c['on'](_0x258074(0xf6),(_0x3a9c45,_0x3d6a58,_0x43d724)=>{const _0x53ee45=_0x258074;if(_0x53ee45(0xcb)!=_0x3d6a58[_0x53ee45(0x10b)][_0x53ee45(0xd4)]&&_0x53ee45(0xcb)==_0x27f78c[_0x53ee45(0xcf)]()[_0x53ee45(0x10b)][_0x53ee45(0xd4)]&&!_0x45db81[_0x53ee45(0x126)](_0x27f78c[_0x53ee45(0xcc)])){const _0x135d18=_0x1ae5ed[_0x53ee45(0x12a)][_0x53ee45(0xc3)](_0x43d724[_0x53ee45(0xde)]);if(_0x135d18){const _0x397c98=_0x2832fb[_0x53ee45(0x106)](_0x135d18);_0x45db81[_0x53ee45(0xc6)](_0x27f78c[_0x53ee45(0xcc)],_0x397c98),_0x397c98['on'](_0x53ee45(0xf6),(_0x15ae77,_0x584a7f,_0x449c3f)=>{const _0x528d95=_0x53ee45;if(_0x528d95(0xcb)==_0x397c98[_0x528d95(0x10b)][_0x528d95(0xd4)]){const _0x4f440f=_0x1ae5ed[_0x528d95(0x12a)][_0x528d95(0xc3)](_0x449c3f[_0x528d95(0xde)]);_0x4f440f?(_0x397c98[_0x528d95(0xe0)]=_0x4f440f[_0x528d95(0xe0)],_0x397c98[_0x528d95(0xc2)]=_0x4f440f[_0x528d95(0xc2)]):(_0x45db81[_0x528d95(0x13d)](_0x27f78c[_0x528d95(0xcc)]),_0x397c98[_0x528d95(0xd2)]());}});}}});}),_0x1ae5ed[_0x592e84(0x139)]['on'](_0x592e84(0xd9),()=>{const _0x5d62ca=_0x592e84;_0x45db81[_0x5d62ca(0x136)]>0x0&&_0x1ae5ed[_0x5d62ca(0x130)]({'isUndoable':!0x1},_0x3727e2=>{const _0x545834=_0x5d62ca;for(const [_0x564e4f,_0xf50516]of _0x45db81)_0x545834(0xcb)==_0x1ae5ed[_0x545834(0x11c)][_0x545834(0xc8)](_0x564e4f)[_0x545834(0xcf)]()[_0x545834(0x10b)][_0x545834(0xd4)]&&(re(_0x564e4f[_0x545834(0x11b)](':')[0x2],_0xf50516[_0x545834(0xbe)](),_0x1ae5ed,_0x3727e2),_0xf50516[_0x545834(0xd2)]());_0x45db81[_0x545834(0x13b)]();});});}(_0x5c0260),this[_0x7de8de(0x12e)][_0x7de8de(0xd7)](_0x18d1c9[_0x7de8de(0x139)],_0x7de8de(0x12f),(_0x5efa56,{key:_0x460a4b})=>{const _0x1b9db3=_0x7de8de;_0x1b9db3(0xee)===_0x460a4b&&function(_0x10a37){const _0x5bb9d3=_0x1b9db3;_0x10a37[_0x5bb9d3(0x10a)][_0x5bb9d3(0x121)][_0x5bb9d3(0xd9)](_0x46ae0a=>{const _0xf58735=_0x5bb9d3;for(const _0x51f515 of _0x10a37[_0xf58735(0x105)][_0xf58735(0x11c)]){if(!_0x51f515[_0xf58735(0xcc)][_0xf58735(0xc0)](_0xf58735(0x122)))continue;const _0x5243a6=_0x10a37[_0xf58735(0x10a)][_0xf58735(0x127)][_0xf58735(0xca)](_0x51f515[_0xf58735(0xcc)]);if(_0x5243a6){for(const _0x555e3f of _0x5243a6)_0x46ae0a[_0xf58735(0xd8)](_0xf58735(0xec),_0x555e3f);}}});}(_0x5c0260);},{'useCapture':!0x0});}[_0x572eba(0x11d)](){const _0x8b1ccf=_0x572eba,_0x123b4b=this[_0x8b1ccf(0xe9)],_0x5ab901=_0x123b4b[_0x8b1ccf(0x132)][_0x8b1ccf(0xc8)](_0x8b1ccf(0x125));_0x5ab901&&_0x123b4b[_0x8b1ccf(0x105)]['on'](_0x8b1ccf(0xf9),(_0x4726d2,_0x186154)=>{const _0x28d9a6=_0x8b1ccf,_0x650621=_0x186154[0x0];if(_0x28d9a6(0x101)!=_0x650621[_0x28d9a6(0xef)]||!_0x650621[_0x28d9a6(0xcc)][_0x28d9a6(0xc0)](_0x28d9a6(0x10e)))return;const _0xe68f31=_0x650621[_0x28d9a6(0xfc)];_0x5ab901[_0x28d9a6(0xed)][_0x28d9a6(0x126)](_0xe68f31)&&(_0x650621[_0x28d9a6(0xf8)]=_0x650621[_0x28d9a6(0xbf)]?_0x123b4b[_0x28d9a6(0x105)][_0x28d9a6(0x111)](_0x650621[_0x28d9a6(0xbf)][_0x28d9a6(0xe0)],_0x650621[_0x28d9a6(0xbf)][_0x28d9a6(0xc2)]):null);},{'priority':_0x8b1ccf(0xe8)});}[_0x572eba(0x117)](){const _0x54d5ba=_0x572eba;return this[_0x54d5ba(0x12e)][_0x54d5ba(0x128)](),super[_0x54d5ba(0x117)]();}[_0x572eba(0xc4)](){const _0x34079c=_0x572eba,_0x59a11b=this[_0x34079c(0xe9)],_0x14d6b7=_0x59a11b[_0x34079c(0x105)][_0x34079c(0x139)],_0x2bad26=_0x59a11b[_0x34079c(0xd5)][_0x34079c(0xc8)](_0x1ef0ff);_0x59a11b[_0x34079c(0x105)][_0x34079c(0x130)]({'isUndoable':!0x1},_0x12b1f9=>{const _0x46b686=_0x34079c,_0x598b0e=_0x46b686(0x11a)+_0x2bad26[_0x46b686(0xeb)],_0x2aacad=_0x46b686(0x110)+_0x2bad26[_0x46b686(0xeb)],_0x10cf55=_0x59a11b[_0x46b686(0x105)][_0x46b686(0x11c)][_0x46b686(0x126)](_0x598b0e);_0x59a11b[_0x46b686(0x10a)][_0x46b686(0x121)][_0x46b686(0xf7)]?re(_0x2bad26[_0x46b686(0xeb)],_0x14d6b7[_0x46b686(0x124)][_0x46b686(0xdd)](),_0x59a11b[_0x46b686(0x105)],_0x12b1f9):_0x10cf55&&(_0x12b1f9[_0x46b686(0xce)](_0x598b0e),_0x12b1f9[_0x46b686(0xce)](_0x2aacad));});}}function re(_0x10e015,_0x5e9fb3,_0x4c2bb8,_0x34cc37){const _0x30b424=_0x572eba,_0xff6fd6=_0x30b424(0x11a)+_0x10e015,_0x2f23b0=_0x30b424(0x110)+_0x10e015,_0x2afb38=_0x5e9fb3[_0x30b424(0xf1)]();let _0x5b93bc=_0x5e9fb3[_0x30b424(0xe0)];_0x2afb38&&_0x2afb38['is'](_0x30b424(0x119),_0x30b424(0xf4))&&(_0x5b93bc=function(_0x215ea4,_0x480a07){const _0x338fd4=_0x30b424;for(const _0x1d4349 of _0x215ea4[_0x338fd4(0x100)]())if(_0x480a07[_0x338fd4(0x12a)][_0x338fd4(0xe2)](_0x1d4349,_0x338fd4(0xbd)))return _0x1d4349;}(_0x5e9fb3,_0x4c2bb8),_0x5e9fb3=_0x34cc37[_0x30b424(0x111)](_0x5b93bc));const _0x10bf7f=_0x34cc37[_0x30b424(0x111)](_0x5b93bc);_0x4c2bb8[_0x30b424(0x11c)][_0x30b424(0x126)](_0xff6fd6)?(_0x34cc37[_0x30b424(0x109)](_0xff6fd6,{'range':_0x5e9fb3}),_0x34cc37[_0x30b424(0x109)](_0x2f23b0,{'range':_0x10bf7f})):(_0x34cc37[_0x30b424(0x13c)](_0xff6fd6,{'range':_0x5e9fb3,'usingOperation':!0x0}),_0x34cc37[_0x30b424(0x13c)](_0x2f23b0,{'range':_0x10bf7f,'usingOperation':!0x0}));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4238(_0x386ab7,_0x2bcfb3){const _0x410da4=_0x410d();return _0x4238=function(_0x42382e,_0x11f8a1){_0x42382e=_0x42382e-0x6d;let _0x26044b=_0x410da4[_0x42382e];return _0x26044b;},_0x4238(_0x386ab7,_0x2bcfb3);}const _0x3dc4ec=_0x4238;(function(_0x5926bc,_0x141e4a){const _0x2f6389=_0x4238,_0x201185=_0x5926bc();while(!![]){try{const _0x58b68e=-parseInt(_0x2f6389(0x9f))/0x1*(parseInt(_0x2f6389(0x70))/0x2)+parseInt(_0x2f6389(0xa5))/0x3*(parseInt(_0x2f6389(0x8c))/0x4)+parseInt(_0x2f6389(0x9c))/0x5*(-parseInt(_0x2f6389(0xae))/0x6)+-parseInt(_0x2f6389(0xa6))/0x7*(parseInt(_0x2f6389(0x86))/0x8)+-parseInt(_0x2f6389(0xa8))/0x9*(-parseInt(_0x2f6389(0x99))/0xa)+parseInt(_0x2f6389(0x9e))/0xb+parseInt(_0x2f6389(0x85))/0xc;if(_0x58b68e===_0x141e4a)break;else _0x201185['push'](_0x201185['shift']());}catch(_0x2318e9){_0x201185['push'](_0x201185['shift']());}}}(_0x410d,0x4794e));import{ContextPlugin as _0xd09ab0}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0x3549b1,CKEditorError as _0x2f631a}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0x5049ec,WEB_SOCKET_GATEWAY_STATES as _0x448ceb}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0x570cc8}from'ckeditor5/src/ui.js';class c extends _0xd09ab0{static get[_0x3dc4ec(0x7b)](){const _0x3f4127=_0x3dc4ec;return[_0x3f4127(0xb0),_0x570cc8];}static get[_0x3dc4ec(0x91)](){const _0x2ea409=_0x3dc4ec;return _0x2ea409(0x7c);}constructor(_0x571ccc){const _0x1d0ad8=_0x3dc4ec;super(_0x571ccc),this[_0x1d0ad8(0x80)](_0x1d0ad8(0x8b),_0x448ceb[_0x1d0ad8(0x7d)]),this[_0x1d0ad8(0x80)](_0x1d0ad8(0xaa),!0x1),this[_0x1d0ad8(0x9b)]=new Set(),this[_0x1d0ad8(0x7a)]=!0x1,this[_0x1d0ad8(0xad)]=Object[_0x1d0ad8(0x95)](_0x3549b1);}[_0x3dc4ec(0x6e)](){const _0x5c0e46=_0x3dc4ec,_0x1fd290=this[_0x5c0e46(0x75)],_0xf4b545=_0x1fd290[_0x5c0e46(0xa0)][_0x5c0e46(0x94)](_0x5c0e46(0xb0)),_0x36411e=_0x1fd290[_0x5c0e46(0xa0)][_0x5c0e46(0x94)](_0x570cc8);if(!_0xf4b545[_0x5c0e46(0xa1)])throw new _0x2f631a(_0x5c0e46(0xa9),this);if(!_0xf4b545[_0x5c0e46(0xa2)])throw new _0x2f631a(_0x5c0e46(0x78),this);return this[_0x5c0e46(0xad)][_0x5c0e46(0x8e)](window,_0x5c0e46(0x9a),()=>this[_0x5c0e46(0xaa)]=!0x0),this[_0x5c0e46(0xad)][_0x5c0e46(0x8e)](window,_0x5c0e46(0xab),()=>this[_0x5c0e46(0xaa)]=!0x1),this[_0x5c0e46(0x75)][_0x5c0e46(0x74)][_0x5c0e46(0x88)](_0x5c0e46(0x84),0xa),this[_0x5c0e46(0x75)][_0x5c0e46(0x74)][_0x5c0e46(0x88)](_0x5c0e46(0x98),0x14),c[_0x5c0e46(0x7c)][_0x5c0e46(0xb7)](_0xf4b545[_0x5c0e46(0xa1)],_0xf4b545[_0x5c0e46(0xa2)],{'timeout':0x3e8*this[_0x5c0e46(0x75)][_0x5c0e46(0x74)][_0x5c0e46(0x94)](_0x5c0e46(0x84)),'requestTimeout':0x3e8*this[_0x5c0e46(0x75)][_0x5c0e46(0x74)][_0x5c0e46(0x94)](_0x5c0e46(0x98))})[_0x5c0e46(0xa4)](_0x4a73e1=>{const _0x1bccbb=_0x5c0e46;if(this[_0x1bccbb(0x9d)]=_0x4a73e1,this[_0x1bccbb(0x89)](_0x1bccbb(0x8b))['to'](_0x4a73e1,_0x1bccbb(0x8b),this,_0x1bccbb(0xaa),(_0x261567,_0x5c3c5a)=>(_0x1bccbb(0x73)!==_0x261567&&(this[_0x1bccbb(0x7a)]=!0x0),_0x5c3c5a||_0x261567!==_0x448ceb[_0x1bccbb(0x7d)]?_0x448ceb[_0x1bccbb(0xb5)]:this[_0x1bccbb(0x8b)]==_0x448ceb[_0x1bccbb(0xb5)]&&this[_0x1bccbb(0x7a)]?(this[_0x1bccbb(0x7a)]=!0x1,this[_0x1bccbb(0xac)](),_0x448ceb[_0x1bccbb(0x83)]):_0x448ceb[_0x1bccbb(0x7d)])),this[_0x1bccbb(0x9d)]['on'](_0x1bccbb(0x92),(_0x190001,_0x42e7d3)=>{const _0x2770c2=_0x1bccbb;if(_0x2770c2(0x8a)!==_0x42e7d3[_0x2770c2(0x8f)])throw console[_0x2770c2(0x92)](_0x42e7d3),new _0x2f631a(_0x2770c2(0x8d),null,{'originalError':_0x42e7d3});_0x36411e[_0x2770c2(0x71)](_0x2770c2(0x79),{'title':_0x2770c2(0x96),'namespace':_0x2770c2(0x76)});}),!_0x4a73e1['me'])return new Promise(_0x80f7cb=>_0x4a73e1['on'](_0x1bccbb(0x82),_0x80f7cb));})[_0x5c0e46(0xb2)](_0x3179aa=>{const _0xc54fc9=_0x5c0e46;throw console[_0xc54fc9(0x92)](_0x3179aa),new _0x2f631a(_0xc54fc9(0x8d),null,{'originalError':_0x3179aa});});}[_0x3dc4ec(0x6d)](_0x49d77f){const _0x7d4f25=_0x3dc4ec;if(_0x7d4f25(0x6f)!=typeof _0x49d77f[_0x7d4f25(0x90)])throw new _0x2f631a(_0x7d4f25(0x7f),this);if(this[_0x7d4f25(0xa3)](_0x49d77f))throw new _0x2f631a(_0x7d4f25(0x72),this,{'name':_0x49d77f[_0x7d4f25(0xb3)][_0x7d4f25(0x91)]});this[_0x7d4f25(0x9b)][_0x7d4f25(0x7e)](_0x49d77f);}[_0x3dc4ec(0x81)](_0x3551a9){const _0x1c2dd5=_0x3dc4ec;this[_0x1c2dd5(0x9b)][_0x1c2dd5(0x77)](_0x3551a9);}[_0x3dc4ec(0xa3)](_0x233b0b){const _0x430861=_0x3dc4ec;return this[_0x430861(0x9b)][_0x430861(0xb4)](_0x233b0b);}[_0x3dc4ec(0xac)](){const _0x1ff557=_0x3dc4ec;return this[_0x1ff557(0x9d)][_0x1ff557(0x90)]()[_0x1ff557(0xa4)](()=>Promise[_0x1ff557(0x93)](Array[_0x1ff557(0x97)](this[_0x1ff557(0x9b)],_0x42b3fd=>_0x42b3fd[_0x1ff557(0x90)]())))[_0x1ff557(0xa4)](()=>this[_0x1ff557(0x8b)]=_0x448ceb[_0x1ff557(0x7d)])[_0x1ff557(0xb2)](_0x5d694f=>{const _0xf6ab7d=_0x1ff557;throw console[_0xf6ab7d(0x92)](_0x5d694f),new _0x2f631a(_0xf6ab7d(0xaf),this[_0xf6ab7d(0x75)]);});}[_0x3dc4ec(0xa7)](){const _0x219bf5=_0x3dc4ec;this[_0x219bf5(0x9d)]&&this[_0x219bf5(0x9d)][_0x219bf5(0xb6)](),this[_0x219bf5(0x8b)]=_0x448ceb[_0x219bf5(0xb5)],this[_0x219bf5(0xad)][_0x219bf5(0xb1)](),super[_0x219bf5(0xa7)]();}}c[_0x3dc4ec(0x7c)]=_0x5049ec,c[_0x3dc4ec(0x87)]=0x3e8;function _0x410d(){const _0x4afbc8=['then','132180oOMbqW','2086bTFdky','destroy','30582hrMGoa','websocketgateway-missing-token','_isBrowserOffline','online','_reconnect','_domEmitter','32286guYItk','cloudservices-reconnection-error','CloudServices','stopListening','catch','constructor','has','DISCONNECTED','disconnect','connect','addToReconnectionStack','init','function','586234TJQCvY','showWarning','websocketgateway-plugin-already-registered','connected','config','context','real-time-collaboration','delete','websocketgateway-missing-websocket-url','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.','_shouldPluginsReconnect','requires','WebSocketGateway','CONNECTED','add','websocketgateway-invalid-plugin-interface','set','removeFromReconnectionStack','change:me','CONNECTING','cloudServices.connectionTimeout','2075856MambAi','680kNSxAo','initialReconnectionInterval','define','bind','limitExceeded','state','16SPNFRw','cloudservices-init','listenTo','code','reconnect','pluginName','error','all','get','create','Connected\x20users\x20limit\x20exceeded','from','cloudServices.requestTimeout','370rEoYzw','offline','_reconnectionStack','165JYppnz','connection','3456904tlXWAC','1KPokDa','plugins','token','webSocketUrl','isInReconnectionStack'];_0x410d=function(){return _0x4afbc8;};return _0x410d();}export default c;
23
+ const _0x47c8fa=_0x5cea;function _0x5cea(_0x33f8d1,_0x372b50){const _0x72777f=_0x7277();return _0x5cea=function(_0x5ceae7,_0x5949c9){_0x5ceae7=_0x5ceae7-0x155;let _0x46aff6=_0x72777f[_0x5ceae7];return _0x46aff6;},_0x5cea(_0x33f8d1,_0x372b50);}(function(_0x35c31f,_0x582f8e){const _0x44e6ea=_0x5cea,_0x2754ac=_0x35c31f();while(!![]){try{const _0x125b74=parseInt(_0x44e6ea(0x16c))/0x1*(parseInt(_0x44e6ea(0x18c))/0x2)+parseInt(_0x44e6ea(0x182))/0x3+-parseInt(_0x44e6ea(0x17a))/0x4*(parseInt(_0x44e6ea(0x179))/0x5)+parseInt(_0x44e6ea(0x165))/0x6*(-parseInt(_0x44e6ea(0x16e))/0x7)+-parseInt(_0x44e6ea(0x195))/0x8+-parseInt(_0x44e6ea(0x190))/0x9+parseInt(_0x44e6ea(0x18a))/0xa;if(_0x125b74===_0x582f8e)break;else _0x2754ac['push'](_0x2754ac['shift']());}catch(_0x98e388){_0x2754ac['push'](_0x2754ac['shift']());}}}(_0x7277,0xdec03));import{ContextPlugin as _0x2e3610}from'ckeditor5/src/core.js';function _0x7277(){const _0x38b87e=['removeFromReconnectionStack','DISCONNECTED','reconnect','webSocketUrl','stopListening','159270pgYuZg','cloudServices.requestTimeout','define','websocketgateway-invalid-plugin-interface','add','bind','context','Connected\x20users\x20limit\x20exceeded','27597280VlIaaX','websocketgateway-plugin-already-registered','992YJnyKH','_domEmitter','create','initialReconnectionInterval','1322514JhhxBY','showWarning','connect','isInReconnectionStack','requires','8273240NMhVMx','_reconnectionStack','cloudservices-reconnection-error','CloudServices','change:me','catch','code','from','function','has','all','_shouldPluginsReconnect','get','offline','error','config','_isBrowserOffline','listenTo','limitExceeded','plugins','_reconnect','destroy','websocketgateway-missing-websocket-url','connection','delete','12gaAPyo','CONNECTING','CONNECTED','then','cloudservices-init','state','WebSocketGateway','1999Tsnqcs','connected','5223848pmKjyr','cloudServices.connectionTimeout','set','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.','token','constructor','pluginName','online','real-time-collaboration','addToReconnectionStack','websocketgateway-missing-token','49615YWxDKw','88KHmBIW','init','disconnect'];_0x7277=function(){return _0x38b87e;};return _0x7277();}import{DomEmitterMixin as _0x832213,CKEditorError as _0x3eb8c3}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0x13e1ab,WEB_SOCKET_GATEWAY_STATES as _0x372339}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0xb77581}from'ckeditor5/src/ui.js';class c extends _0x2e3610{static get[_0x47c8fa(0x194)](){const _0x3ddd0c=_0x47c8fa;return[_0x3ddd0c(0x198),_0xb77581];}static get[_0x47c8fa(0x174)](){const _0x1e93cc=_0x47c8fa;return _0x1e93cc(0x16b);}constructor(_0x44ca87){const _0x348c94=_0x47c8fa;super(_0x44ca87),this[_0x348c94(0x170)](_0x348c94(0x16a),_0x372339[_0x348c94(0x167)]),this[_0x348c94(0x170)](_0x348c94(0x15c),!0x1),this[_0x348c94(0x196)]=new Set(),this[_0x348c94(0x157)]=!0x1,this[_0x348c94(0x18d)]=Object[_0x348c94(0x18e)](_0x832213);}[_0x47c8fa(0x17b)](){const _0x4b3630=_0x47c8fa,_0x265e2c=this[_0x4b3630(0x188)],_0x13580a=_0x265e2c[_0x4b3630(0x15f)][_0x4b3630(0x158)](_0x4b3630(0x198)),_0xa2e76d=_0x265e2c[_0x4b3630(0x15f)][_0x4b3630(0x158)](_0xb77581);if(!_0x13580a[_0x4b3630(0x172)])throw new _0x3eb8c3(_0x4b3630(0x178),this);if(!_0x13580a[_0x4b3630(0x180)])throw new _0x3eb8c3(_0x4b3630(0x162),this);return this[_0x4b3630(0x18d)][_0x4b3630(0x15d)](window,_0x4b3630(0x159),()=>this[_0x4b3630(0x15c)]=!0x0),this[_0x4b3630(0x18d)][_0x4b3630(0x15d)](window,_0x4b3630(0x175),()=>this[_0x4b3630(0x15c)]=!0x1),this[_0x4b3630(0x188)][_0x4b3630(0x15b)][_0x4b3630(0x184)](_0x4b3630(0x16f),0xa),this[_0x4b3630(0x188)][_0x4b3630(0x15b)][_0x4b3630(0x184)](_0x4b3630(0x183),0x14),c[_0x4b3630(0x16b)][_0x4b3630(0x192)](_0x13580a[_0x4b3630(0x172)],_0x13580a[_0x4b3630(0x180)],{'timeout':0x3e8*this[_0x4b3630(0x188)][_0x4b3630(0x15b)][_0x4b3630(0x158)](_0x4b3630(0x16f)),'requestTimeout':0x3e8*this[_0x4b3630(0x188)][_0x4b3630(0x15b)][_0x4b3630(0x158)](_0x4b3630(0x183))})[_0x4b3630(0x168)](_0x200992=>{const _0x7e2926=_0x4b3630;if(this[_0x7e2926(0x163)]=_0x200992,this[_0x7e2926(0x187)](_0x7e2926(0x16a))['to'](_0x200992,_0x7e2926(0x16a),this,_0x7e2926(0x15c),(_0x140cd4,_0x393777)=>(_0x7e2926(0x16d)!==_0x140cd4&&(this[_0x7e2926(0x157)]=!0x0),_0x393777||_0x140cd4!==_0x372339[_0x7e2926(0x167)]?_0x372339[_0x7e2926(0x17e)]:this[_0x7e2926(0x16a)]==_0x372339[_0x7e2926(0x17e)]&&this[_0x7e2926(0x157)]?(this[_0x7e2926(0x157)]=!0x1,this[_0x7e2926(0x160)](),_0x372339[_0x7e2926(0x166)]):_0x372339[_0x7e2926(0x167)])),this[_0x7e2926(0x163)]['on'](_0x7e2926(0x15a),(_0x42964e,_0x350718)=>{const _0x587ffa=_0x7e2926;if(_0x587ffa(0x15e)!==_0x350718[_0x587ffa(0x19b)])throw console[_0x587ffa(0x15a)](_0x350718),new _0x3eb8c3(_0x587ffa(0x169),null,{'originalError':_0x350718});_0xa2e76d[_0x587ffa(0x191)](_0x587ffa(0x171),{'title':_0x587ffa(0x189),'namespace':_0x587ffa(0x176)});}),!_0x200992['me'])return new Promise(_0x4f7d3b=>_0x200992['on'](_0x7e2926(0x199),_0x4f7d3b));})[_0x4b3630(0x19a)](_0x2deedb=>{const _0x250839=_0x4b3630;throw console[_0x250839(0x15a)](_0x2deedb),new _0x3eb8c3(_0x250839(0x169),null,{'originalError':_0x2deedb});});}[_0x47c8fa(0x177)](_0x422a97){const _0xf04541=_0x47c8fa;if(_0xf04541(0x19d)!=typeof _0x422a97[_0xf04541(0x17f)])throw new _0x3eb8c3(_0xf04541(0x185),this);if(this[_0xf04541(0x193)](_0x422a97))throw new _0x3eb8c3(_0xf04541(0x18b),this,{'name':_0x422a97[_0xf04541(0x173)][_0xf04541(0x174)]});this[_0xf04541(0x196)][_0xf04541(0x186)](_0x422a97);}[_0x47c8fa(0x17d)](_0x55c37b){const _0x31e7e2=_0x47c8fa;this[_0x31e7e2(0x196)][_0x31e7e2(0x164)](_0x55c37b);}[_0x47c8fa(0x193)](_0x3adcca){const _0x109980=_0x47c8fa;return this[_0x109980(0x196)][_0x109980(0x155)](_0x3adcca);}[_0x47c8fa(0x160)](){const _0x42fcac=_0x47c8fa;return this[_0x42fcac(0x163)][_0x42fcac(0x17f)]()[_0x42fcac(0x168)](()=>Promise[_0x42fcac(0x156)](Array[_0x42fcac(0x19c)](this[_0x42fcac(0x196)],_0x45c4dd=>_0x45c4dd[_0x42fcac(0x17f)]())))[_0x42fcac(0x168)](()=>this[_0x42fcac(0x16a)]=_0x372339[_0x42fcac(0x167)])[_0x42fcac(0x19a)](_0x2038d9=>{const _0x4c4147=_0x42fcac;throw console[_0x4c4147(0x15a)](_0x2038d9),new _0x3eb8c3(_0x4c4147(0x197),this[_0x4c4147(0x188)]);});}[_0x47c8fa(0x161)](){const _0x27fb9c=_0x47c8fa;this[_0x27fb9c(0x163)]&&this[_0x27fb9c(0x163)][_0x27fb9c(0x17c)](),this[_0x27fb9c(0x16a)]=_0x372339[_0x27fb9c(0x17e)],this[_0x27fb9c(0x18d)][_0x27fb9c(0x181)](),super[_0x27fb9c(0x161)]();}}c[_0x47c8fa(0x16b)]=_0x13e1ab,c[_0x47c8fa(0x18f)]=0x3e8;export default c;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x24eb3c=_0xc952;function _0x500d(){var _0x3b5a00=['5823550NAANJV','requires','7906255bZEDjU','13563946nRMNed','5210084ycrXXt','9NKpmnj','3LjRtaq','RealTimeCollaborativeEditing','978797pOzoXy','pluginName','14345uDZHdH','10528696jvgMIf','2rpSKBA','2628iUSbgV'];_0x500d=function(){return _0x3b5a00;};return _0x500d();}(function(_0x4b4e12,_0x3e796e){var _0x524fbf=_0xc952,_0x2159be=_0x4b4e12();while(!![]){try{var _0xf270f8=-parseInt(_0x524fbf(0xaa))/0x1*(parseInt(_0x524fbf(0xae))/0x2)+parseInt(_0x524fbf(0xa8))/0x3*(parseInt(_0x524fbf(0xa6))/0x4)+-parseInt(_0x524fbf(0xac))/0x5*(parseInt(_0x524fbf(0xa1))/0x6)+parseInt(_0x524fbf(0xa4))/0x7+parseInt(_0x524fbf(0xad))/0x8*(-parseInt(_0x524fbf(0xa7))/0x9)+parseInt(_0x524fbf(0xa2))/0xa+parseInt(_0x524fbf(0xa5))/0xb;if(_0xf270f8===_0x3e796e)break;else _0x2159be['push'](_0x2159be['shift']());}catch(_0xb00e94){_0x2159be['push'](_0x2159be['shift']());}}}(_0x500d,0xa9e71));import{Plugin as _0x381dbc}from'ckeditor5/src/core.js';import _0x17d8b1 from'./realtimecollaborativeediting/realtimecollaborationclient.js';function _0xc952(_0x1e4f58,_0x6a3fa5){var _0x500d77=_0x500d();return _0xc952=function(_0xc95266,_0x31b8ef){_0xc95266=_0xc95266-0xa1;var _0x4dd6c7=_0x500d77[_0xc95266];return _0x4dd6c7;},_0xc952(_0x1e4f58,_0x6a3fa5);}export default class n extends _0x381dbc{static get[_0x24eb3c(0xa3)](){return[_0x17d8b1];}static get[_0x24eb3c(0xab)](){var _0x3f8d01=_0x24eb3c;return _0x3f8d01(0xa9);}}
23
+ function _0x482a(){var _0x43d41c=['RealTimeCollaborativeEditing','1834540evMSzI','19888tWELbk','pluginName','requires','23268SFfbUf','2435746ngFKQy','4161544HFZgmp','5NJSvti','1779930xQdKTy','2065Exqpjf','513vVYHyf','445624vuiDQI'];_0x482a=function(){return _0x43d41c;};return _0x482a();}var _0x56d071=_0x4014;(function(_0x4f5d55,_0x5806e0){var _0x39a1f3=_0x4014,_0x1fb477=_0x4f5d55();while(!![]){try{var _0x110e37=-parseInt(_0x39a1f3(0x1f4))/0x1+-parseInt(_0x39a1f3(0x1ee))/0x2+parseInt(_0x39a1f3(0x1f1))/0x3+parseInt(_0x39a1f3(0x1ef))/0x4*(parseInt(_0x39a1f3(0x1f0))/0x5)+-parseInt(_0x39a1f3(0x1ed))/0x6*(-parseInt(_0x39a1f3(0x1f2))/0x7)+parseInt(_0x39a1f3(0x1ea))/0x8*(-parseInt(_0x39a1f3(0x1f3))/0x9)+-parseInt(_0x39a1f3(0x1e9))/0xa;if(_0x110e37===_0x5806e0)break;else _0x1fb477['push'](_0x1fb477['shift']());}catch(_0xd2d665){_0x1fb477['push'](_0x1fb477['shift']());}}}(_0x482a,0xc0a3d));import{Plugin as _0xd40337}from'ckeditor5/src/core.js';function _0x4014(_0xbcea39,_0x2600d2){var _0x482a2d=_0x482a();return _0x4014=function(_0x401414,_0x5197a7){_0x401414=_0x401414-0x1e8;var _0x5284d0=_0x482a2d[_0x401414];return _0x5284d0;},_0x4014(_0xbcea39,_0x2600d2);}import _0x4e91c1 from'./realtimecollaborativeediting/realtimecollaborationclient.js';export default class n extends _0xd40337{static get[_0x56d071(0x1ec)](){return[_0x4e91c1];}static get[_0x56d071(0x1eb)](){var _0x3e9460=_0x56d071;return _0x3e9460(0x1e8);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb70d3=_0x4b3a;(function(_0x7085c0,_0x1af318){const _0x2c288f=_0x4b3a,_0x91256e=_0x7085c0();while(!![]){try{const _0x2e89a1=parseInt(_0x2c288f(0x85))/0x1*(parseInt(_0x2c288f(0x8f))/0x2)+-parseInt(_0x2c288f(0xcd))/0x3+parseInt(_0x2c288f(0xa7))/0x4*(-parseInt(_0x2c288f(0x8b))/0x5)+parseInt(_0x2c288f(0xad))/0x6*(-parseInt(_0x2c288f(0xd0))/0x7)+-parseInt(_0x2c288f(0xd4))/0x8+-parseInt(_0x2c288f(0x7e))/0x9+-parseInt(_0x2c288f(0xcf))/0xa*(-parseInt(_0x2c288f(0xb8))/0xb);if(_0x2e89a1===_0x1af318)break;else _0x91256e['push'](_0x91256e['shift']());}catch(_0x2808c7){_0x91256e['push'](_0x91256e['shift']());}}}(_0x3d30,0xb1d99));import{Plugin as _0x2d5681}from'ckeditor5/src/core.js';import{version as _0x50ddca}from'ckeditor5/src/utils.js';import{Users as _0x511e44}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1839d7 from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x5f42ea from'../realtimecollaborativeediting/websocketgateway.js';import _0x103d28 from'../realtimecollaborativeediting/sessions.js';import{EditorService as _0x2a0e0c,RevisionHistoryService as _0xfd11c4,User as _0x1ae572,WEB_SOCKET_GATEWAY_STATES as _0x15cb0b}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';function _0x4b3a(_0x522d27,_0x356016){const _0x3d3016=_0x3d30();return _0x4b3a=function(_0x4b3a14,_0x4f0b26){_0x4b3a14=_0x4b3a14-0x6f;let _0x3e910e=_0x3d3016[_0x4b3a14];return _0x3e910e;},_0x4b3a(_0x522d27,_0x356016);}class v extends _0x2d5681{static get[_0xb70d3(0xaa)](){const _0x46bafd=_0xb70d3;return[_0x5f42ea,_0x1839d7,_0x46bafd(0xbd),_0x103d28,_0x511e44];}constructor(_0x2c0bad){const _0x282b24=_0xb70d3;super(_0x2c0bad);const _0x1352bc=this[_0x282b24(0x76)][_0x282b24(0x99)][_0x282b24(0xde)](_0x282b24(0x83));this[_0x282b24(0x97)]=null,this[_0x282b24(0xc4)]=this[_0x282b24(0x76)][_0x282b24(0x6f)][_0x282b24(0xde)](_0x282b24(0xbd)),this[_0x282b24(0xcb)]=new v[(_0x282b24(0x93))](_0x1352bc);}async[_0xb70d3(0x89)](){const _0x123a70=_0xb70d3,_0x3d013b=this[_0x123a70(0x76)][_0x123a70(0x6f)][_0x123a70(0xde)](_0x1839d7),_0x424536=_0x3d013b[_0x123a70(0xd2)],_0x204c44=this[_0x123a70(0x76)][_0x123a70(0x6f)][_0x123a70(0xde)](_0x5f42ea);this[_0x123a70(0xc4)][_0x123a70(0xdd)]({'history':_0x424536,'getLatestVersion':()=>this[_0x123a70(0x95)](),'getCurrentRevisionId':()=>_0x3d013b[_0x123a70(0x72)]});const _0x1034bc=this[_0x123a70(0x76)][_0x123a70(0x99)][_0x123a70(0xde)](_0x123a70(0xc2))||_0x50ddca,_0x183e68=await _0x2a0e0c[_0x123a70(0x86)](_0x204c44[_0x123a70(0x77)],_0x1034bc);this[_0x123a70(0xc4)][_0x123a70(0xbe)]={'getRevision':async({revisionId:_0x404065})=>(await this[_0x123a70(0xac)](),await this[_0x123a70(0xcb)][_0x123a70(0xd6)](_0x404065)),'updateRevisions':async _0xa80dd7=>{const _0x12d30e=_0x123a70;await this[_0x12d30e(0xac)]();const _0x381b80=this[_0x12d30e(0xc4)][_0x12d30e(0xae)];if(_0x183e68&&0x1===_0xa80dd7[_0x12d30e(0x82)]&&_0xa80dd7[0x0]['id']===_0x381b80['id'])return _0xa80dd7;for(const _0xe4a394 of _0xa80dd7)_0xe4a394['id']===_0x381b80['id']&&(_0xe4a394[_0x12d30e(0x9b)]=_0xe4a394[_0x12d30e(0x9f)]===_0xe4a394[_0x12d30e(0xa5)]);return this[_0x12d30e(0xcb)][_0x12d30e(0x75)](_0xa80dd7,this[_0x12d30e(0x97)])[_0x12d30e(0xc6)](_0x22cae4=>(this[_0x12d30e(0x97)]=_0x22cae4,_0xa80dd7))[_0x12d30e(0x74)](_0x4c6bc5=>{const _0x5d7c7e=_0x12d30e;if(st(_0x4c6bc5)||_0x5d7c7e(0xda)===_0x4c6bc5[_0x5d7c7e(0x7b)]&&void 0x0!==_0x4c6bc5[_0x5d7c7e(0xa6)][_0x5d7c7e(0x79)]){for(const _0x2cebb7 of _0xa80dd7){!this[_0x5d7c7e(0xc4)][_0x5d7c7e(0xd5)][_0x5d7c7e(0xd6)](_0x2cebb7['id'])||this[_0x5d7c7e(0xc4)][_0x5d7c7e(0xc0)](_0x2cebb7['id'],_0x2cebb7,!0x1);}if(st(_0x4c6bc5))throw _0x4c6bc5;return _0xa80dd7;}throw _0x4c6bc5;});}},this[_0x123a70(0x78)](this[_0x123a70(0xcb)],_0x123a70(0xbc),(_0x1e0a9b,{revisionsData:_0x50e102,requestId:_0x210d7a})=>{const _0x484aa7=_0x123a70;Math[_0x484aa7(0xa1)](..._0x50e102[_0x484aa7(0xc8)](_0x59eecb=>_0x59eecb[_0x484aa7(0xa5)]))>this[_0x484aa7(0x7d)]()-0x1?this[_0x484aa7(0x95)]()[_0x484aa7(0xc6)](()=>{const _0x4af292=_0x484aa7;this[_0x4af292(0xd3)](_0x50e102,_0x210d7a);}):this[_0x484aa7(0xd3)](_0x50e102,_0x210d7a);});const {revisions:_0x5357d8,requestId:_0x559ea4}=await this[_0x123a70(0xcb)][_0x123a70(0x7c)](_0x204c44[_0x123a70(0x77)]);_0x204c44[_0x123a70(0xa2)](this),this[_0x123a70(0x97)]=_0x559ea4,await this[_0x123a70(0xdc)](_0x5357d8);for(const _0xa88e6b of _0x5357d8)this[_0x123a70(0xc4)][_0x123a70(0x8d)](_0xa88e6b);this[_0x123a70(0x78)](_0x3d013b,_0x123a70(0xc3),(_0x218e6b,_0xea9046,_0x416834)=>{const _0xd20985=_0x123a70;_0x416834&&(this[_0xd20985(0xa8)]=_0x3d013b[_0xd20985(0xba)],_0x218e6b[_0xd20985(0x9e)]());}),this[_0x123a70(0xc4)][_0x123a70(0xc7)](_0x123a70(0xc1))['to'](_0x204c44,_0x123a70(0x9c),_0xbda06e=>_0xbda06e===_0x15cb0b[_0x123a70(0x9a)]);}async[_0xb70d3(0x90)](){const _0x2f57cf=_0xb70d3,_0x1d6bf5=this[_0x2f57cf(0x76)][_0x2f57cf(0x6f)][_0x2f57cf(0xde)](_0x5f42ea),_0x5bd1dd=this[_0x2f57cf(0x76)][_0x2f57cf(0x6f)][_0x2f57cf(0xde)](_0x1839d7),_0x4382f6=async()=>{const _0x3842ae=_0x2f57cf,_0x497599=this[_0x3842ae(0xc4)][_0x3842ae(0xae)],_0x2e3cae=_0x497599['id'],_0x22ca09=_0x2e3cae!==_0x5bd1dd[_0x3842ae(0x72)];if(_0x22ca09){const _0x2a3a97=_0x5bd1dd[_0x3842ae(0xba)]-this[_0x3842ae(0xa8)],_0x1ef69a=this[_0x3842ae(0x7d)]();this[_0x3842ae(0xc4)][_0x3842ae(0xa3)][_0x3842ae(0x7a)]();if(_0x497599[_0x3842ae(0xa5)]+_0x2a3a97!==_0x1ef69a){const _0x400051=_0x497599[_0x3842ae(0x9f)]+_0x2a3a97,_0x22b720=this[_0x3842ae(0x76)][_0x3842ae(0x6f)][_0x3842ae(0xde)](_0x511e44),_0x5126e8=this[_0x3842ae(0xc4)][_0x3842ae(0xb4)]({'revision':_0x497599,'from':_0x400051,'to':_0x1ef69a});_0x5126e8['id']=_0x497599['id'];const _0x345d87=_0x5126e8[_0x3842ae(0x96)][_0x3842ae(0xc8)](_0x25d555=>_0x22b720[_0x3842ae(0xca)](_0x25d555));_0x497599[_0x3842ae(0xd8)]({..._0x5126e8,'authors':_0x345d87},!0x0),this[_0x3842ae(0xc4)][_0x3842ae(0xc0)](_0x497599['id'],_0x5126e8,!0x0);}this[_0x3842ae(0xc4)][_0x3842ae(0x94)]=_0x1ef69a,(_0x497599[_0x3842ae(0xa5)]===_0x497599[_0x3842ae(0x9f)]&&!this[_0x3842ae(0xc4)][_0x3842ae(0x81)][_0x3842ae(0xbb)](_0x2e3cae)&&this[_0x3842ae(0xc4)][_0x3842ae(0xd5)][_0x3842ae(0xdb)][_0x3842ae(0x73)](_0x2e3cae),this[_0x3842ae(0xc4)][_0x3842ae(0xd9)](_0x1ef69a));}const {revisions:_0x409c9b,requestId:_0x2d803f}=await this[_0x3842ae(0xcb)][_0x3842ae(0x90)](_0x1d6bf5[_0x3842ae(0x77)],this[_0x3842ae(0x97)]);_0x22ca09&&_0x409c9b[_0x3842ae(0x82)]>0x0?_0x5bd1dd[_0x3842ae(0xc9)]():(await this[_0x3842ae(0xdc)](_0x409c9b),this[_0x3842ae(0xd3)](_0x409c9b,_0x2d803f),this[_0x3842ae(0xc4)][_0x3842ae(0xa4)]());};return _0x5bd1dd[_0x2f57cf(0xbf)]?_0x4382f6():new Promise((_0x5a908c,_0x164a38)=>{const _0x14a87b=_0x2f57cf;_0x5bd1dd[_0x14a87b(0xa9)](_0x14a87b(0xc3),()=>{const _0x5d3436=_0x14a87b;_0x4382f6()[_0x5d3436(0xc6)](_0x5a908c)[_0x5d3436(0x74)](_0x164a38);});});}[_0xb70d3(0x8c)](){const _0x13f18e=_0xb70d3;super[_0x13f18e(0x8c)]();}async[_0xb70d3(0xac)](){const _0x12cc29=_0xb70d3;this[_0x12cc29(0xcb)][_0x12cc29(0x91)]||await new Promise(_0x20351b=>{const _0x4f4f74=_0x12cc29;this[_0x4f4f74(0x78)](this[_0x4f4f74(0xcb)],_0x4f4f74(0xb0),_0x46a168=>{const _0x380581=_0x4f4f74;_0x46a168[_0x380581(0x9e)](),_0x20351b();});});}[_0xb70d3(0x7d)](){const _0x3708f0=_0xb70d3,_0x1632fb=this[_0x3708f0(0x76)][_0x3708f0(0x6f)][_0x3708f0(0xde)](_0x1839d7)[_0x3708f0(0xd2)][_0x3708f0(0x92)]()[_0x3708f0(0x80)]();for(const _0x1b4f3c of _0x1632fb)if(_0x3708f0(0xb5)!==_0x1b4f3c[_0x3708f0(0xd7)]||_0x1b4f3c[_0x3708f0(0x7f)])return _0x1b4f3c[_0x3708f0(0xce)]+0x1;}[_0xb70d3(0x95)](){const _0x32270c=_0xb70d3,_0x569494=this[_0x32270c(0x76)][_0x32270c(0x6f)][_0x32270c(0xde)](_0x1839d7);return new Promise(_0x1ba84c=>{const _0x3c7340=_0x32270c;_0x569494[_0x3c7340(0xaf)]?_0x569494[_0x3c7340(0xa9)](_0x3c7340(0xa0),()=>{const _0x47c4f4=_0x3c7340;_0x1ba84c(this[_0x47c4f4(0x7d)]());}):_0x1ba84c(this[_0x3c7340(0x7d)]());});}[_0xb70d3(0xd3)](_0x3ba5a7,_0x3d6fed){const _0x7774c6=_0xb70d3,_0x3ce09b=this[_0x7774c6(0xc4)][_0x7774c6(0xd5)];this[_0x7774c6(0x97)]=_0x3d6fed;for(const _0x468cc3 of _0x3ba5a7){const _0x170a26=_0x3ce09b[_0x7774c6(0xd6)](_0x468cc3['id']);if(_0x170a26){if((_0x468cc3[_0x7774c6(0x9f)]||_0x468cc3[_0x7774c6(0xa5)])&&(_0x468cc3[_0x7774c6(0x70)]=null),_0x170a26===this[_0x7774c6(0xc4)][_0x7774c6(0xae)]){const _0x578768=Math[_0x7774c6(0xa1)](_0x170a26[_0x7774c6(0xa5)],_0x468cc3[_0x7774c6(0xa5)]),_0x3f8300=Math[_0x7774c6(0xa1)](_0x170a26[_0x7774c6(0x9f)],_0x468cc3[_0x7774c6(0x9f)]);let _0x2dabf2;_0x170a26[_0x7774c6(0xa5)]===_0x468cc3[_0x7774c6(0xa5)]&&_0x170a26[_0x7774c6(0x9f)]===_0x468cc3[_0x7774c6(0x9f)]?(_0x2dabf2=!0x0,this[_0x7774c6(0x8a)](_0x468cc3)):_0x468cc3[_0x7774c6(0xa5)]===_0x578768&&_0x468cc3[_0x7774c6(0x9f)]===_0x3f8300?_0x2dabf2=!0x1:(_0x170a26[_0x7774c6(0xa5)]===_0x578768&&_0x170a26[_0x7774c6(0x9f)]===_0x3f8300||this[_0x7774c6(0xb1)]({'revision':_0x170a26,'from':_0x3f8300,'to':_0x578768}),_0x2dabf2=!0x0),_0x2dabf2&&(delete _0x468cc3[_0x7774c6(0x9f)],delete _0x468cc3[_0x7774c6(0xa5)],delete _0x468cc3[_0x7774c6(0x70)],delete _0x468cc3[_0x7774c6(0xb7)],delete _0x468cc3[_0x7774c6(0x96)]);}this[_0x7774c6(0xc4)][_0x7774c6(0xd1)](_0x468cc3),this[_0x7774c6(0x8a)](_0x468cc3);}else this[_0x7774c6(0xc4)][_0x7774c6(0x8d)](_0x468cc3);}const _0x5c8c68=_0x3ce09b[_0x7774c6(0xc5)]();_0x5c8c68[_0x7774c6(0x80)]();for(let _0x20973f=0x0;_0x20973f<_0x5c8c68[_0x7774c6(0x82)]-0x1;_0x20973f++){const _0x44ca50=_0x5c8c68[_0x20973f],_0x99da2=_0x5c8c68[_0x20973f+0x1];if(_0x44ca50[_0x7774c6(0x9f)]<_0x99da2[_0x7774c6(0xa5)]){const _0x40fb54=_0x99da2[_0x7774c6(0xa5)],_0x2dbb3f=Math[_0x7774c6(0xa1)](_0x40fb54,_0x44ca50[_0x7774c6(0xa5)]);this[_0x7774c6(0xb1)]({'revision':_0x44ca50,'from':_0x40fb54,'to':_0x2dbb3f});}}}[_0xb70d3(0xb1)]({revision:_0x3f0798,from:_0x134261,to:_0xb75dc}={}){const _0x41749c=_0xb70d3,_0x5de7f9=this[_0x41749c(0x76)][_0x41749c(0x6f)][_0x41749c(0xde)](_0x511e44),_0x1dc5bb=this[_0x41749c(0xc4)][_0x41749c(0xb4)]({'revision':_0x3f0798,'from':_0x134261,'to':_0xb75dc});_0x1dc5bb[_0x41749c(0x8e)]=_0x1dc5bb[_0x41749c(0x96)][_0x41749c(0xc8)](_0x223537=>_0x5de7f9[_0x41749c(0xca)](_0x223537)),_0x3f0798[_0x41749c(0xd8)](_0x1dc5bb);}[_0xb70d3(0x8a)](_0x2df0c5){const _0x2e3dad=_0xb70d3,_0x3e309d={};_0x3e309d['id']=_0x2df0c5['id'];for(const _0x1cbafc of Object[_0x2e3dad(0xb6)](_0x2df0c5))'id'!==_0x1cbafc&&(_0x3e309d[_0x1cbafc]=void 0x0);this[_0x2e3dad(0xc4)][_0x2e3dad(0xc0)](_0x3e309d['id'],_0x3e309d,!0x0);}async[_0xb70d3(0xdc)](_0x31676a){const _0x25bff2=_0xb70d3,_0x412283=this[_0x25bff2(0x76)][_0x25bff2(0x6f)][_0x25bff2(0xde)](_0x511e44),{connection:_0x362555}=this[_0x25bff2(0x76)][_0x25bff2(0x6f)][_0x25bff2(0xde)](_0x5f42ea),_0x50ec11=new Set();for(const _0x41065b of _0x31676a){for(const _0x2aa00c of _0x41065b[_0x25bff2(0x96)])_0x5dd94b(_0x2aa00c);_0x41065b[_0x25bff2(0x98)]&&_0x5dd94b(_0x41065b[_0x25bff2(0x98)]);}if(0x0===_0x50ec11[_0x25bff2(0x71)])return;const _0x5495f6=await _0x1ae572[_0x25bff2(0xb9)](_0x362555,Array[_0x25bff2(0xb3)](_0x50ec11));for(const _0x3f7cec of _0x5495f6)_0x412283[_0x25bff2(0xca)](_0x3f7cec['id'])||_0x412283[_0x25bff2(0x87)](_0x3f7cec);function _0x5dd94b(_0x4728de){const _0x3e84c1=_0x25bff2;_0x412283[_0x3e84c1(0xca)](_0x4728de)||_0x50ec11[_0x3e84c1(0xcc)](_0x4728de);}}}function _0x3d30(){const _0x307599=['setRevisionData','serverHistory','_handleRevisionsUpdate','10023328yCoyEU','repository','getRevision','type','_update','_createCurrentRevision','400','_revisions','_fetchMissingUsers','setSource','get','plugins','diffData','size','sessionId','remove','catch','updateRevisions','editor','connection','listenTo','wrongRequestId','reInit','code','connect','_getLatestVersionFromServerOperations','5945094GSnlPW','affectsData','reverse','_bufferedUpdates','length','collaboration.channelId','message','3aoDSDd','isBundleUploaded','addUser','startsWith','init','_preventResendingRevisionData','5dkBvfl','destroy','addRevisionData','authors','356898femYLI','reconnect','isConnected','getOperations','RevisionHistoryService','_startingVersion','_getLatestVersion','authorsIds','_lastRequestId','creatorId','config','CONNECTED','isEmptyCurrent','state','cloud-services-internal-error:\x20Not\x20connected.','off','fromVersion','change:_isPendingUpdate','max','addToReconnectionStack','_revisionDataBuilder','sendBufferedUpdates','toVersion','data','3600412nwAKWM','_oldOffset','once','requires','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','_waitForServiceReady','607092bDPHoq','currentRevision','_isPendingUpdate','connected','_fixRevision','cloud-services-internal-error:\x20Request\x20timeout.','from','buildRevisionData','marker','keys','createdAt','1826Muxgsn','getMany','_offset','has','revisionsUpdated','RevisionTracker','adapter','_isConnected','_bufferUpdate','isEnabled','cloudServices.bundleVersion','change:_isConnected','_revisionTracker','getRevisions','then','bind','map','_handleReconnectionError','getUser','_revisionHistoryService','add','1503339AuhRkj','baseVersion','217410ClCQoH','7dvehqo'];_0x3d30=function(){return _0x307599;};return _0x3d30();}v[_0xb70d3(0x93)]=_0xfd11c4;export default v;function st(_0x4eb40e){const _0x2c0cb1=_0xb70d3;return _0x4eb40e[_0x2c0cb1(0x84)][_0x2c0cb1(0x88)](_0x2c0cb1(0xab))||_0x4eb40e[_0x2c0cb1(0x84)][_0x2c0cb1(0x88)](_0x2c0cb1(0x9d))||_0x4eb40e[_0x2c0cb1(0x84)][_0x2c0cb1(0x88)](_0x2c0cb1(0xb2));}
23
+ const _0xaead42=_0x1f8f;(function(_0x16d792,_0x343a58){const _0x808855=_0x1f8f,_0x51cf2d=_0x16d792();while(!![]){try{const _0x1297ea=parseInt(_0x808855(0x244))/0x1+parseInt(_0x808855(0x23c))/0x2+parseInt(_0x808855(0x1e5))/0x3+parseInt(_0x808855(0x23a))/0x4+parseInt(_0x808855(0x211))/0x5+parseInt(_0x808855(0x1f6))/0x6*(parseInt(_0x808855(0x1e7))/0x7)+-parseInt(_0x808855(0x203))/0x8;if(_0x1297ea===_0x343a58)break;else _0x51cf2d['push'](_0x51cf2d['shift']());}catch(_0x58fcb3){_0x51cf2d['push'](_0x51cf2d['shift']());}}}(_0x1c20,0x45617));function _0x1c20(){const _0x3d486f=['getRevision','_getLatestVersionFromServerOperations','_offset','RevisionHistoryService','_bufferUpdate','_revisionTracker','createdAt','from','get','getUser','currentRevision','400','_preventResendingRevisionData','state','destroy','addUser','CONNECTED','getOperations','_isPendingUpdate','_waitForServiceReady','fromVersion','_createCurrentRevision','length','isConnected','_oldOffset','init','sendBufferedUpdates','_startingVersion','949712jIhlow','reconnect','617574ztHECQ','getMany','change:_isConnected','plugins','connected','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','keys','add','328225euosPi','once','repository','type','_getLatestVersion','sessionId','_update','off','data','baseVersion','adapter','isEnabled','connection','_lastRequestId','132291osdDhr','serverHistory','36491OdoATC','max','_bufferedUpdates','map','_revisionHistoryService','collaboration.channelId','message','creatorId','buildRevisionData','authorsIds','startsWith','revisionsUpdated','affectsData','marker','_handleRevisionsUpdate','642NYType','_handleReconnectionError','_isConnected','requires','listenTo','setRevisionData','addRevisionData','_fixRevision','getRevisions','toVersion','_fetchMissingUsers','catch','cloud-services-internal-error:\x20Not\x20connected.','10435328dDHTyQ','config','reInit','_revisionDataBuilder','then','cloudServices.bundleVersion','isBundleUploaded','addToReconnectionStack','setSource','diffData','has','remove','reverse','size','561355KJxigw','cloud-services-internal-error:\x20Request\x20timeout.','connect','bind','wrongRequestId','isEmptyCurrent','editor','_revisions','code','authors','change:_isPendingUpdate','RevisionTracker','updateRevisions'];_0x1c20=function(){return _0x3d486f;};return _0x1c20();}function _0x1f8f(_0x4cf392,_0x5dad79){const _0x1c2023=_0x1c20();return _0x1f8f=function(_0x1f8f08,_0x2ac68a){_0x1f8f08=_0x1f8f08-0x1dc;let _0x310847=_0x1c2023[_0x1f8f08];return _0x310847;},_0x1f8f(_0x4cf392,_0x5dad79);}import{Plugin as _0x5ce805}from'ckeditor5/src/core.js';import{version as _0x2ae028}from'ckeditor5/src/utils.js';import{Users as _0x2e411c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0xbd12ae from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x34f804 from'../realtimecollaborativeediting/websocketgateway.js';import _0x55bfbe from'../realtimecollaborativeediting/sessions.js';import{EditorService as _0x3b7df6,RevisionHistoryService as _0x124cd3,User as _0x879d45,WEB_SOCKET_GATEWAY_STATES as _0x8f9b75}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';class v extends _0x5ce805{static get[_0xaead42(0x1f9)](){const _0x3ac41c=_0xaead42;return[_0x34f804,_0xbd12ae,_0x3ac41c(0x21c),_0x55bfbe,_0x2e411c];}constructor(_0x30d5c3){const _0x455b7f=_0xaead42;super(_0x30d5c3);const _0x473d25=this[_0x455b7f(0x217)][_0x455b7f(0x204)][_0x455b7f(0x226)](_0x455b7f(0x1ec));this[_0x455b7f(0x1e4)]=null,this[_0x455b7f(0x223)]=this[_0x455b7f(0x217)][_0x455b7f(0x23f)][_0x455b7f(0x226)](_0x455b7f(0x21c)),this[_0x455b7f(0x1eb)]=new v[(_0x455b7f(0x221))](_0x473d25);}async[_0xaead42(0x237)](){const _0x39390b=_0xaead42,_0x29c7a6=this[_0x39390b(0x217)][_0x39390b(0x23f)][_0x39390b(0x226)](_0xbd12ae),_0x2f5510=_0x29c7a6[_0x39390b(0x1e6)],_0x4c1b5e=this[_0x39390b(0x217)][_0x39390b(0x23f)][_0x39390b(0x226)](_0x34f804);this[_0x39390b(0x223)][_0x39390b(0x20b)]({'history':_0x2f5510,'getLatestVersion':()=>this[_0x39390b(0x248)](),'getCurrentRevisionId':()=>_0x29c7a6[_0x39390b(0x1dc)]});const _0x5ac734=this[_0x39390b(0x217)][_0x39390b(0x204)][_0x39390b(0x226)](_0x39390b(0x208))||_0x2ae028,_0x459b07=await _0x3b7df6[_0x39390b(0x209)](_0x4c1b5e[_0x39390b(0x1e3)],_0x5ac734);this[_0x39390b(0x223)][_0x39390b(0x1e1)]={'getRevision':async({revisionId:_0x3a18da})=>(await this[_0x39390b(0x231)](),await this[_0x39390b(0x1eb)][_0x39390b(0x21e)](_0x3a18da)),'updateRevisions':async _0x460e3d=>{const _0x1028e8=_0x39390b;await this[_0x1028e8(0x231)]();const _0x1cf19d=this[_0x1028e8(0x223)][_0x1028e8(0x228)];if(_0x459b07&&0x1===_0x460e3d[_0x1028e8(0x234)]&&_0x460e3d[0x0]['id']===_0x1cf19d['id'])return _0x460e3d;for(const _0xcfde84 of _0x460e3d)_0xcfde84['id']===_0x1cf19d['id']&&(_0xcfde84[_0x1028e8(0x216)]=_0xcfde84[_0x1028e8(0x232)]===_0xcfde84[_0x1028e8(0x1ff)]);return this[_0x1028e8(0x1eb)][_0x1028e8(0x21d)](_0x460e3d,this[_0x1028e8(0x1e4)])[_0x1028e8(0x207)](_0x1985d8=>(this[_0x1028e8(0x1e4)]=_0x1985d8,_0x460e3d))[_0x1028e8(0x201)](_0xc3c81a=>{const _0x5c753c=_0x1028e8;if(st(_0xc3c81a)||_0x5c753c(0x229)===_0xc3c81a[_0x5c753c(0x219)]&&void 0x0!==_0xc3c81a[_0x5c753c(0x1df)][_0x5c753c(0x215)]){for(const _0x32e0ce of _0x460e3d){!this[_0x5c753c(0x223)][_0x5c753c(0x246)][_0x5c753c(0x21e)](_0x32e0ce['id'])||this[_0x5c753c(0x223)][_0x5c753c(0x222)](_0x32e0ce['id'],_0x32e0ce,!0x1);}if(st(_0xc3c81a))throw _0xc3c81a;return _0x460e3d;}throw _0xc3c81a;});}},this[_0x39390b(0x1fa)](this[_0x39390b(0x1eb)],_0x39390b(0x1f2),(_0x2a6f17,{revisionsData:_0x3fe331,requestId:_0xfb52ff})=>{const _0x2d7d96=_0x39390b;Math[_0x2d7d96(0x1e8)](..._0x3fe331[_0x2d7d96(0x1ea)](_0x1d030a=>_0x1d030a[_0x2d7d96(0x1ff)]))>this[_0x2d7d96(0x21f)]()-0x1?this[_0x2d7d96(0x248)]()[_0x2d7d96(0x207)](()=>{const _0xb6c14=_0x2d7d96;this[_0xb6c14(0x1f5)](_0x3fe331,_0xfb52ff);}):this[_0x2d7d96(0x1f5)](_0x3fe331,_0xfb52ff);});const {revisions:_0x3e6a41,requestId:_0x5a0205}=await this[_0x39390b(0x1eb)][_0x39390b(0x213)](_0x4c1b5e[_0x39390b(0x1e3)]);_0x4c1b5e[_0x39390b(0x20a)](this),this[_0x39390b(0x1e4)]=_0x5a0205,await this[_0x39390b(0x200)](_0x3e6a41);for(const _0x21d792 of _0x3e6a41)this[_0x39390b(0x223)][_0x39390b(0x1fc)](_0x21d792);this[_0x39390b(0x1fa)](_0x29c7a6,_0x39390b(0x23e),(_0x345cea,_0x316b25,_0x72e4d0)=>{const _0xd40709=_0x39390b;_0x72e4d0&&(this[_0xd40709(0x236)]=_0x29c7a6[_0xd40709(0x220)],_0x345cea[_0xd40709(0x1de)]());}),this[_0x39390b(0x223)][_0x39390b(0x214)](_0x39390b(0x1e2))['to'](_0x4c1b5e,_0x39390b(0x22b),_0x5b2ee8=>_0x5b2ee8===_0x8f9b75[_0x39390b(0x22e)]);}async[_0xaead42(0x23b)](){const _0x42c307=_0xaead42,_0x46c023=this[_0x42c307(0x217)][_0x42c307(0x23f)][_0x42c307(0x226)](_0x34f804),_0xcd9601=this[_0x42c307(0x217)][_0x42c307(0x23f)][_0x42c307(0x226)](_0xbd12ae),_0x27fd68=async()=>{const _0x4ddc9f=_0x42c307,_0x2b8606=this[_0x4ddc9f(0x223)][_0x4ddc9f(0x228)],_0x3760cb=_0x2b8606['id'],_0x2dc5e0=_0x3760cb!==_0xcd9601[_0x4ddc9f(0x1dc)];if(_0x2dc5e0){const _0x2b02b6=_0xcd9601[_0x4ddc9f(0x220)]-this[_0x4ddc9f(0x236)],_0x265612=this[_0x4ddc9f(0x21f)]();this[_0x4ddc9f(0x223)][_0x4ddc9f(0x206)][_0x4ddc9f(0x205)]();if(_0x2b8606[_0x4ddc9f(0x1ff)]+_0x2b02b6!==_0x265612){const _0x142367=_0x2b8606[_0x4ddc9f(0x232)]+_0x2b02b6,_0x3b6a6f=this[_0x4ddc9f(0x217)][_0x4ddc9f(0x23f)][_0x4ddc9f(0x226)](_0x2e411c),_0x1ea481=this[_0x4ddc9f(0x223)][_0x4ddc9f(0x1ef)]({'revision':_0x2b8606,'from':_0x142367,'to':_0x265612});_0x1ea481['id']=_0x2b8606['id'];const _0x5b10bd=_0x1ea481[_0x4ddc9f(0x1f0)][_0x4ddc9f(0x1ea)](_0x1bd7b8=>_0x3b6a6f[_0x4ddc9f(0x227)](_0x1bd7b8));_0x2b8606[_0x4ddc9f(0x1dd)]({..._0x1ea481,'authors':_0x5b10bd},!0x0),this[_0x4ddc9f(0x223)][_0x4ddc9f(0x222)](_0x2b8606['id'],_0x1ea481,!0x0);}this[_0x4ddc9f(0x223)][_0x4ddc9f(0x239)]=_0x265612,(_0x2b8606[_0x4ddc9f(0x1ff)]===_0x2b8606[_0x4ddc9f(0x232)]&&!this[_0x4ddc9f(0x223)][_0x4ddc9f(0x1e9)][_0x4ddc9f(0x20d)](_0x3760cb)&&this[_0x4ddc9f(0x223)][_0x4ddc9f(0x246)][_0x4ddc9f(0x218)][_0x4ddc9f(0x20e)](_0x3760cb),this[_0x4ddc9f(0x223)][_0x4ddc9f(0x233)](_0x265612));}const {revisions:_0xd601bb,requestId:_0x41bc57}=await this[_0x4ddc9f(0x1eb)][_0x4ddc9f(0x23b)](_0x46c023[_0x4ddc9f(0x1e3)],this[_0x4ddc9f(0x1e4)]);_0x2dc5e0&&_0xd601bb[_0x4ddc9f(0x234)]>0x0?_0xcd9601[_0x4ddc9f(0x1f7)]():(await this[_0x4ddc9f(0x200)](_0xd601bb),this[_0x4ddc9f(0x1f5)](_0xd601bb,_0x41bc57),this[_0x4ddc9f(0x223)][_0x4ddc9f(0x238)]());};return _0xcd9601[_0x42c307(0x1f8)]?_0x27fd68():new Promise((_0x2e4673,_0x47afec)=>{const _0x4b4650=_0x42c307;_0xcd9601[_0x4b4650(0x245)](_0x4b4650(0x23e),()=>{const _0x533a80=_0x4b4650;_0x27fd68()[_0x533a80(0x207)](_0x2e4673)[_0x533a80(0x201)](_0x47afec);});});}[_0xaead42(0x22c)](){const _0x3d1781=_0xaead42;super[_0x3d1781(0x22c)]();}async[_0xaead42(0x231)](){const _0x3fa7ae=_0xaead42;this[_0x3fa7ae(0x1eb)][_0x3fa7ae(0x235)]||await new Promise(_0x3b91dd=>{const _0x5365da=_0x3fa7ae;this[_0x5365da(0x1fa)](this[_0x5365da(0x1eb)],_0x5365da(0x240),_0x4f4a40=>{const _0x23cd75=_0x5365da;_0x4f4a40[_0x23cd75(0x1de)](),_0x3b91dd();});});}[_0xaead42(0x21f)](){const _0x47b530=_0xaead42,_0x4bc5a2=this[_0x47b530(0x217)][_0x47b530(0x23f)][_0x47b530(0x226)](_0xbd12ae)[_0x47b530(0x1e6)][_0x47b530(0x22f)]()[_0x47b530(0x20f)]();for(const _0xee7d56 of _0x4bc5a2)if(_0x47b530(0x1f4)!==_0xee7d56[_0x47b530(0x247)]||_0xee7d56[_0x47b530(0x1f3)])return _0xee7d56[_0x47b530(0x1e0)]+0x1;}[_0xaead42(0x248)](){const _0xf946fb=_0xaead42,_0xb036fb=this[_0xf946fb(0x217)][_0xf946fb(0x23f)][_0xf946fb(0x226)](_0xbd12ae);return new Promise(_0x51919e=>{const _0x34c630=_0xf946fb;_0xb036fb[_0x34c630(0x230)]?_0xb036fb[_0x34c630(0x245)](_0x34c630(0x21b),()=>{const _0x197fe7=_0x34c630;_0x51919e(this[_0x197fe7(0x21f)]());}):_0x51919e(this[_0x34c630(0x21f)]());});}[_0xaead42(0x1f5)](_0x29a642,_0x36c78c){const _0x3a29bc=_0xaead42,_0x4c5b85=this[_0x3a29bc(0x223)][_0x3a29bc(0x246)];this[_0x3a29bc(0x1e4)]=_0x36c78c;for(const _0x246e0b of _0x29a642){const _0x3aa6b0=_0x4c5b85[_0x3a29bc(0x21e)](_0x246e0b['id']);if(_0x3aa6b0){if((_0x246e0b[_0x3a29bc(0x232)]||_0x246e0b[_0x3a29bc(0x1ff)])&&(_0x246e0b[_0x3a29bc(0x20c)]=null),_0x3aa6b0===this[_0x3a29bc(0x223)][_0x3a29bc(0x228)]){const _0x26507f=Math[_0x3a29bc(0x1e8)](_0x3aa6b0[_0x3a29bc(0x1ff)],_0x246e0b[_0x3a29bc(0x1ff)]),_0x420e5d=Math[_0x3a29bc(0x1e8)](_0x3aa6b0[_0x3a29bc(0x232)],_0x246e0b[_0x3a29bc(0x232)]);let _0x59dd82;_0x3aa6b0[_0x3a29bc(0x1ff)]===_0x246e0b[_0x3a29bc(0x1ff)]&&_0x3aa6b0[_0x3a29bc(0x232)]===_0x246e0b[_0x3a29bc(0x232)]?(_0x59dd82=!0x0,this[_0x3a29bc(0x22a)](_0x246e0b)):_0x246e0b[_0x3a29bc(0x1ff)]===_0x26507f&&_0x246e0b[_0x3a29bc(0x232)]===_0x420e5d?_0x59dd82=!0x1:(_0x3aa6b0[_0x3a29bc(0x1ff)]===_0x26507f&&_0x3aa6b0[_0x3a29bc(0x232)]===_0x420e5d||this[_0x3a29bc(0x1fd)]({'revision':_0x3aa6b0,'from':_0x420e5d,'to':_0x26507f}),_0x59dd82=!0x0),_0x59dd82&&(delete _0x246e0b[_0x3a29bc(0x232)],delete _0x246e0b[_0x3a29bc(0x1ff)],delete _0x246e0b[_0x3a29bc(0x20c)],delete _0x246e0b[_0x3a29bc(0x224)],delete _0x246e0b[_0x3a29bc(0x1f0)]);}this[_0x3a29bc(0x223)][_0x3a29bc(0x1fb)](_0x246e0b),this[_0x3a29bc(0x22a)](_0x246e0b);}else this[_0x3a29bc(0x223)][_0x3a29bc(0x1fc)](_0x246e0b);}const _0x35eb68=_0x4c5b85[_0x3a29bc(0x1fe)]();_0x35eb68[_0x3a29bc(0x20f)]();for(let _0x402130=0x0;_0x402130<_0x35eb68[_0x3a29bc(0x234)]-0x1;_0x402130++){const _0x223fc5=_0x35eb68[_0x402130],_0x2d9d3b=_0x35eb68[_0x402130+0x1];if(_0x223fc5[_0x3a29bc(0x232)]<_0x2d9d3b[_0x3a29bc(0x1ff)]){const _0x51569c=_0x2d9d3b[_0x3a29bc(0x1ff)],_0x510a10=Math[_0x3a29bc(0x1e8)](_0x51569c,_0x223fc5[_0x3a29bc(0x1ff)]);this[_0x3a29bc(0x1fd)]({'revision':_0x223fc5,'from':_0x51569c,'to':_0x510a10});}}}[_0xaead42(0x1fd)]({revision:_0x38a8c9,from:_0x442c93,to:_0x283b92}={}){const _0x41750b=_0xaead42,_0xf45d1d=this[_0x41750b(0x217)][_0x41750b(0x23f)][_0x41750b(0x226)](_0x2e411c),_0x11943e=this[_0x41750b(0x223)][_0x41750b(0x1ef)]({'revision':_0x38a8c9,'from':_0x442c93,'to':_0x283b92});_0x11943e[_0x41750b(0x21a)]=_0x11943e[_0x41750b(0x1f0)][_0x41750b(0x1ea)](_0x255350=>_0xf45d1d[_0x41750b(0x227)](_0x255350)),_0x38a8c9[_0x41750b(0x1dd)](_0x11943e);}[_0xaead42(0x22a)](_0x123cca){const _0x148d84=_0xaead42,_0x732e00={};_0x732e00['id']=_0x123cca['id'];for(const _0x461c0a of Object[_0x148d84(0x242)](_0x123cca))'id'!==_0x461c0a&&(_0x732e00[_0x461c0a]=void 0x0);this[_0x148d84(0x223)][_0x148d84(0x222)](_0x732e00['id'],_0x732e00,!0x0);}async[_0xaead42(0x200)](_0x56b0f0){const _0x547906=_0xaead42,_0x504da2=this[_0x547906(0x217)][_0x547906(0x23f)][_0x547906(0x226)](_0x2e411c),{connection:_0x3e26f1}=this[_0x547906(0x217)][_0x547906(0x23f)][_0x547906(0x226)](_0x34f804),_0x23555c=new Set();for(const _0x45a8e of _0x56b0f0){for(const _0x24b685 of _0x45a8e[_0x547906(0x1f0)])_0x55f9ec(_0x24b685);_0x45a8e[_0x547906(0x1ee)]&&_0x55f9ec(_0x45a8e[_0x547906(0x1ee)]);}if(0x0===_0x23555c[_0x547906(0x210)])return;const _0xef57d=await _0x879d45[_0x547906(0x23d)](_0x3e26f1,Array[_0x547906(0x225)](_0x23555c));for(const _0x44a061 of _0xef57d)_0x504da2[_0x547906(0x227)](_0x44a061['id'])||_0x504da2[_0x547906(0x22d)](_0x44a061);function _0x55f9ec(_0x4ee6fc){const _0x17d68d=_0x547906;_0x504da2[_0x17d68d(0x227)](_0x4ee6fc)||_0x23555c[_0x17d68d(0x243)](_0x4ee6fc);}}}v[_0xaead42(0x221)]=_0x124cd3;export default v;function st(_0x340257){const _0x20d1fb=_0xaead42;return _0x340257[_0x20d1fb(0x1ed)][_0x20d1fb(0x1f1)](_0x20d1fb(0x241))||_0x340257[_0x20d1fb(0x1ed)][_0x20d1fb(0x1f1)](_0x20d1fb(0x202))||_0x340257[_0x20d1fb(0x1ed)][_0x20d1fb(0x1f1)](_0x20d1fb(0x212));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x31e446=_0x4b51;(function(_0x2da118,_0x280374){var _0x1a0c53=_0x4b51,_0x671f8d=_0x2da118();while(!![]){try{var _0x1f95f3=-parseInt(_0x1a0c53(0x133))/0x1+-parseInt(_0x1a0c53(0x12d))/0x2*(-parseInt(_0x1a0c53(0x134))/0x3)+parseInt(_0x1a0c53(0x12e))/0x4+-parseInt(_0x1a0c53(0x12f))/0x5*(-parseInt(_0x1a0c53(0x132))/0x6)+-parseInt(_0x1a0c53(0x136))/0x7+parseInt(_0x1a0c53(0x138))/0x8+-parseInt(_0x1a0c53(0x135))/0x9;if(_0x1f95f3===_0x280374)break;else _0x671f8d['push'](_0x671f8d['shift']());}catch(_0x40e79e){_0x671f8d['push'](_0x671f8d['shift']());}}}(_0x3ce0,0x8a5d3));function _0x3ce0(){var _0x15eb43=['3733164GxLqFk','364055NZmnhP','RealTimeCollaborativeRevisionHistory','RevisionHistory','12mXlrKA','328376XdZQVH','9JvNOeR','9839241osRZFn','3888073WsbwhH','requires','5865400ESlqzC','pluginName','487810FEEwXn'];_0x3ce0=function(){return _0x15eb43;};return _0x3ce0();}function _0x4b51(_0x2f706c,_0x5b1c69){var _0x3ce0c2=_0x3ce0();return _0x4b51=function(_0x4b51ac,_0x2692c6){_0x4b51ac=_0x4b51ac-0x12d;var _0x1a8a22=_0x3ce0c2[_0x4b51ac];return _0x1a8a22;},_0x4b51(_0x2f706c,_0x5b1c69);}import{Plugin as _0x25ac65}from'ckeditor5/src/core.js';import _0x32e86b from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';import _0x17a3db from'./realtimecollaborativeediting.js';export default class d extends _0x25ac65{static get[_0x31e446(0x137)](){var _0x434419=_0x31e446;return[_0x434419(0x131),_0x32e86b,_0x17a3db];}static get[_0x31e446(0x139)](){var _0x120f10=_0x31e446;return _0x120f10(0x130);}}
23
+ function _0x176d(){var _0x1b8fa8=['RealTimeCollaborativeRevisionHistory','88AoZujS','712386CzLUPj','39838EtntVk','RevisionHistory','57351DbWePT','934130IomDKF','123430xLLulH','pluginName','9NHtKhY','923460xnlwkg','450396ELyLSp','requires'];_0x176d=function(){return _0x1b8fa8;};return _0x176d();}function _0x31b3(_0x131101,_0x1f6e12){var _0x176d5e=_0x176d();return _0x31b3=function(_0x31b3d4,_0x208f92){_0x31b3d4=_0x31b3d4-0x152;var _0x33c409=_0x176d5e[_0x31b3d4];return _0x33c409;},_0x31b3(_0x131101,_0x1f6e12);}var _0x5af1c4=_0x31b3;(function(_0x9b5d4,_0x27725b){var _0x388bfc=_0x31b3,_0x5b7b09=_0x9b5d4();while(!![]){try{var _0x43a193=parseInt(_0x388bfc(0x158))/0x1+-parseInt(_0x388bfc(0x154))/0x2*(parseInt(_0x388bfc(0x15a))/0x3)+-parseInt(_0x388bfc(0x15c))/0x4+parseInt(_0x388bfc(0x157))/0x5+parseInt(_0x388bfc(0x15b))/0x6+-parseInt(_0x388bfc(0x156))/0x7*(parseInt(_0x388bfc(0x152))/0x8)+-parseInt(_0x388bfc(0x153))/0x9;if(_0x43a193===_0x27725b)break;else _0x5b7b09['push'](_0x5b7b09['shift']());}catch(_0x271433){_0x5b7b09['push'](_0x5b7b09['shift']());}}}(_0x176d,0x1dea5));import{Plugin as _0x13882e}from'ckeditor5/src/core.js';import _0x477b32 from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';import _0x3af7ba from'./realtimecollaborativeediting.js';export default class d extends _0x13882e{static get[_0x5af1c4(0x15d)](){var _0x30cb5b=_0x5af1c4;return[_0x30cb5b(0x155),_0x477b32,_0x3af7ba];}static get[_0x5af1c4(0x159)](){var _0x2b6300=_0x5af1c4;return _0x2b6300(0x15e);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1d9e(){const _0x403345=['from','delete','reconnect','editor','49712840bHImSw','catch','1DQvYRt','hasSuggestion','_saved','off','_trackChangesService','7395417xznBil','4325952RZlljq','getMany','requires','attributes','addSuggestionData','_bufferedRequests','get','plugins','connected','update','TrackChangesService','isConnected','add','collaboration.channelId','2791198nYNSkx','cloud-services-internal-error:\x20Not\x20connected.','10vzVcMJ','TrackChangesEditing','cloud-services-internal-error:\x20Request\x20timeout.','init','getSuggestion','adapter','listenTo','find','connection','4287306ZrvFDU','14qMszMb','_fetchMissingUsersForThreads','data','startsWith','originalSuggestionId','state','getUser','addToReconnectionStack','values','suggestionUpdated','then','addUser','2950424IvzFKH','connect','_waitForServiceReady','4940358dMwDGb','config','type','open','set','message','size'];_0x1d9e=function(){return _0x403345;};return _0x1d9e();}const _0x394a86=_0x8131;(function(_0x558b47,_0x452d4d){const _0x5a1cc1=_0x8131,_0x24132f=_0x558b47();while(!![]){try{const _0x587c3b=parseInt(_0x5a1cc1(0x15d))/0x1*(-parseInt(_0x5a1cc1(0x171))/0x2)+parseInt(_0x5a1cc1(0x18c))/0x3+-parseInt(_0x5a1cc1(0x189))/0x4*(parseInt(_0x5a1cc1(0x173))/0x5)+-parseInt(_0x5a1cc1(0x17c))/0x6*(parseInt(_0x5a1cc1(0x17d))/0x7)+-parseInt(_0x5a1cc1(0x163))/0x8+-parseInt(_0x5a1cc1(0x162))/0x9+parseInt(_0x5a1cc1(0x15b))/0xa;if(_0x587c3b===_0x452d4d)break;else _0x24132f['push'](_0x24132f['shift']());}catch(_0x3466a9){_0x24132f['push'](_0x24132f['shift']());}}}(_0x1d9e,0xe9534));import{Plugin as _0x1ed576}from'ckeditor5/src/core.js';import{User as _0x1ced20,TrackChangesService as _0x29bf81}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x195c98 from'../realtimecollaborativeediting/websocketgateway.js';import _0x469d8c from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0x38b50f}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x1ed576{static get[_0x394a86(0x165)](){const _0x145691=_0x394a86;return[_0x469d8c,_0x145691(0x174),_0x195c98];}constructor(_0x58d28e){const _0x12a2b0=_0x394a86;super(_0x58d28e);const _0x580ac3=this[_0x12a2b0(0x15a)][_0x12a2b0(0x18d)][_0x12a2b0(0x169)](_0x12a2b0(0x170));this[_0x12a2b0(0x168)]=new Map(),this[_0x12a2b0(0x161)]=new g[(_0x12a2b0(0x16d))](_0x580ac3);}[_0x394a86(0x176)](){const _0x1bab7a=_0x394a86,_0xb1130a=this[_0x1bab7a(0x15a)][_0x1bab7a(0x16a)][_0x1bab7a(0x169)](_0x195c98),_0x4cd1c8=this[_0x1bab7a(0x15a)][_0x1bab7a(0x16a)][_0x1bab7a(0x169)](_0x1bab7a(0x174));return _0x4cd1c8[_0x1bab7a(0x178)]={'getSuggestion':async _0xb35dfc=>{const _0x168431=_0x1bab7a;await this[_0x168431(0x18b)]();const _0x5be38c=await this[_0x168431(0x161)][_0x168431(0x169)](_0xb35dfc)[_0x168431(0x15c)](R);return await this[_0x168431(0x17e)]([_0x5be38c]),_0x5be38c;},'addSuggestion':async({id:_0x39b0f6,type:_0x4e6547,data:_0x1be0a4,originalSuggestionId:_0x155da1,attributes:_0x3faa05})=>{const _0x4bacd7=_0x1bab7a;await this[_0x4bacd7(0x18b)]();const _0x392970={'id':_0x39b0f6,'type':_0x4e6547,'data':_0x1be0a4,'originalSuggestionId':_0x155da1,'attributes':_0x3faa05},_0x59ef63=await this[_0x4bacd7(0x161)][_0x4bacd7(0x16f)](_0x39b0f6,_0x4e6547,_0x1be0a4,_0x155da1,_0x3faa05)[_0x4bacd7(0x15c)](_0x4aac49=>{if(st(_0x4aac49))return new Promise(_0x17f990=>{const _0x49c5ca=_0x8131;this[_0x49c5ca(0x168)][_0x49c5ca(0x190)](_0x39b0f6,{'resolve':_0x17f990,'suggestionData':_0x392970});});throw _0x4aac49;});return this[_0x4bacd7(0x168)][_0x4bacd7(0x194)](_0x39b0f6),_0x59ef63;},'updateSuggestion':async(_0x5c833f,_0x325880)=>{const _0x1fe34b=_0x1bab7a;if(await this[_0x1fe34b(0x18b)](),_0x1fe34b(0x18f)!==_0x325880[_0x1fe34b(0x182)])return this[_0x1fe34b(0x161)][_0x1fe34b(0x16c)](_0x5c833f,_0x325880)[_0x1fe34b(0x15c)](R);}},this[_0x1bab7a(0x179)](this[_0x1bab7a(0x161)],_0x1bab7a(0x186),(_0x5b68c4,_0x546e53)=>{const _0x11f890=_0x1bab7a;_0x4cd1c8[_0x11f890(0x15e)](_0x546e53['id'])&&(_0x4cd1c8[_0x11f890(0x177)](_0x546e53['id'])[_0x11f890(0x166)]=_0x546e53[_0x11f890(0x166)]);}),this[_0x1bab7a(0x161)][_0x1bab7a(0x18a)](_0xb1130a[_0x1bab7a(0x17b)])[_0x1bab7a(0x187)](_0x5025b5=>(_0xb1130a[_0x1bab7a(0x184)](this),this[_0x1bab7a(0x17e)](_0x5025b5)[_0x1bab7a(0x187)](()=>{const _0x129a1b=_0x1bab7a;for(const _0x4d4d18 of _0x5025b5){_0x4cd1c8[_0x129a1b(0x167)](_0x4d4d18)[_0x129a1b(0x15f)]=!0x0;}})));}async[_0x394a86(0x159)](){const _0x19e1f5=_0x394a86,_0x4c2ee9=this[_0x19e1f5(0x15a)][_0x19e1f5(0x16a)][_0x19e1f5(0x169)](_0x19e1f5(0x174)),{connection:_0x5ea79b}=this[_0x19e1f5(0x15a)][_0x19e1f5(0x16a)][_0x19e1f5(0x169)](_0x195c98),_0x2c9b0b=await this[_0x19e1f5(0x161)][_0x19e1f5(0x18a)](_0x5ea79b);await this[_0x19e1f5(0x17e)](_0x2c9b0b);for(const {suggestionData:_0xda0e8d,resolve:_0x1cf415}of this[_0x19e1f5(0x168)][_0x19e1f5(0x185)]()){let _0x33352f=_0x2c9b0b[_0x19e1f5(0x17a)](_0x576640=>_0x576640['id']===_0xda0e8d['id']);_0x33352f||(_0x33352f=await this[_0x19e1f5(0x161)][_0x19e1f5(0x16f)](_0xda0e8d['id'],_0xda0e8d[_0x19e1f5(0x18e)],_0xda0e8d[_0x19e1f5(0x17f)],_0xda0e8d[_0x19e1f5(0x181)])),_0x1cf415(_0x33352f);}for(const _0x49b829 of _0x2c9b0b)_0x4c2ee9[_0x19e1f5(0x15e)](_0x49b829['id'])||_0x4c2ee9[_0x19e1f5(0x167)](_0x49b829);}async[_0x394a86(0x18b)](){const _0x28e18b=_0x394a86;this[_0x28e18b(0x161)][_0x28e18b(0x16e)]||await new Promise(_0x450d48=>{const _0x52adc5=_0x28e18b;this[_0x52adc5(0x179)](this[_0x52adc5(0x161)],_0x52adc5(0x16b),_0x2cee0e=>{const _0x4fe142=_0x52adc5;_0x2cee0e[_0x4fe142(0x160)](),_0x450d48();});});}async[_0x394a86(0x17e)](_0x3a506f){const _0x1d9e25=_0x394a86,_0x27fbef=this[_0x1d9e25(0x15a)][_0x1d9e25(0x16a)][_0x1d9e25(0x169)](_0x38b50f),{connection:_0xf2b8dc}=this[_0x1d9e25(0x15a)][_0x1d9e25(0x16a)][_0x1d9e25(0x169)](_0x195c98),_0x40afef=new Set();for(const {authorId:_0x41e829}of _0x3a506f)_0x27fbef[_0x1d9e25(0x183)](_0x41e829)||_0x40afef[_0x1d9e25(0x16f)](_0x41e829);if(0x0===_0x40afef[_0x1d9e25(0x192)])return;const _0x6ac18d=await _0x1ced20[_0x1d9e25(0x164)](_0xf2b8dc,Array[_0x1d9e25(0x193)](_0x40afef));for(const _0x45d36a of _0x6ac18d)_0x27fbef[_0x1d9e25(0x183)](_0x45d36a['id'])||_0x27fbef[_0x1d9e25(0x188)](_0x45d36a);}}function _0x8131(_0x13d952,_0x320e73){const _0x1d9e8c=_0x1d9e();return _0x8131=function(_0x813175,_0x159919){_0x813175=_0x813175-0x159;let _0x107859=_0x1d9e8c[_0x813175];return _0x107859;},_0x8131(_0x13d952,_0x320e73);}g[_0x394a86(0x16d)]=_0x29bf81;export default g;function R(_0x2cff4f){if(st(_0x2cff4f))return new Promise(()=>{});throw _0x2cff4f;}function st(_0x30e96b){const _0x57ac3a=_0x394a86;return _0x30e96b[_0x57ac3a(0x191)][_0x57ac3a(0x180)](_0x57ac3a(0x172))||_0x30e96b[_0x57ac3a(0x191)][_0x57ac3a(0x180)](_0x57ac3a(0x175));}
23
+ function _0x403a(){const _0x4e504b=['10134828sNENAL','editor','isConnected','cloud-services-internal-error:\x20Not\x20connected.','getMany','suggestionUpdated','config','_fetchMissingUsersForThreads','215vjTKYa','getSuggestion','cloud-services-internal-error:\x20Request\x20timeout.','listenTo','adapter','plugins','TrackChangesService','_trackChangesService','addSuggestionData','type','delete','hasSuggestion','27xqDLEI','message','14437760PsFSDA','values','connected','get','off','add','2240802Zetzgu','from','collaboration.channelId','set','startsWith','init','open','state','_waitForServiceReady','connection','addToReconnectionStack','2144760DhoHTd','TrackChangesEditing','_saved','_bufferedRequests','catch','connect','update','size','33EhPdds','attributes','requires','reconnect','120536KDignW','1KTctln','originalSuggestionId','2205970rMJEoI','1561SowzQE','getUser','find','addUser','then','444OMovCK','data'];_0x403a=function(){return _0x4e504b;};return _0x403a();}const _0x38ef0c=_0x4dc1;function _0x4dc1(_0x32f777,_0x5874e3){const _0x403aba=_0x403a();return _0x4dc1=function(_0x4dc1d9,_0x57b7bf){_0x4dc1d9=_0x4dc1d9-0xa6;let _0x496372=_0x403aba[_0x4dc1d9];return _0x496372;},_0x4dc1(_0x32f777,_0x5874e3);}(function(_0x3a287e,_0x38a363){const _0x30ca38=_0x4dc1,_0x7cf5d7=_0x3a287e();while(!![]){try{const _0x32117=parseInt(_0x30ca38(0xce))/0x1*(parseInt(_0x30ca38(0xd0))/0x2)+-parseInt(_0x30ca38(0xb6))/0x3+-parseInt(_0x30ca38(0xcd))/0x4*(parseInt(_0x30ca38(0xe0))/0x5)+-parseInt(_0x30ca38(0xd6))/0x6*(parseInt(_0x30ca38(0xd1))/0x7)+parseInt(_0x30ca38(0xc1))/0x8*(parseInt(_0x30ca38(0xae))/0x9)+-parseInt(_0x30ca38(0xb0))/0xa+parseInt(_0x30ca38(0xc9))/0xb*(parseInt(_0x30ca38(0xd8))/0xc);if(_0x32117===_0x38a363)break;else _0x7cf5d7['push'](_0x7cf5d7['shift']());}catch(_0x5069bb){_0x7cf5d7['push'](_0x7cf5d7['shift']());}}}(_0x403a,0xe5013));import{Plugin as _0x282716}from'ckeditor5/src/core.js';import{User as _0x1520fc,TrackChangesService as _0x2f33e2}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x5d280e from'../realtimecollaborativeediting/websocketgateway.js';import _0x2b7883 from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0x38c2b5}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x282716{static get[_0x38ef0c(0xcb)](){const _0x3bafb7=_0x38ef0c;return[_0x2b7883,_0x3bafb7(0xc2),_0x5d280e];}constructor(_0x1189fe){const _0x41edec=_0x38ef0c;super(_0x1189fe);const _0x1fe531=this[_0x41edec(0xd9)][_0x41edec(0xde)][_0x41edec(0xb3)](_0x41edec(0xb8));this[_0x41edec(0xc4)]=new Map(),this[_0x41edec(0xa9)]=new g[(_0x41edec(0xa8))](_0x1fe531);}[_0x38ef0c(0xbb)](){const _0x1e84a7=_0x38ef0c,_0x534cc5=this[_0x1e84a7(0xd9)][_0x1e84a7(0xa7)][_0x1e84a7(0xb3)](_0x5d280e),_0x3c7c9e=this[_0x1e84a7(0xd9)][_0x1e84a7(0xa7)][_0x1e84a7(0xb3)](_0x1e84a7(0xc2));return _0x3c7c9e[_0x1e84a7(0xa6)]={'getSuggestion':async _0x515254=>{const _0x124de1=_0x1e84a7;await this[_0x124de1(0xbe)]();const _0x4281b6=await this[_0x124de1(0xa9)][_0x124de1(0xb3)](_0x515254)[_0x124de1(0xc5)](R);return await this[_0x124de1(0xdf)]([_0x4281b6]),_0x4281b6;},'addSuggestion':async({id:_0x1e93a5,type:_0x1e3760,data:_0x51c584,originalSuggestionId:_0x4b0999,attributes:_0x446a0b})=>{const _0xfa660d=_0x1e84a7;await this[_0xfa660d(0xbe)]();const _0x58837f={'id':_0x1e93a5,'type':_0x1e3760,'data':_0x51c584,'originalSuggestionId':_0x4b0999,'attributes':_0x446a0b},_0x1221f0=await this[_0xfa660d(0xa9)][_0xfa660d(0xb5)](_0x1e93a5,_0x1e3760,_0x51c584,_0x4b0999,_0x446a0b)[_0xfa660d(0xc5)](_0x1639b4=>{if(st(_0x1639b4))return new Promise(_0x605004=>{const _0x4bd8f3=_0x4dc1;this[_0x4bd8f3(0xc4)][_0x4bd8f3(0xb9)](_0x1e93a5,{'resolve':_0x605004,'suggestionData':_0x58837f});});throw _0x1639b4;});return this[_0xfa660d(0xc4)][_0xfa660d(0xac)](_0x1e93a5),_0x1221f0;},'updateSuggestion':async(_0x3a8c1d,_0x38d0a5)=>{const _0x3960a2=_0x1e84a7;if(await this[_0x3960a2(0xbe)](),_0x3960a2(0xbc)!==_0x38d0a5[_0x3960a2(0xbd)])return this[_0x3960a2(0xa9)][_0x3960a2(0xc7)](_0x3a8c1d,_0x38d0a5)[_0x3960a2(0xc5)](R);}},this[_0x1e84a7(0xe3)](this[_0x1e84a7(0xa9)],_0x1e84a7(0xdd),(_0x5754db,_0x33cb1f)=>{const _0x3882d6=_0x1e84a7;_0x3c7c9e[_0x3882d6(0xad)](_0x33cb1f['id'])&&(_0x3c7c9e[_0x3882d6(0xe1)](_0x33cb1f['id'])[_0x3882d6(0xca)]=_0x33cb1f[_0x3882d6(0xca)]);}),this[_0x1e84a7(0xa9)][_0x1e84a7(0xc6)](_0x534cc5[_0x1e84a7(0xbf)])[_0x1e84a7(0xd5)](_0x31bc86=>(_0x534cc5[_0x1e84a7(0xc0)](this),this[_0x1e84a7(0xdf)](_0x31bc86)[_0x1e84a7(0xd5)](()=>{const _0x174e6f=_0x1e84a7;for(const _0x4275ba of _0x31bc86){_0x3c7c9e[_0x174e6f(0xaa)](_0x4275ba)[_0x174e6f(0xc3)]=!0x0;}})));}async[_0x38ef0c(0xcc)](){const _0xd8ab64=_0x38ef0c,_0x74e152=this[_0xd8ab64(0xd9)][_0xd8ab64(0xa7)][_0xd8ab64(0xb3)](_0xd8ab64(0xc2)),{connection:_0x5b81a4}=this[_0xd8ab64(0xd9)][_0xd8ab64(0xa7)][_0xd8ab64(0xb3)](_0x5d280e),_0x1b845c=await this[_0xd8ab64(0xa9)][_0xd8ab64(0xc6)](_0x5b81a4);await this[_0xd8ab64(0xdf)](_0x1b845c);for(const {suggestionData:_0x5a70b8,resolve:_0x3ee65f}of this[_0xd8ab64(0xc4)][_0xd8ab64(0xb1)]()){let _0x5827c7=_0x1b845c[_0xd8ab64(0xd3)](_0x23c817=>_0x23c817['id']===_0x5a70b8['id']);_0x5827c7||(_0x5827c7=await this[_0xd8ab64(0xa9)][_0xd8ab64(0xb5)](_0x5a70b8['id'],_0x5a70b8[_0xd8ab64(0xab)],_0x5a70b8[_0xd8ab64(0xd7)],_0x5a70b8[_0xd8ab64(0xcf)])),_0x3ee65f(_0x5827c7);}for(const _0x21889c of _0x1b845c)_0x74e152[_0xd8ab64(0xad)](_0x21889c['id'])||_0x74e152[_0xd8ab64(0xaa)](_0x21889c);}async[_0x38ef0c(0xbe)](){const _0x234fdc=_0x38ef0c;this[_0x234fdc(0xa9)][_0x234fdc(0xda)]||await new Promise(_0x196337=>{const _0x24b70c=_0x234fdc;this[_0x24b70c(0xe3)](this[_0x24b70c(0xa9)],_0x24b70c(0xb2),_0x5e0f4f=>{const _0x2b5235=_0x24b70c;_0x5e0f4f[_0x2b5235(0xb4)](),_0x196337();});});}async[_0x38ef0c(0xdf)](_0x43c8f8){const _0x290839=_0x38ef0c,_0x4a474e=this[_0x290839(0xd9)][_0x290839(0xa7)][_0x290839(0xb3)](_0x38c2b5),{connection:_0x2816ad}=this[_0x290839(0xd9)][_0x290839(0xa7)][_0x290839(0xb3)](_0x5d280e),_0x3b6c2e=new Set();for(const {authorId:_0x588dbf}of _0x43c8f8)_0x4a474e[_0x290839(0xd2)](_0x588dbf)||_0x3b6c2e[_0x290839(0xb5)](_0x588dbf);if(0x0===_0x3b6c2e[_0x290839(0xc8)])return;const _0x130a38=await _0x1520fc[_0x290839(0xdc)](_0x2816ad,Array[_0x290839(0xb7)](_0x3b6c2e));for(const _0x15a2e1 of _0x130a38)_0x4a474e[_0x290839(0xd2)](_0x15a2e1['id'])||_0x4a474e[_0x290839(0xd4)](_0x15a2e1);}}g[_0x38ef0c(0xa8)]=_0x2f33e2;export default g;function R(_0x150640){if(st(_0x150640))return new Promise(()=>{});throw _0x150640;}function st(_0x2ebd0e){const _0x549a2d=_0x38ef0c;return _0x2ebd0e[_0x549a2d(0xaf)][_0x549a2d(0xba)](_0x549a2d(0xdb))||_0x2ebd0e[_0x549a2d(0xaf)][_0x549a2d(0xba)](_0x549a2d(0xe2));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x323adf=_0x35d9;(function(_0x46b69d,_0x9fc9af){var _0x135d6b=_0x35d9,_0x73d1d=_0x46b69d();while(!![]){try{var _0x3bd77c=parseInt(_0x135d6b(0xbe))/0x1+-parseInt(_0x135d6b(0xc0))/0x2*(parseInt(_0x135d6b(0xc3))/0x3)+parseInt(_0x135d6b(0xb6))/0x4*(parseInt(_0x135d6b(0xc4))/0x5)+-parseInt(_0x135d6b(0xbd))/0x6*(parseInt(_0x135d6b(0xc2))/0x7)+-parseInt(_0x135d6b(0xb9))/0x8+-parseInt(_0x135d6b(0xc1))/0x9+parseInt(_0x135d6b(0xb8))/0xa*(parseInt(_0x135d6b(0xba))/0xb);if(_0x3bd77c===_0x9fc9af)break;else _0x73d1d['push'](_0x73d1d['shift']());}catch(_0x571414){_0x73d1d['push'](_0x73d1d['shift']());}}}(_0xf8b6,0x448dc));import{Plugin as _0x4162d1}from'ckeditor5/src/core.js';import _0x265119 from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';function _0x35d9(_0x24b511,_0x5c4d0e){var _0xf8b6cd=_0xf8b6();return _0x35d9=function(_0x35d97e,_0x32dee1){_0x35d97e=_0x35d97e-0xb6;var _0x1e6b5a=_0xf8b6cd[_0x35d97e];return _0x1e6b5a;},_0x35d9(_0x24b511,_0x5c4d0e);}function _0xf8b6(){var _0x2b81f6=['1665IVgwuM','5dipuuN','310852SUdtlM','TrackChanges','16519810oIiJlv','3539160bRpvWd','11dsxQHP','pluginName','requires','187392bCpmso','83383joezYj','RealTimeCollaborativeTrackChanges','634zStagR','4009239WODUvo','105jevtIl'];_0xf8b6=function(){return _0x2b81f6;};return _0xf8b6();}import _0x265d5d from'./realtimecollaborativecomments.js';export default class p extends _0x4162d1{static get[_0x323adf(0xbc)](){var _0x11ea49=_0x323adf;return[_0x265d5d,_0x265119,_0x11ea49(0xb7)];}static get[_0x323adf(0xbb)](){var _0x2e9471=_0x323adf;return _0x2e9471(0xbf);}}
23
+ var _0x11b33a=_0x2894;function _0xf833(){var _0x5279bb=['pluginName','226SNOrSF','3601CDUSpj','requires','1022394yriSrX','138xkFRuR','17006328oVAvHy','8098408ydEzRR','TrackChanges','5978388eFpNLs','RealTimeCollaborativeTrackChanges','151015ssNBTg','2058210pnhcNX'];_0xf833=function(){return _0x5279bb;};return _0xf833();}function _0x2894(_0x5ebc9a,_0x145874){var _0xf8337a=_0xf833();return _0x2894=function(_0x28948,_0x3b3ef9){_0x28948=_0x28948-0x142;var _0x1b9e68=_0xf8337a[_0x28948];return _0x1b9e68;},_0x2894(_0x5ebc9a,_0x145874);}(function(_0x142452,_0x526d21){var _0x3fd677=_0x2894,_0x3f1d60=_0x142452();while(!![]){try{var _0x4a9ea0=parseInt(_0x3fd677(0x147))/0x1*(-parseInt(_0x3fd677(0x146))/0x2)+-parseInt(_0x3fd677(0x149))/0x3+parseInt(_0x3fd677(0x14e))/0x4+parseInt(_0x3fd677(0x143))/0x5*(parseInt(_0x3fd677(0x14a))/0x6)+parseInt(_0x3fd677(0x144))/0x7+parseInt(_0x3fd677(0x14c))/0x8+-parseInt(_0x3fd677(0x14b))/0x9;if(_0x4a9ea0===_0x526d21)break;else _0x3f1d60['push'](_0x3f1d60['shift']());}catch(_0x12d3a0){_0x3f1d60['push'](_0x3f1d60['shift']());}}}(_0xf833,0xd18b6));import{Plugin as _0x3f024a}from'ckeditor5/src/core.js';import _0x4b55c3 from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';import _0x5e472f from'./realtimecollaborativecomments.js';export default class p extends _0x3f024a{static get[_0x11b33a(0x148)](){var _0x3a598a=_0x11b33a;return[_0x5e472f,_0x4b55c3,_0x3a598a(0x14d)];}static get[_0x11b33a(0x145)](){var _0x385267=_0x11b33a;return _0x385267(0x142);}}