@ckeditor/ckeditor5-comments 41.3.0-alpha.3 → 41.3.0-alpha.4

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 (97) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/translations/af.js +1 -1
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/bs.js +1 -1
  7. package/dist/translations/ca.js +1 -1
  8. package/dist/translations/cs.js +1 -1
  9. package/dist/translations/da.js +1 -1
  10. package/dist/translations/de-ch.js +1 -1
  11. package/dist/translations/de.js +1 -1
  12. package/dist/translations/el.js +1 -1
  13. package/dist/translations/en-au.js +1 -1
  14. package/dist/translations/es-co.js +1 -1
  15. package/dist/translations/es.js +1 -1
  16. package/dist/translations/et.js +1 -1
  17. package/dist/translations/fa.js +1 -1
  18. package/dist/translations/fi.js +1 -1
  19. package/dist/translations/fr.js +1 -1
  20. package/dist/translations/gl.js +1 -1
  21. package/dist/translations/he.js +1 -1
  22. package/dist/translations/hi.js +1 -1
  23. package/dist/translations/hr.js +1 -1
  24. package/dist/translations/hu.js +1 -1
  25. package/dist/translations/id.js +1 -1
  26. package/dist/translations/it.js +1 -1
  27. package/dist/translations/ja.js +1 -1
  28. package/dist/translations/jv.js +1 -1
  29. package/dist/translations/ko.js +1 -1
  30. package/dist/translations/lt.js +1 -1
  31. package/dist/translations/lv.js +1 -1
  32. package/dist/translations/ms.js +1 -1
  33. package/dist/translations/nl.js +1 -1
  34. package/dist/translations/no.js +1 -1
  35. package/dist/translations/pl.js +1 -1
  36. package/dist/translations/pt-br.js +1 -1
  37. package/dist/translations/pt.js +1 -1
  38. package/dist/translations/ro.js +1 -1
  39. package/dist/translations/ru.js +1 -1
  40. package/dist/translations/sk.js +1 -1
  41. package/dist/translations/sq.js +1 -1
  42. package/dist/translations/sr-latn.js +1 -1
  43. package/dist/translations/sr.js +1 -1
  44. package/dist/translations/sv.js +1 -1
  45. package/dist/translations/th.js +1 -1
  46. package/dist/translations/tk.js +1 -1
  47. package/dist/translations/tr.js +1 -1
  48. package/dist/translations/tt.js +1 -1
  49. package/dist/translations/ug.js +1 -1
  50. package/dist/translations/uk.js +1 -1
  51. package/dist/translations/ur.js +1 -1
  52. package/dist/translations/vi.js +1 -1
  53. package/dist/translations/zh-cn.js +1 -1
  54. package/dist/translations/zh.js +1 -1
  55. package/package.json +3 -3
  56. package/src/annotations/annotation.js +1 -1
  57. package/src/annotations/annotationcollection.js +1 -1
  58. package/src/annotations/annotations.js +1 -1
  59. package/src/annotations/annotationsuis.js +1 -1
  60. package/src/annotations/editorannotations.js +1 -1
  61. package/src/annotations/inlineannotations.js +1 -1
  62. package/src/annotations/narrowsidebar.js +1 -1
  63. package/src/annotations/sidebar.js +1 -1
  64. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  65. package/src/annotations/view/annotationview.js +1 -1
  66. package/src/annotations/view/sidebaritemview.js +1 -1
  67. package/src/annotations/view/sidebarview.js +1 -1
  68. package/src/annotations/widesidebar.js +1 -1
  69. package/src/comments/addcommentthreadcommand.js +1 -1
  70. package/src/comments/commentsarchive.js +1 -1
  71. package/src/comments/commentsarchiveui.js +1 -1
  72. package/src/comments/commentsediting.js +1 -1
  73. package/src/comments/commentsrepository.js +1 -1
  74. package/src/comments/commentsui.js +1 -1
  75. package/src/comments/integrations/clipboard.js +1 -1
  76. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  77. package/src/comments/integrations/importword.js +1 -1
  78. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  79. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  80. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  81. package/src/comments/ui/commentthreadcontroller.js +1 -1
  82. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  83. package/src/comments/ui/view/basecommentview.js +1 -1
  84. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  85. package/src/comments/ui/view/commentcontentview.js +1 -1
  86. package/src/comments/ui/view/commentinputview.js +1 -1
  87. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  88. package/src/comments/ui/view/commentslistview.js +1 -1
  89. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  90. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  91. package/src/comments/ui/view/commentthreadview.js +1 -1
  92. package/src/comments/ui/view/commentview.js +1 -1
  93. package/src/comments.js +1 -1
  94. package/src/commentsonly.js +1 -1
  95. package/src/index.js +1 -1
  96. package/src/utils/common-translations.js +1 -1
  97. package/src/utils/createmutationobserver.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x16de(_0xaab5a3,_0x1eb78a){const _0x19b298=_0x19b2();return _0x16de=function(_0x16dec9,_0x1fe2b3){_0x16dec9=_0x16dec9-0x157;let _0x4bbab9=_0x19b298[_0x16dec9];return _0x4bbab9;},_0x16de(_0xaab5a3,_0x1eb78a);}const _0x318986=_0x16de;function _0x19b2(){const _0x14018d=['dragstart','default','all','editor','never','split','markers','418089vUxfKC','comments.copyMarkers','config','define','6712062tQQPwL','ClipboardMarkersUtils','requires','3832848jqMoLk','delete','ClipboardPipeline','always','plugins','highest','_mapCommentsCopyConfigToRegisterConfiguration','_removeMarkersWithoutThreads','_registerMarkerToCopy','content','CommentsRepository','keys','comment','afterInit','5995055rvDtwi','cut','listenTo','get','953666kRkWqK','159GDJYfD','hasCommentThread','has','103680RPVgjK','_registerMarkerInClipboardPipeline','contentInsertion','65836AOORml'];_0x19b2=function(){return _0x14018d;};return _0x19b2();}(function(_0xc911fd,_0x36c5b5){const _0x2896ad=_0x16de,_0x5ca3f2=_0xc911fd();while(!![]){try{const _0x372fa1=parseInt(_0x2896ad(0x16e))/0x1+parseInt(_0x2896ad(0x172))/0x2+parseInt(_0x2896ad(0x16f))/0x3*(-parseInt(_0x2896ad(0x175))/0x4)+parseInt(_0x2896ad(0x16a))/0x5+-parseInt(_0x2896ad(0x159))/0x6+-parseInt(_0x2896ad(0x17d))/0x7+parseInt(_0x2896ad(0x15c))/0x8;if(_0x372fa1===_0x36c5b5)break;else _0x5ca3f2['push'](_0x5ca3f2['shift']());}catch(_0x34259d){_0x5ca3f2['push'](_0x5ca3f2['shift']());}}}(_0x19b2,0x9a83c));import{Plugin as _0x5ea8c9}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x1058e8,ClipboardMarkersUtils as _0x3dc943}from'ckeditor5/src/clipboard.js';export default class tt extends _0x5ea8c9{constructor(_0x388df6){const _0x1fc358=_0x16de;super(_0x388df6),this[_0x1fc358(0x179)][_0x1fc358(0x157)][_0x1fc358(0x158)](_0x1fc358(0x17e),_0x1fc358(0x177));}static get[_0x318986(0x15b)](){return[_0x3dc943,_0x1058e8];}[_0x318986(0x169)](){const _0x526cca=_0x318986,_0x1c8906=this[_0x526cca(0x179)][_0x526cca(0x160)][_0x526cca(0x16d)](_0x526cca(0x15e));this[_0x526cca(0x173)](),this[_0x526cca(0x16c)](_0x1c8906,_0x526cca(0x174),(_0x31d6d6,_0x2f17b9)=>this[_0x526cca(0x163)](_0x2f17b9[_0x526cca(0x165)][_0x526cca(0x17c)]),{'priority':_0x526cca(0x161)});}[_0x318986(0x163)](_0x25897e){const _0x4f5aa=_0x318986;if(!this[_0x4f5aa(0x179)][_0x4f5aa(0x160)][_0x4f5aa(0x171)](_0x4f5aa(0x166)))return _0x25897e;const _0x224afd=this[_0x4f5aa(0x179)][_0x4f5aa(0x160)][_0x4f5aa(0x16d)](_0x4f5aa(0x166));for(const _0x5762d5 of _0x25897e[_0x4f5aa(0x167)]()){const [_0x4297a4,_0x407f18]=_0x5762d5[_0x4f5aa(0x17b)](':');_0x4f5aa(0x168)!=_0x4297a4||_0x224afd[_0x4f5aa(0x170)](_0x407f18)||_0x25897e[_0x4f5aa(0x15d)](_0x5762d5);}return _0x25897e;}[_0x318986(0x173)](){const _0x208315=_0x318986,_0x42fc1a=this[_0x208315(0x179)][_0x208315(0x160)][_0x208315(0x16d)](_0x208315(0x15a)),_0x3d023f=this[_0x208315(0x162)](this[_0x208315(0x179)][_0x208315(0x157)][_0x208315(0x16d)](_0x208315(0x17e)));_0x3d023f&&_0x42fc1a[_0x208315(0x164)](_0x208315(0x168),_0x3d023f);}[_0x318986(0x162)](_0x1b61b8){const _0x54627a=_0x318986;switch(_0x1b61b8){case _0x54627a(0x15f):return{'allowedActions':_0x54627a(0x178),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x54627a(0x177):return{'allowedActions':[_0x54627a(0x16b),_0x54627a(0x176)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x54627a(0x17a):return null;default:return null;}}}
23
+ const _0x43f8be=_0x132c;(function(_0xa5a67c,_0x211a09){const _0x5807af=_0x132c,_0xdc8568=_0xa5a67c();while(!![]){try{const _0x362efd=parseInt(_0x5807af(0x179))/0x1*(-parseInt(_0x5807af(0x182))/0x2)+-parseInt(_0x5807af(0x190))/0x3*(parseInt(_0x5807af(0x168))/0x4)+parseInt(_0x5807af(0x172))/0x5+-parseInt(_0x5807af(0x18d))/0x6+-parseInt(_0x5807af(0x18f))/0x7*(-parseInt(_0x5807af(0x176))/0x8)+parseInt(_0x5807af(0x17a))/0x9*(parseInt(_0x5807af(0x18a))/0xa)+-parseInt(_0x5807af(0x180))/0xb;if(_0x362efd===_0x211a09)break;else _0xdc8568['push'](_0xdc8568['shift']());}catch(_0x42e2f1){_0xdc8568['push'](_0xdc8568['shift']());}}}(_0x477f,0x68156));function _0x477f(){const _0x4d0ff7=['split','189052qhznRS','plugins','default','dragstart','CommentsRepository','afterInit','get','markers','content','listenTo','2256125vRRqTe','comment','contentInsertion','delete','3392rFhvlL','_mapCommentsCopyConfigToRegisterConfiguration','_removeMarkersWithoutThreads','753bLpZna','9gnfLKA','highest','editor','always','define','_registerMarkerInClipboardPipeline','3728615kAXsUV','all','748RBqIUX','comments.copyMarkers','keys','cut','requires','never','ClipboardMarkersUtils','_registerMarkerToCopy','6527110SlPRze','hasCommentThread','config','3177504zchVrk','has','8582ToNBuC','3xAhzrC','ClipboardPipeline'];_0x477f=function(){return _0x4d0ff7;};return _0x477f();}import{Plugin as _0x10fd80}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0xd6cbff,ClipboardMarkersUtils as _0x32330e}from'ckeditor5/src/clipboard.js';function _0x132c(_0x3b24c1,_0x37e874){const _0x477f2c=_0x477f();return _0x132c=function(_0x132c46,_0x18af9f){_0x132c46=_0x132c46-0x168;let _0x3c600c=_0x477f2c[_0x132c46];return _0x3c600c;},_0x132c(_0x3b24c1,_0x37e874);}export default class tt extends _0x10fd80{constructor(_0xca4a2c){const _0x3db153=_0x132c;super(_0xca4a2c),this[_0x3db153(0x17c)][_0x3db153(0x18c)][_0x3db153(0x17e)](_0x3db153(0x183),_0x3db153(0x16a));}static get[_0x43f8be(0x186)](){return[_0x32330e,_0xd6cbff];}[_0x43f8be(0x16d)](){const _0x3dd15f=_0x43f8be,_0x20cadb=this[_0x3dd15f(0x17c)][_0x3dd15f(0x169)][_0x3dd15f(0x16e)](_0x3dd15f(0x191));this[_0x3dd15f(0x17f)](),this[_0x3dd15f(0x171)](_0x20cadb,_0x3dd15f(0x174),(_0x30179f,_0xfbc15)=>this[_0x3dd15f(0x178)](_0xfbc15[_0x3dd15f(0x170)][_0x3dd15f(0x16f)]),{'priority':_0x3dd15f(0x17b)});}[_0x43f8be(0x178)](_0x4a017e){const _0x5c5f53=_0x43f8be;if(!this[_0x5c5f53(0x17c)][_0x5c5f53(0x169)][_0x5c5f53(0x18e)](_0x5c5f53(0x16c)))return _0x4a017e;const _0x15ec26=this[_0x5c5f53(0x17c)][_0x5c5f53(0x169)][_0x5c5f53(0x16e)](_0x5c5f53(0x16c));for(const _0x388347 of _0x4a017e[_0x5c5f53(0x184)]()){const [_0x54d981,_0x4e806e]=_0x388347[_0x5c5f53(0x192)](':');_0x5c5f53(0x173)!=_0x54d981||_0x15ec26[_0x5c5f53(0x18b)](_0x4e806e)||_0x4a017e[_0x5c5f53(0x175)](_0x388347);}return _0x4a017e;}[_0x43f8be(0x17f)](){const _0x24f071=_0x43f8be,_0xe09d26=this[_0x24f071(0x17c)][_0x24f071(0x169)][_0x24f071(0x16e)](_0x24f071(0x188)),_0x566290=this[_0x24f071(0x177)](this[_0x24f071(0x17c)][_0x24f071(0x18c)][_0x24f071(0x16e)](_0x24f071(0x183)));_0x566290&&_0xe09d26[_0x24f071(0x189)](_0x24f071(0x173),_0x566290);}[_0x43f8be(0x177)](_0x1392c6){const _0x5cbc54=_0x43f8be;switch(_0x1392c6){case _0x5cbc54(0x17d):return{'allowedActions':_0x5cbc54(0x181),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x5cbc54(0x16a):return{'allowedActions':[_0x5cbc54(0x185),_0x5cbc54(0x16b)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x5cbc54(0x187):return null;default:return null;}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x112799=_0x4537;(function(_0x28f6a3,_0x1dc5f3){const _0x1ca820=_0x4537,_0xa9c504=_0x28f6a3();while(!![]){try{const _0x3feabd=parseInt(_0x1ca820(0xf1))/0x1*(-parseInt(_0x1ca820(0xfe))/0x2)+parseInt(_0x1ca820(0xff))/0x3+parseInt(_0x1ca820(0xf0))/0x4+-parseInt(_0x1ca820(0xf4))/0x5+parseInt(_0x1ca820(0xfa))/0x6*(parseInt(_0x1ca820(0xf5))/0x7)+parseInt(_0x1ca820(0xf8))/0x8+parseInt(_0x1ca820(0xf3))/0x9;if(_0x3feabd===_0x1dc5f3)break;else _0xa9c504['push'](_0xa9c504['shift']());}catch(_0xfefd52){_0xa9c504['push'](_0xa9c504['shift']());}}}(_0x494f,0x7a275));function _0x494f(){const _0x2fa240=['afterInit','enableCommand','has','11738mfulCJ','870867sXibOH','plugins','2704636unzqxu','101WkCfsn','addCommentThread','2720592zCgSAS','2303775KqplhZ','65401zKfXgc','get','RestrictedEditingModeEditing','337688bxPMda','editor','156bZAOPU'];_0x494f=function(){return _0x2fa240;};return _0x494f();}function _0x4537(_0x30b78b,_0x3296f4){const _0x494fc7=_0x494f();return _0x4537=function(_0x4537ec,_0x2323d8){_0x4537ec=_0x4537ec-0xef;let _0x54f220=_0x494fc7[_0x4537ec];return _0x54f220;},_0x4537(_0x30b78b,_0x3296f4);}import{Plugin as _0x2ea4c6}from'ckeditor5/src/core.js';export default class Y extends _0x2ea4c6{[_0x112799(0xfb)](){const _0x1dab69=_0x112799,_0x3ae312=this[_0x1dab69(0xf9)];if(!_0x3ae312[_0x1dab69(0xef)][_0x1dab69(0xfd)](_0x1dab69(0xf7)))return;_0x3ae312[_0x1dab69(0xef)][_0x1dab69(0xf6)](_0x1dab69(0xf7))[_0x1dab69(0xfc)](_0x1dab69(0xf2));}}
23
+ const _0x174e9f=_0x55aa;function _0x54bd(){const _0xc63509=['1318455UAqkhi','has','36YjtawC','get','editor','841816ncuZKG','plugins','10PecKsX','850756wdtjYt','addCommentThread','3017736yEnRfl','enableCommand','535819yNeHdo','afterInit','2zRWAkI','4298721gRlDmQ','3324780PsCFhp','RestrictedEditingModeEditing'];_0x54bd=function(){return _0xc63509;};return _0x54bd();}(function(_0x125afa,_0x38e256){const _0x3c589b=_0x55aa,_0xa407b4=_0x125afa();while(!![]){try{const _0x474ebe=parseInt(_0x3c589b(0x1c5))/0x1+parseInt(_0x3c589b(0x1c7))/0x2*(parseInt(_0x3c589b(0x1cb))/0x3)+parseInt(_0x3c589b(0x1c1))/0x4*(-parseInt(_0x3c589b(0x1d2))/0x5)+parseInt(_0x3c589b(0x1c3))/0x6+-parseInt(_0x3c589b(0x1c8))/0x7+-parseInt(_0x3c589b(0x1d0))/0x8*(parseInt(_0x3c589b(0x1cd))/0x9)+parseInt(_0x3c589b(0x1c9))/0xa;if(_0x474ebe===_0x38e256)break;else _0xa407b4['push'](_0xa407b4['shift']());}catch(_0x330a23){_0xa407b4['push'](_0xa407b4['shift']());}}}(_0x54bd,0x5588d));function _0x55aa(_0x244b89,_0x5a1ad5){const _0x54bd5b=_0x54bd();return _0x55aa=function(_0x55aa55,_0x229a56){_0x55aa55=_0x55aa55-0x1c1;let _0x5aa7ab=_0x54bd5b[_0x55aa55];return _0x5aa7ab;},_0x55aa(_0x244b89,_0x5a1ad5);}import{Plugin as _0x21a965}from'ckeditor5/src/core.js';export default class Y extends _0x21a965{[_0x174e9f(0x1c6)](){const _0x5d23e6=_0x174e9f,_0x1631f7=this[_0x5d23e6(0x1cf)];if(!_0x1631f7[_0x5d23e6(0x1d1)][_0x5d23e6(0x1cc)](_0x5d23e6(0x1ca)))return;_0x1631f7[_0x5d23e6(0x1d1)][_0x5d23e6(0x1ce)](_0x5d23e6(0x1ca))[_0x5d23e6(0x1c4)](_0x5d23e6(0x1c2));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xd3ad45=_0x25db;(function(_0x556add,_0x423d6b){const _0x2aeafd=_0x25db,_0x57ef70=_0x556add();while(!![]){try{const _0x43f1a5=parseInt(_0x2aeafd(0xb9))/0x1+-parseInt(_0x2aeafd(0xc9))/0x2*(-parseInt(_0x2aeafd(0xc4))/0x3)+parseInt(_0x2aeafd(0xbd))/0x4*(-parseInt(_0x2aeafd(0xcd))/0x5)+-parseInt(_0x2aeafd(0xc3))/0x6*(-parseInt(_0x2aeafd(0xb8))/0x7)+parseInt(_0x2aeafd(0xb3))/0x8*(-parseInt(_0x2aeafd(0xb7))/0x9)+parseInt(_0x2aeafd(0xcc))/0xa+parseInt(_0x2aeafd(0xb6))/0xb*(parseInt(_0x2aeafd(0xc0))/0xc);if(_0x43f1a5===_0x423d6b)break;else _0x57ef70['push'](_0x57ef70['shift']());}catch(_0x1cc7e3){_0x57ef70['push'](_0x57ef70['shift']());}}}(_0x58f3,0xe61c4));import{Plugin as _0x4197ab}from'ckeditor5/src/core.js';function _0x25db(_0x22df1e,_0x5ecd71){const _0x58f3d2=_0x58f3();return _0x25db=function(_0x25db1d,_0x21347f){_0x25db1d=_0x25db1d-0xb1;let _0x27d137=_0x58f3d2[_0x25db1d];return _0x27d137;},_0x25db(_0x22df1e,_0x5ecd71);}import{priorities as _0xf41f39}from'ckeditor5/src/utils.js';function _0x58f3(){const _0x4d50a3=['listenTo','272OsLajf','forEach','get','7711XoUvmH','372087PcCUqJ','35EjCCcP','75408yxlAPX','_handleImportedData','map','editor','8jKzyTe','afterInit','commands','13416PMGsRT','high','plugins','1980978kBKCMy','24BRXBcT','addCommentThread','importWord','dataInsert','collaboration_features','67866PqQUfv','define','execute','9336950vlShQd','3417265RHkTvw','basic','collaboration.channelId','config','importWord.formatting.comments'];_0x58f3=function(){return _0x4d50a3;};return _0x58f3();}import{Users as _0x52f44e}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x553816 from'../commentsrepository.js';export default class Z extends _0x4197ab{constructor(_0x306d41){const _0x59a38e=_0x25db;super(_0x306d41),this[_0x59a38e(0xbc)][_0x59a38e(0xd0)][_0x59a38e(0xca)](_0x59a38e(0xb1),_0x59a38e(0xce));}[_0xd3ad45(0xbe)](){const _0x55c117=_0xd3ad45,_0x858e46=this[_0x55c117(0xbc)],_0x2fa9eb=_0x858e46[_0x55c117(0xbf)][_0x55c117(0xb5)](_0x55c117(0xc6)),_0x452407=_0x858e46[_0x55c117(0xc2)][_0x55c117(0xb5)](_0x52f44e);_0x2fa9eb&&(_0x2fa9eb['on'](_0x55c117(0xcb),(_0x439d68,[,_0x4df0be])=>{const _0x4eb983=_0x55c117;_0x4df0be[_0x4eb983(0xc8)]={'comments':!0x0,'user_id':_0x452407['me']['id']};},{'priority':_0xf41f39[_0x55c117(0xc1)]+0xa}),this[_0x55c117(0xb2)](_0x2fa9eb,_0x55c117(0xc7),this[_0x55c117(0xba)]));}[_0xd3ad45(0xba)](_0x2ba0b2,_0x2f4e34){const _0x3fe3a3=_0xd3ad45,{comment_threads:_0x6720b0}=_0x2f4e34;_0x6720b0&&_0x6720b0[_0x3fe3a3(0xb4)](({thread_id:_0x174778,comments:_0x18abe4,is_resolved:_0x156b65})=>{const _0x3af108=_0x3fe3a3,_0x36bbdf=new Date(),_0x4f8d9b=_0x18abe4[_0x3af108(0xbb)](({author:_0x5d99c4,content:_0x51378c,created_at:_0xf223d6})=>({'content':_0x51378c,'authorId':this[_0x3af108(0xbc)][_0x3af108(0xc2)][_0x3af108(0xb5)](_0x52f44e)['me']['id'],'createdAt':_0x36bbdf,'attributes':{'@external':{'authorName':_0x5d99c4,'createdAt':_0xf223d6?new Date(_0xf223d6):new Date(),'source':_0x3af108(0xc6)}}})),_0x342ab3=this[_0x3af108(0xbc)][_0x3af108(0xd0)][_0x3af108(0xb5)](_0x3af108(0xcf));this[_0x3af108(0xbc)][_0x3af108(0xc2)][_0x3af108(0xb5)](_0x553816)[_0x3af108(0xc5)]({'channelId':_0x342ab3,'threadId':_0x174778,'comments':_0x4f8d9b,'resolvedAt':_0x156b65?_0x36bbdf:null});});}}
23
+ function _0x25e5(){const _0x343ff6=['collaboration.channelId','190UeXeRQ','addCommentThread','plugins','importWord.formatting.comments','importWord','dataInsert','262332AbHyFT','execute','collaboration_features','10CXKpOf','editor','basic','config','_handleImportedData','forEach','high','3648522rstEhM','20lZzRWN','afterInit','listenTo','152qXFoEt','map','19038679zyYOyX','208nhGeQV','5913suINYA','1210572PnvFeL','836469gtnPKu','commands','7fOjNTK','get','1411685fQIzVR','define'];_0x25e5=function(){return _0x343ff6;};return _0x25e5();}const _0x48abfb=_0x105f;(function(_0x2b304f,_0x92c6a2){const _0x1633be=_0x105f,_0x5d310a=_0x2b304f();while(!![]){try{const _0x2a3cf3=-parseInt(_0x1633be(0x1e6))/0x1*(parseInt(_0x1633be(0x1ef))/0x2)+parseInt(_0x1633be(0x1e7))/0x3+parseInt(_0x1633be(0x200))/0x4*(parseInt(_0x1633be(0x1ec))/0x5)+-parseInt(_0x1633be(0x1ff))/0x6*(parseInt(_0x1633be(0x1ea))/0x7)+-parseInt(_0x1633be(0x203))/0x8*(parseInt(_0x1633be(0x1e8))/0x9)+parseInt(_0x1633be(0x1f8))/0xa*(parseInt(_0x1633be(0x1e4))/0xb)+parseInt(_0x1633be(0x1f5))/0xc*(parseInt(_0x1633be(0x1e5))/0xd);if(_0x2a3cf3===_0x92c6a2)break;else _0x5d310a['push'](_0x5d310a['shift']());}catch(_0x14d046){_0x5d310a['push'](_0x5d310a['shift']());}}}(_0x25e5,0xea649));import{Plugin as _0x19e261}from'ckeditor5/src/core.js';import{priorities as _0x15c129}from'ckeditor5/src/utils.js';function _0x105f(_0x4f187c,_0x17d84d){const _0x25e54d=_0x25e5();return _0x105f=function(_0x105f33,_0x31ec27){_0x105f33=_0x105f33-0x1e3;let _0x20f5a3=_0x25e54d[_0x105f33];return _0x20f5a3;},_0x105f(_0x4f187c,_0x17d84d);}import{Users as _0x5dd6b5}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x346825 from'../commentsrepository.js';export default class Z extends _0x19e261{constructor(_0x1f7f30){const _0xff788=_0x105f;super(_0x1f7f30),this[_0xff788(0x1f9)][_0xff788(0x1fb)][_0xff788(0x1ed)](_0xff788(0x1f2),_0xff788(0x1fa));}[_0x48abfb(0x201)](){const _0x3f8a9f=_0x48abfb,_0x57464c=this[_0x3f8a9f(0x1f9)],_0x9a30ba=_0x57464c[_0x3f8a9f(0x1e9)][_0x3f8a9f(0x1eb)](_0x3f8a9f(0x1f3)),_0x462334=_0x57464c[_0x3f8a9f(0x1f1)][_0x3f8a9f(0x1eb)](_0x5dd6b5);_0x9a30ba&&(_0x9a30ba['on'](_0x3f8a9f(0x1f6),(_0x1dbd16,[,_0x5b8ded])=>{const _0x2122c2=_0x3f8a9f;_0x5b8ded[_0x2122c2(0x1f7)]={'comments':!0x0,'user_id':_0x462334['me']['id']};},{'priority':_0x15c129[_0x3f8a9f(0x1fe)]+0xa}),this[_0x3f8a9f(0x202)](_0x9a30ba,_0x3f8a9f(0x1f4),this[_0x3f8a9f(0x1fc)]));}[_0x48abfb(0x1fc)](_0x298e79,_0x5c7abd){const _0x553f73=_0x48abfb,{comment_threads:_0x55e46f}=_0x5c7abd;_0x55e46f&&_0x55e46f[_0x553f73(0x1fd)](({thread_id:_0x5449c8,comments:_0x3efdb0,is_resolved:_0x3fa585})=>{const _0x4f3baf=_0x553f73,_0x1b525c=new Date(),_0x25799d=_0x3efdb0[_0x4f3baf(0x1e3)](({author:_0x3486dd,content:_0x7e922c,created_at:_0x5e2242})=>({'content':_0x7e922c,'authorId':this[_0x4f3baf(0x1f9)][_0x4f3baf(0x1f1)][_0x4f3baf(0x1eb)](_0x5dd6b5)['me']['id'],'createdAt':_0x1b525c,'attributes':{'@external':{'authorName':_0x3486dd,'createdAt':_0x5e2242?new Date(_0x5e2242):new Date(),'source':_0x4f3baf(0x1f3)}}})),_0x2975f3=this[_0x4f3baf(0x1f9)][_0x4f3baf(0x1fb)][_0x4f3baf(0x1eb)](_0x4f3baf(0x1ee));this[_0x4f3baf(0x1f9)][_0x4f3baf(0x1f1)][_0x4f3baf(0x1eb)](_0x346825)[_0x4f3baf(0x1f0)]({'channelId':_0x2975f3,'threadId':_0x5449c8,'comments':_0x25799d,'resolvedAt':_0x3fa585?_0x1b525c:null});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ad92f=_0x1685;(function(_0x20273d,_0x589863){const _0x5d88bf=_0x1685,_0x4aaf49=_0x20273d();while(!![]){try{const _0xfb6246=-parseInt(_0x5d88bf(0xc9))/0x1*(parseInt(_0x5d88bf(0xde))/0x2)+parseInt(_0x5d88bf(0xd5))/0x3*(parseInt(_0x5d88bf(0xdb))/0x4)+parseInt(_0x5d88bf(0xe3))/0x5*(parseInt(_0x5d88bf(0xd4))/0x6)+parseInt(_0x5d88bf(0xc7))/0x7+parseInt(_0x5d88bf(0xe9))/0x8+-parseInt(_0x5d88bf(0xc5))/0x9*(-parseInt(_0x5d88bf(0xe1))/0xa)+-parseInt(_0x5d88bf(0xc6))/0xb*(parseInt(_0x5d88bf(0xd9))/0xc);if(_0xfb6246===_0x589863)break;else _0x4aaf49['push'](_0x4aaf49['shift']());}catch(_0xf3beff){_0x4aaf49['push'](_0x4aaf49['shift']());}}}(_0x4f10,0x8212f));import{Editor as _0x5888ef,DataApiMixin as _0x53ef6f}from'ckeditor5/src/core.js';import _0x4ce078 from'./commenteditorui.js';import{ObservableMixin as _0x385494}from'ckeditor5/src/utils.js';function _0x4f10(){const _0x5957c9=['1046518KzDJKK','875336moXvji','placeholderElement','11xnjdMn','childCount','initPlugins','model','change','focus','create','createRoot','plugins','placeholder','view','45642dXFzxz','309DJzXwy','name','set','get','144HuwjdW','data','17884rqBjnb','end','then','136118MNHjuv','_updatePlaceholder','ready','190BpEgSJ','low','185UBWwQY','fire','destroy','defaultPlugins','init','assign','5819520jSdVFf','editing','change:placeholder','setSelection','getChild','document','getRoot','initialData','config','392508nLifcJ'];_0x4f10=function(){return _0x5957c9;};return _0x4f10();}import{enablePlaceholder as _0x170aa3,disablePlaceholder as _0x2fe3eb}from'ckeditor5/src/engine.js';import{Clipboard as _0x42c8c4}from'ckeditor5/src/clipboard.js';import{Enter as _0x41a1e1,ShiftEnter as _0x55338d}from'ckeditor5/src/enter.js';function _0x1685(_0x319890,_0x18f82b){const _0x4f10f8=_0x4f10();return _0x1685=function(_0x168560,_0x45551c){_0x168560=_0x168560-0xbd;let _0x531a99=_0x4f10f8[_0x168560];return _0x531a99;},_0x1685(_0x319890,_0x18f82b);}import{SelectAll as _0x5e49df}from'ckeditor5/src/select-all.js';import{Typing as _0x1e58c8}from'ckeditor5/src/typing.js';import{Undo as _0x3c69e2}from'ckeditor5/src/undo.js';import{Paragraph as _0x2908af}from'ckeditor5/src/paragraph.js';const Rt=[_0x42c8c4,_0x41a1e1,_0x55338d,_0x5e49df,_0x1e58c8,_0x3c69e2,_0x2908af];class St extends _0x385494(_0x53ef6f(_0x5888ef)){constructor(_0x54d0ab={}){const _0x216bff=_0x1685;(_0x54d0ab=Object[_0x216bff(0xe8)]({},_0x54d0ab))[_0x216bff(0xd1)]||(_0x54d0ab[_0x216bff(0xd1)]=St[_0x216bff(0xe6)]),super(_0x54d0ab),this['ui']=new _0x4ce078(this),this[_0x216bff(0xd7)](_0x216bff(0xd2),''),this[_0x216bff(0xcc)][_0x216bff(0xc1)]['on'](_0x216bff(0xcd),()=>this[_0x216bff(0xdf)](),{'priority':_0x216bff(0xe2)}),this['on'](_0x216bff(0xbe),()=>this[_0x216bff(0xdf)]()),this[_0x216bff(0xcc)][_0x216bff(0xc1)][_0x216bff(0xd0)]();}[_0x1ad92f(0xcf)](){const _0x22a1e8=_0x1ad92f,_0x252b82=this[_0x22a1e8(0xc4)][_0x22a1e8(0xd8)](_0x22a1e8(0xc3))||'';return this[_0x22a1e8(0xcb)]()[_0x22a1e8(0xdd)](()=>this['ui'][_0x22a1e8(0xe7)]())[_0x22a1e8(0xdd)](()=>this[_0x22a1e8(0xda)][_0x22a1e8(0xe7)](_0x252b82))[_0x22a1e8(0xdd)](()=>this[_0x22a1e8(0xe4)](_0x22a1e8(0xe0)));}[_0x1ad92f(0xe5)](){const _0xba1e83=_0x1ad92f;return super[_0xba1e83(0xe5)]()[_0xba1e83(0xdd)](()=>this['ui'][_0xba1e83(0xe5)]());}[_0x1ad92f(0xce)](){const _0xc9ec83=_0x1ad92f;this[_0xc9ec83(0xcc)][_0xc9ec83(0xcd)](_0x44f6a9=>{const _0x3b2a43=_0xc9ec83,_0x586494=this[_0x3b2a43(0xcc)][_0x3b2a43(0xc1)][_0x3b2a43(0xc2)](),_0x2cea3f=_0x586494&&_0x586494[_0x3b2a43(0xc0)](_0x586494[_0x3b2a43(0xca)]-0x1);_0x44f6a9[_0x3b2a43(0xbf)](_0x2cea3f,_0x3b2a43(0xdc)),this[_0x3b2a43(0xbd)][_0x3b2a43(0xd3)][_0x3b2a43(0xce)]();});}[_0x1ad92f(0xdf)](){const _0x2883c1=_0x1ad92f,_0x214ddd=this[_0x2883c1(0xbd)][_0x2883c1(0xd3)],_0x3c917d=_0x214ddd[_0x2883c1(0xc1)][_0x2883c1(0xc2)](),_0x5a1a3b=_0x3c917d[_0x2883c1(0xc0)](0x0);_0x3c917d[_0x2883c1(0xca)]>0x1||!_0x5a1a3b||'p'!=_0x5a1a3b[_0x2883c1(0xd6)]?this[_0x2883c1(0xc8)]&&this[_0x2883c1(0xc8)][_0x2883c1(0xd2)]&&(_0x2fe3eb(_0x214ddd,this[_0x2883c1(0xc8)]),this[_0x2883c1(0xc8)]=void 0x0):(this[_0x2883c1(0xd2)]&&(_0x5a1a3b[_0x2883c1(0xd2)]=this[_0x2883c1(0xd2)]),_0x170aa3({'view':_0x214ddd,'element':_0x5a1a3b,'keepOnFocus':!0x0}),this[_0x2883c1(0xc8)]=_0x5a1a3b);}}St[_0x1ad92f(0xe6)]=Rt;export default St;
23
+ const _0x5d9325=_0x1bec;(function(_0x2f7acb,_0x285760){const _0x1bcc3e=_0x1bec,_0x544227=_0x2f7acb();while(!![]){try{const _0x18745d=parseInt(_0x1bcc3e(0x11f))/0x1+parseInt(_0x1bcc3e(0x122))/0x2*(-parseInt(_0x1bcc3e(0x133))/0x3)+parseInt(_0x1bcc3e(0x11b))/0x4+parseInt(_0x1bcc3e(0x118))/0x5+parseInt(_0x1bcc3e(0x119))/0x6+-parseInt(_0x1bcc3e(0x139))/0x7*(-parseInt(_0x1bcc3e(0x13e))/0x8)+-parseInt(_0x1bcc3e(0x129))/0x9;if(_0x18745d===_0x285760)break;else _0x544227['push'](_0x544227['shift']());}catch(_0x3818f1){_0x544227['push'](_0x544227['shift']());}}}(_0xcf8c,0x42e45));import{Editor as _0x55e931,DataApiMixin as _0x25164d}from'ckeditor5/src/core.js';import _0x1070f0 from'./commenteditorui.js';function _0xcf8c(){const _0x3173f8=['571184mIxEeo','defaultPlugins','getChild','setSelection','492IDRnXq','focus','childCount','423562DeBENe','config','placeholder','change','view','low','document','8550837tDoABj','editing','create','end','set','initialData','plugins','fire','model','initPlugins','3jdPyUs','name','init','get','assign','destroy','1601866wQlESW','placeholderElement','getRoot','_updatePlaceholder','change:placeholder','16eKLrXJ','createRoot','ready','then','2333015GlBfhx','2209776mWFxPH','data'];_0xcf8c=function(){return _0x3173f8;};return _0xcf8c();}import{ObservableMixin as _0x5f203c}from'ckeditor5/src/utils.js';import{enablePlaceholder as _0x572aba,disablePlaceholder as _0x25a77f}from'ckeditor5/src/engine.js';import{Clipboard as _0x8f6cf7}from'ckeditor5/src/clipboard.js';import{Enter as _0x2eeb2b,ShiftEnter as _0x1f9df3}from'ckeditor5/src/enter.js';import{SelectAll as _0x139e41}from'ckeditor5/src/select-all.js';import{Typing as _0x16bb22}from'ckeditor5/src/typing.js';import{Undo as _0x166ffa}from'ckeditor5/src/undo.js';import{Paragraph as _0x108eaf}from'ckeditor5/src/paragraph.js';const Rt=[_0x8f6cf7,_0x2eeb2b,_0x1f9df3,_0x139e41,_0x16bb22,_0x166ffa,_0x108eaf];class St extends _0x5f203c(_0x25164d(_0x55e931)){constructor(_0x47aabf={}){const _0x1c4491=_0x1bec;(_0x47aabf=Object[_0x1c4491(0x137)]({},_0x47aabf))[_0x1c4491(0x12f)]||(_0x47aabf[_0x1c4491(0x12f)]=St[_0x1c4491(0x11c)]),super(_0x47aabf),this['ui']=new _0x1070f0(this),this[_0x1c4491(0x12d)](_0x1c4491(0x124),''),this[_0x1c4491(0x131)][_0x1c4491(0x128)]['on'](_0x1c4491(0x125),()=>this[_0x1c4491(0x13c)](),{'priority':_0x1c4491(0x127)}),this['on'](_0x1c4491(0x13d),()=>this[_0x1c4491(0x13c)]()),this[_0x1c4491(0x131)][_0x1c4491(0x128)][_0x1c4491(0x13f)]();}[_0x5d9325(0x12b)](){const _0x138180=_0x5d9325,_0x471e7d=this[_0x138180(0x123)][_0x138180(0x136)](_0x138180(0x12e))||'';return this[_0x138180(0x132)]()[_0x138180(0x141)](()=>this['ui'][_0x138180(0x135)]())[_0x138180(0x141)](()=>this[_0x138180(0x11a)][_0x138180(0x135)](_0x471e7d))[_0x138180(0x141)](()=>this[_0x138180(0x130)](_0x138180(0x140)));}[_0x5d9325(0x138)](){const _0x2b6201=_0x5d9325;return super[_0x2b6201(0x138)]()[_0x2b6201(0x141)](()=>this['ui'][_0x2b6201(0x138)]());}[_0x5d9325(0x120)](){const _0x122c9d=_0x5d9325;this[_0x122c9d(0x131)][_0x122c9d(0x125)](_0x3c1332=>{const _0x21cd7=_0x122c9d,_0x2f93b8=this[_0x21cd7(0x131)][_0x21cd7(0x128)][_0x21cd7(0x13b)](),_0x4f7d16=_0x2f93b8&&_0x2f93b8[_0x21cd7(0x11d)](_0x2f93b8[_0x21cd7(0x121)]-0x1);_0x3c1332[_0x21cd7(0x11e)](_0x4f7d16,_0x21cd7(0x12c)),this[_0x21cd7(0x12a)][_0x21cd7(0x126)][_0x21cd7(0x120)]();});}[_0x5d9325(0x13c)](){const _0x4228b8=_0x5d9325,_0x25e071=this[_0x4228b8(0x12a)][_0x4228b8(0x126)],_0x5f000b=_0x25e071[_0x4228b8(0x128)][_0x4228b8(0x13b)](),_0x554ebf=_0x5f000b[_0x4228b8(0x11d)](0x0);_0x5f000b[_0x4228b8(0x121)]>0x1||!_0x554ebf||'p'!=_0x554ebf[_0x4228b8(0x134)]?this[_0x4228b8(0x13a)]&&this[_0x4228b8(0x13a)][_0x4228b8(0x124)]&&(_0x25a77f(_0x25e071,this[_0x4228b8(0x13a)]),this[_0x4228b8(0x13a)]=void 0x0):(this[_0x4228b8(0x124)]&&(_0x554ebf[_0x4228b8(0x124)]=this[_0x4228b8(0x124)]),_0x572aba({'view':_0x25e071,'element':_0x554ebf,'keepOnFocus':!0x0}),this[_0x4228b8(0x13a)]=_0x554ebf);}}St[_0x5d9325(0x11c)]=Rt;function _0x1bec(_0x3a27c9,_0x2c170e){const _0xcf8c01=_0xcf8c();return _0x1bec=function(_0x1becf8,_0x1022de){_0x1becf8=_0x1becf8-0x118;let _0x3c90a8=_0xcf8c01[_0x1becf8];return _0x3c90a8;},_0x1bec(_0x3a27c9,_0x2c170e);}export default St;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x11c436=_0x4edd;(function(_0x4dcca3,_0x5997ca){const _0x2ae621=_0x4edd,_0xdb261c=_0x4dcca3();while(!![]){try{const _0x4c959e=-parseInt(_0x2ae621(0x93))/0x1*(-parseInt(_0x2ae621(0x7f))/0x2)+-parseInt(_0x2ae621(0x83))/0x3+parseInt(_0x2ae621(0x8b))/0x4*(-parseInt(_0x2ae621(0x84))/0x5)+-parseInt(_0x2ae621(0x8e))/0x6+parseInt(_0x2ae621(0x8a))/0x7*(-parseInt(_0x2ae621(0x8d))/0x8)+parseInt(_0x2ae621(0x75))/0x9*(-parseInt(_0x2ae621(0x88))/0xa)+parseInt(_0x2ae621(0x79))/0xb;if(_0x4c959e===_0x5997ca)break;else _0xdb261c['push'](_0xdb261c['shift']());}catch(_0x1fc8c1){_0xdb261c['push'](_0xdb261c['shift']());}}}(_0x5999,0x8cf4d));function _0x4edd(_0x228cd6,_0x472eea){const _0x599978=_0x5999();return _0x4edd=function(_0x4edd49,_0x93d235){_0x4edd49=_0x4edd49-0x75;let _0x18f2fc=_0x599978[_0x4edd49];return _0x18f2fc;},_0x4edd(_0x228cd6,_0x472eea);}import{EditorUI as _0xad9e65}from'ckeditor5/src/ui.js';import _0x25c6e9 from'./commenteditoruiview.js';export default class Ft extends _0xad9e65{constructor(_0x29c460){const _0x447c76=_0x4edd;super(_0x29c460),this[_0x447c76(0x92)]=new _0x25c6e9(_0x29c460[_0x447c76(0x80)],_0x29c460[_0x447c76(0x89)][_0x447c76(0x92)]);}get[_0x11c436(0x7d)](){const _0x1a60e8=_0x11c436;return this[_0x1a60e8(0x92)][_0x1a60e8(0x7d)];}[_0x11c436(0x78)](){const _0x406a65=_0x11c436,_0x2ca53b=this[_0x406a65(0x8f)][_0x406a65(0x89)][_0x406a65(0x92)],_0x2323b8=this[_0x406a65(0x92)][_0x406a65(0x82)],_0xa5375=_0x2ca53b[_0x406a65(0x8c)][_0x406a65(0x7e)]();_0x2323b8[_0x406a65(0x86)]=_0xa5375[_0x406a65(0x7a)],this[_0x406a65(0x92)][_0x406a65(0x87)]();const _0x2c7645=_0x2323b8[_0x406a65(0x7d)];this[_0x406a65(0x90)](_0x2323b8[_0x406a65(0x86)],_0x2c7645),this[_0x406a65(0x92)][_0x406a65(0x82)][_0x406a65(0x76)](_0x406a65(0x77))['to'](this[_0x406a65(0x7c)]),_0x2ca53b[_0x406a65(0x91)](_0x2c7645),this[_0x406a65(0x7b)](_0x406a65(0x81));}[_0x11c436(0x85)](){const _0x59030e=_0x11c436;super[_0x59030e(0x85)](),this[_0x59030e(0x92)][_0x59030e(0x85)]();}}function _0x5999(){const _0xe1679d=['init','36359257figFSI','rootName','fire','focusTracker','element','getRoot','640208WVzYJP','locale','ready','editable','337641ORBZpk','15875xmkKux','destroy','name','render','600TUtdrt','editing','91DRTSbe','1228Rxnuxr','document','701768EnyTil','1158798HNFyDf','editor','setEditableElement','attachDomRoot','view','2wyIyKM','142119OrMLjN','bind','isFocused'];_0x5999=function(){return _0xe1679d;};return _0x5999();}
23
+ function _0x530f(_0x5d60a3,_0x4a8dfc){const _0x353a62=_0x353a();return _0x530f=function(_0x530fe5,_0x1bf95b){_0x530fe5=_0x530fe5-0x129;let _0x1b575a=_0x353a62[_0x530fe5];return _0x1b575a;},_0x530f(_0x5d60a3,_0x4a8dfc);}const _0x46131c=_0x530f;(function(_0x68b9c5,_0x53c298){const _0x57b6dc=_0x530f,_0x1953d2=_0x68b9c5();while(!![]){try{const _0x396441=-parseInt(_0x57b6dc(0x12e))/0x1+-parseInt(_0x57b6dc(0x12d))/0x2*(parseInt(_0x57b6dc(0x130))/0x3)+parseInt(_0x57b6dc(0x129))/0x4*(-parseInt(_0x57b6dc(0x13d))/0x5)+parseInt(_0x57b6dc(0x140))/0x6+parseInt(_0x57b6dc(0x12c))/0x7*(-parseInt(_0x57b6dc(0x139))/0x8)+parseInt(_0x57b6dc(0x13f))/0x9*(-parseInt(_0x57b6dc(0x134))/0xa)+parseInt(_0x57b6dc(0x142))/0xb;if(_0x396441===_0x53c298)break;else _0x1953d2['push'](_0x1953d2['shift']());}catch(_0x4b4915){_0x1953d2['push'](_0x1953d2['shift']());}}}(_0x353a,0x3ab94));import{EditorUI as _0x1a9e36}from'ckeditor5/src/ui.js';import _0x541fa6 from'./commenteditoruiview.js';function _0x353a(){const _0x4bcdbc=['focusTracker','getRoot','view','locale','init','6096YhPWph','fire','document','154ClmWPO','302iAafRl','192165CLQrhr','ready','6312JvJXoq','editing','rootName','setEditableElement','10vCBMli','render','attachDomRoot','bind','destroy','87784WPpzlk','editable','element','name','100rKTIfv','editor','1742463VFhpKQ','1487676weQfiY','isFocused','10647428azRZUE'];_0x353a=function(){return _0x4bcdbc;};return _0x353a();}export default class Ft extends _0x1a9e36{constructor(_0x5a3eb8){const _0x418037=_0x530f;super(_0x5a3eb8),this[_0x418037(0x145)]=new _0x541fa6(_0x5a3eb8[_0x418037(0x146)],_0x5a3eb8[_0x418037(0x131)][_0x418037(0x145)]);}get[_0x46131c(0x13b)](){const _0x4c3f6e=_0x46131c;return this[_0x4c3f6e(0x145)][_0x4c3f6e(0x13b)];}[_0x46131c(0x147)](){const _0x5a6fb6=_0x46131c,_0x70a0d4=this[_0x5a6fb6(0x13e)][_0x5a6fb6(0x131)][_0x5a6fb6(0x145)],_0x3d6f3a=this[_0x5a6fb6(0x145)][_0x5a6fb6(0x13a)],_0x101e1c=_0x70a0d4[_0x5a6fb6(0x12b)][_0x5a6fb6(0x144)]();_0x3d6f3a[_0x5a6fb6(0x13c)]=_0x101e1c[_0x5a6fb6(0x132)],this[_0x5a6fb6(0x145)][_0x5a6fb6(0x135)]();const _0x2f271a=_0x3d6f3a[_0x5a6fb6(0x13b)];this[_0x5a6fb6(0x133)](_0x3d6f3a[_0x5a6fb6(0x13c)],_0x2f271a),this[_0x5a6fb6(0x145)][_0x5a6fb6(0x13a)][_0x5a6fb6(0x137)](_0x5a6fb6(0x141))['to'](this[_0x5a6fb6(0x143)]),_0x70a0d4[_0x5a6fb6(0x136)](_0x2f271a),this[_0x5a6fb6(0x12a)](_0x5a6fb6(0x12f));}[_0x46131c(0x138)](){const _0x5ccaa4=_0x46131c;super[_0x5ccaa4(0x138)](),this[_0x5ccaa4(0x145)][_0x5ccaa4(0x138)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xeb347d=_0x4828;(function(_0x11793f,_0x53677a){const _0x431eb9=_0x4828,_0x574a25=_0x11793f();while(!![]){try{const _0x3ec376=parseInt(_0x431eb9(0x169))/0x1+-parseInt(_0x431eb9(0x176))/0x2*(-parseInt(_0x431eb9(0x16a))/0x3)+-parseInt(_0x431eb9(0x171))/0x4*(-parseInt(_0x431eb9(0x164))/0x5)+-parseInt(_0x431eb9(0x16e))/0x6*(parseInt(_0x431eb9(0x17b))/0x7)+parseInt(_0x431eb9(0x173))/0x8+parseInt(_0x431eb9(0x188))/0x9+parseInt(_0x431eb9(0x17c))/0xa*(-parseInt(_0x431eb9(0x16d))/0xb);if(_0x3ec376===_0x53677a)break;else _0x574a25['push'](_0x574a25['shift']());}catch(_0x4a5ae8){_0x574a25['push'](_0x574a25['shift']());}}}(_0x412d,0x6621b));import{InlineEditableUIView as _0xf15d15,EditorUIView as _0x151c10,LabelView as _0x1653a3}from'ckeditor5/src/ui.js';import{uid as _0x365edd}from'ckeditor5/src/utils.js';function _0x4828(_0x2177ad,_0x200d65){const _0x412d7d=_0x412d();return _0x4828=function(_0x4828e0,_0x444090){_0x4828e0=_0x4828e0-0x164;let _0x49867d=_0x412d7d[_0x4828e0];return _0x49867d;},_0x4828(_0x2177ad,_0x200d65);}function _0x412d(){const _0x19a2ef=['ck-rounded-corners','_createVoiceLabel','uiLanguageDirection','82446KvdHRG','345846rscvxT','ck-reset','text','4500067sfDllM','78uHXDAj','presentation','ck-editor__main','518080YvnSyc','_voiceLabelView','5130136qqCcPn','extendTemplate','ck-comment__input','4bRPrRI','setTemplate','add','uiLanguage','createCollection','261471EijMQl','10IedBNx','ck-editor','render','editable','focus','ck-editor__aria-label_','div','ck-voice-label','element','main','cke-editor__aria-label_','Comment\x20editor','2062980qHNSnQ','5wMcPAq','comment'];_0x412d=function(){return _0x19a2ef;};return _0x412d();}import{getTranslation as _0x1dba87}from'../../../utils/common-translations.js';export default class Ut extends _0x151c10{constructor(_0x5d3dab,_0x1aa636){const _0x39dea0=_0x4828;super(_0x5d3dab);const _0x3d9c31=_0x365edd();this[_0x39dea0(0x185)]=this[_0x39dea0(0x17a)](),this[_0x39dea0(0x17f)]=new _0xf15d15(_0x5d3dab,_0x1aa636),this[_0x39dea0(0x172)]=this[_0x39dea0(0x167)](_0x3d9c31,_0x5d3dab),this[_0x39dea0(0x177)]({'tag':_0x39dea0(0x182),'attributes':{'class':[_0x39dea0(0x16b),_0x39dea0(0x17d),_0x39dea0(0x166),_0x39dea0(0x175)],'role':_0x39dea0(0x165),'dir':_0x5d3dab[_0x39dea0(0x168)],'lang':_0x5d3dab[_0x39dea0(0x179)],'aria-labelledby':_0x39dea0(0x186)+_0x3d9c31},'children':[this[_0x39dea0(0x172)],{'tag':_0x39dea0(0x182),'attributes':{'class':_0x39dea0(0x170),'role':_0x39dea0(0x16f)},'children':this[_0x39dea0(0x185)]}]});}[_0xeb347d(0x17e)](){const _0x17ea4e=_0xeb347d;super[_0x17ea4e(0x17e)](),this[_0x17ea4e(0x185)][_0x17ea4e(0x178)](this[_0x17ea4e(0x17f)]);}[_0xeb347d(0x180)](){const _0xcdc538=_0xeb347d;this[_0xcdc538(0x17f)][_0xcdc538(0x184)][_0xcdc538(0x180)]();}[_0xeb347d(0x167)](_0x30d772,_0x73acca){const _0x1cf648=_0xeb347d,_0x38e9a1=new _0x1653a3();return _0x38e9a1[_0x1cf648(0x16c)]=_0x1dba87(_0x73acca,_0x1cf648(0x187)),_0x38e9a1[_0x1cf648(0x174)]({'attributes':{'id':_0x1cf648(0x181)+_0x30d772,'class':_0x1cf648(0x183)}}),_0x38e9a1;}}
23
+ const _0x503e0d=_0x1387;(function(_0x589dda,_0x2c6ed3){const _0x395c51=_0x1387,_0x2acb55=_0x589dda();while(!![]){try{const _0x179d65=parseInt(_0x395c51(0x115))/0x1+parseInt(_0x395c51(0x11c))/0x2*(-parseInt(_0x395c51(0x10b))/0x3)+parseInt(_0x395c51(0x106))/0x4+parseInt(_0x395c51(0x105))/0x5*(-parseInt(_0x395c51(0x119))/0x6)+parseInt(_0x395c51(0x11a))/0x7*(parseInt(_0x395c51(0x113))/0x8)+parseInt(_0x395c51(0x11b))/0x9+-parseInt(_0x395c51(0x124))/0xa;if(_0x179d65===_0x2c6ed3)break;else _0x2acb55['push'](_0x2acb55['shift']());}catch(_0x124657){_0x2acb55['push'](_0x2acb55['shift']());}}}(_0x3c8c,0xa22bc));function _0x3c8c(){const _0x1539df=['687905KTNYHL','ck-voice-label','main','ck-rounded-corners','1644eHCrmK','7sxNOaB','647550cFIsop','99706yCBPEn','presentation','div','extendTemplate','setTemplate','focus','ck-comment__input','ck-editor','3847580YtQwtE','ck-reset','comment','render','text','8710CwrCSC','2636460lGxCbC','ck-editor__main','cke-editor__aria-label_','createCollection','element','24WMIacE','uiLanguage','_createVoiceLabel','_voiceLabelView','add','Comment\x20editor','editable','ck-editor__aria-label_','4049376XSsYNi','uiLanguageDirection'];_0x3c8c=function(){return _0x1539df;};return _0x3c8c();}import{InlineEditableUIView as _0x1604ee,EditorUIView as _0x3ba568,LabelView as _0x1cd778}from'ckeditor5/src/ui.js';function _0x1387(_0xf5093f,_0x17bef1){const _0x3c8c7e=_0x3c8c();return _0x1387=function(_0x13870d,_0x4496f4){_0x13870d=_0x13870d-0x103;let _0x3db02d=_0x3c8c7e[_0x13870d];return _0x3db02d;},_0x1387(_0xf5093f,_0x17bef1);}import{uid as _0x2a14b6}from'ckeditor5/src/utils.js';import{getTranslation as _0x1e8073}from'../../../utils/common-translations.js';export default class Ut extends _0x3ba568{constructor(_0x33dcae,_0x32680f){const _0x582bb5=_0x1387;super(_0x33dcae);const _0x226713=_0x2a14b6();this[_0x582bb5(0x117)]=this[_0x582bb5(0x109)](),this[_0x582bb5(0x111)]=new _0x1604ee(_0x33dcae,_0x32680f),this[_0x582bb5(0x10e)]=this[_0x582bb5(0x10d)](_0x226713,_0x33dcae),this[_0x582bb5(0x120)]({'tag':_0x582bb5(0x11e),'attributes':{'class':[_0x582bb5(0x125),_0x582bb5(0x123),_0x582bb5(0x118),_0x582bb5(0x122)],'role':_0x582bb5(0x126),'dir':_0x33dcae[_0x582bb5(0x114)],'lang':_0x33dcae[_0x582bb5(0x10c)],'aria-labelledby':_0x582bb5(0x108)+_0x226713},'children':[this[_0x582bb5(0x10e)],{'tag':_0x582bb5(0x11e),'attributes':{'class':_0x582bb5(0x107),'role':_0x582bb5(0x11d)},'children':this[_0x582bb5(0x117)]}]});}[_0x503e0d(0x103)](){const _0x8ee2a9=_0x503e0d;super[_0x8ee2a9(0x103)](),this[_0x8ee2a9(0x117)][_0x8ee2a9(0x10f)](this[_0x8ee2a9(0x111)]);}[_0x503e0d(0x121)](){const _0x1fbfc2=_0x503e0d;this[_0x1fbfc2(0x111)][_0x1fbfc2(0x10a)][_0x1fbfc2(0x121)]();}[_0x503e0d(0x10d)](_0x46faa5,_0x92d7dd){const _0x1c3a5f=_0x503e0d,_0x29a373=new _0x1cd778();return _0x29a373[_0x1c3a5f(0x104)]=_0x1e8073(_0x92d7dd,_0x1c3a5f(0x110)),_0x29a373[_0x1c3a5f(0x11f)]({'attributes':{'id':_0x1c3a5f(0x112)+_0x46faa5,'class':_0x1c3a5f(0x116)}}),_0x29a373;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x404630=_0x2fdc;(function(_0x21269d,_0x50881b){var _0x178301=_0x2fdc,_0x287461=_0x21269d();while(!![]){try{var _0xd9eefd=-parseInt(_0x178301(0x1a8))/0x1*(parseInt(_0x178301(0x1aa))/0x2)+-parseInt(_0x178301(0x18c))/0x3*(parseInt(_0x178301(0x198))/0x4)+parseInt(_0x178301(0x191))/0x5+parseInt(_0x178301(0x19b))/0x6+-parseInt(_0x178301(0x1a3))/0x7+parseInt(_0x178301(0x199))/0x8*(-parseInt(_0x178301(0x19a))/0x9)+parseInt(_0x178301(0x1a5))/0xa*(parseInt(_0x178301(0x1a9))/0xb);if(_0xd9eefd===_0x50881b)break;else _0x287461['push'](_0x287461['shift']());}catch(_0x179829){_0x287461['push'](_0x287461['shift']());}}}(_0x186e,0x9c5cf));import{ObservableMixin as _0x4eaa6d}from'ckeditor5/src/utils.js';export default class ft extends _0x4eaa6d(){constructor(_0x4cbb60,_0x4c84f9){var _0x346ecf=_0x2fdc;super(),this[_0x346ecf(0x197)]=_0x4cbb60,this[_0x346ecf(0x197)][_0x346ecf(0x192)]=!0x0,this[_0x346ecf(0x1a0)]=_0x4c84f9,this[_0x346ecf(0x19f)](_0x4c84f9,_0x346ecf(0x18e),()=>this[_0x346ecf(0x1a1)]()),this[_0x346ecf(0x19f)](_0x4c84f9,_0x346ecf(0x1ab),()=>this[_0x346ecf(0x195)]()),this[_0x346ecf(0x19f)](_0x4c84f9,_0x346ecf(0x1a6),()=>this[_0x346ecf(0x19c)]()),this[_0x346ecf(0x19f)](_0x4c84f9,_0x346ecf(0x19e),()=>this[_0x346ecf(0x1a4)]()),this[_0x346ecf(0x19f)](_0x4c84f9,_0x346ecf(0x194),(_0x291c2f,_0x46ab21)=>this[_0x346ecf(0x194)](_0x46ab21)),this[_0x346ecf(0x19f)](_0x4c84f9,_0x346ecf(0x1a7),(_0x5f39a8,_0x11807c,_0x26ad91)=>this[_0x346ecf(0x1a7)](_0x11807c,_0x26ad91)),this[_0x346ecf(0x19f)](_0x4c84f9,_0x346ecf(0x19d),(_0xfa8aa0,_0xd6da40)=>this[_0x346ecf(0x19d)](_0xd6da40));}[_0x404630(0x1a1)](){var _0xfc16=_0x404630;this[_0xfc16(0x197)][_0xfc16(0x1a1)]();}[_0x404630(0x195)](){var _0xb9dd71=_0x404630;this[_0xb9dd71(0x197)][_0xb9dd71(0x195)]();}[_0x404630(0x19c)](){var _0x26ccc0=_0x404630;this[_0x26ccc0(0x197)][_0x26ccc0(0x190)]||this[_0x26ccc0(0x197)][_0x26ccc0(0x19c)]();}[_0x404630(0x1a4)](){var _0x6bbbc8=_0x404630;this[_0x6bbbc8(0x197)][_0x6bbbc8(0x190)]&&this[_0x6bbbc8(0x197)][_0x6bbbc8(0x1a4)]();}[_0x404630(0x194)](_0x677b20){var _0x1f4cdc=_0x404630;this[_0x1f4cdc(0x197)][_0x1f4cdc(0x194)]({'content':_0x677b20,'authorId':this[_0x1f4cdc(0x1a0)][_0x1f4cdc(0x18d)]['id']});}[_0x404630(0x1a7)](_0xaa702a,_0x391e8a){var _0xbda5e4=_0x404630;this[_0xbda5e4(0x197)][_0xbda5e4(0x1a2)](_0xaa702a)[_0xbda5e4(0x18f)]({'content':_0x391e8a});}[_0x404630(0x19d)](_0x58ca38){var _0x2af137=_0x404630;this[_0x2af137(0x197)][_0x2af137(0x1a2)](_0x58ca38)[_0x2af137(0x195)]();}[_0x404630(0x196)](){var _0x4b756f=_0x404630;this[_0x4b756f(0x193)](),this[_0x4b756f(0x197)][_0x4b756f(0x192)]=!0x1;}}function _0x2fdc(_0x54d275,_0x190790){var _0x186eb3=_0x186e();return _0x2fdc=function(_0x2fdc8f,_0x1e61c2){_0x2fdc8f=_0x2fdc8f-0x18c;var _0x3814e2=_0x186eb3[_0x2fdc8f];return _0x3814e2;},_0x2fdc(_0x54d275,_0x190790);}function _0x186e(){var _0x5cb9bc=['329245EkrhlP','reopen','170KocyYx','resolveCommentThread','updateComment','10JHyzhe','354233pnmklP','71186umroRQ','removeCommentThread','537QSuyUU','_localUser','submitCommentThread','update','isResolved','5941140NFEEYt','_isAttached','stopListening','addComment','remove','destroy','model','20532BPcysT','3450904eidRSG','9VuJxHY','3947514KtsKyg','resolve','removeComment','reopenCommentThread','listenTo','view','submit','getComment'];_0x186e=function(){return _0x5cb9bc;};return _0x186e();}
23
+ function _0x5b42(){var _0xc6c459=['resolveCommentThread','_isAttached','getComment','removeComment','220UZTwSe','listenTo','stopListening','3243387budGbu','submit','1QfwgzA','_localUser','update','46130JrCLGk','720dEbdpn','updateComment','40NJSEMa','reopenCommentThread','model','destroy','isResolved','1936934VRoTBG','addComment','1470930sxIWRN','resolve','view','75102lJUkXQ','12YsGvNx','removeCommentThread','submitCommentThread','reopen','28243633OASjJR','remove','633681TEzVzW'];_0x5b42=function(){return _0xc6c459;};return _0x5b42();}var _0x5c9857=_0x304f;function _0x304f(_0x511530,_0x438e45){var _0x5b4228=_0x5b42();return _0x304f=function(_0x304f29,_0x1707a7){_0x304f29=_0x304f29-0x1b4;var _0x15b014=_0x5b4228[_0x304f29];return _0x15b014;},_0x304f(_0x511530,_0x438e45);}(function(_0x213b78,_0x420dfa){var _0x3041f1=_0x304f,_0x4a9600=_0x213b78();while(!![]){try{var _0x14457b=parseInt(_0x3041f1(0x1b6))/0x1*(parseInt(_0x3041f1(0x1c1))/0x2)+-parseInt(_0x3041f1(0x1c6))/0x3*(-parseInt(_0x3041f1(0x1d2))/0x4)+-parseInt(_0x3041f1(0x1b9))/0x5*(-parseInt(_0x3041f1(0x1ba))/0x6)+-parseInt(_0x3041f1(0x1b4))/0x7+parseInt(_0x3041f1(0x1bc))/0x8*(parseInt(_0x3041f1(0x1cd))/0x9)+parseInt(_0x3041f1(0x1c3))/0xa+-parseInt(_0x3041f1(0x1cb))/0xb*(parseInt(_0x3041f1(0x1c7))/0xc);if(_0x14457b===_0x420dfa)break;else _0x4a9600['push'](_0x4a9600['shift']());}catch(_0x2e7186){_0x4a9600['push'](_0x4a9600['shift']());}}}(_0x5b42,0xe0c4b));import{ObservableMixin as _0x384ce9}from'ckeditor5/src/utils.js';export default class ft extends _0x384ce9(){constructor(_0x2c00c,_0x607f28){var _0x1ded1e=_0x304f;super(),this[_0x1ded1e(0x1be)]=_0x2c00c,this[_0x1ded1e(0x1be)][_0x1ded1e(0x1cf)]=!0x0,this[_0x1ded1e(0x1c5)]=_0x607f28,this[_0x1ded1e(0x1d3)](_0x607f28,_0x1ded1e(0x1c9),()=>this[_0x1ded1e(0x1b5)]()),this[_0x1ded1e(0x1d3)](_0x607f28,_0x1ded1e(0x1c8),()=>this[_0x1ded1e(0x1cc)]()),this[_0x1ded1e(0x1d3)](_0x607f28,_0x1ded1e(0x1ce),()=>this[_0x1ded1e(0x1c4)]()),this[_0x1ded1e(0x1d3)](_0x607f28,_0x1ded1e(0x1bd),()=>this[_0x1ded1e(0x1ca)]()),this[_0x1ded1e(0x1d3)](_0x607f28,_0x1ded1e(0x1c2),(_0x2f7aba,_0x451338)=>this[_0x1ded1e(0x1c2)](_0x451338)),this[_0x1ded1e(0x1d3)](_0x607f28,_0x1ded1e(0x1bb),(_0x42ad47,_0x4356db,_0x586bc5)=>this[_0x1ded1e(0x1bb)](_0x4356db,_0x586bc5)),this[_0x1ded1e(0x1d3)](_0x607f28,_0x1ded1e(0x1d1),(_0x242911,_0x32964f)=>this[_0x1ded1e(0x1d1)](_0x32964f));}[_0x5c9857(0x1b5)](){var _0x1b8c50=_0x5c9857;this[_0x1b8c50(0x1be)][_0x1b8c50(0x1b5)]();}[_0x5c9857(0x1cc)](){var _0x340039=_0x5c9857;this[_0x340039(0x1be)][_0x340039(0x1cc)]();}[_0x5c9857(0x1c4)](){var _0x13d5b6=_0x5c9857;this[_0x13d5b6(0x1be)][_0x13d5b6(0x1c0)]||this[_0x13d5b6(0x1be)][_0x13d5b6(0x1c4)]();}[_0x5c9857(0x1ca)](){var _0xe66e89=_0x5c9857;this[_0xe66e89(0x1be)][_0xe66e89(0x1c0)]&&this[_0xe66e89(0x1be)][_0xe66e89(0x1ca)]();}[_0x5c9857(0x1c2)](_0x1c7c3d){var _0x11bdc2=_0x5c9857;this[_0x11bdc2(0x1be)][_0x11bdc2(0x1c2)]({'content':_0x1c7c3d,'authorId':this[_0x11bdc2(0x1c5)][_0x11bdc2(0x1b7)]['id']});}[_0x5c9857(0x1bb)](_0x440c0d,_0x530c53){var _0x10e41f=_0x5c9857;this[_0x10e41f(0x1be)][_0x10e41f(0x1d0)](_0x440c0d)[_0x10e41f(0x1b8)]({'content':_0x530c53});}[_0x5c9857(0x1d1)](_0x3eb674){var _0x4ff3f1=_0x5c9857;this[_0x4ff3f1(0x1be)][_0x4ff3f1(0x1d0)](_0x3eb674)[_0x4ff3f1(0x1cc)]();}[_0x5c9857(0x1bf)](){var _0x117907=_0x5c9857;this[_0x117907(0x1d4)](),this[_0x117907(0x1be)][_0x117907(0x1cf)]=!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x213f0d=_0x3106;(function(_0x1b5d1b,_0x36856a){const _0x4206e4=_0x3106,_0x5836ef=_0x1b5d1b();while(!![]){try{const _0x47352a=-parseInt(_0x4206e4(0x1be))/0x1+parseInt(_0x4206e4(0x19e))/0x2+parseInt(_0x4206e4(0x1a6))/0x3*(parseInt(_0x4206e4(0x1ba))/0x4)+-parseInt(_0x4206e4(0x1cb))/0x5+-parseInt(_0x4206e4(0x1d0))/0x6+-parseInt(_0x4206e4(0x1c8))/0x7+parseInt(_0x4206e4(0x1aa))/0x8*(parseInt(_0x4206e4(0x1a5))/0x9);if(_0x47352a===_0x36856a)break;else _0x5836ef['push'](_0x5836ef['shift']());}catch(_0x5bfeeb){_0x5836ef['push'](_0x5836ef['shift']());}}}(_0xd98a,0x26c34));function _0x3106(_0x2a43a1,_0x2f32ac){const _0xd98af6=_0xd98a();return _0x3106=function(_0x3106bf,_0x1924e4){_0x3106bf=_0x3106bf-0x196;let _0x36da39=_0xd98af6[_0x3106bf];return _0x36da39;},_0x3106(_0x2a43a1,_0x2f32ac);}function _0xd98a(){const _0x567aec=['965176DdGHfa','commentInputView','bind','resolveCommentThread','isDirty','isActive','delegate','_localUser','hasDirtyComment','_createCommentThreadInputView','removeCommentThread','Reply','reopenCommentThread','updateComment','Reply...','canComment','8ClgihL','isUnlinked','editorConfig','length','224979lhKqqX','submit','fire','isResolved','value','editorReady','locale','isSubmitted','disabledSubmit','assign','381045hxqTjo','editorDestroyed','focus','1327280MoKRtx','stop','destroy','cancel','placeholder','8376rBYEVT','isResolvable','Write\x20a\x20comment...','removeComment','Reply\x20to\x20reopen\x20discussion...','_model','commentThreadHeaderView','archivedAt','set','submitCommentThread','addComment','commentsListView','showInput','unlinkedAt','225102mFNRYT','commentThreadInputView','Comment','_config','listenTo','change:isActive','CommentView','27TquFkF','345819kQqell','element','isReadOnly','submitLabel'];_0xd98a=function(){return _0x567aec;};return _0xd98a();}import{View as _0x2dc99e}from'ckeditor5/src/ui.js';import _0x1b40c6 from'./commentthreadinputview.js';import _0x2f9482 from'./commentslistview.js';import _0x50df7e from'./commentthreadheaderview.js';import{getTranslation as _0xc8a362}from'../../../utils/common-translations.js';export default class Zt extends _0x2dc99e{constructor(_0x29341a,_0x454042,_0x5be5e0,_0x57ca5d){const _0x3fea7e=_0x3106;super(_0x29341a),this[_0x3fea7e(0x198)](_0x3fea7e(0x1af),!0x1),this[_0x3fea7e(0x198)](_0x3fea7e(0x1ae),!0x1),this[_0x3fea7e(0x1d5)]=_0x454042,this[_0x3fea7e(0x1b1)]=_0x5be5e0,this[_0x3fea7e(0x1a1)]=_0x57ca5d,this[_0x3fea7e(0x196)]=new _0x50df7e(_0x29341a,_0x454042),this[_0x3fea7e(0x196)][_0x3fea7e(0x1b0)](_0x3fea7e(0x1b6))['to'](this),this[_0x3fea7e(0x1a2)](this,_0x3fea7e(0x1b6),()=>{const _0xf9e91f=_0x3fea7e;this[_0xf9e91f(0x1ca)]();}),this[_0x3fea7e(0x19b)]=new _0x2f9482(_0x29341a,_0x454042,Object[_0x3fea7e(0x1c7)]({'CommentView':this[_0x3fea7e(0x1a1)][_0x3fea7e(0x1a4)]},_0x57ca5d)),this[_0x3fea7e(0x19b)][_0x3fea7e(0x1b0)](_0x3fea7e(0x1d3))['to'](this),this[_0x3fea7e(0x19b)][_0x3fea7e(0x1b0)](_0x3fea7e(0x1b7))['to'](this),this[_0x3fea7e(0x19b)][_0x3fea7e(0x1b0)](_0x3fea7e(0x1ad))['to'](this),this[_0x3fea7e(0x19b)][_0x3fea7e(0x1b0)](_0x3fea7e(0x1c3))['to'](this),this[_0x3fea7e(0x19b)][_0x3fea7e(0x1b0)](_0x3fea7e(0x1c9))['to'](this),this[_0x3fea7e(0x19b)][_0x3fea7e(0x1ac)](_0x3fea7e(0x1af))['to'](this),this[_0x3fea7e(0x1a2)](this,_0x3fea7e(0x1ad),()=>{const _0x2f22b7=_0x3fea7e;this[_0x2f22b7(0x1ca)]();}),this[_0x3fea7e(0x198)](_0x3fea7e(0x1bd),this[_0x3fea7e(0x19b)][_0x3fea7e(0x1bd)]),this[_0x3fea7e(0x1ac)](_0x3fea7e(0x1bd))['to'](this[_0x3fea7e(0x19b)],_0x3fea7e(0x1bd)),this[_0x3fea7e(0x19f)]=this[_0x3fea7e(0x1b3)](),this[_0x3fea7e(0x19f)][_0x3fea7e(0x1b0)](_0x3fea7e(0x1c3))['to'](this),this[_0x3fea7e(0x19f)][_0x3fea7e(0x1b0)](_0x3fea7e(0x1c9))['to'](this),this['on'](_0x3fea7e(0x1d3),()=>this[_0x3fea7e(0x1ca)]()),this[_0x3fea7e(0x1ac)](_0x3fea7e(0x1ae))['to'](this[_0x3fea7e(0x19b)],_0x3fea7e(0x1b2),this[_0x3fea7e(0x19f)][_0x3fea7e(0x1ab)],_0x3fea7e(0x1c2),(_0x71f502,_0x2428aa)=>_0x71f502||!!_0x2428aa),this[_0x3fea7e(0x1ac)](_0x3fea7e(0x1bb))['to'](_0x454042,_0x3fea7e(0x19d),_0x4548e6=>!!_0x4548e6);}[_0x213f0d(0x1ca)](){const _0x39de3a=_0x213f0d;this[_0x39de3a(0x1a7)][_0x39de3a(0x1ca)]();}async[_0x213f0d(0x1cd)](){const _0x45ee8f=_0x213f0d;this[_0x45ee8f(0x1ae)]=!0x1,this[_0x45ee8f(0x19b)][_0x45ee8f(0x1cd)](),await this[_0x45ee8f(0x19f)][_0x45ee8f(0x1cd)](),super[_0x45ee8f(0x1cd)]();}[_0x213f0d(0x1b3)](){const _0x11b424=_0x213f0d,_0x3cba29=new _0x1b40c6(this[_0x11b424(0x1c4)],this[_0x11b424(0x1b1)],this[_0x11b424(0x1a1)][_0x11b424(0x1bc)]),_0x17d8cf=_0x3cba29[_0x11b424(0x1ab)];return _0x3cba29[_0x11b424(0x1ac)](_0x11b424(0x19c))['to'](this,_0x11b424(0x1af),this[_0x11b424(0x1d5)],_0x11b424(0x1a8),this[_0x11b424(0x1d5)],_0x11b424(0x1b9),this[_0x11b424(0x1d5)],_0x11b424(0x197),_0x17d8cf,_0x11b424(0x1c2),(_0x3cea66,_0x58ecd1,_0x155021,_0x3514e9,_0x55b344)=>!!_0x55b344||!!_0x3514e9&&_0x155021&&!_0x58ecd1||_0x3cea66&&_0x155021&&!_0x58ecd1),_0x17d8cf[_0x11b424(0x1ac)](_0x11b424(0x1cf))['to'](this,_0x11b424(0x1bd),this[_0x11b424(0x1d5)],_0x11b424(0x1d1),this[_0x11b424(0x1d5)],_0x11b424(0x1c1),(_0xdf21fa,_0x3dfc1d,_0xd9df46)=>{const _0x227fe0=_0x11b424;let _0x5f0ea2;return _0x5f0ea2=_0xd9df46&&_0x3dfc1d?_0x227fe0(0x1d4):_0xdf21fa?_0x227fe0(0x1b8):_0x227fe0(0x1d2),_0xc8a362(this[_0x227fe0(0x1c4)],_0x5f0ea2);}),_0x17d8cf[_0x11b424(0x1ac)](_0x11b424(0x1a9))['to'](this,_0x11b424(0x1bd),_0xfedbc=>_0xc8a362(this[_0x11b424(0x1c4)],_0xfedbc?_0x11b424(0x1b5):_0x11b424(0x1a0))),_0x17d8cf['on'](_0x11b424(0x1bf),(_0x43fb71,_0x58d455)=>{const _0x41e7c1=_0x11b424;this[_0x41e7c1(0x1c0)](_0x41e7c1(0x19a),_0x58d455),this[_0x41e7c1(0x1d5)][_0x41e7c1(0x1c1)]&&this[_0x41e7c1(0x1d5)][_0x41e7c1(0x1d1)]&&this[_0x41e7c1(0x1c0)](_0x41e7c1(0x1b6),this[_0x41e7c1(0x1d5)]['id']),this[_0x41e7c1(0x1d5)][_0x41e7c1(0x1c5)]||this[_0x41e7c1(0x1c0)](_0x41e7c1(0x199));}),_0x17d8cf['on'](_0x11b424(0x1ce),()=>{const _0x556871=_0x11b424;this[_0x556871(0x1ca)]();}),_0x17d8cf[_0x11b424(0x1ac)](_0x11b424(0x1c6))['to'](this[_0x11b424(0x1d5)],_0x11b424(0x1a8)),_0x17d8cf['on'](_0x11b424(0x1ce),_0x65891a=>{const _0x2bb478=_0x11b424;0x0==this[_0x2bb478(0x1bd)]&&(this[_0x2bb478(0x1c0)](_0x2bb478(0x1b4)),_0x65891a[_0x2bb478(0x1cc)]());}),this['on'](_0x11b424(0x1a3),(_0x59625a,_0x2e7aa7,_0x3e42cb)=>{const _0x16bfbc=_0x11b424;_0x3e42cb||this[_0x16bfbc(0x1bd)]||_0x17d8cf[_0x16bfbc(0x1c2)]||this[_0x16bfbc(0x1c0)](_0x16bfbc(0x1b4));}),_0x3cba29;}}
23
+ const _0x1abffb=_0x4cad;(function(_0x4d03e4,_0x55e031){const _0x2f245e=_0x4cad,_0x3a3d11=_0x4d03e4();while(!![]){try{const _0x5a4fde=-parseInt(_0x2f245e(0x1ff))/0x1*(-parseInt(_0x2f245e(0x226))/0x2)+-parseInt(_0x2f245e(0x214))/0x3*(parseInt(_0x2f245e(0x229))/0x4)+parseInt(_0x2f245e(0x205))/0x5*(-parseInt(_0x2f245e(0x232))/0x6)+-parseInt(_0x2f245e(0x217))/0x7+parseInt(_0x2f245e(0x20e))/0x8+parseInt(_0x2f245e(0x22c))/0x9*(parseInt(_0x2f245e(0x230))/0xa)+parseInt(_0x2f245e(0x20d))/0xb;if(_0x5a4fde===_0x55e031)break;else _0x3a3d11['push'](_0x3a3d11['shift']());}catch(_0x5e0e86){_0x3a3d11['push'](_0x3a3d11['shift']());}}}(_0x2c6f,0x6e83b));import{View as _0x340d7a}from'ckeditor5/src/ui.js';function _0x2c6f(){const _0x2f5545=['removeCommentThread','301556tOZfIE','isResolved','_config','submit','Reply','commentThreadInputView','95uqzwPz','editorReady','length','Reply\x20to\x20reopen\x20discussion...','isDirty','removeComment','focus','unlinkedAt','14549986clWYkR','1590368GghOsU','_model','reopenCommentThread','locale','resolveCommentThread','bind','2670441pUwKWf','change:isActive','disabledSubmit','2825032OqnsSh','set','fire','isReadOnly','updateComment','isResolvable','commentsListView','cancel','showInput','canComment','_createCommentThreadInputView','assign','editorConfig','isSubmitted','delegate','2vEQovk','stop','value','4ZmhuMf','Comment','archivedAt','144YhnCbX','element','commentInputView','Write\x20a\x20comment...','342140nHetWN','commentThreadHeaderView','197088cWmMPx','submitCommentThread','hasDirtyComment','isActive','placeholder','submitLabel','Reply...','addComment','listenTo','CommentView','isUnlinked','destroy','editorDestroyed','_localUser'];_0x2c6f=function(){return _0x2f5545;};return _0x2c6f();}import _0x4f0153 from'./commentthreadinputview.js';function _0x4cad(_0x250687,_0x12546e){const _0x2c6fa2=_0x2c6f();return _0x4cad=function(_0x4cadb2,_0x543377){_0x4cadb2=_0x4cadb2-0x1f3;let _0x3e5ec2=_0x2c6fa2[_0x4cadb2];return _0x3e5ec2;},_0x4cad(_0x250687,_0x12546e);}import _0x4ea600 from'./commentslistview.js';import _0x2c02f4 from'./commentthreadheaderview.js';import{getTranslation as _0x3b3b01}from'../../../utils/common-translations.js';export default class Zt extends _0x340d7a{constructor(_0x13721c,_0x2bc4fb,_0x1ec979,_0x1fe90a){const _0x2b5ff0=_0x4cad;super(_0x13721c),this[_0x2b5ff0(0x218)](_0x2b5ff0(0x1f3),!0x1),this[_0x2b5ff0(0x218)](_0x2b5ff0(0x209),!0x1),this[_0x2b5ff0(0x20f)]=_0x2bc4fb,this[_0x2b5ff0(0x1fd)]=_0x1ec979,this[_0x2b5ff0(0x201)]=_0x1fe90a,this[_0x2b5ff0(0x231)]=new _0x2c02f4(_0x13721c,_0x2bc4fb),this[_0x2b5ff0(0x231)][_0x2b5ff0(0x225)](_0x2b5ff0(0x210))['to'](this),this[_0x2b5ff0(0x1f8)](this,_0x2b5ff0(0x210),()=>{const _0x23bdf6=_0x2b5ff0;this[_0x23bdf6(0x20b)]();}),this[_0x2b5ff0(0x21d)]=new _0x4ea600(_0x13721c,_0x2bc4fb,Object[_0x2b5ff0(0x222)]({'CommentView':this[_0x2b5ff0(0x201)][_0x2b5ff0(0x1f9)]},_0x1fe90a)),this[_0x2b5ff0(0x21d)][_0x2b5ff0(0x225)](_0x2b5ff0(0x20a))['to'](this),this[_0x2b5ff0(0x21d)][_0x2b5ff0(0x225)](_0x2b5ff0(0x21b))['to'](this),this[_0x2b5ff0(0x21d)][_0x2b5ff0(0x225)](_0x2b5ff0(0x212))['to'](this),this[_0x2b5ff0(0x21d)][_0x2b5ff0(0x225)](_0x2b5ff0(0x206))['to'](this),this[_0x2b5ff0(0x21d)][_0x2b5ff0(0x225)](_0x2b5ff0(0x1fc))['to'](this),this[_0x2b5ff0(0x21d)][_0x2b5ff0(0x213)](_0x2b5ff0(0x1f3))['to'](this),this[_0x2b5ff0(0x1f8)](this,_0x2b5ff0(0x212),()=>{const _0x481ab5=_0x2b5ff0;this[_0x481ab5(0x20b)]();}),this[_0x2b5ff0(0x218)](_0x2b5ff0(0x207),this[_0x2b5ff0(0x21d)][_0x2b5ff0(0x207)]),this[_0x2b5ff0(0x213)](_0x2b5ff0(0x207))['to'](this[_0x2b5ff0(0x21d)],_0x2b5ff0(0x207)),this[_0x2b5ff0(0x204)]=this[_0x2b5ff0(0x221)](),this[_0x2b5ff0(0x204)][_0x2b5ff0(0x225)](_0x2b5ff0(0x206))['to'](this),this[_0x2b5ff0(0x204)][_0x2b5ff0(0x225)](_0x2b5ff0(0x1fc))['to'](this),this['on'](_0x2b5ff0(0x20a),()=>this[_0x2b5ff0(0x20b)]()),this[_0x2b5ff0(0x213)](_0x2b5ff0(0x209))['to'](this[_0x2b5ff0(0x21d)],_0x2b5ff0(0x234),this[_0x2b5ff0(0x204)][_0x2b5ff0(0x22e)],_0x2b5ff0(0x228),(_0x2e4b36,_0x40170a)=>_0x2e4b36||!!_0x40170a),this[_0x2b5ff0(0x213)](_0x2b5ff0(0x1fa))['to'](_0x2bc4fb,_0x2b5ff0(0x20c),_0x402cda=>!!_0x402cda);}[_0x1abffb(0x20b)](){const _0x150598=_0x1abffb;this[_0x150598(0x22d)][_0x150598(0x20b)]();}async[_0x1abffb(0x1fb)](){const _0x3dfc28=_0x1abffb;this[_0x3dfc28(0x209)]=!0x1,this[_0x3dfc28(0x21d)][_0x3dfc28(0x1fb)](),await this[_0x3dfc28(0x204)][_0x3dfc28(0x1fb)](),super[_0x3dfc28(0x1fb)]();}[_0x1abffb(0x221)](){const _0x186f78=_0x1abffb,_0x324eb5=new _0x4f0153(this[_0x186f78(0x211)],this[_0x186f78(0x1fd)],this[_0x186f78(0x201)][_0x186f78(0x223)]),_0x387221=_0x324eb5[_0x186f78(0x22e)];return _0x324eb5[_0x186f78(0x213)](_0x186f78(0x21f))['to'](this,_0x186f78(0x1f3),this[_0x186f78(0x20f)],_0x186f78(0x21a),this[_0x186f78(0x20f)],_0x186f78(0x220),this[_0x186f78(0x20f)],_0x186f78(0x22b),_0x387221,_0x186f78(0x228),(_0x17a52c,_0x184996,_0xce0dc6,_0xed3752,_0x2b5d0e)=>!!_0x2b5d0e||!!_0xed3752&&_0xce0dc6&&!_0x184996||_0x17a52c&&_0xce0dc6&&!_0x184996),_0x387221[_0x186f78(0x213)](_0x186f78(0x1f4))['to'](this,_0x186f78(0x207),this[_0x186f78(0x20f)],_0x186f78(0x21c),this[_0x186f78(0x20f)],_0x186f78(0x200),(_0x4f26db,_0x1d9545,_0x1050f8)=>{const _0xa82468=_0x186f78;let _0x51bf85;return _0x51bf85=_0x1050f8&&_0x1d9545?_0xa82468(0x208):_0x4f26db?_0xa82468(0x1f6):_0xa82468(0x22f),_0x3b3b01(this[_0xa82468(0x211)],_0x51bf85);}),_0x387221[_0x186f78(0x213)](_0x186f78(0x1f5))['to'](this,_0x186f78(0x207),_0x187606=>_0x3b3b01(this[_0x186f78(0x211)],_0x187606?_0x186f78(0x203):_0x186f78(0x22a))),_0x387221['on'](_0x186f78(0x202),(_0x56b7cd,_0x3e0353)=>{const _0x1947de=_0x186f78;this[_0x1947de(0x219)](_0x1947de(0x1f7),_0x3e0353),this[_0x1947de(0x20f)][_0x1947de(0x200)]&&this[_0x1947de(0x20f)][_0x1947de(0x21c)]&&this[_0x1947de(0x219)](_0x1947de(0x210),this[_0x1947de(0x20f)]['id']),this[_0x1947de(0x20f)][_0x1947de(0x224)]||this[_0x1947de(0x219)](_0x1947de(0x233));}),_0x387221['on'](_0x186f78(0x21e),()=>{const _0x5b6b86=_0x186f78;this[_0x5b6b86(0x20b)]();}),_0x387221[_0x186f78(0x213)](_0x186f78(0x216))['to'](this[_0x186f78(0x20f)],_0x186f78(0x21a)),_0x387221['on'](_0x186f78(0x21e),_0xbb1fb=>{const _0x1fe67c=_0x186f78;0x0==this[_0x1fe67c(0x207)]&&(this[_0x1fe67c(0x219)](_0x1fe67c(0x1fe)),_0xbb1fb[_0x1fe67c(0x227)]());}),this['on'](_0x186f78(0x215),(_0x23a1f4,_0x41cb1e,_0x4a3c2b)=>{const _0x46884c=_0x186f78;_0x4a3c2b||this[_0x46884c(0x207)]||_0x387221[_0x46884c(0x228)]||this[_0x46884c(0x219)](_0x46884c(0x1fe));}),_0x324eb5;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x266a2f=_0x5a90;function _0x24ba(){const _0x578676=['expand','remove','initialData','editorDestroyed','collapse','cancel','895134EXKiAt','6hqMiGG','818818gVgxFp','bind','once','997915DCawlz','switchToDisplayMode','createCollection','submit','value','set','visibleView','element','switchToEditMode','editorConfig','Save','504SDLsJq','isSystemComment','updateComment','disabledSubmit','_config','destroy','locale','get','393610xUdyua','665068aygAFS','isCollapsed','isReadOnly','add','isEditMode','63BjpLYB','focus','6RaAssw','content','_createCommentContentView','maxCommentCharsWhenCollapsed','createEditor','fire','_createCommentInputView','56210PvccBb','submitLabel','delegate','8AWBsWm','editorReady','15785SzpWyZ','_model'];_0x24ba=function(){return _0x578676;};return _0x24ba();}(function(_0x2d9571,_0x3f38e9){const _0x1706d9=_0x5a90,_0x2f905a=_0x2d9571();while(!![]){try{const _0x10c1c9=parseInt(_0x1706d9(0xc5))/0x1*(parseInt(_0x1706d9(0xbe))/0x2)+parseInt(_0x1706d9(0xd3))/0x3*(parseInt(_0x1706d9(0xb7))/0x4)+parseInt(_0x1706d9(0xd7))/0x5+-parseInt(_0x1706d9(0xd2))/0x6+parseInt(_0x1706d9(0xd4))/0x7*(-parseInt(_0x1706d9(0xc8))/0x8)+-parseInt(_0x1706d9(0xbc))/0x9*(parseInt(_0x1706d9(0xb6))/0xa)+-parseInt(_0x1706d9(0xca))/0xb*(-parseInt(_0x1706d9(0xae))/0xc);if(_0x10c1c9===_0x3f38e9)break;else _0x2f905a['push'](_0x2f905a['shift']());}catch(_0x2c9b68){_0x2f905a['push'](_0x2f905a['shift']());}}}(_0x24ba,0x358bf));import{View as _0x42ed49}from'ckeditor5/src/ui.js';import{trimHtml as _0x3878b0}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4f3118 from'./commentcontentview.js';import _0x34be9c from'./commentinputview.js';import{getTranslation as _0x21ddd3}from'../../../utils/common-translations.js';function _0x5a90(_0x49913b,_0x41482d){const _0x24ba8b=_0x24ba();return _0x5a90=function(_0x5a909d,_0x4eb7a5){_0x5a909d=_0x5a909d-0xa6;let _0x5b2473=_0x24ba8b[_0x5a909d];return _0x5b2473;},_0x5a90(_0x49913b,_0x41482d);}export default class ei extends _0x42ed49{constructor(_0x416cb6,_0x40bd31,_0x85e45){const _0x155973=_0x5a90;super(_0x416cb6),this[_0x155973(0xcb)]=_0x40bd31,this[_0x155973(0xb2)]=_0x85e45,this[_0x155973(0xaf)]=!!this[_0x155973(0xb2)][_0x155973(0xaf)],this[_0x155973(0xa8)](_0x155973(0xbb),!0x1),this[_0x155973(0xa8)](_0x155973(0xb8),!0x0),this[_0x155973(0xa9)]=this[_0x155973(0xd9)](),this[_0x155973(0xa9)][_0x155973(0xba)](this[_0x155973(0xc0)]());}[_0x266a2f(0xcc)](){const _0x107832=_0x266a2f;this[_0x107832(0xb8)]=!0x1;}[_0x266a2f(0xd0)](){const _0x4954b8=_0x266a2f;this[_0x4954b8(0xbb)]||(this[_0x4954b8(0xb8)]=!0x0);}[_0x266a2f(0xbd)](){const _0x31bc93=_0x266a2f;this[_0x31bc93(0xaa)][_0x31bc93(0xbd)]();}async[_0x266a2f(0xb3)](){const _0x105fb6=_0x266a2f;await this[_0x105fb6(0xa9)][_0x105fb6(0xb5)](0x0)[_0x105fb6(0xb3)](),super[_0x105fb6(0xb3)]();}[_0x266a2f(0xab)](){const _0x2c2acd=_0x266a2f;this[_0x2c2acd(0xbb)]||(this[_0x2c2acd(0xbb)]=!0x0,this[_0x2c2acd(0xa9)][_0x2c2acd(0xcd)](0x0)[_0x2c2acd(0xb3)](),this[_0x2c2acd(0xa9)][_0x2c2acd(0xba)](this[_0x2c2acd(0xc4)]()));}[_0x266a2f(0xd8)](){const _0x510d84=_0x266a2f;this[_0x510d84(0xbb)]&&(this[_0x510d84(0xbb)]=!0x1,this[_0x510d84(0xa9)][_0x510d84(0xcd)](0x0)[_0x510d84(0xb3)](),this[_0x510d84(0xa9)][_0x510d84(0xba)](this[_0x510d84(0xc0)]()));}[_0x266a2f(0xc0)](){const _0x50f094=_0x266a2f,_0x165084=new _0x4f3118(this[_0x50f094(0xb4)]);return _0x165084[_0x50f094(0xd5)](_0x50f094(0xbf))['to'](this[_0x50f094(0xcb)],_0x50f094(0xbf),this,_0x50f094(0xb8),(_0x38335a,_0x1b1e92)=>_0x1b1e92?_0x3878b0(_0x38335a,{'limit':this[_0x50f094(0xb2)][_0x50f094(0xc1)]}):_0x38335a),_0x165084;}[_0x266a2f(0xc4)](){const _0x432a69=_0x266a2f;this[_0x432a69(0xb2)][_0x432a69(0xac)]||(this[_0x432a69(0xb2)][_0x432a69(0xac)]={}),this[_0x432a69(0xb2)][_0x432a69(0xac)][_0x432a69(0xce)]=this[_0x432a69(0xcb)][_0x432a69(0xbf)];const _0x5e8c2a=new _0x34be9c(this[_0x432a69(0xb4)],this[_0x432a69(0xb2)][_0x432a69(0xac)]);return _0x5e8c2a[_0x432a69(0xa7)]=this[_0x432a69(0xcb)][_0x432a69(0xbf)],_0x5e8c2a[_0x432a69(0xd5)](_0x432a69(0xb1))['to'](this[_0x432a69(0xcb)],_0x432a69(0xb9)),_0x5e8c2a[_0x432a69(0xc6)]=_0x21ddd3(this[_0x432a69(0xb4)],_0x432a69(0xad)),_0x5e8c2a['on'](_0x432a69(0xa6),(_0x4e18dd,_0x22ec72)=>{const _0x4530e0=_0x432a69;this[_0x4530e0(0xc3)](_0x4530e0(0xb0),this[_0x4530e0(0xcb)]['id'],_0x22ec72),this[_0x4530e0(0xd8)](),this[_0x4530e0(0xbd)]();}),_0x5e8c2a['on'](_0x432a69(0xd1),()=>{const _0x6426b3=_0x432a69;this[_0x6426b3(0xd8)](),this[_0x6426b3(0xbd)]();}),_0x5e8c2a[_0x432a69(0xd6)](_0x432a69(0xc9),()=>{const _0x82f86e=_0x432a69;_0x5e8c2a[_0x82f86e(0xbd)]();}),_0x5e8c2a[_0x432a69(0xc2)](),_0x5e8c2a[_0x432a69(0xc7)](_0x432a69(0xc9))['to'](this),_0x5e8c2a[_0x432a69(0xc7)](_0x432a69(0xcf))['to'](this),_0x5e8c2a;}}
23
+ const _0x2da0e9=_0x371a;(function(_0x53c57c,_0x451cdb){const _0x520af1=_0x371a,_0xd14ee=_0x53c57c();while(!![]){try{const _0x3bd0ae=parseInt(_0x520af1(0xbe))/0x1+-parseInt(_0x520af1(0xc9))/0x2+-parseInt(_0x520af1(0xd0))/0x3+-parseInt(_0x520af1(0xd2))/0x4+-parseInt(_0x520af1(0xcb))/0x5+-parseInt(_0x520af1(0xd3))/0x6+parseInt(_0x520af1(0xbc))/0x7;if(_0x3bd0ae===_0x451cdb)break;else _0xd14ee['push'](_0xd14ee['shift']());}catch(_0x44a3e5){_0xd14ee['push'](_0xd14ee['shift']());}}}(_0x5b0d,0x82b74));function _0x5b0d(){const _0x1c762d=['get','once','fire','collapse','1687506MrsEBz','maxCommentCharsWhenCollapsed','3723165yjMECA','destroy','updateComment','cancel','editorDestroyed','2782200RDVQer','Save','3514028RyfOdh','1373316pFrqcv','switchToDisplayMode','switchToEditMode','expand','isSystemComment','locale','set','add','initialData','_createCommentInputView','createCollection','createEditor','remove','_config','content','value','visibleView','bind','_createCommentContentView','editorConfig','_model','element','isCollapsed','disabledSubmit','26751921TFgzLj','isEditMode','336888ARhNuO','delegate','isReadOnly','editorReady','submit','focus','submitLabel'];_0x5b0d=function(){return _0x1c762d;};return _0x5b0d();}import{View as _0xc18540}from'ckeditor5/src/ui.js';import{trimHtml as _0x14b0c1}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3c245c from'./commentcontentview.js';import _0x3e225a from'./commentinputview.js';function _0x371a(_0x379158,_0x4b4ecc){const _0x5b0d11=_0x5b0d();return _0x371a=function(_0x371a68,_0x35029e){_0x371a68=_0x371a68-0xb7;let _0x232136=_0x5b0d11[_0x371a68];return _0x232136;},_0x371a(_0x379158,_0x4b4ecc);}import{getTranslation as _0x4817ba}from'../../../utils/common-translations.js';export default class ei extends _0xc18540{constructor(_0x321f69,_0x57fcae,_0x1bbb0a){const _0x3a630f=_0x371a;super(_0x321f69),this[_0x3a630f(0xb8)]=_0x57fcae,this[_0x3a630f(0xe0)]=_0x1bbb0a,this[_0x3a630f(0xd7)]=!!this[_0x3a630f(0xe0)][_0x3a630f(0xd7)],this[_0x3a630f(0xd9)](_0x3a630f(0xbd),!0x1),this[_0x3a630f(0xd9)](_0x3a630f(0xba),!0x0),this[_0x3a630f(0xe3)]=this[_0x3a630f(0xdd)](),this[_0x3a630f(0xe3)][_0x3a630f(0xda)](this[_0x3a630f(0xe5)]());}[_0x2da0e9(0xd6)](){const _0x2af56e=_0x2da0e9;this[_0x2af56e(0xba)]=!0x1;}[_0x2da0e9(0xc8)](){const _0x518ec2=_0x2da0e9;this[_0x518ec2(0xbd)]||(this[_0x518ec2(0xba)]=!0x0);}[_0x2da0e9(0xc3)](){const _0x12be87=_0x2da0e9;this[_0x12be87(0xb9)][_0x12be87(0xc3)]();}async[_0x2da0e9(0xcc)](){const _0x44eb9e=_0x2da0e9;await this[_0x44eb9e(0xe3)][_0x44eb9e(0xc5)](0x0)[_0x44eb9e(0xcc)](),super[_0x44eb9e(0xcc)]();}[_0x2da0e9(0xd5)](){const _0x2d50cf=_0x2da0e9;this[_0x2d50cf(0xbd)]||(this[_0x2d50cf(0xbd)]=!0x0,this[_0x2d50cf(0xe3)][_0x2d50cf(0xdf)](0x0)[_0x2d50cf(0xcc)](),this[_0x2d50cf(0xe3)][_0x2d50cf(0xda)](this[_0x2d50cf(0xdc)]()));}[_0x2da0e9(0xd4)](){const _0x503882=_0x2da0e9;this[_0x503882(0xbd)]&&(this[_0x503882(0xbd)]=!0x1,this[_0x503882(0xe3)][_0x503882(0xdf)](0x0)[_0x503882(0xcc)](),this[_0x503882(0xe3)][_0x503882(0xda)](this[_0x503882(0xe5)]()));}[_0x2da0e9(0xe5)](){const _0x2cbf7d=_0x2da0e9,_0x228a85=new _0x3c245c(this[_0x2cbf7d(0xd8)]);return _0x228a85[_0x2cbf7d(0xe4)](_0x2cbf7d(0xe1))['to'](this[_0x2cbf7d(0xb8)],_0x2cbf7d(0xe1),this,_0x2cbf7d(0xba),(_0x48df38,_0x5e6395)=>_0x5e6395?_0x14b0c1(_0x48df38,{'limit':this[_0x2cbf7d(0xe0)][_0x2cbf7d(0xca)]}):_0x48df38),_0x228a85;}[_0x2da0e9(0xdc)](){const _0x37e33c=_0x2da0e9;this[_0x37e33c(0xe0)][_0x37e33c(0xb7)]||(this[_0x37e33c(0xe0)][_0x37e33c(0xb7)]={}),this[_0x37e33c(0xe0)][_0x37e33c(0xb7)][_0x37e33c(0xdb)]=this[_0x37e33c(0xb8)][_0x37e33c(0xe1)];const _0x56affd=new _0x3e225a(this[_0x37e33c(0xd8)],this[_0x37e33c(0xe0)][_0x37e33c(0xb7)]);return _0x56affd[_0x37e33c(0xe2)]=this[_0x37e33c(0xb8)][_0x37e33c(0xe1)],_0x56affd[_0x37e33c(0xe4)](_0x37e33c(0xbb))['to'](this[_0x37e33c(0xb8)],_0x37e33c(0xc0)),_0x56affd[_0x37e33c(0xc4)]=_0x4817ba(this[_0x37e33c(0xd8)],_0x37e33c(0xd1)),_0x56affd['on'](_0x37e33c(0xc2),(_0x3be6ac,_0x30d3dd)=>{const _0x32ae6c=_0x37e33c;this[_0x32ae6c(0xc7)](_0x32ae6c(0xcd),this[_0x32ae6c(0xb8)]['id'],_0x30d3dd),this[_0x32ae6c(0xd4)](),this[_0x32ae6c(0xc3)]();}),_0x56affd['on'](_0x37e33c(0xce),()=>{const _0x12a3fe=_0x37e33c;this[_0x12a3fe(0xd4)](),this[_0x12a3fe(0xc3)]();}),_0x56affd[_0x37e33c(0xc6)](_0x37e33c(0xc1),()=>{const _0x21d15d=_0x37e33c;_0x56affd[_0x21d15d(0xc3)]();}),_0x56affd[_0x37e33c(0xde)](),_0x56affd[_0x37e33c(0xbf)](_0x37e33c(0xc1))['to'](this),_0x56affd[_0x37e33c(0xbf)](_0x37e33c(0xcf))['to'](this),_0x56affd;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0xdbb3ef,_0x5da60f){const _0x2b16af=_0x15f6,_0x15a703=_0xdbb3ef();while(!![]){try{const _0x418d9c=-parseInt(_0x2b16af(0x10e))/0x1*(-parseInt(_0x2b16af(0x106))/0x2)+-parseInt(_0x2b16af(0x115))/0x3*(parseInt(_0x2b16af(0x114))/0x4)+parseInt(_0x2b16af(0x117))/0x5+-parseInt(_0x2b16af(0x116))/0x6*(parseInt(_0x2b16af(0x10b))/0x7)+parseInt(_0x2b16af(0x112))/0x8*(parseInt(_0x2b16af(0x10d))/0x9)+-parseInt(_0x2b16af(0x113))/0xa+-parseInt(_0x2b16af(0x10a))/0xb*(-parseInt(_0x2b16af(0x110))/0xc);if(_0x418d9c===_0x5da60f)break;else _0x15a703['push'](_0x15a703['shift']());}catch(_0xeedb1b){_0x15a703['push'](_0x15a703['shift']());}}}(_0x4c91,0x7a6b7));function _0x15f6(_0x592f9f,_0x3f5f82){const _0x4c91a1=_0x4c91();return _0x15f6=function(_0x15f6d3,_0x5ad5a9){_0x15f6d3=_0x15f6d3-0x106;let _0x1647d9=_0x4c91a1[_0x15f6d3];return _0x1647d9;},_0x15f6(_0x592f9f,_0x3f5f82);}import{View as _0x25dee4}from'ckeditor5/src/ui.js';function _0x4c91(){const _0x231946=['1RkVNBu','count','48xtoUZp','bindTemplate','136kOTMIA','9694700MlQHkR','4eQCNFV','1713327TFaVTF','108LmFjaM','4050050jxfLbL','1244418mUETYt','set','setTemplate','ck-thread__comment-count','669966vdzxEX','37457KgUujh','NUMBER_OF_COMMENTS','244845aSdfFa'];_0x4c91=function(){return _0x231946;};return _0x4c91();}import{getTranslation as _0x497d69}from'../../../utils/common-translations.js';export default class ts extends _0x25dee4{constructor(_0xeb5d5d){const _0xc65cea=_0x15f6;super(_0xeb5d5d);const _0x7a27ce=this[_0xc65cea(0x111)];this[_0xc65cea(0x107)](_0xc65cea(0x10f),void 0x0),this[_0xc65cea(0x108)]({'tag':'li','attributes':{'class':_0xc65cea(0x109)},'children':[{'text':_0x7a27ce['to'](_0xc65cea(0x10f),_0x2fcaf1=>_0x497d69(_0xeb5d5d,_0xc65cea(0x10c),_0x2fcaf1))}]});}}
23
+ (function(_0x4ee7f2,_0x42db39){const _0x313011=_0x1b0c,_0x327de0=_0x4ee7f2();while(!![]){try{const _0x16c0ca=parseInt(_0x313011(0x111))/0x1+-parseInt(_0x313011(0x104))/0x2*(parseInt(_0x313011(0x10a))/0x3)+parseInt(_0x313011(0x10e))/0x4*(parseInt(_0x313011(0x112))/0x5)+parseInt(_0x313011(0x113))/0x6+parseInt(_0x313011(0x109))/0x7+-parseInt(_0x313011(0x110))/0x8*(-parseInt(_0x313011(0x106))/0x9)+-parseInt(_0x313011(0x107))/0xa*(parseInt(_0x313011(0x108))/0xb);if(_0x16c0ca===_0x42db39)break;else _0x327de0['push'](_0x327de0['shift']());}catch(_0x50514a){_0x327de0['push'](_0x327de0['shift']());}}}(_0x28d8,0x61ccd));function _0x28d8(){const _0x5562e5=['5180546uaXskJ','6tctRaB','count','ck-thread__comment-count','bindTemplate','139028tIhxal','NUMBER_OF_COMMENTS','16gUlWLr','443631VJmuIE','10vcgOMN','907368iJGxLn','set','217306xmwdZE','setTemplate','2775960cxLKcD','20yQsUKa','7718898owmUhx'];_0x28d8=function(){return _0x5562e5;};return _0x28d8();}function _0x1b0c(_0x2bd1fb,_0x2f0384){const _0x28d8da=_0x28d8();return _0x1b0c=function(_0x1b0c8f,_0x4a4bf0){_0x1b0c8f=_0x1b0c8f-0x104;let _0x40c11c=_0x28d8da[_0x1b0c8f];return _0x40c11c;},_0x1b0c(_0x2bd1fb,_0x2f0384);}import{View as _0x5d6ca1}from'ckeditor5/src/ui.js';import{getTranslation as _0x1680a1}from'../../../utils/common-translations.js';export default class ts extends _0x5d6ca1{constructor(_0x930312){const _0x4e116f=_0x1b0c;super(_0x930312);const _0x1b7aff=this[_0x4e116f(0x10d)];this[_0x4e116f(0x114)](_0x4e116f(0x10b),void 0x0),this[_0x4e116f(0x105)]({'tag':'li','attributes':{'class':_0x4e116f(0x10c)},'children':[{'text':_0x1b7aff['to'](_0x4e116f(0x10b),_0x34c2f2=>_0x1680a1(_0x930312,_0x4e116f(0x10f),_0x34c2f2))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x23a018=_0x2169;function _0x52ac(){var _0x4fe0a9=['ck-annotation__content','464cNNVxt','content','element','4129158qWhBFY','1vGASIa','ck-comment__content','4732190jnxWdQ','change:content','584nRBsAq','render','131877mRNiWo','6QSMclV','set','6270901hxclPF','2680920kbvWcX','innerHTML','div','28332VZIKDN','setTemplate','2621756bemGTW'];_0x52ac=function(){return _0x4fe0a9;};return _0x52ac();}(function(_0x4919ad,_0x58e503){var _0x1c8960=_0x2169,_0x3212ee=_0x4919ad();while(!![]){try{var _0x1f7589=-parseInt(_0x1c8960(0x109))/0x1*(-parseInt(_0x1c8960(0x118))/0x2)+parseInt(_0x1c8960(0x116))/0x3*(-parseInt(_0x1c8960(0x10d))/0x4)+-parseInt(_0x1c8960(0x10b))/0x5*(-parseInt(_0x1c8960(0x110))/0x6)+-parseInt(_0x1c8960(0x112))/0x7+parseInt(_0x1c8960(0x11a))/0x8*(parseInt(_0x1c8960(0x10f))/0x9)+parseInt(_0x1c8960(0x113))/0xa+-parseInt(_0x1c8960(0x108))/0xb;if(_0x1f7589===_0x58e503)break;else _0x3212ee['push'](_0x3212ee['shift']());}catch(_0x3b2377){_0x3212ee['push'](_0x3212ee['shift']());}}}(_0x52ac,0xb10f5));import{View as _0x28c3d5}from'ckeditor5/src/ui.js';function _0x2169(_0x499486,_0x372908){var _0x52ac90=_0x52ac();return _0x2169=function(_0x2169b0,_0x313c15){_0x2169b0=_0x2169b0-0x106;var _0xf02557=_0x52ac90[_0x2169b0];return _0xf02557;},_0x2169(_0x499486,_0x372908);}export default class ii extends _0x28c3d5{constructor(_0x2444eb){var _0x595247=_0x2169;super(_0x2444eb),this[_0x595247(0x111)](_0x595247(0x106),''),this[_0x595247(0x117)]({'tag':_0x595247(0x115),'attributes':{'class':[_0x595247(0x10a),_0x595247(0x119)]}});}[_0x23a018(0x10e)](){var _0x5eb804=_0x23a018;super[_0x5eb804(0x10e)](),this['on'](_0x5eb804(0x10c),(_0x8cebee,_0x5202b8,_0x141192)=>{var _0x4df847=_0x5eb804;this[_0x4df847(0x107)][_0x4df847(0x114)]=_0x141192;}),this[_0x5eb804(0x107)][_0x5eb804(0x114)]=this[_0x5eb804(0x106)];}}
23
+ var _0x1396e9=_0x4499;(function(_0x446e28,_0x47f272){var _0x547410=_0x4499,_0x4a5bca=_0x446e28();while(!![]){try{var _0x6f2908=parseInt(_0x547410(0x1ff))/0x1*(-parseInt(_0x547410(0x204))/0x2)+-parseInt(_0x547410(0x1f5))/0x3*(parseInt(_0x547410(0x202))/0x4)+-parseInt(_0x547410(0x1f3))/0x5+parseInt(_0x547410(0x200))/0x6+-parseInt(_0x547410(0x1fc))/0x7*(-parseInt(_0x547410(0x1f7))/0x8)+parseInt(_0x547410(0x203))/0x9+-parseInt(_0x547410(0x1f8))/0xa*(-parseInt(_0x547410(0x1fe))/0xb);if(_0x6f2908===_0x47f272)break;else _0x4a5bca['push'](_0x4a5bca['shift']());}catch(_0x278cdd){_0x4a5bca['push'](_0x4a5bca['shift']());}}}(_0x42f5,0x41838));import{View as _0x30a5c9}from'ckeditor5/src/ui.js';function _0x42f5(){var _0x29deb8=['element','11UkOaGw','535441ngNpDp','2105238zvSbFc','div','4PqZzvc','1841409LNqUwd','2GAVRdU','render','setTemplate','content','86940TxYrSW','set','1215294uQhbWK','change:content','2880FBIMer','5714370OnOirf','innerHTML','ck-annotation__content','ck-comment__content','1932SCnDyw'];_0x42f5=function(){return _0x29deb8;};return _0x42f5();}function _0x4499(_0x230fb4,_0x31963c){var _0x42f580=_0x42f5();return _0x4499=function(_0x449957,_0x4b703e){_0x449957=_0x449957-0x1f2;var _0x1c56be=_0x42f580[_0x449957];return _0x1c56be;},_0x4499(_0x230fb4,_0x31963c);}export default class ii extends _0x30a5c9{constructor(_0x3a6a72){var _0x48dd73=_0x4499;super(_0x3a6a72),this[_0x48dd73(0x1f4)](_0x48dd73(0x1f2),''),this[_0x48dd73(0x206)]({'tag':_0x48dd73(0x201),'attributes':{'class':[_0x48dd73(0x1fb),_0x48dd73(0x1fa)]}});}[_0x1396e9(0x205)](){var _0x1cfa08=_0x1396e9;super[_0x1cfa08(0x205)](),this['on'](_0x1cfa08(0x1f6),(_0x58e7a6,_0xc3a6c8,_0x53f73e)=>{var _0x40ad37=_0x1cfa08;this[_0x40ad37(0x1fd)][_0x40ad37(0x1f9)]=_0x53f73e;}),this[_0x1cfa08(0x1fd)][_0x1cfa08(0x1f9)]=this[_0x1cfa08(0x1f2)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x20e3(_0x574525,_0x3ccb44){const _0x11150b=_0x1115();return _0x20e3=function(_0x20e3b9,_0x1a2e6c){_0x20e3b9=_0x20e3b9-0x12b;let _0x5924a6=_0x11150b[_0x20e3b9];return _0x5924a6;},_0x20e3(_0x574525,_0x3ccb44);}const _0x2ac520=_0x20e3;(function(_0x59a1ea,_0x4b6e74){const _0x5ad83e=_0x20e3,_0x1a6d38=_0x59a1ea();while(!![]){try{const _0x82ec3=parseInt(_0x5ad83e(0x147))/0x1+parseInt(_0x5ad83e(0x15a))/0x2+parseInt(_0x5ad83e(0x138))/0x3+-parseInt(_0x5ad83e(0x144))/0x4+parseInt(_0x5ad83e(0x12e))/0x5*(parseInt(_0x5ad83e(0x163))/0x6)+parseInt(_0x5ad83e(0x13b))/0x7*(parseInt(_0x5ad83e(0x13c))/0x8)+-parseInt(_0x5ad83e(0x15b))/0x9;if(_0x82ec3===_0x4b6e74)break;else _0x1a6d38['push'](_0x1a6d38['shift']());}catch(_0x3c9212){_0x1a6d38['push'](_0x1a6d38['shift']());}}}(_0x1115,0x4013c));import{View as _0x122d1b,ViewCollection as _0x5c8b77,FocusCycler as _0x311439,ButtonView as _0x2e55f4}from'ckeditor5/src/ui.js';import{FocusTracker as _0x57060f,KeystrokeHandler as _0x629e83}from'ckeditor5/src/utils.js';import _0x469866 from'../commenteditor/commenteditor.js';import{getTranslation as _0x40520e}from'../../../utils/common-translations.js';function _0x1115(){const _0x20d248=['30760gqDHZz','length','Reply','setData','setTemplate','listenTo','editor','value','1703536jPTQeo','_initializeFocusCycling','Reply...','439695ByWpND','_editorCreationPromise','low','keystrokes','getData','submit','cancel','cancelButtonView','focusNext','high','ck-comment__input-wrapper','placeholder','initialData','ck-comment__input-actions--cancel','showButtons','execute','view','_editorConfig','TOO_LONG_COMMENT_ALERT','635642rIoATR','1910538dSQPwp','submitLabel','div','firstChild','tab','submitButtonView','set','_createCancelButton','15522IzqcYq','focus','change','withText','element','createEditor','fire','stop','extendTemplate','trim','shift\x20+\x20tab','destroy','render','disabledSubmit','ck-comment__input-actions','bindTemplate','ck-comment__input-actions--submit','create','bind','editorReady','ck-comment__input-actions--active','_createSubmitButton','isEnabled','document','label','35littqm','Cancel','forEach','then','insertBefore','focusPrevious','add','model','_isDestroyed','Esc','144303KJYCrr','editorDestroyed','focusTracker','140oImrOT'];_0x1115=function(){return _0x20d248;};return _0x1115();}export default class si extends _0x122d1b{constructor(_0x296c88,_0x45df13={}){const _0x230e24=_0x20e3;super(_0x296c88),this[_0x230e24(0x142)]=null,this[_0x230e24(0x158)]=_0x45df13,this[_0x230e24(0x14a)]=new _0x629e83(),this[_0x230e24(0x13a)]=new _0x57060f(),this[_0x230e24(0x161)](_0x230e24(0x143),_0x45df13[_0x230e24(0x153)]||''),this[_0x230e24(0x161)](_0x230e24(0x170),!0x1),this[_0x230e24(0x161)](_0x230e24(0x155),!0x0),this[_0x230e24(0x161)](_0x230e24(0x152),_0x40520e(_0x296c88,_0x230e24(0x146))),this[_0x230e24(0x161)](_0x230e24(0x15c),_0x40520e(_0x296c88,_0x230e24(0x13e))),this[_0x230e24(0x160)]=this[_0x230e24(0x178)](),this[_0x230e24(0x14e)]=this[_0x230e24(0x162)](),this[_0x230e24(0x140)]({'tag':_0x230e24(0x15d),'attributes':{'class':[_0x230e24(0x151)]},'children':[{'tag':_0x230e24(0x15d),'attributes':{'class':[_0x230e24(0x171),this[_0x230e24(0x172)]['if'](_0x230e24(0x155),_0x230e24(0x177))]},'children':[this[_0x230e24(0x160)],this[_0x230e24(0x14e)]]}]}),this[_0x230e24(0x14a)][_0x230e24(0x161)](_0x230e24(0x137),(_0x4a831a,_0x5b740b)=>{const _0x18745a=_0x230e24;this[_0x18745a(0x14e)][_0x18745a(0x169)](_0x18745a(0x156)),_0x5b740b();}),this['on'](_0x230e24(0x14c),(_0x441b73,_0x5b5654)=>{const _0xd4134a=_0x230e24;_0x5b5654[_0xd4134a(0x13d)]>0xfde8?(alert(_0x40520e(_0x296c88,_0xd4134a(0x159),[_0x5b5654[_0xd4134a(0x13d)],0xfde8])),_0x441b73[_0xd4134a(0x16a)]()):this[_0xd4134a(0x142)][_0xd4134a(0x13f)]('');},{'priority':_0x230e24(0x150)});}[_0x2ac520(0x16f)](){const _0x1ea0a9=_0x2ac520;super[_0x1ea0a9(0x16f)](),this[_0x1ea0a9(0x14a)][_0x1ea0a9(0x141)](this[_0x1ea0a9(0x167)]),this[_0x1ea0a9(0x13a)][_0x1ea0a9(0x134)](this[_0x1ea0a9(0x167)]);}[_0x2ac520(0x168)](){const _0x44a203=_0x2ac520;return this[_0x44a203(0x142)]||(this[_0x44a203(0x142)]=new _0x469866(this[_0x44a203(0x158)]),this[_0x44a203(0x148)]=this[_0x44a203(0x142)][_0x44a203(0x174)]()[_0x44a203(0x131)](()=>{const _0xf743b8=_0x44a203;if(this[_0xf743b8(0x136)])return;const _0x40c252=this[_0xf743b8(0x142)];this[_0xf743b8(0x167)][_0xf743b8(0x132)](_0x40c252['ui'][_0xf743b8(0x167)],this[_0xf743b8(0x167)][_0xf743b8(0x15e)]),_0x40c252[_0xf743b8(0x135)][_0xf743b8(0x12c)]['on'](_0xf743b8(0x165),()=>this[_0xf743b8(0x143)]=_0x40c252[_0xf743b8(0x14b)]()),_0x40c252[_0xf743b8(0x175)](_0xf743b8(0x152))['to'](this),this[_0xf743b8(0x145)](this[_0xf743b8(0x142)]),this[_0xf743b8(0x169)](_0xf743b8(0x176),this[_0xf743b8(0x142)]);})),this[_0x44a203(0x148)];}[_0x2ac520(0x164)](){const _0x3dd313=_0x2ac520;this[_0x3dd313(0x142)]&&this[_0x3dd313(0x142)][_0x3dd313(0x164)]();}async[_0x2ac520(0x16e)](){const _0x46d43b=_0x2ac520;this[_0x46d43b(0x136)]||(this[_0x46d43b(0x136)]=!0x0,this[_0x46d43b(0x142)]&&(await this[_0x46d43b(0x148)],await this[_0x46d43b(0x142)][_0x46d43b(0x16e)](),this[_0x46d43b(0x169)](_0x46d43b(0x139),this[_0x46d43b(0x142)])),await super[_0x46d43b(0x16e)]());}[_0x2ac520(0x178)](){const _0x25b505=_0x2ac520,{locale:_0x3f2e4c}=this,_0x58933f=new _0x2e55f4(_0x3f2e4c);return _0x58933f[_0x25b505(0x16b)]({'attributes':{'class':[_0x25b505(0x173)]}}),_0x58933f[_0x25b505(0x166)]=!0x0,_0x58933f[_0x25b505(0x175)](_0x25b505(0x12d))['to'](this,_0x25b505(0x15c)),_0x58933f['on'](_0x25b505(0x156),()=>{const _0x46a487=_0x25b505;this[_0x46a487(0x169)](_0x46a487(0x14c),this[_0x46a487(0x143)]);}),_0x58933f[_0x25b505(0x175)](_0x25b505(0x12b))['to'](this,_0x25b505(0x143),this,_0x25b505(0x170),(_0x49a2ef,_0x533d56)=>!_0x533d56&&!!_0x49a2ef[_0x25b505(0x16c)]()),_0x58933f;}[_0x2ac520(0x162)](){const _0x43b7fe=_0x2ac520,{locale:_0x23d73c}=this,_0x14f910=new _0x2e55f4(_0x23d73c);return _0x14f910[_0x43b7fe(0x16b)]({'attributes':{'class':[_0x43b7fe(0x154)]}}),_0x14f910[_0x43b7fe(0x12d)]=_0x40520e(_0x23d73c,_0x43b7fe(0x12f)),_0x14f910[_0x43b7fe(0x166)]=!0x0,_0x14f910['on'](_0x43b7fe(0x156),()=>{const _0x396101=_0x43b7fe;this[_0x396101(0x142)][_0x396101(0x13f)](''),this[_0x396101(0x169)](_0x396101(0x14d));}),_0x14f910;}[_0x2ac520(0x145)](_0x4519de){const _0x492897=_0x2ac520,_0x26c5e8=this[_0x492897(0x13a)],_0x327981=new _0x5c8b77();[_0x4519de['ui'][_0x492897(0x157)],this[_0x492897(0x160)],this[_0x492897(0x14e)]][_0x492897(0x130)](_0x15054e=>{const _0x44d61d=_0x492897;_0x327981[_0x44d61d(0x134)](_0x15054e),_0x26c5e8[_0x44d61d(0x134)](_0x15054e[_0x44d61d(0x167)]);});const _0x7fa2a1=new _0x311439({'focusables':_0x327981,'focusTracker':_0x26c5e8});this[_0x492897(0x14a)][_0x492897(0x161)](_0x492897(0x15f),(_0x58af4f,_0x4a30df)=>{const _0x58b0f6=_0x492897;_0x7fa2a1[_0x58b0f6(0x14f)](),_0x4a30df();},{'priority':_0x492897(0x149)}),this[_0x492897(0x14a)][_0x492897(0x161)](_0x492897(0x16d),(_0x4a6f8b,_0x3c18d5)=>{const _0x35bb8b=_0x492897;_0x7fa2a1[_0x35bb8b(0x133)](),_0x3c18d5();},{'priority':_0x492897(0x149)});}}
23
+ const _0x209df9=_0x5f24;(function(_0x533368,_0x1fde16){const _0x4b9ff3=_0x5f24,_0x1cc462=_0x533368();while(!![]){try{const _0x51703c=parseInt(_0x4b9ff3(0x1aa))/0x1*(-parseInt(_0x4b9ff3(0x1d1))/0x2)+-parseInt(_0x4b9ff3(0x1c5))/0x3*(-parseInt(_0x4b9ff3(0x1ad))/0x4)+-parseInt(_0x4b9ff3(0x1c7))/0x5*(-parseInt(_0x4b9ff3(0x1ae))/0x6)+-parseInt(_0x4b9ff3(0x1db))/0x7+-parseInt(_0x4b9ff3(0x1ac))/0x8*(-parseInt(_0x4b9ff3(0x1b2))/0x9)+parseInt(_0x4b9ff3(0x1b9))/0xa+-parseInt(_0x4b9ff3(0x1c9))/0xb;if(_0x51703c===_0x1fde16)break;else _0x1cc462['push'](_0x1cc462['shift']());}catch(_0xf7e222){_0x1cc462['push'](_0x1cc462['shift']());}}}(_0x2884,0xbd503));import{View as _0x5196c7,ViewCollection as _0x156548,FocusCycler as _0x38a5c8,ButtonView as _0x3edb0b}from'ckeditor5/src/ui.js';import{FocusTracker as _0x8ea394,KeystrokeHandler as _0xc91d0f}from'ckeditor5/src/utils.js';import _0x57cca8 from'../commenteditor/commenteditor.js';function _0x2884(){const _0x1ae980=['focusTracker','_createCancelButton','16070rpZgaT','_createSubmitButton','withText','cancelButtonView','submitLabel','_editorConfig','insertBefore','view','length','focus','8305472vgrDRj','submit','extendTemplate','change','ck-comment__input-actions','TOO_LONG_COMMENT_ALERT','model','Cancel','div','_initializeFocusCycling','createEditor','showButtons','_editorCreationPromise','firstChild','bindTemplate','high','stop','create','shift\x20+\x20tab','_isDestroyed','ck-comment__input-actions--submit','cancel','element','trim','bind','keystrokes','render','Reply...','disabledSubmit','setData','editorReady','135UBEBNM','focusPrevious','2630312IMcjLk','12KWwSDD','3240PamkcO','isEnabled','execute','ck-comment__input-actions--cancel','18haRZeR','value','fire','document','set','label','destroy','11144340SIATJm','placeholder','low','ck-comment__input-wrapper','listenTo','then','Esc','tab','setTemplate','editorDestroyed','forEach','ck-comment__input-actions--active','966459iOsBVa','getData','11150LUFDUq','submitButtonView','9856253LjwbPr','initialData','Reply','add','editor','focusNext'];_0x2884=function(){return _0x1ae980;};return _0x2884();}function _0x5f24(_0xb12821,_0x50e040){const _0x288463=_0x2884();return _0x5f24=function(_0x5f244e,_0x22570a){_0x5f244e=_0x5f244e-0x193;let _0x24f5a4=_0x288463[_0x5f244e];return _0x24f5a4;},_0x5f24(_0xb12821,_0x50e040);}import{getTranslation as _0x5d7ea7}from'../../../utils/common-translations.js';export default class si extends _0x5196c7{constructor(_0x31fdeb,_0x1cd311={}){const _0x3ede2a=_0x5f24;super(_0x31fdeb),this[_0x3ede2a(0x1cd)]=null,this[_0x3ede2a(0x1d6)]=_0x1cd311,this[_0x3ede2a(0x1a4)]=new _0xc91d0f(),this[_0x3ede2a(0x1cf)]=new _0x8ea394(),this[_0x3ede2a(0x1b6)](_0x3ede2a(0x1b3),_0x1cd311[_0x3ede2a(0x1ca)]||''),this[_0x3ede2a(0x1b6)](_0x3ede2a(0x1a7),!0x1),this[_0x3ede2a(0x1b6)](_0x3ede2a(0x196),!0x0),this[_0x3ede2a(0x1b6)](_0x3ede2a(0x1ba),_0x5d7ea7(_0x31fdeb,_0x3ede2a(0x1a6))),this[_0x3ede2a(0x1b6)](_0x3ede2a(0x1d5),_0x5d7ea7(_0x31fdeb,_0x3ede2a(0x1cb))),this[_0x3ede2a(0x1c8)]=this[_0x3ede2a(0x1d2)](),this[_0x3ede2a(0x1d4)]=this[_0x3ede2a(0x1d0)](),this[_0x3ede2a(0x1c1)]({'tag':_0x3ede2a(0x193),'attributes':{'class':[_0x3ede2a(0x1bc)]},'children':[{'tag':_0x3ede2a(0x193),'attributes':{'class':[_0x3ede2a(0x1df),this[_0x3ede2a(0x199)]['if'](_0x3ede2a(0x196),_0x3ede2a(0x1c4))]},'children':[this[_0x3ede2a(0x1c8)],this[_0x3ede2a(0x1d4)]]}]}),this[_0x3ede2a(0x1a4)][_0x3ede2a(0x1b6)](_0x3ede2a(0x1bf),(_0x24b4f1,_0x335779)=>{const _0x4e1631=_0x3ede2a;this[_0x4e1631(0x1d4)][_0x4e1631(0x1b4)](_0x4e1631(0x1b0)),_0x335779();}),this['on'](_0x3ede2a(0x1dc),(_0x58bf42,_0x6ca84e)=>{const _0x893a89=_0x3ede2a;_0x6ca84e[_0x893a89(0x1d9)]>0xfde8?(alert(_0x5d7ea7(_0x31fdeb,_0x893a89(0x1e0),[_0x6ca84e[_0x893a89(0x1d9)],0xfde8])),_0x58bf42[_0x893a89(0x19b)]()):this[_0x893a89(0x1cd)][_0x893a89(0x1a8)]('');},{'priority':_0x3ede2a(0x19a)});}[_0x209df9(0x1a5)](){const _0x1df7a5=_0x209df9;super[_0x1df7a5(0x1a5)](),this[_0x1df7a5(0x1a4)][_0x1df7a5(0x1bd)](this[_0x1df7a5(0x1a1)]),this[_0x1df7a5(0x1cf)][_0x1df7a5(0x1cc)](this[_0x1df7a5(0x1a1)]);}[_0x209df9(0x195)](){const _0x188079=_0x209df9;return this[_0x188079(0x1cd)]||(this[_0x188079(0x1cd)]=new _0x57cca8(this[_0x188079(0x1d6)]),this[_0x188079(0x197)]=this[_0x188079(0x1cd)][_0x188079(0x19c)]()[_0x188079(0x1be)](()=>{const _0x4b8534=_0x188079;if(this[_0x4b8534(0x19e)])return;const _0x43c331=this[_0x4b8534(0x1cd)];this[_0x4b8534(0x1a1)][_0x4b8534(0x1d7)](_0x43c331['ui'][_0x4b8534(0x1a1)],this[_0x4b8534(0x1a1)][_0x4b8534(0x198)]),_0x43c331[_0x4b8534(0x1e1)][_0x4b8534(0x1b5)]['on'](_0x4b8534(0x1de),()=>this[_0x4b8534(0x1b3)]=_0x43c331[_0x4b8534(0x1c6)]()),_0x43c331[_0x4b8534(0x1a3)](_0x4b8534(0x1ba))['to'](this),this[_0x4b8534(0x194)](this[_0x4b8534(0x1cd)]),this[_0x4b8534(0x1b4)](_0x4b8534(0x1a9),this[_0x4b8534(0x1cd)]);})),this[_0x188079(0x197)];}[_0x209df9(0x1da)](){const _0x3276eb=_0x209df9;this[_0x3276eb(0x1cd)]&&this[_0x3276eb(0x1cd)][_0x3276eb(0x1da)]();}async[_0x209df9(0x1b8)](){const _0x4c692d=_0x209df9;this[_0x4c692d(0x19e)]||(this[_0x4c692d(0x19e)]=!0x0,this[_0x4c692d(0x1cd)]&&(await this[_0x4c692d(0x197)],await this[_0x4c692d(0x1cd)][_0x4c692d(0x1b8)](),this[_0x4c692d(0x1b4)](_0x4c692d(0x1c2),this[_0x4c692d(0x1cd)])),await super[_0x4c692d(0x1b8)]());}[_0x209df9(0x1d2)](){const _0x1c35c5=_0x209df9,{locale:_0x5ca656}=this,_0x35da42=new _0x3edb0b(_0x5ca656);return _0x35da42[_0x1c35c5(0x1dd)]({'attributes':{'class':[_0x1c35c5(0x19f)]}}),_0x35da42[_0x1c35c5(0x1d3)]=!0x0,_0x35da42[_0x1c35c5(0x1a3)](_0x1c35c5(0x1b7))['to'](this,_0x1c35c5(0x1d5)),_0x35da42['on'](_0x1c35c5(0x1b0),()=>{const _0x1c6613=_0x1c35c5;this[_0x1c6613(0x1b4)](_0x1c6613(0x1dc),this[_0x1c6613(0x1b3)]);}),_0x35da42[_0x1c35c5(0x1a3)](_0x1c35c5(0x1af))['to'](this,_0x1c35c5(0x1b3),this,_0x1c35c5(0x1a7),(_0x322533,_0xca034c)=>!_0xca034c&&!!_0x322533[_0x1c35c5(0x1a2)]()),_0x35da42;}[_0x209df9(0x1d0)](){const _0x21f769=_0x209df9,{locale:_0x154fe0}=this,_0xc7291d=new _0x3edb0b(_0x154fe0);return _0xc7291d[_0x21f769(0x1dd)]({'attributes':{'class':[_0x21f769(0x1b1)]}}),_0xc7291d[_0x21f769(0x1b7)]=_0x5d7ea7(_0x154fe0,_0x21f769(0x1e2)),_0xc7291d[_0x21f769(0x1d3)]=!0x0,_0xc7291d['on'](_0x21f769(0x1b0),()=>{const _0x43df3e=_0x21f769;this[_0x43df3e(0x1cd)][_0x43df3e(0x1a8)](''),this[_0x43df3e(0x1b4)](_0x43df3e(0x1a0));}),_0xc7291d;}[_0x209df9(0x194)](_0x324482){const _0x33572e=_0x209df9,_0x249981=this[_0x33572e(0x1cf)],_0x4b7b21=new _0x156548();[_0x324482['ui'][_0x33572e(0x1d8)],this[_0x33572e(0x1c8)],this[_0x33572e(0x1d4)]][_0x33572e(0x1c3)](_0x466203=>{const _0x54aa54=_0x33572e;_0x4b7b21[_0x54aa54(0x1cc)](_0x466203),_0x249981[_0x54aa54(0x1cc)](_0x466203[_0x54aa54(0x1a1)]);});const _0x25ce49=new _0x38a5c8({'focusables':_0x4b7b21,'focusTracker':_0x249981});this[_0x33572e(0x1a4)][_0x33572e(0x1b6)](_0x33572e(0x1c0),(_0x52a95b,_0x50ed27)=>{const _0x6564ba=_0x33572e;_0x25ce49[_0x6564ba(0x1ce)](),_0x50ed27();},{'priority':_0x33572e(0x1bb)}),this[_0x33572e(0x1a4)][_0x33572e(0x1b6)](_0x33572e(0x19d),(_0x338547,_0x496697)=>{const _0x70955e=_0x33572e;_0x25ce49[_0x70955e(0x1ab)](),_0x496697();},{'priority':_0x33572e(0x1bb)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3fd930=_0x3b6d;(function(_0x10a99c,_0x1a9a00){const _0x2677df=_0x3b6d,_0x1d9c84=_0x10a99c();while(!![]){try{const _0x5ed21a=-parseInt(_0x2677df(0x203))/0x1+parseInt(_0x2677df(0x1ee))/0x2*(parseInt(_0x2677df(0x1e5))/0x3)+parseInt(_0x2677df(0x200))/0x4*(-parseInt(_0x2677df(0x1da))/0x5)+parseInt(_0x2677df(0x1ec))/0x6+-parseInt(_0x2677df(0x1e6))/0x7*(-parseInt(_0x2677df(0x1f0))/0x8)+-parseInt(_0x2677df(0x1f6))/0x9*(parseInt(_0x2677df(0x1dd))/0xa)+-parseInt(_0x2677df(0x201))/0xb;if(_0x5ed21a===_0x1a9a00)break;else _0x1d9c84['push'](_0x1d9c84['shift']());}catch(_0x375427){_0x1d9c84['push'](_0x1d9c84['shift']());}}}(_0x54ae,0x3faf2));import{View as _0x2a3fc7,FocusCycler as _0x19b5a8}from'ckeditor5/src/ui.js';function _0x3b6d(_0x2344cf,_0x4a6022){const _0x54ae43=_0x54ae();return _0x3b6d=function(_0x3b6de3,_0x118851){_0x3b6de3=_0x3b6de3-0x1d9;let _0x3afb1a=_0x54ae43[_0x3b6de3];return _0x3afb1a;},_0x3b6d(_0x2344cf,_0x4a6022);}function _0x54ae(){const _0x5a116e=['arrowright','div','auto','_keystrokes','3NBRoFi','2825921XwVJWM','element','length','arrowleft','_focusTracker','render','844536svtmAf','COMMENTS_ARCHIVE','1041790kubECo','stopPropagation','8PwYUrf','set','shift\x20+\x20tab','isActive','selectstart','ck-comments-archive__content','9zeqHiX','ck-hidden','setTemplate','add','_focusCycler','focus','ck-comments-archive__info','EMPTY_COMMENTS_ARCHIVE','destroy','arrowdown','192JwJvoS','96569IPhydd','ck-comments-archive','183814DjfsMH','tab','high','listenTo','arrowup','19105LPIWQC','_focusables','ck-comments-archive__header\x20','4285030KdkcEP','remove','isEmpty','bindTemplate'];_0x54ae=function(){return _0x5a116e;};return _0x54ae();}import{FocusTracker as _0x3639be,KeystrokeHandler as _0x5930a3}from'ckeditor5/src/utils.js';import{getTranslation as _0x34647d}from'../../../utils/common-translations.js';export default class K extends _0x2a3fc7{constructor(_0x4bcdb4,_0x132aa2){const _0x4f66dc=_0x3b6d;super(_0x4bcdb4),this[_0x4f66dc(0x1f1)](_0x4f66dc(0x1df),!_0x132aa2[_0x4f66dc(0x1e8)]),this[_0x4f66dc(0x1ea)]=new _0x3639be(),this[_0x4f66dc(0x1e4)]=new _0x5930a3(),this[_0x4f66dc(0x1db)]=_0x132aa2,this[_0x4f66dc(0x1fa)]=new _0x19b5a8({'focusables':this[_0x4f66dc(0x1db)],'focusTracker':this[_0x4f66dc(0x1ea)],'keystrokeHandler':this[_0x4f66dc(0x1e4)],'actions':{'focusPrevious':_0x4f66dc(0x1f2),'focusNext':_0x4f66dc(0x204)}}),this[_0x4f66dc(0x206)](_0x132aa2,_0x4f66dc(0x1f9),()=>{const _0x3e0ed6=_0x4f66dc;this[_0x3e0ed6(0x1df)]=!0x1;}),this[_0x4f66dc(0x206)](_0x132aa2,_0x4f66dc(0x1de),(_0x47ca1d,_0x191a9e)=>{const _0x42c740=_0x4f66dc;_0x191a9e[_0x42c740(0x1f3)]&&this[_0x42c740(0x1fb)](),_0x132aa2[_0x42c740(0x1e8)]||(this[_0x42c740(0x1df)]=!0x0);});const _0x2c7554=this[_0x4f66dc(0x1e0)];this[_0x4f66dc(0x1f8)]({'tag':_0x4f66dc(0x1e2),'attributes':{'dir':_0x4f66dc(0x1e3),'class':['ck',_0x4f66dc(0x202)],'tabindex':-0x1},'children':[{'tag':'p','attributes':{'class':[_0x4f66dc(0x1dc)]},'children':[{'text':_0x34647d(_0x4bcdb4,_0x4f66dc(0x1ed))}]},{'tag':_0x4f66dc(0x1e2),'attributes':{'class':[_0x4f66dc(0x1f5)]},'children':[{'tag':_0x4f66dc(0x1e2),'children':_0x132aa2},{'tag':'p','attributes':{'class':[_0x4f66dc(0x1fc),_0x2c7554['if'](_0x4f66dc(0x1df),_0x4f66dc(0x1f7),_0x35df2a=>!_0x35df2a)]},'children':[{'text':_0x34647d(_0x4bcdb4,_0x4f66dc(0x1fd))}]}]}]});}[_0x3fd930(0x1eb)](){const _0x5d739d=_0x3fd930;super[_0x5d739d(0x1eb)](),this[_0x5d739d(0x1e4)][_0x5d739d(0x206)](this[_0x5d739d(0x1e7)]);const _0x2ed83f=_0x24aefb=>_0x24aefb[_0x5d739d(0x1ef)]();this[_0x5d739d(0x1e4)][_0x5d739d(0x1f1)](_0x5d739d(0x1e1),_0x2ed83f),this[_0x5d739d(0x1e4)][_0x5d739d(0x1f1)](_0x5d739d(0x1e9),_0x2ed83f),this[_0x5d739d(0x1e4)][_0x5d739d(0x1f1)](_0x5d739d(0x1d9),_0x2ed83f),this[_0x5d739d(0x1e4)][_0x5d739d(0x1f1)](_0x5d739d(0x1ff),_0x2ed83f),this[_0x5d739d(0x206)](this[_0x5d739d(0x1e7)],_0x5d739d(0x1f4),(_0x33cd3d,_0x14968a)=>{const _0x1490d4=_0x5d739d;_0x14968a[_0x1490d4(0x1ef)]();},{'priority':_0x5d739d(0x205)});}[_0x3fd930(0x1fe)](){const _0x3bd07b=_0x3fd930;super[_0x3bd07b(0x1fe)](),this[_0x3bd07b(0x1ea)][_0x3bd07b(0x1fe)](),this[_0x3bd07b(0x1e4)][_0x3bd07b(0x1fe)]();}[_0x3fd930(0x1fb)](){const _0x2cafd5=_0x3fd930;this[_0x2cafd5(0x1e7)][_0x2cafd5(0x1fb)]();}}
23
+ function _0x1817(){const _0x48cfa4=['39784iQLOba','ck-comments-archive__content','_focusCycler','focus','setTemplate','isActive','arrowleft','tab','ck-hidden','set','6FgIUab','length','EMPTY_COMMENTS_ARCHIVE','COMMENTS_ARCHIVE','high','arrowright','selectstart','bindTemplate','auto','_keystrokes','add','2367318UIhzoD','ck-comments-archive','981YYqFnJ','2878115AruidW','listenTo','2905083QjJTKI','arrowdown','1407892lAEMqv','element','remove','_focusTracker','div','destroy','render','6015779nOsnWb','323355PlVWvY','stopPropagation','ck-comments-archive__header\x20','isEmpty','arrowup','ck-comments-archive__info','_focusables','shift\x20+\x20tab'];_0x1817=function(){return _0x48cfa4;};return _0x1817();}const _0x5b0976=_0x3330;function _0x3330(_0x28bb7d,_0x4d9840){const _0x1817ef=_0x1817();return _0x3330=function(_0x3330dd,_0x41fec3){_0x3330dd=_0x3330dd-0x8b;let _0x4612da=_0x1817ef[_0x3330dd];return _0x4612da;},_0x3330(_0x28bb7d,_0x4d9840);}(function(_0x1a9a65,_0x2e8aa4){const _0x51173e=_0x3330,_0xaa76a8=_0x1a9a65();while(!![]){try{const _0x270de8=-parseInt(_0x51173e(0xab))/0x1+-parseInt(_0x51173e(0x9c))/0x2+parseInt(_0x51173e(0xa1))/0x3+parseInt(_0x51173e(0xa3))/0x4+parseInt(_0x51173e(0x9f))/0x5+parseInt(_0x51173e(0x91))/0x6*(parseInt(_0x51173e(0xaa))/0x7)+parseInt(_0x51173e(0xb3))/0x8*(-parseInt(_0x51173e(0x9e))/0x9);if(_0x270de8===_0x2e8aa4)break;else _0xaa76a8['push'](_0xaa76a8['shift']());}catch(_0x355bae){_0xaa76a8['push'](_0xaa76a8['shift']());}}}(_0x1817,0xac6eb));import{View as _0x1bacc7,FocusCycler as _0xc90ab0}from'ckeditor5/src/ui.js';import{FocusTracker as _0x40c81c,KeystrokeHandler as _0x4194b6}from'ckeditor5/src/utils.js';import{getTranslation as _0x18ff9e}from'../../../utils/common-translations.js';export default class K extends _0x1bacc7{constructor(_0x6f8a95,_0x2619fd){const _0x2f27ab=_0x3330;super(_0x6f8a95),this[_0x2f27ab(0x90)](_0x2f27ab(0xae),!_0x2619fd[_0x2f27ab(0x92)]),this[_0x2f27ab(0xa6)]=new _0x40c81c(),this[_0x2f27ab(0x9a)]=new _0x4194b6(),this[_0x2f27ab(0xb1)]=_0x2619fd,this[_0x2f27ab(0xb5)]=new _0xc90ab0({'focusables':this[_0x2f27ab(0xb1)],'focusTracker':this[_0x2f27ab(0xa6)],'keystrokeHandler':this[_0x2f27ab(0x9a)],'actions':{'focusPrevious':_0x2f27ab(0xb2),'focusNext':_0x2f27ab(0x8e)}}),this[_0x2f27ab(0xa0)](_0x2619fd,_0x2f27ab(0x9b),()=>{const _0x5257fe=_0x2f27ab;this[_0x5257fe(0xae)]=!0x1;}),this[_0x2f27ab(0xa0)](_0x2619fd,_0x2f27ab(0xa5),(_0x200d9b,_0x47b27d)=>{const _0x365305=_0x2f27ab;_0x47b27d[_0x365305(0x8c)]&&this[_0x365305(0xb6)](),_0x2619fd[_0x365305(0x92)]||(this[_0x365305(0xae)]=!0x0);});const _0x5360ee=this[_0x2f27ab(0x98)];this[_0x2f27ab(0x8b)]({'tag':_0x2f27ab(0xa7),'attributes':{'dir':_0x2f27ab(0x99),'class':['ck',_0x2f27ab(0x9d)],'tabindex':-0x1},'children':[{'tag':'p','attributes':{'class':[_0x2f27ab(0xad)]},'children':[{'text':_0x18ff9e(_0x6f8a95,_0x2f27ab(0x94))}]},{'tag':_0x2f27ab(0xa7),'attributes':{'class':[_0x2f27ab(0xb4)]},'children':[{'tag':_0x2f27ab(0xa7),'children':_0x2619fd},{'tag':'p','attributes':{'class':[_0x2f27ab(0xb0),_0x5360ee['if'](_0x2f27ab(0xae),_0x2f27ab(0x8f),_0x4a96ec=>!_0x4a96ec)]},'children':[{'text':_0x18ff9e(_0x6f8a95,_0x2f27ab(0x93))}]}]}]});}[_0x5b0976(0xa9)](){const _0xec378c=_0x5b0976;super[_0xec378c(0xa9)](),this[_0xec378c(0x9a)][_0xec378c(0xa0)](this[_0xec378c(0xa4)]);const _0x4d4b8e=_0xe85061=>_0xe85061[_0xec378c(0xac)]();this[_0xec378c(0x9a)][_0xec378c(0x90)](_0xec378c(0x96),_0x4d4b8e),this[_0xec378c(0x9a)][_0xec378c(0x90)](_0xec378c(0x8d),_0x4d4b8e),this[_0xec378c(0x9a)][_0xec378c(0x90)](_0xec378c(0xaf),_0x4d4b8e),this[_0xec378c(0x9a)][_0xec378c(0x90)](_0xec378c(0xa2),_0x4d4b8e),this[_0xec378c(0xa0)](this[_0xec378c(0xa4)],_0xec378c(0x97),(_0x11001b,_0x2243a9)=>{const _0x3be65b=_0xec378c;_0x2243a9[_0x3be65b(0xac)]();},{'priority':_0xec378c(0x95)});}[_0x5b0976(0xa8)](){const _0x323006=_0x5b0976;super[_0x323006(0xa8)](),this[_0x323006(0xa6)][_0x323006(0xa8)](),this[_0x323006(0x9a)][_0x323006(0xa8)]();}[_0x5b0976(0xb6)](){const _0x446eef=_0x5b0976;this[_0x446eef(0xa4)][_0x446eef(0xb6)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x714f1a=_0x22f9;function _0x22f9(_0x454b8b,_0x1fe26c){const _0x3a5d96=_0x3a5d();return _0x22f9=function(_0x22f91b,_0x596bae){_0x22f91b=_0x22f91b-0x166;let _0x13e198=_0x3a5d96[_0x22f91b];return _0x13e198;},_0x22f9(_0x454b8b,_0x1fe26c);}(function(_0x4529f8,_0x4f98b0){const _0x507d49=_0x22f9,_0x16f73c=_0x4529f8();while(!![]){try{const _0x215104=-parseInt(_0x507d49(0x1af))/0x1+-parseInt(_0x507d49(0x17c))/0x2*(-parseInt(_0x507d49(0x1b3))/0x3)+-parseInt(_0x507d49(0x17f))/0x4+parseInt(_0x507d49(0x1b2))/0x5*(parseInt(_0x507d49(0x18a))/0x6)+-parseInt(_0x507d49(0x170))/0x7+parseInt(_0x507d49(0x181))/0x8*(-parseInt(_0x507d49(0x16f))/0x9)+parseInt(_0x507d49(0x16d))/0xa*(parseInt(_0x507d49(0x185))/0xb);if(_0x215104===_0x4f98b0)break;else _0x16f73c['push'](_0x16f73c['shift']());}catch(_0x26fe86){_0x16f73c['push'](_0x16f73c['shift']());}}}(_0x3a5d,0xe4356));import{View as _0x4701bc}from'ckeditor5/src/ui.js';import{diff as _0x15f74c,Collection as _0x44bd63}from'ckeditor5/src/utils.js';import{getTranslation as _0x376139}from'../../../utils/common-translations.js';import _0xb68162 from'./collapsedcommentsview.js';export default class vt extends _0x4701bc{constructor(_0x4ccc34,_0x14f77c,_0x7a6798){const _0x386371=_0x22f9;super(_0x4ccc34),this[_0x386371(0x19d)](_0x386371(0x18e),!0x1),this[_0x386371(0x19d)](_0x386371(0x1a4),_0x14f77c[_0x386371(0x193)][_0x386371(0x1a4)]),this[_0x386371(0x19d)](_0x386371(0x183),!0x1),this[_0x386371(0x176)]=_0x14f77c,this[_0x386371(0x1b0)]=_0x7a6798,this[_0x386371(0x166)]=this[_0x386371(0x19c)](),this[_0x386371(0x1ad)]=this[_0x386371(0x19c)](),this[_0x386371(0x1a1)]=null,this[_0x386371(0x169)]=new _0xb68162(_0x4ccc34),this[_0x386371(0x169)][_0x386371(0x188)](_0x386371(0x180))['to'](this,_0x386371(0x1a4),_0xed1f36=>_0xed1f36-this[_0x386371(0x1b0)][_0x386371(0x16c)]);for(const _0x318171 of _0x14f77c[_0x386371(0x193)])this[_0x386371(0x196)](_0x318171);this[_0x386371(0x1a2)](),this[_0x386371(0x190)](_0x14f77c[_0x386371(0x193)],_0x386371(0x18f),(_0x39b05d,_0x264fdc)=>{const _0x495c2e=_0x386371,_0x251d11=this[_0x495c2e(0x19a)](_0x264fdc);this[_0x495c2e(0x1a4)]++,this[_0x495c2e(0x196)](_0x264fdc,_0x251d11),this[_0x495c2e(0x1a8)]();}),this[_0x386371(0x190)](_0x14f77c[_0x386371(0x193)],_0x386371(0x198),(_0x35ab42,_0x1ece78)=>{const _0x47914c=_0x386371;this[_0x47914c(0x1a4)]--,this[_0x47914c(0x172)](_0x1ece78),this[_0x47914c(0x1a8)]();}),this[_0x386371(0x190)](_0x14f77c,_0x386371(0x18d),()=>this[_0x386371(0x1a8)]()),this[_0x386371(0x190)](_0x14f77c,_0x386371(0x19b),()=>this[_0x386371(0x1a2)]()),this['on'](_0x386371(0x1b4),()=>this[_0x386371(0x1a8)]()),this['on'](_0x386371(0x17d),()=>this[_0x386371(0x1a8)]()),this[_0x386371(0x1a7)]({'tag':'ul','attributes':{'class':[_0x386371(0x19e)]},'children':this[_0x386371(0x1ad)]});}get[_0x714f1a(0x1a6)](){const _0x5b5d8e=_0x714f1a;return this[_0x5b5d8e(0x176)][_0x5b5d8e(0x177)]>this[_0x5b5d8e(0x1b0)][_0x5b5d8e(0x17b)]&&!this[_0x5b5d8e(0x183)]&&!this[_0x5b5d8e(0x18e)];}[_0x714f1a(0x184)](){const _0x176777=_0x714f1a;super[_0x176777(0x184)](),this[_0x176777(0x1a8)]();}[_0x714f1a(0x16e)](){const _0x1949cf=_0x714f1a;this[_0x1949cf(0x175)][_0x1949cf(0x16e)]();}[_0x714f1a(0x197)](){const _0x4b1991=_0x714f1a;this[_0x4b1991(0x169)][_0x4b1991(0x197)]();for(const _0x219541 of this[_0x4b1991(0x166)])_0x219541[_0x4b1991(0x197)]();super[_0x4b1991(0x197)]();}[_0x714f1a(0x1a8)](){const _0x52a9f1=_0x714f1a;this[_0x52a9f1(0x1a6)]?this[_0x52a9f1(0x1ac)]():this[_0x52a9f1(0x182)]();}[_0x714f1a(0x196)](_0x3bf3ae,_0x3c623a){const _0x384c7f=_0x714f1a,_0x511deb=new this[(_0x384c7f(0x1b0))][(_0x384c7f(0x189))](this[_0x384c7f(0x16b)],_0x3bf3ae,{'maxCommentCharsWhenCollapsed':this[_0x384c7f(0x1b0)][_0x384c7f(0x16a)],'formatDateTime':this[_0x384c7f(0x1b0)][_0x384c7f(0x187)],'editorConfig':this[_0x384c7f(0x1b0)][_0x384c7f(0x167)]});_0x511deb[_0x384c7f(0x194)]=_0x3bf3ae['id'],_0x511deb[_0x384c7f(0x1a0)](_0x384c7f(0x199))['to'](this),_0x511deb[_0x384c7f(0x1a0)](_0x384c7f(0x1a5))['to'](this),_0x511deb[_0x384c7f(0x1a0)](_0x384c7f(0x1aa))['to'](this),_0x511deb[_0x384c7f(0x1a0)](_0x384c7f(0x174))['to'](this),_0x511deb[_0x384c7f(0x1a0)](_0x384c7f(0x18b))['to'](this),this[_0x384c7f(0x190)](_0x511deb,_0x384c7f(0x1b1),()=>this[_0x384c7f(0x179)]()),this[_0x384c7f(0x166)][_0x384c7f(0x18f)](_0x511deb,_0x3c623a);}[_0x714f1a(0x19a)](_0xf6c416){const _0x16457f=_0x714f1a,_0x113bbf=this[_0x16457f(0x176)][_0x16457f(0x17e)](_0xf6c416);return this[_0x16457f(0x1a1)]?this[_0x16457f(0x1a1)][_0x16457f(0x168)]>_0xf6c416[_0x16457f(0x168)]?_0x113bbf-0x1:_0x113bbf:_0x113bbf-0x1;}[_0x714f1a(0x1a2)](){const _0x21aa2e=_0x714f1a;if(this[_0x21aa2e(0x176)][_0x21aa2e(0x173)]&&this[_0x21aa2e(0x176)][_0x21aa2e(0x186)]){const _0x57fb4b={'id':_0x21aa2e(0x17a),'author':this[_0x21aa2e(0x176)][_0x21aa2e(0x173)],'authoredAt':this[_0x21aa2e(0x176)][_0x21aa2e(0x186)],'content':_0x376139(this[_0x21aa2e(0x16b)],_0x21aa2e(0x1ae)),'attributes':{}};this[_0x21aa2e(0x1a1)]=new this[(_0x21aa2e(0x1b0))][(_0x21aa2e(0x189))](this[_0x21aa2e(0x16b)],_0x57fb4b,{'maxCommentCharsWhenCollapsed':this[_0x21aa2e(0x1b0)][_0x21aa2e(0x16a)],'formatDateTime':this[_0x21aa2e(0x1b0)][_0x21aa2e(0x187)],'editorConfig':this[_0x21aa2e(0x1b0)][_0x21aa2e(0x167)],'isSystemComment':!0x0}),this[_0x21aa2e(0x166)][_0x21aa2e(0x18f)](this[_0x21aa2e(0x1a1)],this[_0x21aa2e(0x176)][_0x21aa2e(0x17e)](_0x57fb4b));}else this[_0x21aa2e(0x1a1)]&&(this[_0x21aa2e(0x166)][_0x21aa2e(0x198)](this[_0x21aa2e(0x1a1)]),this[_0x21aa2e(0x1a1)][_0x21aa2e(0x197)](),this[_0x21aa2e(0x1a1)]=null);this[_0x21aa2e(0x1a8)]();}[_0x714f1a(0x172)](_0x338268){const _0x115a34=_0x714f1a,_0x1318af=this[_0x115a34(0x166)][_0x115a34(0x198)](_0x338268['id']);this[_0x115a34(0x195)](_0x1318af),_0x1318af[_0x115a34(0x18c)]&&this[_0x115a34(0x179)](),_0x1318af[_0x115a34(0x197)]();}[_0x714f1a(0x179)](){const _0x3455f6=_0x714f1a;this[_0x3455f6(0x18e)]=Array[_0x3455f6(0x1a9)](this[_0x3455f6(0x166)])[_0x3455f6(0x171)](_0x504e3e=>_0x504e3e[_0x3455f6(0x18c)]);}[_0x714f1a(0x1ac)](){const _0x58fd73=_0x714f1a,_0x277127=function(_0x4126ca){const _0x447c74=_0x22f9,_0x9e716f=new _0x44bd63();for(const _0x17ecf0 of _0x4126ca)_0x9e716f[_0x447c74(0x18f)](_0x17ecf0);return _0x9e716f;}(this[_0x58fd73(0x166)]),_0x21a791=this[_0x58fd73(0x169)][_0x58fd73(0x180)];for(let _0x3a4dbb=0x1;_0x3a4dbb<=_0x21a791;_0x3a4dbb++)_0x277127[_0x58fd73(0x198)](0x1);for(const _0x535430 of _0x277127)_0x535430[_0x58fd73(0x178)]();_0x21a791>0x0&&_0x277127[_0x58fd73(0x18f)](this[_0x58fd73(0x169)],0x1),is(_0x15f74c(Array[_0x58fd73(0x1a9)](this[_0x58fd73(0x1ad)]),Array[_0x58fd73(0x1a9)](_0x277127)),this[_0x58fd73(0x1ad)],_0x277127);}[_0x714f1a(0x182)](){const _0x460d38=_0x714f1a;is(_0x15f74c(Array[_0x460d38(0x1a9)](this[_0x460d38(0x1ad)]),Array[_0x460d38(0x1a9)](this[_0x460d38(0x166)])),this[_0x460d38(0x1ad)],this[_0x460d38(0x166)]);for(const _0x440538 of this[_0x460d38(0x1ad)])_0x440538[_0x460d38(0x19f)]();}}function _0x3a5d(){const _0x54858b=['_handleRemoveCommentModel','resolvedBy','editorReady','element','_model','weight','collapse','_updateHasDirtyComment','resolved','maxThreadTotalWeight','2478VrEOOq','change:hasDirtyComment','_findOptimalIndex','85240WbrEOe','count','12961224UimqPP','_rearrangeExpand','isActive','render','11pIkVwS','resolvedAt','formatDateTime','bind','CommentView','42bOdSlH','editorDestroyed','isEditMode','commentUpdated','hasDirtyComment','add','listenTo','insert','get','comments','viewUid','stopListening','_handleNewCommentModel','destroy','remove','removeComment','_calculatePosition','change:isResolved','createCollection','set','ck-thread__comments','expand','delegate','resolvedCommentView','_handleInfoComment','delete','length','updateComment','_shouldCollapse','setTemplate','refreshVisibleViews','from','resolveCommentThread','equal','_rearrangeCollapse','visibleViews','Marked\x20as\x20resolved','1313531JtGbHI','_config','change:isEditMode','1182175zlvtnc','57YoceCn','change:isActive','commentViews','editorConfig','authoredAt','_collapsedCommentsView','maxCommentCharsWhenCollapsed','locale','maxCommentsWhenCollapsed','32433730QHgIja','focus','9sbsLtU','7225561ntSmcl','some'];_0x3a5d=function(){return _0x54858b;};return _0x3a5d();}function is(_0x445764,_0x2415a0,_0x437afe){const _0xd8062a=_0x714f1a;let _0x23c1cb=0x0;for(const _0x469dc4 of _0x445764)switch(_0x469dc4){case _0xd8062a(0x191):_0x2415a0[_0xd8062a(0x18f)](_0x437afe[_0xd8062a(0x192)](_0x23c1cb),_0x23c1cb),_0x23c1cb++;break;case _0xd8062a(0x1a3):_0x2415a0[_0xd8062a(0x198)](_0x23c1cb);break;case _0xd8062a(0x1ab):_0x23c1cb++;}}
23
+ const _0xf99cdd=_0x494e;(function(_0x1138ad,_0x20a527){const _0x4cb5c2=_0x494e,_0x24c5f7=_0x1138ad();while(!![]){try{const _0x57c146=parseInt(_0x4cb5c2(0xd0))/0x1+parseInt(_0x4cb5c2(0xb5))/0x2*(parseInt(_0x4cb5c2(0xcd))/0x3)+-parseInt(_0x4cb5c2(0x99))/0x4+-parseInt(_0x4cb5c2(0xb4))/0x5+-parseInt(_0x4cb5c2(0xc7))/0x6*(-parseInt(_0x4cb5c2(0xc5))/0x7)+parseInt(_0x4cb5c2(0xae))/0x8+parseInt(_0x4cb5c2(0xb1))/0x9;if(_0x57c146===_0x20a527)break;else _0x24c5f7['push'](_0x24c5f7['shift']());}catch(_0x39663f){_0x24c5f7['push'](_0x24c5f7['shift']());}}}(_0x2da4,0x1de14));import{View as _0x2ef8ed}from'ckeditor5/src/ui.js';import{diff as _0x562d11,Collection as _0x185159}from'ckeditor5/src/utils.js';function _0x2da4(){const _0x92666b=['bind','_collapsedCommentsView','_model','change:isResolved','isEditMode','CommentView','_shouldCollapse','_handleInfoComment','get','collapse','_config','750976XILfxg','maxThreadTotalWeight','updateComment','397575XxIzmi','delete','resolvedCommentView','549630barLSa','70VutOce','editorReady','change:isEditMode','equal','locale','ck-thread__comments','destroy','focus','count','some','element','_rearrangeCollapse','visibleViews','render','add','_updateHasDirtyComment','399UWCdDD','_rearrangeExpand','17826vEglXO','formatDateTime','_findOptimalIndex','insert','Marked\x20as\x20resolved','weight','2265AWeMeh','commentUpdated','refreshVisibleViews','76952oLunQD','viewUid','listenTo','removeComment','resolved','_calculatePosition','editorDestroyed','length','_handleRemoveCommentModel','hasDirtyComment','expand','resolvedBy','change:hasDirtyComment','setTemplate','editorConfig','set','_handleNewCommentModel','from','commentViews','isActive','maxCommentCharsWhenCollapsed','comments','713828KTitfy','remove','authoredAt','delegate','resolveCommentThread','maxCommentsWhenCollapsed','resolvedAt','createCollection','change:isActive','stopListening'];_0x2da4=function(){return _0x92666b;};return _0x2da4();}import{getTranslation as _0x4a09fc}from'../../../utils/common-translations.js';import _0x298e09 from'./collapsedcommentsview.js';function _0x494e(_0x4840c7,_0x207df5){const _0x2da47f=_0x2da4();return _0x494e=function(_0x494e3f,_0x2825f5){_0x494e3f=_0x494e3f-0x86;let _0xbf4b7=_0x2da47f[_0x494e3f];return _0xbf4b7;},_0x494e(_0x4840c7,_0x207df5);}export default class vt extends _0x2ef8ed{constructor(_0x543af5,_0x5692b9,_0x30d397){const _0x527862=_0x494e;super(_0x543af5),this[_0x527862(0x92)](_0x527862(0x8c),!0x1),this[_0x527862(0x92)](_0x527862(0x8a),_0x5692b9[_0x527862(0x98)][_0x527862(0x8a)]),this[_0x527862(0x92)](_0x527862(0x96),!0x1),this[_0x527862(0xa5)]=_0x5692b9,this[_0x527862(0xad)]=_0x30d397,this[_0x527862(0x95)]=this[_0x527862(0xa0)](),this[_0x527862(0xc1)]=this[_0x527862(0xa0)](),this[_0x527862(0xb3)]=null,this[_0x527862(0xa4)]=new _0x298e09(_0x543af5),this[_0x527862(0xa4)][_0x527862(0xa3)](_0x527862(0xbd))['to'](this,_0x527862(0x8a),_0x5ca8cd=>_0x5ca8cd-this[_0x527862(0xad)][_0x527862(0x9e)]);for(const _0x4c52ad of _0x5692b9[_0x527862(0x98)])this[_0x527862(0x93)](_0x4c52ad);this[_0x527862(0xaa)](),this[_0x527862(0xd2)](_0x5692b9[_0x527862(0x98)],_0x527862(0xc3),(_0x3d1af0,_0x227fe5)=>{const _0x22ae0f=_0x527862,_0x41dc58=this[_0x22ae0f(0x88)](_0x227fe5);this[_0x22ae0f(0x8a)]++,this[_0x22ae0f(0x93)](_0x227fe5,_0x41dc58),this[_0x22ae0f(0xcf)]();}),this[_0x527862(0xd2)](_0x5692b9[_0x527862(0x98)],_0x527862(0x9a),(_0xfbf4ff,_0x53670c)=>{const _0x3ab6be=_0x527862;this[_0x3ab6be(0x8a)]--,this[_0x3ab6be(0x8b)](_0x53670c),this[_0x3ab6be(0xcf)]();}),this[_0x527862(0xd2)](_0x5692b9,_0x527862(0xce),()=>this[_0x527862(0xcf)]()),this[_0x527862(0xd2)](_0x5692b9,_0x527862(0xa6),()=>this[_0x527862(0xaa)]()),this['on'](_0x527862(0xa1),()=>this[_0x527862(0xcf)]()),this['on'](_0x527862(0x8f),()=>this[_0x527862(0xcf)]()),this[_0x527862(0x90)]({'tag':'ul','attributes':{'class':[_0x527862(0xba)]},'children':this[_0x527862(0xc1)]});}get[_0xf99cdd(0xa9)](){const _0x59cafb=_0xf99cdd;return this[_0x59cafb(0xa5)][_0x59cafb(0xcc)]>this[_0x59cafb(0xad)][_0x59cafb(0xaf)]&&!this[_0x59cafb(0x96)]&&!this[_0x59cafb(0x8c)];}[_0xf99cdd(0xc2)](){const _0x26ea88=_0xf99cdd;super[_0x26ea88(0xc2)](),this[_0x26ea88(0xcf)]();}[_0xf99cdd(0xbc)](){const _0x2493e0=_0xf99cdd;this[_0x2493e0(0xbf)][_0x2493e0(0xbc)]();}[_0xf99cdd(0xbb)](){const _0x55a5c2=_0xf99cdd;this[_0x55a5c2(0xa4)][_0x55a5c2(0xbb)]();for(const _0x2b5a20 of this[_0x55a5c2(0x95)])_0x2b5a20[_0x55a5c2(0xbb)]();super[_0x55a5c2(0xbb)]();}[_0xf99cdd(0xcf)](){const _0x18f4a2=_0xf99cdd;this[_0x18f4a2(0xa9)]?this[_0x18f4a2(0xc0)]():this[_0x18f4a2(0xc6)]();}[_0xf99cdd(0x93)](_0x175a7c,_0x2efb9d){const _0x588d72=_0xf99cdd,_0x4b14ab=new this[(_0x588d72(0xad))][(_0x588d72(0xa8))](this[_0x588d72(0xb9)],_0x175a7c,{'maxCommentCharsWhenCollapsed':this[_0x588d72(0xad)][_0x588d72(0x97)],'formatDateTime':this[_0x588d72(0xad)][_0x588d72(0xc8)],'editorConfig':this[_0x588d72(0xad)][_0x588d72(0x91)]});_0x4b14ab[_0x588d72(0xd1)]=_0x175a7c['id'],_0x4b14ab[_0x588d72(0x9c)](_0x588d72(0x86))['to'](this),_0x4b14ab[_0x588d72(0x9c)](_0x588d72(0xb0))['to'](this),_0x4b14ab[_0x588d72(0x9c)](_0x588d72(0x9d))['to'](this),_0x4b14ab[_0x588d72(0x9c)](_0x588d72(0xb6))['to'](this),_0x4b14ab[_0x588d72(0x9c)](_0x588d72(0x89))['to'](this),this[_0x588d72(0xd2)](_0x4b14ab,_0x588d72(0xb7),()=>this[_0x588d72(0xc4)]()),this[_0x588d72(0x95)][_0x588d72(0xc3)](_0x4b14ab,_0x2efb9d);}[_0xf99cdd(0x88)](_0x69b314){const _0x3299e4=_0xf99cdd,_0x9073a8=this[_0x3299e4(0xa5)][_0x3299e4(0xc9)](_0x69b314);return this[_0x3299e4(0xb3)]?this[_0x3299e4(0xb3)][_0x3299e4(0x9b)]>_0x69b314[_0x3299e4(0x9b)]?_0x9073a8-0x1:_0x9073a8:_0x9073a8-0x1;}[_0xf99cdd(0xaa)](){const _0x5e44e7=_0xf99cdd;if(this[_0x5e44e7(0xa5)][_0x5e44e7(0x8e)]&&this[_0x5e44e7(0xa5)][_0x5e44e7(0x9f)]){const _0x719c60={'id':_0x5e44e7(0x87),'author':this[_0x5e44e7(0xa5)][_0x5e44e7(0x8e)],'authoredAt':this[_0x5e44e7(0xa5)][_0x5e44e7(0x9f)],'content':_0x4a09fc(this[_0x5e44e7(0xb9)],_0x5e44e7(0xcb)),'attributes':{}};this[_0x5e44e7(0xb3)]=new this[(_0x5e44e7(0xad))][(_0x5e44e7(0xa8))](this[_0x5e44e7(0xb9)],_0x719c60,{'maxCommentCharsWhenCollapsed':this[_0x5e44e7(0xad)][_0x5e44e7(0x97)],'formatDateTime':this[_0x5e44e7(0xad)][_0x5e44e7(0xc8)],'editorConfig':this[_0x5e44e7(0xad)][_0x5e44e7(0x91)],'isSystemComment':!0x0}),this[_0x5e44e7(0x95)][_0x5e44e7(0xc3)](this[_0x5e44e7(0xb3)],this[_0x5e44e7(0xa5)][_0x5e44e7(0xc9)](_0x719c60));}else this[_0x5e44e7(0xb3)]&&(this[_0x5e44e7(0x95)][_0x5e44e7(0x9a)](this[_0x5e44e7(0xb3)]),this[_0x5e44e7(0xb3)][_0x5e44e7(0xbb)](),this[_0x5e44e7(0xb3)]=null);this[_0x5e44e7(0xcf)]();}[_0xf99cdd(0x8b)](_0x47dc2a){const _0x250df8=_0xf99cdd,_0x34cb6b=this[_0x250df8(0x95)][_0x250df8(0x9a)](_0x47dc2a['id']);this[_0x250df8(0xa2)](_0x34cb6b),_0x34cb6b[_0x250df8(0xa7)]&&this[_0x250df8(0xc4)](),_0x34cb6b[_0x250df8(0xbb)]();}[_0xf99cdd(0xc4)](){const _0x16047b=_0xf99cdd;this[_0x16047b(0x8c)]=Array[_0x16047b(0x94)](this[_0x16047b(0x95)])[_0x16047b(0xbe)](_0x41cc60=>_0x41cc60[_0x16047b(0xa7)]);}[_0xf99cdd(0xc0)](){const _0x3e5f29=_0xf99cdd,_0xafa31f=function(_0x49526c){const _0x2e5e9f=_0x494e,_0x316910=new _0x185159();for(const _0x451503 of _0x49526c)_0x316910[_0x2e5e9f(0xc3)](_0x451503);return _0x316910;}(this[_0x3e5f29(0x95)]),_0x9d5dd4=this[_0x3e5f29(0xa4)][_0x3e5f29(0xbd)];for(let _0x2189b1=0x1;_0x2189b1<=_0x9d5dd4;_0x2189b1++)_0xafa31f[_0x3e5f29(0x9a)](0x1);for(const _0x375c4b of _0xafa31f)_0x375c4b[_0x3e5f29(0xac)]();_0x9d5dd4>0x0&&_0xafa31f[_0x3e5f29(0xc3)](this[_0x3e5f29(0xa4)],0x1),is(_0x562d11(Array[_0x3e5f29(0x94)](this[_0x3e5f29(0xc1)]),Array[_0x3e5f29(0x94)](_0xafa31f)),this[_0x3e5f29(0xc1)],_0xafa31f);}[_0xf99cdd(0xc6)](){const _0x4a913f=_0xf99cdd;is(_0x562d11(Array[_0x4a913f(0x94)](this[_0x4a913f(0xc1)]),Array[_0x4a913f(0x94)](this[_0x4a913f(0x95)])),this[_0x4a913f(0xc1)],this[_0x4a913f(0x95)]);for(const _0x513531 of this[_0x4a913f(0xc1)])_0x513531[_0x4a913f(0x8d)]();}}function is(_0x1f2712,_0x27e6a7,_0x2ed118){const _0x4f00d0=_0xf99cdd;let _0x4d6b50=0x0;for(const _0x3aef43 of _0x1f2712)switch(_0x3aef43){case _0x4f00d0(0xca):_0x27e6a7[_0x4f00d0(0xc3)](_0x2ed118[_0x4f00d0(0xab)](_0x4d6b50),_0x4d6b50),_0x4d6b50++;break;case _0x4f00d0(0xb2):_0x27e6a7[_0x4f00d0(0x9a)](_0x4d6b50);break;case _0x4f00d0(0xb8):_0x4d6b50++;}}