@ckeditor/ckeditor5-real-time-collaboration 42.0.1-alpha.3 → 42.0.1

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 +4 -4
  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 _0x106d8f=_0x488b;(function(_0x19fd93,_0x2b60e9){const _0x6c0685=_0x488b,_0xe3d751=_0x19fd93();while(!![]){try{const _0x5cc830=parseInt(_0x6c0685(0x112))/0x1+-parseInt(_0x6c0685(0x13a))/0x2*(parseInt(_0x6c0685(0x12b))/0x3)+-parseInt(_0x6c0685(0x135))/0x4+-parseInt(_0x6c0685(0x11d))/0x5+-parseInt(_0x6c0685(0x12e))/0x6+parseInt(_0x6c0685(0x140))/0x7*(-parseInt(_0x6c0685(0x14d))/0x8)+-parseInt(_0x6c0685(0x12d))/0x9*(-parseInt(_0x6c0685(0x110))/0xa);if(_0x5cc830===_0x2b60e9)break;else _0xe3d751['push'](_0xe3d751['shift']());}catch(_0x2f891f){_0xe3d751['push'](_0xe3d751['shift']());}}}(_0x4767,0x70c15));import{ContextPlugin as _0x2ca0f6}from'ckeditor5/src/core.js';function _0x488b(_0xe4049f,_0x131992){const _0x476709=_0x4767();return _0x488b=function(_0x488b95,_0x77ce88){_0x488b95=_0x488b95-0x10f;let _0xf107d0=_0x476709[_0x488b95];return _0xf107d0;},_0x488b(_0xe4049f,_0x131992);}import{CKEditorError as _0x11c6b3,Collection as _0x58d052}from'ckeditor5/src/utils.js';import{clickOutsideHandler as _0x5eff6b,BodyCollection as _0x31f63a,BalloonPanelView as _0x41b8d5}from'ckeditor5/src/ui.js';import{isElement as _0x5d63b4}from'lodash-es';import _0x3ba9d9 from'../realtimecollaborativeediting/sessions.js';import _0x586e19 from'./view/presencelistview.js';import _0x2f0e5c from'./view/presencedropdownlistview.js';import _0x3f2a7 from'./view/presencedropdownlistitemview.js';function _0x4767(){const _0x591080=['_handleUserRemove','detachFromDom','displayMe','bind','define','remove','presenceList.container','isMe','number','hideDropdown','_createView','_allConnectedUsers','reverse','9UiCbtq','usersCount','2367YuyvNR','2218950efAfQe','using','config','isHidden','locale','_handleUserAdd','from','3066508foyrql','presenceList','_bodyCollection','bindTo','class','464918qYzhHN','appendChild','currentDisplayedUsers','hasTooltip','ck\x20ck-presence-list__balloon','isCollapsed','287oGDUam','counterView','view','allConnectedUsers','inlineListView','destroy','presenceDropdownView','presenceList.displayMe','balloonPanelView','isRendered','add','set','get','30616OnxZlE','length','content','presenceList.collapseAt','onClick','listenTo','attachToDom','_calculateNewUserPosition','showDropdown','presencelist-missing-container','pin','render','99350kqfFdU','execute','540549hGSIsE','items','element','unpin','last','init','context','isVisible','requires','presencelist-collapseat-invalid-format','plugins','3504365UoCECj'];_0x4767=function(){return _0x591080;};return _0x4767();}import _0x20eb33 from'./view/presenceinlinelistitemview.js';const _={'collapseAt':0x6,'displayMe':!0x0};export default class s extends _0x2ca0f6{constructor(_0x1905ef){const _0x89d5ce=_0x488b;super(_0x1905ef),this[_0x89d5ce(0x118)][_0x89d5ce(0x130)][_0x89d5ce(0x122)](_0x89d5ce(0x136),_);const _0x1927ed=_0x1905ef[_0x89d5ce(0x130)][_0x89d5ce(0x14c)](_0x89d5ce(0x150));if(_0x89d5ce(0x126)!=typeof _0x1927ed)throw new _0x11c6b3(_0x89d5ce(0x11b),this);if(_0x1927ed<0x1)throw new _0x11c6b3(_0x89d5ce(0x11b),this);this[_0x89d5ce(0x129)]=this[_0x89d5ce(0x118)][_0x89d5ce(0x11c)][_0x89d5ce(0x14c)](_0x3ba9d9)[_0x89d5ce(0x143)],this[_0x89d5ce(0x14b)](_0x89d5ce(0x12c),0x0),this[_0x89d5ce(0x13c)]=new _0x58d052(),this[_0x89d5ce(0x148)]=new _0x41b8d5(),this[_0x89d5ce(0x148)][_0x89d5ce(0x139)]=_0x89d5ce(0x13e),this[_0x89d5ce(0x142)]=this[_0x89d5ce(0x128)](),this[_0x89d5ce(0x146)]=void 0x0;}static get[_0x106d8f(0x11a)](){return[_0x3ba9d9];}[_0x106d8f(0x117)](){const _0x4057d7=_0x106d8f;for(const _0x24c7f8 of this[_0x4057d7(0x129)])this[_0x4057d7(0x133)](_0x24c7f8);this[_0x4057d7(0x152)](this[_0x4057d7(0x129)],_0x4057d7(0x14a),(_0x52ad3e,_0x1322a0)=>{const _0x29d5ec=_0x4057d7;this[_0x29d5ec(0x133)](_0x1322a0);}),this[_0x4057d7(0x152)](this[_0x4057d7(0x129)],_0x4057d7(0x123),(_0x19d472,_0x2186f5)=>{const _0x5f39fe=_0x4057d7;this[_0x5f39fe(0x11e)](_0x2186f5);});}[_0x106d8f(0x128)](){const _0x341930=_0x106d8f,_0x3e203c=this[_0x341930(0x118)],_0x240e6d=new _0x586e19(this[_0x341930(0x118)][_0x341930(0x132)]),_0x4153c3=this[_0x341930(0x148)];if(!_0x5d63b4(_0x3e203c[_0x341930(0x130)][_0x341930(0x14c)](_0x341930(0x124))))throw new _0x11c6b3(_0x341930(0x156),this);return _0x240e6d[_0x341930(0x141)][_0x341930(0x121)](_0x341930(0x12c))['to'](this),_0x240e6d[_0x341930(0x121)](_0x341930(0x13f))['to'](this,_0x341930(0x12c),_0x4cc338=>{const _0x41d2b9=_0x341930,{collapseAt:_0x537e51,displayMe:_0x48fd30}=_0x3e203c[_0x41d2b9(0x130)][_0x41d2b9(0x14c)](_0x41d2b9(0x136)),_0x1f9f42=_0x4cc338>=_0x537e51;return _0x240e6d[_0x41d2b9(0x141)][_0x41d2b9(0x131)]=!(0x1==_0x4cc338&&_0x48fd30||_0x1f9f42),_0x1f9f42||this[_0x41d2b9(0x127)](),_0x1f9f42;}),_0x240e6d[_0x341930(0x144)][_0x341930(0x113)][_0x341930(0x138)](this[_0x341930(0x13c)])[_0x341930(0x12f)](_0x14289f=>{const _0xb22c16=_0x341930,_0x587c2e=_0x3e203c[_0xb22c16(0x130)][_0xb22c16(0x14c)](_0xb22c16(0x136)),_0x15d6da=new _0x20eb33(_0x3e203c[_0xb22c16(0x132)],_0x14289f,!!_0x587c2e[_0xb22c16(0x151)]);return _0x15d6da[_0xb22c16(0x121)](_0xb22c16(0x13d))['to'](_0x240e6d,_0xb22c16(0x13f),_0x4b6569=>!_0x4b6569),_0x587c2e[_0xb22c16(0x151)]&&this[_0xb22c16(0x152)](_0x15d6da,_0xb22c16(0x111),()=>{const _0x3fb3fe=_0xb22c16;this[_0x3fb3fe(0x142)][_0x3fb3fe(0x13f)]||_0x587c2e[_0x3fb3fe(0x151)](_0x14289f,_0x15d6da[_0x3fb3fe(0x114)]);}),_0x15d6da;}),this[_0x341930(0x152)](_0x240e6d[_0x341930(0x144)],_0x341930(0x111),()=>{const _0x3cfa52=_0x341930;this[_0x3cfa52(0x146)]?this[_0x3cfa52(0x127)]():this[_0x3cfa52(0x142)][_0x3cfa52(0x13f)]&&this[_0x3cfa52(0x155)]();}),_0x240e6d[_0x341930(0x10f)](),_0x4153c3[_0x341930(0x10f)](),_0x5eff6b({'emitter':_0x240e6d,'activator':()=>_0x4153c3[_0x341930(0x119)],'contextElements':[_0x4153c3[_0x341930(0x114)],_0x240e6d[_0x341930(0x144)][_0x341930(0x114)]],'callback':()=>this[_0x341930(0x127)]()}),_0x3e203c[_0x341930(0x130)][_0x341930(0x14c)](_0x341930(0x124))[_0x341930(0x13b)](_0x240e6d[_0x341930(0x114)]),this[_0x341930(0x137)]=new _0x31f63a(this[_0x341930(0x118)][_0x341930(0x132)]),this[_0x341930(0x137)][_0x341930(0x153)](),this[_0x341930(0x137)][_0x341930(0x14a)](_0x4153c3),_0x240e6d;}[_0x106d8f(0x133)](_0x2cd064){const _0x5df854=_0x106d8f;if(!this[_0x5df854(0x118)][_0x5df854(0x130)][_0x5df854(0x14c)](_0x5df854(0x147))&&_0x2cd064[_0x5df854(0x125)])return;const _0x5c72cf=this[_0x5df854(0x118)][_0x5df854(0x130)][_0x5df854(0x14c)](_0x5df854(0x150))-0x1;this[_0x5df854(0x12c)]++,this[_0x5df854(0x13c)][_0x5df854(0x14e)]==_0x5c72cf&&this[_0x5df854(0x13c)][_0x5df854(0x123)](0x0);const _0x4d6fb4=this[_0x5df854(0x154)](_0x2cd064);this[_0x5df854(0x13c)][_0x5df854(0x14a)](_0x2cd064,_0x4d6fb4);}[_0x106d8f(0x11e)](_0x36d8b4){const _0x1cf7a5=_0x106d8f;if(this[_0x1cf7a5(0x12c)]--,this[_0x1cf7a5(0x13c)][_0x1cf7a5(0x14c)](_0x36d8b4['id'])&&(this[_0x1cf7a5(0x13c)][_0x1cf7a5(0x123)](_0x36d8b4['id']),this[_0x1cf7a5(0x13c)][_0x1cf7a5(0x14e)]<this[_0x1cf7a5(0x12c)])){for(const _0x5c2a6d of Array[_0x1cf7a5(0x134)](this[_0x1cf7a5(0x129)])[_0x1cf7a5(0x12a)]())if(!this[_0x1cf7a5(0x13c)][_0x1cf7a5(0x14c)](_0x5c2a6d['id']))return void this[_0x1cf7a5(0x13c)][_0x1cf7a5(0x14a)](_0x5c2a6d,0x0);}}[_0x106d8f(0x154)](_0x4a5705){const _0x57a4e2=_0x106d8f;return Boolean(this[_0x57a4e2(0x13c)][_0x57a4e2(0x116)]&&this[_0x57a4e2(0x13c)][_0x57a4e2(0x116)][_0x57a4e2(0x125)])&&!_0x4a5705[_0x57a4e2(0x125)]?this[_0x57a4e2(0x13c)][_0x57a4e2(0x14e)]-0x1:this[_0x57a4e2(0x13c)][_0x57a4e2(0x14e)];}[_0x106d8f(0x155)](){const _0x449c26=_0x106d8f;if(this[_0x449c26(0x146)])return;this[_0x449c26(0x146)]=new _0x2f0e5c(this[_0x449c26(0x118)][_0x449c26(0x132)]);const _0x2bef8f=this[_0x449c26(0x118)][_0x449c26(0x130)][_0x449c26(0x14c)](_0x449c26(0x136));this[_0x449c26(0x146)][_0x449c26(0x113)][_0x449c26(0x138)](this[_0x449c26(0x129)])[_0x449c26(0x12f)](_0x4323f6=>{const _0x289b7b=_0x449c26;if(!_0x2bef8f[_0x289b7b(0x120)]&&_0x4323f6[_0x289b7b(0x125)])return null;const _0x4629d8=new _0x3f2a7(this[_0x289b7b(0x118)][_0x289b7b(0x132)],_0x4323f6,!!_0x2bef8f[_0x289b7b(0x151)]);return _0x2bef8f[_0x289b7b(0x151)]&&this[_0x289b7b(0x152)](_0x4629d8,_0x289b7b(0x111),()=>{const _0x5cef6b=_0x289b7b;_0x2bef8f[_0x5cef6b(0x151)](_0x4323f6,_0x4629d8[_0x5cef6b(0x114)]);}),_0x4629d8;}),this[_0x449c26(0x148)][_0x449c26(0x14f)][_0x449c26(0x14a)](this[_0x449c26(0x146)]),this[_0x449c26(0x148)][_0x449c26(0x157)]({'target':this[_0x449c26(0x142)][_0x449c26(0x144)][_0x449c26(0x114)]});}[_0x106d8f(0x127)](){const _0x526c3d=_0x106d8f;this[_0x526c3d(0x146)]&&(this[_0x526c3d(0x148)][_0x526c3d(0x115)](),this[_0x526c3d(0x148)][_0x526c3d(0x14f)][_0x526c3d(0x123)](this[_0x526c3d(0x146)]),this[_0x526c3d(0x146)][_0x526c3d(0x145)](),this[_0x526c3d(0x146)]=void 0x0);}[_0x106d8f(0x145)](){const _0x4d4256=_0x106d8f;super[_0x4d4256(0x145)](),this[_0x4d4256(0x142)]&&this[_0x4d4256(0x142)][_0x4d4256(0x149)]&&this[_0x4d4256(0x142)][_0x4d4256(0x145)](),this[_0x4d4256(0x137)]&&this[_0x4d4256(0x137)][_0x4d4256(0x11f)]();}}
