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

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
- const _0x21dba9=_0x9891;function _0x9891(_0x36d0fc,_0x1aa21b){const _0x4ebdf1=_0x4ebd();return _0x9891=function(_0x9891b2,_0x477fa9){_0x9891b2=_0x9891b2-0x114;let _0x114827=_0x4ebdf1[_0x9891b2];return _0x114827;},_0x9891(_0x36d0fc,_0x1aa21b);}(function(_0x2a4349,_0x53834e){const _0x684728=_0x9891,_0x22b3d3=_0x2a4349();while(!![]){try{const _0x4763da=parseInt(_0x684728(0x152))/0x1*(parseInt(_0x684728(0x132))/0x2)+-parseInt(_0x684728(0x131))/0x3+-parseInt(_0x684728(0x129))/0x4+-parseInt(_0x684728(0x135))/0x5*(-parseInt(_0x684728(0x12b))/0x6)+-parseInt(_0x684728(0x14e))/0x7*(parseInt(_0x684728(0x138))/0x8)+-parseInt(_0x684728(0x11c))/0x9*(parseInt(_0x684728(0x137))/0xa)+parseInt(_0x684728(0x146))/0xb*(parseInt(_0x684728(0x114))/0xc);if(_0x4763da===_0x53834e)break;else _0x22b3d3['push'](_0x22b3d3['shift']());}catch(_0x3b7c5b){_0x22b3d3['push'](_0x22b3d3['shift']());}}}(_0x4ebd,0x21e2d));import{View as _0x4a8d86,ButtonView as _0x34d9ef}from'ckeditor5/src/ui.js';import{getTranslation as _0x5f1368}from'../../../utils/common-translations.js';function _0x4ebd(){const _0x2ec488=['contextValue','6CywuWo','.ck-context','ck-context--quotes','ck-thread__header','isEnabled','ck-context__value','254793pThmxJ','2CVIjea','ck-context-wrapper','lastIndexOf','959555IHxbZa','.ck-context__value','40EIGHIy','1960024fnBaNb','context','_attachContextActions','_model','bindTemplate','classList','element','hasContext','locale','...','fire','isResolvable','isReadOnly','execute','4497614PgWVeC','span','mouseleave','_trimContextValue','bind','reopenButtonView','querySelector','listenTo','7TEjRSq','Comment\x20was\x20made\x20on\x20an\x20element','icon','ck-context','104162QMEEfC','tooltip','12EpMzjc','overlay','reopenCommentThread','_createReopenButton','render','ck-annotation__actions','substring','value','411552iWjeoY','label','setTemplate','isVisible','scrollWidth','isResolved','length','offsetWidth','Reopen','mouseenter','div','add','remove','213216VGScsQ'];_0x4ebd=function(){return _0x2ec488;};return _0x4ebd();}import _0x36dea4 from'../../../../theme/icons/undo.svg';export const MAX_CONTENT_LENGTH=0x96;export default class Yt extends _0x4a8d86{constructor(_0x2ce484,_0x2ed6bd){const _0x1eebe2=_0x9891;super(_0x2ce484);const _0x1c1dda=this[_0x1eebe2(0x13c)];this[_0x1eebe2(0x13b)]=_0x2ed6bd,this[_0x1eebe2(0x14b)]=this[_0x1eebe2(0x117)](),this[_0x1eebe2(0x14a)](_0x1eebe2(0x13f))['to'](this[_0x1eebe2(0x13b)],_0x1eebe2(0x139),_0x47e68c=>!!_0x47e68c),this[_0x1eebe2(0x14a)](_0x1eebe2(0x12a))['to'](this[_0x1eebe2(0x13b)],_0x1eebe2(0x139),_0x4b1dc2=>_0x4b1dc2&&_0x4b1dc2[_0x1eebe2(0x11b)]?this[_0x1eebe2(0x149)](_0x4b1dc2[_0x1eebe2(0x11b)]):_0x5f1368(this[_0x1eebe2(0x140)],_0x1eebe2(0x14f))),this[_0x1eebe2(0x11e)]({'tag':_0x1eebe2(0x126),'attributes':{'class':[_0x1eebe2(0x12e)]},'children':[{'tag':_0x1eebe2(0x126),'attributes':{'class':[_0x1eebe2(0x133)]},'children':[{'tag':_0x1eebe2(0x126),'attributes':{'class':[_0x1eebe2(0x151),_0x1c1dda['if'](_0x1eebe2(0x13f),_0x1eebe2(0x12d))]},'children':[{'tag':_0x1eebe2(0x147),'attributes':{'class':[_0x1eebe2(0x130)]},'children':[{'text':_0x1c1dda['to'](_0x1eebe2(0x12a))}]}]}]},{'tag':_0x1eebe2(0x126),'attributes':{'class':[_0x1eebe2(0x119)]},'children':[this[_0x1eebe2(0x14b)]]}]});}[_0x21dba9(0x118)](){const _0x30e1ae=_0x21dba9;super[_0x30e1ae(0x118)](),this[_0x30e1ae(0x13a)]();}[_0x21dba9(0x117)](){const _0x4b7a65=_0x21dba9,_0x184085=new _0x34d9ef(this[_0x4b7a65(0x140)]);return _0x184085[_0x4b7a65(0x11d)]=_0x5f1368(this[_0x4b7a65(0x140)],_0x4b7a65(0x124)),_0x184085[_0x4b7a65(0x153)]=_0x5f1368(this[_0x4b7a65(0x140)],_0x4b7a65(0x124)),_0x184085[_0x4b7a65(0x150)]=_0x36dea4,_0x184085[_0x4b7a65(0x14a)](_0x4b7a65(0x12f))['to'](this[_0x4b7a65(0x13b)],_0x4b7a65(0x144),_0x2c708d=>!_0x2c708d),_0x184085[_0x4b7a65(0x14a)](_0x4b7a65(0x11f))['to'](this[_0x4b7a65(0x13b)],_0x4b7a65(0x143),this[_0x4b7a65(0x13b)],_0x4b7a65(0x121),(_0x2eca1f,_0x48170c)=>_0x2eca1f&&_0x48170c),_0x184085['on'](_0x4b7a65(0x145),()=>{const _0x28514d=_0x4b7a65;this[_0x28514d(0x142)](_0x28514d(0x116),this[_0x28514d(0x13b)]['id']);}),_0x184085;}[_0x21dba9(0x149)](_0x1b48bb){const _0x5ebfcd=_0x21dba9;if(_0x1b48bb[_0x5ebfcd(0x122)]<0x96)return _0x1b48bb;const _0x3c64b9=_0x1b48bb[_0x5ebfcd(0x134)]('\x20',0x93);return _0x1b48bb[_0x5ebfcd(0x11a)](0x0,_0x3c64b9>-0x1?_0x3c64b9:0x93)+_0x5ebfcd(0x141);}[_0x21dba9(0x13a)](){const _0x43a5b4=_0x21dba9,_0x4e6c49=this[_0x43a5b4(0x13e)][_0x43a5b4(0x14c)](_0x43a5b4(0x12c)),_0x2f9aaa=_0x4e6c49[_0x43a5b4(0x14c)](_0x43a5b4(0x136));this[_0x43a5b4(0x14d)](_0x4e6c49,_0x43a5b4(0x125),()=>{const _0x4980bd=_0x43a5b4;_0x2f9aaa[_0x4980bd(0x123)]<_0x2f9aaa[_0x4980bd(0x120)]&&_0x4e6c49[_0x4980bd(0x13d)][_0x4980bd(0x127)](_0x4980bd(0x115));}),this[_0x43a5b4(0x14d)](_0x4e6c49,_0x43a5b4(0x148),()=>{const _0x4f2798=_0x43a5b4;_0x4e6c49[_0x4f2798(0x13d)][_0x4f2798(0x128)](_0x4f2798(0x115));});}}
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));});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x54f1a5=_0x271a;(function(_0x396fca,_0x3519a1){var _0xd7d75f=_0x271a,_0x5b17aa=_0x396fca();while(!![]){try{var _0x1dc4cd=parseInt(_0xd7d75f(0x201))/0x1*(parseInt(_0xd7d75f(0x212))/0x2)+-parseInt(_0xd7d75f(0x215))/0x3+parseInt(_0xd7d75f(0x1fb))/0x4+-parseInt(_0xd7d75f(0x1fc))/0x5*(-parseInt(_0xd7d75f(0x205))/0x6)+-parseInt(_0xd7d75f(0x1ff))/0x7*(-parseInt(_0xd7d75f(0x20e))/0x8)+parseInt(_0xd7d75f(0x20b))/0x9*(-parseInt(_0xd7d75f(0x1fd))/0xa)+parseInt(_0xd7d75f(0x200))/0xb*(-parseInt(_0xd7d75f(0x213))/0xc);if(_0x1dc4cd===_0x3519a1)break;else _0x5b17aa['push'](_0x5b17aa['shift']());}catch(_0x589c19){_0x5b17aa['push'](_0x5b17aa['shift']());}}}(_0x506e,0x8a6c0));function _0x271a(_0x49eb19,_0x4668fc){var _0x506e61=_0x506e();return _0x271a=function(_0x271a43,_0x47ad69){_0x271a43=_0x271a43-0x1f2;var _0x456d34=_0x506e61[_0x271a43];return _0x456d34;},_0x271a(_0x49eb19,_0x4668fc);}import{View as _0x2b032d}from'ckeditor5/src/ui.js';import _0x42bb7f from'./commentinputview.js';import{UserView as _0x3b9e5f}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x506e(){var _0xa43535=['commentInputView','16227opdvVO','ck-thread__input','editor','3408gGMKKc','ck-comment__input-container','set','change:showInput','2AGGAWr','3623316ULpwPr','div','3236421XpqpmT','ck-thread__user','ck-comment__input-container--active','showInput','value','bind','editorReady','focusTracker','createEditor','isFocused','delegate','2836504pGWTuk','5326815ZzbNqp','5300vLMWhE','bindTemplate','17689RZTKVz','33XRJqIB','656211qdXDob','then','setTemplate','showButtons','6riYaYg','editorDestroyed','userView','destroy','extendTemplate'];_0x506e=function(){return _0xa43535;};return _0x506e();}export default class Ct extends _0x2b032d{constructor(_0x521842,_0x48bb42,_0x38ef9e){var _0x489db0=_0x271a;super(_0x521842),this[_0x489db0(0x20a)]=new _0x42bb7f(_0x521842,_0x38ef9e),this[_0x489db0(0x20a)][_0x489db0(0x1f5)](_0x489db0(0x204))['to'](this[_0x489db0(0x20a)][_0x489db0(0x1f7)],_0x489db0(0x1f9),this[_0x489db0(0x20a)],_0x489db0(0x1f4),(_0x565144,_0x2d4a0c)=>_0x565144||!!_0x2d4a0c),this[_0x489db0(0x210)](_0x489db0(0x1f3),!0x1),this['on'](_0x489db0(0x211),()=>{var _0x2020d5=_0x489db0;this[_0x2020d5(0x1f3)]&&!this[_0x2020d5(0x20a)][_0x2020d5(0x20d)]&&this[_0x2020d5(0x20a)][_0x2020d5(0x1f8)]();}),this[_0x489db0(0x20a)][_0x489db0(0x1fa)](_0x489db0(0x1f6))['to'](this),this[_0x489db0(0x20a)][_0x489db0(0x1fa)](_0x489db0(0x206))['to'](this),this[_0x489db0(0x207)]=new _0x3b9e5f(_0x521842,_0x48bb42),this[_0x489db0(0x207)][_0x489db0(0x209)]({'attributes':{'class':_0x489db0(0x216)}}),this[_0x489db0(0x20a)][_0x489db0(0x209)]({'attributes':{'class':_0x489db0(0x20c)}}),this[_0x489db0(0x203)]({'tag':_0x489db0(0x214),'attributes':{'class':[_0x489db0(0x20f),this[_0x489db0(0x1fe)]['if'](_0x489db0(0x1f3),_0x489db0(0x1f2))]},'children':[this[_0x489db0(0x207)],this[_0x489db0(0x20a)]]});}[_0x54f1a5(0x208)](){var _0x3ba54b=_0x54f1a5;return this[_0x3ba54b(0x20a)][_0x3ba54b(0x208)]()[_0x3ba54b(0x202)](()=>super[_0x3ba54b(0x208)]());}}
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)]());}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5040c4=_0x59f9;(function(_0x592cfd,_0x4c4187){const _0x32df36=_0x59f9,_0x565bfb=_0x592cfd();while(!![]){try{const _0x56d526=-parseInt(_0x32df36(0xdd))/0x1+-parseInt(_0x32df36(0xe0))/0x2*(-parseInt(_0x32df36(0x9b))/0x3)+parseInt(_0x32df36(0xda))/0x4*(parseInt(_0x32df36(0xd0))/0x5)+parseInt(_0x32df36(0x97))/0x6*(-parseInt(_0x32df36(0xa5))/0x7)+parseInt(_0x32df36(0xa3))/0x8+-parseInt(_0x32df36(0xdc))/0x9*(-parseInt(_0x32df36(0xab))/0xa)+-parseInt(_0x32df36(0xd7))/0xb*(parseInt(_0x32df36(0xb0))/0xc);if(_0x56d526===_0x4c4187)break;else _0x565bfb['push'](_0x565bfb['shift']());}catch(_0x4df6d9){_0x565bfb['push'](_0x565bfb['shift']());}}}(_0x3dc5,0x23228));function _0x3dc5(){const _0x3915fe=['20QNFlEm','stop','high','isUnlinked','removeButton','26964LlmNgN','label','setTemplate','_cancelAllConfirms','_createResolveButton','get','removeCommentThread','ck-thread--active','isVisible','commentThreadChildren','isActive','ck-reset_all-excluded','ck-thread__container','tooltip','createCollection','isResolved','listenTo','ck-thread--','isSystemComment','div','containerElement','.ck-thread__container','isReadOnly','Resolve','change:isActive','isResolvable','commentsListView','render','length','addMany','unbind','archivedAt','15095WLEXKd','change:archivedAt','actionIndicator','bind','bindTemplate','placeholder','resolveCommentThread','1463WJptcH','isEnabled','fire','332wXhXyk','Delete\x20comment\x20thread?','732870qtZTlS','84692ugfHVl','commentThreadHeaderView','has','341686lIihHa','showConfirm','querySelector','ck-thread','isConfirm','element','execute','remove','_bindFirstCommentView','icon','set','check','locale','60qZuiqa','ck-thread--remove-confirmation','then','commentViews','3UaCaNM','commentThreadInputView','add','cancelConfirm','ck-thread--unlinked','getTemplate','_model','_boundFirstCommentView','518680HJYGNW','resolveButton','85162BfzOjp','change:isReadOnly','actionBar','extendTemplate','ck-comment--resolve','Write\x20a\x20comment...'];_0x3dc5=function(){return _0x3915fe;};return _0x3dc5();}import{ConfirmMixin as _0x3fc3e8}from'ckeditor5-collaboration/src/collaboration-core.js';import{ButtonView as _0x196acc}from'ckeditor5/src/ui.js';function _0x59f9(_0x2056d9,_0x26de46){const _0x3dc513=_0x3dc5();return _0x59f9=function(_0x59f91c,_0xab253c){_0x59f91c=_0x59f91c-0x8d;let _0x20acf2=_0x3dc513[_0x59f91c];return _0x20acf2;},_0x59f9(_0x2056d9,_0x26de46);}import{icons as _0x17bfa4}from'ckeditor5/src/core.js';import _0x1431a3 from'./basecommentthreadview.js';import{getTranslation as _0x1a8c22}from'../../../utils/common-translations.js';export default class pt extends _0x3fc3e8(_0x1431a3){constructor(_0x268cb0,_0x397000,_0x16619d,_0x30c71a){const _0x4123a2=_0x59f9;super(_0x268cb0,_0x397000,_0x16619d,_0x30c71a),this[_0x4123a2(0xb9)]=this[_0x4123a2(0xbe)](),this[_0x4123a2(0xb9)][_0x4123a2(0xcd)]([this[_0x4123a2(0xca)],this[_0x4123a2(0x9c)]]),this[_0x4123a2(0xa1)][_0x4123a2(0xcf)]&&this[_0x4123a2(0xb9)][_0x4123a2(0x9d)](this[_0x4123a2(0xde)],0x0),this[_0x4123a2(0xa1)]['on'](_0x4123a2(0xd1),(_0x50c139,_0x454f60,_0x3ccde2)=>{const _0x32e71e=_0x4123a2;_0x3ccde2?this[_0x32e71e(0xb9)][_0x32e71e(0xdf)](this[_0x32e71e(0xde)])||this[_0x32e71e(0xb9)][_0x32e71e(0x9d)](this[_0x32e71e(0xde)],0x0):this[_0x32e71e(0xb9)][_0x32e71e(0x91)](this[_0x32e71e(0xde)]);}),this[_0x4123a2(0x94)](_0x4123a2(0xd2),null),this[_0x4123a2(0xc4)]=null,this[_0x4123a2(0xa2)]=null,this[_0x4123a2(0x96)]=_0x268cb0,this[_0x4123a2(0xa4)]=this[_0x4123a2(0xb4)](),this[_0x4123a2(0xb2)](this[_0x4123a2(0xa0)]()),this['on'](_0x4123a2(0xc8),(_0x126293,_0x35af12,_0x3bb545)=>{const _0x2cc109=_0x4123a2;_0x3bb545||this[_0x2cc109(0xb3)]();}),this[_0x4123a2(0xc0)](this[_0x4123a2(0xa1)],_0x4123a2(0xa6),(_0x57ad6f,_0x1e8db0,_0x1e506e)=>{const _0x4319dd=_0x4123a2;_0x1e506e&&this[_0x4319dd(0xb3)]();}),this[_0x4123a2(0xcc)]>0x0&&this[_0x4123a2(0x92)](),this[_0x4123a2(0xc0)](this[_0x4123a2(0xca)][_0x4123a2(0x9a)],_0x4123a2(0x9d),()=>{const _0x4921c8=_0x4123a2;this[_0x4921c8(0x92)]();});}[_0x5040c4(0xa0)](){const _0x52bae3=_0x5040c4,_0x30a4fc=this[_0x52bae3(0xd4)];return{'tag':_0x52bae3(0xc3),'attributes':{'class':[_0x52bae3(0x8d),_0x52bae3(0xbb),_0x30a4fc['if'](_0x52bae3(0xba),_0x52bae3(0xb7)),_0x30a4fc['if'](_0x52bae3(0xae),_0x52bae3(0x9f)),_0x30a4fc['if'](_0x52bae3(0x8e),_0x52bae3(0x98)),_0x30a4fc['to'](_0x52bae3(0xd2),_0x7529d5=>_0x7529d5?_0x52bae3(0xc1)+_0x7529d5:'')],'data-thread-id':this[_0x52bae3(0xa1)]['id'],'tabindex':-0x1},'children':[{'tag':_0x52bae3(0xc3),'attributes':{'class':_0x52bae3(0xbc)},'children':this[_0x52bae3(0xb9)]}]};}[_0x5040c4(0xcb)](){const _0x58418b=_0x5040c4;super[_0x58418b(0xcb)](),this[_0x58418b(0xc4)]=this[_0x58418b(0x8f)][_0x58418b(0xe2)](_0x58418b(0xc5));}[_0x5040c4(0xb3)](){const _0x5c39d6=_0x5040c4;this[_0x5c39d6(0x9e)]();for(const _0x476bf0 of this[_0x5c39d6(0xca)][_0x5c39d6(0x9a)])_0x476bf0[_0x5c39d6(0x9e)]();}[_0x5040c4(0x92)](){const _0x1d21d8=_0x5040c4,{locale:_0x1b05ff}=this,_0x593419=this[_0x1d21d8(0xca)][_0x1d21d8(0x9a)][_0x1d21d8(0xb5)](0x0);_0x593419===this[_0x1d21d8(0xa2)]||_0x593419[_0x1d21d8(0xc2)]||(this[_0x1d21d8(0xa2)]=_0x593419,this[_0x1d21d8(0xce)](_0x1d21d8(0xd2)),this[_0x1d21d8(0xd3)](_0x1d21d8(0xd2))['to'](_0x593419,_0x1d21d8(0xd2),_0x284821=>_0x1d21d8(0x91)===_0x284821?_0x1d21d8(0x91):null),_0x593419[_0x1d21d8(0xd5)]=_0x1a8c22(_0x1b05ff,_0x1d21d8(0xaa)),_0x593419[_0x1d21d8(0xaf)]['on'](_0x1d21d8(0x90),_0x300bf7=>{const _0x40df17=_0x1d21d8;_0x300bf7[_0x40df17(0xac)](),this[_0x40df17(0xe1)](_0x1a8c22(_0x1b05ff,_0x40df17(0xdb)),this[_0x40df17(0xc4)])[_0x40df17(0x99)](()=>{const _0x148581=_0x40df17;this[_0x148581(0xd9)](_0x148581(0xb6));});},{'priority':_0x1d21d8(0xad)}),_0x593419[_0x1d21d8(0xa7)][_0x1d21d8(0x9d)](this[_0x1d21d8(0xa4)],0x0));}[_0x5040c4(0xb4)](){const _0x63b17a=_0x5040c4,_0x5f4661=new _0x196acc(this[_0x63b17a(0x96)]);return _0x5f4661[_0x63b17a(0xb1)]=_0x1a8c22(this[_0x63b17a(0x96)],_0x63b17a(0xc7)),_0x5f4661[_0x63b17a(0xbd)]=_0x1a8c22(this[_0x63b17a(0x96)],_0x63b17a(0xc7)),_0x5f4661[_0x63b17a(0x93)]=_0x17bfa4[_0x63b17a(0x95)],_0x5f4661[_0x63b17a(0xa8)]({'attributes':{'class':_0x63b17a(0xa9)}}),_0x5f4661[_0x63b17a(0xd3)](_0x63b17a(0xd8))['to'](this[_0x63b17a(0xa1)],_0x63b17a(0xc6),_0x314e69=>!_0x314e69),_0x5f4661[_0x63b17a(0xd3)](_0x63b17a(0xb8))['to'](this[_0x63b17a(0xa1)],_0x63b17a(0xc9),this[_0x63b17a(0xa1)],_0x63b17a(0xbf),(_0x4a3d0d,_0xfa1852)=>_0x4a3d0d&&!_0xfa1852),_0x5f4661['on'](_0x63b17a(0x90),()=>{const _0x3683ea=_0x63b17a;this[_0x3683ea(0xd9)](_0x3683ea(0xd6),this[_0x3683ea(0xa1)]['id']);}),_0x5f4661;}}
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;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1b461d=_0x4a67;(function(_0x2b74c5,_0x1f7aca){const _0x98ceb4=_0x4a67,_0x17837b=_0x2b74c5();while(!![]){try{const _0x54f980=-parseInt(_0x98ceb4(0x21e))/0x1+parseInt(_0x98ceb4(0x201))/0x2*(parseInt(_0x98ceb4(0x1ef))/0x3)+parseInt(_0x98ceb4(0x1dc))/0x4+parseInt(_0x98ceb4(0x1cb))/0x5+parseInt(_0x98ceb4(0x1be))/0x6*(-parseInt(_0x98ceb4(0x1f6))/0x7)+parseInt(_0x98ceb4(0x1de))/0x8+-parseInt(_0x98ceb4(0x229))/0x9;if(_0x54f980===_0x1f7aca)break;else _0x17837b['push'](_0x17837b['shift']());}catch(_0x19923e){_0x17837b['push'](_0x17837b['shift']());}}}(_0x35dd,0x706ac));import{ButtonView as _0x555659,createDropdown as _0x31614a,ListView as _0x551d8d,ListItemView as _0x1a308d}from'ckeditor5/src/ui.js';import{icons as _0x14d5c7}from'ckeditor5/src/core.js';function _0x35dd(){const _0x15962b=['isExternal','_createCommentInputView','change:isEnabled','placeholder','Reply...','execute','getExternalCommentNote','length','ck-annotation__actions','ck-annotation__info','focus','ck-annotation__info-name','locale','825522WCEifi','pencil','createCollection','EXTERNAL_COMMENT','ck-comment--info','listenTo','isEditMode','render','actionBar','bindTemplate','actionIndicator','ck-annotation','Show\x20more\x20items','65615PErKod','remove','ck-comment','ck-comment__wrapper','source','change:isVisible','_model','div','EXTERNAL_IMPORT_WORD_AVATAR','isVisible','threeVerticalDots','attributes','set','time','importWord','userView','ck-comment__user','3079168hHHAxJ','isRemovable','248848LmUNIU','ck-comment__actions','_config','addMany','@external','removeButton','some','items','showConfirm','Remove','_attachActions','ck-comment--remove-confirmation','ck-comment__info-time','element','authoredAt','then','edit','52563dmMDMR','getTemplate','bind','ck-comment__info','ck-annotation__user','fire','ck-annotation__content-wrapper','21yhOoLd','ck-comment__actions--hidden','Edit','resolvedAt','ck-comment--','dropdown','_createDropdown','isReadOnly','blur','getUserViewNotificationText','ck-annotation__actions--hidden','62kIBlqa','buttonView','children','ck-comment__external','_createRemoveButton','extendTemplate','_createEditButton','formatDateTime','ck-annotation__info-time','ck-annotation__main','isEditable','name','ck-comment--edit','switchToEditMode','author','ck-comment__main','isSystemComment','panelView','ck-comment--remove','label','panelPosition','withText','cancelConfirm','isConfirm','isEnabled','change:isRemovable','EXTERNAL_AVATAR','visibleView','span','240698LFXODr','mouseleave','ck-comment__info-name','add','Delete\x20comment?','removeComment','editButton','EXTERNAL_IMPORT_WORD_COMMENT','creator','setTemplate','mouseenter','2189277wcuiDU','push','icon'];_0x35dd=function(){return _0x15962b;};return _0x35dd();}function _0x4a67(_0x5ee225,_0x3b42ae){const _0x35dd7a=_0x35dd();return _0x4a67=function(_0x4a67e4,_0x3992ab){_0x4a67e4=_0x4a67e4-0x1b5;let _0x3437cd=_0x35dd7a[_0x4a67e4];return _0x3437cd;},_0x4a67(_0x5ee225,_0x3b42ae);}import{UserView as _0x23cec9,ConfirmMixin as _0x5b2c5f}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x41f3e3 from'./basecommentview.js';import _0xb9e4ba from'../../../../theme/icons/remove-comment.svg';import{getTranslation as _0x36e8d9}from'../../../utils/common-translations.js';export default class wt extends _0x5b2c5f(_0x41f3e3){constructor(_0x2e6a4d,_0x500004,_0x3b1170){const _0x50cf8b=_0x4a67;super(_0x2e6a4d,_0x500004,_0x3b1170),this[_0x50cf8b(0x1d7)](_0x50cf8b(0x1c8),null),this[_0x50cf8b(0x1d7)](_0x50cf8b(0x22f),_0x36e8d9(_0x2e6a4d,_0x50cf8b(0x1b5))),this[_0x50cf8b(0x1f1)](_0x50cf8b(0x1ec))['to'](_0x500004),this[_0x50cf8b(0x1f1)](_0x50cf8b(0x1f9))['to'](_0x500004),this[_0x50cf8b(0x1c6)]=this[_0x50cf8b(0x1c0)](),this[_0x50cf8b(0x211)]||(this[_0x50cf8b(0x224)]=this[_0x50cf8b(0x207)](),this[_0x50cf8b(0x1e3)]=this[_0x50cf8b(0x205)](),this[_0x50cf8b(0x1e5)]=this[_0x50cf8b(0x1c0)](),this[_0x50cf8b(0x1e5)][_0x50cf8b(0x1e1)]([this[_0x50cf8b(0x224)],this[_0x50cf8b(0x1e3)]]),this[_0x50cf8b(0x1fb)]=this[_0x50cf8b(0x1fc)](),this[_0x50cf8b(0x1c6)][_0x50cf8b(0x221)](this[_0x50cf8b(0x1fb)])),this[_0x50cf8b(0x1da)]=new _0x23cec9(_0x2e6a4d,_0x500004[_0x50cf8b(0x20f)],this[_0x50cf8b(0x1ff)]()),this[_0x50cf8b(0x1da)][_0x50cf8b(0x206)]({'attributes':{'class':[_0x50cf8b(0x1db),_0x50cf8b(0x1f3)]}}),this[_0x50cf8b(0x1c3)](_0x500004,_0x50cf8b(0x21a),()=>this[_0x50cf8b(0x217)]()),this[_0x50cf8b(0x227)](this[_0x50cf8b(0x1f0)]());}[_0x1b461d(0x1f0)](){const _0x122955=_0x1b461d,_0x49f077=this[_0x122955(0x1c7)],_0x3ae0e3=[{'tag':_0x122955(0x1d2),'attributes':{'class':[_0x122955(0x1f2),_0x122955(0x1ba)]},'children':[{'tag':_0x122955(0x21d),'children':[{'text':this[_0x122955(0x1da)][_0x122955(0x20c)]}],'attributes':{'class':[_0x122955(0x220),_0x122955(0x1bc)]}},{'tag':_0x122955(0x1d8),'attributes':{'datetime':_0x49f077['to'](_0x122955(0x1ec)),'class':[_0x122955(0x1ea),_0x122955(0x209)]},'children':[{'text':_0x49f077['to'](_0x122955(0x1ec),_0x273881=>this[_0x122955(0x1e0)][_0x122955(0x208)](_0x273881))}]}]},{'tag':_0x122955(0x1d2),'attributes':{'class':[_0x122955(0x1df),_0x122955(0x1b9),_0x49f077['if'](_0x122955(0x1c4),_0x122955(0x1f7)),_0x49f077['if'](_0x122955(0x1c4),_0x122955(0x200))]},'children':this[_0x122955(0x1c6)]},{'tag':_0x122955(0x1d2),'attributes':{'class':[_0x122955(0x1f5)]},'children':this[_0x122955(0x21c)]}];return this[_0x122955(0x1d1)][_0x122955(0x22c)]&&_0x3ae0e3[_0x122955(0x22a)]({'tag':_0x122955(0x1d2),'attributes':{'class':[_0x122955(0x204)]},'children':[{'text':this[_0x122955(0x1b7)]()}]}),{'tag':'li','attributes':{'class':[_0x122955(0x1ce),_0x49f077['if'](_0x122955(0x218),_0x122955(0x1e9))],'tabindex':-0x1},'children':[{'tag':_0x122955(0x1d2),'attributes':{'class':[_0x122955(0x1cd),_0x122955(0x1c9),_0x49f077['if'](_0x122955(0x1c4),_0x122955(0x20d)),_0x49f077['if'](_0x122955(0x211),_0x122955(0x1c2)),_0x49f077['to'](_0x122955(0x1c8),_0x51421b=>_0x51421b?_0x122955(0x1fa)+_0x51421b:'')],'data-author-id':this[_0x122955(0x1d1)][_0x122955(0x20f)]['id'],'data-comment-id':this[_0x122955(0x1d1)]['id']},'children':[this[_0x122955(0x1da)],{'tag':_0x122955(0x1d2),'attributes':{'class':[_0x122955(0x210),_0x122955(0x20a)]},'children':_0x3ae0e3}]}]};}[_0x1b461d(0x207)](){const _0x506840=_0x1b461d,_0x16e950=new _0x555659(this[_0x506840(0x1bd)]);return _0x16e950[_0x506840(0x214)]=_0x36e8d9(this[_0x506840(0x1bd)],_0x506840(0x1f8)),_0x16e950[_0x506840(0x22b)]=_0x14d5c7[_0x506840(0x1bf)],_0x16e950[_0x506840(0x216)]=!0x0,_0x16e950[_0x506840(0x206)]({'attributes':{'class':_0x506840(0x20d)}}),_0x16e950[_0x506840(0x1f1)](_0x506840(0x219))['to'](this[_0x506840(0x1d1)],_0x506840(0x1fd),_0x16b311=>!_0x16b311),_0x16e950[_0x506840(0x1f1)](_0x506840(0x1d4))['to'](this[_0x506840(0x1d1)],_0x506840(0x20b)),_0x16e950['on'](_0x506840(0x1b6),()=>this[_0x506840(0x20e)]()),_0x16e950;}[_0x1b461d(0x205)](){const _0x5a4409=_0x1b461d,_0x1ad245=new _0x555659(this[_0x5a4409(0x1bd)]);return _0x1ad245[_0x5a4409(0x214)]=_0x36e8d9(this[_0x5a4409(0x1bd)],_0x5a4409(0x1e7)),_0x1ad245[_0x5a4409(0x22b)]=_0xb9e4ba,_0x1ad245[_0x5a4409(0x216)]=!0x0,_0x1ad245[_0x5a4409(0x206)]({'attributes':{'class':_0x5a4409(0x213)}}),_0x1ad245[_0x5a4409(0x1f1)](_0x5a4409(0x219))['to'](this[_0x5a4409(0x1d1)],_0x5a4409(0x1fd),_0x2c1435=>!_0x2c1435),_0x1ad245[_0x5a4409(0x1f1)](_0x5a4409(0x1d4))['to'](this[_0x5a4409(0x1d1)],_0x5a4409(0x1dd)),_0x1ad245['on'](_0x5a4409(0x1b6),()=>{const _0x12bb40=_0x5a4409;this[_0x12bb40(0x1e6)](_0x36e8d9(this[_0x12bb40(0x1bd)],_0x12bb40(0x222)),this[_0x12bb40(0x1eb)])[_0x12bb40(0x1ed)](()=>{const _0x4a2cf=_0x12bb40;this[_0x4a2cf(0x1f4)](_0x4a2cf(0x223),this[_0x4a2cf(0x1d1)]['id']);});}),_0x1ad245;}[_0x1b461d(0x1fc)](){const _0x5acaa3=_0x1b461d,_0x40de34=_0x31614a(this[_0x5acaa3(0x1bd)]),_0x1297dc=_0x40de34[_0x5acaa3(0x212)][_0x5acaa3(0x203)],_0x3116bd=new _0x551d8d(this[_0x5acaa3(0x1bd)]),_0xe53bc5=(_0x299272,_0x100d3d=-0x1)=>{const _0x169792=_0x5acaa3,_0x5c9081=new _0x1a308d(this[_0x169792(0x1bd)]);_0x5c9081[_0x169792(0x203)][_0x169792(0x221)](_0x299272);const _0x5a6bf7=_0x100d3d>-0x1?_0x100d3d:_0x3116bd[_0x169792(0x1e5)][_0x169792(0x1b8)];_0x3116bd[_0x169792(0x1e5)][_0x169792(0x221)](_0x5c9081,_0x5a6bf7),_0x40de34[_0x169792(0x1c3)](_0x299272,_0x169792(0x22e),()=>{const _0x32439b=_0x169792;_0x40de34[_0x32439b(0x219)]=[...this[_0x32439b(0x1e5)]][_0x32439b(0x1e4)](_0x133adf=>_0x133adf[_0x32439b(0x219)]);}),_0x40de34[_0x169792(0x1c3)](_0x299272,_0x169792(0x1d0),()=>{const _0x263be9=_0x169792;_0x40de34[_0x263be9(0x202)][_0x263be9(0x1d4)]=[...this[_0x263be9(0x1e5)]][_0x263be9(0x1e4)](_0x37222f=>_0x37222f[_0x263be9(0x1d4)]);});};_0x40de34[_0x5acaa3(0x215)]='sw',_0x40de34[_0x5acaa3(0x202)][_0x5acaa3(0x1d7)]({'label':_0x36e8d9(this[_0x5acaa3(0x1bd)],_0x5acaa3(0x1ca)),'icon':_0x14d5c7[_0x5acaa3(0x1d5)]}),_0x40de34[_0x5acaa3(0x219)]=[...this[_0x5acaa3(0x1e5)]][_0x5acaa3(0x1e4)](_0x4ee413=>_0x4ee413[_0x5acaa3(0x219)]),_0x40de34[_0x5acaa3(0x202)][_0x5acaa3(0x1d4)]=[...this[_0x5acaa3(0x1e5)]][_0x5acaa3(0x1e4)](_0x43d4b3=>_0x43d4b3[_0x5acaa3(0x1d4)]);for(const _0x463697 of this[_0x5acaa3(0x1e5)])_0xe53bc5(_0x463697);return _0x1297dc[_0x5acaa3(0x221)](_0x3116bd),_0x40de34[_0x5acaa3(0x1c3)](this[_0x5acaa3(0x1e5)],_0x5acaa3(0x221),(_0x4b70d6,_0x386a13,_0x2a59b2)=>{_0xe53bc5(_0x386a13,_0x2a59b2);}),_0x40de34[_0x5acaa3(0x1c3)](this[_0x5acaa3(0x1e5)],_0x5acaa3(0x1cc),(_0x5d52a6,_0x24294b,_0x2f46c9)=>{const _0x40bbdf=_0x5acaa3;_0x3116bd[_0x40bbdf(0x1e5)][_0x40bbdf(0x1cc)](_0x2f46c9);}),_0x40de34;}[_0x1b461d(0x1e8)](_0x40cf39,_0x15e1bf){const _0x1531ac=_0x1b461d,_0x2a4429=_0x40cf39&&_0x40cf39[_0x1531ac(0x1eb)];_0x2a4429&&(this[_0x1531ac(0x1c3)](_0x2a4429,_0x1531ac(0x228),()=>this[_0x1531ac(0x1c8)]=_0x15e1bf),this[_0x1531ac(0x1c3)](_0x2a4429,_0x1531ac(0x1bb),()=>this[_0x1531ac(0x1c8)]=_0x15e1bf),this[_0x1531ac(0x1c3)](_0x2a4429,_0x1531ac(0x21f),()=>this[_0x1531ac(0x1c8)]=null),this[_0x1531ac(0x1c3)](_0x2a4429,_0x1531ac(0x1fe),()=>this[_0x1531ac(0x1c8)]=null));}[_0x1b461d(0x22d)](){const _0x14ee8f=_0x1b461d,_0x3af3aa=super[_0x14ee8f(0x22d)]();return _0x3af3aa[_0x14ee8f(0x1f1)](_0x14ee8f(0x22f))['to'](this),_0x3af3aa;}[_0x1b461d(0x1b7)](){const _0x1e34c2=_0x1b461d;return _0x1e34c2(0x1d9)===this[_0x1e34c2(0x1d1)][_0x1e34c2(0x1d6)][_0x1e34c2(0x1e2)][_0x1e34c2(0x1cf)]?_0x36e8d9(this[_0x1e34c2(0x1bd)],_0x1e34c2(0x225)):_0x36e8d9(this[_0x1e34c2(0x1bd)],_0x1e34c2(0x1c1));}[_0x1b461d(0x1ff)](){const _0x1b57ee=_0x1b461d;return this[_0x1b57ee(0x1d1)][_0x1b57ee(0x22c)]?_0x1b57ee(0x1d9)===this[_0x1b57ee(0x1d1)][_0x1b57ee(0x1d6)][_0x1b57ee(0x1e2)][_0x1b57ee(0x1cf)]?_0x36e8d9(this[_0x1b57ee(0x1bd)],_0x1b57ee(0x1d3),this[_0x1b57ee(0x1d1)][_0x1b57ee(0x226)][_0x1b57ee(0x20c)]):_0x36e8d9(this[_0x1b57ee(0x1bd)],_0x1b57ee(0x21b),this[_0x1b57ee(0x1d1)][_0x1b57ee(0x226)][_0x1b57ee(0x20c)]):null;}[_0x1b461d(0x1c5)](){const _0x2c1e74=_0x1b461d;super[_0x2c1e74(0x1c5)](),this[_0x2c1e74(0x1e8)](this[_0x2c1e74(0x224)],_0x2c1e74(0x1ee)),this[_0x2c1e74(0x1e8)](this[_0x2c1e74(0x1e3)],_0x2c1e74(0x1cc));}}
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));}}
package/src/comments.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5c55c0=_0x5bf2;(function(_0x4e61ea,_0x406328){var _0x5857fd=_0x5bf2,_0x4e3b1d=_0x4e61ea();while(!![]){try{var _0x36b02c=parseInt(_0x5857fd(0x176))/0x1*(-parseInt(_0x5857fd(0x175))/0x2)+parseInt(_0x5857fd(0x174))/0x3*(parseInt(_0x5857fd(0x17b))/0x4)+parseInt(_0x5857fd(0x172))/0x5*(parseInt(_0x5857fd(0x17c))/0x6)+parseInt(_0x5857fd(0x171))/0x7+parseInt(_0x5857fd(0x170))/0x8+parseInt(_0x5857fd(0x177))/0x9+parseInt(_0x5857fd(0x173))/0xa*(-parseInt(_0x5857fd(0x17a))/0xb);if(_0x36b02c===_0x406328)break;else _0x4e3b1d['push'](_0x4e3b1d['shift']());}catch(_0x1b62cc){_0x4e3b1d['push'](_0x4e3b1d['shift']());}}}(_0x1b54,0x4c20c));import{Plugin as _0x17d32f}from'ckeditor5/src/core.js';function _0x1b54(){var _0x41baf8=['2203MaXNzW','4139964zACOPj','Comments','pluginName','11rYQwOt','29268DdAWSk','18hAxvuH','requires','3961416rrozuN','3350977nbSEnT','911575tEbjil','13178630HExwsj','99nmciaO','538WqSTva'];_0x1b54=function(){return _0x41baf8;};return _0x1b54();}import _0x2bbf70 from'./comments/commentsrepository.js';import _0x23b275 from'./comments/commentsediting.js';import _0x3ef9b4 from'./comments/commentsui.js';import _0x163567 from'./commentsonly.js';import _0x164223 from'./annotations/widesidebar.js';import _0x1edecb from'./annotations/narrowsidebar.js';function _0x5bf2(_0x7cb18e,_0x57995c){var _0x1b54e9=_0x1b54();return _0x5bf2=function(_0x5bf264,_0x496403){_0x5bf264=_0x5bf264-0x16f;var _0x144c03=_0x1b54e9[_0x5bf264];return _0x144c03;},_0x5bf2(_0x7cb18e,_0x57995c);}import _0x5739ae from'./annotations/inlineannotations.js';import _0x4744d3 from'./comments/commentsarchiveui.js';import _0x5c3371 from'./comments/commentsarchive.js';export default class f extends _0x17d32f{static get[_0x5c55c0(0x16f)](){return[_0x2bbf70,_0x23b275,_0x3ef9b4,_0x5c3371,_0x4744d3,_0x163567,_0x164223,_0x1edecb,_0x5739ae];}static get[_0x5c55c0(0x179)](){var _0x21cca1=_0x5c55c0;return _0x21cca1(0x178);}}
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);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xe504(_0x1d03dc,_0xf47510){const _0x3aa292=_0x3aa2();return _0xe504=function(_0xe50421,_0x16af4b){_0xe50421=_0xe50421-0xd4;let _0x49c29b=_0x3aa292[_0xe50421];return _0x49c29b;},_0xe504(_0x1d03dc,_0xf47510);}function _0x3aa2(){const _0x3e76b8=['11SGaYpf','afterInit','830192WmIFcr','pluginName','commands','document','_enableCommentsOnlyMode','4444788RkMpET','stopListening','addCommentThread','1291695snWMVg','highest','27wpWezf','clipboardInput','32063170gBWEmB','clearForceDisabled','editing','config','get','view','10YAzakn','commentsOnlyMode','7OyYotd','change:isEnabled','plugins','DragDrop','set','has','listenTo','delete','editor','affectsData','CommentsOnly','cut','commentsOnly','1874562kFUFfS','_disableCommentsOnlyMode','requires','4256168dXUzat','stop','forceDisabled','isEnabled','2624604IDYJtH'];_0x3aa2=function(){return _0x3e76b8;};return _0x3aa2();}const _0x3c5a09=_0xe504;(function(_0x266a03,_0x13810b){const _0x5ec65b=_0xe504,_0x42aed0=_0x266a03();while(!![]){try{const _0x2b1f1c=-parseInt(_0x5ec65b(0xe8))/0x1+parseInt(_0x5ec65b(0xe0))/0x2+-parseInt(_0x5ec65b(0xe5))/0x3+parseInt(_0x5ec65b(0xdd))/0x4*(parseInt(_0x5ec65b(0xf2))/0x5)+parseInt(_0x5ec65b(0xd6))/0x6*(parseInt(_0x5ec65b(0xf4))/0x7)+parseInt(_0x5ec65b(0xd9))/0x8*(-parseInt(_0x5ec65b(0xea))/0x9)+-parseInt(_0x5ec65b(0xec))/0xa*(-parseInt(_0x5ec65b(0xde))/0xb);if(_0x2b1f1c===_0x13810b)break;else _0x42aed0['push'](_0x42aed0['shift']());}catch(_0x4b2d57){_0x42aed0['push'](_0x42aed0['shift']());}}}(_0x3aa2,0xd60f4));import{Plugin as _0x325f10}from'ckeditor5/src/core.js';import _0xcb32a6 from'./comments/commentsediting.js';export default class e extends _0x325f10{static get[_0x3c5a09(0xe1)](){const _0x1c5092=_0x3c5a09;return _0x1c5092(0xfe);}static get[_0x3c5a09(0xd8)](){return[_0xcb32a6];}constructor(_0x51c26c){const _0xc9cdbd=_0x3c5a09;super(_0x51c26c),this[_0xc9cdbd(0xf8)](_0xc9cdbd(0xdc),!0x1),this['on'](_0xc9cdbd(0xf5),(_0x2610c6,_0x158859,_0x49a961)=>{const _0x36ed07=_0xc9cdbd;_0x49a961?this[_0x36ed07(0xe4)]():this[_0x36ed07(0xd7)]();});}[_0x3c5a09(0xdf)](){const _0x1fb271=_0x3c5a09;!this[_0x1fb271(0xdc)]&&this[_0x1fb271(0xfc)][_0x1fb271(0xef)][_0x1fb271(0xf0)](_0x1fb271(0xd5))&&(this[_0x1fb271(0xdc)]=!0x0);}[_0x3c5a09(0xe4)](){const _0x38ec1f=_0x3c5a09;for(const [_0x24fbe3,_0x1cec11]of this[_0x38ec1f(0xfc)][_0x38ec1f(0xe2)])_0x1cec11[_0x38ec1f(0xfd)]&&_0x38ec1f(0xe7)!==_0x24fbe3&&_0x1cec11[_0x38ec1f(0xdb)](_0x38ec1f(0xf3));this[_0x38ec1f(0xfc)][_0x38ec1f(0xf6)][_0x38ec1f(0xf9)](_0x38ec1f(0xf7))&&this[_0x38ec1f(0xfc)][_0x38ec1f(0xf6)][_0x38ec1f(0xf0)](_0x38ec1f(0xf7))[_0x38ec1f(0xdb)](_0x38ec1f(0xf3));const _0x199b1b=this[_0x38ec1f(0xfc)][_0x38ec1f(0xee)][_0x38ec1f(0xf1)][_0x38ec1f(0xe3)];this[_0x38ec1f(0xfa)](_0x199b1b,_0x38ec1f(0xd4),_0x1452cd=>_0x1452cd[_0x38ec1f(0xda)](),{'priority':_0x38ec1f(0xe9)}),this[_0x38ec1f(0xfa)](_0x199b1b,_0x38ec1f(0xeb),_0x70d4b5=>_0x70d4b5[_0x38ec1f(0xda)](),{'priority':_0x38ec1f(0xe9)}),this[_0x38ec1f(0xfa)](_0x199b1b,_0x38ec1f(0xfb),_0x55887c=>_0x55887c[_0x38ec1f(0xda)](),{'priority':_0x38ec1f(0xe9)});}[_0x3c5a09(0xd7)](){const _0x3da8eb=_0x3c5a09;for(const [_0x38b8f5,_0x19658f]of this[_0x3da8eb(0xfc)][_0x3da8eb(0xe2)])_0x19658f[_0x3da8eb(0xfd)]&&_0x3da8eb(0xe7)!==_0x38b8f5&&_0x19658f[_0x3da8eb(0xed)](_0x3da8eb(0xf3));this[_0x3da8eb(0xe6)](this[_0x3da8eb(0xfc)][_0x3da8eb(0xee)][_0x3da8eb(0xf1)][_0x3da8eb(0xe3)]);}}
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)]);}}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x1d9644,_0x5d27ef){var _0x3f72c2=_0x325f,_0x28ce59=_0x1d9644();while(!![]){try{var _0x4ffa62=parseInt(_0x3f72c2(0x77))/0x1+parseInt(_0x3f72c2(0x79))/0x2*(-parseInt(_0x3f72c2(0x7a))/0x3)+-parseInt(_0x3f72c2(0x78))/0x4+-parseInt(_0x3f72c2(0x76))/0x5+-parseInt(_0x3f72c2(0x7b))/0x6+-parseInt(_0x3f72c2(0x7c))/0x7+parseInt(_0x3f72c2(0x75))/0x8;if(_0x4ffa62===_0x5d27ef)break;else _0x28ce59['push'](_0x28ce59['shift']());}catch(_0x48e32d){_0x28ce59['push'](_0x28ce59['shift']());}}}(_0x5aa6,0xc4e41));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';function _0x5aa6(){var _0x5415fa=['456190efuADL','765936usnaZP','5307152PSfWcg','2AfLNKa','2789988lYYsYS','3158112JcXdzM','4464614ruYVcd','28421640QFNTCq'];_0x5aa6=function(){return _0x5415fa;};return _0x5aa6();}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';function _0x325f(_0x58d59b,_0x50fb9c){var _0x5aa601=_0x5aa6();return _0x325f=function(_0x325f03,_0xbe2bce){_0x325f03=_0x325f03-0x75;var _0x1aa170=_0x5aa601[_0x325f03];return _0x1aa170;},_0x325f(_0x58d59b,_0x50fb9c);}export{default as CommentView}from'./comments/ui/view/commentview.js';export{default as CommentThreadInputView}from'./comments/ui/view/commentthreadinputview.js';import'./augmentation.js';
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';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x468e0f,_0x4254ac,_0x5731d3){const t=_0x468e0f['t'];switch(_0x4254ac){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'},_0x5731d3);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'},_0x5731d3);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'},_0x5731d3);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'},_0x5731d3);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(_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'';}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x17c0d2,_0x125b06){const _0x269d8a=_0x126c,_0x1010f3=_0x17c0d2();while(!![]){try{const _0x3c7c97=parseInt(_0x269d8a(0xb1))/0x1*(parseInt(_0x269d8a(0xb8))/0x2)+parseInt(_0x269d8a(0xae))/0x3+parseInt(_0x269d8a(0xb6))/0x4*(parseInt(_0x269d8a(0xbb))/0x5)+parseInt(_0x269d8a(0xbf))/0x6*(-parseInt(_0x269d8a(0xb0))/0x7)+parseInt(_0x269d8a(0xbc))/0x8*(parseInt(_0x269d8a(0xad))/0x9)+parseInt(_0x269d8a(0xbe))/0xa*(parseInt(_0x269d8a(0xb2))/0xb)+-parseInt(_0x269d8a(0xb9))/0xc*(parseInt(_0x269d8a(0xb7))/0xd);if(_0x3c7c97===_0x125b06)break;else _0x1010f3['push'](_0x1010f3['shift']());}catch(_0x2d005d){_0x1010f3['push'](_0x1010f3['shift']());}}}(_0x8ccb,0x579d7));function _0x126c(_0x19f689,_0x43e3e3){const _0x8ccb7a=_0x8ccb();return _0x126c=function(_0x126cc7,_0x3ff459){_0x126cc7=_0x126cc7-0xac;let _0x32080f=_0x8ccb7a[_0x126cc7];return _0x32080f;},_0x126c(_0x19f689,_0x43e3e3);}import{throttle as _0x1ab97a}from'lodash-es';function _0x8ccb(){const _0x1281b2=['30MjTvKY','1493808iHorae','cancel','5XEERcN','3576AraHCt','characterData','21090WTbXJN','1051572DyDVjY','type','class','observe','5175lOJnQU','1330455vFEdzd','attributeName','7JpjALg','28279WFyPRV','2431uVaUdB','attributes','childList','disconnect','1250692KnZgke','143DboxaR'];_0x8ccb=function(){return _0x1281b2;};return _0x8ccb();}export default function Dt(_0x22eb5b){const _0x351b05=_0x1ab97a(_0x22eb5b,0x1e),_0xe072a3=new MutationObserver(_0x547a8d=>{const _0x5c7ebd=_0x126c;for(const _0x4d2dbf of _0x547a8d)(_0x5c7ebd(0xb3)==_0x4d2dbf[_0x5c7ebd(0xc0)]&&_0x5c7ebd(0xc1)==_0x4d2dbf[_0x5c7ebd(0xaf)]||_0x5c7ebd(0xb4)==_0x4d2dbf[_0x5c7ebd(0xc0)]||_0x5c7ebd(0xbd)==_0x4d2dbf[_0x5c7ebd(0xc0)])&&_0x351b05();});return{'attach'(_0x5f3a51){const _0x1f516b=_0x126c;_0xe072a3[_0x1f516b(0xac)](_0x5f3a51,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){const _0x2096e9=_0x126c;_0xe072a3[_0x2096e9(0xb5)](),_0x351b05[_0x2096e9(0xba)]();}};}
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();}