@ckeditor/ckeditor5-real-time-collaboration 43.1.1 → 43.2.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/build/real-time-collaboration.js +1 -1
  2. package/dist/index.js +6 -6
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de-ch.js +1 -1
  16. package/dist/translations/de-ch.umd.js +1 -1
  17. package/dist/translations/de.js +1 -1
  18. package/dist/translations/de.umd.js +1 -1
  19. package/dist/translations/el.js +1 -1
  20. package/dist/translations/el.umd.js +1 -1
  21. package/dist/translations/en-au.js +1 -1
  22. package/dist/translations/en-au.umd.js +1 -1
  23. package/dist/translations/en.umd.js +1 -1
  24. package/dist/translations/es.js +1 -1
  25. package/dist/translations/es.umd.js +1 -1
  26. package/dist/translations/et.js +1 -1
  27. package/dist/translations/et.umd.js +1 -1
  28. package/dist/translations/fa.js +1 -1
  29. package/dist/translations/fa.umd.js +1 -1
  30. package/dist/translations/fi.js +1 -1
  31. package/dist/translations/fi.umd.js +1 -1
  32. package/dist/translations/fr.js +1 -1
  33. package/dist/translations/fr.umd.js +1 -1
  34. package/dist/translations/gl.js +1 -1
  35. package/dist/translations/gl.umd.js +1 -1
  36. package/dist/translations/he.js +1 -1
  37. package/dist/translations/he.umd.js +1 -1
  38. package/dist/translations/hi.js +1 -1
  39. package/dist/translations/hi.umd.js +1 -1
  40. package/dist/translations/hr.js +1 -1
  41. package/dist/translations/hr.umd.js +1 -1
  42. package/dist/translations/hu.js +1 -1
  43. package/dist/translations/hu.umd.js +1 -1
  44. package/dist/translations/id.js +1 -1
  45. package/dist/translations/id.umd.js +1 -1
  46. package/dist/translations/it.js +1 -1
  47. package/dist/translations/it.umd.js +1 -1
  48. package/dist/translations/ja.js +1 -1
  49. package/dist/translations/ja.umd.js +1 -1
  50. package/dist/translations/ko.js +1 -1
  51. package/dist/translations/ko.umd.js +1 -1
  52. package/dist/translations/lt.js +1 -1
  53. package/dist/translations/lt.umd.js +1 -1
  54. package/dist/translations/lv.js +1 -1
  55. package/dist/translations/lv.umd.js +1 -1
  56. package/dist/translations/ms.js +1 -1
  57. package/dist/translations/ms.umd.js +1 -1
  58. package/dist/translations/nl.js +1 -1
  59. package/dist/translations/nl.umd.js +1 -1
  60. package/dist/translations/no.js +1 -1
  61. package/dist/translations/no.umd.js +1 -1
  62. package/dist/translations/pl.js +1 -1
  63. package/dist/translations/pl.umd.js +1 -1
  64. package/dist/translations/pt-br.js +1 -1
  65. package/dist/translations/pt-br.umd.js +1 -1
  66. package/dist/translations/pt.js +1 -1
  67. package/dist/translations/pt.umd.js +1 -1
  68. package/dist/translations/ro.js +1 -1
  69. package/dist/translations/ro.umd.js +1 -1
  70. package/dist/translations/ru.js +1 -1
  71. package/dist/translations/ru.umd.js +1 -1
  72. package/dist/translations/sk.js +1 -1
  73. package/dist/translations/sk.umd.js +1 -1
  74. package/dist/translations/sr-latn.js +1 -1
  75. package/dist/translations/sr-latn.umd.js +1 -1
  76. package/dist/translations/sr.js +1 -1
  77. package/dist/translations/sr.umd.js +1 -1
  78. package/dist/translations/sv.js +1 -1
  79. package/dist/translations/sv.umd.js +1 -1
  80. package/dist/translations/th.js +1 -1
  81. package/dist/translations/th.umd.js +1 -1
  82. package/dist/translations/tk.js +1 -1
  83. package/dist/translations/tk.umd.js +1 -1
  84. package/dist/translations/tr.js +1 -1
  85. package/dist/translations/tr.umd.js +1 -1
  86. package/dist/translations/uk.js +1 -1
  87. package/dist/translations/uk.umd.js +1 -1
  88. package/dist/translations/vi.js +1 -1
  89. package/dist/translations/vi.umd.js +1 -1
  90. package/dist/translations/zh-cn.js +1 -1
  91. package/dist/translations/zh-cn.umd.js +1 -1
  92. package/dist/translations/zh.js +1 -1
  93. package/dist/translations/zh.umd.js +1 -1
  94. package/package.json +9 -9
  95. package/src/common-translations.js +1 -1
  96. package/src/index.js +1 -1
  97. package/src/presencelist/presencelistui.js +1 -1
  98. package/src/presencelist/view/presencecounterview.js +1 -1
  99. package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
  100. package/src/presencelist/view/presencedropdownlistview.js +1 -1
  101. package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
  102. package/src/presencelist/view/presenceinlinelistview.js +1 -1
  103. package/src/presencelist/view/presencelistview.js +1 -1
  104. package/src/presencelist.js +1 -1
  105. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
  106. package/src/realtimecollaborativecomments.js +1 -1
  107. package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
  108. package/src/realtimecollaborativeediting/sessions.js +1 -1
  109. package/src/realtimecollaborativeediting/usermarkers.js +1 -1
  110. package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
  111. package/src/realtimecollaborativeediting.js +1 -1
  112. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
  113. package/src/realtimecollaborativerevisionhistory.js +1 -1
  114. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
  115. package/src/realtimecollaborativetrackchanges.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4c6d35=_0x2df3;(function(_0x164864,_0x4fb2ad){const _0xdb91=_0x2df3,_0x4a1c01=_0x164864();while(!![]){try{const _0xe9905d=parseInt(_0xdb91(0x146))/0x1*(-parseInt(_0xdb91(0x145))/0x2)+parseInt(_0xdb91(0x197))/0x3+-parseInt(_0xdb91(0xc8))/0x4*(-parseInt(_0xdb91(0x172))/0x5)+-parseInt(_0xdb91(0x16d))/0x6+parseInt(_0xdb91(0xc4))/0x7+-parseInt(_0xdb91(0x1af))/0x8*(parseInt(_0xdb91(0x1ac))/0x9)+-parseInt(_0xdb91(0xf1))/0xa;if(_0xe9905d===_0x4fb2ad)break;else _0x4a1c01['push'](_0x4a1c01['shift']());}catch(_0x2e8ce0){_0x4a1c01['push'](_0x4a1c01['shift']());}}}(_0x1b9a,0x845b6));import{Plugin as _0x42ea2e,PendingActions as _0x44b0dd}from'ckeditor5/src/core.js';import{CKEditorError as _0x55529f,version as _0x123b0d,uid as _0x1944f1}from'ckeditor5/src/utils.js';import{Notification as _0x566884}from'ckeditor5/src/ui.js';import{transformSets as _0x454125,NoOperation as _0x2b1fc1,InsertOperation as _0x17bfa2,MarkerOperation as _0x8cb6b0,RootAttributeOperation as _0x4c9afd,OperationFactory as _0x10c948,History as _0x58703a}from'ckeditor5/src/engine.js';import _0x196662 from'./websocketgateway.js';import _0x3476a7 from'./sessions.js';import _0x5b06bf from'./usermarkers.js';import{getTranslation as _0x1870a9}from'../common-translations.js';function _0x1b9a(){const _0x2be87f=['parse','round','_setPendingAction','directChange','from','path','change:hasDomSelection','30MmQQfk','19501wYsHAy','createRange','markers','toJSON','reset','addToReconnectionStack','_hasSynchronizationProblem','sendOperations','enableReadOnlyMode','define','selection','metadata','_ignoredOperations','cloud-services-internal-error:\x20Request\x20timeout.','_sendBufferedOperationsDelayId','_initSessionsHandling','_handleInitialConnectionData','_channelId','requires','getIdOfTheLastOperation','change:_isPendingUpdate','_connectAfterSessionHasBeenFlushed','connected','high','_handleReconnectionResponse','_fetchMissingUsers','newRange','lastSyncVersion','_handleReceivedOperations','slice','_getOperationsFromInitData','addOperation','get','getUser','realtimecollaborationclient-initservice-incorrect-server-operation','RealTimeCollaborationClient','_authorId','affectedSelectable','_handleExternalOperations','3030036rOmhbS','isEnabled','_isInit','__className','rootName','5LjALgK','Notification','_handleReconnectionError','Permissions','pluginName','setPermissions','sessionCreatedAt','init','keys','suppressErrorInCollaboration','marker','collaboration','lastDocumentSession','_disconnectionOperations','baseVersion','state','_compressOperations','realtimecollaborationclient-initservice-internal-error','compress','reconnection:\x20flushed\x20session','_pendingAction','wasUndone','document:write','cloudDocumentVersion','realtimecollaborationclient-sendbufferedoperations','serverHistory','lastOperationAcceptedAt','push','setIdForTheLastOperation','_sendBufferedOperationsDelayed','type','_saveOperationInBuffer','off','userId','config','getDocumentDetails','getConnectedSessions','2892303FhHCxa','cloud-services-internal-error:\x20Not\x20connected.','root','fromJSON','filter','code','then','stop','_isAttached','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.','$root','_currentBufferDelay','differ','clone','createUserMarkerOperations','message','_bufferRootLoad','wereChangesApplied','destroy','editor','mySessionId','19845FlDhmS','includes','document','1512nQSioC','entries','unregister','register','editing','_addKnownRoot','lastOperationId','409','realtimecollaborationclient-handleserverresponse','length','_shouldSendUpdate','_getAffectedRoot','_operationToId','addRoot','start','showWarning','getRoot','listenTo','_refreshUserSelectionMarkers','change:_isEditingAllowed','channelSessions','view','return','5628294DDrawJ','_crash','CollaborativeEditingService','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','1323988UaMzap','affectsData','_sendBufferedOperations','sessionAdd:','collaboration.channelId','_disconnectService','_isPendingUpdate','collaboration-missing-channelid','reconnect','addRootAttribute','getOperationAuthor','PENDING_ACTION_SENDING_DATA','_updateServerHistory','loadRoot','disconnected','_knownOperations','ready','plugins','fire','_isLoaded','move','_lastServerVersion','isDocumentOperation','change:range','realtimecollaborationclient-init-connection-failed','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','realtimecollaborationclient-init-session-connection-error','catch','map','realtimecollaborationclient-init-document-already-initialized','offset','history','bind','version','_setUpDataInit','rtc-offline','position','isReadOnly','_connectService','isUndoneOperation','_waitUntilSynced','3427400RtnKUe','_handleSendingSelectionMarkers','roots','currentDocumentSession','insert','createPositionFromPath','rtc-destroyed','_hasSelectionChanged','error','connection','end','attributes','size','apply','_shouldSendSelectionUpdate','getMany','disableReadOnlyMode','connect','has','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.','set','startsWith','model','real-time-collaboration','_operationIdentifier','remove','add','createRoot','_offset','_isConnected','rootsAttributes','enqueueChange','_loadRoot','permissions','removeFromReconnectionStack','cs:removeUser','operationsReceived','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','addUser','getOperations','decompress','disconnect','_service','multi-root-editor-root-attributes-no-root','_decompressOperations','targetPosition','cloudServices.bundleVersion','_isDisconnection','_initThrowingOnDataSet','InsertOperation','_baseBufferDelay','data','locale','_bufferedOperations','_handleServerResponse','404','_knownRootNames','Synchronization\x20issue','batch','_compressor','_clearPendingAction','string','stopListening','_document','createdAt','sessionId','CommentsOnly','finally','initData','_lastSyncedOperationId','forEach','_isEditingAllowed','realtimecollaborationclient-init-non-existent-root','_applyOperationsSet','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','applyOperation','createPositionAt'];_0x1b9a=function(){return _0x2be87f;};return _0x1b9a();}function _0x2df3(_0x6a6af9,_0x34c751){const _0x1b9ae8=_0x1b9a();return _0x2df3=function(_0x2df31b,_0x325742){_0x2df31b=_0x2df31b-0xb3;let _0x3a869f=_0x1b9ae8[_0x2df31b];return _0x3a869f;},_0x2df3(_0x6a6af9,_0x34c751);}import{Compressor as _0x4266ed}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0x57d553}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x5f15fb,CollaborativeEditingService as _0x351c65}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let F=0x1;class l extends _0x42ea2e{static get[_0x4c6d35(0x158)](){return[_0x196662,_0x3476a7,_0x5b06bf,_0x44b0dd,_0x57d553,_0x566884];}static get[_0x4c6d35(0x176)](){const _0x4188e1=_0x4c6d35;return _0x4188e1(0x169);}get[_0x4c6d35(0x189)](){const _0xd5686=_0x4c6d35;return this[_0xd5686(0xdd)]+this[_0xd5686(0x10d)];}get[_0x4c6d35(0xdd)](){const _0x2a9937=_0x4c6d35;return this[_0x2a9937(0x18b)][_0x2a9937(0xe9)]-this[_0x2a9937(0x10d)];}get[_0x4c6d35(0x161)](){const _0x35795d=_0x4c6d35,_0x36470e=this[_0x35795d(0x18b)][_0x35795d(0x118)]();for(let _0x5c2ac3=_0x36470e[_0x35795d(0xb6)]-0x1;_0x5c2ac3>=0x0;_0x5c2ac3--){const _0x4ba3c8=_0x36470e[_0x5c2ac3];if(!this[_0x35795d(0x17f)][_0x35795d(0x103)](_0x4ba3c8))return _0x4ba3c8[_0x35795d(0x180)]+0x1-this[_0x35795d(0x10d)];}return 0x0;}constructor(_0x165374){const _0x3545b0=_0x4c6d35;if(super(_0x165374),this[_0x3545b0(0x10d)]=0x0,this[_0x3545b0(0x132)]=null,this[_0x3545b0(0x18b)]=new _0x58703a(),this[_0x3545b0(0x1aa)][_0x3545b0(0x194)][_0x3545b0(0x14f)](_0x3545b0(0x17d),{}),this[_0x3545b0(0x157)]=this[_0x3545b0(0x1aa)][_0x3545b0(0x194)][_0x3545b0(0x166)](_0x3545b0(0xcc)),!this[_0x3545b0(0x157)])throw new _0x55529f(_0x3545b0(0xcf),this);const _0x4259a2=_0x165374[_0x3545b0(0x194)][_0x3545b0(0x166)](_0x3545b0(0x11f))||_0x123b0d;this[_0x3545b0(0x11b)]=new l[(_0x3545b0(0xc6))](_0x4259a2,this[_0x3545b0(0x157)]),this[_0x3545b0(0x130)]=this[_0x3545b0(0x1aa)][_0x3545b0(0x107)][_0x3545b0(0x1ae)],this[_0x3545b0(0x12c)]=new _0x4266ed(),this[_0x3545b0(0x126)]=[],this[_0x3545b0(0xd7)]=new WeakSet(),this[_0x3545b0(0x129)]=new Set(),this[_0x3545b0(0x105)](_0x3545b0(0xce),!0x1),this[_0x3545b0(0x105)](_0x3545b0(0x14c),!0x1),this[_0x3545b0(0x186)]=null,this[_0x3545b0(0xf8)]=!0x1,this[_0x3545b0(0x154)]=null,this[_0x3545b0(0x123)]=0x12c,this[_0x3545b0(0x1a2)]=this[_0x3545b0(0x123)],this[_0x3545b0(0x136)]=null,this[_0x3545b0(0x17f)]=new WeakSet(),this[_0x3545b0(0x109)]=new G(this[_0x3545b0(0x17f)]);}[_0x4c6d35(0x179)](){const _0x14774=_0x4c6d35,_0xc3672c=this[_0x14774(0x1aa)],_0x4f874d=_0xc3672c[_0x14774(0xd9)][_0x14774(0x166)](_0x57d553),_0x4acecd=_0xc3672c[_0x14774(0xd9)][_0x14774(0x166)](_0x196662);this[_0x14774(0xbe)](_0x4f874d,_0x14774(0xd2),(_0x29439c,_0x55eb52)=>{const _0x4f5986=_0x14774,_0x51ca01=_0x55eb52[0x0];_0x51ca01[_0x4f5986(0x16a)]&&(_0x29439c[_0x4f5986(0xc3)]=_0x4f874d[_0x4f5986(0x167)](_0x51ca01[_0x4f5986(0x16a)]),_0x29439c[_0x4f5986(0x19e)]()),null===_0x51ca01[_0x4f5986(0x16a)]&&(_0x29439c[_0x4f5986(0xc3)]=null,_0x29439c[_0x4f5986(0x19e)]());},{'priority':_0x14774(0x15d)}),this[_0x14774(0xbe)](_0xc3672c[_0x14774(0x107)][_0x14774(0x1ae)][_0x14774(0x150)],_0x14774(0xdf),(_0x142b18,_0xbe4909)=>{const _0x5d2f02=_0x14774;_0xbe4909[_0x5d2f02(0x141)]&&this[_0x5d2f02(0xbf)]();}),this[_0x14774(0xbe)](_0xc3672c[_0x14774(0x1b3)][_0x14774(0xc2)],_0x14774(0x144),()=>{const _0x3330fc=_0x14774;this[_0x3330fc(0xbf)]();}),this[_0x14774(0x121)](),_0xc3672c[_0x14774(0x107)]['on'](_0x14774(0x13c),(_0x265dc0,_0x22fb28)=>{const _0x22ac58=_0x14774,_0x3f03ac=_0x22fb28[0x0];_0x3f03ac[_0x22ac58(0xde)]&&(this[_0x22ac58(0x191)](_0x3f03ac),this[_0x22ac58(0xb7)]()&&this[_0x22ac58(0x18f)]());}),this[_0x14774(0xea)](),this[_0x14774(0xe8)](_0x14774(0x138))['to'](_0x4acecd,_0x14774(0x181),this,_0x14774(0x14c),(_0x37ee55,_0x382449)=>_0x14774(0x15c)===_0x37ee55&&!_0x382449),this['on'](_0x14774(0xc0),()=>{const _0x15698d=_0x14774;this[_0x15698d(0x138)]?_0xc3672c[_0x15698d(0x101)](_0x15698d(0xeb)):_0xc3672c[_0x15698d(0x14e)](_0x15698d(0xeb));}),this[_0x14774(0x138)]?_0xc3672c[_0x14774(0x101)](_0x14774(0xeb)):_0xc3672c[_0x14774(0x14e)](_0x14774(0xeb)),this[_0x14774(0x105)](_0x14774(0x10e),!0x1);}async[_0x4c6d35(0xd0)](){const _0x2c725b=_0x4c6d35,_0x273112=this[_0x2c725b(0x1aa)][_0x2c725b(0xd9)][_0x2c725b(0x166)](_0x3476a7),_0x23a189=this[_0x2c725b(0x1aa)][_0x2c725b(0xd9)][_0x2c725b(0x166)](_0x196662);try{this[_0x2c725b(0xce)]=!0x0,_0x273112[_0x2c725b(0x1b1)](this[_0x2c725b(0x157)]);const _0x43be22=await this[_0x2c725b(0x11b)][_0x2c725b(0xd0)](_0x23a189[_0x2c725b(0xfa)],this[_0x2c725b(0x161)]);await this[_0x2c725b(0x15e)](_0x43be22)&&(this[_0x2c725b(0xce)]=!0x1,this[_0x2c725b(0x12d)]());const _0x3c2432=await this[_0x2c725b(0x11b)][_0x2c725b(0x196)]();_0x273112[_0x2c725b(0x1b2)](this[_0x2c725b(0x157)],_0x3c2432),this[_0x2c725b(0xf2)](),this[_0x2c725b(0x10e)]=!0x0;}catch(_0x57683f){if(function(_0x2285ae){const _0x135d5a=_0x2c725b;return _0x135d5a(0x128)===_0x2285ae[_0x135d5a(0x19c)];}(_0x57683f)&&this[_0x2c725b(0x132)])await this[_0x2c725b(0x15b)]();else{if(function(_0x45cd09){const _0x21249f=_0x2c725b;return _0x21249f(0xb4)===_0x45cd09[_0x21249f(0x19c)];}(_0x57683f)){const _0x2e52b0=_0x1870a9(this[_0x2c725b(0x1aa)][_0x2c725b(0x125)],_0x2c725b(0xe1));this[_0x2c725b(0x174)](_0x2e52b0);}else{if(!(_0x57683f instanceof H))throw _0x57683f;this[_0x2c725b(0x174)]();}}}}[_0x4c6d35(0x1a9)](){const _0x145957=_0x4c6d35,_0x2dcef0=this[_0x145957(0x1aa)][_0x145957(0xd9)][_0x145957(0x166)](_0x196662),_0x5bf523=this[_0x145957(0x1aa)][_0x145957(0xd9)][_0x145957(0x166)](_0x3476a7);this[_0x145957(0x1aa)][_0x145957(0x14e)](_0x145957(0xf7)),_0x5bf523[_0x145957(0xc1)][_0x145957(0x103)](this[_0x145957(0x157)])&&_0x5bf523[_0x145957(0x1b1)](this[_0x145957(0x157)]),_0x2dcef0[_0x145957(0x113)](this),this[_0x145957(0xcd)](),super[_0x145957(0x1a9)]();}async[_0x4c6d35(0x15e)](_0x4e327b){const _0x5d326b=_0x4c6d35;if(this[_0x5d326b(0x132)]!==_0x4e327b[_0x5d326b(0x132)]&&this[_0x5d326b(0x136)]!==_0x4e327b[_0x5d326b(0xb3)])throw new H();return this[_0x5d326b(0x132)]=_0x4e327b[_0x5d326b(0x132)],this[_0x5d326b(0x127)]([],{..._0x4e327b,'wereChangesApplied':!0x1,'data':_0x4e327b[_0x5d326b(0x124)]},_0x5d326b(0xd0));}async[_0x4c6d35(0xee)](_0x25da7b,_0x5b6332=!0x1){const _0xe196ca=_0x4c6d35,{connection:_0xebc2c2}=this[_0xe196ca(0x1aa)][_0xe196ca(0xd9)][_0xe196ca(0x166)](_0x196662);l[_0xe196ca(0xc6)][_0xe196ca(0x196)](_0xebc2c2,this[_0xe196ca(0x157)])[_0xe196ca(0x19d)](_0x42d071=>this[_0xe196ca(0x155)](_0x42d071))[_0xe196ca(0xe3)](_0x5ebf54=>{const _0xc49c4a=_0xe196ca;this[_0xc49c4a(0xc5)](_0xc49c4a(0xe2),_0x5ebf54);}),this[_0xe196ca(0xbe)](this[_0xe196ca(0x11b)],_0xe196ca(0x115),this[_0xe196ca(0x162)][_0xe196ca(0xe8)](this)),this[_0xe196ca(0xbe)](this[_0xe196ca(0x11b)],_0xe196ca(0xf9),(_0x444852,_0x255d0d)=>{const _0x505f64=_0xe196ca;this[_0x505f64(0xc5)](_0x505f64(0x183),_0x255d0d);}),this[_0xe196ca(0xbe)](this[_0xe196ca(0x11b)],_0xe196ca(0xd6),()=>{const _0x508acf=_0xe196ca;this[_0x508acf(0x10e)]=!0x1;});const _0x55e5b2=this[_0xe196ca(0x109)][_0xe196ca(0x159)](_0x25da7b);this[_0xe196ca(0xce)]=!0x0;const _0x5c3d44=await this[_0xe196ca(0x11b)][_0xe196ca(0x102)](_0xebc2c2,this[_0xe196ca(0x182)](_0x25da7b),_0x55e5b2);if(this[_0xe196ca(0x132)]=_0x5c3d44[_0xe196ca(0x132)],_0x5b6332){if(!_0x5c3d44[_0xe196ca(0x1a8)])return void this[_0xe196ca(0x174)]();this[_0xe196ca(0xce)]=!0x1,this[_0xe196ca(0x12d)](),this[_0xe196ca(0x18b)][_0xe196ca(0x14a)](),this[_0xe196ca(0x10d)]=_0x5c3d44[_0xe196ca(0xe6)],this[_0xe196ca(0x18b)][_0xe196ca(0xe9)]=this[_0xe196ca(0x10d)],await this[_0xe196ca(0x127)](_0x25da7b,_0x5c3d44,_0xe196ca(0x185));}else await this[_0xe196ca(0x156)](_0x5c3d44,_0x25da7b);this[_0xe196ca(0xf2)](),this[_0xe196ca(0x10e)]=!0x0;}[_0x4c6d35(0xf2)](){const _0x53a71f=_0x4c6d35,_0x597bec=this[_0x53a71f(0x1aa)][_0x53a71f(0xd9)][_0x53a71f(0x166)](_0x3476a7),_0xb68b7d=this[_0x53a71f(0x1aa)][_0x53a71f(0xd9)][_0x53a71f(0x166)](_0x5b06bf),_0x120afe=_0x597bec[_0x53a71f(0xc1)][_0x53a71f(0x166)](this[_0x53a71f(0x157)]);_0x120afe&&_0x120afe[_0x53a71f(0xb6)]>0x1?_0xb68b7d[_0x53a71f(0x1a5)]():this[_0x53a71f(0xbe)](_0x597bec,_0x53a71f(0xcb)+this[_0x53a71f(0x157)],()=>{const _0x2d8fa4=_0x53a71f;0x2===_0x597bec[_0x2d8fa4(0xc1)][_0x2d8fa4(0x166)](this[_0x2d8fa4(0x157)])[_0x2d8fa4(0xb6)]&&_0xb68b7d[_0x2d8fa4(0x1a5)]();});}async[_0x4c6d35(0x162)](_0x13cfac,_0x38ef82,_0x4ea700,_0x4a9a16){const _0x36a8db=_0x4c6d35;if(!this[_0x36a8db(0xce)]&&this[_0x36a8db(0x130)][_0x36a8db(0xe9)]==_0x38ef82){const _0x311170=this[_0x36a8db(0x11d)](_0x4ea700,_0x4a9a16);await this[_0x36a8db(0x15f)](_0x311170),this[_0x36a8db(0x16c)](_0x311170,_0x38ef82,_0x4ea700[_0x36a8db(0xb3)])||this[_0x36a8db(0xc5)](_0x36a8db(0x168));}}async[_0x4c6d35(0x15b)](){const _0x26082b=_0x4c6d35;this[_0x26082b(0xcd)]();const {locale:_0x3720c9}=this[_0x26082b(0x1aa)];let _0x2521fe;try{_0x2521fe=await this[_0x26082b(0x11b)][_0x26082b(0x195)]();}catch(_0x4175a6){const _0x170e5c=_0x1870a9(_0x3720c9,_0x26082b(0x116));return void this[_0x26082b(0x174)](_0x170e5c);}const _0x457e04=_0x2521fe[_0x26082b(0xf4)]||_0x2521fe[_0x26082b(0x17e)];if(this[_0x26082b(0x136)]===_0x457e04[_0x26082b(0xb3)])await this[_0x26082b(0xee)](this[_0x26082b(0x1aa)][_0x26082b(0x107)][_0x26082b(0x1ae)][_0x26082b(0xe7)][_0x26082b(0x118)](),!0x0);else{const _0x19bafb=_0x1870a9(_0x3720c9,_0x26082b(0x104));this[_0x26082b(0x174)](_0x19bafb);}}[_0x4c6d35(0xcd)](){const _0x5b5bef=_0x4c6d35;this[_0x5b5bef(0x11b)][_0x5b5bef(0x11a)](),this[_0x5b5bef(0x126)]=[],clearTimeout(this[_0x5b5bef(0x154)]),this[_0x5b5bef(0x12f)](this[_0x5b5bef(0x11b)]);}[_0x4c6d35(0x155)](_0x18fca9){const _0x57bff2=_0x4c6d35,_0x1c3655=this[_0x57bff2(0x1aa)][_0x57bff2(0xd9)][_0x57bff2(0x166)](_0x3476a7);this[_0x57bff2(0xbe)](_0x1c3655,_0x57bff2(0xcb)+this[_0x57bff2(0x157)],(_0x2f4774,{session:_0x20437b})=>{const _0x3a5a50=_0x57bff2;if(_0x20437b['id']===_0x1c3655[_0x3a5a50(0x1ab)]){_0x2f4774[_0x3a5a50(0x192)]();const _0x570ee5=this[_0x3a5a50(0x1aa)][_0x3a5a50(0xd9)][_0x3a5a50(0x103)](_0x3a5a50(0x133))&&this[_0x3a5a50(0x1aa)][_0x3a5a50(0xd9)][_0x3a5a50(0x166)](_0x3a5a50(0x133));let _0x42a784=_0x20437b[_0x3a5a50(0x112)];_0x570ee5&&_0x570ee5[_0x3a5a50(0x16e)]&&(_0x42a784=_0x42a784[_0x3a5a50(0x19b)](_0x3641e6=>_0x3a5a50(0x188)!==_0x3641e6)),this[_0x3a5a50(0x1aa)][_0x3a5a50(0xd9)][_0x3a5a50(0x166)](_0x3a5a50(0x175))[_0x3a5a50(0x177)](_0x42a784,this[_0x3a5a50(0x157)]);}}),_0x1c3655[_0x57bff2(0x1b2)](this[_0x57bff2(0x157)],_0x18fca9);}[_0x4c6d35(0x121)](){const _0xb77ce9=_0x4c6d35,_0x2641a5=this[_0xb77ce9(0x1aa)][_0xb77ce9(0x124)][_0xb77ce9(0x105)];this[_0xb77ce9(0x1aa)][_0xb77ce9(0x124)][_0xb77ce9(0x105)]=(..._0x421636)=>{const _0xdad734=_0xb77ce9;if(!_0x421636[_0x421636[_0xdad734(0xb6)]-0x1][_0xdad734(0x17b)])throw new _0x55529f(_0xdad734(0xc7),this);_0x2641a5[_0xdad734(0xfe)](this[_0xdad734(0x1aa)][_0xdad734(0x124)],_0x421636);};}[_0x4c6d35(0xea)](){const _0x1be5c1=_0x4c6d35;this[_0x1be5c1(0x1aa)][_0x1be5c1(0x124)]['on'](_0x1be5c1(0x179),(_0x38bba9,[_0x11384b])=>{const _0x4f8f34=_0x1be5c1;if(this[_0x4f8f34(0x130)][_0x4f8f34(0xe9)])throw new _0x55529f(_0x4f8f34(0xe5),this);_0x38bba9[_0x4f8f34(0x19e)](),this[_0x4f8f34(0x140)]();const _0xb7f424=this[_0x4f8f34(0x1aa)][_0x4f8f34(0x194)][_0x4f8f34(0x166)](_0x4f8f34(0x10f)),_0x454533=this[_0x4f8f34(0x164)](_0x11384b,_0xb7f424);0x0==_0x454533[_0x4f8f34(0xb6)]&&_0x454533[_0x4f8f34(0x18d)](new _0x2b1fc1(0x0)),_0x38bba9[_0x4f8f34(0xc3)]=this[_0x4f8f34(0xee)](_0x454533)[_0x4f8f34(0x19d)](()=>{const _0x72a19d=_0x4f8f34;this[_0x72a19d(0x1aa)][_0x72a19d(0xd9)][_0x72a19d(0x166)](_0x196662)[_0x72a19d(0x14b)](this),this[_0x72a19d(0x1aa)][_0x72a19d(0x124)][_0x72a19d(0xda)](_0x72a19d(0xd8));})[_0x4f8f34(0xe3)](_0x539c80=>this[_0x4f8f34(0xc5)](_0x4f8f34(0xe0),_0x539c80))[_0x4f8f34(0x134)](()=>this[_0x4f8f34(0x12d)]());},{'priority':_0x1be5c1(0x15d)}),this[_0x1be5c1(0x1aa)]['on'](_0x1be5c1(0xd5),async(_0x5a8022,[_0x59c95e,_0x5e8692])=>{const _0x165bcf=_0x1be5c1;_0x5a8022[_0x165bcf(0x19e)]();const _0x170e93=this[_0x165bcf(0x1aa)][_0x165bcf(0x107)][_0x165bcf(0x1ae)][_0x165bcf(0xbd)](_0x59c95e);if(!this[_0x165bcf(0x129)][_0x165bcf(0x103)](_0x59c95e)){const _0x2fffb4=_0x5e8692&&_0x5e8692[_0x165bcf(0x124)]?_0x5e8692[_0x165bcf(0x124)]:'',_0x58d9e2=_0x5e8692&&_0x5e8692[_0x165bcf(0xfc)]?_0x5e8692[_0x165bcf(0xfc)]:{};await this[_0x165bcf(0x111)](_0x59c95e,_0x2fffb4,_0x58d9e2);}this[_0x165bcf(0x1aa)][_0x165bcf(0x107)][_0x165bcf(0x110)]({'isUndoable':!0x1},()=>{const _0x5a2f38=_0x165bcf;_0x170e93[_0x5a2f38(0xdb)]=!0x0,this[_0x5a2f38(0x1aa)][_0x5a2f38(0x107)][_0x5a2f38(0x1ae)][_0x5a2f38(0x1a3)][_0x5a2f38(0x1a7)](_0x170e93);});},{'priority':_0x1be5c1(0x15d)});}async[_0x4c6d35(0x15f)](_0x310241){const _0x5a9390=_0x4c6d35,_0x45d3a7=this[_0x5a9390(0x1aa)][_0x5a9390(0xd9)][_0x5a9390(0x166)](_0x57d553),{connection:_0x32027b}=this[_0x5a9390(0x1aa)][_0x5a9390(0xd9)][_0x5a9390(0x166)](_0x196662),_0xdbbe21=new Set();for(const _0x584004 of _0x310241){const _0x5af3f7=_0x584004[_0x5a9390(0x16a)];_0x5af3f7&&!_0x45d3a7[_0x5a9390(0x167)](_0x5af3f7)&&_0xdbbe21[_0x5a9390(0x10b)](_0x5af3f7);}if(0x0===_0xdbbe21[_0x5a9390(0xfd)])return;const _0x4eb6f1=await _0x5f15fb[_0x5a9390(0x100)](_0x32027b,Array[_0x5a9390(0x142)](_0xdbbe21));for(const _0x2e3dfc of _0x4eb6f1)_0x45d3a7[_0x5a9390(0x167)](_0x2e3dfc['id'])||_0x45d3a7[_0x5a9390(0x117)](_0x2e3dfc);}[_0x4c6d35(0x164)](_0x36d265,_0x8785eb={}){const _0x428300=_0x4c6d35,_0x5b99ab=this[_0x428300(0x1aa)][_0x428300(0x107)],_0x4fe136=[];let _0x369832=0x0;const _0x3373c6=_0x428300(0x12e)==typeof _0x36d265?{'main':_0x36d265}:_0x36d265;for(const _0x3f8e4e of Object[_0x428300(0x17a)](_0x3373c6)){if(!this[_0x428300(0x130)][_0x428300(0xf3)][_0x428300(0x103)](_0x3f8e4e))throw new _0x55529f(_0x428300(0x139),this);const _0x34525e=this[_0x428300(0x1aa)][_0x428300(0x124)][_0x428300(0x13e)](_0x3373c6[_0x3f8e4e]),_0x219558=this[_0x428300(0x130)][_0x428300(0xbd)](_0x3f8e4e),_0x1ec5b5=new _0x17bfa2(_0x5b99ab[_0x428300(0x13d)](_0x219558,0x0),_0x34525e,_0x369832++);_0x4fe136[_0x428300(0x18d)](_0x1ec5b5);for(const [_0x124a38,_0x1cb4f8]of _0x34525e[_0x428300(0x148)]){const _0x1e1168=_0x5b99ab[_0x428300(0x147)](_0x5b99ab[_0x428300(0xf6)](_0x219558,_0x1cb4f8[_0x428300(0xbb)][_0x428300(0x143)][_0x428300(0x163)]()),_0x5b99ab[_0x428300(0xf6)](_0x219558,_0x1cb4f8[_0x428300(0xfb)][_0x428300(0x143)][_0x428300(0x163)]())),_0x4d5cf1=new _0x8cb6b0(_0x124a38,null,_0x1e1168,_0x5b99ab[_0x428300(0x148)],!0x0,_0x369832++);_0x4fe136[_0x428300(0x18d)](_0x4d5cf1);}}if(_0x8785eb)for(const [_0x31ed00,_0x74016f]of Object[_0x428300(0x1b0)](_0x8785eb)){const _0x3da063=_0x5b99ab[_0x428300(0x1ae)][_0x428300(0xbd)](_0x31ed00);if(!_0x3da063)throw new _0x55529f(_0x428300(0x11c),null);for(const [_0x4b43b0,_0x4f284d]of Object[_0x428300(0x1b0)](_0x74016f))if(null!==_0x4f284d){const _0x5b875c=new _0x4c9afd(_0x3da063,_0x4b43b0,null,_0x4f284d,_0x369832++);_0x4fe136[_0x428300(0x18d)](_0x5b875c);}}return _0x4fe136;}async[_0x4c6d35(0x111)](_0x14d919,_0x27feea,_0x508c27){const _0x625458=_0x4c6d35;this[_0x625458(0x164)]({[_0x14d919]:_0x27feea},{[_0x14d919]:_0x508c27})[_0x625458(0x137)]((_0x5119a3,_0x491d85)=>{const _0x3e482c=_0x625458;_0x5119a3[_0x3e482c(0x180)]=this[_0x3e482c(0x130)][_0x3e482c(0xe9)]+_0x491d85,_0x5119a3[_0x3e482c(0x16f)]=!0x0,this[_0x3e482c(0x191)](_0x5119a3);}),this[_0x625458(0x18f)](),await this[_0x625458(0xf0)]();}async[_0x4c6d35(0x156)](_0x10ba17,_0x487386){const _0x1ea5ef=_0x4c6d35;let _0x3eef62;this[_0x1ea5ef(0x10d)]=_0x10ba17[_0x1ea5ef(0xe6)];const _0x5371e6=_0x10ba17[_0x1ea5ef(0x1a8)]&&!_0x10ba17[_0x1ea5ef(0x135)],_0x924624=_0x5371e6?0x0:_0x10ba17[_0x1ea5ef(0x124)][_0x1ea5ef(0x180)];if(_0x487386[_0x1ea5ef(0x137)](_0x23c526=>{const _0x4e2423=_0x1ea5ef;_0x23c526[_0x4e2423(0x16f)]=!0x0,_0x23c526[_0x4e2423(0x131)]=_0x10ba17[_0x4e2423(0x178)],_0x23c526[_0x4e2423(0x16a)]=null;}),_0x5371e6)_0x3eef62=_0x487386,this[_0x1ea5ef(0x13a)](_0x3eef62,_0x5371e6);else{if(_0x10ba17[_0x1ea5ef(0x135)]){const _0x578f6b=this[_0x1ea5ef(0x164)](_0x10ba17[_0x1ea5ef(0x135)]);this[_0x1ea5ef(0x130)][_0x1ea5ef(0xe7)][_0x1ea5ef(0xe9)]=-_0x578f6b[_0x1ea5ef(0xb6)],_0x578f6b[_0x1ea5ef(0x137)](_0x4f5672=>{const _0x39b052=_0x1ea5ef;_0x4f5672[_0x39b052(0x180)]-=_0x578f6b[_0x39b052(0xb6)],_0x4f5672[_0x39b052(0x131)]=_0x10ba17[_0x39b052(0x178)],_0x4f5672[_0x39b052(0x16f)]=!0x0,_0x4f5672[_0x39b052(0x16a)]=null;}),this[_0x1ea5ef(0x13a)](_0x578f6b,!0x0),this[_0x1ea5ef(0x18b)][_0x1ea5ef(0xe9)]=-_0x578f6b[_0x1ea5ef(0xb6)]+this[_0x1ea5ef(0x10d)],this[_0x1ea5ef(0xd4)](_0x578f6b);}this[_0x1ea5ef(0x130)][_0x1ea5ef(0xe7)][_0x1ea5ef(0xe9)]=_0x924624,_0x3eef62=this[_0x1ea5ef(0x11d)](_0x10ba17[_0x1ea5ef(0x124)],_0x10ba17[_0x1ea5ef(0x151)]),await this[_0x1ea5ef(0x15f)](_0x3eef62),this[_0x1ea5ef(0x13a)](_0x3eef62,_0x5371e6);}_0x10ba17[_0x1ea5ef(0xb3)]&&(this[_0x1ea5ef(0x109)][_0x1ea5ef(0x18e)](_0x3eef62,_0x10ba17[_0x1ea5ef(0xb3)]),this[_0x1ea5ef(0x136)]=_0x10ba17[_0x1ea5ef(0xb3)]),this[_0x1ea5ef(0x18b)][_0x1ea5ef(0xe9)]=_0x924624+this[_0x1ea5ef(0x10d)],this[_0x1ea5ef(0xd4)](_0x3eef62),_0x487386[_0x1ea5ef(0x19b)](_0x30eeb4=>{const _0x26b5db=_0x1ea5ef,_0xc0f10d=this[_0x26b5db(0xb8)](_0x30eeb4);return _0xc0f10d&&!this[_0x26b5db(0x129)][_0x26b5db(0x103)](_0xc0f10d);})[_0x1ea5ef(0x137)]((_0x2709be,_0x4fa3c7)=>{const _0x5b61b1=_0x1ea5ef;_0x2709be[_0x5b61b1(0x180)]=this[_0x5b61b1(0x130)][_0x5b61b1(0xe9)]+_0x4fa3c7,this[_0x5b61b1(0x191)](_0x2709be);}),this[_0x1ea5ef(0xb7)]()?(this[_0x1ea5ef(0x1a2)]=0x0,this[_0x1ea5ef(0x18f)](!0x0),await this[_0x1ea5ef(0xf0)]()):(this[_0x1ea5ef(0xce)]=!0x1,this[_0x1ea5ef(0x12d)]());}[_0x4c6d35(0xc5)](_0x1245de,_0xc2db9a){const _0x1b8526=_0x4c6d35;throw this[_0x1b8526(0xce)]=!0x0,_0xc2db9a&&console[_0x1b8526(0xf9)](_0xc2db9a),new _0x55529f(_0x1245de,this[_0x1b8526(0x1aa)]);}[_0x4c6d35(0x191)](_0xfb2c){const _0x167c13=_0x4c6d35;this[_0x167c13(0xd7)][_0x167c13(0x103)](_0xfb2c)||(this[_0x167c13(0xd7)][_0x167c13(0x10b)](_0xfb2c),this[_0x167c13(0x126)][_0x167c13(0x18d)](_0xfb2c),this[_0x167c13(0x186)]||_0x167c13(0x17c)==_0xfb2c[_0x167c13(0x190)]&&!_0xfb2c[_0x167c13(0xc9)]||this[_0x167c13(0x140)]());}[_0x4c6d35(0x18f)](_0x30554d=!0x1){const _0x3c392f=_0x4c6d35;!_0x30554d&&this[_0x3c392f(0xce)]||(this[_0x3c392f(0xce)]=!0x0,clearTimeout(this[_0x3c392f(0x154)]),this[_0x3c392f(0x154)]=setTimeout(()=>{const _0x535646=_0x3c392f;this[_0x535646(0xca)]()[_0x535646(0x19d)](_0x29ca7d=>{const _0x3bd52f=_0x535646;_0x29ca7d&&(this[_0x3bd52f(0x12d)](),this[_0x3bd52f(0xce)]=!0x1);})[_0x535646(0xe3)](_0x304ebb=>{const _0x3b5fa1=_0x535646;if(this[_0x3b5fa1(0x12d)](),this[_0x3b5fa1(0xce)]=!0x1,!function(_0x15439f){const _0x22b8b4=_0x3b5fa1;return _0x15439f[_0x22b8b4(0x1a6)][_0x22b8b4(0x106)](_0x22b8b4(0x198))||_0x15439f[_0x22b8b4(0x1a6)][_0x22b8b4(0x106)](_0x22b8b4(0x13b))||_0x15439f[_0x22b8b4(0x1a6)][_0x22b8b4(0x106)](_0x22b8b4(0x153));}(_0x304ebb))throw _0x304ebb;});},this[_0x3c392f(0x1a2)]));}[_0x4c6d35(0xf0)](){return new Promise(_0x121270=>{const _0x2b8f82=_0x2df3;this['on'](_0x2b8f82(0x15a),()=>{_0x121270();});});}async[_0x4c6d35(0xca)](){const _0x10ffbb=_0x4c6d35,_0xffb197=this[_0x10ffbb(0x1aa)][_0x10ffbb(0xd9)][_0x10ffbb(0x166)](_0x5b06bf);if(this[_0x10ffbb(0xff)]()&&(_0xffb197[_0x10ffbb(0x1a5)](),this[_0x10ffbb(0xf8)]=!0x1),!this[_0x10ffbb(0xb7)]())return!0x0;const _0x4e6660=[...this[_0x10ffbb(0x126)]];for(const _0x4854cc of _0x4e6660)_0x4854cc[_0x10ffbb(0x187)]=this[_0x10ffbb(0x130)][_0x10ffbb(0xe7)][_0x10ffbb(0xef)](_0x4854cc);const _0x33840d=this[_0x10ffbb(0x109)][_0x10ffbb(0x159)](_0x4e6660),_0x22cd8d=F++,_0x2a1238=this[_0x10ffbb(0x182)](_0x4e6660),_0x38f643=await this[_0x10ffbb(0x11b)][_0x10ffbb(0x14d)](_0x2a1238,_0x2a1238[_0x10ffbb(0x180)],_0x33840d);try{return await this[_0x10ffbb(0x127)](_0x4e6660,_0x38f643,_0x22cd8d);}catch(_0x34d8f0){return this[_0x10ffbb(0xc5)](_0x10ffbb(0x18a),_0x34d8f0);}}async[_0x4c6d35(0x127)](_0x2f2acb,_0xd689a4,_0x54431a){const _0x25e954=_0x4c6d35;if(_0x25e954(0xf9)in _0xd689a4)throw _0xd689a4[_0x25e954(0xf9)];let _0x9ad480=!0x1;if(_0xd689a4[_0x25e954(0x1a8)]){_0xd689a4[_0x25e954(0xb3)]&&(this[_0x25e954(0x136)]=_0xd689a4[_0x25e954(0xb3)]),this[_0x25e954(0x126)]=this[_0x25e954(0x126)][_0x25e954(0x19b)](_0x4295b0=>!_0x2f2acb[_0x25e954(0x1ad)](_0x4295b0));for(const _0x571e4d of _0x2f2acb)_0x571e4d[_0x25e954(0x131)]=_0x25e954(0x18c)in _0xd689a4&&_0xd689a4[_0x25e954(0x18c)]||void 0x0;q(_0x2f2acb,_0xd689a4[_0x25e954(0xe9)]-_0x2f2acb[_0x25e954(0xb6)]),this[_0x25e954(0xd4)](_0x2f2acb);const _0x5503de=_0x2f2acb[_0x25e954(0x19b)](_0x521227=>{const _0x49e38e=_0x25e954;if(!_0x521227[_0x49e38e(0x16f)])return!0x1;const _0x1b62f5=this[_0x49e38e(0xb8)](_0x521227);return _0x1b62f5&&!this[_0x49e38e(0x129)][_0x49e38e(0x103)](_0x1b62f5);});q(_0x5503de,this[_0x25e954(0x130)][_0x25e954(0xe9)]),this[_0x25e954(0x13a)](_0x5503de),_0x9ad480=!0x0,this[_0x25e954(0x1a2)]=this[_0x25e954(0x123)];}else{const _0x436d09=this[_0x25e954(0x11d)](_0xd689a4[_0x25e954(0x124)],_0xd689a4[_0x25e954(0x151)])[_0x25e954(0x19b)](_0x5dcafc=>_0x5dcafc[_0x25e954(0x180)]>=this[_0x25e954(0xdd)]);_0x436d09[_0x25e954(0x137)](_0x3dced4=>this[_0x25e954(0x1b4)](_0x3dced4)),this[_0x25e954(0x126)]=this[_0x25e954(0x126)][_0x25e954(0x19b)](_0x4dffa2=>!_0x4dffa2[_0x25e954(0x16f)]||!this[_0x25e954(0x129)][_0x25e954(0x103)](this[_0x25e954(0xb8)](_0x4dffa2))),this[_0x25e954(0x126)][_0x25e954(0xb6)]&&q(this[_0x25e954(0x126)],this[_0x25e954(0x126)][0x0][_0x25e954(0x180)]),await this[_0x25e954(0x15f)](_0x436d09),_0x9ad480=this[_0x25e954(0x16c)](_0x436d09,_0xd689a4[_0x25e954(0xe9)],_0xd689a4[_0x25e954(0xb3)]),this[_0x25e954(0x1a2)]=Math[_0x25e954(0x13f)](this[_0x25e954(0x1a2)]/0x2);}return _0x9ad480?!this[_0x25e954(0xb7)]()||(this[_0x25e954(0x18f)](!0x0),!0x1):this[_0x25e954(0xc5)](_0x25e954(0xb5));}[_0x4c6d35(0x16c)](_0x492bdb,_0x16ceb9,_0x437130){const _0x128f11=_0x4c6d35;try{const _0x42de72={'document':this[_0x128f11(0x130)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0xef1e52,operationsB:_0x1b2c27,originalOperations:_0x3c76a0}=_0x454125(_0x492bdb,this[_0x128f11(0x126)],_0x42de72);q(_0xef1e52,this[_0x128f11(0x130)][_0x128f11(0xe9)]),q(_0x1b2c27,_0x16ceb9);for(const _0x2f70e0 of _0xef1e52){const _0x177277=_0x3c76a0[_0x128f11(0x166)](_0x2f70e0);_0x2f70e0[_0x128f11(0x16a)]=_0x177277?_0x177277[_0x128f11(0x16a)]:null;}_0x437130&&(this[_0x128f11(0x109)][_0x128f11(0x18e)](_0x492bdb,_0x437130),this[_0x128f11(0x136)]=_0x437130),this[_0x128f11(0x126)]=[..._0x1b2c27],this[_0x128f11(0x13a)](_0xef1e52),this[_0x128f11(0xd4)](_0x492bdb);}catch(_0x2d2bb1){return console[_0x128f11(0xf9)](_0x2d2bb1),!0x1;}return!0x0;}[_0x4c6d35(0x13a)](_0x231362,_0x163fbe=!0x1){const _0x6b3e60=_0x4c6d35;this[_0x6b3e60(0x1aa)][_0x6b3e60(0x107)][_0x6b3e60(0x110)]({'isUndoable':!0x1,'isLocal':!0x1},_0x545cfb=>{const _0x3a9725=_0x6b3e60;for(const _0x38c393 of _0x231362)this[_0x3a9725(0xd7)][_0x3a9725(0x10b)](_0x38c393),this[_0x3a9725(0x1b4)](_0x38c393),_0x545cfb[_0x3a9725(0x12b)][_0x3a9725(0x165)](_0x38c393),this[_0x3a9725(0x1aa)][_0x3a9725(0x107)][_0x3a9725(0x13c)](_0x38c393);});}[_0x4c6d35(0x1b4)](_0xac38f0){const _0x576048=_0x4c6d35,_0x28a0c4=this[_0x576048(0xb8)](_0xac38f0);_0x28a0c4&&this[_0x576048(0x129)][_0x576048(0x10b)](_0x28a0c4);}[_0x4c6d35(0xb8)](_0x4f8936){const _0x3bc7c8=_0x4c6d35;let _0x224a95,_0x1d3044;switch(_0x4f8936[_0x3bc7c8(0x190)]){case _0x3bc7c8(0xf5):_0x224a95=_0x4f8936[_0x3bc7c8(0xec)][_0x3bc7c8(0x199)];break;case _0x3bc7c8(0x17c):if(_0x1d3044=_0x4f8936[_0x3bc7c8(0x160)],!_0x1d3044)return null;_0x224a95=_0x1d3044[_0x3bc7c8(0x199)];break;case _0x3bc7c8(0xd1):_0x224a95=_0x4f8936[_0x3bc7c8(0x199)];break;case _0x3bc7c8(0xba):_0x224a95=_0x4f8936[_0x3bc7c8(0x16b)];break;case _0x3bc7c8(0xdc):_0x224a95=_0x4f8936[_0x3bc7c8(0x11e)][_0x3bc7c8(0x199)];break;default:return null;}return _0x224a95[_0x3bc7c8(0x171)];}[_0x4c6d35(0xd4)](_0x2d58c3){const _0x4978c8=_0x4c6d35;_0x2d58c3[_0x4978c8(0x137)](_0x6335fd=>{const _0x1a738c=_0x4978c8,_0x55d32f=_0x6335fd[_0x1a738c(0x1a4)]();_0x55d32f[_0x1a738c(0x16a)]=_0x6335fd[_0x1a738c(0x16a)],_0x55d32f[_0x1a738c(0x16f)]=!!_0x6335fd[_0x1a738c(0x16f)],_0x55d32f[_0x1a738c(0x131)]=_0x6335fd[_0x1a738c(0x131)],_0x55d32f[_0x1a738c(0x180)]+=this[_0x1a738c(0x10d)],_0x6335fd[_0x1a738c(0x120)]&&this[_0x1a738c(0x17f)][_0x1a738c(0x10b)](_0x55d32f),this[_0x1a738c(0x18b)][_0x1a738c(0x165)](_0x55d32f);});}[_0x4c6d35(0x174)](_0x814a51){const _0x1adcd0=_0x4c6d35,_0x51dd17=this[_0x1adcd0(0x1aa)][_0x1adcd0(0xd9)][_0x1adcd0(0x166)](_0x1adcd0(0x173)),_0x1beca0=this[_0x1adcd0(0x1aa)][_0x1adcd0(0x125)];_0x814a51||(_0x814a51=_0x1870a9(_0x1beca0,_0x1adcd0(0x1a0))),_0x51dd17[_0x1adcd0(0xbc)](_0x814a51,{'title':_0x1870a9(_0x1beca0,_0x1adcd0(0x12a)),'namespace':_0x1adcd0(0x108)}),this[_0x1adcd0(0x14c)]=!0x0,clearTimeout(this[_0x1adcd0(0x154)]),this[_0x1adcd0(0x126)]=[],this[_0x1adcd0(0x1aa)][_0x1adcd0(0xd9)][_0x1adcd0(0x166)](_0x196662)[_0x1adcd0(0x1a9)]();}[_0x4c6d35(0x140)](){const _0x5398ef=_0x4c6d35;this[_0x5398ef(0x186)]||(this[_0x5398ef(0x186)]=this[_0x5398ef(0x1aa)][_0x5398ef(0xd9)][_0x5398ef(0x166)](_0x44b0dd)[_0x5398ef(0x10b)](_0x1870a9(this[_0x5398ef(0x1aa)][_0x5398ef(0x125)],_0x5398ef(0xd3))));}[_0x4c6d35(0x12d)](){const _0x13b526=_0x4c6d35;this[_0x13b526(0x186)]&&(this[_0x13b526(0x1aa)][_0x13b526(0xd9)][_0x13b526(0x166)](_0x44b0dd)[_0x13b526(0x10a)](this[_0x13b526(0x186)]),this[_0x13b526(0x186)]=null);}[_0x4c6d35(0x182)](_0x2dfda7){const _0x38e3a5=_0x4c6d35,_0x136eee=_0x2dfda7[_0x38e3a5(0xe4)](_0x42e7f0=>_0x42e7f0[_0x38e3a5(0x149)]());return this[_0x38e3a5(0x12c)][_0x38e3a5(0x184)](_0x136eee);}[_0x4c6d35(0x11d)](_0x76c68b,_0x2b148a){const _0xb29d8a=_0x4c6d35;return this[_0xb29d8a(0x12c)][_0xb29d8a(0x119)](_0x76c68b)[_0xb29d8a(0xe4)]((_0x192104,_0xdbad54)=>{const _0x1e01ed=_0xb29d8a,_0x387d9e=_0x1e01ed(0x179)==_0x2b148a[_0xdbad54][_0x1e01ed(0x190)];if(_0x1e01ed(0x122)==_0x192104[_0x1e01ed(0x170)]){const _0x51f65e=_0x192104[_0x1e01ed(0xec)][_0x1e01ed(0x199)];!this[_0x1e01ed(0x130)][_0x1e01ed(0xbd)](_0x51f65e)&&(this[_0x1e01ed(0x130)][_0x1e01ed(0x10c)](_0x1e01ed(0x1a1),_0x51f65e)[_0x1e01ed(0x19f)]=!0x1);}const _0x402007=_0x10c948[_0x1e01ed(0x19a)](_0x192104,this[_0x1e01ed(0x130)]);return _0x402007[_0x1e01ed(0x187)]=_0x192104[_0x1e01ed(0x187)],_0x402007[_0x1e01ed(0x16f)]=_0x387d9e,_0x402007[_0x1e01ed(0x16a)]=_0x387d9e?null:_0x2b148a[_0xdbad54][_0x1e01ed(0x193)],_0x402007[_0x1e01ed(0x120)]=_0x1e01ed(0x114)===_0x2b148a[_0xdbad54][_0x1e01ed(0x190)],_0x402007[_0x1e01ed(0x131)]=_0x2b148a[_0xdbad54][_0x1e01ed(0x131)],_0x402007;});}[_0x4c6d35(0xbf)](){const _0x26246b=_0x4c6d35;this[_0x26246b(0xf8)]=!0x0,this[_0x26246b(0xff)]()?this[_0x26246b(0x18f)]():this[_0x26246b(0xf8)]=!0x1;}[_0x4c6d35(0xff)](){const _0x52baed=_0x4c6d35,_0x168ede=this[_0x52baed(0x1aa)][_0x52baed(0xd9)][_0x52baed(0x166)](_0x3476a7)[_0x52baed(0xc1)][_0x52baed(0x166)](this[_0x52baed(0x157)]);return!this[_0x52baed(0x1aa)][_0x52baed(0xed)]&&!!_0x168ede&&_0x168ede[_0x52baed(0xb6)]>0x1&&this[_0x52baed(0xf8)];}[_0x4c6d35(0xb7)](){const _0x4bbc1a=_0x4c6d35;return this[_0x4bbc1a(0x126)][_0x4bbc1a(0xb6)]>0x0||this[_0x4bbc1a(0xff)]();}}l[_0x4c6d35(0xc6)]=_0x351c65;export default l;class H extends Error{}function q(_0x391ed2,_0x3d5c89){const _0x4f2e41=_0x4c6d35;for(const _0x9b1f00 of _0x391ed2)_0x9b1f00[_0x4f2e41(0x180)]=_0x3d5c89++;}class G{constructor(_0x35341a){const _0x34718a=_0x4c6d35;this[_0x34718a(0x152)]=_0x35341a,this[_0x34718a(0xb9)]=new WeakMap();}[_0x4c6d35(0x159)](_0x125655){const _0x3e5f58=_0x4c6d35;let _0x5e63ba=_0x125655[_0x3e5f58(0xb6)];for(;_0x5e63ba--;){const _0x1d8053=_0x125655[_0x5e63ba];if(!this[_0x3e5f58(0x152)][_0x3e5f58(0x103)](_0x1d8053)){if(!this[_0x3e5f58(0xb9)][_0x3e5f58(0x103)](_0x1d8053)){const _0x163132=_0x1944f1()[_0x3e5f58(0x163)](0x1,0x12);this[_0x3e5f58(0xb9)][_0x3e5f58(0x105)](_0x1d8053,_0x163132);}return this[_0x3e5f58(0xb9)][_0x3e5f58(0x166)](_0x1d8053);}}}[_0x4c6d35(0x18e)](_0x23b27b,_0x4dbc4b){const _0x4081d9=_0x4c6d35;if(!_0x4dbc4b)return;let _0x3337ed=_0x23b27b[_0x4081d9(0xb6)];for(;_0x3337ed--;){const _0x4fec32=_0x23b27b[_0x3337ed];this[_0x4081d9(0x152)][_0x4081d9(0x103)](_0x4fec32)||this[_0x4081d9(0xb9)][_0x4081d9(0x105)](_0x4fec32,_0x4dbc4b);}}}
23
+ const _0x475805=_0x6a62;(function(_0x13fc45,_0x135ccc){const _0x1c4a21=_0x6a62,_0x19bd8a=_0x13fc45();while(!![]){try{const _0xb30667=-parseInt(_0x1c4a21(0x15d))/0x1+parseInt(_0x1c4a21(0x1a0))/0x2*(parseInt(_0x1c4a21(0x1de))/0x3)+-parseInt(_0x1c4a21(0x198))/0x4*(-parseInt(_0x1c4a21(0x126))/0x5)+parseInt(_0x1c4a21(0x1d4))/0x6+-parseInt(_0x1c4a21(0x196))/0x7+parseInt(_0x1c4a21(0x195))/0x8+parseInt(_0x1c4a21(0x186))/0x9*(-parseInt(_0x1c4a21(0x182))/0xa);if(_0xb30667===_0x135ccc)break;else _0x19bd8a['push'](_0x19bd8a['shift']());}catch(_0x3e5f1f){_0x19bd8a['push'](_0x19bd8a['shift']());}}}(_0x1bc7,0xf299a));import{Plugin as _0x3c2e6d,PendingActions as _0x534ad9}from'ckeditor5/src/core.js';import{CKEditorError as _0x55b7af,version as _0x3948ae,uid as _0x3b55c5}from'ckeditor5/src/utils.js';import{Notification as _0x7199d}from'ckeditor5/src/ui.js';import{transformSets as _0x1ddcd5,NoOperation as _0x47b2ca,InsertOperation as _0x953674,MarkerOperation as _0x352f2f,RootAttributeOperation as _0x2aaeca,OperationFactory as _0x40dea2,History as _0x31bbcf}from'ckeditor5/src/engine.js';import _0x360259 from'./websocketgateway.js';import _0x3c63bd from'./sessions.js';import _0x13b07e from'./usermarkers.js';import{getTranslation as _0x10faaf}from'../common-translations.js';import{Compressor as _0x4d20b3}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0x4f4e43}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x1bc7(){const _0x81f8a7=['addToReconnectionStack','_operationToId','_saveOperationInBuffer','14687952bxhLCP','10430679hgCyZj','_bufferedOperations','7436248IAerWV','lastOperationId','_hasSelectionChanged','version','size','collaboration-missing-channelid','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.','suppressErrorInCollaboration','370346AxYAAq','_fetchMissingUsers','_crash','roots','createRoot','_connectAfterSessionHasBeenFlushed','mySessionId','_isDisconnection','end','_shouldSendSelectionUpdate','directChange','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','lastDocumentSession','stop','realtimecollaborationclient-sendbufferedoperations','_isConnected','_sendBufferedOperationsDelayed','realtimecollaborationclient-initservice-internal-error','requires','_operationIdentifier','getOperations','loadRoot','connect','showWarning','attributes','filter','multi-root-editor-root-attributes-no-root','_lastSyncedOperationId','history','off','reset','disconnected','collaboration','isEnabled','editing','string','stopListening','Permissions','change:_isEditingAllowed','getDocumentDetails','isReadOnly','disconnect','cloud-services-internal-error:\x20Not\x20connected.','_compressOperations','getMany','ready','forEach','createUserMarkerOperations','then','_handleExternalOperations','type','compress','10333818rmIGGS','rootsAttributes','setIdForTheLastOperation','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.','realtimecollaborationclient-init-non-existent-root','root','startsWith','catch','rtc-offline','_authorId','6rdAjgX','_getOperationsFromInitData','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','real-time-collaboration','reconnection:\x20flushed\x20session','return','CollaborativeEditingService','message','rootName','Notification','offset','toJSON','keys','realtimecollaborationclient-init-session-connection-error','404','listenTo','_knownRootNames','baseVersion','cs:removeUser','state','_sendBufferedOperations','channelSessions','createPositionAt','targetPosition','_sendBufferedOperationsDelayId','getUser','removeFromReconnectionStack','cloudServices.bundleVersion','_ignoredOperations','length','fire','round','change:range','_channelId','destroy','_isEditingAllowed','change:_isPendingUpdate','RealTimeCollaborationClient','_document','document','currentDocumentSession','_service','sendOperations','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_refreshUserSelectionMarkers','enqueueChange','code','409','metadata','connected','_handleServerResponse','move','_baseBufferDelay','operationsReceived','view','lastOperationAcceptedAt','markers','change:hasDomSelection','define','setPermissions','register','reconnect','add','_handleSendingSelectionMarkers','finally','_addKnownRoot','connection','_bufferRootLoad','error','marker','sessionCreatedAt','plugins','remove','batch','5anacZI','enableReadOnlyMode','realtimecollaborationclient-init-connection-failed','disableReadOnlyMode','_shouldSendUpdate','addRoot','editor','cloud-services-internal-error:\x20Request\x20timeout.','getRoot','lastSyncVersion','high','initData','start','config','_clearPendingAction','_isAttached','_handleReceivedOperations','wasUndone','affectsData','position','realtimecollaborationclient-init-document-already-initialized','_waitUntilSynced','_initThrowingOnDataSet','_initSessionsHandling','_offset','insert','document:write','_disconnectService','includes','sessionId','isUndoneOperation','data','cloudDocumentVersion','entries','_loadRoot','createRange','has','getConnectedSessions','_getAffectedRoot','from','createdAt','_knownOperations','applyOperation','unregister','sessionAdd:','_applyOperationsSet','collaboration.channelId','_decompressOperations','$root','InsertOperation','userId','_updateServerHistory','differ','getOperationAuthor','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','798786uthCCf','model','_disconnectionOperations','slice','clone','_handleReconnectionError','_handleReconnectionResponse','__className','_handleInitialConnectionData','_compressor','createPositionFromPath','CommentsOnly','_setPendingAction','serverHistory','PENDING_ACTION_SENDING_DATA','get','_isPendingUpdate','getIdOfTheLastOperation','newRange','_connectService','_pendingAction','_currentBufferDelay','apply','init','selection','pluginName','_setUpDataInit','_lastServerVersion','realtimecollaborationclient-handleserverresponse','set','_isInit','fromJSON','decompress','wereChangesApplied','affectedSelectable','addOperation','_isLoaded','8350440aJYPCO','parse','_hasSynchronizationProblem','Synchronization\x20issue','27MAkGBm','rtc-destroyed','locale','addUser','map','isDocumentOperation','path','addRootAttribute','push','permissions','realtimecollaborationclient-initservice-incorrect-server-operation','bind'];_0x1bc7=function(){return _0x81f8a7;};return _0x1bc7();}import{User as _0x18ff20,CollaborativeEditingService as _0x470d47}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x3c2e6d{static get[_0x475805(0x1b2)](){return[_0x360259,_0x3c63bd,_0x13b07e,_0x534ad9,_0x4f4e43,_0x7199d];}static get[_0x475805(0x176)](){const _0x27c311=_0x475805;return _0x27c311(0x203);}get[_0x475805(0x146)](){const _0x5a48c1=_0x475805;return this[_0x5a48c1(0x178)]+this[_0x5a48c1(0x13e)];}get[_0x475805(0x178)](){const _0x9394e=_0x475805;return this[_0x9394e(0x16a)][_0x9394e(0x19b)]-this[_0x9394e(0x13e)];}get[_0x475805(0x12f)](){const _0x450b18=_0x475805,_0x3975fe=this[_0x450b18(0x16a)][_0x450b18(0x1b4)]();for(let _0x4c7838=_0x3975fe[_0x450b18(0x1fb)]-0x1;_0x4c7838>=0x0;_0x4c7838--){const _0x3f3bac=_0x3975fe[_0x4c7838];if(!this[_0x450b18(0x15f)][_0x450b18(0x14a)](_0x3f3bac))return _0x3f3bac[_0x450b18(0x1ef)]+0x1-this[_0x450b18(0x13e)];}return 0x0;}constructor(_0x40c921){const _0x170df9=_0x475805;if(super(_0x40c921),this[_0x170df9(0x13e)]=0x0,this[_0x170df9(0x143)]=null,this[_0x170df9(0x16a)]=new _0x31bbcf(),this[_0x170df9(0x12c)][_0x170df9(0x133)][_0x170df9(0x218)](_0x170df9(0x1c0),{}),this[_0x170df9(0x1ff)]=this[_0x170df9(0x12c)][_0x170df9(0x133)][_0x170df9(0x16c)](_0x170df9(0x154)),!this[_0x170df9(0x1ff)])throw new _0x55b7af(_0x170df9(0x19d),this);const _0x2be4d4=_0x40c921[_0x170df9(0x133)][_0x170df9(0x16c)](_0x170df9(0x1f9))||_0x3948ae;this[_0x170df9(0x207)]=new l[(_0x170df9(0x1e4))](_0x2be4d4,this[_0x170df9(0x1ff)]),this[_0x170df9(0x204)]=this[_0x170df9(0x12c)][_0x170df9(0x15e)][_0x170df9(0x205)],this[_0x170df9(0x166)]=new _0x4d20b3(),this[_0x170df9(0x197)]=[],this[_0x170df9(0x14f)]=new WeakSet(),this[_0x170df9(0x1ee)]=new Set(),this[_0x170df9(0x17a)](_0x170df9(0x16d),!0x1),this[_0x170df9(0x17a)](_0x170df9(0x184),!0x1),this[_0x170df9(0x171)]=null,this[_0x170df9(0x19a)]=!0x1,this[_0x170df9(0x1f6)]=null,this[_0x170df9(0x212)]=0x12c,this[_0x170df9(0x172)]=this[_0x170df9(0x212)],this[_0x170df9(0x1bb)]=null,this[_0x170df9(0x15f)]=new WeakSet(),this[_0x170df9(0x1b3)]=new X(this[_0x170df9(0x15f)]);}[_0x475805(0x174)](){const _0x4c2205=_0x475805,_0x5a9cfd=this[_0x4c2205(0x12c)],_0x51c9c7=_0x5a9cfd[_0x4c2205(0x225)][_0x4c2205(0x16c)](_0x4f4e43),_0x1c7f89=_0x5a9cfd[_0x4c2205(0x225)][_0x4c2205(0x16c)](_0x360259);this[_0x4c2205(0x1ed)](_0x51c9c7,_0x4c2205(0x15b),(_0x5957db,_0x1c9052)=>{const _0x367135=_0x4c2205,_0x5920b2=_0x1c9052[0x0];_0x5920b2[_0x367135(0x1dd)]&&(_0x5957db[_0x367135(0x1e3)]=_0x51c9c7[_0x367135(0x1f7)](_0x5920b2[_0x367135(0x1dd)]),_0x5957db[_0x367135(0x1ad)]()),null===_0x5920b2[_0x367135(0x1dd)]&&(_0x5957db[_0x367135(0x1e3)]=null,_0x5957db[_0x367135(0x1ad)]());},{'priority':_0x4c2205(0x130)}),this[_0x4c2205(0x1ed)](_0x5a9cfd[_0x4c2205(0x15e)][_0x4c2205(0x205)][_0x4c2205(0x175)],_0x4c2205(0x1fe),(_0x3ffb10,_0x2e4a9a)=>{const _0x4cbbc8=_0x4c2205;_0x2e4a9a[_0x4cbbc8(0x1aa)]&&this[_0x4cbbc8(0x20a)]();}),this[_0x4c2205(0x1ed)](_0x5a9cfd[_0x4c2205(0x1c2)][_0x4c2205(0x214)],_0x4c2205(0x217),()=>{const _0x3fe8a9=_0x4c2205;this[_0x3fe8a9(0x20a)]();}),this[_0x4c2205(0x13c)](),_0x5a9cfd[_0x4c2205(0x15e)]['on'](_0x4c2205(0x150),(_0x218edd,_0x157ce3)=>{const _0x49f08c=_0x4c2205,_0x3ad3c7=_0x157ce3[0x0];_0x3ad3c7[_0x49f08c(0x18b)]&&(this[_0x49f08c(0x194)](_0x3ad3c7),this[_0x49f08c(0x12a)]()&&this[_0x49f08c(0x1b0)]());}),this[_0x4c2205(0x177)](),this[_0x4c2205(0x191)](_0x4c2205(0x201))['to'](_0x1c7f89,_0x4c2205(0x1f1),this,_0x4c2205(0x184),(_0x107ff0,_0x5b3df3)=>_0x4c2205(0x20f)===_0x107ff0&&!_0x5b3df3),this['on'](_0x4c2205(0x1c6),()=>{const _0x52b9c4=_0x4c2205;this[_0x52b9c4(0x201)]?_0x5a9cfd[_0x52b9c4(0x129)](_0x52b9c4(0x1dc)):_0x5a9cfd[_0x52b9c4(0x127)](_0x52b9c4(0x1dc));}),this[_0x4c2205(0x201)]?_0x5a9cfd[_0x4c2205(0x129)](_0x4c2205(0x1dc)):_0x5a9cfd[_0x4c2205(0x127)](_0x4c2205(0x1dc)),this[_0x4c2205(0x17a)](_0x4c2205(0x1af),!0x1);}async[_0x475805(0x21b)](){const _0xf52598=_0x475805,_0x293187=this[_0xf52598(0x12c)][_0xf52598(0x225)][_0xf52598(0x16c)](_0x3c63bd),_0x189069=this[_0xf52598(0x12c)][_0xf52598(0x225)][_0xf52598(0x16c)](_0x360259);try{this[_0xf52598(0x16d)]=!0x0,_0x293187[_0xf52598(0x151)](this[_0xf52598(0x1ff)]);const _0x12c74c=await this[_0xf52598(0x207)][_0xf52598(0x21b)](_0x189069[_0xf52598(0x220)],this[_0xf52598(0x12f)]);await this[_0xf52598(0x163)](_0x12c74c)&&(this[_0xf52598(0x16d)]=!0x1,this[_0xf52598(0x134)]());const _0x989f26=await this[_0xf52598(0x207)][_0xf52598(0x14b)]();_0x293187[_0xf52598(0x21a)](this[_0xf52598(0x1ff)],_0x989f26),this[_0xf52598(0x21d)](),this[_0xf52598(0x1af)]=!0x0;}catch(_0x5030a8){if(function(_0x49d499){const _0x1ae43d=_0xf52598;return _0x1ae43d(0x1ec)===_0x49d499[_0x1ae43d(0x20c)];}(_0x5030a8)&&this[_0xf52598(0x143)])await this[_0xf52598(0x1a5)]();else{if(function(_0x64f95e){const _0x3e91db=_0xf52598;return _0x3e91db(0x20d)===_0x64f95e[_0x3e91db(0x20c)];}(_0x5030a8)){const _0x1e0e42=_0x10faaf(this[_0xf52598(0x12c)][_0xf52598(0x188)],_0xf52598(0x209));this[_0xf52598(0x162)](_0x1e0e42);}else{if(!(_0x5030a8 instanceof J))throw _0x5030a8;this[_0xf52598(0x162)]();}}}}[_0x475805(0x200)](){const _0x5e5ead=_0x475805,_0x26f4e7=this[_0x5e5ead(0x12c)][_0x5e5ead(0x225)][_0x5e5ead(0x16c)](_0x360259),_0x4eb4f3=this[_0x5e5ead(0x12c)][_0x5e5ead(0x225)][_0x5e5ead(0x16c)](_0x3c63bd);this[_0x5e5ead(0x12c)][_0x5e5ead(0x127)](_0x5e5ead(0x187)),_0x4eb4f3[_0x5e5ead(0x1f3)][_0x5e5ead(0x14a)](this[_0x5e5ead(0x1ff)])&&_0x4eb4f3[_0x5e5ead(0x151)](this[_0x5e5ead(0x1ff)]),_0x26f4e7[_0x5e5ead(0x1f8)](this),this[_0x5e5ead(0x141)](),super[_0x5e5ead(0x200)]();}async[_0x475805(0x163)](_0x38459a){const _0xa6b6f=_0x475805;if(this[_0xa6b6f(0x143)]!==_0x38459a[_0xa6b6f(0x143)]&&this[_0xa6b6f(0x1bb)]!==_0x38459a[_0xa6b6f(0x199)])throw new J();return this[_0xa6b6f(0x143)]=_0x38459a[_0xa6b6f(0x143)],this[_0xa6b6f(0x210)]([],{..._0x38459a,'wereChangesApplied':!0x1,'data':_0x38459a[_0xa6b6f(0x145)]},_0xa6b6f(0x21b));}async[_0x475805(0x170)](_0x492b39,_0xa782c6=!0x1){const _0x353eda=_0x475805,{connection:_0xdc0f3e}=this[_0x353eda(0x12c)][_0x353eda(0x225)][_0x353eda(0x16c)](_0x360259);l[_0x353eda(0x1e4)][_0x353eda(0x14b)](_0xdc0f3e,this[_0x353eda(0x1ff)])[_0x353eda(0x1d0)](_0x1c54c4=>this[_0x353eda(0x13d)](_0x1c54c4))[_0x353eda(0x1db)](_0x517447=>{const _0xa00e98=_0x353eda;this[_0xa00e98(0x1a2)](_0xa00e98(0x1eb),_0x517447);}),this[_0x353eda(0x1ed)](this[_0x353eda(0x207)],_0x353eda(0x213),this[_0x353eda(0x136)][_0x353eda(0x191)](this)),this[_0x353eda(0x1ed)](this[_0x353eda(0x207)],_0x353eda(0x222),(_0x3ab45d,_0x3530e6)=>{const _0x4cf406=_0x353eda;this[_0x4cf406(0x1a2)](_0x4cf406(0x1b1),_0x3530e6);}),this[_0x353eda(0x1ed)](this[_0x353eda(0x207)],_0x353eda(0x1bf),()=>{const _0x5bd011=_0x353eda;this[_0x5bd011(0x1af)]=!0x1;});const _0x466eb7=this[_0x353eda(0x1b3)][_0x353eda(0x16e)](_0x492b39);this[_0x353eda(0x16d)]=!0x0;const _0x57d267=await this[_0x353eda(0x207)][_0x353eda(0x1b6)](_0xdc0f3e,this[_0x353eda(0x1cb)](_0x492b39),_0x466eb7);if(this[_0x353eda(0x143)]=_0x57d267[_0x353eda(0x143)],_0xa782c6){if(!_0x57d267[_0x353eda(0x17e)])return void this[_0x353eda(0x162)]();this[_0x353eda(0x16d)]=!0x1,this[_0x353eda(0x134)](),this[_0x353eda(0x16a)][_0x353eda(0x1be)](),this[_0x353eda(0x13e)]=_0x57d267[_0x353eda(0x1e8)],this[_0x353eda(0x16a)][_0x353eda(0x19b)]=this[_0x353eda(0x13e)],await this[_0x353eda(0x210)](_0x492b39,_0x57d267,_0x353eda(0x1e2));}else await this[_0x353eda(0x165)](_0x57d267,_0x492b39);this[_0x353eda(0x21d)](),this[_0x353eda(0x1af)]=!0x0;}[_0x475805(0x21d)](){const _0x18a2f0=_0x475805,_0x5f5d0b=this[_0x18a2f0(0x12c)][_0x18a2f0(0x225)][_0x18a2f0(0x16c)](_0x3c63bd),_0x39c91a=this[_0x18a2f0(0x12c)][_0x18a2f0(0x225)][_0x18a2f0(0x16c)](_0x13b07e),_0x35d125=_0x5f5d0b[_0x18a2f0(0x1f3)][_0x18a2f0(0x16c)](this[_0x18a2f0(0x1ff)]);_0x35d125&&_0x35d125[_0x18a2f0(0x1fb)]>0x1?_0x39c91a[_0x18a2f0(0x1cf)]():this[_0x18a2f0(0x1ed)](_0x5f5d0b,_0x18a2f0(0x152)+this[_0x18a2f0(0x1ff)],()=>{const _0x5cfc9b=_0x18a2f0;0x2===_0x5f5d0b[_0x5cfc9b(0x1f3)][_0x5cfc9b(0x16c)](this[_0x5cfc9b(0x1ff)])[_0x5cfc9b(0x1fb)]&&_0x39c91a[_0x5cfc9b(0x1cf)]();});}async[_0x475805(0x136)](_0x403f3c,_0x5c6539,_0x32066c,_0x6003fb){const _0x23073c=_0x475805;if(!this[_0x23073c(0x16d)]&&this[_0x23073c(0x204)][_0x23073c(0x19b)]==_0x5c6539){const _0x6ee5a8=this[_0x23073c(0x155)](_0x32066c,_0x6003fb);await this[_0x23073c(0x1a1)](_0x6ee5a8),this[_0x23073c(0x1d1)](_0x6ee5a8,_0x5c6539,_0x32066c[_0x23073c(0x199)])||this[_0x23073c(0x1a2)](_0x23073c(0x190));}}async[_0x475805(0x1a5)](){const _0x1330ff=_0x475805;this[_0x1330ff(0x141)]();const {locale:_0x26e539}=this[_0x1330ff(0x12c)];let _0x141996;try{_0x141996=await this[_0x1330ff(0x207)][_0x1330ff(0x1c7)]();}catch(_0x533a59){const _0x535324=_0x10faaf(_0x26e539,_0x1330ff(0x1e0));return void this[_0x1330ff(0x162)](_0x535324);}const _0x3428ff=_0x141996[_0x1330ff(0x206)]||_0x141996[_0x1330ff(0x1ac)];if(this[_0x1330ff(0x1bb)]===_0x3428ff[_0x1330ff(0x199)])await this[_0x1330ff(0x170)](this[_0x1330ff(0x12c)][_0x1330ff(0x15e)][_0x1330ff(0x205)][_0x1330ff(0x1bc)][_0x1330ff(0x1b4)](),!0x0);else{const _0x2204c8=_0x10faaf(_0x26e539,_0x1330ff(0x19e));this[_0x1330ff(0x162)](_0x2204c8);}}[_0x475805(0x141)](){const _0x680302=_0x475805;this[_0x680302(0x207)][_0x680302(0x1c9)](),this[_0x680302(0x197)]=[],clearTimeout(this[_0x680302(0x1f6)]),this[_0x680302(0x1c4)](this[_0x680302(0x207)]);}[_0x475805(0x13d)](_0x4ea2ba){const _0x38af46=_0x475805,_0x449547=this[_0x38af46(0x12c)][_0x38af46(0x225)][_0x38af46(0x16c)](_0x3c63bd);this[_0x38af46(0x1ed)](_0x449547,_0x38af46(0x152)+this[_0x38af46(0x1ff)],(_0x2bf666,{session:_0x54919e})=>{const _0xf641f=_0x38af46;if(_0x54919e['id']===_0x449547[_0xf641f(0x1a6)]){_0x2bf666[_0xf641f(0x1bd)]();const _0x4101b=this[_0xf641f(0x12c)][_0xf641f(0x225)][_0xf641f(0x14a)](_0xf641f(0x168))&&this[_0xf641f(0x12c)][_0xf641f(0x225)][_0xf641f(0x16c)](_0xf641f(0x168));let _0x324cf9=_0x54919e[_0xf641f(0x18f)];_0x4101b&&_0x4101b[_0xf641f(0x1c1)]&&(_0x324cf9=_0x324cf9[_0xf641f(0x1b9)](_0x47ac6f=>_0xf641f(0x140)!==_0x47ac6f)),this[_0xf641f(0x12c)][_0xf641f(0x225)][_0xf641f(0x16c)](_0xf641f(0x1c5))[_0xf641f(0x219)](_0x324cf9,this[_0xf641f(0x1ff)]);}}),_0x449547[_0x38af46(0x21a)](this[_0x38af46(0x1ff)],_0x4ea2ba);}[_0x475805(0x13c)](){const _0x49f417=_0x475805,_0x49ceb0=this[_0x49f417(0x12c)][_0x49f417(0x145)][_0x49f417(0x17a)];this[_0x49f417(0x12c)][_0x49f417(0x145)][_0x49f417(0x17a)]=(..._0x5909c3)=>{const _0x530f9d=_0x49f417;if(!_0x5909c3[_0x5909c3[_0x530f9d(0x1fb)]-0x1][_0x530f9d(0x19f)])throw new _0x55b7af(_0x530f9d(0x15c),this);_0x49ceb0[_0x530f9d(0x173)](this[_0x530f9d(0x12c)][_0x530f9d(0x145)],_0x5909c3);};}[_0x475805(0x177)](){const _0x45ce3f=_0x475805;this[_0x45ce3f(0x12c)][_0x45ce3f(0x145)]['on'](_0x45ce3f(0x174),(_0x55e7e5,[_0x4be6b3])=>{const _0x258298=_0x45ce3f;if(this[_0x258298(0x204)][_0x258298(0x19b)])throw new _0x55b7af(_0x258298(0x13a),this);_0x55e7e5[_0x258298(0x1ad)](),this[_0x258298(0x169)]();const _0xa7c8e3=this[_0x258298(0x12c)][_0x258298(0x133)][_0x258298(0x16c)](_0x258298(0x1d5)),_0x145e97=this[_0x258298(0x1df)](_0x4be6b3,_0xa7c8e3);0x0==_0x145e97[_0x258298(0x1fb)]&&_0x145e97[_0x258298(0x18e)](new _0x47b2ca(0x0)),_0x55e7e5[_0x258298(0x1e3)]=this[_0x258298(0x170)](_0x145e97)[_0x258298(0x1d0)](()=>{const _0x352bb2=_0x258298;this[_0x352bb2(0x12c)][_0x352bb2(0x225)][_0x352bb2(0x16c)](_0x360259)[_0x352bb2(0x192)](this),this[_0x352bb2(0x12c)][_0x352bb2(0x145)][_0x352bb2(0x1fc)](_0x352bb2(0x1cd));})[_0x258298(0x1db)](_0xaa1a75=>this[_0x258298(0x1a2)](_0x258298(0x128),_0xaa1a75))[_0x258298(0x21e)](()=>this[_0x258298(0x134)]());},{'priority':_0x45ce3f(0x130)}),this[_0x45ce3f(0x12c)]['on'](_0x45ce3f(0x1b5),async(_0x3cc030,[_0x376492,_0x20347f])=>{const _0x5d1782=_0x45ce3f;_0x3cc030[_0x5d1782(0x1ad)]();const _0x192c4=this[_0x5d1782(0x12c)][_0x5d1782(0x15e)][_0x5d1782(0x205)][_0x5d1782(0x12e)](_0x376492);if(!this[_0x5d1782(0x1ee)][_0x5d1782(0x14a)](_0x376492)){const _0x2397dd=_0x20347f&&_0x20347f[_0x5d1782(0x145)]?_0x20347f[_0x5d1782(0x145)]:'',_0x5cba35=_0x20347f&&_0x20347f[_0x5d1782(0x1b8)]?_0x20347f[_0x5d1782(0x1b8)]:{};await this[_0x5d1782(0x148)](_0x376492,_0x2397dd,_0x5cba35);}this[_0x5d1782(0x12c)][_0x5d1782(0x15e)][_0x5d1782(0x20b)]({'isUndoable':!0x1},()=>{const _0x325353=_0x5d1782;_0x192c4[_0x325353(0x181)]=!0x0,this[_0x325353(0x12c)][_0x325353(0x15e)][_0x325353(0x205)][_0x325353(0x15a)][_0x325353(0x221)](_0x192c4);});},{'priority':_0x45ce3f(0x130)});}async[_0x475805(0x1a1)](_0x58c32d){const _0x58db39=_0x475805,_0x41ded3=this[_0x58db39(0x12c)][_0x58db39(0x225)][_0x58db39(0x16c)](_0x4f4e43),{connection:_0x31cd75}=this[_0x58db39(0x12c)][_0x58db39(0x225)][_0x58db39(0x16c)](_0x360259),_0x14c4a4=new Set();for(const _0x4c0b42 of _0x58c32d){const _0xf4570=_0x4c0b42[_0x58db39(0x1dd)];_0xf4570&&!_0x41ded3[_0x58db39(0x1f7)](_0xf4570)&&_0x14c4a4[_0x58db39(0x21c)](_0xf4570);}if(0x0===_0x14c4a4[_0x58db39(0x19c)])return;const _0x3c96b9=await _0x18ff20[_0x58db39(0x1cc)](_0x31cd75,Array[_0x58db39(0x14d)](_0x14c4a4));for(const _0x2c7561 of _0x3c96b9)_0x41ded3[_0x58db39(0x1f7)](_0x2c7561['id'])||_0x41ded3[_0x58db39(0x189)](_0x2c7561);}[_0x475805(0x1df)](_0x2f80b8,_0x383c5c={}){const _0x34764d=_0x475805,_0x1e858c=this[_0x34764d(0x12c)][_0x34764d(0x15e)],_0x23eed6=[];let _0xbac270=0x0;const _0x397270=_0x34764d(0x1c3)==typeof _0x2f80b8?{'main':_0x2f80b8}:_0x2f80b8;for(const _0x2a3482 of Object[_0x34764d(0x1ea)](_0x397270)){if(!this[_0x34764d(0x204)][_0x34764d(0x1a3)][_0x34764d(0x14a)](_0x2a3482))throw new _0x55b7af(_0x34764d(0x1d8),this);const _0x424401=this[_0x34764d(0x12c)][_0x34764d(0x145)][_0x34764d(0x183)](_0x397270[_0x2a3482]),_0x1aeee4=this[_0x34764d(0x204)][_0x34764d(0x12e)](_0x2a3482),_0x32eea9=new _0x953674(_0x1e858c[_0x34764d(0x1f4)](_0x1aeee4,0x0),_0x424401,_0xbac270++);_0x23eed6[_0x34764d(0x18e)](_0x32eea9);for(const [_0x4f91e1,_0x3cdf2d]of _0x424401[_0x34764d(0x216)]){const _0x4021bc=_0x1e858c[_0x34764d(0x149)](_0x1e858c[_0x34764d(0x167)](_0x1aeee4,_0x3cdf2d[_0x34764d(0x132)][_0x34764d(0x18c)][_0x34764d(0x160)]()),_0x1e858c[_0x34764d(0x167)](_0x1aeee4,_0x3cdf2d[_0x34764d(0x1a8)][_0x34764d(0x18c)][_0x34764d(0x160)]())),_0x22af45=new _0x352f2f(_0x4f91e1,null,_0x4021bc,_0x1e858c[_0x34764d(0x216)],!0x0,_0xbac270++);_0x23eed6[_0x34764d(0x18e)](_0x22af45);}}if(_0x383c5c)for(const [_0x18697b,_0x517b2f]of Object[_0x34764d(0x147)](_0x383c5c)){const _0x376406=_0x1e858c[_0x34764d(0x205)][_0x34764d(0x12e)](_0x18697b);if(!_0x376406)throw new _0x55b7af(_0x34764d(0x1ba),null);for(const [_0x141588,_0xa13643]of Object[_0x34764d(0x147)](_0x517b2f))if(null!==_0xa13643){const _0x3ae3bd=new _0x2aaeca(_0x376406,_0x141588,null,_0xa13643,_0xbac270++);_0x23eed6[_0x34764d(0x18e)](_0x3ae3bd);}}return _0x23eed6;}async[_0x475805(0x148)](_0x2f339c,_0x9fe835,_0x383d3f){const _0x143fd0=_0x475805;this[_0x143fd0(0x1df)]({[_0x2f339c]:_0x9fe835},{[_0x2f339c]:_0x383d3f})[_0x143fd0(0x1ce)]((_0x5dc573,_0x183f03)=>{const _0x15c436=_0x143fd0;_0x5dc573[_0x15c436(0x1ef)]=this[_0x15c436(0x204)][_0x15c436(0x19b)]+_0x183f03,_0x5dc573[_0x15c436(0x17b)]=!0x0,this[_0x15c436(0x194)](_0x5dc573);}),this[_0x143fd0(0x1b0)](),await this[_0x143fd0(0x13b)]();}async[_0x475805(0x165)](_0x3ed8f8,_0x27c6a0){const _0x3709e4=_0x475805;let _0xeaf931;this[_0x3709e4(0x13e)]=_0x3ed8f8[_0x3709e4(0x1e8)];const _0x456628=_0x3ed8f8[_0x3709e4(0x17e)]&&!_0x3ed8f8[_0x3709e4(0x131)],_0x58c16e=_0x456628?0x0:_0x3ed8f8[_0x3709e4(0x145)][_0x3709e4(0x1ef)];if(_0x27c6a0[_0x3709e4(0x1ce)](_0x447e88=>{const _0x199531=_0x3709e4;_0x447e88[_0x199531(0x17b)]=!0x0,_0x447e88[_0x199531(0x14e)]=_0x3ed8f8[_0x199531(0x224)],_0x447e88[_0x199531(0x1dd)]=null;}),_0x456628)_0xeaf931=_0x27c6a0,this[_0x3709e4(0x153)](_0xeaf931,_0x456628);else{if(_0x3ed8f8[_0x3709e4(0x131)]){const _0x4ccfab=this[_0x3709e4(0x1df)](_0x3ed8f8[_0x3709e4(0x131)]);this[_0x3709e4(0x204)][_0x3709e4(0x1bc)][_0x3709e4(0x19b)]=-_0x4ccfab[_0x3709e4(0x1fb)],_0x4ccfab[_0x3709e4(0x1ce)](_0x13a240=>{const _0x4333be=_0x3709e4;_0x13a240[_0x4333be(0x1ef)]-=_0x4ccfab[_0x4333be(0x1fb)],_0x13a240[_0x4333be(0x14e)]=_0x3ed8f8[_0x4333be(0x224)],_0x13a240[_0x4333be(0x17b)]=!0x0,_0x13a240[_0x4333be(0x1dd)]=null;}),this[_0x3709e4(0x153)](_0x4ccfab,!0x0),this[_0x3709e4(0x16a)][_0x3709e4(0x19b)]=-_0x4ccfab[_0x3709e4(0x1fb)]+this[_0x3709e4(0x13e)],this[_0x3709e4(0x159)](_0x4ccfab);}this[_0x3709e4(0x204)][_0x3709e4(0x1bc)][_0x3709e4(0x19b)]=_0x58c16e,_0xeaf931=this[_0x3709e4(0x155)](_0x3ed8f8[_0x3709e4(0x145)],_0x3ed8f8[_0x3709e4(0x20e)]),await this[_0x3709e4(0x1a1)](_0xeaf931),this[_0x3709e4(0x153)](_0xeaf931,_0x456628);}_0x3ed8f8[_0x3709e4(0x199)]&&(this[_0x3709e4(0x1b3)][_0x3709e4(0x1d6)](_0xeaf931,_0x3ed8f8[_0x3709e4(0x199)]),this[_0x3709e4(0x1bb)]=_0x3ed8f8[_0x3709e4(0x199)]),this[_0x3709e4(0x16a)][_0x3709e4(0x19b)]=_0x58c16e+this[_0x3709e4(0x13e)],this[_0x3709e4(0x159)](_0xeaf931),_0x27c6a0[_0x3709e4(0x1b9)](_0x5f3ff5=>{const _0x143e65=_0x3709e4,_0x371b36=this[_0x143e65(0x14c)](_0x5f3ff5);return _0x371b36&&!this[_0x143e65(0x1ee)][_0x143e65(0x14a)](_0x371b36);})[_0x3709e4(0x1ce)]((_0x2561b5,_0x560dfb)=>{const _0x3fc376=_0x3709e4;_0x2561b5[_0x3fc376(0x1ef)]=this[_0x3fc376(0x204)][_0x3fc376(0x19b)]+_0x560dfb,this[_0x3fc376(0x194)](_0x2561b5);}),this[_0x3709e4(0x12a)]()?(this[_0x3709e4(0x172)]=0x0,this[_0x3709e4(0x1b0)](!0x0),await this[_0x3709e4(0x13b)]()):(this[_0x3709e4(0x16d)]=!0x1,this[_0x3709e4(0x134)]());}[_0x475805(0x1a2)](_0x2b1ec1,_0x5d676c){const _0x36eaae=_0x475805;throw this[_0x36eaae(0x16d)]=!0x0,_0x5d676c&&console[_0x36eaae(0x222)](_0x5d676c),new _0x55b7af(_0x2b1ec1,this[_0x36eaae(0x12c)]);}[_0x475805(0x194)](_0x5a9574){const _0x19cbe1=_0x475805;this[_0x19cbe1(0x14f)][_0x19cbe1(0x14a)](_0x5a9574)||(this[_0x19cbe1(0x14f)][_0x19cbe1(0x21c)](_0x5a9574),this[_0x19cbe1(0x197)][_0x19cbe1(0x18e)](_0x5a9574),this[_0x19cbe1(0x171)]||_0x19cbe1(0x223)==_0x5a9574[_0x19cbe1(0x1d2)]&&!_0x5a9574[_0x19cbe1(0x138)]||this[_0x19cbe1(0x169)]());}[_0x475805(0x1b0)](_0x342b8d=!0x1){const _0x1bb672=_0x475805;!_0x342b8d&&this[_0x1bb672(0x16d)]||(this[_0x1bb672(0x16d)]=!0x0,clearTimeout(this[_0x1bb672(0x1f6)]),this[_0x1bb672(0x1f6)]=setTimeout(()=>{const _0x39ade9=_0x1bb672;this[_0x39ade9(0x1f2)]()[_0x39ade9(0x1d0)](_0x25a789=>{const _0x4a9f54=_0x39ade9;_0x25a789&&(this[_0x4a9f54(0x134)](),this[_0x4a9f54(0x16d)]=!0x1);})[_0x39ade9(0x1db)](_0x183ca1=>{const _0x744c04=_0x39ade9;if(this[_0x744c04(0x134)](),this[_0x744c04(0x16d)]=!0x1,!function(_0x1c7c6d){const _0x2024eb=_0x744c04;return _0x1c7c6d[_0x2024eb(0x1e5)][_0x2024eb(0x1da)](_0x2024eb(0x1ca))||_0x1c7c6d[_0x2024eb(0x1e5)][_0x2024eb(0x1da)](_0x2024eb(0x1ab))||_0x1c7c6d[_0x2024eb(0x1e5)][_0x2024eb(0x1da)](_0x2024eb(0x12d));}(_0x183ca1))throw _0x183ca1;});},this[_0x1bb672(0x172)]));}[_0x475805(0x13b)](){return new Promise(_0x47bd08=>{const _0x26a16b=_0x6a62;this['on'](_0x26a16b(0x202),()=>{_0x47bd08();});});}async[_0x475805(0x1f2)](){const _0x4c0089=_0x475805,_0x44a23d=this[_0x4c0089(0x12c)][_0x4c0089(0x225)][_0x4c0089(0x16c)](_0x13b07e);if(this[_0x4c0089(0x1a9)]()&&(_0x44a23d[_0x4c0089(0x1cf)](),this[_0x4c0089(0x19a)]=!0x1),!this[_0x4c0089(0x12a)]())return!0x0;const _0x2f676c=[...this[_0x4c0089(0x197)]];for(const _0x2e9bb1 of _0x2f676c)_0x2e9bb1[_0x4c0089(0x137)]=this[_0x4c0089(0x204)][_0x4c0089(0x1bc)][_0x4c0089(0x144)](_0x2e9bb1);const _0x2ca54c=this[_0x4c0089(0x1b3)][_0x4c0089(0x16e)](_0x2f676c),_0x363f80=K++,_0x321f81=this[_0x4c0089(0x1cb)](_0x2f676c),_0x2a7ea9=await this[_0x4c0089(0x207)][_0x4c0089(0x208)](_0x321f81,_0x321f81[_0x4c0089(0x1ef)],_0x2ca54c);try{return await this[_0x4c0089(0x210)](_0x2f676c,_0x2a7ea9,_0x363f80);}catch(_0x4d9ff2){return this[_0x4c0089(0x1a2)](_0x4c0089(0x1ae),_0x4d9ff2);}}async[_0x475805(0x210)](_0x378edc,_0xc6a4eb,_0x259e13){const _0x5f45c5=_0x475805;if(_0x5f45c5(0x222)in _0xc6a4eb)throw _0xc6a4eb[_0x5f45c5(0x222)];let _0x2d1ab6=!0x1;if(_0xc6a4eb[_0x5f45c5(0x17e)]){_0xc6a4eb[_0x5f45c5(0x199)]&&(this[_0x5f45c5(0x1bb)]=_0xc6a4eb[_0x5f45c5(0x199)]),this[_0x5f45c5(0x197)]=this[_0x5f45c5(0x197)][_0x5f45c5(0x1b9)](_0x4ce65c=>!_0x378edc[_0x5f45c5(0x142)](_0x4ce65c));for(const _0x25bb2d of _0x378edc)_0x25bb2d[_0x5f45c5(0x14e)]=_0x5f45c5(0x215)in _0xc6a4eb&&_0xc6a4eb[_0x5f45c5(0x215)]||void 0x0;Q(_0x378edc,_0xc6a4eb[_0x5f45c5(0x19b)]-_0x378edc[_0x5f45c5(0x1fb)]),this[_0x5f45c5(0x159)](_0x378edc);const _0x5a0ec2=_0x378edc[_0x5f45c5(0x1b9)](_0x28c66d=>{const _0x408f78=_0x5f45c5;if(!_0x28c66d[_0x408f78(0x17b)])return!0x1;const _0xa32013=this[_0x408f78(0x14c)](_0x28c66d);return _0xa32013&&!this[_0x408f78(0x1ee)][_0x408f78(0x14a)](_0xa32013);});Q(_0x5a0ec2,this[_0x5f45c5(0x204)][_0x5f45c5(0x19b)]),this[_0x5f45c5(0x153)](_0x5a0ec2),_0x2d1ab6=!0x0,this[_0x5f45c5(0x172)]=this[_0x5f45c5(0x212)];}else{const _0x2fa9b6=this[_0x5f45c5(0x155)](_0xc6a4eb[_0x5f45c5(0x145)],_0xc6a4eb[_0x5f45c5(0x20e)])[_0x5f45c5(0x1b9)](_0x51fbe6=>_0x51fbe6[_0x5f45c5(0x1ef)]>=this[_0x5f45c5(0x178)]);_0x2fa9b6[_0x5f45c5(0x1ce)](_0x5381f3=>this[_0x5f45c5(0x21f)](_0x5381f3)),this[_0x5f45c5(0x197)]=this[_0x5f45c5(0x197)][_0x5f45c5(0x1b9)](_0x554b06=>!_0x554b06[_0x5f45c5(0x17b)]||!this[_0x5f45c5(0x1ee)][_0x5f45c5(0x14a)](this[_0x5f45c5(0x14c)](_0x554b06))),this[_0x5f45c5(0x197)][_0x5f45c5(0x1fb)]&&Q(this[_0x5f45c5(0x197)],this[_0x5f45c5(0x197)][0x0][_0x5f45c5(0x1ef)]),await this[_0x5f45c5(0x1a1)](_0x2fa9b6),_0x2d1ab6=this[_0x5f45c5(0x1d1)](_0x2fa9b6,_0xc6a4eb[_0x5f45c5(0x19b)],_0xc6a4eb[_0x5f45c5(0x199)]),this[_0x5f45c5(0x172)]=Math[_0x5f45c5(0x1fd)](this[_0x5f45c5(0x172)]/0x2);}return _0x2d1ab6?!this[_0x5f45c5(0x12a)]()||(this[_0x5f45c5(0x1b0)](!0x0),!0x1):this[_0x5f45c5(0x1a2)](_0x5f45c5(0x179));}[_0x475805(0x1d1)](_0x4927b8,_0x547957,_0x15863f){const _0x588e43=_0x475805;try{const _0x19699b={'document':this[_0x588e43(0x204)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x5988f6,operationsB:_0x11cef3,originalOperations:_0x408cb0}=_0x1ddcd5(_0x4927b8,this[_0x588e43(0x197)],_0x19699b);Q(_0x5988f6,this[_0x588e43(0x204)][_0x588e43(0x19b)]),Q(_0x11cef3,_0x547957);for(const _0x23f6b9 of _0x5988f6){const _0xe41c55=_0x408cb0[_0x588e43(0x16c)](_0x23f6b9);_0x23f6b9[_0x588e43(0x1dd)]=_0xe41c55?_0xe41c55[_0x588e43(0x1dd)]:null;}_0x15863f&&(this[_0x588e43(0x1b3)][_0x588e43(0x1d6)](_0x4927b8,_0x15863f),this[_0x588e43(0x1bb)]=_0x15863f),this[_0x588e43(0x197)]=[..._0x11cef3],this[_0x588e43(0x153)](_0x5988f6),this[_0x588e43(0x159)](_0x4927b8);}catch(_0xa2a61f){return console[_0x588e43(0x222)](_0xa2a61f),!0x1;}return!0x0;}[_0x475805(0x153)](_0x5d8df7,_0x8046dd=!0x1){const _0x521edf=_0x475805;this[_0x521edf(0x12c)][_0x521edf(0x15e)][_0x521edf(0x20b)]({'isUndoable':!0x1,'isLocal':!0x1},_0x19f17f=>{const _0x28de5b=_0x521edf;for(const _0x570f35 of _0x5d8df7)this[_0x28de5b(0x14f)][_0x28de5b(0x21c)](_0x570f35),this[_0x28de5b(0x21f)](_0x570f35),_0x19f17f[_0x28de5b(0x227)][_0x28de5b(0x180)](_0x570f35),this[_0x28de5b(0x12c)][_0x28de5b(0x15e)][_0x28de5b(0x150)](_0x570f35);});}[_0x475805(0x21f)](_0x245201){const _0x1020c2=_0x475805,_0x10d46e=this[_0x1020c2(0x14c)](_0x245201);_0x10d46e&&this[_0x1020c2(0x1ee)][_0x1020c2(0x21c)](_0x10d46e);}[_0x475805(0x14c)](_0x450655){const _0x2fe299=_0x475805;let _0x29e97f,_0x5d6e15;switch(_0x450655[_0x2fe299(0x1d2)]){case _0x2fe299(0x13f):_0x29e97f=_0x450655[_0x2fe299(0x139)][_0x2fe299(0x1d9)];break;case _0x2fe299(0x223):if(_0x5d6e15=_0x450655[_0x2fe299(0x16f)],!_0x5d6e15)return null;_0x29e97f=_0x5d6e15[_0x2fe299(0x1d9)];break;case _0x2fe299(0x18d):_0x29e97f=_0x450655[_0x2fe299(0x1d9)];break;case _0x2fe299(0x12b):_0x29e97f=_0x450655[_0x2fe299(0x17f)];break;case _0x2fe299(0x211):_0x29e97f=_0x450655[_0x2fe299(0x1f5)][_0x2fe299(0x1d9)];break;default:return null;}return _0x29e97f[_0x2fe299(0x1e6)];}[_0x475805(0x159)](_0x2d9674){const _0x2009f4=_0x475805;_0x2d9674[_0x2009f4(0x1ce)](_0x212bf1=>{const _0x3a8065=_0x2009f4,_0x2b4d76=_0x212bf1[_0x3a8065(0x161)]();_0x2b4d76[_0x3a8065(0x1dd)]=_0x212bf1[_0x3a8065(0x1dd)],_0x2b4d76[_0x3a8065(0x17b)]=!!_0x212bf1[_0x3a8065(0x17b)],_0x2b4d76[_0x3a8065(0x14e)]=_0x212bf1[_0x3a8065(0x14e)],_0x2b4d76[_0x3a8065(0x1ef)]+=this[_0x3a8065(0x13e)],_0x212bf1[_0x3a8065(0x1a7)]&&this[_0x3a8065(0x15f)][_0x3a8065(0x21c)](_0x2b4d76),this[_0x3a8065(0x16a)][_0x3a8065(0x180)](_0x2b4d76);});}[_0x475805(0x162)](_0x32d5dd){const _0x3e1b03=_0x475805,_0x4f9d35=this[_0x3e1b03(0x12c)][_0x3e1b03(0x225)][_0x3e1b03(0x16c)](_0x3e1b03(0x1e7)),_0x263a16=this[_0x3e1b03(0x12c)][_0x3e1b03(0x188)];_0x32d5dd||(_0x32d5dd=_0x10faaf(_0x263a16,_0x3e1b03(0x1d7))),_0x4f9d35[_0x3e1b03(0x1b7)](_0x32d5dd,{'title':_0x10faaf(_0x263a16,_0x3e1b03(0x185)),'namespace':_0x3e1b03(0x1e1)}),this[_0x3e1b03(0x184)]=!0x0,clearTimeout(this[_0x3e1b03(0x1f6)]),this[_0x3e1b03(0x197)]=[],this[_0x3e1b03(0x12c)][_0x3e1b03(0x225)][_0x3e1b03(0x16c)](_0x360259)[_0x3e1b03(0x200)]();}[_0x475805(0x169)](){const _0x569708=_0x475805;this[_0x569708(0x171)]||(this[_0x569708(0x171)]=this[_0x569708(0x12c)][_0x569708(0x225)][_0x569708(0x16c)](_0x534ad9)[_0x569708(0x21c)](_0x10faaf(this[_0x569708(0x12c)][_0x569708(0x188)],_0x569708(0x16b))));}[_0x475805(0x134)](){const _0x4cdba2=_0x475805;this[_0x4cdba2(0x171)]&&(this[_0x4cdba2(0x12c)][_0x4cdba2(0x225)][_0x4cdba2(0x16c)](_0x534ad9)[_0x4cdba2(0x226)](this[_0x4cdba2(0x171)]),this[_0x4cdba2(0x171)]=null);}[_0x475805(0x1cb)](_0x1f7b24){const _0x2f3d5f=_0x475805,_0x5c2d8f=_0x1f7b24[_0x2f3d5f(0x18a)](_0x8c8aa3=>_0x8c8aa3[_0x2f3d5f(0x1e9)]());return this[_0x2f3d5f(0x166)][_0x2f3d5f(0x1d3)](_0x5c2d8f);}[_0x475805(0x155)](_0x17734d,_0x525002){const _0x319bef=_0x475805;return this[_0x319bef(0x166)][_0x319bef(0x17d)](_0x17734d)[_0x319bef(0x18a)]((_0x35e7c5,_0x3790d6)=>{const _0x1c12eb=_0x319bef,_0x30c76e=_0x1c12eb(0x174)==_0x525002[_0x3790d6][_0x1c12eb(0x1d2)];if(_0x1c12eb(0x157)==_0x35e7c5[_0x1c12eb(0x164)]){const _0x443cd0=_0x35e7c5[_0x1c12eb(0x139)][_0x1c12eb(0x1d9)];!this[_0x1c12eb(0x204)][_0x1c12eb(0x12e)](_0x443cd0)&&(this[_0x1c12eb(0x204)][_0x1c12eb(0x1a4)](_0x1c12eb(0x156),_0x443cd0)[_0x1c12eb(0x135)]=!0x1);}const _0x2ac380=_0x40dea2[_0x1c12eb(0x17c)](_0x35e7c5,this[_0x1c12eb(0x204)]);return _0x2ac380[_0x1c12eb(0x137)]=_0x35e7c5[_0x1c12eb(0x137)],_0x2ac380[_0x1c12eb(0x17b)]=_0x30c76e,_0x2ac380[_0x1c12eb(0x1dd)]=_0x30c76e?null:_0x525002[_0x3790d6][_0x1c12eb(0x158)],_0x2ac380[_0x1c12eb(0x1a7)]=_0x1c12eb(0x1f0)===_0x525002[_0x3790d6][_0x1c12eb(0x1d2)],_0x2ac380[_0x1c12eb(0x14e)]=_0x525002[_0x3790d6][_0x1c12eb(0x14e)],_0x2ac380;});}[_0x475805(0x20a)](){const _0x1746ca=_0x475805;this[_0x1746ca(0x19a)]=!0x0,this[_0x1746ca(0x1a9)]()?this[_0x1746ca(0x1b0)]():this[_0x1746ca(0x19a)]=!0x1;}[_0x475805(0x1a9)](){const _0x4ae8fd=_0x475805,_0x2b04e6=this[_0x4ae8fd(0x12c)][_0x4ae8fd(0x225)][_0x4ae8fd(0x16c)](_0x3c63bd)[_0x4ae8fd(0x1f3)][_0x4ae8fd(0x16c)](this[_0x4ae8fd(0x1ff)]);return!this[_0x4ae8fd(0x12c)][_0x4ae8fd(0x1c8)]&&!!_0x2b04e6&&_0x2b04e6[_0x4ae8fd(0x1fb)]>0x1&&this[_0x4ae8fd(0x19a)];}[_0x475805(0x12a)](){const _0x456b12=_0x475805;return this[_0x456b12(0x197)][_0x456b12(0x1fb)]>0x0||this[_0x456b12(0x1a9)]();}}l[_0x475805(0x1e4)]=_0x470d47;function _0x6a62(_0x343566,_0xeaac65){const _0x1bc7f6=_0x1bc7();return _0x6a62=function(_0x6a62f5,_0x416f50){_0x6a62f5=_0x6a62f5-0x126;let _0x47351a=_0x1bc7f6[_0x6a62f5];return _0x47351a;},_0x6a62(_0x343566,_0xeaac65);}export default l;class J extends Error{}function Q(_0x4cd57a,_0x104112){const _0x489f10=_0x475805;for(const _0x7dd40c of _0x4cd57a)_0x7dd40c[_0x489f10(0x1ef)]=_0x104112++;}class X{constructor(_0x525d3b){const _0x30fdcc=_0x475805;this[_0x30fdcc(0x1fa)]=_0x525d3b,this[_0x30fdcc(0x193)]=new WeakMap();}[_0x475805(0x16e)](_0x2c7e71){const _0x461088=_0x475805;let _0x35a4c1=_0x2c7e71[_0x461088(0x1fb)];for(;_0x35a4c1--;){const _0xc4e82f=_0x2c7e71[_0x35a4c1];if(!this[_0x461088(0x1fa)][_0x461088(0x14a)](_0xc4e82f)){if(!this[_0x461088(0x193)][_0x461088(0x14a)](_0xc4e82f)){const _0x3c8bd0=_0x3b55c5()[_0x461088(0x160)](0x1,0x12);this[_0x461088(0x193)][_0x461088(0x17a)](_0xc4e82f,_0x3c8bd0);}return this[_0x461088(0x193)][_0x461088(0x16c)](_0xc4e82f);}}}[_0x475805(0x1d6)](_0x2a5cba,_0x22c248){const _0x194358=_0x475805;if(!_0x22c248)return;let _0x38eca2=_0x2a5cba[_0x194358(0x1fb)];for(;_0x38eca2--;){const _0x4fd258=_0x2a5cba[_0x38eca2];this[_0x194358(0x1fa)][_0x194358(0x14a)](_0x4fd258)||this[_0x194358(0x193)][_0x194358(0x17a)](_0x4fd258,_0x22c248);}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1073f6=_0x3875;function _0x28bd(){const _0x109c71=['_handleSessionRemove','plugins','addUser','channelConnectedUsers','getUserSessions','set','unregister','4McyXer','1579194iqzvnl','_handleSessionAdd','3138215fyTZga','isMe','listenTo','orderNumber','getUserRole','_createUser','stopListening','21bDGNky','connected','add','allConnectedUsers','_users','defineMe','3712614Gzdsbf','has','change:state','_uniqueUsersCount','pluginName','1105617cDFbhJ','_registeredSessions','18647260mhfEpc','sessionId','15255279qVddLc','assign','connection','context','values','forEach','get','fire','getUserBySessionId','sessions-unregister-not-exist','Sessions','remove','init','role','clear','6wkUVRB','state','delete','size','channelSessions','getUser','57912371xAmVpd','sessions-register-already-registered','8DSpDWk','requires','sessionAdd:','user','register','mySessionId'];_0x28bd=function(){return _0x109c71;};return _0x28bd();}(function(_0xf3db4d,_0x2e94e3){const _0x575db8=_0x3875,_0x57922c=_0xf3db4d();while(!![]){try{const _0x4911ed=parseInt(_0x575db8(0xa0))/0x1+parseInt(_0x575db8(0x8a))/0x2*(-parseInt(_0x575db8(0xb4))/0x3)+parseInt(_0x575db8(0x9f))/0x4*(parseInt(_0x575db8(0xa2))/0x5)+-parseInt(_0x575db8(0xaf))/0x6*(parseInt(_0x575db8(0xa9))/0x7)+parseInt(_0x575db8(0x92))/0x8*(-parseInt(_0x575db8(0x7b))/0x9)+-parseInt(_0x575db8(0x79))/0xa+parseInt(_0x575db8(0x90))/0xb;if(_0x4911ed===_0x2e94e3)break;else _0x57922c['push'](_0x57922c['shift']());}catch(_0x300aa7){_0x57922c['push'](_0x57922c['shift']());}}}(_0x28bd,0xe7e9d));import{ContextPlugin as _0x5e4836}from'ckeditor5/src/core.js';function _0x3875(_0x27e393,_0x21df1f){const _0x28bd0d=_0x28bd();return _0x3875=function(_0x387588,_0x239d5e){_0x387588=_0x387588-0x79;let _0xf11f81=_0x28bd0d[_0x387588];return _0xf11f81;},_0x3875(_0x27e393,_0x21df1f);}import{Collection as _0x1eb21e,CKEditorError as _0x19ecd9}from'ckeditor5/src/utils.js';import _0x529d63 from'./websocketgateway.js';import{Users as _0x4b62b6}from'ckeditor5-collaboration/src/collaboration-core.js';export default class r extends _0x5e4836{static get[_0x1073f6(0xb3)](){const _0x35610f=_0x1073f6;return _0x35610f(0x85);}static get[_0x1073f6(0x93)](){return[_0x529d63,_0x4b62b6];}constructor(_0x206c6e){const _0x3af787=_0x1073f6;super(_0x206c6e),this[_0x3af787(0x8e)]=new Map(),this[_0x3af787(0x9b)]=new Map(),this[_0x3af787(0xac)]=new _0x1eb21e(),this[_0x3af787(0xb5)]=new Map(),this[_0x3af787(0xb2)]=0x0,this[_0x3af787(0xad)]=this[_0x3af787(0x7e)][_0x3af787(0x99)][_0x3af787(0x81)](_0x4b62b6);}[_0x1073f6(0x87)](){const _0x60595b=_0x1073f6,_0x2af3a8=this[_0x60595b(0x7e)][_0x60595b(0x99)][_0x60595b(0x81)](_0x529d63);this[_0x60595b(0xa4)](_0x2af3a8,_0x60595b(0xb1),(_0x26b251,_0x275871,_0x12af02)=>{const _0x2644ee=_0x60595b;if(_0x2644ee(0xaa)!==_0x12af02)this[_0x2644ee(0x8e)][_0x2644ee(0x80)](_0x42640b=>_0x42640b[_0x2644ee(0x89)]()),this[_0x2644ee(0x9b)][_0x2644ee(0x80)](_0x45732c=>_0x45732c[_0x2644ee(0x89)]()),this[_0x2644ee(0xac)][_0x2644ee(0x89)]();else{for(const [_0x48ef69,_0x36157b]of this[_0x2644ee(0xb5)])for(const _0x17d1ae of _0x36157b)this[_0x2644ee(0xa1)](_0x48ef69,_0x17d1ae);}}),this[_0x60595b(0xa7)](_0x2af3a8[_0x60595b(0x7d)]['me'],!0x0);}[_0x1073f6(0x96)](_0xfc2c0c,_0x59237f){const _0x519ae0=_0x1073f6;if(this[_0x519ae0(0xb5)][_0x519ae0(0xb0)](_0xfc2c0c))throw new _0x19ecd9(_0x519ae0(0x91),null,{'channelId':_0xfc2c0c});this[_0x519ae0(0xb5)][_0x519ae0(0x9d)](_0xfc2c0c,_0x59237f),this[_0x519ae0(0x8e)][_0x519ae0(0x9d)](_0xfc2c0c,new _0x1eb21e()),this[_0x519ae0(0x9b)][_0x519ae0(0x9d)](_0xfc2c0c,new _0x1eb21e()),this[_0x519ae0(0xa4)](_0x59237f,_0x519ae0(0xab),(_0x2d734d,_0x594a0e)=>this[_0x519ae0(0xa1)](_0xfc2c0c,_0x594a0e)),this[_0x519ae0(0xa4)](_0x59237f,_0x519ae0(0x86),(_0x36fe73,_0x23b69c)=>this[_0x519ae0(0x98)](_0xfc2c0c,_0x23b69c));for(const _0x40e372 of _0x59237f)this[_0x519ae0(0xa1)](_0xfc2c0c,_0x40e372);}[_0x1073f6(0x9e)](_0x54affb){const _0x219e4d=_0x1073f6;if(!this[_0x219e4d(0xb5)][_0x219e4d(0xb0)](_0x54affb))throw new _0x19ecd9(_0x219e4d(0x84),null,{'channelId':_0x54affb});const _0x4a5c81=this[_0x219e4d(0xb5)][_0x219e4d(0x81)](_0x54affb);this[_0x219e4d(0xa8)](_0x4a5c81);for(const _0x5d4e34 of _0x4a5c81)_0x219e4d(0xaa)===this[_0x219e4d(0x7e)][_0x219e4d(0x99)][_0x219e4d(0x81)](_0x529d63)[_0x219e4d(0x8b)]&&this[_0x219e4d(0x98)](_0x54affb,_0x5d4e34);this[_0x219e4d(0xb5)][_0x219e4d(0x8c)](_0x54affb),this[_0x219e4d(0x8e)][_0x219e4d(0x8c)](_0x54affb),this[_0x219e4d(0x9b)][_0x219e4d(0x8c)](_0x54affb);}get[_0x1073f6(0x97)](){const _0x66ddaa=_0x1073f6;return this[_0x66ddaa(0x7e)][_0x66ddaa(0x99)][_0x66ddaa(0x81)](_0x529d63)[_0x66ddaa(0x7d)][_0x66ddaa(0x7a)];}[_0x1073f6(0x83)](_0x5c1243){const _0x53377d=_0x1073f6;for(const _0x4798ae of this[_0x53377d(0x8e)][_0x53377d(0x7f)]())for(const _0x49d43f of _0x4798ae)if(_0x49d43f['id']===_0x5c1243)return _0x49d43f[_0x53377d(0x95)];}[_0x1073f6(0x9c)](_0x796d19,_0x13d586){const _0xb58a2d=_0x1073f6,_0x4c292a=_0x13d586?[this[_0xb58a2d(0x8e)][_0xb58a2d(0x81)](_0x13d586)]:this[_0xb58a2d(0x8e)][_0xb58a2d(0x7f)](),_0x4530f4=new Set();for(const _0xf1b1a7 of _0x4c292a)for(const _0x220c41 of _0xf1b1a7)_0x220c41[_0xb58a2d(0x95)]['id']===_0x796d19['id']&&_0x4530f4[_0xb58a2d(0xab)](_0x220c41['id']);return _0x4530f4;}[_0x1073f6(0xa6)](_0x5cd43e){const _0x5958f1=_0x1073f6;for(const _0x585e53 of this[_0x5958f1(0x8e)][_0x5958f1(0x7f)]())for(const _0x35659b of _0x585e53)if(_0x35659b[_0x5958f1(0x95)]===_0x5cd43e)return _0x35659b[_0x5958f1(0x88)];}[_0x1073f6(0xa1)](_0x2cc057,_0x5c6db8){const _0x3bdb87=_0x1073f6;if(_0x3bdb87(0xaa)!==this[_0x3bdb87(0x7e)][_0x3bdb87(0x99)][_0x3bdb87(0x81)](_0x529d63)[_0x3bdb87(0x8b)])return;const _0x1c1a93=_0x5c6db8[_0x3bdb87(0x95)],_0x211b10=this[_0x3bdb87(0xad)][_0x3bdb87(0x8f)](_0x1c1a93['id'])||this[_0x3bdb87(0xa7)](_0x1c1a93),_0x5a4985=Object[_0x3bdb87(0x7c)]({},_0x5c6db8,{'user':_0x211b10});this[_0x3bdb87(0x8e)][_0x3bdb87(0x81)](_0x2cc057)[_0x3bdb87(0xab)](_0x5a4985);const _0x233991=this[_0x3bdb87(0x9b)][_0x3bdb87(0x81)](_0x2cc057);_0x233991[_0x3bdb87(0xb0)](_0x211b10['id'])||_0x233991[_0x3bdb87(0xab)](_0x211b10),this[_0x3bdb87(0xac)][_0x3bdb87(0xb0)](_0x211b10['id'])||this[_0x3bdb87(0xac)][_0x3bdb87(0xab)](_0x211b10,_0x211b10[_0x3bdb87(0xa3)]?0x0:void 0x0),this[_0x3bdb87(0x82)](_0x3bdb87(0x94)+_0x2cc057,{'channelId':_0x2cc057,'session':_0x5a4985});}[_0x1073f6(0x98)](_0x478267,_0x4f7c31){const _0x5a37b6=_0x1073f6;if(_0x5a37b6(0xaa)!==this[_0x5a37b6(0x7e)][_0x5a37b6(0x99)][_0x5a37b6(0x81)](_0x529d63)[_0x5a37b6(0x8b)])return;const _0x32c0b5=this[_0x5a37b6(0x9b)][_0x5a37b6(0x81)](_0x478267),_0x12fc5b=_0x4f7c31[_0x5a37b6(0x95)];_0x12fc5b['id']&&(this[_0x5a37b6(0x8e)][_0x5a37b6(0x81)](_0x478267)[_0x5a37b6(0x86)](_0x4f7c31['id']),_0x32c0b5[_0x5a37b6(0xb0)](_0x12fc5b['id'])&&!this[_0x5a37b6(0x9c)](_0x12fc5b,_0x478267)[_0x5a37b6(0x8d)]&&_0x32c0b5[_0x5a37b6(0x86)](_0x12fc5b['id']),this[_0x5a37b6(0xac)][_0x5a37b6(0x81)](_0x12fc5b['id'])&&!this[_0x5a37b6(0x9c)](_0x12fc5b)[_0x5a37b6(0x8d)]&&this[_0x5a37b6(0xac)][_0x5a37b6(0x86)](_0x12fc5b['id']));}[_0x1073f6(0xa7)](_0x4588ec,_0x236436){const _0x39d9ae=_0x1073f6,_0x5001f8=this[_0x39d9ae(0xad)][_0x39d9ae(0x9a)](_0x4588ec);return _0x236436&&this[_0x39d9ae(0xad)][_0x39d9ae(0xae)](_0x4588ec['id']),_0x5001f8[_0x39d9ae(0xa5)]=this[_0x39d9ae(0xb2)]++,_0x5001f8;}}
23
+ const _0x40fb0c=_0x2e8e;function _0x33ae(){const _0x20194d=['sessionAdd:','assign','context','register','add','sessions-register-already-registered','stopListening','_handleSessionRemove','_uniqueUsersCount','sessionId','_createUser','402170fptPRo','allConnectedUsers','770SSCzBF','values','4msSSoc','get','addUser','delete','role','set','user','listenTo','channelSessions','orderNumber','7tWWjru','unregister','4FHJrPn','defineMe','27WMSZhp','getUserSessions','539285dIyWxZ','getUserRole','_handleSessionAdd','858560wiKdWj','sessions-unregister-not-exist','change:state','requires','139959xALISQ','_registeredSessions','clear','has','_users','getUser','remove','98868YxGAQi','Sessions','size','1068654QpNCej','state','283110waeeXc','plugins','fire','isMe','forEach','channelConnectedUsers','connected','pluginName','connection','getUserBySessionId','init','mySessionId'];_0x33ae=function(){return _0x20194d;};return _0x33ae();}(function(_0x2fb457,_0x43bed4){const _0x37335b=_0x2e8e,_0x629fbe=_0x2fb457();while(!![]){try{const _0x43a9d=-parseInt(_0x37335b(0x14b))/0x1+-parseInt(_0x37335b(0x134))/0x2*(-parseInt(_0x37335b(0x157))/0x3)+-parseInt(_0x37335b(0x140))/0x4*(parseInt(_0x37335b(0x144))/0x5)+-parseInt(_0x37335b(0x155))/0x6+-parseInt(_0x37335b(0x13e))/0x7*(parseInt(_0x37335b(0x147))/0x8)+parseInt(_0x37335b(0x142))/0x9*(-parseInt(_0x37335b(0x130))/0xa)+-parseInt(_0x37335b(0x132))/0xb*(-parseInt(_0x37335b(0x152))/0xc);if(_0x43a9d===_0x43bed4)break;else _0x629fbe['push'](_0x629fbe['shift']());}catch(_0x59298d){_0x629fbe['push'](_0x629fbe['shift']());}}}(_0x33ae,0x1b3d6));import{ContextPlugin as _0x126700}from'ckeditor5/src/core.js';import{Collection as _0x2cac54,CKEditorError as _0x2eb7d5}from'ckeditor5/src/utils.js';import _0x1777e3 from'./websocketgateway.js';import{Users as _0x5d7a75}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x2e8e(_0x2cd683,_0x340e40){const _0x33aeff=_0x33ae();return _0x2e8e=function(_0x2e8e2c,_0x350107){_0x2e8e2c=_0x2e8e2c-0x120;let _0x382d07=_0x33aeff[_0x2e8e2c];return _0x382d07;},_0x2e8e(_0x2cd683,_0x340e40);}export default class r extends _0x126700{static get[_0x40fb0c(0x120)](){const _0x384055=_0x40fb0c;return _0x384055(0x153);}static get[_0x40fb0c(0x14a)](){return[_0x1777e3,_0x5d7a75];}constructor(_0x4aa827){const _0x4b342a=_0x40fb0c;super(_0x4aa827),this[_0x4b342a(0x13c)]=new Map(),this[_0x4b342a(0x15c)]=new Map(),this[_0x4b342a(0x131)]=new _0x2cac54(),this[_0x4b342a(0x14c)]=new Map(),this[_0x4b342a(0x12d)]=0x0,this[_0x4b342a(0x14f)]=this[_0x4b342a(0x127)][_0x4b342a(0x158)][_0x4b342a(0x135)](_0x5d7a75);}[_0x40fb0c(0x123)](){const _0x1a4fcf=_0x40fb0c,_0xea029c=this[_0x1a4fcf(0x127)][_0x1a4fcf(0x158)][_0x1a4fcf(0x135)](_0x1777e3);this[_0x1a4fcf(0x13b)](_0xea029c,_0x1a4fcf(0x149),(_0x14a3ab,_0x35120e,_0x4174da)=>{const _0x3dc9d2=_0x1a4fcf;if(_0x3dc9d2(0x15d)!==_0x4174da)this[_0x3dc9d2(0x13c)][_0x3dc9d2(0x15b)](_0x23c84a=>_0x23c84a[_0x3dc9d2(0x14d)]()),this[_0x3dc9d2(0x15c)][_0x3dc9d2(0x15b)](_0x4f5444=>_0x4f5444[_0x3dc9d2(0x14d)]()),this[_0x3dc9d2(0x131)][_0x3dc9d2(0x14d)]();else{for(const [_0x9b8efb,_0xa3ec77]of this[_0x3dc9d2(0x14c)])for(const _0x408410 of _0xa3ec77)this[_0x3dc9d2(0x146)](_0x9b8efb,_0x408410);}}),this[_0x1a4fcf(0x12f)](_0xea029c[_0x1a4fcf(0x121)]['me'],!0x0);}[_0x40fb0c(0x128)](_0x741e02,_0x591175){const _0x3d3314=_0x40fb0c;if(this[_0x3d3314(0x14c)][_0x3d3314(0x14e)](_0x741e02))throw new _0x2eb7d5(_0x3d3314(0x12a),null,{'channelId':_0x741e02});this[_0x3d3314(0x14c)][_0x3d3314(0x139)](_0x741e02,_0x591175),this[_0x3d3314(0x13c)][_0x3d3314(0x139)](_0x741e02,new _0x2cac54()),this[_0x3d3314(0x15c)][_0x3d3314(0x139)](_0x741e02,new _0x2cac54()),this[_0x3d3314(0x13b)](_0x591175,_0x3d3314(0x129),(_0x3d1684,_0x453015)=>this[_0x3d3314(0x146)](_0x741e02,_0x453015)),this[_0x3d3314(0x13b)](_0x591175,_0x3d3314(0x151),(_0x469d05,_0xd38bfd)=>this[_0x3d3314(0x12c)](_0x741e02,_0xd38bfd));for(const _0x291c47 of _0x591175)this[_0x3d3314(0x146)](_0x741e02,_0x291c47);}[_0x40fb0c(0x13f)](_0x46e8e4){const _0x1b648f=_0x40fb0c;if(!this[_0x1b648f(0x14c)][_0x1b648f(0x14e)](_0x46e8e4))throw new _0x2eb7d5(_0x1b648f(0x148),null,{'channelId':_0x46e8e4});const _0x5bc64f=this[_0x1b648f(0x14c)][_0x1b648f(0x135)](_0x46e8e4);this[_0x1b648f(0x12b)](_0x5bc64f);for(const _0x133e19 of _0x5bc64f)_0x1b648f(0x15d)===this[_0x1b648f(0x127)][_0x1b648f(0x158)][_0x1b648f(0x135)](_0x1777e3)[_0x1b648f(0x156)]&&this[_0x1b648f(0x12c)](_0x46e8e4,_0x133e19);this[_0x1b648f(0x14c)][_0x1b648f(0x137)](_0x46e8e4),this[_0x1b648f(0x13c)][_0x1b648f(0x137)](_0x46e8e4),this[_0x1b648f(0x15c)][_0x1b648f(0x137)](_0x46e8e4);}get[_0x40fb0c(0x124)](){const _0x3cf42a=_0x40fb0c;return this[_0x3cf42a(0x127)][_0x3cf42a(0x158)][_0x3cf42a(0x135)](_0x1777e3)[_0x3cf42a(0x121)][_0x3cf42a(0x12e)];}[_0x40fb0c(0x122)](_0x2540e7){const _0x1fbd3e=_0x40fb0c;for(const _0x256e10 of this[_0x1fbd3e(0x13c)][_0x1fbd3e(0x133)]())for(const _0x2eb26a of _0x256e10)if(_0x2eb26a['id']===_0x2540e7)return _0x2eb26a[_0x1fbd3e(0x13a)];}[_0x40fb0c(0x143)](_0x221256,_0x2960a6){const _0x273c4b=_0x40fb0c,_0x2b501d=_0x2960a6?[this[_0x273c4b(0x13c)][_0x273c4b(0x135)](_0x2960a6)]:this[_0x273c4b(0x13c)][_0x273c4b(0x133)](),_0x4cc0c1=new Set();for(const _0x511c86 of _0x2b501d)for(const _0x43f838 of _0x511c86)_0x43f838[_0x273c4b(0x13a)]['id']===_0x221256['id']&&_0x4cc0c1[_0x273c4b(0x129)](_0x43f838['id']);return _0x4cc0c1;}[_0x40fb0c(0x145)](_0x42f8d7){const _0x371f28=_0x40fb0c;for(const _0x337e05 of this[_0x371f28(0x13c)][_0x371f28(0x133)]())for(const _0x25ce87 of _0x337e05)if(_0x25ce87[_0x371f28(0x13a)]===_0x42f8d7)return _0x25ce87[_0x371f28(0x138)];}[_0x40fb0c(0x146)](_0x7e112d,_0xd8f194){const _0x2ee879=_0x40fb0c;if(_0x2ee879(0x15d)!==this[_0x2ee879(0x127)][_0x2ee879(0x158)][_0x2ee879(0x135)](_0x1777e3)[_0x2ee879(0x156)])return;const _0x31a733=_0xd8f194[_0x2ee879(0x13a)],_0x333421=this[_0x2ee879(0x14f)][_0x2ee879(0x150)](_0x31a733['id'])||this[_0x2ee879(0x12f)](_0x31a733),_0xb4c20c=Object[_0x2ee879(0x126)]({},_0xd8f194,{'user':_0x333421});this[_0x2ee879(0x13c)][_0x2ee879(0x135)](_0x7e112d)[_0x2ee879(0x129)](_0xb4c20c);const _0x271cab=this[_0x2ee879(0x15c)][_0x2ee879(0x135)](_0x7e112d);_0x271cab[_0x2ee879(0x14e)](_0x333421['id'])||_0x271cab[_0x2ee879(0x129)](_0x333421),this[_0x2ee879(0x131)][_0x2ee879(0x14e)](_0x333421['id'])||this[_0x2ee879(0x131)][_0x2ee879(0x129)](_0x333421,_0x333421[_0x2ee879(0x15a)]?0x0:void 0x0),this[_0x2ee879(0x159)](_0x2ee879(0x125)+_0x7e112d,{'channelId':_0x7e112d,'session':_0xb4c20c});}[_0x40fb0c(0x12c)](_0x5596cf,_0xba2625){const _0xe8eb49=_0x40fb0c;if(_0xe8eb49(0x15d)!==this[_0xe8eb49(0x127)][_0xe8eb49(0x158)][_0xe8eb49(0x135)](_0x1777e3)[_0xe8eb49(0x156)])return;const _0x6c975=this[_0xe8eb49(0x15c)][_0xe8eb49(0x135)](_0x5596cf),_0xfc6b64=_0xba2625[_0xe8eb49(0x13a)];_0xfc6b64['id']&&(this[_0xe8eb49(0x13c)][_0xe8eb49(0x135)](_0x5596cf)[_0xe8eb49(0x151)](_0xba2625['id']),_0x6c975[_0xe8eb49(0x14e)](_0xfc6b64['id'])&&!this[_0xe8eb49(0x143)](_0xfc6b64,_0x5596cf)[_0xe8eb49(0x154)]&&_0x6c975[_0xe8eb49(0x151)](_0xfc6b64['id']),this[_0xe8eb49(0x131)][_0xe8eb49(0x135)](_0xfc6b64['id'])&&!this[_0xe8eb49(0x143)](_0xfc6b64)[_0xe8eb49(0x154)]&&this[_0xe8eb49(0x131)][_0xe8eb49(0x151)](_0xfc6b64['id']));}[_0x40fb0c(0x12f)](_0x2fb00c,_0x4780b2){const _0x34a92b=_0x40fb0c,_0x5b0d56=this[_0x34a92b(0x14f)][_0x34a92b(0x136)](_0x2fb00c);return _0x4780b2&&this[_0x34a92b(0x14f)][_0x34a92b(0x141)](_0x2fb00c['id']),_0x5b0d56[_0x34a92b(0x13d)]=this[_0x34a92b(0x12d)]++,_0x5b0d56;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xc66db9=_0x547c;(function(_0x2e010f,_0x22d10a){const _0x4ce011=_0x547c,_0x52ffc7=_0x2e010f();while(!![]){try{const _0x549a89=-parseInt(_0x4ce011(0x235))/0x1+parseInt(_0x4ce011(0x240))/0x2*(-parseInt(_0x4ce011(0x220))/0x3)+parseInt(_0x4ce011(0x234))/0x4+parseInt(_0x4ce011(0x24b))/0x5*(parseInt(_0x4ce011(0x1f5))/0x6)+parseInt(_0x4ce011(0x252))/0x7+parseInt(_0x4ce011(0x232))/0x8*(-parseInt(_0x4ce011(0x219))/0x9)+parseInt(_0x4ce011(0x244))/0xa;if(_0x549a89===_0x22d10a)break;else _0x52ffc7['push'](_0x52ffc7['shift']());}catch(_0x3146d1){_0x52ffc7['push'](_0x52ffc7['shift']());}}}(_0x5329,0xc6404));import{Plugin as _0x2daf1d}from'ckeditor5/src/core.js';import{global as _0x5230c5,DomEmitterMixin as _0x1d1d24}from'ckeditor5/src/utils.js';import _0x5525db from'./sessions.js';import{LiveRange as _0x43a750}from'ckeditor5/src/engine.js';function _0x547c(_0x17a371,_0x4a4d18){const _0x53299d=_0x5329();return _0x547c=function(_0x547c88,_0x41cd48){_0x547c88=_0x547c88-0x1d8;let _0xe24f0f=_0x53299d[_0x547c88];return _0xe24f0f;},_0x547c(_0x17a371,_0x4a4d18);}import'../../theme/usermarkers.css';export default class E extends _0x2daf1d{constructor(){const _0x5b35be=_0x547c;super(...arguments),this[_0x5b35be(0x1f7)]=new(_0x1d1d24())();}static get[_0xc66db9(0x1f6)](){return[_0x5525db];}static get[_0xc66db9(0x236)](){const _0x28c429=_0xc66db9;return _0x28c429(0x256);}[_0xc66db9(0x1f4)](){const _0x1c5dff=_0xc66db9,_0x177561=this[_0x1c5dff(0x23e)],_0x1bb43b=_0x177561[_0x1c5dff(0x242)][_0x1c5dff(0x241)](_0x5525db);_0x177561[_0x1c5dff(0x1de)][_0x1c5dff(0x1fc)](_0x1c5dff(0x21d))[_0x1c5dff(0x21a)]({'model':_0x1c5dff(0x1f1),'view':(_0x4fc918,{writer:_0xdd0c43})=>function(_0x2b1b64,_0x371ae4,_0x548cf1,_0x22fa1e){const _0x527c00=_0x1c5dff,_0x5b3732=_0x2b1b64[_0x527c00(0x227)][_0x527c00(0x23d)](':')[0x2],_0x35056b=_0x548cf1[_0x527c00(0x20d)](_0x5b3732);if(!_0x35056b||_0x5b3732===_0x548cf1[_0x527c00(0x211)])return;if(!_0x22fa1e[_0x527c00(0x23b)][_0x527c00(0x1e6)][_0x527c00(0x1e2)](_0x2b1b64[_0x527c00(0x1f9)][_0x527c00(0x226)],_0x527c00(0x21c)))return;const _0x3b94f8={'class':_0x527c00(0x1f2)+_0x35056b[_0x527c00(0x24f)][_0x527c00(0x20f)](),'data-name':_0x35056b[_0x527c00(0x207)],'data-session-id':_0x5b3732},_0x3458ce=_0x22fa1e[_0x527c00(0x23b)][_0x527c00(0x1e8)][_0x527c00(0x241)](_0x2b1b64[_0x527c00(0x227)]),_0x302727=_0x3458ce[_0x527c00(0x24e)](),_0xcb9aa4=_0x302727[_0x527c00(0x1ed)],_0x41d887=_0x22fa1e[_0x527c00(0x23b)][_0x527c00(0x1e6)];if(_0xcb9aa4&&_0x41d887[_0x527c00(0x22f)](_0xcb9aa4)&&_0x41d887[_0x527c00(0x1dd)](_0xcb9aa4)&&!_0x22fa1e[_0x527c00(0x23b)][_0x527c00(0x1e8)][_0x527c00(0x241)](_0x527c00(0x23a)+_0x5b3732)[_0x527c00(0x1fb)]()[_0x527c00(0x23c)])return;const _0x29a170=_0x302727[_0x527c00(0x228)];return _0x22fa1e[_0x527c00(0x23b)][_0x527c00(0x1e6)][_0x527c00(0x213)](_0x29a170)&&!_0x22fa1e[_0x527c00(0x23b)][_0x527c00(0x224)](_0x29a170)&&(_0x3b94f8[_0x527c00(0x1fd)]=!0x1),function(_0x289f56,_0x19e781,_0x58eded){const _0x357ce9=_0x527c00,_0x5f2955=_0x289f56[_0x357ce9(0x209)](_0x357ce9(0x255),_0x19e781);return _0x289f56[_0x357ce9(0x23f)](_0x357ce9(0x214),!0x0,_0x5f2955),_0x5f2955[_0x357ce9(0x231)]=function(_0x140501){const _0x30a81a=_0x357ce9,_0x52996f=this[_0x30a81a(0x203)](_0x140501);return _0x52996f[_0x30a81a(0x22a)]=_0x30a81a(0x253)+_0x58eded[_0x30a81a(0x207)]+_0x30a81a(0x217),_0x52996f[_0x30a81a(0x21e)](_0x30a81a(0x1f0),()=>{const _0x127969=_0x30a81a;_0x52996f[_0x127969(0x1e1)][_0x127969(0x1f3)](_0x127969(0x254));}),_0x52996f[_0x30a81a(0x21e)](_0x30a81a(0x1ec),()=>{const _0x3c10d0=_0x30a81a;_0x52996f[_0x3c10d0(0x1e1)][_0x3c10d0(0x1df)](_0x3c10d0(0x254));}),_0x52996f;},_0x5f2955[_0x357ce9(0x1eb)]=function(_0x10e198){const _0x240cec=_0x357ce9;return!(!this[_0x240cec(0x1e7)](_0x240cec(0x214))||!_0x10e198[_0x240cec(0x1e7)](_0x240cec(0x214))||this[_0x240cec(0x20e)](_0x240cec(0x201))!=_0x10e198[_0x240cec(0x20e)](_0x240cec(0x201)));},_0x5f2955;}(_0x371ae4,_0x3b94f8,_0x35056b);}(_0x4fc918,_0xdd0c43,_0x1bb43b,_0x177561)}),_0x177561[_0x1c5dff(0x1de)][_0x1c5dff(0x1fc)](_0x1c5dff(0x21d))[_0x1c5dff(0x1e9)]({'model':_0x1c5dff(0x250),'view':_0x12c130=>function(_0x535498,_0x86eb87){const _0x1d56e1=_0x1c5dff,_0xead0e7=_0x535498[_0x1d56e1(0x227)][_0x1d56e1(0x23d)](':')[0x2];if(_0xead0e7===_0x86eb87[_0x1d56e1(0x211)])return null;const _0x4519f0=_0x86eb87[_0x1d56e1(0x20d)](_0xead0e7);if(!_0x4519f0)return{'id':_0xead0e7,'classes':[]};return{'id':_0xead0e7,'classes':[_0x1d56e1(0x202),_0x4519f0[_0x1d56e1(0x24f)][_0x1d56e1(0x1e4)]()],'attributes':{'data-session-id':_0xead0e7},'priority':0x7d0+_0x4519f0[_0x1d56e1(0x1e5)]};}(_0x12c130,_0x1bb43b)}),function(_0x11a716){const _0x66c30f=_0x1c5dff,_0x354f14=_0x11a716[_0x66c30f(0x23b)],_0x58cfb1=new Map(),_0x89687c=_0x11a716[_0x66c30f(0x242)][_0x66c30f(0x241)](_0x5525db);_0x354f14[_0x66c30f(0x1e8)]['on'](_0x66c30f(0x24d),(_0x213202,_0x39ca84,_0x591f68,_0x3e8a78)=>{const _0x1c2f93=_0x66c30f;if(!_0x3e8a78&&_0x58cfb1[_0x1c2f93(0x241)](_0x39ca84[_0x1c2f93(0x207)]))return _0x58cfb1[_0x1c2f93(0x241)](_0x39ca84[_0x1c2f93(0x207)])[_0x1c2f93(0x237)](),void _0x58cfb1[_0x1c2f93(0x259)](_0x39ca84[_0x1c2f93(0x207)]);const _0x13aa21=_0x39ca84[_0x1c2f93(0x207)][_0x1c2f93(0x23d)](':')[0x2];if(_0x13aa21===_0x89687c[_0x1c2f93(0x211)])return;const _0x32fb6b=_0x1c2f93(0x225)+_0x13aa21;_0x354f14[_0x1c2f93(0x1e8)][_0x1c2f93(0x1fa)](_0x32fb6b)&&_0x11a716[_0x1c2f93(0x20a)][_0x1c2f93(0x210)](_0x32fb6b),_0x39ca84['on'](_0x1c2f93(0x218),(_0x5d2540,_0xaa6fa4,_0x50c65e)=>{const _0xbfdaeb=_0x1c2f93;if(_0xbfdaeb(0x239)!=_0xaa6fa4[_0xbfdaeb(0x21f)][_0xbfdaeb(0x1da)]&&_0xbfdaeb(0x239)==_0x39ca84[_0xbfdaeb(0x1fb)]()[_0xbfdaeb(0x21f)][_0xbfdaeb(0x1da)]&&!_0x58cfb1[_0xbfdaeb(0x1fa)](_0x39ca84[_0xbfdaeb(0x207)])){const _0x31339a=_0x354f14[_0xbfdaeb(0x1e6)][_0xbfdaeb(0x212)](_0x50c65e[_0xbfdaeb(0x243)]);if(_0x31339a){const _0x364f96=_0x43a750[_0xbfdaeb(0x238)](_0x31339a);_0x58cfb1[_0xbfdaeb(0x216)](_0x39ca84[_0xbfdaeb(0x207)],_0x364f96),_0x364f96['on'](_0xbfdaeb(0x218),(_0x4821c5,_0x1bb424,_0x3df609)=>{const _0x46b418=_0xbfdaeb;if(_0x46b418(0x239)==_0x364f96[_0x46b418(0x21f)][_0x46b418(0x1da)]){const _0x4eb954=_0x354f14[_0x46b418(0x1e6)][_0x46b418(0x212)](_0x3df609[_0x46b418(0x243)]);_0x4eb954?(_0x364f96[_0x46b418(0x226)]=_0x4eb954[_0x46b418(0x226)],_0x364f96[_0x46b418(0x230)]=_0x4eb954[_0x46b418(0x230)]):(_0x58cfb1[_0x46b418(0x259)](_0x39ca84[_0x46b418(0x207)]),_0x364f96[_0x46b418(0x237)]());}});}}});}),_0x354f14[_0x66c30f(0x1d9)]['on'](_0x66c30f(0x221),()=>{const _0x7437c4=_0x66c30f;_0x58cfb1[_0x7437c4(0x205)]>0x0&&_0x354f14[_0x7437c4(0x1ff)]({'isUndoable':!0x1},_0x12bb51=>{const _0x5e27ed=_0x7437c4;for(const [_0x25ac81,_0x15f9d3]of _0x58cfb1)_0x5e27ed(0x239)==_0x354f14[_0x5e27ed(0x1e8)][_0x5e27ed(0x241)](_0x25ac81)[_0x5e27ed(0x1fb)]()[_0x5e27ed(0x21f)][_0x5e27ed(0x1da)]&&(Q(_0x25ac81[_0x5e27ed(0x23d)](':')[0x2],_0x15f9d3[_0x5e27ed(0x1fe)](),_0x354f14,_0x12bb51),_0x15f9d3[_0x5e27ed(0x237)]());_0x58cfb1[_0x5e27ed(0x249)]();});});}(_0x177561),this[_0x1c5dff(0x1f7)][_0x1c5dff(0x229)](_0x5230c5[_0x1c5dff(0x1d9)],_0x1c5dff(0x24a),(_0x431de7,{key:_0x4c401d})=>{const _0x3a2bab=_0x1c5dff;_0x3a2bab(0x208)===_0x4c401d&&function(_0xeeb290){const _0x2d829f=_0x3a2bab;_0xeeb290[_0x2d829f(0x20a)][_0x2d829f(0x215)][_0x2d829f(0x221)](_0x17a481=>{const _0xfd72d5=_0x2d829f;for(const _0x465a24 of _0xeeb290[_0xfd72d5(0x23b)][_0xfd72d5(0x1e8)]){if(!_0x465a24[_0xfd72d5(0x207)][_0xfd72d5(0x204)](_0xfd72d5(0x1f1)))continue;const _0x41c78a=_0xeeb290[_0xfd72d5(0x20a)][_0xfd72d5(0x1e0)][_0xfd72d5(0x22d)](_0x465a24[_0xfd72d5(0x207)]);if(_0x41c78a){for(const _0x393394 of _0x41c78a)_0x17a481[_0xfd72d5(0x246)](_0xfd72d5(0x254),_0x393394);}}});}(_0x177561);},{'useCapture':!0x0});}[_0xc66db9(0x233)](){const _0x3bc184=_0xc66db9,_0x28bb2f=this[_0x3bc184(0x23e)],_0x1abfaf=_0x28bb2f[_0x3bc184(0x1e3)][_0x3bc184(0x241)](_0x3bc184(0x1d8));_0x1abfaf&&_0x28bb2f[_0x3bc184(0x23b)]['on'](_0x3bc184(0x22c),(_0x37a074,_0x28a103)=>{const _0x19c142=_0x3bc184,_0x30ccbf=_0x28a103[0x0];if(_0x19c142(0x1dc)!=_0x30ccbf[_0x19c142(0x20b)]||!_0x30ccbf[_0x19c142(0x207)][_0x19c142(0x204)](_0x19c142(0x206)))return;const _0x2299fe=_0x30ccbf[_0x19c142(0x247)];_0x1abfaf[_0x19c142(0x200)][_0x19c142(0x1fa)](_0x2299fe)&&(_0x30ccbf[_0x19c142(0x24c)]=_0x30ccbf[_0x19c142(0x20c)]?_0x28bb2f[_0x19c142(0x23b)][_0x19c142(0x1ef)](_0x30ccbf[_0x19c142(0x20c)][_0x19c142(0x226)],_0x30ccbf[_0x19c142(0x20c)][_0x19c142(0x230)]):null);},{'priority':_0x3bc184(0x251)});}[_0xc66db9(0x258)](){const _0x3f8de2=_0xc66db9;return this[_0x3f8de2(0x1f7)][_0x3f8de2(0x1f8)](),super[_0x3f8de2(0x258)]();}[_0xc66db9(0x22e)](){const _0x503181=_0xc66db9,_0x16798d=this[_0x503181(0x23e)],_0x20f15b=_0x16798d[_0x503181(0x23b)][_0x503181(0x1d9)],_0x2b36c3=_0x16798d[_0x503181(0x242)][_0x503181(0x241)](_0x5525db);_0x16798d[_0x503181(0x23b)][_0x503181(0x1ff)]({'isUndoable':!0x1},_0x472486=>{const _0x4db714=_0x503181,_0x40ec84=_0x4db714(0x23a)+_0x2b36c3[_0x4db714(0x211)],_0x2aed34=_0x4db714(0x225)+_0x2b36c3[_0x4db714(0x211)],_0xac5263=_0x16798d[_0x4db714(0x23b)][_0x4db714(0x1e8)][_0x4db714(0x1fa)](_0x40ec84);_0x16798d[_0x4db714(0x20a)][_0x4db714(0x215)][_0x4db714(0x1db)]?Q(_0x2b36c3[_0x4db714(0x211)],_0x20f15b[_0x4db714(0x223)][_0x4db714(0x1ea)](),_0x16798d[_0x4db714(0x23b)],_0x472486):_0xac5263&&(_0x472486[_0x4db714(0x248)](_0x40ec84),_0x472486[_0x4db714(0x248)](_0x2aed34));});}}function _0x5329(){const _0x4e4a49=['change:range','18hlYrqv','markerToElement','updateMarker','$text','editingDowncast','addEventListener','root','3212346iyHBFF','change','addMarker','selection','hasContent','user:position:','start','markerName','parent','listenTo','innerHTML','getPositions','applyOperation','markerNameToElements','createUserMarkerOperations','isObject','end','render','1845800YhdPkY','afterInit','1011268olJCEI','629338BEGQNO','pluginName','detach','fromRange','$graveyard','user:range:','model','isCollapsed','split','editor','setCustomProperty','2jRWQFR','get','plugins','deletionPosition','19224760matZVG','getContainedElement','removeClass','batch','removeMarker','clear','keydown','92425CylQgZ','newRange','update:user:range','getStart','color','user:range','highest','1576946YdvwKO','⁠<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>','ck-user__marker_hovered','span','UserMarkers','element','destroy','delete','undo','document','rootName','hasDomSelection','marker','isInline','conversion','remove','mapper','classList','checkChild','commands','getSelectionClass','orderNumber','schema','getCustomProperty','markers','markerToHighlight','getFirstRange','isSimilar','mouseleave','nodeAfter','tableCell','createRange','mouseenter','user:position','ck-user__marker\x20','add','init','186fWIYZX','requires','_domEmitter','stopListening','markerRange','has','getRange','for','contenteditable','toRange','enqueueChange','_createdBatches','data-session-id','ck-user__selection','toDomElement','startsWith','size','user:','name','Escape','createUIElement','editing','type','oldRange','getUserBySessionId','getAttribute','getMarkerClass','reconvertMarker','mySessionId','getNearestSelectionRange','isLimit','userPositionMarker','view','set','</span>⁠'];_0x5329=function(){return _0x4e4a49;};return _0x5329();}function Q(_0x574a36,_0x5d92f8,_0x4d1fc6,_0x5d5052){const _0xa0bc54=_0xc66db9,_0x5b0579=_0xa0bc54(0x23a)+_0x574a36,_0x1e9d64=_0xa0bc54(0x225)+_0x574a36,_0x280fee=_0x5d92f8[_0xa0bc54(0x245)]();let _0x2d7b69=_0x5d92f8[_0xa0bc54(0x226)];_0x280fee&&_0x280fee['is'](_0xa0bc54(0x257),_0xa0bc54(0x1ee))&&(_0x2d7b69=function(_0xc1b87f,_0x1753f9){const _0x3cab65=_0xa0bc54;for(const _0x390b6d of _0xc1b87f[_0x3cab65(0x22b)]())if(_0x1753f9[_0x3cab65(0x1e6)][_0x3cab65(0x1e2)](_0x390b6d,_0x3cab65(0x21c)))return _0x390b6d;}(_0x5d92f8,_0x4d1fc6),_0x5d92f8=_0x5d5052[_0xa0bc54(0x1ef)](_0x2d7b69));const _0x5289e4=_0x5d5052[_0xa0bc54(0x1ef)](_0x2d7b69);_0x4d1fc6[_0xa0bc54(0x1e8)][_0xa0bc54(0x1fa)](_0x5b0579)?(_0x5d5052[_0xa0bc54(0x21b)](_0x5b0579,{'range':_0x5d92f8}),_0x5d5052[_0xa0bc54(0x21b)](_0x1e9d64,{'range':_0x5289e4})):(_0x5d5052[_0xa0bc54(0x222)](_0x5b0579,{'range':_0x5d92f8,'usingOperation':!0x0}),_0x5d5052[_0xa0bc54(0x222)](_0x1e9d64,{'range':_0x5289e4,'usingOperation':!0x0}));}
23
+ const _0x24eac5=_0x1a0d;(function(_0x3548cb,_0x5982a5){const _0x4d8386=_0x1a0d,_0x23e413=_0x3548cb();while(!![]){try{const _0x1d5a5d=-parseInt(_0x4d8386(0x20a))/0x1+parseInt(_0x4d8386(0x21a))/0x2*(parseInt(_0x4d8386(0x201))/0x3)+parseInt(_0x4d8386(0x200))/0x4+parseInt(_0x4d8386(0x1cf))/0x5+-parseInt(_0x4d8386(0x225))/0x6*(parseInt(_0x4d8386(0x1ec))/0x7)+parseInt(_0x4d8386(0x1e2))/0x8+parseInt(_0x4d8386(0x219))/0x9*(-parseInt(_0x4d8386(0x1d3))/0xa);if(_0x1d5a5d===_0x5982a5)break;else _0x23e413['push'](_0x23e413['shift']());}catch(_0xb035ee){_0x23e413['push'](_0x23e413['shift']());}}}(_0x4765,0x65d7f));import{Plugin as _0x2ff355}from'ckeditor5/src/core.js';import{global as _0x2cb3d2,DomEmitterMixin as _0x1b3977}from'ckeditor5/src/utils.js';import _0x4c8ed8 from'./sessions.js';import{LiveRange as _0x2b3e0f}from'ckeditor5/src/engine.js';import'../../theme/usermarkers.css';function _0x1a0d(_0x5114ca,_0x34f694){const _0x476511=_0x4765();return _0x1a0d=function(_0x1a0da5,_0x355a71){_0x1a0da5=_0x1a0da5-0x1b7;let _0x56d8ac=_0x476511[_0x1a0da5];return _0x56d8ac;},_0x1a0d(_0x5114ca,_0x34f694);}export default class H extends _0x2ff355{constructor(){const _0x33d964=_0x1a0d;super(...arguments),this[_0x33d964(0x238)]=new(_0x1b3977())();}static get[_0x24eac5(0x209)](){return[_0x4c8ed8];}static get[_0x24eac5(0x1b7)](){const _0x3b6e40=_0x24eac5;return _0x3b6e40(0x1b8);}[_0x24eac5(0x1be)](){const _0x3bd7af=_0x24eac5,_0x241e5e=this[_0x3bd7af(0x1fc)],_0x126efd=_0x241e5e[_0x3bd7af(0x1eb)][_0x3bd7af(0x1f1)](_0x4c8ed8);_0x241e5e[_0x3bd7af(0x1b9)][_0x3bd7af(0x1fd)](_0x3bd7af(0x227))[_0x3bd7af(0x1da)]({'model':_0x3bd7af(0x1df),'view':(_0x3d2d62,{writer:_0x75717a})=>function(_0x368648,_0x5a6b7c,_0x51b6cf,_0x2e6013){const _0x1d3f1e=_0x3bd7af,_0x2dd4a8=_0x368648[_0x1d3f1e(0x1ce)][_0x1d3f1e(0x1e8)](':')[0x2],_0x9a1e20=_0x51b6cf[_0x1d3f1e(0x22f)](_0x2dd4a8);if(!_0x9a1e20||_0x2dd4a8===_0x51b6cf[_0x1d3f1e(0x1ed)])return;if(!_0x2e6013[_0x1d3f1e(0x218)][_0x1d3f1e(0x1dd)][_0x1d3f1e(0x224)](_0x368648[_0x1d3f1e(0x1e1)][_0x1d3f1e(0x1c0)],_0x1d3f1e(0x1ca)))return;const _0x987059={'class':_0x1d3f1e(0x1e9)+_0x9a1e20[_0x1d3f1e(0x1e0)][_0x1d3f1e(0x1c8)](),'data-name':_0x9a1e20[_0x1d3f1e(0x1e5)],'data-session-id':_0x2dd4a8},_0x93b0fa=_0x2e6013[_0x1d3f1e(0x218)][_0x1d3f1e(0x237)][_0x1d3f1e(0x1f1)](_0x368648[_0x1d3f1e(0x1ce)]),_0x4c9e8e=_0x93b0fa[_0x1d3f1e(0x233)](),_0x453d6a=_0x4c9e8e[_0x1d3f1e(0x217)],_0x55b5bc=_0x2e6013[_0x1d3f1e(0x218)][_0x1d3f1e(0x1dd)];if(_0x453d6a&&_0x55b5bc[_0x1d3f1e(0x1d7)](_0x453d6a)&&_0x55b5bc[_0x1d3f1e(0x1c6)](_0x453d6a)&&!_0x2e6013[_0x1d3f1e(0x218)][_0x1d3f1e(0x237)][_0x1d3f1e(0x1f1)](_0x1d3f1e(0x1f7)+_0x2dd4a8)[_0x1d3f1e(0x230)]()[_0x1d3f1e(0x1ba)])return;const _0x378884=_0x4c9e8e[_0x1d3f1e(0x22d)];return _0x2e6013[_0x1d3f1e(0x218)][_0x1d3f1e(0x1dd)][_0x1d3f1e(0x1de)](_0x378884)&&!_0x2e6013[_0x1d3f1e(0x218)][_0x1d3f1e(0x211)](_0x378884)&&(_0x987059[_0x1d3f1e(0x1ff)]=!0x1),function(_0x264614,_0x9d153e,_0x106c30){const _0x19b040=_0x1d3f1e,_0x88eb85=_0x264614[_0x19b040(0x1d0)](_0x19b040(0x1bd),_0x9d153e);return _0x264614[_0x19b040(0x22a)](_0x19b040(0x1d8),!0x0,_0x88eb85),_0x88eb85[_0x19b040(0x1e3)]=function(_0x150282){const _0x413882=_0x19b040,_0x5c0b29=this[_0x413882(0x1e4)](_0x150282);return _0x5c0b29[_0x413882(0x220)]=_0x413882(0x1cb)+_0x106c30[_0x413882(0x1e5)]+_0x413882(0x1dc),_0x5c0b29[_0x413882(0x203)](_0x413882(0x1d2),()=>{const _0x52b80d=_0x413882;_0x5c0b29[_0x52b80d(0x20c)][_0x52b80d(0x1cd)](_0x52b80d(0x1bc));}),_0x5c0b29[_0x413882(0x203)](_0x413882(0x20d),()=>{const _0x15563c=_0x413882;_0x5c0b29[_0x15563c(0x20c)][_0x15563c(0x232)](_0x15563c(0x1bc));}),_0x5c0b29;},_0x88eb85[_0x19b040(0x223)]=function(_0x393590){const _0x557db7=_0x19b040;return!(!this[_0x557db7(0x21d)](_0x557db7(0x1d8))||!_0x393590[_0x557db7(0x21d)](_0x557db7(0x1d8))||this[_0x557db7(0x1ee)](_0x557db7(0x22e))!=_0x393590[_0x557db7(0x1ee)](_0x557db7(0x22e)));},_0x88eb85;}(_0x5a6b7c,_0x987059,_0x9a1e20);}(_0x3d2d62,_0x75717a,_0x126efd,_0x241e5e)}),_0x241e5e[_0x3bd7af(0x1b9)][_0x3bd7af(0x1fd)](_0x3bd7af(0x227))[_0x3bd7af(0x1cc)]({'model':_0x3bd7af(0x215),'view':_0x5b2166=>function(_0x2d8960,_0x4e7743){const _0xd0ee37=_0x3bd7af,_0x4d9d6d=_0x2d8960[_0xd0ee37(0x1ce)][_0xd0ee37(0x1e8)](':')[0x2];if(_0x4d9d6d===_0x4e7743[_0xd0ee37(0x1ed)])return null;const _0x5c5047=_0x4e7743[_0xd0ee37(0x22f)](_0x4d9d6d);if(!_0x5c5047)return{'id':_0x4d9d6d,'classes':[]};return{'id':_0x4d9d6d,'classes':[_0xd0ee37(0x1c7),_0x5c5047[_0xd0ee37(0x1e0)][_0xd0ee37(0x1f6)]()],'attributes':{'data-session-id':_0x4d9d6d},'priority':0x7d0+_0x5c5047[_0xd0ee37(0x229)]};}(_0x5b2166,_0x126efd)}),function(_0x35282e){const _0x1c16de=_0x3bd7af,_0xef1d3a=_0x35282e[_0x1c16de(0x218)],_0x567d76=new Map(),_0x33cd91=_0x35282e[_0x1c16de(0x1eb)][_0x1c16de(0x1f1)](_0x4c8ed8);_0xef1d3a[_0x1c16de(0x237)]['on'](_0x1c16de(0x21c),(_0x2dd645,_0x174c68,_0x367d08,_0x35f130)=>{const _0x439b30=_0x1c16de;if(!_0x35f130&&_0x567d76[_0x439b30(0x1f1)](_0x174c68[_0x439b30(0x1e5)]))return _0x567d76[_0x439b30(0x1f1)](_0x174c68[_0x439b30(0x1e5)])[_0x439b30(0x21f)](),void _0x567d76[_0x439b30(0x213)](_0x174c68[_0x439b30(0x1e5)]);const _0x11005d=_0x174c68[_0x439b30(0x1e5)][_0x439b30(0x1e8)](':')[0x2];if(_0x11005d===_0x33cd91[_0x439b30(0x1ed)])return;const _0x577ed1=_0x439b30(0x20e)+_0x11005d;_0xef1d3a[_0x439b30(0x237)][_0x439b30(0x1ef)](_0x577ed1)&&_0x35282e[_0x439b30(0x1fb)][_0x439b30(0x202)](_0x577ed1),_0x174c68['on'](_0x439b30(0x206),(_0x495a78,_0x3363f8,_0x5cd639)=>{const _0x57fbb5=_0x439b30;if(_0x57fbb5(0x1c4)!=_0x3363f8[_0x57fbb5(0x205)][_0x57fbb5(0x1d1)]&&_0x57fbb5(0x1c4)==_0x174c68[_0x57fbb5(0x230)]()[_0x57fbb5(0x205)][_0x57fbb5(0x1d1)]&&!_0x567d76[_0x57fbb5(0x1ef)](_0x174c68[_0x57fbb5(0x1e5)])){const _0x3e949f=_0xef1d3a[_0x57fbb5(0x1dd)][_0x57fbb5(0x21e)](_0x5cd639[_0x57fbb5(0x1d5)]);if(_0x3e949f){const _0x2a017b=_0x2b3e0f[_0x57fbb5(0x1ea)](_0x3e949f);_0x567d76[_0x57fbb5(0x1c5)](_0x174c68[_0x57fbb5(0x1e5)],_0x2a017b),_0x2a017b['on'](_0x57fbb5(0x206),(_0x96b829,_0x3392b4,_0x28206)=>{const _0x3b7d3a=_0x57fbb5;if(_0x3b7d3a(0x1c4)==_0x2a017b[_0x3b7d3a(0x205)][_0x3b7d3a(0x1d1)]){const _0x35eb82=_0xef1d3a[_0x3b7d3a(0x1dd)][_0x3b7d3a(0x21e)](_0x28206[_0x3b7d3a(0x1d5)]);_0x35eb82?(_0x2a017b[_0x3b7d3a(0x1c0)]=_0x35eb82[_0x3b7d3a(0x1c0)],_0x2a017b[_0x3b7d3a(0x1f0)]=_0x35eb82[_0x3b7d3a(0x1f0)]):(_0x567d76[_0x3b7d3a(0x213)](_0x174c68[_0x3b7d3a(0x1e5)]),_0x2a017b[_0x3b7d3a(0x21f)]());}});}}});}),_0xef1d3a[_0x1c16de(0x20f)]['on'](_0x1c16de(0x22b),()=>{const _0x4f136e=_0x1c16de;_0x567d76[_0x4f136e(0x236)]>0x0&&_0xef1d3a[_0x4f136e(0x1d9)]({'isUndoable':!0x1},_0x4e2cd6=>{const _0x5a9ac2=_0x4f136e;for(const [_0x3c1ff0,_0x5777f6]of _0x567d76)_0x5a9ac2(0x1c4)==_0xef1d3a[_0x5a9ac2(0x237)][_0x5a9ac2(0x1f1)](_0x3c1ff0)[_0x5a9ac2(0x230)]()[_0x5a9ac2(0x205)][_0x5a9ac2(0x1d1)]&&(re(_0x3c1ff0[_0x5a9ac2(0x1e8)](':')[0x2],_0x5777f6[_0x5a9ac2(0x1f4)](),_0xef1d3a,_0x4e2cd6),_0x5777f6[_0x5a9ac2(0x21f)]());_0x567d76[_0x5a9ac2(0x1f5)]();});});}(_0x241e5e),this[_0x3bd7af(0x238)][_0x3bd7af(0x22c)](_0x2cb3d2[_0x3bd7af(0x20f)],_0x3bd7af(0x210),(_0x473d70,{key:_0x23a9d0})=>{const _0x257175=_0x3bd7af;_0x257175(0x226)===_0x23a9d0&&function(_0x1c409f){const _0x1836b9=_0x257175;_0x1c409f[_0x1836b9(0x1fb)][_0x1836b9(0x20b)][_0x1836b9(0x22b)](_0x1d016d=>{const _0x5d56b0=_0x1836b9;for(const _0x346496 of _0x1c409f[_0x5d56b0(0x218)][_0x5d56b0(0x237)]){if(!_0x346496[_0x5d56b0(0x1e5)][_0x5d56b0(0x235)](_0x5d56b0(0x1df)))continue;const _0x4bf9c6=_0x1c409f[_0x5d56b0(0x1fb)][_0x5d56b0(0x222)][_0x5d56b0(0x234)](_0x346496[_0x5d56b0(0x1e5)]);if(_0x4bf9c6){for(const _0x2830f3 of _0x4bf9c6)_0x1d016d[_0x5d56b0(0x214)](_0x5d56b0(0x1bc),_0x2830f3);}}});}(_0x241e5e);},{'useCapture':!0x0});}[_0x24eac5(0x1e6)](){const _0x429b75=_0x24eac5,_0x4213d1=this[_0x429b75(0x1fc)],_0x4f49c3=_0x4213d1[_0x429b75(0x208)][_0x429b75(0x1f1)](_0x429b75(0x1e7));_0x4f49c3&&_0x4213d1[_0x429b75(0x218)]['on'](_0x429b75(0x221),(_0x2a549c,_0x28599a)=>{const _0x5b9cc8=_0x429b75,_0x46d75a=_0x28599a[0x0];if(_0x5b9cc8(0x1fe)!=_0x46d75a[_0x5b9cc8(0x228)]||!_0x46d75a[_0x5b9cc8(0x1e5)][_0x5b9cc8(0x235)](_0x5b9cc8(0x1f2)))return;const _0x2d61a5=_0x46d75a[_0x5b9cc8(0x1fa)];_0x4f49c3[_0x5b9cc8(0x207)][_0x5b9cc8(0x1ef)](_0x2d61a5)&&(_0x46d75a[_0x5b9cc8(0x216)]=_0x46d75a[_0x5b9cc8(0x212)]?_0x4213d1[_0x5b9cc8(0x218)][_0x5b9cc8(0x1f8)](_0x46d75a[_0x5b9cc8(0x212)][_0x5b9cc8(0x1c0)],_0x46d75a[_0x5b9cc8(0x212)][_0x5b9cc8(0x1f0)]):null);},{'priority':_0x429b75(0x1db)});}[_0x24eac5(0x1c3)](){const _0x582d4a=_0x24eac5;return this[_0x582d4a(0x238)][_0x582d4a(0x1c1)](),super[_0x582d4a(0x1c3)]();}[_0x24eac5(0x1bf)](){const _0x3c9533=_0x24eac5,_0x415433=this[_0x3c9533(0x1fc)],_0x412147=_0x415433[_0x3c9533(0x218)][_0x3c9533(0x20f)],_0x12b5b8=_0x415433[_0x3c9533(0x1eb)][_0x3c9533(0x1f1)](_0x4c8ed8);_0x415433[_0x3c9533(0x218)][_0x3c9533(0x1d9)]({'isUndoable':!0x1},_0x51ae35=>{const _0x4cd8ef=_0x3c9533,_0x57c27a=_0x4cd8ef(0x1f7)+_0x12b5b8[_0x4cd8ef(0x1ed)],_0x4993e9=_0x4cd8ef(0x20e)+_0x12b5b8[_0x4cd8ef(0x1ed)],_0x207b93=_0x415433[_0x4cd8ef(0x218)][_0x4cd8ef(0x237)][_0x4cd8ef(0x1ef)](_0x57c27a);_0x415433[_0x4cd8ef(0x1fb)][_0x4cd8ef(0x20b)][_0x4cd8ef(0x1d6)]?re(_0x12b5b8[_0x4cd8ef(0x1ed)],_0x412147[_0x4cd8ef(0x231)][_0x4cd8ef(0x1f9)](),_0x415433[_0x4cd8ef(0x218)],_0x51ae35):_0x207b93&&(_0x51ae35[_0x4cd8ef(0x21b)](_0x57c27a),_0x51ae35[_0x4cd8ef(0x21b)](_0x4993e9));});}}function _0x4765(){const _0x447ad0=['batch','editing','editor','for','marker','contenteditable','1689876QiJdCG','3FPtGOF','reconvertMarker','addEventListener','addMarker','root','change:range','_createdBatches','commands','requires','533540wlOlaI','view','classList','mouseleave','user:position:','document','keydown','hasContent','oldRange','delete','removeClass','user:range','newRange','nodeAfter','model','1035WxUjaa','1559054cNWCCq','removeMarker','update:user:range','getCustomProperty','getNearestSelectionRange','detach','innerHTML','applyOperation','mapper','isSimilar','checkChild','3228mPZfeO','Escape','editingDowncast','type','orderNumber','setCustomProperty','change','listenTo','parent','data-session-id','getUserBySessionId','getRange','selection','remove','getStart','markerNameToElements','startsWith','size','markers','_domEmitter','pluginName','UserMarkers','conversion','isCollapsed','getPositions','ck-user__marker_hovered','span','init','createUserMarkerOperations','start','stopListening','updateMarker','destroy','$graveyard','set','isInline','ck-user__selection','getMarkerClass','getContainedElement','$text','⁠<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>','markerToHighlight','add','markerName','2685890OssLJb','createUIElement','rootName','mouseenter','99260EpBnmU','tableCell','deletionPosition','hasDomSelection','isObject','userPositionMarker','enqueueChange','markerToElement','highest','</span>⁠','schema','isLimit','user:position','color','markerRange','5944456gncMFR','render','toDomElement','name','afterInit','undo','split','ck-user__marker\x20','fromRange','plugins','5075NVnksB','mySessionId','getAttribute','has','end','get','user:','element','toRange','clear','getSelectionClass','user:range:','createRange','getFirstRange'];_0x4765=function(){return _0x447ad0;};return _0x4765();}function re(_0x1afe04,_0x20f618,_0x4a499b,_0x5cd5e4){const _0x46eb4c=_0x24eac5,_0xe2512e=_0x46eb4c(0x1f7)+_0x1afe04,_0x9da811=_0x46eb4c(0x20e)+_0x1afe04,_0x49b7d0=_0x20f618[_0x46eb4c(0x1c9)]();let _0x1017d5=_0x20f618[_0x46eb4c(0x1c0)];_0x49b7d0&&_0x49b7d0['is'](_0x46eb4c(0x1f3),_0x46eb4c(0x1d4))&&(_0x1017d5=function(_0x49db42,_0x51305a){const _0x20f448=_0x46eb4c;for(const _0x3380bc of _0x49db42[_0x20f448(0x1bb)]())if(_0x51305a[_0x20f448(0x1dd)][_0x20f448(0x224)](_0x3380bc,_0x20f448(0x1ca)))return _0x3380bc;}(_0x20f618,_0x4a499b),_0x20f618=_0x5cd5e4[_0x46eb4c(0x1f8)](_0x1017d5));const _0x3194ea=_0x5cd5e4[_0x46eb4c(0x1f8)](_0x1017d5);_0x4a499b[_0x46eb4c(0x237)][_0x46eb4c(0x1ef)](_0xe2512e)?(_0x5cd5e4[_0x46eb4c(0x1c2)](_0xe2512e,{'range':_0x20f618}),_0x5cd5e4[_0x46eb4c(0x1c2)](_0x9da811,{'range':_0x3194ea})):(_0x5cd5e4[_0x46eb4c(0x204)](_0xe2512e,{'range':_0x20f618,'usingOperation':!0x0}),_0x5cd5e4[_0x46eb4c(0x204)](_0x9da811,{'range':_0x3194ea,'usingOperation':!0x0}));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1c0e(_0x12544a,_0x2fe499){const _0x2465b8=_0x2465();return _0x1c0e=function(_0x1c0ea7,_0x137775){_0x1c0ea7=_0x1c0ea7-0x85;let _0x188ee9=_0x2465b8[_0x1c0ea7];return _0x188ee9;},_0x1c0e(_0x12544a,_0x2fe499);}const _0x2f041d=_0x1c0e;(function(_0x2f878c,_0x3d9af2){const _0x338dd2=_0x1c0e,_0x31ab7e=_0x2f878c();while(!![]){try{const _0x658019=parseInt(_0x338dd2(0xcc))/0x1*(parseInt(_0x338dd2(0xac))/0x2)+parseInt(_0x338dd2(0xcf))/0x3*(-parseInt(_0x338dd2(0xca))/0x4)+-parseInt(_0x338dd2(0xbd))/0x5+-parseInt(_0x338dd2(0xa8))/0x6*(-parseInt(_0x338dd2(0xbc))/0x7)+parseInt(_0x338dd2(0x8a))/0x8*(-parseInt(_0x338dd2(0xa4))/0x9)+-parseInt(_0x338dd2(0xc1))/0xa*(-parseInt(_0x338dd2(0xd0))/0xb)+-parseInt(_0x338dd2(0x9f))/0xc*(-parseInt(_0x338dd2(0x85))/0xd);if(_0x658019===_0x3d9af2)break;else _0x31ab7e['push'](_0x31ab7e['shift']());}catch(_0x1e1ae3){_0x31ab7e['push'](_0x31ab7e['shift']());}}}(_0x2465,0x9f7cb));function _0x2465(){const _0x412e8c=['listenTo','7KzguEo','define','config','1685451woyZay','1364FfnEWO','5596214aRLlEb','function','catch','CONNECTED','then','938640mLDnWJ','isInReconnectionStack','websocketgateway-missing-websocket-url','reconnect','destroy','real-time-collaboration','has','connection','state','cloudServices.requestTimeout','offline','addToReconnectionStack','removeFromReconnectionStack','CloudServices','from','_domEmitter','CONNECTING','stopListening','online','initialReconnectionInterval','disconnect','24JYtbxN','limitExceeded','delete','_shouldPluginsReconnect','showWarning','45GRcZMG','connect','cloudservices-init','requires','6IjidZR','_isBrowserOffline','get','connected','310962ZhBTvS','cloudservices-reconnection-error','_reconnectionStack','token','WebSocketGateway','create','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.','_reconnect','webSocketUrl','websocketgateway-invalid-plugin-interface','error','context','change:me','websocketgateway-missing-token','websocketgateway-plugin-already-registered','code','3782667hsEUdL','6069930vqUKmP','cloudServices.connectionTimeout','Connected\x20users\x20limit\x20exceeded','plugins','42420hBqTDg','constructor','bind','init','pluginName','add','DISCONNECTED','set','all','4rjBzCl'];_0x2465=function(){return _0x412e8c;};return _0x2465();}import{ContextPlugin as _0x934174}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0x471d14,CKEditorError as _0x143dcf}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0x129cc1,WEB_SOCKET_GATEWAY_STATES as _0x4f87b0}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0x58353e}from'ckeditor5/src/ui.js';class c extends _0x934174{static get[_0x2f041d(0xa7)](){const _0x370cab=_0x2f041d;return[_0x370cab(0x97),_0x58353e];}static get[_0x2f041d(0xc5)](){const _0x5c7af5=_0x2f041d;return _0x5c7af5(0xb0);}constructor(_0x3608e8){const _0x34fd73=_0x2f041d;super(_0x3608e8),this[_0x34fd73(0xc8)](_0x34fd73(0x92),_0x4f87b0[_0x34fd73(0x88)]),this[_0x34fd73(0xc8)](_0x34fd73(0xa9),!0x1),this[_0x34fd73(0xae)]=new Set(),this[_0x34fd73(0xa2)]=!0x1,this[_0x34fd73(0x99)]=Object[_0x34fd73(0xb1)](_0x471d14);}[_0x2f041d(0xc4)](){const _0x4ef4ea=_0x2f041d,_0x4a8d4f=this[_0x4ef4ea(0xb7)],_0x12a93c=_0x4a8d4f[_0x4ef4ea(0xc0)][_0x4ef4ea(0xaa)](_0x4ef4ea(0x97)),_0x14ceb2=_0x4a8d4f[_0x4ef4ea(0xc0)][_0x4ef4ea(0xaa)](_0x58353e);if(!_0x12a93c[_0x4ef4ea(0xaf)])throw new _0x143dcf(_0x4ef4ea(0xb9),this);if(!_0x12a93c[_0x4ef4ea(0xb4)])throw new _0x143dcf(_0x4ef4ea(0x8c),this);return this[_0x4ef4ea(0x99)][_0x4ef4ea(0xcb)](window,_0x4ef4ea(0x94),()=>this[_0x4ef4ea(0xa9)]=!0x0),this[_0x4ef4ea(0x99)][_0x4ef4ea(0xcb)](window,_0x4ef4ea(0x9c),()=>this[_0x4ef4ea(0xa9)]=!0x1),this[_0x4ef4ea(0xb7)][_0x4ef4ea(0xce)][_0x4ef4ea(0xcd)](_0x4ef4ea(0xbe),0xa),this[_0x4ef4ea(0xb7)][_0x4ef4ea(0xce)][_0x4ef4ea(0xcd)](_0x4ef4ea(0x93),0x14),c[_0x4ef4ea(0xb0)][_0x4ef4ea(0xa5)](_0x12a93c[_0x4ef4ea(0xaf)],_0x12a93c[_0x4ef4ea(0xb4)],{'timeout':0x3e8*this[_0x4ef4ea(0xb7)][_0x4ef4ea(0xce)][_0x4ef4ea(0xaa)](_0x4ef4ea(0xbe)),'requestTimeout':0x3e8*this[_0x4ef4ea(0xb7)][_0x4ef4ea(0xce)][_0x4ef4ea(0xaa)](_0x4ef4ea(0x93))})[_0x4ef4ea(0x89)](_0x1befc1=>{const _0x547195=_0x4ef4ea;if(this[_0x547195(0x91)]=_0x1befc1,this[_0x547195(0xc3)](_0x547195(0x92))['to'](_0x1befc1,_0x547195(0x92),this,_0x547195(0xa9),(_0x19b51b,_0x2231f3)=>(_0x547195(0xab)!==_0x19b51b&&(this[_0x547195(0xa2)]=!0x0),_0x2231f3||_0x19b51b!==_0x4f87b0[_0x547195(0x88)]?_0x4f87b0[_0x547195(0xc7)]:this[_0x547195(0x92)]==_0x4f87b0[_0x547195(0xc7)]&&this[_0x547195(0xa2)]?(this[_0x547195(0xa2)]=!0x1,this[_0x547195(0xb3)](),_0x4f87b0[_0x547195(0x9a)]):_0x4f87b0[_0x547195(0x88)])),this[_0x547195(0x91)]['on'](_0x547195(0xb6),(_0x2b64b7,_0x3099b0)=>{const _0x32a31d=_0x547195;if(_0x32a31d(0xa0)!==_0x3099b0[_0x32a31d(0xbb)])throw console[_0x32a31d(0xb6)](_0x3099b0),new _0x143dcf(_0x32a31d(0xa6),null,{'originalError':_0x3099b0});_0x14ceb2[_0x32a31d(0xa3)](_0x32a31d(0xb2),{'title':_0x32a31d(0xbf),'namespace':_0x32a31d(0x8f)});}),!_0x1befc1['me'])return new Promise(_0x5304e7=>_0x1befc1['on'](_0x547195(0xb8),_0x5304e7));})[_0x4ef4ea(0x87)](_0x7f68ed=>{const _0xe1c074=_0x4ef4ea;throw console[_0xe1c074(0xb6)](_0x7f68ed),new _0x143dcf(_0xe1c074(0xa6),null,{'originalError':_0x7f68ed});});}[_0x2f041d(0x95)](_0x4f2ced){const _0x412458=_0x2f041d;if(_0x412458(0x86)!=typeof _0x4f2ced[_0x412458(0x8d)])throw new _0x143dcf(_0x412458(0xb5),this);if(this[_0x412458(0x8b)](_0x4f2ced))throw new _0x143dcf(_0x412458(0xba),this,{'name':_0x4f2ced[_0x412458(0xc2)][_0x412458(0xc5)]});this[_0x412458(0xae)][_0x412458(0xc6)](_0x4f2ced);}[_0x2f041d(0x96)](_0x36a082){const _0x1ad57f=_0x2f041d;this[_0x1ad57f(0xae)][_0x1ad57f(0xa1)](_0x36a082);}[_0x2f041d(0x8b)](_0x290ea2){const _0x351dae=_0x2f041d;return this[_0x351dae(0xae)][_0x351dae(0x90)](_0x290ea2);}[_0x2f041d(0xb3)](){const _0x533313=_0x2f041d;return this[_0x533313(0x91)][_0x533313(0x8d)]()[_0x533313(0x89)](()=>Promise[_0x533313(0xc9)](Array[_0x533313(0x98)](this[_0x533313(0xae)],_0x483e6f=>_0x483e6f[_0x533313(0x8d)]())))[_0x533313(0x89)](()=>this[_0x533313(0x92)]=_0x4f87b0[_0x533313(0x88)])[_0x533313(0x87)](_0x165144=>{const _0x22c3d3=_0x533313;throw console[_0x22c3d3(0xb6)](_0x165144),new _0x143dcf(_0x22c3d3(0xad),this[_0x22c3d3(0xb7)]);});}[_0x2f041d(0x8e)](){const _0x44de49=_0x2f041d;this[_0x44de49(0x91)]&&this[_0x44de49(0x91)][_0x44de49(0x9e)](),this[_0x44de49(0x92)]=_0x4f87b0[_0x44de49(0xc7)],this[_0x44de49(0x99)][_0x44de49(0x9b)](),super[_0x44de49(0x8e)]();}}c[_0x2f041d(0xb0)]=_0x129cc1,c[_0x2f041d(0x9d)]=0x3e8;export default c;
23
+ function _0x1933(_0x5a3562,_0x5f1054){const _0x588e5c=_0x588e();return _0x1933=function(_0x193305,_0x2b0034){_0x193305=_0x193305-0x1af;let _0x3ea1c0=_0x588e5c[_0x193305];return _0x3ea1c0;},_0x1933(_0x5a3562,_0x5f1054);}function _0x588e(){const _0x228e74=['initialReconnectionInterval','delete','state','reconnect','function','limitExceeded','offline','bind','has','cloudServices.connectionTimeout','requires','from','then','connection','_shouldPluginsReconnect','CONNECTING','destroy','define','error','_domEmitter','create','addToReconnectionStack','19928583ZMYqVx','token','change:me','all','CloudServices','constructor','4179YARZeM','_reconnectionStack','959400EwEkcg','168890qXmXRu','26725YMRiQt','cloudservices-init','WebSocketGateway','catch','real-time-collaboration','10136BGtbea','connect','1032AZmJdY','3105033MiJefr','disconnect','Connected\x20users\x20limit\x20exceeded','websocketgateway-missing-token','init','set','get','cloudServices.requestTimeout','online','listenTo','websocketgateway-missing-websocket-url','add','connected','cloudservices-reconnection-error','context','removeFromReconnectionStack','config','isInReconnectionStack','pluginName','plugins','webSocketUrl','CONNECTED','_reconnect','stopListening','DISCONNECTED','_isBrowserOffline','websocketgateway-invalid-plugin-interface','showWarning','The\x20limit\x20of\x20maximum\x20concurrent\x20connections\x20that\x20the\x20collaboration\x20server\x20can\x20handle\x20has\x20been\x20reached.\x20Try\x20opening\x20the\x20document\x20again\x20in\x20a\x20few\x20minutes.\x20Please\x20contact\x20your\x20system\x20administrator\x20if\x20the\x20problem\x20persists.','code','2281324indSgv','websocketgateway-plugin-already-registered'];_0x588e=function(){return _0x228e74;};return _0x588e();}const _0x201b56=_0x1933;(function(_0x20b97d,_0x106e15){const _0x51bd5d=_0x1933,_0x2f58ac=_0x20b97d();while(!![]){try{const _0x4b66d7=-parseInt(_0x51bd5d(0x1ea))/0x1+-parseInt(_0x51bd5d(0x1eb))/0x2+-parseInt(_0x51bd5d(0x1f4))/0x3+parseInt(_0x51bd5d(0x1ca))/0x4+-parseInt(_0x51bd5d(0x1ec))/0x5*(parseInt(_0x51bd5d(0x1f3))/0x6)+-parseInt(_0x51bd5d(0x1e8))/0x7*(-parseInt(_0x51bd5d(0x1f1))/0x8)+parseInt(_0x51bd5d(0x1e2))/0x9;if(_0x4b66d7===_0x106e15)break;else _0x2f58ac['push'](_0x2f58ac['shift']());}catch(_0x5801d4){_0x2f58ac['push'](_0x2f58ac['shift']());}}}(_0x588e,0x84865));import{ContextPlugin as _0x398c2a}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0x4604f7,CKEditorError as _0x489b04}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0x33b89d,WEB_SOCKET_GATEWAY_STATES as _0x5a35b4}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0x28cfd7}from'ckeditor5/src/ui.js';class c extends _0x398c2a{static get[_0x201b56(0x1d6)](){const _0xf50fe6=_0x201b56;return[_0xf50fe6(0x1e6),_0x28cfd7];}static get[_0x201b56(0x1be)](){const _0x489f51=_0x201b56;return _0x489f51(0x1ee);}constructor(_0x552e2e){const _0x37ec9a=_0x201b56;super(_0x552e2e),this[_0x37ec9a(0x1b1)](_0x37ec9a(0x1ce),_0x5a35b4[_0x37ec9a(0x1c1)]),this[_0x37ec9a(0x1b1)](_0x37ec9a(0x1c5),!0x1),this[_0x37ec9a(0x1e9)]=new Set(),this[_0x37ec9a(0x1da)]=!0x1,this[_0x37ec9a(0x1df)]=Object[_0x37ec9a(0x1e0)](_0x4604f7);}[_0x201b56(0x1b0)](){const _0x518d7d=_0x201b56,_0x1734ec=this[_0x518d7d(0x1ba)],_0x55d65b=_0x1734ec[_0x518d7d(0x1bf)][_0x518d7d(0x1b2)](_0x518d7d(0x1e6)),_0x32e44d=_0x1734ec[_0x518d7d(0x1bf)][_0x518d7d(0x1b2)](_0x28cfd7);if(!_0x55d65b[_0x518d7d(0x1e3)])throw new _0x489b04(_0x518d7d(0x1af),this);if(!_0x55d65b[_0x518d7d(0x1c0)])throw new _0x489b04(_0x518d7d(0x1b6),this);return this[_0x518d7d(0x1df)][_0x518d7d(0x1b5)](window,_0x518d7d(0x1d2),()=>this[_0x518d7d(0x1c5)]=!0x0),this[_0x518d7d(0x1df)][_0x518d7d(0x1b5)](window,_0x518d7d(0x1b4),()=>this[_0x518d7d(0x1c5)]=!0x1),this[_0x518d7d(0x1ba)][_0x518d7d(0x1bc)][_0x518d7d(0x1dd)](_0x518d7d(0x1d5),0xa),this[_0x518d7d(0x1ba)][_0x518d7d(0x1bc)][_0x518d7d(0x1dd)](_0x518d7d(0x1b3),0x14),c[_0x518d7d(0x1ee)][_0x518d7d(0x1f2)](_0x55d65b[_0x518d7d(0x1e3)],_0x55d65b[_0x518d7d(0x1c0)],{'timeout':0x3e8*this[_0x518d7d(0x1ba)][_0x518d7d(0x1bc)][_0x518d7d(0x1b2)](_0x518d7d(0x1d5)),'requestTimeout':0x3e8*this[_0x518d7d(0x1ba)][_0x518d7d(0x1bc)][_0x518d7d(0x1b2)](_0x518d7d(0x1b3))})[_0x518d7d(0x1d8)](_0x6a441c=>{const _0x30e211=_0x518d7d;if(this[_0x30e211(0x1d9)]=_0x6a441c,this[_0x30e211(0x1d3)](_0x30e211(0x1ce))['to'](_0x6a441c,_0x30e211(0x1ce),this,_0x30e211(0x1c5),(_0x3d1fa5,_0x24e048)=>(_0x30e211(0x1b8)!==_0x3d1fa5&&(this[_0x30e211(0x1da)]=!0x0),_0x24e048||_0x3d1fa5!==_0x5a35b4[_0x30e211(0x1c1)]?_0x5a35b4[_0x30e211(0x1c4)]:this[_0x30e211(0x1ce)]==_0x5a35b4[_0x30e211(0x1c4)]&&this[_0x30e211(0x1da)]?(this[_0x30e211(0x1da)]=!0x1,this[_0x30e211(0x1c2)](),_0x5a35b4[_0x30e211(0x1db)]):_0x5a35b4[_0x30e211(0x1c1)])),this[_0x30e211(0x1d9)]['on'](_0x30e211(0x1de),(_0x21d4b8,_0x2e564b)=>{const _0x512720=_0x30e211;if(_0x512720(0x1d1)!==_0x2e564b[_0x512720(0x1c9)])throw console[_0x512720(0x1de)](_0x2e564b),new _0x489b04(_0x512720(0x1ed),null,{'originalError':_0x2e564b});_0x32e44d[_0x512720(0x1c7)](_0x512720(0x1c8),{'title':_0x512720(0x1f6),'namespace':_0x512720(0x1f0)});}),!_0x6a441c['me'])return new Promise(_0x4b9a5d=>_0x6a441c['on'](_0x30e211(0x1e4),_0x4b9a5d));})[_0x518d7d(0x1ef)](_0x2639fd=>{const _0x5d9f87=_0x518d7d;throw console[_0x5d9f87(0x1de)](_0x2639fd),new _0x489b04(_0x5d9f87(0x1ed),null,{'originalError':_0x2639fd});});}[_0x201b56(0x1e1)](_0x2979e2){const _0x2001bc=_0x201b56;if(_0x2001bc(0x1d0)!=typeof _0x2979e2[_0x2001bc(0x1cf)])throw new _0x489b04(_0x2001bc(0x1c6),this);if(this[_0x2001bc(0x1bd)](_0x2979e2))throw new _0x489b04(_0x2001bc(0x1cb),this,{'name':_0x2979e2[_0x2001bc(0x1e7)][_0x2001bc(0x1be)]});this[_0x2001bc(0x1e9)][_0x2001bc(0x1b7)](_0x2979e2);}[_0x201b56(0x1bb)](_0x12b0ff){const _0x29966c=_0x201b56;this[_0x29966c(0x1e9)][_0x29966c(0x1cd)](_0x12b0ff);}[_0x201b56(0x1bd)](_0x3cc7f5){const _0x3d0334=_0x201b56;return this[_0x3d0334(0x1e9)][_0x3d0334(0x1d4)](_0x3cc7f5);}[_0x201b56(0x1c2)](){const _0x3ca126=_0x201b56;return this[_0x3ca126(0x1d9)][_0x3ca126(0x1cf)]()[_0x3ca126(0x1d8)](()=>Promise[_0x3ca126(0x1e5)](Array[_0x3ca126(0x1d7)](this[_0x3ca126(0x1e9)],_0x3823b3=>_0x3823b3[_0x3ca126(0x1cf)]())))[_0x3ca126(0x1d8)](()=>this[_0x3ca126(0x1ce)]=_0x5a35b4[_0x3ca126(0x1c1)])[_0x3ca126(0x1ef)](_0x38e91b=>{const _0x3e998c=_0x3ca126;throw console[_0x3e998c(0x1de)](_0x38e91b),new _0x489b04(_0x3e998c(0x1b9),this[_0x3e998c(0x1ba)]);});}[_0x201b56(0x1dc)](){const _0x4ddeb5=_0x201b56;this[_0x4ddeb5(0x1d9)]&&this[_0x4ddeb5(0x1d9)][_0x4ddeb5(0x1f5)](),this[_0x4ddeb5(0x1ce)]=_0x5a35b4[_0x4ddeb5(0x1c4)],this[_0x4ddeb5(0x1df)][_0x4ddeb5(0x1c3)](),super[_0x4ddeb5(0x1dc)]();}}c[_0x201b56(0x1ee)]=_0x33b89d,c[_0x201b56(0x1cc)]=0x3e8;export default c;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x24f4(){var _0x57b878=['pluginName','79880AgbGwQ','10mbgnBR','1304700ExLcbp','140222JVSjWT','RealTimeCollaborativeEditing','requires','387648vAAkdh','3XOcZbL','1064885rjvxyc','745076qWhdvL','2204055vsvmmj','161vxHncD'];_0x24f4=function(){return _0x57b878;};return _0x24f4();}var _0x52e357=_0x33c9;function _0x33c9(_0xe31e6,_0x27e6ba){var _0x24f473=_0x24f4();return _0x33c9=function(_0x33c903,_0x4992a2){_0x33c903=_0x33c903-0xd4;var _0x27c5bf=_0x24f473[_0x33c903];return _0x27c5bf;},_0x33c9(_0xe31e6,_0x27e6ba);}(function(_0x240355,_0x5205ed){var _0x30dd47=_0x33c9,_0x1ea796=_0x240355();while(!![]){try{var _0x485f64=parseInt(_0x30dd47(0xdf))/0x1+-parseInt(_0x30dd47(0xd5))/0x2+parseInt(_0x30dd47(0xd6))/0x3*(parseInt(_0x30dd47(0xd8))/0x4)+parseInt(_0x30dd47(0xd7))/0x5+-parseInt(_0x30dd47(0xde))/0x6+parseInt(_0x30dd47(0xda))/0x7*(-parseInt(_0x30dd47(0xdc))/0x8)+-parseInt(_0x30dd47(0xd9))/0x9*(-parseInt(_0x30dd47(0xdd))/0xa);if(_0x485f64===_0x5205ed)break;else _0x1ea796['push'](_0x1ea796['shift']());}catch(_0x54f396){_0x1ea796['push'](_0x1ea796['shift']());}}}(_0x24f4,0x2304a));import{Plugin as _0x568c8c}from'ckeditor5/src/core.js';import _0xd8f519 from'./realtimecollaborativeediting/realtimecollaborationclient.js';export default class n extends _0x568c8c{static get[_0x52e357(0xd4)](){return[_0xd8f519];}static get[_0x52e357(0xdb)](){var _0xa23bcd=_0x52e357;return _0xa23bcd(0xe0);}}
23
+ var _0x3c0987=_0x3e16;function _0x3e16(_0x1acac5,_0x8b7ce9){var _0x340128=_0x3401();return _0x3e16=function(_0x3e1680,_0xe35fbd){_0x3e1680=_0x3e1680-0x184;var _0x4f1bbd=_0x340128[_0x3e1680];return _0x4f1bbd;},_0x3e16(_0x1acac5,_0x8b7ce9);}(function(_0x1467a5,_0x3d00b9){var _0x283af7=_0x3e16,_0x28e29e=_0x1467a5();while(!![]){try{var _0x322965=parseInt(_0x283af7(0x184))/0x1*(-parseInt(_0x283af7(0x18b))/0x2)+parseInt(_0x283af7(0x192))/0x3*(-parseInt(_0x283af7(0x18d))/0x4)+-parseInt(_0x283af7(0x18a))/0x5+parseInt(_0x283af7(0x188))/0x6*(-parseInt(_0x283af7(0x18f))/0x7)+parseInt(_0x283af7(0x18c))/0x8+parseInt(_0x283af7(0x186))/0x9*(parseInt(_0x283af7(0x185))/0xa)+-parseInt(_0x283af7(0x187))/0xb*(-parseInt(_0x283af7(0x190))/0xc);if(_0x322965===_0x3d00b9)break;else _0x28e29e['push'](_0x28e29e['shift']());}catch(_0x1b84d6){_0x28e29e['push'](_0x28e29e['shift']());}}}(_0x3401,0x3fa0c));import{Plugin as _0x5c6209}from'ckeditor5/src/core.js';function _0x3401(){var _0x11bdbc=['40ylIoKJ','704448jjTMcP','1148pksRUz','pluginName','14028KFFUWw','264rRnXaV','requires','1479FHMwtk','13697aQhMtU','129100vRqAzb','351ApOBmK','368698iHVVRc','804egzqAO','RealTimeCollaborativeEditing','1921775nasDUL'];_0x3401=function(){return _0x11bdbc;};return _0x3401();}import _0x57a2e6 from'./realtimecollaborativeediting/realtimecollaborationclient.js';export default class n extends _0x5c6209{static get[_0x3c0987(0x191)](){return[_0x57a2e6];}static get[_0x3c0987(0x18e)](){var _0x3f4aae=_0x3c0987;return _0x3f4aae(0x189);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x23af12=_0x19d6;(function(_0x17dd89,_0x3fd51){const _0xf852a7=_0x19d6,_0x4846ea=_0x17dd89();while(!![]){try{const _0x2ddc9d=-parseInt(_0xf852a7(0xe2))/0x1+-parseInt(_0xf852a7(0x117))/0x2+parseInt(_0xf852a7(0xcd))/0x3*(parseInt(_0xf852a7(0xbb))/0x4)+-parseInt(_0xf852a7(0xb2))/0x5+-parseInt(_0xf852a7(0xe8))/0x6*(-parseInt(_0xf852a7(0xec))/0x7)+-parseInt(_0xf852a7(0x116))/0x8*(-parseInt(_0xf852a7(0xbe))/0x9)+parseInt(_0xf852a7(0x101))/0xa;if(_0x2ddc9d===_0x3fd51)break;else _0x4846ea['push'](_0x4846ea['shift']());}catch(_0x18e7cc){_0x4846ea['push'](_0x4846ea['shift']());}}}(_0x4d91,0x8dfbc));import{Plugin as _0x4a3e4a}from'ckeditor5/src/core.js';import{version as _0xe33f8e}from'ckeditor5/src/utils.js';import{Users as _0x2525d2}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4a8ad0 from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x4262cf from'../realtimecollaborativeediting/websocketgateway.js';import _0xeae74c from'../realtimecollaborativeediting/sessions.js';function _0x19d6(_0xafff71,_0x2e6ac3){const _0x4d9140=_0x4d91();return _0x19d6=function(_0x19d647,_0xd29842){_0x19d647=_0x19d647-0xab;let _0x2a5bf0=_0x4d9140[_0x19d647];return _0x2a5bf0;},_0x19d6(_0xafff71,_0x2e6ac3);}import{EditorService as _0x3ae975,RevisionHistoryService as _0x45f082,User as _0x32fe33,WEB_SOCKET_GATEWAY_STATES as _0x46a07b}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';class v extends _0x4a3e4a{static get[_0x23af12(0x10d)](){const _0xf05237=_0x23af12;return[_0x4262cf,_0x4a8ad0,_0xf05237(0xc0),_0xeae74c,_0x2525d2];}constructor(_0x3e5db2){const _0x4cd4e5=_0x23af12;super(_0x3e5db2);const _0x5b1d22=this[_0x4cd4e5(0xac)][_0x4cd4e5(0xfe)][_0x4cd4e5(0xdf)](_0x4cd4e5(0xf0));this[_0x4cd4e5(0x100)]=null,this[_0x4cd4e5(0xe9)]=this[_0x4cd4e5(0xac)][_0x4cd4e5(0xcb)][_0x4cd4e5(0xdf)](_0x4cd4e5(0xc0)),this[_0x4cd4e5(0x115)]=new v[(_0x4cd4e5(0xb4))](_0x5b1d22);}async[_0x23af12(0xbd)](){const _0x27681e=_0x23af12,_0x54e2b2=this[_0x27681e(0xac)][_0x27681e(0xcb)][_0x27681e(0xdf)](_0x4a8ad0),_0x4fbb83=_0x54e2b2[_0x27681e(0xf7)],_0x2b525f=this[_0x27681e(0xac)][_0x27681e(0xcb)][_0x27681e(0xdf)](_0x4262cf);this[_0x27681e(0xe9)][_0x27681e(0xeb)]({'history':_0x4fbb83,'getLatestVersion':()=>this[_0x27681e(0xc9)](),'getCurrentRevisionId':()=>_0x54e2b2[_0x27681e(0xe6)]});const _0x560c70=this[_0x27681e(0xac)][_0x27681e(0xfe)][_0x27681e(0xdf)](_0x27681e(0x103))||_0xe33f8e,_0x56757e=await _0x3ae975[_0x27681e(0x106)](_0x2b525f[_0x27681e(0xc6)],_0x560c70);this[_0x27681e(0xe9)][_0x27681e(0x104)]={'getRevision':async({revisionId:_0x31247e})=>(await this[_0x27681e(0xad)](),await this[_0x27681e(0x115)][_0x27681e(0x109)](_0x31247e)),'updateRevisions':async _0x5ecf5a=>{const _0x3aba45=_0x27681e;await this[_0x3aba45(0xad)]();const _0x5dde71=this[_0x3aba45(0xe9)][_0x3aba45(0x108)];if(_0x56757e&&0x1===_0x5ecf5a[_0x3aba45(0xc5)]&&_0x5ecf5a[0x0]['id']===_0x5dde71['id'])return _0x5ecf5a;for(const _0x5c2b6a of _0x5ecf5a)_0x5c2b6a['id']===_0x5dde71['id']&&(_0x5c2b6a[_0x3aba45(0xd3)]=_0x5c2b6a[_0x3aba45(0xb0)]===_0x5c2b6a[_0x3aba45(0xba)]);return this[_0x3aba45(0x115)][_0x3aba45(0x118)](_0x5ecf5a,this[_0x3aba45(0x100)])[_0x3aba45(0xd8)](_0x7a798d=>(this[_0x3aba45(0x100)]=_0x7a798d,_0x5ecf5a))[_0x3aba45(0xbf)](_0x589fa6=>{const _0x2d1e70=_0x3aba45;if(rt(_0x589fa6)||_0x2d1e70(0xe5)===_0x589fa6[_0x2d1e70(0xb6)]&&void 0x0!==_0x589fa6[_0x2d1e70(0xd1)][_0x2d1e70(0xb3)]){for(const _0x29f03c of _0x5ecf5a){!this[_0x2d1e70(0xe9)][_0x2d1e70(0xd5)][_0x2d1e70(0x109)](_0x29f03c['id'])||this[_0x2d1e70(0xe9)][_0x2d1e70(0xed)](_0x29f03c['id'],_0x29f03c,!0x1);}if(rt(_0x589fa6))throw _0x589fa6;return _0x5ecf5a;}throw _0x589fa6;});}},this[_0x27681e(0x10e)](this[_0x27681e(0x115)],_0x27681e(0xca),(_0xbcedcf,{revisionsData:_0x4c9a65,requestId:_0xb7f48c})=>{const _0x528658=_0x27681e;Math[_0x528658(0xc2)](..._0x4c9a65[_0x528658(0xd2)](_0x599bb8=>_0x599bb8[_0x528658(0xba)]))>this[_0x528658(0xde)]()-0x1?this[_0x528658(0xc9)]()[_0x528658(0xd8)](()=>{const _0xe08e2f=_0x528658;this[_0xe08e2f(0xfb)](_0x4c9a65,_0xb7f48c);}):this[_0x528658(0xfb)](_0x4c9a65,_0xb7f48c);});const {revisions:_0x383eb0,requestId:_0x2cb3d0}=await this[_0x27681e(0x115)][_0x27681e(0xc4)](_0x2b525f[_0x27681e(0xc6)]);_0x2b525f[_0x27681e(0xcc)](this),this[_0x27681e(0x100)]=_0x2cb3d0,await this[_0x27681e(0x111)](_0x383eb0);for(const _0x1e44ff of _0x383eb0)this[_0x27681e(0xe9)][_0x27681e(0xd0)](_0x1e44ff);this[_0x27681e(0x10e)](_0x54e2b2,_0x27681e(0xd4),(_0x4ffd5d,_0x5203aa,_0x356af5)=>{const _0x26d6a8=_0x27681e;_0x356af5&&(this[_0x26d6a8(0xee)]=_0x54e2b2[_0x26d6a8(0x102)],_0x4ffd5d[_0x26d6a8(0xd7)]());}),this[_0x27681e(0xe9)][_0x27681e(0x113)](_0x27681e(0xc7))['to'](_0x2b525f,_0x27681e(0xfd),_0x295540=>_0x295540===_0x46a07b[_0x27681e(0x112)]);}async[_0x23af12(0xc3)](){const _0x1decf6=_0x23af12,_0x5b17f8=this[_0x1decf6(0xac)][_0x1decf6(0xcb)][_0x1decf6(0xdf)](_0x4262cf),_0x1a23f2=this[_0x1decf6(0xac)][_0x1decf6(0xcb)][_0x1decf6(0xdf)](_0x4a8ad0),_0x549006=async()=>{const _0x169f0f=_0x1decf6,_0x3c1efa=this[_0x169f0f(0xe9)][_0x169f0f(0x108)],_0x3e88e5=_0x3c1efa['id'],_0x2c8072=_0x3e88e5!==_0x1a23f2[_0x169f0f(0xe6)];if(_0x2c8072){const _0x38471d=_0x1a23f2[_0x169f0f(0x102)]-this[_0x169f0f(0xee)],_0xe509b7=this[_0x169f0f(0xde)]();this[_0x169f0f(0xe9)][_0x169f0f(0xe1)][_0x169f0f(0xe3)]();if(_0x3c1efa[_0x169f0f(0xba)]+_0x38471d!==_0xe509b7){const _0x43a9ab=_0x3c1efa[_0x169f0f(0xb0)]+_0x38471d,_0x2ed618=this[_0x169f0f(0xac)][_0x169f0f(0xcb)][_0x169f0f(0xdf)](_0x2525d2),_0x1493e8=this[_0x169f0f(0xe9)][_0x169f0f(0xea)]({'revision':_0x3c1efa,'from':_0x43a9ab,'to':_0xe509b7});_0x1493e8['id']=_0x3c1efa['id'];const _0x4054c1=_0x1493e8[_0x169f0f(0xf1)][_0x169f0f(0xd2)](_0x43523c=>_0x2ed618[_0x169f0f(0xcf)](_0x43523c));_0x3c1efa[_0x169f0f(0x110)]({..._0x1493e8,'authors':_0x4054c1},!0x0),this[_0x169f0f(0xe9)][_0x169f0f(0xed)](_0x3c1efa['id'],_0x1493e8,!0x0);}this[_0x169f0f(0xe9)][_0x169f0f(0xb7)]=_0xe509b7,(_0x3c1efa[_0x169f0f(0xba)]===_0x3c1efa[_0x169f0f(0xb0)]&&!this[_0x169f0f(0xe9)][_0x169f0f(0xd9)][_0x169f0f(0xe0)](_0x3e88e5)&&this[_0x169f0f(0xe9)][_0x169f0f(0xd5)][_0x169f0f(0xce)][_0x169f0f(0xaf)](_0x3e88e5),this[_0x169f0f(0xe9)][_0x169f0f(0xe4)](_0xe509b7));}const {revisions:_0x18a13e,requestId:_0x356e56}=await this[_0x169f0f(0x115)][_0x169f0f(0xc3)](_0x5b17f8[_0x169f0f(0xc6)],this[_0x169f0f(0x100)]);_0x2c8072&&_0x18a13e[_0x169f0f(0xc5)]>0x0?_0x1a23f2[_0x169f0f(0xb8)]():(await this[_0x169f0f(0x111)](_0x18a13e),this[_0x169f0f(0xfb)](_0x18a13e,_0x356e56),this[_0x169f0f(0xe9)][_0x169f0f(0x107)]());};return _0x1a23f2[_0x1decf6(0xf9)]?_0x549006():new Promise((_0x22956d,_0x541d3d)=>{const _0x5c3595=_0x1decf6;_0x1a23f2[_0x5c3595(0xef)](_0x5c3595(0xd4),()=>{const _0x26a5ba=_0x5c3595;_0x549006()[_0x26a5ba(0xd8)](_0x22956d)[_0x26a5ba(0xbf)](_0x541d3d);});});}[_0x23af12(0xb1)](){const _0xe597a8=_0x23af12;super[_0xe597a8(0xb1)]();}async[_0x23af12(0xad)](){const _0x4fee50=_0x23af12;this[_0x4fee50(0x115)][_0x4fee50(0xda)]||await new Promise(_0x4676be=>{const _0x57f4d8=_0x4fee50;this[_0x57f4d8(0x10e)](this[_0x57f4d8(0x115)],_0x57f4d8(0xff),_0x4ab9e7=>{const _0x2a0d4e=_0x57f4d8;_0x4ab9e7[_0x2a0d4e(0xd7)](),_0x4676be();});});}[_0x23af12(0xde)](){const _0x57bd40=_0x23af12,_0xf50aed=this[_0x57bd40(0xac)][_0x57bd40(0xcb)][_0x57bd40(0xdf)](_0x4a8ad0)[_0x57bd40(0xf7)][_0x57bd40(0x10c)]()[_0x57bd40(0xfc)]();for(const _0x8c6f1 of _0xf50aed)if(_0x57bd40(0x105)!==_0x8c6f1[_0x57bd40(0x114)]||_0x8c6f1[_0x57bd40(0xf4)])return _0x8c6f1[_0x57bd40(0xf3)]+0x1;}[_0x23af12(0xc9)](){const _0x161ee9=_0x23af12,_0x473e2c=this[_0x161ee9(0xac)][_0x161ee9(0xcb)][_0x161ee9(0xdf)](_0x4a8ad0);return new Promise(_0x308b3b=>{const _0x3ad83c=_0x161ee9;_0x473e2c[_0x3ad83c(0xd6)]?_0x473e2c[_0x3ad83c(0xef)](_0x3ad83c(0xe7),()=>{const _0x3d0265=_0x3ad83c;_0x308b3b(this[_0x3d0265(0xde)]());}):_0x308b3b(this[_0x3ad83c(0xde)]());});}[_0x23af12(0xfb)](_0x33d982,_0x538912){const _0xec44b0=_0x23af12,_0x2c7743=this[_0xec44b0(0xe9)][_0xec44b0(0xd5)];this[_0xec44b0(0x100)]=_0x538912;for(const _0x140e88 of _0x33d982){const _0x5b6ae6=_0x2c7743[_0xec44b0(0x109)](_0x140e88['id']);if(_0x5b6ae6){if((_0x140e88[_0xec44b0(0xb0)]||_0x140e88[_0xec44b0(0xba)])&&(_0x140e88[_0xec44b0(0xf2)]=null),_0x5b6ae6===this[_0xec44b0(0xe9)][_0xec44b0(0x108)]){const _0x60853c=Math[_0xec44b0(0xc2)](_0x5b6ae6[_0xec44b0(0xba)],_0x140e88[_0xec44b0(0xba)]),_0x32792d=Math[_0xec44b0(0xc2)](_0x5b6ae6[_0xec44b0(0xb0)],_0x140e88[_0xec44b0(0xb0)]);let _0xd9c850;_0x5b6ae6[_0xec44b0(0xba)]===_0x140e88[_0xec44b0(0xba)]&&_0x5b6ae6[_0xec44b0(0xb0)]===_0x140e88[_0xec44b0(0xb0)]?(_0xd9c850=!0x0,this[_0xec44b0(0xdd)](_0x140e88)):_0x140e88[_0xec44b0(0xba)]===_0x60853c&&_0x140e88[_0xec44b0(0xb0)]===_0x32792d?_0xd9c850=!0x1:(_0x5b6ae6[_0xec44b0(0xba)]===_0x60853c&&_0x5b6ae6[_0xec44b0(0xb0)]===_0x32792d||this[_0xec44b0(0xf5)]({'revision':_0x5b6ae6,'from':_0x32792d,'to':_0x60853c}),_0xd9c850=!0x0),_0xd9c850&&(delete _0x140e88[_0xec44b0(0xb0)],delete _0x140e88[_0xec44b0(0xba)],delete _0x140e88[_0xec44b0(0xf2)],delete _0x140e88[_0xec44b0(0xc8)],delete _0x140e88[_0xec44b0(0xf1)]);}this[_0xec44b0(0xe9)][_0xec44b0(0xdc)](_0x140e88),this[_0xec44b0(0xdd)](_0x140e88);}else this[_0xec44b0(0xe9)][_0xec44b0(0xd0)](_0x140e88);}const _0x5bb057=_0x2c7743[_0xec44b0(0xdb)]();_0x5bb057[_0xec44b0(0xfc)]();for(let _0x3a79c5=0x0;_0x3a79c5<_0x5bb057[_0xec44b0(0xc5)]-0x1;_0x3a79c5++){const _0x3023ce=_0x5bb057[_0x3a79c5],_0x812b15=_0x5bb057[_0x3a79c5+0x1];if(_0x3023ce[_0xec44b0(0xb0)]<_0x812b15[_0xec44b0(0xba)]){const _0x25dbcb=_0x812b15[_0xec44b0(0xba)],_0x335c08=Math[_0xec44b0(0xc2)](_0x25dbcb,_0x3023ce[_0xec44b0(0xba)]);this[_0xec44b0(0xf5)]({'revision':_0x3023ce,'from':_0x25dbcb,'to':_0x335c08});}}}[_0x23af12(0xf5)]({revision:_0x4096d4,from:_0x57edc4,to:_0x5d5c4e}={}){const _0x207101=_0x23af12,_0x988046=this[_0x207101(0xac)][_0x207101(0xcb)][_0x207101(0xdf)](_0x2525d2),_0x59ef56=this[_0x207101(0xe9)][_0x207101(0xea)]({'revision':_0x4096d4,'from':_0x57edc4,'to':_0x5d5c4e});_0x59ef56[_0x207101(0x10f)]=_0x59ef56[_0x207101(0xf1)][_0x207101(0xd2)](_0x4689cf=>_0x988046[_0x207101(0xcf)](_0x4689cf)),_0x4096d4[_0x207101(0x110)](_0x59ef56);}[_0x23af12(0xdd)](_0x587059){const _0x104dfa=_0x23af12,_0x7e4e74={};_0x7e4e74['id']=_0x587059['id'];for(const _0x4428a1 of Object[_0x104dfa(0xc1)](_0x587059))'id'!==_0x4428a1&&(_0x7e4e74[_0x4428a1]=void 0x0);this[_0x104dfa(0xe9)][_0x104dfa(0xed)](_0x7e4e74['id'],_0x7e4e74,!0x0);}async[_0x23af12(0x111)](_0x32cb24){const _0x5775c1=_0x23af12,_0x5c5a2b=this[_0x5775c1(0xac)][_0x5775c1(0xcb)][_0x5775c1(0xdf)](_0x2525d2),{connection:_0x251c84}=this[_0x5775c1(0xac)][_0x5775c1(0xcb)][_0x5775c1(0xdf)](_0x4262cf),_0x8f34ab=new Set();for(const _0x39c670 of _0x32cb24){for(const _0x2b5739 of _0x39c670[_0x5775c1(0xf1)])_0x428483(_0x2b5739);_0x39c670[_0x5775c1(0xf8)]&&_0x428483(_0x39c670[_0x5775c1(0xf8)]);}if(0x0===_0x8f34ab[_0x5775c1(0xbc)])return;const _0xd840=await _0x32fe33[_0x5775c1(0xf6)](_0x251c84,Array[_0x5775c1(0x10b)](_0x8f34ab));for(const _0x978696 of _0xd840)_0x5c5a2b[_0x5775c1(0xcf)](_0x978696['id'])||_0x5c5a2b[_0x5775c1(0xb5)](_0x978696);function _0x428483(_0x15b4d4){const _0x3810a1=_0x5775c1;_0x5c5a2b[_0x3810a1(0xcf)](_0x15b4d4)||_0x8f34ab[_0x3810a1(0xb9)](_0x15b4d4);}}}function _0x4d91(){const _0x7e16db=['_fetchMissingUsers','CONNECTED','bind','type','_revisionHistoryService','144Xcajkz','606152ZoBZAl','updateRevisions','cloud-services-internal-error:\x20Not\x20connected.','message','editor','_waitForServiceReady','cloud-services-internal-error:\x20Request\x20timeout.','remove','fromVersion','destroy','795990RhSSiN','wrongRequestId','RevisionHistoryService','addUser','code','_startingVersion','_handleReconnectionError','add','toVersion','96972CJKwdl','size','init','431406IYhxAr','catch','RevisionTracker','keys','max','reconnect','connect','length','connection','isEnabled','createdAt','_getLatestVersion','revisionsUpdated','plugins','addToReconnectionStack','36bNQoDD','_revisions','getUser','addRevisionData','data','map','isEmptyCurrent','change:_isConnected','repository','_isPendingUpdate','off','then','_bufferedUpdates','isConnected','getRevisions','setRevisionData','_preventResendingRevisionData','_getLatestVersionFromServerOperations','get','has','_revisionDataBuilder','1043473cTsSwx','reInit','_createCurrentRevision','400','sessionId','change:_isPendingUpdate','6TsQoXP','_revisionTracker','buildRevisionData','setSource','1825726zJdvmg','_bufferUpdate','_oldOffset','once','collaboration.channelId','authorsIds','diffData','baseVersion','affectsData','_fixRevision','getMany','serverHistory','creatorId','_isConnected','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','_handleRevisionsUpdate','reverse','state','config','connected','_lastRequestId','6727650kjCSDr','_offset','cloudServices.bundleVersion','adapter','marker','isBundleUploaded','sendBufferedUpdates','currentRevision','getRevision','startsWith','from','getOperations','requires','listenTo','authors','_update'];_0x4d91=function(){return _0x7e16db;};return _0x4d91();}v[_0x23af12(0xb4)]=_0x45f082;export default v;function rt(_0x4b0d4b){const _0x2d7051=_0x23af12;return _0x4b0d4b[_0x2d7051(0xab)][_0x2d7051(0x10a)](_0x2d7051(0xfa))||_0x4b0d4b[_0x2d7051(0xab)][_0x2d7051(0x10a)](_0x2d7051(0x119))||_0x4b0d4b[_0x2d7051(0xab)][_0x2d7051(0x10a)](_0x2d7051(0xae));}
23
+ const _0x58aca5=_0x117e;(function(_0x13f163,_0x37faf3){const _0x4e7335=_0x117e,_0x447b1e=_0x13f163();while(!![]){try{const _0xf7d4af=parseInt(_0x4e7335(0x8c))/0x1+parseInt(_0x4e7335(0xb1))/0x2+-parseInt(_0x4e7335(0x96))/0x3*(-parseInt(_0x4e7335(0x95))/0x4)+-parseInt(_0x4e7335(0xc9))/0x5+-parseInt(_0x4e7335(0xd1))/0x6*(parseInt(_0x4e7335(0x8f))/0x7)+-parseInt(_0x4e7335(0xa2))/0x8+parseInt(_0x4e7335(0xa8))/0x9;if(_0xf7d4af===_0x37faf3)break;else _0x447b1e['push'](_0x447b1e['shift']());}catch(_0x14c747){_0x447b1e['push'](_0x447b1e['shift']());}}}(_0x33d7,0x3ddac));import{Plugin as _0x250b81}from'ckeditor5/src/core.js';import{version as _0x20eb76}from'ckeditor5/src/utils.js';import{Users as _0x4d156c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x35f0f7 from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x481b92 from'../realtimecollaborativeediting/websocketgateway.js';import _0x3d3c31 from'../realtimecollaborativeediting/sessions.js';function _0x117e(_0x2489ed,_0x187392){const _0x33d7a7=_0x33d7();return _0x117e=function(_0x117e3e,_0x1859eb){_0x117e3e=_0x117e3e-0x7f;let _0x528de0=_0x33d7a7[_0x117e3e];return _0x528de0;},_0x117e(_0x2489ed,_0x187392);}import{EditorService as _0x4f8e6a,RevisionHistoryService as _0x12a974,User as _0x3eddd0,WEB_SOCKET_GATEWAY_STATES as _0x1ab0b4}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';class v extends _0x250b81{static get[_0x58aca5(0xe3)](){const _0x59bf90=_0x58aca5;return[_0x481b92,_0x35f0f7,_0x59bf90(0x86),_0x3d3c31,_0x4d156c];}constructor(_0x5237a2){const _0x3a60c6=_0x58aca5;super(_0x5237a2);const _0x55fef1=this[_0x3a60c6(0xe4)][_0x3a60c6(0x7f)][_0x3a60c6(0xcd)](_0x3a60c6(0xb2));this[_0x3a60c6(0xdb)]=null,this[_0x3a60c6(0xd2)]=this[_0x3a60c6(0xe4)][_0x3a60c6(0xbd)][_0x3a60c6(0xcd)](_0x3a60c6(0x86)),this[_0x3a60c6(0x8d)]=new v[(_0x3a60c6(0xaa))](_0x55fef1);}async[_0x58aca5(0xeb)](){const _0x918a98=_0x58aca5,_0x553735=this[_0x918a98(0xe4)][_0x918a98(0xbd)][_0x918a98(0xcd)](_0x35f0f7),_0x15ecea=_0x553735[_0x918a98(0xab)],_0x46022a=this[_0x918a98(0xe4)][_0x918a98(0xbd)][_0x918a98(0xcd)](_0x481b92);this[_0x918a98(0xd2)][_0x918a98(0xce)]({'history':_0x15ecea,'getLatestVersion':()=>this[_0x918a98(0x9a)](),'getCurrentRevisionId':()=>_0x553735[_0x918a98(0xca)]});const _0x2ec257=this[_0x918a98(0xe4)][_0x918a98(0x7f)][_0x918a98(0xcd)](_0x918a98(0xb5))||_0x20eb76,_0x3f2a17=await _0x4f8e6a[_0x918a98(0x8b)](_0x46022a[_0x918a98(0xc4)],_0x2ec257);this[_0x918a98(0xd2)][_0x918a98(0x91)]={'getRevision':async({revisionId:_0x1f0f50})=>(await this[_0x918a98(0xd8)](),await this[_0x918a98(0x8d)][_0x918a98(0xb4)](_0x1f0f50)),'updateRevisions':async _0x390baa=>{const _0x52bca6=_0x918a98;await this[_0x52bca6(0xd8)]();const _0x44271b=this[_0x52bca6(0xd2)][_0x52bca6(0xe7)];if(_0x3f2a17&&0x1===_0x390baa[_0x52bca6(0x9f)]&&_0x390baa[0x0]['id']===_0x44271b['id'])return _0x390baa;for(const _0x4f67e3 of _0x390baa)_0x4f67e3['id']===_0x44271b['id']&&(_0x4f67e3[_0x52bca6(0xc3)]=_0x4f67e3[_0x52bca6(0xb0)]===_0x4f67e3[_0x52bca6(0xdf)]);return this[_0x52bca6(0x8d)][_0x52bca6(0xa9)](_0x390baa,this[_0x52bca6(0xdb)])[_0x52bca6(0xa6)](_0x4a6c41=>(this[_0x52bca6(0xdb)]=_0x4a6c41,_0x390baa))[_0x52bca6(0x92)](_0x1a86f9=>{const _0x35b2e5=_0x52bca6;if(st(_0x1a86f9)||_0x35b2e5(0x9d)===_0x1a86f9[_0x35b2e5(0x87)]&&void 0x0!==_0x1a86f9[_0x35b2e5(0xe1)][_0x35b2e5(0xd0)]){for(const _0xff38e4 of _0x390baa){!this[_0x35b2e5(0xd2)][_0x35b2e5(0xac)][_0x35b2e5(0xb4)](_0xff38e4['id'])||this[_0x35b2e5(0xd2)][_0x35b2e5(0x82)](_0xff38e4['id'],_0xff38e4,!0x1);}if(st(_0x1a86f9))throw _0x1a86f9;return _0x390baa;}throw _0x1a86f9;});}},this[_0x918a98(0xcf)](this[_0x918a98(0x8d)],_0x918a98(0xad),(_0x3cc512,{revisionsData:_0x2b4117,requestId:_0x198bf4})=>{const _0x2cb4c7=_0x918a98;Math[_0x2cb4c7(0xd6)](..._0x2b4117[_0x2cb4c7(0x81)](_0x1e7eb6=>_0x1e7eb6[_0x2cb4c7(0xdf)]))>this[_0x2cb4c7(0x9c)]()-0x1?this[_0x2cb4c7(0x9a)]()[_0x2cb4c7(0xa6)](()=>{const _0x15cc6d=_0x2cb4c7;this[_0x15cc6d(0x83)](_0x2b4117,_0x198bf4);}):this[_0x2cb4c7(0x83)](_0x2b4117,_0x198bf4);});const {revisions:_0x1878d7,requestId:_0x1167d6}=await this[_0x918a98(0x8d)][_0x918a98(0xb8)](_0x46022a[_0x918a98(0xc4)]);_0x46022a[_0x918a98(0x94)](this),this[_0x918a98(0xdb)]=_0x1167d6,await this[_0x918a98(0x88)](_0x1878d7);for(const _0x3af6a9 of _0x1878d7)this[_0x918a98(0xd2)][_0x918a98(0xda)](_0x3af6a9);this[_0x918a98(0xcf)](_0x553735,_0x918a98(0xe0),(_0x4f46aa,_0x2341a1,_0x321f26)=>{const _0x11e020=_0x918a98;_0x321f26&&(this[_0x11e020(0x89)]=_0x553735[_0x11e020(0xdd)],_0x4f46aa[_0x11e020(0xa3)]());}),this[_0x918a98(0xd2)][_0x918a98(0xa5)](_0x918a98(0x80))['to'](_0x46022a,_0x918a98(0x9e),_0x5bbaf0=>_0x5bbaf0===_0x1ab0b4[_0x918a98(0xc2)]);}async[_0x58aca5(0x8a)](){const _0x1fbb99=_0x58aca5,_0x59db50=this[_0x1fbb99(0xe4)][_0x1fbb99(0xbd)][_0x1fbb99(0xcd)](_0x481b92),_0x5700ac=this[_0x1fbb99(0xe4)][_0x1fbb99(0xbd)][_0x1fbb99(0xcd)](_0x35f0f7),_0x4f7116=async()=>{const _0x395fdc=_0x1fbb99,_0xc726ec=this[_0x395fdc(0xd2)][_0x395fdc(0xe7)],_0xb22a88=_0xc726ec['id'],_0xa973af=_0xb22a88!==_0x5700ac[_0x395fdc(0xca)];if(_0xa973af){const _0x5ec304=_0x5700ac[_0x395fdc(0xdd)]-this[_0x395fdc(0x89)],_0x2b45b9=this[_0x395fdc(0x9c)]();this[_0x395fdc(0xd2)][_0x395fdc(0xb7)][_0x395fdc(0x97)]();if(_0xc726ec[_0x395fdc(0xdf)]+_0x5ec304!==_0x2b45b9){const _0x83a213=_0xc726ec[_0x395fdc(0xb0)]+_0x5ec304,_0x267fa2=this[_0x395fdc(0xe4)][_0x395fdc(0xbd)][_0x395fdc(0xcd)](_0x4d156c),_0x4480ff=this[_0x395fdc(0xd2)][_0x395fdc(0xec)]({'revision':_0xc726ec,'from':_0x83a213,'to':_0x2b45b9});_0x4480ff['id']=_0xc726ec['id'];const _0x563490=_0x4480ff[_0x395fdc(0xaf)][_0x395fdc(0x81)](_0x108869=>_0x267fa2[_0x395fdc(0xe6)](_0x108869));_0xc726ec[_0x395fdc(0xd3)]({..._0x4480ff,'authors':_0x563490},!0x0),this[_0x395fdc(0xd2)][_0x395fdc(0x82)](_0xc726ec['id'],_0x4480ff,!0x0);}this[_0x395fdc(0xd2)][_0x395fdc(0xb6)]=_0x2b45b9,(_0xc726ec[_0x395fdc(0xdf)]===_0xc726ec[_0x395fdc(0xb0)]&&!this[_0x395fdc(0xd2)][_0x395fdc(0xc1)][_0x395fdc(0xba)](_0xb22a88)&&this[_0x395fdc(0xd2)][_0x395fdc(0xac)][_0x395fdc(0x93)][_0x395fdc(0xd7)](_0xb22a88),this[_0x395fdc(0xd2)][_0x395fdc(0xe8)](_0x2b45b9));}const {revisions:_0x4d2e98,requestId:_0x107256}=await this[_0x395fdc(0x8d)][_0x395fdc(0x8a)](_0x59db50[_0x395fdc(0xc4)],this[_0x395fdc(0xdb)]);_0xa973af&&_0x4d2e98[_0x395fdc(0x9f)]>0x0?_0x5700ac[_0x395fdc(0xc0)]():(await this[_0x395fdc(0x88)](_0x4d2e98),this[_0x395fdc(0x83)](_0x4d2e98,_0x107256),this[_0x395fdc(0xd2)][_0x395fdc(0x90)]());};return _0x5700ac[_0x1fbb99(0xa7)]?_0x4f7116():new Promise((_0x553d03,_0xc48a11)=>{const _0x3474a1=_0x1fbb99;_0x5700ac[_0x3474a1(0xe5)](_0x3474a1(0xe0),()=>{const _0x158150=_0x3474a1;_0x4f7116()[_0x158150(0xa6)](_0x553d03)[_0x158150(0x92)](_0xc48a11);});});}[_0x58aca5(0xbf)](){const _0xbaee1b=_0x58aca5;super[_0xbaee1b(0xbf)]();}async[_0x58aca5(0xd8)](){const _0x426ac4=_0x58aca5;this[_0x426ac4(0x8d)][_0x426ac4(0x98)]||await new Promise(_0x5e764b=>{const _0x32e966=_0x426ac4;this[_0x32e966(0xcf)](this[_0x32e966(0x8d)],_0x32e966(0xe9),_0x300ff7=>{const _0x1b0d15=_0x32e966;_0x300ff7[_0x1b0d15(0xa3)](),_0x5e764b();});});}[_0x58aca5(0x9c)](){const _0x3c0aca=_0x58aca5,_0x441a67=this[_0x3c0aca(0xe4)][_0x3c0aca(0xbd)][_0x3c0aca(0xcd)](_0x35f0f7)[_0x3c0aca(0xab)][_0x3c0aca(0xa4)]()[_0x3c0aca(0xc5)]();for(const _0x1d5a1e of _0x441a67)if(_0x3c0aca(0xbc)!==_0x1d5a1e[_0x3c0aca(0xc7)]||_0x1d5a1e[_0x3c0aca(0xcb)])return _0x1d5a1e[_0x3c0aca(0xd4)]+0x1;}[_0x58aca5(0x9a)](){const _0x4044fb=_0x58aca5,_0x2a3850=this[_0x4044fb(0xe4)][_0x4044fb(0xbd)][_0x4044fb(0xcd)](_0x35f0f7);return new Promise(_0x515261=>{const _0x1eee81=_0x4044fb;_0x2a3850[_0x1eee81(0x85)]?_0x2a3850[_0x1eee81(0xe5)](_0x1eee81(0xb9),()=>{const _0x3f4708=_0x1eee81;_0x515261(this[_0x3f4708(0x9c)]());}):_0x515261(this[_0x1eee81(0x9c)]());});}[_0x58aca5(0x83)](_0x31acfd,_0x40753d){const _0x3c623f=_0x58aca5,_0x540c8e=this[_0x3c623f(0xd2)][_0x3c623f(0xac)];this[_0x3c623f(0xdb)]=_0x40753d;for(const _0x4e488a of _0x31acfd){const _0x21217e=_0x540c8e[_0x3c623f(0xb4)](_0x4e488a['id']);if(_0x21217e){if((_0x4e488a[_0x3c623f(0xb0)]||_0x4e488a[_0x3c623f(0xdf)])&&(_0x4e488a[_0x3c623f(0x9b)]=null),_0x21217e===this[_0x3c623f(0xd2)][_0x3c623f(0xe7)]){const _0x5a024e=Math[_0x3c623f(0xd6)](_0x21217e[_0x3c623f(0xdf)],_0x4e488a[_0x3c623f(0xdf)]),_0x48e53d=Math[_0x3c623f(0xd6)](_0x21217e[_0x3c623f(0xb0)],_0x4e488a[_0x3c623f(0xb0)]);let _0x5072dd;_0x21217e[_0x3c623f(0xdf)]===_0x4e488a[_0x3c623f(0xdf)]&&_0x21217e[_0x3c623f(0xb0)]===_0x4e488a[_0x3c623f(0xb0)]?(_0x5072dd=!0x0,this[_0x3c623f(0xa0)](_0x4e488a)):_0x4e488a[_0x3c623f(0xdf)]===_0x5a024e&&_0x4e488a[_0x3c623f(0xb0)]===_0x48e53d?_0x5072dd=!0x1:(_0x21217e[_0x3c623f(0xdf)]===_0x5a024e&&_0x21217e[_0x3c623f(0xb0)]===_0x48e53d||this[_0x3c623f(0xae)]({'revision':_0x21217e,'from':_0x48e53d,'to':_0x5a024e}),_0x5072dd=!0x0),_0x5072dd&&(delete _0x4e488a[_0x3c623f(0xb0)],delete _0x4e488a[_0x3c623f(0xdf)],delete _0x4e488a[_0x3c623f(0x9b)],delete _0x4e488a[_0x3c623f(0xc6)],delete _0x4e488a[_0x3c623f(0xaf)]);}this[_0x3c623f(0xd2)][_0x3c623f(0xcc)](_0x4e488a),this[_0x3c623f(0xa0)](_0x4e488a);}else this[_0x3c623f(0xd2)][_0x3c623f(0xda)](_0x4e488a);}const _0x3d54ff=_0x540c8e[_0x3c623f(0x84)]();_0x3d54ff[_0x3c623f(0xc5)]();for(let _0x31de23=0x0;_0x31de23<_0x3d54ff[_0x3c623f(0x9f)]-0x1;_0x31de23++){const _0x3071a2=_0x3d54ff[_0x31de23],_0x3e3cf0=_0x3d54ff[_0x31de23+0x1];if(_0x3071a2[_0x3c623f(0xb0)]<_0x3e3cf0[_0x3c623f(0xdf)]){const _0x41aa4a=_0x3e3cf0[_0x3c623f(0xdf)],_0x5ae847=Math[_0x3c623f(0xd6)](_0x41aa4a,_0x3071a2[_0x3c623f(0xdf)]);this[_0x3c623f(0xae)]({'revision':_0x3071a2,'from':_0x41aa4a,'to':_0x5ae847});}}}[_0x58aca5(0xae)]({revision:_0xce2b2b,from:_0x3316e6,to:_0x3c02fa}={}){const _0x31191b=_0x58aca5,_0x2202e1=this[_0x31191b(0xe4)][_0x31191b(0xbd)][_0x31191b(0xcd)](_0x4d156c),_0x279074=this[_0x31191b(0xd2)][_0x31191b(0xec)]({'revision':_0xce2b2b,'from':_0x3316e6,'to':_0x3c02fa});_0x279074[_0x31191b(0xe2)]=_0x279074[_0x31191b(0xaf)][_0x31191b(0x81)](_0x280151=>_0x2202e1[_0x31191b(0xe6)](_0x280151)),_0xce2b2b[_0x31191b(0xd3)](_0x279074);}[_0x58aca5(0xa0)](_0x566a84){const _0x4cf834=_0x58aca5,_0x168d51={};_0x168d51['id']=_0x566a84['id'];for(const _0x7fa33d of Object[_0x4cf834(0xa1)](_0x566a84))'id'!==_0x7fa33d&&(_0x168d51[_0x7fa33d]=void 0x0);this[_0x4cf834(0xd2)][_0x4cf834(0x82)](_0x168d51['id'],_0x168d51,!0x0);}async[_0x58aca5(0x88)](_0x320c70){const _0x4540eb=_0x58aca5,_0x551930=this[_0x4540eb(0xe4)][_0x4540eb(0xbd)][_0x4540eb(0xcd)](_0x4d156c),{connection:_0x31f8fc}=this[_0x4540eb(0xe4)][_0x4540eb(0xbd)][_0x4540eb(0xcd)](_0x481b92),_0x43de4d=new Set();for(const _0x59d1c9 of _0x320c70){for(const _0xe6213b of _0x59d1c9[_0x4540eb(0xaf)])_0x58bff2(_0xe6213b);_0x59d1c9[_0x4540eb(0xea)]&&_0x58bff2(_0x59d1c9[_0x4540eb(0xea)]);}if(0x0===_0x43de4d[_0x4540eb(0xbb)])return;const _0x474fb6=await _0x3eddd0[_0x4540eb(0xbe)](_0x31f8fc,Array[_0x4540eb(0xde)](_0x43de4d));for(const _0x38982d of _0x474fb6)_0x551930[_0x4540eb(0xe6)](_0x38982d['id'])||_0x551930[_0x4540eb(0xc8)](_0x38982d);function _0x58bff2(_0x2a6fa3){const _0x3ed3c7=_0x4540eb;_0x551930[_0x3ed3c7(0xe6)](_0x2a6fa3)||_0x43de4d[_0x3ed3c7(0x99)](_0x2a6fa3);}}}v[_0x58aca5(0xaa)]=_0x12a974;function _0x33d7(){const _0xc6a04=['wrongRequestId','678CLuzjZ','_revisionTracker','_update','baseVersion','cloud-services-internal-error:\x20Not\x20connected.','max','remove','_waitForServiceReady','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','addRevisionData','_lastRequestId','startsWith','_offset','from','toVersion','change:_isConnected','data','authors','requires','editor','once','getUser','currentRevision','_createCurrentRevision','connected','creatorId','init','buildRevisionData','config','isEnabled','map','_bufferUpdate','_handleRevisionsUpdate','getRevisions','_isPendingUpdate','RevisionTracker','code','_fetchMissingUsers','_oldOffset','reconnect','isBundleUploaded','92296LStPFj','_revisionHistoryService','message','3234RYdXyb','sendBufferedUpdates','adapter','catch','_revisions','addToReconnectionStack','4jbKugr','1190001Hukpru','reInit','isConnected','add','_getLatestVersion','diffData','_getLatestVersionFromServerOperations','400','state','length','_preventResendingRevisionData','keys','1923912iltKOs','off','getOperations','bind','then','_isConnected','1546551QaBZlX','updateRevisions','RevisionHistoryService','serverHistory','repository','revisionsUpdated','_fixRevision','authorsIds','fromVersion','737872bQozgR','collaboration.channelId','cloud-services-internal-error:\x20Request\x20timeout.','getRevision','cloudServices.bundleVersion','_startingVersion','_revisionDataBuilder','connect','change:_isPendingUpdate','has','size','marker','plugins','getMany','destroy','_handleReconnectionError','_bufferedUpdates','CONNECTED','isEmptyCurrent','connection','reverse','createdAt','type','addUser','2418435aWTGiI','sessionId','affectsData','setRevisionData','get','setSource','listenTo'];_0x33d7=function(){return _0xc6a04;};return _0x33d7();}export default v;function st(_0x490b60){const _0x475f23=_0x58aca5;return _0x490b60[_0x475f23(0x8e)][_0x475f23(0xdc)](_0x475f23(0xd9))||_0x490b60[_0x475f23(0x8e)][_0x475f23(0xdc)](_0x475f23(0xd5))||_0x490b60[_0x475f23(0x8e)][_0x475f23(0xdc)](_0x475f23(0xb3));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x6c2dd7=_0x5eb3;function _0x5eb3(_0x18a559,_0x4e5f9a){var _0x3edcdf=_0x3edc();return _0x5eb3=function(_0x5eb301,_0x375a81){_0x5eb301=_0x5eb301-0x161;var _0xdfeb5f=_0x3edcdf[_0x5eb301];return _0xdfeb5f;},_0x5eb3(_0x18a559,_0x4e5f9a);}function _0x3edc(){var _0x37eb4e=['9QUwIxp','RealTimeCollaborativeRevisionHistory','21tGJFfJ','44TrZtOo','150106HCkaAS','pluginName','6CVOpRx','29340TPERhi','51115CCXpFi','1499030vFJKFU','840936kcVsuL','180pScVGR','34452LbbgLl','52481eLdTwW','requires','RevisionHistory'];_0x3edc=function(){return _0x37eb4e;};return _0x3edc();}(function(_0x1d1553,_0x3767dd){var _0x2f484c=_0x5eb3,_0x16eba7=_0x1d1553();while(!![]){try{var _0xa995e7=-parseInt(_0x2f484c(0x164))/0x1+-parseInt(_0x2f484c(0x16d))/0x2*(-parseInt(_0x2f484c(0x163))/0x3)+parseInt(_0x2f484c(0x16a))/0x4*(-parseInt(_0x2f484c(0x16f))/0x5)+-parseInt(_0x2f484c(0x16e))/0x6*(-parseInt(_0x2f484c(0x169))/0x7)+-parseInt(_0x2f484c(0x161))/0x8+-parseInt(_0x2f484c(0x167))/0x9*(-parseInt(_0x2f484c(0x170))/0xa)+parseInt(_0x2f484c(0x16b))/0xb*(parseInt(_0x2f484c(0x162))/0xc);if(_0xa995e7===_0x3767dd)break;else _0x16eba7['push'](_0x16eba7['shift']());}catch(_0x4c0bf3){_0x16eba7['push'](_0x16eba7['shift']());}}}(_0x3edc,0x20a20));import{Plugin as _0x73829e}from'ckeditor5/src/core.js';import _0x121456 from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';import _0x533265 from'./realtimecollaborativeediting.js';export default class d extends _0x73829e{static get[_0x6c2dd7(0x165)](){var _0x1d9ffb=_0x6c2dd7;return[_0x1d9ffb(0x166),_0x121456,_0x533265];}static get[_0x6c2dd7(0x16c)](){var _0x290ef0=_0x6c2dd7;return _0x290ef0(0x168);}}
23
+ var _0x4d94bb=_0x38cd;(function(_0x58a4e8,_0x1dbde0){var _0x15764e=_0x38cd,_0x494406=_0x58a4e8();while(!![]){try{var _0x184153=parseInt(_0x15764e(0x11c))/0x1+parseInt(_0x15764e(0x124))/0x2+parseInt(_0x15764e(0x125))/0x3+-parseInt(_0x15764e(0x128))/0x4*(parseInt(_0x15764e(0x11f))/0x5)+parseInt(_0x15764e(0x121))/0x6*(parseInt(_0x15764e(0x127))/0x7)+parseInt(_0x15764e(0x120))/0x8*(-parseInt(_0x15764e(0x123))/0x9)+-parseInt(_0x15764e(0x11e))/0xa;if(_0x184153===_0x1dbde0)break;else _0x494406['push'](_0x494406['shift']());}catch(_0x2b0e61){_0x494406['push'](_0x494406['shift']());}}}(_0x467e,0xa5354));import{Plugin as _0x3c1fa7}from'ckeditor5/src/core.js';import _0x3a86b2 from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';import _0xb8bc2e from'./realtimecollaborativeediting.js';export default class d extends _0x3c1fa7{static get[_0x4d94bb(0x11b)](){var _0x50b1a3=_0x4d94bb;return[_0x50b1a3(0x122),_0x3a86b2,_0xb8bc2e];}static get[_0x4d94bb(0x11d)](){var _0x1d601b=_0x4d94bb;return _0x1d601b(0x126);}}function _0x38cd(_0x55c1e1,_0x4ad321){var _0x467ec=_0x467e();return _0x38cd=function(_0x38cd1f,_0x549db2){_0x38cd1f=_0x38cd1f-0x11b;var _0x29fc22=_0x467ec[_0x38cd1f];return _0x29fc22;},_0x38cd(_0x55c1e1,_0x4ad321);}function _0x467e(){var _0x35314f=['RevisionHistory','1224xwjVVw','1900708AHUfqR','2851473rIfOWt','RealTimeCollaborativeRevisionHistory','294fbLfqi','2597828VOMRcS','requires','1343924ewKIQQ','pluginName','16165180xFxuGM','5EGzpPZ','46264eWCcIP','69198NxAHMg'];_0x467e=function(){return _0x35314f;};return _0x467e();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2834(_0x5e9665,_0x8d30a7){const _0x1776c6=_0x1776();return _0x2834=function(_0x283497,_0xadbb42){_0x283497=_0x283497-0x6a;let _0x1dbf88=_0x1776c6[_0x283497];return _0x1dbf88;},_0x2834(_0x5e9665,_0x8d30a7);}const _0x26111e=_0x2834;function _0x1776(){const _0xfab372=['getUser','listenTo','hasSuggestion','catch','cloud-services-internal-error:\x20Not\x20connected.','61338LoWcmY','startsWith','21TheGuR','init','535134Zeyuhu','collaboration.channelId','15ZOSeya','editor','addUser','delete','then','state','addToReconnectionStack','isConnected','size','15120060rQwScc','suggestionUpdated','getSuggestion','type','data','getMany','values','update','_waitForServiceReady','1936128WKbyxA','addSuggestionData','find','TrackChangesEditing','287844TOjLys','reconnect','connection','_fetchMissingUsersForThreads','set','adapter','open','attributes','_bufferedRequests','_saved','add','connected','originalSuggestionId','from','message','plugins','24wrDiXw','connect','TrackChangesService','get','cloud-services-internal-error:\x20Request\x20timeout.','config','6740514LVgxEa','off','requires','_trackChangesService','961068EPDXuQ'];_0x1776=function(){return _0xfab372;};return _0x1776();}(function(_0x2feff0,_0x478b47){const _0x2afe63=_0x2834,_0x414907=_0x2feff0();while(!![]){try{const _0x20e755=-parseInt(_0x2afe63(0x85))/0x1+parseInt(_0x2afe63(0x95))/0x2*(parseInt(_0x2afe63(0xa5))/0x3)+-parseInt(_0x2afe63(0x9f))/0x4*(parseInt(_0x2afe63(0x6f))/0x5)+-parseInt(_0x2afe63(0x6d))/0x6*(-parseInt(_0x2afe63(0x6b))/0x7)+parseInt(_0x2afe63(0x81))/0x8+-parseInt(_0x2afe63(0x9b))/0x9+parseInt(_0x2afe63(0x78))/0xa;if(_0x20e755===_0x478b47)break;else _0x414907['push'](_0x414907['shift']());}catch(_0x13e676){_0x414907['push'](_0x414907['shift']());}}}(_0x1776,0x7c5a6));import{Plugin as _0x26c18f}from'ckeditor5/src/core.js';import{User as _0x20979c,TrackChangesService as _0x3c10aa}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x161169 from'../realtimecollaborativeediting/websocketgateway.js';import _0x5ce1a7 from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0x11d6d2}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x26c18f{static get[_0x26111e(0x9d)](){const _0x4c45b4=_0x26111e;return[_0x5ce1a7,_0x4c45b4(0x84),_0x161169];}constructor(_0x5d7b43){const _0x31c7f8=_0x26111e;super(_0x5d7b43);const _0xf85b04=this[_0x31c7f8(0x70)][_0x31c7f8(0x9a)][_0x31c7f8(0x98)](_0x31c7f8(0x6e));this[_0x31c7f8(0x8d)]=new Map(),this[_0x31c7f8(0x9e)]=new g[(_0x31c7f8(0x97))](_0xf85b04);}[_0x26111e(0x6c)](){const _0x5279cb=_0x26111e,_0x30b2e6=this[_0x5279cb(0x70)][_0x5279cb(0x94)][_0x5279cb(0x98)](_0x161169),_0x45d07f=this[_0x5279cb(0x70)][_0x5279cb(0x94)][_0x5279cb(0x98)](_0x5279cb(0x84));return _0x45d07f[_0x5279cb(0x8a)]={'getSuggestion':async _0x5460f6=>{const _0x5e0ec4=_0x5279cb;await this[_0x5e0ec4(0x80)]();const _0x519634=await this[_0x5e0ec4(0x9e)][_0x5e0ec4(0x98)](_0x5460f6)[_0x5e0ec4(0xa3)](ot);return await this[_0x5e0ec4(0x88)]([_0x519634]),_0x519634;},'addSuggestion':async({id:_0x5790ac,type:_0x2d4d2c,data:_0x424d12,originalSuggestionId:_0x55017d,attributes:_0x419873})=>{const _0x36ca3c=_0x5279cb;await this[_0x36ca3c(0x80)]();const _0x31a077={'id':_0x5790ac,'type':_0x2d4d2c,'data':_0x424d12,'originalSuggestionId':_0x55017d,'attributes':_0x419873},_0x3e9c90=await this[_0x36ca3c(0x9e)][_0x36ca3c(0x8f)](_0x5790ac,_0x2d4d2c,_0x424d12,_0x55017d,_0x419873)[_0x36ca3c(0xa3)](_0x6f0bd4=>{if(rt(_0x6f0bd4))return new Promise(_0x1f3a19=>{const _0x23b9bf=_0x2834;this[_0x23b9bf(0x8d)][_0x23b9bf(0x89)](_0x5790ac,{'resolve':_0x1f3a19,'suggestionData':_0x31a077});});throw _0x6f0bd4;});return this[_0x36ca3c(0x8d)][_0x36ca3c(0x72)](_0x5790ac),_0x3e9c90;},'updateSuggestion':async(_0x57460d,_0xcbdc7)=>{const _0x127676=_0x5279cb;if(await this[_0x127676(0x80)](),_0x127676(0x8b)!==_0xcbdc7[_0x127676(0x74)])return this[_0x127676(0x9e)][_0x127676(0x7f)](_0x57460d,_0xcbdc7)[_0x127676(0xa3)](ot);}},this[_0x5279cb(0xa1)](this[_0x5279cb(0x9e)],_0x5279cb(0x79),(_0x34a649,_0x44a25a)=>{const _0x377eac=_0x5279cb;_0x45d07f[_0x377eac(0xa2)](_0x44a25a['id'])&&(_0x45d07f[_0x377eac(0x7a)](_0x44a25a['id'])[_0x377eac(0x8c)]=_0x44a25a[_0x377eac(0x8c)]);}),this[_0x5279cb(0x9e)][_0x5279cb(0x96)](_0x30b2e6[_0x5279cb(0x87)])[_0x5279cb(0x73)](_0x37244e=>(_0x30b2e6[_0x5279cb(0x75)](this),this[_0x5279cb(0x88)](_0x37244e)[_0x5279cb(0x73)](()=>{const _0x31c136=_0x5279cb;for(const _0x38a1c4 of _0x37244e){_0x45d07f[_0x31c136(0x82)](_0x38a1c4)[_0x31c136(0x8e)]=!0x0;}})));}async[_0x26111e(0x86)](){const _0x4cefc4=_0x26111e,_0x4aac6b=this[_0x4cefc4(0x70)][_0x4cefc4(0x94)][_0x4cefc4(0x98)](_0x4cefc4(0x84)),{connection:_0x1f1091}=this[_0x4cefc4(0x70)][_0x4cefc4(0x94)][_0x4cefc4(0x98)](_0x161169),_0x9dde46=await this[_0x4cefc4(0x9e)][_0x4cefc4(0x96)](_0x1f1091);await this[_0x4cefc4(0x88)](_0x9dde46);for(const {suggestionData:_0x128e06,resolve:_0x1218f0}of this[_0x4cefc4(0x8d)][_0x4cefc4(0x7e)]()){let _0x39aa88=_0x9dde46[_0x4cefc4(0x83)](_0x408616=>_0x408616['id']===_0x128e06['id']);_0x39aa88||(_0x39aa88=await this[_0x4cefc4(0x9e)][_0x4cefc4(0x8f)](_0x128e06['id'],_0x128e06[_0x4cefc4(0x7b)],_0x128e06[_0x4cefc4(0x7c)],_0x128e06[_0x4cefc4(0x91)])),_0x1218f0(_0x39aa88);}for(const _0x5a133f of _0x9dde46)_0x4aac6b[_0x4cefc4(0xa2)](_0x5a133f['id'])||_0x4aac6b[_0x4cefc4(0x82)](_0x5a133f);}async[_0x26111e(0x80)](){const _0x4e4f19=_0x26111e;this[_0x4e4f19(0x9e)][_0x4e4f19(0x76)]||await new Promise(_0x57b5a1=>{const _0xf4bb95=_0x4e4f19;this[_0xf4bb95(0xa1)](this[_0xf4bb95(0x9e)],_0xf4bb95(0x90),_0x2a03b9=>{const _0x405993=_0xf4bb95;_0x2a03b9[_0x405993(0x9c)](),_0x57b5a1();});});}async[_0x26111e(0x88)](_0x5dc99c){const _0x5215e1=_0x26111e,_0x121cdc=this[_0x5215e1(0x70)][_0x5215e1(0x94)][_0x5215e1(0x98)](_0x11d6d2),{connection:_0x1f1bbd}=this[_0x5215e1(0x70)][_0x5215e1(0x94)][_0x5215e1(0x98)](_0x161169),_0x28f84f=new Set();for(const {authorId:_0x20e3cb}of _0x5dc99c)_0x121cdc[_0x5215e1(0xa0)](_0x20e3cb)||_0x28f84f[_0x5215e1(0x8f)](_0x20e3cb);if(0x0===_0x28f84f[_0x5215e1(0x77)])return;const _0x110da9=await _0x20979c[_0x5215e1(0x7d)](_0x1f1bbd,Array[_0x5215e1(0x92)](_0x28f84f));for(const _0xbfcbf1 of _0x110da9)_0x121cdc[_0x5215e1(0xa0)](_0xbfcbf1['id'])||_0x121cdc[_0x5215e1(0x71)](_0xbfcbf1);}}g[_0x26111e(0x97)]=_0x3c10aa;export default g;function ot(_0x5b95fc){if(rt(_0x5b95fc))return new Promise(()=>{});throw _0x5b95fc;}function rt(_0x2f204f){const _0x473a10=_0x26111e;return _0x2f204f[_0x473a10(0x93)][_0x473a10(0x6a)](_0x473a10(0xa4))||_0x2f204f[_0x473a10(0x93)][_0x473a10(0x6a)](_0x473a10(0x99));}
23
+ const _0xd4a82c=_0x57b1;(function(_0x3c68b7,_0x1acb7a){const _0x321aae=_0x57b1,_0x57fa8c=_0x3c68b7();while(!![]){try{const _0x293650=parseInt(_0x321aae(0x1b2))/0x1+parseInt(_0x321aae(0x192))/0x2*(-parseInt(_0x321aae(0x1c8))/0x3)+-parseInt(_0x321aae(0x1c3))/0x4*(-parseInt(_0x321aae(0x1b0))/0x5)+-parseInt(_0x321aae(0x1a0))/0x6+-parseInt(_0x321aae(0x1a7))/0x7+-parseInt(_0x321aae(0x1b6))/0x8*(parseInt(_0x321aae(0x1bf))/0x9)+parseInt(_0x321aae(0x1cb))/0xa;if(_0x293650===_0x1acb7a)break;else _0x57fa8c['push'](_0x57fa8c['shift']());}catch(_0x248103){_0x57fa8c['push'](_0x57fa8c['shift']());}}}(_0x4508,0xb576b));import{Plugin as _0x20e781}from'ckeditor5/src/core.js';function _0x57b1(_0x310792,_0x432096){const _0x450808=_0x4508();return _0x57b1=function(_0x57b1de,_0x54f326){_0x57b1de=_0x57b1de-0x192;let _0x1d1073=_0x450808[_0x57b1de];return _0x1d1073;},_0x57b1(_0x310792,_0x432096);}import{User as _0x34cc90,TrackChangesService as _0x5b9138}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x34c1e5 from'../realtimecollaborativeediting/websocketgateway.js';import _0x3afdbe from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0x46d3b8}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x20e781{static get[_0xd4a82c(0x19c)](){const _0x7cc16b=_0xd4a82c;return[_0x3afdbe,_0x7cc16b(0x1a9),_0x34c1e5];}constructor(_0x4bc7b4){const _0x16704a=_0xd4a82c;super(_0x4bc7b4);const _0x33faa8=this[_0x16704a(0x1b8)][_0x16704a(0x1c2)][_0x16704a(0x1a1)](_0x16704a(0x194));this[_0x16704a(0x19e)]=new Map(),this[_0x16704a(0x1c7)]=new g[(_0x16704a(0x195))](_0x33faa8);}[_0xd4a82c(0x19d)](){const _0x382616=_0xd4a82c,_0x35f61d=this[_0x382616(0x1b8)][_0x382616(0x1a5)][_0x382616(0x1a1)](_0x34c1e5),_0xf5202b=this[_0x382616(0x1b8)][_0x382616(0x1a5)][_0x382616(0x1a1)](_0x382616(0x1a9));return _0xf5202b[_0x382616(0x1be)]={'getSuggestion':async _0x56b653=>{const _0x5289ce=_0x382616;await this[_0x5289ce(0x1ae)]();const _0x4bf876=await this[_0x5289ce(0x1c7)][_0x5289ce(0x1a1)](_0x56b653)[_0x5289ce(0x1c1)](R);return await this[_0x5289ce(0x197)]([_0x4bf876]),_0x4bf876;},'addSuggestion':async({id:_0x219927,type:_0x2e9947,data:_0x56064f,originalSuggestionId:_0x1ee2b4,attributes:_0x3b8337})=>{const _0x187de7=_0x382616;await this[_0x187de7(0x1ae)]();const _0x399480={'id':_0x219927,'type':_0x2e9947,'data':_0x56064f,'originalSuggestionId':_0x1ee2b4,'attributes':_0x3b8337},_0x1d5f45=await this[_0x187de7(0x1c7)][_0x187de7(0x1bd)](_0x219927,_0x2e9947,_0x56064f,_0x1ee2b4,_0x3b8337)[_0x187de7(0x1c1)](_0xa3df74=>{if(st(_0xa3df74))return new Promise(_0x462f9b=>{const _0x2d190b=_0x57b1;this[_0x2d190b(0x19e)][_0x2d190b(0x19f)](_0x219927,{'resolve':_0x462f9b,'suggestionData':_0x399480});});throw _0xa3df74;});return this[_0x187de7(0x19e)][_0x187de7(0x1ad)](_0x219927),_0x1d5f45;},'updateSuggestion':async(_0x5bc01b,_0xf57590)=>{const _0x1157d2=_0x382616;if(await this[_0x1157d2(0x1ae)](),_0x1157d2(0x1c0)!==_0xf57590[_0x1157d2(0x1af)])return this[_0x1157d2(0x1c7)][_0x1157d2(0x1c5)](_0x5bc01b,_0xf57590)[_0x1157d2(0x1c1)](R);}},this[_0x382616(0x1a4)](this[_0x382616(0x1c7)],_0x382616(0x19b),(_0x351f96,_0x12ad4b)=>{const _0x35a917=_0x382616;_0xf5202b[_0x35a917(0x1a3)](_0x12ad4b['id'])&&(_0xf5202b[_0x35a917(0x1bc)](_0x12ad4b['id'])[_0x35a917(0x1c6)]=_0x12ad4b[_0x35a917(0x1c6)]);}),this[_0x382616(0x1c7)][_0x382616(0x1ac)](_0x35f61d[_0x382616(0x1b1)])[_0x382616(0x1b4)](_0x4f0ad1=>(_0x35f61d[_0x382616(0x193)](this),this[_0x382616(0x197)](_0x4f0ad1)[_0x382616(0x1b4)](()=>{const _0x3365d1=_0x382616;for(const _0xc66911 of _0x4f0ad1){_0xf5202b[_0x3365d1(0x19a)](_0xc66911)[_0x3365d1(0x1c4)]=!0x0;}})));}async[_0xd4a82c(0x1bb)](){const _0x28726d=_0xd4a82c,_0x50a203=this[_0x28726d(0x1b8)][_0x28726d(0x1a5)][_0x28726d(0x1a1)](_0x28726d(0x1a9)),{connection:_0x27faeb}=this[_0x28726d(0x1b8)][_0x28726d(0x1a5)][_0x28726d(0x1a1)](_0x34c1e5),_0x44af17=await this[_0x28726d(0x1c7)][_0x28726d(0x1ac)](_0x27faeb);await this[_0x28726d(0x197)](_0x44af17);for(const {suggestionData:_0x30fc6b,resolve:_0xe3dcaf}of this[_0x28726d(0x19e)][_0x28726d(0x196)]()){let _0x387d93=_0x44af17[_0x28726d(0x1b3)](_0x8499bd=>_0x8499bd['id']===_0x30fc6b['id']);_0x387d93||(_0x387d93=await this[_0x28726d(0x1c7)][_0x28726d(0x1bd)](_0x30fc6b['id'],_0x30fc6b[_0x28726d(0x1cd)],_0x30fc6b[_0x28726d(0x1a8)],_0x30fc6b[_0x28726d(0x1c9)])),_0xe3dcaf(_0x387d93);}for(const _0x3251d7 of _0x44af17)_0x50a203[_0x28726d(0x1a3)](_0x3251d7['id'])||_0x50a203[_0x28726d(0x19a)](_0x3251d7);}async[_0xd4a82c(0x1ae)](){const _0xea4a8a=_0xd4a82c;this[_0xea4a8a(0x1c7)][_0xea4a8a(0x1ab)]||await new Promise(_0x4366da=>{const _0x46fa27=_0xea4a8a;this[_0x46fa27(0x1a4)](this[_0x46fa27(0x1c7)],_0x46fa27(0x1ca),_0x58ff8b=>{const _0x549d33=_0x46fa27;_0x58ff8b[_0x549d33(0x1cc)](),_0x4366da();});});}async[_0xd4a82c(0x197)](_0x2e486c){const _0x2ae94c=_0xd4a82c,_0x27f898=this[_0x2ae94c(0x1b8)][_0x2ae94c(0x1a5)][_0x2ae94c(0x1a1)](_0x46d3b8),{connection:_0x2b0bff}=this[_0x2ae94c(0x1b8)][_0x2ae94c(0x1a5)][_0x2ae94c(0x1a1)](_0x34c1e5),_0x5cc3fa=new Set();for(const {authorId:_0x20a945}of _0x2e486c)_0x27f898[_0x2ae94c(0x199)](_0x20a945)||_0x5cc3fa[_0x2ae94c(0x1bd)](_0x20a945);if(0x0===_0x5cc3fa[_0x2ae94c(0x1a6)])return;const _0x460d62=await _0x34cc90[_0x2ae94c(0x1b7)](_0x2b0bff,Array[_0x2ae94c(0x1b9)](_0x5cc3fa));for(const _0x44aa3f of _0x460d62)_0x27f898[_0x2ae94c(0x199)](_0x44aa3f['id'])||_0x27f898[_0x2ae94c(0x1ba)](_0x44aa3f);}}function _0x4508(){const _0x396a86=['suggestionUpdated','requires','init','_bufferedRequests','set','3571158pMWlFa','get','cloud-services-internal-error:\x20Not\x20connected.','hasSuggestion','listenTo','plugins','size','4928798EmVtPu','data','TrackChangesEditing','message','isConnected','connect','delete','_waitForServiceReady','state','67315yJYNWv','connection','797067OOEaCT','find','then','cloud-services-internal-error:\x20Request\x20timeout.','2069552VSKzkd','getMany','editor','from','addUser','reconnect','getSuggestion','add','adapter','27HhFMbj','open','catch','config','128KSFKGt','_saved','update','attributes','_trackChangesService','30087EZgIyU','originalSuggestionId','connected','22827820fUMExt','off','type','138WXIgLN','addToReconnectionStack','collaboration.channelId','TrackChangesService','values','_fetchMissingUsersForThreads','startsWith','getUser','addSuggestionData'];_0x4508=function(){return _0x396a86;};return _0x4508();}g[_0xd4a82c(0x195)]=_0x5b9138;export default g;function R(_0x947f1d){if(st(_0x947f1d))return new Promise(()=>{});throw _0x947f1d;}function st(_0x2c075b){const _0x482473=_0xd4a82c;return _0x2c075b[_0x482473(0x1aa)][_0x482473(0x198)](_0x482473(0x1a2))||_0x2c075b[_0x482473(0x1aa)][_0x482473(0x198)](_0x482473(0x1b5));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5e00f7=_0x2b6f;(function(_0x2ba276,_0x196758){var _0x120b3f=_0x2b6f,_0x5567c9=_0x2ba276();while(!![]){try{var _0x11b888=parseInt(_0x120b3f(0x1f3))/0x1*(-parseInt(_0x120b3f(0x1f4))/0x2)+parseInt(_0x120b3f(0x1ef))/0x3+-parseInt(_0x120b3f(0x1ee))/0x4*(-parseInt(_0x120b3f(0x1f7))/0x5)+parseInt(_0x120b3f(0x1ed))/0x6+parseInt(_0x120b3f(0x1f5))/0x7+-parseInt(_0x120b3f(0x1f1))/0x8+-parseInt(_0x120b3f(0x1f2))/0x9*(parseInt(_0x120b3f(0x1f6))/0xa);if(_0x11b888===_0x196758)break;else _0x5567c9['push'](_0x5567c9['shift']());}catch(_0x15d95d){_0x5567c9['push'](_0x5567c9['shift']());}}}(_0x2629,0xb55c4));function _0x2629(){var _0x59b303=['9964787rsbHHx','50bdOCRA','113210fBiLtM','TrackChanges','pluginName','RealTimeCollaborativeTrackChanges','5887254IpTcyL','56DiOLOq','2330355xbArVR','requires','7222520GVonfW','1376307cxEqSl','231DBWyrx','9422ixETJk'];_0x2629=function(){return _0x59b303;};return _0x2629();}function _0x2b6f(_0x572f03,_0x2ba5de){var _0x2629e1=_0x2629();return _0x2b6f=function(_0x2b6f33,_0x5492ba){_0x2b6f33=_0x2b6f33-0x1ed;var _0x26dffa=_0x2629e1[_0x2b6f33];return _0x26dffa;},_0x2b6f(_0x572f03,_0x2ba5de);}import{Plugin as _0x49dba8}from'ckeditor5/src/core.js';import _0x376541 from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';import _0xf5a047 from'./realtimecollaborativecomments.js';export default class p extends _0x49dba8{static get[_0x5e00f7(0x1f0)](){var _0x24abdc=_0x5e00f7;return[_0xf5a047,_0x376541,_0x24abdc(0x1f8)];}static get[_0x5e00f7(0x1f9)](){var _0x256632=_0x5e00f7;return _0x256632(0x1fa);}}
23
+ var _0x3f4ece=_0x3791;function _0x69bf(){var _0x172440=['130382CEcUeW','pluginName','2506104EHrBxn','51341059jcvCiG','298550bajmbC','10FOdPno','4GDVeYW','TrackChanges','12nCGvUF','13377303GhmJDE','requires','97081fRWyhD','80fJNWSz','2308791SgTyWW','RealTimeCollaborativeTrackChanges'];_0x69bf=function(){return _0x172440;};return _0x69bf();}(function(_0x2da2fb,_0x532b49){var _0x5c8a1d=_0x3791,_0x1f6ac4=_0x2da2fb();while(!![]){try{var _0x3d51f2=-parseInt(_0x5c8a1d(0x8b))/0x1+-parseInt(_0x5c8a1d(0x82))/0x2+-parseInt(_0x5c8a1d(0x8d))/0x3*(parseInt(_0x5c8a1d(0x86))/0x4)+parseInt(_0x5c8a1d(0x84))/0x5*(-parseInt(_0x5c8a1d(0x88))/0x6)+parseInt(_0x5c8a1d(0x80))/0x7*(-parseInt(_0x5c8a1d(0x8c))/0x8)+-parseInt(_0x5c8a1d(0x89))/0x9*(parseInt(_0x5c8a1d(0x85))/0xa)+parseInt(_0x5c8a1d(0x83))/0xb;if(_0x3d51f2===_0x532b49)break;else _0x1f6ac4['push'](_0x1f6ac4['shift']());}catch(_0x4fe3af){_0x1f6ac4['push'](_0x1f6ac4['shift']());}}}(_0x69bf,0xb8788));import{Plugin as _0x1cd74c}from'ckeditor5/src/core.js';import _0x109820 from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';function _0x3791(_0x3908a1,_0x59d9fd){var _0x69bf34=_0x69bf();return _0x3791=function(_0x3791ce,_0x35d303){_0x3791ce=_0x3791ce-0x7f;var _0x2b6f78=_0x69bf34[_0x3791ce];return _0x2b6f78;},_0x3791(_0x3908a1,_0x59d9fd);}import _0x10b447 from'./realtimecollaborativecomments.js';export default class p extends _0x1cd74c{static get[_0x3f4ece(0x8a)](){var _0x340b2e=_0x3f4ece;return[_0x10b447,_0x109820,_0x340b2e(0x87)];}static get[_0x3f4ece(0x81)](){var _0x168477=_0x3f4ece;return _0x168477(0x7f);}}