@ckeditor/ckeditor5-real-time-collaboration 43.1.0-alpha.8 → 43.1.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 _0x51a186=_0x399f;(function(_0x7c10c,_0x50e39c){const _0x415bbf=_0x399f,_0x53e3a6=_0x7c10c();while(!![]){try{const _0x119c30=parseInt(_0x415bbf(0x26e))/0x1+-parseInt(_0x415bbf(0x275))/0x2+parseInt(_0x415bbf(0x198))/0x3*(parseInt(_0x415bbf(0x215))/0x4)+-parseInt(_0x415bbf(0x1b4))/0x5*(-parseInt(_0x415bbf(0x1ac))/0x6)+parseInt(_0x415bbf(0x271))/0x7*(parseInt(_0x415bbf(0x27e))/0x8)+parseInt(_0x415bbf(0x228))/0x9*(parseInt(_0x415bbf(0x1f9))/0xa)+parseInt(_0x415bbf(0x1cb))/0xb*(-parseInt(_0x415bbf(0x1c0))/0xc);if(_0x119c30===_0x50e39c)break;else _0x53e3a6['push'](_0x53e3a6['shift']());}catch(_0x44a39a){_0x53e3a6['push'](_0x53e3a6['shift']());}}}(_0x3abc,0xe9a7c));import{Plugin as _0x1ad366,PendingActions as _0x558879}from'ckeditor5/src/core.js';import{CKEditorError as _0x41699e,version as _0x198047,uid as _0x199709}from'ckeditor5/src/utils.js';import{Notification as _0x5e1c44}from'ckeditor5/src/ui.js';function _0x399f(_0x48dd58,_0x17cabb){const _0x3abcf2=_0x3abc();return _0x399f=function(_0x399fdd,_0x5166e6){_0x399fdd=_0x399fdd-0x198;let _0x16d22d=_0x3abcf2[_0x399fdd];return _0x16d22d;},_0x399f(_0x48dd58,_0x17cabb);}import{transformSets as _0x546cdc,NoOperation as _0x182927,InsertOperation as _0x34caed,MarkerOperation as _0x56995f,RootAttributeOperation as _0xc13341,OperationFactory as _0x21ef6a,History as _0x2d82b9}from'ckeditor5/src/engine.js';import _0x39d755 from'./websocketgateway.js';import _0x5852c1 from'./sessions.js';import _0x341733 from'./usermarkers.js';import{getTranslation as _0x37dd30}from'../common-translations.js';import{Compressor as _0x44403a}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0x1ff20a}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x14df29,CollaborativeEditingService as _0x29f087}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';function _0x3abc(){const _0x35d1cc=['state','finally','sendOperations','_updateServerHistory','76ogxhJL','version','_service','register','end','$root','realtimecollaborationclient-initservice-incorrect-server-operation','message','CommentsOnly','_bufferedOperations','loadRoot','compress','path','operationsReceived','_setUpDataInit','document:write','add','_applyOperationsSet','init','12136239tucXEO','_connectService','addRoot','realtimecollaborationclient-handleserverresponse','createPositionFromPath','affectsData','getIdOfTheLastOperation','wasUndone','_fetchMissingUsers','model','_knownRootNames','has','rootName','cloudServices.bundleVersion','parse','_ignoredOperations','_baseBufferDelay','requires','marker','_handleSendingSelectionMarkers','_getAffectedRoot','applyOperation','_hasSynchronizationProblem','error','realtimecollaborationclient-sendbufferedoperations','plugins','document','get','map','newRange','disableReadOnlyMode','connection','_isEditingAllowed','unregister','fromJSON','reset','markers','rtc-destroyed','stopListening','change:_isPendingUpdate','push','collaboration','_shouldSendUpdate','createRange','enableReadOnlyMode','_clearPendingAction','setPermissions','off','_addKnownRoot','disconnect','Notification','_compressOperations','pluginName','disconnected','_isPendingUpdate','_operationToId','realtimecollaborationclient-init-document-already-initialized','initData','differ','roots','locale','string','remove','_handleExternalOperations','addOperation','stop','_authorId','change:range','lastOperationId','apply','1817357Bctpxa','change:_isEditingAllowed','offset','161PysvKp','_handleInitialConnectionData','code','rootsAttributes','2204756Purgxt','realtimecollaborationclient-init-non-existent-root','change:hasDomSelection','insert','bind','_refreshUserSelectionMarkers','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.','InsertOperation','_offset','634264cgnieT','targetPosition','catch','rtc-offline','_handleServerResponse','isDocumentOperation','realtimecollaborationclient-initservice-internal-error','PENDING_ACTION_SENDING_DATA','high','_setPendingAction','currentDocumentSession','_bufferRootLoad','_currentBufferDelay','cloud-services-internal-error:\x20Not\x20connected.','_isLoaded','_getOperationsFromInitData','_hasSelectionChanged','_lastServerVersion','_connectAfterSessionHasBeenFlushed','isEnabled','attributes','_sendBufferedOperationsDelayId','mySessionId','selection','channelSessions','baseVersion','_handleReconnectionResponse','_initSessionsHandling','CollaborativeEditingService','return','202623ERkgRe','_compressor','view','then','404','start','_loadRoot','sessionAdd:','_isAttached','wereChangesApplied','forEach','isUndoneOperation','createdAt','real-time-collaboration','history','getConnectedSessions','_initThrowingOnDataSet','isReadOnly','getOperations','userId','714234otUGGb','setIdForTheLastOperation','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','metadata','permissions','decompress','getRoot','connected','25ruzzFx','getMany','root','editor','reconnect','startsWith','position','length','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.','enqueueChange','_crash','createPositionAt','17364kZLFfy','showWarning','reconnection:\x20flushed\x20session','cs:removeUser','directChange','cloudDocumentVersion','_lastSyncedOperationId','data','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','lastDocumentSession','editing','36553fIFVVq','_handleReconnectionError','toJSON','sessionId','_operationIdentifier','ready','multi-root-editor-root-attributes-no-root','Synchronization\x20issue','filter','clone','realtimecollaborationclient-init-connection-failed','409','_isInit','_isDisconnection','destroy','serverHistory','getUser','fire','RealTimeCollaborationClient','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','set','removeFromReconnectionStack','_document','_pendingAction','_disconnectService','affectedSelectable','_waitUntilSynced','sessionCreatedAt','suppressErrorInCollaboration','round','lastSyncVersion','_decompressOperations','createUserMarkerOperations','getOperationAuthor','collaboration-missing-channelid','_shouldSendSelectionUpdate','type','_sendBufferedOperations','slice','listenTo','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_channelId','realtimecollaborationclient-init-session-connection-error','_sendBufferedOperationsDelayed','define','lastOperationAcceptedAt','10mUBMTF','addUser','_saveOperationInBuffer','move','_isConnected','Permissions','__className','addRootAttribute','from','addToReconnectionStack','_disconnectionOperations','config','_handleReceivedOperations','collaboration.channelId','createRoot','includes','connect','keys','entries','batch','_knownOperations','getDocumentDetails','cloud-services-internal-error:\x20Request\x20timeout.','size'];_0x3abc=function(){return _0x35d1cc;};return _0x3abc();}let K=0x1;class l extends _0x1ad366{static get[_0x51a186(0x239)](){return[_0x39d755,_0x5852c1,_0x341733,_0x558879,_0x1ff20a,_0x5e1c44];}static get[_0x51a186(0x25c)](){const _0x497b07=_0x51a186;return _0x497b07(0x1dd);}get[_0x51a186(0x1c5)](){const _0xc43413=_0x51a186;return this[_0xc43413(0x28f)]+this[_0xc43413(0x27d)];}get[_0x51a186(0x28f)](){const _0x231250=_0x51a186;return this[_0x231250(0x1da)][_0x231250(0x216)]-this[_0x231250(0x27d)];}get[_0x51a186(0x1e9)](){const _0x11d090=_0x51a186,_0x5d5103=this[_0x11d090(0x1da)][_0x11d090(0x1aa)]();for(let _0x3a6976=_0x5d5103[_0x11d090(0x1bb)]-0x1;_0x3a6976>=0x0;_0x3a6976--){const _0x2332a9=_0x5d5103[_0x3a6976];if(!this[_0x11d090(0x203)][_0x11d090(0x233)](_0x2332a9))return _0x2332a9[_0x11d090(0x297)]+0x1-this[_0x11d090(0x27d)];}return 0x0;}constructor(_0x4162a0){const _0x48ea37=_0x51a186;if(super(_0x4162a0),this[_0x48ea37(0x27d)]=0x0,this[_0x48ea37(0x1ce)]=null,this[_0x48ea37(0x1da)]=new _0x2d82b9(),this[_0x48ea37(0x1b7)][_0x48ea37(0x204)][_0x48ea37(0x1f7)](_0x48ea37(0x251),{}),this[_0x48ea37(0x1f4)]=this[_0x48ea37(0x1b7)][_0x48ea37(0x204)][_0x48ea37(0x243)](_0x48ea37(0x206)),!this[_0x48ea37(0x1f4)])throw new _0x41699e(_0x48ea37(0x1ed),this);const _0x4417e0=_0x4162a0[_0x48ea37(0x204)][_0x48ea37(0x243)](_0x48ea37(0x235))||_0x198047;this[_0x48ea37(0x217)]=new l[(_0x48ea37(0x29a))](_0x4417e0,this[_0x48ea37(0x1f4)]),this[_0x48ea37(0x1e1)]=this[_0x48ea37(0x1b7)][_0x48ea37(0x231)][_0x48ea37(0x242)],this[_0x48ea37(0x199)]=new _0x44403a(),this[_0x48ea37(0x21e)]=[],this[_0x48ea37(0x20d)]=new WeakSet(),this[_0x48ea37(0x232)]=new Set(),this[_0x48ea37(0x1df)](_0x48ea37(0x25e),!0x1),this[_0x48ea37(0x1df)](_0x48ea37(0x23e),!0x1),this[_0x48ea37(0x1e2)]=null,this[_0x48ea37(0x28e)]=!0x1,this[_0x48ea37(0x293)]=null,this[_0x48ea37(0x238)]=0x12c,this[_0x48ea37(0x28a)]=this[_0x48ea37(0x238)],this[_0x48ea37(0x1c6)]=null,this[_0x48ea37(0x203)]=new WeakSet(),this[_0x48ea37(0x1cf)]=new X(this[_0x48ea37(0x203)]);}[_0x51a186(0x227)](){const _0x163b79=_0x51a186,_0x26431a=this[_0x163b79(0x1b7)],_0x20fe03=_0x26431a[_0x163b79(0x241)][_0x163b79(0x243)](_0x1ff20a),_0x11dc06=_0x26431a[_0x163b79(0x241)][_0x163b79(0x243)](_0x39d755);this[_0x163b79(0x1f2)](_0x20fe03,_0x163b79(0x1ec),(_0x19fd45,_0x4c8f1d)=>{const _0x55ebba=_0x163b79,_0x55d2a6=_0x4c8f1d[0x0];_0x55d2a6[_0x55ebba(0x26a)]&&(_0x19fd45[_0x55ebba(0x29b)]=_0x20fe03[_0x55ebba(0x1db)](_0x55d2a6[_0x55ebba(0x26a)]),_0x19fd45[_0x55ebba(0x269)]()),null===_0x55d2a6[_0x55ebba(0x26a)]&&(_0x19fd45[_0x55ebba(0x29b)]=null,_0x19fd45[_0x55ebba(0x269)]());},{'priority':_0x163b79(0x286)}),this[_0x163b79(0x1f2)](_0x26431a[_0x163b79(0x231)][_0x163b79(0x242)][_0x163b79(0x295)],_0x163b79(0x26b),(_0x161bdb,_0x2d22d3)=>{const _0x569714=_0x163b79;_0x2d22d3[_0x569714(0x1c4)]&&this[_0x569714(0x27a)]();}),this[_0x163b79(0x1f2)](_0x26431a[_0x163b79(0x1ca)][_0x163b79(0x19a)],_0x163b79(0x277),()=>{const _0x427e37=_0x163b79;this[_0x427e37(0x27a)]();}),this[_0x163b79(0x1a8)](),_0x26431a[_0x163b79(0x231)]['on'](_0x163b79(0x23d),(_0x29daee,_0x423c4f)=>{const _0x3c1b86=_0x163b79,_0x26a47a=_0x423c4f[0x0];_0x26a47a[_0x3c1b86(0x283)]&&(this[_0x3c1b86(0x1fb)](_0x26a47a),this[_0x3c1b86(0x252)]()&&this[_0x3c1b86(0x1f6)]());}),this[_0x163b79(0x223)](),this[_0x163b79(0x279)](_0x163b79(0x248))['to'](_0x11dc06,_0x163b79(0x211),this,_0x163b79(0x23e),(_0x371e7f,_0x29177d)=>_0x163b79(0x1b3)===_0x371e7f&&!_0x29177d),this['on'](_0x163b79(0x26f),()=>{const _0x2fa799=_0x163b79;this[_0x2fa799(0x248)]?_0x26431a[_0x2fa799(0x246)](_0x2fa799(0x281)):_0x26431a[_0x2fa799(0x254)](_0x2fa799(0x281));}),this[_0x163b79(0x248)]?_0x26431a[_0x163b79(0x246)](_0x163b79(0x281)):_0x26431a[_0x163b79(0x254)](_0x163b79(0x281)),this[_0x163b79(0x1df)](_0x163b79(0x1fd),!0x1);}async[_0x51a186(0x1b8)](){const _0x3da00b=_0x51a186,_0x2eba86=this[_0x3da00b(0x1b7)][_0x3da00b(0x241)][_0x3da00b(0x243)](_0x5852c1),_0x27bbf5=this[_0x3da00b(0x1b7)][_0x3da00b(0x241)][_0x3da00b(0x243)](_0x39d755);try{this[_0x3da00b(0x25e)]=!0x0,_0x2eba86[_0x3da00b(0x249)](this[_0x3da00b(0x1f4)]);const _0x18dd68=await this[_0x3da00b(0x217)][_0x3da00b(0x1b8)](_0x27bbf5[_0x3da00b(0x247)],this[_0x3da00b(0x1e9)]);await this[_0x3da00b(0x298)](_0x18dd68)&&(this[_0x3da00b(0x25e)]=!0x1,this[_0x3da00b(0x255)]());const _0x3974a6=await this[_0x3da00b(0x217)][_0x3da00b(0x1a7)]();_0x2eba86[_0x3da00b(0x218)](this[_0x3da00b(0x1f4)],_0x3974a6),this[_0x3da00b(0x23b)](),this[_0x3da00b(0x1fd)]=!0x0;}catch(_0x419d2f){if(function(_0x159a44){const _0x568737=_0x3da00b;return _0x568737(0x19c)===_0x159a44[_0x568737(0x273)];}(_0x419d2f)&&this[_0x3da00b(0x1ce)])await this[_0x3da00b(0x290)]();else{if(function(_0x446f10){const _0x34b8be=_0x3da00b;return _0x34b8be(0x1d6)===_0x446f10[_0x34b8be(0x273)];}(_0x419d2f)){const _0x28fb7e=_0x37dd30(this[_0x3da00b(0x1b7)][_0x3da00b(0x264)],_0x3da00b(0x1f3));this[_0x3da00b(0x1cc)](_0x28fb7e);}else{if(!(_0x419d2f instanceof J))throw _0x419d2f;this[_0x3da00b(0x1cc)]();}}}}[_0x51a186(0x1d9)](){const _0x5c1b4d=_0x51a186,_0x328948=this[_0x5c1b4d(0x1b7)][_0x5c1b4d(0x241)][_0x5c1b4d(0x243)](_0x39d755),_0x4d4b4e=this[_0x5c1b4d(0x1b7)][_0x5c1b4d(0x241)][_0x5c1b4d(0x243)](_0x5852c1);this[_0x5c1b4d(0x1b7)][_0x5c1b4d(0x254)](_0x5c1b4d(0x24d)),_0x4d4b4e[_0x5c1b4d(0x296)][_0x5c1b4d(0x233)](this[_0x5c1b4d(0x1f4)])&&_0x4d4b4e[_0x5c1b4d(0x249)](this[_0x5c1b4d(0x1f4)]),_0x328948[_0x5c1b4d(0x1e0)](this),this[_0x5c1b4d(0x1e3)](),super[_0x5c1b4d(0x1d9)]();}async[_0x51a186(0x298)](_0x5de484){const _0xdbf848=_0x51a186;if(this[_0xdbf848(0x1ce)]!==_0x5de484[_0xdbf848(0x1ce)]&&this[_0xdbf848(0x1c6)]!==_0x5de484[_0xdbf848(0x26c)])throw new J();return this[_0xdbf848(0x1ce)]=_0x5de484[_0xdbf848(0x1ce)],this[_0xdbf848(0x282)]([],{..._0x5de484,'wereChangesApplied':!0x1,'data':_0x5de484[_0xdbf848(0x1c7)]},_0xdbf848(0x1b8));}async[_0x51a186(0x229)](_0x3bc90d,_0x89137f=!0x1){const _0x5c1767=_0x51a186,{connection:_0x59a365}=this[_0x5c1767(0x1b7)][_0x5c1767(0x241)][_0x5c1767(0x243)](_0x39d755);l[_0x5c1767(0x29a)][_0x5c1767(0x1a7)](_0x59a365,this[_0x5c1767(0x1f4)])[_0x5c1767(0x19b)](_0x1baac8=>this[_0x5c1767(0x299)](_0x1baac8))[_0x5c1767(0x280)](_0x4b6657=>{const _0x5e5726=_0x5c1767;this[_0x5e5726(0x1be)](_0x5e5726(0x1f5),_0x4b6657);}),this[_0x5c1767(0x1f2)](this[_0x5c1767(0x217)],_0x5c1767(0x222),this[_0x5c1767(0x205)][_0x5c1767(0x279)](this)),this[_0x5c1767(0x1f2)](this[_0x5c1767(0x217)],_0x5c1767(0x23f),(_0x2aeeab,_0x31c1d2)=>{const _0x4915e5=_0x5c1767;this[_0x4915e5(0x1be)](_0x4915e5(0x284),_0x31c1d2);}),this[_0x5c1767(0x1f2)](this[_0x5c1767(0x217)],_0x5c1767(0x25d),()=>{const _0x1cc81b=_0x5c1767;this[_0x1cc81b(0x1fd)]=!0x1;});const _0xaf9df2=this[_0x5c1767(0x1cf)][_0x5c1767(0x22e)](_0x3bc90d);this[_0x5c1767(0x25e)]=!0x0;const _0xa65821=await this[_0x5c1767(0x217)][_0x5c1767(0x209)](_0x59a365,this[_0x5c1767(0x25b)](_0x3bc90d),_0xaf9df2);if(this[_0x5c1767(0x1ce)]=_0xa65821[_0x5c1767(0x1ce)],_0x89137f){if(!_0xa65821[_0x5c1767(0x1a1)])return void this[_0x5c1767(0x1cc)]();this[_0x5c1767(0x25e)]=!0x1,this[_0x5c1767(0x255)](),this[_0x5c1767(0x1da)][_0x5c1767(0x24b)](),this[_0x5c1767(0x27d)]=_0xa65821[_0x5c1767(0x270)],this[_0x5c1767(0x1da)][_0x5c1767(0x216)]=this[_0x5c1767(0x27d)],await this[_0x5c1767(0x282)](_0x3bc90d,_0xa65821,_0x5c1767(0x1c2));}else await this[_0x5c1767(0x272)](_0xa65821,_0x3bc90d);this[_0x5c1767(0x23b)](),this[_0x5c1767(0x1fd)]=!0x0;}[_0x51a186(0x23b)](){const _0x1f4774=_0x51a186,_0x5cbcdc=this[_0x1f4774(0x1b7)][_0x1f4774(0x241)][_0x1f4774(0x243)](_0x5852c1),_0x4efb94=this[_0x1f4774(0x1b7)][_0x1f4774(0x241)][_0x1f4774(0x243)](_0x341733),_0x2cc569=_0x5cbcdc[_0x1f4774(0x296)][_0x1f4774(0x243)](this[_0x1f4774(0x1f4)]);_0x2cc569&&_0x2cc569[_0x1f4774(0x1bb)]>0x1?_0x4efb94[_0x1f4774(0x1eb)]():this[_0x1f4774(0x1f2)](_0x5cbcdc,_0x1f4774(0x19f)+this[_0x1f4774(0x1f4)],()=>{const _0x4f3ebb=_0x1f4774;0x2===_0x5cbcdc[_0x4f3ebb(0x296)][_0x4f3ebb(0x243)](this[_0x4f3ebb(0x1f4)])[_0x4f3ebb(0x1bb)]&&_0x4efb94[_0x4f3ebb(0x1eb)]();});}async[_0x51a186(0x205)](_0x1adb3d,_0x28d82a,_0x280b3c,_0x63627){const _0x32e95e=_0x51a186;if(!this[_0x32e95e(0x25e)]&&this[_0x32e95e(0x1e1)][_0x32e95e(0x216)]==_0x28d82a){const _0x2c1d4d=this[_0x32e95e(0x1ea)](_0x280b3c,_0x63627);await this[_0x32e95e(0x230)](_0x2c1d4d),this[_0x32e95e(0x267)](_0x2c1d4d,_0x28d82a,_0x280b3c[_0x32e95e(0x26c)])||this[_0x32e95e(0x1be)](_0x32e95e(0x21b));}}async[_0x51a186(0x290)](){const _0xeec2ab=_0x51a186;this[_0xeec2ab(0x1e3)]();const {locale:_0x3ca47}=this[_0xeec2ab(0x1b7)];let _0x286b74;try{_0x286b74=await this[_0xeec2ab(0x217)][_0xeec2ab(0x20e)]();}catch(_0x448cf1){const _0x52183f=_0x37dd30(_0x3ca47,_0xeec2ab(0x1ae));return void this[_0xeec2ab(0x1cc)](_0x52183f);}const _0x419ea0=_0x286b74[_0xeec2ab(0x288)]||_0x286b74[_0xeec2ab(0x1c9)];if(this[_0xeec2ab(0x1c6)]===_0x419ea0[_0xeec2ab(0x26c)])await this[_0xeec2ab(0x229)](this[_0xeec2ab(0x1b7)][_0xeec2ab(0x231)][_0xeec2ab(0x242)][_0xeec2ab(0x1a6)][_0xeec2ab(0x1aa)](),!0x0);else{const _0xab586e=_0x37dd30(_0x3ca47,_0xeec2ab(0x1bc));this[_0xeec2ab(0x1cc)](_0xab586e);}}[_0x51a186(0x1e3)](){const _0x1d82f9=_0x51a186;this[_0x1d82f9(0x217)][_0x1d82f9(0x259)](),this[_0x1d82f9(0x21e)]=[],clearTimeout(this[_0x1d82f9(0x293)]),this[_0x1d82f9(0x24e)](this[_0x1d82f9(0x217)]);}[_0x51a186(0x299)](_0x21b5ad){const _0x21b92c=_0x51a186,_0x11fa5b=this[_0x21b92c(0x1b7)][_0x21b92c(0x241)][_0x21b92c(0x243)](_0x5852c1);this[_0x21b92c(0x1f2)](_0x11fa5b,_0x21b92c(0x19f)+this[_0x21b92c(0x1f4)],(_0x2fa6c2,{session:_0x51fdff})=>{const _0x56d30c=_0x21b92c;if(_0x51fdff['id']===_0x11fa5b[_0x56d30c(0x294)]){_0x2fa6c2[_0x56d30c(0x257)]();const _0x5cb741=this[_0x56d30c(0x1b7)][_0x56d30c(0x241)][_0x56d30c(0x233)](_0x56d30c(0x21d))&&this[_0x56d30c(0x1b7)][_0x56d30c(0x241)][_0x56d30c(0x243)](_0x56d30c(0x21d));let _0x5e66e6=_0x51fdff[_0x56d30c(0x1b0)];_0x5cb741&&_0x5cb741[_0x56d30c(0x291)]&&(_0x5e66e6=_0x5e66e6[_0x56d30c(0x1d3)](_0x161199=>_0x56d30c(0x224)!==_0x161199)),this[_0x56d30c(0x1b7)][_0x56d30c(0x241)][_0x56d30c(0x243)](_0x56d30c(0x1fe))[_0x56d30c(0x256)](_0x5e66e6,this[_0x56d30c(0x1f4)]);}}),_0x11fa5b[_0x21b92c(0x218)](this[_0x21b92c(0x1f4)],_0x21b5ad);}[_0x51a186(0x1a8)](){const _0x3693ce=_0x51a186,_0x33f192=this[_0x3693ce(0x1b7)][_0x3693ce(0x1c7)][_0x3693ce(0x1df)];this[_0x3693ce(0x1b7)][_0x3693ce(0x1c7)][_0x3693ce(0x1df)]=(..._0x30850f)=>{const _0xc4b25d=_0x3693ce;if(!_0x30850f[_0x30850f[_0xc4b25d(0x1bb)]-0x1][_0xc4b25d(0x1e7)])throw new _0x41699e(_0xc4b25d(0x1c8),this);_0x33f192[_0xc4b25d(0x26d)](this[_0xc4b25d(0x1b7)][_0xc4b25d(0x1c7)],_0x30850f);};}[_0x51a186(0x223)](){const _0x20c4e0=_0x51a186;this[_0x20c4e0(0x1b7)][_0x20c4e0(0x1c7)]['on'](_0x20c4e0(0x227),(_0x2d1c50,[_0x18a1c7])=>{const _0x4870cf=_0x20c4e0;if(this[_0x4870cf(0x1e1)][_0x4870cf(0x216)])throw new _0x41699e(_0x4870cf(0x260),this);_0x2d1c50[_0x4870cf(0x269)](),this[_0x4870cf(0x287)]();const _0x8ce0b2=this[_0x4870cf(0x1b7)][_0x4870cf(0x204)][_0x4870cf(0x243)](_0x4870cf(0x274)),_0x3ee864=this[_0x4870cf(0x28d)](_0x18a1c7,_0x8ce0b2);0x0==_0x3ee864[_0x4870cf(0x1bb)]&&_0x3ee864[_0x4870cf(0x250)](new _0x182927(0x0)),_0x2d1c50[_0x4870cf(0x29b)]=this[_0x4870cf(0x229)](_0x3ee864)[_0x4870cf(0x19b)](()=>{const _0x556060=_0x4870cf;this[_0x556060(0x1b7)][_0x556060(0x241)][_0x556060(0x243)](_0x39d755)[_0x556060(0x202)](this),this[_0x556060(0x1b7)][_0x556060(0x1c7)][_0x556060(0x1dc)](_0x556060(0x1d0));})[_0x4870cf(0x280)](_0x364e65=>this[_0x4870cf(0x1be)](_0x4870cf(0x1d5),_0x364e65))[_0x4870cf(0x212)](()=>this[_0x4870cf(0x255)]());},{'priority':_0x20c4e0(0x286)}),this[_0x20c4e0(0x1b7)]['on'](_0x20c4e0(0x21f),async(_0x45dee3,[_0x48e494,_0x3c29a1])=>{const _0x2cd297=_0x20c4e0;_0x45dee3[_0x2cd297(0x269)]();const _0x39d0d8=this[_0x2cd297(0x1b7)][_0x2cd297(0x231)][_0x2cd297(0x242)][_0x2cd297(0x1b2)](_0x48e494);if(!this[_0x2cd297(0x232)][_0x2cd297(0x233)](_0x48e494)){const _0x643272=_0x3c29a1&&_0x3c29a1[_0x2cd297(0x1c7)]?_0x3c29a1[_0x2cd297(0x1c7)]:'',_0x1e7894=_0x3c29a1&&_0x3c29a1[_0x2cd297(0x292)]?_0x3c29a1[_0x2cd297(0x292)]:{};await this[_0x2cd297(0x19e)](_0x48e494,_0x643272,_0x1e7894);}this[_0x2cd297(0x1b7)][_0x2cd297(0x231)][_0x2cd297(0x1bd)]({'isUndoable':!0x1},()=>{const _0x5d91ef=_0x2cd297;_0x39d0d8[_0x5d91ef(0x28c)]=!0x0,this[_0x5d91ef(0x1b7)][_0x5d91ef(0x231)][_0x5d91ef(0x242)][_0x5d91ef(0x262)][_0x5d91ef(0x289)](_0x39d0d8);});},{'priority':_0x20c4e0(0x286)});}async[_0x51a186(0x230)](_0x357e64){const _0x367f2c=_0x51a186,_0x256f77=this[_0x367f2c(0x1b7)][_0x367f2c(0x241)][_0x367f2c(0x243)](_0x1ff20a),{connection:_0x44a2c4}=this[_0x367f2c(0x1b7)][_0x367f2c(0x241)][_0x367f2c(0x243)](_0x39d755),_0x3f94db=new Set();for(const _0x135b3b of _0x357e64){const _0x5a67a7=_0x135b3b[_0x367f2c(0x26a)];_0x5a67a7&&!_0x256f77[_0x367f2c(0x1db)](_0x5a67a7)&&_0x3f94db[_0x367f2c(0x225)](_0x5a67a7);}if(0x0===_0x3f94db[_0x367f2c(0x210)])return;const _0x235549=await _0x14df29[_0x367f2c(0x1b5)](_0x44a2c4,Array[_0x367f2c(0x201)](_0x3f94db));for(const _0x53a835 of _0x235549)_0x256f77[_0x367f2c(0x1db)](_0x53a835['id'])||_0x256f77[_0x367f2c(0x1fa)](_0x53a835);}[_0x51a186(0x28d)](_0x314630,_0x5d96c7={}){const _0x129554=_0x51a186,_0x20dd14=this[_0x129554(0x1b7)][_0x129554(0x231)],_0x1f107a=[];let _0x1b5d02=0x0;const _0x88d8e9=_0x129554(0x265)==typeof _0x314630?{'main':_0x314630}:_0x314630;for(const _0x22cead of Object[_0x129554(0x20a)](_0x88d8e9)){if(!this[_0x129554(0x1e1)][_0x129554(0x263)][_0x129554(0x233)](_0x22cead))throw new _0x41699e(_0x129554(0x276),this);const _0x3fcd39=this[_0x129554(0x1b7)][_0x129554(0x1c7)][_0x129554(0x236)](_0x88d8e9[_0x22cead]),_0x3d0916=this[_0x129554(0x1e1)][_0x129554(0x1b2)](_0x22cead),_0x15be09=new _0x34caed(_0x20dd14[_0x129554(0x1bf)](_0x3d0916,0x0),_0x3fcd39,_0x1b5d02++);_0x1f107a[_0x129554(0x250)](_0x15be09);for(const [_0x50f721,_0x141412]of _0x3fcd39[_0x129554(0x24c)]){const _0x277664=_0x20dd14[_0x129554(0x253)](_0x20dd14[_0x129554(0x22c)](_0x3d0916,_0x141412[_0x129554(0x19d)][_0x129554(0x221)][_0x129554(0x1f1)]()),_0x20dd14[_0x129554(0x22c)](_0x3d0916,_0x141412[_0x129554(0x219)][_0x129554(0x221)][_0x129554(0x1f1)]())),_0x50d1c1=new _0x56995f(_0x50f721,null,_0x277664,_0x20dd14[_0x129554(0x24c)],!0x0,_0x1b5d02++);_0x1f107a[_0x129554(0x250)](_0x50d1c1);}}if(_0x5d96c7)for(const [_0x1d7c22,_0x4d5157]of Object[_0x129554(0x20b)](_0x5d96c7)){const _0x1fe2f1=_0x20dd14[_0x129554(0x242)][_0x129554(0x1b2)](_0x1d7c22);if(!_0x1fe2f1)throw new _0x41699e(_0x129554(0x1d1),null);for(const [_0x57d990,_0x6b4ba6]of Object[_0x129554(0x20b)](_0x4d5157))if(null!==_0x6b4ba6){const _0x3e7e21=new _0xc13341(_0x1fe2f1,_0x57d990,null,_0x6b4ba6,_0x1b5d02++);_0x1f107a[_0x129554(0x250)](_0x3e7e21);}}return _0x1f107a;}async[_0x51a186(0x19e)](_0x32fbe1,_0x44f16d,_0x26ee23){const _0x4e3be0=_0x51a186;this[_0x4e3be0(0x28d)]({[_0x32fbe1]:_0x44f16d},{[_0x32fbe1]:_0x26ee23})[_0x4e3be0(0x1a2)]((_0x1d146b,_0x53316b)=>{const _0x1144ed=_0x4e3be0;_0x1d146b[_0x1144ed(0x297)]=this[_0x1144ed(0x1e1)][_0x1144ed(0x216)]+_0x53316b,_0x1d146b[_0x1144ed(0x1d7)]=!0x0,this[_0x1144ed(0x1fb)](_0x1d146b);}),this[_0x4e3be0(0x1f6)](),await this[_0x4e3be0(0x1e5)]();}async[_0x51a186(0x272)](_0xac6fff,_0x453422){const _0x46c228=_0x51a186;let _0x42e62c;this[_0x46c228(0x27d)]=_0xac6fff[_0x46c228(0x270)];const _0x11082f=_0xac6fff[_0x46c228(0x1a1)]&&!_0xac6fff[_0x46c228(0x261)],_0x10575b=_0x11082f?0x0:_0xac6fff[_0x46c228(0x1c7)][_0x46c228(0x297)];if(_0x453422[_0x46c228(0x1a2)](_0xcfce5a=>{const _0x25db70=_0x46c228;_0xcfce5a[_0x25db70(0x1d7)]=!0x0,_0xcfce5a[_0x25db70(0x1a4)]=_0xac6fff[_0x25db70(0x1e6)],_0xcfce5a[_0x25db70(0x26a)]=null;}),_0x11082f)_0x42e62c=_0x453422,this[_0x46c228(0x226)](_0x42e62c,_0x11082f);else{if(_0xac6fff[_0x46c228(0x261)]){const _0x1cce1e=this[_0x46c228(0x28d)](_0xac6fff[_0x46c228(0x261)]);this[_0x46c228(0x1e1)][_0x46c228(0x1a6)][_0x46c228(0x216)]=-_0x1cce1e[_0x46c228(0x1bb)],_0x1cce1e[_0x46c228(0x1a2)](_0x117c1b=>{const _0x3e1843=_0x46c228;_0x117c1b[_0x3e1843(0x297)]-=_0x1cce1e[_0x3e1843(0x1bb)],_0x117c1b[_0x3e1843(0x1a4)]=_0xac6fff[_0x3e1843(0x1e6)],_0x117c1b[_0x3e1843(0x1d7)]=!0x0,_0x117c1b[_0x3e1843(0x26a)]=null;}),this[_0x46c228(0x226)](_0x1cce1e,!0x0),this[_0x46c228(0x1da)][_0x46c228(0x216)]=-_0x1cce1e[_0x46c228(0x1bb)]+this[_0x46c228(0x27d)],this[_0x46c228(0x214)](_0x1cce1e);}this[_0x46c228(0x1e1)][_0x46c228(0x1a6)][_0x46c228(0x216)]=_0x10575b,_0x42e62c=this[_0x46c228(0x1ea)](_0xac6fff[_0x46c228(0x1c7)],_0xac6fff[_0x46c228(0x1af)]),await this[_0x46c228(0x230)](_0x42e62c),this[_0x46c228(0x226)](_0x42e62c,_0x11082f);}_0xac6fff[_0x46c228(0x26c)]&&(this[_0x46c228(0x1cf)][_0x46c228(0x1ad)](_0x42e62c,_0xac6fff[_0x46c228(0x26c)]),this[_0x46c228(0x1c6)]=_0xac6fff[_0x46c228(0x26c)]),this[_0x46c228(0x1da)][_0x46c228(0x216)]=_0x10575b+this[_0x46c228(0x27d)],this[_0x46c228(0x214)](_0x42e62c),_0x453422[_0x46c228(0x1d3)](_0x1bb8f9=>{const _0x44552b=_0x46c228,_0x599d21=this[_0x44552b(0x23c)](_0x1bb8f9);return _0x599d21&&!this[_0x44552b(0x232)][_0x44552b(0x233)](_0x599d21);})[_0x46c228(0x1a2)]((_0x11dbf8,_0x4b2366)=>{const _0x1b6961=_0x46c228;_0x11dbf8[_0x1b6961(0x297)]=this[_0x1b6961(0x1e1)][_0x1b6961(0x216)]+_0x4b2366,this[_0x1b6961(0x1fb)](_0x11dbf8);}),this[_0x46c228(0x252)]()?(this[_0x46c228(0x28a)]=0x0,this[_0x46c228(0x1f6)](!0x0),await this[_0x46c228(0x1e5)]()):(this[_0x46c228(0x25e)]=!0x1,this[_0x46c228(0x255)]());}[_0x51a186(0x1be)](_0x1eb1f4,_0x464637){const _0x691d5a=_0x51a186;throw this[_0x691d5a(0x25e)]=!0x0,_0x464637&&console[_0x691d5a(0x23f)](_0x464637),new _0x41699e(_0x1eb1f4,this[_0x691d5a(0x1b7)]);}[_0x51a186(0x1fb)](_0x496afb){const _0x4499af=_0x51a186;this[_0x4499af(0x20d)][_0x4499af(0x233)](_0x496afb)||(this[_0x4499af(0x20d)][_0x4499af(0x225)](_0x496afb),this[_0x4499af(0x21e)][_0x4499af(0x250)](_0x496afb),this[_0x4499af(0x1e2)]||_0x4499af(0x23a)==_0x496afb[_0x4499af(0x1ef)]&&!_0x496afb[_0x4499af(0x22d)]||this[_0x4499af(0x287)]());}[_0x51a186(0x1f6)](_0x523f41=!0x1){const _0x34e81a=_0x51a186;!_0x523f41&&this[_0x34e81a(0x25e)]||(this[_0x34e81a(0x25e)]=!0x0,clearTimeout(this[_0x34e81a(0x293)]),this[_0x34e81a(0x293)]=setTimeout(()=>{const _0x4f5a30=_0x34e81a;this[_0x4f5a30(0x1f0)]()[_0x4f5a30(0x19b)](_0x1cc767=>{const _0xff33b0=_0x4f5a30;_0x1cc767&&(this[_0xff33b0(0x255)](),this[_0xff33b0(0x25e)]=!0x1);})[_0x4f5a30(0x280)](_0xb5f351=>{const _0xca101f=_0x4f5a30;if(this[_0xca101f(0x255)](),this[_0xca101f(0x25e)]=!0x1,!function(_0x494cc9){const _0x17ddd0=_0xca101f;return _0x494cc9[_0x17ddd0(0x21c)][_0x17ddd0(0x1b9)](_0x17ddd0(0x28b))||_0x494cc9[_0x17ddd0(0x21c)][_0x17ddd0(0x1b9)](_0x17ddd0(0x1de))||_0x494cc9[_0x17ddd0(0x21c)][_0x17ddd0(0x1b9)](_0x17ddd0(0x20f));}(_0xb5f351))throw _0xb5f351;});},this[_0x34e81a(0x28a)]));}[_0x51a186(0x1e5)](){return new Promise(_0x5e336f=>{const _0x6df09=_0x399f;this['on'](_0x6df09(0x24f),()=>{_0x5e336f();});});}async[_0x51a186(0x1f0)](){const _0x2ed5c9=_0x51a186,_0x192dc2=this[_0x2ed5c9(0x1b7)][_0x2ed5c9(0x241)][_0x2ed5c9(0x243)](_0x341733);if(this[_0x2ed5c9(0x1ee)]()&&(_0x192dc2[_0x2ed5c9(0x1eb)](),this[_0x2ed5c9(0x28e)]=!0x1),!this[_0x2ed5c9(0x252)]())return!0x0;const _0x3b1852=[...this[_0x2ed5c9(0x21e)]];for(const _0x226649 of _0x3b1852)_0x226649[_0x2ed5c9(0x22f)]=this[_0x2ed5c9(0x1e1)][_0x2ed5c9(0x1a6)][_0x2ed5c9(0x1a3)](_0x226649);const _0x1c756b=this[_0x2ed5c9(0x1cf)][_0x2ed5c9(0x22e)](_0x3b1852),_0x4fd6ad=K++,_0x6ddee3=this[_0x2ed5c9(0x25b)](_0x3b1852),_0x38c895=await this[_0x2ed5c9(0x217)][_0x2ed5c9(0x213)](_0x6ddee3,_0x6ddee3[_0x2ed5c9(0x297)],_0x1c756b);try{return await this[_0x2ed5c9(0x282)](_0x3b1852,_0x38c895,_0x4fd6ad);}catch(_0x3acb6c){return this[_0x2ed5c9(0x1be)](_0x2ed5c9(0x240),_0x3acb6c);}}async[_0x51a186(0x282)](_0xc323da,_0x18d6bf,_0x4d6c0e){const _0x59b4a0=_0x51a186;if(_0x59b4a0(0x23f)in _0x18d6bf)throw _0x18d6bf[_0x59b4a0(0x23f)];let _0x5cf746=!0x1;if(_0x18d6bf[_0x59b4a0(0x1a1)]){_0x18d6bf[_0x59b4a0(0x26c)]&&(this[_0x59b4a0(0x1c6)]=_0x18d6bf[_0x59b4a0(0x26c)]),this[_0x59b4a0(0x21e)]=this[_0x59b4a0(0x21e)][_0x59b4a0(0x1d3)](_0x41da10=>!_0xc323da[_0x59b4a0(0x208)](_0x41da10));for(const _0xd9238 of _0xc323da)_0xd9238[_0x59b4a0(0x1a4)]=_0x59b4a0(0x1f8)in _0x18d6bf&&_0x18d6bf[_0x59b4a0(0x1f8)]||void 0x0;Q(_0xc323da,_0x18d6bf[_0x59b4a0(0x216)]-_0xc323da[_0x59b4a0(0x1bb)]),this[_0x59b4a0(0x214)](_0xc323da);const _0x21adaf=_0xc323da[_0x59b4a0(0x1d3)](_0x58e47a=>{const _0x293051=_0x59b4a0;if(!_0x58e47a[_0x293051(0x1d7)])return!0x1;const _0x2ea427=this[_0x293051(0x23c)](_0x58e47a);return _0x2ea427&&!this[_0x293051(0x232)][_0x293051(0x233)](_0x2ea427);});Q(_0x21adaf,this[_0x59b4a0(0x1e1)][_0x59b4a0(0x216)]),this[_0x59b4a0(0x226)](_0x21adaf),_0x5cf746=!0x0,this[_0x59b4a0(0x28a)]=this[_0x59b4a0(0x238)];}else{const _0x3ffecf=this[_0x59b4a0(0x1ea)](_0x18d6bf[_0x59b4a0(0x1c7)],_0x18d6bf[_0x59b4a0(0x1af)])[_0x59b4a0(0x1d3)](_0x217f5e=>_0x217f5e[_0x59b4a0(0x297)]>=this[_0x59b4a0(0x28f)]);_0x3ffecf[_0x59b4a0(0x1a2)](_0x305fa7=>this[_0x59b4a0(0x258)](_0x305fa7)),this[_0x59b4a0(0x21e)]=this[_0x59b4a0(0x21e)][_0x59b4a0(0x1d3)](_0x351777=>!_0x351777[_0x59b4a0(0x1d7)]||!this[_0x59b4a0(0x232)][_0x59b4a0(0x233)](this[_0x59b4a0(0x23c)](_0x351777))),this[_0x59b4a0(0x21e)][_0x59b4a0(0x1bb)]&&Q(this[_0x59b4a0(0x21e)],this[_0x59b4a0(0x21e)][0x0][_0x59b4a0(0x297)]),await this[_0x59b4a0(0x230)](_0x3ffecf),_0x5cf746=this[_0x59b4a0(0x267)](_0x3ffecf,_0x18d6bf[_0x59b4a0(0x216)],_0x18d6bf[_0x59b4a0(0x26c)]),this[_0x59b4a0(0x28a)]=Math[_0x59b4a0(0x1e8)](this[_0x59b4a0(0x28a)]/0x2);}return _0x5cf746?!this[_0x59b4a0(0x252)]()||(this[_0x59b4a0(0x1f6)](!0x0),!0x1):this[_0x59b4a0(0x1be)](_0x59b4a0(0x22b));}[_0x51a186(0x267)](_0x2bf717,_0x480825,_0x502324){const _0x352d2e=_0x51a186;try{const _0x18c88b={'document':this[_0x352d2e(0x1e1)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x5718d7,operationsB:_0x51d6c7,originalOperations:_0x3b489b}=_0x546cdc(_0x2bf717,this[_0x352d2e(0x21e)],_0x18c88b);Q(_0x5718d7,this[_0x352d2e(0x1e1)][_0x352d2e(0x216)]),Q(_0x51d6c7,_0x480825);for(const _0x1b7a95 of _0x5718d7){const _0x22e9e4=_0x3b489b[_0x352d2e(0x243)](_0x1b7a95);_0x1b7a95[_0x352d2e(0x26a)]=_0x22e9e4?_0x22e9e4[_0x352d2e(0x26a)]:null;}_0x502324&&(this[_0x352d2e(0x1cf)][_0x352d2e(0x1ad)](_0x2bf717,_0x502324),this[_0x352d2e(0x1c6)]=_0x502324),this[_0x352d2e(0x21e)]=[..._0x51d6c7],this[_0x352d2e(0x226)](_0x5718d7),this[_0x352d2e(0x214)](_0x2bf717);}catch(_0x2682cc){return console[_0x352d2e(0x23f)](_0x2682cc),!0x1;}return!0x0;}[_0x51a186(0x226)](_0x1820a9,_0x4daa6a=!0x1){const _0x105081=_0x51a186;this[_0x105081(0x1b7)][_0x105081(0x231)][_0x105081(0x1bd)]({'isUndoable':!0x1,'isLocal':!0x1},_0x4f0c31=>{const _0x45011c=_0x105081;for(const _0x140069 of _0x1820a9)this[_0x45011c(0x20d)][_0x45011c(0x225)](_0x140069),this[_0x45011c(0x258)](_0x140069),_0x4f0c31[_0x45011c(0x20c)][_0x45011c(0x268)](_0x140069),this[_0x45011c(0x1b7)][_0x45011c(0x231)][_0x45011c(0x23d)](_0x140069);});}[_0x51a186(0x258)](_0x11b6bd){const _0x52797c=_0x51a186,_0x2a5836=this[_0x52797c(0x23c)](_0x11b6bd);_0x2a5836&&this[_0x52797c(0x232)][_0x52797c(0x225)](_0x2a5836);}[_0x51a186(0x23c)](_0x4d24fe){const _0x2798f5=_0x51a186;let _0x5266bb,_0x54f80b;switch(_0x4d24fe[_0x2798f5(0x1ef)]){case _0x2798f5(0x278):_0x5266bb=_0x4d24fe[_0x2798f5(0x1ba)][_0x2798f5(0x1b6)];break;case _0x2798f5(0x23a):if(_0x54f80b=_0x4d24fe[_0x2798f5(0x245)],!_0x54f80b)return null;_0x5266bb=_0x54f80b[_0x2798f5(0x1b6)];break;case _0x2798f5(0x200):_0x5266bb=_0x4d24fe[_0x2798f5(0x1b6)];break;case _0x2798f5(0x22a):_0x5266bb=_0x4d24fe[_0x2798f5(0x1e4)];break;case _0x2798f5(0x1fc):_0x5266bb=_0x4d24fe[_0x2798f5(0x27f)][_0x2798f5(0x1b6)];break;default:return null;}return _0x5266bb[_0x2798f5(0x234)];}[_0x51a186(0x214)](_0xfd08bc){const _0xa2a7c7=_0x51a186;_0xfd08bc[_0xa2a7c7(0x1a2)](_0x12b337=>{const _0x5840c0=_0xa2a7c7,_0x369fc0=_0x12b337[_0x5840c0(0x1d4)]();_0x369fc0[_0x5840c0(0x26a)]=_0x12b337[_0x5840c0(0x26a)],_0x369fc0[_0x5840c0(0x1d7)]=!!_0x12b337[_0x5840c0(0x1d7)],_0x369fc0[_0x5840c0(0x1a4)]=_0x12b337[_0x5840c0(0x1a4)],_0x369fc0[_0x5840c0(0x297)]+=this[_0x5840c0(0x27d)],_0x12b337[_0x5840c0(0x1d8)]&&this[_0x5840c0(0x203)][_0x5840c0(0x225)](_0x369fc0),this[_0x5840c0(0x1da)][_0x5840c0(0x268)](_0x369fc0);});}[_0x51a186(0x1cc)](_0x5eaaca){const _0x4ae35c=_0x51a186,_0x46a2c8=this[_0x4ae35c(0x1b7)][_0x4ae35c(0x241)][_0x4ae35c(0x243)](_0x4ae35c(0x25a)),_0x1c45e7=this[_0x4ae35c(0x1b7)][_0x4ae35c(0x264)];_0x5eaaca||(_0x5eaaca=_0x37dd30(_0x1c45e7,_0x4ae35c(0x27b))),_0x46a2c8[_0x4ae35c(0x1c1)](_0x5eaaca,{'title':_0x37dd30(_0x1c45e7,_0x4ae35c(0x1d2)),'namespace':_0x4ae35c(0x1a5)}),this[_0x4ae35c(0x23e)]=!0x0,clearTimeout(this[_0x4ae35c(0x293)]),this[_0x4ae35c(0x21e)]=[],this[_0x4ae35c(0x1b7)][_0x4ae35c(0x241)][_0x4ae35c(0x243)](_0x39d755)[_0x4ae35c(0x1d9)]();}[_0x51a186(0x287)](){const _0x4de189=_0x51a186;this[_0x4de189(0x1e2)]||(this[_0x4de189(0x1e2)]=this[_0x4de189(0x1b7)][_0x4de189(0x241)][_0x4de189(0x243)](_0x558879)[_0x4de189(0x225)](_0x37dd30(this[_0x4de189(0x1b7)][_0x4de189(0x264)],_0x4de189(0x285))));}[_0x51a186(0x255)](){const _0x5dcb02=_0x51a186;this[_0x5dcb02(0x1e2)]&&(this[_0x5dcb02(0x1b7)][_0x5dcb02(0x241)][_0x5dcb02(0x243)](_0x558879)[_0x5dcb02(0x266)](this[_0x5dcb02(0x1e2)]),this[_0x5dcb02(0x1e2)]=null);}[_0x51a186(0x25b)](_0x2fcfb4){const _0x2301ed=_0x51a186,_0x9252fb=_0x2fcfb4[_0x2301ed(0x244)](_0x2bcd58=>_0x2bcd58[_0x2301ed(0x1cd)]());return this[_0x2301ed(0x199)][_0x2301ed(0x220)](_0x9252fb);}[_0x51a186(0x1ea)](_0x1aff57,_0x1bd985){const _0x3f3805=_0x51a186;return this[_0x3f3805(0x199)][_0x3f3805(0x1b1)](_0x1aff57)[_0x3f3805(0x244)]((_0x7ab69b,_0x108be4)=>{const _0x86a4c0=_0x3f3805,_0x2f7588=_0x86a4c0(0x227)==_0x1bd985[_0x108be4][_0x86a4c0(0x1ef)];if(_0x86a4c0(0x27c)==_0x7ab69b[_0x86a4c0(0x1ff)]){const _0xfdc8ff=_0x7ab69b[_0x86a4c0(0x1ba)][_0x86a4c0(0x1b6)];!this[_0x86a4c0(0x1e1)][_0x86a4c0(0x1b2)](_0xfdc8ff)&&(this[_0x86a4c0(0x1e1)][_0x86a4c0(0x207)](_0x86a4c0(0x21a),_0xfdc8ff)[_0x86a4c0(0x1a0)]=!0x1);}const _0x40a98e=_0x21ef6a[_0x86a4c0(0x24a)](_0x7ab69b,this[_0x86a4c0(0x1e1)]);return _0x40a98e[_0x86a4c0(0x22f)]=_0x7ab69b[_0x86a4c0(0x22f)],_0x40a98e[_0x86a4c0(0x1d7)]=_0x2f7588,_0x40a98e[_0x86a4c0(0x26a)]=_0x2f7588?null:_0x1bd985[_0x108be4][_0x86a4c0(0x1ab)],_0x40a98e[_0x86a4c0(0x1d8)]=_0x86a4c0(0x1c3)===_0x1bd985[_0x108be4][_0x86a4c0(0x1ef)],_0x40a98e[_0x86a4c0(0x1a4)]=_0x1bd985[_0x108be4][_0x86a4c0(0x1a4)],_0x40a98e;});}[_0x51a186(0x27a)](){const _0x23a4a2=_0x51a186;this[_0x23a4a2(0x28e)]=!0x0,this[_0x23a4a2(0x1ee)]()?this[_0x23a4a2(0x1f6)]():this[_0x23a4a2(0x28e)]=!0x1;}[_0x51a186(0x1ee)](){const _0x34d242=_0x51a186,_0x5f5162=this[_0x34d242(0x1b7)][_0x34d242(0x241)][_0x34d242(0x243)](_0x5852c1)[_0x34d242(0x296)][_0x34d242(0x243)](this[_0x34d242(0x1f4)]);return!this[_0x34d242(0x1b7)][_0x34d242(0x1a9)]&&!!_0x5f5162&&_0x5f5162[_0x34d242(0x1bb)]>0x1&&this[_0x34d242(0x28e)];}[_0x51a186(0x252)](){const _0x443793=_0x51a186;return this[_0x443793(0x21e)][_0x443793(0x1bb)]>0x0||this[_0x443793(0x1ee)]();}}l[_0x51a186(0x29a)]=_0x29f087;export default l;class J extends Error{}function Q(_0x159804,_0x5c7aca){const _0x9275c2=_0x51a186;for(const _0x57331b of _0x159804)_0x57331b[_0x9275c2(0x297)]=_0x5c7aca++;}class X{constructor(_0x1fa336){const _0xde68f3=_0x51a186;this[_0xde68f3(0x237)]=_0x1fa336,this[_0xde68f3(0x25f)]=new WeakMap();}[_0x51a186(0x22e)](_0x5c6e45){const _0x2c809d=_0x51a186;let _0x3a9928=_0x5c6e45[_0x2c809d(0x1bb)];for(;_0x3a9928--;){const _0x3d1232=_0x5c6e45[_0x3a9928];if(!this[_0x2c809d(0x237)][_0x2c809d(0x233)](_0x3d1232)){if(!this[_0x2c809d(0x25f)][_0x2c809d(0x233)](_0x3d1232)){const _0x3fe0c7=_0x199709()[_0x2c809d(0x1f1)](0x1,0x12);this[_0x2c809d(0x25f)][_0x2c809d(0x1df)](_0x3d1232,_0x3fe0c7);}return this[_0x2c809d(0x25f)][_0x2c809d(0x243)](_0x3d1232);}}}[_0x51a186(0x1ad)](_0x41e18a,_0x250d78){const _0x3e9429=_0x51a186;if(!_0x250d78)return;let _0x3593a1=_0x41e18a[_0x3e9429(0x1bb)];for(;_0x3593a1--;){const _0x15437f=_0x41e18a[_0x3593a1];this[_0x3e9429(0x237)][_0x3e9429(0x233)](_0x15437f)||this[_0x3e9429(0x25f)][_0x3e9429(0x1df)](_0x15437f,_0x250d78);}}}
23
+ const _0x517f36=_0x10bf;(function(_0x18dab9,_0xc0a40d){const _0x220158=_0x10bf,_0x3de79b=_0x18dab9();while(!![]){try{const _0x229206=-parseInt(_0x220158(0x174))/0x1*(-parseInt(_0x220158(0x97))/0x2)+parseInt(_0x220158(0x101))/0x3*(-parseInt(_0x220158(0x125))/0x4)+parseInt(_0x220158(0x157))/0x5*(-parseInt(_0x220158(0x119))/0x6)+-parseInt(_0x220158(0xb0))/0x7+parseInt(_0x220158(0x131))/0x8*(parseInt(_0x220158(0xe2))/0x9)+-parseInt(_0x220158(0x14e))/0xa+parseInt(_0x220158(0x173))/0xb*(parseInt(_0x220158(0xf1))/0xc);if(_0x229206===_0xc0a40d)break;else _0x3de79b['push'](_0x3de79b['shift']());}catch(_0x13925c){_0x3de79b['push'](_0x3de79b['shift']());}}}(_0x492a,0xd4d02));import{Plugin as _0x16edd1,PendingActions as _0x5f8e75}from'ckeditor5/src/core.js';function _0x10bf(_0x4fd74e,_0x205b15){const _0x492af3=_0x492a();return _0x10bf=function(_0x10bf9e,_0x37170a){_0x10bf9e=_0x10bf9e-0x81;let _0x4c5faf=_0x492af3[_0x10bf9e];return _0x4c5faf;},_0x10bf(_0x4fd74e,_0x205b15);}import{CKEditorError as _0x2e3c88,version as _0x59313c,uid as _0x20be7d}from'ckeditor5/src/utils.js';import{Notification as _0xfc33fe}from'ckeditor5/src/ui.js';function _0x492a(){const _0x2c63df=['directChange','entries','rootsAttributes','_baseBufferDelay','change:hasDomSelection','createRange','4740SSsklT','_handleSendingSelectionMarkers','_fetchMissingUsers','_connectService','real-time-collaboration','_compressor','decompress','_ignoredOperations','has','disconnected','sessionAdd:','_isLoaded','finally','409','batch','_lastSyncedOperationId','27PCEYJC','parse','_sendBufferedOperationsDelayed','view','getOperationAuthor','userId','addUser','initData','path','addToReconnectionStack','_setUpDataInit','realtimecollaborationclient-init-connection-failed','return','operationsReceived','connection','InsertOperation','baseVersion','destroy','cloudDocumentVersion','getIdOfTheLastOperation','createPositionAt','_refreshUserSelectionMarkers','_handleServerResponse','lastOperationAcceptedAt','4848cLSVhQ','_initThrowingOnDataSet','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.','setIdForTheLastOperation','_isDisconnection','permissions','sessionId','position','__className','history','reconnect','marker','290216xfNlAc','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_getAffectedRoot','_sendBufferedOperationsDelayId','bind','realtimecollaborationclient-initservice-internal-error','getUser','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','length','_handleReconnectionResponse','stopListening','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','23128EIqIqb','_disconnectionOperations','_applyOperationsSet','metadata','wasUndone','realtimecollaborationclient-init-document-already-initialized','Permissions','rtc-offline','unregister','_connectAfterSessionHasBeenFlushed','differ','_disconnectService','enqueueChange','string','compress','reconnection:\x20flushed\x20session','_sendBufferedOperations','_bufferRootLoad','sendOperations','error','loadRoot','disableReadOnlyMode','mySessionId','connect','listenTo','_shouldSendUpdate','define','clone','createPositionFromPath','15989360cmpidq','_isEditingAllowed','forEach','attributes','_handleInitialConnectionData','affectedSelectable','_clearPendingAction','_document','requires','5430HnMxHK','_initSessionsHandling','addRootAttribute','collaboration','_addKnownRoot','_operationToId','_crash','_hasSelectionChanged','document','_isInit','collaboration-missing-channelid','push','reset','cloudServices.bundleVersion','isUndoneOperation','_loadRoot','serverHistory','_handleExternalOperations','PENDING_ACTION_SENDING_DATA','_isConnected','currentDocumentSession','change:_isEditingAllowed','_offset','fire','catch','CollaborativeEditingService','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.','getConnectedSessions','48917RTTsGw','823hRfSkb','lastSyncVersion','_knownOperations','start','insert','multi-root-editor-root-attributes-no-root','setPermissions','apply','roots','startsWith','_isPendingUpdate','type','_saveOperationInBuffer','ready','createdAt','cloud-services-internal-error:\x20Not\x20connected.','includes','add','realtimecollaborationclient-handleserverresponse','from','high','$root','collaboration.channelId','cs:removeUser','_handleReceivedOperations','isDocumentOperation','realtimecollaborationclient-init-non-existent-root','Synchronization\x20issue','wereChangesApplied','locale','_waitUntilSynced','get','realtimecollaborationclient-init-session-connection-error','_handleReconnectionError','createUserMarkerOperations','_service','_setPendingAction','register','state','4202XgLuaF','move','enableReadOnlyMode','change:_isPendingUpdate','removeFromReconnectionStack','_hasSynchronizationProblem','rtc-destroyed','change:range','_channelId','targetPosition','RealTimeCollaborationClient','offset','round','editor','affectsData','message','_isAttached','getRoot','createRoot','404','suppressErrorInCollaboration','data','set','Notification','getOperations','8190343rNwnSu','isEnabled','keys','_knownRootNames','_pendingAction','sessionCreatedAt','toJSON','map','cloud-services-internal-error:\x20Request\x20timeout.','selection','init','rootName','then','addRoot','getMany','plugins','getDocumentDetails','fromJSON','_operationIdentifier','config','_authorId','_getOperationsFromInitData','stop','version','off','slice','markers','showWarning','remove','channelSessions','realtimecollaborationclient-initservice-incorrect-server-operation','_currentBufferDelay','_lastServerVersion','_shouldSendSelectionUpdate','disconnect','isReadOnly','root','pluginName','newRange','_compressOperations','filter','applyOperation','_bufferedOperations','realtimecollaborationclient-sendbufferedoperations','end','CommentsOnly','model','document:write','addOperation','lastDocumentSession','5247XdAxRh','editing','_updateServerHistory','lastOperationId','size','_decompressOperations','code','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','connected'];_0x492a=function(){return _0x2c63df;};return _0x492a();}import{transformSets as _0x291ece,NoOperation as _0x5f3824,InsertOperation as _0x583d5d,MarkerOperation as _0x138bf2,RootAttributeOperation as _0x1fb4b0,OperationFactory as _0xdd7db5,History as _0x400615}from'ckeditor5/src/engine.js';import _0x3da96e from'./websocketgateway.js';import _0x66e81a from'./sessions.js';import _0x52a180 from'./usermarkers.js';import{getTranslation as _0x4e9508}from'../common-translations.js';import{Compressor as _0x2b3492}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0x3fc241}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x1ec56a,CollaborativeEditingService as _0x4fc1ae}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x16edd1{static get[_0x517f36(0x156)](){return[_0x3da96e,_0x66e81a,_0x52a180,_0x5f8e75,_0x3fc241,_0xfc33fe];}static get[_0x517f36(0xd5)](){const _0x315efa=_0x517f36;return _0x315efa(0xa1);}get[_0x517f36(0x113)](){const _0x14ec81=_0x517f36;return this[_0x14ec81(0xd0)]+this[_0x14ec81(0x16d)];}get[_0x517f36(0xd0)](){const _0x1252cf=_0x517f36;return this[_0x1252cf(0x167)][_0x1252cf(0xc7)]-this[_0x1252cf(0x16d)];}get[_0x517f36(0x175)](){const _0x8fdcee=_0x517f36,_0x19a3fb=this[_0x8fdcee(0x167)][_0x8fdcee(0xaf)]();for(let _0xdc665c=_0x19a3fb[_0x8fdcee(0x12d)]-0x1;_0xdc665c>=0x0;_0xdc665c--){const _0x1897a1=_0x19a3fb[_0xdc665c];if(!this[_0x8fdcee(0x132)][_0x8fdcee(0xf9)](_0x1897a1))return _0x1897a1[_0x8fdcee(0x111)]+0x1-this[_0x8fdcee(0x16d)];}return 0x0;}constructor(_0x50f851){const _0x52038e=_0x517f36;if(super(_0x50f851),this[_0x52038e(0x16d)]=0x0,this[_0x52038e(0x11f)]=null,this[_0x52038e(0x167)]=new _0x400615(),this[_0x52038e(0xa4)][_0x52038e(0xc3)][_0x52038e(0x14b)](_0x52038e(0x15a),{}),this[_0x52038e(0x9f)]=this[_0x52038e(0xa4)][_0x52038e(0xc3)][_0x52038e(0x8f)](_0x52038e(0x86)),!this[_0x52038e(0x9f)])throw new _0x2e3c88(_0x52038e(0x161),this);const _0x3d385b=_0x50f851[_0x52038e(0xc3)][_0x52038e(0x8f)](_0x52038e(0x164))||_0x59313c;this[_0x52038e(0x93)]=new l[(_0x52038e(0x170))](_0x3d385b,this[_0x52038e(0x9f)]),this[_0x52038e(0x155)]=this[_0x52038e(0xa4)][_0x52038e(0xde)][_0x52038e(0x15f)],this[_0x52038e(0xf6)]=new _0x2b3492(),this[_0x52038e(0xda)]=[],this[_0x52038e(0x176)]=new WeakSet(),this[_0x52038e(0xb3)]=new Set(),this[_0x52038e(0xad)](_0x52038e(0x17e),!0x1),this[_0x52038e(0xad)](_0x52038e(0x9c),!0x1),this[_0x52038e(0xb4)]=null,this[_0x52038e(0x15e)]=!0x1,this[_0x52038e(0x128)]=null,this[_0x52038e(0xee)]=0x12c,this[_0x52038e(0xcf)]=this[_0x52038e(0xee)],this[_0x52038e(0x100)]=null,this[_0x52038e(0x132)]=new WeakSet(),this[_0x52038e(0xc2)]=new X(this[_0x52038e(0x132)]);}[_0x517f36(0xba)](){const _0x16f20d=_0x517f36,_0x35199b=this[_0x16f20d(0xa4)],_0x15220d=_0x35199b[_0x16f20d(0xbf)][_0x16f20d(0x8f)](_0x3fc241),_0x2c76cf=_0x35199b[_0x16f20d(0xbf)][_0x16f20d(0x8f)](_0x3da96e);this[_0x16f20d(0x149)](_0x15220d,_0x16f20d(0x105),(_0x115449,_0xb4db1f)=>{const _0x2959cb=_0x16f20d,_0x4a5e03=_0xb4db1f[0x0];_0x4a5e03[_0x2959cb(0xc4)]&&(_0x115449[_0x2959cb(0x10d)]=_0x15220d[_0x2959cb(0x12b)](_0x4a5e03[_0x2959cb(0xc4)]),_0x115449[_0x2959cb(0xc6)]()),null===_0x4a5e03[_0x2959cb(0xc4)]&&(_0x115449[_0x2959cb(0x10d)]=null,_0x115449[_0x2959cb(0xc6)]());},{'priority':_0x16f20d(0x84)}),this[_0x16f20d(0x149)](_0x35199b[_0x16f20d(0xde)][_0x16f20d(0x15f)][_0x16f20d(0xb9)],_0x16f20d(0x9e),(_0x19ad49,_0x3c6e16)=>{const _0x2e5265=_0x16f20d;_0x3c6e16[_0x2e5265(0xeb)]&&this[_0x2e5265(0x116)]();}),this[_0x16f20d(0x149)](_0x35199b[_0x16f20d(0xe3)][_0x16f20d(0x104)],_0x16f20d(0xef),()=>{const _0x4fea62=_0x16f20d;this[_0x4fea62(0x116)]();}),this[_0x16f20d(0x11a)](),_0x35199b[_0x16f20d(0xde)]['on'](_0x16f20d(0xd9),(_0x34ded8,_0x26d722)=>{const _0x4392cb=_0x16f20d,_0x4ec97c=_0x26d722[0x0];_0x4ec97c[_0x4392cb(0x89)]&&(this[_0x4392cb(0x180)](_0x4ec97c),this[_0x4392cb(0x14a)]()&&this[_0x4392cb(0x103)]());}),this[_0x16f20d(0x10b)](),this[_0x16f20d(0x129)](_0x16f20d(0x14f))['to'](_0x2c76cf,_0x16f20d(0x96),this,_0x16f20d(0x9c),(_0x4ec941,_0x17ff92)=>_0x16f20d(0xea)===_0x4ec941&&!_0x17ff92),this['on'](_0x16f20d(0x16c),()=>{const _0x4a7c50=_0x16f20d;this[_0x4a7c50(0x14f)]?_0x35199b[_0x4a7c50(0x146)](_0x4a7c50(0x138)):_0x35199b[_0x4a7c50(0x99)](_0x4a7c50(0x138));}),this[_0x16f20d(0x14f)]?_0x35199b[_0x16f20d(0x146)](_0x16f20d(0x138)):_0x35199b[_0x16f20d(0x99)](_0x16f20d(0x138)),this[_0x16f20d(0xad)](_0x16f20d(0x16a),!0x1);}async[_0x517f36(0x123)](){const _0x5964b1=_0x517f36,_0x2061cc=this[_0x5964b1(0xa4)][_0x5964b1(0xbf)][_0x5964b1(0x8f)](_0x66e81a),_0x475c96=this[_0x5964b1(0xa4)][_0x5964b1(0xbf)][_0x5964b1(0x8f)](_0x3da96e);try{this[_0x5964b1(0x17e)]=!0x0,_0x2061cc[_0x5964b1(0x139)](this[_0x5964b1(0x9f)]);const _0x385e73=await this[_0x5964b1(0x93)][_0x5964b1(0x123)](_0x475c96[_0x5964b1(0x10f)],this[_0x5964b1(0x175)]);await this[_0x5964b1(0x12e)](_0x385e73)&&(this[_0x5964b1(0x17e)]=!0x1,this[_0x5964b1(0x154)]());const _0x530374=await this[_0x5964b1(0x93)][_0x5964b1(0x172)]();_0x2061cc[_0x5964b1(0x95)](this[_0x5964b1(0x9f)],_0x530374),this[_0x5964b1(0xf2)](),this[_0x5964b1(0x16a)]=!0x0;}catch(_0x3f3855){if(function(_0x1b8b59){const _0x4ae0e6=_0x5964b1;return _0x4ae0e6(0xaa)===_0x1b8b59[_0x4ae0e6(0xe8)];}(_0x3f3855)&&this[_0x5964b1(0x11f)])await this[_0x5964b1(0x13a)]();else{if(function(_0x10c949){const _0xf444d4=_0x5964b1;return _0xf444d4(0xfe)===_0x10c949[_0xf444d4(0xe8)];}(_0x3f3855)){const _0x544cbb=_0x4e9508(this[_0x5964b1(0xa4)][_0x5964b1(0x8d)],_0x5964b1(0x12c));this[_0x5964b1(0x91)](_0x544cbb);}else{if(!(_0x3f3855 instanceof J))throw _0x3f3855;this[_0x5964b1(0x91)]();}}}}[_0x517f36(0x112)](){const _0x4c6cc3=_0x517f36,_0x16a839=this[_0x4c6cc3(0xa4)][_0x4c6cc3(0xbf)][_0x4c6cc3(0x8f)](_0x3da96e),_0x40f144=this[_0x4c6cc3(0xa4)][_0x4c6cc3(0xbf)][_0x4c6cc3(0x8f)](_0x66e81a);this[_0x4c6cc3(0xa4)][_0x4c6cc3(0x99)](_0x4c6cc3(0x9d)),_0x40f144[_0x4c6cc3(0xcd)][_0x4c6cc3(0xf9)](this[_0x4c6cc3(0x9f)])&&_0x40f144[_0x4c6cc3(0x139)](this[_0x4c6cc3(0x9f)]),_0x16a839[_0x4c6cc3(0x9b)](this),this[_0x4c6cc3(0x13c)](),super[_0x4c6cc3(0x112)]();}async[_0x517f36(0x12e)](_0xf7d44f){const _0x392afa=_0x517f36;if(this[_0x392afa(0x11f)]!==_0xf7d44f[_0x392afa(0x11f)]&&this[_0x392afa(0x100)]!==_0xf7d44f[_0x392afa(0xe5)])throw new J();return this[_0x392afa(0x11f)]=_0xf7d44f[_0x392afa(0x11f)],this[_0x392afa(0x117)]([],{..._0xf7d44f,'wereChangesApplied':!0x1,'data':_0xf7d44f[_0x392afa(0xac)]},_0x392afa(0x123));}async[_0x517f36(0xf4)](_0x56d311,_0x4544a9=!0x1){const _0x1fb8ea=_0x517f36,{connection:_0xfa02ce}=this[_0x1fb8ea(0xa4)][_0x1fb8ea(0xbf)][_0x1fb8ea(0x8f)](_0x3da96e);l[_0x1fb8ea(0x170)][_0x1fb8ea(0x172)](_0xfa02ce,this[_0x1fb8ea(0x9f)])[_0x1fb8ea(0xbc)](_0x46092a=>this[_0x1fb8ea(0x158)](_0x46092a))[_0x1fb8ea(0x16f)](_0x3a7aba=>{const _0x1de388=_0x1fb8ea;this[_0x1de388(0x15d)](_0x1de388(0x90),_0x3a7aba);}),this[_0x1fb8ea(0x149)](this[_0x1fb8ea(0x93)],_0x1fb8ea(0x10e),this[_0x1fb8ea(0x88)][_0x1fb8ea(0x129)](this)),this[_0x1fb8ea(0x149)](this[_0x1fb8ea(0x93)],_0x1fb8ea(0x144),(_0x90dcbd,_0x36d735)=>{const _0x8bc173=_0x1fb8ea;this[_0x8bc173(0x15d)](_0x8bc173(0x12a),_0x36d735);}),this[_0x1fb8ea(0x149)](this[_0x1fb8ea(0x93)],_0x1fb8ea(0xfa),()=>{const _0x45750c=_0x1fb8ea;this[_0x45750c(0x16a)]=!0x1;});const _0x136e83=this[_0x1fb8ea(0xc2)][_0x1fb8ea(0x114)](_0x56d311);this[_0x1fb8ea(0x17e)]=!0x0;const _0x5839be=await this[_0x1fb8ea(0x93)][_0x1fb8ea(0x148)](_0xfa02ce,this[_0x1fb8ea(0xd7)](_0x56d311),_0x136e83);if(this[_0x1fb8ea(0x11f)]=_0x5839be[_0x1fb8ea(0x11f)],_0x4544a9){if(!_0x5839be[_0x1fb8ea(0x8c)])return void this[_0x1fb8ea(0x91)]();this[_0x1fb8ea(0x17e)]=!0x1,this[_0x1fb8ea(0x154)](),this[_0x1fb8ea(0x167)][_0x1fb8ea(0x163)](),this[_0x1fb8ea(0x16d)]=_0x5839be[_0x1fb8ea(0xa2)],this[_0x1fb8ea(0x167)][_0x1fb8ea(0xc7)]=this[_0x1fb8ea(0x16d)],await this[_0x1fb8ea(0x117)](_0x56d311,_0x5839be,_0x1fb8ea(0x140));}else await this[_0x1fb8ea(0x152)](_0x5839be,_0x56d311);this[_0x1fb8ea(0xf2)](),this[_0x1fb8ea(0x16a)]=!0x0;}[_0x517f36(0xf2)](){const _0x69057=_0x517f36,_0x2102a5=this[_0x69057(0xa4)][_0x69057(0xbf)][_0x69057(0x8f)](_0x66e81a),_0x143d91=this[_0x69057(0xa4)][_0x69057(0xbf)][_0x69057(0x8f)](_0x52a180),_0x4dd700=_0x2102a5[_0x69057(0xcd)][_0x69057(0x8f)](this[_0x69057(0x9f)]);_0x4dd700&&_0x4dd700[_0x69057(0x12d)]>0x1?_0x143d91[_0x69057(0x92)]():this[_0x69057(0x149)](_0x2102a5,_0x69057(0xfb)+this[_0x69057(0x9f)],()=>{const _0x618a26=_0x69057;0x2===_0x2102a5[_0x618a26(0xcd)][_0x618a26(0x8f)](this[_0x618a26(0x9f)])[_0x618a26(0x12d)]&&_0x143d91[_0x618a26(0x92)]();});}async[_0x517f36(0x88)](_0x27abc2,_0x130787,_0xd224a,_0x3cc0bb){const _0x4d293f=_0x517f36;if(!this[_0x4d293f(0x17e)]&&this[_0x4d293f(0x155)][_0x4d293f(0xc7)]==_0x130787){const _0x22e722=this[_0x4d293f(0xe7)](_0xd224a,_0x3cc0bb);await this[_0x4d293f(0xf3)](_0x22e722),this[_0x4d293f(0x168)](_0x22e722,_0x130787,_0xd224a[_0x4d293f(0xe5)])||this[_0x4d293f(0x15d)](_0x4d293f(0xce));}}async[_0x517f36(0x13a)](){const _0x2fc230=_0x517f36;this[_0x2fc230(0x13c)]();const {locale:_0xe2f405}=this[_0x2fc230(0xa4)];let _0xc80579;try{_0xc80579=await this[_0x2fc230(0x93)][_0x2fc230(0xc0)]();}catch(_0x393f73){const _0x5c431f=_0x4e9508(_0xe2f405,_0x2fc230(0x126));return void this[_0x2fc230(0x91)](_0x5c431f);}const _0x22c7da=_0xc80579[_0x2fc230(0x16b)]||_0xc80579[_0x2fc230(0xe1)];if(this[_0x2fc230(0x100)]===_0x22c7da[_0x2fc230(0xe5)])await this[_0x2fc230(0xf4)](this[_0x2fc230(0xa4)][_0x2fc230(0xde)][_0x2fc230(0x15f)][_0x2fc230(0x122)][_0x2fc230(0xaf)](),!0x0);else{const _0x24c997=_0x4e9508(_0xe2f405,_0x2fc230(0x11b));this[_0x2fc230(0x91)](_0x24c997);}}[_0x517f36(0x13c)](){const _0x194c2b=_0x517f36;this[_0x194c2b(0x93)][_0x194c2b(0xd2)](),this[_0x194c2b(0xda)]=[],clearTimeout(this[_0x194c2b(0x128)]),this[_0x194c2b(0x12f)](this[_0x194c2b(0x93)]);}[_0x517f36(0x158)](_0x1d3a17){const _0x253fb7=_0x517f36,_0x2b4d29=this[_0x253fb7(0xa4)][_0x253fb7(0xbf)][_0x253fb7(0x8f)](_0x66e81a);this[_0x253fb7(0x149)](_0x2b4d29,_0x253fb7(0xfb)+this[_0x253fb7(0x9f)],(_0x4c6f2f,{session:_0x385280})=>{const _0x4099b5=_0x253fb7;if(_0x385280['id']===_0x2b4d29[_0x4099b5(0x147)]){_0x4c6f2f[_0x4099b5(0xc8)]();const _0xb11b7d=this[_0x4099b5(0xa4)][_0x4099b5(0xbf)][_0x4099b5(0xf9)](_0x4099b5(0xdd))&&this[_0x4099b5(0xa4)][_0x4099b5(0xbf)][_0x4099b5(0x8f)](_0x4099b5(0xdd));let _0xd6bc60=_0x385280[_0x4099b5(0x11e)];_0xb11b7d&&_0xb11b7d[_0x4099b5(0xb1)]&&(_0xd6bc60=_0xd6bc60[_0x4099b5(0xd8)](_0x19976b=>_0x4099b5(0xdf)!==_0x19976b)),this[_0x4099b5(0xa4)][_0x4099b5(0xbf)][_0x4099b5(0x8f)](_0x4099b5(0x137))[_0x4099b5(0x17a)](_0xd6bc60,this[_0x4099b5(0x9f)]);}}),_0x2b4d29[_0x253fb7(0x95)](this[_0x253fb7(0x9f)],_0x1d3a17);}[_0x517f36(0x11a)](){const _0xb91fda=_0x517f36,_0x2afe97=this[_0xb91fda(0xa4)][_0xb91fda(0xac)][_0xb91fda(0xad)];this[_0xb91fda(0xa4)][_0xb91fda(0xac)][_0xb91fda(0xad)]=(..._0x261998)=>{const _0xc636b6=_0xb91fda;if(!_0x261998[_0x261998[_0xc636b6(0x12d)]-0x1][_0xc636b6(0xab)])throw new _0x2e3c88(_0xc636b6(0xe9),this);_0x2afe97[_0xc636b6(0x17b)](this[_0xc636b6(0xa4)][_0xc636b6(0xac)],_0x261998);};}[_0x517f36(0x10b)](){const _0x3f4e6c=_0x517f36;this[_0x3f4e6c(0xa4)][_0x3f4e6c(0xac)]['on'](_0x3f4e6c(0xba),(_0x19d2cd,[_0x313685])=>{const _0x4f0429=_0x3f4e6c;if(this[_0x4f0429(0x155)][_0x4f0429(0xc7)])throw new _0x2e3c88(_0x4f0429(0x136),this);_0x19d2cd[_0x4f0429(0xc6)](),this[_0x4f0429(0x94)]();const _0x43c987=this[_0x4f0429(0xa4)][_0x4f0429(0xc3)][_0x4f0429(0x8f)](_0x4f0429(0xed)),_0x44b9fd=this[_0x4f0429(0xc5)](_0x313685,_0x43c987);0x0==_0x44b9fd[_0x4f0429(0x12d)]&&_0x44b9fd[_0x4f0429(0x162)](new _0x5f3824(0x0)),_0x19d2cd[_0x4f0429(0x10d)]=this[_0x4f0429(0xf4)](_0x44b9fd)[_0x4f0429(0xbc)](()=>{const _0x5da588=_0x4f0429;this[_0x5da588(0xa4)][_0x5da588(0xbf)][_0x5da588(0x8f)](_0x3da96e)[_0x5da588(0x10a)](this),this[_0x5da588(0xa4)][_0x5da588(0xac)][_0x5da588(0x16e)](_0x5da588(0x181));})[_0x4f0429(0x16f)](_0x1f47c3=>this[_0x4f0429(0x15d)](_0x4f0429(0x10c),_0x1f47c3))[_0x4f0429(0xfd)](()=>this[_0x4f0429(0x154)]());},{'priority':_0x3f4e6c(0x84)}),this[_0x3f4e6c(0xa4)]['on'](_0x3f4e6c(0x145),async(_0x409084,[_0xf5afaa,_0x26036e])=>{const _0x4cc1a2=_0x3f4e6c;_0x409084[_0x4cc1a2(0xc6)]();const _0x253d9e=this[_0x4cc1a2(0xa4)][_0x4cc1a2(0xde)][_0x4cc1a2(0x15f)][_0x4cc1a2(0xa8)](_0xf5afaa);if(!this[_0x4cc1a2(0xb3)][_0x4cc1a2(0xf9)](_0xf5afaa)){const _0xf2321e=_0x26036e&&_0x26036e[_0x4cc1a2(0xac)]?_0x26036e[_0x4cc1a2(0xac)]:'',_0xfbabfa=_0x26036e&&_0x26036e[_0x4cc1a2(0x151)]?_0x26036e[_0x4cc1a2(0x151)]:{};await this[_0x4cc1a2(0x166)](_0xf5afaa,_0xf2321e,_0xfbabfa);}this[_0x4cc1a2(0xa4)][_0x4cc1a2(0xde)][_0x4cc1a2(0x13d)]({'isUndoable':!0x1},()=>{const _0x3bd83d=_0x4cc1a2;_0x253d9e[_0x3bd83d(0xfc)]=!0x0,this[_0x3bd83d(0xa4)][_0x3bd83d(0xde)][_0x3bd83d(0x15f)][_0x3bd83d(0x13b)][_0x3bd83d(0x142)](_0x253d9e);});},{'priority':_0x3f4e6c(0x84)});}async[_0x517f36(0xf3)](_0x2fd4ec){const _0x7da3d7=_0x517f36,_0x989c9f=this[_0x7da3d7(0xa4)][_0x7da3d7(0xbf)][_0x7da3d7(0x8f)](_0x3fc241),{connection:_0x443bd0}=this[_0x7da3d7(0xa4)][_0x7da3d7(0xbf)][_0x7da3d7(0x8f)](_0x3da96e),_0x4570d6=new Set();for(const _0x1edc46 of _0x2fd4ec){const _0x5c67bc=_0x1edc46[_0x7da3d7(0xc4)];_0x5c67bc&&!_0x989c9f[_0x7da3d7(0x12b)](_0x5c67bc)&&_0x4570d6[_0x7da3d7(0x81)](_0x5c67bc);}if(0x0===_0x4570d6[_0x7da3d7(0xe6)])return;const _0x5cbb82=await _0x1ec56a[_0x7da3d7(0xbe)](_0x443bd0,Array[_0x7da3d7(0x83)](_0x4570d6));for(const _0x1f1651 of _0x5cbb82)_0x989c9f[_0x7da3d7(0x12b)](_0x1f1651['id'])||_0x989c9f[_0x7da3d7(0x107)](_0x1f1651);}[_0x517f36(0xc5)](_0x3b106a,_0x23e5b1={}){const _0x5a9b81=_0x517f36,_0x2d6ea8=this[_0x5a9b81(0xa4)][_0x5a9b81(0xde)],_0x34bd94=[];let _0x385d7f=0x0;const _0x3f2df8=_0x5a9b81(0x13e)==typeof _0x3b106a?{'main':_0x3b106a}:_0x3b106a;for(const _0x483aff of Object[_0x5a9b81(0xb2)](_0x3f2df8)){if(!this[_0x5a9b81(0x155)][_0x5a9b81(0x17c)][_0x5a9b81(0xf9)](_0x483aff))throw new _0x2e3c88(_0x5a9b81(0x8a),this);const _0x71b6fc=this[_0x5a9b81(0xa4)][_0x5a9b81(0xac)][_0x5a9b81(0x102)](_0x3f2df8[_0x483aff]),_0x38d68a=this[_0x5a9b81(0x155)][_0x5a9b81(0xa8)](_0x483aff),_0x1b9cde=new _0x583d5d(_0x2d6ea8[_0x5a9b81(0x115)](_0x38d68a,0x0),_0x71b6fc,_0x385d7f++);_0x34bd94[_0x5a9b81(0x162)](_0x1b9cde);for(const [_0x4794c1,_0x552630]of _0x71b6fc[_0x5a9b81(0xca)]){const _0x140170=_0x2d6ea8[_0x5a9b81(0xf0)](_0x2d6ea8[_0x5a9b81(0x14d)](_0x38d68a,_0x552630[_0x5a9b81(0x177)][_0x5a9b81(0x109)][_0x5a9b81(0xc9)]()),_0x2d6ea8[_0x5a9b81(0x14d)](_0x38d68a,_0x552630[_0x5a9b81(0xdc)][_0x5a9b81(0x109)][_0x5a9b81(0xc9)]())),_0x442cda=new _0x138bf2(_0x4794c1,null,_0x140170,_0x2d6ea8[_0x5a9b81(0xca)],!0x0,_0x385d7f++);_0x34bd94[_0x5a9b81(0x162)](_0x442cda);}}if(_0x23e5b1)for(const [_0x198889,_0x17bca0]of Object[_0x5a9b81(0xec)](_0x23e5b1)){const _0x2fece0=_0x2d6ea8[_0x5a9b81(0x15f)][_0x5a9b81(0xa8)](_0x198889);if(!_0x2fece0)throw new _0x2e3c88(_0x5a9b81(0x179),null);for(const [_0x4f2842,_0x1df148]of Object[_0x5a9b81(0xec)](_0x17bca0))if(null!==_0x1df148){const _0x1c2d54=new _0x1fb4b0(_0x2fece0,_0x4f2842,null,_0x1df148,_0x385d7f++);_0x34bd94[_0x5a9b81(0x162)](_0x1c2d54);}}return _0x34bd94;}async[_0x517f36(0x166)](_0x2ec8c4,_0x12f9f3,_0x385410){const _0x4bcb20=_0x517f36;this[_0x4bcb20(0xc5)]({[_0x2ec8c4]:_0x12f9f3},{[_0x2ec8c4]:_0x385410})[_0x4bcb20(0x150)]((_0xcfca08,_0x1201d9)=>{const _0x32fb0b=_0x4bcb20;_0xcfca08[_0x32fb0b(0x111)]=this[_0x32fb0b(0x155)][_0x32fb0b(0xc7)]+_0x1201d9,_0xcfca08[_0x32fb0b(0x160)]=!0x0,this[_0x32fb0b(0x180)](_0xcfca08);}),this[_0x4bcb20(0x103)](),await this[_0x4bcb20(0x8e)]();}async[_0x517f36(0x152)](_0x545311,_0x26d447){const _0xa40367=_0x517f36;let _0x2427eb;this[_0xa40367(0x16d)]=_0x545311[_0xa40367(0xa2)];const _0x194a10=_0x545311[_0xa40367(0x8c)]&&!_0x545311[_0xa40367(0x108)],_0x2d4ddc=_0x194a10?0x0:_0x545311[_0xa40367(0xac)][_0xa40367(0x111)];if(_0x26d447[_0xa40367(0x150)](_0x2016ff=>{const _0x596d4a=_0xa40367;_0x2016ff[_0x596d4a(0x160)]=!0x0,_0x2016ff[_0x596d4a(0x182)]=_0x545311[_0x596d4a(0xb5)],_0x2016ff[_0x596d4a(0xc4)]=null;}),_0x194a10)_0x2427eb=_0x26d447,this[_0xa40367(0x133)](_0x2427eb,_0x194a10);else{if(_0x545311[_0xa40367(0x108)]){const _0x2cc5a5=this[_0xa40367(0xc5)](_0x545311[_0xa40367(0x108)]);this[_0xa40367(0x155)][_0xa40367(0x122)][_0xa40367(0xc7)]=-_0x2cc5a5[_0xa40367(0x12d)],_0x2cc5a5[_0xa40367(0x150)](_0x4b9525=>{const _0x285079=_0xa40367;_0x4b9525[_0x285079(0x111)]-=_0x2cc5a5[_0x285079(0x12d)],_0x4b9525[_0x285079(0x182)]=_0x545311[_0x285079(0xb5)],_0x4b9525[_0x285079(0x160)]=!0x0,_0x4b9525[_0x285079(0xc4)]=null;}),this[_0xa40367(0x133)](_0x2cc5a5,!0x0),this[_0xa40367(0x167)][_0xa40367(0xc7)]=-_0x2cc5a5[_0xa40367(0x12d)]+this[_0xa40367(0x16d)],this[_0xa40367(0xe4)](_0x2cc5a5);}this[_0xa40367(0x155)][_0xa40367(0x122)][_0xa40367(0xc7)]=_0x2d4ddc,_0x2427eb=this[_0xa40367(0xe7)](_0x545311[_0xa40367(0xac)],_0x545311[_0xa40367(0x134)]),await this[_0xa40367(0xf3)](_0x2427eb),this[_0xa40367(0x133)](_0x2427eb,_0x194a10);}_0x545311[_0xa40367(0xe5)]&&(this[_0xa40367(0xc2)][_0xa40367(0x11c)](_0x2427eb,_0x545311[_0xa40367(0xe5)]),this[_0xa40367(0x100)]=_0x545311[_0xa40367(0xe5)]),this[_0xa40367(0x167)][_0xa40367(0xc7)]=_0x2d4ddc+this[_0xa40367(0x16d)],this[_0xa40367(0xe4)](_0x2427eb),_0x26d447[_0xa40367(0xd8)](_0xa0a6a3=>{const _0x250b05=_0xa40367,_0x276d65=this[_0x250b05(0x127)](_0xa0a6a3);return _0x276d65&&!this[_0x250b05(0xb3)][_0x250b05(0xf9)](_0x276d65);})[_0xa40367(0x150)]((_0x37c968,_0x345ba1)=>{const _0x1d2ddc=_0xa40367;_0x37c968[_0x1d2ddc(0x111)]=this[_0x1d2ddc(0x155)][_0x1d2ddc(0xc7)]+_0x345ba1,this[_0x1d2ddc(0x180)](_0x37c968);}),this[_0xa40367(0x14a)]()?(this[_0xa40367(0xcf)]=0x0,this[_0xa40367(0x103)](!0x0),await this[_0xa40367(0x8e)]()):(this[_0xa40367(0x17e)]=!0x1,this[_0xa40367(0x154)]());}[_0x517f36(0x15d)](_0x232226,_0x4abc26){const _0x16933b=_0x517f36;throw this[_0x16933b(0x17e)]=!0x0,_0x4abc26&&console[_0x16933b(0x144)](_0x4abc26),new _0x2e3c88(_0x232226,this[_0x16933b(0xa4)]);}[_0x517f36(0x180)](_0x4a70df){const _0x50f767=_0x517f36;this[_0x50f767(0x176)][_0x50f767(0xf9)](_0x4a70df)||(this[_0x50f767(0x176)][_0x50f767(0x81)](_0x4a70df),this[_0x50f767(0xda)][_0x50f767(0x162)](_0x4a70df),this[_0x50f767(0xb4)]||_0x50f767(0x124)==_0x4a70df[_0x50f767(0x17f)]&&!_0x4a70df[_0x50f767(0xa5)]||this[_0x50f767(0x94)]());}[_0x517f36(0x103)](_0x4a9c51=!0x1){const _0xed7d6e=_0x517f36;!_0x4a9c51&&this[_0xed7d6e(0x17e)]||(this[_0xed7d6e(0x17e)]=!0x0,clearTimeout(this[_0xed7d6e(0x128)]),this[_0xed7d6e(0x128)]=setTimeout(()=>{const _0x13e989=_0xed7d6e;this[_0x13e989(0x141)]()[_0x13e989(0xbc)](_0x4c5bdc=>{const _0x4cf2ac=_0x13e989;_0x4c5bdc&&(this[_0x4cf2ac(0x154)](),this[_0x4cf2ac(0x17e)]=!0x1);})[_0x13e989(0x16f)](_0xe527be=>{const _0x2c765e=_0x13e989;if(this[_0x2c765e(0x154)](),this[_0x2c765e(0x17e)]=!0x1,!function(_0x4eabeb){const _0x52ed58=_0x2c765e;return _0x4eabeb[_0x52ed58(0xa6)][_0x52ed58(0x17d)](_0x52ed58(0x183))||_0x4eabeb[_0x52ed58(0xa6)][_0x52ed58(0x17d)](_0x52ed58(0x130))||_0x4eabeb[_0x52ed58(0xa6)][_0x52ed58(0x17d)](_0x52ed58(0xb8));}(_0xe527be))throw _0xe527be;});},this[_0xed7d6e(0xcf)]));}[_0x517f36(0x8e)](){return new Promise(_0x15b403=>{const _0x553886=_0x10bf;this['on'](_0x553886(0x9a),()=>{_0x15b403();});});}async[_0x517f36(0x141)](){const _0xd1e58b=_0x517f36,_0x508700=this[_0xd1e58b(0xa4)][_0xd1e58b(0xbf)][_0xd1e58b(0x8f)](_0x52a180);if(this[_0xd1e58b(0xd1)]()&&(_0x508700[_0xd1e58b(0x92)](),this[_0xd1e58b(0x15e)]=!0x1),!this[_0xd1e58b(0x14a)]())return!0x0;const _0x50f1ee=[...this[_0xd1e58b(0xda)]];for(const _0x5b430b of _0x50f1ee)_0x5b430b[_0xd1e58b(0x135)]=this[_0xd1e58b(0x155)][_0xd1e58b(0x122)][_0xd1e58b(0x165)](_0x5b430b);const _0x508b9f=this[_0xd1e58b(0xc2)][_0xd1e58b(0x114)](_0x50f1ee),_0xc35e5d=K++,_0x23f407=this[_0xd1e58b(0xd7)](_0x50f1ee),_0x2c34d7=await this[_0xd1e58b(0x93)][_0xd1e58b(0x143)](_0x23f407,_0x23f407[_0xd1e58b(0x111)],_0x508b9f);try{return await this[_0xd1e58b(0x117)](_0x50f1ee,_0x2c34d7,_0xc35e5d);}catch(_0x3f936c){return this[_0xd1e58b(0x15d)](_0xd1e58b(0xdb),_0x3f936c);}}async[_0x517f36(0x117)](_0x58b56f,_0x141e17,_0x1802fa){const _0x4a2b5e=_0x517f36;if(_0x4a2b5e(0x144)in _0x141e17)throw _0x141e17[_0x4a2b5e(0x144)];let _0x519222=!0x1;if(_0x141e17[_0x4a2b5e(0x8c)]){_0x141e17[_0x4a2b5e(0xe5)]&&(this[_0x4a2b5e(0x100)]=_0x141e17[_0x4a2b5e(0xe5)]),this[_0x4a2b5e(0xda)]=this[_0x4a2b5e(0xda)][_0x4a2b5e(0xd8)](_0x4078fe=>!_0x58b56f[_0x4a2b5e(0x184)](_0x4078fe));for(const _0x92e869 of _0x58b56f)_0x92e869[_0x4a2b5e(0x182)]=_0x4a2b5e(0x118)in _0x141e17&&_0x141e17[_0x4a2b5e(0x118)]||void 0x0;Q(_0x58b56f,_0x141e17[_0x4a2b5e(0xc7)]-_0x58b56f[_0x4a2b5e(0x12d)]),this[_0x4a2b5e(0xe4)](_0x58b56f);const _0x8111d4=_0x58b56f[_0x4a2b5e(0xd8)](_0x2c8223=>{const _0x449eb3=_0x4a2b5e;if(!_0x2c8223[_0x449eb3(0x160)])return!0x1;const _0x13e7f5=this[_0x449eb3(0x127)](_0x2c8223);return _0x13e7f5&&!this[_0x449eb3(0xb3)][_0x449eb3(0xf9)](_0x13e7f5);});Q(_0x8111d4,this[_0x4a2b5e(0x155)][_0x4a2b5e(0xc7)]),this[_0x4a2b5e(0x133)](_0x8111d4),_0x519222=!0x0,this[_0x4a2b5e(0xcf)]=this[_0x4a2b5e(0xee)];}else{const _0xbfcb60=this[_0x4a2b5e(0xe7)](_0x141e17[_0x4a2b5e(0xac)],_0x141e17[_0x4a2b5e(0x134)])[_0x4a2b5e(0xd8)](_0xe71b68=>_0xe71b68[_0x4a2b5e(0x111)]>=this[_0x4a2b5e(0xd0)]);_0xbfcb60[_0x4a2b5e(0x150)](_0x2ce187=>this[_0x4a2b5e(0x15b)](_0x2ce187)),this[_0x4a2b5e(0xda)]=this[_0x4a2b5e(0xda)][_0x4a2b5e(0xd8)](_0x5719fd=>!_0x5719fd[_0x4a2b5e(0x160)]||!this[_0x4a2b5e(0xb3)][_0x4a2b5e(0xf9)](this[_0x4a2b5e(0x127)](_0x5719fd))),this[_0x4a2b5e(0xda)][_0x4a2b5e(0x12d)]&&Q(this[_0x4a2b5e(0xda)],this[_0x4a2b5e(0xda)][0x0][_0x4a2b5e(0x111)]),await this[_0x4a2b5e(0xf3)](_0xbfcb60),_0x519222=this[_0x4a2b5e(0x168)](_0xbfcb60,_0x141e17[_0x4a2b5e(0xc7)],_0x141e17[_0x4a2b5e(0xe5)]),this[_0x4a2b5e(0xcf)]=Math[_0x4a2b5e(0xa3)](this[_0x4a2b5e(0xcf)]/0x2);}return _0x519222?!this[_0x4a2b5e(0x14a)]()||(this[_0x4a2b5e(0x103)](!0x0),!0x1):this[_0x4a2b5e(0x15d)](_0x4a2b5e(0x82));}[_0x517f36(0x168)](_0x4c5a1d,_0xb6120d,_0x5729d3){const _0xd6de4f=_0x517f36;try{const _0x3c469c={'document':this[_0xd6de4f(0x155)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x2627b0,operationsB:_0x52b876,originalOperations:_0x109c7e}=_0x291ece(_0x4c5a1d,this[_0xd6de4f(0xda)],_0x3c469c);Q(_0x2627b0,this[_0xd6de4f(0x155)][_0xd6de4f(0xc7)]),Q(_0x52b876,_0xb6120d);for(const _0x3196a1 of _0x2627b0){const _0x4da741=_0x109c7e[_0xd6de4f(0x8f)](_0x3196a1);_0x3196a1[_0xd6de4f(0xc4)]=_0x4da741?_0x4da741[_0xd6de4f(0xc4)]:null;}_0x5729d3&&(this[_0xd6de4f(0xc2)][_0xd6de4f(0x11c)](_0x4c5a1d,_0x5729d3),this[_0xd6de4f(0x100)]=_0x5729d3),this[_0xd6de4f(0xda)]=[..._0x52b876],this[_0xd6de4f(0x133)](_0x2627b0),this[_0xd6de4f(0xe4)](_0x4c5a1d);}catch(_0xa41692){return console[_0xd6de4f(0x144)](_0xa41692),!0x1;}return!0x0;}[_0x517f36(0x133)](_0x434124,_0x55d3cb=!0x1){const _0x5d6ec6=_0x517f36;this[_0x5d6ec6(0xa4)][_0x5d6ec6(0xde)][_0x5d6ec6(0x13d)]({'isUndoable':!0x1,'isLocal':!0x1},_0x2126aa=>{const _0x26d1d4=_0x5d6ec6;for(const _0xe97378 of _0x434124)this[_0x26d1d4(0x176)][_0x26d1d4(0x81)](_0xe97378),this[_0x26d1d4(0x15b)](_0xe97378),_0x2126aa[_0x26d1d4(0xff)][_0x26d1d4(0xe0)](_0xe97378),this[_0x26d1d4(0xa4)][_0x26d1d4(0xde)][_0x26d1d4(0xd9)](_0xe97378);});}[_0x517f36(0x15b)](_0x4ba2cc){const _0x3cde41=_0x517f36,_0x3ac412=this[_0x3cde41(0x127)](_0x4ba2cc);_0x3ac412&&this[_0x3cde41(0xb3)][_0x3cde41(0x81)](_0x3ac412);}[_0x517f36(0x127)](_0x483a8d){const _0x3d438e=_0x517f36;let _0x145e16,_0x26ebf7;switch(_0x483a8d[_0x3d438e(0x17f)]){case _0x3d438e(0x178):_0x145e16=_0x483a8d[_0x3d438e(0x120)][_0x3d438e(0xd4)];break;case _0x3d438e(0x124):if(_0x26ebf7=_0x483a8d[_0x3d438e(0xd6)],!_0x26ebf7)return null;_0x145e16=_0x26ebf7[_0x3d438e(0xd4)];break;case _0x3d438e(0x159):_0x145e16=_0x483a8d[_0x3d438e(0xd4)];break;case _0x3d438e(0xbd):_0x145e16=_0x483a8d[_0x3d438e(0x153)];break;case _0x3d438e(0x98):_0x145e16=_0x483a8d[_0x3d438e(0xa0)][_0x3d438e(0xd4)];break;default:return null;}return _0x145e16[_0x3d438e(0xbb)];}[_0x517f36(0xe4)](_0x28650c){const _0x6b8446=_0x517f36;_0x28650c[_0x6b8446(0x150)](_0x4cac41=>{const _0x1b3572=_0x6b8446,_0x5f50da=_0x4cac41[_0x1b3572(0x14c)]();_0x5f50da[_0x1b3572(0xc4)]=_0x4cac41[_0x1b3572(0xc4)],_0x5f50da[_0x1b3572(0x160)]=!!_0x4cac41[_0x1b3572(0x160)],_0x5f50da[_0x1b3572(0x182)]=_0x4cac41[_0x1b3572(0x182)],_0x5f50da[_0x1b3572(0x111)]+=this[_0x1b3572(0x16d)],_0x4cac41[_0x1b3572(0x11d)]&&this[_0x1b3572(0x132)][_0x1b3572(0x81)](_0x5f50da),this[_0x1b3572(0x167)][_0x1b3572(0xe0)](_0x5f50da);});}[_0x517f36(0x91)](_0x1bc8b0){const _0x17279c=_0x517f36,_0x1b16a1=this[_0x17279c(0xa4)][_0x17279c(0xbf)][_0x17279c(0x8f)](_0x17279c(0xae)),_0x4f5d11=this[_0x17279c(0xa4)][_0x17279c(0x8d)];_0x1bc8b0||(_0x1bc8b0=_0x4e9508(_0x4f5d11,_0x17279c(0x171))),_0x1b16a1[_0x17279c(0xcb)](_0x1bc8b0,{'title':_0x4e9508(_0x4f5d11,_0x17279c(0x8b)),'namespace':_0x17279c(0xf5)}),this[_0x17279c(0x9c)]=!0x0,clearTimeout(this[_0x17279c(0x128)]),this[_0x17279c(0xda)]=[],this[_0x17279c(0xa4)][_0x17279c(0xbf)][_0x17279c(0x8f)](_0x3da96e)[_0x17279c(0x112)]();}[_0x517f36(0x94)](){const _0x4f4f09=_0x517f36;this[_0x4f4f09(0xb4)]||(this[_0x4f4f09(0xb4)]=this[_0x4f4f09(0xa4)][_0x4f4f09(0xbf)][_0x4f4f09(0x8f)](_0x5f8e75)[_0x4f4f09(0x81)](_0x4e9508(this[_0x4f4f09(0xa4)][_0x4f4f09(0x8d)],_0x4f4f09(0x169))));}[_0x517f36(0x154)](){const _0x3bdacb=_0x517f36;this[_0x3bdacb(0xb4)]&&(this[_0x3bdacb(0xa4)][_0x3bdacb(0xbf)][_0x3bdacb(0x8f)](_0x5f8e75)[_0x3bdacb(0xcc)](this[_0x3bdacb(0xb4)]),this[_0x3bdacb(0xb4)]=null);}[_0x517f36(0xd7)](_0x4b4a0c){const _0x3e34f4=_0x517f36,_0x3e77c1=_0x4b4a0c[_0x3e34f4(0xb7)](_0x5d8369=>_0x5d8369[_0x3e34f4(0xb6)]());return this[_0x3e34f4(0xf6)][_0x3e34f4(0x13f)](_0x3e77c1);}[_0x517f36(0xe7)](_0xcb9d9b,_0x143c5b){const _0x1a2b32=_0x517f36;return this[_0x1a2b32(0xf6)][_0x1a2b32(0xf7)](_0xcb9d9b)[_0x1a2b32(0xb7)]((_0x1bd7c8,_0x29ef39)=>{const _0x396839=_0x1a2b32,_0x3e9650=_0x396839(0xba)==_0x143c5b[_0x29ef39][_0x396839(0x17f)];if(_0x396839(0x110)==_0x1bd7c8[_0x396839(0x121)]){const _0x23bc57=_0x1bd7c8[_0x396839(0x120)][_0x396839(0xd4)];!this[_0x396839(0x155)][_0x396839(0xa8)](_0x23bc57)&&(this[_0x396839(0x155)][_0x396839(0xa9)](_0x396839(0x85),_0x23bc57)[_0x396839(0xa7)]=!0x1);}const _0x2530e4=_0xdd7db5[_0x396839(0xc1)](_0x1bd7c8,this[_0x396839(0x155)]);return _0x2530e4[_0x396839(0x135)]=_0x1bd7c8[_0x396839(0x135)],_0x2530e4[_0x396839(0x160)]=_0x3e9650,_0x2530e4[_0x396839(0xc4)]=_0x3e9650?null:_0x143c5b[_0x29ef39][_0x396839(0x106)],_0x2530e4[_0x396839(0x11d)]=_0x396839(0x87)===_0x143c5b[_0x29ef39][_0x396839(0x17f)],_0x2530e4[_0x396839(0x182)]=_0x143c5b[_0x29ef39][_0x396839(0x182)],_0x2530e4;});}[_0x517f36(0x116)](){const _0x586c60=_0x517f36;this[_0x586c60(0x15e)]=!0x0,this[_0x586c60(0xd1)]()?this[_0x586c60(0x103)]():this[_0x586c60(0x15e)]=!0x1;}[_0x517f36(0xd1)](){const _0x5bc05f=_0x517f36,_0x230448=this[_0x5bc05f(0xa4)][_0x5bc05f(0xbf)][_0x5bc05f(0x8f)](_0x66e81a)[_0x5bc05f(0xcd)][_0x5bc05f(0x8f)](this[_0x5bc05f(0x9f)]);return!this[_0x5bc05f(0xa4)][_0x5bc05f(0xd3)]&&!!_0x230448&&_0x230448[_0x5bc05f(0x12d)]>0x1&&this[_0x5bc05f(0x15e)];}[_0x517f36(0x14a)](){const _0x2d85dd=_0x517f36;return this[_0x2d85dd(0xda)][_0x2d85dd(0x12d)]>0x0||this[_0x2d85dd(0xd1)]();}}l[_0x517f36(0x170)]=_0x4fc1ae;export default l;class J extends Error{}function Q(_0x111762,_0x5620f3){const _0x1bce51=_0x517f36;for(const _0x20a9c3 of _0x111762)_0x20a9c3[_0x1bce51(0x111)]=_0x5620f3++;}class X{constructor(_0x56d60b){const _0x3b90a8=_0x517f36;this[_0x3b90a8(0xf8)]=_0x56d60b,this[_0x3b90a8(0x15c)]=new WeakMap();}[_0x517f36(0x114)](_0x2a3a9e){const _0x5a237a=_0x517f36;let _0x31b0f5=_0x2a3a9e[_0x5a237a(0x12d)];for(;_0x31b0f5--;){const _0x8d1969=_0x2a3a9e[_0x31b0f5];if(!this[_0x5a237a(0xf8)][_0x5a237a(0xf9)](_0x8d1969)){if(!this[_0x5a237a(0x15c)][_0x5a237a(0xf9)](_0x8d1969)){const _0x2e7d34=_0x20be7d()[_0x5a237a(0xc9)](0x1,0x12);this[_0x5a237a(0x15c)][_0x5a237a(0xad)](_0x8d1969,_0x2e7d34);}return this[_0x5a237a(0x15c)][_0x5a237a(0x8f)](_0x8d1969);}}}[_0x517f36(0x11c)](_0x254bb0,_0x18415a){const _0x2fea9a=_0x517f36;if(!_0x18415a)return;let _0x23800e=_0x254bb0[_0x2fea9a(0x12d)];for(;_0x23800e--;){const _0x1179e9=_0x254bb0[_0x23800e];this[_0x2fea9a(0xf8)][_0x2fea9a(0xf9)](_0x1179e9)||this[_0x2fea9a(0x15c)][_0x2fea9a(0xad)](_0x1179e9,_0x18415a);}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x38c9c1=_0x4b4f;(function(_0x1c65aa,_0x235359){const _0x39b701=_0x4b4f,_0x5723d2=_0x1c65aa();while(!![]){try{const _0x4b251e=-parseInt(_0x39b701(0xbd))/0x1*(parseInt(_0x39b701(0xc0))/0x2)+-parseInt(_0x39b701(0xd8))/0x3*(-parseInt(_0x39b701(0xcd))/0x4)+parseInt(_0x39b701(0xee))/0x5*(parseInt(_0x39b701(0xb9))/0x6)+parseInt(_0x39b701(0xdc))/0x7+parseInt(_0x39b701(0xbe))/0x8+parseInt(_0x39b701(0xcc))/0x9*(-parseInt(_0x39b701(0xdd))/0xa)+parseInt(_0x39b701(0xd9))/0xb*(-parseInt(_0x39b701(0xd1))/0xc);if(_0x4b251e===_0x235359)break;else _0x5723d2['push'](_0x5723d2['shift']());}catch(_0x355624){_0x5723d2['push'](_0x5723d2['shift']());}}}(_0x27a9,0xbd737));function _0x4b4f(_0x562bbe,_0x501fd3){const _0x27a96b=_0x27a9();return _0x4b4f=function(_0x4b4f15,_0x45744b){_0x4b4f15=_0x4b4f15-0xb8;let _0x268ba5=_0x27a96b[_0x4b4f15];return _0x268ba5;},_0x4b4f(_0x562bbe,_0x501fd3);}import{ContextPlugin as _0x3d0efd}from'ckeditor5/src/core.js';import{Collection as _0xd26b2e,CKEditorError as _0x5bd46c}from'ckeditor5/src/utils.js';import _0x481d97 from'./websocketgateway.js';import{Users as _0x2bdc36}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x27a9(){const _0x35cc89=['fire','remove','_createUser','get','_uniqueUsersCount','values','connected','mySessionId','register','set','_handleSessionRemove','defineMe','plugins','Sessions','delete','assign','5pLZJXg','forEach','role','sessions-unregister-not-exist','allConnectedUsers','clear','size','sessions-register-already-registered','state','7094082OypoBY','getUser','requires','connection','12eLnNBi','10834688jXhRWC','pluginName','45320pUMyqt','sessionId','context','orderNumber','stopListening','getUserRole','sessionAdd:','channelConnectedUsers','channelSessions','_registeredSessions','_handleSessionAdd','getUserBySessionId','9tqlbeB','4weTCRJ','user','listenTo','init','120iRsVcC','addUser','_users','has','unregister','isMe','add','4002465WBPvnJ','3113077omTreP','getUserSessions','change:state','2110234ynLxwK','2943190RzEsLj'];_0x27a9=function(){return _0x35cc89;};return _0x27a9();}export default class r extends _0x3d0efd{static get[_0x38c9c1(0xbf)](){const _0x2d9a22=_0x38c9c1;return _0x2d9a22(0xeb);}static get[_0x38c9c1(0xbb)](){return[_0x481d97,_0x2bdc36];}constructor(_0x47abcb){const _0xc5ec42=_0x38c9c1;super(_0x47abcb),this[_0xc5ec42(0xc8)]=new Map(),this[_0xc5ec42(0xc7)]=new Map(),this[_0xc5ec42(0xf2)]=new _0xd26b2e(),this[_0xc5ec42(0xc9)]=new Map(),this[_0xc5ec42(0xe2)]=0x0,this[_0xc5ec42(0xd3)]=this[_0xc5ec42(0xc2)][_0xc5ec42(0xea)][_0xc5ec42(0xe1)](_0x2bdc36);}[_0x38c9c1(0xd0)](){const _0x38509f=_0x38c9c1,_0x363f60=this[_0x38509f(0xc2)][_0x38509f(0xea)][_0x38509f(0xe1)](_0x481d97);this[_0x38509f(0xcf)](_0x363f60,_0x38509f(0xdb),(_0x380ba1,_0x2dfc5c,_0x2e80c4)=>{const _0x591028=_0x38509f;if(_0x591028(0xe4)!==_0x2e80c4)this[_0x591028(0xc8)][_0x591028(0xef)](_0xf4a467=>_0xf4a467[_0x591028(0xf3)]()),this[_0x591028(0xc7)][_0x591028(0xef)](_0x43554e=>_0x43554e[_0x591028(0xf3)]()),this[_0x591028(0xf2)][_0x591028(0xf3)]();else{for(const [_0x4629dd,_0x3314dd]of this[_0x591028(0xc9)])for(const _0x146c3e of _0x3314dd)this[_0x591028(0xca)](_0x4629dd,_0x146c3e);}}),this[_0x38509f(0xe0)](_0x363f60[_0x38509f(0xbc)]['me'],!0x0);}[_0x38c9c1(0xe6)](_0x5cd702,_0x5883d6){const _0x1ac652=_0x38c9c1;if(this[_0x1ac652(0xc9)][_0x1ac652(0xd4)](_0x5cd702))throw new _0x5bd46c(_0x1ac652(0xf5),null,{'channelId':_0x5cd702});this[_0x1ac652(0xc9)][_0x1ac652(0xe7)](_0x5cd702,_0x5883d6),this[_0x1ac652(0xc8)][_0x1ac652(0xe7)](_0x5cd702,new _0xd26b2e()),this[_0x1ac652(0xc7)][_0x1ac652(0xe7)](_0x5cd702,new _0xd26b2e()),this[_0x1ac652(0xcf)](_0x5883d6,_0x1ac652(0xd7),(_0x185a94,_0x3c5293)=>this[_0x1ac652(0xca)](_0x5cd702,_0x3c5293)),this[_0x1ac652(0xcf)](_0x5883d6,_0x1ac652(0xdf),(_0x15eeed,_0x39fc29)=>this[_0x1ac652(0xe8)](_0x5cd702,_0x39fc29));for(const _0x442e40 of _0x5883d6)this[_0x1ac652(0xca)](_0x5cd702,_0x442e40);}[_0x38c9c1(0xd5)](_0x184474){const _0x12ee5c=_0x38c9c1;if(!this[_0x12ee5c(0xc9)][_0x12ee5c(0xd4)](_0x184474))throw new _0x5bd46c(_0x12ee5c(0xf1),null,{'channelId':_0x184474});const _0x4f4b30=this[_0x12ee5c(0xc9)][_0x12ee5c(0xe1)](_0x184474);this[_0x12ee5c(0xc4)](_0x4f4b30);for(const _0x3a7276 of _0x4f4b30)_0x12ee5c(0xe4)===this[_0x12ee5c(0xc2)][_0x12ee5c(0xea)][_0x12ee5c(0xe1)](_0x481d97)[_0x12ee5c(0xb8)]&&this[_0x12ee5c(0xe8)](_0x184474,_0x3a7276);this[_0x12ee5c(0xc9)][_0x12ee5c(0xec)](_0x184474),this[_0x12ee5c(0xc8)][_0x12ee5c(0xec)](_0x184474),this[_0x12ee5c(0xc7)][_0x12ee5c(0xec)](_0x184474);}get[_0x38c9c1(0xe5)](){const _0x369841=_0x38c9c1;return this[_0x369841(0xc2)][_0x369841(0xea)][_0x369841(0xe1)](_0x481d97)[_0x369841(0xbc)][_0x369841(0xc1)];}[_0x38c9c1(0xcb)](_0x13b8e4){const _0xa369cd=_0x38c9c1;for(const _0x3b50a5 of this[_0xa369cd(0xc8)][_0xa369cd(0xe3)]())for(const _0x213548 of _0x3b50a5)if(_0x213548['id']===_0x13b8e4)return _0x213548[_0xa369cd(0xce)];}[_0x38c9c1(0xda)](_0x54fa83,_0x43f497){const _0x522ca3=_0x38c9c1,_0xe6b34c=_0x43f497?[this[_0x522ca3(0xc8)][_0x522ca3(0xe1)](_0x43f497)]:this[_0x522ca3(0xc8)][_0x522ca3(0xe3)](),_0x3efb97=new Set();for(const _0xb7faf4 of _0xe6b34c)for(const _0x7ae901 of _0xb7faf4)_0x7ae901[_0x522ca3(0xce)]['id']===_0x54fa83['id']&&_0x3efb97[_0x522ca3(0xd7)](_0x7ae901['id']);return _0x3efb97;}[_0x38c9c1(0xc5)](_0x4af120){const _0x383ecf=_0x38c9c1;for(const _0x54e672 of this[_0x383ecf(0xc8)][_0x383ecf(0xe3)]())for(const _0x3c7522 of _0x54e672)if(_0x3c7522[_0x383ecf(0xce)]===_0x4af120)return _0x3c7522[_0x383ecf(0xf0)];}[_0x38c9c1(0xca)](_0x401ae0,_0x5cbe35){const _0x47296c=_0x38c9c1;if(_0x47296c(0xe4)!==this[_0x47296c(0xc2)][_0x47296c(0xea)][_0x47296c(0xe1)](_0x481d97)[_0x47296c(0xb8)])return;const _0xa8ae0a=_0x5cbe35[_0x47296c(0xce)],_0x15442a=this[_0x47296c(0xd3)][_0x47296c(0xba)](_0xa8ae0a['id'])||this[_0x47296c(0xe0)](_0xa8ae0a),_0x54ba9c=Object[_0x47296c(0xed)]({},_0x5cbe35,{'user':_0x15442a});this[_0x47296c(0xc8)][_0x47296c(0xe1)](_0x401ae0)[_0x47296c(0xd7)](_0x54ba9c);const _0x721b82=this[_0x47296c(0xc7)][_0x47296c(0xe1)](_0x401ae0);_0x721b82[_0x47296c(0xd4)](_0x15442a['id'])||_0x721b82[_0x47296c(0xd7)](_0x15442a),this[_0x47296c(0xf2)][_0x47296c(0xd4)](_0x15442a['id'])||this[_0x47296c(0xf2)][_0x47296c(0xd7)](_0x15442a,_0x15442a[_0x47296c(0xd6)]?0x0:void 0x0),this[_0x47296c(0xde)](_0x47296c(0xc6)+_0x401ae0,{'channelId':_0x401ae0,'session':_0x54ba9c});}[_0x38c9c1(0xe8)](_0x39191d,_0x54833f){const _0x268a6f=_0x38c9c1;if(_0x268a6f(0xe4)!==this[_0x268a6f(0xc2)][_0x268a6f(0xea)][_0x268a6f(0xe1)](_0x481d97)[_0x268a6f(0xb8)])return;const _0x102fab=this[_0x268a6f(0xc7)][_0x268a6f(0xe1)](_0x39191d),_0x780174=_0x54833f[_0x268a6f(0xce)];_0x780174['id']&&(this[_0x268a6f(0xc8)][_0x268a6f(0xe1)](_0x39191d)[_0x268a6f(0xdf)](_0x54833f['id']),_0x102fab[_0x268a6f(0xd4)](_0x780174['id'])&&!this[_0x268a6f(0xda)](_0x780174,_0x39191d)[_0x268a6f(0xf4)]&&_0x102fab[_0x268a6f(0xdf)](_0x780174['id']),this[_0x268a6f(0xf2)][_0x268a6f(0xe1)](_0x780174['id'])&&!this[_0x268a6f(0xda)](_0x780174)[_0x268a6f(0xf4)]&&this[_0x268a6f(0xf2)][_0x268a6f(0xdf)](_0x780174['id']));}[_0x38c9c1(0xe0)](_0x458c91,_0x17e795){const _0x3690c5=_0x38c9c1,_0x4535e1=this[_0x3690c5(0xd3)][_0x3690c5(0xd2)](_0x458c91);return _0x17e795&&this[_0x3690c5(0xd3)][_0x3690c5(0xe9)](_0x458c91['id']),_0x4535e1[_0x3690c5(0xc3)]=this[_0x3690c5(0xe2)]++,_0x4535e1;}}
23
+ const _0x2f6d25=_0x2090;(function(_0x48a1e2,_0x36ac44){const _0xaeacf7=_0x2090,_0x442930=_0x48a1e2();while(!![]){try{const _0x312800=parseInt(_0xaeacf7(0x106))/0x1+parseInt(_0xaeacf7(0x107))/0x2+parseInt(_0xaeacf7(0x103))/0x3*(parseInt(_0xaeacf7(0xf4))/0x4)+parseInt(_0xaeacf7(0x10d))/0x5+parseInt(_0xaeacf7(0x117))/0x6*(-parseInt(_0xaeacf7(0x11a))/0x7)+-parseInt(_0xaeacf7(0xe2))/0x8*(parseInt(_0xaeacf7(0x105))/0x9)+-parseInt(_0xaeacf7(0x10e))/0xa;if(_0x312800===_0x36ac44)break;else _0x442930['push'](_0x442930['shift']());}catch(_0x264dee){_0x442930['push'](_0x442930['shift']());}}}(_0x5c87,0x4e99a));function _0x5c87(){const _0x20e68b=['allConnectedUsers','308AJgPuq','assign','set','forEach','8VwwOjR','_handleSessionRemove','_uniqueUsersCount','init','clear','change:state','listenTo','pluginName','context','getUserRole','user','size','stopListening','defineMe','_users','plugins','sessionAdd:','_registeredSessions','4VFuyal','unregister','sessions-register-already-registered','_handleSessionAdd','requires','add','sessions-unregister-not-exist','sessionId','get','Sessions','getUserSessions','role','mySessionId','channelConnectedUsers','channelSessions','1741059TDQrFo','delete','4864635xHOnWl','515322hJExgZ','1271612tpslke','_createUser','remove','values','isMe','getUserBySessionId','2058530HVyUZf','7706340baDoQG','connected','has','getUser','addUser','orderNumber','connection','state','fire','69558PCqExm','register'];_0x5c87=function(){return _0x20e68b;};return _0x5c87();}function _0x2090(_0x22ef87,_0x51ecc3){const _0x5c87d4=_0x5c87();return _0x2090=function(_0x20902d,_0x441a6a){_0x20902d=_0x20902d-0xe0;let _0x69f022=_0x5c87d4[_0x20902d];return _0x69f022;},_0x2090(_0x22ef87,_0x51ecc3);}import{ContextPlugin as _0xb12109}from'ckeditor5/src/core.js';import{Collection as _0x51ad61,CKEditorError as _0x4e910c}from'ckeditor5/src/utils.js';import _0xcdb37b from'./websocketgateway.js';import{Users as _0x14d07e}from'ckeditor5-collaboration/src/collaboration-core.js';export default class r extends _0xb12109{static get[_0x2f6d25(0xe9)](){const _0x42e306=_0x2f6d25;return _0x42e306(0xfd);}static get[_0x2f6d25(0xf8)](){return[_0xcdb37b,_0x14d07e];}constructor(_0x32eb53){const _0x37671f=_0x2f6d25;super(_0x32eb53),this[_0x37671f(0x102)]=new Map(),this[_0x37671f(0x101)]=new Map(),this[_0x37671f(0x119)]=new _0x51ad61(),this[_0x37671f(0xf3)]=new Map(),this[_0x37671f(0xe4)]=0x0,this[_0x37671f(0xf0)]=this[_0x37671f(0xea)][_0x37671f(0xf1)][_0x37671f(0xfc)](_0x14d07e);}[_0x2f6d25(0xe5)](){const _0x246a2c=_0x2f6d25,_0xc1988e=this[_0x246a2c(0xea)][_0x246a2c(0xf1)][_0x246a2c(0xfc)](_0xcdb37b);this[_0x246a2c(0xe8)](_0xc1988e,_0x246a2c(0xe7),(_0x445205,_0x533feb,_0x5d6182)=>{const _0x57ec34=_0x246a2c;if(_0x57ec34(0x10f)!==_0x5d6182)this[_0x57ec34(0x102)][_0x57ec34(0xe1)](_0x3e6ca9=>_0x3e6ca9[_0x57ec34(0xe6)]()),this[_0x57ec34(0x101)][_0x57ec34(0xe1)](_0x599fb2=>_0x599fb2[_0x57ec34(0xe6)]()),this[_0x57ec34(0x119)][_0x57ec34(0xe6)]();else{for(const [_0x279f4a,_0x533736]of this[_0x57ec34(0xf3)])for(const _0x158753 of _0x533736)this[_0x57ec34(0xf7)](_0x279f4a,_0x158753);}}),this[_0x246a2c(0x108)](_0xc1988e[_0x246a2c(0x114)]['me'],!0x0);}[_0x2f6d25(0x118)](_0x327efe,_0xe6bbcd){const _0x548e78=_0x2f6d25;if(this[_0x548e78(0xf3)][_0x548e78(0x110)](_0x327efe))throw new _0x4e910c(_0x548e78(0xf6),null,{'channelId':_0x327efe});this[_0x548e78(0xf3)][_0x548e78(0xe0)](_0x327efe,_0xe6bbcd),this[_0x548e78(0x102)][_0x548e78(0xe0)](_0x327efe,new _0x51ad61()),this[_0x548e78(0x101)][_0x548e78(0xe0)](_0x327efe,new _0x51ad61()),this[_0x548e78(0xe8)](_0xe6bbcd,_0x548e78(0xf9),(_0x3070fc,_0x5768b5)=>this[_0x548e78(0xf7)](_0x327efe,_0x5768b5)),this[_0x548e78(0xe8)](_0xe6bbcd,_0x548e78(0x109),(_0x522eb3,_0xae8af1)=>this[_0x548e78(0xe3)](_0x327efe,_0xae8af1));for(const _0x496a66 of _0xe6bbcd)this[_0x548e78(0xf7)](_0x327efe,_0x496a66);}[_0x2f6d25(0xf5)](_0x4854af){const _0x21c21e=_0x2f6d25;if(!this[_0x21c21e(0xf3)][_0x21c21e(0x110)](_0x4854af))throw new _0x4e910c(_0x21c21e(0xfa),null,{'channelId':_0x4854af});const _0xbc8da4=this[_0x21c21e(0xf3)][_0x21c21e(0xfc)](_0x4854af);this[_0x21c21e(0xee)](_0xbc8da4);for(const _0x5ad987 of _0xbc8da4)_0x21c21e(0x10f)===this[_0x21c21e(0xea)][_0x21c21e(0xf1)][_0x21c21e(0xfc)](_0xcdb37b)[_0x21c21e(0x115)]&&this[_0x21c21e(0xe3)](_0x4854af,_0x5ad987);this[_0x21c21e(0xf3)][_0x21c21e(0x104)](_0x4854af),this[_0x21c21e(0x102)][_0x21c21e(0x104)](_0x4854af),this[_0x21c21e(0x101)][_0x21c21e(0x104)](_0x4854af);}get[_0x2f6d25(0x100)](){const _0xee925a=_0x2f6d25;return this[_0xee925a(0xea)][_0xee925a(0xf1)][_0xee925a(0xfc)](_0xcdb37b)[_0xee925a(0x114)][_0xee925a(0xfb)];}[_0x2f6d25(0x10c)](_0x33efdc){const _0x3206cc=_0x2f6d25;for(const _0x3022f2 of this[_0x3206cc(0x102)][_0x3206cc(0x10a)]())for(const _0x47c716 of _0x3022f2)if(_0x47c716['id']===_0x33efdc)return _0x47c716[_0x3206cc(0xec)];}[_0x2f6d25(0xfe)](_0x4fefe6,_0x48a322){const _0x2bc3c3=_0x2f6d25,_0x4b0ee9=_0x48a322?[this[_0x2bc3c3(0x102)][_0x2bc3c3(0xfc)](_0x48a322)]:this[_0x2bc3c3(0x102)][_0x2bc3c3(0x10a)](),_0x521eef=new Set();for(const _0x148614 of _0x4b0ee9)for(const _0x2909c5 of _0x148614)_0x2909c5[_0x2bc3c3(0xec)]['id']===_0x4fefe6['id']&&_0x521eef[_0x2bc3c3(0xf9)](_0x2909c5['id']);return _0x521eef;}[_0x2f6d25(0xeb)](_0x5666a7){const _0x48229b=_0x2f6d25;for(const _0x3e0b39 of this[_0x48229b(0x102)][_0x48229b(0x10a)]())for(const _0x4f7d66 of _0x3e0b39)if(_0x4f7d66[_0x48229b(0xec)]===_0x5666a7)return _0x4f7d66[_0x48229b(0xff)];}[_0x2f6d25(0xf7)](_0x2ecccd,_0x25a562){const _0x5141e0=_0x2f6d25;if(_0x5141e0(0x10f)!==this[_0x5141e0(0xea)][_0x5141e0(0xf1)][_0x5141e0(0xfc)](_0xcdb37b)[_0x5141e0(0x115)])return;const _0x4e374b=_0x25a562[_0x5141e0(0xec)],_0x46692a=this[_0x5141e0(0xf0)][_0x5141e0(0x111)](_0x4e374b['id'])||this[_0x5141e0(0x108)](_0x4e374b),_0x14a2ec=Object[_0x5141e0(0x11b)]({},_0x25a562,{'user':_0x46692a});this[_0x5141e0(0x102)][_0x5141e0(0xfc)](_0x2ecccd)[_0x5141e0(0xf9)](_0x14a2ec);const _0x13f75c=this[_0x5141e0(0x101)][_0x5141e0(0xfc)](_0x2ecccd);_0x13f75c[_0x5141e0(0x110)](_0x46692a['id'])||_0x13f75c[_0x5141e0(0xf9)](_0x46692a),this[_0x5141e0(0x119)][_0x5141e0(0x110)](_0x46692a['id'])||this[_0x5141e0(0x119)][_0x5141e0(0xf9)](_0x46692a,_0x46692a[_0x5141e0(0x10b)]?0x0:void 0x0),this[_0x5141e0(0x116)](_0x5141e0(0xf2)+_0x2ecccd,{'channelId':_0x2ecccd,'session':_0x14a2ec});}[_0x2f6d25(0xe3)](_0x5292c5,_0x225f70){const _0x4d2f09=_0x2f6d25;if(_0x4d2f09(0x10f)!==this[_0x4d2f09(0xea)][_0x4d2f09(0xf1)][_0x4d2f09(0xfc)](_0xcdb37b)[_0x4d2f09(0x115)])return;const _0x148112=this[_0x4d2f09(0x101)][_0x4d2f09(0xfc)](_0x5292c5),_0x7ec80=_0x225f70[_0x4d2f09(0xec)];_0x7ec80['id']&&(this[_0x4d2f09(0x102)][_0x4d2f09(0xfc)](_0x5292c5)[_0x4d2f09(0x109)](_0x225f70['id']),_0x148112[_0x4d2f09(0x110)](_0x7ec80['id'])&&!this[_0x4d2f09(0xfe)](_0x7ec80,_0x5292c5)[_0x4d2f09(0xed)]&&_0x148112[_0x4d2f09(0x109)](_0x7ec80['id']),this[_0x4d2f09(0x119)][_0x4d2f09(0xfc)](_0x7ec80['id'])&&!this[_0x4d2f09(0xfe)](_0x7ec80)[_0x4d2f09(0xed)]&&this[_0x4d2f09(0x119)][_0x4d2f09(0x109)](_0x7ec80['id']));}[_0x2f6d25(0x108)](_0x4fe4ea,_0x109923){const _0x523a6a=_0x2f6d25,_0x456f2b=this[_0x523a6a(0xf0)][_0x523a6a(0x112)](_0x4fe4ea);return _0x109923&&this[_0x523a6a(0xf0)][_0x523a6a(0xef)](_0x4fe4ea['id']),_0x456f2b[_0x523a6a(0x113)]=this[_0x523a6a(0xe4)]++,_0x456f2b;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5acbf4=_0x7869;(function(_0x424aa8,_0x18e5ef){const _0x583a0d=_0x7869,_0x102a16=_0x424aa8();while(!![]){try{const _0x3461dd=parseInt(_0x583a0d(0x1cb))/0x1+-parseInt(_0x583a0d(0x21e))/0x2+-parseInt(_0x583a0d(0x225))/0x3+parseInt(_0x583a0d(0x22c))/0x4+-parseInt(_0x583a0d(0x20e))/0x5+-parseInt(_0x583a0d(0x202))/0x6+-parseInt(_0x583a0d(0x201))/0x7*(-parseInt(_0x583a0d(0x211))/0x8);if(_0x3461dd===_0x18e5ef)break;else _0x102a16['push'](_0x102a16['shift']());}catch(_0x276290){_0x102a16['push'](_0x102a16['shift']());}}}(_0x245b,0x9faed));function _0x245b(){const _0x25372d=['checkChild','batch','ck-user__selection','102915gwpRft','markerNameToElements','clear','data-session-id','split','nodeAfter','toRange','3778340nhtJNf','root','getStart','stopListening','removeMarker','mouseleave','addMarker','detach','update:user:range','destroy','markerToElement','user:range','editingDowncast','getAttribute','has','$text','contenteditable','_domEmitter','updateMarker','size','type','start','undo','getRange','classList','Escape','startsWith','getFirstRange','document','mapper','applyOperation','455766JDIfbX','selection','innerHTML','enqueueChange','pluginName','render','setCustomProperty','highest','oldRange','change','span','color','for','isCollapsed','removeClass','deletionPosition','getUserBySessionId','ck-user__marker\x20','mouseenter','editing','end','name','addEventListener','remove','isObject','createUIElement','ck-user__marker_hovered','parent','isSimilar','$graveyard','getMarkerClass','keydown','getNearestSelectionRange','set','userPositionMarker','createRange','getSelectionClass','afterInit','_createdBatches','toDomElement','editor','getCustomProperty','createUserMarkerOperations','plugins','markerName','⁠<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>','mySessionId','getContainedElement','getPositions','change:range','newRange','marker','conversion','listenTo','1179843OGNeiv','4427964upwuZc','isInline','hasContent','user:','commands','schema','delete','reconvertMarker','add','isLimit','orderNumber','</span>⁠','3874725DBKOTO','tableCell','fromRange','72bnaofH','markerRange','markerToHighlight','init','rootName','model','UserMarkers','get','user:position','requires','view','hasDomSelection','user:range:','1431974wUsFxN','element','user:position:','markers'];_0x245b=function(){return _0x25372d;};return _0x245b();}import{Plugin as _0x1805e8}from'ckeditor5/src/core.js';import{global as _0x3fa14e,DomEmitterMixin as _0x228b22}from'ckeditor5/src/utils.js';import _0x1f14a5 from'./sessions.js';import{LiveRange as _0x160bb8}from'ckeditor5/src/engine.js';import'../../theme/usermarkers.css';export default class H extends _0x1805e8{constructor(){const _0x277b09=_0x7869;super(...arguments),this[_0x277b09(0x1bd)]=new(_0x228b22())();}static get[_0x5acbf4(0x21a)](){return[_0x1f14a5];}static get[_0x5acbf4(0x1cf)](){const _0x20575d=_0x5acbf4;return _0x20575d(0x217);}[_0x5acbf4(0x214)](){const _0x3dc129=_0x5acbf4,_0x129358=this[_0x3dc129(0x1f3)],_0x505961=_0x129358[_0x3dc129(0x1f6)][_0x3dc129(0x218)](_0x1f14a5);_0x129358[_0x3dc129(0x1ff)][_0x3dc129(0x1d7)](_0x3dc129(0x1b8))[_0x3dc129(0x1b6)]({'model':_0x3dc129(0x219),'view':(_0x1da180,{writer:_0x31b44d})=>function(_0x1932ae,_0x383f0d,_0x59068b,_0x107e18){const _0x1f327c=_0x3dc129,_0x3b119e=_0x1932ae[_0x1f327c(0x1f7)][_0x1f327c(0x229)](':')[0x2],_0x2fd674=_0x59068b[_0x1f327c(0x1db)](_0x3b119e);if(!_0x2fd674||_0x3b119e===_0x59068b[_0x1f327c(0x1f9)])return;if(!_0x107e18[_0x1f327c(0x216)][_0x1f327c(0x207)][_0x1f327c(0x222)](_0x1932ae[_0x1f327c(0x212)][_0x1f327c(0x1c1)],_0x1f327c(0x1bb)))return;const _0x22e060={'class':_0x1f327c(0x1dc)+_0x2fd674[_0x1f327c(0x1d6)][_0x1f327c(0x1e9)](),'data-name':_0x2fd674[_0x1f327c(0x1e0)],'data-session-id':_0x3b119e},_0x1f7888=_0x107e18[_0x1f327c(0x216)][_0x1f327c(0x221)][_0x1f327c(0x218)](_0x1932ae[_0x1f327c(0x1f7)]),_0x3399d1=_0x1f7888[_0x1f327c(0x1ae)](),_0x21088a=_0x3399d1[_0x1f327c(0x22a)],_0x36abc6=_0x107e18[_0x1f327c(0x216)][_0x1f327c(0x207)];if(_0x21088a&&_0x36abc6[_0x1f327c(0x1e3)](_0x21088a)&&_0x36abc6[_0x1f327c(0x203)](_0x21088a)&&!_0x107e18[_0x1f327c(0x216)][_0x1f327c(0x221)][_0x1f327c(0x218)](_0x1f327c(0x21d)+_0x3b119e)[_0x1f327c(0x1c3)]()[_0x1f327c(0x1d8)])return;const _0xf14bbe=_0x3399d1[_0x1f327c(0x1e6)];return _0x107e18[_0x1f327c(0x216)][_0x1f327c(0x207)][_0x1f327c(0x20b)](_0xf14bbe)&&!_0x107e18[_0x1f327c(0x216)][_0x1f327c(0x204)](_0xf14bbe)&&(_0x22e060[_0x1f327c(0x1bc)]=!0x1),function(_0x36cc31,_0x3c77b2,_0x2e3435){const _0x5302bc=_0x1f327c,_0x1ae0d4=_0x36cc31[_0x5302bc(0x1e4)](_0x5302bc(0x1d5),_0x3c77b2);return _0x36cc31[_0x5302bc(0x1d1)](_0x5302bc(0x1ed),!0x0,_0x1ae0d4),_0x1ae0d4[_0x5302bc(0x1d0)]=function(_0x5aec92){const _0x246476=_0x5302bc,_0x10ae43=this[_0x246476(0x1f2)](_0x5aec92);return _0x10ae43[_0x246476(0x1cd)]=_0x246476(0x1f8)+_0x2e3435[_0x246476(0x1e0)]+_0x246476(0x20d),_0x10ae43[_0x246476(0x1e1)](_0x246476(0x1dd),()=>{const _0x47ae62=_0x246476;_0x10ae43[_0x47ae62(0x1c4)][_0x47ae62(0x20a)](_0x47ae62(0x1e5));}),_0x10ae43[_0x246476(0x1e1)](_0x246476(0x1b1),()=>{const _0x3a8037=_0x246476;_0x10ae43[_0x3a8037(0x1c4)][_0x3a8037(0x1e2)](_0x3a8037(0x1e5));}),_0x10ae43;},_0x1ae0d4[_0x5302bc(0x1e7)]=function(_0x9f757c){const _0x579ecc=_0x5302bc;return!(!this[_0x579ecc(0x1f4)](_0x579ecc(0x1ed))||!_0x9f757c[_0x579ecc(0x1f4)](_0x579ecc(0x1ed))||this[_0x579ecc(0x1b9)](_0x579ecc(0x228))!=_0x9f757c[_0x579ecc(0x1b9)](_0x579ecc(0x228)));},_0x1ae0d4;}(_0x383f0d,_0x22e060,_0x2fd674);}(_0x1da180,_0x31b44d,_0x505961,_0x129358)}),_0x129358[_0x3dc129(0x1ff)][_0x3dc129(0x1d7)](_0x3dc129(0x1b8))[_0x3dc129(0x213)]({'model':_0x3dc129(0x1b7),'view':_0x4ad431=>function(_0x23c9c1,_0x2d4047){const _0x5f0b1e=_0x3dc129,_0x598f7d=_0x23c9c1[_0x5f0b1e(0x1f7)][_0x5f0b1e(0x229)](':')[0x2];if(_0x598f7d===_0x2d4047[_0x5f0b1e(0x1f9)])return null;const _0x650b0a=_0x2d4047[_0x5f0b1e(0x1db)](_0x598f7d);if(!_0x650b0a)return{'id':_0x598f7d,'classes':[]};return{'id':_0x598f7d,'classes':[_0x5f0b1e(0x224),_0x650b0a[_0x5f0b1e(0x1d6)][_0x5f0b1e(0x1ef)]()],'attributes':{'data-session-id':_0x598f7d},'priority':0x7d0+_0x650b0a[_0x5f0b1e(0x20c)]};}(_0x4ad431,_0x505961)}),function(_0x5ace96){const _0x1a1f87=_0x3dc129,_0x49335e=_0x5ace96[_0x1a1f87(0x216)],_0x2ac10d=new Map(),_0xc9130=_0x5ace96[_0x1a1f87(0x1f6)][_0x1a1f87(0x218)](_0x1f14a5);_0x49335e[_0x1a1f87(0x221)]['on'](_0x1a1f87(0x1b4),(_0x5cc285,_0x799c7b,_0x373f74,_0x35a520)=>{const _0x275a8e=_0x1a1f87;if(!_0x35a520&&_0x2ac10d[_0x275a8e(0x218)](_0x799c7b[_0x275a8e(0x1e0)]))return _0x2ac10d[_0x275a8e(0x218)](_0x799c7b[_0x275a8e(0x1e0)])[_0x275a8e(0x1b3)](),void _0x2ac10d[_0x275a8e(0x208)](_0x799c7b[_0x275a8e(0x1e0)]);const _0x1cadff=_0x799c7b[_0x275a8e(0x1e0)][_0x275a8e(0x229)](':')[0x2];if(_0x1cadff===_0xc9130[_0x275a8e(0x1f9)])return;const _0x30b7a8=_0x275a8e(0x220)+_0x1cadff;_0x49335e[_0x275a8e(0x221)][_0x275a8e(0x1ba)](_0x30b7a8)&&_0x5ace96[_0x275a8e(0x1de)][_0x275a8e(0x209)](_0x30b7a8),_0x799c7b['on'](_0x275a8e(0x1fc),(_0x59efdf,_0x11032e,_0x1b1cb1)=>{const _0x4831b3=_0x275a8e;if(_0x4831b3(0x1e8)!=_0x11032e[_0x4831b3(0x22d)][_0x4831b3(0x215)]&&_0x4831b3(0x1e8)==_0x799c7b[_0x4831b3(0x1c3)]()[_0x4831b3(0x22d)][_0x4831b3(0x215)]&&!_0x2ac10d[_0x4831b3(0x1ba)](_0x799c7b[_0x4831b3(0x1e0)])){const _0x52a6aa=_0x49335e[_0x4831b3(0x207)][_0x4831b3(0x1eb)](_0x1b1cb1[_0x4831b3(0x1da)]);if(_0x52a6aa){const _0x19c778=_0x160bb8[_0x4831b3(0x210)](_0x52a6aa);_0x2ac10d[_0x4831b3(0x1ec)](_0x799c7b[_0x4831b3(0x1e0)],_0x19c778),_0x19c778['on'](_0x4831b3(0x1fc),(_0x188b63,_0x2b480f,_0x31827d)=>{const _0x1681ef=_0x4831b3;if(_0x1681ef(0x1e8)==_0x19c778[_0x1681ef(0x22d)][_0x1681ef(0x215)]){const _0x34457c=_0x49335e[_0x1681ef(0x207)][_0x1681ef(0x1eb)](_0x31827d[_0x1681ef(0x1da)]);_0x34457c?(_0x19c778[_0x1681ef(0x1c1)]=_0x34457c[_0x1681ef(0x1c1)],_0x19c778[_0x1681ef(0x1df)]=_0x34457c[_0x1681ef(0x1df)]):(_0x2ac10d[_0x1681ef(0x208)](_0x799c7b[_0x1681ef(0x1e0)]),_0x19c778[_0x1681ef(0x1b3)]());}});}}});}),_0x49335e[_0x1a1f87(0x1c8)]['on'](_0x1a1f87(0x1d4),()=>{const _0x2fbc30=_0x1a1f87;_0x2ac10d[_0x2fbc30(0x1bf)]>0x0&&_0x49335e[_0x2fbc30(0x1ce)]({'isUndoable':!0x1},_0x8bbc9d=>{const _0x158ae2=_0x2fbc30;for(const [_0x394ae3,_0x57fa03]of _0x2ac10d)_0x158ae2(0x1e8)==_0x49335e[_0x158ae2(0x221)][_0x158ae2(0x218)](_0x394ae3)[_0x158ae2(0x1c3)]()[_0x158ae2(0x22d)][_0x158ae2(0x215)]&&(re(_0x394ae3[_0x158ae2(0x229)](':')[0x2],_0x57fa03[_0x158ae2(0x22b)](),_0x49335e,_0x8bbc9d),_0x57fa03[_0x158ae2(0x1b3)]());_0x2ac10d[_0x158ae2(0x227)]();});});}(_0x129358),this[_0x3dc129(0x1bd)][_0x3dc129(0x200)](_0x3fa14e[_0x3dc129(0x1c8)],_0x3dc129(0x1ea),(_0x6f7814,{key:_0x559a31})=>{const _0x5b7fd1=_0x3dc129;_0x5b7fd1(0x1c5)===_0x559a31&&function(_0x1ff57a){const _0x37c523=_0x5b7fd1;_0x1ff57a[_0x37c523(0x1de)][_0x37c523(0x21b)][_0x37c523(0x1d4)](_0x3df87b=>{const _0x5f0215=_0x37c523;for(const _0x511f0f of _0x1ff57a[_0x5f0215(0x216)][_0x5f0215(0x221)]){if(!_0x511f0f[_0x5f0215(0x1e0)][_0x5f0215(0x1c6)](_0x5f0215(0x219)))continue;const _0x5e3612=_0x1ff57a[_0x5f0215(0x1de)][_0x5f0215(0x1c9)][_0x5f0215(0x226)](_0x511f0f[_0x5f0215(0x1e0)]);if(_0x5e3612){for(const _0x5cd716 of _0x5e3612)_0x3df87b[_0x5f0215(0x1d9)](_0x5f0215(0x1e5),_0x5cd716);}}});}(_0x129358);},{'useCapture':!0x0});}[_0x5acbf4(0x1f0)](){const _0x5e2a3e=_0x5acbf4,_0x4f94b6=this[_0x5e2a3e(0x1f3)],_0x24e0d9=_0x4f94b6[_0x5e2a3e(0x206)][_0x5e2a3e(0x218)](_0x5e2a3e(0x1c2));_0x24e0d9&&_0x4f94b6[_0x5e2a3e(0x216)]['on'](_0x5e2a3e(0x1ca),(_0x149ec3,_0x36060b)=>{const _0x3b17bb=_0x5e2a3e,_0x4e061f=_0x36060b[0x0];if(_0x3b17bb(0x1fe)!=_0x4e061f[_0x3b17bb(0x1c0)]||!_0x4e061f[_0x3b17bb(0x1e0)][_0x3b17bb(0x1c6)](_0x3b17bb(0x205)))return;const _0x4a881a=_0x4e061f[_0x3b17bb(0x223)];_0x24e0d9[_0x3b17bb(0x1f1)][_0x3b17bb(0x1ba)](_0x4a881a)&&(_0x4e061f[_0x3b17bb(0x1fd)]=_0x4e061f[_0x3b17bb(0x1d3)]?_0x4f94b6[_0x3b17bb(0x216)][_0x3b17bb(0x1ee)](_0x4e061f[_0x3b17bb(0x1d3)][_0x3b17bb(0x1c1)],_0x4e061f[_0x3b17bb(0x1d3)][_0x3b17bb(0x1df)]):null);},{'priority':_0x5e2a3e(0x1d2)});}[_0x5acbf4(0x1b5)](){const _0x5ba2d0=_0x5acbf4;return this[_0x5ba2d0(0x1bd)][_0x5ba2d0(0x1af)](),super[_0x5ba2d0(0x1b5)]();}[_0x5acbf4(0x1f5)](){const _0x22979a=_0x5acbf4,_0x20693c=this[_0x22979a(0x1f3)],_0xe2773=_0x20693c[_0x22979a(0x216)][_0x22979a(0x1c8)],_0x493a59=_0x20693c[_0x22979a(0x1f6)][_0x22979a(0x218)](_0x1f14a5);_0x20693c[_0x22979a(0x216)][_0x22979a(0x1ce)]({'isUndoable':!0x1},_0x2ae8bb=>{const _0x37bee7=_0x22979a,_0x12e93c=_0x37bee7(0x21d)+_0x493a59[_0x37bee7(0x1f9)],_0x59085b=_0x37bee7(0x220)+_0x493a59[_0x37bee7(0x1f9)],_0x27f690=_0x20693c[_0x37bee7(0x216)][_0x37bee7(0x221)][_0x37bee7(0x1ba)](_0x12e93c);_0x20693c[_0x37bee7(0x1de)][_0x37bee7(0x21b)][_0x37bee7(0x21c)]?re(_0x493a59[_0x37bee7(0x1f9)],_0xe2773[_0x37bee7(0x1cc)][_0x37bee7(0x1c7)](),_0x20693c[_0x37bee7(0x216)],_0x2ae8bb):_0x27f690&&(_0x2ae8bb[_0x37bee7(0x1b0)](_0x12e93c),_0x2ae8bb[_0x37bee7(0x1b0)](_0x59085b));});}}function _0x7869(_0x23990a,_0x297852){const _0x245b4f=_0x245b();return _0x7869=function(_0x78698c,_0xf5c77a){_0x78698c=_0x78698c-0x1ae;let _0x1288d5=_0x245b4f[_0x78698c];return _0x1288d5;},_0x7869(_0x23990a,_0x297852);}function re(_0x51cb5b,_0x1b040e,_0xe0e74f,_0x1f0e3e){const _0x42ca9a=_0x5acbf4,_0x645273=_0x42ca9a(0x21d)+_0x51cb5b,_0xb64ccd=_0x42ca9a(0x220)+_0x51cb5b,_0x2e5322=_0x1b040e[_0x42ca9a(0x1fa)]();let _0x5cb894=_0x1b040e[_0x42ca9a(0x1c1)];_0x2e5322&&_0x2e5322['is'](_0x42ca9a(0x21f),_0x42ca9a(0x20f))&&(_0x5cb894=function(_0xefd547,_0x33bbeb){const _0x4d2f52=_0x42ca9a;for(const _0x4eaf04 of _0xefd547[_0x4d2f52(0x1fb)]())if(_0x33bbeb[_0x4d2f52(0x207)][_0x4d2f52(0x222)](_0x4eaf04,_0x4d2f52(0x1bb)))return _0x4eaf04;}(_0x1b040e,_0xe0e74f),_0x1b040e=_0x1f0e3e[_0x42ca9a(0x1ee)](_0x5cb894));const _0x191565=_0x1f0e3e[_0x42ca9a(0x1ee)](_0x5cb894);_0xe0e74f[_0x42ca9a(0x221)][_0x42ca9a(0x1ba)](_0x645273)?(_0x1f0e3e[_0x42ca9a(0x1be)](_0x645273,{'range':_0x1b040e}),_0x1f0e3e[_0x42ca9a(0x1be)](_0xb64ccd,{'range':_0x191565})):(_0x1f0e3e[_0x42ca9a(0x1b2)](_0x645273,{'range':_0x1b040e,'usingOperation':!0x0}),_0x1f0e3e[_0x42ca9a(0x1b2)](_0xb64ccd,{'range':_0x191565,'usingOperation':!0x0}));}
23
+ function _0x46c3(){const _0x195cff=['clear','getAttribute','isCollapsed','requires','name','split','init','createUserMarkerOperations','user:range:','contenteditable','reconvertMarker','document','hasContent','render','mapper','for','model','markerNameToElements','batch','user:position','undo','UserMarkers','user:position:','pluginName','toDomElement','newRange','highest','markerToHighlight','markerName','innerHTML','set','addMarker','getNearestSelectionRange','updateMarker','nodeAfter','userPositionMarker','marker','Escape','mouseenter','_createdBatches','plugins','</span>⁠','mouseleave','enqueueChange','65010RLXnwy','orderNumber','selection','applyOperation','commands','markers','add','getPositions','setCustomProperty','getSelectionClass','removeMarker','delete','has','mySessionId','getContainedElement','deletionPosition','addEventListener','923073XvNPFt','888292iUifNU','change','isLimit','afterInit','288NVFNmW','ck-user__marker\x20','startsWith','_domEmitter','5265948uxakIK','$graveyard','keydown','$text','ck-user__selection','oldRange','tableCell','ck-user__marker_hovered','detach','change:range','createRange','element','remove','stopListening','isObject','getRange','checkChild','type','4417416iZRuDX','size','destroy','createUIElement','getCustomProperty','classList','editor','schema','885772Yyramp','user:','15moJLNr','getFirstRange','rootName','data-session-id','listenTo','7tjRdLy','isSimilar','12020TqliWR','getStart','start','view','isInline','color','parent','removeClass','markerRange','hasDomSelection','fromRange','root','update:user:range','user:range','⁠<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>','conversion','end','getUserBySessionId','markerToElement','toRange','editingDowncast','editing','get','getMarkerClass','span'];_0x46c3=function(){return _0x195cff;};return _0x46c3();}const _0x471c0a=_0x4670;(function(_0x40fac5,_0x4ffb6f){const _0xec7043=_0x4670,_0x18252b=_0x40fac5();while(!![]){try{const _0x289ea6=parseInt(_0xec7043(0x17b))/0x1+parseInt(_0xec7043(0x184))/0x2+-parseInt(_0xec7043(0x158))/0x3+-parseInt(_0xec7043(0x159))/0x4*(parseInt(_0xec7043(0x17d))/0x5)+-parseInt(_0xec7043(0x161))/0x6*(-parseInt(_0xec7043(0x182))/0x7)+-parseInt(_0xec7043(0x173))/0x8+parseInt(_0xec7043(0x15d))/0x9*(parseInt(_0xec7043(0x147))/0xa);if(_0x289ea6===_0x4ffb6f)break;else _0x18252b['push'](_0x18252b['shift']());}catch(_0x584f6f){_0x18252b['push'](_0x18252b['shift']());}}}(_0x46c3,0x6e339));import{Plugin as _0x27da86}from'ckeditor5/src/core.js';import{global as _0x3776d9,DomEmitterMixin as _0x1f2ac6}from'ckeditor5/src/utils.js';import _0x2205ba from'./sessions.js';function _0x4670(_0x40a699,_0xadcd6e){const _0x46c315=_0x46c3();return _0x4670=function(_0x4670d2,_0x1c180f){_0x4670d2=_0x4670d2-0x136;let _0x5abbe6=_0x46c315[_0x4670d2];return _0x5abbe6;},_0x4670(_0x40a699,_0xadcd6e);}import{LiveRange as _0x56df32}from'ckeditor5/src/engine.js';import'../../theme/usermarkers.css';export default class H extends _0x27da86{constructor(){const _0xad4ff4=_0x4670;super(...arguments),this[_0xad4ff4(0x160)]=new(_0x1f2ac6())();}static get[_0x471c0a(0x1a0)](){return[_0x2205ba];}static get[_0x471c0a(0x1b4)](){const _0x4b647d=_0x471c0a;return _0x4b647d(0x1b2);}[_0x471c0a(0x1a3)](){const _0x1dcf83=_0x471c0a,_0x31785d=this[_0x1dcf83(0x179)],_0x8852f8=_0x31785d[_0x1dcf83(0x143)][_0x1dcf83(0x19a)](_0x2205ba);_0x31785d[_0x1dcf83(0x193)][_0x1dcf83(0x1ac)](_0x1dcf83(0x198))[_0x1dcf83(0x196)]({'model':_0x1dcf83(0x1b0),'view':(_0x430d72,{writer:_0x2efeaf})=>function(_0x3485ef,_0x15890f,_0x426672,_0x3c961e){const _0x3cbbaf=_0x1dcf83,_0x560c9a=_0x3485ef[_0x3cbbaf(0x137)][_0x3cbbaf(0x1a2)](':')[0x2],_0x488336=_0x426672[_0x3cbbaf(0x195)](_0x560c9a);if(!_0x488336||_0x560c9a===_0x426672[_0x3cbbaf(0x154)])return;if(!_0x3c961e[_0x3cbbaf(0x1ad)][_0x3cbbaf(0x17a)][_0x3cbbaf(0x171)](_0x3485ef[_0x3cbbaf(0x18c)][_0x3cbbaf(0x186)],_0x3cbbaf(0x164)))return;const _0x466da7={'class':_0x3cbbaf(0x15e)+_0x488336[_0x3cbbaf(0x189)][_0x3cbbaf(0x19b)](),'data-name':_0x488336[_0x3cbbaf(0x1a1)],'data-session-id':_0x560c9a},_0x5765b3=_0x3c961e[_0x3cbbaf(0x1ad)][_0x3cbbaf(0x14c)][_0x3cbbaf(0x19a)](_0x3485ef[_0x3cbbaf(0x137)]),_0x39dfb2=_0x5765b3[_0x3cbbaf(0x185)](),_0xbca505=_0x39dfb2[_0x3cbbaf(0x13d)],_0x51b49d=_0x3c961e[_0x3cbbaf(0x1ad)][_0x3cbbaf(0x17a)];if(_0xbca505&&_0x51b49d[_0x3cbbaf(0x16f)](_0xbca505)&&_0x51b49d[_0x3cbbaf(0x188)](_0xbca505)&&!_0x3c961e[_0x3cbbaf(0x1ad)][_0x3cbbaf(0x14c)][_0x3cbbaf(0x19a)](_0x3cbbaf(0x1a5)+_0x560c9a)[_0x3cbbaf(0x170)]()[_0x3cbbaf(0x19f)])return;const _0x24a3c8=_0x39dfb2[_0x3cbbaf(0x18a)];return _0x3c961e[_0x3cbbaf(0x1ad)][_0x3cbbaf(0x17a)][_0x3cbbaf(0x15b)](_0x24a3c8)&&!_0x3c961e[_0x3cbbaf(0x1ad)][_0x3cbbaf(0x1a9)](_0x24a3c8)&&(_0x466da7[_0x3cbbaf(0x1a6)]=!0x1),function(_0x20631e,_0x13a37e,_0x360c8c){const _0x24dcbb=_0x3cbbaf,_0x3ce6e5=_0x20631e[_0x24dcbb(0x176)](_0x24dcbb(0x19c),_0x13a37e);return _0x20631e[_0x24dcbb(0x14f)](_0x24dcbb(0x13e),!0x0,_0x3ce6e5),_0x3ce6e5[_0x24dcbb(0x1aa)]=function(_0x37f2c3){const _0x5a8f55=_0x24dcbb,_0x1e698f=this[_0x5a8f55(0x1b5)](_0x37f2c3);return _0x1e698f[_0x5a8f55(0x138)]=_0x5a8f55(0x192)+_0x360c8c[_0x5a8f55(0x1a1)]+_0x5a8f55(0x144),_0x1e698f[_0x5a8f55(0x157)](_0x5a8f55(0x141),()=>{const _0x4c7efb=_0x5a8f55;_0x1e698f[_0x4c7efb(0x178)][_0x4c7efb(0x14d)](_0x4c7efb(0x168));}),_0x1e698f[_0x5a8f55(0x157)](_0x5a8f55(0x145),()=>{const _0x3b29d7=_0x5a8f55;_0x1e698f[_0x3b29d7(0x178)][_0x3b29d7(0x16d)](_0x3b29d7(0x168));}),_0x1e698f;},_0x3ce6e5[_0x24dcbb(0x183)]=function(_0x2dac38){const _0x25411d=_0x24dcbb;return!(!this[_0x25411d(0x177)](_0x25411d(0x13e))||!_0x2dac38[_0x25411d(0x177)](_0x25411d(0x13e))||this[_0x25411d(0x19e)](_0x25411d(0x180))!=_0x2dac38[_0x25411d(0x19e)](_0x25411d(0x180)));},_0x3ce6e5;}(_0x15890f,_0x466da7,_0x488336);}(_0x430d72,_0x2efeaf,_0x8852f8,_0x31785d)}),_0x31785d[_0x1dcf83(0x193)][_0x1dcf83(0x1ac)](_0x1dcf83(0x198))[_0x1dcf83(0x136)]({'model':_0x1dcf83(0x191),'view':_0x2139aa=>function(_0xf93d80,_0x408e25){const _0x4ed055=_0x1dcf83,_0x227e70=_0xf93d80[_0x4ed055(0x137)][_0x4ed055(0x1a2)](':')[0x2];if(_0x227e70===_0x408e25[_0x4ed055(0x154)])return null;const _0x3c0b32=_0x408e25[_0x4ed055(0x195)](_0x227e70);if(!_0x3c0b32)return{'id':_0x227e70,'classes':[]};return{'id':_0x227e70,'classes':[_0x4ed055(0x165),_0x3c0b32[_0x4ed055(0x189)][_0x4ed055(0x150)]()],'attributes':{'data-session-id':_0x227e70},'priority':0x7d0+_0x3c0b32[_0x4ed055(0x148)]};}(_0x2139aa,_0x8852f8)}),function(_0x54d4e9){const _0x5dc35a=_0x1dcf83,_0x89818f=_0x54d4e9[_0x5dc35a(0x1ad)],_0x421bb0=new Map(),_0x41f76d=_0x54d4e9[_0x5dc35a(0x143)][_0x5dc35a(0x19a)](_0x2205ba);_0x89818f[_0x5dc35a(0x14c)]['on'](_0x5dc35a(0x190),(_0x5d62d7,_0x337472,_0x22938c,_0xa28424)=>{const _0x55a096=_0x5dc35a;if(!_0xa28424&&_0x421bb0[_0x55a096(0x19a)](_0x337472[_0x55a096(0x1a1)]))return _0x421bb0[_0x55a096(0x19a)](_0x337472[_0x55a096(0x1a1)])[_0x55a096(0x169)](),void _0x421bb0[_0x55a096(0x152)](_0x337472[_0x55a096(0x1a1)]);const _0xb7ea7=_0x337472[_0x55a096(0x1a1)][_0x55a096(0x1a2)](':')[0x2];if(_0xb7ea7===_0x41f76d[_0x55a096(0x154)])return;const _0x409b58=_0x55a096(0x1b3)+_0xb7ea7;_0x89818f[_0x55a096(0x14c)][_0x55a096(0x153)](_0x409b58)&&_0x54d4e9[_0x55a096(0x199)][_0x55a096(0x1a7)](_0x409b58),_0x337472['on'](_0x55a096(0x16a),(_0x142b4b,_0x3f2364,_0x246e49)=>{const _0x544ce1=_0x55a096;if(_0x544ce1(0x162)!=_0x3f2364[_0x544ce1(0x18f)][_0x544ce1(0x17f)]&&_0x544ce1(0x162)==_0x337472[_0x544ce1(0x170)]()[_0x544ce1(0x18f)][_0x544ce1(0x17f)]&&!_0x421bb0[_0x544ce1(0x153)](_0x337472[_0x544ce1(0x1a1)])){const _0xe81bc3=_0x89818f[_0x544ce1(0x17a)][_0x544ce1(0x13b)](_0x246e49[_0x544ce1(0x156)]);if(_0xe81bc3){const _0x15e337=_0x56df32[_0x544ce1(0x18e)](_0xe81bc3);_0x421bb0[_0x544ce1(0x139)](_0x337472[_0x544ce1(0x1a1)],_0x15e337),_0x15e337['on'](_0x544ce1(0x16a),(_0x12a373,_0x270d81,_0x5c9112)=>{const _0x35d47f=_0x544ce1;if(_0x35d47f(0x162)==_0x15e337[_0x35d47f(0x18f)][_0x35d47f(0x17f)]){const _0x36765c=_0x89818f[_0x35d47f(0x17a)][_0x35d47f(0x13b)](_0x5c9112[_0x35d47f(0x156)]);_0x36765c?(_0x15e337[_0x35d47f(0x186)]=_0x36765c[_0x35d47f(0x186)],_0x15e337[_0x35d47f(0x194)]=_0x36765c[_0x35d47f(0x194)]):(_0x421bb0[_0x35d47f(0x152)](_0x337472[_0x35d47f(0x1a1)]),_0x15e337[_0x35d47f(0x169)]());}});}}});}),_0x89818f[_0x5dc35a(0x1a8)]['on'](_0x5dc35a(0x15a),()=>{const _0x1ad46e=_0x5dc35a;_0x421bb0[_0x1ad46e(0x174)]>0x0&&_0x89818f[_0x1ad46e(0x146)]({'isUndoable':!0x1},_0x3aa998=>{const _0x1514d6=_0x1ad46e;for(const [_0x21c2c3,_0x1320f7]of _0x421bb0)_0x1514d6(0x162)==_0x89818f[_0x1514d6(0x14c)][_0x1514d6(0x19a)](_0x21c2c3)[_0x1514d6(0x170)]()[_0x1514d6(0x18f)][_0x1514d6(0x17f)]&&(re(_0x21c2c3[_0x1514d6(0x1a2)](':')[0x2],_0x1320f7[_0x1514d6(0x197)](),_0x89818f,_0x3aa998),_0x1320f7[_0x1514d6(0x169)]());_0x421bb0[_0x1514d6(0x19d)]();});});}(_0x31785d),this[_0x1dcf83(0x160)][_0x1dcf83(0x181)](_0x3776d9[_0x1dcf83(0x1a8)],_0x1dcf83(0x163),(_0x48f5e0,{key:_0x4f62c2})=>{const _0x45bf9c=_0x1dcf83;_0x45bf9c(0x140)===_0x4f62c2&&function(_0x4588b0){const _0x219baa=_0x45bf9c;_0x4588b0[_0x219baa(0x199)][_0x219baa(0x187)][_0x219baa(0x15a)](_0x3367df=>{const _0x395e19=_0x219baa;for(const _0x5bfde9 of _0x4588b0[_0x395e19(0x1ad)][_0x395e19(0x14c)]){if(!_0x5bfde9[_0x395e19(0x1a1)][_0x395e19(0x15f)](_0x395e19(0x1b0)))continue;const _0x4fb1ca=_0x4588b0[_0x395e19(0x199)][_0x395e19(0x1ab)][_0x395e19(0x1ae)](_0x5bfde9[_0x395e19(0x1a1)]);if(_0x4fb1ca){for(const _0x4f3f05 of _0x4fb1ca)_0x3367df[_0x395e19(0x18b)](_0x395e19(0x168),_0x4f3f05);}}});}(_0x31785d);},{'useCapture':!0x0});}[_0x471c0a(0x15c)](){const _0x5ccc8a=_0x471c0a,_0x16a15d=this[_0x5ccc8a(0x179)],_0x27d4bd=_0x16a15d[_0x5ccc8a(0x14b)][_0x5ccc8a(0x19a)](_0x5ccc8a(0x1b1));_0x27d4bd&&_0x16a15d[_0x5ccc8a(0x1ad)]['on'](_0x5ccc8a(0x14a),(_0x2bc7bf,_0x592d8f)=>{const _0x3b65d5=_0x5ccc8a,_0x2375ee=_0x592d8f[0x0];if(_0x3b65d5(0x13f)!=_0x2375ee[_0x3b65d5(0x172)]||!_0x2375ee[_0x3b65d5(0x1a1)][_0x3b65d5(0x15f)](_0x3b65d5(0x17c)))return;const _0x588daa=_0x2375ee[_0x3b65d5(0x1af)];_0x27d4bd[_0x3b65d5(0x142)][_0x3b65d5(0x153)](_0x588daa)&&(_0x2375ee[_0x3b65d5(0x1b6)]=_0x2375ee[_0x3b65d5(0x166)]?_0x16a15d[_0x3b65d5(0x1ad)][_0x3b65d5(0x16b)](_0x2375ee[_0x3b65d5(0x166)][_0x3b65d5(0x186)],_0x2375ee[_0x3b65d5(0x166)][_0x3b65d5(0x194)]):null);},{'priority':_0x5ccc8a(0x1b7)});}[_0x471c0a(0x175)](){const _0x38417c=_0x471c0a;return this[_0x38417c(0x160)][_0x38417c(0x16e)](),super[_0x38417c(0x175)]();}[_0x471c0a(0x1a4)](){const _0x1ce38e=_0x471c0a,_0x2f5eca=this[_0x1ce38e(0x179)],_0xf2db7d=_0x2f5eca[_0x1ce38e(0x1ad)][_0x1ce38e(0x1a8)],_0x218381=_0x2f5eca[_0x1ce38e(0x143)][_0x1ce38e(0x19a)](_0x2205ba);_0x2f5eca[_0x1ce38e(0x1ad)][_0x1ce38e(0x146)]({'isUndoable':!0x1},_0x4100a9=>{const _0x58910e=_0x1ce38e,_0x440ef=_0x58910e(0x1a5)+_0x218381[_0x58910e(0x154)],_0x49f5af=_0x58910e(0x1b3)+_0x218381[_0x58910e(0x154)],_0x500dff=_0x2f5eca[_0x58910e(0x1ad)][_0x58910e(0x14c)][_0x58910e(0x153)](_0x440ef);_0x2f5eca[_0x58910e(0x199)][_0x58910e(0x187)][_0x58910e(0x18d)]?re(_0x218381[_0x58910e(0x154)],_0xf2db7d[_0x58910e(0x149)][_0x58910e(0x17e)](),_0x2f5eca[_0x58910e(0x1ad)],_0x4100a9):_0x500dff&&(_0x4100a9[_0x58910e(0x151)](_0x440ef),_0x4100a9[_0x58910e(0x151)](_0x49f5af));});}}function re(_0x2b3cca,_0x3945fe,_0x1d8b10,_0x20fbf8){const _0x3bfbb5=_0x471c0a,_0x42d9e4=_0x3bfbb5(0x1a5)+_0x2b3cca,_0x588e4a=_0x3bfbb5(0x1b3)+_0x2b3cca,_0x1cde16=_0x3945fe[_0x3bfbb5(0x155)]();let _0x47533b=_0x3945fe[_0x3bfbb5(0x186)];_0x1cde16&&_0x1cde16['is'](_0x3bfbb5(0x16c),_0x3bfbb5(0x167))&&(_0x47533b=function(_0x405655,_0xf40ddb){const _0x1ee35d=_0x3bfbb5;for(const _0x42df8a of _0x405655[_0x1ee35d(0x14e)]())if(_0xf40ddb[_0x1ee35d(0x17a)][_0x1ee35d(0x171)](_0x42df8a,_0x1ee35d(0x164)))return _0x42df8a;}(_0x3945fe,_0x1d8b10),_0x3945fe=_0x20fbf8[_0x3bfbb5(0x16b)](_0x47533b));const _0x4b6f08=_0x20fbf8[_0x3bfbb5(0x16b)](_0x47533b);_0x1d8b10[_0x3bfbb5(0x14c)][_0x3bfbb5(0x153)](_0x42d9e4)?(_0x20fbf8[_0x3bfbb5(0x13c)](_0x42d9e4,{'range':_0x3945fe}),_0x20fbf8[_0x3bfbb5(0x13c)](_0x588e4a,{'range':_0x4b6f08})):(_0x20fbf8[_0x3bfbb5(0x13a)](_0x42d9e4,{'range':_0x3945fe,'usingOperation':!0x0}),_0x20fbf8[_0x3bfbb5(0x13a)](_0x588e4a,{'range':_0x4b6f08,'usingOperation':!0x0}));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1e9131=_0x2304;(function(_0x3332eb,_0x2eaf93){const _0x444c01=_0x2304,_0x197fc0=_0x3332eb();while(!![]){try{const _0x134d14=-parseInt(_0x444c01(0x206))/0x1*(parseInt(_0x444c01(0x1ff))/0x2)+-parseInt(_0x444c01(0x212))/0x3*(parseInt(_0x444c01(0x203))/0x4)+-parseInt(_0x444c01(0x1f5))/0x5+-parseInt(_0x444c01(0x226))/0x6+-parseInt(_0x444c01(0x228))/0x7+-parseInt(_0x444c01(0x21c))/0x8+parseInt(_0x444c01(0x202))/0x9;if(_0x134d14===_0x2eaf93)break;else _0x197fc0['push'](_0x197fc0['shift']());}catch(_0x3012a2){_0x197fc0['push'](_0x197fc0['shift']());}}}(_0x5aa6,0x2c361));import{ContextPlugin as _0x5827f4}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0x5dfda8,CKEditorError as _0x13a51e}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0x403bc8,WEB_SOCKET_GATEWAY_STATES as _0x521b35}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0x46e0c2}from'ckeditor5/src/ui.js';class c extends _0x5827f4{static get[_0x1e9131(0x213)](){const _0x466abe=_0x1e9131;return[_0x466abe(0x22c),_0x46e0c2];}static get[_0x1e9131(0x1f2)](){const _0x1bebbd=_0x1e9131;return _0x1bebbd(0x211);}constructor(_0x4967d6){const _0x205894=_0x1e9131;super(_0x4967d6),this[_0x205894(0x1ed)](_0x205894(0x1fd),_0x521b35[_0x205894(0x218)]),this[_0x205894(0x1ed)](_0x205894(0x220),!0x1),this[_0x205894(0x1f6)]=new Set(),this[_0x205894(0x231)]=!0x1,this[_0x205894(0x209)]=Object[_0x205894(0x1ea)](_0x5dfda8);}[_0x1e9131(0x201)](){const _0x36d9d6=_0x1e9131,_0x2186e8=this[_0x36d9d6(0x21f)],_0x43f591=_0x2186e8[_0x36d9d6(0x205)][_0x36d9d6(0x21d)](_0x36d9d6(0x22c)),_0x52bedf=_0x2186e8[_0x36d9d6(0x205)][_0x36d9d6(0x21d)](_0x46e0c2);if(!_0x43f591[_0x36d9d6(0x1f3)])throw new _0x13a51e(_0x36d9d6(0x1eb),this);if(!_0x43f591[_0x36d9d6(0x1f1)])throw new _0x13a51e(_0x36d9d6(0x20d),this);return this[_0x36d9d6(0x209)][_0x36d9d6(0x1fc)](window,_0x36d9d6(0x223),()=>this[_0x36d9d6(0x220)]=!0x0),this[_0x36d9d6(0x209)][_0x36d9d6(0x1fc)](window,_0x36d9d6(0x1fb),()=>this[_0x36d9d6(0x220)]=!0x1),this[_0x36d9d6(0x21f)][_0x36d9d6(0x229)][_0x36d9d6(0x20e)](_0x36d9d6(0x22b),0xa),this[_0x36d9d6(0x21f)][_0x36d9d6(0x229)][_0x36d9d6(0x20e)](_0x36d9d6(0x20f),0x14),c[_0x36d9d6(0x211)][_0x36d9d6(0x21a)](_0x43f591[_0x36d9d6(0x1f3)],_0x43f591[_0x36d9d6(0x1f1)],{'timeout':0x3e8*this[_0x36d9d6(0x21f)][_0x36d9d6(0x229)][_0x36d9d6(0x21d)](_0x36d9d6(0x22b)),'requestTimeout':0x3e8*this[_0x36d9d6(0x21f)][_0x36d9d6(0x229)][_0x36d9d6(0x21d)](_0x36d9d6(0x20f))})[_0x36d9d6(0x1f4)](_0x37268a=>{const _0x3ab424=_0x36d9d6;if(this[_0x3ab424(0x216)]=_0x37268a,this[_0x3ab424(0x208)](_0x3ab424(0x1fd))['to'](_0x37268a,_0x3ab424(0x1fd),this,_0x3ab424(0x220),(_0x5b00ca,_0x402bb8)=>(_0x3ab424(0x20b)!==_0x5b00ca&&(this[_0x3ab424(0x231)]=!0x0),_0x402bb8||_0x5b00ca!==_0x521b35[_0x3ab424(0x218)]?_0x521b35[_0x3ab424(0x22d)]:this[_0x3ab424(0x1fd)]==_0x521b35[_0x3ab424(0x22d)]&&this[_0x3ab424(0x231)]?(this[_0x3ab424(0x231)]=!0x1,this[_0x3ab424(0x22a)](),_0x521b35[_0x3ab424(0x225)]):_0x521b35[_0x3ab424(0x218)])),this[_0x3ab424(0x216)]['on'](_0x3ab424(0x1fe),(_0x4b160b,_0x15a563)=>{const _0x523e1b=_0x3ab424;if(_0x523e1b(0x1f7)!==_0x15a563[_0x523e1b(0x222)])throw console[_0x523e1b(0x1fe)](_0x15a563),new _0x13a51e(_0x523e1b(0x21b),null,{'originalError':_0x15a563});_0x52bedf[_0x523e1b(0x210)](_0x523e1b(0x215),{'title':_0x523e1b(0x1f0),'namespace':_0x523e1b(0x219)});}),!_0x37268a['me'])return new Promise(_0x5d68d3=>_0x37268a['on'](_0x3ab424(0x224),_0x5d68d3));})[_0x36d9d6(0x22f)](_0x2226b8=>{const _0x748990=_0x36d9d6;throw console[_0x748990(0x1fe)](_0x2226b8),new _0x13a51e(_0x748990(0x21b),null,{'originalError':_0x2226b8});});}[_0x1e9131(0x1f8)](_0x46a829){const _0x501d66=_0x1e9131;if(_0x501d66(0x221)!=typeof _0x46a829[_0x501d66(0x21e)])throw new _0x13a51e(_0x501d66(0x214),this);if(this[_0x501d66(0x204)](_0x46a829))throw new _0x13a51e(_0x501d66(0x230),this,{'name':_0x46a829[_0x501d66(0x1fa)][_0x501d66(0x1f2)]});this[_0x501d66(0x1f6)][_0x501d66(0x1ec)](_0x46a829);}[_0x1e9131(0x20a)](_0x10964a){const _0x14442b=_0x1e9131;this[_0x14442b(0x1f6)][_0x14442b(0x1ef)](_0x10964a);}[_0x1e9131(0x204)](_0x5d148f){const _0x1a4ed9=_0x1e9131;return this[_0x1a4ed9(0x1f6)][_0x1a4ed9(0x1ee)](_0x5d148f);}[_0x1e9131(0x22a)](){const _0x1fabf1=_0x1e9131;return this[_0x1fabf1(0x216)][_0x1fabf1(0x21e)]()[_0x1fabf1(0x1f4)](()=>Promise[_0x1fabf1(0x200)](Array[_0x1fabf1(0x207)](this[_0x1fabf1(0x1f6)],_0x2ff5ea=>_0x2ff5ea[_0x1fabf1(0x21e)]())))[_0x1fabf1(0x1f4)](()=>this[_0x1fabf1(0x1fd)]=_0x521b35[_0x1fabf1(0x218)])[_0x1fabf1(0x22f)](_0x52d9d9=>{const _0x42ffcb=_0x1fabf1;throw console[_0x42ffcb(0x1fe)](_0x52d9d9),new _0x13a51e(_0x42ffcb(0x20c),this[_0x42ffcb(0x21f)]);});}[_0x1e9131(0x1f9)](){const _0x1e8711=_0x1e9131;this[_0x1e8711(0x216)]&&this[_0x1e8711(0x216)][_0x1e8711(0x217)](),this[_0x1e8711(0x1fd)]=_0x521b35[_0x1e8711(0x22d)],this[_0x1e8711(0x209)][_0x1e8711(0x227)](),super[_0x1e8711(0x1f9)]();}}c[_0x1e9131(0x211)]=_0x403bc8,c[_0x1e9131(0x22e)]=0x3e8;function _0x5aa6(){const _0x33baf1=['8GSiqdN','isInReconnectionStack','plugins','25rvJBzj','from','bind','_domEmitter','removeFromReconnectionStack','connected','cloudservices-reconnection-error','websocketgateway-missing-websocket-url','define','cloudServices.requestTimeout','showWarning','WebSocketGateway','344133EVbTYh','requires','websocketgateway-invalid-plugin-interface','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.','connection','disconnect','CONNECTED','real-time-collaboration','connect','cloudservices-init','2012160WBjDAi','get','reconnect','context','_isBrowserOffline','function','code','offline','change:me','CONNECTING','992454DfziNP','stopListening','1691291skutko','config','_reconnect','cloudServices.connectionTimeout','CloudServices','DISCONNECTED','initialReconnectionInterval','catch','websocketgateway-plugin-already-registered','_shouldPluginsReconnect','create','websocketgateway-missing-token','add','set','has','delete','Connected\x20users\x20limit\x20exceeded','webSocketUrl','pluginName','token','then','975030xnPtPp','_reconnectionStack','limitExceeded','addToReconnectionStack','destroy','constructor','online','listenTo','state','error','19976iyvPeY','all','init','13623831xNSNrn'];_0x5aa6=function(){return _0x33baf1;};return _0x5aa6();}function _0x2304(_0x56863c,_0x38a00f){const _0x5aa68f=_0x5aa6();return _0x2304=function(_0x2304b1,_0x2389ad){_0x2304b1=_0x2304b1-0x1ea;let _0x47da66=_0x5aa68f[_0x2304b1];return _0x47da66;},_0x2304(_0x56863c,_0x38a00f);}export default c;
23
+ const _0x31ac01=_0x15e3;(function(_0x1e3334,_0x55c9f8){const _0x157743=_0x15e3,_0x41ba02=_0x1e3334();while(!![]){try{const _0x44b1fd=-parseInt(_0x157743(0x196))/0x1*(parseInt(_0x157743(0x19e))/0x2)+parseInt(_0x157743(0x1cc))/0x3*(-parseInt(_0x157743(0x1c4))/0x4)+-parseInt(_0x157743(0x1c1))/0x5+-parseInt(_0x157743(0x1b7))/0x6*(parseInt(_0x157743(0x1d5))/0x7)+-parseInt(_0x157743(0x1bb))/0x8*(parseInt(_0x157743(0x197))/0x9)+parseInt(_0x157743(0x19a))/0xa+parseInt(_0x157743(0x1b3))/0xb;if(_0x44b1fd===_0x55c9f8)break;else _0x41ba02['push'](_0x41ba02['shift']());}catch(_0x7c2800){_0x41ba02['push'](_0x41ba02['shift']());}}}(_0x4f20,0x8016e));import{ContextPlugin as _0x1dbdd7}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0x46e3bd,CKEditorError as _0x3157d4}from'ckeditor5/src/utils.js';function _0x15e3(_0x3aeb6b,_0x5547ab){const _0x4f20ae=_0x4f20();return _0x15e3=function(_0x15e3e1,_0x2d4db0){_0x15e3e1=_0x15e3e1-0x18c;let _0x67bd77=_0x4f20ae[_0x15e3e1];return _0x67bd77;},_0x15e3(_0x3aeb6b,_0x5547ab);}import{WebSocketGateway as _0x67d885,WEB_SOCKET_GATEWAY_STATES as _0x257a74}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0x1bb99e}from'ckeditor5/src/ui.js';class c extends _0x1dbdd7{static get[_0x31ac01(0x1cf)](){const _0x53227f=_0x31ac01;return[_0x53227f(0x192),_0x1bb99e];}static get[_0x31ac01(0x19b)](){const _0x225f7a=_0x31ac01;return _0x225f7a(0x1ac);}constructor(_0x2b8b9d){const _0x39d44b=_0x31ac01;super(_0x2b8b9d),this[_0x39d44b(0x18c)](_0x39d44b(0x199),_0x257a74[_0x39d44b(0x190)]),this[_0x39d44b(0x18c)](_0x39d44b(0x19c),!0x1),this[_0x39d44b(0x1b1)]=new Set(),this[_0x39d44b(0x195)]=!0x1,this[_0x39d44b(0x1b6)]=Object[_0x39d44b(0x1a2)](_0x46e3bd);}[_0x31ac01(0x1c8)](){const _0x339beb=_0x31ac01,_0x4edb0e=this[_0x339beb(0x1aa)],_0x2e2072=_0x4edb0e[_0x339beb(0x1b8)][_0x339beb(0x1b0)](_0x339beb(0x192)),_0x10852b=_0x4edb0e[_0x339beb(0x1b8)][_0x339beb(0x1b0)](_0x1bb99e);if(!_0x2e2072[_0x339beb(0x1cb)])throw new _0x3157d4(_0x339beb(0x1c5),this);if(!_0x2e2072[_0x339beb(0x1ab)])throw new _0x3157d4(_0x339beb(0x18e),this);return this[_0x339beb(0x1b6)][_0x339beb(0x1d1)](window,_0x339beb(0x1d4),()=>this[_0x339beb(0x19c)]=!0x0),this[_0x339beb(0x1b6)][_0x339beb(0x1d1)](window,_0x339beb(0x1a0),()=>this[_0x339beb(0x19c)]=!0x1),this[_0x339beb(0x1aa)][_0x339beb(0x18d)][_0x339beb(0x1a8)](_0x339beb(0x1b4),0xa),this[_0x339beb(0x1aa)][_0x339beb(0x18d)][_0x339beb(0x1a8)](_0x339beb(0x1ce),0x14),c[_0x339beb(0x1ac)][_0x339beb(0x1b2)](_0x2e2072[_0x339beb(0x1cb)],_0x2e2072[_0x339beb(0x1ab)],{'timeout':0x3e8*this[_0x339beb(0x1aa)][_0x339beb(0x18d)][_0x339beb(0x1b0)](_0x339beb(0x1b4)),'requestTimeout':0x3e8*this[_0x339beb(0x1aa)][_0x339beb(0x18d)][_0x339beb(0x1b0)](_0x339beb(0x1ce))})[_0x339beb(0x19d)](_0x5bce8c=>{const _0x1859b5=_0x339beb;if(this[_0x1859b5(0x1c0)]=_0x5bce8c,this[_0x1859b5(0x1a4)](_0x1859b5(0x199))['to'](_0x5bce8c,_0x1859b5(0x199),this,_0x1859b5(0x19c),(_0x59845e,_0x2f2884)=>(_0x1859b5(0x19f)!==_0x59845e&&(this[_0x1859b5(0x195)]=!0x0),_0x2f2884||_0x59845e!==_0x257a74[_0x1859b5(0x190)]?_0x257a74[_0x1859b5(0x198)]:this[_0x1859b5(0x199)]==_0x257a74[_0x1859b5(0x198)]&&this[_0x1859b5(0x195)]?(this[_0x1859b5(0x195)]=!0x1,this[_0x1859b5(0x1d3)](),_0x257a74[_0x1859b5(0x1bc)]):_0x257a74[_0x1859b5(0x190)])),this[_0x1859b5(0x1c0)]['on'](_0x1859b5(0x191),(_0x11f68f,_0x461fd6)=>{const _0x363dc7=_0x1859b5;if(_0x363dc7(0x1a9)!==_0x461fd6[_0x363dc7(0x1be)])throw console[_0x363dc7(0x191)](_0x461fd6),new _0x3157d4(_0x363dc7(0x1bf),null,{'originalError':_0x461fd6});_0x10852b[_0x363dc7(0x1af)](_0x363dc7(0x1cd),{'title':_0x363dc7(0x1c2),'namespace':_0x363dc7(0x1c9)});}),!_0x5bce8c['me'])return new Promise(_0x14ef1a=>_0x5bce8c['on'](_0x1859b5(0x194),_0x14ef1a));})[_0x339beb(0x18f)](_0x1b9675=>{const _0x2aa881=_0x339beb;throw console[_0x2aa881(0x191)](_0x1b9675),new _0x3157d4(_0x2aa881(0x1bf),null,{'originalError':_0x1b9675});});}[_0x31ac01(0x1c6)](_0x321a25){const _0x333dd0=_0x31ac01;if(_0x333dd0(0x1ca)!=typeof _0x321a25[_0x333dd0(0x1a5)])throw new _0x3157d4(_0x333dd0(0x1bd),this);if(this[_0x333dd0(0x1ad)](_0x321a25))throw new _0x3157d4(_0x333dd0(0x1d2),this,{'name':_0x321a25[_0x333dd0(0x1c7)][_0x333dd0(0x19b)]});this[_0x333dd0(0x1b1)][_0x333dd0(0x1ba)](_0x321a25);}[_0x31ac01(0x1b9)](_0x39c201){const _0x1cab05=_0x31ac01;this[_0x1cab05(0x1b1)][_0x1cab05(0x1a1)](_0x39c201);}[_0x31ac01(0x1ad)](_0x2d3d47){const _0x52cc63=_0x31ac01;return this[_0x52cc63(0x1b1)][_0x52cc63(0x1d0)](_0x2d3d47);}[_0x31ac01(0x1d3)](){const _0x2a629d=_0x31ac01;return this[_0x2a629d(0x1c0)][_0x2a629d(0x1a5)]()[_0x2a629d(0x19d)](()=>Promise[_0x2a629d(0x1b5)](Array[_0x2a629d(0x1a6)](this[_0x2a629d(0x1b1)],_0x3a75b7=>_0x3a75b7[_0x2a629d(0x1a5)]())))[_0x2a629d(0x19d)](()=>this[_0x2a629d(0x199)]=_0x257a74[_0x2a629d(0x190)])[_0x2a629d(0x18f)](_0x40e8da=>{const _0x1bfa01=_0x2a629d;throw console[_0x1bfa01(0x191)](_0x40e8da),new _0x3157d4(_0x1bfa01(0x1ae),this[_0x1bfa01(0x1aa)]);});}[_0x31ac01(0x193)](){const _0x385ff1=_0x31ac01;this[_0x385ff1(0x1c0)]&&this[_0x385ff1(0x1c0)][_0x385ff1(0x1a7)](),this[_0x385ff1(0x199)]=_0x257a74[_0x385ff1(0x198)],this[_0x385ff1(0x1b6)][_0x385ff1(0x1c3)](),super[_0x385ff1(0x193)]();}}function _0x4f20(){const _0x2ade5d=['initialReconnectionInterval','bind','reconnect','from','disconnect','define','limitExceeded','context','webSocketUrl','WebSocketGateway','isInReconnectionStack','cloudservices-reconnection-error','showWarning','get','_reconnectionStack','connect','27496931cbTWNG','cloudServices.connectionTimeout','all','_domEmitter','6fpBsJT','plugins','removeFromReconnectionStack','add','6118168fQOmRz','CONNECTING','websocketgateway-invalid-plugin-interface','code','cloudservices-init','connection','3822190EQXVSQ','Connected\x20users\x20limit\x20exceeded','stopListening','166820pMTdqW','websocketgateway-missing-token','addToReconnectionStack','constructor','init','real-time-collaboration','function','token','60cAJEnw','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.','cloudServices.requestTimeout','requires','has','listenTo','websocketgateway-plugin-already-registered','_reconnect','offline','2749621AomlFX','set','config','websocketgateway-missing-websocket-url','catch','CONNECTED','error','CloudServices','destroy','change:me','_shouldPluginsReconnect','81931xKyzWj','9uaauIv','DISCONNECTED','state','9449070lbjgKQ','pluginName','_isBrowserOffline','then','4QcYWAr','connected','online','delete','create'];_0x4f20=function(){return _0x2ade5d;};return _0x4f20();}c[_0x31ac01(0x1ac)]=_0x67d885,c[_0x31ac01(0x1a3)]=0x3e8;export default c;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x12a960=_0x55e0;function _0x55e0(_0x265004,_0x14a931){var _0x5acff9=_0x5acf();return _0x55e0=function(_0x55e01b,_0x41c2a3){_0x55e01b=_0x55e01b-0xee;var _0x5760e3=_0x5acff9[_0x55e01b];return _0x5760e3;},_0x55e0(_0x265004,_0x14a931);}(function(_0x5433cd,_0x2dbfbc){var _0x2adfb4=_0x55e0,_0x1f5b12=_0x5433cd();while(!![]){try{var _0x418506=-parseInt(_0x2adfb4(0xf7))/0x1*(parseInt(_0x2adfb4(0xf3))/0x2)+-parseInt(_0x2adfb4(0xee))/0x3+-parseInt(_0x2adfb4(0xf9))/0x4+parseInt(_0x2adfb4(0xf8))/0x5*(-parseInt(_0x2adfb4(0xef))/0x6)+parseInt(_0x2adfb4(0xf6))/0x7*(-parseInt(_0x2adfb4(0xf2))/0x8)+parseInt(_0x2adfb4(0xf1))/0x9+parseInt(_0x2adfb4(0xf0))/0xa;if(_0x418506===_0x2dbfbc)break;else _0x1f5b12['push'](_0x1f5b12['shift']());}catch(_0x5dde1e){_0x1f5b12['push'](_0x1f5b12['shift']());}}}(_0x5acf,0xedcf9));import{Plugin as _0xae3eae}from'ckeditor5/src/core.js';import _0x2e24af from'./realtimecollaborativeediting/realtimecollaborationclient.js';function _0x5acf(){var _0x53cb55=['6252984qCZHCh','pluginName','3541722sIElFQ','1428wyTnUV','60792090nqagQc','14415111XCPVNB','4064MOdSmS','2vqysmS','RealTimeCollaborativeEditing','requires','4564HxUgAc','1903423omqkZp','36310kLiIqG'];_0x5acf=function(){return _0x53cb55;};return _0x5acf();}export default class n extends _0xae3eae{static get[_0x12a960(0xf5)](){return[_0x2e24af];}static get[_0x12a960(0xfa)](){var _0x53bfe0=_0x12a960;return _0x53bfe0(0xf4);}}
23
+ var _0x17f646=_0x304c;function _0x304c(_0x315928,_0x25d58b){var _0x22adbb=_0x22ad();return _0x304c=function(_0x304cbf,_0x324094){_0x304cbf=_0x304cbf-0x112;var _0x4906ce=_0x22adbb[_0x304cbf];return _0x4906ce;},_0x304c(_0x315928,_0x25d58b);}(function(_0x404778,_0x2444e8){var _0x493bc5=_0x304c,_0xb26142=_0x404778();while(!![]){try{var _0x12f55c=parseInt(_0x493bc5(0x117))/0x1*(-parseInt(_0x493bc5(0x11b))/0x2)+-parseInt(_0x493bc5(0x11e))/0x3+parseInt(_0x493bc5(0x114))/0x4+parseInt(_0x493bc5(0x118))/0x5*(parseInt(_0x493bc5(0x113))/0x6)+parseInt(_0x493bc5(0x11a))/0x7+-parseInt(_0x493bc5(0x115))/0x8*(parseInt(_0x493bc5(0x11d))/0x9)+parseInt(_0x493bc5(0x116))/0xa;if(_0x12f55c===_0x2444e8)break;else _0xb26142['push'](_0xb26142['shift']());}catch(_0x11dbf4){_0xb26142['push'](_0xb26142['shift']());}}}(_0x22ad,0x8fa37));import{Plugin as _0x5f3be8}from'ckeditor5/src/core.js';function _0x22ad(){var _0xe13da1=['894904mrzeyJ','RealTimeCollaborativeEditing','9jVBxeF','1809579jWheLZ','pluginName','372jnRZyr','260076lQGtHM','2558104tiUNfZ','10689340ihXOOt','2MidieK','34555eXiivm','requires','5906376HcPSco'];_0x22ad=function(){return _0xe13da1;};return _0x22ad();}import _0x3e66e3 from'./realtimecollaborativeediting/realtimecollaborationclient.js';export default class n extends _0x5f3be8{static get[_0x17f646(0x119)](){return[_0x3e66e3];}static get[_0x17f646(0x112)](){var _0x476187=_0x17f646;return _0x476187(0x11c);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x428a80=_0x3511;(function(_0x17536d,_0x4b41b5){const _0x48a545=_0x3511,_0x35eaa2=_0x17536d();while(!![]){try{const _0x2a051a=parseInt(_0x48a545(0x21b))/0x1+parseInt(_0x48a545(0x1e2))/0x2+-parseInt(_0x48a545(0x1d1))/0x3*(parseInt(_0x48a545(0x1c7))/0x4)+parseInt(_0x48a545(0x209))/0x5*(-parseInt(_0x48a545(0x1ee))/0x6)+parseInt(_0x48a545(0x1de))/0x7+-parseInt(_0x48a545(0x1eb))/0x8+parseInt(_0x48a545(0x1d7))/0x9;if(_0x2a051a===_0x4b41b5)break;else _0x35eaa2['push'](_0x35eaa2['shift']());}catch(_0x260816){_0x35eaa2['push'](_0x35eaa2['shift']());}}}(_0x2362,0x7adc2));import{Plugin as _0x5a3cc1}from'ckeditor5/src/core.js';import{version as _0x48c3c8}from'ckeditor5/src/utils.js';import{Users as _0x5977fb}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2f890e from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x46170d from'../realtimecollaborativeediting/websocketgateway.js';import _0x4d7916 from'../realtimecollaborativeediting/sessions.js';import{EditorService as _0x128917,RevisionHistoryService as _0x5e4a1f,User as _0x3f5360,WEB_SOCKET_GATEWAY_STATES as _0x38f9c8}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';class v extends _0x5a3cc1{static get[_0x428a80(0x203)](){const _0x37114b=_0x428a80;return[_0x46170d,_0x2f890e,_0x37114b(0x1e4),_0x4d7916,_0x5977fb];}constructor(_0x549548){const _0x3f3881=_0x428a80;super(_0x549548);const _0x19e26e=this[_0x3f3881(0x207)][_0x3f3881(0x1dd)][_0x3f3881(0x1d9)](_0x3f3881(0x1ec));this[_0x3f3881(0x22e)]=null,this[_0x3f3881(0x20b)]=this[_0x3f3881(0x207)][_0x3f3881(0x1fb)][_0x3f3881(0x1d9)](_0x3f3881(0x1e4)),this[_0x3f3881(0x1d4)]=new v[(_0x3f3881(0x228))](_0x19e26e);}async[_0x428a80(0x1ce)](){const _0xb8ed1=_0x428a80,_0x44441e=this[_0xb8ed1(0x207)][_0xb8ed1(0x1fb)][_0xb8ed1(0x1d9)](_0x2f890e),_0x211236=_0x44441e[_0xb8ed1(0x212)],_0x56f2d2=this[_0xb8ed1(0x207)][_0xb8ed1(0x1fb)][_0xb8ed1(0x1d9)](_0x46170d);this[_0xb8ed1(0x20b)][_0xb8ed1(0x206)]({'history':_0x211236,'getLatestVersion':()=>this[_0xb8ed1(0x1dc)](),'getCurrentRevisionId':()=>_0x44441e[_0xb8ed1(0x1e6)]});const _0x23b9f0=this[_0xb8ed1(0x207)][_0xb8ed1(0x1dd)][_0xb8ed1(0x1d9)](_0xb8ed1(0x229))||_0x48c3c8,_0x56189b=await _0x128917[_0xb8ed1(0x1fe)](_0x56f2d2[_0xb8ed1(0x1c5)],_0x23b9f0);this[_0xb8ed1(0x20b)][_0xb8ed1(0x227)]={'getRevision':async({revisionId:_0xbe64c5})=>(await this[_0xb8ed1(0x1f2)](),await this[_0xb8ed1(0x1d4)][_0xb8ed1(0x21a)](_0xbe64c5)),'updateRevisions':async _0x3453a8=>{const _0x2b2f3e=_0xb8ed1;await this[_0x2b2f3e(0x1f2)]();const _0x428011=this[_0x2b2f3e(0x20b)][_0x2b2f3e(0x1f6)];if(_0x56189b&&0x1===_0x3453a8[_0x2b2f3e(0x211)]&&_0x3453a8[0x0]['id']===_0x428011['id'])return _0x3453a8;for(const _0x3a966c of _0x3453a8)_0x3a966c['id']===_0x428011['id']&&(_0x3a966c[_0x2b2f3e(0x1fd)]=_0x3a966c[_0x2b2f3e(0x1cd)]===_0x3a966c[_0x2b2f3e(0x20a)]);return this[_0x2b2f3e(0x1d4)][_0x2b2f3e(0x201)](_0x3453a8,this[_0x2b2f3e(0x22e)])[_0x2b2f3e(0x1e7)](_0x5d2b6f=>(this[_0x2b2f3e(0x22e)]=_0x5d2b6f,_0x3453a8))[_0x2b2f3e(0x1fc)](_0x5d2a14=>{const _0x563c92=_0x2b2f3e;if(st(_0x5d2a14)||_0x563c92(0x1f8)===_0x5d2a14[_0x563c92(0x1c4)]&&void 0x0!==_0x5d2a14[_0x563c92(0x1c9)][_0x563c92(0x222)]){for(const _0x174155 of _0x3453a8){!this[_0x563c92(0x20b)][_0x563c92(0x1ef)][_0x563c92(0x21a)](_0x174155['id'])||this[_0x563c92(0x20b)][_0x563c92(0x1ff)](_0x174155['id'],_0x174155,!0x1);}if(st(_0x5d2a14))throw _0x5d2a14;return _0x3453a8;}throw _0x5d2a14;});}},this[_0xb8ed1(0x208)](this[_0xb8ed1(0x1d4)],_0xb8ed1(0x21e),(_0x444dd6,{revisionsData:_0x1f5f3d,requestId:_0x1d5215})=>{const _0x3a9638=_0xb8ed1;Math[_0x3a9638(0x22f)](..._0x1f5f3d[_0x3a9638(0x22a)](_0x161b6c=>_0x161b6c[_0x3a9638(0x20a)]))>this[_0x3a9638(0x22c)]()-0x1?this[_0x3a9638(0x1dc)]()[_0x3a9638(0x1e7)](()=>{const _0x2b93b6=_0x3a9638;this[_0x2b93b6(0x21d)](_0x1f5f3d,_0x1d5215);}):this[_0x3a9638(0x21d)](_0x1f5f3d,_0x1d5215);});const {revisions:_0x51cbb1,requestId:_0x3e8b4a}=await this[_0xb8ed1(0x1d4)][_0xb8ed1(0x1f1)](_0x56f2d2[_0xb8ed1(0x1c5)]);_0x56f2d2[_0xb8ed1(0x210)](this),this[_0xb8ed1(0x22e)]=_0x3e8b4a,await this[_0xb8ed1(0x1cf)](_0x51cbb1);for(const _0x57441a of _0x51cbb1)this[_0xb8ed1(0x20b)][_0xb8ed1(0x221)](_0x57441a);this[_0xb8ed1(0x208)](_0x44441e,_0xb8ed1(0x1e8),(_0x8b24b4,_0x564cf3,_0x23e627)=>{const _0x2cee96=_0xb8ed1;_0x23e627&&(this[_0x2cee96(0x21f)]=_0x44441e[_0x2cee96(0x214)],_0x8b24b4[_0x2cee96(0x225)]());}),this[_0xb8ed1(0x20b)][_0xb8ed1(0x1d6)](_0xb8ed1(0x223))['to'](_0x56f2d2,_0xb8ed1(0x1e1),_0xf0bfe1=>_0xf0bfe1===_0x38f9c8[_0xb8ed1(0x1ed)]);}async[_0x428a80(0x205)](){const _0x2edd41=_0x428a80,_0x3dedb0=this[_0x2edd41(0x207)][_0x2edd41(0x1fb)][_0x2edd41(0x1d9)](_0x46170d),_0x426a55=this[_0x2edd41(0x207)][_0x2edd41(0x1fb)][_0x2edd41(0x1d9)](_0x2f890e),_0x316354=async()=>{const _0x4b8198=_0x2edd41,_0x4aee71=this[_0x4b8198(0x20b)][_0x4b8198(0x1f6)],_0x486953=_0x4aee71['id'],_0x3540b5=_0x486953!==_0x426a55[_0x4b8198(0x1e6)];if(_0x3540b5){const _0x57a1a1=_0x426a55[_0x4b8198(0x214)]-this[_0x4b8198(0x21f)],_0x1174cd=this[_0x4b8198(0x22c)]();this[_0x4b8198(0x20b)][_0x4b8198(0x1d3)][_0x4b8198(0x1d0)]();if(_0x4aee71[_0x4b8198(0x20a)]+_0x57a1a1!==_0x1174cd){const _0x517aaa=_0x4aee71[_0x4b8198(0x1cd)]+_0x57a1a1,_0x52700b=this[_0x4b8198(0x207)][_0x4b8198(0x1fb)][_0x4b8198(0x1d9)](_0x5977fb),_0x2c3ea6=this[_0x4b8198(0x20b)][_0x4b8198(0x1f5)]({'revision':_0x4aee71,'from':_0x517aaa,'to':_0x1174cd});_0x2c3ea6['id']=_0x4aee71['id'];const _0x1c58ee=_0x2c3ea6[_0x4b8198(0x218)][_0x4b8198(0x22a)](_0xc01b2a=>_0x52700b[_0x4b8198(0x20f)](_0xc01b2a));_0x4aee71[_0x4b8198(0x224)]({..._0x2c3ea6,'authors':_0x1c58ee},!0x0),this[_0x4b8198(0x20b)][_0x4b8198(0x1ff)](_0x4aee71['id'],_0x2c3ea6,!0x0);}this[_0x4b8198(0x20b)][_0x4b8198(0x216)]=_0x1174cd,(_0x4aee71[_0x4b8198(0x20a)]===_0x4aee71[_0x4b8198(0x1cd)]&&!this[_0x4b8198(0x20b)][_0x4b8198(0x1fa)][_0x4b8198(0x1cb)](_0x486953)&&this[_0x4b8198(0x20b)][_0x4b8198(0x1ef)][_0x4b8198(0x1e0)][_0x4b8198(0x1ea)](_0x486953),this[_0x4b8198(0x20b)][_0x4b8198(0x1f0)](_0x1174cd));}const {revisions:_0x535bc6,requestId:_0xc1625d}=await this[_0x4b8198(0x1d4)][_0x4b8198(0x205)](_0x3dedb0[_0x4b8198(0x1c5)],this[_0x4b8198(0x22e)]);_0x3540b5&&_0x535bc6[_0x4b8198(0x211)]>0x0?_0x426a55[_0x4b8198(0x1c3)]():(await this[_0x4b8198(0x1cf)](_0x535bc6),this[_0x4b8198(0x21d)](_0x535bc6,_0xc1625d),this[_0x4b8198(0x20b)][_0x4b8198(0x202)]());};return _0x426a55[_0x2edd41(0x219)]?_0x316354():new Promise((_0x47ee81,_0x483f16)=>{const _0x19ed5c=_0x2edd41;_0x426a55[_0x19ed5c(0x1df)](_0x19ed5c(0x1e8),()=>{const _0x2114cc=_0x19ed5c;_0x316354()[_0x2114cc(0x1e7)](_0x47ee81)[_0x2114cc(0x1fc)](_0x483f16);});});}[_0x428a80(0x204)](){const _0x392004=_0x428a80;super[_0x392004(0x204)]();}async[_0x428a80(0x1f2)](){const _0x4131f2=_0x428a80;this[_0x4131f2(0x1d4)][_0x4131f2(0x213)]||await new Promise(_0x5f09d9=>{const _0x31c2e7=_0x4131f2;this[_0x31c2e7(0x208)](this[_0x31c2e7(0x1d4)],_0x31c2e7(0x1f9),_0x4a06f6=>{const _0x47a426=_0x31c2e7;_0x4a06f6[_0x47a426(0x225)](),_0x5f09d9();});});}[_0x428a80(0x22c)](){const _0x226d6c=_0x428a80,_0x249635=this[_0x226d6c(0x207)][_0x226d6c(0x1fb)][_0x226d6c(0x1d9)](_0x2f890e)[_0x226d6c(0x212)][_0x226d6c(0x1db)]()[_0x226d6c(0x1e9)]();for(const _0x1d98ef of _0x249635)if(_0x226d6c(0x22b)!==_0x1d98ef[_0x226d6c(0x1c2)]||_0x1d98ef[_0x226d6c(0x1f7)])return _0x1d98ef[_0x226d6c(0x1d5)]+0x1;}[_0x428a80(0x1dc)](){const _0x3a3331=_0x428a80,_0x1d6b3d=this[_0x3a3331(0x207)][_0x3a3331(0x1fb)][_0x3a3331(0x1d9)](_0x2f890e);return new Promise(_0x562c19=>{const _0x4233dd=_0x3a3331;_0x1d6b3d[_0x4233dd(0x1f4)]?_0x1d6b3d[_0x4233dd(0x1df)](_0x4233dd(0x1f3),()=>{const _0x4c59ca=_0x4233dd;_0x562c19(this[_0x4c59ca(0x22c)]());}):_0x562c19(this[_0x4233dd(0x22c)]());});}[_0x428a80(0x21d)](_0x26f5b9,_0x5337a3){const _0x265782=_0x428a80,_0x3a7737=this[_0x265782(0x20b)][_0x265782(0x1ef)];this[_0x265782(0x22e)]=_0x5337a3;for(const _0x33bc5a of _0x26f5b9){const _0x367924=_0x3a7737[_0x265782(0x21a)](_0x33bc5a['id']);if(_0x367924){if((_0x33bc5a[_0x265782(0x1cd)]||_0x33bc5a[_0x265782(0x20a)])&&(_0x33bc5a[_0x265782(0x1d2)]=null),_0x367924===this[_0x265782(0x20b)][_0x265782(0x1f6)]){const _0x370103=Math[_0x265782(0x22f)](_0x367924[_0x265782(0x20a)],_0x33bc5a[_0x265782(0x20a)]),_0x14dd1e=Math[_0x265782(0x22f)](_0x367924[_0x265782(0x1cd)],_0x33bc5a[_0x265782(0x1cd)]);let _0x327523;_0x367924[_0x265782(0x20a)]===_0x33bc5a[_0x265782(0x20a)]&&_0x367924[_0x265782(0x1cd)]===_0x33bc5a[_0x265782(0x1cd)]?(_0x327523=!0x0,this[_0x265782(0x1ca)](_0x33bc5a)):_0x33bc5a[_0x265782(0x20a)]===_0x370103&&_0x33bc5a[_0x265782(0x1cd)]===_0x14dd1e?_0x327523=!0x1:(_0x367924[_0x265782(0x20a)]===_0x370103&&_0x367924[_0x265782(0x1cd)]===_0x14dd1e||this[_0x265782(0x20c)]({'revision':_0x367924,'from':_0x14dd1e,'to':_0x370103}),_0x327523=!0x0),_0x327523&&(delete _0x33bc5a[_0x265782(0x1cd)],delete _0x33bc5a[_0x265782(0x20a)],delete _0x33bc5a[_0x265782(0x1d2)],delete _0x33bc5a[_0x265782(0x226)],delete _0x33bc5a[_0x265782(0x218)]);}this[_0x265782(0x20b)][_0x265782(0x21c)](_0x33bc5a),this[_0x265782(0x1ca)](_0x33bc5a);}else this[_0x265782(0x20b)][_0x265782(0x221)](_0x33bc5a);}const _0x586eca=_0x3a7737[_0x265782(0x22d)]();_0x586eca[_0x265782(0x1e9)]();for(let _0x1f454c=0x0;_0x1f454c<_0x586eca[_0x265782(0x211)]-0x1;_0x1f454c++){const _0x45ffd4=_0x586eca[_0x1f454c],_0x1a1e01=_0x586eca[_0x1f454c+0x1];if(_0x45ffd4[_0x265782(0x1cd)]<_0x1a1e01[_0x265782(0x20a)]){const _0x2567f5=_0x1a1e01[_0x265782(0x20a)],_0x13c0f4=Math[_0x265782(0x22f)](_0x2567f5,_0x45ffd4[_0x265782(0x20a)]);this[_0x265782(0x20c)]({'revision':_0x45ffd4,'from':_0x2567f5,'to':_0x13c0f4});}}}[_0x428a80(0x20c)]({revision:_0x2efd67,from:_0x514da5,to:_0x524d57}={}){const _0x309753=_0x428a80,_0x3b8ac6=this[_0x309753(0x207)][_0x309753(0x1fb)][_0x309753(0x1d9)](_0x5977fb),_0x4082db=this[_0x309753(0x20b)][_0x309753(0x1f5)]({'revision':_0x2efd67,'from':_0x514da5,'to':_0x524d57});_0x4082db[_0x309753(0x1c6)]=_0x4082db[_0x309753(0x218)][_0x309753(0x22a)](_0x3f0aba=>_0x3b8ac6[_0x309753(0x20f)](_0x3f0aba)),_0x2efd67[_0x309753(0x224)](_0x4082db);}[_0x428a80(0x1ca)](_0x48dfd5){const _0x534c88=_0x428a80,_0x1f9bd6={};_0x1f9bd6['id']=_0x48dfd5['id'];for(const _0x1d9b1a of Object[_0x534c88(0x220)](_0x48dfd5))'id'!==_0x1d9b1a&&(_0x1f9bd6[_0x1d9b1a]=void 0x0);this[_0x534c88(0x20b)][_0x534c88(0x1ff)](_0x1f9bd6['id'],_0x1f9bd6,!0x0);}async[_0x428a80(0x1cf)](_0x4c0d89){const _0x5d2228=_0x428a80,_0x43a215=this[_0x5d2228(0x207)][_0x5d2228(0x1fb)][_0x5d2228(0x1d9)](_0x5977fb),{connection:_0x12188e}=this[_0x5d2228(0x207)][_0x5d2228(0x1fb)][_0x5d2228(0x1d9)](_0x46170d),_0x5ad1ec=new Set();for(const _0x36643a of _0x4c0d89){for(const _0x3233f6 of _0x36643a[_0x5d2228(0x218)])_0x14f09b(_0x3233f6);_0x36643a[_0x5d2228(0x215)]&&_0x14f09b(_0x36643a[_0x5d2228(0x215)]);}if(0x0===_0x5ad1ec[_0x5d2228(0x20e)])return;const _0x58b68d=await _0x3f5360[_0x5d2228(0x1cc)](_0x12188e,Array[_0x5d2228(0x1e5)](_0x5ad1ec));for(const _0x2e7a77 of _0x58b68d)_0x43a215[_0x5d2228(0x20f)](_0x2e7a77['id'])||_0x43a215[_0x5d2228(0x1da)](_0x2e7a77);function _0x14f09b(_0x31139d){const _0x3f8111=_0x5d2228;_0x43a215[_0x3f8111(0x20f)](_0x31139d)||_0x5ad1ec[_0x3f8111(0x1e3)](_0x31139d);}}}v[_0x428a80(0x228)]=_0x5e4a1f;function _0x3511(_0x423181,_0x75aaa1){const _0x2362b6=_0x2362();return _0x3511=function(_0x35110c,_0x54dc34){_0x35110c=_0x35110c-0x1c2;let _0x1f19bb=_0x2362b6[_0x35110c];return _0x1f19bb;},_0x3511(_0x423181,_0x75aaa1);}export default v;function st(_0x2828d8){const _0x41844c=_0x428a80;return _0x2828d8[_0x41844c(0x20d)][_0x41844c(0x1c8)](_0x41844c(0x217))||_0x2828d8[_0x41844c(0x20d)][_0x41844c(0x1c8)](_0x41844c(0x1d8))||_0x2828d8[_0x41844c(0x20d)][_0x41844c(0x1c8)](_0x41844c(0x200));}function _0x2362(){const _0x18745a=['destroy','reconnect','setSource','editor','listenTo','622785JmKKMA','toVersion','_revisionTracker','_fixRevision','message','size','getUser','addToReconnectionStack','length','serverHistory','isConnected','_offset','creatorId','_startingVersion','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','authorsIds','_isConnected','getRevision','29170BjmLzj','setRevisionData','_handleRevisionsUpdate','revisionsUpdated','_oldOffset','keys','addRevisionData','wrongRequestId','isEnabled','_update','off','createdAt','adapter','RevisionHistoryService','cloudServices.bundleVersion','map','marker','_getLatestVersionFromServerOperations','getRevisions','_lastRequestId','max','type','_handleReconnectionError','code','connection','authors','8480yCWInQ','startsWith','data','_preventResendingRevisionData','has','getMany','fromVersion','init','_fetchMissingUsers','reInit','78EWbolS','diffData','_revisionDataBuilder','_revisionHistoryService','baseVersion','bind','13428xsbvjl','cloud-services-internal-error:\x20Not\x20connected.','get','addUser','getOperations','_getLatestVersion','config','6802495TzbigL','once','_revisions','state','888644wGCKKK','add','RevisionTracker','from','sessionId','then','change:_isConnected','reverse','remove','4117952tjmPTy','collaboration.channelId','CONNECTED','18rBKzSQ','repository','_createCurrentRevision','connect','_waitForServiceReady','change:_isPendingUpdate','_isPendingUpdate','buildRevisionData','currentRevision','affectsData','400','connected','_bufferedUpdates','plugins','catch','isEmptyCurrent','isBundleUploaded','_bufferUpdate','cloud-services-internal-error:\x20Request\x20timeout.','updateRevisions','sendBufferedUpdates','requires'];_0x2362=function(){return _0x18745a;};return _0x2362();}
23
+ const _0x50cc2c=_0x53b5;(function(_0x2affa0,_0x5e21b4){const _0x518bb5=_0x53b5,_0x283fd0=_0x2affa0();while(!![]){try{const _0x3b4c20=parseInt(_0x518bb5(0x1a3))/0x1*(-parseInt(_0x518bb5(0x1a1))/0x2)+parseInt(_0x518bb5(0x135))/0x3*(parseInt(_0x518bb5(0x169))/0x4)+parseInt(_0x518bb5(0x13d))/0x5+parseInt(_0x518bb5(0x13b))/0x6*(-parseInt(_0x518bb5(0x199))/0x7)+parseInt(_0x518bb5(0x145))/0x8*(-parseInt(_0x518bb5(0x162))/0x9)+parseInt(_0x518bb5(0x15c))/0xa*(parseInt(_0x518bb5(0x159))/0xb)+-parseInt(_0x518bb5(0x176))/0xc;if(_0x3b4c20===_0x5e21b4)break;else _0x283fd0['push'](_0x283fd0['shift']());}catch(_0x56ae99){_0x283fd0['push'](_0x283fd0['shift']());}}}(_0x3df7,0x8e3e7));import{Plugin as _0x14e663}from'ckeditor5/src/core.js';import{version as _0x3712ce}from'ckeditor5/src/utils.js';import{Users as _0x571fda}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3e7ad2 from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x48e5af from'../realtimecollaborativeediting/websocketgateway.js';import _0x310fdc from'../realtimecollaborativeediting/sessions.js';import{EditorService as _0x8cf26d,RevisionHistoryService as _0x1d935c,User as _0x1e4ca1,WEB_SOCKET_GATEWAY_STATES as _0x12e4fd}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';function _0x53b5(_0x280e43,_0x155ec1){const _0x3df734=_0x3df7();return _0x53b5=function(_0x53b58e,_0xf233a7){_0x53b58e=_0x53b58e-0x133;let _0x2f5196=_0x3df734[_0x53b58e];return _0x2f5196;},_0x53b5(_0x280e43,_0x155ec1);}class v extends _0x14e663{static get[_0x50cc2c(0x193)](){const _0x4dab91=_0x50cc2c;return[_0x48e5af,_0x3e7ad2,_0x4dab91(0x172),_0x310fdc,_0x571fda];}constructor(_0x2be2de){const _0x21a86d=_0x50cc2c;super(_0x2be2de);const _0x1bffd5=this[_0x21a86d(0x141)][_0x21a86d(0x19e)][_0x21a86d(0x16a)](_0x21a86d(0x188));this[_0x21a86d(0x161)]=null,this[_0x21a86d(0x194)]=this[_0x21a86d(0x141)][_0x21a86d(0x185)][_0x21a86d(0x16a)](_0x21a86d(0x172)),this[_0x21a86d(0x192)]=new v[(_0x21a86d(0x158))](_0x1bffd5);}async[_0x50cc2c(0x144)](){const _0xce2085=_0x50cc2c,_0x5b1f7c=this[_0xce2085(0x141)][_0xce2085(0x185)][_0xce2085(0x16a)](_0x3e7ad2),_0x2f0038=_0x5b1f7c[_0xce2085(0x15d)],_0x133479=this[_0xce2085(0x141)][_0xce2085(0x185)][_0xce2085(0x16a)](_0x48e5af);this[_0xce2085(0x194)][_0xce2085(0x189)]({'history':_0x2f0038,'getLatestVersion':()=>this[_0xce2085(0x149)](),'getCurrentRevisionId':()=>_0x5b1f7c[_0xce2085(0x155)]});const _0x2afe95=this[_0xce2085(0x141)][_0xce2085(0x19e)][_0xce2085(0x16a)](_0xce2085(0x183))||_0x3712ce,_0x130e28=await _0x8cf26d[_0xce2085(0x1a0)](_0x133479[_0xce2085(0x15a)],_0x2afe95);this[_0xce2085(0x194)][_0xce2085(0x138)]={'getRevision':async({revisionId:_0x713b1c})=>(await this[_0xce2085(0x163)](),await this[_0xce2085(0x192)][_0xce2085(0x14b)](_0x713b1c)),'updateRevisions':async _0x4c0b82=>{const _0x14740b=_0xce2085;await this[_0x14740b(0x163)]();const _0x40e984=this[_0x14740b(0x194)][_0x14740b(0x17f)];if(_0x130e28&&0x1===_0x4c0b82[_0x14740b(0x157)]&&_0x4c0b82[0x0]['id']===_0x40e984['id'])return _0x4c0b82;for(const _0x3e4ebe of _0x4c0b82)_0x3e4ebe['id']===_0x40e984['id']&&(_0x3e4ebe[_0x14740b(0x13a)]=_0x3e4ebe[_0x14740b(0x168)]===_0x3e4ebe[_0x14740b(0x19b)]);return this[_0x14740b(0x192)][_0x14740b(0x15b)](_0x4c0b82,this[_0x14740b(0x161)])[_0x14740b(0x142)](_0x2c6278=>(this[_0x14740b(0x161)]=_0x2c6278,_0x4c0b82))[_0x14740b(0x177)](_0x426406=>{const _0x3bacb7=_0x14740b;if(st(_0x426406)||_0x3bacb7(0x16c)===_0x426406[_0x3bacb7(0x179)]&&void 0x0!==_0x426406[_0x3bacb7(0x160)][_0x3bacb7(0x173)]){for(const _0x11d6bd of _0x4c0b82){!this[_0x3bacb7(0x194)][_0x3bacb7(0x154)][_0x3bacb7(0x14b)](_0x11d6bd['id'])||this[_0x3bacb7(0x194)][_0x3bacb7(0x14d)](_0x11d6bd['id'],_0x11d6bd,!0x1);}if(st(_0x426406))throw _0x426406;return _0x4c0b82;}throw _0x426406;});}},this[_0xce2085(0x148)](this[_0xce2085(0x192)],_0xce2085(0x17c),(_0x337c14,{revisionsData:_0x1d24c2,requestId:_0x54e593})=>{const _0x37fd02=_0xce2085;Math[_0x37fd02(0x16e)](..._0x1d24c2[_0x37fd02(0x170)](_0x568b8d=>_0x568b8d[_0x37fd02(0x19b)]))>this[_0x37fd02(0x14a)]()-0x1?this[_0x37fd02(0x149)]()[_0x37fd02(0x142)](()=>{const _0x827989=_0x37fd02;this[_0x827989(0x143)](_0x1d24c2,_0x54e593);}):this[_0x37fd02(0x143)](_0x1d24c2,_0x54e593);});const {revisions:_0x118464,requestId:_0x4095a0}=await this[_0xce2085(0x192)][_0xce2085(0x175)](_0x133479[_0xce2085(0x15a)]);_0x133479[_0xce2085(0x146)](this),this[_0xce2085(0x161)]=_0x4095a0,await this[_0xce2085(0x18c)](_0x118464);for(const _0x462772 of _0x118464)this[_0xce2085(0x194)][_0xce2085(0x147)](_0x462772);this[_0xce2085(0x148)](_0x5b1f7c,_0xce2085(0x18a),(_0x3fe3d2,_0x32af4e,_0x445cf3)=>{const _0x24d8db=_0xce2085;_0x445cf3&&(this[_0x24d8db(0x178)]=_0x5b1f7c[_0x24d8db(0x16d)],_0x3fe3d2[_0x24d8db(0x13c)]());}),this[_0xce2085(0x194)][_0xce2085(0x18f)](_0xce2085(0x18b))['to'](_0x133479,_0xce2085(0x13e),_0x368215=>_0x368215===_0x12e4fd[_0xce2085(0x17e)]);}async[_0x50cc2c(0x184)](){const _0x458ba0=_0x50cc2c,_0xed62ae=this[_0x458ba0(0x141)][_0x458ba0(0x185)][_0x458ba0(0x16a)](_0x48e5af),_0xaad094=this[_0x458ba0(0x141)][_0x458ba0(0x185)][_0x458ba0(0x16a)](_0x3e7ad2),_0x37ca0c=async()=>{const _0x596f63=_0x458ba0,_0x964bad=this[_0x596f63(0x194)][_0x596f63(0x17f)],_0x4a41af=_0x964bad['id'],_0x45f5f9=_0x4a41af!==_0xaad094[_0x596f63(0x155)];if(_0x45f5f9){const _0x3b210d=_0xaad094[_0x596f63(0x16d)]-this[_0x596f63(0x178)],_0x57c4e8=this[_0x596f63(0x14a)]();this[_0x596f63(0x194)][_0x596f63(0x166)][_0x596f63(0x14f)]();if(_0x964bad[_0x596f63(0x19b)]+_0x3b210d!==_0x57c4e8){const _0x3ffcd6=_0x964bad[_0x596f63(0x168)]+_0x3b210d,_0x1538b0=this[_0x596f63(0x141)][_0x596f63(0x185)][_0x596f63(0x16a)](_0x571fda),_0x1facb9=this[_0x596f63(0x194)][_0x596f63(0x18d)]({'revision':_0x964bad,'from':_0x3ffcd6,'to':_0x57c4e8});_0x1facb9['id']=_0x964bad['id'];const _0x1f5cb7=_0x1facb9[_0x596f63(0x186)][_0x596f63(0x170)](_0x15b0bb=>_0x1538b0[_0x596f63(0x171)](_0x15b0bb));_0x964bad[_0x596f63(0x174)]({..._0x1facb9,'authors':_0x1f5cb7},!0x0),this[_0x596f63(0x194)][_0x596f63(0x14d)](_0x964bad['id'],_0x1facb9,!0x0);}this[_0x596f63(0x194)][_0x596f63(0x150)]=_0x57c4e8,(_0x964bad[_0x596f63(0x19b)]===_0x964bad[_0x596f63(0x168)]&&!this[_0x596f63(0x194)][_0x596f63(0x190)][_0x596f63(0x167)](_0x4a41af)&&this[_0x596f63(0x194)][_0x596f63(0x154)][_0x596f63(0x17b)][_0x596f63(0x14e)](_0x4a41af),this[_0x596f63(0x194)][_0x596f63(0x14c)](_0x57c4e8));}const {revisions:_0x5a9088,requestId:_0x27d00b}=await this[_0x596f63(0x192)][_0x596f63(0x184)](_0xed62ae[_0x596f63(0x15a)],this[_0x596f63(0x161)]);_0x45f5f9&&_0x5a9088[_0x596f63(0x157)]>0x0?_0xaad094[_0x596f63(0x196)]():(await this[_0x596f63(0x18c)](_0x5a9088),this[_0x596f63(0x143)](_0x5a9088,_0x27d00b),this[_0x596f63(0x194)][_0x596f63(0x19c)]());};return _0xaad094[_0x458ba0(0x153)]?_0x37ca0c():new Promise((_0x2f272f,_0x10df96)=>{const _0x416aae=_0x458ba0;_0xaad094[_0x416aae(0x18e)](_0x416aae(0x18a),()=>{const _0x395ed2=_0x416aae;_0x37ca0c()[_0x395ed2(0x142)](_0x2f272f)[_0x395ed2(0x177)](_0x10df96);});});}[_0x50cc2c(0x134)](){const _0x3c9ef8=_0x50cc2c;super[_0x3c9ef8(0x134)]();}async[_0x50cc2c(0x163)](){const _0x23a938=_0x50cc2c;this[_0x23a938(0x192)][_0x23a938(0x182)]||await new Promise(_0x4923af=>{const _0x449304=_0x23a938;this[_0x449304(0x148)](this[_0x449304(0x192)],_0x449304(0x17d),_0x43563b=>{const _0x2e258b=_0x449304;_0x43563b[_0x2e258b(0x13c)](),_0x4923af();});});}[_0x50cc2c(0x14a)](){const _0x4f7fe7=_0x50cc2c,_0x21dc8a=this[_0x4f7fe7(0x141)][_0x4f7fe7(0x185)][_0x4f7fe7(0x16a)](_0x3e7ad2)[_0x4f7fe7(0x15d)][_0x4f7fe7(0x15e)]()[_0x4f7fe7(0x16f)]();for(const _0x4f5548 of _0x21dc8a)if(_0x4f7fe7(0x187)!==_0x4f5548[_0x4f7fe7(0x140)]||_0x4f5548[_0x4f7fe7(0x13f)])return _0x4f5548[_0x4f7fe7(0x152)]+0x1;}[_0x50cc2c(0x149)](){const _0x29b991=_0x50cc2c,_0x2706ef=this[_0x29b991(0x141)][_0x29b991(0x185)][_0x29b991(0x16a)](_0x3e7ad2);return new Promise(_0xbe47f4=>{const _0x27b264=_0x29b991;_0x2706ef[_0x27b264(0x165)]?_0x2706ef[_0x27b264(0x18e)](_0x27b264(0x19f),()=>{const _0x133e64=_0x27b264;_0xbe47f4(this[_0x133e64(0x14a)]());}):_0xbe47f4(this[_0x27b264(0x14a)]());});}[_0x50cc2c(0x143)](_0x47bfd3,_0x1dbd42){const _0x535864=_0x50cc2c,_0x1c1941=this[_0x535864(0x194)][_0x535864(0x154)];this[_0x535864(0x161)]=_0x1dbd42;for(const _0x1230b0 of _0x47bfd3){const _0xac98ce=_0x1c1941[_0x535864(0x14b)](_0x1230b0['id']);if(_0xac98ce){if((_0x1230b0[_0x535864(0x168)]||_0x1230b0[_0x535864(0x19b)])&&(_0x1230b0[_0x535864(0x191)]=null),_0xac98ce===this[_0x535864(0x194)][_0x535864(0x17f)]){const _0x3d73db=Math[_0x535864(0x16e)](_0xac98ce[_0x535864(0x19b)],_0x1230b0[_0x535864(0x19b)]),_0x288163=Math[_0x535864(0x16e)](_0xac98ce[_0x535864(0x168)],_0x1230b0[_0x535864(0x168)]);let _0x3cda5c;_0xac98ce[_0x535864(0x19b)]===_0x1230b0[_0x535864(0x19b)]&&_0xac98ce[_0x535864(0x168)]===_0x1230b0[_0x535864(0x168)]?(_0x3cda5c=!0x0,this[_0x535864(0x164)](_0x1230b0)):_0x1230b0[_0x535864(0x19b)]===_0x3d73db&&_0x1230b0[_0x535864(0x168)]===_0x288163?_0x3cda5c=!0x1:(_0xac98ce[_0x535864(0x19b)]===_0x3d73db&&_0xac98ce[_0x535864(0x168)]===_0x288163||this[_0x535864(0x139)]({'revision':_0xac98ce,'from':_0x288163,'to':_0x3d73db}),_0x3cda5c=!0x0),_0x3cda5c&&(delete _0x1230b0[_0x535864(0x168)],delete _0x1230b0[_0x535864(0x19b)],delete _0x1230b0[_0x535864(0x191)],delete _0x1230b0[_0x535864(0x137)],delete _0x1230b0[_0x535864(0x186)]);}this[_0x535864(0x194)][_0x535864(0x17a)](_0x1230b0),this[_0x535864(0x164)](_0x1230b0);}else this[_0x535864(0x194)][_0x535864(0x147)](_0x1230b0);}const _0x10ebcf=_0x1c1941[_0x535864(0x136)]();_0x10ebcf[_0x535864(0x16f)]();for(let _0x14290c=0x0;_0x14290c<_0x10ebcf[_0x535864(0x157)]-0x1;_0x14290c++){const _0xe0299c=_0x10ebcf[_0x14290c],_0x3af772=_0x10ebcf[_0x14290c+0x1];if(_0xe0299c[_0x535864(0x168)]<_0x3af772[_0x535864(0x19b)]){const _0x248346=_0x3af772[_0x535864(0x19b)],_0x37f01b=Math[_0x535864(0x16e)](_0x248346,_0xe0299c[_0x535864(0x19b)]);this[_0x535864(0x139)]({'revision':_0xe0299c,'from':_0x248346,'to':_0x37f01b});}}}[_0x50cc2c(0x139)]({revision:_0x55ebb6,from:_0x443852,to:_0x5d767d}={}){const _0xe05261=_0x50cc2c,_0x163be4=this[_0xe05261(0x141)][_0xe05261(0x185)][_0xe05261(0x16a)](_0x571fda),_0x4f1008=this[_0xe05261(0x194)][_0xe05261(0x18d)]({'revision':_0x55ebb6,'from':_0x443852,'to':_0x5d767d});_0x4f1008[_0xe05261(0x156)]=_0x4f1008[_0xe05261(0x186)][_0xe05261(0x170)](_0x158252=>_0x163be4[_0xe05261(0x171)](_0x158252)),_0x55ebb6[_0xe05261(0x174)](_0x4f1008);}[_0x50cc2c(0x164)](_0x4d6097){const _0x472922=_0x50cc2c,_0x26483d={};_0x26483d['id']=_0x4d6097['id'];for(const _0x95afa7 of Object[_0x472922(0x151)](_0x4d6097))'id'!==_0x95afa7&&(_0x26483d[_0x95afa7]=void 0x0);this[_0x472922(0x194)][_0x472922(0x14d)](_0x26483d['id'],_0x26483d,!0x0);}async[_0x50cc2c(0x18c)](_0x2b47c3){const _0x23ef9a=_0x50cc2c,_0x1a5245=this[_0x23ef9a(0x141)][_0x23ef9a(0x185)][_0x23ef9a(0x16a)](_0x571fda),{connection:_0x2efc67}=this[_0x23ef9a(0x141)][_0x23ef9a(0x185)][_0x23ef9a(0x16a)](_0x48e5af),_0x180156=new Set();for(const _0x2db8c1 of _0x2b47c3){for(const _0x105c97 of _0x2db8c1[_0x23ef9a(0x186)])_0x3d10e2(_0x105c97);_0x2db8c1[_0x23ef9a(0x181)]&&_0x3d10e2(_0x2db8c1[_0x23ef9a(0x181)]);}if(0x0===_0x180156[_0x23ef9a(0x195)])return;const _0x563ec1=await _0x1e4ca1[_0x23ef9a(0x19a)](_0x2efc67,Array[_0x23ef9a(0x198)](_0x180156));for(const _0x3053f0 of _0x563ec1)_0x1a5245[_0x23ef9a(0x171)](_0x3053f0['id'])||_0x1a5245[_0x23ef9a(0x19d)](_0x3053f0);function _0x3d10e2(_0x6e6cfe){const _0x3686bf=_0x23ef9a;_0x1a5245[_0x3686bf(0x171)](_0x6e6cfe)||_0x180156[_0x3686bf(0x1a2)](_0x6e6cfe);}}}v[_0x50cc2c(0x158)]=_0x1d935c;function _0x3df7(){const _0x5a883a=['_fixRevision','isEmptyCurrent','56796LTaPWp','off','3954165hCDZNc','state','affectsData','type','editor','then','_handleRevisionsUpdate','init','8oJxTmQ','addToReconnectionStack','addRevisionData','listenTo','_getLatestVersion','_getLatestVersionFromServerOperations','getRevision','_createCurrentRevision','_bufferUpdate','remove','reInit','_startingVersion','keys','baseVersion','_isConnected','repository','sessionId','authors','length','RevisionHistoryService','248875VCOOzI','connection','updateRevisions','240jTMIqC','serverHistory','getOperations','cloud-services-internal-error:\x20Not\x20connected.','data','_lastRequestId','1152477xsMgfs','_waitForServiceReady','_preventResendingRevisionData','_isPendingUpdate','_revisionDataBuilder','has','fromVersion','4OfPqUj','get','message','400','_offset','max','reverse','map','getUser','RevisionTracker','wrongRequestId','_update','connect','6732012WfHOma','catch','_oldOffset','code','setRevisionData','_revisions','revisionsUpdated','connected','CONNECTED','currentRevision','startsWith','creatorId','isConnected','cloudServices.bundleVersion','reconnect','plugins','authorsIds','marker','collaboration.channelId','setSource','change:_isConnected','isEnabled','_fetchMissingUsers','buildRevisionData','once','bind','_bufferedUpdates','diffData','_revisionHistoryService','requires','_revisionTracker','size','_handleReconnectionError','cloud-services-internal-error:\x20Request\x20timeout.','from','119ZUYWRk','getMany','toVersion','sendBufferedUpdates','addUser','config','change:_isPendingUpdate','isBundleUploaded','563606Jlnane','add','1pyvcsX','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','destroy','1141731OsXHlF','getRevisions','createdAt','adapter'];_0x3df7=function(){return _0x5a883a;};return _0x3df7();}export default v;function st(_0x3bc351){const _0x19bfae=_0x50cc2c;return _0x3bc351[_0x19bfae(0x16b)][_0x19bfae(0x180)](_0x19bfae(0x133))||_0x3bc351[_0x19bfae(0x16b)][_0x19bfae(0x180)](_0x19bfae(0x15f))||_0x3bc351[_0x19bfae(0x16b)][_0x19bfae(0x180)](_0x19bfae(0x197));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1850aa=_0xe9e5;(function(_0x3aead7,_0x5e624a){var _0x2ec947=_0xe9e5,_0x49a634=_0x3aead7();while(!![]){try{var _0xc49d44=-parseInt(_0x2ec947(0x1a3))/0x1+parseInt(_0x2ec947(0x1a4))/0x2+parseInt(_0x2ec947(0x1a8))/0x3+parseInt(_0x2ec947(0x1a6))/0x4*(parseInt(_0x2ec947(0x1a2))/0x5)+parseInt(_0x2ec947(0x1a1))/0x6+-parseInt(_0x2ec947(0x1a7))/0x7*(-parseInt(_0x2ec947(0x19f))/0x8)+-parseInt(_0x2ec947(0x1aa))/0x9*(parseInt(_0x2ec947(0x1a5))/0xa);if(_0xc49d44===_0x5e624a)break;else _0x49a634['push'](_0x49a634['shift']());}catch(_0x573efe){_0x49a634['push'](_0x49a634['shift']());}}}(_0x127b,0xba5e1));function _0x127b(){var _0x741157=['pluginName','81pwTWKI','RealTimeCollaborativeRevisionHistory','RevisionHistory','1032hfThkp','requires','5613084ytRnUh','568440IoMjwB','1465955ItFrEb','391664CYQaIT','1609940iUMAxg','36CLgkRe','44401rKBrzE','2116431MBSlUi'];_0x127b=function(){return _0x741157;};return _0x127b();}import{Plugin as _0x71f35e}from'ckeditor5/src/core.js';import _0x1a06f0 from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';import _0x5a8605 from'./realtimecollaborativeediting.js';function _0xe9e5(_0x67ee3,_0x13f6fe){var _0x127b17=_0x127b();return _0xe9e5=function(_0xe9e516,_0x1ba37b){_0xe9e516=_0xe9e516-0x19f;var _0x14bad7=_0x127b17[_0xe9e516];return _0x14bad7;},_0xe9e5(_0x67ee3,_0x13f6fe);}export default class d extends _0x71f35e{static get[_0x1850aa(0x1a0)](){var _0x3376d2=_0x1850aa;return[_0x3376d2(0x1ac),_0x1a06f0,_0x5a8605];}static get[_0x1850aa(0x1a9)](){var _0x303519=_0x1850aa;return _0x303519(0x1ab);}}
23
+ var _0x1bb13d=_0x42c3;(function(_0x2d79de,_0x4e8fc4){var _0x2aba4f=_0x42c3,_0x156ed8=_0x2d79de();while(!![]){try{var _0x5ac928=parseInt(_0x2aba4f(0x14d))/0x1*(-parseInt(_0x2aba4f(0x148))/0x2)+-parseInt(_0x2aba4f(0x14a))/0x3+parseInt(_0x2aba4f(0x14b))/0x4+parseInt(_0x2aba4f(0x144))/0x5+-parseInt(_0x2aba4f(0x146))/0x6+-parseInt(_0x2aba4f(0x14c))/0x7+parseInt(_0x2aba4f(0x14f))/0x8*(parseInt(_0x2aba4f(0x14e))/0x9);if(_0x5ac928===_0x4e8fc4)break;else _0x156ed8['push'](_0x156ed8['shift']());}catch(_0x51e5d0){_0x156ed8['push'](_0x156ed8['shift']());}}}(_0x3227,0x3b461));import{Plugin as _0x9ea32}from'ckeditor5/src/core.js';function _0x42c3(_0x5812ed,_0xc8ea9f){var _0x322706=_0x3227();return _0x42c3=function(_0x42c332,_0x570438){_0x42c332=_0x42c332-0x144;var _0x1db06c=_0x322706[_0x42c332];return _0x1db06c;},_0x42c3(_0x5812ed,_0xc8ea9f);}function _0x3227(){var _0x39c9b7=['358152uKYPGv','10309716MWuBCd','8OwnYTl','RevisionHistory','1785665JNEgyh','RealTimeCollaborativeRevisionHistory','2021376AZVOlC','requires','2dUJtHj','pluginName','369492echDAf','125588hHAXoe','3311399GFToto'];_0x3227=function(){return _0x39c9b7;};return _0x3227();}import _0x5ae81d from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';import _0x544aec from'./realtimecollaborativeediting.js';export default class d extends _0x9ea32{static get[_0x1bb13d(0x147)](){var _0x59087c=_0x1bb13d;return[_0x59087c(0x150),_0x5ae81d,_0x544aec];}static get[_0x1bb13d(0x149)](){var _0x527220=_0x1bb13d;return _0x527220(0x145);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x51c23b=_0x5a02;(function(_0x2afe49,_0x2dc44e){const _0x55ae9d=_0x5a02,_0x3f630f=_0x2afe49();while(!![]){try{const _0x15b965=-parseInt(_0x55ae9d(0x12f))/0x1+parseInt(_0x55ae9d(0x12e))/0x2*(parseInt(_0x55ae9d(0x124))/0x3)+-parseInt(_0x55ae9d(0x11e))/0x4+parseInt(_0x55ae9d(0x134))/0x5*(-parseInt(_0x55ae9d(0x10c))/0x6)+-parseInt(_0x55ae9d(0x11c))/0x7*(-parseInt(_0x55ae9d(0x10e))/0x8)+parseInt(_0x55ae9d(0x103))/0x9+parseInt(_0x55ae9d(0x130))/0xa;if(_0x15b965===_0x2dc44e)break;else _0x3f630f['push'](_0x3f630f['shift']());}catch(_0x4c1ed7){_0x3f630f['push'](_0x3f630f['shift']());}}}(_0x3810,0x3ad15));import{Plugin as _0x40eac9}from'ckeditor5/src/core.js';import{User as _0x366c0f,TrackChangesService as _0x2b5cb6}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x747d4 from'../realtimecollaborativeediting/websocketgateway.js';import _0x49289c from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0x6760bd}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x40eac9{static get[_0x51c23b(0x121)](){const _0x79d7e9=_0x51c23b;return[_0x49289c,_0x79d7e9(0x10d),_0x747d4];}constructor(_0x518fac){const _0x4f28c6=_0x51c23b;super(_0x518fac);const _0x3762d0=this[_0x4f28c6(0x138)][_0x4f28c6(0x131)][_0x4f28c6(0x123)](_0x4f28c6(0x11f));this[_0x4f28c6(0x125)]=new Map(),this[_0x4f28c6(0x119)]=new g[(_0x4f28c6(0x111))](_0x3762d0);}[_0x51c23b(0x109)](){const _0x523fda=_0x51c23b,_0x1235c=this[_0x523fda(0x138)][_0x523fda(0x108)][_0x523fda(0x123)](_0x747d4),_0x3ea48f=this[_0x523fda(0x138)][_0x523fda(0x108)][_0x523fda(0x123)](_0x523fda(0x10d));return _0x3ea48f[_0x523fda(0xfd)]={'getSuggestion':async _0x4f58a0=>{const _0x1faf6e=_0x523fda;await this[_0x1faf6e(0x122)]();const _0x23a5c2=await this[_0x1faf6e(0x119)][_0x1faf6e(0x123)](_0x4f58a0)[_0x1faf6e(0x118)](R);return await this[_0x1faf6e(0xff)]([_0x23a5c2]),_0x23a5c2;},'addSuggestion':async({id:_0x4908b8,type:_0x47ba31,data:_0x5ca3c4,originalSuggestionId:_0x22f8e5,attributes:_0x110127})=>{const _0x88256f=_0x523fda;await this[_0x88256f(0x122)]();const _0x3dca0c={'id':_0x4908b8,'type':_0x47ba31,'data':_0x5ca3c4,'originalSuggestionId':_0x22f8e5,'attributes':_0x110127},_0x4fe676=await this[_0x88256f(0x119)][_0x88256f(0xfe)](_0x4908b8,_0x47ba31,_0x5ca3c4,_0x22f8e5,_0x110127)[_0x88256f(0x118)](_0x28a48d=>{if(st(_0x28a48d))return new Promise(_0x2b53e1=>{const _0x2d80da=_0x5a02;this[_0x2d80da(0x125)][_0x2d80da(0x128)](_0x4908b8,{'resolve':_0x2b53e1,'suggestionData':_0x3dca0c});});throw _0x28a48d;});return this[_0x88256f(0x125)][_0x88256f(0x116)](_0x4908b8),_0x4fe676;},'updateSuggestion':async(_0x5801f2,_0x231b26)=>{const _0x332ae9=_0x523fda;if(await this[_0x332ae9(0x122)](),_0x332ae9(0x136)!==_0x231b26[_0x332ae9(0x105)])return this[_0x332ae9(0x119)][_0x332ae9(0x12b)](_0x5801f2,_0x231b26)[_0x332ae9(0x118)](R);}},this[_0x523fda(0x126)](this[_0x523fda(0x119)],_0x523fda(0x12a),(_0x3b80fa,_0x2767cb)=>{const _0x58eb48=_0x523fda;_0x3ea48f[_0x58eb48(0x106)](_0x2767cb['id'])&&(_0x3ea48f[_0x58eb48(0x12d)](_0x2767cb['id'])[_0x58eb48(0x101)]=_0x2767cb[_0x58eb48(0x101)]);}),this[_0x523fda(0x119)][_0x523fda(0x115)](_0x1235c[_0x523fda(0x133)])[_0x523fda(0x11d)](_0x34a544=>(_0x1235c[_0x523fda(0x117)](this),this[_0x523fda(0xff)](_0x34a544)[_0x523fda(0x11d)](()=>{const _0x44ec59=_0x523fda;for(const _0x3d93e9 of _0x34a544){_0x3ea48f[_0x44ec59(0x137)](_0x3d93e9)[_0x44ec59(0x135)]=!0x0;}})));}async[_0x51c23b(0x113)](){const _0x5866be=_0x51c23b,_0x2e6ca9=this[_0x5866be(0x138)][_0x5866be(0x108)][_0x5866be(0x123)](_0x5866be(0x10d)),{connection:_0x52338b}=this[_0x5866be(0x138)][_0x5866be(0x108)][_0x5866be(0x123)](_0x747d4),_0x1297fd=await this[_0x5866be(0x119)][_0x5866be(0x115)](_0x52338b);await this[_0x5866be(0xff)](_0x1297fd);for(const {suggestionData:_0x3f5268,resolve:_0x3ad017}of this[_0x5866be(0x125)][_0x5866be(0x107)]()){let _0x183689=_0x1297fd[_0x5866be(0x129)](_0x14834d=>_0x14834d['id']===_0x3f5268['id']);_0x183689||(_0x183689=await this[_0x5866be(0x119)][_0x5866be(0xfe)](_0x3f5268['id'],_0x3f5268[_0x5866be(0x132)],_0x3f5268[_0x5866be(0x10a)],_0x3f5268[_0x5866be(0x10f)])),_0x3ad017(_0x183689);}for(const _0x221f37 of _0x1297fd)_0x2e6ca9[_0x5866be(0x106)](_0x221f37['id'])||_0x2e6ca9[_0x5866be(0x137)](_0x221f37);}async[_0x51c23b(0x122)](){const _0x4970e8=_0x51c23b;this[_0x4970e8(0x119)][_0x4970e8(0x120)]||await new Promise(_0x5c8477=>{const _0x25c053=_0x4970e8;this[_0x25c053(0x126)](this[_0x25c053(0x119)],_0x25c053(0x100),_0x258622=>{const _0x2c942e=_0x25c053;_0x258622[_0x2c942e(0x11a)](),_0x5c8477();});});}async[_0x51c23b(0xff)](_0x4659c7){const _0x33f28a=_0x51c23b,_0x2458ca=this[_0x33f28a(0x138)][_0x33f28a(0x108)][_0x33f28a(0x123)](_0x6760bd),{connection:_0x343602}=this[_0x33f28a(0x138)][_0x33f28a(0x108)][_0x33f28a(0x123)](_0x747d4),_0x30e06a=new Set();for(const {authorId:_0x2eb2b3}of _0x4659c7)_0x2458ca[_0x33f28a(0x12c)](_0x2eb2b3)||_0x30e06a[_0x33f28a(0xfe)](_0x2eb2b3);if(0x0===_0x30e06a[_0x33f28a(0x11b)])return;const _0x358f42=await _0x366c0f[_0x33f28a(0x112)](_0x343602,Array[_0x33f28a(0x10b)](_0x30e06a));for(const _0x3b7401 of _0x358f42)_0x2458ca[_0x33f28a(0x12c)](_0x3b7401['id'])||_0x2458ca[_0x33f28a(0x114)](_0x3b7401);}}function _0x3810(){const _0x4fdb1a=['adapter','add','_fetchMissingUsersForThreads','connected','attributes','cloud-services-internal-error:\x20Request\x20timeout.','929142xWUuux','startsWith','state','hasSuggestion','values','plugins','init','data','from','6TBrOeq','TrackChangesEditing','4264waqkcV','originalSuggestionId','message','TrackChangesService','getMany','reconnect','addUser','connect','delete','addToReconnectionStack','catch','_trackChangesService','off','size','3794ALMwbB','then','855528yjFqzC','collaboration.channelId','isConnected','requires','_waitForServiceReady','get','9TvJNWA','_bufferedRequests','listenTo','cloud-services-internal-error:\x20Not\x20connected.','set','find','suggestionUpdated','update','getUser','getSuggestion','68902InmVCV','382807JCVgfz','5375180HFZGrY','config','type','connection','976945QMXMmX','_saved','open','addSuggestionData','editor'];_0x3810=function(){return _0x4fdb1a;};return _0x3810();}g[_0x51c23b(0x111)]=_0x2b5cb6;export default g;function _0x5a02(_0x1b38f1,_0x9b69f2){const _0x38108c=_0x3810();return _0x5a02=function(_0x5a02ed,_0x198631){_0x5a02ed=_0x5a02ed-0xfd;let _0x72ecb9=_0x38108c[_0x5a02ed];return _0x72ecb9;},_0x5a02(_0x1b38f1,_0x9b69f2);}function R(_0x485974){if(st(_0x485974))return new Promise(()=>{});throw _0x485974;}function st(_0xb4aea0){const _0x54f7d4=_0x51c23b;return _0xb4aea0[_0x54f7d4(0x110)][_0x54f7d4(0x104)](_0x54f7d4(0x127))||_0xb4aea0[_0x54f7d4(0x110)][_0x54f7d4(0x104)](_0x54f7d4(0x102));}
23
+ const _0x16d66b=_0x95c6;(function(_0x1ee52b,_0x5b6d38){const _0x14e230=_0x95c6,_0x245875=_0x1ee52b();while(!![]){try{const _0x37e9cd=-parseInt(_0x14e230(0x125))/0x1*(-parseInt(_0x14e230(0x113))/0x2)+parseInt(_0x14e230(0x130))/0x3+parseInt(_0x14e230(0x122))/0x4*(-parseInt(_0x14e230(0x111))/0x5)+-parseInt(_0x14e230(0x136))/0x6+parseInt(_0x14e230(0x110))/0x7+-parseInt(_0x14e230(0x11d))/0x8+-parseInt(_0x14e230(0x12c))/0x9;if(_0x37e9cd===_0x5b6d38)break;else _0x245875['push'](_0x245875['shift']());}catch(_0x54cd89){_0x245875['push'](_0x245875['shift']());}}}(_0x352f,0x79677));import{Plugin as _0x4c1fae}from'ckeditor5/src/core.js';import{User as _0x2421ce,TrackChangesService as _0x5aefc9}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x2281bb from'../realtimecollaborativeediting/websocketgateway.js';import _0x158f83 from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0x119545}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x4c1fae{static get[_0x16d66b(0x131)](){const _0x1d5704=_0x16d66b;return[_0x158f83,_0x1d5704(0x13d),_0x2281bb];}constructor(_0x419ebf){const _0x416408=_0x16d66b;super(_0x419ebf);const _0x5a8f0a=this[_0x416408(0x138)][_0x416408(0x114)][_0x416408(0x13e)](_0x416408(0x13f));this[_0x416408(0x13a)]=new Map(),this[_0x416408(0x132)]=new g[(_0x416408(0x109))](_0x5a8f0a);}[_0x16d66b(0x11a)](){const _0x1ef955=_0x16d66b,_0x5a9510=this[_0x1ef955(0x138)][_0x1ef955(0x10e)][_0x1ef955(0x13e)](_0x2281bb),_0x2da367=this[_0x1ef955(0x138)][_0x1ef955(0x10e)][_0x1ef955(0x13e)](_0x1ef955(0x13d));return _0x2da367[_0x1ef955(0x115)]={'getSuggestion':async _0x5ad264=>{const _0x393932=_0x1ef955;await this[_0x393932(0x12e)]();const _0x1ce8de=await this[_0x393932(0x132)][_0x393932(0x13e)](_0x5ad264)[_0x393932(0x118)](w);return await this[_0x393932(0x11c)]([_0x1ce8de]),_0x1ce8de;},'addSuggestion':async({id:_0x2c524d,type:_0x4e3670,data:_0x36863f,originalSuggestionId:_0x429f46,attributes:_0x737d92})=>{const _0xae2135=_0x1ef955;await this[_0xae2135(0x12e)]();const _0x5dc142={'id':_0x2c524d,'type':_0x4e3670,'data':_0x36863f,'originalSuggestionId':_0x429f46,'attributes':_0x737d92},_0x144b2e=await this[_0xae2135(0x132)][_0xae2135(0x124)](_0x2c524d,_0x4e3670,_0x36863f,_0x429f46,_0x737d92)[_0xae2135(0x118)](_0x18c007=>{if(st(_0x18c007))return new Promise(_0x4288e6=>{const _0x8ef05c=_0x95c6;this[_0x8ef05c(0x13a)][_0x8ef05c(0x140)](_0x2c524d,{'resolve':_0x4288e6,'suggestionData':_0x5dc142});});throw _0x18c007;});return this[_0xae2135(0x13a)][_0xae2135(0x134)](_0x2c524d),_0x144b2e;},'updateSuggestion':async(_0x5f5baa,_0x47d36e)=>{const _0x39e53c=_0x1ef955;if(await this[_0x39e53c(0x12e)](),_0x39e53c(0x10c)!==_0x47d36e[_0x39e53c(0x11e)])return this[_0x39e53c(0x132)][_0x39e53c(0x112)](_0x5f5baa,_0x47d36e)[_0x39e53c(0x118)](w);}},this[_0x1ef955(0x11b)](this[_0x1ef955(0x132)],_0x1ef955(0x10a),(_0x1c9a40,_0x341725)=>{const _0x54bd3d=_0x1ef955;_0x2da367[_0x54bd3d(0x116)](_0x341725['id'])&&(_0x2da367[_0x54bd3d(0x117)](_0x341725['id'])[_0x54bd3d(0x13b)]=_0x341725[_0x54bd3d(0x13b)]);}),this[_0x1ef955(0x132)][_0x1ef955(0x12d)](_0x5a9510[_0x1ef955(0x13c)])[_0x1ef955(0x107)](_0x5e0485=>(_0x5a9510[_0x1ef955(0x127)](this),this[_0x1ef955(0x11c)](_0x5e0485)[_0x1ef955(0x107)](()=>{const _0x303d66=_0x1ef955;for(const _0x237a04 of _0x5e0485){_0x2da367[_0x303d66(0x11f)](_0x237a04)[_0x303d66(0x120)]=!0x0;}})));}async[_0x16d66b(0x133)](){const _0x17daea=_0x16d66b,_0x2a5cd1=this[_0x17daea(0x138)][_0x17daea(0x10e)][_0x17daea(0x13e)](_0x17daea(0x13d)),{connection:_0x4778e1}=this[_0x17daea(0x138)][_0x17daea(0x10e)][_0x17daea(0x13e)](_0x2281bb),_0x6e6b4e=await this[_0x17daea(0x132)][_0x17daea(0x12d)](_0x4778e1);await this[_0x17daea(0x11c)](_0x6e6b4e);for(const {suggestionData:_0x22f9b2,resolve:_0x219de6}of this[_0x17daea(0x13a)][_0x17daea(0x10f)]()){let _0x541fd9=_0x6e6b4e[_0x17daea(0x108)](_0x9f5810=>_0x9f5810['id']===_0x22f9b2['id']);_0x541fd9||(_0x541fd9=await this[_0x17daea(0x132)][_0x17daea(0x124)](_0x22f9b2['id'],_0x22f9b2[_0x17daea(0x137)],_0x22f9b2[_0x17daea(0x12a)],_0x22f9b2[_0x17daea(0x139)])),_0x219de6(_0x541fd9);}for(const _0x4d7e49 of _0x6e6b4e)_0x2a5cd1[_0x17daea(0x116)](_0x4d7e49['id'])||_0x2a5cd1[_0x17daea(0x11f)](_0x4d7e49);}async[_0x16d66b(0x12e)](){const _0x5c76f2=_0x16d66b;this[_0x5c76f2(0x132)][_0x5c76f2(0x10d)]||await new Promise(_0x476448=>{const _0x49ae91=_0x5c76f2;this[_0x49ae91(0x11b)](this[_0x49ae91(0x132)],_0x49ae91(0x119),_0x307fd8=>{const _0x4c2a13=_0x49ae91;_0x307fd8[_0x4c2a13(0x12f)](),_0x476448();});});}async[_0x16d66b(0x11c)](_0x1cf518){const _0x5c29a4=_0x16d66b,_0x46a2fb=this[_0x5c29a4(0x138)][_0x5c29a4(0x10e)][_0x5c29a4(0x13e)](_0x119545),{connection:_0x428513}=this[_0x5c29a4(0x138)][_0x5c29a4(0x10e)][_0x5c29a4(0x13e)](_0x2281bb),_0x4240d1=new Set();for(const {authorId:_0x291600}of _0x1cf518)_0x46a2fb[_0x5c29a4(0x126)](_0x291600)||_0x4240d1[_0x5c29a4(0x124)](_0x291600);if(0x0===_0x4240d1[_0x5c29a4(0x121)])return;const _0x224ef2=await _0x2421ce[_0x5c29a4(0x129)](_0x428513,Array[_0x5c29a4(0x128)](_0x4240d1));for(const _0x399a39 of _0x224ef2)_0x46a2fb[_0x5c29a4(0x126)](_0x399a39['id'])||_0x46a2fb[_0x5c29a4(0x123)](_0x399a39);}}g[_0x16d66b(0x109)]=_0x5aefc9;export default g;function w(_0xa15b98){if(st(_0xa15b98))return new Promise(()=>{});throw _0xa15b98;}function _0x352f(){const _0x4190d8=['4364DITHCI','config','adapter','hasSuggestion','getSuggestion','catch','connected','init','listenTo','_fetchMissingUsersForThreads','61784VviwLZ','state','addSuggestionData','_saved','size','4nuoqKT','addUser','add','389IJBXnR','getUser','addToReconnectionStack','from','getMany','data','message','6206229wuncxi','connect','_waitForServiceReady','off','713631tfGlPC','requires','_trackChangesService','reconnect','delete','startsWith','1418958tvjIOa','type','editor','originalSuggestionId','_bufferedRequests','attributes','connection','TrackChangesEditing','get','collaboration.channelId','set','cloud-services-internal-error:\x20Request\x20timeout.','then','find','TrackChangesService','suggestionUpdated','cloud-services-internal-error:\x20Not\x20connected.','open','isConnected','plugins','values','2428650QSZkin','12785bKcZua','update'];_0x352f=function(){return _0x4190d8;};return _0x352f();}function _0x95c6(_0x207900,_0x46625c){const _0x352f13=_0x352f();return _0x95c6=function(_0x95c687,_0x14ee5d){_0x95c687=_0x95c687-0x106;let _0x21c875=_0x352f13[_0x95c687];return _0x21c875;},_0x95c6(_0x207900,_0x46625c);}function st(_0x3ce8bf){const _0x4d1da3=_0x16d66b;return _0x3ce8bf[_0x4d1da3(0x12b)][_0x4d1da3(0x135)](_0x4d1da3(0x10b))||_0x3ce8bf[_0x4d1da3(0x12b)][_0x4d1da3(0x135)](_0x4d1da3(0x106));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x2534bf=_0x2f3d;(function(_0x33a954,_0x4f09d2){var _0x5c8936=_0x2f3d,_0x51b544=_0x33a954();while(!![]){try{var _0x3651ed=parseInt(_0x5c8936(0xea))/0x1*(parseInt(_0x5c8936(0xec))/0x2)+parseInt(_0x5c8936(0xeb))/0x3+-parseInt(_0x5c8936(0xf4))/0x4+parseInt(_0x5c8936(0xe9))/0x5+parseInt(_0x5c8936(0xee))/0x6+parseInt(_0x5c8936(0xed))/0x7+-parseInt(_0x5c8936(0xf0))/0x8*(parseInt(_0x5c8936(0xf1))/0x9);if(_0x3651ed===_0x4f09d2)break;else _0x51b544['push'](_0x51b544['shift']());}catch(_0xe2671d){_0x51b544['push'](_0x51b544['shift']());}}}(_0x533c,0x3f28b));function _0x533c(){var _0x4fb0fc=['117VYDdAp','pluginName','RealTimeCollaborativeTrackChanges','1039040dpJYGt','requires','2057985UWclRN','469549GHWeoo','623199yyMgvV','2fzkoph','2068437CeJLwh','2365932ExwvLU','TrackChanges','775528tdpwyT'];_0x533c=function(){return _0x4fb0fc;};return _0x533c();}import{Plugin as _0x59a687}from'ckeditor5/src/core.js';import _0x2e147a from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';import _0x4783e6 from'./realtimecollaborativecomments.js';function _0x2f3d(_0x237ab4,_0x536f66){var _0x533ccd=_0x533c();return _0x2f3d=function(_0x2f3d0a,_0x21076f){_0x2f3d0a=_0x2f3d0a-0xe9;var _0x17c4a2=_0x533ccd[_0x2f3d0a];return _0x17c4a2;},_0x2f3d(_0x237ab4,_0x536f66);}export default class p extends _0x59a687{static get[_0x2534bf(0xf5)](){var _0x1229cf=_0x2534bf;return[_0x4783e6,_0x2e147a,_0x1229cf(0xef)];}static get[_0x2534bf(0xf2)](){var _0x126615=_0x2534bf;return _0x126615(0xf3);}}
23
+ function _0x28a1(){var _0x3646bd=['11658876xEXcoV','TrackChanges','requires','12yUOAwG','6010067YCYzfp','5765510hOLyYw','1555KisVCL','158836ZRQiMh','5118328uzxXkV','6618VDyDhc','9wnBkac','21GXxjBz','pluginName','22VMUwuv','84836KjYOQp','RealTimeCollaborativeTrackChanges'];_0x28a1=function(){return _0x3646bd;};return _0x28a1();}var _0xb49924=_0x18f8;(function(_0x5915a0,_0x2d2a03){var _0x4c503a=_0x18f8,_0x19083a=_0x5915a0();while(!![]){try{var _0x2e8c5b=parseInt(_0x4c503a(0xf1))/0x1*(parseInt(_0x4c503a(0xec))/0x2)+-parseInt(_0x4c503a(0xe9))/0x3*(parseInt(_0x4c503a(0xe5))/0x4)+-parseInt(_0x4c503a(0xf4))/0x5*(-parseInt(_0x4c503a(0xe7))/0x6)+parseInt(_0x4c503a(0xf2))/0x7+parseInt(_0x4c503a(0xe6))/0x8+-parseInt(_0x4c503a(0xe8))/0x9*(-parseInt(_0x4c503a(0xf3))/0xa)+parseInt(_0x4c503a(0xeb))/0xb*(-parseInt(_0x4c503a(0xee))/0xc);if(_0x2e8c5b===_0x2d2a03)break;else _0x19083a['push'](_0x19083a['shift']());}catch(_0x580b3a){_0x19083a['push'](_0x19083a['shift']());}}}(_0x28a1,0xac547));import{Plugin as _0x30a0f0}from'ckeditor5/src/core.js';import _0x30bdd7 from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';import _0x11eaba from'./realtimecollaborativecomments.js';function _0x18f8(_0x23acc4,_0x5efc54){var _0x28a158=_0x28a1();return _0x18f8=function(_0x18f857,_0x2444ef){_0x18f857=_0x18f857-0xe5;var _0x41bf1b=_0x28a158[_0x18f857];return _0x41bf1b;},_0x18f8(_0x23acc4,_0x5efc54);}export default class p extends _0x30a0f0{static get[_0xb49924(0xf0)](){var _0x337da3=_0xb49924;return[_0x11eaba,_0x30bdd7,_0x337da3(0xef)];}static get[_0xb49924(0xea)](){var _0x4183ca=_0xb49924;return _0x4183ca(0xed);}}