@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 _0x4c77(_0x2f1f4a,_0x2b1b37){const _0x13c4f1=_0x13c4();return _0x4c77=function(_0x4c77a6,_0x2fb4dc){_0x4c77a6=_0x4c77a6-0x18e;let _0x4486b6=_0x13c4f1[_0x4c77a6];return _0x4486b6;},_0x4c77(_0x2f1f4a,_0x2b1b37);}const _0x55d732=_0x4c77;(function(_0x2ba614,_0x3cbd53){const _0x3584e2=_0x4c77,_0x17f7e6=_0x2ba614();while(!![]){try{const _0x3e0ea3=-parseInt(_0x3584e2(0x1bd))/0x1+parseInt(_0x3584e2(0x193))/0x2*(-parseInt(_0x3584e2(0x1c9))/0x3)+-parseInt(_0x3584e2(0x1ca))/0x4*(parseInt(_0x3584e2(0x1b3))/0x5)+-parseInt(_0x3584e2(0x19a))/0x6*(parseInt(_0x3584e2(0x1ab))/0x7)+parseInt(_0x3584e2(0x1a2))/0x8*(parseInt(_0x3584e2(0x1a8))/0x9)+parseInt(_0x3584e2(0x1b5))/0xa+parseInt(_0x3584e2(0x1bb))/0xb*(parseInt(_0x3584e2(0x1af))/0xc);if(_0x3e0ea3===_0x3cbd53)break;else _0x17f7e6['push'](_0x17f7e6['shift']());}catch(_0x4f7d69){_0x17f7e6['push'](_0x17f7e6['shift']());}}}(_0x13c4,0xe714b));function _0x13c4(){const _0x2b2e1d=['fire','add','reopenCommentThread','contextValue','value','element','querySelector','lastIndexOf','229602DKFhBg','setTemplate','Reopen','_attachContextActions','ck-context-wrapper','isEnabled','icon','12RnsRLz','...','ck-context','bindTemplate','locale','hasContext','_createReopenButton','Comment\x20was\x20made\x20on\x20an\x20element','57432JdPwvI','_trimContextValue','.ck-context','scrollWidth','isVisible','context','648LxbVUj','span','ck-annotation__actions','6521886vamjbd','offsetWidth','remove','isResolved','12aNJhyo','substring','render','classList','520nJzyNx','tooltip','6795870FUpRSB','listenTo','_model','ck-context__value','isResolvable','mouseenter','62253851qUlDRe','ck-context--quotes','1805973oRsLVZ','mouseleave','bind','length','label','reopenButtonView','.ck-context__value','div','ck-thread__header','execute','isReadOnly','overlay','24aKepqT','50832qAlApG'];_0x13c4=function(){return _0x2b2e1d;};return _0x13c4();}import{View as _0x33789d,ButtonView as _0x3efff5}from'ckeditor5/src/ui.js';import{getTranslation as _0x7eb7a}from'../../../utils/common-translations.js';import _0x4bd7a1 from'../../../../theme/icons/undo.svg';export const MAX_CONTENT_LENGTH=0x96;export default class Yt extends _0x33789d{constructor(_0x17e95b,_0x271fbd){const _0xc931d5=_0x4c77;super(_0x17e95b);const _0x3f808e=this[_0xc931d5(0x19d)];this[_0xc931d5(0x1b7)]=_0x271fbd,this[_0xc931d5(0x1c2)]=this[_0xc931d5(0x1a0)](),this[_0xc931d5(0x1bf)](_0xc931d5(0x19f))['to'](this[_0xc931d5(0x1b7)],_0xc931d5(0x1a7),_0x4b8e93=>!!_0x4b8e93),this[_0xc931d5(0x1bf)](_0xc931d5(0x18e))['to'](this[_0xc931d5(0x1b7)],_0xc931d5(0x1a7),_0x14c3e0=>_0x14c3e0&&_0x14c3e0[_0xc931d5(0x18f)]?this[_0xc931d5(0x1a3)](_0x14c3e0[_0xc931d5(0x18f)]):_0x7eb7a(this[_0xc931d5(0x19e)],_0xc931d5(0x1a1))),this[_0xc931d5(0x194)]({'tag':_0xc931d5(0x1c4),'attributes':{'class':[_0xc931d5(0x1c5)]},'children':[{'tag':_0xc931d5(0x1c4),'attributes':{'class':[_0xc931d5(0x197)]},'children':[{'tag':_0xc931d5(0x1c4),'attributes':{'class':[_0xc931d5(0x19c),_0x3f808e['if'](_0xc931d5(0x19f),_0xc931d5(0x1bc))]},'children':[{'tag':_0xc931d5(0x1a9),'attributes':{'class':[_0xc931d5(0x1b8)]},'children':[{'text':_0x3f808e['to'](_0xc931d5(0x18e))}]}]}]},{'tag':_0xc931d5(0x1c4),'attributes':{'class':[_0xc931d5(0x1aa)]},'children':[this[_0xc931d5(0x1c2)]]}]});}[_0x55d732(0x1b1)](){const _0x2253e3=_0x55d732;super[_0x2253e3(0x1b1)](),this[_0x2253e3(0x196)]();}[_0x55d732(0x1a0)](){const _0x759af4=_0x55d732,_0x115100=new _0x3efff5(this[_0x759af4(0x19e)]);return _0x115100[_0x759af4(0x1c1)]=_0x7eb7a(this[_0x759af4(0x19e)],_0x759af4(0x195)),_0x115100[_0x759af4(0x1b4)]=_0x7eb7a(this[_0x759af4(0x19e)],_0x759af4(0x195)),_0x115100[_0x759af4(0x199)]=_0x4bd7a1,_0x115100[_0x759af4(0x1bf)](_0x759af4(0x198))['to'](this[_0x759af4(0x1b7)],_0x759af4(0x1c7),_0x1819c3=>!_0x1819c3),_0x115100[_0x759af4(0x1bf)](_0x759af4(0x1a6))['to'](this[_0x759af4(0x1b7)],_0x759af4(0x1b9),this[_0x759af4(0x1b7)],_0x759af4(0x1ae),(_0x2f371b,_0x2e1ed2)=>_0x2f371b&&_0x2e1ed2),_0x115100['on'](_0x759af4(0x1c6),()=>{const _0x66fda5=_0x759af4;this[_0x66fda5(0x1cb)](_0x66fda5(0x1cd),this[_0x66fda5(0x1b7)]['id']);}),_0x115100;}[_0x55d732(0x1a3)](_0x4a591a){const _0x492475=_0x55d732;if(_0x4a591a[_0x492475(0x1c0)]<0x96)return _0x4a591a;const _0x4fc6f8=_0x4a591a[_0x492475(0x192)]('\x20',0x93);return _0x4a591a[_0x492475(0x1b0)](0x0,_0x4fc6f8>-0x1?_0x4fc6f8:0x93)+_0x492475(0x19b);}[_0x55d732(0x196)](){const _0x2dafbf=_0x55d732,_0x58bf3d=this[_0x2dafbf(0x190)][_0x2dafbf(0x191)](_0x2dafbf(0x1a4)),_0x134d8f=_0x58bf3d[_0x2dafbf(0x191)](_0x2dafbf(0x1c3));this[_0x2dafbf(0x1b6)](_0x58bf3d,_0x2dafbf(0x1ba),()=>{const _0x2cc8c2=_0x2dafbf;_0x134d8f[_0x2cc8c2(0x1ac)]<_0x134d8f[_0x2cc8c2(0x1a5)]&&_0x58bf3d[_0x2cc8c2(0x1b2)][_0x2cc8c2(0x1cc)](_0x2cc8c2(0x1c8));}),this[_0x2dafbf(0x1b6)](_0x58bf3d,_0x2dafbf(0x1be),()=>{const _0x26dc15=_0x2dafbf;_0x58bf3d[_0x26dc15(0x1b2)][_0x26dc15(0x1ad)](_0x26dc15(0x1c8));});}}
23
+ const _0x397316=_0x396a;(function(_0x3dde02,_0x457d83){const _0x179905=_0x396a,_0x55ffec=_0x3dde02();while(!![]){try{const _0x2b1e24=parseInt(_0x179905(0x169))/0x1+-parseInt(_0x179905(0x17b))/0x2*(-parseInt(_0x179905(0x18a))/0x3)+-parseInt(_0x179905(0x191))/0x4*(-parseInt(_0x179905(0x197))/0x5)+parseInt(_0x179905(0x172))/0x6*(-parseInt(_0x179905(0x15c))/0x7)+parseInt(_0x179905(0x168))/0x8*(-parseInt(_0x179905(0x175))/0x9)+-parseInt(_0x179905(0x15d))/0xa*(-parseInt(_0x179905(0x17a))/0xb)+parseInt(_0x179905(0x181))/0xc*(-parseInt(_0x179905(0x174))/0xd);if(_0x2b1e24===_0x457d83)break;else _0x55ffec['push'](_0x55ffec['shift']());}catch(_0x75fcfd){_0x55ffec['push'](_0x55ffec['shift']());}}}(_0x80b8,0x38411));import{View as _0x201c11,ButtonView as _0x2856d1}from'ckeditor5/src/ui.js';import{getTranslation as _0x3e94ad}from'../../../utils/common-translations.js';function _0x80b8(){const _0x41e4d6=['_createReopenButton','listenTo','div','ck-annotation__actions','bindTemplate','_model','mouseenter','Reopen','8631zvVUXM','reopenButtonView','contextValue','context','reopenCommentThread','remove','ck-context-wrapper','44588VJKdEF','isEnabled','ck-context__value','lastIndexOf','bind','hasContext','110uSLjRe','icon','span','isReadOnly','label','ck-thread__header','70483zeYTxy','4595450vyYhIE','.ck-context__value','_attachContextActions','querySelector','isVisible','value','element','Comment\x20was\x20made\x20on\x20an\x20element','length','ck-context--quotes','_trimContextValue','37080iPUDOp','15588JYlZys','setTemplate','isResolved','execute','render','offsetWidth','scrollWidth','fire','isResolvable','102wVnqoY','mouseleave','661609HnJMaP','378Jkqyzg','substring','ck-context','...','classList','11ciptwv','126VdDtQb','add','locale','tooltip','.ck-context','overlay','72vHIQmr'];_0x80b8=function(){return _0x41e4d6;};return _0x80b8();}import _0x56d0e2 from'../../../../theme/icons/undo.svg';function _0x396a(_0x582b46,_0x33a5e4){const _0x80b804=_0x80b8();return _0x396a=function(_0x396a05,_0x522bd3){_0x396a05=_0x396a05-0x15c;let _0x4e6a24=_0x80b804[_0x396a05];return _0x4e6a24;},_0x396a(_0x582b46,_0x33a5e4);}export const MAX_CONTENT_LENGTH=0x96;export default class Yt extends _0x201c11{constructor(_0x1ec0e8,_0xd495f4){const _0x5233b4=_0x396a;super(_0x1ec0e8);const _0x3c235f=this[_0x5233b4(0x186)];this[_0x5233b4(0x187)]=_0xd495f4,this[_0x5233b4(0x18b)]=this[_0x5233b4(0x182)](),this[_0x5233b4(0x195)](_0x5233b4(0x196))['to'](this[_0x5233b4(0x187)],_0x5233b4(0x18d),_0x58975b=>!!_0x58975b),this[_0x5233b4(0x195)](_0x5233b4(0x18c))['to'](this[_0x5233b4(0x187)],_0x5233b4(0x18d),_0x91ec23=>_0x91ec23&&_0x91ec23[_0x5233b4(0x162)]?this[_0x5233b4(0x167)](_0x91ec23[_0x5233b4(0x162)]):_0x3e94ad(this[_0x5233b4(0x17d)],_0x5233b4(0x164))),this[_0x5233b4(0x16a)]({'tag':_0x5233b4(0x184),'attributes':{'class':[_0x5233b4(0x19c)]},'children':[{'tag':_0x5233b4(0x184),'attributes':{'class':[_0x5233b4(0x190)]},'children':[{'tag':_0x5233b4(0x184),'attributes':{'class':[_0x5233b4(0x177),_0x3c235f['if'](_0x5233b4(0x196),_0x5233b4(0x166))]},'children':[{'tag':_0x5233b4(0x199),'attributes':{'class':[_0x5233b4(0x193)]},'children':[{'text':_0x3c235f['to'](_0x5233b4(0x18c))}]}]}]},{'tag':_0x5233b4(0x184),'attributes':{'class':[_0x5233b4(0x185)]},'children':[this[_0x5233b4(0x18b)]]}]});}[_0x397316(0x16d)](){const _0x20b15d=_0x397316;super[_0x20b15d(0x16d)](),this[_0x20b15d(0x15f)]();}[_0x397316(0x182)](){const _0x306429=_0x397316,_0x3a08b0=new _0x2856d1(this[_0x306429(0x17d)]);return _0x3a08b0[_0x306429(0x19b)]=_0x3e94ad(this[_0x306429(0x17d)],_0x306429(0x189)),_0x3a08b0[_0x306429(0x17e)]=_0x3e94ad(this[_0x306429(0x17d)],_0x306429(0x189)),_0x3a08b0[_0x306429(0x198)]=_0x56d0e2,_0x3a08b0[_0x306429(0x195)](_0x306429(0x192))['to'](this[_0x306429(0x187)],_0x306429(0x19a),_0x596db5=>!_0x596db5),_0x3a08b0[_0x306429(0x195)](_0x306429(0x161))['to'](this[_0x306429(0x187)],_0x306429(0x171),this[_0x306429(0x187)],_0x306429(0x16b),(_0x3bd022,_0x21003e)=>_0x3bd022&&_0x21003e),_0x3a08b0['on'](_0x306429(0x16c),()=>{const _0x48b763=_0x306429;this[_0x48b763(0x170)](_0x48b763(0x18e),this[_0x48b763(0x187)]['id']);}),_0x3a08b0;}[_0x397316(0x167)](_0x577e67){const _0x1ff056=_0x397316;if(_0x577e67[_0x1ff056(0x165)]<0x96)return _0x577e67;const _0x24ca5d=_0x577e67[_0x1ff056(0x194)]('\x20',0x93);return _0x577e67[_0x1ff056(0x176)](0x0,_0x24ca5d>-0x1?_0x24ca5d:0x93)+_0x1ff056(0x178);}[_0x397316(0x15f)](){const _0xec2a14=_0x397316,_0x484e73=this[_0xec2a14(0x163)][_0xec2a14(0x160)](_0xec2a14(0x17f)),_0x57bab6=_0x484e73[_0xec2a14(0x160)](_0xec2a14(0x15e));this[_0xec2a14(0x183)](_0x484e73,_0xec2a14(0x188),()=>{const _0x3fe41d=_0xec2a14;_0x57bab6[_0x3fe41d(0x16e)]<_0x57bab6[_0x3fe41d(0x16f)]&&_0x484e73[_0x3fe41d(0x179)][_0x3fe41d(0x17c)](_0x3fe41d(0x180));}),this[_0xec2a14(0x183)](_0x484e73,_0xec2a14(0x173),()=>{const _0x5aa213=_0xec2a14;_0x484e73[_0x5aa213(0x179)][_0x5aa213(0x18f)](_0x5aa213(0x180));});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3cb875=_0x3a8e;(function(_0x5e2f13,_0x558f7c){var _0x4a62d3=_0x3a8e,_0x56d478=_0x5e2f13();while(!![]){try{var _0x26bf20=-parseInt(_0x4a62d3(0x1a4))/0x1+parseInt(_0x4a62d3(0x1a9))/0x2+parseInt(_0x4a62d3(0x1a2))/0x3+parseInt(_0x4a62d3(0x193))/0x4*(parseInt(_0x4a62d3(0x198))/0x5)+parseInt(_0x4a62d3(0x18f))/0x6*(-parseInt(_0x4a62d3(0x18d))/0x7)+-parseInt(_0x4a62d3(0x191))/0x8*(-parseInt(_0x4a62d3(0x1a5))/0x9)+-parseInt(_0x4a62d3(0x19a))/0xa;if(_0x26bf20===_0x558f7c)break;else _0x56d478['push'](_0x56d478['shift']());}catch(_0x554e8b){_0x56d478['push'](_0x56d478['shift']());}}}(_0xbc5f,0x48ec6));import{View as _0x58cf7c}from'ckeditor5/src/ui.js';import _0x55d7c6 from'./commentinputview.js';import{UserView as _0x37e54e}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x3a8e(_0x5a0b1c,_0x9ed6ab){var _0xbc5fc1=_0xbc5f();return _0x3a8e=function(_0x3a8e90,_0x32e6a7){_0x3a8e90=_0x3a8e90-0x187;var _0x5dc50d=_0xbc5fc1[_0x3a8e90];return _0x5dc50d;},_0x3a8e(_0x5a0b1c,_0x9ed6ab);}function _0xbc5f(){var _0x5528f4=['ck-comment__input-container','editorDestroyed','1499004hBqIcM','showButtons','474166sRxlYD','18pAlIdW','delegate','change:showInput','ck-thread__user','1149754XUyxJD','ck-comment__input-container--active','set','ck-thread__input','value','showInput','createEditor','49wAVpmA','destroy','44178XThgTn','editor','1563664ollJNz','editorReady','4svDEPF','bind','focusTracker','commentInputView','extendTemplate','1828235SppZDH','bindTemplate','10067070mmUqFM','then','isFocused','setTemplate','userView','div'];_0xbc5f=function(){return _0x5528f4;};return _0xbc5f();}export default class Ct extends _0x58cf7c{constructor(_0x74eff7,_0x52ead0,_0x1f5508){var _0x2f5b08=_0x3a8e;super(_0x74eff7),this[_0x2f5b08(0x196)]=new _0x55d7c6(_0x74eff7,_0x1f5508),this[_0x2f5b08(0x196)][_0x2f5b08(0x194)](_0x2f5b08(0x1a3))['to'](this[_0x2f5b08(0x196)][_0x2f5b08(0x195)],_0x2f5b08(0x19c),this[_0x2f5b08(0x196)],_0x2f5b08(0x18a),(_0x29902b,_0xa3fac9)=>_0x29902b||!!_0xa3fac9),this[_0x2f5b08(0x188)](_0x2f5b08(0x18b),!0x1),this['on'](_0x2f5b08(0x1a7),()=>{var _0x5b7bce=_0x2f5b08;this[_0x5b7bce(0x18b)]&&!this[_0x5b7bce(0x196)][_0x5b7bce(0x190)]&&this[_0x5b7bce(0x196)][_0x5b7bce(0x18c)]();}),this[_0x2f5b08(0x196)][_0x2f5b08(0x1a6)](_0x2f5b08(0x192))['to'](this),this[_0x2f5b08(0x196)][_0x2f5b08(0x1a6)](_0x2f5b08(0x1a1))['to'](this),this[_0x2f5b08(0x19e)]=new _0x37e54e(_0x74eff7,_0x52ead0),this[_0x2f5b08(0x19e)][_0x2f5b08(0x197)]({'attributes':{'class':_0x2f5b08(0x1a8)}}),this[_0x2f5b08(0x196)][_0x2f5b08(0x197)]({'attributes':{'class':_0x2f5b08(0x189)}}),this[_0x2f5b08(0x19d)]({'tag':_0x2f5b08(0x19f),'attributes':{'class':[_0x2f5b08(0x1a0),this[_0x2f5b08(0x199)]['if'](_0x2f5b08(0x18b),_0x2f5b08(0x187))]},'children':[this[_0x2f5b08(0x19e)],this[_0x2f5b08(0x196)]]});}[_0x3cb875(0x18e)](){var _0x4add5f=_0x3cb875;return this[_0x4add5f(0x196)][_0x4add5f(0x18e)]()[_0x4add5f(0x19b)](()=>super[_0x4add5f(0x18e)]());}}
23
+ var _0x468a2a=_0x1fdf;function _0x1fdf(_0x646438,_0x4a2643){var _0x45b91b=_0x45b9();return _0x1fdf=function(_0x1fdf2a,_0x2186d4){_0x1fdf2a=_0x1fdf2a-0x10d;var _0x148ce8=_0x45b91b[_0x1fdf2a];return _0x148ce8;},_0x1fdf(_0x646438,_0x4a2643);}(function(_0x3b1d9c,_0x5caa57){var _0x27db08=_0x1fdf,_0x599ead=_0x3b1d9c();while(!![]){try{var _0x4a8893=parseInt(_0x27db08(0x124))/0x1*(-parseInt(_0x27db08(0x129))/0x2)+-parseInt(_0x27db08(0x120))/0x3*(-parseInt(_0x27db08(0x122))/0x4)+parseInt(_0x27db08(0x114))/0x5+parseInt(_0x27db08(0x12d))/0x6+parseInt(_0x27db08(0x113))/0x7*(parseInt(_0x27db08(0x118))/0x8)+-parseInt(_0x27db08(0x12f))/0x9+-parseInt(_0x27db08(0x11d))/0xa*(-parseInt(_0x27db08(0x11f))/0xb);if(_0x4a8893===_0x5caa57)break;else _0x599ead['push'](_0x599ead['shift']());}catch(_0x543d6f){_0x599ead['push'](_0x599ead['shift']());}}}(_0x45b9,0x62d18));import{View as _0x47bdff}from'ckeditor5/src/ui.js';import _0x2cf3a3 from'./commentinputview.js';function _0x45b9(){var _0x11cf7a=['4264799MWoPpG','451713ZXHYBy','extendTemplate','8XdUhgq','setTemplate','699791wPhRVw','value','bindTemplate','set','ck-thread__input','2VcVYgf','showButtons','ck-thread__user','userView','1360506FpvpUE','then','3287754FftuGU','editorDestroyed','editorReady','createEditor','change:showInput','isFocused','showInput','focusTracker','273203ANGRod','234390wNEKxS','ck-comment__input-container--active','commentInputView','delegate','104VJEZaI','ck-comment__input-container','editor','destroy','bind','10VudYnj','div'];_0x45b9=function(){return _0x11cf7a;};return _0x45b9();}import{UserView as _0x401382}from'ckeditor5-collaboration/src/collaboration-core.js';export default class Ct extends _0x47bdff{constructor(_0x3b1935,_0x293aec,_0x33d2ad){var _0x21ff65=_0x1fdf;super(_0x3b1935),this[_0x21ff65(0x116)]=new _0x2cf3a3(_0x3b1935,_0x33d2ad),this[_0x21ff65(0x116)][_0x21ff65(0x11c)](_0x21ff65(0x12a))['to'](this[_0x21ff65(0x116)][_0x21ff65(0x112)],_0x21ff65(0x110),this[_0x21ff65(0x116)],_0x21ff65(0x125),(_0x271293,_0x4ae467)=>_0x271293||!!_0x4ae467),this[_0x21ff65(0x127)](_0x21ff65(0x111),!0x1),this['on'](_0x21ff65(0x10f),()=>{var _0x2d0b85=_0x21ff65;this[_0x2d0b85(0x111)]&&!this[_0x2d0b85(0x116)][_0x2d0b85(0x11a)]&&this[_0x2d0b85(0x116)][_0x2d0b85(0x10e)]();}),this[_0x21ff65(0x116)][_0x21ff65(0x117)](_0x21ff65(0x10d))['to'](this),this[_0x21ff65(0x116)][_0x21ff65(0x117)](_0x21ff65(0x130))['to'](this),this[_0x21ff65(0x12c)]=new _0x401382(_0x3b1935,_0x293aec),this[_0x21ff65(0x12c)][_0x21ff65(0x121)]({'attributes':{'class':_0x21ff65(0x12b)}}),this[_0x21ff65(0x116)][_0x21ff65(0x121)]({'attributes':{'class':_0x21ff65(0x128)}}),this[_0x21ff65(0x123)]({'tag':_0x21ff65(0x11e),'attributes':{'class':[_0x21ff65(0x119),this[_0x21ff65(0x126)]['if'](_0x21ff65(0x111),_0x21ff65(0x115))]},'children':[this[_0x21ff65(0x12c)],this[_0x21ff65(0x116)]]});}[_0x468a2a(0x11b)](){var _0x1e6dc5=_0x468a2a;return this[_0x1e6dc5(0x116)][_0x1e6dc5(0x11b)]()[_0x1e6dc5(0x12e)](()=>super[_0x1e6dc5(0x11b)]());}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4eb148=_0x1903;function _0x1903(_0x3f8342,_0xf269a0){const _0x440c6d=_0x440c();return _0x1903=function(_0x1903cd,_0xb1dc81){_0x1903cd=_0x1903cd-0xec;let _0x38ffe4=_0x440c6d[_0x1903cd];return _0x38ffe4;},_0x1903(_0x3f8342,_0xf269a0);}(function(_0x42a26a,_0x1c8db8){const _0x78e3ea=_0x1903,_0x2419ee=_0x42a26a();while(!![]){try{const _0x337d6e=parseInt(_0x78e3ea(0x111))/0x1+-parseInt(_0x78e3ea(0x103))/0x2*(parseInt(_0x78e3ea(0xfc))/0x3)+-parseInt(_0x78e3ea(0x106))/0x4*(-parseInt(_0x78e3ea(0x118))/0x5)+parseInt(_0x78e3ea(0x10b))/0x6+parseInt(_0x78e3ea(0x119))/0x7+-parseInt(_0x78e3ea(0xfd))/0x8+parseInt(_0x78e3ea(0x11a))/0x9*(parseInt(_0x78e3ea(0x129))/0xa);if(_0x337d6e===_0x1c8db8)break;else _0x2419ee['push'](_0x2419ee['shift']());}catch(_0x4901bc){_0x2419ee['push'](_0x2419ee['shift']());}}}(_0x440c,0x4a92f));function _0x440c(){const _0x5c0073=['removeButton','41324wudIyD','ck-thread','tooltip','div','icon','1757082ItiSXC','resolveButton','setTemplate','isSystemComment','showConfirm','_bindFirstCommentView','12135HqOCSx','Resolve','cancelConfirm','change:archivedAt','isActive','ck-thread__container','isEnabled','85zorPLm','2712696WMHbzC','9gigCEz','querySelector','.ck-thread__container','commentThreadHeaderView','createCollection','archivedAt','_model','removeCommentThread','commentThreadInputView','unbind','commentThreadChildren','remove','has','ck-thread--remove-confirmation','isResolved','758830QJttjL','_createResolveButton','containerElement','actionBar','element','bind','get','commentsListView','extendTemplate','fire','label','isReadOnly','isUnlinked','ck-thread--','Delete\x20comment\x20thread?','check','set','isVisible','stop','change:isActive','length','change:isReadOnly','Write\x20a\x20comment...','ck-thread--unlinked','isConfirm','ck-thread--active','actionIndicator','listenTo','getTemplate','locale','bindTemplate','ck-reset_all-excluded','commentViews','addMany','ck-comment--resolve','placeholder','execute','_cancelAllConfirms','then','1579833SrpiwQ','895632fQSFgM','render','high','_boundFirstCommentView','add','isResolvable','2mUbaZj','resolveCommentThread'];_0x440c=function(){return _0x5c0073;};return _0x440c();}import{ConfirmMixin as _0x569a7d}from'ckeditor5-collaboration/src/collaboration-core.js';import{ButtonView as _0x5150a9}from'ckeditor5/src/ui.js';import{icons as _0x30b696}from'ckeditor5/src/core.js';import _0x2ba3ac from'./basecommentthreadview.js';import{getTranslation as _0x19fde9}from'../../../utils/common-translations.js';export default class pt extends _0x569a7d(_0x2ba3ac){constructor(_0x2a3431,_0x577d6b,_0x5a597e,_0xa8d7fd){const _0x16a5f6=_0x1903;super(_0x2a3431,_0x577d6b,_0x5a597e,_0xa8d7fd),this[_0x16a5f6(0x124)]=this[_0x16a5f6(0x11e)](),this[_0x16a5f6(0x124)][_0x16a5f6(0xf6)]([this[_0x16a5f6(0x130)],this[_0x16a5f6(0x122)]]),this[_0x16a5f6(0x120)][_0x16a5f6(0x11f)]&&this[_0x16a5f6(0x124)][_0x16a5f6(0x101)](this[_0x16a5f6(0x11d)],0x0),this[_0x16a5f6(0x120)]['on'](_0x16a5f6(0x114),(_0x38646b,_0x23e062,_0x579f77)=>{const _0x3bc777=_0x16a5f6;_0x579f77?this[_0x3bc777(0x124)][_0x3bc777(0x126)](this[_0x3bc777(0x11d)])||this[_0x3bc777(0x124)][_0x3bc777(0x101)](this[_0x3bc777(0x11d)],0x0):this[_0x3bc777(0x124)][_0x3bc777(0x125)](this[_0x3bc777(0x11d)]);}),this[_0x16a5f6(0x139)](_0x16a5f6(0xef),null),this[_0x16a5f6(0x12b)]=null,this[_0x16a5f6(0x100)]=null,this[_0x16a5f6(0xf2)]=_0x2a3431,this[_0x16a5f6(0x10c)]=this[_0x16a5f6(0x12a)](),this[_0x16a5f6(0x10d)](this[_0x16a5f6(0xf1)]()),this['on'](_0x16a5f6(0x13c),(_0x4b359b,_0x994b4d,_0x314cb6)=>{const _0xf15705=_0x16a5f6;_0x314cb6||this[_0xf15705(0xfa)]();}),this[_0x16a5f6(0xf0)](this[_0x16a5f6(0x120)],_0x16a5f6(0x13e),(_0xc73122,_0x52fe11,_0xa3313)=>{const _0x17d126=_0x16a5f6;_0xa3313&&this[_0x17d126(0xfa)]();}),this[_0x16a5f6(0x13d)]>0x0&&this[_0x16a5f6(0x110)](),this[_0x16a5f6(0xf0)](this[_0x16a5f6(0x130)][_0x16a5f6(0xf5)],_0x16a5f6(0x101),()=>{const _0x2b0587=_0x16a5f6;this[_0x2b0587(0x110)]();});}[_0x4eb148(0xf1)](){const _0x184d33=_0x4eb148,_0x17fcc4=this[_0x184d33(0xf3)];return{'tag':_0x184d33(0x109),'attributes':{'class':[_0x184d33(0x107),_0x184d33(0xf4),_0x17fcc4['if'](_0x184d33(0x115),_0x184d33(0xee)),_0x17fcc4['if'](_0x184d33(0x135),_0x184d33(0xec)),_0x17fcc4['if'](_0x184d33(0xed),_0x184d33(0x127)),_0x17fcc4['to'](_0x184d33(0xef),_0x825944=>_0x825944?_0x184d33(0x136)+_0x825944:'')],'data-thread-id':this[_0x184d33(0x120)]['id'],'tabindex':-0x1},'children':[{'tag':_0x184d33(0x109),'attributes':{'class':_0x184d33(0x116)},'children':this[_0x184d33(0x124)]}]};}[_0x4eb148(0xfe)](){const _0x1b6a3a=_0x4eb148;super[_0x1b6a3a(0xfe)](),this[_0x1b6a3a(0x12b)]=this[_0x1b6a3a(0x12d)][_0x1b6a3a(0x11b)](_0x1b6a3a(0x11c));}[_0x4eb148(0xfa)](){const _0x185cd9=_0x4eb148;this[_0x185cd9(0x113)]();for(const _0x22d33e of this[_0x185cd9(0x130)][_0x185cd9(0xf5)])_0x22d33e[_0x185cd9(0x113)]();}[_0x4eb148(0x110)](){const _0x57574c=_0x4eb148,{locale:_0x458745}=this,_0x7de043=this[_0x57574c(0x130)][_0x57574c(0xf5)][_0x57574c(0x12f)](0x0);_0x7de043===this[_0x57574c(0x100)]||_0x7de043[_0x57574c(0x10e)]||(this[_0x57574c(0x100)]=_0x7de043,this[_0x57574c(0x123)](_0x57574c(0xef)),this[_0x57574c(0x12e)](_0x57574c(0xef))['to'](_0x7de043,_0x57574c(0xef),_0x1f7bd4=>_0x57574c(0x125)===_0x1f7bd4?_0x57574c(0x125):null),_0x7de043[_0x57574c(0xf8)]=_0x19fde9(_0x458745,_0x57574c(0x13f)),_0x7de043[_0x57574c(0x105)]['on'](_0x57574c(0xf9),_0x398ab3=>{const _0x107783=_0x57574c;_0x398ab3[_0x107783(0x13b)](),this[_0x107783(0x10f)](_0x19fde9(_0x458745,_0x107783(0x137)),this[_0x107783(0x12b)])[_0x107783(0xfb)](()=>{const _0x40e5a7=_0x107783;this[_0x40e5a7(0x132)](_0x40e5a7(0x121));});},{'priority':_0x57574c(0xff)}),_0x7de043[_0x57574c(0x12c)][_0x57574c(0x101)](this[_0x57574c(0x10c)],0x0));}[_0x4eb148(0x12a)](){const _0x488697=_0x4eb148,_0xc9ecd3=new _0x5150a9(this[_0x488697(0xf2)]);return _0xc9ecd3[_0x488697(0x133)]=_0x19fde9(this[_0x488697(0xf2)],_0x488697(0x112)),_0xc9ecd3[_0x488697(0x108)]=_0x19fde9(this[_0x488697(0xf2)],_0x488697(0x112)),_0xc9ecd3[_0x488697(0x10a)]=_0x30b696[_0x488697(0x138)],_0xc9ecd3[_0x488697(0x131)]({'attributes':{'class':_0x488697(0xf7)}}),_0xc9ecd3[_0x488697(0x12e)](_0x488697(0x117))['to'](this[_0x488697(0x120)],_0x488697(0x134),_0x582e8e=>!_0x582e8e),_0xc9ecd3[_0x488697(0x12e)](_0x488697(0x13a))['to'](this[_0x488697(0x120)],_0x488697(0x102),this[_0x488697(0x120)],_0x488697(0x128),(_0x5789d6,_0x3518a8)=>_0x5789d6&&!_0x3518a8),_0xc9ecd3['on'](_0x488697(0xf9),()=>{const _0x381eb0=_0x488697;this[_0x381eb0(0x132)](_0x381eb0(0x104),this[_0x381eb0(0x120)]['id']);}),_0xc9ecd3;}}
23
+ function _0x11eb(_0x1e4fce,_0x84a9de){const _0x14dfbc=_0x14df();return _0x11eb=function(_0x11ebdf,_0x17724c){_0x11ebdf=_0x11ebdf-0x111;let _0x3f13f9=_0x14dfbc[_0x11ebdf];return _0x3f13f9;},_0x11eb(_0x1e4fce,_0x84a9de);}const _0x599535=_0x11eb;(function(_0xd4fc29,_0x4d04d2){const _0x596ae7=_0x11eb,_0x5ac4c1=_0xd4fc29();while(!![]){try{const _0x5a06f3=-parseInt(_0x596ae7(0x11b))/0x1*(parseInt(_0x596ae7(0x127))/0x2)+parseInt(_0x596ae7(0x158))/0x3+parseInt(_0x596ae7(0x151))/0x4+-parseInt(_0x596ae7(0x15d))/0x5*(-parseInt(_0x596ae7(0x152))/0x6)+parseInt(_0x596ae7(0x130))/0x7*(parseInt(_0x596ae7(0x15c))/0x8)+parseInt(_0x596ae7(0x140))/0x9+-parseInt(_0x596ae7(0x133))/0xa;if(_0x5a06f3===_0x4d04d2)break;else _0x5ac4c1['push'](_0x5ac4c1['shift']());}catch(_0x538044){_0x5ac4c1['push'](_0x5ac4c1['shift']());}}}(_0x14df,0xf1db7));import{ConfirmMixin as _0x5509b5}from'ckeditor5-collaboration/src/collaboration-core.js';import{ButtonView as _0x79f61a}from'ckeditor5/src/ui.js';import{icons as _0xf61d91}from'ckeditor5/src/core.js';import _0xccbe9d from'./basecommentthreadview.js';function _0x14df(){const _0x2c5f97=['1203368rdyYBS','stop','label','check','render','_cancelAllConfirms','showConfirm','createCollection','ck-thread--','511yAvqBz','containerElement','actionIndicator','33795880QbLImv','Resolve','commentThreadInputView','_boundFirstCommentView','set','Write\x20a\x20comment...','_createResolveButton','listenTo','tooltip','cancelConfirm','commentViews','isEnabled','change:archivedAt','10085283VHpWaK','Delete\x20comment\x20thread?','isSystemComment','querySelector','bind','high','isActive','setTemplate','ck-comment--resolve','ck-thread','removeButton','resolveCommentThread','isReadOnly','get','removeCommentThread','isUnlinked','ck-thread--active','2219084zHruNi','3814602bRGGDf','resolveButton','change:isReadOnly','div','archivedAt','isConfirm','5269677SVyqRJ','_model','extendTemplate','remove','91624kxHLwg','15CUpcft','then','change:isActive','ck-reset_all-excluded','length','isResolvable','isVisible','fire','add','ck-thread--remove-confirmation','icon','.ck-thread__container','ck-thread__container','locale','element','unbind','_bindFirstCommentView','ck-thread--unlinked','3XvKoTt','placeholder','bindTemplate','execute','getTemplate','commentsListView','isResolved','commentThreadHeaderView','addMany','has','commentThreadChildren','actionBar'];_0x14df=function(){return _0x2c5f97;};return _0x14df();}import{getTranslation as _0x19ec6e}from'../../../utils/common-translations.js';export default class pt extends _0x5509b5(_0xccbe9d){constructor(_0x37dbfa,_0x1ee08a,_0x62f9a5,_0x1627b3){const _0x568e6b=_0x11eb;super(_0x37dbfa,_0x1ee08a,_0x62f9a5,_0x1627b3),this[_0x568e6b(0x125)]=this[_0x568e6b(0x12e)](),this[_0x568e6b(0x125)][_0x568e6b(0x123)]([this[_0x568e6b(0x120)],this[_0x568e6b(0x135)]]),this[_0x568e6b(0x159)][_0x568e6b(0x156)]&&this[_0x568e6b(0x125)][_0x568e6b(0x111)](this[_0x568e6b(0x122)],0x0),this[_0x568e6b(0x159)]['on'](_0x568e6b(0x13f),(_0x13ee63,_0x6650bd,_0x3a9bdf)=>{const _0x35dde8=_0x568e6b;_0x3a9bdf?this[_0x35dde8(0x125)][_0x35dde8(0x124)](this[_0x35dde8(0x122)])||this[_0x35dde8(0x125)][_0x35dde8(0x111)](this[_0x35dde8(0x122)],0x0):this[_0x35dde8(0x125)][_0x35dde8(0x15b)](this[_0x35dde8(0x122)]);}),this[_0x568e6b(0x137)](_0x568e6b(0x132),null),this[_0x568e6b(0x131)]=null,this[_0x568e6b(0x136)]=null,this[_0x568e6b(0x116)]=_0x37dbfa,this[_0x568e6b(0x153)]=this[_0x568e6b(0x139)](),this[_0x568e6b(0x147)](this[_0x568e6b(0x11f)]()),this['on'](_0x568e6b(0x15f),(_0x57394a,_0x25eb52,_0x91eb39)=>{const _0x358f9c=_0x568e6b;_0x91eb39||this[_0x358f9c(0x12c)]();}),this[_0x568e6b(0x13a)](this[_0x568e6b(0x159)],_0x568e6b(0x154),(_0x2c131a,_0x3217b0,_0x4f8852)=>{const _0x41f9fb=_0x568e6b;_0x4f8852&&this[_0x41f9fb(0x12c)]();}),this[_0x568e6b(0x161)]>0x0&&this[_0x568e6b(0x119)](),this[_0x568e6b(0x13a)](this[_0x568e6b(0x120)][_0x568e6b(0x13d)],_0x568e6b(0x111),()=>{const _0x428830=_0x568e6b;this[_0x428830(0x119)]();});}[_0x599535(0x11f)](){const _0x38c174=_0x599535,_0x38b3b9=this[_0x38c174(0x11d)];return{'tag':_0x38c174(0x155),'attributes':{'class':[_0x38c174(0x149),_0x38c174(0x160),_0x38b3b9['if'](_0x38c174(0x146),_0x38c174(0x150)),_0x38b3b9['if'](_0x38c174(0x14f),_0x38c174(0x11a)),_0x38b3b9['if'](_0x38c174(0x157),_0x38c174(0x112)),_0x38b3b9['to'](_0x38c174(0x132),_0x31b5db=>_0x31b5db?_0x38c174(0x12f)+_0x31b5db:'')],'data-thread-id':this[_0x38c174(0x159)]['id'],'tabindex':-0x1},'children':[{'tag':_0x38c174(0x155),'attributes':{'class':_0x38c174(0x115)},'children':this[_0x38c174(0x125)]}]};}[_0x599535(0x12b)](){const _0x3fdedc=_0x599535;super[_0x3fdedc(0x12b)](),this[_0x3fdedc(0x131)]=this[_0x3fdedc(0x117)][_0x3fdedc(0x143)](_0x3fdedc(0x114));}[_0x599535(0x12c)](){const _0x598ef3=_0x599535;this[_0x598ef3(0x13c)]();for(const _0x22ef86 of this[_0x598ef3(0x120)][_0x598ef3(0x13d)])_0x22ef86[_0x598ef3(0x13c)]();}[_0x599535(0x119)](){const _0x76f563=_0x599535,{locale:_0x11051a}=this,_0x269318=this[_0x76f563(0x120)][_0x76f563(0x13d)][_0x76f563(0x14d)](0x0);_0x269318===this[_0x76f563(0x136)]||_0x269318[_0x76f563(0x142)]||(this[_0x76f563(0x136)]=_0x269318,this[_0x76f563(0x118)](_0x76f563(0x132)),this[_0x76f563(0x144)](_0x76f563(0x132))['to'](_0x269318,_0x76f563(0x132),_0x2b79b2=>_0x76f563(0x15b)===_0x2b79b2?_0x76f563(0x15b):null),_0x269318[_0x76f563(0x11c)]=_0x19ec6e(_0x11051a,_0x76f563(0x138)),_0x269318[_0x76f563(0x14a)]['on'](_0x76f563(0x11e),_0x2e365d=>{const _0xedcc40=_0x76f563;_0x2e365d[_0xedcc40(0x128)](),this[_0xedcc40(0x12d)](_0x19ec6e(_0x11051a,_0xedcc40(0x141)),this[_0xedcc40(0x131)])[_0xedcc40(0x15e)](()=>{const _0x2b367f=_0xedcc40;this[_0x2b367f(0x164)](_0x2b367f(0x14e));});},{'priority':_0x76f563(0x145)}),_0x269318[_0x76f563(0x126)][_0x76f563(0x111)](this[_0x76f563(0x153)],0x0));}[_0x599535(0x139)](){const _0xc6b215=_0x599535,_0x36d700=new _0x79f61a(this[_0xc6b215(0x116)]);return _0x36d700[_0xc6b215(0x129)]=_0x19ec6e(this[_0xc6b215(0x116)],_0xc6b215(0x134)),_0x36d700[_0xc6b215(0x13b)]=_0x19ec6e(this[_0xc6b215(0x116)],_0xc6b215(0x134)),_0x36d700[_0xc6b215(0x113)]=_0xf61d91[_0xc6b215(0x12a)],_0x36d700[_0xc6b215(0x15a)]({'attributes':{'class':_0xc6b215(0x148)}}),_0x36d700[_0xc6b215(0x144)](_0xc6b215(0x13e))['to'](this[_0xc6b215(0x159)],_0xc6b215(0x14c),_0x53eede=>!_0x53eede),_0x36d700[_0xc6b215(0x144)](_0xc6b215(0x163))['to'](this[_0xc6b215(0x159)],_0xc6b215(0x162),this[_0xc6b215(0x159)],_0xc6b215(0x121),(_0x4bb69d,_0x5a7186)=>_0x4bb69d&&!_0x5a7186),_0x36d700['on'](_0xc6b215(0x11e),()=>{const _0x258a3b=_0xc6b215;this[_0x258a3b(0x164)](_0x258a3b(0x14b),this[_0x258a3b(0x159)]['id']);}),_0x36d700;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1bdc97=_0x45e7;(function(_0x2e0d70,_0x4fdc65){const _0x2936a0=_0x45e7,_0xba6313=_0x2e0d70();while(!![]){try{const _0x440937=parseInt(_0x2936a0(0x187))/0x1*(parseInt(_0x2936a0(0x15c))/0x2)+-parseInt(_0x2936a0(0x13d))/0x3+parseInt(_0x2936a0(0x14a))/0x4+parseInt(_0x2936a0(0x18f))/0x5+parseInt(_0x2936a0(0x193))/0x6*(-parseInt(_0x2936a0(0x121))/0x7)+-parseInt(_0x2936a0(0x14c))/0x8*(-parseInt(_0x2936a0(0x180))/0x9)+-parseInt(_0x2936a0(0x124))/0xa*(parseInt(_0x2936a0(0x163))/0xb);if(_0x440937===_0x4fdc65)break;else _0xba6313['push'](_0xba6313['shift']());}catch(_0x26937d){_0xba6313['push'](_0xba6313['shift']());}}}(_0x3af6,0x9b81f));import{ButtonView as _0x48afb9,createDropdown as _0x1dd615,ListView as _0x15275e,ListItemView as _0x24ed26}from'ckeditor5/src/ui.js';function _0x3af6(){const _0x326747=['name','25504oQHkWb','ck-annotation__actions','ck-annotation__user','Show\x20more\x20items','userView','showConfirm','ck-comment__info-name','isSystemComment','1016835QckgOJ','add','visibleView','buttonView','1191618TKSXcS','locale','_config','importWord','ck-comment--remove','div','_createEditButton','execute','_attachActions','render','isRemovable','14Tbmbxq','ck-comment__actions--hidden','ck-comment--edit','90VBvfHT','ck-comment__info-time','formatDateTime','creator','listenTo','cancelConfirm','blur','EXTERNAL_COMMENT','push','some','panelPosition','children','EXTERNAL_IMPORT_WORD_COMMENT','ck-comment--info','_model','EXTERNAL_IMPORT_WORD_AVATAR','bindTemplate','extendTemplate','Reply...','addMany','isConfirm','ck-annotation__info','actionIndicator','_createRemoveButton','threeVerticalDots','1863483AoBLOu','change:isEnabled','ck-annotation__info-time','ck-comment__external','isReadOnly','ck-annotation','ck-comment__info','edit','change:isRemovable','setTemplate','attributes','ck-comment','ck-comment--','1631608jniNkJ','ck-comment__user','66632djTKpl','bind','placeholder','element','then','set','label','ck-annotation__main','isEditable','isEditMode','EXTERNAL_AVATAR','authoredAt','ck-annotation__actions--hidden','items','resolvedAt','@external','12CaUQLf','Edit','actionBar','panelView','mouseleave','Delete\x20comment?','isVisible','71467SNDkAS','switchToEditMode','ck-comment__main','icon','pencil','remove','span','isExternal','getTemplate','_createCommentInputView','focus','change:isVisible','ck-comment--remove-confirmation','source','createCollection','ck-annotation__content-wrapper','dropdown','ck-comment__actions','ck-comment__wrapper','getUserViewNotificationText','withText','removeButton','getExternalCommentNote','author','removeComment','fire','mouseenter','editButton','time','1026nPeRvV','isEnabled','ck-annotation__info-name','_createDropdown','length','Remove'];_0x3af6=function(){return _0x326747;};return _0x3af6();}function _0x45e7(_0x41acfe,_0x3b849b){const _0x3af60c=_0x3af6();return _0x45e7=function(_0x45e762,_0x103345){_0x45e762=_0x45e762-0x11e;let _0x2748e0=_0x3af60c[_0x45e762];return _0x2748e0;},_0x45e7(_0x41acfe,_0x3b849b);}import{icons as _0x3e7fac}from'ckeditor5/src/core.js';import{UserView as _0x5a9a4f,ConfirmMixin as _0x2371d8}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4e883f from'./basecommentview.js';import _0x3abaed from'../../../../theme/icons/remove-comment.svg';import{getTranslation as _0x1b4760}from'../../../utils/common-translations.js';export default class wt extends _0x2371d8(_0x4e883f){constructor(_0x3456ac,_0x34b8ec,_0x36d3b1){const _0x30ca31=_0x45e7;super(_0x3456ac,_0x34b8ec,_0x36d3b1),this[_0x30ca31(0x151)](_0x30ca31(0x13a),null),this[_0x30ca31(0x151)](_0x30ca31(0x14e),_0x1b4760(_0x3456ac,_0x30ca31(0x136))),this[_0x30ca31(0x14d)](_0x30ca31(0x157))['to'](_0x34b8ec),this[_0x30ca31(0x14d)](_0x30ca31(0x15a))['to'](_0x34b8ec),this[_0x30ca31(0x15e)]=this[_0x30ca31(0x171)](),this[_0x30ca31(0x18e)]||(this[_0x30ca31(0x17e)]=this[_0x30ca31(0x199)](),this[_0x30ca31(0x178)]=this[_0x30ca31(0x13b)](),this[_0x30ca31(0x159)]=this[_0x30ca31(0x171)](),this[_0x30ca31(0x159)][_0x30ca31(0x137)]([this[_0x30ca31(0x17e)],this[_0x30ca31(0x178)]]),this[_0x30ca31(0x173)]=this[_0x30ca31(0x183)](),this[_0x30ca31(0x15e)][_0x30ca31(0x190)](this[_0x30ca31(0x173)])),this[_0x30ca31(0x18b)]=new _0x5a9a4f(_0x3456ac,_0x34b8ec[_0x30ca31(0x17a)],this[_0x30ca31(0x176)]()),this[_0x30ca31(0x18b)][_0x30ca31(0x135)]({'attributes':{'class':[_0x30ca31(0x14b),_0x30ca31(0x189)]}}),this[_0x30ca31(0x128)](_0x34b8ec,_0x30ca31(0x145),()=>this[_0x30ca31(0x129)]()),this[_0x30ca31(0x146)](this[_0x30ca31(0x16b)]());}[_0x1bdc97(0x16b)](){const _0x39229e=_0x1bdc97,_0x206bba=this[_0x39229e(0x134)],_0x1a916d=[{'tag':_0x39229e(0x198),'attributes':{'class':[_0x39229e(0x143),_0x39229e(0x139)]},'children':[{'tag':_0x39229e(0x169),'children':[{'text':this[_0x39229e(0x18b)][_0x39229e(0x186)]}],'attributes':{'class':[_0x39229e(0x18d),_0x39229e(0x182)]}},{'tag':_0x39229e(0x17f),'attributes':{'datetime':_0x206bba['to'](_0x39229e(0x157)),'class':[_0x39229e(0x125),_0x39229e(0x13f)]},'children':[{'text':_0x206bba['to'](_0x39229e(0x157),_0x5e3105=>this[_0x39229e(0x195)][_0x39229e(0x126)](_0x5e3105))}]}]},{'tag':_0x39229e(0x198),'attributes':{'class':[_0x39229e(0x174),_0x39229e(0x188),_0x206bba['if'](_0x39229e(0x155),_0x39229e(0x122)),_0x206bba['if'](_0x39229e(0x155),_0x39229e(0x158))]},'children':this[_0x39229e(0x15e)]},{'tag':_0x39229e(0x198),'attributes':{'class':[_0x39229e(0x172)]},'children':this[_0x39229e(0x191)]}];return this[_0x39229e(0x132)][_0x39229e(0x16a)]&&_0x1a916d[_0x39229e(0x12c)]({'tag':_0x39229e(0x198),'attributes':{'class':[_0x39229e(0x140)]},'children':[{'text':this[_0x39229e(0x179)]()}]}),{'tag':'li','attributes':{'class':[_0x39229e(0x175),_0x206bba['if'](_0x39229e(0x138),_0x39229e(0x16f))],'tabindex':-0x1},'children':[{'tag':_0x39229e(0x198),'attributes':{'class':[_0x39229e(0x148),_0x39229e(0x142),_0x206bba['if'](_0x39229e(0x155),_0x39229e(0x123)),_0x206bba['if'](_0x39229e(0x18e),_0x39229e(0x131)),_0x206bba['to'](_0x39229e(0x13a),_0x4b6af0=>_0x4b6af0?_0x39229e(0x149)+_0x4b6af0:'')],'data-author-id':this[_0x39229e(0x132)][_0x39229e(0x17a)]['id'],'data-comment-id':this[_0x39229e(0x132)]['id']},'children':[this[_0x39229e(0x18b)],{'tag':_0x39229e(0x198),'attributes':{'class':[_0x39229e(0x165),_0x39229e(0x153)]},'children':_0x1a916d}]}]};}[_0x1bdc97(0x199)](){const _0x304eff=_0x1bdc97,_0x2048a1=new _0x48afb9(this[_0x304eff(0x194)]);return _0x2048a1[_0x304eff(0x152)]=_0x1b4760(this[_0x304eff(0x194)],_0x304eff(0x15d)),_0x2048a1[_0x304eff(0x166)]=_0x3e7fac[_0x304eff(0x167)],_0x2048a1[_0x304eff(0x177)]=!0x0,_0x2048a1[_0x304eff(0x135)]({'attributes':{'class':_0x304eff(0x123)}}),_0x2048a1[_0x304eff(0x14d)](_0x304eff(0x181))['to'](this[_0x304eff(0x132)],_0x304eff(0x141),_0xee27d0=>!_0xee27d0),_0x2048a1[_0x304eff(0x14d)](_0x304eff(0x162))['to'](this[_0x304eff(0x132)],_0x304eff(0x154)),_0x2048a1['on'](_0x304eff(0x19a),()=>this[_0x304eff(0x164)]()),_0x2048a1;}[_0x1bdc97(0x13b)](){const _0x5c9241=_0x1bdc97,_0x3dbf70=new _0x48afb9(this[_0x5c9241(0x194)]);return _0x3dbf70[_0x5c9241(0x152)]=_0x1b4760(this[_0x5c9241(0x194)],_0x5c9241(0x185)),_0x3dbf70[_0x5c9241(0x166)]=_0x3abaed,_0x3dbf70[_0x5c9241(0x177)]=!0x0,_0x3dbf70[_0x5c9241(0x135)]({'attributes':{'class':_0x5c9241(0x197)}}),_0x3dbf70[_0x5c9241(0x14d)](_0x5c9241(0x181))['to'](this[_0x5c9241(0x132)],_0x5c9241(0x141),_0x3c0b1f=>!_0x3c0b1f),_0x3dbf70[_0x5c9241(0x14d)](_0x5c9241(0x162))['to'](this[_0x5c9241(0x132)],_0x5c9241(0x120)),_0x3dbf70['on'](_0x5c9241(0x19a),()=>{const _0x65df2d=_0x5c9241;this[_0x65df2d(0x18c)](_0x1b4760(this[_0x65df2d(0x194)],_0x65df2d(0x161)),this[_0x65df2d(0x14f)])[_0x65df2d(0x150)](()=>{const _0x269968=_0x65df2d;this[_0x269968(0x17c)](_0x269968(0x17b),this[_0x269968(0x132)]['id']);});}),_0x3dbf70;}[_0x1bdc97(0x183)](){const _0x1f9bf8=_0x1bdc97,_0x57905b=_0x1dd615(this[_0x1f9bf8(0x194)]),_0x8c5beb=_0x57905b[_0x1f9bf8(0x15f)][_0x1f9bf8(0x12f)],_0x3e1f60=new _0x15275e(this[_0x1f9bf8(0x194)]),_0x5b430e=(_0x2d6ec9,_0x1fc95b=-0x1)=>{const _0x40c641=_0x1f9bf8,_0x4d6705=new _0x24ed26(this[_0x40c641(0x194)]);_0x4d6705[_0x40c641(0x12f)][_0x40c641(0x190)](_0x2d6ec9);const _0x2f4e5d=_0x1fc95b>-0x1?_0x1fc95b:_0x3e1f60[_0x40c641(0x159)][_0x40c641(0x184)];_0x3e1f60[_0x40c641(0x159)][_0x40c641(0x190)](_0x4d6705,_0x2f4e5d),_0x57905b[_0x40c641(0x128)](_0x2d6ec9,_0x40c641(0x13e),()=>{const _0x178d0f=_0x40c641;_0x57905b[_0x178d0f(0x181)]=[...this[_0x178d0f(0x159)]][_0x178d0f(0x12d)](_0x42532e=>_0x42532e[_0x178d0f(0x181)]);}),_0x57905b[_0x40c641(0x128)](_0x2d6ec9,_0x40c641(0x16e),()=>{const _0x3e7f6c=_0x40c641;_0x57905b[_0x3e7f6c(0x192)][_0x3e7f6c(0x162)]=[...this[_0x3e7f6c(0x159)]][_0x3e7f6c(0x12d)](_0x9238b8=>_0x9238b8[_0x3e7f6c(0x162)]);});};_0x57905b[_0x1f9bf8(0x12e)]='sw',_0x57905b[_0x1f9bf8(0x192)][_0x1f9bf8(0x151)]({'label':_0x1b4760(this[_0x1f9bf8(0x194)],_0x1f9bf8(0x18a)),'icon':_0x3e7fac[_0x1f9bf8(0x13c)]}),_0x57905b[_0x1f9bf8(0x181)]=[...this[_0x1f9bf8(0x159)]][_0x1f9bf8(0x12d)](_0x18fb6f=>_0x18fb6f[_0x1f9bf8(0x181)]),_0x57905b[_0x1f9bf8(0x192)][_0x1f9bf8(0x162)]=[...this[_0x1f9bf8(0x159)]][_0x1f9bf8(0x12d)](_0x27d22e=>_0x27d22e[_0x1f9bf8(0x162)]);for(const _0x2b4fcd of this[_0x1f9bf8(0x159)])_0x5b430e(_0x2b4fcd);return _0x8c5beb[_0x1f9bf8(0x190)](_0x3e1f60),_0x57905b[_0x1f9bf8(0x128)](this[_0x1f9bf8(0x159)],_0x1f9bf8(0x190),(_0x14c015,_0x55bcef,_0x568ae1)=>{_0x5b430e(_0x55bcef,_0x568ae1);}),_0x57905b[_0x1f9bf8(0x128)](this[_0x1f9bf8(0x159)],_0x1f9bf8(0x168),(_0x1857cd,_0x373ae5,_0x46ff73)=>{const _0x3a79ba=_0x1f9bf8;_0x3e1f60[_0x3a79ba(0x159)][_0x3a79ba(0x168)](_0x46ff73);}),_0x57905b;}[_0x1bdc97(0x11e)](_0x23acf5,_0xe13ca5){const _0x5f449b=_0x1bdc97,_0x2be564=_0x23acf5&&_0x23acf5[_0x5f449b(0x14f)];_0x2be564&&(this[_0x5f449b(0x128)](_0x2be564,_0x5f449b(0x17d),()=>this[_0x5f449b(0x13a)]=_0xe13ca5),this[_0x5f449b(0x128)](_0x2be564,_0x5f449b(0x16d),()=>this[_0x5f449b(0x13a)]=_0xe13ca5),this[_0x5f449b(0x128)](_0x2be564,_0x5f449b(0x160),()=>this[_0x5f449b(0x13a)]=null),this[_0x5f449b(0x128)](_0x2be564,_0x5f449b(0x12a),()=>this[_0x5f449b(0x13a)]=null));}[_0x1bdc97(0x16c)](){const _0x12d2f2=_0x1bdc97,_0x598162=super[_0x12d2f2(0x16c)]();return _0x598162[_0x12d2f2(0x14d)](_0x12d2f2(0x14e))['to'](this),_0x598162;}[_0x1bdc97(0x179)](){const _0x4886b9=_0x1bdc97;return _0x4886b9(0x196)===this[_0x4886b9(0x132)][_0x4886b9(0x147)][_0x4886b9(0x15b)][_0x4886b9(0x170)]?_0x1b4760(this[_0x4886b9(0x194)],_0x4886b9(0x130)):_0x1b4760(this[_0x4886b9(0x194)],_0x4886b9(0x12b));}[_0x1bdc97(0x176)](){const _0x10d19c=_0x1bdc97;return this[_0x10d19c(0x132)][_0x10d19c(0x16a)]?_0x10d19c(0x196)===this[_0x10d19c(0x132)][_0x10d19c(0x147)][_0x10d19c(0x15b)][_0x10d19c(0x170)]?_0x1b4760(this[_0x10d19c(0x194)],_0x10d19c(0x133),this[_0x10d19c(0x132)][_0x10d19c(0x127)][_0x10d19c(0x186)]):_0x1b4760(this[_0x10d19c(0x194)],_0x10d19c(0x156),this[_0x10d19c(0x132)][_0x10d19c(0x127)][_0x10d19c(0x186)]):null;}[_0x1bdc97(0x11f)](){const _0xcf2034=_0x1bdc97;super[_0xcf2034(0x11f)](),this[_0xcf2034(0x11e)](this[_0xcf2034(0x17e)],_0xcf2034(0x144)),this[_0xcf2034(0x11e)](this[_0xcf2034(0x178)],_0xcf2034(0x168));}}
23
+ const _0xdd37e8=_0x58c6;(function(_0x144c3f,_0x2e9f34){const _0x199ad5=_0x58c6,_0x4a057c=_0x144c3f();while(!![]){try{const _0x4edcc6=-parseInt(_0x199ad5(0x198))/0x1+-parseInt(_0x199ad5(0x1c6))/0x2*(-parseInt(_0x199ad5(0x1d9))/0x3)+-parseInt(_0x199ad5(0x1f7))/0x4*(-parseInt(_0x199ad5(0x1e4))/0x5)+parseInt(_0x199ad5(0x1a0))/0x6*(-parseInt(_0x199ad5(0x1f0))/0x7)+-parseInt(_0x199ad5(0x1fa))/0x8*(parseInt(_0x199ad5(0x1ed))/0x9)+parseInt(_0x199ad5(0x1c4))/0xa+parseInt(_0x199ad5(0x193))/0xb;if(_0x4edcc6===_0x2e9f34)break;else _0x4a057c['push'](_0x4a057c['shift']());}catch(_0x19b47f){_0x4a057c['push'](_0x4a057c['shift']());}}}(_0x7cd9,0x70037));import{ButtonView as _0x55a568,createDropdown as _0x150593,ListView as _0x672c6b,ListItemView as _0x571331}from'ckeditor5/src/ui.js';function _0x58c6(_0x224a59,_0x2a5cb0){const _0x7cd966=_0x7cd9();return _0x58c6=function(_0x58c6b5,_0x5eb54e){_0x58c6b5=_0x58c6b5-0x18f;let _0x265ac1=_0x7cd966[_0x58c6b5];return _0x265ac1;},_0x58c6(_0x224a59,_0x2a5cb0);}import{icons as _0x39f209}from'ckeditor5/src/core.js';import{UserView as _0xfe0399,ConfirmMixin as _0x50023c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x38de30 from'./basecommentview.js';import _0x5c27e3 from'../../../../theme/icons/remove-comment.svg';function _0x7cd9(){const _0x5ec155=['_config','change:isVisible','ck-annotation','5039056EHiNtb','label','some','locale','div','563068moPAdj','Remove','focus','items','mouseenter','add','ck-comment__main','ck-comment--info','18bOlGqW','pencil','visibleView','EXTERNAL_AVATAR','ck-annotation__content-wrapper','bindTemplate','cancelConfirm','actionIndicator','dropdown','@external','actionBar','ck-comment__info-time','_createEditButton','isVisible','ck-annotation__user','userView','ck-comment','set','Show\x20more\x20items','bind','push','element','ck-comment__actions','ck-annotation__info-time','render','execute','ck-annotation__actions--hidden','_attachActions','isEditable','ck-annotation__info','change:isEnabled','change:isRemovable','length','panelPosition','importWord','listenTo','3402760tdwdTK','ck-annotation__main','2txXhxF','ck-comment--','resolvedAt','Delete\x20comment?','isEnabled','formatDateTime','Edit','placeholder','EXTERNAL_IMPORT_WORD_COMMENT','ck-comment__actions--hidden','isSystemComment','ck-comment__info-name','getTemplate','removeComment','Reply...','ck-annotation__actions','authoredAt','buttonView','threeVerticalDots','1822551pwYcVg','EXTERNAL_COMMENT','ck-comment__external','isConfirm','withText','extendTemplate','children','ck-comment--remove','_model','ck-annotation__info-name','source','10rTJaHt','isExternal','getExternalCommentNote','ck-comment--edit','name','time','mouseleave','ck-comment__wrapper','isRemovable','873CImosf','_createRemoveButton','attributes','1088409eFwOfG','getUserViewNotificationText','fire','then','setTemplate','ck-comment__user','removeButton','1415612hZwtgY','creator','_createCommentInputView','51576zaPmqP','showConfirm','panelView','ck-comment__info','edit','span','isEditMode','createCollection','addMany','EXTERNAL_IMPORT_WORD_AVATAR','blur','editButton','isReadOnly','_createDropdown','remove','switchToEditMode','icon','author','ck-comment--remove-confirmation'];_0x7cd9=function(){return _0x5ec155;};return _0x7cd9();}import{getTranslation as _0x3fd4e1}from'../../../utils/common-translations.js';export default class wt extends _0x50023c(_0x38de30){constructor(_0x59f62d,_0x3e6abc,_0x2388ca){const _0xbc92f8=_0x58c6;super(_0x59f62d,_0x3e6abc,_0x2388ca),this[_0xbc92f8(0x1b1)](_0xbc92f8(0x1a7),null),this[_0xbc92f8(0x1b1)](_0xbc92f8(0x1cd),_0x3fd4e1(_0x59f62d,_0xbc92f8(0x1d4))),this[_0xbc92f8(0x1b3)](_0xbc92f8(0x1d6))['to'](_0x3e6abc),this[_0xbc92f8(0x1b3)](_0xbc92f8(0x1c8))['to'](_0x3e6abc),this[_0xbc92f8(0x1aa)]=this[_0xbc92f8(0x201)](),this[_0xbc92f8(0x1d0)]||(this[_0xbc92f8(0x205)]=this[_0xbc92f8(0x1ac)](),this[_0xbc92f8(0x1f6)]=this[_0xbc92f8(0x1ee)](),this[_0xbc92f8(0x19b)]=this[_0xbc92f8(0x201)](),this[_0xbc92f8(0x19b)][_0xbc92f8(0x202)]([this[_0xbc92f8(0x205)],this[_0xbc92f8(0x1f6)]]),this[_0xbc92f8(0x1a8)]=this[_0xbc92f8(0x207)](),this[_0xbc92f8(0x1aa)][_0xbc92f8(0x19d)](this[_0xbc92f8(0x1a8)])),this[_0xbc92f8(0x1af)]=new _0xfe0399(_0x59f62d,_0x3e6abc[_0xbc92f8(0x20b)],this[_0xbc92f8(0x1f1)]()),this[_0xbc92f8(0x1af)][_0xbc92f8(0x1de)]({'attributes':{'class':[_0xbc92f8(0x1f5),_0xbc92f8(0x1ae)]}}),this[_0xbc92f8(0x1c3)](_0x3e6abc,_0xbc92f8(0x1bf),()=>this[_0xbc92f8(0x1a6)]()),this[_0xbc92f8(0x1f4)](this[_0xbc92f8(0x1d2)]());}[_0xdd37e8(0x1d2)](){const _0x4dbd3d=_0xdd37e8,_0x32e609=this[_0x4dbd3d(0x1a5)],_0x189dc3=[{'tag':_0x4dbd3d(0x197),'attributes':{'class':[_0x4dbd3d(0x1fd),_0x4dbd3d(0x1bd)]},'children':[{'tag':_0x4dbd3d(0x1ff),'children':[{'text':this[_0x4dbd3d(0x1af)][_0x4dbd3d(0x1e8)]}],'attributes':{'class':[_0x4dbd3d(0x1d1),_0x4dbd3d(0x1e2)]}},{'tag':_0x4dbd3d(0x1e9),'attributes':{'datetime':_0x32e609['to'](_0x4dbd3d(0x1d6)),'class':[_0x4dbd3d(0x1ab),_0x4dbd3d(0x1b7)]},'children':[{'text':_0x32e609['to'](_0x4dbd3d(0x1d6),_0x5cb560=>this[_0x4dbd3d(0x190)][_0x4dbd3d(0x1cb)](_0x5cb560))}]}]},{'tag':_0x4dbd3d(0x197),'attributes':{'class':[_0x4dbd3d(0x1b6),_0x4dbd3d(0x1d5),_0x32e609['if'](_0x4dbd3d(0x200),_0x4dbd3d(0x1cf)),_0x32e609['if'](_0x4dbd3d(0x200),_0x4dbd3d(0x1ba))]},'children':this[_0x4dbd3d(0x1aa)]},{'tag':_0x4dbd3d(0x197),'attributes':{'class':[_0x4dbd3d(0x1a4)]},'children':this[_0x4dbd3d(0x1a2)]}];return this[_0x4dbd3d(0x1e1)][_0x4dbd3d(0x1e5)]&&_0x189dc3[_0x4dbd3d(0x1b4)]({'tag':_0x4dbd3d(0x197),'attributes':{'class':[_0x4dbd3d(0x1db)]},'children':[{'text':this[_0x4dbd3d(0x1e6)]()}]}),{'tag':'li','attributes':{'class':[_0x4dbd3d(0x1eb),_0x32e609['if'](_0x4dbd3d(0x1dc),_0x4dbd3d(0x18f))],'tabindex':-0x1},'children':[{'tag':_0x4dbd3d(0x197),'attributes':{'class':[_0x4dbd3d(0x1b0),_0x4dbd3d(0x192),_0x32e609['if'](_0x4dbd3d(0x200),_0x4dbd3d(0x1e7)),_0x32e609['if'](_0x4dbd3d(0x1d0),_0x4dbd3d(0x19f)),_0x32e609['to'](_0x4dbd3d(0x1a7),_0xc3068b=>_0xc3068b?_0x4dbd3d(0x1c7)+_0xc3068b:'')],'data-author-id':this[_0x4dbd3d(0x1e1)][_0x4dbd3d(0x20b)]['id'],'data-comment-id':this[_0x4dbd3d(0x1e1)]['id']},'children':[this[_0x4dbd3d(0x1af)],{'tag':_0x4dbd3d(0x197),'attributes':{'class':[_0x4dbd3d(0x19e),_0x4dbd3d(0x1c5)]},'children':_0x189dc3}]}]};}[_0xdd37e8(0x1ac)](){const _0x30295b=_0xdd37e8,_0x2ca904=new _0x55a568(this[_0x30295b(0x196)]);return _0x2ca904[_0x30295b(0x194)]=_0x3fd4e1(this[_0x30295b(0x196)],_0x30295b(0x1cc)),_0x2ca904[_0x30295b(0x20a)]=_0x39f209[_0x30295b(0x1a1)],_0x2ca904[_0x30295b(0x1dd)]=!0x0,_0x2ca904[_0x30295b(0x1de)]({'attributes':{'class':_0x30295b(0x1e7)}}),_0x2ca904[_0x30295b(0x1b3)](_0x30295b(0x1ca))['to'](this[_0x30295b(0x1e1)],_0x30295b(0x206),_0x15be1a=>!_0x15be1a),_0x2ca904[_0x30295b(0x1b3)](_0x30295b(0x1ad))['to'](this[_0x30295b(0x1e1)],_0x30295b(0x1bc)),_0x2ca904['on'](_0x30295b(0x1b9),()=>this[_0x30295b(0x209)]()),_0x2ca904;}[_0xdd37e8(0x1ee)](){const _0x283955=_0xdd37e8,_0x35663f=new _0x55a568(this[_0x283955(0x196)]);return _0x35663f[_0x283955(0x194)]=_0x3fd4e1(this[_0x283955(0x196)],_0x283955(0x199)),_0x35663f[_0x283955(0x20a)]=_0x5c27e3,_0x35663f[_0x283955(0x1dd)]=!0x0,_0x35663f[_0x283955(0x1de)]({'attributes':{'class':_0x283955(0x1e0)}}),_0x35663f[_0x283955(0x1b3)](_0x283955(0x1ca))['to'](this[_0x283955(0x1e1)],_0x283955(0x206),_0x3dfcc9=>!_0x3dfcc9),_0x35663f[_0x283955(0x1b3)](_0x283955(0x1ad))['to'](this[_0x283955(0x1e1)],_0x283955(0x1ec)),_0x35663f['on'](_0x283955(0x1b9),()=>{const _0x53032f=_0x283955;this[_0x53032f(0x1fb)](_0x3fd4e1(this[_0x53032f(0x196)],_0x53032f(0x1c9)),this[_0x53032f(0x1b5)])[_0x53032f(0x1f3)](()=>{const _0x2e690e=_0x53032f;this[_0x2e690e(0x1f2)](_0x2e690e(0x1d3),this[_0x2e690e(0x1e1)]['id']);});}),_0x35663f;}[_0xdd37e8(0x207)](){const _0x26b539=_0xdd37e8,_0x919582=_0x150593(this[_0x26b539(0x196)]),_0x44fc26=_0x919582[_0x26b539(0x1fc)][_0x26b539(0x1df)],_0x23945f=new _0x672c6b(this[_0x26b539(0x196)]),_0x54cba2=(_0x3d0171,_0x22d1f7=-0x1)=>{const _0x4ac24f=_0x26b539,_0x31fec0=new _0x571331(this[_0x4ac24f(0x196)]);_0x31fec0[_0x4ac24f(0x1df)][_0x4ac24f(0x19d)](_0x3d0171);const _0x2293d2=_0x22d1f7>-0x1?_0x22d1f7:_0x23945f[_0x4ac24f(0x19b)][_0x4ac24f(0x1c0)];_0x23945f[_0x4ac24f(0x19b)][_0x4ac24f(0x19d)](_0x31fec0,_0x2293d2),_0x919582[_0x4ac24f(0x1c3)](_0x3d0171,_0x4ac24f(0x1be),()=>{const _0x4420e5=_0x4ac24f;_0x919582[_0x4420e5(0x1ca)]=[...this[_0x4420e5(0x19b)]][_0x4420e5(0x195)](_0x1b6b92=>_0x1b6b92[_0x4420e5(0x1ca)]);}),_0x919582[_0x4ac24f(0x1c3)](_0x3d0171,_0x4ac24f(0x191),()=>{const _0x21fc92=_0x4ac24f;_0x919582[_0x21fc92(0x1d7)][_0x21fc92(0x1ad)]=[...this[_0x21fc92(0x19b)]][_0x21fc92(0x195)](_0x325bd4=>_0x325bd4[_0x21fc92(0x1ad)]);});};_0x919582[_0x26b539(0x1c1)]='sw',_0x919582[_0x26b539(0x1d7)][_0x26b539(0x1b1)]({'label':_0x3fd4e1(this[_0x26b539(0x196)],_0x26b539(0x1b2)),'icon':_0x39f209[_0x26b539(0x1d8)]}),_0x919582[_0x26b539(0x1ca)]=[...this[_0x26b539(0x19b)]][_0x26b539(0x195)](_0x56531b=>_0x56531b[_0x26b539(0x1ca)]),_0x919582[_0x26b539(0x1d7)][_0x26b539(0x1ad)]=[...this[_0x26b539(0x19b)]][_0x26b539(0x195)](_0x18df59=>_0x18df59[_0x26b539(0x1ad)]);for(const _0x131025 of this[_0x26b539(0x19b)])_0x54cba2(_0x131025);return _0x44fc26[_0x26b539(0x19d)](_0x23945f),_0x919582[_0x26b539(0x1c3)](this[_0x26b539(0x19b)],_0x26b539(0x19d),(_0x511000,_0x5a8455,_0x2496a8)=>{_0x54cba2(_0x5a8455,_0x2496a8);}),_0x919582[_0x26b539(0x1c3)](this[_0x26b539(0x19b)],_0x26b539(0x208),(_0x108563,_0x152fa6,_0x452420)=>{const _0x4977fd=_0x26b539;_0x23945f[_0x4977fd(0x19b)][_0x4977fd(0x208)](_0x452420);}),_0x919582;}[_0xdd37e8(0x1bb)](_0xd95b13,_0x5dbd93){const _0x9d99b4=_0xdd37e8,_0x339391=_0xd95b13&&_0xd95b13[_0x9d99b4(0x1b5)];_0x339391&&(this[_0x9d99b4(0x1c3)](_0x339391,_0x9d99b4(0x19c),()=>this[_0x9d99b4(0x1a7)]=_0x5dbd93),this[_0x9d99b4(0x1c3)](_0x339391,_0x9d99b4(0x19a),()=>this[_0x9d99b4(0x1a7)]=_0x5dbd93),this[_0x9d99b4(0x1c3)](_0x339391,_0x9d99b4(0x1ea),()=>this[_0x9d99b4(0x1a7)]=null),this[_0x9d99b4(0x1c3)](_0x339391,_0x9d99b4(0x204),()=>this[_0x9d99b4(0x1a7)]=null));}[_0xdd37e8(0x1f9)](){const _0x235c5c=_0xdd37e8,_0x3c1025=super[_0x235c5c(0x1f9)]();return _0x3c1025[_0x235c5c(0x1b3)](_0x235c5c(0x1cd))['to'](this),_0x3c1025;}[_0xdd37e8(0x1e6)](){const _0x1e1109=_0xdd37e8;return _0x1e1109(0x1c2)===this[_0x1e1109(0x1e1)][_0x1e1109(0x1ef)][_0x1e1109(0x1a9)][_0x1e1109(0x1e3)]?_0x3fd4e1(this[_0x1e1109(0x196)],_0x1e1109(0x1ce)):_0x3fd4e1(this[_0x1e1109(0x196)],_0x1e1109(0x1da));}[_0xdd37e8(0x1f1)](){const _0x4fca59=_0xdd37e8;return this[_0x4fca59(0x1e1)][_0x4fca59(0x1e5)]?_0x4fca59(0x1c2)===this[_0x4fca59(0x1e1)][_0x4fca59(0x1ef)][_0x4fca59(0x1a9)][_0x4fca59(0x1e3)]?_0x3fd4e1(this[_0x4fca59(0x196)],_0x4fca59(0x203),this[_0x4fca59(0x1e1)][_0x4fca59(0x1f8)][_0x4fca59(0x1e8)]):_0x3fd4e1(this[_0x4fca59(0x196)],_0x4fca59(0x1a3),this[_0x4fca59(0x1e1)][_0x4fca59(0x1f8)][_0x4fca59(0x1e8)]):null;}[_0xdd37e8(0x1b8)](){const _0x24bebb=_0xdd37e8;super[_0x24bebb(0x1b8)](),this[_0x24bebb(0x1bb)](this[_0x24bebb(0x205)],_0x24bebb(0x1fe)),this[_0x24bebb(0x1bb)](this[_0x24bebb(0x1f6)],_0x24bebb(0x208));}}
package/src/comments.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5884cb=_0x3851;(function(_0x2cbc78,_0x39ee0a){var _0x2e409e=_0x3851,_0x2967ee=_0x2cbc78();while(!![]){try{var _0x2d2b90=parseInt(_0x2e409e(0x77))/0x1+-parseInt(_0x2e409e(0x78))/0x2+parseInt(_0x2e409e(0x7d))/0x3*(parseInt(_0x2e409e(0x76))/0x4)+parseInt(_0x2e409e(0x7c))/0x5+-parseInt(_0x2e409e(0x81))/0x6*(-parseInt(_0x2e409e(0x7b))/0x7)+-parseInt(_0x2e409e(0x82))/0x8*(-parseInt(_0x2e409e(0x7e))/0x9)+-parseInt(_0x2e409e(0x75))/0xa*(parseInt(_0x2e409e(0x7a))/0xb);if(_0x2d2b90===_0x39ee0a)break;else _0x2967ee['push'](_0x2967ee['shift']());}catch(_0x4de28a){_0x2967ee['push'](_0x2967ee['shift']());}}}(_0x5d7e,0x4158d));import{Plugin as _0x33ac50}from'ckeditor5/src/core.js';import _0x3f14b9 from'./comments/commentsrepository.js';import _0x304285 from'./comments/commentsediting.js';import _0x50abc3 from'./comments/commentsui.js';import _0x20abf0 from'./commentsonly.js';import _0x5d766f from'./annotations/widesidebar.js';function _0x5d7e(){var _0x40ffb9=['387247lmLOSF','981870kBbwVX','requires','5035063wIoQdP','14KtmaOK','1422760REuhoz','155727XjuyPD','9mroHtf','Comments','pluginName','49542iTojmZ','3393584JAQHdb','10tSDpuF','8JBDdGg'];_0x5d7e=function(){return _0x40ffb9;};return _0x5d7e();}import _0x4ab465 from'./annotations/narrowsidebar.js';import _0x13bf03 from'./annotations/inlineannotations.js';function _0x3851(_0xba8ba1,_0x5f17f7){var _0x5d7ec7=_0x5d7e();return _0x3851=function(_0x3851f9,_0x5af44c){_0x3851f9=_0x3851f9-0x75;var _0x2db84b=_0x5d7ec7[_0x3851f9];return _0x2db84b;},_0x3851(_0xba8ba1,_0x5f17f7);}import _0xb5e9a8 from'./comments/commentsarchiveui.js';import _0x14c67a from'./comments/commentsarchive.js';export default class f extends _0x33ac50{static get[_0x5884cb(0x79)](){return[_0x3f14b9,_0x304285,_0x50abc3,_0x14c67a,_0xb5e9a8,_0x20abf0,_0x5d766f,_0x4ab465,_0x13bf03];}static get[_0x5884cb(0x80)](){var _0x3ccd16=_0x5884cb;return _0x3ccd16(0x7f);}}
23
+ var _0x148477=_0x3425;(function(_0x183b1d,_0x28ec49){var _0x3fec0a=_0x3425,_0x4a1531=_0x183b1d();while(!![]){try{var _0x3c027a=parseInt(_0x3fec0a(0x83))/0x1*(parseInt(_0x3fec0a(0x7f))/0x2)+-parseInt(_0x3fec0a(0x89))/0x3+-parseInt(_0x3fec0a(0x81))/0x4*(-parseInt(_0x3fec0a(0x84))/0x5)+-parseInt(_0x3fec0a(0x85))/0x6*(-parseInt(_0x3fec0a(0x80))/0x7)+parseInt(_0x3fec0a(0x86))/0x8+-parseInt(_0x3fec0a(0x87))/0x9+parseInt(_0x3fec0a(0x7e))/0xa;if(_0x3c027a===_0x28ec49)break;else _0x4a1531['push'](_0x4a1531['shift']());}catch(_0x150264){_0x4a1531['push'](_0x4a1531['shift']());}}}(_0x4e8e,0x562c2));function _0x3425(_0x4acd1b,_0x46f67b){var _0x4e8e3a=_0x4e8e();return _0x3425=function(_0x342571,_0x37543e){_0x342571=_0x342571-0x7d;var _0x23e927=_0x4e8e3a[_0x342571];return _0x23e927;},_0x3425(_0x4acd1b,_0x46f67b);}import{Plugin as _0x1fa53e}from'ckeditor5/src/core.js';import _0x49db29 from'./comments/commentsrepository.js';import _0x34f609 from'./comments/commentsediting.js';import _0x15158c from'./comments/commentsui.js';import _0xc09031 from'./commentsonly.js';import _0x3526e7 from'./annotations/widesidebar.js';import _0x5a4fef from'./annotations/narrowsidebar.js';import _0x457acb from'./annotations/inlineannotations.js';import _0x547d1d from'./comments/commentsarchiveui.js';import _0x17a1f6 from'./comments/commentsarchive.js';export default class f extends _0x1fa53e{static get[_0x148477(0x88)](){return[_0x49db29,_0x34f609,_0x15158c,_0x17a1f6,_0x547d1d,_0xc09031,_0x3526e7,_0x5a4fef,_0x457acb];}static get[_0x148477(0x82)](){var _0x28d9db=_0x148477;return _0x28d9db(0x7d);}}function _0x4e8e(){var _0x484ce0=['55wMlsbQ','12mBbUby','987152qcfeSX','5580855BHFmvO','requires','1678119jOWuoH','Comments','3624490bqPYJo','4vgGVpx','2443413tJyrsn','121668usmita','pluginName','6941EIOFKB'];_0x4e8e=function(){return _0x484ce0;};return _0x4e8e();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x573a(_0x225bd4,_0x558500){const _0x324f7c=_0x324f();return _0x573a=function(_0x573a07,_0x36c91b){_0x573a07=_0x573a07-0xc0;let _0x56bca7=_0x324f7c[_0x573a07];return _0x56bca7;},_0x573a(_0x225bd4,_0x558500);}const _0x2a3f9c=_0x573a;(function(_0x4ea8c6,_0x580bd7){const _0x3a3af2=_0x573a,_0x1910e3=_0x4ea8c6();while(!![]){try{const _0x455bae=parseInt(_0x3a3af2(0xc0))/0x1+parseInt(_0x3a3af2(0xcb))/0x2*(-parseInt(_0x3a3af2(0xe2))/0x3)+parseInt(_0x3a3af2(0xeb))/0x4*(-parseInt(_0x3a3af2(0xcd))/0x5)+-parseInt(_0x3a3af2(0xc3))/0x6*(-parseInt(_0x3a3af2(0xc8))/0x7)+parseInt(_0x3a3af2(0xe1))/0x8+-parseInt(_0x3a3af2(0xc7))/0x9*(parseInt(_0x3a3af2(0xce))/0xa)+parseInt(_0x3a3af2(0xd2))/0xb*(parseInt(_0x3a3af2(0xd6))/0xc);if(_0x455bae===_0x580bd7)break;else _0x1910e3['push'](_0x1910e3['shift']());}catch(_0x57673d){_0x1910e3['push'](_0x1910e3['shift']());}}}(_0x324f,0x3ad9a));function _0x324f(){const _0x328a86=['DragDrop','5dpPZfY','2265220bFVcjh','editor','requires','commands','2783sWzpuC','stopListening','plugins','commentsOnly','23244kUJbXa','highest','get','listenTo','cut','delete','set','addCommentThread','document','stop','pluginName','513808xXGjEe','2319jgpXvt','forceDisabled','_disableCommentsOnlyMode','afterInit','editing','commentsOnlyMode','clearForceDisabled','config','CommentsOnly','1623576fRsBLg','324237QVkYhD','clipboardInput','_enableCommentsOnlyMode','48UBELYg','change:isEnabled','has','affectsData','9QRdiCj','61859lLouQb','view','isEnabled','196YIprDw'];_0x324f=function(){return _0x328a86;};return _0x324f();}import{Plugin as _0x450313}from'ckeditor5/src/core.js';import _0x24c47b from'./comments/commentsediting.js';export default class e extends _0x450313{static get[_0x2a3f9c(0xe0)](){const _0x47c305=_0x2a3f9c;return _0x47c305(0xea);}static get[_0x2a3f9c(0xd0)](){return[_0x24c47b];}constructor(_0x4be201){const _0x41ef4d=_0x2a3f9c;super(_0x4be201),this[_0x41ef4d(0xdc)](_0x41ef4d(0xca),!0x1),this['on'](_0x41ef4d(0xc4),(_0x33859c,_0xcf7985,_0x5737d1)=>{const _0x3e07eb=_0x41ef4d;_0x5737d1?this[_0x3e07eb(0xc2)]():this[_0x3e07eb(0xe4)]();});}[_0x2a3f9c(0xe5)](){const _0x1f1227=_0x2a3f9c;!this[_0x1f1227(0xca)]&&this[_0x1f1227(0xcf)][_0x1f1227(0xe9)][_0x1f1227(0xd8)](_0x1f1227(0xd5))&&(this[_0x1f1227(0xca)]=!0x0);}[_0x2a3f9c(0xc2)](){const _0xc27cf3=_0x2a3f9c;for(const [_0x2c0c37,_0x5637db]of this[_0xc27cf3(0xcf)][_0xc27cf3(0xd1)])_0x5637db[_0xc27cf3(0xc6)]&&_0xc27cf3(0xdd)!==_0x2c0c37&&_0x5637db[_0xc27cf3(0xe3)](_0xc27cf3(0xe7));this[_0xc27cf3(0xcf)][_0xc27cf3(0xd4)][_0xc27cf3(0xc5)](_0xc27cf3(0xcc))&&this[_0xc27cf3(0xcf)][_0xc27cf3(0xd4)][_0xc27cf3(0xd8)](_0xc27cf3(0xcc))[_0xc27cf3(0xe3)](_0xc27cf3(0xe7));const _0x4433e7=this[_0xc27cf3(0xcf)][_0xc27cf3(0xe6)][_0xc27cf3(0xc9)][_0xc27cf3(0xde)];this[_0xc27cf3(0xd9)](_0x4433e7,_0xc27cf3(0xda),_0x59a4b7=>_0x59a4b7[_0xc27cf3(0xdf)](),{'priority':_0xc27cf3(0xd7)}),this[_0xc27cf3(0xd9)](_0x4433e7,_0xc27cf3(0xc1),_0x1b384f=>_0x1b384f[_0xc27cf3(0xdf)](),{'priority':_0xc27cf3(0xd7)}),this[_0xc27cf3(0xd9)](_0x4433e7,_0xc27cf3(0xdb),_0x3084e4=>_0x3084e4[_0xc27cf3(0xdf)](),{'priority':_0xc27cf3(0xd7)});}[_0x2a3f9c(0xe4)](){const _0x577cb8=_0x2a3f9c;for(const [_0x3ae40f,_0x2769ca]of this[_0x577cb8(0xcf)][_0x577cb8(0xd1)])_0x2769ca[_0x577cb8(0xc6)]&&_0x577cb8(0xdd)!==_0x3ae40f&&_0x2769ca[_0x577cb8(0xe8)](_0x577cb8(0xe7));this[_0x577cb8(0xd3)](this[_0x577cb8(0xcf)][_0x577cb8(0xe6)][_0x577cb8(0xc9)][_0x577cb8(0xde)]);}}
23
+ const _0x106d6c=_0x86e7;function _0x3287(){const _0x36cba6=['plugins','clearForceDisabled','addCommentThread','DragDrop','commentsOnlyMode','listenTo','1350216SuZzoe','editor','stopListening','stop','editing','isEnabled','get','affectsData','clipboardInput','1ELGbKo','commentsOnly','2077544bwPysR','document','147265PnUjoh','commands','change:isEnabled','3113904sHrmfX','forceDisabled','_enableCommentsOnlyMode','5100172buwTLn','view','615018NteiXz','20RamgjY','set','2054529tXzkkK','afterInit','delete','_disableCommentsOnlyMode','requires','cut','312xgskPc','has','config','CommentsOnly','highest','pluginName'];_0x3287=function(){return _0x36cba6;};return _0x3287();}(function(_0x79fdeb,_0x50b4de){const _0x3e522d=_0x86e7,_0x706d0d=_0x79fdeb();while(!![]){try{const _0x567d85=-parseInt(_0x3e522d(0x106))/0x1*(parseInt(_0x3e522d(0x112))/0x2)+parseInt(_0x3e522d(0x10d))/0x3+parseInt(_0x3e522d(0x110))/0x4+parseInt(_0x3e522d(0x10a))/0x5*(-parseInt(_0x3e522d(0xf1))/0x6)+parseInt(_0x3e522d(0xfd))/0x7+-parseInt(_0x3e522d(0x108))/0x8+-parseInt(_0x3e522d(0x115))/0x9*(-parseInt(_0x3e522d(0x113))/0xa);if(_0x567d85===_0x50b4de)break;else _0x706d0d['push'](_0x706d0d['shift']());}catch(_0x2bde38){_0x706d0d['push'](_0x706d0d['shift']());}}}(_0x3287,0xd2dd7));import{Plugin as _0x454d17}from'ckeditor5/src/core.js';function _0x86e7(_0x589d11,_0x3f027f){const _0x328763=_0x3287();return _0x86e7=function(_0x86e782,_0x401878){_0x86e782=_0x86e782-0xee;let _0x2b7e19=_0x328763[_0x86e782];return _0x2b7e19;},_0x86e7(_0x589d11,_0x3f027f);}import _0x8746c9 from'./comments/commentsediting.js';export default class e extends _0x454d17{static get[_0x106d6c(0xf6)](){const _0x2c9d02=_0x106d6c;return _0x2c9d02(0xf4);}static get[_0x106d6c(0xef)](){return[_0x8746c9];}constructor(_0x58ba23){const _0x2cc3df=_0x106d6c;super(_0x58ba23),this[_0x2cc3df(0x114)](_0x2cc3df(0x102),!0x1),this['on'](_0x2cc3df(0x10c),(_0x41f6ba,_0x36a5b5,_0x321d1b)=>{const _0x57d681=_0x2cc3df;_0x321d1b?this[_0x57d681(0x10f)]():this[_0x57d681(0xee)]();});}[_0x106d6c(0x116)](){const _0x2fa6a4=_0x106d6c;!this[_0x2fa6a4(0x102)]&&this[_0x2fa6a4(0xfe)][_0x2fa6a4(0xf3)][_0x2fa6a4(0x103)](_0x2fa6a4(0x107))&&(this[_0x2fa6a4(0x102)]=!0x0);}[_0x106d6c(0x10f)](){const _0x225eab=_0x106d6c;for(const [_0x510854,_0x5ca4cb]of this[_0x225eab(0xfe)][_0x225eab(0x10b)])_0x5ca4cb[_0x225eab(0x104)]&&_0x225eab(0xf9)!==_0x510854&&_0x5ca4cb[_0x225eab(0x10e)](_0x225eab(0xfb));this[_0x225eab(0xfe)][_0x225eab(0xf7)][_0x225eab(0xf2)](_0x225eab(0xfa))&&this[_0x225eab(0xfe)][_0x225eab(0xf7)][_0x225eab(0x103)](_0x225eab(0xfa))[_0x225eab(0x10e)](_0x225eab(0xfb));const _0x4424de=this[_0x225eab(0xfe)][_0x225eab(0x101)][_0x225eab(0x111)][_0x225eab(0x109)];this[_0x225eab(0xfc)](_0x4424de,_0x225eab(0xf0),_0x50fb80=>_0x50fb80[_0x225eab(0x100)](),{'priority':_0x225eab(0xf5)}),this[_0x225eab(0xfc)](_0x4424de,_0x225eab(0x105),_0xb012f3=>_0xb012f3[_0x225eab(0x100)](),{'priority':_0x225eab(0xf5)}),this[_0x225eab(0xfc)](_0x4424de,_0x225eab(0x117),_0x31cc3b=>_0x31cc3b[_0x225eab(0x100)](),{'priority':_0x225eab(0xf5)});}[_0x106d6c(0xee)](){const _0x121649=_0x106d6c;for(const [_0x35ccd9,_0x4b4b1d]of this[_0x121649(0xfe)][_0x121649(0x10b)])_0x4b4b1d[_0x121649(0x104)]&&_0x121649(0xf9)!==_0x35ccd9&&_0x4b4b1d[_0x121649(0xf8)](_0x121649(0xfb));this[_0x121649(0xff)](this[_0x121649(0xfe)][_0x121649(0x101)][_0x121649(0x111)][_0x121649(0x109)]);}}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x10ccff,_0x21f7b8){var _0x469bb6=_0x5273,_0x341f19=_0x10ccff();while(!![]){try{var _0x40fe0f=parseInt(_0x469bb6(0xf7))/0x1+parseInt(_0x469bb6(0xf9))/0x2+parseInt(_0x469bb6(0xf4))/0x3*(parseInt(_0x469bb6(0xf8))/0x4)+parseInt(_0x469bb6(0xf3))/0x5+-parseInt(_0x469bb6(0xf2))/0x6+parseInt(_0x469bb6(0xf6))/0x7+-parseInt(_0x469bb6(0xf5))/0x8*(parseInt(_0x469bb6(0xfa))/0x9);if(_0x40fe0f===_0x21f7b8)break;else _0x341f19['push'](_0x341f19['shift']());}catch(_0x579e27){_0x341f19['push'](_0x341f19['shift']());}}}(_0x2bda,0xde447));function _0x2bda(){var _0x5cd942=['9YsGUCb','74680kHtVHj','11916240uyRuJh','1346224UEoslo','905736YnBlsq','3623838BgLfYe','3897kQmPsm','8979060UNbaZY','4546035jkfMyC'];_0x2bda=function(){return _0x5cd942;};return _0x2bda();}export{default as Comments}from'./comments.js';export{default as CommentsOnly}from'./commentsonly.js';export{default as CommentsUI}from'./comments/commentsui.js';export{default as CommentsRepository,CommentThread,Comment}from'./comments/commentsrepository.js';export{default as CommentThreadController}from'./comments/ui/commentthreadcontroller.js';export{default as Annotations}from'./annotations/annotations.js';export{default as AnnotationsUIs}from'./annotations/annotationsuis.js';export{default as EditorAnnotations}from'./annotations/editorannotations.js';export{default as InlineAnnotations}from'./annotations/inlineannotations.js';export{default as WideSidebar}from'./annotations/widesidebar.js';export{default as NarrowSidebar}from'./annotations/narrowsidebar.js';export{default as AnnotationView}from'./annotations/view/annotationview.js';export{default as BaseCommentView}from'./comments/ui/view/basecommentview.js';export{default as BaseCommentThreadView}from'./comments/ui/view/basecommentthreadview.js';export{default as CommentsListView}from'./comments/ui/view/commentslistview.js';export{default as CommentView}from'./comments/ui/view/commentview.js';function _0x5273(_0x2af39f,_0x28c99f){var _0x2bda91=_0x2bda();return _0x5273=function(_0x527369,_0x5c5bad){_0x527369=_0x527369-0xf2;var _0x1731c5=_0x2bda91[_0x527369];return _0x1731c5;},_0x5273(_0x2af39f,_0x28c99f);}export{default as CommentThreadInputView}from'./comments/ui/view/commentthreadinputview.js';import'./augmentation.js';
23
+ (function(_0x1481e2,_0x53c450){var _0x3393c8=_0x5552,_0x52ffa2=_0x1481e2();while(!![]){try{var _0x22b378=parseInt(_0x3393c8(0x74))/0x1+parseInt(_0x3393c8(0x70))/0x2+parseInt(_0x3393c8(0x73))/0x3+-parseInt(_0x3393c8(0x6f))/0x4+-parseInt(_0x3393c8(0x75))/0x5*(parseInt(_0x3393c8(0x72))/0x6)+-parseInt(_0x3393c8(0x6e))/0x7+parseInt(_0x3393c8(0x71))/0x8;if(_0x22b378===_0x53c450)break;else _0x52ffa2['push'](_0x52ffa2['shift']());}catch(_0x49f051){_0x52ffa2['push'](_0x52ffa2['shift']());}}}(_0xc7b1,0xb533b));export{default as Comments}from'./comments.js';function _0xc7b1(){var _0xa8677c=['115GfenMF','3848376KnMUPU','2729512RFsjum','1650192bETgKP','101848LcCrdp','89916VovJIO','4197567dpmPHW','82011oyjrvP'];_0xc7b1=function(){return _0xa8677c;};return _0xc7b1();}export{default as CommentsOnly}from'./commentsonly.js';function _0x5552(_0x504d24,_0x1662f5){var _0xc7b12=_0xc7b1();return _0x5552=function(_0x5552ad,_0x18be62){_0x5552ad=_0x5552ad-0x6e;var _0x10a78c=_0xc7b12[_0x5552ad];return _0x10a78c;},_0x5552(_0x504d24,_0x1662f5);}export{default as CommentsUI}from'./comments/commentsui.js';export{default as CommentsRepository,CommentThread,Comment}from'./comments/commentsrepository.js';export{default as CommentThreadController}from'./comments/ui/commentthreadcontroller.js';export{default as Annotations}from'./annotations/annotations.js';export{default as AnnotationsUIs}from'./annotations/annotationsuis.js';export{default as EditorAnnotations}from'./annotations/editorannotations.js';export{default as InlineAnnotations}from'./annotations/inlineannotations.js';export{default as WideSidebar}from'./annotations/widesidebar.js';export{default as NarrowSidebar}from'./annotations/narrowsidebar.js';export{default as AnnotationView}from'./annotations/view/annotationview.js';export{default as BaseCommentView}from'./comments/ui/view/basecommentview.js';export{default as BaseCommentThreadView}from'./comments/ui/view/basecommentthreadview.js';export{default as CommentsListView}from'./comments/ui/view/commentslistview.js';export{default as CommentView}from'./comments/ui/view/commentview.js';export{default as CommentThreadInputView}from'./comments/ui/view/commentthreadinputview.js';import'./augmentation.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x853775,_0x3e1ba0,_0x15787f){const t=_0x853775['t'];switch(_0x3e1ba0){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20comment.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20comment.','id':'ENTER_COMMENT_ANNOUNCEMENT'});case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x15787f);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x15787f);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x15787f);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x15787f);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});default:return'';}}
23
+ export function getTranslation(_0x178c37,_0x258236,_0x5c29ca){const t=_0x178c37['t'];switch(_0x258236){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20comment.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20comment.','id':'ENTER_COMMENT_ANNOUNCEMENT'});case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x5c29ca);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x5c29ca);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x5c29ca);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x5c29ca);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});default:return'';}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x8864a3,_0x11c5f1){const _0x2bf70a=_0x18d5,_0x30c4f6=_0x8864a3();while(!![]){try{const _0x19088a=parseInt(_0x2bf70a(0x195))/0x1*(parseInt(_0x2bf70a(0x191))/0x2)+parseInt(_0x2bf70a(0x18d))/0x3+parseInt(_0x2bf70a(0x18e))/0x4+-parseInt(_0x2bf70a(0x190))/0x5+-parseInt(_0x2bf70a(0x192))/0x6+-parseInt(_0x2bf70a(0x19d))/0x7*(-parseInt(_0x2bf70a(0x194))/0x8)+parseInt(_0x2bf70a(0x19e))/0x9*(parseInt(_0x2bf70a(0x198))/0xa);if(_0x19088a===_0x11c5f1)break;else _0x30c4f6['push'](_0x30c4f6['shift']());}catch(_0x51cf2a){_0x30c4f6['push'](_0x30c4f6['shift']());}}}(_0x1a36,0x9e79f));import{throttle as _0x5cfde0}from'lodash-es';function _0x18d5(_0x2e18b9,_0x4d2ce8){const _0x1a36b1=_0x1a36();return _0x18d5=function(_0x18d5dd,_0x11f779){_0x18d5dd=_0x18d5dd-0x18c;let _0x4f6707=_0x1a36b1[_0x18d5dd];return _0x4f6707;},_0x18d5(_0x2e18b9,_0x4d2ce8);}export default function Dt(_0x74feea){const _0x32059f=_0x5cfde0(_0x74feea,0x1e),_0x21a587=new MutationObserver(_0x26dc81=>{const _0x57789c=_0x18d5;for(const _0x3dc884 of _0x26dc81)(_0x57789c(0x19b)==_0x3dc884[_0x57789c(0x193)]&&_0x57789c(0x199)==_0x3dc884[_0x57789c(0x196)]||_0x57789c(0x19a)==_0x3dc884[_0x57789c(0x193)]||_0x57789c(0x18f)==_0x3dc884[_0x57789c(0x193)])&&_0x32059f();});return{'attach'(_0x38c53b){const _0x13fa38=_0x18d5;_0x21a587[_0x13fa38(0x18c)](_0x38c53b,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){const _0x2a738c=_0x18d5;_0x21a587[_0x2a738c(0x197)](),_0x32059f[_0x2a738c(0x19c)]();}};}function _0x1a36(){const _0x16c0eb=['8GSmmgg','38894eeSkRQ','attributeName','disconnect','10Rketmc','class','childList','attributes','cancel','5586427gbHyBZ','358191dDHeme','observe','277197OkEuQQ','498232EqHCWY','characterData','1180695zGDwCU','2QiLBQb','1250718DcwiEs','type'];_0x1a36=function(){return _0x16c0eb;};return _0x1a36();}
23
+ function _0x59ae(){const _0x6fb64f=['1304844UJCUFE','1569thJPbK','type','62mlpTbm','attributes','cancel','observe','1453564OAOcrB','childList','disconnect','420259OkUbwy','876123qTmHge','8layJWa','2186195JcUkQZ','class','1097910xUWauF','attributeName','characterData'];_0x59ae=function(){return _0x6fb64f;};return _0x59ae();}(function(_0x388084,_0x4824eb){const _0x1379ab=_0x589b,_0x4b3439=_0x388084();while(!![]){try{const _0x7c4c62=parseInt(_0x1379ab(0x78))/0x1+-parseInt(_0x1379ab(0x83))/0x2*(parseInt(_0x1379ab(0x81))/0x3)+parseInt(_0x1379ab(0x80))/0x4+-parseInt(_0x1379ab(0x7b))/0x5+-parseInt(_0x1379ab(0x7d))/0x6+parseInt(_0x1379ab(0x75))/0x7+-parseInt(_0x1379ab(0x7a))/0x8*(parseInt(_0x1379ab(0x79))/0x9);if(_0x7c4c62===_0x4824eb)break;else _0x4b3439['push'](_0x4b3439['shift']());}catch(_0x34c263){_0x4b3439['push'](_0x4b3439['shift']());}}}(_0x59ae,0x35cb2));import{throttle as _0xce09c}from'lodash-es';function _0x589b(_0x458665,_0x4ee85d){const _0x59aeba=_0x59ae();return _0x589b=function(_0x589b46,_0x391609){_0x589b46=_0x589b46-0x72;let _0x54cddb=_0x59aeba[_0x589b46];return _0x54cddb;},_0x589b(_0x458665,_0x4ee85d);}export default function Dt(_0x4d5652){const _0x56ceee=_0xce09c(_0x4d5652,0x1e),_0x32f1ae=new MutationObserver(_0x3c2acc=>{const _0x4514b5=_0x589b;for(const _0x3adf10 of _0x3c2acc)(_0x4514b5(0x72)==_0x3adf10[_0x4514b5(0x82)]&&_0x4514b5(0x7c)==_0x3adf10[_0x4514b5(0x7e)]||_0x4514b5(0x76)==_0x3adf10[_0x4514b5(0x82)]||_0x4514b5(0x7f)==_0x3adf10[_0x4514b5(0x82)])&&_0x56ceee();});return{'attach'(_0x5593ec){const _0x5f01a4=_0x589b;_0x32f1ae[_0x5f01a4(0x74)](_0x5593ec,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){const _0x4e263d=_0x589b;_0x32f1ae[_0x4e263d(0x77)](),_0x56ceee[_0x4e263d(0x73)]();}};}