@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 _0x664f(){const _0x5daf34=['panelView','_handleAnnotationFocusableElements','3245RcVerJ','add','ck-body','42350XAipAI','requires','commentsArchiveView','set','mainView','collection','25QUbUCJ','getByInnerView','channelId','commentsArchive','splice','_calculatePosition','ck-comments-archive-dropdown','archivedThreads','collaboration.channelId','change:isOpen','pluginName','config','length','1648031jLRyfV','extendTemplate','editor','push','211853jsXZPp','locale','listenTo','Annotations','18FSYqVl','2660340axUnOz','focusableElements','buttonView','CommentsRepository','innerView','filter','contains','position','children','view','_visibleAnnotations','find','remove','389716IcejMX','COMMENTS_ARCHIVE','496107QipTei','_createArchiveUIDropdown','_threadToController','annotationViews','4qjrZjl','508488VFyUvE','_pendingThreads','CommentsArchiveUI','indexOf','componentFactory','archivedAt','plugins','findIndex','stopListening','isVisible','get','focusTracker','init','classList'];_0x664f=function(){return _0x5daf34;};return _0x664f();}const _0x22f3d0=_0x2fb9;function _0x2fb9(_0x25a5a2,_0x3fc453){const _0x664f2=_0x664f();return _0x2fb9=function(_0x2fb9ff,_0x4ea68b){_0x2fb9ff=_0x2fb9ff-0x16c;let _0x5d9eaf=_0x664f2[_0x2fb9ff];return _0x5d9eaf;},_0x2fb9(_0x25a5a2,_0x3fc453);}(function(_0x25442f,_0x3c0893){const _0x434860=_0x2fb9,_0x135011=_0x25442f();while(!![]){try{const _0x330958=parseInt(_0x434860(0x194))/0x1+parseInt(_0x434860(0x1ac))/0x2*(parseInt(_0x434860(0x1a8))/0x3)+parseInt(_0x434860(0x1a6))/0x4*(parseInt(_0x434860(0x183))/0x5)+parseInt(_0x434860(0x199))/0x6+parseInt(_0x434860(0x190))/0x7+parseInt(_0x434860(0x1ad))/0x8*(-parseInt(_0x434860(0x198))/0x9)+-parseInt(_0x434860(0x17d))/0xa*(parseInt(_0x434860(0x17a))/0xb);if(_0x330958===_0x3c0893)break;else _0x135011['push'](_0x135011['shift']());}catch(_0x39ae39){_0x135011['push'](_0x135011['shift']());}}}(_0x664f,0x51150));import'../../theme/commentsarchive.css';import{Plugin as _0x3a47a1}from'ckeditor5/src/core.js';import{createDropdown as _0x452d2c,ViewCollection as _0x5dc4c9}from'ckeditor5/src/ui.js';import _0x42c426 from'../../theme/icons/comments-archive.svg';import{getTranslation as _0x241f69}from'../utils/common-translations.js';import _0x5c04cc from'./ui/view/commentsarchiveview.js';import _0x55c14d from'./commentsarchive.js';export default class a extends _0x3a47a1{static get[_0x22f3d0(0x18d)](){const _0x2bd0d2=_0x22f3d0;return _0x2bd0d2(0x16c);}static get[_0x22f3d0(0x17e)](){return[_0x55c14d];}constructor(_0x512f7f){const _0x58bd32=_0x22f3d0;super(_0x512f7f),this[_0x58bd32(0x1ab)]=new _0x5dc4c9(),this[_0x58bd32(0x1ae)]=[];}[_0x22f3d0(0x176)](){const _0x26596b=_0x22f3d0;this[_0x26596b(0x192)]['ui'][_0x26596b(0x16e)][_0x26596b(0x17b)](_0x26596b(0x186),()=>this[_0x26596b(0x1a9)]());const _0x1b760c=this[_0x26596b(0x192)][_0x26596b(0x170)][_0x26596b(0x174)](_0x55c14d),_0x5eec3e=this[_0x26596b(0x192)][_0x26596b(0x170)][_0x26596b(0x174)](_0x26596b(0x197)),_0x4492c8=this[_0x26596b(0x192)][_0x26596b(0x170)][_0x26596b(0x174)](_0x26596b(0x19c));this[_0x26596b(0x196)](_0x1b760c[_0x26596b(0x18a)],_0x26596b(0x17b),(_0x3a4e5c,_0x6694de)=>{const _0x336161=_0x26596b,_0x59efb=this[_0x336161(0x192)][_0x336161(0x18e)][_0x336161(0x174)](_0x336161(0x18b));if(!_0x59efb||_0x6694de[_0x336161(0x185)]===_0x59efb){const _0x2ced4d=this[_0x336161(0x188)](_0x6694de[_0x336161(0x16f)]),_0x1048f7=_0x4492c8[_0x336161(0x1aa)][_0x336161(0x174)](_0x6694de);if(!_0x1048f7)return void this[_0x336161(0x1ae)][_0x336161(0x193)]({'thread':_0x6694de,'position':_0x2ced4d});const _0x4ab901=_0x5eec3e[_0x336161(0x184)](_0x1048f7[_0x336161(0x1a2)]);_0x4ab901[_0x336161(0x173)]&&_0x5eec3e[_0x336161(0x1a3)][_0x336161(0x1a5)](_0x4ab901),this[_0x336161(0x1ab)][_0x336161(0x17b)](_0x4ab901[_0x336161(0x1a2)],_0x2ced4d);}}),this[_0x26596b(0x196)](_0x5eec3e[_0x26596b(0x182)],_0x26596b(0x17b),(_0x1ef69a,_0x21a046)=>{const _0x5531ec=_0x26596b,_0x1bc8c9=this[_0x5531ec(0x1ae)][_0x5531ec(0x1a4)](({thread:_0x333047})=>{const _0x5e8395=_0x5531ec,_0x24fdf3=_0x4492c8[_0x5e8395(0x1aa)][_0x5e8395(0x174)](_0x333047);return _0x24fdf3&&_0x21a046[_0x5e8395(0x19d)]===_0x24fdf3[_0x5e8395(0x1a2)];});_0x1bc8c9&&(this[_0x5531ec(0x1ab)][_0x5531ec(0x17b)](_0x21a046[_0x5531ec(0x1a2)],_0x1bc8c9[_0x5531ec(0x1a0)]),this[_0x5531ec(0x1ae)][_0x5531ec(0x187)](this[_0x5531ec(0x1ae)][_0x5531ec(0x16d)](_0x1bc8c9),0x1));}),this[_0x26596b(0x196)](_0x1b760c[_0x26596b(0x18a)],_0x26596b(0x1a5),(_0x29d42a,_0x25c05f)=>{const _0x380807=_0x26596b,_0xb5e96e=this[_0x380807(0x192)][_0x380807(0x18e)][_0x380807(0x174)](_0x380807(0x18b));if(!_0xb5e96e||_0x25c05f[_0x380807(0x185)]===_0xb5e96e){const _0x305ccf=_0x4492c8[_0x380807(0x1aa)][_0x380807(0x174)](_0x25c05f),_0x1085c3=_0x5eec3e[_0x380807(0x184)](_0x305ccf[_0x380807(0x1a2)]);this[_0x380807(0x1ab)][_0x380807(0x1a5)](_0x1085c3[_0x380807(0x1a2)]),this[_0x380807(0x172)](_0x1085c3[_0x380807(0x19a)]);}});}[_0x22f3d0(0x179)](_0x109fe3,_0x5d6599){const _0x42d47d=_0x22f3d0;for(const _0x1eeb30 of _0x5d6599[_0x42d47d(0x19a)])_0x1eeb30[_0x42d47d(0x177)][_0x42d47d(0x19f)](_0x42d47d(0x17c))&&_0x109fe3[_0x42d47d(0x175)][_0x42d47d(0x17b)](_0x1eeb30);this[_0x42d47d(0x196)](_0x5d6599[_0x42d47d(0x19a)],_0x42d47d(0x17b),(_0xfee266,_0x31986c)=>{const _0x2bfcca=_0x42d47d;_0x31986c[_0x2bfcca(0x177)][_0x2bfcca(0x19f)](_0x2bfcca(0x17c))&&_0x109fe3[_0x2bfcca(0x175)][_0x2bfcca(0x17b)](_0x31986c);}),this[_0x42d47d(0x196)](_0x5d6599[_0x42d47d(0x19a)],_0x42d47d(0x1a5),(_0x4cb859,_0x36a75d)=>{const _0x234457=_0x42d47d;_0x36a75d[_0x234457(0x177)][_0x234457(0x19f)](_0x234457(0x17c))&&_0x109fe3[_0x234457(0x175)][_0x234457(0x1a5)](_0x36a75d);});}[_0x22f3d0(0x188)](_0x32536f){const _0x4e689d=_0x22f3d0,_0x23ce46=this[_0x4e689d(0x192)][_0x4e689d(0x18e)][_0x4e689d(0x174)](_0x4e689d(0x18b)),_0xc16f3=[...this[_0x4e689d(0x192)][_0x4e689d(0x170)][_0x4e689d(0x174)](_0x55c14d)[_0x4e689d(0x18a)]][_0x4e689d(0x19e)](_0x319168=>_0x319168[_0x4e689d(0x185)]===_0x23ce46)[_0x4e689d(0x171)](_0x5088ec=>_0x5088ec[_0x4e689d(0x16f)]<_0x32536f);return _0xc16f3>-0x1?_0xc16f3-0x1:this[_0x4e689d(0x1ab)][_0x4e689d(0x18f)];}[_0x22f3d0(0x1a9)](){const _0x4eed84=_0x22f3d0,_0x4c9192=this[_0x4eed84(0x192)],_0x2ed924=this[_0x4eed84(0x192)][_0x4eed84(0x170)][_0x4eed84(0x174)](_0x4eed84(0x197)),_0x7c46d6=_0x452d2c(_0x4c9192[_0x4eed84(0x195)]);_0x7c46d6[_0x4eed84(0x19b)][_0x4eed84(0x180)]({'icon':_0x42c426,'label':_0x241f69(_0x4c9192[_0x4eed84(0x195)],_0x4eed84(0x1a7)),'tooltip':!0x0}),_0x7c46d6[_0x4eed84(0x178)][_0x4eed84(0x191)]({'attributes':{'class':_0x4eed84(0x189)}}),_0x7c46d6['on'](_0x4eed84(0x18c),(_0x101126,_0x57f8d1,_0x11fa24)=>{const _0x5d11ac=_0x4eed84;this[_0x5d11ac(0x17f)]||(this[_0x5d11ac(0x17f)]=new _0x5c04cc(_0x4c9192[_0x5d11ac(0x195)],this[_0x5d11ac(0x1ab)])),_0x11fa24?_0x7c46d6[_0x5d11ac(0x178)][_0x5d11ac(0x1a1)][_0x5d11ac(0x17b)](this[_0x5d11ac(0x17f)]):_0x7c46d6[_0x5d11ac(0x178)][_0x5d11ac(0x1a1)][_0x5d11ac(0x1a5)](this[_0x5d11ac(0x17f)]);});for(const _0x4c4906 of this[_0x4eed84(0x1ab)]){const _0x15b464=_0x2ed924[_0x4eed84(0x184)](_0x4c4906[_0x4eed84(0x181)]);this[_0x4eed84(0x179)](_0x7c46d6,_0x15b464);}return _0x7c46d6[_0x4eed84(0x196)](this[_0x4eed84(0x1ab)],_0x4eed84(0x17b),(_0x25a97a,_0x1bd732)=>{const _0xf7a4df=_0x4eed84,_0x115a46=_0x2ed924[_0xf7a4df(0x184)](_0x1bd732[_0xf7a4df(0x181)]);this[_0xf7a4df(0x179)](_0x7c46d6,_0x115a46);}),_0x7c46d6[_0x4eed84(0x196)](this[_0x4eed84(0x1ab)],_0x4eed84(0x1a5),(_0xdbe49,_0x59b2e)=>{const _0x3f12ef=_0x4eed84,_0x178f80=_0x2ed924[_0x3f12ef(0x184)](_0x59b2e[_0x3f12ef(0x181)]);for(const _0x1a5a71 of _0x178f80[_0x3f12ef(0x19a)])_0x1a5a71[_0x3f12ef(0x177)][_0x3f12ef(0x19f)](_0x3f12ef(0x17c))&&_0x7c46d6[_0x3f12ef(0x175)][_0x3f12ef(0x1a5)](_0x1a5a71);}),_0x7c46d6;}}
23
+ const _0x29232d=_0x1751;(function(_0x3d2c81,_0x524262){const _0x4812b0=_0x1751,_0x4f2a7c=_0x3d2c81();while(!![]){try{const _0x35b164=parseInt(_0x4812b0(0x119))/0x1+parseInt(_0x4812b0(0x123))/0x2+-parseInt(_0x4812b0(0x130))/0x3*(parseInt(_0x4812b0(0x135))/0x4)+parseInt(_0x4812b0(0x141))/0x5*(-parseInt(_0x4812b0(0x150))/0x6)+parseInt(_0x4812b0(0x151))/0x7*(-parseInt(_0x4812b0(0x14f))/0x8)+-parseInt(_0x4812b0(0x14e))/0x9+parseInt(_0x4812b0(0x117))/0xa*(parseInt(_0x4812b0(0x114))/0xb);if(_0x35b164===_0x524262)break;else _0x4f2a7c['push'](_0x4f2a7c['shift']());}catch(_0x21ecf3){_0x4f2a7c['push'](_0x4f2a7c['shift']());}}}(_0x1efb,0xb97bf));import'../../theme/commentsarchive.css';import{Plugin as _0x59ca8a}from'ckeditor5/src/core.js';import{createDropdown as _0xda485f,ViewCollection as _0x567852}from'ckeditor5/src/ui.js';import _0x544985 from'../../theme/icons/comments-archive.svg';function _0x1efb(){const _0x1c8e63=['plugins','contains','componentFactory','focusableElements','getByInnerView','add','annotationViews','13675077dydkJB','8696sIiAjW','6eLjIFJ','1435aZkMus','buttonView','isVisible','pluginName','extendTemplate','get','37774418eSMSVg','listenTo','_visibleAnnotations','10xFcvwU','Annotations','596258cqbTGj','_pendingThreads','children','remove','findIndex','requires','filter','innerView','init','commentsArchive','60554rakUDH','ck-comments-archive-dropdown','COMMENTS_ARCHIVE','ck-body','locale','collection','position','editor','view','_createArchiveUIDropdown','panelView','mainView','classList','2164653yogkam','length','_threadToController','CommentsArchiveUI','archivedAt','4KMVufu','set','_handleAnnotationFocusableElements','change:isOpen','CommentsRepository','splice','stopListening','config','collaboration.channelId','commentsArchiveView','focusTracker','archivedThreads','4184955uaZQnm','indexOf','push','_calculatePosition','find','channelId'];_0x1efb=function(){return _0x1c8e63;};return _0x1efb();}import{getTranslation as _0x5a3ec6}from'../utils/common-translations.js';import _0x1d0528 from'./ui/view/commentsarchiveview.js';import _0x10f740 from'./commentsarchive.js';function _0x1751(_0x4b0615,_0x44433d){const _0x1efbb1=_0x1efb();return _0x1751=function(_0x17513b,_0x584712){_0x17513b=_0x17513b-0x10f;let _0x569d36=_0x1efbb1[_0x17513b];return _0x569d36;},_0x1751(_0x4b0615,_0x44433d);}export default class a extends _0x59ca8a{static get[_0x29232d(0x111)](){const _0x2e49e6=_0x29232d;return _0x2e49e6(0x133);}static get[_0x29232d(0x11e)](){return[_0x10f740];}constructor(_0x353d88){const _0x177ccd=_0x29232d;super(_0x353d88),this[_0x177ccd(0x14d)]=new _0x567852(),this[_0x177ccd(0x11a)]=[];}[_0x29232d(0x121)](){const _0x8f32f3=_0x29232d;this[_0x8f32f3(0x12a)]['ui'][_0x8f32f3(0x149)][_0x8f32f3(0x14c)](_0x8f32f3(0x122),()=>this[_0x8f32f3(0x12c)]());const _0x3219fa=this[_0x8f32f3(0x12a)][_0x8f32f3(0x147)][_0x8f32f3(0x113)](_0x10f740),_0x547d46=this[_0x8f32f3(0x12a)][_0x8f32f3(0x147)][_0x8f32f3(0x113)](_0x8f32f3(0x118)),_0x3cf3c6=this[_0x8f32f3(0x12a)][_0x8f32f3(0x147)][_0x8f32f3(0x113)](_0x8f32f3(0x139));this[_0x8f32f3(0x115)](_0x3219fa[_0x8f32f3(0x140)],_0x8f32f3(0x14c),(_0x397674,_0x2bfecb)=>{const _0x680383=_0x8f32f3,_0x3386cb=this[_0x680383(0x12a)][_0x680383(0x13c)][_0x680383(0x113)](_0x680383(0x13d));if(!_0x3386cb||_0x2bfecb[_0x680383(0x146)]===_0x3386cb){const _0x3f5d75=this[_0x680383(0x144)](_0x2bfecb[_0x680383(0x134)]),_0xdfc536=_0x3cf3c6[_0x680383(0x132)][_0x680383(0x113)](_0x2bfecb);if(!_0xdfc536)return void this[_0x680383(0x11a)][_0x680383(0x143)]({'thread':_0x2bfecb,'position':_0x3f5d75});const _0x29cd0b=_0x547d46[_0x680383(0x14b)](_0xdfc536[_0x680383(0x12b)]);_0x29cd0b[_0x680383(0x110)]&&_0x547d46[_0x680383(0x116)][_0x680383(0x11c)](_0x29cd0b),this[_0x680383(0x14d)][_0x680383(0x14c)](_0x29cd0b[_0x680383(0x12b)],_0x3f5d75);}}),this[_0x8f32f3(0x115)](_0x547d46[_0x8f32f3(0x128)],_0x8f32f3(0x14c),(_0x2a2b12,_0x3177a1)=>{const _0xdc8ba=_0x8f32f3,_0x46c2a2=this[_0xdc8ba(0x11a)][_0xdc8ba(0x145)](({thread:_0x24bf84})=>{const _0x1103f1=_0xdc8ba,_0x198516=_0x3cf3c6[_0x1103f1(0x132)][_0x1103f1(0x113)](_0x24bf84);return _0x198516&&_0x3177a1[_0x1103f1(0x120)]===_0x198516[_0x1103f1(0x12b)];});_0x46c2a2&&(this[_0xdc8ba(0x14d)][_0xdc8ba(0x14c)](_0x3177a1[_0xdc8ba(0x12b)],_0x46c2a2[_0xdc8ba(0x129)]),this[_0xdc8ba(0x11a)][_0xdc8ba(0x13a)](this[_0xdc8ba(0x11a)][_0xdc8ba(0x142)](_0x46c2a2),0x1));}),this[_0x8f32f3(0x115)](_0x3219fa[_0x8f32f3(0x140)],_0x8f32f3(0x11c),(_0x8cdafd,_0x45faa8)=>{const _0x2cd954=_0x8f32f3,_0x5ce2c3=this[_0x2cd954(0x12a)][_0x2cd954(0x13c)][_0x2cd954(0x113)](_0x2cd954(0x13d));if(!_0x5ce2c3||_0x45faa8[_0x2cd954(0x146)]===_0x5ce2c3){const _0x70233c=_0x3cf3c6[_0x2cd954(0x132)][_0x2cd954(0x113)](_0x45faa8),_0x478c7e=_0x547d46[_0x2cd954(0x14b)](_0x70233c[_0x2cd954(0x12b)]);this[_0x2cd954(0x14d)][_0x2cd954(0x11c)](_0x478c7e[_0x2cd954(0x12b)]),this[_0x2cd954(0x13b)](_0x478c7e[_0x2cd954(0x14a)]);}});}[_0x29232d(0x137)](_0x44cd12,_0x500252){const _0x2a5e1a=_0x29232d;for(const _0x45c87b of _0x500252[_0x2a5e1a(0x14a)])_0x45c87b[_0x2a5e1a(0x12f)][_0x2a5e1a(0x148)](_0x2a5e1a(0x126))&&_0x44cd12[_0x2a5e1a(0x13f)][_0x2a5e1a(0x14c)](_0x45c87b);this[_0x2a5e1a(0x115)](_0x500252[_0x2a5e1a(0x14a)],_0x2a5e1a(0x14c),(_0x2afa13,_0x22870a)=>{const _0x2f3e7a=_0x2a5e1a;_0x22870a[_0x2f3e7a(0x12f)][_0x2f3e7a(0x148)](_0x2f3e7a(0x126))&&_0x44cd12[_0x2f3e7a(0x13f)][_0x2f3e7a(0x14c)](_0x22870a);}),this[_0x2a5e1a(0x115)](_0x500252[_0x2a5e1a(0x14a)],_0x2a5e1a(0x11c),(_0x2a4087,_0xb6fbba)=>{const _0x13f391=_0x2a5e1a;_0xb6fbba[_0x13f391(0x12f)][_0x13f391(0x148)](_0x13f391(0x126))&&_0x44cd12[_0x13f391(0x13f)][_0x13f391(0x11c)](_0xb6fbba);});}[_0x29232d(0x144)](_0x5a27af){const _0x12699f=_0x29232d,_0x4d00fd=this[_0x12699f(0x12a)][_0x12699f(0x13c)][_0x12699f(0x113)](_0x12699f(0x13d)),_0xee62cd=[...this[_0x12699f(0x12a)][_0x12699f(0x147)][_0x12699f(0x113)](_0x10f740)[_0x12699f(0x140)]][_0x12699f(0x11f)](_0x275ff7=>_0x275ff7[_0x12699f(0x146)]===_0x4d00fd)[_0x12699f(0x11d)](_0x3594d1=>_0x3594d1[_0x12699f(0x134)]<_0x5a27af);return _0xee62cd>-0x1?_0xee62cd-0x1:this[_0x12699f(0x14d)][_0x12699f(0x131)];}[_0x29232d(0x12c)](){const _0x49aa7a=_0x29232d,_0x3b285e=this[_0x49aa7a(0x12a)],_0x1f352f=this[_0x49aa7a(0x12a)][_0x49aa7a(0x147)][_0x49aa7a(0x113)](_0x49aa7a(0x118)),_0xc0d98a=_0xda485f(_0x3b285e[_0x49aa7a(0x127)]);_0xc0d98a[_0x49aa7a(0x10f)][_0x49aa7a(0x136)]({'icon':_0x544985,'label':_0x5a3ec6(_0x3b285e[_0x49aa7a(0x127)],_0x49aa7a(0x125)),'tooltip':!0x0}),_0xc0d98a[_0x49aa7a(0x12d)][_0x49aa7a(0x112)]({'attributes':{'class':_0x49aa7a(0x124)}}),_0xc0d98a['on'](_0x49aa7a(0x138),(_0x136f4d,_0xa9409a,_0x294d6f)=>{const _0xbe453e=_0x49aa7a;this[_0xbe453e(0x13e)]||(this[_0xbe453e(0x13e)]=new _0x1d0528(_0x3b285e[_0xbe453e(0x127)],this[_0xbe453e(0x14d)])),_0x294d6f?_0xc0d98a[_0xbe453e(0x12d)][_0xbe453e(0x11b)][_0xbe453e(0x14c)](this[_0xbe453e(0x13e)]):_0xc0d98a[_0xbe453e(0x12d)][_0xbe453e(0x11b)][_0xbe453e(0x11c)](this[_0xbe453e(0x13e)]);});for(const _0x1d5d41 of this[_0x49aa7a(0x14d)]){const _0x551134=_0x1f352f[_0x49aa7a(0x14b)](_0x1d5d41[_0x49aa7a(0x12e)]);this[_0x49aa7a(0x137)](_0xc0d98a,_0x551134);}return _0xc0d98a[_0x49aa7a(0x115)](this[_0x49aa7a(0x14d)],_0x49aa7a(0x14c),(_0x53adaa,_0x6eb6d1)=>{const _0x256d6c=_0x49aa7a,_0x515940=_0x1f352f[_0x256d6c(0x14b)](_0x6eb6d1[_0x256d6c(0x12e)]);this[_0x256d6c(0x137)](_0xc0d98a,_0x515940);}),_0xc0d98a[_0x49aa7a(0x115)](this[_0x49aa7a(0x14d)],_0x49aa7a(0x11c),(_0x5247ae,_0x5665a4)=>{const _0x4fd724=_0x49aa7a,_0x4617b1=_0x1f352f[_0x4fd724(0x14b)](_0x5665a4[_0x4fd724(0x12e)]);for(const _0x17a4e4 of _0x4617b1[_0x4fd724(0x14a)])_0x17a4e4[_0x4fd724(0x12f)][_0x4fd724(0x148)](_0x4fd724(0x126))&&_0xc0d98a[_0x4fd724(0x13f)][_0x4fd724(0x11c)](_0x17a4e4);}),_0xc0d98a;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4fb355=_0x530e;(function(_0x4bff18,_0x5be476){const _0x1c59da=_0x530e,_0x1d13f3=_0x4bff18();while(!![]){try{const _0xe1b22c=parseInt(_0x1c59da(0x1c2))/0x1*(parseInt(_0x1c59da(0x200))/0x2)+-parseInt(_0x1c59da(0x23f))/0x3+-parseInt(_0x1c59da(0x242))/0x4*(parseInt(_0x1c59da(0x1bc))/0x5)+parseInt(_0x1c59da(0x209))/0x6*(-parseInt(_0x1c59da(0x204))/0x7)+parseInt(_0x1c59da(0x23a))/0x8*(-parseInt(_0x1c59da(0x1fd))/0x9)+-parseInt(_0x1c59da(0x1ee))/0xa+parseInt(_0x1c59da(0x1cd))/0xb*(parseInt(_0x1c59da(0x1f5))/0xc);if(_0xe1b22c===_0x5be476)break;else _0x1d13f3['push'](_0x1d13f3['shift']());}catch(_0x19a3a3){_0x1d13f3['push'](_0x1d13f3['shift']());}}}(_0x5052,0x64511));import{Plugin as _0x2f8ff5}from'ckeditor5/src/core.js';import{scrollViewportToShowTarget as _0x571808}from'ckeditor5/src/utils.js';function _0x5052(){const _0x709931=['announce','rootName','hasMarkerForId','markerToData','ENTER_COMMENT_ANNOUNCEMENT','init','join','start','change:isThreadsLoadingPaused','enqueueChange','set','collaboration.channelId','ck-comment-marker--active','getAttribute','comment','reconvertMarker','data','markerName','_threads','_handleMarkerAddAndRemove','markers','schema','openNewCommentThread','change:isReadOnly','hasDomSelection','editing','isObject','activeMarker','isThreadsLoadingPaused','2423590CUnEuO','CommentsEditing','for','root','$marker','attachTo','_attachArchivedThread','966072oxmIJD','registerPostFixer','_initializeMarkerConverters','requires','length','commands','refreshVisibility','differ','3602331mUTZXD','once','consumable','146TWYGYX','context','end','getWalker','21AxozEO','get','pluginName','ignoreResolvedComments','newRange','47094HNiqdB','getItems','getChangedMarkers','ready','push','document','_getTextContext','removeCommentThread','getRange','from','upcast','markerToHighlight','change:activeMarker','addMarker:','removeMarker:','name','addCommentThread','fetchCommentThread','isResolved','removeMarker','getAllMarkersForId','createRange','item','destroy','_detachCommentThread','$graveyard','setContext','_reconvertMarkers','add','isEqual','then','unlinkedAt','registerAnnotation','text','isAttached','createPositionBefore','ck-comment-marker','managedUsingOperations','config','group','plugins','editingDowncast','comment:','low','hasCommentThread','model','createElement','state','render','8vNEwap','isLocal','$textProxy','comments','startsWith','2247246KdTXmV','destroyed','_getTargetForId','684tazWhp','addComment','ariaLiveAnnouncer','hasContent','dataToMarker','split','view','getByInnerView','getCommentThread','conversion','getCommentThreads','setUnlinkedAt','locale','change','clear','affectsData','delete','LEAVE_COMMENT_ANNOUNCEMENT','scrollToThreadMarker','4155MSQsMf','substring','editor','_threadToController','resolveCommentThread','_attachMarkerToThread','3803AfFOBy','_hasTargetInContent','_initAriaMarkerChangeAnnouncements','elementToElement','focus','isCollapsed','listenTo','_handleThreadMarker','reopenCommentThread','size','consume','231mOqqbQ','updateMarker','switchReadOnly','dataDowncast'];_0x5052=function(){return _0x709931;};return _0x5052();}import _0x361d26 from'./commentsrepository.js';import _0xee5c2b from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x568973,getAllMarkersDomElementsSorted as _0x31561c}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x530e(_0x219813,_0x1e9046){const _0x5052cb=_0x5052();return _0x530e=function(_0x530e0c,_0x26e146){_0x530e0c=_0x530e0c-0x1b1;let _0x4b6c57=_0x5052cb[_0x530e0c];return _0x4b6c57;},_0x530e(_0x219813,_0x1e9046);}import _0x5d408b from'../annotations/editorannotations.js';import _0xaef844 from'./integrations/commentsrestrictededitingmode.js';import _0xf55bb6 from'./integrations/importword.js';import _0x9840cd from'./integrations/clipboard.js';import'../../theme/commentmarker.css';import _0xf231a3 from'../annotations/annotations.js';import{getTranslation as _0x3f6932}from'../utils/common-translations.js';export default class r extends _0x2f8ff5{static get[_0x4fb355(0x1f8)](){return[_0x361d26,_0x5d408b,_0xaef844,_0xf55bb6,_0x9840cd];}static get[_0x4fb355(0x206)](){const _0x189fc1=_0x4fb355;return _0x189fc1(0x1ef);}constructor(_0x4c0c38){const _0x882aaf=_0x4fb355;super(_0x4c0c38),this[_0x882aaf(0x1db)](_0x882aaf(0x1ed),!0x0),_0x4c0c38[_0x882aaf(0x1e1)][_0x882aaf(0x1fe)](_0x882aaf(0x20c),()=>this[_0x882aaf(0x1ed)]=!0x1),this[_0x882aaf(0x1db)](_0x882aaf(0x1ec),null),this['on'](_0x882aaf(0x215),(_0x421f8c,_0x27f2f6,_0x44d86f,_0x431c95)=>{const _0x5c31c1=_0x882aaf,_0x102e90=_0x44d86f?et(_0x44d86f)['id']:null;if(_0x4c0c38[_0x5c31c1(0x236)][_0x5c31c1(0x1b6)](()=>{const _0x488741=_0x5c31c1;if(_0x102e90){const _0xbc9aa4=this[_0x488741(0x21d)](_0x102e90);for(const _0x49060f of _0xbc9aa4)_0x4c0c38[_0x488741(0x1ea)][_0x488741(0x1e0)](_0x49060f);}if(_0x431c95){const {id:_0x35580e}=et(_0x431c95),_0x3f6614=this[_0x488741(0x21d)](_0x35580e);for(const _0x30cddf of _0x3f6614)_0x4c0c38[_0x488741(0x1ea)][_0x488741(0x1e0)](_0x30cddf);}}),_0x102e90){const _0x11fea0=_0x4c0c38[_0x5c31c1(0x231)][_0x5c31c1(0x205)](_0x361d26)[_0x5c31c1(0x1b1)](_0x102e90);_0x11fea0&&_0x11fea0[_0x5c31c1(0x21b)]&&this[_0x5c31c1(0x1bb)](_0x102e90);}}),this[_0x882aaf(0x1c4)]();}[_0x4fb355(0x1d6)](){const _0x318f7e=_0x4fb355,_0x2bbead=this[_0x318f7e(0x1be)],_0x509f51=_0x2bbead[_0x318f7e(0x231)][_0x318f7e(0x205)](_0x361d26),_0x315612=_0x2bbead[_0x318f7e(0x22f)][_0x318f7e(0x205)](_0x318f7e(0x1dc));_0x2bbead[_0x318f7e(0x1fa)][_0x318f7e(0x225)](_0x318f7e(0x219),new _0xee5c2b(_0x2bbead)),this[_0x318f7e(0x1c8)](_0x2bbead,_0x318f7e(0x1e8),(_0x246f76,_0x5640d1,_0x1e396a)=>{const _0x2eff54=_0x318f7e;_0x509f51[_0x2eff54(0x1cf)](_0x1e396a,_0x2bbead[_0x2eff54(0x22f)][_0x2eff54(0x205)](_0x2eff54(0x1dc)));}),this[_0x318f7e(0x1c8)](_0x509f51,ot(_0x318f7e(0x219),_0x315612),(_0x100ed6,{threadId:_0x43c01f})=>{const _0x8e44c5=_0x318f7e,_0x205fb5=this[_0x8e44c5(0x1be)][_0x8e44c5(0x231)][_0x8e44c5(0x205)](_0x361d26)[_0x8e44c5(0x1b1)](_0x43c01f);_0x205fb5&&_0x205fb5[_0x8e44c5(0x228)]&&this[_0x8e44c5(0x1f4)](_0x43c01f);}),this[_0x318f7e(0x1c8)](_0x509f51,ot(_0x318f7e(0x210),_0x315612),(_0x4d31d7,{threadId:_0x31c5c9})=>{const _0x35a6a4=_0x318f7e;_0x2bbead[_0x35a6a4(0x236)][_0x35a6a4(0x1da)]({'isUndoable':!0x1},_0x2dba6d=>{const _0x2ed003=_0x35a6a4,_0x3d5dfe=this[_0x2ed003(0x21d)](_0x31c5c9);for(const _0x2cf556 of _0x3d5dfe)_0x2dba6d[_0x2ed003(0x21c)](_0x2cf556);});}),this[_0x318f7e(0x1c8)](_0x509f51,ot(_0x318f7e(0x1c0),_0x315612),(_0x430fbf,{threadId:_0x2234ec})=>{const _0x190a2e=_0x318f7e;(this[_0x190a2e(0x224)](_0x2234ec),this[_0x190a2e(0x1be)][_0x190a2e(0x1ea)][_0x190a2e(0x248)][_0x190a2e(0x1e9)])&&(this[_0x190a2e(0x1be)][_0x190a2e(0x231)][_0x190a2e(0x205)](_0x361d26)[_0x190a2e(0x1b1)](_0x2234ec)[_0x190a2e(0x228)]||this[_0x190a2e(0x1be)][_0x190a2e(0x1ea)][_0x190a2e(0x248)][_0x190a2e(0x1c6)]());},{'priority':_0x318f7e(0x234)}),this[_0x318f7e(0x1c8)](_0x509f51,ot(_0x318f7e(0x1ca),_0x315612),(_0x3677af,{threadId:_0x5066f4})=>{const _0x4727cf=_0x318f7e;this[_0x4727cf(0x224)](_0x5066f4);},{'priority':_0x318f7e(0x234)}),this[_0x318f7e(0x1c8)](_0x509f51,ot(_0x318f7e(0x243),_0x315612),(_0x25f5aa,{threadId:_0x20d5ba,isFromAdapter:_0x5f39dc})=>{const _0x5386d7=_0x318f7e,_0x4875e9=this[_0x5386d7(0x21d)](_0x20d5ba);if(_0x5f39dc||0x0==_0x4875e9[_0x5386d7(0x1f9)]||!_0x509f51[_0x5386d7(0x235)](_0x20d5ba))return;0x1===_0x509f51[_0x5386d7(0x1b1)](_0x20d5ba)[_0x5386d7(0x1f9)]&&_0x2bbead[_0x5386d7(0x236)][_0x5386d7(0x1da)]({'isUndoable':!0x1},_0xe354d9=>{const _0x2d91a2=_0x5386d7;for(const _0x5bfa7c of _0x4875e9)_0xe354d9[_0x2d91a2(0x1ce)](_0x5bfa7c,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x318f7e(0x234)}),this[_0x318f7e(0x1f7)](),this[_0x318f7e(0x1e4)]();}[_0x4fb355(0x220)](){const _0x2b402d=_0x4fb355,_0x4f1da4=this[_0x2b402d(0x1be)][_0x2b402d(0x231)][_0x2b402d(0x205)](_0x361d26),_0x39f08c=this[_0x2b402d(0x1be)][_0x2b402d(0x22f)][_0x2b402d(0x205)](_0x2b402d(0x1dc));for(const _0x2173f8 of _0x4f1da4[_0x2b402d(0x1b3)]({'channelId':_0x39f08c}))_0x4f1da4[_0x2b402d(0x221)](_0x2173f8['id']),_0x4f1da4[_0x2b402d(0x1e3)][_0x2b402d(0x1b9)](_0x2173f8['id']);super[_0x2b402d(0x220)]();}[_0x4fb355(0x1d3)](_0x14c423){const _0x34c627=_0x4fb355;return this[_0x34c627(0x21d)](_0x14c423)[_0x34c627(0x1f9)]>0x0;}[_0x4fb355(0x21d)](_0x9287d7){const _0x488621=_0x4fb355,_0x538593=[];for(const _0x11edb1 of this[_0x488621(0x1be)][_0x488621(0x236)][_0x488621(0x1e5)])_0x11edb1[_0x488621(0x218)][_0x488621(0x23e)](_0x488621(0x233)+_0x9287d7)&&_0x538593[_0x488621(0x20d)](_0x11edb1);return _0x538593;}[_0x4fb355(0x1bb)](_0x4a7e7f){const _0x2f8a43=_0x4fb355,_0xf089aa=this[_0x2f8a43(0x241)](_0x4a7e7f);_0xf089aa&&setTimeout(()=>{const _0x50ba73=_0x2f8a43;this[_0x50ba73(0x1ec)]&&et(this[_0x50ba73(0x1ec)])['id']===_0x4a7e7f&&_0x571808({'target':_0xf089aa[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x4fb355(0x224)](_0x2be38e){const _0x127e52=_0x4fb355;this[_0x127e52(0x1be)][_0x127e52(0x236)][_0x127e52(0x1b6)](()=>{const _0x250684=_0x127e52;for(const _0x419d5 of this[_0x250684(0x21d)](_0x2be38e))this[_0x250684(0x1be)][_0x250684(0x1ea)][_0x250684(0x1e0)](_0x419d5);});}[_0x4fb355(0x1f4)](_0x5a9a78){const _0x49834b=_0x4fb355,_0x239f13=this[_0x49834b(0x1be)][_0x49834b(0x231)][_0x49834b(0x205)](_0x361d26),_0x4c321f=this[_0x49834b(0x1be)][_0x49834b(0x231)][_0x49834b(0x205)](_0x5d408b),_0x3e5fad=_0x239f13[_0x49834b(0x1b1)](_0x5a9a78);if(!_0x3e5fad[_0x49834b(0x22b)]){const _0x4db86e=_0x3e5fad[_0x49834b(0x1f3)](()=>this[_0x49834b(0x241)](_0x3e5fad['id']));_0x4c321f[_0x49834b(0x229)](_0x4db86e),_0x3e5fad[_0x49834b(0x1c3)]=!0x1;}}[_0x4fb355(0x1f7)](){const _0x5e2d6b=_0x4fb355,_0x346d73=this[_0x5e2d6b(0x1be)];_0x346d73[_0x5e2d6b(0x1b2)][_0x5e2d6b(0x1f0)](_0x5e2d6b(0x232))[_0x5e2d6b(0x214)]({'model':_0x5e2d6b(0x1df),'view':(_0x221fde,_0x24fb16)=>{const _0x1a1d7b=_0x5e2d6b,{id:_0x977ec1}=et(_0x221fde[_0x1a1d7b(0x1e2)]),_0x287801=_0x346d73[_0x1a1d7b(0x231)][_0x1a1d7b(0x205)](_0x361d26)[_0x1a1d7b(0x1b1)](_0x977ec1),_0x23dea4=this[_0x1a1d7b(0x1ec)]&&et(this[_0x1a1d7b(0x1ec)])['id']===_0x977ec1;if(_0x287801&&_0x287801[_0x1a1d7b(0x21b)]&&!_0x23dea4&&_0x221fde[_0x1a1d7b(0x21f)])return _0x24fb16[_0x1a1d7b(0x1ff)][_0x1a1d7b(0x1cc)](_0x221fde[_0x1a1d7b(0x21f)],_0x1a1d7b(0x216)+_0x221fde[_0x1a1d7b(0x1e2)]),_0x24fb16[_0x1a1d7b(0x1ff)][_0x1a1d7b(0x1cc)](_0x221fde[_0x1a1d7b(0x21f)],_0x1a1d7b(0x217)+_0x221fde[_0x1a1d7b(0x1e2)]),null;const _0x75c517=[_0x1a1d7b(0x22d)];return _0x23dea4&&_0x75c517[_0x1a1d7b(0x20d)](_0x1a1d7b(0x1dd)),{'classes':_0x75c517,'attributes':{'data-comment':_0x977ec1}};}}),_0x346d73[_0x5e2d6b(0x1b2)][_0x5e2d6b(0x1f0)](_0x5e2d6b(0x1d0))[_0x5e2d6b(0x1d4)]({'model':_0x5e2d6b(0x1df),'view':(_0x2d855b,{options:_0x4052a9})=>{const _0x4e3745=_0x5e2d6b,_0x2ef315=_0x346d73[_0x4e3745(0x231)][_0x4e3745(0x205)](_0x361d26),_0x3e60e4=_0x346d73[_0x4e3745(0x236)][_0x4e3745(0x1e5)][_0x4e3745(0x205)](_0x2d855b),{id:_0x42e284,part:_0x177e80}=et(_0x2d855b);if(_0x3e60e4&&!_0x3e60e4[_0x4e3745(0x1b8)])return null;if(_0x4052a9[_0x4e3745(0x207)]){const _0x4177a1=_0x2ef315[_0x4e3745(0x1b1)](_0x42e284);if(_0x4177a1&&_0x4177a1[_0x4e3745(0x21b)])return null;}return{'group':_0x4e3745(0x1df),'name':_0x177e80?_0x42e284+':'+_0x177e80:_0x42e284};}}),_0x346d73[_0x5e2d6b(0x1b2)][_0x5e2d6b(0x1f0)](_0x5e2d6b(0x213))[_0x5e2d6b(0x1c5)]({'view':{'name':_0x5e2d6b(0x1df),'attributes':{'id':/^\w/}},'model':(_0x387a2d,{writer:_0x3fba90})=>_0x3fba90[_0x5e2d6b(0x237)](_0x5e2d6b(0x1f2),{'data-name':_0x5e2d6b(0x233)+_0x387a2d[_0x5e2d6b(0x1de)]('id')})}),_0x346d73[_0x5e2d6b(0x1b2)][_0x5e2d6b(0x1f0)](_0x5e2d6b(0x213))[_0x5e2d6b(0x246)]({'view':_0x5e2d6b(0x1df)});}[_0x4fb355(0x1e4)](){const _0x33cfc4=_0x4fb355,_0x1d874c=this[_0x33cfc4(0x1be)],_0x12c867=_0x1d874c[_0x33cfc4(0x231)][_0x33cfc4(0x205)](_0x361d26),_0x25ddc1=new Set(),_0x4d66e5=new Set();_0x1d874c[_0x33cfc4(0x236)][_0x33cfc4(0x20e)][_0x33cfc4(0x1f6)](_0x2a3d9f=>{const _0x1aecf0=_0x33cfc4;let _0x26e43a=!0x1;for(const {name:_0x7ba163,data:_0x369869}of _0x1d874c[_0x1aecf0(0x236)][_0x1aecf0(0x20e)][_0x1aecf0(0x1fc)][_0x1aecf0(0x20b)]()){const {group:_0x5d2288,id:_0x2ce79b}=et(_0x7ba163);let _0x48d6f1=_0x369869[_0x1aecf0(0x208)];if(_0x1aecf0(0x1df)!==_0x5d2288||!_0x48d6f1)continue;const _0x1bdbe9=_0x1aecf0(0x222)===_0x48d6f1[_0x1aecf0(0x1f1)][_0x1aecf0(0x1d2)];_0x1bdbe9||(_0x48d6f1=rt(_0x48d6f1,_0x1d874c[_0x1aecf0(0x236)]),!_0x48d6f1||_0x48d6f1[_0x1aecf0(0x1c7)]||!_0x369869[_0x1aecf0(0x208)]||_0x48d6f1[_0x1aecf0(0x226)](_0x369869[_0x1aecf0(0x208)]))?_0x1d874c[_0x1aecf0(0x236)][_0x1aecf0(0x245)](_0x48d6f1)&&!_0x1bdbe9?this[_0x1aecf0(0x1ed)]?_0x25ddc1[_0x1aecf0(0x225)](_0x7ba163):this[_0x1aecf0(0x1c9)](_0x7ba163,_0x2ce79b):(_0x4d66e5[_0x1aecf0(0x225)](_0x7ba163),_0x25ddc1[_0x1aecf0(0x1b9)](_0x7ba163),_0x2a3d9f[_0x1aecf0(0x21c)](_0x7ba163),_0x26e43a=!0x0):(_0x2a3d9f[_0x1aecf0(0x1ce)](_0x7ba163,{'range':_0x48d6f1}),_0x26e43a=!0x0);}return _0x26e43a;}),this['on'](_0x33cfc4(0x1d9),(_0x3ebe8e,_0x2247ea,_0x3293bb)=>{const _0x58106a=_0x33cfc4;if(!_0x3293bb&&_0x25ddc1[_0x58106a(0x1cb)])for(const _0x59e5a0 of _0x25ddc1){const {id:_0x5560ef}=et(_0x59e5a0);_0x25ddc1[_0x58106a(0x1b9)](_0x59e5a0),_0x1d874c[_0x58106a(0x236)][_0x58106a(0x1e5)][_0x58106a(0x205)](_0x59e5a0)&&this[_0x58106a(0x1c9)](_0x59e5a0,_0x5560ef);}}),this[_0x33cfc4(0x1c8)](_0x1d874c[_0x33cfc4(0x236)][_0x33cfc4(0x20e)],_0x33cfc4(0x1b6),(_0x543b0a,_0x365e25)=>{const _0x4050ef=_0x33cfc4;for(const {name:_0x5c0eac,data:{newRange:_0x1e4967}}of _0x1d874c[_0x4050ef(0x236)][_0x4050ef(0x20e)][_0x4050ef(0x1fc)][_0x4050ef(0x20b)]()){const {group:_0x41c604,id:_0x286f60}=et(_0x5c0eac);if(_0x4050ef(0x1df)!==_0x41c604)continue;const _0xaa811f=_0x12c867[_0x4050ef(0x1b1)](_0x286f60),_0x474f6e=this[_0x4050ef(0x1d3)](_0x286f60);_0xaa811f&&(_0xaa811f[_0x4050ef(0x1c3)]||_0x1d874c[_0x4050ef(0x1ea)][_0x4050ef(0x248)][_0x4050ef(0x1fe)](_0x4050ef(0x239),()=>{const _0x4e04fe=_0x4050ef,_0x31d6a0=_0x1d874c[_0x4e04fe(0x231)][_0x4e04fe(0x205)](_0xf231a3),_0x5713bd=_0x12c867[_0x4e04fe(0x1bf)][_0x4e04fe(0x205)](_0xaa811f)[_0x4e04fe(0x248)];_0x31d6a0[_0x4e04fe(0x249)](_0x5713bd)[_0x4e04fe(0x1fb)]();},{'priority':_0x4050ef(0x234)}),_0xaa811f[_0x4050ef(0x1c3)]=_0x474f6e||!!_0x1e4967),_0x1e4967||(_0x4d66e5[_0x4050ef(0x225)](_0x5c0eac),_0x25ddc1[_0x4050ef(0x1b9)](_0x5c0eac));}if(_0x365e25[_0x4050ef(0x23b)])for(const _0x3814ca of _0x4d66e5){const {id:_0x3ea435}=et(_0x3814ca),_0x413a3b=_0x12c867[_0x4050ef(0x1b1)](_0x3ea435),_0x12dad5=this[_0x4050ef(0x1d3)](_0x3ea435);_0x25ddc1[_0x4050ef(0x1b9)](_0x3814ca),!_0x413a3b||_0x12dad5||_0x413a3b[_0x4050ef(0x228)]||_0x413a3b[_0x4050ef(0x1b4)](new Date());}_0x4d66e5[_0x4050ef(0x1b7)]();});}[_0x4fb355(0x241)](_0x393c18){const _0x3c9023=_0x4fb355,_0x4b7d64=this[_0x3c9023(0x1be)],_0xa46feb=this[_0x3c9023(0x21d)](_0x393c18);return _0x31561c(_0x4b7d64[_0x3c9023(0x1ea)],_0xa46feb);}[_0x4fb355(0x20f)](_0x55cd5d){const _0x2de9ad=_0x4fb355,_0xfccee1=this[_0x2de9ad(0x21d)](_0x55cd5d);let _0x2d6b40='',_0x9f5220=!0x1;for(const _0x1dce2f of _0xfccee1){const _0x3f520b=_0x1dce2f[_0x2de9ad(0x211)]();for(const _0x52a061 of Array[_0x2de9ad(0x212)](_0x3f520b[_0x2de9ad(0x20a)]()))_0x52a061['is'](_0x2de9ad(0x23c))?(_0x2d6b40&&_0x9f5220&&(_0x2d6b40+='\x20',_0x9f5220=!0x1),_0x2d6b40+=_0x52a061[_0x2de9ad(0x1e1)]):_0x9f5220=!0x0;_0x9f5220=!0x0;}return _0x2d6b40[_0x2de9ad(0x1bd)](0x0,0x96);}[_0x4fb355(0x1c1)](_0x5f2a5d,_0x3366eb){const _0xd440f4=_0x4fb355,_0xd9375f=this[_0xd440f4(0x1be)],_0x12e830=_0xd9375f[_0xd440f4(0x231)][_0xd440f4(0x205)](_0x361d26);let _0x37dc0f=_0x12e830[_0xd440f4(0x1b1)](_0x3366eb);const _0x12bf68=_0xd9375f[_0xd440f4(0x22f)][_0xd440f4(0x205)](_0xd440f4(0x1dc)),_0x4fb6a4=_0xd9375f[_0xd440f4(0x231)][_0xd440f4(0x205)](_0x5d408b);if(_0x37dc0f&&(_0x37dc0f[_0xd440f4(0x228)]&&_0x37dc0f[_0xd440f4(0x1b4)](null),_0x37dc0f[_0xd440f4(0x22b)]))return _0x37dc0f;return!this[_0xd440f4(0x21d)](_0x3366eb)[0x0][_0xd440f4(0x22e)]?_0xd9375f[_0xd440f4(0x1ea)][_0xd440f4(0x248)][_0xd440f4(0x1fe)](_0xd440f4(0x239),()=>{const _0x294250=_0xd440f4;if(_0x12e830[_0x294250(0x1b1)](_0x3366eb))return;const _0x407511=_0xd9375f[_0x294250(0x231)][_0x294250(0x205)](_0xf231a3);_0x37dc0f=_0x12e830[_0x294250(0x1e7)]({'channelId':_0x12bf68,'threadId':_0x3366eb,'target':()=>this[_0x294250(0x241)](_0x3366eb),'context':{'type':_0x294250(0x22a),'value':this[_0x294250(0x20f)](_0x3366eb)}});const _0x43b3b8=_0x12e830[_0x294250(0x1bf)][_0x294250(0x205)](_0x37dc0f)[_0x294250(0x248)],_0x4c0aa3=_0x407511[_0x294250(0x249)](_0x43b3b8);_0x4c0aa3&&_0x4fb6a4[_0x294250(0x229)](_0x4c0aa3);},{'priority':_0xd440f4(0x234)}):_0x12e830[_0xd440f4(0x21a)]({'channelId':_0x12bf68,'threadId':_0x3366eb})[_0xd440f4(0x227)](_0x51c589=>{const _0xd8456a=_0xd440f4;if(_0xd8456a(0x240)!==_0xd9375f[_0xd8456a(0x238)]){if(_0x37dc0f=_0x51c589,_0x37dc0f&&!_0x37dc0f[_0xd8456a(0x22b)]){const _0x573c01=_0x37dc0f[_0xd8456a(0x1f3)](()=>this[_0xd8456a(0x241)](_0x3366eb));_0x4fb6a4[_0xd8456a(0x229)](_0x573c01),_0x37dc0f[_0xd8456a(0x21b)]&&this[_0xd8456a(0x224)](_0x3366eb);}else{if(!_0x37dc0f){const _0x4d7b30=this[_0xd8456a(0x21d)](_0x3366eb);_0xd9375f[_0xd8456a(0x236)][_0xd8456a(0x1b6)](_0xa7db75=>{const _0xbec0bf=_0xd8456a;for(const _0x19af68 of _0x4d7b30)_0xa7db75[_0xbec0bf(0x21c)](_0x19af68);});}}}}),_0x37dc0f;}[_0x4fb355(0x1c9)](_0x32c8b1,_0x4d2a8d){const _0x2d1435=_0x4fb355,_0x6a1aa2=this[_0x2d1435(0x1c1)](_0x32c8b1,_0x4d2a8d);_0x6a1aa2&&!_0x6a1aa2[_0x2d1435(0x201)]&&_0x6a1aa2[_0x2d1435(0x223)]({'type':_0x2d1435(0x22a),'value':this[_0x2d1435(0x20f)](_0x4d2a8d)});}[_0x4fb355(0x1c4)](){const _0x25a64d=_0x4fb355,_0x5bc4d9=this[_0x25a64d(0x1be)];_0x568973(_0x5bc4d9[_0x25a64d(0x236)],({left:_0x662112,entered:_0x2cd07b})=>{const _0x234cd7=_0x25a64d,_0x7a7b03=[];for(const _0x4c2e8c of _0x662112)if(nt(_0x4c2e8c)){_0x7a7b03[_0x234cd7(0x20d)](_0x3f6932(_0x5bc4d9[_0x234cd7(0x1b5)],_0x234cd7(0x1ba)));break;}for(const _0x4767b7 of _0x2cd07b)if(nt(_0x4767b7)){_0x7a7b03[_0x234cd7(0x20d)](_0x3f6932(_0x5bc4d9[_0x234cd7(0x1b5)],_0x234cd7(0x1d5)));break;}_0x7a7b03[_0x234cd7(0x1f9)]&&_0x5bc4d9['ui'][_0x234cd7(0x244)][_0x234cd7(0x1d1)](_0x234cd7(0x23d),_0x7a7b03[_0x234cd7(0x1d7)]('\x20'));});}}function ot(_0x1ef31f,_0x565d6b){return _0x565d6b?_0x1ef31f+':'+_0x565d6b:_0x1ef31f;}function et(_0x271a30){const _0x3abe09=_0x4fb355,_0x216927=_0x271a30[_0x3abe09(0x247)](':');return{'group':_0x216927[0x0],'id':_0x216927[0x1],'part':_0x216927[0x2]};}function rt(_0x1123a4,_0x5443fc){const _0x4fcf56=_0x4fb355,_0x34a7b5=_0x5443fc[_0x4fcf56(0x1e6)],_0x276723=_0x5443fc[_0x4fcf56(0x21e)](_0x1123a4[_0x4fcf56(0x1d8)]);for(const _0x44a9e9 of _0x1123a4[_0x4fcf56(0x203)]()){const {type:_0x57d4c6,item:_0x534632,nextPosition:_0x438ff8}=_0x44a9e9;if(_0x4fcf56(0x22a)===_0x57d4c6||_0x34a7b5[_0x4fcf56(0x1eb)](_0x534632)){const _0x36a6da=_0x5443fc[_0x4fcf56(0x22c)](_0x534632);_0x276723[_0x4fcf56(0x1c7)]&&(_0x276723[_0x4fcf56(0x1d8)]=_0x36a6da),_0x276723[_0x4fcf56(0x202)]=_0x438ff8;}}return _0x276723;}function nt(_0x2a4fe4){const _0x4479a2=_0x4fb355;return _0x4479a2(0x1df)===et(_0x2a4fe4[_0x4479a2(0x218)])[_0x4479a2(0x230)];}
23
+ const _0x1c8e14=_0x43b0;(function(_0x2c20d0,_0x290df7){const _0xf163d6=_0x43b0,_0x367b9c=_0x2c20d0();while(!![]){try{const _0x3e889f=parseInt(_0xf163d6(0x17c))/0x1*(parseInt(_0xf163d6(0x199))/0x2)+-parseInt(_0xf163d6(0x167))/0x3+parseInt(_0xf163d6(0x178))/0x4*(parseInt(_0xf163d6(0x1a1))/0x5)+-parseInt(_0xf163d6(0x1a8))/0x6*(-parseInt(_0xf163d6(0x1ac))/0x7)+parseInt(_0xf163d6(0x1c9))/0x8+parseInt(_0xf163d6(0x1c1))/0x9+parseInt(_0xf163d6(0x1bd))/0xa*(-parseInt(_0xf163d6(0x1d6))/0xb);if(_0x3e889f===_0x290df7)break;else _0x367b9c['push'](_0x367b9c['shift']());}catch(_0x13063f){_0x367b9c['push'](_0x367b9c['shift']());}}}(_0x39dd,0x95b61));import{Plugin as _0x28ad4b}from'ckeditor5/src/core.js';import{scrollViewportToShowTarget as _0x760dc6}from'ckeditor5/src/utils.js';import _0x1eb392 from'./commentsrepository.js';function _0x43b0(_0x485a06,_0x5e29a5){const _0x39dd9e=_0x39dd();return _0x43b0=function(_0x43b035,_0x4af410){_0x43b035=_0x43b035-0x154;let _0x30cd10=_0x39dd9e[_0x43b035];return _0x30cd10;},_0x43b0(_0x485a06,_0x5e29a5);}import _0x568bdc from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x151532,getAllMarkersDomElementsSorted as _0x17ec16}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x343406 from'../annotations/editorannotations.js';import _0x453ab6 from'./integrations/commentsrestrictededitingmode.js';import _0x1f777a from'./integrations/importword.js';import _0x5e7ea0 from'./integrations/clipboard.js';import'../../theme/commentmarker.css';import _0x1ff068 from'../annotations/annotations.js';import{getTranslation as _0x577b6f}from'../utils/common-translations.js';function _0x39dd(){const _0x4fada1=['change','_handleMarkerAddAndRemove','removeMarker:','fetchCommentThread','removeCommentThread','rootName','3696520HJafYr','consume','_attachArchivedThread','addCommentThread','CommentsEditing','join','change:activeMarker','conversion','dataDowncast','render','delete','_initializeMarkerConverters','config','1465167WwHJSV','collaboration.channelId','getCommentThread','scrollToThreadMarker','isResolved','setContext','isAttached','$textProxy','createElement','start','name','setUnlinkedAt','group','addComment','add','isThreadsLoadingPaused','data','activeMarker','_threadToController','isCollapsed','isLocal','locale','editingDowncast','getItems','ck-comment-marker--active','elementToElement','_detachCommentThread','affectsData','view','_getTargetForId','resolveCommentThread','destroy','comment:','_hasTargetInContent','ck-comment-marker','differ','reopenCommentThread','createRange','reconvertMarker','hasContent','clear','427674hFvPIz','ENTER_COMMENT_ANNOUNCEMENT','markers','refreshVisibility','managedUsingOperations','change:isThreadsLoadingPaused','$marker','hasMarkerForId','LEAVE_COMMENT_ANNOUNCEMENT','attachTo','for','getAllMarkersForId','commands','_handleThreadMarker','comment','consumable','newRange','74288kkuJGo','schema','root','markerToData','558796ofOALJ','registerAnnotation','upcast','unlinkedAt','from','then','once','getByInnerView','_initAriaMarkerChangeAnnouncements','markerName','set','isObject','destroyed','end','editor','addMarker:','length','startsWith','dataToMarker','text','push','plugins','item','document','state','split','listenTo','context','change:isReadOnly','4XSlEDT','getChangedMarkers','markerToHighlight','openNewCommentThread','updateMarker','_getTextContext','$graveyard','comments','40RmxbJN','switchReadOnly','focus','getAttribute','announce','registerPostFixer','enqueueChange','2811954cGegdO','hasDomSelection','get','size','7aJngWg','editing','_attachMarkerToThread','isEqual','ignoreResolvedComments','init','getCommentThreads','removeMarker','model','_reconvertMarkers','low','getWalker','hasCommentThread','_threads','requires','ariaLiveAnnouncer','substring','170zgkaFb','createPositionBefore','pluginName','ready','7409088SBEhcu','getRange'];_0x39dd=function(){return _0x4fada1;};return _0x39dd();}export default class r extends _0x28ad4b{static get[_0x1c8e14(0x1ba)](){return[_0x1eb392,_0x343406,_0x453ab6,_0x1f777a,_0x5e7ea0];}static get[_0x1c8e14(0x1bf)](){const _0x4df3bd=_0x1c8e14;return _0x4df3bd(0x1cd);}constructor(_0x2c3e86){const _0x10f285=_0x1c8e14;super(_0x2c3e86),this[_0x10f285(0x186)](_0x10f285(0x1e5),!0x0),_0x2c3e86[_0x10f285(0x1e6)][_0x10f285(0x182)](_0x10f285(0x1c0),()=>this[_0x10f285(0x1e5)]=!0x1),this[_0x10f285(0x186)](_0x10f285(0x1e7),null),this['on'](_0x10f285(0x1cf),(_0x340a3e,_0x3a6271,_0x3f155e,_0x8370b3)=>{const _0x7472be=_0x10f285,_0x512dd4=_0x3f155e?et(_0x3f155e)['id']:null;if(_0x2c3e86[_0x7472be(0x1b4)][_0x7472be(0x1c3)](()=>{const _0xef0c92=_0x7472be;if(_0x512dd4){const _0x5a9c6d=this[_0xef0c92(0x172)](_0x512dd4);for(const _0x279bfa of _0x5a9c6d)_0x2c3e86[_0xef0c92(0x1ad)][_0xef0c92(0x164)](_0x279bfa);}if(_0x8370b3){const {id:_0x474b82}=et(_0x8370b3),_0x4ec02d=this[_0xef0c92(0x172)](_0x474b82);for(const _0x5c6c95 of _0x4ec02d)_0x2c3e86[_0xef0c92(0x1ad)][_0xef0c92(0x164)](_0x5c6c95);}}),_0x512dd4){const _0x558522=_0x2c3e86[_0x7472be(0x191)][_0x7472be(0x1aa)](_0x1eb392)[_0x7472be(0x1d8)](_0x512dd4);_0x558522&&_0x558522[_0x7472be(0x1da)]&&this[_0x7472be(0x1d9)](_0x512dd4);}}),this[_0x10f285(0x184)]();}[_0x1c8e14(0x1b1)](){const _0x41905f=_0x1c8e14,_0x1f118a=this[_0x41905f(0x18a)],_0x2f2f1e=_0x1f118a[_0x41905f(0x191)][_0x41905f(0x1aa)](_0x1eb392),_0x285b51=_0x1f118a[_0x41905f(0x1d5)][_0x41905f(0x1aa)](_0x41905f(0x1d7));_0x1f118a[_0x41905f(0x173)][_0x41905f(0x1e4)](_0x41905f(0x1cc),new _0x568bdc(_0x1f118a)),this[_0x41905f(0x196)](_0x1f118a,_0x41905f(0x198),(_0x47a659,_0x3f432b,_0x147fd5)=>{const _0x4220f4=_0x41905f;_0x2f2f1e[_0x4220f4(0x1a2)](_0x147fd5,_0x1f118a[_0x4220f4(0x1d5)][_0x4220f4(0x1aa)](_0x4220f4(0x1d7)));}),this[_0x41905f(0x196)](_0x2f2f1e,ot(_0x41905f(0x1cc),_0x285b51),(_0x15425d,{threadId:_0x29d534})=>{const _0x27c640=_0x41905f,_0x2f301b=this[_0x27c640(0x18a)][_0x27c640(0x191)][_0x27c640(0x1aa)](_0x1eb392)[_0x27c640(0x1d8)](_0x29d534);_0x2f301b&&_0x2f301b[_0x27c640(0x17f)]&&this[_0x27c640(0x1cb)](_0x29d534);}),this[_0x41905f(0x196)](_0x2f2f1e,ot(_0x41905f(0x1c7),_0x285b51),(_0x54da48,{threadId:_0x3d067b})=>{const _0x38740e=_0x41905f;_0x1f118a[_0x38740e(0x1b4)][_0x38740e(0x1a7)]({'isUndoable':!0x1},_0x11a6a2=>{const _0x37555a=_0x38740e,_0x101508=this[_0x37555a(0x172)](_0x3d067b);for(const _0x75d14c of _0x101508)_0x11a6a2[_0x37555a(0x1b3)](_0x75d14c);});}),this[_0x41905f(0x196)](_0x2f2f1e,ot(_0x41905f(0x15c),_0x285b51),(_0x108c47,{threadId:_0x5134bb})=>{const _0x4067a5=_0x41905f;(this[_0x4067a5(0x1b5)](_0x5134bb),this[_0x4067a5(0x18a)][_0x4067a5(0x1ad)][_0x4067a5(0x15a)][_0x4067a5(0x1a9)])&&(this[_0x4067a5(0x18a)][_0x4067a5(0x191)][_0x4067a5(0x1aa)](_0x1eb392)[_0x4067a5(0x1d8)](_0x5134bb)[_0x4067a5(0x17f)]||this[_0x4067a5(0x18a)][_0x4067a5(0x1ad)][_0x4067a5(0x15a)][_0x4067a5(0x1a3)]());},{'priority':_0x41905f(0x1b6)}),this[_0x41905f(0x196)](_0x2f2f1e,ot(_0x41905f(0x162),_0x285b51),(_0x2068df,{threadId:_0x36bfd6})=>{const _0x561f54=_0x41905f;this[_0x561f54(0x1b5)](_0x36bfd6);},{'priority':_0x41905f(0x1b6)}),this[_0x41905f(0x196)](_0x2f2f1e,ot(_0x41905f(0x1e3),_0x285b51),(_0x2284df,{threadId:_0x3bd079,isFromAdapter:_0x4497dd})=>{const _0x59e768=_0x41905f,_0x101c6a=this[_0x59e768(0x172)](_0x3bd079);if(_0x4497dd||0x0==_0x101c6a[_0x59e768(0x18c)]||!_0x2f2f1e[_0x59e768(0x1b8)](_0x3bd079))return;0x1===_0x2f2f1e[_0x59e768(0x1d8)](_0x3bd079)[_0x59e768(0x18c)]&&_0x1f118a[_0x59e768(0x1b4)][_0x59e768(0x1a7)]({'isUndoable':!0x1},_0x3e185e=>{const _0x37491a=_0x59e768;for(const _0x42ee89 of _0x101c6a)_0x3e185e[_0x37491a(0x19d)](_0x42ee89,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x41905f(0x1b6)}),this[_0x41905f(0x1d4)](),this[_0x41905f(0x1c4)]();}[_0x1c8e14(0x15d)](){const _0x37cd8e=_0x1c8e14,_0x290827=this[_0x37cd8e(0x18a)][_0x37cd8e(0x191)][_0x37cd8e(0x1aa)](_0x1eb392),_0x561d04=this[_0x37cd8e(0x18a)][_0x37cd8e(0x1d5)][_0x37cd8e(0x1aa)](_0x37cd8e(0x1d7));for(const _0x329e2c of _0x290827[_0x37cd8e(0x1b2)]({'channelId':_0x561d04}))_0x290827[_0x37cd8e(0x158)](_0x329e2c['id']),_0x290827[_0x37cd8e(0x1b9)][_0x37cd8e(0x1d3)](_0x329e2c['id']);super[_0x37cd8e(0x15d)]();}[_0x1c8e14(0x16e)](_0x3eb2cd){const _0x2315b4=_0x1c8e14;return this[_0x2315b4(0x172)](_0x3eb2cd)[_0x2315b4(0x18c)]>0x0;}[_0x1c8e14(0x172)](_0x46e047){const _0x591a41=_0x1c8e14,_0x4f4a46=[];for(const _0x23ddfe of this[_0x591a41(0x18a)][_0x591a41(0x1b4)][_0x591a41(0x169)])_0x23ddfe[_0x591a41(0x1e0)][_0x591a41(0x18d)](_0x591a41(0x15e)+_0x46e047)&&_0x4f4a46[_0x591a41(0x190)](_0x23ddfe);return _0x4f4a46;}[_0x1c8e14(0x1d9)](_0x3ef424){const _0x2d8019=_0x1c8e14,_0x37e96e=this[_0x2d8019(0x15b)](_0x3ef424);_0x37e96e&&setTimeout(()=>{const _0x45b18b=_0x2d8019;this[_0x45b18b(0x1e7)]&&et(this[_0x45b18b(0x1e7)])['id']===_0x3ef424&&_0x760dc6({'target':_0x37e96e[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x1c8e14(0x1b5)](_0x5d73b2){const _0x350fa0=_0x1c8e14;this[_0x350fa0(0x18a)][_0x350fa0(0x1b4)][_0x350fa0(0x1c3)](()=>{const _0x6f7d1c=_0x350fa0;for(const _0x30c07b of this[_0x6f7d1c(0x172)](_0x5d73b2))this[_0x6f7d1c(0x18a)][_0x6f7d1c(0x1ad)][_0x6f7d1c(0x164)](_0x30c07b);});}[_0x1c8e14(0x1cb)](_0x51de0d){const _0x232a5b=_0x1c8e14,_0x387e77=this[_0x232a5b(0x18a)][_0x232a5b(0x191)][_0x232a5b(0x1aa)](_0x1eb392),_0xddd4f3=this[_0x232a5b(0x18a)][_0x232a5b(0x191)][_0x232a5b(0x1aa)](_0x343406),_0xf1b9c2=_0x387e77[_0x232a5b(0x1d8)](_0x51de0d);if(!_0xf1b9c2[_0x232a5b(0x1dc)]){const _0x2e64dd=_0xf1b9c2[_0x232a5b(0x170)](()=>this[_0x232a5b(0x15b)](_0xf1b9c2['id']));_0xddd4f3[_0x232a5b(0x17d)](_0x2e64dd),_0xf1b9c2[_0x232a5b(0x15f)]=!0x1;}}[_0x1c8e14(0x1d4)](){const _0x3f7877=_0x1c8e14,_0x9b7773=this[_0x3f7877(0x18a)];_0x9b7773[_0x3f7877(0x1d0)][_0x3f7877(0x171)](_0x3f7877(0x154))[_0x3f7877(0x19b)]({'model':_0x3f7877(0x175),'view':(_0x4f2d89,_0xddeb43)=>{const _0x2776be=_0x3f7877,{id:_0x28237c}=et(_0x4f2d89[_0x2776be(0x185)]),_0x40a997=_0x9b7773[_0x2776be(0x191)][_0x2776be(0x1aa)](_0x1eb392)[_0x2776be(0x1d8)](_0x28237c),_0x45dc8b=this[_0x2776be(0x1e7)]&&et(this[_0x2776be(0x1e7)])['id']===_0x28237c;if(_0x40a997&&_0x40a997[_0x2776be(0x1da)]&&!_0x45dc8b&&_0x4f2d89[_0x2776be(0x192)])return _0xddeb43[_0x2776be(0x176)][_0x2776be(0x1ca)](_0x4f2d89[_0x2776be(0x192)],_0x2776be(0x18b)+_0x4f2d89[_0x2776be(0x185)]),_0xddeb43[_0x2776be(0x176)][_0x2776be(0x1ca)](_0x4f2d89[_0x2776be(0x192)],_0x2776be(0x1c5)+_0x4f2d89[_0x2776be(0x185)]),null;const _0x5752b2=[_0x2776be(0x160)];return _0x45dc8b&&_0x5752b2[_0x2776be(0x190)](_0x2776be(0x156)),{'classes':_0x5752b2,'attributes':{'data-comment':_0x28237c}};}}),_0x9b7773[_0x3f7877(0x1d0)][_0x3f7877(0x171)](_0x3f7877(0x1d1))[_0x3f7877(0x17b)]({'model':_0x3f7877(0x175),'view':(_0xba4637,{options:_0x47683c})=>{const _0x258680=_0x3f7877,_0x2aee73=_0x9b7773[_0x258680(0x191)][_0x258680(0x1aa)](_0x1eb392),_0xe1b928=_0x9b7773[_0x258680(0x1b4)][_0x258680(0x169)][_0x258680(0x1aa)](_0xba4637),{id:_0x356da1,part:_0x5c219c}=et(_0xba4637);if(_0xe1b928&&!_0xe1b928[_0x258680(0x159)])return null;if(_0x47683c[_0x258680(0x1b0)]){const _0x55224b=_0x2aee73[_0x258680(0x1d8)](_0x356da1);if(_0x55224b&&_0x55224b[_0x258680(0x1da)])return null;}return{'group':_0x258680(0x175),'name':_0x5c219c?_0x356da1+':'+_0x5c219c:_0x356da1};}}),_0x9b7773[_0x3f7877(0x1d0)][_0x3f7877(0x171)](_0x3f7877(0x17e))[_0x3f7877(0x157)]({'view':{'name':_0x3f7877(0x175),'attributes':{'id':/^\w/}},'model':(_0x27a6ba,{writer:_0x10c113})=>_0x10c113[_0x3f7877(0x1de)](_0x3f7877(0x16d),{'data-name':_0x3f7877(0x15e)+_0x27a6ba[_0x3f7877(0x1a4)]('id')})}),_0x9b7773[_0x3f7877(0x1d0)][_0x3f7877(0x171)](_0x3f7877(0x17e))[_0x3f7877(0x18e)]({'view':_0x3f7877(0x175)});}[_0x1c8e14(0x1c4)](){const _0x1a50c1=_0x1c8e14,_0x52ee4f=this[_0x1a50c1(0x18a)],_0x4513b3=_0x52ee4f[_0x1a50c1(0x191)][_0x1a50c1(0x1aa)](_0x1eb392),_0x466407=new Set(),_0x39b12d=new Set();_0x52ee4f[_0x1a50c1(0x1b4)][_0x1a50c1(0x193)][_0x1a50c1(0x1a6)](_0x1cf710=>{const _0x50eb79=_0x1a50c1;let _0x316be6=!0x1;for(const {name:_0x217bb0,data:_0x41605c}of _0x52ee4f[_0x50eb79(0x1b4)][_0x50eb79(0x193)][_0x50eb79(0x161)][_0x50eb79(0x19a)]()){const {group:_0x2ba9a3,id:_0x124ca6}=et(_0x217bb0);let _0x26484a=_0x41605c[_0x50eb79(0x177)];if(_0x50eb79(0x175)!==_0x2ba9a3||!_0x26484a)continue;const _0x371a29=_0x50eb79(0x19f)===_0x26484a[_0x50eb79(0x17a)][_0x50eb79(0x1c8)];_0x371a29||(_0x26484a=rt(_0x26484a,_0x52ee4f[_0x50eb79(0x1b4)]),!_0x26484a||_0x26484a[_0x50eb79(0x1e9)]||!_0x41605c[_0x50eb79(0x177)]||_0x26484a[_0x50eb79(0x1af)](_0x41605c[_0x50eb79(0x177)]))?_0x52ee4f[_0x50eb79(0x1b4)][_0x50eb79(0x165)](_0x26484a)&&!_0x371a29?this[_0x50eb79(0x1e5)]?_0x466407[_0x50eb79(0x1e4)](_0x217bb0):this[_0x50eb79(0x174)](_0x217bb0,_0x124ca6):(_0x39b12d[_0x50eb79(0x1e4)](_0x217bb0),_0x466407[_0x50eb79(0x1d3)](_0x217bb0),_0x1cf710[_0x50eb79(0x1b3)](_0x217bb0),_0x316be6=!0x0):(_0x1cf710[_0x50eb79(0x19d)](_0x217bb0,{'range':_0x26484a}),_0x316be6=!0x0);}return _0x316be6;}),this['on'](_0x1a50c1(0x16c),(_0x421bfc,_0x2c4fba,_0x3cb451)=>{const _0x136d2b=_0x1a50c1;if(!_0x3cb451&&_0x466407[_0x136d2b(0x1ab)])for(const _0x3081fb of _0x466407){const {id:_0x348754}=et(_0x3081fb);_0x466407[_0x136d2b(0x1d3)](_0x3081fb),_0x52ee4f[_0x136d2b(0x1b4)][_0x136d2b(0x169)][_0x136d2b(0x1aa)](_0x3081fb)&&this[_0x136d2b(0x174)](_0x3081fb,_0x348754);}}),this[_0x1a50c1(0x196)](_0x52ee4f[_0x1a50c1(0x1b4)][_0x1a50c1(0x193)],_0x1a50c1(0x1c3),(_0x15719d,_0x1f4f6d)=>{const _0x2794c7=_0x1a50c1;for(const {name:_0x4a56d,data:{newRange:_0xe8939f}}of _0x52ee4f[_0x2794c7(0x1b4)][_0x2794c7(0x193)][_0x2794c7(0x161)][_0x2794c7(0x19a)]()){const {group:_0x1d9a3e,id:_0xd714d4}=et(_0x4a56d);if(_0x2794c7(0x175)!==_0x1d9a3e)continue;const _0x1cd140=_0x4513b3[_0x2794c7(0x1d8)](_0xd714d4),_0x3fd504=this[_0x2794c7(0x16e)](_0xd714d4);_0x1cd140&&(_0x1cd140[_0x2794c7(0x15f)]||_0x52ee4f[_0x2794c7(0x1ad)][_0x2794c7(0x15a)][_0x2794c7(0x182)](_0x2794c7(0x1d2),()=>{const _0x12efed=_0x2794c7,_0x2a1b2f=_0x52ee4f[_0x12efed(0x191)][_0x12efed(0x1aa)](_0x1ff068),_0x56f5b0=_0x4513b3[_0x12efed(0x1e8)][_0x12efed(0x1aa)](_0x1cd140)[_0x12efed(0x15a)];_0x2a1b2f[_0x12efed(0x183)](_0x56f5b0)[_0x12efed(0x16a)]();},{'priority':_0x2794c7(0x1b6)}),_0x1cd140[_0x2794c7(0x15f)]=_0x3fd504||!!_0xe8939f),_0xe8939f||(_0x39b12d[_0x2794c7(0x1e4)](_0x4a56d),_0x466407[_0x2794c7(0x1d3)](_0x4a56d));}if(_0x1f4f6d[_0x2794c7(0x1ea)])for(const _0x5f5ce6 of _0x39b12d){const {id:_0x649199}=et(_0x5f5ce6),_0x4f91ca=_0x4513b3[_0x2794c7(0x1d8)](_0x649199),_0x69f0fd=this[_0x2794c7(0x16e)](_0x649199);_0x466407[_0x2794c7(0x1d3)](_0x5f5ce6),!_0x4f91ca||_0x69f0fd||_0x4f91ca[_0x2794c7(0x17f)]||_0x4f91ca[_0x2794c7(0x1e1)](new Date());}_0x39b12d[_0x2794c7(0x166)]();});}[_0x1c8e14(0x15b)](_0x5ba2b5){const _0xafce19=_0x1c8e14,_0x1d9c29=this[_0xafce19(0x18a)],_0x298249=this[_0xafce19(0x172)](_0x5ba2b5);return _0x17ec16(_0x1d9c29[_0xafce19(0x1ad)],_0x298249);}[_0x1c8e14(0x19e)](_0x369ce1){const _0x15b5b4=_0x1c8e14,_0x1444e9=this[_0x15b5b4(0x172)](_0x369ce1);let _0x1b6b49='',_0xf7e275=!0x1;for(const _0x49de22 of _0x1444e9){const _0x3fdc3a=_0x49de22[_0x15b5b4(0x1c2)]();for(const _0x40995e of Array[_0x15b5b4(0x180)](_0x3fdc3a[_0x15b5b4(0x155)]()))_0x40995e['is'](_0x15b5b4(0x1dd))?(_0x1b6b49&&_0xf7e275&&(_0x1b6b49+='\x20',_0xf7e275=!0x1),_0x1b6b49+=_0x40995e[_0x15b5b4(0x1e6)]):_0xf7e275=!0x0;_0xf7e275=!0x0;}return _0x1b6b49[_0x15b5b4(0x1bc)](0x0,0x96);}[_0x1c8e14(0x1ae)](_0x1db631,_0x5ad27b){const _0x1caea2=_0x1c8e14,_0x36bbc6=this[_0x1caea2(0x18a)],_0x4e9aa8=_0x36bbc6[_0x1caea2(0x191)][_0x1caea2(0x1aa)](_0x1eb392);let _0x5f3c15=_0x4e9aa8[_0x1caea2(0x1d8)](_0x5ad27b);const _0x511089=_0x36bbc6[_0x1caea2(0x1d5)][_0x1caea2(0x1aa)](_0x1caea2(0x1d7)),_0x5b8f48=_0x36bbc6[_0x1caea2(0x191)][_0x1caea2(0x1aa)](_0x343406);if(_0x5f3c15&&(_0x5f3c15[_0x1caea2(0x17f)]&&_0x5f3c15[_0x1caea2(0x1e1)](null),_0x5f3c15[_0x1caea2(0x1dc)]))return _0x5f3c15;return!this[_0x1caea2(0x172)](_0x5ad27b)[0x0][_0x1caea2(0x16b)]?_0x36bbc6[_0x1caea2(0x1ad)][_0x1caea2(0x15a)][_0x1caea2(0x182)](_0x1caea2(0x1d2),()=>{const _0x4488aa=_0x1caea2;if(_0x4e9aa8[_0x4488aa(0x1d8)](_0x5ad27b))return;const _0x465c3b=_0x36bbc6[_0x4488aa(0x191)][_0x4488aa(0x1aa)](_0x1ff068);_0x5f3c15=_0x4e9aa8[_0x4488aa(0x19c)]({'channelId':_0x511089,'threadId':_0x5ad27b,'target':()=>this[_0x4488aa(0x15b)](_0x5ad27b),'context':{'type':_0x4488aa(0x18f),'value':this[_0x4488aa(0x19e)](_0x5ad27b)}});const _0x317cc9=_0x4e9aa8[_0x4488aa(0x1e8)][_0x4488aa(0x1aa)](_0x5f3c15)[_0x4488aa(0x15a)],_0xc5eccd=_0x465c3b[_0x4488aa(0x183)](_0x317cc9);_0xc5eccd&&_0x5b8f48[_0x4488aa(0x17d)](_0xc5eccd);},{'priority':_0x1caea2(0x1b6)}):_0x4e9aa8[_0x1caea2(0x1c6)]({'channelId':_0x511089,'threadId':_0x5ad27b})[_0x1caea2(0x181)](_0x2e4f0c=>{const _0x360ac9=_0x1caea2;if(_0x360ac9(0x188)!==_0x36bbc6[_0x360ac9(0x194)]){if(_0x5f3c15=_0x2e4f0c,_0x5f3c15&&!_0x5f3c15[_0x360ac9(0x1dc)]){const _0x414cd9=_0x5f3c15[_0x360ac9(0x170)](()=>this[_0x360ac9(0x15b)](_0x5ad27b));_0x5b8f48[_0x360ac9(0x17d)](_0x414cd9),_0x5f3c15[_0x360ac9(0x1da)]&&this[_0x360ac9(0x1b5)](_0x5ad27b);}else{if(!_0x5f3c15){const _0x2e0242=this[_0x360ac9(0x172)](_0x5ad27b);_0x36bbc6[_0x360ac9(0x1b4)][_0x360ac9(0x1c3)](_0x79e9f5=>{const _0x1d1ac4=_0x360ac9;for(const _0x46e15d of _0x2e0242)_0x79e9f5[_0x1d1ac4(0x1b3)](_0x46e15d);});}}}}),_0x5f3c15;}[_0x1c8e14(0x174)](_0x488b93,_0x4c57b6){const _0x45bb8c=_0x1c8e14,_0x69d11b=this[_0x45bb8c(0x1ae)](_0x488b93,_0x4c57b6);_0x69d11b&&!_0x69d11b[_0x45bb8c(0x197)]&&_0x69d11b[_0x45bb8c(0x1db)]({'type':_0x45bb8c(0x18f),'value':this[_0x45bb8c(0x19e)](_0x4c57b6)});}[_0x1c8e14(0x184)](){const _0x496589=_0x1c8e14,_0x760d9e=this[_0x496589(0x18a)];_0x151532(_0x760d9e[_0x496589(0x1b4)],({left:_0x24e130,entered:_0x2cae75})=>{const _0x328933=_0x496589,_0x2a3d63=[];for(const _0x102760 of _0x24e130)if(nt(_0x102760)){_0x2a3d63[_0x328933(0x190)](_0x577b6f(_0x760d9e[_0x328933(0x1eb)],_0x328933(0x16f)));break;}for(const _0x1aabf7 of _0x2cae75)if(nt(_0x1aabf7)){_0x2a3d63[_0x328933(0x190)](_0x577b6f(_0x760d9e[_0x328933(0x1eb)],_0x328933(0x168)));break;}_0x2a3d63[_0x328933(0x18c)]&&_0x760d9e['ui'][_0x328933(0x1bb)][_0x328933(0x1a5)](_0x328933(0x1a0),_0x2a3d63[_0x328933(0x1ce)]('\x20'));});}}function ot(_0x46191e,_0x158e75){return _0x158e75?_0x46191e+':'+_0x158e75:_0x46191e;}function et(_0x5901f4){const _0x45c774=_0x1c8e14,_0x19d918=_0x5901f4[_0x45c774(0x195)](':');return{'group':_0x19d918[0x0],'id':_0x19d918[0x1],'part':_0x19d918[0x2]};}function rt(_0x531886,_0xe21167){const _0x138783=_0x1c8e14,_0x50136e=_0xe21167[_0x138783(0x179)],_0x451b5e=_0xe21167[_0x138783(0x163)](_0x531886[_0x138783(0x1df)]);for(const _0x1b31fc of _0x531886[_0x138783(0x1b7)]()){const {type:_0x4ea564,item:_0x4e7e44,nextPosition:_0x301050}=_0x1b31fc;if(_0x138783(0x18f)===_0x4ea564||_0x50136e[_0x138783(0x187)](_0x4e7e44)){const _0x1cc4a7=_0xe21167[_0x138783(0x1be)](_0x4e7e44);_0x451b5e[_0x138783(0x1e9)]&&(_0x451b5e[_0x138783(0x1df)]=_0x1cc4a7),_0x451b5e[_0x138783(0x189)]=_0x301050;}}return _0x451b5e;}function nt(_0x14377e){const _0x44181c=_0x1c8e14;return _0x44181c(0x175)===et(_0x14377e[_0x44181c(0x1e0)])[_0x44181c(0x1e2)];}