23
+ const _0x30a408=_0x5d62;(function(_0x45c232,_0x48ce6b){const _0x595b34=_0x5d62,_0x33d7f4=_0x45c232();while(!![]){try{const _0x108efc=parseInt(_0x595b34(0x1f8))/0x1*(parseInt(_0x595b34(0x1dc))/0x2)+parseInt(_0x595b34(0x1cc))/0x3+-parseInt(_0x595b34(0x200))/0x4+parseInt(_0x595b34(0x1de))/0x5*(parseInt(_0x595b34(0x1f0))/0x6)+parseInt(_0x595b34(0x1d7))/0x7*(parseInt(_0x595b34(0x1f5))/0x8)+parseInt(_0x595b34(0x20e))/0x9+-parseInt(_0x595b34(0x1e9))/0xa;if(_0x108efc===_0x48ce6b)break;else _0x33d7f4['push'](_0x33d7f4['shift']());}catch(_0x30ae00){_0x33d7f4['push'](_0x33d7f4['shift']());}}}(_0x3636,0xdd13f));import{ContextPlugin as _0x5a7f1f}from'ckeditor5/src/core.js';import{CKEditorError as _0xa92cda,Collection as _0x5a928f}from'ckeditor5/src/utils.js';function _0x3636(){const _0x47aee1=['_handleUserRemove','42BHjvVu','define','_bodyCollection','plugins','presencelist-collapseat-invalid-format','18nBikGl','last','410rfCURn','isCollapsed','isVisible','get','locale','balloonPanelView','from','presenceDropdownView','add','hasTooltip','showDropdown','23428020lWKcVc','usersCount','bind','requires','_createView','reverse','displayMe','16458oKNPbn','number','ck\x20ck-presence-list__balloon','content','items','1329056JPAmAG','pin','hideDropdown','81717vEqegm','set','isMe','config','presenceList','counterView','presenceList.container','isHidden','3777364wAQgeF','allConnectedUsers','using','context','currentDisplayedUsers','onClick','presenceList.displayMe','_handleUserAdd','_allConnectedUsers','class','appendChild','destroy','listenTo','view','10264896npGbzZ','length','attachToDom','remove','presencelist-missing-container','execute','render','3284889bxlmmx','isRendered','_calculateNewUserPosition','init','bindTo','inlineListView','detachFromDom','presenceList.collapseAt','element','unpin'];_0x3636=function(){return _0x47aee1;};return _0x3636();}function _0x5d62(_0x209a0f,_0x2e676c){const _0x363665=_0x3636();return _0x5d62=function(_0x5d6275,_0x36d40f){_0x5d6275=_0x5d6275-0x1c8;let _0x61c6b8=_0x363665[_0x5d6275];return _0x61c6b8;},_0x5d62(_0x209a0f,_0x2e676c);}import{clickOutsideHandler as _0x3c291f,BodyCollection as _0x79dc96,BalloonPanelView as _0x33e2b4}from'ckeditor5/src/ui.js';import{isElement as _0x4cb3d1}from'lodash-es';import _0x551a63 from'../realtimecollaborativeediting/sessions.js';import _0x12b94c from'./view/presencelistview.js';import _0x4e3d21 from'./view/presencedropdownlistview.js';import _0x286499 from'./view/presencedropdownlistitemview.js';import _0x43f20a from'./view/presenceinlinelistitemview.js';const _={'collapseAt':0x6,'displayMe':!0x0};export default class s extends _0x5a7f1f{constructor(_0x3736a0){const _0x418811=_0x5d62;super(_0x3736a0),this[_0x418811(0x203)][_0x418811(0x1fb)][_0x418811(0x1d8)](_0x418811(0x1fc),_);const _0x12f7e2=_0x3736a0[_0x418811(0x1fb)][_0x418811(0x1e1)](_0x418811(0x1d3));if(_0x418811(0x1f1)!=typeof _0x12f7e2)throw new _0xa92cda(_0x418811(0x1db),this);if(_0x12f7e2<0x1)throw new _0xa92cda(_0x418811(0x1db),this);this[_0x418811(0x208)]=this[_0x418811(0x203)][_0x418811(0x1da)][_0x418811(0x1e1)](_0x551a63)[_0x418811(0x201)],this[_0x418811(0x1f9)](_0x418811(0x1ea),0x0),this[_0x418811(0x204)]=new _0x5a928f(),this[_0x418811(0x1e3)]=new _0x33e2b4(),this[_0x418811(0x1e3)][_0x418811(0x209)]=_0x418811(0x1f2),this[_0x418811(0x20d)]=this[_0x418811(0x1ed)](),this[_0x418811(0x1e5)]=void 0x0;}static get[_0x30a408(0x1ec)](){return[_0x551a63];}[_0x30a408(0x1cf)](){const _0x51312b=_0x30a408;for(const _0x2da0f2 of this[_0x51312b(0x208)])this[_0x51312b(0x207)](_0x2da0f2);this[_0x51312b(0x20c)](this[_0x51312b(0x208)],_0x51312b(0x1e6),(_0x25203b,_0x118f70)=>{const _0x879389=_0x51312b;this[_0x879389(0x207)](_0x118f70);}),this[_0x51312b(0x20c)](this[_0x51312b(0x208)],_0x51312b(0x1c8),(_0x1fb3e9,_0x5ee220)=>{const _0x29fc4a=_0x51312b;this[_0x29fc4a(0x1d6)](_0x5ee220);});}[_0x30a408(0x1ed)](){const _0x53832b=_0x30a408,_0x5a9310=this[_0x53832b(0x203)],_0xac0da6=new _0x12b94c(this[_0x53832b(0x203)][_0x53832b(0x1e2)]),_0x301357=this[_0x53832b(0x1e3)];if(!_0x4cb3d1(_0x5a9310[_0x53832b(0x1fb)][_0x53832b(0x1e1)](_0x53832b(0x1fe))))throw new _0xa92cda(_0x53832b(0x1c9),this);return _0xac0da6[_0x53832b(0x1fd)][_0x53832b(0x1eb)](_0x53832b(0x1ea))['to'](this),_0xac0da6[_0x53832b(0x1eb)](_0x53832b(0x1df))['to'](this,_0x53832b(0x1ea),_0x125953=>{const _0x2c38fe=_0x53832b,{collapseAt:_0x3d8d3b,displayMe:_0x4f9d82}=_0x5a9310[_0x2c38fe(0x1fb)][_0x2c38fe(0x1e1)](_0x2c38fe(0x1fc)),_0x25b92b=_0x125953>=_0x3d8d3b;return _0xac0da6[_0x2c38fe(0x1fd)][_0x2c38fe(0x1ff)]=!(0x1==_0x125953&&_0x4f9d82||_0x25b92b),_0x25b92b||this[_0x2c38fe(0x1f7)](),_0x25b92b;}),_0xac0da6[_0x53832b(0x1d1)][_0x53832b(0x1f4)][_0x53832b(0x1d0)](this[_0x53832b(0x204)])[_0x53832b(0x202)](_0x4732c8=>{const _0x2e12e5=_0x53832b,_0x158987=_0x5a9310[_0x2e12e5(0x1fb)][_0x2e12e5(0x1e1)](_0x2e12e5(0x1fc)),_0x5d4d9b=new _0x43f20a(_0x5a9310[_0x2e12e5(0x1e2)],_0x4732c8,!!_0x158987[_0x2e12e5(0x205)]);return _0x5d4d9b[_0x2e12e5(0x1eb)](_0x2e12e5(0x1e7))['to'](_0xac0da6,_0x2e12e5(0x1df),_0x3e8542=>!_0x3e8542),_0x158987[_0x2e12e5(0x205)]&&this[_0x2e12e5(0x20c)](_0x5d4d9b,_0x2e12e5(0x1ca),()=>{const _0x11c8f3=_0x2e12e5;this[_0x11c8f3(0x20d)][_0x11c8f3(0x1df)]||_0x158987[_0x11c8f3(0x205)](_0x4732c8,_0x5d4d9b[_0x11c8f3(0x1d4)]);}),_0x5d4d9b;}),this[_0x53832b(0x20c)](_0xac0da6[_0x53832b(0x1d1)],_0x53832b(0x1ca),()=>{const _0x44f551=_0x53832b;this[_0x44f551(0x1e5)]?this[_0x44f551(0x1f7)]():this[_0x44f551(0x20d)][_0x44f551(0x1df)]&&this[_0x44f551(0x1e8)]();}),_0xac0da6[_0x53832b(0x1cb)](),_0x301357[_0x53832b(0x1cb)](),_0x3c291f({'emitter':_0xac0da6,'activator':()=>_0x301357[_0x53832b(0x1e0)],'contextElements':[_0x301357[_0x53832b(0x1d4)],_0xac0da6[_0x53832b(0x1d1)][_0x53832b(0x1d4)]],'callback':()=>this[_0x53832b(0x1f7)]()}),_0x5a9310[_0x53832b(0x1fb)][_0x53832b(0x1e1)](_0x53832b(0x1fe))[_0x53832b(0x20a)](_0xac0da6[_0x53832b(0x1d4)]),this[_0x53832b(0x1d9)]=new _0x79dc96(this[_0x53832b(0x203)][_0x53832b(0x1e2)]),this[_0x53832b(0x1d9)][_0x53832b(0x210)](),this[_0x53832b(0x1d9)][_0x53832b(0x1e6)](_0x301357),_0xac0da6;}[_0x30a408(0x207)](_0xe6b501){const _0x2d1020=_0x30a408;if(!this[_0x2d1020(0x203)][_0x2d1020(0x1fb)][_0x2d1020(0x1e1)](_0x2d1020(0x206))&&_0xe6b501[_0x2d1020(0x1fa)])return;const _0x21703a=this[_0x2d1020(0x203)][_0x2d1020(0x1fb)][_0x2d1020(0x1e1)](_0x2d1020(0x1d3))-0x1;this[_0x2d1020(0x1ea)]++,this[_0x2d1020(0x204)][_0x2d1020(0x20f)]==_0x21703a&&this[_0x2d1020(0x204)][_0x2d1020(0x1c8)](0x0);const _0x5da7f0=this[_0x2d1020(0x1ce)](_0xe6b501);this[_0x2d1020(0x204)][_0x2d1020(0x1e6)](_0xe6b501,_0x5da7f0);}[_0x30a408(0x1d6)](_0x36828a){const _0x134452=_0x30a408;if(this[_0x134452(0x1ea)]--,this[_0x134452(0x204)][_0x134452(0x1e1)](_0x36828a['id'])&&(this[_0x134452(0x204)][_0x134452(0x1c8)](_0x36828a['id']),this[_0x134452(0x204)][_0x134452(0x20f)]<this[_0x134452(0x1ea)])){for(const _0x51d3f8 of Array[_0x134452(0x1e4)](this[_0x134452(0x208)])[_0x134452(0x1ee)]())if(!this[_0x134452(0x204)][_0x134452(0x1e1)](_0x51d3f8['id']))return void this[_0x134452(0x204)][_0x134452(0x1e6)](_0x51d3f8,0x0);}}[_0x30a408(0x1ce)](_0x161b49){const _0x24c922=_0x30a408;return Boolean(this[_0x24c922(0x204)][_0x24c922(0x1dd)]&&this[_0x24c922(0x204)][_0x24c922(0x1dd)][_0x24c922(0x1fa)])&&!_0x161b49[_0x24c922(0x1fa)]?this[_0x24c922(0x204)][_0x24c922(0x20f)]-0x1:this[_0x24c922(0x204)][_0x24c922(0x20f)];}[_0x30a408(0x1e8)](){const _0x923054=_0x30a408;if(this[_0x923054(0x1e5)])return;this[_0x923054(0x1e5)]=new _0x4e3d21(this[_0x923054(0x203)][_0x923054(0x1e2)]);const _0x3d9f37=this[_0x923054(0x203)][_0x923054(0x1fb)][_0x923054(0x1e1)](_0x923054(0x1fc));this[_0x923054(0x1e5)][_0x923054(0x1f4)][_0x923054(0x1d0)](this[_0x923054(0x208)])[_0x923054(0x202)](_0xc4dcb9=>{const _0x55a96c=_0x923054;if(!_0x3d9f37[_0x55a96c(0x1ef)]&&_0xc4dcb9[_0x55a96c(0x1fa)])return null;const _0x312c3a=new _0x286499(this[_0x55a96c(0x203)][_0x55a96c(0x1e2)],_0xc4dcb9,!!_0x3d9f37[_0x55a96c(0x205)]);return _0x3d9f37[_0x55a96c(0x205)]&&this[_0x55a96c(0x20c)](_0x312c3a,_0x55a96c(0x1ca),()=>{const _0x3fd94f=_0x55a96c;_0x3d9f37[_0x3fd94f(0x205)](_0xc4dcb9,_0x312c3a[_0x3fd94f(0x1d4)]);}),_0x312c3a;}),this[_0x923054(0x1e3)][_0x923054(0x1f3)][_0x923054(0x1e6)](this[_0x923054(0x1e5)]),this[_0x923054(0x1e3)][_0x923054(0x1f6)]({'target':this[_0x923054(0x20d)][_0x923054(0x1d1)][_0x923054(0x1d4)]});}[_0x30a408(0x1f7)](){const _0x5c441a=_0x30a408;this[_0x5c441a(0x1e5)]&&(this[_0x5c441a(0x1e3)][_0x5c441a(0x1d5)](),this[_0x5c441a(0x1e3)][_0x5c441a(0x1f3)][_0x5c441a(0x1c8)](this[_0x5c441a(0x1e5)]),this[_0x5c441a(0x1e5)][_0x5c441a(0x20b)](),this[_0x5c441a(0x1e5)]=void 0x0);}[_0x30a408(0x20b)](){const _0x277392=_0x30a408;super[_0x277392(0x20b)](),this[_0x277392(0x20d)]&&this[_0x277392(0x20d)][_0x277392(0x1cd)]&&this[_0x277392(0x20d)][_0x277392(0x20b)](),this[_0x277392(0x1d9)]&&this[_0x277392(0x1d9)][_0x277392(0x1d2)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5e85(_0x4d7c0d,_0x943ab8){const _0x20e2c4=_0x20e2();return _0x5e85=function(_0x5e85f2,_0x48cb2c){_0x5e85f2=_0x5e85f2-0xa7;let _0x29d880=_0x20e2c4[_0x5e85f2];return _0x29d880;},_0x5e85(_0x4d7c0d,_0x943ab8);}(function(_0x473324,_0x3d3b31){const _0xccd391=_0x5e85,_0x28f06c=_0x473324();while(!![]){try{const _0x1dd174=parseInt(_0xccd391(0xb9))/0x1+parseInt(_0xccd391(0xb7))/0x2*(parseInt(_0xccd391(0xb1))/0x3)+-parseInt(_0xccd391(0xaa))/0x4*(parseInt(_0xccd391(0xb0))/0x5)+parseInt(_0xccd391(0xb2))/0x6+-parseInt(_0xccd391(0xab))/0x7+-parseInt(_0xccd391(0xb8))/0x8+-parseInt(_0xccd391(0xb3))/0x9*(-parseInt(_0xccd391(0xb5))/0xa);if(_0x1dd174===_0x3d3b31)break;else _0x28f06c['push'](_0x28f06c['shift']());}catch(_0x4d1fbe){_0x28f06c['push'](_0x28f06c['shift']());}}}(_0x20e2,0x8d49f));import{View as _0xcd1ac5}from'ckeditor5/src/ui.js';import{getTranslation as _0x6b5254}from'../../common-translations.js';function _0x20e2(){const _0x2d636d=['360UMpxpw','ck-presence-list__counter--hidden','353420yvGFMN','setTemplate','5626IpJewr','6090384OthGky','280942UgRfgm','bindTemplate','usersCount','ck-presence-list__counter','328sKufJG','7024297FGESOM','set','isHidden','div','CONNECTED_USERS','38765zsAHSG','279RvpCck','6138018POglgK'];_0x20e2=function(){return _0x2d636d;};return _0x20e2();}export default class ts extends _0xcd1ac5{constructor(_0x4425b4){const _0x380518=_0x5e85;super(_0x4425b4);const _0x26e4b9=this[_0x380518(0xa7)];this[_0x380518(0xac)](_0x380518(0xa8),0x0),this[_0x380518(0xac)](_0x380518(0xad),!0x0),this[_0x380518(0xb6)]({'tag':_0x380518(0xae),'attributes':{'class':['ck',_0x380518(0xa9),_0x26e4b9['if'](_0x380518(0xad),_0x380518(0xb4))]},'children':[{'text':_0x26e4b9['to'](_0x380518(0xa8),_0x5d7212=>_0x6b5254(_0x4425b4,_0x380518(0xaf),_0x5d7212))}]});}}
23
+ function _0x5712(_0x36cd8b,_0x489d5e){const _0x3f2880=_0x3f28();return _0x5712=function(_0x5712f8,_0x4e2e12){_0x5712f8=_0x5712f8-0xf5;let _0x50d419=_0x3f2880[_0x5712f8];return _0x50d419;},_0x5712(_0x36cd8b,_0x489d5e);}(function(_0x6c46c0,_0x1590e1){const _0x110e77=_0x5712,_0x58730f=_0x6c46c0();while(!![]){try{const _0x59d337=parseInt(_0x110e77(0x103))/0x1+parseInt(_0x110e77(0xfc))/0x2*(-parseInt(_0x110e77(0x100))/0x3)+-parseInt(_0x110e77(0xfb))/0x4+-parseInt(_0x110e77(0xf7))/0x5*(parseInt(_0x110e77(0xfa))/0x6)+-parseInt(_0x110e77(0xfd))/0x7*(parseInt(_0x110e77(0x105))/0x8)+-parseInt(_0x110e77(0x106))/0x9+-parseInt(_0x110e77(0x107))/0xa*(-parseInt(_0x110e77(0x104))/0xb);if(_0x59d337===_0x1590e1)break;else _0x58730f['push'](_0x58730f['shift']());}catch(_0x4931ba){_0x58730f['push'](_0x58730f['shift']());}}}(_0x3f28,0x1d68b));import{View as _0x268861}from'ckeditor5/src/ui.js';function _0x3f28(){const _0x2e25cf=['isHidden','div','57520UhPRnW','ck-presence-list__counter--hidden','set','12urnACi','775688ujJfnp','784pbVMuO','48741NoBATA','usersCount','setTemplate','951evnnqn','bindTemplate','CONNECTED_USERS','96721rWaxvM','7550422gYNkkp','96LIcsCS','2141226SHNHRe','10QidUWT','ck-presence-list__counter'];_0x3f28=function(){return _0x2e25cf;};return _0x3f28();}import{getTranslation as _0x595dc1}from'../../common-translations.js';export default class ts extends _0x268861{constructor(_0x68e8d5){const _0x2d8d8f=_0x5712;super(_0x68e8d5);const _0x5bc932=this[_0x2d8d8f(0x101)];this[_0x2d8d8f(0xf9)](_0x2d8d8f(0xfe),0x0),this[_0x2d8d8f(0xf9)](_0x2d8d8f(0xf5),!0x0),this[_0x2d8d8f(0xff)]({'tag':_0x2d8d8f(0xf6),'attributes':{'class':['ck',_0x2d8d8f(0x108),_0x5bc932['if'](_0x2d8d8f(0xf5),_0x2d8d8f(0xf8))]},'children':[{'text':_0x5bc932['to'](_0x2d8d8f(0xfe),_0x39cb99=>_0x595dc1(_0x68e8d5,_0x2d8d8f(0x102),_0x39cb99))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0xeb24c3,_0xbb8cba){const _0x629b97=_0xd16f,_0x5db06c=_0xeb24c3();while(!![]){try{const _0x2831ce=-parseInt(_0x629b97(0xbf))/0x1*(-parseInt(_0x629b97(0xb6))/0x2)+-parseInt(_0x629b97(0xc8))/0x3*(parseInt(_0x629b97(0xb1))/0x4)+parseInt(_0x629b97(0xc2))/0x5*(parseInt(_0x629b97(0xc6))/0x6)+parseInt(_0x629b97(0xbb))/0x7*(-parseInt(_0x629b97(0xb3))/0x8)+-parseInt(_0x629b97(0xc5))/0x9+parseInt(_0x629b97(0xba))/0xa*(parseInt(_0x629b97(0xbd))/0xb)+parseInt(_0x629b97(0xca))/0xc;if(_0x2831ce===_0xbb8cba)break;else _0x5db06c['push'](_0x5db06c['shift']());}catch(_0x2f95fc){_0x5db06c['push'](_0x5db06c['shift']());}}}(_0x2e04,0xc7c39));function _0xd16f(_0x2b24ad,_0x4ceb0f){const _0x2e045b=_0x2e04();return _0xd16f=function(_0xd16f90,_0xbe75e5){_0xd16f90=_0xd16f90-0xaf;let _0x4fb8d3=_0x2e045b[_0xd16f90];return _0x4fb8d3;},_0xd16f(_0x2b24ad,_0x4ceb0f);}import{View as _0xce2b75}from'ckeditor5/src/ui.js';import{UserView as _0x4e4caf}from'ckeditor5-collaboration/src/collaboration-core.js';export default class y extends _0xce2b75{constructor(_0x199361,_0x509f62,_0x573b77){const _0x254c9f=_0xd16f;super(_0x199361);const _0x3c4161=this[_0x254c9f(0xb5)];this[_0x254c9f(0xb4)]=new _0x4e4caf(_0x199361,_0x509f62);const _0x4426fd={'tag':_0x254c9f(0xb8),'attributes':{'class':['ck',_0x254c9f(0xc3)]},'children':[this[_0x254c9f(0xb4)],{'tag':_0x254c9f(0xb9),'attributes':{'class':['ck',_0x254c9f(0xbc)]},'children':[{'text':_0x509f62[_0x254c9f(0xc9)]}]},{'tag':_0x254c9f(0xb9),'attributes':{'class':['ck',_0x254c9f(0xc1),_0x509f62[_0x254c9f(0xb7)][_0x254c9f(0xc0)]()],'aria-hidden':_0x254c9f(0xaf)}}]};_0x573b77&&(_0x4426fd[_0x254c9f(0xb0)]=_0x254c9f(0xc7),_0x4426fd['on']={'click':_0x3c4161['to'](()=>this[_0x254c9f(0xb2)](_0x254c9f(0xbe)))}),this[_0x254c9f(0xc4)](_0x4426fd);}}function _0x2e04(){const _0x2f3807=['setTemplate','12037581xqfuHK','12uIPlyW','button','3262947pxGRHY','name','15895848pnqfpl','true','tag','4xpgRiC','fire','8msfFpw','userView','bindTemplate','8070mtTkFJ','color','div','span','370NpOEyi','7037422aJeyoI','ck-user__full-name','373318WHfGgI','execute','121nuGPsO','getBackgroundColorClass','ck-presence-list__marker','2950355doFNMS','ck-presence-list__dropdown-list-item'];_0x2e04=function(){return _0x2f3807;};return _0x2e04();}
23
+ function _0x1672(_0x42378f,_0x17425b){const _0x2fe2e6=_0x2fe2();return _0x1672=function(_0x16723a,_0x847793){_0x16723a=_0x16723a-0xa3;let _0x515e71=_0x2fe2e6[_0x16723a];return _0x515e71;},_0x1672(_0x42378f,_0x17425b);}(function(_0x3f3f82,_0x35d222){const _0x31acce=_0x1672,_0x4f3572=_0x3f3f82();while(!![]){try{const _0x944d45=-parseInt(_0x31acce(0xaf))/0x1*(parseInt(_0x31acce(0xa4))/0x2)+-parseInt(_0x31acce(0xac))/0x3+parseInt(_0x31acce(0xaa))/0x4*(parseInt(_0x31acce(0xb0))/0x5)+-parseInt(_0x31acce(0xa9))/0x6+-parseInt(_0x31acce(0xb6))/0x7*(-parseInt(_0x31acce(0xb5))/0x8)+-parseInt(_0x31acce(0xad))/0x9+parseInt(_0x31acce(0xb7))/0xa;if(_0x944d45===_0x35d222)break;else _0x4f3572['push'](_0x4f3572['shift']());}catch(_0x28018f){_0x4f3572['push'](_0x4f3572['shift']());}}}(_0x2fe2,0x4a524));import{View as _0x28be68}from'ckeditor5/src/ui.js';import{UserView as _0x22a99b}from'ckeditor5-collaboration/src/collaboration-core.js';export default class y extends _0x28be68{constructor(_0x4e484e,_0x44f622,_0x3c55fa){const _0x5d8b9c=_0x1672;super(_0x4e484e);const _0x38c3c2=this[_0x5d8b9c(0xb3)];this[_0x5d8b9c(0xb8)]=new _0x22a99b(_0x4e484e,_0x44f622);const _0x3b962b={'tag':_0x5d8b9c(0xae),'attributes':{'class':['ck',_0x5d8b9c(0xa6)]},'children':[this[_0x5d8b9c(0xb8)],{'tag':_0x5d8b9c(0xbc),'attributes':{'class':['ck',_0x5d8b9c(0xa7)]},'children':[{'text':_0x44f622[_0x5d8b9c(0xba)]}]},{'tag':_0x5d8b9c(0xbc),'attributes':{'class':['ck',_0x5d8b9c(0xa8),_0x44f622[_0x5d8b9c(0xab)][_0x5d8b9c(0xb1)]()],'aria-hidden':_0x5d8b9c(0xb2)}}]};_0x3c55fa&&(_0x3b962b[_0x5d8b9c(0xbb)]=_0x5d8b9c(0xa5),_0x3b962b['on']={'click':_0x38c3c2['to'](()=>this[_0x5d8b9c(0xb4)](_0x5d8b9c(0xa3)))}),this[_0x5d8b9c(0xb9)](_0x3b962b);}}function _0x2fe2(){const _0x2af803=['button','ck-presence-list__dropdown-list-item','ck-user__full-name','ck-presence-list__marker','1064058YjLySG','8vajegZ','color','731289qHSTvS','3991536zUzAiR','div','1KqPNyj','1466755xOnUYT','getBackgroundColorClass','true','bindTemplate','fire','8plSamJ','1534449kWFYtT','6103820PTToNZ','userView','setTemplate','name','tag','span','execute','494522DcEiLt'];_0x2fe2=function(){return _0x2af803;};return _0x2fe2();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3156(_0x382df3,_0x355669){var _0x68ca53=_0x68ca();return _0x3156=function(_0x315653,_0x5ea2b6){_0x315653=_0x315653-0x10a;var _0x2ef72e=_0x68ca53[_0x315653];return _0x2ef72e;},_0x3156(_0x382df3,_0x355669);}function _0x68ca(){var _0x49264f=['ck-presence-list__dropdown-list-wrapper','createCollection','items','1255761vBXcIf','270990zshUJG','10CqSKlm','3622617eMCGGz','8535174BRRrlx','5949936esfVHa','ck-presence-list__dropdown-list','7oxDSVo','160VTOifJ','div','1179184mxSpkC','3108344yhxNpZ','setTemplate'];_0x68ca=function(){return _0x49264f;};return _0x68ca();}(function(_0xa4f4bd,_0x3894fd){var _0x5a59b7=_0x3156,_0x43d866=_0xa4f4bd();while(!![]){try{var _0x28bbe9=parseInt(_0x5a59b7(0x117))/0x1+-parseInt(_0x5a59b7(0x110))/0x2+parseInt(_0x5a59b7(0x119))/0x3+-parseInt(_0x5a59b7(0x111))/0x4*(parseInt(_0x5a59b7(0x118))/0x5)+parseInt(_0x5a59b7(0x10a))/0x6*(-parseInt(_0x5a59b7(0x10d))/0x7)+parseInt(_0x5a59b7(0x10b))/0x8+-parseInt(_0x5a59b7(0x116))/0x9*(-parseInt(_0x5a59b7(0x10e))/0xa);if(_0x28bbe9===_0x3894fd)break;else _0x43d866['push'](_0x43d866['shift']());}catch(_0x526573){_0x43d866['push'](_0x43d866['shift']());}}}(_0x68ca,0xd8e7a));import{View as _0x43447e}from'ckeditor5/src/ui.js';export default class x extends _0x43447e{constructor(_0x81c69b){var _0xa4d41b=_0x3156;super(_0x81c69b),this[_0xa4d41b(0x115)]=this[_0xa4d41b(0x114)](),this[_0xa4d41b(0x112)]({'tag':_0xa4d41b(0x10f),'attributes':{'class':['ck',_0xa4d41b(0x10c)]},'children':[{'tag':_0xa4d41b(0x10f),'attributes':{'class':['ck',_0xa4d41b(0x113)]},'children':this[_0xa4d41b(0x115)]}]});}}
23
+ (function(_0x58f96e,_0x45aa12){var _0xb183ae=_0x5999,_0x2649ee=_0x58f96e();while(!![]){try{var _0x13377b=parseInt(_0xb183ae(0x9b))/0x1+-parseInt(_0xb183ae(0x97))/0x2*(-parseInt(_0xb183ae(0x9e))/0x3)+-parseInt(_0xb183ae(0xa0))/0x4*(-parseInt(_0xb183ae(0xa3))/0x5)+parseInt(_0xb183ae(0x9f))/0x6*(-parseInt(_0xb183ae(0x99))/0x7)+parseInt(_0xb183ae(0x93))/0x8*(-parseInt(_0xb183ae(0x94))/0x9)+parseInt(_0xb183ae(0xa4))/0xa+-parseInt(_0xb183ae(0xa1))/0xb*(-parseInt(_0xb183ae(0x98))/0xc);if(_0x13377b===_0x45aa12)break;else _0x2649ee['push'](_0x2649ee['shift']());}catch(_0x559ff7){_0x2649ee['push'](_0x2649ee['shift']());}}}(_0x59a3,0xeba65));function _0x59a3(){var _0x1537b2=['ck-presence-list__dropdown-list-wrapper','155HcikMf','5271250dlNMpr','36888BEfNIx','2601aEkAQs','ck-presence-list__dropdown-list','setTemplate','1686zlKFoZ','1568400tnUYNJ','7pXNRrD','div','1229152KxrDcz','createCollection','items','183WoAEis','1913838mWKZDd','87532eDJjFu','11XighEi'];_0x59a3=function(){return _0x1537b2;};return _0x59a3();}function _0x5999(_0x367065,_0x124ccd){var _0x59a3dd=_0x59a3();return _0x5999=function(_0x5999b6,_0x800c23){_0x5999b6=_0x5999b6-0x93;var _0x41c04d=_0x59a3dd[_0x5999b6];return _0x41c04d;},_0x5999(_0x367065,_0x124ccd);}import{View as _0x7b014c}from'ckeditor5/src/ui.js';export default class x extends _0x7b014c{constructor(_0x40641f){var _0x4195f0=_0x5999;super(_0x40641f),this[_0x4195f0(0x9d)]=this[_0x4195f0(0x9c)](),this[_0x4195f0(0x96)]({'tag':_0x4195f0(0x9a),'attributes':{'class':['ck',_0x4195f0(0x95)]},'children':[{'tag':_0x4195f0(0x9a),'attributes':{'class':['ck',_0x4195f0(0xa2)]},'children':this[_0x4195f0(0x9d)]}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3763(){const _0x1e4d8b=['5MAAtCi','ck-presence-list__list-item','1027701QAhaeB','6MvaGZy','203926aYUAkH','bindTemplate','13221180MkKuvb','63cJbpPb','tag','name','fire','ck-presence-list__marker','true','set','3595248qqaKct','button','userView','getBackgroundColorClass','setTemplate','1476010zwqVgQ','markerView','execute','hasTooltip','52232NmoHPb','tooltipPosition','198443IKJnvT','div','ck-presence-list__list-item__tooltip','color','span'];_0x3763=function(){return _0x1e4d8b;};return _0x3763();}(function(_0x31bd65,_0x129694){const _0x4597e7=_0x3b1a,_0x1358a9=_0x31bd65();while(!![]){try{const _0xf103f4=parseInt(_0x4597e7(0x177))/0x1*(-parseInt(_0x4597e7(0x17b))/0x2)+-parseInt(_0x4597e7(0x17e))/0x3*(-parseInt(_0x4597e7(0x18e))/0x4)+-parseInt(_0x4597e7(0x18a))/0x5+-parseInt(_0x4597e7(0x17a))/0x6*(-parseInt(_0x4597e7(0x190))/0x7)+-parseInt(_0x4597e7(0x185))/0x8+-parseInt(_0x4597e7(0x179))/0x9+parseInt(_0x4597e7(0x17d))/0xa;if(_0xf103f4===_0x129694)break;else _0x1358a9['push'](_0x1358a9['shift']());}catch(_0x4df9d5){_0x1358a9['push'](_0x1358a9['shift']());}}}(_0x3763,0x3e849));import{View as _0x2ebca9}from'ckeditor5/src/ui.js';import{UserView as _0xa4b490}from'ckeditor5-collaboration/src/collaboration-core.js';export default class A extends _0x2ebca9{constructor(_0x1a0afb,_0xa965c,_0x89a176){const _0xf8413f=_0x3b1a;super(_0x1a0afb);const _0x3fb11d=this[_0xf8413f(0x17c)];this[_0xf8413f(0x184)](_0xf8413f(0x18d),!0x0),this[_0xf8413f(0x184)](_0xf8413f(0x18f),''),this[_0xf8413f(0x187)]=new _0xa4b490(_0x1a0afb,_0xa965c),this[_0xf8413f(0x18b)]=new ot(_0x1a0afb,_0xa965c);const _0x5844b3={'tag':_0xf8413f(0x191),'attributes':{'class':['ck',_0xf8413f(0x178)],'data-cke-tooltip-text':this[_0xf8413f(0x187)][_0xf8413f(0x180)],'data-cke-tooltip-position':_0x3fb11d['to'](_0xf8413f(0x18f)),'data-cke-tooltip-disabled':_0x3fb11d['to'](_0xf8413f(0x18d),_0x4d22ce=>!_0x4d22ce),'data-cke-tooltip-class':_0xf8413f(0x192)},'children':[this[_0xf8413f(0x187)],this[_0xf8413f(0x18b)]]};_0x89a176&&(_0x5844b3[_0xf8413f(0x17f)]=_0xf8413f(0x186),_0x5844b3['on']={'click':_0x3fb11d['to'](()=>this[_0xf8413f(0x181)](_0xf8413f(0x18c)))}),this[_0xf8413f(0x189)](_0x5844b3);}}function _0x3b1a(_0x5cf1cf,_0x2cb39b){const _0x37633e=_0x3763();return _0x3b1a=function(_0x3b1ab4,_0x22876e){_0x3b1ab4=_0x3b1ab4-0x177;let _0x10ba53=_0x37633e[_0x3b1ab4];return _0x10ba53;},_0x3b1a(_0x5cf1cf,_0x2cb39b);}class ot extends _0x2ebca9{constructor(_0x522c90,_0x4923c3){const _0x22b2f3=_0x3b1a;super(_0x522c90),this[_0x22b2f3(0x189)]({'tag':_0x22b2f3(0x194),'attributes':{'class':['ck',_0x22b2f3(0x182),_0x4923c3[_0x22b2f3(0x193)][_0x22b2f3(0x188)]()],'aria-hidden':_0x22b2f3(0x183)}});}}
23
+ (function(_0x5709b0,_0xc89aaa){const _0xbec49c=_0x3d02,_0x591de7=_0x5709b0();while(!![]){try{const _0x2f6026=parseInt(_0xbec49c(0x83))/0x1*(parseInt(_0xbec49c(0x81))/0x2)+-parseInt(_0xbec49c(0x87))/0x3+-parseInt(_0xbec49c(0x96))/0x4*(-parseInt(_0xbec49c(0x8e))/0x5)+-parseInt(_0xbec49c(0x8a))/0x6*(parseInt(_0xbec49c(0x8d))/0x7)+-parseInt(_0xbec49c(0x94))/0x8+-parseInt(_0xbec49c(0x7b))/0x9+-parseInt(_0xbec49c(0x8c))/0xa*(-parseInt(_0xbec49c(0x82))/0xb);if(_0x2f6026===_0xc89aaa)break;else _0x591de7['push'](_0x591de7['shift']());}catch(_0x4c74ea){_0x591de7['push'](_0x591de7['shift']());}}}(_0x4841,0xbf4b4));function _0x3d02(_0x2643e9,_0x48fbdf){const _0x484148=_0x4841();return _0x3d02=function(_0x3d02b4,_0xa7333d){_0x3d02b4=_0x3d02b4-0x7a;let _0x50f1cc=_0x484148[_0x3d02b4];return _0x50f1cc;},_0x3d02(_0x2643e9,_0x48fbdf);}import{View as _0x33896f}from'ckeditor5/src/ui.js';import{UserView as _0x235313}from'ckeditor5-collaboration/src/collaboration-core.js';export default class A extends _0x33896f{constructor(_0x569d8c,_0x5c4d6d,_0x578bd8){const _0xbdc69b=_0x3d02;super(_0x569d8c);const _0x60ef4e=this[_0xbdc69b(0x7d)];this[_0xbdc69b(0x80)](_0xbdc69b(0x7e),!0x0),this[_0xbdc69b(0x80)](_0xbdc69b(0x84),''),this[_0xbdc69b(0x7f)]=new _0x235313(_0x569d8c,_0x5c4d6d),this[_0xbdc69b(0x95)]=new ot(_0x569d8c,_0x5c4d6d);const _0x5b32e8={'tag':_0xbdc69b(0x7a),'attributes':{'class':['ck',_0xbdc69b(0x92)],'data-cke-tooltip-text':this[_0xbdc69b(0x7f)][_0xbdc69b(0x97)],'data-cke-tooltip-position':_0x60ef4e['to'](_0xbdc69b(0x84)),'data-cke-tooltip-disabled':_0x60ef4e['to'](_0xbdc69b(0x7e),_0x5cf62a=>!_0x5cf62a),'data-cke-tooltip-class':_0xbdc69b(0x91)},'children':[this[_0xbdc69b(0x7f)],this[_0xbdc69b(0x95)]]};_0x578bd8&&(_0x5b32e8[_0xbdc69b(0x93)]=_0xbdc69b(0x89),_0x5b32e8['on']={'click':_0x60ef4e['to'](()=>this[_0xbdc69b(0x88)](_0xbdc69b(0x8b)))}),this[_0xbdc69b(0x86)](_0x5b32e8);}}function _0x4841(){const _0x38afec=['div','1437246skEOaE','span','bindTemplate','hasTooltip','userView','set','2Bvzdaz','363xcJiVB','508738tnIKOq','tooltipPosition','ck-presence-list__marker','setTemplate','3162288xbBsnR','fire','button','323628hMpPPB','execute','333490mnSqLo','7JfpCgI','1655ufHsLv','getBackgroundColorClass','true','ck-presence-list__list-item__tooltip','ck-presence-list__list-item','tag','4969272HBKdNn','markerView','12848nhZZcv','name','color'];_0x4841=function(){return _0x38afec;};return _0x4841();}class ot extends _0x33896f{constructor(_0x1595f2,_0x3b09f4){const _0x4a1a4c=_0x3d02;super(_0x1595f2),this[_0x4a1a4c(0x86)]({'tag':_0x4a1a4c(0x7c),'attributes':{'class':['ck',_0x4a1a4c(0x85),_0x3b09f4[_0x4a1a4c(0x98)][_0x4a1a4c(0x8f)]()],'aria-hidden':_0x4a1a4c(0x90)}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x444d(_0x571136,_0x3f8860){const _0x2f26b3=_0x2f26();return _0x444d=function(_0x444da7,_0x553743){_0x444da7=_0x444da7-0x84;let _0x35adf5=_0x2f26b3[_0x444da7];return _0x35adf5;},_0x444d(_0x571136,_0x3f8860);}(function(_0x1e3e00,_0x5142dc){const _0x1017a0=_0x444d,_0x33e10b=_0x1e3e00();while(!![]){try{const _0x3eb62f=parseInt(_0x1017a0(0x86))/0x1+parseInt(_0x1017a0(0x92))/0x2*(-parseInt(_0x1017a0(0x90))/0x3)+parseInt(_0x1017a0(0x8d))/0x4+-parseInt(_0x1017a0(0x91))/0x5+-parseInt(_0x1017a0(0x87))/0x6+-parseInt(_0x1017a0(0x8f))/0x7+parseInt(_0x1017a0(0x8a))/0x8;if(_0x3eb62f===_0x5142dc)break;else _0x33e10b['push'](_0x33e10b['shift']());}catch(_0x640e1b){_0x33e10b['push'](_0x33e10b['shift']());}}}(_0x2f26,0xa1eab));function _0x2f26(){const _0x48501b=['createCollection','bindTemplate','1033322EhBBXa','3050124uxsBHG','div','execute','20366216aiWixN','ck-presence-list__list','fire','2801488wiSegx','items','3917830avkfZB','3761223lSrJeL','6472375vYZSvI','2xtjjfc','setTemplate'];_0x2f26=function(){return _0x48501b;};return _0x2f26();}import{View as _0x1ab3a7}from'ckeditor5/src/ui.js';export default class rt extends _0x1ab3a7{constructor(_0x4f1a8c){const _0xf5f4ff=_0x444d;super(_0x4f1a8c),this[_0xf5f4ff(0x8e)]=this[_0xf5f4ff(0x84)]();const _0x91c724=this[_0xf5f4ff(0x85)];this[_0xf5f4ff(0x93)]({'tag':_0xf5f4ff(0x88),'attributes':{'class':['ck',_0xf5f4ff(0x8b)]},'children':this[_0xf5f4ff(0x8e)],'on':{'click':_0x91c724['to'](()=>this[_0xf5f4ff(0x8c)](_0xf5f4ff(0x89)))}});}}
23
+ function _0x44b5(_0x26c19d,_0x13a96f){const _0x44f104=_0x44f1();return _0x44b5=function(_0x44b5e8,_0x5d527c){_0x44b5e8=_0x44b5e8-0xc4;let _0xd81a4e=_0x44f104[_0x44b5e8];return _0xd81a4e;},_0x44b5(_0x26c19d,_0x13a96f);}(function(_0x23b3b5,_0x527443){const _0x4a6a1e=_0x44b5,_0x1e1e8d=_0x23b3b5();while(!![]){try{const _0x539bc8=parseInt(_0x4a6a1e(0xc9))/0x1+parseInt(_0x4a6a1e(0xd2))/0x2+-parseInt(_0x4a6a1e(0xce))/0x3*(-parseInt(_0x4a6a1e(0xc7))/0x4)+-parseInt(_0x4a6a1e(0xd5))/0x5*(parseInt(_0x4a6a1e(0xd0))/0x6)+-parseInt(_0x4a6a1e(0xd1))/0x7+-parseInt(_0x4a6a1e(0xcc))/0x8*(parseInt(_0x4a6a1e(0xca))/0x9)+-parseInt(_0x4a6a1e(0xcb))/0xa*(-parseInt(_0x4a6a1e(0xc5))/0xb);if(_0x539bc8===_0x527443)break;else _0x1e1e8d['push'](_0x1e1e8d['shift']());}catch(_0x294b0f){_0x1e1e8d['push'](_0x1e1e8d['shift']());}}}(_0x44f1,0xf0778));function _0x44f1(){const _0x51f812=['267666DMnYOv','fire','createCollection','25eSyLtR','execute','ck-presence-list__list','20459351gzBqaB','div','36tBKrkz','setTemplate','125561YjAPQC','11646suwFnu','10JMNBmb','9576zoUEUG','items','570003swulmD','bindTemplate','750114LfGKzh','4692653TGPeek'];_0x44f1=function(){return _0x51f812;};return _0x44f1();}import{View as _0x2f2cfe}from'ckeditor5/src/ui.js';export default class rt extends _0x2f2cfe{constructor(_0x4b662d){const _0x3da6a9=_0x44b5;super(_0x4b662d),this[_0x3da6a9(0xcd)]=this[_0x3da6a9(0xd4)]();const _0x44dbd7=this[_0x3da6a9(0xcf)];this[_0x3da6a9(0xc8)]({'tag':_0x3da6a9(0xc6),'attributes':{'class':['ck',_0x3da6a9(0xc4)]},'children':this[_0x3da6a9(0xcd)],'on':{'click':_0x44dbd7['to'](()=>this[_0x3da6a9(0xd3)](_0x3da6a9(0xd6)))}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x3001b3,_0x21d8b0){const _0x4ff0e7=_0x16db,_0x153ebe=_0x3001b3();while(!![]){try{const _0x5217ec=-parseInt(_0x4ff0e7(0x1c4))/0x1*(-parseInt(_0x4ff0e7(0x1ca))/0x2)+-parseInt(_0x4ff0e7(0x1c3))/0x3+-parseInt(_0x4ff0e7(0x1bd))/0x4+parseInt(_0x4ff0e7(0x1b2))/0x5*(parseInt(_0x4ff0e7(0x1c7))/0x6)+-parseInt(_0x4ff0e7(0x1b6))/0x7+-parseInt(_0x4ff0e7(0x1b3))/0x8+parseInt(_0x4ff0e7(0x1cb))/0x9*(parseInt(_0x4ff0e7(0x1c5))/0xa);if(_0x5217ec===_0x21d8b0)break;else _0x153ebe['push'](_0x153ebe['shift']());}catch(_0x5acb3c){_0x153ebe['push'](_0x153ebe['shift']());}}}(_0x32b1,0x534a7));function _0x32b1(){const _0x5e3cb1=['change','ck-presence-list','ck-rounded-corners','tooltipPosition','div','639352sRMJtc','listenTo','bindTemplate','items','isCollapsed','counterView','1660497wmMJPC','153572ilIWTr','90LzbDnp','setTemplate','6orWYNf','ck-presence-list--collapsed','ck-reset','8yXxPZk','904347WqbdLI','inlineListView','1847660EGsqmR','1410560xCtbOP','set','first','4601457FymqTn','locale'];_0x32b1=function(){return _0x5e3cb1;};return _0x32b1();}import{View as _0x350ec8}from'ckeditor5/src/ui.js';import _0x509b9d from'./presencecounterview.js';import _0x4917b3 from'./presenceinlinelistview.js';function _0x16db(_0x18ca32,_0x2bf19a){const _0x32b113=_0x32b1();return _0x16db=function(_0x16dbed,_0x25c991){_0x16dbed=_0x16dbed-0x1b1;let _0x41b2a5=_0x32b113[_0x16dbed];return _0x41b2a5;},_0x16db(_0x18ca32,_0x2bf19a);}import'../../../theme/presencelist.css';export default class k extends _0x350ec8{constructor(_0x86fb1e){const _0x16d322=_0x16db;super(_0x86fb1e);const _0x558990=this[_0x16d322(0x1bf)];this[_0x16d322(0x1b4)](_0x16d322(0x1c1),!0x0),this[_0x16d322(0x1c2)]=new _0x509b9d(this[_0x16d322(0x1b7)]),this[_0x16d322(0x1b1)]=new _0x4917b3(_0x86fb1e),this[_0x16d322(0x1be)](this[_0x16d322(0x1b1)][_0x16d322(0x1c0)],_0x16d322(0x1b8),()=>{const _0x1411dd=_0x16d322;for(const _0x5973f1 of this[_0x1411dd(0x1b1)][_0x1411dd(0x1c0)])_0x5973f1[_0x1411dd(0x1bb)]='s';this[_0x1411dd(0x1b1)][_0x1411dd(0x1c0)][_0x1411dd(0x1b5)]&&(this[_0x1411dd(0x1b1)][_0x1411dd(0x1c0)][_0x1411dd(0x1b5)][_0x1411dd(0x1bb)]='se');}),this[_0x16d322(0x1c6)]({'tag':_0x16d322(0x1bc),'attributes':{'class':['ck',_0x16d322(0x1b9),_0x16d322(0x1c9),_0x16d322(0x1ba),_0x558990['if'](_0x16d322(0x1c1),_0x16d322(0x1c8))]},'children':[this[_0x16d322(0x1c2)],this[_0x16d322(0x1b1)]]});}}
23
+ (function(_0x5e90b1,_0x42c970){const _0x248fc8=_0x231c,_0x5953fd=_0x5e90b1();while(!![]){try{const _0x195e24=parseInt(_0x248fc8(0x167))/0x1+parseInt(_0x248fc8(0x169))/0x2*(parseInt(_0x248fc8(0x16b))/0x3)+-parseInt(_0x248fc8(0x17d))/0x4+parseInt(_0x248fc8(0x165))/0x5*(parseInt(_0x248fc8(0x173))/0x6)+parseInt(_0x248fc8(0x17a))/0x7*(parseInt(_0x248fc8(0x16f))/0x8)+-parseInt(_0x248fc8(0x166))/0x9*(-parseInt(_0x248fc8(0x16c))/0xa)+-parseInt(_0x248fc8(0x177))/0xb;if(_0x195e24===_0x42c970)break;else _0x5953fd['push'](_0x5953fd['shift']());}catch(_0x5cf156){_0x5953fd['push'](_0x5953fd['shift']());}}}(_0x20b7,0xb5df7));function _0x20b7(){const _0x18ce38=['20468899cRxNge','items','locale','2863enEJXb','bindTemplate','ck-reset','1844560dhlrcl','setTemplate','listenTo','first','10LHqSeM','486GBGDQN','590740ZaQKGE','div','8492NKQMXY','inlineListView','438CuPPcG','73310MZhYDU','ck-rounded-corners','ck-presence-list','27904jirdSL','counterView','isCollapsed','ck-presence-list--collapsed','101334OVerWv','change','tooltipPosition','set'];_0x20b7=function(){return _0x18ce38;};return _0x20b7();}import{View as _0x20b891}from'ckeditor5/src/ui.js';function _0x231c(_0xdb2135,_0x12ec66){const _0x20b70e=_0x20b7();return _0x231c=function(_0x231cbc,_0x28f58a){_0x231cbc=_0x231cbc-0x164;let _0xc319ff=_0x20b70e[_0x231cbc];return _0xc319ff;},_0x231c(_0xdb2135,_0x12ec66);}import _0x1dd4d0 from'./presencecounterview.js';import _0x9b79a0 from'./presenceinlinelistview.js';import'../../../theme/presencelist.css';export default class k extends _0x20b891{constructor(_0x26ee80){const _0x41d00d=_0x231c;super(_0x26ee80);const _0x10fb45=this[_0x41d00d(0x17b)];this[_0x41d00d(0x176)](_0x41d00d(0x171),!0x0),this[_0x41d00d(0x170)]=new _0x1dd4d0(this[_0x41d00d(0x179)]),this[_0x41d00d(0x16a)]=new _0x9b79a0(_0x26ee80),this[_0x41d00d(0x17f)](this[_0x41d00d(0x16a)][_0x41d00d(0x178)],_0x41d00d(0x174),()=>{const _0x22cb70=_0x41d00d;for(const _0x2fc119 of this[_0x22cb70(0x16a)][_0x22cb70(0x178)])_0x2fc119[_0x22cb70(0x175)]='s';this[_0x22cb70(0x16a)][_0x22cb70(0x178)][_0x22cb70(0x164)]&&(this[_0x22cb70(0x16a)][_0x22cb70(0x178)][_0x22cb70(0x164)][_0x22cb70(0x175)]='se');}),this[_0x41d00d(0x17e)]({'tag':_0x41d00d(0x168),'attributes':{'class':['ck',_0x41d00d(0x16e),_0x41d00d(0x17c),_0x41d00d(0x16d),_0x10fb45['if'](_0x41d00d(0x171),_0x41d00d(0x172))]},'children':[this[_0x41d00d(0x170)],this[_0x41d00d(0x16a)]]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1ee2a2=_0x5ee6;function _0x3f03(){var _0x30686b=['122110Brysab','1138633HiNPYo','PresenceList','11KWbJHK','42918804DzySMs','4962712xKzlcA','requires','6XNfnKG','18384TkwVkV','801DVRUKY','415NwxelT','2625894cebmrI','pluginName','3532568xuVyJo','7NLPwYH'];_0x3f03=function(){return _0x30686b;};return _0x3f03();}(function(_0x156443,_0x3480d1){var _0x8b3285=_0x5ee6,_0x59034d=_0x156443();while(!![]){try{var _0x3e1db4=-parseInt(_0x8b3285(0xf2))/0x1+-parseInt(_0x8b3285(0xed))/0x2+parseInt(_0x8b3285(0xe9))/0x3*(parseInt(_0x8b3285(0xef))/0x4)+-parseInt(_0x8b3285(0xec))/0x5*(parseInt(_0x8b3285(0xea))/0x6)+-parseInt(_0x8b3285(0xf0))/0x7*(parseInt(_0x8b3285(0xf6))/0x8)+parseInt(_0x8b3285(0xeb))/0x9*(-parseInt(_0x8b3285(0xf1))/0xa)+parseInt(_0x8b3285(0xf4))/0xb*(parseInt(_0x8b3285(0xf5))/0xc);if(_0x3e1db4===_0x3480d1)break;else _0x59034d['push'](_0x59034d['shift']());}catch(_0x2c1962){_0x59034d['push'](_0x59034d['shift']());}}}(_0x3f03,0xe3031));function _0x5ee6(_0x13aa27,_0x3ccc08){var _0x3f0352=_0x3f03();return _0x5ee6=function(_0x5ee6b0,_0x14d36a){_0x5ee6b0=_0x5ee6b0-0xe8;var _0x4936b3=_0x3f0352[_0x5ee6b0];return _0x4936b3;},_0x5ee6(_0x13aa27,_0x3ccc08);}import{ContextPlugin as _0x2c061f}from'ckeditor5/src/core.js';import _0x58fa03 from'./realtimecollaborativeediting/sessions.js';import _0x2f60b8 from'./presencelist/presencelistui.js';export default class i extends _0x2c061f{static get[_0x1ee2a2(0xe8)](){return[_0x58fa03,_0x2f60b8];}static get[_0x1ee2a2(0xee)](){var _0x1f3128=_0x1ee2a2;return _0x1f3128(0xf3);}}
23
+ var _0x5c6833=_0x4111;(function(_0x1e6c65,_0x2e1cd4){var _0x4ad82e=_0x4111,_0x20108e=_0x1e6c65();while(!![]){try{var _0x3e2320=parseInt(_0x4ad82e(0xf1))/0x1+-parseInt(_0x4ad82e(0xf2))/0x2*(-parseInt(_0x4ad82e(0xef))/0x3)+-parseInt(_0x4ad82e(0xed))/0x4+parseInt(_0x4ad82e(0xec))/0x5*(-parseInt(_0x4ad82e(0xea))/0x6)+parseInt(_0x4ad82e(0xe8))/0x7+parseInt(_0x4ad82e(0xf3))/0x8*(parseInt(_0x4ad82e(0xeb))/0x9)+parseInt(_0x4ad82e(0xf0))/0xa*(-parseInt(_0x4ad82e(0xee))/0xb);if(_0x3e2320===_0x2e1cd4)break;else _0x20108e['push'](_0x20108e['shift']());}catch(_0x530a3c){_0x20108e['push'](_0x20108e['shift']());}}}(_0x4248,0x8404d));import{ContextPlugin as _0xae09f6}from'ckeditor5/src/core.js';import _0x37476b from'./realtimecollaborativeediting/sessions.js';import _0x187f86 from'./presencelist/presencelistui.js';export default class i extends _0xae09f6{static get[_0x5c6833(0xf4)](){return[_0x37476b,_0x187f86];}static get[_0x5c6833(0xe9)](){var _0xf24072=_0x5c6833;return _0xf24072(0xe7);}}function _0x4111(_0x234d5a,_0x1843cc){var _0x4248fa=_0x4248();return _0x4111=function(_0x411152,_0x19d7fe){_0x411152=_0x411152-0xe7;var _0x5783f5=_0x4248fa[_0x411152];return _0x5783f5;},_0x4111(_0x234d5a,_0x1843cc);}function _0x4248(){var _0x859c3c=['6048ytuCyG','requires','PresenceList','434000UKBOHA','pluginName','26562WPHDxz','2709umZUDz','250djOSSp','2270820YghlQq','11bMDvHs','3BaQuQM','3633340aTTfDx','801241XCpYcJ','1204682tABhxa'];_0x4248=function(){return _0x859c3c;};return _0x4248();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x437d(_0x39fc8a,_0x811a7f){const _0xe77de5=_0xe77d();return _0x437d=function(_0x437d82,_0x5c461c){_0x437d82=_0x437d82-0x168;let _0x2049be=_0xe77de5[_0x437d82];return _0x2049be;},_0x437d(_0x39fc8a,_0x811a7f);}const _0x2b8ad5=_0x437d;(function(_0x2cba55,_0x4ffd13){const _0x2f5691=_0x437d,_0x507aaa=_0x2cba55();while(!![]){try{const _0x4b280b=-parseInt(_0x2f5691(0x18c))/0x1+-parseInt(_0x2f5691(0x1b0))/0x2+parseInt(_0x2f5691(0x1c3))/0x3*(-parseInt(_0x2f5691(0x17d))/0x4)+-parseInt(_0x2f5691(0x197))/0x5*(-parseInt(_0x2f5691(0x179))/0x6)+parseInt(_0x2f5691(0x19a))/0x7+-parseInt(_0x2f5691(0x1b3))/0x8*(-parseInt(_0x2f5691(0x18a))/0x9)+parseInt(_0x2f5691(0x169))/0xa*(parseInt(_0x2f5691(0x1ca))/0xb);if(_0x4b280b===_0x4ffd13)break;else _0x507aaa['push'](_0x507aaa['shift']());}catch(_0x4fc455){_0x507aaa['push'](_0x507aaa['shift']());}}}(_0xe77d,0x77e26));import{Context as _0x4e634f,ContextPlugin as _0x3cae2d}from'ckeditor5/src/core.js';import{CKEditorError as _0x1ae467}from'ckeditor5/src/utils.js';import{Users as _0x1382e4}from'ckeditor5-collaboration/src/collaboration-core.js';function _0xe77d(){const _0x5f021d=['has','connect','addToReconnectionStack','Permissions','commentThreadUpdated','getComment','pluginName','_setUpService','context','mySessionId','reconnect','config','updateCommentThread','size','CloudServicesCommentsAdapter','authorId','addCommentThread','1209404DHpgSc','_terminateService','commentId','16GXjbfn','commentUpdated','reopenCommentThread','keys','reopen','content','requires','cloudservicescommentsadapter-connect-already-connected','init','resolvedAt','update','disconnect','addUser','startsWith','getCommentThreads','plugins','221496rrHzNn','unregister','removeCommentThread','addComment','getConnectedSessions','CommentsRepository','code','1012vIMjyc','collaboration.channelId','cloud-services-internal-error:\x20Request\x20timeout.','attributes','125350YOfazN','_fetchMissingUsersForThreads','assign','resolve','permissions','commentThreadId','deletedAt','removeComment','_getService','setPermissions','cloud-services-internal-error:\x20Not\x20connected.','getMany','comments','commentRemoved','commentThreadAdded','set','12LyNuin','register','cloudservicescommentsadapter-disconnect-not-exist','resolveCommentThread','48CKaDtW','commentThreadReopened','destroy','delete','get','listenTo','catch','CommentsService','commentAdded','cloudservicescommentsadapter-service-not-exist','getUser','updateComment','adapter','1510218tqmELQ','404','498182uzmkxA','_services','map','commentThreadResolved','resolvedBy','cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.','_connectService','add','remove','sessionAdd:','message','981460DUzokD','from','userId','4189542qBcidc','off','getCommentThread','commentThreadRemoved','createdAt'];_0xe77d=function(){return _0x5f021d;};return _0xe77d();}import{CommentsService as _0x49d7cc,User as _0x2f2d72}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x5b47c4 from'../realtimecollaborativeediting/websocketgateway.js';import _0x23f21b from'../realtimecollaborativeediting/sessions.js';class a extends _0x3cae2d{static get[_0x2b8ad5(0x1b9)](){const _0x82daf5=_0x2b8ad5;return[_0x5b47c4,_0x82daf5(0x1c8),_0x23f21b,_0x1382e4];}static get[_0x2b8ad5(0x1a5)](){const _0x3b9ba4=_0x2b8ad5;return _0x3b9ba4(0x1ad);}constructor(_0x30f808){const _0x491eb0=_0x2b8ad5;super(_0x30f808),this[_0x491eb0(0x18d)]=new Map();}async[_0x2b8ad5(0x1bb)](){const _0x1105de=_0x2b8ad5,_0x40e4dd=this[_0x1105de(0x1a7)],_0x4770e5=_0x40e4dd[_0x1105de(0x1c2)][_0x1105de(0x181)](_0x1105de(0x1c8));if(_0x40e4dd[_0x1105de(0x1c2)][_0x1105de(0x181)](_0x5b47c4)[_0x1105de(0x1a1)](this),_0x4770e5[_0x1105de(0x189)]={'addCommentThread':async({channelId:_0xf54ba8,threadId:_0xd153c5,comments:_0xa11265,resolvedAt:_0x3d22d0,resolvedBy:_0x4922af,context:_0x35f7fb,attributes:_0x242eeb})=>{const _0x4b9b1d=_0x1105de,_0x19ae90=await this[_0x4b9b1d(0x171)](_0xf54ba8)[_0x4b9b1d(0x1af)]({'commentThreadId':_0xd153c5,'comments':_0xa11265[_0x4b9b1d(0x18e)](_0x41f3ff=>function(_0x438c24,_0x919512,_0x2e7612){const _0x105d66=_0x4b9b1d;return{'commentThreadId':_0x2e7612,'commentId':_0x438c24[_0x105d66(0x1b2)],'userId':_0x438c24[_0x105d66(0x1ae)],'content':_0x438c24[_0x105d66(0x1b8)],'documentId':_0x919512,'createdAt':_0x438c24[_0x105d66(0x19e)],'attributes':_0x438c24[_0x105d66(0x168)]||{}};}(_0x41f3ff,_0xf54ba8,_0xd153c5)),'resolvedAt':_0x3d22d0,'resolvedBy':_0x4922af,'context':_0x35f7fb,'attributes':_0x242eeb})[_0x4b9b1d(0x183)](B);return{'threadId':_0x19ae90[_0x4b9b1d(0x16e)],'comments':_0x19ae90[_0x4b9b1d(0x175)]};},'getCommentThread':async({channelId:_0x1b61c9,threadId:_0x2001b8})=>{const _0x1689cb=_0x1105de,_0x498d8a=await this[_0x1689cb(0x171)](_0x1b61c9)[_0x1689cb(0x19c)](_0x2001b8)[_0x1689cb(0x183)](B);return await this[_0x1689cb(0x16a)]([_0x498d8a]),{'threadId':_0x498d8a[_0x1689cb(0x16e)],'comments':_0x498d8a[_0x1689cb(0x175)][_0x1689cb(0x18e)](R),'context':_0x498d8a[_0x1689cb(0x1a7)],'resolvedAt':_0x498d8a[_0x1689cb(0x1bc)],'resolvedBy':_0x498d8a[_0x1689cb(0x190)],'attributes':_0x498d8a[_0x1689cb(0x168)]||{}};},'updateCommentThread':async({channelId:_0x4cf4f2,threadId:_0x124fc1,context:_0xe9f514,unlinkedAt:_0x5038b7,attributes:_0x404998})=>this[_0x1105de(0x171)](_0x4cf4f2)[_0x1105de(0x1ab)]({'commentThreadId':_0x124fc1,'context':_0xe9f514,'attributes':_0x404998,'unlinkedAt':_0x5038b7})[_0x1105de(0x183)](F)[_0x1105de(0x183)](B),'resolveCommentThread':async({channelId:_0x478b39,threadId:_0x2e12a2})=>{const _0x39b9bf=_0x1105de,_0x3113dc=await this[_0x39b9bf(0x171)](_0x478b39)[_0x39b9bf(0x17c)](_0x2e12a2)[_0x39b9bf(0x183)](F)[_0x39b9bf(0x183)](B);return{'threadId':_0x3113dc[_0x39b9bf(0x16e)],'resolvedAt':_0x3113dc[_0x39b9bf(0x1bc)],'resolvedBy':_0x3113dc[_0x39b9bf(0x190)]};},'reopenCommentThread':async({channelId:_0x158ba8,threadId:_0x51c2ef})=>this[_0x1105de(0x171)](_0x158ba8)[_0x1105de(0x1b5)](_0x51c2ef)[_0x1105de(0x183)](F)[_0x1105de(0x183)](B),'removeCommentThread':({channelId:_0x3f7066,threadId:_0x5224fc})=>this[_0x1105de(0x171)](_0x3f7066)[_0x1105de(0x1c5)](_0x5224fc)[_0x1105de(0x183)](F)[_0x1105de(0x183)](B),'addComment':({channelId:_0x26a40d,threadId:_0x70cf48,commentId:_0x31f62c,content:_0x53b230,attributes:_0xe3bb66})=>this[_0x1105de(0x171)](_0x26a40d)[_0x1105de(0x1c6)](_0x70cf48,_0x31f62c,_0x53b230,_0xe3bb66)[_0x1105de(0x183)](B),'updateComment':({channelId:_0xcda33f,threadId:_0xe8eab0,commentId:_0x3d233d,content:_0x41156f,attributes:_0x36104e})=>this[_0x1105de(0x171)](_0xcda33f)[_0x1105de(0x188)](_0xe8eab0,_0x3d233d,_0x41156f,_0x36104e)[_0x1105de(0x183)](F)[_0x1105de(0x183)](B),'removeComment':({channelId:_0xaf1131,threadId:_0x5dc119,commentId:_0x2fd646})=>this[_0x1105de(0x171)](_0xaf1131)[_0x1105de(0x170)](_0x5dc119,_0x2fd646)[_0x1105de(0x183)](F)[_0x1105de(0x183)](B)},_0x40e4dd instanceof _0x4e634f){const _0xd4e238=_0x40e4dd[_0x1105de(0x1aa)][_0x1105de(0x181)](_0x1105de(0x1cb)),_0xf24aaf=_0x40e4dd[_0x1105de(0x1c2)][_0x1105de(0x181)](_0x23f21b);await this[_0x1105de(0x1a6)](_0xd4e238);const _0x2abe65=await this[_0x1105de(0x18d)][_0x1105de(0x181)](_0xd4e238)[_0x1105de(0x1c7)]();this[_0x1105de(0x182)](_0xf24aaf,_0x1105de(0x195)+_0xd4e238,(_0x37f2f0,{session:_0x452391})=>{const _0x381bb3=_0x1105de;_0x452391['id']===_0xf24aaf[_0x381bb3(0x1a8)]&&(_0x37f2f0[_0x381bb3(0x19b)](),this[_0x381bb3(0x1a7)][_0x381bb3(0x1c2)][_0x381bb3(0x181)](_0x381bb3(0x1a2))[_0x381bb3(0x172)](_0x452391[_0x381bb3(0x16d)],_0xd4e238));}),_0xf24aaf[_0x1105de(0x17a)](_0xd4e238,_0x2abe65);}}async[_0x2b8ad5(0x1a6)](_0x1cd72b){const _0x1b7633=_0x2b8ad5;if(this[_0x1b7633(0x18d)][_0x1b7633(0x19f)](_0x1cd72b))throw new _0x1ae467(_0x1b7633(0x1ba),null,{'channelId':_0x1cd72b});const _0x459541=this[_0x1b7633(0x1a7)][_0x1b7633(0x1c2)][_0x1b7633(0x181)](_0x1b7633(0x1c8)),_0x2ba49b=new a[(_0x1b7633(0x184))](_0x1cd72b);this[_0x1b7633(0x18d)][_0x1b7633(0x178)](_0x1cd72b,_0x2ba49b),this[_0x1b7633(0x182)](_0x2ba49b,_0x1b7633(0x177),(_0x12c101,_0x564a12)=>{const _0x1ea712=_0x1b7633,{commentThreadId:_0x450160,documentId:_0x217164,context:_0x415cf7,attributes:_0xc4535a,resolvedAt:_0x1083ed,resolvedBy:_0xa34e75,comments:_0x21270f}=_0x564a12;_0x459541[_0x1ea712(0x19c)](_0x450160)||_0x459541[_0x1ea712(0x1af)]({'threadId':_0x450160,'channelId':_0x217164,'comments':_0x21270f?_0x21270f[_0x1ea712(0x18e)](R):[],'context':_0x415cf7,'attributes':_0xc4535a,'resolvedAt':_0x1083ed,'resolvedBy':_0xa34e75,'isFromAdapter':!0x0});}),this[_0x1b7633(0x182)](_0x2ba49b,_0x1b7633(0x1a3),(_0x110032,{commentThreadId:_0x556269,documentId:_0x1ea67b,context:_0xc6827d,unlinkedAt:_0xb6d836,attributes:_0x92a6a7})=>{const _0x5c75d2=_0x1b7633;_0x459541[_0x5c75d2(0x19c)](_0x556269)&&_0x459541[_0x5c75d2(0x1ab)]({'threadId':_0x556269,'channelId':_0x1ea67b,'context':_0xc6827d,'unlinkedAt':_0xb6d836,'attributes':_0x92a6a7,'isFromAdapter':!0x0});}),this[_0x1b7633(0x182)](_0x2ba49b,_0x1b7633(0x18f),(_0x2307e4,{commentThreadId:_0xcdf328,resolvedBy:_0xfd8b07,resolvedAt:_0x2d00a6})=>{const _0x1dc456=_0x1b7633,_0x58a387=_0x459541[_0x1dc456(0x19c)](_0xcdf328);_0x58a387&&_0x58a387[_0x1dc456(0x16c)]({'resolvedBy':_0xfd8b07,'resolvedAt':_0x2d00a6,'isFromAdapter':!0x0});}),this[_0x1b7633(0x182)](_0x2ba49b,_0x1b7633(0x17e),(_0x19cc4c,{commentThreadId:_0x3b8abc})=>{const _0x75b3d=_0x1b7633,_0x16f022=_0x459541[_0x75b3d(0x19c)](_0x3b8abc);_0x16f022&&_0x16f022[_0x75b3d(0x1b7)]({'isFromAdapter':!0x0});}),this[_0x1b7633(0x182)](_0x2ba49b,_0x1b7633(0x19d),(_0x2ff528,{commentThreadId:_0x58435f})=>{const _0x22f1f4=_0x1b7633,_0x2503cd=_0x459541[_0x22f1f4(0x19c)](_0x58435f);_0x2503cd&&_0x2503cd[_0x22f1f4(0x194)]({'isFromAdapter':!0x0});}),this[_0x1b7633(0x182)](_0x2ba49b,_0x1b7633(0x185),(_0x4e4a33,_0x2df411)=>{const _0x42cfe2=_0x1b7633,_0x338195=_0x2df411[_0x42cfe2(0x16e)],_0x47605d=_0x459541[_0x42cfe2(0x19c)](_0x338195);_0x47605d&&_0x47605d[_0x42cfe2(0x1c6)]({...R(_0x2df411),'isFromAdapter':!0x0});}),this[_0x1b7633(0x182)](_0x2ba49b,_0x1b7633(0x1b4),(_0x2e2cca,{commentThreadId:_0x4a8b00,commentId:_0x2f9652,content:_0x98345a,attributes:_0x4cab84})=>{const _0x5b6f01=_0x1b7633,_0x50e245=_0x459541[_0x5b6f01(0x19c)](_0x4a8b00);if(_0x50e245){const _0xe43891=_0x50e245[_0x5b6f01(0x1a4)](_0x2f9652);_0xe43891&&_0xe43891[_0x5b6f01(0x1bd)]({'content':_0x98345a,'attributes':_0x4cab84,'isFromAdapter':!0x0});}}),this[_0x1b7633(0x182)](_0x2ba49b,_0x1b7633(0x176),(_0x3f18c3,{commentThreadId:_0x26b8cd,commentId:_0x2e8572})=>{const _0x323485=_0x1b7633,_0xac0126=_0x459541[_0x323485(0x19c)](_0x26b8cd);if(_0xac0126){const _0x3fd15a=_0xac0126[_0x323485(0x1a4)](_0x2e8572);_0x3fd15a&&_0x3fd15a[_0x323485(0x194)]({'isFromAdapter':!0x0});}}),await this[_0x1b7633(0x192)](_0x1cd72b);}[_0x2b8ad5(0x17f)](){const _0x2b3ac7=_0x2b8ad5;if(this[_0x2b3ac7(0x1a7)]instanceof _0x4e634f){const _0x1f71ce=this[_0x2b3ac7(0x1a7)][_0x2b3ac7(0x1aa)][_0x2b3ac7(0x181)](_0x2b3ac7(0x1cb));this[_0x2b3ac7(0x1b1)](_0x1f71ce);}}[_0x2b8ad5(0x1b1)](_0x3d0d9d){const _0x24a930=_0x2b8ad5;if(!this[_0x24a930(0x18d)][_0x24a930(0x19f)](_0x3d0d9d))throw new _0x1ae467(_0x24a930(0x17b),null,{'channelId':_0x3d0d9d});this[_0x24a930(0x171)](_0x3d0d9d)[_0x24a930(0x1be)](),this[_0x24a930(0x18d)][_0x24a930(0x180)](_0x3d0d9d);}async[_0x2b8ad5(0x1a9)](){const _0x2dbf7f=_0x2b8ad5;for(const _0xcac38c of this[_0x2dbf7f(0x18d)][_0x2dbf7f(0x1b6)]())await this[_0x2dbf7f(0x192)](_0xcac38c);if(this[_0x2dbf7f(0x1a7)]instanceof _0x4e634f){const _0x336292=this[_0x2dbf7f(0x1a7)][_0x2dbf7f(0x1aa)][_0x2dbf7f(0x181)](_0x2dbf7f(0x1cb)),_0x16b0f7=this[_0x2dbf7f(0x1a7)][_0x2dbf7f(0x1c2)][_0x2dbf7f(0x181)](_0x23f21b);_0x16b0f7[_0x2dbf7f(0x1c4)](_0x336292);const _0x22ffb6=await this[_0x2dbf7f(0x18d)][_0x2dbf7f(0x181)](_0x336292)[_0x2dbf7f(0x1c7)]();_0x16b0f7[_0x2dbf7f(0x17a)](_0x336292,_0x22ffb6);}}async[_0x2b8ad5(0x192)](_0xe4a240){const _0xca4f3c=_0x2b8ad5,{connection:_0x5d796a}=this[_0xca4f3c(0x1a7)][_0xca4f3c(0x1c2)][_0xca4f3c(0x181)](_0x5b47c4),_0x646be2=this[_0xca4f3c(0x1a7)][_0xca4f3c(0x1c2)][_0xca4f3c(0x181)](_0xca4f3c(0x1c8)),_0x38c980=this[_0xca4f3c(0x18d)][_0xca4f3c(0x181)](_0xe4a240),_0x2299a4=await _0x38c980[_0xca4f3c(0x1a0)](_0x5d796a);await this[_0xca4f3c(0x16a)](_0x2299a4);const _0x1316d9=new Set(Array[_0xca4f3c(0x198)](_0x646be2[_0xca4f3c(0x1c1)]({'channelId':_0xe4a240}),_0x3eae3a=>_0x3eae3a['id']));for(const _0x2da9ef of _0x2299a4)_0x2da9ef[_0xca4f3c(0x16f)]||_0x1316d9[_0xca4f3c(0x180)](_0x2da9ef[_0xca4f3c(0x16e)]);for(const _0x5a9c81 of _0x1316d9)_0x646be2[_0xca4f3c(0x19c)](_0x5a9c81)[_0xca4f3c(0x194)]({'isFromAdapter':!0x0});for(const _0xde4852 of _0x2299a4){let _0x5497d2=_0x646be2[_0xca4f3c(0x19c)](_0xde4852[_0xca4f3c(0x16e)]);const {commentThreadId:_0x540548,context:_0x324b4d,attributes:_0x5b5d61,resolvedBy:_0x38a282,resolvedAt:_0x371825,unlinkedAt:_0x2d581b,deletedAt:_0x32b2ab}=_0xde4852;if(_0x32b2ab)continue;_0x5497d2||(_0x5497d2=_0x646be2[_0xca4f3c(0x1af)]({'channelId':_0xe4a240,'threadId':_0x540548,'context':_0x324b4d,'attributes':_0x5b5d61||{},'resolvedBy':_0x38a282,'resolvedAt':_0x371825,'unlinkedAt':_0x2d581b,'isFromAdapter':!0x0}));const _0x33d015=new Set(Array[_0xca4f3c(0x198)](_0x5497d2[_0xca4f3c(0x175)],_0x3916b9=>_0x3916b9['id']));for(const _0x158953 of _0xde4852[_0xca4f3c(0x175)])_0x33d015[_0xca4f3c(0x180)](_0x158953[_0xca4f3c(0x1b2)]);for(const _0x3daa71 of _0x33d015)_0x5497d2[_0xca4f3c(0x1a4)](_0x3daa71)[_0xca4f3c(0x194)]({'isFromAdapter':!0x0});for(const _0x4faa7f of _0xde4852[_0xca4f3c(0x175)]){const _0x39ea3a=_0x5497d2[_0xca4f3c(0x1a4)](_0x4faa7f[_0xca4f3c(0x1b2)]);_0x39ea3a?_0x39ea3a[_0xca4f3c(0x1b8)]!==_0x4faa7f[_0xca4f3c(0x1b8)]&&_0x39ea3a[_0xca4f3c(0x1bd)]({'content':_0x4faa7f[_0xca4f3c(0x1b8)],'isFromAdapter':!0x0}):_0x5497d2[_0xca4f3c(0x1c6)](Object[_0xca4f3c(0x16b)](R(_0x4faa7f),{'isFromAdapter':!0x0}));}}}[_0x2b8ad5(0x171)](_0x49250a){const _0x307195=_0x2b8ad5;if(!this[_0x307195(0x18d)][_0x307195(0x19f)](_0x49250a))throw new _0x1ae467(_0x307195(0x186),null,{'channelId':_0x49250a});return this[_0x307195(0x18d)][_0x307195(0x181)](_0x49250a);}async[_0x2b8ad5(0x16a)](_0x11636d){const _0x418167=_0x2b8ad5,_0x43a004=this[_0x418167(0x1a7)][_0x418167(0x1c2)][_0x418167(0x181)](_0x1382e4),{connection:_0x52976a}=this[_0x418167(0x1a7)][_0x418167(0x1c2)][_0x418167(0x181)](_0x5b47c4),_0x4a1faf=new Set();for(const {resolvedBy:_0x5def08,comments:_0x4d07af}of _0x11636d){_0x5def08&&!_0x43a004[_0x418167(0x187)](_0x5def08)&&_0x4a1faf[_0x418167(0x193)](_0x5def08);for(const {userId:_0x558d32}of _0x4d07af)_0x43a004[_0x418167(0x187)](_0x558d32)||_0x4a1faf[_0x418167(0x193)](_0x558d32);}if(0x0===_0x4a1faf[_0x418167(0x1ac)])return;const _0x23c94f=await _0x2f2d72[_0x418167(0x174)](_0x52976a,Array[_0x418167(0x198)](_0x4a1faf));for(const _0x4e2c5d of _0x23c94f)_0x43a004[_0x418167(0x187)](_0x4e2c5d['id'])||_0x43a004[_0x418167(0x1bf)](_0x4e2c5d);}}a[_0x2b8ad5(0x184)]=_0x49d7cc;export default a;async function F(_0x1373a9){const _0x1822bd=_0x2b8ad5;if(_0x1822bd(0x18b)!==_0x1373a9[_0x1822bd(0x1c9)])throw _0x1373a9;}function B(_0x3100d0){const _0x25826b=_0x2b8ad5;if((_0x3656f4=_0x3100d0)[_0x25826b(0x196)][_0x25826b(0x1c0)](_0x25826b(0x191))||_0x3656f4[_0x25826b(0x196)][_0x25826b(0x1c0)](_0x25826b(0x173))||_0x3656f4[_0x25826b(0x196)][_0x25826b(0x1c0)](_0x25826b(0x1cc)))return new Promise(()=>{});var _0x3656f4;throw _0x3100d0;}function R(_0x2dc922){const _0x601fb2=_0x2b8ad5;return{'threadId':_0x2dc922[_0x601fb2(0x16e)],'commentId':_0x2dc922[_0x601fb2(0x1b2)],'content':_0x2dc922[_0x601fb2(0x1b8)],'createdAt':_0x2dc922[_0x601fb2(0x19e)],'authorId':_0x2dc922[_0x601fb2(0x199)],'attributes':_0x2dc922[_0x601fb2(0x168)]||{}};}
23
+ const _0x14e507=_0x139a;(function(_0x5b792e,_0x40e54b){const _0x2ad554=_0x139a,_0x3a49c3=_0x5b792e();while(!![]){try{const _0x4b0816=-parseInt(_0x2ad554(0x12f))/0x1+parseInt(_0x2ad554(0x13e))/0x2+parseInt(_0x2ad554(0x141))/0x3*(-parseInt(_0x2ad554(0x153))/0x4)+parseInt(_0x2ad554(0x166))/0x5+-parseInt(_0x2ad554(0x14b))/0x6*(-parseInt(_0x2ad554(0x14f))/0x7)+-parseInt(_0x2ad554(0x121))/0x8+parseInt(_0x2ad554(0x13c))/0x9;if(_0x4b0816===_0x40e54b)break;else _0x3a49c3['push'](_0x3a49c3['shift']());}catch(_0x8aaa8b){_0x3a49c3['push'](_0x3a49c3['shift']());}}}(_0x5a0f,0xdac9b));function _0x5a0f(){const _0x310d42=['plugins','addUser','commentThreadReopened','map','4471gIbrCG','_fetchMissingUsersForThreads','commentThreadUpdated','CloudServicesCommentsAdapter','getConnectedSessions','resolvedBy','commentAdded','deletedAt','_getService','reconnect','disconnect','collaboration.channelId','createdAt','17529408eGhKve','content','1382476pCeuam','set','addCommentThread','9xRBtnZ','_setUpService','remove','cloudservicescommentsadapter-service-not-exist','mySessionId','updateCommentThread','resolveCommentThread','addComment','cloudservicescommentsadapter-connect-already-connected','catch','6ygVjLo','resolvedAt','cloud-services-internal-error:\x20Comments\x20Service\x20is\x20not\x20connected.','commentThreadAdded','2602936mTrdyQ','cloud-services-internal-error:\x20Request\x20timeout.','listenTo','commentThreadRemoved','1827308LZuJpP','commentThreadId','has','pluginName','comments','getUser','context','commentThreadResolved','cloud-services-internal-error:\x20Not\x20connected.','removeComment','attributes','keys','permissions','getCommentThread','commentId','off','code','cloudservicescommentsadapter-disconnect-not-exist','CommentsService','2699490MPOUrU','assign','delete','message','getCommentThreads','addToReconnectionStack','reopenCommentThread','resolve','requires','removeCommentThread','get','setPermissions','sessionAdd:','connect','update','commentRemoved','404','reopen','size','_services','getMany','updateComment','CommentsRepository','register','unregister','authorId','from','config','_connectService','init','10236712PZLCBo','getComment','commentUpdated','Permissions','userId','adapter','add','startsWith','destroy','_terminateService'];_0x5a0f=function(){return _0x310d42;};return _0x5a0f();}import{Context as _0x3bdf31,ContextPlugin as _0x9f4955}from'ckeditor5/src/core.js';import{CKEditorError as _0xd9532f}from'ckeditor5/src/utils.js';import{Users as _0x3bfb72}from'ckeditor5-collaboration/src/collaboration-core.js';import{CommentsService as _0x3906aa,User as _0x58cda2}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';import _0x39fb70 from'../realtimecollaborativeediting/websocketgateway.js';import _0x10c4e9 from'../realtimecollaborativeediting/sessions.js';class a extends _0x9f4955{static get[_0x14e507(0x16e)](){const _0x234cae=_0x14e507;return[_0x39fb70,_0x234cae(0x17c),_0x10c4e9,_0x3bfb72];}static get[_0x14e507(0x156)](){const _0x51a233=_0x14e507;return _0x51a233(0x132);}constructor(_0x57d861){const _0x15925a=_0x14e507;super(_0x57d861),this[_0x15925a(0x179)]=new Map();}async[_0x14e507(0x120)](){const _0x319766=_0x14e507,_0x27afe5=this[_0x319766(0x159)],_0xae3e71=_0x27afe5[_0x319766(0x12b)][_0x319766(0x170)](_0x319766(0x17c));if(_0x27afe5[_0x319766(0x12b)][_0x319766(0x170)](_0x39fb70)[_0x319766(0x16b)](this),_0xae3e71[_0x319766(0x126)]={'addCommentThread':async({channelId:_0x70dd2d,threadId:_0x392966,comments:_0xeaf4e,resolvedAt:_0x443ef4,resolvedBy:_0x22a173,context:_0x34336b,attributes:_0x5a8585})=>{const _0x491133=_0x319766,_0x6d3909=await this[_0x491133(0x137)](_0x70dd2d)[_0x491133(0x140)]({'commentThreadId':_0x392966,'comments':_0xeaf4e[_0x491133(0x12e)](_0xeb23e6=>function(_0x5505db,_0x5758f2,_0x486e1c){const _0x3af592=_0x491133;return{'commentThreadId':_0x486e1c,'commentId':_0x5505db[_0x3af592(0x161)],'userId':_0x5505db[_0x3af592(0x17f)],'content':_0x5505db[_0x3af592(0x13d)],'documentId':_0x5758f2,'createdAt':_0x5505db[_0x3af592(0x13b)],'attributes':_0x5505db[_0x3af592(0x15d)]||{}};}(_0xeb23e6,_0x70dd2d,_0x392966)),'resolvedAt':_0x443ef4,'resolvedBy':_0x22a173,'context':_0x34336b,'attributes':_0x5a8585})[_0x491133(0x14a)](B);return{'threadId':_0x6d3909[_0x491133(0x154)],'comments':_0x6d3909[_0x491133(0x157)]};},'getCommentThread':async({channelId:_0x1a26d8,threadId:_0x4aca0c})=>{const _0x244636=_0x319766,_0x43d0e2=await this[_0x244636(0x137)](_0x1a26d8)[_0x244636(0x160)](_0x4aca0c)[_0x244636(0x14a)](B);return await this[_0x244636(0x130)]([_0x43d0e2]),{'threadId':_0x43d0e2[_0x244636(0x154)],'comments':_0x43d0e2[_0x244636(0x157)][_0x244636(0x12e)](R),'context':_0x43d0e2[_0x244636(0x159)],'resolvedAt':_0x43d0e2[_0x244636(0x14c)],'resolvedBy':_0x43d0e2[_0x244636(0x134)],'attributes':_0x43d0e2[_0x244636(0x15d)]||{}};},'updateCommentThread':async({channelId:_0x33ba1b,threadId:_0x7611ab,context:_0x3b2f34,unlinkedAt:_0x496256,attributes:_0x5ef460})=>this[_0x319766(0x137)](_0x33ba1b)[_0x319766(0x146)]({'commentThreadId':_0x7611ab,'context':_0x3b2f34,'attributes':_0x5ef460,'unlinkedAt':_0x496256})[_0x319766(0x14a)](F)[_0x319766(0x14a)](B),'resolveCommentThread':async({channelId:_0x512e8c,threadId:_0xc049e7})=>{const _0x228fbf=_0x319766,_0x240fb1=await this[_0x228fbf(0x137)](_0x512e8c)[_0x228fbf(0x147)](_0xc049e7)[_0x228fbf(0x14a)](F)[_0x228fbf(0x14a)](B);return{'threadId':_0x240fb1[_0x228fbf(0x154)],'resolvedAt':_0x240fb1[_0x228fbf(0x14c)],'resolvedBy':_0x240fb1[_0x228fbf(0x134)]};},'reopenCommentThread':async({channelId:_0x5d5e98,threadId:_0x154b89})=>this[_0x319766(0x137)](_0x5d5e98)[_0x319766(0x16c)](_0x154b89)[_0x319766(0x14a)](F)[_0x319766(0x14a)](B),'removeCommentThread':({channelId:_0x36b72b,threadId:_0xcc81b1})=>this[_0x319766(0x137)](_0x36b72b)[_0x319766(0x16f)](_0xcc81b1)[_0x319766(0x14a)](F)[_0x319766(0x14a)](B),'addComment':({channelId:_0x425d66,threadId:_0x4fafe2,commentId:_0xdd95f4,content:_0x4a5a26,attributes:_0x20b089})=>this[_0x319766(0x137)](_0x425d66)[_0x319766(0x148)](_0x4fafe2,_0xdd95f4,_0x4a5a26,_0x20b089)[_0x319766(0x14a)](B),'updateComment':({channelId:_0x41edc0,threadId:_0x10521a,commentId:_0x1828db,content:_0x477f38,attributes:_0x70a62})=>this[_0x319766(0x137)](_0x41edc0)[_0x319766(0x17b)](_0x10521a,_0x1828db,_0x477f38,_0x70a62)[_0x319766(0x14a)](F)[_0x319766(0x14a)](B),'removeComment':({channelId:_0x341b5a,threadId:_0x3138c3,commentId:_0x42660a})=>this[_0x319766(0x137)](_0x341b5a)[_0x319766(0x15c)](_0x3138c3,_0x42660a)[_0x319766(0x14a)](F)[_0x319766(0x14a)](B)},_0x27afe5 instanceof _0x3bdf31){const _0x73e33a=_0x27afe5[_0x319766(0x11e)][_0x319766(0x170)](_0x319766(0x13a)),_0x353cb3=_0x27afe5[_0x319766(0x12b)][_0x319766(0x170)](_0x10c4e9);await this[_0x319766(0x142)](_0x73e33a);const _0x28ab51=await this[_0x319766(0x179)][_0x319766(0x170)](_0x73e33a)[_0x319766(0x133)]();this[_0x319766(0x151)](_0x353cb3,_0x319766(0x172)+_0x73e33a,(_0xff4ded,{session:_0x8101d2})=>{const _0x3e8674=_0x319766;_0x8101d2['id']===_0x353cb3[_0x3e8674(0x145)]&&(_0xff4ded[_0x3e8674(0x162)](),this[_0x3e8674(0x159)][_0x3e8674(0x12b)][_0x3e8674(0x170)](_0x3e8674(0x124))[_0x3e8674(0x171)](_0x8101d2[_0x3e8674(0x15f)],_0x73e33a));}),_0x353cb3[_0x319766(0x17d)](_0x73e33a,_0x28ab51);}}async[_0x14e507(0x142)](_0x3e8eb6){const _0x236e70=_0x14e507;if(this[_0x236e70(0x179)][_0x236e70(0x155)](_0x3e8eb6))throw new _0xd9532f(_0x236e70(0x149),null,{'channelId':_0x3e8eb6});const _0x590d9e=this[_0x236e70(0x159)][_0x236e70(0x12b)][_0x236e70(0x170)](_0x236e70(0x17c)),_0x430191=new a[(_0x236e70(0x165))](_0x3e8eb6);this[_0x236e70(0x179)][_0x236e70(0x13f)](_0x3e8eb6,_0x430191),this[_0x236e70(0x151)](_0x430191,_0x236e70(0x14e),(_0x416955,_0x4dff12)=>{const _0x573053=_0x236e70,{commentThreadId:_0x359200,documentId:_0x2788fb,context:_0x108d26,attributes:_0x231d67,resolvedAt:_0x4cac4b,resolvedBy:_0x462b00,comments:_0x1d95ac}=_0x4dff12;_0x590d9e[_0x573053(0x160)](_0x359200)||_0x590d9e[_0x573053(0x140)]({'threadId':_0x359200,'channelId':_0x2788fb,'comments':_0x1d95ac?_0x1d95ac[_0x573053(0x12e)](R):[],'context':_0x108d26,'attributes':_0x231d67,'resolvedAt':_0x4cac4b,'resolvedBy':_0x462b00,'isFromAdapter':!0x0});}),this[_0x236e70(0x151)](_0x430191,_0x236e70(0x131),(_0x18331a,{commentThreadId:_0x2f964a,documentId:_0x41c9ed,context:_0x14ba02,unlinkedAt:_0x2d8994,attributes:_0x1dd0b0})=>{const _0x38805d=_0x236e70;_0x590d9e[_0x38805d(0x160)](_0x2f964a)&&_0x590d9e[_0x38805d(0x146)]({'threadId':_0x2f964a,'channelId':_0x41c9ed,'context':_0x14ba02,'unlinkedAt':_0x2d8994,'attributes':_0x1dd0b0,'isFromAdapter':!0x0});}),this[_0x236e70(0x151)](_0x430191,_0x236e70(0x15a),(_0x15e10e,{commentThreadId:_0x348ed9,resolvedBy:_0x56e4e,resolvedAt:_0x1df433})=>{const _0x54005b=_0x236e70,_0x3b1f4c=_0x590d9e[_0x54005b(0x160)](_0x348ed9);_0x3b1f4c&&_0x3b1f4c[_0x54005b(0x16d)]({'resolvedBy':_0x56e4e,'resolvedAt':_0x1df433,'isFromAdapter':!0x0});}),this[_0x236e70(0x151)](_0x430191,_0x236e70(0x12d),(_0x53d2ec,{commentThreadId:_0x484881})=>{const _0xa7a8b3=_0x236e70,_0x1fc460=_0x590d9e[_0xa7a8b3(0x160)](_0x484881);_0x1fc460&&_0x1fc460[_0xa7a8b3(0x177)]({'isFromAdapter':!0x0});}),this[_0x236e70(0x151)](_0x430191,_0x236e70(0x152),(_0x533de8,{commentThreadId:_0x36760d})=>{const _0x1c9120=_0x236e70,_0xa3a115=_0x590d9e[_0x1c9120(0x160)](_0x36760d);_0xa3a115&&_0xa3a115[_0x1c9120(0x143)]({'isFromAdapter':!0x0});}),this[_0x236e70(0x151)](_0x430191,_0x236e70(0x135),(_0x1cf3b5,_0x3ff286)=>{const _0x4e38e5=_0x236e70,_0x34e1fc=_0x3ff286[_0x4e38e5(0x154)],_0x23ec03=_0x590d9e[_0x4e38e5(0x160)](_0x34e1fc);_0x23ec03&&_0x23ec03[_0x4e38e5(0x148)]({...R(_0x3ff286),'isFromAdapter':!0x0});}),this[_0x236e70(0x151)](_0x430191,_0x236e70(0x123),(_0x2a255a,{commentThreadId:_0x1c30f5,commentId:_0x278f52,content:_0x49aa73,attributes:_0x1e129d})=>{const _0x19cbc7=_0x236e70,_0x2765e5=_0x590d9e[_0x19cbc7(0x160)](_0x1c30f5);if(_0x2765e5){const _0x53c2a3=_0x2765e5[_0x19cbc7(0x122)](_0x278f52);_0x53c2a3&&_0x53c2a3[_0x19cbc7(0x174)]({'content':_0x49aa73,'attributes':_0x1e129d,'isFromAdapter':!0x0});}}),this[_0x236e70(0x151)](_0x430191,_0x236e70(0x175),(_0x17e8b2,{commentThreadId:_0x199813,commentId:_0x5104fb})=>{const _0x5ba7c2=_0x236e70,_0x288d54=_0x590d9e[_0x5ba7c2(0x160)](_0x199813);if(_0x288d54){const _0x463a6f=_0x288d54[_0x5ba7c2(0x122)](_0x5104fb);_0x463a6f&&_0x463a6f[_0x5ba7c2(0x143)]({'isFromAdapter':!0x0});}}),await this[_0x236e70(0x11f)](_0x3e8eb6);}[_0x14e507(0x129)](){const _0x5c5f2b=_0x14e507;if(this[_0x5c5f2b(0x159)]instanceof _0x3bdf31){const _0x1a054d=this[_0x5c5f2b(0x159)][_0x5c5f2b(0x11e)][_0x5c5f2b(0x170)](_0x5c5f2b(0x13a));this[_0x5c5f2b(0x12a)](_0x1a054d);}}[_0x14e507(0x12a)](_0x595fba){const _0x98ed89=_0x14e507;if(!this[_0x98ed89(0x179)][_0x98ed89(0x155)](_0x595fba))throw new _0xd9532f(_0x98ed89(0x164),null,{'channelId':_0x595fba});this[_0x98ed89(0x137)](_0x595fba)[_0x98ed89(0x139)](),this[_0x98ed89(0x179)][_0x98ed89(0x168)](_0x595fba);}async[_0x14e507(0x138)](){const _0x2362b9=_0x14e507;for(const _0x3c478e of this[_0x2362b9(0x179)][_0x2362b9(0x15e)]())await this[_0x2362b9(0x11f)](_0x3c478e);if(this[_0x2362b9(0x159)]instanceof _0x3bdf31){const _0x35da99=this[_0x2362b9(0x159)][_0x2362b9(0x11e)][_0x2362b9(0x170)](_0x2362b9(0x13a)),_0x26414a=this[_0x2362b9(0x159)][_0x2362b9(0x12b)][_0x2362b9(0x170)](_0x10c4e9);_0x26414a[_0x2362b9(0x17e)](_0x35da99);const _0x25e1af=await this[_0x2362b9(0x179)][_0x2362b9(0x170)](_0x35da99)[_0x2362b9(0x133)]();_0x26414a[_0x2362b9(0x17d)](_0x35da99,_0x25e1af);}}async[_0x14e507(0x11f)](_0x3e83f6){const _0x52d5a0=_0x14e507,{connection:_0x3ff0d5}=this[_0x52d5a0(0x159)][_0x52d5a0(0x12b)][_0x52d5a0(0x170)](_0x39fb70),_0x293067=this[_0x52d5a0(0x159)][_0x52d5a0(0x12b)][_0x52d5a0(0x170)](_0x52d5a0(0x17c)),_0x2b6be8=this[_0x52d5a0(0x179)][_0x52d5a0(0x170)](_0x3e83f6),_0x4a60f9=await _0x2b6be8[_0x52d5a0(0x173)](_0x3ff0d5);await this[_0x52d5a0(0x130)](_0x4a60f9);const _0x668f5=new Set(Array[_0x52d5a0(0x180)](_0x293067[_0x52d5a0(0x16a)]({'channelId':_0x3e83f6}),_0x8ef0a1=>_0x8ef0a1['id']));for(const _0x182b03 of _0x4a60f9)_0x182b03[_0x52d5a0(0x136)]||_0x668f5[_0x52d5a0(0x168)](_0x182b03[_0x52d5a0(0x154)]);for(const _0x3ed76e of _0x668f5)_0x293067[_0x52d5a0(0x160)](_0x3ed76e)[_0x52d5a0(0x143)]({'isFromAdapter':!0x0});for(const _0x3fa087 of _0x4a60f9){let _0x35807c=_0x293067[_0x52d5a0(0x160)](_0x3fa087[_0x52d5a0(0x154)]);const {commentThreadId:_0x21983b,context:_0x572d35,attributes:_0x1104c0,resolvedBy:_0x3b67c8,resolvedAt:_0xd7bae4,unlinkedAt:_0x263697,deletedAt:_0x42f7dd}=_0x3fa087;if(_0x42f7dd)continue;_0x35807c||(_0x35807c=_0x293067[_0x52d5a0(0x140)]({'channelId':_0x3e83f6,'threadId':_0x21983b,'context':_0x572d35,'attributes':_0x1104c0||{},'resolvedBy':_0x3b67c8,'resolvedAt':_0xd7bae4,'unlinkedAt':_0x263697,'isFromAdapter':!0x0}));const _0x3d8c30=new Set(Array[_0x52d5a0(0x180)](_0x35807c[_0x52d5a0(0x157)],_0x425094=>_0x425094['id']));for(const _0x5eedce of _0x3fa087[_0x52d5a0(0x157)])_0x3d8c30[_0x52d5a0(0x168)](_0x5eedce[_0x52d5a0(0x161)]);for(const _0x5966c1 of _0x3d8c30)_0x35807c[_0x52d5a0(0x122)](_0x5966c1)[_0x52d5a0(0x143)]({'isFromAdapter':!0x0});for(const _0xa09f77 of _0x3fa087[_0x52d5a0(0x157)]){const _0xfd44a1=_0x35807c[_0x52d5a0(0x122)](_0xa09f77[_0x52d5a0(0x161)]);_0xfd44a1?_0xfd44a1[_0x52d5a0(0x13d)]!==_0xa09f77[_0x52d5a0(0x13d)]&&_0xfd44a1[_0x52d5a0(0x174)]({'content':_0xa09f77[_0x52d5a0(0x13d)],'isFromAdapter':!0x0}):_0x35807c[_0x52d5a0(0x148)](Object[_0x52d5a0(0x167)](R(_0xa09f77),{'isFromAdapter':!0x0}));}}}[_0x14e507(0x137)](_0x28c65a){const _0x1e4261=_0x14e507;if(!this[_0x1e4261(0x179)][_0x1e4261(0x155)](_0x28c65a))throw new _0xd9532f(_0x1e4261(0x144),null,{'channelId':_0x28c65a});return this[_0x1e4261(0x179)][_0x1e4261(0x170)](_0x28c65a);}async[_0x14e507(0x130)](_0x219152){const _0x51f745=_0x14e507,_0x4eb3cb=this[_0x51f745(0x159)][_0x51f745(0x12b)][_0x51f745(0x170)](_0x3bfb72),{connection:_0x101d4a}=this[_0x51f745(0x159)][_0x51f745(0x12b)][_0x51f745(0x170)](_0x39fb70),_0x3f8ecf=new Set();for(const {resolvedBy:_0x4a91d3,comments:_0x3012f0}of _0x219152){_0x4a91d3&&!_0x4eb3cb[_0x51f745(0x158)](_0x4a91d3)&&_0x3f8ecf[_0x51f745(0x127)](_0x4a91d3);for(const {userId:_0x42eb7a}of _0x3012f0)_0x4eb3cb[_0x51f745(0x158)](_0x42eb7a)||_0x3f8ecf[_0x51f745(0x127)](_0x42eb7a);}if(0x0===_0x3f8ecf[_0x51f745(0x178)])return;const _0x1d079d=await _0x58cda2[_0x51f745(0x17a)](_0x101d4a,Array[_0x51f745(0x180)](_0x3f8ecf));for(const _0x14c485 of _0x1d079d)_0x4eb3cb[_0x51f745(0x158)](_0x14c485['id'])||_0x4eb3cb[_0x51f745(0x12c)](_0x14c485);}}function _0x139a(_0x4c819f,_0x2288a2){const _0x5a0f0a=_0x5a0f();return _0x139a=function(_0x139aa2,_0x2dc86a){_0x139aa2=_0x139aa2-0x11e;let _0x340c98=_0x5a0f0a[_0x139aa2];return _0x340c98;},_0x139a(_0x4c819f,_0x2288a2);}a[_0x14e507(0x165)]=_0x3906aa;export default a;async function F(_0x283dc8){const _0x4bd1b3=_0x14e507;if(_0x4bd1b3(0x176)!==_0x283dc8[_0x4bd1b3(0x163)])throw _0x283dc8;}function B(_0x2e6e7a){const _0x83c058=_0x14e507;if((_0xe38ec1=_0x2e6e7a)[_0x83c058(0x169)][_0x83c058(0x128)](_0x83c058(0x14d))||_0xe38ec1[_0x83c058(0x169)][_0x83c058(0x128)](_0x83c058(0x15b))||_0xe38ec1[_0x83c058(0x169)][_0x83c058(0x128)](_0x83c058(0x150)))return new Promise(()=>{});var _0xe38ec1;throw _0x2e6e7a;}function R(_0x5b57d0){const _0x1fb3a0=_0x14e507;return{'threadId':_0x5b57d0[_0x1fb3a0(0x154)],'commentId':_0x5b57d0[_0x1fb3a0(0x161)],'content':_0x5b57d0[_0x1fb3a0(0x13d)],'createdAt':_0x5b57d0[_0x1fb3a0(0x13b)],'authorId':_0x5b57d0[_0x1fb3a0(0x125)],'attributes':_0x5b57d0[_0x1fb3a0(0x15d)]||{}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x25c77f=_0x1b8b;function _0x1b8b(_0x2cb00c,_0x2007dd){const _0x2c7996=_0x2c79();return _0x1b8b=function(_0x1b8b0f,_0xeaa33e){_0x1b8b0f=_0x1b8b0f-0x12c;let _0x7ff81=_0x2c7996[_0x1b8b0f];return _0x7ff81;},_0x1b8b(_0x2cb00c,_0x2007dd);}(function(_0x200262,_0x50ffc1){const _0x2175de=_0x1b8b,_0x37e648=_0x200262();while(!![]){try{const _0xf7d2ef=parseInt(_0x2175de(0x149))/0x1*(-parseInt(_0x2175de(0x139))/0x2)+parseInt(_0x2175de(0x148))/0x3+-parseInt(_0x2175de(0x140))/0x4+-parseInt(_0x2175de(0x14a))/0x5+-parseInt(_0x2175de(0x147))/0x6+parseInt(_0x2175de(0x136))/0x7*(parseInt(_0x2175de(0x132))/0x8)+parseInt(_0x2175de(0x13f))/0x9;if(_0xf7d2ef===_0x50ffc1)break;else _0x37e648['push'](_0x37e648['shift']());}catch(_0x1b1637){_0x37e648['push'](_0x37e648['shift']());}}}(_0x2c79,0xd49d7));import{Plugin as _0x54a450}from'ckeditor5/src/core.js';function _0x2c79(){const _0x2c865a=['listenTo','RealTimeCollaborativeComments','collaboration.channelId','1431840mQfRjL','4350558RFSFzL','39869UFrgrl','2215800ejMnDW','isThreadsLoadingPaused','_terminateService','destroy','once','ready','pluginName','change:state','424720TKpgsc','editor','plugins','Comments','203EtUlMn','connected','config','74gWednX','requires','get','CommentsEditing','switchReadOnly','CommentsRepository','968481APyzTE','278324KERqJj','data','init','_setUpService'];_0x2c79=function(){return _0x2c865a;};return _0x2c79();}import _0x11fead from'./realtimecollaborativecomments/cloudservicescommentsadapter.js';import _0x45a757 from'./realtimecollaborativeediting.js';import _0x509f7f from'./realtimecollaborativeediting/websocketgateway.js';export default class m extends _0x54a450{static get[_0x25c77f(0x13a)](){const _0x14aadf=_0x25c77f;return[_0x14aadf(0x135),_0x11fead,_0x45a757,_0x509f7f];}static get[_0x25c77f(0x130)](){const _0x50cdb9=_0x25c77f;return _0x50cdb9(0x145);}[_0x25c77f(0x142)](){const _0x199991=_0x25c77f,_0x5ba93b=this[_0x199991(0x133)][_0x199991(0x134)][_0x199991(0x13b)](_0x509f7f),_0x250fed=this[_0x199991(0x133)][_0x199991(0x134)][_0x199991(0x13b)](_0x199991(0x13c)),_0x3bf68d=this[_0x199991(0x133)][_0x199991(0x134)][_0x199991(0x13b)](_0x11fead);return this[_0x199991(0x133)][_0x199991(0x141)][_0x199991(0x12e)](_0x199991(0x12f),()=>{const _0x570568=_0x199991;this[_0x570568(0x144)](_0x5ba93b,_0x570568(0x131),(_0x5ecf39,_0x4d28e2,_0x564744)=>{const _0x46f0d9=_0x570568;_0x250fed[_0x46f0d9(0x14b)]=_0x46f0d9(0x137)!==_0x564744;});}),this[_0x199991(0x144)](_0x5ba93b,_0x199991(0x131),(_0x12dde2,_0x30c9a9,_0x23d9b5)=>{const _0x2d399e=_0x199991;this[_0x2d399e(0x133)][_0x2d399e(0x134)][_0x2d399e(0x13b)](_0x2d399e(0x13e))[_0x2d399e(0x13d)](_0x2d399e(0x137)!==_0x23d9b5);}),_0x3bf68d[_0x199991(0x143)](this[_0x199991(0x133)][_0x199991(0x138)][_0x199991(0x13b)](_0x199991(0x146)));}[_0x25c77f(0x12d)](){const _0xfa59e=_0x25c77f;this[_0xfa59e(0x133)][_0xfa59e(0x134)][_0xfa59e(0x13b)](_0x11fead)[_0xfa59e(0x12c)](this[_0xfa59e(0x133)][_0xfa59e(0x138)][_0xfa59e(0x13b)](_0xfa59e(0x146))),super[_0xfa59e(0x12d)]();}}
23
+ function _0x4ad1(_0x42aec9,_0x536615){const _0x206186=_0x2061();return _0x4ad1=function(_0x4ad127,_0x4b8aee){_0x4ad127=_0x4ad127-0x17a;let _0x474f4b=_0x206186[_0x4ad127];return _0x474f4b;},_0x4ad1(_0x42aec9,_0x536615);}const _0x2d704e=_0x4ad1;(function(_0x4849ff,_0x4c8aa4){const _0x5a9880=_0x4ad1,_0x177803=_0x4849ff();while(!![]){try{const _0x344582=parseInt(_0x5a9880(0x18e))/0x1*(parseInt(_0x5a9880(0x180))/0x2)+-parseInt(_0x5a9880(0x17b))/0x3+-parseInt(_0x5a9880(0x184))/0x4*(-parseInt(_0x5a9880(0x196))/0x5)+parseInt(_0x5a9880(0x17d))/0x6+-parseInt(_0x5a9880(0x190))/0x7*(-parseInt(_0x5a9880(0x186))/0x8)+-parseInt(_0x5a9880(0x185))/0x9+parseInt(_0x5a9880(0x18f))/0xa;if(_0x344582===_0x4c8aa4)break;else _0x177803['push'](_0x177803['shift']());}catch(_0x410959){_0x177803['push'](_0x177803['shift']());}}}(_0x2061,0x4228c));import{Plugin as _0x160708}from'ckeditor5/src/core.js';import _0x1839f1 from'./realtimecollaborativecomments/cloudservicescommentsadapter.js';import _0x344a56 from'./realtimecollaborativeediting.js';import _0x5a87fc from'./realtimecollaborativeediting/websocketgateway.js';export default class m extends _0x160708{static get[_0x2d704e(0x18c)](){const _0x1de7d2=_0x2d704e;return[_0x1de7d2(0x17a),_0x1839f1,_0x344a56,_0x5a87fc];}static get[_0x2d704e(0x188)](){const _0x1a1c9c=_0x2d704e;return _0x1a1c9c(0x195);}[_0x2d704e(0x19a)](){const _0x3b6090=_0x2d704e,_0x4c66db=this[_0x3b6090(0x17c)][_0x3b6090(0x193)][_0x3b6090(0x194)](_0x5a87fc),_0x2af053=this[_0x3b6090(0x17c)][_0x3b6090(0x193)][_0x3b6090(0x194)](_0x3b6090(0x18d)),_0x39c697=this[_0x3b6090(0x17c)][_0x3b6090(0x193)][_0x3b6090(0x194)](_0x1839f1);return this[_0x3b6090(0x17c)][_0x3b6090(0x18a)][_0x3b6090(0x187)](_0x3b6090(0x198),()=>{const _0x3a24cc=_0x3b6090;this[_0x3a24cc(0x191)](_0x4c66db,_0x3a24cc(0x17f),(_0x35da91,_0x5c1330,_0x4b458f)=>{const _0x2eab41=_0x3a24cc;_0x2af053[_0x2eab41(0x192)]=_0x2eab41(0x17e)!==_0x4b458f;});}),this[_0x3b6090(0x191)](_0x4c66db,_0x3b6090(0x17f),(_0x4a1bdc,_0xa173f9,_0x40916b)=>{const _0x21c99c=_0x3b6090;this[_0x21c99c(0x17c)][_0x21c99c(0x193)][_0x21c99c(0x194)](_0x21c99c(0x197))[_0x21c99c(0x181)](_0x21c99c(0x17e)!==_0x40916b);}),_0x39c697[_0x3b6090(0x189)](this[_0x3b6090(0x17c)][_0x3b6090(0x183)][_0x3b6090(0x194)](_0x3b6090(0x18b)));}[_0x2d704e(0x199)](){const _0x23adcc=_0x2d704e;this[_0x23adcc(0x17c)][_0x23adcc(0x193)][_0x23adcc(0x194)](_0x1839f1)[_0x23adcc(0x182)](this[_0x23adcc(0x17c)][_0x23adcc(0x183)][_0x23adcc(0x194)](_0x23adcc(0x18b))),super[_0x23adcc(0x199)]();}}function _0x2061(){const _0x5999e3=['CommentsEditing','102821NRTfkU','577520WAdzWN','1332821dIMCwm','listenTo','isThreadsLoadingPaused','plugins','get','RealTimeCollaborativeComments','1254310TMpoAX','CommentsRepository','ready','destroy','init','Comments','577377AbQzMJ','editor','1468608xdLwVW','connected','change:state','2OtkZbA','switchReadOnly','_terminateService','config','4GslQDy','3448431YSJBDY','8zqYzTt','once','pluginName','_setUpService','data','collaboration.channelId','requires'];_0x2061=function(){return _0x5999e3;};return _0x2061();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2752(){const _0x2a6840=['newRange','metadata','8950390pvLENf','3246796PyThjV','ready','realtimecollaborationclient-init-session-connection-error','change:_isPendingUpdate','_applyOperationsSet','toJSON','createRange','PENDING_ACTION_SENDING_DATA','_waitUntilSynced','permissions','createUserMarkerOperations','collaboration.channelId','_isAttached','cloudDocumentVersion','offset','directChange','_shouldSendSelectionUpdate','stop','type','get','return','connection','path','forEach','_disconnectService','lastSyncVersion','entries','sessionId','has','from','_handleReconnectionError','getRoot','_decompressOperations','filter','parse','then','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','rootsAttributes','getOperations','stopListening','addRoot','apply','disconnected','reconnect','marker','mySessionId','bind','affectedSelectable','_document','lastOperationId','Permissions','2752444PZPwAE','code','3476024JqyWxh','1394994VQaKQI','_setUpDataInit','loadRoot','cs:removeUser','_getAffectedRoot','string','off','_authorId','model','map','move','disconnect','Synchronization\x20issue','state','getDocumentDetails','root','currentDocumentSession','document:write','history','$root','_handleSendingSelectionMarkers','insert','start','_lastSyncedOperationId','_handleInitialConnectionData','_isPendingUpdate','change:hasDomSelection','CommentsOnly','change:_isEditingAllowed','slice','lastOperationAcceptedAt','high','cloud-services-internal-error:\x20Request\x20timeout.','Notification','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','_compressor','realtimecollaborationclient-initservice-internal-error','_isLoaded','keys','config','register','_bufferedOperations','_hasSynchronizationProblem','locale','_setPendingAction','push','userId','_addKnownRoot','connect','finally','collaboration','collaboration-missing-channelid','getUser','InsertOperation','showWarning','_pendingAction','2365160RXPAwk','attributes','_operationIdentifier','enqueueChange','_offset','round','compress','getIdOfTheLastOperation','operationsReceived','_handleReconnectionResponse','startsWith','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','applyOperation','realtimecollaborationclient-handleserverresponse','_lastServerVersion','define','realtimecollaborationclient-init-non-existent-root','connected','rtc-offline','isEnabled','markers','lastDocumentSession','_bufferRootLoad','_handleReceivedOperations','_refreshUserSelectionMarkers','requires','_operationToId','enableReadOnlyMode','isUndoneOperation','plugins','_isDisconnection','clone','_ignoredOperations','affectsData','_isInit','createPositionAt','removeFromReconnectionStack','size','realtimecollaborationclient-initservice-incorrect-server-operation','1JDIqaQ','reconnection:\x20flushed\x20session','_currentBufferDelay','editing','isReadOnly','rtc-destroyed','add','_service','_updateServerHistory','addUser','multi-root-editor-root-attributes-no-root','sessionAdd:','_crash','_isConnected','_baseBufferDelay','batch','baseVersion','getMany','data','_disconnectionOperations','_handleExternalOperations','sessionCreatedAt','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.','404','createPositionFromPath','rootName','_shouldSendUpdate','initData','__className','fromJSON','addToReconnectionStack','cloud-services-internal-error:\x20Not\x20connected.','error','isDocumentOperation','_initThrowingOnDataSet','setIdForTheLastOperation','_knownRootNames','serverHistory','realtimecollaborationclient-init-document-already-initialized','suppressErrorInCollaboration','document','createdAt','RealTimeCollaborationClient','init','_sendBufferedOperationsDelayId','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.','listenTo','_connectAfterSessionHasBeenFlushed','addOperation','9kmHghc','getOperationAuthor','_getOperationsFromInitData','position','selection','_initSessionsHandling','change:range','channelSessions','_isEditingAllowed','set','message','15PwoEvJ','_loadRoot','unregister','createRoot','409','catch','wasUndone','_sendBufferedOperations','addRootAttribute','_sendBufferedOperationsDelayed','_clearPendingAction','_connectService','view','fire','_saveOperationInBuffer','realtimecollaborationclient-init-connection-failed','differ','roots','pluginName','remove','destroy','CollaborativeEditingService','_knownOperations','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','_channelId','3940833KIXSMC','editor','cloudServices.bundleVersion','decompress','_compressOperations','realtimecollaborationclient-sendbufferedoperations','wereChangesApplied','targetPosition','end','_fetchMissingUsers','getConnectedSessions','_hasSelectionChanged','sendOperations','disableReadOnlyMode','version','includes','real-time-collaboration','reset','setPermissions','length','_handleServerResponse'];_0x2752=function(){return _0x2a6840;};return _0x2752();}const _0x1b4849=_0xfa70;(function(_0x2cb1a3,_0x5021ce){const _0x198a0a=_0xfa70,_0x668657=_0x2cb1a3();while(!![]){try{const _0x3a99d3=-parseInt(_0x198a0a(0x28d))/0x1*(parseInt(_0x198a0a(0x22b))/0x2)+parseInt(_0x198a0a(0x1e0))/0x3+parseInt(_0x198a0a(0x266))/0x4+parseInt(_0x198a0a(0x2c9))/0x5*(-parseInt(_0x198a0a(0x22e))/0x6)+-parseInt(_0x198a0a(0x1f8))/0x7+parseInt(_0x198a0a(0x22d))/0x8+parseInt(_0x198a0a(0x2be))/0x9*(parseInt(_0x198a0a(0x1f7))/0xa);if(_0x3a99d3===_0x5021ce)break;else _0x668657['push'](_0x668657['shift']());}catch(_0x584388){_0x668657['push'](_0x668657['shift']());}}}(_0x2752,0xaa240));import{Plugin as _0x13fc07,PendingActions as _0x41bb73}from'ckeditor5/src/core.js';import{CKEditorError as _0x1fa477,version as _0x1f1d93,uid as _0x4626a7}from'ckeditor5/src/utils.js';import{Notification as _0x372a93}from'ckeditor5/src/ui.js';import{transformSets as _0x293263,NoOperation as _0x2b6a1e,InsertOperation as _0x2b3859,MarkerOperation as _0x36287c,RootAttributeOperation as _0x28ff70,OperationFactory as _0x446042,History as _0xe4d3fd}from'ckeditor5/src/engine.js';import _0x300bec from'./websocketgateway.js';import _0x4ab986 from'./sessions.js';import _0x1d75ea from'./usermarkers.js';import{getTranslation as _0x53da52}from'../common-translations.js';import{Compressor as _0x2cfe5c}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0x270bb4}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x2f907c,CollaborativeEditingService as _0x57a50a}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x13fc07{static get[_0x1b4849(0x27f)](){return[_0x300bec,_0x4ab986,_0x1d75ea,_0x41bb73,_0x270bb4,_0x372a93];}static get[_0x1b4849(0x1d9)](){const _0x2f6825=_0x1b4849;return _0x2f6825(0x2b7);}get[_0x1b4849(0x205)](){const _0x2d4599=_0x1b4849;return this[_0x2d4599(0x274)]+this[_0x2d4599(0x26a)];}get[_0x1b4849(0x274)](){const _0xdf1dea=_0x1b4849;return this[_0xdf1dea(0x2b2)][_0xdf1dea(0x1ee)]-this[_0xdf1dea(0x26a)];}get[_0x1b4849(0x211)](){const _0x2684b5=_0x1b4849,_0x28be35=this[_0x2684b5(0x2b2)][_0x2684b5(0x21e)]();for(let _0x207db3=_0x28be35[_0x2684b5(0x1f3)]-0x1;_0x207db3>=0x0;_0x207db3--){const _0x5e99bf=_0x28be35[_0x207db3];if(!this[_0x2684b5(0x2a0)][_0x2684b5(0x214)](_0x5e99bf))return _0x5e99bf[_0x2684b5(0x29d)]+0x1-this[_0x2684b5(0x26a)];}return 0x0;}constructor(_0x206e25){const _0x1010ef=_0x1b4849;if(super(_0x206e25),this[_0x1010ef(0x26a)]=0x0,this[_0x1010ef(0x213)]=null,this[_0x1010ef(0x2b2)]=new _0xe4d3fd(),this[_0x1010ef(0x1e1)][_0x1010ef(0x255)][_0x1010ef(0x275)](_0x1010ef(0x260),{}),this[_0x1010ef(0x1df)]=this[_0x1010ef(0x1e1)][_0x1010ef(0x255)][_0x1010ef(0x20b)](_0x1010ef(0x203)),!this[_0x1010ef(0x1df)])throw new _0x1fa477(_0x1010ef(0x261),this);const _0x253de5=_0x206e25[_0x1010ef(0x255)][_0x1010ef(0x20b)](_0x1010ef(0x1e2))||_0x1f1d93;this[_0x1010ef(0x294)]=new l[(_0x1010ef(0x1dc))](_0x253de5,this[_0x1010ef(0x1df)]),this[_0x1010ef(0x228)]=this[_0x1010ef(0x1e1)][_0x1010ef(0x236)][_0x1010ef(0x2b5)],this[_0x1010ef(0x251)]=new _0x2cfe5c(),this[_0x1010ef(0x257)]=[],this[_0x1010ef(0x1dd)]=new WeakSet(),this[_0x1010ef(0x2b1)]=new Set(),this[_0x1010ef(0x2c7)](_0x1010ef(0x247),!0x1),this[_0x1010ef(0x2c7)](_0x1010ef(0x258),!0x1),this[_0x1010ef(0x265)]=null,this[_0x1010ef(0x1eb)]=!0x1,this[_0x1010ef(0x2b9)]=null,this[_0x1010ef(0x29b)]=0x12c,this[_0x1010ef(0x28f)]=this[_0x1010ef(0x29b)],this[_0x1010ef(0x245)]=null,this[_0x1010ef(0x2a0)]=new WeakSet(),this[_0x1010ef(0x268)]=new X(this[_0x1010ef(0x2a0)]);}[_0x1b4849(0x2b8)](){const _0x3f2b40=_0x1b4849,_0x319c1d=this[_0x3f2b40(0x1e1)],_0x406c73=_0x319c1d[_0x3f2b40(0x283)][_0x3f2b40(0x20b)](_0x270bb4),_0x8ec82e=_0x319c1d[_0x3f2b40(0x283)][_0x3f2b40(0x20b)](_0x300bec);this[_0x3f2b40(0x2bb)](_0x406c73,_0x3f2b40(0x2bf),(_0x593af7,_0x17ba13)=>{const _0x7e56e8=_0x3f2b40,_0x530de2=_0x17ba13[0x0];_0x530de2[_0x7e56e8(0x235)]&&(_0x593af7[_0x7e56e8(0x20c)]=_0x406c73[_0x7e56e8(0x262)](_0x530de2[_0x7e56e8(0x235)]),_0x593af7[_0x7e56e8(0x209)]()),null===_0x530de2[_0x7e56e8(0x235)]&&(_0x593af7[_0x7e56e8(0x20c)]=null,_0x593af7[_0x7e56e8(0x209)]());},{'priority':_0x3f2b40(0x24d)}),this[_0x3f2b40(0x2bb)](_0x319c1d[_0x3f2b40(0x236)][_0x3f2b40(0x2b5)][_0x3f2b40(0x2c2)],_0x3f2b40(0x2c4),(_0x479fb3,_0x5123b0)=>{const _0xa660e8=_0x3f2b40;_0x5123b0[_0xa660e8(0x207)]&&this[_0xa660e8(0x27e)]();}),this[_0x3f2b40(0x2bb)](_0x319c1d[_0x3f2b40(0x290)][_0x3f2b40(0x2d5)],_0x3f2b40(0x248),()=>{const _0x52d20f=_0x3f2b40;this[_0x52d20f(0x27e)]();}),this[_0x3f2b40(0x2af)](),_0x319c1d[_0x3f2b40(0x236)]['on'](_0x3f2b40(0x272),(_0x3b1781,_0x2bbe04)=>{const _0x2d5bc8=_0x3f2b40,_0x52b95a=_0x2bbe04[0x0];_0x52b95a[_0x2d5bc8(0x2ae)]&&(this[_0x2d5bc8(0x2d7)](_0x52b95a),this[_0x2d5bc8(0x2a7)]()&&this[_0x2d5bc8(0x2d2)]());}),this[_0x3f2b40(0x22f)](),this[_0x3f2b40(0x226)](_0x3f2b40(0x2c6))['to'](_0x8ec82e,_0x3f2b40(0x23b),this,_0x3f2b40(0x258),(_0x44b0e7,_0x23d97c)=>_0x3f2b40(0x277)===_0x44b0e7&&!_0x23d97c),this['on'](_0x3f2b40(0x24a),()=>{const _0xfb02a0=_0x3f2b40;this[_0xfb02a0(0x2c6)]?_0x319c1d[_0xfb02a0(0x1ed)](_0xfb02a0(0x278)):_0x319c1d[_0xfb02a0(0x281)](_0xfb02a0(0x278));}),this[_0x3f2b40(0x2c6)]?_0x319c1d[_0x3f2b40(0x1ed)](_0x3f2b40(0x278)):_0x319c1d[_0x3f2b40(0x281)](_0x3f2b40(0x278)),this[_0x3f2b40(0x2c7)](_0x3f2b40(0x29a),!0x1);}async[_0x1b4849(0x223)](){const _0x3d0acd=_0x1b4849,_0x7dd436=this[_0x3d0acd(0x1e1)][_0x3d0acd(0x283)][_0x3d0acd(0x20b)](_0x4ab986),_0x1c1282=this[_0x3d0acd(0x1e1)][_0x3d0acd(0x283)][_0x3d0acd(0x20b)](_0x300bec);try{this[_0x3d0acd(0x247)]=!0x0,_0x7dd436[_0x3d0acd(0x2cb)](this[_0x3d0acd(0x1df)]);const _0x1d5564=await this[_0x3d0acd(0x294)][_0x3d0acd(0x223)](_0x1c1282[_0x3d0acd(0x20d)],this[_0x3d0acd(0x211)]);await this[_0x3d0acd(0x26f)](_0x1d5564)&&(this[_0x3d0acd(0x247)]=!0x1,this[_0x3d0acd(0x2d3)]());const _0x1f6777=await this[_0x3d0acd(0x294)][_0x3d0acd(0x1ea)]();_0x7dd436[_0x3d0acd(0x256)](this[_0x3d0acd(0x1df)],_0x1f6777),this[_0x3d0acd(0x242)](),this[_0x3d0acd(0x29a)]=!0x0;}catch(_0x2c4172){if(function(_0x24bba2){const _0x8134e2=_0x3d0acd;return _0x8134e2(0x2a4)===_0x24bba2[_0x8134e2(0x22c)];}(_0x2c4172)&&this[_0x3d0acd(0x213)])await this[_0x3d0acd(0x2bc)]();else{if(function(_0x48ed56){const _0x56f80c=_0x3d0acd;return _0x56f80c(0x2cd)===_0x48ed56[_0x56f80c(0x22c)];}(_0x2c4172)){const _0x2e4797=_0x53da52(this[_0x3d0acd(0x1e1)][_0x3d0acd(0x259)],_0x3d0acd(0x1de));this[_0x3d0acd(0x216)](_0x2e4797);}else{if(!(_0x2c4172 instanceof J))throw _0x2c4172;this[_0x3d0acd(0x216)]();}}}}[_0x1b4849(0x1db)](){const _0x4bb8cd=_0x1b4849,_0x2e45d6=this[_0x4bb8cd(0x1e1)][_0x4bb8cd(0x283)][_0x4bb8cd(0x20b)](_0x300bec),_0x4fd301=this[_0x4bb8cd(0x1e1)][_0x4bb8cd(0x283)][_0x4bb8cd(0x20b)](_0x4ab986);this[_0x4bb8cd(0x1e1)][_0x4bb8cd(0x281)](_0x4bb8cd(0x292)),_0x4fd301[_0x4bb8cd(0x2c5)][_0x4bb8cd(0x214)](this[_0x4bb8cd(0x1df)])&&_0x4fd301[_0x4bb8cd(0x2cb)](this[_0x4bb8cd(0x1df)]),_0x2e45d6[_0x4bb8cd(0x28a)](this),this[_0x4bb8cd(0x210)](),super[_0x4bb8cd(0x1db)]();}async[_0x1b4849(0x26f)](_0x304ba8){const _0x5d5d10=_0x1b4849;if(this[_0x5d5d10(0x213)]!==_0x304ba8[_0x5d5d10(0x213)]&&this[_0x5d5d10(0x245)]!==_0x304ba8[_0x5d5d10(0x229)])throw new J();return this[_0x5d5d10(0x213)]=_0x304ba8[_0x5d5d10(0x213)],this[_0x5d5d10(0x1f4)]([],{..._0x304ba8,'wereChangesApplied':!0x1,'data':_0x304ba8[_0x5d5d10(0x29f)]},_0x5d5d10(0x223));}async[_0x1b4849(0x2d4)](_0x34ca04,_0xd036f4=!0x1){const _0x4b7d03=_0x1b4849,{connection:_0x249945}=this[_0x4b7d03(0x1e1)][_0x4b7d03(0x283)][_0x4b7d03(0x20b)](_0x300bec);l[_0x4b7d03(0x1dc)][_0x4b7d03(0x1ea)](_0x249945,this[_0x4b7d03(0x1df)])[_0x4b7d03(0x21b)](_0x3cded3=>this[_0x4b7d03(0x2c3)](_0x3cded3))[_0x4b7d03(0x2ce)](_0x2fb3a2=>{const _0xd9045d=_0x4b7d03;this[_0xd9045d(0x299)](_0xd9045d(0x1fa),_0x2fb3a2);}),this[_0x4b7d03(0x2bb)](this[_0x4b7d03(0x294)],_0x4b7d03(0x26e),this[_0x4b7d03(0x27d)][_0x4b7d03(0x226)](this)),this[_0x4b7d03(0x2bb)](this[_0x4b7d03(0x294)],_0x4b7d03(0x2ad),(_0x35f8d1,_0x1bc62e)=>{const _0x3008a3=_0x4b7d03;this[_0x3008a3(0x299)](_0x3008a3(0x252),_0x1bc62e);}),this[_0x4b7d03(0x2bb)](this[_0x4b7d03(0x294)],_0x4b7d03(0x222),()=>{const _0x1e1a31=_0x4b7d03;this[_0x1e1a31(0x29a)]=!0x1;});const _0xfbeff=this[_0x4b7d03(0x268)][_0x4b7d03(0x26d)](_0x34ca04);this[_0x4b7d03(0x247)]=!0x0;const _0x154235=await this[_0x4b7d03(0x294)][_0x4b7d03(0x25e)](_0x249945,this[_0x4b7d03(0x1e4)](_0x34ca04),_0xfbeff);if(this[_0x4b7d03(0x213)]=_0x154235[_0x4b7d03(0x213)],_0xd036f4){if(!_0x154235[_0x4b7d03(0x1e6)])return void this[_0x4b7d03(0x216)]();this[_0x4b7d03(0x247)]=!0x1,this[_0x4b7d03(0x2d3)](),this[_0x4b7d03(0x2b2)][_0x4b7d03(0x1f1)](),this[_0x4b7d03(0x26a)]=_0x154235[_0x4b7d03(0x206)],this[_0x4b7d03(0x2b2)][_0x4b7d03(0x1ee)]=this[_0x4b7d03(0x26a)],await this[_0x4b7d03(0x1f4)](_0x34ca04,_0x154235,_0x4b7d03(0x28e));}else await this[_0x4b7d03(0x246)](_0x154235,_0x34ca04);this[_0x4b7d03(0x242)](),this[_0x4b7d03(0x29a)]=!0x0;}[_0x1b4849(0x242)](){const _0x181471=_0x1b4849,_0x326ff3=this[_0x181471(0x1e1)][_0x181471(0x283)][_0x181471(0x20b)](_0x4ab986),_0x486043=this[_0x181471(0x1e1)][_0x181471(0x283)][_0x181471(0x20b)](_0x1d75ea),_0x374a1a=_0x326ff3[_0x181471(0x2c5)][_0x181471(0x20b)](this[_0x181471(0x1df)]);_0x374a1a&&_0x374a1a[_0x181471(0x1f3)]>0x1?_0x486043[_0x181471(0x202)]():this[_0x181471(0x2bb)](_0x326ff3,_0x181471(0x298)+this[_0x181471(0x1df)],()=>{const _0x2f952d=_0x181471;0x2===_0x326ff3[_0x2f952d(0x2c5)][_0x2f952d(0x20b)](this[_0x2f952d(0x1df)])[_0x2f952d(0x1f3)]&&_0x486043[_0x2f952d(0x202)]();});}async[_0x1b4849(0x27d)](_0x214a4e,_0x59f57f,_0x4a5e4c,_0x448a0d){const _0x23d4e3=_0x1b4849;if(!this[_0x23d4e3(0x247)]&&this[_0x23d4e3(0x228)][_0x23d4e3(0x1ee)]==_0x59f57f){const _0x208530=this[_0x23d4e3(0x218)](_0x4a5e4c,_0x448a0d);await this[_0x23d4e3(0x1e9)](_0x208530),this[_0x23d4e3(0x2a1)](_0x208530,_0x59f57f,_0x4a5e4c[_0x23d4e3(0x229)])||this[_0x23d4e3(0x299)](_0x23d4e3(0x28c));}}async[_0x1b4849(0x2bc)](){const _0x2da426=_0x1b4849;this[_0x2da426(0x210)]();const {locale:_0x101a67}=this[_0x2da426(0x1e1)];let _0x5544c5;try{_0x5544c5=await this[_0x2da426(0x294)][_0x2da426(0x23c)]();}catch(_0x3fcda4){const _0x43b39a=_0x53da52(_0x101a67,_0x2da426(0x271));return void this[_0x2da426(0x216)](_0x43b39a);}const _0x59569a=_0x5544c5[_0x2da426(0x23e)]||_0x5544c5[_0x2da426(0x27b)];if(this[_0x2da426(0x245)]===_0x59569a[_0x2da426(0x229)])await this[_0x2da426(0x2d4)](this[_0x2da426(0x1e1)][_0x2da426(0x236)][_0x2da426(0x2b5)][_0x2da426(0x240)][_0x2da426(0x21e)](),!0x0);else{const _0x425d0d=_0x53da52(_0x101a67,_0x2da426(0x2a3));this[_0x2da426(0x216)](_0x425d0d);}}[_0x1b4849(0x210)](){const _0x11292b=_0x1b4849;this[_0x11292b(0x294)][_0x11292b(0x239)](),this[_0x11292b(0x257)]=[],clearTimeout(this[_0x11292b(0x2b9)]),this[_0x11292b(0x21f)](this[_0x11292b(0x294)]);}[_0x1b4849(0x2c3)](_0x58f590){const _0x3c29d7=_0x1b4849,_0x5331e2=this[_0x3c29d7(0x1e1)][_0x3c29d7(0x283)][_0x3c29d7(0x20b)](_0x4ab986);this[_0x3c29d7(0x2bb)](_0x5331e2,_0x3c29d7(0x298)+this[_0x3c29d7(0x1df)],(_0x14e3d5,{session:_0x421ec9})=>{const _0x356845=_0x3c29d7;if(_0x421ec9['id']===_0x5331e2[_0x356845(0x225)]){_0x14e3d5[_0x356845(0x234)]();const _0x127417=this[_0x356845(0x1e1)][_0x356845(0x283)][_0x356845(0x214)](_0x356845(0x249))&&this[_0x356845(0x1e1)][_0x356845(0x283)][_0x356845(0x20b)](_0x356845(0x249));let _0x2c2866=_0x421ec9[_0x356845(0x201)];_0x127417&&_0x127417[_0x356845(0x279)]&&(_0x2c2866=_0x2c2866[_0x356845(0x219)](_0x3d0495=>_0x356845(0x23f)!==_0x3d0495)),this[_0x356845(0x1e1)][_0x356845(0x283)][_0x356845(0x20b)](_0x356845(0x22a))[_0x356845(0x1f2)](_0x2c2866,this[_0x356845(0x1df)]);}}),_0x5331e2[_0x3c29d7(0x256)](this[_0x3c29d7(0x1df)],_0x58f590);}[_0x1b4849(0x2af)](){const _0x17365c=_0x1b4849,_0x2fed2c=this[_0x17365c(0x1e1)][_0x17365c(0x29f)][_0x17365c(0x2c7)];this[_0x17365c(0x1e1)][_0x17365c(0x29f)][_0x17365c(0x2c7)]=(..._0x25502d)=>{const _0x335fbf=_0x17365c;if(!_0x25502d[_0x25502d[_0x335fbf(0x1f3)]-0x1][_0x335fbf(0x2b4)])throw new _0x1fa477(_0x335fbf(0x21c),this);_0x2fed2c[_0x335fbf(0x221)](this[_0x335fbf(0x1e1)][_0x335fbf(0x29f)],_0x25502d);};}[_0x1b4849(0x22f)](){const _0x3a346c=_0x1b4849;this[_0x3a346c(0x1e1)][_0x3a346c(0x29f)]['on'](_0x3a346c(0x2b8),(_0x28ead9,[_0x1383a3])=>{const _0x1792e8=_0x3a346c;if(this[_0x1792e8(0x228)][_0x1792e8(0x1ee)])throw new _0x1fa477(_0x1792e8(0x2b3),this);_0x28ead9[_0x1792e8(0x209)](),this[_0x1792e8(0x25a)]();const _0x1ad745=this[_0x1792e8(0x1e1)][_0x1792e8(0x255)][_0x1792e8(0x20b)](_0x1792e8(0x21d)),_0x5e8c1d=this[_0x1792e8(0x2c0)](_0x1383a3,_0x1ad745);0x0==_0x5e8c1d[_0x1792e8(0x1f3)]&&_0x5e8c1d[_0x1792e8(0x25b)](new _0x2b6a1e(0x0)),_0x28ead9[_0x1792e8(0x20c)]=this[_0x1792e8(0x2d4)](_0x5e8c1d)[_0x1792e8(0x21b)](()=>{const _0x516491=_0x1792e8;this[_0x516491(0x1e1)][_0x516491(0x283)][_0x516491(0x20b)](_0x300bec)[_0x516491(0x2ab)](this),this[_0x516491(0x1e1)][_0x516491(0x29f)][_0x516491(0x2d6)](_0x516491(0x1f9));})[_0x1792e8(0x2ce)](_0x40b732=>this[_0x1792e8(0x299)](_0x1792e8(0x2d8),_0x40b732))[_0x1792e8(0x25f)](()=>this[_0x1792e8(0x2d3)]());},{'priority':_0x3a346c(0x24d)}),this[_0x3a346c(0x1e1)]['on'](_0x3a346c(0x230),async(_0x26fa38,[_0x27e123,_0x415f7e])=>{const _0x16e019=_0x3a346c;_0x26fa38[_0x16e019(0x209)]();const _0x580944=this[_0x16e019(0x1e1)][_0x16e019(0x236)][_0x16e019(0x2b5)][_0x16e019(0x217)](_0x27e123);if(!this[_0x16e019(0x2b1)][_0x16e019(0x214)](_0x27e123)){const _0x453a05=_0x415f7e&&_0x415f7e[_0x16e019(0x29f)]?_0x415f7e[_0x16e019(0x29f)]:'',_0x5b0e06=_0x415f7e&&_0x415f7e[_0x16e019(0x267)]?_0x415f7e[_0x16e019(0x267)]:{};await this[_0x16e019(0x2ca)](_0x27e123,_0x453a05,_0x5b0e06);}this[_0x16e019(0x1e1)][_0x16e019(0x236)][_0x16e019(0x269)]({'isUndoable':!0x1},()=>{const _0x252a6e=_0x16e019;_0x580944[_0x252a6e(0x253)]=!0x0,this[_0x252a6e(0x1e1)][_0x252a6e(0x236)][_0x252a6e(0x2b5)][_0x252a6e(0x2d9)][_0x252a6e(0x27c)](_0x580944);});},{'priority':_0x3a346c(0x24d)});}async[_0x1b4849(0x1e9)](_0x8d0053){const _0x351743=_0x1b4849,_0x58aa3c=this[_0x351743(0x1e1)][_0x351743(0x283)][_0x351743(0x20b)](_0x270bb4),{connection:_0x1d227f}=this[_0x351743(0x1e1)][_0x351743(0x283)][_0x351743(0x20b)](_0x300bec),_0x5be5fa=new Set();for(const _0xa12c20 of _0x8d0053){const _0x4295a3=_0xa12c20[_0x351743(0x235)];_0x4295a3&&!_0x58aa3c[_0x351743(0x262)](_0x4295a3)&&_0x5be5fa[_0x351743(0x293)](_0x4295a3);}if(0x0===_0x5be5fa[_0x351743(0x28b)])return;const _0x57cef7=await _0x2f907c[_0x351743(0x29e)](_0x1d227f,Array[_0x351743(0x215)](_0x5be5fa));for(const _0xf5af42 of _0x57cef7)_0x58aa3c[_0x351743(0x262)](_0xf5af42['id'])||_0x58aa3c[_0x351743(0x296)](_0xf5af42);}[_0x1b4849(0x2c0)](_0xc29ec6,_0x41190b={}){const _0x452f0b=_0x1b4849,_0xf95f04=this[_0x452f0b(0x1e1)][_0x452f0b(0x236)],_0x5a2b1d=[];let _0x21a383=0x0;const _0x5aee27=_0x452f0b(0x233)==typeof _0xc29ec6?{'main':_0xc29ec6}:_0xc29ec6;for(const _0x15df97 of Object[_0x452f0b(0x254)](_0x5aee27)){if(!this[_0x452f0b(0x228)][_0x452f0b(0x1d8)][_0x452f0b(0x214)](_0x15df97))throw new _0x1fa477(_0x452f0b(0x276),this);const _0x4c834f=this[_0x452f0b(0x1e1)][_0x452f0b(0x29f)][_0x452f0b(0x21a)](_0x5aee27[_0x15df97]),_0x9d9cd=this[_0x452f0b(0x228)][_0x452f0b(0x217)](_0x15df97),_0x11ce63=new _0x2b3859(_0xf95f04[_0x452f0b(0x289)](_0x9d9cd,0x0),_0x4c834f,_0x21a383++);_0x5a2b1d[_0x452f0b(0x25b)](_0x11ce63);for(const [_0x6eac0e,_0x4c0ba7]of _0x4c834f[_0x452f0b(0x27a)]){const _0x18dd8c=_0xf95f04[_0x452f0b(0x1fe)](_0xf95f04[_0x452f0b(0x2a5)](_0x9d9cd,_0x4c0ba7[_0x452f0b(0x244)][_0x452f0b(0x20e)][_0x452f0b(0x24b)]()),_0xf95f04[_0x452f0b(0x2a5)](_0x9d9cd,_0x4c0ba7[_0x452f0b(0x1e8)][_0x452f0b(0x20e)][_0x452f0b(0x24b)]())),_0x270afb=new _0x36287c(_0x6eac0e,null,_0x18dd8c,_0xf95f04[_0x452f0b(0x27a)],!0x0,_0x21a383++);_0x5a2b1d[_0x452f0b(0x25b)](_0x270afb);}}if(_0x41190b)for(const [_0x251fcb,_0x7204ad]of Object[_0x452f0b(0x212)](_0x41190b)){const _0x4ce394=_0xf95f04[_0x452f0b(0x2b5)][_0x452f0b(0x217)](_0x251fcb);if(!_0x4ce394)throw new _0x1fa477(_0x452f0b(0x297),null);for(const [_0x17c52a,_0x5a2071]of Object[_0x452f0b(0x212)](_0x7204ad))if(null!==_0x5a2071){const _0x42333b=new _0x28ff70(_0x4ce394,_0x17c52a,null,_0x5a2071,_0x21a383++);_0x5a2b1d[_0x452f0b(0x25b)](_0x42333b);}}return _0x5a2b1d;}async[_0x1b4849(0x2ca)](_0x5dedab,_0x37431e,_0x474dfd){const _0x29e405=_0x1b4849;this[_0x29e405(0x2c0)]({[_0x5dedab]:_0x37431e},{[_0x5dedab]:_0x474dfd})[_0x29e405(0x20f)]((_0x63e5c4,_0x3c960d)=>{const _0x121df7=_0x29e405;_0x63e5c4[_0x121df7(0x29d)]=this[_0x121df7(0x228)][_0x121df7(0x1ee)]+_0x3c960d,_0x63e5c4[_0x121df7(0x288)]=!0x0,this[_0x121df7(0x2d7)](_0x63e5c4);}),this[_0x29e405(0x2d2)](),await this[_0x29e405(0x200)]();}async[_0x1b4849(0x246)](_0x11f921,_0x1a9664){const _0x40450d=_0x1b4849;let _0x4b092b;this[_0x40450d(0x26a)]=_0x11f921[_0x40450d(0x206)];const _0x37fe29=_0x11f921[_0x40450d(0x1e6)]&&!_0x11f921[_0x40450d(0x2a8)],_0x722a90=_0x37fe29?0x0:_0x11f921[_0x40450d(0x29f)][_0x40450d(0x29d)];if(_0x1a9664[_0x40450d(0x20f)](_0x43dd09=>{const _0x412dd8=_0x40450d;_0x43dd09[_0x412dd8(0x288)]=!0x0,_0x43dd09[_0x412dd8(0x2b6)]=_0x11f921[_0x412dd8(0x2a2)],_0x43dd09[_0x412dd8(0x235)]=null;}),_0x37fe29)_0x4b092b=_0x1a9664,this[_0x40450d(0x1fc)](_0x4b092b,_0x37fe29);else{if(_0x11f921[_0x40450d(0x2a8)]){const _0x2345bd=this[_0x40450d(0x2c0)](_0x11f921[_0x40450d(0x2a8)]);this[_0x40450d(0x228)][_0x40450d(0x240)][_0x40450d(0x1ee)]=-_0x2345bd[_0x40450d(0x1f3)],_0x2345bd[_0x40450d(0x20f)](_0x3ec27a=>{const _0x2f2d9a=_0x40450d;_0x3ec27a[_0x2f2d9a(0x29d)]-=_0x2345bd[_0x2f2d9a(0x1f3)],_0x3ec27a[_0x2f2d9a(0x2b6)]=_0x11f921[_0x2f2d9a(0x2a2)],_0x3ec27a[_0x2f2d9a(0x288)]=!0x0,_0x3ec27a[_0x2f2d9a(0x235)]=null;}),this[_0x40450d(0x1fc)](_0x2345bd,!0x0),this[_0x40450d(0x2b2)][_0x40450d(0x1ee)]=-_0x2345bd[_0x40450d(0x1f3)]+this[_0x40450d(0x26a)],this[_0x40450d(0x295)](_0x2345bd);}this[_0x40450d(0x228)][_0x40450d(0x240)][_0x40450d(0x1ee)]=_0x722a90,_0x4b092b=this[_0x40450d(0x218)](_0x11f921[_0x40450d(0x29f)],_0x11f921[_0x40450d(0x1f6)]),await this[_0x40450d(0x1e9)](_0x4b092b),this[_0x40450d(0x1fc)](_0x4b092b,_0x37fe29);}_0x11f921[_0x40450d(0x229)]&&(this[_0x40450d(0x268)][_0x40450d(0x2b0)](_0x4b092b,_0x11f921[_0x40450d(0x229)]),this[_0x40450d(0x245)]=_0x11f921[_0x40450d(0x229)]),this[_0x40450d(0x2b2)][_0x40450d(0x1ee)]=_0x722a90+this[_0x40450d(0x26a)],this[_0x40450d(0x295)](_0x4b092b),_0x1a9664[_0x40450d(0x219)](_0x331d1c=>{const _0x4ffc73=_0x40450d,_0x376e1a=this[_0x4ffc73(0x232)](_0x331d1c);return _0x376e1a&&!this[_0x4ffc73(0x2b1)][_0x4ffc73(0x214)](_0x376e1a);})[_0x40450d(0x20f)]((_0x384997,_0x112fe9)=>{const _0x1679ac=_0x40450d;_0x384997[_0x1679ac(0x29d)]=this[_0x1679ac(0x228)][_0x1679ac(0x1ee)]+_0x112fe9,this[_0x1679ac(0x2d7)](_0x384997);}),this[_0x40450d(0x2a7)]()?(this[_0x40450d(0x28f)]=0x0,this[_0x40450d(0x2d2)](!0x0),await this[_0x40450d(0x200)]()):(this[_0x40450d(0x247)]=!0x1,this[_0x40450d(0x2d3)]());}[_0x1b4849(0x299)](_0x197c1d,_0x1422b8){const _0x22c248=_0x1b4849;throw this[_0x22c248(0x247)]=!0x0,_0x1422b8&&console[_0x22c248(0x2ad)](_0x1422b8),new _0x1fa477(_0x197c1d,this[_0x22c248(0x1e1)]);}[_0x1b4849(0x2d7)](_0x213554){const _0x9daf5b=_0x1b4849;this[_0x9daf5b(0x1dd)][_0x9daf5b(0x214)](_0x213554)||(this[_0x9daf5b(0x1dd)][_0x9daf5b(0x293)](_0x213554),this[_0x9daf5b(0x257)][_0x9daf5b(0x25b)](_0x213554),this[_0x9daf5b(0x265)]||_0x9daf5b(0x224)==_0x213554[_0x9daf5b(0x20a)]&&!_0x213554[_0x9daf5b(0x287)]||this[_0x9daf5b(0x25a)]());}[_0x1b4849(0x2d2)](_0x564485=!0x1){const _0x22bc15=_0x1b4849;!_0x564485&&this[_0x22bc15(0x247)]||(this[_0x22bc15(0x247)]=!0x0,clearTimeout(this[_0x22bc15(0x2b9)]),this[_0x22bc15(0x2b9)]=setTimeout(()=>{const _0x3cc355=_0x22bc15;this[_0x3cc355(0x2d0)]()[_0x3cc355(0x21b)](_0x48570a=>{const _0x1e9e30=_0x3cc355;_0x48570a&&(this[_0x1e9e30(0x2d3)](),this[_0x1e9e30(0x247)]=!0x1);})[_0x3cc355(0x2ce)](_0x45d545=>{const _0x29b4a2=_0x3cc355;if(this[_0x29b4a2(0x2d3)](),this[_0x29b4a2(0x247)]=!0x1,!function(_0xa8bb73){const _0x163d92=_0x29b4a2;return _0xa8bb73[_0x163d92(0x2c8)][_0x163d92(0x270)](_0x163d92(0x2ac))||_0xa8bb73[_0x163d92(0x2c8)][_0x163d92(0x270)](_0x163d92(0x250))||_0xa8bb73[_0x163d92(0x2c8)][_0x163d92(0x270)](_0x163d92(0x24e));}(_0x45d545))throw _0x45d545;});},this[_0x22bc15(0x28f)]));}[_0x1b4849(0x200)](){return new Promise(_0x44e0e7=>{const _0x48461d=_0xfa70;this['on'](_0x48461d(0x1fb),()=>{_0x44e0e7();});});}async[_0x1b4849(0x2d0)](){const _0x4656d7=_0x1b4849,_0x24f938=this[_0x4656d7(0x1e1)][_0x4656d7(0x283)][_0x4656d7(0x20b)](_0x1d75ea);if(this[_0x4656d7(0x208)]()&&(_0x24f938[_0x4656d7(0x202)](),this[_0x4656d7(0x1eb)]=!0x1),!this[_0x4656d7(0x2a7)]())return!0x0;const _0x1fc008=[...this[_0x4656d7(0x257)]];for(const _0x840a2a of _0x1fc008)_0x840a2a[_0x4656d7(0x2cf)]=this[_0x4656d7(0x228)][_0x4656d7(0x240)][_0x4656d7(0x282)](_0x840a2a);const _0x7f4cec=this[_0x4656d7(0x268)][_0x4656d7(0x26d)](_0x1fc008),_0x540b57=K++,_0x46a06a=this[_0x4656d7(0x1e4)](_0x1fc008),_0x1d6dc2=await this[_0x4656d7(0x294)][_0x4656d7(0x1ec)](_0x46a06a,_0x46a06a[_0x4656d7(0x29d)],_0x7f4cec);try{return await this[_0x4656d7(0x1f4)](_0x1fc008,_0x1d6dc2,_0x540b57);}catch(_0x32b669){return this[_0x4656d7(0x299)](_0x4656d7(0x1e5),_0x32b669);}}async[_0x1b4849(0x1f4)](_0x42817d,_0x4e7288,_0x55c88b){const _0x1d9ba7=_0x1b4849;if(_0x1d9ba7(0x2ad)in _0x4e7288)throw _0x4e7288[_0x1d9ba7(0x2ad)];let _0x2a48ce=!0x1;if(_0x4e7288[_0x1d9ba7(0x1e6)]){_0x4e7288[_0x1d9ba7(0x229)]&&(this[_0x1d9ba7(0x245)]=_0x4e7288[_0x1d9ba7(0x229)]),this[_0x1d9ba7(0x257)]=this[_0x1d9ba7(0x257)][_0x1d9ba7(0x219)](_0x958842=>!_0x42817d[_0x1d9ba7(0x1ef)](_0x958842));for(const _0x28c4af of _0x42817d)_0x28c4af[_0x1d9ba7(0x2b6)]=_0x1d9ba7(0x24c)in _0x4e7288&&_0x4e7288[_0x1d9ba7(0x24c)]||void 0x0;Q(_0x42817d,_0x4e7288[_0x1d9ba7(0x1ee)]-_0x42817d[_0x1d9ba7(0x1f3)]),this[_0x1d9ba7(0x295)](_0x42817d);const _0x5c95b7=_0x42817d[_0x1d9ba7(0x219)](_0x1732eb=>{const _0x15b7ad=_0x1d9ba7;if(!_0x1732eb[_0x15b7ad(0x288)])return!0x1;const _0x10c9f7=this[_0x15b7ad(0x232)](_0x1732eb);return _0x10c9f7&&!this[_0x15b7ad(0x2b1)][_0x15b7ad(0x214)](_0x10c9f7);});Q(_0x5c95b7,this[_0x1d9ba7(0x228)][_0x1d9ba7(0x1ee)]),this[_0x1d9ba7(0x1fc)](_0x5c95b7),_0x2a48ce=!0x0,this[_0x1d9ba7(0x28f)]=this[_0x1d9ba7(0x29b)];}else{const _0x4807fb=this[_0x1d9ba7(0x218)](_0x4e7288[_0x1d9ba7(0x29f)],_0x4e7288[_0x1d9ba7(0x1f6)])[_0x1d9ba7(0x219)](_0x2b8c5f=>_0x2b8c5f[_0x1d9ba7(0x29d)]>=this[_0x1d9ba7(0x274)]);_0x4807fb[_0x1d9ba7(0x20f)](_0x152a5d=>this[_0x1d9ba7(0x25d)](_0x152a5d)),this[_0x1d9ba7(0x257)]=this[_0x1d9ba7(0x257)][_0x1d9ba7(0x219)](_0x3dfb91=>!_0x3dfb91[_0x1d9ba7(0x288)]||!this[_0x1d9ba7(0x2b1)][_0x1d9ba7(0x214)](this[_0x1d9ba7(0x232)](_0x3dfb91))),this[_0x1d9ba7(0x257)][_0x1d9ba7(0x1f3)]&&Q(this[_0x1d9ba7(0x257)],this[_0x1d9ba7(0x257)][0x0][_0x1d9ba7(0x29d)]),await this[_0x1d9ba7(0x1e9)](_0x4807fb),_0x2a48ce=this[_0x1d9ba7(0x2a1)](_0x4807fb,_0x4e7288[_0x1d9ba7(0x1ee)],_0x4e7288[_0x1d9ba7(0x229)]),this[_0x1d9ba7(0x28f)]=Math[_0x1d9ba7(0x26b)](this[_0x1d9ba7(0x28f)]/0x2);}return _0x2a48ce?!this[_0x1d9ba7(0x2a7)]()||(this[_0x1d9ba7(0x2d2)](!0x0),!0x1):this[_0x1d9ba7(0x299)](_0x1d9ba7(0x273));}[_0x1b4849(0x2a1)](_0x5061cd,_0x306cce,_0x5774b5){const _0x1a6192=_0x1b4849;try{const _0x584c28={'document':this[_0x1a6192(0x228)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x678bb7,operationsB:_0x15d528,originalOperations:_0xc4da0b}=_0x293263(_0x5061cd,this[_0x1a6192(0x257)],_0x584c28);Q(_0x678bb7,this[_0x1a6192(0x228)][_0x1a6192(0x1ee)]),Q(_0x15d528,_0x306cce);for(const _0x720252 of _0x678bb7){const _0x2cbb3f=_0xc4da0b[_0x1a6192(0x20b)](_0x720252);_0x720252[_0x1a6192(0x235)]=_0x2cbb3f?_0x2cbb3f[_0x1a6192(0x235)]:null;}_0x5774b5&&(this[_0x1a6192(0x268)][_0x1a6192(0x2b0)](_0x5061cd,_0x5774b5),this[_0x1a6192(0x245)]=_0x5774b5),this[_0x1a6192(0x257)]=[..._0x15d528],this[_0x1a6192(0x1fc)](_0x678bb7),this[_0x1a6192(0x295)](_0x5061cd);}catch(_0x38f7cb){return console[_0x1a6192(0x2ad)](_0x38f7cb),!0x1;}return!0x0;}[_0x1b4849(0x1fc)](_0x188dd7,_0x141ec9=!0x1){const _0x57af1c=_0x1b4849;this[_0x57af1c(0x1e1)][_0x57af1c(0x236)][_0x57af1c(0x269)]({'isUndoable':!0x1,'isLocal':!0x1},_0x2bee09=>{const _0x4c25d4=_0x57af1c;for(const _0x2d3f1d of _0x188dd7)this[_0x4c25d4(0x1dd)][_0x4c25d4(0x293)](_0x2d3f1d),this[_0x4c25d4(0x25d)](_0x2d3f1d),_0x2bee09[_0x4c25d4(0x29c)][_0x4c25d4(0x2bd)](_0x2d3f1d),this[_0x4c25d4(0x1e1)][_0x4c25d4(0x236)][_0x4c25d4(0x272)](_0x2d3f1d);});}[_0x1b4849(0x25d)](_0x11527e){const _0x5c549b=_0x1b4849,_0x2ed4e4=this[_0x5c549b(0x232)](_0x11527e);_0x2ed4e4&&this[_0x5c549b(0x2b1)][_0x5c549b(0x293)](_0x2ed4e4);}[_0x1b4849(0x232)](_0x14de56){const _0x1a5b8a=_0x1b4849;let _0x5bcd44,_0x1688e2;switch(_0x14de56[_0x1a5b8a(0x20a)]){case _0x1a5b8a(0x243):_0x5bcd44=_0x14de56[_0x1a5b8a(0x2c1)][_0x1a5b8a(0x23d)];break;case _0x1a5b8a(0x224):if(_0x1688e2=_0x14de56[_0x1a5b8a(0x1f5)],!_0x1688e2)return null;_0x5bcd44=_0x1688e2[_0x1a5b8a(0x23d)];break;case _0x1a5b8a(0x2d1):_0x5bcd44=_0x14de56[_0x1a5b8a(0x23d)];break;case _0x1a5b8a(0x220):_0x5bcd44=_0x14de56[_0x1a5b8a(0x227)];break;case _0x1a5b8a(0x238):_0x5bcd44=_0x14de56[_0x1a5b8a(0x1e7)][_0x1a5b8a(0x23d)];break;default:return null;}return _0x5bcd44[_0x1a5b8a(0x2a6)];}[_0x1b4849(0x295)](_0x48807f){const _0x44e9ff=_0x1b4849;_0x48807f[_0x44e9ff(0x20f)](_0x2b7704=>{const _0x405103=_0x44e9ff,_0xcc4d00=_0x2b7704[_0x405103(0x285)]();_0xcc4d00[_0x405103(0x235)]=_0x2b7704[_0x405103(0x235)],_0xcc4d00[_0x405103(0x288)]=!!_0x2b7704[_0x405103(0x288)],_0xcc4d00[_0x405103(0x2b6)]=_0x2b7704[_0x405103(0x2b6)],_0xcc4d00[_0x405103(0x29d)]+=this[_0x405103(0x26a)],_0x2b7704[_0x405103(0x284)]&&this[_0x405103(0x2a0)][_0x405103(0x293)](_0xcc4d00),this[_0x405103(0x2b2)][_0x405103(0x2bd)](_0xcc4d00);});}[_0x1b4849(0x216)](_0x23dc01){const _0x4ee86c=_0x1b4849,_0x46a95d=this[_0x4ee86c(0x1e1)][_0x4ee86c(0x283)][_0x4ee86c(0x20b)](_0x4ee86c(0x24f)),_0x31130b=this[_0x4ee86c(0x1e1)][_0x4ee86c(0x259)];_0x23dc01||(_0x23dc01=_0x53da52(_0x31130b,_0x4ee86c(0x2ba))),_0x46a95d[_0x4ee86c(0x264)](_0x23dc01,{'title':_0x53da52(_0x31130b,_0x4ee86c(0x23a)),'namespace':_0x4ee86c(0x1f0)}),this[_0x4ee86c(0x258)]=!0x0,clearTimeout(this[_0x4ee86c(0x2b9)]),this[_0x4ee86c(0x257)]=[],this[_0x4ee86c(0x1e1)][_0x4ee86c(0x283)][_0x4ee86c(0x20b)](_0x300bec)[_0x4ee86c(0x1db)]();}[_0x1b4849(0x25a)](){const _0x2044ff=_0x1b4849;this[_0x2044ff(0x265)]||(this[_0x2044ff(0x265)]=this[_0x2044ff(0x1e1)][_0x2044ff(0x283)][_0x2044ff(0x20b)](_0x41bb73)[_0x2044ff(0x293)](_0x53da52(this[_0x2044ff(0x1e1)][_0x2044ff(0x259)],_0x2044ff(0x1ff))));}[_0x1b4849(0x2d3)](){const _0x1492c5=_0x1b4849;this[_0x1492c5(0x265)]&&(this[_0x1492c5(0x1e1)][_0x1492c5(0x283)][_0x1492c5(0x20b)](_0x41bb73)[_0x1492c5(0x1da)](this[_0x1492c5(0x265)]),this[_0x1492c5(0x265)]=null);}[_0x1b4849(0x1e4)](_0x5579de){const _0x2b584e=_0x1b4849,_0x18cc22=_0x5579de[_0x2b584e(0x237)](_0x2b9946=>_0x2b9946[_0x2b584e(0x1fd)]());return this[_0x2b584e(0x251)][_0x2b584e(0x26c)](_0x18cc22);}[_0x1b4849(0x218)](_0x1c4363,_0x458442){const _0x19dffb=_0x1b4849;return this[_0x19dffb(0x251)][_0x19dffb(0x1e3)](_0x1c4363)[_0x19dffb(0x237)]((_0x131892,_0x348b04)=>{const _0x448d25=_0x19dffb,_0x1d5a3a=_0x448d25(0x2b8)==_0x458442[_0x348b04][_0x448d25(0x20a)];if(_0x448d25(0x263)==_0x131892[_0x448d25(0x2a9)]){const _0x506b57=_0x131892[_0x448d25(0x2c1)][_0x448d25(0x23d)];!this[_0x448d25(0x228)][_0x448d25(0x217)](_0x506b57)&&(this[_0x448d25(0x228)][_0x448d25(0x2cc)](_0x448d25(0x241),_0x506b57)[_0x448d25(0x204)]=!0x1);}const _0x4d8f4e=_0x446042[_0x448d25(0x2aa)](_0x131892,this[_0x448d25(0x228)]);return _0x4d8f4e[_0x448d25(0x2cf)]=_0x131892[_0x448d25(0x2cf)],_0x4d8f4e[_0x448d25(0x288)]=_0x1d5a3a,_0x4d8f4e[_0x448d25(0x235)]=_0x1d5a3a?null:_0x458442[_0x348b04][_0x448d25(0x25c)],_0x4d8f4e[_0x448d25(0x284)]=_0x448d25(0x231)===_0x458442[_0x348b04][_0x448d25(0x20a)],_0x4d8f4e[_0x448d25(0x2b6)]=_0x458442[_0x348b04][_0x448d25(0x2b6)],_0x4d8f4e;});}[_0x1b4849(0x27e)](){const _0x136372=_0x1b4849;this[_0x136372(0x1eb)]=!0x0,this[_0x136372(0x208)]()?this[_0x136372(0x2d2)]():this[_0x136372(0x1eb)]=!0x1;}[_0x1b4849(0x208)](){const _0x559fbc=_0x1b4849,_0x29aa7e=this[_0x559fbc(0x1e1)][_0x559fbc(0x283)][_0x559fbc(0x20b)](_0x4ab986)[_0x559fbc(0x2c5)][_0x559fbc(0x20b)](this[_0x559fbc(0x1df)]);return!this[_0x559fbc(0x1e1)][_0x559fbc(0x291)]&&!!_0x29aa7e&&_0x29aa7e[_0x559fbc(0x1f3)]>0x1&&this[_0x559fbc(0x1eb)];}[_0x1b4849(0x2a7)](){const _0x3d7f76=_0x1b4849;return this[_0x3d7f76(0x257)][_0x3d7f76(0x1f3)]>0x0||this[_0x3d7f76(0x208)]();}}l[_0x1b4849(0x1dc)]=_0x57a50a;function _0xfa70(_0x1dfad8,_0xd9905d){const _0x2752a0=_0x2752();return _0xfa70=function(_0xfa7020,_0x49a36b){_0xfa7020=_0xfa7020-0x1d8;let _0x46f537=_0x2752a0[_0xfa7020];return _0x46f537;},_0xfa70(_0x1dfad8,_0xd9905d);}export default l;class J extends Error{}function Q(_0x2d4dde,_0x495391){const _0x4645b0=_0x1b4849;for(const _0x4fc519 of _0x2d4dde)_0x4fc519[_0x4645b0(0x29d)]=_0x495391++;}class X{constructor(_0x3f80af){const _0x26dfac=_0x1b4849;this[_0x26dfac(0x286)]=_0x3f80af,this[_0x26dfac(0x280)]=new WeakMap();}[_0x1b4849(0x26d)](_0xcc0d03){const _0x3054d6=_0x1b4849;let _0x5b7a99=_0xcc0d03[_0x3054d6(0x1f3)];for(;_0x5b7a99--;){const _0x3c984b=_0xcc0d03[_0x5b7a99];if(!this[_0x3054d6(0x286)][_0x3054d6(0x214)](_0x3c984b)){if(!this[_0x3054d6(0x280)][_0x3054d6(0x214)](_0x3c984b)){const _0x19a26b=_0x4626a7()[_0x3054d6(0x24b)](0x1,0x12);this[_0x3054d6(0x280)][_0x3054d6(0x2c7)](_0x3c984b,_0x19a26b);}return this[_0x3054d6(0x280)][_0x3054d6(0x20b)](_0x3c984b);}}}[_0x1b4849(0x2b0)](_0x28b48d,_0x5a2310){const _0x4748c8=_0x1b4849;if(!_0x5a2310)return;let _0x41f84e=_0x28b48d[_0x4748c8(0x1f3)];for(;_0x41f84e--;){const _0x562225=_0x28b48d[_0x41f84e];this[_0x4748c8(0x286)][_0x4748c8(0x214)](_0x562225)||this[_0x4748c8(0x280)][_0x4748c8(0x2c7)](_0x562225,_0x5a2310);}}}
23
+ const _0x56018d=_0x307b;(function(_0x49728c,_0x29282d){const _0x2d9bc4=_0x307b,_0x269962=_0x49728c();while(!![]){try{const _0x7e2449=parseInt(_0x2d9bc4(0x20e))/0x1+parseInt(_0x2d9bc4(0x271))/0x2*(-parseInt(_0x2d9bc4(0x297))/0x3)+parseInt(_0x2d9bc4(0x2a1))/0x4*(parseInt(_0x2d9bc4(0x238))/0x5)+-parseInt(_0x2d9bc4(0x292))/0x6+parseInt(_0x2d9bc4(0x1dc))/0x7+-parseInt(_0x2d9bc4(0x1b6))/0x8+-parseInt(_0x2d9bc4(0x217))/0x9;if(_0x7e2449===_0x29282d)break;else _0x269962['push'](_0x269962['shift']());}catch(_0x2bfffa){_0x269962['push'](_0x269962['shift']());}}}(_0x4014,0x2f532));import{Plugin as _0x475a5a,PendingActions as _0x5e28ae}from'ckeditor5/src/core.js';import{CKEditorError as _0xfb4206,version as _0x526935,uid as _0x5d9fde}from'ckeditor5/src/utils.js';import{Notification as _0x17cdab}from'ckeditor5/src/ui.js';import{transformSets as _0x4abb73,NoOperation as _0x354a48,InsertOperation as _0x3d9aaf,MarkerOperation as _0xe4fda3,RootAttributeOperation as _0x15f2c3,OperationFactory as _0x4cbe39,History as _0x18534d}from'ckeditor5/src/engine.js';import _0x2ee998 from'./websocketgateway.js';import _0x37d395 from'./sessions.js';function _0x307b(_0x5522ac,_0xf19cca){const _0x401463=_0x4014();return _0x307b=function(_0x307bc6,_0x42fa80){_0x307bc6=_0x307bc6-0x1a6;let _0x264b02=_0x401463[_0x307bc6];return _0x264b02;},_0x307b(_0x5522ac,_0xf19cca);}import _0x2e91ee from'./usermarkers.js';import{getTranslation as _0x41c5f0}from'../common-translations.js';import{Compressor as _0x1a9e2d}from'@ckeditor/ckeditor5-operations-compressor';import{Users as _0x29b584}from'ckeditor5-collaboration/src/collaboration-core.js';import{User as _0x434fdb,CollaborativeEditingService as _0x3ca53a}from'@ckeditor/ckeditor-cloud-services-collaboration/src/services.js';let K=0x1;class l extends _0x475a5a{static get[_0x56018d(0x1c3)](){return[_0x2ee998,_0x37d395,_0x2e91ee,_0x5e28ae,_0x29b584,_0x17cdab];}static get[_0x56018d(0x1c7)](){const _0x2f308d=_0x56018d;return _0x2f308d(0x1e5);}get[_0x56018d(0x1d1)](){const _0x532609=_0x56018d;return this[_0x532609(0x2a2)]+this[_0x532609(0x1f8)];}get[_0x56018d(0x2a2)](){const _0x4c1870=_0x56018d;return this[_0x4c1870(0x287)][_0x4c1870(0x22f)]-this[_0x4c1870(0x1f8)];}get[_0x56018d(0x266)](){const _0x4b2084=_0x56018d,_0x1274d7=this[_0x4b2084(0x287)][_0x4b2084(0x23b)]();for(let _0x523e32=_0x1274d7[_0x4b2084(0x21f)]-0x1;_0x523e32>=0x0;_0x523e32--){const _0x1d4233=_0x1274d7[_0x523e32];if(!this[_0x4b2084(0x1cc)][_0x4b2084(0x24d)](_0x1d4233))return _0x1d4233[_0x4b2084(0x232)]+0x1-this[_0x4b2084(0x1f8)];}return 0x0;}constructor(_0x17322c){const _0x1ce41c=_0x56018d;if(super(_0x17322c),this[_0x1ce41c(0x1f8)]=0x0,this[_0x1ce41c(0x1a8)]=null,this[_0x1ce41c(0x287)]=new _0x18534d(),this[_0x1ce41c(0x1e3)][_0x1ce41c(0x1b1)][_0x1ce41c(0x289)](_0x1ce41c(0x1b0),{}),this[_0x1ce41c(0x28d)]=this[_0x1ce41c(0x1e3)][_0x1ce41c(0x1b1)][_0x1ce41c(0x22a)](_0x1ce41c(0x1ce)),!this[_0x1ce41c(0x28d)])throw new _0xfb4206(_0x1ce41c(0x226),this);const _0x590b8b=_0x17322c[_0x1ce41c(0x1b1)][_0x1ce41c(0x22a)](_0x1ce41c(0x224))||_0x526935;this[_0x1ce41c(0x207)]=new l[(_0x1ce41c(0x27c))](_0x590b8b,this[_0x1ce41c(0x28d)]),this[_0x1ce41c(0x26c)]=this[_0x1ce41c(0x1e3)][_0x1ce41c(0x1d9)][_0x1ce41c(0x20a)],this[_0x1ce41c(0x201)]=new _0x1a9e2d(),this[_0x1ce41c(0x296)]=[],this[_0x1ce41c(0x22b)]=new WeakSet(),this[_0x1ce41c(0x25d)]=new Set(),this[_0x1ce41c(0x1c8)](_0x1ce41c(0x24e),!0x1),this[_0x1ce41c(0x1c8)](_0x1ce41c(0x218),!0x1),this[_0x1ce41c(0x28e)]=null,this[_0x1ce41c(0x23a)]=!0x1,this[_0x1ce41c(0x29a)]=null,this[_0x1ce41c(0x27a)]=0x12c,this[_0x1ce41c(0x247)]=this[_0x1ce41c(0x27a)],this[_0x1ce41c(0x1d5)]=null,this[_0x1ce41c(0x1cc)]=new WeakSet(),this[_0x1ce41c(0x20f)]=new X(this[_0x1ce41c(0x1cc)]);}[_0x56018d(0x2a0)](){const _0x3ca862=_0x56018d,_0x1bef54=this[_0x3ca862(0x1e3)],_0x32fc53=_0x1bef54[_0x3ca862(0x236)][_0x3ca862(0x22a)](_0x29b584),_0x289d01=_0x1bef54[_0x3ca862(0x236)][_0x3ca862(0x22a)](_0x2ee998);this[_0x3ca862(0x2a4)](_0x32fc53,_0x3ca862(0x282),(_0x4ef13c,_0x4fb356)=>{const _0x94a9b7=_0x3ca862,_0x76b521=_0x4fb356[0x0];_0x76b521[_0x94a9b7(0x1fc)]&&(_0x4ef13c[_0x94a9b7(0x237)]=_0x32fc53[_0x94a9b7(0x22c)](_0x76b521[_0x94a9b7(0x1fc)]),_0x4ef13c[_0x94a9b7(0x242)]()),null===_0x76b521[_0x94a9b7(0x1fc)]&&(_0x4ef13c[_0x94a9b7(0x237)]=null,_0x4ef13c[_0x94a9b7(0x242)]());},{'priority':_0x3ca862(0x1b4)}),this[_0x3ca862(0x2a4)](_0x1bef54[_0x3ca862(0x1d9)][_0x3ca862(0x20a)][_0x3ca862(0x1d6)],_0x3ca862(0x1be),(_0xd09dcd,_0xaeaf49)=>{const _0x4dcc98=_0x3ca862;_0xaeaf49[_0x4dcc98(0x25f)]&&this[_0x4dcc98(0x29f)]();}),this[_0x3ca862(0x2a4)](_0x1bef54[_0x3ca862(0x252)][_0x3ca862(0x204)],_0x3ca862(0x1e4),()=>{const _0x375f46=_0x3ca862;this[_0x375f46(0x29f)]();}),this[_0x3ca862(0x240)](),_0x1bef54[_0x3ca862(0x1d9)]['on'](_0x3ca862(0x262),(_0x2b6dea,_0x227f9d)=>{const _0x4a1ad8=_0x3ca862,_0x54020b=_0x227f9d[0x0];_0x54020b[_0x4a1ad8(0x210)]&&(this[_0x4a1ad8(0x1f4)](_0x54020b),this[_0x4a1ad8(0x1bf)]()&&this[_0x4a1ad8(0x29d)]());}),this[_0x3ca862(0x279)](),this[_0x3ca862(0x1b2)](_0x3ca862(0x1e6))['to'](_0x289d01,_0x3ca862(0x1fb),this,_0x3ca862(0x218),(_0x2243e2,_0x3c429a)=>_0x3ca862(0x22d)===_0x2243e2&&!_0x3c429a),this['on'](_0x3ca862(0x21e),()=>{const _0xb357c=_0x3ca862;this[_0xb357c(0x1e6)]?_0x1bef54[_0xb357c(0x208)](_0xb357c(0x250)):_0x1bef54[_0xb357c(0x1ee)](_0xb357c(0x250));}),this[_0x3ca862(0x1e6)]?_0x1bef54[_0x3ca862(0x208)](_0x3ca862(0x250)):_0x1bef54[_0x3ca862(0x1ee)](_0x3ca862(0x250)),this[_0x3ca862(0x1c8)](_0x3ca862(0x264),!0x1);}async[_0x56018d(0x248)](){const _0x112f9a=_0x56018d,_0x436eb8=this[_0x112f9a(0x1e3)][_0x112f9a(0x236)][_0x112f9a(0x22a)](_0x37d395),_0x5e7ed9=this[_0x112f9a(0x1e3)][_0x112f9a(0x236)][_0x112f9a(0x22a)](_0x2ee998);try{this[_0x112f9a(0x24e)]=!0x0,_0x436eb8[_0x112f9a(0x1c5)](this[_0x112f9a(0x28d)]);const _0x303cf4=await this[_0x112f9a(0x207)][_0x112f9a(0x248)](_0x5e7ed9[_0x112f9a(0x20b)],this[_0x112f9a(0x266)]);await this[_0x112f9a(0x1bd)](_0x303cf4)&&(this[_0x112f9a(0x24e)]=!0x1,this[_0x112f9a(0x23d)]());const _0xc229b8=await this[_0x112f9a(0x207)][_0x112f9a(0x221)]();_0x436eb8[_0x112f9a(0x1f2)](this[_0x112f9a(0x28d)],_0xc229b8),this[_0x112f9a(0x268)](),this[_0x112f9a(0x264)]=!0x0;}catch(_0x42af23){if(function(_0x378c9a){const _0x4fe99b=_0x112f9a;return _0x4fe99b(0x241)===_0x378c9a[_0x4fe99b(0x1b5)];}(_0x42af23)&&this[_0x112f9a(0x1a8)])await this[_0x112f9a(0x25c)]();else{if(function(_0x229298){const _0x11300f=_0x112f9a;return _0x11300f(0x1c6)===_0x229298[_0x11300f(0x1b5)];}(_0x42af23)){const _0xb0b4a8=_0x41c5f0(this[_0x112f9a(0x1e3)][_0x112f9a(0x27d)],_0x112f9a(0x1b3));this[_0x112f9a(0x1f9)](_0xb0b4a8);}else{if(!(_0x42af23 instanceof J))throw _0x42af23;this[_0x112f9a(0x1f9)]();}}}}[_0x56018d(0x230)](){const _0x459393=_0x56018d,_0x585b4a=this[_0x459393(0x1e3)][_0x459393(0x236)][_0x459393(0x22a)](_0x2ee998),_0x1df0a9=this[_0x459393(0x1e3)][_0x459393(0x236)][_0x459393(0x22a)](_0x37d395);this[_0x459393(0x1e3)][_0x459393(0x1ee)](_0x459393(0x1ba)),_0x1df0a9[_0x459393(0x216)][_0x459393(0x24d)](this[_0x459393(0x28d)])&&_0x1df0a9[_0x459393(0x1c5)](this[_0x459393(0x28d)]),_0x585b4a[_0x459393(0x1ec)](this),this[_0x459393(0x1ff)](),super[_0x459393(0x230)]();}async[_0x56018d(0x1bd)](_0x3627d4){const _0x580fb2=_0x56018d;if(this[_0x580fb2(0x1a8)]!==_0x3627d4[_0x580fb2(0x1a8)]&&this[_0x580fb2(0x1d5)]!==_0x3627d4[_0x580fb2(0x21d)])throw new J();return this[_0x580fb2(0x1a8)]=_0x3627d4[_0x580fb2(0x1a8)],this[_0x580fb2(0x277)]([],{..._0x3627d4,'wereChangesApplied':!0x1,'data':_0x3627d4[_0x580fb2(0x1d4)]},_0x580fb2(0x248));}async[_0x56018d(0x1b7)](_0x29b5be,_0x1f5a46=!0x1){const _0x55f7f0=_0x56018d,{connection:_0x3b463f}=this[_0x55f7f0(0x1e3)][_0x55f7f0(0x236)][_0x55f7f0(0x22a)](_0x2ee998);l[_0x55f7f0(0x27c)][_0x55f7f0(0x221)](_0x3b463f,this[_0x55f7f0(0x28d)])[_0x55f7f0(0x2a6)](_0x5d854e=>this[_0x55f7f0(0x273)](_0x5d854e))[_0x55f7f0(0x22e)](_0x1d4b20=>{const _0x1fbe43=_0x55f7f0;this[_0x1fbe43(0x2a5)](_0x1fbe43(0x202),_0x1d4b20);}),this[_0x55f7f0(0x2a4)](this[_0x55f7f0(0x207)],_0x55f7f0(0x288),this[_0x55f7f0(0x255)][_0x55f7f0(0x1b2)](this)),this[_0x55f7f0(0x2a4)](this[_0x55f7f0(0x207)],_0x55f7f0(0x1cd),(_0x262e53,_0xef64f)=>{const _0x4c0078=_0x55f7f0;this[_0x4c0078(0x2a5)](_0x4c0078(0x284),_0xef64f);}),this[_0x55f7f0(0x2a4)](this[_0x55f7f0(0x207)],_0x55f7f0(0x1ca),()=>{const _0x2a9cc8=_0x55f7f0;this[_0x2a9cc8(0x264)]=!0x1;});const _0x5af1c9=this[_0x55f7f0(0x20f)][_0x55f7f0(0x27f)](_0x29b5be);this[_0x55f7f0(0x24e)]=!0x0;const _0x54f514=await this[_0x55f7f0(0x207)][_0x55f7f0(0x254)](_0x3b463f,this[_0x55f7f0(0x26a)](_0x29b5be),_0x5af1c9);if(this[_0x55f7f0(0x1a8)]=_0x54f514[_0x55f7f0(0x1a8)],_0x1f5a46){if(!_0x54f514[_0x55f7f0(0x259)])return void this[_0x55f7f0(0x1f9)]();this[_0x55f7f0(0x24e)]=!0x1,this[_0x55f7f0(0x23d)](),this[_0x55f7f0(0x287)][_0x55f7f0(0x1a7)](),this[_0x55f7f0(0x1f8)]=_0x54f514[_0x55f7f0(0x1bc)],this[_0x55f7f0(0x287)][_0x55f7f0(0x22f)]=this[_0x55f7f0(0x1f8)],await this[_0x55f7f0(0x277)](_0x29b5be,_0x54f514,_0x55f7f0(0x1ed));}else await this[_0x55f7f0(0x1f6)](_0x54f514,_0x29b5be);this[_0x55f7f0(0x268)](),this[_0x55f7f0(0x264)]=!0x0;}[_0x56018d(0x268)](){const _0x3e41cf=_0x56018d,_0x583359=this[_0x3e41cf(0x1e3)][_0x3e41cf(0x236)][_0x3e41cf(0x22a)](_0x37d395),_0x5ee314=this[_0x3e41cf(0x1e3)][_0x3e41cf(0x236)][_0x3e41cf(0x22a)](_0x2e91ee),_0x1a8b52=_0x583359[_0x3e41cf(0x216)][_0x3e41cf(0x22a)](this[_0x3e41cf(0x28d)]);_0x1a8b52&&_0x1a8b52[_0x3e41cf(0x21f)]>0x1?_0x5ee314[_0x3e41cf(0x225)]():this[_0x3e41cf(0x2a4)](_0x583359,_0x3e41cf(0x286)+this[_0x3e41cf(0x28d)],()=>{const _0x463b1f=_0x3e41cf;0x2===_0x583359[_0x463b1f(0x216)][_0x463b1f(0x22a)](this[_0x463b1f(0x28d)])[_0x463b1f(0x21f)]&&_0x5ee314[_0x463b1f(0x225)]();});}async[_0x56018d(0x255)](_0x530c27,_0x475784,_0x11b625,_0x3865c3){const _0x4f242e=_0x56018d;if(!this[_0x4f242e(0x24e)]&&this[_0x4f242e(0x26c)][_0x4f242e(0x22f)]==_0x475784){const _0x4b2a8f=this[_0x4f242e(0x203)](_0x11b625,_0x3865c3);await this[_0x4f242e(0x1aa)](_0x4b2a8f),this[_0x4f242e(0x28b)](_0x4b2a8f,_0x475784,_0x11b625[_0x4f242e(0x21d)])||this[_0x4f242e(0x2a5)](_0x4f242e(0x24b));}}async[_0x56018d(0x25c)](){const _0xb0b21f=_0x56018d;this[_0xb0b21f(0x1ff)]();const {locale:_0x4ebcbf}=this[_0xb0b21f(0x1e3)];let _0x16601b;try{_0x16601b=await this[_0xb0b21f(0x207)][_0xb0b21f(0x24c)]();}catch(_0x40e236){const _0x6e8bcf=_0x41c5f0(_0x4ebcbf,_0xb0b21f(0x26f));return void this[_0xb0b21f(0x1f9)](_0x6e8bcf);}const _0x273921=_0x16601b[_0xb0b21f(0x263)]||_0x16601b[_0xb0b21f(0x1e7)];if(this[_0xb0b21f(0x1d5)]===_0x273921[_0xb0b21f(0x21d)])await this[_0xb0b21f(0x1b7)](this[_0xb0b21f(0x1e3)][_0xb0b21f(0x1d9)][_0xb0b21f(0x20a)][_0xb0b21f(0x244)][_0xb0b21f(0x23b)](),!0x0);else{const _0x680fc0=_0x41c5f0(_0x4ebcbf,_0xb0b21f(0x260));this[_0xb0b21f(0x1f9)](_0x680fc0);}}[_0x56018d(0x1ff)](){const _0x4ebd87=_0x56018d;this[_0x4ebd87(0x207)][_0x4ebd87(0x1ad)](),this[_0x4ebd87(0x296)]=[],clearTimeout(this[_0x4ebd87(0x29a)]),this[_0x4ebd87(0x23f)](this[_0x4ebd87(0x207)]);}[_0x56018d(0x273)](_0x4b3e8b){const _0x18baf9=_0x56018d,_0x4686d8=this[_0x18baf9(0x1e3)][_0x18baf9(0x236)][_0x18baf9(0x22a)](_0x37d395);this[_0x18baf9(0x2a4)](_0x4686d8,_0x18baf9(0x286)+this[_0x18baf9(0x28d)],(_0x1ae697,{session:_0x12e574})=>{const _0x3fdc4a=_0x18baf9;if(_0x12e574['id']===_0x4686d8[_0x3fdc4a(0x249)]){_0x1ae697[_0x3fdc4a(0x211)]();const _0x1bf173=this[_0x3fdc4a(0x1e3)][_0x3fdc4a(0x236)][_0x3fdc4a(0x24d)](_0x3fdc4a(0x25e))&&this[_0x3fdc4a(0x1e3)][_0x3fdc4a(0x236)][_0x3fdc4a(0x22a)](_0x3fdc4a(0x25e));let _0x40c63a=_0x12e574[_0x3fdc4a(0x1e1)];_0x1bf173&&_0x1bf173[_0x3fdc4a(0x212)]&&(_0x40c63a=_0x40c63a[_0x3fdc4a(0x243)](_0x17724c=>_0x3fdc4a(0x1fe)!==_0x17724c)),this[_0x3fdc4a(0x1e3)][_0x3fdc4a(0x236)][_0x3fdc4a(0x22a)](_0x3fdc4a(0x1e9))[_0x3fdc4a(0x265)](_0x40c63a,this[_0x3fdc4a(0x28d)]);}}),_0x4686d8[_0x18baf9(0x1f2)](this[_0x18baf9(0x28d)],_0x4b3e8b);}[_0x56018d(0x240)](){const _0x24c4f0=_0x56018d,_0x2f51f5=this[_0x24c4f0(0x1e3)][_0x24c4f0(0x1d4)][_0x24c4f0(0x1c8)];this[_0x24c4f0(0x1e3)][_0x24c4f0(0x1d4)][_0x24c4f0(0x1c8)]=(..._0x43f660)=>{const _0x213400=_0x24c4f0;if(!_0x43f660[_0x43f660[_0x213400(0x21f)]-0x1][_0x213400(0x29e)])throw new _0xfb4206(_0x213400(0x235),this);_0x2f51f5[_0x213400(0x1ab)](this[_0x213400(0x1e3)][_0x213400(0x1d4)],_0x43f660);};}[_0x56018d(0x279)](){const _0x2c5c8f=_0x56018d;this[_0x2c5c8f(0x1e3)][_0x2c5c8f(0x1d4)]['on'](_0x2c5c8f(0x2a0),(_0x2b39ec,[_0x284522])=>{const _0x1f32ae=_0x2c5c8f;if(this[_0x1f32ae(0x26c)][_0x1f32ae(0x22f)])throw new _0xfb4206(_0x1f32ae(0x1bb),this);_0x2b39ec[_0x1f32ae(0x242)](),this[_0x1f32ae(0x1c9)]();const _0x404e16=this[_0x1f32ae(0x1e3)][_0x1f32ae(0x1b1)][_0x1f32ae(0x22a)](_0x1f32ae(0x278)),_0x59a37b=this[_0x1f32ae(0x285)](_0x284522,_0x404e16);0x0==_0x59a37b[_0x1f32ae(0x21f)]&&_0x59a37b[_0x1f32ae(0x1f1)](new _0x354a48(0x0)),_0x2b39ec[_0x1f32ae(0x237)]=this[_0x1f32ae(0x1b7)](_0x59a37b)[_0x1f32ae(0x2a6)](()=>{const _0x2ec49a=_0x1f32ae;this[_0x2ec49a(0x1e3)][_0x2ec49a(0x236)][_0x2ec49a(0x22a)](_0x2ee998)[_0x2ec49a(0x220)](this),this[_0x2ec49a(0x1e3)][_0x2ec49a(0x1d4)][_0x2ec49a(0x233)](_0x2ec49a(0x1f0));})[_0x1f32ae(0x22e)](_0x163387=>this[_0x1f32ae(0x2a5)](_0x1f32ae(0x1f3),_0x163387))[_0x1f32ae(0x293)](()=>this[_0x1f32ae(0x23d)]());},{'priority':_0x2c5c8f(0x1b4)}),this[_0x2c5c8f(0x1e3)]['on'](_0x2c5c8f(0x1cf),async(_0x36b205,[_0x27485f,_0x482c58])=>{const _0x4c944b=_0x2c5c8f;_0x36b205[_0x4c944b(0x242)]();const _0x16c1c8=this[_0x4c944b(0x1e3)][_0x4c944b(0x1d9)][_0x4c944b(0x20a)][_0x4c944b(0x1af)](_0x27485f);if(!this[_0x4c944b(0x25d)][_0x4c944b(0x24d)](_0x27485f)){const _0x3ae245=_0x482c58&&_0x482c58[_0x4c944b(0x1d4)]?_0x482c58[_0x4c944b(0x1d4)]:'',_0x197a3b=_0x482c58&&_0x482c58[_0x4c944b(0x1c0)]?_0x482c58[_0x4c944b(0x1c0)]:{};await this[_0x4c944b(0x239)](_0x27485f,_0x3ae245,_0x197a3b);}this[_0x4c944b(0x1e3)][_0x4c944b(0x1d9)][_0x4c944b(0x231)]({'isUndoable':!0x1},()=>{const _0x354cbc=_0x4c944b;_0x16c1c8[_0x354cbc(0x246)]=!0x0,this[_0x354cbc(0x1e3)][_0x354cbc(0x1d9)][_0x354cbc(0x20a)][_0x354cbc(0x269)][_0x354cbc(0x206)](_0x16c1c8);});},{'priority':_0x2c5c8f(0x1b4)});}async[_0x56018d(0x1aa)](_0x8490c7){const _0x1b3cb0=_0x56018d,_0x20be3f=this[_0x1b3cb0(0x1e3)][_0x1b3cb0(0x236)][_0x1b3cb0(0x22a)](_0x29b584),{connection:_0x18aea3}=this[_0x1b3cb0(0x1e3)][_0x1b3cb0(0x236)][_0x1b3cb0(0x22a)](_0x2ee998),_0x28c9b7=new Set();for(const _0x287fca of _0x8490c7){const _0x173d0a=_0x287fca[_0x1b3cb0(0x1fc)];_0x173d0a&&!_0x20be3f[_0x1b3cb0(0x22c)](_0x173d0a)&&_0x28c9b7[_0x1b3cb0(0x23c)](_0x173d0a);}if(0x0===_0x28c9b7[_0x1b3cb0(0x258)])return;const _0x231cec=await _0x434fdb[_0x1b3cb0(0x270)](_0x18aea3,Array[_0x1b3cb0(0x253)](_0x28c9b7));for(const _0x3bd249 of _0x231cec)_0x20be3f[_0x1b3cb0(0x22c)](_0x3bd249['id'])||_0x20be3f[_0x1b3cb0(0x26d)](_0x3bd249);}[_0x56018d(0x285)](_0x311d41,_0x10f2d0={}){const _0x555ab3=_0x56018d,_0x91a324=this[_0x555ab3(0x1e3)][_0x555ab3(0x1d9)],_0x15fa29=[];let _0x40aaf9=0x0;const _0x222dd5=_0x555ab3(0x29b)==typeof _0x311d41?{'main':_0x311d41}:_0x311d41;for(const _0x3739bc of Object[_0x555ab3(0x222)](_0x222dd5)){if(!this[_0x555ab3(0x26c)][_0x555ab3(0x1e2)][_0x555ab3(0x24d)](_0x3739bc))throw new _0xfb4206(_0x555ab3(0x28f),this);const _0x2b0223=this[_0x555ab3(0x1e3)][_0x555ab3(0x1d4)][_0x555ab3(0x1e0)](_0x222dd5[_0x3739bc]),_0x169568=this[_0x555ab3(0x26c)][_0x555ab3(0x1af)](_0x3739bc),_0x3b4dc3=new _0x3d9aaf(_0x91a324[_0x555ab3(0x256)](_0x169568,0x0),_0x2b0223,_0x40aaf9++);_0x15fa29[_0x555ab3(0x1f1)](_0x3b4dc3);for(const [_0x3a4443,_0x87a4c6]of _0x2b0223[_0x555ab3(0x272)]){const _0x50ba29=_0x91a324[_0x555ab3(0x1c2)](_0x91a324[_0x555ab3(0x276)](_0x169568,_0x87a4c6[_0x555ab3(0x298)][_0x555ab3(0x25b)][_0x555ab3(0x1a6)]()),_0x91a324[_0x555ab3(0x276)](_0x169568,_0x87a4c6[_0x555ab3(0x280)][_0x555ab3(0x25b)][_0x555ab3(0x1a6)]())),_0xf71d1c=new _0xe4fda3(_0x3a4443,null,_0x50ba29,_0x91a324[_0x555ab3(0x272)],!0x0,_0x40aaf9++);_0x15fa29[_0x555ab3(0x1f1)](_0xf71d1c);}}if(_0x10f2d0)for(const [_0x679bb5,_0x1d493c]of Object[_0x555ab3(0x1db)](_0x10f2d0)){const _0x4c81a1=_0x91a324[_0x555ab3(0x20a)][_0x555ab3(0x1af)](_0x679bb5);if(!_0x4c81a1)throw new _0xfb4206(_0x555ab3(0x1c4),null);for(const [_0xc21bbf,_0x1a4d30]of Object[_0x555ab3(0x1db)](_0x1d493c))if(null!==_0x1a4d30){const _0x47e637=new _0x15f2c3(_0x4c81a1,_0xc21bbf,null,_0x1a4d30,_0x40aaf9++);_0x15fa29[_0x555ab3(0x1f1)](_0x47e637);}}return _0x15fa29;}async[_0x56018d(0x239)](_0x42f8a1,_0x2d5755,_0x4c3ad6){const _0x17b0a5=_0x56018d;this[_0x17b0a5(0x285)]({[_0x42f8a1]:_0x2d5755},{[_0x42f8a1]:_0x4c3ad6})[_0x17b0a5(0x1d8)]((_0x416fc9,_0x5a77ce)=>{const _0x70223b=_0x17b0a5;_0x416fc9[_0x70223b(0x232)]=this[_0x70223b(0x26c)][_0x70223b(0x22f)]+_0x5a77ce,_0x416fc9[_0x70223b(0x1ac)]=!0x0,this[_0x70223b(0x1f4)](_0x416fc9);}),this[_0x17b0a5(0x29d)](),await this[_0x17b0a5(0x227)]();}async[_0x56018d(0x1f6)](_0xda4dd7,_0x3e35d7){const _0x31e928=_0x56018d;let _0x17ba8e;this[_0x31e928(0x1f8)]=_0xda4dd7[_0x31e928(0x1bc)];const _0xb9943f=_0xda4dd7[_0x31e928(0x259)]&&!_0xda4dd7[_0x31e928(0x1ea)],_0x19c0d2=_0xb9943f?0x0:_0xda4dd7[_0x31e928(0x1d4)][_0x31e928(0x232)];if(_0x3e35d7[_0x31e928(0x1d8)](_0xbc4eb1=>{const _0x2cfd9f=_0x31e928;_0xbc4eb1[_0x2cfd9f(0x1ac)]=!0x0,_0xbc4eb1[_0x2cfd9f(0x1f7)]=_0xda4dd7[_0x2cfd9f(0x27b)],_0xbc4eb1[_0x2cfd9f(0x1fc)]=null;}),_0xb9943f)_0x17ba8e=_0x3e35d7,this[_0x31e928(0x1de)](_0x17ba8e,_0xb9943f);else{if(_0xda4dd7[_0x31e928(0x1ea)]){const _0x4912bd=this[_0x31e928(0x285)](_0xda4dd7[_0x31e928(0x1ea)]);this[_0x31e928(0x26c)][_0x31e928(0x244)][_0x31e928(0x22f)]=-_0x4912bd[_0x31e928(0x21f)],_0x4912bd[_0x31e928(0x1d8)](_0x376932=>{const _0x5f6dd8=_0x31e928;_0x376932[_0x5f6dd8(0x232)]-=_0x4912bd[_0x5f6dd8(0x21f)],_0x376932[_0x5f6dd8(0x1f7)]=_0xda4dd7[_0x5f6dd8(0x27b)],_0x376932[_0x5f6dd8(0x1ac)]=!0x0,_0x376932[_0x5f6dd8(0x1fc)]=null;}),this[_0x31e928(0x1de)](_0x4912bd,!0x0),this[_0x31e928(0x287)][_0x31e928(0x22f)]=-_0x4912bd[_0x31e928(0x21f)]+this[_0x31e928(0x1f8)],this[_0x31e928(0x245)](_0x4912bd);}this[_0x31e928(0x26c)][_0x31e928(0x244)][_0x31e928(0x22f)]=_0x19c0d2,_0x17ba8e=this[_0x31e928(0x203)](_0xda4dd7[_0x31e928(0x1d4)],_0xda4dd7[_0x31e928(0x1cb)]),await this[_0x31e928(0x1aa)](_0x17ba8e),this[_0x31e928(0x1de)](_0x17ba8e,_0xb9943f);}_0xda4dd7[_0x31e928(0x21d)]&&(this[_0x31e928(0x20f)][_0x31e928(0x281)](_0x17ba8e,_0xda4dd7[_0x31e928(0x21d)]),this[_0x31e928(0x1d5)]=_0xda4dd7[_0x31e928(0x21d)]),this[_0x31e928(0x287)][_0x31e928(0x22f)]=_0x19c0d2+this[_0x31e928(0x1f8)],this[_0x31e928(0x245)](_0x17ba8e),_0x3e35d7[_0x31e928(0x243)](_0x5c8f58=>{const _0x472513=_0x31e928,_0x416cd6=this[_0x472513(0x228)](_0x5c8f58);return _0x416cd6&&!this[_0x472513(0x25d)][_0x472513(0x24d)](_0x416cd6);})[_0x31e928(0x1d8)]((_0x226f7f,_0x45154d)=>{const _0x4713d9=_0x31e928;_0x226f7f[_0x4713d9(0x232)]=this[_0x4713d9(0x26c)][_0x4713d9(0x22f)]+_0x45154d,this[_0x4713d9(0x1f4)](_0x226f7f);}),this[_0x31e928(0x1bf)]()?(this[_0x31e928(0x247)]=0x0,this[_0x31e928(0x29d)](!0x0),await this[_0x31e928(0x227)]()):(this[_0x31e928(0x24e)]=!0x1,this[_0x31e928(0x23d)]());}[_0x56018d(0x2a5)](_0x52d83f,_0x16d737){const _0x568ac5=_0x56018d;throw this[_0x568ac5(0x24e)]=!0x0,_0x16d737&&console[_0x568ac5(0x1cd)](_0x16d737),new _0xfb4206(_0x52d83f,this[_0x568ac5(0x1e3)]);}[_0x56018d(0x1f4)](_0x40f6c7){const _0x489270=_0x56018d;this[_0x489270(0x22b)][_0x489270(0x24d)](_0x40f6c7)||(this[_0x489270(0x22b)][_0x489270(0x23c)](_0x40f6c7),this[_0x489270(0x296)][_0x489270(0x1f1)](_0x40f6c7),this[_0x489270(0x28e)]||_0x489270(0x28a)==_0x40f6c7[_0x489270(0x1ae)]&&!_0x40f6c7[_0x489270(0x1d2)]||this[_0x489270(0x1c9)]());}[_0x56018d(0x29d)](_0xe294c1=!0x1){const _0x1e70ad=_0x56018d;!_0xe294c1&&this[_0x1e70ad(0x24e)]||(this[_0x1e70ad(0x24e)]=!0x0,clearTimeout(this[_0x1e70ad(0x29a)]),this[_0x1e70ad(0x29a)]=setTimeout(()=>{const _0x5e1e05=_0x1e70ad;this[_0x5e1e05(0x223)]()[_0x5e1e05(0x2a6)](_0x88c380=>{const _0x22ff9f=_0x5e1e05;_0x88c380&&(this[_0x22ff9f(0x23d)](),this[_0x22ff9f(0x24e)]=!0x1);})[_0x5e1e05(0x22e)](_0x3a8c81=>{const _0x39e7a3=_0x5e1e05;if(this[_0x39e7a3(0x23d)](),this[_0x39e7a3(0x24e)]=!0x1,!function(_0x20dc1e){const _0x4893d1=_0x39e7a3;return _0x20dc1e[_0x4893d1(0x26b)][_0x4893d1(0x251)](_0x4893d1(0x229))||_0x20dc1e[_0x4893d1(0x26b)][_0x4893d1(0x251)](_0x4893d1(0x1e8))||_0x20dc1e[_0x4893d1(0x26b)][_0x4893d1(0x251)](_0x4893d1(0x295));}(_0x3a8c81))throw _0x3a8c81;});},this[_0x1e70ad(0x247)]));}[_0x56018d(0x227)](){return new Promise(_0x32a553=>{const _0x19d7c2=_0x307b;this['on'](_0x19d7c2(0x27e),()=>{_0x32a553();});});}async[_0x56018d(0x223)](){const _0x3f2064=_0x56018d,_0x35da28=this[_0x3f2064(0x1e3)][_0x3f2064(0x236)][_0x3f2064(0x22a)](_0x2e91ee);if(this[_0x3f2064(0x267)]()&&(_0x35da28[_0x3f2064(0x225)](),this[_0x3f2064(0x23a)]=!0x1),!this[_0x3f2064(0x1bf)]())return!0x0;const _0x33995d=[...this[_0x3f2064(0x296)]];for(const _0x4b7bab of _0x33995d)_0x4b7bab[_0x3f2064(0x205)]=this[_0x3f2064(0x26c)][_0x3f2064(0x244)][_0x3f2064(0x1b9)](_0x4b7bab);const _0x586e19=this[_0x3f2064(0x20f)][_0x3f2064(0x27f)](_0x33995d),_0x4e6253=K++,_0x58f2b7=this[_0x3f2064(0x26a)](_0x33995d),_0x377c0b=await this[_0x3f2064(0x207)][_0x3f2064(0x1f5)](_0x58f2b7,_0x58f2b7[_0x3f2064(0x232)],_0x586e19);try{return await this[_0x3f2064(0x277)](_0x33995d,_0x377c0b,_0x4e6253);}catch(_0x32164b){return this[_0x3f2064(0x2a5)](_0x3f2064(0x20c),_0x32164b);}}async[_0x56018d(0x277)](_0x5d4f59,_0x23a496,_0x2db07b){const _0x490a89=_0x56018d;if(_0x490a89(0x1cd)in _0x23a496)throw _0x23a496[_0x490a89(0x1cd)];let _0x1959df=!0x1;if(_0x23a496[_0x490a89(0x259)]){_0x23a496[_0x490a89(0x21d)]&&(this[_0x490a89(0x1d5)]=_0x23a496[_0x490a89(0x21d)]),this[_0x490a89(0x296)]=this[_0x490a89(0x296)][_0x490a89(0x243)](_0x4b6e10=>!_0x5d4f59[_0x490a89(0x1d3)](_0x4b6e10));for(const _0x30cd98 of _0x5d4f59)_0x30cd98[_0x490a89(0x1f7)]=_0x490a89(0x1d0)in _0x23a496&&_0x23a496[_0x490a89(0x1d0)]||void 0x0;Q(_0x5d4f59,_0x23a496[_0x490a89(0x22f)]-_0x5d4f59[_0x490a89(0x21f)]),this[_0x490a89(0x245)](_0x5d4f59);const _0xdb06f3=_0x5d4f59[_0x490a89(0x243)](_0xfcc87=>{const _0x165afa=_0x490a89;if(!_0xfcc87[_0x165afa(0x1ac)])return!0x1;const _0x2c1c68=this[_0x165afa(0x228)](_0xfcc87);return _0x2c1c68&&!this[_0x165afa(0x25d)][_0x165afa(0x24d)](_0x2c1c68);});Q(_0xdb06f3,this[_0x490a89(0x26c)][_0x490a89(0x22f)]),this[_0x490a89(0x1de)](_0xdb06f3),_0x1959df=!0x0,this[_0x490a89(0x247)]=this[_0x490a89(0x27a)];}else{const _0xf08de9=this[_0x490a89(0x203)](_0x23a496[_0x490a89(0x1d4)],_0x23a496[_0x490a89(0x1cb)])[_0x490a89(0x243)](_0x219c6a=>_0x219c6a[_0x490a89(0x232)]>=this[_0x490a89(0x2a2)]);_0xf08de9[_0x490a89(0x1d8)](_0x5717e0=>this[_0x490a89(0x24a)](_0x5717e0)),this[_0x490a89(0x296)]=this[_0x490a89(0x296)][_0x490a89(0x243)](_0x482dfe=>!_0x482dfe[_0x490a89(0x1ac)]||!this[_0x490a89(0x25d)][_0x490a89(0x24d)](this[_0x490a89(0x228)](_0x482dfe))),this[_0x490a89(0x296)][_0x490a89(0x21f)]&&Q(this[_0x490a89(0x296)],this[_0x490a89(0x296)][0x0][_0x490a89(0x232)]),await this[_0x490a89(0x1aa)](_0xf08de9),_0x1959df=this[_0x490a89(0x28b)](_0xf08de9,_0x23a496[_0x490a89(0x22f)],_0x23a496[_0x490a89(0x21d)]),this[_0x490a89(0x247)]=Math[_0x490a89(0x29c)](this[_0x490a89(0x247)]/0x2);}return _0x1959df?!this[_0x490a89(0x1bf)]()||(this[_0x490a89(0x29d)](!0x0),!0x1):this[_0x490a89(0x2a5)](_0x490a89(0x213));}[_0x56018d(0x28b)](_0x4ea892,_0x4f4e16,_0x12508d){const _0x2244d8=_0x56018d;try{const _0x3696a8={'document':this[_0x2244d8(0x26c)],'useRelations':!0x1,'padWithNoOps':!0x0},{operationsA:_0x2a578a,operationsB:_0x1699c2,originalOperations:_0xb7aef}=_0x4abb73(_0x4ea892,this[_0x2244d8(0x296)],_0x3696a8);Q(_0x2a578a,this[_0x2244d8(0x26c)][_0x2244d8(0x22f)]),Q(_0x1699c2,_0x4f4e16);for(const _0x280287 of _0x2a578a){const _0x46ce6e=_0xb7aef[_0x2244d8(0x22a)](_0x280287);_0x280287[_0x2244d8(0x1fc)]=_0x46ce6e?_0x46ce6e[_0x2244d8(0x1fc)]:null;}_0x12508d&&(this[_0x2244d8(0x20f)][_0x2244d8(0x281)](_0x4ea892,_0x12508d),this[_0x2244d8(0x1d5)]=_0x12508d),this[_0x2244d8(0x296)]=[..._0x1699c2],this[_0x2244d8(0x1de)](_0x2a578a),this[_0x2244d8(0x245)](_0x4ea892);}catch(_0x180a62){return console[_0x2244d8(0x1cd)](_0x180a62),!0x1;}return!0x0;}[_0x56018d(0x1de)](_0x131049,_0x52c2d8=!0x1){const _0x3de911=_0x56018d;this[_0x3de911(0x1e3)][_0x3de911(0x1d9)][_0x3de911(0x231)]({'isUndoable':!0x1,'isLocal':!0x1},_0x4a9b14=>{const _0x32efd3=_0x3de911;for(const _0x28def9 of _0x131049)this[_0x32efd3(0x22b)][_0x32efd3(0x23c)](_0x28def9),this[_0x32efd3(0x24a)](_0x28def9),_0x4a9b14[_0x32efd3(0x214)][_0x32efd3(0x21c)](_0x28def9),this[_0x32efd3(0x1e3)][_0x32efd3(0x1d9)][_0x32efd3(0x262)](_0x28def9);});}[_0x56018d(0x24a)](_0x4f6d0b){const _0x48ea13=_0x56018d,_0x4ad620=this[_0x48ea13(0x228)](_0x4f6d0b);_0x4ad620&&this[_0x48ea13(0x25d)][_0x48ea13(0x23c)](_0x4ad620);}[_0x56018d(0x228)](_0x2ada3c){const _0x4be22f=_0x56018d;let _0x27d63a,_0x5c9e03;switch(_0x2ada3c[_0x4be22f(0x1ae)]){case _0x4be22f(0x21a):_0x27d63a=_0x2ada3c[_0x4be22f(0x234)][_0x4be22f(0x1eb)];break;case _0x4be22f(0x28a):if(_0x5c9e03=_0x2ada3c[_0x4be22f(0x274)],!_0x5c9e03)return null;_0x27d63a=_0x5c9e03[_0x4be22f(0x1eb)];break;case _0x4be22f(0x1d7):_0x27d63a=_0x2ada3c[_0x4be22f(0x1eb)];break;case _0x4be22f(0x24f):_0x27d63a=_0x2ada3c[_0x4be22f(0x1a9)];break;case _0x4be22f(0x1b8):_0x27d63a=_0x2ada3c[_0x4be22f(0x1dd)][_0x4be22f(0x1eb)];break;default:return null;}return _0x27d63a[_0x4be22f(0x1fa)];}[_0x56018d(0x245)](_0x435f76){const _0xc3277d=_0x56018d;_0x435f76[_0xc3277d(0x1d8)](_0x195c4c=>{const _0xff2f2f=_0xc3277d,_0x4c2527=_0x195c4c[_0xff2f2f(0x299)]();_0x4c2527[_0xff2f2f(0x1fc)]=_0x195c4c[_0xff2f2f(0x1fc)],_0x4c2527[_0xff2f2f(0x1ac)]=!!_0x195c4c[_0xff2f2f(0x1ac)],_0x4c2527[_0xff2f2f(0x1f7)]=_0x195c4c[_0xff2f2f(0x1f7)],_0x4c2527[_0xff2f2f(0x232)]+=this[_0xff2f2f(0x1f8)],_0x195c4c[_0xff2f2f(0x1da)]&&this[_0xff2f2f(0x1cc)][_0xff2f2f(0x23c)](_0x4c2527),this[_0xff2f2f(0x287)][_0xff2f2f(0x21c)](_0x4c2527);});}[_0x56018d(0x1f9)](_0xaa15e7){const _0xe54251=_0x56018d,_0x5fc3e8=this[_0xe54251(0x1e3)][_0xe54251(0x236)][_0xe54251(0x22a)](_0xe54251(0x219)),_0x258260=this[_0xe54251(0x1e3)][_0xe54251(0x27d)];_0xaa15e7||(_0xaa15e7=_0x41c5f0(_0x258260,_0xe54251(0x26e))),_0x5fc3e8[_0xe54251(0x1ef)](_0xaa15e7,{'title':_0x41c5f0(_0x258260,_0xe54251(0x28c)),'namespace':_0xe54251(0x23e)}),this[_0xe54251(0x218)]=!0x0,clearTimeout(this[_0xe54251(0x29a)]),this[_0xe54251(0x296)]=[],this[_0xe54251(0x1e3)][_0xe54251(0x236)][_0xe54251(0x22a)](_0x2ee998)[_0xe54251(0x230)]();}[_0x56018d(0x1c9)](){const _0x14bef5=_0x56018d;this[_0x14bef5(0x28e)]||(this[_0x14bef5(0x28e)]=this[_0x14bef5(0x1e3)][_0x14bef5(0x236)][_0x14bef5(0x22a)](_0x5e28ae)[_0x14bef5(0x23c)](_0x41c5f0(this[_0x14bef5(0x1e3)][_0x14bef5(0x27d)],_0x14bef5(0x209))));}[_0x56018d(0x23d)](){const _0x2769da=_0x56018d;this[_0x2769da(0x28e)]&&(this[_0x2769da(0x1e3)][_0x2769da(0x236)][_0x2769da(0x22a)](_0x5e28ae)[_0x2769da(0x21b)](this[_0x2769da(0x28e)]),this[_0x2769da(0x28e)]=null);}[_0x56018d(0x26a)](_0x232a8a){const _0x4b506e=_0x56018d,_0x3de040=_0x232a8a[_0x4b506e(0x294)](_0x23fd41=>_0x23fd41[_0x4b506e(0x200)]());return this[_0x4b506e(0x201)][_0x4b506e(0x25a)](_0x3de040);}[_0x56018d(0x203)](_0x3f917d,_0x3b95b8){const _0x11ff2f=_0x56018d;return this[_0x11ff2f(0x201)][_0x11ff2f(0x1c1)](_0x3f917d)[_0x11ff2f(0x294)]((_0x3ecd07,_0x188f9a)=>{const _0x3f883a=_0x11ff2f,_0x2595a2=_0x3f883a(0x2a0)==_0x3b95b8[_0x188f9a][_0x3f883a(0x1ae)];if(_0x3f883a(0x215)==_0x3ecd07[_0x3f883a(0x20d)]){const _0x2a3f7b=_0x3ecd07[_0x3f883a(0x234)][_0x3f883a(0x1eb)];!this[_0x3f883a(0x26c)][_0x3f883a(0x1af)](_0x2a3f7b)&&(this[_0x3f883a(0x26c)][_0x3f883a(0x1fd)](_0x3f883a(0x1df),_0x2a3f7b)[_0x3f883a(0x283)]=!0x1);}const _0x410954=_0x4cbe39[_0x3f883a(0x290)](_0x3ecd07,this[_0x3f883a(0x26c)]);return _0x410954[_0x3f883a(0x205)]=_0x3ecd07[_0x3f883a(0x205)],_0x410954[_0x3f883a(0x1ac)]=_0x2595a2,_0x410954[_0x3f883a(0x1fc)]=_0x2595a2?null:_0x3b95b8[_0x188f9a][_0x3f883a(0x261)],_0x410954[_0x3f883a(0x1da)]=_0x3f883a(0x257)===_0x3b95b8[_0x188f9a][_0x3f883a(0x1ae)],_0x410954[_0x3f883a(0x1f7)]=_0x3b95b8[_0x188f9a][_0x3f883a(0x1f7)],_0x410954;});}[_0x56018d(0x29f)](){const _0x3c103e=_0x56018d;this[_0x3c103e(0x23a)]=!0x0,this[_0x3c103e(0x267)]()?this[_0x3c103e(0x29d)]():this[_0x3c103e(0x23a)]=!0x1;}[_0x56018d(0x267)](){const _0x714a41=_0x56018d,_0x1a5808=this[_0x714a41(0x1e3)][_0x714a41(0x236)][_0x714a41(0x22a)](_0x37d395)[_0x714a41(0x216)][_0x714a41(0x22a)](this[_0x714a41(0x28d)]);return!this[_0x714a41(0x1e3)][_0x714a41(0x291)]&&!!_0x1a5808&&_0x1a5808[_0x714a41(0x21f)]>0x1&&this[_0x714a41(0x23a)];}[_0x56018d(0x1bf)](){const _0x28a40c=_0x56018d;return this[_0x28a40c(0x296)][_0x28a40c(0x21f)]>0x0||this[_0x28a40c(0x267)]();}}l[_0x56018d(0x27c)]=_0x3ca53a;export default l;class J extends Error{}function Q(_0x37380c,_0x2f0efb){const _0x2d62d6=_0x56018d;for(const _0x4f16fc of _0x37380c)_0x4f16fc[_0x2d62d6(0x232)]=_0x2f0efb++;}class X{constructor(_0x568b3c){const _0xa63a2e=_0x56018d;this[_0xa63a2e(0x275)]=_0x568b3c,this[_0xa63a2e(0x2a3)]=new WeakMap();}[_0x56018d(0x27f)](_0x4919ff){const _0x8877e=_0x56018d;let _0x5874b0=_0x4919ff[_0x8877e(0x21f)];for(;_0x5874b0--;){const _0x22fb7a=_0x4919ff[_0x5874b0];if(!this[_0x8877e(0x275)][_0x8877e(0x24d)](_0x22fb7a)){if(!this[_0x8877e(0x2a3)][_0x8877e(0x24d)](_0x22fb7a)){const _0x7d6d56=_0x5d9fde()[_0x8877e(0x1a6)](0x1,0x12);this[_0x8877e(0x2a3)][_0x8877e(0x1c8)](_0x22fb7a,_0x7d6d56);}return this[_0x8877e(0x2a3)][_0x8877e(0x22a)](_0x22fb7a);}}}[_0x56018d(0x281)](_0x3926b1,_0x52dcbb){const _0xb6e6b7=_0x56018d;if(!_0x52dcbb)return;let _0x2b2102=_0x3926b1[_0xb6e6b7(0x21f)];for(;_0x2b2102--;){const _0x92bd39=_0x3926b1[_0x2b2102];this[_0xb6e6b7(0x275)][_0xb6e6b7(0x24d)](_0x92bd39)||this[_0xb6e6b7(0x2a3)][_0xb6e6b7(0x1c8)](_0x92bd39,_0x52dcbb);}}}function _0x4014(){const _0x5f2e2f=['roots','editor','change:hasDomSelection','RealTimeCollaborationClient','_isEditingAllowed','lastDocumentSession','cloud-services-internal-error:\x20Collaborative\x20Editing\x20Service\x20is\x20not\x20connected.','Permissions','initData','root','removeFromReconnectionStack','reconnection:\x20flushed\x20session','enableReadOnlyMode','showWarning','ready','push','register','realtimecollaborationclient-init-connection-failed','_saveOperationInBuffer','sendOperations','_handleInitialConnectionData','createdAt','_offset','_handleReconnectionError','rootName','state','_authorId','createRoot','document:write','_disconnectService','toJSON','_compressor','realtimecollaborationclient-init-session-connection-error','_decompressOperations','view','wasUndone','_bufferRootLoad','_service','disableReadOnlyMode','PENDING_ACTION_SENDING_DATA','document','connection','realtimecollaborationclient-sendbufferedoperations','__className','302709pHClik','_operationIdentifier','isDocumentOperation','off','isEnabled','realtimecollaborationclient-handleserverresponse','batch','InsertOperation','channelSessions','166959xSTsLG','_hasSynchronizationProblem','Notification','insert','remove','addOperation','lastOperationId','change:_isEditingAllowed','length','addToReconnectionStack','getConnectedSessions','keys','_sendBufferedOperations','cloudServices.bundleVersion','createUserMarkerOperations','collaboration-missing-channelid','_waitUntilSynced','_getAffectedRoot','cloud-services-internal-error:\x20Not\x20connected.','get','_knownOperations','getUser','connected','catch','version','destroy','enqueueChange','baseVersion','fire','position','realtimecollaborationclient-editor-setdata-and-editor-data-set-are-forbidden-in-real-time-collaboration','plugins','return','50fYrwSz','_loadRoot','_hasSelectionChanged','getOperations','add','_clearPendingAction','real-time-collaboration','stopListening','_initThrowingOnDataSet','404','stop','filter','history','_updateServerHistory','_isLoaded','_currentBufferDelay','reconnect','mySessionId','_addKnownRoot','realtimecollaborationclient-initservice-incorrect-server-operation','getDocumentDetails','has','_isPendingUpdate','addRoot','rtc-offline','startsWith','editing','from','connect','_handleReceivedOperations','createPositionAt','cs:removeUser','size','wereChangesApplied','compress','path','_connectAfterSessionHasBeenFlushed','_knownRootNames','CommentsOnly','directChange','The\x20last\x20saved\x20version\x20of\x20the\x20document\x20does\x20not\x20match\x20the\x20local\x20version.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','userId','applyOperation','currentDocumentSession','_isConnected','setPermissions','lastSyncVersion','_shouldSendSelectionUpdate','_handleSendingSelectionMarkers','differ','_compressOperations','message','_document','addUser','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.','The\x20document\x20details\x20could\x20not\x20be\x20taken\x20during\x20the\x20reconnection.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','getMany','14yQRTvq','markers','_initSessionsHandling','newRange','_ignoredOperations','createPositionFromPath','_handleServerResponse','rootsAttributes','_setUpDataInit','_baseBufferDelay','sessionCreatedAt','CollaborativeEditingService','locale','change:_isPendingUpdate','getIdOfTheLastOperation','end','setIdForTheLastOperation','getOperationAuthor','_isAttached','realtimecollaborationclient-initservice-internal-error','_getOperationsFromInitData','sessionAdd:','serverHistory','operationsReceived','define','marker','_handleExternalOperations','Synchronization\x20issue','_channelId','_pendingAction','realtimecollaborationclient-init-non-existent-root','fromJSON','isReadOnly','1935336qfOyvX','finally','map','cloud-services-internal-error:\x20Request\x20timeout.','_bufferedOperations','84459PzfsxH','start','clone','_sendBufferedOperationsDelayId','string','round','_sendBufferedOperationsDelayed','suppressErrorInCollaboration','_refreshUserSelectionMarkers','init','99464XFLHrG','_lastServerVersion','_operationToId','listenTo','_crash','then','slice','reset','sessionId','affectedSelectable','_fetchMissingUsers','apply','_isInit','disconnect','type','getRoot','collaboration','config','bind','The\x20document\x20cannot\x20be\x20connected\x20back\x20to\x20the\x20server.\x20To\x20not\x20lose\x20your\x20content\x20save\x20it\x20locally\x20and\x20refresh\x20the\x20editor.','high','code','326176JErvxc','_connectService','move','isUndoneOperation','rtc-destroyed','realtimecollaborationclient-init-document-already-initialized','offset','_handleReconnectionResponse','change:range','_shouldSendUpdate','attributes','decompress','createRange','requires','multi-root-editor-root-attributes-no-root','unregister','409','pluginName','set','_setPendingAction','disconnected','metadata','_disconnectionOperations','error','collaboration.channelId','loadRoot','lastOperationAcceptedAt','cloudDocumentVersion','affectsData','includes','data','_lastSyncedOperationId','selection','addRootAttribute','forEach','model','_isDisconnection','entries','1549961aNOaJM','targetPosition','_applyOperationsSet','$root','parse','permissions'];_0x4014=function(){return _0x5f2e2f;};return _0x4014();}