@ckeditor/ckeditor5-real-time-collaboration 43.2.0-alpha.7 → 43.2.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 _0x164102=_0x4133;(function(_0x5c2cf3,_0x4707f6){const _0x166eee=_0x4133,_0x416685=_0x5c2cf3();while(!![]){try{const _0x15281b=parseInt(_0x166eee(0x197))/0x1+-parseInt(_0x166eee(0x139))/0x2*(parseInt(_0x166eee(0x10d))/0x3)+parseInt(_0x166eee(0x1d8))/0x4+-parseInt(_0x166eee(0x19a))/0x5+parseInt(_0x166eee(0x168))/0x6+-parseInt(_0x166eee(0x17b))/0x7*(-parseInt(_0x166eee(0x18b))/0x8)+-parseInt(_0x166eee(0x187))/0x9;if(_0x15281b===_0x4707f6)break;else _0x416685['push'](_0x416685['shift']());}catch(_0x353a5c){_0x416685['push'](_0x416685['shift']());}}}(_0x2ef5,0x6b1cf));import{Plugin as _0x5d3cd4,PendingActions as _0x19e081}from'ckeditor5/src/core.js';import{CKEditorError as _0xec8479,version as _0x2ff997,uid as _0x2df0c0}from'ckeditor5/src/utils.js';function _0x2ef5(){const _0x535b45=['The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_getAffectedRoot','destroy','createUserMarkerOperations','filter','realtimecollaborationclient-sendbufferedoperations','sessionCreatedAt','__className','round','Synchronization\x20issue','_crash','path','collaboration-missing-channelid','getOperations','code','suppressErrorInCollaboration','_operationIdentifier','change:hasDomSelection','baseVersion','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_initThrowingOnDataSet','wereChangesApplied','_compressor','_isPendingUpdate','_saveOperationInBuffer','change:range','isEnabled','2927688gNZDmj','_isConnected','createPositionAt','_lastServerVersion','_loadRoot','getRoot','setPermissions','cloudDocumentVersion','createRange','size','marker','collaboration','disconnected','startsWith','_shouldSendUpdate','addOperation','currentDocumentSession','_connectAfterSessionHasBeenFlushed','_getOperationsFromInitData','7OZzgor','enqueueChange','_isDisconnection','unregister','_isAttached','editor','return','register','_clearPendingAction','CollaborativeEditingService','_handleReconnectionError','removeFromReconnectionStack','4030686VaOiTT','enableReadOnlyMode','_hasSelectionChanged','createPositionFromPath','6387496jikHGe','off','operationsReceived','length','_setPendingAction','end','_handleServerResponse','isUndoneOperation','_waitUntilSynced','Permissions','ready','root','421093lGCnrb','affectsData','_handleInitialConnectionData','3091380oRawLE','_handleReceivedOperations','wasUndone','rtc-offline','bind','_fetchMissingUsers','_offset','isDocumentOperation','_knownOperations','view','position','reset','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.','connected','_authorId','realtimecollaborationclient-handleserverresponse','rtc-destroyed','_handleSendingSelectionMarkers','directChange','_refreshUserSelectionMarkers','keys','fromJSON','clone','addToReconnectionStack','_handleExternalOperations','_knownRootNames','_connectService','_disconnectionOperations','has','connection','sendOperations','collaboration.channelId','addRoot','document:write','version','from','forEach','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','get','requires','rootsAttributes','disconnect','_disconnectService','markers','connect','batch','sessionAdd:','lastOperationId','insert','_isInit','locale','lastOperationAcceptedAt','error','_operationToId','_sendBufferedOperationsDelayed','data','_channelId','_updateServerHistory','Notification','realtimecollaborationclient-init-document-already-initialized','real-time-collaboration','CommentsOnly','528704WIEnGZ','_document','lastDocumentSession','targetPosition','cloudServices.bundleVersion','sessionId','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.','message','_sendBufferedOperations','applyOperation','apply','finally','config','userId','map','_decompressOperations','state','realtimecollaborationclient-init-connection-failed','high','realtimecollaborationclient-initservice-incorrect-server-operation','getUser','channelSessions','includes','move','reconnection:\x20flushed\x20session','showWarning','_isLoaded','catch','_lastSyncedOperationId','lastSyncVersion','pluginName','offset','409','differ','selection','stopListening','_currentBufferDelay','serverHistory','type','multi-root-editor-root-attributes-no-root','_pendingAction','slice','loadRoot','_ignoredOperations','roots','affectedSelectable','history','permissions','_handleReconnectionResponse','_applyOperationsSet','start','getDocumentDetails','add','realtimecollaborationclient-init-session-connection-error','11037hcZIAU','_baseBufferDelay','realtimecollaborationclient-initservice-internal-error','getMany','then','404','newRange','setIdForTheLastOperation','cloud-services-internal-error:\x20Not\x20connected.','_service','stop','_hasSynchronizationProblem','_isEditingAllowed','_bufferedOperations','cs:removeUser','change:_isEditingAllowed','_bufferRootLoad','addRootAttribute','initData','string','createdAt','set','InsertOperation','attributes','isReadOnly','push','_addKnownRoot','realtimecollaborationclient-init-non-existent-root','reconnect','define','PENDING_ACTION_SENDING_DATA','_compressOperations','cloud-services-internal-error:\x20Request\x20timeout.','_sendBufferedOperationsDelayId','init','disableReadOnlyMode','RealTimeCollaborationClient','getOperationAuthor','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','parse','_shouldSendSelectionUpdate','listenTo','metadata','decompress','182UTXPJV','addUser','_initSessionsHandling','fire','toJSON','$root','entries','plugins','compress','document','editing','createRoot','_setUpDataInit','mySessionId','getIdOfTheLastOperation','change:_isPendingUpdate','remove','getConnectedSessions','rootName','model'];_0x2ef5=function(){return _0x535b45;};return _0x2ef5();}import{Notification as _0x35b498}from'ckeditor5/src/ui.js';import{transformSets as _0x553214,NoOperation as _0x30083f,InsertOperation as _0x56aea0,MarkerOperation as _0x1d54b5,RootAttributeOperation as _0x418379,OperationFactory as _0xaabc0a,History as _0x1d0676}from'ckeditor5/src/engine.js';import _0x3c9a04 from'./websocketgateway.js';import _0x5588c3 from'./sessions.js';import _0x28e22f from'./usermarkers.js';import{getTranslation as _0x3b2261}from'../common-translations.js';import{Compressor as _0x21bf08}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0x2c1725}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x278453,CollaborativeEditingService as _0x160cbf}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x5d3cd4{static get[_0x164102(0x1c1)](){return[_0x3c9a04,_0x5588c3,_0x28e22f,_0x19e081,_0x2c1725,_0x35b498];}static get[_0x164102(0x1f6)](){const _0x3667d1=_0x164102;return _0x3667d1(0x131);}get[_0x164102(0x16f)](){const _0x1297ba=_0x164102;return this[_0x1297ba(0x16b)]+this[_0x1297ba(0x1a0)];}get[_0x164102(0x16b)](){const _0x3f229d=_0x164102;return this[_0x3f229d(0x1fd)][_0x3f229d(0x1bc)]-this[_0x3f229d(0x1a0)];}get[_0x164102(0x1f5)](){const _0x2b1278=_0x164102,_0x466591=this[_0x2b1278(0x1fd)][_0x2b1278(0x15a)]();for(let _0x3b12c6=_0x466591[_0x2b1278(0x18e)]-0x1;_0x3b12c6>=0x0;_0x3b12c6--){const _0x5e4c72=_0x466591[_0x3b12c6];if(!this[_0x2b1278(0x1b5)][_0x2b1278(0x1b6)](_0x5e4c72))return _0x5e4c72[_0x2b1278(0x15f)]+0x1-this[_0x2b1278(0x1a0)];}return 0x0;}constructor(_0xd65051){const _0x922cd5=_0x164102;if(super(_0xd65051),this[_0x922cd5(0x1a0)]=0x0,this[_0x922cd5(0x1dd)]=null,this[_0x922cd5(0x1fd)]=new _0x1d0676(),this[_0x922cd5(0x180)][_0x922cd5(0x1e4)][_0x922cd5(0x12a)](_0x922cd5(0x173),{}),this[_0x922cd5(0x1d2)]=this[_0x922cd5(0x180)][_0x922cd5(0x1e4)][_0x922cd5(0x1c0)](_0x922cd5(0x1b9)),!this[_0x922cd5(0x1d2)])throw new _0xec8479(_0x922cd5(0x159),this);const _0x3fe98e=_0xd65051[_0x922cd5(0x1e4)][_0x922cd5(0x1c0)](_0x922cd5(0x1dc))||_0x2ff997;this[_0x922cd5(0x116)]=new l[(_0x922cd5(0x184))](_0x3fe98e,this[_0x922cd5(0x1d2)]),this[_0x922cd5(0x1d9)]=this[_0x922cd5(0x180)][_0x922cd5(0x14c)][_0x922cd5(0x142)],this[_0x922cd5(0x163)]=new _0x21bf08(),this[_0x922cd5(0x11a)]=[],this[_0x922cd5(0x1a2)]=new WeakSet(),this[_0x922cd5(0x1b3)]=new Set(),this[_0x922cd5(0x122)](_0x922cd5(0x164),!0x1),this[_0x922cd5(0x122)](_0x922cd5(0x118),!0x1),this[_0x922cd5(0x200)]=null,this[_0x922cd5(0x189)]=!0x1,this[_0x922cd5(0x12e)]=null,this[_0x922cd5(0x10e)]=0x12c,this[_0x922cd5(0x1fc)]=this[_0x922cd5(0x10e)],this[_0x922cd5(0x1f4)]=null,this[_0x922cd5(0x1b5)]=new WeakSet(),this[_0x922cd5(0x15d)]=new X(this[_0x922cd5(0x1b5)]);}[_0x164102(0x12f)](){const _0x1b09a2=_0x164102,_0x4314e3=this[_0x1b09a2(0x180)],_0x3e00aa=_0x4314e3[_0x1b09a2(0x140)][_0x1b09a2(0x1c0)](_0x2c1725),_0x16678d=_0x4314e3[_0x1b09a2(0x140)][_0x1b09a2(0x1c0)](_0x3c9a04);this[_0x1b09a2(0x136)](_0x3e00aa,_0x1b09a2(0x132),(_0xa33a5b,_0x23e873)=>{const _0x3561ca=_0x1b09a2,_0xf490db=_0x23e873[0x0];_0xf490db[_0x3561ca(0x1a8)]&&(_0xa33a5b[_0x3561ca(0x181)]=_0x3e00aa[_0x3561ca(0x1ec)](_0xf490db[_0x3561ca(0x1a8)]),_0xa33a5b[_0x3561ca(0x117)]()),null===_0xf490db[_0x3561ca(0x1a8)]&&(_0xa33a5b[_0x3561ca(0x181)]=null,_0xa33a5b[_0x3561ca(0x117)]());},{'priority':_0x1b09a2(0x1ea)}),this[_0x1b09a2(0x136)](_0x4314e3[_0x1b09a2(0x14c)][_0x1b09a2(0x142)][_0x1b09a2(0x1fa)],_0x1b09a2(0x166),(_0x42df97,_0x53e610)=>{const _0xee03f4=_0x1b09a2;_0x53e610[_0xee03f4(0x1ac)]&&this[_0xee03f4(0x1ad)]();}),this[_0x1b09a2(0x136)](_0x4314e3[_0x1b09a2(0x143)][_0x1b09a2(0x1a3)],_0x1b09a2(0x15e),()=>{const _0x846828=_0x1b09a2;this[_0x846828(0x1ad)]();}),this[_0x1b09a2(0x161)](),_0x4314e3[_0x1b09a2(0x14c)]['on'](_0x1b09a2(0x1e1),(_0x20d490,_0x4aa890)=>{const _0x19c338=_0x1b09a2,_0xfb7968=_0x4aa890[0x0];_0xfb7968[_0x19c338(0x1a1)]&&(this[_0x19c338(0x165)](_0xfb7968),this[_0x19c338(0x176)]()&&this[_0x19c338(0x1d0)]());}),this[_0x1b09a2(0x145)](),this[_0x1b09a2(0x19e)](_0x1b09a2(0x119))['to'](_0x16678d,_0x1b09a2(0x1e8),this,_0x1b09a2(0x118),(_0x3cb76c,_0xda1b12)=>_0x1b09a2(0x1a7)===_0x3cb76c&&!_0xda1b12),this['on'](_0x1b09a2(0x11c),()=>{const _0x22fd04=_0x1b09a2;this[_0x22fd04(0x119)]?_0x4314e3[_0x22fd04(0x130)](_0x22fd04(0x19d)):_0x4314e3[_0x22fd04(0x188)](_0x22fd04(0x19d));}),this[_0x1b09a2(0x119)]?_0x4314e3[_0x1b09a2(0x130)](_0x1b09a2(0x19d)):_0x4314e3[_0x1b09a2(0x188)](_0x1b09a2(0x19d)),this[_0x1b09a2(0x122)](_0x1b09a2(0x169),!0x1);}async[_0x164102(0x129)](){const _0x31621e=_0x164102,_0x18e456=this[_0x31621e(0x180)][_0x31621e(0x140)][_0x31621e(0x1c0)](_0x5588c3),_0x47f836=this[_0x31621e(0x180)][_0x31621e(0x140)][_0x31621e(0x1c0)](_0x3c9a04);try{this[_0x31621e(0x164)]=!0x0,_0x18e456[_0x31621e(0x17e)](this[_0x31621e(0x1d2)]);const _0x5294d9=await this[_0x31621e(0x116)][_0x31621e(0x129)](_0x47f836[_0x31621e(0x1b7)],this[_0x31621e(0x1f5)]);await this[_0x31621e(0x107)](_0x5294d9)&&(this[_0x31621e(0x164)]=!0x1,this[_0x31621e(0x183)]());const _0x958295=await this[_0x31621e(0x116)][_0x31621e(0x14a)]();_0x18e456[_0x31621e(0x182)](this[_0x31621e(0x1d2)],_0x958295),this[_0x31621e(0x1ab)](),this[_0x31621e(0x169)]=!0x0;}catch(_0x450dd7){if(function(_0x21b98e){const _0x3c26d9=_0x31621e;return _0x3c26d9(0x112)===_0x21b98e[_0x3c26d9(0x15b)];}(_0x450dd7)&&this[_0x31621e(0x1dd)])await this[_0x31621e(0x179)]();else{if(function(_0x20e6d3){const _0x1e504c=_0x31621e;return _0x1e504c(0x1f8)===_0x20e6d3[_0x1e504c(0x15b)];}(_0x450dd7)){const _0x27e25f=_0x3b2261(this[_0x31621e(0x180)][_0x31621e(0x1cc)],_0x31621e(0x14d));this[_0x31621e(0x185)](_0x27e25f);}else{if(!(_0x450dd7 instanceof J))throw _0x450dd7;this[_0x31621e(0x185)]();}}}}[_0x164102(0x14f)](){const _0x399670=_0x164102,_0x1dfcb9=this[_0x399670(0x180)][_0x399670(0x140)][_0x399670(0x1c0)](_0x3c9a04),_0xd1d837=this[_0x399670(0x180)][_0x399670(0x140)][_0x399670(0x1c0)](_0x5588c3);this[_0x399670(0x180)][_0x399670(0x188)](_0x399670(0x1aa)),_0xd1d837[_0x399670(0x1ed)][_0x399670(0x1b6)](this[_0x399670(0x1d2)])&&_0xd1d837[_0x399670(0x17e)](this[_0x399670(0x1d2)]),_0x1dfcb9[_0x399670(0x186)](this),this[_0x399670(0x1c4)](),super[_0x399670(0x14f)]();}async[_0x164102(0x107)](_0x37f38b){const _0x23e53c=_0x164102;if(this[_0x23e53c(0x1dd)]!==_0x37f38b[_0x23e53c(0x1dd)]&&this[_0x23e53c(0x1f4)]!==_0x37f38b[_0x23e53c(0x1c9)])throw new J();return this[_0x23e53c(0x1dd)]=_0x37f38b[_0x23e53c(0x1dd)],this[_0x23e53c(0x191)]([],{..._0x37f38b,'wereChangesApplied':!0x1,'data':_0x37f38b[_0x23e53c(0x1d1)]},_0x23e53c(0x129));}async[_0x164102(0x1b4)](_0x21895f,_0x3e37b2=!0x1){const _0x44f24b=_0x164102,{connection:_0x5f0959}=this[_0x44f24b(0x180)][_0x44f24b(0x140)][_0x44f24b(0x1c0)](_0x3c9a04);l[_0x44f24b(0x184)][_0x44f24b(0x14a)](_0x5f0959,this[_0x44f24b(0x1d2)])[_0x44f24b(0x111)](_0x191f92=>this[_0x44f24b(0x13b)](_0x191f92))[_0x44f24b(0x1f3)](_0x8589b1=>{const _0x4f51a1=_0x44f24b;this[_0x4f51a1(0x157)](_0x4f51a1(0x10c),_0x8589b1);}),this[_0x44f24b(0x136)](this[_0x44f24b(0x116)],_0x44f24b(0x18d),this[_0x44f24b(0x19b)][_0x44f24b(0x19e)](this)),this[_0x44f24b(0x136)](this[_0x44f24b(0x116)],_0x44f24b(0x1ce),(_0x28b65f,_0x24a20e)=>{const _0x1724be=_0x44f24b;this[_0x1724be(0x157)](_0x1724be(0x10f),_0x24a20e);}),this[_0x44f24b(0x136)](this[_0x44f24b(0x116)],_0x44f24b(0x174),()=>{const _0x3a0bb8=_0x44f24b;this[_0x3a0bb8(0x169)]=!0x1;});const _0x5deb5f=this[_0x44f24b(0x15d)][_0x44f24b(0x147)](_0x21895f);this[_0x44f24b(0x164)]=!0x0;const _0x1f8066=await this[_0x44f24b(0x116)][_0x44f24b(0x1c6)](_0x5f0959,this[_0x44f24b(0x12c)](_0x21895f),_0x5deb5f);if(this[_0x44f24b(0x1dd)]=_0x1f8066[_0x44f24b(0x1dd)],_0x3e37b2){if(!_0x1f8066[_0x44f24b(0x162)])return void this[_0x44f24b(0x185)]();this[_0x44f24b(0x164)]=!0x1,this[_0x44f24b(0x183)](),this[_0x44f24b(0x1fd)][_0x44f24b(0x1a5)](),this[_0x44f24b(0x1a0)]=_0x1f8066[_0x44f24b(0x1f7)],this[_0x44f24b(0x1fd)][_0x44f24b(0x1bc)]=this[_0x44f24b(0x1a0)],await this[_0x44f24b(0x191)](_0x21895f,_0x1f8066,_0x44f24b(0x1f0));}else await this[_0x44f24b(0x199)](_0x1f8066,_0x21895f);this[_0x44f24b(0x1ab)](),this[_0x44f24b(0x169)]=!0x0;}[_0x164102(0x1ab)](){const _0x4f3583=_0x164102,_0x4b2f71=this[_0x4f3583(0x180)][_0x4f3583(0x140)][_0x4f3583(0x1c0)](_0x5588c3),_0x19e5c2=this[_0x4f3583(0x180)][_0x4f3583(0x140)][_0x4f3583(0x1c0)](_0x28e22f),_0x4f0e20=_0x4b2f71[_0x4f3583(0x1ed)][_0x4f3583(0x1c0)](this[_0x4f3583(0x1d2)]);_0x4f0e20&&_0x4f0e20[_0x4f3583(0x18e)]>0x1?_0x19e5c2[_0x4f3583(0x150)]():this[_0x4f3583(0x136)](_0x4b2f71,_0x4f3583(0x1c8)+this[_0x4f3583(0x1d2)],()=>{const _0x62b429=_0x4f3583;0x2===_0x4b2f71[_0x62b429(0x1ed)][_0x62b429(0x1c0)](this[_0x62b429(0x1d2)])[_0x62b429(0x18e)]&&_0x19e5c2[_0x62b429(0x150)]();});}async[_0x164102(0x19b)](_0x190bd5,_0x505351,_0x2ba38b,_0x25820e){const _0x552443=_0x164102;if(!this[_0x552443(0x164)]&&this[_0x552443(0x1d9)][_0x552443(0x1bc)]==_0x505351){const _0x572645=this[_0x552443(0x1e7)](_0x2ba38b,_0x25820e);await this[_0x552443(0x19f)](_0x572645),this[_0x552443(0x1b2)](_0x572645,_0x505351,_0x2ba38b[_0x552443(0x1c9)])||this[_0x552443(0x157)](_0x552443(0x1eb));}}async[_0x164102(0x179)](){const _0x373d72=_0x164102;this[_0x373d72(0x1c4)]();const {locale:_0x29f4b7}=this[_0x373d72(0x180)];let _0x4eb1d8;try{_0x4eb1d8=await this[_0x373d72(0x116)][_0x373d72(0x10a)]();}catch(_0x298ae7){const _0x49774c=_0x3b2261(_0x29f4b7,_0x373d72(0x160));return void this[_0x373d72(0x185)](_0x49774c);}const _0x149c73=_0x4eb1d8[_0x373d72(0x178)]||_0x4eb1d8[_0x373d72(0x1da)];if(this[_0x373d72(0x1f4)]===_0x149c73[_0x373d72(0x1c9)])await this[_0x373d72(0x1b4)](this[_0x373d72(0x180)][_0x373d72(0x14c)][_0x373d72(0x142)][_0x373d72(0x105)][_0x373d72(0x15a)](),!0x0);else{const _0x515a14=_0x3b2261(_0x29f4b7,_0x373d72(0x1a6));this[_0x373d72(0x185)](_0x515a14);}}[_0x164102(0x1c4)](){const _0x12f23e=_0x164102;this[_0x12f23e(0x116)][_0x12f23e(0x1c3)](),this[_0x12f23e(0x11a)]=[],clearTimeout(this[_0x12f23e(0x12e)]),this[_0x12f23e(0x1fb)](this[_0x12f23e(0x116)]);}[_0x164102(0x13b)](_0x2ca491){const _0x4f9a14=_0x164102,_0x3892b5=this[_0x4f9a14(0x180)][_0x4f9a14(0x140)][_0x4f9a14(0x1c0)](_0x5588c3);this[_0x4f9a14(0x136)](_0x3892b5,_0x4f9a14(0x1c8)+this[_0x4f9a14(0x1d2)],(_0x5b6ba7,{session:_0x389a3c})=>{const _0x2fdd5b=_0x4f9a14;if(_0x389a3c['id']===_0x3892b5[_0x2fdd5b(0x146)]){_0x5b6ba7[_0x2fdd5b(0x18c)]();const _0x34bdda=this[_0x2fdd5b(0x180)][_0x2fdd5b(0x140)][_0x2fdd5b(0x1b6)](_0x2fdd5b(0x1d7))&&this[_0x2fdd5b(0x180)][_0x2fdd5b(0x140)][_0x2fdd5b(0x1c0)](_0x2fdd5b(0x1d7));let _0x20cf53=_0x389a3c[_0x2fdd5b(0x106)];_0x34bdda&&_0x34bdda[_0x2fdd5b(0x167)]&&(_0x20cf53=_0x20cf53[_0x2fdd5b(0x151)](_0x2166cd=>_0x2fdd5b(0x1bb)!==_0x2166cd)),this[_0x2fdd5b(0x180)][_0x2fdd5b(0x140)][_0x2fdd5b(0x1c0)](_0x2fdd5b(0x194))[_0x2fdd5b(0x16e)](_0x20cf53,this[_0x2fdd5b(0x1d2)]);}}),_0x3892b5[_0x4f9a14(0x182)](this[_0x4f9a14(0x1d2)],_0x2ca491);}[_0x164102(0x161)](){const _0x11906a=_0x164102,_0x2efa55=this[_0x11906a(0x180)][_0x11906a(0x1d1)][_0x11906a(0x122)];this[_0x11906a(0x180)][_0x11906a(0x1d1)][_0x11906a(0x122)]=(..._0x4ffd8b)=>{const _0x4f5e55=_0x11906a;if(!_0x4ffd8b[_0x4ffd8b[_0x4f5e55(0x18e)]-0x1][_0x4f5e55(0x15c)])throw new _0xec8479(_0x4f5e55(0x1bf),this);_0x2efa55[_0x4f5e55(0x1e2)](this[_0x4f5e55(0x180)][_0x4f5e55(0x1d1)],_0x4ffd8b);};}[_0x164102(0x145)](){const _0x5f2528=_0x164102;this[_0x5f2528(0x180)][_0x5f2528(0x1d1)]['on'](_0x5f2528(0x12f),(_0x8f2154,[_0x85eb54])=>{const _0x165f0d=_0x5f2528;if(this[_0x165f0d(0x1d9)][_0x165f0d(0x1bc)])throw new _0xec8479(_0x165f0d(0x1d5),this);_0x8f2154[_0x165f0d(0x117)](),this[_0x165f0d(0x18f)]();const _0x5ab7b9=this[_0x165f0d(0x180)][_0x165f0d(0x1e4)][_0x165f0d(0x1c0)](_0x165f0d(0x1c2)),_0x67fcfd=this[_0x165f0d(0x17a)](_0x85eb54,_0x5ab7b9);0x0==_0x67fcfd[_0x165f0d(0x18e)]&&_0x67fcfd[_0x165f0d(0x126)](new _0x30083f(0x0)),_0x8f2154[_0x165f0d(0x181)]=this[_0x165f0d(0x1b4)](_0x67fcfd)[_0x165f0d(0x111)](()=>{const _0x295d37=_0x165f0d;this[_0x295d37(0x180)][_0x295d37(0x140)][_0x295d37(0x1c0)](_0x3c9a04)[_0x295d37(0x1b1)](this),this[_0x295d37(0x180)][_0x295d37(0x1d1)][_0x295d37(0x13c)](_0x295d37(0x195));})[_0x165f0d(0x1f3)](_0x364aa7=>this[_0x165f0d(0x157)](_0x165f0d(0x1e9),_0x364aa7))[_0x165f0d(0x1e3)](()=>this[_0x165f0d(0x183)]());},{'priority':_0x5f2528(0x1ea)}),this[_0x5f2528(0x180)]['on'](_0x5f2528(0x101),async(_0xd3141d,[_0x21ccda,_0x315641])=>{const _0x2df552=_0x5f2528;_0xd3141d[_0x2df552(0x117)]();const _0x14d20d=this[_0x2df552(0x180)][_0x2df552(0x14c)][_0x2df552(0x142)][_0x2df552(0x16d)](_0x21ccda);if(!this[_0x2df552(0x1b3)][_0x2df552(0x1b6)](_0x21ccda)){const _0x545be5=_0x315641&&_0x315641[_0x2df552(0x1d1)]?_0x315641[_0x2df552(0x1d1)]:'',_0x470587=_0x315641&&_0x315641[_0x2df552(0x124)]?_0x315641[_0x2df552(0x124)]:{};await this[_0x2df552(0x16c)](_0x21ccda,_0x545be5,_0x470587);}this[_0x2df552(0x180)][_0x2df552(0x14c)][_0x2df552(0x17c)]({'isUndoable':!0x1},()=>{const _0x1f5e8b=_0x2df552;_0x14d20d[_0x1f5e8b(0x1f2)]=!0x0,this[_0x1f5e8b(0x180)][_0x1f5e8b(0x14c)][_0x1f5e8b(0x142)][_0x1f5e8b(0x1f9)][_0x1f5e8b(0x11d)](_0x14d20d);});},{'priority':_0x5f2528(0x1ea)});}async[_0x164102(0x19f)](_0xa4f822){const _0x2fd23e=_0x164102,_0x561369=this[_0x2fd23e(0x180)][_0x2fd23e(0x140)][_0x2fd23e(0x1c0)](_0x2c1725),{connection:_0x1be859}=this[_0x2fd23e(0x180)][_0x2fd23e(0x140)][_0x2fd23e(0x1c0)](_0x3c9a04),_0x2695c3=new Set();for(const _0x5aab0e of _0xa4f822){const _0x19c23e=_0x5aab0e[_0x2fd23e(0x1a8)];_0x19c23e&&!_0x561369[_0x2fd23e(0x1ec)](_0x19c23e)&&_0x2695c3[_0x2fd23e(0x10b)](_0x19c23e);}if(0x0===_0x2695c3[_0x2fd23e(0x171)])return;const _0x5dd546=await _0x278453[_0x2fd23e(0x110)](_0x1be859,Array[_0x2fd23e(0x1bd)](_0x2695c3));for(const _0x621b71 of _0x5dd546)_0x561369[_0x2fd23e(0x1ec)](_0x621b71['id'])||_0x561369[_0x2fd23e(0x13a)](_0x621b71);}[_0x164102(0x17a)](_0x4fcfc7,_0x161476={}){const _0x2fef5f=_0x164102,_0x11d5d5=this[_0x2fef5f(0x180)][_0x2fef5f(0x14c)],_0x5065d0=[];let _0x59b816=0x0;const _0x4bc907=_0x2fef5f(0x120)==typeof _0x4fcfc7?{'main':_0x4fcfc7}:_0x4fcfc7;for(const _0x45e860 of Object[_0x2fef5f(0x1ae)](_0x4bc907)){if(!this[_0x2fef5f(0x1d9)][_0x2fef5f(0x103)][_0x2fef5f(0x1b6)](_0x45e860))throw new _0xec8479(_0x2fef5f(0x128),this);const _0x238242=this[_0x2fef5f(0x180)][_0x2fef5f(0x1d1)][_0x2fef5f(0x134)](_0x4bc907[_0x45e860]),_0x3aab3b=this[_0x2fef5f(0x1d9)][_0x2fef5f(0x16d)](_0x45e860),_0x2dafdf=new _0x56aea0(_0x11d5d5[_0x2fef5f(0x16a)](_0x3aab3b,0x0),_0x238242,_0x59b816++);_0x5065d0[_0x2fef5f(0x126)](_0x2dafdf);for(const [_0x1dd8c4,_0x2e1508]of _0x238242[_0x2fef5f(0x1c5)]){const _0x3c3b80=_0x11d5d5[_0x2fef5f(0x170)](_0x11d5d5[_0x2fef5f(0x18a)](_0x3aab3b,_0x2e1508[_0x2fef5f(0x109)][_0x2fef5f(0x158)][_0x2fef5f(0x100)]()),_0x11d5d5[_0x2fef5f(0x18a)](_0x3aab3b,_0x2e1508[_0x2fef5f(0x190)][_0x2fef5f(0x158)][_0x2fef5f(0x100)]())),_0x2f7177=new _0x1d54b5(_0x1dd8c4,null,_0x3c3b80,_0x11d5d5[_0x2fef5f(0x1c5)],!0x0,_0x59b816++);_0x5065d0[_0x2fef5f(0x126)](_0x2f7177);}}if(_0x161476)for(const [_0x2a27b7,_0x1f3f5d]of Object[_0x2fef5f(0x13f)](_0x161476)){const _0x8161d1=_0x11d5d5[_0x2fef5f(0x142)][_0x2fef5f(0x16d)](_0x2a27b7);if(!_0x8161d1)throw new _0xec8479(_0x2fef5f(0x1ff),null);for(const [_0x58060e,_0x2c25cd]of Object[_0x2fef5f(0x13f)](_0x1f3f5d))if(null!==_0x2c25cd){const _0xcfb72f=new _0x418379(_0x8161d1,_0x58060e,null,_0x2c25cd,_0x59b816++);_0x5065d0[_0x2fef5f(0x126)](_0xcfb72f);}}return _0x5065d0;}async[_0x164102(0x16c)](_0x3f2313,_0x269e0d,_0x2e8e12){const _0x2fc1f2=_0x164102;this[_0x2fc1f2(0x17a)]({[_0x3f2313]:_0x269e0d},{[_0x3f2313]:_0x2e8e12})[_0x2fc1f2(0x1be)]((_0x149ec0,_0x4abe08)=>{const _0x25e879=_0x2fc1f2;_0x149ec0[_0x25e879(0x15f)]=this[_0x25e879(0x1d9)][_0x25e879(0x1bc)]+_0x4abe08,_0x149ec0[_0x25e879(0x1cb)]=!0x0,this[_0x25e879(0x165)](_0x149ec0);}),this[_0x2fc1f2(0x1d0)](),await this[_0x2fc1f2(0x193)]();}async[_0x164102(0x199)](_0x2ca502,_0x25dc75){const _0x30046d=_0x164102;let _0xbdee60;this[_0x30046d(0x1a0)]=_0x2ca502[_0x30046d(0x1f7)];const _0x3e01cb=_0x2ca502[_0x30046d(0x162)]&&!_0x2ca502[_0x30046d(0x11f)],_0x3189c5=_0x3e01cb?0x0:_0x2ca502[_0x30046d(0x1d1)][_0x30046d(0x15f)];if(_0x25dc75[_0x30046d(0x1be)](_0x1e2f45=>{const _0x3c0c70=_0x30046d;_0x1e2f45[_0x3c0c70(0x1cb)]=!0x0,_0x1e2f45[_0x3c0c70(0x121)]=_0x2ca502[_0x3c0c70(0x153)],_0x1e2f45[_0x3c0c70(0x1a8)]=null;}),_0x3e01cb)_0xbdee60=_0x25dc75,this[_0x30046d(0x108)](_0xbdee60,_0x3e01cb);else{if(_0x2ca502[_0x30046d(0x11f)]){const _0x4775f3=this[_0x30046d(0x17a)](_0x2ca502[_0x30046d(0x11f)]);this[_0x30046d(0x1d9)][_0x30046d(0x105)][_0x30046d(0x1bc)]=-_0x4775f3[_0x30046d(0x18e)],_0x4775f3[_0x30046d(0x1be)](_0x103559=>{const _0x1208fa=_0x30046d;_0x103559[_0x1208fa(0x15f)]-=_0x4775f3[_0x1208fa(0x18e)],_0x103559[_0x1208fa(0x121)]=_0x2ca502[_0x1208fa(0x153)],_0x103559[_0x1208fa(0x1cb)]=!0x0,_0x103559[_0x1208fa(0x1a8)]=null;}),this[_0x30046d(0x108)](_0x4775f3,!0x0),this[_0x30046d(0x1fd)][_0x30046d(0x1bc)]=-_0x4775f3[_0x30046d(0x18e)]+this[_0x30046d(0x1a0)],this[_0x30046d(0x1d3)](_0x4775f3);}this[_0x30046d(0x1d9)][_0x30046d(0x105)][_0x30046d(0x1bc)]=_0x3189c5,_0xbdee60=this[_0x30046d(0x1e7)](_0x2ca502[_0x30046d(0x1d1)],_0x2ca502[_0x30046d(0x137)]),await this[_0x30046d(0x19f)](_0xbdee60),this[_0x30046d(0x108)](_0xbdee60,_0x3e01cb);}_0x2ca502[_0x30046d(0x1c9)]&&(this[_0x30046d(0x15d)][_0x30046d(0x114)](_0xbdee60,_0x2ca502[_0x30046d(0x1c9)]),this[_0x30046d(0x1f4)]=_0x2ca502[_0x30046d(0x1c9)]),this[_0x30046d(0x1fd)][_0x30046d(0x1bc)]=_0x3189c5+this[_0x30046d(0x1a0)],this[_0x30046d(0x1d3)](_0xbdee60),_0x25dc75[_0x30046d(0x151)](_0x698036=>{const _0x4197e4=_0x30046d,_0x37db95=this[_0x4197e4(0x14e)](_0x698036);return _0x37db95&&!this[_0x4197e4(0x1b3)][_0x4197e4(0x1b6)](_0x37db95);})[_0x30046d(0x1be)]((_0xe9122f,_0x106c1b)=>{const _0x39b5aa=_0x30046d;_0xe9122f[_0x39b5aa(0x15f)]=this[_0x39b5aa(0x1d9)][_0x39b5aa(0x1bc)]+_0x106c1b,this[_0x39b5aa(0x165)](_0xe9122f);}),this[_0x30046d(0x176)]()?(this[_0x30046d(0x1fc)]=0x0,this[_0x30046d(0x1d0)](!0x0),await this[_0x30046d(0x193)]()):(this[_0x30046d(0x164)]=!0x1,this[_0x30046d(0x183)]());}[_0x164102(0x157)](_0x39457a,_0x12d44a){const _0x2a3972=_0x164102;throw this[_0x2a3972(0x164)]=!0x0,_0x12d44a&&console[_0x2a3972(0x1ce)](_0x12d44a),new _0xec8479(_0x39457a,this[_0x2a3972(0x180)]);}[_0x164102(0x165)](_0x52cdfb){const _0x38470f=_0x164102;this[_0x38470f(0x1a2)][_0x38470f(0x1b6)](_0x52cdfb)||(this[_0x38470f(0x1a2)][_0x38470f(0x10b)](_0x52cdfb),this[_0x38470f(0x11a)][_0x38470f(0x126)](_0x52cdfb),this[_0x38470f(0x200)]||_0x38470f(0x172)==_0x52cdfb[_0x38470f(0x1fe)]&&!_0x52cdfb[_0x38470f(0x198)]||this[_0x38470f(0x18f)]());}[_0x164102(0x1d0)](_0x20a449=!0x1){const _0x32f78a=_0x164102;!_0x20a449&&this[_0x32f78a(0x164)]||(this[_0x32f78a(0x164)]=!0x0,clearTimeout(this[_0x32f78a(0x12e)]),this[_0x32f78a(0x12e)]=setTimeout(()=>{const _0x5336ce=_0x32f78a;this[_0x5336ce(0x1e0)]()[_0x5336ce(0x111)](_0x49e9db=>{const _0x131c2c=_0x5336ce;_0x49e9db&&(this[_0x131c2c(0x183)](),this[_0x131c2c(0x164)]=!0x1);})[_0x5336ce(0x1f3)](_0x4f72b2=>{const _0x296990=_0x5336ce;if(this[_0x296990(0x183)](),this[_0x296990(0x164)]=!0x1,!function(_0x53f72b){const _0x268047=_0x296990;return _0x53f72b[_0x268047(0x1df)][_0x268047(0x175)](_0x268047(0x115))||_0x53f72b[_0x268047(0x1df)][_0x268047(0x175)](_0x268047(0x133))||_0x53f72b[_0x268047(0x1df)][_0x268047(0x175)](_0x268047(0x12d));}(_0x4f72b2))throw _0x4f72b2;});},this[_0x32f78a(0x1fc)]));}[_0x164102(0x193)](){return new Promise(_0x459e09=>{const _0x59feb0=_0x4133;this['on'](_0x59feb0(0x148),()=>{_0x459e09();});});}async[_0x164102(0x1e0)](){const _0x502770=_0x164102,_0x34adb6=this[_0x502770(0x180)][_0x502770(0x140)][_0x502770(0x1c0)](_0x28e22f);if(this[_0x502770(0x135)]()&&(_0x34adb6[_0x502770(0x150)](),this[_0x502770(0x189)]=!0x1),!this[_0x502770(0x176)]())return!0x0;const _0x3f6e4d=[...this[_0x502770(0x11a)]];for(const _0x167d75 of _0x3f6e4d)_0x167d75[_0x502770(0x19c)]=this[_0x502770(0x1d9)][_0x502770(0x105)][_0x502770(0x192)](_0x167d75);const _0x14124b=this[_0x502770(0x15d)][_0x502770(0x147)](_0x3f6e4d),_0x1f8da1=K++,_0x2b1ba9=this[_0x502770(0x12c)](_0x3f6e4d),_0x67902b=await this[_0x502770(0x116)][_0x502770(0x1b8)](_0x2b1ba9,_0x2b1ba9[_0x502770(0x15f)],_0x14124b);try{return await this[_0x502770(0x191)](_0x3f6e4d,_0x67902b,_0x1f8da1);}catch(_0x5d6229){return this[_0x502770(0x157)](_0x502770(0x152),_0x5d6229);}}async[_0x164102(0x191)](_0x990ec2,_0x238d30,_0x49b740){const _0x1ec5cd=_0x164102;if(_0x1ec5cd(0x1ce)in _0x238d30)throw _0x238d30[_0x1ec5cd(0x1ce)];let _0x32e148=!0x1;if(_0x238d30[_0x1ec5cd(0x162)]){_0x238d30[_0x1ec5cd(0x1c9)]&&(this[_0x1ec5cd(0x1f4)]=_0x238d30[_0x1ec5cd(0x1c9)]),this[_0x1ec5cd(0x11a)]=this[_0x1ec5cd(0x11a)][_0x1ec5cd(0x151)](_0x5c68f3=>!_0x990ec2[_0x1ec5cd(0x1ee)](_0x5c68f3));for(const _0x30cd9c of _0x990ec2)_0x30cd9c[_0x1ec5cd(0x121)]=_0x1ec5cd(0x1cd)in _0x238d30&&_0x238d30[_0x1ec5cd(0x1cd)]||void 0x0;Q(_0x990ec2,_0x238d30[_0x1ec5cd(0x1bc)]-_0x990ec2[_0x1ec5cd(0x18e)]),this[_0x1ec5cd(0x1d3)](_0x990ec2);const _0x24c093=_0x990ec2[_0x1ec5cd(0x151)](_0x3034a0=>{const _0x52a025=_0x1ec5cd;if(!_0x3034a0[_0x52a025(0x1cb)])return!0x1;const _0x560c14=this[_0x52a025(0x14e)](_0x3034a0);return _0x560c14&&!this[_0x52a025(0x1b3)][_0x52a025(0x1b6)](_0x560c14);});Q(_0x24c093,this[_0x1ec5cd(0x1d9)][_0x1ec5cd(0x1bc)]),this[_0x1ec5cd(0x108)](_0x24c093),_0x32e148=!0x0,this[_0x1ec5cd(0x1fc)]=this[_0x1ec5cd(0x10e)];}else{const _0x5b37dc=this[_0x1ec5cd(0x1e7)](_0x238d30[_0x1ec5cd(0x1d1)],_0x238d30[_0x1ec5cd(0x137)])[_0x1ec5cd(0x151)](_0x2f52d4=>_0x2f52d4[_0x1ec5cd(0x15f)]>=this[_0x1ec5cd(0x16b)]);_0x5b37dc[_0x1ec5cd(0x1be)](_0x58f983=>this[_0x1ec5cd(0x127)](_0x58f983)),this[_0x1ec5cd(0x11a)]=this[_0x1ec5cd(0x11a)][_0x1ec5cd(0x151)](_0x3c0272=>!_0x3c0272[_0x1ec5cd(0x1cb)]||!this[_0x1ec5cd(0x1b3)][_0x1ec5cd(0x1b6)](this[_0x1ec5cd(0x14e)](_0x3c0272))),this[_0x1ec5cd(0x11a)][_0x1ec5cd(0x18e)]&&Q(this[_0x1ec5cd(0x11a)],this[_0x1ec5cd(0x11a)][0x0][_0x1ec5cd(0x15f)]),await this[_0x1ec5cd(0x19f)](_0x5b37dc),_0x32e148=this[_0x1ec5cd(0x1b2)](_0x5b37dc,_0x238d30[_0x1ec5cd(0x1bc)],_0x238d30[_0x1ec5cd(0x1c9)]),this[_0x1ec5cd(0x1fc)]=Math[_0x1ec5cd(0x155)](this[_0x1ec5cd(0x1fc)]/0x2);}return _0x32e148?!this[_0x1ec5cd(0x176)]()||(this[_0x1ec5cd(0x1d0)](!0x0),!0x1):this[_0x1ec5cd(0x157)](_0x1ec5cd(0x1a9));}[_0x164102(0x1b2)](_0x1b7449,_0x4641c8,_0x218da3){const _0x3d359b=_0x164102;try{const _0x488a15={'document':this[_0x3d359b(0x1d9)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0xd4db56,operationsB:_0x28c2e5,originalOperations:_0x15507f}=_0x553214(_0x1b7449,this[_0x3d359b(0x11a)],_0x488a15);Q(_0xd4db56,this[_0x3d359b(0x1d9)][_0x3d359b(0x1bc)]),Q(_0x28c2e5,_0x4641c8);for(const _0x760ed9 of _0xd4db56){const _0xa06014=_0x15507f[_0x3d359b(0x1c0)](_0x760ed9);_0x760ed9[_0x3d359b(0x1a8)]=_0xa06014?_0xa06014[_0x3d359b(0x1a8)]:null;}_0x218da3&&(this[_0x3d359b(0x15d)][_0x3d359b(0x114)](_0x1b7449,_0x218da3),this[_0x3d359b(0x1f4)]=_0x218da3),this[_0x3d359b(0x11a)]=[..._0x28c2e5],this[_0x3d359b(0x108)](_0xd4db56),this[_0x3d359b(0x1d3)](_0x1b7449);}catch(_0x105706){return console[_0x3d359b(0x1ce)](_0x105706),!0x1;}return!0x0;}[_0x164102(0x108)](_0x334961,_0x3cee07=!0x1){const _0x48d1cb=_0x164102;this[_0x48d1cb(0x180)][_0x48d1cb(0x14c)][_0x48d1cb(0x17c)]({'isUndoable':!0x1,'isLocal':!0x1},_0x207653=>{const _0x333f28=_0x48d1cb;for(const _0x455bb3 of _0x334961)this[_0x333f28(0x1a2)][_0x333f28(0x10b)](_0x455bb3),this[_0x333f28(0x127)](_0x455bb3),_0x207653[_0x333f28(0x1c7)][_0x333f28(0x177)](_0x455bb3),this[_0x333f28(0x180)][_0x333f28(0x14c)][_0x333f28(0x1e1)](_0x455bb3);});}[_0x164102(0x127)](_0x318c31){const _0x10aa93=_0x164102,_0x388dc6=this[_0x10aa93(0x14e)](_0x318c31);_0x388dc6&&this[_0x10aa93(0x1b3)][_0x10aa93(0x10b)](_0x388dc6);}[_0x164102(0x14e)](_0x42eee8){const _0x370fbb=_0x164102;let _0x42e06c,_0x246cdc;switch(_0x42eee8[_0x370fbb(0x1fe)]){case _0x370fbb(0x1ca):_0x42e06c=_0x42eee8[_0x370fbb(0x1a4)][_0x370fbb(0x196)];break;case _0x370fbb(0x172):if(_0x246cdc=_0x42eee8[_0x370fbb(0x113)],!_0x246cdc)return null;_0x42e06c=_0x246cdc[_0x370fbb(0x196)];break;case _0x370fbb(0x11e):_0x42e06c=_0x42eee8[_0x370fbb(0x196)];break;case _0x370fbb(0x1ba):_0x42e06c=_0x42eee8[_0x370fbb(0x104)];break;case _0x370fbb(0x1ef):_0x42e06c=_0x42eee8[_0x370fbb(0x1db)][_0x370fbb(0x196)];break;default:return null;}return _0x42e06c[_0x370fbb(0x14b)];}[_0x164102(0x1d3)](_0x191507){const _0x886bcc=_0x164102;_0x191507[_0x886bcc(0x1be)](_0x621d0f=>{const _0x4b558c=_0x886bcc,_0x20a81a=_0x621d0f[_0x4b558c(0x1b0)]();_0x20a81a[_0x4b558c(0x1a8)]=_0x621d0f[_0x4b558c(0x1a8)],_0x20a81a[_0x4b558c(0x1cb)]=!!_0x621d0f[_0x4b558c(0x1cb)],_0x20a81a[_0x4b558c(0x121)]=_0x621d0f[_0x4b558c(0x121)],_0x20a81a[_0x4b558c(0x15f)]+=this[_0x4b558c(0x1a0)],_0x621d0f[_0x4b558c(0x17d)]&&this[_0x4b558c(0x1b5)][_0x4b558c(0x10b)](_0x20a81a),this[_0x4b558c(0x1fd)][_0x4b558c(0x177)](_0x20a81a);});}[_0x164102(0x185)](_0x1dbbaf){const _0x50152=_0x164102,_0x30471a=this[_0x50152(0x180)][_0x50152(0x140)][_0x50152(0x1c0)](_0x50152(0x1d4)),_0x52f58e=this[_0x50152(0x180)][_0x50152(0x1cc)];_0x1dbbaf||(_0x1dbbaf=_0x3b2261(_0x52f58e,_0x50152(0x1de))),_0x30471a[_0x50152(0x1f1)](_0x1dbbaf,{'title':_0x3b2261(_0x52f58e,_0x50152(0x156)),'namespace':_0x50152(0x1d6)}),this[_0x50152(0x118)]=!0x0,clearTimeout(this[_0x50152(0x12e)]),this[_0x50152(0x11a)]=[],this[_0x50152(0x180)][_0x50152(0x140)][_0x50152(0x1c0)](_0x3c9a04)[_0x50152(0x14f)]();}[_0x164102(0x18f)](){const _0x7cb1fd=_0x164102;this[_0x7cb1fd(0x200)]||(this[_0x7cb1fd(0x200)]=this[_0x7cb1fd(0x180)][_0x7cb1fd(0x140)][_0x7cb1fd(0x1c0)](_0x19e081)[_0x7cb1fd(0x10b)](_0x3b2261(this[_0x7cb1fd(0x180)][_0x7cb1fd(0x1cc)],_0x7cb1fd(0x12b))));}[_0x164102(0x183)](){const _0x41a6b0=_0x164102;this[_0x41a6b0(0x200)]&&(this[_0x41a6b0(0x180)][_0x41a6b0(0x140)][_0x41a6b0(0x1c0)](_0x19e081)[_0x41a6b0(0x149)](this[_0x41a6b0(0x200)]),this[_0x41a6b0(0x200)]=null);}[_0x164102(0x12c)](_0x300e65){const _0x236514=_0x164102,_0x27451c=_0x300e65[_0x236514(0x1e6)](_0x4aba84=>_0x4aba84[_0x236514(0x13d)]());return this[_0x236514(0x163)][_0x236514(0x141)](_0x27451c);}[_0x164102(0x1e7)](_0xd96120,_0x491267){const _0x170d0c=_0x164102;return this[_0x170d0c(0x163)][_0x170d0c(0x138)](_0xd96120)[_0x170d0c(0x1e6)]((_0x101aac,_0xf7b8ba)=>{const _0x46c1e5=_0x170d0c,_0x4ab926=_0x46c1e5(0x12f)==_0x491267[_0xf7b8ba][_0x46c1e5(0x1fe)];if(_0x46c1e5(0x123)==_0x101aac[_0x46c1e5(0x154)]){const _0x4c3030=_0x101aac[_0x46c1e5(0x1a4)][_0x46c1e5(0x196)];!this[_0x46c1e5(0x1d9)][_0x46c1e5(0x16d)](_0x4c3030)&&(this[_0x46c1e5(0x1d9)][_0x46c1e5(0x144)](_0x46c1e5(0x13e),_0x4c3030)[_0x46c1e5(0x17f)]=!0x1);}const _0x234a95=_0xaabc0a[_0x46c1e5(0x1af)](_0x101aac,this[_0x46c1e5(0x1d9)]);return _0x234a95[_0x46c1e5(0x19c)]=_0x101aac[_0x46c1e5(0x19c)],_0x234a95[_0x46c1e5(0x1cb)]=_0x4ab926,_0x234a95[_0x46c1e5(0x1a8)]=_0x4ab926?null:_0x491267[_0xf7b8ba][_0x46c1e5(0x1e5)],_0x234a95[_0x46c1e5(0x17d)]=_0x46c1e5(0x11b)===_0x491267[_0xf7b8ba][_0x46c1e5(0x1fe)],_0x234a95[_0x46c1e5(0x121)]=_0x491267[_0xf7b8ba][_0x46c1e5(0x121)],_0x234a95;});}[_0x164102(0x1ad)](){const _0x32221e=_0x164102;this[_0x32221e(0x189)]=!0x0,this[_0x32221e(0x135)]()?this[_0x32221e(0x1d0)]():this[_0x32221e(0x189)]=!0x1;}[_0x164102(0x135)](){const _0x4562e5=_0x164102,_0x3cea7f=this[_0x4562e5(0x180)][_0x4562e5(0x140)][_0x4562e5(0x1c0)](_0x5588c3)[_0x4562e5(0x1ed)][_0x4562e5(0x1c0)](this[_0x4562e5(0x1d2)]);return!this[_0x4562e5(0x180)][_0x4562e5(0x125)]&&!!_0x3cea7f&&_0x3cea7f[_0x4562e5(0x18e)]>0x1&&this[_0x4562e5(0x189)];}[_0x164102(0x176)](){const _0x4a717c=_0x164102;return this[_0x4a717c(0x11a)][_0x4a717c(0x18e)]>0x0||this[_0x4a717c(0x135)]();}}function _0x4133(_0x4c5c07,_0x2731a9){const _0x2ef504=_0x2ef5();return _0x4133=function(_0x413371,_0x490416){_0x413371=_0x413371-0x100;let _0x47dce2=_0x2ef504[_0x413371];return _0x47dce2;},_0x4133(_0x4c5c07,_0x2731a9);}l[_0x164102(0x184)]=_0x160cbf;export default l;class J extends Error{}function Q(_0x3d097f,_0x57b31e){const _0x562605=_0x164102;for(const _0x55bcb7 of _0x3d097f)_0x55bcb7[_0x562605(0x15f)]=_0x57b31e++;}class X{constructor(_0x8aab6){const _0x20fd0d=_0x164102;this[_0x20fd0d(0x102)]=_0x8aab6,this[_0x20fd0d(0x1cf)]=new WeakMap();}[_0x164102(0x147)](_0x35b656){const _0x3c2e2d=_0x164102;let _0x1c66cc=_0x35b656[_0x3c2e2d(0x18e)];for(;_0x1c66cc--;){const _0x27f182=_0x35b656[_0x1c66cc];if(!this[_0x3c2e2d(0x102)][_0x3c2e2d(0x1b6)](_0x27f182)){if(!this[_0x3c2e2d(0x1cf)][_0x3c2e2d(0x1b6)](_0x27f182)){const _0x24e4c9=_0x2df0c0()[_0x3c2e2d(0x100)](0x1,0x12);this[_0x3c2e2d(0x1cf)][_0x3c2e2d(0x122)](_0x27f182,_0x24e4c9);}return this[_0x3c2e2d(0x1cf)][_0x3c2e2d(0x1c0)](_0x27f182);}}}[_0x164102(0x114)](_0x32999a,_0x323f71){const _0x3aeece=_0x164102;if(!_0x323f71)return;let _0x54a061=_0x32999a[_0x3aeece(0x18e)];for(;_0x54a061--;){const _0x4ba48d=_0x32999a[_0x54a061];this[_0x3aeece(0x102)][_0x3aeece(0x1b6)](_0x4ba48d)||this[_0x3aeece(0x1cf)][_0x3aeece(0x122)](_0x4ba48d,_0x323f71);}}}
23
+ const _0x577cff=_0x1798;(function(_0x4dfad9,_0x299a13){const _0x301273=_0x1798,_0x17cf5a=_0x4dfad9();while(!![]){try{const _0x131ce7=parseInt(_0x301273(0x2cb))/0x1+-parseInt(_0x301273(0x24a))/0x2+parseInt(_0x301273(0x240))/0x3+parseInt(_0x301273(0x21b))/0x4*(parseInt(_0x301273(0x2be))/0x5)+-parseInt(_0x301273(0x222))/0x6+-parseInt(_0x301273(0x239))/0x7*(-parseInt(_0x301273(0x2de))/0x8)+-parseInt(_0x301273(0x204))/0x9;if(_0x131ce7===_0x299a13)break;else _0x17cf5a['push'](_0x17cf5a['shift']());}catch(_0xd96086){_0x17cf5a['push'](_0x17cf5a['shift']());}}}(_0x10c9,0xc95f7));import{Plugin as _0x4060cf,PendingActions as _0x58f2ae}from'ckeditor5/src/core.js';import{CKEditorError as _0x36d6fc,version as _0xa2d16c,uid as _0x539982}from'ckeditor5/src/utils.js';import{Notification as _0x3bb4d0}from'ckeditor5/src/ui.js';import{transformSets as _0x3904d4,NoOperation as _0x3d34d3,InsertOperation as _0x3d9bac,MarkerOperation as _0x38d09f,RootAttributeOperation as _0x4dfc93,OperationFactory as _0x51892a,History as _0x1d595f}from'ckeditor5/src/engine.js';import _0x516d32 from'./websocketgateway.js';import _0x2c9f62 from'./sessions.js';import _0x1326f6 from'./usermarkers.js';import{getTranslation as _0x52fbd2}from'../common-translations.js';function _0x1798(_0x4b383e,_0x29c0b5){const _0x10c999=_0x10c9();return _0x1798=function(_0x179846,_0x2ddecf){_0x179846=_0x179846-0x1ec;let _0x17a7df=_0x10c999[_0x179846];return _0x17a7df;},_0x1798(_0x4b383e,_0x29c0b5);}import{Compressor as _0x2cccfe}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0xfe7f32}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x58bdef,CollaborativeEditingService as _0x2d57fe}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x4060cf{static get[_0x577cff(0x2cd)](){return[_0x516d32,_0x2c9f62,_0x1326f6,_0x58f2ae,_0xfe7f32,_0x3bb4d0];}static get[_0x577cff(0x2d4)](){const _0x15d33a=_0x577cff;return _0x15d33a(0x236);}get[_0x577cff(0x23f)](){const _0x244a7b=_0x577cff;return this[_0x244a7b(0x258)]+this[_0x244a7b(0x24b)];}get[_0x577cff(0x258)](){const _0x58240e=_0x577cff;return this[_0x58240e(0x27d)][_0x58240e(0x217)]-this[_0x58240e(0x24b)];}get[_0x577cff(0x211)](){const _0x507268=_0x577cff,_0x2fc81e=this[_0x507268(0x27d)][_0x507268(0x255)]();for(let _0x48d286=_0x2fc81e[_0x507268(0x292)]-0x1;_0x48d286>=0x0;_0x48d286--){const _0x5a5441=_0x2fc81e[_0x48d286];if(!this[_0x507268(0x282)][_0x507268(0x22e)](_0x5a5441))return _0x5a5441[_0x507268(0x245)]+0x1-this[_0x507268(0x24b)];}return 0x0;}constructor(_0x88d458){const _0xd9ade3=_0x577cff;if(super(_0x88d458),this[_0xd9ade3(0x24b)]=0x0,this[_0xd9ade3(0x2d7)]=null,this[_0xd9ade3(0x27d)]=new _0x1d595f(),this[_0xd9ade3(0x248)][_0xd9ade3(0x280)][_0xd9ade3(0x233)](_0xd9ade3(0x2e8),{}),this[_0xd9ade3(0x20f)]=this[_0xd9ade3(0x248)][_0xd9ade3(0x280)][_0xd9ade3(0x242)](_0xd9ade3(0x2e3)),!this[_0xd9ade3(0x20f)])throw new _0x36d6fc(_0xd9ade3(0x22a),this);const _0x4052c9=_0x88d458[_0xd9ade3(0x280)][_0xd9ade3(0x242)](_0xd9ade3(0x21a))||_0xa2d16c;this[_0xd9ade3(0x293)]=new l[(_0xd9ade3(0x22f))](_0x4052c9,this[_0xd9ade3(0x20f)]),this[_0xd9ade3(0x20a)]=this[_0xd9ade3(0x248)][_0xd9ade3(0x2b9)][_0xd9ade3(0x1f2)],this[_0xd9ade3(0x29d)]=new _0x2cccfe(),this[_0xd9ade3(0x1ef)]=[],this[_0xd9ade3(0x1f9)]=new WeakSet(),this[_0xd9ade3(0x2dc)]=new Set(),this[_0xd9ade3(0x2aa)](_0xd9ade3(0x232),!0x1),this[_0xd9ade3(0x2aa)](_0xd9ade3(0x256),!0x1),this[_0xd9ade3(0x276)]=null,this[_0xd9ade3(0x2c3)]=!0x1,this[_0xd9ade3(0x294)]=null,this[_0xd9ade3(0x254)]=0x12c,this[_0xd9ade3(0x27f)]=this[_0xd9ade3(0x254)],this[_0xd9ade3(0x1f7)]=null,this[_0xd9ade3(0x282)]=new WeakSet(),this[_0xd9ade3(0x250)]=new X(this[_0xd9ade3(0x282)]);}[_0x577cff(0x287)](){const _0x57e8f1=_0x577cff,_0x5c0f93=this[_0x57e8f1(0x248)],_0x23e510=_0x5c0f93[_0x57e8f1(0x267)][_0x57e8f1(0x242)](_0xfe7f32),_0x146981=_0x5c0f93[_0x57e8f1(0x267)][_0x57e8f1(0x242)](_0x516d32);this[_0x57e8f1(0x25f)](_0x23e510,_0x57e8f1(0x24f),(_0x57ffcf,_0x46ff1d)=>{const _0x30ee12=_0x57e8f1,_0x15f356=_0x46ff1d[0x0];_0x15f356[_0x30ee12(0x24c)]&&(_0x57ffcf[_0x30ee12(0x2af)]=_0x23e510[_0x30ee12(0x1f8)](_0x15f356[_0x30ee12(0x24c)]),_0x57ffcf[_0x30ee12(0x25e)]()),null===_0x15f356[_0x30ee12(0x24c)]&&(_0x57ffcf[_0x30ee12(0x2af)]=null,_0x57ffcf[_0x30ee12(0x25e)]());},{'priority':_0x57e8f1(0x1f3)}),this[_0x57e8f1(0x25f)](_0x5c0f93[_0x57e8f1(0x2b9)][_0x57e8f1(0x1f2)][_0x57e8f1(0x286)],_0x57e8f1(0x234),(_0x34214d,_0x19b9fc)=>{const _0x25329b=_0x57e8f1;_0x19b9fc[_0x25329b(0x26e)]&&this[_0x25329b(0x298)]();}),this[_0x57e8f1(0x25f)](_0x5c0f93[_0x57e8f1(0x223)][_0x57e8f1(0x2a2)],_0x57e8f1(0x279),()=>{const _0xdcf597=_0x57e8f1;this[_0xdcf597(0x298)]();}),this[_0x57e8f1(0x272)](),_0x5c0f93[_0x57e8f1(0x2b9)]['on'](_0x57e8f1(0x1fc),(_0x5b669c,_0x139dcb)=>{const _0xc69978=_0x57e8f1,_0x2ec704=_0x139dcb[0x0];_0x2ec704[_0xc69978(0x2cf)]&&(this[_0xc69978(0x1f4)](_0x2ec704),this[_0xc69978(0x2e4)]()&&this[_0xc69978(0x299)]());}),this[_0x57e8f1(0x1f5)](),this[_0x57e8f1(0x2b2)](_0x57e8f1(0x2db))['to'](_0x146981,_0x57e8f1(0x20b),this,_0x57e8f1(0x256),(_0x1fc937,_0x5cdb45)=>_0x57e8f1(0x29f)===_0x1fc937&&!_0x5cdb45),this['on'](_0x57e8f1(0x21c),()=>{const _0x35c4a7=_0x57e8f1;this[_0x35c4a7(0x2db)]?_0x5c0f93[_0x35c4a7(0x23d)](_0x35c4a7(0x2da)):_0x5c0f93[_0x35c4a7(0x270)](_0x35c4a7(0x2da));}),this[_0x57e8f1(0x2db)]?_0x5c0f93[_0x57e8f1(0x23d)](_0x57e8f1(0x2da)):_0x5c0f93[_0x57e8f1(0x270)](_0x57e8f1(0x2da)),this[_0x57e8f1(0x2aa)](_0x57e8f1(0x265),!0x1);}async[_0x577cff(0x274)](){const _0x544af5=_0x577cff,_0x208d92=this[_0x544af5(0x248)][_0x544af5(0x267)][_0x544af5(0x242)](_0x2c9f62),_0x2fb439=this[_0x544af5(0x248)][_0x544af5(0x267)][_0x544af5(0x242)](_0x516d32);try{this[_0x544af5(0x232)]=!0x0,_0x208d92[_0x544af5(0x1ed)](this[_0x544af5(0x20f)]);const _0x21ad89=await this[_0x544af5(0x293)][_0x544af5(0x274)](_0x2fb439[_0x544af5(0x283)],this[_0x544af5(0x211)]);await this[_0x544af5(0x247)](_0x21ad89)&&(this[_0x544af5(0x232)]=!0x1,this[_0x544af5(0x295)]());const _0x187e02=await this[_0x544af5(0x293)][_0x544af5(0x206)]();_0x208d92[_0x544af5(0x23c)](this[_0x544af5(0x20f)],_0x187e02),this[_0x544af5(0x28a)](),this[_0x544af5(0x265)]=!0x0;}catch(_0xc1d9d9){if(function(_0x54a34d){const _0x9362b2=_0x544af5;return _0x9362b2(0x289)===_0x54a34d[_0x9362b2(0x2c6)];}(_0xc1d9d9)&&this[_0x544af5(0x2d7)])await this[_0x544af5(0x2c0)]();else{if(function(_0x2a441a){const _0x4cd24a=_0x544af5;return _0x4cd24a(0x2ce)===_0x2a441a[_0x4cd24a(0x2c6)];}(_0xc1d9d9)){const _0x4d45ac=_0x52fbd2(this[_0x544af5(0x248)][_0x544af5(0x27c)],_0x544af5(0x2ad));this[_0x544af5(0x1fa)](_0x4d45ac);}else{if(!(_0xc1d9d9 instanceof J))throw _0xc1d9d9;this[_0x544af5(0x1fa)]();}}}}[_0x577cff(0x2b3)](){const _0x336c60=_0x577cff,_0x975b32=this[_0x336c60(0x248)][_0x336c60(0x267)][_0x336c60(0x242)](_0x516d32),_0x16e471=this[_0x336c60(0x248)][_0x336c60(0x267)][_0x336c60(0x242)](_0x2c9f62);this[_0x336c60(0x248)][_0x336c60(0x270)](_0x336c60(0x2bd)),_0x16e471[_0x336c60(0x209)][_0x336c60(0x22e)](this[_0x336c60(0x20f)])&&_0x16e471[_0x336c60(0x1ed)](this[_0x336c60(0x20f)]),_0x975b32[_0x336c60(0x1ee)](this),this[_0x336c60(0x2a8)](),super[_0x336c60(0x2b3)]();}async[_0x577cff(0x247)](_0x38e965){const _0x4f997f=_0x577cff;if(this[_0x4f997f(0x2d7)]!==_0x38e965[_0x4f997f(0x2d7)]&&this[_0x4f997f(0x1f7)]!==_0x38e965[_0x4f997f(0x2e6)])throw new J();return this[_0x4f997f(0x2d7)]=_0x38e965[_0x4f997f(0x2d7)],this[_0x4f997f(0x2a1)]([],{..._0x38e965,'wereChangesApplied':!0x1,'data':_0x38e965[_0x4f997f(0x29e)]},_0x4f997f(0x274));}async[_0x577cff(0x2d2)](_0x54a9d8,_0x1057c8=!0x1){const _0x34f15a=_0x577cff,{connection:_0x5b8e91}=this[_0x34f15a(0x248)][_0x34f15a(0x267)][_0x34f15a(0x242)](_0x516d32);l[_0x34f15a(0x22f)][_0x34f15a(0x206)](_0x5b8e91,this[_0x34f15a(0x20f)])[_0x34f15a(0x200)](_0x26a13b=>this[_0x34f15a(0x207)](_0x26a13b))[_0x34f15a(0x213)](_0xbbd3da=>{const _0x1999d2=_0x34f15a;this[_0x1999d2(0x214)](_0x1999d2(0x220),_0xbbd3da);}),this[_0x34f15a(0x25f)](this[_0x34f15a(0x293)],_0x34f15a(0x249),this[_0x34f15a(0x21d)][_0x34f15a(0x2b2)](this)),this[_0x34f15a(0x25f)](this[_0x34f15a(0x293)],_0x34f15a(0x1fb),(_0x2a4c7a,_0x283702)=>{const _0x5a5f10=_0x34f15a;this[_0x5a5f10(0x214)](_0x5a5f10(0x2b6),_0x283702);}),this[_0x34f15a(0x25f)](this[_0x34f15a(0x293)],_0x34f15a(0x235),()=>{const _0x4f3cd1=_0x34f15a;this[_0x4f3cd1(0x265)]=!0x1;});const _0x5aafbd=this[_0x34f15a(0x250)][_0x34f15a(0x244)](_0x54a9d8);this[_0x34f15a(0x232)]=!0x0;const _0x53c09c=await this[_0x34f15a(0x293)][_0x34f15a(0x1ec)](_0x5b8e91,this[_0x34f15a(0x29c)](_0x54a9d8),_0x5aafbd);if(this[_0x34f15a(0x2d7)]=_0x53c09c[_0x34f15a(0x2d7)],_0x1057c8){if(!_0x53c09c[_0x34f15a(0x28d)])return void this[_0x34f15a(0x1fa)]();this[_0x34f15a(0x232)]=!0x1,this[_0x34f15a(0x295)](),this[_0x34f15a(0x27d)][_0x34f15a(0x2a6)](),this[_0x34f15a(0x24b)]=_0x53c09c[_0x34f15a(0x2b4)],this[_0x34f15a(0x27d)][_0x34f15a(0x217)]=this[_0x34f15a(0x24b)],await this[_0x34f15a(0x2a1)](_0x54a9d8,_0x53c09c,_0x34f15a(0x271));}else await this[_0x34f15a(0x253)](_0x53c09c,_0x54a9d8);this[_0x34f15a(0x28a)](),this[_0x34f15a(0x265)]=!0x0;}[_0x577cff(0x28a)](){const _0x38034f=_0x577cff,_0x97d463=this[_0x38034f(0x248)][_0x38034f(0x267)][_0x38034f(0x242)](_0x2c9f62),_0x5752fb=this[_0x38034f(0x248)][_0x38034f(0x267)][_0x38034f(0x242)](_0x1326f6),_0x253488=_0x97d463[_0x38034f(0x209)][_0x38034f(0x242)](this[_0x38034f(0x20f)]);_0x253488&&_0x253488[_0x38034f(0x292)]>0x1?_0x5752fb[_0x38034f(0x2d3)]():this[_0x38034f(0x25f)](_0x97d463,_0x38034f(0x2c1)+this[_0x38034f(0x20f)],()=>{const _0x4e9fd7=_0x38034f;0x2===_0x97d463[_0x4e9fd7(0x209)][_0x4e9fd7(0x242)](this[_0x4e9fd7(0x20f)])[_0x4e9fd7(0x292)]&&_0x5752fb[_0x4e9fd7(0x2d3)]();});}async[_0x577cff(0x21d)](_0x36f4d8,_0x3f9ddb,_0x276b77,_0x1ed004){const _0x58d74a=_0x577cff;if(!this[_0x58d74a(0x232)]&&this[_0x58d74a(0x20a)][_0x58d74a(0x217)]==_0x3f9ddb){const _0x247b68=this[_0x58d74a(0x226)](_0x276b77,_0x1ed004);await this[_0x58d74a(0x2e0)](_0x247b68),this[_0x58d74a(0x212)](_0x247b68,_0x3f9ddb,_0x276b77[_0x58d74a(0x2e6)])||this[_0x58d74a(0x214)](_0x58d74a(0x2c5));}}async[_0x577cff(0x2c0)](){const _0x19505a=_0x577cff;this[_0x19505a(0x2a8)]();const {locale:_0xf38f78}=this[_0x19505a(0x248)];let _0x1b8444;try{_0x1b8444=await this[_0x19505a(0x293)][_0x19505a(0x2c4)]();}catch(_0x4ada04){const _0x246ce6=_0x52fbd2(_0xf38f78,_0x19505a(0x2ec));return void this[_0x19505a(0x1fa)](_0x246ce6);}const _0x581e4f=_0x1b8444[_0x19505a(0x268)]||_0x1b8444[_0x19505a(0x24e)];if(this[_0x19505a(0x1f7)]===_0x581e4f[_0x19505a(0x2e6)])await this[_0x19505a(0x2d2)](this[_0x19505a(0x248)][_0x19505a(0x2b9)][_0x19505a(0x1f2)][_0x19505a(0x26c)][_0x19505a(0x255)](),!0x0);else{const _0x35e7e9=_0x52fbd2(_0xf38f78,_0x19505a(0x26f));this[_0x19505a(0x1fa)](_0x35e7e9);}}[_0x577cff(0x2a8)](){const _0x65be32=_0x577cff;this[_0x65be32(0x293)][_0x65be32(0x23b)](),this[_0x65be32(0x1ef)]=[],clearTimeout(this[_0x65be32(0x294)]),this[_0x65be32(0x2cc)](this[_0x65be32(0x293)]);}[_0x577cff(0x207)](_0x2d0805){const _0x18475c=_0x577cff,_0x1bf1c3=this[_0x18475c(0x248)][_0x18475c(0x267)][_0x18475c(0x242)](_0x2c9f62);this[_0x18475c(0x25f)](_0x1bf1c3,_0x18475c(0x2c1)+this[_0x18475c(0x20f)],(_0x2b198e,{session:_0x2cc631})=>{const _0x254821=_0x18475c;if(_0x2cc631['id']===_0x1bf1c3[_0x254821(0x21f)]){_0x2b198e[_0x254821(0x227)]();const _0x3d6dd0=this[_0x254821(0x248)][_0x254821(0x267)][_0x254821(0x22e)](_0x254821(0x297))&&this[_0x254821(0x248)][_0x254821(0x267)][_0x254821(0x242)](_0x254821(0x297));let _0x2a8813=_0x2cc631[_0x254821(0x25b)];_0x3d6dd0&&_0x3d6dd0[_0x254821(0x2e2)]&&(_0x2a8813=_0x2a8813[_0x254821(0x238)](_0x24dfb4=>_0x254821(0x2ae)!==_0x24dfb4)),this[_0x254821(0x248)][_0x254821(0x267)][_0x254821(0x242)](_0x254821(0x22b))[_0x254821(0x27a)](_0x2a8813,this[_0x254821(0x20f)]);}}),_0x1bf1c3[_0x18475c(0x23c)](this[_0x18475c(0x20f)],_0x2d0805);}[_0x577cff(0x272)](){const _0x3f53b8=_0x577cff,_0x21e38c=this[_0x3f53b8(0x248)][_0x3f53b8(0x29e)][_0x3f53b8(0x2aa)];this[_0x3f53b8(0x248)][_0x3f53b8(0x29e)][_0x3f53b8(0x2aa)]=(..._0x4d917c)=>{const _0x6f0f0d=_0x3f53b8;if(!_0x4d917c[_0x4d917c[_0x6f0f0d(0x292)]-0x1][_0x6f0f0d(0x296)])throw new _0x36d6fc(_0x6f0f0d(0x23e),this);_0x21e38c[_0x6f0f0d(0x2b5)](this[_0x6f0f0d(0x248)][_0x6f0f0d(0x29e)],_0x4d917c);};}[_0x577cff(0x1f5)](){const _0x15c01b=_0x577cff;this[_0x15c01b(0x248)][_0x15c01b(0x29e)]['on'](_0x15c01b(0x287),(_0x157aae,[_0x282f56])=>{const _0xf9d17=_0x15c01b;if(this[_0xf9d17(0x20a)][_0xf9d17(0x217)])throw new _0x36d6fc(_0xf9d17(0x205),this);_0x157aae[_0xf9d17(0x25e)](),this[_0xf9d17(0x224)]();const _0x27dc7c=this[_0xf9d17(0x248)][_0xf9d17(0x280)][_0xf9d17(0x242)](_0xf9d17(0x215)),_0x4b4318=this[_0xf9d17(0x2a3)](_0x282f56,_0x27dc7c);0x0==_0x4b4318[_0xf9d17(0x292)]&&_0x4b4318[_0xf9d17(0x2e9)](new _0x3d34d3(0x0)),_0x157aae[_0xf9d17(0x2af)]=this[_0xf9d17(0x2d2)](_0x4b4318)[_0xf9d17(0x200)](()=>{const _0x270877=_0xf9d17;this[_0x270877(0x248)][_0x270877(0x267)][_0x270877(0x242)](_0x516d32)[_0x270877(0x291)](this),this[_0x270877(0x248)][_0x270877(0x29e)][_0x270877(0x2a0)](_0x270877(0x2d0));})[_0xf9d17(0x213)](_0x8a7f3b=>this[_0xf9d17(0x214)](_0xf9d17(0x20c),_0x8a7f3b))[_0xf9d17(0x1fe)](()=>this[_0xf9d17(0x295)]());},{'priority':_0x15c01b(0x1f3)}),this[_0x15c01b(0x248)]['on'](_0x15c01b(0x2ba),async(_0x547d76,[_0x5d8ab3,_0x219821])=>{const _0x472e3f=_0x15c01b;_0x547d76[_0x472e3f(0x25e)]();const _0x594b03=this[_0x472e3f(0x248)][_0x472e3f(0x2b9)][_0x472e3f(0x1f2)][_0x472e3f(0x2c2)](_0x5d8ab3);if(!this[_0x472e3f(0x2dc)][_0x472e3f(0x22e)](_0x5d8ab3)){const _0x201758=_0x219821&&_0x219821[_0x472e3f(0x29e)]?_0x219821[_0x472e3f(0x29e)]:'',_0x2f79c5=_0x219821&&_0x219821[_0x472e3f(0x285)]?_0x219821[_0x472e3f(0x285)]:{};await this[_0x472e3f(0x23a)](_0x5d8ab3,_0x201758,_0x2f79c5);}this[_0x472e3f(0x248)][_0x472e3f(0x2b9)][_0x472e3f(0x241)]({'isUndoable':!0x1},()=>{const _0x39a6a2=_0x472e3f;_0x594b03[_0x39a6a2(0x2d5)]=!0x0,this[_0x39a6a2(0x248)][_0x39a6a2(0x2b9)][_0x39a6a2(0x1f2)][_0x39a6a2(0x2bf)][_0x39a6a2(0x273)](_0x594b03);});},{'priority':_0x15c01b(0x1f3)});}async[_0x577cff(0x2e0)](_0xec43c9){const _0x4e2d1b=_0x577cff,_0xca0d57=this[_0x4e2d1b(0x248)][_0x4e2d1b(0x267)][_0x4e2d1b(0x242)](_0xfe7f32),{connection:_0x137692}=this[_0x4e2d1b(0x248)][_0x4e2d1b(0x267)][_0x4e2d1b(0x242)](_0x516d32),_0xde279d=new Set();for(const _0x36df26 of _0xec43c9){const _0x5ad061=_0x36df26[_0x4e2d1b(0x24c)];_0x5ad061&&!_0xca0d57[_0x4e2d1b(0x1f8)](_0x5ad061)&&_0xde279d[_0x4e2d1b(0x25a)](_0x5ad061);}if(0x0===_0xde279d[_0x4e2d1b(0x261)])return;const _0x590a63=await _0x58bdef[_0x4e2d1b(0x259)](_0x137692,Array[_0x4e2d1b(0x26b)](_0xde279d));for(const _0xb57532 of _0x590a63)_0xca0d57[_0x4e2d1b(0x1f8)](_0xb57532['id'])||_0xca0d57[_0x4e2d1b(0x25c)](_0xb57532);}[_0x577cff(0x2a3)](_0x19a254,_0x2f9684={}){const _0x4dfd8d=_0x577cff,_0x59e098=this[_0x4dfd8d(0x248)][_0x4dfd8d(0x2b9)],_0xcdaad5=[];let _0x2e9257=0x0;const _0x5b41e2=_0x4dfd8d(0x2c9)==typeof _0x19a254?{'main':_0x19a254}:_0x19a254;for(const _0x30a451 of Object[_0x4dfd8d(0x243)](_0x5b41e2)){if(!this[_0x4dfd8d(0x20a)][_0x4dfd8d(0x22c)][_0x4dfd8d(0x22e)](_0x30a451))throw new _0x36d6fc(_0x4dfd8d(0x2d1),this);const _0x47e38e=this[_0x4dfd8d(0x248)][_0x4dfd8d(0x29e)][_0x4dfd8d(0x2e7)](_0x5b41e2[_0x30a451]),_0x5bf4cf=this[_0x4dfd8d(0x20a)][_0x4dfd8d(0x2c2)](_0x30a451),_0x13494a=new _0x3d9bac(_0x59e098[_0x4dfd8d(0x27b)](_0x5bf4cf,0x0),_0x47e38e,_0x2e9257++);_0xcdaad5[_0x4dfd8d(0x2e9)](_0x13494a);for(const [_0x3f3608,_0x427b2c]of _0x47e38e[_0x4dfd8d(0x266)]){const _0x46fdb6=_0x59e098[_0x4dfd8d(0x21e)](_0x59e098[_0x4dfd8d(0x277)](_0x5bf4cf,_0x427b2c[_0x4dfd8d(0x2ea)][_0x4dfd8d(0x2ac)][_0x4dfd8d(0x2a5)]()),_0x59e098[_0x4dfd8d(0x277)](_0x5bf4cf,_0x427b2c[_0x4dfd8d(0x2b1)][_0x4dfd8d(0x2ac)][_0x4dfd8d(0x2a5)]())),_0x4e3ef7=new _0x38d09f(_0x3f3608,null,_0x46fdb6,_0x59e098[_0x4dfd8d(0x266)],!0x0,_0x2e9257++);_0xcdaad5[_0x4dfd8d(0x2e9)](_0x4e3ef7);}}if(_0x2f9684)for(const [_0x5a1677,_0x4328a6]of Object[_0x4dfd8d(0x2a7)](_0x2f9684)){const _0x5aa50a=_0x59e098[_0x4dfd8d(0x1f2)][_0x4dfd8d(0x2c2)](_0x5a1677);if(!_0x5aa50a)throw new _0x36d6fc(_0x4dfd8d(0x1f6),null);for(const [_0x40bcfb,_0x267510]of Object[_0x4dfd8d(0x2a7)](_0x4328a6))if(null!==_0x267510){const _0x37779e=new _0x4dfc93(_0x5aa50a,_0x40bcfb,null,_0x267510,_0x2e9257++);_0xcdaad5[_0x4dfd8d(0x2e9)](_0x37779e);}}return _0xcdaad5;}async[_0x577cff(0x23a)](_0x59d271,_0x69ad2d,_0x11e2e1){const _0x25cd7a=_0x577cff;this[_0x25cd7a(0x2a3)]({[_0x59d271]:_0x69ad2d},{[_0x59d271]:_0x11e2e1})[_0x25cd7a(0x201)]((_0x11179f,_0x4348b3)=>{const _0xbd4753=_0x25cd7a;_0x11179f[_0xbd4753(0x245)]=this[_0xbd4753(0x20a)][_0xbd4753(0x217)]+_0x4348b3,_0x11179f[_0xbd4753(0x281)]=!0x0,this[_0xbd4753(0x1f4)](_0x11179f);}),this[_0x25cd7a(0x299)](),await this[_0x25cd7a(0x2b7)]();}async[_0x577cff(0x253)](_0x32e76f,_0x1d51ad){const _0x2cffe6=_0x577cff;let _0x7b234;this[_0x2cffe6(0x24b)]=_0x32e76f[_0x2cffe6(0x2b4)];const _0x62abe1=_0x32e76f[_0x2cffe6(0x28d)]&&!_0x32e76f[_0x2cffe6(0x218)],_0x386abc=_0x62abe1?0x0:_0x32e76f[_0x2cffe6(0x29e)][_0x2cffe6(0x245)];if(_0x1d51ad[_0x2cffe6(0x201)](_0x47ddac=>{const _0x403884=_0x2cffe6;_0x47ddac[_0x403884(0x281)]=!0x0,_0x47ddac[_0x403884(0x2ab)]=_0x32e76f[_0x403884(0x203)],_0x47ddac[_0x403884(0x24c)]=null;}),_0x62abe1)_0x7b234=_0x1d51ad,this[_0x2cffe6(0x22d)](_0x7b234,_0x62abe1);else{if(_0x32e76f[_0x2cffe6(0x218)]){const _0x13f37e=this[_0x2cffe6(0x2a3)](_0x32e76f[_0x2cffe6(0x218)]);this[_0x2cffe6(0x20a)][_0x2cffe6(0x26c)][_0x2cffe6(0x217)]=-_0x13f37e[_0x2cffe6(0x292)],_0x13f37e[_0x2cffe6(0x201)](_0x436c4e=>{const _0x2b5cef=_0x2cffe6;_0x436c4e[_0x2b5cef(0x245)]-=_0x13f37e[_0x2b5cef(0x292)],_0x436c4e[_0x2b5cef(0x2ab)]=_0x32e76f[_0x2b5cef(0x203)],_0x436c4e[_0x2b5cef(0x281)]=!0x0,_0x436c4e[_0x2b5cef(0x24c)]=null;}),this[_0x2cffe6(0x22d)](_0x13f37e,!0x0),this[_0x2cffe6(0x27d)][_0x2cffe6(0x217)]=-_0x13f37e[_0x2cffe6(0x292)]+this[_0x2cffe6(0x24b)],this[_0x2cffe6(0x1f0)](_0x13f37e);}this[_0x2cffe6(0x20a)][_0x2cffe6(0x26c)][_0x2cffe6(0x217)]=_0x386abc,_0x7b234=this[_0x2cffe6(0x226)](_0x32e76f[_0x2cffe6(0x29e)],_0x32e76f[_0x2cffe6(0x2c7)]),await this[_0x2cffe6(0x2e0)](_0x7b234),this[_0x2cffe6(0x22d)](_0x7b234,_0x62abe1);}_0x32e76f[_0x2cffe6(0x2e6)]&&(this[_0x2cffe6(0x250)][_0x2cffe6(0x29a)](_0x7b234,_0x32e76f[_0x2cffe6(0x2e6)]),this[_0x2cffe6(0x1f7)]=_0x32e76f[_0x2cffe6(0x2e6)]),this[_0x2cffe6(0x27d)][_0x2cffe6(0x217)]=_0x386abc+this[_0x2cffe6(0x24b)],this[_0x2cffe6(0x1f0)](_0x7b234),_0x1d51ad[_0x2cffe6(0x238)](_0x17930b=>{const _0x4e4336=_0x2cffe6,_0x162963=this[_0x4e4336(0x26d)](_0x17930b);return _0x162963&&!this[_0x4e4336(0x2dc)][_0x4e4336(0x22e)](_0x162963);})[_0x2cffe6(0x201)]((_0x50c783,_0x37bc64)=>{const _0x545646=_0x2cffe6;_0x50c783[_0x545646(0x245)]=this[_0x545646(0x20a)][_0x545646(0x217)]+_0x37bc64,this[_0x545646(0x1f4)](_0x50c783);}),this[_0x2cffe6(0x2e4)]()?(this[_0x2cffe6(0x27f)]=0x0,this[_0x2cffe6(0x299)](!0x0),await this[_0x2cffe6(0x2b7)]()):(this[_0x2cffe6(0x232)]=!0x1,this[_0x2cffe6(0x295)]());}[_0x577cff(0x214)](_0x34c4af,_0x21a533){const _0x306ff2=_0x577cff;throw this[_0x306ff2(0x232)]=!0x0,_0x21a533&&console[_0x306ff2(0x1fb)](_0x21a533),new _0x36d6fc(_0x34c4af,this[_0x306ff2(0x248)]);}[_0x577cff(0x1f4)](_0x2fc17c){const _0xa23f79=_0x577cff;this[_0xa23f79(0x1f9)][_0xa23f79(0x22e)](_0x2fc17c)||(this[_0xa23f79(0x1f9)][_0xa23f79(0x25a)](_0x2fc17c),this[_0xa23f79(0x1ef)][_0xa23f79(0x2e9)](_0x2fc17c),this[_0xa23f79(0x276)]||_0xa23f79(0x228)==_0x2fc17c[_0xa23f79(0x290)]&&!_0x2fc17c[_0xa23f79(0x257)]||this[_0xa23f79(0x224)]());}[_0x577cff(0x299)](_0x128a3e=!0x1){const _0x54fb60=_0x577cff;!_0x128a3e&&this[_0x54fb60(0x232)]||(this[_0x54fb60(0x232)]=!0x0,clearTimeout(this[_0x54fb60(0x294)]),this[_0x54fb60(0x294)]=setTimeout(()=>{const _0x1f0014=_0x54fb60;this[_0x1f0014(0x28c)]()[_0x1f0014(0x200)](_0x3acae0=>{const _0x24e5be=_0x1f0014;_0x3acae0&&(this[_0x24e5be(0x295)](),this[_0x24e5be(0x232)]=!0x1);})[_0x1f0014(0x213)](_0x4643bd=>{const _0x57f973=_0x1f0014;if(this[_0x57f973(0x295)](),this[_0x57f973(0x232)]=!0x1,!function(_0xf3dc8){const _0x3fd8bc=_0x57f973;return _0xf3dc8[_0x3fd8bc(0x202)][_0x3fd8bc(0x2a4)](_0x3fd8bc(0x231))||_0xf3dc8[_0x3fd8bc(0x202)][_0x3fd8bc(0x2a4)](_0x3fd8bc(0x2d6))||_0xf3dc8[_0x3fd8bc(0x202)][_0x3fd8bc(0x2a4)](_0x3fd8bc(0x1f1));}(_0x4643bd))throw _0x4643bd;});},this[_0x54fb60(0x27f)]));}[_0x577cff(0x2b7)](){return new Promise(_0x1344b9=>{const _0x5582f0=_0x1798;this['on'](_0x5582f0(0x1fd),()=>{_0x1344b9();});});}async[_0x577cff(0x28c)](){const _0x349b19=_0x577cff,_0x128cbe=this[_0x349b19(0x248)][_0x349b19(0x267)][_0x349b19(0x242)](_0x1326f6);if(this[_0x349b19(0x246)]()&&(_0x128cbe[_0x349b19(0x2d3)](),this[_0x349b19(0x2c3)]=!0x1),!this[_0x349b19(0x2e4)]())return!0x0;const _0x507a7b=[...this[_0x349b19(0x1ef)]];for(const _0x5c00b8 of _0x507a7b)_0x5c00b8[_0x349b19(0x275)]=this[_0x349b19(0x20a)][_0x349b19(0x26c)][_0x349b19(0x221)](_0x5c00b8);const _0x43d4ca=this[_0x349b19(0x250)][_0x349b19(0x244)](_0x507a7b),_0x359546=K++,_0x2667ad=this[_0x349b19(0x29c)](_0x507a7b),_0x1819ac=await this[_0x349b19(0x293)][_0x349b19(0x2ca)](_0x2667ad,_0x2667ad[_0x349b19(0x245)],_0x43d4ca);try{return await this[_0x349b19(0x2a1)](_0x507a7b,_0x1819ac,_0x359546);}catch(_0x4132c9){return this[_0x349b19(0x214)](_0x349b19(0x25d),_0x4132c9);}}async[_0x577cff(0x2a1)](_0x5455c9,_0x42dcf6,_0x340d3c){const _0x111bbb=_0x577cff;if(_0x111bbb(0x1fb)in _0x42dcf6)throw _0x42dcf6[_0x111bbb(0x1fb)];let _0x55a221=!0x1;if(_0x42dcf6[_0x111bbb(0x28d)]){_0x42dcf6[_0x111bbb(0x2e6)]&&(this[_0x111bbb(0x1f7)]=_0x42dcf6[_0x111bbb(0x2e6)]),this[_0x111bbb(0x1ef)]=this[_0x111bbb(0x1ef)][_0x111bbb(0x238)](_0x3a8a7f=>!_0x5455c9[_0x111bbb(0x263)](_0x3a8a7f));for(const _0x38b3ac of _0x5455c9)_0x38b3ac[_0x111bbb(0x2ab)]=_0x111bbb(0x27e)in _0x42dcf6&&_0x42dcf6[_0x111bbb(0x27e)]||void 0x0;Q(_0x5455c9,_0x42dcf6[_0x111bbb(0x217)]-_0x5455c9[_0x111bbb(0x292)]),this[_0x111bbb(0x1f0)](_0x5455c9);const _0x4d18f7=_0x5455c9[_0x111bbb(0x238)](_0x534be8=>{const _0x508b8a=_0x111bbb;if(!_0x534be8[_0x508b8a(0x281)])return!0x1;const _0x475811=this[_0x508b8a(0x26d)](_0x534be8);return _0x475811&&!this[_0x508b8a(0x2dc)][_0x508b8a(0x22e)](_0x475811);});Q(_0x4d18f7,this[_0x111bbb(0x20a)][_0x111bbb(0x217)]),this[_0x111bbb(0x22d)](_0x4d18f7),_0x55a221=!0x0,this[_0x111bbb(0x27f)]=this[_0x111bbb(0x254)];}else{const _0x33710a=this[_0x111bbb(0x226)](_0x42dcf6[_0x111bbb(0x29e)],_0x42dcf6[_0x111bbb(0x2c7)])[_0x111bbb(0x238)](_0x1fc0ee=>_0x1fc0ee[_0x111bbb(0x245)]>=this[_0x111bbb(0x258)]);_0x33710a[_0x111bbb(0x201)](_0x5a5eb6=>this[_0x111bbb(0x2e5)](_0x5a5eb6)),this[_0x111bbb(0x1ef)]=this[_0x111bbb(0x1ef)][_0x111bbb(0x238)](_0x430bcb=>!_0x430bcb[_0x111bbb(0x281)]||!this[_0x111bbb(0x2dc)][_0x111bbb(0x22e)](this[_0x111bbb(0x26d)](_0x430bcb))),this[_0x111bbb(0x1ef)][_0x111bbb(0x292)]&&Q(this[_0x111bbb(0x1ef)],this[_0x111bbb(0x1ef)][0x0][_0x111bbb(0x245)]),await this[_0x111bbb(0x2e0)](_0x33710a),_0x55a221=this[_0x111bbb(0x212)](_0x33710a,_0x42dcf6[_0x111bbb(0x217)],_0x42dcf6[_0x111bbb(0x2e6)]),this[_0x111bbb(0x27f)]=Math[_0x111bbb(0x2e1)](this[_0x111bbb(0x27f)]/0x2);}return _0x55a221?!this[_0x111bbb(0x2e4)]()||(this[_0x111bbb(0x299)](!0x0),!0x1):this[_0x111bbb(0x214)](_0x111bbb(0x251));}[_0x577cff(0x212)](_0x445554,_0x4b05c0,_0xe46138){const _0x955280=_0x577cff;try{const _0x1c5279={'document':this[_0x955280(0x20a)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x4468a7,operationsB:_0x4ab99b,originalOperations:_0xcfd7f6}=_0x3904d4(_0x445554,this[_0x955280(0x1ef)],_0x1c5279);Q(_0x4468a7,this[_0x955280(0x20a)][_0x955280(0x217)]),Q(_0x4ab99b,_0x4b05c0);for(const _0x8c5c5a of _0x4468a7){const _0xf69bd=_0xcfd7f6[_0x955280(0x242)](_0x8c5c5a);_0x8c5c5a[_0x955280(0x24c)]=_0xf69bd?_0xf69bd[_0x955280(0x24c)]:null;}_0xe46138&&(this[_0x955280(0x250)][_0x955280(0x29a)](_0x445554,_0xe46138),this[_0x955280(0x1f7)]=_0xe46138),this[_0x955280(0x1ef)]=[..._0x4ab99b],this[_0x955280(0x22d)](_0x4468a7),this[_0x955280(0x1f0)](_0x445554);}catch(_0x254f04){return console[_0x955280(0x1fb)](_0x254f04),!0x1;}return!0x0;}[_0x577cff(0x22d)](_0x5f5843,_0x7d5fa6=!0x1){const _0x39dea8=_0x577cff;this[_0x39dea8(0x248)][_0x39dea8(0x2b9)][_0x39dea8(0x241)]({'isUndoable':!0x1,'isLocal':!0x1},_0x454a54=>{const _0x23283a=_0x39dea8;for(const _0xd1e57e of _0x5f5843)this[_0x23283a(0x1f9)][_0x23283a(0x25a)](_0xd1e57e),this[_0x23283a(0x2e5)](_0xd1e57e),_0x454a54[_0x23283a(0x2b0)][_0x23283a(0x237)](_0xd1e57e),this[_0x23283a(0x248)][_0x23283a(0x2b9)][_0x23283a(0x1fc)](_0xd1e57e);});}[_0x577cff(0x2e5)](_0x2eff1e){const _0x3f7fb0=_0x577cff,_0x4186c5=this[_0x3f7fb0(0x26d)](_0x2eff1e);_0x4186c5&&this[_0x3f7fb0(0x2dc)][_0x3f7fb0(0x25a)](_0x4186c5);}[_0x577cff(0x26d)](_0x4b7deb){const _0x11bab9=_0x577cff;let _0x71210f,_0x5274ad;switch(_0x4b7deb[_0x11bab9(0x290)]){case _0x11bab9(0x24d):_0x71210f=_0x4b7deb[_0x11bab9(0x216)][_0x11bab9(0x229)];break;case _0x11bab9(0x228):if(_0x5274ad=_0x4b7deb[_0x11bab9(0x219)],!_0x5274ad)return null;_0x71210f=_0x5274ad[_0x11bab9(0x229)];break;case _0x11bab9(0x2c8):_0x71210f=_0x4b7deb[_0x11bab9(0x229)];break;case _0x11bab9(0x230):_0x71210f=_0x4b7deb[_0x11bab9(0x262)];break;case _0x11bab9(0x208):_0x71210f=_0x4b7deb[_0x11bab9(0x269)][_0x11bab9(0x229)];break;default:return null;}return _0x71210f[_0x11bab9(0x28e)];}[_0x577cff(0x1f0)](_0x3ec0e1){const _0x159d04=_0x577cff;_0x3ec0e1[_0x159d04(0x201)](_0x57f575=>{const _0x18f9c2=_0x159d04,_0x29a460=_0x57f575[_0x18f9c2(0x2eb)]();_0x29a460[_0x18f9c2(0x24c)]=_0x57f575[_0x18f9c2(0x24c)],_0x29a460[_0x18f9c2(0x281)]=!!_0x57f575[_0x18f9c2(0x281)],_0x29a460[_0x18f9c2(0x2ab)]=_0x57f575[_0x18f9c2(0x2ab)],_0x29a460[_0x18f9c2(0x245)]+=this[_0x18f9c2(0x24b)],_0x57f575[_0x18f9c2(0x278)]&&this[_0x18f9c2(0x282)][_0x18f9c2(0x25a)](_0x29a460),this[_0x18f9c2(0x27d)][_0x18f9c2(0x237)](_0x29a460);});}[_0x577cff(0x1fa)](_0x5ee7d1){const _0x381487=_0x577cff,_0x125581=this[_0x381487(0x248)][_0x381487(0x267)][_0x381487(0x242)](_0x381487(0x2b8)),_0x3d048b=this[_0x381487(0x248)][_0x381487(0x27c)];_0x5ee7d1||(_0x5ee7d1=_0x52fbd2(_0x3d048b,_0x381487(0x20d))),_0x125581[_0x381487(0x29b)](_0x5ee7d1,{'title':_0x52fbd2(_0x3d048b,_0x381487(0x2d9)),'namespace':_0x381487(0x2bc)}),this[_0x381487(0x256)]=!0x0,clearTimeout(this[_0x381487(0x294)]),this[_0x381487(0x1ef)]=[],this[_0x381487(0x248)][_0x381487(0x267)][_0x381487(0x242)](_0x516d32)[_0x381487(0x2b3)]();}[_0x577cff(0x224)](){const _0x514a5a=_0x577cff;this[_0x514a5a(0x276)]||(this[_0x514a5a(0x276)]=this[_0x514a5a(0x248)][_0x514a5a(0x267)][_0x514a5a(0x242)](_0x58f2ae)[_0x514a5a(0x25a)](_0x52fbd2(this[_0x514a5a(0x248)][_0x514a5a(0x27c)],_0x514a5a(0x28f))));}[_0x577cff(0x295)](){const _0x32b7f3=_0x577cff;this[_0x32b7f3(0x276)]&&(this[_0x32b7f3(0x248)][_0x32b7f3(0x267)][_0x32b7f3(0x242)](_0x58f2ae)[_0x32b7f3(0x225)](this[_0x32b7f3(0x276)]),this[_0x32b7f3(0x276)]=null);}[_0x577cff(0x29c)](_0x3bba84){const _0x5f1d50=_0x577cff,_0x78a6f6=_0x3bba84[_0x5f1d50(0x28b)](_0x11606c=>_0x11606c[_0x5f1d50(0x2bb)]());return this[_0x5f1d50(0x29d)][_0x5f1d50(0x252)](_0x78a6f6);}[_0x577cff(0x226)](_0x5a2323,_0x11d9f8){const _0x423744=_0x577cff;return this[_0x423744(0x29d)][_0x423744(0x26a)](_0x5a2323)[_0x423744(0x28b)]((_0x135bec,_0x13cd4f)=>{const _0x1dc2a3=_0x423744,_0x2572fc=_0x1dc2a3(0x287)==_0x11d9f8[_0x13cd4f][_0x1dc2a3(0x290)];if(_0x1dc2a3(0x2dd)==_0x135bec[_0x1dc2a3(0x2d8)]){const _0x3f611a=_0x135bec[_0x1dc2a3(0x216)][_0x1dc2a3(0x229)];!this[_0x1dc2a3(0x20a)][_0x1dc2a3(0x2c2)](_0x3f611a)&&(this[_0x1dc2a3(0x20a)][_0x1dc2a3(0x2a9)](_0x1dc2a3(0x264),_0x3f611a)[_0x1dc2a3(0x288)]=!0x1);}const _0x1c6fd7=_0x51892a[_0x1dc2a3(0x210)](_0x135bec,this[_0x1dc2a3(0x20a)]);return _0x1c6fd7[_0x1dc2a3(0x275)]=_0x135bec[_0x1dc2a3(0x275)],_0x1c6fd7[_0x1dc2a3(0x281)]=_0x2572fc,_0x1c6fd7[_0x1dc2a3(0x24c)]=_0x2572fc?null:_0x11d9f8[_0x13cd4f][_0x1dc2a3(0x284)],_0x1c6fd7[_0x1dc2a3(0x278)]=_0x1dc2a3(0x2df)===_0x11d9f8[_0x13cd4f][_0x1dc2a3(0x290)],_0x1c6fd7[_0x1dc2a3(0x2ab)]=_0x11d9f8[_0x13cd4f][_0x1dc2a3(0x2ab)],_0x1c6fd7;});}[_0x577cff(0x298)](){const _0x3a21e1=_0x577cff;this[_0x3a21e1(0x2c3)]=!0x0,this[_0x3a21e1(0x246)]()?this[_0x3a21e1(0x299)]():this[_0x3a21e1(0x2c3)]=!0x1;}[_0x577cff(0x246)](){const _0x44c8bc=_0x577cff,_0x7a3c59=this[_0x44c8bc(0x248)][_0x44c8bc(0x267)][_0x44c8bc(0x242)](_0x2c9f62)[_0x44c8bc(0x209)][_0x44c8bc(0x242)](this[_0x44c8bc(0x20f)]);return!this[_0x44c8bc(0x248)][_0x44c8bc(0x1ff)]&&!!_0x7a3c59&&_0x7a3c59[_0x44c8bc(0x292)]>0x1&&this[_0x44c8bc(0x2c3)];}[_0x577cff(0x2e4)](){const _0x2d2021=_0x577cff;return this[_0x2d2021(0x1ef)][_0x2d2021(0x292)]>0x0||this[_0x2d2021(0x246)]();}}l[_0x577cff(0x22f)]=_0x2d57fe;export default l;class J extends Error{}function Q(_0x147635,_0x1de3ff){const _0x51ef5e=_0x577cff;for(const _0x455487 of _0x147635)_0x455487[_0x51ef5e(0x245)]=_0x1de3ff++;}function _0x10c9(){const _0xc680e6=['1022682KNgBJu','editing','_setPendingAction','remove','_decompressOperations','off','marker','root','collaboration-missing-channelid','Permissions','roots','_applyOperationsSet','has','CollaborativeEditingService','addRoot','cloud-services-internal-error:\x20Not\x20connected.','_isPendingUpdate','define','change:range','disconnected','RealTimeCollaborationClient','addOperation','filter','245olihQA','_loadRoot','disconnect','register','disableReadOnlyMode','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','cloudDocumentVersion','4816752IInvCB','enqueueChange','get','keys','getIdOfTheLastOperation','baseVersion','_shouldSendSelectionUpdate','_handleReconnectionResponse','editor','operationsReceived','1560396eGTlOM','_offset','_authorId','insert','lastDocumentSession','getOperationAuthor','_operationIdentifier','realtimecollaborationclient-handleserverresponse','compress','_handleInitialConnectionData','_baseBufferDelay','getOperations','_hasSynchronizationProblem','affectsData','_lastServerVersion','getMany','add','permissions','addUser','realtimecollaborationclient-sendbufferedoperations','stop','listenTo','_ignoredOperations','size','affectedSelectable','includes','$root','_isConnected','markers','plugins','currentDocumentSession','targetPosition','decompress','from','history','_getAffectedRoot','directChange','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.','enableReadOnlyMode','reconnection:\x20flushed\x20session','_initThrowingOnDataSet','_bufferRootLoad','reconnect','wasUndone','_pendingAction','createPositionFromPath','_isDisconnection','change:hasDomSelection','setPermissions','createPositionAt','locale','serverHistory','lastOperationAcceptedAt','_currentBufferDelay','config','_isInit','_disconnectionOperations','connection','userId','attributes','selection','init','_isAttached','404','_handleSendingSelectionMarkers','map','_sendBufferedOperations','wereChangesApplied','rootName','PENDING_ACTION_SENDING_DATA','type','addToReconnectionStack','length','_service','_sendBufferedOperationsDelayId','_clearPendingAction','suppressErrorInCollaboration','CommentsOnly','_refreshUserSelectionMarkers','_sendBufferedOperationsDelayed','setIdForTheLastOperation','showWarning','_compressOperations','_compressor','data','connected','fire','_handleServerResponse','view','_getOperationsFromInitData','startsWith','slice','reset','entries','_disconnectService','createRoot','set','createdAt','path','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','document:write','return','batch','end','bind','destroy','offset','apply','realtimecollaborationclient-initservice-internal-error','_waitUntilSynced','Notification','model','loadRoot','toJSON','real-time-collaboration','rtc-destroyed','3186865XMwmVu','differ','_connectAfterSessionHasBeenFlushed','sessionAdd:','getRoot','_hasSelectionChanged','getDocumentDetails','realtimecollaborationclient-initservice-incorrect-server-operation','code','metadata','addRootAttribute','string','sendOperations','196305NwFUWh','stopListening','requires','409','isDocumentOperation','ready','realtimecollaborationclient-init-non-existent-root','_connectService','createUserMarkerOperations','pluginName','_isLoaded','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','sessionId','__className','Synchronization\x20issue','rtc-offline','_isEditingAllowed','_knownRootNames','InsertOperation','293864xGXTyh','cs:removeUser','_fetchMissingUsers','round','isEnabled','collaboration.channelId','_shouldSendUpdate','_addKnownRoot','lastOperationId','parse','collaboration','push','start','clone','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','connect','unregister','removeFromReconnectionStack','_bufferedOperations','_updateServerHistory','cloud-services-internal-error:\x20Request\x20timeout.','document','high','_saveOperationInBuffer','_setUpDataInit','multi-root-editor-root-attributes-no-root','_lastSyncedOperationId','getUser','_knownOperations','_handleReconnectionError','error','applyOperation','change:_isPendingUpdate','finally','isReadOnly','then','forEach','message','sessionCreatedAt','17545041MFoRYC','realtimecollaborationclient-init-document-already-initialized','getConnectedSessions','_initSessionsHandling','move','channelSessions','_document','state','realtimecollaborationclient-init-connection-failed','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.','_operationToId','_channelId','fromJSON','lastSyncVersion','_handleExternalOperations','catch','_crash','rootsAttributes','position','version','initData','newRange','cloudServices.bundleVersion','4JwzViW','change:_isEditingAllowed','_handleReceivedOperations','createRange','mySessionId','realtimecollaborationclient-init-session-connection-error','isUndoneOperation'];_0x10c9=function(){return _0xc680e6;};return _0x10c9();}class X{constructor(_0x12bbc1){const _0x98ad41=_0x577cff;this[_0x98ad41(0x260)]=_0x12bbc1,this[_0x98ad41(0x20e)]=new WeakMap();}[_0x577cff(0x244)](_0x1a5415){const _0x2ac19f=_0x577cff;let _0xa1614f=_0x1a5415[_0x2ac19f(0x292)];for(;_0xa1614f--;){const _0x4f4d45=_0x1a5415[_0xa1614f];if(!this[_0x2ac19f(0x260)][_0x2ac19f(0x22e)](_0x4f4d45)){if(!this[_0x2ac19f(0x20e)][_0x2ac19f(0x22e)](_0x4f4d45)){const _0x484b66=_0x539982()[_0x2ac19f(0x2a5)](0x1,0x12);this[_0x2ac19f(0x20e)][_0x2ac19f(0x2aa)](_0x4f4d45,_0x484b66);}return this[_0x2ac19f(0x20e)][_0x2ac19f(0x242)](_0x4f4d45);}}}[_0x577cff(0x29a)](_0x1b45c0,_0x3bc39a){const _0x10c5b9=_0x577cff;if(!_0x3bc39a)return;let _0x585454=_0x1b45c0[_0x10c5b9(0x292)];for(;_0x585454--;){const _0x4baab6=_0x1b45c0[_0x585454];this[_0x10c5b9(0x260)][_0x10c5b9(0x22e)](_0x4baab6)||this[_0x10c5b9(0x20e)][_0x10c5b9(0x2aa)](_0x4baab6,_0x3bc39a);}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xa997(_0x27f416,_0x406a6f){const _0x1f8b5d=_0x1f8b();return _0xa997=function(_0xa997ee,_0x2eb8f7){_0xa997ee=_0xa997ee-0xc7;let _0x30703c=_0x1f8b5d[_0xa997ee];return _0x30703c;},_0xa997(_0x27f416,_0x406a6f);}const _0x447fea=_0xa997;(function(_0x4c0090,_0x42450){const _0x1f1b74=_0xa997,_0x382c56=_0x4c0090();while(!![]){try{const _0xa31498=parseInt(_0x1f1b74(0xde))/0x1*(-parseInt(_0x1f1b74(0xfe))/0x2)+-parseInt(_0x1f1b74(0xf6))/0x3*(-parseInt(_0x1f1b74(0xfc))/0x4)+-parseInt(_0x1f1b74(0xf5))/0x5+-parseInt(_0x1f1b74(0xd5))/0x6*(-parseInt(_0x1f1b74(0xcc))/0x7)+parseInt(_0x1f1b74(0xca))/0x8*(parseInt(_0x1f1b74(0x102))/0x9)+-parseInt(_0x1f1b74(0xe4))/0xa+parseInt(_0x1f1b74(0xc7))/0xb*(-parseInt(_0x1f1b74(0xf3))/0xc);if(_0xa31498===_0x42450)break;else _0x382c56['push'](_0x382c56['shift']());}catch(_0x503777){_0x382c56['push'](_0x382c56['shift']());}}}(_0x1f8b,0xe1b41));import{ContextPlugin as _0x334133}from'ckeditor5/src/core.js';import{Collection as _0x4a1dfb,CKEditorError as _0x30dae9}from'ckeditor5/src/utils.js';import _0x48a67e from'./websocketgateway.js';function _0x1f8b(){const _0x3e9db1=['connection','forEach','context','requires','sessionAdd:','addUser','role','getUserSessions','connected','init','has','channelSessions','11268vKYPBx','getUserRole','3009560wvLgVp','7317azQmGP','_handleSessionAdd','fire','get','_registeredSessions','remove','2160ikObpb','getUser','34660GWUBVr','size','listenTo','change:state','765PyWUJH','state','delete','16005fdaaKK','register','pluginName','27736Uvunnr','unregister','71092BClKoh','allConnectedUsers','_createUser','isMe','set','plugins','_uniqueUsersCount','getUserBySessionId','orderNumber','846jwzACb','channelConnectedUsers','mySessionId','add','defineMe','stopListening','sessions-unregister-not-exist','clear','user','2GwCdus','_handleSessionRemove','Sessions','sessions-register-already-registered','assign','_users','1164530jVWVVA','values','sessionId'];_0x1f8b=function(){return _0x3e9db1;};return _0x1f8b();}import{Users as _0x202322}from'ckeditor5-collaboration/src/collaboration-core.js';export default class r extends _0x334133{static get[_0x447fea(0xc9)](){const _0x21c356=_0x447fea;return _0x21c356(0xe0);}static get[_0x447fea(0xea)](){return[_0x48a67e,_0x202322];}constructor(_0xd3cd7e){const _0x2a6af4=_0x447fea;super(_0xd3cd7e),this[_0x2a6af4(0xf2)]=new Map(),this[_0x2a6af4(0xd6)]=new Map(),this[_0x2a6af4(0xcd)]=new _0x4a1dfb(),this[_0x2a6af4(0xfa)]=new Map(),this[_0x2a6af4(0xd2)]=0x0,this[_0x2a6af4(0xe3)]=this[_0x2a6af4(0xe9)][_0x2a6af4(0xd1)][_0x2a6af4(0xf9)](_0x202322);}[_0x447fea(0xf0)](){const _0x1793b8=_0x447fea,_0x363094=this[_0x1793b8(0xe9)][_0x1793b8(0xd1)][_0x1793b8(0xf9)](_0x48a67e);this[_0x1793b8(0x100)](_0x363094,_0x1793b8(0x101),(_0x13cc76,_0x1630c2,_0x5ed406)=>{const _0x19f177=_0x1793b8;if(_0x19f177(0xef)!==_0x5ed406)this[_0x19f177(0xf2)][_0x19f177(0xe8)](_0x21d5e0=>_0x21d5e0[_0x19f177(0xdc)]()),this[_0x19f177(0xd6)][_0x19f177(0xe8)](_0x5ee25d=>_0x5ee25d[_0x19f177(0xdc)]()),this[_0x19f177(0xcd)][_0x19f177(0xdc)]();else{for(const [_0x34a8aa,_0x291be0]of this[_0x19f177(0xfa)])for(const _0x595513 of _0x291be0)this[_0x19f177(0xf7)](_0x34a8aa,_0x595513);}}),this[_0x1793b8(0xce)](_0x363094[_0x1793b8(0xe7)]['me'],!0x0);}[_0x447fea(0xc8)](_0x59c84f,_0x519e41){const _0x5ff3b9=_0x447fea;if(this[_0x5ff3b9(0xfa)][_0x5ff3b9(0xf1)](_0x59c84f))throw new _0x30dae9(_0x5ff3b9(0xe1),null,{'channelId':_0x59c84f});this[_0x5ff3b9(0xfa)][_0x5ff3b9(0xd0)](_0x59c84f,_0x519e41),this[_0x5ff3b9(0xf2)][_0x5ff3b9(0xd0)](_0x59c84f,new _0x4a1dfb()),this[_0x5ff3b9(0xd6)][_0x5ff3b9(0xd0)](_0x59c84f,new _0x4a1dfb()),this[_0x5ff3b9(0x100)](_0x519e41,_0x5ff3b9(0xd8),(_0x594f77,_0xa9170b)=>this[_0x5ff3b9(0xf7)](_0x59c84f,_0xa9170b)),this[_0x5ff3b9(0x100)](_0x519e41,_0x5ff3b9(0xfb),(_0x4d5d52,_0x42703e)=>this[_0x5ff3b9(0xdf)](_0x59c84f,_0x42703e));for(const _0x29d6ce of _0x519e41)this[_0x5ff3b9(0xf7)](_0x59c84f,_0x29d6ce);}[_0x447fea(0xcb)](_0x4dcb54){const _0x33772d=_0x447fea;if(!this[_0x33772d(0xfa)][_0x33772d(0xf1)](_0x4dcb54))throw new _0x30dae9(_0x33772d(0xdb),null,{'channelId':_0x4dcb54});const _0x347b8e=this[_0x33772d(0xfa)][_0x33772d(0xf9)](_0x4dcb54);this[_0x33772d(0xda)](_0x347b8e);for(const _0x59d403 of _0x347b8e)_0x33772d(0xef)===this[_0x33772d(0xe9)][_0x33772d(0xd1)][_0x33772d(0xf9)](_0x48a67e)[_0x33772d(0x103)]&&this[_0x33772d(0xdf)](_0x4dcb54,_0x59d403);this[_0x33772d(0xfa)][_0x33772d(0x104)](_0x4dcb54),this[_0x33772d(0xf2)][_0x33772d(0x104)](_0x4dcb54),this[_0x33772d(0xd6)][_0x33772d(0x104)](_0x4dcb54);}get[_0x447fea(0xd7)](){const _0x27cee9=_0x447fea;return this[_0x27cee9(0xe9)][_0x27cee9(0xd1)][_0x27cee9(0xf9)](_0x48a67e)[_0x27cee9(0xe7)][_0x27cee9(0xe6)];}[_0x447fea(0xd3)](_0x8dfea0){const _0x3ce524=_0x447fea;for(const _0xfecca8 of this[_0x3ce524(0xf2)][_0x3ce524(0xe5)]())for(const _0x3ce08a of _0xfecca8)if(_0x3ce08a['id']===_0x8dfea0)return _0x3ce08a[_0x3ce524(0xdd)];}[_0x447fea(0xee)](_0x33f13d,_0x13ea5b){const _0x36680e=_0x447fea,_0x2bdd26=_0x13ea5b?[this[_0x36680e(0xf2)][_0x36680e(0xf9)](_0x13ea5b)]:this[_0x36680e(0xf2)][_0x36680e(0xe5)](),_0x5e162b=new Set();for(const _0x77463f of _0x2bdd26)for(const _0xff7853 of _0x77463f)_0xff7853[_0x36680e(0xdd)]['id']===_0x33f13d['id']&&_0x5e162b[_0x36680e(0xd8)](_0xff7853['id']);return _0x5e162b;}[_0x447fea(0xf4)](_0x5e9b9e){const _0x3c8b15=_0x447fea;for(const _0x7ad4e of this[_0x3c8b15(0xf2)][_0x3c8b15(0xe5)]())for(const _0x45b151 of _0x7ad4e)if(_0x45b151[_0x3c8b15(0xdd)]===_0x5e9b9e)return _0x45b151[_0x3c8b15(0xed)];}[_0x447fea(0xf7)](_0x1a18fc,_0x238bd6){const _0xe3e7dd=_0x447fea;if(_0xe3e7dd(0xef)!==this[_0xe3e7dd(0xe9)][_0xe3e7dd(0xd1)][_0xe3e7dd(0xf9)](_0x48a67e)[_0xe3e7dd(0x103)])return;const _0x267bbb=_0x238bd6[_0xe3e7dd(0xdd)],_0x5ce0bf=this[_0xe3e7dd(0xe3)][_0xe3e7dd(0xfd)](_0x267bbb['id'])||this[_0xe3e7dd(0xce)](_0x267bbb),_0xec53d6=Object[_0xe3e7dd(0xe2)]({},_0x238bd6,{'user':_0x5ce0bf});this[_0xe3e7dd(0xf2)][_0xe3e7dd(0xf9)](_0x1a18fc)[_0xe3e7dd(0xd8)](_0xec53d6);const _0x13ae38=this[_0xe3e7dd(0xd6)][_0xe3e7dd(0xf9)](_0x1a18fc);_0x13ae38[_0xe3e7dd(0xf1)](_0x5ce0bf['id'])||_0x13ae38[_0xe3e7dd(0xd8)](_0x5ce0bf),this[_0xe3e7dd(0xcd)][_0xe3e7dd(0xf1)](_0x5ce0bf['id'])||this[_0xe3e7dd(0xcd)][_0xe3e7dd(0xd8)](_0x5ce0bf,_0x5ce0bf[_0xe3e7dd(0xcf)]?0x0:void 0x0),this[_0xe3e7dd(0xf8)](_0xe3e7dd(0xeb)+_0x1a18fc,{'channelId':_0x1a18fc,'session':_0xec53d6});}[_0x447fea(0xdf)](_0xf62508,_0x4a1f54){const _0x275744=_0x447fea;if(_0x275744(0xef)!==this[_0x275744(0xe9)][_0x275744(0xd1)][_0x275744(0xf9)](_0x48a67e)[_0x275744(0x103)])return;const _0x5e8e08=this[_0x275744(0xd6)][_0x275744(0xf9)](_0xf62508),_0x161e6d=_0x4a1f54[_0x275744(0xdd)];_0x161e6d['id']&&(this[_0x275744(0xf2)][_0x275744(0xf9)](_0xf62508)[_0x275744(0xfb)](_0x4a1f54['id']),_0x5e8e08[_0x275744(0xf1)](_0x161e6d['id'])&&!this[_0x275744(0xee)](_0x161e6d,_0xf62508)[_0x275744(0xff)]&&_0x5e8e08[_0x275744(0xfb)](_0x161e6d['id']),this[_0x275744(0xcd)][_0x275744(0xf9)](_0x161e6d['id'])&&!this[_0x275744(0xee)](_0x161e6d)[_0x275744(0xff)]&&this[_0x275744(0xcd)][_0x275744(0xfb)](_0x161e6d['id']));}[_0x447fea(0xce)](_0xd007f,_0x1a718f){const _0x14dff4=_0x447fea,_0x1df750=this[_0x14dff4(0xe3)][_0x14dff4(0xec)](_0xd007f);return _0x1a718f&&this[_0x14dff4(0xe3)][_0x14dff4(0xd9)](_0xd007f['id']),_0x1df750[_0x14dff4(0xd4)]=this[_0x14dff4(0xd2)]++,_0x1df750;}}
23
+ const _0x1b8a2a=_0x5cad;function _0x5cad(_0xf0ead7,_0x1572ed){const _0x4eaf8b=_0x4eaf();return _0x5cad=function(_0x5cad02,_0x58c539){_0x5cad02=_0x5cad02-0xd0;let _0x4416d0=_0x4eaf8b[_0x5cad02];return _0x4416d0;},_0x5cad(_0xf0ead7,_0x1572ed);}(function(_0x4f0d31,_0x547234){const _0x42b812=_0x5cad,_0x6e190c=_0x4f0d31();while(!![]){try{const _0x2c5644=-parseInt(_0x42b812(0xe1))/0x1*(-parseInt(_0x42b812(0xd8))/0x2)+parseInt(_0x42b812(0xf1))/0x3*(-parseInt(_0x42b812(0x103))/0x4)+-parseInt(_0x42b812(0x102))/0x5+parseInt(_0x42b812(0xd1))/0x6+-parseInt(_0x42b812(0xe8))/0x7+parseInt(_0x42b812(0xfd))/0x8*(-parseInt(_0x42b812(0xe6))/0x9)+parseInt(_0x42b812(0xd5))/0xa;if(_0x2c5644===_0x547234)break;else _0x6e190c['push'](_0x6e190c['shift']());}catch(_0x1850d5){_0x6e190c['push'](_0x6e190c['shift']());}}}(_0x4eaf,0xbd4d3));function _0x4eaf(){const _0x4f1fb6=['_handleSessionRemove','getUserSessions','fire','requires','3296QPLVcg','change:state','isMe','sessions-unregister-not-exist','connection','6516075kAvPbj','4RreMss','listenTo','forEach','remove','role','orderNumber','_createUser','get','plugins','clear','8054712VYwhkO','allConnectedUsers','mySessionId','_registeredSessions','27204910VTGcMR','getUserRole','sessionId','15884ktVkAZ','sessionAdd:','_handleSessionAdd','channelSessions','defineMe','state','unregister','stopListening','connected','71AvDOAj','has','set','register','getUserBySessionId','20223TBRkbi','delete','5079284tlivdp','add','context','Sessions','values','size','_users','pluginName','channelConnectedUsers','2690565TTHmaW','addUser','sessions-register-already-registered','user','init','getUser','assign','_uniqueUsersCount'];_0x4eaf=function(){return _0x4f1fb6;};return _0x4eaf();}import{ContextPlugin as _0x1be24d}from'ckeditor5/src/core.js';import{Collection as _0x35d0dd,CKEditorError as _0x2e7f33}from'ckeditor5/src/utils.js';import _0x24b5ee from'./websocketgateway.js';import{Users as _0x499b62}from'ckeditor5-collaboration/src/collaboration-core.js';export default class r extends _0x1be24d{static get[_0x1b8a2a(0xef)](){const _0x1d147c=_0x1b8a2a;return _0x1d147c(0xeb);}static get[_0x1b8a2a(0xfc)](){return[_0x24b5ee,_0x499b62];}constructor(_0x2e2cec){const _0x4cd4bb=_0x1b8a2a;super(_0x2e2cec),this[_0x4cd4bb(0xdb)]=new Map(),this[_0x4cd4bb(0xf0)]=new Map(),this[_0x4cd4bb(0xd2)]=new _0x35d0dd(),this[_0x4cd4bb(0xd4)]=new Map(),this[_0x4cd4bb(0xf8)]=0x0,this[_0x4cd4bb(0xee)]=this[_0x4cd4bb(0xea)][_0x4cd4bb(0x10b)][_0x4cd4bb(0x10a)](_0x499b62);}[_0x1b8a2a(0xf5)](){const _0x5c472e=_0x1b8a2a,_0x3343b2=this[_0x5c472e(0xea)][_0x5c472e(0x10b)][_0x5c472e(0x10a)](_0x24b5ee);this[_0x5c472e(0x104)](_0x3343b2,_0x5c472e(0xfe),(_0xb7debf,_0xd45812,_0x105f10)=>{const _0x1455f6=_0x5c472e;if(_0x1455f6(0xe0)!==_0x105f10)this[_0x1455f6(0xdb)][_0x1455f6(0x105)](_0x2b1ff8=>_0x2b1ff8[_0x1455f6(0xd0)]()),this[_0x1455f6(0xf0)][_0x1455f6(0x105)](_0x1b0f1c=>_0x1b0f1c[_0x1455f6(0xd0)]()),this[_0x1455f6(0xd2)][_0x1455f6(0xd0)]();else{for(const [_0x5be172,_0x55ee2e]of this[_0x1455f6(0xd4)])for(const _0x62ba99 of _0x55ee2e)this[_0x1455f6(0xda)](_0x5be172,_0x62ba99);}}),this[_0x5c472e(0x109)](_0x3343b2[_0x5c472e(0x101)]['me'],!0x0);}[_0x1b8a2a(0xe4)](_0x4ff9d5,_0x5a2bf4){const _0x1fd0d0=_0x1b8a2a;if(this[_0x1fd0d0(0xd4)][_0x1fd0d0(0xe2)](_0x4ff9d5))throw new _0x2e7f33(_0x1fd0d0(0xf3),null,{'channelId':_0x4ff9d5});this[_0x1fd0d0(0xd4)][_0x1fd0d0(0xe3)](_0x4ff9d5,_0x5a2bf4),this[_0x1fd0d0(0xdb)][_0x1fd0d0(0xe3)](_0x4ff9d5,new _0x35d0dd()),this[_0x1fd0d0(0xf0)][_0x1fd0d0(0xe3)](_0x4ff9d5,new _0x35d0dd()),this[_0x1fd0d0(0x104)](_0x5a2bf4,_0x1fd0d0(0xe9),(_0x10fe72,_0x4a5227)=>this[_0x1fd0d0(0xda)](_0x4ff9d5,_0x4a5227)),this[_0x1fd0d0(0x104)](_0x5a2bf4,_0x1fd0d0(0x106),(_0xbdb504,_0x390842)=>this[_0x1fd0d0(0xf9)](_0x4ff9d5,_0x390842));for(const _0x12e44f of _0x5a2bf4)this[_0x1fd0d0(0xda)](_0x4ff9d5,_0x12e44f);}[_0x1b8a2a(0xde)](_0x22dd35){const _0x5dc7d0=_0x1b8a2a;if(!this[_0x5dc7d0(0xd4)][_0x5dc7d0(0xe2)](_0x22dd35))throw new _0x2e7f33(_0x5dc7d0(0x100),null,{'channelId':_0x22dd35});const _0x564aa7=this[_0x5dc7d0(0xd4)][_0x5dc7d0(0x10a)](_0x22dd35);this[_0x5dc7d0(0xdf)](_0x564aa7);for(const _0x4d0575 of _0x564aa7)_0x5dc7d0(0xe0)===this[_0x5dc7d0(0xea)][_0x5dc7d0(0x10b)][_0x5dc7d0(0x10a)](_0x24b5ee)[_0x5dc7d0(0xdd)]&&this[_0x5dc7d0(0xf9)](_0x22dd35,_0x4d0575);this[_0x5dc7d0(0xd4)][_0x5dc7d0(0xe7)](_0x22dd35),this[_0x5dc7d0(0xdb)][_0x5dc7d0(0xe7)](_0x22dd35),this[_0x5dc7d0(0xf0)][_0x5dc7d0(0xe7)](_0x22dd35);}get[_0x1b8a2a(0xd3)](){const _0x1d29ab=_0x1b8a2a;return this[_0x1d29ab(0xea)][_0x1d29ab(0x10b)][_0x1d29ab(0x10a)](_0x24b5ee)[_0x1d29ab(0x101)][_0x1d29ab(0xd7)];}[_0x1b8a2a(0xe5)](_0x4cf241){const _0x406182=_0x1b8a2a;for(const _0x23ea22 of this[_0x406182(0xdb)][_0x406182(0xec)]())for(const _0x32f01c of _0x23ea22)if(_0x32f01c['id']===_0x4cf241)return _0x32f01c[_0x406182(0xf4)];}[_0x1b8a2a(0xfa)](_0xf2a047,_0x10e736){const _0xa92964=_0x1b8a2a,_0x1987cf=_0x10e736?[this[_0xa92964(0xdb)][_0xa92964(0x10a)](_0x10e736)]:this[_0xa92964(0xdb)][_0xa92964(0xec)](),_0x16239c=new Set();for(const _0x2a8245 of _0x1987cf)for(const _0x5304f7 of _0x2a8245)_0x5304f7[_0xa92964(0xf4)]['id']===_0xf2a047['id']&&_0x16239c[_0xa92964(0xe9)](_0x5304f7['id']);return _0x16239c;}[_0x1b8a2a(0xd6)](_0x152b22){const _0x5d96bc=_0x1b8a2a;for(const _0x8d2fcf of this[_0x5d96bc(0xdb)][_0x5d96bc(0xec)]())for(const _0x5c014e of _0x8d2fcf)if(_0x5c014e[_0x5d96bc(0xf4)]===_0x152b22)return _0x5c014e[_0x5d96bc(0x107)];}[_0x1b8a2a(0xda)](_0x1b065b,_0x1de221){const _0xc98506=_0x1b8a2a;if(_0xc98506(0xe0)!==this[_0xc98506(0xea)][_0xc98506(0x10b)][_0xc98506(0x10a)](_0x24b5ee)[_0xc98506(0xdd)])return;const _0x3b875d=_0x1de221[_0xc98506(0xf4)],_0x2b8d96=this[_0xc98506(0xee)][_0xc98506(0xf6)](_0x3b875d['id'])||this[_0xc98506(0x109)](_0x3b875d),_0xf24b31=Object[_0xc98506(0xf7)]({},_0x1de221,{'user':_0x2b8d96});this[_0xc98506(0xdb)][_0xc98506(0x10a)](_0x1b065b)[_0xc98506(0xe9)](_0xf24b31);const _0x4e489c=this[_0xc98506(0xf0)][_0xc98506(0x10a)](_0x1b065b);_0x4e489c[_0xc98506(0xe2)](_0x2b8d96['id'])||_0x4e489c[_0xc98506(0xe9)](_0x2b8d96),this[_0xc98506(0xd2)][_0xc98506(0xe2)](_0x2b8d96['id'])||this[_0xc98506(0xd2)][_0xc98506(0xe9)](_0x2b8d96,_0x2b8d96[_0xc98506(0xff)]?0x0:void 0x0),this[_0xc98506(0xfb)](_0xc98506(0xd9)+_0x1b065b,{'channelId':_0x1b065b,'session':_0xf24b31});}[_0x1b8a2a(0xf9)](_0x48f1be,_0x2b2ba5){const _0x15f09a=_0x1b8a2a;if(_0x15f09a(0xe0)!==this[_0x15f09a(0xea)][_0x15f09a(0x10b)][_0x15f09a(0x10a)](_0x24b5ee)[_0x15f09a(0xdd)])return;const _0x3087ba=this[_0x15f09a(0xf0)][_0x15f09a(0x10a)](_0x48f1be),_0x22368e=_0x2b2ba5[_0x15f09a(0xf4)];_0x22368e['id']&&(this[_0x15f09a(0xdb)][_0x15f09a(0x10a)](_0x48f1be)[_0x15f09a(0x106)](_0x2b2ba5['id']),_0x3087ba[_0x15f09a(0xe2)](_0x22368e['id'])&&!this[_0x15f09a(0xfa)](_0x22368e,_0x48f1be)[_0x15f09a(0xed)]&&_0x3087ba[_0x15f09a(0x106)](_0x22368e['id']),this[_0x15f09a(0xd2)][_0x15f09a(0x10a)](_0x22368e['id'])&&!this[_0x15f09a(0xfa)](_0x22368e)[_0x15f09a(0xed)]&&this[_0x15f09a(0xd2)][_0x15f09a(0x106)](_0x22368e['id']));}[_0x1b8a2a(0x109)](_0x43776f,_0x57d1a7){const _0x5f345e=_0x1b8a2a,_0x52f962=this[_0x5f345e(0xee)][_0x5f345e(0xf2)](_0x43776f);return _0x57d1a7&&this[_0x5f345e(0xee)][_0x5f345e(0xdc)](_0x43776f['id']),_0x52f962[_0x5f345e(0x108)]=this[_0x5f345e(0xf8)]++,_0x52f962;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5e5b73=_0x2042;(function(_0x12c07a,_0x5a7b5c){const _0x42701f=_0x2042,_0x406cca=_0x12c07a();while(!![]){try{const _0x4f136=-parseInt(_0x42701f(0x100))/0x1*(parseInt(_0x42701f(0xbf))/0x2)+-parseInt(_0x42701f(0xf2))/0x3+-parseInt(_0x42701f(0xcb))/0x4*(-parseInt(_0x42701f(0xa4))/0x5)+-parseInt(_0x42701f(0x108))/0x6+-parseInt(_0x42701f(0xc1))/0x7*(-parseInt(_0x42701f(0xe2))/0x8)+parseInt(_0x42701f(0xe1))/0x9*(parseInt(_0x42701f(0xdc))/0xa)+parseInt(_0x42701f(0xa9))/0xb;if(_0x4f136===_0x5a7b5c)break;else _0x406cca['push'](_0x406cca['shift']());}catch(_0x292285){_0x406cca['push'](_0x406cca['shift']());}}}(_0x378e,0xaf3bd));import{Plugin as _0x475de7}from'ckeditor5/src/core.js';import{global as _0x1540bf,DomEmitterMixin as _0x219deb}from'ckeditor5/src/utils.js';import _0x1cd4b2 from'./sessions.js';import{LiveRange as _0x2e7188}from'ckeditor5/src/engine.js';import'../../theme/usermarkers.css';function _0x2042(_0x426837,_0x5234e3){const _0x378e47=_0x378e();return _0x2042=function(_0x20425,_0x514792){_0x20425=_0x20425-0x86;let _0x5a4b06=_0x378e47[_0x20425];return _0x5a4b06;},_0x2042(_0x426837,_0x5234e3);}export default class H extends _0x475de7{constructor(){const _0x6fd22c=_0x2042;super(...arguments),this[_0x6fd22c(0xec)]=new(_0x219deb())();}static get[_0x5e5b73(0xe7)](){return[_0x1cd4b2];}static get[_0x5e5b73(0xae)](){const _0x2ad32b=_0x5e5b73;return _0x2ad32b(0xbc);}[_0x5e5b73(0xa2)](){const _0x59e9ae=_0x5e5b73,_0xdf321c=this[_0x59e9ae(0xcf)],_0x24607e=_0xdf321c[_0x59e9ae(0xb0)][_0x59e9ae(0xfe)](_0x1cd4b2);_0xdf321c[_0x59e9ae(0xaf)][_0x59e9ae(0x94)](_0x59e9ae(0xc4))[_0x59e9ae(0xd6)]({'model':_0x59e9ae(0xc9),'view':(_0x5d54c7,{writer:_0x48d7db})=>function(_0x427861,_0x296dd9,_0x67acf8,_0x1d80d0){const _0xfa8793=_0x59e9ae,_0x162a33=_0x427861[_0xfa8793(0xb1)][_0xfa8793(0xe3)](':')[0x2],_0x2f4709=_0x67acf8[_0xfa8793(0xdd)](_0x162a33);if(!_0x2f4709||_0x162a33===_0x67acf8[_0xfa8793(0xab)])return;if(!_0x1d80d0[_0xfa8793(0xeb)][_0xfa8793(0x91)][_0xfa8793(0xdb)](_0x427861[_0xfa8793(0xd7)][_0xfa8793(0x9c)],_0xfa8793(0xf9)))return;const _0xc92e23={'class':_0xfa8793(0xa7)+_0x2f4709[_0xfa8793(0xe9)][_0xfa8793(0xf4)](),'data-name':_0x2f4709[_0xfa8793(0x8f)],'data-session-id':_0x162a33},_0x40cfd6=_0x1d80d0[_0xfa8793(0xeb)][_0xfa8793(0xd2)][_0xfa8793(0xfe)](_0x427861[_0xfa8793(0xb1)]),_0x12494c=_0x40cfd6[_0xfa8793(0x87)](),_0x18f408=_0x12494c[_0xfa8793(0xa3)],_0x2ab7c9=_0x1d80d0[_0xfa8793(0xeb)][_0xfa8793(0x91)];if(_0x18f408&&_0x2ab7c9[_0xfa8793(0xb2)](_0x18f408)&&_0x2ab7c9[_0xfa8793(0x9f)](_0x18f408)&&!_0x1d80d0[_0xfa8793(0xeb)][_0xfa8793(0xd2)][_0xfa8793(0xfe)](_0xfa8793(0xcc)+_0x162a33)[_0xfa8793(0xc0)]()[_0xfa8793(0x9b)])return;const _0x445f4e=_0x12494c[_0xfa8793(0xe6)];return _0x1d80d0[_0xfa8793(0xeb)][_0xfa8793(0x91)][_0xfa8793(0x9d)](_0x445f4e)&&!_0x1d80d0[_0xfa8793(0xeb)][_0xfa8793(0xd4)](_0x445f4e)&&(_0xc92e23[_0xfa8793(0x104)]=!0x1),function(_0x464d69,_0x49633c,_0x55c323){const _0x57bc13=_0xfa8793,_0x20320f=_0x464d69[_0x57bc13(0xd3)](_0x57bc13(0xd5),_0x49633c);return _0x464d69[_0x57bc13(0x98)](_0x57bc13(0x107),!0x0,_0x20320f),_0x20320f[_0x57bc13(0x99)]=function(_0x4b7b23){const _0xab8f41=_0x57bc13,_0x4b4942=this[_0xab8f41(0x89)](_0x4b7b23);return _0x4b4942[_0xab8f41(0xa5)]=_0xab8f41(0x96)+_0x55c323[_0xab8f41(0x8f)]+_0xab8f41(0xca),_0x4b4942[_0xab8f41(0xb8)](_0xab8f41(0xc7),()=>{const _0x490998=_0xab8f41;_0x4b4942[_0x490998(0xd9)][_0x490998(0x95)](_0x490998(0xc6));}),_0x4b4942[_0xab8f41(0xb8)](_0xab8f41(0xef),()=>{const _0x3b2425=_0xab8f41;_0x4b4942[_0x3b2425(0xd9)][_0x3b2425(0x103)](_0x3b2425(0xc6));}),_0x4b4942;},_0x20320f[_0x57bc13(0xe4)]=function(_0x35c7e6){const _0x5afd9c=_0x57bc13;return!(!this[_0x5afd9c(0x92)](_0x5afd9c(0x107))||!_0x35c7e6[_0x5afd9c(0x92)](_0x5afd9c(0x107))||this[_0x5afd9c(0xd0)](_0x5afd9c(0xd8))!=_0x35c7e6[_0x5afd9c(0xd0)](_0x5afd9c(0xd8)));},_0x20320f;}(_0x296dd9,_0xc92e23,_0x2f4709);}(_0x5d54c7,_0x48d7db,_0x24607e,_0xdf321c)}),_0xdf321c[_0x59e9ae(0xaf)][_0x59e9ae(0x94)](_0x59e9ae(0xc4))[_0x59e9ae(0xb7)]({'model':_0x59e9ae(0xaa),'view':_0x1e445f=>function(_0x33e307,_0x5c4ce2){const _0x614c1c=_0x59e9ae,_0x35ef39=_0x33e307[_0x614c1c(0xb1)][_0x614c1c(0xe3)](':')[0x2];if(_0x35ef39===_0x5c4ce2[_0x614c1c(0xab)])return null;const _0x18b0ea=_0x5c4ce2[_0x614c1c(0xdd)](_0x35ef39);if(!_0x18b0ea)return{'id':_0x35ef39,'classes':[]};return{'id':_0x35ef39,'classes':[_0x614c1c(0xb5),_0x18b0ea[_0x614c1c(0xe9)][_0x614c1c(0x8d)]()],'attributes':{'data-session-id':_0x35ef39},'priority':0x7d0+_0x18b0ea[_0x614c1c(0x8e)]};}(_0x1e445f,_0x24607e)}),function(_0x457a00){const _0x248754=_0x59e9ae,_0x5ce0af=_0x457a00[_0x248754(0xeb)],_0x465ed4=new Map(),_0x383d3a=_0x457a00[_0x248754(0xb0)][_0x248754(0xfe)](_0x1cd4b2);_0x5ce0af[_0x248754(0xd2)]['on'](_0x248754(0xe0),(_0x54721a,_0x2c41e1,_0x41566e,_0x669d6a)=>{const _0x150dfe=_0x248754;if(!_0x669d6a&&_0x465ed4[_0x150dfe(0xfe)](_0x2c41e1[_0x150dfe(0x8f)]))return _0x465ed4[_0x150dfe(0xfe)](_0x2c41e1[_0x150dfe(0x8f)])[_0x150dfe(0xf3)](),void _0x465ed4[_0x150dfe(0xf7)](_0x2c41e1[_0x150dfe(0x8f)]);const _0x656819=_0x2c41e1[_0x150dfe(0x8f)][_0x150dfe(0xe3)](':')[0x2];if(_0x656819===_0x383d3a[_0x150dfe(0xab)])return;const _0x5869fd=_0x150dfe(0xf5)+_0x656819;_0x5ce0af[_0x150dfe(0xd2)][_0x150dfe(0x106)](_0x5869fd)&&_0x457a00[_0x150dfe(0xad)][_0x150dfe(0x102)](_0x5869fd),_0x2c41e1['on'](_0x150dfe(0xf8),(_0x26e34b,_0x2a3f39,_0x18d9a1)=>{const _0x3e3104=_0x150dfe;if(_0x3e3104(0xe5)!=_0x2a3f39[_0x3e3104(0xb9)][_0x3e3104(0xd1)]&&_0x3e3104(0xe5)==_0x2c41e1[_0x3e3104(0xc0)]()[_0x3e3104(0xb9)][_0x3e3104(0xd1)]&&!_0x465ed4[_0x3e3104(0x106)](_0x2c41e1[_0x3e3104(0x8f)])){const _0x323107=_0x5ce0af[_0x3e3104(0x91)][_0x3e3104(0xff)](_0x18d9a1[_0x3e3104(0xcd)]);if(_0x323107){const _0x1fd567=_0x2e7188[_0x3e3104(0x88)](_0x323107);_0x465ed4[_0x3e3104(0xdf)](_0x2c41e1[_0x3e3104(0x8f)],_0x1fd567),_0x1fd567['on'](_0x3e3104(0xf8),(_0x5b2de3,_0x1d3d4a,_0x3edb42)=>{const _0x2fe016=_0x3e3104;if(_0x2fe016(0xe5)==_0x1fd567[_0x2fe016(0xb9)][_0x2fe016(0xd1)]){const _0xfe9360=_0x5ce0af[_0x2fe016(0x91)][_0x2fe016(0xff)](_0x3edb42[_0x2fe016(0xcd)]);_0xfe9360?(_0x1fd567[_0x2fe016(0x9c)]=_0xfe9360[_0x2fe016(0x9c)],_0x1fd567[_0x2fe016(0xbd)]=_0xfe9360[_0x2fe016(0xbd)]):(_0x465ed4[_0x2fe016(0xf7)](_0x2c41e1[_0x2fe016(0x8f)]),_0x1fd567[_0x2fe016(0xf3)]());}});}}});}),_0x5ce0af[_0x248754(0xba)]['on'](_0x248754(0xce),()=>{const _0x5c46b2=_0x248754;_0x465ed4[_0x5c46b2(0xde)]>0x0&&_0x5ce0af[_0x5c46b2(0xf6)]({'isUndoable':!0x1},_0x4040f7=>{const _0x1e0463=_0x5c46b2;for(const [_0x532e26,_0x3a01e9]of _0x465ed4)_0x1e0463(0xe5)==_0x5ce0af[_0x1e0463(0xd2)][_0x1e0463(0xfe)](_0x532e26)[_0x1e0463(0xc0)]()[_0x1e0463(0xb9)][_0x1e0463(0xd1)]&&(re(_0x532e26[_0x1e0463(0xe3)](':')[0x2],_0x3a01e9[_0x1e0463(0x86)](),_0x5ce0af,_0x4040f7),_0x3a01e9[_0x1e0463(0xf3)]());_0x465ed4[_0x1e0463(0x8a)]();});});}(_0xdf321c),this[_0x59e9ae(0xec)][_0x59e9ae(0xa8)](_0x1540bf[_0x59e9ae(0xba)],_0x59e9ae(0xe8),(_0x3870b0,{key:_0x38777c})=>{const _0x17419a=_0x59e9ae;_0x17419a(0x8c)===_0x38777c&&function(_0x3d5001){const _0x42b822=_0x17419a;_0x3d5001[_0x42b822(0xad)][_0x42b822(0x93)][_0x42b822(0xce)](_0x379686=>{const _0x586c00=_0x42b822;for(const _0xfa3642 of _0x3d5001[_0x586c00(0xeb)][_0x586c00(0xd2)]){if(!_0xfa3642[_0x586c00(0x8f)][_0x586c00(0xea)](_0x586c00(0xc9)))continue;const _0x22138f=_0x3d5001[_0x586c00(0xad)][_0x586c00(0x97)][_0x586c00(0xda)](_0xfa3642[_0x586c00(0x8f)]);if(_0x22138f){for(const _0x25e7e3 of _0x22138f)_0x379686[_0x586c00(0xed)](_0x586c00(0xc6),_0x25e7e3);}}});}(_0xdf321c);},{'useCapture':!0x0});}[_0x5e5b73(0x101)](){const _0x241cd7=_0x5e5b73,_0x4f09f7=this[_0x241cd7(0xcf)],_0x472022=_0x4f09f7[_0x241cd7(0x105)][_0x241cd7(0xfe)](_0x241cd7(0xf0));_0x472022&&_0x4f09f7[_0x241cd7(0xeb)]['on'](_0x241cd7(0xfa),(_0x323992,_0x24791b)=>{const _0x29157b=_0x241cd7,_0x371496=_0x24791b[0x0];if(_0x29157b(0x9a)!=_0x371496[_0x29157b(0xa6)]||!_0x371496[_0x29157b(0x8f)][_0x29157b(0xea)](_0x29157b(0xfd)))return;const _0x586b77=_0x371496[_0x29157b(0xa0)];_0x472022[_0x29157b(0xc5)][_0x29157b(0x106)](_0x586b77)&&(_0x371496[_0x29157b(0xc3)]=_0x371496[_0x29157b(0xbe)]?_0x4f09f7[_0x29157b(0xeb)][_0x29157b(0xbb)](_0x371496[_0x29157b(0xbe)][_0x29157b(0x9c)],_0x371496[_0x29157b(0xbe)][_0x29157b(0xbd)]):null);},{'priority':_0x241cd7(0x9e)});}[_0x5e5b73(0x8b)](){const _0x4ddf60=_0x5e5b73;return this[_0x4ddf60(0xec)][_0x4ddf60(0xa1)](),super[_0x4ddf60(0x8b)]();}[_0x5e5b73(0xc2)](){const _0x36567b=_0x5e5b73,_0x184970=this[_0x36567b(0xcf)],_0x5ba7b3=_0x184970[_0x36567b(0xeb)][_0x36567b(0xba)],_0x4a0c5d=_0x184970[_0x36567b(0xb0)][_0x36567b(0xfe)](_0x1cd4b2);_0x184970[_0x36567b(0xeb)][_0x36567b(0xf6)]({'isUndoable':!0x1},_0x2f4fd0=>{const _0x5c8755=_0x36567b,_0x15eb66=_0x5c8755(0xcc)+_0x4a0c5d[_0x5c8755(0xab)],_0x226c97=_0x5c8755(0xf5)+_0x4a0c5d[_0x5c8755(0xab)],_0x1f7a69=_0x184970[_0x5c8755(0xeb)][_0x5c8755(0xd2)][_0x5c8755(0x106)](_0x15eb66);_0x184970[_0x5c8755(0xad)][_0x5c8755(0x93)][_0x5c8755(0xfc)]?re(_0x4a0c5d[_0x5c8755(0xab)],_0x5ba7b3[_0x5c8755(0xee)][_0x5c8755(0xfb)](),_0x184970[_0x5c8755(0xeb)],_0x2f4fd0):_0x1f7a69&&(_0x2f4fd0[_0x5c8755(0xf1)](_0x15eb66),_0x2f4fd0[_0x5c8755(0xf1)](_0x226c97));});}}function _0x378e(){const _0x5633e1=['destroy','Escape','getSelectionClass','orderNumber','name','element','schema','getCustomProperty','view','for','add','⁠<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>','mapper','setCustomProperty','render','marker','isCollapsed','start','isLimit','highest','isInline','batch','stopListening','init','nodeAfter','2050wfKGnw','innerHTML','type','ck-user__marker\x20','listenTo','2483118FkbAhF','user:range','mySessionId','getPositions','editing','pluginName','conversion','plugins','markerName','isObject','addMarker','tableCell','ck-user__selection','updateMarker','markerToHighlight','addEventListener','root','document','createRange','UserMarkers','end','oldRange','1777758yVqekr','getRange','243502SCFNtr','createUserMarkerOperations','newRange','editingDowncast','_createdBatches','ck-user__marker_hovered','mouseenter','getContainedElement','user:position','</span>⁠','10728hrWdrr','user:range:','deletionPosition','change','editor','getAttribute','rootName','markers','createUIElement','hasContent','span','markerToElement','markerRange','data-session-id','classList','markerNameToElements','checkChild','8166350YyLiyO','getUserBySessionId','size','set','update:user:range','9WOGaZB','280inntml','split','isSimilar','$graveyard','parent','requires','keydown','color','startsWith','model','_domEmitter','removeClass','selection','mouseleave','undo','removeMarker','2776614KxGmDD','detach','getMarkerClass','user:position:','enqueueChange','delete','change:range','$text','applyOperation','getFirstRange','hasDomSelection','user:','get','getNearestSelectionRange','1kLPQrt','afterInit','reconvertMarker','remove','contenteditable','commands','has','userPositionMarker','4963974UtRxGU','toRange','getStart','fromRange','toDomElement','clear'];_0x378e=function(){return _0x5633e1;};return _0x378e();}function re(_0x2d8701,_0xe93ef4,_0x2ca266,_0x1e5f2f){const _0x46e539=_0x5e5b73,_0x39b55d=_0x46e539(0xcc)+_0x2d8701,_0x15f8ee=_0x46e539(0xf5)+_0x2d8701,_0x11929f=_0xe93ef4[_0x46e539(0xc8)]();let _0x46c020=_0xe93ef4[_0x46e539(0x9c)];_0x11929f&&_0x11929f['is'](_0x46e539(0x90),_0x46e539(0xb4))&&(_0x46c020=function(_0x57325d,_0x3a4eed){const _0x48ba7a=_0x46e539;for(const _0x385b91 of _0x57325d[_0x48ba7a(0xac)]())if(_0x3a4eed[_0x48ba7a(0x91)][_0x48ba7a(0xdb)](_0x385b91,_0x48ba7a(0xf9)))return _0x385b91;}(_0xe93ef4,_0x2ca266),_0xe93ef4=_0x1e5f2f[_0x46e539(0xbb)](_0x46c020));const _0x382a90=_0x1e5f2f[_0x46e539(0xbb)](_0x46c020);_0x2ca266[_0x46e539(0xd2)][_0x46e539(0x106)](_0x39b55d)?(_0x1e5f2f[_0x46e539(0xb6)](_0x39b55d,{'range':_0xe93ef4}),_0x1e5f2f[_0x46e539(0xb6)](_0x15f8ee,{'range':_0x382a90})):(_0x1e5f2f[_0x46e539(0xb3)](_0x39b55d,{'range':_0xe93ef4,'usingOperation':!0x0}),_0x1e5f2f[_0x46e539(0xb3)](_0x15f8ee,{'range':_0x382a90,'usingOperation':!0x0}));}
23
+ const _0x1bb9f5=_0x562c;(function(_0x45b63e,_0x124f72){const _0x4ccc49=_0x562c,_0x5928d2=_0x45b63e();while(!![]){try{const _0x830a1b=parseInt(_0x4ccc49(0x108))/0x1+-parseInt(_0x4ccc49(0x132))/0x2+parseInt(_0x4ccc49(0x128))/0x3*(parseInt(_0x4ccc49(0xdc))/0x4)+parseInt(_0x4ccc49(0xd9))/0x5*(-parseInt(_0x4ccc49(0xf2))/0x6)+parseInt(_0x4ccc49(0x129))/0x7*(parseInt(_0x4ccc49(0x111))/0x8)+-parseInt(_0x4ccc49(0x11e))/0x9+-parseInt(_0x4ccc49(0x139))/0xa*(parseInt(_0x4ccc49(0xfd))/0xb);if(_0x830a1b===_0x124f72)break;else _0x5928d2['push'](_0x5928d2['shift']());}catch(_0x3b60b8){_0x5928d2['push'](_0x5928d2['shift']());}}}(_0x1412,0xb3382));import{Plugin as _0x4c6b0f}from'ckeditor5/src/core.js';function _0x562c(_0x4d13c4,_0x537c6c){const _0x141212=_0x1412();return _0x562c=function(_0x562c78,_0x545743){_0x562c78=_0x562c78-0xbf;let _0x44e5b1=_0x141212[_0x562c78];return _0x44e5b1;},_0x562c(_0x4d13c4,_0x537c6c);}import{global as _0x245e74,DomEmitterMixin as _0x6f310f}from'ckeditor5/src/utils.js';import _0x2f67d9 from'./sessions.js';import{LiveRange as _0xe22571}from'ckeditor5/src/engine.js';function _0x1412(){const _0x2c7add=['getMarkerClass','schema','getAttribute','getPositions','1170676rbSOKQ','requires','update:user:range','color','isInline','change','getRange','model','plugins','8bJTEps','createUserMarkerOperations','removeMarker','nodeAfter','newRange','addEventListener','name','editor','updateMarker','batch','$text','_createdBatches','for','1202895MiBaIG','isObject','data-session-id','createRange','render','editing','markerRange','setCustomProperty','selection','isLimit','3793791LYNAhV','4850503mXYHBq','oldRange','markerToElement','markerNameToElements','user:position','getContainedElement','fromRange','$graveyard','ck-user__marker\x20','1775674ULHdfI','addMarker','startsWith','clear','Escape','markers','markerToHighlight','4992670XEVYZB','user:range','span','detach','end','removeClass','pluginName','innerHTML','highest','_domEmitter','getStart','marker','toRange','mapper','createUIElement','</span>⁠','mySessionId','getFirstRange','orderNumber','deletionPosition','remove','isCollapsed','toDomElement','delete','UserMarkers','get','userPositionMarker','enqueueChange','markerName','add','change:range','afterInit','has','mouseenter','destroy','207830DbAYpn','root','hasDomSelection','4wLPrSw','isSimilar','getSelectionClass','checkChild','editingDowncast','applyOperation','⁠<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>','reconvertMarker','size','user:position:','split','tableCell','classList','init','mouseleave','contenteditable','conversion','user:','hasContent','getCustomProperty','view','stopListening','54fazVHJ','element','commands','set','getNearestSelectionRange','document','user:range:','getUserBySessionId','ck-user__selection','ck-user__marker_hovered','undo','22hpWUtD','parent','listenTo','keydown','rootName','type','start'];_0x1412=function(){return _0x2c7add;};return _0x1412();}import'../../theme/usermarkers.css';export default class H extends _0x4c6b0f{constructor(){const _0x1db1e5=_0x562c;super(...arguments),this[_0x1db1e5(0xbf)]=new(_0x6f310f())();}static get[_0x1bb9f5(0x109)](){return[_0x2f67d9];}static get[_0x1bb9f5(0x13f)](){const _0x52386f=_0x1bb9f5;return _0x52386f(0xce);}[_0x1bb9f5(0xe9)](){const _0xd2e9bd=_0x1bb9f5,_0x4cd568=this[_0xd2e9bd(0x118)],_0x50dee7=_0x4cd568[_0xd2e9bd(0x110)][_0xd2e9bd(0xcf)](_0x2f67d9);_0x4cd568[_0xd2e9bd(0xec)][_0xd2e9bd(0x11d)](_0xd2e9bd(0xe0))[_0xd2e9bd(0x12b)]({'model':_0xd2e9bd(0x12d),'view':(_0x1fe7b6,{writer:_0x1e64a0})=>function(_0x59e7a7,_0x35b227,_0x17507c,_0x25e028){const _0x1eb33d=_0xd2e9bd,_0x39984e=_0x59e7a7[_0x1eb33d(0xd2)][_0x1eb33d(0xe6)](':')[0x2],_0x4dbb95=_0x17507c[_0x1eb33d(0xf9)](_0x39984e);if(!_0x4dbb95||_0x39984e===_0x17507c[_0x1eb33d(0xc6)])return;if(!_0x25e028[_0x1eb33d(0x10f)][_0x1eb33d(0x105)][_0x1eb33d(0xdf)](_0x59e7a7[_0x1eb33d(0x124)][_0x1eb33d(0x103)],_0x1eb33d(0x11b)))return;const _0x571fc5={'class':_0x1eb33d(0x131)+_0x4dbb95[_0x1eb33d(0x10b)][_0x1eb33d(0x104)](),'data-name':_0x4dbb95[_0x1eb33d(0x117)],'data-session-id':_0x39984e},_0x34c966=_0x25e028[_0x1eb33d(0x10f)][_0x1eb33d(0x137)][_0x1eb33d(0xcf)](_0x59e7a7[_0x1eb33d(0xd2)]),_0x586f42=_0x34c966[_0x1eb33d(0xc0)](),_0x39030c=_0x586f42[_0x1eb33d(0x114)],_0x188cef=_0x25e028[_0x1eb33d(0x10f)][_0x1eb33d(0x105)];if(_0x39030c&&_0x188cef[_0x1eb33d(0x11f)](_0x39030c)&&_0x188cef[_0x1eb33d(0x10c)](_0x39030c)&&!_0x25e028[_0x1eb33d(0x10f)][_0x1eb33d(0x137)][_0x1eb33d(0xcf)](_0x1eb33d(0xf8)+_0x39984e)[_0x1eb33d(0x10e)]()[_0x1eb33d(0xcb)])return;const _0x3e6e87=_0x586f42[_0x1eb33d(0xfe)];return _0x25e028[_0x1eb33d(0x10f)][_0x1eb33d(0x105)][_0x1eb33d(0x127)](_0x3e6e87)&&!_0x25e028[_0x1eb33d(0x10f)][_0x1eb33d(0xee)](_0x3e6e87)&&(_0x571fc5[_0x1eb33d(0xeb)]=!0x1),function(_0x14acbc,_0x76ba18,_0xe17dac){const _0x2ed268=_0x1eb33d,_0x97ccb1=_0x14acbc[_0x2ed268(0xc4)](_0x2ed268(0x13b),_0x76ba18);return _0x14acbc[_0x2ed268(0x125)](_0x2ed268(0xd0),!0x0,_0x97ccb1),_0x97ccb1[_0x2ed268(0x122)]=function(_0x316c6d){const _0x74bc41=_0x2ed268,_0x2b0478=this[_0x74bc41(0xcc)](_0x316c6d);return _0x2b0478[_0x74bc41(0x140)]=_0x74bc41(0xe2)+_0xe17dac[_0x74bc41(0x117)]+_0x74bc41(0xc5),_0x2b0478[_0x74bc41(0x116)](_0x74bc41(0xd7),()=>{const _0x5d7c40=_0x74bc41;_0x2b0478[_0x5d7c40(0xe8)][_0x5d7c40(0xd3)](_0x5d7c40(0xfb));}),_0x2b0478[_0x74bc41(0x116)](_0x74bc41(0xea),()=>{const _0x2840d5=_0x74bc41;_0x2b0478[_0x2840d5(0xe8)][_0x2840d5(0xca)](_0x2840d5(0xfb));}),_0x2b0478;},_0x97ccb1[_0x2ed268(0xdd)]=function(_0x1e8c45){const _0x5dcaab=_0x2ed268;return!(!this[_0x5dcaab(0xef)](_0x5dcaab(0xd0))||!_0x1e8c45[_0x5dcaab(0xef)](_0x5dcaab(0xd0))||this[_0x5dcaab(0x106)](_0x5dcaab(0x120))!=_0x1e8c45[_0x5dcaab(0x106)](_0x5dcaab(0x120)));},_0x97ccb1;}(_0x35b227,_0x571fc5,_0x4dbb95);}(_0x1fe7b6,_0x1e64a0,_0x50dee7,_0x4cd568)}),_0x4cd568[_0xd2e9bd(0xec)][_0xd2e9bd(0x11d)](_0xd2e9bd(0xe0))[_0xd2e9bd(0x138)]({'model':_0xd2e9bd(0x13a),'view':_0x26fc43=>function(_0xf420b5,_0x425689){const _0x3ddfd6=_0xd2e9bd,_0x380bb8=_0xf420b5[_0x3ddfd6(0xd2)][_0x3ddfd6(0xe6)](':')[0x2];if(_0x380bb8===_0x425689[_0x3ddfd6(0xc6)])return null;const _0x3bfe97=_0x425689[_0x3ddfd6(0xf9)](_0x380bb8);if(!_0x3bfe97)return{'id':_0x380bb8,'classes':[]};return{'id':_0x380bb8,'classes':[_0x3ddfd6(0xfa),_0x3bfe97[_0x3ddfd6(0x10b)][_0x3ddfd6(0xde)]()],'attributes':{'data-session-id':_0x380bb8},'priority':0x7d0+_0x3bfe97[_0x3ddfd6(0xc8)]};}(_0x26fc43,_0x50dee7)}),function(_0x53d044){const _0xf5e3b0=_0xd2e9bd,_0x2b785d=_0x53d044[_0xf5e3b0(0x10f)],_0x4b508f=new Map(),_0x365f7d=_0x53d044[_0xf5e3b0(0x110)][_0xf5e3b0(0xcf)](_0x2f67d9);_0x2b785d[_0xf5e3b0(0x137)]['on'](_0xf5e3b0(0x10a),(_0xcdc73,_0x11403e,_0x272743,_0x4d62aa)=>{const _0x3f96a8=_0xf5e3b0;if(!_0x4d62aa&&_0x4b508f[_0x3f96a8(0xcf)](_0x11403e[_0x3f96a8(0x117)]))return _0x4b508f[_0x3f96a8(0xcf)](_0x11403e[_0x3f96a8(0x117)])[_0x3f96a8(0x13c)](),void _0x4b508f[_0x3f96a8(0xcd)](_0x11403e[_0x3f96a8(0x117)]);const _0x2dfd56=_0x11403e[_0x3f96a8(0x117)][_0x3f96a8(0xe6)](':')[0x2];if(_0x2dfd56===_0x365f7d[_0x3f96a8(0xc6)])return;const _0x159b52=_0x3f96a8(0xe5)+_0x2dfd56;_0x2b785d[_0x3f96a8(0x137)][_0x3f96a8(0xd6)](_0x159b52)&&_0x53d044[_0x3f96a8(0x123)][_0x3f96a8(0xe3)](_0x159b52),_0x11403e['on'](_0x3f96a8(0xd4),(_0x4f715b,_0x4d7bee,_0x4581d3)=>{const _0x420541=_0x3f96a8;if(_0x420541(0x130)!=_0x4d7bee[_0x420541(0xda)][_0x420541(0x101)]&&_0x420541(0x130)==_0x11403e[_0x420541(0x10e)]()[_0x420541(0xda)][_0x420541(0x101)]&&!_0x4b508f[_0x420541(0xd6)](_0x11403e[_0x420541(0x117)])){const _0x5333db=_0x2b785d[_0x420541(0x105)][_0x420541(0xf6)](_0x4581d3[_0x420541(0xc9)]);if(_0x5333db){const _0xc7a3b0=_0xe22571[_0x420541(0x12f)](_0x5333db);_0x4b508f[_0x420541(0xf5)](_0x11403e[_0x420541(0x117)],_0xc7a3b0),_0xc7a3b0['on'](_0x420541(0xd4),(_0x45e565,_0x4564bc,_0x52e984)=>{const _0x2c8a98=_0x420541;if(_0x2c8a98(0x130)==_0xc7a3b0[_0x2c8a98(0xda)][_0x2c8a98(0x101)]){const _0xd5c210=_0x2b785d[_0x2c8a98(0x105)][_0x2c8a98(0xf6)](_0x52e984[_0x2c8a98(0xc9)]);_0xd5c210?(_0xc7a3b0[_0x2c8a98(0x103)]=_0xd5c210[_0x2c8a98(0x103)],_0xc7a3b0[_0x2c8a98(0x13d)]=_0xd5c210[_0x2c8a98(0x13d)]):(_0x4b508f[_0x2c8a98(0xcd)](_0x11403e[_0x2c8a98(0x117)]),_0xc7a3b0[_0x2c8a98(0x13c)]());}});}}});}),_0x2b785d[_0xf5e3b0(0xf7)]['on'](_0xf5e3b0(0x10d),()=>{const _0x50cf3c=_0xf5e3b0;_0x4b508f[_0x50cf3c(0xe4)]>0x0&&_0x2b785d[_0x50cf3c(0xd1)]({'isUndoable':!0x1},_0x433596=>{const _0x203b6d=_0x50cf3c;for(const [_0x161881,_0x23d156]of _0x4b508f)_0x203b6d(0x130)==_0x2b785d[_0x203b6d(0x137)][_0x203b6d(0xcf)](_0x161881)[_0x203b6d(0x10e)]()[_0x203b6d(0xda)][_0x203b6d(0x101)]&&(re(_0x161881[_0x203b6d(0xe6)](':')[0x2],_0x23d156[_0x203b6d(0xc2)](),_0x2b785d,_0x433596),_0x23d156[_0x203b6d(0x13c)]());_0x4b508f[_0x203b6d(0x135)]();});});}(_0x4cd568),this[_0xd2e9bd(0xbf)][_0xd2e9bd(0xff)](_0x245e74[_0xd2e9bd(0xf7)],_0xd2e9bd(0x100),(_0x4cbd80,{key:_0x159169})=>{const _0x447854=_0xd2e9bd;_0x447854(0x136)===_0x159169&&function(_0x5a5ce9){const _0x16e1ae=_0x447854;_0x5a5ce9[_0x16e1ae(0x123)][_0x16e1ae(0xf0)][_0x16e1ae(0x10d)](_0x348a8f=>{const _0x2f1cf0=_0x16e1ae;for(const _0x33e9ee of _0x5a5ce9[_0x2f1cf0(0x10f)][_0x2f1cf0(0x137)]){if(!_0x33e9ee[_0x2f1cf0(0x117)][_0x2f1cf0(0x134)](_0x2f1cf0(0x12d)))continue;const _0x4711d8=_0x5a5ce9[_0x2f1cf0(0x123)][_0x2f1cf0(0xc3)][_0x2f1cf0(0x12c)](_0x33e9ee[_0x2f1cf0(0x117)]);if(_0x4711d8){for(const _0x3e234c of _0x4711d8)_0x348a8f[_0x2f1cf0(0x13e)](_0x2f1cf0(0xfb),_0x3e234c);}}});}(_0x4cd568);},{'useCapture':!0x0});}[_0x1bb9f5(0xd5)](){const _0x3bd21a=_0x1bb9f5,_0x47b311=this[_0x3bd21a(0x118)],_0x206f89=_0x47b311[_0x3bd21a(0xf4)][_0x3bd21a(0xcf)](_0x3bd21a(0xfc));_0x206f89&&_0x47b311[_0x3bd21a(0x10f)]['on'](_0x3bd21a(0xe1),(_0x15c441,_0x50afdf)=>{const _0x11f19c=_0x3bd21a,_0x156d5a=_0x50afdf[0x0];if(_0x11f19c(0xc1)!=_0x156d5a[_0x11f19c(0x102)]||!_0x156d5a[_0x11f19c(0x117)][_0x11f19c(0x134)](_0x11f19c(0xed)))return;const _0x115adc=_0x156d5a[_0x11f19c(0x11a)];_0x206f89[_0x11f19c(0x11c)][_0x11f19c(0xd6)](_0x115adc)&&(_0x156d5a[_0x11f19c(0x115)]=_0x156d5a[_0x11f19c(0x12a)]?_0x47b311[_0x11f19c(0x10f)][_0x11f19c(0x121)](_0x156d5a[_0x11f19c(0x12a)][_0x11f19c(0x103)],_0x156d5a[_0x11f19c(0x12a)][_0x11f19c(0x13d)]):null);},{'priority':_0x3bd21a(0x141)});}[_0x1bb9f5(0xd8)](){const _0x402472=_0x1bb9f5;return this[_0x402472(0xbf)][_0x402472(0xf1)](),super[_0x402472(0xd8)]();}[_0x1bb9f5(0x112)](){const _0x562c2d=_0x1bb9f5,_0x22882c=this[_0x562c2d(0x118)],_0x4a0ff2=_0x22882c[_0x562c2d(0x10f)][_0x562c2d(0xf7)],_0x27f4b8=_0x22882c[_0x562c2d(0x110)][_0x562c2d(0xcf)](_0x2f67d9);_0x22882c[_0x562c2d(0x10f)][_0x562c2d(0xd1)]({'isUndoable':!0x1},_0x5d90d3=>{const _0x1bf767=_0x562c2d,_0x536fd0=_0x1bf767(0xf8)+_0x27f4b8[_0x1bf767(0xc6)],_0x11e58a=_0x1bf767(0xe5)+_0x27f4b8[_0x1bf767(0xc6)],_0x3d4a82=_0x22882c[_0x1bf767(0x10f)][_0x1bf767(0x137)][_0x1bf767(0xd6)](_0x536fd0);_0x22882c[_0x1bf767(0x123)][_0x1bf767(0xf0)][_0x1bf767(0xdb)]?re(_0x27f4b8[_0x1bf767(0xc6)],_0x4a0ff2[_0x1bf767(0x126)][_0x1bf767(0xc7)](),_0x22882c[_0x1bf767(0x10f)],_0x5d90d3):_0x3d4a82&&(_0x5d90d3[_0x1bf767(0x113)](_0x536fd0),_0x5d90d3[_0x1bf767(0x113)](_0x11e58a));});}}function re(_0x1812fa,_0x5d9b71,_0x1427fe,_0x39d386){const _0x421154=_0x1bb9f5,_0x9ae610=_0x421154(0xf8)+_0x1812fa,_0x32ae43=_0x421154(0xe5)+_0x1812fa,_0x44d5d4=_0x5d9b71[_0x421154(0x12e)]();let _0x1946bb=_0x5d9b71[_0x421154(0x103)];_0x44d5d4&&_0x44d5d4['is'](_0x421154(0xf3),_0x421154(0xe7))&&(_0x1946bb=function(_0x2ac073,_0x43ac21){const _0x47f0b9=_0x421154;for(const _0x1693a4 of _0x2ac073[_0x47f0b9(0x107)]())if(_0x43ac21[_0x47f0b9(0x105)][_0x47f0b9(0xdf)](_0x1693a4,_0x47f0b9(0x11b)))return _0x1693a4;}(_0x5d9b71,_0x1427fe),_0x5d9b71=_0x39d386[_0x421154(0x121)](_0x1946bb));const _0x24fb75=_0x39d386[_0x421154(0x121)](_0x1946bb);_0x1427fe[_0x421154(0x137)][_0x421154(0xd6)](_0x9ae610)?(_0x39d386[_0x421154(0x119)](_0x9ae610,{'range':_0x5d9b71}),_0x39d386[_0x421154(0x119)](_0x32ae43,{'range':_0x24fb75})):(_0x39d386[_0x421154(0x133)](_0x9ae610,{'range':_0x5d9b71,'usingOperation':!0x0}),_0x39d386[_0x421154(0x133)](_0x32ae43,{'range':_0x24fb75,'usingOperation':!0x0}));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c675b=_0x266e;(function(_0x40b853,_0x555b27){const _0x35f8b5=_0x266e,_0x54a74f=_0x40b853();while(!![]){try{const _0x42a37f=-parseInt(_0x35f8b5(0x1af))/0x1+-parseInt(_0x35f8b5(0x192))/0x2+-parseInt(_0x35f8b5(0x19c))/0x3+-parseInt(_0x35f8b5(0x1bb))/0x4*(-parseInt(_0x35f8b5(0x1c6))/0x5)+-parseInt(_0x35f8b5(0x1b6))/0x6+parseInt(_0x35f8b5(0x18c))/0x7+-parseInt(_0x35f8b5(0x1c4))/0x8*(-parseInt(_0x35f8b5(0x186))/0x9);if(_0x42a37f===_0x555b27)break;else _0x54a74f['push'](_0x54a74f['shift']());}catch(_0x4499c3){_0x54a74f['push'](_0x54a74f['shift']());}}}(_0x45c1,0x354dd));import{ContextPlugin as _0x1e9d9e}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0xfbfc75,CKEditorError as _0x40f72d}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0x533dd4,WEB_SOCKET_GATEWAY_STATES as _0x18b82e}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0x1a6870}from'ckeditor5/src/ui.js';function _0x266e(_0x54bbc0,_0x5f2be5){const _0x45c1a1=_0x45c1();return _0x266e=function(_0x266ed9,_0x406981){_0x266ed9=_0x266ed9-0x182;let _0x54dba=_0x45c1a1[_0x266ed9];return _0x54dba;},_0x266e(_0x54bbc0,_0x5f2be5);}class c extends _0x1e9d9e{static get[_0x3c675b(0x1a1)](){const _0x59af0f=_0x3c675b;return[_0x59af0f(0x194),_0x1a6870];}static get[_0x3c675b(0x1ba)](){const _0x1c09f9=_0x3c675b;return _0x1c09f9(0x188);}constructor(_0x92b895){const _0x7ac892=_0x3c675b;super(_0x92b895),this[_0x7ac892(0x187)](_0x7ac892(0x1ae),_0x18b82e[_0x7ac892(0x185)]),this[_0x7ac892(0x187)](_0x7ac892(0x199),!0x1),this[_0x7ac892(0x1b4)]=new Set(),this[_0x7ac892(0x1c2)]=!0x1,this[_0x7ac892(0x1aa)]=Object[_0x7ac892(0x189)](_0xfbfc75);}[_0x3c675b(0x191)](){const _0x306a8a=_0x3c675b,_0x1aa0b4=this[_0x306a8a(0x1b9)],_0xbdc99c=_0x1aa0b4[_0x306a8a(0x1b2)][_0x306a8a(0x197)](_0x306a8a(0x194)),_0x6bf76=_0x1aa0b4[_0x306a8a(0x1b2)][_0x306a8a(0x197)](_0x1a6870);if(!_0xbdc99c[_0x306a8a(0x18a)])throw new _0x40f72d(_0x306a8a(0x1c5),this);if(!_0xbdc99c[_0x306a8a(0x196)])throw new _0x40f72d(_0x306a8a(0x1a2),this);return this[_0x306a8a(0x1aa)][_0x306a8a(0x184)](window,_0x306a8a(0x183),()=>this[_0x306a8a(0x199)]=!0x0),this[_0x306a8a(0x1aa)][_0x306a8a(0x184)](window,_0x306a8a(0x1a3),()=>this[_0x306a8a(0x199)]=!0x1),this[_0x306a8a(0x1b9)][_0x306a8a(0x1c3)][_0x306a8a(0x1bd)](_0x306a8a(0x19b),0xa),this[_0x306a8a(0x1b9)][_0x306a8a(0x1c3)][_0x306a8a(0x1bd)](_0x306a8a(0x1b5),0x14),c[_0x306a8a(0x188)][_0x306a8a(0x18b)](_0xbdc99c[_0x306a8a(0x18a)],_0xbdc99c[_0x306a8a(0x196)],{'timeout':0x3e8*this[_0x306a8a(0x1b9)][_0x306a8a(0x1c3)][_0x306a8a(0x197)](_0x306a8a(0x19b)),'requestTimeout':0x3e8*this[_0x306a8a(0x1b9)][_0x306a8a(0x1c3)][_0x306a8a(0x197)](_0x306a8a(0x1b5))})[_0x306a8a(0x198)](_0x4d0b95=>{const _0x50d0e5=_0x306a8a;if(this[_0x50d0e5(0x1c1)]=_0x4d0b95,this[_0x50d0e5(0x18e)](_0x50d0e5(0x1ae))['to'](_0x4d0b95,_0x50d0e5(0x1ae),this,_0x50d0e5(0x199),(_0x1a87c0,_0x28002b)=>(_0x50d0e5(0x182)!==_0x1a87c0&&(this[_0x50d0e5(0x1c2)]=!0x0),_0x28002b||_0x1a87c0!==_0x18b82e[_0x50d0e5(0x185)]?_0x18b82e[_0x50d0e5(0x19f)]:this[_0x50d0e5(0x1ae)]==_0x18b82e[_0x50d0e5(0x19f)]&&this[_0x50d0e5(0x1c2)]?(this[_0x50d0e5(0x1c2)]=!0x1,this[_0x50d0e5(0x195)](),_0x18b82e[_0x50d0e5(0x1b3)]):_0x18b82e[_0x50d0e5(0x185)])),this[_0x50d0e5(0x1c1)]['on'](_0x50d0e5(0x190),(_0x5d90f6,_0x5f264e)=>{const _0xee69e=_0x50d0e5;if(_0xee69e(0x18f)!==_0x5f264e[_0xee69e(0x1a5)])throw console[_0xee69e(0x190)](_0x5f264e),new _0x40f72d(_0xee69e(0x1b0),null,{'originalError':_0x5f264e});_0x6bf76[_0xee69e(0x1a9)](_0xee69e(0x19a),{'title':_0xee69e(0x1c0),'namespace':_0xee69e(0x1b1)});}),!_0x4d0b95['me'])return new Promise(_0xae0378=>_0x4d0b95['on'](_0x50d0e5(0x1ab),_0xae0378));})[_0x306a8a(0x1be)](_0x45bb0d=>{const _0x10917c=_0x306a8a;throw console[_0x10917c(0x190)](_0x45bb0d),new _0x40f72d(_0x10917c(0x1b0),null,{'originalError':_0x45bb0d});});}[_0x3c675b(0x1bc)](_0x4c4bca){const _0x2dc4ac=_0x3c675b;if(_0x2dc4ac(0x1ac)!=typeof _0x4c4bca[_0x2dc4ac(0x1ad)])throw new _0x40f72d(_0x2dc4ac(0x1c8),this);if(this[_0x2dc4ac(0x1c7)](_0x4c4bca))throw new _0x40f72d(_0x2dc4ac(0x19e),this,{'name':_0x4c4bca[_0x2dc4ac(0x1bf)][_0x2dc4ac(0x1ba)]});this[_0x2dc4ac(0x1b4)][_0x2dc4ac(0x193)](_0x4c4bca);}[_0x3c675b(0x1a4)](_0x55003a){const _0x1edb71=_0x3c675b;this[_0x1edb71(0x1b4)][_0x1edb71(0x1c9)](_0x55003a);}[_0x3c675b(0x1c7)](_0x4b6ced){const _0x3f7d8f=_0x3c675b;return this[_0x3f7d8f(0x1b4)][_0x3f7d8f(0x1b8)](_0x4b6ced);}[_0x3c675b(0x195)](){const _0x20c50f=_0x3c675b;return this[_0x20c50f(0x1c1)][_0x20c50f(0x1ad)]()[_0x20c50f(0x198)](()=>Promise[_0x20c50f(0x1a7)](Array[_0x20c50f(0x1a0)](this[_0x20c50f(0x1b4)],_0x12f093=>_0x12f093[_0x20c50f(0x1ad)]())))[_0x20c50f(0x198)](()=>this[_0x20c50f(0x1ae)]=_0x18b82e[_0x20c50f(0x185)])[_0x20c50f(0x1be)](_0x17ccc9=>{const _0x76afaa=_0x20c50f;throw console[_0x76afaa(0x190)](_0x17ccc9),new _0x40f72d(_0x76afaa(0x1a8),this[_0x76afaa(0x1b9)]);});}[_0x3c675b(0x19d)](){const _0x59079d=_0x3c675b;this[_0x59079d(0x1c1)]&&this[_0x59079d(0x1c1)][_0x59079d(0x1a6)](),this[_0x59079d(0x1ae)]=_0x18b82e[_0x59079d(0x19f)],this[_0x59079d(0x1aa)][_0x59079d(0x1b7)](),super[_0x59079d(0x19d)]();}}c[_0x3c675b(0x188)]=_0x533dd4,c[_0x3c675b(0x18d)]=0x3e8;export default c;function _0x45c1(){const _0xbab9f=['cloudservices-reconnection-error','showWarning','_domEmitter','change:me','function','reconnect','state','404287jkhVCq','cloudservices-init','real-time-collaboration','plugins','CONNECTING','_reconnectionStack','cloudServices.requestTimeout','1142052IjizTy','stopListening','has','context','pluginName','4XbXcEK','addToReconnectionStack','define','catch','constructor','Connected\x20users\x20limit\x20exceeded','connection','_shouldPluginsReconnect','config','410008HUCPwa','websocketgateway-missing-token','1103680GnIrVb','isInReconnectionStack','websocketgateway-invalid-plugin-interface','delete','connected','offline','listenTo','CONNECTED','99OuYCKe','set','WebSocketGateway','create','token','connect','631638idhIpx','initialReconnectionInterval','bind','limitExceeded','error','init','5630IWSpmP','add','CloudServices','_reconnect','webSocketUrl','get','then','_isBrowserOffline','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.connectionTimeout','176862mKaayK','destroy','websocketgateway-plugin-already-registered','DISCONNECTED','from','requires','websocketgateway-missing-websocket-url','online','removeFromReconnectionStack','code','disconnect','all'];_0x45c1=function(){return _0xbab9f;};return _0x45c1();}
23
+ const _0x2de4c6=_0x45e3;function _0x2637(){const _0x30be9d=['pluginName','offline','from','showWarning','real-time-collaboration','websocketgateway-invalid-plugin-interface','56366cBGgiM','cloudServices.requestTimeout','_domEmitter','config','_shouldPluginsReconnect','cloudservices-init','cloudservices-reconnection-error','state','error','9hvtdUR','WebSocketGateway','code','connect','create','limitExceeded','set','listenTo','stopListening','requires','catch','65AUtJXM','plugins','connected','8634mKdxEB','_reconnect','delete','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.','websocketgateway-missing-token','websocketgateway-plugin-already-registered','define','webSocketUrl','9xHSGue','connection','add','CONNECTING','9096787OPUhrn','change:me','has','reconnect','isInReconnectionStack','CloudServices','initialReconnectionInterval','DISCONNECTED','removeFromReconnectionStack','cloudServices.connectionTimeout','_reconnectionStack','disconnect','destroy','get','_isBrowserOffline','5891787BwZrtn','then','init','context','10419189qhAmyi','CONNECTED','10OHBFgQ','constructor','addToReconnectionStack','bind','function','Connected\x20users\x20limit\x20exceeded','813456iMCHZi','websocketgateway-missing-websocket-url','426080wYaRuJ','online','token','all'];_0x2637=function(){return _0x30be9d;};return _0x2637();}(function(_0x2c5baa,_0xef9452){const _0xaa4bf1=_0x45e3,_0x2514c9=_0x2c5baa();while(!![]){try{const _0x573016=parseInt(_0xaa4bf1(0x159))/0x1*(parseInt(_0xaa4bf1(0x13a))/0x2)+-parseInt(_0xaa4bf1(0x143))/0x3*(parseInt(_0xaa4bf1(0x178))/0x4)+-parseInt(_0xaa4bf1(0x14e))/0x5*(-parseInt(_0xaa4bf1(0x151))/0x6)+parseInt(_0xaa4bf1(0x15d))/0x7+parseInt(_0xaa4bf1(0x17a))/0x8+parseInt(_0xaa4bf1(0x16c))/0x9*(parseInt(_0xaa4bf1(0x172))/0xa)+-parseInt(_0xaa4bf1(0x170))/0xb;if(_0x573016===_0xef9452)break;else _0x2514c9['push'](_0x2514c9['shift']());}catch(_0x251a3c){_0x2514c9['push'](_0x2514c9['shift']());}}}(_0x2637,0xb064b));import{ContextPlugin as _0xbe8e48}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0x4811da,CKEditorError as _0x5d5d16}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0xd20528,WEB_SOCKET_GATEWAY_STATES as _0x367656}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';function _0x45e3(_0x25db9f,_0x462945){const _0x2637f8=_0x2637();return _0x45e3=function(_0x45e3cb,_0xb451e0){_0x45e3cb=_0x45e3cb-0x138;let _0x2a95c1=_0x2637f8[_0x45e3cb];return _0x2a95c1;},_0x45e3(_0x25db9f,_0x462945);}import{Notification as _0x4959bd}from'ckeditor5/src/ui.js';class c extends _0xbe8e48{static get[_0x2de4c6(0x14c)](){const _0x4345bc=_0x2de4c6;return[_0x4345bc(0x162),_0x4959bd];}static get[_0x2de4c6(0x17e)](){const _0x94144a=_0x2de4c6;return _0x94144a(0x144);}constructor(_0x1f7b39){const _0x4429ce=_0x2de4c6;super(_0x1f7b39),this[_0x4429ce(0x149)](_0x4429ce(0x141),_0x367656[_0x4429ce(0x171)]),this[_0x4429ce(0x149)](_0x4429ce(0x16b),!0x1),this[_0x4429ce(0x167)]=new Set(),this[_0x4429ce(0x13e)]=!0x1,this[_0x4429ce(0x13c)]=Object[_0x4429ce(0x147)](_0x4811da);}[_0x2de4c6(0x16e)](){const _0x4760a6=_0x2de4c6,_0x16a496=this[_0x4760a6(0x16f)],_0x5d66fe=_0x16a496[_0x4760a6(0x14f)][_0x4760a6(0x16a)](_0x4760a6(0x162)),_0x177ce1=_0x16a496[_0x4760a6(0x14f)][_0x4760a6(0x16a)](_0x4959bd);if(!_0x5d66fe[_0x4760a6(0x17c)])throw new _0x5d5d16(_0x4760a6(0x155),this);if(!_0x5d66fe[_0x4760a6(0x158)])throw new _0x5d5d16(_0x4760a6(0x179),this);return this[_0x4760a6(0x13c)][_0x4760a6(0x14a)](window,_0x4760a6(0x17f),()=>this[_0x4760a6(0x16b)]=!0x0),this[_0x4760a6(0x13c)][_0x4760a6(0x14a)](window,_0x4760a6(0x17b),()=>this[_0x4760a6(0x16b)]=!0x1),this[_0x4760a6(0x16f)][_0x4760a6(0x13d)][_0x4760a6(0x157)](_0x4760a6(0x166),0xa),this[_0x4760a6(0x16f)][_0x4760a6(0x13d)][_0x4760a6(0x157)](_0x4760a6(0x13b),0x14),c[_0x4760a6(0x144)][_0x4760a6(0x146)](_0x5d66fe[_0x4760a6(0x17c)],_0x5d66fe[_0x4760a6(0x158)],{'timeout':0x3e8*this[_0x4760a6(0x16f)][_0x4760a6(0x13d)][_0x4760a6(0x16a)](_0x4760a6(0x166)),'requestTimeout':0x3e8*this[_0x4760a6(0x16f)][_0x4760a6(0x13d)][_0x4760a6(0x16a)](_0x4760a6(0x13b))})[_0x4760a6(0x16d)](_0x3a08e7=>{const _0x330b76=_0x4760a6;if(this[_0x330b76(0x15a)]=_0x3a08e7,this[_0x330b76(0x175)](_0x330b76(0x141))['to'](_0x3a08e7,_0x330b76(0x141),this,_0x330b76(0x16b),(_0x101430,_0x120c97)=>(_0x330b76(0x150)!==_0x101430&&(this[_0x330b76(0x13e)]=!0x0),_0x120c97||_0x101430!==_0x367656[_0x330b76(0x171)]?_0x367656[_0x330b76(0x164)]:this[_0x330b76(0x141)]==_0x367656[_0x330b76(0x164)]&&this[_0x330b76(0x13e)]?(this[_0x330b76(0x13e)]=!0x1,this[_0x330b76(0x152)](),_0x367656[_0x330b76(0x15c)]):_0x367656[_0x330b76(0x171)])),this[_0x330b76(0x15a)]['on'](_0x330b76(0x142),(_0x2a6c05,_0x4bfa78)=>{const _0x282631=_0x330b76;if(_0x282631(0x148)!==_0x4bfa78[_0x282631(0x145)])throw console[_0x282631(0x142)](_0x4bfa78),new _0x5d5d16(_0x282631(0x13f),null,{'originalError':_0x4bfa78});_0x177ce1[_0x282631(0x181)](_0x282631(0x154),{'title':_0x282631(0x177),'namespace':_0x282631(0x138)});}),!_0x3a08e7['me'])return new Promise(_0x3fac71=>_0x3a08e7['on'](_0x330b76(0x15e),_0x3fac71));})[_0x4760a6(0x14d)](_0x523047=>{const _0x7da4f9=_0x4760a6;throw console[_0x7da4f9(0x142)](_0x523047),new _0x5d5d16(_0x7da4f9(0x13f),null,{'originalError':_0x523047});});}[_0x2de4c6(0x174)](_0x4d9882){const _0x3124b8=_0x2de4c6;if(_0x3124b8(0x176)!=typeof _0x4d9882[_0x3124b8(0x160)])throw new _0x5d5d16(_0x3124b8(0x139),this);if(this[_0x3124b8(0x161)](_0x4d9882))throw new _0x5d5d16(_0x3124b8(0x156),this,{'name':_0x4d9882[_0x3124b8(0x173)][_0x3124b8(0x17e)]});this[_0x3124b8(0x167)][_0x3124b8(0x15b)](_0x4d9882);}[_0x2de4c6(0x165)](_0x639b3){const _0x401a3c=_0x2de4c6;this[_0x401a3c(0x167)][_0x401a3c(0x153)](_0x639b3);}[_0x2de4c6(0x161)](_0x406f60){const _0x51229f=_0x2de4c6;return this[_0x51229f(0x167)][_0x51229f(0x15f)](_0x406f60);}[_0x2de4c6(0x152)](){const _0x361091=_0x2de4c6;return this[_0x361091(0x15a)][_0x361091(0x160)]()[_0x361091(0x16d)](()=>Promise[_0x361091(0x17d)](Array[_0x361091(0x180)](this[_0x361091(0x167)],_0x2cffc9=>_0x2cffc9[_0x361091(0x160)]())))[_0x361091(0x16d)](()=>this[_0x361091(0x141)]=_0x367656[_0x361091(0x171)])[_0x361091(0x14d)](_0x974d68=>{const _0x56ade8=_0x361091;throw console[_0x56ade8(0x142)](_0x974d68),new _0x5d5d16(_0x56ade8(0x140),this[_0x56ade8(0x16f)]);});}[_0x2de4c6(0x169)](){const _0x34b61f=_0x2de4c6;this[_0x34b61f(0x15a)]&&this[_0x34b61f(0x15a)][_0x34b61f(0x168)](),this[_0x34b61f(0x141)]=_0x367656[_0x34b61f(0x164)],this[_0x34b61f(0x13c)][_0x34b61f(0x14b)](),super[_0x34b61f(0x169)]();}}c[_0x2de4c6(0x144)]=_0xd20528,c[_0x2de4c6(0x163)]=0x3e8;export default c;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x20d5(_0x33a26c,_0x435e7a){var _0x3eb60c=_0x3eb6();return _0x20d5=function(_0x20d529,_0x57d2b7){_0x20d529=_0x20d529-0x8b;var _0x8124ca=_0x3eb60c[_0x20d529];return _0x8124ca;},_0x20d5(_0x33a26c,_0x435e7a);}var _0x5325f1=_0x20d5;(function(_0x1d2d67,_0x3739e9){var _0x442de6=_0x20d5,_0x434a8c=_0x1d2d67();while(!![]){try{var _0xf1ba66=-parseInt(_0x442de6(0x95))/0x1+parseInt(_0x442de6(0x92))/0x2+-parseInt(_0x442de6(0x93))/0x3*(-parseInt(_0x442de6(0x8d))/0x4)+-parseInt(_0x442de6(0x8f))/0x5+-parseInt(_0x442de6(0x8c))/0x6+-parseInt(_0x442de6(0x91))/0x7*(parseInt(_0x442de6(0x94))/0x8)+parseInt(_0x442de6(0x90))/0x9;if(_0xf1ba66===_0x3739e9)break;else _0x434a8c['push'](_0x434a8c['shift']());}catch(_0x785e11){_0x434a8c['push'](_0x434a8c['shift']());}}}(_0x3eb6,0x512a6));function _0x3eb6(){var _0x245346=['557078OXqrPF','15DsWBSh','88nZhdOq','222914SpvAoU','pluginName','requires','3208722uqFzIP','155492PMYdEM','RealTimeCollaborativeEditing','1454875VlFiPL','13172148PshVOc','353402ZqAXUF'];_0x3eb6=function(){return _0x245346;};return _0x3eb6();}import{Plugin as _0x292faa}from'ckeditor5/src/core.js';import _0x44a624 from'./realtimecollaborativeediting/realtimecollaborationclient.js';export default class n extends _0x292faa{static get[_0x5325f1(0x8b)](){return[_0x44a624];}static get[_0x5325f1(0x96)](){var _0x288357=_0x5325f1;return _0x288357(0x8e);}}
23
+ var _0x5d0c80=_0x5e3b;(function(_0x319d2c,_0x3c0f8a){var _0x1a2962=_0x5e3b,_0x542605=_0x319d2c();while(!![]){try{var _0x4a5f45=-parseInt(_0x1a2962(0x91))/0x1*(parseInt(_0x1a2962(0x96))/0x2)+parseInt(_0x1a2962(0x98))/0x3+-parseInt(_0x1a2962(0x92))/0x4*(parseInt(_0x1a2962(0x99))/0x5)+-parseInt(_0x1a2962(0x97))/0x6+-parseInt(_0x1a2962(0x9c))/0x7*(-parseInt(_0x1a2962(0x93))/0x8)+parseInt(_0x1a2962(0x94))/0x9+-parseInt(_0x1a2962(0x8f))/0xa*(parseInt(_0x1a2962(0x9b))/0xb);if(_0x4a5f45===_0x3c0f8a)break;else _0x542605['push'](_0x542605['shift']());}catch(_0x3441be){_0x542605['push'](_0x542605['shift']());}}}(_0x531e,0x204ea));function _0x5e3b(_0x283221,_0x274010){var _0x531eda=_0x531e();return _0x5e3b=function(_0x5e3b2c,_0x4a7ea2){_0x5e3b2c=_0x5e3b2c-0x8f;var _0x2272e9=_0x531eda[_0x5e3b2c];return _0x2272e9;},_0x5e3b(_0x283221,_0x274010);}import{Plugin as _0x212b2f}from'ckeditor5/src/core.js';import _0x28be71 from'./realtimecollaborativeediting/realtimecollaborationclient.js';function _0x531e(){var _0x49d0d4=['pluginName','418rylUNr','203tHbBih','4630YzKkmZ','RealTimeCollaborativeEditing','1uTFfuv','52JkHrib','66184mfezth','5220HUDsWk','requires','119318DnlEtW','87714SyhKzg','561231NNkzqG','78220DfNqNK'];_0x531e=function(){return _0x49d0d4;};return _0x531e();}export default class n extends _0x212b2f{static get[_0x5d0c80(0x95)](){return[_0x28be71];}static get[_0x5d0c80(0x9a)](){var _0x58d32c=_0x5d0c80;return _0x58d32c(0x90);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2cd0b7=_0x3da0;(function(_0x306511,_0x5e2f9c){const _0x5228b6=_0x3da0,_0x54c8d6=_0x306511();while(!![]){try{const _0x403bc4=parseInt(_0x5228b6(0x1a7))/0x1*(-parseInt(_0x5228b6(0x188))/0x2)+parseInt(_0x5228b6(0x17c))/0x3+parseInt(_0x5228b6(0x18f))/0x4*(-parseInt(_0x5228b6(0x180))/0x5)+parseInt(_0x5228b6(0x198))/0x6+parseInt(_0x5228b6(0x18d))/0x7+parseInt(_0x5228b6(0x168))/0x8+parseInt(_0x5228b6(0x15b))/0x9*(parseInt(_0x5228b6(0x1be))/0xa);if(_0x403bc4===_0x5e2f9c)break;else _0x54c8d6['push'](_0x54c8d6['shift']());}catch(_0x355925){_0x54c8d6['push'](_0x54c8d6['shift']());}}}(_0x472f,0x3e7f1));import{Plugin as _0x57855b}from'ckeditor5/src/core.js';import{version as _0x2a2f28}from'ckeditor5/src/utils.js';import{Users as _0x1bde9d}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x47ade6 from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x10c0dc from'../realtimecollaborativeediting/websocketgateway.js';import _0x2ccc2d from'../realtimecollaborativeediting/sessions.js';import{EditorService as _0x4d468a,RevisionHistoryService as _0x3b9f55,User as _0xc6dde9,WEB_SOCKET_GATEWAY_STATES as _0x3bb87d}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';function _0x472f(){const _0x28f853=['currentRevision','init','isBundleUploaded','destroy','toVersion','isEmptyCurrent','connection','824BofHfD','state','config','off','createdAt','2504740QtgpJf','cloudServices.bundleVersion','92EFmjAz','_revisionDataBuilder','_preventResendingRevisionData','reInit','getMany','change:_isConnected','400','reconnect','startsWith','256314PivELz','from','revisionsUpdated','_createCurrentRevision','code','adapter','_update','cloud-services-internal-error:\x20Request\x20timeout.','catch','diffData','wrongRequestId','addToReconnectionStack','affectsData','RevisionTracker','repository','342pvXpFl','length','bind','cloud-services-internal-error:\x20Not\x20connected.','_handleRevisionsUpdate','sendBufferedUpdates','RevisionHistoryService','_startingVersion','buildRevisionData','_isPendingUpdate','sessionId','connect','plugins','requires','_oldOffset','marker','addUser','has','data','isEnabled','change:_isPendingUpdate','type','max','1110JsafRv','_isConnected','addRevisionData','_getLatestVersionFromServerOperations','creatorId','_bufferUpdate','_offset','add','setSource','serverHistory','_revisions','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','2763gwlDib','then','editor','listenTo','_handleReconnectionError','authors','remove','_lastRequestId','getOperations','collaboration.channelId','_getLatestVersion','getRevisions','size','277696kdDzbn','message','_revisionHistoryService','fromVersion','getUser','map','_fixRevision','setRevisionData','keys','isConnected','baseVersion','_revisionTracker','_fetchMissingUsers','connected','getRevision','CONNECTED','updateRevisions','once','get','_bufferedUpdates','507321njVGGG','_waitForServiceReady','reverse','authorsIds','52510seYSNy'];_0x472f=function(){return _0x28f853;};return _0x472f();}class v extends _0x57855b{static get[_0x2cd0b7(0x1b4)](){const _0x3b85fd=_0x2cd0b7;return[_0x10c0dc,_0x47ade6,_0x3b85fd(0x1a5),_0x2ccc2d,_0x1bde9d];}constructor(_0x519c73){const _0xc35def=_0x2cd0b7;super(_0x519c73);const _0x57d4c7=this[_0xc35def(0x15d)][_0xc35def(0x18a)][_0xc35def(0x17a)](_0xc35def(0x164));this[_0xc35def(0x162)]=null,this[_0xc35def(0x173)]=this[_0xc35def(0x15d)][_0xc35def(0x1b3)][_0xc35def(0x17a)](_0xc35def(0x1a5)),this[_0xc35def(0x16a)]=new v[(_0xc35def(0x1ad))](_0x57d4c7);}async[_0x2cd0b7(0x182)](){const _0x2819ab=_0x2cd0b7,_0x2d5ca1=this[_0x2819ab(0x15d)][_0x2819ab(0x1b3)][_0x2819ab(0x17a)](_0x47ade6),_0x2dce58=_0x2d5ca1[_0x2819ab(0x158)],_0x3499ea=this[_0x2819ab(0x15d)][_0x2819ab(0x1b3)][_0x2819ab(0x17a)](_0x10c0dc);this[_0x2819ab(0x173)][_0x2819ab(0x157)]({'history':_0x2dce58,'getLatestVersion':()=>this[_0x2819ab(0x165)](),'getCurrentRevisionId':()=>_0x2d5ca1[_0x2819ab(0x1b1)]});const _0x490805=this[_0x2819ab(0x15d)][_0x2819ab(0x18a)][_0x2819ab(0x17a)](_0x2819ab(0x18e))||_0x2a2f28,_0x8ccad4=await _0x4d468a[_0x2819ab(0x183)](_0x3499ea[_0x2819ab(0x187)],_0x490805);this[_0x2819ab(0x173)][_0x2819ab(0x19d)]={'getRevision':async({revisionId:_0x285bdd})=>(await this[_0x2819ab(0x17d)](),await this[_0x2819ab(0x16a)][_0x2819ab(0x176)](_0x285bdd)),'updateRevisions':async _0x566df4=>{const _0x17fb9f=_0x2819ab;await this[_0x17fb9f(0x17d)]();const _0x275bf7=this[_0x17fb9f(0x173)][_0x17fb9f(0x181)];if(_0x8ccad4&&0x1===_0x566df4[_0x17fb9f(0x1a8)]&&_0x566df4[0x0]['id']===_0x275bf7['id'])return _0x566df4;for(const _0x39c706 of _0x566df4)_0x39c706['id']===_0x275bf7['id']&&(_0x39c706[_0x17fb9f(0x186)]=_0x39c706[_0x17fb9f(0x16b)]===_0x39c706[_0x17fb9f(0x185)]);return this[_0x17fb9f(0x16a)][_0x17fb9f(0x178)](_0x566df4,this[_0x17fb9f(0x162)])[_0x17fb9f(0x15c)](_0x5c1305=>(this[_0x17fb9f(0x162)]=_0x5c1305,_0x566df4))[_0x17fb9f(0x1a0)](_0x3c2dae=>{const _0x2bb740=_0x17fb9f;if(st(_0x3c2dae)||_0x2bb740(0x195)===_0x3c2dae[_0x2bb740(0x19c)]&&void 0x0!==_0x3c2dae[_0x2bb740(0x1b9)][_0x2bb740(0x1a2)]){for(const _0x219ca5 of _0x566df4){!this[_0x2bb740(0x173)][_0x2bb740(0x1a6)][_0x2bb740(0x176)](_0x219ca5['id'])||this[_0x2bb740(0x173)][_0x2bb740(0x154)](_0x219ca5['id'],_0x219ca5,!0x1);}if(st(_0x3c2dae))throw _0x3c2dae;return _0x566df4;}throw _0x3c2dae;});}},this[_0x2819ab(0x15e)](this[_0x2819ab(0x16a)],_0x2819ab(0x19a),(_0x335c0a,{revisionsData:_0x1ee93e,requestId:_0x1db6f9})=>{const _0x4fa599=_0x2819ab;Math[_0x4fa599(0x1bd)](..._0x1ee93e[_0x4fa599(0x16d)](_0x5428de=>_0x5428de[_0x4fa599(0x185)]))>this[_0x4fa599(0x152)]()-0x1?this[_0x4fa599(0x165)]()[_0x4fa599(0x15c)](()=>{const _0x167633=_0x4fa599;this[_0x167633(0x1ab)](_0x1ee93e,_0x1db6f9);}):this[_0x4fa599(0x1ab)](_0x1ee93e,_0x1db6f9);});const {revisions:_0xf779d6,requestId:_0x20092d}=await this[_0x2819ab(0x16a)][_0x2819ab(0x1b2)](_0x3499ea[_0x2819ab(0x187)]);_0x3499ea[_0x2819ab(0x1a3)](this),this[_0x2819ab(0x162)]=_0x20092d,await this[_0x2819ab(0x174)](_0xf779d6);for(const _0x2cdf9e of _0xf779d6)this[_0x2819ab(0x173)][_0x2819ab(0x151)](_0x2cdf9e);this[_0x2819ab(0x15e)](_0x2d5ca1,_0x2819ab(0x194),(_0x4afd93,_0xc067ca,_0x5dcc9c)=>{const _0xe7c29e=_0x2819ab;_0x5dcc9c&&(this[_0xe7c29e(0x1b5)]=_0x2d5ca1[_0xe7c29e(0x155)],_0x4afd93[_0xe7c29e(0x18b)]());}),this[_0x2819ab(0x173)][_0x2819ab(0x1a9)](_0x2819ab(0x1ba))['to'](_0x3499ea,_0x2819ab(0x189),_0xe135bc=>_0xe135bc===_0x3bb87d[_0x2819ab(0x177)]);}async[_0x2cd0b7(0x196)](){const _0x5c449c=_0x2cd0b7,_0x466bad=this[_0x5c449c(0x15d)][_0x5c449c(0x1b3)][_0x5c449c(0x17a)](_0x10c0dc),_0x34b5fc=this[_0x5c449c(0x15d)][_0x5c449c(0x1b3)][_0x5c449c(0x17a)](_0x47ade6),_0x7b6e60=async()=>{const _0x4a3f85=_0x5c449c,_0xed209f=this[_0x4a3f85(0x173)][_0x4a3f85(0x181)],_0x3f2733=_0xed209f['id'],_0x3bf790=_0x3f2733!==_0x34b5fc[_0x4a3f85(0x1b1)];if(_0x3bf790){const _0x29ef89=_0x34b5fc[_0x4a3f85(0x155)]-this[_0x4a3f85(0x1b5)],_0x28587b=this[_0x4a3f85(0x152)]();this[_0x4a3f85(0x173)][_0x4a3f85(0x190)][_0x4a3f85(0x192)]();if(_0xed209f[_0x4a3f85(0x185)]+_0x29ef89!==_0x28587b){const _0x22647b=_0xed209f[_0x4a3f85(0x16b)]+_0x29ef89,_0x5b6824=this[_0x4a3f85(0x15d)][_0x4a3f85(0x1b3)][_0x4a3f85(0x17a)](_0x1bde9d),_0x202ec7=this[_0x4a3f85(0x173)][_0x4a3f85(0x1af)]({'revision':_0xed209f,'from':_0x22647b,'to':_0x28587b});_0x202ec7['id']=_0xed209f['id'];const _0x18ea72=_0x202ec7[_0x4a3f85(0x17f)][_0x4a3f85(0x16d)](_0x12d962=>_0x5b6824[_0x4a3f85(0x16c)](_0x12d962));_0xed209f[_0x4a3f85(0x19e)]({..._0x202ec7,'authors':_0x18ea72},!0x0),this[_0x4a3f85(0x173)][_0x4a3f85(0x154)](_0xed209f['id'],_0x202ec7,!0x0);}this[_0x4a3f85(0x173)][_0x4a3f85(0x1ae)]=_0x28587b,(_0xed209f[_0x4a3f85(0x185)]===_0xed209f[_0x4a3f85(0x16b)]&&!this[_0x4a3f85(0x173)][_0x4a3f85(0x17b)][_0x4a3f85(0x1b8)](_0x3f2733)&&this[_0x4a3f85(0x173)][_0x4a3f85(0x1a6)][_0x4a3f85(0x159)][_0x4a3f85(0x161)](_0x3f2733),this[_0x4a3f85(0x173)][_0x4a3f85(0x19b)](_0x28587b));}const {revisions:_0x586ea9,requestId:_0x2fb264}=await this[_0x4a3f85(0x16a)][_0x4a3f85(0x196)](_0x466bad[_0x4a3f85(0x187)],this[_0x4a3f85(0x162)]);_0x3bf790&&_0x586ea9[_0x4a3f85(0x1a8)]>0x0?_0x34b5fc[_0x4a3f85(0x15f)]():(await this[_0x4a3f85(0x174)](_0x586ea9),this[_0x4a3f85(0x1ab)](_0x586ea9,_0x2fb264),this[_0x4a3f85(0x173)][_0x4a3f85(0x1ac)]());};return _0x34b5fc[_0x5c449c(0x1bf)]?_0x7b6e60():new Promise((_0x86ee2d,_0x4384e5)=>{const _0x54b4e0=_0x5c449c;_0x34b5fc[_0x54b4e0(0x179)](_0x54b4e0(0x194),()=>{const _0xf0962d=_0x54b4e0;_0x7b6e60()[_0xf0962d(0x15c)](_0x86ee2d)[_0xf0962d(0x1a0)](_0x4384e5);});});}[_0x2cd0b7(0x184)](){const _0x533860=_0x2cd0b7;super[_0x533860(0x184)]();}async[_0x2cd0b7(0x17d)](){const _0xd7a952=_0x2cd0b7;this[_0xd7a952(0x16a)][_0xd7a952(0x171)]||await new Promise(_0x1cf8a1=>{const _0x148a61=_0xd7a952;this[_0x148a61(0x15e)](this[_0x148a61(0x16a)],_0x148a61(0x175),_0xb97824=>{const _0xdcb1a1=_0x148a61;_0xb97824[_0xdcb1a1(0x18b)](),_0x1cf8a1();});});}[_0x2cd0b7(0x152)](){const _0x5a2c58=_0x2cd0b7,_0x3df89e=this[_0x5a2c58(0x15d)][_0x5a2c58(0x1b3)][_0x5a2c58(0x17a)](_0x47ade6)[_0x5a2c58(0x158)][_0x5a2c58(0x163)]()[_0x5a2c58(0x17e)]();for(const _0x30a18c of _0x3df89e)if(_0x5a2c58(0x1b6)!==_0x30a18c[_0x5a2c58(0x1bc)]||_0x30a18c[_0x5a2c58(0x1a4)])return _0x30a18c[_0x5a2c58(0x172)]+0x1;}[_0x2cd0b7(0x165)](){const _0x1392eb=_0x2cd0b7,_0x3f65b3=this[_0x1392eb(0x15d)][_0x1392eb(0x1b3)][_0x1392eb(0x17a)](_0x47ade6);return new Promise(_0x294eb8=>{const _0x582f1f=_0x1392eb;_0x3f65b3[_0x582f1f(0x1b0)]?_0x3f65b3[_0x582f1f(0x179)](_0x582f1f(0x1bb),()=>{const _0x58a802=_0x582f1f;_0x294eb8(this[_0x58a802(0x152)]());}):_0x294eb8(this[_0x582f1f(0x152)]());});}[_0x2cd0b7(0x1ab)](_0x14f7e9,_0x57eee5){const _0x331db7=_0x2cd0b7,_0x3b2ef0=this[_0x331db7(0x173)][_0x331db7(0x1a6)];this[_0x331db7(0x162)]=_0x57eee5;for(const _0x239680 of _0x14f7e9){const _0x5a42bb=_0x3b2ef0[_0x331db7(0x176)](_0x239680['id']);if(_0x5a42bb){if((_0x239680[_0x331db7(0x16b)]||_0x239680[_0x331db7(0x185)])&&(_0x239680[_0x331db7(0x1a1)]=null),_0x5a42bb===this[_0x331db7(0x173)][_0x331db7(0x181)]){const _0x2c6b50=Math[_0x331db7(0x1bd)](_0x5a42bb[_0x331db7(0x185)],_0x239680[_0x331db7(0x185)]),_0x8b0c4b=Math[_0x331db7(0x1bd)](_0x5a42bb[_0x331db7(0x16b)],_0x239680[_0x331db7(0x16b)]);let _0x3d6151;_0x5a42bb[_0x331db7(0x185)]===_0x239680[_0x331db7(0x185)]&&_0x5a42bb[_0x331db7(0x16b)]===_0x239680[_0x331db7(0x16b)]?(_0x3d6151=!0x0,this[_0x331db7(0x191)](_0x239680)):_0x239680[_0x331db7(0x185)]===_0x2c6b50&&_0x239680[_0x331db7(0x16b)]===_0x8b0c4b?_0x3d6151=!0x1:(_0x5a42bb[_0x331db7(0x185)]===_0x2c6b50&&_0x5a42bb[_0x331db7(0x16b)]===_0x8b0c4b||this[_0x331db7(0x16e)]({'revision':_0x5a42bb,'from':_0x8b0c4b,'to':_0x2c6b50}),_0x3d6151=!0x0),_0x3d6151&&(delete _0x239680[_0x331db7(0x16b)],delete _0x239680[_0x331db7(0x185)],delete _0x239680[_0x331db7(0x1a1)],delete _0x239680[_0x331db7(0x18c)],delete _0x239680[_0x331db7(0x17f)]);}this[_0x331db7(0x173)][_0x331db7(0x16f)](_0x239680),this[_0x331db7(0x191)](_0x239680);}else this[_0x331db7(0x173)][_0x331db7(0x151)](_0x239680);}const _0x316c82=_0x3b2ef0[_0x331db7(0x166)]();_0x316c82[_0x331db7(0x17e)]();for(let _0x2f21fb=0x0;_0x2f21fb<_0x316c82[_0x331db7(0x1a8)]-0x1;_0x2f21fb++){const _0x41fe20=_0x316c82[_0x2f21fb],_0x2ef55a=_0x316c82[_0x2f21fb+0x1];if(_0x41fe20[_0x331db7(0x16b)]<_0x2ef55a[_0x331db7(0x185)]){const _0x3fb051=_0x2ef55a[_0x331db7(0x185)],_0x4381dc=Math[_0x331db7(0x1bd)](_0x3fb051,_0x41fe20[_0x331db7(0x185)]);this[_0x331db7(0x16e)]({'revision':_0x41fe20,'from':_0x3fb051,'to':_0x4381dc});}}}[_0x2cd0b7(0x16e)]({revision:_0x36243e,from:_0x4ce4fd,to:_0x56c3cc}={}){const _0x819f1a=_0x2cd0b7,_0x3c4ce8=this[_0x819f1a(0x15d)][_0x819f1a(0x1b3)][_0x819f1a(0x17a)](_0x1bde9d),_0x50caf5=this[_0x819f1a(0x173)][_0x819f1a(0x1af)]({'revision':_0x36243e,'from':_0x4ce4fd,'to':_0x56c3cc});_0x50caf5[_0x819f1a(0x160)]=_0x50caf5[_0x819f1a(0x17f)][_0x819f1a(0x16d)](_0x4c0d79=>_0x3c4ce8[_0x819f1a(0x16c)](_0x4c0d79)),_0x36243e[_0x819f1a(0x19e)](_0x50caf5);}[_0x2cd0b7(0x191)](_0x2fa673){const _0x511a0b=_0x2cd0b7,_0x9e36d={};_0x9e36d['id']=_0x2fa673['id'];for(const _0x57857d of Object[_0x511a0b(0x170)](_0x2fa673))'id'!==_0x57857d&&(_0x9e36d[_0x57857d]=void 0x0);this[_0x511a0b(0x173)][_0x511a0b(0x154)](_0x9e36d['id'],_0x9e36d,!0x0);}async[_0x2cd0b7(0x174)](_0xa299b1){const _0x2a2405=_0x2cd0b7,_0x3cda7e=this[_0x2a2405(0x15d)][_0x2a2405(0x1b3)][_0x2a2405(0x17a)](_0x1bde9d),{connection:_0x1d0168}=this[_0x2a2405(0x15d)][_0x2a2405(0x1b3)][_0x2a2405(0x17a)](_0x10c0dc),_0x336cfd=new Set();for(const _0x4bde77 of _0xa299b1){for(const _0x513dbd of _0x4bde77[_0x2a2405(0x17f)])_0x88c195(_0x513dbd);_0x4bde77[_0x2a2405(0x153)]&&_0x88c195(_0x4bde77[_0x2a2405(0x153)]);}if(0x0===_0x336cfd[_0x2a2405(0x167)])return;const _0x4fadea=await _0xc6dde9[_0x2a2405(0x193)](_0x1d0168,Array[_0x2a2405(0x199)](_0x336cfd));for(const _0x23b639 of _0x4fadea)_0x3cda7e[_0x2a2405(0x16c)](_0x23b639['id'])||_0x3cda7e[_0x2a2405(0x1b7)](_0x23b639);function _0x88c195(_0x19c78c){const _0x3be8e7=_0x2a2405;_0x3cda7e[_0x3be8e7(0x16c)](_0x19c78c)||_0x336cfd[_0x3be8e7(0x156)](_0x19c78c);}}}v[_0x2cd0b7(0x1ad)]=_0x3b9f55;export default v;function _0x3da0(_0x3101d4,_0x4c9149){const _0x472fef=_0x472f();return _0x3da0=function(_0x3da0d7,_0x4e9a39){_0x3da0d7=_0x3da0d7-0x151;let _0x2e66b3=_0x472fef[_0x3da0d7];return _0x2e66b3;},_0x3da0(_0x3101d4,_0x4c9149);}function st(_0x2d9bcf){const _0x1b1468=_0x2cd0b7;return _0x2d9bcf[_0x1b1468(0x169)][_0x1b1468(0x197)](_0x1b1468(0x15a))||_0x2d9bcf[_0x1b1468(0x169)][_0x1b1468(0x197)](_0x1b1468(0x1aa))||_0x2d9bcf[_0x1b1468(0x169)][_0x1b1468(0x197)](_0x1b1468(0x19f));}
23
+ const _0x1e2be8=_0x229f;function _0x229f(_0x5169b8,_0x4abd51){const _0x1ee38c=_0x1ee3();return _0x229f=function(_0x229f98,_0x5918f1){_0x229f98=_0x229f98-0x137;let _0x4a1933=_0x1ee38c[_0x229f98];return _0x4a1933;},_0x229f(_0x5169b8,_0x4abd51);}(function(_0x4c0955,_0x262f45){const _0x519f82=_0x229f,_0x5f4c1f=_0x4c0955();while(!![]){try{const _0x32f648=-parseInt(_0x519f82(0x15c))/0x1*(-parseInt(_0x519f82(0x176))/0x2)+parseInt(_0x519f82(0x16e))/0x3*(parseInt(_0x519f82(0x13f))/0x4)+parseInt(_0x519f82(0x19d))/0x5*(-parseInt(_0x519f82(0x18d))/0x6)+-parseInt(_0x519f82(0x149))/0x7*(-parseInt(_0x519f82(0x1a1))/0x8)+-parseInt(_0x519f82(0x15e))/0x9*(parseInt(_0x519f82(0x183))/0xa)+-parseInt(_0x519f82(0x143))/0xb*(parseInt(_0x519f82(0x193))/0xc)+-parseInt(_0x519f82(0x19c))/0xd*(-parseInt(_0x519f82(0x154))/0xe);if(_0x32f648===_0x262f45)break;else _0x5f4c1f['push'](_0x5f4c1f['shift']());}catch(_0x2c0fa0){_0x5f4c1f['push'](_0x5f4c1f['shift']());}}}(_0x1ee3,0x28516));import{Plugin as _0x472e05}from'ckeditor5/src/core.js';import{version as _0x5e0249}from'ckeditor5/src/utils.js';import{Users as _0x185e13}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x41d478 from'../realtimecollaborativeediting/realtimecollaborationclient.js';function _0x1ee3(){const _0x2c8bd5=['getMany','14lvWhZJ','adapter','reverse','toVersion','get','connected','state','max','cloud-services-internal-error:\x20Request\x20timeout.','_createCurrentRevision','_revisionHistoryService','532TjYBtt','setRevisionData','from','addRevisionData','_revisionTracker','baseVersion','connection','RevisionTracker','7lNIxto','_getLatestVersionFromServerOperations','373482rGxaBe','getUser','updateRevisions','diffData','_fetchMissingUsers','setSource','init','sessionId','_handleReconnectionError','connect','_revisions','isBundleUploaded','cloudServices.bundleVersion','message','addUser','isEmptyCurrent','3ApoQIR','startsWith','_isConnected','getRevision','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','add','_lastRequestId','authors','89398mOAmSP','remove','revisionsUpdated','has','_getLatestVersion','_bufferUpdate','plugins','sendBufferedUpdates','buildRevisionData','repository','affectsData','getOperations','_update','20DQomAv','reconnect','destroy','bind','_waitForServiceReady','editor','authorsIds','data','change:_isPendingUpdate','size','6hHqmXk','marker','serverHistory','creatorId','_fixRevision','map','24nxdjUq','isEnabled','RevisionHistoryService','code','_revisionDataBuilder','_handleRevisionsUpdate','collaboration.channelId','keys','then','70135qOpHHG','1646815KJOPXU','catch','type','isConnected','1054136GJthGM','off','_preventResendingRevisionData','createdAt','CONNECTED','_startingVersion','requires','fromVersion','config','change:_isConnected','currentRevision','listenTo','cloud-services-internal-error:\x20Not\x20connected.','_bufferedUpdates','_oldOffset','_isPendingUpdate','once','412048YwTFOo','wrongRequestId','length','reInit','1688214nGHbrS','_offset','400','addToReconnectionStack','getRevisions'];_0x1ee3=function(){return _0x2c8bd5;};return _0x1ee3();}import _0x3e8d1e from'../realtimecollaborativeediting/websocketgateway.js';import _0x1863ec from'../realtimecollaborativeediting/sessions.js';import{EditorService as _0x144bdb,RevisionHistoryService as _0x9d22d8,User as _0x6a1853,WEB_SOCKET_GATEWAY_STATES as _0x33bc71}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';class v extends _0x472e05{static get[_0x1e2be8(0x1a7)](){const _0xc0bfbb=_0x1e2be8;return[_0x3e8d1e,_0x41d478,_0xc0bfbb(0x15b),_0x1863ec,_0x185e13];}constructor(_0x1cf23b){const _0x266b70=_0x1e2be8;super(_0x1cf23b);const _0x1e1a18=this[_0x266b70(0x188)][_0x266b70(0x1a9)][_0x266b70(0x14d)](_0x266b70(0x199));this[_0x266b70(0x174)]=null,this[_0x266b70(0x158)]=this[_0x266b70(0x188)][_0x266b70(0x17c)][_0x266b70(0x14d)](_0x266b70(0x15b)),this[_0x266b70(0x153)]=new v[(_0x266b70(0x195))](_0x1e1a18);}async[_0x1e2be8(0x164)](){const _0x597e09=_0x1e2be8,_0x2eeef3=this[_0x597e09(0x188)][_0x597e09(0x17c)][_0x597e09(0x14d)](_0x41d478),_0x1bc6fe=_0x2eeef3[_0x597e09(0x18f)],_0x169e6e=this[_0x597e09(0x188)][_0x597e09(0x17c)][_0x597e09(0x14d)](_0x3e8d1e);this[_0x597e09(0x158)][_0x597e09(0x163)]({'history':_0x1bc6fe,'getLatestVersion':()=>this[_0x597e09(0x17a)](),'getCurrentRevisionId':()=>_0x2eeef3[_0x597e09(0x165)]});const _0x2b28b5=this[_0x597e09(0x188)][_0x597e09(0x1a9)][_0x597e09(0x14d)](_0x597e09(0x16a))||_0x5e0249,_0x5a08eb=await _0x144bdb[_0x597e09(0x169)](_0x169e6e[_0x597e09(0x15a)],_0x2b28b5);this[_0x597e09(0x158)][_0x597e09(0x14a)]={'getRevision':async({revisionId:_0x376b6c})=>(await this[_0x597e09(0x187)](),await this[_0x597e09(0x153)][_0x597e09(0x171)](_0x376b6c)),'updateRevisions':async _0x3e5c9d=>{const _0x4227cf=_0x597e09;await this[_0x4227cf(0x187)]();const _0x5534a1=this[_0x4227cf(0x158)][_0x4227cf(0x138)];if(_0x5a08eb&&0x1===_0x3e5c9d[_0x4227cf(0x141)]&&_0x3e5c9d[0x0]['id']===_0x5534a1['id'])return _0x3e5c9d;for(const _0x54367f of _0x3e5c9d)_0x54367f['id']===_0x5534a1['id']&&(_0x54367f[_0x4227cf(0x16d)]=_0x54367f[_0x4227cf(0x1a8)]===_0x54367f[_0x4227cf(0x14c)]);return this[_0x4227cf(0x153)][_0x4227cf(0x160)](_0x3e5c9d,this[_0x4227cf(0x174)])[_0x4227cf(0x19b)](_0x5078f5=>(this[_0x4227cf(0x174)]=_0x5078f5,_0x3e5c9d))[_0x4227cf(0x19e)](_0x1dc45e=>{const _0x56c131=_0x4227cf;if(st(_0x1dc45e)||_0x56c131(0x145)===_0x1dc45e[_0x56c131(0x196)]&&void 0x0!==_0x1dc45e[_0x56c131(0x18a)][_0x56c131(0x140)]){for(const _0x108f30 of _0x3e5c9d){!this[_0x56c131(0x158)][_0x56c131(0x17f)][_0x56c131(0x171)](_0x108f30['id'])||this[_0x56c131(0x158)][_0x56c131(0x17b)](_0x108f30['id'],_0x108f30,!0x1);}if(st(_0x1dc45e))throw _0x1dc45e;return _0x3e5c9d;}throw _0x1dc45e;});}},this[_0x597e09(0x139)](this[_0x597e09(0x153)],_0x597e09(0x178),(_0x4af40b,{revisionsData:_0x2e78e0,requestId:_0x14d14f})=>{const _0xc138aa=_0x597e09;Math[_0xc138aa(0x150)](..._0x2e78e0[_0xc138aa(0x192)](_0x2a7761=>_0x2a7761[_0xc138aa(0x14c)]))>this[_0xc138aa(0x15d)]()-0x1?this[_0xc138aa(0x17a)]()[_0xc138aa(0x19b)](()=>{const _0x433a96=_0xc138aa;this[_0x433a96(0x198)](_0x2e78e0,_0x14d14f);}):this[_0xc138aa(0x198)](_0x2e78e0,_0x14d14f);});const {revisions:_0x513c69,requestId:_0x1d2aca}=await this[_0x597e09(0x153)][_0x597e09(0x167)](_0x169e6e[_0x597e09(0x15a)]);_0x169e6e[_0x597e09(0x146)](this),this[_0x597e09(0x174)]=_0x1d2aca,await this[_0x597e09(0x162)](_0x513c69);for(const _0x5199cd of _0x513c69)this[_0x597e09(0x158)][_0x597e09(0x157)](_0x5199cd);this[_0x597e09(0x139)](_0x2eeef3,_0x597e09(0x137),(_0xe9b438,_0x4a1b62,_0xe4e6ac)=>{const _0x1e20c4=_0x597e09;_0xe4e6ac&&(this[_0x1e20c4(0x13c)]=_0x2eeef3[_0x1e20c4(0x144)],_0xe9b438[_0x1e20c4(0x1a2)]());}),this[_0x597e09(0x158)][_0x597e09(0x186)](_0x597e09(0x194))['to'](_0x169e6e,_0x597e09(0x14f),_0x5cb6fe=>_0x5cb6fe===_0x33bc71[_0x597e09(0x1a5)]);}async[_0x1e2be8(0x184)](){const _0xd956e4=_0x1e2be8,_0x2dc6ad=this[_0xd956e4(0x188)][_0xd956e4(0x17c)][_0xd956e4(0x14d)](_0x3e8d1e),_0x1bb818=this[_0xd956e4(0x188)][_0xd956e4(0x17c)][_0xd956e4(0x14d)](_0x41d478),_0x4591f9=async()=>{const _0x20eb95=_0xd956e4,_0x1db4c3=this[_0x20eb95(0x158)][_0x20eb95(0x138)],_0x38addb=_0x1db4c3['id'],_0x13cc99=_0x38addb!==_0x1bb818[_0x20eb95(0x165)];if(_0x13cc99){const _0x481c25=_0x1bb818[_0x20eb95(0x144)]-this[_0x20eb95(0x13c)],_0x4b2f8b=this[_0x20eb95(0x15d)]();this[_0x20eb95(0x158)][_0x20eb95(0x197)][_0x20eb95(0x142)]();if(_0x1db4c3[_0x20eb95(0x14c)]+_0x481c25!==_0x4b2f8b){const _0x45e1c4=_0x1db4c3[_0x20eb95(0x1a8)]+_0x481c25,_0x35b284=this[_0x20eb95(0x188)][_0x20eb95(0x17c)][_0x20eb95(0x14d)](_0x185e13),_0x214297=this[_0x20eb95(0x158)][_0x20eb95(0x17e)]({'revision':_0x1db4c3,'from':_0x45e1c4,'to':_0x4b2f8b});_0x214297['id']=_0x1db4c3['id'];const _0x17a3ba=_0x214297[_0x20eb95(0x189)][_0x20eb95(0x192)](_0x20169f=>_0x35b284[_0x20eb95(0x15f)](_0x20169f));_0x1db4c3[_0x20eb95(0x182)]({..._0x214297,'authors':_0x17a3ba},!0x0),this[_0x20eb95(0x158)][_0x20eb95(0x17b)](_0x1db4c3['id'],_0x214297,!0x0);}this[_0x20eb95(0x158)][_0x20eb95(0x1a6)]=_0x4b2f8b,(_0x1db4c3[_0x20eb95(0x14c)]===_0x1db4c3[_0x20eb95(0x1a8)]&&!this[_0x20eb95(0x158)][_0x20eb95(0x13b)][_0x20eb95(0x179)](_0x38addb)&&this[_0x20eb95(0x158)][_0x20eb95(0x17f)][_0x20eb95(0x168)][_0x20eb95(0x177)](_0x38addb),this[_0x20eb95(0x158)][_0x20eb95(0x152)](_0x4b2f8b));}const {revisions:_0x70e807,requestId:_0x5b5c9b}=await this[_0x20eb95(0x153)][_0x20eb95(0x184)](_0x2dc6ad[_0x20eb95(0x15a)],this[_0x20eb95(0x174)]);_0x13cc99&&_0x70e807[_0x20eb95(0x141)]>0x0?_0x1bb818[_0x20eb95(0x166)]():(await this[_0x20eb95(0x162)](_0x70e807),this[_0x20eb95(0x198)](_0x70e807,_0x5b5c9b),this[_0x20eb95(0x158)][_0x20eb95(0x17d)]());};return _0x1bb818[_0xd956e4(0x170)]?_0x4591f9():new Promise((_0x466a66,_0x297a77)=>{const _0x23de9b=_0xd956e4;_0x1bb818[_0x23de9b(0x13e)](_0x23de9b(0x137),()=>{const _0x4487d1=_0x23de9b;_0x4591f9()[_0x4487d1(0x19b)](_0x466a66)[_0x4487d1(0x19e)](_0x297a77);});});}[_0x1e2be8(0x185)](){const _0x40c35b=_0x1e2be8;super[_0x40c35b(0x185)]();}async[_0x1e2be8(0x187)](){const _0x4db164=_0x1e2be8;this[_0x4db164(0x153)][_0x4db164(0x1a0)]||await new Promise(_0x954b6d=>{const _0x4db179=_0x4db164;this[_0x4db179(0x139)](this[_0x4db179(0x153)],_0x4db179(0x14e),_0x38afd2=>{const _0x143776=_0x4db179;_0x38afd2[_0x143776(0x1a2)](),_0x954b6d();});});}[_0x1e2be8(0x15d)](){const _0x19c006=_0x1e2be8,_0x2862c5=this[_0x19c006(0x188)][_0x19c006(0x17c)][_0x19c006(0x14d)](_0x41d478)[_0x19c006(0x18f)][_0x19c006(0x181)]()[_0x19c006(0x14b)]();for(const _0x2e54b8 of _0x2862c5)if(_0x19c006(0x18e)!==_0x2e54b8[_0x19c006(0x19f)]||_0x2e54b8[_0x19c006(0x180)])return _0x2e54b8[_0x19c006(0x159)]+0x1;}[_0x1e2be8(0x17a)](){const _0x1b5c4a=_0x1e2be8,_0x514c08=this[_0x1b5c4a(0x188)][_0x1b5c4a(0x17c)][_0x1b5c4a(0x14d)](_0x41d478);return new Promise(_0x5b6c0e=>{const _0x55b3ae=_0x1b5c4a;_0x514c08[_0x55b3ae(0x13d)]?_0x514c08[_0x55b3ae(0x13e)](_0x55b3ae(0x18b),()=>{const _0x360cbc=_0x55b3ae;_0x5b6c0e(this[_0x360cbc(0x15d)]());}):_0x5b6c0e(this[_0x55b3ae(0x15d)]());});}[_0x1e2be8(0x198)](_0x3a68af,_0x2ec63d){const _0x4ad059=_0x1e2be8,_0x54a011=this[_0x4ad059(0x158)][_0x4ad059(0x17f)];this[_0x4ad059(0x174)]=_0x2ec63d;for(const _0x3137b4 of _0x3a68af){const _0x25531a=_0x54a011[_0x4ad059(0x171)](_0x3137b4['id']);if(_0x25531a){if((_0x3137b4[_0x4ad059(0x1a8)]||_0x3137b4[_0x4ad059(0x14c)])&&(_0x3137b4[_0x4ad059(0x161)]=null),_0x25531a===this[_0x4ad059(0x158)][_0x4ad059(0x138)]){const _0x4591ce=Math[_0x4ad059(0x150)](_0x25531a[_0x4ad059(0x14c)],_0x3137b4[_0x4ad059(0x14c)]),_0x59bece=Math[_0x4ad059(0x150)](_0x25531a[_0x4ad059(0x1a8)],_0x3137b4[_0x4ad059(0x1a8)]);let _0x12f090;_0x25531a[_0x4ad059(0x14c)]===_0x3137b4[_0x4ad059(0x14c)]&&_0x25531a[_0x4ad059(0x1a8)]===_0x3137b4[_0x4ad059(0x1a8)]?(_0x12f090=!0x0,this[_0x4ad059(0x1a3)](_0x3137b4)):_0x3137b4[_0x4ad059(0x14c)]===_0x4591ce&&_0x3137b4[_0x4ad059(0x1a8)]===_0x59bece?_0x12f090=!0x1:(_0x25531a[_0x4ad059(0x14c)]===_0x4591ce&&_0x25531a[_0x4ad059(0x1a8)]===_0x59bece||this[_0x4ad059(0x191)]({'revision':_0x25531a,'from':_0x59bece,'to':_0x4591ce}),_0x12f090=!0x0),_0x12f090&&(delete _0x3137b4[_0x4ad059(0x1a8)],delete _0x3137b4[_0x4ad059(0x14c)],delete _0x3137b4[_0x4ad059(0x161)],delete _0x3137b4[_0x4ad059(0x1a4)],delete _0x3137b4[_0x4ad059(0x189)]);}this[_0x4ad059(0x158)][_0x4ad059(0x155)](_0x3137b4),this[_0x4ad059(0x1a3)](_0x3137b4);}else this[_0x4ad059(0x158)][_0x4ad059(0x157)](_0x3137b4);}const _0x4b8fa8=_0x54a011[_0x4ad059(0x147)]();_0x4b8fa8[_0x4ad059(0x14b)]();for(let _0x3bf15c=0x0;_0x3bf15c<_0x4b8fa8[_0x4ad059(0x141)]-0x1;_0x3bf15c++){const _0x36ec15=_0x4b8fa8[_0x3bf15c],_0x4c31e5=_0x4b8fa8[_0x3bf15c+0x1];if(_0x36ec15[_0x4ad059(0x1a8)]<_0x4c31e5[_0x4ad059(0x14c)]){const _0x2af7b9=_0x4c31e5[_0x4ad059(0x14c)],_0x344bf1=Math[_0x4ad059(0x150)](_0x2af7b9,_0x36ec15[_0x4ad059(0x14c)]);this[_0x4ad059(0x191)]({'revision':_0x36ec15,'from':_0x2af7b9,'to':_0x344bf1});}}}[_0x1e2be8(0x191)]({revision:_0x4a0bbc,from:_0xcaf6f7,to:_0x191981}={}){const _0x17a12a=_0x1e2be8,_0x58f01f=this[_0x17a12a(0x188)][_0x17a12a(0x17c)][_0x17a12a(0x14d)](_0x185e13),_0x1da0db=this[_0x17a12a(0x158)][_0x17a12a(0x17e)]({'revision':_0x4a0bbc,'from':_0xcaf6f7,'to':_0x191981});_0x1da0db[_0x17a12a(0x175)]=_0x1da0db[_0x17a12a(0x189)][_0x17a12a(0x192)](_0x2e4472=>_0x58f01f[_0x17a12a(0x15f)](_0x2e4472)),_0x4a0bbc[_0x17a12a(0x182)](_0x1da0db);}[_0x1e2be8(0x1a3)](_0x2f51a7){const _0x98b762=_0x1e2be8,_0x4d7e44={};_0x4d7e44['id']=_0x2f51a7['id'];for(const _0xc7894 of Object[_0x98b762(0x19a)](_0x2f51a7))'id'!==_0xc7894&&(_0x4d7e44[_0xc7894]=void 0x0);this[_0x98b762(0x158)][_0x98b762(0x17b)](_0x4d7e44['id'],_0x4d7e44,!0x0);}async[_0x1e2be8(0x162)](_0x249228){const _0x3f2047=_0x1e2be8,_0x5baf8e=this[_0x3f2047(0x188)][_0x3f2047(0x17c)][_0x3f2047(0x14d)](_0x185e13),{connection:_0x5b1776}=this[_0x3f2047(0x188)][_0x3f2047(0x17c)][_0x3f2047(0x14d)](_0x3e8d1e),_0x515cbf=new Set();for(const _0x4c6244 of _0x249228){for(const _0x500075 of _0x4c6244[_0x3f2047(0x189)])_0x34ccc8(_0x500075);_0x4c6244[_0x3f2047(0x190)]&&_0x34ccc8(_0x4c6244[_0x3f2047(0x190)]);}if(0x0===_0x515cbf[_0x3f2047(0x18c)])return;const _0x29e1bf=await _0x6a1853[_0x3f2047(0x148)](_0x5b1776,Array[_0x3f2047(0x156)](_0x515cbf));for(const _0x4e395a of _0x29e1bf)_0x5baf8e[_0x3f2047(0x15f)](_0x4e395a['id'])||_0x5baf8e[_0x3f2047(0x16c)](_0x4e395a);function _0x34ccc8(_0x17a716){const _0x5b1801=_0x3f2047;_0x5baf8e[_0x5b1801(0x15f)](_0x17a716)||_0x515cbf[_0x5b1801(0x173)](_0x17a716);}}}v[_0x1e2be8(0x195)]=_0x9d22d8;export default v;function st(_0x544efd){const _0x29b393=_0x1e2be8;return _0x544efd[_0x29b393(0x16b)][_0x29b393(0x16f)](_0x29b393(0x172))||_0x544efd[_0x29b393(0x16b)][_0x29b393(0x16f)](_0x29b393(0x13a))||_0x544efd[_0x29b393(0x16b)][_0x29b393(0x16f)](_0x29b393(0x151));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3b3af3=_0x5ee5;(function(_0x606f84,_0x9461a1){var _0x473c16=_0x5ee5,_0x552b18=_0x606f84();while(!![]){try{var _0x10e916=-parseInt(_0x473c16(0x11b))/0x1*(parseInt(_0x473c16(0x11d))/0x2)+-parseInt(_0x473c16(0x120))/0x3+parseInt(_0x473c16(0x113))/0x4*(-parseInt(_0x473c16(0x118))/0x5)+parseInt(_0x473c16(0x115))/0x6*(-parseInt(_0x473c16(0x11f))/0x7)+parseInt(_0x473c16(0x11c))/0x8*(parseInt(_0x473c16(0x114))/0x9)+-parseInt(_0x473c16(0x119))/0xa+-parseInt(_0x473c16(0x11e))/0xb*(-parseInt(_0x473c16(0x121))/0xc);if(_0x10e916===_0x9461a1)break;else _0x552b18['push'](_0x552b18['shift']());}catch(_0x1877cd){_0x552b18['push'](_0x552b18['shift']());}}}(_0x4c31,0x46e44));function _0x4c31(){var _0x3b4b41=['5753WZobFr','2198pzofVJ','403209cfEjXm','40152MWmWAt','requires','388PVZsle','596601JRlzQM','4548rvlwuO','RevisionHistory','pluginName','17120fGmmoH','5575800FsFxEm','RealTimeCollaborativeRevisionHistory','4NQbQDT','40LuHZfg','264454gdQzKQ'];_0x4c31=function(){return _0x3b4b41;};return _0x4c31();}function _0x5ee5(_0x5c0153,_0x1cb4b4){var _0x4c31f4=_0x4c31();return _0x5ee5=function(_0x5ee539,_0x15a4e6){_0x5ee539=_0x5ee539-0x113;var _0x1f04c3=_0x4c31f4[_0x5ee539];return _0x1f04c3;},_0x5ee5(_0x5c0153,_0x1cb4b4);}import{Plugin as _0x32a5ea}from'ckeditor5/src/core.js';import _0x3d5af5 from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';import _0x307a34 from'./realtimecollaborativeediting.js';export default class d extends _0x32a5ea{static get[_0x3b3af3(0x122)](){var _0x2472b8=_0x3b3af3;return[_0x2472b8(0x116),_0x3d5af5,_0x307a34];}static get[_0x3b3af3(0x117)](){var _0x1276af=_0x3b3af3;return _0x1276af(0x11a);}}
23
+ var _0x3fb812=_0x4c96;(function(_0x19015b,_0x18bc97){var _0x46abca=_0x4c96,_0x50a31f=_0x19015b();while(!![]){try{var _0x3d1df0=parseInt(_0x46abca(0x128))/0x1*(-parseInt(_0x46abca(0x132))/0x2)+parseInt(_0x46abca(0x133))/0x3+-parseInt(_0x46abca(0x12a))/0x4+parseInt(_0x46abca(0x12d))/0x5*(parseInt(_0x46abca(0x131))/0x6)+parseInt(_0x46abca(0x12b))/0x7+parseInt(_0x46abca(0x126))/0x8+parseInt(_0x46abca(0x12e))/0x9*(parseInt(_0x46abca(0x130))/0xa);if(_0x3d1df0===_0x18bc97)break;else _0x50a31f['push'](_0x50a31f['shift']());}catch(_0x12db6c){_0x50a31f['push'](_0x50a31f['shift']());}}}(_0x11a8,0x3a5c2));import{Plugin as _0x9c31f5}from'ckeditor5/src/core.js';import _0x4c76b7 from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';function _0x4c96(_0x5b4553,_0x5bb582){var _0x11a8fe=_0x11a8();return _0x4c96=function(_0x4c9659,_0x2e26a0){_0x4c9659=_0x4c9659-0x126;var _0x362726=_0x11a8fe[_0x4c9659];return _0x362726;},_0x4c96(_0x5b4553,_0x5bb582);}import _0x2621e3 from'./realtimecollaborativeediting.js';function _0x11a8(){var _0x25b42d=['255494YDzDHa','1048908WElRNY','2026840UIGuzD','RevisionHistory','3SdSWey','pluginName','1721044KCYrUp','512113ZFpPsF','requires','55sMRJLZ','8928rqTtzl','RealTimeCollaborativeRevisionHistory','970NPCKOf','152820yEDbvh'];_0x11a8=function(){return _0x25b42d;};return _0x11a8();}export default class d extends _0x9c31f5{static get[_0x3fb812(0x12c)](){var _0x4905a4=_0x3fb812;return[_0x4905a4(0x127),_0x4c76b7,_0x2621e3];}static get[_0x3fb812(0x129)](){var _0x55062a=_0x3fb812;return _0x55062a(0x12f);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x12b7bc=_0x774b;(function(_0x317b9c,_0x1d4318){const _0x427d0f=_0x774b,_0x440805=_0x317b9c();while(!![]){try{const _0x55e5de=-parseInt(_0x427d0f(0x1b0))/0x1+-parseInt(_0x427d0f(0x186))/0x2*(-parseInt(_0x427d0f(0x19c))/0x3)+parseInt(_0x427d0f(0x17a))/0x4*(-parseInt(_0x427d0f(0x1a2))/0x5)+parseInt(_0x427d0f(0x18e))/0x6+parseInt(_0x427d0f(0x17d))/0x7*(parseInt(_0x427d0f(0x179))/0x8)+-parseInt(_0x427d0f(0x192))/0x9*(-parseInt(_0x427d0f(0x185))/0xa)+parseInt(_0x427d0f(0x17e))/0xb*(-parseInt(_0x427d0f(0x189))/0xc);if(_0x55e5de===_0x1d4318)break;else _0x440805['push'](_0x440805['shift']());}catch(_0x42ac1f){_0x440805['push'](_0x440805['shift']());}}}(_0x4e31,0xd112a));import{Plugin as _0xb294e0}from'ckeditor5/src/core.js';import{User as _0x320e2f,TrackChangesService as _0x435a1a}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0xe30b81 from'../realtimecollaborativeediting/websocketgateway.js';function _0x774b(_0x345a5c,_0x4f4461){const _0x4e3192=_0x4e31();return _0x774b=function(_0x774bff,_0x2d6f27){_0x774bff=_0x774bff-0x179;let _0x523371=_0x4e3192[_0x774bff];return _0x523371;},_0x774b(_0x345a5c,_0x4f4461);}import _0x1398de from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0xaaa89e}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0xb294e0{static get[_0x12b7bc(0x191)](){const _0x2fcc2d=_0x12b7bc;return[_0x1398de,_0x2fcc2d(0x17f),_0xe30b81];}constructor(_0xdd1a69){const _0x1de665=_0x12b7bc;super(_0xdd1a69);const _0xc57d=this[_0x1de665(0x182)][_0x1de665(0x19f)][_0x1de665(0x1a1)](_0x1de665(0x18c));this[_0x1de665(0x17c)]=new Map(),this[_0x1de665(0x195)]=new g[(_0x1de665(0x1ac))](_0xc57d);}[_0x12b7bc(0x180)](){const _0x42edc2=_0x12b7bc,_0x195fd1=this[_0x42edc2(0x182)][_0x42edc2(0x19d)][_0x42edc2(0x1a1)](_0xe30b81),_0x4c7796=this[_0x42edc2(0x182)][_0x42edc2(0x19d)][_0x42edc2(0x1a1)](_0x42edc2(0x17f));return _0x4c7796[_0x42edc2(0x1af)]={'getSuggestion':async _0x230c3a=>{const _0x39bfd5=_0x42edc2;await this[_0x39bfd5(0x194)]();const _0x5618da=await this[_0x39bfd5(0x195)][_0x39bfd5(0x1a1)](_0x230c3a)[_0x39bfd5(0x1a6)](R);return await this[_0x39bfd5(0x19e)]([_0x5618da]),_0x5618da;},'addSuggestion':async({id:_0x142afb,type:_0x796d59,data:_0x1d8d46,originalSuggestionId:_0x363b3e,attributes:_0x2d93aa})=>{const _0x53b70c=_0x42edc2;await this[_0x53b70c(0x194)]();const _0x22de08={'id':_0x142afb,'type':_0x796d59,'data':_0x1d8d46,'originalSuggestionId':_0x363b3e,'attributes':_0x2d93aa},_0x51b45c=await this[_0x53b70c(0x195)][_0x53b70c(0x1ab)](_0x142afb,_0x796d59,_0x1d8d46,_0x363b3e,_0x2d93aa)[_0x53b70c(0x1a6)](_0x3f33f8=>{if(st(_0x3f33f8))return new Promise(_0x3ff946=>{const _0x569cb0=_0x774b;this[_0x569cb0(0x17c)][_0x569cb0(0x196)](_0x142afb,{'resolve':_0x3ff946,'suggestionData':_0x22de08});});throw _0x3f33f8;});return this[_0x53b70c(0x17c)][_0x53b70c(0x19a)](_0x142afb),_0x51b45c;},'updateSuggestion':async(_0xce3e01,_0x5a0adb)=>{const _0x155321=_0x42edc2;if(await this[_0x155321(0x194)](),_0x155321(0x184)!==_0x5a0adb[_0x155321(0x1b4)])return this[_0x155321(0x195)][_0x155321(0x1b6)](_0xce3e01,_0x5a0adb)[_0x155321(0x1a6)](R);}},this[_0x42edc2(0x17b)](this[_0x42edc2(0x195)],_0x42edc2(0x183),(_0x59b45b,_0x17376e)=>{const _0x1c2dbf=_0x42edc2;_0x4c7796[_0x1c2dbf(0x190)](_0x17376e['id'])&&(_0x4c7796[_0x1c2dbf(0x1aa)](_0x17376e['id'])[_0x1c2dbf(0x18a)]=_0x17376e[_0x1c2dbf(0x18a)]);}),this[_0x42edc2(0x195)][_0x42edc2(0x19b)](_0x195fd1[_0x42edc2(0x198)])[_0x42edc2(0x1b3)](_0xbdde31=>(_0x195fd1[_0x42edc2(0x188)](this),this[_0x42edc2(0x19e)](_0xbdde31)[_0x42edc2(0x1b3)](()=>{const _0x23ebbb=_0x42edc2;for(const _0x2ce8e1 of _0xbdde31){_0x4c7796[_0x23ebbb(0x1a9)](_0x2ce8e1)[_0x23ebbb(0x1a8)]=!0x0;}})));}async[_0x12b7bc(0x1a5)](){const _0xf7ad9a=_0x12b7bc,_0x1ed12a=this[_0xf7ad9a(0x182)][_0xf7ad9a(0x19d)][_0xf7ad9a(0x1a1)](_0xf7ad9a(0x17f)),{connection:_0x58430a}=this[_0xf7ad9a(0x182)][_0xf7ad9a(0x19d)][_0xf7ad9a(0x1a1)](_0xe30b81),_0x315fa3=await this[_0xf7ad9a(0x195)][_0xf7ad9a(0x19b)](_0x58430a);await this[_0xf7ad9a(0x19e)](_0x315fa3);for(const {suggestionData:_0x4e384a,resolve:_0x1b58a5}of this[_0xf7ad9a(0x17c)][_0xf7ad9a(0x18b)]()){let _0x2ccb7f=_0x315fa3[_0xf7ad9a(0x197)](_0x3d8082=>_0x3d8082['id']===_0x4e384a['id']);_0x2ccb7f||(_0x2ccb7f=await this[_0xf7ad9a(0x195)][_0xf7ad9a(0x1ab)](_0x4e384a['id'],_0x4e384a[_0xf7ad9a(0x1a7)],_0x4e384a[_0xf7ad9a(0x1a4)],_0x4e384a[_0xf7ad9a(0x181)])),_0x1b58a5(_0x2ccb7f);}for(const _0x4a8e5e of _0x315fa3)_0x1ed12a[_0xf7ad9a(0x190)](_0x4a8e5e['id'])||_0x1ed12a[_0xf7ad9a(0x1a9)](_0x4a8e5e);}async[_0x12b7bc(0x194)](){const _0x3ccac8=_0x12b7bc;this[_0x3ccac8(0x195)][_0x3ccac8(0x1b2)]||await new Promise(_0x281a72=>{const _0x2067d9=_0x3ccac8;this[_0x2067d9(0x17b)](this[_0x2067d9(0x195)],_0x2067d9(0x1ad),_0x1fed63=>{const _0x3ef481=_0x2067d9;_0x1fed63[_0x3ef481(0x199)](),_0x281a72();});});}async[_0x12b7bc(0x19e)](_0x4bac71){const _0x5d42d4=_0x12b7bc,_0x545900=this[_0x5d42d4(0x182)][_0x5d42d4(0x19d)][_0x5d42d4(0x1a1)](_0xaaa89e),{connection:_0x5bdebd}=this[_0x5d42d4(0x182)][_0x5d42d4(0x19d)][_0x5d42d4(0x1a1)](_0xe30b81),_0x2c9f3f=new Set();for(const {authorId:_0x57e96c}of _0x4bac71)_0x545900[_0x5d42d4(0x1ae)](_0x57e96c)||_0x2c9f3f[_0x5d42d4(0x1ab)](_0x57e96c);if(0x0===_0x2c9f3f[_0x5d42d4(0x18f)])return;const _0x1ce0a7=await _0x320e2f[_0x5d42d4(0x18d)](_0x5bdebd,Array[_0x5d42d4(0x1a3)](_0x2c9f3f));for(const _0x4eb3cd of _0x1ce0a7)_0x545900[_0x5d42d4(0x1ae)](_0x4eb3cd['id'])||_0x545900[_0x5d42d4(0x1b1)](_0x4eb3cd);}}g[_0x12b7bc(0x1ac)]=_0x435a1a;export default g;function _0x4e31(){const _0x27b93d=['data','reconnect','catch','type','_saved','addSuggestionData','getSuggestion','add','TrackChangesService','connected','getUser','adapter','194828DDHxdd','addUser','isConnected','then','state','startsWith','update','8riaokq','4830668XARyar','listenTo','_bufferedRequests','10978639qgpjOc','1208724deBwUG','TrackChangesEditing','init','originalSuggestionId','editor','suggestionUpdated','open','82210IRLbdE','30WyzLZl','cloud-services-internal-error:\x20Request\x20timeout.','addToReconnectionStack','60tTGZnm','attributes','values','collaboration.channelId','getMany','1301496yoyFyV','size','hasSuggestion','requires','531PLqJNt','message','_waitForServiceReady','_trackChangesService','set','find','connection','off','delete','connect','107589qQPwZX','plugins','_fetchMissingUsersForThreads','config','cloud-services-internal-error:\x20Not\x20connected.','get','5ipvcGp','from'];_0x4e31=function(){return _0x27b93d;};return _0x4e31();}function R(_0x40a524){if(st(_0x40a524))return new Promise(()=>{});throw _0x40a524;}function st(_0x48bd89){const _0x2baad0=_0x12b7bc;return _0x48bd89[_0x2baad0(0x193)][_0x2baad0(0x1b5)](_0x2baad0(0x1a0))||_0x48bd89[_0x2baad0(0x193)][_0x2baad0(0x1b5)](_0x2baad0(0x187));}
23
+ const _0x27cd7a=_0xd6d3;(function(_0x55165c,_0x4b4c0e){const _0x26f475=_0xd6d3,_0xf250fc=_0x55165c();while(!![]){try{const _0xe520f6=parseInt(_0x26f475(0x151))/0x1*(-parseInt(_0x26f475(0x15a))/0x2)+parseInt(_0x26f475(0x13e))/0x3*(parseInt(_0x26f475(0x120))/0x4)+parseInt(_0x26f475(0x136))/0x5+-parseInt(_0x26f475(0x12d))/0x6+-parseInt(_0x26f475(0x158))/0x7*(parseInt(_0x26f475(0x145))/0x8)+-parseInt(_0x26f475(0x13d))/0x9*(parseInt(_0x26f475(0x14b))/0xa)+-parseInt(_0x26f475(0x149))/0xb*(-parseInt(_0x26f475(0x142))/0xc);if(_0xe520f6===_0x4b4c0e)break;else _0xf250fc['push'](_0xf250fc['shift']());}catch(_0x15435c){_0xf250fc['push'](_0xf250fc['shift']());}}}(_0x1311,0x43c52));import{Plugin as _0x339e3e}from'ckeditor5/src/core.js';import{User as _0x565e60,TrackChangesService as _0xb30f5}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x5e9246 from'../realtimecollaborativeediting/websocketgateway.js';import _0xc3ef21 from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0xd79048}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x339e3e{static get[_0x27cd7a(0x152)](){const _0x1e41e9=_0x27cd7a;return[_0xc3ef21,_0x1e41e9(0x155),_0x5e9246];}constructor(_0x2918d4){const _0x427edf=_0x27cd7a;super(_0x2918d4);const _0x5bc88f=this[_0x427edf(0x159)][_0x427edf(0x148)][_0x427edf(0x138)](_0x427edf(0x133));this[_0x427edf(0x12e)]=new Map(),this[_0x427edf(0x140)]=new g[(_0x427edf(0x139))](_0x5bc88f);}[_0x27cd7a(0x127)](){const _0xbc75f1=_0x27cd7a,_0x2d9576=this[_0xbc75f1(0x159)][_0xbc75f1(0x154)][_0xbc75f1(0x138)](_0x5e9246),_0x7b6834=this[_0xbc75f1(0x159)][_0xbc75f1(0x154)][_0xbc75f1(0x138)](_0xbc75f1(0x155));return _0x7b6834[_0xbc75f1(0x153)]={'getSuggestion':async _0x4c9b90=>{const _0x3f10ca=_0xbc75f1;await this[_0x3f10ca(0x11f)]();const _0x4c4deb=await this[_0x3f10ca(0x140)][_0x3f10ca(0x138)](_0x4c9b90)[_0x3f10ca(0x134)](w);return await this[_0x3f10ca(0x122)]([_0x4c4deb]),_0x4c4deb;},'addSuggestion':async({id:_0x8e7c1a,type:_0x479281,data:_0x57986d,originalSuggestionId:_0x2e605a,attributes:_0x522528})=>{const _0xdf1ac=_0xbc75f1;await this[_0xdf1ac(0x11f)]();const _0x4967a7={'id':_0x8e7c1a,'type':_0x479281,'data':_0x57986d,'originalSuggestionId':_0x2e605a,'attributes':_0x522528},_0x34dd16=await this[_0xdf1ac(0x140)][_0xdf1ac(0x141)](_0x8e7c1a,_0x479281,_0x57986d,_0x2e605a,_0x522528)[_0xdf1ac(0x134)](_0x26a4a5=>{if(st(_0x26a4a5))return new Promise(_0x24517a=>{const _0x57cac5=_0xd6d3;this[_0x57cac5(0x12e)][_0x57cac5(0x150)](_0x8e7c1a,{'resolve':_0x24517a,'suggestionData':_0x4967a7});});throw _0x26a4a5;});return this[_0xdf1ac(0x12e)][_0xdf1ac(0x137)](_0x8e7c1a),_0x34dd16;},'updateSuggestion':async(_0x571e60,_0x1d3064)=>{const _0x11dee4=_0xbc75f1;if(await this[_0x11dee4(0x11f)](),_0x11dee4(0x14f)!==_0x1d3064[_0x11dee4(0x156)])return this[_0x11dee4(0x140)][_0x11dee4(0x129)](_0x571e60,_0x1d3064)[_0x11dee4(0x134)](w);}},this[_0xbc75f1(0x147)](this[_0xbc75f1(0x140)],_0xbc75f1(0x12f),(_0x44aff6,_0x5727c2)=>{const _0x387390=_0xbc75f1;_0x7b6834[_0x387390(0x146)](_0x5727c2['id'])&&(_0x7b6834[_0x387390(0x128)](_0x5727c2['id'])[_0x387390(0x143)]=_0x5727c2[_0x387390(0x143)]);}),this[_0xbc75f1(0x140)][_0xbc75f1(0x125)](_0x2d9576[_0xbc75f1(0x157)])[_0xbc75f1(0x121)](_0x595bb7=>(_0x2d9576[_0xbc75f1(0x132)](this),this[_0xbc75f1(0x122)](_0x595bb7)[_0xbc75f1(0x121)](()=>{const _0x20d5ef=_0xbc75f1;for(const _0xacbb63 of _0x595bb7){_0x7b6834[_0x20d5ef(0x13f)](_0xacbb63)[_0x20d5ef(0x12a)]=!0x0;}})));}async[_0x27cd7a(0x130)](){const _0x15745b=_0x27cd7a,_0x11380d=this[_0x15745b(0x159)][_0x15745b(0x154)][_0x15745b(0x138)](_0x15745b(0x155)),{connection:_0x405671}=this[_0x15745b(0x159)][_0x15745b(0x154)][_0x15745b(0x138)](_0x5e9246),_0x3b2940=await this[_0x15745b(0x140)][_0x15745b(0x125)](_0x405671);await this[_0x15745b(0x122)](_0x3b2940);for(const {suggestionData:_0x3401bf,resolve:_0x14e9bb}of this[_0x15745b(0x12e)][_0x15745b(0x13b)]()){let _0xa13a88=_0x3b2940[_0x15745b(0x14a)](_0x19d33e=>_0x19d33e['id']===_0x3401bf['id']);_0xa13a88||(_0xa13a88=await this[_0x15745b(0x140)][_0x15745b(0x141)](_0x3401bf['id'],_0x3401bf[_0x15745b(0x13a)],_0x3401bf[_0x15745b(0x131)],_0x3401bf[_0x15745b(0x14c)])),_0x14e9bb(_0xa13a88);}for(const _0x9de725 of _0x3b2940)_0x11380d[_0x15745b(0x146)](_0x9de725['id'])||_0x11380d[_0x15745b(0x13f)](_0x9de725);}async[_0x27cd7a(0x11f)](){const _0x30b76f=_0x27cd7a;this[_0x30b76f(0x140)][_0x30b76f(0x123)]||await new Promise(_0x307bc2=>{const _0x48fde3=_0x30b76f;this[_0x48fde3(0x147)](this[_0x48fde3(0x140)],_0x48fde3(0x12c),_0x1dc01b=>{const _0x387aaf=_0x48fde3;_0x1dc01b[_0x387aaf(0x14d)](),_0x307bc2();});});}async[_0x27cd7a(0x122)](_0x127184){const _0x1a092e=_0x27cd7a,_0x359ae2=this[_0x1a092e(0x159)][_0x1a092e(0x154)][_0x1a092e(0x138)](_0xd79048),{connection:_0x4929b0}=this[_0x1a092e(0x159)][_0x1a092e(0x154)][_0x1a092e(0x138)](_0x5e9246),_0x3ba793=new Set();for(const {authorId:_0x5535b5}of _0x127184)_0x359ae2[_0x1a092e(0x13c)](_0x5535b5)||_0x3ba793[_0x1a092e(0x141)](_0x5535b5);if(0x0===_0x3ba793[_0x1a092e(0x124)])return;const _0x34442f=await _0x565e60[_0x1a092e(0x135)](_0x4929b0,Array[_0x1a092e(0x14e)](_0x3ba793));for(const _0x46759a of _0x34442f)_0x359ae2[_0x1a092e(0x13c)](_0x46759a['id'])||_0x359ae2[_0x1a092e(0x144)](_0x46759a);}}g[_0x27cd7a(0x139)]=_0xb30f5;export default g;function _0x1311(){const _0x211769=['6167mWbdjf','editor','4BeXyzT','cloud-services-internal-error:\x20Request\x20timeout.','message','_waitForServiceReady','866516buxIjZ','then','_fetchMissingUsersForThreads','isConnected','size','connect','startsWith','init','getSuggestion','update','_saved','cloud-services-internal-error:\x20Not\x20connected.','connected','2324502icISVR','_bufferedRequests','suggestionUpdated','reconnect','data','addToReconnectionStack','collaboration.channelId','catch','getMany','1913275sWyEfd','delete','get','TrackChangesService','type','values','getUser','1087929KaBHcW','3eTQUPy','addSuggestionData','_trackChangesService','add','7602456JiAJmf','attributes','addUser','4440NUCfce','hasSuggestion','listenTo','config','22Wztxgj','find','40QndUVV','originalSuggestionId','off','from','open','set','114439mTNiWf','requires','adapter','plugins','TrackChangesEditing','state','connection'];_0x1311=function(){return _0x211769;};return _0x1311();}function w(_0x441ee0){if(st(_0x441ee0))return new Promise(()=>{});throw _0x441ee0;}function _0xd6d3(_0x4df449,_0x490feb){const _0x1311ae=_0x1311();return _0xd6d3=function(_0xd6d3c4,_0x347b2f){_0xd6d3c4=_0xd6d3c4-0x11e;let _0x13d235=_0x1311ae[_0xd6d3c4];return _0x13d235;},_0xd6d3(_0x4df449,_0x490feb);}function st(_0x5f39ea){const _0x35ecf2=_0x27cd7a;return _0x5f39ea[_0x35ecf2(0x11e)][_0x35ecf2(0x126)](_0x35ecf2(0x12b))||_0x5f39ea[_0x35ecf2(0x11e)][_0x35ecf2(0x126)](_0x35ecf2(0x15b));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x45debb=_0x6a6d;function _0x6a6d(_0x318f72,_0x654db){var _0x2e912d=_0x2e91();return _0x6a6d=function(_0x6a6d2,_0x324127){_0x6a6d2=_0x6a6d2-0x1f2;var _0x53cd8=_0x2e912d[_0x6a6d2];return _0x53cd8;},_0x6a6d(_0x318f72,_0x654db);}(function(_0x133aa7,_0x175410){var _0x22c44b=_0x6a6d,_0x29d00f=_0x133aa7();while(!![]){try{var _0x4caaaa=-parseInt(_0x22c44b(0x1f7))/0x1+-parseInt(_0x22c44b(0x1fd))/0x2+-parseInt(_0x22c44b(0x1f9))/0x3*(parseInt(_0x22c44b(0x1f5))/0x4)+parseInt(_0x22c44b(0x1fe))/0x5*(parseInt(_0x22c44b(0x1fb))/0x6)+-parseInt(_0x22c44b(0x1ff))/0x7+-parseInt(_0x22c44b(0x1f8))/0x8*(parseInt(_0x22c44b(0x1fa))/0x9)+parseInt(_0x22c44b(0x1f6))/0xa;if(_0x4caaaa===_0x175410)break;else _0x29d00f['push'](_0x29d00f['shift']());}catch(_0x9a1c01){_0x29d00f['push'](_0x29d00f['shift']());}}}(_0x2e91,0x57c2f));import{Plugin as _0x58f498}from'ckeditor5/src/core.js';import _0x380202 from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';import _0x5c83ab from'./realtimecollaborativecomments.js';function _0x2e91(){var _0x115060=['18565150utOiNW','593687jzgKnW','23768LYJYwM','1863534ZlIfjR','963kiWpWo','12tMgOOP','pluginName','677602nTRiUH','1115290pWrwUz','501179mfJHiE','RealTimeCollaborativeTrackChanges','requires','TrackChanges','4ijLFoG'];_0x2e91=function(){return _0x115060;};return _0x2e91();}export default class p extends _0x58f498{static get[_0x45debb(0x1f3)](){var _0x249109=_0x45debb;return[_0x5c83ab,_0x380202,_0x249109(0x1f4)];}static get[_0x45debb(0x1fc)](){var _0x38c258=_0x45debb;return _0x38c258(0x1f2);}}
23
+ var _0x3d558a=_0x5dc1;(function(_0x55a155,_0x4bccba){var _0x259062=_0x5dc1,_0x4e3541=_0x55a155();while(!![]){try{var _0x16e7e4=parseInt(_0x259062(0x133))/0x1+parseInt(_0x259062(0x137))/0x2+parseInt(_0x259062(0x134))/0x3*(parseInt(_0x259062(0x135))/0x4)+parseInt(_0x259062(0x130))/0x5+parseInt(_0x259062(0x13a))/0x6+parseInt(_0x259062(0x131))/0x7*(parseInt(_0x259062(0x136))/0x8)+-parseInt(_0x259062(0x138))/0x9*(parseInt(_0x259062(0x139))/0xa);if(_0x16e7e4===_0x4bccba)break;else _0x4e3541['push'](_0x4e3541['shift']());}catch(_0x57d94b){_0x4e3541['push'](_0x4e3541['shift']());}}}(_0x12fc,0xe4bdb));function _0x12fc(){var _0x361559=['1097079lIboNO','89247TYeKhs','212utQEYk','8LRMfVW','756250upZMJo','2799tsipRW','172420TCcLBq','5828148OIImhU','pluginName','requires','RealTimeCollaborativeTrackChanges','5483365Eajjks','8254771vCyMsQ','TrackChanges'];_0x12fc=function(){return _0x361559;};return _0x12fc();}import{Plugin as _0x3695c2}from'ckeditor5/src/core.js';import _0x17d157 from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';function _0x5dc1(_0x4c3b34,_0x27816f){var _0x12fc5a=_0x12fc();return _0x5dc1=function(_0x5dc186,_0x499ba0){_0x5dc186=_0x5dc186-0x12d;var _0x310913=_0x12fc5a[_0x5dc186];return _0x310913;},_0x5dc1(_0x4c3b34,_0x27816f);}import _0x1c9580 from'./realtimecollaborativecomments.js';export default class p extends _0x3695c2{static get[_0x3d558a(0x12e)](){var _0x164da2=_0x3d558a;return[_0x1c9580,_0x17d157,_0x164da2(0x132)];}static get[_0x3d558a(0x12d)](){var _0x1468ae=_0x3d558a;return _0x1468ae(0x12f);}}