@ckeditor/ckeditor5-real-time-collaboration 43.0.0-alpha.6 → 43.0.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 _0x2ed147=_0x1199;(function(_0x169f05,_0x40c5c0){const _0x2906a9=_0x1199,_0x221a88=_0x169f05();while(!![]){try{const _0x3cd46b=-parseInt(_0x2906a9(0x1a5))/0x1*(parseInt(_0x2906a9(0x255))/0x2)+parseInt(_0x2906a9(0x238))/0x3*(-parseInt(_0x2906a9(0x287))/0x4)+-parseInt(_0x2906a9(0x214))/0x5*(parseInt(_0x2906a9(0x1e7))/0x6)+parseInt(_0x2906a9(0x221))/0x7+parseInt(_0x2906a9(0x244))/0x8*(-parseInt(_0x2906a9(0x288))/0x9)+parseInt(_0x2906a9(0x26c))/0xa*(parseInt(_0x2906a9(0x206))/0xb)+-parseInt(_0x2906a9(0x23d))/0xc*(-parseInt(_0x2906a9(0x250))/0xd);if(_0x3cd46b===_0x40c5c0)break;else _0x221a88['push'](_0x221a88['shift']());}catch(_0x1673bd){_0x221a88['push'](_0x221a88['shift']());}}}(_0x5290,0xb12c0));import{Plugin as _0x2e7d36,PendingActions as _0x2c65d5}from'ckeditor5/src/core.js';import{CKEditorError as _0x10e80b,version as _0x5e6176,uid as _0x4a95df}from'ckeditor5/src/utils.js';import{Notification as _0x2e9785}from'ckeditor5/src/ui.js';function _0x1199(_0x353660,_0x5dfe53){const _0x52906b=_0x5290();return _0x1199=function(_0x11999e,_0x2839fd){_0x11999e=_0x11999e-0x189;let _0x5f15fc=_0x52906b[_0x11999e];return _0x5f15fc;},_0x1199(_0x353660,_0x5dfe53);}import{transformSets as _0x4c8bb6,NoOperation as _0x1a4f3e,InsertOperation as _0x52f24d,MarkerOperation as _0x91463b,RootAttributeOperation as _0x31d108,OperationFactory as _0x3583d5,History as _0x477be4}from'ckeditor5/src/engine.js';import _0xebe0d8 from'./websocketgateway.js';import _0x3cc8cf from'./sessions.js';import _0x33f82d from'./usermarkers.js';import{getTranslation as _0x541991}from'../common-translations.js';import{Compressor as _0x5dbc43}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0x2be60c}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x305b86,CollaborativeEditingService as _0x592a31}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';function _0x5290(){const _0x8ba554=['realtimecollaborationclient-initservice-internal-error','235aazJbz','_currentBufferDelay','_document','_shouldSendUpdate','_updateServerHistory','type','markers','string','collaboration-missing-channelid','getMany','realtimecollaborationclient-init-connection-failed','history','getDocumentDetails','6636574aBsUBh','_isDisconnection','_isEditingAllowed','isReadOnly','_authorId','plugins','view','connection','affectedSelectable','marker','return','createRange','CollaborativeEditingService','_isInit','lastDocumentSession','getUser','version','high','RealTimeCollaborationClient','roots','define','sessionAdd:','collaboration','93ASITlg','rootName','reconnect','message','setPermissions','41028aAriDJ','stopListening','add','_setUpDataInit','off','realtimecollaborationclient-sendbufferedoperations','addRootAttribute','6960568feJAPj','permissions','wereChangesApplied','loadRoot','_handleReconnectionResponse','offset','collaboration.channelId','toJSON','targetPosition','rtc-offline','removeFromReconnectionStack','rootsAttributes','10491MPBxZj','createdAt','set','lastOperationAcceptedAt','_refreshUserSelectionMarkers','358cXFAyJ','_applyOperationsSet','mySessionId','_handleServerResponse','from','cs:removeUser','clone','userId','suppressErrorInCollaboration','_sendBufferedOperations','_knownOperations','catch','cloud-services-internal-error:\x20Request\x20timeout.','_handleSendingSelectionMarkers','reset','channelSessions','affectsData','_loadRoot','$root','enqueueChange','baseVersion','createPositionFromPath','lastSyncVersion','10UQUdyD','getConnectedSessions','_handleReceivedOperations','Notification','__className','realtimecollaborationclient-init-document-already-initialized','includes','applyOperation','_pendingAction','destroy','path','realtimecollaborationclient-handleserverresponse','getIdOfTheLastOperation','decompress','cloud-services-internal-error:\x20Not\x20connected.','addToReconnectionStack','_compressOperations','_addKnownRoot','forEach','_getOperationsFromInitData','fromJSON','sendOperations','_disconnectionOperations','then','has','multi-root-editor-root-attributes-no-root','_hasSelectionChanged','175204GmPJWT','9HYSoHh','_fetchMissingUsers','realtimecollaborationclient-init-non-existent-root','startsWith','stop','_isConnected','size','finally','_bufferedOperations','_disconnectService','register','_channelId','_service','locale','_operationToId','_saveOperationInBuffer','entries','listenTo','pluginName','realtimecollaborationclient-init-session-connection-error','change:_isPendingUpdate','_initSessionsHandling','setIdForTheLastOperation','_isPendingUpdate','_getAffectedRoot','lastOperationId','Synchronization\x20issue','change:_isEditingAllowed','_lastSyncedOperationId','directChange','push','requires','createUserMarkerOperations','_baseBufferDelay','6746nqDHqV','apply','createRoot','insert','slice','getRoot','_handleInitialConnectionData','ready','_setPendingAction','rtc-destroyed','_handleReconnectionError','connected','round','wasUndone','_handleExternalOperations','editing','start','_knownRootNames','change:hasDomSelection','serverHistory','_connectService','_bufferRootLoad','sessionCreatedAt','createPositionAt','disconnect','Permissions','_sendBufferedOperationsDelayed','map','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.','attributes','_ignoredOperations','isEnabled','isUndoneOperation','enableReadOnlyMode','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_compressor','code','disconnected','_operationIdentifier','InsertOperation','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.','keys','get','data','_shouldSendSelectionUpdate','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','disableReadOnlyMode','409','connect','remove','length','CommentsOnly','getOperations','initData','model','addOperation','compress','config','404','newRange','isDocumentOperation','currentDocumentSession','_sendBufferedOperationsDelayId','error','_lastServerVersion','state','45852wMuisQ','sessionId','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','reconnection:\x20flushed\x20session','batch','_hasSynchronizationProblem','addRoot','selection','document:write','end','operationsReceived','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_connectAfterSessionHasBeenFlushed','showWarning','document','_offset','PENDING_ACTION_SENDING_DATA','_clearPendingAction','position','parse','bind','differ','filter','realtimecollaborationclient-initservice-incorrect-server-operation','_isLoaded','unregister','addUser','_waitUntilSynced','metadata','editor','change:range','8944001KAEQUL','root','_isAttached','cloudServices.bundleVersion','real-time-collaboration','move','_decompressOperations','fire','_initThrowingOnDataSet','cloudDocumentVersion','_crash','getOperationAuthor','init'];_0x5290=function(){return _0x8ba554;};return _0x5290();}let K=0x1;class l extends _0x2e7d36{static get[_0x2ed147(0x1a2)](){return[_0xebe0d8,_0x3cc8cf,_0x33f82d,_0x2c65d5,_0x2be60c,_0x2e9785];}static get[_0x2ed147(0x195)](){const _0x56e967=_0x2ed147;return _0x56e967(0x233);}get[_0x2ed147(0x20f)](){const _0x45749f=_0x2ed147;return this[_0x45749f(0x1e5)]+this[_0x45749f(0x1f6)];}get[_0x2ed147(0x1e5)](){const _0x3cd7e3=_0x2ed147;return this[_0x3cd7e3(0x1b8)][_0x3cd7e3(0x231)]-this[_0x3cd7e3(0x1f6)];}get[_0x2ed147(0x26b)](){const _0x4293c5=_0x2ed147,_0x3e78b8=this[_0x4293c5(0x1b8)][_0x4293c5(0x1d9)]();for(let _0x421480=_0x3e78b8[_0x4293c5(0x1d7)]-0x1;_0x421480>=0x0;_0x421480--){const _0x10cfb2=_0x3e78b8[_0x421480];if(!this[_0x4293c5(0x282)][_0x4293c5(0x284)](_0x10cfb2))return _0x10cfb2[_0x4293c5(0x269)]+0x1-this[_0x4293c5(0x1f6)];}return 0x0;}constructor(_0x39e4ff){const _0x3a2c64=_0x2ed147;if(super(_0x39e4ff),this[_0x3a2c64(0x1f6)]=0x0,this[_0x3a2c64(0x1e8)]=null,this[_0x3a2c64(0x1b8)]=new _0x477be4(),this[_0x3a2c64(0x204)][_0x3a2c64(0x1de)][_0x3a2c64(0x235)](_0x3a2c64(0x237),{}),this[_0x3a2c64(0x18e)]=this[_0x3a2c64(0x204)][_0x3a2c64(0x1de)][_0x3a2c64(0x1cf)](_0x3a2c64(0x24a)),!this[_0x3a2c64(0x18e)])throw new _0x10e80b(_0x3a2c64(0x21c),this);const _0x411b2a=_0x39e4ff[_0x3a2c64(0x1de)][_0x3a2c64(0x1cf)](_0x3a2c64(0x209))||_0x5e6176;this[_0x3a2c64(0x18f)]=new l[(_0x3a2c64(0x22d))](_0x411b2a,this[_0x3a2c64(0x18e)]),this[_0x3a2c64(0x216)]=this[_0x3a2c64(0x204)][_0x3a2c64(0x1db)][_0x3a2c64(0x1f5)],this[_0x3a2c64(0x1c8)]=new _0x5dbc43(),this[_0x3a2c64(0x18b)]=[],this[_0x3a2c64(0x25f)]=new WeakSet(),this[_0x3a2c64(0x1b6)]=new Set(),this[_0x3a2c64(0x252)](_0x3a2c64(0x19a),!0x1),this[_0x3a2c64(0x252)](_0x3a2c64(0x1ec),!0x1),this[_0x3a2c64(0x274)]=null,this[_0x3a2c64(0x286)]=!0x1,this[_0x3a2c64(0x1e3)]=null,this[_0x3a2c64(0x1a4)]=0x12c,this[_0x3a2c64(0x215)]=this[_0x3a2c64(0x1a4)],this[_0x3a2c64(0x19f)]=null,this[_0x3a2c64(0x282)]=new WeakSet(),this[_0x3a2c64(0x1cb)]=new X(this[_0x3a2c64(0x282)]);}[_0x2ed147(0x212)](){const _0x5e4463=_0x2ed147,_0x2d8c6e=this[_0x5e4463(0x204)],_0x1818c8=_0x2d8c6e[_0x5e4463(0x226)][_0x5e4463(0x1cf)](_0x2be60c),_0x33d9eb=_0x2d8c6e[_0x5e4463(0x226)][_0x5e4463(0x1cf)](_0xebe0d8);this[_0x5e4463(0x194)](_0x1818c8,_0x5e4463(0x211),(_0x3d2c2f,_0x268339)=>{const _0x39a830=_0x5e4463,_0xd8341f=_0x268339[0x0];_0xd8341f[_0x39a830(0x225)]&&(_0x3d2c2f[_0x39a830(0x22b)]=_0x1818c8[_0x39a830(0x230)](_0xd8341f[_0x39a830(0x225)]),_0x3d2c2f[_0x39a830(0x28c)]()),null===_0xd8341f[_0x39a830(0x225)]&&(_0x3d2c2f[_0x39a830(0x22b)]=null,_0x3d2c2f[_0x39a830(0x28c)]());},{'priority':_0x5e4463(0x232)}),this[_0x5e4463(0x194)](_0x2d8c6e[_0x5e4463(0x1db)][_0x5e4463(0x1f5)][_0x5e4463(0x1ee)],_0x5e4463(0x205),(_0xc66fa1,_0xbbc90c)=>{const _0x1eda6d=_0x5e4463;_0xbbc90c[_0x1eda6d(0x1a0)]&&this[_0x1eda6d(0x254)]();}),this[_0x5e4463(0x194)](_0x2d8c6e[_0x5e4463(0x1b4)][_0x5e4463(0x227)],_0x5e4463(0x1b7),()=>{const _0x5ca5a8=_0x5e4463;this[_0x5ca5a8(0x254)]();}),this[_0x5e4463(0x20e)](),_0x2d8c6e[_0x5e4463(0x1db)]['on'](_0x5e4463(0x273),(_0x30156f,_0x4c2258)=>{const _0x33a60e=_0x5e4463,_0x168441=_0x4c2258[0x0];_0x168441[_0x33a60e(0x1e1)]&&(this[_0x33a60e(0x192)](_0x168441),this[_0x33a60e(0x217)]()&&this[_0x33a60e(0x1bf)]());}),this[_0x5e4463(0x240)](),this[_0x5e4463(0x1fb)](_0x5e4463(0x223))['to'](_0x33d9eb,_0x5e4463(0x1e6),this,_0x5e4463(0x1ec),(_0x76580d,_0x1ee333)=>_0x5e4463(0x1b0)===_0x76580d&&!_0x1ee333),this['on'](_0x5e4463(0x19e),()=>{const _0x5435d1=_0x5e4463;this[_0x5435d1(0x223)]?_0x2d8c6e[_0x5435d1(0x1d3)](_0x5435d1(0x24d)):_0x2d8c6e[_0x5435d1(0x1c6)](_0x5435d1(0x24d));}),this[_0x5e4463(0x223)]?_0x2d8c6e[_0x5e4463(0x1d3)](_0x5e4463(0x24d)):_0x2d8c6e[_0x5e4463(0x1c6)](_0x5e4463(0x24d)),this[_0x5e4463(0x252)](_0x5e4463(0x28d),!0x1);}async[_0x2ed147(0x23a)](){const _0xaf8a45=_0x2ed147,_0x20cdc5=this[_0xaf8a45(0x204)][_0xaf8a45(0x226)][_0xaf8a45(0x1cf)](_0x3cc8cf),_0x570ff0=this[_0xaf8a45(0x204)][_0xaf8a45(0x226)][_0xaf8a45(0x1cf)](_0xebe0d8);try{this[_0xaf8a45(0x19a)]=!0x0,_0x20cdc5[_0xaf8a45(0x200)](this[_0xaf8a45(0x18e)]);const _0x1ca698=await this[_0xaf8a45(0x18f)][_0xaf8a45(0x23a)](_0x570ff0[_0xaf8a45(0x228)],this[_0xaf8a45(0x26b)]);await this[_0xaf8a45(0x248)](_0x1ca698)&&(this[_0xaf8a45(0x19a)]=!0x1,this[_0xaf8a45(0x1f8)]());const _0x28696f=await this[_0xaf8a45(0x18f)][_0xaf8a45(0x26d)]();_0x20cdc5[_0xaf8a45(0x18d)](this[_0xaf8a45(0x18e)],_0x28696f),this[_0xaf8a45(0x262)](),this[_0xaf8a45(0x28d)]=!0x0;}catch(_0x1bb1cb){if(function(_0x257e05){const _0x42e812=_0xaf8a45;return _0x42e812(0x1df)===_0x257e05[_0x42e812(0x1c9)];}(_0x1bb1cb)&&this[_0xaf8a45(0x1e8)])await this[_0xaf8a45(0x1f3)]();else{if(function(_0xce47c5){const _0x371b13=_0xaf8a45;return _0x371b13(0x1d4)===_0xce47c5[_0x371b13(0x1c9)];}(_0x1bb1cb)){const _0x50744a=_0x541991(this[_0xaf8a45(0x204)][_0xaf8a45(0x190)],_0xaf8a45(0x1c7));this[_0xaf8a45(0x1af)](_0x50744a);}else{if(!(_0x1bb1cb instanceof J))throw _0x1bb1cb;this[_0xaf8a45(0x1af)]();}}}}[_0x2ed147(0x275)](){const _0x103820=_0x2ed147,_0x436147=this[_0x103820(0x204)][_0x103820(0x226)][_0x103820(0x1cf)](_0xebe0d8),_0x39e38b=this[_0x103820(0x204)][_0x103820(0x226)][_0x103820(0x1cf)](_0x3cc8cf);this[_0x103820(0x204)][_0x103820(0x1c6)](_0x103820(0x1ae)),_0x39e38b[_0x103820(0x264)][_0x103820(0x284)](this[_0x103820(0x18e)])&&_0x39e38b[_0x103820(0x200)](this[_0x103820(0x18e)]),_0x436147[_0x103820(0x24e)](this),this[_0x103820(0x18c)](),super[_0x103820(0x275)]();}async[_0x2ed147(0x248)](_0x5b9042){const _0x1354cf=_0x2ed147;if(this[_0x1354cf(0x1e8)]!==_0x5b9042[_0x1354cf(0x1e8)]&&this[_0x1354cf(0x19f)]!==_0x5b9042[_0x1354cf(0x19c)])throw new J();return this[_0x1354cf(0x1e8)]=_0x5b9042[_0x1354cf(0x1e8)],this[_0x1354cf(0x258)]([],{..._0x5b9042,'wereChangesApplied':!0x1,'data':_0x5b9042[_0x1354cf(0x1d0)]},_0x1354cf(0x23a));}async[_0x2ed147(0x1b9)](_0x406934,_0x3a5cad=!0x1){const _0x1d7e7a=_0x2ed147,{connection:_0x353f1c}=this[_0x1d7e7a(0x204)][_0x1d7e7a(0x226)][_0x1d7e7a(0x1cf)](_0xebe0d8);l[_0x1d7e7a(0x22d)][_0x1d7e7a(0x26d)](_0x353f1c,this[_0x1d7e7a(0x18e)])[_0x1d7e7a(0x283)](_0x2a0511=>this[_0x1d7e7a(0x198)](_0x2a0511))[_0x1d7e7a(0x260)](_0x2e2a9b=>{const _0x30eb3a=_0x1d7e7a;this[_0x30eb3a(0x210)](_0x30eb3a(0x196),_0x2e2a9b);}),this[_0x1d7e7a(0x194)](this[_0x1d7e7a(0x18f)],_0x1d7e7a(0x1f1),this[_0x1d7e7a(0x26e)][_0x1d7e7a(0x1fb)](this)),this[_0x1d7e7a(0x194)](this[_0x1d7e7a(0x18f)],_0x1d7e7a(0x1e4),(_0x2cb8b0,_0x2dad57)=>{const _0xebdd39=_0x1d7e7a;this[_0xebdd39(0x210)](_0xebdd39(0x213),_0x2dad57);}),this[_0x1d7e7a(0x194)](this[_0x1d7e7a(0x18f)],_0x1d7e7a(0x1ca),()=>{const _0x4eba71=_0x1d7e7a;this[_0x4eba71(0x28d)]=!0x1;});const _0x51dadc=this[_0x1d7e7a(0x1cb)][_0x1d7e7a(0x278)](_0x406934);this[_0x1d7e7a(0x19a)]=!0x0;const _0xab6146=await this[_0x1d7e7a(0x18f)][_0x1d7e7a(0x1d5)](_0x353f1c,this[_0x1d7e7a(0x27c)](_0x406934),_0x51dadc);if(this[_0x1d7e7a(0x1e8)]=_0xab6146[_0x1d7e7a(0x1e8)],_0x3a5cad){if(!_0xab6146[_0x1d7e7a(0x246)])return void this[_0x1d7e7a(0x1af)]();this[_0x1d7e7a(0x19a)]=!0x1,this[_0x1d7e7a(0x1f8)](),this[_0x1d7e7a(0x1b8)][_0x1d7e7a(0x263)](),this[_0x1d7e7a(0x1f6)]=_0xab6146[_0x1d7e7a(0x249)],this[_0x1d7e7a(0x1b8)][_0x1d7e7a(0x231)]=this[_0x1d7e7a(0x1f6)],await this[_0x1d7e7a(0x258)](_0x406934,_0xab6146,_0x1d7e7a(0x1ea));}else await this[_0x1d7e7a(0x1ab)](_0xab6146,_0x406934);this[_0x1d7e7a(0x262)](),this[_0x1d7e7a(0x28d)]=!0x0;}[_0x2ed147(0x262)](){const _0x167361=_0x2ed147,_0x574255=this[_0x167361(0x204)][_0x167361(0x226)][_0x167361(0x1cf)](_0x3cc8cf),_0x1f0cc2=this[_0x167361(0x204)][_0x167361(0x226)][_0x167361(0x1cf)](_0x33f82d),_0x4da757=_0x574255[_0x167361(0x264)][_0x167361(0x1cf)](this[_0x167361(0x18e)]);_0x4da757&&_0x4da757[_0x167361(0x1d7)]>0x1?_0x1f0cc2[_0x167361(0x1a3)]():this[_0x167361(0x194)](_0x574255,_0x167361(0x236)+this[_0x167361(0x18e)],()=>{const _0x1dc464=_0x167361;0x2===_0x574255[_0x1dc464(0x264)][_0x1dc464(0x1cf)](this[_0x1dc464(0x18e)])[_0x1dc464(0x1d7)]&&_0x1f0cc2[_0x1dc464(0x1a3)]();});}async[_0x2ed147(0x26e)](_0x92dfa6,_0x3fc5bd,_0x159b6a,_0x2fb6d4){const _0x238470=_0x2ed147;if(!this[_0x238470(0x19a)]&&this[_0x238470(0x216)][_0x238470(0x231)]==_0x3fc5bd){const _0x243a3c=this[_0x238470(0x20c)](_0x159b6a,_0x2fb6d4);await this[_0x238470(0x289)](_0x243a3c),this[_0x238470(0x1b3)](_0x243a3c,_0x3fc5bd,_0x159b6a[_0x238470(0x19c)])||this[_0x238470(0x210)](_0x238470(0x1fe));}}async[_0x2ed147(0x1f3)](){const _0x49c2fe=_0x2ed147;this[_0x49c2fe(0x18c)]();const {locale:_0x4ede45}=this[_0x49c2fe(0x204)];let _0x5573e4;try{_0x5573e4=await this[_0x49c2fe(0x18f)][_0x49c2fe(0x220)]();}catch(_0x2cadc2){const _0x213061=_0x541991(_0x4ede45,_0x49c2fe(0x1f2));return void this[_0x49c2fe(0x1af)](_0x213061);}const _0x4f3c1f=_0x5573e4[_0x49c2fe(0x1e2)]||_0x5573e4[_0x49c2fe(0x22f)];if(this[_0x49c2fe(0x19f)]===_0x4f3c1f[_0x49c2fe(0x19c)])await this[_0x49c2fe(0x1b9)](this[_0x49c2fe(0x204)][_0x49c2fe(0x1db)][_0x49c2fe(0x1f5)][_0x49c2fe(0x21f)][_0x49c2fe(0x1d9)](),!0x0);else{const _0x1d4f3f=_0x541991(_0x4ede45,_0x49c2fe(0x1c1));this[_0x49c2fe(0x1af)](_0x1d4f3f);}}[_0x2ed147(0x18c)](){const _0x5aab30=_0x2ed147;this[_0x5aab30(0x18f)][_0x5aab30(0x1bd)](),this[_0x5aab30(0x18b)]=[],clearTimeout(this[_0x5aab30(0x1e3)]),this[_0x5aab30(0x23e)](this[_0x5aab30(0x18f)]);}[_0x2ed147(0x198)](_0x5cf1a5){const _0xc95acd=_0x2ed147,_0x32c9d8=this[_0xc95acd(0x204)][_0xc95acd(0x226)][_0xc95acd(0x1cf)](_0x3cc8cf);this[_0xc95acd(0x194)](_0x32c9d8,_0xc95acd(0x236)+this[_0xc95acd(0x18e)],(_0xa4e652,{session:_0x5a2828})=>{const _0x644bb8=_0xc95acd;if(_0x5a2828['id']===_0x32c9d8[_0x644bb8(0x257)]){_0xa4e652[_0x644bb8(0x241)]();const _0x5ef805=this[_0x644bb8(0x204)][_0x644bb8(0x226)][_0x644bb8(0x284)](_0x644bb8(0x1d8))&&this[_0x644bb8(0x204)][_0x644bb8(0x226)][_0x644bb8(0x1cf)](_0x644bb8(0x1d8));let _0x74ec7e=_0x5a2828[_0x644bb8(0x245)];_0x5ef805&&_0x5ef805[_0x644bb8(0x1c4)]&&(_0x74ec7e=_0x74ec7e[_0x644bb8(0x1fd)](_0x118c86=>_0x644bb8(0x1ef)!==_0x118c86)),this[_0x644bb8(0x204)][_0x644bb8(0x226)][_0x644bb8(0x1cf)](_0x644bb8(0x1be))[_0x644bb8(0x23c)](_0x74ec7e,this[_0x644bb8(0x18e)]);}}),_0x32c9d8[_0xc95acd(0x18d)](this[_0xc95acd(0x18e)],_0x5cf1a5);}[_0x2ed147(0x20e)](){const _0x3487af=_0x2ed147,_0x1f8890=this[_0x3487af(0x204)][_0x3487af(0x1d0)][_0x3487af(0x252)];this[_0x3487af(0x204)][_0x3487af(0x1d0)][_0x3487af(0x252)]=(..._0x1694af)=>{const _0x2bb3b3=_0x3487af;if(!_0x1694af[_0x1694af[_0x2bb3b3(0x1d7)]-0x1][_0x2bb3b3(0x25d)])throw new _0x10e80b(_0x2bb3b3(0x1d2),this);_0x1f8890[_0x2bb3b3(0x1a6)](this[_0x2bb3b3(0x204)][_0x2bb3b3(0x1d0)],_0x1694af);};}[_0x2ed147(0x240)](){const _0x5bdbc8=_0x2ed147;this[_0x5bdbc8(0x204)][_0x5bdbc8(0x1d0)]['on'](_0x5bdbc8(0x212),(_0x59850b,[_0xa9bc5c])=>{const _0x13d423=_0x5bdbc8;if(this[_0x13d423(0x216)][_0x13d423(0x231)])throw new _0x10e80b(_0x13d423(0x271),this);_0x59850b[_0x13d423(0x28c)](),this[_0x13d423(0x1ad)]();const _0x226973=this[_0x13d423(0x204)][_0x13d423(0x1de)][_0x13d423(0x1cf)](_0x13d423(0x24f)),_0x445e96=this[_0x13d423(0x27f)](_0xa9bc5c,_0x226973);0x0==_0x445e96[_0x13d423(0x1d7)]&&_0x445e96[_0x13d423(0x1a1)](new _0x1a4f3e(0x0)),_0x59850b[_0x13d423(0x22b)]=this[_0x13d423(0x1b9)](_0x445e96)[_0x13d423(0x283)](()=>{const _0x10aecf=_0x13d423;this[_0x10aecf(0x204)][_0x10aecf(0x226)][_0x10aecf(0x1cf)](_0xebe0d8)[_0x10aecf(0x27b)](this),this[_0x10aecf(0x204)][_0x10aecf(0x1d0)][_0x10aecf(0x20d)](_0x10aecf(0x1ac));})[_0x13d423(0x260)](_0x952ef=>this[_0x13d423(0x210)](_0x13d423(0x21e),_0x952ef))[_0x13d423(0x18a)](()=>this[_0x13d423(0x1f8)]());},{'priority':_0x5bdbc8(0x232)}),this[_0x5bdbc8(0x204)]['on'](_0x5bdbc8(0x247),async(_0x43c1f6,[_0x1a908f,_0x281491])=>{const _0x18f636=_0x5bdbc8;_0x43c1f6[_0x18f636(0x28c)]();const _0x308034=this[_0x18f636(0x204)][_0x18f636(0x1db)][_0x18f636(0x1f5)][_0x18f636(0x1aa)](_0x1a908f);if(!this[_0x18f636(0x1b6)][_0x18f636(0x284)](_0x1a908f)){const _0x18567f=_0x281491&&_0x281491[_0x18f636(0x1d0)]?_0x281491[_0x18f636(0x1d0)]:'',_0xe93e5b=_0x281491&&_0x281491[_0x18f636(0x1c2)]?_0x281491[_0x18f636(0x1c2)]:{};await this[_0x18f636(0x266)](_0x1a908f,_0x18567f,_0xe93e5b);}this[_0x18f636(0x204)][_0x18f636(0x1db)][_0x18f636(0x268)]({'isUndoable':!0x1},()=>{const _0x3e1c85=_0x18f636;_0x308034[_0x3e1c85(0x1ff)]=!0x0,this[_0x3e1c85(0x204)][_0x3e1c85(0x1db)][_0x3e1c85(0x1f5)][_0x3e1c85(0x1fc)][_0x3e1c85(0x1ba)](_0x308034);});},{'priority':_0x5bdbc8(0x232)});}async[_0x2ed147(0x289)](_0x1ccd24){const _0x10ff91=_0x2ed147,_0x295f0d=this[_0x10ff91(0x204)][_0x10ff91(0x226)][_0x10ff91(0x1cf)](_0x2be60c),{connection:_0x4729f0}=this[_0x10ff91(0x204)][_0x10ff91(0x226)][_0x10ff91(0x1cf)](_0xebe0d8),_0x4d7b02=new Set();for(const _0x1e9ce3 of _0x1ccd24){const _0x98e30f=_0x1e9ce3[_0x10ff91(0x225)];_0x98e30f&&!_0x295f0d[_0x10ff91(0x230)](_0x98e30f)&&_0x4d7b02[_0x10ff91(0x23f)](_0x98e30f);}if(0x0===_0x4d7b02[_0x10ff91(0x189)])return;const _0x5e00a6=await _0x305b86[_0x10ff91(0x21d)](_0x4729f0,Array[_0x10ff91(0x259)](_0x4d7b02));for(const _0x18a1a7 of _0x5e00a6)_0x295f0d[_0x10ff91(0x230)](_0x18a1a7['id'])||_0x295f0d[_0x10ff91(0x201)](_0x18a1a7);}[_0x2ed147(0x27f)](_0x3864d4,_0x510896={}){const _0x54d952=_0x2ed147,_0x594efb=this[_0x54d952(0x204)][_0x54d952(0x1db)],_0xf9385f=[];let _0x293482=0x0;const _0x2b2c36=_0x54d952(0x21b)==typeof _0x3864d4?{'main':_0x3864d4}:_0x3864d4;for(const _0x59e2fa of Object[_0x54d952(0x1ce)](_0x2b2c36)){if(!this[_0x54d952(0x216)][_0x54d952(0x234)][_0x54d952(0x284)](_0x59e2fa))throw new _0x10e80b(_0x54d952(0x28a),this);const _0x4761d1=this[_0x54d952(0x204)][_0x54d952(0x1d0)][_0x54d952(0x1fa)](_0x2b2c36[_0x59e2fa]),_0x30e910=this[_0x54d952(0x216)][_0x54d952(0x1aa)](_0x59e2fa),_0x105562=new _0x52f24d(_0x594efb[_0x54d952(0x1bc)](_0x30e910,0x0),_0x4761d1,_0x293482++);_0xf9385f[_0x54d952(0x1a1)](_0x105562);for(const [_0x49132c,_0x144dbc]of _0x4761d1[_0x54d952(0x21a)]){const _0x11b1c3=_0x594efb[_0x54d952(0x22c)](_0x594efb[_0x54d952(0x26a)](_0x30e910,_0x144dbc[_0x54d952(0x1b5)][_0x54d952(0x276)][_0x54d952(0x1a9)]()),_0x594efb[_0x54d952(0x26a)](_0x30e910,_0x144dbc[_0x54d952(0x1f0)][_0x54d952(0x276)][_0x54d952(0x1a9)]())),_0x3afd42=new _0x91463b(_0x49132c,null,_0x11b1c3,_0x594efb[_0x54d952(0x21a)],!0x0,_0x293482++);_0xf9385f[_0x54d952(0x1a1)](_0x3afd42);}}if(_0x510896)for(const [_0x36be2a,_0x4e53d0]of Object[_0x54d952(0x193)](_0x510896)){const _0x314ef3=_0x594efb[_0x54d952(0x1f5)][_0x54d952(0x1aa)](_0x36be2a);if(!_0x314ef3)throw new _0x10e80b(_0x54d952(0x285),null);for(const [_0x33aa9e,_0x588d15]of Object[_0x54d952(0x193)](_0x4e53d0))if(null!==_0x588d15){const _0x3bdd79=new _0x31d108(_0x314ef3,_0x33aa9e,null,_0x588d15,_0x293482++);_0xf9385f[_0x54d952(0x1a1)](_0x3bdd79);}}return _0xf9385f;}async[_0x2ed147(0x266)](_0x5013cf,_0x3c65f4,_0x584faf){const _0x464903=_0x2ed147;this[_0x464903(0x27f)]({[_0x5013cf]:_0x3c65f4},{[_0x5013cf]:_0x584faf})[_0x464903(0x27e)]((_0x3f3909,_0x3eaeb2)=>{const _0x5e481e=_0x464903;_0x3f3909[_0x5e481e(0x269)]=this[_0x5e481e(0x216)][_0x5e481e(0x231)]+_0x3eaeb2,_0x3f3909[_0x5e481e(0x22e)]=!0x0,this[_0x5e481e(0x192)](_0x3f3909);}),this[_0x464903(0x1bf)](),await this[_0x464903(0x202)]();}async[_0x2ed147(0x1ab)](_0xd0d92a,_0x20c2a4){const _0x5a7c9f=_0x2ed147;let _0x14b0c1;this[_0x5a7c9f(0x1f6)]=_0xd0d92a[_0x5a7c9f(0x249)];const _0x5ac67a=_0xd0d92a[_0x5a7c9f(0x246)]&&!_0xd0d92a[_0x5a7c9f(0x1da)],_0x1b9f2b=_0x5ac67a?0x0:_0xd0d92a[_0x5a7c9f(0x1d0)][_0x5a7c9f(0x269)];if(_0x20c2a4[_0x5a7c9f(0x27e)](_0x276393=>{const _0x1f839d=_0x5a7c9f;_0x276393[_0x1f839d(0x22e)]=!0x0,_0x276393[_0x1f839d(0x251)]=_0xd0d92a[_0x1f839d(0x1bb)],_0x276393[_0x1f839d(0x225)]=null;}),_0x5ac67a)_0x14b0c1=_0x20c2a4,this[_0x5a7c9f(0x256)](_0x14b0c1,_0x5ac67a);else{if(_0xd0d92a[_0x5a7c9f(0x1da)]){const _0x1dd35a=this[_0x5a7c9f(0x27f)](_0xd0d92a[_0x5a7c9f(0x1da)]);this[_0x5a7c9f(0x216)][_0x5a7c9f(0x21f)][_0x5a7c9f(0x231)]=-_0x1dd35a[_0x5a7c9f(0x1d7)],_0x1dd35a[_0x5a7c9f(0x27e)](_0x164866=>{const _0xb8e30=_0x5a7c9f;_0x164866[_0xb8e30(0x269)]-=_0x1dd35a[_0xb8e30(0x1d7)],_0x164866[_0xb8e30(0x251)]=_0xd0d92a[_0xb8e30(0x1bb)],_0x164866[_0xb8e30(0x22e)]=!0x0,_0x164866[_0xb8e30(0x225)]=null;}),this[_0x5a7c9f(0x256)](_0x1dd35a,!0x0),this[_0x5a7c9f(0x1b8)][_0x5a7c9f(0x231)]=-_0x1dd35a[_0x5a7c9f(0x1d7)]+this[_0x5a7c9f(0x1f6)],this[_0x5a7c9f(0x218)](_0x1dd35a);}this[_0x5a7c9f(0x216)][_0x5a7c9f(0x21f)][_0x5a7c9f(0x231)]=_0x1b9f2b,_0x14b0c1=this[_0x5a7c9f(0x20c)](_0xd0d92a[_0x5a7c9f(0x1d0)],_0xd0d92a[_0x5a7c9f(0x203)]),await this[_0x5a7c9f(0x289)](_0x14b0c1),this[_0x5a7c9f(0x256)](_0x14b0c1,_0x5ac67a);}_0xd0d92a[_0x5a7c9f(0x19c)]&&(this[_0x5a7c9f(0x1cb)][_0x5a7c9f(0x199)](_0x14b0c1,_0xd0d92a[_0x5a7c9f(0x19c)]),this[_0x5a7c9f(0x19f)]=_0xd0d92a[_0x5a7c9f(0x19c)]),this[_0x5a7c9f(0x1b8)][_0x5a7c9f(0x231)]=_0x1b9f2b+this[_0x5a7c9f(0x1f6)],this[_0x5a7c9f(0x218)](_0x14b0c1),_0x20c2a4[_0x5a7c9f(0x1fd)](_0x4dce29=>{const _0x209c0a=_0x5a7c9f,_0xe00c2=this[_0x209c0a(0x19b)](_0x4dce29);return _0xe00c2&&!this[_0x209c0a(0x1b6)][_0x209c0a(0x284)](_0xe00c2);})[_0x5a7c9f(0x27e)]((_0x423af5,_0x51dff5)=>{const _0x5b6330=_0x5a7c9f;_0x423af5[_0x5b6330(0x269)]=this[_0x5b6330(0x216)][_0x5b6330(0x231)]+_0x51dff5,this[_0x5b6330(0x192)](_0x423af5);}),this[_0x5a7c9f(0x217)]()?(this[_0x5a7c9f(0x215)]=0x0,this[_0x5a7c9f(0x1bf)](!0x0),await this[_0x5a7c9f(0x202)]()):(this[_0x5a7c9f(0x19a)]=!0x1,this[_0x5a7c9f(0x1f8)]());}[_0x2ed147(0x210)](_0x259e4c,_0x2a3e1c){const _0x28fa38=_0x2ed147;throw this[_0x28fa38(0x19a)]=!0x0,_0x2a3e1c&&console[_0x28fa38(0x1e4)](_0x2a3e1c),new _0x10e80b(_0x259e4c,this[_0x28fa38(0x204)]);}[_0x2ed147(0x192)](_0x5c476d){const _0x1970a7=_0x2ed147;this[_0x1970a7(0x25f)][_0x1970a7(0x284)](_0x5c476d)||(this[_0x1970a7(0x25f)][_0x1970a7(0x23f)](_0x5c476d),this[_0x1970a7(0x18b)][_0x1970a7(0x1a1)](_0x5c476d),this[_0x1970a7(0x274)]||_0x1970a7(0x22a)==_0x5c476d[_0x1970a7(0x219)]&&!_0x5c476d[_0x1970a7(0x265)]||this[_0x1970a7(0x1ad)]());}[_0x2ed147(0x1bf)](_0x2b8393=!0x1){const _0x5fcf1d=_0x2ed147;!_0x2b8393&&this[_0x5fcf1d(0x19a)]||(this[_0x5fcf1d(0x19a)]=!0x0,clearTimeout(this[_0x5fcf1d(0x1e3)]),this[_0x5fcf1d(0x1e3)]=setTimeout(()=>{const _0x29a5ea=_0x5fcf1d;this[_0x29a5ea(0x25e)]()[_0x29a5ea(0x283)](_0x3baa72=>{const _0x3c9bf0=_0x29a5ea;_0x3baa72&&(this[_0x3c9bf0(0x1f8)](),this[_0x3c9bf0(0x19a)]=!0x1);})[_0x29a5ea(0x260)](_0x3833c0=>{const _0x1a9890=_0x29a5ea;if(this[_0x1a9890(0x1f8)](),this[_0x1a9890(0x19a)]=!0x1,!function(_0x34ae65){const _0x3011a9=_0x1a9890;return _0x34ae65[_0x3011a9(0x23b)][_0x3011a9(0x28b)](_0x3011a9(0x27a))||_0x34ae65[_0x3011a9(0x23b)][_0x3011a9(0x28b)](_0x3011a9(0x1e9))||_0x34ae65[_0x3011a9(0x23b)][_0x3011a9(0x28b)](_0x3011a9(0x261));}(_0x3833c0))throw _0x3833c0;});},this[_0x5fcf1d(0x215)]));}[_0x2ed147(0x202)](){return new Promise(_0x59c180=>{const _0x105c41=_0x1199;this['on'](_0x105c41(0x197),()=>{_0x59c180();});});}async[_0x2ed147(0x25e)](){const _0x490dea=_0x2ed147,_0x30fc71=this[_0x490dea(0x204)][_0x490dea(0x226)][_0x490dea(0x1cf)](_0x33f82d);if(this[_0x490dea(0x1d1)]()&&(_0x30fc71[_0x490dea(0x1a3)](),this[_0x490dea(0x286)]=!0x1),!this[_0x490dea(0x217)]())return!0x0;const _0x193701=[...this[_0x490dea(0x18b)]];for(const _0x5375f3 of _0x193701)_0x5375f3[_0x490dea(0x1b2)]=this[_0x490dea(0x216)][_0x490dea(0x21f)][_0x490dea(0x1c5)](_0x5375f3);const _0x147014=this[_0x490dea(0x1cb)][_0x490dea(0x278)](_0x193701),_0x332b53=K++,_0x501086=this[_0x490dea(0x27c)](_0x193701),_0xa15c2a=await this[_0x490dea(0x18f)][_0x490dea(0x281)](_0x501086,_0x501086[_0x490dea(0x269)],_0x147014);try{return await this[_0x490dea(0x258)](_0x193701,_0xa15c2a,_0x332b53);}catch(_0x4e5609){return this[_0x490dea(0x210)](_0x490dea(0x242),_0x4e5609);}}async[_0x2ed147(0x258)](_0x393d0e,_0x31072c,_0x4dc5e){const _0x31f613=_0x2ed147;if(_0x31f613(0x1e4)in _0x31072c)throw _0x31072c[_0x31f613(0x1e4)];let _0x4ae037=!0x1;if(_0x31072c[_0x31f613(0x246)]){_0x31072c[_0x31f613(0x19c)]&&(this[_0x31f613(0x19f)]=_0x31072c[_0x31f613(0x19c)]),this[_0x31f613(0x18b)]=this[_0x31f613(0x18b)][_0x31f613(0x1fd)](_0x44aa6b=>!_0x393d0e[_0x31f613(0x272)](_0x44aa6b));for(const _0x4123bd of _0x393d0e)_0x4123bd[_0x31f613(0x251)]=_0x31f613(0x253)in _0x31072c&&_0x31072c[_0x31f613(0x253)]||void 0x0;Q(_0x393d0e,_0x31072c[_0x31f613(0x231)]-_0x393d0e[_0x31f613(0x1d7)]),this[_0x31f613(0x218)](_0x393d0e);const _0x3164c8=_0x393d0e[_0x31f613(0x1fd)](_0xa6643b=>{const _0x430e0c=_0x31f613;if(!_0xa6643b[_0x430e0c(0x22e)])return!0x1;const _0x42e170=this[_0x430e0c(0x19b)](_0xa6643b);return _0x42e170&&!this[_0x430e0c(0x1b6)][_0x430e0c(0x284)](_0x42e170);});Q(_0x3164c8,this[_0x31f613(0x216)][_0x31f613(0x231)]),this[_0x31f613(0x256)](_0x3164c8),_0x4ae037=!0x0,this[_0x31f613(0x215)]=this[_0x31f613(0x1a4)];}else{const _0x80a4da=this[_0x31f613(0x20c)](_0x31072c[_0x31f613(0x1d0)],_0x31072c[_0x31f613(0x203)])[_0x31f613(0x1fd)](_0x391d4c=>_0x391d4c[_0x31f613(0x269)]>=this[_0x31f613(0x1e5)]);_0x80a4da[_0x31f613(0x27e)](_0x5db633=>this[_0x31f613(0x27d)](_0x5db633)),this[_0x31f613(0x18b)]=this[_0x31f613(0x18b)][_0x31f613(0x1fd)](_0xd11a42=>!_0xd11a42[_0x31f613(0x22e)]||!this[_0x31f613(0x1b6)][_0x31f613(0x284)](this[_0x31f613(0x19b)](_0xd11a42))),this[_0x31f613(0x18b)][_0x31f613(0x1d7)]&&Q(this[_0x31f613(0x18b)],this[_0x31f613(0x18b)][0x0][_0x31f613(0x269)]),await this[_0x31f613(0x289)](_0x80a4da),_0x4ae037=this[_0x31f613(0x1b3)](_0x80a4da,_0x31072c[_0x31f613(0x231)],_0x31072c[_0x31f613(0x19c)]),this[_0x31f613(0x215)]=Math[_0x31f613(0x1b1)](this[_0x31f613(0x215)]/0x2);}return _0x4ae037?!this[_0x31f613(0x217)]()||(this[_0x31f613(0x1bf)](!0x0),!0x1):this[_0x31f613(0x210)](_0x31f613(0x277));}[_0x2ed147(0x1b3)](_0x53e6ac,_0x458321,_0x5095b){const _0x4ede95=_0x2ed147;try{const _0x36079a={'document':this[_0x4ede95(0x216)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0xdd24d0,operationsB:_0x57a280,originalOperations:_0x379683}=_0x4c8bb6(_0x53e6ac,this[_0x4ede95(0x18b)],_0x36079a);Q(_0xdd24d0,this[_0x4ede95(0x216)][_0x4ede95(0x231)]),Q(_0x57a280,_0x458321);for(const _0x2de48c of _0xdd24d0){const _0x4a7043=_0x379683[_0x4ede95(0x1cf)](_0x2de48c);_0x2de48c[_0x4ede95(0x225)]=_0x4a7043?_0x4a7043[_0x4ede95(0x225)]:null;}_0x5095b&&(this[_0x4ede95(0x1cb)][_0x4ede95(0x199)](_0x53e6ac,_0x5095b),this[_0x4ede95(0x19f)]=_0x5095b),this[_0x4ede95(0x18b)]=[..._0x57a280],this[_0x4ede95(0x256)](_0xdd24d0),this[_0x4ede95(0x218)](_0x53e6ac);}catch(_0x240af1){return console[_0x4ede95(0x1e4)](_0x240af1),!0x1;}return!0x0;}[_0x2ed147(0x256)](_0x3527f7,_0x44c3be=!0x1){const _0x1fa33a=_0x2ed147;this[_0x1fa33a(0x204)][_0x1fa33a(0x1db)][_0x1fa33a(0x268)]({'isUndoable':!0x1,'isLocal':!0x1},_0x857f89=>{const _0x5a199d=_0x1fa33a;for(const _0x3b43bc of _0x3527f7)this[_0x5a199d(0x25f)][_0x5a199d(0x23f)](_0x3b43bc),this[_0x5a199d(0x27d)](_0x3b43bc),_0x857f89[_0x5a199d(0x1eb)][_0x5a199d(0x1dc)](_0x3b43bc),this[_0x5a199d(0x204)][_0x5a199d(0x1db)][_0x5a199d(0x273)](_0x3b43bc);});}[_0x2ed147(0x27d)](_0x39e521){const _0x398ce0=_0x2ed147,_0x4f32ca=this[_0x398ce0(0x19b)](_0x39e521);_0x4f32ca&&this[_0x398ce0(0x1b6)][_0x398ce0(0x23f)](_0x4f32ca);}[_0x2ed147(0x19b)](_0x310c7f){const _0x406ab4=_0x2ed147;let _0x98d48b,_0x27cf6f;switch(_0x310c7f[_0x406ab4(0x219)]){case _0x406ab4(0x1a8):_0x98d48b=_0x310c7f[_0x406ab4(0x1f9)][_0x406ab4(0x207)];break;case _0x406ab4(0x22a):if(_0x27cf6f=_0x310c7f[_0x406ab4(0x1e0)],!_0x27cf6f)return null;_0x98d48b=_0x27cf6f[_0x406ab4(0x207)];break;case _0x406ab4(0x243):_0x98d48b=_0x310c7f[_0x406ab4(0x207)];break;case _0x406ab4(0x1ed):_0x98d48b=_0x310c7f[_0x406ab4(0x229)];break;case _0x406ab4(0x20b):_0x98d48b=_0x310c7f[_0x406ab4(0x24c)][_0x406ab4(0x207)];break;default:return null;}return _0x98d48b[_0x406ab4(0x239)];}[_0x2ed147(0x218)](_0x397aff){const _0xdcba5f=_0x2ed147;_0x397aff[_0xdcba5f(0x27e)](_0x2e3a96=>{const _0xb1e3a0=_0xdcba5f,_0x8603ad=_0x2e3a96[_0xb1e3a0(0x25b)]();_0x8603ad[_0xb1e3a0(0x225)]=_0x2e3a96[_0xb1e3a0(0x225)],_0x8603ad[_0xb1e3a0(0x22e)]=!!_0x2e3a96[_0xb1e3a0(0x22e)],_0x8603ad[_0xb1e3a0(0x251)]=_0x2e3a96[_0xb1e3a0(0x251)],_0x8603ad[_0xb1e3a0(0x269)]+=this[_0xb1e3a0(0x1f6)],_0x2e3a96[_0xb1e3a0(0x222)]&&this[_0xb1e3a0(0x282)][_0xb1e3a0(0x23f)](_0x8603ad),this[_0xb1e3a0(0x1b8)][_0xb1e3a0(0x1dc)](_0x8603ad);});}[_0x2ed147(0x1af)](_0xf19be3){const _0x2da56c=_0x2ed147,_0x4880cc=this[_0x2da56c(0x204)][_0x2da56c(0x226)][_0x2da56c(0x1cf)](_0x2da56c(0x26f)),_0x2f9848=this[_0x2da56c(0x204)][_0x2da56c(0x190)];_0xf19be3||(_0xf19be3=_0x541991(_0x2f9848,_0x2da56c(0x1cd))),_0x4880cc[_0x2da56c(0x1f4)](_0xf19be3,{'title':_0x541991(_0x2f9848,_0x2da56c(0x19d)),'namespace':_0x2da56c(0x20a)}),this[_0x2da56c(0x1ec)]=!0x0,clearTimeout(this[_0x2da56c(0x1e3)]),this[_0x2da56c(0x18b)]=[],this[_0x2da56c(0x204)][_0x2da56c(0x226)][_0x2da56c(0x1cf)](_0xebe0d8)[_0x2da56c(0x275)]();}[_0x2ed147(0x1ad)](){const _0x5d7ca8=_0x2ed147;this[_0x5d7ca8(0x274)]||(this[_0x5d7ca8(0x274)]=this[_0x5d7ca8(0x204)][_0x5d7ca8(0x226)][_0x5d7ca8(0x1cf)](_0x2c65d5)[_0x5d7ca8(0x23f)](_0x541991(this[_0x5d7ca8(0x204)][_0x5d7ca8(0x190)],_0x5d7ca8(0x1f7))));}[_0x2ed147(0x1f8)](){const _0x488e2c=_0x2ed147;this[_0x488e2c(0x274)]&&(this[_0x488e2c(0x204)][_0x488e2c(0x226)][_0x488e2c(0x1cf)](_0x2c65d5)[_0x488e2c(0x1d6)](this[_0x488e2c(0x274)]),this[_0x488e2c(0x274)]=null);}[_0x2ed147(0x27c)](_0x3e8c2f){const _0x5c3a1e=_0x2ed147,_0x1f087c=_0x3e8c2f[_0x5c3a1e(0x1c0)](_0x28eee9=>_0x28eee9[_0x5c3a1e(0x24b)]());return this[_0x5c3a1e(0x1c8)][_0x5c3a1e(0x1dd)](_0x1f087c);}[_0x2ed147(0x20c)](_0x2460a1,_0x168ac0){const _0x1dfa55=_0x2ed147;return this[_0x1dfa55(0x1c8)][_0x1dfa55(0x279)](_0x2460a1)[_0x1dfa55(0x1c0)]((_0x6743b0,_0xbc877a)=>{const _0x552b27=_0x1dfa55,_0x2a9ace=_0x552b27(0x212)==_0x168ac0[_0xbc877a][_0x552b27(0x219)];if(_0x552b27(0x1cc)==_0x6743b0[_0x552b27(0x270)]){const _0x5af8d9=_0x6743b0[_0x552b27(0x1f9)][_0x552b27(0x207)];!this[_0x552b27(0x216)][_0x552b27(0x1aa)](_0x5af8d9)&&(this[_0x552b27(0x216)][_0x552b27(0x1a7)](_0x552b27(0x267),_0x5af8d9)[_0x552b27(0x208)]=!0x1);}const _0x28701f=_0x3583d5[_0x552b27(0x280)](_0x6743b0,this[_0x552b27(0x216)]);return _0x28701f[_0x552b27(0x1b2)]=_0x6743b0[_0x552b27(0x1b2)],_0x28701f[_0x552b27(0x22e)]=_0x2a9ace,_0x28701f[_0x552b27(0x225)]=_0x2a9ace?null:_0x168ac0[_0xbc877a][_0x552b27(0x25c)],_0x28701f[_0x552b27(0x222)]=_0x552b27(0x25a)===_0x168ac0[_0xbc877a][_0x552b27(0x219)],_0x28701f[_0x552b27(0x251)]=_0x168ac0[_0xbc877a][_0x552b27(0x251)],_0x28701f;});}[_0x2ed147(0x254)](){const _0x3903b5=_0x2ed147;this[_0x3903b5(0x286)]=!0x0,this[_0x3903b5(0x1d1)]()?this[_0x3903b5(0x1bf)]():this[_0x3903b5(0x286)]=!0x1;}[_0x2ed147(0x1d1)](){const _0x5071a6=_0x2ed147,_0x279e13=this[_0x5071a6(0x204)][_0x5071a6(0x226)][_0x5071a6(0x1cf)](_0x3cc8cf)[_0x5071a6(0x264)][_0x5071a6(0x1cf)](this[_0x5071a6(0x18e)]);return!this[_0x5071a6(0x204)][_0x5071a6(0x224)]&&!!_0x279e13&&_0x279e13[_0x5071a6(0x1d7)]>0x1&&this[_0x5071a6(0x286)];}[_0x2ed147(0x217)](){const _0x10e97e=_0x2ed147;return this[_0x10e97e(0x18b)][_0x10e97e(0x1d7)]>0x0||this[_0x10e97e(0x1d1)]();}}l[_0x2ed147(0x22d)]=_0x592a31;export default l;class J extends Error{}function Q(_0x5a0fa5,_0x450208){const _0x4d1a2f=_0x2ed147;for(const _0x3ebcdf of _0x5a0fa5)_0x3ebcdf[_0x4d1a2f(0x269)]=_0x450208++;}class X{constructor(_0x65c08c){const _0x2b32be=_0x2ed147;this[_0x2b32be(0x1c3)]=_0x65c08c,this[_0x2b32be(0x191)]=new WeakMap();}[_0x2ed147(0x278)](_0x3d3c33){const _0x4e03ce=_0x2ed147;let _0x52ead2=_0x3d3c33[_0x4e03ce(0x1d7)];for(;_0x52ead2--;){const _0x1b3433=_0x3d3c33[_0x52ead2];if(!this[_0x4e03ce(0x1c3)][_0x4e03ce(0x284)](_0x1b3433)){if(!this[_0x4e03ce(0x191)][_0x4e03ce(0x284)](_0x1b3433)){const _0x351971=_0x4a95df()[_0x4e03ce(0x1a9)](0x1,0x12);this[_0x4e03ce(0x191)][_0x4e03ce(0x252)](_0x1b3433,_0x351971);}return this[_0x4e03ce(0x191)][_0x4e03ce(0x1cf)](_0x1b3433);}}}[_0x2ed147(0x199)](_0x4981bf,_0x47087d){const _0xf29cf5=_0x2ed147;if(!_0x47087d)return;let _0x37afa6=_0x4981bf[_0xf29cf5(0x1d7)];for(;_0x37afa6--;){const _0x516534=_0x4981bf[_0x37afa6];this[_0xf29cf5(0x1c3)][_0xf29cf5(0x284)](_0x516534)||this[_0xf29cf5(0x191)][_0xf29cf5(0x252)](_0x516534,_0x47087d);}}}
23
+ const _0x5f5237=_0x15ba;(function(_0x2b891d,_0x3d9ab6){const _0x2860ca=_0x15ba,_0x2d265a=_0x2b891d();while(!![]){try{const _0x449dd5=parseInt(_0x2860ca(0x103))/0x1*(-parseInt(_0x2860ca(0x88))/0x2)+-parseInt(_0x2860ca(0x87))/0x3*(-parseInt(_0x2860ca(0x100))/0x4)+-parseInt(_0x2860ca(0x122))/0x5*(parseInt(_0x2860ca(0x165))/0x6)+parseInt(_0x2860ca(0xf0))/0x7*(-parseInt(_0x2860ca(0xb0))/0x8)+-parseInt(_0x2860ca(0x10f))/0x9*(-parseInt(_0x2860ca(0x185))/0xa)+-parseInt(_0x2860ca(0xd1))/0xb*(-parseInt(_0x2860ca(0x183))/0xc)+parseInt(_0x2860ca(0x143))/0xd;if(_0x449dd5===_0x3d9ab6)break;else _0x2d265a['push'](_0x2d265a['shift']());}catch(_0x1ec9fe){_0x2d265a['push'](_0x2d265a['shift']());}}}(_0x4d23,0x1d75d));import{Plugin as _0x14e3fa,PendingActions as _0x583c99}from'ckeditor5/src/core.js';import{CKEditorError as _0x2a4403,version as _0x44575b,uid as _0x28765e}from'ckeditor5/src/utils.js';function _0x4d23(){const _0x4f06a2=['change:_isPendingUpdate','roots','wasUndone','enableReadOnlyMode','filter','sessionAdd:','change:_isEditingAllowed','reconnection:\x20flushed\x20session','_baseBufferDelay','move','Synchronization\x20issue','$root','change:range','316amulLt','connect','entries','1rLiLhP','differ','locale','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','version','start','fromJSON','_setUpDataInit','document','unregister','PENDING_ACTION_SENDING_DATA','cloud-services-internal-error:\x20Not\x20connected.','2241mrtrHF','affectsData','cloudDocumentVersion','rootName','sessionCreatedAt','CollaborativeEditingService','createPositionAt','requires','_pendingAction','_connectService','_bufferRootLoad','cloudServices.bundleVersion','realtimecollaborationclient-init-document-already-initialized','Permissions','round','createdAt','setPermissions','_connectAfterSessionHasBeenFlushed','_saveOperationInBuffer','1055mFsuwg','size','end','sendOperations','_isAttached','config','catch','batch','_handleInitialConnectionData','permissions','channelSessions','editing','_shouldSendUpdate','initData','destroy','realtimecollaborationclient-init-session-connection-error','collaboration.channelId','disconnect','_lastServerVersion','_updateServerHistory','addUser','409','model','_channelId','404','reset','selection','_isInit','set','_currentBufferDelay','listenTo','compress','createRoot','711438mjBePg','_sendBufferedOperationsDelayed','marker','message','_sendBufferedOperations','_handleExternalOperations','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','lastDocumentSession','_loadRoot','rtc-offline','disconnected','connection','decompress','position','_sendBufferedOperationsDelayId','attributes','_waitUntilSynced','off','_service','error','stop','_disconnectService','operationsReceived','stopListening','reconnect','get','offset','apply','currentDocumentSession','sessionId','_handleReconnectionResponse','_getAffectedRoot','userId','getOperations','114vQkbGz','_isEditingAllowed','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','pluginName','realtimecollaborationclient-initservice-internal-error','forEach','connected','rootsAttributes','isReadOnly','disableReadOnlyMode','_isDisconnection','_document','bind','_crash','map','ready','newRange','markers','_knownRootNames','loadRoot','_handleSendingSelectionMarkers','applyOperation','high','real-time-collaboration','metadata','_compressOperations','keys','The\x20local\x20document\x20and\x20server\x20document\x20differ\x20and\x20merging\x20them\x20can\x20cause\x20unexpected\x20behavior.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_handleReconnectionError','mySessionId','2414148GyopZY','return','4440eOqMxK','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_disconnectionOperations','__className','add','fire','type','4734UlcuEu','368612eoGIbA','has','enqueueChange','isUndoneOperation','addToReconnectionStack','rtc-destroyed','push','directChange','realtimecollaborationclient-init-non-existent-root','_authorId','realtimecollaborationclient-initservice-incorrect-server-operation','code','change:hasDomSelection','define','_lastSyncedOperationId','finally','insert','getOperationAuthor','_offset','_handleServerResponse','InsertOperation','_isConnected','_refreshUserSelectionMarkers','getDocumentDetails','register','state','_fetchMissingUsers','lastOperationAcceptedAt','createPositionFromPath','_isPendingUpdate','length','getUser','_operationIdentifier','editor','_handleReceivedOperations','toJSON','string','removeFromReconnectionStack','getConnectedSessions','_compressor','8sPEEOj','root','realtimecollaborationclient-init-connection-failed','targetPosition','_getOperationsFromInitData','addOperation','history','path','_hasSelectionChanged','realtimecollaborationclient-sendbufferedoperations','_initThrowingOnDataSet','getIdOfTheLastOperation','lastSyncVersion','RealTimeCollaborationClient','getRoot','serverHistory','_ignoredOperations','realtimecollaborationclient-handleserverresponse','_addKnownRoot','cloud-services-internal-error:\x20Request\x20timeout.','setIdForTheLastOperation','baseVersion','document:write','includes','slice','parse','_decompressOperations','view','_setPendingAction','affectedSelectable','_knownOperations','plugins','CommentsOnly','11nDrlXq','data','addRoot','collaboration','addRootAttribute','clone','remove','showWarning','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','createRange','createUserMarkerOperations','_isLoaded','wereChangesApplied','startsWith','collaboration-missing-channelid','lastOperationId','_operationToId','suppressErrorInCollaboration','then','_initSessionsHandling','isEnabled','from','_hasSynchronizationProblem','Notification','isDocumentOperation','getMany','multi-root-editor-root-attributes-no-root','init','_applyOperationsSet','cs:removeUser','_clearPendingAction','1274973hLpVKr','_shouldSendSelectionUpdate','_bufferedOperations'];_0x4d23=function(){return _0x4f06a2;};return _0x4d23();}import{Notification as _0x59a0bd}from'ckeditor5/src/ui.js';import{transformSets as _0x345860,NoOperation as _0x56194a,InsertOperation as _0x5924b9,MarkerOperation as _0x3b31b8,RootAttributeOperation as _0x134a37,OperationFactory as _0x455181,History as _0xafe8d1}from'ckeditor5/src/engine.js';import _0x2d1ecd from'./websocketgateway.js';import _0x456fca from'./sessions.js';import _0xb32803 from'./usermarkers.js';function _0x15ba(_0x55908d,_0xc8f5f4){const _0x4d23b2=_0x4d23();return _0x15ba=function(_0x15bafa,_0x3e044d){_0x15bafa=_0x15bafa-0x83;let _0x11e55d=_0x4d23b2[_0x15bafa];return _0x11e55d;},_0x15ba(_0x55908d,_0xc8f5f4);}import{getTranslation as _0x4d3bc2}from'../common-translations.js';import{Compressor as _0x561fb7}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0xd8d594}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x5a7068,CollaborativeEditingService as _0x115ae7}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x14e3fa{static get[_0x5f5237(0x116)](){return[_0x2d1ecd,_0x456fca,_0xb32803,_0x583c99,_0xd8d594,_0x59a0bd];}static get[_0x5f5237(0x168)](){const _0x286239=_0x5f5237;return _0x286239(0xbd);}get[_0x5f5237(0x111)](){const _0x6bc10b=_0x5f5237;return this[_0x6bc10b(0x134)]+this[_0x6bc10b(0x9a)];}get[_0x5f5237(0x134)](){const _0x414357=_0x5f5237;return this[_0x414357(0xbf)][_0x414357(0x107)]-this[_0x414357(0x9a)];}get[_0x5f5237(0xbc)](){const _0x3b898a=_0x5f5237,_0x1aae26=this[_0x3b898a(0xbf)][_0x3b898a(0x164)]();for(let _0x209fe7=_0x1aae26[_0x3b898a(0xa6)]-0x1;_0x209fe7>=0x0;_0x209fe7--){const _0x16d467=_0x1aae26[_0x209fe7];if(!this[_0x3b898a(0x187)][_0x3b898a(0x89)](_0x16d467))return _0x16d467[_0x3b898a(0xc5)]+0x1-this[_0x3b898a(0x9a)];}return 0x0;}constructor(_0x1566fe){const _0x30f230=_0x5f5237;if(super(_0x1566fe),this[_0x30f230(0x9a)]=0x0,this[_0x30f230(0x160)]=null,this[_0x30f230(0xbf)]=new _0xafe8d1(),this[_0x30f230(0xa9)][_0x30f230(0x127)][_0x30f230(0x95)](_0x30f230(0xd4),{}),this[_0x30f230(0x139)]=this[_0x30f230(0xa9)][_0x30f230(0x127)][_0x30f230(0x15c)](_0x30f230(0x132)),!this[_0x30f230(0x139)])throw new _0x2a4403(_0x30f230(0xdf),this);const _0x28b663=_0x1566fe[_0x30f230(0x127)][_0x30f230(0x15c)](_0x30f230(0x11a))||_0x44575b;this[_0x30f230(0x155)]=new l[(_0x30f230(0x114))](_0x28b663,this[_0x30f230(0x139)]),this[_0x30f230(0x170)]=this[_0x30f230(0xa9)][_0x30f230(0x138)][_0x30f230(0x10b)],this[_0x30f230(0xaf)]=new _0x561fb7(),this[_0x30f230(0xf2)]=[],this[_0x30f230(0xce)]=new WeakSet(),this[_0x30f230(0x177)]=new Set(),this[_0x30f230(0x13e)](_0x30f230(0xa5),!0x1),this[_0x30f230(0x13e)](_0x30f230(0xe7),!0x1),this[_0x30f230(0x117)]=null,this[_0x30f230(0xb8)]=!0x1,this[_0x30f230(0x151)]=null,this[_0x30f230(0xfb)]=0x12c,this[_0x30f230(0x13f)]=this[_0x30f230(0xfb)],this[_0x30f230(0x96)]=null,this[_0x30f230(0x187)]=new WeakSet(),this[_0x30f230(0xa8)]=new X(this[_0x30f230(0x187)]);}[_0x5f5237(0xec)](){const _0x5aeb9b=_0x5f5237,_0x3cdd9d=this[_0x5aeb9b(0xa9)],_0x1a02a6=_0x3cdd9d[_0x5aeb9b(0xcf)][_0x5aeb9b(0x15c)](_0xd8d594),_0x15db03=_0x3cdd9d[_0x5aeb9b(0xcf)][_0x5aeb9b(0x15c)](_0x2d1ecd);this[_0x5aeb9b(0x140)](_0x1a02a6,_0x5aeb9b(0x99),(_0x15dd29,_0xe66aaf)=>{const _0x1e4882=_0x5aeb9b,_0x1e76c5=_0xe66aaf[0x0];_0x1e76c5[_0x1e4882(0x91)]&&(_0x15dd29[_0x1e4882(0x184)]=_0x1a02a6[_0x1e4882(0xa7)](_0x1e76c5[_0x1e4882(0x91)]),_0x15dd29[_0x1e4882(0x157)]()),null===_0x1e76c5[_0x1e4882(0x91)]&&(_0x15dd29[_0x1e4882(0x184)]=null,_0x15dd29[_0x1e4882(0x157)]());},{'priority':_0x5aeb9b(0x17b)}),this[_0x5aeb9b(0x140)](_0x3cdd9d[_0x5aeb9b(0x138)][_0x5aeb9b(0x10b)][_0x5aeb9b(0x13c)],_0x5aeb9b(0xff),(_0x3a7539,_0x35dc1e)=>{const _0x1a57bf=_0x5aeb9b;_0x35dc1e[_0x1a57bf(0x8f)]&&this[_0x1a57bf(0x9e)]();}),this[_0x5aeb9b(0x140)](_0x3cdd9d[_0x5aeb9b(0x12d)][_0x5aeb9b(0xcb)],_0x5aeb9b(0x94),()=>{const _0x4e33d3=_0x5aeb9b;this[_0x4e33d3(0x9e)]();}),this[_0x5aeb9b(0xba)](),_0x3cdd9d[_0x5aeb9b(0x138)]['on'](_0x5aeb9b(0x17a),(_0x5b977e,_0x197ded)=>{const _0x1980ea=_0x5aeb9b,_0x213602=_0x197ded[0x0];_0x213602[_0x1980ea(0xe9)]&&(this[_0x1980ea(0x121)](_0x213602),this[_0x1980ea(0x12e)]()&&this[_0x1980ea(0x144)]());}),this[_0x5aeb9b(0x10a)](),this[_0x5aeb9b(0x171)](_0x5aeb9b(0x166))['to'](_0x15db03,_0x5aeb9b(0xa1),this,_0x5aeb9b(0xe7),(_0x31d37b,_0x214726)=>_0x5aeb9b(0x16b)===_0x31d37b&&!_0x214726),this['on'](_0x5aeb9b(0xf9),()=>{const _0x2538a3=_0x5aeb9b;this[_0x2538a3(0x166)]?_0x3cdd9d[_0x2538a3(0x16e)](_0x2538a3(0x14c)):_0x3cdd9d[_0x2538a3(0xf6)](_0x2538a3(0x14c));}),this[_0x5aeb9b(0x166)]?_0x3cdd9d[_0x5aeb9b(0x16e)](_0x5aeb9b(0x14c)):_0x3cdd9d[_0x5aeb9b(0xf6)](_0x5aeb9b(0x14c)),this[_0x5aeb9b(0x13e)](_0x5aeb9b(0x9d),!0x1);}async[_0x5f5237(0x15b)](){const _0x305ee7=_0x5f5237,_0x1f4d1e=this[_0x305ee7(0xa9)][_0x305ee7(0xcf)][_0x305ee7(0x15c)](_0x456fca),_0x3d314f=this[_0x305ee7(0xa9)][_0x305ee7(0xcf)][_0x305ee7(0x15c)](_0x2d1ecd);try{this[_0x305ee7(0xa5)]=!0x0,_0x1f4d1e[_0x305ee7(0x10c)](this[_0x305ee7(0x139)]);const _0x5dddf5=await this[_0x305ee7(0x155)][_0x305ee7(0x15b)](_0x3d314f[_0x305ee7(0x14e)],this[_0x305ee7(0xbc)]);await this[_0x305ee7(0x161)](_0x5dddf5)&&(this[_0x305ee7(0xa5)]=!0x1,this[_0x305ee7(0xef)]());const _0xa06454=await this[_0x305ee7(0x155)][_0x305ee7(0xae)]();_0x1f4d1e[_0x305ee7(0xa0)](this[_0x305ee7(0x139)],_0xa06454),this[_0x305ee7(0x179)](),this[_0x305ee7(0x9d)]=!0x0;}catch(_0x577d8b){if(function(_0x1fcb60){const _0x2d48da=_0x305ee7;return _0x2d48da(0x13a)===_0x1fcb60[_0x2d48da(0x93)];}(_0x577d8b)&&this[_0x305ee7(0x160)])await this[_0x305ee7(0x120)]();else{if(function(_0x4722c2){const _0x5bf2ca=_0x305ee7;return _0x5bf2ca(0x137)===_0x4722c2[_0x5bf2ca(0x93)];}(_0x577d8b)){const _0x503537=_0x4d3bc2(this[_0x305ee7(0xa9)][_0x305ee7(0x105)],_0x305ee7(0x186));this[_0x305ee7(0x181)](_0x503537);}else{if(!(_0x577d8b instanceof J))throw _0x577d8b;this[_0x305ee7(0x181)]();}}}}[_0x5f5237(0x130)](){const _0x4a0f81=_0x5f5237,_0x3f37f5=this[_0x4a0f81(0xa9)][_0x4a0f81(0xcf)][_0x4a0f81(0x15c)](_0x2d1ecd),_0xd0a7b1=this[_0x4a0f81(0xa9)][_0x4a0f81(0xcf)][_0x4a0f81(0x15c)](_0x456fca);this[_0x4a0f81(0xa9)][_0x4a0f81(0xf6)](_0x4a0f81(0x8d)),_0xd0a7b1[_0x4a0f81(0x12c)][_0x4a0f81(0x89)](this[_0x4a0f81(0x139)])&&_0xd0a7b1[_0x4a0f81(0x10c)](this[_0x4a0f81(0x139)]),_0x3f37f5[_0x4a0f81(0xad)](this),this[_0x4a0f81(0x158)](),super[_0x4a0f81(0x130)]();}async[_0x5f5237(0x161)](_0x29942c){const _0x117cfc=_0x5f5237;if(this[_0x117cfc(0x160)]!==_0x29942c[_0x117cfc(0x160)]&&this[_0x117cfc(0x96)]!==_0x29942c[_0x117cfc(0xe0)])throw new J();return this[_0x117cfc(0x160)]=_0x29942c[_0x117cfc(0x160)],this[_0x117cfc(0x9b)]([],{..._0x29942c,'wereChangesApplied':!0x1,'data':_0x29942c[_0x117cfc(0xd2)]},_0x117cfc(0x15b));}async[_0x5f5237(0x118)](_0x46e031,_0x2f2ef0=!0x1){const _0x264ee2=_0x5f5237,{connection:_0x31928a}=this[_0x264ee2(0xa9)][_0x264ee2(0xcf)][_0x264ee2(0x15c)](_0x2d1ecd);l[_0x264ee2(0x114)][_0x264ee2(0xae)](_0x31928a,this[_0x264ee2(0x139)])[_0x264ee2(0xe3)](_0x3bb938=>this[_0x264ee2(0xe4)](_0x3bb938))[_0x264ee2(0x128)](_0x5342ea=>{const _0x4db3ad=_0x264ee2;this[_0x4db3ad(0x172)](_0x4db3ad(0x131),_0x5342ea);}),this[_0x264ee2(0x140)](this[_0x264ee2(0x155)],_0x264ee2(0x159),this[_0x264ee2(0xaa)][_0x264ee2(0x171)](this)),this[_0x264ee2(0x140)](this[_0x264ee2(0x155)],_0x264ee2(0x156),(_0x5d307b,_0xdc4856)=>{const _0x5dd44f=_0x264ee2;this[_0x5dd44f(0x172)](_0x5dd44f(0x169),_0xdc4856);}),this[_0x264ee2(0x140)](this[_0x264ee2(0x155)],_0x264ee2(0x14d),()=>{const _0x12075b=_0x264ee2;this[_0x12075b(0x9d)]=!0x1;});const _0x10d7ca=this[_0x264ee2(0xa8)][_0x264ee2(0xbb)](_0x46e031);this[_0x264ee2(0xa5)]=!0x0;const _0x198bcc=await this[_0x264ee2(0x155)][_0x264ee2(0x101)](_0x31928a,this[_0x264ee2(0x17e)](_0x46e031),_0x10d7ca);if(this[_0x264ee2(0x160)]=_0x198bcc[_0x264ee2(0x160)],_0x2f2ef0){if(!_0x198bcc[_0x264ee2(0xdd)])return void this[_0x264ee2(0x181)]();this[_0x264ee2(0xa5)]=!0x1,this[_0x264ee2(0xef)](),this[_0x264ee2(0xbf)][_0x264ee2(0x13b)](),this[_0x264ee2(0x9a)]=_0x198bcc[_0x264ee2(0x15d)],this[_0x264ee2(0xbf)][_0x264ee2(0x107)]=this[_0x264ee2(0x9a)],await this[_0x264ee2(0x9b)](_0x46e031,_0x198bcc,_0x264ee2(0xfa));}else await this[_0x264ee2(0x12a)](_0x198bcc,_0x46e031);this[_0x264ee2(0x179)](),this[_0x264ee2(0x9d)]=!0x0;}[_0x5f5237(0x179)](){const _0x4ba61f=_0x5f5237,_0x4fbda1=this[_0x4ba61f(0xa9)][_0x4ba61f(0xcf)][_0x4ba61f(0x15c)](_0x456fca),_0xaaa343=this[_0x4ba61f(0xa9)][_0x4ba61f(0xcf)][_0x4ba61f(0x15c)](_0xb32803),_0x16ad55=_0x4fbda1[_0x4ba61f(0x12c)][_0x4ba61f(0x15c)](this[_0x4ba61f(0x139)]);_0x16ad55&&_0x16ad55[_0x4ba61f(0xa6)]>0x1?_0xaaa343[_0x4ba61f(0xdb)]():this[_0x4ba61f(0x140)](_0x4fbda1,_0x4ba61f(0xf8)+this[_0x4ba61f(0x139)],()=>{const _0x416ae2=_0x4ba61f;0x2===_0x4fbda1[_0x416ae2(0x12c)][_0x416ae2(0x15c)](this[_0x416ae2(0x139)])[_0x416ae2(0xa6)]&&_0xaaa343[_0x416ae2(0xdb)]();});}async[_0x5f5237(0xaa)](_0x94e2ac,_0xa38e69,_0x1c2238,_0x61f642){const _0x3de97e=_0x5f5237;if(!this[_0x3de97e(0xa5)]&&this[_0x3de97e(0x170)][_0x3de97e(0x107)]==_0xa38e69){const _0x6651b8=this[_0x3de97e(0xca)](_0x1c2238,_0x61f642);await this[_0x3de97e(0xa2)](_0x6651b8),this[_0x3de97e(0x148)](_0x6651b8,_0xa38e69,_0x1c2238[_0x3de97e(0xe0)])||this[_0x3de97e(0x172)](_0x3de97e(0x92));}}async[_0x5f5237(0x120)](){const _0x2d0f22=_0x5f5237;this[_0x2d0f22(0x158)]();const {locale:_0x188364}=this[_0x2d0f22(0xa9)];let _0x1de0a4;try{_0x1de0a4=await this[_0x2d0f22(0x155)][_0x2d0f22(0x9f)]();}catch(_0x267edb){const _0xb0eb94=_0x4d3bc2(_0x188364,_0x2d0f22(0xd9));return void this[_0x2d0f22(0x181)](_0xb0eb94);}const _0x14bc62=_0x1de0a4[_0x2d0f22(0x15f)]||_0x1de0a4[_0x2d0f22(0x14a)];if(this[_0x2d0f22(0x96)]===_0x14bc62[_0x2d0f22(0xe0)])await this[_0x2d0f22(0x118)](this[_0x2d0f22(0xa9)][_0x2d0f22(0x138)][_0x2d0f22(0x10b)][_0x2d0f22(0xb6)][_0x2d0f22(0x164)](),!0x0);else{const _0x27081c=_0x4d3bc2(_0x188364,_0x2d0f22(0x149));this[_0x2d0f22(0x181)](_0x27081c);}}[_0x5f5237(0x158)](){const _0x31e2e7=_0x5f5237;this[_0x31e2e7(0x155)][_0x31e2e7(0x133)](),this[_0x31e2e7(0xf2)]=[],clearTimeout(this[_0x31e2e7(0x151)]),this[_0x31e2e7(0x15a)](this[_0x31e2e7(0x155)]);}[_0x5f5237(0xe4)](_0x5874dc){const _0x126532=_0x5f5237,_0x2abc1a=this[_0x126532(0xa9)][_0x126532(0xcf)][_0x126532(0x15c)](_0x456fca);this[_0x126532(0x140)](_0x2abc1a,_0x126532(0xf8)+this[_0x126532(0x139)],(_0x4ab2d6,{session:_0x58801b})=>{const _0x550385=_0x126532;if(_0x58801b['id']===_0x2abc1a[_0x550385(0x182)]){_0x4ab2d6[_0x550385(0x154)]();const _0x22e8ba=this[_0x550385(0xa9)][_0x550385(0xcf)][_0x550385(0x89)](_0x550385(0xd0))&&this[_0x550385(0xa9)][_0x550385(0xcf)][_0x550385(0x15c)](_0x550385(0xd0));let _0x25d734=_0x58801b[_0x550385(0x12b)];_0x22e8ba&&_0x22e8ba[_0x550385(0xe5)]&&(_0x25d734=_0x25d734[_0x550385(0xf7)](_0x26193a=>_0x550385(0xc6)!==_0x26193a)),this[_0x550385(0xa9)][_0x550385(0xcf)][_0x550385(0x15c)](_0x550385(0x11c))[_0x550385(0x11f)](_0x25d734,this[_0x550385(0x139)]);}}),_0x2abc1a[_0x126532(0xa0)](this[_0x126532(0x139)],_0x5874dc);}[_0x5f5237(0xba)](){const _0x3370f5=_0x5f5237,_0x499191=this[_0x3370f5(0xa9)][_0x3370f5(0xd2)][_0x3370f5(0x13e)];this[_0x3370f5(0xa9)][_0x3370f5(0xd2)][_0x3370f5(0x13e)]=(..._0x5eb06d)=>{const _0x199626=_0x3370f5;if(!_0x5eb06d[_0x5eb06d[_0x199626(0xa6)]-0x1][_0x199626(0xe2)])throw new _0x2a4403(_0x199626(0x167),this);_0x499191[_0x199626(0x15e)](this[_0x199626(0xa9)][_0x199626(0xd2)],_0x5eb06d);};}[_0x5f5237(0x10a)](){const _0x29e0c3=_0x5f5237;this[_0x29e0c3(0xa9)][_0x29e0c3(0xd2)]['on'](_0x29e0c3(0xec),(_0xd54afd,[_0x2d460c])=>{const _0x47bfd9=_0x29e0c3;if(this[_0x47bfd9(0x170)][_0x47bfd9(0x107)])throw new _0x2a4403(_0x47bfd9(0x11b),this);_0xd54afd[_0x47bfd9(0x157)](),this[_0x47bfd9(0xcc)]();const _0x359680=this[_0x47bfd9(0xa9)][_0x47bfd9(0x127)][_0x47bfd9(0x15c)](_0x47bfd9(0x16c)),_0x112f08=this[_0x47bfd9(0xb4)](_0x2d460c,_0x359680);0x0==_0x112f08[_0x47bfd9(0xa6)]&&_0x112f08[_0x47bfd9(0x8e)](new _0x56194a(0x0)),_0xd54afd[_0x47bfd9(0x184)]=this[_0x47bfd9(0x118)](_0x112f08)[_0x47bfd9(0xe3)](()=>{const _0x28ec49=_0x47bfd9;this[_0x28ec49(0xa9)][_0x28ec49(0xcf)][_0x28ec49(0x15c)](_0x2d1ecd)[_0x28ec49(0x8c)](this),this[_0x28ec49(0xa9)][_0x28ec49(0xd2)][_0x28ec49(0x85)](_0x28ec49(0x174));})[_0x47bfd9(0x128)](_0x411fe3=>this[_0x47bfd9(0x172)](_0x47bfd9(0xb2),_0x411fe3))[_0x47bfd9(0x97)](()=>this[_0x47bfd9(0xef)]());},{'priority':_0x29e0c3(0x17b)}),this[_0x29e0c3(0xa9)]['on'](_0x29e0c3(0x178),async(_0xc926ff,[_0x5e9ab1,_0x23ed09])=>{const _0x1ba098=_0x29e0c3;_0xc926ff[_0x1ba098(0x157)]();const _0x2b4507=this[_0x1ba098(0xa9)][_0x1ba098(0x138)][_0x1ba098(0x10b)][_0x1ba098(0xbe)](_0x5e9ab1);if(!this[_0x1ba098(0x177)][_0x1ba098(0x89)](_0x5e9ab1)){const _0x1544a5=_0x23ed09&&_0x23ed09[_0x1ba098(0xd2)]?_0x23ed09[_0x1ba098(0xd2)]:'',_0xe6bd7e=_0x23ed09&&_0x23ed09[_0x1ba098(0x152)]?_0x23ed09[_0x1ba098(0x152)]:{};await this[_0x1ba098(0x14b)](_0x5e9ab1,_0x1544a5,_0xe6bd7e);}this[_0x1ba098(0xa9)][_0x1ba098(0x138)][_0x1ba098(0x8a)]({'isUndoable':!0x1},()=>{const _0xa07340=_0x1ba098;_0x2b4507[_0xa07340(0xdc)]=!0x0,this[_0xa07340(0xa9)][_0xa07340(0x138)][_0xa07340(0x10b)][_0xa07340(0x104)][_0xa07340(0x119)](_0x2b4507);});},{'priority':_0x29e0c3(0x17b)});}async[_0x5f5237(0xa2)](_0x5a513e){const _0x1c9068=_0x5f5237,_0xc40141=this[_0x1c9068(0xa9)][_0x1c9068(0xcf)][_0x1c9068(0x15c)](_0xd8d594),{connection:_0x541e4d}=this[_0x1c9068(0xa9)][_0x1c9068(0xcf)][_0x1c9068(0x15c)](_0x2d1ecd),_0x21dd5c=new Set();for(const _0x32330f of _0x5a513e){const _0x27ab7a=_0x32330f[_0x1c9068(0x91)];_0x27ab7a&&!_0xc40141[_0x1c9068(0xa7)](_0x27ab7a)&&_0x21dd5c[_0x1c9068(0x84)](_0x27ab7a);}if(0x0===_0x21dd5c[_0x1c9068(0x123)])return;const _0x2276e=await _0x5a7068[_0x1c9068(0xea)](_0x541e4d,Array[_0x1c9068(0xe6)](_0x21dd5c));for(const _0x3febb1 of _0x2276e)_0xc40141[_0x1c9068(0xa7)](_0x3febb1['id'])||_0xc40141[_0x1c9068(0x136)](_0x3febb1);}[_0x5f5237(0xb4)](_0x215dd4,_0x1b144={}){const _0x4724a7=_0x5f5237,_0x35bb6b=this[_0x4724a7(0xa9)][_0x4724a7(0x138)],_0x4d9ad5=[];let _0x265e1e=0x0;const _0x201beb=_0x4724a7(0xac)==typeof _0x215dd4?{'main':_0x215dd4}:_0x215dd4;for(const _0x57251f of Object[_0x4724a7(0x17f)](_0x201beb)){if(!this[_0x4724a7(0x170)][_0x4724a7(0xf4)][_0x4724a7(0x89)](_0x57251f))throw new _0x2a4403(_0x4724a7(0x90),this);const _0x17b580=this[_0x4724a7(0xa9)][_0x4724a7(0xd2)][_0x4724a7(0xc9)](_0x201beb[_0x57251f]),_0x46fccc=this[_0x4724a7(0x170)][_0x4724a7(0xbe)](_0x57251f),_0x52a29d=new _0x5924b9(_0x35bb6b[_0x4724a7(0x115)](_0x46fccc,0x0),_0x17b580,_0x265e1e++);_0x4d9ad5[_0x4724a7(0x8e)](_0x52a29d);for(const [_0x3e9a83,_0xd551c1]of _0x17b580[_0x4724a7(0x176)]){const _0x39d0b7=_0x35bb6b[_0x4724a7(0xda)](_0x35bb6b[_0x4724a7(0xa4)](_0x46fccc,_0xd551c1[_0x4724a7(0x108)][_0x4724a7(0xb7)][_0x4724a7(0xc8)]()),_0x35bb6b[_0x4724a7(0xa4)](_0x46fccc,_0xd551c1[_0x4724a7(0x124)][_0x4724a7(0xb7)][_0x4724a7(0xc8)]())),_0x228df0=new _0x3b31b8(_0x3e9a83,null,_0x39d0b7,_0x35bb6b[_0x4724a7(0x176)],!0x0,_0x265e1e++);_0x4d9ad5[_0x4724a7(0x8e)](_0x228df0);}}if(_0x1b144)for(const [_0x3dc6fb,_0x387e01]of Object[_0x4724a7(0x102)](_0x1b144)){const _0x38290b=_0x35bb6b[_0x4724a7(0x10b)][_0x4724a7(0xbe)](_0x3dc6fb);if(!_0x38290b)throw new _0x2a4403(_0x4724a7(0xeb),null);for(const [_0x2e97b3,_0xe0a986]of Object[_0x4724a7(0x102)](_0x387e01))if(null!==_0xe0a986){const _0x19896f=new _0x134a37(_0x38290b,_0x2e97b3,null,_0xe0a986,_0x265e1e++);_0x4d9ad5[_0x4724a7(0x8e)](_0x19896f);}}return _0x4d9ad5;}async[_0x5f5237(0x14b)](_0x10f0ab,_0x3efd5b,_0x2d864e){const _0x52b5aa=_0x5f5237;this[_0x52b5aa(0xb4)]({[_0x10f0ab]:_0x3efd5b},{[_0x10f0ab]:_0x2d864e})[_0x52b5aa(0x16a)]((_0x469fd1,_0x56d52b)=>{const _0x511d54=_0x52b5aa;_0x469fd1[_0x511d54(0xc5)]=this[_0x511d54(0x170)][_0x511d54(0x107)]+_0x56d52b,_0x469fd1[_0x511d54(0x13d)]=!0x0,this[_0x511d54(0x121)](_0x469fd1);}),this[_0x52b5aa(0x144)](),await this[_0x52b5aa(0x153)]();}async[_0x5f5237(0x12a)](_0x56928e,_0x53ee6e){const _0x3383bc=_0x5f5237;let _0x13601d;this[_0x3383bc(0x9a)]=_0x56928e[_0x3383bc(0x15d)];const _0x9ea181=_0x56928e[_0x3383bc(0xdd)]&&!_0x56928e[_0x3383bc(0x12f)],_0x455e3d=_0x9ea181?0x0:_0x56928e[_0x3383bc(0xd2)][_0x3383bc(0xc5)];if(_0x53ee6e[_0x3383bc(0x16a)](_0x5c5c34=>{const _0x22a09f=_0x3383bc;_0x5c5c34[_0x22a09f(0x13d)]=!0x0,_0x5c5c34[_0x22a09f(0x11e)]=_0x56928e[_0x22a09f(0x113)],_0x5c5c34[_0x22a09f(0x91)]=null;}),_0x9ea181)_0x13601d=_0x53ee6e,this[_0x3383bc(0xed)](_0x13601d,_0x9ea181);else{if(_0x56928e[_0x3383bc(0x12f)]){const _0x218772=this[_0x3383bc(0xb4)](_0x56928e[_0x3383bc(0x12f)]);this[_0x3383bc(0x170)][_0x3383bc(0xb6)][_0x3383bc(0x107)]=-_0x218772[_0x3383bc(0xa6)],_0x218772[_0x3383bc(0x16a)](_0x25ea92=>{const _0x3be0be=_0x3383bc;_0x25ea92[_0x3be0be(0xc5)]-=_0x218772[_0x3be0be(0xa6)],_0x25ea92[_0x3be0be(0x11e)]=_0x56928e[_0x3be0be(0x113)],_0x25ea92[_0x3be0be(0x13d)]=!0x0,_0x25ea92[_0x3be0be(0x91)]=null;}),this[_0x3383bc(0xed)](_0x218772,!0x0),this[_0x3383bc(0xbf)][_0x3383bc(0x107)]=-_0x218772[_0x3383bc(0xa6)]+this[_0x3383bc(0x9a)],this[_0x3383bc(0x135)](_0x218772);}this[_0x3383bc(0x170)][_0x3383bc(0xb6)][_0x3383bc(0x107)]=_0x455e3d,_0x13601d=this[_0x3383bc(0xca)](_0x56928e[_0x3383bc(0xd2)],_0x56928e[_0x3383bc(0x17d)]),await this[_0x3383bc(0xa2)](_0x13601d),this[_0x3383bc(0xed)](_0x13601d,_0x9ea181);}_0x56928e[_0x3383bc(0xe0)]&&(this[_0x3383bc(0xa8)][_0x3383bc(0xc4)](_0x13601d,_0x56928e[_0x3383bc(0xe0)]),this[_0x3383bc(0x96)]=_0x56928e[_0x3383bc(0xe0)]),this[_0x3383bc(0xbf)][_0x3383bc(0x107)]=_0x455e3d+this[_0x3383bc(0x9a)],this[_0x3383bc(0x135)](_0x13601d),_0x53ee6e[_0x3383bc(0xf7)](_0x59dea2=>{const _0x25d76f=_0x3383bc,_0x356147=this[_0x25d76f(0x162)](_0x59dea2);return _0x356147&&!this[_0x25d76f(0x177)][_0x25d76f(0x89)](_0x356147);})[_0x3383bc(0x16a)]((_0x1f889a,_0x5d11a7)=>{const _0x345efe=_0x3383bc;_0x1f889a[_0x345efe(0xc5)]=this[_0x345efe(0x170)][_0x345efe(0x107)]+_0x5d11a7,this[_0x345efe(0x121)](_0x1f889a);}),this[_0x3383bc(0x12e)]()?(this[_0x3383bc(0x13f)]=0x0,this[_0x3383bc(0x144)](!0x0),await this[_0x3383bc(0x153)]()):(this[_0x3383bc(0xa5)]=!0x1,this[_0x3383bc(0xef)]());}[_0x5f5237(0x172)](_0x5c9801,_0x9240f){const _0x56c361=_0x5f5237;throw this[_0x56c361(0xa5)]=!0x0,_0x9240f&&console[_0x56c361(0x156)](_0x9240f),new _0x2a4403(_0x5c9801,this[_0x56c361(0xa9)]);}[_0x5f5237(0x121)](_0x123fce){const _0x10fbab=_0x5f5237;this[_0x10fbab(0xce)][_0x10fbab(0x89)](_0x123fce)||(this[_0x10fbab(0xce)][_0x10fbab(0x84)](_0x123fce),this[_0x10fbab(0xf2)][_0x10fbab(0x8e)](_0x123fce),this[_0x10fbab(0x117)]||_0x10fbab(0x145)==_0x123fce[_0x10fbab(0x86)]&&!_0x123fce[_0x10fbab(0x110)]||this[_0x10fbab(0xcc)]());}[_0x5f5237(0x144)](_0x2244f2=!0x1){const _0x4ab3f6=_0x5f5237;!_0x2244f2&&this[_0x4ab3f6(0xa5)]||(this[_0x4ab3f6(0xa5)]=!0x0,clearTimeout(this[_0x4ab3f6(0x151)]),this[_0x4ab3f6(0x151)]=setTimeout(()=>{const _0x4e6c89=_0x4ab3f6;this[_0x4e6c89(0x147)]()[_0x4e6c89(0xe3)](_0x1e4283=>{const _0x5f3700=_0x4e6c89;_0x1e4283&&(this[_0x5f3700(0xef)](),this[_0x5f3700(0xa5)]=!0x1);})[_0x4e6c89(0x128)](_0x275065=>{const _0x6a9707=_0x4e6c89;if(this[_0x6a9707(0xef)](),this[_0x6a9707(0xa5)]=!0x1,!function(_0x20e8e8){const _0x34ce85=_0x6a9707;return _0x20e8e8[_0x34ce85(0x146)][_0x34ce85(0xde)](_0x34ce85(0x10e))||_0x20e8e8[_0x34ce85(0x146)][_0x34ce85(0xde)](_0x34ce85(0x106))||_0x20e8e8[_0x34ce85(0x146)][_0x34ce85(0xde)](_0x34ce85(0xc3));}(_0x275065))throw _0x275065;});},this[_0x4ab3f6(0x13f)]));}[_0x5f5237(0x153)](){return new Promise(_0x36c139=>{const _0x230565=_0x15ba;this['on'](_0x230565(0xf3),()=>{_0x36c139();});});}async[_0x5f5237(0x147)](){const _0x1448b1=_0x5f5237,_0x10c5a3=this[_0x1448b1(0xa9)][_0x1448b1(0xcf)][_0x1448b1(0x15c)](_0xb32803);if(this[_0x1448b1(0xf1)]()&&(_0x10c5a3[_0x1448b1(0xdb)](),this[_0x1448b1(0xb8)]=!0x1),!this[_0x1448b1(0x12e)]())return!0x0;const _0x45a2e5=[...this[_0x1448b1(0xf2)]];for(const _0x17d11a of _0x45a2e5)_0x17d11a[_0x1448b1(0xf5)]=this[_0x1448b1(0x170)][_0x1448b1(0xb6)][_0x1448b1(0x8b)](_0x17d11a);const _0x38e2b7=this[_0x1448b1(0xa8)][_0x1448b1(0xbb)](_0x45a2e5),_0x22f11e=K++,_0x5a45a5=this[_0x1448b1(0x17e)](_0x45a2e5),_0x2f4b11=await this[_0x1448b1(0x155)][_0x1448b1(0x125)](_0x5a45a5,_0x5a45a5[_0x1448b1(0xc5)],_0x38e2b7);try{return await this[_0x1448b1(0x9b)](_0x45a2e5,_0x2f4b11,_0x22f11e);}catch(_0xe887f3){return this[_0x1448b1(0x172)](_0x1448b1(0xb9),_0xe887f3);}}async[_0x5f5237(0x9b)](_0x25c83d,_0x97c9cc,_0x557442){const _0x5a9bc2=_0x5f5237;if(_0x5a9bc2(0x156)in _0x97c9cc)throw _0x97c9cc[_0x5a9bc2(0x156)];let _0x88cccc=!0x1;if(_0x97c9cc[_0x5a9bc2(0xdd)]){_0x97c9cc[_0x5a9bc2(0xe0)]&&(this[_0x5a9bc2(0x96)]=_0x97c9cc[_0x5a9bc2(0xe0)]),this[_0x5a9bc2(0xf2)]=this[_0x5a9bc2(0xf2)][_0x5a9bc2(0xf7)](_0x5dd5dd=>!_0x25c83d[_0x5a9bc2(0xc7)](_0x5dd5dd));for(const _0x4a86c9 of _0x25c83d)_0x4a86c9[_0x5a9bc2(0x11e)]=_0x5a9bc2(0xa3)in _0x97c9cc&&_0x97c9cc[_0x5a9bc2(0xa3)]||void 0x0;Q(_0x25c83d,_0x97c9cc[_0x5a9bc2(0x107)]-_0x25c83d[_0x5a9bc2(0xa6)]),this[_0x5a9bc2(0x135)](_0x25c83d);const _0x5c9989=_0x25c83d[_0x5a9bc2(0xf7)](_0x1b4fcc=>{const _0x2d9606=_0x5a9bc2;if(!_0x1b4fcc[_0x2d9606(0x13d)])return!0x1;const _0x86da7=this[_0x2d9606(0x162)](_0x1b4fcc);return _0x86da7&&!this[_0x2d9606(0x177)][_0x2d9606(0x89)](_0x86da7);});Q(_0x5c9989,this[_0x5a9bc2(0x170)][_0x5a9bc2(0x107)]),this[_0x5a9bc2(0xed)](_0x5c9989),_0x88cccc=!0x0,this[_0x5a9bc2(0x13f)]=this[_0x5a9bc2(0xfb)];}else{const _0x4fa7a8=this[_0x5a9bc2(0xca)](_0x97c9cc[_0x5a9bc2(0xd2)],_0x97c9cc[_0x5a9bc2(0x17d)])[_0x5a9bc2(0xf7)](_0xfdb661=>_0xfdb661[_0x5a9bc2(0xc5)]>=this[_0x5a9bc2(0x134)]);_0x4fa7a8[_0x5a9bc2(0x16a)](_0x4de968=>this[_0x5a9bc2(0xc2)](_0x4de968)),this[_0x5a9bc2(0xf2)]=this[_0x5a9bc2(0xf2)][_0x5a9bc2(0xf7)](_0x12ee87=>!_0x12ee87[_0x5a9bc2(0x13d)]||!this[_0x5a9bc2(0x177)][_0x5a9bc2(0x89)](this[_0x5a9bc2(0x162)](_0x12ee87))),this[_0x5a9bc2(0xf2)][_0x5a9bc2(0xa6)]&&Q(this[_0x5a9bc2(0xf2)],this[_0x5a9bc2(0xf2)][0x0][_0x5a9bc2(0xc5)]),await this[_0x5a9bc2(0xa2)](_0x4fa7a8),_0x88cccc=this[_0x5a9bc2(0x148)](_0x4fa7a8,_0x97c9cc[_0x5a9bc2(0x107)],_0x97c9cc[_0x5a9bc2(0xe0)]),this[_0x5a9bc2(0x13f)]=Math[_0x5a9bc2(0x11d)](this[_0x5a9bc2(0x13f)]/0x2);}return _0x88cccc?!this[_0x5a9bc2(0x12e)]()||(this[_0x5a9bc2(0x144)](!0x0),!0x1):this[_0x5a9bc2(0x172)](_0x5a9bc2(0xc1));}[_0x5f5237(0x148)](_0x4ea81e,_0x1a0f4c,_0x483844){const _0x436a83=_0x5f5237;try{const _0x5a39a0={'document':this[_0x436a83(0x170)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x23ebac,operationsB:_0x45077c,originalOperations:_0x5113ea}=_0x345860(_0x4ea81e,this[_0x436a83(0xf2)],_0x5a39a0);Q(_0x23ebac,this[_0x436a83(0x170)][_0x436a83(0x107)]),Q(_0x45077c,_0x1a0f4c);for(const _0x58429a of _0x23ebac){const _0x17bdc0=_0x5113ea[_0x436a83(0x15c)](_0x58429a);_0x58429a[_0x436a83(0x91)]=_0x17bdc0?_0x17bdc0[_0x436a83(0x91)]:null;}_0x483844&&(this[_0x436a83(0xa8)][_0x436a83(0xc4)](_0x4ea81e,_0x483844),this[_0x436a83(0x96)]=_0x483844),this[_0x436a83(0xf2)]=[..._0x45077c],this[_0x436a83(0xed)](_0x23ebac),this[_0x436a83(0x135)](_0x4ea81e);}catch(_0x4d6a60){return console[_0x436a83(0x156)](_0x4d6a60),!0x1;}return!0x0;}[_0x5f5237(0xed)](_0x25c3ae,_0x2b7f00=!0x1){const _0x254c4b=_0x5f5237;this[_0x254c4b(0xa9)][_0x254c4b(0x138)][_0x254c4b(0x8a)]({'isUndoable':!0x1,'isLocal':!0x1},_0x2b3c=>{const _0x3f894d=_0x254c4b;for(const _0x4bbad4 of _0x25c3ae)this[_0x3f894d(0xce)][_0x3f894d(0x84)](_0x4bbad4),this[_0x3f894d(0xc2)](_0x4bbad4),_0x2b3c[_0x3f894d(0x129)][_0x3f894d(0xb5)](_0x4bbad4),this[_0x3f894d(0xa9)][_0x3f894d(0x138)][_0x3f894d(0x17a)](_0x4bbad4);});}[_0x5f5237(0xc2)](_0x5bbece){const _0xaddd6a=_0x5f5237,_0x2bb551=this[_0xaddd6a(0x162)](_0x5bbece);_0x2bb551&&this[_0xaddd6a(0x177)][_0xaddd6a(0x84)](_0x2bb551);}[_0x5f5237(0x162)](_0x16cea2){const _0x476bce=_0x5f5237;let _0x352bc9,_0x36328f;switch(_0x16cea2[_0x476bce(0x86)]){case _0x476bce(0x98):_0x352bc9=_0x16cea2[_0x476bce(0x150)][_0x476bce(0xb1)];break;case _0x476bce(0x145):if(_0x36328f=_0x16cea2[_0x476bce(0x175)],!_0x36328f)return null;_0x352bc9=_0x36328f[_0x476bce(0xb1)];break;case _0x476bce(0xd5):_0x352bc9=_0x16cea2[_0x476bce(0xb1)];break;case _0x476bce(0xd3):_0x352bc9=_0x16cea2[_0x476bce(0xcd)];break;case _0x476bce(0xfc):_0x352bc9=_0x16cea2[_0x476bce(0xb3)][_0x476bce(0xb1)];break;default:return null;}return _0x352bc9[_0x476bce(0x112)];}[_0x5f5237(0x135)](_0x2dc49d){const _0x11cd62=_0x5f5237;_0x2dc49d[_0x11cd62(0x16a)](_0x385981=>{const _0x6f9e8b=_0x11cd62,_0x461a66=_0x385981[_0x6f9e8b(0xd6)]();_0x461a66[_0x6f9e8b(0x91)]=_0x385981[_0x6f9e8b(0x91)],_0x461a66[_0x6f9e8b(0x13d)]=!!_0x385981[_0x6f9e8b(0x13d)],_0x461a66[_0x6f9e8b(0x11e)]=_0x385981[_0x6f9e8b(0x11e)],_0x461a66[_0x6f9e8b(0xc5)]+=this[_0x6f9e8b(0x9a)],_0x385981[_0x6f9e8b(0x16f)]&&this[_0x6f9e8b(0x187)][_0x6f9e8b(0x84)](_0x461a66),this[_0x6f9e8b(0xbf)][_0x6f9e8b(0xb5)](_0x461a66);});}[_0x5f5237(0x181)](_0x1cd1c6){const _0x1816fc=_0x5f5237,_0x28a1ce=this[_0x1816fc(0xa9)][_0x1816fc(0xcf)][_0x1816fc(0x15c)](_0x1816fc(0xe8)),_0x3e0b99=this[_0x1816fc(0xa9)][_0x1816fc(0x105)];_0x1cd1c6||(_0x1cd1c6=_0x4d3bc2(_0x3e0b99,_0x1816fc(0x180))),_0x28a1ce[_0x1816fc(0xd8)](_0x1cd1c6,{'title':_0x4d3bc2(_0x3e0b99,_0x1816fc(0xfd)),'namespace':_0x1816fc(0x17c)}),this[_0x1816fc(0xe7)]=!0x0,clearTimeout(this[_0x1816fc(0x151)]),this[_0x1816fc(0xf2)]=[],this[_0x1816fc(0xa9)][_0x1816fc(0xcf)][_0x1816fc(0x15c)](_0x2d1ecd)[_0x1816fc(0x130)]();}[_0x5f5237(0xcc)](){const _0x47d49d=_0x5f5237;this[_0x47d49d(0x117)]||(this[_0x47d49d(0x117)]=this[_0x47d49d(0xa9)][_0x47d49d(0xcf)][_0x47d49d(0x15c)](_0x583c99)[_0x47d49d(0x84)](_0x4d3bc2(this[_0x47d49d(0xa9)][_0x47d49d(0x105)],_0x47d49d(0x10d))));}[_0x5f5237(0xef)](){const _0x58efca=_0x5f5237;this[_0x58efca(0x117)]&&(this[_0x58efca(0xa9)][_0x58efca(0xcf)][_0x58efca(0x15c)](_0x583c99)[_0x58efca(0xd7)](this[_0x58efca(0x117)]),this[_0x58efca(0x117)]=null);}[_0x5f5237(0x17e)](_0x31f6ba){const _0xff096=_0x5f5237,_0x3f2eb6=_0x31f6ba[_0xff096(0x173)](_0x28a354=>_0x28a354[_0xff096(0xab)]());return this[_0xff096(0xaf)][_0xff096(0x141)](_0x3f2eb6);}[_0x5f5237(0xca)](_0xd6e82d,_0xa98eb9){const _0x44446a=_0x5f5237;return this[_0x44446a(0xaf)][_0x44446a(0x14f)](_0xd6e82d)[_0x44446a(0x173)]((_0x218dc4,_0x530e3a)=>{const _0x561961=_0x44446a,_0x506362=_0x561961(0xec)==_0xa98eb9[_0x530e3a][_0x561961(0x86)];if(_0x561961(0x9c)==_0x218dc4[_0x561961(0x83)]){const _0x516c24=_0x218dc4[_0x561961(0x150)][_0x561961(0xb1)];!this[_0x561961(0x170)][_0x561961(0xbe)](_0x516c24)&&(this[_0x561961(0x170)][_0x561961(0x142)](_0x561961(0xfe),_0x516c24)[_0x561961(0x126)]=!0x1);}const _0x4e3289=_0x455181[_0x561961(0x109)](_0x218dc4,this[_0x561961(0x170)]);return _0x4e3289[_0x561961(0xf5)]=_0x218dc4[_0x561961(0xf5)],_0x4e3289[_0x561961(0x13d)]=_0x506362,_0x4e3289[_0x561961(0x91)]=_0x506362?null:_0xa98eb9[_0x530e3a][_0x561961(0x163)],_0x4e3289[_0x561961(0x16f)]=_0x561961(0xee)===_0xa98eb9[_0x530e3a][_0x561961(0x86)],_0x4e3289[_0x561961(0x11e)]=_0xa98eb9[_0x530e3a][_0x561961(0x11e)],_0x4e3289;});}[_0x5f5237(0x9e)](){const _0x2fc849=_0x5f5237;this[_0x2fc849(0xb8)]=!0x0,this[_0x2fc849(0xf1)]()?this[_0x2fc849(0x144)]():this[_0x2fc849(0xb8)]=!0x1;}[_0x5f5237(0xf1)](){const _0x3eccea=_0x5f5237,_0x148998=this[_0x3eccea(0xa9)][_0x3eccea(0xcf)][_0x3eccea(0x15c)](_0x456fca)[_0x3eccea(0x12c)][_0x3eccea(0x15c)](this[_0x3eccea(0x139)]);return!this[_0x3eccea(0xa9)][_0x3eccea(0x16d)]&&!!_0x148998&&_0x148998[_0x3eccea(0xa6)]>0x1&&this[_0x3eccea(0xb8)];}[_0x5f5237(0x12e)](){const _0x30be26=_0x5f5237;return this[_0x30be26(0xf2)][_0x30be26(0xa6)]>0x0||this[_0x30be26(0xf1)]();}}l[_0x5f5237(0x114)]=_0x115ae7;export default l;class J extends Error{}function Q(_0x58384b,_0x2d1e2d){const _0x4383bf=_0x5f5237;for(const _0x15e010 of _0x58384b)_0x15e010[_0x4383bf(0xc5)]=_0x2d1e2d++;}class X{constructor(_0x4d7487){const _0x476c89=_0x5f5237;this[_0x476c89(0xc0)]=_0x4d7487,this[_0x476c89(0xe1)]=new WeakMap();}[_0x5f5237(0xbb)](_0x1e095c){const _0x1fc250=_0x5f5237;let _0x5c8523=_0x1e095c[_0x1fc250(0xa6)];for(;_0x5c8523--;){const _0x515a0a=_0x1e095c[_0x5c8523];if(!this[_0x1fc250(0xc0)][_0x1fc250(0x89)](_0x515a0a)){if(!this[_0x1fc250(0xe1)][_0x1fc250(0x89)](_0x515a0a)){const _0x139d66=_0x28765e()[_0x1fc250(0xc8)](0x1,0x12);this[_0x1fc250(0xe1)][_0x1fc250(0x13e)](_0x515a0a,_0x139d66);}return this[_0x1fc250(0xe1)][_0x1fc250(0x15c)](_0x515a0a);}}}[_0x5f5237(0xc4)](_0x4383de,_0x3ffcc4){const _0x222128=_0x5f5237;if(!_0x3ffcc4)return;let _0x5e3bd0=_0x4383de[_0x222128(0xa6)];for(;_0x5e3bd0--;){const _0x4f42c3=_0x4383de[_0x5e3bd0];this[_0x222128(0xc0)][_0x222128(0x89)](_0x4f42c3)||this[_0x222128(0xe1)][_0x222128(0x13e)](_0x4f42c3,_0x3ffcc4);}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x578438=_0xbf99;(function(_0x3123ee,_0x52aed4){const _0x1e04d9=_0xbf99,_0xef1446=_0x3123ee();while(!![]){try{const _0xef6e73=-parseInt(_0x1e04d9(0x107))/0x1*(-parseInt(_0x1e04d9(0xf8))/0x2)+-parseInt(_0x1e04d9(0xf2))/0x3*(parseInt(_0x1e04d9(0xf9))/0x4)+parseInt(_0x1e04d9(0x102))/0x5*(parseInt(_0x1e04d9(0xf6))/0x6)+-parseInt(_0x1e04d9(0xd8))/0x7+-parseInt(_0x1e04d9(0xfa))/0x8+-parseInt(_0x1e04d9(0xde))/0x9+parseInt(_0x1e04d9(0xe7))/0xa*(parseInt(_0x1e04d9(0xeb))/0xb);if(_0xef6e73===_0x52aed4)break;else _0xef1446['push'](_0xef1446['shift']());}catch(_0x13170d){_0xef1446['push'](_0xef1446['shift']());}}}(_0x5296,0xa0f85));function _0xbf99(_0x2fe531,_0x3a2b9e){const _0x529621=_0x5296();return _0xbf99=function(_0xbf99e4,_0x317d3f){_0xbf99e4=_0xbf99e4-0xd6;let _0x283268=_0x529621[_0xbf99e4];return _0x283268;},_0xbf99(_0x2fe531,_0x3a2b9e);}import{ContextPlugin as _0x35bb52}from'ckeditor5/src/core.js';import{Collection as _0x2815f4,CKEditorError as _0x35d210}from'ckeditor5/src/utils.js';import _0x1a14a8 from'./websocketgateway.js';import{Users as _0x2560c0}from'ckeditor5-collaboration/src/collaboration-core.js';export default class r extends _0x35bb52{static get[_0x578438(0x10b)](){const _0x4a3166=_0x578438;return _0x4a3166(0x110);}static get[_0x578438(0xe5)](){return[_0x1a14a8,_0x2560c0];}constructor(_0x5a51d5){const _0x4a8147=_0x578438;super(_0x5a51d5),this[_0x4a8147(0xee)]=new Map(),this[_0x4a8147(0x109)]=new Map(),this[_0x4a8147(0xf1)]=new _0x2815f4(),this[_0x4a8147(0x10f)]=new Map(),this[_0x4a8147(0x108)]=0x0,this[_0x4a8147(0x111)]=this[_0x4a8147(0xf3)][_0x4a8147(0xec)][_0x4a8147(0xff)](_0x2560c0);}[_0x578438(0xe1)](){const _0x1461ab=_0x578438,_0x2bc322=this[_0x1461ab(0xf3)][_0x1461ab(0xec)][_0x1461ab(0xff)](_0x1a14a8);this[_0x1461ab(0xdb)](_0x2bc322,_0x1461ab(0xdf),(_0x54910f,_0x40f413,_0x2c81e5)=>{const _0x5be478=_0x1461ab;if(_0x5be478(0xed)!==_0x2c81e5)this[_0x5be478(0xee)][_0x5be478(0xf0)](_0x141fa1=>_0x141fa1[_0x5be478(0x103)]()),this[_0x5be478(0x109)][_0x5be478(0xf0)](_0x599aea=>_0x599aea[_0x5be478(0x103)]()),this[_0x5be478(0xf1)][_0x5be478(0x103)]();else{for(const [_0xa86476,_0xe80a4d]of this[_0x5be478(0x10f)])for(const _0x5a9d3b of _0xe80a4d)this[_0x5be478(0x10a)](_0xa86476,_0x5a9d3b);}}),this[_0x1461ab(0x10c)](_0x2bc322[_0x1461ab(0xf7)]['me'],!0x0);}[_0x578438(0x101)](_0x49d68d,_0x176532){const _0x4ee2bc=_0x578438;if(this[_0x4ee2bc(0x10f)][_0x4ee2bc(0xfc)](_0x49d68d))throw new _0x35d210(_0x4ee2bc(0xea),null,{'channelId':_0x49d68d});this[_0x4ee2bc(0x10f)][_0x4ee2bc(0x10e)](_0x49d68d,_0x176532),this[_0x4ee2bc(0xee)][_0x4ee2bc(0x10e)](_0x49d68d,new _0x2815f4()),this[_0x4ee2bc(0x109)][_0x4ee2bc(0x10e)](_0x49d68d,new _0x2815f4()),this[_0x4ee2bc(0xdb)](_0x176532,_0x4ee2bc(0xdc),(_0x3d951a,_0xa26455)=>this[_0x4ee2bc(0x10a)](_0x49d68d,_0xa26455)),this[_0x4ee2bc(0xdb)](_0x176532,_0x4ee2bc(0xdd),(_0x25e51f,_0xf7e226)=>this[_0x4ee2bc(0x106)](_0x49d68d,_0xf7e226));for(const _0x207ded of _0x176532)this[_0x4ee2bc(0x10a)](_0x49d68d,_0x207ded);}[_0x578438(0xe4)](_0x28158b){const _0x2010a1=_0x578438;if(!this[_0x2010a1(0x10f)][_0x2010a1(0xfc)](_0x28158b))throw new _0x35d210(_0x2010a1(0x100),null,{'channelId':_0x28158b});const _0x5ddcc7=this[_0x2010a1(0x10f)][_0x2010a1(0xff)](_0x28158b);this[_0x2010a1(0xe0)](_0x5ddcc7);for(const _0x502eff of _0x5ddcc7)_0x2010a1(0xed)===this[_0x2010a1(0xf3)][_0x2010a1(0xec)][_0x2010a1(0xff)](_0x1a14a8)[_0x2010a1(0xd9)]&&this[_0x2010a1(0x106)](_0x28158b,_0x502eff);this[_0x2010a1(0x10f)][_0x2010a1(0xe6)](_0x28158b),this[_0x2010a1(0xee)][_0x2010a1(0xe6)](_0x28158b),this[_0x2010a1(0x109)][_0x2010a1(0xe6)](_0x28158b);}get[_0x578438(0x105)](){const _0x3c2d1d=_0x578438;return this[_0x3c2d1d(0xf3)][_0x3c2d1d(0xec)][_0x3c2d1d(0xff)](_0x1a14a8)[_0x3c2d1d(0xf7)][_0x3c2d1d(0xfb)];}[_0x578438(0xd6)](_0x1f10a2){const _0x4bf259=_0x578438;for(const _0x11bf54 of this[_0x4bf259(0xee)][_0x4bf259(0xf4)]())for(const _0x2e47ea of _0x11bf54)if(_0x2e47ea['id']===_0x1f10a2)return _0x2e47ea[_0x4bf259(0xe2)];}[_0x578438(0x104)](_0x817533,_0x519abb){const _0x37ff37=_0x578438,_0x568d20=_0x519abb?[this[_0x37ff37(0xee)][_0x37ff37(0xff)](_0x519abb)]:this[_0x37ff37(0xee)][_0x37ff37(0xf4)](),_0x161f25=new Set();for(const _0x47b726 of _0x568d20)for(const _0x24a206 of _0x47b726)_0x24a206[_0x37ff37(0xe2)]['id']===_0x817533['id']&&_0x161f25[_0x37ff37(0xdc)](_0x24a206['id']);return _0x161f25;}[_0x578438(0xfe)](_0x32c99a){const _0x2c51d7=_0x578438;for(const _0x4f499f of this[_0x2c51d7(0xee)][_0x2c51d7(0xf4)]())for(const _0x1e95e2 of _0x4f499f)if(_0x1e95e2[_0x2c51d7(0xe2)]===_0x32c99a)return _0x1e95e2[_0x2c51d7(0xe9)];}[_0x578438(0x10a)](_0x3d81ce,_0x327879){const _0x4ae9d5=_0x578438;if(_0x4ae9d5(0xed)!==this[_0x4ae9d5(0xf3)][_0x4ae9d5(0xec)][_0x4ae9d5(0xff)](_0x1a14a8)[_0x4ae9d5(0xd9)])return;const _0x378287=_0x327879[_0x4ae9d5(0xe2)],_0x2b87fa=this[_0x4ae9d5(0x111)][_0x4ae9d5(0xef)](_0x378287['id'])||this[_0x4ae9d5(0x10c)](_0x378287),_0x2941e0=Object[_0x4ae9d5(0x10d)]({},_0x327879,{'user':_0x2b87fa});this[_0x4ae9d5(0xee)][_0x4ae9d5(0xff)](_0x3d81ce)[_0x4ae9d5(0xdc)](_0x2941e0);const _0x1f7d40=this[_0x4ae9d5(0x109)][_0x4ae9d5(0xff)](_0x3d81ce);_0x1f7d40[_0x4ae9d5(0xfc)](_0x2b87fa['id'])||_0x1f7d40[_0x4ae9d5(0xdc)](_0x2b87fa),this[_0x4ae9d5(0xf1)][_0x4ae9d5(0xfc)](_0x2b87fa['id'])||this[_0x4ae9d5(0xf1)][_0x4ae9d5(0xdc)](_0x2b87fa,_0x2b87fa[_0x4ae9d5(0xe8)]?0x0:void 0x0),this[_0x4ae9d5(0xfd)](_0x4ae9d5(0xf5)+_0x3d81ce,{'channelId':_0x3d81ce,'session':_0x2941e0});}[_0x578438(0x106)](_0x5c3fac,_0x55fafb){const _0x2fdb79=_0x578438;if(_0x2fdb79(0xed)!==this[_0x2fdb79(0xf3)][_0x2fdb79(0xec)][_0x2fdb79(0xff)](_0x1a14a8)[_0x2fdb79(0xd9)])return;const _0x5b9813=this[_0x2fdb79(0x109)][_0x2fdb79(0xff)](_0x5c3fac),_0x4f586b=_0x55fafb[_0x2fdb79(0xe2)];_0x4f586b['id']&&(this[_0x2fdb79(0xee)][_0x2fdb79(0xff)](_0x5c3fac)[_0x2fdb79(0xdd)](_0x55fafb['id']),_0x5b9813[_0x2fdb79(0xfc)](_0x4f586b['id'])&&!this[_0x2fdb79(0x104)](_0x4f586b,_0x5c3fac)[_0x2fdb79(0xe3)]&&_0x5b9813[_0x2fdb79(0xdd)](_0x4f586b['id']),this[_0x2fdb79(0xf1)][_0x2fdb79(0xff)](_0x4f586b['id'])&&!this[_0x2fdb79(0x104)](_0x4f586b)[_0x2fdb79(0xe3)]&&this[_0x2fdb79(0xf1)][_0x2fdb79(0xdd)](_0x4f586b['id']));}[_0x578438(0x10c)](_0x50b2a5,_0x2a2f23){const _0x1ee0a5=_0x578438,_0x3a7b1b=this[_0x1ee0a5(0x111)][_0x1ee0a5(0x112)](_0x50b2a5);return _0x2a2f23&&this[_0x1ee0a5(0x111)][_0x1ee0a5(0xda)](_0x50b2a5['id']),_0x3a7b1b[_0x1ee0a5(0xd7)]=this[_0x1ee0a5(0x108)]++,_0x3a7b1b;}}function _0x5296(){const _0x2aeb5a=['role','sessions-register-already-registered','11lWWwPt','plugins','connected','channelSessions','getUser','forEach','allConnectedUsers','3buiulQ','context','values','sessionAdd:','90VrGLMp','connection','29122BRSEoQ','1603988qaIinF','6900968csWduh','sessionId','has','fire','getUserRole','get','sessions-unregister-not-exist','register','255295lIQPsT','clear','getUserSessions','mySessionId','_handleSessionRemove','59DxwipC','_uniqueUsersCount','channelConnectedUsers','_handleSessionAdd','pluginName','_createUser','assign','set','_registeredSessions','Sessions','_users','addUser','getUserBySessionId','orderNumber','243355aTMext','state','defineMe','listenTo','add','remove','2971449AmxYYf','change:state','stopListening','init','user','size','unregister','requires','delete','6628930SvQDIz','isMe'];_0x5296=function(){return _0x2aeb5a;};return _0x5296();}
23
+ const _0x5e0601=_0xa38a;function _0x4fdb(){const _0x39302b=['130170dGAVmW','fire','2559870EDvjQg','clear','remove','addUser','503172WhvZfA','state','Sessions','_registeredSessions','connected','4172772chteTx','requires','_uniqueUsersCount','452512ibdkPM','sessions-register-already-registered','values','context','allConnectedUsers','role','20712980YcxERk','set','pluginName','has','3154860ugfhRU','channelConnectedUsers','getUserBySessionId','get','_createUser','listenTo','mySessionId','getUserRole','change:state','_handleSessionRemove','size','getUser','user','stopListening','plugins','_users','channelSessions','sessionAdd:','sessions-unregister-not-exist','9OMpgvt','isMe','_handleSessionAdd','sessionId','assign','init','add','delete','connection','28ocVQqe','forEach','4IQabEF','orderNumber','unregister','defineMe','register','getUserSessions'];_0x4fdb=function(){return _0x39302b;};return _0x4fdb();}(function(_0x185762,_0x5317db){const _0x136ab9=_0xa38a,_0x80ef49=_0x185762();while(!![]){try{const _0x42eb70=parseInt(_0x136ab9(0x21d))/0x1+-parseInt(_0x136ab9(0x217))/0x2*(-parseInt(_0x136ab9(0x206))/0x3)+parseInt(_0x136ab9(0x211))/0x4*(parseInt(_0x136ab9(0x22f))/0x5)+parseInt(_0x136ab9(0x222))/0x6+-parseInt(_0x136ab9(0x20f))/0x7*(-parseInt(_0x136ab9(0x225))/0x8)+parseInt(_0x136ab9(0x219))/0x9+-parseInt(_0x136ab9(0x22b))/0xa;if(_0x42eb70===_0x5317db)break;else _0x80ef49['push'](_0x80ef49['shift']());}catch(_0x525c86){_0x80ef49['push'](_0x80ef49['shift']());}}}(_0x4fdb,0x71579));function _0xa38a(_0x34c347,_0x29b918){const _0x4fdbc0=_0x4fdb();return _0xa38a=function(_0xa38a84,_0x4effd8){_0xa38a84=_0xa38a84-0x1f4;let _0x2e17bf=_0x4fdbc0[_0xa38a84];return _0x2e17bf;},_0xa38a(_0x34c347,_0x29b918);}import{ContextPlugin as _0x3aaff0}from'ckeditor5/src/core.js';import{Collection as _0x5c6698,CKEditorError as _0x469241}from'ckeditor5/src/utils.js';import _0x509fa4 from'./websocketgateway.js';import{Users as _0x2477c1}from'ckeditor5-collaboration/src/collaboration-core.js';export default class r extends _0x3aaff0{static get[_0x5e0601(0x22d)](){const _0x5c0822=_0x5e0601;return _0x5c0822(0x21f);}static get[_0x5e0601(0x223)](){return[_0x509fa4,_0x2477c1];}constructor(_0x3380d3){const _0x2c6efb=_0x5e0601;super(_0x3380d3),this[_0x2c6efb(0x203)]=new Map(),this[_0x2c6efb(0x1f4)]=new Map(),this[_0x2c6efb(0x229)]=new _0x5c6698(),this[_0x2c6efb(0x220)]=new Map(),this[_0x2c6efb(0x224)]=0x0,this[_0x2c6efb(0x202)]=this[_0x2c6efb(0x228)][_0x2c6efb(0x201)][_0x2c6efb(0x1f6)](_0x2477c1);}[_0x5e0601(0x20b)](){const _0x173ff3=_0x5e0601,_0x48f840=this[_0x173ff3(0x228)][_0x173ff3(0x201)][_0x173ff3(0x1f6)](_0x509fa4);this[_0x173ff3(0x1f8)](_0x48f840,_0x173ff3(0x1fb),(_0x34ee8c,_0x4b5313,_0x14b765)=>{const _0x374602=_0x173ff3;if(_0x374602(0x221)!==_0x14b765)this[_0x374602(0x203)][_0x374602(0x210)](_0x1b2eb9=>_0x1b2eb9[_0x374602(0x21a)]()),this[_0x374602(0x1f4)][_0x374602(0x210)](_0x2f5e39=>_0x2f5e39[_0x374602(0x21a)]()),this[_0x374602(0x229)][_0x374602(0x21a)]();else{for(const [_0x368a96,_0xc487cd]of this[_0x374602(0x220)])for(const _0x5bb056 of _0xc487cd)this[_0x374602(0x208)](_0x368a96,_0x5bb056);}}),this[_0x173ff3(0x1f7)](_0x48f840[_0x173ff3(0x20e)]['me'],!0x0);}[_0x5e0601(0x215)](_0x264769,_0x48579d){const _0x1aa0f2=_0x5e0601;if(this[_0x1aa0f2(0x220)][_0x1aa0f2(0x22e)](_0x264769))throw new _0x469241(_0x1aa0f2(0x226),null,{'channelId':_0x264769});this[_0x1aa0f2(0x220)][_0x1aa0f2(0x22c)](_0x264769,_0x48579d),this[_0x1aa0f2(0x203)][_0x1aa0f2(0x22c)](_0x264769,new _0x5c6698()),this[_0x1aa0f2(0x1f4)][_0x1aa0f2(0x22c)](_0x264769,new _0x5c6698()),this[_0x1aa0f2(0x1f8)](_0x48579d,_0x1aa0f2(0x20c),(_0x3a1e39,_0x4481db)=>this[_0x1aa0f2(0x208)](_0x264769,_0x4481db)),this[_0x1aa0f2(0x1f8)](_0x48579d,_0x1aa0f2(0x21b),(_0x5af733,_0x415ef5)=>this[_0x1aa0f2(0x1fc)](_0x264769,_0x415ef5));for(const _0x59fd86 of _0x48579d)this[_0x1aa0f2(0x208)](_0x264769,_0x59fd86);}[_0x5e0601(0x213)](_0x1ee92d){const _0x34072b=_0x5e0601;if(!this[_0x34072b(0x220)][_0x34072b(0x22e)](_0x1ee92d))throw new _0x469241(_0x34072b(0x205),null,{'channelId':_0x1ee92d});const _0x740e3d=this[_0x34072b(0x220)][_0x34072b(0x1f6)](_0x1ee92d);this[_0x34072b(0x200)](_0x740e3d);for(const _0x174598 of _0x740e3d)_0x34072b(0x221)===this[_0x34072b(0x228)][_0x34072b(0x201)][_0x34072b(0x1f6)](_0x509fa4)[_0x34072b(0x21e)]&&this[_0x34072b(0x1fc)](_0x1ee92d,_0x174598);this[_0x34072b(0x220)][_0x34072b(0x20d)](_0x1ee92d),this[_0x34072b(0x203)][_0x34072b(0x20d)](_0x1ee92d),this[_0x34072b(0x1f4)][_0x34072b(0x20d)](_0x1ee92d);}get[_0x5e0601(0x1f9)](){const _0x1f1528=_0x5e0601;return this[_0x1f1528(0x228)][_0x1f1528(0x201)][_0x1f1528(0x1f6)](_0x509fa4)[_0x1f1528(0x20e)][_0x1f1528(0x209)];}[_0x5e0601(0x1f5)](_0x2ba76a){const _0x491cee=_0x5e0601;for(const _0xcb82c4 of this[_0x491cee(0x203)][_0x491cee(0x227)]())for(const _0x2380aa of _0xcb82c4)if(_0x2380aa['id']===_0x2ba76a)return _0x2380aa[_0x491cee(0x1ff)];}[_0x5e0601(0x216)](_0x47c07b,_0x4c764f){const _0xfc5c83=_0x5e0601,_0x2e0fc3=_0x4c764f?[this[_0xfc5c83(0x203)][_0xfc5c83(0x1f6)](_0x4c764f)]:this[_0xfc5c83(0x203)][_0xfc5c83(0x227)](),_0x533605=new Set();for(const _0x36a978 of _0x2e0fc3)for(const _0x47e338 of _0x36a978)_0x47e338[_0xfc5c83(0x1ff)]['id']===_0x47c07b['id']&&_0x533605[_0xfc5c83(0x20c)](_0x47e338['id']);return _0x533605;}[_0x5e0601(0x1fa)](_0x2b8219){const _0x4d55cd=_0x5e0601;for(const _0x2f209d of this[_0x4d55cd(0x203)][_0x4d55cd(0x227)]())for(const _0x44bc3d of _0x2f209d)if(_0x44bc3d[_0x4d55cd(0x1ff)]===_0x2b8219)return _0x44bc3d[_0x4d55cd(0x22a)];}[_0x5e0601(0x208)](_0x5afff6,_0x4d583e){const _0x2c09a3=_0x5e0601;if(_0x2c09a3(0x221)!==this[_0x2c09a3(0x228)][_0x2c09a3(0x201)][_0x2c09a3(0x1f6)](_0x509fa4)[_0x2c09a3(0x21e)])return;const _0x1d762a=_0x4d583e[_0x2c09a3(0x1ff)],_0x262911=this[_0x2c09a3(0x202)][_0x2c09a3(0x1fe)](_0x1d762a['id'])||this[_0x2c09a3(0x1f7)](_0x1d762a),_0x74da42=Object[_0x2c09a3(0x20a)]({},_0x4d583e,{'user':_0x262911});this[_0x2c09a3(0x203)][_0x2c09a3(0x1f6)](_0x5afff6)[_0x2c09a3(0x20c)](_0x74da42);const _0x9c4fe7=this[_0x2c09a3(0x1f4)][_0x2c09a3(0x1f6)](_0x5afff6);_0x9c4fe7[_0x2c09a3(0x22e)](_0x262911['id'])||_0x9c4fe7[_0x2c09a3(0x20c)](_0x262911),this[_0x2c09a3(0x229)][_0x2c09a3(0x22e)](_0x262911['id'])||this[_0x2c09a3(0x229)][_0x2c09a3(0x20c)](_0x262911,_0x262911[_0x2c09a3(0x207)]?0x0:void 0x0),this[_0x2c09a3(0x218)](_0x2c09a3(0x204)+_0x5afff6,{'channelId':_0x5afff6,'session':_0x74da42});}[_0x5e0601(0x1fc)](_0x143c09,_0x374ed3){const _0xc242a8=_0x5e0601;if(_0xc242a8(0x221)!==this[_0xc242a8(0x228)][_0xc242a8(0x201)][_0xc242a8(0x1f6)](_0x509fa4)[_0xc242a8(0x21e)])return;const _0x420a55=this[_0xc242a8(0x1f4)][_0xc242a8(0x1f6)](_0x143c09),_0x47101e=_0x374ed3[_0xc242a8(0x1ff)];_0x47101e['id']&&(this[_0xc242a8(0x203)][_0xc242a8(0x1f6)](_0x143c09)[_0xc242a8(0x21b)](_0x374ed3['id']),_0x420a55[_0xc242a8(0x22e)](_0x47101e['id'])&&!this[_0xc242a8(0x216)](_0x47101e,_0x143c09)[_0xc242a8(0x1fd)]&&_0x420a55[_0xc242a8(0x21b)](_0x47101e['id']),this[_0xc242a8(0x229)][_0xc242a8(0x1f6)](_0x47101e['id'])&&!this[_0xc242a8(0x216)](_0x47101e)[_0xc242a8(0x1fd)]&&this[_0xc242a8(0x229)][_0xc242a8(0x21b)](_0x47101e['id']));}[_0x5e0601(0x1f7)](_0x5414d6,_0x471652){const _0x120eb3=_0x5e0601,_0x5c4a16=this[_0x120eb3(0x202)][_0x120eb3(0x21c)](_0x5414d6);return _0x471652&&this[_0x120eb3(0x202)][_0x120eb3(0x214)](_0x5414d6['id']),_0x5c4a16[_0x120eb3(0x212)]=this[_0x120eb3(0x224)]++,_0x5c4a16;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9a780b=_0x1d85;(function(_0x105c01,_0x38ef00){const _0x30ca73=_0x1d85,_0x531795=_0x105c01();while(!![]){try{const _0x563af9=parseInt(_0x30ca73(0x1c5))/0x1+parseInt(_0x30ca73(0x1bb))/0x2*(-parseInt(_0x30ca73(0x203))/0x3)+parseInt(_0x30ca73(0x215))/0x4*(-parseInt(_0x30ca73(0x1d5))/0x5)+-parseInt(_0x30ca73(0x1cc))/0x6*(-parseInt(_0x30ca73(0x1c8))/0x7)+parseInt(_0x30ca73(0x1a8))/0x8+parseInt(_0x30ca73(0x21a))/0x9*(-parseInt(_0x30ca73(0x1bc))/0xa)+parseInt(_0x30ca73(0x198))/0xb;if(_0x563af9===_0x38ef00)break;else _0x531795['push'](_0x531795['shift']());}catch(_0x1867e4){_0x531795['push'](_0x531795['shift']());}}}(_0x52f5,0x1c98b));import{Plugin as _0xa33135}from'ckeditor5/src/core.js';function _0x52f5(){const _0x59f645=['init','document','view','data-session-id','highest','parent','enqueueChange','mouseleave','UserMarkers','user:range','add','split','getAttribute','237198cHqvzA','getContainedElement','set','getSelectionClass','end','updateMarker','applyOperation','requires','addEventListener','classList','reconvertMarker','selection','markerToElement','innerHTML','mouseenter','checkChild','fromRange','isLimit','4pYsTwU','toRange','markers','has','afterInit','477JWoequ','2045461NzXFvp','rootName','listenTo','span','toDomElement','deletionPosition','clear','editingDowncast','getRange','remove','createUIElement','undo','schema','detach','ck-user__selection','change','339432KheJci','pluginName','commands','render','_createdBatches','delete','markerName','root','getUserBySessionId','getPositions','removeClass','plugins','stopListening','getCustomProperty','for','hasDomSelection','⁠<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>','isCollapsed','nodeAfter','2LTEBXQ','42610PLUihc','startsWith','ck-user__marker_hovered','getFirstRange','createRange','getNearestSelectionRange','user:position:','editing','markerToHighlight','123872RjhCGc','tableCell','batch','35BVqGcZ','mySessionId','markerNameToElements','model','223134lxCsKS','isInline','contenteditable','_domEmitter','hasContent','isObject','destroy','Escape','element','580835LioVMn','createUserMarkerOperations','user:','$graveyard','user:range:','userPositionMarker','color','</span>⁠','get','marker','ck-user__marker\x20','mapper','editor','change:range','$text','conversion','getMarkerClass','orderNumber','type','start','size','removeMarker','keydown','newRange','markerRange','name','oldRange','isSimilar','getStart','update:user:range','user:position','addMarker','setCustomProperty'];_0x52f5=function(){return _0x59f645;};return _0x52f5();}function _0x1d85(_0x1c3b30,_0xfb49f8){const _0x52f576=_0x52f5();return _0x1d85=function(_0x1d85dc,_0x53d413){_0x1d85dc=_0x1d85dc-0x198;let _0x16e2d6=_0x52f576[_0x1d85dc];return _0x16e2d6;},_0x1d85(_0x1c3b30,_0xfb49f8);}import{global as _0x5cdf5b,DomEmitterMixin as _0x445b81}from'ckeditor5/src/utils.js';import _0x1eb670 from'./sessions.js';import{LiveRange as _0x447c7a}from'ckeditor5/src/engine.js';import'../../theme/usermarkers.css';export default class H extends _0xa33135{constructor(){const _0x1a7954=_0x1d85;super(...arguments),this[_0x1a7954(0x1cf)]=new(_0x445b81())();}static get[_0x9a780b(0x20a)](){return[_0x1eb670];}static get[_0x9a780b(0x1a9)](){const _0x2ce895=_0x9a780b;return _0x2ce895(0x1fe);}[_0x9a780b(0x1f6)](){const _0x1f7140=_0x9a780b,_0x39f32f=this[_0x1f7140(0x1e1)],_0x31bcca=_0x39f32f[_0x1f7140(0x1b3)][_0x1f7140(0x1dd)](_0x1eb670);_0x39f32f[_0x1f7140(0x1e4)][_0x1f7140(0x1b6)](_0x1f7140(0x19f))[_0x1f7140(0x20f)]({'model':_0x1f7140(0x1f3),'view':(_0x121bc5,{writer:_0x439fc8})=>function(_0x498be0,_0xd3b928,_0x3f29f9,_0x26813a){const _0xdc4389=_0x1f7140,_0x1d26e7=_0x498be0[_0xdc4389(0x1ae)][_0xdc4389(0x201)](':')[0x2],_0xf6a5e4=_0x3f29f9[_0xdc4389(0x1b0)](_0x1d26e7);if(!_0xf6a5e4||_0x1d26e7===_0x3f29f9[_0xdc4389(0x1c9)])return;if(!_0x26813a[_0xdc4389(0x1cb)][_0xdc4389(0x1a4)][_0xdc4389(0x212)](_0x498be0[_0xdc4389(0x1ed)][_0xdc4389(0x1e8)],_0xdc4389(0x1e3)))return;const _0x27cb01={'class':_0xdc4389(0x1df)+_0xf6a5e4[_0xdc4389(0x1db)][_0xdc4389(0x1e5)](),'data-name':_0xf6a5e4[_0xdc4389(0x1ee)],'data-session-id':_0x1d26e7},_0x8c8558=_0x26813a[_0xdc4389(0x1cb)][_0xdc4389(0x217)][_0xdc4389(0x1dd)](_0x498be0[_0xdc4389(0x1ae)]),_0xb1e082=_0x8c8558[_0xdc4389(0x1f1)](),_0x382c67=_0xb1e082[_0xdc4389(0x1ba)],_0x21418e=_0x26813a[_0xdc4389(0x1cb)][_0xdc4389(0x1a4)];if(_0x382c67&&_0x21418e[_0xdc4389(0x1d1)](_0x382c67)&&_0x21418e[_0xdc4389(0x1cd)](_0x382c67)&&!_0x26813a[_0xdc4389(0x1cb)][_0xdc4389(0x217)][_0xdc4389(0x1dd)](_0xdc4389(0x1d9)+_0x1d26e7)[_0xdc4389(0x1a0)]()[_0xdc4389(0x1b9)])return;const _0x2b6ee1=_0xb1e082[_0xdc4389(0x1fb)];return _0x26813a[_0xdc4389(0x1cb)][_0xdc4389(0x1a4)][_0xdc4389(0x214)](_0x2b6ee1)&&!_0x26813a[_0xdc4389(0x1cb)][_0xdc4389(0x1d0)](_0x2b6ee1)&&(_0x27cb01[_0xdc4389(0x1ce)]=!0x1),function(_0x4431bc,_0x10051c,_0x3861a6){const _0x46659d=_0xdc4389,_0x14d6d1=_0x4431bc[_0x46659d(0x1a2)](_0x46659d(0x19b),_0x10051c);return _0x4431bc[_0x46659d(0x1f5)](_0x46659d(0x1da),!0x0,_0x14d6d1),_0x14d6d1[_0x46659d(0x1ab)]=function(_0x128941){const _0x2f89cd=_0x46659d,_0x4eb42f=this[_0x2f89cd(0x19c)](_0x128941);return _0x4eb42f[_0x2f89cd(0x210)]=_0x2f89cd(0x1b8)+_0x3861a6[_0x2f89cd(0x1ee)]+_0x2f89cd(0x1dc),_0x4eb42f[_0x2f89cd(0x20b)](_0x2f89cd(0x211),()=>{const _0x3a2ea5=_0x2f89cd;_0x4eb42f[_0x3a2ea5(0x20c)][_0x3a2ea5(0x200)](_0x3a2ea5(0x1be));}),_0x4eb42f[_0x2f89cd(0x20b)](_0x2f89cd(0x1fd),()=>{const _0x1dedff=_0x2f89cd;_0x4eb42f[_0x1dedff(0x20c)][_0x1dedff(0x1a1)](_0x1dedff(0x1be));}),_0x4eb42f;},_0x14d6d1[_0x46659d(0x1f0)]=function(_0x136ba0){const _0x4e9232=_0x46659d;return!(!this[_0x4e9232(0x1b5)](_0x4e9232(0x1da))||!_0x136ba0[_0x4e9232(0x1b5)](_0x4e9232(0x1da))||this[_0x4e9232(0x202)](_0x4e9232(0x1f9))!=_0x136ba0[_0x4e9232(0x202)](_0x4e9232(0x1f9)));},_0x14d6d1;}(_0xd3b928,_0x27cb01,_0xf6a5e4);}(_0x121bc5,_0x439fc8,_0x31bcca,_0x39f32f)}),_0x39f32f[_0x1f7140(0x1e4)][_0x1f7140(0x1b6)](_0x1f7140(0x19f))[_0x1f7140(0x1c4)]({'model':_0x1f7140(0x1ff),'view':_0x25c8b0=>function(_0x24c63e,_0x33f3fd){const _0x8df02f=_0x1f7140,_0x209b4b=_0x24c63e[_0x8df02f(0x1ae)][_0x8df02f(0x201)](':')[0x2];if(_0x209b4b===_0x33f3fd[_0x8df02f(0x1c9)])return null;const _0x452251=_0x33f3fd[_0x8df02f(0x1b0)](_0x209b4b);if(!_0x452251)return{'id':_0x209b4b,'classes':[]};return{'id':_0x209b4b,'classes':[_0x8df02f(0x1a6),_0x452251[_0x8df02f(0x1db)][_0x8df02f(0x206)]()],'attributes':{'data-session-id':_0x209b4b},'priority':0x7d0+_0x452251[_0x8df02f(0x1e6)]};}(_0x25c8b0,_0x31bcca)}),function(_0x28200d){const _0x291c5e=_0x1f7140,_0x14d9ef=_0x28200d[_0x291c5e(0x1cb)],_0x2c0928=new Map(),_0x200d18=_0x28200d[_0x291c5e(0x1b3)][_0x291c5e(0x1dd)](_0x1eb670);_0x14d9ef[_0x291c5e(0x217)]['on'](_0x291c5e(0x1f2),(_0x3e0eac,_0x3773e6,_0x177f9a,_0x49c28)=>{const _0x27ca71=_0x291c5e;if(!_0x49c28&&_0x2c0928[_0x27ca71(0x1dd)](_0x3773e6[_0x27ca71(0x1ee)]))return _0x2c0928[_0x27ca71(0x1dd)](_0x3773e6[_0x27ca71(0x1ee)])[_0x27ca71(0x1a5)](),void _0x2c0928[_0x27ca71(0x1ad)](_0x3773e6[_0x27ca71(0x1ee)]);const _0x56ce97=_0x3773e6[_0x27ca71(0x1ee)][_0x27ca71(0x201)](':')[0x2];if(_0x56ce97===_0x200d18[_0x27ca71(0x1c9)])return;const _0x5163f9=_0x27ca71(0x1c2)+_0x56ce97;_0x14d9ef[_0x27ca71(0x217)][_0x27ca71(0x218)](_0x5163f9)&&_0x28200d[_0x27ca71(0x1c3)][_0x27ca71(0x20d)](_0x5163f9),_0x3773e6['on'](_0x27ca71(0x1e2),(_0x47eb00,_0x4977a8,_0x24502a)=>{const _0x46c0c1=_0x27ca71;if(_0x46c0c1(0x1d8)!=_0x4977a8[_0x46c0c1(0x1af)][_0x46c0c1(0x199)]&&_0x46c0c1(0x1d8)==_0x3773e6[_0x46c0c1(0x1a0)]()[_0x46c0c1(0x1af)][_0x46c0c1(0x199)]&&!_0x2c0928[_0x46c0c1(0x218)](_0x3773e6[_0x46c0c1(0x1ee)])){const _0x6a1580=_0x14d9ef[_0x46c0c1(0x1a4)][_0x46c0c1(0x1c1)](_0x24502a[_0x46c0c1(0x19d)]);if(_0x6a1580){const _0xe1c705=_0x447c7a[_0x46c0c1(0x213)](_0x6a1580);_0x2c0928[_0x46c0c1(0x205)](_0x3773e6[_0x46c0c1(0x1ee)],_0xe1c705),_0xe1c705['on'](_0x46c0c1(0x1e2),(_0x4e33d9,_0x3c6fd,_0x3ca18e)=>{const _0x109007=_0x46c0c1;if(_0x109007(0x1d8)==_0xe1c705[_0x109007(0x1af)][_0x109007(0x199)]){const _0x457a91=_0x14d9ef[_0x109007(0x1a4)][_0x109007(0x1c1)](_0x3ca18e[_0x109007(0x19d)]);_0x457a91?(_0xe1c705[_0x109007(0x1e8)]=_0x457a91[_0x109007(0x1e8)],_0xe1c705[_0x109007(0x207)]=_0x457a91[_0x109007(0x207)]):(_0x2c0928[_0x109007(0x1ad)](_0x3773e6[_0x109007(0x1ee)]),_0xe1c705[_0x109007(0x1a5)]());}});}}});}),_0x14d9ef[_0x291c5e(0x1f7)]['on'](_0x291c5e(0x1a7),()=>{const _0x5c53e2=_0x291c5e;_0x2c0928[_0x5c53e2(0x1e9)]>0x0&&_0x14d9ef[_0x5c53e2(0x1fc)]({'isUndoable':!0x1},_0x19513d=>{const _0x207ed5=_0x5c53e2;for(const [_0x5d0b06,_0x24bf3c]of _0x2c0928)_0x207ed5(0x1d8)==_0x14d9ef[_0x207ed5(0x217)][_0x207ed5(0x1dd)](_0x5d0b06)[_0x207ed5(0x1a0)]()[_0x207ed5(0x1af)][_0x207ed5(0x199)]&&(re(_0x5d0b06[_0x207ed5(0x201)](':')[0x2],_0x24bf3c[_0x207ed5(0x216)](),_0x14d9ef,_0x19513d),_0x24bf3c[_0x207ed5(0x1a5)]());_0x2c0928[_0x207ed5(0x19e)]();});});}(_0x39f32f),this[_0x1f7140(0x1cf)][_0x1f7140(0x19a)](_0x5cdf5b[_0x1f7140(0x1f7)],_0x1f7140(0x1eb),(_0x4e2257,{key:_0x27898b})=>{const _0x5f287a=_0x1f7140;_0x5f287a(0x1d3)===_0x27898b&&function(_0x5959c1){const _0x1519ac=_0x5f287a;_0x5959c1[_0x1519ac(0x1c3)][_0x1519ac(0x1f8)][_0x1519ac(0x1a7)](_0x4f582f=>{const _0x300582=_0x1519ac;for(const _0x1c74be of _0x5959c1[_0x300582(0x1cb)][_0x300582(0x217)]){if(!_0x1c74be[_0x300582(0x1ee)][_0x300582(0x1bd)](_0x300582(0x1f3)))continue;const _0x42ef36=_0x5959c1[_0x300582(0x1c3)][_0x300582(0x1e0)][_0x300582(0x1ca)](_0x1c74be[_0x300582(0x1ee)]);if(_0x42ef36){for(const _0x24cd60 of _0x42ef36)_0x4f582f[_0x300582(0x1b2)](_0x300582(0x1be),_0x24cd60);}}});}(_0x39f32f);},{'useCapture':!0x0});}[_0x9a780b(0x219)](){const _0x3d4c9b=_0x9a780b,_0x660502=this[_0x3d4c9b(0x1e1)],_0x4ad134=_0x660502[_0x3d4c9b(0x1aa)][_0x3d4c9b(0x1dd)](_0x3d4c9b(0x1a3));_0x4ad134&&_0x660502[_0x3d4c9b(0x1cb)]['on'](_0x3d4c9b(0x209),(_0x459d5b,_0x567f8a)=>{const _0xcf5033=_0x3d4c9b,_0x155adb=_0x567f8a[0x0];if(_0xcf5033(0x1de)!=_0x155adb[_0xcf5033(0x1e7)]||!_0x155adb[_0xcf5033(0x1ee)][_0xcf5033(0x1bd)](_0xcf5033(0x1d7)))return;const _0x3d463d=_0x155adb[_0xcf5033(0x1c7)];_0x4ad134[_0xcf5033(0x1ac)][_0xcf5033(0x218)](_0x3d463d)&&(_0x155adb[_0xcf5033(0x1ec)]=_0x155adb[_0xcf5033(0x1ef)]?_0x660502[_0xcf5033(0x1cb)][_0xcf5033(0x1c0)](_0x155adb[_0xcf5033(0x1ef)][_0xcf5033(0x1e8)],_0x155adb[_0xcf5033(0x1ef)][_0xcf5033(0x207)]):null);},{'priority':_0x3d4c9b(0x1fa)});}[_0x9a780b(0x1d2)](){const _0x52ecd3=_0x9a780b;return this[_0x52ecd3(0x1cf)][_0x52ecd3(0x1b4)](),super[_0x52ecd3(0x1d2)]();}[_0x9a780b(0x1d6)](){const _0x3742f4=_0x9a780b,_0x48e2e7=this[_0x3742f4(0x1e1)],_0x3595fc=_0x48e2e7[_0x3742f4(0x1cb)][_0x3742f4(0x1f7)],_0x5dcd69=_0x48e2e7[_0x3742f4(0x1b3)][_0x3742f4(0x1dd)](_0x1eb670);_0x48e2e7[_0x3742f4(0x1cb)][_0x3742f4(0x1fc)]({'isUndoable':!0x1},_0x2b55c0=>{const _0x30a000=_0x3742f4,_0x20b14f=_0x30a000(0x1d9)+_0x5dcd69[_0x30a000(0x1c9)],_0x36b26c=_0x30a000(0x1c2)+_0x5dcd69[_0x30a000(0x1c9)],_0x3a1770=_0x48e2e7[_0x30a000(0x1cb)][_0x30a000(0x217)][_0x30a000(0x218)](_0x20b14f);_0x48e2e7[_0x30a000(0x1c3)][_0x30a000(0x1f8)][_0x30a000(0x1b7)]?re(_0x5dcd69[_0x30a000(0x1c9)],_0x3595fc[_0x30a000(0x20e)][_0x30a000(0x1bf)](),_0x48e2e7[_0x30a000(0x1cb)],_0x2b55c0):_0x3a1770&&(_0x2b55c0[_0x30a000(0x1ea)](_0x20b14f),_0x2b55c0[_0x30a000(0x1ea)](_0x36b26c));});}}function re(_0x16999e,_0x1ad35a,_0x5df43b,_0x4e6949){const _0x307e7e=_0x9a780b,_0x1324ba=_0x307e7e(0x1d9)+_0x16999e,_0x5a425a=_0x307e7e(0x1c2)+_0x16999e,_0x2d747a=_0x1ad35a[_0x307e7e(0x204)]();let _0x257bb4=_0x1ad35a[_0x307e7e(0x1e8)];_0x2d747a&&_0x2d747a['is'](_0x307e7e(0x1d4),_0x307e7e(0x1c6))&&(_0x257bb4=function(_0x51599f,_0x168d9d){const _0x11f9cf=_0x307e7e;for(const _0x38b40d of _0x51599f[_0x11f9cf(0x1b1)]())if(_0x168d9d[_0x11f9cf(0x1a4)][_0x11f9cf(0x212)](_0x38b40d,_0x11f9cf(0x1e3)))return _0x38b40d;}(_0x1ad35a,_0x5df43b),_0x1ad35a=_0x4e6949[_0x307e7e(0x1c0)](_0x257bb4));const _0x5c8a96=_0x4e6949[_0x307e7e(0x1c0)](_0x257bb4);_0x5df43b[_0x307e7e(0x217)][_0x307e7e(0x218)](_0x1324ba)?(_0x4e6949[_0x307e7e(0x208)](_0x1324ba,{'range':_0x1ad35a}),_0x4e6949[_0x307e7e(0x208)](_0x5a425a,{'range':_0x5c8a96})):(_0x4e6949[_0x307e7e(0x1f4)](_0x1324ba,{'range':_0x1ad35a,'usingOperation':!0x0}),_0x4e6949[_0x307e7e(0x1f4)](_0x5a425a,{'range':_0x5c8a96,'usingOperation':!0x0}));}
23
+ const _0x5c1f2c=_0x2f9f;(function(_0x5641a1,_0x4d2f12){const _0x5d6b6d=_0x2f9f,_0x53675d=_0x5641a1();while(!![]){try{const _0x287474=parseInt(_0x5d6b6d(0x17b))/0x1+parseInt(_0x5d6b6d(0x177))/0x2*(parseInt(_0x5d6b6d(0x151))/0x3)+-parseInt(_0x5d6b6d(0x193))/0x4*(parseInt(_0x5d6b6d(0x15e))/0x5)+-parseInt(_0x5d6b6d(0x1ba))/0x6*(parseInt(_0x5d6b6d(0x167))/0x7)+parseInt(_0x5d6b6d(0x184))/0x8+parseInt(_0x5d6b6d(0x161))/0x9+parseInt(_0x5d6b6d(0x16e))/0xa*(-parseInt(_0x5d6b6d(0x1c3))/0xb);if(_0x287474===_0x4d2f12)break;else _0x53675d['push'](_0x53675d['shift']());}catch(_0x20faad){_0x53675d['push'](_0x53675d['shift']());}}}(_0x39ee,0xab593));import{Plugin as _0x40f7da}from'ckeditor5/src/core.js';import{global as _0x470c97,DomEmitterMixin as _0xfe6400}from'ckeditor5/src/utils.js';function _0x39ee(){const _0x4b5c88=['getAttribute','for','view','size','881951jRUZaT','$graveyard','getCustomProperty','parent','contenteditable','getStart','_domEmitter','3670NZorJt','span','hasDomSelection','ck-user__marker_hovered','user:position','removeMarker','keydown','updateMarker','setCustomProperty','124vDUvTx','update:user:range','markers','UserMarkers','690257kNNZse','toRange','getNearestSelectionRange','init','model','Escape','editor','isSimilar','element','2538640QUIgfH','isLimit','markerNameToElements','schema','user:','render','fromRange','getContainedElement','_createdBatches','createUIElement','name','$text','getSelectionClass','nodeAfter','has','36WrLOJX','root','remove','innerHTML','conversion','afterInit','highest','user:range','destroy','get','hasContent','mouseenter','addMarker','editing','marker','enqueueChange','detach','mapper','set','user:position:','split','getRange','markerToElement','orderNumber','reconvertMarker','mySessionId','undo','data-session-id','editingDowncast','listenTo','oldRange','userPositionMarker','user:range:','type','isCollapsed','ck-user__selection','batch','change','end','6btcMBN','delete','addEventListener','createUserMarkerOperations','pluginName','getPositions','selection','add','commands','49357EkDZah','mouseleave','⁠<span\x20class=\x22ck-user__marker-line\x22\x20contenteditable=\x22false\x22><span\x20class=\x22ck-user__marker-dot\x22></span></span><span\x20class=\x22ck-user__marker-tooltip\x22\x20contenteditable=\x22false\x22\x20spellcheck=\x22false\x22>','toDomElement','isObject','clear','removeClass','isInline','color','applyOperation','getMarkerClass','startsWith','start','markerRange','getFirstRange','createRange','</span>⁠','32925rdFFUf','deletionPosition','plugins','markerName','ck-user__marker\x20','rootName','change:range','requires','document','newRange','getUserBySessionId','stopListening','checkChild','23805DIjLkV','markerToHighlight','classList','7464393lCfggP','tableCell'];_0x39ee=function(){return _0x4b5c88;};return _0x39ee();}import _0x92c309 from'./sessions.js';import{LiveRange as _0x3a5d15}from'ckeditor5/src/engine.js';import'../../theme/usermarkers.css';export default class H extends _0x40f7da{constructor(){const _0x18f5e4=_0x2f9f;super(...arguments),this[_0x18f5e4(0x16d)]=new(_0xfe6400())();}static get[_0x5c1f2c(0x158)](){return[_0x92c309];}static get[_0x5c1f2c(0x1be)](){const _0x42556c=_0x5c1f2c;return _0x42556c(0x17a);}[_0x5c1f2c(0x17e)](){const _0x4d639c=_0x5c1f2c,_0xafc99b=this[_0x4d639c(0x181)],_0x1d5930=_0xafc99b[_0x4d639c(0x153)][_0x4d639c(0x19c)](_0x92c309);_0xafc99b[_0x4d639c(0x197)][_0x4d639c(0x164)](_0x4d639c(0x1af))[_0x4d639c(0x1a9)]({'model':_0x4d639c(0x172),'view':(_0x1218e2,{writer:_0x32cb82})=>function(_0x2627e7,_0xa0836a,_0x1ea58a,_0x31185d){const _0x4744ff=_0x4d639c,_0x5ddcac=_0x2627e7[_0x4744ff(0x154)][_0x4744ff(0x1a7)](':')[0x2],_0x338573=_0x1ea58a[_0x4744ff(0x15b)](_0x5ddcac);if(!_0x338573||_0x5ddcac===_0x1ea58a[_0x4744ff(0x1ac)])return;if(!_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x187)][_0x4744ff(0x15d)](_0x2627e7[_0x4744ff(0x14d)][_0x4744ff(0x14c)],_0x4744ff(0x18f)))return;const _0x13d5bf={'class':_0x4744ff(0x155)+_0x338573[_0x4744ff(0x1cb)][_0x4744ff(0x1cd)](),'data-name':_0x338573[_0x4744ff(0x18e)],'data-session-id':_0x5ddcac},_0x5d02eb=_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x179)][_0x4744ff(0x19c)](_0x2627e7[_0x4744ff(0x154)]),_0x33cd0a=_0x5d02eb[_0x4744ff(0x16c)](),_0x24f9ca=_0x33cd0a[_0x4744ff(0x191)],_0x3fd345=_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x187)];if(_0x24f9ca&&_0x3fd345[_0x4744ff(0x1c7)](_0x24f9ca)&&_0x3fd345[_0x4744ff(0x1ca)](_0x24f9ca)&&!_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x179)][_0x4744ff(0x19c)](_0x4744ff(0x1b3)+_0x5ddcac)[_0x4744ff(0x1a8)]()[_0x4744ff(0x1b5)])return;const _0x49ef8a=_0x33cd0a[_0x4744ff(0x16a)];return _0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x187)][_0x4744ff(0x185)](_0x49ef8a)&&!_0x31185d[_0x4744ff(0x17f)][_0x4744ff(0x19d)](_0x49ef8a)&&(_0x13d5bf[_0x4744ff(0x16b)]=!0x1),function(_0x38a927,_0x3c1282,_0x338779){const _0x40d839=_0x4744ff,_0x227dd6=_0x38a927[_0x40d839(0x18d)](_0x40d839(0x16f),_0x3c1282);return _0x38a927[_0x40d839(0x176)](_0x40d839(0x1b2),!0x0,_0x227dd6),_0x227dd6[_0x40d839(0x189)]=function(_0x23e0ea){const _0x502c3c=_0x40d839,_0xcb3bd8=this[_0x502c3c(0x1c6)](_0x23e0ea);return _0xcb3bd8[_0x502c3c(0x196)]=_0x502c3c(0x1c5)+_0x338779[_0x502c3c(0x18e)]+_0x502c3c(0x150),_0xcb3bd8[_0x502c3c(0x1bc)](_0x502c3c(0x19e),()=>{const _0xb511b6=_0x502c3c;_0xcb3bd8[_0xb511b6(0x160)][_0xb511b6(0x1c1)](_0xb511b6(0x171));}),_0xcb3bd8[_0x502c3c(0x1bc)](_0x502c3c(0x1c4),()=>{const _0x16f819=_0x502c3c;_0xcb3bd8[_0x16f819(0x160)][_0x16f819(0x195)](_0x16f819(0x171));}),_0xcb3bd8;},_0x227dd6[_0x40d839(0x182)]=function(_0x4d7df4){const _0x1f3e79=_0x40d839;return!(!this[_0x1f3e79(0x169)](_0x1f3e79(0x1b2))||!_0x4d7df4[_0x1f3e79(0x169)](_0x1f3e79(0x1b2))||this[_0x1f3e79(0x163)](_0x1f3e79(0x1ae))!=_0x4d7df4[_0x1f3e79(0x163)](_0x1f3e79(0x1ae)));},_0x227dd6;}(_0xa0836a,_0x13d5bf,_0x338573);}(_0x1218e2,_0x32cb82,_0x1d5930,_0xafc99b)}),_0xafc99b[_0x4d639c(0x197)][_0x4d639c(0x164)](_0x4d639c(0x1af))[_0x4d639c(0x15f)]({'model':_0x4d639c(0x19a),'view':_0x1f817a=>function(_0x54a664,_0x440791){const _0x180560=_0x4d639c,_0x1d8bb5=_0x54a664[_0x180560(0x154)][_0x180560(0x1a7)](':')[0x2];if(_0x1d8bb5===_0x440791[_0x180560(0x1ac)])return null;const _0x54fb87=_0x440791[_0x180560(0x15b)](_0x1d8bb5);if(!_0x54fb87)return{'id':_0x1d8bb5,'classes':[]};return{'id':_0x1d8bb5,'classes':[_0x180560(0x1b6),_0x54fb87[_0x180560(0x1cb)][_0x180560(0x190)]()],'attributes':{'data-session-id':_0x1d8bb5},'priority':0x7d0+_0x54fb87[_0x180560(0x1aa)]};}(_0x1f817a,_0x1d5930)}),function(_0x1b6681){const _0x3f8ac4=_0x4d639c,_0xfa2a1c=_0x1b6681[_0x3f8ac4(0x17f)],_0x2d823e=new Map(),_0x4cd491=_0x1b6681[_0x3f8ac4(0x153)][_0x3f8ac4(0x19c)](_0x92c309);_0xfa2a1c[_0x3f8ac4(0x179)]['on'](_0x3f8ac4(0x178),(_0x3bfef9,_0x5cab47,_0x45d4aa,_0x1e8bdc)=>{const _0x3aa604=_0x3f8ac4;if(!_0x1e8bdc&&_0x2d823e[_0x3aa604(0x19c)](_0x5cab47[_0x3aa604(0x18e)]))return _0x2d823e[_0x3aa604(0x19c)](_0x5cab47[_0x3aa604(0x18e)])[_0x3aa604(0x1a3)](),void _0x2d823e[_0x3aa604(0x1bb)](_0x5cab47[_0x3aa604(0x18e)]);const _0x4748bd=_0x5cab47[_0x3aa604(0x18e)][_0x3aa604(0x1a7)](':')[0x2];if(_0x4748bd===_0x4cd491[_0x3aa604(0x1ac)])return;const _0x1dd12c=_0x3aa604(0x1a6)+_0x4748bd;_0xfa2a1c[_0x3aa604(0x179)][_0x3aa604(0x192)](_0x1dd12c)&&_0x1b6681[_0x3aa604(0x1a0)][_0x3aa604(0x1ab)](_0x1dd12c),_0x5cab47['on'](_0x3aa604(0x157),(_0x2d34b7,_0xe952b3,_0x125736)=>{const _0x1916e0=_0x3aa604;if(_0x1916e0(0x168)!=_0xe952b3[_0x1916e0(0x194)][_0x1916e0(0x156)]&&_0x1916e0(0x168)==_0x5cab47[_0x1916e0(0x1a8)]()[_0x1916e0(0x194)][_0x1916e0(0x156)]&&!_0x2d823e[_0x1916e0(0x192)](_0x5cab47[_0x1916e0(0x18e)])){const _0x2309ae=_0xfa2a1c[_0x1916e0(0x187)][_0x1916e0(0x17d)](_0x125736[_0x1916e0(0x152)]);if(_0x2309ae){const _0x150b8a=_0x3a5d15[_0x1916e0(0x18a)](_0x2309ae);_0x2d823e[_0x1916e0(0x1a5)](_0x5cab47[_0x1916e0(0x18e)],_0x150b8a),_0x150b8a['on'](_0x1916e0(0x157),(_0x40865b,_0x57191a,_0x1b286e)=>{const _0x42308e=_0x1916e0;if(_0x42308e(0x168)==_0x150b8a[_0x42308e(0x194)][_0x42308e(0x156)]){const _0x3177bf=_0xfa2a1c[_0x42308e(0x187)][_0x42308e(0x17d)](_0x1b286e[_0x42308e(0x152)]);_0x3177bf?(_0x150b8a[_0x42308e(0x14c)]=_0x3177bf[_0x42308e(0x14c)],_0x150b8a[_0x42308e(0x1b9)]=_0x3177bf[_0x42308e(0x1b9)]):(_0x2d823e[_0x42308e(0x1bb)](_0x5cab47[_0x42308e(0x18e)]),_0x150b8a[_0x42308e(0x1a3)]());}});}}});}),_0xfa2a1c[_0x3f8ac4(0x159)]['on'](_0x3f8ac4(0x1b8),()=>{const _0x205f91=_0x3f8ac4;_0x2d823e[_0x205f91(0x166)]>0x0&&_0xfa2a1c[_0x205f91(0x1a2)]({'isUndoable':!0x1},_0x35203e=>{const _0x202504=_0x205f91;for(const [_0x12b79c,_0x18c9c0]of _0x2d823e)_0x202504(0x168)==_0xfa2a1c[_0x202504(0x179)][_0x202504(0x19c)](_0x12b79c)[_0x202504(0x1a8)]()[_0x202504(0x194)][_0x202504(0x156)]&&(re(_0x12b79c[_0x202504(0x1a7)](':')[0x2],_0x18c9c0[_0x202504(0x17c)](),_0xfa2a1c,_0x35203e),_0x18c9c0[_0x202504(0x1a3)]());_0x2d823e[_0x202504(0x1c8)]();});});}(_0xafc99b),this[_0x4d639c(0x16d)][_0x4d639c(0x1b0)](_0x470c97[_0x4d639c(0x159)],_0x4d639c(0x174),(_0x581bc7,{key:_0x2b03df})=>{const _0x2ea044=_0x4d639c;_0x2ea044(0x180)===_0x2b03df&&function(_0x1af13a){const _0x12685b=_0x2ea044;_0x1af13a[_0x12685b(0x1a0)][_0x12685b(0x165)][_0x12685b(0x1b8)](_0x40aa40=>{const _0x2f28ac=_0x12685b;for(const _0x1643a8 of _0x1af13a[_0x2f28ac(0x17f)][_0x2f28ac(0x179)]){if(!_0x1643a8[_0x2f28ac(0x18e)][_0x2f28ac(0x14b)](_0x2f28ac(0x172)))continue;const _0x323fd6=_0x1af13a[_0x2f28ac(0x1a0)][_0x2f28ac(0x1a4)][_0x2f28ac(0x186)](_0x1643a8[_0x2f28ac(0x18e)]);if(_0x323fd6){for(const _0xc47842 of _0x323fd6)_0x40aa40[_0x2f28ac(0x1c9)](_0x2f28ac(0x171),_0xc47842);}}});}(_0xafc99b);},{'useCapture':!0x0});}[_0x5c1f2c(0x198)](){const _0x485dac=_0x5c1f2c,_0x2d270a=this[_0x485dac(0x181)],_0x2cce02=_0x2d270a[_0x485dac(0x1c2)][_0x485dac(0x19c)](_0x485dac(0x1ad));_0x2cce02&&_0x2d270a[_0x485dac(0x17f)]['on'](_0x485dac(0x1cc),(_0x537edf,_0x1cc1bd)=>{const _0x3f21b2=_0x485dac,_0x261630=_0x1cc1bd[0x0];if(_0x3f21b2(0x1a1)!=_0x261630[_0x3f21b2(0x1b4)]||!_0x261630[_0x3f21b2(0x18e)][_0x3f21b2(0x14b)](_0x3f21b2(0x188)))return;const _0x45fd23=_0x261630[_0x3f21b2(0x1b7)];_0x2cce02[_0x3f21b2(0x18c)][_0x3f21b2(0x192)](_0x45fd23)&&(_0x261630[_0x3f21b2(0x15a)]=_0x261630[_0x3f21b2(0x1b1)]?_0x2d270a[_0x3f21b2(0x17f)][_0x3f21b2(0x14f)](_0x261630[_0x3f21b2(0x1b1)][_0x3f21b2(0x14c)],_0x261630[_0x3f21b2(0x1b1)][_0x3f21b2(0x1b9)]):null);},{'priority':_0x485dac(0x199)});}[_0x5c1f2c(0x19b)](){const _0x4a7fef=_0x5c1f2c;return this[_0x4a7fef(0x16d)][_0x4a7fef(0x15c)](),super[_0x4a7fef(0x19b)]();}[_0x5c1f2c(0x1bd)](){const _0x158d2d=_0x5c1f2c,_0x2120b9=this[_0x158d2d(0x181)],_0x2ee838=_0x2120b9[_0x158d2d(0x17f)][_0x158d2d(0x159)],_0x1f8701=_0x2120b9[_0x158d2d(0x153)][_0x158d2d(0x19c)](_0x92c309);_0x2120b9[_0x158d2d(0x17f)][_0x158d2d(0x1a2)]({'isUndoable':!0x1},_0x4365e0=>{const _0x1a12c0=_0x158d2d,_0x360725=_0x1a12c0(0x1b3)+_0x1f8701[_0x1a12c0(0x1ac)],_0x7ed299=_0x1a12c0(0x1a6)+_0x1f8701[_0x1a12c0(0x1ac)],_0x10b688=_0x2120b9[_0x1a12c0(0x17f)][_0x1a12c0(0x179)][_0x1a12c0(0x192)](_0x360725);_0x2120b9[_0x1a12c0(0x1a0)][_0x1a12c0(0x165)][_0x1a12c0(0x170)]?re(_0x1f8701[_0x1a12c0(0x1ac)],_0x2ee838[_0x1a12c0(0x1c0)][_0x1a12c0(0x14e)](),_0x2120b9[_0x1a12c0(0x17f)],_0x4365e0):_0x10b688&&(_0x4365e0[_0x1a12c0(0x173)](_0x360725),_0x4365e0[_0x1a12c0(0x173)](_0x7ed299));});}}function _0x2f9f(_0x48f9e6,_0x2267aa){const _0x39eeff=_0x39ee();return _0x2f9f=function(_0x2f9f02,_0x548362){_0x2f9f02=_0x2f9f02-0x14b;let _0x2d677e=_0x39eeff[_0x2f9f02];return _0x2d677e;},_0x2f9f(_0x48f9e6,_0x2267aa);}function re(_0x114929,_0x2afb55,_0xdded22,_0x4ebb07){const _0x404c3b=_0x5c1f2c,_0x7f0894=_0x404c3b(0x1b3)+_0x114929,_0x29fe88=_0x404c3b(0x1a6)+_0x114929,_0x261134=_0x2afb55[_0x404c3b(0x18b)]();let _0x2a556f=_0x2afb55[_0x404c3b(0x14c)];_0x261134&&_0x261134['is'](_0x404c3b(0x183),_0x404c3b(0x162))&&(_0x2a556f=function(_0x4eab63,_0x217e02){const _0x36e7c8=_0x404c3b;for(const _0x524753 of _0x4eab63[_0x36e7c8(0x1bf)]())if(_0x217e02[_0x36e7c8(0x187)][_0x36e7c8(0x15d)](_0x524753,_0x36e7c8(0x18f)))return _0x524753;}(_0x2afb55,_0xdded22),_0x2afb55=_0x4ebb07[_0x404c3b(0x14f)](_0x2a556f));const _0x3003c7=_0x4ebb07[_0x404c3b(0x14f)](_0x2a556f);_0xdded22[_0x404c3b(0x179)][_0x404c3b(0x192)](_0x7f0894)?(_0x4ebb07[_0x404c3b(0x175)](_0x7f0894,{'range':_0x2afb55}),_0x4ebb07[_0x404c3b(0x175)](_0x29fe88,{'range':_0x3003c7})):(_0x4ebb07[_0x404c3b(0x19f)](_0x7f0894,{'range':_0x2afb55,'usingOperation':!0x0}),_0x4ebb07[_0x404c3b(0x19f)](_0x29fe88,{'range':_0x3003c7,'usingOperation':!0x0}));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x13b7(_0x46d577,_0x445211){const _0x4900d8=_0x4900();return _0x13b7=function(_0x13b74c,_0x536699){_0x13b74c=_0x13b74c-0xae;let _0x4deaf1=_0x4900d8[_0x13b74c];return _0x4deaf1;},_0x13b7(_0x46d577,_0x445211);}const _0x58e70f=_0x13b7;(function(_0xc8a28b,_0x417491){const _0x496269=_0x13b7,_0x3bfcd2=_0xc8a28b();while(!![]){try{const _0x2aba33=-parseInt(_0x496269(0xb0))/0x1+parseInt(_0x496269(0xe2))/0x2+-parseInt(_0x496269(0xd2))/0x3*(parseInt(_0x496269(0xcc))/0x4)+-parseInt(_0x496269(0xb2))/0x5+parseInt(_0x496269(0xc6))/0x6*(-parseInt(_0x496269(0xdc))/0x7)+-parseInt(_0x496269(0xcd))/0x8*(parseInt(_0x496269(0xd9))/0x9)+parseInt(_0x496269(0xe8))/0xa*(parseInt(_0x496269(0xf5))/0xb);if(_0x2aba33===_0x417491)break;else _0x3bfcd2['push'](_0x3bfcd2['shift']());}catch(_0x76447a){_0x3bfcd2['push'](_0x3bfcd2['shift']());}}}(_0x4900,0xdf2ac));function _0x4900(){const _0x2a0d91=['disconnect','pluginName','_shouldPluginsReconnect','webSocketUrl','_domEmitter','limitExceeded','state','258840VZkiKH','connect','set','Connected\x20users\x20limit\x20exceeded','DISCONNECTED','define','2148GEZYvW','696halbwO','removeFromReconnectionStack','requires','addToReconnectionStack','CONNECTED','3393pWKKTZ','_reconnect','add','CONNECTING','_reconnectionStack','error','destroy','5481WYDIie','constructor','connection','63ZjfOFi','CloudServices','websocketgateway-missing-token','reconnect','init','online','84060ozRdBP','change:me','connected','showWarning','then','all','57110qCDLZG','cloudServices.connectionTimeout','_isBrowserOffline','websocketgateway-plugin-already-registered','function','WebSocketGateway','code','listenTo','initialReconnectionInterval','catch','stopListening','plugins','offline','7414lFHlTn','delete','cloudServices.requestTimeout','real-time-collaboration','isInReconnectionStack','1736500VrkoJQ','websocketgateway-invalid-plugin-interface','960310ZSqBTt','get','create','config','has','cloudservices-reconnection-error','cloudservices-init','bind','token','context','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.','from','websocketgateway-missing-websocket-url'];_0x4900=function(){return _0x2a0d91;};return _0x4900();}import{ContextPlugin as _0x38af08}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0x2fd052,CKEditorError as _0x5b29b5}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0x79890c,WEB_SOCKET_GATEWAY_STATES as _0x597f65}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0x55d129}from'ckeditor5/src/ui.js';class c extends _0x38af08{static get[_0x58e70f(0xcf)](){const _0x55d65f=_0x58e70f;return[_0x55d65f(0xdd),_0x55d129];}static get[_0x58e70f(0xc0)](){const _0x1a53e2=_0x58e70f;return _0x1a53e2(0xed);}constructor(_0x11f161){const _0x45b190=_0x58e70f;super(_0x11f161),this[_0x45b190(0xc8)](_0x45b190(0xc5),_0x597f65[_0x45b190(0xd1)]),this[_0x45b190(0xc8)](_0x45b190(0xea),!0x1),this[_0x45b190(0xd6)]=new Set(),this[_0x45b190(0xc1)]=!0x1,this[_0x45b190(0xc3)]=Object[_0x45b190(0xb4)](_0x2fd052);}[_0x58e70f(0xe0)](){const _0x167295=_0x58e70f,_0x50cddc=this[_0x167295(0xbb)],_0x4800b6=_0x50cddc[_0x167295(0xf3)][_0x167295(0xb3)](_0x167295(0xdd)),_0x4d2f6b=_0x50cddc[_0x167295(0xf3)][_0x167295(0xb3)](_0x55d129);if(!_0x4800b6[_0x167295(0xba)])throw new _0x5b29b5(_0x167295(0xde),this);if(!_0x4800b6[_0x167295(0xc2)])throw new _0x5b29b5(_0x167295(0xbe),this);return this[_0x167295(0xc3)][_0x167295(0xef)](window,_0x167295(0xf4),()=>this[_0x167295(0xea)]=!0x0),this[_0x167295(0xc3)][_0x167295(0xef)](window,_0x167295(0xe1),()=>this[_0x167295(0xea)]=!0x1),this[_0x167295(0xbb)][_0x167295(0xb5)][_0x167295(0xcb)](_0x167295(0xe9),0xa),this[_0x167295(0xbb)][_0x167295(0xb5)][_0x167295(0xcb)](_0x167295(0xf7),0x14),c[_0x167295(0xed)][_0x167295(0xc7)](_0x4800b6[_0x167295(0xba)],_0x4800b6[_0x167295(0xc2)],{'timeout':0x3e8*this[_0x167295(0xbb)][_0x167295(0xb5)][_0x167295(0xb3)](_0x167295(0xe9)),'requestTimeout':0x3e8*this[_0x167295(0xbb)][_0x167295(0xb5)][_0x167295(0xb3)](_0x167295(0xf7))})[_0x167295(0xe6)](_0x377873=>{const _0x4b0322=_0x167295;if(this[_0x4b0322(0xdb)]=_0x377873,this[_0x4b0322(0xb9)](_0x4b0322(0xc5))['to'](_0x377873,_0x4b0322(0xc5),this,_0x4b0322(0xea),(_0xca1871,_0x89ba23)=>(_0x4b0322(0xe4)!==_0xca1871&&(this[_0x4b0322(0xc1)]=!0x0),_0x89ba23||_0xca1871!==_0x597f65[_0x4b0322(0xd1)]?_0x597f65[_0x4b0322(0xca)]:this[_0x4b0322(0xc5)]==_0x597f65[_0x4b0322(0xca)]&&this[_0x4b0322(0xc1)]?(this[_0x4b0322(0xc1)]=!0x1,this[_0x4b0322(0xd3)](),_0x597f65[_0x4b0322(0xd5)]):_0x597f65[_0x4b0322(0xd1)])),this[_0x4b0322(0xdb)]['on'](_0x4b0322(0xd7),(_0x45c989,_0x15539b)=>{const _0x32377a=_0x4b0322;if(_0x32377a(0xc4)!==_0x15539b[_0x32377a(0xee)])throw console[_0x32377a(0xd7)](_0x15539b),new _0x5b29b5(_0x32377a(0xb8),null,{'originalError':_0x15539b});_0x4d2f6b[_0x32377a(0xe5)](_0x32377a(0xbc),{'title':_0x32377a(0xc9),'namespace':_0x32377a(0xae)});}),!_0x377873['me'])return new Promise(_0x5094ff=>_0x377873['on'](_0x4b0322(0xe3),_0x5094ff));})[_0x167295(0xf1)](_0x259ab1=>{const _0x5424af=_0x167295;throw console[_0x5424af(0xd7)](_0x259ab1),new _0x5b29b5(_0x5424af(0xb8),null,{'originalError':_0x259ab1});});}[_0x58e70f(0xd0)](_0x1b8aa7){const _0x128f69=_0x58e70f;if(_0x128f69(0xec)!=typeof _0x1b8aa7[_0x128f69(0xdf)])throw new _0x5b29b5(_0x128f69(0xb1),this);if(this[_0x128f69(0xaf)](_0x1b8aa7))throw new _0x5b29b5(_0x128f69(0xeb),this,{'name':_0x1b8aa7[_0x128f69(0xda)][_0x128f69(0xc0)]});this[_0x128f69(0xd6)][_0x128f69(0xd4)](_0x1b8aa7);}[_0x58e70f(0xce)](_0x5ceab5){const _0x26b667=_0x58e70f;this[_0x26b667(0xd6)][_0x26b667(0xf6)](_0x5ceab5);}[_0x58e70f(0xaf)](_0x514c7a){const _0x139b5f=_0x58e70f;return this[_0x139b5f(0xd6)][_0x139b5f(0xb6)](_0x514c7a);}[_0x58e70f(0xd3)](){const _0x4d7b2d=_0x58e70f;return this[_0x4d7b2d(0xdb)][_0x4d7b2d(0xdf)]()[_0x4d7b2d(0xe6)](()=>Promise[_0x4d7b2d(0xe7)](Array[_0x4d7b2d(0xbd)](this[_0x4d7b2d(0xd6)],_0x1a8c68=>_0x1a8c68[_0x4d7b2d(0xdf)]())))[_0x4d7b2d(0xe6)](()=>this[_0x4d7b2d(0xc5)]=_0x597f65[_0x4d7b2d(0xd1)])[_0x4d7b2d(0xf1)](_0x473768=>{const _0x4c1d1d=_0x4d7b2d;throw console[_0x4c1d1d(0xd7)](_0x473768),new _0x5b29b5(_0x4c1d1d(0xb7),this[_0x4c1d1d(0xbb)]);});}[_0x58e70f(0xd8)](){const _0x890829=_0x58e70f;this[_0x890829(0xdb)]&&this[_0x890829(0xdb)][_0x890829(0xbf)](),this[_0x890829(0xc5)]=_0x597f65[_0x890829(0xca)],this[_0x890829(0xc3)][_0x890829(0xf2)](),super[_0x890829(0xd8)]();}}c[_0x58e70f(0xed)]=_0x79890c,c[_0x58e70f(0xf0)]=0x3e8;export default c;
23
+ function _0x4238(_0x386ab7,_0x2bcfb3){const _0x410da4=_0x410d();return _0x4238=function(_0x42382e,_0x11f8a1){_0x42382e=_0x42382e-0x6d;let _0x26044b=_0x410da4[_0x42382e];return _0x26044b;},_0x4238(_0x386ab7,_0x2bcfb3);}const _0x3dc4ec=_0x4238;(function(_0x5926bc,_0x141e4a){const _0x2f6389=_0x4238,_0x201185=_0x5926bc();while(!![]){try{const _0x58b68e=-parseInt(_0x2f6389(0x9f))/0x1*(parseInt(_0x2f6389(0x70))/0x2)+parseInt(_0x2f6389(0xa5))/0x3*(parseInt(_0x2f6389(0x8c))/0x4)+parseInt(_0x2f6389(0x9c))/0x5*(-parseInt(_0x2f6389(0xae))/0x6)+-parseInt(_0x2f6389(0xa6))/0x7*(parseInt(_0x2f6389(0x86))/0x8)+-parseInt(_0x2f6389(0xa8))/0x9*(-parseInt(_0x2f6389(0x99))/0xa)+parseInt(_0x2f6389(0x9e))/0xb+parseInt(_0x2f6389(0x85))/0xc;if(_0x58b68e===_0x141e4a)break;else _0x201185['push'](_0x201185['shift']());}catch(_0x2318e9){_0x201185['push'](_0x201185['shift']());}}}(_0x410d,0x4794e));import{ContextPlugin as _0xd09ab0}from'ckeditor5/src/core.js';import{DomEmitterMixin as _0x3549b1,CKEditorError as _0x2f631a}from'ckeditor5/src/utils.js';import{WebSocketGateway as _0x5049ec,WEB_SOCKET_GATEWAY_STATES as _0x448ceb}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import{Notification as _0x570cc8}from'ckeditor5/src/ui.js';class c extends _0xd09ab0{static get[_0x3dc4ec(0x7b)](){const _0x3f4127=_0x3dc4ec;return[_0x3f4127(0xb0),_0x570cc8];}static get[_0x3dc4ec(0x91)](){const _0x2ea409=_0x3dc4ec;return _0x2ea409(0x7c);}constructor(_0x571ccc){const _0x1d0ad8=_0x3dc4ec;super(_0x571ccc),this[_0x1d0ad8(0x80)](_0x1d0ad8(0x8b),_0x448ceb[_0x1d0ad8(0x7d)]),this[_0x1d0ad8(0x80)](_0x1d0ad8(0xaa),!0x1),this[_0x1d0ad8(0x9b)]=new Set(),this[_0x1d0ad8(0x7a)]=!0x1,this[_0x1d0ad8(0xad)]=Object[_0x1d0ad8(0x95)](_0x3549b1);}[_0x3dc4ec(0x6e)](){const _0x5c0e46=_0x3dc4ec,_0x1fd290=this[_0x5c0e46(0x75)],_0xf4b545=_0x1fd290[_0x5c0e46(0xa0)][_0x5c0e46(0x94)](_0x5c0e46(0xb0)),_0x36411e=_0x1fd290[_0x5c0e46(0xa0)][_0x5c0e46(0x94)](_0x570cc8);if(!_0xf4b545[_0x5c0e46(0xa1)])throw new _0x2f631a(_0x5c0e46(0xa9),this);if(!_0xf4b545[_0x5c0e46(0xa2)])throw new _0x2f631a(_0x5c0e46(0x78),this);return this[_0x5c0e46(0xad)][_0x5c0e46(0x8e)](window,_0x5c0e46(0x9a),()=>this[_0x5c0e46(0xaa)]=!0x0),this[_0x5c0e46(0xad)][_0x5c0e46(0x8e)](window,_0x5c0e46(0xab),()=>this[_0x5c0e46(0xaa)]=!0x1),this[_0x5c0e46(0x75)][_0x5c0e46(0x74)][_0x5c0e46(0x88)](_0x5c0e46(0x84),0xa),this[_0x5c0e46(0x75)][_0x5c0e46(0x74)][_0x5c0e46(0x88)](_0x5c0e46(0x98),0x14),c[_0x5c0e46(0x7c)][_0x5c0e46(0xb7)](_0xf4b545[_0x5c0e46(0xa1)],_0xf4b545[_0x5c0e46(0xa2)],{'timeout':0x3e8*this[_0x5c0e46(0x75)][_0x5c0e46(0x74)][_0x5c0e46(0x94)](_0x5c0e46(0x84)),'requestTimeout':0x3e8*this[_0x5c0e46(0x75)][_0x5c0e46(0x74)][_0x5c0e46(0x94)](_0x5c0e46(0x98))})[_0x5c0e46(0xa4)](_0x4a73e1=>{const _0x1bccbb=_0x5c0e46;if(this[_0x1bccbb(0x9d)]=_0x4a73e1,this[_0x1bccbb(0x89)](_0x1bccbb(0x8b))['to'](_0x4a73e1,_0x1bccbb(0x8b),this,_0x1bccbb(0xaa),(_0x261567,_0x5c3c5a)=>(_0x1bccbb(0x73)!==_0x261567&&(this[_0x1bccbb(0x7a)]=!0x0),_0x5c3c5a||_0x261567!==_0x448ceb[_0x1bccbb(0x7d)]?_0x448ceb[_0x1bccbb(0xb5)]:this[_0x1bccbb(0x8b)]==_0x448ceb[_0x1bccbb(0xb5)]&&this[_0x1bccbb(0x7a)]?(this[_0x1bccbb(0x7a)]=!0x1,this[_0x1bccbb(0xac)](),_0x448ceb[_0x1bccbb(0x83)]):_0x448ceb[_0x1bccbb(0x7d)])),this[_0x1bccbb(0x9d)]['on'](_0x1bccbb(0x92),(_0x190001,_0x42e7d3)=>{const _0x2770c2=_0x1bccbb;if(_0x2770c2(0x8a)!==_0x42e7d3[_0x2770c2(0x8f)])throw console[_0x2770c2(0x92)](_0x42e7d3),new _0x2f631a(_0x2770c2(0x8d),null,{'originalError':_0x42e7d3});_0x36411e[_0x2770c2(0x71)](_0x2770c2(0x79),{'title':_0x2770c2(0x96),'namespace':_0x2770c2(0x76)});}),!_0x4a73e1['me'])return new Promise(_0x80f7cb=>_0x4a73e1['on'](_0x1bccbb(0x82),_0x80f7cb));})[_0x5c0e46(0xb2)](_0x3179aa=>{const _0xc54fc9=_0x5c0e46;throw console[_0xc54fc9(0x92)](_0x3179aa),new _0x2f631a(_0xc54fc9(0x8d),null,{'originalError':_0x3179aa});});}[_0x3dc4ec(0x6d)](_0x49d77f){const _0x7d4f25=_0x3dc4ec;if(_0x7d4f25(0x6f)!=typeof _0x49d77f[_0x7d4f25(0x90)])throw new _0x2f631a(_0x7d4f25(0x7f),this);if(this[_0x7d4f25(0xa3)](_0x49d77f))throw new _0x2f631a(_0x7d4f25(0x72),this,{'name':_0x49d77f[_0x7d4f25(0xb3)][_0x7d4f25(0x91)]});this[_0x7d4f25(0x9b)][_0x7d4f25(0x7e)](_0x49d77f);}[_0x3dc4ec(0x81)](_0x3551a9){const _0x1c2dd5=_0x3dc4ec;this[_0x1c2dd5(0x9b)][_0x1c2dd5(0x77)](_0x3551a9);}[_0x3dc4ec(0xa3)](_0x233b0b){const _0x430861=_0x3dc4ec;return this[_0x430861(0x9b)][_0x430861(0xb4)](_0x233b0b);}[_0x3dc4ec(0xac)](){const _0x1ff557=_0x3dc4ec;return this[_0x1ff557(0x9d)][_0x1ff557(0x90)]()[_0x1ff557(0xa4)](()=>Promise[_0x1ff557(0x93)](Array[_0x1ff557(0x97)](this[_0x1ff557(0x9b)],_0x42b3fd=>_0x42b3fd[_0x1ff557(0x90)]())))[_0x1ff557(0xa4)](()=>this[_0x1ff557(0x8b)]=_0x448ceb[_0x1ff557(0x7d)])[_0x1ff557(0xb2)](_0x5d694f=>{const _0xf6ab7d=_0x1ff557;throw console[_0xf6ab7d(0x92)](_0x5d694f),new _0x2f631a(_0xf6ab7d(0xaf),this[_0xf6ab7d(0x75)]);});}[_0x3dc4ec(0xa7)](){const _0x219bf5=_0x3dc4ec;this[_0x219bf5(0x9d)]&&this[_0x219bf5(0x9d)][_0x219bf5(0xb6)](),this[_0x219bf5(0x8b)]=_0x448ceb[_0x219bf5(0xb5)],this[_0x219bf5(0xad)][_0x219bf5(0xb1)](),super[_0x219bf5(0xa7)]();}}c[_0x3dc4ec(0x7c)]=_0x5049ec,c[_0x3dc4ec(0x87)]=0x3e8;function _0x410d(){const _0x4afbc8=['then','132180oOMbqW','2086bTFdky','destroy','30582hrMGoa','websocketgateway-missing-token','_isBrowserOffline','online','_reconnect','_domEmitter','32286guYItk','cloudservices-reconnection-error','CloudServices','stopListening','catch','constructor','has','DISCONNECTED','disconnect','connect','addToReconnectionStack','init','function','586234TJQCvY','showWarning','websocketgateway-plugin-already-registered','connected','config','context','real-time-collaboration','delete','websocketgateway-missing-websocket-url','The\x20limit\x20of\x20maximum\x20concurrent\x20connections\x20that\x20the\x20collaboration\x20server\x20can\x20handle\x20has\x20been\x20reached.\x20Try\x20opening\x20the\x20document\x20again\x20in\x20a\x20few\x20minutes.\x20Please\x20contact\x20your\x20system\x20administrator\x20if\x20the\x20problem\x20persists.','_shouldPluginsReconnect','requires','WebSocketGateway','CONNECTED','add','websocketgateway-invalid-plugin-interface','set','removeFromReconnectionStack','change:me','CONNECTING','cloudServices.connectionTimeout','2075856MambAi','680kNSxAo','initialReconnectionInterval','define','bind','limitExceeded','state','16SPNFRw','cloudservices-init','listenTo','code','reconnect','pluginName','error','all','get','create','Connected\x20users\x20limit\x20exceeded','from','cloudServices.requestTimeout','370rEoYzw','offline','_reconnectionStack','165JYppnz','connection','3456904tlXWAC','1KPokDa','plugins','token','webSocketUrl','isInReconnectionStack'];_0x410d=function(){return _0x4afbc8;};return _0x410d();}export default c;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x301804=_0x661b;(function(_0x77b172,_0x55bca8){var _0x408baf=_0x661b,_0xa1a820=_0x77b172();while(!![]){try{var _0xd2ccb7=parseInt(_0x408baf(0xa8))/0x1*(parseInt(_0x408baf(0xa5))/0x2)+parseInt(_0x408baf(0xa6))/0x3+parseInt(_0x408baf(0x9d))/0x4*(-parseInt(_0x408baf(0xa4))/0x5)+-parseInt(_0x408baf(0x9f))/0x6+parseInt(_0x408baf(0xa7))/0x7+parseInt(_0x408baf(0xa1))/0x8*(parseInt(_0x408baf(0xa0))/0x9)+parseInt(_0x408baf(0xa3))/0xa*(-parseInt(_0x408baf(0x9c))/0xb);if(_0xd2ccb7===_0x55bca8)break;else _0xa1a820['push'](_0xa1a820['shift']());}catch(_0x5daeb6){_0xa1a820['push'](_0xa1a820['shift']());}}}(_0x5e66,0x9dd29));import{Plugin as _0x330486}from'ckeditor5/src/core.js';import _0x455b37 from'./realtimecollaborativeediting/realtimecollaborationclient.js';function _0x661b(_0x390d96,_0x9c2222){var _0x5e662b=_0x5e66();return _0x661b=function(_0x661b87,_0x2d130b){_0x661b87=_0x661b87-0x9b;var _0x402cd3=_0x5e662b[_0x661b87];return _0x402cd3;},_0x661b(_0x390d96,_0x9c2222);}function _0x5e66(){var _0x16f62e=['1442014hrVMbP','1xfJwIg','RealTimeCollaborativeEditing','55PMbKkw','4CfcJrR','requires','5154774iuXbbE','2079bIlyxF','30664stJhWk','pluginName','873340NvHjRR','134695pXwsgb','368546fotKzJ','2080443OsfLCz'];_0x5e66=function(){return _0x16f62e;};return _0x5e66();}export default class n extends _0x330486{static get[_0x301804(0x9e)](){return[_0x455b37];}static get[_0x301804(0xa2)](){var _0x2432d4=_0x301804;return _0x2432d4(0x9b);}}
23
+ var _0x24eb3c=_0xc952;function _0x500d(){var _0x3b5a00=['5823550NAANJV','requires','7906255bZEDjU','13563946nRMNed','5210084ycrXXt','9NKpmnj','3LjRtaq','RealTimeCollaborativeEditing','978797pOzoXy','pluginName','14345uDZHdH','10528696jvgMIf','2rpSKBA','2628iUSbgV'];_0x500d=function(){return _0x3b5a00;};return _0x500d();}(function(_0x4b4e12,_0x3e796e){var _0x524fbf=_0xc952,_0x2159be=_0x4b4e12();while(!![]){try{var _0xf270f8=-parseInt(_0x524fbf(0xaa))/0x1*(parseInt(_0x524fbf(0xae))/0x2)+parseInt(_0x524fbf(0xa8))/0x3*(parseInt(_0x524fbf(0xa6))/0x4)+-parseInt(_0x524fbf(0xac))/0x5*(parseInt(_0x524fbf(0xa1))/0x6)+parseInt(_0x524fbf(0xa4))/0x7+parseInt(_0x524fbf(0xad))/0x8*(-parseInt(_0x524fbf(0xa7))/0x9)+parseInt(_0x524fbf(0xa2))/0xa+parseInt(_0x524fbf(0xa5))/0xb;if(_0xf270f8===_0x3e796e)break;else _0x2159be['push'](_0x2159be['shift']());}catch(_0xb00e94){_0x2159be['push'](_0x2159be['shift']());}}}(_0x500d,0xa9e71));import{Plugin as _0x381dbc}from'ckeditor5/src/core.js';import _0x17d8b1 from'./realtimecollaborativeediting/realtimecollaborationclient.js';function _0xc952(_0x1e4f58,_0x6a3fa5){var _0x500d77=_0x500d();return _0xc952=function(_0xc95266,_0x31b8ef){_0xc95266=_0xc95266-0xa1;var _0x4dd6c7=_0x500d77[_0xc95266];return _0x4dd6c7;},_0xc952(_0x1e4f58,_0x6a3fa5);}export default class n extends _0x381dbc{static get[_0x24eb3c(0xa3)](){return[_0x17d8b1];}static get[_0x24eb3c(0xab)](){var _0x3f8d01=_0x24eb3c;return _0x3f8d01(0xa9);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1db5f3=_0x5eb3;(function(_0x1ab040,_0x1a12fb){const _0x485a5d=_0x5eb3,_0x500b81=_0x1ab040();while(!![]){try{const _0x332776=-parseInt(_0x485a5d(0x216))/0x1*(parseInt(_0x485a5d(0x1fe))/0x2)+parseInt(_0x485a5d(0x20f))/0x3+parseInt(_0x485a5d(0x212))/0x4*(-parseInt(_0x485a5d(0x237))/0x5)+-parseInt(_0x485a5d(0x23d))/0x6+-parseInt(_0x485a5d(0x23c))/0x7+parseInt(_0x485a5d(0x207))/0x8*(parseInt(_0x485a5d(0x1e6))/0x9)+parseInt(_0x485a5d(0x205))/0xa;if(_0x332776===_0x1a12fb)break;else _0x500b81['push'](_0x500b81['shift']());}catch(_0x18e91e){_0x500b81['push'](_0x500b81['shift']());}}}(_0x6490,0x3d453));import{Plugin as _0xcf4494}from'ckeditor5/src/core.js';function _0x6490(){const _0xae68ad=['data','_fixRevision','reverse','type','isEmptyCurrent','authorsIds','then','creatorId','editor','sessionId','getRevisions','setSource','_createCurrentRevision','getMany','once','collaboration.channelId','RevisionHistoryService','_fetchMissingUsers','_getLatestVersion','9mlTkFL','startsWith','off','cloud-services-internal-error:\x20Request\x20timeout.','_revisionTracker','message','buildRevisionData','_revisionHistoryService','reInit','_revisions','has','authors','marker','addRevisionData','getOperations','remove','_lastRequestId','_update','map','bind','isBundleUploaded','requires','addToReconnectionStack','createdAt','2WnGUnd','add','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','isEnabled','config','init','_bufferUpdate','6043160dPVXMD','CONNECTED','440368qaqLvE','_preventResendingRevisionData','change:_isPendingUpdate','repository','getUser','addUser','_isConnected','baseVersion','1213854UTrVXE','revisionsUpdated','_oldOffset','20SlWyyo','code','_revisionDataBuilder','_handleReconnectionError','58769uFSIKt','connection','reconnect','diffData','isConnected','from','RevisionTracker','length','keys','size','state','getRevision','currentRevision','serverHistory','_handleRevisionsUpdate','get','adapter','connected','_getLatestVersionFromServerOperations','_bufferedUpdates','affectsData','cloud-services-internal-error:\x20Not\x20connected.','destroy','change:_isConnected','wrongRequestId','_isPendingUpdate','_waitForServiceReady','_offset','sendBufferedUpdates','400','updateRevisions','listenTo','catch','92075FCYwPh','cloudServices.bundleVersion','plugins','toVersion','_startingVersion','2985297hLEkaA','1414212pkCiEY','max','connect','fromVersion','setRevisionData'];_0x6490=function(){return _0xae68ad;};return _0x6490();}import{version as _0x21b2cc}from'ckeditor5/src/utils.js';import{Users as _0x2e2196}from'ckeditor5-collaboration/src/collaboration-core.js';import _0xeca116 from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x2c12b2 from'../realtimecollaborativeediting/websocketgateway.js';function _0x5eb3(_0x486bb5,_0x4b092a){const _0x649080=_0x6490();return _0x5eb3=function(_0x5eb38f,_0x5a0ad9){_0x5eb38f=_0x5eb38f-0x1d1;let _0x540e14=_0x649080[_0x5eb38f];return _0x540e14;},_0x5eb3(_0x486bb5,_0x4b092a);}import _0x1a7545 from'../realtimecollaborativeediting/sessions.js';import{EditorService as _0x361f67,RevisionHistoryService as _0x49cdb4,User as _0x33a27e,WEB_SOCKET_GATEWAY_STATES as _0x5ac1ce}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';class v extends _0xcf4494{static get[_0x1db5f3(0x1fb)](){const _0x51ff4e=_0x1db5f3;return[_0x2c12b2,_0xeca116,_0x51ff4e(0x21c),_0x1a7545,_0x2e2196];}constructor(_0x3bc134){const _0x1cf9c1=_0x1db5f3;super(_0x3bc134);const _0x2e532d=this[_0x1cf9c1(0x1db)][_0x1cf9c1(0x202)][_0x1cf9c1(0x225)](_0x1cf9c1(0x1e2));this[_0x1cf9c1(0x1f6)]=null,this[_0x1cf9c1(0x1ea)]=this[_0x1cf9c1(0x1db)][_0x1cf9c1(0x239)][_0x1cf9c1(0x225)](_0x1cf9c1(0x21c)),this[_0x1cf9c1(0x1ed)]=new v[(_0x1cf9c1(0x1e3))](_0x2e532d);}async[_0x1db5f3(0x203)](){const _0x3a06c0=_0x1db5f3,_0x2fd558=this[_0x3a06c0(0x1db)][_0x3a06c0(0x239)][_0x3a06c0(0x225)](_0xeca116),_0x213545=_0x2fd558[_0x3a06c0(0x223)],_0x3c1ab8=this[_0x3a06c0(0x1db)][_0x3a06c0(0x239)][_0x3a06c0(0x225)](_0x2c12b2);this[_0x3a06c0(0x1ea)][_0x3a06c0(0x1de)]({'history':_0x213545,'getLatestVersion':()=>this[_0x3a06c0(0x1e5)](),'getCurrentRevisionId':()=>_0x2fd558[_0x3a06c0(0x1dc)]});const _0x3882c0=this[_0x3a06c0(0x1db)][_0x3a06c0(0x202)][_0x3a06c0(0x225)](_0x3a06c0(0x238))||_0x21b2cc,_0x23d6bb=await _0x361f67[_0x3a06c0(0x1fa)](_0x3c1ab8[_0x3a06c0(0x217)],_0x3882c0);this[_0x3a06c0(0x1ea)][_0x3a06c0(0x226)]={'getRevision':async({revisionId:_0x4a31bd})=>(await this[_0x3a06c0(0x230)](),await this[_0x3a06c0(0x1ed)][_0x3a06c0(0x221)](_0x4a31bd)),'updateRevisions':async _0x1b934a=>{const _0x581550=_0x3a06c0;await this[_0x581550(0x230)]();const _0x3de225=this[_0x581550(0x1ea)][_0x581550(0x222)];if(_0x23d6bb&&0x1===_0x1b934a[_0x581550(0x21d)]&&_0x1b934a[0x0]['id']===_0x3de225['id'])return _0x1b934a;for(const _0x3e4ba7 of _0x1b934a)_0x3e4ba7['id']===_0x3de225['id']&&(_0x3e4ba7[_0x581550(0x1d7)]=_0x3e4ba7[_0x581550(0x1d1)]===_0x3e4ba7[_0x581550(0x23a)]);return this[_0x581550(0x1ed)][_0x581550(0x234)](_0x1b934a,this[_0x581550(0x1f6)])[_0x581550(0x1d9)](_0x1e790d=>(this[_0x581550(0x1f6)]=_0x1e790d,_0x1b934a))[_0x581550(0x236)](_0x28bd9b=>{const _0x10a1cf=_0x581550;if(st(_0x28bd9b)||_0x10a1cf(0x233)===_0x28bd9b[_0x10a1cf(0x213)]&&void 0x0!==_0x28bd9b[_0x10a1cf(0x1d3)][_0x10a1cf(0x22e)]){for(const _0x58b6b3 of _0x1b934a){!this[_0x10a1cf(0x1ea)][_0x10a1cf(0x20a)][_0x10a1cf(0x221)](_0x58b6b3['id'])||this[_0x10a1cf(0x1ea)][_0x10a1cf(0x204)](_0x58b6b3['id'],_0x58b6b3,!0x1);}if(st(_0x28bd9b))throw _0x28bd9b;return _0x1b934a;}throw _0x28bd9b;});}},this[_0x3a06c0(0x235)](this[_0x3a06c0(0x1ed)],_0x3a06c0(0x210),(_0x41eecf,{revisionsData:_0x524c5e,requestId:_0x332ca3})=>{const _0x57d419=_0x3a06c0;Math[_0x57d419(0x23e)](..._0x524c5e[_0x57d419(0x1f8)](_0x53fd27=>_0x53fd27[_0x57d419(0x23a)]))>this[_0x57d419(0x228)]()-0x1?this[_0x57d419(0x1e5)]()[_0x57d419(0x1d9)](()=>{const _0x30a17f=_0x57d419;this[_0x30a17f(0x224)](_0x524c5e,_0x332ca3);}):this[_0x57d419(0x224)](_0x524c5e,_0x332ca3);});const {revisions:_0x4043d8,requestId:_0x5ca947}=await this[_0x3a06c0(0x1ed)][_0x3a06c0(0x23f)](_0x3c1ab8[_0x3a06c0(0x217)]);_0x3c1ab8[_0x3a06c0(0x1fc)](this),this[_0x3a06c0(0x1f6)]=_0x5ca947,await this[_0x3a06c0(0x1e4)](_0x4043d8);for(const _0xee1b27 of _0x4043d8)this[_0x3a06c0(0x1ea)][_0x3a06c0(0x1f3)](_0xee1b27);this[_0x3a06c0(0x235)](_0x2fd558,_0x3a06c0(0x22d),(_0x20131b,_0xbcf01f,_0x59b461)=>{const _0x51f2ef=_0x3a06c0;_0x59b461&&(this[_0x51f2ef(0x211)]=_0x2fd558[_0x51f2ef(0x231)],_0x20131b[_0x51f2ef(0x1e8)]());}),this[_0x3a06c0(0x1ea)][_0x3a06c0(0x1f9)](_0x3a06c0(0x201))['to'](_0x3c1ab8,_0x3a06c0(0x220),_0x41175e=>_0x41175e===_0x5ac1ce[_0x3a06c0(0x206)]);}async[_0x1db5f3(0x218)](){const _0x1fc438=_0x1db5f3,_0x2df802=this[_0x1fc438(0x1db)][_0x1fc438(0x239)][_0x1fc438(0x225)](_0x2c12b2),_0x23da69=this[_0x1fc438(0x1db)][_0x1fc438(0x239)][_0x1fc438(0x225)](_0xeca116),_0x5994bb=async()=>{const _0x35479a=_0x1fc438,_0x27f0bd=this[_0x35479a(0x1ea)][_0x35479a(0x222)],_0x226474=_0x27f0bd['id'],_0x4fb70f=_0x226474!==_0x23da69[_0x35479a(0x1dc)];if(_0x4fb70f){const _0x18481f=_0x23da69[_0x35479a(0x231)]-this[_0x35479a(0x211)],_0x34ad70=this[_0x35479a(0x228)]();this[_0x35479a(0x1ea)][_0x35479a(0x214)][_0x35479a(0x1ee)]();if(_0x27f0bd[_0x35479a(0x23a)]+_0x18481f!==_0x34ad70){const _0x12c3a1=_0x27f0bd[_0x35479a(0x1d1)]+_0x18481f,_0x52e986=this[_0x35479a(0x1db)][_0x35479a(0x239)][_0x35479a(0x225)](_0x2e2196),_0x28e393=this[_0x35479a(0x1ea)][_0x35479a(0x1ec)]({'revision':_0x27f0bd,'from':_0x12c3a1,'to':_0x34ad70});_0x28e393['id']=_0x27f0bd['id'];const _0x95fa82=_0x28e393[_0x35479a(0x1d8)][_0x35479a(0x1f8)](_0x433347=>_0x52e986[_0x35479a(0x20b)](_0x433347));_0x27f0bd[_0x35479a(0x1f7)]({..._0x28e393,'authors':_0x95fa82},!0x0),this[_0x35479a(0x1ea)][_0x35479a(0x204)](_0x27f0bd['id'],_0x28e393,!0x0);}this[_0x35479a(0x1ea)][_0x35479a(0x23b)]=_0x34ad70,(_0x27f0bd[_0x35479a(0x23a)]===_0x27f0bd[_0x35479a(0x1d1)]&&!this[_0x35479a(0x1ea)][_0x35479a(0x229)][_0x35479a(0x1f0)](_0x226474)&&this[_0x35479a(0x1ea)][_0x35479a(0x20a)][_0x35479a(0x1ef)][_0x35479a(0x1f5)](_0x226474),this[_0x35479a(0x1ea)][_0x35479a(0x1df)](_0x34ad70));}const {revisions:_0x130f3d,requestId:_0x329790}=await this[_0x35479a(0x1ed)][_0x35479a(0x218)](_0x2df802[_0x35479a(0x217)],this[_0x35479a(0x1f6)]);_0x4fb70f&&_0x130f3d[_0x35479a(0x21d)]>0x0?_0x23da69[_0x35479a(0x215)]():(await this[_0x35479a(0x1e4)](_0x130f3d),this[_0x35479a(0x224)](_0x130f3d,_0x329790),this[_0x35479a(0x1ea)][_0x35479a(0x232)]());};return _0x23da69[_0x1fc438(0x20d)]?_0x5994bb():new Promise((_0x43e795,_0x20e2ea)=>{const _0xf1e0f3=_0x1fc438;_0x23da69[_0xf1e0f3(0x1e1)](_0xf1e0f3(0x22d),()=>{const _0x37ad77=_0xf1e0f3;_0x5994bb()[_0x37ad77(0x1d9)](_0x43e795)[_0x37ad77(0x236)](_0x20e2ea);});});}[_0x1db5f3(0x22c)](){const _0x38c890=_0x1db5f3;super[_0x38c890(0x22c)]();}async[_0x1db5f3(0x230)](){const _0x1bed7e=_0x1db5f3;this[_0x1bed7e(0x1ed)][_0x1bed7e(0x21a)]||await new Promise(_0x501f03=>{const _0x547648=_0x1bed7e;this[_0x547648(0x235)](this[_0x547648(0x1ed)],_0x547648(0x227),_0x316db9=>{const _0xc14836=_0x547648;_0x316db9[_0xc14836(0x1e8)](),_0x501f03();});});}[_0x1db5f3(0x228)](){const _0x45e3c=_0x1db5f3,_0x299d96=this[_0x45e3c(0x1db)][_0x45e3c(0x239)][_0x45e3c(0x225)](_0xeca116)[_0x45e3c(0x223)][_0x45e3c(0x1f4)]()[_0x45e3c(0x1d5)]();for(const _0x367055 of _0x299d96)if(_0x45e3c(0x1f2)!==_0x367055[_0x45e3c(0x1d6)]||_0x367055[_0x45e3c(0x22a)])return _0x367055[_0x45e3c(0x20e)]+0x1;}[_0x1db5f3(0x1e5)](){const _0x243baa=_0x1db5f3,_0x42f4b7=this[_0x243baa(0x1db)][_0x243baa(0x239)][_0x243baa(0x225)](_0xeca116);return new Promise(_0x43dacd=>{const _0x1d3294=_0x243baa;_0x42f4b7[_0x1d3294(0x22f)]?_0x42f4b7[_0x1d3294(0x1e1)](_0x1d3294(0x209),()=>{const _0x314ecf=_0x1d3294;_0x43dacd(this[_0x314ecf(0x228)]());}):_0x43dacd(this[_0x1d3294(0x228)]());});}[_0x1db5f3(0x224)](_0x46e564,_0x1d6b59){const _0x29718a=_0x1db5f3,_0x41fa12=this[_0x29718a(0x1ea)][_0x29718a(0x20a)];this[_0x29718a(0x1f6)]=_0x1d6b59;for(const _0x397127 of _0x46e564){const _0x1e3ba7=_0x41fa12[_0x29718a(0x221)](_0x397127['id']);if(_0x1e3ba7){if((_0x397127[_0x29718a(0x1d1)]||_0x397127[_0x29718a(0x23a)])&&(_0x397127[_0x29718a(0x219)]=null),_0x1e3ba7===this[_0x29718a(0x1ea)][_0x29718a(0x222)]){const _0x58fdfa=Math[_0x29718a(0x23e)](_0x1e3ba7[_0x29718a(0x23a)],_0x397127[_0x29718a(0x23a)]),_0x36ac30=Math[_0x29718a(0x23e)](_0x1e3ba7[_0x29718a(0x1d1)],_0x397127[_0x29718a(0x1d1)]);let _0x479485;_0x1e3ba7[_0x29718a(0x23a)]===_0x397127[_0x29718a(0x23a)]&&_0x1e3ba7[_0x29718a(0x1d1)]===_0x397127[_0x29718a(0x1d1)]?(_0x479485=!0x0,this[_0x29718a(0x208)](_0x397127)):_0x397127[_0x29718a(0x23a)]===_0x58fdfa&&_0x397127[_0x29718a(0x1d1)]===_0x36ac30?_0x479485=!0x1:(_0x1e3ba7[_0x29718a(0x23a)]===_0x58fdfa&&_0x1e3ba7[_0x29718a(0x1d1)]===_0x36ac30||this[_0x29718a(0x1d4)]({'revision':_0x1e3ba7,'from':_0x36ac30,'to':_0x58fdfa}),_0x479485=!0x0),_0x479485&&(delete _0x397127[_0x29718a(0x1d1)],delete _0x397127[_0x29718a(0x23a)],delete _0x397127[_0x29718a(0x219)],delete _0x397127[_0x29718a(0x1fd)],delete _0x397127[_0x29718a(0x1d8)]);}this[_0x29718a(0x1ea)][_0x29718a(0x1d2)](_0x397127),this[_0x29718a(0x208)](_0x397127);}else this[_0x29718a(0x1ea)][_0x29718a(0x1f3)](_0x397127);}const _0xb84fcc=_0x41fa12[_0x29718a(0x1dd)]();_0xb84fcc[_0x29718a(0x1d5)]();for(let _0x32ab18=0x0;_0x32ab18<_0xb84fcc[_0x29718a(0x21d)]-0x1;_0x32ab18++){const _0x222ddb=_0xb84fcc[_0x32ab18],_0x3b7b28=_0xb84fcc[_0x32ab18+0x1];if(_0x222ddb[_0x29718a(0x1d1)]<_0x3b7b28[_0x29718a(0x23a)]){const _0x292bbd=_0x3b7b28[_0x29718a(0x23a)],_0x35348b=Math[_0x29718a(0x23e)](_0x292bbd,_0x222ddb[_0x29718a(0x23a)]);this[_0x29718a(0x1d4)]({'revision':_0x222ddb,'from':_0x292bbd,'to':_0x35348b});}}}[_0x1db5f3(0x1d4)]({revision:_0x3e84cf,from:_0x5f0a47,to:_0x588f0a}={}){const _0x7c24a0=_0x1db5f3,_0x3d0837=this[_0x7c24a0(0x1db)][_0x7c24a0(0x239)][_0x7c24a0(0x225)](_0x2e2196),_0x53a127=this[_0x7c24a0(0x1ea)][_0x7c24a0(0x1ec)]({'revision':_0x3e84cf,'from':_0x5f0a47,'to':_0x588f0a});_0x53a127[_0x7c24a0(0x1f1)]=_0x53a127[_0x7c24a0(0x1d8)][_0x7c24a0(0x1f8)](_0x5d39c0=>_0x3d0837[_0x7c24a0(0x20b)](_0x5d39c0)),_0x3e84cf[_0x7c24a0(0x1f7)](_0x53a127);}[_0x1db5f3(0x208)](_0x870953){const _0x589e9a=_0x1db5f3,_0x59409d={};_0x59409d['id']=_0x870953['id'];for(const _0x2eef49 of Object[_0x589e9a(0x21e)](_0x870953))'id'!==_0x2eef49&&(_0x59409d[_0x2eef49]=void 0x0);this[_0x589e9a(0x1ea)][_0x589e9a(0x204)](_0x59409d['id'],_0x59409d,!0x0);}async[_0x1db5f3(0x1e4)](_0xd1c029){const _0x411476=_0x1db5f3,_0x2192a3=this[_0x411476(0x1db)][_0x411476(0x239)][_0x411476(0x225)](_0x2e2196),{connection:_0x3e9c20}=this[_0x411476(0x1db)][_0x411476(0x239)][_0x411476(0x225)](_0x2c12b2),_0x277b93=new Set();for(const _0x3f0b18 of _0xd1c029){for(const _0x1de082 of _0x3f0b18[_0x411476(0x1d8)])_0xea7e7e(_0x1de082);_0x3f0b18[_0x411476(0x1da)]&&_0xea7e7e(_0x3f0b18[_0x411476(0x1da)]);}if(0x0===_0x277b93[_0x411476(0x21f)])return;const _0x3aeef8=await _0x33a27e[_0x411476(0x1e0)](_0x3e9c20,Array[_0x411476(0x21b)](_0x277b93));for(const _0x5ae2dd of _0x3aeef8)_0x2192a3[_0x411476(0x20b)](_0x5ae2dd['id'])||_0x2192a3[_0x411476(0x20c)](_0x5ae2dd);function _0xea7e7e(_0x237957){const _0x5bcb3d=_0x411476;_0x2192a3[_0x5bcb3d(0x20b)](_0x237957)||_0x277b93[_0x5bcb3d(0x1ff)](_0x237957);}}}v[_0x1db5f3(0x1e3)]=_0x49cdb4;export default v;function st(_0x3f93e1){const _0x1022a3=_0x1db5f3;return _0x3f93e1[_0x1022a3(0x1eb)][_0x1022a3(0x1e7)](_0x1022a3(0x200))||_0x3f93e1[_0x1022a3(0x1eb)][_0x1022a3(0x1e7)](_0x1022a3(0x22b))||_0x3f93e1[_0x1022a3(0x1eb)][_0x1022a3(0x1e7)](_0x1022a3(0x1e9));}
23
+ const _0xb70d3=_0x4b3a;(function(_0x7085c0,_0x1af318){const _0x2c288f=_0x4b3a,_0x91256e=_0x7085c0();while(!![]){try{const _0x2e89a1=parseInt(_0x2c288f(0x85))/0x1*(parseInt(_0x2c288f(0x8f))/0x2)+-parseInt(_0x2c288f(0xcd))/0x3+parseInt(_0x2c288f(0xa7))/0x4*(-parseInt(_0x2c288f(0x8b))/0x5)+parseInt(_0x2c288f(0xad))/0x6*(-parseInt(_0x2c288f(0xd0))/0x7)+-parseInt(_0x2c288f(0xd4))/0x8+-parseInt(_0x2c288f(0x7e))/0x9+-parseInt(_0x2c288f(0xcf))/0xa*(-parseInt(_0x2c288f(0xb8))/0xb);if(_0x2e89a1===_0x1af318)break;else _0x91256e['push'](_0x91256e['shift']());}catch(_0x2808c7){_0x91256e['push'](_0x91256e['shift']());}}}(_0x3d30,0xb1d99));import{Plugin as _0x2d5681}from'ckeditor5/src/core.js';import{version as _0x50ddca}from'ckeditor5/src/utils.js';import{Users as _0x511e44}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1839d7 from'../realtimecollaborativeediting/realtimecollaborationclient.js';import _0x5f42ea from'../realtimecollaborativeediting/websocketgateway.js';import _0x103d28 from'../realtimecollaborativeediting/sessions.js';import{EditorService as _0x2a0e0c,RevisionHistoryService as _0xfd11c4,User as _0x1ae572,WEB_SOCKET_GATEWAY_STATES as _0x15cb0b}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';function _0x4b3a(_0x522d27,_0x356016){const _0x3d3016=_0x3d30();return _0x4b3a=function(_0x4b3a14,_0x4f0b26){_0x4b3a14=_0x4b3a14-0x6f;let _0x3e910e=_0x3d3016[_0x4b3a14];return _0x3e910e;},_0x4b3a(_0x522d27,_0x356016);}class v extends _0x2d5681{static get[_0xb70d3(0xaa)](){const _0x46bafd=_0xb70d3;return[_0x5f42ea,_0x1839d7,_0x46bafd(0xbd),_0x103d28,_0x511e44];}constructor(_0x2c0bad){const _0x282b24=_0xb70d3;super(_0x2c0bad);const _0x1352bc=this[_0x282b24(0x76)][_0x282b24(0x99)][_0x282b24(0xde)](_0x282b24(0x83));this[_0x282b24(0x97)]=null,this[_0x282b24(0xc4)]=this[_0x282b24(0x76)][_0x282b24(0x6f)][_0x282b24(0xde)](_0x282b24(0xbd)),this[_0x282b24(0xcb)]=new v[(_0x282b24(0x93))](_0x1352bc);}async[_0xb70d3(0x89)](){const _0x123a70=_0xb70d3,_0x3d013b=this[_0x123a70(0x76)][_0x123a70(0x6f)][_0x123a70(0xde)](_0x1839d7),_0x424536=_0x3d013b[_0x123a70(0xd2)],_0x204c44=this[_0x123a70(0x76)][_0x123a70(0x6f)][_0x123a70(0xde)](_0x5f42ea);this[_0x123a70(0xc4)][_0x123a70(0xdd)]({'history':_0x424536,'getLatestVersion':()=>this[_0x123a70(0x95)](),'getCurrentRevisionId':()=>_0x3d013b[_0x123a70(0x72)]});const _0x1034bc=this[_0x123a70(0x76)][_0x123a70(0x99)][_0x123a70(0xde)](_0x123a70(0xc2))||_0x50ddca,_0x183e68=await _0x2a0e0c[_0x123a70(0x86)](_0x204c44[_0x123a70(0x77)],_0x1034bc);this[_0x123a70(0xc4)][_0x123a70(0xbe)]={'getRevision':async({revisionId:_0x404065})=>(await this[_0x123a70(0xac)](),await this[_0x123a70(0xcb)][_0x123a70(0xd6)](_0x404065)),'updateRevisions':async _0xa80dd7=>{const _0x12d30e=_0x123a70;await this[_0x12d30e(0xac)]();const _0x381b80=this[_0x12d30e(0xc4)][_0x12d30e(0xae)];if(_0x183e68&&0x1===_0xa80dd7[_0x12d30e(0x82)]&&_0xa80dd7[0x0]['id']===_0x381b80['id'])return _0xa80dd7;for(const _0xe4a394 of _0xa80dd7)_0xe4a394['id']===_0x381b80['id']&&(_0xe4a394[_0x12d30e(0x9b)]=_0xe4a394[_0x12d30e(0x9f)]===_0xe4a394[_0x12d30e(0xa5)]);return this[_0x12d30e(0xcb)][_0x12d30e(0x75)](_0xa80dd7,this[_0x12d30e(0x97)])[_0x12d30e(0xc6)](_0x22cae4=>(this[_0x12d30e(0x97)]=_0x22cae4,_0xa80dd7))[_0x12d30e(0x74)](_0x4c6bc5=>{const _0x5d7c7e=_0x12d30e;if(st(_0x4c6bc5)||_0x5d7c7e(0xda)===_0x4c6bc5[_0x5d7c7e(0x7b)]&&void 0x0!==_0x4c6bc5[_0x5d7c7e(0xa6)][_0x5d7c7e(0x79)]){for(const _0x2cebb7 of _0xa80dd7){!this[_0x5d7c7e(0xc4)][_0x5d7c7e(0xd5)][_0x5d7c7e(0xd6)](_0x2cebb7['id'])||this[_0x5d7c7e(0xc4)][_0x5d7c7e(0xc0)](_0x2cebb7['id'],_0x2cebb7,!0x1);}if(st(_0x4c6bc5))throw _0x4c6bc5;return _0xa80dd7;}throw _0x4c6bc5;});}},this[_0x123a70(0x78)](this[_0x123a70(0xcb)],_0x123a70(0xbc),(_0x1e0a9b,{revisionsData:_0x50e102,requestId:_0x210d7a})=>{const _0x484aa7=_0x123a70;Math[_0x484aa7(0xa1)](..._0x50e102[_0x484aa7(0xc8)](_0x59eecb=>_0x59eecb[_0x484aa7(0xa5)]))>this[_0x484aa7(0x7d)]()-0x1?this[_0x484aa7(0x95)]()[_0x484aa7(0xc6)](()=>{const _0x4af292=_0x484aa7;this[_0x4af292(0xd3)](_0x50e102,_0x210d7a);}):this[_0x484aa7(0xd3)](_0x50e102,_0x210d7a);});const {revisions:_0x5357d8,requestId:_0x559ea4}=await this[_0x123a70(0xcb)][_0x123a70(0x7c)](_0x204c44[_0x123a70(0x77)]);_0x204c44[_0x123a70(0xa2)](this),this[_0x123a70(0x97)]=_0x559ea4,await this[_0x123a70(0xdc)](_0x5357d8);for(const _0xa88e6b of _0x5357d8)this[_0x123a70(0xc4)][_0x123a70(0x8d)](_0xa88e6b);this[_0x123a70(0x78)](_0x3d013b,_0x123a70(0xc3),(_0x218e6b,_0xea9046,_0x416834)=>{const _0xd20985=_0x123a70;_0x416834&&(this[_0xd20985(0xa8)]=_0x3d013b[_0xd20985(0xba)],_0x218e6b[_0xd20985(0x9e)]());}),this[_0x123a70(0xc4)][_0x123a70(0xc7)](_0x123a70(0xc1))['to'](_0x204c44,_0x123a70(0x9c),_0xbda06e=>_0xbda06e===_0x15cb0b[_0x123a70(0x9a)]);}async[_0xb70d3(0x90)](){const _0x2f57cf=_0xb70d3,_0x1d6bf5=this[_0x2f57cf(0x76)][_0x2f57cf(0x6f)][_0x2f57cf(0xde)](_0x5f42ea),_0x5bd1dd=this[_0x2f57cf(0x76)][_0x2f57cf(0x6f)][_0x2f57cf(0xde)](_0x1839d7),_0x4382f6=async()=>{const _0x3842ae=_0x2f57cf,_0x497599=this[_0x3842ae(0xc4)][_0x3842ae(0xae)],_0x2e3cae=_0x497599['id'],_0x22ca09=_0x2e3cae!==_0x5bd1dd[_0x3842ae(0x72)];if(_0x22ca09){const _0x2a3a97=_0x5bd1dd[_0x3842ae(0xba)]-this[_0x3842ae(0xa8)],_0x1ef69a=this[_0x3842ae(0x7d)]();this[_0x3842ae(0xc4)][_0x3842ae(0xa3)][_0x3842ae(0x7a)]();if(_0x497599[_0x3842ae(0xa5)]+_0x2a3a97!==_0x1ef69a){const _0x400051=_0x497599[_0x3842ae(0x9f)]+_0x2a3a97,_0x22b720=this[_0x3842ae(0x76)][_0x3842ae(0x6f)][_0x3842ae(0xde)](_0x511e44),_0x5126e8=this[_0x3842ae(0xc4)][_0x3842ae(0xb4)]({'revision':_0x497599,'from':_0x400051,'to':_0x1ef69a});_0x5126e8['id']=_0x497599['id'];const _0x345d87=_0x5126e8[_0x3842ae(0x96)][_0x3842ae(0xc8)](_0x25d555=>_0x22b720[_0x3842ae(0xca)](_0x25d555));_0x497599[_0x3842ae(0xd8)]({..._0x5126e8,'authors':_0x345d87},!0x0),this[_0x3842ae(0xc4)][_0x3842ae(0xc0)](_0x497599['id'],_0x5126e8,!0x0);}this[_0x3842ae(0xc4)][_0x3842ae(0x94)]=_0x1ef69a,(_0x497599[_0x3842ae(0xa5)]===_0x497599[_0x3842ae(0x9f)]&&!this[_0x3842ae(0xc4)][_0x3842ae(0x81)][_0x3842ae(0xbb)](_0x2e3cae)&&this[_0x3842ae(0xc4)][_0x3842ae(0xd5)][_0x3842ae(0xdb)][_0x3842ae(0x73)](_0x2e3cae),this[_0x3842ae(0xc4)][_0x3842ae(0xd9)](_0x1ef69a));}const {revisions:_0x409c9b,requestId:_0x2d803f}=await this[_0x3842ae(0xcb)][_0x3842ae(0x90)](_0x1d6bf5[_0x3842ae(0x77)],this[_0x3842ae(0x97)]);_0x22ca09&&_0x409c9b[_0x3842ae(0x82)]>0x0?_0x5bd1dd[_0x3842ae(0xc9)]():(await this[_0x3842ae(0xdc)](_0x409c9b),this[_0x3842ae(0xd3)](_0x409c9b,_0x2d803f),this[_0x3842ae(0xc4)][_0x3842ae(0xa4)]());};return _0x5bd1dd[_0x2f57cf(0xbf)]?_0x4382f6():new Promise((_0x5a908c,_0x164a38)=>{const _0x14a87b=_0x2f57cf;_0x5bd1dd[_0x14a87b(0xa9)](_0x14a87b(0xc3),()=>{const _0x5d3436=_0x14a87b;_0x4382f6()[_0x5d3436(0xc6)](_0x5a908c)[_0x5d3436(0x74)](_0x164a38);});});}[_0xb70d3(0x8c)](){const _0x13f18e=_0xb70d3;super[_0x13f18e(0x8c)]();}async[_0xb70d3(0xac)](){const _0x12cc29=_0xb70d3;this[_0x12cc29(0xcb)][_0x12cc29(0x91)]||await new Promise(_0x20351b=>{const _0x4f4f74=_0x12cc29;this[_0x4f4f74(0x78)](this[_0x4f4f74(0xcb)],_0x4f4f74(0xb0),_0x46a168=>{const _0x380581=_0x4f4f74;_0x46a168[_0x380581(0x9e)](),_0x20351b();});});}[_0xb70d3(0x7d)](){const _0x3708f0=_0xb70d3,_0x1632fb=this[_0x3708f0(0x76)][_0x3708f0(0x6f)][_0x3708f0(0xde)](_0x1839d7)[_0x3708f0(0xd2)][_0x3708f0(0x92)]()[_0x3708f0(0x80)]();for(const _0x1b4f3c of _0x1632fb)if(_0x3708f0(0xb5)!==_0x1b4f3c[_0x3708f0(0xd7)]||_0x1b4f3c[_0x3708f0(0x7f)])return _0x1b4f3c[_0x3708f0(0xce)]+0x1;}[_0xb70d3(0x95)](){const _0x32270c=_0xb70d3,_0x569494=this[_0x32270c(0x76)][_0x32270c(0x6f)][_0x32270c(0xde)](_0x1839d7);return new Promise(_0x1ba84c=>{const _0x3c7340=_0x32270c;_0x569494[_0x3c7340(0xaf)]?_0x569494[_0x3c7340(0xa9)](_0x3c7340(0xa0),()=>{const _0x47c4f4=_0x3c7340;_0x1ba84c(this[_0x47c4f4(0x7d)]());}):_0x1ba84c(this[_0x3c7340(0x7d)]());});}[_0xb70d3(0xd3)](_0x3ba5a7,_0x3d6fed){const _0x7774c6=_0xb70d3,_0x3ce09b=this[_0x7774c6(0xc4)][_0x7774c6(0xd5)];this[_0x7774c6(0x97)]=_0x3d6fed;for(const _0x468cc3 of _0x3ba5a7){const _0x170a26=_0x3ce09b[_0x7774c6(0xd6)](_0x468cc3['id']);if(_0x170a26){if((_0x468cc3[_0x7774c6(0x9f)]||_0x468cc3[_0x7774c6(0xa5)])&&(_0x468cc3[_0x7774c6(0x70)]=null),_0x170a26===this[_0x7774c6(0xc4)][_0x7774c6(0xae)]){const _0x578768=Math[_0x7774c6(0xa1)](_0x170a26[_0x7774c6(0xa5)],_0x468cc3[_0x7774c6(0xa5)]),_0x3f8300=Math[_0x7774c6(0xa1)](_0x170a26[_0x7774c6(0x9f)],_0x468cc3[_0x7774c6(0x9f)]);let _0x2dabf2;_0x170a26[_0x7774c6(0xa5)]===_0x468cc3[_0x7774c6(0xa5)]&&_0x170a26[_0x7774c6(0x9f)]===_0x468cc3[_0x7774c6(0x9f)]?(_0x2dabf2=!0x0,this[_0x7774c6(0x8a)](_0x468cc3)):_0x468cc3[_0x7774c6(0xa5)]===_0x578768&&_0x468cc3[_0x7774c6(0x9f)]===_0x3f8300?_0x2dabf2=!0x1:(_0x170a26[_0x7774c6(0xa5)]===_0x578768&&_0x170a26[_0x7774c6(0x9f)]===_0x3f8300||this[_0x7774c6(0xb1)]({'revision':_0x170a26,'from':_0x3f8300,'to':_0x578768}),_0x2dabf2=!0x0),_0x2dabf2&&(delete _0x468cc3[_0x7774c6(0x9f)],delete _0x468cc3[_0x7774c6(0xa5)],delete _0x468cc3[_0x7774c6(0x70)],delete _0x468cc3[_0x7774c6(0xb7)],delete _0x468cc3[_0x7774c6(0x96)]);}this[_0x7774c6(0xc4)][_0x7774c6(0xd1)](_0x468cc3),this[_0x7774c6(0x8a)](_0x468cc3);}else this[_0x7774c6(0xc4)][_0x7774c6(0x8d)](_0x468cc3);}const _0x5c8c68=_0x3ce09b[_0x7774c6(0xc5)]();_0x5c8c68[_0x7774c6(0x80)]();for(let _0x20973f=0x0;_0x20973f<_0x5c8c68[_0x7774c6(0x82)]-0x1;_0x20973f++){const _0x44ca50=_0x5c8c68[_0x20973f],_0x99da2=_0x5c8c68[_0x20973f+0x1];if(_0x44ca50[_0x7774c6(0x9f)]<_0x99da2[_0x7774c6(0xa5)]){const _0x40fb54=_0x99da2[_0x7774c6(0xa5)],_0x2dbb3f=Math[_0x7774c6(0xa1)](_0x40fb54,_0x44ca50[_0x7774c6(0xa5)]);this[_0x7774c6(0xb1)]({'revision':_0x44ca50,'from':_0x40fb54,'to':_0x2dbb3f});}}}[_0xb70d3(0xb1)]({revision:_0x3f0798,from:_0x134261,to:_0xb75dc}={}){const _0x41749c=_0xb70d3,_0x5de7f9=this[_0x41749c(0x76)][_0x41749c(0x6f)][_0x41749c(0xde)](_0x511e44),_0x1dc5bb=this[_0x41749c(0xc4)][_0x41749c(0xb4)]({'revision':_0x3f0798,'from':_0x134261,'to':_0xb75dc});_0x1dc5bb[_0x41749c(0x8e)]=_0x1dc5bb[_0x41749c(0x96)][_0x41749c(0xc8)](_0x223537=>_0x5de7f9[_0x41749c(0xca)](_0x223537)),_0x3f0798[_0x41749c(0xd8)](_0x1dc5bb);}[_0xb70d3(0x8a)](_0x2df0c5){const _0x2e3dad=_0xb70d3,_0x3e309d={};_0x3e309d['id']=_0x2df0c5['id'];for(const _0x1cbafc of Object[_0x2e3dad(0xb6)](_0x2df0c5))'id'!==_0x1cbafc&&(_0x3e309d[_0x1cbafc]=void 0x0);this[_0x2e3dad(0xc4)][_0x2e3dad(0xc0)](_0x3e309d['id'],_0x3e309d,!0x0);}async[_0xb70d3(0xdc)](_0x31676a){const _0x25bff2=_0xb70d3,_0x412283=this[_0x25bff2(0x76)][_0x25bff2(0x6f)][_0x25bff2(0xde)](_0x511e44),{connection:_0x362555}=this[_0x25bff2(0x76)][_0x25bff2(0x6f)][_0x25bff2(0xde)](_0x5f42ea),_0x50ec11=new Set();for(const _0x41065b of _0x31676a){for(const _0x2aa00c of _0x41065b[_0x25bff2(0x96)])_0x5dd94b(_0x2aa00c);_0x41065b[_0x25bff2(0x98)]&&_0x5dd94b(_0x41065b[_0x25bff2(0x98)]);}if(0x0===_0x50ec11[_0x25bff2(0x71)])return;const _0x5495f6=await _0x1ae572[_0x25bff2(0xb9)](_0x362555,Array[_0x25bff2(0xb3)](_0x50ec11));for(const _0x3f7cec of _0x5495f6)_0x412283[_0x25bff2(0xca)](_0x3f7cec['id'])||_0x412283[_0x25bff2(0x87)](_0x3f7cec);function _0x5dd94b(_0x4728de){const _0x3e84c1=_0x25bff2;_0x412283[_0x3e84c1(0xca)](_0x4728de)||_0x50ec11[_0x3e84c1(0xcc)](_0x4728de);}}}function _0x3d30(){const _0x307599=['setRevisionData','serverHistory','_handleRevisionsUpdate','10023328yCoyEU','repository','getRevision','type','_update','_createCurrentRevision','400','_revisions','_fetchMissingUsers','setSource','get','plugins','diffData','size','sessionId','remove','catch','updateRevisions','editor','connection','listenTo','wrongRequestId','reInit','code','connect','_getLatestVersionFromServerOperations','5945094GSnlPW','affectsData','reverse','_bufferedUpdates','length','collaboration.channelId','message','3aoDSDd','isBundleUploaded','addUser','startsWith','init','_preventResendingRevisionData','5dkBvfl','destroy','addRevisionData','authors','356898femYLI','reconnect','isConnected','getOperations','RevisionHistoryService','_startingVersion','_getLatestVersion','authorsIds','_lastRequestId','creatorId','config','CONNECTED','isEmptyCurrent','state','cloud-services-internal-error:\x20Not\x20connected.','off','fromVersion','change:_isPendingUpdate','max','addToReconnectionStack','_revisionDataBuilder','sendBufferedUpdates','toVersion','data','3600412nwAKWM','_oldOffset','once','requires','cloud-services-internal-error:\x20Revision\x20History\x20Service\x20is\x20not\x20connected.','_waitForServiceReady','607092bDPHoq','currentRevision','_isPendingUpdate','connected','_fixRevision','cloud-services-internal-error:\x20Request\x20timeout.','from','buildRevisionData','marker','keys','createdAt','1826Muxgsn','getMany','_offset','has','revisionsUpdated','RevisionTracker','adapter','_isConnected','_bufferUpdate','isEnabled','cloudServices.bundleVersion','change:_isConnected','_revisionTracker','getRevisions','then','bind','map','_handleReconnectionError','getUser','_revisionHistoryService','add','1503339AuhRkj','baseVersion','217410ClCQoH','7dvehqo'];_0x3d30=function(){return _0x307599;};return _0x3d30();}v[_0xb70d3(0x93)]=_0xfd11c4;export default v;function st(_0x4eb40e){const _0x2c0cb1=_0xb70d3;return _0x4eb40e[_0x2c0cb1(0x84)][_0x2c0cb1(0x88)](_0x2c0cb1(0xab))||_0x4eb40e[_0x2c0cb1(0x84)][_0x2c0cb1(0x88)](_0x2c0cb1(0x9d))||_0x4eb40e[_0x2c0cb1(0x84)][_0x2c0cb1(0x88)](_0x2c0cb1(0xb2));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xa6f59b=_0x2cc5;(function(_0x745ab,_0x2d52a9){var _0x3e5551=_0x2cc5,_0x4f765a=_0x745ab();while(!![]){try{var _0x4d0348=-parseInt(_0x3e5551(0x9e))/0x1*(parseInt(_0x3e5551(0x9d))/0x2)+parseInt(_0x3e5551(0xa2))/0x3*(parseInt(_0x3e5551(0xa3))/0x4)+-parseInt(_0x3e5551(0xa5))/0x5*(parseInt(_0x3e5551(0xa7))/0x6)+parseInt(_0x3e5551(0xa8))/0x7+parseInt(_0x3e5551(0xa4))/0x8+-parseInt(_0x3e5551(0x9b))/0x9+parseInt(_0x3e5551(0x9c))/0xa*(parseInt(_0x3e5551(0xa1))/0xb);if(_0x4d0348===_0x2d52a9)break;else _0x4f765a['push'](_0x4f765a['shift']());}catch(_0x2610c6){_0x4f765a['push'](_0x4f765a['shift']());}}}(_0x30bd,0xc26fa));import{Plugin as _0x152421}from'ckeditor5/src/core.js';import _0x4f050a from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';function _0x2cc5(_0x4fbda6,_0x511247){var _0x30bd28=_0x30bd();return _0x2cc5=function(_0x2cc5ad,_0x157034){_0x2cc5ad=_0x2cc5ad-0x9a;var _0x3c5700=_0x30bd28[_0x2cc5ad];return _0x3c5700;},_0x2cc5(_0x4fbda6,_0x511247);}function _0x30bd(){var _0xe5b0e7=['12johyfw','10302159VXDqqy','RealTimeCollaborativeRevisionHistory','14269194JjBMkH','135070HrHZqO','508546nJtebR','3xSrswL','RevisionHistory','pluginName','1023krgIHX','949197kiHNFB','4chbcAc','11699904gWVtuK','3405200CQZAMP','requires'];_0x30bd=function(){return _0xe5b0e7;};return _0x30bd();}import _0x44a1c4 from'./realtimecollaborativeediting.js';export default class d extends _0x152421{static get[_0xa6f59b(0xa6)](){var _0x4cf76a=_0xa6f59b;return[_0x4cf76a(0x9f),_0x4f050a,_0x44a1c4];}static get[_0xa6f59b(0xa0)](){var _0x115d03=_0xa6f59b;return _0x115d03(0x9a);}}
23
+ var _0x31e446=_0x4b51;(function(_0x2da118,_0x280374){var _0x1a0c53=_0x4b51,_0x671f8d=_0x2da118();while(!![]){try{var _0x1f95f3=-parseInt(_0x1a0c53(0x133))/0x1+-parseInt(_0x1a0c53(0x12d))/0x2*(-parseInt(_0x1a0c53(0x134))/0x3)+parseInt(_0x1a0c53(0x12e))/0x4+-parseInt(_0x1a0c53(0x12f))/0x5*(-parseInt(_0x1a0c53(0x132))/0x6)+-parseInt(_0x1a0c53(0x136))/0x7+parseInt(_0x1a0c53(0x138))/0x8+-parseInt(_0x1a0c53(0x135))/0x9;if(_0x1f95f3===_0x280374)break;else _0x671f8d['push'](_0x671f8d['shift']());}catch(_0x40e79e){_0x671f8d['push'](_0x671f8d['shift']());}}}(_0x3ce0,0x8a5d3));function _0x3ce0(){var _0x15eb43=['3733164GxLqFk','364055NZmnhP','RealTimeCollaborativeRevisionHistory','RevisionHistory','12mXlrKA','328376XdZQVH','9JvNOeR','9839241osRZFn','3888073WsbwhH','requires','5865400ESlqzC','pluginName','487810FEEwXn'];_0x3ce0=function(){return _0x15eb43;};return _0x3ce0();}function _0x4b51(_0x2f706c,_0x5b1c69){var _0x3ce0c2=_0x3ce0();return _0x4b51=function(_0x4b51ac,_0x2692c6){_0x4b51ac=_0x4b51ac-0x12d;var _0x1a8a22=_0x3ce0c2[_0x4b51ac];return _0x1a8a22;},_0x4b51(_0x2f706c,_0x5b1c69);}import{Plugin as _0x25ac65}from'ckeditor5/src/core.js';import _0x32e86b from'./realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js';import _0x17a3db from'./realtimecollaborativeediting.js';export default class d extends _0x25ac65{static get[_0x31e446(0x137)](){var _0x434419=_0x31e446;return[_0x434419(0x131),_0x32e86b,_0x17a3db];}static get[_0x31e446(0x139)](){var _0x120f10=_0x31e446;return _0x120f10(0x130);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x32c1ea=_0x53ab;(function(_0x3e077f,_0x5d98ce){const _0x28b1a0=_0x53ab,_0x319ace=_0x3e077f();while(!![]){try{const _0x31eb68=parseInt(_0x28b1a0(0x19c))/0x1*(-parseInt(_0x28b1a0(0x17b))/0x2)+parseInt(_0x28b1a0(0x18f))/0x3*(-parseInt(_0x28b1a0(0x1a5))/0x4)+parseInt(_0x28b1a0(0x178))/0x5+parseInt(_0x28b1a0(0x19f))/0x6+-parseInt(_0x28b1a0(0x17a))/0x7*(parseInt(_0x28b1a0(0x18a))/0x8)+-parseInt(_0x28b1a0(0x1ac))/0x9*(parseInt(_0x28b1a0(0x19a))/0xa)+parseInt(_0x28b1a0(0x1a4))/0xb;if(_0x31eb68===_0x5d98ce)break;else _0x319ace['push'](_0x319ace['shift']());}catch(_0x164143){_0x319ace['push'](_0x319ace['shift']());}}}(_0x49c9,0x53c17));import{Plugin as _0x3c4a3e}from'ckeditor5/src/core.js';import{User as _0x5c5a29,TrackChangesService as _0x92661f}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';function _0x49c9(){const _0x12d314=['isConnected','addToReconnectionStack','TrackChangesService','connection','values','getUser','getMany','getSuggestion','attributes','config','_trackChangesService','get','update','8bdOdJN','_fetchMissingUsersForThreads','addUser','from','message','1862895wItaGG','type','init','addSuggestionData','add','find','requires','suggestionUpdated','cloud-services-internal-error:\x20Not\x20connected.','startsWith','then','13710ZwmgGs','TrackChangesEditing','21283ChCrtQ','collaboration.channelId','data','2014158UbnorN','catch','_bufferedRequests','off','connect','12669602weIGPY','4kLuDJj','delete','set','plugins','adapter','listenTo','state','2241pmzDsw','reconnect','hasSuggestion','originalSuggestionId','connected','cloud-services-internal-error:\x20Request\x20timeout.','size','_waitForServiceReady','open','3392680IwxNGC','_saved','4087475DHEDrD','26AelozK','editor'];_0x49c9=function(){return _0x12d314;};return _0x49c9();}import _0x1cd1ab from'../realtimecollaborativeediting/websocketgateway.js';import _0x147b7d from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';function _0x53ab(_0x239541,_0x2c43af){const _0x49c9c3=_0x49c9();return _0x53ab=function(_0x53ab90,_0x15d427){_0x53ab90=_0x53ab90-0x174;let _0x3c1583=_0x49c9c3[_0x53ab90];return _0x3c1583;},_0x53ab(_0x239541,_0x2c43af);}import{Users as _0x4444e7}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x3c4a3e{static get[_0x32c1ea(0x195)](){const _0x2f16d0=_0x32c1ea;return[_0x147b7d,_0x2f16d0(0x19b),_0x1cd1ab];}constructor(_0x150dd5){const _0x3caa7a=_0x32c1ea;super(_0x150dd5);const _0x419e91=this[_0x3caa7a(0x17c)][_0x3caa7a(0x186)][_0x3caa7a(0x188)](_0x3caa7a(0x19d));this[_0x3caa7a(0x1a1)]=new Map(),this[_0x3caa7a(0x187)]=new g[(_0x3caa7a(0x17f))](_0x419e91);}[_0x32c1ea(0x191)](){const _0x299b1a=_0x32c1ea,_0x582b07=this[_0x299b1a(0x17c)][_0x299b1a(0x1a8)][_0x299b1a(0x188)](_0x1cd1ab),_0xf00999=this[_0x299b1a(0x17c)][_0x299b1a(0x1a8)][_0x299b1a(0x188)](_0x299b1a(0x19b));return _0xf00999[_0x299b1a(0x1a9)]={'getSuggestion':async _0x1bf57d=>{const _0x232a21=_0x299b1a;await this[_0x232a21(0x176)]();const _0x41da19=await this[_0x232a21(0x187)][_0x232a21(0x188)](_0x1bf57d)[_0x232a21(0x1a0)](R);return await this[_0x232a21(0x18b)]([_0x41da19]),_0x41da19;},'addSuggestion':async({id:_0xcb4b90,type:_0x2ff3bb,data:_0x36a3bd,originalSuggestionId:_0x685994,attributes:_0x13a648})=>{const _0x4e54f2=_0x299b1a;await this[_0x4e54f2(0x176)]();const _0x25ed34={'id':_0xcb4b90,'type':_0x2ff3bb,'data':_0x36a3bd,'originalSuggestionId':_0x685994,'attributes':_0x13a648},_0x5c87b4=await this[_0x4e54f2(0x187)][_0x4e54f2(0x193)](_0xcb4b90,_0x2ff3bb,_0x36a3bd,_0x685994,_0x13a648)[_0x4e54f2(0x1a0)](_0x46fd5d=>{if(st(_0x46fd5d))return new Promise(_0x50a454=>{const _0x3bdb16=_0x53ab;this[_0x3bdb16(0x1a1)][_0x3bdb16(0x1a7)](_0xcb4b90,{'resolve':_0x50a454,'suggestionData':_0x25ed34});});throw _0x46fd5d;});return this[_0x4e54f2(0x1a1)][_0x4e54f2(0x1a6)](_0xcb4b90),_0x5c87b4;},'updateSuggestion':async(_0x7978b6,_0x1e2c9f)=>{const _0x1cac38=_0x299b1a;if(await this[_0x1cac38(0x176)](),_0x1cac38(0x177)!==_0x1e2c9f[_0x1cac38(0x1ab)])return this[_0x1cac38(0x187)][_0x1cac38(0x189)](_0x7978b6,_0x1e2c9f)[_0x1cac38(0x1a0)](R);}},this[_0x299b1a(0x1aa)](this[_0x299b1a(0x187)],_0x299b1a(0x196),(_0x3a8af3,_0x38a7ec)=>{const _0x1ea5ea=_0x299b1a;_0xf00999[_0x1ea5ea(0x1ae)](_0x38a7ec['id'])&&(_0xf00999[_0x1ea5ea(0x184)](_0x38a7ec['id'])[_0x1ea5ea(0x185)]=_0x38a7ec[_0x1ea5ea(0x185)]);}),this[_0x299b1a(0x187)][_0x299b1a(0x1a3)](_0x582b07[_0x299b1a(0x180)])[_0x299b1a(0x199)](_0x56e7fe=>(_0x582b07[_0x299b1a(0x17e)](this),this[_0x299b1a(0x18b)](_0x56e7fe)[_0x299b1a(0x199)](()=>{const _0x1ce270=_0x299b1a;for(const _0x226a01 of _0x56e7fe){_0xf00999[_0x1ce270(0x192)](_0x226a01)[_0x1ce270(0x179)]=!0x0;}})));}async[_0x32c1ea(0x1ad)](){const _0x3b26cb=_0x32c1ea,_0x2f1693=this[_0x3b26cb(0x17c)][_0x3b26cb(0x1a8)][_0x3b26cb(0x188)](_0x3b26cb(0x19b)),{connection:_0x10822d}=this[_0x3b26cb(0x17c)][_0x3b26cb(0x1a8)][_0x3b26cb(0x188)](_0x1cd1ab),_0x52044f=await this[_0x3b26cb(0x187)][_0x3b26cb(0x1a3)](_0x10822d);await this[_0x3b26cb(0x18b)](_0x52044f);for(const {suggestionData:_0x2ec9d4,resolve:_0x37b7fe}of this[_0x3b26cb(0x1a1)][_0x3b26cb(0x181)]()){let _0x375666=_0x52044f[_0x3b26cb(0x194)](_0x59dbc7=>_0x59dbc7['id']===_0x2ec9d4['id']);_0x375666||(_0x375666=await this[_0x3b26cb(0x187)][_0x3b26cb(0x193)](_0x2ec9d4['id'],_0x2ec9d4[_0x3b26cb(0x190)],_0x2ec9d4[_0x3b26cb(0x19e)],_0x2ec9d4[_0x3b26cb(0x1af)])),_0x37b7fe(_0x375666);}for(const _0x3ed82e of _0x52044f)_0x2f1693[_0x3b26cb(0x1ae)](_0x3ed82e['id'])||_0x2f1693[_0x3b26cb(0x192)](_0x3ed82e);}async[_0x32c1ea(0x176)](){const _0x2e5fb8=_0x32c1ea;this[_0x2e5fb8(0x187)][_0x2e5fb8(0x17d)]||await new Promise(_0x34c8da=>{const _0x7e27c5=_0x2e5fb8;this[_0x7e27c5(0x1aa)](this[_0x7e27c5(0x187)],_0x7e27c5(0x1b0),_0x598b20=>{const _0x38e442=_0x7e27c5;_0x598b20[_0x38e442(0x1a2)](),_0x34c8da();});});}async[_0x32c1ea(0x18b)](_0x472ba8){const _0x7f4588=_0x32c1ea,_0xd171d1=this[_0x7f4588(0x17c)][_0x7f4588(0x1a8)][_0x7f4588(0x188)](_0x4444e7),{connection:_0x191346}=this[_0x7f4588(0x17c)][_0x7f4588(0x1a8)][_0x7f4588(0x188)](_0x1cd1ab),_0x27a6d6=new Set();for(const {authorId:_0x365cbb}of _0x472ba8)_0xd171d1[_0x7f4588(0x182)](_0x365cbb)||_0x27a6d6[_0x7f4588(0x193)](_0x365cbb);if(0x0===_0x27a6d6[_0x7f4588(0x175)])return;const _0x119269=await _0x5c5a29[_0x7f4588(0x183)](_0x191346,Array[_0x7f4588(0x18d)](_0x27a6d6));for(const _0x3292b6 of _0x119269)_0xd171d1[_0x7f4588(0x182)](_0x3292b6['id'])||_0xd171d1[_0x7f4588(0x18c)](_0x3292b6);}}g[_0x32c1ea(0x17f)]=_0x92661f;export default g;function R(_0x41f9e3){if(st(_0x41f9e3))return new Promise(()=>{});throw _0x41f9e3;}function st(_0xdb8607){const _0xb6766=_0x32c1ea;return _0xdb8607[_0xb6766(0x18e)][_0xb6766(0x198)](_0xb6766(0x197))||_0xdb8607[_0xb6766(0x18e)][_0xb6766(0x198)](_0xb6766(0x174));}
23
+ function _0x1d9e(){const _0x403345=['from','delete','reconnect','editor','49712840bHImSw','catch','1DQvYRt','hasSuggestion','_saved','off','_trackChangesService','7395417xznBil','4325952RZlljq','getMany','requires','attributes','addSuggestionData','_bufferedRequests','get','plugins','connected','update','TrackChangesService','isConnected','add','collaboration.channelId','2791198nYNSkx','cloud-services-internal-error:\x20Not\x20connected.','10vzVcMJ','TrackChangesEditing','cloud-services-internal-error:\x20Request\x20timeout.','init','getSuggestion','adapter','listenTo','find','connection','4287306ZrvFDU','14qMszMb','_fetchMissingUsersForThreads','data','startsWith','originalSuggestionId','state','getUser','addToReconnectionStack','values','suggestionUpdated','then','addUser','2950424IvzFKH','connect','_waitForServiceReady','4940358dMwDGb','config','type','open','set','message','size'];_0x1d9e=function(){return _0x403345;};return _0x1d9e();}const _0x394a86=_0x8131;(function(_0x558b47,_0x452d4d){const _0x5a1cc1=_0x8131,_0x24132f=_0x558b47();while(!![]){try{const _0x587c3b=parseInt(_0x5a1cc1(0x15d))/0x1*(-parseInt(_0x5a1cc1(0x171))/0x2)+parseInt(_0x5a1cc1(0x18c))/0x3+-parseInt(_0x5a1cc1(0x189))/0x4*(parseInt(_0x5a1cc1(0x173))/0x5)+-parseInt(_0x5a1cc1(0x17c))/0x6*(parseInt(_0x5a1cc1(0x17d))/0x7)+-parseInt(_0x5a1cc1(0x163))/0x8+-parseInt(_0x5a1cc1(0x162))/0x9+parseInt(_0x5a1cc1(0x15b))/0xa;if(_0x587c3b===_0x452d4d)break;else _0x24132f['push'](_0x24132f['shift']());}catch(_0x3466a9){_0x24132f['push'](_0x24132f['shift']());}}}(_0x1d9e,0xe9534));import{Plugin as _0x1ed576}from'ckeditor5/src/core.js';import{User as _0x1ced20,TrackChangesService as _0x29bf81}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x195c98 from'../realtimecollaborativeediting/websocketgateway.js';import _0x469d8c from'../realtimecollaborativecomments/cloudservicescommentsadapter.js';import{Users as _0x38b50f}from'ckeditor5-collaboration/src/collaboration-core.js';class g extends _0x1ed576{static get[_0x394a86(0x165)](){const _0x145691=_0x394a86;return[_0x469d8c,_0x145691(0x174),_0x195c98];}constructor(_0x58d28e){const _0x12a2b0=_0x394a86;super(_0x58d28e);const _0x580ac3=this[_0x12a2b0(0x15a)][_0x12a2b0(0x18d)][_0x12a2b0(0x169)](_0x12a2b0(0x170));this[_0x12a2b0(0x168)]=new Map(),this[_0x12a2b0(0x161)]=new g[(_0x12a2b0(0x16d))](_0x580ac3);}[_0x394a86(0x176)](){const _0x1bab7a=_0x394a86,_0xb1130a=this[_0x1bab7a(0x15a)][_0x1bab7a(0x16a)][_0x1bab7a(0x169)](_0x195c98),_0x4cd1c8=this[_0x1bab7a(0x15a)][_0x1bab7a(0x16a)][_0x1bab7a(0x169)](_0x1bab7a(0x174));return _0x4cd1c8[_0x1bab7a(0x178)]={'getSuggestion':async _0xb35dfc=>{const _0x168431=_0x1bab7a;await this[_0x168431(0x18b)]();const _0x5be38c=await this[_0x168431(0x161)][_0x168431(0x169)](_0xb35dfc)[_0x168431(0x15c)](R);return await this[_0x168431(0x17e)]([_0x5be38c]),_0x5be38c;},'addSuggestion':async({id:_0x39b0f6,type:_0x4e6547,data:_0x1be0a4,originalSuggestionId:_0x155da1,attributes:_0x3faa05})=>{const _0x4bacd7=_0x1bab7a;await this[_0x4bacd7(0x18b)]();const _0x392970={'id':_0x39b0f6,'type':_0x4e6547,'data':_0x1be0a4,'originalSuggestionId':_0x155da1,'attributes':_0x3faa05},_0x59ef63=await this[_0x4bacd7(0x161)][_0x4bacd7(0x16f)](_0x39b0f6,_0x4e6547,_0x1be0a4,_0x155da1,_0x3faa05)[_0x4bacd7(0x15c)](_0x4aac49=>{if(st(_0x4aac49))return new Promise(_0x17f990=>{const _0x49c5ca=_0x8131;this[_0x49c5ca(0x168)][_0x49c5ca(0x190)](_0x39b0f6,{'resolve':_0x17f990,'suggestionData':_0x392970});});throw _0x4aac49;});return this[_0x4bacd7(0x168)][_0x4bacd7(0x194)](_0x39b0f6),_0x59ef63;},'updateSuggestion':async(_0x5c833f,_0x325880)=>{const _0x1fe34b=_0x1bab7a;if(await this[_0x1fe34b(0x18b)](),_0x1fe34b(0x18f)!==_0x325880[_0x1fe34b(0x182)])return this[_0x1fe34b(0x161)][_0x1fe34b(0x16c)](_0x5c833f,_0x325880)[_0x1fe34b(0x15c)](R);}},this[_0x1bab7a(0x179)](this[_0x1bab7a(0x161)],_0x1bab7a(0x186),(_0x5b68c4,_0x546e53)=>{const _0x11f890=_0x1bab7a;_0x4cd1c8[_0x11f890(0x15e)](_0x546e53['id'])&&(_0x4cd1c8[_0x11f890(0x177)](_0x546e53['id'])[_0x11f890(0x166)]=_0x546e53[_0x11f890(0x166)]);}),this[_0x1bab7a(0x161)][_0x1bab7a(0x18a)](_0xb1130a[_0x1bab7a(0x17b)])[_0x1bab7a(0x187)](_0x5025b5=>(_0xb1130a[_0x1bab7a(0x184)](this),this[_0x1bab7a(0x17e)](_0x5025b5)[_0x1bab7a(0x187)](()=>{const _0x129a1b=_0x1bab7a;for(const _0x4d4d18 of _0x5025b5){_0x4cd1c8[_0x129a1b(0x167)](_0x4d4d18)[_0x129a1b(0x15f)]=!0x0;}})));}async[_0x394a86(0x159)](){const _0x19e1f5=_0x394a86,_0x4c2ee9=this[_0x19e1f5(0x15a)][_0x19e1f5(0x16a)][_0x19e1f5(0x169)](_0x19e1f5(0x174)),{connection:_0x5ea79b}=this[_0x19e1f5(0x15a)][_0x19e1f5(0x16a)][_0x19e1f5(0x169)](_0x195c98),_0x2c9b0b=await this[_0x19e1f5(0x161)][_0x19e1f5(0x18a)](_0x5ea79b);await this[_0x19e1f5(0x17e)](_0x2c9b0b);for(const {suggestionData:_0xda0e8d,resolve:_0x1cf415}of this[_0x19e1f5(0x168)][_0x19e1f5(0x185)]()){let _0x33352f=_0x2c9b0b[_0x19e1f5(0x17a)](_0x576640=>_0x576640['id']===_0xda0e8d['id']);_0x33352f||(_0x33352f=await this[_0x19e1f5(0x161)][_0x19e1f5(0x16f)](_0xda0e8d['id'],_0xda0e8d[_0x19e1f5(0x18e)],_0xda0e8d[_0x19e1f5(0x17f)],_0xda0e8d[_0x19e1f5(0x181)])),_0x1cf415(_0x33352f);}for(const _0x49b829 of _0x2c9b0b)_0x4c2ee9[_0x19e1f5(0x15e)](_0x49b829['id'])||_0x4c2ee9[_0x19e1f5(0x167)](_0x49b829);}async[_0x394a86(0x18b)](){const _0x28e18b=_0x394a86;this[_0x28e18b(0x161)][_0x28e18b(0x16e)]||await new Promise(_0x450d48=>{const _0x52adc5=_0x28e18b;this[_0x52adc5(0x179)](this[_0x52adc5(0x161)],_0x52adc5(0x16b),_0x2cee0e=>{const _0x4fe142=_0x52adc5;_0x2cee0e[_0x4fe142(0x160)](),_0x450d48();});});}async[_0x394a86(0x17e)](_0x3a506f){const _0x1d9e25=_0x394a86,_0x27fbef=this[_0x1d9e25(0x15a)][_0x1d9e25(0x16a)][_0x1d9e25(0x169)](_0x38b50f),{connection:_0xf2b8dc}=this[_0x1d9e25(0x15a)][_0x1d9e25(0x16a)][_0x1d9e25(0x169)](_0x195c98),_0x40afef=new Set();for(const {authorId:_0x41e829}of _0x3a506f)_0x27fbef[_0x1d9e25(0x183)](_0x41e829)||_0x40afef[_0x1d9e25(0x16f)](_0x41e829);if(0x0===_0x40afef[_0x1d9e25(0x192)])return;const _0x6ac18d=await _0x1ced20[_0x1d9e25(0x164)](_0xf2b8dc,Array[_0x1d9e25(0x193)](_0x40afef));for(const _0x45d36a of _0x6ac18d)_0x27fbef[_0x1d9e25(0x183)](_0x45d36a['id'])||_0x27fbef[_0x1d9e25(0x188)](_0x45d36a);}}function _0x8131(_0x13d952,_0x320e73){const _0x1d9e8c=_0x1d9e();return _0x8131=function(_0x813175,_0x159919){_0x813175=_0x813175-0x159;let _0x107859=_0x1d9e8c[_0x813175];return _0x107859;},_0x8131(_0x13d952,_0x320e73);}g[_0x394a86(0x16d)]=_0x29bf81;export default g;function R(_0x2cff4f){if(st(_0x2cff4f))return new Promise(()=>{});throw _0x2cff4f;}function st(_0x30e96b){const _0x57ac3a=_0x394a86;return _0x30e96b[_0x57ac3a(0x191)][_0x57ac3a(0x180)](_0x57ac3a(0x172))||_0x30e96b[_0x57ac3a(0x191)][_0x57ac3a(0x180)](_0x57ac3a(0x175));}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xb611(_0xb58433,_0x3a6de2){var _0x103eea=_0x103e();return _0xb611=function(_0xb611d3,_0x4ab041){_0xb611d3=_0xb611d3-0x174;var _0x29c4a7=_0x103eea[_0xb611d3];return _0x29c4a7;},_0xb611(_0xb58433,_0x3a6de2);}var _0x29fedf=_0xb611;(function(_0x4f1770,_0x4e38d0){var _0x531f94=_0xb611,_0x5714c9=_0x4f1770();while(!![]){try{var _0x3689d8=-parseInt(_0x531f94(0x176))/0x1*(parseInt(_0x531f94(0x17a))/0x2)+parseInt(_0x531f94(0x17e))/0x3*(-parseInt(_0x531f94(0x174))/0x4)+-parseInt(_0x531f94(0x180))/0x5*(-parseInt(_0x531f94(0x177))/0x6)+-parseInt(_0x531f94(0x182))/0x7+parseInt(_0x531f94(0x17d))/0x8*(-parseInt(_0x531f94(0x17b))/0x9)+parseInt(_0x531f94(0x181))/0xa+parseInt(_0x531f94(0x175))/0xb;if(_0x3689d8===_0x4e38d0)break;else _0x5714c9['push'](_0x5714c9['shift']());}catch(_0x3776f4){_0x5714c9['push'](_0x5714c9['shift']());}}}(_0x103e,0x1c8e7));import{Plugin as _0x237975}from'ckeditor5/src/core.js';import _0x1f1dde from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';function _0x103e(){var _0x541a6f=['1096gJyehD','75LElrkd','pluginName','10jqTUUi','684010YYgJaW','1525685JYbuNT','29028GwNzFm','3723170QYurne','8hZNXFd','547320ZhuDrd','RealTimeCollaborativeTrackChanges','TrackChanges','16460cNfiVx','468KoxhGX','requires'];_0x103e=function(){return _0x541a6f;};return _0x103e();}import _0x18de18 from'./realtimecollaborativecomments.js';export default class p extends _0x237975{static get[_0x29fedf(0x17c)](){var _0x52ddc4=_0x29fedf;return[_0x18de18,_0x1f1dde,_0x52ddc4(0x179)];}static get[_0x29fedf(0x17f)](){var _0x5ae496=_0x29fedf;return _0x5ae496(0x178);}}
23
+ var _0x323adf=_0x35d9;(function(_0x46b69d,_0x9fc9af){var _0x135d6b=_0x35d9,_0x73d1d=_0x46b69d();while(!![]){try{var _0x3bd77c=parseInt(_0x135d6b(0xbe))/0x1+-parseInt(_0x135d6b(0xc0))/0x2*(parseInt(_0x135d6b(0xc3))/0x3)+parseInt(_0x135d6b(0xb6))/0x4*(parseInt(_0x135d6b(0xc4))/0x5)+-parseInt(_0x135d6b(0xbd))/0x6*(parseInt(_0x135d6b(0xc2))/0x7)+-parseInt(_0x135d6b(0xb9))/0x8+-parseInt(_0x135d6b(0xc1))/0x9+parseInt(_0x135d6b(0xb8))/0xa*(parseInt(_0x135d6b(0xba))/0xb);if(_0x3bd77c===_0x9fc9af)break;else _0x73d1d['push'](_0x73d1d['shift']());}catch(_0x571414){_0x73d1d['push'](_0x73d1d['shift']());}}}(_0xf8b6,0x448dc));import{Plugin as _0x4162d1}from'ckeditor5/src/core.js';import _0x265119 from'./realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js';function _0x35d9(_0x24b511,_0x5c4d0e){var _0xf8b6cd=_0xf8b6();return _0x35d9=function(_0x35d97e,_0x32dee1){_0x35d97e=_0x35d97e-0xb6;var _0x1e6b5a=_0xf8b6cd[_0x35d97e];return _0x1e6b5a;},_0x35d9(_0x24b511,_0x5c4d0e);}function _0xf8b6(){var _0x2b81f6=['1665IVgwuM','5dipuuN','310852SUdtlM','TrackChanges','16519810oIiJlv','3539160bRpvWd','11dsxQHP','pluginName','requires','187392bCpmso','83383joezYj','RealTimeCollaborativeTrackChanges','634zStagR','4009239WODUvo','105jevtIl'];_0xf8b6=function(){return _0x2b81f6;};return _0xf8b6();}import _0x265d5d from'./realtimecollaborativecomments.js';export default class p extends _0x4162d1{static get[_0x323adf(0xbc)](){var _0x11ea49=_0x323adf;return[_0x265d5d,_0x265119,_0x11ea49(0xb7)];}static get[_0x323adf(0xbb)](){var _0x2e9471=_0x323adf;return _0x2e9471(0xbf);}}